/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.22-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: markto6_mw9
-- ------------------------------------------------------
-- Server version	10.6.22-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `mw_actor`
--

DROP TABLE IF EXISTS `mw_actor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_actor` (
  `actor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `actor_user` int(10) unsigned DEFAULT NULL,
  `actor_name` varbinary(255) NOT NULL,
  PRIMARY KEY (`actor_id`),
  UNIQUE KEY `actor_name` (`actor_name`),
  UNIQUE KEY `actor_user` (`actor_user`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_actor`
--

LOCK TABLES `mw_actor` WRITE;
/*!40000 ALTER TABLE `mw_actor` DISABLE KEYS */;
INSERT INTO `mw_actor` VALUES (1,1,'WikiSysop'),(2,2,'Mark'),(3,3,'Yijuilee'),(4,4,'Cyberblitzx'),(5,NULL,'MediaWiki default'),(6,5,'Melissa');
/*!40000 ALTER TABLE `mw_actor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_archive`
--

DROP TABLE IF EXISTS `mw_archive`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_archive` (
  `ar_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ar_namespace` int(11) NOT NULL DEFAULT 0,
  `ar_title` varbinary(255) NOT NULL DEFAULT '',
  `ar_comment_id` bigint(20) unsigned NOT NULL,
  `ar_actor` bigint(20) unsigned NOT NULL,
  `ar_timestamp` binary(14) NOT NULL,
  `ar_minor_edit` tinyint(4) NOT NULL DEFAULT 0,
  `ar_rev_id` int(10) unsigned NOT NULL,
  `ar_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `ar_len` int(10) unsigned DEFAULT NULL,
  `ar_page_id` int(10) unsigned DEFAULT NULL,
  `ar_parent_id` int(10) unsigned DEFAULT NULL,
  `ar_sha1` varbinary(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`ar_id`),
  UNIQUE KEY `ar_revid_uniq` (`ar_rev_id`),
  KEY `ar_actor_timestamp` (`ar_actor`,`ar_timestamp`),
  KEY `ar_name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_archive`
--

LOCK TABLES `mw_archive` WRITE;
/*!40000 ALTER TABLE `mw_archive` DISABLE KEYS */;
INSERT INTO `mw_archive` VALUES (1,6,'Mt_logo.png',8,2,'20150714055711',0,16,0,9,6,0,'hh4jafe3ghofuparsatzgb4kkgwsjdo'),(2,6,'Mt_logo_mono_neg_blu_135x135.png',1,1,'20160430042918',0,248,0,0,23,0,'phoiac9h4m842xq45sp7s6u21eteeq1'),(3,6,'Mt_logo_mono_neg_blu_135x135.png',116,1,'20160430043124',1,249,0,0,23,248,'phoiac9h4m842xq45sp7s6u21eteeq1');
/*!40000 ALTER TABLE `mw_archive` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_block`
--

DROP TABLE IF EXISTS `mw_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_block` (
  `bl_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `bl_target` int(10) unsigned NOT NULL,
  `bl_by_actor` bigint(20) unsigned NOT NULL,
  `bl_reason_id` bigint(20) unsigned NOT NULL,
  `bl_timestamp` binary(14) NOT NULL,
  `bl_anon_only` tinyint(1) NOT NULL DEFAULT 0,
  `bl_create_account` tinyint(1) NOT NULL DEFAULT 1,
  `bl_enable_autoblock` tinyint(1) NOT NULL DEFAULT 1,
  `bl_expiry` varbinary(14) NOT NULL,
  `bl_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `bl_block_email` tinyint(1) NOT NULL DEFAULT 0,
  `bl_allow_usertalk` tinyint(1) NOT NULL DEFAULT 0,
  `bl_parent_block_id` int(10) unsigned DEFAULT NULL,
  `bl_sitewide` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`bl_id`),
  KEY `bl_timestamp` (`bl_timestamp`),
  KEY `bl_target` (`bl_target`),
  KEY `bl_expiry` (`bl_expiry`),
  KEY `bl_parent_block_id` (`bl_parent_block_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_block`
--

LOCK TABLES `mw_block` WRITE;
/*!40000 ALTER TABLE `mw_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_block_target`
--

DROP TABLE IF EXISTS `mw_block_target`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_block_target` (
  `bt_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `bt_address` tinyblob DEFAULT NULL,
  `bt_user` int(10) unsigned DEFAULT NULL,
  `bt_user_text` varbinary(255) DEFAULT NULL,
  `bt_auto` tinyint(1) NOT NULL DEFAULT 0,
  `bt_range_start` tinyblob DEFAULT NULL,
  `bt_range_end` tinyblob DEFAULT NULL,
  `bt_ip_hex` tinyblob DEFAULT NULL,
  `bt_count` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`bt_id`),
  KEY `bt_address` (`bt_address`(42)),
  KEY `bt_ip_user_text` (`bt_ip_hex`(35),`bt_user_text`),
  KEY `bt_range` (`bt_range_start`(35),`bt_range_end`(35)),
  KEY `bt_user` (`bt_user`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_block_target`
--

LOCK TABLES `mw_block_target` WRITE;
/*!40000 ALTER TABLE `mw_block_target` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_block_target` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_bot_passwords`
--

DROP TABLE IF EXISTS `mw_bot_passwords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_bot_passwords` (
  `bp_user` int(10) unsigned NOT NULL,
  `bp_app_id` varbinary(32) NOT NULL,
  `bp_password` tinyblob NOT NULL,
  `bp_token` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `bp_restrictions` blob NOT NULL,
  `bp_grants` blob NOT NULL,
  PRIMARY KEY (`bp_user`,`bp_app_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_bot_passwords`
--

LOCK TABLES `mw_bot_passwords` WRITE;
/*!40000 ALTER TABLE `mw_bot_passwords` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_bot_passwords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_category`
--

DROP TABLE IF EXISTS `mw_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_category` (
  `cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `cat_title` varbinary(255) NOT NULL,
  `cat_pages` int(11) NOT NULL DEFAULT 0,
  `cat_subcats` int(11) NOT NULL DEFAULT 0,
  `cat_files` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`cat_id`),
  UNIQUE KEY `cat_title` (`cat_title`),
  KEY `cat_pages` (`cat_pages`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_category`
--

LOCK TABLES `mw_category` WRITE;
/*!40000 ALTER TABLE `mw_category` DISABLE KEYS */;
INSERT INTO `mw_category` VALUES (1,'Academics',7,0,0),(2,'Project',4,0,0);
/*!40000 ALTER TABLE `mw_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_categorylinks`
--

DROP TABLE IF EXISTS `mw_categorylinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_categorylinks` (
  `cl_from` int(10) unsigned NOT NULL DEFAULT 0,
  `cl_to` varbinary(255) NOT NULL DEFAULT '',
  `cl_sortkey` varbinary(230) NOT NULL DEFAULT '',
  `cl_sortkey_prefix` varbinary(255) NOT NULL DEFAULT '',
  `cl_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `cl_collation` varbinary(32) NOT NULL DEFAULT '',
  `cl_type` enum('page','subcat','file') NOT NULL DEFAULT 'page',
  PRIMARY KEY (`cl_from`,`cl_to`),
  KEY `cl_sortkey` (`cl_to`,`cl_type`,`cl_sortkey`,`cl_from`),
  KEY `cl_timestamp` (`cl_to`,`cl_timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_categorylinks`
--

LOCK TABLES `mw_categorylinks` WRITE;
/*!40000 ALTER TABLE `mw_categorylinks` DISABLE KEYS */;
INSERT INTO `mw_categorylinks` VALUES (3,'Academics','ACADEMICS','','2015-09-14 10:11:03','uppercase','page'),(4,'Project','PROJECT','','2015-11-24 12:38:54','uppercase','page'),(8,'Academics','SPHERO API MATLAB SDK','','2015-11-27 15:22:29','uppercase','page'),(8,'Project','SPHERO API MATLAB SDK','','2015-11-27 15:22:29','uppercase','page'),(9,'Academics','UNDERGRADUATE COURSEWORK PORTFOLIO','','2015-09-14 10:09:50','uppercase','page'),(10,'Academics','GRADUATE COURSEWORK PORTFOLIO','','2015-09-15 09:07:19','uppercase','page'),(14,'Academics','IPI SOFT EVALUATION','','2015-11-21 06:46:54','uppercase','page'),(16,'Academics','SPHERO API TUTORIAL','','2015-11-24 09:43:02','uppercase','page'),(16,'Project','SPHERO API TUTORIAL','','2015-11-24 09:43:02','uppercase','page'),(19,'Academics','MYO SDK MATLAB MEX WRAPPER','','2016-04-21 11:52:24','uppercase','page'),(19,'Project','MYO SDK MATLAB MEX WRAPPER','','2016-04-21 11:52:24','uppercase','page');
/*!40000 ALTER TABLE `mw_categorylinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_change_tag`
--

DROP TABLE IF EXISTS `mw_change_tag`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_change_tag` (
  `ct_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ct_rc_id` bigint(20) unsigned DEFAULT NULL,
  `ct_log_id` int(10) unsigned DEFAULT NULL,
  `ct_rev_id` int(10) unsigned DEFAULT NULL,
  `ct_params` blob DEFAULT NULL,
  `ct_tag_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`ct_id`),
  UNIQUE KEY `ct_rc_tag_id` (`ct_rc_id`,`ct_tag_id`),
  UNIQUE KEY `ct_log_tag_id` (`ct_log_id`,`ct_tag_id`),
  UNIQUE KEY `ct_rev_tag_id` (`ct_rev_id`,`ct_tag_id`),
  KEY `ct_tag_id_id` (`ct_tag_id`,`ct_rc_id`,`ct_rev_id`,`ct_log_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_change_tag`
--

LOCK TABLES `mw_change_tag` WRITE;
/*!40000 ALTER TABLE `mw_change_tag` DISABLE KEYS */;
INSERT INTO `mw_change_tag` VALUES (1,254,NULL,254,NULL,1),(2,254,NULL,254,NULL,2),(3,278,34,279,NULL,3),(4,279,NULL,280,NULL,3),(5,281,NULL,281,NULL,3);
/*!40000 ALTER TABLE `mw_change_tag` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_change_tag_def`
--

DROP TABLE IF EXISTS `mw_change_tag_def`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_change_tag_def` (
  `ctd_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ctd_name` varbinary(255) NOT NULL,
  `ctd_user_defined` tinyint(1) NOT NULL,
  `ctd_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`ctd_id`),
  UNIQUE KEY `ctd_name` (`ctd_name`),
  KEY `ctd_count` (`ctd_count`),
  KEY `ctd_user_defined` (`ctd_user_defined`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_change_tag_def`
--

LOCK TABLES `mw_change_tag_def` WRITE;
/*!40000 ALTER TABLE `mw_change_tag_def` DISABLE KEYS */;
INSERT INTO `mw_change_tag_def` VALUES (1,'mobile edit',0,1),(2,'mobile web edit',0,1),(3,'wikieditor',0,3);
/*!40000 ALTER TABLE `mw_change_tag_def` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_comment`
--

DROP TABLE IF EXISTS `mw_comment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_comment` (
  `comment_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_hash` int(11) NOT NULL,
  `comment_text` blob NOT NULL,
  `comment_data` blob DEFAULT NULL,
  PRIMARY KEY (`comment_id`),
  KEY `comment_hash` (`comment_hash`)
) ENGINE=InnoDB AUTO_INCREMENT=129 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_comment`
--

LOCK TABLES `mw_comment` WRITE;
/*!40000 ALTER TABLE `mw_comment` DISABLE KEYS */;
INSERT INTO `mw_comment` VALUES (1,0,'',NULL),(2,-181386762,'Created page with \" * navigation ** mainpage|mainpage-description * other ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help * SEARCH * TOOLBOX * LANGUAGES\"',NULL),(3,1998895988,'Added top level pages to sidebar menu',NULL),(4,-1890393063,'Fixed syntax on custom top level pages',NULL),(5,872596515,'custom top level pages - final syntax fix',NULL),(6,536354931,'initial edit - add brief description and links to custom top level pages',NULL),(7,-169435390,'placeholder',NULL),(8,523120036,'wiki logo',NULL),(9,-415862821,'Created page with \"This page is the catch-all page that I use to write some quick notes for future reference.  == Arduino IDE Linux Install ==  I just installed the Arduino IDE on Ubuntu 14.04 f...\"',NULL),(10,-1079745599,'finished Arduino IDE Linux Install',NULL),(11,538610917,'added useful pages section with link to Journal page',NULL),(12,1398510465,'Created Sphero Driver for Matlab',NULL),(13,1892607442,'Created page',NULL),(14,-553764476,'/* Client Implementation in Matlab */ changed name of section',NULL),(15,-1806177245,'/* Sphero Basics */',NULL),(16,-201169400,'added reference to Yi Jui Sphero MATLAB Interface',NULL),(17,1176835956,'remove <ref> citations (i don\'t have cite installed); add useful links',NULL),(18,-443608926,'testing Cite extension',NULL),(19,-1713305136,'/* Packet Types */',NULL),(20,1361875821,'/* Sphero API */ Added all subsection headers',NULL),(21,-2100195750,'/* Data Representation */',NULL),(22,-708388995,'added links to new pages for coursework portfolios',NULL),(23,-1328378551,'initial edit',NULL),(24,587518956,'Created page with \"The main sections on this page outline graduate courses in which I had performed some sort of semester project.  == Overview ==  == Title (MAE number) ==\"',NULL),(25,-659636452,'added chunks from old main site content',NULL),(26,-2122079927,'/* Control of a Two Link Serial Robotic Manipulator */',NULL),(27,575227208,'moved course number to parens at end; removed subheadings for project names',NULL),(28,1285814035,'Created blank page',NULL),(29,-828026085,'added course descriptions with references',NULL),(30,77221505,'all courses entered',NULL),(31,1723032888,'/* Overview */',NULL),(32,-779192099,'/* Introduction to Mechanical and Aerospace Engineering (MAE 277) */',NULL),(33,728318230,'/* Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) */',NULL),(34,55993295,'Tagged categories academics and project',NULL),(35,830766865,'removed reference test; added Kinect human motion capture section with intro',NULL),(36,-1781331218,'/* (3) Kinect v2 */',NULL),(37,476555802,'/* (4) Kinect v1 */',NULL),(38,447410665,'/* Kinect Human Motion Capture Evaluation */',NULL),(39,14078887,'/* Procedures for iPi Soft Software */',NULL),(40,-793532552,'/* Number Systems */',NULL),(41,473783903,'/* Data Types */',NULL),(42,-2091539603,'/* Using Packets */',NULL),(43,1626458412,'Created page with \"Hey Yi Jui,   You can change your password [[Special:ChangePassword|here]].  You can go ahead and start editing [[Sphero_API_Matlab_SDK]] by,  *Sphero API Matlab SDK#Using P...\"',NULL),(44,-1577770118,'added more ideas for which API calls to use in Using Packets tutorial',NULL),(45,432499448,'bullet levels are formatted weird; tried adding blank lines between entries to fix this',NULL),(46,1770702079,'bullet levels are formatted weird; tried REMOVING blank lines between entries to fix this',NULL),(47,-262501125,'/* Data Types */  formatting - added a space',NULL),(48,-1236991845,'/* Matlab Implementation */  fleshed out matlab impl. and bluetooth communication basics',NULL),(49,2016282130,'/* Using Packets */ fleshed out outline',NULL),(50,-675161954,'Created page with \"\'This article is a work in progress\'\"',NULL),(51,1779939662,'added work in progress transclusion',NULL),(52,-157485213,'/* Matlab Implementation */ added content comments for bluetooth basics and writing standard functions',NULL),(53,-1240146987,'Created page with \"   == Overview ==    == Requirements ==    == Procedure ==    === Calibration Capture ===    === Calibration Processing ===    === Action Capture ===    === Action Processing...\"',NULL),(54,1307621277,'/* Capture */',NULL),(55,2144074480,'/* Workflow */',NULL),(56,1056693919,'/* Bluetooth Communication Basics */ added find bluetooth',NULL),(57,1779258382,'/* Bluetooth Communication Basics */',NULL),(58,-1742548359,'added references for sphero api documentation',NULL),(59,269882089,'/* CMD Packet Encoding */',NULL),(60,1343717782,'/* Using Packets */ finished CMD examples',NULL),(61,-1220837388,'/* Packet Structure */',NULL),(62,1336638917,'/* MSG (asynchronous message packet) */',NULL),(63,1342438306,'/* Bluetooth Communication Basics */ started send and receive packets',NULL),(64,-1793912873,'/* State Management */',NULL),(65,-556155,'/* Matlab Implementation */',NULL),(66,-1582872961,'/* RSP Packet Decoding */',NULL),(67,-47176042,'/* Send and Receive Packets */',NULL),(68,121693149,'/* RSP Packet Decoding */ section complete (removed work in progress)',NULL),(69,15789548,'/* Delete Bluetooth Connection */',NULL),(70,117624793,'create new sphero api tutorial page',NULL),(71,599891445,'created page with duplicate content from sphero api matlab sdk',NULL),(72,1592305387,'polished intro; still has duplicate content',NULL),(73,1368991079,'promoted subsections of packet structure and using packets; removed duplicate matlab implementation content',NULL),(74,1519681946,'removed duplicate content in sphero api tutorial; promoted subsections',NULL),(75,-1827259612,'fixed links to concrete paragraphs that moved to sphero api tutorial',NULL),(76,1477139453,'rewrote intro by merging listed links into text',NULL),(77,1752144802,'added MASK bit map',NULL),(78,-716695096,'/* MSG Packet Decoding */',NULL),(79,-2104689517,'added project category',NULL),(80,-1230096966,'wrote out basic page structure with some content',NULL),(81,-1723682945,'draft done; edited source links for references',NULL),(82,-1185075648,'/* Testing Math Extension */',NULL),(83,1887554067,'/* Writing Library Functions */',NULL),(84,1948015514,'fixed missing closing ref tag for sphero-matlab-interface',NULL),(85,138530626,'fixed closing quote on sphero-matlab-interface ref name attribute',NULL),(86,2066477341,'added full url to ext link display text in two refs',NULL),(87,705003633,'remove prev request for edits',NULL),(88,-1968601709,'Created page with \" You can change your password [[Special:ChangePassword|here]].  I typically use a section in [[Journal]] to begin piecing together notes for a new article in a section like ...\"',NULL),(89,-1058322814,'added section for HTPC',NULL),(90,1874692416,'add maxon motor control section',NULL),(91,-849562118,'/* Maxon Motor Control for Robotic Prototype */',NULL),(92,-1584508737,'added intro text; fleshed out main section titles',NULL),(93,-329480778,'/* Matlab interface for Myo */',NULL),(94,-18696290,'added kinect v2 dev env setup section',NULL),(95,-1604103822,'Marktoma moved page [[Myo SDK MEX Wrapper]] to [[Myo SDK MATLAB MEX Wrapper]]: Changed name of project',NULL),(96,-1964424441,'/* Device Listener Class */',NULL),(97,-1990591900,'/* Myo SDK */',NULL),(98,-1364612092,'/* Basic Implementation */',NULL),(99,-1246771930,'add imu data (incomplete)',NULL),(100,874604528,'/* Device Data */',NULL),(101,1220345105,'Created page with \"This wiki site is a place where I collect casual documentation for (mostly) past, current, and future projects.  Stop by my [http://www.mark-toma.com/ main website] for a some...\"',NULL),(102,47775319,'fix intro',NULL),(103,785737769,'Marktoma moved page [[Sphero API Matlab SDK]] to [[Sphero API MATLAB SDK]]',NULL),(104,-2082712271,'added other sites',NULL),(105,-1614205614,'add link to youtube preview video',NULL),(106,-220061484,'add link to preview video on youtube',NULL),(107,1103947778,'added categories',NULL),(108,1359059674,'adds external sites',NULL),(109,-1785930407,'added on the web links',NULL),(110,-1095842692,'shortened on the web entries',NULL),(111,-1434110646,'depiped external link display text',NULL),(112,-534093945,'repiped with no space',NULL),(113,1516165099,'adds link to armlab',NULL),(114,-614465901,'/* Basic Implementation */ switch code lexer',NULL),(115,-197850121,'/* Simple Example Script */ change lexer',NULL),(116,1855031118,'Protected \"[[File:Mt logo mono neg blu 135x135.png]]\": logo image ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))',NULL),(117,-170397641,'/* Kinect 2 Development Environment Setup */',NULL),(118,804589296,'Adds qutomatic exhaust fan',NULL),(119,-1892895536,'complete glass half full',NULL),(120,-2111219034,'Adds section Using Git',NULL),(121,1455310012,'/* Using Git */',NULL),(122,2091135893,'/* Git GUI */',NULL),(123,-2142066737,'Changed name of project',NULL),(124,149463335,'logo image',NULL),(125,1227542207,'Created page with \"Test page\"',NULL),(126,1871352581,'Updating to 2025 preference',NULL),(127,-1678909399,'content was: \"wiki logo\", and the only contributor was \"[[Special:Contributions/Mark|Mark]]\" ([[User talk:Mark|talk]])',NULL),(128,472388720,'content before blanking was: \"\"',NULL);
/*!40000 ALTER TABLE `mw_comment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_content`
--

DROP TABLE IF EXISTS `mw_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_content` (
  `content_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `content_size` int(10) unsigned NOT NULL,
  `content_sha1` varbinary(32) NOT NULL,
  `content_model` smallint(5) unsigned NOT NULL,
  `content_address` varbinary(255) NOT NULL,
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_content`
--

LOCK TABLES `mw_content` WRITE;
/*!40000 ALTER TABLE `mw_content` DISABLE KEYS */;
INSERT INTO `mw_content` VALUES (1,592,'glba3g2evzm40dqnqxegze66eqibkvb',1,'tt:1'),(2,166,'mevks04ubxfl7pdelkc85kqdtdxmxp6',1,'tt:2'),(3,198,'n8zhnqua5zh473419iogzwgdo7j81gg',1,'tt:3'),(4,210,'l7yay9tte3nelcyr3vczgalp34kja3u',1,'tt:4'),(5,233,'r0exmn37qryheko2q0xf8kdueag1zan',1,'tt:5'),(6,198,'n8zhnqua5zh473419iogzwgdo7j81gg',1,'tt:6'),(7,221,'degtz1b8jzbn8qxjgeq3uyhftbrzsjq',1,'tt:7'),(8,223,'1yzb2xf4u67llw3yo4y0pt6sroa9umf',1,'tt:8'),(9,661,'hiziux3kfw7mj1st2gktupu9uzglyx2',1,'tt:9'),(10,23,'5rz3yfl08ad48ikk7ah9uhtgb4w0zq4',1,'tt:10'),(11,665,'fhmrjrhqcxwkybqm1uivrfq8j1jkrlq',1,'tt:11'),(12,23,'5rz3yfl08ad48ikk7ah9uhtgb4w0zq4',1,'tt:12'),(13,23,'5rz3yfl08ad48ikk7ah9uhtgb4w0zq4',1,'tt:13'),(14,687,'gj01hiys7m63ddcx834fscdep9cue3g',1,'tt:14'),(15,665,'fhmrjrhqcxwkybqm1uivrfq8j1jkrlq',1,'tt:15'),(16,9,'hh4jafe3ghofuparsatzgb4kkgwsjdo',1,'tt:16'),(17,628,'ei456oikjvqzq2c1d10hok3z4pvgycq',1,'tt:17'),(18,1030,'06b2xmivi2qxwno3kz68pc695oq5ig2',1,'tt:18'),(19,1706,'mownosldsjprhu39brtmg3h8t8rc85d',1,'tt:19'),(20,2016,'e016komhnxv96jr13okp0ksmgvwv5nh',1,'tt:20'),(21,2018,'ezlptfgbozpiheohwjh559ue33urs0a',1,'tt:21'),(22,2401,'qilphfbd4a0i0vw6002wq0f3jfb0pdf',1,'tt:22'),(23,2857,'3k5oi2vts6vn20rrk22qh03etw2h2yc',1,'tt:23'),(24,901,'31q3amgfu2ytjmkg5qymz9nrmll5kgs',1,'tt:24'),(25,3031,'suo94ujrvzoppwr56wpv85tasvapf9w',1,'tt:25'),(26,637,'91oz8faz0ydkbddrvma7vz2w4wntnpz',1,'tt:26'),(27,625,'hnxbefgomwlx8oq8wy9frkcw2p9e9mx',1,'tt:27'),(28,2285,'4er12ngmi9szzzz94pld80krkvwefvh',1,'tt:28'),(29,2829,'jblzt4j25iuz56503ov0p0ylquyf6xa',1,'tt:29'),(30,2844,'802o4o8ooeh6lcgpfxgwvz6ou29mpij',1,'tt:30'),(31,3076,'jpojcztl0h113idya562rvsbpipihjd',1,'tt:31'),(32,3274,'crrjccficqjrbmysf9y4u0bolg27gup',1,'tt:32'),(33,3749,'muf5vlu3upmkbp14exm9svz17hfdvna',1,'tt:33'),(34,6780,'2flxfosekr5lmwj0x9tv2x4olitvgkm',1,'tt:34'),(35,7759,'b9wcqdooljqu868w63tdawlzw8h1szn',1,'tt:35'),(36,8802,'h2zh861hvi8rfjsdmrdj14m0jana7rp',1,'tt:36'),(37,12998,'e83uj89ttd6s0plk84omj0ja3uq8d23',1,'tt:37'),(38,3165,'kxfrtsf2jhfa8ypm0gxtv0h3mqai80n',1,'tt:38'),(39,15088,'l1ahefhv3pwh4nzwr779xxsbjjfz7pa',1,'tt:39'),(40,17232,'f976j5j7bolmnja7gcd7qe3oxxxyb6t',1,'tt:40'),(41,17419,'hilrqiz6rqvoy0xvihfnioa2i8i5ugj',1,'tt:41'),(42,19812,'qsf28set5gtwtb5taog8y1dp1qeeqyh',1,'tt:42'),(43,19877,'9r03lq2e4p4vq71yr7pc1m1wewmstve',1,'tt:43'),(44,20076,'ie8l6eile4e5ens9jn5mq8giddpydzz',1,'tt:44'),(45,22565,'m2igmw5v800exzd4litji2ai3q6v4b9',1,'tt:45'),(46,296,'22r1ns8uazeu92xng8nvowrqjulg4p7',1,'tt:46'),(47,125,'g7k6r45xvz7ryx72oc33cygn4qjqqr4',1,'tt:47'),(48,153,'4t0xqslmgd8za3h9bdh4odekew7fy16',1,'tt:48'),(49,3004,'9bw3hl5lwmt9bk5f1utrpifd8c0ogxw',1,'tt:49'),(50,3592,'gc02oec89fi9k2o857j4kjh3mmgkevi',1,'tt:50'),(51,3598,'1ae3goit1wi5yu091sp60be4qmd6g2c',1,'tt:51'),(52,2969,'ht7o0y8zs0ffomd9tw2z7c0aw63s3dr',1,'tt:52'),(53,2991,'ohc704x9279wrih5rcdv2uoymi7lv3a',1,'tt:53'),(54,3037,'sk9qc1jzpss37xbrhun9tdoijufctsn',1,'tt:54'),(55,3657,'3a0rtuhvgbqhnhmdk8yix1kmv1rep44',1,'tt:55'),(56,321,'ntkg2ygptpzubkwf2rgp4aq737uva8i',1,'tt:56'),(57,0,'phoiac9h4m842xq45sp7s6u21eteeq1',1,'tt:57'),(58,7272,'83tdmh1bzo65rtc9z4jefj1rm1vfay9',1,'tt:58'),(59,7747,'6mfy9n5aqm7opnk9ki4h2kbv146dvnj',1,'tt:59'),(60,7745,'5h1w6u2uqw5e70yncbrx2z725to29fa',1,'tt:60'),(61,9192,'aooludpshd5zn1kzsdz2mt0euznvjq8',1,'tt:61'),(62,9300,'9hnw2mun518rb7jm45o5x6xyrexvyr8',1,'tt:62'),(63,7397,'aj4cwrqh1ytet0vp6gsgmxr2ns5txsp',1,'tt:63'),(64,7407,'alsb3s1trrywv505wmj33ggq085ml7s',1,'tt:64'),(65,8926,'c1wu21jhbxfrw62naoa97xgdqfsqff0',1,'tt:65'),(66,8985,'jl20ahfdza85hzsm8vr835kl4l7wsv5',1,'tt:66'),(67,8897,'ozd2p8d9f5176nv3z16c9lirh87bu97',1,'tt:67'),(68,9582,'4mo0k30dg2wzugjkf7k37ctoobipcba',1,'tt:68'),(69,9805,'6dv7hdplyafixarnlx25hu8crceade0',1,'tt:69'),(70,9840,'i8rodrtcvktbbhiqgl1z05biv6rjff2',1,'tt:70'),(71,10316,'rwswy82jb3i0inxlayp7yeyh22h21ed',1,'tt:71'),(72,10318,'bp02d8ilou1f7wuxbrh9r4kba5yhpah',1,'tt:72'),(73,10348,'rzh1sv1bopj2is5h1ea3qhd1na73rk6',1,'tt:73'),(74,10348,'5856kbpn9qnkh9pbmwr1t23dssitpi7',1,'tt:74'),(75,10441,'6k9vej06qdbcxkoid391afo0g3ebxuo',1,'tt:75'),(76,8895,'tjzqxw5b5whj66zmqox0b5itchpn4mx',1,'tt:76'),(77,8873,'otj24tqd6xa816t280tyzic5noamxqn',1,'tt:77'),(78,22612,'8sf7se4i40pzzloi5hpc4nkyax5nkct',1,'tt:78'),(79,6189,'6ecatnu2q00qy2lriuf0v4r2s0opyk7',1,'tt:79'),(80,7244,'gsptvukv97em022d4tkrjw0o9dxgntw',1,'tt:80'),(81,7246,'ofse5t3st799yrlupkn0zfkk6ni1nqn',1,'tt:81'),(82,7791,'r18af8whwvooze7i78ocnp965q3lvz3',1,'tt:82'),(83,8264,'l3d7eijrs2wv7qyvqk1fmz8fnyyrhhm',1,'tt:83'),(84,8970,'24t15i6lk005nlq7bmouz4tc52brgb4',1,'tt:84'),(85,9488,'j4t6apqin01fcod5p6br0vjbsdhogci',1,'tt:85'),(86,9921,'fbi0tgzt9xngysq7skl5wppi0711hax',1,'tt:86'),(87,9927,'5mezrxk2r4ymphujghbhn7on3v6v8o2',1,'tt:87'),(88,11134,'0q2ibro3tifqt6s406qpcji3iel5s4u',1,'tt:88'),(89,11143,'gkm0h831qtcg0jed5p2m8w636izb9vs',1,'tt:89'),(90,12806,'7bb8hjb42tnhw92v3gi8x7yf3s8mgjn',1,'tt:90'),(91,13291,'1vkbdhazr3f0khuw66gptlq0pgbkpoi',1,'tt:91'),(92,19434,'dezwaht8zp2q7f7shnuz1qdcnciid6e',1,'tt:92'),(93,19893,'rzestghh8430tj021xn0oegzricjpw2',1,'tt:93'),(94,20561,'dorgrzhnp60k8xptrj220hilgzii3oz',1,'tt:94'),(95,23746,'sdy6jd42lcpllda5auz0ydxb6e2ilw8',1,'tt:95'),(96,24157,'1fbm12rz6hldk5i9opxyjnryubnlk5a',1,'tt:96'),(97,644,'8pvritulnt6tm8wr6s16c1dmfe9fz0g',1,'tt:97'),(98,24659,'pg0oouj7u42fba7cy21a57rtapzgids',1,'tt:98'),(99,1116,'s3x8crcm7hyqaobw3c10b0qlwbvowop',1,'tt:99'),(100,1123,'d99xle7w7siqdi672e3cvf09ahk4uxh',1,'tt:100'),(101,1111,'bgbi04tvh3cwod7n1k6hzpo87rtlyoq',1,'tt:101'),(102,24660,'pkrzkgbdqij3i451jwb1mp62zv9usuj',1,'tt:102'),(103,26134,'r7w7v52g03fgrnl030l8olkqf7lcdov',1,'tt:103'),(104,26328,'3x3tm2jcdvr8tqer7m30kgfygdd5w7h',1,'tt:104'),(105,36,'d68wkpcb6slfbxtwgnp3jm63h5nn2pz',1,'tt:105'),(106,38,'77ptut92m7qrowyf4fho16p9730q3ti',1,'tt:106'),(107,40,'81d1eewrk7xk09uaysmte3gmfp6eqhd',1,'tt:107'),(108,26350,'s4fi6tg0hhm1yq6iabpjref391qfup3',1,'tt:108'),(109,139,'4c6mjxjvj5tfxs153ddl45yp4aw439a',1,'tt:109'),(110,206,'th2c3jdclfh4oc548g2b7h2b9vgpevg',1,'tt:110'),(111,28319,'6lve15ajeg5qsglsu1tlrwb5c9n5xtq',1,'tt:111'),(112,3764,'crflxe6to6mc5m2uzfjitu1swyb77c4',1,'tt:112'),(113,8537,'orjy235bi1posb2s66786at2jx72wzz',1,'tt:113'),(114,7691,'1d2t5n4cohe2corqpfggvmbjlqm6h7l',1,'tt:114'),(115,7679,'a67tgvy2203opl0pd7s3feteljyzggu',1,'tt:115'),(116,7702,'9djcen48zgebnaixqa6qz8n1c8de9gz',1,'tt:116'),(117,7703,'5b99ff9r7y9cnajhnb2gd2ab4q3ttky',1,'tt:117'),(118,9342,'rsc1jvprdh7kfzvy56jy7gu6dvgag94',1,'tt:118'),(119,9543,'gum3xzzwqtwx7iv6yqkn9gzljqxnn2j',1,'tt:119'),(120,9552,'jd3il05zfqqpvh11ne2a4oy066ua3dq',1,'tt:120'),(121,0,'phoiac9h4m842xq45sp7s6u21eteeq1',1,'tt:121'),(122,9645,'ibjytju0agbzv70jitm6hx1ej08b7n3',1,'tt:122'),(123,9907,'ap1wvw28k4unt4f5ruhdvxivmqh9jqs',1,'tt:123'),(124,28321,'pellmxgzcvm5c8f0uw93me2g7fczr65',1,'tt:124'),(125,31041,'2uaqc0p38bzoqnsovzp8a6ddbychyml',1,'tt:125'),(126,34210,'jlu0k8iez7ctalb4n4xkxgk0v8l0ac3',1,'tt:126'),(127,34604,'6yw578xpmv0700kd02i6tfh91rgiuyh',1,'tt:127'),(128,36860,'taw1fy7l2gapmeylmakfofbzsmuhn3o',1,'tt:128'),(129,38282,'l2m5moe2s46uwps6xd9tgbaorfas3ik',1,'tt:129'),(130,40183,'qisii6txsmaztpssdvlzdp9vu61n019',1,'tt:130'),(131,40363,'szvdpd15l6s6wln55y8lnjywmzm9gbu',1,'tt:131'),(132,40513,'55j9oafq9s6ffo4pkxjyk2rz524ncki',1,'tt:132'),(133,40879,'g9g44zt0v6tj0nbeh0gfrz1trqqt96d',1,'tt:133'),(134,40897,'8yws3x8ef27rzul1fvbb65ghe98m8p5',1,'tt:134'),(135,41186,'gtzslhclt8eikc79m4wk8zy2wkd5c19',1,'tt:135'),(136,227,'5ccvckzg960f7qy4vyuapf31vbor1m5',1,'tt:136'),(137,41196,'dnn6mxyve759ltuca4s8r7en4drnbft',1,'tt:137'),(138,41218,'3mnc6thgm6w8ejnwlqqfaerjib0h2yv',1,'tt:138'),(139,359,'6zhenim7fzc5pu1iht4g5ytb16aflkl',1,'tt:139'),(140,361,'bz8cxz6roya8lwnvqfkp6staoq4fwcx',1,'tt:140'),(141,361,'10drk3c2ebwh65nx0obicej9vvf8v6n',1,'tt:141'),(142,389,'8vn24r7uz2hdvrgc5cmv5vjjypukovw',1,'tt:142'),(143,755,'bsd1sqjiv8b1kf8f0hexw50n36drrfc',1,'tt:143'),(144,772,'cznkxa417bwk01ufrxr248wj2ph2cxl',1,'tt:144'),(145,732,'ari8f939mcluxkuac1hhl4cldi3a5dy',1,'tt:145'),(146,75,'pe2qi9twin74hxltu2ibhk6opqvrqvj',1,'tt:146'),(147,41196,'dnn6mxyve759ltuca4s8r7en4drnbft',1,'tt:147'),(148,41191,'ams56hhp6smbsjhpvyap3dzpuy03ar9',1,'tt:148'),(149,41248,'4tjfxfabwscxqvs8k1ld39k6n00qs0i',1,'tt:149'),(150,41276,'bgzloylpn4diwcojs7f68i4w78uabcl',1,'tt:150'),(151,41540,'cjtrynroid714y3dful5ssvsrp0r9n6',1,'tt:151'),(152,43567,'afi4xqkx4zojq2203s2g3s6rkkaaueh',1,'tt:152'),(153,43533,'qbfj61lnwlki0gwmjidhbyhyacjjlga',1,'tt:153'),(154,43588,'biaxlq6ujxqi2xai5f0qjkw2qkplnxz',1,'tt:154'),(155,45707,'gk334m8h3p9dzq4c2dhq4spetp0ktm6',1,'tt:155'),(156,47274,'2b9zzkkky22ftf2gf92cik4brlz8vk0',1,'tt:156'),(157,47658,'m1j45mwc6yh2lktckueditkyv6hvqw5',1,'tt:157'),(158,47763,'1kj5unc1qhbgomspcxvyv45wx4kh0v1',1,'tt:158'),(159,47764,'mtqy3tdvfnug2szch7ph28s2nmenqnv',1,'tt:159'),(160,47734,'o0ohti3sgkbudrd2minmm6y1ai6ukch',1,'tt:160'),(161,50136,'epiuhuqa48t4rdxzvzyyts67aaeenjy',1,'tt:161'),(162,50137,'ja4ghru3opnn1j3h2uxe3u417y7wirx',1,'tt:162'),(163,50318,'ft5xfrmcdjfljyf6onbj2g0h36f5yyc',1,'tt:163'),(164,50318,'ft5xfrmcdjfljyf6onbj2g0h36f5yyc',1,'tt:164'),(165,50486,'abdj0rowjp2olgjp3xdky5ycg9leex1',1,'tt:165'),(166,33366,'7800dmw9pnr5vbutmotyjb4axu54cfu',1,'tt:166'),(167,0,'phoiac9h4m842xq45sp7s6u21eteeq1',1,'tt:167'),(168,33368,'p2r347tnba950h0swg2rbhg2fr7hnkm',1,'tt:168'),(169,18050,'90qb345h03rvjwqlbs1ea3vdk2pryns',1,'tt:169'),(170,18129,'6dusqgzx7vkcipgbca5beetf84vbejj',1,'tt:170'),(171,18098,'t1rr33y0ugdeqppqyzi3le5h6jj1tdw',1,'tt:171'),(172,18171,'kw96c9v748kqv27apgiy3mgxmm8q7w3',1,'tt:172'),(173,18213,'f8k1kx8c0g7bezi8iumdr37n4fmf39v',1,'tt:173'),(174,33497,'5ye0pu9voe9lfvfnodyox59p6h59v44',1,'tt:174'),(175,37542,'3sur204eutvwzokzey3zoty2d0ot09g',1,'tt:175'),(176,38570,'o7dtp2p576k7ocyqlpmnhgxyabguhbf',1,'tt:176'),(177,39441,'9v36kj08pwk8g7gywwoqx2fbjdnw59n',1,'tt:177'),(178,39170,'lfs7a3jjxq39rxpxb3cm5in20jmev6n',1,'tt:178'),(179,39271,'0ufjf9l2aqvaxl6lcokgp7b9cdnmwxo',1,'tt:179'),(180,45,'ba78vpn8gd4xt5sgv8hnnrqo82esxf6',1,'tt:180'),(181,2593,'r1anonj34s6w6xmlhvshb32gnaz8f04',1,'tt:181'),(182,39220,'8czt5tvciohbili4j8zk1ckizuwo5hd',1,'tt:182'),(183,39188,'ioizsa3wd8c3idr8i7anhjb8n7sdmb7',1,'tt:183'),(184,39193,'m0ny0038n50ird8g7ghreirnn2kdwek',1,'tt:184'),(185,39294,'py8if57agb5a9burlii6d3p2lgzmvrw',1,'tt:185'),(186,44002,'83hostol6awdcjliv6klyubx8dyrhwg',1,'tt:186'),(187,44017,'ldjkm9uxmy3sqzj6ogrgfqkyxv9zjfu',1,'tt:187'),(188,3839,'7tvsbfnmc2zdqkx5i3a770x1mdrxh46',1,'tt:188'),(189,3991,'83tz60mc1jojfeykhxk6fmke7horc8h',1,'tt:189'),(190,3997,'mqorr8tiqfilw209dyux8hbes4m77o7',1,'tt:190'),(191,19569,'mc31brxnt3bjk9xlnpg0tjuzh1myy6a',1,'tt:191'),(192,21779,'pxno20hlatxbzizoy91jbuyrasnb6de',1,'tt:192'),(193,21785,'oykmrttaca7s17votwvg2mjqmsybamk',1,'tt:193'),(194,21786,'s44nvtmvq0wcqmmfx4v29x39zxn74gv',1,'tt:194'),(195,21906,'1gw20nk7qs06w19xljzxcwijiq3gvzn',1,'tt:195'),(196,21994,'6yq6was6j678qpradx6xicy0n28gm4h',1,'tt:196'),(197,44004,'3lng19y65rwfilft542a8ju4o0k1yx5',1,'tt:197'),(198,553,'hkssgpfk9hkb7u855xqetlyqjls7jw8',1,'tt:198'),(199,303,'4b9i6lfh48x51mfbfk779k4ar77d3dc',1,'tt:199'),(200,4274,'j14bisxf2h7u6cc6yzx18x7pbia91vn',1,'tt:200'),(201,9917,'pu8zronromjigyn984ev69j3ii0f1y7',1,'tt:201'),(202,5166,'601hk411pp24jxmqbbjtlkz3zp68wn3',1,'tt:202'),(203,5174,'ivi3kan1jy0rdzq15u19xgkdy0dzzpb',1,'tt:203'),(204,5483,'sgkxse08d7e13pzdw4qp00dw5jizq51',1,'tt:204'),(205,658,'3mhoa1ysgo7wpopd29xsd08xfzi44rx',1,'tt:205'),(206,738,'rmg35fvw5j79p15hrl6j5wygl2p0n9t',1,'tt:206'),(207,5467,'q9j2kcpoa5x4adgzblhfzft4x51gh8m',1,'tt:207'),(208,1676,'s854ttr7tu58kxkjwwp7jq08sq2loy7',1,'tt:208'),(209,2654,'tbpwl81opbw98e7iw25mga0lrj7qr12',1,'tt:209'),(210,7109,'lrwiafp9c40u3mfut2poggl7t86d6du',1,'tt:210'),(211,40,'tjgv86njnlqe7ob86gpxw8mgbaa3rym',1,'tt:211'),(212,2712,'p94xzf5owumj9d0ge2wuv47nov73679',1,'tt:212'),(213,2757,'byi9jb0awfca9apvwkda3xzot388cwh',1,'tt:213'),(214,3401,'rlqqkeieogb74l2ngbjdk3spu0ce3up',1,'tt:214'),(215,4554,'s18n0a6ouh68qxa4nx99bkqsm5uys2z',1,'tt:215'),(216,4636,'ewqnwxt2qoe7nmj1whfki1qq4bd941z',1,'tt:216'),(217,4636,'hozhsztasi1rhijficwche5dq3rddgw',1,'tt:217'),(218,8062,'rdnaeo4vpzpg66uf4muqioivh8w7irj',1,'tt:218'),(219,10250,'psu78jqc0x3vl2hvt8qdxmtpscepkeg',1,'tt:219'),(220,205,'a2dt0emh99ousrlzis4alkclb7qkcft',1,'tt:220'),(221,10562,'r75rpnab84huj8vte37tr8mg5j22e7e',1,'tt:221'),(222,10585,'cuef6k0z2nus0iw5ccm4xouhy5615fi',1,'tt:222'),(223,11910,'tgqdihbpf3g2vszv0goyxglgr3jso74',1,'tt:223'),(224,35,'dbn619eba2ea8f6cnwyjbtutyayyaq0',1,'tt:224'),(225,1128,'27rdp0be2x14kpvf54a7mkhs7j9go5z',1,'tt:225'),(226,1128,'6mi5it3nwzlrlextpcy8t3cr8lfjffm',1,'tt:226'),(227,12056,'qeeu908jhr3y11qiuzhdps1zcfy0hyt',1,'tt:227'),(228,22112,'7584o0rtkpofio127irhh891f27n1i7',1,'tt:228'),(229,12102,'15e57ypyizyrrrc4k5kaap6srwlcfi3',1,'tt:229'),(230,281,'qpkrqy63cfp2sex586s6xdkxvp94ks2',1,'tt:230'),(231,534,'2g0z1idev7aytu1rjk4i8noc7ctar6h',1,'tt:231'),(232,495,'qnl6hp97wk3etjvbwknfgsrkz7a17cm',1,'tt:232'),(233,495,'sdchgk21bjziehu2jkn8lldmn04k9jr',1,'tt:233'),(234,491,'onkorboi7m8rhqtxgtqa5ovi9xqdq7j',1,'tt:234'),(235,491,'slfoshjc97c27j770lops7ps8itqntr',1,'tt:235'),(236,537,'a90cuhwsnux0nhpmkfheckop0rsvz7z',1,'tt:236'),(237,537,'1khilslna6rn99651gn6jvuamg6kxl5',1,'tt:237'),(238,12137,'ov24ah0w1hhljy9exzz97v1260t7vt6',1,'tt:238'),(239,12141,'ns2zsr6rgcstxjkg7i3nw6amiqix6gq',1,'tt:239'),(240,12141,'mmzznxsfp4vmmam4pkolla59v9i8344',1,'tt:240'),(241,12137,'qvyb81uypkipplgu702dyic2c1w9u3c',1,'tt:241'),(242,12222,'qc1xkkwc8yn2r9oaz6dj50kjlsbgpan',1,'tt:242'),(243,12345,'d1cx4mxd5j358u7i69k1jr7to62vvda',1,'tt:243'),(244,12478,'hntrw634igtn8je3jzvg37pniv5innv',1,'tt:244'),(245,22156,'g4ensk0sbqd90qf2dgltdx7mcryu7wm',1,'tt:245'),(246,0,'phoiac9h4m842xq45sp7s6u21eteeq1',1,'tt:246'),(247,7240,'lxjdvpivjbxceenvv3mvg9ttv16uf46',1,'tt:247'),(248,7429,'m8j1chns1em9wy9n8bn6zugg79hoe7d',1,'tt:248'),(249,7429,'tjjye5i7dp2mi8kyjvzxq849rn81rue',1,'tt:249'),(250,7430,'hn3es03etnc6pevhhvwnb0z4lvc9j58',1,'tt:250'),(251,7528,'dwqkbe531r03szsly4qoivibr08rhio',1,'tt:251'),(252,7713,'35fi0d50503jui2cxsfmchr7gjiyf6b',1,'tt:252'),(253,0,'phoiac9h4m842xq45sp7s6u21eteeq1',1,'tt:253'),(254,7754,'nb0wxl0xffj63bkeoldnzkuq0177k1z',1,'tt:254'),(255,8091,'hkrqj0tj1vtgjl3kp9oxp16fbr63u7z',1,'tt:255'),(256,8383,'aa7cdgm3jrsjw4mgm0nkw2waftqb1k5',1,'tt:256'),(257,8380,'t48r1c25sdacwxlk41ekpxwg4mgw7ka',1,'tt:257'),(258,8382,'dcl624aixzgzmnb14s6womqczoeikr9',1,'tt:258'),(259,9091,'757wf65c29bocgjm2miy9to0fu25ppr',1,'tt:259'),(260,9102,'gyz9kgla9d7tbrkd4bvspolmb6g899f',1,'tt:260'),(261,9723,'nnzwmm9904l4pswjeffadjbvb8ua7rg',1,'tt:261'),(262,9729,'oijbb9xbsxnq15scs8ovnhr8k0s4yjp',1,'tt:262'),(263,9767,'p025n1uwaob6b7uzkn022m54a7hi5k8',1,'tt:263'),(264,10189,'tn6c7rz70jdxlpi26alm4orsbhti0i8',1,'tt:264'),(265,10227,'rd51r8pmv26qxocqnq03fs77dybqkck',1,'tt:265'),(266,10402,'5b88hperd54xmgz73gn05el1rorjqg8',1,'tt:266'),(267,10419,'3ces3pakbo6n6limpkon9ra169j2hid',1,'tt:267'),(268,11369,'eod7zvnttqewe0fbbvg9vab5omvklw3',1,'tt:268'),(269,11512,'tfn2gocfcac5tfj16i7z1tx5rq260gl',1,'tt:269'),(270,11768,'kxfwqg3fc3u1ivcbeuqkxgh8jepit1g',1,'tt:270'),(271,11911,'lynv9hp0liytsn3w9j68imbshcvdswm',1,'tt:271'),(272,8884,'kzxio968eofw71paygq5dqwpwk6gk3x',1,'tt:272'),(273,8872,'o2n8czotj8qvisharldm1sn8pvsjr1f',1,'tt:273'),(274,9,'ifo34aax99l793wqvs0bcc3ivq1fk3b',1,'tt:274'),(275,37,'0glxw7prvwlnd1jtevdflnxzigo5yfl',1,'tt:275'),(276,12568,'k8oiqzgmp3236kbzvsl8ihc6axddsvo',1,'tt:276'),(277,0,'phoiac9h4m842xq45sp7s6u21eteeq1',1,'tt:277');
/*!40000 ALTER TABLE `mw_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_content_models`
--

DROP TABLE IF EXISTS `mw_content_models`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_content_models` (
  `model_id` int(11) NOT NULL AUTO_INCREMENT,
  `model_name` varbinary(64) NOT NULL,
  PRIMARY KEY (`model_id`),
  UNIQUE KEY `model_name` (`model_name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_content_models`
--

LOCK TABLES `mw_content_models` WRITE;
/*!40000 ALTER TABLE `mw_content_models` DISABLE KEYS */;
INSERT INTO `mw_content_models` VALUES (1,'wikitext');
/*!40000 ALTER TABLE `mw_content_models` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_externallinks`
--

DROP TABLE IF EXISTS `mw_externallinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_externallinks` (
  `el_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `el_from` int(10) unsigned NOT NULL DEFAULT 0,
  `el_to_domain_index` varbinary(255) NOT NULL DEFAULT '',
  `el_to_path` blob DEFAULT NULL,
  PRIMARY KEY (`el_id`),
  KEY `el_to_domain_index_to_path` (`el_to_domain_index`,`el_to_path`(60)),
  KEY `el_from` (`el_from`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_externallinks`
--

LOCK TABLES `mw_externallinks` WRITE;
/*!40000 ALTER TABLE `mw_externallinks` DISABLE KEYS */;
INSERT INTO `mw_externallinks` VALUES (1,7,'https://cc.arduino.www.','/en/main/software'),(2,7,'http://com.planfully.','/install-arduino-ubuntu/'),(3,7,'http://org.ros.wiki.','/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup'),(5,8,'http://com.sphero.sdk.','/api-reference/api-quick-reference/'),(6,8,'https://com.github.','/orbotix/DeveloperResources/tree/master/docs'),(14,10,'http://edu.buffalo.cse.www.','/faculty/kdantu/%7CAssistant'),(15,10,'http://edu.buffalo.mae.www.','/people/full_time/v_krovi.php%7CProfessor'),(16,10,'http://edu.buffalo.mae.www.','/graduate/course_descriptions.php%7C'),(17,10,'http://edu.buffalo.cse.www.','/graduate/courses.php%7C'),(22,9,'https://com.google.sites.','/site/cladteams/'),(23,9,'http://edu.buffalo.undergrad-catalog.','/academicprograms/mae_courses.shtml'),(24,9,'http://edu.buffalo.mae.www.','/people/full_time/v_krovi.php'),(25,9,'http://edu.drexel.cs.gicl.','/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered)'),(28,7,'http://com.ipisoft.www.','/'),(29,14,'http://com.maglight.','/'),(30,14,'http://com.ipisoft.www.','/'),(31,16,'http://com.sphero.sdk.','/api-reference/api-quick-reference/'),(32,16,'https://com.github.','/orbotix/DeveloperResources/tree/master/docs'),(36,16,'http://com.mathworks.www.','/matlabcentral/fileexchange/48359-sphero-matlab-interface%7CSphero'),(39,16,'http://com.gosphero.community.','/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange%7C'),(42,3,'http://edu.suny.niagaracc.','/'),(43,3,'http://edu.buffalo.mae.www.','/'),(44,3,'http://edu.buffalo.www.','/'),(45,3,'http://edu.buffalo.gsa.','/mae'),(46,3,'http://edu.buffalo.engineering.','/cpnc/'),(47,8,'http://com.mathworks.www.','/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk'),(48,8,'http://com.mathworks.www.','/matlabcentral/fileexchange/48359-sphero-matlab-interface'),(49,7,'http://com.maxonmotor.www.','/maxon/view/product/motor/dcmotor/amax/amax32/236668'),(50,7,'http://com.maxonmotor.www.','/medias/sys_master/root/8816801054750/15-172-EN.pdf'),(51,7,'http://com.maxonmotor.www.','/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391'),(52,7,'http://com.maxonmotorusa.www.','/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf'),(54,7,'https://com.microsoft.www.','/en-us/download/details.aspx?id=44561'),(55,7,'https://com.microsoft.www.','/en-us/download/confirmation.aspx?id=30682'),(56,21,'http://com.mark-toma.www.','/'),(57,19,'http://com.mathworks.www.','/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper'),(58,19,'https://com.github.','/mark-toma/MyoMex'),(59,1,'http://com.mark-toma.www.','/'),(60,1,'https://com.github.','/mark-toma'),(61,1,'https://com.mathworks.www.','/matlabcentral/profile/authors/4540343-mark-tomaszewski'),(62,19,'https://be.youtu.','/pPh306IgEDo'),(63,8,'https://be.youtu.','/YohxMa_z4Ww'),(75,2,'http://com%7Cwebsite.mark-toma.www.','/'),(76,2,'http://com.mark-toma.www.','/professional%7CResume'),(77,2,'http://com.mark-toma.www.','/blog%7CBlog'),(78,2,'https://com.github.','/mark-toma%7CGitHub'),(79,2,'https://com.mathworks.www.','/matlabcentral/profile/authors/4540343-mark-tomaszewski%7CMathWorks'),(80,2,'http://edu%7Carmlab.buffalo.eng.mechatronics.','/'),(81,7,'https://com.itsfoss.','/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/'),(82,7,'https://org.ubuntu-mate.','/raspberry-pi/'),(83,7,'http://edu.clemson.cs.buffet.','/'),(84,7,'https://com.git-scm.','/docs');
/*!40000 ALTER TABLE `mw_externallinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_filearchive`
--

DROP TABLE IF EXISTS `mw_filearchive`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_filearchive` (
  `fa_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `fa_name` varbinary(255) NOT NULL DEFAULT '',
  `fa_archive_name` varbinary(255) DEFAULT '',
  `fa_storage_group` varbinary(16) DEFAULT NULL,
  `fa_storage_key` varbinary(64) DEFAULT '',
  `fa_deleted_user` int(11) DEFAULT NULL,
  `fa_deleted_timestamp` binary(14) DEFAULT NULL,
  `fa_deleted_reason_id` bigint(20) unsigned NOT NULL,
  `fa_size` bigint(20) unsigned DEFAULT 0,
  `fa_width` int(11) DEFAULT 0,
  `fa_height` int(11) DEFAULT 0,
  `fa_metadata` mediumblob DEFAULT NULL,
  `fa_bits` int(11) DEFAULT 0,
  `fa_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE','3D') DEFAULT NULL,
  `fa_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart','chemical') DEFAULT 'unknown',
  `fa_minor_mime` varbinary(100) DEFAULT 'unknown',
  `fa_description_id` bigint(20) unsigned NOT NULL,
  `fa_actor` bigint(20) unsigned NOT NULL,
  `fa_timestamp` binary(14) DEFAULT NULL,
  `fa_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `fa_sha1` varbinary(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`fa_id`),
  KEY `fa_name` (`fa_name`,`fa_timestamp`),
  KEY `fa_storage_group` (`fa_storage_group`,`fa_storage_key`),
  KEY `fa_deleted_timestamp` (`fa_deleted_timestamp`),
  KEY `fa_sha1` (`fa_sha1`(10)),
  KEY `fa_actor_timestamp` (`fa_actor`,`fa_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_filearchive`
--

LOCK TABLES `mw_filearchive` WRITE;
/*!40000 ALTER TABLE `mw_filearchive` DISABLE KEYS */;
INSERT INTO `mw_filearchive` VALUES (1,'Mt_logo.png',NULL,'deleted','be9l9l0k08l8pj80dsfvwoi08e1n8rh.png',1,'20250816014903',127,4776,135,135,'a:6:{s:10:\"frameCount\";i:0;s:9:\"loopCount\";i:1;s:8:\"duration\";d:0;s:8:\"bitDepth\";i:8;s:9:\"colorType\";s:16:\"truecolour-alpha\";s:8:\"metadata\";a:6:{s:11:\"XResolution\";s:8:\"2835/100\";s:11:\"YResolution\";s:8:\"2835/100\";s:14:\"ResolutionUnit\";i:3;s:8:\"DateTime\";s:19:\"2015:07:14 05:54:39\";s:14:\"PNGFileComment\";a:2:{s:9:\"x-default\";s:17:\"Created with GIMP\";s:5:\"_type\";s:4:\"lang\";}s:15:\"_MW_PNG_VERSION\";i:1;}}',8,'BITMAP','image','png',8,2,'20150714055711',0,'be9l9l0k08l8pj80dsfvwoi08e1n8rh'),(2,'Mt_logo_mono_neg_blu_135x135.png',NULL,'deleted','c6jpxjg2isfnep557ipcz4yjca9dq40.png',1,'20250816014959',128,4274,135,135,'a:6:{s:10:\"frameCount\";i:0;s:9:\"loopCount\";i:1;s:8:\"duration\";d:0;s:8:\"bitDepth\";i:8;s:9:\"colorType\";s:16:\"truecolour-alpha\";s:8:\"metadata\";a:5:{s:11:\"XResolution\";s:7:\"996/100\";s:11:\"YResolution\";s:7:\"996/100\";s:14:\"ResolutionUnit\";i:3;s:8:\"Software\";a:2:{s:9:\"x-default\";s:16:\"www.inkscape.org\";s:5:\"_type\";s:4:\"lang\";}s:15:\"_MW_PNG_VERSION\";i:1;}}',8,'BITMAP','image','png',1,1,'20160430042918',0,'c6jpxjg2isfnep557ipcz4yjca9dq40');
/*!40000 ALTER TABLE `mw_filearchive` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_image`
--

DROP TABLE IF EXISTS `mw_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_image` (
  `img_name` varbinary(255) NOT NULL DEFAULT '',
  `img_size` bigint(20) unsigned NOT NULL DEFAULT 0,
  `img_width` int(11) NOT NULL DEFAULT 0,
  `img_height` int(11) NOT NULL DEFAULT 0,
  `img_metadata` mediumblob NOT NULL,
  `img_bits` int(11) NOT NULL DEFAULT 0,
  `img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE','3D') DEFAULT NULL,
  `img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart','chemical') NOT NULL DEFAULT 'unknown',
  `img_minor_mime` varbinary(100) NOT NULL DEFAULT 'unknown',
  `img_description_id` bigint(20) unsigned NOT NULL,
  `img_actor` bigint(20) unsigned NOT NULL,
  `img_timestamp` binary(14) NOT NULL,
  `img_sha1` varbinary(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`img_name`),
  KEY `img_size` (`img_size`),
  KEY `img_timestamp` (`img_timestamp`),
  KEY `img_sha1` (`img_sha1`(10)),
  KEY `img_media_mime` (`img_media_type`,`img_major_mime`,`img_minor_mime`),
  KEY `img_actor_timestamp` (`img_actor`,`img_timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_image`
--

LOCK TABLES `mw_image` WRITE;
/*!40000 ALTER TABLE `mw_image` DISABLE KEYS */;
INSERT INTO `mw_image` VALUES ('Every-Time-I-Die-Radical-album-cover-header.jpg',170332,1200,675,'{\"data\":{\"MEDIAWIKI_EXIF_VERSION\":2}}',8,'BITMAP','image','jpeg',1,2,'20250816033545','5sazkme7dqmfkjm0zzkidrgfmtvvry6'),('Fb_glass_half_full_engineer.jpg',16658,480,374,'a:3:{s:23:\"OriginalTransmissionRef\";a:1:{i:0;s:20:\"AxQS8dhXdxkugjf7G28U\";}s:19:\"SpecialInstructions\";a:1:{i:0;s:98:\"FBMD01000abe030000c009000070110000c0110000171200003b1c00006e260000b92800000d2900006329000012410000\";}s:22:\"MEDIAWIKI_EXIF_VERSION\";i:2;}',8,'BITMAP','image','jpeg',1,2,'20160801232645','a6p0ciwtpbtmbysw70wcqc6kitjie48'),('Ipi_soft_human_motion_capture_workflow.png',58908,579,650,'a:6:{s:10:\"frameCount\";i:0;s:9:\"loopCount\";i:1;s:8:\"duration\";d:0;s:8:\"bitDepth\";i:8;s:9:\"colorType\";s:16:\"truecolour-alpha\";s:8:\"metadata\";a:4:{s:11:\"XResolution\";s:8:\"3780/100\";s:11:\"YResolution\";s:8:\"3780/100\";s:14:\"ResolutionUnit\";i:3;s:15:\"_MW_PNG_VERSION\";i:1;}}',8,'BITMAP','image','png',1,2,'20151121054940','44eguysrflzro2il647t31zftodcgcy');
/*!40000 ALTER TABLE `mw_image` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_imagelinks`
--

DROP TABLE IF EXISTS `mw_imagelinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_imagelinks` (
  `il_from` int(10) unsigned NOT NULL DEFAULT 0,
  `il_from_namespace` int(11) NOT NULL DEFAULT 0,
  `il_to` varbinary(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`il_from`,`il_to`),
  KEY `il_backlinks_namespace` (`il_to`,`il_from_namespace`,`il_from`),
  KEY `il_to` (`il_to`,`il_from`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_imagelinks`
--

LOCK TABLES `mw_imagelinks` WRITE;
/*!40000 ALTER TABLE `mw_imagelinks` DISABLE KEYS */;
INSERT INTO `mw_imagelinks` VALUES (7,0,'Fb_glass_half_full_engineer.jpg'),(14,0,'Ipi_soft_human_motion_capture_workflow.png');
/*!40000 ALTER TABLE `mw_imagelinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_interwiki`
--

DROP TABLE IF EXISTS `mw_interwiki`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_interwiki` (
  `iw_prefix` varbinary(32) NOT NULL,
  `iw_url` blob NOT NULL,
  `iw_api` blob NOT NULL,
  `iw_wikiid` varbinary(64) NOT NULL,
  `iw_local` tinyint(1) NOT NULL,
  `iw_trans` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`iw_prefix`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_interwiki`
--

LOCK TABLES `mw_interwiki` WRITE;
/*!40000 ALTER TABLE `mw_interwiki` DISABLE KEYS */;
INSERT INTO `mw_interwiki` VALUES ('acronym','http://www.acronymfinder.com/~/search/af.aspx?string=exact&Acronym=$1','','',0,0),('advogato','http://www.advogato.org/$1','','',0,0),('arxiv','http://www.arxiv.org/abs/$1','','',0,0),('c2find','http://c2.com/cgi/wiki?FindPage&value=$1','','',0,0),('cache','http://www.google.com/search?q=cache:$1','','',0,0),('commons','https://commons.wikimedia.org/wiki/$1','https://commons.wikimedia.org/w/api.php','',0,0),('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1','','',0,0),('docbook','http://wiki.docbook.org/$1','','',0,0),('doi','http://dx.doi.org/$1','','',0,0),('drumcorpswiki','http://www.drumcorpswiki.com/$1','http://drumcorpswiki.com/api.php','',0,0),('dwjwiki','http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1','','',0,0),('elibre','http://enciclopedia.us.es/index.php/$1','http://enciclopedia.us.es/api.php','',0,0),('emacswiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1','','',0,0),('foldoc','http://foldoc.org/?$1','','',0,0),('foxwiki','http://fox.wikis.com/wc.dll?Wiki~$1','','',0,0),('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1','','',0,0),('gej','http://www.esperanto.de/dej.malnova/aktivikio.pl?$1','','',0,0),('gentoo-wiki','http://gentoo-wiki.com/$1','','',0,0),('google','http://www.google.com/search?q=$1','','',0,0),('googlegroups','http://groups.google.com/groups?q=$1','','',0,0),('hammondwiki','http://www.dairiki.org/HammondWiki/$1','','',0,0),('hrwiki','http://www.hrwiki.org/wiki/$1','http://www.hrwiki.org/w/api.php','',0,0),('imdb','http://www.imdb.com/find?q=$1&tt=on','','',0,0),('jargonfile','http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=$1','','',0,0),('kmwiki','http://kmwiki.wikispaces.com/$1','','',0,0),('linuxwiki','http://linuxwiki.de/$1','','',0,0),('lojban','http://www.lojban.org/tiki/tiki-index.php?page=$1','','',0,0),('lqwiki','http://wiki.linuxquestions.org/wiki/$1','','',0,0),('lugkr','http://www.lug-kr.de/wiki/$1','','',0,0),('meatball','http://www.usemod.com/cgi-bin/mb.pl?$1','','',0,0),('mediawikiwiki','https://www.mediawiki.org/wiki/$1','https://www.mediawiki.org/w/api.php','',0,0),('mediazilla','https://bugzilla.wikimedia.org/$1','','',0,0),('memoryalpha','http://en.memory-alpha.org/wiki/$1','http://en.memory-alpha.org/api.php','',0,0),('metawiki','http://sunir.org/apps/meta.pl?$1','','',0,0),('metawikimedia','https://meta.wikimedia.org/wiki/$1','https://meta.wikimedia.org/w/api.php','',0,0),('mozillawiki','http://wiki.mozilla.org/$1','https://wiki.mozilla.org/api.php','',0,0),('mw','https://www.mediawiki.org/wiki/$1','https://www.mediawiki.org/w/api.php','',0,0),('oeis','http://oeis.org/$1','','',0,0),('openwiki','http://openwiki.com/ow.asp?$1','','',0,0),('pmid','https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract','','',0,0),('ppr','http://c2.com/cgi/wiki?$1','','',0,0),('pythoninfo','http://wiki.python.org/moin/$1','','',0,0),('rfc','https://tools.ietf.org/html/rfc$1','','',0,0),('s23wiki','http://s23.org/wiki/$1','http://s23.org/w/api.php','',0,0),('seattlewireless','http://seattlewireless.net/$1','','',0,0),('senseislibrary','http://senseis.xmp.net/?$1','','',0,0),('shoutwiki','http://www.shoutwiki.com/wiki/$1','http://www.shoutwiki.com/w/api.php','',0,0),('sourceforge','http://sourceforge.net/$1','','',0,0),('sourcewatch','http://www.sourcewatch.org/index.php?title=$1','http://www.sourcewatch.org/api.php','',0,0),('squeak','http://wiki.squeak.org/squeak/$1','','',0,0),('tejo','http://www.tejo.org/vikio/$1','','',0,0),('theopedia','http://www.theopedia.com/$1','','',0,0),('tmbw','http://www.tmbw.net/wiki/$1','http://tmbw.net/wiki/api.php','',0,0),('tmnet','http://www.technomanifestos.net/?$1','','',0,0),('twiki','http://twiki.org/cgi-bin/view/$1','','',0,0),('uea','http://uea.org/vikio/index.php/$1','http://uea.org/vikio/api.php','',0,0),('uncyclopedia','http://en.uncyclopedia.co/wiki/$1','http://en.uncyclopedia.co/w/api.php','',0,0),('unreal','http://wiki.beyondunreal.com/$1','http://wiki.beyondunreal.com/w/api.php','',0,0),('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1','','',0,0),('webseitzwiki','http://webseitz.fluxent.com/wiki/$1','','',0,0),('wiki','http://c2.com/cgi/wiki?$1','','',0,0),('wikia','http://www.wikia.com/wiki/$1','','',0,0),('wikibooks','https://en.wikibooks.org/wiki/$1','https://en.wikibooks.org/w/api.php','',0,0),('wikif1','http://www.wikif1.org/$1','','',0,0),('wikihow','http://www.wikihow.com/$1','http://www.wikihow.com/api.php','',0,0),('wikimedia','https://wikimediafoundation.org/wiki/$1','https://wikimediafoundation.org/w/api.php','',0,0),('wikinews','https://en.wikinews.org/wiki/$1','https://en.wikinews.org/w/api.php','',0,0),('wikinfo','http://wikinfo.co/English/index.php/$1','','',0,0),('wikipedia','https://en.wikipedia.org/wiki/$1','https://en.wikipedia.org/w/api.php','',0,0),('wikiquote','https://en.wikiquote.org/wiki/$1','https://en.wikiquote.org/w/api.php','',0,0),('wikisource','https://wikisource.org/wiki/$1','https://wikisource.org/w/api.php','',0,0),('wikispecies','https://species.wikimedia.org/wiki/$1','https://species.wikimedia.org/w/api.php','',0,0),('wikiversity','https://en.wikiversity.org/wiki/$1','https://en.wikiversity.org/w/api.php','',0,0),('wikivoyage','https://en.wikivoyage.org/wiki/$1','https://en.wikivoyage.org/w/api.php','',0,0),('wikt','https://en.wiktionary.org/wiki/$1','https://en.wiktionary.org/w/api.php','',0,0),('wiktionary','https://en.wiktionary.org/wiki/$1','https://en.wiktionary.org/w/api.php','',0,0);
/*!40000 ALTER TABLE `mw_interwiki` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_ip_changes`
--

DROP TABLE IF EXISTS `mw_ip_changes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_ip_changes` (
  `ipc_rev_id` int(10) unsigned NOT NULL DEFAULT 0,
  `ipc_rev_timestamp` binary(14) NOT NULL,
  `ipc_hex` varbinary(35) NOT NULL DEFAULT '',
  PRIMARY KEY (`ipc_rev_id`),
  KEY `ipc_rev_timestamp` (`ipc_rev_timestamp`),
  KEY `ipc_hex_time` (`ipc_hex`,`ipc_rev_timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_ip_changes`
--

LOCK TABLES `mw_ip_changes` WRITE;
/*!40000 ALTER TABLE `mw_ip_changes` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_ip_changes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_ipblocks_restrictions`
--

DROP TABLE IF EXISTS `mw_ipblocks_restrictions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_ipblocks_restrictions` (
  `ir_ipb_id` int(10) unsigned NOT NULL,
  `ir_type` tinyint(4) NOT NULL,
  `ir_value` int(10) unsigned NOT NULL,
  PRIMARY KEY (`ir_ipb_id`,`ir_type`,`ir_value`),
  KEY `ir_type_value` (`ir_type`,`ir_value`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_ipblocks_restrictions`
--

LOCK TABLES `mw_ipblocks_restrictions` WRITE;
/*!40000 ALTER TABLE `mw_ipblocks_restrictions` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_ipblocks_restrictions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_iwlinks`
--

DROP TABLE IF EXISTS `mw_iwlinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_iwlinks` (
  `iwl_from` int(10) unsigned NOT NULL DEFAULT 0,
  `iwl_prefix` varbinary(32) NOT NULL DEFAULT '',
  `iwl_title` varbinary(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`iwl_from`,`iwl_prefix`,`iwl_title`),
  KEY `iwl_prefix_title_from` (`iwl_prefix`,`iwl_title`,`iwl_from`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_iwlinks`
--

LOCK TABLES `mw_iwlinks` WRITE;
/*!40000 ALTER TABLE `mw_iwlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_iwlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_job`
--

DROP TABLE IF EXISTS `mw_job`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_job` (
  `job_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `job_cmd` varbinary(60) NOT NULL DEFAULT '',
  `job_namespace` int(11) NOT NULL,
  `job_title` varbinary(255) NOT NULL,
  `job_timestamp` binary(14) DEFAULT NULL,
  `job_params` mediumblob NOT NULL,
  `job_random` int(10) unsigned NOT NULL DEFAULT 0,
  `job_attempts` int(10) unsigned NOT NULL DEFAULT 0,
  `job_token` varbinary(32) NOT NULL DEFAULT '',
  `job_token_timestamp` binary(14) DEFAULT NULL,
  `job_sha1` varbinary(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`job_id`),
  KEY `job_sha1` (`job_sha1`),
  KEY `job_cmd_token` (`job_cmd`,`job_token`,`job_random`),
  KEY `job_cmd_token_id` (`job_cmd`,`job_token`,`job_id`),
  KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`,`job_params`(128)),
  KEY `job_timestamp` (`job_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_job`
--

LOCK TABLES `mw_job` WRITE;
/*!40000 ALTER TABLE `mw_job` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_job` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_l10n_cache`
--

DROP TABLE IF EXISTS `mw_l10n_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_l10n_cache` (
  `lc_lang` varbinary(35) NOT NULL,
  `lc_key` varbinary(255) NOT NULL,
  `lc_value` mediumblob NOT NULL,
  PRIMARY KEY (`lc_lang`,`lc_key`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_l10n_cache`
--

LOCK TABLES `mw_l10n_cache` WRITE;
/*!40000 ALTER TABLE `mw_l10n_cache` DISABLE KEYS */;
INSERT INTO `mw_l10n_cache` VALUES ('ab','bookstoreList','a:6:{s:53:\"Поиск по библиотекам «Сигла»\";s:45:\"http://www.sigla.ru/results.jsp?f=7&t=3&v0=$1\";s:11:\"Findbook.ru\";s:46:\"http://findbook.ru/search/d0?ptype=4&pvalue=$1\";s:25:\"Яндекс.Маркет\";s:42:\"http://market.yandex.ru/search.xml?text=$1\";s:8:\"ОЗОН\";s:50:\"http://www.ozon.ru/?context=advsearch_book&isbn=$1\";s:8:\"Books.Ru\";s:40:\"http://www.books.ru/shop/search?query=$1\";s:10:\"Amazon.com\";s:42:\"https://www.amazon.com/exec/obidos/ISBN=$1\";}'),('ab','compiledPluralRules','a:3:{i:0;s:48:\"v 0 in i 10 mod 1 in and i 100 mod 11 not-in and\";i:1;s:59:\"v 0 in i 10 mod 2 4 .. in and i 100 mod 12 14 .. not-in and\";i:2;s:93:\"v 0 in i 10 mod 0 in and v 0 in i 10 mod 5 9 .. in and or v 0 in i 100 mod 11 14 .. in and or\";}'),('ab','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:7:\"xg j, Y\";s:8:\"mdy both\";s:12:\"H:i, xg j, Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:11:\"H:i, j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:11:\"H:i, Y xg j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ab','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ab','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('ab','defaultDateFormat','s:10:\"dmy or mdy\";'),('ab','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAb.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1726467800;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesRu.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ab','digitGroupingPattern','s:9:\"#,##0.###\";'),('ab','digitTransformTable','N;'),('ab','fallback','s:2:\"ru\";'),('ab','fallback8bitEncoding','s:12:\"windows-1251\";'),('ab','fallbackSequence','a:2:{i:0;s:2:\"ru\";i:1;s:2:\"en\";}'),('ab','imageFiles','N;'),('ab','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ab','linkPrefixExtension','b:0;'),('ab','linkTrail','s:103:\"/^([a-zабвгӷҕдежзӡикқҟлмнопԥҧрстҭуфхҳцҵчҷҽҿшыҩџьә]+)(.*)$/sDu\";'),('ab','list','a:1:{s:8:\"messages\";a:7551:{i:0;s:16:\"underline-always\";i:1;s:15:\"underline-never\";i:2;s:6:\"sunday\";i:3;s:6:\"monday\";i:4;s:7:\"tuesday\";i:5;s:9:\"wednesday\";i:6;s:8:\"thursday\";i:7;s:6:\"friday\";i:8;s:8:\"saturday\";i:9;s:3:\"sun\";i:10;s:3:\"mon\";i:11;s:3:\"tue\";i:12;s:3:\"wed\";i:13;s:3:\"thu\";i:14;s:3:\"fri\";i:15;s:3:\"sat\";i:16;s:7:\"january\";i:17;s:8:\"february\";i:18;s:5:\"march\";i:19;s:5:\"april\";i:20;s:8:\"may_long\";i:21;s:4:\"june\";i:22;s:4:\"july\";i:23;s:6:\"august\";i:24;s:9:\"september\";i:25;s:7:\"october\";i:26;s:8:\"november\";i:27;s:8:\"december\";i:28;s:11:\"january-gen\";i:29;s:12:\"february-gen\";i:30;s:9:\"march-gen\";i:31;s:9:\"april-gen\";i:32;s:7:\"may-gen\";i:33;s:8:\"june-gen\";i:34;s:8:\"july-gen\";i:35;s:10:\"august-gen\";i:36;s:13:\"september-gen\";i:37;s:11:\"october-gen\";i:38;s:12:\"november-gen\";i:39;s:12:\"december-gen\";i:40;s:3:\"jan\";i:41;s:3:\"feb\";i:42;s:3:\"mar\";i:43;s:3:\"apr\";i:44;s:3:\"may\";i:45;s:3:\"jun\";i:46;s:3:\"jul\";i:47;s:3:\"aug\";i:48;s:3:\"sep\";i:49;s:3:\"oct\";i:50;s:3:\"nov\";i:51;s:3:\"dec\";i:52;s:14:\"pagecategories\";i:53;s:15:\"category_header\";i:54;s:13:\"subcategories\";i:55;s:21:\"category-media-header\";i:56;s:14:\"category-empty\";i:57;s:17:\"hidden-categories\";i:58;s:24:\"hidden-category-category\";i:59;s:21:\"category-subcat-count\";i:60;s:29:\"category-subcat-count-limited\";i:61;s:22:\"category-article-count\";i:62;s:14:\"index-category\";i:63;s:16:\"noindex-category\";i:64;s:20:\"broken-file-category\";i:65;s:5:\"about\";i:66;s:7:\"article\";i:67;s:9:\"newwindow\";i:68;s:6:\"cancel\";i:69;s:13:\"moredotdotdot\";i:70;s:13:\"morenotlisted\";i:71;s:6:\"mypage\";i:72;s:6:\"mytalk\";i:73;s:8:\"anontalk\";i:74;s:10:\"navigation\";i:75;s:3:\"and\";i:76;s:3:\"faq\";i:77;s:10:\"namespaces\";i:78;s:18:\"navigation-heading\";i:79;s:14:\"errorpagetitle\";i:80;s:7:\"tagline\";i:81;s:4:\"help\";i:82;s:6:\"search\";i:83;s:12:\"searchbutton\";i:84;s:2:\"go\";i:85;s:13:\"searcharticle\";i:86;s:17:\"skin-view-history\";i:87;s:7:\"history\";i:88;s:13:\"history_short\";i:89;s:13:\"history_small\";i:90;s:16:\"printableversion\";i:91;s:9:\"permalink\";i:92;s:4:\"view\";i:93;s:14:\"skin-view-view\";i:94;s:17:\"skin-view-foreign\";i:95;s:4:\"edit\";i:96;s:14:\"skin-view-edit\";i:97;s:6:\"create\";i:98;s:16:\"skin-view-create\";i:99;s:6:\"delete\";i:100;s:7:\"newpage\";i:101;s:16:\"talkpagelinktext\";i:102;s:11:\"specialpage\";i:103;s:13:\"personaltools\";i:104;s:4:\"talk\";i:105;s:5:\"views\";i:106;s:7:\"toolbox\";i:107;s:8:\"cactions\";i:108;s:14:\"otherlanguages\";i:109;s:14:\"redirectedfrom\";i:110;s:15:\"redirectpagesub\";i:111;s:10:\"redirectto\";i:112;s:14:\"lastmodifiedat\";i:113;s:6:\"jumpto\";i:114;s:16:\"jumptonavigation\";i:115;s:12:\"jumptosearch\";i:116;s:9:\"aboutsite\";i:117;s:9:\"aboutpage\";i:118;s:13:\"copyrightpage\";i:119;s:13:\"currentevents\";i:120;s:17:\"currentevents-url\";i:121;s:11:\"disclaimers\";i:122;s:14:\"disclaimerpage\";i:123;s:8:\"edithelp\";i:124;s:8:\"mainpage\";i:125;s:20:\"mainpage-description\";i:126;s:6:\"portal\";i:127;s:10:\"portal-url\";i:128;s:7:\"privacy\";i:129;s:11:\"privacypage\";i:130;s:2:\"ok\";i:131;s:13:\"retrievedfrom\";i:132;s:18:\"youhavenewmessages\";i:133;s:11:\"editsection\";i:134;s:7:\"editold\";i:135;s:13:\"viewsourceold\";i:136;s:8:\"editlink\";i:137;s:14:\"viewsourcelink\";i:138;s:15:\"editsectionhint\";i:139;s:3:\"toc\";i:140;s:7:\"showtoc\";i:141;s:7:\"hidetoc\";i:142;s:15:\"confirmable-yes\";i:143;s:14:\"confirmable-no\";i:144;s:14:\"red-link-title\";i:145;s:10:\"nstab-main\";i:146;s:10:\"nstab-user\";i:147;s:13:\"nstab-special\";i:148;s:13:\"nstab-project\";i:149;s:11:\"nstab-image\";i:150;s:15:\"nstab-mediawiki\";i:151;s:14:\"nstab-template\";i:152;s:10:\"nstab-help\";i:153;s:14:\"nstab-category\";i:154;s:14:\"mainpage-nstab\";i:155;s:5:\"error\";i:156;s:13:\"databaseerror\";i:157;s:10:\"viewsource\";i:158;s:22:\"skin-action-viewsource\";i:159;s:11:\"welcomeuser\";i:160;s:18:\"userlogin-yourname\";i:161;s:22:\"userlogin-yourpassword\";i:162;s:25:\"userlogin-yourpassword-ph\";i:163;s:5:\"login\";i:164;s:23:\"nav-login-createaccount\";i:165;s:6:\"logout\";i:166;s:10:\"userlogout\";i:167;s:19:\"userlogin-noaccount\";i:168;s:21:\"userlogin-joinproject\";i:169;s:13:\"createaccount\";i:170;s:24:\"createacct-emailoptional\";i:171;s:19:\"createacct-email-ph\";i:172;s:17:\"createacct-submit\";i:173;s:24:\"createacct-benefit-body1\";i:174;s:24:\"createacct-benefit-body2\";i:175;s:24:\"createacct-benefit-body3\";i:176;s:18:\"loginlanguagelabel\";i:177;s:8:\"pt-login\";i:178;s:15:\"pt-login-button\";i:179;s:16:\"pt-createaccount\";i:180;s:11:\"newpassword\";i:181;s:12:\"botpasswords\";i:182;s:25:\"botpasswords-label-cancel\";i:183;s:25:\"botpasswords-label-delete\";i:184;s:23:\"resetpass-submit-cancel\";i:185;s:7:\"summary\";i:186;s:9:\"minoredit\";i:187;s:11:\"savearticle\";i:188;s:11:\"publishpage\";i:189;s:14:\"publishchanges\";i:190;s:17:\"publishpage-start\";i:191;s:20:\"publishchanges-start\";i:192;s:7:\"preview\";i:193;s:11:\"showpreview\";i:194;s:8:\"showdiff\";i:195;s:12:\"loginreqlink\";i:196;s:30:\"userpage-userdoesnotexist-view\";i:197;s:16:\"continue-editing\";i:198;s:7:\"editing\";i:199;s:8:\"creating\";i:200;s:14:\"editingsection\";i:201;s:13:\"templatesused\";i:202;s:18:\"template-protected\";i:203;s:22:\"template-semiprotected\";i:204;s:22:\"content-model-wikitext\";i:205;s:12:\"undo-failure\";i:206;s:15:\"currentrev-asof\";i:207;s:12:\"revisionasof\";i:208;s:16:\"previousrevision\";i:209;s:12:\"nextrevision\";i:210;s:19:\"currentrevisionlink\";i:211;s:3:\"cur\";i:212;s:4:\"last\";i:213;s:9:\"histfirst\";i:214;s:8:\"histlast\";i:215;s:18:\"history-feed-title\";i:216;s:26:\"revdelete-show-file-submit\";i:217;s:13:\"history-title\";i:218;s:16:\"difference-title\";i:219;s:6:\"lineno\";i:220;s:8:\"editundo\";i:221;s:13:\"searchresults\";i:222;s:19:\"searchresults-title\";i:223;s:5:\"prevn\";i:224;s:5:\"nextn\";i:225;s:11:\"shown-title\";i:226;s:12:\"viewprevnext\";i:227;s:22:\"searchprofile-articles\";i:228;s:20:\"searchprofile-images\";i:229;s:24:\"searchprofile-everything\";i:230;s:22:\"searchprofile-advanced\";i:231;s:18:\"search-result-size\";i:232;s:15:\"search-redirect\";i:233;s:9:\"searchall\";i:234;s:11:\"preferences\";i:235;s:13:\"mypreferences\";i:236;s:17:\"searchresultshead\";i:237;s:11:\"prefs-files\";i:238;s:12:\"yourlanguage\";i:239;s:15:\"prefs-signature\";i:240;s:10:\"group-user\";i:241;s:9:\"group-bot\";i:242;s:11:\"group-sysop\";i:243;s:17:\"group-user-member\";i:244;s:13:\"grouppage-bot\";i:245;s:15:\"grouppage-sysop\";i:246;s:22:\"skin-action-addsection\";i:247;s:11:\"action-edit\";i:248;s:20:\"action-createaccount\";i:249;s:11:\"action-move\";i:250;s:13:\"action-delete\";i:251;s:18:\"enhancedrc-history\";i:252;s:13:\"recentchanges\";i:253;s:28:\"rcfilters-activefilters-hide\";i:254;s:28:\"rcfilters-activefilters-show\";i:255;s:35:\"rcfilters-savedqueries-cancel-label\";i:256;s:15:\"rcshowhideminor\";i:257;s:20:\"rcshowhideminor-show\";i:258;s:20:\"rcshowhideminor-hide\";i:259;s:14:\"rcshowhidebots\";i:260;s:19:\"rcshowhidebots-show\";i:261;s:19:\"rcshowhidebots-hide\";i:262;s:18:\"rcshowhideliu-show\";i:263;s:18:\"rcshowhideliu-hide\";i:264;s:20:\"rcshowhideanons-show\";i:265;s:20:\"rcshowhideanons-hide\";i:266;s:14:\"rcshowhidepatr\";i:267;s:19:\"rcshowhidepatr-show\";i:268;s:19:\"rcshowhidepatr-hide\";i:269;s:14:\"rcshowhidemine\";i:270;s:19:\"rcshowhidemine-show\";i:271;s:19:\"rcshowhidemine-hide\";i:272;s:29:\"rcshowhidecategorization-show\";i:273;s:29:\"rcshowhidecategorization-hide\";i:274;s:4:\"diff\";i:275;s:4:\"hist\";i:276;s:4:\"hide\";i:277;s:4:\"show\";i:278;s:13:\"newpageletter\";i:279;s:19:\"recentchangeslinked\";i:280;s:24:\"recentchangeslinked-feed\";i:281;s:27:\"recentchangeslinked-toolbox\";i:282;s:27:\"recentchangeslinked-summary\";i:283;s:24:\"recentchangeslinked-page\";i:284;s:6:\"upload\";i:285;s:9:\"uploadbtn\";i:286;s:8:\"filename\";i:287;s:8:\"filedesc\";i:288;s:17:\"fileuploadsummary\";i:289;s:19:\"upload-dialog-title\";i:290;s:27:\"upload-dialog-button-cancel\";i:291;s:25:\"upload-dialog-button-back\";i:292;s:25:\"upload-dialog-button-done\";i:293;s:25:\"upload-dialog-button-save\";i:294;s:27:\"upload-dialog-button-upload\";i:295;s:31:\"upload-form-label-infoform-name\";i:296;s:38:\"upload-form-label-infoform-description\";i:297;s:32:\"upload-form-label-usage-filename\";i:298;s:37:\"upload-form-label-infoform-categories\";i:299;s:7:\"license\";i:300;s:14:\"license-header\";i:301;s:7:\"imgfile\";i:302;s:9:\"listfiles\";i:303;s:14:\"listfiles_name\";i:304;s:14:\"listfiles_user\";i:305;s:14:\"listfiles_size\";i:306;s:21:\"listfiles_description\";i:307;s:27:\"listfiles-latestversion-yes\";i:308;s:26:\"listfiles-latestversion-no\";i:309;s:16:\"file-anchor-link\";i:310;s:8:\"filehist\";i:311;s:15:\"filehist-revert\";i:312;s:16:\"filehist-current\";i:313;s:17:\"filehist-datetime\";i:314;s:14:\"filehist-thumb\";i:315;s:18:\"filehist-thumbtext\";i:316;s:16:\"filehist-nothumb\";i:317;s:13:\"filehist-user\";i:318;s:19:\"filehist-dimensions\";i:319;s:10:\"imagelinks\";i:320;s:12:\"linkstoimage\";i:321;s:10:\"randompage\";i:322;s:10:\"statistics\";i:323;s:20:\"brokenredirects-edit\";i:324;s:6:\"nbytes\";i:325;s:8:\"nmembers\";i:326;s:9:\"listusers\";i:327;s:8:\"newpages\";i:328;s:17:\"newpages-username\";i:329;s:4:\"move\";i:330;s:12:\"movethispage\";i:331;s:11:\"booksources\";i:332;s:16:\"booksources-isbn\";i:333;s:18:\"booksources-search\";i:334;s:23:\"magiclink-tracking-isbn\";i:335;s:19:\"specialloguserlabel\";i:336;s:3:\"log\";i:337;s:8:\"allpages\";i:338;s:11:\"allarticles\";i:339;s:14:\"allpagessubmit\";i:340;s:10:\"categories\";i:341;s:13:\"linksearch-ok\";i:342;s:23:\"listgrouprights-members\";i:343;s:9:\"watchlist\";i:344;s:11:\"mywatchlist\";i:345;s:13:\"watchlistfor2\";i:346;s:5:\"watch\";i:347;s:12:\"rollbacklink\";i:348;s:17:\"rollbacklinkcount\";i:349;s:16:\"restriction-edit\";i:350;s:25:\"undelete-show-file-submit\";i:351;s:9:\"namespace\";i:352;s:14:\"blanknamespace\";i:353;s:13:\"contributions\";i:354;s:9:\"mycontris\";i:355;s:12:\"anoncontribs\";i:356;s:11:\"contribsub2\";i:357;s:5:\"month\";i:358;s:4:\"year\";i:359;s:21:\"sp-contributions-logs\";i:360;s:21:\"sp-contributions-talk\";i:361;s:25:\"sp-contributions-username\";i:362;s:23:\"sp-contributions-submit\";i:363;s:13:\"whatlinkshere\";i:364;s:18:\"whatlinkshere-page\";i:365;s:19:\"whatlinkshere-links\";i:366;s:24:\"whatlinkshere-hideredirs\";i:367;s:23:\"whatlinkshere-hidelinks\";i:368;s:9:\"blocklink\";i:369;s:12:\"contribslink\";i:370;s:24:\"block-log-flags-nocreate\";i:371;s:8:\"newtitle\";i:372;s:10:\"movereason\";i:373;s:20:\"allmessages-language\";i:374;s:14:\"tooltip-search\";i:375;s:16:\"tooltip-t-upload\";i:376;s:20:\"pageinfo-toolboxlink\";i:377;s:24:\"pageinfo-contentpage-yes\";i:378;s:30:\"pageinfo-protect-cascading-yes\";i:379;s:12:\"previousdiff\";i:380;s:8:\"nextdiff\";i:381;s:15:\"widthheightpage\";i:382;s:14:\"file-info-size\";i:383;s:20:\"file-info-size-pages\";i:384;s:13:\"svg-long-desc\";i:385;s:14:\"show-big-image\";i:386;s:22:\"show-big-image-preview\";i:387;s:20:\"show-big-image-other\";i:388;s:19:\"show-big-image-size\";i:389;s:8:\"ilsubmit\";i:390;s:8:\"metadata\";i:391;s:13:\"namespacesall\";i:392;s:9:\"monthsall\";i:393;s:16:\"imgmultipageprev\";i:394;s:16:\"imgmultipagenext\";i:395;s:10:\"imgmultigo\";i:396;s:12:\"imgmultigoto\";i:397;s:19:\"watchlisttools-edit\";i:398;s:18:\"watchlisttools-raw\";i:399;s:9:\"signature\";i:400;s:15:\"redirect-submit\";i:401;s:15:\"redirect-lookup\";i:402;s:14:\"redirect-value\";i:403;s:13:\"redirect-user\";i:404;s:13:\"redirect-page\";i:405;s:17:\"redirect-revision\";i:406;s:13:\"redirect-file\";i:407;s:28:\"fileduplicatesearch-filename\";i:408;s:26:\"fileduplicatesearch-submit\";i:409;s:12:\"specialpages\";i:410;s:24:\"specialpages-group-login\";i:411;s:16:\"tag-list-wrapper\";i:412;s:15:\"tags-active-yes\";i:413;s:14:\"tags-active-no\";i:414;s:11:\"htmlform-no\";i:415;s:12:\"htmlform-yes\";i:416;s:20:\"searchsuggest-search\";i:417;s:13:\"duration-days\";i:418;s:30:\"special-characters-group-latin\";i:419;s:30:\"special-characters-group-greek\";i:420;s:33:\"special-characters-group-cyrillic\";i:421;s:31:\"special-characters-group-arabic\";i:422;s:14:\"nstab-mainpage\";i:423;s:18:\"skin-action-delete\";i:424;s:16:\"skin-action-move\";i:425;s:16:\"vector-languages\";i:426;s:28:\"vector-language-button-label\";i:427;s:31:\"vector-no-language-button-label\";i:428;s:24:\"vector-action-addsection\";i:429;s:20:\"vector-action-delete\";i:430;s:18:\"vector-action-move\";i:431;s:18:\"vector-view-create\";i:432;s:16:\"vector-view-edit\";i:433;s:19:\"vector-view-history\";i:434;s:16:\"vector-view-view\";i:435;s:22:\"vector-view-viewsource\";i:436;s:19:\"vector-more-actions\";i:437;s:40:\"wikieditor-toolbar-characters-page-latin\";i:438;s:40:\"wikieditor-toolbar-characters-page-greek\";i:439;s:43:\"wikieditor-toolbar-characters-page-cyrillic\";i:440;s:41:\"wikieditor-toolbar-characters-page-arabic\";i:441;s:31:\"wikieditor-toolbar-section-help\";i:442;s:33:\"wikieditor-toolbar-help-page-file\";i:443;s:39:\"wikieditor-toolbar-help-page-discussion\";i:444;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:445;s:13:\"tog-underline\";i:446;s:13:\"tog-hideminor\";i:447;s:17:\"tog-hidepatrolled\";i:448;s:25:\"tog-newpageshidepatrolled\";i:449;s:22:\"tog-hidecategorization\";i:450;s:19:\"tog-extendwatchlist\";i:451;s:12:\"tog-usenewrc\";i:452;s:18:\"tog-editondblclick\";i:453;s:27:\"tog-editsectiononrightclick\";i:454;s:18:\"tog-watchcreations\";i:455;s:16:\"tog-watchdefault\";i:456;s:14:\"tog-watchmoves\";i:457;s:17:\"tog-watchdeletion\";i:458;s:16:\"tog-watchuploads\";i:459;s:17:\"tog-watchrollback\";i:460;s:16:\"tog-minordefault\";i:461;s:16:\"tog-previewontop\";i:462;s:18:\"tog-previewonfirst\";i:463;s:24:\"tog-enotifwatchlistpages\";i:464;s:23:\"tog-enotifusertalkpages\";i:465;s:20:\"tog-enotifminoredits\";i:466;s:20:\"tog-enotifrevealaddr\";i:467;s:23:\"tog-shownumberswatching\";i:468;s:10:\"tog-oldsig\";i:469;s:12:\"tog-fancysig\";i:470;s:18:\"tog-uselivepreview\";i:471;s:20:\"tog-forceeditsummary\";i:472;s:20:\"tog-watchlisthideown\";i:473;s:21:\"tog-watchlisthidebots\";i:474;s:22:\"tog-watchlisthideminor\";i:475;s:20:\"tog-watchlisthideliu\";i:476;s:32:\"tog-watchlistreloadautomatically\";i:477;s:25:\"tog-watchlistunwatchlinks\";i:478;s:22:\"tog-watchlisthideanons\";i:479;s:26:\"tog-watchlisthidepatrolled\";i:480;s:31:\"tog-watchlisthidecategorization\";i:481;s:16:\"tog-ccmeonemails\";i:482;s:12:\"tog-diffonly\";i:483;s:18:\"tog-showhiddencats\";i:484;s:18:\"tog-norollbackdiff\";i:485;s:18:\"tog-useeditwarning\";i:486;s:16:\"tog-prefershttps\";i:487;s:28:\"tog-showrollbackconfirmation\";i:488;s:16:\"tog-requireemail\";i:489;s:17:\"underline-default\";i:490;s:14:\"editfont-style\";i:491;s:18:\"editfont-monospace\";i:492;s:18:\"editfont-sansserif\";i:493;s:14:\"editfont-serif\";i:494;s:9:\"period-am\";i:495;s:9:\"period-pm\";i:496;s:30:\"category-article-count-limited\";i:497;s:19:\"category-file-count\";i:498;s:27:\"category-file-count-limited\";i:499;s:24:\"category-header-numerals\";i:500;s:7:\"actions\";i:501;s:8:\"variants\";i:502;s:8:\"returnto\";i:503;s:14:\"help-mediawiki\";i:504;s:23:\"search-ignored-headings\";i:505;s:13:\"updatedmarker\";i:506;s:35:\"printableversion-deprecated-warning\";i:507;s:5:\"print\";i:508;s:10:\"edit-local\";i:509;s:12:\"create-local\";i:510;s:14:\"undelete_short\";i:511;s:17:\"viewdeleted_short\";i:512;s:7:\"protect\";i:513;s:14:\"protect_change\";i:514;s:21:\"skin-action-unprotect\";i:515;s:9:\"unprotect\";i:516;s:20:\"tool-link-userrights\";i:517;s:29:\"tool-link-userrights-readonly\";i:518;s:19:\"tool-link-emailuser\";i:519;s:9:\"imagepage\";i:520;s:13:\"mediawikipage\";i:521;s:12:\"templatepage\";i:522;s:12:\"viewhelppage\";i:523;s:12:\"categorypage\";i:524;s:12:\"viewtalkpage\";i:525;s:9:\"viewcount\";i:526;s:13:\"protectedpage\";i:527;s:15:\"view-pool-error\";i:528;s:18:\"generic-pool-error\";i:529;s:12:\"pool-timeout\";i:530;s:14:\"pool-queuefull\";i:531;s:17:\"pool-errorunknown\";i:532;s:16:\"pool-servererror\";i:533;s:23:\"poolcounter-usage-error\";i:534;s:9:\"copyright\";i:535;s:20:\"helppage-top-gethelp\";i:536;s:10:\"policy-url\";i:537;s:9:\"badaccess\";i:538;s:16:\"badaccess-group0\";i:539;s:16:\"badaccess-groups\";i:540;s:15:\"versionrequired\";i:541;s:19:\"versionrequiredtext\";i:542;s:9:\"pagetitle\";i:543;s:27:\"youhavenewmessagesfromusers\";i:544;s:27:\"youhavenewmessagesmanyusers\";i:545;s:21:\"newmessageslinkplural\";i:546;s:25:\"newmessagesdifflinkplural\";i:547;s:20:\"collapsible-collapse\";i:548;s:18:\"collapsible-expand\";i:549;s:19:\"confirmable-confirm\";i:550;s:13:\"thisisdeleted\";i:551;s:11:\"viewdeleted\";i:552;s:11:\"restorelink\";i:553;s:12:\"feed-invalid\";i:554;s:16:\"feed-unavailable\";i:555;s:13:\"site-rss-feed\";i:556;s:14:\"site-atom-feed\";i:557;s:13:\"page-rss-feed\";i:558;s:14:\"page-atom-feed\";i:559;s:15:\"sort-descending\";i:560;s:14:\"sort-ascending\";i:561;s:12:\"sort-initial\";i:562;s:18:\"sort-rowspan-error\";i:563;s:11:\"nstab-media\";i:564;s:12:\"nosuchaction\";i:565;s:16:\"nosuchactiontext\";i:566;s:17:\"nosuchspecialpage\";i:567;s:17:\"nospecialpagetext\";i:568;s:18:\"databaseerror-text\";i:569;s:20:\"databaseerror-textcl\";i:570;s:19:\"databaseerror-query\";i:571;s:22:\"databaseerror-function\";i:572;s:19:\"databaseerror-error\";i:573;s:35:\"transaction-duration-limit-exceeded\";i:574;s:39:\"transaction-max-statement-time-exceeded\";i:575;s:17:\"laggedreplicamode\";i:576;s:8:\"readonly\";i:577;s:15:\"enterlockreason\";i:578;s:12:\"readonlytext\";i:579;s:15:\"missing-article\";i:580;s:18:\"missingarticle-rev\";i:581;s:19:\"missingarticle-diff\";i:582;s:12:\"readonly_lag\";i:583;s:26:\"nonwrite-api-promise-error\";i:584;s:12:\"timeouterror\";i:585;s:17:\"timeouterror-text\";i:586;s:13:\"internalerror\";i:587;s:18:\"internalerror_info\";i:588;s:29:\"internalerror-fatal-exception\";i:589;s:13:\"filecopyerror\";i:590;s:15:\"filerenameerror\";i:591;s:15:\"filedeleteerror\";i:592;s:20:\"directorycreateerror\";i:593;s:22:\"directoryreadonlyerror\";i:594;s:12:\"filenotfound\";i:595;s:10:\"unexpected\";i:596;s:9:\"formerror\";i:597;s:15:\"badarticleerror\";i:598;s:12:\"cannotdelete\";i:599;s:18:\"cannotdelete-title\";i:600;s:16:\"delete-scheduled\";i:601;s:19:\"delete-hook-aborted\";i:602;s:16:\"no-null-revision\";i:603;s:8:\"badtitle\";i:604;s:12:\"badtitletext\";i:605;s:13:\"title-invalid\";i:606;s:19:\"title-invalid-empty\";i:607;s:18:\"title-invalid-utf8\";i:608;s:23:\"title-invalid-interwiki\";i:609;s:28:\"title-invalid-talk-namespace\";i:610;s:24:\"title-invalid-characters\";i:611;s:22:\"title-invalid-relative\";i:612;s:25:\"title-invalid-magic-tilde\";i:613;s:22:\"title-invalid-too-long\";i:614;s:27:\"title-invalid-leading-colon\";i:615;s:10:\"perfcached\";i:616;s:12:\"perfcachedts\";i:617;s:20:\"querypage-no-updates\";i:618;s:28:\"querypage-updates-periodical\";i:619;s:16:\"viewsource-title\";i:620;s:15:\"actionthrottled\";i:621;s:19:\"actionthrottledtext\";i:622;s:17:\"protectedpagetext\";i:623;s:14:\"viewsourcetext\";i:624;s:12:\"viewyourtext\";i:625;s:18:\"protectedinterface\";i:626;s:16:\"editinginterface\";i:627;s:18:\"translateinterface\";i:628;s:16:\"cascadeprotected\";i:629;s:18:\"namespaceprotected\";i:630;s:18:\"customcssprotected\";i:631;s:19:\"customjsonprotected\";i:632;s:17:\"customjsprotected\";i:633;s:16:\"sitecssprotected\";i:634;s:17:\"sitejsonprotected\";i:635;s:15:\"sitejsprotected\";i:636;s:20:\"siterawhtmlprotected\";i:637;s:20:\"mycustomcssprotected\";i:638;s:21:\"mycustomjsonprotected\";i:639;s:19:\"mycustomjsprotected\";i:640;s:22:\"myprivateinfoprotected\";i:641;s:22:\"mypreferencesprotected\";i:642;s:19:\"ns-specialprotected\";i:643;s:14:\"titleprotected\";i:644;s:17:\"filereadonlyerror\";i:645;s:12:\"invalidtitle\";i:646;s:27:\"invalidtitle-knownnamespace\";i:647;s:29:\"invalidtitle-unknownnamespace\";i:648;s:17:\"exception-nologin\";i:649;s:22:\"exception-nologin-text\";i:650;s:29:\"exception-nologin-text-manual\";i:651;s:16:\"virus-badscanner\";i:652;s:16:\"virus-scanfailed\";i:653;s:20:\"virus-unknownscanner\";i:654;s:10:\"logouttext\";i:655;s:18:\"logging-out-notify\";i:656;s:13:\"logout-failed\";i:657;s:21:\"cannotlogoutnow-title\";i:658;s:20:\"cannotlogoutnow-text\";i:659;s:19:\"welcomecreation-msg\";i:660;s:8:\"yourname\";i:661;s:21:\"userlogin-yourname-ph\";i:662;s:30:\"createacct-another-username-ph\";i:663;s:12:\"yourpassword\";i:664;s:23:\"prefs-help-yourpassword\";i:665;s:26:\"createacct-yourpassword-ph\";i:666;s:17:\"yourpasswordagain\";i:667;s:24:\"createacct-useuniquepass\";i:668;s:28:\"createacct-yourpasswordagain\";i:669;s:31:\"createacct-yourpasswordagain-ph\";i:670;s:28:\"userlogin-remembermypassword\";i:671;s:24:\"userlogin-signwithsecure\";i:672;s:17:\"cannotlogin-title\";i:673;s:16:\"cannotlogin-text\";i:674;s:20:\"cannotloginnow-title\";i:675;s:19:\"cannotloginnow-text\";i:676;s:25:\"cannotcreateaccount-title\";i:677;s:24:\"cannotcreateaccount-text\";i:678;s:14:\"yourdomainname\";i:679;s:25:\"password-change-forbidden\";i:680;s:15:\"externaldberror\";i:681;s:14:\"login-security\";i:682;s:11:\"notloggedin\";i:683;s:28:\"userlogin-resetpassword-link\";i:684;s:19:\"userlogin-helplink2\";i:685;s:18:\"userlogin-loggedin\";i:686;s:16:\"userlogin-reauth\";i:687;s:23:\"userlogin-createanother\";i:688;s:24:\"createacct-emailrequired\";i:689;s:27:\"createacct-another-email-ph\";i:690;s:17:\"createaccountmail\";i:691;s:22:\"createaccountmail-help\";i:692;s:19:\"createacct-realname\";i:693;s:17:\"createacct-reason\";i:694;s:20:\"createacct-reason-ph\";i:695;s:22:\"createacct-reason-help\";i:696;s:25:\"createacct-reason-confirm\";i:697;s:25:\"createacct-another-submit\";i:698;s:26:\"createacct-continue-submit\";i:699;s:34:\"createacct-another-continue-submit\";i:700;s:26:\"createacct-benefit-heading\";i:701;s:9:\"badretype\";i:702;s:18:\"usernameinprogress\";i:703;s:10:\"userexists\";i:704;s:24:\"createacct-normalization\";i:705;s:10:\"loginerror\";i:706;s:16:\"createacct-error\";i:707;s:18:\"createaccounterror\";i:708;s:12:\"nocookiesnew\";i:709;s:14:\"nocookieslogin\";i:710;s:15:\"nocookiesfornew\";i:711;s:21:\"createacct-loginerror\";i:712;s:23:\"createacct-temp-warning\";i:713;s:6:\"noname\";i:714;s:17:\"loginsuccesstitle\";i:715;s:12:\"loginsuccess\";i:716;s:10:\"nosuchuser\";i:717;s:15:\"nosuchusershort\";i:718;s:15:\"nouserspecified\";i:719;s:17:\"login-userblocked\";i:720;s:13:\"wrongpassword\";i:721;s:18:\"wrongpasswordempty\";i:722;s:16:\"passwordtooshort\";i:723;s:15:\"passwordtoolong\";i:724;s:20:\"passwordincommonlist\";i:725;s:19:\"password-name-match\";i:726;s:33:\"password-substring-username-match\";i:727;s:24:\"password-login-forbidden\";i:728;s:14:\"mailmypassword\";i:729;s:21:\"passwordremindertitle\";i:730;s:20:\"passwordremindertext\";i:731;s:7:\"noemail\";i:732;s:13:\"noemailcreate\";i:733;s:12:\"passwordsent\";i:734;s:20:\"blocked-mailpassword\";i:735;s:12:\"eauthentsent\";i:736;s:22:\"throttled-mailpassword\";i:737;s:9:\"mailerror\";i:738;s:26:\"acct_creation_throttle_hit\";i:739;s:18:\"emailauthenticated\";i:740;s:21:\"emailnotauthenticated\";i:741;s:12:\"noemailprefs\";i:742;s:16:\"emailconfirmlink\";i:743;s:19:\"invalidemailaddress\";i:744;s:17:\"cannotchangeemail\";i:745;s:13:\"emaildisabled\";i:746;s:14:\"accountcreated\";i:747;s:18:\"accountcreatedtext\";i:748;s:19:\"createaccount-title\";i:749;s:18:\"createaccount-text\";i:750;s:15:\"login-throttled\";i:751;s:19:\"login-abort-generic\";i:752;s:22:\"login-migrated-generic\";i:753;s:21:\"suspicious-userlogout\";i:754;s:31:\"createacct-another-realname-tip\";i:755;s:24:\"pt-login-continue-button\";i:756;s:13:\"pt-userlogout\";i:757;s:22:\"php-mail-error-unknown\";i:758;s:17:\"user-mail-no-addy\";i:759;s:17:\"user-mail-no-body\";i:760;s:14:\"changepassword\";i:761;s:18:\"resetpass_announce\";i:762;s:14:\"resetpass_text\";i:763;s:16:\"resetpass_header\";i:764;s:11:\"oldpassword\";i:765;s:9:\"retypenew\";i:766;s:16:\"resetpass_submit\";i:767;s:22:\"changepassword-success\";i:768;s:24:\"changepassword-throttled\";i:769;s:20:\"botpasswords-summary\";i:770;s:21:\"botpasswords-disabled\";i:771;s:26:\"botpasswords-no-central-id\";i:772;s:21:\"botpasswords-existing\";i:773;s:22:\"botpasswords-createnew\";i:774;s:25:\"botpasswords-editexisting\";i:775;s:29:\"botpasswords-label-needsreset\";i:776;s:24:\"botpasswords-label-appid\";i:777;s:25:\"botpasswords-label-create\";i:778;s:25:\"botpasswords-label-update\";i:779;s:32:\"botpasswords-label-resetpassword\";i:780;s:25:\"botpasswords-label-grants\";i:781;s:24:\"botpasswords-help-grants\";i:782;s:32:\"botpasswords-label-grants-column\";i:783;s:22:\"botpasswords-bad-appid\";i:784;s:33:\"botpasswords-toolong-restrictions\";i:785;s:27:\"botpasswords-toolong-grants\";i:786;s:26:\"botpasswords-insert-failed\";i:787;s:26:\"botpasswords-update-failed\";i:788;s:26:\"botpasswords-created-title\";i:789;s:25:\"botpasswords-created-body\";i:790;s:26:\"botpasswords-updated-title\";i:791;s:25:\"botpasswords-updated-body\";i:792;s:26:\"botpasswords-deleted-title\";i:793;s:25:\"botpasswords-deleted-body\";i:794;s:24:\"botpasswords-newpassword\";i:795;s:24:\"botpasswords-no-provider\";i:796;s:31:\"botpasswords-restriction-failed\";i:797;s:25:\"botpasswords-invalid-name\";i:798;s:22:\"botpasswords-not-exist\";i:799;s:24:\"botpasswords-needs-reset\";i:800;s:19:\"botpasswords-locked\";i:801;s:19:\"resetpass_forbidden\";i:802;s:26:\"resetpass_forbidden-reason\";i:803;s:17:\"resetpass-no-info\";i:804;s:25:\"resetpass-submit-loggedin\";i:805;s:23:\"resetpass-wrong-oldpass\";i:806;s:18:\"resetpass-recycled\";i:807;s:22:\"resetpass-temp-emailed\";i:808;s:23:\"resetpass-temp-password\";i:809;s:23:\"resetpass-abort-generic\";i:810;s:17:\"resetpass-expired\";i:811;s:22:\"resetpass-expired-soft\";i:812;s:18:\"resetpass-validity\";i:813;s:23:\"resetpass-validity-soft\";i:814;s:13:\"passwordreset\";i:815;s:22:\"passwordreset-text-one\";i:816;s:23:\"passwordreset-text-many\";i:817;s:22:\"passwordreset-disabled\";i:818;s:27:\"passwordreset-emaildisabled\";i:819;s:22:\"passwordreset-username\";i:820;s:20:\"passwordreset-domain\";i:821;s:19:\"passwordreset-email\";i:822;s:24:\"passwordreset-emailtitle\";i:823;s:26:\"passwordreset-emailtext-ip\";i:824;s:28:\"passwordreset-emailtext-user\";i:825;s:26:\"passwordreset-emailelement\";i:826;s:21:\"passwordreset-success\";i:827;s:37:\"passwordreset-success-details-generic\";i:828;s:26:\"passwordreset-success-info\";i:829;s:37:\"passwordreset-emailtext-require-email\";i:830;s:22:\"passwordreset-nocaller\";i:831;s:26:\"passwordreset-nosuchcaller\";i:832;s:21:\"passwordreset-ignored\";i:833;s:20:\"passwordreset-nodata\";i:834;s:11:\"changeemail\";i:835;s:18:\"changeemail-header\";i:836;s:19:\"changeemail-no-info\";i:837;s:20:\"changeemail-oldemail\";i:838;s:20:\"changeemail-newemail\";i:839;s:25:\"changeemail-newemail-help\";i:840;s:16:\"changeemail-none\";i:841;s:20:\"changeemail-password\";i:842;s:18:\"changeemail-submit\";i:843;s:21:\"changeemail-throttled\";i:844;s:20:\"changeemail-nochange\";i:845;s:21:\"changeemail-maxlength\";i:846;s:11:\"resettokens\";i:847;s:16:\"resettokens-text\";i:848;s:21:\"resettokens-no-tokens\";i:849;s:18:\"resettokens-tokens\";i:850;s:23:\"resettokens-token-label\";i:851;s:27:\"resettokens-watchlist-token\";i:852;s:16:\"resettokens-done\";i:853;s:23:\"resettokens-resetbutton\";i:854;s:7:\"subject\";i:855;s:9:\"watchthis\";i:856;s:11:\"savechanges\";i:857;s:17:\"savearticle-start\";i:858;s:17:\"savechanges-start\";i:859;s:12:\"blankarticle\";i:860;s:15:\"anoneditwarning\";i:861;s:23:\"autocreate-edit-warning\";i:862;s:18:\"anonpreviewwarning\";i:863;s:26:\"autocreate-preview-warning\";i:864;s:14:\"missingsummary\";i:865;s:12:\"selfredirect\";i:866;s:18:\"missingcommenttext\";i:867;s:20:\"missingcommentheader\";i:868;s:15:\"summary-preview\";i:869;s:16:\"previewerrortext\";i:870;s:12:\"blockedtitle\";i:871;s:19:\"blockedtext-partial\";i:872;s:11:\"blockedtext\";i:873;s:15:\"autoblockedtext\";i:874;s:17:\"systemblockedtext\";i:875;s:15:\"blockednoreason\";i:876;s:21:\"blockedtext-composite\";i:877;s:25:\"blockedtext-composite-ids\";i:878;s:28:\"blockedtext-composite-no-ids\";i:879;s:28:\"blockedtext-composite-reason\";i:880;s:17:\"whitelistedittext\";i:881;s:15:\"confirmedittext\";i:882;s:18:\"nosuchsectiontitle\";i:883;s:17:\"nosuchsectiontext\";i:884;s:13:\"loginreqtitle\";i:885;s:16:\"loginreqpagetext\";i:886;s:12:\"accmailtitle\";i:887;s:11:\"accmailtext\";i:888;s:10:\"newarticle\";i:889;s:14:\"newarticletext\";i:890;s:16:\"anontalkpagetext\";i:891;s:13:\"noarticletext\";i:892;s:26:\"noarticletext-nopermission\";i:893;s:27:\"missing-revision-permission\";i:894;s:16:\"missing-revision\";i:895;s:24:\"missing-revision-content\";i:896;s:25:\"userpage-userdoesnotexist\";i:897;s:25:\"blocked-notice-logextract\";i:898;s:14:\"clearyourcache\";i:899;s:20:\"usercssyoucanpreview\";i:900;s:21:\"userjsonyoucanpreview\";i:901;s:19:\"userjsyoucanpreview\";i:902;s:14:\"usercsspreview\";i:903;s:15:\"userjsonpreview\";i:904;s:13:\"userjspreview\";i:905;s:14:\"sitecsspreview\";i:906;s:15:\"sitejsonpreview\";i:907;s:13:\"sitejspreview\";i:908;s:22:\"userinvalidconfigtitle\";i:909;s:7:\"updated\";i:910;s:4:\"note\";i:911;s:11:\"previewnote\";i:912;s:15:\"previewconflict\";i:913;s:20:\"session_fail_preview\";i:914;s:25:\"session_fail_preview_html\";i:915;s:20:\"edit_form_incomplete\";i:916;s:24:\"edit-textarea-aria-label\";i:917;s:14:\"editingcomment\";i:918;s:12:\"editconflict\";i:919;s:15:\"explainconflict\";i:920;s:8:\"yourtext\";i:921;s:13:\"storedversion\";i:922;s:10:\"editingold\";i:923;s:20:\"unicode-support-fail\";i:924;s:8:\"yourdiff\";i:925;s:16:\"copyrightwarning\";i:926;s:17:\"copyrightwarning2\";i:927;s:32:\"editpage-cannot-use-custom-model\";i:928;s:13:\"longpageerror\";i:929;s:15:\"readonlywarning\";i:930;s:20:\"protectedpagewarning\";i:931;s:24:\"semiprotectedpagewarning\";i:932;s:23:\"cascadeprotectedwarning\";i:933;s:21:\"titleprotectedwarning\";i:934;s:20:\"templatesusedpreview\";i:935;s:20:\"templatesusedsection\";i:936;s:16:\"hiddencategories\";i:937;s:9:\"edittools\";i:938;s:16:\"edittools-upload\";i:939;s:12:\"nocreatetext\";i:940;s:17:\"nocreate-loggedin\";i:941;s:29:\"sectioneditnotsupported-title\";i:942;s:28:\"sectioneditnotsupported-text\";i:943;s:27:\"modeleditnotsupported-title\";i:944;s:26:\"modeleditnotsupported-text\";i:945;s:17:\"permissionserrors\";i:946;s:21:\"permissionserrorstext\";i:947;s:32:\"permissionserrorstext-withaction\";i:948;s:21:\"contentmodelediterror\";i:949;s:26:\"recreate-moveddeleted-warn\";i:950;s:19:\"moveddeleted-notice\";i:951;s:26:\"moveddeleted-notice-recent\";i:952;s:11:\"log-fulllog\";i:953;s:17:\"edit-hook-aborted\";i:954;s:17:\"edit-gone-missing\";i:955;s:13:\"edit-conflict\";i:956;s:14:\"edit-no-change\";i:957;s:21:\"edit-slots-cannot-add\";i:958;s:24:\"edit-slots-cannot-remove\";i:959;s:18:\"edit-slots-missing\";i:960;s:29:\"postedit-confirmation-created\";i:961;s:30:\"postedit-confirmation-restored\";i:962;s:27:\"postedit-confirmation-saved\";i:963;s:31:\"postedit-confirmation-published\";i:964;s:27:\"postedit-temp-created-label\";i:965;s:21:\"postedit-temp-created\";i:966;s:19:\"edit-already-exists\";i:967;s:18:\"defaultmessagetext\";i:968;s:23:\"content-failed-to-parse\";i:969;s:20:\"invalid-content-data\";i:970;s:17:\"invalid-json-data\";i:971;s:24:\"content-not-allowed-here\";i:972;s:20:\"confirmleave-warning\";i:973;s:34:\"editpage-invalidcontentmodel-title\";i:974;s:33:\"editpage-invalidcontentmodel-text\";i:975;s:40:\"editpage-notsupportedcontentformat-title\";i:976;s:39:\"editpage-notsupportedcontentformat-text\";i:977;s:14:\"slot-name-main\";i:978;s:18:\"content-model-text\";i:979;s:24:\"content-model-javascript\";i:980;s:17:\"content-model-css\";i:981;s:18:\"content-model-json\";i:982;s:25:\"content-json-empty-object\";i:983;s:24:\"content-json-empty-array\";i:984;s:25:\"unsupported-content-model\";i:985;s:24:\"unsupported-content-diff\";i:986;s:25:\"unsupported-content-diff2\";i:987;s:22:\"duplicate-args-warning\";i:988;s:23:\"duplicate-args-category\";i:989;s:28:\"duplicate-args-category-desc\";i:990;s:32:\"expensive-parserfunction-warning\";i:991;s:33:\"expensive-parserfunction-category\";i:992;s:38:\"post-expand-template-inclusion-warning\";i:993;s:39:\"post-expand-template-inclusion-category\";i:994;s:37:\"post-expand-template-argument-warning\";i:995;s:38:\"post-expand-template-argument-category\";i:996;s:24:\"template-equals-category\";i:997;s:29:\"template-equals-category-desc\";i:998;s:23:\"template-equals-warning\";i:999;s:28:\"parser-template-loop-warning\";i:1000;s:22:\"template-loop-category\";i:1001;s:27:\"template-loop-category-desc\";i:1002;s:21:\"template-loop-warning\";i:1003;s:39:\"parser-template-recursion-depth-warning\";i:1004;s:32:\"language-converter-depth-warning\";i:1005;s:28:\"node-count-exceeded-category\";i:1006;s:33:\"node-count-exceeded-category-desc\";i:1007;s:27:\"node-count-exceeded-warning\";i:1008;s:33:\"expansion-depth-exceeded-category\";i:1009;s:38:\"expansion-depth-exceeded-category-desc\";i:1010;s:32:\"expansion-depth-exceeded-warning\";i:1011;s:27:\"parser-unstrip-loop-warning\";i:1012;s:21:\"unstrip-depth-warning\";i:1013;s:22:\"unstrip-depth-category\";i:1014;s:27:\"unstrip-depth-category-desc\";i:1015;s:20:\"unstrip-size-warning\";i:1016;s:21:\"unstrip-size-category\";i:1017;s:26:\"unstrip-size-category-desc\";i:1018;s:27:\"converter-manual-rule-error\";i:1019;s:12:\"undo-success\";i:1020;s:19:\"undo-main-slot-only\";i:1021;s:10:\"undo-norev\";i:1022;s:13:\"undo-nochange\";i:1023;s:12:\"undo-summary\";i:1024;s:17:\"undo-summary-anon\";i:1025;s:19:\"undo-summary-import\";i:1026;s:20:\"undo-summary-import2\";i:1027;s:28:\"undo-summary-username-hidden\";i:1028;s:12:\"viewpagelogs\";i:1029;s:22:\"viewpagelogs-lowercase\";i:1030;s:9:\"nohistory\";i:1031;s:10:\"currentrev\";i:1032;s:13:\"revision-info\";i:1033;s:11:\"tooltip-cur\";i:1034;s:4:\"next\";i:1035;s:12:\"tooltip-last\";i:1036;s:10:\"page_first\";i:1037;s:9:\"page_last\";i:1038;s:10:\"histlegend\";i:1039;s:22:\"history-fieldset-title\";i:1040;s:20:\"history-show-deleted\";i:1041;s:11:\"historysize\";i:1042;s:12:\"historyempty\";i:1043;s:24:\"history-feed-description\";i:1044;s:27:\"history-feed-item-nocomment\";i:1045;s:18:\"history-feed-empty\";i:1046;s:17:\"history-edit-tags\";i:1047;s:13:\"history-empty\";i:1048;s:19:\"rev-deleted-comment\";i:1049;s:16:\"rev-deleted-user\";i:1050;s:17:\"rev-deleted-event\";i:1051;s:25:\"rev-deleted-user-contribs\";i:1052;s:27:\"rev-deleted-text-permission\";i:1053;s:19:\"rev-suppressed-text\";i:1054;s:30:\"rev-suppressed-text-permission\";i:1055;s:23:\"rev-deleted-text-unhide\";i:1056;s:26:\"rev-suppressed-text-unhide\";i:1057;s:21:\"rev-deleted-text-view\";i:1058;s:24:\"rev-suppressed-text-view\";i:1059;s:19:\"rev-deleted-no-diff\";i:1060;s:22:\"rev-suppressed-no-diff\";i:1061;s:23:\"rev-deleted-unhide-diff\";i:1062;s:26:\"rev-suppressed-unhide-diff\";i:1063;s:21:\"rev-deleted-diff-view\";i:1064;s:24:\"rev-suppressed-diff-view\";i:1065;s:12:\"rev-delundel\";i:1066;s:15:\"rev-showdeleted\";i:1067;s:14:\"revisiondelete\";i:1068;s:23:\"revdelete-nooldid-title\";i:1069;s:22:\"revdelete-nooldid-text\";i:1070;s:17:\"revdelete-no-file\";i:1071;s:27:\"revdelete-show-file-confirm\";i:1072;s:23:\"revdelete-selected-text\";i:1073;s:23:\"revdelete-selected-file\";i:1074;s:18:\"logdelete-selected\";i:1075;s:19:\"revdelete-text-text\";i:1076;s:19:\"revdelete-text-file\";i:1077;s:14:\"logdelete-text\";i:1078;s:21:\"revdelete-text-others\";i:1079;s:17:\"revdelete-confirm\";i:1080;s:23:\"revdelete-suppress-text\";i:1081;s:16:\"revdelete-legend\";i:1082;s:19:\"revdelete-hide-text\";i:1083;s:20:\"revdelete-hide-image\";i:1084;s:19:\"revdelete-hide-name\";i:1085;s:22:\"revdelete-hide-comment\";i:1086;s:19:\"revdelete-hide-user\";i:1087;s:25:\"revdelete-hide-restricted\";i:1088;s:20:\"revdelete-radio-same\";i:1089;s:19:\"revdelete-radio-set\";i:1090;s:21:\"revdelete-radio-unset\";i:1091;s:18:\"revdelete-suppress\";i:1092;s:20:\"revdelete-unsuppress\";i:1093;s:13:\"revdelete-log\";i:1094;s:16:\"revdelete-submit\";i:1095;s:17:\"revdelete-success\";i:1096;s:17:\"revdelete-failure\";i:1097;s:17:\"logdelete-success\";i:1098;s:17:\"logdelete-failure\";i:1099;s:14:\"revdel-restore\";i:1100;s:8:\"pagehist\";i:1101;s:11:\"deletedhist\";i:1102;s:22:\"revdelete-hide-current\";i:1103;s:24:\"revdelete-show-no-access\";i:1104;s:26:\"revdelete-modify-no-access\";i:1105;s:24:\"revdelete-modify-missing\";i:1106;s:19:\"revdelete-no-change\";i:1107;s:27:\"revdelete-concurrent-change\";i:1108;s:25:\"revdelete-only-restricted\";i:1109;s:25:\"revdelete-reason-dropdown\";i:1110;s:34:\"revdelete-reason-dropdown-suppress\";i:1111;s:21:\"revdelete-otherreason\";i:1112;s:25:\"revdelete-reasonotherlist\";i:1113;s:25:\"revdelete-edit-reasonlist\";i:1114;s:34:\"revdelete-edit-reasonlist-suppress\";i:1115;s:18:\"revdelete-offender\";i:1116;s:14:\"suppressionlog\";i:1117;s:18:\"suppressionlogtext\";i:1118;s:12:\"mergehistory\";i:1119;s:19:\"mergehistory-header\";i:1120;s:16:\"mergehistory-box\";i:1121;s:17:\"mergehistory-from\";i:1122;s:17:\"mergehistory-into\";i:1123;s:17:\"mergehistory-list\";i:1124;s:18:\"mergehistory-merge\";i:1125;s:15:\"mergehistory-go\";i:1126;s:19:\"mergehistory-submit\";i:1127;s:18:\"mergehistory-empty\";i:1128;s:17:\"mergehistory-done\";i:1129;s:17:\"mergehistory-fail\";i:1130;s:31:\"mergehistory-fail-bad-timestamp\";i:1131;s:32:\"mergehistory-fail-invalid-source\";i:1132;s:30:\"mergehistory-fail-invalid-dest\";i:1133;s:27:\"mergehistory-fail-no-change\";i:1134;s:28:\"mergehistory-fail-permission\";i:1135;s:28:\"mergehistory-fail-self-merge\";i:1136;s:36:\"mergehistory-fail-timestamps-overlap\";i:1137;s:24:\"mergehistory-fail-toobig\";i:1138;s:22:\"mergehistory-no-source\";i:1139;s:27:\"mergehistory-no-destination\";i:1140;s:27:\"mergehistory-invalid-source\";i:1141;s:32:\"mergehistory-invalid-destination\";i:1142;s:24:\"mergehistory-autocomment\";i:1143;s:20:\"mergehistory-comment\";i:1144;s:29:\"mergehistory-same-destination\";i:1145;s:19:\"mergehistory-reason\";i:1146;s:34:\"mergehistory-source-deleted-reason\";i:1147;s:27:\"mergehistory-source-deleted\";i:1148;s:8:\"mergelog\";i:1149;s:11:\"revertmerge\";i:1150;s:16:\"mergelogpagetext\";i:1151;s:26:\"difference-title-multipage\";i:1152;s:20:\"difference-multipage\";i:1153;s:23:\"compareselectedversions\";i:1154;s:24:\"showhideselectedversions\";i:1155;s:10:\"diff-empty\";i:1156;s:19:\"diff-multi-sameuser\";i:1157;s:21:\"diff-multi-otherusers\";i:1158;s:20:\"diff-multi-manyusers\";i:1159;s:26:\"diff-paragraph-moved-tonew\";i:1160;s:26:\"diff-paragraph-moved-toold\";i:1161;s:27:\"difference-missing-revision\";i:1162;s:26:\"search-filter-title-prefix\";i:1163;s:32:\"search-filter-title-prefix-reset\";i:1164;s:12:\"titlematches\";i:1165;s:11:\"textmatches\";i:1166;s:13:\"notextmatches\";i:1167;s:9:\"prev-page\";i:1168;s:9:\"next-page\";i:1169;s:11:\"prevn-title\";i:1170;s:11:\"nextn-title\";i:1171;s:17:\"searchmenu-exists\";i:1172;s:14:\"searchmenu-new\";i:1173;s:30:\"searchprofile-articles-tooltip\";i:1174;s:28:\"searchprofile-images-tooltip\";i:1175;s:32:\"searchprofile-everything-tooltip\";i:1176;s:30:\"searchprofile-advanced-tooltip\";i:1177;s:27:\"search-result-category-size\";i:1178;s:14:\"search-section\";i:1179;s:15:\"search-category\";i:1180;s:17:\"search-file-match\";i:1181;s:14:\"search-suggest\";i:1182;s:16:\"search-rewritten\";i:1183;s:31:\"search-interwiki-resultset-link\";i:1184;s:21:\"search-interwiki-more\";i:1185;s:29:\"search-interwiki-more-results\";i:1186;s:21:\"search-relatedarticle\";i:1187;s:25:\"search-invalid-sort-order\";i:1188;s:22:\"search-unknown-profile\";i:1189;s:13:\"searchrelated\";i:1190;s:14:\"showingresults\";i:1191;s:21:\"showingresultsinrange\";i:1192;s:21:\"search-showingresults\";i:1193;s:16:\"search-nonefound\";i:1194;s:25:\"search-nonefound-thiswiki\";i:1195;s:18:\"powersearch-legend\";i:1196;s:14:\"powersearch-ns\";i:1197;s:23:\"powersearch-togglelabel\";i:1198;s:21:\"powersearch-toggleall\";i:1199;s:22:\"powersearch-togglenone\";i:1200;s:20:\"powersearch-remember\";i:1201;s:15:\"search-external\";i:1202;s:14:\"searchdisabled\";i:1203;s:12:\"search-error\";i:1204;s:14:\"search-warning\";i:1205;s:11:\"prefs-edits\";i:1206;s:17:\"prefsnologintext2\";i:1207;s:10:\"prefs-skin\";i:1208;s:16:\"prefs-skin-prefs\";i:1209;s:21:\"prefs-skin-responsive\";i:1210;s:26:\"prefs-help-skin-responsive\";i:1211;s:12:\"skin-preview\";i:1212;s:11:\"datedefault\";i:1213;s:10:\"prefs-labs\";i:1214;s:16:\"prefs-user-pages\";i:1215;s:14:\"prefs-personal\";i:1216;s:8:\"prefs-rc\";i:1217;s:15:\"prefs-watchlist\";i:1218;s:19:\"prefs-editwatchlist\";i:1219;s:25:\"prefs-editwatchlist-label\";i:1220;s:24:\"prefs-editwatchlist-edit\";i:1221;s:23:\"prefs-editwatchlist-raw\";i:1222;s:25:\"prefs-editwatchlist-clear\";i:1223;s:20:\"prefs-watchlist-days\";i:1224;s:24:\"prefs-watchlist-days-max\";i:1225;s:21:\"prefs-watchlist-edits\";i:1226;s:25:\"prefs-watchlist-edits-max\";i:1227;s:21:\"prefs-watchlist-token\";i:1228;s:28:\"prefs-watchlist-managetokens\";i:1229;s:10:\"prefs-misc\";i:1230;s:15:\"prefs-resetpass\";i:1231;s:17:\"prefs-changeemail\";i:1232;s:14:\"prefs-setemail\";i:1233;s:11:\"prefs-email\";i:1234;s:15:\"prefs-rendering\";i:1235;s:16:\"prefs-searchmisc\";i:1236;s:9:\"saveprefs\";i:1237;s:12:\"restoreprefs\";i:1238;s:13:\"prefs-editing\";i:1239;s:17:\"recentchangesdays\";i:1240;s:21:\"recentchangesdays-max\";i:1241;s:18:\"recentchangescount\";i:1242;s:29:\"prefs-help-recentchangescount\";i:1243;s:27:\"prefs-help-watchlist-token2\";i:1244;s:26:\"prefs-help-tokenmanagement\";i:1245;s:29:\"prefs-user-downloaddata-label\";i:1246;s:28:\"prefs-user-downloaddata-info\";i:1247;s:29:\"prefs-user-restoreprefs-label\";i:1248;s:28:\"prefs-user-restoreprefs-info\";i:1249;s:10:\"savedprefs\";i:1250;s:11:\"savedrights\";i:1251;s:14:\"timezonelegend\";i:1252;s:9:\"localtime\";i:1253;s:24:\"timezoneuseserverdefault\";i:1254;s:17:\"timezoneuseoffset\";i:1255;s:30:\"timezone-useoffset-placeholder\";i:1256;s:10:\"servertime\";i:1257;s:13:\"guesstimezone\";i:1258;s:21:\"timezoneregion-africa\";i:1259;s:22:\"timezoneregion-america\";i:1260;s:25:\"timezoneregion-antarctica\";i:1261;s:21:\"timezoneregion-arctic\";i:1262;s:19:\"timezoneregion-asia\";i:1263;s:23:\"timezoneregion-atlantic\";i:1264;s:24:\"timezoneregion-australia\";i:1265;s:21:\"timezoneregion-europe\";i:1266;s:21:\"timezoneregion-indian\";i:1267;s:22:\"timezoneregion-pacific\";i:1268;s:10:\"allowemail\";i:1269;s:27:\"email-allow-new-users-label\";i:1270;s:20:\"email-mutelist-label\";i:1271;s:19:\"prefs-searchoptions\";i:1272;s:16:\"prefs-namespaces\";i:1273;s:7:\"default\";i:1274;s:16:\"prefs-custom-css\";i:1275;s:17:\"prefs-custom-json\";i:1276;s:15:\"prefs-custom-js\";i:1277;s:19:\"prefs-common-config\";i:1278;s:17:\"prefs-reset-intro\";i:1279;s:19:\"prefs-reset-confirm\";i:1280;s:24:\"prefs-emailconfirm-label\";i:1281;s:9:\"youremail\";i:1282;s:8:\"username\";i:1283;s:20:\"prefs-memberingroups\";i:1284;s:33:\"group-membership-link-with-expiry\";i:1285;s:18:\"prefs-registration\";i:1286;s:12:\"yourrealname\";i:1287;s:11:\"yourvariant\";i:1288;s:18:\"prefs-help-variant\";i:1289;s:8:\"yournick\";i:1290;s:20:\"prefs-help-signature\";i:1291;s:6:\"badsig\";i:1292;s:10:\"badsightml\";i:1293;s:11:\"badsiglinks\";i:1294;s:11:\"badsigsubst\";i:1295;s:12:\"badsiglength\";i:1296;s:15:\"badsiglinebreak\";i:1297;s:29:\"linterror-bogus-image-options\";i:1298;s:29:\"linterror-deletable-table-tag\";i:1299;s:26:\"linterror-html5-misnesting\";i:1300;s:38:\"linterror-misc-tidy-replacement-issues\";i:1301;s:23:\"linterror-misnested-tag\";i:1302;s:25:\"linterror-missing-end-tag\";i:1303;s:28:\"linterror-multi-colon-escape\";i:1304;s:38:\"linterror-multiline-html-table-in-list\";i:1305;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1306;s:22:\"linterror-obsolete-tag\";i:1307;s:30:\"linterror-pwrap-bug-workaround\";i:1308;s:25:\"linterror-self-closed-tag\";i:1309;s:22:\"linterror-stripped-tag\";i:1310;s:23:\"linterror-tidy-font-bug\";i:1311;s:29:\"linterror-tidy-whitespace-bug\";i:1312;s:36:\"linterror-unclosed-quotes-in-heading\";i:1313;s:10:\"yourgender\";i:1314;s:14:\"gender-unknown\";i:1315;s:15:\"gender-notknown\";i:1316;s:11:\"gender-male\";i:1317;s:13:\"gender-female\";i:1318;s:17:\"prefs-help-gender\";i:1319;s:5:\"email\";i:1320;s:19:\"prefs-help-realname\";i:1321;s:16:\"prefs-help-email\";i:1322;s:23:\"prefs-help-email-others\";i:1323;s:25:\"prefs-help-email-required\";i:1324;s:23:\"prefs-help-requireemail\";i:1325;s:10:\"prefs-info\";i:1326;s:10:\"prefs-i18n\";i:1327;s:31:\"prefs-signature-invalid-warning\";i:1328;s:27:\"prefs-signature-invalid-new\";i:1329;s:32:\"prefs-signature-invalid-disallow\";i:1330;s:31:\"prefs-signature-highlight-error\";i:1331;s:29:\"prefs-signature-error-details\";i:1332;s:16:\"prefs-dateformat\";i:1333;s:16:\"prefs-timeoffset\";i:1334;s:21:\"prefs-advancedediting\";i:1335;s:20:\"prefs-developertools\";i:1336;s:12:\"prefs-editor\";i:1337;s:16:\"prefs-discussion\";i:1338;s:13:\"prefs-preview\";i:1339;s:16:\"prefs-advancedrc\";i:1340;s:23:\"prefs-advancedrendering\";i:1341;s:27:\"prefs-advancedsearchoptions\";i:1342;s:23:\"prefs-advancedwatchlist\";i:1343;s:15:\"prefs-displayrc\";i:1344;s:22:\"prefs-displaywatchlist\";i:1345;s:15:\"prefs-changesrc\";i:1346;s:22:\"prefs-changeswatchlist\";i:1347;s:20:\"prefs-pageswatchlist\";i:1348;s:20:\"prefs-tokenwatchlist\";i:1349;s:11:\"prefs-diffs\";i:1350;s:23:\"prefs-help-prefershttps\";i:1351;s:26:\"prefs-tabs-navigation-hint\";i:1352;s:10:\"userrights\";i:1353;s:22:\"userrights-lookup-user\";i:1354;s:24:\"userrights-user-editname\";i:1355;s:13:\"editusergroup\";i:1356;s:11:\"editinguser\";i:1357;s:17:\"viewinguserrights\";i:1358;s:24:\"userrights-editusergroup\";i:1359;s:24:\"userrights-viewusergroup\";i:1360;s:14:\"saveusergroups\";i:1361;s:23:\"userrights-groupsmember\";i:1362;s:28:\"userrights-groupsmember-auto\";i:1363;s:21:\"userrights-systemuser\";i:1364;s:22:\"userrights-groups-help\";i:1365;s:17:\"userrights-reason\";i:1366;s:23:\"userrights-no-interwiki\";i:1367;s:21:\"userrights-nodatabase\";i:1368;s:25:\"userrights-changeable-col\";i:1369;s:27:\"userrights-unchangeable-col\";i:1370;s:25:\"userrights-expiry-current\";i:1371;s:22:\"userrights-expiry-none\";i:1372;s:17:\"userrights-expiry\";i:1373;s:26:\"userrights-expiry-existing\";i:1374;s:27:\"userrights-expiry-othertime\";i:1375;s:25:\"userrights-expiry-options\";i:1376;s:25:\"userrights-invalid-expiry\";i:1377;s:25:\"userrights-expiry-in-past\";i:1378;s:32:\"userrights-cannot-shorten-expiry\";i:1379;s:19:\"userrights-conflict\";i:1380;s:5:\"group\";i:1381;s:11:\"group-named\";i:1382;s:19:\"group-autoconfirmed\";i:1383;s:21:\"group-interface-admin\";i:1384;s:16:\"group-bureaucrat\";i:1385;s:14:\"group-suppress\";i:1386;s:9:\"group-all\";i:1387;s:26:\"group-autoconfirmed-member\";i:1388;s:16:\"group-bot-member\";i:1389;s:18:\"group-sysop-member\";i:1390;s:28:\"group-interface-admin-member\";i:1391;s:23:\"group-bureaucrat-member\";i:1392;s:21:\"group-suppress-member\";i:1393;s:14:\"grouppage-user\";i:1394;s:15:\"grouppage-named\";i:1395;s:23:\"grouppage-autoconfirmed\";i:1396;s:25:\"grouppage-interface-admin\";i:1397;s:20:\"grouppage-bureaucrat\";i:1398;s:18:\"grouppage-suppress\";i:1399;s:10:\"right-read\";i:1400;s:10:\"right-edit\";i:1401;s:16:\"right-createpage\";i:1402;s:16:\"right-createtalk\";i:1403;s:19:\"right-createaccount\";i:1404;s:23:\"right-autocreateaccount\";i:1405;s:15:\"right-minoredit\";i:1406;s:10:\"right-move\";i:1407;s:19:\"right-move-subpages\";i:1408;s:24:\"right-move-rootuserpages\";i:1409;s:24:\"right-move-categorypages\";i:1410;s:14:\"right-movefile\";i:1411;s:22:\"right-suppressredirect\";i:1412;s:12:\"right-upload\";i:1413;s:14:\"right-reupload\";i:1414;s:18:\"right-reupload-own\";i:1415;s:21:\"right-reupload-shared\";i:1416;s:19:\"right-upload_by_url\";i:1417;s:11:\"right-purge\";i:1418;s:19:\"right-autoconfirmed\";i:1419;s:9:\"right-bot\";i:1420;s:20:\"right-nominornewtalk\";i:1421;s:19:\"right-apihighlimits\";i:1422;s:14:\"right-writeapi\";i:1423;s:12:\"right-delete\";i:1424;s:21:\"right-delete-redirect\";i:1425;s:15:\"right-bigdelete\";i:1426;s:20:\"right-deletelogentry\";i:1427;s:20:\"right-deleterevision\";i:1428;s:20:\"right-deletedhistory\";i:1429;s:17:\"right-deletedtext\";i:1430;s:19:\"right-browsearchive\";i:1431;s:14:\"right-undelete\";i:1432;s:22:\"right-suppressrevision\";i:1433;s:20:\"right-viewsuppressed\";i:1434;s:20:\"right-suppressionlog\";i:1435;s:11:\"right-block\";i:1436;s:16:\"right-blockemail\";i:1437;s:14:\"right-hideuser\";i:1438;s:20:\"right-ipblock-exempt\";i:1439;s:17:\"right-unblockself\";i:1440;s:13:\"right-protect\";i:1441;s:19:\"right-editprotected\";i:1442;s:23:\"right-editsemiprotected\";i:1443;s:22:\"right-editcontentmodel\";i:1444;s:19:\"right-editinterface\";i:1445;s:17:\"right-editusercss\";i:1446;s:18:\"right-edituserjson\";i:1447;s:16:\"right-edituserjs\";i:1448;s:17:\"right-editsitecss\";i:1449;s:18:\"right-editsitejson\";i:1450;s:16:\"right-editsitejs\";i:1451;s:19:\"right-editmyusercss\";i:1452;s:20:\"right-editmyuserjson\";i:1453;s:18:\"right-editmyuserjs\";i:1454;s:26:\"right-editmyuserjsredirect\";i:1455;s:21:\"right-viewmywatchlist\";i:1456;s:21:\"right-editmywatchlist\";i:1457;s:23:\"right-viewmyprivateinfo\";i:1458;s:23:\"right-editmyprivateinfo\";i:1459;s:19:\"right-editmyoptions\";i:1460;s:14:\"right-rollback\";i:1461;s:18:\"right-markbotedits\";i:1462;s:17:\"right-noratelimit\";i:1463;s:12:\"right-import\";i:1464;s:18:\"right-importupload\";i:1465;s:12:\"right-patrol\";i:1466;s:16:\"right-autopatrol\";i:1467;s:17:\"right-patrolmarks\";i:1468;s:20:\"right-unwatchedpages\";i:1469;s:18:\"right-mergehistory\";i:1470;s:16:\"right-userrights\";i:1471;s:26:\"right-userrights-interwiki\";i:1472;s:15:\"right-siteadmin\";i:1473;s:27:\"right-override-export-depth\";i:1474;s:15:\"right-sendemail\";i:1475;s:22:\"right-managechangetags\";i:1476;s:21:\"right-applychangetags\";i:1477;s:16:\"right-changetags\";i:1478;s:22:\"right-deletechangetags\";i:1479;s:13:\"grant-generic\";i:1480;s:28:\"grant-group-page-interaction\";i:1481;s:28:\"grant-group-file-interaction\";i:1482;s:33:\"grant-group-watchlist-interaction\";i:1483;s:17:\"grant-group-email\";i:1484;s:23:\"grant-group-high-volume\";i:1485;s:25:\"grant-group-customization\";i:1486;s:26:\"grant-group-administration\";i:1487;s:31:\"grant-group-private-information\";i:1488;s:17:\"grant-group-other\";i:1489;s:16:\"grant-blockusers\";i:1490;s:19:\"grant-createaccount\";i:1491;s:24:\"grant-createeditmovepage\";i:1492;s:12:\"grant-delete\";i:1493;s:19:\"grant-editinterface\";i:1494;s:17:\"grant-editmycssjs\";i:1495;s:19:\"grant-editmyoptions\";i:1496;s:21:\"grant-editmywatchlist\";i:1497;s:20:\"grant-editsiteconfig\";i:1498;s:14:\"grant-editpage\";i:1499;s:19:\"grant-editprotected\";i:1500;s:16:\"grant-highvolume\";i:1501;s:12:\"grant-import\";i:1502;s:18:\"grant-mergehistory\";i:1503;s:15:\"grant-oversight\";i:1504;s:12:\"grant-patrol\";i:1505;s:17:\"grant-privateinfo\";i:1506;s:13:\"grant-protect\";i:1507;s:14:\"grant-rollback\";i:1508;s:15:\"grant-sendemail\";i:1509;s:24:\"grant-uploadeditmovefile\";i:1510;s:16:\"grant-uploadfile\";i:1511;s:11:\"grant-basic\";i:1512;s:17:\"grant-viewdeleted\";i:1513;s:21:\"grant-viewmywatchlist\";i:1514;s:24:\"grant-viewrestrictedlogs\";i:1515;s:14:\"newuserlogpage\";i:1516;s:18:\"newuserlogpagetext\";i:1517;s:9:\"rightslog\";i:1518;s:13:\"rightslogtext\";i:1519;s:11:\"action-read\";i:1520;s:17:\"action-createpage\";i:1521;s:17:\"action-createtalk\";i:1522;s:24:\"action-autocreateaccount\";i:1523;s:14:\"action-history\";i:1524;s:16:\"action-minoredit\";i:1525;s:20:\"action-move-subpages\";i:1526;s:25:\"action-move-rootuserpages\";i:1527;s:25:\"action-move-categorypages\";i:1528;s:15:\"action-movefile\";i:1529;s:13:\"action-upload\";i:1530;s:15:\"action-reupload\";i:1531;s:22:\"action-reupload-shared\";i:1532;s:20:\"action-upload_by_url\";i:1533;s:15:\"action-writeapi\";i:1534;s:22:\"action-delete-redirect\";i:1535;s:21:\"action-deleterevision\";i:1536;s:21:\"action-deletelogentry\";i:1537;s:21:\"action-deletedhistory\";i:1538;s:18:\"action-deletedtext\";i:1539;s:20:\"action-browsearchive\";i:1540;s:15:\"action-undelete\";i:1541;s:23:\"action-suppressrevision\";i:1542;s:21:\"action-suppressionlog\";i:1543;s:12:\"action-block\";i:1544;s:14:\"action-protect\";i:1545;s:15:\"action-rollback\";i:1546;s:13:\"action-import\";i:1547;s:19:\"action-importupload\";i:1548;s:13:\"action-patrol\";i:1549;s:17:\"action-autopatrol\";i:1550;s:21:\"action-unwatchedpages\";i:1551;s:19:\"action-mergehistory\";i:1552;s:17:\"action-userrights\";i:1553;s:27:\"action-userrights-interwiki\";i:1554;s:16:\"action-siteadmin\";i:1555;s:16:\"action-sendemail\";i:1556;s:20:\"action-editmyoptions\";i:1557;s:22:\"action-editmywatchlist\";i:1558;s:22:\"action-viewmywatchlist\";i:1559;s:24:\"action-viewmyprivateinfo\";i:1560;s:24:\"action-editmyprivateinfo\";i:1561;s:23:\"action-editcontentmodel\";i:1562;s:23:\"action-managechangetags\";i:1563;s:22:\"action-applychangetags\";i:1564;s:17:\"action-changetags\";i:1565;s:23:\"action-deletechangetags\";i:1566;s:12:\"action-purge\";i:1567;s:20:\"action-apihighlimits\";i:1568;s:20:\"action-autoconfirmed\";i:1569;s:16:\"action-bigdelete\";i:1570;s:17:\"action-blockemail\";i:1571;s:10:\"action-bot\";i:1572;s:20:\"action-editprotected\";i:1573;s:24:\"action-editsemiprotected\";i:1574;s:20:\"action-editinterface\";i:1575;s:18:\"action-editusercss\";i:1576;s:19:\"action-edituserjson\";i:1577;s:17:\"action-edituserjs\";i:1578;s:18:\"action-editsitecss\";i:1579;s:19:\"action-editsitejson\";i:1580;s:17:\"action-editsitejs\";i:1581;s:20:\"action-editmyusercss\";i:1582;s:21:\"action-editmyuserjson\";i:1583;s:19:\"action-editmyuserjs\";i:1584;s:27:\"action-editmyuserjsredirect\";i:1585;s:21:\"action-viewsuppressed\";i:1586;s:15:\"action-hideuser\";i:1587;s:21:\"action-ipblock-exempt\";i:1588;s:18:\"action-unblockself\";i:1589;s:18:\"action-noratelimit\";i:1590;s:19:\"action-reupload-own\";i:1591;s:21:\"action-nominornewtalk\";i:1592;s:19:\"action-markbotedits\";i:1593;s:18:\"action-patrolmarks\";i:1594;s:28:\"action-override-export-depth\";i:1595;s:23:\"action-suppressredirect\";i:1596;s:8:\"nchanges\";i:1597;s:27:\"enhancedrc-since-last-visit\";i:1598;s:20:\"recentchanges-legend\";i:1599;s:21:\"recentchanges-summary\";i:1600;s:22:\"recentchanges-noresult\";i:1601;s:21:\"recentchanges-timeout\";i:1602;s:21:\"recentchanges-network\";i:1603;s:26:\"recentchanges-notargetpage\";i:1604;s:30:\"recentchanges-feed-description\";i:1605;s:27:\"recentchanges-label-newpage\";i:1606;s:25:\"recentchanges-label-minor\";i:1607;s:23:\"recentchanges-label-bot\";i:1608;s:31:\"recentchanges-label-unpatrolled\";i:1609;s:29:\"recentchanges-label-plusminus\";i:1610;s:28:\"recentchanges-legend-heading\";i:1611;s:28:\"recentchanges-legend-newpage\";i:1612;s:36:\"recentchanges-legend-watchlistexpiry\";i:1613;s:20:\"recentchanges-submit\";i:1614;s:20:\"rcfilters-tag-remove\";i:1615;s:24:\"rcfilters-legend-heading\";i:1616;s:28:\"rcfilters-other-review-tools\";i:1617;s:31:\"rcfilters-group-results-by-page\";i:1618;s:23:\"rcfilters-activefilters\";i:1619;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1620;s:36:\"rcfilters-activefilters-show-tooltip\";i:1621;s:25:\"rcfilters-advancedfilters\";i:1622;s:21:\"rcfilters-limit-title\";i:1623;s:30:\"rcfilters-limit-and-date-label\";i:1624;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1625;s:26:\"rcfilters-date-popup-title\";i:1626;s:20:\"rcfilters-days-title\";i:1627;s:21:\"rcfilters-hours-title\";i:1628;s:24:\"rcfilters-days-show-days\";i:1629;s:25:\"rcfilters-days-show-hours\";i:1630;s:34:\"rcfilters-highlighted-filters-list\";i:1631;s:22:\"rcfilters-quickfilters\";i:1632;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1633;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1634;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1635;s:29:\"rcfilters-savedqueries-rename\";i:1636;s:33:\"rcfilters-savedqueries-setdefault\";i:1637;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1638;s:29:\"rcfilters-savedqueries-remove\";i:1639;s:37:\"rcfilters-savedqueries-new-name-label\";i:1640;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1641;s:34:\"rcfilters-savedqueries-apply-label\";i:1642;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1643;s:36:\"rcfilters-savedqueries-add-new-title\";i:1644;s:36:\"rcfilters-savedqueries-already-saved\";i:1645;s:33:\"rcfilters-restore-default-filters\";i:1646;s:27:\"rcfilters-clear-all-filters\";i:1647;s:26:\"rcfilters-show-new-changes\";i:1648;s:28:\"rcfilters-search-placeholder\";i:1649;s:35:\"rcfilters-search-placeholder-mobile\";i:1650;s:24:\"rcfilters-invalid-filter\";i:1651;s:22:\"rcfilters-empty-filter\";i:1652;s:26:\"rcfilters-filterlist-title\";i:1653;s:30:\"rcfilters-filterlist-whatsthis\";i:1654;s:31:\"rcfilters-highlightbutton-title\";i:1655;s:29:\"rcfilters-highlightmenu-title\";i:1656;s:28:\"rcfilters-highlightmenu-help\";i:1657;s:30:\"rcfilters-filterlist-noresults\";i:1658;s:28:\"rcfilters-noresults-conflict\";i:1659;s:30:\"rcfilters-state-message-subset\";i:1660;s:36:\"rcfilters-state-message-fullcoverage\";i:1661;s:32:\"rcfilters-filtergroup-authorship\";i:1662;s:34:\"rcfilters-filter-editsbyself-label\";i:1663;s:40:\"rcfilters-filter-editsbyself-description\";i:1664;s:35:\"rcfilters-filter-editsbyother-label\";i:1665;s:41:\"rcfilters-filter-editsbyother-description\";i:1666;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1667;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1668;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1669;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1670;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1671;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1672;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1673;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1674;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1675;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1676;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1677;s:31:\"rcfilters-filtergroup-automated\";i:1678;s:27:\"rcfilters-filter-bots-label\";i:1679;s:33:\"rcfilters-filter-bots-description\";i:1680;s:29:\"rcfilters-filter-humans-label\";i:1681;s:35:\"rcfilters-filter-humans-description\";i:1682;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1683;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1684;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1685;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1686;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1687;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1688;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1689;s:34:\"rcfilters-filtergroup-significance\";i:1690;s:28:\"rcfilters-filter-minor-label\";i:1691;s:34:\"rcfilters-filter-minor-description\";i:1692;s:28:\"rcfilters-filter-major-label\";i:1693;s:34:\"rcfilters-filter-major-description\";i:1694;s:31:\"rcfilters-filtergroup-watchlist\";i:1695;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1696;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1697;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1698;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1699;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1700;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1701;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1702;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1703;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1704;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1705;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1706;s:32:\"rcfilters-filtergroup-changetype\";i:1707;s:32:\"rcfilters-filter-pageedits-label\";i:1708;s:38:\"rcfilters-filter-pageedits-description\";i:1709;s:31:\"rcfilters-filter-newpages-label\";i:1710;s:37:\"rcfilters-filter-newpages-description\";i:1711;s:37:\"rcfilters-filter-categorization-label\";i:1712;s:43:\"rcfilters-filter-categorization-description\";i:1713;s:33:\"rcfilters-filter-logactions-label\";i:1714;s:39:\"rcfilters-filter-logactions-description\";i:1715;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1716;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1717;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1718;s:34:\"rcfilters-filtergroup-lastrevision\";i:1719;s:35:\"rcfilters-filter-lastrevision-label\";i:1720;s:41:\"rcfilters-filter-lastrevision-description\";i:1721;s:39:\"rcfilters-filter-previousrevision-label\";i:1722;s:45:\"rcfilters-filter-previousrevision-description\";i:1723;s:25:\"rcfilters-filter-excluded\";i:1724;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1725;s:28:\"rcfilters-exclude-button-off\";i:1726;s:27:\"rcfilters-exclude-button-on\";i:1727;s:19:\"rcfilters-view-tags\";i:1728;s:33:\"rcfilters-view-namespaces-tooltip\";i:1729;s:27:\"rcfilters-view-tags-tooltip\";i:1730;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1731;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1732;s:28:\"rcfilters-liveupdates-button\";i:1733;s:37:\"rcfilters-liveupdates-button-title-on\";i:1734;s:38:\"rcfilters-liveupdates-button-title-off\";i:1735;s:35:\"rcfilters-watchlist-markseen-button\";i:1736;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1737;s:31:\"rcfilters-watchlist-showupdated\";i:1738;s:26:\"rcfilters-preference-label\";i:1739;s:25:\"rcfilters-preference-help\";i:1740;s:36:\"rcfilters-watchlist-preference-label\";i:1741;s:35:\"rcfilters-watchlist-preference-help\";i:1742;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1743;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1744;s:35:\"rcfilters-filter-showlinkedto-label\";i:1745;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1746;s:33:\"rcfilters-target-page-placeholder\";i:1747;s:27:\"rcfilters-allcontents-label\";i:1748;s:30:\"rcfilters-alldiscussions-label\";i:1749;s:10:\"rcnotefrom\";i:1750;s:15:\"rclistfromreset\";i:1751;s:10:\"rclistfrom\";i:1752;s:13:\"rcshowhideliu\";i:1753;s:15:\"rcshowhideanons\";i:1754;s:24:\"rcshowhidecategorization\";i:1755;s:7:\"rclinks\";i:1756;s:15:\"minoreditletter\";i:1757;s:13:\"boteditletter\";i:1758;s:17:\"unpatrolledletter\";i:1759;s:18:\"rc-change-size-new\";i:1760;s:17:\"newsectionsummary\";i:1761;s:12:\"rc-old-title\";i:1762;s:25:\"recentchangeslinked-title\";i:1763;s:22:\"recentchangeslinked-to\";i:1764;s:36:\"recentchanges-page-added-to-category\";i:1765;s:44:\"recentchanges-page-added-to-category-bundled\";i:1766;s:40:\"recentchanges-page-removed-from-category\";i:1767;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1768;s:19:\"autochange-username\";i:1769;s:12:\"reuploaddesc\";i:1770;s:15:\"upload-tryagain\";i:1771;s:23:\"upload-tryagain-nostash\";i:1772;s:13:\"uploadnologin\";i:1773;s:17:\"uploadnologintext\";i:1774;s:24:\"upload_directory_missing\";i:1775;s:26:\"upload_directory_read_only\";i:1776;s:11:\"uploaderror\";i:1777;s:23:\"upload-recreate-warning\";i:1778;s:10:\"uploadtext\";i:1779;s:16:\"upload-permitted\";i:1780;s:16:\"upload-preferred\";i:1781;s:17:\"upload-prohibited\";i:1782;s:13:\"uploadlogpage\";i:1783;s:17:\"uploadlogpagetext\";i:1784;s:19:\"filereuploadsummary\";i:1785;s:10:\"filestatus\";i:1786;s:10:\"filesource\";i:1787;s:13:\"ignorewarning\";i:1788;s:14:\"ignorewarnings\";i:1789;s:10:\"minlength1\";i:1790;s:15:\"illegalfilename\";i:1791;s:16:\"filename-toolong\";i:1792;s:11:\"badfilename\";i:1793;s:22:\"filetype-mime-mismatch\";i:1794;s:16:\"filetype-badmime\";i:1795;s:20:\"filetype-bad-ie-mime\";i:1796;s:22:\"filetype-unwanted-type\";i:1797;s:20:\"filetype-banned-type\";i:1798;s:16:\"filetype-missing\";i:1799;s:10:\"empty-file\";i:1800;s:14:\"file-too-large\";i:1801;s:17:\"filename-tooshort\";i:1802;s:15:\"filetype-banned\";i:1803;s:18:\"verification-error\";i:1804;s:11:\"hookaborted\";i:1805;s:16:\"illegal-filename\";i:1806;s:9:\"overwrite\";i:1807;s:13:\"unknown-error\";i:1808;s:16:\"tmp-create-error\";i:1809;s:15:\"tmp-write-error\";i:1810;s:10:\"large-file\";i:1811;s:15:\"largefileserver\";i:1812;s:9:\"emptyfile\";i:1813;s:25:\"windows-nonascii-filename\";i:1814;s:10:\"fileexists\";i:1815;s:14:\"filepageexists\";i:1816;s:20:\"fileexists-extension\";i:1817;s:24:\"fileexists-thumbnail-yes\";i:1818;s:17:\"file-thumbnail-no\";i:1819;s:20:\"fileexists-forbidden\";i:1820;s:27:\"fileexists-shared-forbidden\";i:1821;s:20:\"fileexists-no-change\";i:1822;s:28:\"fileexists-duplicate-version\";i:1823;s:21:\"file-exists-duplicate\";i:1824;s:22:\"file-deleted-duplicate\";i:1825;s:30:\"file-deleted-duplicate-notitle\";i:1826;s:13:\"uploadwarning\";i:1827;s:18:\"uploadwarning-text\";i:1828;s:26:\"uploadwarning-text-nostash\";i:1829;s:8:\"savefile\";i:1830;s:14:\"uploaddisabled\";i:1831;s:18:\"copyuploaddisabled\";i:1832;s:18:\"uploaddisabledtext\";i:1833;s:22:\"php-uploaddisabledtext\";i:1834;s:14:\"uploadscripted\";i:1835;s:27:\"upload-scripted-pi-callback\";i:1836;s:19:\"upload-scripted-dtd\";i:1837;s:19:\"uploaded-script-svg\";i:1838;s:20:\"uploaded-hostile-svg\";i:1839;s:29:\"uploaded-event-handler-on-svg\";i:1840;s:27:\"uploaded-href-attribute-svg\";i:1841;s:31:\"uploaded-href-unsafe-target-svg\";i:1842;s:20:\"uploaded-animate-svg\";i:1843;s:34:\"uploaded-setting-event-handler-svg\";i:1844;s:25:\"uploaded-setting-href-svg\";i:1845;s:26:\"uploaded-wrong-setting-svg\";i:1846;s:28:\"uploaded-setting-handler-svg\";i:1847;s:23:\"uploaded-remote-url-svg\";i:1848;s:25:\"uploaded-image-filter-svg\";i:1849;s:23:\"uploadscriptednamespace\";i:1850;s:16:\"uploadinvalidxml\";i:1851;s:11:\"uploadvirus\";i:1852;s:13:\"upload-source\";i:1853;s:14:\"sourcefilename\";i:1854;s:9:\"sourceurl\";i:1855;s:12:\"destfilename\";i:1856;s:18:\"upload-maxfilesize\";i:1857;s:18:\"upload-description\";i:1858;s:14:\"upload-options\";i:1859;s:15:\"watchthisupload\";i:1860;s:14:\"filewasdeleted\";i:1861;s:19:\"filename-thumb-name\";i:1862;s:19:\"filename-bad-prefix\";i:1863;s:25:\"filename-prefix-blacklist\";i:1864;s:18:\"upload-proto-error\";i:1865;s:23:\"upload-proto-error-text\";i:1866;s:17:\"upload-file-error\";i:1867;s:22:\"upload-file-error-text\";i:1868;s:17:\"upload-misc-error\";i:1869;s:22:\"upload-misc-error-text\";i:1870;s:25:\"upload-too-many-redirects\";i:1871;s:17:\"upload-http-error\";i:1872;s:33:\"upload-copy-upload-invalid-domain\";i:1873;s:26:\"upload-foreign-cant-upload\";i:1874;s:31:\"upload-foreign-cant-load-config\";i:1875;s:22:\"upload-dialog-disabled\";i:1876;s:32:\"upload-form-label-infoform-title\";i:1877;s:39:\"upload-form-label-infoform-name-tooltip\";i:1878;s:46:\"upload-form-label-infoform-description-tooltip\";i:1879;s:29:\"upload-form-label-usage-title\";i:1880;s:26:\"upload-form-label-own-work\";i:1881;s:31:\"upload-form-label-infoform-date\";i:1882;s:48:\"upload-form-label-own-work-message-generic-local\";i:1883;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1884;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1885;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1886;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1887;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1888;s:19:\"backend-fail-stream\";i:1889;s:19:\"backend-fail-backup\";i:1890;s:22:\"backend-fail-notexists\";i:1891;s:19:\"backend-fail-hashes\";i:1892;s:18:\"backend-fail-sizes\";i:1893;s:20:\"backend-fail-notsame\";i:1894;s:24:\"backend-fail-invalidpath\";i:1895;s:19:\"backend-fail-delete\";i:1896;s:21:\"backend-fail-describe\";i:1897;s:26:\"backend-fail-alreadyexists\";i:1898;s:18:\"backend-fail-store\";i:1899;s:17:\"backend-fail-copy\";i:1900;s:17:\"backend-fail-move\";i:1901;s:21:\"backend-fail-opentemp\";i:1902;s:22:\"backend-fail-writetemp\";i:1903;s:22:\"backend-fail-closetemp\";i:1904;s:17:\"backend-fail-read\";i:1905;s:19:\"backend-fail-create\";i:1906;s:20:\"backend-fail-maxsize\";i:1907;s:21:\"backend-fail-readonly\";i:1908;s:19:\"backend-fail-synced\";i:1909;s:20:\"backend-fail-connect\";i:1910;s:21:\"backend-fail-internal\";i:1911;s:24:\"backend-fail-contenttype\";i:1912;s:22:\"backend-fail-batchsize\";i:1913;s:19:\"backend-fail-usable\";i:1914;s:17:\"backend-fail-stat\";i:1915;s:17:\"backend-fail-hash\";i:1916;s:21:\"lockmanager-notlocked\";i:1917;s:26:\"lockmanager-fail-closelock\";i:1918;s:27:\"lockmanager-fail-deletelock\";i:1919;s:28:\"lockmanager-fail-acquirelock\";i:1920;s:25:\"lockmanager-fail-openlock\";i:1921;s:28:\"lockmanager-fail-releaselock\";i:1922;s:26:\"lockmanager-fail-db-bucket\";i:1923;s:27:\"lockmanager-fail-db-release\";i:1924;s:28:\"lockmanager-fail-svr-acquire\";i:1925;s:28:\"lockmanager-fail-svr-release\";i:1926;s:25:\"lockmanager-fail-conflict\";i:1927;s:19:\"zip-file-open-error\";i:1928;s:16:\"zip-wrong-format\";i:1929;s:7:\"zip-bad\";i:1930;s:15:\"zip-unsupported\";i:1931;s:11:\"uploadstash\";i:1932;s:19:\"uploadstash-summary\";i:1933;s:17:\"uploadstash-clear\";i:1934;s:19:\"uploadstash-nofiles\";i:1935;s:20:\"uploadstash-badtoken\";i:1936;s:20:\"uploadstash-errclear\";i:1937;s:19:\"uploadstash-refresh\";i:1938;s:21:\"uploadstash-thumbnail\";i:1939;s:21:\"uploadstash-exception\";i:1940;s:20:\"uploadstash-bad-path\";i:1941;s:28:\"uploadstash-bad-path-invalid\";i:1942;s:33:\"uploadstash-bad-path-unknown-type\";i:1943;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1944;s:31:\"uploadstash-bad-path-no-handler\";i:1945;s:31:\"uploadstash-bad-path-bad-format\";i:1946;s:26:\"uploadstash-file-not-found\";i:1947;s:35:\"uploadstash-file-not-found-no-thumb\";i:1948;s:40:\"uploadstash-file-not-found-no-local-path\";i:1949;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1950;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1951;s:37:\"uploadstash-file-not-found-not-exists\";i:1952;s:26:\"uploadstash-file-too-large\";i:1953;s:25:\"uploadstash-not-logged-in\";i:1954;s:23:\"uploadstash-wrong-owner\";i:1955;s:23:\"uploadstash-no-such-key\";i:1956;s:23:\"uploadstash-zero-length\";i:1957;s:20:\"invalid-chunk-offset\";i:1958;s:21:\"img-auth-accessdenied\";i:1959;s:17:\"img-auth-notindir\";i:1960;s:17:\"img-auth-badtitle\";i:1961;s:15:\"img-auth-nofile\";i:1962;s:14:\"img-auth-isdir\";i:1963;s:18:\"img-auth-streaming\";i:1964;s:15:\"img-auth-public\";i:1965;s:15:\"img-auth-noread\";i:1966;s:16:\"http-invalid-url\";i:1967;s:19:\"http-invalid-scheme\";i:1968;s:18:\"http-request-error\";i:1969;s:15:\"http-read-error\";i:1970;s:14:\"http-timed-out\";i:1971;s:15:\"http-curl-error\";i:1972;s:15:\"http-bad-status\";i:1973;s:19:\"http-internal-error\";i:1974;s:18:\"upload-curl-error6\";i:1975;s:23:\"upload-curl-error6-text\";i:1976;s:19:\"upload-curl-error28\";i:1977;s:24:\"upload-curl-error28-text\";i:1978;s:9:\"nolicense\";i:1979;s:13:\"licenses-edit\";i:1980;s:17:\"license-nopreview\";i:1981;s:17:\"upload_source_url\";i:1982;s:18:\"upload_source_file\";i:1983;s:16:\"listfiles-delete\";i:1984;s:17:\"listfiles-summary\";i:1985;s:26:\"listfiles-userdoesnotexist\";i:1986;s:17:\"listfiles_subpage\";i:1987;s:15:\"listfiles_thumb\";i:1988;s:14:\"listfiles_date\";i:1989;s:15:\"listfiles_count\";i:1990;s:18:\"listfiles-show-all\";i:1991;s:23:\"listfiles-latestversion\";i:1992;s:13:\"filehist-help\";i:1993;s:18:\"filehist-deleteall\";i:1994;s:18:\"filehist-deleteone\";i:1995;s:17:\"filehist-filesize\";i:1996;s:16:\"filehist-comment\";i:1997;s:17:\"linkstoimage-more\";i:1998;s:14:\"nolinkstoimage\";i:1999;s:16:\"morelinkstoimage\";i:2000;s:21:\"linkstoimage-redirect\";i:2001;s:16:\"duplicatesoffile\";i:2002;s:12:\"sharedupload\";i:2003;s:23:\"sharedupload-desc-there\";i:2004;s:22:\"sharedupload-desc-here\";i:2005;s:22:\"sharedupload-desc-edit\";i:2006;s:24:\"sharedupload-desc-create\";i:2007;s:15:\"filepage-nofile\";i:2008;s:20:\"filepage-nofile-link\";i:2009;s:25:\"uploadnewversion-linktext\";i:2010;s:16:\"shared-repo-from\";i:2011;s:11:\"shared-repo\";i:2012;s:33:\"shared-repo-name-wikimediacommons\";i:2013;s:12:\"filepage.css\";i:2014;s:22:\"upload-disallowed-here\";i:2015;s:10:\"filerevert\";i:2016;s:17:\"filerevert-legend\";i:2017;s:16:\"filerevert-intro\";i:2018;s:18:\"filerevert-comment\";i:2019;s:25:\"filerevert-defaultcomment\";i:2020;s:17:\"filerevert-submit\";i:2021;s:18:\"filerevert-success\";i:2022;s:21:\"filerevert-badversion\";i:2023;s:20:\"filerevert-identical\";i:2024;s:10:\"filedelete\";i:2025;s:17:\"filedelete-legend\";i:2026;s:16:\"filedelete-intro\";i:2027;s:20:\"filedelete-intro-old\";i:2028;s:18:\"filedelete-comment\";i:2029;s:17:\"filedelete-submit\";i:2030;s:18:\"filedelete-success\";i:2031;s:22:\"filedelete-success-old\";i:2032;s:17:\"filedelete-nofile\";i:2033;s:21:\"filedelete-nofile-old\";i:2034;s:22:\"filedelete-otherreason\";i:2035;s:27:\"filedelete-reason-otherlist\";i:2036;s:26:\"filedelete-reason-dropdown\";i:2037;s:26:\"filedelete-edit-reasonlist\";i:2038;s:35:\"filedelete-edit-reasonlist-suppress\";i:2039;s:22:\"filedelete-maintenance\";i:2040;s:28:\"filedelete-maintenance-title\";i:2041;s:10:\"mimesearch\";i:2042;s:18:\"mimesearch-summary\";i:2043;s:8:\"mimetype\";i:2044;s:8:\"download\";i:2045;s:14:\"unwatchedpages\";i:2046;s:13:\"listredirects\";i:2047;s:19:\"listduplicatedfiles\";i:2048;s:27:\"listduplicatedfiles-summary\";i:2049;s:25:\"listduplicatedfiles-entry\";i:2050;s:15:\"unusedtemplates\";i:2051;s:19:\"unusedtemplatestext\";i:2052;s:18:\"unusedtemplateswlh\";i:2053;s:18:\"randompage-nopages\";i:2054;s:16:\"randomincategory\";i:2055;s:32:\"randomincategory-invalidcategory\";i:2056;s:24:\"randomincategory-nopages\";i:2057;s:25:\"randomincategory-category\";i:2058;s:23:\"randomincategory-legend\";i:2059;s:23:\"randomincategory-submit\";i:2060;s:14:\"randomredirect\";i:2061;s:22:\"randomredirect-nopages\";i:2062;s:23:\"statistics-header-pages\";i:2063;s:23:\"statistics-header-edits\";i:2064;s:23:\"statistics-header-users\";i:2065;s:23:\"statistics-header-hooks\";i:2066;s:19:\"statistics-articles\";i:2067;s:16:\"statistics-pages\";i:2068;s:21:\"statistics-pages-desc\";i:2069;s:16:\"statistics-files\";i:2070;s:16:\"statistics-edits\";i:2071;s:24:\"statistics-edits-average\";i:2072;s:16:\"statistics-users\";i:2073;s:23:\"statistics-users-active\";i:2074;s:28:\"statistics-users-active-desc\";i:2075;s:13:\"pageswithprop\";i:2076;s:20:\"pageswithprop-legend\";i:2077;s:18:\"pageswithprop-text\";i:2078;s:18:\"pageswithprop-prop\";i:2079;s:21:\"pageswithprop-reverse\";i:2080;s:25:\"pageswithprop-sortbyvalue\";i:2081;s:20:\"pageswithprop-submit\";i:2082;s:29:\"pageswithprop-prophidden-long\";i:2083;s:31:\"pageswithprop-prophidden-binary\";i:2084;s:15:\"doubleredirects\";i:2085;s:19:\"doubleredirectstext\";i:2086;s:26:\"double-redirect-fixed-move\";i:2087;s:33:\"double-redirect-fixed-maintenance\";i:2088;s:21:\"double-redirect-fixer\";i:2089;s:15:\"brokenredirects\";i:2090;s:19:\"brokenredirectstext\";i:2091;s:22:\"brokenredirects-delete\";i:2092;s:16:\"withoutinterwiki\";i:2093;s:24:\"withoutinterwiki-summary\";i:2094;s:23:\"withoutinterwiki-legend\";i:2095;s:23:\"withoutinterwiki-submit\";i:2096;s:15:\"fewestrevisions\";i:2097;s:11:\"ncategories\";i:2098;s:11:\"ninterwikis\";i:2099;s:6:\"nlinks\";i:2100;s:15:\"nmemberschanged\";i:2101;s:10:\"nrevisions\";i:2102;s:11:\"nimagelinks\";i:2103;s:14:\"ntransclusions\";i:2104;s:17:\"specialpage-empty\";i:2105;s:11:\"lonelypages\";i:2106;s:15:\"lonelypagestext\";i:2107;s:18:\"uncategorizedpages\";i:2108;s:23:\"uncategorizedcategories\";i:2109;s:19:\"uncategorizedimages\";i:2110;s:22:\"uncategorizedtemplates\";i:2111;s:38:\"uncategorized-categories-exceptionlist\";i:2112;s:16:\"unusedcategories\";i:2113;s:12:\"unusedimages\";i:2114;s:16:\"wantedcategories\";i:2115;s:11:\"wantedpages\";i:2116;s:19:\"wantedpages-summary\";i:2117;s:20:\"wantedpages-badtitle\";i:2118;s:11:\"wantedfiles\";i:2119;s:18:\"wantedfiletext-cat\";i:2120;s:28:\"wantedfiletext-cat-noforeign\";i:2121;s:20:\"wantedfiletext-nocat\";i:2122;s:30:\"wantedfiletext-nocat-noforeign\";i:2123;s:15:\"wantedtemplates\";i:2124;s:10:\"mostlinked\";i:2125;s:20:\"mostlinkedcategories\";i:2126;s:19:\"mostlinkedtemplates\";i:2127;s:14:\"mostcategories\";i:2128;s:10:\"mostimages\";i:2129;s:14:\"mostinterwikis\";i:2130;s:13:\"mostrevisions\";i:2131;s:11:\"prefixindex\";i:2132;s:21:\"prefixindex-namespace\";i:2133;s:18:\"prefixindex-submit\";i:2134;s:17:\"prefixindex-strip\";i:2135;s:10:\"shortpages\";i:2136;s:9:\"longpages\";i:2137;s:12:\"deadendpages\";i:2138;s:16:\"deadendpagestext\";i:2139;s:14:\"protectedpages\";i:2140;s:22:\"protectedpages-filters\";i:2141;s:20:\"protectedpages-indef\";i:2142;s:22:\"protectedpages-summary\";i:2143;s:22:\"protectedpages-cascade\";i:2144;s:25:\"protectedpages-noredirect\";i:2145;s:32:\"cachedspecial-viewing-cached-ttl\";i:2146;s:19:\"protectedpagesempty\";i:2147;s:24:\"protectedpages-timestamp\";i:2148;s:19:\"protectedpages-page\";i:2149;s:21:\"protectedpages-expiry\";i:2150;s:24:\"protectedpages-performer\";i:2151;s:21:\"protectedpages-params\";i:2152;s:21:\"protectedpages-reason\";i:2153;s:21:\"protectedpages-submit\";i:2154;s:32:\"protectedpages-unknown-timestamp\";i:2155;s:32:\"protectedpages-unknown-performer\";i:2156;s:15:\"protectedtitles\";i:2157;s:23:\"protectedtitles-summary\";i:2158;s:20:\"protectedtitlesempty\";i:2159;s:22:\"protectedtitles-submit\";i:2160;s:19:\"listusers-editsonly\";i:2161;s:29:\"listusers-temporarygroupsonly\";i:2162;s:22:\"listusers-creationsort\";i:2163;s:14:\"listusers-desc\";i:2164;s:13:\"usereditcount\";i:2165;s:11:\"usercreated\";i:2166;s:15:\"newpages-submit\";i:2167;s:12:\"ancientpages\";i:2168;s:16:\"unusedimagestext\";i:2169;s:37:\"unusedimagestext-categorizedimgisused\";i:2170;s:20:\"unusedcategoriestext\";i:2171;s:13:\"notargettitle\";i:2172;s:12:\"notargettext\";i:2173;s:11:\"nopagetitle\";i:2174;s:10:\"nopagetext\";i:2175;s:13:\"pager-newer-n\";i:2176;s:13:\"pager-older-n\";i:2177;s:8:\"suppress\";i:2178;s:18:\"querypage-disabled\";i:2179;s:7:\"apihelp\";i:2180;s:22:\"apihelp-no-such-module\";i:2181;s:10:\"apisandbox\";i:2182;s:17:\"apisandbox-jsonly\";i:2183;s:16:\"apisandbox-intro\";i:2184;s:17:\"apisandbox-submit\";i:2185;s:16:\"apisandbox-reset\";i:2186;s:16:\"apisandbox-retry\";i:2187;s:18:\"apisandbox-loading\";i:2188;s:21:\"apisandbox-load-error\";i:2189;s:24:\"apisandbox-no-parameters\";i:2190;s:19:\"apisandbox-helpurls\";i:2191;s:19:\"apisandbox-examples\";i:2192;s:29:\"apisandbox-dynamic-parameters\";i:2193;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2194;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2195;s:31:\"apisandbox-dynamic-error-exists\";i:2196;s:37:\"apisandbox-templated-parameter-reason\";i:2197;s:32:\"apisandbox-deprecated-parameters\";i:2198;s:22:\"apisandbox-fetch-token\";i:2199;s:20:\"apisandbox-add-multi\";i:2200;s:38:\"apisandbox-submit-invalid-fields-title\";i:2201;s:40:\"apisandbox-submit-invalid-fields-message\";i:2202;s:18:\"apisandbox-results\";i:2203;s:26:\"apisandbox-sending-request\";i:2204;s:26:\"apisandbox-loading-results\";i:2205;s:24:\"apisandbox-results-error\";i:2206;s:35:\"apisandbox-results-login-suppressed\";i:2207;s:37:\"apisandbox-request-selectformat-label\";i:2208;s:35:\"apisandbox-request-format-url-label\";i:2209;s:28:\"apisandbox-request-url-label\";i:2210;s:29:\"apisandbox-request-json-label\";i:2211;s:35:\"apisandbox-request-format-php-label\";i:2212;s:28:\"apisandbox-request-php-label\";i:2213;s:23:\"apisandbox-request-time\";i:2214;s:27:\"apisandbox-results-fixtoken\";i:2215;s:32:\"apisandbox-results-fixtoken-fail\";i:2216;s:21:\"apisandbox-alert-page\";i:2217;s:22:\"apisandbox-alert-field\";i:2218;s:19:\"apisandbox-continue\";i:2219;s:25:\"apisandbox-continue-clear\";i:2220;s:24:\"apisandbox-continue-help\";i:2221;s:22:\"apisandbox-param-limit\";i:2222;s:36:\"apisandbox-multivalue-all-namespaces\";i:2223;s:32:\"apisandbox-multivalue-all-values\";i:2224;s:25:\"booksources-search-legend\";i:2225;s:16:\"booksources-text\";i:2226;s:24:\"booksources-invalid-isbn\";i:2227;s:22:\"magiclink-tracking-rfc\";i:2228;s:27:\"magiclink-tracking-rfc-desc\";i:2229;s:23:\"magiclink-tracking-pmid\";i:2230;s:28:\"magiclink-tracking-pmid-desc\";i:2231;s:28:\"magiclink-tracking-isbn-desc\";i:2232;s:20:\"speciallogtitlelabel\";i:2233;s:20:\"logeventslist-submit\";i:2234;s:26:\"logeventslist-more-filters\";i:2235;s:24:\"logeventslist-patrol-log\";i:2236;s:21:\"logeventslist-tag-log\";i:2237;s:26:\"logeventslist-newusers-log\";i:2238;s:13:\"all-logs-page\";i:2239;s:11:\"alllogstext\";i:2240;s:8:\"logempty\";i:2241;s:18:\"log-title-wildcard\";i:2242;s:26:\"showhideselectedlogentries\";i:2243;s:13:\"log-edit-tags\";i:2244;s:15:\"checkbox-select\";i:2245;s:12:\"checkbox-all\";i:2246;s:13:\"checkbox-none\";i:2247;s:15:\"checkbox-invert\";i:2248;s:8:\"nextpage\";i:2249;s:8:\"prevpage\";i:2250;s:12:\"allpagesfrom\";i:2251;s:10:\"allpagesto\";i:2252;s:14:\"allinnamespace\";i:2253;s:14:\"allpagesprefix\";i:2254;s:16:\"allpagesbadtitle\";i:2255;s:15:\"allpages-bad-ns\";i:2256;s:23:\"allpages-hide-redirects\";i:2257;s:17:\"categories-submit\";i:2258;s:18:\"categoriespagetext\";i:2259;s:14:\"categoriesfrom\";i:2260;s:20:\"deletedcontributions\";i:2261;s:26:\"deletedcontributions-title\";i:2262;s:32:\"sp-deletedcontributions-contribs\";i:2263;s:10:\"linksearch\";i:2264;s:14:\"linksearch-pat\";i:2265;s:13:\"linksearch-ns\";i:2266;s:15:\"linksearch-text\";i:2267;s:15:\"linksearch-line\";i:2268;s:16:\"linksearch-error\";i:2269;s:13:\"listusersfrom\";i:2270;s:16:\"listusers-submit\";i:2271;s:18:\"listusers-noresult\";i:2272;s:17:\"listusers-blocked\";i:2273;s:11:\"activeusers\";i:2274;s:17:\"activeusers-intro\";i:2275;s:17:\"activeusers-count\";i:2276;s:16:\"activeusers-from\";i:2277;s:18:\"activeusers-groups\";i:2278;s:25:\"activeusers-excludegroups\";i:2279;s:20:\"activeusers-noresult\";i:2280;s:18:\"activeusers-submit\";i:2281;s:15:\"listgrouprights\";i:2282;s:23:\"listgrouprights-summary\";i:2283;s:19:\"listgrouprights-key\";i:2284;s:21:\"listgrouprights-group\";i:2285;s:22:\"listgrouprights-rights\";i:2286;s:24:\"listgrouprights-helppage\";i:2287;s:29:\"listgrouprights-right-display\";i:2288;s:29:\"listgrouprights-right-revoked\";i:2289;s:24:\"listgrouprights-addgroup\";i:2290;s:27:\"listgrouprights-removegroup\";i:2291;s:28:\"listgrouprights-addgroup-all\";i:2292;s:31:\"listgrouprights-removegroup-all\";i:2293;s:29:\"listgrouprights-addgroup-self\";i:2294;s:32:\"listgrouprights-removegroup-self\";i:2295;s:33:\"listgrouprights-addgroup-self-all\";i:2296;s:36:\"listgrouprights-removegroup-self-all\";i:2297;s:42:\"listgrouprights-namespaceprotection-header\";i:2298;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2299;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2300;s:10:\"listgrants\";i:2301;s:18:\"listgrants-summary\";i:2302;s:16:\"listgrants-grant\";i:2303;s:17:\"listgrants-rights\";i:2304;s:18:\"trackingcategories\";i:2305;s:26:\"trackingcategories-summary\";i:2306;s:22:\"trackingcategories-msg\";i:2307;s:23:\"trackingcategories-name\";i:2308;s:23:\"trackingcategories-desc\";i:2309;s:31:\"restricted-displaytitle-ignored\";i:2310;s:36:\"restricted-displaytitle-ignored-desc\";i:2311;s:20:\"nonnumeric-formatnum\";i:2312;s:25:\"nonnumeric-formatnum-desc\";i:2313;s:21:\"noindex-category-desc\";i:2314;s:19:\"index-category-desc\";i:2315;s:44:\"post-expand-template-inclusion-category-desc\";i:2316;s:43:\"post-expand-template-argument-category-desc\";i:2317;s:38:\"expensive-parserfunction-category-desc\";i:2318;s:25:\"broken-file-category-desc\";i:2319;s:29:\"hidden-category-category-desc\";i:2320;s:25:\"trackingcategories-nodesc\";i:2321;s:27:\"trackingcategories-disabled\";i:2322;s:11:\"mailnologin\";i:2323;s:15:\"mailnologintext\";i:2324;s:9:\"emailuser\";i:2325;s:22:\"emailuser-title-target\";i:2326;s:24:\"emailuser-title-notarget\";i:2327;s:13:\"emailpagetext\";i:2328;s:15:\"defemailsubject\";i:2329;s:16:\"usermaildisabled\";i:2330;s:20:\"usermaildisabledtext\";i:2331;s:12:\"noemailtitle\";i:2332;s:11:\"noemailtext\";i:2333;s:15:\"nowikiemailtext\";i:2334;s:13:\"emailnotarget\";i:2335;s:11:\"emailtarget\";i:2336;s:13:\"emailusername\";i:2337;s:19:\"emailusernamesubmit\";i:2338;s:12:\"email-legend\";i:2339;s:9:\"emailfrom\";i:2340;s:7:\"emailto\";i:2341;s:12:\"emailsubject\";i:2342;s:12:\"emailmessage\";i:2343;s:9:\"emailsend\";i:2344;s:9:\"emailccme\";i:2345;s:14:\"emailccsubject\";i:2346;s:9:\"emailsent\";i:2347;s:13:\"emailsenttext\";i:2348;s:15:\"emailuserfooter\";i:2349;s:19:\"usermessage-summary\";i:2350;s:18:\"usermessage-editor\";i:2351;s:11:\"nowatchlist\";i:2352;s:17:\"watchlistanontext\";i:2353;s:12:\"watchnologin\";i:2354;s:21:\"watchlistnotwatchable\";i:2355;s:8:\"addwatch\";i:2356;s:15:\"updatewatchlist\";i:2357;s:14:\"addedwatchtext\";i:2358;s:19:\"addedwatchtext-talk\";i:2359;s:20:\"addedwatchtext-short\";i:2360;s:30:\"addedwatchexpiry-options-label\";i:2361;s:21:\"addedwatchexpiryhours\";i:2362;s:26:\"addedwatchexpiryhours-talk\";i:2363;s:20:\"addedwatchexpirytext\";i:2364;s:25:\"addedwatchexpirytext-talk\";i:2365;s:26:\"addedwatchindefinitelytext\";i:2366;s:31:\"addedwatchindefinitelytext-talk\";i:2367;s:11:\"removewatch\";i:2368;s:16:\"removedwatchtext\";i:2369;s:21:\"removedwatchtext-talk\";i:2370;s:22:\"removedwatchtext-short\";i:2371;s:13:\"watchthispage\";i:2372;s:7:\"unwatch\";i:2373;s:15:\"unwatchthispage\";i:2374;s:12:\"notanarticle\";i:2375;s:13:\"notvisiblerev\";i:2376;s:17:\"watchlist-details\";i:2377;s:26:\"watchlist-expiry-days-left\";i:2378;s:33:\"watchlist-expiring-days-full-text\";i:2379;s:27:\"watchlist-expiry-hours-left\";i:2380;s:34:\"watchlist-expiring-hours-full-text\";i:2381;s:15:\"wlheader-enotif\";i:2382;s:20:\"wlheader-showupdated\";i:2383;s:6:\"wlnote\";i:2384;s:14:\"watchlist-hide\";i:2385;s:16:\"watchlist-submit\";i:2386;s:10:\"wlshowtime\";i:2387;s:15:\"wlshowhideminor\";i:2388;s:14:\"wlshowhidebots\";i:2389;s:13:\"wlshowhideliu\";i:2390;s:15:\"wlshowhideanons\";i:2391;s:14:\"wlshowhidepatr\";i:2392;s:14:\"wlshowhidemine\";i:2393;s:24:\"wlshowhidecategorization\";i:2394;s:17:\"watchlist-options\";i:2395;s:8:\"watching\";i:2396;s:10:\"unwatching\";i:2397;s:12:\"enotif_reset\";i:2398;s:28:\"enotif_impersonal_salutation\";i:2399;s:22:\"enotif_subject_deleted\";i:2400;s:22:\"enotif_subject_created\";i:2401;s:20:\"enotif_subject_moved\";i:2402;s:23:\"enotif_subject_restored\";i:2403;s:22:\"enotif_subject_changed\";i:2404;s:25:\"enotif_body_intro_deleted\";i:2405;s:25:\"enotif_body_intro_created\";i:2406;s:23:\"enotif_body_intro_moved\";i:2407;s:26:\"enotif_body_intro_restored\";i:2408;s:25:\"enotif_body_intro_changed\";i:2409;s:18:\"enotif_lastvisited\";i:2410;s:15:\"enotif_lastdiff\";i:2411;s:18:\"enotif_anon_editor\";i:2412;s:11:\"enotif_body\";i:2413;s:16:\"enotif_minoredit\";i:2414;s:7:\"created\";i:2415;s:7:\"changed\";i:2416;s:21:\"deletepage-deletetalk\";i:2417;s:17:\"deletepage-submit\";i:2418;s:7:\"confirm\";i:2419;s:9:\"excontent\";i:2420;s:15:\"excontentauthor\";i:2421;s:13:\"exbeforeblank\";i:2422;s:14:\"delete-confirm\";i:2423;s:13:\"delete-legend\";i:2424;s:26:\"delete-talk-summary-prefix\";i:2425;s:14:\"historywarning\";i:2426;s:20:\"historyaction-submit\";i:2427;s:17:\"confirmdeletetext\";i:2428;s:14:\"actioncomplete\";i:2429;s:12:\"actionfailed\";i:2430;s:11:\"deletedtext\";i:2431;s:25:\"deleted-page-and-talkpage\";i:2432;s:10:\"dellogpage\";i:2433;s:14:\"dellogpagetext\";i:2434;s:11:\"deletionlog\";i:2435;s:15:\"log-name-create\";i:2436;s:22:\"log-description-create\";i:2437;s:22:\"logentry-create-create\";i:2438;s:8:\"reverted\";i:2439;s:13:\"deletecomment\";i:2440;s:17:\"deleteotherreason\";i:2441;s:21:\"deletereasonotherlist\";i:2442;s:21:\"deletereason-dropdown\";i:2443;s:22:\"delete-edit-reasonlist\";i:2444;s:31:\"delete-edit-reasonlist-suppress\";i:2445;s:13:\"delete-toobig\";i:2446;s:23:\"delete-toomanyrevisions\";i:2447;s:21:\"delete-warning-toobig\";i:2448;s:35:\"delete-error-associated-alreadytalk\";i:2449;s:36:\"delete-error-associated-doesnotexist\";i:2450;s:15:\"deleteprotected\";i:2451;s:26:\"deleting-backlinks-warning\";i:2452;s:25:\"deleting-subpages-warning\";i:2453;s:34:\"deleting-talkpage-subpages-warning\";i:2454;s:8:\"rollback\";i:2455;s:29:\"rollback-confirmation-confirm\";i:2456;s:25:\"rollback-confirmation-yes\";i:2457;s:24:\"rollback-confirmation-no\";i:2458;s:26:\"rollbacklinkcount-morethan\";i:2459;s:14:\"rollbackfailed\";i:2460;s:21:\"rollback-missingparam\";i:2461;s:24:\"rollback-missingrevision\";i:2462;s:12:\"cantrollback\";i:2463;s:13:\"alreadyrolled\";i:2464;s:11:\"editcomment\";i:2465;s:10:\"revertpage\";i:2466;s:15:\"revertpage-anon\";i:2467;s:17:\"revertpage-nouser\";i:2468;s:16:\"rollback-success\";i:2469;s:20:\"sessionfailure-title\";i:2470;s:14:\"sessionfailure\";i:2471;s:18:\"changecontentmodel\";i:2472;s:25:\"changecontentmodel-legend\";i:2473;s:30:\"changecontentmodel-title-label\";i:2474;s:32:\"changecontentmodel-current-label\";i:2475;s:30:\"changecontentmodel-model-label\";i:2476;s:31:\"changecontentmodel-reason-label\";i:2477;s:25:\"changecontentmodel-submit\";i:2478;s:32:\"changecontentmodel-success-title\";i:2479;s:31:\"changecontentmodel-success-text\";i:2480;s:33:\"changecontentmodel-cannot-convert\";i:2481;s:34:\"changecontentmodel-nodirectediting\";i:2482;s:36:\"changecontentmodel-emptymodels-title\";i:2483;s:35:\"changecontentmodel-emptymodels-text\";i:2484;s:21:\"log-name-contentmodel\";i:2485;s:28:\"log-description-contentmodel\";i:2486;s:25:\"logentry-contentmodel-new\";i:2487;s:28:\"logentry-contentmodel-change\";i:2488;s:39:\"logentry-contentmodel-change-revertlink\";i:2489;s:35:\"logentry-contentmodel-change-revert\";i:2490;s:14:\"protectlogpage\";i:2491;s:14:\"protectlogtext\";i:2492;s:24:\"protectedarticle-comment\";i:2493;s:33:\"modifiedarticleprotection-comment\";i:2494;s:26:\"unprotectedarticle-comment\";i:2495;s:13:\"protect-title\";i:2496;s:24:\"protect-title-notallowed\";i:2497;s:14:\"prot_1movedto2\";i:2498;s:26:\"protect-badnamespace-title\";i:2499;s:25:\"protect-badnamespace-text\";i:2500;s:31:\"protect-norestrictiontypes-text\";i:2501;s:32:\"protect-norestrictiontypes-title\";i:2502;s:14:\"protect-legend\";i:2503;s:14:\"protectcomment\";i:2504;s:13:\"protectexpiry\";i:2505;s:22:\"protect_expiry_invalid\";i:2506;s:18:\"protect_expiry_old\";i:2507;s:27:\"protect-unchain-permissions\";i:2508;s:12:\"protect-text\";i:2509;s:22:\"protect-locked-blocked\";i:2510;s:21:\"protect-locked-dblock\";i:2511;s:21:\"protect-locked-access\";i:2512;s:17:\"protect-cascadeon\";i:2513;s:15:\"protect-default\";i:2514;s:16:\"protect-fallback\";i:2515;s:27:\"protect-level-autoconfirmed\";i:2516;s:19:\"protect-level-sysop\";i:2517;s:23:\"protect-summary-cascade\";i:2518;s:16:\"protect-expiring\";i:2519;s:22:\"protect-expiring-local\";i:2520;s:25:\"protect-expiry-indefinite\";i:2521;s:15:\"protect-cascade\";i:2522;s:16:\"protect-cantedit\";i:2523;s:17:\"protect-othertime\";i:2524;s:20:\"protect-othertime-op\";i:2525;s:23:\"protect-existing-expiry\";i:2526;s:32:\"protect-existing-expiry-infinity\";i:2527;s:19:\"protect-otherreason\";i:2528;s:22:\"protect-otherreason-op\";i:2529;s:16:\"protect-dropdown\";i:2530;s:23:\"protect-edit-reasonlist\";i:2531;s:22:\"protect-expiry-options\";i:2532;s:16:\"restriction-type\";i:2533;s:17:\"restriction-level\";i:2534;s:12:\"minimum-size\";i:2535;s:12:\"maximum-size\";i:2536;s:8:\"pagesize\";i:2537;s:16:\"restriction-move\";i:2538;s:18:\"restriction-create\";i:2539;s:18:\"restriction-upload\";i:2540;s:23:\"restriction-level-sysop\";i:2541;s:31:\"restriction-level-autoconfirmed\";i:2542;s:21:\"restriction-level-all\";i:2543;s:8:\"undelete\";i:2544;s:12:\"undeletepage\";i:2545;s:17:\"undeletepagetitle\";i:2546;s:15:\"viewdeletedpage\";i:2547;s:23:\"skin-action-viewdeleted\";i:2548;s:16:\"undeletepagetext\";i:2549;s:23:\"undelete-fieldset-title\";i:2550;s:17:\"undeleteextrahelp\";i:2551;s:17:\"undeleterevisions\";i:2552;s:15:\"undeletehistory\";i:2553;s:14:\"undeleterevdel\";i:2554;s:22:\"undeletehistorynoadmin\";i:2555;s:17:\"undelete-revision\";i:2556;s:24:\"undeleterevision-missing\";i:2557;s:32:\"undeleterevision-duplicate-revid\";i:2558;s:15:\"undelete-nodiff\";i:2559;s:11:\"undeletebtn\";i:2560;s:12:\"undeletelink\";i:2561;s:16:\"undeleteviewlink\";i:2562;s:21:\"undelete-undeletetalk\";i:2563;s:14:\"undeleteinvert\";i:2564;s:15:\"undeletecomment\";i:2565;s:14:\"cannotundelete\";i:2566;s:13:\"undeletedpage\";i:2567;s:15:\"undelete-header\";i:2568;s:21:\"undelete-search-title\";i:2569;s:19:\"undelete-search-box\";i:2570;s:22:\"undelete-search-prefix\";i:2571;s:20:\"undelete-search-full\";i:2572;s:22:\"undelete-search-submit\";i:2573;s:19:\"undelete-no-results\";i:2574;s:26:\"undelete-filename-mismatch\";i:2575;s:22:\"undelete-bad-store-key\";i:2576;s:22:\"undelete-cleanup-error\";i:2577;s:28:\"undelete-missing-filearchive\";i:2578;s:28:\"undelete-talk-summary-prefix\";i:2579;s:14:\"undelete-error\";i:2580;s:37:\"undelete-error-associated-alreadytalk\";i:2581;s:36:\"undelete-error-associated-notdeleted\";i:2582;s:26:\"undelete-show-file-confirm\";i:2583;s:21:\"undelete-back-to-list\";i:2584;s:6:\"invert\";i:2585;s:14:\"tooltip-invert\";i:2586;s:28:\"tooltip-whatlinkshere-invert\";i:2587;s:21:\"namespace_association\";i:2588;s:29:\"tooltip-namespace_association\";i:2589;s:23:\"tool-link-contributions\";i:2590;s:19:\"contributions-title\";i:2591;s:22:\"contributions-subtitle\";i:2592;s:30:\"contributions-userdoesnotexist\";i:2593;s:32:\"negative-namespace-not-supported\";i:2594;s:10:\"nocontribs\";i:2595;s:5:\"uctop\";i:2596;s:4:\"date\";i:2597;s:25:\"sp-contributions-blocklog\";i:2598;s:28:\"sp-contributions-suppresslog\";i:2599;s:24:\"sp-contributions-deleted\";i:2600;s:24:\"sp-contributions-uploads\";i:2601;s:27:\"sp-contributions-userrights\";i:2602;s:31:\"sp-contributions-blocked-notice\";i:2603;s:39:\"sp-contributions-blocked-notice-partial\";i:2604;s:36:\"sp-contributions-blocked-notice-anon\";i:2605;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2606;s:23:\"sp-contributions-search\";i:2607;s:24:\"sp-contributions-toponly\";i:2608;s:24:\"sp-contributions-newonly\";i:2609;s:26:\"sp-contributions-hideminor\";i:2610;s:27:\"sp-contributions-outofrange\";i:2611;s:33:\"sp-contributions-concurrency-user\";i:2612;s:31:\"sp-contributions-concurrency-ip\";i:2613;s:19:\"whatlinkshere-count\";i:2614;s:19:\"whatlinkshere-title\";i:2615;s:9:\"linkshere\";i:2616;s:11:\"nolinkshere\";i:2617;s:14:\"nolinkshere-ns\";i:2618;s:10:\"isredirect\";i:2619;s:10:\"istemplate\";i:2620;s:7:\"isimage\";i:2621;s:18:\"whatlinkshere-prev\";i:2622;s:18:\"whatlinkshere-next\";i:2623;s:23:\"whatlinkshere-hidetrans\";i:2624;s:24:\"whatlinkshere-hideimages\";i:2625;s:26:\"whatlinkshere-sectionredir\";i:2626;s:20:\"whatlinkshere-submit\";i:2627;s:11:\"autoblockid\";i:2628;s:5:\"block\";i:2629;s:7:\"unblock\";i:2630;s:13:\"changeblockip\";i:2631;s:7:\"blockip\";i:2632;s:11:\"blockiptext\";i:2633;s:19:\"ipaddressorusername\";i:2634;s:9:\"ipbreason\";i:2635;s:18:\"ipbreason-dropdown\";i:2636;s:13:\"ipb-hardblock\";i:2637;s:16:\"ipbcreateaccount\";i:2638;s:11:\"ipbemailban\";i:2639;s:18:\"ipbenableautoblock\";i:2640;s:9:\"ipbsubmit\";i:2641;s:8:\"ipbother\";i:2642;s:10:\"ipboptions\";i:2643;s:11:\"ipbhidename\";i:2644;s:12:\"ipbwatchuser\";i:2645;s:19:\"ipb-disableusertalk\";i:2646;s:16:\"ipb-change-block\";i:2647;s:11:\"ipb-confirm\";i:2648;s:12:\"ipb-sitewide\";i:2649;s:11:\"ipb-partial\";i:2650;s:17:\"ipb-sitewide-help\";i:2651;s:16:\"ipb-partial-help\";i:2652;s:17:\"ipb-action-create\";i:2653;s:15:\"ipb-action-move\";i:2654;s:17:\"ipb-action-upload\";i:2655;s:15:\"ipb-pages-label\";i:2656;s:20:\"ipb-namespaces-label\";i:2657;s:12:\"badipaddress\";i:2658;s:17:\"blockipsuccesssub\";i:2659;s:18:\"blockipsuccesstext\";i:2660;s:15:\"ipb-empty-block\";i:2661;s:19:\"ipb-block-not-found\";i:2662;s:16:\"ipb-blockingself\";i:2663;s:19:\"ipb-confirmhideuser\";i:2664;s:17:\"ipb-confirmaction\";i:2665;s:17:\"ipb-edit-dropdown\";i:2666;s:16:\"ipb-unblock-addr\";i:2667;s:11:\"ipb-unblock\";i:2668;s:13:\"ipb-blocklist\";i:2669;s:22:\"ipb-blocklist-contribs\";i:2670;s:27:\"ipb-blocklist-duration-left\";i:2671;s:13:\"block-actions\";i:2672;s:13:\"block-details\";i:2673;s:12:\"block-expiry\";i:2674;s:13:\"block-options\";i:2675;s:12:\"block-reason\";i:2676;s:12:\"block-target\";i:2677;s:24:\"block-target-placeholder\";i:2678;s:9:\"unblockip\";i:2679;s:13:\"unblockiptext\";i:2680;s:9:\"ipusubmit\";i:2681;s:9:\"unblocked\";i:2682;s:15:\"unblocked-range\";i:2683;s:12:\"unblocked-id\";i:2684;s:12:\"unblocked-ip\";i:2685;s:9:\"blocklist\";i:2686;s:13:\"autoblocklist\";i:2687;s:20:\"autoblocklist-submit\";i:2688;s:20:\"autoblocklist-legend\";i:2689;s:25:\"autoblocklist-localblocks\";i:2690;s:30:\"autoblocklist-total-autoblocks\";i:2691;s:19:\"autoblocklist-empty\";i:2692;s:25:\"autoblocklist-otherblocks\";i:2693;s:11:\"ipblocklist\";i:2694;s:18:\"ipblocklist-legend\";i:2695;s:20:\"blocklist-autoblocks\";i:2696;s:20:\"blocklist-userblocks\";i:2697;s:20:\"blocklist-tempblocks\";i:2698;s:21:\"blocklist-indefblocks\";i:2699;s:23:\"blocklist-addressblocks\";i:2700;s:14:\"blocklist-type\";i:2701;s:22:\"blocklist-type-opt-all\";i:2702;s:27:\"blocklist-type-opt-sitewide\";i:2703;s:26:\"blocklist-type-opt-partial\";i:2704;s:21:\"blocklist-rangeblocks\";i:2705;s:19:\"blocklist-timestamp\";i:2706;s:16:\"blocklist-target\";i:2707;s:16:\"blocklist-expiry\";i:2708;s:12:\"blocklist-by\";i:2709;s:16:\"blocklist-params\";i:2710;s:16:\"blocklist-reason\";i:2711;s:18:\"ipblocklist-submit\";i:2712;s:22:\"ipblocklist-localblock\";i:2713;s:23:\"ipblocklist-otherblocks\";i:2714;s:13:\"infiniteblock\";i:2715;s:13:\"anononlyblock\";i:2716;s:16:\"noautoblockblock\";i:2717;s:18:\"createaccountblock\";i:2718;s:10:\"emailblock\";i:2719;s:20:\"blocklist-nousertalk\";i:2720;s:17:\"blocklist-editing\";i:2721;s:26:\"blocklist-editing-sitewide\";i:2722;s:22:\"blocklist-editing-page\";i:2723;s:20:\"blocklist-editing-ns\";i:2724;s:24:\"blocklist-editing-action\";i:2725;s:17:\"ipblocklist-empty\";i:2726;s:22:\"ipblocklist-no-results\";i:2727;s:11:\"unblocklink\";i:2728;s:16:\"change-blocklink\";i:2729;s:14:\"empty-username\";i:2730;s:9:\"emaillink\";i:2731;s:11:\"autoblocker\";i:2732;s:12:\"blocklogpage\";i:2733;s:16:\"blocklog-showlog\";i:2734;s:24:\"blocklog-showsuppresslog\";i:2735;s:12:\"blocklogtext\";i:2736;s:24:\"block-log-flags-anononly\";i:2737;s:27:\"block-log-flags-noautoblock\";i:2738;s:23:\"block-log-flags-noemail\";i:2739;s:26:\"block-log-flags-nousertalk\";i:2740;s:31:\"block-log-flags-angry-autoblock\";i:2741;s:26:\"block-log-flags-hiddenname\";i:2742;s:20:\"range_block_disabled\";i:2743;s:26:\"ipb-prevent-user-talk-edit\";i:2744;s:18:\"ipb_expiry_invalid\";i:2745;s:14:\"ipb_expiry_old\";i:2746;s:15:\"ipb_expiry_temp\";i:2747;s:16:\"ipb_hide_invalid\";i:2748;s:16:\"ipb_hide_partial\";i:2749;s:19:\"ipb_already_blocked\";i:2750;s:15:\"ipb-needreblock\";i:2751;s:22:\"ipb-otherblocks-header\";i:2752;s:16:\"unblock-hideuser\";i:2753;s:16:\"ipb_cant_unblock\";i:2754;s:20:\"ipb_blocked_as_range\";i:2755;s:16:\"ip_range_invalid\";i:2756;s:17:\"ip_range_toolarge\";i:2757;s:17:\"ip_range_exceeded\";i:2758;s:15:\"ip_range_toolow\";i:2759;s:12:\"proxyblocker\";i:2760;s:16:\"proxyblockreason\";i:2761;s:11:\"sorbsreason\";i:2762;s:27:\"sorbs_create_account_reason\";i:2763;s:21:\"softblockrangesreason\";i:2764;s:14:\"xffblockreason\";i:2765;s:20:\"cant-see-hidden-user\";i:2766;s:27:\"cant-block-nonexistent-page\";i:2767;s:10:\"ipbblocked\";i:2768;s:16:\"ipbnounblockself\";i:2769;s:6:\"lockdb\";i:2770;s:8:\"unlockdb\";i:2771;s:10:\"lockdbtext\";i:2772;s:12:\"unlockdbtext\";i:2773;s:11:\"lockconfirm\";i:2774;s:13:\"unlockconfirm\";i:2775;s:7:\"lockbtn\";i:2776;s:9:\"unlockbtn\";i:2777;s:13:\"locknoconfirm\";i:2778;s:16:\"lockdbsuccesssub\";i:2779;s:18:\"unlockdbsuccesssub\";i:2780;s:17:\"lockdbsuccesstext\";i:2781;s:19:\"unlockdbsuccesstext\";i:2782;s:19:\"lockfilenotwritable\";i:2783;s:14:\"databaselocked\";i:2784;s:17:\"databasenotlocked\";i:2785;s:15:\"lockedbyandtime\";i:2786;s:9:\"move-page\";i:2787;s:16:\"move-page-legend\";i:2788;s:12:\"movepagetext\";i:2789;s:28:\"movepagetext-noredirectfixer\";i:2790;s:30:\"movepagetext-noredirectsupport\";i:2791;s:16:\"movepagetalktext\";i:2792;s:20:\"moveuserpage-warning\";i:2793;s:24:\"movecategorypage-warning\";i:2794;s:15:\"movenologintext\";i:2795;s:14:\"movenotallowed\";i:2796;s:18:\"movenotallowedfile\";i:2797;s:19:\"cant-move-user-page\";i:2798;s:22:\"cant-move-to-user-page\";i:2799;s:23:\"cant-move-category-page\";i:2800;s:26:\"cant-move-to-category-page\";i:2801;s:18:\"cant-move-subpages\";i:2802;s:20:\"namespace-nosubpages\";i:2803;s:10:\"move-watch\";i:2804;s:11:\"movepagebtn\";i:2805;s:12:\"pagemovedsub\";i:2806;s:10:\"cannotmove\";i:2807;s:14:\"movepage-moved\";i:2808;s:23:\"movepage-moved-redirect\";i:2809;s:25:\"movepage-moved-noredirect\";i:2810;s:21:\"movepage-delete-first\";i:2811;s:13:\"articleexists\";i:2812;s:14:\"redirectexists\";i:2813;s:23:\"cantmove-titleprotected\";i:2814;s:8:\"movetalk\";i:2815;s:13:\"move-subpages\";i:2816;s:18:\"move-talk-subpages\";i:2817;s:20:\"movepage-page-exists\";i:2818;s:28:\"movepage-source-doesnt-exist\";i:2819;s:19:\"movepage-page-moved\";i:2820;s:21:\"movepage-page-unmoved\";i:2821;s:18:\"movepage-max-pages\";i:2822;s:11:\"movelogpage\";i:2823;s:15:\"movelogpagetext\";i:2824;s:11:\"movesubpage\";i:2825;s:15:\"movesubpagetext\";i:2826;s:19:\"movesubpagetalktext\";i:2827;s:25:\"movesubpagetext-truncated\";i:2828;s:29:\"movesubpagetalktext-truncated\";i:2829;s:13:\"movenosubpage\";i:2830;s:10:\"revertmove\";i:2831;s:20:\"delete_and_move_text\";i:2832;s:29:\"delete_redirect_and_move_text\";i:2833;s:23:\"delete_and_move_confirm\";i:2834;s:22:\"delete_and_move_reason\";i:2835;s:8:\"selfmove\";i:2836;s:25:\"immobile-source-namespace\";i:2837;s:28:\"immobile-source-namespace-iw\";i:2838;s:25:\"immobile-target-namespace\";i:2839;s:28:\"immobile-target-namespace-iw\";i:2840;s:20:\"immobile-source-page\";i:2841;s:20:\"immobile-target-page\";i:2842;s:29:\"movepage-invalid-target-title\";i:2843;s:16:\"bad-target-model\";i:2844;s:21:\"imagenocrossnamespace\";i:2845;s:27:\"nonfile-cannot-move-to-file\";i:2846;s:17:\"imagetypemismatch\";i:2847;s:20:\"imageinvalidfilename\";i:2848;s:20:\"fix-double-redirects\";i:2849;s:19:\"move-leave-redirect\";i:2850;s:24:\"protectedpagemovewarning\";i:2851;s:28:\"semiprotectedpagemovewarning\";i:2852;s:20:\"move-over-sharedrepo\";i:2853;s:22:\"file-exists-sharedrepo\";i:2854;s:6:\"export\";i:2855;s:10:\"exporttext\";i:2856;s:9:\"exportall\";i:2857;s:13:\"exportcuronly\";i:2858;s:15:\"exportnohistory\";i:2859;s:17:\"exportlistauthors\";i:2860;s:13:\"export-submit\";i:2861;s:17:\"export-addcattext\";i:2862;s:13:\"export-addcat\";i:2863;s:16:\"export-addnstext\";i:2864;s:12:\"export-addns\";i:2865;s:15:\"export-download\";i:2866;s:16:\"export-templates\";i:2867;s:16:\"export-pagelinks\";i:2868;s:13:\"export-manual\";i:2869;s:11:\"allmessages\";i:2870;s:15:\"allmessagesname\";i:2871;s:18:\"allmessagesdefault\";i:2872;s:18:\"allmessagescurrent\";i:2873;s:15:\"allmessagestext\";i:2874;s:34:\"allmessages-not-supported-database\";i:2875;s:25:\"allmessages-filter-legend\";i:2876;s:18:\"allmessages-filter\";i:2877;s:29:\"allmessages-filter-unmodified\";i:2878;s:22:\"allmessages-filter-all\";i:2879;s:27:\"allmessages-filter-modified\";i:2880;s:18:\"allmessages-prefix\";i:2881;s:25:\"allmessages-filter-submit\";i:2882;s:28:\"allmessages-filter-translate\";i:2883;s:14:\"thumbnail-more\";i:2884;s:11:\"filemissing\";i:2885;s:15:\"thumbnail_error\";i:2886;s:22:\"thumbnail_error_remote\";i:2887;s:15:\"djvu_page_error\";i:2888;s:21:\"thumbnail-temp-create\";i:2889;s:21:\"thumbnail-dest-create\";i:2890;s:24:\"thumbnail_invalid_params\";i:2891;s:25:\"thumbnail_toobigimagearea\";i:2892;s:24:\"thumbnail_dest_directory\";i:2893;s:20:\"thumbnail_image-type\";i:2894;s:20:\"thumbnail_gd-library\";i:2895;s:25:\"thumbnail_image-size-zero\";i:2896;s:23:\"thumbnail_image-missing\";i:2897;s:29:\"thumbnail_image-failure-limit\";i:2898;s:6:\"import\";i:2899;s:15:\"importinterwiki\";i:2900;s:21:\"import-interwiki-text\";i:2901;s:27:\"import-interwiki-sourcewiki\";i:2902;s:27:\"import-interwiki-sourcepage\";i:2903;s:24:\"import-interwiki-history\";i:2904;s:26:\"import-interwiki-templates\";i:2905;s:23:\"import-interwiki-submit\";i:2906;s:22:\"import-mapping-default\";i:2907;s:24:\"import-mapping-namespace\";i:2908;s:22:\"import-mapping-subpage\";i:2909;s:22:\"import-upload-filename\";i:2910;s:29:\"import-upload-username-prefix\";i:2911;s:25:\"import-assign-known-users\";i:2912;s:14:\"import-comment\";i:2913;s:10:\"importtext\";i:2914;s:11:\"importstart\";i:2915;s:21:\"import-revision-count\";i:2916;s:13:\"importnopages\";i:2917;s:20:\"imported-log-entries\";i:2918;s:12:\"importfailed\";i:2919;s:19:\"importunknownsource\";i:2920;s:14:\"importnoprefix\";i:2921;s:14:\"importcantopen\";i:2922;s:18:\"importbadinterwiki\";i:2923;s:13:\"importsuccess\";i:2924;s:15:\"importnosources\";i:2925;s:12:\"importnofile\";i:2926;s:21:\"importuploaderrorsize\";i:2927;s:24:\"importuploaderrorpartial\";i:2928;s:21:\"importuploaderrortemp\";i:2929;s:20:\"import-parse-failure\";i:2930;s:16:\"import-noarticle\";i:2931;s:21:\"import-nonewrevisions\";i:2932;s:16:\"xml-error-string\";i:2933;s:13:\"import-upload\";i:2934;s:21:\"import-token-mismatch\";i:2935;s:24:\"import-invalid-interwiki\";i:2936;s:17:\"import-error-edit\";i:2937;s:22:\"import-error-interwiki\";i:2938;s:20:\"import-error-special\";i:2939;s:20:\"import-error-invalid\";i:2940;s:24:\"import-error-unserialize\";i:2941;s:25:\"import-error-bad-location\";i:2942;s:20:\"import-options-wrong\";i:2943;s:23:\"import-rootpage-invalid\";i:2944;s:25:\"import-rootpage-nosubpage\";i:2945;s:13:\"importlogpage\";i:2946;s:17:\"importlogpagetext\";i:2947;s:29:\"import-logentry-upload-detail\";i:2948;s:32:\"import-logentry-interwiki-detail\";i:2949;s:14:\"javascripttest\";i:2950;s:26:\"javascripttest-qunit-intro\";i:2951;s:19:\"tooltip-pt-userpage\";i:2952;s:23:\"tooltip-pt-anonuserpage\";i:2953;s:22:\"tooltip-pt-tmpuserpage\";i:2954;s:17:\"tooltip-pt-mytalk\";i:2955;s:19:\"tooltip-pt-anontalk\";i:2956;s:22:\"tooltip-pt-preferences\";i:2957;s:20:\"tooltip-pt-watchlist\";i:2958;s:20:\"tooltip-pt-mycontris\";i:2959;s:23:\"tooltip-pt-anoncontribs\";i:2960;s:16:\"tooltip-pt-login\";i:2961;s:24:\"tooltip-pt-login-private\";i:2962;s:17:\"tooltip-pt-logout\";i:2963;s:24:\"tooltip-pt-createaccount\";i:2964;s:15:\"tooltip-ca-talk\";i:2965;s:15:\"tooltip-ca-edit\";i:2966;s:21:\"tooltip-ca-addsection\";i:2967;s:21:\"tooltip-ca-viewsource\";i:2968;s:18:\"tooltip-ca-history\";i:2969;s:18:\"tooltip-ca-protect\";i:2970;s:20:\"tooltip-ca-unprotect\";i:2971;s:17:\"tooltip-ca-delete\";i:2972;s:19:\"tooltip-ca-undelete\";i:2973;s:15:\"tooltip-ca-move\";i:2974;s:16:\"tooltip-ca-watch\";i:2975;s:18:\"tooltip-ca-unwatch\";i:2976;s:27:\"tooltip-ca-unwatch-expiring\";i:2977;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:2978;s:17:\"tooltip-search-go\";i:2979;s:23:\"tooltip-search-fulltext\";i:2980;s:18:\"tooltip-p-cactions\";i:2981;s:14:\"tooltip-p-logo\";i:2982;s:18:\"tooltip-p-personal\";i:2983;s:18:\"tooltip-n-mainpage\";i:2984;s:30:\"tooltip-n-mainpage-description\";i:2985;s:16:\"tooltip-n-portal\";i:2986;s:23:\"tooltip-n-currentevents\";i:2987;s:23:\"tooltip-n-recentchanges\";i:2988;s:20:\"tooltip-n-randompage\";i:2989;s:14:\"tooltip-n-help\";i:2990;s:23:\"tooltip-t-whatlinkshere\";i:2991;s:29:\"tooltip-t-recentchangeslinked\";i:2992;s:16:\"tooltip-feed-rss\";i:2993;s:17:\"tooltip-feed-atom\";i:2994;s:23:\"tooltip-t-contributions\";i:2995;s:19:\"tooltip-t-emailuser\";i:2996;s:14:\"tooltip-t-info\";i:2997;s:22:\"tooltip-t-specialpages\";i:2998;s:15:\"tooltip-t-print\";i:2999;s:19:\"tooltip-t-permalink\";i:3000;s:21:\"tooltip-ca-nstab-main\";i:3001;s:21:\"tooltip-ca-nstab-user\";i:3002;s:22:\"tooltip-ca-nstab-media\";i:3003;s:24:\"tooltip-ca-nstab-special\";i:3004;s:24:\"tooltip-ca-nstab-project\";i:3005;s:22:\"tooltip-ca-nstab-image\";i:3006;s:26:\"tooltip-ca-nstab-mediawiki\";i:3007;s:25:\"tooltip-ca-nstab-template\";i:3008;s:21:\"tooltip-ca-nstab-help\";i:3009;s:25:\"tooltip-ca-nstab-category\";i:3010;s:17:\"tooltip-minoredit\";i:3011;s:12:\"tooltip-save\";i:3012;s:15:\"tooltip-publish\";i:3013;s:15:\"tooltip-preview\";i:3014;s:12:\"tooltip-diff\";i:3015;s:31:\"tooltip-compareselectedversions\";i:3016;s:13:\"tooltip-watch\";i:3017;s:24:\"tooltip-watchlist-expiry\";i:3018;s:35:\"tooltip-watchlistedit-normal-submit\";i:3019;s:32:\"tooltip-watchlistedit-raw-submit\";i:3020;s:16:\"tooltip-recreate\";i:3021;s:14:\"tooltip-upload\";i:3022;s:16:\"tooltip-rollback\";i:3023;s:12:\"tooltip-undo\";i:3024;s:24:\"tooltip-preferences-save\";i:3025;s:15:\"tooltip-summary\";i:3026;s:24:\"interlanguage-link-title\";i:3027;s:10:\"common.css\";i:3028;s:9:\"print.css\";i:3029;s:12:\"noscript.css\";i:3030;s:23:\"group-autoconfirmed.css\";i:3031;s:14:\"group-user.css\";i:3032;s:13:\"group-bot.css\";i:3033;s:15:\"group-sysop.css\";i:3034;s:20:\"group-bureaucrat.css\";i:3035;s:11:\"common.json\";i:3036;s:9:\"common.js\";i:3037;s:22:\"group-autoconfirmed.js\";i:3038;s:13:\"group-user.js\";i:3039;s:12:\"group-bot.js\";i:3040;s:14:\"group-sysop.js\";i:3041;s:19:\"group-bureaucrat.js\";i:3042;s:9:\"anonymous\";i:3043;s:8:\"siteuser\";i:3044;s:8:\"anonuser\";i:3045;s:16:\"lastmodifiedatby\";i:3046;s:13:\"othercontribs\";i:3047;s:6:\"others\";i:3048;s:9:\"siteusers\";i:3049;s:9:\"anonusers\";i:3050;s:11:\"creditspage\";i:3051;s:9:\"nocredits\";i:3052;s:19:\"spamprotectiontitle\";i:3053;s:18:\"spamprotectiontext\";i:3054;s:19:\"spamprotectionmatch\";i:3055;s:16:\"spambot_username\";i:3056;s:14:\"spam_reverting\";i:3057;s:13:\"spam_blanking\";i:3058;s:13:\"spam_deleting\";i:3059;s:20:\"simpleantispam-label\";i:3060;s:14:\"pageinfo-title\";i:3061;s:20:\"pageinfo-not-current\";i:3062;s:21:\"pageinfo-header-basic\";i:3063;s:21:\"pageinfo-header-edits\";i:3064;s:28:\"pageinfo-header-restrictions\";i:3065;s:26:\"pageinfo-header-properties\";i:3066;s:22:\"pageinfo-display-title\";i:3067;s:21:\"pageinfo-default-sort\";i:3068;s:15:\"pageinfo-length\";i:3069;s:18:\"pageinfo-namespace\";i:3070;s:19:\"pageinfo-article-id\";i:3071;s:17:\"pageinfo-language\";i:3072;s:24:\"pageinfo-language-change\";i:3073;s:22:\"pageinfo-content-model\";i:3074;s:29:\"pageinfo-content-model-change\";i:3075;s:21:\"pageinfo-robot-policy\";i:3076;s:20:\"pageinfo-robot-index\";i:3077;s:22:\"pageinfo-robot-noindex\";i:3078;s:17:\"pageinfo-watchers\";i:3079;s:26:\"pageinfo-visiting-watchers\";i:3080;s:21:\"pageinfo-few-watchers\";i:3081;s:30:\"pageinfo-few-visiting-watchers\";i:3082;s:23:\"pageinfo-redirects-name\";i:3083;s:24:\"pageinfo-redirects-value\";i:3084;s:22:\"pageinfo-subpages-name\";i:3085;s:23:\"pageinfo-subpages-value\";i:3086;s:18:\"pageinfo-firstuser\";i:3087;s:18:\"pageinfo-firsttime\";i:3088;s:17:\"pageinfo-lastuser\";i:3089;s:17:\"pageinfo-lasttime\";i:3090;s:14:\"pageinfo-edits\";i:3091;s:16:\"pageinfo-authors\";i:3092;s:21:\"pageinfo-recent-edits\";i:3093;s:23:\"pageinfo-recent-authors\";i:3094;s:20:\"pageinfo-magic-words\";i:3095;s:26:\"pageinfo-hidden-categories\";i:3096;s:18:\"pageinfo-templates\";i:3097;s:22:\"pageinfo-transclusions\";i:3098;s:20:\"pageinfo-redirectsto\";i:3099;s:25:\"pageinfo-redirectsto-info\";i:3100;s:20:\"pageinfo-contentpage\";i:3101;s:26:\"pageinfo-protect-cascading\";i:3102;s:31:\"pageinfo-protect-cascading-from\";i:3103;s:22:\"pageinfo-category-info\";i:3104;s:23:\"pageinfo-category-total\";i:3105;s:23:\"pageinfo-category-pages\";i:3106;s:25:\"pageinfo-category-subcats\";i:3107;s:23:\"pageinfo-category-files\";i:3108;s:16:\"pageinfo-user-id\";i:3109;s:18:\"pageinfo-file-hash\";i:3110;s:25:\"pageinfo-view-protect-log\";i:3111;s:19:\"markaspatrolleddiff\";i:3112;s:19:\"markaspatrolledtext\";i:3113;s:24:\"markaspatrolledtext-file\";i:3114;s:17:\"markedaspatrolled\";i:3115;s:21:\"markedaspatrolledtext\";i:3116;s:16:\"rcpatroldisabled\";i:3117;s:20:\"rcpatroldisabledtext\";i:3118;s:22:\"markedaspatrollederror\";i:3119;s:26:\"markedaspatrollederrortext\";i:3120;s:35:\"markedaspatrollederror-noautopatrol\";i:3121;s:23:\"markedaspatrollednotify\";i:3122;s:15:\"patrol-log-page\";i:3123;s:17:\"patrol-log-header\";i:3124;s:28:\"confirm-markpatrolled-button\";i:3125;s:25:\"confirm-markpatrolled-top\";i:3126;s:15:\"deletedrevision\";i:3127;s:21:\"filedeleteerror-short\";i:3128;s:20:\"filedeleteerror-long\";i:3129;s:18:\"filedelete-missing\";i:3130;s:27:\"filedelete-old-unregistered\";i:3131;s:31:\"filedelete-current-unregistered\";i:3132;s:28:\"filedelete-archive-read-only\";i:3133;s:12:\"mediawarning\";i:3134;s:12:\"imagemaxsize\";i:3135;s:9:\"thumbsize\";i:3136;s:9:\"file-info\";i:3137;s:12:\"file-nohires\";i:3138;s:22:\"svg-long-desc-animated\";i:3139;s:14:\"svg-long-error\";i:3140;s:29:\"show-big-image-preview-differ\";i:3141;s:20:\"file-info-gif-looped\";i:3142;s:20:\"file-info-gif-frames\";i:3143;s:20:\"file-info-png-looped\";i:3144;s:20:\"file-info-png-repeat\";i:3145;s:20:\"file-info-png-frames\";i:3146;s:23:\"file-no-thumb-animation\";i:3147;s:27:\"file-no-thumb-animation-gif\";i:3148;s:9:\"newimages\";i:3149;s:13:\"imagelisttext\";i:3150;s:17:\"newimages-summary\";i:3151;s:16:\"newimages-legend\";i:3152;s:14:\"newimages-user\";i:3153;s:18:\"newimages-showbots\";i:3154;s:23:\"newimages-hidepatrolled\";i:3155;s:19:\"newimages-mediatype\";i:3156;s:8:\"noimages\";i:3157;s:24:\"gallery-slideshow-toggle\";i:3158;s:6:\"bydate\";i:3159;s:21:\"sp-newimages-showfrom\";i:3160;s:10:\"video-dims\";i:3161;s:14:\"seconds-abbrev\";i:3162;s:14:\"minutes-abbrev\";i:3163;s:12:\"hours-abbrev\";i:3164;s:11:\"days-abbrev\";i:3165;s:7:\"seconds\";i:3166;s:7:\"minutes\";i:3167;s:5:\"hours\";i:3168;s:4:\"days\";i:3169;s:5:\"weeks\";i:3170;s:6:\"months\";i:3171;s:5:\"years\";i:3172;s:3:\"ago\";i:3173;s:8:\"just-now\";i:3174;s:9:\"hours-ago\";i:3175;s:11:\"minutes-ago\";i:3176;s:11:\"seconds-ago\";i:3177;s:9:\"monday-at\";i:3178;s:10:\"tuesday-at\";i:3179;s:12:\"wednesday-at\";i:3180;s:11:\"thursday-at\";i:3181;s:9:\"friday-at\";i:3182;s:11:\"saturday-at\";i:3183;s:9:\"sunday-at\";i:3184;s:12:\"yesterday-at\";i:3185;s:14:\"bad_image_list\";i:3186;s:19:\"variantname-zh-hans\";i:3187;s:13:\"metadata-help\";i:3188;s:15:\"metadata-expand\";i:3189;s:17:\"metadata-collapse\";i:3190;s:15:\"metadata-fields\";i:3191;s:12:\"confirmemail\";i:3192;s:20:\"confirmemail_noemail\";i:3193;s:17:\"confirmemail_text\";i:3194;s:20:\"confirmemail_pending\";i:3195;s:17:\"confirmemail_send\";i:3196;s:17:\"confirmemail_sent\";i:3197;s:21:\"confirmemail_oncreate\";i:3198;s:23:\"confirmemail_sendfailed\";i:3199;s:20:\"confirmemail_invalid\";i:3200;s:22:\"confirmemail_needlogin\";i:3201;s:20:\"confirmemail_success\";i:3202;s:21:\"confirmemail_loggedin\";i:3203;s:20:\"confirmemail_subject\";i:3204;s:17:\"confirmemail_body\";i:3205;s:25:\"confirmemail_body_changed\";i:3206;s:21:\"confirmemail_body_set\";i:3207;s:24:\"confirmemail_invalidated\";i:3208;s:15:\"invalidateemail\";i:3209;s:33:\"notificationemail_subject_changed\";i:3210;s:33:\"notificationemail_subject_removed\";i:3211;s:30:\"notificationemail_body_changed\";i:3212;s:30:\"notificationemail_body_removed\";i:3213;s:23:\"scarytranscludedisabled\";i:3214;s:21:\"scarytranscludefailed\";i:3215;s:32:\"scarytranscludefailed-httpstatus\";i:3216;s:22:\"scarytranscludetoolong\";i:3217;s:19:\"deletedwhileediting\";i:3218;s:15:\"confirmrecreate\";i:3219;s:24:\"confirmrecreate-noreason\";i:3220;s:8:\"recreate\";i:3221;s:10:\"unit-pixel\";i:3222;s:19:\"confirm-purge-title\";i:3223;s:20:\"confirm_purge_button\";i:3224;s:17:\"confirm-purge-top\";i:3225;s:20:\"confirm-purge-bottom\";i:3226;s:20:\"confirm-watch-button\";i:3227;s:17:\"confirm-watch-top\";i:3228;s:19:\"confirm-watch-label\";i:3229;s:24:\"watchlist-expiry-options\";i:3230;s:31:\"watchlist-expires-in-aria-label\";i:3231;s:27:\"confirm-watch-button-expiry\";i:3232;s:22:\"confirm-unwatch-button\";i:3233;s:19:\"confirm-unwatch-top\";i:3234;s:23:\"confirm-rollback-button\";i:3235;s:20:\"confirm-rollback-top\";i:3236;s:23:\"confirm-rollback-bottom\";i:3237;s:24:\"confirm-mcrrestore-title\";i:3238;s:21:\"confirm-mcrundo-title\";i:3239;s:13:\"mcrundofailed\";i:3240;s:20:\"mcrundo-missingparam\";i:3241;s:15:\"mcrundo-changed\";i:3242;s:20:\"mcrundo-parse-failed\";i:3243;s:15:\"quotation-marks\";i:3244;s:13:\"formatnum-nan\";i:3245;s:16:\"img-lang-default\";i:3246;s:13:\"img-lang-info\";i:3247;s:11:\"img-lang-go\";i:3248;s:16:\"table_pager_next\";i:3249;s:16:\"table_pager_prev\";i:3250;s:17:\"table_pager_first\";i:3251;s:16:\"table_pager_last\";i:3252;s:17:\"table_pager_limit\";i:3253;s:23:\"table_pager_limit_label\";i:3254;s:24:\"table_pager_limit_submit\";i:3255;s:17:\"table_pager_empty\";i:3256;s:14:\"autosumm-blank\";i:3257;s:16:\"autosumm-replace\";i:3258;s:16:\"autoredircomment\";i:3259;s:25:\"autosumm-removed-redirect\";i:3260;s:32:\"autosumm-changed-redirect-target\";i:3261;s:12:\"autosumm-new\";i:3262;s:17:\"autosumm-newblank\";i:3263;s:10:\"size-bytes\";i:3264;s:14:\"size-kilobytes\";i:3265;s:14:\"size-megabytes\";i:3266;s:14:\"size-gigabytes\";i:3267;s:14:\"size-terabytes\";i:3268;s:14:\"size-petabytes\";i:3269;s:13:\"size-exabytes\";i:3270;s:15:\"size-zettabytes\";i:3271;s:15:\"size-yottabytes\";i:3272;s:10:\"size-pixel\";i:3273;s:14:\"size-kilopixel\";i:3274;s:14:\"size-megapixel\";i:3275;s:14:\"size-gigapixel\";i:3276;s:14:\"size-terapixel\";i:3277;s:14:\"size-petapixel\";i:3278;s:13:\"size-exapixel\";i:3279;s:15:\"size-yottapixel\";i:3280;s:12:\"bitrate-bits\";i:3281;s:16:\"bitrate-kilobits\";i:3282;s:16:\"bitrate-megabits\";i:3283;s:16:\"bitrate-gigabits\";i:3284;s:16:\"bitrate-terabits\";i:3285;s:16:\"bitrate-petabits\";i:3286;s:15:\"bitrate-exabits\";i:3287;s:17:\"bitrate-zettabits\";i:3288;s:17:\"bitrate-yottabits\";i:3289;s:15:\"lag-warn-normal\";i:3290;s:13:\"lag-warn-high\";i:3291;s:26:\"watchlistedit-normal-title\";i:3292;s:27:\"watchlistedit-normal-legend\";i:3293;s:28:\"watchlistedit-normal-explain\";i:3294;s:27:\"watchlistedit-normal-submit\";i:3295;s:25:\"watchlistedit-normal-done\";i:3296;s:23:\"watchlistedit-raw-title\";i:3297;s:24:\"watchlistedit-raw-legend\";i:3298;s:25:\"watchlistedit-raw-explain\";i:3299;s:24:\"watchlistedit-raw-titles\";i:3300;s:24:\"watchlistedit-raw-submit\";i:3301;s:22:\"watchlistedit-raw-done\";i:3302;s:23:\"watchlistedit-raw-added\";i:3303;s:25:\"watchlistedit-raw-removed\";i:3304;s:25:\"watchlistedit-clear-title\";i:3305;s:26:\"watchlistedit-clear-legend\";i:3306;s:27:\"watchlistedit-clear-explain\";i:3307;s:26:\"watchlistedit-clear-titles\";i:3308;s:26:\"watchlistedit-clear-submit\";i:3309;s:24:\"watchlistedit-clear-done\";i:3310;s:28:\"watchlistedit-clear-jobqueue\";i:3311;s:27:\"watchlistedit-clear-removed\";i:3312;s:22:\"watchlistedit-too-many\";i:3313;s:20:\"watchlisttools-clear\";i:3314;s:19:\"watchlisttools-view\";i:3315;s:19:\"iranian-calendar-m1\";i:3316;s:19:\"iranian-calendar-m2\";i:3317;s:19:\"iranian-calendar-m3\";i:3318;s:19:\"iranian-calendar-m4\";i:3319;s:19:\"iranian-calendar-m5\";i:3320;s:19:\"iranian-calendar-m6\";i:3321;s:19:\"iranian-calendar-m7\";i:3322;s:19:\"iranian-calendar-m8\";i:3323;s:19:\"iranian-calendar-m9\";i:3324;s:20:\"iranian-calendar-m10\";i:3325;s:20:\"iranian-calendar-m11\";i:3326;s:20:\"iranian-calendar-m12\";i:3327;s:17:\"hijri-calendar-m1\";i:3328;s:17:\"hijri-calendar-m2\";i:3329;s:17:\"hijri-calendar-m3\";i:3330;s:17:\"hijri-calendar-m4\";i:3331;s:17:\"hijri-calendar-m5\";i:3332;s:17:\"hijri-calendar-m6\";i:3333;s:17:\"hijri-calendar-m7\";i:3334;s:17:\"hijri-calendar-m8\";i:3335;s:17:\"hijri-calendar-m9\";i:3336;s:18:\"hijri-calendar-m10\";i:3337;s:18:\"hijri-calendar-m11\";i:3338;s:18:\"hijri-calendar-m12\";i:3339;s:18:\"hebrew-calendar-m1\";i:3340;s:18:\"hebrew-calendar-m2\";i:3341;s:18:\"hebrew-calendar-m3\";i:3342;s:18:\"hebrew-calendar-m4\";i:3343;s:18:\"hebrew-calendar-m5\";i:3344;s:18:\"hebrew-calendar-m6\";i:3345;s:19:\"hebrew-calendar-m6a\";i:3346;s:19:\"hebrew-calendar-m6b\";i:3347;s:18:\"hebrew-calendar-m7\";i:3348;s:18:\"hebrew-calendar-m8\";i:3349;s:18:\"hebrew-calendar-m9\";i:3350;s:19:\"hebrew-calendar-m10\";i:3351;s:19:\"hebrew-calendar-m11\";i:3352;s:19:\"hebrew-calendar-m12\";i:3353;s:22:\"hebrew-calendar-m1-gen\";i:3354;s:22:\"hebrew-calendar-m2-gen\";i:3355;s:22:\"hebrew-calendar-m3-gen\";i:3356;s:22:\"hebrew-calendar-m4-gen\";i:3357;s:22:\"hebrew-calendar-m5-gen\";i:3358;s:22:\"hebrew-calendar-m6-gen\";i:3359;s:23:\"hebrew-calendar-m6a-gen\";i:3360;s:23:\"hebrew-calendar-m6b-gen\";i:3361;s:22:\"hebrew-calendar-m7-gen\";i:3362;s:22:\"hebrew-calendar-m8-gen\";i:3363;s:22:\"hebrew-calendar-m9-gen\";i:3364;s:23:\"hebrew-calendar-m10-gen\";i:3365;s:23:\"hebrew-calendar-m11-gen\";i:3366;s:23:\"hebrew-calendar-m12-gen\";i:3367;s:14:\"signature-temp\";i:3368;s:12:\"timezone-utc\";i:3369;s:14:\"timezone-local\";i:3370;s:21:\"duplicate-defaultsort\";i:3371;s:22:\"duplicate-displaytitle\";i:3372;s:23:\"restricted-displaytitle\";i:3373;s:22:\"invalid-indicator-name\";i:3374;s:25:\"invalid-langconvert-attrs\";i:3375;s:7:\"version\";i:3376;s:18:\"version-extensions\";i:3377;s:13:\"version-skins\";i:3378;s:20:\"version-specialpages\";i:3379;s:19:\"version-parserhooks\";i:3380;s:17:\"version-variables\";i:3381;s:15:\"version-editors\";i:3382;s:16:\"version-antispam\";i:3383;s:11:\"version-api\";i:3384;s:13:\"version-other\";i:3385;s:21:\"version-mediahandlers\";i:3386;s:13:\"version-hooks\";i:3387;s:28:\"version-parser-extensiontags\";i:3388;s:29:\"version-parser-function-hooks\";i:3389;s:17:\"version-hook-name\";i:3390;s:25:\"version-hook-subscribedby\";i:3391;s:19:\"version-no-ext-name\";i:3392;s:15:\"version-license\";i:3393;s:19:\"version-ext-license\";i:3394;s:26:\"version-ext-colheader-name\";i:3395;s:27:\"version-skin-colheader-name\";i:3396;s:29:\"version-ext-colheader-version\";i:3397;s:29:\"version-ext-colheader-license\";i:3398;s:33:\"version-ext-colheader-description\";i:3399;s:29:\"version-ext-colheader-credits\";i:3400;s:21:\"version-license-title\";i:3401;s:25:\"version-license-not-found\";i:3402;s:21:\"version-credits-title\";i:3403;s:25:\"version-credits-not-found\";i:3404;s:25:\"version-poweredby-credits\";i:3405;s:24:\"version-poweredby-others\";i:3406;s:29:\"version-poweredby-translators\";i:3407;s:25:\"version-poweredby-various\";i:3408;s:23:\"version-credits-summary\";i:3409;s:20:\"version-license-info\";i:3410;s:16:\"version-software\";i:3411;s:24:\"version-software-product\";i:3412;s:24:\"version-software-version\";i:3413;s:19:\"version-entrypoints\";i:3414;s:37:\"version-entrypoints-header-entrypoint\";i:3415;s:30:\"version-entrypoints-header-url\";i:3416;s:31:\"version-entrypoints-articlepath\";i:3417;s:30:\"version-entrypoints-scriptpath\";i:3418;s:17:\"version-libraries\";i:3419;s:25:\"version-libraries-library\";i:3420;s:25:\"version-libraries-version\";i:3421;s:25:\"version-libraries-license\";i:3422;s:29:\"version-libraries-description\";i:3423;s:25:\"version-libraries-authors\";i:3424;s:8:\"redirect\";i:3425;s:16:\"redirect-summary\";i:3426;s:14:\"redirect-logid\";i:3427;s:19:\"redirect-not-exists\";i:3428;s:20:\"redirect-not-numeric\";i:3429;s:19:\"fileduplicatesearch\";i:3430;s:27:\"fileduplicatesearch-summary\";i:3431;s:24:\"fileduplicatesearch-info\";i:3432;s:28:\"fileduplicatesearch-result-1\";i:3433;s:28:\"fileduplicatesearch-result-n\";i:3434;s:29:\"fileduplicatesearch-noresults\";i:3435;s:21:\"specialpages-note-top\";i:3436;s:28:\"specialpages-note-restricted\";i:3437;s:30:\"specialpages-group-maintenance\";i:3438;s:24:\"specialpages-group-other\";i:3439;s:26:\"specialpages-group-changes\";i:3440;s:24:\"specialpages-group-media\";i:3441;s:24:\"specialpages-group-users\";i:3442;s:26:\"specialpages-group-highuse\";i:3443;s:24:\"specialpages-group-pages\";i:3444;s:28:\"specialpages-group-pagetools\";i:3445;s:23:\"specialpages-group-wiki\";i:3446;s:28:\"specialpages-group-redirects\";i:3447;s:23:\"specialpages-group-spam\";i:3448;s:28:\"specialpages-group-developer\";i:3449;s:9:\"blankpage\";i:3450;s:22:\"intentionallyblankpage\";i:3451;s:28:\"disabledspecialpage-disabled\";i:3452;s:24:\"external_image_whitelist\";i:3453;s:4:\"tags\";i:3454;s:10:\"tag-filter\";i:3455;s:17:\"tag-filter-submit\";i:3456;s:10:\"tag-hidden\";i:3457;s:25:\"tag-mw-contentmodelchange\";i:3458;s:37:\"tag-mw-contentmodelchange-description\";i:3459;s:19:\"tag-mw-new-redirect\";i:3460;s:31:\"tag-mw-new-redirect-description\";i:3461;s:23:\"tag-mw-removed-redirect\";i:3462;s:35:\"tag-mw-removed-redirect-description\";i:3463;s:30:\"tag-mw-changed-redirect-target\";i:3464;s:42:\"tag-mw-changed-redirect-target-description\";i:3465;s:12:\"tag-mw-blank\";i:3466;s:24:\"tag-mw-blank-description\";i:3467;s:14:\"tag-mw-replace\";i:3468;s:26:\"tag-mw-replace-description\";i:3469;s:15:\"tag-mw-rollback\";i:3470;s:27:\"tag-mw-rollback-description\";i:3471;s:11:\"tag-mw-undo\";i:3472;s:23:\"tag-mw-undo-description\";i:3473;s:20:\"tag-mw-manual-revert\";i:3474;s:32:\"tag-mw-manual-revert-description\";i:3475;s:15:\"tag-mw-reverted\";i:3476;s:27:\"tag-mw-reverted-description\";i:3477;s:25:\"tag-mw-server-side-upload\";i:3478;s:37:\"tag-mw-server-side-upload-description\";i:3479;s:10:\"tags-title\";i:3480;s:10:\"tags-intro\";i:3481;s:8:\"tags-tag\";i:3482;s:19:\"tags-display-header\";i:3483;s:23:\"tags-description-header\";i:3484;s:18:\"tags-source-header\";i:3485;s:18:\"tags-active-header\";i:3486;s:20:\"tags-hitcount-header\";i:3487;s:19:\"tags-actions-header\";i:3488;s:21:\"tags-source-extension\";i:3489;s:18:\"tags-source-manual\";i:3490;s:16:\"tags-source-none\";i:3491;s:11:\"tags-hidden\";i:3492;s:9:\"tags-edit\";i:3493;s:11:\"tags-delete\";i:3494;s:13:\"tags-activate\";i:3495;s:15:\"tags-deactivate\";i:3496;s:13:\"tags-hitcount\";i:3497;s:25:\"tags-manage-no-permission\";i:3498;s:19:\"tags-manage-blocked\";i:3499;s:19:\"tags-create-heading\";i:3500;s:23:\"tags-create-explanation\";i:3501;s:20:\"tags-create-tag-name\";i:3502;s:18:\"tags-create-reason\";i:3503;s:18:\"tags-create-submit\";i:3504;s:19:\"tags-create-no-name\";i:3505;s:25:\"tags-create-invalid-chars\";i:3506;s:31:\"tags-create-invalid-title-chars\";i:3507;s:26:\"tags-create-already-exists\";i:3508;s:26:\"tags-create-warnings-above\";i:3509;s:26:\"tags-create-warnings-below\";i:3510;s:17:\"tags-delete-title\";i:3511;s:31:\"tags-delete-explanation-initial\";i:3512;s:30:\"tags-delete-explanation-in-use\";i:3513;s:31:\"tags-delete-explanation-warning\";i:3514;s:30:\"tags-delete-explanation-active\";i:3515;s:18:\"tags-delete-reason\";i:3516;s:18:\"tags-delete-submit\";i:3517;s:23:\"tags-delete-not-allowed\";i:3518;s:21:\"tags-delete-not-found\";i:3519;s:25:\"tags-delete-too-many-uses\";i:3520;s:33:\"tags-delete-warnings-after-delete\";i:3521;s:25:\"tags-delete-no-permission\";i:3522;s:19:\"tags-activate-title\";i:3523;s:22:\"tags-activate-question\";i:3524;s:20:\"tags-activate-reason\";i:3525;s:25:\"tags-activate-not-allowed\";i:3526;s:23:\"tags-activate-not-found\";i:3527;s:20:\"tags-activate-submit\";i:3528;s:21:\"tags-deactivate-title\";i:3529;s:24:\"tags-deactivate-question\";i:3530;s:22:\"tags-deactivate-reason\";i:3531;s:27:\"tags-deactivate-not-allowed\";i:3532;s:22:\"tags-deactivate-submit\";i:3533;s:24:\"tags-apply-no-permission\";i:3534;s:18:\"tags-apply-blocked\";i:3535;s:26:\"tags-apply-not-allowed-one\";i:3536;s:28:\"tags-apply-not-allowed-multi\";i:3537;s:25:\"tags-update-no-permission\";i:3538;s:19:\"tags-update-blocked\";i:3539;s:31:\"tags-update-add-not-allowed-one\";i:3540;s:33:\"tags-update-add-not-allowed-multi\";i:3541;s:34:\"tags-update-remove-not-allowed-one\";i:3542;s:36:\"tags-update-remove-not-allowed-multi\";i:3543;s:15:\"tags-edit-title\";i:3544;s:21:\"tags-edit-manage-link\";i:3545;s:27:\"tags-edit-revision-selected\";i:3546;s:27:\"tags-edit-logentry-selected\";i:3547;s:25:\"tags-edit-revision-legend\";i:3548;s:25:\"tags-edit-logentry-legend\";i:3549;s:23:\"tags-edit-existing-tags\";i:3550;s:28:\"tags-edit-existing-tags-none\";i:3551;s:18:\"tags-edit-new-tags\";i:3552;s:13:\"tags-edit-add\";i:3553;s:16:\"tags-edit-remove\";i:3554;s:25:\"tags-edit-remove-all-tags\";i:3555;s:28:\"tags-edit-chosen-placeholder\";i:3556;s:27:\"tags-edit-chosen-no-results\";i:3557;s:16:\"tags-edit-reason\";i:3558;s:25:\"tags-edit-revision-submit\";i:3559;s:25:\"tags-edit-logentry-submit\";i:3560;s:17:\"tags-edit-success\";i:3561;s:17:\"tags-edit-failure\";i:3562;s:23:\"tags-edit-nooldid-title\";i:3563;s:22:\"tags-edit-nooldid-text\";i:3564;s:23:\"tags-edit-none-selected\";i:3565;s:12:\"comparepages\";i:3566;s:13:\"compare-page1\";i:3567;s:13:\"compare-page2\";i:3568;s:12:\"compare-rev1\";i:3569;s:12:\"compare-rev2\";i:3570;s:14:\"compare-submit\";i:3571;s:27:\"compare-revision-not-exists\";i:3572;s:9:\"diff-form\";i:3573;s:15:\"diff-form-oldid\";i:3574;s:15:\"diff-form-revid\";i:3575;s:16:\"diff-form-submit\";i:3576;s:21:\"diff-form-other-revid\";i:3577;s:21:\"diff-form-error-revid\";i:3578;s:13:\"permanentlink\";i:3579;s:19:\"permanentlink-revid\";i:3580;s:20:\"permanentlink-submit\";i:3581;s:10:\"newsection\";i:3582;s:15:\"newsection-page\";i:3583;s:17:\"newsection-submit\";i:3584;s:8:\"editpage\";i:3585;s:20:\"specialeditpage-page\";i:3586;s:22:\"specialeditpage-submit\";i:3587;s:10:\"deletepage\";i:3588;s:22:\"specialdeletepage-page\";i:3589;s:24:\"specialdeletepage-submit\";i:3590;s:8:\"pageinfo\";i:3591;s:20:\"specialpageinfo-page\";i:3592;s:22:\"specialpageinfo-submit\";i:3593;s:11:\"pagehistory\";i:3594;s:23:\"specialpagehistory-page\";i:3595;s:25:\"specialpagehistory-submit\";i:3596;s:11:\"protectpage\";i:3597;s:23:\"specialprotectpage-page\";i:3598;s:25:\"specialprotectpage-submit\";i:3599;s:5:\"purge\";i:3600;s:17:\"specialpurge-page\";i:3601;s:19:\"specialpurge-submit\";i:3602;s:14:\"dberr-problems\";i:3603;s:11:\"dberr-again\";i:3604;s:10:\"dberr-info\";i:3605;s:17:\"dberr-info-hidden\";i:3606;s:22:\"htmlform-invalid-input\";i:3607;s:25:\"htmlform-select-badoption\";i:3608;s:20:\"htmlform-int-invalid\";i:3609;s:22:\"htmlform-float-invalid\";i:3610;s:19:\"htmlform-int-toolow\";i:3611;s:20:\"htmlform-int-toohigh\";i:3612;s:28:\"htmlform-multiselect-toomany\";i:3613;s:17:\"htmlform-required\";i:3614;s:15:\"htmlform-submit\";i:3615;s:14:\"htmlform-reset\";i:3616;s:28:\"htmlform-selectorother-other\";i:3617;s:27:\"htmlform-chosen-placeholder\";i:3618;s:22:\"htmlform-cloner-create\";i:3619;s:22:\"htmlform-cloner-delete\";i:3620;s:24:\"htmlform-cloner-required\";i:3621;s:25:\"htmlform-date-placeholder\";i:3622;s:25:\"htmlform-time-placeholder\";i:3623;s:29:\"htmlform-datetime-placeholder\";i:3624;s:21:\"htmlform-date-invalid\";i:3625;s:21:\"htmlform-time-invalid\";i:3626;s:25:\"htmlform-datetime-invalid\";i:3627;s:20:\"htmlform-date-toolow\";i:3628;s:21:\"htmlform-date-toohigh\";i:3629;s:20:\"htmlform-time-toolow\";i:3630;s:21:\"htmlform-time-toohigh\";i:3631;s:24:\"htmlform-datetime-toolow\";i:3632;s:25:\"htmlform-datetime-toohigh\";i:3633;s:27:\"htmlform-title-badnamespace\";i:3634;s:28:\"htmlform-title-not-creatable\";i:3635;s:25:\"htmlform-title-not-exists\";i:3636;s:24:\"htmlform-title-interwiki\";i:3637;s:24:\"htmlform-user-not-exists\";i:3638;s:23:\"htmlform-user-not-valid\";i:3639;s:24:\"htmlform-tag-not-allowed\";i:3640;s:22:\"logentry-delete-delete\";i:3641;s:28:\"logentry-delete-delete_redir\";i:3642;s:29:\"logentry-delete-delete_redir2\";i:3643;s:23:\"logentry-delete-restore\";i:3644;s:31:\"logentry-delete-restore-nocount\";i:3645;s:23:\"restore-count-revisions\";i:3646;s:19:\"restore-count-files\";i:3647;s:21:\"logentry-delete-event\";i:3648;s:24:\"logentry-delete-revision\";i:3649;s:28:\"logentry-delete-event-legacy\";i:3650;s:31:\"logentry-delete-revision-legacy\";i:3651;s:24:\"logentry-suppress-delete\";i:3652;s:23:\"logentry-suppress-event\";i:3653;s:26:\"logentry-suppress-revision\";i:3654;s:30:\"logentry-suppress-event-legacy\";i:3655;s:33:\"logentry-suppress-revision-legacy\";i:3656;s:21:\"revdelete-content-hid\";i:3657;s:21:\"revdelete-summary-hid\";i:3658;s:19:\"revdelete-uname-hid\";i:3659;s:23:\"revdelete-content-unhid\";i:3660;s:23:\"revdelete-summary-unhid\";i:3661;s:21:\"revdelete-uname-unhid\";i:3662;s:20:\"revdelete-restricted\";i:3663;s:22:\"revdelete-unrestricted\";i:3664;s:20:\"logentry-block-block\";i:3665;s:22:\"logentry-block-unblock\";i:3666;s:22:\"logentry-block-reblock\";i:3667;s:32:\"logentry-partialblock-block-page\";i:3668;s:30:\"logentry-partialblock-block-ns\";i:3669;s:34:\"logentry-partialblock-block-action\";i:3670;s:27:\"logentry-partialblock-block\";i:3671;s:29:\"logentry-partialblock-reblock\";i:3672;s:32:\"logentry-non-editing-block-block\";i:3673;s:34:\"logentry-non-editing-block-reblock\";i:3674;s:23:\"logentry-suppress-block\";i:3675;s:25:\"logentry-suppress-reblock\";i:3676;s:22:\"logentry-import-upload\";i:3677;s:30:\"logentry-import-upload-details\";i:3678;s:25:\"logentry-import-interwiki\";i:3679;s:33:\"logentry-import-interwiki-details\";i:3680;s:20:\"logentry-merge-merge\";i:3681;s:18:\"logentry-move-move\";i:3682;s:29:\"logentry-move-move-noredirect\";i:3683;s:24:\"logentry-move-move_redir\";i:3684;s:35:\"logentry-move-move_redir-noredirect\";i:3685;s:22:\"logentry-patrol-patrol\";i:3686;s:27:\"logentry-patrol-patrol-auto\";i:3687;s:26:\"logentry-newusers-newusers\";i:3688;s:24:\"logentry-newusers-create\";i:3689;s:25:\"logentry-newusers-create2\";i:3690;s:25:\"logentry-newusers-byemail\";i:3691;s:28:\"logentry-newusers-autocreate\";i:3692;s:26:\"logentry-protect-move_prot\";i:3693;s:26:\"logentry-protect-unprotect\";i:3694;s:24:\"logentry-protect-protect\";i:3695;s:32:\"logentry-protect-protect-cascade\";i:3696;s:23:\"logentry-protect-modify\";i:3697;s:31:\"logentry-protect-modify-cascade\";i:3698;s:22:\"logentry-rights-rights\";i:3699;s:29:\"logentry-rights-rights-legacy\";i:3700;s:27:\"logentry-rights-autopromote\";i:3701;s:22:\"logentry-upload-upload\";i:3702;s:25:\"logentry-upload-overwrite\";i:3703;s:22:\"logentry-upload-revert\";i:3704;s:19:\"log-name-managetags\";i:3705;s:26:\"log-description-managetags\";i:3706;s:26:\"logentry-managetags-create\";i:3707;s:26:\"logentry-managetags-delete\";i:3708;s:28:\"logentry-managetags-activate\";i:3709;s:30:\"logentry-managetags-deactivate\";i:3710;s:12:\"log-name-tag\";i:3711;s:19:\"log-description-tag\";i:3712;s:32:\"logentry-tag-update-add-revision\";i:3713;s:32:\"logentry-tag-update-add-logentry\";i:3714;s:35:\"logentry-tag-update-remove-revision\";i:3715;s:35:\"logentry-tag-update-remove-logentry\";i:3716;s:28:\"logentry-tag-update-revision\";i:3717;s:28:\"logentry-tag-update-logentry\";i:3718;s:10:\"rightsnone\";i:3719;s:30:\"rightslogentry-temporary-group\";i:3720;s:15:\"feedback-adding\";i:3721;s:13:\"feedback-back\";i:3722;s:17:\"feedback-bugcheck\";i:3723;s:15:\"feedback-bugnew\";i:3724;s:18:\"feedback-bugornote\";i:3725;s:15:\"feedback-cancel\";i:3726;s:14:\"feedback-close\";i:3727;s:35:\"feedback-external-bug-report-button\";i:3728;s:21:\"feedback-dialog-title\";i:3729;s:21:\"feedback-dialog-intro\";i:3730;s:15:\"feedback-error1\";i:3731;s:15:\"feedback-error4\";i:3732;s:16:\"feedback-message\";i:3733;s:16:\"feedback-subject\";i:3734;s:15:\"feedback-submit\";i:3735;s:14:\"feedback-terms\";i:3736;s:19:\"feedback-termsofuse\";i:3737;s:15:\"feedback-thanks\";i:3738;s:21:\"feedback-thanks-title\";i:3739;s:18:\"feedback-useragent\";i:3740;s:24:\"searchsuggest-containing\";i:3741;s:27:\"search-match-redirect-label\";i:3742;s:26:\"search-match-redirect-help\";i:3743;s:17:\"searchlimit-label\";i:3744;s:16:\"searchlimit-help\";i:3745;s:30:\"api-clientside-error-noconnect\";i:3746;s:25:\"api-clientside-error-http\";i:3747;s:28:\"api-clientside-error-timeout\";i:3748;s:28:\"api-clientside-error-aborted\";i:3749;s:36:\"api-clientside-error-invalidresponse\";i:3750;s:18:\"api-error-badtoken\";i:3751;s:19:\"api-error-emptypage\";i:3752;s:23:\"api-error-publishfailed\";i:3753;s:21:\"api-error-stashfailed\";i:3754;s:25:\"api-error-unknown-warning\";i:3755;s:22:\"api-error-unknownerror\";i:3756;s:16:\"duration-seconds\";i:3757;s:16:\"duration-minutes\";i:3758;s:14:\"duration-hours\";i:3759;s:14:\"duration-weeks\";i:3760;s:14:\"duration-years\";i:3761;s:16:\"duration-decades\";i:3762;s:18:\"duration-centuries\";i:3763;s:18:\"duration-millennia\";i:3764;s:14:\"rotate-comment\";i:3765;s:17:\"limitreport-title\";i:3766;s:19:\"limitreport-cputime\";i:3767;s:25:\"limitreport-cputime-value\";i:3768;s:20:\"limitreport-walltime\";i:3769;s:26:\"limitreport-walltime-value\";i:3770;s:26:\"limitreport-ppvisitednodes\";i:3771;s:32:\"limitreport-ppvisitednodes-value\";i:3772;s:33:\"limitreport-postexpandincludesize\";i:3773;s:39:\"limitreport-postexpandincludesize-value\";i:3774;s:32:\"limitreport-templateargumentsize\";i:3775;s:38:\"limitreport-templateargumentsize-value\";i:3776;s:26:\"limitreport-expansiondepth\";i:3777;s:32:\"limitreport-expansiondepth-value\";i:3778;s:34:\"limitreport-expensivefunctioncount\";i:3779;s:40:\"limitreport-expensivefunctioncount-value\";i:3780;s:25:\"limitreport-unstrip-depth\";i:3781;s:24:\"limitreport-unstrip-size\";i:3782;s:30:\"limitreport-unstrip-size-value\";i:3783;s:15:\"expandtemplates\";i:3784;s:22:\"expand_templates_intro\";i:3785;s:22:\"expand_templates_title\";i:3786;s:22:\"expand_templates_input\";i:3787;s:23:\"expand_templates_output\";i:3788;s:27:\"expand_templates_xml_output\";i:3789;s:28:\"expand_templates_html_output\";i:3790;s:19:\"expand_templates_ok\";i:3791;s:32:\"expand_templates_remove_comments\";i:3792;s:30:\"expand_templates_remove_nowiki\";i:3793;s:29:\"expand_templates_generate_xml\";i:3794;s:33:\"expand_templates_generate_rawhtml\";i:3795;s:24:\"expand_templates_preview\";i:3796;s:34:\"expand_templates_preview_fail_html\";i:3797;s:39:\"expand_templates_preview_fail_html_anon\";i:3798;s:30:\"expand_templates_input_missing\";i:3799;s:12:\"pagelanguage\";i:3800;s:13:\"pagelang-name\";i:3801;s:17:\"pagelang-language\";i:3802;s:20:\"pagelang-use-default\";i:3803;s:20:\"pagelang-select-lang\";i:3804;s:15:\"pagelang-reason\";i:3805;s:15:\"pagelang-submit\";i:3806;s:25:\"pagelang-nonexistent-page\";i:3807;s:27:\"pagelang-unchanged-language\";i:3808;s:35:\"pagelang-unchanged-language-default\";i:3809;s:18:\"pagelang-db-failed\";i:3810;s:14:\"right-pagelang\";i:3811;s:15:\"action-pagelang\";i:3812;s:17:\"log-name-pagelang\";i:3813;s:24:\"log-description-pagelang\";i:3814;s:26:\"logentry-pagelang-pagelang\";i:3815;s:22:\"default-skin-not-found\";i:3816;s:31:\"default-skin-not-found-no-skins\";i:3817;s:34:\"default-skin-not-found-row-enabled\";i:3818;s:35:\"default-skin-not-found-row-disabled\";i:3819;s:15:\"mediastatistics\";i:3820;s:23:\"mediastatistics-summary\";i:3821;s:22:\"mediastatistics-nfiles\";i:3822;s:22:\"mediastatistics-nbytes\";i:3823;s:28:\"mediastatistics-bytespertype\";i:3824;s:24:\"mediastatistics-allbytes\";i:3825;s:30:\"mediastatistics-table-mimetype\";i:3826;s:32:\"mediastatistics-table-extensions\";i:3827;s:27:\"mediastatistics-table-count\";i:3828;s:32:\"mediastatistics-table-totalbytes\";i:3829;s:30:\"mediastatistics-header-unknown\";i:3830;s:29:\"mediastatistics-header-bitmap\";i:3831;s:30:\"mediastatistics-header-drawing\";i:3832;s:28:\"mediastatistics-header-audio\";i:3833;s:28:\"mediastatistics-header-video\";i:3834;s:33:\"mediastatistics-header-multimedia\";i:3835;s:29:\"mediastatistics-header-office\";i:3836;s:27:\"mediastatistics-header-text\";i:3837;s:33:\"mediastatistics-header-executable\";i:3838;s:30:\"mediastatistics-header-archive\";i:3839;s:28:\"mediastatistics-header-total\";i:3840;s:24:\"json-warn-trailing-comma\";i:3841;s:18:\"json-error-unknown\";i:3842;s:16:\"json-error-depth\";i:3843;s:25:\"json-error-state-mismatch\";i:3844;s:20:\"json-error-ctrl-char\";i:3845;s:17:\"json-error-syntax\";i:3846;s:15:\"json-error-utf8\";i:3847;s:32:\"json-error-invalid-property-name\";i:3848;s:16:\"json-error-utf16\";i:3849;s:21:\"headline-anchor-title\";i:3850;s:38:\"special-characters-group-latinextended\";i:3851;s:28:\"special-characters-group-ipa\";i:3852;s:32:\"special-characters-group-symbols\";i:3853;s:38:\"special-characters-group-greekextended\";i:3854;s:39:\"special-characters-group-arabicextended\";i:3855;s:32:\"special-characters-group-persian\";i:3856;s:31:\"special-characters-group-hebrew\";i:3857;s:31:\"special-characters-group-bangla\";i:3858;s:30:\"special-characters-group-tamil\";i:3859;s:31:\"special-characters-group-telugu\";i:3860;s:32:\"special-characters-group-sinhala\";i:3861;s:33:\"special-characters-group-gujarati\";i:3862;s:35:\"special-characters-group-devanagari\";i:3863;s:29:\"special-characters-group-thai\";i:3864;s:28:\"special-characters-group-lao\";i:3865;s:30:\"special-characters-group-khmer\";i:3866;s:43:\"special-characters-group-canadianaboriginal\";i:3867;s:30:\"special-characters-group-runes\";i:3868;s:31:\"special-characters-title-endash\";i:3869;s:31:\"special-characters-title-emdash\";i:3870;s:30:\"special-characters-title-minus\";i:3871;s:22:\"mw-widgets-abandonedit\";i:3872;s:30:\"mw-widgets-abandonedit-discard\";i:3873;s:27:\"mw-widgets-abandonedit-keep\";i:3874;s:28:\"mw-widgets-abandonedit-title\";i:3875;s:30:\"mw-widgets-copytextlayout-copy\";i:3876;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3877;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3878;s:28:\"mw-widgets-dateinput-no-date\";i:3879;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3880;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3881;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3882;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3883;s:32:\"mw-widgets-mediasearch-noresults\";i:3884;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3885;s:27:\"mw-widgets-table-row-delete\";i:3886;s:42:\"mw-widgets-titleinput-description-new-page\";i:3887;s:42:\"mw-widgets-titleinput-description-redirect\";i:3888;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3889;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3890;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3891;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3892;s:15:\"date-range-from\";i:3893;s:13:\"date-range-to\";i:3894;s:18:\"sessionmanager-tie\";i:3895;s:23:\"sessionprovider-generic\";i:3896;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3897;s:25:\"sessionprovider-nocookies\";i:3898;s:14:\"randomrootpage\";i:3899;s:23:\"log-action-filter-block\";i:3900;s:30:\"log-action-filter-contentmodel\";i:3901;s:24:\"log-action-filter-delete\";i:3902;s:24:\"log-action-filter-import\";i:3903;s:28:\"log-action-filter-managetags\";i:3904;s:22:\"log-action-filter-move\";i:3905;s:26:\"log-action-filter-newusers\";i:3906;s:24:\"log-action-filter-patrol\";i:3907;s:25:\"log-action-filter-protect\";i:3908;s:24:\"log-action-filter-rights\";i:3909;s:26:\"log-action-filter-suppress\";i:3910;s:24:\"log-action-filter-upload\";i:3911;s:21:\"log-action-filter-all\";i:3912;s:29:\"log-action-filter-block-block\";i:3913;s:31:\"log-action-filter-block-reblock\";i:3914;s:31:\"log-action-filter-block-unblock\";i:3915;s:37:\"log-action-filter-contentmodel-change\";i:3916;s:34:\"log-action-filter-contentmodel-new\";i:3917;s:31:\"log-action-filter-delete-delete\";i:3918;s:37:\"log-action-filter-delete-delete_redir\";i:3919;s:38:\"log-action-filter-delete-delete_redir2\";i:3920;s:32:\"log-action-filter-delete-restore\";i:3921;s:30:\"log-action-filter-delete-event\";i:3922;s:33:\"log-action-filter-delete-revision\";i:3923;s:34:\"log-action-filter-import-interwiki\";i:3924;s:31:\"log-action-filter-import-upload\";i:3925;s:35:\"log-action-filter-managetags-create\";i:3926;s:35:\"log-action-filter-managetags-delete\";i:3927;s:37:\"log-action-filter-managetags-activate\";i:3928;s:39:\"log-action-filter-managetags-deactivate\";i:3929;s:27:\"log-action-filter-move-move\";i:3930;s:33:\"log-action-filter-move-move_redir\";i:3931;s:33:\"log-action-filter-newusers-create\";i:3932;s:34:\"log-action-filter-newusers-create2\";i:3933;s:37:\"log-action-filter-newusers-autocreate\";i:3934;s:34:\"log-action-filter-newusers-byemail\";i:3935;s:31:\"log-action-filter-patrol-patrol\";i:3936;s:35:\"log-action-filter-patrol-autopatrol\";i:3937;s:33:\"log-action-filter-protect-protect\";i:3938;s:32:\"log-action-filter-protect-modify\";i:3939;s:35:\"log-action-filter-protect-unprotect\";i:3940;s:35:\"log-action-filter-protect-move_prot\";i:3941;s:31:\"log-action-filter-rights-rights\";i:3942;s:36:\"log-action-filter-rights-autopromote\";i:3943;s:32:\"log-action-filter-suppress-event\";i:3944;s:35:\"log-action-filter-suppress-revision\";i:3945;s:33:\"log-action-filter-suppress-delete\";i:3946;s:32:\"log-action-filter-suppress-block\";i:3947;s:34:\"log-action-filter-suppress-reblock\";i:3948;s:31:\"log-action-filter-upload-upload\";i:3949;s:34:\"log-action-filter-upload-overwrite\";i:3950;s:31:\"log-action-filter-upload-revert\";i:3951;s:33:\"authmanager-authn-not-in-progress\";i:3952;s:28:\"authmanager-authn-no-primary\";i:3953;s:31:\"authmanager-authn-no-local-user\";i:3954;s:36:\"authmanager-authn-no-local-user-link\";i:3955;s:35:\"authmanager-authn-autocreate-failed\";i:3956;s:32:\"authmanager-change-not-supported\";i:3957;s:27:\"authmanager-create-disabled\";i:3958;s:29:\"authmanager-create-from-login\";i:3959;s:34:\"authmanager-create-not-in-progress\";i:3960;s:29:\"authmanager-create-no-primary\";i:3961;s:27:\"authmanager-link-no-primary\";i:3962;s:32:\"authmanager-link-not-in-progress\";i:3963;s:29:\"authmanager-autocreate-noperm\";i:3964;s:32:\"authmanager-autocreate-exception\";i:3965;s:28:\"authmanager-userdoesnotexist\";i:3966;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3967;s:25:\"authmanager-username-help\";i:3968;s:25:\"authmanager-password-help\";i:3969;s:23:\"authmanager-domain-help\";i:3970;s:23:\"authmanager-retype-help\";i:3971;s:23:\"authmanager-email-label\";i:3972;s:22:\"authmanager-email-help\";i:3973;s:26:\"authmanager-realname-label\";i:3974;s:25:\"authmanager-realname-help\";i:3975;s:29:\"authmanager-provider-password\";i:3976;s:36:\"authmanager-provider-password-domain\";i:3977;s:38:\"authmanager-provider-temporarypassword\";i:3978;s:32:\"authprovider-confirmlink-message\";i:3979;s:31:\"authprovider-confirmlink-option\";i:3980;s:38:\"authprovider-confirmlink-request-label\";i:3981;s:37:\"authprovider-confirmlink-success-line\";i:3982;s:36:\"authprovider-confirmlink-failed-line\";i:3983;s:31:\"authprovider-confirmlink-failed\";i:3984;s:32:\"authprovider-confirmlink-ok-help\";i:3985;s:33:\"authprovider-resetpass-skip-label\";i:3986;s:32:\"authprovider-resetpass-skip-help\";i:3987;s:24:\"authform-nosession-login\";i:3988;s:25:\"authform-nosession-signup\";i:3989;s:17:\"authform-newtoken\";i:3990;s:16:\"authform-notoken\";i:3991;s:19:\"authform-wrongtoken\";i:3992;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3993;s:37:\"specialpage-securitylevel-not-allowed\";i:3994;s:21:\"authpage-cannot-login\";i:3995;s:30:\"authpage-cannot-login-continue\";i:3996;s:22:\"authpage-cannot-create\";i:3997;s:31:\"authpage-cannot-create-continue\";i:3998;s:20:\"authpage-cannot-link\";i:3999;s:29:\"authpage-cannot-link-continue\";i:4000;s:28:\"cannotauth-not-allowed-title\";i:4001;s:22:\"cannotauth-not-allowed\";i:4002;s:17:\"changecredentials\";i:4003;s:24:\"changecredentials-submit\";i:4004;s:32:\"changecredentials-invalidsubpage\";i:4005;s:25:\"changecredentials-success\";i:4006;s:17:\"removecredentials\";i:4007;s:24:\"removecredentials-submit\";i:4008;s:32:\"removecredentials-invalidsubpage\";i:4009;s:25:\"removecredentials-success\";i:4010;s:24:\"credentialsform-provider\";i:4011;s:23:\"credentialsform-account\";i:4012;s:28:\"cannotlink-no-provider-title\";i:4013;s:22:\"cannotlink-no-provider\";i:4014;s:12:\"linkaccounts\";i:4015;s:25:\"linkaccounts-success-text\";i:4016;s:19:\"linkaccounts-submit\";i:4017;s:30:\"cannotunlink-no-provider-title\";i:4018;s:24:\"cannotunlink-no-provider\";i:4019;s:14:\"unlinkaccounts\";i:4020;s:22:\"unlinkaccounts-success\";i:4021;s:32:\"authenticationdatachange-ignored\";i:4022;s:14:\"userjsispublic\";i:4023;s:16:\"userjsonispublic\";i:4024;s:15:\"usercssispublic\";i:4025;s:15:\"userjsdangerous\";i:4026;s:23:\"restrictionsfield-badip\";i:4027;s:23:\"restrictionsfield-label\";i:4028;s:22:\"restrictionsfield-help\";i:4029;s:11:\"specialmute\";i:4030;s:19:\"specialmute-success\";i:4031;s:18:\"specialmute-submit\";i:4032;s:28:\"specialmute-label-mute-email\";i:4033;s:18:\"specialmute-header\";i:4034;s:30:\"specialmute-error-invalid-user\";i:4035;s:28:\"specialmute-error-no-options\";i:4036;s:24:\"specialmute-email-footer\";i:4037;s:26:\"specialmute-login-required\";i:4038;s:16:\"mute-preferences\";i:4039;s:5:\"revid\";i:4040;s:6:\"pageid\";i:4041;s:18:\"rawhtml-notallowed\";i:4042;s:13:\"gotointerwiki\";i:4043;s:21:\"gotointerwiki-invalid\";i:4044;s:22:\"gotointerwiki-external\";i:4045;s:17:\"undelete-cantedit\";i:4046;s:19:\"undelete-cantcreate\";i:4047;s:14:\"pagedata-title\";i:4048;s:13:\"pagedata-text\";i:4049;s:23:\"pagedata-not-acceptable\";i:4050;s:18:\"pagedata-bad-title\";i:4051;s:24:\"unregistered-user-config\";i:4052;s:16:\"passwordpolicies\";i:4053;s:24:\"passwordpolicies-summary\";i:4054;s:22:\"passwordpolicies-group\";i:4055;s:25:\"passwordpolicies-policies\";i:4056;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4057;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4058;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4059;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4060;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4061;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4062;s:39:\"passwordpolicies-policyflag-forcechange\";i:4063;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4064;s:27:\"mycustomjsredirectprotected\";i:4065;s:22:\"deflate-invaliddeflate\";i:4066;s:14:\"unprotected-js\";i:4067;s:19:\"userlogout-continue\";i:4068;s:15:\"userlogout-temp\";i:4069;s:22:\"paramvalidator-baduser\";i:4070;s:29:\"paramvalidator-help-type-user\";i:4071;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4072;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4073;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4074;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4075;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4076;s:23:\"paramvalidator-badtitle\";i:4077;s:27:\"paramvalidator-missingtitle\";i:4078;s:30:\"paramvalidator-help-type-title\";i:4079;s:41:\"paramvalidator-help-type-title-must-exist\";i:4080;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4081;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4082;s:18:\"config-missing-key\";i:4083;s:18:\"config-invalid-key\";i:4084;s:21:\"changeslist-nocomment\";i:4085;s:22:\"skin-view-create-local\";i:4086;s:20:\"skin-view-edit-local\";i:4087;s:19:\"skin-action-protect\";i:4088;s:20:\"skin-action-undelete\";i:4089;s:30:\"parsoid-stash-rate-limit-error\";i:4090;s:31:\"parsoid-resource-limit-exceeded\";i:4091;s:20:\"parsoid-client-error\";i:4092;s:22:\"newpages-showhide-bots\";i:4093;s:27:\"newpages-showhide-patrolled\";i:4094;s:26:\"newpages-showhide-redirect\";i:4095;s:28:\"newpages-showhide-registered\";i:4096;s:15:\"exif-imagewidth\";i:4097;s:16:\"exif-imagelength\";i:4098;s:18:\"exif-bitspersample\";i:4099;s:16:\"exif-compression\";i:4100;s:30:\"exif-photometricinterpretation\";i:4101;s:16:\"exif-orientation\";i:4102;s:20:\"exif-samplesperpixel\";i:4103;s:24:\"exif-planarconfiguration\";i:4104;s:21:\"exif-ycbcrsubsampling\";i:4105;s:21:\"exif-ycbcrpositioning\";i:4106;s:16:\"exif-xresolution\";i:4107;s:16:\"exif-yresolution\";i:4108;s:17:\"exif-stripoffsets\";i:4109;s:17:\"exif-rowsperstrip\";i:4110;s:20:\"exif-stripbytecounts\";i:4111;s:26:\"exif-jpeginterchangeformat\";i:4112;s:32:\"exif-jpeginterchangeformatlength\";i:4113;s:15:\"exif-whitepoint\";i:4114;s:26:\"exif-primarychromaticities\";i:4115;s:22:\"exif-ycbcrcoefficients\";i:4116;s:24:\"exif-referenceblackwhite\";i:4117;s:13:\"exif-datetime\";i:4118;s:21:\"exif-imagedescription\";i:4119;s:9:\"exif-make\";i:4120;s:10:\"exif-model\";i:4121;s:13:\"exif-software\";i:4122;s:11:\"exif-artist\";i:4123;s:14:\"exif-copyright\";i:4124;s:16:\"exif-exifversion\";i:4125;s:20:\"exif-flashpixversion\";i:4126;s:15:\"exif-colorspace\";i:4127;s:28:\"exif-componentsconfiguration\";i:4128;s:27:\"exif-compressedbitsperpixel\";i:4129;s:20:\"exif-pixelxdimension\";i:4130;s:20:\"exif-pixelydimension\";i:4131;s:16:\"exif-usercomment\";i:4132;s:21:\"exif-relatedsoundfile\";i:4133;s:21:\"exif-datetimeoriginal\";i:4134;s:22:\"exif-datetimedigitized\";i:4135;s:15:\"exif-subsectime\";i:4136;s:23:\"exif-subsectimeoriginal\";i:4137;s:24:\"exif-subsectimedigitized\";i:4138;s:17:\"exif-exposuretime\";i:4139;s:24:\"exif-exposuretime-format\";i:4140;s:12:\"exif-fnumber\";i:4141;s:20:\"exif-exposureprogram\";i:4142;s:24:\"exif-spectralsensitivity\";i:4143;s:20:\"exif-isospeedratings\";i:4144;s:22:\"exif-shutterspeedvalue\";i:4145;s:18:\"exif-aperturevalue\";i:4146;s:20:\"exif-brightnessvalue\";i:4147;s:22:\"exif-exposurebiasvalue\";i:4148;s:21:\"exif-maxaperturevalue\";i:4149;s:20:\"exif-subjectdistance\";i:4150;s:17:\"exif-meteringmode\";i:4151;s:16:\"exif-lightsource\";i:4152;s:10:\"exif-flash\";i:4153;s:16:\"exif-focallength\";i:4154;s:23:\"exif-focallength-format\";i:4155;s:16:\"exif-subjectarea\";i:4156;s:16:\"exif-flashenergy\";i:4157;s:26:\"exif-focalplanexresolution\";i:4158;s:26:\"exif-focalplaneyresolution\";i:4159;s:29:\"exif-focalplaneresolutionunit\";i:4160;s:20:\"exif-subjectlocation\";i:4161;s:18:\"exif-exposureindex\";i:4162;s:18:\"exif-sensingmethod\";i:4163;s:15:\"exif-filesource\";i:4164;s:14:\"exif-scenetype\";i:4165;s:19:\"exif-customrendered\";i:4166;s:17:\"exif-exposuremode\";i:4167;s:17:\"exif-whitebalance\";i:4168;s:21:\"exif-digitalzoomratio\";i:4169;s:26:\"exif-focallengthin35mmfilm\";i:4170;s:21:\"exif-scenecapturetype\";i:4171;s:16:\"exif-gaincontrol\";i:4172;s:13:\"exif-contrast\";i:4173;s:15:\"exif-saturation\";i:4174;s:14:\"exif-sharpness\";i:4175;s:29:\"exif-devicesettingdescription\";i:4176;s:25:\"exif-subjectdistancerange\";i:4177;s:18:\"exif-imageuniqueid\";i:4178;s:17:\"exif-gpsversionid\";i:4179;s:19:\"exif-gpslatituderef\";i:4180;s:16:\"exif-gpslatitude\";i:4181;s:20:\"exif-gpslongituderef\";i:4182;s:17:\"exif-gpslongitude\";i:4183;s:19:\"exif-gpsaltituderef\";i:4184;s:16:\"exif-gpsaltitude\";i:4185;s:17:\"exif-gpstimestamp\";i:4186;s:18:\"exif-gpssatellites\";i:4187;s:14:\"exif-gpsstatus\";i:4188;s:19:\"exif-gpsmeasuremode\";i:4189;s:11:\"exif-gpsdop\";i:4190;s:16:\"exif-gpsspeedref\";i:4191;s:13:\"exif-gpsspeed\";i:4192;s:16:\"exif-gpstrackref\";i:4193;s:13:\"exif-gpstrack\";i:4194;s:23:\"exif-gpsimgdirectionref\";i:4195;s:20:\"exif-gpsimgdirection\";i:4196;s:16:\"exif-gpsmapdatum\";i:4197;s:23:\"exif-gpsdestlatituderef\";i:4198;s:20:\"exif-gpsdestlatitude\";i:4199;s:24:\"exif-gpsdestlongituderef\";i:4200;s:21:\"exif-gpsdestlongitude\";i:4201;s:22:\"exif-gpsdestbearingref\";i:4202;s:19:\"exif-gpsdestbearing\";i:4203;s:23:\"exif-gpsdestdistanceref\";i:4204;s:20:\"exif-gpsdestdistance\";i:4205;s:24:\"exif-gpsprocessingmethod\";i:4206;s:23:\"exif-gpsareainformation\";i:4207;s:17:\"exif-gpsdatestamp\";i:4208;s:20:\"exif-gpsdifferential\";i:4209;s:20:\"exif-jpegfilecomment\";i:4210;s:13:\"exif-keywords\";i:4211;s:23:\"exif-worldregioncreated\";i:4212;s:19:\"exif-countrycreated\";i:4213;s:23:\"exif-countrycodecreated\";i:4214;s:27:\"exif-provinceorstatecreated\";i:4215;s:16:\"exif-citycreated\";i:4216;s:23:\"exif-sublocationcreated\";i:4217;s:20:\"exif-worldregiondest\";i:4218;s:16:\"exif-countrydest\";i:4219;s:20:\"exif-countrycodedest\";i:4220;s:24:\"exif-provinceorstatedest\";i:4221;s:13:\"exif-citydest\";i:4222;s:20:\"exif-sublocationdest\";i:4223;s:15:\"exif-objectname\";i:4224;s:24:\"exif-specialinstructions\";i:4225;s:13:\"exif-headline\";i:4226;s:11:\"exif-credit\";i:4227;s:11:\"exif-source\";i:4228;s:15:\"exif-editstatus\";i:4229;s:12:\"exif-urgency\";i:4230;s:22:\"exif-fixtureidentifier\";i:4231;s:17:\"exif-locationdest\";i:4232;s:21:\"exif-locationdestcode\";i:4233;s:16:\"exif-objectcycle\";i:4234;s:12:\"exif-contact\";i:4235;s:11:\"exif-writer\";i:4236;s:17:\"exif-languagecode\";i:4237;s:15:\"exif-iimversion\";i:4238;s:16:\"exif-iimcategory\";i:4239;s:28:\"exif-iimsupplementalcategory\";i:4240;s:20:\"exif-datetimeexpires\";i:4241;s:21:\"exif-datetimereleased\";i:4242;s:28:\"exif-originaltransmissionref\";i:4243;s:15:\"exif-identifier\";i:4244;s:9:\"exif-lens\";i:4245;s:17:\"exif-serialnumber\";i:4246;s:20:\"exif-cameraownername\";i:4247;s:10:\"exif-label\";i:4248;s:21:\"exif-datetimemetadata\";i:4249;s:13:\"exif-nickname\";i:4250;s:11:\"exif-rating\";i:4251;s:22:\"exif-rightscertificate\";i:4252;s:16:\"exif-copyrighted\";i:4253;s:19:\"exif-copyrightowner\";i:4254;s:15:\"exif-usageterms\";i:4255;s:17:\"exif-webstatement\";i:4256;s:23:\"exif-originaldocumentid\";i:4257;s:15:\"exif-licenseurl\";i:4258;s:23:\"exif-morepermissionsurl\";i:4259;s:19:\"exif-attributionurl\";i:4260;s:29:\"exif-preferredattributionname\";i:4261;s:19:\"exif-pngfilecomment\";i:4262;s:15:\"exif-disclaimer\";i:4263;s:19:\"exif-contentwarning\";i:4264;s:19:\"exif-giffilecomment\";i:4265;s:22:\"exif-intellectualgenre\";i:4266;s:20:\"exif-subjectnewscode\";i:4267;s:14:\"exif-scenecode\";i:4268;s:10:\"exif-event\";i:4269;s:24:\"exif-organisationinimage\";i:4270;s:18:\"exif-personinimage\";i:4271;s:24:\"exif-originalimageheight\";i:4272;s:23:\"exif-originalimagewidth\";i:4273;s:18:\"exif-compression-1\";i:4274;s:18:\"exif-compression-2\";i:4275;s:18:\"exif-compression-3\";i:4276;s:18:\"exif-compression-4\";i:4277;s:18:\"exif-compression-5\";i:4278;s:18:\"exif-compression-6\";i:4279;s:18:\"exif-compression-7\";i:4280;s:21:\"exif-copyrighted-true\";i:4281;s:22:\"exif-copyrighted-false\";i:4282;s:32:\"exif-photometricinterpretation-0\";i:4283;s:32:\"exif-photometricinterpretation-1\";i:4284;s:32:\"exif-photometricinterpretation-3\";i:4285;s:32:\"exif-photometricinterpretation-4\";i:4286;s:32:\"exif-photometricinterpretation-5\";i:4287;s:32:\"exif-photometricinterpretation-9\";i:4288;s:33:\"exif-photometricinterpretation-10\";i:4289;s:36:\"exif-photometricinterpretation-32803\";i:4290;s:36:\"exif-photometricinterpretation-34892\";i:4291;s:16:\"exif-unknowndate\";i:4292;s:18:\"exif-orientation-1\";i:4293;s:18:\"exif-orientation-2\";i:4294;s:18:\"exif-orientation-3\";i:4295;s:18:\"exif-orientation-4\";i:4296;s:18:\"exif-orientation-5\";i:4297;s:18:\"exif-orientation-6\";i:4298;s:18:\"exif-orientation-7\";i:4299;s:18:\"exif-orientation-8\";i:4300;s:26:\"exif-planarconfiguration-1\";i:4301;s:26:\"exif-planarconfiguration-2\";i:4302;s:19:\"exif-xyresolution-i\";i:4303;s:19:\"exif-xyresolution-c\";i:4304;s:21:\"exif-colorspace-65535\";i:4305;s:30:\"exif-componentsconfiguration-0\";i:4306;s:22:\"exif-exposureprogram-0\";i:4307;s:22:\"exif-exposureprogram-1\";i:4308;s:22:\"exif-exposureprogram-2\";i:4309;s:22:\"exif-exposureprogram-3\";i:4310;s:22:\"exif-exposureprogram-4\";i:4311;s:22:\"exif-exposureprogram-5\";i:4312;s:22:\"exif-exposureprogram-6\";i:4313;s:22:\"exif-exposureprogram-7\";i:4314;s:22:\"exif-exposureprogram-8\";i:4315;s:26:\"exif-subjectdistance-value\";i:4316;s:19:\"exif-meteringmode-0\";i:4317;s:19:\"exif-meteringmode-1\";i:4318;s:19:\"exif-meteringmode-2\";i:4319;s:19:\"exif-meteringmode-3\";i:4320;s:19:\"exif-meteringmode-4\";i:4321;s:19:\"exif-meteringmode-5\";i:4322;s:19:\"exif-meteringmode-6\";i:4323;s:21:\"exif-meteringmode-255\";i:4324;s:18:\"exif-lightsource-0\";i:4325;s:18:\"exif-lightsource-1\";i:4326;s:18:\"exif-lightsource-2\";i:4327;s:18:\"exif-lightsource-3\";i:4328;s:18:\"exif-lightsource-4\";i:4329;s:18:\"exif-lightsource-9\";i:4330;s:19:\"exif-lightsource-10\";i:4331;s:19:\"exif-lightsource-11\";i:4332;s:19:\"exif-lightsource-12\";i:4333;s:19:\"exif-lightsource-13\";i:4334;s:19:\"exif-lightsource-14\";i:4335;s:19:\"exif-lightsource-15\";i:4336;s:19:\"exif-lightsource-17\";i:4337;s:19:\"exif-lightsource-18\";i:4338;s:19:\"exif-lightsource-19\";i:4339;s:19:\"exif-lightsource-24\";i:4340;s:20:\"exif-lightsource-255\";i:4341;s:18:\"exif-flash-fired-0\";i:4342;s:18:\"exif-flash-fired-1\";i:4343;s:19:\"exif-flash-return-0\";i:4344;s:19:\"exif-flash-return-2\";i:4345;s:19:\"exif-flash-return-3\";i:4346;s:17:\"exif-flash-mode-1\";i:4347;s:17:\"exif-flash-mode-2\";i:4348;s:17:\"exif-flash-mode-3\";i:4349;s:21:\"exif-flash-function-1\";i:4350;s:19:\"exif-flash-redeye-1\";i:4351;s:31:\"exif-focalplaneresolutionunit-2\";i:4352;s:20:\"exif-sensingmethod-1\";i:4353;s:20:\"exif-sensingmethod-2\";i:4354;s:20:\"exif-sensingmethod-3\";i:4355;s:20:\"exif-sensingmethod-4\";i:4356;s:20:\"exif-sensingmethod-5\";i:4357;s:20:\"exif-sensingmethod-7\";i:4358;s:20:\"exif-sensingmethod-8\";i:4359;s:17:\"exif-filesource-3\";i:4360;s:16:\"exif-scenetype-1\";i:4361;s:21:\"exif-customrendered-0\";i:4362;s:21:\"exif-customrendered-1\";i:4363;s:21:\"exif-customrendered-2\";i:4364;s:21:\"exif-customrendered-3\";i:4365;s:21:\"exif-customrendered-4\";i:4366;s:21:\"exif-customrendered-6\";i:4367;s:21:\"exif-customrendered-7\";i:4368;s:21:\"exif-customrendered-8\";i:4369;s:19:\"exif-exposuremode-0\";i:4370;s:19:\"exif-exposuremode-1\";i:4371;s:19:\"exif-exposuremode-2\";i:4372;s:19:\"exif-whitebalance-0\";i:4373;s:19:\"exif-whitebalance-1\";i:4374;s:23:\"exif-scenecapturetype-0\";i:4375;s:23:\"exif-scenecapturetype-1\";i:4376;s:23:\"exif-scenecapturetype-2\";i:4377;s:23:\"exif-scenecapturetype-3\";i:4378;s:18:\"exif-gaincontrol-0\";i:4379;s:18:\"exif-gaincontrol-1\";i:4380;s:18:\"exif-gaincontrol-2\";i:4381;s:18:\"exif-gaincontrol-3\";i:4382;s:18:\"exif-gaincontrol-4\";i:4383;s:15:\"exif-contrast-0\";i:4384;s:15:\"exif-contrast-1\";i:4385;s:15:\"exif-contrast-2\";i:4386;s:17:\"exif-saturation-0\";i:4387;s:17:\"exif-saturation-1\";i:4388;s:17:\"exif-saturation-2\";i:4389;s:16:\"exif-sharpness-0\";i:4390;s:16:\"exif-sharpness-1\";i:4391;s:16:\"exif-sharpness-2\";i:4392;s:27:\"exif-subjectdistancerange-0\";i:4393;s:27:\"exif-subjectdistancerange-1\";i:4394;s:27:\"exif-subjectdistancerange-2\";i:4395;s:27:\"exif-subjectdistancerange-3\";i:4396;s:18:\"exif-gpslatitude-n\";i:4397;s:18:\"exif-gpslatitude-s\";i:4398;s:19:\"exif-gpslongitude-e\";i:4399;s:19:\"exif-gpslongitude-w\";i:4400;s:31:\"exif-gpsaltitude-above-sealevel\";i:4401;s:31:\"exif-gpsaltitude-below-sealevel\";i:4402;s:16:\"exif-gpsstatus-a\";i:4403;s:16:\"exif-gpsstatus-v\";i:4404;s:21:\"exif-gpsmeasuremode-2\";i:4405;s:21:\"exif-gpsmeasuremode-3\";i:4406;s:15:\"exif-gpsspeed-k\";i:4407;s:15:\"exif-gpsspeed-m\";i:4408;s:15:\"exif-gpsspeed-n\";i:4409;s:22:\"exif-gpsdestdistance-k\";i:4410;s:22:\"exif-gpsdestdistance-m\";i:4411;s:22:\"exif-gpsdestdistance-n\";i:4412;s:21:\"exif-gpsdop-excellent\";i:4413;s:16:\"exif-gpsdop-good\";i:4414;s:20:\"exif-gpsdop-moderate\";i:4415;s:16:\"exif-gpsdop-fair\";i:4416;s:16:\"exif-gpsdop-poor\";i:4417;s:18:\"exif-objectcycle-a\";i:4418;s:18:\"exif-objectcycle-p\";i:4419;s:18:\"exif-objectcycle-b\";i:4420;s:19:\"exif-gpsdirection-t\";i:4421;s:19:\"exif-gpsdirection-m\";i:4422;s:23:\"exif-ycbcrpositioning-1\";i:4423;s:23:\"exif-ycbcrpositioning-2\";i:4424;s:19:\"exif-dc-contributor\";i:4425;s:16:\"exif-dc-coverage\";i:4426;s:12:\"exif-dc-date\";i:4427;s:17:\"exif-dc-publisher\";i:4428;s:16:\"exif-dc-relation\";i:4429;s:14:\"exif-dc-rights\";i:4430;s:14:\"exif-dc-source\";i:4431;s:12:\"exif-dc-type\";i:4432;s:20:\"exif-rating-rejected\";i:4433;s:29:\"exif-isospeedratings-overflow\";i:4434;s:20:\"exif-iimcategory-ace\";i:4435;s:20:\"exif-iimcategory-clj\";i:4436;s:20:\"exif-iimcategory-dis\";i:4437;s:20:\"exif-iimcategory-fin\";i:4438;s:20:\"exif-iimcategory-edu\";i:4439;s:20:\"exif-iimcategory-evn\";i:4440;s:20:\"exif-iimcategory-hth\";i:4441;s:20:\"exif-iimcategory-hum\";i:4442;s:20:\"exif-iimcategory-lab\";i:4443;s:20:\"exif-iimcategory-lif\";i:4444;s:20:\"exif-iimcategory-pol\";i:4445;s:20:\"exif-iimcategory-rel\";i:4446;s:20:\"exif-iimcategory-sci\";i:4447;s:20:\"exif-iimcategory-soi\";i:4448;s:20:\"exif-iimcategory-spo\";i:4449;s:20:\"exif-iimcategory-war\";i:4450;s:20:\"exif-iimcategory-wea\";i:4451;s:19:\"exif-urgency-normal\";i:4452;s:16:\"exif-urgency-low\";i:4453;s:17:\"exif-urgency-high\";i:4454;s:18:\"exif-urgency-other\";i:4455;s:19:\"exif-firstphotodate\";i:4456;s:18:\"exif-lastphotodate\";i:4457;s:19:\"exif-projectiontype\";i:4458;s:35:\"exif-projectiontype-equirectangular\";i:4459;s:22:\"exif-usepanoramaviewer\";i:4460;s:27:\"exif-usepanoramaviewer-true\";i:4461;s:28:\"exif-usepanoramaviewer-false\";i:4462;s:21:\"exif-exposurelockused\";i:4463;s:26:\"exif-exposurelockused-true\";i:4464;s:27:\"exif-exposurelockused-false\";i:4465;s:23:\"exif-poseheadingdegrees\";i:4466;s:21:\"exif-posepitchdegrees\";i:4467;s:20:\"exif-poserolldegrees\";i:4468;s:30:\"exif-initialviewheadingdegrees\";i:4469;s:28:\"exif-initialviewpitchdegrees\";i:4470;s:27:\"exif-initialviewrolldegrees\";i:4471;s:32:\"exif-initialhorizontalfovdegrees\";i:4472;s:30:\"exif-initialverticalfovdegrees\";i:4473;s:22:\"exif-sourcephotoscount\";i:4474;s:32:\"exif-croppedareaimagewidthpixels\";i:4475;s:33:\"exif-croppedareaimageheightpixels\";i:4476;s:24:\"exif-fullpanowidthpixels\";i:4477;s:25:\"exif-fullpanoheightpixels\";i:4478;s:26:\"exif-croppedarealeftpixels\";i:4479;s:25:\"exif-croppedareatoppixels\";i:4480;s:23:\"exif-initialcameradolly\";i:4481;s:22:\"exif-stitchingsoftware\";i:4482;s:33:\"apihelp-main-extended-description\";i:4483;s:25:\"apihelp-main-param-action\";i:4484;s:25:\"apihelp-main-param-format\";i:4485;s:25:\"apihelp-main-param-maxlag\";i:4486;s:26:\"apihelp-main-param-smaxage\";i:4487;s:25:\"apihelp-main-param-maxage\";i:4488;s:25:\"apihelp-main-param-assert\";i:4489;s:29:\"apihelp-main-param-assertuser\";i:4490;s:28:\"apihelp-main-param-requestid\";i:4491;s:27:\"apihelp-main-param-servedby\";i:4492;s:31:\"apihelp-main-param-curtimestamp\";i:4493;s:35:\"apihelp-main-param-responselanginfo\";i:4494;s:25:\"apihelp-main-param-origin\";i:4495;s:26:\"apihelp-main-param-uselang\";i:4496;s:26:\"apihelp-main-param-variant\";i:4497;s:30:\"apihelp-main-param-errorformat\";i:4498;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4499;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4500;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4501;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4502;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4503;s:28:\"apihelp-main-param-errorlang\";i:4504;s:33:\"apihelp-main-param-errorsuselocal\";i:4505;s:21:\"apihelp-block-summary\";i:4506;s:24:\"apihelp-block-param-user\";i:4507;s:26:\"apihelp-block-param-userid\";i:4508;s:26:\"apihelp-block-param-expiry\";i:4509;s:26:\"apihelp-block-param-reason\";i:4510;s:28:\"apihelp-block-param-anononly\";i:4511;s:28:\"apihelp-block-param-nocreate\";i:4512;s:29:\"apihelp-block-param-autoblock\";i:4513;s:27:\"apihelp-block-param-noemail\";i:4514;s:28:\"apihelp-block-param-hidename\";i:4515;s:33:\"apihelp-block-param-allowusertalk\";i:4516;s:27:\"apihelp-block-param-reblock\";i:4517;s:29:\"apihelp-block-param-watchuser\";i:4518;s:35:\"apihelp-block-param-watchlistexpiry\";i:4519;s:24:\"apihelp-block-param-tags\";i:4520;s:27:\"apihelp-block-param-partial\";i:4521;s:36:\"apihelp-block-param-pagerestrictions\";i:4522;s:41:\"apihelp-block-param-namespacerestrictions\";i:4523;s:38:\"apihelp-block-param-actionrestrictions\";i:4524;s:31:\"apihelp-block-example-ip-simple\";i:4525;s:34:\"apihelp-block-example-user-complex\";i:4526;s:40:\"apihelp-changeauthenticationdata-summary\";i:4527;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4528;s:34:\"apihelp-changecontentmodel-summary\";i:4529;s:38:\"apihelp-changecontentmodel-param-title\";i:4530;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4531;s:40:\"apihelp-changecontentmodel-param-summary\";i:4532;s:37:\"apihelp-changecontentmodel-param-tags\";i:4533;s:38:\"apihelp-changecontentmodel-param-model\";i:4534;s:36:\"apihelp-changecontentmodel-param-bot\";i:4535;s:34:\"apihelp-changecontentmodel-example\";i:4536;s:26:\"apihelp-checktoken-summary\";i:4537;s:29:\"apihelp-checktoken-param-type\";i:4538;s:30:\"apihelp-checktoken-param-token\";i:4539;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4540;s:33:\"apihelp-checktoken-example-simple\";i:4541;s:27:\"apihelp-clearhasmsg-summary\";i:4542;s:29:\"apihelp-clearhasmsg-example-1\";i:4543;s:27:\"apihelp-clientlogin-summary\";i:4544;s:33:\"apihelp-clientlogin-example-login\";i:4545;s:34:\"apihelp-clientlogin-example-login2\";i:4546;s:23:\"apihelp-compare-summary\";i:4547;s:36:\"apihelp-compare-extended-description\";i:4548;s:31:\"apihelp-compare-param-fromtitle\";i:4549;s:28:\"apihelp-compare-param-fromid\";i:4550;s:29:\"apihelp-compare-param-fromrev\";i:4551;s:29:\"apihelp-compare-param-frompst\";i:4552;s:31:\"apihelp-compare-param-fromslots\";i:4553;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4554;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4555;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4556;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4557;s:30:\"apihelp-compare-param-fromtext\";i:4558;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4559;s:39:\"apihelp-compare-param-fromcontentformat\";i:4560;s:33:\"apihelp-compare-param-fromsection\";i:4561;s:29:\"apihelp-compare-param-totitle\";i:4562;s:26:\"apihelp-compare-param-toid\";i:4563;s:27:\"apihelp-compare-param-torev\";i:4564;s:32:\"apihelp-compare-param-torelative\";i:4565;s:27:\"apihelp-compare-param-topst\";i:4566;s:29:\"apihelp-compare-param-toslots\";i:4567;s:35:\"apihelp-compare-param-totext-{slot}\";i:4568;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4569;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4570;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4571;s:28:\"apihelp-compare-param-totext\";i:4572;s:36:\"apihelp-compare-param-tocontentmodel\";i:4573;s:37:\"apihelp-compare-param-tocontentformat\";i:4574;s:31:\"apihelp-compare-param-tosection\";i:4575;s:26:\"apihelp-compare-param-prop\";i:4576;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4577;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4578;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4579;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4580;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4581;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4582;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4583;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4584;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4585;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4586;s:30:\"apihelp-compare-param-difftype\";i:4587;s:27:\"apihelp-compare-param-slots\";i:4588;s:25:\"apihelp-compare-example-1\";i:4589;s:29:\"apihelp-createaccount-summary\";i:4590;s:41:\"apihelp-createaccount-param-preservestate\";i:4591;s:36:\"apihelp-createaccount-example-create\";i:4592;s:25:\"apihelp-cspreport-summary\";i:4593;s:34:\"apihelp-cspreport-param-reportonly\";i:4594;s:30:\"apihelp-cspreport-param-source\";i:4595;s:22:\"apihelp-delete-summary\";i:4596;s:26:\"apihelp-delete-param-title\";i:4597;s:27:\"apihelp-delete-param-pageid\";i:4598;s:27:\"apihelp-delete-param-reason\";i:4599;s:25:\"apihelp-delete-param-tags\";i:4600;s:31:\"apihelp-delete-param-deletetalk\";i:4601;s:26:\"apihelp-delete-param-watch\";i:4602;s:30:\"apihelp-delete-param-watchlist\";i:4603;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4604;s:28:\"apihelp-delete-param-unwatch\";i:4605;s:29:\"apihelp-delete-param-oldimage\";i:4606;s:29:\"apihelp-delete-example-simple\";i:4607;s:29:\"apihelp-delete-example-reason\";i:4608;s:24:\"apihelp-disabled-summary\";i:4609;s:20:\"apihelp-edit-summary\";i:4610;s:24:\"apihelp-edit-param-title\";i:4611;s:25:\"apihelp-edit-param-pageid\";i:4612;s:26:\"apihelp-edit-param-section\";i:4613;s:31:\"apihelp-edit-param-sectiontitle\";i:4614;s:23:\"apihelp-edit-param-text\";i:4615;s:26:\"apihelp-edit-param-summary\";i:4616;s:23:\"apihelp-edit-param-tags\";i:4617;s:24:\"apihelp-edit-param-minor\";i:4618;s:27:\"apihelp-edit-param-notminor\";i:4619;s:22:\"apihelp-edit-param-bot\";i:4620;s:28:\"apihelp-edit-param-baserevid\";i:4621;s:32:\"apihelp-edit-param-basetimestamp\";i:4622;s:33:\"apihelp-edit-param-starttimestamp\";i:4623;s:27:\"apihelp-edit-param-recreate\";i:4624;s:29:\"apihelp-edit-param-createonly\";i:4625;s:27:\"apihelp-edit-param-nocreate\";i:4626;s:24:\"apihelp-edit-param-watch\";i:4627;s:26:\"apihelp-edit-param-unwatch\";i:4628;s:28:\"apihelp-edit-param-watchlist\";i:4629;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4630;s:22:\"apihelp-edit-param-md5\";i:4631;s:30:\"apihelp-edit-param-prependtext\";i:4632;s:29:\"apihelp-edit-param-appendtext\";i:4633;s:23:\"apihelp-edit-param-undo\";i:4634;s:28:\"apihelp-edit-param-undoafter\";i:4635;s:27:\"apihelp-edit-param-redirect\";i:4636;s:32:\"apihelp-edit-param-contentformat\";i:4637;s:31:\"apihelp-edit-param-contentmodel\";i:4638;s:24:\"apihelp-edit-param-token\";i:4639;s:25:\"apihelp-edit-example-edit\";i:4640;s:28:\"apihelp-edit-example-prepend\";i:4641;s:25:\"apihelp-edit-example-undo\";i:4642;s:25:\"apihelp-emailuser-summary\";i:4643;s:30:\"apihelp-emailuser-param-target\";i:4644;s:31:\"apihelp-emailuser-param-subject\";i:4645;s:28:\"apihelp-emailuser-param-text\";i:4646;s:28:\"apihelp-emailuser-param-ccme\";i:4647;s:31:\"apihelp-emailuser-example-email\";i:4648;s:31:\"apihelp-expandtemplates-summary\";i:4649;s:35:\"apihelp-expandtemplates-param-title\";i:4650;s:34:\"apihelp-expandtemplates-param-text\";i:4651;s:35:\"apihelp-expandtemplates-param-revid\";i:4652;s:34:\"apihelp-expandtemplates-param-prop\";i:4653;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4654;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4655;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4656;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4657;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4658;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4659;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4660;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4661;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4662;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4663;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4664;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4665;s:38:\"apihelp-expandtemplates-example-simple\";i:4666;s:33:\"apihelp-feedcontributions-summary\";i:4667;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4668;s:36:\"apihelp-feedcontributions-param-user\";i:4669;s:41:\"apihelp-feedcontributions-param-namespace\";i:4670;s:36:\"apihelp-feedcontributions-param-year\";i:4671;s:37:\"apihelp-feedcontributions-param-month\";i:4672;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4673;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4674;s:39:\"apihelp-feedcontributions-param-toponly\";i:4675;s:39:\"apihelp-feedcontributions-param-newonly\";i:4676;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4677;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4678;s:40:\"apihelp-feedcontributions-example-simple\";i:4679;s:33:\"apihelp-feedrecentchanges-summary\";i:4680;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4681;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4682;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4683;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4684;s:36:\"apihelp-feedrecentchanges-param-days\";i:4685;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4686;s:36:\"apihelp-feedrecentchanges-param-from\";i:4687;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4688;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4689;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4690;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4691;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4692;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4693;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4694;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4695;s:38:\"apihelp-feedrecentchanges-param-target\";i:4696;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4697;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4698;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4699;s:29:\"apihelp-feedwatchlist-summary\";i:4700;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4701;s:33:\"apihelp-feedwatchlist-param-hours\";i:4702;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4703;s:37:\"apihelp-feedwatchlist-example-default\";i:4704;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4705;s:26:\"apihelp-filerevert-summary\";i:4706;s:33:\"apihelp-filerevert-param-filename\";i:4707;s:32:\"apihelp-filerevert-param-comment\";i:4708;s:36:\"apihelp-filerevert-param-archivename\";i:4709;s:33:\"apihelp-filerevert-example-revert\";i:4710;s:20:\"apihelp-help-summary\";i:4711;s:26:\"apihelp-help-param-modules\";i:4712;s:29:\"apihelp-help-param-submodules\";i:4713;s:38:\"apihelp-help-param-recursivesubmodules\";i:4714;s:29:\"apihelp-help-param-helpformat\";i:4715;s:23:\"apihelp-help-param-wrap\";i:4716;s:22:\"apihelp-help-param-toc\";i:4717;s:25:\"apihelp-help-example-main\";i:4718;s:31:\"apihelp-help-example-submodules\";i:4719;s:30:\"apihelp-help-example-recursive\";i:4720;s:25:\"apihelp-help-example-help\";i:4721;s:26:\"apihelp-help-example-query\";i:4722;s:27:\"apihelp-imagerotate-summary\";i:4723;s:34:\"apihelp-imagerotate-param-rotation\";i:4724;s:30:\"apihelp-imagerotate-param-tags\";i:4725;s:34:\"apihelp-imagerotate-example-simple\";i:4726;s:37:\"apihelp-imagerotate-example-generator\";i:4727;s:22:\"apihelp-import-summary\";i:4728;s:35:\"apihelp-import-extended-description\";i:4729;s:28:\"apihelp-import-param-summary\";i:4730;s:24:\"apihelp-import-param-xml\";i:4731;s:36:\"apihelp-import-param-interwikiprefix\";i:4732;s:37:\"apihelp-import-param-assignknownusers\";i:4733;s:36:\"apihelp-import-param-interwikisource\";i:4734;s:34:\"apihelp-import-param-interwikipage\";i:4735;s:32:\"apihelp-import-param-fullhistory\";i:4736;s:30:\"apihelp-import-param-templates\";i:4737;s:30:\"apihelp-import-param-namespace\";i:4738;s:29:\"apihelp-import-param-rootpage\";i:4739;s:25:\"apihelp-import-param-tags\";i:4740;s:29:\"apihelp-import-example-import\";i:4741;s:27:\"apihelp-linkaccount-summary\";i:4742;s:32:\"apihelp-linkaccount-example-link\";i:4743;s:21:\"apihelp-login-summary\";i:4744;s:34:\"apihelp-login-extended-description\";i:4745;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4746;s:24:\"apihelp-login-param-name\";i:4747;s:28:\"apihelp-login-param-password\";i:4748;s:26:\"apihelp-login-param-domain\";i:4749;s:25:\"apihelp-login-param-token\";i:4750;s:27:\"apihelp-login-example-login\";i:4751;s:22:\"apihelp-logout-summary\";i:4752;s:29:\"apihelp-logout-example-logout\";i:4753;s:26:\"apihelp-managetags-summary\";i:4754;s:34:\"apihelp-managetags-param-operation\";i:4755;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:4756;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:4757;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:4758;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:4759;s:28:\"apihelp-managetags-param-tag\";i:4760;s:31:\"apihelp-managetags-param-reason\";i:4761;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4762;s:29:\"apihelp-managetags-param-tags\";i:4763;s:33:\"apihelp-managetags-example-create\";i:4764;s:33:\"apihelp-managetags-example-delete\";i:4765;s:35:\"apihelp-managetags-example-activate\";i:4766;s:37:\"apihelp-managetags-example-deactivate\";i:4767;s:28:\"apihelp-mergehistory-summary\";i:4768;s:31:\"apihelp-mergehistory-param-from\";i:4769;s:33:\"apihelp-mergehistory-param-fromid\";i:4770;s:29:\"apihelp-mergehistory-param-to\";i:4771;s:31:\"apihelp-mergehistory-param-toid\";i:4772;s:36:\"apihelp-mergehistory-param-timestamp\";i:4773;s:33:\"apihelp-mergehistory-param-reason\";i:4774;s:34:\"apihelp-mergehistory-example-merge\";i:4775;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4776;s:20:\"apihelp-move-summary\";i:4777;s:23:\"apihelp-move-param-from\";i:4778;s:25:\"apihelp-move-param-fromid\";i:4779;s:21:\"apihelp-move-param-to\";i:4780;s:25:\"apihelp-move-param-reason\";i:4781;s:27:\"apihelp-move-param-movetalk\";i:4782;s:31:\"apihelp-move-param-movesubpages\";i:4783;s:29:\"apihelp-move-param-noredirect\";i:4784;s:24:\"apihelp-move-param-watch\";i:4785;s:26:\"apihelp-move-param-unwatch\";i:4786;s:28:\"apihelp-move-param-watchlist\";i:4787;s:34:\"apihelp-move-param-watchlistexpiry\";i:4788;s:33:\"apihelp-move-param-ignorewarnings\";i:4789;s:23:\"apihelp-move-param-tags\";i:4790;s:25:\"apihelp-move-example-move\";i:4791;s:26:\"apihelp-opensearch-summary\";i:4792;s:31:\"apihelp-opensearch-param-search\";i:4793;s:30:\"apihelp-opensearch-param-limit\";i:4794;s:34:\"apihelp-opensearch-param-namespace\";i:4795;s:32:\"apihelp-opensearch-param-suggest\";i:4796;s:34:\"apihelp-opensearch-param-redirects\";i:4797;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:4798;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:4799;s:41:\"apihelp-opensearch-param-redirects-append\";i:4800;s:31:\"apihelp-opensearch-param-format\";i:4801;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4802;s:29:\"apihelp-opensearch-example-te\";i:4803;s:23:\"apihelp-options-summary\";i:4804;s:36:\"apihelp-options-extended-description\";i:4805;s:27:\"apihelp-options-param-reset\";i:4806;s:32:\"apihelp-options-param-resetkinds\";i:4807;s:28:\"apihelp-options-param-change\";i:4808;s:32:\"apihelp-options-param-optionname\";i:4809;s:33:\"apihelp-options-param-optionvalue\";i:4810;s:29:\"apihelp-options-example-reset\";i:4811;s:30:\"apihelp-options-example-change\";i:4812;s:31:\"apihelp-options-example-complex\";i:4813;s:25:\"apihelp-paraminfo-summary\";i:4814;s:31:\"apihelp-paraminfo-param-modules\";i:4815;s:34:\"apihelp-paraminfo-param-helpformat\";i:4816;s:36:\"apihelp-paraminfo-param-querymodules\";i:4817;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4818;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4819;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4820;s:27:\"apihelp-paraminfo-example-1\";i:4821;s:27:\"apihelp-paraminfo-example-2\";i:4822;s:21:\"apihelp-parse-summary\";i:4823;s:34:\"apihelp-parse-extended-description\";i:4824;s:25:\"apihelp-parse-param-title\";i:4825;s:24:\"apihelp-parse-param-text\";i:4826;s:25:\"apihelp-parse-param-revid\";i:4827;s:27:\"apihelp-parse-param-summary\";i:4828;s:24:\"apihelp-parse-param-page\";i:4829;s:26:\"apihelp-parse-param-pageid\";i:4830;s:29:\"apihelp-parse-param-redirects\";i:4831;s:25:\"apihelp-parse-param-oldid\";i:4832;s:24:\"apihelp-parse-param-prop\";i:4833;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4834;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4835;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4836;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4837;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4838;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4839;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4840;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4841;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4842;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4843;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4844;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4845;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4846;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4847;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4848;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4849;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4850;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4851;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4852;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4853;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4854;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4855;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4856;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4857;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4858;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4859;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4860;s:23:\"apihelp-parse-param-pst\";i:4861;s:27:\"apihelp-parse-param-onlypst\";i:4862;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4863;s:27:\"apihelp-parse-param-section\";i:4864;s:32:\"apihelp-parse-param-sectiontitle\";i:4865;s:38:\"apihelp-parse-param-disablelimitreport\";i:4866;s:29:\"apihelp-parse-param-disablepp\";i:4867;s:38:\"apihelp-parse-param-disableeditsection\";i:4868;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4869;s:36:\"apihelp-parse-param-showstrategykeys\";i:4870;s:31:\"apihelp-parse-param-generatexml\";i:4871;s:27:\"apihelp-parse-param-preview\";i:4872;s:34:\"apihelp-parse-param-sectionpreview\";i:4873;s:30:\"apihelp-parse-param-disabletoc\";i:4874;s:27:\"apihelp-parse-param-useskin\";i:4875;s:33:\"apihelp-parse-param-contentformat\";i:4876;s:32:\"apihelp-parse-param-contentmodel\";i:4877;s:26:\"apihelp-parse-example-page\";i:4878;s:26:\"apihelp-parse-example-text\";i:4879;s:31:\"apihelp-parse-example-texttitle\";i:4880;s:29:\"apihelp-parse-example-summary\";i:4881;s:22:\"apihelp-patrol-summary\";i:4882;s:25:\"apihelp-patrol-param-rcid\";i:4883;s:26:\"apihelp-patrol-param-revid\";i:4884;s:25:\"apihelp-patrol-param-tags\";i:4885;s:27:\"apihelp-patrol-example-rcid\";i:4886;s:28:\"apihelp-patrol-example-revid\";i:4887;s:23:\"apihelp-protect-summary\";i:4888;s:27:\"apihelp-protect-param-title\";i:4889;s:28:\"apihelp-protect-param-pageid\";i:4890;s:33:\"apihelp-protect-param-protections\";i:4891;s:28:\"apihelp-protect-param-expiry\";i:4892;s:28:\"apihelp-protect-param-reason\";i:4893;s:26:\"apihelp-protect-param-tags\";i:4894;s:29:\"apihelp-protect-param-cascade\";i:4895;s:27:\"apihelp-protect-param-watch\";i:4896;s:31:\"apihelp-protect-param-watchlist\";i:4897;s:37:\"apihelp-protect-param-watchlistexpiry\";i:4898;s:31:\"apihelp-protect-example-protect\";i:4899;s:33:\"apihelp-protect-example-unprotect\";i:4900;s:34:\"apihelp-protect-example-unprotect2\";i:4901;s:21:\"apihelp-purge-summary\";i:4902;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4903;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4904;s:28:\"apihelp-purge-example-simple\";i:4905;s:31:\"apihelp-purge-example-generator\";i:4906;s:21:\"apihelp-query-summary\";i:4907;s:34:\"apihelp-query-extended-description\";i:4908;s:24:\"apihelp-query-param-prop\";i:4909;s:24:\"apihelp-query-param-list\";i:4910;s:24:\"apihelp-query-param-meta\";i:4911;s:32:\"apihelp-query-param-indexpageids\";i:4912;s:26:\"apihelp-query-param-export\";i:4913;s:32:\"apihelp-query-param-exportnowrap\";i:4914;s:32:\"apihelp-query-param-exportschema\";i:4915;s:25:\"apihelp-query-param-iwurl\";i:4916;s:31:\"apihelp-query-param-rawcontinue\";i:4917;s:31:\"apihelp-query-example-revisions\";i:4918;s:30:\"apihelp-query-example-allpages\";i:4919;s:35:\"apihelp-query+allcategories-summary\";i:4920;s:38:\"apihelp-query+allcategories-param-from\";i:4921;s:36:\"apihelp-query+allcategories-param-to\";i:4922;s:40:\"apihelp-query+allcategories-param-prefix\";i:4923;s:37:\"apihelp-query+allcategories-param-dir\";i:4924;s:37:\"apihelp-query+allcategories-param-min\";i:4925;s:37:\"apihelp-query+allcategories-param-max\";i:4926;s:39:\"apihelp-query+allcategories-param-limit\";i:4927;s:38:\"apihelp-query+allcategories-param-prop\";i:4928;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4929;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4930;s:40:\"apihelp-query+allcategories-example-size\";i:4931;s:45:\"apihelp-query+allcategories-example-generator\";i:4932;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:4933;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:4934;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:4935;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:4936;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:4937;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:4938;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:4939;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:4940;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:4941;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:4942;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:4943;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:4944;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:4945;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:4946;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:4947;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:4948;s:35:\"apihelp-query+allfileusages-summary\";i:4949;s:38:\"apihelp-query+allfileusages-param-from\";i:4950;s:36:\"apihelp-query+allfileusages-param-to\";i:4951;s:40:\"apihelp-query+allfileusages-param-prefix\";i:4952;s:40:\"apihelp-query+allfileusages-param-unique\";i:4953;s:38:\"apihelp-query+allfileusages-param-prop\";i:4954;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:4955;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:4956;s:39:\"apihelp-query+allfileusages-param-limit\";i:4957;s:37:\"apihelp-query+allfileusages-param-dir\";i:4958;s:37:\"apihelp-query+allfileusages-example-b\";i:4959;s:42:\"apihelp-query+allfileusages-example-unique\";i:4960;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:4961;s:45:\"apihelp-query+allfileusages-example-generator\";i:4962;s:31:\"apihelp-query+allimages-summary\";i:4963;s:34:\"apihelp-query+allimages-param-sort\";i:4964;s:33:\"apihelp-query+allimages-param-dir\";i:4965;s:34:\"apihelp-query+allimages-param-from\";i:4966;s:32:\"apihelp-query+allimages-param-to\";i:4967;s:35:\"apihelp-query+allimages-param-start\";i:4968;s:33:\"apihelp-query+allimages-param-end\";i:4969;s:36:\"apihelp-query+allimages-param-prefix\";i:4970;s:37:\"apihelp-query+allimages-param-minsize\";i:4971;s:37:\"apihelp-query+allimages-param-maxsize\";i:4972;s:34:\"apihelp-query+allimages-param-sha1\";i:4973;s:40:\"apihelp-query+allimages-param-sha1base36\";i:4974;s:34:\"apihelp-query+allimages-param-user\";i:4975;s:40:\"apihelp-query+allimages-param-filterbots\";i:4976;s:34:\"apihelp-query+allimages-param-mime\";i:4977;s:35:\"apihelp-query+allimages-param-limit\";i:4978;s:33:\"apihelp-query+allimages-example-b\";i:4979;s:38:\"apihelp-query+allimages-example-recent\";i:4980;s:41:\"apihelp-query+allimages-example-mimetypes\";i:4981;s:41:\"apihelp-query+allimages-example-generator\";i:4982;s:30:\"apihelp-query+alllinks-summary\";i:4983;s:33:\"apihelp-query+alllinks-param-from\";i:4984;s:31:\"apihelp-query+alllinks-param-to\";i:4985;s:35:\"apihelp-query+alllinks-param-prefix\";i:4986;s:35:\"apihelp-query+alllinks-param-unique\";i:4987;s:33:\"apihelp-query+alllinks-param-prop\";i:4988;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:4989;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:4990;s:38:\"apihelp-query+alllinks-param-namespace\";i:4991;s:34:\"apihelp-query+alllinks-param-limit\";i:4992;s:32:\"apihelp-query+alllinks-param-dir\";i:4993;s:32:\"apihelp-query+alllinks-example-b\";i:4994;s:37:\"apihelp-query+alllinks-example-unique\";i:4995;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:4996;s:40:\"apihelp-query+alllinks-example-generator\";i:4997;s:33:\"apihelp-query+allmessages-summary\";i:4998;s:40:\"apihelp-query+allmessages-param-messages\";i:4999;s:36:\"apihelp-query+allmessages-param-prop\";i:5000;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5001;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5002;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5003;s:36:\"apihelp-query+allmessages-param-args\";i:5004;s:38:\"apihelp-query+allmessages-param-filter\";i:5005;s:42:\"apihelp-query+allmessages-param-customised\";i:5006;s:36:\"apihelp-query+allmessages-param-lang\";i:5007;s:36:\"apihelp-query+allmessages-param-from\";i:5008;s:34:\"apihelp-query+allmessages-param-to\";i:5009;s:37:\"apihelp-query+allmessages-param-title\";i:5010;s:38:\"apihelp-query+allmessages-param-prefix\";i:5011;s:37:\"apihelp-query+allmessages-example-ipb\";i:5012;s:36:\"apihelp-query+allmessages-example-de\";i:5013;s:30:\"apihelp-query+allpages-summary\";i:5014;s:33:\"apihelp-query+allpages-param-from\";i:5015;s:31:\"apihelp-query+allpages-param-to\";i:5016;s:35:\"apihelp-query+allpages-param-prefix\";i:5017;s:38:\"apihelp-query+allpages-param-namespace\";i:5018;s:40:\"apihelp-query+allpages-param-filterredir\";i:5019;s:36:\"apihelp-query+allpages-param-minsize\";i:5020;s:36:\"apihelp-query+allpages-param-maxsize\";i:5021;s:35:\"apihelp-query+allpages-param-prtype\";i:5022;s:36:\"apihelp-query+allpages-param-prlevel\";i:5023;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5024;s:34:\"apihelp-query+allpages-param-limit\";i:5025;s:32:\"apihelp-query+allpages-param-dir\";i:5026;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5027;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5028;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5029;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5030;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5031;s:32:\"apihelp-query+allpages-example-b\";i:5032;s:40:\"apihelp-query+allpages-example-generator\";i:5033;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5034;s:34:\"apihelp-query+allredirects-summary\";i:5035;s:37:\"apihelp-query+allredirects-param-from\";i:5036;s:35:\"apihelp-query+allredirects-param-to\";i:5037;s:39:\"apihelp-query+allredirects-param-prefix\";i:5038;s:39:\"apihelp-query+allredirects-param-unique\";i:5039;s:37:\"apihelp-query+allredirects-param-prop\";i:5040;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5041;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5042;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5043;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5044;s:42:\"apihelp-query+allredirects-param-namespace\";i:5045;s:38:\"apihelp-query+allredirects-param-limit\";i:5046;s:36:\"apihelp-query+allredirects-param-dir\";i:5047;s:36:\"apihelp-query+allredirects-example-b\";i:5048;s:41:\"apihelp-query+allredirects-example-unique\";i:5049;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5050;s:44:\"apihelp-query+allredirects-example-generator\";i:5051;s:34:\"apihelp-query+allrevisions-summary\";i:5052;s:38:\"apihelp-query+allrevisions-param-start\";i:5053;s:36:\"apihelp-query+allrevisions-param-end\";i:5054;s:37:\"apihelp-query+allrevisions-param-user\";i:5055;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5056;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5057;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5058;s:39:\"apihelp-query+allrevisions-example-user\";i:5059;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5060;s:36:\"apihelp-query+mystashedfiles-summary\";i:5061;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5062;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5063;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5064;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5065;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5066;s:38:\"apihelp-query+alltransclusions-summary\";i:5067;s:41:\"apihelp-query+alltransclusions-param-from\";i:5068;s:39:\"apihelp-query+alltransclusions-param-to\";i:5069;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5070;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5071;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5072;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5073;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5074;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5075;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5076;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5077;s:40:\"apihelp-query+alltransclusions-example-b\";i:5078;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5079;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5080;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5081;s:30:\"apihelp-query+allusers-summary\";i:5082;s:33:\"apihelp-query+allusers-param-from\";i:5083;s:31:\"apihelp-query+allusers-param-to\";i:5084;s:35:\"apihelp-query+allusers-param-prefix\";i:5085;s:32:\"apihelp-query+allusers-param-dir\";i:5086;s:34:\"apihelp-query+allusers-param-group\";i:5087;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5088;s:35:\"apihelp-query+allusers-param-rights\";i:5089;s:33:\"apihelp-query+allusers-param-prop\";i:5090;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5091;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5092;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5093;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5094;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5095;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5096;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5097;s:34:\"apihelp-query+allusers-param-limit\";i:5098;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5099;s:40:\"apihelp-query+allusers-param-activeusers\";i:5100;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5101;s:32:\"apihelp-query+allusers-example-y\";i:5102;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5103;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5104;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5105;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5106;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5107;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5108;s:31:\"apihelp-query+backlinks-summary\";i:5109;s:35:\"apihelp-query+backlinks-param-title\";i:5110;s:36:\"apihelp-query+backlinks-param-pageid\";i:5111;s:39:\"apihelp-query+backlinks-param-namespace\";i:5112;s:33:\"apihelp-query+backlinks-param-dir\";i:5113;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5114;s:35:\"apihelp-query+backlinks-param-limit\";i:5115;s:38:\"apihelp-query+backlinks-param-redirect\";i:5116;s:38:\"apihelp-query+backlinks-example-simple\";i:5117;s:41:\"apihelp-query+backlinks-example-generator\";i:5118;s:28:\"apihelp-query+blocks-summary\";i:5119;s:32:\"apihelp-query+blocks-param-start\";i:5120;s:30:\"apihelp-query+blocks-param-end\";i:5121;s:30:\"apihelp-query+blocks-param-ids\";i:5122;s:32:\"apihelp-query+blocks-param-users\";i:5123;s:29:\"apihelp-query+blocks-param-ip\";i:5124;s:32:\"apihelp-query+blocks-param-limit\";i:5125;s:31:\"apihelp-query+blocks-param-prop\";i:5126;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5127;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5128;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5129;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5130;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5131;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5132;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5133;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5134;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5135;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5136;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5137;s:31:\"apihelp-query+blocks-param-show\";i:5138;s:35:\"apihelp-query+blocks-example-simple\";i:5139;s:34:\"apihelp-query+blocks-example-users\";i:5140;s:32:\"apihelp-query+categories-summary\";i:5141;s:35:\"apihelp-query+categories-param-prop\";i:5142;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5143;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5144;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5145;s:35:\"apihelp-query+categories-param-show\";i:5146;s:36:\"apihelp-query+categories-param-limit\";i:5147;s:41:\"apihelp-query+categories-param-categories\";i:5148;s:34:\"apihelp-query+categories-param-dir\";i:5149;s:39:\"apihelp-query+categories-example-simple\";i:5150;s:42:\"apihelp-query+categories-example-generator\";i:5151;s:34:\"apihelp-query+categoryinfo-summary\";i:5152;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5153;s:37:\"apihelp-query+categorymembers-summary\";i:5154;s:41:\"apihelp-query+categorymembers-param-title\";i:5155;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5156;s:40:\"apihelp-query+categorymembers-param-prop\";i:5157;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5158;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5159;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5160;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5161;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5162;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5163;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5164;s:40:\"apihelp-query+categorymembers-param-type\";i:5165;s:41:\"apihelp-query+categorymembers-param-limit\";i:5166;s:40:\"apihelp-query+categorymembers-param-sort\";i:5167;s:39:\"apihelp-query+categorymembers-param-dir\";i:5168;s:41:\"apihelp-query+categorymembers-param-start\";i:5169;s:39:\"apihelp-query+categorymembers-param-end\";i:5170;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5171;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5172;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5173;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5174;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5175;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5176;s:44:\"apihelp-query+categorymembers-example-simple\";i:5177;s:47:\"apihelp-query+categorymembers-example-generator\";i:5178;s:34:\"apihelp-query+contributors-summary\";i:5179;s:38:\"apihelp-query+contributors-param-group\";i:5180;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5181;s:39:\"apihelp-query+contributors-param-rights\";i:5182;s:46:\"apihelp-query+contributors-param-excluderights\";i:5183;s:38:\"apihelp-query+contributors-param-limit\";i:5184;s:41:\"apihelp-query+contributors-example-simple\";i:5185;s:38:\"apihelp-query+deletedrevisions-summary\";i:5186;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5187;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5188;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5189;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5190;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5191;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5192;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5193;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5194;s:33:\"apihelp-query+deletedrevs-summary\";i:5195;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5196;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5197;s:37:\"apihelp-query+deletedrevs-param-start\";i:5198;s:35:\"apihelp-query+deletedrevs-param-end\";i:5199;s:36:\"apihelp-query+deletedrevs-param-from\";i:5200;s:34:\"apihelp-query+deletedrevs-param-to\";i:5201;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5202;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5203;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5204;s:36:\"apihelp-query+deletedrevs-param-user\";i:5205;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5206;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5207;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5208;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5209;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5210;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5211;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5212;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5213;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5214;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5215;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5216;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5217;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5218;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5219;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5220;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5221;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5222;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5223;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5224;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5225;s:30:\"apihelp-query+disabled-summary\";i:5226;s:36:\"apihelp-query+duplicatefiles-summary\";i:5227;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5228;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5229;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5230;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5231;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5232;s:32:\"apihelp-query+embeddedin-summary\";i:5233;s:36:\"apihelp-query+embeddedin-param-title\";i:5234;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5235;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5236;s:34:\"apihelp-query+embeddedin-param-dir\";i:5237;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5238;s:36:\"apihelp-query+embeddedin-param-limit\";i:5239;s:39:\"apihelp-query+embeddedin-example-simple\";i:5240;s:42:\"apihelp-query+embeddedin-example-generator\";i:5241;s:30:\"apihelp-query+extlinks-summary\";i:5242;s:34:\"apihelp-query+extlinks-param-limit\";i:5243;s:37:\"apihelp-query+extlinks-param-protocol\";i:5244;s:34:\"apihelp-query+extlinks-param-query\";i:5245;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5246;s:37:\"apihelp-query+extlinks-example-simple\";i:5247;s:33:\"apihelp-query+exturlusage-summary\";i:5248;s:36:\"apihelp-query+exturlusage-param-prop\";i:5249;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5250;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5251;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5252;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5253;s:37:\"apihelp-query+exturlusage-param-query\";i:5254;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5255;s:37:\"apihelp-query+exturlusage-param-limit\";i:5256;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5257;s:40:\"apihelp-query+exturlusage-example-simple\";i:5258;s:33:\"apihelp-query+filearchive-summary\";i:5259;s:36:\"apihelp-query+filearchive-param-from\";i:5260;s:34:\"apihelp-query+filearchive-param-to\";i:5261;s:38:\"apihelp-query+filearchive-param-prefix\";i:5262;s:37:\"apihelp-query+filearchive-param-limit\";i:5263;s:35:\"apihelp-query+filearchive-param-dir\";i:5264;s:36:\"apihelp-query+filearchive-param-sha1\";i:5265;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5266;s:36:\"apihelp-query+filearchive-param-prop\";i:5267;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5268;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5269;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5270;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5271;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5272;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5273;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5274;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5275;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5276;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5277;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5278;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5279;s:40:\"apihelp-query+filearchive-example-simple\";i:5280;s:34:\"apihelp-query+filerepoinfo-summary\";i:5281;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5282;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5283;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5284;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5285;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5286;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5287;s:31:\"apihelp-query+fileusage-summary\";i:5288;s:34:\"apihelp-query+fileusage-param-prop\";i:5289;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5290;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5291;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5292;s:39:\"apihelp-query+fileusage-param-namespace\";i:5293;s:35:\"apihelp-query+fileusage-param-limit\";i:5294;s:34:\"apihelp-query+fileusage-param-show\";i:5295;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5296;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5297;s:38:\"apihelp-query+fileusage-example-simple\";i:5298;s:41:\"apihelp-query+fileusage-example-generator\";i:5299;s:31:\"apihelp-query+imageinfo-summary\";i:5300;s:34:\"apihelp-query+imageinfo-param-prop\";i:5301;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5302;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5303;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5304;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5305;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5306;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5307;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5308;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5309;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5310;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5311;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5312;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5313;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5314;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5315;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5316;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5317;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5318;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5319;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5320;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5321;s:35:\"apihelp-query+imageinfo-param-limit\";i:5322;s:35:\"apihelp-query+imageinfo-param-start\";i:5323;s:33:\"apihelp-query+imageinfo-param-end\";i:5324;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5325;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5326;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5327;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5328;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5329;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5330;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5331;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5332;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5333;s:38:\"apihelp-query+imageinfo-example-simple\";i:5334;s:37:\"apihelp-query+imageinfo-example-dated\";i:5335;s:28:\"apihelp-query+images-summary\";i:5336;s:32:\"apihelp-query+images-param-limit\";i:5337;s:33:\"apihelp-query+images-param-images\";i:5338;s:30:\"apihelp-query+images-param-dir\";i:5339;s:35:\"apihelp-query+images-example-simple\";i:5340;s:38:\"apihelp-query+images-example-generator\";i:5341;s:32:\"apihelp-query+imageusage-summary\";i:5342;s:36:\"apihelp-query+imageusage-param-title\";i:5343;s:37:\"apihelp-query+imageusage-param-pageid\";i:5344;s:40:\"apihelp-query+imageusage-param-namespace\";i:5345;s:34:\"apihelp-query+imageusage-param-dir\";i:5346;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5347;s:36:\"apihelp-query+imageusage-param-limit\";i:5348;s:39:\"apihelp-query+imageusage-param-redirect\";i:5349;s:39:\"apihelp-query+imageusage-example-simple\";i:5350;s:42:\"apihelp-query+imageusage-example-generator\";i:5351;s:26:\"apihelp-query+info-summary\";i:5352;s:29:\"apihelp-query+info-param-prop\";i:5353;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5354;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5355;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5356;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5357;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5358;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5359;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5360;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5361;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5362;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5363;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5364;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5365;s:36:\"apihelp-query+info-param-testactions\";i:5366;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5367;s:33:\"apihelp-query+info-example-simple\";i:5368;s:37:\"apihelp-query+info-example-protection\";i:5369;s:33:\"apihelp-query+iwbacklinks-summary\";i:5370;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5371;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5372;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5373;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5374;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5375;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5376;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5377;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5378;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5379;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5380;s:29:\"apihelp-query+iwlinks-summary\";i:5381;s:31:\"apihelp-query+iwlinks-param-url\";i:5382;s:32:\"apihelp-query+iwlinks-param-prop\";i:5383;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5384;s:33:\"apihelp-query+iwlinks-param-limit\";i:5385;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5386;s:33:\"apihelp-query+iwlinks-param-title\";i:5387;s:31:\"apihelp-query+iwlinks-param-dir\";i:5388;s:36:\"apihelp-query+iwlinks-example-simple\";i:5389;s:35:\"apihelp-query+langbacklinks-summary\";i:5390;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5391;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5392;s:39:\"apihelp-query+langbacklinks-param-title\";i:5393;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5394;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5395;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5396;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5397;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5398;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5399;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5400;s:31:\"apihelp-query+langlinks-summary\";i:5401;s:35:\"apihelp-query+langlinks-param-limit\";i:5402;s:33:\"apihelp-query+langlinks-param-url\";i:5403;s:34:\"apihelp-query+langlinks-param-prop\";i:5404;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5405;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5406;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5407;s:34:\"apihelp-query+langlinks-param-lang\";i:5408;s:35:\"apihelp-query+langlinks-param-title\";i:5409;s:33:\"apihelp-query+langlinks-param-dir\";i:5410;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5411;s:38:\"apihelp-query+langlinks-example-simple\";i:5412;s:34:\"apihelp-query+languageinfo-summary\";i:5413;s:37:\"apihelp-query+languageinfo-param-prop\";i:5414;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5415;s:41:\"apihelp-query+languageinfo-example-simple\";i:5416;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5417;s:27:\"apihelp-query+links-summary\";i:5418;s:35:\"apihelp-query+links-param-namespace\";i:5419;s:31:\"apihelp-query+links-param-limit\";i:5420;s:32:\"apihelp-query+links-param-titles\";i:5421;s:29:\"apihelp-query+links-param-dir\";i:5422;s:34:\"apihelp-query+links-example-simple\";i:5423;s:37:\"apihelp-query+links-example-generator\";i:5424;s:38:\"apihelp-query+links-example-namespaces\";i:5425;s:31:\"apihelp-query+linkshere-summary\";i:5426;s:34:\"apihelp-query+linkshere-param-prop\";i:5427;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5428;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5429;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5430;s:39:\"apihelp-query+linkshere-param-namespace\";i:5431;s:35:\"apihelp-query+linkshere-param-limit\";i:5432;s:34:\"apihelp-query+linkshere-param-show\";i:5433;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5434;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5435;s:38:\"apihelp-query+linkshere-example-simple\";i:5436;s:41:\"apihelp-query+linkshere-example-generator\";i:5437;s:31:\"apihelp-query+logevents-summary\";i:5438;s:34:\"apihelp-query+logevents-param-prop\";i:5439;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5440;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5441;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5442;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5443;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5444;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5445;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5446;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5447;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5448;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5449;s:34:\"apihelp-query+logevents-param-type\";i:5450;s:36:\"apihelp-query+logevents-param-action\";i:5451;s:35:\"apihelp-query+logevents-param-start\";i:5452;s:33:\"apihelp-query+logevents-param-end\";i:5453;s:34:\"apihelp-query+logevents-param-user\";i:5454;s:35:\"apihelp-query+logevents-param-title\";i:5455;s:39:\"apihelp-query+logevents-param-namespace\";i:5456;s:36:\"apihelp-query+logevents-param-prefix\";i:5457;s:33:\"apihelp-query+logevents-param-tag\";i:5458;s:35:\"apihelp-query+logevents-param-limit\";i:5459;s:38:\"apihelp-query+logevents-example-simple\";i:5460;s:35:\"apihelp-query+pagepropnames-summary\";i:5461;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5462;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5463;s:31:\"apihelp-query+pageprops-summary\";i:5464;s:34:\"apihelp-query+pageprops-param-prop\";i:5465;s:38:\"apihelp-query+pageprops-example-simple\";i:5466;s:35:\"apihelp-query+pageswithprop-summary\";i:5467;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5468;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5469;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5470;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5471;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5472;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5473;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5474;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5475;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5476;s:34:\"apihelp-query+prefixsearch-summary\";i:5477;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5478;s:39:\"apihelp-query+prefixsearch-param-search\";i:5479;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5480;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5481;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5482;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5483;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5484;s:37:\"apihelp-query+protectedtitles-summary\";i:5485;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5486;s:41:\"apihelp-query+protectedtitles-param-level\";i:5487;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5488;s:41:\"apihelp-query+protectedtitles-param-start\";i:5489;s:39:\"apihelp-query+protectedtitles-param-end\";i:5490;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5491;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5492;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5493;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5494;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5495;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5496;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5497;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5498;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5499;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5500;s:31:\"apihelp-query+querypage-summary\";i:5501;s:34:\"apihelp-query+querypage-param-page\";i:5502;s:35:\"apihelp-query+querypage-param-limit\";i:5503;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5504;s:28:\"apihelp-query+random-summary\";i:5505;s:41:\"apihelp-query+random-extended-description\";i:5506;s:36:\"apihelp-query+random-param-namespace\";i:5507;s:32:\"apihelp-query+random-param-limit\";i:5508;s:35:\"apihelp-query+random-param-redirect\";i:5509;s:38:\"apihelp-query+random-param-filterredir\";i:5510;s:35:\"apihelp-query+random-example-simple\";i:5511;s:38:\"apihelp-query+random-example-generator\";i:5512;s:35:\"apihelp-query+recentchanges-summary\";i:5513;s:39:\"apihelp-query+recentchanges-param-start\";i:5514;s:37:\"apihelp-query+recentchanges-param-end\";i:5515;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5516;s:38:\"apihelp-query+recentchanges-param-user\";i:5517;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5518;s:37:\"apihelp-query+recentchanges-param-tag\";i:5519;s:38:\"apihelp-query+recentchanges-param-prop\";i:5520;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5521;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5522;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5523;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5524;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5525;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5526;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5527;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5528;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5529;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5530;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5531;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5532;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5533;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5534;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5535;s:38:\"apihelp-query+recentchanges-param-show\";i:5536;s:39:\"apihelp-query+recentchanges-param-limit\";i:5537;s:38:\"apihelp-query+recentchanges-param-type\";i:5538;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5539;s:39:\"apihelp-query+recentchanges-param-title\";i:5540;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5541;s:42:\"apihelp-query+recentchanges-example-simple\";i:5542;s:45:\"apihelp-query+recentchanges-example-generator\";i:5543;s:31:\"apihelp-query+redirects-summary\";i:5544;s:34:\"apihelp-query+redirects-param-prop\";i:5545;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5546;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5547;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5548;s:39:\"apihelp-query+redirects-param-namespace\";i:5549;s:35:\"apihelp-query+redirects-param-limit\";i:5550;s:34:\"apihelp-query+redirects-param-show\";i:5551;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:5552;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:5553;s:38:\"apihelp-query+redirects-example-simple\";i:5554;s:41:\"apihelp-query+redirects-example-generator\";i:5555;s:31:\"apihelp-query+revisions-summary\";i:5556;s:44:\"apihelp-query+revisions-extended-description\";i:5557;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5558;s:37:\"apihelp-query+revisions-param-startid\";i:5559;s:35:\"apihelp-query+revisions-param-endid\";i:5560;s:35:\"apihelp-query+revisions-param-start\";i:5561;s:33:\"apihelp-query+revisions-param-end\";i:5562;s:34:\"apihelp-query+revisions-param-user\";i:5563;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5564;s:33:\"apihelp-query+revisions-param-tag\";i:5565;s:39:\"apihelp-query+revisions-example-content\";i:5566;s:37:\"apihelp-query+revisions-example-last5\";i:5567;s:38:\"apihelp-query+revisions-example-first5\";i:5568;s:44:\"apihelp-query+revisions-example-first5-after\";i:5569;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5570;s:43:\"apihelp-query+revisions-example-first5-user\";i:5571;s:39:\"apihelp-query+revisions+base-param-prop\";i:5572;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5573;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5574;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5575;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5576;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5577;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5578;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5579;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5580;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5581;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5582;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5583;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5584;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5585;s:40:\"apihelp-query+revisions+base-param-limit\";i:5586;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5587;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5588;s:40:\"apihelp-query+revisions+base-param-parse\";i:5589;s:42:\"apihelp-query+revisions+base-param-section\";i:5590;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5591;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5592;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5593;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5594;s:28:\"apihelp-query+search-summary\";i:5595;s:33:\"apihelp-query+search-param-search\";i:5596;s:36:\"apihelp-query+search-param-namespace\";i:5597;s:31:\"apihelp-query+search-param-what\";i:5598;s:31:\"apihelp-query+search-param-info\";i:5599;s:31:\"apihelp-query+search-param-prop\";i:5600;s:36:\"apihelp-query+search-param-qiprofile\";i:5601;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5602;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5603;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5604;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5605;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5606;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5607;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5608;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5609;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5610;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5611;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5612;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5613;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5614;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5615;s:32:\"apihelp-query+search-param-limit\";i:5616;s:36:\"apihelp-query+search-param-interwiki\";i:5617;s:34:\"apihelp-query+search-param-backend\";i:5618;s:41:\"apihelp-query+search-param-enablerewrites\";i:5619;s:31:\"apihelp-query+search-param-sort\";i:5620;s:35:\"apihelp-query+search-example-simple\";i:5621;s:33:\"apihelp-query+search-example-text\";i:5622;s:38:\"apihelp-query+search-example-generator\";i:5623;s:30:\"apihelp-query+siteinfo-summary\";i:5624;s:33:\"apihelp-query+siteinfo-param-prop\";i:5625;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5626;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5627;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5628;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5629;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5630;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5631;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5632;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5633;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5634;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5635;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5636;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5637;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5638;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5639;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5640;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5641;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5642;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5643;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5644;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5645;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5646;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5647;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5648;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5649;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5650;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5651;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5652;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5653;s:37:\"apihelp-query+siteinfo-example-simple\";i:5654;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5655;s:37:\"apihelp-query+siteinfo-example-replag\";i:5656;s:36:\"apihelp-query+stashimageinfo-summary\";i:5657;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5658;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5659;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5660;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5661;s:26:\"apihelp-query+tags-summary\";i:5662;s:30:\"apihelp-query+tags-param-limit\";i:5663;s:29:\"apihelp-query+tags-param-prop\";i:5664;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5665;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5666;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5667;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5668;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5669;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5670;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5671;s:33:\"apihelp-query+tags-example-simple\";i:5672;s:31:\"apihelp-query+templates-summary\";i:5673;s:39:\"apihelp-query+templates-param-namespace\";i:5674;s:35:\"apihelp-query+templates-param-limit\";i:5675;s:39:\"apihelp-query+templates-param-templates\";i:5676;s:33:\"apihelp-query+templates-param-dir\";i:5677;s:38:\"apihelp-query+templates-example-simple\";i:5678;s:41:\"apihelp-query+templates-example-generator\";i:5679;s:42:\"apihelp-query+templates-example-namespaces\";i:5680;s:28:\"apihelp-query+tokens-summary\";i:5681;s:31:\"apihelp-query+tokens-param-type\";i:5682;s:35:\"apihelp-query+tokens-example-simple\";i:5683;s:34:\"apihelp-query+tokens-example-types\";i:5684;s:35:\"apihelp-query+transcludedin-summary\";i:5685;s:38:\"apihelp-query+transcludedin-param-prop\";i:5686;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5687;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5688;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5689;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5690;s:39:\"apihelp-query+transcludedin-param-limit\";i:5691;s:38:\"apihelp-query+transcludedin-param-show\";i:5692;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:5693;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:5694;s:42:\"apihelp-query+transcludedin-example-simple\";i:5695;s:45:\"apihelp-query+transcludedin-example-generator\";i:5696;s:34:\"apihelp-query+usercontribs-summary\";i:5697;s:38:\"apihelp-query+usercontribs-param-limit\";i:5698;s:38:\"apihelp-query+usercontribs-param-start\";i:5699;s:36:\"apihelp-query+usercontribs-param-end\";i:5700;s:37:\"apihelp-query+usercontribs-param-user\";i:5701;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5702;s:40:\"apihelp-query+usercontribs-param-userids\";i:5703;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5704;s:37:\"apihelp-query+usercontribs-param-prop\";i:5705;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5706;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5707;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5708;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5709;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5710;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5711;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5712;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5713;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5714;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5715;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5716;s:37:\"apihelp-query+usercontribs-param-show\";i:5717;s:36:\"apihelp-query+usercontribs-param-tag\";i:5718;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5719;s:39:\"apihelp-query+usercontribs-example-user\";i:5720;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5721;s:30:\"apihelp-query+userinfo-summary\";i:5722;s:33:\"apihelp-query+userinfo-param-prop\";i:5723;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5724;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5725;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5726;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5727;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5728;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5729;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5730;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5731;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5732;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5733;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5734;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5735;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5736;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5737;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5738;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5739;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5740;s:37:\"apihelp-query+userinfo-example-simple\";i:5741;s:35:\"apihelp-query+userinfo-example-data\";i:5742;s:27:\"apihelp-query+users-summary\";i:5743;s:30:\"apihelp-query+users-param-prop\";i:5744;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5745;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5746;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5747;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5748;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5749;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5750;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5751;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5752;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5753;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5754;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5755;s:38:\"apihelp-query+users-param-attachedwiki\";i:5756;s:31:\"apihelp-query+users-param-users\";i:5757;s:33:\"apihelp-query+users-param-userids\";i:5758;s:34:\"apihelp-query+users-example-simple\";i:5759;s:31:\"apihelp-query+watchlist-summary\";i:5760;s:36:\"apihelp-query+watchlist-param-allrev\";i:5761;s:35:\"apihelp-query+watchlist-param-start\";i:5762;s:33:\"apihelp-query+watchlist-param-end\";i:5763;s:39:\"apihelp-query+watchlist-param-namespace\";i:5764;s:34:\"apihelp-query+watchlist-param-user\";i:5765;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5766;s:35:\"apihelp-query+watchlist-param-limit\";i:5767;s:34:\"apihelp-query+watchlist-param-prop\";i:5768;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5769;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5770;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5771;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5772;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5773;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5774;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5775;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5776;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5777;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5778;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5779;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5780;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5781;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5782;s:34:\"apihelp-query+watchlist-param-show\";i:5783;s:34:\"apihelp-query+watchlist-param-type\";i:5784;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5785;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5786;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5787;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5788;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5789;s:35:\"apihelp-query+watchlist-param-owner\";i:5790;s:35:\"apihelp-query+watchlist-param-token\";i:5791;s:38:\"apihelp-query+watchlist-example-simple\";i:5792;s:37:\"apihelp-query+watchlist-example-props\";i:5793;s:38:\"apihelp-query+watchlist-example-expiry\";i:5794;s:38:\"apihelp-query+watchlist-example-allrev\";i:5795;s:41:\"apihelp-query+watchlist-example-generator\";i:5796;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5797;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5798;s:34:\"apihelp-query+watchlistraw-summary\";i:5799;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5800;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5801;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5802;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5803;s:37:\"apihelp-query+watchlistraw-param-show\";i:5804;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5805;s:38:\"apihelp-query+watchlistraw-param-token\";i:5806;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5807;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5808;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5809;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5810;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5811;s:40:\"apihelp-removeauthenticationdata-summary\";i:5812;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5813;s:29:\"apihelp-resetpassword-summary\";i:5814;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5815;s:32:\"apihelp-resetpassword-param-user\";i:5816;s:33:\"apihelp-resetpassword-param-email\";i:5817;s:34:\"apihelp-resetpassword-example-user\";i:5818;s:35:\"apihelp-resetpassword-example-email\";i:5819;s:30:\"apihelp-revisiondelete-summary\";i:5820;s:33:\"apihelp-revisiondelete-param-type\";i:5821;s:35:\"apihelp-revisiondelete-param-target\";i:5822;s:32:\"apihelp-revisiondelete-param-ids\";i:5823;s:33:\"apihelp-revisiondelete-param-hide\";i:5824;s:33:\"apihelp-revisiondelete-param-show\";i:5825;s:37:\"apihelp-revisiondelete-param-suppress\";i:5826;s:35:\"apihelp-revisiondelete-param-reason\";i:5827;s:33:\"apihelp-revisiondelete-param-tags\";i:5828;s:39:\"apihelp-revisiondelete-example-revision\";i:5829;s:34:\"apihelp-revisiondelete-example-log\";i:5830;s:24:\"apihelp-rollback-summary\";i:5831;s:37:\"apihelp-rollback-extended-description\";i:5832;s:28:\"apihelp-rollback-param-title\";i:5833;s:29:\"apihelp-rollback-param-pageid\";i:5834;s:27:\"apihelp-rollback-param-tags\";i:5835;s:27:\"apihelp-rollback-param-user\";i:5836;s:30:\"apihelp-rollback-param-summary\";i:5837;s:30:\"apihelp-rollback-param-markbot\";i:5838;s:32:\"apihelp-rollback-param-watchlist\";i:5839;s:31:\"apihelp-rollback-example-simple\";i:5840;s:32:\"apihelp-rollback-example-summary\";i:5841;s:19:\"apihelp-rsd-summary\";i:5842;s:26:\"apihelp-rsd-example-simple\";i:5843;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5844;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5845;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5846;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5847;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5848;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5849;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5850;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5851;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5852;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5853;s:31:\"apihelp-setpagelanguage-summary\";i:5854;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5855;s:35:\"apihelp-setpagelanguage-param-title\";i:5856;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5857;s:34:\"apihelp-setpagelanguage-param-lang\";i:5858;s:36:\"apihelp-setpagelanguage-param-reason\";i:5859;s:34:\"apihelp-setpagelanguage-param-tags\";i:5860;s:40:\"apihelp-setpagelanguage-example-language\";i:5861;s:39:\"apihelp-setpagelanguage-example-default\";i:5862;s:25:\"apihelp-stashedit-summary\";i:5863;s:38:\"apihelp-stashedit-extended-description\";i:5864;s:29:\"apihelp-stashedit-param-title\";i:5865;s:31:\"apihelp-stashedit-param-section\";i:5866;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5867;s:28:\"apihelp-stashedit-param-text\";i:5868;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5869;s:36:\"apihelp-stashedit-param-contentmodel\";i:5870;s:37:\"apihelp-stashedit-param-contentformat\";i:5871;s:33:\"apihelp-stashedit-param-baserevid\";i:5872;s:31:\"apihelp-stashedit-param-summary\";i:5873;s:19:\"apihelp-tag-summary\";i:5874;s:22:\"apihelp-tag-param-rcid\";i:5875;s:23:\"apihelp-tag-param-revid\";i:5876;s:23:\"apihelp-tag-param-logid\";i:5877;s:21:\"apihelp-tag-param-add\";i:5878;s:24:\"apihelp-tag-param-remove\";i:5879;s:24:\"apihelp-tag-param-reason\";i:5880;s:22:\"apihelp-tag-param-tags\";i:5881;s:23:\"apihelp-tag-example-rev\";i:5882;s:23:\"apihelp-tag-example-log\";i:5883;s:23:\"apihelp-unblock-summary\";i:5884;s:24:\"apihelp-unblock-param-id\";i:5885;s:26:\"apihelp-unblock-param-user\";i:5886;s:28:\"apihelp-unblock-param-userid\";i:5887;s:28:\"apihelp-unblock-param-reason\";i:5888;s:26:\"apihelp-unblock-param-tags\";i:5889;s:26:\"apihelp-unblock-example-id\";i:5890;s:28:\"apihelp-unblock-example-user\";i:5891;s:24:\"apihelp-undelete-summary\";i:5892;s:37:\"apihelp-undelete-extended-description\";i:5893;s:28:\"apihelp-undelete-param-title\";i:5894;s:29:\"apihelp-undelete-param-reason\";i:5895;s:27:\"apihelp-undelete-param-tags\";i:5896;s:33:\"apihelp-undelete-param-timestamps\";i:5897;s:30:\"apihelp-undelete-param-fileids\";i:5898;s:32:\"apihelp-undelete-param-watchlist\";i:5899;s:29:\"apihelp-undelete-example-page\";i:5900;s:34:\"apihelp-undelete-example-revisions\";i:5901;s:29:\"apihelp-unlinkaccount-summary\";i:5902;s:36:\"apihelp-unlinkaccount-example-simple\";i:5903;s:22:\"apihelp-upload-summary\";i:5904;s:35:\"apihelp-upload-extended-description\";i:5905;s:29:\"apihelp-upload-param-filename\";i:5906;s:28:\"apihelp-upload-param-comment\";i:5907;s:25:\"apihelp-upload-param-tags\";i:5908;s:25:\"apihelp-upload-param-text\";i:5909;s:26:\"apihelp-upload-param-watch\";i:5910;s:30:\"apihelp-upload-param-watchlist\";i:5911;s:35:\"apihelp-upload-param-ignorewarnings\";i:5912;s:25:\"apihelp-upload-param-file\";i:5913;s:24:\"apihelp-upload-param-url\";i:5914;s:28:\"apihelp-upload-param-filekey\";i:5915;s:31:\"apihelp-upload-param-sessionkey\";i:5916;s:26:\"apihelp-upload-param-stash\";i:5917;s:29:\"apihelp-upload-param-filesize\";i:5918;s:27:\"apihelp-upload-param-offset\";i:5919;s:26:\"apihelp-upload-param-chunk\";i:5920;s:26:\"apihelp-upload-param-async\";i:5921;s:32:\"apihelp-upload-param-checkstatus\";i:5922;s:26:\"apihelp-upload-example-url\";i:5923;s:30:\"apihelp-upload-example-filekey\";i:5924;s:26:\"apihelp-userrights-summary\";i:5925;s:29:\"apihelp-userrights-param-user\";i:5926;s:31:\"apihelp-userrights-param-userid\";i:5927;s:28:\"apihelp-userrights-param-add\";i:5928;s:31:\"apihelp-userrights-param-expiry\";i:5929;s:31:\"apihelp-userrights-param-remove\";i:5930;s:31:\"apihelp-userrights-param-reason\";i:5931;s:29:\"apihelp-userrights-param-tags\";i:5932;s:31:\"apihelp-userrights-example-user\";i:5933;s:33:\"apihelp-userrights-example-userid\";i:5934;s:33:\"apihelp-userrights-example-expiry\";i:5935;s:32:\"apihelp-validatepassword-summary\";i:5936;s:45:\"apihelp-validatepassword-extended-description\";i:5937;s:39:\"apihelp-validatepassword-param-password\";i:5938;s:35:\"apihelp-validatepassword-param-user\";i:5939;s:36:\"apihelp-validatepassword-param-email\";i:5940;s:39:\"apihelp-validatepassword-param-realname\";i:5941;s:34:\"apihelp-validatepassword-example-1\";i:5942;s:34:\"apihelp-validatepassword-example-2\";i:5943;s:21:\"apihelp-watch-summary\";i:5944;s:25:\"apihelp-watch-param-title\";i:5945;s:27:\"apihelp-watch-param-unwatch\";i:5946;s:27:\"apihelp-watch-example-watch\";i:5947;s:29:\"apihelp-watch-example-unwatch\";i:5948;s:31:\"apihelp-watch-example-generator\";i:5949;s:30:\"apihelp-format-example-generic\";i:5950;s:32:\"apihelp-format-param-wrappedhtml\";i:5951;s:20:\"apihelp-json-summary\";i:5952;s:27:\"apihelp-json-param-callback\";i:5953;s:23:\"apihelp-json-param-utf8\";i:5954;s:24:\"apihelp-json-param-ascii\";i:5955;s:32:\"apihelp-json-param-formatversion\";i:5956;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:5957;s:22:\"apihelp-jsonfm-summary\";i:5958;s:20:\"apihelp-none-summary\";i:5959;s:19:\"apihelp-php-summary\";i:5960;s:31:\"apihelp-php-param-formatversion\";i:5961;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:5962;s:21:\"apihelp-phpfm-summary\";i:5963;s:21:\"apihelp-rawfm-summary\";i:5964;s:19:\"apihelp-xml-summary\";i:5965;s:22:\"apihelp-xml-param-xslt\";i:5966;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5967;s:21:\"apihelp-xmlfm-summary\";i:5968;s:16:\"api-format-title\";i:5969;s:29:\"api-format-prettyprint-header\";i:5970;s:39:\"api-format-prettyprint-header-only-html\";i:5971;s:41:\"api-format-prettyprint-header-hyperlinked\";i:5972;s:29:\"api-format-prettyprint-status\";i:5973;s:22:\"api-login-fail-aborted\";i:5974;s:30:\"api-login-fail-aborted-nobotpw\";i:5975;s:33:\"api-login-fail-badsessionprovider\";i:5976;s:25:\"api-login-fail-sameorigin\";i:5977;s:24:\"api-pageset-param-titles\";i:5978;s:25:\"api-pageset-param-pageids\";i:5979;s:24:\"api-pageset-param-revids\";i:5980;s:27:\"api-pageset-param-generator\";i:5981;s:37:\"api-pageset-param-redirects-generator\";i:5982;s:39:\"api-pageset-param-redirects-nogenerator\";i:5983;s:31:\"api-pageset-param-converttitles\";i:5984;s:14:\"api-help-title\";i:5985;s:13:\"api-help-lead\";i:5986;s:20:\"api-help-main-header\";i:5987;s:28:\"api-help-undocumented-module\";i:5988;s:24:\"api-help-flag-deprecated\";i:5989;s:22:\"api-help-flag-internal\";i:5990;s:24:\"api-help-flag-readrights\";i:5991;s:25:\"api-help-flag-writerights\";i:5992;s:26:\"api-help-flag-mustbeposted\";i:5993;s:23:\"api-help-flag-generator\";i:5994;s:15:\"api-help-source\";i:5995;s:23:\"api-help-source-unknown\";i:5996;s:16:\"api-help-license\";i:5997;s:23:\"api-help-license-noname\";i:5998;s:24:\"api-help-license-unknown\";i:5999;s:19:\"api-help-parameters\";i:6000;s:25:\"api-help-param-deprecated\";i:6001;s:31:\"api-help-param-deprecated-label\";i:6002;s:23:\"api-help-param-internal\";i:6003;s:29:\"api-help-param-internal-label\";i:6004;s:24:\"api-help-param-templated\";i:6005;s:34:\"api-help-param-templated-var-first\";i:6006;s:28:\"api-help-param-templated-var\";i:6007;s:25:\"api-help-datatypes-header\";i:6008;s:31:\"api-help-templatedparams-header\";i:6009;s:24:\"api-help-templatedparams\";i:6010;s:25:\"api-help-param-type-limit\";i:6011;s:29:\"api-help-param-type-timestamp\";i:6012;s:24:\"api-help-param-type-enum\";i:6013;s:29:\"api-help-param-multi-separate\";i:6014;s:24:\"api-help-param-multi-all\";i:6015;s:28:\"api-help-param-default-empty\";i:6016;s:20:\"api-help-param-token\";i:6017;s:26:\"api-help-param-token-webui\";i:6018;s:37:\"api-help-param-disabled-in-miser-mode\";i:6019;s:36:\"api-help-param-limited-in-miser-mode\";i:6020;s:24:\"api-help-param-direction\";i:6021;s:35:\"api-help-paramvalue-direction-newer\";i:6022;s:35:\"api-help-paramvalue-direction-older\";i:6023;s:23:\"api-help-param-continue\";i:6024;s:29:\"api-help-param-no-description\";i:6025;s:17:\"api-help-examples\";i:6026;s:20:\"api-help-permissions\";i:6027;s:31:\"api-help-permissions-granted-to\";i:6028;s:28:\"api-help-right-apihighlimits\";i:6029;s:27:\"api-help-open-in-apisandbox\";i:6030;s:34:\"api-help-authmanager-general-usage\";i:6031;s:35:\"api-help-authmanagerhelper-requests\";i:6032;s:34:\"api-help-authmanagerhelper-request\";i:6033;s:40:\"api-help-authmanagerhelper-messageformat\";i:6034;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6035;s:40:\"api-help-authmanagerhelper-preservestate\";i:6036;s:36:\"api-help-authmanagerhelper-returnurl\";i:6037;s:35:\"api-help-authmanagerhelper-continue\";i:6038;s:44:\"api-help-authmanagerhelper-additional-params\";i:6039;s:27:\"apierror-allimages-redirect\";i:6040;s:37:\"apierror-allpages-generator-redirects\";i:6041;s:27:\"apierror-appendnotsupported\";i:6042;s:22:\"apierror-articleexists\";i:6043;s:25:\"apierror-assertanonfailed\";i:6044;s:24:\"apierror-assertbotfailed\";i:6045;s:30:\"apierror-assertnameduserfailed\";i:6046;s:25:\"apierror-assertuserfailed\";i:6047;s:20:\"apierror-autoblocked\";i:6048;s:32:\"apierror-bad-badfilecontexttitle\";i:6049;s:33:\"apierror-badconfig-resulttoosmall\";i:6050;s:20:\"apierror-badcontinue\";i:6051;s:16:\"apierror-baddiff\";i:6052;s:18:\"apierror-baddiffto\";i:6053;s:26:\"apierror-badformat-generic\";i:6054;s:18:\"apierror-badformat\";i:6055;s:34:\"apierror-badgenerator-notgenerator\";i:6056;s:29:\"apierror-badgenerator-unknown\";i:6057;s:14:\"apierror-badip\";i:6058;s:15:\"apierror-badmd5\";i:6059;s:31:\"apierror-badmodule-badsubmodule\";i:6060;s:31:\"apierror-badmodule-nosubmodules\";i:6061;s:21:\"apierror-badparameter\";i:6062;s:17:\"apierror-badquery\";i:6063;s:21:\"apierror-badtimestamp\";i:6064;s:17:\"apierror-badtoken\";i:6065;s:18:\"apierror-badupload\";i:6066;s:15:\"apierror-badurl\";i:6067;s:16:\"apierror-baduser\";i:6068;s:31:\"apierror-badvalue-notmultivalue\";i:6069;s:28:\"apierror-bad-watchlist-token\";i:6070;s:24:\"apierror-blockedfrommail\";i:6071;s:16:\"apierror-blocked\";i:6072;s:24:\"apierror-blocked-partial\";i:6073;s:25:\"apierror-botsnotsupported\";i:6074;s:33:\"apierror-cannot-async-upload-file\";i:6075;s:29:\"apierror-cannotreauthenticate\";i:6076;s:24:\"apierror-cannotviewtitle\";i:6077;s:24:\"apierror-cantblock-email\";i:6078;s:18:\"apierror-cantblock\";i:6079;s:31:\"apierror-cantchangecontentmodel\";i:6080;s:17:\"apierror-canthide\";i:6081;s:26:\"apierror-cantimport-upload\";i:6082;s:19:\"apierror-cantimport\";i:6083;s:33:\"apierror-cantoverwrite-sharedfile\";i:6084;s:17:\"apierror-cantsend\";i:6085;s:21:\"apierror-cantundelete\";i:6086;s:33:\"apierror-cantview-deleted-comment\";i:6087;s:37:\"apierror-cantview-deleted-description\";i:6088;s:34:\"apierror-cantview-deleted-metadata\";i:6089;s:42:\"apierror-cantview-deleted-revision-content\";i:6090;s:29:\"apierror-changeauth-norequest\";i:6091;s:40:\"apierror-changecontentmodel-missingtitle\";i:6092;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6093;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6094;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6095;s:24:\"apierror-chunk-too-small\";i:6096;s:21:\"apierror-cidrtoobroad\";i:6097;s:25:\"apierror-compare-no-title\";i:6098;s:34:\"apierror-compare-nosuchfromsection\";i:6099;s:32:\"apierror-compare-nosuchtosection\";i:6100;s:23:\"apierror-compare-notext\";i:6101;s:36:\"apierror-compare-relative-to-nothing\";i:6102;s:38:\"apierror-contentserializationexception\";i:6103;s:22:\"apierror-contenttoobig\";i:6104;s:28:\"apierror-copyuploadbaddomain\";i:6105;s:25:\"apierror-copyuploadbadurl\";i:6106;s:27:\"apierror-create-titleexists\";i:6107;s:19:\"apierror-csp-report\";i:6108;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6109;s:32:\"apierror-deletedrevs-param-not-3\";i:6110;s:24:\"apierror-emptynewsection\";i:6111;s:18:\"apierror-emptypage\";i:6112;s:24:\"apierror-exceptioncaught\";i:6113;s:25:\"apierror-filedoesnotexist\";i:6114;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6115;s:19:\"apierror-filenopath\";i:6116;s:32:\"apierror-filetypecannotberotated\";i:6117;s:18:\"apierror-formatphp\";i:6118;s:28:\"apierror-imageusage-badtitle\";i:6119;s:28:\"apierror-import-unknownerror\";i:6120;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6121;s:35:\"apierror-integeroutofrange-abovemax\";i:6122;s:39:\"apierror-integeroutofrange-belowminimum\";i:6123;s:24:\"apierror-invalidcategory\";i:6124;s:22:\"apierror-invalid-chunk\";i:6125;s:22:\"apierror-invalidexpiry\";i:6126;s:25:\"apierror-invalid-file-key\";i:6127;s:23:\"apierror-invalidiprange\";i:6128;s:20:\"apierror-invalidlang\";i:6129;s:22:\"apierror-invalidmethod\";i:6130;s:24:\"apierror-invalidoldimage\";i:6131;s:38:\"apierror-invalidparammix-cannotusewith\";i:6132;s:36:\"apierror-invalidparammix-mustusewith\";i:6133;s:42:\"apierror-invalidparammix-parse-new-section\";i:6134;s:24:\"apierror-invalidparammix\";i:6135;s:23:\"apierror-invalidsection\";i:6136;s:30:\"apierror-invalidsha1base36hash\";i:6137;s:24:\"apierror-invalidsha1hash\";i:6138;s:21:\"apierror-invalidtitle\";i:6139;s:24:\"apierror-invalidurlparam\";i:6140;s:20:\"apierror-invaliduser\";i:6141;s:22:\"apierror-invaliduserid\";i:6142;s:17:\"apierror-maxbytes\";i:6143;s:17:\"apierror-maxchars\";i:6144;s:23:\"apierror-maxlag-generic\";i:6145;s:15:\"apierror-maxlag\";i:6146;s:27:\"apierror-mimesearchdisabled\";i:6147;s:30:\"apierror-missingcontent-pageid\";i:6148;s:29:\"apierror-missingcontent-revid\";i:6149;s:37:\"apierror-missingparam-at-least-one-of\";i:6150;s:28:\"apierror-missingparam-one-of\";i:6151;s:21:\"apierror-missingparam\";i:6152;s:26:\"apierror-missingrev-pageid\";i:6153;s:25:\"apierror-missingrev-title\";i:6154;s:32:\"apierror-missingtitle-createonly\";i:6155;s:21:\"apierror-missingtitle\";i:6156;s:28:\"apierror-missingtitle-byname\";i:6157;s:23:\"apierror-moduledisabled\";i:6158;s:29:\"apierror-multival-only-one-of\";i:6159;s:18:\"apierror-multpages\";i:6160;s:34:\"apierror-mustbeloggedin-changeauth\";i:6161;s:31:\"apierror-mustbeloggedin-generic\";i:6162;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6163;s:34:\"apierror-mustbeloggedin-removeauth\";i:6164;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6165;s:23:\"apierror-mustbeloggedin\";i:6166;s:21:\"apierror-mustbeposted\";i:6167;s:23:\"apierror-mustpostparams\";i:6168;s:19:\"apierror-noapiwrite\";i:6169;s:18:\"apierror-nochanges\";i:6170;s:25:\"apierror-nodeleteablefile\";i:6171;s:26:\"apierror-no-direct-editing\";i:6172;s:20:\"apierror-noedit-anon\";i:6173;s:15:\"apierror-noedit\";i:6174;s:29:\"apierror-noimageredirect-anon\";i:6175;s:24:\"apierror-noimageredirect\";i:6176;s:20:\"apierror-nosuchlogid\";i:6177;s:21:\"apierror-nosuchpageid\";i:6178;s:19:\"apierror-nosuchrcid\";i:6179;s:20:\"apierror-nosuchrevid\";i:6180;s:22:\"apierror-nosuchsection\";i:6181;s:27:\"apierror-nosuchsection-what\";i:6182;s:21:\"apierror-nosuchuserid\";i:6183;s:17:\"apierror-notarget\";i:6184;s:23:\"apierror-notpatrollable\";i:6185;s:23:\"apierror-nouploadmodule\";i:6186;s:33:\"apierror-opensearch-json-warnings\";i:6187;s:24:\"apierror-pagecannotexist\";i:6188;s:20:\"apierror-pagedeleted\";i:6189;s:26:\"apierror-pagelang-disabled\";i:6190;s:19:\"apierror-paramempty\";i:6191;s:30:\"apierror-parsetree-notwikitext\";i:6192;s:36:\"apierror-parsetree-notwikitext-title\";i:6193;s:19:\"apierror-pastexpiry\";i:6194;s:25:\"apierror-permissiondenied\";i:6195;s:33:\"apierror-permissiondenied-generic\";i:6196;s:36:\"apierror-permissiondenied-patrolflag\";i:6197;s:33:\"apierror-permissiondenied-unblock\";i:6198;s:29:\"apierror-prefixsearchdisabled\";i:6199;s:30:\"apierror-promised-nonwrite-api\";i:6200;s:30:\"apierror-protect-invalidaction\";i:6201;s:29:\"apierror-protect-invalidlevel\";i:6202;s:20:\"apierror-ratelimited\";i:6203;s:22:\"apierror-readapidenied\";i:6204;s:17:\"apierror-readonly\";i:6205;s:23:\"apierror-reauthenticate\";i:6206;s:28:\"apierror-redirect-appendonly\";i:6207;s:33:\"apierror-revdel-mutuallyexclusive\";i:6208;s:26:\"apierror-revdel-needtarget\";i:6209;s:27:\"apierror-revdel-paramneeded\";i:6210;s:24:\"apierror-revisions-badid\";i:6211;s:27:\"apierror-revisions-norevids\";i:6212;s:29:\"apierror-revisions-singlepage\";i:6213;s:21:\"apierror-revwrongpage\";i:6214;s:23:\"apierror-searchdisabled\";i:6215;s:29:\"apierror-sectionreplacefailed\";i:6216;s:29:\"apierror-sectionsnotsupported\";i:6217;s:34:\"apierror-sectionsnotsupported-what\";i:6218;s:13:\"apierror-show\";i:6219;s:34:\"apierror-siteinfo-includealldenied\";i:6220;s:25:\"apierror-sizediffdisabled\";i:6221;s:21:\"apierror-spamdetected\";i:6222;s:32:\"apierror-specialpage-cantexecute\";i:6223;s:28:\"apierror-stashedfilenotfound\";i:6224;s:30:\"apierror-stashedit-missingtext\";i:6225;s:29:\"apierror-stashfailed-complete\";i:6226;s:30:\"apierror-stashfailed-nosession\";i:6227;s:25:\"apierror-stashfilestorage\";i:6228;s:25:\"apierror-stashinvalidfile\";i:6229;s:27:\"apierror-stashnosuchfilekey\";i:6230;s:25:\"apierror-stashpathinvalid\";i:6231;s:24:\"apierror-stashwrongowner\";i:6232;s:24:\"apierror-stashzerolength\";i:6233;s:22:\"apierror-systemblocked\";i:6234;s:38:\"apierror-templateexpansion-notwikitext\";i:6235;s:23:\"apierror-toofewexpiries\";i:6236;s:22:\"apierror-toomanyvalues\";i:6237;s:22:\"apierror-unknownaction\";i:6238;s:30:\"apierror-unknownerror-editpage\";i:6239;s:28:\"apierror-unknownerror-nocode\";i:6240;s:21:\"apierror-unknownerror\";i:6241;s:22:\"apierror-unknownformat\";i:6242;s:27:\"apierror-unrecognizedparams\";i:6243;s:26:\"apierror-unrecognizedvalue\";i:6244;s:24:\"apierror-unsupportedrepo\";i:6245;s:29:\"apierror-upload-filekeyneeded\";i:6246;s:33:\"apierror-upload-filekeynotallowed\";i:6247;s:26:\"apierror-upload-inprogress\";i:6248;s:29:\"apierror-upload-missingresult\";i:6249;s:23:\"apierror-urlparamnormal\";i:6250;s:23:\"apierror-writeapidenied\";i:6251;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6252;s:19:\"apiwarn-badurlparam\";i:6253;s:15:\"apiwarn-badutf8\";i:6254;s:34:\"apiwarn-checktoken-percentencoding\";i:6255;s:30:\"apiwarn-compare-nocontentmodel\";i:6256;s:31:\"apiwarn-deprecation-deletedrevs\";i:6257;s:33:\"apiwarn-deprecation-httpsexpected\";i:6258;s:31:\"apiwarn-deprecation-login-botpw\";i:6259;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6260;s:31:\"apiwarn-deprecation-login-token\";i:6261;s:29:\"apiwarn-deprecation-parameter\";i:6262;s:35:\"apiwarn-deprecation-parse-headitems\";i:6263;s:29:\"apiwarn-deprecation-purge-get\";i:6264;s:35:\"apiwarn-deprecation-withreplacement\";i:6265;s:20:\"apiwarn-difftohidden\";i:6266;s:26:\"apiwarn-errorprinterfailed\";i:6267;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6268;s:23:\"apiwarn-invalidcategory\";i:6269;s:20:\"apiwarn-invalidtitle\";i:6270;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6271;s:28:\"apiwarn-invalidxmlstylesheet\";i:6272;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6273;s:26:\"apiwarn-moduleswithoutvars\";i:6274;s:15:\"apiwarn-notfile\";i:6275;s:30:\"apiwarn-nothumb-noimagehandler\";i:6276;s:28:\"apiwarn-parse-nocontentmodel\";i:6277;s:30:\"apiwarn-parse-revidwithouttext\";i:6278;s:30:\"apiwarn-parse-titlewithouttext\";i:6279;s:26:\"apiwarn-redirectsandrevids\";i:6280;s:21:\"apiwarn-tokens-origin\";i:6281;s:23:\"apiwarn-truncatedresult\";i:6282;s:27:\"apiwarn-unclearnowtimestamp\";i:6283;s:26:\"apiwarn-unrecognizedvalues\";i:6284;s:24:\"apiwarn-unsupportedarray\";i:6285;s:21:\"apiwarn-urlparamwidth\";i:6286;s:33:\"apiwarn-validationfailed-badchars\";i:6287;s:32:\"apiwarn-validationfailed-badpref\";i:6288;s:34:\"apiwarn-validationfailed-cannotset\";i:6289;s:35:\"apiwarn-validationfailed-keytoolong\";i:6290;s:24:\"apiwarn-validationfailed\";i:6291;s:18:\"apiwarn-wgdebugapi\";i:6292;s:20:\"api-feed-error-title\";i:6293;s:16:\"api-usage-docref\";i:6294;s:25:\"api-usage-mailinglist-ref\";i:6295;s:19:\"api-exception-trace\";i:6296;s:18:\"api-credits-header\";i:6297;s:11:\"api-credits\";i:6298;s:20:\"rest-prefix-mismatch\";i:6299;s:17:\"rest-wrong-method\";i:6300;s:13:\"rest-no-match\";i:6301;s:22:\"rest-nonexistent-title\";i:6302;s:31:\"rest-nonexistent-title-revision\";i:6303;s:25:\"rest-nonexistent-revision\";i:6304;s:21:\"rest-nonexistent-user\";i:6305;s:17:\"rest-invalid-user\";i:6306;s:27:\"rest-permission-denied-anon\";i:6307;s:28:\"rest-permission-denied-title\";i:6308;s:31:\"rest-permission-denied-revision\";i:6309;s:28:\"rest-resource-limit-exceeded\";i:6310;s:36:\"rest-pagehistory-incompatible-params\";i:6311;s:34:\"rest-pagehistory-param-range-error\";i:6312;s:32:\"rest-pagehistory-timestamp-error\";i:6313;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6314;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6315;s:26:\"rest-compare-page-mismatch\";i:6316;s:30:\"rest-compare-permission-denied\";i:6317;s:24:\"rest-compare-nonexistent\";i:6318;s:25:\"rest-compare-inaccessible\";i:6319;s:26:\"rest-compare-wrong-content\";i:6320;s:22:\"rest-compare-wikidiff2\";i:6321;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6322;s:17:\"rest-search-error\";i:6323;s:27:\"rest-page-source-type-error\";i:6324;s:16:\"rest-no-revision\";i:6325;s:25:\"rest-media-too-many-links\";i:6326;s:23:\"rest-html-backend-error\";i:6327;s:18:\"rest-bad-json-body\";i:6328;s:26:\"rest-json-body-parse-error\";i:6329;s:23:\"rest-missing-body-field\";i:6330;s:22:\"rest-bad-content-model\";i:6331;s:30:\"rest-update-cannot-create-page\";i:6332;s:26:\"rest-extraneous-csrf-token\";i:6333;s:21:\"rest-cannot-load-file\";i:6334;s:28:\"rest-cross-origin-anon-write\";i:6335;s:31:\"rest-requires-safe-against-csrf\";i:6336;s:13:\"rest-badtoken\";i:6337;s:30:\"ooui-outline-control-move-down\";i:6338;s:28:\"ooui-outline-control-move-up\";i:6339;s:27:\"ooui-outline-control-remove\";i:6340;s:17:\"ooui-toolbar-more\";i:6341;s:21:\"ooui-toolgroup-expand\";i:6342;s:23:\"ooui-toolgroup-collapse\";i:6343;s:16:\"ooui-item-remove\";i:6344;s:26:\"ooui-dialog-message-accept\";i:6345;s:26:\"ooui-dialog-message-reject\";i:6346;s:25:\"ooui-dialog-process-error\";i:6347;s:27:\"ooui-dialog-process-dismiss\";i:6348;s:25:\"ooui-dialog-process-retry\";i:6349;s:28:\"ooui-dialog-process-continue\";i:6350;s:26:\"ooui-combobox-button-label\";i:6351;s:29:\"ooui-selectfile-button-select\";i:6352;s:38:\"ooui-selectfile-button-select-multiple\";i:6353;s:29:\"ooui-selectfile-not-supported\";i:6354;s:27:\"ooui-selectfile-placeholder\";i:6355;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6356;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6357;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6358;s:15:\"ooui-field-help\";i:6359;s:22:\"paramvalidator-badbool\";i:6360;s:24:\"paramvalidator-badexpiry\";i:6361;s:33:\"paramvalidator-badexpiry-duration\";i:6362;s:37:\"paramvalidator-badexpiry-duration-max\";i:6363;s:29:\"paramvalidator-badexpiry-past\";i:6364;s:23:\"paramvalidator-badfloat\";i:6365;s:33:\"paramvalidator-badfloat-notfinite\";i:6366;s:25:\"paramvalidator-badinteger\";i:6367;s:27:\"paramvalidator-badtimestamp\";i:6368;s:34:\"paramvalidator-badupload-cantwrite\";i:6369;s:33:\"paramvalidator-badupload-formsize\";i:6370;s:32:\"paramvalidator-badupload-inisize\";i:6371;s:31:\"paramvalidator-badupload-nofile\";i:6372;s:33:\"paramvalidator-badupload-notmpdir\";i:6373;s:34:\"paramvalidator-badupload-notupload\";i:6374;s:32:\"paramvalidator-badupload-partial\";i:6375;s:31:\"paramvalidator-badupload-phpext\";i:6376;s:33:\"paramvalidator-badvalue-enummulti\";i:6377;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6378;s:31:\"paramvalidator-deprecated-value\";i:6379;s:26:\"paramvalidator-emptystring\";i:6380;s:23:\"paramvalidator-maxbytes\";i:6381;s:23:\"paramvalidator-maxchars\";i:6382;s:27:\"paramvalidator-missingparam\";i:6383;s:23:\"paramvalidator-notmulti\";i:6384;s:29:\"paramvalidator-outofrange-max\";i:6385;s:32:\"paramvalidator-outofrange-minmax\";i:6386;s:29:\"paramvalidator-outofrange-min\";i:6387;s:31:\"paramvalidator-param-deprecated\";i:6388;s:28:\"paramvalidator-toomanyvalues\";i:6389;s:34:\"paramvalidator-unclearnowtimestamp\";i:6390;s:33:\"paramvalidator-unrecognizedvalues\";i:6391;s:27:\"paramvalidator-help-default\";i:6392;s:33:\"paramvalidator-help-default-empty\";i:6393;s:30:\"paramvalidator-help-deprecated\";i:6394;s:34:\"paramvalidator-help-multi-separate\";i:6395;s:29:\"paramvalidator-help-multi-max\";i:6396;s:36:\"paramvalidator-help-multi-max-simple\";i:6397;s:29:\"paramvalidator-help-multi-all\";i:6398;s:28:\"paramvalidator-help-required\";i:6399;s:32:\"paramvalidator-help-type-boolean\";i:6400;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6401;s:29:\"paramvalidator-help-type-enum\";i:6402;s:31:\"paramvalidator-help-type-expiry\";i:6403;s:30:\"paramvalidator-help-type-float\";i:6404;s:32:\"paramvalidator-help-type-integer\";i:6405;s:30:\"paramvalidator-help-type-limit\";i:6406;s:35:\"paramvalidator-help-type-number-max\";i:6407;s:38:\"paramvalidator-help-type-number-minmax\";i:6408;s:35:\"paramvalidator-help-type-number-min\";i:6409;s:40:\"paramvalidator-help-type-presenceboolean\";i:6410;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6411;s:40:\"paramvalidator-help-type-string-maxchars\";i:6412;s:34:\"paramvalidator-help-type-timestamp\";i:6413;s:31:\"paramvalidator-help-type-upload\";i:6414;s:15:\"skinname-vector\";i:6415;s:20:\"skinname-vector-2022\";i:6416;s:26:\"vector-specialversion-name\";i:6417;s:16:\"vector-skin-desc\";i:6418;s:34:\"prefs-vector-enable-vector-1-label\";i:6419;s:33:\"prefs-vector-enable-vector-1-help\";i:6420;s:14:\"vector-opt-out\";i:6421;s:22:\"vector-opt-out-tooltip\";i:6422;s:10:\"vector.css\";i:6423;s:9:\"vector.js\";i:6424;s:28:\"vector-action-toggle-sidebar\";i:6425;s:33:\"vector-language-button-aria-label\";i:6426;s:36:\"vector-no-language-button-aria-label\";i:6427;s:31:\"vector-language-redirect-to-top\";i:6428;s:38:\"vector-language-variant-switcher-label\";i:6429;s:21:\"vector-action-protect\";i:6430;s:22:\"vector-action-undelete\";i:6431;s:23:\"vector-action-unprotect\";i:6432;s:23:\"vector-jumptonavigation\";i:6433;s:19:\"vector-jumptosearch\";i:6434;s:20:\"vector-jumptocontent\";i:6435;s:20:\"vector-search-loader\";i:6436;s:31:\"vector-searchsuggest-containing\";i:6437;s:17:\"vector-intro-page\";i:6438;s:18:\"vector-toc-heading\";i:6439;s:34:\"vector-toc-toggle-position-sidebar\";i:6440;s:32:\"vector-toc-toggle-position-title\";i:6441;s:20:\"vector-toc-beginning\";i:6442;s:30:\"vector-toc-toggle-button-label\";i:6443;s:27:\"vector-anon-user-menu-pages\";i:6444;s:33:\"vector-anon-user-menu-pages-learn\";i:6445;s:33:\"vector-anon-user-menu-pages-label\";i:6446;s:24:\"vector-main-menu-tooltip\";i:6447;s:23:\"vector-toc-menu-tooltip\";i:6448;s:35:\"vector-toc-collapsible-button-label\";i:6449;s:30:\"vector-article-tools-nav-label\";i:6450;s:21:\"vector-site-nav-label\";i:6451;s:26:\"vector-2022-prefs-talkpage\";i:6452;s:35:\"tooltip-vector-anon-user-menu-title\";i:6453;s:10:\"wikieditor\";i:6454;s:15:\"wikieditor-desc\";i:6455;s:23:\"wikieditor-wikitext-tab\";i:6456;s:18:\"wikieditor-loading\";i:6457;s:29:\"wikieditor-preview-preference\";i:6458;s:22:\"wikieditor-preview-tab\";i:6459;s:30:\"wikieditor-preview-changes-tab\";i:6460;s:26:\"wikieditor-preview-loading\";i:6461;s:29:\"wikieditor-publish-preference\";i:6462;s:33:\"wikieditor-publish-button-publish\";i:6463;s:32:\"wikieditor-publish-button-cancel\";i:6464;s:31:\"wikieditor-publish-dialog-title\";i:6465;s:33:\"wikieditor-publish-dialog-summary\";i:6466;s:31:\"wikieditor-publish-dialog-minor\";i:6467;s:31:\"wikieditor-publish-dialog-watch\";i:6468;s:33:\"wikieditor-publish-dialog-publish\";i:6469;s:32:\"wikieditor-publish-dialog-goback\";i:6470;s:18:\"wikieditor-toolbar\";i:6471;s:23:\"wikieditor-toolbar-desc\";i:6472;s:29:\"wikieditor-toolbar-preference\";i:6473;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6474;s:26:\"wikieditor-toolbar-loading\";i:6475;s:28:\"wikieditor-toolbar-tool-bold\";i:6476;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6477;s:30:\"wikieditor-toolbar-tool-italic\";i:6478;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6479;s:29:\"wikieditor-toolbar-tool-ilink\";i:6480;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6481;s:29:\"wikieditor-toolbar-tool-xlink\";i:6482;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6483;s:28:\"wikieditor-toolbar-tool-link\";i:6484;s:34:\"wikieditor-toolbar-tool-link-title\";i:6485;s:32:\"wikieditor-toolbar-tool-link-int\";i:6486;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6487;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6488;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6489;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6490;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6491;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6492;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6493;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6494;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6495;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6496;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6497;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6498;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6499;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6500;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6501;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6502;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6503;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6504;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6505;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6506;s:28:\"wikieditor-toolbar-tool-file\";i:6507;s:36:\"wikieditor-toolbar-tool-file-example\";i:6508;s:34:\"wikieditor-toolbar-tool-file-title\";i:6509;s:30:\"wikieditor-toolbar-file-target\";i:6510;s:31:\"wikieditor-toolbar-file-caption\";i:6511;s:28:\"wikieditor-toolbar-file-size\";i:6512;s:29:\"wikieditor-toolbar-file-float\";i:6513;s:31:\"wikieditor-toolbar-file-default\";i:6514;s:30:\"wikieditor-toolbar-file-format\";i:6515;s:35:\"wikieditor-toolbar-file-format-none\";i:6516;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6517;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6518;s:33:\"wikieditor-toolbar-tool-reference\";i:6519;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6520;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6521;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6522;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6523;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6524;s:33:\"wikieditor-toolbar-tool-signature\";i:6525;s:35:\"wikieditor-toolbar-section-advanced\";i:6526;s:31:\"wikieditor-toolbar-tool-heading\";i:6527;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6528;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6529;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6530;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6531;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6532;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6533;s:31:\"wikieditor-toolbar-group-format\";i:6534;s:29:\"wikieditor-toolbar-tool-ulist\";i:6535;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6536;s:29:\"wikieditor-toolbar-tool-olist\";i:6537;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6538;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6539;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6540;s:32:\"wikieditor-toolbar-tool-redirect\";i:6541;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6542;s:27:\"wikieditor-toolbar-tool-big\";i:6543;s:35:\"wikieditor-toolbar-tool-big-example\";i:6544;s:29:\"wikieditor-toolbar-tool-small\";i:6545;s:37:\"wikieditor-toolbar-tool-small-example\";i:6546;s:35:\"wikieditor-toolbar-tool-superscript\";i:6547;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6548;s:33:\"wikieditor-toolbar-tool-subscript\";i:6549;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6550;s:31:\"wikieditor-toolbar-group-insert\";i:6551;s:31:\"wikieditor-toolbar-tool-gallery\";i:6552;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6553;s:31:\"wikieditor-toolbar-tool-newline\";i:6554;s:29:\"wikieditor-toolbar-tool-table\";i:6555;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6556;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6557;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6558;s:35:\"wikieditor-toolbar-tool-table-title\";i:6559;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6560;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6561;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6562;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6563;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6564;s:37:\"wikieditor-toolbar-tool-table-example\";i:6565;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6566;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6567;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6568;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:6569;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6570;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6571;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6572;s:31:\"wikieditor-toolbar-tool-replace\";i:6573;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6574;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6575;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6576;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6577;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6578;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6579;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6580;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6581;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6582;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6583;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6584;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6585;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6586;s:37:\"wikieditor-toolbar-section-characters\";i:6587;s:43:\"wikieditor-toolbar-help-heading-description\";i:6588;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6589;s:38:\"wikieditor-toolbar-help-heading-result\";i:6590;s:35:\"wikieditor-toolbar-help-page-format\";i:6591;s:33:\"wikieditor-toolbar-help-page-link\";i:6592;s:36:\"wikieditor-toolbar-help-page-heading\";i:6593;s:33:\"wikieditor-toolbar-help-page-list\";i:6594;s:38:\"wikieditor-toolbar-help-page-reference\";i:6595;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6596;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6597;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6598;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6599;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6600;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6601;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6602;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6603;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6604;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6605;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6606;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6607;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6608;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6609;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6610;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6611;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6612;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6613;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6614;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6615;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6616;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6617;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6618;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6619;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6620;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6621;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6622;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6623;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6624;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6625;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6626;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6627;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6628;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6629;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6630;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6631;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6632;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6633;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6634;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6635;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6636;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6637;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6638;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:6639;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6640;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6641;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:6642;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6643;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6644;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6645;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6646;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6647;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6648;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6649;s:20:\"syntaxhighlight-desc\";i:6650;s:30:\"syntaxhighlight-error-category\";i:6651;s:35:\"syntaxhighlight-error-category-desc\";i:6652;s:32:\"syntaxhighlight-enclose-category\";i:6653;s:37:\"syntaxhighlight-enclose-category-desc\";i:6654;s:31:\"syntaxhighlight-source-category\";i:6655;s:36:\"syntaxhighlight-source-category-desc\";i:6656;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6657;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6658;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6659;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6660;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6661;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6662;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6663;s:38:\"syntaxhighlight-error-unknown-language\";i:6664;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6665;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6666;s:22:\"action-mf-uploadbutton\";i:6667;s:20:\"beta-feature-minerva\";i:6668;s:32:\"beta-feature-minerva-description\";i:6669;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6670;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6671;s:37:\"mobile-frontend-account-create-submit\";i:6672;s:25:\"mobile-frontend-app-title\";i:6673;s:38:\"mobile-frontend-back-to-top-of-section\";i:6674;s:34:\"mobile-frontend-categories-heading\";i:6675;s:37:\"mobile-frontend-categories-subheading\";i:6676;s:32:\"mobile-frontend-categories-nocat\";i:6677;s:30:\"mobile-frontend-categories-add\";i:6678;s:33:\"mobile-frontend-categories-search\";i:6679;s:34:\"mobile-frontend-categories-nomatch\";i:6680;s:33:\"mobile-frontend-categories-nodata\";i:6681;s:34:\"mobile-frontend-categories-summary\";i:6682;s:38:\"mobile-frontend-categories-add-heading\";i:6683;s:35:\"mobile-frontend-categories-add-wait\";i:6684;s:30:\"mobile-frontend-changeslist-ip\";i:6685;s:37:\"mobile-frontend-changeslist-nocomment\";i:6686;s:28:\"mobile-frontend-clear-search\";i:6687;s:37:\"mobile-frontend-commons-category-view\";i:6688;s:36:\"mobile-frontend-contribution-summary\";i:6689;s:32:\"mobile-frontend-cookies-required\";i:6690;s:25:\"mobile-frontend-copyright\";i:6691;s:20:\"mobile-frontend-desc\";i:6692;s:33:\"mobile-frontend-diffview-404-desc\";i:6693;s:34:\"mobile-frontend-diffview-404-title\";i:6694;s:34:\"mobile-frontend-diffview-anonymous\";i:6695;s:35:\"mobile-frontend-diffview-bytesadded\";i:6696;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6697;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6698;s:34:\"mobile-frontend-diffview-editcount\";i:6699;s:34:\"mobile-frontend-diffview-explained\";i:6700;s:30:\"mobile-frontend-diffview-title\";i:6701;s:30:\"mobile-frontend-disable-images\";i:6702;s:36:\"mobile-frontend-dismiss-notification\";i:6703;s:33:\"mobile-frontend-donate-image-anon\";i:6704;s:36:\"mobile-frontend-donate-image-heading\";i:6705;s:41:\"mobile-frontend-donate-image-login-action\";i:6706;s:38:\"mobile-frontend-donate-image-nouploads\";i:6707;s:42:\"mobile-frontend-donate-image-signup-action\";i:6708;s:34:\"mobile-frontend-donate-image-title\";i:6709;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6710;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6711;s:29:\"mobile-frontend-drawer-cancel\";i:6712;s:33:\"mobile-frontend-edit-login-action\";i:6713;s:34:\"mobile-frontend-edit-signup-action\";i:6714;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6715;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6716;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6717;s:27:\"mobile-frontend-editor-anon\";i:6718;s:34:\"mobile-frontend-editor-anonwarning\";i:6719;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6720;s:35:\"mobile-frontend-editor-blocked-info\";i:6721;s:29:\"mobile-frontend-editor-cancel\";i:6722;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6723;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6724;s:31:\"mobile-frontend-editor-continue\";i:6725;s:26:\"mobile-frontend-editor-cta\";i:6726;s:31:\"mobile-frontend-editor-disabled\";i:6727;s:27:\"mobile-frontend-editor-edit\";i:6728;s:30:\"mobile-frontend-editor-editing\";i:6729;s:35:\"mobile-frontend-editor-editing-page\";i:6730;s:28:\"mobile-frontend-editor-error\";i:6731;s:37:\"mobile-frontend-editor-error-conflict\";i:6732;s:36:\"mobile-frontend-editor-error-loading\";i:6733;s:36:\"mobile-frontend-editor-error-preview\";i:6734;s:35:\"mobile-frontend-editor-keep-editing\";i:6735;s:32:\"mobile-frontend-editor-licensing\";i:6736;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6737;s:33:\"mobile-frontend-editor-terms-link\";i:6738;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6739;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6740;s:34:\"mobile-frontend-editor-placeholder\";i:6741;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6742;s:38:\"mobile-frontend-editor-previewing-page\";i:6743;s:37:\"mobile-frontend-editor-redirect-title\";i:6744;s:27:\"mobile-frontend-editor-save\";i:6745;s:30:\"mobile-frontend-editor-success\";i:6746;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6747;s:39:\"mobile-frontend-editor-success-new-page\";i:6748;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6749;s:38:\"mobile-frontend-editor-summary-request\";i:6750;s:30:\"mobile-frontend-editor-summary\";i:6751;s:37:\"mobile-frontend-editor-switch-confirm\";i:6752;s:36:\"mobile-frontend-editor-switch-editor\";i:6753;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6754;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6755;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6756;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6757;s:34:\"mobile-frontend-editor-unavailable\";i:6758;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6759;s:35:\"mobile-frontend-editor-uploadenable\";i:6760;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6761;s:27:\"mobile-frontend-editor-wait\";i:6762;s:36:\"mobile-frontend-editor-redlink-leave\";i:6763;s:38:\"mobile-frontend-editor-redlink-explain\";i:6764;s:37:\"mobile-frontend-editor-redlink-create\";i:6765;s:27:\"mobile-frontend-editor-bold\";i:6766;s:29:\"mobile-frontend-editor-italic\";i:6767;s:32:\"mobile-frontend-editor-bold-text\";i:6768;s:34:\"mobile-frontend-editor-italic-text\";i:6769;s:32:\"mobile-frontend-editor-reference\";i:6770;s:39:\"mobile-frontend-editor-insert-reference\";i:6771;s:36:\"mobile-frontend-editor-add-reference\";i:6772;s:29:\"mobile-frontend-enable-images\";i:6773;s:43:\"mobile-frontend-expand-sections-description\";i:6774;s:38:\"mobile-frontend-expand-sections-status\";i:6775;s:32:\"mobile-frontend-fontchanger-link\";i:6776;s:32:\"mobile-frontend-fontchanger-desc\";i:6777;s:32:\"mobile-frontend-featured-article\";i:6778;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6779;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6780;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6781;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6782;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6783;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6784;s:30:\"mobile-frontend-footer-contact\";i:6785;s:31:\"mobile-frontend-footer-sitename\";i:6786;s:32:\"mobile-frontend-generic-404-desc\";i:6787;s:33:\"mobile-frontend-generic-404-title\";i:6788;s:29:\"mobile-frontend-generic-login\";i:6789;s:36:\"mobile-frontend-generic-login-action\";i:6790;s:37:\"mobile-frontend-generic-signup-action\";i:6791;s:23:\"mobile-frontend-history\";i:6792;s:32:\"mobile-frontend-history-404-desc\";i:6793;s:33:\"mobile-frontend-history-404-title\";i:6794;s:34:\"mobile-frontend-history-no-results\";i:6795;s:27:\"mobile-frontend-home-button\";i:6796;s:36:\"mobile-frontend-image-cancel-confirm\";i:6797;s:38:\"mobile-frontend-image-heading-describe\";i:6798;s:31:\"mobile-frontend-image-uploading\";i:6799;s:29:\"mobile-frontend-images-status\";i:6800;s:40:\"mobile-frontend-language-article-heading\";i:6801;s:31:\"mobile-frontend-language-header\";i:6802;s:32:\"mobile-frontend-language-heading\";i:6803;s:36:\"mobile-frontend-language-site-choose\";i:6804;s:39:\"mobile-frontend-language-variant-header\";i:6805;s:34:\"mobile-frontend-languages-404-desc\";i:6806;s:35:\"mobile-frontend-languages-404-title\";i:6807;s:32:\"mobile-frontend-languages-header\";i:6808;s:37:\"mobile-frontend-languages-header-page\";i:6809;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6810;s:30:\"mobile-frontend-languages-text\";i:6811;s:40:\"mobile-frontend-languages-variant-header\";i:6812;s:34:\"mobile-frontend-last-modified-date\";i:6813;s:34:\"mobile-frontend-last-modified-days\";i:6814;s:35:\"mobile-frontend-last-modified-hours\";i:6815;s:38:\"mobile-frontend-last-modified-just-now\";i:6816;s:37:\"mobile-frontend-last-modified-minutes\";i:6817;s:36:\"mobile-frontend-last-modified-months\";i:6818;s:37:\"mobile-frontend-last-modified-seconds\";i:6819;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6820;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6821;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6822;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6823;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6824;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6825;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6826;s:35:\"mobile-frontend-last-modified-years\";i:6827;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6828;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6829;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6830;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6831;s:26:\"mobile-frontend-logged-out\";i:6832;s:21:\"mobile-frontend-login\";i:6833;s:25:\"mobile-frontend-main-menu\";i:6834;s:30:\"mobile-frontend-main-menu-back\";i:6835;s:40:\"mobile-frontend-main-menu-account-create\";i:6836;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6837;s:34:\"mobile-frontend-main-menu-featured\";i:6838;s:31:\"mobile-frontend-main-menu-login\";i:6839;s:32:\"mobile-frontend-main-menu-logout\";i:6840;s:32:\"mobile-frontend-main-menu-nearby\";i:6841;s:36:\"mobile-frontend-main-menu-page-title\";i:6842;s:34:\"mobile-frontend-main-menu-settings\";i:6843;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6844;s:32:\"mobile-frontend-main-menu-upload\";i:6845;s:35:\"mobile-frontend-main-menu-watchlist\";i:6846;s:29:\"mobile-frontend-media-details\";i:6847;s:34:\"mobile-frontend-media-license-link\";i:6848;s:32:\"mobile-frontend-meta-data-issues\";i:6849;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6850;s:39:\"mobile-frontend-meta-data-issues-header\";i:6851;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6852;s:29:\"mobile-frontend-missing-image\";i:6853;s:31:\"mobile-frontend-nearby-distance\";i:6854;s:38:\"mobile-frontend-nearby-distance-meters\";i:6855;s:28:\"mobile-frontend-nearby-error\";i:6856;s:37:\"mobile-frontend-nearby-error-guidance\";i:6857;s:30:\"mobile-frontend-nearby-loading\";i:6858;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6859;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6860;s:32:\"mobile-frontend-nearby-noresults\";i:6861;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6862;s:33:\"mobile-frontend-nearby-permission\";i:6863;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6864;s:30:\"mobile-frontend-nearby-refresh\";i:6865;s:35:\"mobile-frontend-nearby-requirements\";i:6866;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6867;s:28:\"mobile-frontend-nearby-title\";i:6868;s:34:\"mobile-frontend-nearby-sectiontext\";i:6869;s:26:\"mobile-frontend-news-items\";i:6870;s:30:\"mobile-frontend-opt-in-explain\";i:6871;s:29:\"mobile-frontend-overlay-close\";i:6872;s:32:\"mobile-frontend-overlay-continue\";i:6873;s:34:\"mobile-frontend-page-menu-contents\";i:6874;s:33:\"mobile-frontend-page-menu-history\";i:6875;s:33:\"mobile-frontend-page-edit-summary\";i:6876;s:24:\"mobile-frontend-password\";i:6877;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6878;s:36:\"mobile-frontend-password-placeholder\";i:6879;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6880;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6881;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6882;s:31:\"mobile-frontend-photo-licensing\";i:6883;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6884;s:31:\"mobile-frontend-photo-ownership\";i:6885;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6886;s:36:\"mobile-frontend-photo-ownership-help\";i:6887;s:28:\"mobile-frontend-photo-submit\";i:6888;s:28:\"mobile-frontend-photo-upload\";i:6889;s:33:\"mobile-frontend-photo-upload-anon\";i:6890;s:36:\"mobile-frontend-photo-upload-comment\";i:6891;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6892;s:34:\"mobile-frontend-photo-upload-error\";i:6893;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6894;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6895;s:36:\"mobile-frontend-photo-upload-generic\";i:6896;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6897;s:44:\"mobile-frontend-photo-upload-success-article\";i:6898;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6899;s:39:\"mobile-frontend-photo-upload-user-count\";i:6900;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6901;s:27:\"mobile-frontend-placeholder\";i:6902;s:31:\"mobile-frontend-placeholder-app\";i:6903;s:32:\"mobile-frontend-placeholder-beta\";i:6904;s:33:\"mobile-frontend-privacy-link-text\";i:6905;s:40:\"mobile-frontend-profile-activity-heading\";i:6906;s:29:\"mobile-frontend-profile-error\";i:6907;s:38:\"mobile-frontend-profile-footer-ancient\";i:6908;s:35:\"mobile-frontend-profile-footer-days\";i:6909;s:37:\"mobile-frontend-profile-footer-months\";i:6910;s:36:\"mobile-frontend-profile-footer-years\";i:6911;s:33:\"mobile-frontend-profile-last-edit\";i:6912;s:34:\"mobile-frontend-profile-last-thank\";i:6913;s:30:\"mobile-frontend-profile-noargs\";i:6914;s:30:\"mobile-frontend-profile-nouser\";i:6915;s:29:\"mobile-frontend-profile-title\";i:6916;s:37:\"mobile-frontend-profile-userpage-link\";i:6917;s:32:\"mobile-frontend-profile-usertalk\";i:6918;s:29:\"mobile-frontend-random-button\";i:6919;s:35:\"mobile-frontend-references-citation\";i:6920;s:28:\"mobile-frontend-regular-site\";i:6921;s:31:\"mobile-frontend-requires-mobile\";i:6922;s:30:\"mobile-frontend-requires-optin\";i:6923;s:30:\"mobile-frontend-requires-title\";i:6924;s:26:\"mobile-frontend-save-error\";i:6925;s:29:\"mobile-frontend-save-settings\";i:6926;s:32:\"mobile-frontend-saving-exit-page\";i:6927;s:30:\"mobile-frontend-search-content\";i:6928;s:41:\"mobile-frontend-search-content-no-results\";i:6929;s:33:\"mobile-frontend-search-no-results\";i:6930;s:29:\"mobile-frontend-search-submit\";i:6931;s:39:\"mobile-frontend-settings-images-explain\";i:6932;s:29:\"mobile-frontend-settings-beta\";i:6933;s:41:\"mobile-frontend-settings-site-description\";i:6934;s:36:\"mobile-frontend-settings-site-header\";i:6935;s:37:\"mobile-frontend-sign-in-error-heading\";i:6936;s:31:\"mobile-frontend-sign-in-heading\";i:6937;s:27:\"mobile-frontend-sign-in-why\";i:6938;s:31:\"mobile-frontend-sign-up-heading\";i:6939;s:29:\"mobile-frontend-talk-fullpage\";i:6940;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6941;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6942;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6943;s:33:\"mobile-frontend-talk-back-to-page\";i:6944;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6945;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6946;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6947;s:33:\"mobile-frontend-talk-edit-summary\";i:6948;s:30:\"mobile-frontend-talk-explained\";i:6949;s:36:\"mobile-frontend-talk-explained-empty\";i:6950;s:35:\"mobile-frontend-talk-overlay-header\";i:6951;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6952;s:26:\"mobile-frontend-talk-reply\";i:6953;s:31:\"mobile-frontend-talk-reply-info\";i:6954;s:34:\"mobile-frontend-talk-reply-success\";i:6955;s:35:\"mobile-frontend-talk-topic-feedback\";i:6956;s:32:\"mobile-frontend-talk-topic-error\";i:6957;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6958;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6959;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6960;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6961;s:31:\"mobile-frontend-talk-topic-wait\";i:6962;s:26:\"mobile-frontend-terms-text\";i:6963;s:30:\"mobile-frontend-thanked-notice\";i:6964;s:28:\"mobile-frontend-user-account\";i:6965;s:35:\"mobile-frontend-user-button-tooltip\";i:6966;s:32:\"mobile-frontend-user-newmessages\";i:6967;s:24:\"mobile-frontend-user-cta\";i:6968;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6969;s:24:\"mobile-frontend-username\";i:6970;s:36:\"mobile-frontend-username-placeholder\";i:6971;s:20:\"mobile-frontend-view\";i:6972;s:28:\"mobile-frontend-view-desktop\";i:6973;s:27:\"mobile-frontend-view-mobile\";i:6974;s:27:\"mobile-frontend-view-source\";i:6975;s:27:\"mobile-frontend-watch-login\";i:6976;s:29:\"mobile-frontend-watchlist-a-z\";i:6977;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6978;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6979;s:29:\"mobile-frontend-watchlist-add\";i:6980;s:35:\"mobile-frontend-watchlist-back-home\";i:6981;s:29:\"mobile-frontend-watchlist-cta\";i:6982;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:6983;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6984;s:30:\"mobile-frontend-watchlist-feed\";i:6985;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6986;s:36:\"mobile-frontend-watchlist-filter-all\";i:6987;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6988;s:38:\"mobile-frontend-watchlist-filter-other\";i:6989;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6990;s:38:\"mobile-frontend-watchlist-login-action\";i:6991;s:30:\"mobile-frontend-watchlist-more\";i:6992;s:37:\"mobile-frontend-watchlist-please-wait\";i:6993;s:31:\"mobile-frontend-watchlist-error\";i:6994;s:33:\"mobile-frontend-watchlist-purpose\";i:6995;s:33:\"mobile-frontend-watchlist-removed\";i:6996;s:39:\"mobile-frontend-watchlist-signup-action\";i:6997;s:30:\"mobile-frontend-watchlist-view\";i:6998;s:36:\"mobile-frontend-quick-lookup-looking\";i:6999;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7000;s:6:\"nearby\";i:7001;s:21:\"right-mf-uploadbutton\";i:7002;s:15:\"tag-mobile_edit\";i:7003;s:27:\"tag-mobile_edit-description\";i:7004;s:19:\"tag-mobile_web_edit\";i:7005;s:31:\"tag-mobile_web_edit-description\";i:7006;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7007;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7008;s:29:\"apihelp-mobileview-param-page\";i:7009;s:36:\"apihelp-mobileview-param-sectionprop\";i:7010;s:33:\"apihelp-mobileview-param-noimages\";i:7011;s:34:\"apihelp-mobileview-param-thumbsize\";i:7012;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7013;s:36:\"apihelp-mobileview-param-thumbheight\";i:7014;s:28:\"apihelp-mobileview-example-1\";i:7015;s:35:\"mobile-frontend-donate-button-label\";i:7016;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7017;s:31:\"mobile-frontend-loading-message\";i:7018;s:34:\"mobile-frontend-browse-tags-header\";i:7019;s:24:\"mobile-frontend-panel-ok\";i:7020;s:28:\"mobile-frontend-panel-cancel\";i:7021;s:41:\"mobile-frontend-search-feedback-link-text\";i:7022;s:38:\"mobile-frontend-search-feedback-prompt\";i:7023;s:20:\"googleanalytics-desc\";i:7024;s:17:\"right-noanalytics\";i:7025;s:7:\"sidebar\";i:7026;s:18:\"pagecategorieslink\";i:7027;s:25:\"categoryviewer-pagedlinks\";i:7028;s:9:\"sitetitle\";i:7029;s:12:\"sitesubtitle\";i:7030;s:10:\"addsection\";i:7031;s:14:\"talkpageheader\";i:7032;s:22:\"view-pool-dirty-output\";i:7033;s:20:\"view-pool-contention\";i:7034;s:17:\"view-pool-timeout\";i:7035;s:12:\"edithelppage\";i:7036;s:8:\"helppage\";i:7037;s:14:\"mainpage-title\";i:7038;s:23:\"mainpage-title-loggedin\";i:7039;s:23:\"pagetitle-view-mainpage\";i:7040;s:16:\"backlinksubtitle\";i:7041;s:9:\"feed-atom\";i:7042;s:8:\"feed-rss\";i:7043;s:10:\"sitenotice\";i:7044;s:10:\"anonnotice\";i:7045;s:28:\"newsectionheaderdefaultlevel\";i:7046;s:10:\"nstab-talk\";i:7047;s:23:\"createacct-helpusername\";i:7048;s:24:\"createacct-username-help\";i:7049;s:11:\"loginprompt\";i:7050;s:18:\"userlogout-summary\";i:7051;s:13:\"helplogin-url\";i:7052;s:26:\"createacct-imgcaptcha-help\";i:7053;s:24:\"createacct-benefit-icon1\";i:7054;s:24:\"createacct-benefit-head1\";i:7055;s:24:\"createacct-benefit-icon2\";i:7056;s:24:\"createacct-benefit-head2\";i:7057;s:24:\"createacct-benefit-icon3\";i:7058;s:24:\"createacct-benefit-head3\";i:7059;s:17:\"nocookiesforlogin\";i:7060;s:11:\"signupstart\";i:7061;s:9:\"signupend\";i:7062;s:15:\"signupend-https\";i:7063;s:11:\"emailsender\";i:7064;s:18:\"loginlanguagelinks\";i:7065;s:15:\"pear-mail-error\";i:7066;s:14:\"php-mail-error\";i:7067;s:22:\"changepassword-summary\";i:7068;s:19:\"changeemail-summary\";i:7069;s:19:\"resettokens-summary\";i:7070;s:8:\"sig-text\";i:7071;s:18:\"newarticletextanon\";i:7072;s:12:\"talkpagetext\";i:7073;s:17:\"noarticletextanon\";i:7074;s:17:\"editnotice-notext\";i:7075;s:23:\"editpage-head-copy-warn\";i:7076;s:20:\"editpage-tos-summary\";i:7077;s:13:\"longpage-hint\";i:7078;s:18:\"addsection-preload\";i:7079;s:20:\"addsection-editintro\";i:7080;s:26:\"createaccount-hook-aborted\";i:7081;s:21:\"revision-info-current\";i:7082;s:12:\"revision-nav\";i:7083;s:17:\"history_copyright\";i:7084;s:41:\"mergehistory-warning-redirect-not-created\";i:7085;s:24:\"mergehistory-revisionrow\";i:7086;s:26:\"mergehistory-redirect-text\";i:7087;s:18:\"pagemerge-logentry\";i:7088;s:14:\"search-summary\";i:7089;s:23:\"searchmenu-new-nocreate\";i:7090;s:23:\"search-interwiki-custom\";i:7091;s:12:\"googlesearch\";i:7092;s:15:\"opensearch-desc\";i:7093;s:19:\"preferences-summary\";i:7094;s:36:\"prefs-user-downloaddata-help-message\";i:7095;s:25:\"prefs-memberingroups-type\";i:7096;s:28:\"prefs-registration-date-time\";i:7097;s:18:\"userrights-summary\";i:7098;s:28:\"userrights-groupsmember-type\";i:7099;s:30:\"userrights-irreversible-marker\";i:7100;s:35:\"userrights-no-shorten-expiry-marker\";i:7101;s:6:\"ntimes\";i:7102;s:17:\"recentchanges-url\";i:7103;s:17:\"recentchangestext\";i:7104;s:26:\"recentchanges-legend-minor\";i:7105;s:24:\"recentchanges-legend-bot\";i:7106;s:32:\"recentchanges-legend-unpatrolled\";i:7107;s:30:\"recentchanges-legend-plusminus\";i:7108;s:30:\"rcfilters-tag-prefix-namespace\";i:7109;s:25:\"rcfilters-tag-prefix-tags\";i:7110;s:43:\"number-of-watching-users-for-recent-changes\";i:7111;s:14:\"rc-change-size\";i:7112;s:14:\"upload-summary\";i:7113;s:12:\"uploadfooter\";i:7114;s:26:\"upload-default-description\";i:7115;s:13:\"uploadedimage\";i:7116;s:14:\"overwroteimage\";i:7117;s:8:\"licenses\";i:7118;s:24:\"shareddescriptionfollows\";i:7119;s:35:\"filedelete-reason-dropdown-suppress\";i:7120;s:22:\"unwatchedpages-summary\";i:7121;s:21:\"listredirects-summary\";i:7122;s:23:\"unusedtemplates-summary\";i:7123;s:14:\"randompage-url\";i:7124;s:18:\"statistics-summary\";i:7125;s:24:\"statistics-articles-desc\";i:7126;s:21:\"statistics-files-desc\";i:7127;s:17:\"statistics-footer\";i:7128;s:21:\"pageswithprop-summary\";i:7129;s:23:\"doubleredirects-summary\";i:7130;s:23:\"brokenredirects-summary\";i:7131;s:29:\"brokenredirects-delete-reason\";i:7132;s:23:\"fewestrevisions-summary\";i:7133;s:19:\"lonelypages-summary\";i:7134;s:26:\"uncategorizedpages-summary\";i:7135;s:31:\"uncategorizedcategories-summary\";i:7136;s:27:\"uncategorizedimages-summary\";i:7137;s:30:\"uncategorizedtemplates-summary\";i:7138;s:24:\"unusedcategories-summary\";i:7139;s:20:\"unusedimages-summary\";i:7140;s:24:\"wantedcategories-summary\";i:7141;s:19:\"wantedfiles-summary\";i:7142;s:23:\"wantedtemplates-summary\";i:7143;s:18:\"mostlinked-summary\";i:7144;s:28:\"mostlinkedcategories-summary\";i:7145;s:27:\"mostlinkedtemplates-summary\";i:7146;s:22:\"mostcategories-summary\";i:7147;s:18:\"mostimages-summary\";i:7148;s:22:\"mostinterwikis-summary\";i:7149;s:21:\"mostrevisions-summary\";i:7150;s:19:\"prefixindex-summary\";i:7151;s:18:\"shortpages-summary\";i:7152;s:17:\"longpages-summary\";i:7153;s:20:\"deadendpages-summary\";i:7154;s:29:\"protectedpages-unknown-reason\";i:7155;s:17:\"listusers-summary\";i:7156;s:16:\"newpages-summary\";i:7157;s:20:\"ancientpages-summary\";i:7158;s:15:\"apihelp-summary\";i:7159;s:12:\"apihelp-link\";i:7160;s:18:\"apisandbox-summary\";i:7161;s:36:\"apisandbox-request-format-json-label\";i:7162;s:19:\"booksources-summary\";i:7163;s:6:\"rfcurl\";i:7164;s:9:\"pubmedurl\";i:7165;s:16:\"allpages-summary\";i:7166;s:18:\"categories-summary\";i:7167;s:28:\"deletedcontributions-summary\";i:7168;s:18:\"linksearch-summary\";i:7169;s:19:\"activeusers-summary\";i:7170;s:24:\"listgrants-grant-display\";i:7171;s:17:\"emailuser-summary\";i:7172;s:20:\"usermessage-template\";i:7173;s:17:\"watchlist-summary\";i:7174;s:17:\"watchlist-unwatch\";i:7175;s:22:\"watchlist-unwatch-undo\";i:7176;s:30:\"deletereason-dropdown-suppress\";i:7177;s:16:\"protectedarticle\";i:7178;s:25:\"modifiedarticleprotection\";i:7179;s:18:\"unprotectedarticle\";i:7180;s:22:\"movedarticleprotection\";i:7181;s:20:\"protect-summary-desc\";i:7182;s:17:\"restriction-blank\";i:7183;s:16:\"undelete-summary\";i:7184;s:22:\"undelete-revision-row2\";i:7185;s:21:\"contributions-summary\";i:7186;s:24:\"sp-contributions-explain\";i:7187;s:23:\"sp-contributions-footer\";i:7188;s:28:\"sp-contributions-footer-anon\";i:7189;s:34:\"sp-contributions-footer-anon-range\";i:7190;s:21:\"whatlinkshere-summary\";i:7191;s:15:\"unblock-summary\";i:7192;s:17:\"blocklist-summary\";i:7193;s:13:\"blocklogentry\";i:7194;s:16:\"reblock-logentry\";i:7195;s:15:\"unblocklogentry\";i:7196;s:5:\"sorbs\";i:7197;s:18:\"ipb-default-expiry\";i:7198;s:21:\"ipb-default-expiry-ip\";i:7199;s:16:\"movepage-summary\";i:7200;s:18:\"move-redirect-text\";i:7201;s:31:\"category-move-redirect-override\";i:7202;s:14:\"export-summary\";i:7203;s:14:\"import-summary\";i:7204;s:22:\"import-logentry-upload\";i:7205;s:25:\"import-logentry-interwiki\";i:7206;s:21:\"accesskey-pt-userpage\";i:7207;s:25:\"accesskey-pt-anonuserpage\";i:7208;s:19:\"accesskey-pt-mytalk\";i:7209;s:21:\"accesskey-pt-anontalk\";i:7210;s:24:\"accesskey-pt-preferences\";i:7211;s:22:\"accesskey-pt-watchlist\";i:7212;s:22:\"accesskey-pt-mycontris\";i:7213;s:25:\"accesskey-pt-anoncontribs\";i:7214;s:18:\"accesskey-pt-login\";i:7215;s:26:\"accesskey-pt-login-private\";i:7216;s:19:\"accesskey-pt-logout\";i:7217;s:26:\"accesskey-pt-createaccount\";i:7218;s:17:\"accesskey-ca-view\";i:7219;s:17:\"accesskey-ca-talk\";i:7220;s:17:\"accesskey-ca-edit\";i:7221;s:23:\"accesskey-ca-addsection\";i:7222;s:23:\"accesskey-ca-viewsource\";i:7223;s:20:\"accesskey-ca-history\";i:7224;s:20:\"accesskey-ca-protect\";i:7225;s:22:\"accesskey-ca-unprotect\";i:7226;s:19:\"accesskey-ca-delete\";i:7227;s:21:\"accesskey-ca-undelete\";i:7228;s:17:\"accesskey-ca-move\";i:7229;s:18:\"accesskey-ca-watch\";i:7230;s:20:\"accesskey-ca-unwatch\";i:7231;s:16:\"accesskey-search\";i:7232;s:19:\"accesskey-search-go\";i:7233;s:25:\"accesskey-search-fulltext\";i:7234;s:16:\"accesskey-p-logo\";i:7235;s:26:\"accesskey-n-help-mediawiki\";i:7236;s:20:\"accesskey-n-mainpage\";i:7237;s:32:\"accesskey-n-mainpage-description\";i:7238;s:18:\"accesskey-n-portal\";i:7239;s:25:\"accesskey-n-currentevents\";i:7240;s:25:\"accesskey-n-recentchanges\";i:7241;s:22:\"accesskey-n-randompage\";i:7242;s:16:\"accesskey-n-help\";i:7243;s:25:\"accesskey-t-whatlinkshere\";i:7244;s:31:\"accesskey-t-recentchangeslinked\";i:7245;s:18:\"accesskey-feed-rss\";i:7246;s:19:\"accesskey-feed-atom\";i:7247;s:25:\"accesskey-t-contributions\";i:7248;s:21:\"accesskey-t-emailuser\";i:7249;s:16:\"accesskey-t-info\";i:7250;s:21:\"accesskey-t-permalink\";i:7251;s:17:\"accesskey-t-print\";i:7252;s:18:\"accesskey-t-upload\";i:7253;s:24:\"accesskey-t-specialpages\";i:7254;s:23:\"accesskey-ca-nstab-main\";i:7255;s:23:\"accesskey-ca-nstab-user\";i:7256;s:24:\"accesskey-ca-nstab-media\";i:7257;s:26:\"accesskey-ca-nstab-special\";i:7258;s:26:\"accesskey-ca-nstab-project\";i:7259;s:24:\"accesskey-ca-nstab-image\";i:7260;s:28:\"accesskey-ca-nstab-mediawiki\";i:7261;s:27:\"accesskey-ca-nstab-template\";i:7262;s:23:\"accesskey-ca-nstab-help\";i:7263;s:27:\"accesskey-ca-nstab-category\";i:7264;s:19:\"accesskey-minoredit\";i:7265;s:14:\"accesskey-save\";i:7266;s:17:\"accesskey-publish\";i:7267;s:17:\"accesskey-preview\";i:7268;s:14:\"accesskey-diff\";i:7269;s:33:\"accesskey-compareselectedversions\";i:7270;s:15:\"accesskey-watch\";i:7271;s:26:\"accesskey-watchlist-expiry\";i:7272;s:16:\"accesskey-upload\";i:7273;s:26:\"accesskey-preferences-save\";i:7274;s:17:\"accesskey-summary\";i:7275;s:24:\"accesskey-userrights-set\";i:7276;s:23:\"accesskey-blockip-block\";i:7277;s:16:\"accesskey-export\";i:7278;s:16:\"accesskey-import\";i:7279;s:37:\"accesskey-watchlistedit-normal-submit\";i:7280;s:34:\"accesskey-watchlistedit-raw-submit\";i:7281;s:15:\"tooltip-ca-view\";i:7282;s:14:\"tooltip-p-lang\";i:7283;s:20:\"tooltip-p-navigation\";i:7284;s:20:\"tooltip-p-namespaces\";i:7285;s:12:\"tooltip-p-tb\";i:7286;s:18:\"tooltip-p-variants\";i:7287;s:15:\"tooltip-p-views\";i:7288;s:36:\"tooltip-p-user-interface-preferences\";i:7289;s:19:\"tooltip-p-user-page\";i:7290;s:24:\"tooltip-n-help-mediawiki\";i:7291;s:33:\"interlanguage-link-title-langonly\";i:7292;s:32:\"interlanguage-link-title-nonlang\";i:7293;s:36:\"interlanguage-link-title-nonlangonly\";i:7294;s:15:\"pageinfo-header\";i:7295;s:15:\"pageinfo-footer\";i:7296;s:19:\"markaspatrolledlink\";i:7297;s:11:\"widthheight\";i:7298;s:13:\"newimagestext\";i:7299;s:8:\"today-at\";i:7300;s:19:\"variantname-zh-hant\";i:7301;s:17:\"variantname-zh-cn\";i:7302;s:17:\"variantname-zh-tw\";i:7303;s:17:\"variantname-zh-hk\";i:7304;s:17:\"variantname-zh-mo\";i:7305;s:17:\"variantname-zh-sg\";i:7306;s:17:\"variantname-zh-my\";i:7307;s:14:\"variantname-zh\";i:7308;s:20:\"variantname-gan-hans\";i:7309;s:20:\"variantname-gan-hant\";i:7310;s:15:\"variantname-gan\";i:7311;s:19:\"variantname-sr-cyrl\";i:7312;s:17:\"variantname-sr-ec\";i:7313;s:17:\"variantname-sr-el\";i:7314;s:19:\"variantname-sr-latn\";i:7315;s:14:\"variantname-sr\";i:7316;s:17:\"variantname-kk-kz\";i:7317;s:17:\"variantname-kk-tr\";i:7318;s:17:\"variantname-kk-cn\";i:7319;s:19:\"variantname-kk-cyrl\";i:7320;s:19:\"variantname-kk-latn\";i:7321;s:19:\"variantname-kk-arab\";i:7322;s:14:\"variantname-kk\";i:7323;s:19:\"variantname-ku-arab\";i:7324;s:19:\"variantname-ku-latn\";i:7325;s:14:\"variantname-ku\";i:7326;s:19:\"variantname-tg-cyrl\";i:7327;s:19:\"variantname-tg-latn\";i:7328;s:14:\"variantname-tg\";i:7329;s:20:\"variantname-tly-cyrl\";i:7330;s:15:\"variantname-tly\";i:7331;s:20:\"variantname-ike-cans\";i:7332;s:20:\"variantname-ike-latn\";i:7333;s:14:\"variantname-iu\";i:7334;s:20:\"variantname-shi-tfng\";i:7335;s:20:\"variantname-shi-latn\";i:7336;s:15:\"variantname-shi\";i:7337;s:14:\"variantname-uz\";i:7338;s:19:\"variantname-uz-latn\";i:7339;s:19:\"variantname-uz-cyrl\";i:7340;s:15:\"variantname-crh\";i:7341;s:20:\"variantname-crh-latn\";i:7342;s:20:\"variantname-crh-cyrl\";i:7343;s:17:\"metadata-langitem\";i:7344;s:25:\"metadata-langitem-default\";i:7345;s:19:\"semicolon-separator\";i:7346;s:15:\"comma-separator\";i:7347;s:15:\"colon-separator\";i:7348;s:18:\"autocomment-prefix\";i:7349;s:14:\"pipe-separator\";i:7350;s:14:\"word-separator\";i:7351;s:8:\"ellipsis\";i:7352;s:7:\"percent\";i:7353;s:11:\"parentheses\";i:7354;s:17:\"parentheses-start\";i:7355;s:15:\"parentheses-end\";i:7356;s:8:\"brackets\";i:7357;s:14:\"brackets-start\";i:7358;s:12:\"brackets-end\";i:7359;s:12:\"img-lang-opt\";i:7360;s:29:\"block-autoblock-exemptionlist\";i:7361;s:15:\"size-ronnabytes\";i:7362;s:16:\"size-quettabytes\";i:7363;s:15:\"size-zettapixel\";i:7364;s:15:\"size-ronnapixel\";i:7365;s:16:\"size-quettapixel\";i:7366;s:17:\"bitrate-ronnabits\";i:7367;s:18:\"bitrate-quettabits\";i:7368;s:21:\"editwatchlist-summary\";i:7369;s:14:\"signature-anon\";i:7370;s:15:\"version-summary\";i:7371;s:15:\"version-version\";i:7372;s:20:\"version-db-mysql-url\";i:7373;s:22:\"version-db-mariadb-url\";i:7374;s:22:\"version-db-percona-url\";i:7375;s:23:\"version-db-postgres-url\";i:7376;s:21:\"version-db-sqlite-url\";i:7377;s:29:\"version-entrypoints-index-php\";i:7378;s:27:\"version-entrypoints-api-php\";i:7379;s:28:\"version-entrypoints-rest-php\";i:7380;s:13:\"redirect-text\";i:7381;s:20:\"specialpages-summary\";i:7382;s:24:\"specialpages-note-cached\";i:7383;s:12:\"tags-summary\";i:7384;s:30:\"tags-edit-revision-explanation\";i:7385;s:30:\"tags-edit-logentry-explanation\";i:7386;s:20:\"comparepages-summary\";i:7387;s:17:\"diff-form-summary\";i:7388;s:21:\"permanentlink-summary\";i:7389;s:18:\"newsection-summary\";i:7390;s:16:\"editpage-summary\";i:7391;s:18:\"deletepage-summary\";i:7392;s:16:\"pageinfo-summary\";i:7393;s:19:\"pagehistory-summary\";i:7394;s:19:\"protectpage-summary\";i:7395;s:13:\"purge-summary\";i:7396;s:10:\"rawmessage\";i:7397;s:14:\"deletedarticle\";i:7398;s:16:\"undeletedarticle\";i:7399;s:15:\"patrol-log-line\";i:7400;s:15:\"patrol-log-auto\";i:7401;s:15:\"patrol-log-diff\";i:7402;s:9:\"1movedto2\";i:7403;s:15:\"1movedto2_redir\";i:7404;s:23:\"newuserlog-create-entry\";i:7405;s:24:\"newuserlog-create2-entry\";i:7406;s:27:\"newuserlog-autocreate-entry\";i:7407;s:14:\"rightslogentry\";i:7408;s:26:\"rightslogentry-autopromote\";i:7409;s:31:\"limitreport-unstrip-depth-value\";i:7410;s:25:\"mediastatistics-header-3d\";i:7411;s:35:\"authmanager-account-password-domain\";i:7412;s:37:\"authprovider-confirmlink-request-help\";i:7413;s:31:\"passwordpolicies-policy-display\";i:7414;s:40:\"passwordpolicies-policy-displaywithflags\";i:7415;s:26:\"copyupload-allowed-domains\";i:7416;s:19:\"exif-fnumber-format\";i:7417;s:22:\"exif-coordinate-format\";i:7418;s:15:\"exif-make-value\";i:7419;s:16:\"exif-model-value\";i:7420;s:19:\"exif-software-value\";i:7421;s:27:\"exif-software-version-value\";i:7422;s:18:\"exif-contact-value\";i:7423;s:26:\"exif-subjectnewscode-value\";i:7424;s:18:\"exif-compression-8\";i:7425;s:22:\"exif-compression-32773\";i:7426;s:22:\"exif-compression-32946\";i:7427;s:22:\"exif-compression-34712\";i:7428;s:32:\"exif-photometricinterpretation-2\";i:7429;s:32:\"exif-photometricinterpretation-6\";i:7430;s:32:\"exif-photometricinterpretation-8\";i:7431;s:17:\"exif-colorspace-1\";i:7432;s:30:\"exif-componentsconfiguration-1\";i:7433;s:30:\"exif-componentsconfiguration-2\";i:7434;s:30:\"exif-componentsconfiguration-3\";i:7435;s:30:\"exif-componentsconfiguration-4\";i:7436;s:30:\"exif-componentsconfiguration-5\";i:7437;s:30:\"exif-componentsconfiguration-6\";i:7438;s:19:\"exif-lightsource-20\";i:7439;s:19:\"exif-lightsource-21\";i:7440;s:19:\"exif-lightsource-22\";i:7441;s:19:\"exif-lightsource-23\";i:7442;s:27:\"exif-maxaperturevalue-value\";i:7443;s:20:\"apihelp-main-summary\";i:7444;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7445;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:7446;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:7447;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:7448;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:7449;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:7450;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:7451;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:7452;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:7453;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:7454;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:7455;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:7456;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:7457;s:36:\"apihelp-query+info-param-linkcontext\";i:7458;s:42:\"apihelp-query+info-param-testactionsdetail\";i:7459;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:7460;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:7461;s:47:\"apihelp-query+languageinfo-extended-description\";i:7462;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:7463;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:7464;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:7465;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:7466;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:7467;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:7468;s:37:\"apihelp-query+languageinfo-param-code\";i:7469;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:7470;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:7471;s:38:\"apihelp-query+recentchanges-param-slot\";i:7472;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:7473;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:7474;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:7475;s:40:\"apihelp-query+revisions+base-param-slots\";i:7476;s:40:\"apihelp-query+usercontribs-param-iprange\";i:7477;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:7478;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:7479;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:7480;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:7481;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:7482;s:35:\"apihelp-undelete-param-undeletetalk\";i:7483;s:36:\"apihelp-upload-param-watchlistexpiry\";i:7484;s:26:\"apihelp-watch-param-expiry\";i:7485;s:34:\"apihelp-watch-example-watch-expiry\";i:7486;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:7487;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:7488;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:7489;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:7490;s:14:\"api-help-flags\";i:7491;s:18:\"api-help-help-urls\";i:7492;s:24:\"api-help-parameters-note\";i:7493;s:22:\"api-help-datatypes-top\";i:7494;s:25:\"api-help-datatype-boolean\";i:7495;s:24:\"api-help-datatype-expiry\";i:7496;s:27:\"api-help-datatype-timestamp\";i:7497;s:26:\"api-help-param-type-expiry\";i:7498;s:35:\"api-help-param-type-presenceboolean\";i:7499;s:32:\"api-help-no-extended-description\";i:7500;s:33:\"apierror-compare-maintextrequired\";i:7501;s:31:\"apierror-compare-nofromrevision\";i:7502;s:29:\"apierror-compare-notorevision\";i:7503;s:26:\"apierror-concurrency-limit\";i:7504;s:36:\"apierror-compare-relative-to-deleted\";i:7505;s:30:\"apierror-contentmodel-mismatch\";i:7506;s:29:\"apierror-edit-invalidredirect\";i:7507;s:28:\"apierror-exceptioncaughttype\";i:7508;s:21:\"apierror-ipoutofrange\";i:7509;s:34:\"apierror-missingcontent-revid-role\";i:7510;s:23:\"apierror-stashexception\";i:7511;s:23:\"apiwarn-compare-no-next\";i:7512;s:23:\"apiwarn-compare-no-prev\";i:7513;s:32:\"apiwarn-deprecation-missingparam\";i:7514;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7515;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7516;s:30:\"paramvalidator-param-sensitive\";i:7517;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7518;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7519;s:33:\"mobile-frontend-categories-normal\";i:7520;s:33:\"mobile-frontend-categories-hidden\";i:7521;s:32:\"mobile-frontend-current-language\";i:7522;s:30:\"mobile-frontend-diffview-comma\";i:7523;s:31:\"mobile-frontend-pointer-dismiss\";i:7524;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7525;s:33:\"mobile-frontend-generic-login-new\";i:7526;s:42:\"mobile-frontend-page-menu-language-current\";i:7527;s:25:\"mobile-frontend-terms-url\";i:7528;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7529;s:10:\"mobile.css\";i:7530;s:9:\"mobile.js\";i:7531;s:16:\"skinname-minerva\";i:7532;s:30:\"apihelp-mobileview-description\";i:7533;s:33:\"apihelp-mobileview-param-redirect\";i:7534;s:33:\"apihelp-mobileview-param-sections\";i:7535;s:29:\"apihelp-mobileview-param-prop\";i:7536;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7537;s:34:\"apihelp-mobileview-param-pageprops\";i:7538;s:32:\"apihelp-mobileview-param-variant\";i:7539;s:35:\"apihelp-mobileview-param-noheadings\";i:7540;s:36:\"apihelp-mobileview-param-notransform\";i:7541;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7542;s:31:\"apihelp-mobileview-param-offset\";i:7543;s:31:\"apihelp-mobileview-param-maxlen\";i:7544;s:28:\"apihelp-mobileview-example-2\";i:7545;s:28:\"apihelp-mobileview-example-3\";i:7546;s:32:\"apihelp-parse-param-mobileformat\";i:7547;s:28:\"apihelp-parse-param-noimages\";i:7548;s:28:\"apihelp-parse-param-mainpage\";i:7549;s:31:\"mobile-frontend-console-recruit\";i:7550;s:35:\"mobile-frontend-panel-betaoptin-msg\";}}'),('ab','magicWords','a:172:{s:5:\"index\";a:4:{i:0;i:1;i:1;s:18:\"__АИНДЕКС__\";i:2;s:16:\"__ИНДЕКС__\";i:3;s:9:\"__INDEX__\";}s:8:\"language\";a:4:{i:0;i:0;i:1;s:16:\"#АБЫЗШӘА:\";i:2;s:10:\"#ЯЗЫК:\";i:3;s:10:\"#LANGUAGE:\";}s:7:\"special\";a:4:{i:0;i:0;i:1;s:12:\"цастәи\";i:2;s:18:\"служебная\";i:3;s:7:\"special\";}s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:31:\"КОДИРОВАТЬ_МЕТКУ\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:24:\"ПУТЬ_К_СТАТЬЕ\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:46:\"ОСНОВА_НАЗВАНИЯ_СТРАНИЦЫ\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:48:\"ОСНОВА_НАЗВАНИЯ_СТРАНИЦЫ_2\";i:2;s:13:\"BASEPAGENAMEE\";}s:15:\"contentlanguage\";a:4:{i:0;i:1;i:1;s:29:\"ЯЗЫК_СОДЕРЖАНИЯ\";i:2;s:15:\"CONTENTLANGUAGE\";i:3;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:23:\"ТЕКУЩИЙ_ДЕНЬ\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:25:\"ТЕКУЩИЙ_ДЕНЬ_2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:40:\"НАЗВАНИЕ_ТЕКУЩЕГО_ДНЯ\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:36:\"ТЕКУЩИЙ_ДЕНЬ_НЕДЕЛИ\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:21:\"ТЕКУЩИЙ_ЧАС\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:25:\"ТЕКУЩИЙ_МЕСЯЦ\";i:2;s:27:\"ТЕКУЩИЙ_МЕСЯЦ_2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:27:\"ТЕКУЩИЙ_МЕСЯЦ_1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_ТЕКУЩЕГО_МЕСЯЦА_АБР\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:46:\"НАЗВАНИЕ_ТЕКУЩЕГО_МЕСЯЦА\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_ТЕКУЩЕГО_МЕСЯЦА_РОД\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:25:\"ТЕКУЩЕЕ_ВРЕМЯ\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:46:\"ОТМЕТКА_ТЕКУЩЕГО_ВРЕМЕНИ\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:27:\"ТЕКУЩАЯ_ВЕРСИЯ\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:27:\"ТЕКУЩАЯ_НЕДЕЛЯ\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:21:\"ТЕКУЩИЙ_ГОД\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:6:{i:0;i:1;i:1;s:44:\"СОРТИРОВКА_ПО_УМОЛЧАНИЮ\";i:2;s:29:\"КЛЮЧ_СОРТИРОВКИ\";i:3;s:12:\"DEFAULTSORT:\";i:4;s:15:\"DEFAULTSORTKEY:\";i:5;s:20:\"DEFAULTCATEGORYSORT:\";}s:13:\"directionmark\";a:4:{i:0;i:1;i:1;s:35:\"НАПРАВЛЕНИЕ_ПИСЬМА\";i:2;s:13:\"DIRECTIONMARK\";i:3;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:35:\"ПОКАЗАТЬ_ЗАГОЛОВОК\";i:2;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:23:\"ПУТЬ_К_ФАЙЛУ:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:4:{i:0;i:0;i:1;s:49:\"__ОБЯЗАТЕЛЬНОЕ_ОГЛАВЛЕНИЕ__\";i:2;s:19:\"__ОБЯЗ_ОГЛ__\";i:3;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:20:\"форматдаты\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:37:\"ФОРМАТИРОВАТЬ_ЧИСЛО\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:46:\"ПОЛНОЕ_НАЗВАНИЕ_СТРАНИЦЫ\";i:2;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:48:\"ПОЛНОЕ_НАЗВАНИЕ_СТРАНИЦЫ_2\";i:2;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:24:\"ПОЛНЫЙ_АДРЕС:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:26:\"ПОЛНЫЙ_АДРЕС_2:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"ПОЛ:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:11:\"ПАДЕЖ:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:37:\"__СКРЫТАЯ_КАТЕГОРИЯ__\";i:2;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:11:\"альт=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:18:\"основание\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:14:\"граница\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:10:\"снизу\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:10:\"центр\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:10:\"img_framed\";a:5:{i:0;i:1;i:1;s:16:\"обрамить\";i:2;s:5:\"frame\";i:3;s:6:\"framed\";i:4;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:16:\"безрамки\";i:2;s:9:\"frameless\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:10:\"слева\";i:2;s:4:\"left\";}s:8:\"img_link\";a:3:{i:0;i:1;i:1;s:15:\"ссылка=$1\";i:2;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:11:\"мини=$1\";i:2;s:21:\"миниатюра=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:20:\"посередине\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:6:\"без\";i:2;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:19:\"страница=$1\";i:2;s:19:\"страница $1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:12:\"справа\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:6:\"под\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:4:{i:0;i:1;i:1;s:6:\"над\";i:2;s:5:\"super\";i:3;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:21:\"текст-снизу\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:23:\"текст-сверху\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:8:\"мини\";i:2;s:18:\"миниатюра\";i:3;s:5:\"thumb\";i:4;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:12:\"сверху\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:24:\"сверхусправа\";i:2;s:27:\"сверхусправа=$1\";i:3;s:27:\"сверхусправа $1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:3:{i:0;i:1;i:1;s:8:\"$1пкс\";i:2;s:4:\"$1px\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:11:\"ВНУТР:\";i:2;s:4:\"INT:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:36:\"МАЛЕНЬКИМИ_БУКВАМИ:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:43:\"ПЕРВАЯ_БУКВА_МАЛЕНЬКАЯ:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:23:\"МЕСТНЫЙ_ДЕНЬ\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:25:\"МЕСТНЫЙ_ДЕНЬ_2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:40:\"НАЗВАНИЕ_МЕСТНОГО_ДНЯ\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:36:\"МЕСТНЫЙ_ДЕНЬ_НЕДЕЛИ\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:21:\"МЕСТНЫЙ_ЧАС\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:25:\"МЕСТНЫЙ_МЕСЯЦ\";i:2;s:27:\"МЕСТНЫЙ_МЕСЯЦ_2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:27:\"МЕСТНЫЙ_МЕСЯЦ_1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_МЕСТНОГО_МЕСЯЦА_АБР\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:46:\"НАЗВАНИЕ_МЕСТНОГО_МЕСЯЦА\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_МЕСТНОГО_МЕСЯЦА_РОД\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:25:\"МЕСТНОЕ_ВРЕМЯ\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:46:\"ОТМЕТКА_МЕСТНОГО_ВРЕМЕНИ\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:30:\"ЛОКАЛЬНЫЙ_АДРЕС:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:32:\"ЛОКАЛЬНЫЙ_АДРЕС_2:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:27:\"МЕСТНАЯ_НЕДЕЛЯ\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:21:\"МЕСТНЫЙ_ГОД\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:4:{i:0;i:0;i:1;s:19:\"СООБЩЕНИЕ:\";i:2;s:11:\"СООБЩ:\";i:3;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:27:\"СООБЩ_БЕЗ_ВИКИ:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:33:\"ПРОСТРАНСТВО_ИМЁН\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:35:\"ПРОСТРАНСТВО_ИМЁН_2\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:44:\"НОМЕР_ПРОСТРАНСТВА_ИМЁН\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:45:\"__ССЫЛКА_НА_НОВЫЙ_РАЗДЕЛ__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:4:{i:0;i:0;i:1;s:52:\"__БЕЗ_ПРЕОБРАЗОВАНИЯ_ТЕКСТА__\";i:2;s:20:\"__NOCONTENTCONVERT__\";i:3;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:54:\"__БЕЗ_РЕДАКТИРОВАНИЯ_РАЗДЕЛА__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:25:\"__БЕЗ_ГАЛЕРЕИ__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:25:\"__БЕЗ_ИНДЕКСА__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:52:\"__БЕЗ_ССЫЛКИ_НА_НОВЫЙ_РАЗДЕЛ__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:4:{i:0;i:0;i:1;s:58:\"__БЕЗ_ПРЕОБРАЗОВАНИЯ_ЗАГОЛОВКА__\";i:2;s:18:\"__NOTITLECONVERT__\";i:3;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:31:\"__БЕЗ_ОГЛАВЛЕНИЯ__\";i:2;s:17:\"__БЕЗ_ОГЛ__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:5:\"ПИ:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"ПИК:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:4:{i:0;i:1;i:1;s:26:\"ЧИСЛО_В_ГРУППЕ\";i:2;s:13:\"NUMBERINGROUP\";i:3;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:58:\"КОЛИЧЕСТВО_АКТИВНЫХ_УЧАСТНИКОВ\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:51:\"КОЛИЧЕСТВО_АДМИНИСТРАТОРОВ\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:33:\"КОЛИЧЕСТВО_СТАТЕЙ\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:33:\"КОЛИЧЕСТВО_ПРАВОК\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:33:\"КОЛИЧЕСТВО_ФАЙЛОВ\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:35:\"КОЛИЧЕСТВО_СТРАНИЦ\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:41:\"КОЛИЧЕСТВО_УЧАСТНИКОВ\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:29:\"ЗАПОЛНИТЬ_СЛЕВА\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:31:\"ЗАПОЛНИТЬ_СПРАВА\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:43:\"ИДЕНТИФИКАТОР_СТРАНИЦЫ\";i:2;s:6:\"PAGEID\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:33:\"НАЗВАНИЕ_СТРАНИЦЫ\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:35:\"НАЗВАНИЕ_СТРАНИЦЫ_2\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:4:{i:0;i:1;i:1;s:36:\"СТРАНИЦ_В_КАТЕГОРИИ\";i:2;s:15:\"PAGESINCATEGORY\";i:3;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:6:\"все\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:10:\"файлы\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:16:\"страницы\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:24:\"подкатегории\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:4:{i:0;i:1;i:1;s:52:\"СТРАНИЦ_В_ПРОСТРАНСТВЕ_ИМЁН:\";i:2;s:17:\"PAGESINNAMESPACE:\";i:3;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:29:\"РАЗМЕР_СТРАНИЦЫ\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:38:\"МНОЖЕСТВЕННОЕ_ЧИСЛО:\";i:2;s:7:\"PLURAL:\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:27:\"УРОВЕНЬ_ЗАЩИТЫ\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:15:\"НЕОБРАБ:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:2:\"Н\";i:2;s:1:\"R\";}s:8:\"redirect\";a:4:{i:0;i:0;i:1;s:31:\"#перенаправление\";i:2;s:17:\"#перенапр\";i:3;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:21:\"ДЕНЬ_ВЕРСИИ\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:23:\"ДЕНЬ_ВЕРСИИ_2\";i:2;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:17:\"ИД_ВЕРСИИ\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:23:\"МЕСЯЦ_ВЕРСИИ\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:25:\"МЕСЯЦ_ВЕРСИИ_1\";i:2;s:14:\"REVISIONMONTH1\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:42:\"ОТМЕТКА_ВРЕМЕНИ_ВЕРСИИ\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:31:\"ВЕРСИЯ_УЧАСТНИКА\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:19:\"ГОД_ВЕРСИИ\";i:2;s:12:\"REVISIONYEAR\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:17:\"ЗАЩПОДСТ:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:26:\"ПУТЬ_К_СКРИПТУ\";i:2;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:12:\"СЕРВЕР\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:31:\"НАЗВАНИЕ_СЕРВЕРА\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:27:\"НАЗВАНИЕ_САЙТА\";i:2;s:8:\"SITENAME\";}s:14:\"staticredirect\";a:3:{i:0;i:1;i:1;s:57:\"__СТАТИЧЕСКОЕ_ПЕРЕНАПРАВЛЕНИЕ__\";i:2;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:22:\"ПУТЬ_К_СТИЛЮ\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:4:{i:0;i:1;i:1;s:46:\"НАЗВАНИЕ_СТРАНИЦЫ_СТАТЬИ\";i:2;s:15:\"SUBJECTPAGENAME\";i:3;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:4:{i:0;i:1;i:1;s:48:\"НАЗВАНИЕ_СТРАНИЦЫ_СТАТЬИ_2\";i:2;s:16:\"SUBJECTPAGENAMEE\";i:3;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:4:{i:0;i:1;i:1;s:37:\"ПРОСТРАНСТВО_СТАТЕЙ\";i:2;s:12:\"SUBJECTSPACE\";i:3;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:4:{i:0;i:1;i:1;s:39:\"ПРОСТРАНСТВО_СТАТЕЙ_2\";i:2;s:13:\"SUBJECTSPACEE\";i:3;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:39:\"НАЗВАНИЕ_ПОДСТРАНИЦЫ\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:41:\"НАЗВАНИЕ_ПОДСТРАНИЦЫ_2\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:4:{i:0;i:0;i:1;s:23:\"ПОДСТАНОВКА:\";i:2;s:11:\"ПОДСТ:\";i:3;s:6:\"SUBST:\";}s:3:\"tag\";a:5:{i:0;i:0;i:1;s:10:\"метка\";i:2;s:6:\"тег\";i:3;s:6:\"тэг\";i:4;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:54:\"НАЗВАНИЕ_СТРАНИЦЫ_ОБСУЖДЕНИЯ\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:56:\"НАЗВАНИЕ_СТРАНИЦЫ_ОБСУЖДЕНИЯ_2\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:45:\"ПРОСТРАНСТВО_ОБСУЖДЕНИЙ\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:47:\"ПРОСТРАНСТВО_ОБСУЖДЕНИЙ_2\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:4:{i:0;i:0;i:1;s:24:\"__ОГЛАВЛЕНИЕ__\";i:2;s:10:\"__ОГЛ__\";i:3;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:32:\"БОЛЬШИМИ_БУКВАМИ:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:39:\"ПЕРВАЯ_БУКВА_БОЛЬШАЯ:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:40:\"ЗАКОДИРОВАННЫЙ_АДРЕС:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:8:\"ПУТЬ\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:12:\"ЗАПРОС\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ВИКИ\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}}'),('ab','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ab','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ab','messages:about','s:15:\"ab:Ахҳәаа\";'),('ab','messages:aboutpage','s:23:\"ab:Project:Ахҳәаа\";'),('ab','messages:aboutsite','s:28:\"ab:{{SITENAME}} иазкны\";'),('ab','messages:abusefilter-edit-builder-vars-user-mobile','s:96:\"ru:Редактирует ли участник через мобильный интерфейс\";'),('ab','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ab','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ab','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ab','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ab','messages:accesskey-ca-history','s:4:\"en:h\";'),('ab','messages:accesskey-ca-move','s:4:\"en:m\";'),('ab','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ab','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ab','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ab','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ab','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ab','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ab','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ab','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ab','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ab','messages:accesskey-ca-view','s:3:\"en:\";'),('ab','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ab','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ab','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ab','messages:accesskey-diff','s:4:\"en:v\";'),('ab','messages:accesskey-export','s:4:\"en:s\";'),('ab','messages:accesskey-feed-atom','s:3:\"en:\";'),('ab','messages:accesskey-feed-rss','s:3:\"en:\";'),('ab','messages:accesskey-import','s:4:\"en:s\";'),('ab','messages:accesskey-minoredit','s:4:\"en:i\";'),('ab','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ab','messages:accesskey-n-help','s:3:\"en:\";'),('ab','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ab','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ab','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ab','messages:accesskey-n-portal','s:3:\"en:\";'),('ab','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ab','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ab','messages:accesskey-p-logo','s:3:\"en:\";'),('ab','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ab','messages:accesskey-preview','s:4:\"en:p\";'),('ab','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ab','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ab','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ab','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ab','messages:accesskey-pt-login','s:4:\"en:o\";'),('ab','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ab','messages:accesskey-pt-logout','s:3:\"en:\";'),('ab','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ab','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ab','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ab','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ab','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ab','messages:accesskey-publish','s:4:\"en:s\";'),('ab','messages:accesskey-save','s:4:\"en:s\";'),('ab','messages:accesskey-search','s:4:\"en:f\";'),('ab','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ab','messages:accesskey-search-go','s:3:\"en:\";'),('ab','messages:accesskey-summary','s:4:\"en:b\";'),('ab','messages:accesskey-t-contributions','s:3:\"en:\";'),('ab','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ab','messages:accesskey-t-info','s:3:\"en:\";'),('ab','messages:accesskey-t-permalink','s:3:\"en:\";'),('ab','messages:accesskey-t-print','s:4:\"en:p\";'),('ab','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ab','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ab','messages:accesskey-t-upload','s:4:\"en:u\";'),('ab','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ab','messages:accesskey-upload','s:4:\"en:s\";'),('ab','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ab','messages:accesskey-watch','s:4:\"en:w\";'),('ab','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ab','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ab','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ab','messages:accmailtext','s:370:\"ru:Сгенерированный случайным образом пароль для [[User talk:$1|$1]] выслан на адрес $2.\n\nПосле авторизации можно будет сменить пароль для этой учётной записи на \'\'[[Special:ChangePassword|специальной странице смены пароля]]\'\'.\";'),('ab','messages:accmailtitle','s:28:\"ru:Пароль выслан\";'),('ab','messages:accountcreated','s:45:\"ru:Учётная запись создана\";'),('ab','messages:accountcreatedtext','s:121:\"ru:Создана учётная запись участника [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|обс.]]).\";'),('ab','messages:acct_creation_throttle_hit','s:568:\"ru:Посетители с вашего IP-адреса {{PLURAL:$1|была создана $1 учётная запись|было создано $1 учётных записей|были созданы $1 учётных записи}} за последние $2 — это предельное количество для данного отрезка времени.\nВ результате, пользователи с этим IP-адресом в данный момент больше не могут создавать новых учётных записей.\";'),('ab','messages:action-apihighlimits','s:83:\"ru:использование высоких лимитов в API-запросах\";'),('ab','messages:action-applychangetags','s:86:\"ru:применение меток вместе с Вашими изменениями\";'),('ab','messages:action-autoconfirmed','s:72:\"ru:обход ограничений скорости на IP-адрес\";'),('ab','messages:action-autocreateaccount','s:120:\"ru:автоматический вход с помощью внешней учётной записи участника\";'),('ab','messages:action-autopatrol','s:83:\"ru:отметка своих правок как отпатрулированных\";'),('ab','messages:action-bigdelete','s:92:\"ru:удаление страниц с длинными историями изменений\";'),('ab','messages:action-block','s:42:\"ru:блокировка участника\";'),('ab','messages:action-blockemail','s:128:\"ru:блокировка других участников с запретом отправки электронной почты\";'),('ab','messages:action-bot','s:69:\"ru:считаться автоматическим процессом\";'),('ab','messages:action-browsearchive','s:47:\"ru:поиск удалённых страниц\";'),('ab','messages:action-changetags','s:160:\"ru:добавление и удаление произвольных меток на отдельных изменениях и записях в журнале\";'),('ab','messages:action-createaccount','s:64:\"ab:ари аҳасабрбатә нҵамҭа иаԥҵатәуп\";'),('ab','messages:action-createpage','s:45:\"ru:создание этой страницы\";'),('ab','messages:action-createtalk','s:66:\"ru:создание этой страницы обсуждения\";'),('ab','messages:action-delete','s:21:\"ab:Ианыхтәуп\";'),('ab','messages:action-delete-redirect','s:91:\"ru:перезаписывать перенаправления с одной версией\";'),('ab','messages:action-deletechangetags','s:57:\"ru:удаление меток из базы данных\";'),('ab','messages:action-deletedhistory','s:70:\"ru:просмотр удалённой истории страницы\";'),('ab','messages:action-deletedtext','s:64:\"ru:просмотр текста удалённой версии\";'),('ab','messages:action-deletelogentry','s:49:\"ru:удаление записей журнала\";'),('ab','messages:action-deleterevision','s:47:\"ru:удаление версий страниц\";'),('ab','messages:action-edit','s:49:\"ab:ари адаҟьа аредакциазура\";'),('ab','messages:action-editcontentmodel','s:82:\"ru:редактирование контентной модели страницы\";'),('ab','messages:action-editinterface','s:71:\"ru:правка пользовательского интерфейса\";'),('ab','messages:action-editmyoptions','s:59:\"ru:редактирование своих настроек\";'),('ab','messages:action-editmyprivateinfo','s:78:\"ru:редактирование вашей частной информации\";'),('ab','messages:action-editmyusercss','s:71:\"ru:редактирование собственных CSS-файлов\";'),('ab','messages:action-editmyuserjs','s:78:\"ru:редактирование собственных JavaScript-файлов\";'),('ab','messages:action-editmyuserjson','s:72:\"ru:редактирование собственных JSON-файлов\";'),('ab','messages:action-editmyuserjsredirect','s:146:\"ru:редактирование собственных JavaScript-файлов, которые являются перенаправлениями\";'),('ab','messages:action-editmywatchlist','s:78:\"ru:редактирование вашего списка наблюдения\";'),('ab','messages:action-editprotected','s:91:\"ru:правка страниц, защищённых как «{{int:protect-level-sysop}}»\";'),('ab','messages:action-editsemiprotected','s:99:\"ru:правка страниц, защищённых как «{{int:protect-level-autoconfirmed}}»\";'),('ab','messages:action-editsitecss','s:73:\"ru:редактирование общесайтовых CSS-файлов\";'),('ab','messages:action-editsitejs','s:80:\"ru:редактирование общесайтовых JavaScript-файлов\";'),('ab','messages:action-editsitejson','s:74:\"ru:редактирование общесайтовых JSON-файлов\";'),('ab','messages:action-editusercss','s:66:\"ru:правка CSS-файлов других участников\";'),('ab','messages:action-edituserjs','s:73:\"ru:правка JavaScript-файлов других участников\";'),('ab','messages:action-edituserjson','s:67:\"ru:правка JSON-файлов других участников\";'),('ab','messages:action-hideuser','s:72:\"ru:запрет имени участника и его сокрытие\";'),('ab','messages:action-history','s:60:\"ru:просмотр истории этой страницы\";'),('ab','messages:action-import','s:57:\"ru:импорт страниц из другой вики\";'),('ab','messages:action-importupload','s:71:\"ru:импорт страниц из загруженного файла\";'),('ab','messages:action-ipblock-exempt','s:117:\"ru:обход блокировок по IP, автоблокировок и блокировок диапазонов\";'),('ab','messages:action-managechangetags','s:58:\"ru:создание и (де)активацию меток\";'),('ab','messages:action-markbotedits','s:84:\"ru:отметка откатываемых правок как правок бота\";'),('ab','messages:action-mergehistory','s:85:\"ru:объединение истории изменений этой страницы\";'),('ab','messages:action-mf-uploadbutton','s:81:\"ru:использование мобильной системы загрузки.\";'),('ab','messages:action-minoredit','s:57:\"ru:пометку этой правки как малой\";'),('ab','messages:action-move','s:26:\"ab:Ахьӡ аԥсахра\";'),('ab','messages:action-move-categorypages','s:65:\"ru:переименование страниц категорий\";'),('ab','messages:action-move-rootuserpages','s:84:\"ru:переименование корневых страниц участников\";'),('ab','messages:action-move-subpages','s:105:\"ru:переименование этой страницы со всеми её подстраницами\";'),('ab','messages:action-movefile','s:47:\"ru:переименовать этот файл\";'),('ab','messages:action-nominornewtalk','s:182:\"ru:малые правки на страницах обсуждений участников не создают для них уведомление о новом сообщении\";'),('ab','messages:action-noratelimit','s:53:\"ru:обход ограничений скорости\";'),('ab','messages:action-override-export-depth','s:127:\"ru:экспортирование страниц, включая связанные страницы с глубиной до 5\";'),('ab','messages:action-pagelang','s:45:\"ru:изменять язык страницы\";'),('ab','messages:action-patrol','s:83:\"ru:отметка чужих правок как отпатрулированных\";'),('ab','messages:action-patrolmarks','s:97:\"ru:просмотр отметок о патрулировании в свежих правках\";'),('ab','messages:action-protect','s:77:\"ru:изменение настроек защиты этой страницы\";'),('ab','messages:action-purge','s:52:\"ru:очистку кэша этой страницы\";'),('ab','messages:action-read','s:41:\"ru:чтение этой страницы\";'),('ab','messages:action-reupload','s:61:\"ru:перезапись существующего файла\";'),('ab','messages:action-reupload-own','s:118:\"ru:перезапись существующих файлов, загруженных тем же участником\";'),('ab','messages:action-reupload-shared','s:71:\"ru:перекрытие файла из общего хранилища\";'),('ab','messages:action-rollback','s:47:\"ru:быстрый откат изменений\";'),('ab','messages:action-sendemail','s:53:\"ru:отправка электронных писем\";'),('ab','messages:action-siteadmin','s:75:\"ru:блокировку и разблокировку базы данных\";'),('ab','messages:action-suppressionlog','s:51:\"ru:просмотр частного журнала\";'),('ab','messages:action-suppressredirect','s:132:\"ru:переименование страниц без создания перенаправления со старого имени\";'),('ab','messages:action-suppressrevision','s:94:\"ru:просмотр и восстановление скрытых версий страниц\";'),('ab','messages:action-unblockself','s:55:\"ru:разблокирование себя самого\";'),('ab','messages:action-undelete','s:46:\"ru:восстановление страниц\";'),('ab','messages:action-unwatchedpages','s:88:\"ru:просмотр списка страниц, за которыми не следят\";'),('ab','messages:action-upload','s:41:\"ru:загрузку этого файла\";'),('ab','messages:action-upload_by_url','s:61:\"ru:загрузку этого файла с адреса URL\";'),('ab','messages:action-userrights','s:49:\"ru:изменение прав участника\";'),('ab','messages:action-userrights-interwiki','s:76:\"ru:изменение прав участников в других вики\";'),('ab','messages:action-viewmyprivateinfo','s:66:\"ru:просмотр вашей частной информации\";'),('ab','messages:action-viewmywatchlist','s:66:\"ru:просмотр вашего списка наблюдения\";'),('ab','messages:action-viewsuppressed','s:83:\"ru:просмотр версий, скрытых от всех участников\";'),('ab','messages:action-writeapi','s:53:\"ru:использование API для правок\";'),('ab','messages:actioncomplete','s:38:\"ru:Действие выполнено\";'),('ab','messages:actionfailed','s:43:\"ru:Действие не выполнено\";'),('ab','messages:actions','s:19:\"ru:Действия\";'),('ab','messages:actionthrottled','s:47:\"ru:Ограничение по скорости\";'),('ab','messages:actionthrottledtext','s:382:\"ru:Вы исчерпали установленное для борьбы со злоупотреблениями ограничение на количество выполнений запрошенного действия за короткий промежуток времени.\nПожалуйста, повторите попытку через несколько минут.\";'),('ab','messages:activeusers','s:53:\"ru:Список активных участников\";'),('ab','messages:activeusers-count','s:210:\"ru:$1 {{PLURAL:$1|действие|действия|действий}} за {{PLURAL:$3|$3 последний день|последние $3 дня|последние $3 дней|1=последний день}}\";'),('ab','messages:activeusers-excludegroups','s:89:\"ru:Исключать участников, принадлежащих к группам:\";'),('ab','messages:activeusers-from','s:60:\"ru:Показать участников, начиная с:\";'),('ab','messages:activeusers-groups','s:91:\"ru:Отображать участников, принадлежащих к группам:\";'),('ab','messages:activeusers-intro','s:245:\"ru:Это список участников, совершавших какие-либо действия за {{PLURAL:$1|последний $1 день|последние $1 дня|последние $1 дней|1=последний день}}.\";'),('ab','messages:activeusers-noresult','s:44:\"ru:Не найдено участников.\";'),('ab','messages:activeusers-submit','s:57:\"ru:Показать активных участников\";'),('ab','messages:activeusers-summary','s:3:\"en:\";'),('ab','messages:addedwatchexpiry-options-label','s:55:\"ru:Держать в списке наблюдения:\";'),('ab','messages:addedwatchexpiryhours','s:190:\"ru:Страница «[[:$1]]» и её обсуждение были добавлены в ваш [[Special:Watchlist|список наблюдения]] на несколько часов.\";'),('ab','messages:addedwatchexpiryhours-talk','s:214:\"ru:Обсуждение «[[:$1]]» и связанная с ним страница были добавлены в ваш [[Special:Watchlist|список наблюдения]] на несколько часов.\";'),('ab','messages:addedwatchexpirytext','s:201:\"ru:Страница «[[:$1]]» вместе с её обсуждением были добавлены в ваш [[Special:Watchlist|список наблюдения]] на время (срок: $2).\";'),('ab','messages:addedwatchexpirytext-talk','s:210:\"ru:Обсуждение «[[:$1]]» и связанная с ним страница были добавлены в ваш [[Special:Watchlist|список наблюдения]] на {{GRAMMAR:accusative|$2}}.\";'),('ab','messages:addedwatchindefinitelytext','s:172:\"ru:Страница «[[:$1]]» и её обсуждение были добавлены в ваш [[Special:Watchlist|список наблюдения]] навсегда.\";'),('ab','messages:addedwatchindefinitelytext-talk','s:196:\"ru:Обсуждение «[[:$1]]» и связанная с ним страница были добавлены в ваш [[Special:Watchlist|список наблюдения]] навсегда.\";'),('ab','messages:addedwatchtext','s:155:\"ru:Страница «[[:$1]]» и её обсуждение были добавлены в ваш [[Special:Watchlist|список наблюдения]].\";'),('ab','messages:addedwatchtext-short','s:99:\"ru:Страница «$1» была добавлена в ваш список наблюдения.\";'),('ab','messages:addedwatchtext-talk','s:179:\"ru:Обсуждение «[[:$1]]» и связанная с ним страница были добавлены в ваш [[Special:Watchlist|список наблюдения]].\";'),('ab','messages:addsection','s:4:\"en:+\";'),('ab','messages:addsection-editintro','s:3:\"en:\";'),('ab','messages:addsection-preload','s:3:\"en:\";'),('ab','messages:addwatch','s:56:\"ru:Добавить в список наблюдения\";'),('ab','messages:ago','s:16:\"ru:$1 назад\";'),('ab','messages:all-logs-page','s:43:\"ru:Все доступные журналы\";'),('ab','messages:allarticles','s:30:\"ab:Зегь адаҟьақәа\";'),('ab','messages:allinnamespace','s:70:\"ru:Все страницы в пространстве имён «$1»\";'),('ab','messages:alllogstext','s:331:\"ru:Общий список журналов сайта {{SITENAME}}.\nВы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).\";'),('ab','messages:allmessages','s:40:\"ru:Системные сообщения\";'),('ab','messages:allmessages-filter','s:55:\"ru:Фильтр по статусу изменения:\";'),('ab','messages:allmessages-filter-all','s:9:\"ru:Все\";'),('ab','messages:allmessages-filter-legend','s:15:\"ru:Фильтр\";'),('ab','messages:allmessages-filter-modified','s:23:\"ru:Изменённые\";'),('ab','messages:allmessages-filter-submit','s:15:\"ru:Фильтр\";'),('ab','messages:allmessages-filter-translate','s:21:\"ru:Перевести\";'),('ab','messages:allmessages-filter-unmodified','s:27:\"ru:Неизменённые\";'),('ab','messages:allmessages-language','s:18:\"ab:Абызшәа:\";'),('ab','messages:allmessages-not-supported-database','s:122:\"ru:Эта страница недоступна, так как отключена опция \'\'\'$wgUseDatabaseMessages\'\'\'.\";'),('ab','messages:allmessages-prefix','s:38:\"ru:Фильтр по префиксу:\";'),('ab','messages:allmessagescurrent','s:28:\"ru:Текущий текст\";'),('ab','messages:allmessagesdefault','s:37:\"ru:Текст по умолчанию\";'),('ab','messages:allmessagesname','s:21:\"ru:Сообщение\";'),('ab','messages:allmessagestext','s:455:\"ru:Это список системных сообщений, доступных в пространстве имён «MediaWiki».\nЕсли вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation описания локализации] и проект [https://translatewiki.net translatewiki.net].\";'),('ab','messages:allowemail','s:117:\"ru:Разрешить другим участникам отправлять мне электронную почту\";'),('ab','messages:allpages','s:30:\"ab:Зегь адаҟьақәа\";'),('ab','messages:allpages-bad-ns','s:79:\"ru:{{SITENAME}} не содержит пространства имён «$1».\";'),('ab','messages:allpages-hide-redirects','s:46:\"ru:Скрыть перенаправления\";'),('ab','messages:allpages-summary','s:3:\"en:\";'),('ab','messages:allpagesbadtitle','s:228:\"ru:Недопустимое название страницы. Заголовок содержит интервики, межъязыковой префикс или запрещённые в заголовках символы.\";'),('ab','messages:allpagesfrom','s:66:\"ru:Вывести страницы, начинающиеся на:\";'),('ab','messages:allpagesprefix','s:60:\"ru:Найти страницы, начинающиеся с:\";'),('ab','messages:allpagessubmit','s:23:\"ab:Инагӡатәуп\";'),('ab','messages:allpagesto','s:40:\"ru:Остановить вывод на:\";'),('ab','messages:alreadyrolled','s:596:\"ru:Невозможно откатить последние изменения страницы «[[:$1]]», совершённые [[User:$2|$2]] ([[User talk:$2|обсуждение]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nКто-то другой уже успел откатить эти правки или отредактировать страницу.\n\nПоследние изменения {{GENDER:$3|внёс|внесла}} [[User:$3|$3]] ([[User talk:$3|обсуждение]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ab','messages:ancientpages','s:79:\"ru:Статьи по дате последнего редактирования\";'),('ab','messages:ancientpages-summary','s:3:\"en:\";'),('ab','messages:and','s:5:\"ab:и\";'),('ab','messages:anoncontribs','s:23:\"ab:Алагалақәа\";'),('ab','messages:anoneditwarning','s:477:\"ru:<strong>Внимание:</strong> Вы не вошли в систему. Ваш IP-адрес будет общедоступен, если вы запишете какие-либо изменения. Если вы <strong>[$1 войдёте]</strong> или <strong>[$2 создадите учётную запись]</strong>, её имя будет использоваться вместо IP-адреса, наряду с другими преимуществами.\";'),('ab','messages:anonnotice','s:4:\"en:-\";'),('ab','messages:anononlyblock','s:32:\"ru:только анонимов\";'),('ab','messages:anonpreviewwarning','s:202:\"ru:<em>Вы не представились системе. Публикация приведёт к записи вашего IP-адреса в историю изменений страницы.</em>\";'),('ab','messages:anontalk','s:23:\"ab:Ахцәажәара\";'),('ab','messages:anontalkpagetext','s:923:\"ru:----\n<em>Эта страница обсуждения анонимного участника, который ещё не создал учётной записи или не использует её.</em>\nПоэтому мы вынуждены для его/её идентификации использовать цифровой IP-адрес.\nЭтот же адрес может использоваться несколькими участниками.\nЕсли вы анонимный участник и полагаете, что получили сообщения, адресованные не вам, пожалуйста, [[Special:CreateAccount|создайте учётную запись]] или [[Special:UserLogin|представьтесь системе]], чтобы впредь избежать возможной путаницы с другими анонимными участниками.\";'),('ab','messages:anonuser','s:75:\"ru:анонимный участник {{grammar:genitive|{{SITENAME}}}} $1\";'),('ab','messages:anonusers','s:129:\"ru:{{PLURAL:$2|1=анонимный участник|анонимные участники}} {{grammar:genitive|{{SITENAME}}}} $1\";'),('ab','messages:anonymous','s:126:\"ru:{{PLURAL:$1|1=Анонимный участник|Анонимные участники}} {{grammar:genitive|{{SITENAME}}}}\";'),('ab','messages:api-clientside-error-aborted','s:38:\"ru:Запрос был прерван.\";'),('ab','messages:api-clientside-error-http','s:51:\"ru:Сервер вернул ошибку: HTTP $1.\";'),('ab','messages:api-clientside-error-invalidresponse','s:51:\"ru:Неверный ответ от сервера.\";'),('ab','messages:api-clientside-error-noconnect','s:196:\"ru:Невозможно соединиться с сервером. Убедитесь, что у вас есть подключение к Интернету и повторите попытку.\";'),('ab','messages:api-clientside-error-timeout','s:71:\"ru:Сервер не ответил за ожидаемое время.\";'),('ab','messages:api-credits','s:611:\"ru:Разработчики API:\n* Yuri Astrakhan (создатель, ведущий разработчик с сентября 2006 по сентябрь 2007)\n* Roan Kattouw (ведущий разработчик 2007—2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (ведущий разработчик 2013—2020)\n\nПожалуйста, присылайте ваши комментарии, предложения и вопросы на адрес mediawiki-api@lists.wikimedia.org\nили присылайте отчёты об ошибках на https://phabricator.wikimedia.org/.\";'),('ab','messages:api-credits-header','s:21:\"ru:Создатели\";'),('ab','messages:api-error-badtoken','s:74:\"ru:Внутренняя ошибка: некорректный токен.\";'),('ab','messages:api-error-emptypage','s:87:\"ru:Не допускается создание новых пустых страниц.\";'),('ab','messages:api-error-publishfailed','s:118:\"ru:Внутренняя ошибка: сервер не смог опубликовать временный файл.\";'),('ab','messages:api-error-stashfailed','s:112:\"ru:Внутренняя ошибка: сервер не смог сохранить временный файл.\";'),('ab','messages:api-error-unknown-warning','s:63:\"ru:Неизвестное предупреждение: «$1».\";'),('ab','messages:api-error-unknownerror','s:47:\"ru:Неизвестная ошибка: «$1».\";'),('ab','messages:api-exception-trace','s:18:\"ru:$1 в $2($3)\n$4\";'),('ab','messages:api-feed-error-title','s:20:\"ru:Ошибка ($1)\";'),('ab','messages:api-format-prettyprint-header','s:613:\"ru:Это HTML-представление формата $1. HTML хорош для отладки, но неудобен для практического применения.\n\nУкажите параметр <var>format</var> для изменения формата вывода. Для отображения не-HTML-представления формата $1, присвойте <kbd>format=$2</kbd>.\n\nСм. [[mw:Special:MyLanguage/API|полную документацию]] или [[Special:ApiHelp/main|справку API]] для получения дополнительной информации.\";'),('ab','messages:api-format-prettyprint-header-hyperlinked','s:599:\"ru:Это HTML-представление формата $1. HTML хорош для отладки, но неудобен для практического применения.\n\nУкажите параметр <var>format</var> для изменения формата вывода. Для отображения не-HTML-представления формата $1, присвойте [$3 <kbd>format=$2</kbd>].\n\nСм. [[mw:API|полную документацию]] или [[Special:ApiHelp/main|справку API]] для получения дополнительной информации.\";'),('ab','messages:api-format-prettyprint-header-only-html','s:349:\"ru:Это HTML-представление для отладки, не рассчитанное на практическое применение.\n\nСм. [[mw:Special:MyLanguage/API|полную документацию]] или [[Special:ApiHelp/main|справку API]] для получения дополнительной информации.\";'),('ab','messages:api-format-prettyprint-status','s:81:\"ru:Этот ответ будет возвращён HTTP статусом $1 $2.\";'),('ab','messages:api-format-title','s:35:\"ru:Результат MediaWiki API\";'),('ab','messages:api-help-authmanager-general-usage','s:1994:\"ru:Стандартная процедура использования этого модуля такова:\n# Запрос полей, доступных из <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$4</kbd>, и токена <kbd>$5</kbd> из <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Предоставление полей пользователю и получение его данных.\n# Запрос к этому модулю, содержащий <var>$1returnurl</var> или аналогичное поле.\n# Проверка поля <samp>status</samp> ответа.\n#* Если вы получили <samp>PASS</samp> или <samp>FAIL</samp>, вы закончили. Операция либо завершилась успехом, либо нет.\n#* Если вы получили <samp>UI</samp>, предоставьте новые поля пользователю и получите новые данные. Затем совершите новый запрос с параметром <var>$1continue</var> и новыми полями, после чего повторите пункт 4.\n#* Если вы получили <samp>REDIRECT</samp>, отправьте пользователя на <samp>redirecttarget</samp> и подождите возвращения на <var>$1returnurl</var>. Затем совершите запрос к этому модулю с параметром <var>$1continue</var> и всеми полями, содержащимися в возвращённой ссылке, и повторите пункт 4.\n#* Если вы получили <samp>RESTART</samp>, это означает, что аутентификация работает, но мы не привязали пользовательский аккаунт. Вы можете рассматривать это как <samp>UI</samp> или <samp>FAIL</samp>.\";'),('ab','messages:api-help-authmanagerhelper-additional-params','s:556:\"ru:Этот модуль принимает дополнительные параметры в зависимости от доступных аутентификационных запросов. Используйте <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$1</kbd> (или предыдущий ответ этого модуля, если доступен) для определения, какие запросы доступны и какие поля они используют.\";'),('ab','messages:api-help-authmanagerhelper-continue','s:243:\"ru:Этот запрос — продолжение после предшествующего ответа <samp>UI</samp> или <samp>REDIRECT</samp>. Либо этот параметр, либо <var>$1returnurl</var>, обязателен.\";'),('ab','messages:api-help-authmanagerhelper-mergerequestfields','s:137:\"ru:Слить поля информации со всех аутентификационных запросов в один массив.\";'),('ab','messages:api-help-authmanagerhelper-messageformat','s:93:\"ru:Формат, используемый для возвращаемых сообщений.\";'),('ab','messages:api-help-authmanagerhelper-preservestate','s:157:\"ru:Сохранить состояние с предыдущей провалившейся попытки авторизации, если возможно.\";'),('ab','messages:api-help-authmanagerhelper-request','s:257:\"ru:Использовать этот аутентификационный запрос, с <samp>id</samp>, возвращённом из <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$1</kbd>.\";'),('ab','messages:api-help-authmanagerhelper-requests','s:343:\"ru:Использовать только эти аутентификационные запросы, с <samp>id</samp>, возвращённом из <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$1</kbd>, или из предыдущего ответа этого модуля.\";'),('ab','messages:api-help-authmanagerhelper-returnurl','s:921:\"ru:Вернуть ссылку для стороннего процесса аутентификации, должна быть абсолютной. Либо этот параметр, либо <var>$1continue</var>, обязателен.\n\nПосле получения ответа <samp>REDIRECT</samp>, вы, как правило, должны открыть в браузере или вэб-просмотрщике указанную в <samp>redirecttarget</samp> ссылку для продолжения стороннего процесса аутентификации. По завершению, сторонний сервис отошлёт браузеру или веб-просмотрщику эту ссылку. Вы должны извлечь все параметры из ссылки и отослать их в параметр <var>$1continue</var> запроса к этому модулю.\";'),('ab','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ab','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ab','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ab','messages:api-help-datatypes-header','s:24:\"ru:Типы данных\";'),('ab','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ab','messages:api-help-examples','s:33:\"ru:Пример{{PLURAL:$1||ы}}:\";'),('ab','messages:api-help-flag-deprecated','s:40:\"ru:Этот модуль устарел.\";'),('ab','messages:api-help-flag-generator','s:109:\"ru:Этот модуль может быть использован в качестве генератора.\";'),('ab','messages:api-help-flag-internal','s:188:\"ru:<strong>Этот модуль внутренний или нестабильный.</strong> Его операции могут измениться без предупреждения.\";'),('ab','messages:api-help-flag-mustbeposted','s:77:\"ru:Этот модуль принимает только POST-запросы.\";'),('ab','messages:api-help-flag-readrights','s:67:\"ru:Этот модуль требует прав на чтение.\";'),('ab','messages:api-help-flag-writerights','s:67:\"ru:Этот модуль требует прав на запись.\";'),('ab','messages:api-help-flags','s:3:\"en:\";'),('ab','messages:api-help-help-urls','s:3:\"en:\";'),('ab','messages:api-help-lead','s:233:\"ru:Это автоматически сгенерированная страница документации MediaWiki API.\n\nДокументация и примеры: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ab','messages:api-help-license','s:30:\"ru:Лицензия: [[$1|$2]]\";'),('ab','messages:api-help-license-noname','s:46:\"ru:Лицензия: [[$1|см. ссылку]]\";'),('ab','messages:api-help-license-unknown','s:65:\"ru:Лицензия: <span class=\"apihelp-unknown\">unknown</span>\";'),('ab','messages:api-help-main-header','s:30:\"ru:Главный модуль\";'),('ab','messages:api-help-no-extended-description','s:3:\"en:\";'),('ab','messages:api-help-open-in-apisandbox','s:56:\"ru:<small>[открыть в песочнице]</small>\";'),('ab','messages:api-help-param-continue','s:315:\"ru:Когда доступно больше результатов, используйте это для продолжения.\nБолее подробную информацию о том, как продолжить запросы, [[mw:Special:MyLanguage/API:Continue|можно найти на mediawiki.org]].\";'),('ab','messages:api-help-param-default-empty','s:75:\"ru:По умолчанию: <span class=\"apihelp-empty\">(пусто)</span>\";'),('ab','messages:api-help-param-deprecated','s:20:\"ru:Устарело.\";'),('ab','messages:api-help-param-deprecated-label','s:23:\"ru:устаревший\";'),('ab','messages:api-help-param-direction','s:55:\"ru:В каком порядке перечислять:\";'),('ab','messages:api-help-param-disabled-in-miser-mode','s:106:\"ru:Отключено из-за [[mw:Special:MyLanguage/Manual:$wgMiserMode|жадного режима]].\";'),('ab','messages:api-help-param-internal','s:24:\"ru:Внутренний.\";'),('ab','messages:api-help-param-internal-label','s:23:\"ru:внутренний\";'),('ab','messages:api-help-param-limited-in-miser-mode','s:409:\"ru:<strong>Примечание:</strong> Из-за [[mw:Special:MyLanguage/Manual:$wgMiserMode|жадного режима]], использование этого может привести к меньшему, чем <var>$1limit</var>, числу результатов перед продолжением; в крайнем случае, может вернуться и ноль результатов.\";'),('ab','messages:api-help-param-multi-all','s:91:\"ru:Для указания всех значений, используйте <kbd>$1</kbd>.\";'),('ab','messages:api-help-param-multi-separate','s:173:\"ru:Разделяйте значения с помощью <kbd>|</kbd> или [[Special:ApiHelp/main#main/datatypes|альтернативного разделителя]].\";'),('ab','messages:api-help-param-no-description','s:79:\"ru:<span class=\"apihelp-empty\">(описание отсутствует)</span>\";'),('ab','messages:api-help-param-templated','s:135:\"ru:Это [[Special:ApiHelp/main#main/templatedparams|шаблонный параметр]]. При отправке запроса $2.\";'),('ab','messages:api-help-param-templated-var','s:67:\"ru:<var>&#x7B;$1&#x7D;</var> — значениями <var>$2</var>\";'),('ab','messages:api-help-param-templated-var-first','s:141:\"ru:<var>&#x7B;$1&#x7D;</var> в названии параметра должно быть заменено значениями <var>$2</var>\";'),('ab','messages:api-help-param-token','s:105:\"ru:Токен «$1», полученный из [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ab','messages:api-help-param-token-webui','s:152:\"ru:Для обратной совместимости, токен, используемый в веб-интерфейсе, также применим.\";'),('ab','messages:api-help-param-type-enum','s:252:\"ru:{{PLURAL:$1|1=Одно из следующих значений|2=Значения (разделённые с помощью <kbd>{{!}}</kbd> или [[Special:ApiHelp/main#main/datatypes|альтернативного разделителя]])}}: $2\";'),('ab','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ab','messages:api-help-param-type-limit','s:54:\"ru:Тип: целое число или <kbd>max</kbd>\";'),('ab','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ab','messages:api-help-param-type-timestamp','s:190:\"ru:Тип: {{PLURAL:$1|1=временная метка|2=список временных меток}} ([[Special:ApiHelp/main#main/datatype/timestamp|разрешённые форматы]])\";'),('ab','messages:api-help-parameters','s:103:\"ru:{{PLURAL:$1|Определённый параметр|Определённые параметры}}:\";'),('ab','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ab','messages:api-help-paramvalue-direction-newer','s:128:\"ru:Начать с самых старых. Обратите внимание: $1start должно быть раньше $1end.\";'),('ab','messages:api-help-paramvalue-direction-older','s:150:\"ru:Начать с самых новых (по умолчанию). Обратите внимание: $1start должно быть позже $1end.\";'),('ab','messages:api-help-permissions','s:59:\"ru:{{PLURAL:$1|Разрешение|Разрешения}}:\";'),('ab','messages:api-help-permissions-granted-to','s:47:\"ru:{{PLURAL:$1|Гарантируется}}: $2\";'),('ab','messages:api-help-right-apihighlimits','s:309:\"ru:Использовать высокие лимиты в запросах API (медленные запросы: $1, быстрые запросы: $2). Лимиты для медленных запросов также применимы к параметрам со множеством значений.\";'),('ab','messages:api-help-source','s:23:\"ru:Источник: $1\";'),('ab','messages:api-help-source-unknown','s:65:\"ru:Источник: <span class=\"apihelp-unknown\">unknown</span>\";'),('ab','messages:api-help-templatedparams','s:1081:\"ru:Шаблонные параметры используются в случаях, когда модулю API нужно получить по параметру со значением на каждое значение другого параметра. Например, если бы был модуль API, запрашивающий фрукты, у него мог бы быть параметр <var>фрукты</var>, указывающий, какие фрукты запрашиваются, и шаблонный параметр <var>{фрукт}-в-количестве</var>, указывающий, сколько фруктов каждого вида запросить. Клиент API, который хочет запросить 1 яблоко, 5 бананов и 20 апельсинов, мог бы тогда сделать запрос наподобие <kbd>фрукты=яблоки|бананы|апельсины&яблоки-в-количестве=1&бананы-в-количестве=5&апельсины-в-количестве=20</kbd>.\";'),('ab','messages:api-help-templatedparams-header','s:40:\"ru:Шаблонные параметры\";'),('ab','messages:api-help-title','s:31:\"ru:Справка MediaWiki API\";'),('ab','messages:api-help-undocumented-module','s:58:\"ru:Нет документации для модуля $1.\";'),('ab','messages:api-login-fail-aborted','s:469:\"ru:Аутентификация требует взаимодействия с пользователем, что не поддерживается <kbd>action=login</kbd>. Чтобы авторизовываться через <kbd>action=login</kbd>, см. [[Special:BotPasswords]]. Для продолжения использования авторизации основного аккаунта см. <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ab','messages:api-login-fail-aborted-nobotpw','s:271:\"ru:Аутентификация требует взаимодействия с пользователем, что не поддерживается <kbd>action=login</kbd>. Для авторизации см. <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ab','messages:api-login-fail-badsessionprovider','s:84:\"ru:Авторизация при использовании $1 невозможна.\";'),('ab','messages:api-login-fail-sameorigin','s:132:\"ru:Авторизация при использовании правила ограничения домена невозможна.\";'),('ab','messages:api-pageset-param-converttitles','s:376:\"ru:Преобразовать заголовки в другой вариант, если это необходимо. Работает только если язык содержимого вики поддерживает преобразование вариантов. Языки, поддерживающие преобразование, включают в себя $1.\";'),('ab','messages:api-pageset-param-generator','s:298:\"ru:Получить список страниц для работы, запустив указанный запрос-модуль.\n\n<strong>Примечание:</strong> названия параметров генераторов должны начинаться с «g», см. примеры.\";'),('ab','messages:api-pageset-param-pageids','s:82:\"ru:Список идентификаторов страниц для работы.\";'),('ab','messages:api-pageset-param-redirects-generator','s:236:\"ru:Автоматически разрешать перенаправления в <var>$1titles</var>, <var>$1pageids</var> и <var>$1revids</var>, а также на страницах, возвращённых <var>$1generator</var>.\";'),('ab','messages:api-pageset-param-redirects-nogenerator','s:148:\"ru:Автоматически разрешать перенаправления в <var>$1titles</var>, <var>$1pageids</var> и <var>$1revids</var>.\";'),('ab','messages:api-pageset-param-revids','s:509:\"ru:Список идентификаторов версий для работы. Обратите внимание, что почти все модули запросов преобразуют идентификаторы версий в соответствующие идентификаторы страниц и вместо этого работают с последней версией. Только <kbd>prop=revisions</kbd> использует в своём ответе точные версии.\";'),('ab','messages:api-pageset-param-titles','s:57:\"ru:Список заголовков для работы.\";'),('ab','messages:api-usage-docref','s:50:\"ru:См. $1 для использования API.\";'),('ab','messages:api-usage-mailinglist-ref','s:330:\"ru:Подпишитесь на электронную рассылку MediaWiki API на &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt;, чтобы получать информацию о неподдерживаемых функциях и ломающих изменениях.\";'),('ab','messages:apierror-allimages-redirect','s:195:\"ru:Используйте <kbd>gaifilterredir=nonredirects</kbd> вместо <var>redirects</var> при использовании <kbd>allimages</kbd> в качестве генератора.\";'),('ab','messages:apierror-allpages-generator-redirects','s:194:\"ru:Используйте <kbd>gaifilterredir=nonredirects</kbd> вместо <var>redirects</var> при использовании <kbd>allpages</kbd> в качестве генератора.\";'),('ab','messages:apierror-appendnotsupported','s:123:\"ru:Невозможно дописать страницы, использующие модель содержимого $1.\";'),('ab','messages:apierror-articleexists','s:94:\"ru:Статья, которую вы пытаетесь создать, уже создана.\";'),('ab','messages:apierror-assertanonfailed','s:132:\"ru:Вы больше не авторизированы, поэтому действие не может быть завершено.\";'),('ab','messages:apierror-assertbotfailed','s:125:\"ru:У вас нет права <code>bot</code>, поэтому действие не может быть выполнено.\";'),('ab','messages:apierror-assertnameduserfailed','s:148:\"ru:Вы больше не авторизированны как «$1», поэтому действие не может быть завершено.\";'),('ab','messages:apierror-assertuserfailed','s:132:\"ru:Вы больше не авторизированы, поэтому действие не может быть завершено.\";'),('ab','messages:apierror-autoblocked','s:191:\"ru:Ваш IP-адрес был автоматически заблокирован, потому что он был использован заблокированным участником.\";'),('ab','messages:apierror-bad-badfilecontexttitle','s:92:\"ru:Неверное название в параметре <var>$1badfilecontexttitle</var>.\";'),('ab','messages:apierror-bad-watchlist-token','s:201:\"ru:Предоставлен некорректный токен списка наблюдения. Пожалуйста, установите корректный токен в [[Special:Preferences]].\";'),('ab','messages:apierror-badconfig-resulttoosmall','s:184:\"ru:Значение <code>$wgAPIMaxResultSize</code> этой вики слишком мало, чтобы вместить базовую информацию о результате.\";'),('ab','messages:apierror-badcontinue','s:171:\"ru:Некорректный параметр continue. Вы должны передать значение, возвращённое предыдущим запросом.\";'),('ab','messages:apierror-baddiff','s:237:\"ru:Сравнение версий не может быть проведено. Одна или обе версии не существуют или у вас не достаточно прав чтобы просматривать их.\";'),('ab','messages:apierror-baddiffto','s:145:\"ru:<var>$1diffto</var> должно быть неотрицательным числом, <kbd>prev</kbd>, <kbd>next</kbd> или <kbd>cur</kbd>.\";'),('ab','messages:apierror-badformat','s:150:\"ru:Запрашиваемый формат $1 не поддерживается моделью содержимого $2, используемой $3.\";'),('ab','messages:apierror-badformat-generic','s:121:\"ru:Запрашиваемый формат $1 не поддерживается моделью содержимого $2.\";'),('ab','messages:apierror-badgenerator-notgenerator','s:119:\"ru:Модуль <kbd>$1</kbd> не может быть использован в качестве генератора.\";'),('ab','messages:apierror-badgenerator-unknown','s:50:\"ru:Неизвестный <kbd>generator=$1</kbd>.\";'),('ab','messages:apierror-badip','s:46:\"ru:Параметр IP некорректен.\";'),('ab','messages:apierror-badmd5','s:77:\"ru:Предоставленный хэш MD5 был некорректным.\";'),('ab','messages:apierror-badmodule-badsubmodule','s:66:\"ru:У модуля <kbd>$1</kbd> нет подмодуля «$2».\";'),('ab','messages:apierror-badmodule-nosubmodules','s:61:\"ru:У модуля <kbd>$1</kbd> нет подмодулей.\";'),('ab','messages:apierror-badparameter','s:78:\"ru:Некорректное значение параметра <var>$1</var>.\";'),('ab','messages:apierror-badquery','s:41:\"ru:Некорректный запрос.\";'),('ab','messages:apierror-badtimestamp','s:115:\"ru:Некорректное значение «$2» параметра временной метки <var>$1</var>.\";'),('ab','messages:apierror-badtoken','s:44:\"ru:Некорректный токен CSRF.\";'),('ab','messages:apierror-badupload','s:342:\"ru:Параметр загрузки файла <var>$1</var> не является загрузкой файла; убедитесь, что вы используете <code>multipart/form-data</code> в вашем POST запросе и включаете название файла в заголовок <code>Content-Disposition</code>.\";'),('ab','messages:apierror-badurl','s:98:\"ru:Некорректное значения «$2» параметра ссылки <var>$1</var>.\";'),('ab','messages:apierror-baduser','s:104:\"ru:Некорректное значение «$2» параметра участника <var>$1</var>.\";'),('ab','messages:apierror-badvalue-notmultivalue','s:208:\"ru:Разделение значений с помощью U+001F может быть использовано только в параметрах, принимающих несколько значений.\";'),('ab','messages:apierror-blocked','s:82:\"ru:Редактирование было для вас заблокировано.\";'),('ab','messages:apierror-blocked-partial','s:104:\"ru:Вы были заблокированы от редактирования этой страницы.\";'),('ab','messages:apierror-blockedfrommail','s:104:\"ru:Отправка электронной почты была для вас заблокирована.\";'),('ab','messages:apierror-botsnotsupported','s:83:\"ru:Этот интерфейс не поддерживается для ботов.\";'),('ab','messages:apierror-cannot-async-upload-file','s:512:\"ru:Параметры <var>async</var> и <var>file</var> не могут применяться вместе. Если вы хотите ассинхронно обработать загруженный файл, сначала загрузите его во временное хранилище (используя параметр <var>stash</var>), а затем опубликуйте этот файл ассинхронно (используя параметры <var>filekey</var> и <var>async</var>).\";'),('ab','messages:apierror-cannotreauthenticate','s:139:\"ru:Это действие недоступно, так как ваша личность не может быть подтверждена.\";'),('ab','messages:apierror-cannotviewtitle','s:54:\"ru:У вас нет прав на просмотр $1.\";'),('ab','messages:apierror-cantblock','s:73:\"ru:У вас нет прав блокировать участников.\";'),('ab','messages:apierror-cantblock-email','s:163:\"ru:У вас нет прав блокировать участникам отправку электронной почты через интерфейс вики.\";'),('ab','messages:apierror-cantchangecontentmodel','s:99:\"ru:У вас нет прав изменять модель содержимого страницы.\";'),('ab','messages:apierror-canthide','s:119:\"ru:У вас нет прав скрывать имена участников из журнала блокировок.\";'),('ab','messages:apierror-cantimport','s:73:\"ru:У вас нет прав импортировать страницы.\";'),('ab','messages:apierror-cantimport-upload','s:96:\"ru:У вас нет прав импортировать загруженные страницы.\";'),('ab','messages:apierror-cantoverwrite-sharedfile','s:146:\"ru:Целевой файл существует в общем репозитории и у вас нет прав перезаписать его.\";'),('ab','messages:apierror-cantsend','s:325:\"ru:Вы не авторизованы, ваш электронный адрес не подтверждён или у вас нет прав на отправку электронной почты другим участникам, поэтому вы не можете отправить электронное письмо.\";'),('ab','messages:apierror-cantundelete','s:184:\"ru:Невозможно восстановить: возможно, запрашиваемые версии не существуют или уже были восстановлены.\";'),('ab','messages:apierror-cantview-deleted-comment','s:107:\"ru:У вас нет разрешения на просмотр удаленных комментариев.\";'),('ab','messages:apierror-cantview-deleted-description','s:112:\"ru:У вас нет разрешения на просмотр описаний удаленных файлов.\";'),('ab','messages:apierror-cantview-deleted-metadata','s:116:\"ru:У вас нет разрешения на просмотр метаданных удаленных файлов.\";'),('ab','messages:apierror-cantview-deleted-revision-content','s:122:\"ru:У вас нет разрешения на просмотр содержимого удаленных редакций.\";'),('ab','messages:apierror-changeauth-norequest','s:82:\"ru:Попытка создать запрос правки провалилась.\";'),('ab','messages:apierror-changecontentmodel-cannot-convert','s:107:\"ru:Не удалось преобразовать $1 в модель содержимого <code>$2</code>\";'),('ab','messages:apierror-changecontentmodel-cannotbeused','s:107:\"ru:Модель содержимого <code>$1</code> не может использоваться на $2\";'),('ab','messages:apierror-changecontentmodel-missingtitle','s:263:\"ru:Указанная вами страница не существует. Чтобы создать новую страницу с пользовательской моделью содержимого, используйте модуль <kbd>action=edit</kbd>.\";'),('ab','messages:apierror-changecontentmodel-nodirectediting','s:126:\"ru:Модель содержимого <code>$1</code> не поддерживает прямое редактирование\";'),('ab','messages:apierror-chunk-too-small','s:170:\"ru:Минимальный размер кусочка — $1 {{PLURAL:$1|байт|байта|байт}}, если кусочек не является последним.\";'),('ab','messages:apierror-cidrtoobroad','s:69:\"ru:Диапазоны $1 CIDR, шире /$2, не разрешены.\";'),('ab','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('ab','messages:apierror-compare-no-title','s:219:\"ru:Невозможно выполнить преобразование перед записью правки без заголовка. Попробуйте задать <var>fromtitle</var> или <var>totitle</var>.\";'),('ab','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('ab','messages:apierror-compare-nosuchfromsection','s:61:\"ru:Нет раздела $1 в содержимом «from».\";'),('ab','messages:apierror-compare-nosuchtosection','s:59:\"ru:Нет раздела $1 в содержимом «to».\";'),('ab','messages:apierror-compare-notext','s:93:\"ru:Параметр <var>$1</var> нельзя использовать без <var>$2</var>.\";'),('ab','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('ab','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('ab','messages:apierror-compare-relative-to-nothing','s:90:\"ru:Нет версии \'from\', к которой относится <var>torelative</var>.\";'),('ab','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('ab','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ab','messages:apierror-contentserializationexception','s:77:\"ru:Сериализация содержимого провалилась: $1\";'),('ab','messages:apierror-contenttoobig','s:215:\"ru:Предоставленное вами содержимое превышает максимальный размер страницы в $1 {{PLURAL:$1|килобайт|килобайта|килобайтов}}.\";'),('ab','messages:apierror-copyuploadbaddomain','s:86:\"ru:Загрузка по ссылке недоступна с этого домена.\";'),('ab','messages:apierror-copyuploadbadurl','s:68:\"ru:Загрузка по этой ссылке недоступна.\";'),('ab','messages:apierror-create-titleexists','s:123:\"ru:Существующие названия не могут быть защищены с помощью <kbd>create</kbd>.\";'),('ab','messages:apierror-csp-report','s:63:\"ru:Ошибка при обработке отчёта CSP: $1.\";'),('ab','messages:apierror-deletedrevs-param-not-1-2','s:107:\"ru:Параметр <var>$1</var> не может быть использован в режимах 1 и 2.\";'),('ab','messages:apierror-deletedrevs-param-not-3','s:113:\"ru:Параметр <var>$1</var> не может быть использован в третьем режиме.\";'),('ab','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('ab','messages:apierror-emptynewsection','s:71:\"ru:Создание пустых разделов невозможно.\";'),('ab','messages:apierror-emptypage','s:83:\"ru:Создание новых пустых страниц не разрешено.\";'),('ab','messages:apierror-exceptioncaught','s:47:\"ru:[$1] Поймано исключение: $2\";'),('ab','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('ab','messages:apierror-filedoesnotexist','s:38:\"ru:Файл не существует.\";'),('ab','messages:apierror-fileexists-sharedrepo-perm','s:196:\"ru:Целевой файл существует в общем репозитории. Используйте параметр <var>ignorewarnings</var>, чтобы перезаписать его.\";'),('ab','messages:apierror-filenopath','s:83:\"ru:Невозможно получить локальный путь к файлу.\";'),('ab','messages:apierror-filetypecannotberotated','s:74:\"ru:Этот тип файлов не может быть повёрнут.\";'),('ab','messages:apierror-formatphp','s:173:\"ru:Этот ответ не может быть представлен с использованием <kbd>format=php</kbd>. См. https://phabricator.wikimedia.org/T68776.\";'),('ab','messages:apierror-imageusage-badtitle','s:89:\"ru:Название для модуля <kbd>$1</kbd> должно быть файлом.\";'),('ab','messages:apierror-import-unknownerror','s:65:\"ru:Неизвестная ошибка при импорте: $1.\";'),('ab','messages:apierror-integeroutofrange-abovebotmax','s:134:\"ru:<var>$1</var> не может быть больше $2 (присвоено $3) для ботов и администраторов.\";'),('ab','messages:apierror-integeroutofrange-abovemax','s:110:\"ru:<var>$1</var> не может быть больше $2 (присвоено $3) для участников.\";'),('ab','messages:apierror-integeroutofrange-belowminimum','s:82:\"ru:<var>$1</var> не может быть меньше $2 (присвоено $3).\";'),('ab','messages:apierror-invalid-chunk','s:145:\"ru:Сумма смещения и размера текущего кусочка превышает заявленный размер файла.\";'),('ab','messages:apierror-invalid-file-key','s:48:\"ru:Некорректный ключ файла.\";'),('ab','messages:apierror-invalidcategory','s:90:\"ru:Введённое вами название категории некорректно.\";'),('ab','messages:apierror-invalidexpiry','s:65:\"ru:Некорректное время истечения «$1».\";'),('ab','messages:apierror-invalidiprange','s:49:\"ru:Неверный CIDR-диапазон «$1».\";'),('ab','messages:apierror-invalidlang','s:86:\"ru:Некорректный код языка для параметра <var>$1</var>.\";'),('ab','messages:apierror-invalidmethod','s:126:\"ru:Неверный метод HTTP. Рассмотрите возможность использования GET или POST.\";'),('ab','messages:apierror-invalidoldimage','s:89:\"ru:Параметр <var>oldimage</var> имеет недопустимый формат.\";'),('ab','messages:apierror-invalidparammix','s:114:\"ru:{{PLURAL:$2|Параметры}} $1 не могут быть использованы одновременно.\";'),('ab','messages:apierror-invalidparammix-cannotusewith','s:124:\"ru:Параметр <kbd>$1</kbd> не может быть использован одновременно с <kbd>$2</kbd>.\";'),('ab','messages:apierror-invalidparammix-mustusewith','s:132:\"ru:Параметр <kbd>$1</kbd> может быть использован только одновременно с <kbd>$2</kbd>.\";'),('ab','messages:apierror-invalidparammix-parse-new-section','s:237:\"ru:<kbd>section=new</kbd> не может быть совмещено с параметрами <var>oldid</var>, <var>pageid</var> или <var>page</var>. Пожалуйста, используйте <var>title</var> и <var>text</var>.\";'),('ab','messages:apierror-invalidsection','s:158:\"ru:Параметр <var>section</var> должен быть действительным идентификатором раздела или <kbd>new</kbd>.\";'),('ab','messages:apierror-invalidsha1base36hash','s:75:\"ru:Предоставленный хэш SHA1Base36 некорректен.\";'),('ab','messages:apierror-invalidsha1hash','s:69:\"ru:Предоставленный хэш SHA1 некорректен.\";'),('ab','messages:apierror-invalidtitle','s:42:\"ru:Плохой заголовок «$1».\";'),('ab','messages:apierror-invalidurlparam','s:86:\"ru:Некорректное значение <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ab','messages:apierror-invaliduser','s:61:\"ru:Некорректное имя участника «$1».\";'),('ab','messages:apierror-invaliduserid','s:88:\"ru:Некорректный идентификатор участника <var>$1</var>.\";'),('ab','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ab','messages:apierror-maxbytes','s:114:\"ru:Параметр <var>$1</var> не может быть длиннее $2 {{PLURAL:$2|байта|байтов}}\";'),('ab','messages:apierror-maxchars','s:122:\"ru:Параметр <var>$1</var> не может быть длиннее $2 {{PLURAL:$2|символа|символов}}\";'),('ab','messages:apierror-maxlag','s:101:\"ru:Ожидание $2: $1 {{PLURAL:$1|секунда|секунды|секунд}} задержки.\";'),('ab','messages:apierror-maxlag-generic','s:135:\"ru:Ожидание сервера базы данных: $1 {{PLURAL:$1|секунда|секунды|секунд}} задержки.\";'),('ab','messages:apierror-mimesearchdisabled','s:70:\"ru:Поиск по MIME отключён в жадном режиме.\";'),('ab','messages:apierror-missingcontent-pageid','s:101:\"ru:Отсутствует содержимое страницы с идентификатором $1.\";'),('ab','messages:apierror-missingcontent-revid','s:97:\"ru:Отсутствует содержимое версии с идентификатором $1.\";'),('ab','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('ab','messages:apierror-missingparam','s:67:\"ru:Параметр <var>$1</var> должен быть задан.\";'),('ab','messages:apierror-missingparam-at-least-one-of','s:115:\"ru:{{PLURAL:$2|Параметр|Как минимум один из параметров}} $1 обязателен.\";'),('ab','messages:apierror-missingparam-one-of','s:93:\"ru:{{PLURAL:$2|Параметр|Один из параметров}} $1 обязателен.\";'),('ab','messages:apierror-missingrev-pageid','s:92:\"ru:Нет текущей версии страницы с идентификатором $1.\";'),('ab','messages:apierror-missingrev-title','s:67:\"ru:Нет текущей версии для заголовка $1.\";'),('ab','messages:apierror-missingtitle','s:74:\"ru:Указанная вами страница не существует.\";'),('ab','messages:apierror-missingtitle-byname','s:49:\"ru:Страница $1 не существует.\";'),('ab','messages:apierror-missingtitle-createonly','s:150:\"ru:Несуществующие названия страниц могут быть защищены только с помощью <kbd>create</kbd>.\";'),('ab','messages:apierror-moduledisabled','s:54:\"ru:Модуль <kbd>$1</kbd> был отключён.\";'),('ab','messages:apierror-multival-only-one-of','s:153:\"ru:Параметру <var>$1</var> может быть присвоено только {{PLURAL:$3|значение|одно из значений}} $2.\";'),('ab','messages:apierror-multpages','s:115:\"ru:Параметр <var>$1</var> может быть применён только к одной странице.\";'),('ab','messages:apierror-mustbeloggedin','s:61:\"ru:Вы должны быть авторизованы в $1.\";'),('ab','messages:apierror-mustbeloggedin-changeauth','s:123:\"ru:Вы должны быть авторизованы для смены аутентификационных данных.\";'),('ab','messages:apierror-mustbeloggedin-generic','s:55:\"ru:Вы должны быть авторизованы.\";'),('ab','messages:apierror-mustbeloggedin-linkaccounts','s:106:\"ru:Вы должны быть авторизованы для привязывания аккаунтов.\";'),('ab','messages:apierror-mustbeloggedin-removeauth','s:129:\"ru:Вы должны быть авторизованы для удаления аутентификационных данных.\";'),('ab','messages:apierror-mustbeloggedin-uploadstash','s:128:\"ru:Временное хранилище доступно только для авторизованных участников.\";'),('ab','messages:apierror-mustbeposted','s:65:\"ru:Модуль <kbd>$1</kbd> требует запроса POST.\";'),('ab','messages:apierror-mustpostparams','s:254:\"ru:{{PLURAL:$2|Следующий параметр был найден|Следующие параметры были найдены}} в строке запроса, но {{PLURAL:$2|должен|должны}} находиться в теле POST: $1.\";'),('ab','messages:apierror-no-direct-editing','s:176:\"ru:Прямое редактирование посредством API не поддерживается моделью содержимого $1, используемой $2.\";'),('ab','messages:apierror-noapiwrite','s:96:\"ru:Редактирование этой вики посредством API отключено.\";'),('ab','messages:apierror-nochanges','s:64:\"ru:Никаких правок запрошено не было.\";'),('ab','messages:apierror-nodeleteablefile','s:58:\"ru:Нет такой старой версии файла.\";'),('ab','messages:apierror-noedit','s:78:\"ru:У вас нет прав на редактирование страниц.\";'),('ab','messages:apierror-noedit-anon','s:101:\"ru:Анонимные участники не могут редактировать страницы.\";'),('ab','messages:apierror-noimageredirect','s:110:\"ru:У вас нет прав на создание перенаправлений на изображения.\";'),('ab','messages:apierror-noimageredirect-anon','s:135:\"ru:Анонимные участники не могут создавать перенаправления на изображения.\";'),('ab','messages:apierror-nosuchlogid','s:79:\"ru:Нет записей журналов с идентификатором $1.\";'),('ab','messages:apierror-nosuchpageid','s:64:\"ru:Нет страницы с идентификатором $1.\";'),('ab','messages:apierror-nosuchrcid','s:77:\"ru:Нет недавней правки с идентификатором $1.\";'),('ab','messages:apierror-nosuchrevid','s:60:\"ru:Нет версии с идентификатором $1.\";'),('ab','messages:apierror-nosuchsection','s:28:\"ru:Нет раздела $1.\";'),('ab','messages:apierror-nosuchsection-what','s:34:\"ru:Нет раздела $1 в $2.\";'),('ab','messages:apierror-nosuchuserid','s:66:\"ru:Нет участника с идентификатором $1.\";'),('ab','messages:apierror-notarget','s:86:\"ru:Вы не указали корректной цели этого действия.\";'),('ab','messages:apierror-notpatrollable','s:124:\"ru:Версия r$1 не может быть отпатрулирована, так как она слишком стара.\";'),('ab','messages:apierror-nouploadmodule','s:49:\"ru:Модуль загрузки не задан.\";'),('ab','messages:apierror-opensearch-json-warnings','s:116:\"ru:Предупреждения не могут быть представлены в формате OpenSearch JSON.\";'),('ab','messages:apierror-pagecannotexist','s:109:\"ru:Данное пространство имён не может содержать эти страницы.\";'),('ab','messages:apierror-pagedeleted','s:128:\"ru:Страница была удалена с тех пор, как вы запросили её временную метку.\";'),('ab','messages:apierror-pagelang-disabled','s:87:\"ru:Смена языка страницы не разрешена в этой вики.\";'),('ab','messages:apierror-paramempty','s:72:\"ru:Параметр <var>$1</var> не может быть пустым.\";'),('ab','messages:apierror-parsetree-notwikitext','s:88:\"ru:<kbd>prop=parsetree</kbd> разрешён только для вики-текста.\";'),('ab','messages:apierror-parsetree-notwikitext-title','s:183:\"ru:<kbd>prop=parsetree</kbd> разрешён только для вики-текстового содержимого. $1 использует модель содержимого $2.\";'),('ab','messages:apierror-pastexpiry','s:77:\"ru:Время окончания «$1» находится в прошлом.\";'),('ab','messages:apierror-permissiondenied','s:37:\"ru:У вас нет прав на $1.\";'),('ab','messages:apierror-permissiondenied-generic','s:33:\"ru:Доступ запрещён.\";'),('ab','messages:apierror-permissiondenied-patrolflag','s:150:\"ru:Вам нужно право <code>patrol</code> или <code>patrolmarks</code> для запроса статуса патрулирования.\";'),('ab','messages:apierror-permissiondenied-unblock','s:89:\"ru:У вас нет прав снимать блокировку с участников.\";'),('ab','messages:apierror-prefixsearchdisabled','s:82:\"ru:Поиск по префиксу отключён в жадном режиме.\";'),('ab','messages:apierror-promised-nonwrite-api','s:154:\"ru:Заголовок HTTP <code>Promise-Non-Write-API-Action</code> не может быть передан в записывающие модули API.\";'),('ab','messages:apierror-protect-invalidaction','s:55:\"ru:Недопустимый тип защиты «$1».\";'),('ab','messages:apierror-protect-invalidlevel','s:63:\"ru:Недопустимый уровень защиты «$1».\";'),('ab','messages:apierror-ratelimited','s:183:\"ru:Вы превысили ваше ограничение скорости. Пожалуйста, подождите некоторое время и попробуйте снова.\";'),('ab','messages:apierror-readapidenied','s:108:\"ru:Вам нужны права на чтение для использования этого модуля.\";'),('ab','messages:apierror-readonly','s:91:\"ru:Эта вики находится в режиме «только для чтения».\";'),('ab','messages:apierror-reauthenticate','s:136:\"ru:Вы ещё не авторизовывались в этой сессии, пожалуйста, переавторизуйтесь.\";'),('ab','messages:apierror-redirect-appendonly','s:308:\"ru:Вы попытались отредактировать страницу в режиме следования по перенаправлениям, который должен быть использован в связке с <kbd>section=new</kbd>, <var>prependtext</var> или <var>appendtext</var>.\";'),('ab','messages:apierror-revdel-mutuallyexclusive','s:129:\"ru:Одно и то же поле не может быть использовано и в <var>hide</var>, и в <var>show</var>.\";'),('ab','messages:apierror-revdel-needtarget','s:124:\"ru:Для этого типа RevDel требуется указание целевого названия страницы.\";'),('ab','messages:apierror-revdel-paramneeded','s:115:\"ru:Как минимум одно значение требуется в <var>hide</var> и/или <var>show</var>.\";'),('ab','messages:apierror-revisions-badid','s:83:\"ru:Не было найдено версий по параметру <var>$1</var>.\";'),('ab','messages:apierror-revisions-norevids','s:297:\"ru:Параметр <var>revids</var> не может быть использован с настройками списка (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> и <var>$1end</var>).\";'),('ab','messages:apierror-revisions-singlepage','s:449:\"ru:Параметры <var>titles</var> и <var>pageids</var> и генераторы используются для обработки множества страниц, но параметры <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> и <var>$1end</var> могут быть применены только к одной странице.\";'),('ab','messages:apierror-revwrongpage','s:47:\"ru:r$1 не является версией $2.\";'),('ab','messages:apierror-searchdisabled','s:70:\"ru:Поисковый параметр <var>$1</var> отключён.\";'),('ab','messages:apierror-sectionreplacefailed','s:81:\"ru:Невозможно объединить обновлённый раздел.\";'),('ab','messages:apierror-sectionsnotsupported','s:117:\"ru:Разбиение на разделы не поддерживается моделью содержимого $1.\";'),('ab','messages:apierror-sectionsnotsupported-what','s:79:\"ru:Разбиение на разделы не поддерживается $1.\";'),('ab','messages:apierror-show','s:150:\"ru:Некорректный параметр — вручную исключённые значения не могут быть обработаны.\";'),('ab','messages:apierror-siteinfo-includealldenied','s:153:\"ru:Невозможно отобразить информацию о всех серверах, если <var>$wgShowHostnames</var> не истинно.\";'),('ab','messages:apierror-sizediffdisabled','s:96:\"ru:Подсчёт разницы размеров отключён в жадном режиме.\";'),('ab','messages:apierror-spamdetected','s:111:\"ru:Ваша правка была отклонена, так как содержит спам: <code>$1</code>.\";'),('ab','messages:apierror-specialpage-cantexecute','s:134:\"ru:У вас нет прав, чтобы просматривать результаты этой служебной страницы.\";'),('ab','messages:apierror-stashedfilenotfound','s:91:\"ru:Невозможно найти файл во временном хранилище: $1.\";'),('ab','messages:apierror-stashedit-missingtext','s:92:\"ru:Не найдено содержимого тайника для данного хэша.\";'),('ab','messages:apierror-stashexception','s:5:\"en:$1\";'),('ab','messages:apierror-stashfailed-complete','s:167:\"ru:Загрузка по кусочкам уже завершена, проверьте статус для получения подробной информации.\";'),('ab','messages:apierror-stashfailed-nosession','s:108:\"ru:Не найдено сессии загрузки по кусочкам с заданным ключом.\";'),('ab','messages:apierror-stashfilestorage','s:98:\"ru:Невозможно сохранить файл во временном хранилище: $1\";'),('ab','messages:apierror-stashinvalidfile','s:55:\"ru:Некорректный файл в тайнике.\";'),('ab','messages:apierror-stashnosuchfilekey','s:49:\"ru:Нет такого ключа файла: $1.\";'),('ab','messages:apierror-stashpathinvalid','s:128:\"ru:Ключ файла относится к некорректному формату или сам некорректен: $1.\";'),('ab','messages:apierror-stashwrongowner','s:48:\"ru:Некорректный владелец: $1\";'),('ab','messages:apierror-stashzerolength','s:140:\"ru:Файл имеет нулевую длину и не может быть сохранён во временное хранилище: $1\";'),('ab','messages:apierror-systemblocked','s:81:\"ru:Вы были заблокированы автоматически MediaWiki.\";'),('ab','messages:apierror-templateexpansion-notwikitext','s:162:\"ru:Раскрытие шаблонов разрешено только для вики-текста. $1 использует контентную модель $2.\";'),('ab','messages:apierror-toofewexpiries','s:167:\"ru:Задано $1 {{PLURAL:$1|временная метка|временные метки|временных меток}} истечения, необходимо $2.\";'),('ab','messages:apierror-toomanyvalues','s:140:\"ru:Слишком много значений передано параметру <var>$1</var>. Максимальное число — $2.\";'),('ab','messages:apierror-unknownaction','s:79:\"ru:Заданное действие, <kbd>$1</kbd>, не распознано.\";'),('ab','messages:apierror-unknownerror','s:47:\"ru:Неизвестная ошибка: «$1».\";'),('ab','messages:apierror-unknownerror-editpage','s:52:\"ru:Неизвестная ошибка EditPage: $1.\";'),('ab','messages:apierror-unknownerror-nocode','s:39:\"ru:Неизвестная ошибка.\";'),('ab','messages:apierror-unknownformat','s:52:\"ru:Нераспознанный формат «$1».\";'),('ab','messages:apierror-unrecognizedparams','s:114:\"ru:{{PLURAL:$2|Нераспознанный параметр|Нераспознанные параметры}}: $1\";'),('ab','messages:apierror-unrecognizedvalue','s:86:\"ru:Нераспознанное значение параметра <var>$1</var>: $2.\";'),('ab','messages:apierror-unsupportedrepo','s:129:\"ru:Локальное хранилище файлов не поддерживает запрос всех изображений.\";'),('ab','messages:apierror-upload-filekeyneeded','s:98:\"ru:Необходимо задать <var>filekey</var>, если <var>offset</var> не ноль.\";'),('ab','messages:apierror-upload-filekeynotallowed','s:105:\"ru:Невозможно обработать <var>filekey</var>, если <var>offset</var> равен 0.\";'),('ab','messages:apierror-upload-inprogress','s:102:\"ru:Процесс загрузки из временного хранилища уже запущен.\";'),('ab','messages:apierror-upload-missingresult','s:61:\"ru:Нет результатов данных статуса.\";'),('ab','messages:apierror-urlparamnormal','s:103:\"ru:Невозможно нормализовать параметры изображения для $1.\";'),('ab','messages:apierror-writeapidenied','s:96:\"ru:У вас нет прав на редактирование этой вики через API.\";'),('ab','messages:apihelp','s:26:\"ru:Справка по API\";'),('ab','messages:apihelp-block-example-ip-simple','s:104:\"ru:Заблокировать IP-адрес <kbd>192.0.2.5</kbd> на три дня по причине.\";'),('ab','messages:apihelp-block-example-user-complex','s:248:\"ru:Бессрочно заблокировать участника с указанием причины, и предотвратить создание новых учётных записей и отправку электронной почты.\";'),('ab','messages:apihelp-block-param-actionrestrictions','s:226:\"ru:Список действий, которые необходимо заблокировать для пользователя. Действителен, только если <var>partial</var> установлен в true.\";'),('ab','messages:apihelp-block-param-allowusertalk','s:223:\"ru:Разрешить участнику редактировать свою страницу обсуждения (зависит от <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ab','messages:apihelp-block-param-anononly','s:178:\"ru:Заблокировать только анонимных участников (т. е. запретить анонимные правки для этого IP-адреса).\";'),('ab','messages:apihelp-block-param-autoblock','s:239:\"ru:Автоматически блокировать последний использованный IP-адрес и все последующие, с которых будут совершаться попытки авторизации.\";'),('ab','messages:apihelp-block-param-expiry','s:402:\"ru:Время истечения срока действия. Может быть относительным (например, <kbd>5 months</kbd> или <kbd>2 weeks</kbd>) или абсолютным (например, <kbd>2014-09-18T12:34:56Z</kbd>). Если задано <kbd>infinite</kbd>, <kbd>indefinite</kbd> или <kbd>never</kbd>, блокировка никогда не истечёт.\";'),('ab','messages:apihelp-block-param-hidename','s:138:\"ru:Скрыть имя участника из журнала блокировок. (Требуется право <code>hideuser</code>).\";'),('ab','messages:apihelp-block-param-namespacerestrictions','s:257:\"ru:Список пространств имён, редактирование в которых заблокировано для этого участника. Действителен, только если <var>partial</var> установлен в true.\";'),('ab','messages:apihelp-block-param-nocreate','s:69:\"ru:Запретить создание учётных записей.\";'),('ab','messages:apihelp-block-param-noemail','s:192:\"ru:Запретить участнику отправлять электронную почту через интерфейс вики. (Требуется право <code>blockemail</code>).\";'),('ab','messages:apihelp-block-param-pagerestrictions','s:258:\"ru:Список заголовков страниц, редактирование которых заблокировано для этого участника. Действителен, только если <var>partial</var> установлен в true.\";'),('ab','messages:apihelp-block-param-partial','s:203:\"ru:Блокировать пользователю доступ только к определённым страницам или пространствам имён, а не ко всему сайту.\";'),('ab','messages:apihelp-block-param-reason','s:39:\"ru:Причина блокировки.\";'),('ab','messages:apihelp-block-param-reblock','s:133:\"ru:Если участник уже заблокирован, перезаписать существующую блокировку.\";'),('ab','messages:apihelp-block-param-tags','s:83:\"ru:Изменить метки записи в журнале блокировок.\";'),('ab','messages:apihelp-block-param-user','s:92:\"ru:Имя участника, которого вы хотите заблокировать.\";'),('ab','messages:apihelp-block-param-userid','s:75:\"ru:Вместо этого укажите <kbd>$1user=#<var>ID</var></kbd>.\";'),('ab','messages:apihelp-block-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('ab','messages:apihelp-block-param-watchuser','s:205:\"ru:Следить за страницей участника и соответствующей страницей обсуждения, принадлежащей участнику или IP-адресу.\";'),('ab','messages:apihelp-block-summary','s:43:\"ru:Блокировка участника.\";'),('ab','messages:apihelp-changeauthenticationdata-example-password','s:120:\"ru:Попытаться изменить текущий пароль участника на <kbd>ExamplePassword</kbd>.\";'),('ab','messages:apihelp-changeauthenticationdata-summary','s:107:\"ru:Смена параметров аутентификации для текущего участника.\";'),('ab','messages:apihelp-changecontentmodel-example','s:150:\"ru:Измените главную страницу, чтобы получить модель <code>текстового</code> содержимого\";'),('ab','messages:apihelp-changecontentmodel-param-bot','s:113:\"ru:Пометьте изменение модели содержимого с помощью флага бота.\";'),('ab','messages:apihelp-changecontentmodel-param-model','s:52:\"ru:Модель нового содержимого.\";'),('ab','messages:apihelp-changecontentmodel-param-pageid','s:230:\"ru:Идентификатор страницы, для которой необходимо изменить модель содержимого. Нельзя использовать одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-changecontentmodel-param-summary','s:85:\"ru:Изменить описание и причину записи в журнале\";'),('ab','messages:apihelp-changecontentmodel-param-tags','s:127:\"ru:Измените метки для применения к записи журнала и отредактируйте её.\";'),('ab','messages:apihelp-changecontentmodel-param-title','s:221:\"ru:Название страницы, для которой необходимо изменить модель содержимого. Нельзя использовать одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-changecontentmodel-summary','s:72:\"ru:Изменить модель содержимого страницы\";'),('ab','messages:apihelp-checktoken-example-simple','s:84:\"ru:Проверить действительность <kbd>csrf</kbd>-токена.\";'),('ab','messages:apihelp-checktoken-param-maxtokenage','s:97:\"ru:Максимально допустимый возраст токена (в секундах).\";'),('ab','messages:apihelp-checktoken-param-token','s:37:\"ru:Проверяемый токен.\";'),('ab','messages:apihelp-checktoken-param-type','s:48:\"ru:Тип проверяемого токена.\";'),('ab','messages:apihelp-checktoken-summary','s:141:\"ru:Проверить действительность токена из <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=token]]</kbd>.\";'),('ab','messages:apihelp-clearhasmsg-example-1','s:92:\"ru:Очистить флаг <code>hasmsg</code> для текущего участника.\";'),('ab','messages:apihelp-clearhasmsg-summary','s:92:\"ru:Очистить флаг <code>hasmsg</code> для текущего участника.\";'),('ab','messages:apihelp-clientlogin-example-login','s:140:\"ru:Начать вход в вики в качестве участника <kbd>Example</kbd> с паролем <kbd>ExamplePassword</kbd>.\";'),('ab','messages:apihelp-clientlogin-example-login2','s:232:\"ru:Продолжить вход после ответа <samp>UI</samp> для двухфакторной аутентификации, предоставив <kbd>987654</kbd> в качестве токена <var>OATHToken</var>.\";'),('ab','messages:apihelp-clientlogin-summary','s:84:\"ru:Вход в вики с помощью интерактивного потока.\";'),('ab','messages:apihelp-compare-example-1','s:68:\"ru:Создать разницу между версиями 1 и 2.\";'),('ab','messages:apihelp-compare-extended-description','s:240:\"ru:Номер версии, заголовок страницы, её идентификатор, текст, или относительная сноска должна быть задана как для «from», так и для «to».\";'),('ab','messages:apihelp-compare-param-difftype','s:119:\"ru:Возвращает сравнение, отформатированное в виде встроенного HTML.\";'),('ab','messages:apihelp-compare-param-fromcontentformat','s:104:\"ru:Укажите <kbd>fromslots=main</kbd> и используйте <var>fromcontentformat-main</var>.\";'),('ab','messages:apihelp-compare-param-fromcontentformat-{slot}','s:96:\"ru:Формат сериализации содержимого <var>fromtext-&#x7B;slot}</var>.\";'),('ab','messages:apihelp-compare-param-fromcontentmodel','s:103:\"ru:Укажите <kbd>fromslots=main</kbd> и используйте <var>fromcontentmodel-main</var>.\";'),('ab','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:199:\"ru:Модель содержимого <var>fromtext-&#x7B;slot}</var>. Если она не указана, то она будет угадана на основе других параметров.\";'),('ab','messages:apihelp-compare-param-fromid','s:85:\"ru:Идентификатор первой сравниваемой страницы.\";'),('ab','messages:apihelp-compare-param-frompst','s:135:\"ru:Выполнить преобразование перед записью правки (PST) над <var>fromtext-&#x7B;slot}</var>.\";'),('ab','messages:apihelp-compare-param-fromrev','s:54:\"ru:Первая сравниваемая версия.\";'),('ab','messages:apihelp-compare-param-fromsection','s:110:\"ru:Использовать только указанный раздел из содержимого «from».\";'),('ab','messages:apihelp-compare-param-fromsection-{slot}','s:364:\"ru:Если <var>fromtext-&#x7B;slot}</var> является содержимым одного раздела, то это идентификатор раздела. Он будет объединён с версией, указанной <var>fromtitle</var>, <var>fromid</var> или <var>fromrev</var>, как при редактировании раздела.\";'),('ab','messages:apihelp-compare-param-fromslots','s:520:\"ru:Переопределение содержимого версии, заданной параметром <var>fromtitle</var>, <var>fromid</var> или <var>fromrev</var>.\n\nЭтот параметр определяет ячейки, которые должны быть изменены. Используйте <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, и <var>fromcontentformat-&#x7B;slot}</var> для определения содержимого для каждой ячейки.\";'),('ab','messages:apihelp-compare-param-fromtext','s:95:\"ru:Укажите <kbd>fromslots=main</kbd> и используйте <var>fromtext-main</var>.\";'),('ab','messages:apihelp-compare-param-fromtext-{slot}','s:145:\"ru:Текст указанной ячейки. Если этот текст опущен, то ячейка удаляется из версии.\";'),('ab','messages:apihelp-compare-param-fromtitle','s:77:\"ru:Заголовок первой сравниваемой страницы.\";'),('ab','messages:apihelp-compare-param-prop','s:52:\"ru:Какую информацию получить.\";'),('ab','messages:apihelp-compare-param-slots','s:160:\"ru:Возвращать отдельные различия для этих ячеек, а не одно общее различие для всех ячеек.\";'),('ab','messages:apihelp-compare-param-tocontentformat','s:100:\"ru:Укажите <kbd>toslots=main</kbd> и используйте <var>tocontentformat-main</var>.\";'),('ab','messages:apihelp-compare-param-tocontentformat-{slot}','s:94:\"ru:Формат сериализации содержимого <var>totext-&#x7B;slot}</var>.\";'),('ab','messages:apihelp-compare-param-tocontentmodel','s:99:\"ru:Укажите <kbd>toslots=main</kbd> и используйте <var>tocontentmodel-main</var>.\";'),('ab','messages:apihelp-compare-param-tocontentmodel-{slot}','s:163:\"ru:Модель содержимого <var>totext-&#x7B;slot}</var>. Если не задана, будет угадана по другим параметрам.\";'),('ab','messages:apihelp-compare-param-toid','s:85:\"ru:Идентификатор второй сравниваемой страницы.\";'),('ab','messages:apihelp-compare-param-topst','s:121:\"ru:Выполнить преобразование перед записью правки (PST) над <var>totext</var>.\";'),('ab','messages:apihelp-compare-param-torelative','s:248:\"ru:Использовать версию, относящуюся к определённой <var>fromtitle</var>, <var>fromid</var> или <var>fromrev</var>. Все другие параметры «to» будут проигнорированы.\";'),('ab','messages:apihelp-compare-param-torev','s:54:\"ru:Вторая сравниваемая версия.\";'),('ab','messages:apihelp-compare-param-tosection','s:108:\"ru:Использовать только указанный раздел из содержимого «to».\";'),('ab','messages:apihelp-compare-param-tosection-{slot}','s:363:\"ru:Если <var>totext-&#x7B;slot}</var> является содержимым одного раздела, то это идентификатор раздела. Она будет объединена с версией, указанной в <var>totitle</var>, <var>toid</var> или <var>torev</var>, как при редактировании раздела.\";'),('ab','messages:apihelp-compare-param-toslots','s:492:\"ru:Переопределяет содержимое версии, заданной параметрами <var>totitle</var>, <var>toid</var> или <var>torev</var>.\n\nЭтот параметр задаёт ячейки, которые должны быть изменены. Используйте <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var> и <var>tocontentformat-&#x7B;slot}</var>, чтобы указать содержимое для каждой ячейки.\";'),('ab','messages:apihelp-compare-param-totext','s:91:\"ru:Укажите <kbd>toslots=main</kbd> и используйте <var>totext-main</var>.\";'),('ab','messages:apihelp-compare-param-totext-{slot}','s:145:\"ru:Текст указанной ячейки. Если этот текст опущен, то ячейка удаляется из версии.\";'),('ab','messages:apihelp-compare-param-totitle','s:77:\"ru:Заголовок второй сравниваемой страницы.\";'),('ab','messages:apihelp-compare-paramvalue-prop-comment','s:259:\"ru:Описания правок для версий «from» и «to». Если версия комментария была удалена, будет возвращено свойство <samp>fromcommenthidden</samp> или <samp>tocommenthidden</samp>.\";'),('ab','messages:apihelp-compare-paramvalue-prop-diff','s:30:\"ru:HTML-код разницы.\";'),('ab','messages:apihelp-compare-paramvalue-prop-diffsize','s:61:\"ru:Размер HTML-кода разницы в байтах.\";'),('ab','messages:apihelp-compare-paramvalue-prop-ids','s:82:\"ru:Идентификаторы страниц и версий «from» и «to».\";'),('ab','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:284:\"ru:Распарсенные описания правок для версий «from» и «to». Если версия комментария была удалена, будет возвращено свойство <samp>fromcommenthidden</samp> или <samp>tocommenthidden</samp>.\";'),('ab','messages:apihelp-compare-paramvalue-prop-rel','s:112:\"ru:Идентификаторы предыдущей к «from» и следующей за «to» версий.\";'),('ab','messages:apihelp-compare-paramvalue-prop-size','s:48:\"ru:Размер версий «from» и «to».\";'),('ab','messages:apihelp-compare-paramvalue-prop-timestamp','s:71:\"ru:Временна́я печать версий «от» и «до».\";'),('ab','messages:apihelp-compare-paramvalue-prop-title','s:74:\"ru:Названия страниц для версий «from» и «to».\";'),('ab','messages:apihelp-compare-paramvalue-prop-user','s:281:\"ru:Имя и идентификатор участника для версий «from» и «to». Если версия пользователя была удалена, будет возвращено свойство <samp>fromuserhidden</samp> или <samp>touserhidden</samp>.\";'),('ab','messages:apihelp-compare-summary','s:80:\"ru:Получение разницы между двумя страницами.\";'),('ab','messages:apihelp-createaccount-example-create','s:116:\"ru:Начать создание участника <kbd>Example</kbd> с паролем <kbd>ExamplePassword</kbd>.\";'),('ab','messages:apihelp-createaccount-param-preservestate','s:543:\"ru:Если запрос <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> возвращает true для <samp>hasprimarypreservedstate</samp>, то запросы, отмеченные как <samp>primary-required</samp>, должны быть пропущены. Если запрос возвращает непустое значение поля <samp>preservedusername</samp>, то это значение должно быть использовано в параметре <samp>username</var>.\";'),('ab','messages:apihelp-createaccount-summary','s:59:\"ru:Создание новой учётной записи.\";'),('ab','messages:apihelp-cspreport-param-reportonly','s:141:\"ru:Отметить как доклад от политики мониторинга, не от принудительной политики\";'),('ab','messages:apihelp-cspreport-param-source','s:87:\"ru:Что создало заголовок CSP, вызвавший этот отчёт\";'),('ab','messages:apihelp-cspreport-summary','s:390:\"ru:Используется браузерами, чтобы сообщать о нарушениях политики безопасности (CSP). Этот модуль никогда не должен использоваться, за исключением случаев автоматического использования совместимыми с CSP браузерами.\";'),('ab','messages:apihelp-delete-example-reason','s:95:\"ru:Удалить [[{{MediaWiki:Mainpage}}]] по причине <kbd>Preparing for move</kbd>.\";'),('ab','messages:apihelp-delete-example-simple','s:45:\"ru:Удалить [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-delete-param-deletetalk','s:94:\"ru:Удалить страницу обсуждения, если она существует.\";'),('ab','messages:apihelp-delete-param-oldimage','s:194:\"ru:Название старого удаляемого изображения, предоставляемое [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ab','messages:apihelp-delete-param-pageid','s:152:\"ru:Идентификатор удаляемой страницы. Нельзя использовать одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-delete-param-reason','s:161:\"ru:Причина удаления. Если не задана, будет использована автоматически созданная причина.\";'),('ab','messages:apihelp-delete-param-tags','s:79:\"ru:Изменить метки записи в журнале удалений.\";'),('ab','messages:apihelp-delete-param-title','s:145:\"ru:Заголовок удаляемой страницы. Нельзя использовать одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-delete-param-unwatch','s:110:\"ru:Удалить страницу из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-delete-param-watch','s:110:\"ru:Добавить страницу в список наблюдения текущего участника.\";'),('ab','messages:apihelp-delete-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-delete-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('ab','messages:apihelp-delete-summary','s:37:\"ru:Удаление страницы.\";'),('ab','messages:apihelp-disabled-summary','s:49:\"ru:Этот модуль был отключён.\";'),('ab','messages:apihelp-edit-example-edit','s:47:\"ru:Редактировать страницу.\";'),('ab','messages:apihelp-edit-example-prepend','s:114:\"ru:Добавить магическое слово <kbd>_&#95;NOTOC_&#95;</kbd> в начало страницы.\";'),('ab','messages:apihelp-edit-example-undo','s:123:\"ru:Отменить изменения с 13579 по 13585 с автоматическим описанием правки.\";'),('ab','messages:apihelp-edit-param-appendtext','s:256:\"ru:Добавить этот текст в конец страницы или раздела. Переопределяет $text.\n\nДля создания нового раздела, используйте $1section=new, а не этот параметр.\";'),('ab','messages:apihelp-edit-param-baserevid','s:465:\"ru:Идентификатор предыдущей версии, используемый для обнаружения конфликтов редактирования. Может быть получено через [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Самостоятельные конфликты приводят к сбою редактирования, если не задана базовая отметка времени.\";'),('ab','messages:apihelp-edit-param-basetimestamp','s:389:\"ru:Метка времени редактируемой версии, используется для обнаружения конфликтов редактирования. Может быть получена посредством [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Конфликты с самими собой игнорируются.\";'),('ab','messages:apihelp-edit-param-bot','s:70:\"ru:Пометить правку как сделанную ботом.\";'),('ab','messages:apihelp-edit-param-contentformat','s:131:\"ru:Формат сериализации содержимого, используемый для введённого текста.\";'),('ab','messages:apihelp-edit-param-contentmodel','s:52:\"ru:Модель нового содержимого.\";'),('ab','messages:apihelp-edit-param-createonly','s:97:\"ru:Не редактировать страницу, если она уже существует.\";'),('ab','messages:apihelp-edit-param-md5','s:234:\"ru:MD5-хэш параметра $1text, или конкатенации параметров $1prependtext и $1apendtext. Если задан, правка не будет выполнена при несовпадении хэша.\";'),('ab','messages:apihelp-edit-param-minor','s:77:\"ru:Пометить эту правку как малое изменение.\";'),('ab','messages:apihelp-edit-param-nocreate','s:92:\"ru:Выбрасывать ошибку, если страницы не существует.\";'),('ab','messages:apihelp-edit-param-notminor','s:204:\"ru:Не помечать эту правку как малое изменение даже есть установлена пользовательская настройка «{{int:tog-minordefault}}».\";'),('ab','messages:apihelp-edit-param-pageid','s:160:\"ru:Идентификатор редактируемой страницы. Нельзя использовать одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-edit-param-prependtext','s:132:\"ru:Добавить этот текст в начало страницы или раздела. Переопределяет $1text.\";'),('ab','messages:apihelp-edit-param-recreate','s:161:\"ru:Игнорировать предупреждение о том, что страница была удалена во время редактирования.\";'),('ab','messages:apihelp-edit-param-redirect','s:80:\"ru:Автоматически разрешать перенаправления.\";'),('ab','messages:apihelp-edit-param-section','s:305:\"ru:Идентификатор раздела. <kbd>0</kbd> для начального раздела, <kbd>new</kbd> для нового раздела. В основном - положительное целое число, но может иметь также и нечисловое значение.\";'),('ab','messages:apihelp-edit-param-sectiontitle','s:109:\"ru:Заголовок нового раздела при использовании <var>$1section=new</var>.\";'),('ab','messages:apihelp-edit-param-starttimestamp','s:479:\"ru:Метка времени начала редактирования, используется для обнаружения конфликтов редактирования. Необходимое значение может быть получено с помощью <var>[[Special:ApiHelp/main|curtimestamp]]</var> в начале редактирования (то есть, после загрузки содержимого редактируемой страницы).\";'),('ab','messages:apihelp-edit-param-summary','s:784:\"ru:Описание изменений. \n\nКогда этот параметр не указан или незаполнен, [[mw:Special:MyLanguage/Autosummary|описание изменений может быть создано автоматически]].\n\nТакже является заголовком раздела, когда используется <var>$1section=new</var>, а <var>$1sectiontitle</var> не задано.\n\nЕсли оно не указано при использовании <var>$1section=new</var> и <var>$1sectiontitle</var>, вместо этого параметра используется значение заголовка раздела, тогда описание изменений генерируется автоматически.\";'),('ab','messages:apihelp-edit-param-tags','s:81:\"ru:Изменить метки записи в истории изменений.\";'),('ab','messages:apihelp-edit-param-text','s:41:\"ru:Содержимое страницы.\";'),('ab','messages:apihelp-edit-param-title','s:151:\"ru:Название редактируемой страницы. Нельзя использовать одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-edit-param-token','s:198:\"ru:Токен всегда должен быть послан в качестве последнего параметра, или, по крайней мере, после параметра $1text.\";'),('ab','messages:apihelp-edit-param-undo','s:113:\"ru:Отменить это изменение. Переопределяет $text, $1prependtext и $1appendtext.\";'),('ab','messages:apihelp-edit-param-undoafter','s:165:\"ru:Отменить все изменения от $1undo до данного. Если не задано, просто отменить одно изменение.\";'),('ab','messages:apihelp-edit-param-unwatch','s:110:\"ru:Удалить страницу из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-edit-param-watch','s:110:\"ru:Добавить страницу в список наблюдения текущего участника.\";'),('ab','messages:apihelp-edit-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-edit-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('ab','messages:apihelp-edit-summary','s:67:\"ru:Создание и редактирование страниц.\";'),('ab','messages:apihelp-emailuser-example-email','s:112:\"ru:Отправить письмо участнику <kbd>WikiSysop</kbd> с текстом <kbd>Content</kbd>.\";'),('ab','messages:apihelp-emailuser-param-ccme','s:70:\"ru:Отправить копию этого сообщения мне.\";'),('ab','messages:apihelp-emailuser-param-subject','s:31:\"ru:Заголовок темы.\";'),('ab','messages:apihelp-emailuser-param-target','s:56:\"ru:Адресат электронного письма.\";'),('ab','messages:apihelp-emailuser-param-text','s:37:\"ru:Содержание письма.\";'),('ab','messages:apihelp-emailuser-summary','s:75:\"ru:Написание электронных писем участнику.\";'),('ab','messages:apihelp-expandtemplates-example-simple','s:92:\"ru:Развернуть вики-текст <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ab','messages:apihelp-expandtemplates-param-generatexml','s:117:\"ru:Создать дерево синтаксического разбора XML (заменено $1prop=parsetree).\";'),('ab','messages:apihelp-expandtemplates-param-includecomments','s:86:\"ru:Нужно ли включать комментарии HTML в результат.\";'),('ab','messages:apihelp-expandtemplates-param-prop','s:298:\"ru:Какую информацию включить.\n\nОбратите внимание, что если ни одно из значений не выбрано, результат будет содержать вики-текст, но вывод будет в устаревшем формате.\";'),('ab','messages:apihelp-expandtemplates-param-revid','s:127:\"ru:Номер версии, для <code><nowiki>{{REVISIONID}}</nowiki></code> и аналогичных переменных.\";'),('ab','messages:apihelp-expandtemplates-param-showstrategykeys','s:128:\"ru:Включать ли информацию о внутренней стратегии объединения в jsconfigvars.\";'),('ab','messages:apihelp-expandtemplates-param-text','s:52:\"ru:Конвертируемый вики-текст.\";'),('ab','messages:apihelp-expandtemplates-param-title','s:39:\"ru:Заголовок страницы.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:176:\"ru:Любые категории, присутствующие во входных данных, но не попавшие в результирующий вики-текст.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:177:\"ru:Возвращает переменные конфигурации JavaScript, свойственные именно этой странице, в виде JSON-строки.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:146:\"ru:Возвращает переменные конфигурации JavaScript, свойственные именно этой странице.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:313:\"ru:Любые модули ResourceLoader, запрашиваемые функциями парсера на добавление в результат. Одновременно с <kbd>modules</kbd> должен быть запрошен либо <kbd>jsconfigvars</kbd>, либо <kbd>encodedjsconfigvars</kbd>.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:94:\"ru:Дерево синтаксического разбора XML входных данных.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:147:\"ru:Свойства страницы, определённые раскрытыми магическими словами в вики-тексте.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:181:\"ru:Максимальное время, по прошествии которого кэш результата должен быть признан недействительным.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:203:\"ru:Является ли вывод нестабильным и следует ли отказаться от его повторного использования где-либо на странице.\";'),('ab','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:46:\"ru:Расширенный вики-текст.\";'),('ab','messages:apihelp-expandtemplates-summary','s:81:\"ru:Разворачивание всех шаблонов в вики-текст.\";'),('ab','messages:apihelp-feedcontributions-example-simple','s:69:\"ru:Показать вклад участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-feedcontributions-param-deletedonly','s:65:\"ru:Показать только удалённые правки.\";'),('ab','messages:apihelp-feedcontributions-param-feedformat','s:27:\"ru:Формат ленты.\";'),('ab','messages:apihelp-feedcontributions-param-hideminor','s:40:\"ru:Скрыть малые правки.\";'),('ab','messages:apihelp-feedcontributions-param-month','s:37:\"ru:От месяца (и ранее).\";'),('ab','messages:apihelp-feedcontributions-param-namespace','s:79:\"ru:Вклад в каком пространстве имён показать.\";'),('ab','messages:apihelp-feedcontributions-param-newonly','s:102:\"ru:Показать только правки, являющиеся созданием страниц.\";'),('ab','messages:apihelp-feedcontributions-param-showsizediff','s:78:\"ru:Показать объём изменений между версиями.\";'),('ab','messages:apihelp-feedcontributions-param-tagfilter','s:77:\"ru:Показать вклад, содержащий данные метки.\";'),('ab','messages:apihelp-feedcontributions-param-toponly','s:106:\"ru:Показать только правки, являющиеся последними версиями.\";'),('ab','messages:apihelp-feedcontributions-param-user','s:63:\"ru:Вклад каких участников получить.\";'),('ab','messages:apihelp-feedcontributions-param-year','s:33:\"ru:От года (и ранее).\";'),('ab','messages:apihelp-feedcontributions-summary','s:74:\"ru:Возвращает ленту с вкладом участников.\";'),('ab','messages:apihelp-feedrecentchanges-example-30days','s:71:\"ru:Список последних изменений за 30 дней.\";'),('ab','messages:apihelp-feedrecentchanges-example-simple','s:54:\"ru:Список последних изменений.\";'),('ab','messages:apihelp-feedrecentchanges-param-associated','s:120:\"ru:Включить связанное (обсуждения или основное) пространство имён.\";'),('ab','messages:apihelp-feedrecentchanges-param-days','s:73:\"ru:Сколькими днями ограничить результат.\";'),('ab','messages:apihelp-feedrecentchanges-param-feedformat','s:27:\"ru:Формат ленты.\";'),('ab','messages:apihelp-feedrecentchanges-param-from','s:96:\"ru:Показать изменения, сделанные после этого момента.\";'),('ab','messages:apihelp-feedrecentchanges-param-hideanons','s:69:\"ru:Скрыть правки анонимных участников.\";'),('ab','messages:apihelp-feedrecentchanges-param-hidebots','s:40:\"ru:Скрыть правки ботов.\";'),('ab','messages:apihelp-feedrecentchanges-param-hidecategorization','s:58:\"ru:Скрыть категоризацию страниц.\";'),('ab','messages:apihelp-feedrecentchanges-param-hideliu','s:87:\"ru:Скрыть правки зарегистрированных участников.\";'),('ab','messages:apihelp-feedrecentchanges-param-hideminor','s:40:\"ru:Скрыть малые правки.\";'),('ab','messages:apihelp-feedrecentchanges-param-hidemyself','s:65:\"ru:Скрыть правки текущего участника.\";'),('ab','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:64:\"ru:Скрыть отпатрулированные правки.\";'),('ab','messages:apihelp-feedrecentchanges-param-invert','s:77:\"ru:Все пространства имён, кроме выбранного.\";'),('ab','messages:apihelp-feedrecentchanges-param-limit','s:87:\"ru:Максимальное число возвращаемых результатов.\";'),('ab','messages:apihelp-feedrecentchanges-param-namespace','s:93:\"ru:Пространство имён, которым ограничить результат.\";'),('ab','messages:apihelp-feedrecentchanges-param-showlinkedto','s:103:\"ru:Отображать правки на страницах, ссылающихся на данную.\";'),('ab','messages:apihelp-feedrecentchanges-param-tagfilter','s:34:\"ru:Фильтр по меткам.\";'),('ab','messages:apihelp-feedrecentchanges-param-target','s:127:\"ru:Отображать только правки на страницах, на которые ссылается данная.\";'),('ab','messages:apihelp-feedrecentchanges-summary','s:73:\"ru:Возвращает ленту последних изменений.\";'),('ab','messages:apihelp-feedwatchlist-example-all6hrs','s:130:\"ru:Показать все изменения на наблюдаемых страницах за последние 6 часов.\";'),('ab','messages:apihelp-feedwatchlist-example-default','s:65:\"ru:Показать ленту списка наблюдения.\";'),('ab','messages:apihelp-feedwatchlist-param-feedformat','s:27:\"ru:Формат ленты.\";'),('ab','messages:apihelp-feedwatchlist-param-hours','s:104:\"ru:Список страниц, отредактированных столько часов назад.\";'),('ab','messages:apihelp-feedwatchlist-param-linktosections','s:106:\"ru:Ссылаться прямо на разделы с изменениями, если возможно.\";'),('ab','messages:apihelp-feedwatchlist-summary','s:69:\"ru:Возвращает ленту списка наблюдения.\";'),('ab','messages:apihelp-filerevert-example-revert','s:87:\"ru:Откат <kbd>Wiki.png</kbd> к версии от <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ab','messages:apihelp-filerevert-param-archivename','s:75:\"ru:Архивное название возвращаемой версии.\";'),('ab','messages:apihelp-filerevert-param-comment','s:43:\"ru:Комментарий загрузки.\";'),('ab','messages:apihelp-filerevert-param-filename','s:74:\"ru:Целевое имя файла без префикса «Файл:».\";'),('ab','messages:apihelp-filerevert-summary','s:66:\"ru:Возвращение файла к старой версии.\";'),('ab','messages:apihelp-format-example-generic','s:73:\"ru:Вернуть результат запроса в формате $1.\";'),('ab','messages:apihelp-format-param-wrappedhtml','s:143:\"ru:Вернуть хорошо читаемый HTML со связанными модулями ResourceLoader в виде объекта JSON.\";'),('ab','messages:apihelp-help-example-help','s:64:\"ru:Справка по самому модулю справки.\";'),('ab','messages:apihelp-help-example-main','s:51:\"ru:Помощь по главному модулю.\";'),('ab','messages:apihelp-help-example-query','s:59:\"ru:Справка по двум подмодулям query.\";'),('ab','messages:apihelp-help-example-recursive','s:58:\"ru:Вся справка на одной странице.\";'),('ab','messages:apihelp-help-example-submodules','s:89:\"ru:Помощь по модулю <kbd>action=query</kbd> и его подмодулям.\";'),('ab','messages:apihelp-help-param-helpformat','s:44:\"ru:Формат вывода справки.\";'),('ab','messages:apihelp-help-param-modules','s:273:\"ru:Модули, справку которых необходимо отобразить (значения параметров <var>action</var> и <var>format</var>, или <kbd>main</kbd>). Можно указывать подмодули с помощью <kbd>+</kbd>.\";'),('ab','messages:apihelp-help-param-recursivesubmodules','s:77:\"ru:Включить справку подмодулей рекурсивно.\";'),('ab','messages:apihelp-help-param-submodules','s:88:\"ru:Включить справку подмодулей заданного модуля.\";'),('ab','messages:apihelp-help-param-toc','s:60:\"ru:Включить содержание в вывод HTML.\";'),('ab','messages:apihelp-help-param-wrap','s:93:\"ru:Обернуть вывод в стандартную структуру API-ответа.\";'),('ab','messages:apihelp-help-summary','s:75:\"ru:Отображение справки указанных модулей.\";'),('ab','messages:apihelp-imagerotate-example-generator','s:117:\"ru:Повернуть все изображения в <kbd>Category:Flip</kbd> на <kbd>180</kbd> градусов.\";'),('ab','messages:apihelp-imagerotate-example-simple','s:86:\"ru:Повернуть <kbd>File:Example.png</kbd> на <kbd>90</kbd> градусов.\";'),('ab','messages:apihelp-imagerotate-param-rotation','s:117:\"ru:На сколько градусов по часовой стрелке повернуть изображение.\";'),('ab','messages:apihelp-imagerotate-param-tags','s:79:\"ru:Изменить метки записи в журнале загрузок.\";'),('ab','messages:apihelp-imagerotate-summary','s:82:\"ru:Поворот одного или нескольких изображений.\";'),('ab','messages:apihelp-import-example-import','s:147:\"ru:Импортировать [[meta:Help:ParserFunctions]] с полной историей правок в пространство имён 100.\";'),('ab','messages:apihelp-import-extended-description','s:343:\"ru:Обратите внимание, что HTTP POST-запрос должен быть осуществлён как загрузка файла (то есть с использованием многотомных данных <code>multipart/form-data</code>) при отправке файла через параметр <var>xml</var>.\";'),('ab','messages:apihelp-import-param-assignknownusers','s:161:\"ru:Связать правки с локальными участниками, когда участники с такими именами существуют.\";'),('ab','messages:apihelp-import-param-fullhistory','s:162:\"ru:Для импорта из других вики: импортировать полную историю, а не только текущую страницу.\";'),('ab','messages:apihelp-import-param-interwikipage','s:97:\"ru:Для импорта из других вики: импортируемая страница.\";'),('ab','messages:apihelp-import-param-interwikiprefix','s:231:\"ru:Для загруженных импортов: префикс интервики для неизвестных имён участников (а также известных, если задан <var>$1assignknownusers</var>).\";'),('ab','messages:apihelp-import-param-interwikisource','s:89:\"ru:Для импорта из других вики: импортируемая вики.\";'),('ab','messages:apihelp-import-param-namespace','s:175:\"ru:Импортировать в это пространство имён. Не может быть использовано одновременно с <var>$1rootpage</var>.\";'),('ab','messages:apihelp-import-param-rootpage','s:205:\"ru:Импортировать в качестве подстраницы данной страницы. Не может быть использовано одновременно с <var>$1namespace</var>.\";'),('ab','messages:apihelp-import-param-summary','s:63:\"ru:Описание записи журнала импорта.\";'),('ab','messages:apihelp-import-param-tags','s:192:\"ru:Метки, которые следует указать у записи в журнале импорта и у нулевой правки в импортируемых страницах.\";'),('ab','messages:apihelp-import-param-templates','s:134:\"ru:Для импорта из других вики: также импортировать все включённые шаблоны.\";'),('ab','messages:apihelp-import-param-xml','s:39:\"ru:Загруженный XML-файл.\";'),('ab','messages:apihelp-import-summary','s:82:\"ru:Импорт страницы из другой вики или XML-файла.\";'),('ab','messages:apihelp-json-param-ascii','s:234:\"ru:Если задано, заменяет все не-ASCII-символы на шестнадцатеричные коды. Применяется по умолчанию, когда <var>formatversion</var> равно <kbd>1</kbd>.\";'),('ab','messages:apihelp-json-param-callback','s:244:\"ru:Если задано, оборачивает вывод в вызов данной функции. Из соображении безопасности, вся пользовательская информация будет удалена.\";'),('ab','messages:apihelp-json-param-formatversion','s:44:\"ru:Форматирование вывода\";'),('ab','messages:apihelp-json-param-utf8','s:316:\"ru:Если задано, кодирует большинство (но не все) не-ASCII символов в UTF-8 вместо замены их на шестнадцатеричные коды. Применяется по умолчанию, когда <var>formatversion</var> не равно <kbd>1</kbd>.\";'),('ab','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ab','messages:apihelp-json-paramvalue-formatversion-2','s:39:\"ru:Современный формат.\";'),('ab','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ab','messages:apihelp-json-summary','s:56:\"ru:Выводить данные в формате JSON.\";'),('ab','messages:apihelp-jsonfm-summary','s:101:\"ru:Выводить данные в формате JSON (отформатированном в HTML).\";'),('ab','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ab','messages:apihelp-linkaccount-example-link','s:87:\"ru:Начать связывание учётной записи с <kbd>Example</kbd>.\";'),('ab','messages:apihelp-linkaccount-summary','s:115:\"ru:Связать учётную запись третьей стороны с текущим участником.\";'),('ab','messages:apihelp-login-example-login','s:14:\"ru:Войти.\";'),('ab','messages:apihelp-login-extended-description','s:517:\"ru:Это действие должно быть использовано только в комбинации со [[Special:BotPasswords]]; использование этого модуля для входа в основную учётную запись устарело и может сбиться без предупреждения. Для безопасного входа в основную учётную запись, используйте <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ab','messages:apihelp-login-extended-description-nobotpasswords','s:254:\"ru:Это действие не поддерживается и может сбиться без предупреждения. Для безопасного входа, используйте <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ab','messages:apihelp-login-param-domain','s:43:\"ru:Домен (необязательно).\";'),('ab','messages:apihelp-login-param-name','s:29:\"ru:Имя участника.\";'),('ab','messages:apihelp-login-param-password','s:16:\"ru:Пароль.\";'),('ab','messages:apihelp-login-param-token','s:82:\"ru:Токен входа, полученный при первом запросе.\";'),('ab','messages:apihelp-login-summary','s:91:\"ru:Вход и получение аутентификационных файлов cookie.\";'),('ab','messages:apihelp-logout-example-logout','s:62:\"ru:Выйти из текущей учётной записи.\";'),('ab','messages:apihelp-logout-summary','s:60:\"ru:Выйти и очистить данные сессии.\";'),('ab','messages:apihelp-main-extended-description','s:1887:\"ru:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Документация]]\n* [[mw:Special:MyLanguage/API:Etiquette|Этикет и руководство по использованию]]\n* [[mw:Special:MyLanguage/API:FAQ|ЧЗВ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Почтовая рассылка]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ Новости API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Ошибки и запросы]\n</div>\n<strong>Статус:</strong> MediaWiki API — зрелый и стабильный интерфейс, активно поддерживаемый и улучшаемый. Мы стараемся избегать ломающих изменений, однако изредка они могут быть необходимы. Подпишитесь на [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ почтовую рассылку mediawiki-api-announce], чтобы быть в курсе обновлений.\n\n<strong>Ошибочные запросы:</strong> Если API получает запрос с ошибкой, вернётся заголовок HTTP с ключом «MediaWiki-API-Error», после чего значение заголовка и код ошибки будут отправлены обратно и установлены в то же значение. Более подробную информацию см. [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Ошибки и предупреждения]].\n\n<p class=\"mw-apisandbox-link\"><strong>Тестирование:</strong> для удобства тестирования API-запросов, см. [[Special:ApiSandbox]].</p>\";'),('ab','messages:apihelp-main-param-action','s:70:\"ru:Действие, которое следует выполнить.\";'),('ab','messages:apihelp-main-param-assert','s:274:\"ru:Проверить, авторизован ли участник, если задано <kbd>user</kbd>, <em>not</em> авторизирован если задано <kbd>anon</kbd> или что он имеет права бота, если задано <kbd>bot</kbd>.\";'),('ab','messages:apihelp-main-param-assertuser','s:112:\"ru:Проверить, что ник текущего участника совпадает с заданным.\";'),('ab','messages:apihelp-main-param-curtimestamp','s:72:\"ru:Включить в результат временную метку.\";'),('ab','messages:apihelp-main-param-errorformat','s:119:\"ru:Формат, используемый для вывода текста предупреждений и ошибок\";'),('ab','messages:apihelp-main-param-errorlang','s:566:\"ru:Язык, используемый для вывода предупреждений и сообщений об ошибках. Запрос <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> с <kbd>siprop=languages</kbd> возвращает список кодов языков; укажите <kbd>content</kbd> для использования основного языка этой вики, или <kbd>uselang</kbd> для использования того же значения, что и в параметре <var>uselang</var>.\";'),('ab','messages:apihelp-main-param-errorsuselocal','s:211:\"ru:Если задан, тексты ошибок будут использовать локально модифицированные сообщения из пространства имён {{ns:MediaWiki}}.\";'),('ab','messages:apihelp-main-param-format','s:29:\"ru:Формат вывода.\";'),('ab','messages:apihelp-main-param-maxage','s:199:\"ru:Установить значение HTTP-заголовка Cache-Control <code>max-age</code> в заданное число секунд. Ошибки никогда не кэшируются.\";'),('ab','messages:apihelp-main-param-maxlag','s:902:\"ru:Значение максимального отставания может использоваться, когда MediaWiki установлена на кластер из реплицируемых баз данных. Чтобы избежать ухудшения ситуации с отставанием репликации сайта, этот параметр может заставить клиента ждать, когда задержка репликации станет ниже указанного значения. В случае чрезмерной задержки возвращается код ошибки «<samp>maxlag</samp>» с сообщением «<samp>Waiting for $host: $lag seconds lagged</samp>».<br>См. подробнее на странице с описанием [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: параметра Maxlag]].\";'),('ab','messages:apihelp-main-param-origin','s:1666:\"ru:При обращении к API с использованием кросс-доменного AJAX-запроса (CORS), задайте параметру значение исходного домена. Этот параметр должен быть включён в любой предварительный запрос и таким образом должен быть частью URI-запроса (не тела POST).\n\nДля аутентифицированных запросов он должен точно соответствовать одному из источников в заголовке <code>Origin</code>, так что он должен быть задан наподобие <kbd>https://ru.wikipedia.org</kbd> или <kbd>https://meta.wikimedia.org</kbd>. Если параметр не соответствует заголовку <code>Origin</code>, будет возвращён ответ с кодом ошибки 403. Если параметр соответствует заголовку <code>Origin</code>, и источник разрешается, будут установлены заголовки <code>Access-Control-Allow-Origin</code> и <code>Access-Control-Allow-Credentials</code>.\n\nДля неаутентифицированных запросов укажите значение <kbd>*</kbd>. В результате заголовок <code>Access-Control-Allow-Origin</code> будет установлен, но <code>Access-Control-Allow-Credentials</code> примет значение <code>false</code> и все пользовательские данные будут ограничены.\";'),('ab','messages:apihelp-main-param-requestid','s:192:\"ru:Любое заданное здесь значение будет включено в ответ. Может быть использовано для различения запросов.\";'),('ab','messages:apihelp-main-param-responselanginfo','s:134:\"ru:Включить языки, использованные для <var>uselang</var> и <var>errorlang</var>, в результат.\";'),('ab','messages:apihelp-main-param-servedby','s:107:\"ru:Включить в результаты имя сервера, обработавшего запрос.\";'),('ab','messages:apihelp-main-param-smaxage','s:200:\"ru:Установить значение HTTP-заголовка Cache-Control <code>s-maxage</code> в заданное число секунд. Ошибки никогда не кэшируются.\";'),('ab','messages:apihelp-main-param-uselang','s:505:\"ru:Язык, используемый для перевода сообщений. Запрос <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> с <kbd>siprop=languages</kbd> возвращает список кодов языков; укажите <kbd>user</kbd>, чтобы использовать текущие языковые настройки участника, или <kbd>content</kbd> для использования основного языка этой вики.\";'),('ab','messages:apihelp-main-param-variant','s:190:\"ru:Вариант языка. Работает только в том случае, если базовый язык поддерживает преобразование вариантов.\";'),('ab','messages:apihelp-main-paramvalue-errorformat-bc','s:146:\"ru:Формат, использовавшийся до MediaWiki 1.29. <var>errorlang</var> и <var>errorsuselocal</var> игнорируются.\";'),('ab','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ab','messages:apihelp-main-paramvalue-errorformat-none','s:70:\"ru:Не выводит текст, только коды ошибок.\";'),('ab','messages:apihelp-main-paramvalue-errorformat-plaintext','s:106:\"ru:Вики-текст с удалёнными HTML-метками и заменёнными энтити.\";'),('ab','messages:apihelp-main-paramvalue-errorformat-raw','s:53:\"ru:Ключ сообщения и параметры.\";'),('ab','messages:apihelp-main-paramvalue-errorformat-wikitext','s:60:\"ru:Нераспарсированный вики-текст.\";'),('ab','messages:apihelp-main-summary','s:3:\"en:\";'),('ab','messages:apihelp-managetags-example-activate','s:113:\"ru:Активировать метку <kbd>spam</kbd> с причиной <kbd>For use in edit patrolling</kbd>.\";'),('ab','messages:apihelp-managetags-example-create','s:125:\"ru:Создать метку с названием <kbd>spam</kbd> с причиной <kbd>For use in edit patrolling</kbd>.\";'),('ab','messages:apihelp-managetags-example-deactivate','s:109:\"ru:Деактивировать метку <kbd>spam</kbd> с причиной <kbd>No longer required</kbd>.\";'),('ab','messages:apihelp-managetags-example-delete','s:90:\"ru:Удалить метку <kbd>vandlaism</kbd> с причиной <kbd>Misspelt</kbd>.\";'),('ab','messages:apihelp-managetags-param-ignorewarnings','s:126:\"ru:Игнорировать ли все предупреждения, возникающие во время операции.\";'),('ab','messages:apihelp-managetags-param-operation','s:50:\"ru:Какую операцию выполнить:\";'),('ab','messages:apihelp-managetags-param-reason','s:159:\"ru:Причина создания, удаления, активирования или деактивирования метки (необязательно).\";'),('ab','messages:apihelp-managetags-param-tag','s:554:\"ru:Создаваемая, удаляемая, активируемая или деактивируемая метка. Создаваемая метка должна не существовать. Удаляемая метка должна существовать. Активируемая метка должна существовать и не быть использованной в каком-либо расширении. Деактивируемая метка должна существовать и быть заданной вручную.\";'),('ab','messages:apihelp-managetags-param-tags','s:98:\"ru:Изменить метки записи в журнале управления метками.\";'),('ab','messages:apihelp-managetags-paramvalue-operation-activate','s:144:\"ru:Активировать изменение метки, позволив участникам устанавливать её вручную.\";'),('ab','messages:apihelp-managetags-paramvalue-operation-create','s:89:\"ru:Создать новую метку для ручного использования.\";'),('ab','messages:apihelp-managetags-paramvalue-operation-deactivate','s:148:\"ru:Деактивировать изменение метки, запретив участникам устанавливать её вручную.\";'),('ab','messages:apihelp-managetags-paramvalue-operation-delete','s:227:\"ru:Удалить метку из базы данных, что включает в себя удаление метки со всех версий и записей журналов, где она использовалось.\";'),('ab','messages:apihelp-managetags-summary','s:96:\"ru:Осуществление задач, связанных с изменением меток.\";'),('ab','messages:apihelp-mergehistory-example-merge','s:138:\"ru:Переместить всю историю правок страницы <kbd>Oldpage</kbd> на страницу <kbd>Newpage</kbd>.\";'),('ab','messages:apihelp-mergehistory-example-merge-timestamp','s:181:\"ru:Переместить историю правок из <kbd>Oldpage</kbd>, совершённых до <kbd>2015-12-31T04:37:41Z</kbd>, на страницу <kbd>Newpage</kbd>.\";'),('ab','messages:apihelp-mergehistory-param-from','s:208:\"ru:Название страницы, история из которой будет объединяться. Не может быть использовано одновременно с <var>$1fromid</var>.\";'),('ab','messages:apihelp-mergehistory-param-fromid','s:216:\"ru:Идентификатор страницы, история из которой будет объединяться. Не может быть использовано одновременно с <var>$1from</var>.\";'),('ab','messages:apihelp-mergehistory-param-reason','s:63:\"ru:Причина для объединения истории.\";'),('ab','messages:apihelp-mergehistory-param-timestamp','s:369:\"ru:Временная метка, до которой версии будут перемещены из истории страницы-источника в историю целевой страницы. Если опущено, в целевую страницу будет перемещена вся история правок страницы-источника.\";'),('ab','messages:apihelp-mergehistory-param-to','s:223:\"ru:Название страницы, в историю которой будет добавлено объединяемое. Не может быть использовано одновременно с <var>$1toid</var>.\";'),('ab','messages:apihelp-mergehistory-param-toid','s:231:\"ru:Идентификатор страницы, в историю которой будет добавлено объединяемое. Не может быть использовано одновременно с <var>$1to</var>.\";'),('ab','messages:apihelp-mergehistory-summary','s:54:\"ru:Объединение историй правок.\";'),('ab','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('ab','messages:apihelp-mobileview-example-1','s:86:\"ru:Получить информацию о раздел 0 статьи [[Doom metal]]\";'),('ab','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ab','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ab','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ab','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('ab','messages:apihelp-mobileview-param-noimages','s:53:\"ru:Вернуть HTML без изображений.\";'),('ab','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('ab','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ab','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ab','messages:apihelp-mobileview-param-page','s:65:\"ru:Заголовок страницы для обработки.\";'),('ab','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('ab','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ab','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ab','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('ab','messages:apihelp-mobileview-param-sectionprop','s:72:\"ru:Какую информацию о разделах получать.\";'),('ab','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ab','messages:apihelp-mobileview-param-thumbheight','s:59:\"ru:Максимальная высота миниатюры\";'),('ab','messages:apihelp-mobileview-param-thumbsize','s:58:\"ru:Максимальные размеры эскизов.\";'),('ab','messages:apihelp-mobileview-param-thumbwidth','s:59:\"ru:Максимальная ширина миниатюры\";'),('ab','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('ab','messages:apihelp-move-example-move','s:133:\"ru:Переименовать <kbd>Badtitle</kbd> в <kbd>Goodtitle</kbd> без оставления перенаправления.\";'),('ab','messages:apihelp-move-param-from','s:159:\"ru:Название переименовываемой страницы. Нельзя использовать одновременно с <var>$1fromid</var>.\";'),('ab','messages:apihelp-move-param-fromid','s:167:\"ru:Идентификатор переименовываемой страницы. Нельзя использовать одновременно с <var>$1from</var>.\";'),('ab','messages:apihelp-move-param-ignorewarnings','s:64:\"ru:Игнорировать все предупреждения.\";'),('ab','messages:apihelp-move-param-movesubpages','s:89:\"ru:Переименовать подстраницы, если это применимо.\";'),('ab','messages:apihelp-move-param-movetalk','s:94:\"ru:Переименовать страницу обсуждения, если она есть.\";'),('ab','messages:apihelp-move-param-noredirect','s:58:\"ru:Не создавать перенаправление.\";'),('ab','messages:apihelp-move-param-reason','s:47:\"ru:Причина переименования.\";'),('ab','messages:apihelp-move-param-tags','s:175:\"ru:Изменить метки записи в журнале переименований и нулевой правки на переименованной странице.\";'),('ab','messages:apihelp-move-param-to','s:48:\"ru:Новое название страницы.\";'),('ab','messages:apihelp-move-param-unwatch','s:144:\"ru:Удалить страницу и перенаправление из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-move-param-watch','s:144:\"ru:Добавить страницу и перенаправление в список наблюдения текущего участника.\";'),('ab','messages:apihelp-move-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-move-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('ab','messages:apihelp-move-summary','s:49:\"ru:Переименование страницы.\";'),('ab','messages:apihelp-no-such-module','s:41:\"ru:Модуль «$1» не найден.\";'),('ab','messages:apihelp-none-summary','s:38:\"ru:Ничего не выводить.\";'),('ab','messages:apihelp-opensearch-example-te','s:74:\"ru:Найти страницы, начинающиеся с <kbd>Te</kbd>.\";'),('ab','messages:apihelp-opensearch-param-format','s:29:\"ru:Формат вывода.\";'),('ab','messages:apihelp-opensearch-param-limit','s:87:\"ru:Максимальное число возвращаемых результатов.\";'),('ab','messages:apihelp-opensearch-param-namespace','s:219:\"ru:Пространства имён для поиска. Игнорируется, если <var>$1search</var> начинается с действительного префикса пространства имён.\";'),('ab','messages:apihelp-opensearch-param-redirects','s:66:\"ru:Как обрабатывать перенаправления:\";'),('ab','messages:apihelp-opensearch-param-redirects-append','s:200:\"ru:По историческим причинам значением по умолчанию является «return» для $1format=json и «resolve» для остальных форматов.\";'),('ab','messages:apihelp-opensearch-param-search','s:29:\"ru:Строка поиска.\";'),('ab','messages:apihelp-opensearch-param-suggest','s:46:\"ru:Больше не используется.\";'),('ab','messages:apihelp-opensearch-param-warningsaserror','s:187:\"ru:Если предупреждения возникают при <kbd>format=json</kbd>, вернуть ошибку API вместо того, чтобы игнорировать их.\";'),('ab','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:121:\"ru:Вернуть целевую страницу. Может вернуть меньше $1limit результатов.\";'),('ab','messages:apihelp-opensearch-paramvalue-redirects-return','s:58:\"ru:Вернуть само перенаправление.\";'),('ab','messages:apihelp-opensearch-summary','s:90:\"ru:Поиск по вики с использованием протокола OpenSearch.\";'),('ab','messages:apihelp-options-example-change','s:79:\"ru:Изменить настройки <kbd>skin</kbd> и <kbd>hideminor</kbd>.\";'),('ab','messages:apihelp-options-example-complex','s:117:\"ru:Сбросить все настройки, а затем изменить <kbd>skin</kbd> и <kbd>nickname</kbd>.\";'),('ab','messages:apihelp-options-example-reset','s:46:\"ru:Сбросить все настройки.\";'),('ab','messages:apihelp-options-extended-description','s:401:\"ru:Менять можно только настройки, зарегистрированные в ядре или в одном из установленных расширений, а также настройки, чьи ключи начинаются с <code>userjs-</code> (предназначенные для использования в пользовательских скриптах).\";'),('ab','messages:apihelp-options-param-change','s:726:\"ru:Список изменений в формате название=значение (например, skin=vector). Если значения не даётся (нет даже знака равенства), например, названиенастройки|другаянастройка|, настройка будет возвращена в своё значение по умолчанию. Если какое-либо значение должно содержать знак трубы (<kbd>|</kbd>), используйте [[Special:ApiHelp/main#main/datatypes|альтернативный разделитель значений]] для действительного проведения операции.\";'),('ab','messages:apihelp-options-param-optionname','s:178:\"ru:Название настройки, которая должна быть установлена в значение, переданное через <var>$1optionvalue</var>.\";'),('ab','messages:apihelp-options-param-optionvalue','s:81:\"ru:Значение настройки, заданной <var>$1optionname</var>.\";'),('ab','messages:apihelp-options-param-reset','s:99:\"ru:Сбрасывает настройки на установленные по умолчанию.\";'),('ab','messages:apihelp-options-param-resetkinds','s:126:\"ru:Список типов сбрасываемых настроек, если задан параметр <var>$1reset</var>.\";'),('ab','messages:apihelp-options-summary','s:67:\"ru:Смена настроек текущего участника.\";'),('ab','messages:apihelp-paraminfo-example-1','s:302:\"ru:Показать информацию для <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, и <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ab','messages:apihelp-paraminfo-example-2','s:132:\"ru:Отобразить информацию для всех подмодулей <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ab','messages:apihelp-paraminfo-param-formatmodules','s:192:\"ru:Список названий форматных модулей (значения параметра <var>format</var>). Вместо этого используйте <var>$1modules</var>.\";'),('ab','messages:apihelp-paraminfo-param-helpformat','s:42:\"ru:Формат строк справки.\";'),('ab','messages:apihelp-paraminfo-param-mainmodule','s:157:\"ru:Также получить информацию о главном модуле. Вместо этого используйте <kbd>$1modules=main</kbd>.\";'),('ab','messages:apihelp-paraminfo-param-modules','s:375:\"ru:Список названий модулей (значения параметров <var>action</var> и <var>format</var>, или <kbd>main</kbd>). Можно указать подмодули с помощью <kbd>+</kbd>, все подмодули с помощью <kbd>+*</kbd>, или все подмодули рекурсивно с помощью <kbd>+**</kbd>.\";'),('ab','messages:apihelp-paraminfo-param-pagesetmodule','s:137:\"ru:Также получить информацию о модуле pageset (предоставляющем titles= и синонимы).\";'),('ab','messages:apihelp-paraminfo-param-querymodules','s:231:\"ru:Список модулей query (значения параметров <var>prop</var>, <var>meta</var> или <var>list</var>). Используйте <kbd>$1modules=query+foo</kbd> вместо <kbd>$1querymodules=foo</kbd>.\";'),('ab','messages:apihelp-paraminfo-summary','s:65:\"ru:Получение информации о модулях API.\";'),('ab','messages:apihelp-parse-example-page','s:35:\"ru:Парсинг страницы.\";'),('ab','messages:apihelp-parse-example-summary','s:48:\"ru:Парсинг описания правки.\";'),('ab','messages:apihelp-parse-example-text','s:38:\"ru:Анализ вики-текста.\";'),('ab','messages:apihelp-parse-example-texttitle','s:98:\"ru:Парсинг вики-текста с заданным заголовком страницы.\";'),('ab','messages:apihelp-parse-extended-description','s:720:\"ru:См. различные prop-модули <kbd>[[Special:ApiHelp/query|action=query]]</kbd> для получения информации о текущей версии страницы.\n\nЕсть несколько способов указать текст для парсинга:\n# Указать страницу или версию, используя <var>$1page</var>, <var>$1pageid</var> или <var>$1oldid</var>.\n# Явно указать содержимое, используя <var>$1text</var>, <var>$1title</var> и <var>$1contentmodel</var>.\n# Указать описание правки. Параметру <var>$1prop</var> должно быть присвоено пустое значение.\";'),('ab','messages:apihelp-parse-param-contentformat','s:202:\"ru:Формат сериализации содержимого, использующийся во входном тексте. Доступен только при использовании с $1text.\";'),('ab','messages:apihelp-parse-param-contentmodel','s:351:\"ru:Модель содержимого входного текста. Если пропущена, должен быть задан $1title, и значение по умолчанию будет взято в зависимости от указанного названия. Доступно только при использовании с $1text.\";'),('ab','messages:apihelp-parse-param-disableeditsection','s:127:\"ru:Опустить ссылки на редактирование разделов из результата парсинга.\";'),('ab','messages:apihelp-parse-param-disablelimitreport','s:115:\"ru:Опустить отчёт о лимите («NewPP limit report») из результата парсинга.\";'),('ab','messages:apihelp-parse-param-disablepp','s:82:\"ru:Вместо этого используйте <var>$1disablelimitreport</var>.\";'),('ab','messages:apihelp-parse-param-disablestylededuplication','s:119:\"ru:Не редуплицировать встроенные таблицы стилей в выходе парсера.\";'),('ab','messages:apihelp-parse-param-disabletoc','s:60:\"ru:Не включать в вывод содержание.\";'),('ab','messages:apihelp-parse-param-effectivelanglinks','s:172:\"ru:Включает языковые ссылки, обеспечиваемые расширениями (для использования с <kbd>$1prop=langlinks</kbd>).\";'),('ab','messages:apihelp-parse-param-generatexml','s:171:\"ru:Создать дерево парсинга XML (требуется модель содержимого <code>$1</code>, замещено <kbd>$2prop=parsetree</kbd>).\";'),('ab','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ab','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ab','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('ab','messages:apihelp-parse-param-oldid','s:138:\"ru:Распарсить содержимое этой версии. Переопределяет <var>$1page</var> и <var>$1pageid</var>.\";'),('ab','messages:apihelp-parse-param-onlypst','s:325:\"ru:Выполнить преобразование перед записью правки (PST) входных данных, но не парсить их. Возвращает тот же вики-текст после применения PST. Доступно только при применении с <var>$1text</var>.\";'),('ab','messages:apihelp-parse-param-page','s:184:\"ru:Распарсить содержимое этой страницы. Не может быть использовано совместно с <var>$1text</var> и <var>$1title</var>.\";'),('ab','messages:apihelp-parse-param-pageid','s:125:\"ru:Анализировать содержимое этой страницы. Переопределяет <var>$1page</var>.\";'),('ab','messages:apihelp-parse-param-preview','s:77:\"ru:Проанализировать в режиме предросмотра.\";'),('ab','messages:apihelp-parse-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-parse-param-pst','s:250:\"ru:Выполнить преобразование перед записью правки (PST) до того, как начать парсировать текст. Доступно только когда используется с текстом.\";'),('ab','messages:apihelp-parse-param-redirects','s:149:\"ru:Если значением <var>$1page</var> или <var>$1pageid</var> указано перенаправление, разрешить его.\";'),('ab','messages:apihelp-parse-param-revid','s:127:\"ru:Номер версии, для <code><nowiki>{{REVISIONID}}</nowiki></code> и аналогичных переменных.\";'),('ab','messages:apihelp-parse-param-section','s:398:\"ru:Распарсить содержимое только раздела с этим идентификатором.\n\nЕсли задан <kbd>new</kbd>, распарсить <var>$1text</var> и <var>$1sectiontitle</var> так, как будто добавлен новый раздел на страницу.\n\n<kbd>new</kbd> доступен только при заданном <var>text</var>.\";'),('ab','messages:apihelp-parse-param-sectionpreview','s:154:\"ru:Распарсить в режиме предпросмотра раздела (также активирует режим предпросмотра).\";'),('ab','messages:apihelp-parse-param-sectiontitle','s:345:\"ru:Название нового раздела, когда <var>section</var> имеет значение <kbd>new</kbd>.\n\nВ отличие от редактирования страницы, оно не примет значение параметра <var>summary</var>, если опустить его или оставить пустым.\";'),('ab','messages:apihelp-parse-param-showstrategykeys','s:128:\"ru:Включать ли информацию о внутренней стратегии объединения в jsconfigvars.\";'),('ab','messages:apihelp-parse-param-summary','s:60:\"ru:Анализируемое описание правки.\";'),('ab','messages:apihelp-parse-param-text','s:185:\"ru:Распарсиваемый текст. Используйте <var>$1title</var> или <var>$1contentmodel</var> для управления моделью содержимого.\";'),('ab','messages:apihelp-parse-param-title','s:278:\"ru:Название страницы, которой принадлежит текст. Если опущено, должен быть указан параметр <var>$1contentmodel</var>, и в качестве заголовка будет использовано [[API]].\";'),('ab','messages:apihelp-parse-param-useskin','s:319:\"ru:Применить выбранную тему оформления к результату работы парсера. Может затронуть следующие свойства: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('ab','messages:apihelp-parse-param-wrapoutputclass','s:104:\"ru:CSS-класс, используемый для оборачивания вывода парсера.\";'),('ab','messages:apihelp-parse-paramvalue-prop-categories','s:97:\"ru:Возвращает категории из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:61:\"ru:Возвращает HTML-версию категорий.\";'),('ab','messages:apihelp-parse-paramvalue-prop-displaytitle','s:88:\"ru:Добавляет название распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:154:\"ru:Возвращает переменные JavaScript с данными настроек для этой страницы в виде JSON-строки.\";'),('ab','messages:apihelp-parse-paramvalue-prop-externallinks','s:106:\"ru:Возвращает внешние ссылки из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-headhtml','s:215:\"ru:Возвращает распарсенный тип документа, начальный <code>&lt;html&gt;</code>, элемент <code>&lt;head&gt;</code> и открывающий <code>&lt;body&gt;</code>.\";'),('ab','messages:apihelp-parse-paramvalue-prop-headitems','s:137:\"ru:Возвращает элементы, которые следует поместить в <code>&lt;head&gt;</code> страницы.\";'),('ab','messages:apihelp-parse-paramvalue-prop-images','s:101:\"ru:Возвращает изображения из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-indicators','s:124:\"ru:Возвращает HTML-код индикаторов, использованных на данной странице.\";'),('ab','messages:apihelp-parse-paramvalue-prop-iwlinks','s:110:\"ru:Возвращает интервики-ссылки из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:210:\"ru:Возвращает переменные JavaScript с данными настроек для этой страницы. Для их применения используйте <code>mw.config.set()</code>.\";'),('ab','messages:apihelp-parse-paramvalue-prop-langlinks','s:108:\"ru:Возвращает языковые ссылки из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:179:\"ru:Возвращает структурированный отчёт о лимите. Не возвращает данных, если задан <var>$1disablelimitreport</var>.\";'),('ab','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:164:\"ru:Возвращает HTML-версию отчёта о лимите. Не возвращает данных, если задан <var>$1disablelimitreport</var>.\";'),('ab','messages:apihelp-parse-paramvalue-prop-links','s:112:\"ru:Возвращает внутренние ссылки из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-modules','s:346:\"ru:Возвращает использованные на странице модули ResourceLoader. Для загрузки, используйте <code>mw.loader.using()</code>. Одновременно с <kbd>modules</kbd> должно быть запрошено либо <kbd>jsconfigvars</kbd>, либо <kbd>encodedjsconfigvars</kbd>.\";'),('ab','messages:apihelp-parse-paramvalue-prop-parsetree','s:146:\"ru:Дерево парсинга XML содержимого версии (требуется модель содержимого <code>$1</code>).\";'),('ab','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:165:\"ru:Возвращает предупреждения, возникшие во время парсинга контента (в формате вики-текста).\";'),('ab','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:148:\"ru:Возвращает предупреждения, возникшие во время парсинга контента (в формате HTML).\";'),('ab','messages:apihelp-parse-paramvalue-prop-properties','s:138:\"ru:Возвращает различные свойства, объявленные в распарсиваемом вики-тексте.\";'),('ab','messages:apihelp-parse-paramvalue-prop-revid','s:104:\"ru:Добавляет идентификатор версии распарсенной страницы.\";'),('ab','messages:apihelp-parse-paramvalue-prop-sections','s:93:\"ru:Возвращает разделы из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-subtitle','s:113:\"ru:Добавляет подзаголовок страницы для распарсенной страницы.\";'),('ab','messages:apihelp-parse-paramvalue-prop-templates','s:93:\"ru:Возвращает шаблоны из распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-text','s:84:\"ru:Возвращает текст распарсенного вики-текста.\";'),('ab','messages:apihelp-parse-paramvalue-prop-wikitext','s:90:\"ru:Возвращает исходный распарсиваемый вики-текст.\";'),('ab','messages:apihelp-parse-summary','s:97:\"ru:Парсит содержимое и возвращает результат парсинга.\";'),('ab','messages:apihelp-patrol-example-rcid','s:66:\"ru:Патрулировать недавние изменения.\";'),('ab','messages:apihelp-patrol-example-revid','s:47:\"ru:Отпатрулировать версию.\";'),('ab','messages:apihelp-patrol-param-rcid','s:89:\"ru:Идентификатор патрулируемой последней правки.\";'),('ab','messages:apihelp-patrol-param-revid','s:70:\"ru:Идентификатор патрулируемой версии.\";'),('ab','messages:apihelp-patrol-param-tags','s:91:\"ru:Изменить метки записи в журнале патрулирования.\";'),('ab','messages:apihelp-patrol-summary','s:69:\"ru:Патрулирование страницы или версии.\";'),('ab','messages:apihelp-php-param-formatversion','s:44:\"ru:Форматирование вывода\";'),('ab','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ab','messages:apihelp-php-paramvalue-formatversion-2','s:39:\"ru:Современный формат.\";'),('ab','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ab','messages:apihelp-php-summary','s:86:\"ru:Выводить данные в сериализованном формате PHP.\";'),('ab','messages:apihelp-phpfm-summary','s:131:\"ru:Выводить данные в сериализованном формате PHP (отформатированном в HTML).\";'),('ab','messages:apihelp-protect-example-protect','s:37:\"ru:Защитить страницу.\";'),('ab','messages:apihelp-protect-example-unprotect','s:207:\"ru:Снять защиту страницы, установив ограничения <kbd>all</kbd> (то есть, позволив всем проводить действия над страницей).\";'),('ab','messages:apihelp-protect-example-unprotect2','s:86:\"ru:Снять защиту страницу, не указав ограничений.\";'),('ab','messages:apihelp-protect-param-cascade','s:334:\"ru:Активировать каскадную защиту (то есть, защитить включённые шаблоны и использованные изображения). Игнорируется, если ни один из заданных уровней не поддерживает каскадную защиту.\";'),('ab','messages:apihelp-protect-param-expiry','s:343:\"ru:Временная метка истечения защиты. Если задана только одна метка, она будет использована для всех защит. Используйте <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> или <kbd>never</kbd> для бессрочных защит.\";'),('ab','messages:apihelp-protect-param-pageid','s:176:\"ru:Идентификатор не защищаемой/защищаемой страницы. Не может использоваться одновременно с $1title.\";'),('ab','messages:apihelp-protect-param-protections','s:461:\"ru:Список уровней защиты в формате <kbd>действие=уровень</kbd> (например, <kbd>edit=sysop</kbd>). Уровень <kbd>all</kbd> означает, что кто угодно может осуществлять действие, то есть, нет ограничений.\n\n<strong>Примечания:</strong> Все неперечисленные действия потеряют уровни защиты.\";'),('ab','messages:apihelp-protect-param-reason','s:76:\"ru:Причина снятия защиты/наложения защиты.\";'),('ab','messages:apihelp-protect-param-tags','s:75:\"ru:Изменить метки записи в журнале защиты.\";'),('ab','messages:apihelp-protect-param-title','s:167:\"ru:Название не защищаемой/защищаемой страницы. Не может использоваться одновременно с $1pageid.\";'),('ab','messages:apihelp-protect-param-watch','s:178:\"ru:Если задан, добавить не защищаемую/защищаемую страницу в список наблюдения текущего участника.\";'),('ab','messages:apihelp-protect-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-protect-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('ab','messages:apihelp-protect-summary','s:65:\"ru:Изменение уровня защиты страницы.\";'),('ab','messages:apihelp-purge-example-generator','s:112:\"ru:Очистить кэш первых 10 страниц в основном пространстве имён.\";'),('ab','messages:apihelp-purge-example-simple','s:105:\"ru:Очистить кэш для страниц <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> и <kbd>API</kbd>.\";'),('ab','messages:apihelp-purge-param-forcelinkupdate','s:146:\"ru:Обновить таблицы ссылок и выполнить другие дополнительные обновления данных.\";'),('ab','messages:apihelp-purge-param-forcerecursivelinkupdate','s:198:\"ru:То же, что <kbd>forcelinkupdate</kbd>, а также обновить таблицу ссылок для всех страниц, использующих данную как шаблон.\";'),('ab','messages:apihelp-purge-summary','s:59:\"ru:Очистка кэша заданных страниц.\";'),('ab','messages:apihelp-query+allcategories-example-generator','s:162:\"ru:Получить информацию о самой странице категории для категорий, начинающихся с <kbd>List</kbd>.\";'),('ab','messages:apihelp-query+allcategories-example-size','s:137:\"ru:Составить список категорий с информацией о числе страниц в каждой из них.\";'),('ab','messages:apihelp-query+allcategories-param-dir','s:39:\"ru:Порядок сортировки.\";'),('ab','messages:apihelp-query+allcategories-param-from','s:79:\"ru:Категория, с которой начать перечисление.\";'),('ab','messages:apihelp-query+allcategories-param-limit','s:52:\"ru:Сколько категорий вернуть.\";'),('ab','messages:apihelp-query+allcategories-param-max','s:132:\"ru:Вернуть только категории, в которых не больше заданного числа страниц.\";'),('ab','messages:apihelp-query+allcategories-param-min','s:132:\"ru:Вернуть только категории, в которых не меньше заданного числа страниц.\";'),('ab','messages:apihelp-query+allcategories-param-prefix','s:114:\"ru:Найти все названия категорий, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+allcategories-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+allcategories-param-to','s:87:\"ru:Категория, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:124:\"ru:Отмечает категории, скрытые магическим словом <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ab','messages:apihelp-query+allcategories-paramvalue-prop-size','s:80:\"ru:Добавляет количество страниц в категории.\";'),('ab','messages:apihelp-query+allcategories-summary','s:56:\"ru:Перечисление всех категорий.\";'),('ab','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:119:\"ru:Перечислить первые 50 удалённых правок в основном пространстве.\";'),('ab','messages:apihelp-query+alldeletedrevisions-example-user','s:118:\"ru:Перечислить последние 50 удалённых правок участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-from','s:74:\"ru:Начать перечисление на этом заголовке.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:183:\"ru:При использовании в качестве генератора, создаёт названия страниц вместо идентификаторов версий.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:468:\"ru:<strong>Примечание:</strong> Из-за [[mw:Special:MyLanguage/Manual:$wgMiserMode|жадного режима]] одновременное использование <var>$1user</var> и <var>$1namespace</var> может привести к меньшему, чем <var>$1limit</var>, числу результатов перед продолжением; в крайнем случае, может вернуться и ноль результатов.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-namespace','s:101:\"ru:Перечислять только страницы этого пространства имён.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-prefix','s:110:\"ru:Найти все названия страниц, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-to','s:80:\"ru:Закончить перечисление на этом заголовке.\";'),('ab','messages:apihelp-query+alldeletedrevisions-param-user','s:63:\"ru:Только правки данного участника.\";'),('ab','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:99:\"ru:Не может быть использовано одновременно с <var>$3user</var>.\";'),('ab','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:107:\"ru:Может быть использовано только одновременно с <var>$3user</var>.\";'),('ab','messages:apihelp-query+alldeletedrevisions-summary','s:172:\"ru:Перечисление всех удалённых версий указанного участника или в указанном пространстве имён.\";'),('ab','messages:apihelp-query+allfileusages-example-b','s:205:\"ru:Список названий файлов, включая несуществующих, с идентификаторами использующих их страниц, начиная с <kbd>B</kbd>.\";'),('ab','messages:apihelp-query+allfileusages-example-generator','s:64:\"ru:Список страниц, содержащих файлы.\";'),('ab','messages:apihelp-query+allfileusages-example-unique','s:67:\"ru:Список уникальных названий файлов.\";'),('ab','messages:apihelp-query+allfileusages-example-unique-generator','s:104:\"ru:Список всех названий файлов с отметкой несуществующих.\";'),('ab','messages:apihelp-query+allfileusages-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+allfileusages-param-from','s:90:\"ru:Название файла, с которого начать перечисление.\";'),('ab','messages:apihelp-query+allfileusages-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('ab','messages:apihelp-query+allfileusages-param-prefix','s:108:\"ru:Найти все названия файлов, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+allfileusages-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+allfileusages-param-to','s:96:\"ru:Название файла, на котором закончить перечисление.\";'),('ab','messages:apihelp-query+allfileusages-param-unique','s:340:\"ru:Показывать только уникальные названия файлов. Не может быть использовано одновременно с $1prop=ids.\nПри использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('ab','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:190:\"ru:Добавляет идентификаторы страниц, использующих файл (не может быть использовано одновременно с $1unique).\";'),('ab','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:50:\"ru:Добавляет название файла.\";'),('ab','messages:apihelp-query+allfileusages-summary','s:128:\"ru:Перечисление всех использований файлов, в том числе несуществующих.\";'),('ab','messages:apihelp-query+allimages-example-b','s:89:\"ru:Показать список файлов, начиная с буквы <kbd>B</kbd>.\";'),('ab','messages:apihelp-query+allimages-example-generator','s:102:\"ru:Показать информацию о 4 файлах, начиная с буквы <kbd>T</kbd>.\";'),('ab','messages:apihelp-query+allimages-example-mimetypes','s:114:\"ru:Показать список файлов с MIME-типом <kbd>image/png</kbd> или <kbd>image/gif</kbd>.\";'),('ab','messages:apihelp-query+allimages-example-recent','s:127:\"ru:Показать список недавно загруженных файлов, аналогично [[Special:NewFiles]].\";'),('ab','messages:apihelp-query+allimages-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+allimages-param-end','s:193:\"ru:Временная метка, на которой закончить перечисление. Можно использовать только одновременно с $1sort=timestamp.\";'),('ab','messages:apihelp-query+allimages-param-filterbots','s:247:\"ru:Как отфильтровывать файлы, загруженные ботами. Может быть использовано только одновременно с $1sort=timestamp и не может одновременно с $1user.\";'),('ab','messages:apihelp-query+allimages-param-from','s:192:\"ru:Название изображения, с которого начать перечисление. Можно использовать только одновременно с $1sort=name.\";'),('ab','messages:apihelp-query+allimages-param-limit','s:56:\"ru:Сколько изображений вернуть.\";'),('ab','messages:apihelp-query+allimages-param-maxsize','s:95:\"ru:Ограничить изображения этим числом байтов сверху.\";'),('ab','messages:apihelp-query+allimages-param-mime','s:82:\"ru:Какие типы MIME искать, например, <kbd>image/jpeg</kbd>.\";'),('ab','messages:apihelp-query+allimages-param-minsize','s:93:\"ru:Ограничить изображения этим числом байтов снизу.\";'),('ab','messages:apihelp-query+allimages-param-prefix','s:198:\"ru:Найти все названия файлов, начинающиеся с этого значения. Можно использовать только одновременно с $1sort=name.\";'),('ab','messages:apihelp-query+allimages-param-sha1','s:92:\"ru:SHA1-хэш этого изображения. Переопределяет $1sha1base36.\";'),('ab','messages:apihelp-query+allimages-param-sha1base36','s:100:\"ru:SHA1-хэш этого изображения в base 36 (используется в MediaWiki).\";'),('ab','messages:apihelp-query+allimages-param-sort','s:48:\"ru:Свойство для сортировки.\";'),('ab','messages:apihelp-query+allimages-param-start','s:185:\"ru:Временная метка, с которой начать перечисление. Можно использовать только одновременно с $1sort=timestamp.\";'),('ab','messages:apihelp-query+allimages-param-to','s:198:\"ru:Название изображения, на котором закончить перечисление. Можно использовать только одновременно с $1sort=name.\";'),('ab','messages:apihelp-query+allimages-param-user','s:322:\"ru:Вернуть только файлы, последняя версия которых была загружена данным пользователем. Может быть использовано только одновременно с $1sort=timestamp и не может одновременно с $1filterbots.\";'),('ab','messages:apihelp-query+allimages-summary','s:50:\"ru:Перечисление всех файлов.\";'),('ab','messages:apihelp-query+alllinks-example-b','s:236:\"ru:Список заголовков ссылаемых страниц, включая несуществующих, с идентификаторами страниц, ссылающихся на них, начиная с <kbd>B</kbd>.\";'),('ab','messages:apihelp-query+alllinks-example-generator','s:66:\"ru:Список страниц, содержащих ссылки.\";'),('ab','messages:apihelp-query+alllinks-example-unique','s:88:\"ru:Список уникальных названий ссылаемых страниц.\";'),('ab','messages:apihelp-query+alllinks-example-unique-generator','s:108:\"ru:Список всех ссылаемых страниц с отметкой несуществующих.\";'),('ab','messages:apihelp-query+alllinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+alllinks-param-from','s:90:\"ru:Название ссылки, с которой начать перечисление.\";'),('ab','messages:apihelp-query+alllinks-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('ab','messages:apihelp-query+alllinks-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+alllinks-param-prefix','s:129:\"ru:Найти все названия ссылаемых страниц, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+alllinks-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+alllinks-param-to','s:98:\"ru:Название ссылки, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+alllinks-param-unique','s:372:\"ru:Показывать только уникальные названия ссылаемых страниц. Не может быть использовано одновременно с <kbd>$1prop=ids</kbd>.\nПри использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('ab','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:185:\"ru:Добавляет идентификатор ссылаемой страницы (не может быть использовано одновременно с <var>$1unique</var>).\";'),('ab','messages:apihelp-query+alllinks-paramvalue-prop-title','s:52:\"ru:Добавляет название ссылки.\";'),('ab','messages:apihelp-query+alllinks-summary','s:130:\"ru:Перечисление всех ссылок, указывающих на заданное пространство имён.\";'),('ab','messages:apihelp-query+allmessages-example-de','s:117:\"ru:Отобразить сообщения <kbd>august</kbd> и <kbd>mainpage</kbd> на немецком языке.\";'),('ab','messages:apihelp-query+allmessages-example-ipb','s:88:\"ru:Отобразить сообщения, начинающиеся с <kbd>ipb-</kbd>.\";'),('ab','messages:apihelp-query+allmessages-param-args','s:72:\"ru:Аргументы, подставляемые в сообщение.\";'),('ab','messages:apihelp-query+allmessages-param-customised','s:110:\"ru:Вернуть только сообщения в этом состоянии персонализации.\";'),('ab','messages:apihelp-query+allmessages-param-enableparser','s:283:\"ru:Установите, чтобы активировать парсер, который будет обрабатывать вики-текст сообщений (подставлять волшебные слова, обрабатывать шаблоны, и так далее).\";'),('ab','messages:apihelp-query+allmessages-param-filter','s:118:\"ru:Вернуть только сообщения, чьи названия содержат эту подстроку.\";'),('ab','messages:apihelp-query+allmessages-param-from','s:71:\"ru:Вернуть сообщения, начиная с данного.\";'),('ab','messages:apihelp-query+allmessages-param-includelocal','s:542:\"ru:Также включить локальные сообщения, то есть, сообщения, не существующие в программе, но существующие в пространстве имён {{ns:MediaWiki}}. Это перечислит все страницы из пространства {{ns:MediaWiki}}, поэтому в результат также могут попасть страницы, не являющимися сообщениями — например, [[MediaWiki:Common.js|Common.js]].\";'),('ab','messages:apihelp-query+allmessages-param-lang','s:62:\"ru:Вернуть сообщения на этом языке.\";'),('ab','messages:apihelp-query+allmessages-param-messages','s:137:\"ru:Какие сообщения выводить. <kbd>*</kbd> (по умолчанию) означает «все сообщения».\";'),('ab','messages:apihelp-query+allmessages-param-nocontent','s:134:\"ru:Если установлен, ничего не делать с содержимым сообщений перед выводом.\";'),('ab','messages:apihelp-query+allmessages-param-prefix','s:76:\"ru:Вернуть сообщения с заданным префиксом.\";'),('ab','messages:apihelp-query+allmessages-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+allmessages-param-title','s:173:\"ru:Название страницы, используемой для контекста при анализе сообщения (для параметра $1enableparser).\";'),('ab','messages:apihelp-query+allmessages-param-to','s:77:\"ru:Вернуть сообщения, заканчивая на данном.\";'),('ab','messages:apihelp-query+allmessages-summary','s:68:\"ru:Возвращает сообщения с этого сайта.\";'),('ab','messages:apihelp-query+allpages-example-b','s:91:\"ru:Показать список страниц, начиная с буквы <kbd>B</kbd>.\";'),('ab','messages:apihelp-query+allpages-example-generator','s:121:\"ru:Получить информацию о четырёх страницах, начиная с буквы <kbd>T</kbd>.\";'),('ab','messages:apihelp-query+allpages-example-generator-revisions','s:173:\"ru:Показать содержимое первых двух страниц, не являющихся перенаправлениями, начиная с <kbd>Re</kbd>.\";'),('ab','messages:apihelp-query+allpages-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+allpages-param-filterlanglinks','s:302:\"ru:Отфильтровывать страницы, основываясь на наличие на странице языковых ссылок. Обратите внимание: языковые ссылки, добавленные расширениями, могут не учитываться.\";'),('ab','messages:apihelp-query+allpages-param-filterredir','s:54:\"ru:Какие страницы перечислять.\";'),('ab','messages:apihelp-query+allpages-param-from','s:94:\"ru:Название страницы, с которой начать перечисление.\";'),('ab','messages:apihelp-query+allpages-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+allpages-param-maxsize','s:89:\"ru:Ограничить страницы этим числом байтов сверху.\";'),('ab','messages:apihelp-query+allpages-param-minsize','s:87:\"ru:Ограничить страницы этим числом байтов снизу.\";'),('ab','messages:apihelp-query+allpages-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+allpages-param-prefix','s:110:\"ru:Найти все названия страниц, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+allpages-param-prexpiry','s:118:\"ru:Отфильтровывать страницы, основываясь на длительности защиты:\";'),('ab','messages:apihelp-query+allpages-param-prfiltercascade','s:165:\"ru:Отфильтровывать страницы, основываясь на каскадности (игнорируется, если $1prtype не задан).\";'),('ab','messages:apihelp-query+allpages-param-prlevel','s:214:\"ru:Отфильтровывать страницы, основываясь на уровне защиты (должно быть использовано одновременно с параметром $1prtype=).\";'),('ab','messages:apihelp-query+allpages-param-prtype','s:77:\"ru:Перечислить только защищённые страницы.\";'),('ab','messages:apihelp-query+allpages-param-to','s:102:\"ru:Название страницы, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:91:\"ru:Получить страницы с любой длительностью защиты.\";'),('ab','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:110:\"ru:Получить только страницы с заданной длительностью защиты.\";'),('ab','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:97:\"ru:Получить только страницы с неограниченной защитой.\";'),('ab','messages:apihelp-query+allpages-summary','s:102:\"ru:Перечисление всех страниц в данном пространстве имён.\";'),('ab','messages:apihelp-query+allredirects-example-b','s:205:\"ru:Список целевых страниц, в включая несуществующих, с идентификаторами перенаправлений, начиная с буквы <kbd>B</kbd>.\";'),('ab','messages:apihelp-query+allredirects-example-generator','s:84:\"ru:Список страниц, содержащих перенаправления.\";'),('ab','messages:apihelp-query+allredirects-example-unique','s:67:\"ru:Список уникальных целевых страниц.\";'),('ab','messages:apihelp-query+allredirects-example-unique-generator','s:104:\"ru:Список всех целевых страниц с отметкой несуществующих.\";'),('ab','messages:apihelp-query+allredirects-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+allredirects-param-from','s:110:\"ru:Название перенаправления, с которого начать перечисление.\";'),('ab','messages:apihelp-query+allredirects-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('ab','messages:apihelp-query+allredirects-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+allredirects-param-prefix','s:125:\"ru:Найти все названия целевых страниц, начинающихся с этого значения.\";'),('ab','messages:apihelp-query+allredirects-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+allredirects-param-to','s:116:\"ru:Название перенаправления, на котором закончить перечисление.\";'),('ab','messages:apihelp-query+allredirects-param-unique','s:361:\"ru:Показывать только уникальные целевые страницы. Не может быть использовано одновременно с $1prop=ids|fragment|interwiki. При использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('ab','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:197:\"ru:Добавляет фрагмент из перенаправления при наличии (не может быть использовано одновременно с <var>$1unique</var>).\";'),('ab','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:199:\"ru:Добавляет идентификатор перенаправляемой страницы (не может быть использовано одновременно с <var>$1unique</var>).\";'),('ab','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:200:\"ru:Добавляет префикс интервики к редиректу при наличии (не может быть использовано одновременно с <var>$1unique</var>).\";'),('ab','messages:apihelp-query+allredirects-paramvalue-prop-title','s:70:\"ru:Добавляет название перенаправления.\";'),('ab','messages:apihelp-query+allredirects-summary','s:124:\"ru:Перечисление всех перенаправлений на заданное пространство имён.\";'),('ab','messages:apihelp-query+allrevisions-example-ns-any','s:103:\"ru:Перечислить первые 50 правок в любом пространстве имён.\";'),('ab','messages:apihelp-query+allrevisions-example-user','s:99:\"ru:Перечислить последние 50 правок участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-query+allrevisions-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+allrevisions-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('ab','messages:apihelp-query+allrevisions-param-generatetitles','s:189:\"ru:При использовании в качестве генератора, генерирует названия страниц вместо идентификаторов версий.\";'),('ab','messages:apihelp-query+allrevisions-param-namespace','s:101:\"ru:Перечислять только страницы этого пространства имён.\";'),('ab','messages:apihelp-query+allrevisions-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+allrevisions-param-user','s:63:\"ru:Только правки данного участника.\";'),('ab','messages:apihelp-query+allrevisions-summary','s:50:\"ru:Перечисление всех версий.\";'),('ab','messages:apihelp-query+alltransclusions-example-b','s:245:\"ru:Списки заголовков включаемых страниц, в том числе несуществующих, с идентификаторами включающих их страниц, начиная с буквы <kbd>B</kbd>.\";'),('ab','messages:apihelp-query+alltransclusions-example-generator','s:72:\"ru:Список страниц, содержащих включения.\";'),('ab','messages:apihelp-query+alltransclusions-example-unique','s:75:\"ru:Список уникальных включаемых названий.\";'),('ab','messages:apihelp-query+alltransclusions-example-unique-generator','s:110:\"ru:Список всех включаемых страниц с отметкой несуществующих.\";'),('ab','messages:apihelp-query+alltransclusions-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+alltransclusions-param-from','s:98:\"ru:Название включения, с которого начать перечисление.\";'),('ab','messages:apihelp-query+alltransclusions-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('ab','messages:apihelp-query+alltransclusions-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+alltransclusions-param-prefix','s:114:\"ru:Найти все названия включений, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+alltransclusions-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+alltransclusions-param-to','s:104:\"ru:Название включения, на котором закончить перечисление.\";'),('ab','messages:apihelp-query+alltransclusions-param-unique','s:346:\"ru:Показывать только уникальные названия включений. Не может быть использовано одновременно с $1prop=ids.\nПри использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('ab','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:176:\"ru:Добавляет идентификаторы включающих страниц (не может быть использовано одновременно с $1unique).\";'),('ab','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:58:\"ru:Добавляет название включения.\";'),('ab','messages:apihelp-query+alltransclusions-summary','s:186:\"ru:Перечисление всех включений (страниц, вставленных с помощью &#123;&#123;x&#125;&#125;), включая несуществующие.\";'),('ab','messages:apihelp-query+allusers-example-y','s:69:\"ru:Список участников, начиная с <kbd>Y</kbd>.\";'),('ab','messages:apihelp-query+allusers-param-activeusers','s:164:\"ru:Перечислять только участников, которые были активны в последние $1 {{PLURAL:$1|день|дня|дней}}.\";'),('ab','messages:apihelp-query+allusers-param-attachedwiki','s:167:\"ru:С <kbd>$1prop=centralids</kbd>, также отображает, прикреплён ли к вики участник с этим идентификатором.\";'),('ab','messages:apihelp-query+allusers-param-dir','s:39:\"ru:Порядок сортировки.\";'),('ab','messages:apihelp-query+allusers-param-excludegroup','s:72:\"ru:Исключать участников из данных групп.\";'),('ab','messages:apihelp-query+allusers-param-from','s:69:\"ru:Ник, с которого начать перечисление.\";'),('ab','messages:apihelp-query+allusers-param-group','s:83:\"ru:Включать участников только из данных групп.\";'),('ab','messages:apihelp-query+allusers-param-limit','s:44:\"ru:Сколько ников вернуть.\";'),('ab','messages:apihelp-query+allusers-param-prefix','s:87:\"ru:Найти все ники, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+allusers-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+allusers-param-rights','s:317:\"ru:Включать только участников с данными правами. Участники с правами, предоставляемыми автоматически присваиваемыми группами — такими, как *, user или autoconfirmed, — не включаются.\";'),('ab','messages:apihelp-query+allusers-param-to','s:75:\"ru:Ник, на котором закончить перечисление.\";'),('ab','messages:apihelp-query+allusers-param-witheditsonly','s:97:\"ru:Перечислять только участников, совершавших правки.\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:103:\"ru:Добавляет информацию о текущих блокировках участника.\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:132:\"ru:Добавляет центральный идентификатор и статус прикрепления участника.\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:69:\"ru:Добавляет счётчик правок участника.\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-groups','s:304:\"ru:Перечисляет группы, в которые входит участник. Это значительно нагружает сервера, что может привести к возвращению меньшего числа результатов, чем указанный лимит.\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:124:\"ru:Перечисляет группы, в которые участник был включён автоматически.\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-registration','s:184:\"ru:Добавляет метку времени, когда участник был зарегистрирован, если она доступна (может быть пустым).\";'),('ab','messages:apihelp-query+allusers-paramvalue-prop-rights','s:84:\"ru:Перечисляет права, которые есть у участника.\";'),('ab','messages:apihelp-query+allusers-summary','s:95:\"ru:Перечисление всех зарегистрированных участников.\";'),('ab','messages:apihelp-query+authmanagerinfo-example-login','s:138:\"ru:Получить запросы, которые могут быть использованы на момент начала входа.\";'),('ab','messages:apihelp-query+authmanagerinfo-example-login-merged','s:202:\"ru:Получить запросы, которые могут быть использованы в момент начала авторизации с объединёнными полями формы.\";'),('ab','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:117:\"ru:Проверить, необходима ли аутентификация для действия <kbd>foo</kbd>.\";'),('ab','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:196:\"ru:Получить информацию о аутентификационных запросах, необходимых для указанного действия аутентификации.\";'),('ab','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:185:\"ru:Проверить, достаточен ли текущий статус для осуществления чувствительных к безопасности операций.\";'),('ab','messages:apihelp-query+authmanagerinfo-summary','s:105:\"ru:Получение информации о текущем статусе аутентификации.\";'),('ab','messages:apihelp-query+backlinks-example-generator','s:119:\"ru:Получить информацию о страницах, ссылающихся на [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+backlinks-example-simple','s:65:\"ru:Показать ссылки на [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+backlinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+backlinks-param-filterredir','s:259:\"ru:Как обрабатывать перенаправления. Если присвоено значение <kbd>nonredirects</kbd> при заданном <var>$1redirect</var>, это применяется только ко второму уровню.\";'),('ab','messages:apihelp-query+backlinks-param-limit','s:311:\"ru:Сколько страниц вернуть. Если задан <var>$1redirect</var>, лимит применяется к каждому уровню по отдельности (что означает, что всего может вернуться до 2 * <var>$1limit</var> результатов).\";'),('ab','messages:apihelp-query+backlinks-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+backlinks-param-pageid','s:163:\"ru:Идентификатор страницы для поиска. Не может быть использован одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-query+backlinks-param-redirect','s:317:\"ru:Если ссылающаяся страница является перенаправлением, найти также все страницы, которые ссылаются на это перенаправление. Максимальный лимит становится в два раза меньше.\";'),('ab','messages:apihelp-query+backlinks-param-title','s:139:\"ru:Заголовок для поиска. Не может быть использован одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-query+backlinks-summary','s:109:\"ru:Получение списка страниц, ссылающихся на данную страницу.\";'),('ab','messages:apihelp-query+blocks-example-simple','s:37:\"ru:Список блокировок.\";'),('ab','messages:apihelp-query+blocks-example-users','s:93:\"ru:Список блокировок участников <kbd>Alice</kbd> и <kbd>Bob</kbd>.\";'),('ab','messages:apihelp-query+blocks-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+blocks-param-ids','s:97:\"ru:Список идентификаторов блокировки (необязательно).\";'),('ab','messages:apihelp-query+blocks-param-ip','s:380:\"ru:Получить все блокировки, применённые к этому IP-адресу или диапазону CIDR, включая блокировки диапазонов.\nНе может быть использовано одновременно с <var>$3users</var>. Диапазоны CIDR шире IPv4/$1 или IPv6/$2 не поддерживаются.\";'),('ab','messages:apihelp-query+blocks-param-limit','s:76:\"ru:Максимальное число блокировок в списке.\";'),('ab','messages:apihelp-query+blocks-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+blocks-param-show','s:283:\"ru:Показать только элементы, удовлетворяющие этим критериям.\nНапример, чтобы отобразить только бессрочные блокировки IP-адресов, установите <kbd>$1show=ip|!temp</kbd>.\";'),('ab','messages:apihelp-query+blocks-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+blocks-param-users','s:81:\"ru:Список искомых участников (необязательно).\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-by','s:81:\"ru:Добавляет ник заблокировавшего участника.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-byid','s:101:\"ru:Добавляет идентификатор заблокировавшего участника.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:96:\"ru:Добавляет метку времени, когда блокировка истечёт.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-flags','s:85:\"ru:Добавляет бану метку (autoblock, anonoly, и так далее).\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-id','s:70:\"ru:Добавляет идентификатор блокировки.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-range','s:102:\"ru:Добавляет диапазон IP-адресов, затронутых блокировкой.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-reason','s:58:\"ru:Добавляет причину блокировки.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:169:\"ru:Добавляет ограничения частичных блокировок, если блокировка не действует во всём проекте.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:99:\"ru:Добавляет метку времени, когда была дана блокировка.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-user','s:81:\"ru:Добавляет ник заблокированного участника.\";'),('ab','messages:apihelp-query+blocks-paramvalue-prop-userid','s:101:\"ru:Добавляет идентификатор заблокированного участника.\";'),('ab','messages:apihelp-query+blocks-summary','s:110:\"ru:Перечисление всех заблокированных участников и IP-адресов.\";'),('ab','messages:apihelp-query+categories-example-generator','s:153:\"ru:Получить информацию о всех категориях, использованных на странице <kbd>Albert Einstein</kbd>.\";'),('ab','messages:apihelp-query+categories-example-simple','s:132:\"ru:Получить список категорий, в которые включена страница <kbd>Albert Einstein</kbd>.\";'),('ab','messages:apihelp-query+categories-param-categories','s:215:\"ru:Перечислять только данные категории. Полезно для проверки, включена ли конкретная страница в конкретную категорию.\";'),('ab','messages:apihelp-query+categories-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+categories-param-limit','s:52:\"ru:Сколько категорий вернуть.\";'),('ab','messages:apihelp-query+categories-param-prop','s:116:\"ru:Какие дополнительные свойства получить для каждой категории:\";'),('ab','messages:apihelp-query+categories-param-show','s:59:\"ru:Какие типы категорий показать.\";'),('ab','messages:apihelp-query+categories-paramvalue-prop-hidden','s:124:\"ru:Отмечает категории, скрытые магическим словом <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ab','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:225:\"ru:Добавляет ключ сортировки (шестнадцатеричная строка) и префикс ключа сортировки (человеко-читаемая часть) для категории.\";'),('ab','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:107:\"ru:Добавляет метку времени, когда категория была добавлена.\";'),('ab','messages:apihelp-query+categories-summary','s:112:\"ru:Перечисление всех категорий, которым принадлежит страница.\";'),('ab','messages:apihelp-query+categoryinfo-example-simple','s:95:\"ru:Получить информацию о <kbd>Category:Foo</kbd> и <kbd>Category:Bar</kbd>.\";'),('ab','messages:apihelp-query+categoryinfo-summary','s:92:\"ru:Возвращение информации о конкретных категориях.\";'),('ab','messages:apihelp-query+categorymembers-example-generator','s:110:\"ru:Получить информацию о первых 10 страницах в <kbd>Category:Physics</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-example-simple','s:82:\"ru:Получить первые 10 страниц в <kbd>Category:Physics</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-param-dir','s:39:\"ru:Порядок сортировки.\";'),('ab','messages:apihelp-query+categorymembers-param-end','s:213:\"ru:Временная метка, на которой закончить перечисление. Может быть использовано только одновременно с <kbd>$1sort=timestamp</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-param-endhexsortkey','s:263:\"ru:Ключ сортировки, на котором закончить перечисление, возвращённый <kbd>$1prop=sortkey</kbd>. Может быть использовано только одновременно с <kbd>$1sort=sortkey</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-param-endsortkey','s:66:\"ru:Используйте вместо этого $1endhexsortkey.\";'),('ab','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:426:\"ru:Префикс ключа сортировки, <strong>перед</strong> которым закончить перечисление (не <strong>на<strong> котором; если это значение существует, оно не будет включено!). Может быть использовано только одновременно с $1sort=sortkey. Переопределяет $1endhexsortkey.\";'),('ab','messages:apihelp-query+categorymembers-param-limit','s:79:\"ru:Максимальное число возвращаемых страниц.\";'),('ab','messages:apihelp-query+categorymembers-param-namespace','s:298:\"ru:Включать только страница из этих пространств имён. Обратите внимание, что вместо <kbd>$1namespace=14</kbd> или <kbd>6</kbd> могут быть использованы <kbd>$1type=subcat</kbd> или <kbd>$1type=file</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-param-pageid','s:174:\"ru:Идентификатор перечисляемой категории. Не может быть использовано одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-query+categorymembers-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+categorymembers-param-sort','s:48:\"ru:Свойство для сортировки.\";'),('ab','messages:apihelp-query+categorymembers-param-start','s:205:\"ru:Временная метка, с которой начать перечисление. Может быть использовано только одновременно с <kbd>$1sort=timestamp</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-param-starthexsortkey','s:257:\"ru:Ключ сортировки, с которого начать перечисление, возвращённый <kbd>$1prop=sortkey</kbd>. Может быть использовано только одновременно с <kbd>$1sort=sortkey</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-param-startsortkey','s:68:\"ru:Используйте вместо этого $1starthexsortkey.\";'),('ab','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:256:\"ru:Префикс ключа сортировки, с которого начать перечисление. Может быть использовано только с <kbd>$1sort=sortkey</kbd>. Переопределяет <var>$1starthexsortkey</var>.\";'),('ab','messages:apihelp-query+categorymembers-param-title','s:278:\"ru:Страницы какой категории перечислять (обязательно). Префикс <kbd>{{ns:category}}:</kbd> должен быть включён. Не может быть использовано одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-query+categorymembers-param-type','s:116:\"ru:Какие типы страниц включать. Игнорируется при <kbd>$1sort=timestamp</kbd>.\";'),('ab','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:66:\"ru:Добавляет идентификатор страницы.\";'),('ab','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:167:\"ru:Добавляет ключ, используемый для сортировки внутри категории (шестнадцатеричная строка).\";'),('ab','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:194:\"ru:Добавляет префикс ключа, используемого для сортировки внутри категории (человеко-читаемая часть ключа).\";'),('ab','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:103:\"ru:Добавляет метку времени, когда страница была включена.\";'),('ab','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('ab','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:145:\"ru:Добавляет тип категоризованной страницы (<samp>page</samp>, <samp>subcat</samp> или <samp>file</samp>).\";'),('ab','messages:apihelp-query+categorymembers-summary','s:87:\"ru:Перечисление всех страниц в данной категории.\";'),('ab','messages:apihelp-query+contributors-example-simple','s:85:\"ru:Показать редакторов страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+contributors-param-excludegroup','s:232:\"ru:Исключать участников из заданных групп. Неявные или автоматически присваиваемые группы, вроде *, user или autoconfirmed, не считаются.\";'),('ab','messages:apihelp-query+contributors-param-excluderights','s:328:\"ru:Исключать участников с данными правами. Участники с правами, предоставляемыми неявными или автоматически присваиваемыми группами — такими, как *, user или autoconfirmed, — не считаются.\";'),('ab','messages:apihelp-query+contributors-param-group','s:239:\"ru:Включать только участников из данных групп. Неявные или автоматически присваиваемые группы, вроде *, user или autoconfirmed, не считаются.\";'),('ab','messages:apihelp-query+contributors-param-limit','s:54:\"ru:Сколько редакторов вернуть.\";'),('ab','messages:apihelp-query+contributors-param-rights','s:339:\"ru:Включать только участников с данными правами. Участники с правами, предоставляемыми неявными или автоматически присваиваемыми группами — такими, как *, user или autoconfirmed, — не считаются.\";'),('ab','messages:apihelp-query+contributors-summary','s:153:\"ru:Получение списка зарегистрированных и количества анонимных редакторов страницы.\";'),('ab','messages:apihelp-query+deletedrevisions-example-revids','s:94:\"ru:Список информации для удалённой правки <kbd>123456</kbd>.\";'),('ab','messages:apihelp-query+deletedrevisions-example-titles','s:160:\"ru:Список удалённых правок страниц [[{{MediaWiki:Mainpage}}]] и её страницы обсуждения с содержимым.\";'),('ab','messages:apihelp-query+deletedrevisions-extended-description','s:558:\"ru:Может быть использовано несколькими способами:\n# Получение удалённых правок для набора страниц, заданного с помощью названий или идентификаторов. Сортируется по названиям и временным меткам.\n# Получение данных о наборе удалённых правок, заданных с помощью их revid. Сортируется по идентификаторам версий.\";'),('ab','messages:apihelp-query+deletedrevisions-param-end','s:207:\"ru:Временная метка, на которой закончить перечисление. Игнорируется при обработке списка идентификаторов версий.\";'),('ab','messages:apihelp-query+deletedrevisions-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('ab','messages:apihelp-query+deletedrevisions-param-start','s:199:\"ru:Временная метка, с которой начать перечисление. Игнорируется при обработке списка идентификаторов версий.\";'),('ab','messages:apihelp-query+deletedrevisions-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('ab','messages:apihelp-query+deletedrevisions-param-user','s:63:\"ru:Только правки данного участника.\";'),('ab','messages:apihelp-query+deletedrevisions-summary','s:82:\"ru:Получение информации об удалённых правках.\";'),('ab','messages:apihelp-query+deletedrevs-example-mode1','s:177:\"ru:Список последних удалённых правок страниц [[{{MediaWiki:Mainpage}}]] и <kbd>Talk:Main Page</kbd> с содержимым (режим 1).\";'),('ab','messages:apihelp-query+deletedrevs-example-mode2','s:119:\"ru:Список последних 50 удалённых правок участника <kbd>Bob</kbd> (режим 2).\";'),('ab','messages:apihelp-query+deletedrevs-example-mode3-main','s:138:\"ru:Список последних 50 удалённых правок в основном пространстве имён (режим 3)\";'),('ab','messages:apihelp-query+deletedrevs-example-mode3-talk','s:136:\"ru:Список последних 50 удалённых страниц в пространстве имён {{ns:talk}} (режим 3).\";'),('ab','messages:apihelp-query+deletedrevs-extended-description','s:894:\"ru:Работает в трёх режимах:\n# Перечисление удалённых правок для заданных названий страниц, сортируется по временным меткам.\n# Перечисление удалённого вклада заданного участника, сортируется по временным меткам (названия страниц не указываются).\n# Перечисление удалённых правок в заданном пространстве имён, сортируется по названиям страниц и временным меткам (названия страниц и $1user не указываются).\n\nОпределённые параметры применяются только к некоторым режимам и игнорируются в других.\";'),('ab','messages:apihelp-query+deletedrevs-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+deletedrevs-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('ab','messages:apihelp-query+deletedrevs-param-from','s:74:\"ru:Начать перечисление на этом заголовке.\";'),('ab','messages:apihelp-query+deletedrevs-param-limit','s:78:\"ru:Максимальное количество правок в списке.\";'),('ab','messages:apihelp-query+deletedrevs-param-namespace','s:101:\"ru:Перечислять только страницы этого пространства имён.\";'),('ab','messages:apihelp-query+deletedrevs-param-prefix','s:110:\"ru:Найти все названия страниц, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+deletedrevs-param-prop','s:52:\"ru:Какие свойства возвращать:\";'),('ab','messages:apihelp-query+deletedrevs-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+deletedrevs-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('ab','messages:apihelp-query+deletedrevs-param-to','s:80:\"ru:Закончить перечисление на этом заголовке.\";'),('ab','messages:apihelp-query+deletedrevs-param-unique','s:96:\"ru:Перечислять только одну правку на каждую страницу.\";'),('ab','messages:apihelp-query+deletedrevs-param-user','s:63:\"ru:Только правки данного участника.\";'),('ab','messages:apihelp-query+deletedrevs-paraminfo-modes','s:36:\"ru:{{PLURAL:$1|Мод|Моды}}: $2\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:52:\"ru:Добавляет описание правки.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:56:\"ru:Добавляет содержимое правки.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:64:\"ru:Добавляет длину правки (в байтах).\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:59:\"ru:Отмечает, была ли правка малой.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:100:\"ru:Добавляет идентификатор предыдущей версии страницы.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:77:\"ru:Добавляет распарсенное описание правки.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:81:\"ru:Добавляет идентификатор удалённой правки.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:58:\"ru:Добавляет хэш SHA-1 (base 16) правки.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:27:\"ru:Метки правки.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:64:\"ru:Возвращает токен редактирования.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:83:\"ru:Добавляет ник участника, сделавшего правку.\";'),('ab','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:103:\"ru:Добавляет идентификатор участника, сделавшего правку.\";'),('ab','messages:apihelp-query+deletedrevs-summary','s:60:\"ru:Перечисление удалённых правок.\";'),('ab','messages:apihelp-query+disabled-summary','s:62:\"ru:Этот запрос-модуль был отключён.\";'),('ab','messages:apihelp-query+duplicatefiles-example-generated','s:57:\"ru:Поиск дубликатов всех файлов.\";'),('ab','messages:apihelp-query+duplicatefiles-example-simple','s:70:\"ru:Поиск дубликатов [[:File:Albert Einstein Head.jpg]].\";'),('ab','messages:apihelp-query+duplicatefiles-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+duplicatefiles-param-limit','s:54:\"ru:Сколько дубликатов вернуть.\";'),('ab','messages:apihelp-query+duplicatefiles-param-localonly','s:85:\"ru:Искать только файлы в локальном репозитории.\";'),('ab','messages:apihelp-query+duplicatefiles-summary','s:172:\"ru:Перечисление всех файлов, являющихся дубликатами данных, основываясь на сравнении хэш-сумм.\";'),('ab','messages:apihelp-query+embeddedin-example-generator','s:110:\"ru:Получить информацию о страницах, включающих <kbd>Template:Stub</kbd>.\";'),('ab','messages:apihelp-query+embeddedin-example-simple','s:64:\"ru:Показать включения <kbd>Template:Stub</kbd>.\";'),('ab','messages:apihelp-query+embeddedin-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+embeddedin-param-filterredir','s:64:\"ru:Как фильтровать перенаправления.\";'),('ab','messages:apihelp-query+embeddedin-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+embeddedin-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+embeddedin-param-pageid','s:147:\"ru:Искомый идентификатор страницы. Не может быть использован одновременно с $1title.\";'),('ab','messages:apihelp-query+embeddedin-param-title','s:106:\"ru:Искомое название. Не может использоваться вместе с $1pageid.\";'),('ab','messages:apihelp-query+embeddedin-summary','s:117:\"ru:Поиск всех страниц, встраивающих (включающих) данное название.\";'),('ab','messages:apihelp-query+extlinks-example-simple','s:97:\"ru:Получить внешние ссылки на странице [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+extlinks-param-expandurl','s:121:\"ru:Раскрыть зависимые от протокола ссылки с каноничным протоколом.\";'),('ab','messages:apihelp-query+extlinks-param-limit','s:46:\"ru:Сколько ссылок вернуть.\";'),('ab','messages:apihelp-query+extlinks-param-protocol','s:357:\"ru:Протокол ссылки. Если оставлено пустым, а <var>$1query</var> задано, будут найдены ссылки с протоколом <kbd>http</kbd>. Оставьте пустым и <var>$1query</var>, и данный параметр, чтобы получить список всех внешних ссылок.\";'),('ab','messages:apihelp-query+extlinks-param-query','s:219:\"ru:Поисковый запрос без протокола. Полезно для проверки, содержит ли определённая страница определённую внешнюю ссылку.\";'),('ab','messages:apihelp-query+extlinks-summary','s:120:\"ru:Получение всех внешних ссылок (не интервик) для данной страницы.\";'),('ab','messages:apihelp-query+exturlusage-example-simple','s:103:\"ru:Показать страницы, ссылающиеся на <kbd>https://www.mediawiki.org</kbd>.\";'),('ab','messages:apihelp-query+exturlusage-param-expandurl','s:121:\"ru:Раскрыть зависимые от протокола ссылки с каноничным протоколом.\";'),('ab','messages:apihelp-query+exturlusage-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+exturlusage-param-namespace','s:69:\"ru:Пространства имён для перечисления.\";'),('ab','messages:apihelp-query+exturlusage-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+exturlusage-param-protocol','s:357:\"ru:Протокол ссылки. Если оставлено пустым, а <var>$1query</var> задано, будут найдены ссылки с протоколом <kbd>http</kbd>. Оставьте пустым и <var>$1query</var>, и данный параметр, чтобы получить список всех внешних ссылок.\";'),('ab','messages:apihelp-query+exturlusage-param-query','s:198:\"ru:Поисковый запрос без протокола. См. [[Special:LinkSearch]]. Оставьте пустым для получение списка всех внешних ссылок.\";'),('ab','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:66:\"ru:Добавляет идентификатор страницы.\";'),('ab','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('ab','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:96:\"ru:Добавляет ссылку, использованную на этой странице.\";'),('ab','messages:apihelp-query+exturlusage-summary','s:91:\"ru:Перечислить страницы, содержащие данную ссылку.\";'),('ab','messages:apihelp-query+filearchive-example-simple','s:57:\"ru:Список всех удалённых файлов.\";'),('ab','messages:apihelp-query+filearchive-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+filearchive-param-from','s:102:\"ru:Название изображения, с которого начать перечисление.\";'),('ab','messages:apihelp-query+filearchive-param-limit','s:67:\"ru:Сколько всего изображений вернуть.\";'),('ab','messages:apihelp-query+filearchive-param-prefix','s:108:\"ru:Найти все названия файлов, начинающиеся с этого значения.\";'),('ab','messages:apihelp-query+filearchive-param-prop','s:52:\"ru:Какую информацию получить:\";'),('ab','messages:apihelp-query+filearchive-param-sha1','s:92:\"ru:SHA1-хэш этого изображения. Переопределяет $1sha1base36.\";'),('ab','messages:apihelp-query+filearchive-param-sha1base36','s:100:\"ru:SHA1-хэш этого изображения в base 36 (используется в MediaWiki).\";'),('ab','messages:apihelp-query+filearchive-param-to','s:108:\"ru:Название изображения, на котором закончить перечисление.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:70:\"ru:Добавляет имя архивной версии файла.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:78:\"ru:Добавляет глубину цвета файловой версии.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-description','s:69:\"ru:Добавляет описание файловой версии.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:30:\"ru:Синоним для size.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:63:\"ru:Добавляет медиа-тип изображения.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:89:\"ru:Перечисляет метаданные Exif для файловой версии.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:57:\"ru:Добавляет MIME-тип изображения.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:71:\"ru:Распарсить описание файловой версии.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:57:\"ru:Добавляет SHA1-хэш изображения.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-size','s:196:\"ru:Добавляет размер изображения в байтах, высоту, ширину и количество использующих страниц (если применимо).\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:95:\"ru:Добавляет метку времени загрузки файловой версии.\";'),('ab','messages:apihelp-query+filearchive-paramvalue-prop-user','s:90:\"ru:Добавляет участника, загрузившего изображение.\";'),('ab','messages:apihelp-query+filearchive-summary','s:69:\"ru:Перечисление всех удалённых файлов.\";'),('ab','messages:apihelp-query+filerepoinfo-example-simple','s:86:\"ru:Получить информацию о файловых репозиториях.\";'),('ab','messages:apihelp-query+filerepoinfo-param-prop','s:164:\"ru:Какие свойства хранилища получить (доступность свойств может отличаться в разных вики).\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:160:\"ru:Ссылка на API репозитория — полезно для получения информации об изображении с сервера.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:77:\"ru:Является ли хранилище локальным или нет.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:54:\"ru:Корневой URL для изображений.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('ab','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:44:\"ru:URL путь публичной зоны.\";'),('ab','messages:apihelp-query+filerepoinfo-summary','s:135:\"ru:Возвращает мета-информацию о файловых репозиториях, настроенных в вики.\";'),('ab','messages:apihelp-query+fileusage-example-generator','s:111:\"ru:Получить информацию о страницах, использующих [[:File:Example.jpg]].\";'),('ab','messages:apihelp-query+fileusage-example-simple','s:96:\"ru:Получить список страниц, использующих [[:File:Example.jpg]].\";'),('ab','messages:apihelp-query+fileusage-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+fileusage-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('ab','messages:apihelp-query+fileusage-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+fileusage-param-show','s:110:\"ru:Показать только элементы, соответствующие этим критериям:\";'),('ab','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:60:\"ru:Идентификатор каждой страницы.\";'),('ab','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:87:\"ru:Метка, является ли страница перенаправлением.\";'),('ab','messages:apihelp-query+fileusage-paramvalue-prop-title','s:52:\"ru:Заголовок каждой страницы.\";'),('ab','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:69:\"ru:Показать только не перенаправления.\";'),('ab','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:64:\"ru:Показать только перенаправления.\";'),('ab','messages:apihelp-query+fileusage-summary','s:86:\"ru:Поиск всех страниц, использующих данный файл.\";'),('ab','messages:apihelp-query+imageinfo-example-dated','s:111:\"ru:Запросить информацию о версиях [[:File:Test.jpg]] с 2008 года и позже.\";'),('ab','messages:apihelp-query+imageinfo-example-simple','s:107:\"ru:Заросить информацию о текущей версии [[:File:Albert Einstein Head.jpg]].\";'),('ab','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:180:\"ru:Если задан <kbd>$2prop=badfile</kbd>, этот заголовок страницы будет использован для анализа [[MediaWiki:Bad image list]].\";'),('ab','messages:apihelp-query+imageinfo-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:135:\"ru:Если задано и непустое, только эти ключи будут возвращены для $1prop=extmetadata.\";'),('ab','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:300:\"ru:На каком языке запрашивать расширенные метаданные. Это затрагивает как переводы, если их доступно несколько, так и способ форматирования чисел и других значений.\";'),('ab','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:146:\"ru:Если для свойства расширенных метаданных доступны переводы, запросить их все.\";'),('ab','messages:apihelp-query+imageinfo-param-limit','s:72:\"ru:Сколько версий каждого файла вернуть.\";'),('ab','messages:apihelp-query+imageinfo-param-localonly','s:85:\"ru:Искать только файлы в локальном репозитории.\";'),('ab','messages:apihelp-query+imageinfo-param-metadataversion','s:296:\"ru:Какую версию метаданных использовать. Если указано <kbd>latest</kbd>, будет использована последняя версия. Для обратной совместимости, значение по умолчанию — <kbd>1</kbd>.\";'),('ab','messages:apihelp-query+imageinfo-param-prop','s:66:\"ru:Какую информацию о файле получить:\";'),('ab','messages:apihelp-query+imageinfo-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+imageinfo-param-urlheight','s:35:\"ru:Аналогично $1urlwidth.\";'),('ab','messages:apihelp-query+imageinfo-param-urlparam','s:305:\"ru:Строковой параметр, зависящий от обработчика. Например, для PDF можно использовать <kbd>page15-100px</kbd>. Должен быть использован <var>$1urlwidth</var>, не противоречащий с <var>$1urlparam</var>.\";'),('ab','messages:apihelp-query+imageinfo-param-urlwidth','s:364:\"ru:Если задан $2prop=url, будет возвращена ссылка на изображение, масштабированное до указанной ширины. Из соображений производительности, при использовании этой опции будет возвращено не более $1 файлов.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:202:\"ru:Добавляет имя архивной версии файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:127:\"ru:Добавляет указание на то, находится ли файл в списке [[MediaWiki:Bad image list]]\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:210:\"ru:Добавляет глубину цвета файловой версии. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:203:\"ru:Добавляет каноничное название файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:172:\"ru:Комментарий к версии. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:264:\"ru:Перечисляет общие для данного формата метаданные для файловой версии. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:30:\"ru:Синоним для size.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:341:\"ru:Перечисляет структурированные метаданные, собранные из нескольких источников. Результат отдаётся в формате HTML. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:183:\"ru:Добавляет медиа-тип файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:221:\"ru:Перечисляет метаданные Exif для файловой версии. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:177:\"ru:Добавляет MIME-тип файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:197:\"ru:Распарсенный комментарий к версии. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:177:\"ru:Добавляет SHA1-хэш файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:184:\"ru:Добавляет размер файла в байтах, высоту, ширину и количество использующих страниц (если применимо).\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:252:\"ru:Добавляет MIME-тип миниатюры файла (требуется url и параметр $1urlwidth). Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:95:\"ru:Добавляет метку времени загрузки файловой версии.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:260:\"ru:Используется страницей Special:Upload для получения информации о существовании файла. Не предназначено для использования за пределами ядра MediaWiki.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:220:\"ru:Возвращает ссылку на файл и страницу описания. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:256:\"ru:Добавляет участников, загрузивших каждую файловую версию. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:285:\"ru:Добавляет идентификаторы участников, загрузивших каждую файловую версию. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+imageinfo-summary','s:94:\"ru:Возвращает информацию о файле и историю загрузок.\";'),('ab','messages:apihelp-query+images-example-generator','s:145:\"ru:Получить информацию о всех файлах, использованных на странице [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+images-example-simple','s:125:\"ru:Получить список файлов, использованных на странице [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+images-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+images-param-images','s:194:\"ru:Перечислять только данные файлы. Полезно для проверки, включает ли конкретная страница конкретный файл.\";'),('ab','messages:apihelp-query+images-param-limit','s:46:\"ru:Сколько файлов вернуть.\";'),('ab','messages:apihelp-query+images-summary','s:105:\"ru:Возвращает все файлы, содержащиеся на данных страницах.\";'),('ab','messages:apihelp-query+imageusage-example-generator','s:124:\"ru:Получить информацию о страницах, использующих [[:File:Albert Einstein Head.jpg]].\";'),('ab','messages:apihelp-query+imageusage-example-simple','s:98:\"ru:Показать страницы, использующие [[:File:Albert Einstein Head.jpg]].\";'),('ab','messages:apihelp-query+imageusage-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+imageusage-param-filterredir','s:237:\"ru:Как обрабатывать перенаправления. Если присвоено значение nonredirects при заданном $1redirect, это применяется только ко второму уровню.\";'),('ab','messages:apihelp-query+imageusage-param-limit','s:311:\"ru:Сколько страниц вернуть. Если задан <var>$1redirect</var>, лимит применяется к каждому уровню по отдельности (что означает, что всего может вернуться до 2 * <var>$1limit</var> результатов).\";'),('ab','messages:apihelp-query+imageusage-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('ab','messages:apihelp-query+imageusage-param-pageid','s:147:\"ru:Искомый идентификатор страницы. Не может быть использован одновременно с $1title.\";'),('ab','messages:apihelp-query+imageusage-param-redirect','s:317:\"ru:Если ссылающаяся страница является перенаправлением, найти также все страницы, которые ссылаются на это перенаправление. Максимальный лимит становится в два раза меньше.\";'),('ab','messages:apihelp-query+imageusage-param-title','s:106:\"ru:Искомое название. Не может использоваться вместе с $1pageid.\";'),('ab','messages:apihelp-query+imageusage-summary','s:86:\"ru:Поиск всех страниц, использующих данный файл.\";'),('ab','messages:apihelp-query+info-example-protection','s:142:\"ru:Получить основную информацию и информацию о защите страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+info-example-simple','s:88:\"ru:Получить информацию о странице [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('ab','messages:apihelp-query+info-param-prop','s:77:\"ru:Какие дополнительные свойства получить:\";'),('ab','messages:apihelp-query+info-param-testactions','s:150:\"ru:Проверить, может ли текущий участник провести указанные действия над страницей.\";'),('ab','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('ab','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:94:\"ru:Возвращает стиль отображения заголовка страницы.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:134:\"ru:Временная метка уведомления для списка наблюдения для каждой страницы.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-preload','s:60:\"ru:Текст, возвращённый EditFormPreloadText.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-protection','s:86:\"ru:Перечисление уровней защиты каждой страницы.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-readable','s:165:\"ru:Может ли участник просматривать эту страницу. Используйте вместо этого <kbd>intestactions=read</kbd>.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-subjectid','s:130:\"ru:Идентификатор родительской страницы для каждой страницы обсуждения.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-talkid','s:131:\"ru:Идентификатор страницы обсуждения для каждой страницы не-обсуждения.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-url','s:172:\"ru:Возвращает полную ссылку, ссылку на редактирование и каноничную ссылку для каждой страницы.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:132:\"ru:Выдаёт отображаемый заголовок во всех вариантах языка контента сайта.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:173:\"ru:Количество наблюдающих за каждой страницей, просмотревших последние правки, если разрешено.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-watched','s:97:\"ru:Перечислить статус наблюдения за каждой страницей.\";'),('ab','messages:apihelp-query+info-paramvalue-prop-watchers','s:76:\"ru:Количество наблюдающих, если разрешено.\";'),('ab','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:101:\"ru:Возвращает логическое значение для каждого действия.\";'),('ab','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('ab','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('ab','messages:apihelp-query+info-summary','s:82:\"ru:Получение основной информации о страницах.\";'),('ab','messages:apihelp-query+iwbacklinks-example-generator','s:111:\"ru:Получить информацию о страницах, ссылающихся на [[wikibooks:Test]].\";'),('ab','messages:apihelp-query+iwbacklinks-example-simple','s:96:\"ru:Получить список страниц, ссылающихся на [[wikibooks:Test]].\";'),('ab','messages:apihelp-query+iwbacklinks-extended-description','s:354:\"ru:Может быть использована для поиска всех ссылок с префиксом, или всех ссылок на название (с заданным префиксом). Неиспользование никакого параметра фактически означает «все интервики-ссылки».\";'),('ab','messages:apihelp-query+iwbacklinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+iwbacklinks-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+iwbacklinks-param-prefix','s:37:\"ru:Префикс интервики.\";'),('ab','messages:apihelp-query+iwbacklinks-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+iwbacklinks-param-title','s:136:\"ru:Искомая интервики-ссылка. Должна быть использована вместе с <var>$1blprefix</var>.\";'),('ab','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:56:\"ru:Добавляет префикс интервики.\";'),('ab','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:58:\"ru:Добавляет название интервики.\";'),('ab','messages:apihelp-query+iwbacklinks-summary','s:116:\"ru:Поиск всех страниц, ссылающихся на заданную интервики ссылку.\";'),('ab','messages:apihelp-query+iwlinks-example-simple','s:101:\"ru:Получить интервики-ссылки со страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+iwlinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+iwlinks-param-limit','s:65:\"ru:Сколько интервики-ссылок вернуть.\";'),('ab','messages:apihelp-query+iwlinks-param-prefix','s:81:\"ru:Вернуть только интервики с этим префиксом.\";'),('ab','messages:apihelp-query+iwlinks-param-prop','s:129:\"ru:Какие дополнительные свойства получить для каждой интервики-ссылки:\";'),('ab','messages:apihelp-query+iwlinks-param-title','s:134:\"ru:Искомая интервики-ссылка. Должна быть использована вместе с <var>$1prefix</var>.\";'),('ab','messages:apihelp-query+iwlinks-param-url','s:148:\"ru:Следует ли возвращать полный URL (не может быть использовано одновременно с $1prop).\";'),('ab','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:39:\"ru:Добавляет полный URL.\";'),('ab','messages:apihelp-query+iwlinks-summary','s:94:\"ru:Возвращает все интервики-ссылки с данных страниц.\";'),('ab','messages:apihelp-query+langbacklinks-example-generator','s:105:\"ru:Получить информацию о страницах, ссылающихся на [[:fr:Test]].\";'),('ab','messages:apihelp-query+langbacklinks-example-simple','s:90:\"ru:Получить список страниц, ссылающихся на [[:fr:Test]].\";'),('ab','messages:apihelp-query+langbacklinks-extended-description','s:493:\"ru:Может быть использовано для поиска всех ссылок с языковым кодом, или всех ссылок на страницу с заданным языком. Неиспользование этого параметра фактически вернёт все языковые ссылки.\n\nОбратите внимания, что ссылки, добавляемые расширениями, могут не рассматриваться.\";'),('ab','messages:apihelp-query+langbacklinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+langbacklinks-param-lang','s:25:\"ru:Язык ссылки.\";'),('ab','messages:apihelp-query+langbacklinks-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+langbacklinks-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+langbacklinks-param-title','s:106:\"ru:Искомая языковая ссылка. Должно быть использовано с $1lang.\";'),('ab','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:59:\"ru:Добавляет языковой код ссылки.\";'),('ab','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:52:\"ru:Добавляет название ссылки.\";'),('ab','messages:apihelp-query+langbacklinks-summary','s:114:\"ru:Поиск всех страниц, ссылающихся на заданную языковую ссылку.\";'),('ab','messages:apihelp-query+langlinks-example-simple','s:107:\"ru:Получить межъязыковые ссылки со страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+langlinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+langlinks-param-inlanguagecode','s:93:\"ru:Языковой код для локализованных названий языков.\";'),('ab','messages:apihelp-query+langlinks-param-lang','s:94:\"ru:Возвращает только ссылки с данным языковым кодом.\";'),('ab','messages:apihelp-query+langlinks-param-limit','s:46:\"ru:Сколько ссылок вернуть.\";'),('ab','messages:apihelp-query+langlinks-param-prop','s:135:\"ru:Какие дополнительные свойства получить для каждой межъязыковой ссылки:\";'),('ab','messages:apihelp-query+langlinks-param-title','s:113:\"ru:Искомая ссылка. Должна быть использована вместе с <var>$1lang</var>.\";'),('ab','messages:apihelp-query+langlinks-param-url','s:153:\"ru:Следует ли вернуть полный URL (не может быть использовано одновременно с <var>$1prop</var>).\";'),('ab','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:58:\"ru:Добавляет самоназвание языка.\";'),('ab','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:196:\"ru:Добавляет локализованное название языка (лучший вариант). Используйте <var>$1inlanguagecode</var> для указания языка.\";'),('ab','messages:apihelp-query+langlinks-paramvalue-prop-url','s:39:\"ru:Добавляет полный URL.\";'),('ab','messages:apihelp-query+langlinks-summary','s:100:\"ru:Возвращает все межъязыковые ссылки с данных страниц.\";'),('ab','messages:apihelp-query+languageinfo-example-autonym-name-de','s:125:\"ru:Получить автонимы и немецкие названия всех поддерживаемых языков.\";'),('ab','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('ab','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('ab','messages:apihelp-query+languageinfo-example-simple','s:97:\"ru:Получить языковые коды всех поддерживаемых языков.\";'),('ab','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('ab','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('ab','messages:apihelp-query+languageinfo-param-prop','s:85:\"ru:Какую информацию получить для каждого языка.\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:100:\"ru:Направление написания языка (<code>ltr</code> или <code>rtl</ code>).\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('ab','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('ab','messages:apihelp-query+languageinfo-summary','s:80:\"ru:Возвращает информацию о доступных языках.\";'),('ab','messages:apihelp-query+links-example-generator','s:130:\"ru:Получить информацию о страницах, на которые ссылается [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+links-example-namespaces','s:152:\"ru:Получить ссылки со страницы [[{{MediaWiki:Mainpage}}]] на пространства имён {{ns:user}} и {{ns:template}}.\";'),('ab','messages:apihelp-query+links-example-simple','s:82:\"ru:Получить ссылки со страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+links-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+links-param-limit','s:46:\"ru:Сколько ссылок вернуть.\";'),('ab','messages:apihelp-query+links-param-namespace','s:102:\"ru:Показывать ссылки только на данные пространства имён.\";'),('ab','messages:apihelp-query+links-param-titles','s:200:\"ru:Перечислять только данные ссылки. Полезно для проверки, содержит ли конкретная страница конкретную ссылку.\";'),('ab','messages:apihelp-query+links-summary','s:75:\"ru:Возвращает все ссылки с данных страниц.\";'),('ab','messages:apihelp-query+linkshere-example-generator','s:119:\"ru:Получить информацию о страницах, ссылающихся на [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+linkshere-example-simple','s:104:\"ru:Получить список страниц, ссылающихся на [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+linkshere-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+linkshere-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('ab','messages:apihelp-query+linkshere-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+linkshere-param-show','s:110:\"ru:Показать только элементы, соответствующие этим критериям:\";'),('ab','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:60:\"ru:Идентификатор каждой страницы.\";'),('ab','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:87:\"ru:Метка, является ли страница перенаправлением.\";'),('ab','messages:apihelp-query+linkshere-paramvalue-prop-title','s:52:\"ru:Заголовок каждой страницы.\";'),('ab','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:69:\"ru:Показать только не перенаправления.\";'),('ab','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:64:\"ru:Показать только перенаправления.\";'),('ab','messages:apihelp-query+linkshere-summary','s:80:\"ru:Поиск всех страниц, ссылающихся на данную.\";'),('ab','messages:apihelp-query+logevents-example-simple','s:50:\"ru:Список последних записей.\";'),('ab','messages:apihelp-query+logevents-param-action','s:354:\"ru:Вернуть только указанные действия журнала. Переопределяет <var>$1type</var>. В списке возможных значений можно использовать звёздочку, например, <kbd>action/*</kbd> найдёт различные подстроки после слэша (/).\";'),('ab','messages:apihelp-query+logevents-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+logevents-param-limit','s:48:\"ru:Сколько записей вернуть.\";'),('ab','messages:apihelp-query+logevents-param-namespace','s:113:\"ru:Вернуть записи, связанные с указанными пространствами имён.\";'),('ab','messages:apihelp-query+logevents-param-prefix','s:96:\"ru:Вернуть записи, начинающиеся с заданного префикса.\";'),('ab','messages:apihelp-query+logevents-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+logevents-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+logevents-param-tag','s:62:\"ru:Только записи с заданной меткой.\";'),('ab','messages:apihelp-query+logevents-param-title','s:96:\"ru:Вернуть записи, связанные с указанными страницами.\";'),('ab','messages:apihelp-query+logevents-param-type','s:64:\"ru:Вернуть только записи этого типа.\";'),('ab','messages:apihelp-query+logevents-param-user','s:91:\"ru:Вернуть записи, созданные указанным участником.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-comment','s:203:\"ru:Добавляет комментарий записи журнала. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-details','s:261:\"ru:Перечисляет дополнительные сведения о записи в журнале. Если ревизия события журнала была удалена, будет возвращено свойство <samp>actionhidden</samp>.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-ids','s:77:\"ru:Добавляет идентификатор записи журнала.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:228:\"ru:Добавляет распарсенный комментарий записи журнала. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-tags','s:65:\"ru:Перечисляет метки записи журнала.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:80:\"ru:Добавляет временную метку записи журнала.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-title','s:111:\"ru:Добавляет заголовок страницы, связанной с записью журнала.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-type','s:57:\"ru:Добавляет тип записи журнала.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-user','s:250:\"ru:Добавляет участника, ответственного за запись журнала. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+logevents-paramvalue-prop-userid','s:277:\"ru:Добавляет идентификатор участника, ответственного за запись журнала. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+logevents-summary','s:54:\"ru:Получение записей журналов.\";'),('ab','messages:apihelp-query+mystashedfiles-example-simple','s:159:\"ru:Получить ключ, размер и разрешение файлов во временном хранилище текущего участника.\";'),('ab','messages:apihelp-query+mystashedfiles-param-limit','s:48:\"ru:Сколько файлов получить.\";'),('ab','messages:apihelp-query+mystashedfiles-param-prop','s:67:\"ru:Какие свойства файлов запрашивать.\";'),('ab','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:82:\"ru:Запросить размер и разрешение изображения.\";'),('ab','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:60:\"ru:Запросить MIME- и медиа-тип файла.\";'),('ab','messages:apihelp-query+mystashedfiles-summary','s:125:\"ru:Получить список файлов во временном хранилище текущего участника.\";'),('ab','messages:apihelp-query+pagepropnames-example-simple','s:68:\"ru:Получить первые 10 названий свойств.\";'),('ab','messages:apihelp-query+pagepropnames-param-limit','s:81:\"ru:Максимальное число возвращаемых названий.\";'),('ab','messages:apihelp-query+pagepropnames-summary','s:111:\"ru:Перечисление всех названий свойств, использованных в вики.\";'),('ab','messages:apihelp-query+pageprops-example-simple','s:97:\"ru:Получить свойства страниц <kbd>Main Page</kbd> и <kbd>MediaWiki</kbd>.\";'),('ab','messages:apihelp-query+pageprops-param-prop','s:378:\"ru:Перечислить только эти свойства страницы (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> возвращает список используемых названий свойств). Полезно для проверки, используют ли страницы конкретные свойства.\";'),('ab','messages:apihelp-query+pageprops-summary','s:138:\"ru:Получение различных свойств страниц, определённых в содержании страницы.\";'),('ab','messages:apihelp-query+pageswithprop-example-generator','s:177:\"ru:Получение дополнительной информации о первых десяти страницах, использующих <code>_&#95;NOTOC_&#95;</code>.\";'),('ab','messages:apihelp-query+pageswithprop-example-simple','s:124:\"ru:Список первых 10 страниц, использующих <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ab','messages:apihelp-query+pageswithprop-param-dir','s:39:\"ru:Порядок сортировки.\";'),('ab','messages:apihelp-query+pageswithprop-param-limit','s:79:\"ru:Максимальное число возвращаемых страниц.\";'),('ab','messages:apihelp-query+pageswithprop-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+pageswithprop-param-propname','s:211:\"ru:Искомое свойство (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> возвращает список используемых названий свойств).\";'),('ab','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:66:\"ru:Добавляет идентификатор страницы.\";'),('ab','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('ab','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:73:\"ru:Добавляет значение свойства страницы.\";'),('ab','messages:apihelp-query+pageswithprop-summary','s:112:\"ru:Перечисление всех страниц, использующих заданное свойство.\";'),('ab','messages:apihelp-query+prefixsearch-example-simple','s:94:\"ru:Поиск названий страниц, начинающихся с <kbd>meaning</kbd>.\";'),('ab','messages:apihelp-query+prefixsearch-extended-description','s:864:\"ru:Не смотря на похожесть названий, этот модуль не является эквивалентом [[Special:PrefixIndex]]; если вы ищете его, см. <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> с параметром <kbd>apprefix</kbd>. Задача этого модуля близка к <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: получение пользовательского ввода и представление наиболее подходящих заголовков. В зависимости от поискового движка, используемого на сервере, сюда может включаться исправление опечаток, избегание перенаправлений и другие эвристики.\";'),('ab','messages:apihelp-query+prefixsearch-param-limit','s:87:\"ru:Максимальное число возвращаемых результатов.\";'),('ab','messages:apihelp-query+prefixsearch-param-namespace','s:211:\"ru:Пространства имён для поиска. Игнорируется, если <var>$1search</var> начинается с корректного префикса пространства имён.\";'),('ab','messages:apihelp-query+prefixsearch-param-offset','s:72:\"ru:Количество пропускаемых результатов.\";'),('ab','messages:apihelp-query+prefixsearch-param-profile','s:62:\"ru:Используемый поисковый профиль.\";'),('ab','messages:apihelp-query+prefixsearch-param-search','s:35:\"ru:Поисковый запрос.\";'),('ab','messages:apihelp-query+prefixsearch-summary','s:97:\"ru:Осуществление поиска по префиксу названий страниц.\";'),('ab','messages:apihelp-query+protectedtitles-example-generator','s:126:\"ru:Поиск ссылок на защищённые заголовки в основном пространстве имён.\";'),('ab','messages:apihelp-query+protectedtitles-example-simple','s:57:\"ru:Список защищённых заголовков\";'),('ab','messages:apihelp-query+protectedtitles-param-end','s:100:\"ru:Закончить перечисление на этой метке времени защиты.\";'),('ab','messages:apihelp-query+protectedtitles-param-level','s:96:\"ru:Перечислять только названия с этим уровнем защиты.\";'),('ab','messages:apihelp-query+protectedtitles-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+protectedtitles-param-namespace','s:97:\"ru:Перечислять только страницы этих пространств имён.\";'),('ab','messages:apihelp-query+protectedtitles-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+protectedtitles-param-start','s:92:\"ru:Начать перечисление с этой метки времени защиты.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:52:\"ru:Добавляет описание защиты.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:74:\"ru:Добавляет метку времени снятия защиты.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:50:\"ru:Добавляет уровень защиты.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:77:\"ru:Добавляет распарсенное описание защиты.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:80:\"ru:Добавляет метку времени установки защиты.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:82:\"ru:Добавляет участника, установившего защиту.\";'),('ab','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:109:\"ru:Добавляет идентификатор участника, установившего защиту.\";'),('ab','messages:apihelp-query+protectedtitles-summary','s:98:\"ru:Перечисление всех названий, защищённых от создания.\";'),('ab','messages:apihelp-query+querypage-example-ancientpages','s:64:\"ru:Вернуть результаты [[Special:Ancientpages]].\";'),('ab','messages:apihelp-query+querypage-param-limit','s:72:\"ru:Количество возвращаемых результатов.\";'),('ab','messages:apihelp-query+querypage-param-page','s:139:\"ru:Название служебной страницы. Обратите внимание: чувствительно к регистру.\";'),('ab','messages:apihelp-query+querypage-summary','s:144:\"ru:Получение списка, предоставляемого служебной страницей, основанной на QueryPage.\";'),('ab','messages:apihelp-query+random-example-generator','s:147:\"ru:Вернуть информацию о двух случайных страницах из основного пространства имён.\";'),('ab','messages:apihelp-query+random-example-simple','s:119:\"ru:Вернуть две случайные страницы из основного пространства имён.\";'),('ab','messages:apihelp-query+random-extended-description','s:475:\"ru:Страницы перечисляются в строгой последовательности, случайна только входная точка. Это означает, что если, например, <samp>Main Page</samp> — первая страница в списке, то <samp>List of fictional monkeys</samp> <em>всегда</em> будет второй, <samp>List of people on stamps of Vanuatu</samp> — третьей, и так далее.\";'),('ab','messages:apihelp-query+random-param-filterredir','s:64:\"ru:Как фильтровать перенаправления.\";'),('ab','messages:apihelp-query+random-param-limit','s:92:\"ru:Ограничение на количество возвращаемых страниц.\";'),('ab','messages:apihelp-query+random-param-namespace','s:89:\"ru:Вернуть только страницы этих пространств имён.\";'),('ab','messages:apihelp-query+random-param-redirect','s:86:\"ru:Вместо этого, используйте <kbd>$1filterredir=redirects</kbd>.\";'),('ab','messages:apihelp-query+random-summary','s:69:\"ru:Получение набора случайных страниц.\";'),('ab','messages:apihelp-query+recentchanges-example-generator','s:149:\"ru:Получить информацию о последних страницах с неотпатрулированными изменениями.\";'),('ab','messages:apihelp-query+recentchanges-example-simple','s:54:\"ru:Список последних изменений.\";'),('ab','messages:apihelp-query+recentchanges-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+recentchanges-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('ab','messages:apihelp-query+recentchanges-param-generaterevisions','s:423:\"ru:При использовании в качестве генератора, генерировать идентификаторы версий вместо их названий. Записи последних изменений без привязанного идентификатора версии (например, большинство записей журналов) не сгенерируют ничего.\";'),('ab','messages:apihelp-query+recentchanges-param-limit','s:46:\"ru:Сколько правок вернуть.\";'),('ab','messages:apihelp-query+recentchanges-param-namespace','s:77:\"ru:Только правки в этих пространствах имён.\";'),('ab','messages:apihelp-query+recentchanges-param-prop','s:70:\"ru:Включить дополнительную информацию:\";'),('ab','messages:apihelp-query+recentchanges-param-show','s:325:\"ru:Показать только элементы, удовлетворяющие данным критериям. Например, чтобы отобразить только малые правки, сделанные зарегистрированными участниками, установите $1show=minor|!anon.\";'),('ab','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('ab','messages:apihelp-query+recentchanges-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+recentchanges-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('ab','messages:apihelp-query+recentchanges-param-title','s:75:\"ru:Вернуть записи, связанные со страницей.\";'),('ab','messages:apihelp-query+recentchanges-param-toponly','s:86:\"ru:Перечислять только последние правки страниц.\";'),('ab','messages:apihelp-query+recentchanges-param-type','s:53:\"ru:Какие типы правок показать.\";'),('ab','messages:apihelp-query+recentchanges-param-user','s:63:\"ru:Только правки данного участника.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:148:\"ru:Отмечает патрулируемые правки как отпатрулированные или неотпатрулированные.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:182:\"ru:Добавляет описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:46:\"ru:Добавляет метки правки.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:123:\"ru:Добавляет идентификаторы страницы, правки, старой и новой версии.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:151:\"ru:Добавляет информацию о записи журнала (идентификатор записи, её тип, и так далее).\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:207:\"ru:Добавляет распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:148:\"ru:Отмечает патрулируемые правки как отпатрулированные или неотпатрулированные.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:110:\"ru:Отмечает правку, если страница является перенаправлением.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:275:\"ru:Добавляет значение контрольных сумм для записей, связанных с версией. Если версия содержимого была удалена, будет возвращено свойство <samp>sha1hidden</samp>.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:93:\"ru:Добавляет старую и новую длину страницы в байтах.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:50:\"ru:Перечисляет метки записи.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:65:\"ru:Добавляет временную метку правки.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:93:\"ru:Добавляет заголовок отредактированной страницы.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:270:\"ru:Добавить анонимных участников, ответственных за правку или метку. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:259:\"ru:Добавить идентификатор ответственного за правку участника. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+recentchanges-summary','s:60:\"ru:Перечисление последних правок.\";'),('ab','messages:apihelp-query+redirects-example-generator','s:118:\"ru:Получить информацию о всех перенаправлениях на [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+redirects-example-simple','s:96:\"ru:Получить список перенаправлений на [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+redirects-param-limit','s:64:\"ru:Сколько перенаправлений вернуть.\";'),('ab','messages:apihelp-query+redirects-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('ab','messages:apihelp-query+redirects-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+redirects-param-show','s:118:\"ru:Показывать только элементы, удовлетворяющие данным критериям:\";'),('ab','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:93:\"ru:Фрагемнт каждого перенаправления, если доступен.\";'),('ab','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:76:\"ru:Идентификатор каждого перенаправления.\";'),('ab','messages:apihelp-query+redirects-paramvalue-prop-title','s:66:\"ru:Название каждого перенаправления.\";'),('ab','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:96:\"ru:Показывать только перенаправления без фрагментов.\";'),('ab','messages:apihelp-query+redirects-paramvalue-show-fragment','s:94:\"ru:Показывать только перенаправления с фрагментами.\";'),('ab','messages:apihelp-query+redirects-summary','s:97:\"ru:Возвращает все перенаправления на данную страницу.\";'),('ab','messages:apihelp-query+revisions+base-param-contentformat','s:148:\"ru:Формат серилиализации, использованный в <var>$1difftotext</var> и ожидаемый в результате.\";'),('ab','messages:apihelp-query+revisions+base-param-diffto','s:394:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>. Идентификатор версии, с которым сравнивать каждую версию. Используйте <kbd>prev</kbd>, <kbd>next</kbd> и <kbd>cur</kbd> для предыдущей, следующей и текущей версии соответственно.\";'),('ab','messages:apihelp-query+revisions+base-param-difftotext','s:443:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>. Текст, с которым сравнивать каждую версию. Сравнивает ограниченное число версий. Переопределяет <var>$1diffto</var>. Если задано <var>$1section</var>, сравнение будет произведено только с этим разделом.\";'),('ab','messages:apihelp-query+revisions+base-param-difftotextpst','s:308:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>. Выполнить преобразование перед записью правки до сравнения. Доступно только при использовании с <var>$1difftotext</var>.\";'),('ab','messages:apihelp-query+revisions+base-param-expandtemplates','s:226:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd>. Раскрыть шаблоны в содержимом версии (требуется $1prop=content).\";'),('ab','messages:apihelp-query+revisions+base-param-generatexml','s:311:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> или <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>. Сгенерировать дерево парсинга XML содержимого версии (требуется $1prop=content).\";'),('ab','messages:apihelp-query+revisions+base-param-limit','s:46:\"ru:Сколько версий вернуть.\";'),('ab','messages:apihelp-query+revisions+base-param-parse','s:402:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>. Распарсить содержимое версии (требуется $1prop=content). Из соображений производительности, при использовании этой опции, в качестве $1limit принудительно устанавливается 1.\";'),('ab','messages:apihelp-query+revisions+base-param-prop','s:74:\"ru:Какие свойства каждой версии получить:\";'),('ab','messages:apihelp-query+revisions+base-param-section','s:120:\"ru:Восстановить только содержимое раздела с этим идентификатором.\";'),('ab','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:163:\"ru:Описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:211:\"ru:Содержание каждого слота версии. Если редакция содержимого была удалена, будет возвращено свойство <samp>texthidden</samp>.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:105:\"ru:Идентификатор модели содержимого каждого слота версии.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:53:\"ru:Флаги версии (малая правка).\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:43:\"ru:Идентификатор версии.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:188:\"ru:Распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:297:\"ru:Используйте <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> или <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>. Дерево парсинга XML-содержимого версии (требуется модель содержимого <code>$1</code>).\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:168:\"ru:SHA-1-хэш (base 16) версии. Если содержимое было удалено, будет возвращено свойство <samp>sha1hidden</samp>.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:45:\"ru:Длина версии (в байтах).\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:27:\"ru:Метки версии.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:46:\"ru:Временная метка версии.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:199:\"ru:Участник, создавший версию. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:208:\"ru:Идентификатор создателя версии. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+revisions-example-content','s:156:\"ru:Получить данные с содержимым для последних версий страниц <kbd>API</kbd> и [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+revisions-example-first5','s:75:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+revisions-example-first5-after','s:117:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]], созданных после 2006-05-01.\";'),('ab','messages:apihelp-query+revisions-example-first5-not-localhost','s:161:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]], сделанных не анонимным участником <kbd>127.0.0.1</kbd>.\";'),('ab','messages:apihelp-query+revisions-example-first5-user','s:145:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]], сделанных участником <kbd>MediaWiki default</kbd>.\";'),('ab','messages:apihelp-query+revisions-example-last5','s:81:\"ru:Получить последние 5 версий [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+revisions-extended-description','s:622:\"ru:Может использоваться в трёх режимах:\n# Получение данных о наборе страниц (последних версий) с помощью передачи названий или идентификаторов страниц.\n# Получение версий одной данной страницы, используя названия или идентификаторы с началом, концом или лимитом.\n# Получение данных о наборе версий, передаваемых с помощью их идентификаторов.\";'),('ab','messages:apihelp-query+revisions-param-end','s:74:\"ru:Перечислять до данной временной метки.\";'),('ab','messages:apihelp-query+revisions-param-endid','s:235:\"ru:Закончить перечисление на этой временной метке версии. Версия обязана существовать, но не обязана принадлежать этой странице.\";'),('ab','messages:apihelp-query+revisions-param-excludeuser','s:69:\"ru:Исключить версии данного участника.\";'),('ab','messages:apihelp-query+revisions-param-start','s:85:\"ru:С какой временной метки начать перечисление.\";'),('ab','messages:apihelp-query+revisions-param-startid','s:227:\"ru:Начать перечисление с этой временной метки версии. Версия обязана существовать, но не обязана принадлежать этой странице.\";'),('ab','messages:apihelp-query+revisions-param-tag','s:62:\"ru:Только версии с заданной меткой.\";'),('ab','messages:apihelp-query+revisions-param-user','s:63:\"ru:Только версии данного участника.\";'),('ab','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:112:\"ru:Может быть использовано только с одной страницей (режим №2).\";'),('ab','messages:apihelp-query+revisions-summary','s:76:\"ru:Получение информации о версии страницы.\";'),('ab','messages:apihelp-query+search-example-generator','s:149:\"ru:Получить информацию о страницах, возвращённых по поисковому запросу <kbd>meaning</kbd>.\";'),('ab','messages:apihelp-query+search-example-simple','s:33:\"ru:Найти <kbd>meaning</kbd>.\";'),('ab','messages:apihelp-query+search-example-text','s:68:\"ru:Найти тексты, содержащие <kbd>meaning</kbd>.\";'),('ab','messages:apihelp-query+search-param-backend','s:109:\"ru:Какой поисковый движок использовать, если не стандартный.\";'),('ab','messages:apihelp-query+search-param-enablerewrites','s:326:\"ru:Разрешить редактирование запроса. Некоторые поисковые движки могут отредактировать запрос, например, исправив опечатку, если посчитают, что это приведёт к лучшим результатам.\";'),('ab','messages:apihelp-query+search-param-info','s:50:\"ru:Какие метаданные вернуть.\";'),('ab','messages:apihelp-query+search-param-interwiki','s:95:\"ru:Включить результаты из других вики, если доступны.\";'),('ab','messages:apihelp-query+search-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+search-param-namespace','s:77:\"ru:Искать только в этих пространствах имён.\";'),('ab','messages:apihelp-query+search-param-prop','s:46:\"ru:Какие свойства вернуть:\";'),('ab','messages:apihelp-query+search-param-qiprofile','s:145:\"ru:Используемый запросонезависимый профиль (затрагивает оценивающий алгоритм).\";'),('ab','messages:apihelp-query+search-param-search','s:371:\"ru:Искать страницы, названия или тексты которых содержат это значение. Вы можете использовать в поисковом запросе служебные функции в зависимости от того, какой поисковый движок используется на сервере.\";'),('ab','messages:apihelp-query+search-param-sort','s:100:\"ru:Задаёт порядок сортировки возвращаемых результатов.\";'),('ab','messages:apihelp-query+search-param-what','s:57:\"ru:Какой тип поиска осуществить.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:153:\"ru:Добавляет соответствующее имя категории с разметкой, выделяющей условия запроса.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:121:\"ru:Добавляет дополнительные данные, сгенерированные расширениями.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:28:\"ru:Игнорируется.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:187:\"ru:Добавляет логическое значение, обозначающее, удовлетворяет ли поисковому запросу содержимое файла.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:176:\"ru:Добавляет заголовок соответствующего перенаправления с разметкой выделения условия запроса.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:91:\"ru:Добавляет название найденного перенаправления.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-score','s:28:\"ru:Игнорируется.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:160:\"ru:Добавляет заголовок соответствующего раздела с разметкой выделения условия запроса.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:77:\"ru:Добавляет заголовок найденного раздела.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-size','s:68:\"ru:Добавляет размер страницы в байтах.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-snippet','s:130:\"ru:Добавляет фрагмент страницы с разметкой, выделяющей условия запроса.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-timestamp','s:115:\"ru:Добавляет метку времени последнего редактирования страницы.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:132:\"ru:Добавляет заголовок страницы с разметкой, выделяющей условия запроса.\";'),('ab','messages:apihelp-query+search-paramvalue-prop-wordcount','s:74:\"ru:Добавляет количество слов на странице.\";'),('ab','messages:apihelp-query+search-summary','s:68:\"ru:Проведение полнотекстового поиска.\";'),('ab','messages:apihelp-query+siteinfo-example-interwiki','s:90:\"ru:Запросить список локальных префиксов интервик.\";'),('ab','messages:apihelp-query+siteinfo-example-replag','s:79:\"ru:Проверить текущее отставание репликации.\";'),('ab','messages:apihelp-query+siteinfo-example-simple','s:57:\"ru:Запросить информацию о сайте.\";'),('ab','messages:apihelp-query+siteinfo-param-filteriw','s:134:\"ru:Вернуть только локальные или только нелокальные записи карты интервик.\";'),('ab','messages:apihelp-query+siteinfo-param-inlanguagecode','s:97:\"ru:Языковой код для перевода названий языков и скинов.\";'),('ab','messages:apihelp-query+siteinfo-param-numberingroup','s:86:\"ru:Перечисляет количество участников в группах.\";'),('ab','messages:apihelp-query+siteinfo-param-prop','s:52:\"ru:Какую информацию получить:\";'),('ab','messages:apihelp-query+siteinfo-param-showalldb','s:120:\"ru:Перечисляет все сервера баз данных, а не только самый отстающий.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:127:\"ru:Возвращает сервер базы данных с наибольшим отставанием репликации.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:103:\"ru:Возвращает значения по умолчанию настроек участников.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:64:\"ru:Расширения, установленные в вики.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:84:\"ru:Возвращает список меток рашсирений парсера.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:98:\"ru:Список файловых расширений, разрешённых к загрузке.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:94:\"ru:Возвращает список перехватчиков функций парсера.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:54:\"ru:Общую системную информацию.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:159:\"ru:Карта интервик (может быть отфильтрована, или локализована с помощью <var>$1inlanguagecode</var>).\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:190:\"ru:Возвращает список языков, поддерживаемых MediaWiki (опционально локализованных с помощью <var>$1inlanguagecode</var>).\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:260:\"ru:Возвращает список языковых кодов, для которых включён [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]], а также варианты, поддерживаемые для каждого языка.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:64:\"ru:Библиотеки, установленные в вики.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:71:\"ru:Список магических слов и их синонимы.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:104:\"ru:Список зарегистрированных синонимов пространств имён.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:125:\"ru:Список зарегистрированных пространств имён и их каноничные имена.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:117:\"ru:Возвращает список протоколов, разрешённых во внешних ссылках.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:106:\"ru:Возвращает информацию о доступных типах защиты страниц.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:108:\"ru:Возвращает правовую информацию (лицензию), если доступно.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:181:\"ru:Возвращает список всех подписанных перехватчиков (содержимое <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:234:\"ru:Возвращает список доступных скинов (опционально локализованных с помощью <var>$1inlanguagecode</var>, в противном случае — на языке вики).\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:69:\"ru:Список синонимов служебных страниц.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:35:\"ru:Статистика сайта.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:81:\"ru:Возвращает конфигурацию диалога загрузки.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:79:\"ru:Список групп участников и связанных прав.\";'),('ab','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:89:\"ru:Возвращает список идентификаторов переменных.\";'),('ab','messages:apihelp-query+siteinfo-summary','s:74:\"ru:Получение основной информации о сайте.\";'),('ab','messages:apihelp-query+stashimageinfo-example-params','s:71:\"ru:Вернуть эскизы двух файлов в тайнике.\";'),('ab','messages:apihelp-query+stashimageinfo-example-simple','s:96:\"ru:Вернуть информацию о файле во временном хранилище.\";'),('ab','messages:apihelp-query+stashimageinfo-param-filekey','s:103:\"ru:Ключ, идентифицирующий предыдущую временную загрузку.\";'),('ab','messages:apihelp-query+stashimageinfo-param-sessionkey','s:79:\"ru:Синоним $1filekey для обратной совместимости.\";'),('ab','messages:apihelp-query+stashimageinfo-summary','s:104:\"ru:Возвращает информацию о файлах во временном хранилище.\";'),('ab','messages:apihelp-query+tags-example-simple','s:46:\"ru:Список доступных меток.\";'),('ab','messages:apihelp-query+tags-param-limit','s:76:\"ru:Максимальное количество меток в списке.\";'),('ab','messages:apihelp-query+tags-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-active','s:57:\"ru:Применима ли метка до сих пор.\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-defined','s:62:\"ru:Показывает, определена ли метка.\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-description','s:50:\"ru:Добавляет описание метки.\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-displayname','s:71:\"ru:Добавляет системное сообщение метки.\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:138:\"ru:Добавляет количество правок и записей в журналах, использующих эту метку.\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-name','s:50:\"ru:Добавляет название метки.\";'),('ab','messages:apihelp-query+tags-paramvalue-prop-source','s:286:\"ru:Получить источники меток, которыми могут быть <samp>extension</samp> для меток, определённых расширениями, и <samp>manual</samp> для меток, определённых участниками вручную.\";'),('ab','messages:apihelp-query+tags-summary','s:40:\"ru:Список меток правок.\";'),('ab','messages:apihelp-query+templates-example-generator','s:140:\"ru:Получить информацию о шаблонах, использующихся на странице [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+templates-example-namespaces','s:174:\"ru:Получить страницы из пространств имён {{ns:user}} и {{ns:template}}, включённые в страницу [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+templates-example-simple','s:129:\"ru:Получить список шаблонов, использующихся на странице [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+templates-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+templates-param-limit','s:50:\"ru:Сколько шаблонов вернуть.\";'),('ab','messages:apihelp-query+templates-param-namespace','s:97:\"ru:Показать шаблоны только данного пространства имён.\";'),('ab','messages:apihelp-query+templates-param-templates','s:196:\"ru:Перечислять только эти шаблоны. Полезно для проверки, включает ли конкретная страница конкретный шаблон.\";'),('ab','messages:apihelp-query+templates-summary','s:86:\"ru:Возвращает все страницы, включённые в данную.\";'),('ab','messages:apihelp-query+tokens-example-simple','s:62:\"ru:Получить csrf-токен (по умолчанию).\";'),('ab','messages:apihelp-query+tokens-example-types','s:95:\"ru:Получить токен наблюдения и токен патрулирования.\";'),('ab','messages:apihelp-query+tokens-param-type','s:54:\"ru:Типы запрашиваемых токенов.\";'),('ab','messages:apihelp-query+tokens-summary','s:128:\"ru:Получение токенов для действий, связанных с редактированием данных.\";'),('ab','messages:apihelp-query+transcludedin-example-generator','s:112:\"ru:Получить информацию о страницах, включающих [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+transcludedin-example-simple','s:97:\"ru:Получить список страниц, включающих [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query+transcludedin-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('ab','messages:apihelp-query+transcludedin-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('ab','messages:apihelp-query+transcludedin-param-prop','s:48:\"ru:Какие свойства получить:\";'),('ab','messages:apihelp-query+transcludedin-param-show','s:110:\"ru:Показать только элементы, соответствующие этим критериям:\";'),('ab','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:60:\"ru:Идентификатор каждой страницы.\";'),('ab','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:87:\"ru:Метка, является ли страница перенаправлением.\";'),('ab','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:52:\"ru:Заголовок каждой страницы.\";'),('ab','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:69:\"ru:Показать только не перенаправления.\";'),('ab','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:64:\"ru:Показать только перенаправления.\";'),('ab','messages:apihelp-query+transcludedin-summary','s:90:\"ru:Поиск всех страниц, включающих данные страницы.\";'),('ab','messages:apihelp-query+usercontribs-example-ipprefix','s:114:\"ru:Показать вклад со всех IP-адресов, начинающихся на <kbd>192.0.2.</kbd>.\";'),('ab','messages:apihelp-query+usercontribs-example-user','s:69:\"ru:Показать вклад участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-query+usercontribs-param-end','s:88:\"ru:Временная метка, на которой закончить возврат.\";'),('ab','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('ab','messages:apihelp-query+usercontribs-param-limit','s:87:\"ru:Максимальное количество возвращаемых правок.\";'),('ab','messages:apihelp-query+usercontribs-param-namespace','s:100:\"ru:Перечислять только правки в этих пространствах имён.\";'),('ab','messages:apihelp-query+usercontribs-param-prop','s:70:\"ru:Включить дополнительную информацию:\";'),('ab','messages:apihelp-query+usercontribs-param-show','s:474:\"ru:Показать только элементы, удовлетворяющие данным критериям, например, только не малые правки: <kbd>$2show=!minor</kbd>.\n\nЕсли установлено <kbd>$2show=patrolled</kbd> или <kbd>$2show=!patrolled</kbd>, правки старее <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|секунды|секунд}}) не будут показаны.\";'),('ab','messages:apihelp-query+usercontribs-param-start','s:153:\"ru:Временная метка, с которой начать возврат, то есть версии до этой отметки времени..\";'),('ab','messages:apihelp-query+usercontribs-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('ab','messages:apihelp-query+usercontribs-param-toponly','s:86:\"ru:Перечислять только последние правки страниц.\";'),('ab','messages:apihelp-query+usercontribs-param-user','s:207:\"ru:Участники, чей вклад необходимо получить. Не может быть использовано с <var>$1userids</var>, <var>$1userprefix</var> или <var>$1iprange</var>.\";'),('ab','messages:apihelp-query+usercontribs-param-userids','s:235:\"ru:Идентификаторы участников, чей вклад необходимо получить. Не может быть использовано с <var>$1user</var>, <var>$1userprefix</var> или <var>$1iprange</var>.\";'),('ab','messages:apihelp-query+usercontribs-param-userprefix','s:263:\"ru:Получить вклад всех участников, имена которых начинаются с этого значения. Не может быть использовано с <var>$1user</var>, <var>$1userids</var>, или <var>$1iprange</var>.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:95:\"ru:Отмечает автоматически отпатрулированные правки.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:182:\"ru:Добавляет описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:46:\"ru:Добавляет флаги правки.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:82:\"ru:Добавляет идентификатор страницы и версии.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:207:\"ru:Добавляет распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:68:\"ru:Отмечает отпатрулированные правки.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:63:\"ru:Добавляет новый размер страницы.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:116:\"ru:Добавляет разницу между размерами страницы до и после правки.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:50:\"ru:Перечисляет метки правки.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:65:\"ru:Добавляет временную метку правки.\";'),('ab','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('ab','messages:apihelp-query+usercontribs-summary','s:63:\"ru:Получение всех правок участника.\";'),('ab','messages:apihelp-query+userinfo-example-data','s:109:\"ru:Получение дополнительной информации о текущем участнике.\";'),('ab','messages:apihelp-query+userinfo-example-simple','s:80:\"ru:Получение информации о текущем участнике.\";'),('ab','messages:apihelp-query+userinfo-param-attachedwiki','s:168:\"ru:Вместе с <kbd>$1prop=centralids</kbd> отображает, прикреплён ли к вики участник с этим идентификатором.\";'),('ab','messages:apihelp-query+userinfo-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:176:\"ru:Возвращает назад заголовок <code>Accept-Language</code>, отосланный клиентом, в структурированном формате.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:129:\"ru:Определяет, заблокирован ли текущий участник, кем и по какой причине.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:132:\"ru:Добавляет центральный идентификатор и статус прикрепления участника.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:186:\"ru:Перечисляет группы, в которые или из которых участник может добавить или удалить других участников.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:86:\"ru:Добавляет счётчик правок текущего участника.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-email','s:134:\"ru:Добавляет электронный адрес участника и дату проверки его подлинности.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:198:\"ru:Возвращает группы, в которые участник был явно включён, включая дату окончания членства для каждой группы.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:95:\"ru:Перечисляет все группы, в которые входит участник.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:159:\"ru:Добавляет метку <samp>messages</samp>, если у текущего участника есть непрочитанные сообщения.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:131:\"ru:Перечисляет все группы, в которые участник был включён автоматически.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-options','s:116:\"ru:Перечисляет все настройки, установленные текущим участником.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:124:\"ru:Добавляет все скоростные лимиты, применимые к текущему участнику.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:67:\"ru:Добавляет настоящее имя участника.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:73:\"ru:Добавляет дату регистрации участника.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:80:\"ru:Перечисляет все права текущего участника.\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('ab','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:223:\"ru:Добавляет число непрочитанных страниц в странице наблюдения участника (максимум $1; возвращает <samp>$2</samp>, если их больше).\";'),('ab','messages:apihelp-query+userinfo-summary','s:80:\"ru:Получение информации о текущем участнике.\";'),('ab','messages:apihelp-query+users-example-simple','s:80:\"ru:Вернуть информацию о участнике <kbd>Example</kbd>.\";'),('ab','messages:apihelp-query+users-param-attachedwiki','s:168:\"ru:Вместе с <kbd>$1prop=centralids</kbd> отображает, прикреплён ли к вики участник с этим идентификатором.\";'),('ab','messages:apihelp-query+users-param-prop','s:52:\"ru:Какую информацию включить:\";'),('ab','messages:apihelp-query+users-param-userids','s:129:\"ru:Список идентификаторов участников, для которых получить информацию.\";'),('ab','messages:apihelp-query+users-param-users','s:98:\"ru:Список участников, для которых получить информацию.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:114:\"ru:Определяет, заблокирован ли участник, кем и по какой причине.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-cancreate','s:172:\"ru:Определяет, могут ли быть созданы аккаунты с корректными, но незарегистрированными именами.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-centralids','s:132:\"ru:Добавляет центральный идентификатор и статус прикрепления участника.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-editcount','s:73:\"ru:Добавляет счётчики правок участников.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-emailable','s:169:\"ru:Отмечает, может ли и хочет ли участник получать электронную почту посредством [[Special:Emailuser]].\";'),('ab','messages:apihelp-query+users-paramvalue-prop-gender','s:125:\"ru:Отмечает пол текущего участника. Возвращает «male», «female» или «unknown».\";'),('ab','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:211:\"ru:Возвращает группы, в которые каждый участник был явно включён, включая дату окончания членства для каждой группы.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-groups','s:108:\"ru:Перечисляет все группы, в которые входит каждый участник.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:124:\"ru:Перечисляет группы, в которые участник был включён автоматически.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-registration','s:75:\"ru:Добавляет даты регистрации участников.\";'),('ab','messages:apihelp-query+users-paramvalue-prop-rights','s:78:\"ru:Перечисляет все права каждого участника.\";'),('ab','messages:apihelp-query+users-summary','s:80:\"ru:Получение информации о списке участников.\";'),('ab','messages:apihelp-query+watchlist-example-allrev','s:177:\"ru:Запросить информацию о всех недавних правках страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlist-example-expiry','s:391:\"ru:Получить дополнительную информацию о последней редакции недавно измененных страниц в списке наблюдения текущего пользователя, в том числе о том, когда срок действия временно просматриваемых элементов истечет.\";'),('ab','messages:apihelp-query+watchlist-example-generator','s:212:\"ru:Запросить информацию о страницах для недавно отредактированных страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlist-example-generator-rev','s:190:\"ru:Запросить информацию о версиях для последних правок страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlist-example-props','s:249:\"ru:Запросить дополнительную информацию о последних правках недавно отредактированных страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlist-example-simple','s:188:\"ru:Список последних правок недавно отредактированных страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlist-example-wlowner','s:190:\"ru:Список последних правок недавно отредактированных страниц из списка наблюдения участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-query+watchlist-param-allrev','s:146:\"ru:Включить несколько правок одной страницы из заданного временного промежутка.\";'),('ab','messages:apihelp-query+watchlist-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('ab','messages:apihelp-query+watchlist-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('ab','messages:apihelp-query+watchlist-param-limit','s:89:\"ru:Сколько результатов возвращать за один запрос.\";'),('ab','messages:apihelp-query+watchlist-param-namespace','s:77:\"ru:Только правки в этих пространствах имён.\";'),('ab','messages:apihelp-query+watchlist-param-owner','s:146:\"ru:Используется вместе с $1token для получения списка наблюдения другого участника.\";'),('ab','messages:apihelp-query+watchlist-param-prop','s:77:\"ru:Какие дополнительные свойства получить:\";'),('ab','messages:apihelp-query+watchlist-param-show','s:325:\"ru:Показать только элементы, удовлетворяющие данным критериям. Например, чтобы отобразить только малые правки, сделанные зарегистрированными участниками, установите $1show=minor|!anon.\";'),('ab','messages:apihelp-query+watchlist-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('ab','messages:apihelp-query+watchlist-param-token','s:266:\"ru:Токен безопасности (доступен в [[Special:Preferences#mw-prefsection-watchlist|настройках]] участника), предоставляющий доступ к списку наблюдения другого участника.\";'),('ab','messages:apihelp-query+watchlist-param-type','s:53:\"ru:Какие типы правок показать:\";'),('ab','messages:apihelp-query+watchlist-param-user','s:63:\"ru:Только правки данного участника.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:95:\"ru:Отмечает автоматически отпатрулированные правки.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:182:\"ru:Добавляет описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:46:\"ru:Добавляет флаги правки.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:84:\"ru:Добавляет идентификаторы страницы и версии.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:84:\"ru:Добавляет информацию о журнале, где уместно.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:119:\"ru:Добавляет метку времени, когда участник был уведомлён о правке.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:207:\"ru:Добавляет распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:83:\"ru:Определяет, была ли правка отпатрулирована.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:77:\"ru:Добавляет старую и новую длину страницы.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:50:\"ru:Перечисляет метки записи.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:65:\"ru:Добавляет временную метку правки.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-title','s:58:\"ru:Добавляет заголовок страницы.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-user','s:222:\"ru:Добавляет участника, сделавшего правку. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:249:\"ru:Добавляет идентификатор участника, сделавшего правку. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:43:\"ru:Правки категоризации.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-type-edit','s:46:\"ru:Обычные правки страниц.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-type-external','s:31:\"ru:Внешние правки.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-type-log','s:31:\"ru:Записи журнала.\";'),('ab','messages:apihelp-query+watchlist-paramvalue-type-new','s:35:\"ru:Создания страниц.\";'),('ab','messages:apihelp-query+watchlist-summary','s:144:\"ru:Получение последних правок страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlistraw-example-generator','s:140:\"ru:Запросить информацию о страницах из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlistraw-example-simple','s:112:\"ru:Получение страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query+watchlistraw-param-dir','s:43:\"ru:Порядок перечисления.\";'),('ab','messages:apihelp-query+watchlistraw-param-fromtitle','s:137:\"ru:Название (с префиксом пространства имён), с которого начать перечисление.\";'),('ab','messages:apihelp-query+watchlistraw-param-limit','s:89:\"ru:Сколько результатов возвращать за один запрос.\";'),('ab','messages:apihelp-query+watchlistraw-param-namespace','s:97:\"ru:Перечислять только страницы этих пространств имён.\";'),('ab','messages:apihelp-query+watchlistraw-param-owner','s:146:\"ru:Используется вместе с $1token для получения списка наблюдения другого участника.\";'),('ab','messages:apihelp-query+watchlistraw-param-prop','s:77:\"ru:Какие дополнительные свойства получить:\";'),('ab','messages:apihelp-query+watchlistraw-param-show','s:116:\"ru:Перечислять только элементы, соответствующие этим критериям.\";'),('ab','messages:apihelp-query+watchlistraw-param-token','s:266:\"ru:Токен безопасности (доступен в [[Special:Preferences#mw-prefsection-watchlist|настройках]] участника), предоставляющий доступ к списку наблюдения другого участника.\";'),('ab','messages:apihelp-query+watchlistraw-param-totitle','s:143:\"ru:Название (с префиксом пространства имён), на котором закончить перечисление.\";'),('ab','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:119:\"ru:Добавляет метку времени, когда участник был уведомлён о правке.\";'),('ab','messages:apihelp-query+watchlistraw-summary','s:121:\"ru:Получение всех страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-query-example-allpages','s:115:\"ru:Получить последнее изменение для страниц, начиная с <kbd>API/</kbd>.\";'),('ab','messages:apihelp-query-example-revisions','s:176:\"ru:Получить [[Special:ApiHelp/query+siteinfo|информацию о сайте]] и [[Special:ApiHelp/query+revisions|версии]] для [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-query-extended-description','s:241:\"ru:Все модификации данных сначала должны запросить соответствующий токен для предотвращения злоупотреблений с вредоносных сайтов.\";'),('ab','messages:apihelp-query-param-export','s:130:\"ru:Экспортировать текущую версию для всех данных или созданных страниц.\";'),('ab','messages:apihelp-query-param-exportnowrap','s:263:\"ru:Вернуть экспортируемый XML без оборачивания его в XML-результат (тот же формат, что и в [[Special:Export]]). Можно использовать только одновременно с $1export.\";'),('ab','messages:apihelp-query-param-exportschema','s:213:\"ru:При экспорте ориентироваться на заданную версию формата XML дампа. Может использоваться только вместе с <var>$1export</var>.\";'),('ab','messages:apihelp-query-param-indexpageids','s:185:\"ru:Включить дополнительный раздел pageids, содержащий список идентификаторов всех возвращённых страниц.\";'),('ab','messages:apihelp-query-param-iwurl','s:133:\"ru:Возвращать ли полную ссылку, если названием является интервики-ссылка.\";'),('ab','messages:apihelp-query-param-list','s:52:\"ru:Какие списки использовать.\";'),('ab','messages:apihelp-query-param-meta','s:60:\"ru:Какие метаданные использовать.\";'),('ab','messages:apihelp-query-param-prop','s:105:\"ru:Какие использовать свойства для запрашиваемых страниц.\";'),('ab','messages:apihelp-query-param-rawcontinue','s:103:\"ru:Вернуть сырые данные в <samp>query-continue</samp> для продолжения.\";'),('ab','messages:apihelp-query-summary','s:54:\"ru:Запросить данные с и о MediaWiki.\";'),('ab','messages:apihelp-rawfm-summary','s:150:\"ru:Выводить данные, включая элементы отладки, в формате JSON (отформатированном в HTML).\";'),('ab','messages:apihelp-removeauthenticationdata-example-simple','s:125:\"ru:Попытка удалить данные текущего участника для <kbd>FooAuthenticationRequest</kbd>.\";'),('ab','messages:apihelp-removeauthenticationdata-summary','s:113:\"ru:Удаление аутентификационных данных для текущего участника.\";'),('ab','messages:apihelp-resetpassword-example-email','s:163:\"ru:Послать письмо для сброса пароля всем участникам с электронным адресом <kbd>user@example.com</kbd>.\";'),('ab','messages:apihelp-resetpassword-example-user','s:102:\"ru:Послать письмо для сброса пароля участнику <kbd>Example</kbd>.\";'),('ab','messages:apihelp-resetpassword-extended-description-noroutes','s:253:\"ru:Маршруты смены пароля не доступны.\n\nВключите маршруты в <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> для использования этого модуля.\";'),('ab','messages:apihelp-resetpassword-param-email','s:83:\"ru:Электронный адрес сбрасываемого участника.\";'),('ab','messages:apihelp-resetpassword-param-user','s:45:\"ru:Сбрасываемый участник.\";'),('ab','messages:apihelp-resetpassword-summary','s:87:\"ru:Отправить участнику письмо для сброса пароля.\";'),('ab','messages:apihelp-revisiondelete-example-log','s:129:\"ru:Скрыть все данные записи <kbd>67890</kbd> в журнале с причиной <kbd>BLP violation</kbd>.\";'),('ab','messages:apihelp-revisiondelete-example-revision','s:111:\"ru:Скрыть содержимое версии <kbd>12345</kbd> страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-revisiondelete-param-hide','s:56:\"ru:Что скрыть для каждой версии.\";'),('ab','messages:apihelp-revisiondelete-param-ids','s:64:\"ru:Идентификаторы удаляемых версий.\";'),('ab','messages:apihelp-revisiondelete-param-reason','s:71:\"ru:Причина удаления или восстановления.\";'),('ab','messages:apihelp-revisiondelete-param-show','s:60:\"ru:Что показать для каждой версии.\";'),('ab','messages:apihelp-revisiondelete-param-suppress','s:153:\"ru:Следует ли скрыть данные от администраторов так же, как и от остальных участников.\";'),('ab','messages:apihelp-revisiondelete-param-tags','s:79:\"ru:Изменить метки записи в журнале удалений.\";'),('ab','messages:apihelp-revisiondelete-param-target','s:142:\"ru:Название страницы удаляемой версии, если это требуется для выбранного типа.\";'),('ab','messages:apihelp-revisiondelete-param-type','s:71:\"ru:Тип осуществляемого удаления версии.\";'),('ab','messages:apihelp-revisiondelete-summary','s:80:\"ru:Удаление и восстановление версий страниц.\";'),('ab','messages:apihelp-rollback-example-simple','s:134:\"ru:Откатить последние правки страницы [[{{MediaWiki:Mainpage}}]] участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-rollback-example-summary','s:301:\"ru:Откатить последние правки страницы [[{{MediaWiki:Mainpage}}]] анонимного участника <kbd>192.0.2.5</kbd> с описанием <kbd>Reverting vandalism</kbd>, и отметить эти правки и их откат как правки ботов.\";'),('ab','messages:apihelp-rollback-extended-description','s:197:\"ru:Если последний редактировавший страницу участник сделал несколько правок подряд, все они будут откачены.\";'),('ab','messages:apihelp-rollback-param-markbot','s:101:\"ru:Отметить откатываемые правки и откат как правки бота.\";'),('ab','messages:apihelp-rollback-param-pageid','s:170:\"ru:Идентификатор откатываемой страницы. Не может быть использовано одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-rollback-param-summary','s:180:\"ru:Пользовательское описание правки. При пустом значении будет использовано стандартное описание.\";'),('ab','messages:apihelp-rollback-param-tags','s:54:\"ru:Метки, применяемые к откату.\";'),('ab','messages:apihelp-rollback-param-title','s:163:\"ru:Заголовок откатываемой страницы. Не может быть использовано одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-rollback-param-user','s:82:\"ru:Имя участника, чьи правки следует откатить.\";'),('ab','messages:apihelp-rollback-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ab','messages:apihelp-rollback-summary','s:70:\"ru:Отмена последней правки на странице.\";'),('ab','messages:apihelp-rsd-example-simple','s:47:\"ru:Экспортировать схему RSD.\";'),('ab','messages:apihelp-rsd-summary','s:59:\"ru:Экспорт схемы RSD (Really Simple Discovery).\";'),('ab','messages:apihelp-setnotificationtimestamp-example-all','s:108:\"ru:Сбросить статус уведомления для всего списка наблюдения.\";'),('ab','messages:apihelp-setnotificationtimestamp-example-allpages','s:140:\"ru:Сбросить статус уведомления для страниц из пространства имён <kbd>{{ns:user}}</kbd>.\";'),('ab','messages:apihelp-setnotificationtimestamp-example-page','s:90:\"ru:Сбросить статус уведомления для [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:266:\"ru:Установить временную метку уведомления для страницы [[{{MediaWiki:Mainpage}}]] таким образом, чтобы сделать все правки с 1 января 2012 года непросмотренными.\";'),('ab','messages:apihelp-setnotificationtimestamp-extended-description','s:272:\"ru:Это затрагивает подсвечивание изменённых страниц в списке наблюдения и истории, и отправляет письмо, если включена настройка «{{int:tog-enotifwatchlistpages}}».\";'),('ab','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:88:\"ru:Работать над всеми отслеживаемыми страницами.\";'),('ab','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:161:\"ru:Версия, новее которой сделать временную метку уведомления (только для одной страницы).\";'),('ab','messages:apihelp-setnotificationtimestamp-param-timestamp','s:67:\"ru:Новая временная метка уведомления.\";'),('ab','messages:apihelp-setnotificationtimestamp-param-torevid','s:189:\"ru:Версия, к временной метке которой приравнять временную метку уведомления (только для одной страницы).\";'),('ab','messages:apihelp-setnotificationtimestamp-summary','s:126:\"ru:Обновление временной метки уведомления для отслеживаемых страниц.\";'),('ab','messages:apihelp-setpagelanguage-example-default','s:122:\"ru:Изменить язык страницы с идентификатором 123 на язык по умолчанию.\";'),('ab','messages:apihelp-setpagelanguage-example-language','s:95:\"ru:Изменить язык страницы [[{{MediaWiki:Mainpage}}]] на баскский.\";'),('ab','messages:apihelp-setpagelanguage-extended-description-disabled','s:268:\"ru:Изменение языка страницы не разрешено в этой вики.\n\nАктивируйте <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> для использования этого действия.\";'),('ab','messages:apihelp-setpagelanguage-param-lang','s:181:\"ru:Код нового языка. Используйте <kbd>default</kbd> для смены на язык содержимого по умолчанию для этой вики.\";'),('ab','messages:apihelp-setpagelanguage-param-pageid','s:207:\"ru:Идентификатор страницы, язык которой вы желаете поменять. Не может быть использовано одновременно с <var>$1title</var>.\";'),('ab','messages:apihelp-setpagelanguage-param-reason','s:37:\"ru:Причина изменения.\";'),('ab','messages:apihelp-setpagelanguage-param-tags','s:140:\"ru:Изменить метки записей в журнале, возникающих в результате этого действия.\";'),('ab','messages:apihelp-setpagelanguage-param-title','s:198:\"ru:Название страницы, язык которой вы желаете поменять. Не может быть использовано одновременно с <var>$1pageid</var>.\";'),('ab','messages:apihelp-setpagelanguage-summary','s:46:\"ru:Изменить язык страницы.\";'),('ab','messages:apihelp-stashedit-extended-description','s:228:\"ru:Предназначено для использования через AJAX из формы редактирования для увеличения производительности сохранения страницы.\";'),('ab','messages:apihelp-stashedit-param-baserevid','s:64:\"ru:Идентификатор предыдущей версии.\";'),('ab','messages:apihelp-stashedit-param-contentformat','s:131:\"ru:Формат сериализации содержимого, используемый для введённого текста.\";'),('ab','messages:apihelp-stashedit-param-contentmodel','s:52:\"ru:Модель нового содержимого.\";'),('ab','messages:apihelp-stashedit-param-section','s:140:\"ru:Идентификатор раздела. <kbd>0</kbd> - для основного раздела, <kbd>new</kbd> - для нового.\";'),('ab','messages:apihelp-stashedit-param-sectiontitle','s:50:\"ru:Заголовок нового раздела.\";'),('ab','messages:apihelp-stashedit-param-stashedtexthash','s:62:\"ru:Хэш содержимого страницы в кэше.\";'),('ab','messages:apihelp-stashedit-param-summary','s:33:\"ru:Описание правки.\";'),('ab','messages:apihelp-stashedit-param-text','s:41:\"ru:Содержимое страницы.\";'),('ab','messages:apihelp-stashedit-param-title','s:66:\"ru:Заголовок редактируемой страницы.\";'),('ab','messages:apihelp-stashedit-summary','s:60:\"ru:Подготовка правки в общем кэше.\";'),('ab','messages:apihelp-summary','s:3:\"en:\";'),('ab','messages:apihelp-tag-example-log','s:165:\"ru:Удаление метки <kbd>spam</kbd> из записи журнала с идентификатором 123 с причиной <kbd>Wrongly applied</kbd>.\";'),('ab','messages:apihelp-tag-example-rev','s:145:\"ru:Добавить метку <kbd>vandalism</kbd> к версии с идентификатором 123 без указания причины.\";'),('ab','messages:apihelp-tag-param-add','s:125:\"ru:Добавляемые метки. Добавлять можно только метки, заданные вручную.\";'),('ab','messages:apihelp-tag-param-logid','s:170:\"ru:Один или более идентификаторов записей журналов, метки которых нужно добавить или удалить.\";'),('ab','messages:apihelp-tag-param-rcid','s:151:\"ru:Один или более идентификаторов правок, метки которых нужно добавить или удалить.\";'),('ab','messages:apihelp-tag-param-reason','s:37:\"ru:Причина изменения.\";'),('ab','messages:apihelp-tag-param-remove','s:146:\"ru:Удаляемые метки. Удалять можно только метки, заданные вручную или не заданные.\";'),('ab','messages:apihelp-tag-param-revid','s:151:\"ru:Один или более идентификаторов версий, метки которых нужно добавить или удалить.\";'),('ab','messages:apihelp-tag-param-tags','s:148:\"ru:Метки, применяемые к записи в журнале, создаваемой в результате этого действия.\";'),('ab','messages:apihelp-tag-summary','s:130:\"ru:Добавление или удаление меток отдельных правок или записей журналов.\";'),('ab','messages:apihelp-unblock-example-id','s:85:\"ru:Снять блокировку с идентификатором #<kbd>105</kbd>.\";'),('ab','messages:apihelp-unblock-example-user','s:107:\"ru:Разблокировать участника <kbd>Bob</kbd> по причине <kbd>Sorry Bob</kbd>.\";'),('ab','messages:apihelp-unblock-param-id','s:231:\"ru:Идентификатор снимаемой блокировки (получается с помощью <kbd>list=blocks</kbd>). Не может быть использовано одновременно с <var>$1user</var>.\";'),('ab','messages:apihelp-unblock-param-reason','s:45:\"ru:Причина разблокировки.\";'),('ab','messages:apihelp-unblock-param-tags','s:83:\"ru:Изменить метки записи в журнале блокировок.\";'),('ab','messages:apihelp-unblock-param-user','s:137:\"ru:Участник для разблокировки. Нельзя использовать одновременно с <var>$1id</var>.\";'),('ab','messages:apihelp-unblock-param-userid','s:75:\"ru:Вместо этого укажите <kbd>$1user=#<var>ID</var></kbd>.\";'),('ab','messages:apihelp-unblock-summary','s:49:\"ru:Разблокировка участника.\";'),('ab','messages:apihelp-undelete-example-page','s:72:\"ru:Восстановить страницу [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-undelete-example-revisions','s:92:\"ru:Восстановить две версии страницы [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-undelete-extended-description','s:393:\"ru:Список удалённых версий с временными метками может быть получен с помощью [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], а список идентификаторов удалённых файлов может быть получен с помощью [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ab','messages:apihelp-undelete-param-fileids','s:231:\"ru:Идентификаторы восстанавливаемых файловых версий. Если и <var>$1timestamps</var>, и <var>$1fileids</var> пустые, все версии будут восстановлены.\";'),('ab','messages:apihelp-undelete-param-reason','s:47:\"ru:Причина восстановления.\";'),('ab','messages:apihelp-undelete-param-tags','s:79:\"ru:Изменить метки записи в журнале удалений.\";'),('ab','messages:apihelp-undelete-param-timestamps','s:215:\"ru:Временные метки восстанавливаемых версий. Если и <var>$1timestamps</var>, и <var>$1fileids</var> пустые, все версии будут восстановлены.\";'),('ab','messages:apihelp-undelete-param-title','s:74:\"ru:Заголовок восстанавливаемой страницы.\";'),('ab','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('ab','messages:apihelp-undelete-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ab','messages:apihelp-undelete-summary','s:81:\"ru:Восстановление версий удалённой страницы.\";'),('ab','messages:apihelp-unlinkaccount-example-simple','s:136:\"ru:Попытаться удалить связь между текущим участником и <kbd>FooAuthenticationRequest</kbd>.\";'),('ab','messages:apihelp-unlinkaccount-summary','s:118:\"ru:Удаление связанного стороннего аккаунта с текущим участником.\";'),('ab','messages:apihelp-upload-example-filekey','s:108:\"ru:Завершение загрузки, провалившейся из-за предупреждений.\";'),('ab','messages:apihelp-upload-example-url','s:35:\"ru:Загрузка через URL.\";'),('ab','messages:apihelp-upload-extended-description','s:917:\"ru:Доступно несколько режимов:\n* Прямо загрузить содержимое файла, используя параметр <var>$1file</var>.\n* Загрузить файл по кусочком, используя параметры <var>$1filesize</var>, <var>$1chunk</var> и <var>$1offset</var>.\n* Заставить сервер MediaWiki запросить файл по ссылке, используя параметр <var>$1url</var>.\n* Завершить старую загрузку, провалившуюся из-за предупреждений, используя параметр <var>$1filekey</var>.\nОбратите внимание, что запрос HTTP POST должен быть выполнен как загрузка файла (то есть, с использованием <code>multipart/form-data</code>) при отправке <var>$1file</var>.\";'),('ab','messages:apihelp-upload-param-async','s:160:\"ru:Сделать операции над потенциально большими файлами асинхронными, когда это возможно.\";'),('ab','messages:apihelp-upload-param-checkstatus','s:117:\"ru:Только запросить статус загрузки для данного файлового ключа.\";'),('ab','messages:apihelp-upload-param-chunk','s:39:\"ru:Содержимое кусочка.\";'),('ab','messages:apihelp-upload-param-comment','s:237:\"ru:Описание загрузки. Также используется как начальный текст страницы при загрузке нового файла, если параметр <var>$1text</var> не задан.\";'),('ab','messages:apihelp-upload-param-file','s:35:\"ru:Содержимое файла.\";'),('ab','messages:apihelp-upload-param-filekey','s:103:\"ru:Ключ, идентифицирующий предыдущую временную загрузку.\";'),('ab','messages:apihelp-upload-param-filename','s:46:\"ru:Целевое название файла.\";'),('ab','messages:apihelp-upload-param-filesize','s:38:\"ru:Полны размер файла.\";'),('ab','messages:apihelp-upload-param-ignorewarnings','s:64:\"ru:Игнорировать все предупреждения.\";'),('ab','messages:apihelp-upload-param-offset','s:47:\"ru:Смещение блока в байтах.\";'),('ab','messages:apihelp-upload-param-sessionkey','s:107:\"ru:Синоним $1filekey, обслуживаемый для обратной совместимости.\";'),('ab','messages:apihelp-upload-param-stash','s:153:\"ru:Если задано, сервер поместит файл во временное хранилище, не добавив в постоянное.\";'),('ab','messages:apihelp-upload-param-tags','s:129:\"ru:Изменить метки записи в журнале загрузок и версии файловой страницы.\";'),('ab','messages:apihelp-upload-param-text','s:81:\"ru:Начальный текст страницы для новых файлов.\";'),('ab','messages:apihelp-upload-param-url','s:57:\"ru:Ссылка на запрашиваемый файл.\";'),('ab','messages:apihelp-upload-param-watch','s:54:\"ru:Наблюдать за этой страницей\";'),('ab','messages:apihelp-upload-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('ab','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ab','messages:apihelp-upload-summary','s:116:\"ru:Загрузка файла или получение статуса незавершённых загрузок.\";'),('ab','messages:apihelp-userrights-example-expiry','s:122:\"ru:Добавить участника <kbd>SometimeSysop</kbd> в группу <kbd>sysop</kbd> на один месяц.\";'),('ab','messages:apihelp-userrights-example-user','s:171:\"ru:Добавить участника <kbd>FooBot</kbd> в группу <kbd>bot</kbd> и удалить его из групп <kbd>sysop</kbd> и <kbd>bureaucrat</kbd>.\";'),('ab','messages:apihelp-userrights-example-userid','s:202:\"ru:Добавить участника с идентификатором <kbd>123</kbd> в группу <kbd>bot</kbd> и удалить его из групп <kbd>sysop</kbd> и <kbd>bureaucrat</kbd>.\";'),('ab','messages:apihelp-userrights-param-add','s:221:\"ru:Добавить участника в эти группы, или, если они уже являются её членами, обновить дату истечения членства в этих группах.\";'),('ab','messages:apihelp-userrights-param-expiry','s:610:\"ru:Временная метка истечения. Может быть относительной (например, <kbd>5 months</kbd> или <kbd>2 weeks</kbd>) или абсолютной (например, <kbd>2014-09-18T12:34:56Z</kbd>). Если задана только одна временная метка, она будет использована для всех групп, переданных в параметре <var>$1add</var>. Используйте <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> или <kbd>never</kbd> для неистекаемой группы.\";'),('ab','messages:apihelp-userrights-param-reason','s:37:\"ru:Причина изменения.\";'),('ab','messages:apihelp-userrights-param-remove','s:62:\"ru:Удалить участника из этих групп.\";'),('ab','messages:apihelp-userrights-param-tags','s:71:\"ru:Изменить метки записи в журнале прав.\";'),('ab','messages:apihelp-userrights-param-user','s:20:\"ru:Участник.\";'),('ab','messages:apihelp-userrights-param-userid','s:75:\"ru:Вместо этого укажите <kbd>$1user=#<var>ID</var></kbd>.\";'),('ab','messages:apihelp-userrights-summary','s:52:\"ru:Изменение групп участника.\";'),('ab','messages:apihelp-validatepassword-example-1','s:94:\"ru:Проверка пароля <kbd>foobar</kbd> для текущего участника.\";'),('ab','messages:apihelp-validatepassword-example-2','s:121:\"ru:Проверка пароля <kbd>querty</kbd> для создаваемого участника <kbd>Example</kbd>.\";'),('ab','messages:apihelp-validatepassword-extended-description','s:364:\"ru:Результатом проверки является <samp>Good</samp>, если пароль приемлемый, <samp>Change</samp>, если пароль может быть использован для входа, но должен быть сменён, и <samp>Invalid</samp>, если пароль не может быть использован.\";'),('ab','messages:apihelp-validatepassword-param-email','s:122:\"ru:Электронная почта, при использовании во время создания аккаунта.\";'),('ab','messages:apihelp-validatepassword-param-password','s:39:\"ru:Проверяемый пароль.\";'),('ab','messages:apihelp-validatepassword-param-realname','s:114:\"ru:Настоящее имя, при использовании во время создания аккаунта.\";'),('ab','messages:apihelp-validatepassword-param-user','s:190:\"ru:Имя участника, при использовании во время создания аккаунта. Такого участника не должно существовать.\";'),('ab','messages:apihelp-validatepassword-summary','s:93:\"ru:Проверка пароля на удовлетворение политики вики.\";'),('ab','messages:apihelp-watch-example-generator','s:133:\"ru:Следить за первым несколькими страницами основного пространства имён.\";'),('ab','messages:apihelp-watch-example-unwatch','s:74:\"ru:Не следить за страницей [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-watch-example-watch','s:69:\"ru:Следить за страницей [[{{MediaWiki:Mainpage}}]].\";'),('ab','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('ab','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('ab','messages:apihelp-watch-param-title','s:105:\"ru:Название страницы. Используйте <var>$1titles</var> вместо этого.\";'),('ab','messages:apihelp-watch-param-unwatch','s:158:\"ru:Если установлено, страницы будут удалены из списка наблюдения, а не добавлены в него.\";'),('ab','messages:apihelp-watch-summary','s:138:\"ru:Добавление или удаление страниц из списка наблюдения текущего участника.\";'),('ab','messages:apihelp-xml-param-includexmlnamespace','s:83:\"ru:Если задано, добавляет пространство имён XML.\";'),('ab','messages:apihelp-xml-param-xslt','s:284:\"ru:Если задано, добавляет названную страницу в качестве листа XSL. Значением должно быть название в пространстве имён {{ns:MediaWiki}}, заканчивающееся на <code>.xsl</code>.\";'),('ab','messages:apihelp-xml-summary','s:55:\"ru:Выводить данные в формате XML.\";'),('ab','messages:apihelp-xmlfm-summary','s:100:\"ru:Выводить данные в формате XML (отформатированном в HTML).\";'),('ab','messages:apisandbox','s:25:\"ru:Песочница API\";'),('ab','messages:apisandbox-add-multi','s:19:\"ru:Добавить\";'),('ab','messages:apisandbox-alert-field','s:82:\"ru:Значение этого поля является недопустимым.\";'),('ab','messages:apisandbox-alert-page','s:66:\"ru:Поля на этой странице некорректны.\";'),('ab','messages:apisandbox-continue','s:23:\"ru:Продолжить\";'),('ab','messages:apisandbox-continue-clear','s:19:\"ru:Очистить\";'),('ab','messages:apisandbox-continue-help','s:279:\"ru:{{int:apisandbox-continue}} [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries продолжит] последний запрос; {{int:apisandbox-continue-clear}} очистит связанные с продолжением параметры.\";'),('ab','messages:apisandbox-deprecated-parameters','s:42:\"ru:Устаревшие параметры\";'),('ab','messages:apisandbox-dynamic-error-exists','s:71:\"ru:Параметр с именем «$1» уже существует.\";'),('ab','messages:apisandbox-dynamic-parameters','s:50:\"ru:Дополнительные параметры\";'),('ab','messages:apisandbox-dynamic-parameters-add-label','s:37:\"ru:Добавить параметр:\";'),('ab','messages:apisandbox-dynamic-parameters-add-placeholder','s:28:\"ru:Имя параметра\";'),('ab','messages:apisandbox-examples','s:17:\"ru:Примеры\";'),('ab','messages:apisandbox-fetch-token','s:44:\"ru:Автозаполнение токена\";'),('ab','messages:apisandbox-helpurls','s:60:\"ru:Ссылки на справочные материалы\";'),('ab','messages:apisandbox-intro','s:852:\"ru:Используйте эту страницу для экспериментов с <strong>MediaWiki API</strong>.\nОбратитесь к [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page документации API] для получения дополнительной информации об использовании API. Например, о том, [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query как найти страницы с заданным словом в заголовке]. Выберите действие, чтобы увидеть другие примеры.\n\nОбратите внимание, что, хотя это и песочница, действия, выполненные на этой странице, могут внести изменения в вики.\";'),('ab','messages:apisandbox-jsonly','s:90:\"ru:Для использования API-песочницы требуется JavaScript.\";'),('ab','messages:apisandbox-load-error','s:114:\"ru:Произошла ошибка при загрузке информации для API-модуля «$1»: $2\";'),('ab','messages:apisandbox-loading','s:74:\"ru:Загрузка информации для API-модуля «$1»…\";'),('ab','messages:apisandbox-loading-results','s:51:\"ru:Получение API-результатов…\";'),('ab','messages:apisandbox-multivalue-all-namespaces','s:48:\"ru:$1 (Все пространства имён)\";'),('ab','messages:apisandbox-multivalue-all-values','s:31:\"ru:$1 (Все значения)\";'),('ab','messages:apisandbox-no-parameters','s:62:\"ru:У этого API-модуля нет параметров.\";'),('ab','messages:apisandbox-param-limit','s:109:\"ru:Введите <kbd>max</kbd> для использования максимального предела.\";'),('ab','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('ab','messages:apisandbox-request-format-php-label','s:19:\"ru:PHP-массив\";'),('ab','messages:apisandbox-request-format-url-label','s:34:\"ru:Строка URL-запроса\";'),('ab','messages:apisandbox-request-json-label','s:27:\"ru:Запросить JSON:\";'),('ab','messages:apisandbox-request-php-label','s:39:\"ru:Запросить PHP-массив:\";'),('ab','messages:apisandbox-request-selectformat-label','s:56:\"ru:Показать данные запроса, как:\";'),('ab','messages:apisandbox-request-time','s:51:\"ru:Время запроса: {{PLURAL:$1|$1 мс}}\";'),('ab','messages:apisandbox-request-url-label','s:33:\"ru:URL-адрес запроса:\";'),('ab','messages:apisandbox-reset','s:19:\"ru:Очистить\";'),('ab','messages:apisandbox-results','s:23:\"ru:Результаты\";'),('ab','messages:apisandbox-results-error','s:98:\"ru:Произошла ошибка при загрузке API-ответа на запрос: $1.\";'),('ab','messages:apisandbox-results-fixtoken','s:71:\"ru:Исправьте токен и повторите отправку\";'),('ab','messages:apisandbox-results-fixtoken-fail','s:56:\"ru:Не удалось вызвать токен «$1».\";'),('ab','messages:apisandbox-results-login-suppressed','s:549:\"ru:Этот запрос обработался как запрос неавторизованного пользователя, так как он может быть использован для обхода правила ограничения домена в браузере. Обратите внимание, что автоматическая обработка токенов песочницы API не работает корректно с такими запросами; пожалуйста, заполните их вручную.\";'),('ab','messages:apisandbox-retry','s:21:\"ru:Повторить\";'),('ab','messages:apisandbox-sending-request','s:41:\"ru:Отправка API-запроса…\";'),('ab','messages:apisandbox-submit','s:30:\"ru:Сделать запрос\";'),('ab','messages:apisandbox-submit-invalid-fields-message','s:109:\"ru:Пожалуйста, исправьте отмеченные поля и попробуйте снова.\";'),('ab','messages:apisandbox-submit-invalid-fields-title','s:53:\"ru:Некоторые поля некорректны\";'),('ab','messages:apisandbox-summary','s:3:\"en:\";'),('ab','messages:apisandbox-templated-parameter-reason','s:188:\"ru:Этот [[Special:ApiHelp/main#main/templatedparams|шаблонный параметр]] предлагается на основе {{PLURAL:$1|значения|значений}} $2.\";'),('ab','messages:apiwarn-alldeletedrevisions-performance','s:166:\"ru:Для повышения производительности, при генерировании заголовков установите <kbd>$1dir=newer</kbd>.\";'),('ab','messages:apiwarn-badurlparam','s:143:\"ru:Невозможно распарсить $2 из <var>$1urlparam</var>. Используется только ширина и высота.\";'),('ab','messages:apiwarn-badutf8','s:370:\"ru:Значение, переданное <var>$1</var>, содержит некорректные или ненормализованные данные. Текстовые данные должны быть корректным NFC-нормализованным Юникодом без символов управления C0, кроме HT (\\t), LF (\\n) и CR (\\r).\";'),('ab','messages:apiwarn-checktoken-percentencoding','s:181:\"ru:Проверьте, что символы вроде «+» в токене корректно закодированы %-последовательностями в ссылке.\";'),('ab','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('ab','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('ab','messages:apiwarn-compare-nocontentmodel','s:118:\"ru:Модель содержимого не может быть определена, предполагается $1.\";'),('ab','messages:apiwarn-deprecation-deletedrevs','s:190:\"ru:<kbd>list=deletedrevs</kbd> устарел. Пожалуйста, вместо него используйте <kbd>prop=deletedrevisions</kbd> или <kbd>list=alldeletedrevisions</kbd>.\";'),('ab','messages:apiwarn-deprecation-httpsexpected','s:62:\"ru:Использован HTTP, где ожидался HTTPS.\";'),('ab','messages:apiwarn-deprecation-login-botpw','s:450:\"ru:Вход в основной аккаунт через <kbd>action=login</kbd> устарел и может быть отключён без предупреждения. Для продолжения авторизации с <kbd>action=login</kbd>, см.\n[[Special:BotPasswords]]. Для безопасного продолжения использования входа в основной аккаунт, см. <kbd>action=clientlogin</kbd>.\";'),('ab','messages:apiwarn-deprecation-login-nobotpw','s:281:\"ru:Вход в основной аккаунт через <kbd>action=login</kbd> не поддерживается и может быть отключён без предупреждения. Для безопасной авторизации, см. <kbd>action=clientlogin</kbd>.\";'),('ab','messages:apiwarn-deprecation-login-token','s:150:\"ru:Запрос токена через <kbd>action=login</kbd> устарел. Используйте <kbd>action=query&meta=tokens&type=login</kbd>.\";'),('ab','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('ab','messages:apiwarn-deprecation-parameter','s:68:\"ru:Параметр <var>$1</var> не поддерживается.\";'),('ab','messages:apiwarn-deprecation-parse-headitems','s:302:\"ru:<kbd>prop=headitems</kbd> устарело с MediaWiki 1.28. Используйте <kbd>prop=headhtml</kbd> при создании новых HTML документов или <kbd>prop=modules|jsconfigvars</kbd> при обновлении документов на стороне клиента.\";'),('ab','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('ab','messages:apiwarn-deprecation-purge-get','s:127:\"ru:Использование <kbd>action=purge</kbd> посредством GET устарело. Используйте POST.\";'),('ab','messages:apiwarn-deprecation-withreplacement','s:111:\"ru:<kbd>$1</kbd> не поддерживается. Пожалуйста, используйте <kbd>$2</kbd>.\";'),('ab','messages:apiwarn-difftohidden','s:83:\"ru:Невозможно сравнить с r$1: содержимое скрыто.\";'),('ab','messages:apiwarn-errorprinterfailed','s:133:\"ru:Сборщик ошибок упал. Будет совершена повторная попытка без параметров.\";'),('ab','messages:apiwarn-ignoring-invalid-templated-value','s:164:\"ru:При обработке шаблонных параметров значение <kbd>$2</kbd> параметра <var>$1</var> проигнорировано.\";'),('ab','messages:apiwarn-invalidcategory','s:53:\"ru:«$1» не является категорией.\";'),('ab','messages:apiwarn-invalidtitle','s:78:\"ru:«$1» не является некорректным заголовком.\";'),('ab','messages:apiwarn-invalidxmlstylesheet','s:105:\"ru:Задана некорректная или несуществующая таблица стилей.\";'),('ab','messages:apiwarn-invalidxmlstylesheetext','s:94:\"ru:Таблицы стилей должны иметь расширение <code>.xsl</code>.\";'),('ab','messages:apiwarn-invalidxmlstylesheetns','s:119:\"ru:Таблица стилей должна находиться в пространстве имён {{ns:MediaWiki}}.\";'),('ab','messages:apiwarn-moduleswithoutvars','s:293:\"ru:Было задано свойство kbd>modules</kbd>, но не были —<kbd>jsconfigvars</kbd> или <kbd>encodedjsconfigvars</kbd>. Конфигурационные переменные обязательны для корректного использования модуля.\";'),('ab','messages:apiwarn-notfile','s:45:\"ru:«$1» не является файлом.\";'),('ab','messages:apiwarn-nothumb-noimagehandler','s:150:\"ru:Невозможно создать эскиз, поскольку у $1 нет связанного обработчика изображений.\";'),('ab','messages:apiwarn-parse-nocontentmodel','s:121:\"ru:Параметры <var>title</var> или <var>contentmodel</var> не заданы, предполагается $1.\";'),('ab','messages:apiwarn-parse-revidwithouttext','s:270:\"ru:<var>revid</var> использован без <var>text</var>, при этом запрошены распарсенные свойства страницы. Возможно, вы хотели использовать <var>oldid</var> вместо <var>revid</var>?\";'),('ab','messages:apiwarn-parse-titlewithouttext','s:269:\"ru:<var>title</var> использован без <var>text</var>, при этом запрошены распарсенные свойства страницы. Возможно, вы хотели использовать <var>page</var> вместо <var>title</var>?\";'),('ab','messages:apiwarn-redirectsandrevids','s:275:\"ru:Раскрытие перенаправлений не может быть использовано вместе с параметром <var>revids</var>. Все перенаправления на точку <var>revids</var> не должны быть раскрыты.\";'),('ab','messages:apiwarn-tokens-origin','s:143:\"ru:Токены не могут быть получены, пока не применено правило ограничения домена.\";'),('ab','messages:apiwarn-truncatedresult','s:189:\"ru:Результат был усечён, поскольку в противном случае он был бы больше лимита в $1 {{PLURAL:$1|байт|байта|байт}}.\";'),('ab','messages:apiwarn-unclearnowtimestamp','s:352:\"ru:Передача «$2» в качестве параметра временной метки <var>$1</var> устарело. Если по какой-то причине вы хотите прямо указать текущее время без вычисления его на стороне клиента, используйте <kbd>now</kbd>.\";'),('ab','messages:apiwarn-unrecognizedvalues','s:146:\"ru:{{PLURAL:$3|Нераспознанное значение|Нераспознанные значения}} параметра <var>$1</var>: $2.\";'),('ab','messages:apiwarn-unsupportedarray','s:128:\"ru:Параметр <var>$1</var> использует неподдерживаемый синтаксис массивов PHP.\";'),('ab','messages:apiwarn-urlparamwidth','s:259:\"ru:Значение ширины ($2), переданное в <var>$1urlparam</var>, было проигнорировано в пользу значения ($3), полученного из параметров <var>$1urlwidth</var>/<var>$1urlheight</var>.\";'),('ab','messages:apiwarn-validationfailed','s:57:\"ru:Ошибка проверки для <kbd>$1</kbd>: $2\";'),('ab','messages:apiwarn-validationfailed-badchars','s:178:\"ru:некорректные символы в ключе (разрешены только <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code> и <code>-</code>).\";'),('ab','messages:apiwarn-validationfailed-badpref','s:47:\"ru:некорректная настройка.\";'),('ab','messages:apiwarn-validationfailed-cannotset','s:65:\"ru:не может быть задано этим модулем.\";'),('ab','messages:apiwarn-validationfailed-keytoolong','s:123:\"ru:ключ слишком длинен (разрешено не более $1 {{PLURAL:$1|байт|байта|байт}}).\";'),('ab','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ab','messages:apiwarn-wgdebugapi','s:121:\"ru:<strong>Предупреждение безопасности:</strong> активирован <var>$wgDebugAPI</var>.\";'),('ab','messages:apr','s:9:\"ab:мша\";'),('ab','messages:april','s:19:\"ab:мшаԥымза\";'),('ab','messages:april-gen','s:19:\"ab:мшаԥымза\";'),('ab','messages:article','s:15:\"ab:Адаҟьа\";'),('ab','messages:articleexists','s:201:\"ru:Страница [[:$1]] уже существует или указанное вами название недопустимо.\nПожалуйста, выберите другое название.\";'),('ab','messages:aug','s:9:\"ab:нан\";'),('ab','messages:august','s:21:\"ab:нанҳәамза\";'),('ab','messages:august-gen','s:21:\"ab:нанҳәамза\";'),('ab','messages:authenticationdatachange-ignored','s:201:\"ru:Изменение данных для проверки подлинности не было обработано. Может быть, не был настроен ни один провайдер?\";'),('ab','messages:authform-newtoken','s:40:\"ru:Отсутствует токен. $1\";'),('ab','messages:authform-nosession-login','s:168:\"ru:Проверка подлинности прошла успешно, но ваш браузер не сможет «запомнить», что вы вошли.\n\n$1\";'),('ab','messages:authform-nosession-signup','s:152:\"ru:Учётная запись была создана, но ваш браузер не сможет «запомнить», что вы вошли.\n\n$1\";'),('ab','messages:authform-notoken','s:36:\"ru:Отсутствует токен\";'),('ab','messages:authform-wrongtoken','s:30:\"ru:Неверный токен\";'),('ab','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ab','messages:authmanager-authn-autocreate-failed','s:119:\"ru:Автоматическое создание локальной учётной записи не удалось: $1\";'),('ab','messages:authmanager-authn-no-local-user','s:140:\"ru:Предоставленные учётные данные не связаны ни с одним участником этой вики.\";'),('ab','messages:authmanager-authn-no-local-user-link','s:479:\"ru:Предоставленные учётные данные корректны, но не связаны ни с одни участником этой вики. Войдите с помощью какого-то другого способа или создайте новую учётную запись, и у вас появится возможность привязать свои предыдущие учётные данные к этой учётной записи.\";'),('ab','messages:authmanager-authn-no-primary','s:134:\"ru:Предоставленные учётные данные не могут быть проверены на подлинность.\";'),('ab','messages:authmanager-authn-not-in-progress','s:206:\"ru:Проверка подлинности не выполняется или данные сессии были утеряны. Пожалуйста, начните снова с самого начала.\";'),('ab','messages:authmanager-autocreate-exception','s:157:\"ru:Автоматическое создание учётной записи временно отключено из-за предыдущих ошибок.\";'),('ab','messages:authmanager-autocreate-noperm','s:103:\"ru:Автоматическое создание учётных записей не разрешено.\";'),('ab','messages:authmanager-change-not-supported','s:167:\"ru:Предоставленные учётные данные не могут быть изменены, так как они не будут использованы.\";'),('ab','messages:authmanager-create-disabled','s:69:\"ru:Создание учётных записей отключено.\";'),('ab','messages:authmanager-create-from-login','s:140:\"ru:Чтобы создать учётную запись, пожалуйста, заполните приведённые ниже поля.\";'),('ab','messages:authmanager-create-no-primary','s:164:\"ru:Предоставленные учётные данные не могут быть использованы для создания учётной записи.\";'),('ab','messages:authmanager-create-not-in-progress','s:211:\"ru:Создание учётной записи не выполняется или данные сессии были утеряны. Пожалуйста, начните снова с самого начала.\";'),('ab','messages:authmanager-domain-help','s:65:\"ru:Домен для внешней аутентификации.\";'),('ab','messages:authmanager-email-help','s:47:\"ru:Адрес электронной почты\";'),('ab','messages:authmanager-email-label','s:36:\"ru:Электронная почта\";'),('ab','messages:authmanager-link-no-primary','s:170:\"ru:Предоставленные учётные данные не могут быть использованы для связывания учётных записей.\";'),('ab','messages:authmanager-link-not-in-progress','s:215:\"ru:Связывание учётной записи не выполняется или данные сессии были утеряны. Пожалуйста, начните снова с самого начала.\";'),('ab','messages:authmanager-password-help','s:63:\"ru:Пароль для проверки подлинности.\";'),('ab','messages:authmanager-provider-password','s:62:\"ru:Аутентификация на основе пароля\";'),('ab','messages:authmanager-provider-password-domain','s:89:\"ru:Проверка подлинности на основе пароля и домена\";'),('ab','messages:authmanager-provider-temporarypassword','s:34:\"ru:Временный пароль\";'),('ab','messages:authmanager-realname-help','s:47:\"ru:Настоящее имя участника\";'),('ab','messages:authmanager-realname-label','s:28:\"ru:Настоящее имя\";'),('ab','messages:authmanager-retype-help','s:64:\"ru:Ещё раз пароль для подтверждения.\";'),('ab','messages:authmanager-userdoesnotexist','s:76:\"ru:Не зарегистрировано учётной записи «$1».\";'),('ab','messages:authmanager-userlogin-remembermypassword-help','s:144:\"ru:Будет ли пароль запоминаться на время большее, чем продолжительность сессии.\";'),('ab','messages:authmanager-username-help','s:76:\"ru:Имя участника для проверки подлинности.\";'),('ab','messages:authpage-cannot-create','s:90:\"ru:Невозможно продолжить создание учётной записи.\";'),('ab','messages:authpage-cannot-create-continue','s:166:\"ru:Невозможно продолжить создание учётной записи. Скорее всего, время вашей сессии истекло.\";'),('ab','messages:authpage-cannot-link','s:86:\"ru:Невозможно начать связывание учётной записи.\";'),('ab','messages:authpage-cannot-link-continue','s:170:\"ru:Невозможно продолжить связывание учётной записи. Скорее всего, время вашей сессии истекло.\";'),('ab','messages:authpage-cannot-login','s:85:\"ru:Невозможно продолжить вход в учётную запись.\";'),('ab','messages:authpage-cannot-login-continue','s:161:\"ru:Невозможно продолжить вход в учётную запись. Скорее всего, время вашей сессии истекло.\";'),('ab','messages:authprovider-confirmlink-failed','s:76:\"ru:Удалось связать не все учётные записи: $1\";'),('ab','messages:authprovider-confirmlink-failed-line','s:9:\"ru:$1: $2\";'),('ab','messages:authprovider-confirmlink-message','s:442:\"ru:На основании ваших последних попыток входа, учётные записи могут быть связаны с вашей учётной записью в вики. Их связывание даёт возможность входа через эти учётные записи. Пожалуйста, выберите, какие из них должны быть связаны между собой.\";'),('ab','messages:authprovider-confirmlink-ok-help','s:108:\"ru:Продолжать после вывода сообщений об ошибках связывания.\";'),('ab','messages:authprovider-confirmlink-option','s:10:\"ru:$1 ($2)\";'),('ab','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ab','messages:authprovider-confirmlink-request-label','s:83:\"ru:Учётные записи, которые должны быть связаны\";'),('ab','messages:authprovider-confirmlink-success-line','s:35:\"ru:$1: успешно связан.\";'),('ab','messages:authprovider-resetpass-skip-help','s:48:\"ru:Пропустить сброс пароля.\";'),('ab','messages:authprovider-resetpass-skip-label','s:23:\"ru:Пропустить\";'),('ab','messages:autoblockedtext','s:1254:\"ru:Ваш IP-адрес автоматически заблокирован в связи с тем, что он ранее использовался кем-то из участников, заблокированных администратором $1. \nБыла указана следующая причина блокировки:\n\n: «$2».\n\n* Начало блокировки: $8\n* Окончание блокировки: $6\n* Цель блокировки: $7\n\nВы можете связаться с $1 или любым другим [[{{MediaWiki:Grouppage-sysop}}|администратором]], чтобы обсудить блокировку.\n\nВы можете использовать функцию «{{int:emailuser}}», если в ваших [[Special:Preferences|персональных настройках]] задали корректный адрес электронной почты и если ваша блокировка не включает запрет отправки писем подобным образом.\n\nВаш IP-адрес — $3, идентификатор блокировки — #$5.\nПожалуйста, указывайте эти сведения в любых своих обращениях.\";'),('ab','messages:autoblocker','s:184:\"ru:Автоблокировка из-за того, что ваш IP-адрес недавно использовал «[[User:$1|$1]]».\nПричина блокировки $1: «$2»\";'),('ab','messages:autoblockid','s:35:\"ru:Автоблокировка #$1\";'),('ab','messages:autoblocklist','s:31:\"ru:Автоблокировки\";'),('ab','messages:autoblocklist-empty','s:54:\"ru:Список автоблокировок пуст.\";'),('ab','messages:autoblocklist-legend','s:44:\"ru:Список автоблокировок\";'),('ab','messages:autoblocklist-localblocks','s:112:\"ru:{{PLURAL:$1|Локальная автоблокировка|Локальные автоблокировки}}\";'),('ab','messages:autoblocklist-otherblocks','s:100:\"ru:{{PLURAL:$1|Другая автоблокировка|Другие автоблокировки}}\";'),('ab','messages:autoblocklist-submit','s:13:\"ru:Найти\";'),('ab','messages:autoblocklist-total-autoblocks','s:46:\"ru:Всего автоблокировок: $1\";'),('ab','messages:autochange-username','s:60:\"ru:Автоматическое изменение MediaWiki\";'),('ab','messages:autocomment-prefix','s:3:\"en:\";'),('ab','messages:autocreate-edit-warning','s:696:\"ru:<strong>Внимание!</strong> Вы не вошли в систему. Ваша правка будет связана с <strong>автоматически сгенерированным именем</strong> путём добавления cookie-файла в ваш браузер. Ваш IP-адрес будет виден доверенным участникам. Если вы <strong>[$1 войдёте в систему]</strong> или <strong>[$2 создадите учётную запись]</strong>, ваши правки будут привязаны к выбранному вами имени, а также вы получите другие преимущества.\";'),('ab','messages:autocreate-preview-warning','s:252:\"ru:<em>Вы не вошли в систему. Ваша правка будет связана с автоматически сгенерированным именем, а ваш IP-адрес будет виден администраторам.</em>\";'),('ab','messages:autoredircomment','s:45:\"ru:Перенаправление на [[$1]]\";'),('ab','messages:autosumm-blank','s:74:\"ru:Полностью удалено содержимое страницы\";'),('ab','messages:autosumm-changed-redirect-target','s:72:\"ru:Перенаправление изменено с [[$1]] на [[$2]]\";'),('ab','messages:autosumm-new','s:38:\"ru:Новая страница: «$1»\";'),('ab','messages:autosumm-newblank','s:47:\"ru:Создана пустая страница\";'),('ab','messages:autosumm-removed-redirect','s:60:\"ru:Удалено перенаправление на [[$1]]\";'),('ab','messages:autosumm-replace','s:69:\"ru:Содержимое страницы заменено на «$1»\";'),('ab','messages:backend-fail-alreadyexists','s:43:\"ru:Файл $1 уже существует.\";'),('ab','messages:backend-fail-backup','s:83:\"ru:Невозможно сделать резервную копию файла $1.\";'),('ab','messages:backend-fail-batchsize','s:302:\"ru:Хранилище получило блок из $1 {{PLURAL:$1|файловой операции|файловых операций}}, ограничение составляет $2 {{PLURAL:$1|файловую операцию|файловых операций|файловых операции}}.\";'),('ab','messages:backend-fail-closetemp','s:66:\"ru:Не удаётся закрыть временный файл.\";'),('ab','messages:backend-fail-connect','s:77:\"ru:Не удалось подключиться к хранилищу «$1».\";'),('ab','messages:backend-fail-contenttype','s:133:\"ru:Не удалось определить тип содержимого файла, чтобы сохранить его в «$1».\";'),('ab','messages:backend-fail-copy','s:65:\"ru:Не удалось скопировать файл $1 в $2 .\";'),('ab','messages:backend-fail-create','s:52:\"ru:Не удалось записать файл $1.\";'),('ab','messages:backend-fail-delete','s:50:\"ru:Не удалось удалить файл $1.\";'),('ab','messages:backend-fail-describe','s:79:\"ru:Не удалось изменить метаданные файла «$1».\";'),('ab','messages:backend-fail-hash','s:105:\"ru:Невозможно определить криптографический хеш файла «$1».\";'),('ab','messages:backend-fail-hashes','s:88:\"ru:Не удалось получить хэши файлов для сравнения.\";'),('ab','messages:backend-fail-internal','s:87:\"ru:Произошла неизвестная ошибка в хранилище «$1».\";'),('ab','messages:backend-fail-invalidpath','s:66:\"ru:$1 — некорректный путь к хранилищу.\";'),('ab','messages:backend-fail-maxsize','s:152:\"ru:Не удалось записать файл $1, так как его размер превышает $2 {{PLURAL:$2|байт|байта|байт}}.\";'),('ab','messages:backend-fail-move','s:64:\"ru:Не удалось переместить файл $1 в $2.\";'),('ab','messages:backend-fail-notexists','s:41:\"ru:Файл $1 не существует.\";'),('ab','messages:backend-fail-notsame','s:56:\"ru:Уже есть неидентичный файл $1.\";'),('ab','messages:backend-fail-opentemp','s:66:\"ru:Не удаётся открыть временный файл.\";'),('ab','messages:backend-fail-read','s:54:\"ru:Не удалось прочитать файл $1.\";'),('ab','messages:backend-fail-readonly','s:135:\"ru:Хранилище «$1» сейчас находится в режиме «только чтение». Причина: <em>$2</em>\";'),('ab','messages:backend-fail-sizes','s:94:\"ru:Не удалось получить размеры файлов для сравнения.\";'),('ab','messages:backend-fail-stat','s:73:\"ru:Не удалось прочитать статус файла «$1».\";'),('ab','messages:backend-fail-store','s:63:\"ru:Не удалось сохранить файл $1 на $2 .\";'),('ab','messages:backend-fail-stream','s:62:\"ru:Не удалось транслировать файл $1.\";'),('ab','messages:backend-fail-synced','s:135:\"ru:Файл «$1» находится в несогласованном состоянии во внутреннем хранилище\";'),('ab','messages:backend-fail-usable','s:170:\"ru:Не удалось прочитать или записать файл «$1» из-за нехватки прав или отсутствия нужных папок.\";'),('ab','messages:backend-fail-writetemp','s:73:\"ru:Не удалось записать во временный файл.\";'),('ab','messages:backlinksubtitle','s:9:\"en:← $1\";'),('ab','messages:bad-target-model','s:142:\"ru:Невозможно преобразовать $1 в $2. У страниц несовместимые модели содержимого.\";'),('ab','messages:bad_image_list','s:580:\"ru:Формат должен быть следующим:\n\nБудут учитываться только элементы списка (строки, начинающиеся на символ *).\nПервая ссылка строки должна быть ссылкой на запрещённое для вставки изображение.\nПоследующие ссылки в той же строке будут рассматриваться как исключения, то есть статьи, куда изображение может быть включено.\";'),('ab','messages:badaccess','s:30:\"ru:Ошибка доступа\";'),('ab','messages:badaccess-group0','s:85:\"ru:Вы не можете выполнить запрошенное действие.\";'),('ab','messages:badaccess-groups','s:176:\"ru:Запрошенное действие могут выполнять участники {{PLURAL:$2|1=из группы|одной из следующих групп:}} $1.\";'),('ab','messages:badarticleerror','s:106:\"ru:Это действие не может быть выполнено на данной странице.\";'),('ab','messages:badfilename','s:65:\"ru:Название файла было изменено на $1.\";'),('ab','messages:badipaddress','s:155:\"ru:IP-адрес записан в неправильном формате, или участника с таким именем не существует.\";'),('ab','messages:badretype','s:68:\"ru:Введённые вами пароли не совпадают.\";'),('ab','messages:badsig','s:96:\"ru:Неверная подпись. Проверьте корректность HTML-тегов.\";'),('ab','messages:badsightml','s:113:\"ru:Ваша подпись содержит неверный или устаревший синтаксис HTML:\";'),('ab','messages:badsiglength','s:165:\"ru:Слишком длинная подпись.\nПодпись не должна превышать $1 {{PLURAL:$1|символа|символа|символов}}.\";'),('ab','messages:badsiglinebreak','s:108:\"ru:Ваша подпись должна состоять из одной строки вики-текста.\";'),('ab','messages:badsiglinks','s:295:\"ru:Ваша подпись должна содержать ссылку на вашу страницу участника, страницу обсуждения или вклад в этом вики-проекте. Пожалуйста, добавьте её, например: <code>$1</code>.\";'),('ab','messages:badsigsubst','s:158:\"ru:Ваша подпись содержит вложенную замену (например, <code>subst:</code> или <code><nowiki>~~~~</nowiki></code>).\";'),('ab','messages:badtitle','s:44:\"ru:Недопустимое название\";'),('ab','messages:badtitletext','s:311:\"ru:Запрашиваемое название страницы неправильно, пусто, либо неверно указано межъязыковое или интервики название. Возможно, в названии используются недопустимые символы.\";'),('ab','messages:beta-feature-minerva','s:126:\"ru:Включает мобильную тему оформления ({{int:skinname-minerva}}) в обычной версии\";'),('ab','messages:beta-feature-minerva-description','s:246:\"ru:Делает выбор темы оформления, используемой на мобильных устройствах, доступным в обычной версии (в разделе настроек «{{int:prefs-rendering}}»).\";'),('ab','messages:bitrate-bits','s:15:\"ru:$1 бит/с\";'),('ab','messages:bitrate-exabits','s:17:\"ru:$1 Эбит/с\";'),('ab','messages:bitrate-gigabits','s:17:\"ru:$1 Гбит/с\";'),('ab','messages:bitrate-kilobits','s:17:\"ru:$1 Кбит/с\";'),('ab','messages:bitrate-megabits','s:17:\"ru:$1 Мбит/с\";'),('ab','messages:bitrate-petabits','s:17:\"ru:$1 Пбит/с\";'),('ab','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ab','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ab','messages:bitrate-terabits','s:17:\"ru:$1 Тбит/с\";'),('ab','messages:bitrate-yottabits','s:17:\"ru:$1 Йбит/с\";'),('ab','messages:bitrate-zettabits','s:17:\"ru:$1 Збит/с\";'),('ab','messages:blankarticle','s:267:\"ru:<strong>Предупреждение:</strong> Страница, которую вы создаёте, пуста.\nЕсли снова нажмёте кнопку «$1», страница будет создана без какого-либо содержания.\";'),('ab','messages:blanknamespace','s:17:\"ab:(Ихадоу)\";'),('ab','messages:blankpage','s:32:\"ru:Пустая страница\";'),('ab','messages:block','s:42:\"ru:Блокировка участника\";'),('ab','messages:block-actions','s:30:\"ru:Тип блокировки\";'),('ab','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ab','messages:block-details','s:46:\"ru:Подробности блокировки\";'),('ab','messages:block-expiry','s:35:\"ru:Закончится через:\";'),('ab','messages:block-log-flags-angry-autoblock','s:71:\"ru:включена расширенная автоблокировка\";'),('ab','messages:block-log-flags-anononly','s:59:\"ru:только анонимные пользователи\";'),('ab','messages:block-log-flags-hiddenname','s:41:\"ru:имя участника скрыто\";'),('ab','messages:block-log-flags-noautoblock','s:50:\"ru:автоблокировка отключена\";'),('ab','messages:block-log-flags-nocreate','s:70:\"ab:аҳасабрбатә нҵамҭақәа рҭаҩра иҟалом\";'),('ab','messages:block-log-flags-noemail','s:49:\"ru:запрещена отправка писем\";'),('ab','messages:block-log-flags-nousertalk','s:80:\"ru:не может править свою страницу обсуждения\";'),('ab','messages:block-options','s:43:\"ru:Дополнительные опции:\";'),('ab','messages:block-reason','s:18:\"ru:Причина:\";'),('ab','messages:block-target','s:86:\"ru:Имя участника, IP-адрес или диапазон IP-адресов:\";'),('ab','messages:block-target-placeholder','s:56:\"ru:ИмяУчастника, 1.1.1.42 или 1.1.1.42/16\";'),('ab','messages:blocked-mailpassword','s:272:\"ru:Редактирование с вашего IP-адреса запрещено. Для предотвращения злоупотреблений для этого IP-адреса заблокирована и функция восстановления пароля.\";'),('ab','messages:blocked-notice-logextract','s:266:\"ru:{{GENDER:$1|Этот участник|Эта участница}} в данный момент {{GENDER:$1|заблокирован|заблокирована}}.\nНиже приведена последняя запись из журнала блокировок:\";'),('ab','messages:blockednoreason','s:37:\"ru:причина не указана\";'),('ab','messages:blockedtext','s:1152:\"ru:<strong>Ваша учётная запись или IP-адрес заблокированы.</strong>\n\nБлокировка произведена администратором $1.\nУказана следующая причина: <em>$2</em>.\n\n* Начало блокировки: $8\n* Окончание блокировки: $6\n* Цель блокировки: $7\n\nВы можете связаться с $1 или любым другим [[{{MediaWiki:Grouppage-sysop}}|администратором]], чтобы обсудить блокировку.\nВы можете использовать функцию «{{int:emailuser}}», если в ваших [[Special:Preferences|персональных настройках]] задали корректный адрес электронной почты и если ваша блокировка не включает запрет отправки писем подобным образом.\nВаш IP-адрес — $3, идентификатор блокировки — $5.\nПожалуйста, указывайте эти сведения в любых своих обращениях.\";'),('ab','messages:blockedtext-composite','s:432:\"ru:<strong>Ваше имя участника или IP-адрес были заблокированы.</strong>\n\nУказана следующая причина:\n\n:<em>$2</em>\n\n* Начало блокировки: $8\n* Окончание блокировки: $6\n\n* $5\n\nВаш текущий IP-адрес $3.\nПожалуйста, указывайте все эти сведения в любых своих обращениях.\";'),('ab','messages:blockedtext-composite-ids','s:180:\"ru:Релевантные идентификаторы блокировок: $1 (ваш IP-адрес может также появиться в списке блокировок)\";'),('ab','messages:blockedtext-composite-no-ids','s:108:\"ru:Ваш IP-адрес присутствует в нескольких списках блокировок\";'),('ab','messages:blockedtext-composite-reason','s:116:\"ru:Есть несколько блокировок вашей учётной записи и/или IP-адреса\";'),('ab','messages:blockedtext-partial','s:865:\"ru:<strong>Для вашей учётной записи или IP-адреса заблокировано данное действие. Но вы по-прежнему можете выполнять другие действия в этом вики-проекте (такие, как редактирование определённых страниц).</strong> Вы можете увидеть все подробности блокировки на странице [[Special:MyContributions|вклада учётной записи]].\n\nБлокировка произведена администратором $1.\n\nУказана следующая причина: <em>$2</em>.\n\n* Начало блокировки: $8\n* Окончание блокировки: $6\n* Цель блокировки: $7\n* Идентификатор блокировки: #$5\";'),('ab','messages:blockedtitle','s:44:\"ru:Участник заблокирован\";'),('ab','messages:blockip','s:81:\"ru:Заблокировать {{GENDER:$1|участника|участницу}}\";'),('ab','messages:blockipsuccesssub','s:46:\"ru:Блокировка произведена\";'),('ab','messages:blockipsuccesstext','s:249:\"ru:[[Special:Contributions/$1|«$1»]] {{GENDER:$1|заблокирован|заблокирована}}.<br />\nСм. [[Special:BlockList|список заблокированных IP-адресов]] для просмотра блокировок.\";'),('ab','messages:blockiptext','s:973:\"ru:Используйте форму ниже, чтобы заблокировать возможность редактирования с определённого IP-адреса или имени участника.\nЭтот инструмент следует использовать для предотвращения вандализма и только в соответствии с [[{{MediaWiki:Policy-url}}|правилами]].\nНиже укажите конкретную причину (к примеру, процитируйте некоторые страницы с признаками вандализма).\nВы можете заблокировать диапазоны IP-адресов, используя [https://ru.wikipedia.org/wiki/Бесклассовая_адресация CIDR]-синтаксис. Максимально допустимый диапазон — /$1 для протокола IPv4 и /$2 для протокола IPv6.\";'),('ab','messages:blocklink','s:27:\"ab:иаанкылатәуп\";'),('ab','messages:blocklist','s:52:\"ru:Заблокированные участники\";'),('ab','messages:blocklist-addressblocks','s:58:\"ru:Скрыть блокировки отдельных IP\";'),('ab','messages:blocklist-autoblocks','s:44:\"ru:Скрыть автоблокировки\";'),('ab','messages:blocklist-by','s:60:\"ru:Заблокировавший администратор\";'),('ab','messages:blocklist-editing','s:31:\"ru:редактирование\";'),('ab','messages:blocklist-editing-action','s:19:\"ru:действия\";'),('ab','messages:blocklist-editing-ns','s:36:\"ru:пространства имён\";'),('ab','messages:blocklist-editing-page','s:19:\"ru:страницы\";'),('ab','messages:blocklist-editing-sitewide','s:62:\"ru:редактирование (во всём проекте)\";'),('ab','messages:blocklist-expiry','s:19:\"ru:Истекает\";'),('ab','messages:blocklist-indefblocks','s:57:\"ru:Скрыть бессрочные блокировки\";'),('ab','messages:blocklist-nousertalk','s:80:\"ru:не может править свою страницу обсуждения\";'),('ab','messages:blocklist-params','s:42:\"ru:Параметры блокировки\";'),('ab','messages:blocklist-rangeblocks','s:57:\"ru:Скрыть блокировки диапазонов\";'),('ab','messages:blocklist-reason','s:17:\"ru:Причина\";'),('ab','messages:blocklist-summary','s:3:\"en:\";'),('ab','messages:blocklist-target','s:11:\"ru:Цель\";'),('ab','messages:blocklist-tempblocks','s:55:\"ru:Скрыть временные блокировки\";'),('ab','messages:blocklist-timestamp','s:22:\"ru:Дата/время\";'),('ab','messages:blocklist-type','s:10:\"ru:Тип:\";'),('ab','messages:blocklist-type-opt-all','s:9:\"ru:Все\";'),('ab','messages:blocklist-type-opt-partial','s:21:\"ru:Частичная\";'),('ab','messages:blocklist-type-opt-sitewide','s:31:\"ru:Во всём проекте\";'),('ab','messages:blocklist-userblocks','s:66:\"ru:Скрыть блокировки учётных записей\";'),('ab','messages:blocklog-showlog','s:207:\"ru:{{GENDER:$1|Этот участник уже блокировался|Эта участница уже блокировалась}} ранее.\nНиже приведён журнал блокировок:\";'),('ab','messages:blocklog-showsuppresslog','s:222:\"ru:{{GENDER:$1|Этот участник уже заблокирован и скрыт|Эта участница уже заблокирована и скрыта}}. Журнал сокрытий приведён ниже:\";'),('ab','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ab','messages:blocklogpage','s:36:\"ru:Журнал блокировок\";'),('ab','messages:blocklogtext','s:272:\"ru:Журнал блокировок и разблокировок участников. Автоматически блокируемые IP-адреса здесь не указываются. См. [[Special:BlockList|список текущих блокировок]].\";'),('ab','messages:booksources','s:38:\"ab:Ашәҟәы хыҵхырҭақәа\";'),('ab','messages:booksources-invalid-isbn','s:257:\"ru:Указанный номер ISBN, судя по всему, содержит ошибку. Пожалуйста, проверьте, что при переносе номера из первоисточника не возникло искажений.\";'),('ab','messages:booksources-isbn','s:8:\"ab:ISBN:\";'),('ab','messages:booksources-search','s:17:\"ab:Аԥшаара\";'),('ab','messages:booksources-search-legend','s:48:\"ru:Поиск информации о книге\";'),('ab','messages:booksources-summary','s:3:\"en:\";'),('ab','messages:booksources-text','s:324:\"ru:На этой странице приведён список ссылок на сайты, где вы, возможно, найдёте дополнительную информацию о книге. Это интернет-магазины и системы поиска в библиотечных каталогах.\";'),('ab','messages:boteditletter','s:5:\"ru:б\";'),('ab','messages:botpasswords','s:34:\"ab:Абот ажәамаӡақәа\";'),('ab','messages:botpasswords-bad-appid','s:68:\"ru:Имя бота «$1» является недопустимым.\";'),('ab','messages:botpasswords-created-body','s:127:\"ru:Пароль бота для бота «$1» {{GENDER:$2|участника|участницы}} «$2» был создан.\";'),('ab','messages:botpasswords-created-title','s:37:\"ru:Пароль бота создан\";'),('ab','messages:botpasswords-createnew','s:50:\"ru:Создать новый пароль бота\";'),('ab','messages:botpasswords-deleted-body','s:127:\"ru:Пароль бота для бота «$1» {{GENDER:$2|участника|участницы}} «$2» был удалён.\";'),('ab','messages:botpasswords-deleted-title','s:37:\"ru:Пароль бота удалён\";'),('ab','messages:botpasswords-disabled','s:44:\"ru:Пароли бота отключены.\";'),('ab','messages:botpasswords-editexisting','s:76:\"ru:Редактировать существующий пароль бота\";'),('ab','messages:botpasswords-existing','s:49:\"ru:Существующие пароли бота\";'),('ab','messages:botpasswords-help-grants','s:345:\"ru:Каждое разрешение даёт доступ к перечисленным правам участника, которые уже есть у учётной записи участника. См. [[Special:ListGrants|таблицу разрешений]] для получения дополнительной информации.\";'),('ab','messages:botpasswords-insert-failed','s:127:\"ru:Не удалось добавить бота с именем «$1». Возможно, он был уже добавлен?\";'),('ab','messages:botpasswords-invalid-name','s:131:\"ru:Указанное имя участника не содержит разделителя для пароля бота («$1»).\";'),('ab','messages:botpasswords-label-appid','s:29:\"ru:Название бота:\";'),('ab','messages:botpasswords-label-cancel','s:22:\"ab:Мап ацәкра\";'),('ab','messages:botpasswords-label-create','s:17:\"ru:Создать\";'),('ab','messages:botpasswords-label-delete','s:21:\"ab:Ианыхтәуп\";'),('ab','messages:botpasswords-label-grants','s:45:\"ru:Применимые разрешения:\";'),('ab','messages:botpasswords-label-grants-column','s:21:\"ru:Разрешено\";'),('ab','messages:botpasswords-label-needsreset','s:54:\"ru:(пароль должен быть сброшен)\";'),('ab','messages:botpasswords-label-resetpassword','s:32:\"ru:Сбросить пароль\";'),('ab','messages:botpasswords-label-update','s:19:\"ru:Обновить\";'),('ab','messages:botpasswords-locked','s:166:\"ru:Вы не можете войти в систему с паролем бота, поскольку ваша учётная запись заблокирована.\";'),('ab','messages:botpasswords-needs-reset','s:135:\"ru:Пароль для бота «$1» {{GENDER:$2|участника|участницы}} «$2» должен быть сброшен.\";'),('ab','messages:botpasswords-newpassword','s:551:\"ru:Новый пароль для входа под <strong>$1</strong> — <strong>$2</strong>. <em>Запишите его для последующего использования.</em> <br /> (Для старых ботов, которые требуют, чтоб логин участника был таким же, как имя потенциального участника, вы можете также использовать <strong>$3</strong> как имя участника и <strong>$4</strong> в качестве пароля.)\";'),('ab','messages:botpasswords-no-central-id','s:154:\"ru:Для использования паролей бота вы должны войти в централизованную учётную запись.\";'),('ab','messages:botpasswords-no-provider','s:52:\"ru:BotPasswordsSessionProvider недоступен.\";'),('ab','messages:botpasswords-not-exist','s:97:\"ru:У участника «$1» нет пароля для бота с названием «$2».\";'),('ab','messages:botpasswords-restriction-failed','s:119:\"ru:Из-за ограничений, связанных с паролем бота, вход не произведён.\";'),('ab','messages:botpasswords-summary','s:651:\"ru:<em>Пароли бота</em> позволяют получить доступ к учётной записи пользователя через API без использования логина и пароля главной учётной записи. Права участника при входе с паролем бота могут быть ограничены.\n\nЕсли Вы не знаете, зачем это нужно, воздержитесь от использования этой страницы. Никто никогда не должен просить вас, чтобы вы создали и сообщили его.\";'),('ab','messages:botpasswords-toolong-grants','s:53:\"ru:Выбрано слишком много прав.\";'),('ab','messages:botpasswords-toolong-restrictions','s:105:\"ru:Введено слишком много IP-адресов или диапазонов адресов.\";'),('ab','messages:botpasswords-update-failed','s:116:\"ru:Не удалось обновить бота с именем «$1». Возможно, он был удалён?\";'),('ab','messages:botpasswords-updated-body','s:131:\"ru:Пароль бота для бота «$1» {{GENDER:$2|участника|участницы}} «$2» был обновлён.\";'),('ab','messages:botpasswords-updated-title','s:41:\"ru:Пароль бота обновлён\";'),('ab','messages:brackets','s:7:\"en:[$1]\";'),('ab','messages:brackets-end','s:4:\"en:]\";'),('ab','messages:brackets-start','s:4:\"en:[\";'),('ab','messages:broken-file-category','s:75:\"ab:Аус зымуа афаилтә зхьарԥшқәа рдаҟьақәа\";'),('ab','messages:broken-file-category-desc','s:150:\"ru:Страница содержит некорректную файловую ссылку (ссылку на несуществующий файл).\";'),('ab','messages:brokenredirects','s:56:\"ru:Разорванные перенаправления\";'),('ab','messages:brokenredirects-delete','s:17:\"ru:удалить\";'),('ab','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ab','messages:brokenredirects-edit','s:21:\"ab:ариашамҭа\";'),('ab','messages:brokenredirects-summary','s:3:\"en:\";'),('ab','messages:brokenredirectstext','s:123:\"ru:Следующие перенаправления указывают на несуществующие страницы:\";'),('ab','messages:bydate','s:16:\"ru:по дате\";'),('ab','messages:cachedspecial-viewing-cached-ttl','s:157:\"ru:Вы просматриваете закэшированную версию страницы, она могла быть обновлена $1 назад.\";'),('ab','messages:cactions','s:11:\"ab:Еиҭа\";'),('ab','messages:cancel','s:22:\"ab:Мап ацәкра\";'),('ab','messages:cannotauth-not-allowed','s:74:\"ru:Вы не можете использовать эту страницу\";'),('ab','messages:cannotauth-not-allowed-title','s:32:\"ru:Доступ запрещён\";'),('ab','messages:cannotchangeemail','s:150:\"ru:Адреса электронной почты этой учётной записи не могут быть изменены в этой вики.\";'),('ab','messages:cannotcreateaccount-text','s:106:\"ru:Прямое создание учётных записей не включено в этой вики.\";'),('ab','messages:cannotcreateaccount-title','s:66:\"ru:Невозможно создать учётные записи\";'),('ab','messages:cannotdelete','s:188:\"ru:Невозможно удалить или переименовать страницу или файл «$1».\nВозможно, уже было произведено удаление.\";'),('ab','messages:cannotdelete-title','s:54:\"ru:Нельзя удалить страницу «$1»\";'),('ab','messages:cannotlink-no-provider','s:63:\"ru:Нет связываемых учётных записей.\";'),('ab','messages:cannotlink-no-provider-title','s:62:\"ru:Нет связываемых учётных записей\";'),('ab','messages:cannotlogin-text','s:51:\"ru:Вход в систему невозможен.\";'),('ab','messages:cannotlogin-title','s:34:\"ru:Невозможно войти\";'),('ab','messages:cannotloginnow-text','s:73:\"ru:Нельзя войти во время использования $1.\";'),('ab','messages:cannotloginnow-title','s:58:\"ru:Невозможно войти прямо сейчас\";'),('ab','messages:cannotlogoutnow-text','s:73:\"ru:Нельзя выйти во время использования $1.\";'),('ab','messages:cannotlogoutnow-title','s:58:\"ru:Невозможно выйти прямо сейчас\";'),('ab','messages:cannotmove','s:163:\"ru:Страница не может быть переименована по {{PLURAL:$1|1=следующей причине|следующим причинам}}:\";'),('ab','messages:cannotundelete','s:97:\"ru:Некоторые или все ваши восстановления не удались:\n$1\";'),('ab','messages:cannotunlink-no-provider','s:127:\"ru:У вас нет связанных учётных записей, которые можно было бы отвязать.\";'),('ab','messages:cannotunlink-no-provider-title','s:102:\"ru:У вас нет связанных учётных записей, чтобы их отвязать\";'),('ab','messages:cant-block-nonexistent-page','s:148:\"ru:Вы не можете заблокировать участника с $1, потому что эта страница не существует\";'),('ab','messages:cant-move-category-page','s:101:\"ru:У вас нет прав на переименовывание страниц категорий.\";'),('ab','messages:cant-move-subpages','s:88:\"ru:У вас нет прав на переименовывание подстраниц.\";'),('ab','messages:cant-move-to-category-page','s:123:\"ru:У вас нет прав на переименовывание страницы в страницу категории.\";'),('ab','messages:cant-move-to-user-page','s:182:\"ru:У вас нет прав переименовывать страницу в страницу участника (можно переименовать в подстраницу).\";'),('ab','messages:cant-move-user-page','s:120:\"ru:У вас нет прав на переименовывание основных страниц участников.\";'),('ab','messages:cant-see-hidden-user','s:260:\"ru:Участник, которого вы пытаетесь заблокировать, уже заблокирован и скрыт. Поскольку у вас недостаточно прав, вы не можете просмотреть детали.\";'),('ab','messages:cantmove-titleprotected','s:163:\"ru:Невозможно переименовать страницу, так как новое название входит в список запрещённых.\";'),('ab','messages:cantrollback','s:190:\"ru:Невозможно откатить изменения.\nПоследним, кто вносил изменения, был единственный автор этой страницы.\";'),('ab','messages:cascadeprotected','s:307:\"ru:Данная страница защищена от изменений, поскольку она включена в {{PLURAL:$1|1=следующую страницу, для которой|следующие страницы, для которых}} включена каскадная защита:\n$2\";'),('ab','messages:cascadeprotectedwarning','s:500:\"ru:<strong>Предупреждение:</strong> Эта страница была защищена, так чтобы её могли редактировать только участники с [[Special:ListGroupRights|определёнными правами]], поскольку она включена {{PLURAL:$1|1=в следующую страницу, для которой|в следующие страницы, для которых}} включена каскадная защита:\";'),('ab','messages:categories','s:29:\"ab:Акатегориақәа\";'),('ab','messages:categories-submit','s:19:\"ru:Показать\";'),('ab','messages:categories-summary','s:3:\"en:\";'),('ab','messages:categoriesfrom','s:68:\"ru:Показать категории, начинающиеся с:\";'),('ab','messages:categoriespagetext','s:318:\"ru:{{PLURAL:$1|1=Следующая категория существуют|Следующие категории существуют}} на этой вики, и они могут быть неиспользованы.\nСм. также [[Special:WantedCategories|список требуемых категорий]].\";'),('ab','messages:category-article-count','s:233:\"ab:{{PLURAL:$2|Ари акатегориа мацара анаҩстәи адаҟьа дҭакуп.|Ари акатегориаҟны анаҩстәи {{PLURAL:$1|адаҟьа|$1 адаҟьақәа}} дҭакуп рҟынтәи $2.}}\";'),('ab','messages:category-article-count-limited','s:147:\"ru:В этой категории {{PLURAL:$1|$1 страница|$1 страницы|$1 страниц|1=только одна страница}}.\";'),('ab','messages:category-empty','s:139:\"ab:<em>Ари акатегориа уажәтәиаамҭа адаҟьазаалакгьы, афаилзаалакгьы дҭаком.</em>\";'),('ab','messages:category-file-count','s:308:\"ru:{{PLURAL:$2|1=Эта категория содержит единственный файл.|{{PLURAL:$1|Показан $1 файл|Показано $1 файла|Показаны $1 файлов}} из $2, {{PLURAL:$2|находящегося|находящихся}} в данной категории.}}\";'),('ab','messages:category-file-count-limited','s:123:\"ru:В этой категории {{PLURAL:$1|$1 файл|$1 файла|$1 файлов|1=только один файл}}.\";'),('ab','messages:category-header-numerals','s:10:\"ru:$1—$2\";'),('ab','messages:category-media-header','s:53:\"ab:Афаилқәа акатегориаҟны «$1»\";'),('ab','messages:category-move-redirect-override','s:4:\"en:-\";'),('ab','messages:category-subcat-count','s:280:\"ab:{{PLURAL:$2|Ари акатегориа мацара анаҩстәи акатегориеиҵа дҭакуп.|Ари акатегориа зынӡа анаҩстәи {{PLURAL:$1|акатегориеиҵа|$1 акатегориеиҵақәа}} дҭакуп рҟынтәи $2.}}\";'),('ab','messages:category-subcat-count-limited','s:138:\"ab:Ари акатегориа анаҩстәи {{PLURAL:$1|акатегориеиҵа|$1 акатегориеиҵақәа}} дҭакуп.\";'),('ab','messages:category_header','s:55:\"ab:Адаҟьақәа акатегориаҟны «$1»\";'),('ab','messages:categorypage','s:61:\"ru:Просмотреть страницу категории\";'),('ab','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('ab','messages:change-blocklink','s:40:\"ru:изменить блокировку\";'),('ab','messages:changeblockip','s:40:\"ru:Изменить блокировку\";'),('ab','messages:changecontentmodel','s:82:\"ru:Редактирование контентной модели страницы\";'),('ab','messages:changecontentmodel-cannot-convert','s:99:\"ru:Содержимое [[:$1]] не может быть преобразовано к типу $2.\";'),('ab','messages:changecontentmodel-current-label','s:54:\"ru:Текущая модель содержимого:\";'),('ab','messages:changecontentmodel-emptymodels-text','s:119:\"ru:Содержимое на [[:$1]] не может быть преобразовано ни к одному типу.\";'),('ab','messages:changecontentmodel-emptymodels-title','s:66:\"ru:Нет доступных моделей содержимого\";'),('ab','messages:changecontentmodel-legend','s:55:\"ru:Изменить модель содержимого\";'),('ab','messages:changecontentmodel-model-label','s:50:\"ru:Новая модель содержимого:\";'),('ab','messages:changecontentmodel-nodirectediting','s:113:\"ru:Модель содержимого $1 не поддерживает прямое редактирование\";'),('ab','messages:changecontentmodel-reason-label','s:18:\"ru:Причина:\";'),('ab','messages:changecontentmodel-submit','s:19:\"ru:Изменить\";'),('ab','messages:changecontentmodel-success-text','s:73:\"ru:Модель содержимого [[:$1]] была изменена.\";'),('ab','messages:changecontentmodel-success-title','s:64:\"ru:Модель содержимого была изменена\";'),('ab','messages:changecontentmodel-title-label','s:39:\"ru:Заголовок страницы:\";'),('ab','messages:changecredentials','s:49:\"ru:Изменение учётных данных\";'),('ab','messages:changecredentials-invalidsubpage','s:87:\"ru:$1 является недопустимым типом учётных данных.\";'),('ab','messages:changecredentials-submit','s:47:\"ru:Изменить учётные данные\";'),('ab','messages:changecredentials-success','s:66:\"ru:Ваши учётные данные были изменены.\";'),('ab','messages:changed','s:19:\"ru:изменена\";'),('ab','messages:changeemail','s:86:\"ru:Изменить или удалить адрес электронной почты\";'),('ab','messages:changeemail-header','s:399:\"ru:Заполните эту форму, чтобы изменить свой адрес электронной почты. Если вы хотите отвязать свой адрес электронной почты от учётной записи, то при заполнении формы оставьте пустым поле нового адреса электронной почты.\";'),('ab','messages:changeemail-maxlength','s:124:\"ru:Ваш адрес электронной почты должен содержать не более 255 символов.\";'),('ab','messages:changeemail-newemail','s:59:\"ru:Новый адрес электронной почты:\";'),('ab','messages:changeemail-newemail-help','s:372:\"ru:Это поле должно быть оставлено пустым, если вы хотите удалить свой адрес электронной почты. Но после его удаления Вы не сможете сбросить забытый пароль и не будете получать письма из этого вики-проекта.\";'),('ab','messages:changeemail-no-info','s:160:\"ru:Чтобы обращаться непосредственно к этой странице, вам следует представиться системе.\";'),('ab','messages:changeemail-nochange','s:105:\"ru:Пожалуйста, введите иной новый адрес электронной почты.\";'),('ab','messages:changeemail-none','s:11:\"ru:(нет)\";'),('ab','messages:changeemail-oldemail','s:63:\"ru:Текущий адрес электронной почты:\";'),('ab','messages:changeemail-password','s:62:\"ru:Ваш пароль для проекта «{{SITENAME}}»:\";'),('ab','messages:changeemail-submit','s:30:\"ru:Изменить адрес\";'),('ab','messages:changeemail-summary','s:3:\"en:\";'),('ab','messages:changeemail-throttled','s:211:\"ru:Вы сделали слишком много попыток представиться системе.\nПожалуйста, подождите $1 перед тем, как попробовать снова.\";'),('ab','messages:changepassword','s:34:\"ru:Изменение пароля\";'),('ab','messages:changepassword-success','s:45:\"ru:Ваш пароль был изменён!\";'),('ab','messages:changepassword-summary','s:3:\"en:\";'),('ab','messages:changepassword-throttled','s:180:\"ru:Вы сделали слишком много попыток входа.\nПожалуйста, подождите $1 перед тем, как попробовать снова.\";'),('ab','messages:changeslist-nocomment','s:39:\"ru:Нет описания правки\";'),('ab','messages:checkbox-all','s:9:\"ru:Всё\";'),('ab','messages:checkbox-invert','s:29:\"ru:Инвертировать\";'),('ab','messages:checkbox-none','s:15:\"ru:Ничего\";'),('ab','messages:checkbox-select','s:17:\"ru:Выбор: $1\";'),('ab','messages:clearyourcache','s:798:\"ru:<strong>Замечание:</strong> Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.\n* <strong>Firefox / Safari:</strong> Удерживая клавишу <em>Shift</em>, нажмите на панели инструментов <em>Обновить</em> либо нажмите <em>Ctrl+F5</em> или <em>Ctrl+R</em> (<em>⌘+R</em> на Mac)\n* <strong>Google Chrome:</strong> Нажмите <em>Ctrl+Shift+R</em> (<em>⌘+Shift+R</em> на Mac)\n* <strong>Internet Explorer / Edge:</strong> Удерживая <em>Ctrl</em>, нажмите <em>Обновить</em> либо нажмите <em>Ctrl+F5</em>\n* <strong>Opera:</strong> Нажмите <em>Ctrl+F5</em>.\";'),('ab','messages:collapsible-collapse','s:19:\"ru:свернуть\";'),('ab','messages:collapsible-expand','s:23:\"ru:развернуть\";'),('ab','messages:colon-separator','s:9:\"en::&#32;\";'),('ab','messages:comma-separator','s:9:\"en:,&#32;\";'),('ab','messages:common.css','s:126:\"ru:/* Размещённый здесь CSS будет применяться ко всем темам оформления */\";'),('ab','messages:common.js','s:180:\"ru:/* Размещённый здесь код JavaScript будет загружаться пользователям при обращении к каждой странице */\";'),('ab','messages:common.json','s:177:\"ru:/* Размещённый здесь JSON-код будет загружаться всем участникам при каждом обращении к странице */\";'),('ab','messages:compare-page1','s:32:\"ru:Первая страница\";'),('ab','messages:compare-page2','s:32:\"ru:Вторая страница\";'),('ab','messages:compare-rev1','s:28:\"ru:Первая версия\";'),('ab','messages:compare-rev2','s:28:\"ru:Вторая версия\";'),('ab','messages:compare-revision-not-exists','s:70:\"ru:Указанной вами версии не существует.\";'),('ab','messages:compare-submit','s:19:\"ru:Сравнить\";'),('ab','messages:comparepages','s:36:\"ru:Сравнение страниц\";'),('ab','messages:comparepages-summary','s:3:\"en:\";'),('ab','messages:compareselectedversions','s:51:\"ru:Сравнить выбранные версии\";'),('ab','messages:config-invalid-key','s:82:\"ru:Неверный параметр конфигурации MediaWiki «$1»: $2\";'),('ab','messages:config-missing-key','s:84:\"ru:Отсутствует параметр конфигурации MediaWiki «$1»\";'),('ab','messages:confirm','s:25:\"ru:Подтвердить\";'),('ab','messages:confirm-markpatrolled-button','s:5:\"ru:OK\";'),('ab','messages:confirm-markpatrolled-top','s:98:\"ru:Пометить версию $3 страницы $2 как отпатрулированную?\";'),('ab','messages:confirm-mcrrestore-title','s:40:\"ru:Восстановить версию\";'),('ab','messages:confirm-mcrundo-title','s:38:\"ru:Отменить изменение\";'),('ab','messages:confirm-purge-bottom','s:120:\"ru:После очистки кэша страницы будет показана её последняя версия.\";'),('ab','messages:confirm-purge-title','s:52:\"ru:Очистить кэш этой страницы\";'),('ab','messages:confirm-purge-top','s:53:\"ru:Очистить кэш этой страницы?\";'),('ab','messages:confirm-rollback-bottom','s:127:\"ru:Это действие немедленно откатит выбранные изменения этой страницы.\";'),('ab','messages:confirm-rollback-button','s:7:\"ru:ОК\";'),('ab','messages:confirm-rollback-top','s:64:\"ru:Откатить правки на этой странице?\";'),('ab','messages:confirm-unwatch-button','s:5:\"ru:OK\";'),('ab','messages:confirm-unwatch-top','s:94:\"ru:Удалить эту страницу из вашего списка наблюдения?\";'),('ab','messages:confirm-watch-button','s:5:\"ru:OK\";'),('ab','messages:confirm-watch-button-expiry','s:25:\"ru:Отслеживать\";'),('ab','messages:confirm-watch-label','s:68:\"ru:Период времени в списке наблюдения:\";'),('ab','messages:confirm-watch-top','s:88:\"ru:Добавить эту страницу в ваш список наблюдения?\";'),('ab','messages:confirm_purge_button','s:5:\"ru:OK\";'),('ab','messages:confirmable-confirm','s:37:\"ru:{{GENDER:$1|Вы}} уверены?\";'),('ab','messages:confirmable-no','s:9:\"ab:Мап\";'),('ab','messages:confirmable-yes','s:9:\"ab:Ааи\";'),('ab','messages:confirmdeletetext','s:417:\"ru:Вы собираетесь удалить страницу со всей её историей изменений.\nПожалуйста, подтвердите, что вы действительно желаете это сделать, понимаете последствия своих действий, и делаете это в соответствии [[{{MediaWiki:Policy-url}}|с правилами]].\";'),('ab','messages:confirmedittext','s:341:\"ru:Вы должны подтвердить свой адрес электронной почты перед правкой страниц.\nПожалуйста, введите и подтвердите свой адрес электронной почты в своих [[Special:Preferences|персональных настройках]].\";'),('ab','messages:confirmemail','s:76:\"ru:Подтверждение адреса электронной почты\";'),('ab','messages:confirmemail_body','s:891:\"ru:Кто-то (вероятно, вы) с IP-адресом $1 зарегистрировал\nна сервере проекта {{SITENAME}} учётную запись «$2»,\nуказав этот адрес электронной почты.\n\nЧтобы подтвердить, что эта учётная запись действительно\nпринадлежит вам и включить возможность отправки электронной почты\nс сайта {{SITENAME}}, откройте приведённую ниже ссылку в браузере:\n\n$3\n\nЕсли вы *не* регистрировали подобной учётной записи, то перейдите\nпо следующей ссылке, чтобы отменить подтверждение адреса:\n\n$5\n\nКод подтверждения действителен до $4.\";'),('ab','messages:confirmemail_body_changed','s:853:\"ru:Кто-то (возможно вы) с IP-адресом $1\nуказал данный адрес электронной почты в качестве нового для учётной записи «$2» в проекте {{SITENAME}}.\n\nЧтобы подтвердить, что эта учётная запись действительно принадлежит вам,\nи включить возможность отправки писем с сайта {{SITENAME}}, откройте приведённую ниже ссылку в браузере.\n\n$3\n\nЕсли данная учётная запись *не* относится к вам, то перейдите по следующей ссылке,\nчтобы отменить подтверждение адреса\n\n$5\n\nКод подтверждения действителен до $4.\";'),('ab','messages:confirmemail_body_set','s:864:\"ru:Кто-то (вероятно, вы) с IP-адресом $1\nуказал данный адрес электронной почты для учётной записи «$2» в проекте «{{SITENAME}}».\n\nЧтобы подтвердить, что эта учётная запись действительно принадлежит вам,\nи включить возможность отправки писем с сайта «{{SITENAME}}», откройте в браузере приведённую ниже ссылку:\n\n$3\n\nЕсли данная учётная запись *не* относится к вам, то перейдите по следующей ссылке,\nчтобы отменить подтверждение адреса электронной почты:\n\n$5\n\nКод подтверждения действителен до $4.\";'),('ab','messages:confirmemail_invalid','s:115:\"ru:Неправильный код подтверждения или срок действия кода истёк.\";'),('ab','messages:confirmemail_invalidated','s:94:\"ru:Подтверждение адреса электронной почты отменено.\";'),('ab','messages:confirmemail_loggedin','s:78:\"ru:Ваш адрес электронной почты подтверждён.\";'),('ab','messages:confirmemail_needlogin','s:118:\"ru:Вы должны $1 для подтверждения вашего адреса электронной почты.\";'),('ab','messages:confirmemail_noemail','s:151:\"ru:Вы не задали корректный адрес электронной почты в своих [[Special:Preferences|настройках]].\";'),('ab','messages:confirmemail_oncreate','s:445:\"ru:Письмо с кодом подтверждения было отправлено на указанный вами почтовый ящик.\nДанный код не требуется для входа в систему, однако вы должны указать его,\nпрежде чем будет разрешено использование возможностей электронной почты в этом проекте.\";'),('ab','messages:confirmemail_pending','s:366:\"ru:Письмо с кодом подтверждения уже было отправлено.\nЕсли вы недавно создали учётную запись, то, вероятно,\nвам следует подождать несколько минут, пока письмо придёт, перед тем, как запросить код ещё раз.\";'),('ab','messages:confirmemail_send','s:86:\"ru:Отправить письмо с запросом на подтверждение\";'),('ab','messages:confirmemail_sendfailed','s:261:\"ru:{{SITENAME}} не может отправить письмо с запросом на подтверждение.\nПожалуйста, проверьте правильность адреса электронной почты.\n\nОтвет сервера: $1\";'),('ab','messages:confirmemail_sent','s:89:\"ru:Письмо с запросом на подтверждение отправлено.\";'),('ab','messages:confirmemail_subject','s:107:\"ru:{{SITENAME}}:Запрос на подтверждение адреса электронной почты\";'),('ab','messages:confirmemail_success','s:78:\"ru:Ваш адрес электронной почты подтверждён.\";'),('ab','messages:confirmemail_text','s:552:\"ru:Вики-движок требует подтверждения адреса электронной почты перед тем, как начать с ним работать.\nНажмите на кнопку, чтобы на указанный адрес было отправлено письмо, содержащее ссылку на специальную страницу, после открытия которой в браузере адрес электронной почты будет считаться подтверждённым.\";'),('ab','messages:confirmleave-warning','s:132:\"ru:Покидая эту страницу, вы можете потерять все внесенные вами изменения.\";'),('ab','messages:confirmrecreate','s:421:\"ru:{{GENDER:$1|Участник|Участница|}}&nbsp;[[User:$1|$1]] ([[User talk:$1|обс]]) {{GENDER:$1|удалил|удалила}} эту страницу после того, как вы начали её редактировать, по следующей причине:\n: <em>$2</em>.\nПожалуйста, подтвердите, что вы хотите вновь создать эту страницу.\";'),('ab','messages:confirmrecreate-noreason','s:393:\"ru:{{GENDER:$1|Участник|Участница|}}&nbsp;[[User:$1|$1]] ([[User talk:$1|обс]]) {{GENDER:$1|удалил|удалила}} эту страницу после того, как вы начали её редактировать. Пожалуйста, подтвердите, что вы действительно хотите вновь создать эту страницу.\";'),('ab','messages:content-failed-to-parse','s:75:\"ru:Содержимое $2 не соответствует типу $1: $3.\";'),('ab','messages:content-json-empty-array','s:28:\"ru:Пустой массив\";'),('ab','messages:content-json-empty-object','s:28:\"ru:Пустой объект\";'),('ab','messages:content-model-css','s:6:\"ru:CSS\";'),('ab','messages:content-model-javascript','s:13:\"ru:JavaScript\";'),('ab','messages:content-model-json','s:7:\"ru:JSON\";'),('ab','messages:content-model-text','s:28:\"ru:обычный текст\";'),('ab','messages:content-model-wikitext','s:24:\"ab:авики-текст\";'),('ab','messages:content-not-allowed-here','s:104:\"ru:Содержимое «$1» недопустимо на странице [[:$2]] в месте «$3»\";'),('ab','messages:contentmodelediterror','s:269:\"ru:Вы не можете редактировать эту версию, поскольку модель её содержания — <code>$1</code>, отличающаяся от текущей модели содержания страницы — <code>$2</code>.\";'),('ab','messages:continue-editing','s:52:\"ab:Аредакциатә ҭыԥ ахь аиасра\";'),('ab','messages:contribslink','s:23:\"ab:алагалақәа\";'),('ab','messages:contribsub2','s:39:\"ab:Алагала {{GENDER:$3|$1}} ($2)\";'),('ab','messages:contributions','s:23:\"ab:Алагалақәа\";'),('ab','messages:contributions-subtitle','s:26:\"ru:Для {{GENDER:$3|$1}}\";'),('ab','messages:contributions-summary','s:3:\"en:\";'),('ab','messages:contributions-title','s:68:\"ru:Вклад {{GENDER:$1|участника|участницы}} $1\";'),('ab','messages:contributions-userdoesnotexist','s:76:\"ru:Не зарегистрировано учётной записи «$1».\";'),('ab','messages:converter-manual-rule-error','s:86:\"ru:Ошибка в ручном правиле преобразования языка\";'),('ab','messages:copyright','s:106:\"ru:Содержание доступно по лицензии $1 (если не указано иное).\";'),('ab','messages:copyrightpage','s:45:\"ab:{{ns:project}}:Автортə зинқəа\";'),('ab','messages:copyrightwarning','s:854:\"ru:Обратите внимание, что все изменения в {{SITENAME}} рассматриваются как выпущенные на условиях лицензии $2 (см. $1).\nЕсли вы не хотите, чтобы ваши тексты свободно распространялись и редактировались любым желающим, не помещайте их сюда.<br />\nВы также подтверждаете, что являетесь автором вносимых дополнений или скопировали их из источника в общественном достоянии или под совместимой лицензией.\n<strong>Не размещайте без разрешения материалы, защищённые авторским правом!</strong>\";'),('ab','messages:copyrightwarning2','s:820:\"ru:Пожалуйста, учтите, что любой ваш вклад в проект «{{SITENAME}}» может быть отредактирован или удалён другими участниками.\nЕсли вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.<br />\nВы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см. $1).\n\'\'\'НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!\'\'\'\";'),('ab','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ab','messages:copyuploaddisabled','s:48:\"ru:Загрузка по URL отключена.\";'),('ab','messages:create','s:17:\"ab:Арҿиара\";'),('ab','messages:create-local','s:34:\"ru:Создать локально\";'),('ab','messages:createaccount','s:55:\"ab:Аҳасабрбатә нҵамҭа аԥҵатәуп\";'),('ab','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ab','messages:createaccount-text','s:481:\"ru:Кто-то создал учётную запись «$2» на сервере проекта {{SITENAME}} ($4), указав ваш адрес электронной почты. \n\nПароль учётной записи — «$3». Вам следует авторизоваться на сайте и изменить пароль.\n\nПроигнорируйте данное сообщение, если учётная запись была создана по ошибке.\";'),('ab','messages:createaccount-title','s:61:\"ru:{{SITENAME}}: создание учётной записи\";'),('ab','messages:createaccountblock','s:68:\"ru:создание учётных записей запрещено\";'),('ab','messages:createaccounterror','s:70:\"ru:Невозможно создать учётную запись: $1\";'),('ab','messages:createaccountmail','s:218:\"ru:Использовать сгенерированный случайным образом временный пароль и выслать его на указанный адрес электронной почты\";'),('ab','messages:createaccountmail-help','s:163:\"ru:Может использоваться, чтобы создать учётную запись для другого лица, не узнавая пароль.\";'),('ab','messages:createacct-another-continue-submit','s:68:\"ru:Продолжить создание учётной записи\";'),('ab','messages:createacct-another-email-ph','s:62:\"ru:Введите адрес электронной почты\";'),('ab','messages:createacct-another-realname-tip','s:262:\"ru:Настоящее имя (необязательное поле).\nЕсли вы укажете его, то оно будет использовано для того, чтобы показать, кем была внесена правка страницы.\";'),('ab','messages:createacct-another-submit','s:45:\"ru:Создать учётную запись\";'),('ab','messages:createacct-another-username-ph','s:52:\"ru:Введите имя учётной записи\";'),('ab','messages:createacct-benefit-body1','s:76:\"ab:{{PLURAL:$1|аредакциазура|аредакциазурақәа}}\";'),('ab','messages:createacct-benefit-body2','s:48:\"ab:{{PLURAL:$1|адаҟьа|адаҟьақәа}}\";'),('ab','messages:createacct-benefit-body3','s:76:\"ab:aабыкьатәи {{PLURAL:$1|Алахәыла|Алахәылацәа}}\";'),('ab','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ab','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ab','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ab','messages:createacct-benefit-heading','s:90:\"ru:{{SITENAME}} — совместный труд таких же людей, как вы.\";'),('ab','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ab','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ab','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ab','messages:createacct-continue-submit','s:68:\"ru:Продолжить создание учётной записи\";'),('ab','messages:createacct-email-ph','s:72:\"ab:Шәелектронтә ԥошьҭатә ҭыӡҭыԥ ҭажәгал\";'),('ab','messages:createacct-emailoptional','s:82:\"ab:Аелектронтә ԥошьҭатә ҭыӡҭыԥ (ихымԥадатәим)\";'),('ab','messages:createacct-emailrequired','s:47:\"ru:Адрес электронной почты\";'),('ab','messages:createacct-error','s:60:\"ru:Ошибка создания учётной записи\";'),('ab','messages:createacct-helpusername','s:3:\"en:\";'),('ab','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ab','messages:createacct-loginerror','s:242:\"ru:Учётная запись была успешно создана, но вы не смогли войти в систему автоматически. Пожалуйста, [[Special:UserLogin|авторизуйтесь вручную]].\";'),('ab','messages:createacct-normalization','s:138:\"ru:Ваше имя участника будет исправлено на «$2» из-за технических ограничений.\";'),('ab','messages:createacct-realname','s:57:\"ru:Настоящее имя (необязательно)\";'),('ab','messages:createacct-reason','s:51:\"ru:Причина (публично видимая)\";'),('ab','messages:createacct-reason-confirm','s:238:\"ru:Причиной, по которой вы вошли, является почтовый ящик. Если это предусмотрено, пожалуйста, нажмите \"создать учетную запись\" снова\";'),('ab','messages:createacct-reason-help','s:112:\"ru:Сообщение, отображаемое в журнале создания учётных записей\";'),('ab','messages:createacct-reason-ph','s:76:\"ru:Зачем вы создаёте другую учётную запись\";'),('ab','messages:createacct-submit','s:55:\"ab:Аҳасабрбатә нҵамҭа аԥҵатәуп\";'),('ab','messages:createacct-temp-warning','s:204:\"ru:Правки, сделанные вами через временную учётную запись, не будут перенесены на вашу постоянную учётную запись.\";'),('ab','messages:createacct-username-help','s:3:\"en:\";'),('ab','messages:createacct-useuniquepass','s:165:\"ru:Рекомендуем использовать уникальный пароль, который вы не используете на других сайтах.\";'),('ab','messages:createacct-yourpassword-ph','s:30:\"ru:Введите пароль\";'),('ab','messages:createacct-yourpasswordagain','s:38:\"ru:Подтвердите пароль\";'),('ab','messages:createacct-yourpasswordagain-ph','s:44:\"ru:Введите пароль ещё раз\";'),('ab','messages:created','s:17:\"ru:создана\";'),('ab','messages:creating','s:31:\"ab:Адаҟьа $1 аԥҵара\";'),('ab','messages:credentialsform-account','s:38:\"ru:Имя учётной записи:\";'),('ab','messages:credentialsform-provider','s:38:\"ru:Тип учётных данных:\";'),('ab','messages:creditspage','s:29:\"ru:Благодарности\";'),('ab','messages:cur','s:13:\"ab:уажәы\";'),('ab','messages:currentevents','s:32:\"ab:Ииасуа ахҭысқәа\";'),('ab','messages:currentevents-url','s:42:\"ab:Project:Уажәтәи ахҭысқәа\";'),('ab','messages:currentrev','s:30:\"ru:Текущая версия\";'),('ab','messages:currentrev-asof','s:38:\"ab:Ҳазну аверсиа $1 ала\";'),('ab','messages:currentrevisionlink','s:28:\"ab:Ҳазну аверсиа\";'),('ab','messages:customcssprotected','s:203:\"ru:У вас нет прав на редактирование этой CSS-страницы, поскольку она содержит личные настройки другого участника.\";'),('ab','messages:customjsonprotected','s:204:\"ru:У вас нет прав на редактирование этой JSON-страницы, поскольку она содержит личные настройки другого участника.\";'),('ab','messages:customjsprotected','s:210:\"ru:У вас нет прав на редактирование этой JavaScript-страницы, поскольку она содержит личные настройки другого участника.\";'),('ab','messages:databaseerror','s:45:\"ab:Адыррақәа рбазаҿы агха\";'),('ab','messages:databaseerror-error','s:19:\"ru:Ошибка: $1\";'),('ab','messages:databaseerror-function','s:21:\"ru:Функция: $1\";'),('ab','messages:databaseerror-query','s:19:\"ru:Запрос: $1\";'),('ab','messages:databaseerror-text','s:165:\"ru:Произошла ошибка в базе данных.\nЭто может указывать на ошибку в программном обеспечении.\";'),('ab','messages:databaseerror-textcl','s:60:\"ru:Произошла ошибка в базе данных.\";'),('ab','messages:databaselocked','s:59:\"ru:База данных уже заблокирована.\";'),('ab','messages:databasenotlocked','s:66:\"ru:База данных не была заблокирована.\";'),('ab','messages:date','s:31:\"ru:С даты (и ранее):\";'),('ab','messages:date-range-from','s:15:\"ru:С даты:\";'),('ab','messages:date-range-to','s:17:\"ru:По дату:\";'),('ab','messages:datedefault','s:26:\"ru:По умолчанию\";'),('ab','messages:days','s:50:\"ru:{{PLURAL:$1|$1 день|$1 дня|$1 дней}}\";'),('ab','messages:days-abbrev','s:8:\"ru:$1 д\";'),('ab','messages:dberr-again','s:99:\"ru:Попробуйте обновить страницу через несколько минут.\";'),('ab','messages:dberr-info','s:55:\"ru:(Нет доступа к базе данных: $1)\";'),('ab','messages:dberr-info-hidden','s:51:\"ru:(Нет доступа к базе данных)\";'),('ab','messages:dberr-problems','s:109:\"ru:Извините! На данном сайте возникли технические трудности.\";'),('ab','messages:deadendpages','s:38:\"ru:Тупиковые страницы\";'),('ab','messages:deadendpages-summary','s:3:\"en:\";'),('ab','messages:deadendpagestext','s:130:\"ru:Следующие страницы не содержат ссылок на другие страницы в этой вики.\";'),('ab','messages:dec','s:9:\"ab:ԥхҷ\";'),('ab','messages:december','s:27:\"ab:ԥхынҷкәынмза\";'),('ab','messages:december-gen','s:27:\"ab:ԥхынҷкәынмза\";'),('ab','messages:default','s:26:\"ru:по умолчанию\";'),('ab','messages:default-skin-not-found','s:2727:\"ru:Упс! Тема оформления по умолчанию для вашей вики, определённая в <code>$wgDefaultSkin</code> как <code>$1</code>, недоступна.\n\nВаша установка, похоже, содержит {{PLURAL:$4|следующую тему|следующие темы}} оформления. См. [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Руководство:Настройка темы оформления] с информацией о том, как включить {{PLURAL:$4|её|их и выбрать тему по умолчанию}}.\n\n$2\n\n; Если вы только что установили MediaWiki:\n: Вы, видимо, сделали это с Git или непосредственно из исходного кода с использованием другого способа. Тогда такое возможно. Попробуйте установить некоторые темы из [https://www.mediawiki.org/wiki/Category:All_skins каталога тем оформления сайта mediawiki.org]:\n:* скачав [https://www.mediawiki.org/wiki/Special:MyLanguage/Download архив установочных файлов], который содержит несколько тем оформления и расширений. Вы можете скопировать из него папку <code>skins/</code>;\n:* скачав архивы отдельных тем оформления с [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org];\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins использовав Git для загрузки тем оформления].\n: Это не должно навредить вашему репозиторию Git, если вы разработчик MediaWiki.\n\n; Если вы только что обновили MediaWiki:\n: MediaWiki версии 1.24 и новее больше автоматически не включает установленные темы (см. [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]).\nВы можете вставить {{PLURAL:$5|следующую строку|следующие строки}} в <code>LocalSettings.php</code>, чтобы включить {{PLURAL:$5|установленную тему|все установленные темы}} оформления: \n\n<pre dir=\"ltr\">$3</pre>\n\n; Если вы только что изменили <code>LocalSettings.php</code>:\n: Перепроверьте названия тем на наличие опечаток.\";'),('ab','messages:default-skin-not-found-no-skins','s:1970:\"ru:Упс! Тема оформления по умолчанию для вашей вики, определённая в <code>$wgDefaultSkin</code> как <code>$1</code>, недоступна.\n\nУ вас нет установленных тем оформления.\n\n; Если вы только что установили или обновили MediaWiki:\n: Вы, видимо, сделали это с Git или непосредственно из исходного кода с использованием другого способа. Тогда такое возможно. MediaWiki версии 1.24 и новее не содержат темы оформления в основном репозитории. Попробуйте установить некоторые темы из [https://www.mediawiki.org/wiki/Category:All_skins каталога тем оформления сайта mediawiki.org]:\n:* скачав [https://www.mediawiki.org/wiki/Special:MyLanguage/Download архив установочных файлов], который содержит несколько тем оформления и расширений. Вы можете скопировать папку <code>skins/</code> из него;\n:* скачав архивы отдельных тем оформления с [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org];\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins использовав Git для загрузки тем оформления].\n: Это не должно навредить вашему репозиторию Git, если вы разработчик MediaWiki. См. [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Skin configuration] с информацией о том, как включить темы оформления и выбрать тему по умолчанию.\";'),('ab','messages:default-skin-not-found-row-disabled','s:63:\"ru:* <code>$1</code> / $2 (<strong>отключено</strong>)\";'),('ab','messages:default-skin-not-found-row-enabled','s:44:\"ru:* <code>$1</code> / $2 (включено)\";'),('ab','messages:defaultmessagetext','s:37:\"ru:Текст по умолчанию\";'),('ab','messages:defemailsubject','s:40:\"ru:{{SITENAME}} — Письмо от $1\";'),('ab','messages:deflate-invaliddeflate','s:110:\"ru:Предоставленное содержимое не спущено надлежащим образом\";'),('ab','messages:delete','s:21:\"ab:Ианыхтәуп\";'),('ab','messages:delete-confirm','s:23:\"ru:$1: удаление\";'),('ab','messages:delete-edit-reasonlist','s:43:\"ru:Править список причин\";'),('ab','messages:delete-edit-reasonlist-suppress','s:49:\"ru:Править причины сокрытия\";'),('ab','messages:delete-error-associated-alreadytalk','s:134:\"ru:Удалить связанную страницу обсуждения страницы обсуждения невозможно.\";'),('ab','messages:delete-error-associated-doesnotexist','s:125:\"ru:Удалить несуществующую связанную страницу обсуждения невозможно.\";'),('ab','messages:delete-hook-aborted','s:154:\"ru:Правка отменена процедурой-перехватчиком.\nДополнительных пояснений не приведено.\";'),('ab','messages:delete-legend','s:19:\"ru:Удаление\";'),('ab','messages:delete-scheduled','s:111:\"ru:Страница «$1» запланирована для удаления.\nБудьте терпеливы.\";'),('ab','messages:delete-talk-summary-prefix','s:97:\"ru:Удалено вместе со связанной страницей по причине: $1\";'),('ab','messages:delete-toobig','s:307:\"ru:У этой страницы очень длинная история изменений (более $1 {{PLURAL:$1|версии|версий}}).\nУдаление таких страниц было запрещено во избежание нарушений в работе сайта «{{SITENAME}}».\";'),('ab','messages:delete-toomanyrevisions','s:281:\"ru:Вы пытаетесь удалить более $1 {{PLURAL:$1|версии|версий}} за один раз. \nОперации данного типа ограничены во избежание нарушения целостности {{GRAMMAR:genitive|{{SITENAME}}}}.\";'),('ab','messages:delete-warning-toobig','s:357:\"ru:У этой страницы очень длинная история изменений (более $1 {{PLURAL:$1|версии|версий}}).\nЕё удаление может привести к нарушению нормальной работы базы данных сайта «{{SITENAME}}»;\nдействуйте с осторожностью.\";'),('ab','messages:delete_and_move_confirm','s:115:\"ru:Да, удалить страницу, на которую производится переименование\";'),('ab','messages:delete_and_move_reason','s:87:\"ru:Удалено для возможности переименования «[[$1]]»\";'),('ab','messages:delete_and_move_text','s:186:\"ru:Страница с именем «[[:$1]]» уже существует. \nХотите удалить её, чтобы сделать возможным переименование?\";'),('ab','messages:delete_redirect_and_move_text','s:201:\"ru:Целевая страница с именем «[[:$1]]» уже существует. \nХотите удалить её, чтобы сделать возможным переименование?\";'),('ab','messages:deletecomment','s:18:\"ru:Причина:\";'),('ab','messages:deleted-page-and-talkpage','s:146:\"ru:Страницы «$1» и «$2» были удалены.\nСм. $3 для просмотра записей недавних удалений.\";'),('ab','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ab','messages:deletedcontributions','s:51:\"ru:Удалённый вклад участника\";'),('ab','messages:deletedcontributions-summary','s:3:\"en:\";'),('ab','messages:deletedcontributions-title','s:54:\"ru:Удалённый вклад участника $1\";'),('ab','messages:deletedhist','s:34:\"ru:История удалений\";'),('ab','messages:deletedrevision','s:46:\"ru:Удалена старая версия $1\";'),('ab','messages:deletedtext','s:119:\"ru:«$1» была удалена.\nСм. $2 для просмотра списка последних удалений.\";'),('ab','messages:deletedwhileediting','s:141:\"ru:\'\'\'Внимание\'\'\'. Эта страница была удалена после того, как вы начали её править!\";'),('ab','messages:deleteotherreason','s:52:\"ru:Другая причина/дополнение:\";'),('ab','messages:deletepage','s:34:\"ru:Удалить страницу\";'),('ab','messages:deletepage-deletetalk','s:86:\"ru:Удалить соответствующую страницу обсуждения\";'),('ab','messages:deletepage-submit','s:34:\"ru:Удалить страницу\";'),('ab','messages:deletepage-summary','s:3:\"en:\";'),('ab','messages:deleteprotected','s:109:\"ru:Вы не можете удалить эту страницу, поскольку она защищена.\";'),('ab','messages:deletereason-dropdown','s:238:\"ru:* Стандартные причины удаления\n** Спам\n** Вандализм\n** Нарушение авторских прав\n** По запросу автора\n** Неработающее перенаправление\";'),('ab','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ab','messages:deletereasonotherlist','s:30:\"ru:Другая причина\";'),('ab','messages:deleting-backlinks-warning','s:253:\"ru:<strong>Предупреждение:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Другие страницы]] ссылаются на страницу, которую вы собираетесь удалить, или содержат её.\";'),('ab','messages:deleting-subpages-warning','s:315:\"ru:<strong>Предупреждение:</strong> У страницы, которую вы собираетесь удалить, имеется [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|$1 подстраница|$1 подстраницы|$1 подстраниц|51=более 50 подстраниц}}]].\";'),('ab','messages:deleting-talkpage-subpages-warning','s:355:\"ru:<strong>Предупреждение:</strong> У связанной страницы обсуждения, которую вы собираетесь удалить, имеется [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|$1 подстраница|$1 подстраницы|$1 подстраниц|51=более 50 подстраниц}}]].\";'),('ab','messages:deletionlog','s:32:\"ru:журнал удалений\";'),('ab','messages:dellogpage','s:32:\"ru:Журнал удалений\";'),('ab','messages:dellogpagetext','s:78:\"ru:Ниже приведён журнал последних удалений.\";'),('ab','messages:destfilename','s:32:\"ru:Новое имя файла:\";'),('ab','messages:diff','s:16:\"ab:аиԥшым.\";'),('ab','messages:diff-empty','s:28:\"ru:(нет различий)\";'),('ab','messages:diff-form','s:19:\"ru:Различия\";'),('ab','messages:diff-form-error-revid','s:74:\"ru:Введите цифровой идентификатор правки\";'),('ab','messages:diff-form-oldid','s:84:\"ru:Старый идентификатор версии (необязательно)\";'),('ab','messages:diff-form-other-revid','s:42:\"ru:Идентификатор правки\";'),('ab','messages:diff-form-revid','s:66:\"ru:Идентификатор версии с различиями\";'),('ab','messages:diff-form-submit','s:34:\"ru:Показать отличия\";'),('ab','messages:diff-form-summary','s:3:\"en:\";'),('ab','messages:diff-multi-manyusers','s:355:\"ru:({{PLURAL:$1|не показана $1 промежуточная версия, сделанная|не показаны $1 промежуточные версии, сделанные|не показано $1 промежуточных версий, сделанных}} более чем {{PLURAL:$2|$2 участником|$2 участниками}})\";'),('ab','messages:diff-multi-otherusers','s:263:\"ru:(не {{PLURAL:$1|показана $1 промежуточная версия|показаны $1 промежуточные версии|показано $1 промежуточных версий}} {{PLURAL:$2|$2 участника|$2 участников}})\";'),('ab','messages:diff-multi-sameuser','s:238:\"ru:(не {{PLURAL:$1|показана $1 промежуточная версия|показаны $1 промежуточные версии|показано $1 промежуточных версий}} этого же участника)\";'),('ab','messages:diff-paragraph-moved-tonew','s:130:\"ru:Параграф был перемещён. Нажмите, чтобы перейти к новому расположению.\";'),('ab','messages:diff-paragraph-moved-toold','s:130:\"ru:Пункт был перемещён. Нажмите, чтобы перейти к старому местоположению.\";'),('ab','messages:difference-missing-revision','s:531:\"ru:Не {{PLURAL:$2|1=найдена|найдены}} {{PLURAL:$2|$2 версия|$2 версий|$2 версии|1=одна из версий}} для этого сравнения ($1).\n\nТакое обычно случается при переходе по устаревшей ссылке сравнения версий для страницы, которая была удалена.\nПодробности могут быть в [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} журнале удалений].\";'),('ab','messages:difference-multipage','s:53:\"ru:(Различия между страницами)\";'),('ab','messages:difference-title','s:72:\"ab:«$1» аревизиақәа рыбжьара аиԥшымзаара\";'),('ab','messages:difference-title-multipage','s:67:\"ru:«$1» и «$2»: разница между страницами\";'),('ab','messages:directorycreateerror','s:67:\"ru:Невозможно создать директорию «$1».\";'),('ab','messages:directoryreadonlyerror','s:75:\"ru:Каталог «$1» доступен только для чтения.\";'),('ab','messages:disabledspecialpage-disabled','s:111:\"ru:Данная страница была отключена системным администратором.\";'),('ab','messages:disclaimerpage','s:66:\"ab:Project:Азеиԥш аҭакԥхықәра мап ацәкра\";'),('ab','messages:disclaimers','s:45:\"ab:Аҭакԥхықәра мап ацәкра\";'),('ab','messages:djvu_page_error','s:67:\"ru:Номер страницы DjVu вне досягаемости\";'),('ab','messages:double-redirect-fixed-maintenance','s:195:\"ru:Автоматическое исправление двойного перенаправления с [[$1]] на [[$2]] в работе по техническому обслуживанию\";'),('ab','messages:double-redirect-fixed-move','s:187:\"ru:Страница [[$1]] была перемещена.\nОна автоматически обновилась и теперь перенаправляет на страницу [[$2]].\";'),('ab','messages:double-redirect-fixer','s:56:\"ru:Исправитель перенаправлений\";'),('ab','messages:doubleredirects','s:48:\"ru:Двойные перенаправления\";'),('ab','messages:doubleredirects-summary','s:3:\"en:\";'),('ab','messages:doubleredirectstext','s:618:\"ru:На этой странице представлен список перенаправлений на другие перенаправления.\nКаждая строка содержит ссылки на первое и второе перенаправления, а также целевую страницу второго перенаправления, в которой обычно указывается название страницы, куда должно ссылаться первое перенаправление.\n<del>Зачёркнутые</del> записи были исправлены.\";'),('ab','messages:download','s:17:\"ru:скачать\";'),('ab','messages:duplicate-args-category','s:126:\"ru:Страницы, использующие повторяющиеся аргументы в вызовах шаблонов\";'),('ab','messages:duplicate-args-category-desc','s:268:\"ru:Страницы, содержащие вызовы шаблонов, использующие повторяющиеся аргументы, такие как <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> или <code><nowiki>{{foo|bar|1=bar}}</nowiki></code>.\";'),('ab','messages:duplicate-args-warning','s:253:\"ru:<strong>Внимание:</strong> [[:$1]] вызывает [[:$2]] с более чем одним значением параметра «$3». Будет использовано только последнее указанное значение.\";'),('ab','messages:duplicate-defaultsort','s:204:\"ru:<strong>Внимание:</strong> Ключ сортировки по умолчанию «$2» переопределяет прежний ключ сортировки по умолчанию «$1».\";'),('ab','messages:duplicate-displaytitle','s:193:\"ru:<strong>Внимание:</strong> Отображаемое название «$2» переопределяет ранее заданное отображаемое название «$1».\";'),('ab','messages:duplicatesoffile','s:313:\"ru:{{PLURAL:$1|Следующий файл является дубликатом|Следующие $1 файла являются дубликатами|Следующие $1 файлов являются дубликатами}} этого файла ([[Special:FileDuplicateSearch/$2|подробности]]):\";'),('ab','messages:duration-centuries','s:46:\"ru:$1 {{PLURAL:$1|век|века|веков}}\";'),('ab','messages:duration-days','s:39:\"ab:$1 {{PLURAL:$1|амш|амшқәа}}\";'),('ab','messages:duration-decades','s:88:\"ru:$1 {{PLURAL:$1|десятилетие|десятилетия|десятилетий}}\";'),('ab','messages:duration-hours','s:46:\"ru:$1 {{PLURAL:$1|час|часа|часов}}\";'),('ab','messages:duration-millennia','s:42:\"ru:$1 {{PLURAL:$1|тысячелетие}}\";'),('ab','messages:duration-minutes','s:56:\"ru:$1 {{PLURAL:$1|минута|минуты|минут}}\";'),('ab','messages:duration-seconds','s:62:\"ru:$1 {{PLURAL:$1|секунда|секунды|секунд}}\";'),('ab','messages:duration-weeks','s:58:\"ru:$1 {{PLURAL:$1|неделя|недели|недель}}\";'),('ab','messages:duration-years','s:42:\"ru:$1 {{PLURAL:$1|год|года|лет}}\";'),('ab','messages:eauthentsent','s:361:\"ru:На указанный адрес электронной почты отправлено письмо. \nЧтобы получать письма в дальнейшем, следуйте изложенным там инструкциям для подтверждения, что этот адрес действительно принадлежит вам.\";'),('ab','messages:edit','s:29:\"ab:Аредакциазура\";'),('ab','messages:edit-already-exists','s:103:\"ru:Невозможно создать новую страницу.\nОна уже существует.\";'),('ab','messages:edit-conflict','s:49:\"ru:Конфликт редактирования.\";'),('ab','messages:edit-gone-missing','s:108:\"ru:Невозможно обновить страницу.\nВероятно, она была удалена.\";'),('ab','messages:edit-hook-aborted','s:158:\"ru:Правка отменена процедурой-перехватчиком.\nДополнительных разъяснений не приведено.\";'),('ab','messages:edit-local','s:65:\"ru:Редактировать локальное описание\";'),('ab','messages:edit-no-change','s:132:\"ru:Ваша правка была отклонена, так как в тексте не было сделано изменений.\";'),('ab','messages:edit-slots-cannot-add','s:173:\"ru:{{PLURAL:$1|1=Следующее место здесь не поддерживается|Следующие места здесь не поддерживаются}}: $2.\";'),('ab','messages:edit-slots-cannot-remove','s:215:\"ru:{{PLURAL:$1|1=Следующее место обязательно и не может быть удалено|Следующие места обязательны и не могут быть удалены}}: $2.\";'),('ab','messages:edit-slots-missing','s:129:\"ru:{{PLURAL:$1|1=Отсутствует следующее место|Отсутствуют следующие места}}: $2.\";'),('ab','messages:edit-textarea-aria-label','s:60:\"ru:Редактор исходного вики-текста\";'),('ab','messages:edit_form_incomplete','s:254:\"ru:\'\'\'Некоторые части формы редактирования не достигли сервера. Внимательно проверьте, что ваши правки не повреждены, и попробуйте ещё раз.\'\'\'\";'),('ab','messages:editcomment','s:70:\"ru:Было дано описание изменения: <em>$1</em>.\";'),('ab','messages:editconflict','s:52:\"ru:Конфликт редактирования: $1\";'),('ab','messages:editfont-monospace','s:38:\"ru:Моноширинный шрифт\";'),('ab','messages:editfont-sansserif','s:35:\"ru:Шрифт без засечек\";'),('ab','messages:editfont-serif','s:35:\"ru:Шрифт с засечками\";'),('ab','messages:editfont-style','s:67:\"ru:Тип шрифта области редактирования:\";'),('ab','messages:edithelp','s:50:\"ab:Аредакциазуразы аилыркаа\";'),('ab','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ab','messages:editing','s:33:\"ab:Аредакциазура: $1\";'),('ab','messages:editingcomment','s:61:\"ru:Редактирование: $1 (новый раздел)\";'),('ab','messages:editinginterface','s:342:\"ru:<strong>Внимание:</strong> Вы редактируете страницу, содержащую текст интерфейса программного обеспечения.\nЕё изменение повлияет на внешний вид интерфейса для других пользователей этой вики.\";'),('ab','messages:editingold','s:292:\"ru:<strong>Предупреждение: Вы редактируете устаревшую версию данной страницы.</strong>\nПосле публикации будут потеряны все изменения, сделанные в последующих версиях.\";'),('ab','messages:editingsection','s:46:\"ab:Аредакциазура: $1 (аҟәша)\";'),('ab','messages:editinguser','s:119:\"ru:Изменение групп {{GENDER:$1|участника|участницы}} <strong>[[User:$1|$1]]</strong> $2\";'),('ab','messages:editlink','s:29:\"ab:аредакциазура\";'),('ab','messages:editnotice-notext','s:4:\"en:-\";'),('ab','messages:editold','s:29:\"ab:аредакциазура\";'),('ab','messages:editpage','s:34:\"ru:Править страницу\";'),('ab','messages:editpage-cannot-use-custom-model','s:107:\"ru:Модель содержимого этой страницы не может быть изменена.\";'),('ab','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ab','messages:editpage-invalidcontentmodel-text','s:80:\"ru:Модель содержимого «$1» не поддерживается.\";'),('ab','messages:editpage-invalidcontentmodel-title','s:72:\"ru:Модель содержимого не поддерживается\";'),('ab','messages:editpage-notsupportedcontentformat-text','s:117:\"ru:Формат содержимого $1 не поддерживается моделью содержимого $2.\";'),('ab','messages:editpage-notsupportedcontentformat-title','s:72:\"ru:Формат содержимого не поддерживается\";'),('ab','messages:editpage-summary','s:3:\"en:\";'),('ab','messages:editpage-tos-summary','s:4:\"en:-\";'),('ab','messages:editsection','s:29:\"ab:аредакциазура\";'),('ab','messages:editsectionhint','s:41:\"ab:Ари ашара ариашара: $1\";'),('ab','messages:edittools','s:179:\"ru:<!-- Расположенный здесь текст будет показываться под формой редактирования и формой загрузки. -->\";'),('ab','messages:edittools-upload','s:4:\"ru:-\";'),('ab','messages:editundo','s:28:\"ab:мап ацәыктәуп\";'),('ab','messages:editusergroup','s:53:\"ru:Загрузить группы участника\";'),('ab','messages:editwatchlist-summary','s:3:\"en:\";'),('ab','messages:ellipsis','s:6:\"en:...\";'),('ab','messages:email','s:36:\"ru:Электронная почта\";'),('ab','messages:email-allow-new-users-label','s:107:\"ru:Разрешить электронные письма от совсем новых участников\";'),('ab','messages:email-legend','s:102:\"ru:Отправить письмо другому участнику {{grammar:genitive|{{SITENAME}}}}\";'),('ab','messages:email-mutelist-label','s:114:\"ru:Запретить этим участникам отправлять мне электронную почту:\";'),('ab','messages:emailauthenticated','s:87:\"ru:Ваш адрес электронной почты подтверждён $2 в $3.\";'),('ab','messages:emailblock','s:49:\"ru:отправка писем запрещена\";'),('ab','messages:emailccme','s:53:\"ru:Отправить мне копию письма.\";'),('ab','messages:emailccsubject','s:59:\"ru:Копия вашего сообщения для $1: $2\";'),('ab','messages:emailconfirmlink','s:77:\"ru:Подтвердить ваш адрес электронной почты\";'),('ab','messages:emaildisabled','s:111:\"ru:Этот сайт не может отправлять сообщения электронной почты.\";'),('ab','messages:emailfrom','s:17:\"ru:От кого:\";'),('ab','messages:emaillink','s:34:\"ru:отправить письмо\";'),('ab','messages:emailmessage','s:22:\"ru:Сообщение:\";'),('ab','messages:emailnotarget','s:105:\"ru:Несуществующее или ошибочное имя участника-получателя.\";'),('ab','messages:emailnotauthenticated','s:214:\"ru:Ваш адрес электронной почты ещё не был подтверждён.\nПисьма не будут отправляться ни для одной из следующих функций.\";'),('ab','messages:emailpagetext','s:554:\"ru:С помощью данной формы можно отправить сообщение на адрес электронной почты {{GENDER:$1|этого участника|этой участницы}}.\nВ качестве обратного адреса будет указан тот адрес, который вы указали в [[Special:Preferences|своих настройках]], таким образом получатель будет иметь возможность ответить непосредственно вам.\";'),('ab','messages:emailsend','s:21:\"ru:Отправить\";'),('ab','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ab','messages:emailsent','s:36:\"ru:Письмо отправлено\";'),('ab','messages:emailsenttext','s:75:\"ru:Ваше электронное сообщение отправлено.\";'),('ab','messages:emailsubject','s:12:\"ru:Тема:\";'),('ab','messages:emailtarget','s:64:\"ru:Введите имя участника-получателя\";'),('ab','messages:emailto','s:12:\"ru:Кому:\";'),('ab','messages:emailuser','s:34:\"ru:Письмо участнику\";'),('ab','messages:emailuser-summary','s:3:\"en:\";'),('ab','messages:emailuser-title-notarget','s:78:\"ru:Написание электронного письма участнику\";'),('ab','messages:emailuser-title-target','s:111:\"ru:Написание электронного письма {{GENDER:$1|участнику|участнице}}\";'),('ab','messages:emailuserfooter','s:445:\"ru:Это письмо было отправлено {{GENDER:$2|участнику|участнице}} $2 от {{GENDER:$1|участника|участницы}} $1 с помощью функции «{{int:emailuser}}» проекта {{SITENAME}}. {{gender:$1|Отправителю|Отправительнице}} неизвестен ваш электронный адрес, пока вы не ответите {{gender:$1|ему|ей}}.\";'),('ab','messages:emailusername','s:29:\"ru:Имя участника:\";'),('ab','messages:emailusernamesubmit','s:21:\"ru:Отправить\";'),('ab','messages:empty-file','s:55:\"ru:Отправленный вами файл пуст.\";'),('ab','messages:empty-username','s:51:\"ru:(имя участника недоступно)\";'),('ab','messages:emptyfile','s:316:\"ru:Загруженный вами файл, вероятно, пустой. Возможно, это произошло из-за ошибки при наборе имени файла. Пожалуйста, проверьте, действительно ли вы хотите загрузить этот файл.\";'),('ab','messages:enhancedrc-history','s:17:\"ab:аҭоурых\";'),('ab','messages:enhancedrc-since-last-visit','s:62:\"ru:$1 {{PLURAL:$1|с последнего посещения}}\";'),('ab','messages:enotif_anon_editor','s:41:\"ru:анонимный участник $1\";'),('ab','messages:enotif_body','s:1110:\"ru:Здравствуйте, $WATCHINGUSERNAME!\n\n$PAGEINTRO $NEWPAGE\n\nКраткое описание изменения: $PAGESUMMARY $PAGEMINOREDIT\n\nОбратиться к изменившему:\nэл. почта: $PAGEEDITOR_EMAIL\nвики: $PAGEEDITOR_WIKI\n\nЕсли вы не зайдёте на эту страницу под своей учётной записью, в случае её дальнейших изменений уведомлений больше не будет. Вы можете также отключить опцию уведомления для всех страниц в вашем списке наблюдения.\n\nСистема оповещения {{grammar:genitive|{{SITENAME}}}}\n\n--\nИзменение настройки уведомлений\n{{canonicalurl:{{#special:Preferences}}}}\n\nИзменение настройки вашего списка наблюдения\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nУдалить страницы из вашего списка наблюдения\n$UNWATCHURL\n\nОбратная связь и помощь\n$HELPPAGE\";'),('ab','messages:enotif_body_intro_changed','s:230:\"ru:$PAGEEDITDATE {{gender:$2|участником|участницей}} $2 была изменена страница проекта «{{SITENAME}}» с именем «$1», см. текущую версию по ссылке: $3\";'),('ab','messages:enotif_body_intro_created','s:228:\"ru:$PAGEEDITDATE {{gender:$2|участником|участницей}} $2 была создана страница проекта «{{SITENAME}}» с именем «$1», см. текущую версию по ссылке: $3\";'),('ab','messages:enotif_body_intro_deleted','s:182:\"ru:$PAGEEDITDATE {{gender:$2|участником|участницей}} $2 была удалена страница проекта «{{SITENAME}}» с именем «$1», см. $3.\";'),('ab','messages:enotif_body_intro_moved','s:240:\"ru:$PAGEEDITDATE {{gender:$2|участником|участницей}} $2 была переименована страница проекта «{{SITENAME}}» с именем «$1», см. текущую версию по ссылке: $3\";'),('ab','messages:enotif_body_intro_restored','s:240:\"ru:$PAGEEDITDATE {{gender:$2|участником|участницей}} $2 была восстановлена страница проекта «{{SITENAME}}» с именем «$1», см. текущую версию по ссылке: $3\";'),('ab','messages:enotif_impersonal_salutation','s:53:\"ru:Участник {{grammar:genitive|{{SITENAME}}}}\";'),('ab','messages:enotif_lastdiff','s:67:\"ru:См. $1 для ознакомления с изменением\";'),('ab','messages:enotif_lastvisited','s:147:\"ru:См. $1 для просмотра всех изменений, произошедших с вашего последнего посещения\";'),('ab','messages:enotif_minoredit','s:33:\"ru:Это малая правка\";'),('ab','messages:enotif_reset','s:77:\"ru:Отметить все страницы как просмотренные\";'),('ab','messages:enotif_subject_changed','s:134:\"ru:Страница «$1» проекта «{{SITENAME}}» изменена {{gender:$2|участником|участницей}} $2\";'),('ab','messages:enotif_subject_created','s:132:\"ru:Страница «$1» проекта «{{SITENAME}}» создана {{gender:$2|участником|участницей}} $2\";'),('ab','messages:enotif_subject_deleted','s:135:\"ru:Страница «$1» в проекте «{{SITENAME}}» удалена {{gender:$2|участником|участницей}} $2\";'),('ab','messages:enotif_subject_moved','s:144:\"ru:Страница «$1» проекта «{{SITENAME}}» переименована {{gender:$2|участником|участницей}} $2\";'),('ab','messages:enotif_subject_restored','s:144:\"ru:Страница «$1» проекта «{{SITENAME}}» восстановлена {{gender:$2|участником|участницей}} $2\";'),('ab','messages:enterlockreason','s:87:\"ru:Укажите причину и намеченный срок блокировки.\";'),('ab','messages:error','s:11:\"ab:Агха\";'),('ab','messages:errorpagetitle','s:11:\"ab:Агха\";'),('ab','messages:exbeforeblank','s:51:\"ru:содержимое до очистки: «$1»\";'),('ab','messages:exception-nologin','s:54:\"ru:Вы не представились системе\";'),('ab','messages:exception-nologin-text','s:140:\"ru:Необходимо представиться, чтобы иметь доступ к этой странице или действию.\";'),('ab','messages:exception-nologin-text-manual','s:116:\"ru:Необходимо $1, чтобы иметь доступ к этой странице или действию.\";'),('ab','messages:excontent','s:31:\"ru:содержимое: «$1»\";'),('ab','messages:excontentauthor','s:168:\"ru:содержимое: «$1», единственным автором которого был [[Special:Contributions/$2|$2]] ([[User talk:$2|обсуждение]])\";'),('ab','messages:exif-aperturevalue','s:29:\"ru:Диафрагма в APEX\";'),('ab','messages:exif-artist','s:13:\"ru:Автор\";'),('ab','messages:exif-attributionurl','s:107:\"ru:При использовании этой работы, пожалуйста, ссылайтесь на\";'),('ab','messages:exif-bitspersample','s:28:\"ru:Глубина цвета\";'),('ab','messages:exif-brightnessvalue','s:25:\"ru:Яркость в APEX\";'),('ab','messages:exif-cameraownername','s:32:\"ru:Владелец камеры\";'),('ab','messages:exif-citycreated','s:66:\"ru:Город, где была сделана фотография\";'),('ab','messages:exif-citydest','s:38:\"ru:Изображённый город\";'),('ab','messages:exif-colorspace','s:44:\"ru:Цветовое пространство\";'),('ab','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('ab','messages:exif-colorspace-65535','s:33:\"ru:Некалиброванное\";'),('ab','messages:exif-componentsconfiguration','s:67:\"ru:Конфигурация цветовых компонентов\";'),('ab','messages:exif-componentsconfiguration-0','s:28:\"ru:не существует\";'),('ab','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('ab','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('ab','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('ab','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('ab','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('ab','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('ab','messages:exif-compressedbitsperpixel','s:52:\"ru:Глубина цвета после сжатия\";'),('ab','messages:exif-compression','s:26:\"ru:Метод сжатия\";'),('ab','messages:exif-compression-1','s:19:\"ru:Несжатый\";'),('ab','messages:exif-compression-2','s:115:\"ru:CCITT Group 3, 1-мерная модификация кодирования длин серий Хаффмана\";'),('ab','messages:exif-compression-3','s:57:\"ru:CCITT Group 3, факсовое кодирование\";'),('ab','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('ab','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('ab','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('ab','messages:exif-compression-4','s:57:\"ru:CCITT Group 4, факсовое кодирование\";'),('ab','messages:exif-compression-5','s:6:\"ru:LZW\";'),('ab','messages:exif-compression-6','s:22:\"ru:JPEG (старый)\";'),('ab','messages:exif-compression-7','s:7:\"ru:JPEG\";'),('ab','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('ab','messages:exif-contact','s:44:\"ru:Контактная информация\";'),('ab','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ab','messages:exif-contentwarning','s:55:\"ru:Предупреждение о содержании\";'),('ab','messages:exif-contrast','s:29:\"ru:Контрастность\";'),('ab','messages:exif-contrast-0','s:23:\"ru:Нормальная\";'),('ab','messages:exif-contrast-1','s:34:\"ru:Мягкое повышение\";'),('ab','messages:exif-contrast-2','s:36:\"ru:Сильное повышение\";'),('ab','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ab','messages:exif-copyright','s:51:\"ru:Владелец авторского права\";'),('ab','messages:exif-copyrighted','s:50:\"ru:Авторско-правовой статус:\";'),('ab','messages:exif-copyrighted-false','s:65:\"ru:Авторско-правовой статус не задан\";'),('ab','messages:exif-copyrighted-true','s:55:\"ru:Охраняется авторским правом\";'),('ab','messages:exif-copyrightowner','s:47:\"ru:Владелец авторских прав\";'),('ab','messages:exif-countrycodecreated','s:75:\"ru:Код страны, где была сделана фотография\";'),('ab','messages:exif-countrycodedest','s:47:\"ru:Код изображённой страны\";'),('ab','messages:exif-countrycreated','s:68:\"ru:Страна, где была сделана фотография\";'),('ab','messages:exif-countrydest','s:40:\"ru:Изображённая страна\";'),('ab','messages:exif-credit','s:75:\"ru:Поставщик, кто предоставил изображение\";'),('ab','messages:exif-croppedareaimageheightpixels','s:53:\"ru:Обрезанная высота панорамы\";'),('ab','messages:exif-croppedareaimagewidthpixels','s:53:\"ru:Обрезанная ширина панорамы\";'),('ab','messages:exif-croppedarealeftpixels','s:49:\"ru:Обрезание панорамы слева\";'),('ab','messages:exif-croppedareatoppixels','s:51:\"ru:Обрезание панорамы сверху\";'),('ab','messages:exif-customrendered','s:50:\"ru:Дополнительная обработка\";'),('ab','messages:exif-customrendered-0','s:34:\"ru:Не производилась\";'),('ab','messages:exif-customrendered-1','s:48:\"ru:Нестандартная обработка\";'),('ab','messages:exif-customrendered-2','s:47:\"ru:HDR (оригинал не сохранён)\";'),('ab','messages:exif-customrendered-3','s:42:\"ru:HDR (оригинал сохранён)\";'),('ab','messages:exif-customrendered-4','s:32:\"ru:Оригинал (для HDR)\";'),('ab','messages:exif-customrendered-6','s:19:\"ru:Панорама\";'),('ab','messages:exif-customrendered-7','s:21:\"ru:HDR-портрет\";'),('ab','messages:exif-customrendered-8','s:17:\"ru:Портрет\";'),('ab','messages:exif-datetime','s:55:\"ru:Дата и время изменения файла\";'),('ab','messages:exif-datetimedigitized','s:44:\"ru:Дата и время оцифровки\";'),('ab','messages:exif-datetimeexpires','s:43:\"ru:Не использовать после\";'),('ab','messages:exif-datetimemetadata','s:72:\"ru:Дата последнего изменения метаданных\";'),('ab','messages:exif-datetimeoriginal','s:50:\"ru:Оригинальные дата и время\";'),('ab','messages:exif-datetimereleased','s:24:\"ru:Дата выхода\";'),('ab','messages:exif-dc-contributor','s:19:\"ru:Соавторы\";'),('ab','messages:exif-dc-coverage','s:95:\"ru:Пространственные или временные рамки медиафайлов\";'),('ab','messages:exif-dc-date','s:15:\"ru:Дата(ы)\";'),('ab','messages:exif-dc-publisher','s:19:\"ru:Издатель\";'),('ab','messages:exif-dc-relation','s:32:\"ru:Связанные медиа\";'),('ab','messages:exif-dc-rights','s:13:\"ru:Права\";'),('ab','messages:exif-dc-source','s:38:\"ru:Исходный медиафайл\";'),('ab','messages:exif-dc-type','s:30:\"ru:Тип медиафайла\";'),('ab','messages:exif-devicesettingdescription','s:59:\"ru:Описание предустановок камеры\";'),('ab','messages:exif-digitalzoomratio','s:91:\"ru:Коэффициент цифрового увеличения (цифровой зум)\";'),('ab','messages:exif-disclaimer','s:49:\"ru:Отказ от ответственности\";'),('ab','messages:exif-editstatus','s:63:\"ru:Редакционный статус изображения\";'),('ab','messages:exif-event','s:42:\"ru:Изображённое событие\";'),('ab','messages:exif-exifversion','s:20:\"ru:Версия Exif\";'),('ab','messages:exif-exposurebiasvalue','s:46:\"ru:Компенсация экспозиции\";'),('ab','messages:exif-exposureindex','s:36:\"ru:Индекс экспозиции\";'),('ab','messages:exif-exposurelockused','s:69:\"ru:Используется блокировка экспозиции\";'),('ab','messages:exif-exposurelockused-false','s:9:\"ru:Нет\";'),('ab','messages:exif-exposurelockused-true','s:7:\"ru:Да\";'),('ab','messages:exif-exposuremode','s:47:\"ru:Режим выбора экспозиции\";'),('ab','messages:exif-exposuremode-0','s:52:\"ru:Автоматическая экспозиция\";'),('ab','messages:exif-exposuremode-1','s:55:\"ru:Ручная установка экспозиции\";'),('ab','messages:exif-exposuremode-2','s:21:\"ru:Брэкетинг\";'),('ab','messages:exif-exposureprogram','s:42:\"ru:Программа экспозиции\";'),('ab','messages:exif-exposureprogram-0','s:23:\"ru:Неизвестно\";'),('ab','messages:exif-exposureprogram-1','s:26:\"ru:Ручной режим\";'),('ab','messages:exif-exposureprogram-2','s:59:\"ru:Программный режим (нормальный)\";'),('ab','messages:exif-exposureprogram-3','s:40:\"ru:Приоритет диафрагмы\";'),('ab','messages:exif-exposureprogram-4','s:38:\"ru:Приоритет выдержки\";'),('ab','messages:exif-exposureprogram-5','s:115:\"ru:Художественная программа (на основе нужной глубины резкости)\";'),('ab','messages:exif-exposureprogram-6','s:81:\"ru:Спортивный режим (с минимальной выдержкой)\";'),('ab','messages:exif-exposureprogram-7','s:135:\"ru:Портретный режим (для снимков на близком расстоянии, с фоном не в фокусе)\";'),('ab','messages:exif-exposureprogram-8','s:106:\"ru:Пейзажный режим (для пейзажных снимков, с фоном в фокусе)\";'),('ab','messages:exif-exposuretime','s:34:\"ru:Время экспозиции\";'),('ab','messages:exif-exposuretime-format','s:13:\"ru:$1 с ($2)\";'),('ab','messages:exif-filesource','s:30:\"ru:Источник файла\";'),('ab','messages:exif-filesource-3','s:42:\"ru:Цифровой фотоаппарат\";'),('ab','messages:exif-firstphotodate','s:45:\"ru:Дата первой фотографии\";'),('ab','messages:exif-fixtureidentifier','s:34:\"ru:Название колонки\";'),('ab','messages:exif-flash','s:30:\"ru:Статус вспышки\";'),('ab','messages:exif-flash-fired-0','s:45:\"ru:Вспышка не срабатывала\";'),('ab','messages:exif-flash-fired-1','s:36:\"ru:Сработала вспышка\";'),('ab','messages:exif-flash-function-1','s:24:\"ru:Нет вспышки\";'),('ab','messages:exif-flash-mode-1','s:55:\"ru:импульс заполняющей вспышки\";'),('ab','messages:exif-flash-mode-2','s:61:\"ru:подавление заполняющей вспышки\";'),('ab','messages:exif-flash-mode-3','s:42:\"ru:автоматический режим\";'),('ab','messages:exif-flash-redeye-1','s:73:\"ru:режим устранения эффекта красных глаз\";'),('ab','messages:exif-flash-return-0','s:68:\"ru:нет режима предварительной вспышки\";'),('ab','messages:exif-flash-return-2','s:100:\"ru:обратный импульс предварительной вспышки не получен\";'),('ab','messages:exif-flash-return-3','s:95:\"ru:получен обратный импульс предварительной вспышки\";'),('ab','messages:exif-flashenergy','s:32:\"ru:Энергия вспышки\";'),('ab','messages:exif-flashpixversion','s:53:\"ru:Поддерживаемая версия FlashPix\";'),('ab','messages:exif-fnumber','s:32:\"ru:Число диафрагмы\";'),('ab','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('ab','messages:exif-focallength','s:40:\"ru:Фокусное расстояние\";'),('ab','messages:exif-focallength-format','s:10:\"ru:$1 мм\";'),('ab','messages:exif-focallengthin35mmfilm','s:97:\"ru:Эквивалентное фокусное расстояние (для 35 мм плёнки)\";'),('ab','messages:exif-focalplaneresolutionunit','s:98:\"ru:Единица измерения разрешения в фокальной плоскости\";'),('ab','messages:exif-focalplaneresolutionunit-2','s:15:\"ru:дюймов\";'),('ab','messages:exif-focalplanexresolution','s:71:\"ru:Разрешение по X в фокальной плоскости\";'),('ab','messages:exif-focalplaneyresolution','s:71:\"ru:Разрешение по Y в фокальной плоскости\";'),('ab','messages:exif-fullpanoheightpixels','s:45:\"ru:Полная высота панорамы\";'),('ab','messages:exif-fullpanowidthpixels','s:45:\"ru:Полная ширина панорамы\";'),('ab','messages:exif-gaincontrol','s:36:\"ru:Повышение яркости\";'),('ab','messages:exif-gaincontrol-0','s:9:\"ru:Нет\";'),('ab','messages:exif-gaincontrol-1','s:42:\"ru:Небольшое увеличение\";'),('ab','messages:exif-gaincontrol-2','s:38:\"ru:Большое увеличение\";'),('ab','messages:exif-gaincontrol-3','s:42:\"ru:Небольшое уменьшение\";'),('ab','messages:exif-gaincontrol-4','s:38:\"ru:Сильное уменьшение\";'),('ab','messages:exif-giffilecomment','s:38:\"ru:Примечание GIF-файла\";'),('ab','messages:exif-gpsaltitude','s:15:\"ru:Высота\";'),('ab','messages:exif-gpsaltitude-above-sealevel','s:83:\"ru:$1 {{PLURAL:$1|метр|метра|метров}} над уровнем моря\";'),('ab','messages:exif-gpsaltitude-below-sealevel','s:83:\"ru:$1 {{PLURAL:$1|метр|метра|метров}} ниже уровня моря\";'),('ab','messages:exif-gpsaltituderef','s:28:\"ru:Индекс высоты\";'),('ab','messages:exif-gpsareainformation','s:38:\"ru:Название области GPS\";'),('ab','messages:exif-gpsdatestamp','s:11:\"ru:Дата\";'),('ab','messages:exif-gpsdestbearing','s:30:\"ru:Пеленг объекта\";'),('ab','messages:exif-gpsdestbearingref','s:78:\"ru:Тип пеленга объекта (истинный, магнитный)\";'),('ab','messages:exif-gpsdestdistance','s:23:\"ru:Расстояние\";'),('ab','messages:exif-gpsdestdistance-k','s:23:\"ru:Километров\";'),('ab','messages:exif-gpsdestdistance-m','s:11:\"ru:Миль\";'),('ab','messages:exif-gpsdestdistance-n','s:26:\"ru:Морских миль\";'),('ab','messages:exif-gpsdestdistanceref','s:57:\"ru:Единицы измерения расстояния\";'),('ab','messages:exif-gpsdestlatitude','s:32:\"ru:Долгота объекта\";'),('ab','messages:exif-gpsdestlatituderef','s:45:\"ru:Индекс долготы объекта\";'),('ab','messages:exif-gpsdestlongitude','s:30:\"ru:Широта объекта\";'),('ab','messages:exif-gpsdestlongituderef','s:43:\"ru:Индекс широты объекта\";'),('ab','messages:exif-gpsdifferential','s:52:\"ru:Дифференциальная поправка\";'),('ab','messages:exif-gpsdirection-m','s:21:\"ru:магнитный\";'),('ab','messages:exif-gpsdirection-t','s:19:\"ru:истинный\";'),('ab','messages:exif-gpsdop','s:38:\"ru:Точность измерения\";'),('ab','messages:exif-gpsdop-excellent','s:24:\"ru:Отличная ($1)\";'),('ab','messages:exif-gpsdop-fair','s:33:\"ru:Ниже среднего ($1)\";'),('ab','messages:exif-gpsdop-good','s:22:\"ru:Хорошая ($1)\";'),('ab','messages:exif-gpsdop-moderate','s:22:\"ru:Средняя ($1)\";'),('ab','messages:exif-gpsdop-poor','s:20:\"ru:Плохая ($1)\";'),('ab','messages:exif-gpsimgdirection','s:38:\"ru:Азимут изображения\";'),('ab','messages:exif-gpsimgdirectionref','s:86:\"ru:Тип азимута изображения (истинный, магнитный)\";'),('ab','messages:exif-gpslatitude','s:15:\"ru:Широта\";'),('ab','messages:exif-gpslatitude-n','s:32:\"ru:северной широты\";'),('ab','messages:exif-gpslatitude-s','s:26:\"ru:южной широты\";'),('ab','messages:exif-gpslatituderef','s:28:\"ru:Индекс широты\";'),('ab','messages:exif-gpslongitude','s:17:\"ru:Долгота\";'),('ab','messages:exif-gpslongitude-e','s:36:\"ru:восточной долготы\";'),('ab','messages:exif-gpslongitude-w','s:34:\"ru:западной долготы\";'),('ab','messages:exif-gpslongituderef','s:30:\"ru:Индекс долготы\";'),('ab','messages:exif-gpsmapdatum','s:92:\"ru:Использованная геодезическая система координат\";'),('ab','messages:exif-gpsmeasuremode','s:51:\"ru:Метод измерения положения\";'),('ab','messages:exif-gpsmeasuremode-2','s:45:\"ru:Измерение 2-х координат\";'),('ab','messages:exif-gpsmeasuremode-3','s:45:\"ru:Измерение 3-х координат\";'),('ab','messages:exif-gpsprocessingmethod','s:53:\"ru:Метод вычисления положения\";'),('ab','messages:exif-gpssatellites','s:67:\"ru:Описание использованных спутников\";'),('ab','messages:exif-gpsspeed','s:36:\"ru:Скорость движения\";'),('ab','messages:exif-gpsspeed-k','s:14:\"ru:км/час\";'),('ab','messages:exif-gpsspeed-m','s:18:\"ru:миль/час\";'),('ab','messages:exif-gpsspeed-n','s:13:\"ru:узлов\";'),('ab','messages:exif-gpsspeedref','s:53:\"ru:Единицы измерения скорости\";'),('ab','messages:exif-gpsstatus','s:63:\"ru:Статус приёмника в момент съёмки\";'),('ab','messages:exif-gpsstatus-a','s:45:\"ru:Измерение не закончено\";'),('ab','messages:exif-gpsstatus-v','s:46:\"ru:Готов к передаче данных\";'),('ab','messages:exif-gpstimestamp','s:35:\"ru:Точное время по UTC\";'),('ab','messages:exif-gpstrack','s:38:\"ru:Азимут приёмника GPS\";'),('ab','messages:exif-gpstrackref','s:86:\"ru:Тип азимута приёмника GPS (истинный, магнитный)\";'),('ab','messages:exif-gpsversionid','s:51:\"ru:Версия блока GPS-информации\";'),('ab','messages:exif-headline','s:21:\"ru:Заголовок\";'),('ab','messages:exif-identifier','s:29:\"ru:Идентификатор\";'),('ab','messages:exif-iimcategory','s:21:\"ru:Категория\";'),('ab','messages:exif-iimcategory-ace','s:65:\"ru:Искусство, культура и развлечения\";'),('ab','messages:exif-iimcategory-clj','s:41:\"ru:Преступность и закон\";'),('ab','messages:exif-iimcategory-dis','s:39:\"ru:Катастрофы и аварии\";'),('ab','messages:exif-iimcategory-edu','s:25:\"ru:Образование\";'),('ab','messages:exif-iimcategory-evn','s:34:\"ru:Окружающая среда\";'),('ab','messages:exif-iimcategory-fin','s:37:\"ru:Экономика и бизнес\";'),('ab','messages:exif-iimcategory-hth','s:19:\"ru:Здоровье\";'),('ab','messages:exif-iimcategory-hum','s:46:\"ru:Примечательные истории\";'),('ab','messages:exif-iimcategory-lab','s:11:\"ru:Труд\";'),('ab','messages:exif-iimcategory-lif','s:38:\"ru:Образ жизни и досуг\";'),('ab','messages:exif-iimcategory-pol','s:19:\"ru:Политика\";'),('ab','messages:exif-iimcategory-rel','s:29:\"ru:Религия и вера\";'),('ab','messages:exif-iimcategory-sci','s:31:\"ru:Наука и техника\";'),('ab','messages:exif-iimcategory-soi','s:38:\"ru:Социальные вопросы\";'),('ab','messages:exif-iimcategory-spo','s:13:\"ru:Спорт\";'),('ab','messages:exif-iimcategory-war','s:57:\"ru:Войны, конфликты и беспорядки\";'),('ab','messages:exif-iimcategory-wea','s:15:\"ru:Погода\";'),('ab','messages:exif-iimsupplementalcategory','s:50:\"ru:Дополнительные категории\";'),('ab','messages:exif-iimversion','s:19:\"ru:Версия IIM\";'),('ab','messages:exif-imagedescription','s:42:\"ru:Название изображения\";'),('ab','messages:exif-imagelength','s:15:\"ru:Высота\";'),('ab','messages:exif-imageuniqueid','s:41:\"ru:Номер изображения (ID)\";'),('ab','messages:exif-imagewidth','s:15:\"ru:Ширина\";'),('ab','messages:exif-initialcameradolly','s:45:\"ru:Изначальный вид камеры\";'),('ab','messages:exif-initialhorizontalfovdegrees','s:79:\"ru:Изначальный FOV (в градусах по горизонтали)\";'),('ab','messages:exif-initialverticalfovdegrees','s:75:\"ru:Изначальный FOV (в градусах по вертикали)\";'),('ab','messages:exif-initialviewheadingdegrees','s:94:\"ru:Изначальный горизонтальный угол вида (в градусах)\";'),('ab','messages:exif-initialviewpitchdegrees','s:65:\"ru:Изначальный угол вида (в градусах)\";'),('ab','messages:exif-initialviewrolldegrees','s:69:\"ru:Изначальный вид наклона (в градусах)\";'),('ab','messages:exif-intellectualgenre','s:24:\"ru:Тип объекта\";'),('ab','messages:exif-isospeedratings','s:49:\"ru:Светочувствительность ISO\";'),('ab','messages:exif-isospeedratings-overflow','s:19:\"ru:Более 65535\";'),('ab','messages:exif-jpegfilecomment','s:39:\"ru:Примечание JPEG-файла\";'),('ab','messages:exif-jpeginterchangeformat','s:53:\"ru:Положение начала блока preview\";'),('ab','messages:exif-jpeginterchangeformatlength','s:47:\"ru:Размер данных блока preview\";'),('ab','messages:exif-keywords','s:30:\"ru:Ключевые слова\";'),('ab','messages:exif-label','s:25:\"ru:Обозначение\";'),('ab','messages:exif-languagecode','s:11:\"ru:Язык\";'),('ab','messages:exif-lastphotodate','s:51:\"ru:Дата последней фотографии\";'),('ab','messages:exif-lens','s:48:\"ru:Использованный объектив\";'),('ab','messages:exif-licenseurl','s:42:\"ru:URL авторской лицензии\";'),('ab','messages:exif-lightsource','s:30:\"ru:Источник света\";'),('ab','messages:exif-lightsource-0','s:23:\"ru:Неизвестно\";'),('ab','messages:exif-lightsource-1','s:26:\"ru:Дневной свет\";'),('ab','messages:exif-lightsource-10','s:17:\"ru:Облачно\";'),('ab','messages:exif-lightsource-11','s:11:\"ru:Тень\";'),('ab','messages:exif-lightsource-12','s:67:\"ru:Лампа дневного света тип D (5700 − 7100K)\";'),('ab','messages:exif-lightsource-13','s:67:\"ru:Лампа дневного света тип N (4600 − 5400K)\";'),('ab','messages:exif-lightsource-14','s:67:\"ru:Лампа дневного света тип W (3900 − 4500K)\";'),('ab','messages:exif-lightsource-15','s:68:\"ru:Лампа дневного света тип WW (3200 − 3700K)\";'),('ab','messages:exif-lightsource-17','s:64:\"ru:Стандартный источник света типа A\";'),('ab','messages:exif-lightsource-18','s:64:\"ru:Стандартный источник света типа B\";'),('ab','messages:exif-lightsource-19','s:64:\"ru:Стандартный источник света типа C\";'),('ab','messages:exif-lightsource-2','s:41:\"ru:Лампа дневного света\";'),('ab','messages:exif-lightsource-20','s:6:\"en:D55\";'),('ab','messages:exif-lightsource-21','s:6:\"en:D65\";'),('ab','messages:exif-lightsource-22','s:6:\"en:D75\";'),('ab','messages:exif-lightsource-23','s:6:\"en:D50\";'),('ab','messages:exif-lightsource-24','s:55:\"ru:Студийная лампа стандарта ISO\";'),('ab','messages:exif-lightsource-255','s:43:\"ru:Другой источник света\";'),('ab','messages:exif-lightsource-3','s:36:\"ru:Лампа накаливания\";'),('ab','messages:exif-lightsource-4','s:17:\"ru:Вспышка\";'),('ab','messages:exif-lightsource-9','s:30:\"ru:Хорошая погода\";'),('ab','messages:exif-locationdest','s:38:\"ru:Изображённое место\";'),('ab','messages:exif-locationdestcode','s:47:\"ru:Код изображённого места\";'),('ab','messages:exif-make','s:42:\"ru:Производитель камеры\";'),('ab','messages:exif-make-value','s:5:\"en:$1\";'),('ab','messages:exif-maxaperturevalue','s:55:\"ru:Минимальное число диафрагмы\";'),('ab','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('ab','messages:exif-meteringmode','s:47:\"ru:Режим замера экспозиции\";'),('ab','messages:exif-meteringmode-0','s:23:\"ru:Неизвестно\";'),('ab','messages:exif-meteringmode-1','s:17:\"ru:Средний\";'),('ab','messages:exif-meteringmode-2','s:35:\"ru:Центровзвешенный\";'),('ab','messages:exif-meteringmode-255','s:15:\"ru:Другой\";'),('ab','messages:exif-meteringmode-3','s:19:\"ru:Точечный\";'),('ab','messages:exif-meteringmode-4','s:31:\"ru:Мультиточечный\";'),('ab','messages:exif-meteringmode-5','s:21:\"ru:Матричный\";'),('ab','messages:exif-meteringmode-6','s:21:\"ru:Частичный\";'),('ab','messages:exif-model','s:28:\"ru:Модель камеры\";'),('ab','messages:exif-model-value','s:5:\"en:$1\";'),('ab','messages:exif-morepermissionsurl','s:77:\"ru:Альтернативная лицензионная информация\";'),('ab','messages:exif-nickname','s:67:\"ru:Неформальное название изображения\";'),('ab','messages:exif-objectcycle','s:99:\"ru:Время суток, для которого предназначено изображение\";'),('ab','messages:exif-objectcycle-a','s:26:\"ru:Только утром\";'),('ab','messages:exif-objectcycle-b','s:31:\"ru:Утром и вечером\";'),('ab','messages:exif-objectcycle-p','s:30:\"ru:Только вечером\";'),('ab','messages:exif-objectname','s:34:\"ru:Краткое название\";'),('ab','messages:exif-organisationinimage','s:50:\"ru:Изображённая организация\";'),('ab','messages:exif-orientation','s:34:\"ru:Ориентация кадра\";'),('ab','messages:exif-orientation-1','s:23:\"ru:Нормальная\";'),('ab','messages:exif-orientation-2','s:47:\"ru:Отражено по горизонтали\";'),('ab','messages:exif-orientation-3','s:32:\"ru:Повёрнуто на 180°\";'),('ab','messages:exif-orientation-4','s:43:\"ru:Отражено по вертикали\";'),('ab','messages:exif-orientation-5','s:118:\"ru:Повёрнуто на 90° против часовой стрелки и отражено по вертикали\";'),('ab','messages:exif-orientation-6','s:74:\"ru:Повёрнуто на 90° против часовой стрелки\";'),('ab','messages:exif-orientation-7','s:110:\"ru:Повёрнуто на 90° по часовой стрелке и отражено по вертикали\";'),('ab','messages:exif-orientation-8','s:66:\"ru:Повёрнуто на 90° по часовой стрелке\";'),('ab','messages:exif-originaldocumentid','s:88:\"ru:Уникальный идентификатор исходного документа\";'),('ab','messages:exif-originalimageheight','s:68:\"ru:Высота изображения до кадрирования\";'),('ab','messages:exif-originalimagewidth','s:68:\"ru:Ширина изображения до кадрирования\";'),('ab','messages:exif-originaltransmissionref','s:56:\"ru:Код исходного места передачи\";'),('ab','messages:exif-personinimage','s:42:\"ru:Изображённый человек\";'),('ab','messages:exif-photometricinterpretation','s:32:\"ru:Цветовая модель\";'),('ab','messages:exif-photometricinterpretation-0','s:48:\"ru:Чёрный и белый (белый — 0)\";'),('ab','messages:exif-photometricinterpretation-1','s:50:\"ru:Чёрный и белый (чёрный — 0)\";'),('ab','messages:exif-photometricinterpretation-10','s:42:\"ru:CIE L*a*b* (ITU-кодирование)\";'),('ab','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('ab','messages:exif-photometricinterpretation-3','s:34:\"ru:Цветовая палитра\";'),('ab','messages:exif-photometricinterpretation-32803','s:47:\"ru:Массив цветных фильтров\";'),('ab','messages:exif-photometricinterpretation-34892','s:23:\"ru:Линейный RAW\";'),('ab','messages:exif-photometricinterpretation-4','s:38:\"ru:Маска прозрачности\";'),('ab','messages:exif-photometricinterpretation-5','s:45:\"ru:Разделены (вероятно CMYK)\";'),('ab','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('ab','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ab','messages:exif-photometricinterpretation-9','s:42:\"ru:CIE L*a*b* (ICC-кодирование)\";'),('ab','messages:exif-pixelxdimension','s:38:\"ru:Ширина изображения\";'),('ab','messages:exif-pixelydimension','s:38:\"ru:Высота изображения\";'),('ab','messages:exif-planarconfiguration','s:53:\"ru:Принцип организации данных\";'),('ab','messages:exif-planarconfiguration-1','s:26:\"ru:формат «chunky»\";'),('ab','messages:exif-planarconfiguration-2','s:26:\"ru:формат «planar»\";'),('ab','messages:exif-pngfilecomment','s:41:\"ru:Примечание к PNG-файлу\";'),('ab','messages:exif-poseheadingdegrees','s:84:\"ru:Угол направления по горизонтали (в градусах)\";'),('ab','messages:exif-posepitchdegrees','s:57:\"ru:Угол по вертикали (в градусах)\";'),('ab','messages:exif-poserolldegrees','s:37:\"ru:Наклон (в градусах)\";'),('ab','messages:exif-preferredattributionname','s:102:\"ru:При использовании этой работы, пожалуйста, указывайте\";'),('ab','messages:exif-primarychromaticities','s:51:\"ru:Цветность основных цветов\";'),('ab','messages:exif-projectiontype','s:26:\"ru:Тип проекции\";'),('ab','messages:exif-projectiontype-equirectangular','s:29:\"ru:Равноугольный\";'),('ab','messages:exif-provinceorstatecreated','s:106:\"ru:Область, провинция или штат, где была сделана фотография\";'),('ab','messages:exif-provinceorstatedest','s:78:\"ru:Изображённая область, провинция или штат\";'),('ab','messages:exif-rating','s:24:\"ru:Оценка (из 5)\";'),('ab','messages:exif-rating-rejected','s:21:\"ru:Отклонено\";'),('ab','messages:exif-referenceblackwhite','s:59:\"ru:Положение белой и чёрной точек\";'),('ab','messages:exif-relatedsoundfile','s:53:\"ru:Файл звукового комментария\";'),('ab','messages:exif-rightscertificate','s:59:\"ru:Сертификат управления правами\";'),('ab','messages:exif-rowsperstrip','s:50:\"ru:Количество строк в 1 блоке\";'),('ab','messages:exif-samplesperpixel','s:63:\"ru:Количество цветовых компонентов\";'),('ab','messages:exif-saturation','s:27:\"ru:Насыщенность\";'),('ab','messages:exif-saturation-0','s:23:\"ru:Нормальная\";'),('ab','messages:exif-saturation-1','s:46:\"ru:Небольшая насыщенность\";'),('ab','messages:exif-saturation-2','s:42:\"ru:Большая насыщенность\";'),('ab','messages:exif-scenecapturetype','s:40:\"ru:Тип сцены при съёмке\";'),('ab','messages:exif-scenecapturetype-0','s:25:\"ru:Стандартный\";'),('ab','messages:exif-scenecapturetype-1','s:19:\"ru:Ландшафт\";'),('ab','messages:exif-scenecapturetype-2','s:17:\"ru:Портрет\";'),('ab','messages:exif-scenecapturetype-3','s:28:\"ru:Ночная съёмка\";'),('ab','messages:exif-scenecode','s:25:\"ru:Код сцены IPTC\";'),('ab','messages:exif-scenetype','s:20:\"ru:Тип сцены\";'),('ab','messages:exif-scenetype-1','s:75:\"ru:Изображение сфотографировано напрямую\";'),('ab','messages:exif-sensingmethod','s:24:\"ru:Тип сенсора\";'),('ab','messages:exif-sensingmethod-1','s:31:\"ru:Неопределённый\";'),('ab','messages:exif-sensingmethod-2','s:80:\"ru:Однокристальный матричный цветной сенсор\";'),('ab','messages:exif-sensingmethod-3','s:63:\"ru:Цветной сенсор с двумя матрицами\";'),('ab','messages:exif-sensingmethod-4','s:63:\"ru:Цветной сенсор с тремя матрицами\";'),('ab','messages:exif-sensingmethod-5','s:102:\"ru:Матричный сенсор с последовательным измерением цвета\";'),('ab','messages:exif-sensingmethod-7','s:55:\"ru:Трёхцветный линейный сенсор\";'),('ab','messages:exif-sensingmethod-8','s:100:\"ru:Линейный сенсор с последовательным измерением цвета\";'),('ab','messages:exif-serialnumber','s:43:\"ru:Серийный номер камеры\";'),('ab','messages:exif-sharpness','s:19:\"ru:Резкость\";'),('ab','messages:exif-sharpness-0','s:23:\"ru:Нормальная\";'),('ab','messages:exif-sharpness-1','s:34:\"ru:Мягкое повышение\";'),('ab','messages:exif-sharpness-2','s:36:\"ru:Сильное повышение\";'),('ab','messages:exif-shutterspeedvalue','s:27:\"ru:Выдержка в APEX\";'),('ab','messages:exif-software','s:48:\"ru:Программное обеспечение\";'),('ab','messages:exif-software-value','s:5:\"en:$1\";'),('ab','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ab','messages:exif-source','s:19:\"ru:Источник\";'),('ab','messages:exif-sourcephotoscount','s:51:\"ru:Число исходных фотографий\";'),('ab','messages:exif-specialinstructions','s:32:\"ru:Особые указания\";'),('ab','messages:exif-spectralsensitivity','s:60:\"ru:Спектральная чувствительность\";'),('ab','messages:exif-stitchingsoftware','s:72:\"ru:Программное обеспечение для сшивания\";'),('ab','messages:exif-stripbytecounts','s:41:\"ru:Размер сжатого блока\";'),('ab','messages:exif-stripoffsets','s:45:\"ru:Положение блока данных\";'),('ab','messages:exif-subjectarea','s:67:\"ru:Положение и площадь объекта съёмки\";'),('ab','messages:exif-subjectdistance','s:43:\"ru:Расстояние до объекта\";'),('ab','messages:exif-subjectdistance-value','s:52:\"ru:$1 {{PLURAL:$1|метр|метра|метров}}\";'),('ab','messages:exif-subjectdistancerange','s:56:\"ru:Расстояние до объекта съёмки\";'),('ab','messages:exif-subjectdistancerange-0','s:23:\"ru:Неизвестно\";'),('ab','messages:exif-subjectdistancerange-1','s:25:\"ru:Макросъёмка\";'),('ab','messages:exif-subjectdistancerange-2','s:56:\"ru:Съёмка с близкого расстояния\";'),('ab','messages:exif-subjectdistancerange-3','s:32:\"ru:Съёмка издалека\";'),('ab','messages:exif-subjectlocation','s:100:\"ru:Положение объекта относительно левого верхнего угла\";'),('ab','messages:exif-subjectnewscode','s:18:\"ru:Код темы\";'),('ab','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('ab','messages:exif-sublocationcreated','s:79:\"ru:Район города, где была сделана фотография\";'),('ab','messages:exif-sublocationdest','s:51:\"ru:Изображённый район города\";'),('ab','messages:exif-subsectime','s:69:\"ru:Доли секунд времени изменения файла\";'),('ab','messages:exif-subsectimedigitized','s:58:\"ru:Доли секунд времени оцифровки\";'),('ab','messages:exif-subsectimeoriginal','s:66:\"ru:Доли секунд оригинального времени\";'),('ab','messages:exif-unknowndate','s:34:\"ru:Неизвестная дата\";'),('ab','messages:exif-urgency','s:27:\"ru:Актуальность\";'),('ab','messages:exif-urgency-high','s:22:\"ru:Высокая ($1)\";'),('ab','messages:exif-urgency-low','s:20:\"ru:Низкая ($1)\";'),('ab','messages:exif-urgency-normal','s:22:\"ru:Обычная ($1)\";'),('ab','messages:exif-urgency-other','s:78:\"ru:Определённый пользователем приоритет ($1)\";'),('ab','messages:exif-usageterms','s:44:\"ru:Условия использования\";'),('ab','messages:exif-usepanoramaviewer','s:80:\"ru:Использовать программу просмотра панорам\";'),('ab','messages:exif-usepanoramaviewer-false','s:9:\"ru:Нет\";'),('ab','messages:exif-usepanoramaviewer-true','s:7:\"ru:Да\";'),('ab','messages:exif-usercomment','s:54:\"ru:Дополнительный комментарий\";'),('ab','messages:exif-webstatement','s:80:\"ru:Положение об авторских правах в Интернете\";'),('ab','messages:exif-whitebalance','s:28:\"ru:Баланс белого\";'),('ab','messages:exif-whitebalance-0','s:57:\"ru:Автоматический баланс белого\";'),('ab','messages:exif-whitebalance-1','s:62:\"ru:Ручная установка баланса белого\";'),('ab','messages:exif-whitepoint','s:43:\"ru:Цветность белой точки\";'),('ab','messages:exif-worldregioncreated','s:77:\"ru:Регион мира, где была сделана фотография\";'),('ab','messages:exif-worldregiondest','s:49:\"ru:Изображённый регион мира\";'),('ab','messages:exif-writer','s:26:\"ru:Автор текста\";'),('ab','messages:exif-xresolution','s:52:\"ru:Горизонтальное разрешение\";'),('ab','messages:exif-xyresolution-c','s:40:\"ru:$1 точек на сантиметр\";'),('ab','messages:exif-xyresolution-i','s:30:\"ru:$1 точек на дюйм\";'),('ab','messages:exif-ycbcrcoefficients','s:86:\"ru:Коэффициенты преобразования цветовой модели\";'),('ab','messages:exif-ycbcrpositioning','s:64:\"ru:Порядок размещения компонент Y и C\";'),('ab','messages:exif-ycbcrpositioning-1','s:31:\"ru:Центрированный\";'),('ab','messages:exif-ycbcrpositioning-2','s:11:\"ru:CO-sited\";'),('ab','messages:exif-ycbcrsubsampling','s:64:\"ru:Отношение размеров компонент Y и C\";'),('ab','messages:exif-yresolution','s:48:\"ru:Вертикальное разрешение\";'),('ab','messages:expand_templates_generate_rawhtml','s:24:\"ru:Показать HTML\";'),('ab','messages:expand_templates_generate_xml','s:51:\"ru:Показать дерево разбора XML\";'),('ab','messages:expand_templates_html_output','s:18:\"ru:HTML-вывод\";'),('ab','messages:expand_templates_input','s:38:\"ru:Входной вики-текст:\";'),('ab','messages:expand_templates_input_missing','s:83:\"ru:Вы должны вставить хоть какой-то вики-текст.\";'),('ab','messages:expand_templates_intro','s:464:\"ru:Эта служебная страница преобразует вики-текст, рекурсивно разворачивая все шаблоны в нём.\nТакже развёртке подвергаются функции парсера\n<code><nowiki>{{#language:…}}</nowiki></code> и переменные вида\n<code><nowiki>{{CURRENTDAY}}</nowiki></code> — в общем, всё внутри двойных фигурных скобок.\";'),('ab','messages:expand_templates_ok','s:5:\"ru:OK\";'),('ab','messages:expand_templates_output','s:21:\"ru:Результат\";'),('ab','messages:expand_templates_preview','s:27:\"ru:Предпросмотр\";'),('ab','messages:expand_templates_preview_fail_html','s:737:\"ru:<em>Так как {{SITENAME}} разрешает использовать чистый HTML, предварительный просмотр отключён в качестве меры предотвращения JavaScript-атак.</em>\n\n<strong>Если это добросовестная попытка редактирования, пожалуйста, попробуйте ещё раз.</strong>\nЕсли не получается повторная правка, попробуйте [[Special:UserLogout|завершить сеанс]] работы, заново представиться и проверить, что ваш браузер разрешает использовать cookies на этом сайте.\";'),('ab','messages:expand_templates_preview_fail_html_anon','s:507:\"ru:<em>Поскольку на сайте {{SITENAME}} включён «сырой» HTML, а вы не авторизовались, предварительный просмотр скрыт в качестве меры предосторожности против JavaScript-атак.</em>\n\n<strong>Если это правомерная попытка предварительного просмотра, пожалуйста, [[Special:UserLogin|войдите]] и попробуйте ещё раз.\";'),('ab','messages:expand_templates_remove_comments','s:40:\"ru:Удалить комментарии\";'),('ab','messages:expand_templates_remove_nowiki','s:63:\"ru:Подавлять теги <nowiki> в результате\";'),('ab','messages:expand_templates_title','s:75:\"ru:Заголовок страницы для {{FULLPAGENAME}} и т. п.:\";'),('ab','messages:expand_templates_xml_output','s:17:\"ru:XML вывод\";'),('ab','messages:expandtemplates','s:38:\"ru:Развёртка шаблонов\";'),('ab','messages:expansion-depth-exceeded-category','s:79:\"ru:Страницы с превышением глубины раскрытия\";'),('ab','messages:expansion-depth-exceeded-category-desc','s:120:\"ru:У страницы превышена максимально допустимая глубина раскрытия.\";'),('ab','messages:expansion-depth-exceeded-warning','s:77:\"ru:На странице превышен предел вложенности\";'),('ab','messages:expensive-parserfunction-category','s:132:\"ru:Страницы со слишком большим количеством вызовов ресурсоёмких функций\";'),('ab','messages:expensive-parserfunction-category-desc','s:335:\"ru:На странице используется слишком много ресурсоёмких функций (таких, как <code>#ifexist</code>). Подробнее — на странице [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ab','messages:expensive-parserfunction-warning','s:372:\"ru:\'\'\'Внимание!\'\'\' Эта страница содержит слишком много вызовов ресурсоёмких функций.\n\nДолжно быть не более {{PLURAL:$2|$2 вызова|$2 вызовов|1=одного вызова}}, в то время как сейчас здесь $1 {{PLURAL:$1|вызов|вызова|вызовов}}.\";'),('ab','messages:explainconflict','s:563:\"ru:Пока вы редактировали эту страницу, кто-то внёс в неё изменения.\nВ верхнем окне для редактирования вы видите текущий текст страницы.\nВ нижнем окне находится ваш вариант.\nПеренесите сделанные вами изменения из нижнего окна в верхнее.\nПри нажатии на кнопку «$1» будет опубликован текст <strong>верхнего</strong> окна.\";'),('ab','messages:export','s:32:\"ru:Экспорт страниц\";'),('ab','messages:export-addcat','s:19:\"ru:Добавить\";'),('ab','messages:export-addcattext','s:61:\"ru:Добавить страницы из категории:\";'),('ab','messages:export-addns','s:19:\"ru:Добавить\";'),('ab','messages:export-addnstext','s:76:\"ru:Добавить страницы из пространства имён:\";'),('ab','messages:export-download','s:58:\"ru:Предложить сохранить как файл\";'),('ab','messages:export-manual','s:52:\"ru:Добавить страницы вручную:\";'),('ab','messages:export-pagelinks','s:73:\"ru:Включить связанные страницы глубиной:\";'),('ab','messages:export-submit','s:31:\"ru:Экспортировать\";'),('ab','messages:export-summary','s:3:\"en:\";'),('ab','messages:export-templates','s:34:\"ru:Включить шаблоны\";'),('ab','messages:exportall','s:55:\"ru:Экспортировать все страницы\";'),('ab','messages:exportcuronly','s:104:\"ru:Включать только текущую версию, без полной предыстории\";'),('ab','messages:exportlistauthors','s:112:\"ru:Включить полный перечень внёсших вклад для каждой страницы\";'),('ab','messages:exportnohistory','s:195:\"ru:----\n\'\'\'Замечание:\'\'\' экспорт полной истории изменений страниц отключён из-за проблем с производительностью.\";'),('ab','messages:exporttext','s:1071:\"ru:Вы можете экспортировать текст и журнал изменений конкретной страницы или набора страниц в XML, который потом может быть [[Special:Import|импортирован]] в другой вики-проект, работающий на программном обеспечении MediaWiki.\n\nЧтобы экспортировать статьи, введите их наименования в поле редактирования, одно название на строку, и выберите хотите ли вы экспортировать всю историю изменений статей или только последние версии статей.\n\nВы также можете использовать специальный адрес для экспорта только последней версии. Например для страницы [[{{MediaWiki:Mainpage}}]] это будет адрес [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]].\";'),('ab','messages:external_image_whitelist','s:852:\"ru: #Оставьте эту строчку такой, как она есть<pre>\n#Разместите здесь фрагменты регулярных выражений (ту часть, что находится между //)\n#они будут соотнесены с URL внешних изображений.\n#Подходящие будут показаны как изображения, остальные будут показаны как ссылки на изображения.\n#Строки, начинающиеся с # считаются комментариями.\n#Строки не чувствительны к регистру\n\n#Размещайте фрагменты регулярных выражений над этой строчкой. Оставьте эту строчку такой, как она есть.</pre>\";'),('ab','messages:externaldberror','s:275:\"ru:Произошла ошибка при аутентификации с помощью внешней базы данных или у вас недостаточно прав для внесения изменений в свою внешнюю учётную запись.\";'),('ab','messages:faq','s:10:\"ab:Л-ЛА\";'),('ab','messages:feb','s:9:\"ab:жәа\";'),('ab','messages:february','s:23:\"ab:жәабранмза\";'),('ab','messages:february-gen','s:23:\"ab:жәабранмза\";'),('ab','messages:feed-atom','s:7:\"en:Atom\";'),('ab','messages:feed-invalid','s:72:\"ru:Неправильный тип канала для подписки.\";'),('ab','messages:feed-rss','s:6:\"en:RSS\";'),('ab','messages:feed-unavailable','s:55:\"ru:Ленты синдикации недоступны\";'),('ab','messages:feedback-adding','s:61:\"ru:Добавление отзыва на страницу…\";'),('ab','messages:feedback-back','s:13:\"ru:Назад\";'),('ab','messages:feedback-bugcheck','s:153:\"ru:Прекрасно! Только проверьте, что в списке [$1 известных ошибок] нет подобной записи.\";'),('ab','messages:feedback-bugnew','s:67:\"ru:Я проверил. Сообщить о новой ошибке\";'),('ab','messages:feedback-bugornote','s:482:\"ru:Если вы готовы подробно описать техническую проблему, пожалуйста, [$1 сообщите об ошибке].\nВ противном случае вы можете использовать данную простую форму. Ваш комментарий будет добавлен на страницу «[$3 $2]» вместе с вашим именем участника и используемым браузером.\";'),('ab','messages:feedback-cancel','s:15:\"ru:Отмена\";'),('ab','messages:feedback-close','s:15:\"ru:Готово\";'),('ab','messages:feedback-dialog-intro','s:265:\"ru:Вы можете воспользоваться простой формой ниже, чтобы оставить свой отзыв. Комментарий с вашим именем участника будет добавлен на страницу «$1».\";'),('ab','messages:feedback-dialog-title','s:32:\"ru:Отправить отзыв\";'),('ab','messages:feedback-error1','s:67:\"ru:Ошибка. Неизвестный результат из API\";'),('ab','messages:feedback-error4','s:141:\"ru:Ошибка: Не удаётся разместить запись с указанным заголовком обратной связи\";'),('ab','messages:feedback-external-bug-report-button','s:59:\"ru:Отправить техническое задание\";'),('ab','messages:feedback-message','s:22:\"ru:Сообщение:\";'),('ab','messages:feedback-subject','s:12:\"ru:Тема:\";'),('ab','messages:feedback-submit','s:21:\"ru:Отправить\";'),('ab','messages:feedback-terms','s:322:\"ru:Я понимаю, что информация пользовательского агента включает в себя данные о моём браузере и операционной системе и будет находиться в открытом доступе вместе с моим отзывом.\";'),('ab','messages:feedback-termsofuse','s:157:\"ru:Я согласен предоставить обратную связь в соответствиями с Условиями использования.\";'),('ab','messages:feedback-thanks','s:88:\"ru:Спасибо! Ваш отзыв размещён на странице «[$2 $1]».\";'),('ab','messages:feedback-thanks-title','s:18:\"ru:Спасибо!\";'),('ab','messages:feedback-useragent','s:18:\"ru:Браузер:\";'),('ab','messages:fewestrevisions','s:79:\"ru:Страницы с наименьшим количеством версий\";'),('ab','messages:fewestrevisions-summary','s:3:\"en:\";'),('ab','messages:file-anchor-link','s:13:\"ab:Афаил\";'),('ab','messages:file-deleted-duplicate','s:217:\"ru:Подобный файл ([[:$1]]) уже удалялся. Пожалуйста, ознакомьтесь с историей удаления файла, прежде чем загружать его снова.\";'),('ab','messages:file-deleted-duplicate-notitle','s:423:\"ru:Файл, идентичный этому файлу, был ранее удалён, а имя файла было запрещено.\nВам следует попросить кого-нибудь с правами просмотра данных по запрещённым файлам, чтобы он проанализировал ситуацию перед тем, как загружать файл снова.\";'),('ab','messages:file-exists-duplicate','s:122:\"ru:Этот файл — дубликат {{PLURAL:$1|1=следующего файла|следующих файлов}}:\";'),('ab','messages:file-exists-sharedrepo','s:165:\"ru:Выбранное имя файла уже используется в общем хранилище.\nПожалуйста, выберите другое имя.\";'),('ab','messages:file-info','s:47:\"ru:размер файла: $1, MIME-тип: $2\";'),('ab','messages:file-info-gif-frames','s:58:\"ru:$1 {{PLURAL:$1|фрейм|фрейма|фреймов}}\";'),('ab','messages:file-info-gif-looped','s:31:\"ru:закольцованный\";'),('ab','messages:file-info-png-frames','s:52:\"ru:$1 {{PLURAL:$1|кадр|кадра|кадров}}\";'),('ab','messages:file-info-png-looped','s:31:\"ru:закольцованный\";'),('ab','messages:file-info-png-repeat','s:69:\"ru:проигрывается $1 {{PLURAL:$1|раз|раза|раз}}\";'),('ab','messages:file-info-size','s:113:\"ab:$1 × $2 {{PLURAL:$2|апиксель|апиксельқәа}}, афаил ашәагаа: $3, MIME хкы: $4\";'),('ab','messages:file-info-size-pages','s:132:\"ab:$1 × $2 апиксельқәа, афаил ашәагаа: $3, MIME-хкы: $4, $5 {{PLURAL:$5|адаҟьа|адаҟьақәа}}\";'),('ab','messages:file-no-thumb-animation','s:171:\"ru:<strong>Примечание: по техническим причинам миниатюры этого файла не будет анимироваться.</strong>\";'),('ab','messages:file-no-thumb-animation-gif','s:216:\"ru:<strong>Примечание: По техническим причинам миниатюры подобных GIF-изображений высокого разрешения не анимируются.</strong>\";'),('ab','messages:file-nohires','s:66:\"ru:Нет версии с бо́льшим разрешением.\";'),('ab','messages:file-thumbnail-no','s:370:\"ru:Название файла начинается с <strong>$1</strong>.\nВероятно, это уменьшенная копия изображения \'\'(миниатюра)\'\'.\nЕсли у вас есть данное изображение в полном размере, пожалуйста, загрузите его или измените имя файла.\";'),('ab','messages:file-too-large','s:72:\"ru:Отправленный вами файл слишком велик.\";'),('ab','messages:filecopyerror','s:73:\"ru:Невозможно скопировать файл «$1» в «$2».\";'),('ab','messages:filedelete','s:23:\"ru:$1: удаление\";'),('ab','messages:filedelete-archive-read-only','s:112:\"ru:Архивная директория «$1» не доступна для записи веб-серверу.\";'),('ab','messages:filedelete-comment','s:18:\"ru:Причина:\";'),('ab','messages:filedelete-current-unregistered','s:93:\"ru:Указанного файла «$1» не существует в базе данных.\";'),('ab','messages:filedelete-edit-reasonlist','s:43:\"ru:Править список причин\";'),('ab','messages:filedelete-edit-reasonlist-suppress','s:49:\"ru:Править причины сокрытия\";'),('ab','messages:filedelete-intro','s:115:\"ru:Вы собираетесь удалить файл \'\'\'[[Media:$1|$1]]\'\'\' со всей его историей.\";'),('ab','messages:filedelete-intro-old','s:88:\"ru:Вы удаляете версию <strong>[[Media:$1|$1]]</strong> от [$4 $3, $2].\";'),('ab','messages:filedelete-legend','s:26:\"ru:Удалить файл\";'),('ab','messages:filedelete-maintenance','s:151:\"ru:Удаление и восстановление файлов временно отключены на время технических работ.\";'),('ab','messages:filedelete-maintenance-title','s:46:\"ru:Не удаётся удалить файл\";'),('ab','messages:filedelete-missing','s:103:\"ru:Файл «$1» не может быть удалён, так как он не существует.\";'),('ab','messages:filedelete-nofile','s:38:\"ru:\'\'\'$1\'\'\' не существует.\";'),('ab','messages:filedelete-nofile-old','s:113:\"ru:Не существует архивной версии \'\'\'$1\'\'\' с указанными атрибутами.\";'),('ab','messages:filedelete-old-unregistered','s:104:\"ru:Указанной версии файла «$1» не существует в базе данных.\";'),('ab','messages:filedelete-otherreason','s:31:\"ru:Другая причина:\";'),('ab','messages:filedelete-reason-dropdown','s:148:\"ru:* Распространённые причины удаления\n** нарушение авторских прав\n** файл-дубликат\";'),('ab','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ab','messages:filedelete-reason-otherlist','s:30:\"ru:Другая причина\";'),('ab','messages:filedelete-submit','s:17:\"ru:Удалить\";'),('ab','messages:filedelete-success','s:32:\"ru:\'\'\'$1\'\'\' был удалён.\";'),('ab','messages:filedelete-success-old','s:73:\"ru:Версия \'\'\'[[Media:$1|$1]]\'\'\' от $3 $2 была удалена.\";'),('ab','messages:filedeleteerror','s:55:\"ru:Невозможно удалить файл «$1».\";'),('ab','messages:filedeleteerror-long','s:81:\"ru:Во время удаления файла возникли ошибки:\n\n$1\";'),('ab','messages:filedeleteerror-short','s:47:\"ru:Ошибка удаления файла: $1\";'),('ab','messages:filedesc','s:36:\"ab:Аԥсахрақәа ахҳәаа\";'),('ab','messages:fileduplicatesearch','s:47:\"ru:Поиск одинаковых файлов\";'),('ab','messages:fileduplicatesearch-filename','s:23:\"ab:Афаил ахьӡ:\";'),('ab','messages:fileduplicatesearch-info','s:72:\"ru:$1 × $2 пкс<br />Размер файла: $3<br />MIME-тип: $4\";'),('ab','messages:fileduplicatesearch-noresults','s:53:\"ru:Не найден файл с именем «$1».\";'),('ab','messages:fileduplicatesearch-result-1','s:77:\"ru:Файл «$1» не имеет идентичных дубликатов.\";'),('ab','messages:fileduplicatesearch-result-n','s:167:\"ru:Файл «$1» имеет $2 {{PLURAL:$2|идентичный дубликат|идентичных дубликата|идентичных дубликатов}}.\";'),('ab','messages:fileduplicatesearch-submit','s:17:\"ab:Аԥшаара\";'),('ab','messages:fileduplicatesearch-summary','s:69:\"ru:Поиск одинаковых файлов по хэш-коду.\";'),('ab','messages:fileexists','s:245:\"ru:Файл с этим именем уже существует, пожалуйста, проверьте <strong>[[:$1]]</strong>, если {{GENDER:|вы}} не уверены, что хотите перезаписать его.\n[[$1|thumb]]\";'),('ab','messages:fileexists-duplicate-version','s:194:\"ru:Эта загрузка является точной копией {{PLURAL:$2|более старой версии|более старых версий}} файла <strong>[[:$1]]</strong>.\";'),('ab','messages:fileexists-extension','s:329:\"ru:Существует файл с похожим именем: [[$2|thumb]]\n* Имя загруженного файла: <strong>[[:$1]]</strong>\n* Имя существующего файла: <strong>[[:$2]]</strong>\nМожет быть, вы хотите использовать более отличающееся имя?\";'),('ab','messages:fileexists-forbidden','s:341:\"ru:Файл с этим именем уже существует и не может быть перезаписан.\nЕсли всё равно хотите загрузить данный файл, пожалуйста, вернитесь назад и загрузите его под другим именем. [[File:$1|thumb|center|$1]]\";'),('ab','messages:fileexists-no-change','s:134:\"ru:Эта загрузка является точной копией текущей версии файла <strong>[[:$1]]</strong>.\";'),('ab','messages:fileexists-shared-forbidden','s:311:\"ru:Файл с этим именем уже существует в общем хранилище файлов.\nЕсли вы всё-таки хотите загрузить этот файл, пожалуйста, вернитесь назад и измените имя файла. [[File:$1|thumb|center|$1]]\";'),('ab','messages:fileexists-thumbnail-yes','s:391:\"ru:Вероятно, этот файл — уменьшенная копия <em>(миниатюра)</em> уже имеющегося файла. \n[[$1|thumb]]\nПожалуйста, проверьте файл <strong>[[:$1]]</strong>.\nЕсли это то же самое изображение, не стоит загружать отдельно его уменьшенную копию.\";'),('ab','messages:filehist','s:28:\"ab:Афаил аҭоурых\";'),('ab','messages:filehist-comment','s:23:\"ru:Примечание\";'),('ab','messages:filehist-current','s:17:\"ab:уажәтәи\";'),('ab','messages:filehist-datetime','s:30:\"ab:Аамҭарба/аамҭа\";'),('ab','messages:filehist-deleteall','s:24:\"ru:удалить все\";'),('ab','messages:filehist-deleteone','s:17:\"ru:удалить\";'),('ab','messages:filehist-dimensions','s:23:\"ab:Ашәагаақәа\";'),('ab','messages:filehist-filesize','s:26:\"ru:Размер файла\";'),('ab','messages:filehist-help','s:123:\"ru:Нажмите на дату/время, чтобы увидеть версию файла от того времени.\";'),('ab','messages:filehist-nothumb','s:50:\"ab:Изакәызаалак аминиатиура\";'),('ab','messages:filehist-revert','s:21:\"ab:ихьаҵтәуп\";'),('ab','messages:filehist-thumb','s:25:\"ab:Аминиатиура\";'),('ab','messages:filehist-thumbtext','s:47:\"ab:Аминиатиура аверсиала $1\";'),('ab','messages:filehist-user','s:19:\"ab:Алахәыла\";'),('ab','messages:filemissing','s:29:\"ru:Файл не найден\";'),('ab','messages:filename','s:22:\"ab:Афаил ахьӡ\";'),('ab','messages:filename-bad-prefix','s:378:\"ru:Имя загружаемого файла начинается с «<strong>$1</strong>» и, вероятно, представляет собой одно из шаблонных имён, генерируемых цифровыми фотокамерами. Пожалуйста, выберите имя, лучше описывающее содержание файла.\";'),('ab','messages:filename-prefix-blacklist','s:701:\"ru: #<!-- оставьте эту строчку как есть --> <pre>\n# Синтаксис следующий:\n#   * Всё, что начинается с символа «#», считается комментарием (до конца строки)\n#   * Каждая непустая строка — префикс стандартного названия файла, которое обычно даёт цифровая камера\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # некоторые мобильные телефоны\nIMG # общее\nJD # Jenoptik\nMGP # Pentax\nPICT # различные\n #</pre> <!-- оставьте эту строчку как есть -->\";'),('ab','messages:filename-thumb-name','s:454:\"ru:Название файла похоже на название уменьшенной версии изображения. Пожалуйста, не загружайте подобные миниатюры обратно вики-проект. Если вам всё-таки необходим этот файл, пожалуйста, исправить имя файла, чтобы оно не содержало префикс миниатюры.\";'),('ab','messages:filename-toolong','s:77:\"ru:Имена файлов не должны превышать 240 байт.\";'),('ab','messages:filename-tooshort','s:53:\"ru:Слишком короткое имя файла.\";'),('ab','messages:filenotfound','s:51:\"ru:Невозможно найти файл «$1».\";'),('ab','messages:filepage-nofile','s:69:\"ru:Не существует файла с данным именем.\";'),('ab','messages:filepage-nofile-link','s:119:\"ru:Не существует файла с данным именем. Вы можете [$1 загрузить его].\";'),('ab','messages:filepage.css','s:183:\"ru:/* Размещённые здесь CSS будут применены на странице описания файла и на сторонних клиентских вики */\";'),('ab','messages:filepageexists','s:427:\"ru:Страница описания для этого файла уже создана как <strong>[[:$1]]</strong>, но файла с таким именем сейчас нет.\nВведённое описание не появится на странице описания файла.\nЧтобы добавить новое описание, вам придётся изменить его вручную.\n[[$1|thumb]]\";'),('ab','messages:filereadonlyerror','s:322:\"ru:Не удаётся изменить файл «$1», так как хранилище «$2» находится в режиме «только для чтения».\n\nСистемный администратор, заблокировавший базу, оставил следующее объяснение: «$3».\";'),('ab','messages:filerenameerror','s:77:\"ru:Невозможно переименовать файл «$1» в «$2».\";'),('ab','messages:filereuploadsummary','s:36:\"ru:Изменения в файле:\";'),('ab','messages:filerevert','s:49:\"ru:Возврат к старой версии $1\";'),('ab','messages:filerevert-badversion','s:154:\"ru:Не существует предыдущей локальной версии этого файла с указанной меткой времени.\";'),('ab','messages:filerevert-comment','s:18:\"ru:Причина:\";'),('ab','messages:filerevert-defaultcomment','s:50:\"ru:Возврат к версии от $2, $1 ($3)\";'),('ab','messages:filerevert-identical','s:87:\"ru:Текущая версия файла уже идентична выбранной.\";'),('ab','messages:filerevert-intro','s:97:\"ru:Вы возвращаете <strong>[[Media:$1|$1]]</strong> к [$4 версии от $3, $2].\";'),('ab','messages:filerevert-legend','s:47:\"ru:Возвратить версию файла\";'),('ab','messages:filerevert-submit','s:23:\"ru:Возвратить\";'),('ab','messages:filerevert-success','s:84:\"ru:\'\'\'[[Media:$1|$1]]\'\'\' был возвращён к [$4 версии от $3, $2].\";'),('ab','messages:filesource','s:20:\"ru:Источник:\";'),('ab','messages:filestatus','s:49:\"ru:Условия распространения:\";'),('ab','messages:filetype-bad-ie-mime','s:254:\"ru:Невозможно загрузить этот файл, так как Internet Explorer будет определять его как «$1», то есть неразрешённым и потенциально опасным типом файла.\";'),('ab','messages:filetype-badmime','s:94:\"ru:Файлы, имеющие MIME-тип «$1», не могут быть загружены.\";'),('ab','messages:filetype-banned','s:49:\"ru:Этот тип файлов запрещён.\";'),('ab','messages:filetype-banned-type','s:251:\"ru:\'\'\'«.$1»\'\'\' — {{PLURAL:$4|1=запрещённый тип файла|запрещённые типы файлов}}.\n{{PLURAL:$3|1=Разрешённым типом файла является|Разрешённые типы файлов:}} $2.\";'),('ab','messages:filetype-mime-mismatch','s:101:\"ru:Расширение файла «.$1» не соответствует его MIME-типу ($2).\";'),('ab','messages:filetype-missing','s:90:\"ru:Отсутствует расширение у файла (например, «.jpg»).\";'),('ab','messages:filetype-unwanted-type','s:214:\"ru:\'\'\'«.$1»\'\'\' — нежелательный тип файла.\n{{PLURAL:$3|1=Предпочтительным типом файла является|Предпочтительные типы файлов:}} $2.\";'),('ab','messages:fileuploadsummary','s:37:\"ab:Аԥсахрақәа ахҳәаа:\";'),('ab','messages:filewasdeleted','s:200:\"ru:Файл с таким именем уже существовал ранее, но был удалён. Пожалуйста, проверьте $1 перед повторной загрузкой.\";'),('ab','messages:fix-double-redirects','s:113:\"ru:Исправить перенаправления, указывающие на прежнее название\";'),('ab','messages:formatnum-nan','s:18:\"ru:Не число\";'),('ab','messages:formerror','s:78:\"ru:Ошибка: невозможно передать данные формы\";'),('ab','messages:fri','s:9:\"ab:Ахә\";'),('ab','messages:friday','s:17:\"ab:Ахәуаша\";'),('ab','messages:friday-at','s:26:\"ru:в пятницу в $1\";'),('ab','messages:gallery-slideshow-toggle','s:44:\"ru:Переключить миниатюры\";'),('ab','messages:gender-female','s:58:\"ru:Она редактирует вики-страницы\";'),('ab','messages:gender-male','s:56:\"ru:Он редактирует вики-страницы\";'),('ab','messages:gender-notknown','s:51:\"ru:Редактирует вики-страницы\";'),('ab','messages:gender-unknown','s:198:\"ru:При упоминании вас программное обеспечение будет по возможности использовать гендерно-нейтральные слова\";'),('ab','messages:generic-pool-error','s:325:\"ru:Извините, в настоящий момент серверы перегружены.\nСлишком много участников пытаются просмотреть этот ресурс.\nПожалуйста, подождите и повторите попытку обращения к нему позже.\";'),('ab','messages:go','s:15:\"ab:Аиасра\";'),('ab','messages:googleanalytics-desc','s:173:\"ru:Вставляет скрипты Google Analytics (и/или другой веб-аналитики) в страницы MediaWiki для сбора статистики\";'),('ab','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ab','messages:gotointerwiki','s:58:\"ru:Покидаем {{grammar:accusative|{{SITENAME}}}}…\";'),('ab','messages:gotointerwiki-external','s:163:\"ru:Вы покидаете {{grammar:accusative|{{SITENAME}}}} для посещения стороннего сайта [[$2]].\n\n\'\'\'[$1 Перейти на $1]\'\'\'\";'),('ab','messages:gotointerwiki-invalid','s:60:\"ru:Указан некорректный заголовок.\";'),('ab','messages:grant-basic','s:30:\"ru:Основные права\";'),('ab','messages:grant-blockusers','s:83:\"ru:Блокировка и разблокировка учётных записей\";'),('ab','messages:grant-createaccount','s:49:\"ru:Создание учётных записей\";'),('ab','messages:grant-createeditmovepage','s:96:\"ru:Создание, редактирование и переименование страниц\";'),('ab','messages:grant-delete','s:81:\"ru:Удаление страниц, правок и записей журнала\";'),('ab','messages:grant-editinterface','s:100:\"ru:Правка пространства имён MediaWiki и пользовательских JSON\";'),('ab','messages:grant-editmycssjs','s:79:\"ru:Правка ваших пользовательских CSS/JSON/JavaScript\";'),('ab','messages:grant-editmyoptions','s:117:\"ru:Редактирование ваших персональных настроек и JSON-конфигурации\";'),('ab','messages:grant-editmywatchlist','s:78:\"ru:Редактирование вашего списка наблюдения\";'),('ab','messages:grant-editpage','s:71:\"ru:Редактирование существующих страниц\";'),('ab','messages:grant-editprotected','s:67:\"ru:Редактирование защищённых страниц\";'),('ab','messages:grant-editsiteconfig','s:69:\"ru:Правка CSS/JavaScript сайта и пользователя\";'),('ab','messages:grant-generic','s:29:\"ru:Набор прав «$1»\";'),('ab','messages:grant-group-administration','s:73:\"ru:Выполнение административных действий\";'),('ab','messages:grant-group-customization','s:49:\"ru:Настройки и предпочтения\";'),('ab','messages:grant-group-email','s:30:\"ru:Отправка писем\";'),('ab','messages:grant-group-file-interaction','s:59:\"ru:Взаимодействие с медиафайлами\";'),('ab','messages:grant-group-high-volume','s:87:\"ru:Выполнение действий с высокой интенсивностью\";'),('ab','messages:grant-group-other','s:36:\"ru:Разная активность\";'),('ab','messages:grant-group-page-interaction','s:57:\"ru:Взаимодействие со страницами\";'),('ab','messages:grant-group-private-information','s:62:\"ru:Доступ к личной информации о вас\";'),('ab','messages:grant-group-watchlist-interaction','s:81:\"ru:Взаимодействие с вашим списком наблюдения\";'),('ab','messages:grant-highvolume','s:78:\"ru:Редактирование с высокой интенсивностью\";'),('ab','messages:grant-import','s:28:\"ru:Импорт версий\";'),('ab','messages:grant-mergehistory','s:51:\"ru:Объединить истории правок\";'),('ab','messages:grant-oversight','s:84:\"ru:Сокрытие правок участников и версий страниц\";'),('ab','messages:grant-patrol','s:65:\"ru:Патрулирование изменений страниц\";'),('ab','messages:grant-privateinfo','s:52:\"ru:Доступ к личной информации\";'),('ab','messages:grant-protect','s:59:\"ru:Защита страниц и снятие защиты\";'),('ab','messages:grant-rollback','s:47:\"ru:Откат изменений страниц\";'),('ab','messages:grant-sendemail','s:87:\"ru:Отправка электронной почты другим участникам\";'),('ab','messages:grant-uploadeditmovefile','s:82:\"ru:Загрузка, замена и переименовывание файлов\";'),('ab','messages:grant-uploadfile','s:43:\"ru:Загрузка новых файлов\";'),('ab','messages:grant-viewdeleted','s:69:\"ru:Просмотр удалённых файлов и страниц\";'),('ab','messages:grant-viewmywatchlist','s:66:\"ru:Просмотр вашего списка наблюдения\";'),('ab','messages:grant-viewrestrictedlogs','s:96:\"ru:Просмотр записей журналов с ограниченным доступом\";'),('ab','messages:group','s:16:\"ru:Группа:\";'),('ab','messages:group-all','s:11:\"ru:(все)\";'),('ab','messages:group-autoconfirmed','s:58:\"ru:Автоподтверждённые участники\";'),('ab','messages:group-autoconfirmed-member','s:126:\"ru:{{GENDER:$1|автоподтверждённый участник|автоподтверждённая участница}}\";'),('ab','messages:group-autoconfirmed.css','s:145:\"ru:/* Размещённый здесь CSS будет применяться для автоподтверждённых участников */\";'),('ab','messages:group-autoconfirmed.js','s:210:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус автоподтверждённых (autoconfirmed) */\";'),('ab','messages:group-bot','s:17:\"ab:Аботқәа\";'),('ab','messages:group-bot-member','s:23:\"ru:{{GENDER:$1|бот}}\";'),('ab','messages:group-bot.css','s:111:\"ru:/* Размещённый здесь CSS будет применяться только для ботов */\";'),('ab','messages:group-bot.js','s:175:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус ботов (bots) */\";'),('ab','messages:group-bureaucrat','s:21:\"ru:Бюрократы\";'),('ab','messages:group-bureaucrat-member','s:33:\"ru:{{GENDER:$1|бюрократ}}\";'),('ab','messages:group-bureaucrat.css','s:121:\"ru:/* Размещённый здесь CSS будет применяться только для бюрократов */\";'),('ab','messages:group-bureaucrat.js','s:192:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус бюрократов (bureaucrats) */\";'),('ab','messages:group-interface-admin','s:52:\"ru:Администраторы интерфейса\";'),('ab','messages:group-interface-admin-member','s:64:\"ru:{{GENDER:$1|администратор интерфейса}}\";'),('ab','messages:group-membership-link-with-expiry','s:15:\"ru:$1 (до $2)\";'),('ab','messages:group-named','s:58:\"ru:Зарегистрированные участники\";'),('ab','messages:group-suppress','s:23:\"ru:Скрывающие\";'),('ab','messages:group-suppress-member','s:58:\"ru:{{GENDER:$1|скрывающий|скрывающая}}\";'),('ab','messages:group-sysop','s:35:\"ab:Администраторцәа\";'),('ab','messages:group-sysop-member','s:43:\"ru:{{GENDER:$1|администратор}}\";'),('ab','messages:group-sysop.css','s:131:\"ru:/* Размещённый здесь CSS будет применяться только для администраторов */\";'),('ab','messages:group-sysop.js','s:197:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус администраторов (sysops) */\";'),('ab','messages:group-user','s:25:\"ab:Алахәылацәа\";'),('ab','messages:group-user-member','s:31:\"ab:{{GENDER:$1|алахәҩы}}\";'),('ab','messages:group-user.css','s:164:\"ru:/* Размещённый здесь CSS будет применяться только для зарегистрированных пользователей */\";'),('ab','messages:group-user.js','s:171:\"ru:/* Размещённый здесь JavaScript будет применяться только для зарегистрированных пользователей */\";'),('ab','messages:grouppage-autoconfirmed','s:73:\"ru:{{ns:project}}:Автоподтверждённые участники\";'),('ab','messages:grouppage-bot','s:32:\"ab:{{ns:project}}:Аботқәа\";'),('ab','messages:grouppage-bureaucrat','s:36:\"ru:{{ns:project}}:Бюрократы\";'),('ab','messages:grouppage-interface-admin','s:67:\"ru:{{ns:project}}:Администраторы интерфейса\";'),('ab','messages:grouppage-named','s:73:\"ru:{{ns:project}}:Зарегистрированные участники\";'),('ab','messages:grouppage-suppress','s:38:\"ru:{{ns:project}}:Скрывающие\";'),('ab','messages:grouppage-sysop','s:50:\"ab:{{ns:project}}:Администраторцәа\";'),('ab','messages:grouppage-user','s:36:\"ru:{{ns:project}}:Участники\";'),('ab','messages:guesstimezone','s:43:\"ru:Заполнить из браузера\";'),('ab','messages:headline-anchor-title','s:42:\"ru:Ссылка на этот раздел\";'),('ab','messages:hebrew-calendar-m1','s:15:\"ru:Тишрей\";'),('ab','messages:hebrew-calendar-m1-gen','s:15:\"ru:Тишрея\";'),('ab','messages:hebrew-calendar-m10','s:15:\"ru:Таммуз\";'),('ab','messages:hebrew-calendar-m10-gen','s:17:\"ru:Таммуза\";'),('ab','messages:hebrew-calendar-m11','s:7:\"ru:Ав\";'),('ab','messages:hebrew-calendar-m11-gen','s:9:\"ru:Ава\";'),('ab','messages:hebrew-calendar-m12','s:11:\"ru:Элул\";'),('ab','messages:hebrew-calendar-m12-gen','s:13:\"ru:Элула\";'),('ab','messages:hebrew-calendar-m2','s:15:\"ru:Хешван\";'),('ab','messages:hebrew-calendar-m2-gen','s:17:\"ru:Хешвана\";'),('ab','messages:hebrew-calendar-m3','s:15:\"ru:Кислев\";'),('ab','messages:hebrew-calendar-m3-gen','s:17:\"ru:Кислева\";'),('ab','messages:hebrew-calendar-m4','s:13:\"ru:Тевет\";'),('ab','messages:hebrew-calendar-m4-gen','s:15:\"ru:Тевета\";'),('ab','messages:hebrew-calendar-m5','s:11:\"ru:Шват\";'),('ab','messages:hebrew-calendar-m5-gen','s:13:\"ru:Швата\";'),('ab','messages:hebrew-calendar-m6','s:11:\"ru:Адар\";'),('ab','messages:hebrew-calendar-m6-gen','s:13:\"ru:Адара\";'),('ab','messages:hebrew-calendar-m6a','s:13:\"ru:Адар I\";'),('ab','messages:hebrew-calendar-m6a-gen','s:15:\"ru:Адара I\";'),('ab','messages:hebrew-calendar-m6b','s:14:\"ru:Адар II\";'),('ab','messages:hebrew-calendar-m6b-gen','s:16:\"ru:Адара II\";'),('ab','messages:hebrew-calendar-m7','s:13:\"ru:Нисан\";'),('ab','messages:hebrew-calendar-m7-gen','s:15:\"ru:Нисана\";'),('ab','messages:hebrew-calendar-m8','s:9:\"ru:Ияр\";'),('ab','messages:hebrew-calendar-m8-gen','s:11:\"ru:Ияра\";'),('ab','messages:hebrew-calendar-m9','s:13:\"ru:Сиван\";'),('ab','messages:hebrew-calendar-m9-gen','s:15:\"ru:Сивана\";'),('ab','messages:help','s:21:\"ab:Ацхыраара\";'),('ab','messages:help-mediawiki','s:32:\"ru:Справка по MediaWiki\";'),('ab','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ab','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ab','messages:helppage-top-gethelp','s:17:\"ru:Справка\";'),('ab','messages:hidden-categories','s:98:\"ab:{{PLURAL:$1|Ицәыргам акатегориа|Ицәыргам акатегориақәа}}\";'),('ab','messages:hidden-category-category','s:46:\"ab:Ицәыргам акатегориақәа\";'),('ab','messages:hidden-category-category-desc','s:284:\"ru:В вики-тексте этой категории есть метка <code><nowiki>__HIDDENCAT__</nowiki></code>, из-за чего она не показывается в разделе «Категории:» тех страниц, которые в неё включены.\";'),('ab','messages:hiddencategories','s:186:\"ru:Эта страница относится к {{PLURAL:$1|$1 скрытой категории|$1 скрытым категориям|1=одной скрытой категории}}:\";'),('ab','messages:hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:hidetoc','s:21:\"ab:иҵәахтәуп\";'),('ab','messages:hijri-calendar-m1','s:19:\"ru:Мухаррам\";'),('ab','messages:hijri-calendar-m10','s:17:\"ru:Шавваль\";'),('ab','messages:hijri-calendar-m11','s:19:\"ru:Зулькада\";'),('ab','messages:hijri-calendar-m12','s:22:\"ru:Зуль-Хиджа\";'),('ab','messages:hijri-calendar-m2','s:13:\"ru:Сафар\";'),('ab','messages:hijri-calendar-m3','s:28:\"ru:Рабиуль-Аввал\";'),('ab','messages:hijri-calendar-m4','s:25:\"ru:Раби ас-сани\";'),('ab','messages:hijri-calendar-m5','s:31:\"ru:Джумада аль-уля\";'),('ab','messages:hijri-calendar-m6','s:31:\"ru:Джумада ас-сани\";'),('ab','messages:hijri-calendar-m7','s:15:\"ru:Раджаб\";'),('ab','messages:hijri-calendar-m8','s:15:\"ru:Шаабан\";'),('ab','messages:hijri-calendar-m9','s:17:\"ru:Рамадан\";'),('ab','messages:hist','s:17:\"ab:аҭоурых\";'),('ab','messages:histfirst','s:17:\"ab:аиҳабӡа\";'),('ab','messages:histlast','s:15:\"ab:аҿыцӡа\";'),('ab','messages:histlegend','s:457:\"ru:Выбор версий: отметьте версии страницы, которые вы хотите сравнить, и нажмите Enter или кнопку ниже.<br />\nПояснения: <strong>({{int:cur}})</strong> — отличия от текущей версии; <strong>({{int:last}})</strong> — отличия от предыдущей версии; <strong>{{int:minoreditletter}}</strong> — малые изменения.\";'),('ab','messages:history','s:17:\"ab:Аҭоурых\";'),('ab','messages:history-edit-tags','s:60:\"ru:Изменить теги выбранных версий\";'),('ab','messages:history-empty','s:67:\"ru:Не найдено соответствующих версий.\";'),('ab','messages:history-feed-description','s:74:\"ru:История изменений этой страницы в вики\";'),('ab','messages:history-feed-empty','s:246:\"ru:Запрашиваемой страницы не существует.\nОна могла быть удалена или переименована.\nПопробуйте [[Special:Search|найти в вики]] похожие страницы.\";'),('ab','messages:history-feed-item-nocomment','s:11:\"ru:$1 в $2\";'),('ab','messages:history-feed-title','s:38:\"ab:Арҽеирақәа рҭоурых\";'),('ab','messages:history-fieldset-title','s:38:\"ru:Фильтровать правки\";'),('ab','messages:history-show-deleted','s:47:\"ru:Только удалённые правки\";'),('ab','messages:history-title','s:45:\"ab:«$1» иверсиақәа рҭоурых\";'),('ab','messages:history_copyright','s:4:\"en:-\";'),('ab','messages:history_short','s:17:\"ab:Аҭоурых\";'),('ab','messages:history_small','s:17:\"ab:аҭоурых\";'),('ab','messages:historyaction-submit','s:32:\"ru:Показать версии\";'),('ab','messages:historyempty','s:13:\"ru:пусто\";'),('ab','messages:historysize','s:50:\"ru:($1 {{PLURAL:$1|байт|байта|байт}})\";'),('ab','messages:historywarning','s:232:\"ru:<strong>Внимание:</strong> Вы собираетесь удалить страницу, у которой есть история правок, содержащая $1 {{PLURAL:$1|версию|версии|версий}}:\";'),('ab','messages:hookaborted','s:129:\"ru:Предлагаемое вами изменение было отменено в обработчике расширения.\";'),('ab','messages:hours','s:52:\"ru:{{PLURAL:$1|$1 час|$1 часа|$1 часов}}\";'),('ab','messages:hours-abbrev','s:8:\"ru:$1 ч\";'),('ab','messages:hours-ago','s:57:\"ru:$1 {{PLURAL:$1|час|часа|часов}} назад\";'),('ab','messages:htmlform-chosen-placeholder','s:34:\"ru:Выберите вариант\";'),('ab','messages:htmlform-cloner-create','s:26:\"ru:Добавить ещё\";'),('ab','messages:htmlform-cloner-delete','s:17:\"ru:Удалить\";'),('ab','messages:htmlform-cloner-required','s:77:\"ru:Требуется по крайней мере одно значение.\";'),('ab','messages:htmlform-date-invalid','s:159:\"ru:Указанное вами значение не похоже на дату. Попробуйте использовать формат ГГГГ-ММ-ДД.\";'),('ab','messages:htmlform-date-placeholder','s:21:\"ru:ГГГГ-ММ-ДД\";'),('ab','messages:htmlform-date-toohigh','s:126:\"ru:Указанное вами значение больше самой поздней разрешённой даты — $1.\";'),('ab','messages:htmlform-date-toolow','s:124:\"ru:Указанное вами значение меньше самой ранней разрешённой даты — $1.\";'),('ab','messages:htmlform-datetime-invalid','s:188:\"ru:Указанное вами значение не похоже на дату и время. Попробуйте использовать формат ГГГГ-ММ-ДД ЧЧ-ММ-СС.\";'),('ab','messages:htmlform-datetime-placeholder','s:36:\"ru:ГГГГ-ММ-ДД ЧЧ:ММ:СС\";'),('ab','messages:htmlform-datetime-toohigh','s:144:\"ru:Указанное вами значение больше самых поздних разрешённых даты и времени — $1.\";'),('ab','messages:htmlform-datetime-toolow','s:142:\"ru:Указанное вами значение меньше самых ранних разрешённых даты и времени — $1.\";'),('ab','messages:htmlform-float-invalid','s:56:\"ru:Указано нечисловое значение.\";'),('ab','messages:htmlform-int-invalid','s:79:\"ru:Указанное вами значение — не целое число.\";'),('ab','messages:htmlform-int-toohigh','s:90:\"ru:указанное вами значение выше максимального — $1\";'),('ab','messages:htmlform-int-toolow','s:88:\"ru:Указанное вами значение ниже минимального — $1\";'),('ab','messages:htmlform-invalid-input','s:81:\"ru:Возникли проблемы с отправленными данными\";'),('ab','messages:htmlform-multiselect-toomany','s:165:\"ru:Количество указанных вами элементов превышает максимально разрешённое количество — $1.\";'),('ab','messages:htmlform-no','s:9:\"ab:Мап\";'),('ab','messages:htmlform-required','s:69:\"ru:Это значение является обязательным.\";'),('ab','messages:htmlform-reset','s:38:\"ru:Отменить изменения\";'),('ab','messages:htmlform-select-badoption','s:60:\"ru:Указано недопустимое значение.\";'),('ab','messages:htmlform-selectorother-other','s:11:\"ru:Иное\";'),('ab','messages:htmlform-submit','s:21:\"ru:Отправить\";'),('ab','messages:htmlform-tag-not-allowed','s:42:\"ru:$1 — недопустимый тег\";'),('ab','messages:htmlform-time-invalid','s:157:\"ru:Указанное вами значение не похоже на время. Попробуйте использовать формат ЧЧ-ММ-СС.\";'),('ab','messages:htmlform-time-placeholder','s:17:\"ru:ЧЧ:ММ:СС\";'),('ab','messages:htmlform-time-toohigh','s:138:\"ru:Указанное вами значение больше самого позднего разрешённого времени — $1.\";'),('ab','messages:htmlform-time-toolow','s:136:\"ru:Указанное вами значение меньше самого раннего разрешённого времени — $1.\";'),('ab','messages:htmlform-title-badnamespace','s:86:\"ru:[[:$1]] находится не в пространстве имён «{{ns:$2}}».\";'),('ab','messages:htmlform-title-interwiki','s:94:\"ru:$1 — интервики-заголовок, а должен быть локальным.\";'),('ab','messages:htmlform-title-not-creatable','s:105:\"ru:«$1» — заголовок страницы, которая не может быть создана\";'),('ab','messages:htmlform-title-not-exists','s:32:\"ru:$1 не существует.\";'),('ab','messages:htmlform-user-not-exists','s:49:\"ru:<strong>$1</strong> не существует.\";'),('ab','messages:htmlform-user-not-valid','s:87:\"ru:<strong>$1</strong> — недопустимое имя учётной записи.\";'),('ab','messages:htmlform-yes','s:9:\"ab:Ааи\";'),('ab','messages:http-bad-status','s:102:\"ru:Во время обработки HTTP-запроса обнаружена проблема: $1 $2\";'),('ab','messages:http-curl-error','s:45:\"ru:Ошибка обращения к URL: $1\";'),('ab','messages:http-internal-error','s:42:\"ru:Внутренняя ошибка HTTP.\";'),('ab','messages:http-invalid-scheme','s:74:\"ru:Не поддерживаются адреса со схемой «$1»\";'),('ab','messages:http-invalid-url','s:29:\"ru:Ошибочный URL: $1\";'),('ab','messages:http-read-error','s:34:\"ru:Ошибка чтения HTTP.\";'),('ab','messages:http-request-error','s:78:\"ru:Сбой HTTP-запроса из-за неизвестной ошибки.\";'),('ab','messages:http-timed-out','s:66:\"ru:Истекло время ожидания HTTP-запроса.\";'),('ab','messages:ignorewarning','s:87:\"ru:Игнорировать предупреждения и сохранить файл\";'),('ab','messages:ignorewarnings','s:56:\"ru:Игнорировать предупреждения\";'),('ab','messages:illegal-filename','s:46:\"ru:Недопустимое имя файла.\";'),('ab','messages:illegalfilename','s:273:\"ru:Имя файла «$1» содержит символы, которые не разрешается использовать в заголовках. Пожалуйста, переименуйте файл и попытайтесь загрузить его снова.\";'),('ab','messages:ilsubmit','s:17:\"ab:Аԥшаара\";'),('ab','messages:imageinvalidfilename','s:52:\"ru:Целевое имя файла ошибочно\";'),('ab','messages:imagelinks','s:32:\"ab:Афаил ахархәара\";'),('ab','messages:imagelisttext','s:135:\"ru:Ниже представлен список из \'\'\'$1\'\'\' {{PLURAL:$1|файла|файлов}}, отсортированных $2.\";'),('ab','messages:imagemaxsize','s:118:\"ru:Ограничение на размер изображения для страницы описания файла\";'),('ab','messages:imagenocrossnamespace','s:104:\"ru:Невозможно дать файлу имя из другого пространства имён\";'),('ab','messages:imagepage','s:53:\"ru:Просмотреть страницу файла\";'),('ab','messages:imagetypemismatch','s:93:\"ru:Новое расширение файла не соответствует его типу\";'),('ab','messages:img-auth-accessdenied','s:32:\"ru:Доступ запрещён\";'),('ab','messages:img-auth-badtitle','s:95:\"ru:Невозможно построить правильный заголовок из «$1».\";'),('ab','messages:img-auth-isdir','s:144:\"ru:Вы пытаетесь получить доступ к каталогу «$1».\nРазрешён только доступ к файлам.\";'),('ab','messages:img-auth-nofile','s:45:\"ru:Файл «$1» не существует.\";'),('ab','messages:img-auth-noread','s:76:\"ru:Участник не имеет доступа на чтение «$1».\";'),('ab','messages:img-auth-notindir','s:117:\"ru:Запрашиваемый путь не относится к настроенной папке загрузок.\";'),('ab','messages:img-auth-public','s:254:\"ru:Назначение img_auth.php — вывод файлов из закрытой вики.\nЭта вики настроена как общедоступная.\nДля оптимизации безопасности img_auth.php отключена.\";'),('ab','messages:img-auth-streaming','s:46:\"ru:Потоковая передача «$1».\";'),('ab','messages:img-lang-default','s:37:\"ru:(язык по умолчанию)\";'),('ab','messages:img-lang-go','s:21:\"ru:Применить\";'),('ab','messages:img-lang-info','s:71:\"ru:Показать это изображение на языке $1 $2\";'),('ab','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('ab','messages:imgfile','s:13:\"ab:афаил\";'),('ab','messages:imgmultigo','s:12:\"ab:Ииас!\";'),('ab','messages:imgmultigoto','s:38:\"ab:Адаҟьа $1 ахь аиасра\";'),('ab','messages:imgmultipagenext','s:36:\"ab:анаҩстәи адаҟьа →\";'),('ab','messages:imgmultipageprev','s:36:\"ab:← аԥхьатәи адаҟьа\";'),('ab','messages:immobile-source-namespace','s:115:\"ru:Невозможно переименовывать страницы в пространстве имён «$1»\";'),('ab','messages:immobile-source-namespace-iw','s:120:\"ru:Страницы из других вики не могут быть переименованы в этой вики.\";'),('ab','messages:immobile-source-page','s:67:\"ru:Эту страницу нельзя переименовать.\";'),('ab','messages:immobile-target-namespace','s:107:\"ru:Невозможно переместить страницу в пространство имён «$1»\";'),('ab','messages:immobile-target-namespace-iw','s:121:\"ru:Ссылка интервики не может быть использована для переименования.\";'),('ab','messages:immobile-target-page','s:66:\"ru:Нельзя присвоить странице это имя.\";'),('ab','messages:import','s:46:\"ru:Импортирование страниц\";'),('ab','messages:import-assign-known-users','s:161:\"ru:Связать правки с локальными участниками, когда участники с такими именами существуют.\";'),('ab','messages:import-comment','s:24:\"ru:Примечание:\";'),('ab','messages:import-error-bad-location','s:267:\"ru:Правка $2, использующая модель содержимого $3, не может быть сохранена в «$1» этой вики, потому что эта модель не поддерживается на данной странице.\";'),('ab','messages:import-error-edit','s:146:\"ru:Страница «$1» не была импортирована, так как вам не разрешено её редактировать.\";'),('ab','messages:import-error-interwiki','s:192:\"ru:Страница «$1» не была импортирована, так как её название зарезервировано для внешних ссылок (интервики).\";'),('ab','messages:import-error-invalid','s:210:\"ru:Страница «$1» не была импортирована, так как имя, с которым она должна быть импортирована, недопустима в этой вики.\";'),('ab','messages:import-error-special','s:228:\"ru:Страница «$1» не была импортирована, так как она относится к особому пространству имён, не позволяющему создавать страницы.\";'),('ab','messages:import-error-unserialize','s:316:\"ru:Версия $2 страницы «$1» не может быть структурирована (десериализована). Получено сообщение, что в этой версии использована модель содержимого $3,  сериализуемая в формате $4.\";'),('ab','messages:import-interwiki-history','s:69:\"ru:Копировать все версии этой страницы\";'),('ab','messages:import-interwiki-sourcepage','s:37:\"ru:Исходная страница:\";'),('ab','messages:import-interwiki-sourcewiki','s:42:\"ru:Исходный вики-проект:\";'),('ab','messages:import-interwiki-submit','s:29:\"ru:Импортировать\";'),('ab','messages:import-interwiki-templates','s:82:\"ru:Включить все шаблоны и включенные страницы\";'),('ab','messages:import-interwiki-text','s:331:\"ru:Укажите вики и название импортируемой страницы.\nДаты изменений и имена авторов будут сохранены.\nВсе операции импорта из других вики регистрируются в [[Special:Log/import|журнале импорта]].\";'),('ab','messages:import-invalid-interwiki','s:84:\"ru:Невозможно импортировать из указанной вики.\";'),('ab','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ab','messages:import-logentry-interwiki-detail','s:148:\"ru:$1 {{PLURAL:$1|версия импортирована|версии импортировано|версий  импортировано}} из $2\";'),('ab','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ab','messages:import-logentry-upload-detail','s:139:\"ru:$1 {{PLURAL:$1|версия импортирована|версии импортировано|версий импортировано}}\";'),('ab','messages:import-mapping-default','s:85:\"ru:Импортирование в исходное пространство имён\";'),('ab','messages:import-mapping-namespace','s:67:\"ru:Импортировать в пространство имён:\";'),('ab','messages:import-mapping-subpage','s:96:\"ru:Импортировать как подстраницы следующей страницы:\";'),('ab','messages:import-noarticle','s:63:\"ru:Нет страницы для импортирования!\";'),('ab','messages:import-nonewrevisions','s:179:\"ru:Никакие правки не были импортированы (все уже либо были обработаны, либо пропущены из-за ошибок).\";'),('ab','messages:import-options-wrong','s:95:\"ru:{{PLURAL:$2|1=Неверная опция|Неверные опции}}: <nowiki>$1</nowiki>\";'),('ab','messages:import-parse-failure','s:56:\"ru:Ошибка разбора XML при импорте\";'),('ab','messages:import-revision-count','s:58:\"ru:$1 {{PLURAL:$1|версия|версии|версий}}\";'),('ab','messages:import-rootpage-invalid','s:96:\"ru:Указанное название корневой страницы некорректно.\";'),('ab','messages:import-rootpage-nosubpage','s:142:\"ru:В пространстве имён указанной корневой страницы «$1» подстраницы запрещены.\";'),('ab','messages:import-summary','s:3:\"en:\";'),('ab','messages:import-token-mismatch','s:543:\"ru:Потеряны данные сеанса.\n\nВозможно, вы завершили сеанс работы. \'\'\'Пожалуйста, убедитесь, что вы всё ещё авторизованы, и попробуйте снова.\'\'\'\nЕсли это всё равно не помогло, попробуйте [[Special:UserLogout|выйти из системы]] и войти заново, а также проверьте, что ваш браузер позволяет принимать cookies с этого сайта.\";'),('ab','messages:import-upload','s:38:\"ru:Загрузить XML-данные\";'),('ab','messages:import-upload-filename','s:21:\"ru:Имя файла:\";'),('ab','messages:import-upload-username-prefix','s:39:\"ru:Префиксы интервики:\";'),('ab','messages:importbadinterwiki','s:59:\"ru:Неправильная интервики-ссылка\";'),('ab','messages:importcantopen','s:74:\"ru:Невозможно открыть импортируемый файл\";'),('ab','messages:imported-log-entries','s:163:\"ru:{{PLURAL:$1|Импортирована $1 запись|Импортированы $1 записи|Импортировано $1 записей}} журнала.\";'),('ab','messages:importfailed','s:53:\"ru:Не удалось импортировать: $1\";'),('ab','messages:importinterwiki','s:42:\"ru:Импорт из другой вики\";'),('ab','messages:importlogpage','s:30:\"ru:Журнал импорта\";'),('ab','messages:importlogpagetext','s:146:\"ru:Импортирование администраторами страниц с историей изменений из других вики.\";'),('ab','messages:importnofile','s:63:\"ru:Файл для импорта не был загружен.\";'),('ab','messages:importnopages','s:61:\"ru:Нет страниц для импортирования.\";'),('ab','messages:importnoprefix','s:54:\"ru:Не указан префикс интервики\";'),('ab','messages:importnosources','s:205:\"ru:Не была выбрана вики, из которой должен быть произведён импорт, и прямая загрузка истории изменений отключена.\";'),('ab','messages:importstart','s:49:\"ru:Импортирование страниц…\";'),('ab','messages:importsuccess','s:51:\"ru:Импортирование выполнено!\";'),('ab','messages:importtext','s:284:\"ru:Пожалуйста, экспортируйте страницу из исходной вики, используя [[Special:Export|соответствующий инструмент]]. Сохраните файл на диск, а затем загрузите его сюда.\";'),('ab','messages:importunknownsource','s:76:\"ru:Неизвестный тип импортируемой страницы\";'),('ab','messages:importuploaderrorpartial','s:141:\"ru:Не удалось загрузить или импортировать файл. Он был загружен лишь частично.\";'),('ab','messages:importuploaderrorsize','s:169:\"ru:Не удалось загрузить или импортировать файл. Размер файла превышает установленный предел.\";'),('ab','messages:importuploaderrortemp','s:139:\"ru:Не удалось загрузить или импортировать файл. Временная папка отсутствует.\";'),('ab','messages:index-category','s:48:\"ab:Ииндексдыркуа адаҟьақәа\";'),('ab','messages:index-category-desc','s:397:\"ru:На странице имеется «волшебное слово» <nowiki>__INDEX__</nowiki> (и страница находится в пространстве имён, где разрешён этот флаг), поэтому она индексируются поисковыми роботами в тех случаях, когда этого обычно не происходит.\";'),('ab','messages:infiniteblock','s:21:\"ru:бессрочно\";'),('ab','messages:intentionallyblankpage','s:78:\"ru:Эта страница намеренно оставлена пустой.\";'),('ab','messages:interlanguage-link-title','s:12:\"ru:$1 — $2\";'),('ab','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ab','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('ab','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ab','messages:internalerror','s:36:\"ru:Внутренняя ошибка\";'),('ab','messages:internalerror-fatal-exception','s:64:\"ru:Неустранимое исключение типа «$1»\";'),('ab','messages:internalerror_info','s:40:\"ru:Внутренняя ошибка: $1\";'),('ab','messages:invalid-chunk-offset','s:63:\"ru:Недопустимое смещение фрагмента\";'),('ab','messages:invalid-content-data','s:40:\"ru:Недопустимые данные\";'),('ab','messages:invalid-indicator-name','s:166:\"ru:<strong>Ошибка:</strong> Атрибут <code>name</code> индикаторов состояния страницы не должен быть пустым.\";'),('ab','messages:invalid-json-data','s:28:\"ru:Неверный JSON: $1\";'),('ab','messages:invalid-langconvert-attrs','s:282:\"ru:<strong>Ошибка:</strong> Атрибуты <code>from</code> и <code>to</code> тега Langconvert не должны быть пустыми и должны содержать коды BCP 47 для конвертируемых вариантов того же языка.\";'),('ab','messages:invalidateemail','s:89:\"ru:Отмена подтверждения адреса электронной почты\";'),('ab','messages:invalidemailaddress','s:269:\"ru:Адрес электронной почты не может быть принят, так как он не соответствует формату.\nПожалуйста, введите корректный адрес или оставьте поле пустым.\";'),('ab','messages:invalidtitle','s:44:\"ru:Недопустимое название\";'),('ab','messages:invalidtitle-knownnamespace','s:117:\"ru:Недопустимый заголовок с пространством имён «$2» и текстом «$3»\";'),('ab','messages:invalidtitle-unknownnamespace','s:140:\"ru:Недопустимый заголовок с неизвестным номером пространства $1 и текстом «$2»\";'),('ab','messages:invert','s:38:\"ru:Обратить выбранное\";'),('ab','messages:ip_range_exceeded','s:128:\"ru:IP-диапазон превышает максимальный диапазон. Допустимый диапазон: /$1.\";'),('ab','messages:ip_range_invalid','s:63:\"ru:Недопустимый диапазон IP-адресов.\";'),('ab','messages:ip_range_toolarge','s:79:\"ru:Блокировки диапазонов свыше /$1 запрещены.\";'),('ab','messages:ip_range_toolow','s:58:\"ru:Диапазоны IP по сути запрещены.\";'),('ab','messages:ipaddressorusername','s:99:\"ru:IP-адрес, имя участника или идентификатор блокировки:\";'),('ab','messages:ipb-action-create','s:45:\"ru:Создание новых страниц\";'),('ab','messages:ipb-action-move','s:46:\"ru:Переименование страниц\";'),('ab','messages:ipb-action-upload','s:32:\"ru:Загрузка файлов\";'),('ab','messages:ipb-block-not-found','s:308:\"ru:Блокировка не может быть создана, но существующая блокировка для «$1» не найдена. Если проблема не исчезнет, [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users сообщите об этом].\";'),('ab','messages:ipb-blockingself','s:145:\"ru:Вы пытаетесь заблокировать себя самого! Вы уверены, что вы хотите это сделать?\";'),('ab','messages:ipb-blocklist','s:63:\"ru:Показать действующие блокировки\";'),('ab','messages:ipb-blocklist-contribs','s:30:\"ru:Вклад {{GENDER:$1|$1}}\";'),('ab','messages:ipb-blocklist-duration-left','s:22:\"ru:осталось $1\";'),('ab','messages:ipb-change-block','s:89:\"ru:Переблокировать участника с этими настройками\";'),('ab','messages:ipb-confirm','s:46:\"ru:Подтвердить блокировку\";'),('ab','messages:ipb-confirmaction','s:197:\"ru:Если вы уверены, что вы действительно хотите сделать это, пожалуйста, поставьте ниже отметку «{{int:ipb-confirm}}».\";'),('ab','messages:ipb-confirmhideuser','s:262:\"ru:Вы намереваетесь заблокировать участника и скрыть его имя. Оно не будет отображаться в списках и журналах. Вы уверены, что хотите это сделать?\";'),('ab','messages:ipb-default-expiry','s:3:\"en:\";'),('ab','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ab','messages:ipb-disableusertalk','s:80:\"ru:Редактирование своей страницы обсуждения\";'),('ab','messages:ipb-edit-dropdown','s:43:\"ru:Править список причин\";'),('ab','messages:ipb-empty-block','s:91:\"ru:В указанной блокировке не включены ограничения.\";'),('ab','messages:ipb-hardblock','s:127:\"ru:Применять блокировку к представившимся участникам с этого IP-адреса\";'),('ab','messages:ipb-namespaces-label','s:36:\"ru:Пространства имён\";'),('ab','messages:ipb-needreblock','s:150:\"ru:$1 уже {{GENDER:$1|заблокирован|заблокирована}}. Хотите изменить параметры блокировки?\";'),('ab','messages:ipb-otherblocks-header','s:86:\"ru:{{PLURAL:$1|1=Другая блокировка|Другие блокировки}}\";'),('ab','messages:ipb-pages-label','s:19:\"ru:Страницы\";'),('ab','messages:ipb-partial','s:21:\"ru:Частичная\";'),('ab','messages:ipb-partial-help','s:275:\"ru:Позволяет выбрать страницы и пространства имён для блокировки. Не блокирует действия по умолчанию, но позволяет блокировать определённые действия.\";'),('ab','messages:ipb-prevent-user-talk-edit','s:306:\"ru:Редактирование своей страницы обсуждения должно устанавливаться при частичной блокировке, если не включает ограничение на пространство имён Обсуждение участника.\";'),('ab','messages:ipb-sitewide','s:31:\"ru:Во всём проекте\";'),('ab','messages:ipb-sitewide-help','s:289:\"ru:Блокирует редактирование на всех страницах и пространствах имён. Также блокирует действия по умолчанию ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users См. Справку])\";'),('ab','messages:ipb-unblock','s:71:\"ru:Разблокировать участника или IP-адрес\";'),('ab','messages:ipb-unblock-addr','s:34:\"ru:Разблокировать $1\";'),('ab','messages:ipb_already_blocked','s:42:\"ru:«$1» уже заблокирован.\";'),('ab','messages:ipb_blocked_as_range','s:300:\"ru:Ошибка: IP-адрес $1 был заблокирован не напрямую и не может быть разблокирован. Однако, он принадлежит к заблокированному диапазону $2, который можно разблокировать.\";'),('ab','messages:ipb_cant_unblock','s:114:\"ru:Ошибка: не найдена блокировка $1. Возможно, она уже была снята.\";'),('ab','messages:ipb_expiry_invalid','s:58:\"ru:Недопустимый период действия.\";'),('ab','messages:ipb_expiry_old','s:55:\"ru:Время окончания — в прошлом.\";'),('ab','messages:ipb_expiry_temp','s:121:\"ru:Блокировки с сокрытием имени участника должны быть бессрочными.\";'),('ab','messages:ipb_hide_invalid','s:163:\"ru:Невозможно скрыть эту учётную запись, с неё сделано более {{PLURAL:$1|одной правки|$1 правок}}.\";'),('ab','messages:ipb_hide_partial','s:122:\"ru:Скрытые запреты имён участников должны действовать во всей вики.\";'),('ab','messages:ipbblocked','s:174:\"ru:Вы не можете блокировать или разблокировать других участников, так как вы сами заблокированы\";'),('ab','messages:ipbcreateaccount','s:49:\"ru:Создание учётных записей\";'),('ab','messages:ipbemailban','s:30:\"ru:Отправка писем\";'),('ab','messages:ipbenableautoblock','s:289:\"ru:Автоматически блокировать последний IP-адрес, использованный этим участником, и любые последующие IP-адреса, с которых он пытается редактировать, на период $1\";'),('ab','messages:ipbhidename','s:77:\"ru:Скрыть имя участника из правок и списков\";'),('ab','messages:ipblocklist','s:52:\"ru:Заблокированные участники\";'),('ab','messages:ipblocklist-empty','s:46:\"ru:Список блокировок пуст.\";'),('ab','messages:ipblocklist-legend','s:65:\"ru:Поиск заблокированного участника\";'),('ab','messages:ipblocklist-localblock','s:42:\"ru:Локальная блокировка\";'),('ab','messages:ipblocklist-no-results','s:148:\"ru:Не найдено блокировок, соответствующих заданному IP-адресу или имени участника.\";'),('ab','messages:ipblocklist-otherblocks','s:86:\"ru:{{PLURAL:$1|1=Другая блокировка|Другие блокировки}}\";'),('ab','messages:ipblocklist-submit','s:13:\"ru:Найти\";'),('ab','messages:ipbnounblockself','s:76:\"ru:Вы не можете разблокировать самого себя\";'),('ab','messages:ipboptions','s:214:\"ru:2 часа:2 hours,1 день:1 day,3 дня:3 days,1 неделя:1 week,2 недели:2 weeks,1 месяц:1 month,3 месяца:3 months,6 месяцев:6 months,1 год:1 year,бессрочно:infinite\";'),('ab','messages:ipbother','s:27:\"ru:Другое время:\";'),('ab','messages:ipbreason','s:18:\"ru:Причина:\";'),('ab','messages:ipbreason-dropdown','s:518:\"ru:* Стандартные причины блокировок\n** Вставка ложной информации\n** Удаление содержимого страниц\n** Спам-ссылки на внешние сайты\n** Добавление бессмысленного текста/мусора\n** Угрозы, преследование участников\n** Злоупотребление несколькими учётными записями\n** Неприемлемое имя участника\";'),('ab','messages:ipbsubmit','s:68:\"ru:Заблокировать этот адрес/участника\";'),('ab','messages:ipbwatchuser','s:153:\"ru:Добавить в список наблюдения личную страницу участника и его страницу обсуждения\";'),('ab','messages:ipusubmit','s:41:\"ru:Снять эту блокировку\";'),('ab','messages:iranian-calendar-m1','s:21:\"ru:Фарвардин\";'),('ab','messages:iranian-calendar-m10','s:9:\"ru:Дей\";'),('ab','messages:iranian-calendar-m11','s:15:\"ru:Бахман\";'),('ab','messages:iranian-calendar-m12','s:15:\"ru:Эсфанд\";'),('ab','messages:iranian-calendar-m2','s:23:\"ru:Ордибехешт\";'),('ab','messages:iranian-calendar-m3','s:15:\"ru:Хордад\";'),('ab','messages:iranian-calendar-m4','s:9:\"ru:Тир\";'),('ab','messages:iranian-calendar-m5','s:15:\"ru:Мордад\";'),('ab','messages:iranian-calendar-m6','s:19:\"ru:Шахривар\";'),('ab','messages:iranian-calendar-m7','s:11:\"ru:Мехр\";'),('ab','messages:iranian-calendar-m8','s:11:\"ru:Абан\";'),('ab','messages:iranian-calendar-m9','s:11:\"ru:Азар\";'),('ab','messages:isimage','s:29:\"ru:ссылка на файл\";'),('ab','messages:isredirect','s:50:\"ru:страница-перенаправление\";'),('ab','messages:istemplate','s:21:\"ru:включение\";'),('ab','messages:jan','s:9:\"ab:ажь\";'),('ab','messages:january','s:29:\"ab:ажьырныҳәамза\";'),('ab','messages:january-gen','s:29:\"ab:ажьырныҳәамза\";'),('ab','messages:javascripttest','s:30:\"ru:Проверка JavaScript\";'),('ab','messages:javascripttest-qunit-intro','s:88:\"ru:См. [$1 документацию по тестированию] на mediawiki.org.\";'),('ab','messages:json-error-ctrl-char','s:110:\"ru:Ошибка управляющего символа, возможно, неверная кодировка\";'),('ab','messages:json-error-depth','s:72:\"ru:Превышена максимальная глубина стека\";'),('ab','messages:json-error-invalid-property-name','s:87:\"ru:Декодированное имя свойства недействительно.\";'),('ab','messages:json-error-state-mismatch','s:87:\"ru:Недопустимый или неправильно составленный JSON\";'),('ab','messages:json-error-syntax','s:44:\"ru:Синтаксическая ошибка\";'),('ab','messages:json-error-unknown','s:60:\"ru:Имеется проблема с JSON. Ошибка: $1\";'),('ab','messages:json-error-utf16','s:104:\"ru:Некорректные символы UTF-16, возможно, неверная кодировка\";'),('ab','messages:json-error-utf8','s:103:\"ru:Некорректные символы UTF-8, возможно, неверная кодировка\";'),('ab','messages:json-warn-trailing-comma','s:227:\"ru:$1 {{PLURAL:$1|лишняя запятая в конце была удалена|лишние запятые в конце были удалены|лишних запятых в конце были удалены}} из JSON\";'),('ab','messages:jul','s:9:\"ab:ԥхг\";'),('ab','messages:july','s:23:\"ab:ԥхынгәымза\";'),('ab','messages:july-gen','s:23:\"ab:ԥхынгәымза\";'),('ab','messages:jumpto','s:20:\"ab:Ииастәуп:\";'),('ab','messages:jumptonavigation','s:23:\"ab:анавигациа\";'),('ab','messages:jumptosearch','s:17:\"ab:Аԥшаара\";'),('ab','messages:jun','s:9:\"ab:раш\";'),('ab','messages:june','s:23:\"ab:рашәарамза\";'),('ab','messages:june-gen','s:23:\"ab:рашәарамза\";'),('ab','messages:just-now','s:22:\"ru:только что\";'),('ab','messages:lag-warn-high','s:291:\"ru:Из-за большого отставания в синхронизации серверов, в этом списке могут не отображаться изменения, сделанные менее {{PLURAL:$1|$1 секунды|$1 секунд|1=секунды}} назад.\";'),('ab','messages:lag-warn-normal','s:196:\"ru:Изменения, сделанные менее {{PLURAL:$1|$1 секунды|$1 секунд|1=секунды}} назад, могут не отображаться в этом списке.\";'),('ab','messages:laggedreplicamode','s:138:\"ru:<strong>Внимание:</strong> на странице могут отсутствовать последние обновления.\";'),('ab','messages:language-converter-depth-warning','s:96:\"ru:Превышен предел глубины преобразователя языков ($1)\";'),('ab','messages:large-file','s:283:\"ru:Рекомендуется использовать файлы, размер которых не превышает $1 {{PLURAL:$1|байт|байта|байт}} (размер загруженного файла составляет $2 {{PLURAL:$2|байт|байта|байт}}).\";'),('ab','messages:largefileserver','s:92:\"ru:Размер файла превышает максимально разрешённый.\";'),('ab','messages:last','s:19:\"ab:аԥхьатәи\";'),('ab','messages:lastmodifiedat','s:88:\"ab:Ацыхәтәантәи аԥсахрақәа абри адаҟьа аҟны: $2, $1.\";'),('ab','messages:lastmodifiedatby','s:143:\"ru:Эта страница в последний раз была отредактирована $1 в $2, автор изменения — $3.\";'),('ab','messages:license','s:30:\"ab:Алицензиаҭара:\";'),('ab','messages:license-header','s:29:\"ab:Алицензиаҭара\";'),('ab','messages:license-nopreview','s:50:\"ru:(Предпросмотр недоступен)\";'),('ab','messages:licenses','s:4:\"en:-\";'),('ab','messages:licenses-edit','s:55:\"ru:Изменить параметры лицензии\";'),('ab','messages:limitreport-cputime','s:65:\"ru:Использование времени процессора\";'),('ab','messages:limitreport-cputime-value','s:62:\"ru:$1 {{PLURAL:$1|секунда|секунды|секунд}}\";'),('ab','messages:limitreport-expansiondepth','s:59:\"ru:Наибольшая глубина расширения\";'),('ab','messages:limitreport-expansiondepth-value','s:8:\"ru:$1/$2\";'),('ab','messages:limitreport-expensivefunctioncount','s:80:\"ru:Количество «дорогих» функций анализатора\";'),('ab','messages:limitreport-expensivefunctioncount-value','s:8:\"ru:$1/$2\";'),('ab','messages:limitreport-postexpandincludesize','s:53:\"ru:Размер раскрытых включений\";'),('ab','messages:limitreport-postexpandincludesize-value','s:51:\"ru:$1/$2 {{PLURAL:$2|байт|байта|байт}}\";'),('ab','messages:limitreport-ppvisitednodes','s:85:\"ru:Количество узлов, посещённых препроцессором\";'),('ab','messages:limitreport-ppvisitednodes-value','s:8:\"ru:$1/$2\";'),('ab','messages:limitreport-templateargumentsize','s:49:\"ru:Размер аргумента шаблона\";'),('ab','messages:limitreport-templateargumentsize-value','s:51:\"ru:$1/$2 {{PLURAL:$2|байт|байта|байт}}\";'),('ab','messages:limitreport-title','s:39:\"ru:Данные анализатора:\";'),('ab','messages:limitreport-unstrip-depth','s:42:\"ru:Глубина рекурсии Unstrip\";'),('ab','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('ab','messages:limitreport-unstrip-size','s:72:\"ru:Размер Unstrip после раскрытия включений\";'),('ab','messages:limitreport-unstrip-size-value','s:51:\"ru:$1/$2 {{PLURAL:$2|байт|байта|байт}}\";'),('ab','messages:limitreport-walltime','s:79:\"ru:Использование в режиме реального времени\";'),('ab','messages:limitreport-walltime-value','s:62:\"ru:$1 {{PLURAL:$1|секунда|секунды|секунд}}\";'),('ab','messages:lineno','s:21:\"ab:Ацәаҳәа $1:\";'),('ab','messages:linkaccounts','s:45:\"ru:Связать учётные записи\";'),('ab','messages:linkaccounts-submit','s:45:\"ru:Связать учётные записи\";'),('ab','messages:linkaccounts-success-text','s:55:\"ru:Учётная запись была связана.\";'),('ab','messages:linksearch','s:41:\"ru:Поиск внешних ссылок\";'),('ab','messages:linksearch-error','s:131:\"ru:Подстановочные символы могут использоваться только в начале адресов.\";'),('ab','messages:linksearch-line','s:31:\"ru:Ссылка на $1 из $2\";'),('ab','messages:linksearch-ns','s:37:\"ru:Пространство имён:\";'),('ab','messages:linksearch-ok','s:17:\"ab:Аԥшаара\";'),('ab','messages:linksearch-pat','s:36:\"ru:Шаблон для поиска:\";'),('ab','messages:linksearch-summary','s:3:\"en:\";'),('ab','messages:linksearch-text','s:365:\"ru:Можно использовать подстановочные символы, например, <code>*.wikipedia.org</code>.<br />\n{{PLURAL:$2|1=Поддерживаемый протокол|Поддерживаемые протоколы}}: $1 (если протокол явно не задан, по умолчанию подставляется http://).\";'),('ab','messages:linkshere','s:83:\"ru:Следующие страницы ссылаются на <strong>$2</strong>:\";'),('ab','messages:linkstoimage','s:101:\"ab:Ари афаил ахархәара зызу {{PLURAL:$1|$1 адаҟьа|$1 адаҟьақәа}}:\";'),('ab','messages:linkstoimage-more','s:498:\"ru:Более $1 {{PLURAL:$1|страницы|страниц}} используют этот файл.\nВ данном списке {{PLURAL:$1|представлена только $1 страница, использующая|представлены только $1 страницы, использующие|представлены только $1 страниц, использующих}} этот файл.\nДоступен также [[Special:WhatLinksHere/$2|полный список]].\";'),('ab','messages:linkstoimage-redirect','s:58:\"ru:$1 (файловое перенаправление) $2\";'),('ab','messages:linterror-bogus-image-options','s:49:\"ru:Фиктивное свойство файла\";'),('ab','messages:linterror-deletable-table-tag','s:70:\"ru:Тег таблицы, который следует удалить\";'),('ab','messages:linterror-html5-misnesting','s:74:\"ru:Некорректная вложенность (не работает)\";'),('ab','messages:linterror-misc-tidy-replacement-issues','s:51:\"ru:Различные ошибки разметки\";'),('ab','messages:linterror-misnested-tag','s:113:\"ru:Неверно вложенный тег, который должен быть правильно вложен\";'),('ab','messages:linterror-missing-end-tag','s:59:\"ru:Отсутствующий закрывающий тег\";'),('ab','messages:linterror-multi-colon-escape','s:75:\"ru:Многократное экранирование двоеточием\";'),('ab','messages:linterror-multiline-html-table-in-list','s:76:\"ru:Многострочная таблица HTML5 внутри списка\";'),('ab','messages:linterror-multiple-unclosed-formatting-tags','s:104:\"ru:Несколько незакрытых тегов форматирования на странице\";'),('ab','messages:linterror-obsolete-tag','s:35:\"ru:Устаревший HTML-тег\";'),('ab','messages:linterror-pwrap-bug-workaround','s:58:\"ru:Решение ошибки обёртки абзаца\";'),('ab','messages:linterror-self-closed-tag','s:44:\"ru:Самозакрывающийся тег\";'),('ab','messages:linterror-stripped-tag','s:32:\"ru:Разделённый тег\";'),('ab','messages:linterror-tidy-font-bug','s:68:\"ru:Тег \"font\" пробует сменить цвет ссылки\";'),('ab','messages:linterror-tidy-whitespace-bug','s:68:\"ru:Ошибка разбора пробельных символов\";'),('ab','messages:linterror-unclosed-quotes-in-heading','s:84:\"ru:Незакрытая кавычка, выходящая за содержание\";'),('ab','messages:listduplicatedfiles','s:54:\"ru:Список файлов с дубликатами\";'),('ab','messages:listduplicatedfiles-entry','s:124:\"ru:У файла [[:File:$1|$1]] — [[$3|{{PLURAL:$2|$2 дубликат|$2 дубликата|$2 дубликатов}}]].\";'),('ab','messages:listduplicatedfiles-summary','s:282:\"ru:Это список файлов, где самая последняя версия файла считается дубликатом последней версии некоторых других файлов. Учитываются только локальные файлы.\";'),('ab','messages:listfiles','s:28:\"ab:Афаилқәа рсиа\";'),('ab','messages:listfiles-delete','s:17:\"ru:удалить\";'),('ab','messages:listfiles-latestversion','s:30:\"ru:Текущая версия\";'),('ab','messages:listfiles-latestversion-no','s:9:\"ab:Мап\";'),('ab','messages:listfiles-latestversion-yes','s:9:\"ab:Ааи\";'),('ab','messages:listfiles-show-all','s:58:\"ru:Включить старые версии файлов\";'),('ab','messages:listfiles-summary','s:108:\"ru:Эта служебная страница показывает все загруженные файлы.\";'),('ab','messages:listfiles-userdoesnotexist','s:76:\"ru:Учётная запись «$1» не зарегистрирована.\";'),('ab','messages:listfiles_count','s:15:\"ru:Версий\";'),('ab','messages:listfiles_date','s:11:\"ru:Дата\";'),('ab','messages:listfiles_description','s:15:\"ab:Ахҳәаа\";'),('ab','messages:listfiles_name','s:11:\"ab:Ахьӡ\";'),('ab','messages:listfiles_size','s:17:\"ab:Ашәагаа\";'),('ab','messages:listfiles_subpage','s:22:\"ru:Загрузки $1\";'),('ab','messages:listfiles_thumb','s:21:\"ru:Миниатюра\";'),('ab','messages:listfiles_user','s:19:\"ab:Алахәыла\";'),('ab','messages:listgrants','s:23:\"ru:Разрешения\";'),('ab','messages:listgrants-grant','s:23:\"ru:Разрешение\";'),('ab','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ab','messages:listgrants-rights','s:13:\"ru:Права\";'),('ab','messages:listgrants-summary','s:917:\"ru:Ниже приведён список разрешений с указанием на то, к каким связанным пользовательским правам они дают доступ. Участники могут разрешить приложениям использовать свою учётную запись, но с ограниченными правами на основе разрешений, которые участник предоставляет приложению. Однако, приложение, действующее  от имени участника, на самом деле не сможет воспользоваться правами, отсутствующими у учётной записи.\nОб отдельных правах можно получить [[{{MediaWiki:Listgrouprights-helppage}}|дополнительную  информацию]].\";'),('ab','messages:listgrouprights','s:45:\"ru:Права групп участников\";'),('ab','messages:listgrouprights-addgroup','s:72:\"ru:Добавление в {{PLURAL:$2|1=группу|группы}}: $1\";'),('ab','messages:listgrouprights-addgroup-all','s:48:\"ru:Добавление во все группы\";'),('ab','messages:listgrouprights-addgroup-self','s:111:\"ru:Добавление своей учётной записи в {{PLURAL:$2|1=группу|группы}}: $1\";'),('ab','messages:listgrouprights-addgroup-self-all','s:94:\"ru:Может добавлять все группы к своей учётной записи\";'),('ab','messages:listgrouprights-group','s:15:\"ru:Группа\";'),('ab','messages:listgrouprights-helppage','s:29:\"ru:Help:Права групп\";'),('ab','messages:listgrouprights-key','s:186:\"ru:Легенда:\n* <span class=\"listgrouprights-granted\">Предоставленные права</span>\n* <span class=\"listgrouprights-revoked\">Отозванные права</span>\";'),('ab','messages:listgrouprights-members','s:36:\"ab:(алахәылақәа рсиа)\";'),('ab','messages:listgrouprights-namespaceprotection-header','s:59:\"ru:Ограничения пространства имён\";'),('ab','messages:listgrouprights-namespaceprotection-namespace','s:36:\"ru:Пространство имён\";'),('ab','messages:listgrouprights-namespaceprotection-restrictedto','s:83:\"ru:Права, позволяющие участнику редактировать\";'),('ab','messages:listgrouprights-removegroup','s:72:\"ru:Исключение из {{PLURAL:$2|1=группы|групп}}: $1\";'),('ab','messages:listgrouprights-removegroup-all','s:48:\"ru:Исключение из всех групп\";'),('ab','messages:listgrouprights-removegroup-self','s:111:\"ru:Исключение своей учётной записи из {{PLURAL:$2|1=группы|групп}}: $1\";'),('ab','messages:listgrouprights-removegroup-self-all','s:92:\"ru:может удалять все группы со своей учётной записи\";'),('ab','messages:listgrouprights-right-display','s:68:\"ru:<span class=\"listgrouprights-granted\">$1 (<code>$2</code>)</span>\";'),('ab','messages:listgrouprights-right-revoked','s:68:\"ru:<span class=\"listgrouprights-revoked\">$1 (<code>$2</code>)</span>\";'),('ab','messages:listgrouprights-rights','s:13:\"ru:Права\";'),('ab','messages:listgrouprights-summary','s:384:\"ru:Ниже представлен список определённых в этой вики групп участников, указаны соответствующие им права доступа.\nВозможно, существует [[{{MediaWiki:Listgrouprights-helppage}}|дополнительная информация]] об индивидуальных правах.\";'),('ab','messages:listredirects','s:46:\"ru:Список перенаправлений\";'),('ab','messages:listredirects-summary','s:3:\"en:\";'),('ab','messages:listusers','s:34:\"ab:Алахәылақәа рсиа\";'),('ab','messages:listusers-blocked','s:46:\"ru:(заблокирован{{GENDER:$1||а}})\";'),('ab','messages:listusers-creationsort','s:56:\"ru:Упорядочить по дате создания\";'),('ab','messages:listusers-desc','s:60:\"ru:Сортировать в обратном порядке\";'),('ab','messages:listusers-editsonly','s:117:\"ru:Показать только тех участников, кто сделал хотя бы одну правку\";'),('ab','messages:listusers-noresult','s:44:\"ru:Не найдено участников.\";'),('ab','messages:listusers-submit','s:19:\"ru:Показать\";'),('ab','messages:listusers-summary','s:3:\"en:\";'),('ab','messages:listusers-temporarygroupsonly','s:112:\"ru:Показывать только участников, временно состоящих в группах\";'),('ab','messages:listusersfrom','s:60:\"ru:Показать участников, начиная с:\";'),('ab','messages:localtime','s:29:\"ru:Местное время:\";'),('ab','messages:lockbtn','s:91:\"ru:Сделать базу данных доступной только для чтения\";'),('ab','messages:lockconfirm','s:115:\"ru:Да, я действительно хочу заблокировать базу данных на запись.\";'),('ab','messages:lockdb','s:91:\"ru:Сделать базу данных доступной только для чтения\";'),('ab','messages:lockdbsuccesssub','s:51:\"ru:База данных заблокирована\";'),('ab','messages:lockdbsuccesstext','s:236:\"ru:База данных проекта была заблокирована.<br />\nНе забудьте [[Special:UnlockDB|убрать блокировку]] после завершения процедуры обслуживания.\";'),('ab','messages:lockdbtext','s:641:\"ru:Блокировка базы данных приостановит возможность редактировать страницы, изменять настройки,\nсписки наблюдения и производить другие действия, требующие доступа к базе данных для всех участников.\nПожалуйста, подтвердите, что вы действительно хотите это сделать, и что вы снимете блокировку как только закончите\nпроцедуру обслуживания базы данных.\";'),('ab','messages:lockedbyandtime','s:13:\"ru:($1 $2 $3)\";'),('ab','messages:lockfilenotwritable','s:296:\"ru:Нет права на запись в файл блокировки базы данных. Чтобы заблокировать или разблокировать базу данных, веб-сервер должен иметь разрешение на запись в этот файл.\";'),('ab','messages:lockmanager-fail-acquirelock','s:68:\"ru:Не удалось добиться блокировки «$1».\";'),('ab','messages:lockmanager-fail-closelock','s:83:\"ru:Не удалось закрыть файл блокировки для  «$1».\";'),('ab','messages:lockmanager-fail-conflict','s:162:\"ru:Не удалось получить монопольное право на запись. Кто-то ещё что-то делает с этим файлом.\";'),('ab','messages:lockmanager-fail-db-bucket','s:142:\"ru:Не удалось связаться с достаточным количеством баз блокировок в сегменте $1.\";'),('ab','messages:lockmanager-fail-db-release','s:82:\"ru:Не удалось снять блокировку базы данных  $1 .\";'),('ab','messages:lockmanager-fail-deletelock','s:82:\"ru:Не удалось удалить файл блокировки для «$1».\";'),('ab','messages:lockmanager-fail-openlock','s:431:\"ru:Не удалось открыть файл блокировки для «$1». Убедитесь, что ваш каталог загрузки настроен правильно, а ваш веб-сервер имеет разрешение на запись в этот каталог. Дополнительную информацию см. на https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory.\";'),('ab','messages:lockmanager-fail-releaselock','s:59:\"ru:Не удалось разблокировать «$1».\";'),('ab','messages:lockmanager-fail-svr-acquire','s:116:\"ru:Не удалось получить монопольные права на запись на сервере  $1.\";'),('ab','messages:lockmanager-fail-svr-release','s:79:\"ru:Не удалось снять блокировки на сервере $1 .\";'),('ab','messages:lockmanager-notlocked','s:95:\"ru:Не удалось разблокировать «$1»; он не заблокирован.\";'),('ab','messages:locknoconfirm','s:86:\"ru:Вы не поставили галочку в поле подтверждения.\";'),('ab','messages:log','s:23:\"ab:Ажурналқәа\";'),('ab','messages:log-action-filter-all','s:9:\"ru:Все\";'),('ab','messages:log-action-filter-block','s:31:\"ru:Тип блокировки:\";'),('ab','messages:log-action-filter-block-block','s:23:\"ru:Блокировка\";'),('ab','messages:log-action-filter-block-reblock','s:42:\"ru:Изменение блокировки\";'),('ab','messages:log-action-filter-block-unblock','s:29:\"ru:Разблокировка\";'),('ab','messages:log-action-filter-contentmodel','s:65:\"ru:Тип изменения модели содержимого:\";'),('ab','messages:log-action-filter-contentmodel-change','s:57:\"ru:Изменение модели содержимого\";'),('ab','messages:log-action-filter-contentmodel-new','s:104:\"ru:Создание страницы с нестандартной моделью содержимого\";'),('ab','messages:log-action-filter-delete','s:27:\"ru:Тип удаления:\";'),('ab','messages:log-action-filter-delete-delete','s:36:\"ru:Удаления страницы\";'),('ab','messages:log-action-filter-delete-delete_redir','s:54:\"ru:Перезапись перенаправления\";'),('ab','messages:log-action-filter-delete-delete_redir2','s:54:\"ru:Перезапись перенаправления\";'),('ab','messages:log-action-filter-delete-event','s:34:\"ru:Удаление журнала\";'),('ab','messages:log-action-filter-delete-restore','s:48:\"ru:Восстановление страницы\";'),('ab','messages:log-action-filter-delete-revision','s:32:\"ru:Удаление версии\";'),('ab','messages:log-action-filter-import','s:25:\"ru:Тип импорта:\";'),('ab','messages:log-action-filter-import-interwiki','s:34:\"ru:Трансвики импорт\";'),('ab','messages:log-action-filter-import-upload','s:47:\"ru:Импорт через загрузку XML\";'),('ab','messages:log-action-filter-managetags','s:59:\"ru:Действие по управлению тегами:\";'),('ab','messages:log-action-filter-managetags-activate','s:32:\"ru:Активация тегов\";'),('ab','messages:log-action-filter-managetags-create','s:30:\"ru:Создание тегов\";'),('ab','messages:log-action-filter-managetags-deactivate','s:32:\"ru:Отключение тега\";'),('ab','messages:log-action-filter-managetags-delete','s:30:\"ru:Удаление тегов\";'),('ab','messages:log-action-filter-move','s:39:\"ru:Тип переименования:\";'),('ab','messages:log-action-filter-move-move','s:95:\"ru:Переименования не в существующее перенаправление\";'),('ab','messages:log-action-filter-move-move_redir','s:75:\"ru:Переименования поверх перенаправления\";'),('ab','messages:log-action-filter-newusers','s:55:\"ru:Тип создания учётной записи:\";'),('ab','messages:log-action-filter-newusers-autocreate','s:48:\"ru:Автоматическое создание\";'),('ab','messages:log-action-filter-newusers-byemail','s:98:\"ru:Создание с паролем, присланным по электронной почте\";'),('ab','messages:log-action-filter-newusers-create','s:59:\"ru:Создание анонимным участником\";'),('ab','messages:log-action-filter-newusers-create2','s:77:\"ru:Создание зарегистрированным участником\";'),('ab','messages:log-action-filter-patrol','s:39:\"ru:Тип патрулирования:\";'),('ab','messages:log-action-filter-patrol-autopatrol','s:60:\"ru:Автоматическое патрулирование\";'),('ab','messages:log-action-filter-patrol-patrol','s:44:\"ru:Ручное патрулирование\";'),('ab','messages:log-action-filter-protect','s:23:\"ru:Тип защиты:\";'),('ab','messages:log-action-filter-protect-modify','s:34:\"ru:Изменение защиты\";'),('ab','messages:log-action-filter-protect-move_prot','s:30:\"ru:Перенос защиты\";'),('ab','messages:log-action-filter-protect-protect','s:15:\"ru:Защита\";'),('ab','messages:log-action-filter-protect-unprotect','s:28:\"ru:Снятие защиты\";'),('ab','messages:log-action-filter-rights','s:38:\"ru:Тип изменения прав:\";'),('ab','messages:log-action-filter-rights-autopromote','s:50:\"ru:Автоматическое изменение\";'),('ab','messages:log-action-filter-rights-rights','s:34:\"ru:Ручное изменение\";'),('ab','messages:log-action-filter-suppress','s:27:\"ru:Тип сокрытия:\";'),('ab','messages:log-action-filter-suppress-block','s:76:\"ru:Сокрытие пользователя через блокировки\";'),('ab','messages:log-action-filter-suppress-delete','s:36:\"ru:Сокрытие страницы\";'),('ab','messages:log-action-filter-suppress-event','s:34:\"ru:Сокрытие журнала\";'),('ab','messages:log-action-filter-suppress-reblock','s:99:\"ru:Сокрытие пользователя через повторное блокирование\";'),('ab','messages:log-action-filter-suppress-revision','s:32:\"ru:Сокрытие версии\";'),('ab','messages:log-action-filter-upload','s:27:\"ru:Тип загрузки:\";'),('ab','messages:log-action-filter-upload-overwrite','s:34:\"ru:Перезапись файла\";'),('ab','messages:log-action-filter-upload-revert','s:54:\"ru:Возврат старой версии файла\";'),('ab','messages:log-action-filter-upload-upload','s:30:\"ru:Новая загрузка\";'),('ab','messages:log-description-contentmodel','s:278:\"ru:На этой странице перечислены изменения в модели содержимого страниц, и страницы, которые были созданы по модели содержимого, отличной от стандартной.\";'),('ab','messages:log-description-create','s:98:\"ru:Ниже приведён список самых свежих созданий страниц.\";'),('ab','messages:log-description-managetags','s:491:\"ru:На этой странице перечислены задачи, связанные с управлением [[Special:Tags|метками]]. Журнал содержит только действия, выполненные администратором вручную. Метки могут быть созданы или удалены с помощью программного обеспечения вики без добавления записей в этот журнал.\";'),('ab','messages:log-description-pagelang','s:75:\"ru:Это журнал изменений в языках страницы.\";'),('ab','messages:log-description-tag','s:451:\"ru:Эта страница показывает, когда участники добавили или удалили [[Special:Tags|метки]] в отдельных версиях или записях журнала. Журнал не показывает действия с метками, когда они производятся как часть редактирования, удаления или аналогичных действий.\";'),('ab','messages:log-edit-tags','s:90:\"ru:Редактировать теги из выбранной записи журнала\";'),('ab','messages:log-fulllog','s:53:\"ru:Просмотреть журнал целиком\";'),('ab','messages:log-name-contentmodel','s:72:\"ru:Журнал изменения моделей содержимого\";'),('ab','messages:log-name-create','s:47:\"ru:Журнал создания страниц\";'),('ab','messages:log-name-managetags','s:51:\"ru:Журнал управления метками\";'),('ab','messages:log-name-pagelang','s:45:\"ru:Журнал изменения языка\";'),('ab','messages:log-name-tag','s:26:\"ru:Журнал меток\";'),('ab','messages:log-title-wildcard','s:91:\"ru:Найти заголовки, начинающиеся с данных символов\";'),('ab','messages:logdelete-failure','s:74:\"ru:\'\'\'Видимость журнала не установлена:\'\'\'\n$1\";'),('ab','messages:logdelete-selected','s:98:\"ru:{{PLURAL:$1|1=Выбранная запись|Выбранные записи}} журнала:\";'),('ab','messages:logdelete-success','s:54:\"ru:Видимость события изменена.\";'),('ab','messages:logdelete-text','s:231:\"ru:Удалённые события будут по-прежнему видны в журналах, но определённые части их содержимого будут недоступны для участников.\";'),('ab','messages:logempty','s:78:\"ru:Подходящие записи в журнале отсутствуют.\";'),('ab','messages:logentry-block-block','s:88:\"ru:$1 заблокировал{{GENDER:$2||а}} {{GENDER:$4|$3}} на период $5 $6\";'),('ab','messages:logentry-block-reblock','s:122:\"ru:$1 {{GENDER:$2|изменил|изменила}} срок блокировки {{GENDER:$4|$3}} на период $5 $6\";'),('ab','messages:logentry-block-unblock','s:66:\"ru:$1 разблокировал{{GENDER:$2||а}} {{GENDER:$4|$3}}\";'),('ab','messages:logentry-contentmodel-change','s:115:\"ru:$1 изменил{{GENDER:$2||а}} модель содержимого страницы $3 с «$4» на «$5»\";'),('ab','messages:logentry-contentmodel-change-revert','s:13:\"ru:Откат\";'),('ab','messages:logentry-contentmodel-change-revertlink','s:17:\"ru:возврат\";'),('ab','messages:logentry-contentmodel-new','s:157:\"ru:$1 создал{{GENDER:$2||а}} страницу $3 с использованием нестандартной модели содержимого «$5»\";'),('ab','messages:logentry-create-create','s:67:\"ru:$1 {{GENDER:$2|создал|создала}} страницу $3\";'),('ab','messages:logentry-delete-delete','s:67:\"ru:$1 {{GENDER:$2|удалил|удалила}} страницу $3\";');
INSERT INTO `mw_l10n_cache` VALUES ('ab','messages:logentry-delete-delete_redir','s:108:\"ru:$1 удалил{{GENDER:$2||а}} перенаправление $3 с помощью перезаписи\";'),('ab','messages:logentry-delete-delete_redir2','s:120:\"ru:$1 {{GENDER:$2|удалил|удалила}} перенаправление $3 с помощью перезаписи\";'),('ab','messages:logentry-delete-event','s:162:\"ru:$1 {{GENDER:$2|изменил|изменила}} видимость {{PLURAL:$5|$5 записи|$5 записей|1=записи}} журнала для $3: $4\";'),('ab','messages:logentry-delete-event-legacy','s:103:\"ru:$1 {{GENDER:$2|изменил|изменила}} видимость записей журнала $3\";'),('ab','messages:logentry-delete-restore','s:92:\"ru:$1 {{GENDER:$2|восстановил|восстановила}} страницу $3 ($4)\";'),('ab','messages:logentry-delete-restore-nocount','s:87:\"ru:$1 {{GENDER:$2|восстановил|восстановила}} страницу $3\";'),('ab','messages:logentry-delete-revision','s:155:\"ru:$1 {{GENDER:$2|изменил|изменила}} видимость {{PLURAL:$5|$5 версии|$5 версий|1=версии}} страницы $3: $4\";'),('ab','messages:logentry-delete-revision-legacy','s:108:\"ru:$1 {{GENDER:$2|изменил|изменила}} видимость версий на странице $3\";'),('ab','messages:logentry-import-interwiki','s:77:\"ru:$1 импортировал{{GENDER:$2||а}} $3 из другой вики\";'),('ab','messages:logentry-import-interwiki-details','s:116:\"ru:$1 импортировал{{GENDER:$2||а}} $3 из $5 ($4 {{PLURAL:$4|версия|версий|версии}})\";'),('ab','messages:logentry-import-upload','s:95:\"ru:$1 импортировал{{GENDER:$2||а}} $3 путём файловой загрузки\";'),('ab','messages:logentry-import-upload-details','s:160:\"ru:$1 импортировал{{GENDER:$2||а}} $3 с помощью файловой загрузки ($4 {{PLURAL:$4|версия|версий|версии}})\";'),('ab','messages:logentry-managetags-activate','s:136:\"ru:$1 активировал{{GENDER:$2||а}} метку «$4» для использования участниками и ботами\";'),('ab','messages:logentry-managetags-create','s:53:\"ru:$1 создал{{GENDER:$2||а}} метку «$4»\";'),('ab','messages:logentry-managetags-deactivate','s:130:\"ru:$1 отключил{{GENDER:$2||а}} метку «$4» для использования участниками и ботами\";'),('ab','messages:logentry-managetags-delete','s:193:\"ru:$1 удалил{{GENDER:$2||а}} метку «$4» (удалена из $5 {{PLURAL:$5|версии или записи журнала|версий и/или записей журнала}})\";'),('ab','messages:logentry-merge-merge','s:73:\"ru:$1 объединил{{GENDER:$2||а}} $3 с $4 (версии до $5)\";'),('ab','messages:logentry-move-move','s:97:\"ru:$1 {{GENDER:$2|переименовал|переименовала}} страницу $3 в $4\";'),('ab','messages:logentry-move-move-noredirect','s:156:\"ru:$1 {{GENDER:$2|переименовал|переименовала}} страницу $3 в $4 без оставления перенаправления\";'),('ab','messages:logentry-move-move_redir','s:141:\"ru:$1 {{GENDER:$2|переименовал|переименовала}} страницу $3 в $4 поверх перенаправления\";'),('ab','messages:logentry-move-move_redir-noredirect','s:203:\"ru:$1 {{GENDER:$2|переименовал|переименовала}} страницу $3 в $4 поверх перенаправления и без оставления перенаправления\";'),('ab','messages:logentry-newusers-autocreate','s:127:\"ru:Автоматически создана учётная запись {{GENDER:$2|участника|участницы}} $1\";'),('ab','messages:logentry-newusers-byemail','s:159:\"ru:$1 {{GENDER:$2|создал|создала}} учётную запись $3 и пароль был отправлен по электронной почте\";'),('ab','messages:logentry-newusers-create','s:111:\"ru:{{GENDER:$2|Участник создал|Участница создала}} учётную запись $1\";'),('ab','messages:logentry-newusers-create2','s:78:\"ru:$1 {{GENDER:$2|создал|создала}} учётную запись $3\";'),('ab','messages:logentry-newusers-newusers','s:111:\"ru:{{GENDER:$2|Участник создал|Участница создала}} учётную запись $1\";'),('ab','messages:logentry-non-editing-block-block','s:219:\"ru:$1 {{GENDER:$2|заблокировал|заблокировала}} {{GENDER:$4|$3}} от определённых действий, не связанных с редактированием, на период $5 $6\";'),('ab','messages:logentry-non-editing-block-reblock','s:241:\"ru:$1 {{GENDER:$2|изменил|изменила}} настройки блокировки {{GENDER:$4|$3}} для определённых действий, не связанных с редактированием, на период $5 $6\";'),('ab','messages:logentry-pagelang-pagelang','s:81:\"ru:$1 изменил{{GENDER:$2||а}} язык страницы $3 с $4 на $5.\";'),('ab','messages:logentry-partialblock-block','s:135:\"ru:$1 {{GENDER:$2|заблокировал|заблокировала}} {{GENDER:$4|$3}} с запретом $7 на период $5 $6\";'),('ab','messages:logentry-partialblock-block-action','s:57:\"ru:{{PLURAL:$1|действия|действий}} «$2»\";'),('ab','messages:logentry-partialblock-block-ns','s:92:\"ru:на {{PLURAL:$1|пространство имён|пространства имён}} $2\";'),('ab','messages:logentry-partialblock-block-page','s:58:\"ru:на {{PLURAL:$1|страницу|страницы}} $2\";'),('ab','messages:logentry-partialblock-reblock','s:161:\"ru:$1 {{GENDER:$2|изменил|изменила}} настройки блокировки {{GENDER:$4|$3}}, заблокировав $7 на период $5 $6\";'),('ab','messages:logentry-patrol-patrol','s:115:\"ru:$1 {{GENDER:$2|отпатрулировал|отпатрулировала}} версию $4 страницы $3\";'),('ab','messages:logentry-patrol-patrol-auto','s:142:\"ru:$1 автоматически {{GENDER:$2|отпатрулировал|отпатрулировала}} версию $4 страницы $3\";'),('ab','messages:logentry-protect-modify','s:75:\"ru:$1 изменил{{GENDER:$2||а}} настройки защиты $3 $4\";'),('ab','messages:logentry-protect-modify-cascade','s:94:\"ru:$1 изменил{{GENDER:$2||а}} настройки защиты $3 $4 [каскадно]\";'),('ab','messages:logentry-protect-move_prot','s:99:\"ru:$1 {{GENDER:$2|перенёс|перенесла}} настройки защиты с $4 на $3\";'),('ab','messages:logentry-protect-protect','s:43:\"ru:$1 защитил{{GENDER:$2||а}} $3 $4\";'),('ab','messages:logentry-protect-protect-cascade','s:62:\"ru:$1 защитил{{GENDER:$2||а}} $3 $4 [каскадно]\";'),('ab','messages:logentry-protect-unprotect','s:50:\"ru:$1 снял{{GENDER:$2||а}} защиту с $3\";'),('ab','messages:logentry-rights-autopromote','s:106:\"ru:$1 был{{GENDER:$2||а}} автоматически переведён{{GENDER:$2||а}} из $4 в $5\";'),('ab','messages:logentry-rights-rights','s:124:\"ru:$1 {{GENDER:$2|изменил|изменила}} членство в группах для {{GENDER:$6|$3}} с $4 на $5\";'),('ab','messages:logentry-rights-rights-legacy','s:96:\"ru:$1 {{GENDER:$2|изменил|изменила}} членство в группах для $3\";'),('ab','messages:logentry-suppress-block','s:85:\"ru:$1 {{GENDER:$2|заблокировал}} {{GENDER:$4|$3}} сроком на $5 $6\";'),('ab','messages:logentry-suppress-delete','s:71:\"ru:$1 {{GENDER:$2|подавил|подавила}} страницу $3\";'),('ab','messages:logentry-suppress-event','s:177:\"ru:$1 скрытно {{GENDER:$2|изменил|изменила}} видимость {{PLURAL:$5|$5 записи|$5 записей|1=записи}} журнала для $3: $4\";'),('ab','messages:logentry-suppress-event-legacy','s:118:\"ru:$1 скрытно {{GENDER:$2|изменил|изменила}} видимость записей журнала $3\";'),('ab','messages:logentry-suppress-reblock','s:122:\"ru:$1 {{GENDER:$2|изменил|изменила}} срок блокировки {{GENDER:$4|$3}} на период $5 $6\";'),('ab','messages:logentry-suppress-revision','s:175:\"ru:$1 скрытно {{GENDER:$2|изменил|изменила}} видимость {{PLURAL:$5|$5 версии|$5 версий|1=версии}} на странице $3: $4\";'),('ab','messages:logentry-suppress-revision-legacy','s:123:\"ru:$1 скрытно {{GENDER:$2|изменил|изменила}} видимость версий на странице $3\";'),('ab','messages:logentry-tag-update-add-logentry','s:130:\"ru:$1 добавил{{GENDER:$2||а}} {{PLURAL:$7|метку|метки}} $6 к записи журнала $5 страницы $3\";'),('ab','messages:logentry-tag-update-add-revision','s:115:\"ru:$1 добавил{{GENDER:$2||а}} {{PLURAL:$7|метку|метки}} $6 к версии $4 страницы $3\";'),('ab','messages:logentry-tag-update-logentry','s:179:\"ru:$1 обновил{{GENDER:$2||а}} метки у записи журнала $5 страницы $3 (добавлен{{PLURAL:$7|а|ы}} $6; удален{{PLURAL:$9|а|ы}} $8)\";'),('ab','messages:logentry-tag-update-remove-logentry','s:128:\"ru:$1 удалил{{GENDER:$2||а}} {{PLURAL:$9|метку|метки}} $8 у записи журнала $5 страницы $3\";'),('ab','messages:logentry-tag-update-remove-revision','s:113:\"ru:$1 удалил{{GENDER:$2||а}} {{PLURAL:$9|метку|метки}} $8 у версии $4 страницы $3\";'),('ab','messages:logentry-tag-update-revision','s:164:\"ru:$1 обновил{{GENDER:$2||а}} метки у версии $4 страницы $3 (добавлен{{PLURAL:$7|а|ы}} $6; удален{{PLURAL:$9|а|ы}} $8)\";'),('ab','messages:logentry-upload-overwrite','s:66:\"ru:$1 загрузил{{GENDER:$2||а}} новую версию $3\";'),('ab','messages:logentry-upload-revert','s:67:\"ru:$1 вернул{{GENDER:$2||а}} $3 к старой версии\";'),('ab','messages:logentry-upload-upload','s:42:\"ru:$1 загрузил{{GENDER:$2||а}} $3\";'),('ab','messages:logeventslist-more-filters','s:64:\"ru:Показать дополнительные журналы:\";'),('ab','messages:logeventslist-newusers-log','s:59:\"ru:Журнал регистрации участников\";'),('ab','messages:logeventslist-patrol-log','s:44:\"ru:Журнал патрулирования\";'),('ab','messages:logeventslist-submit','s:19:\"ru:Показать\";'),('ab','messages:logeventslist-tag-log','s:26:\"ru:Журнал меток\";'),('ab','messages:logging-out-notify','s:87:\"ru:Вы выходите из системы, пожалуйста, подождите.\";'),('ab','messages:login','s:21:\"ab:Иҭалатәуп\";'),('ab','messages:login-abort-generic','s:85:\"ru:Не удалось представиться системе — отменено\";'),('ab','messages:login-migrated-generic','s:169:\"ru:Ваша учётная запись была перенесена, и ваше имя участника больше не существует в этой вики.\";'),('ab','messages:login-security','s:51:\"ru:Подтвердите свою личность\";'),('ab','messages:login-throttled','s:180:\"ru:Вы сделали слишком много попыток входа.\nПожалуйста, подождите $1 перед тем, как попробовать снова.\";'),('ab','messages:login-userblocked','s:90:\"ru:Участник заблокирован. Вход в систему запрещён.\";'),('ab','messages:loginerror','s:57:\"ru:Ошибка опознавания участника\";'),('ab','messages:loginlanguagelabel','s:21:\"ab:Абызшәа: $1\";'),('ab','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ab','messages:loginprompt','s:3:\"en:\";'),('ab','messages:loginreqlink','s:21:\"ab:Иҭалатәуп\";'),('ab','messages:loginreqpagetext','s:89:\"ru:Вы должны $1, чтобы просмотреть другие страницы.\";'),('ab','messages:loginreqtitle','s:44:\"ru:Требуется авторизация\";'),('ab','messages:loginsuccess','s:63:\"ru:Теперь вы работаете под именем $1.\";'),('ab','messages:loginsuccesstitle','s:32:\"ru:Вход произведён\";'),('ab','messages:logout','s:30:\"ab:Асеанс дәылҵра\";'),('ab','messages:logout-failed','s:62:\"ru:Невозможно выйти прямо сейчас: $1\";'),('ab','messages:logouttext','s:304:\"ru:<strong>Вы завершили сеанс работы.</strong>\n\nНекоторые страницы могут продолжить отображаться так, как будто вы все ещё не завершили сеанс, пока вы не обновите кэш браузера.\";'),('ab','messages:lonelypages','s:32:\"ru:Страницы-сироты\";'),('ab','messages:lonelypages-summary','s:3:\"en:\";'),('ab','messages:lonelypagestext','s:199:\"ru:На следующие страницы нет ссылок с других страниц {{grammar:genitive|{{SITENAME}}}}, и они не включаются в другие страницы.\";'),('ab','messages:longpage-hint','s:4:\"en:-\";'),('ab','messages:longpageerror','s:369:\"ru:<strong>Ошибка: Записываемый вами текст имеет размер $1 {{PLURAL:$1|килобайт|килобайта|килобайт}}, что больше, чем установленный предел в $2 {{PLURAL:$2|килобайт|килобайта|килобайт}}.</strong>\nОн не может быть опубликован.\";'),('ab','messages:longpages','s:34:\"ru:Длинные страницы\";'),('ab','messages:longpages-summary','s:3:\"en:\";'),('ab','messages:magiclink-tracking-isbn','s:66:\"ab:ISBN анашанатә зхьарԥшқәа рдаҟьақәа\";'),('ab','messages:magiclink-tracking-isbn-desc','s:231:\"ru:Эта страница использует волшебные ссылки ISBN. См. [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] о том, как осуществить перенос.\";'),('ab','messages:magiclink-tracking-pmid','s:82:\"ru:Страницы, использующие волшебные ссылки PMID\";'),('ab','messages:magiclink-tracking-pmid-desc','s:231:\"ru:Эта страница использует волшебные ссылки PMID. См. [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] о том, как осуществить перенос.\";'),('ab','messages:magiclink-tracking-rfc','s:81:\"ru:Страницы, использующие волшебные ссылки RFC\";'),('ab','messages:magiclink-tracking-rfc-desc','s:230:\"ru:Эта страница использует волшебные ссылки RFC. См. [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] о том, как осуществить перенос.\";'),('ab','messages:mailerror','s:54:\"ru:Ошибка при отправке почты: $1\";'),('ab','messages:mailmypassword','s:32:\"ru:Сбросить пароль\";'),('ab','messages:mailnologin','s:60:\"ru:Адрес для отправки отсутствует\";'),('ab','messages:mailnologintext','s:367:\"ru:Вы должны [[Special:UserLogin|представиться системе]] и иметь действительный адрес электронной почты в ваших [[Special:Preferences|настройках]], чтобы иметь возможность отправлять электронную почту другим участникам.\";'),('ab','messages:mainpage','s:28:\"ab:Ихадоу Адаҟьа\";'),('ab','messages:mainpage-description','s:28:\"ab:Ихадоу адаҟьа\";'),('ab','messages:mainpage-nstab','s:28:\"ab:Ихадоу адаҟьа\";'),('ab','messages:mainpage-title','s:4:\"en:-\";'),('ab','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ab','messages:mar','s:9:\"ab:хәа\";'),('ab','messages:march','s:27:\"ab:хәажәкырамза\";'),('ab','messages:march-gen','s:27:\"ab:хәажәкырамза\";'),('ab','messages:markaspatrolleddiff','s:49:\"ru:Отметить как проверенную\";'),('ab','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ab','messages:markaspatrolledtext','s:69:\"ru:Отметить эту статью как проверенную\";'),('ab','messages:markaspatrolledtext-file','s:92:\"ru:Пометить эту версию файла как отпатрулированную\";'),('ab','messages:markedaspatrolled','s:49:\"ru:Отмечена как проверенная\";'),('ab','messages:markedaspatrollederror','s:70:\"ru:Невозможно отметить как проверенную\";'),('ab','messages:markedaspatrollederror-noautopatrol','s:117:\"ru:Вам не разрешено отмечать собственные правки как проверенные.\";'),('ab','messages:markedaspatrollederrortext','s:123:\"ru:Вы должны указать версию, которая будет отмечена как проверенная.\";'),('ab','messages:markedaspatrollednotify','s:114:\"ru:Это изменение на странице «$1» было отмечено как проверенное.\";'),('ab','messages:markedaspatrolledtext','s:124:\"ru:Выбранная версия статьи [[:$1]] была отмечена как отпатрулированная.\";'),('ab','messages:maximum-size','s:41:\"ru:Максимальный размер:\";'),('ab','messages:may','s:9:\"ab:лаҵ\";'),('ab','messages:may-gen','s:21:\"ab:лаҵарамза\";'),('ab','messages:may_long','s:21:\"ab:лаҵарамза\";'),('ab','messages:mcrundo-changed','s:195:\"ru:Эта страница была изменена с тех пор, как вы просмотрели различия. Пожалуйста, проверьте новое изменение.\";'),('ab','messages:mcrundo-missingparam','s:90:\"ru:Отсутствуют обязательные параметры по запросу.\";'),('ab','messages:mcrundo-parse-failed','s:77:\"ru:Не получилось распознать новую версию: $1\";'),('ab','messages:mcrundofailed','s:39:\"ru:Отменить не удалось\";'),('ab','messages:mediastatistics','s:34:\"ru:Статистика медиа\";'),('ab','messages:mediastatistics-allbytes','s:132:\"ru:Общий размер всех {{PLURAL:$3|$3 файла|$3 файлов}}: $1 {{PLURAL:$1|байт|байта|байт}} ($2).\";'),('ab','messages:mediastatistics-bytespertype','s:185:\"ru:Общий размер файла для этого раздела с {{PLURAL:$4|$4 файлом|$4 файлами}} ($5%): $1 {{PLURAL:$1|байт|байта|байт}} ($2; $3%).\";'),('ab','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ab','messages:mediastatistics-header-archive','s:30:\"ru:Сжатые форматы\";'),('ab','messages:mediastatistics-header-audio','s:13:\"ru:Аудио\";'),('ab','messages:mediastatistics-header-bitmap','s:44:\"ru:Растровые изображения\";'),('ab','messages:mediastatistics-header-drawing','s:61:\"ru:Рисунки (векторные изображения)\";'),('ab','messages:mediastatistics-header-executable','s:25:\"ru:Исполняемые\";'),('ab','messages:mediastatistics-header-multimedia','s:25:\"ru:Мультимедиа\";'),('ab','messages:mediastatistics-header-office','s:21:\"ru:Документы\";'),('ab','messages:mediastatistics-header-text','s:21:\"ru:Текстовые\";'),('ab','messages:mediastatistics-header-total','s:20:\"ru:Все файлы\";'),('ab','messages:mediastatistics-header-unknown','s:25:\"ru:Неизвестные\";'),('ab','messages:mediastatistics-header-video','s:13:\"ru:Видео\";'),('ab','messages:mediastatistics-nbytes','s:58:\"ru:$1 {{PLURAL:$1|байт|байта|байт}} ($2; $3%)\";'),('ab','messages:mediastatistics-nfiles','s:11:\"ru:$1 ($2%)\";'),('ab','messages:mediastatistics-summary','s:309:\"ru:Статистические данные о типах загруженных файлов. Она включает информацию только о последних версиях файлов. Более старые или удалённые версии файлов не учитываются.\";'),('ab','messages:mediastatistics-table-count','s:36:\"ru:Количество файлов\";'),('ab','messages:mediastatistics-table-extensions','s:42:\"ru:Возможные расширения\";'),('ab','messages:mediastatistics-table-mimetype','s:14:\"ru:MIME-тип\";'),('ab','messages:mediastatistics-table-totalbytes','s:26:\"ru:Общий размер\";'),('ab','messages:mediawarning','s:239:\"ru:<strong>Внимание:</strong> Этот тип файла может содержать вредоносный программный код.\nПри его запуске ваша система может быть заражена.\";'),('ab','messages:mediawikipage','s:55:\"ru:Показать страницу сообщения\";'),('ab','messages:mergehistory','s:53:\"ru:Объединение историй правок\";'),('ab','messages:mergehistory-autocomment','s:44:\"ru:Объединение [[:$1]] с [[:$2]]\";'),('ab','messages:mergehistory-box','s:76:\"ru:Объединить истории правок двух страниц:\";'),('ab','messages:mergehistory-comment','s:40:\"ru:Перенос [[:$1]] в [[:$2]]: $3\";'),('ab','messages:mergehistory-done','s:207:\"ru:$4 {{PLURAL:$4|правка|правки|правок}} из страницы $1 {{PLURAL:$4|была объединена|были объединены}} с правками страницы [[:$2]].\n$3.\";'),('ab','messages:mergehistory-empty','s:66:\"ru:Не найдены правки для объединения.\";'),('ab','messages:mergehistory-fail','s:171:\"ru:Не удалось произвести объединение историй страниц. Проверьте параметры страницы и времени.\";'),('ab','messages:mergehistory-fail-bad-timestamp','s:44:\"ru:Метка времени неверна.\";'),('ab','messages:mergehistory-fail-invalid-dest','s:50:\"ru:Целевая страница неверна.\";'),('ab','messages:mergehistory-fail-invalid-source','s:52:\"ru:Страница-источник неверна.\";'),('ab','messages:mergehistory-fail-no-change','s:225:\"ru:При объединении историй страниц объединения версий не произошло. Пожалуйста, перепроверьте страницу и диапазон времени.\";'),('ab','messages:mergehistory-fail-permission','s:82:\"ru:Недостаточно прав для объединения историй.\";'),('ab','messages:mergehistory-fail-self-merge','s:74:\"ru:Исходная и целевая страницы совпадают.\";'),('ab','messages:mergehistory-fail-timestamps-overlap','s:117:\"ru:Исходные версии перекрывают или идут после версий назначения.\";'),('ab','messages:mergehistory-fail-toobig','s:220:\"ru:Не удаётся выполнить объединение историй из-за превышения лимита по переносу в $1 {{PLURAL:$1|версию|версии|версий}} страниц.\";'),('ab','messages:mergehistory-from','s:37:\"ru:Исходная страница:\";'),('ab','messages:mergehistory-go','s:57:\"ru:Показать объединяемые правки\";'),('ab','messages:mergehistory-header','s:271:\"ru:Эта страница позволяет вам объединить историю правок двух различных страниц.\nУбедитесь, что это изменение сохранит целостность истории страницы.\";'),('ab','messages:mergehistory-into','s:35:\"ru:Целевая страница:\";'),('ab','messages:mergehistory-invalid-destination','s:99:\"ru:Целевая страница должна иметь правильный заголовок.\";'),('ab','messages:mergehistory-invalid-source','s:84:\"ru:Источник должен иметь правильный заголовок.\";'),('ab','messages:mergehistory-list','s:55:\"ru:Объединяемая история правок\";'),('ab','messages:mergehistory-merge','s:850:\"ru:Следующие версии [[:$1]] могут быть перенесены в [[:$2]]. Используйте переключатели, чтобы объединить только выбранный диапазон правок. Учтите, что использование навигационных ссылок сбросит эту колонку.\n\nСледующие версии страницы [[:$1]] могут быть объединены с версиями страницы [[:$2]].\nИспользуйте переключатели, чтобы объединить версии, созданные в указанный диапазон времени. \nУчтите, что использование навигационных ссылок приведёт к сбросу значений в этой колонке.\";'),('ab','messages:mergehistory-no-destination','s:68:\"ru:Целевая страница «$1» не существует.\";'),('ab','messages:mergehistory-no-source','s:70:\"ru:Исходная страница «$1» не существует.\";'),('ab','messages:mergehistory-reason','s:18:\"ru:Причина:\";'),('ab','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ab','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ab','messages:mergehistory-same-destination','s:90:\"ru:Исходная и целевая страницы должны различаться\";'),('ab','messages:mergehistory-source-deleted','s:278:\"ru:Кроме того, страница [[:$1]] была удалена, поскольку у неё больше нет видимых версий, а её модель содержимого не поддерживает оставление перенаправлений.\";'),('ab','messages:mergehistory-source-deleted-reason','s:289:\"ru:Исходная страница автоматически удаляется после слияния историй, поскольку ее модель содержимого не поддерживает перенаправления и нет оставшихся версий\";'),('ab','messages:mergehistory-submit','s:51:\"ru:Объединить версии страниц\";'),('ab','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ab','messages:mergelog','s:38:\"ru:Журнал объединений\";'),('ab','messages:mergelogpagetext','s:114:\"ru:Ниже приведён список последних объединений историй страниц.\";'),('ab','messages:metadata','s:25:\"ab:Аметадырқәа\";'),('ab','messages:metadata-collapse','s:57:\"ru:Скрыть дополнительные данные\";'),('ab','messages:metadata-expand','s:61:\"ru:Показать дополнительные данные\";'),('ab','messages:metadata-fields','s:496:\"ru:Поля метаданных изображения, перечисленные в этом списке, будут показаны на странице изображения при свёрнутой таблице метаданных. Остальные поля будут по умолчанию скрыты.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ab','messages:metadata-help','s:377:\"ru:Файл содержит дополнительные данные, обычно добавляемые цифровыми камерами или сканерами. Если файл после создания редактировался, то некоторые параметры могут не соответствовать текущему изображению.\";'),('ab','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('ab','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ab','messages:mimesearch','s:23:\"ru:Поиск по MIME\";'),('ab','messages:mimesearch-summary','s:252:\"ru:Эта страница позволяет фильтровать файлы по их MIME-типу. Формат ввода: типсодержимого/подтип или типсодержимого/*, например <code>image/jpeg</code>.\";'),('ab','messages:mimetype','s:15:\"ru:MIME-тип:\";'),('ab','messages:minimum-size','s:38:\"ru:Минимальный размер\";'),('ab','messages:minlength1','s:97:\"ru:Название файла должно содержать хотя бы одну букву.\";'),('ab','messages:minoredit','s:69:\"ab:Ари арҽеира аредакциазура маҷ иҟоуп\";'),('ab','messages:minoreditletter','s:5:\"ru:м\";'),('ab','messages:minutes','s:62:\"ru:{{PLURAL:$1|$1 минута|$1 минуты|$1 минут}}\";'),('ab','messages:minutes-abbrev','s:8:\"ru:$1 м\";'),('ab','messages:minutes-ago','s:67:\"ru:$1 {{PLURAL:$1|минуту|минуты|минут}} назад\";'),('ab','messages:missing-article','s:723:\"ru:В базе данных не найдено запрашиваемого текста страницы «$1» $2, который следовало найти.\n\nПодобная ситуация обычно возникает при попытке перехода по устаревшей ссылке на историю изменения страницы, которая была удалена.\n\nЕсли дело не в этом, то скорее всего, вы обнаружили ошибку в программном обеспечении.\nПожалуйста, сообщите об этом одному из [[Special:ListUsers/sysop|администраторов]], указав данный URL.\";'),('ab','messages:missing-revision','s:373:\"ru:Версия $1 страницы «{{FULLPAGENAME}}» не существует.\n\nОбычно это бывает, если проследовать по устаревшей ссылке на удалённую страницу.\nПодробности могут быть в [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} журнале удалений].\";'),('ab','messages:missing-revision-content','s:104:\"ru:Не удалось загрузить содержимое версии #$1 страницы «$2».\";'),('ab','messages:missing-revision-permission','s:319:\"ru:Версия #$1 относится к удалённой странице. Вы можете [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} посмотреть её]; подробности можно найти в [{{fullurl:{{#Special:Log}}/delete|page=$3}} журнале удалений].\";'),('ab','messages:missingarticle-diff','s:29:\"ru:(разность: $1, $2)\";'),('ab','messages:missingarticle-rev','s:24:\"ru:(версия № $1)\";'),('ab','messages:missingcommentheader','s:289:\"ru:<strong>Напоминание.</strong> Вы не указали тему/заголовок для этого комментария.\nПри повторном нажатии на кнопку «$1» ваша правка будет опубликована без заголовка.\";'),('ab','messages:missingcommenttext','s:63:\"ru:Пожалуйста, введите комментарий.\";'),('ab','messages:missingsummary','s:277:\"ru:<strong>Напоминание.</strong> Вы не дали краткого описания изменений.\nПри повторном нажатии на кнопку «$1» ваши изменения будут опубликованы без комментария.\";'),('ab','messages:mobile-frontend-account-create-captcha-placeholder','s:51:\"ru:Введите код подтверждения\";'),('ab','messages:mobile-frontend-account-create-email-placeholder','s:76:\"ru:Адрес электронной почты (необязательно)\";'),('ab','messages:mobile-frontend-account-create-submit','s:39:\"ru:Зарегистрироваться\";'),('ab','messages:mobile-frontend-app-title','s:42:\"ru:Мобильное приложение\";'),('ab','messages:mobile-frontend-back-to-top-of-section','s:62:\"ru:Вернуться к предыдущему разделу\";'),('ab','messages:mobile-frontend-browse-tags-header','s:13:\"ru:Метки\";'),('ab','messages:mobile-frontend-categories-add','s:41:\"ru:Добавить в категорию\";'),('ab','messages:mobile-frontend-categories-add-heading','s:86:\"ru:<strong>Добавьте <span> $1</span> в новые категории</strong>\";'),('ab','messages:mobile-frontend-categories-add-wait','s:84:\"ru:Сохранение категорий, пожалуйста подождите.\";'),('ab','messages:mobile-frontend-categories-heading','s:38:\"ru:<strong>Категории</strong>\";'),('ab','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ab','messages:mobile-frontend-categories-nocat','s:96:\"ru:Эта страница ещё не относится ни к одной категории.\";'),('ab','messages:mobile-frontend-categories-nodata','s:129:\"ru:Произошла ошибка. Вы добавили какие-нибудь категории для сохранения?\";'),('ab','messages:mobile-frontend-categories-nomatch','s:134:\"ru:По вашему запросу категории не найдены. Попробуйте поискать по-другому.\";'),('ab','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ab','messages:mobile-frontend-categories-search','s:32:\"ru:Поиск категорий\";'),('ab','messages:mobile-frontend-categories-subheading','s:82:\"ru:Страница относится к следующим категориям:\";'),('ab','messages:mobile-frontend-categories-summary','s:45:\"ru:Добавленые в категории\";'),('ab','messages:mobile-frontend-changeslist-ip','s:38:\"ru:Анонимный участник\";'),('ab','messages:mobile-frontend-changeslist-nocomment','s:39:\"ru:Нет описания правки\";'),('ab','messages:mobile-frontend-clear-search','s:19:\"ru:Очистить\";'),('ab','messages:mobile-frontend-commons-category-view','s:52:\"ru:Изображения для страницы $1\";'),('ab','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ab','messages:mobile-frontend-contribution-summary','s:86:\"ru:Все правки, сделанные {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ab','messages:mobile-frontend-cookies-required','s:188:\"ru:Для переключения режимов просмотра требуются файлы cookie. Пожалуйста, включите их и повторите попытку.\";'),('ab','messages:mobile-frontend-copyright','s:114:\"ru:Содержимое доступно в соответствии с $1, если не указано иное.\";'),('ab','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ab','messages:mobile-frontend-desc','s:40:\"ru:Мобильный интерфейс\";'),('ab','messages:mobile-frontend-diffview-404-desc','s:107:\"ru:Не существует версии с запрошенным вами идентификатором\";'),('ab','messages:mobile-frontend-diffview-404-title','s:58:\"ru:Некорректная ссылка на версию\";'),('ab','messages:mobile-frontend-diffview-anonymous','s:38:\"ru:Анонимный участник\";'),('ab','messages:mobile-frontend-diffview-bytesadded','s:71:\"ru:$1 {{PLURAL:$1|байт|байта|байтов}} добавлено\";'),('ab','messages:mobile-frontend-diffview-bytesnochange','s:46:\"ru:Нет изменений в размере\";'),('ab','messages:mobile-frontend-diffview-bytesremoved','s:65:\"ru:$1 {{PLURAL:$1|байт|байта|байтов}} убрано\";'),('ab','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ab','messages:mobile-frontend-diffview-editcount','s:69:\"ru:<div>$1</div> {{PLURAL:$1|правка|правки|правок}}\";'),('ab','messages:mobile-frontend-diffview-explained','s:89:\"ru:Следующие строки были добавлены (+) и удалены (-):\";'),('ab','messages:mobile-frontend-diffview-title','s:21:\"ru:Изменения\";'),('ab','messages:mobile-frontend-disable-images','s:79:\"ru:Отключить изображения на мобильном сайте\";'),('ab','messages:mobile-frontend-dismiss-notification','s:45:\"ru:скрыть это уведомление\";'),('ab','messages:mobile-frontend-donate-button-label','s:27:\"ru:Пожертвовать\";'),('ab','messages:mobile-frontend-donate-image-anon','s:81:\"ru:Войдите, чтоб посмотреть страницу закачек.\";'),('ab','messages:mobile-frontend-donate-image-heading','s:43:\"ru:Ваши последние правки\";'),('ab','messages:mobile-frontend-donate-image-login-action','s:237:\"ru:<strong>Файлы на сайте {{SITENAME}} предоставлены такими же людьми, как и вы.</strong><br />Войдите, чтоб поделиться своими мультимедиа-файлами.\";'),('ab','messages:mobile-frontend-donate-image-nouploads','s:27:\"ru:Нет загрузок.\";'),('ab','messages:mobile-frontend-donate-image-signup-action','s:145:\"ru:Зарегистрируйтесь, чтоб поделиться своими мультимедиа-файлами со всем миром.\";'),('ab','messages:mobile-frontend-donate-image-title','s:19:\"ru:Загрузки\";'),('ab','messages:mobile-frontend-donate-photo-first-upload-success','s:63:\"ru:Получилось! Спасибо за ваш вклад!\";'),('ab','messages:mobile-frontend-donate-photo-upload-success','s:127:\"ru:Получилось! Ваше изображние может быть использован на сайте {{SITENAME}}!\";'),('ab','messages:mobile-frontend-drawer-cancel','s:15:\"ru:Отмена\";'),('ab','messages:mobile-frontend-edit-login-action','s:133:\"ru:<strong>Помогите улучшить сайт {{SITENAME}}.</strong><br />Войдите для редактирования.\";'),('ab','messages:mobile-frontend-edit-signup-action','s:153:\"ru:<strong>Помогите улучшить сайт {{SITENAME}}.</strong><br />Зарегистрируйтесь для редактирования.\";'),('ab','messages:mobile-frontend-editor-abusefilter-disallow','s:130:\"ru:Эта правка не может быть сохранена, поскольку мы обнаружили проблему.\";'),('ab','messages:mobile-frontend-editor-abusefilter-read-more','s:34:\"ru:Читать подробнее\";'),('ab','messages:mobile-frontend-editor-abusefilter-warning','s:180:\"ru:Предупреждение: Вы уверены, что вы хотите сохранить эту правку? С этим могут возникнуть проблемы.\";'),('ab','messages:mobile-frontend-editor-add-reference','s:19:\"ru:Добавить\";'),('ab','messages:mobile-frontend-editor-anon','s:65:\"ru:Редактировать без входа в систему\";'),('ab','messages:mobile-frontend-editor-anonwarning','s:539:\"ru:<strong>Внимание!</strong> Вы не авторизовались на сайте. Ваш IP-адрес будет публично видимым, если вы будете вносить любые правки. Если вы <strong>войдёте</strong> или <strong>создадите учётную запись</strong>, правки вместо этого будут связаны с вашим именем пользователя, а также у вас появятся другие преимущества.\";'),('ab','messages:mobile-frontend-editor-blocked-info','s:261:\"ru:Возможность редактирования с вашего IP-адреса заблокирована. Блокировка была сделана {{GENDER:$1|участником|участницей}} $1 по следующей причине: $2\";'),('ab','messages:mobile-frontend-editor-blocked-info-loggedin','s:271:\"ru:Возможность редактирования с вашей учётной записи заблокирована. Блокировка была сделана {{GENDER:$2|участником|участницей}} $2 по следующей причине: $1\";'),('ab','messages:mobile-frontend-editor-bold','s:23:\"ru:Полужирный\";'),('ab','messages:mobile-frontend-editor-bold-text','s:44:\"ru:Полужирное начертание\";'),('ab','messages:mobile-frontend-editor-cancel','s:15:\"ru:Отмена\";'),('ab','messages:mobile-frontend-editor-cancel-confirm','s:102:\"ru:Вы действительно хотите отказаться от ваши изменений?\";'),('ab','messages:mobile-frontend-editor-captcha-try-again','s:63:\"ru:Неверный код, попробуйте еще раз.\";'),('ab','messages:mobile-frontend-editor-continue','s:13:\"ru:Далее\";'),('ab','messages:mobile-frontend-editor-cta','s:61:\"ru:Помогите улучшить эту страницу!\";'),('ab','messages:mobile-frontend-editor-disabled','s:103:\"ru:Эта страница защищена ради предотвращения вандализма.\";'),('ab','messages:mobile-frontend-editor-edit','s:17:\"ru:Править\";'),('ab','messages:mobile-frontend-editor-editing','s:31:\"ru:Редактирование\";'),('ab','messages:mobile-frontend-editor-editing-page','s:64:\"ru:<span><strong>Редактирование</strong> $1</span>\";'),('ab','messages:mobile-frontend-editor-error','s:63:\"ru:Ошибка, правка не была сохранена.\";'),('ab','messages:mobile-frontend-editor-error-conflict','s:108:\"ru:Ошибка, другой пользователь отредактировал эту страницу.\";'),('ab','messages:mobile-frontend-editor-error-loading','s:69:\"ru:Ошибка, не удаётся загрузить раздел.\";'),('ab','messages:mobile-frontend-editor-error-preview','s:181:\"ru:Ошибка! Что-то неожиданное произошло после загрузки предпросмотра. Закройте и повторите попытку.\";'),('ab','messages:mobile-frontend-editor-insert-reference','s:30:\"ru:Вставка сноски\";'),('ab','messages:mobile-frontend-editor-italic','s:15:\"ru:Курсив\";'),('ab','messages:mobile-frontend-editor-italic-text','s:42:\"ru:Курсивное начертание\";'),('ab','messages:mobile-frontend-editor-keep-editing','s:52:\"ru:Продолжить редактирование\";'),('ab','messages:mobile-frontend-editor-licensing','s:169:\"ru:Сохраняя изменения, вы соглашаетесь разместить ваш вклад под лицензией $1 {{PLURAL:$2|license|licenses}}.\";'),('ab','messages:mobile-frontend-editor-licensing-with-terms','s:196:\"ru:Сохраняя изменения, вы соглашаетесь с $1 и с тем, что размещаете ваш вклад под лицензией $2 {{PLURAL:$3|license|licenses}}.\";'),('ab','messages:mobile-frontend-editor-new-page-confirm','s:134:\"ru:{{GENDER:$1|Вы действительно хотите создать}} новую страницу на сайте {{SITENAME}}?\";'),('ab','messages:mobile-frontend-editor-newpage-prompt','s:136:\"ru:Эта страница не существует. Почему бы не набраться смелости и создать её?\";'),('ab','messages:mobile-frontend-editor-placeholder','s:93:\"ru:Этот раздел пуст. Будьте первым, кто заполнит его!\";'),('ab','messages:mobile-frontend-editor-placeholder-new-page','s:96:\"ru:{{GENDER:$1|Вы создаёте}} новую страницу на сайте {{SITENAME}}!\";'),('ab','messages:mobile-frontend-editor-previewing-page','s:83:\"ru:<span><strong>Предварительный просмотр</strong> $1</span>\";'),('ab','messages:mobile-frontend-editor-redirect-title','s:56:\"ru:Перенаправление в редактор…\";'),('ab','messages:mobile-frontend-editor-redlink-create','s:34:\"ru:Создать страницу\";'),('ab','messages:mobile-frontend-editor-redlink-explain','s:63:\"ru:Эта страница ещё не была создана.\";'),('ab','messages:mobile-frontend-editor-redlink-leave','s:26:\"ru:Нет, спасибо.\";'),('ab','messages:mobile-frontend-editor-reference','s:23:\"ru:Примечание\";'),('ab','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ab','messages:mobile-frontend-editor-save','s:21:\"ru:Сохранить\";'),('ab','messages:mobile-frontend-editor-success','s:69:\"ru:Успешно! Ваша правка была сохранена.\";'),('ab','messages:mobile-frontend-editor-success-landmark-1','s:90:\"ru:Поздравляем, теперь вы — редактор сайта {{SITENAME}}!\";'),('ab','messages:mobile-frontend-editor-success-new-page','s:76:\"ru:Поздравляем с созданием новой страницы!\";'),('ab','messages:mobile-frontend-editor-summary','s:39:\"ru:Описание изменений:\";'),('ab','messages:mobile-frontend-editor-summary-placeholder','s:95:\"ru:Пример: Исправлена опечатка, добавлено содержимое\";'),('ab','messages:mobile-frontend-editor-summary-request','s:62:\"ru:Как именно вы улучшили страницу?\";'),('ab','messages:mobile-frontend-editor-switch-confirm','s:156:\"ru:Вы должны сохранить свою правку перед переключением в другой режим редактирования.\";'),('ab','messages:mobile-frontend-editor-switch-editor','s:42:\"ru:Переключить редактор\";'),('ab','messages:mobile-frontend-editor-switch-visual-editor','s:68:\"ru:Переключить на Визуальный редактор\";'),('ab','messages:mobile-frontend-editor-terms-link','s:49:\"ru:[$1 Условия использования]\";'),('ab','messages:mobile-frontend-editor-tutorial-cancel','s:25:\"ru:Нет, спасибо\";'),('ab','messages:mobile-frontend-editor-tutorial-confirm','s:44:\"ru:Начать редактирование\";'),('ab','messages:mobile-frontend-editor-tutorial-summary','s:108:\"ru:Попробуйте улучшить страницу $1.<br />Не пугайтесь разметки.\";'),('ab','messages:mobile-frontend-editor-unavailable','s:208:\"ru:Мобильное редактирование недоступно в настоящее время в вашем браузере. Пожалуйста, попробуйте другой браузер.\";'),('ab','messages:mobile-frontend-editor-undo-unsupported','s:130:\"ru:Отмена в настоящее время не поддерживается на мобильных устройствах.\";'),('ab','messages:mobile-frontend-editor-uploadenable','s:127:\"ru:Пожалуйста, для возможности редактирования загрузите сначала фото.\";'),('ab','messages:mobile-frontend-editor-viewing-source-page','s:84:\"ru:<strong>Просмотр исходного текста</strong><span> $1</span>\";'),('ab','messages:mobile-frontend-editor-wait','s:79:\"ru:Сохранение правки, пожалуйста, подождите.\";'),('ab','messages:mobile-frontend-enable-images','s:77:\"ru:Включить изображения на мобильном сайте\";'),('ab','messages:mobile-frontend-expand-sections-description','s:116:\"ru:Всегда раскрывать все разделы при переходе на новую страницу.\";'),('ab','messages:mobile-frontend-expand-sections-status','s:41:\"ru:Раскрыть все разделы\";'),('ab','messages:mobile-frontend-featured-article','s:45:\"ru:Избранный материал дня\";'),('ab','messages:mobile-frontend-first-upload-wizard-new-page-1','s:106:\"ru:Изображения для сайта {{SITENAME}} располагаются на Wikimedia Commons\";'),('ab','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:111:\"ru:Присылайте ваши изображения. Помогите оживить сайт {{SITENAME}}!\";'),('ab','messages:mobile-frontend-first-upload-wizard-new-page-2','s:236:\"ru:Избегайте материалов, найденных в интернете и защищённых авторским правом, а также изображений плакатов, книжных обложек и т.п.\";'),('ab','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:109:\"ru:Ваши изображения помогают образованию людей во всём мире.\";'),('ab','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:18:\"ru:Понятно?\";'),('ab','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:8:\"ru:Да!\";'),('ab','messages:mobile-frontend-fontchanger-desc','s:111:\"ru:Увеличить или уменьшить размер текста для удобства чтения.\";'),('ab','messages:mobile-frontend-fontchanger-link','s:28:\"ru:Размер шрифта\";'),('ab','messages:mobile-frontend-footer-contact','s:17:\"ru:Контакт\";'),('ab','messages:mobile-frontend-footer-sitename','s:15:\"ru:{{SITENAME}}\";'),('ab','messages:mobile-frontend-generic-404-desc','s:83:\"ru:Не удалось найти страницу, которую вы ищете.\";'),('ab','messages:mobile-frontend-generic-404-title','s:54:\"ru:Ошибкаː страница не найдена\";'),('ab','messages:mobile-frontend-generic-login','s:82:\"ru:Сайт {{SITENAME}} сделан такими же людьми, как вы.\";'),('ab','messages:mobile-frontend-generic-login-action','s:75:\"ru:Авторизуйтесь, чтобы внести свой вклад.\";'),('ab','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ab','messages:mobile-frontend-generic-signup-action','s:83:\"ru:Зарегистрируйтесь, чтобы внести свой вклад.\";'),('ab','messages:mobile-frontend-history','s:84:\"ru:Посмотреть историю изменений этой страницы.\";'),('ab','messages:mobile-frontend-history-404-desc','s:233:\"ru:Невозможно посмотреть историю страницы, которая не существует. Она может быть удалена или вы могли пройти по неверной ссылке.\";'),('ab','messages:mobile-frontend-history-404-title','s:37:\"ru:Нет такой страницы\";'),('ab','messages:mobile-frontend-history-no-results','s:93:\"ru:По заданному фильтру в истории ничего не найдено.\";'),('ab','messages:mobile-frontend-home-button','s:13:\"ru:Домой\";'),('ab','messages:mobile-frontend-image-cancel-confirm','s:37:\"ru:Отменить загрузку?\";'),('ab','messages:mobile-frontend-image-heading-describe','s:46:\"ru:\'\'\'Опишите\'\'\' изображение\";'),('ab','messages:mobile-frontend-image-uploading','s:51:\"ru:\'\'\'Загрузка\'\'\' изображения…\";'),('ab','messages:mobile-frontend-images-status','s:25:\"ru:Изображения\";'),('ab','messages:mobile-frontend-language-article-heading','s:44:\"ru:Читать на другом языке\";'),('ab','messages:mobile-frontend-language-header','s:93:\"ru:Эта страница существует на $1 {{PLURAL:$1|языке|языках}}\";'),('ab','messages:mobile-frontend-language-heading','s:30:\"ru:<strong>Языки</strong>\";'),('ab','messages:mobile-frontend-language-site-choose','s:24:\"ru:Поиск языка\";'),('ab','messages:mobile-frontend-language-variant-header','s:64:\"ru:Выберите вариант {{#language:{{CONTENTLANG}}}}\";'),('ab','messages:mobile-frontend-languages-404-desc','s:79:\"ru:Необходимо указать корректный заголовок.\";'),('ab','messages:mobile-frontend-languages-404-title','s:32:\"ru:Языковая ошибка\";'),('ab','messages:mobile-frontend-languages-header','s:13:\"ru:Языки\";'),('ab','messages:mobile-frontend-languages-header-page','s:20:\"ru:$1 — Языки\";'),('ab','messages:mobile-frontend-languages-nonexistent-title','s:53:\"ru:Страница «$1» не существует.\";'),('ab','messages:mobile-frontend-languages-text','s:73:\"ru:$1 существует на $2 {{PLURAL:$2|языке|языках}}.\";'),('ab','messages:mobile-frontend-languages-variant-header','s:49:\"ru:варианты {{#language:{{CONTENTLANG}}}}\";'),('ab','messages:mobile-frontend-last-modified-date','s:51:\"ru:Последние изменения на $2 $1\";'),('ab','messages:mobile-frontend-last-modified-days','s:158:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 день назад|$1 дня назад|$1 дней назад|1=вчера}}\";'),('ab','messages:mobile-frontend-last-modified-hours','s:134:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 час|$1 часа|$1 часов|1=час}} назад\";'),('ab','messages:mobile-frontend-last-modified-just-now','s:79:\"ru:Последнее изменение внесено прямо сейчас\";'),('ab','messages:mobile-frontend-last-modified-minutes','s:150:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 минуту|$1 минуты|$1 минут|1=минуту}} назад\";'),('ab','messages:mobile-frontend-last-modified-months','s:150:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 месяц|$1 месяца|$1 месяцев|1=месяц}} назад\";'),('ab','messages:mobile-frontend-last-modified-seconds','s:141:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 секунду|$1 секунды|$1 секунд}} назад\";'),('ab','messages:mobile-frontend-last-modified-with-user-days','s:247:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 день назад|$3 дня назад|$3 дней назад|1=вчера}}] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-with-user-hours','s:223:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 час|$3 часа|$3 часов|1=час}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-with-user-just-now','s:173:\"ru:[$3 Последняя {{GENDER:$1|правка}}] сделана только что {{PLURAL:$4|участником [$5 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-with-user-minutes','s:239:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 минуту|$3 минуты|$3 минут|1=минуту}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-with-user-months','s:247:\"ru:[$4 Последняя правка сделана {{PLURAL:$3|$3 месяц|$3 месяца|$3 месяцев}} назад] {{PLURAL:$5|{{GENDER:$1|участником|участницей}} [$6 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-with-user-seconds','s:247:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 секунду|$3 секунды|$3 секунд|1=секунду}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-with-user-years','s:219:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 год|$3 года|$3 лет|1=год}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('ab','messages:mobile-frontend-last-modified-years','s:130:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 год|$1 года|$1 лет|1=год}} назад\";'),('ab','messages:mobile-frontend-lead-image-tutorial-confirm','s:32:\"ru:Начать загрузку\";'),('ab','messages:mobile-frontend-lead-image-tutorial-summary','s:295:\"ru:Убедитесь, что ваше изображение может помочь проиллюстрировать страницу. Это должно быть изображение, которое вы создали и которое не нарушает авторских прав.\";'),('ab','messages:mobile-frontend-loading-message','s:22:\"ru:Загрузка…\";'),('ab','messages:mobile-frontend-logged-in-homepage-notification','s:39:\"ru:Добро пожаловать, $1!\";'),('ab','messages:mobile-frontend-logged-in-toast-notification','s:24:\"ru:Вошёл как $1.\";'),('ab','messages:mobile-frontend-logged-out','s:37:\"ru:Вы не авторизованы\";'),('ab','messages:mobile-frontend-login','s:13:\"ru:Войти\";'),('ab','messages:mobile-frontend-main-menu','s:26:\"ru:Главное меню\";'),('ab','messages:mobile-frontend-main-menu-account-create','s:45:\"ru:Создать учётную запись\";'),('ab','messages:mobile-frontend-main-menu-back','s:13:\"ru:Назад\";'),('ab','messages:mobile-frontend-main-menu-button-tooltip','s:41:\"ru:Открыть главное меню\";'),('ab','messages:mobile-frontend-main-menu-featured','s:21:\"ru:Избранное\";'),('ab','messages:mobile-frontend-main-menu-login','s:44:\"ru:Представиться системе\";'),('ab','messages:mobile-frontend-main-menu-logout','s:13:\"ru:Выйти\";'),('ab','messages:mobile-frontend-main-menu-nearby','s:13:\"ru:Рядом\";'),('ab','messages:mobile-frontend-main-menu-page-title','s:37:\"ru:Навигация по сайту\";'),('ab','messages:mobile-frontend-main-menu-settings','s:21:\"ru:Настройки\";'),('ab','messages:mobile-frontend-main-menu-settings-heading','s:21:\"ru:Настройки\";'),('ab','messages:mobile-frontend-main-menu-upload','s:19:\"ru:Загрузки\";'),('ab','messages:mobile-frontend-main-menu-watchlist','s:36:\"ru:Список наблюдения\";'),('ab','messages:mobile-frontend-media-details','s:25:\"ru:Подробности\";'),('ab','messages:mobile-frontend-media-license-link','s:43:\"ru:Информация о лицензии\";'),('ab','messages:mobile-frontend-meta-data-issues','s:39:\"ru:Вопросы по странице\";'),('ab','messages:mobile-frontend-meta-data-issues-categories','s:35:\"ru:Об этой категории\";'),('ab','messages:mobile-frontend-meta-data-issues-header','s:17:\"ru:Вопросы\";'),('ab','messages:mobile-frontend-meta-data-issues-header-talk','s:33:\"ru:Об этой странице\";'),('ab','messages:mobile-frontend-meta-data-issues-talk','s:54:\"ru:Об этой странице обсуждения\";'),('ab','messages:mobile-frontend-missing-image','s:25:\"ru:Изображение\";'),('ab','messages:mobile-frontend-nearby-distance','s:24:\"ru:{{PLURAL:$1|$1 км}}\";'),('ab','messages:mobile-frontend-nearby-distance-meters','s:22:\"ru:{{PLURAL:$1|$1 м}}\";'),('ab','messages:mobile-frontend-nearby-error','s:72:\"ru:У {{SITENAME}} возникли некоторые проблемы.\";'),('ab','messages:mobile-frontend-nearby-error-guidance','s:79:\"ru:Попробуйте обновить ваше местоположение.\";'),('ab','messages:mobile-frontend-nearby-loading','s:108:\"ru:Загрузка информации о том, что находится невдалеке от вас\";'),('ab','messages:mobile-frontend-nearby-lookup-ui-error','s:123:\"ru:{{SITENAME}} не может выяснить, где вы находитесь… Попробовать ещё раз?\";'),('ab','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:111:\"ru:Попробуйте найти открытую местность с более лучшей связью.\";'),('ab','messages:mobile-frontend-nearby-noresults','s:99:\"ru:Что-то тихо здесь… Поблизости нет ни одной страницы.\";'),('ab','messages:mobile-frontend-nearby-noresults-guidance','s:154:\"ru:Попробуйте создать новую страницу или добавить местоположение к уже существующей\";'),('ab','messages:mobile-frontend-nearby-permission','s:138:\"ru:{{SITENAME}} не имеет разрешения на доступ к определению вашего местоположения\";'),('ab','messages:mobile-frontend-nearby-permission-guidance','s:304:\"ru:Пожалуйста, убедитесь, что вы даёте разрешение на показ своего местоположения. Возможно, вам нужно проверить настройки определения местоположения вашего браузера.\";'),('ab','messages:mobile-frontend-nearby-refresh','s:48:\"ru:Обновить местоположение\";'),('ab','messages:mobile-frontend-nearby-requirements','s:102:\"ru:Извините! Ваш браузер не поддерживает работу с {{SITENAME}}.\";'),('ab','messages:mobile-frontend-nearby-requirements-guidance','s:153:\"ru:Попробуйте использовать другой браузер или включите JavaScript, если вы отключили его.\";'),('ab','messages:mobile-frontend-nearby-sectiontext','s:34:\"ru:Места поблизости\";'),('ab','messages:mobile-frontend-nearby-title','s:13:\"ru:Рядом\";'),('ab','messages:mobile-frontend-news-items','s:17:\"ru:Новости\";'),('ab','messages:mobile-frontend-opt-in-explain','s:295:\"ru:Присоединившись к бета-тестированию, вы получите доступ к некоторым экспериментальным функциям, но увеличится и  ваш риск встретиться с ошибкой или проблемой.\";'),('ab','messages:mobile-frontend-overlay-close','s:17:\"ru:Закрыть\";'),('ab','messages:mobile-frontend-overlay-continue','s:23:\"ru:Продолжить\";'),('ab','messages:mobile-frontend-page-edit-summary','s:71:\"ru:<span><strong>Описание изменений</strong> $1</span>\";'),('ab','messages:mobile-frontend-page-menu-contents','s:23:\"ru:содержание\";'),('ab','messages:mobile-frontend-page-menu-history','s:17:\"ru:История\";'),('ab','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ab','messages:mobile-frontend-pageaction-edit-tooltip','s:75:\"ru:Редактировать ведущий раздел страницы.\";'),('ab','messages:mobile-frontend-pageaction-upload-tooltip','s:77:\"ru:Загрузить основное фото на эту страницу.\";'),('ab','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ab','messages:mobile-frontend-panel-cancel','s:25:\"ru:Нет, спасибо\";'),('ab','messages:mobile-frontend-panel-ok','s:7:\"ru:Ок\";'),('ab','messages:mobile-frontend-password','s:16:\"ru:Пароль:\";'),('ab','messages:mobile-frontend-password-confirm-placeholder','s:38:\"ru:Подтвердите пароль\";'),('ab','messages:mobile-frontend-password-placeholder','s:15:\"ru:Пароль\";'),('ab','messages:mobile-frontend-photo-article-donate-comment','s:75:\"ru:Пожертвованные изображения из Special:Uploads\";'),('ab','messages:mobile-frontend-photo-article-edit-comment','s:100:\"ru:Добавлено изображение для использования на странице\";'),('ab','messages:mobile-frontend-photo-caption-placeholder','s:72:\"ru:Опишите это изображение (обязательно)\";'),('ab','messages:mobile-frontend-photo-licensing','s:163:\"ru:Загружая это изображение, вы соглашаетесь разместить ваше изображение под лицензией $1.\";'),('ab','messages:mobile-frontend-photo-licensing-with-terms','s:190:\"ru:Загружая это изображение, вы соглашаетесь с $1 и с тем, что размещаете ваше изображение под лицензией $2.\";'),('ab','messages:mobile-frontend-photo-ownership','s:54:\"ru:Я, $1, создал это изображение.\";'),('ab','messages:mobile-frontend-photo-ownership-confirm','s:18:\"ru:Понятно!\";'),('ab','messages:mobile-frontend-photo-ownership-help','s:30:\"ru:Что это значит?\";'),('ab','messages:mobile-frontend-photo-submit','s:21:\"ru:Загрузить\";'),('ab','messages:mobile-frontend-photo-upload','s:71:\"ru:Добавить на эту страницу изображение\";'),('ab','messages:mobile-frontend-photo-upload-anon','s:148:\"ru:Пожалуйста, представьтесь системе, чтобы добавить изображение на эту страницу.\";'),('ab','messages:mobile-frontend-photo-upload-comment','s:66:\"ru:Добавлено изображение на страницу\";'),('ab','messages:mobile-frontend-photo-upload-copyvio','s:291:\"ru:Внимание! Это изображение выглядит подозрительно. Если это не фотография, которую вы сделали сами, пожалуйста, не загружайте её. Вы все ещё хотите продолжить?\";'),('ab','messages:mobile-frontend-photo-upload-error','s:51:\"ru:Ошибка, попробуйте заново.\";'),('ab','messages:mobile-frontend-photo-upload-error-file-type','s:82:\"ru:Пожалуйста, загружайте только изображения.\";'),('ab','messages:mobile-frontend-photo-upload-error-filename','s:102:\"ru:Ошибка, просьба представить более детальное описание.\";'),('ab','messages:mobile-frontend-photo-upload-generic','s:50:\"ru:Пожертвовать изображение\";'),('ab','messages:mobile-frontend-photo-upload-invalid-user','s:63:\"ru:Участник «$1» не зарегистрирован.\";'),('ab','messages:mobile-frontend-photo-upload-success-article','s:131:\"ru:Загрузка удалась! Теперь ваше изображение размещено на этой странице.\";'),('ab','messages:mobile-frontend-photo-upload-unavailable','s:95:\"ru:Ваш браузер не поддерживает загрузку изображений.\";'),('ab','messages:mobile-frontend-photo-upload-user-count','s:83:\"ru:<span>$1</span> {{PLURAL:$1|загрузка|загрузки|загрузок}}\";'),('ab','messages:mobile-frontend-photo-upload-user-count-over-limit','s:24:\"ru:500+ загрузок\";'),('ab','messages:mobile-frontend-placeholder','s:57:\"ru:Искать в {{grammar:prepositional|{{SITENAME}}}}\";'),('ab','messages:mobile-frontend-placeholder-app','s:82:\"ru:Поиск по {{grammar:genitive|{{SITENAME}}}} (веб-приложение)\";'),('ab','messages:mobile-frontend-placeholder-beta','s:76:\"ru:Поиск по {{grammar:genitive|{{SITENAME}}}} (бета-версия)\";'),('ab','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ab','messages:mobile-frontend-privacy-link-text','s:39:\"ru:Конфиденциальность\";'),('ab','messages:mobile-frontend-profile-activity-heading','s:38:\"ru:Последние действия\";'),('ab','messages:mobile-frontend-profile-error','s:13:\"ru:О нет!\";'),('ab','messages:mobile-frontend-profile-footer-ancient','s:286:\"ru:[[Special:Contributions/$1|{{PLURAL:$3|Сделана 1 правка|Сделано $3 правки|Сделано $3 правок}}]] и [[Special:Uploads/$1|{{PLURAL:$4|1 загрузка|$4 загрузки|$4 загрузок|500=более 500 загрузок}}]] файлов.\";'),('ab','messages:mobile-frontend-profile-footer-days','s:453:\"ru:Присоединился {{PLURAL:$2|$2 день назад|$2 дней назад|$2 дня назад|1=вчера|0=сегодня}} с [[Special:Contributions/$1|{{PLURAL:$3|$3 правкой|$3 правками|1=одной правкой}}]] и [[Special:Uploads/$1|{{PLURAL:$4|с $4 загрузкой|с $4 загрузками|1=с одной загрузкой|0=без загрузок|500=более чем 500 загрузками}}]].\";'),('ab','messages:mobile-frontend-profile-footer-months','s:443:\"ru:Присоединился {{PLURAL:$2|$2 месяц|$2 месяцев|$2 месяцев }} назад [[Special:Contributions/$1|{{PLURAL:$3|с $3 правкой|с $3 правками|0=без правок|1=одной правкой}}]] и [[Special:Uploads/$1|{{PLURAL:$4|с $4 загрузкой|с $4 загрузками|1=с одной загрузкой|0=без загрузок|500=более чем 500 загрузками}}]].\";'),('ab','messages:mobile-frontend-profile-footer-years','s:422:\"ru:Присоединился более {{PLURAL:$2|года|$2 лет}} назад [[Special:Contributions/$1|{{PLURAL:$3|с $3 правкой|с $3 правками|0=без правок|1=одной правкой}}]] и [[Special:Uploads/$1|{{PLURAL:$4|с $4 загрузкой|с $4 загрузками|1=с одной загрузкой|0=без загрузок|500=более чем 500 загрузками}}]].\";'),('ab','messages:mobile-frontend-profile-last-edit','s:185:\"ru:{{GENDER:$3|Отредактирована}} страница [[:$1]], {{PLURAL:$2|$2 день назад|$2 дня назад|$2 дней назад|1=вчера|0=сегодня}}.\";'),('ab','messages:mobile-frontend-profile-last-thank','s:197:\"ru:Последний раз {{GENDER:$2|был отблагодарён|была отблагодарена}} {{GENDER:$1|участником|участницей}} [[Special:UserProfile/$1|$1]].\";'),('ab','messages:mobile-frontend-profile-noargs','s:142:\"ru:Имя не задано. Пожалуйста, укажите имя участника, чтобы просмотреть профиль.\";'),('ab','messages:mobile-frontend-profile-nouser','s:238:\"ru:Участника с таким именем не существует. Имена чувствительны к регистру, так что, пожалуйста, проверьте, набрано ли оно правильно.\";'),('ab','messages:mobile-frontend-profile-title','s:36:\"ru:Профиль участника\";'),('ab','messages:mobile-frontend-profile-userpage-link','s:89:\"ru:Посетить страницу {{GENDER:$1|участника|участницы}}.\";'),('ab','messages:mobile-frontend-profile-usertalk','s:74:\"ru:Написать {{GENDER:$1|участнику|участнице}} $1\";'),('ab','messages:mobile-frontend-quick-lookup-looking','s:19:\"ru:Поиск \"$1\".\";'),('ab','messages:mobile-frontend-quick-lookup-no-results','s:61:\"ru:По запросу \"$1\" ничего не найдено.\";'),('ab','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ab','messages:mobile-frontend-random-button','s:21:\"ru:Случайная\";'),('ab','messages:mobile-frontend-references-citation','s:15:\"ru:Цитата\";'),('ab','messages:mobile-frontend-regular-site','s:30:\"ru:Обычная версия\";'),('ab','messages:mobile-frontend-requires-mobile','s:229:\"ru:Эта страница не доступна для просмотра с компьютера. Пожалуйста, нажмите на ссылку мобильного вида в нижней части страницы.\";'),('ab','messages:mobile-frontend-requires-optin','s:220:\"ru:Эта страница будет недоступна, пока вы не перейдёте в бета-режим. Зайдите для этого на страницу [[Special:MobileOptions|настроек]].\";'),('ab','messages:mobile-frontend-requires-title','s:40:\"ru:Страница недоступна\";'),('ab','messages:mobile-frontend-save-error','s:156:\"ru:Ошибка при сохранении настроек. Пожалуйста, убедитесь, что у вас включены файлы cookie.\";'),('ab','messages:mobile-frontend-save-settings','s:21:\"ru:Сохранить\";'),('ab','messages:mobile-frontend-saving-exit-page','s:219:\"ru:Ваша правка всё ещё сохраняется. Если вы покинете страницу, ваши изменения будут потеряны. Вы уверены, что хотите уйти?\";'),('ab','messages:mobile-frontend-search-content','s:39:\"ru:Искать на страницах\";'),('ab','messages:mobile-frontend-search-content-no-results','s:134:\"ru:\'\'\'{{int:mobile-frontend-search-content}}\'\'\', чтобы увидеть, встречается ли где-то эта фраза.\";'),('ab','messages:mobile-frontend-search-feedback-link-text','s:31:\"ru:Напишите отзыв.\";'),('ab','messages:mobile-frontend-search-feedback-prompt','s:65:\"ru:Не удалось найти то, что вы искали?\";'),('ab','messages:mobile-frontend-search-no-results','s:58:\"ru:Нет страниц с таким названием.\";'),('ab','messages:mobile-frontend-search-submit','s:17:\"ru:Перейти\";'),('ab','messages:mobile-frontend-settings-beta','s:24:\"ru:Бета-версия\";'),('ab','messages:mobile-frontend-settings-images-explain','s:115:\"ru:Загрузить все изображения, которые присутствуют на странице.\";'),('ab','messages:mobile-frontend-settings-site-description','s:167:\"ru:Проект «{{SITENAME}}» доступен на $1 {{PLURAL:$1|языке|языках}}. Ниже перечислены все доступные версии\";'),('ab','messages:mobile-frontend-settings-site-header','s:45:\"ru:Языки проекта «{{SITENAME}}»\";'),('ab','messages:mobile-frontend-sign-in-error-heading','s:8:\"ru:Ой!\";'),('ab','messages:mobile-frontend-sign-in-heading','s:13:\"ru:Войти\";'),('ab','messages:mobile-frontend-sign-in-why','s:167:\"ru:Если у вас уже есть учётная запись в проекте {{SITENAME}}, вы можете представиться системе ниже.\";'),('ab','messages:mobile-frontend-sign-up-heading','s:39:\"ru:Зарегистрироваться\";'),('ab','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:45:\"ru:Что вы хотите написать?\";'),('ab','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:30:\"ru:Заголовок темы\";'),('ab','messages:mobile-frontend-talk-add-overlay-submit','s:40:\"ru:Добавить обсуждение\";'),('ab','messages:mobile-frontend-talk-back-to-filepage','s:43:\"ru:Вернуться к файлу «$1».\";'),('ab','messages:mobile-frontend-talk-back-to-page','s:51:\"ru:Вернуться на страницу «$1».\";'),('ab','messages:mobile-frontend-talk-back-to-projectpage','s:64:\"ru:Вернуться к странице проекта «$1».\";'),('ab','messages:mobile-frontend-talk-back-to-userpage','s:82:\"ru:Вернуться к странице участника «{{GENDER:$1|$1}}».\";'),('ab','messages:mobile-frontend-talk-edit-summary','s:51:\"ru:Новый раздел обсуждения: $1\";'),('ab','messages:mobile-frontend-talk-explained','s:66:\"ru:Эти обсуждения являются активными\";'),('ab','messages:mobile-frontend-talk-explained-empty','s:62:\"ru:На этой странице нет обсуждений.\";'),('ab','messages:mobile-frontend-talk-fullpage','s:48:\"ru:Читать как вики-страницу\";'),('ab','messages:mobile-frontend-talk-overlay-header','s:23:\"ru:Обсуждение\";'),('ab','messages:mobile-frontend-talk-overlay-lead-header','s:44:\"ru:Безымянное обсуждение\";'),('ab','messages:mobile-frontend-talk-reply','s:19:\"ru:Ответить\";'),('ab','messages:mobile-frontend-talk-reply-info','s:142:\"ru:Обратите внимание, что ваш ответ будет автоматически подписан вашим именем.\";'),('ab','messages:mobile-frontend-talk-reply-success','s:103:\"ru:Ваш ответ был успешно сохранён на странице обсуждения.\";'),('ab','messages:mobile-frontend-talk-topic-error','s:102:\"ru:Тема не может быть добавлена из-за неизвестной ошибки.\";'),('ab','messages:mobile-frontend-talk-topic-error-badtoken','s:197:\"ru:На сервере произошла ошибка, и ваши изменения не могут быть сохранены. Попробуйте перезагрузить страницу.\";'),('ab','messages:mobile-frontend-talk-topic-error-permission','s:132:\"ru:Тема не может быть добавлена. У вас нет прав на редактирование страниц.\";'),('ab','messages:mobile-frontend-talk-topic-error-protected','s:162:\"ru:Эта страница обсуждения защищена. У вас нет разрешения на добавление новой темы на неё.\";'),('ab','messages:mobile-frontend-talk-topic-error-spam','s:138:\"ru:В создании этой темы было отказано, потому что она содержит спам-фрагмент.\";'),('ab','messages:mobile-frontend-talk-topic-feedback','s:85:\"ru:Новая тема добавлена на страницу обсуждения!\";'),('ab','messages:mobile-frontend-talk-topic-wait','s:86:\"ru:Сохранение новой темы, пожалуйста, подождите.\";'),('ab','messages:mobile-frontend-terms-text','s:44:\"ru:Условия использования\";'),('ab','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ab','messages:mobile-frontend-thanked-notice','s:182:\"ru:$1 {{GENDER:$2|был оповещён|была оповещена|были оповещены}}, что вам понравилась {{GENDER:$2|его|её|их}} правка.\";'),('ab','messages:mobile-frontend-user-account','s:30:\"ru:учётная запись\";'),('ab','messages:mobile-frontend-user-button-tooltip','s:49:\"ru:Показать мои уведомления\";'),('ab','messages:mobile-frontend-user-cta','s:141:\"ru:Пожалуйста, войдите или зарегистрируйтесь, чтобы увидеть ваши уведомления.\";'),('ab','messages:mobile-frontend-user-newmessages','s:105:\"ru:У вас есть новые сообщения на вашей странице обсуждения\";'),('ab','messages:mobile-frontend-userlogin-loggedin-register','s:161:\"ru:Вы уже вошли как {{GENDER:$1|$1}}.\nИспользуйте форму ниже, чтобы создать другого пользователя.\";'),('ab','messages:mobile-frontend-username','s:29:\"ru:Имя участника:\";'),('ab','messages:mobile-frontend-username-placeholder','s:28:\"ru:Имя участника\";'),('ab','messages:mobile-frontend-view','s:34:\"ru:Мобильная версия\";'),('ab','messages:mobile-frontend-view-desktop','s:27:\"ru:Стационарный\";'),('ab','messages:mobile-frontend-view-mobile','s:21:\"ru:Мобильный\";'),('ab','messages:mobile-frontend-view-source','s:36:\"ru:Просмотр разметки\";'),('ab','messages:mobile-frontend-watch-login','s:66:\"ru:Добавить $1 в ваш список наблюдения\";'),('ab','messages:mobile-frontend-watchlist-a-z','s:15:\"ru:Список\";'),('ab','messages:mobile-frontend-watchlist-a-z-empty-howto','s:365:\"ru:В настоящее время вы не следите ни за какими страницами. Ваш список наблюдения помогает отслеживать страницы, которые вам интересны. Следите за страницами, нажав на иконку с изображением звёздочки.\";'),('ab','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:54:\"ru:Нажмите на значок-звёздочку\";'),('ab','messages:mobile-frontend-watchlist-add','s:68:\"ru:$1 добавлена в ваш список наблюдения\";'),('ab','messages:mobile-frontend-watchlist-back-home','s:13:\"ru:Домой\";'),('ab','messages:mobile-frontend-watchlist-cta','s:101:\"ru:Следить за этой страницей, и всеми изменениями на ней.\";'),('ab','messages:mobile-frontend-watchlist-cta-button-login','s:29:\"ru:Представиться\";'),('ab','messages:mobile-frontend-watchlist-cta-button-signup','s:39:\"ru:Зарегистрироваться\";'),('ab','messages:mobile-frontend-watchlist-error','s:149:\"ru:При просмотре этой страницы произошла проблема. Пожалуйста, попробуйте ещё раз.\";'),('ab','messages:mobile-frontend-watchlist-feed','s:19:\"ru:Изменено\";'),('ab','messages:mobile-frontend-watchlist-feed-empty','s:89:\"ru:Отсутствуют страницы с последними изменениями\";'),('ab','messages:mobile-frontend-watchlist-filter-all','s:9:\"ru:Всё\";'),('ab','messages:mobile-frontend-watchlist-filter-articles','s:19:\"ru:Страницы\";'),('ab','messages:mobile-frontend-watchlist-filter-other','s:15:\"ru:Прочее\";'),('ab','messages:mobile-frontend-watchlist-filter-talk','s:23:\"ru:Обсуждения\";'),('ab','messages:mobile-frontend-watchlist-login-action','s:52:\"ru:Войдите, чтобы увидеть его.\";'),('ab','messages:mobile-frontend-watchlist-more','s:13:\"ru:далее\";'),('ab','messages:mobile-frontend-watchlist-please-wait','s:157:\"ru:Пожалуйста подождите, действий по просмотру занимает больше времени, чем ожидалось.\";'),('ab','messages:mobile-frontend-watchlist-purpose','s:240:\"ru:<strong>Список наблюдения помогает вам делать закладки на страницы и отслеживать изменения в них.</strong><br />Войдите, чтобы увидеть его.\";'),('ab','messages:mobile-frontend-watchlist-removed','s:72:\"ru:$1 удалена из вашего списка наблюдения\";'),('ab','messages:mobile-frontend-watchlist-signup-action','s:264:\"ru:<strong>Список наблюдения помогает вам делать закладки на страницы и отслеживать изменения в них.</strong><br />Зарегистрируйтесь, чтобы начать сейчас.\";'),('ab','messages:mobile-frontend-watchlist-view','s:68:\"ru:Просмотреть свой список наблюдения\";'),('ab','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ab','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ab','messages:modeleditnotsupported-text','s:107:\"ru:Редактирование не поддерживается моделью содержимого $1.\";'),('ab','messages:modeleditnotsupported-title','s:65:\"ru:Редактирование не поддерживается\";'),('ab','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ab','messages:modifiedarticleprotection-comment','s:84:\"ru:Изменил{{GENDER:$2||а}} настройки защиты для «[[$1]]»\";'),('ab','messages:mon','s:9:\"ab:Ашә\";'),('ab','messages:monday','s:17:\"ab:Ашәахьа\";'),('ab','messages:monday-at','s:34:\"ru:в понедельник в $1\";'),('ab','messages:month','s:44:\"ab:Амза рҟынӡа (анкьагьы):\";'),('ab','messages:months','s:64:\"ru:{{PLURAL:$1|$1 месяц|$1 месяца|$1 месяцев}}\";'),('ab','messages:monthsall','s:13:\"ab:зегьы\";'),('ab','messages:moredotdotdot','s:16:\"ab:Анаҩс...\";'),('ab','messages:morelinkstoimage','s:110:\"ru:Просмотреть [[Special:WhatLinksHere/$1|остальные ссылки]] на этот файл.\";'),('ab','messages:morenotlisted','s:51:\"ab:Ари асиа ихарҭәаам иҟалап.\";'),('ab','messages:mostcategories','s:99:\"ru:Страницы, включённые в большое количество категорий\";'),('ab','messages:mostcategories-summary','s:3:\"en:\";'),('ab','messages:mostimages','s:49:\"ru:Самые используемые файлы\";'),('ab','messages:mostimages-summary','s:3:\"en:\";'),('ab','messages:mostinterwikis','s:88:\"ru:Страницы с наибольшим числом интервики-ссылок\";'),('ab','messages:mostinterwikis-summary','s:3:\"en:\";'),('ab','messages:mostlinked','s:77:\"ru:Страницы, на которые больше всего ссылок\";'),('ab','messages:mostlinked-summary','s:3:\"en:\";'),('ab','messages:mostlinkedcategories','s:79:\"ru:Категории, на которые больше всего ссылок\";'),('ab','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ab','messages:mostlinkedtemplates','s:61:\"ru:Самые частовключаемые страницы\";'),('ab','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ab','messages:mostrevisions','s:82:\"ru:Наиболее часто редактировавшиеся страницы\";'),('ab','messages:mostrevisions-summary','s:3:\"en:\";'),('ab','messages:move','s:26:\"ab:Ахьӡ аԥсахра\";'),('ab','messages:move-leave-redirect','s:50:\"ru:Оставить перенаправление\";'),('ab','messages:move-over-sharedrepo','s:217:\"ru:В общем хранилище существует [[:$1]]. Переименование файла в это название вызовет перекрытие файла из общего хранилища.\";'),('ab','messages:move-page','s:38:\"ru:$1 — переименование\";'),('ab','messages:move-page-legend','s:48:\"ru:Переименование страницы\";'),('ab','messages:move-redirect-text','s:3:\"en:\";'),('ab','messages:move-subpages','s:62:\"ru:Переименовать подстраницы (до $1)\";'),('ab','messages:move-talk-subpages','s:100:\"ru:Переименовать подстраницы страницы обсуждения (до $1)\";'),('ab','messages:move-watch','s:108:\"ru:Добавить в список наблюдения исходную и целевую страницы\";'),('ab','messages:movecategorypage-warning','s:417:\"ru:<strong>Предупреждение:</strong> Вы собираетесь переименовать страницу категории. Пожалуйста, обратите внимание, что будет переименована только эта страница, а все страницы старой категории <em>не</em> будут перекатегоризованы в новую.\";'),('ab','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ab','messages:moveddeleted-notice','s:215:\"ru:Эта страница не существует.\nНиже для справки приведены журналы удаления, защиты и переименования для этой страницы.\";'),('ab','messages:moveddeleted-notice-recent','s:304:\"ru:К сожалению, эта страница была недавно удалена (в течение последних 24 часов).\nНиже для справки приведены журналы удаления, защиты и переименования для этой страницы.\";'),('ab','messages:movelogpage','s:44:\"ru:Журнал переименований\";'),('ab','messages:movelogpagetext','s:94:\"ru:Ниже представлен список переименованных страниц.\";'),('ab','messages:movenologintext','s:175:\"ru:Вы должны [[Special:UserLogin|представиться системе]], чтобы иметь возможность переименовать страницы.\";'),('ab','messages:movenosubpage','s:60:\"ru:У этой страницы нет подстраниц.\";'),('ab','messages:movenotallowed','s:82:\"ru:У вас нет прав на переименовывание страниц.\";'),('ab','messages:movenotallowedfile','s:80:\"ru:У вас нет прав на переименовывание файлов.\";'),('ab','messages:movepage-delete-first','s:284:\"ru:У целевой страницы слишком много версий для удаления как части переименования страницы. Сначала удалите эту страницу вручную, а затем повторите попытку.\";'),('ab','messages:movepage-invalid-target-title','s:56:\"ru:Запрошенное имя недопустимо.\";'),('ab','messages:movepage-max-pages','s:328:\"ru:{{PLURAL:$1|Была переименована|Было переименовано|Были переименованы}} $1 {{PLURAL:$1|страница|страницы|страниц}} — это максимум; большее число страниц автоматически переименовать нельзя.\";'),('ab','messages:movepage-moved','s:80:\"ru:<strong>Страница «$1» переименована в «$2»</strong>\";'),('ab','messages:movepage-moved-noredirect','s:79:\"ru:Создание перенаправления было подавлено.\";'),('ab','messages:movepage-moved-redirect','s:58:\"ru:Было создано перенаправление.\";'),('ab','messages:movepage-page-exists','s:131:\"ru:Страница $1 уже существует и не может быть автоматически перезаписана.\";'),('ab','messages:movepage-page-moved','s:65:\"ru:Страница $1 была переименована в $2.\";'),('ab','messages:movepage-page-unmoved','s:81:\"ru:Страница $1 не может быть переименована в $2.\";'),('ab','messages:movepage-source-doesnt-exist','s:118:\"ru:Страница $1 не существует, а потому не может быть переименована.\";'),('ab','messages:movepage-summary','s:3:\"en:\";'),('ab','messages:movepagebtn','s:46:\"ru:Переименовать страницу\";'),('ab','messages:movepagetalktext','s:532:\"ru:Если вы отметите эту галочку, соответствующая страница обсуждения будет также автоматически переименована, если только уже не существует непустая страница обсуждения с таким же названием.\n\nВ этом случае вам нужно будет переименовать или объединить страницы вручную, если это необходимо.\";'),('ab','messages:movepagetext','s:2055:\"ru:Воспользовавшись нижеприведённой формой, вы переименуете страницу, одновременно переместив на новое место её журнал изменений.\nСтарое название станет перенаправлением на новое.\nВы можете автоматически обновить перенаправления, которые вели на старое название.\nЕсли вы этого не сделаете, пожалуйста, проверьте наличие [[Special:DoubleRedirects|двойных]] и [[Special:BrokenRedirects|разорванных перенаправлений]].\nВы отвечаете за то, чтобы ссылки продолжали и далее указывать туда, куда предполагалось.\n\nОбратите внимание, что страница <strong>не будет</strong> переименована, если уже существует страница с названием, идентичным выбранному, кроме случаев, когда такая страница пуста или представляет собой перенаправление, и при этом не имеет истории правок.\nЭто означает, что сделав ошибочное переименование, вы можете переименовать страницу обратно в то название, которое у неё только что было, но не можете случайно затереть существующую страницу.\n\n<strong>Примечание:</strong>\nПереименование популярных страниц может привести к масштабным и неожиданным изменениям.\nПожалуйста, прежде чем продолжать, убедитесь, что понимаете все возможные последствия.\";'),('ab','messages:movepagetext-noredirectfixer','s:1804:\"ru:Воспользовавшись формой ниже, вы переименуете страницу, одновременно переместив на новое место её журнал изменений.\nСтарое название станет перенаправлением на новое название.\nПожалуйста, проверьте наличие [[Special:DoubleRedirects|двойных]] и [[Special:BrokenRedirects|разорванных перенаправлений]].\nВы отвечаете за то, чтобы ссылки продолжали и далее указывать туда, куда предполагалось.\n\nОбратите внимание, что страница <strong>не будет</strong> переименована, если страница с новым названием уже существует, кроме случаев, если она пуста или представляет собой перенаправление, и при этом не имеет истории правок.\nЭто означает, что сделав ошибочное переименование, вы сможете переименовать страницу обратно в то название, которое у неё только что было, но не сможете случайно затереть существующую страницу.\n\n<strong>Примечание:</strong>\nПереименование может привести к масштабным и неожиданным изменениям для популярных страниц.\nПожалуйста, прежде чем продолжить, убедитесь, что понимаете все возможные последствия.\";'),('ab','messages:movepagetext-noredirectsupport','s:1331:\"ru:Воспользовавшись нижеприведённой формой, вы переименуете страницу, одновременно переместив на новое место её журнал изменений.\nВы отвечаете за то, чтобы ссылки продолжали и далее указывать туда, куда предполагалось.\n\nОбратите внимание, что страница <strong>не будет</strong> переименована, если уже существует страница под новым названием.\nЭто означает, что сделав ошибочное переименование, вы можете переименовать страницу обратно в то название, которое у неё только что было, но не можете случайно затереть существующую страницу.\n\n<strong>Примечание:</strong>\nПереименование популярных страниц может привести к масштабным и неожиданным изменениям.\nПожалуйста, прежде чем продолжать, убедитесь, что понимаете все возможные последствия.\";'),('ab','messages:movereason','s:20:\"ab:Изыхҟьаз:\";'),('ab','messages:movesubpage','s:64:\"ru:{{PLURAL:$1|1=Подстраница|Подстраницы}}\";'),('ab','messages:movesubpagetalktext','s:244:\"ru:У соответствующей страницы обсуждения есть $1 {{PLURAL:$1|подстраница, показанная |подстраниц, показанных|подстраницы, показанные}} ниже.\";'),('ab','messages:movesubpagetalktext-truncated','s:265:\"ru:{{PLURAL:$1|Первая $1 подстраница|Первые $1 подстраницы|Первые $1 подстраниц}} для соответствующей страницы обсуждения {{PLURAL:$1|показана|показаны}} ниже.\";'),('ab','messages:movesubpagetext','s:116:\"ru:У этой страницы $1 {{PLURAL:$1|подстраница|подстраницы|подстраниц}}.\";'),('ab','messages:movesubpagetext-truncated','s:215:\"ru:{{PLURAL:$1|Первая $1 подстраница|Первые $1 подстраницы|Первые $1 подстраниц}} этой страницы {{PLURAL:$1|показана|показаны}} ниже.\";'),('ab','messages:movetalk','s:98:\"ru:Переименовать соответствующую страницу обсуждения\";'),('ab','messages:movethispage','s:46:\"ab:Ахьӡ аԥсахра ари адаҟьа\";'),('ab','messages:moveuserpage-warning','s:338:\"ru:<strong>Внимание:</strong> вы собираетесь переименовать страницу участника. Пожалуйста, обратите внимание, что переименована будет только страница, участник <strong>не</strong> будет переименован.\";'),('ab','messages:mute-preferences','s:71:\"ru:Настроить игнорирование уведомлений\";'),('ab','messages:mw-widgets-abandonedit','s:150:\"ru:Вы уверены, что хотите выйти из режима редактирования, не опубликовав изменения?\";'),('ab','messages:mw-widgets-abandonedit-discard','s:32:\"ru:Отменить правки\";'),('ab','messages:mw-widgets-abandonedit-keep','s:52:\"ru:Продолжить редактирование\";'),('ab','messages:mw-widgets-abandonedit-title','s:23:\"ru:Вы уверены?\";'),('ab','messages:mw-widgets-categoryselector-add-category-placeholder','s:41:\"ru:Добавить категорию…\";'),('ab','messages:mw-widgets-copytextlayout-copy','s:25:\"ru:Скопировать\";'),('ab','messages:mw-widgets-copytextlayout-copy-fail','s:86:\"ru:Не удалось скопировать данные в буфер обмена.\";'),('ab','messages:mw-widgets-copytextlayout-copy-success','s:53:\"ru:Скопировано в буфер обмена.\";'),('ab','messages:mw-widgets-dateinput-no-date','s:31:\"ru:Дата не выбрана\";'),('ab','messages:mw-widgets-dateinput-placeholder-day','s:21:\"ru:ГГГГ-ММ-ДД\";'),('ab','messages:mw-widgets-dateinput-placeholder-month','s:16:\"ru:ГГГГ-ММ\";'),('ab','messages:mw-widgets-mediasearch-input-placeholder','s:36:\"ru:Поиск мультимедиа\";'),('ab','messages:mw-widgets-mediasearch-noresults','s:36:\"ru:Ничего не найдено.\";'),('ab','messages:mw-widgets-mediasearch-recent-uploads','s:61:\"ru:{{GENDER:$1|Ваши}} последние загрузки\";'),('ab','messages:mw-widgets-mediasearch-results-aria-label','s:60:\"ru:Результаты поиска медиа-файлов\";'),('ab','messages:mw-widgets-table-row-delete','s:30:\"ru:Удалить строку\";'),('ab','messages:mw-widgets-tagmultiselect-placeholder','s:29:\"ru:Добавить ещё…\";'),('ab','messages:mw-widgets-titleinput-description-new-page','s:52:\"ru:страница ещё не существует\";'),('ab','messages:mw-widgets-titleinput-description-redirect','s:41:\"ru:перенаправление на $1\";'),('ab','messages:mw-widgets-titlesmultiselect-placeholder','s:29:\"ru:Добавить ещё…\";'),('ab','messages:mw-widgets-usersmultiselect-placeholder','s:29:\"ru:Добавить ещё…\";'),('ab','messages:mycontris','s:23:\"ab:Алагалақәа\";'),('ab','messages:mycustomcssprotected','s:93:\"ru:У вас нет прав на редактирование этой CSS страницы.\";'),('ab','messages:mycustomjsonprotected','s:94:\"ru:У вас нет прав на редактирование этой JSON-страницы.\";'),('ab','messages:mycustomjsprotected','s:100:\"ru:У вас нет прав на редактирование этой JavaScript-страницы.\";'),('ab','messages:mycustomjsredirectprotected','s:269:\"ru:У вас нет прав на редактирование этой JavaScript-страницы, так как она является перенаправлением и не указывает внутрь вашего пространства участника.\";'),('ab','messages:mypage','s:15:\"ab:Адаҟьа\";'),('ab','messages:mypreferences','s:23:\"ab:Архиарақәа\";'),('ab','messages:mypreferencesprotected','s:81:\"ru:У вас нет прав на изменение ваших настроек.\";'),('ab','messages:myprivateinfoprotected','s:98:\"ru:У вас нет прав на изменение вашей личной информации.\";'),('ab','messages:mytalk','s:23:\"ab:Ахцәажәара\";'),('ab','messages:mywatchlist','s:32:\"ab:Ашьклаԥшра асиа\";'),('ab','messages:namespace','s:43:\"ab:Хьыӡҳәалатәи аҭыԥқәа:\";'),('ab','messages:namespace-nosubpages','s:100:\"ru:Пространство имён «$1» не разрешает создание страниц.\";'),('ab','messages:namespace_association','s:46:\"ru:Связанное пространство\";'),('ab','messages:namespaceprotected','s:139:\"ru:У вас нет прав на редактирование страниц в пространстве имён «<strong>$1</strong>».\";'),('ab','messages:namespaces','s:42:\"ab:Хьыӡҳәалатәи аҭыԥқәа\";'),('ab','messages:namespacesall','s:13:\"ab:зегьы\";'),('ab','messages:nav-login-createaccount','s:48:\"ab:Урдырра / Арегистрациара\";'),('ab','messages:navigation','s:23:\"ab:Анавигациа\";'),('ab','messages:navigation-heading','s:23:\"ab:Анавигациа\";'),('ab','messages:nbytes','s:47:\"ab:$1 {{PLURAL:$1|абаит|абаитқәа}}\";'),('ab','messages:ncategories','s:76:\"ru:$1 {{PLURAL:$1|категория|категории|категорий}}\";'),('ab','messages:nchanges','s:76:\"ru:$1 {{PLURAL:$1|изменение|изменения|изменений}}\";'),('ab','messages:nearby','s:76:\"ru:Страницы на темы об объектах поблизости\";'),('ab','messages:negative-namespace-not-supported','s:124:\"ru:Пространства имён с отрицательными значениями не поддерживаются.\";'),('ab','messages:newarticle','s:15:\"ru:(Новая)\";'),('ab','messages:newarticletext','s:446:\"ru:Вы перешли по ссылке на страницу, которой пока не существует.\nЧтобы её создать, наберите текст в окне, расположенном ниже (подробнее см. [$1 справочную страницу]).\nЕсли вы оказались здесь по ошибке, просто нажмите кнопку \'\'\'назад\'\'\' своего браузера.\";'),('ab','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ab','messages:newimages','s:41:\"ru:Галерея новых файлов\";'),('ab','messages:newimages-hidepatrolled','s:67:\"ru:Скрыть отпатрулированные загрузки\";'),('ab','messages:newimages-legend','s:15:\"ru:Фильтр\";'),('ab','messages:newimages-mediatype','s:31:\"ru:Тип медиафайла:\";'),('ab','messages:newimages-showbots','s:47:\"ru:Показать загрузки ботов\";'),('ab','messages:newimages-summary','s:119:\"ru:На этой служебной странице показаны недавно загруженные файлы.\";'),('ab','messages:newimages-user','s:49:\"ru:IP-адрес или имя участника\";'),('ab','messages:newimagestext','s:4:\"en:-\";'),('ab','messages:newmessagesdifflinkplural','s:98:\"ru:{{PLURAL:$1|1=последнее изменение|999=последние изменения}}\";'),('ab','messages:newmessageslinkplural','s:82:\"ru:{{PLURAL:$1|1=новое сообщение|999=новые сообщения}}\";'),('ab','messages:newpage','s:22:\"ab:Адаҟьа ҿыц\";'),('ab','messages:newpageletter','s:5:\"ab:Ҿ\";'),('ab','messages:newpages','s:28:\"ab:Адаҟьа ҿыцқәа\";'),('ab','messages:newpages-showhide-bots','s:16:\"ru:$1 ботов\";'),('ab','messages:newpages-showhide-patrolled','s:41:\"ru:$1 проверенные правки\";'),('ab','messages:newpages-showhide-redirect','s:36:\"ru:$1 перенаправления\";'),('ab','messages:newpages-showhide-registered','s:42:\"ru:$1 зарегистрированных\";'),('ab','messages:newpages-submit','s:19:\"ru:Показать\";'),('ab','messages:newpages-summary','s:3:\"en:\";'),('ab','messages:newpages-username','s:20:\"ab:Алахәыла:\";'),('ab','messages:newpassword','s:27:\"ab:Ажәамаӡа ҿыц:\";'),('ab','messages:newsection','s:26:\"ru:Новый раздел\";'),('ab','messages:newsection-page','s:34:\"ru:Целевая страница\";'),('ab','messages:newsection-submit','s:37:\"ru:Перейти к странице\";'),('ab','messages:newsection-summary','s:3:\"en:\";'),('ab','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ab','messages:newsectionsummary','s:31:\"ru:/* $1 */ новая тема\";'),('ab','messages:newtitle','s:18:\"ab:Ахьӡ ҿыц\";'),('ab','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ab','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ab','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ab','messages:newuserlogpage','s:59:\"ru:Журнал регистрации участников\";'),('ab','messages:newuserlogpagetext','s:92:\"ru:Список недавно зарегистрировавшихся участников\";'),('ab','messages:newwindow','s:54:\"ab:(аԥенџьыр ҿыц аҿы иаарттәуп)\";'),('ab','messages:next','s:12:\"ru:след.\";'),('ab','messages:next-page','s:38:\"ru:Следующая страница\";'),('ab','messages:nextdiff','s:49:\"ab:Аредакциазура аиҳа ҿыц →\";'),('ab','messages:nextn','s:36:\"ab:анаҩстәи {{PLURAL:$1|$1}}\";'),('ab','messages:nextn-title','s:123:\"ru:{{PLURAL:$1|Следующая $1 запись|Следующие $1 записи|Следующие $1 записей}}\";'),('ab','messages:nextpage','s:43:\"ru:Следующая страница ($1)\";'),('ab','messages:nextrevision','s:39:\"ab:Аревизиа аиҳа ҿыц →\";'),('ab','messages:nimagelinks','s:85:\"ru:Используется на $1 {{PLURAL:$1|странице|страницах}}\";'),('ab','messages:ninterwikis','s:115:\"ru:$1 {{PLURAL:$1|интервики-ссылка|интервики-ссылки|интервики-ссылок}}\";'),('ab','messages:nlinks','s:58:\"ru:$1 {{PLURAL:$1|ссылка|ссылки|ссылок}}\";'),('ab','messages:nmembers','s:55:\"ab:$1 {{PLURAL:$1|аобиект|аобиектқәа}}\";'),('ab','messages:nmemberschanged','s:71:\"ru:$1 → $2 {{PLURAL:$2|объект|объекта|объектов}}\";'),('ab','messages:no-null-revision','s:107:\"ru:Не удалось создать новую нулевую правку для страницы «$1»\";'),('ab','messages:noarticletext','s:539:\"ru:В настоящий момент текст на данной странице отсутствует.\nВы можете [[Special:Search/{{PAGENAME}}|найти упоминание данного названия]] на других страницах,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} найти соответствующие записи журналов]\nили \'\'\'[{{fullurl:{{FULLPAGENAME}}|action=edit}} создать страницу с таким названием]\'\'\'</span>.\";'),('ab','messages:noarticletext-nopermission','s:489:\"ru:В настоящее время на этой странице нет текста.\nВы можете [[Special:Search/{{PAGENAME}}|найти упоминание данного названия]] на других страницах,\nили <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} найти соответствующие записи журналов].</span> У вас нет разрешения создать данную страницу.\";'),('ab','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ab','messages:noautoblockblock','s:50:\"ru:автоблокировка отключена\";'),('ab','messages:nocontribs','s:109:\"ru:Изменений, соответствующих заданным условиям, не найдено.\";'),('ab','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ab','messages:nocookiesfornew','s:288:\"ru:Учётная запись участника не была создана из-за невозможности проверить её источник. \nУбедитесь, что включены «cookies», обновите страницу и попробуйте ещё раз.\";'),('ab','messages:nocookieslogin','s:216:\"ru:{{SITENAME}} использует cookie для представления участников.\nВы отключили использование cookie.\nВключите их и попробуйте снова.\";'),('ab','messages:nocookiesnew','s:397:\"ru:Участник зарегистрирован, но не представлен. {{SITENAME}} использует «cookies» для представления участников. У вас «cookies» запрещены. Пожалуйста, разрешите их, а затем представьтесь со своиим новым именем участника и паролем.\";'),('ab','messages:nocreate-loggedin','s:88:\"ru:У вас нет разрешения создавать новые страницы.\";'),('ab','messages:nocreatetext','s:366:\"ru:На этом сайте ограничена возможность создания новых страниц.\nВы можете вернуться назад и отредактировать существующую страницу, [[Special:UserLogin|представиться системе или создать новую учётную запись]].\";'),('ab','messages:nocredits','s:72:\"ru:Нет списка участников для этой статьи\";'),('ab','messages:node-count-exceeded-category','s:81:\"ru:Страницы, на которых превышено число узлов\";'),('ab','messages:node-count-exceeded-category-desc','s:108:\"ru:У страницы превышено максимально допустимое число узлов.\";'),('ab','messages:node-count-exceeded-warning','s:126:\"ru:Страница, на которой превышено максимально допустимое число узлов.\";'),('ab','messages:noemail','s:107:\"ru:Для участника с именем $1 электронный адрес указан не был.\";'),('ab','messages:noemailcreate','s:111:\"ru:Вам необходимо указать корректный адрес электронной почты\";'),('ab','messages:noemailprefs','s:145:\"ru:Адрес электронной почты не указан  — функции по работе с эл. почтой отключены.\";'),('ab','messages:noemailtext','s:121:\"ru:Этот участник не указал действительный адрес электронной почты.\";'),('ab','messages:noemailtitle','s:70:\"ru:Адрес электронной почты отсутствует\";'),('ab','messages:nohistory','s:93:\"ru:Для этой страницы история изменений отсутствует.\";'),('ab','messages:noimages','s:49:\"ru:Изображения отсутствуют.\";'),('ab','messages:noindex-category','s:48:\"ab:Ииндексдыркым адаҟьақәа\";'),('ab','messages:noindex-category-desc','s:324:\"ru:Страница не индексируются поисковыми роботами, потому что на ней имеется «волшебное слово» <code><nowiki>__NOINDEX__</nowiki></code>, и она находится в пространстве имён, где разрешён этот флаг.\";'),('ab','messages:nolicense','s:35:\"ru:Ничего не выбрано\";'),('ab','messages:nolinkshere','s:112:\"ru:На страницу <strong>$2</strong> отсутствуют ссылки с других страниц.\";'),('ab','messages:nolinkshere-ns','s:130:\"ru:В выбранном пространстве имён нет страниц, ссылающихся на <strong>$2</strong>.\";'),('ab','messages:nolinkstoimage','s:69:\"ru:Нет страниц, использующих этот файл.\";'),('ab','messages:noname','s:81:\"ru:Вы не указали допустимого имени участника.\";'),('ab','messages:nonfile-cannot-move-to-file','s:107:\"ru:Невозможно переименовывать не-файловые страницы в файлы\";'),('ab','messages:nonmain-slot-differences-therefore-readonly','s:391:\"ru:Вы не можете редактировать вики-текст в этой версии страницы, так как в данные на странице после этой редакции были внесены изменения, не основанные на вики-тексте. [$1 Чтобы восстановить эту версию, нажмите здесь.]\";'),('ab','messages:nonnumeric-formatnum','s:78:\"ru:Страницы с нечисловыми аргументами formatnum\";'),('ab','messages:nonnumeric-formatnum-desc','s:161:\"ru:Эта страница содержит нечисловой аргумент функции синтаксического анализатора formatnum.\";'),('ab','messages:nonwrite-api-promise-error','s:133:\"ru:Был отправлен HTTP-заголовок «Promise-Non-Write-API-Action», но запрос был API-запросом.\";'),('ab','messages:nopagetext','s:80:\"ru:Указанной целевой страницы не существует.\";'),('ab','messages:nopagetitle','s:52:\"ru:Нет такой целевой страницы\";'),('ab','messages:noscript.css','s:146:\"ru:/* Размещённый здесь CSS будет применяться для участников с отключённым JavaScript  */\";'),('ab','messages:nospecialpagetext','s:235:\"ru:<strong>Запрошенной вами служебной страницы не существует.</strong>\n\nСписок существующих служебных страниц: [[Special:SpecialPages|{{int:specialpages}}]].\";'),('ab','messages:nosuchaction','s:39:\"ru:Нет такого действия\";'),('ab','messages:nosuchactiontext','s:310:\"ru:Указанное в URL действие недопустимо.\nВозможно, вы допустили опечатку при наборе URL или перешли по ошибочной ссылке.\nЭто может также указывать на ошибку в проекте {{SITENAME}}.\";'),('ab','messages:nosuchsectiontext','s:232:\"ru:Вы пытаетесь редактировать несуществующий раздел.\nВозможно, он был перемещён или удалён, пока вы просматривали эту страницу.\";'),('ab','messages:nosuchsectiontitle','s:47:\"ru:Невозможно найти раздел\";'),('ab','messages:nosuchspecialpage','s:56:\"ru:Нет такой служебной страницы\";'),('ab','messages:nosuchuser','s:324:\"ru:Участника с именем «$1» не существует.\nИмена участников чувствительны к регистру букв.\nПроверьте правильность написания имени или [[Special:CreateAccount|создайте новую учётную запись]].\";'),('ab','messages:nosuchusershort','s:121:\"ru:Не существует участника с именем «$1». Проверьте написание имени.\";'),('ab','messages:notanarticle','s:20:\"ru:Не статья\";'),('ab','messages:notargettext','s:121:\"ru:Вы не указали целевую страницу или участника для этого действия.\";'),('ab','messages:notargettitle','s:31:\"ru:Не указана цель\";'),('ab','messages:note','s:30:\"ru:\'\'\'Примечание:\'\'\'\";'),('ab','messages:notextmatches','s:63:\"ru:Нет совпадений в текстах страниц\";'),('ab','messages:notificationemail_body_changed','s:321:\"ru:Кто-то (вероятно, вы) с IP-адреса $1\nизменил адрес электронной почты учётной записи «$2» на «$3» на сайте {{SITENAME}}.\n\nЕсли это были не вы, обратитесь к администратору сайта немедленно.\";'),('ab','messages:notificationemail_body_removed','s:296:\"ru:Кто-то (вероятно, вы) с IP-адреса $1\nудалил адрес электронной почты учётной записи «$2» на {{SITENAME}}.\n\nЕсли это были не вы, обратитесь к администратору сайта немедленно.\";'),('ab','messages:notificationemail_subject_changed','s:89:\"ru:Адрес электронной почты для {{SITENAME}} был изменён\";'),('ab','messages:notificationemail_subject_removed','s:117:\"ru:{{SITENAME}} зарегистрированный адрес электронной почты был удалён\";'),('ab','messages:notloggedin','s:54:\"ru:Вы не представились системе\";'),('ab','messages:notvisiblerev','s:39:\"ru:Версия была удалена\";'),('ab','messages:nouserspecified','s:62:\"ru:Вы должны указать имя участника.\";'),('ab','messages:nov','s:9:\"ab:абҵ\";'),('ab','messages:november','s:21:\"ab:абҵарамза\";'),('ab','messages:november-gen','s:21:\"ab:абҵарамза\";'),('ab','messages:nowatchlist','s:53:\"ru:Ваш список наблюдения пуст.\";'),('ab','messages:nowikiemailtext','s:137:\"ru:Этот участник указал, что не желает получать письма от других участников.\";'),('ab','messages:nrevisions','s:58:\"ru:$1 {{PLURAL:$1|версия|версии|версий}}\";'),('ab','messages:ns-specialprotected','s:81:\"ru:Служебные страницы не могут быть изменены.\";'),('ab','messages:nstab-category','s:23:\"ab:Акатегориа\";'),('ab','messages:nstab-help','s:21:\"ab:Ацхыраара\";'),('ab','messages:nstab-image','s:13:\"ab:Афаил\";'),('ab','messages:nstab-main','s:15:\"ab:Адаҟьа\";'),('ab','messages:nstab-mainpage','s:28:\"ab:Ихадоу адаҟьа\";'),('ab','messages:nstab-media','s:25:\"ru:Мультимедиа\";'),('ab','messages:nstab-mediawiki','s:17:\"ab:Ацҳамҭа\";'),('ab','messages:nstab-project','s:30:\"ab:Апроеқт адаҟьа\";'),('ab','messages:nstab-special','s:34:\"ab:Испециалу адаҟьа\";'),('ab','messages:nstab-talk','s:3:\"en:\";'),('ab','messages:nstab-template','s:17:\"ab:Ашаблон\";'),('ab','messages:nstab-user','s:31:\"ab:{{GENDER:$1|Алахәҩы}}\";'),('ab','messages:ntimes','s:7:\"en:$1×\";'),('ab','messages:ntransclusions','s:85:\"ru:используется на $1 {{PLURAL:$1|странице|страницах}}\";'),('ab','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ab','messages:oct','s:9:\"ab:жьҭ\";'),('ab','messages:october','s:23:\"ab:жьҭаарамза\";'),('ab','messages:october-gen','s:23:\"ab:жьҭаарамза\";'),('ab','messages:ok','s:9:\"ab:Ааи\";'),('ab','messages:oldpassword','s:29:\"ru:Старый пароль:\";'),('ab','messages:ooui-combobox-button-label','s:44:\"ru:Переключить параметры\";'),('ab','messages:ooui-dialog-message-accept','s:7:\"ru:ОК\";'),('ab','messages:ooui-dialog-message-reject','s:15:\"ru:Отмена\";'),('ab','messages:ooui-dialog-process-continue','s:23:\"ru:Продолжить\";'),('ab','messages:ooui-dialog-process-dismiss','s:17:\"ru:Закрыть\";'),('ab','messages:ooui-dialog-process-error','s:37:\"ru:Что-то пошло не так\";'),('ab','messages:ooui-dialog-process-retry','s:39:\"ru:Попробовать ещё раз\";'),('ab','messages:ooui-field-help','s:17:\"ru:Справка\";'),('ab','messages:ooui-item-remove','s:17:\"ru:Удалить\";'),('ab','messages:ooui-outline-control-move-down','s:49:\"ru:Переместить элемент вниз\";'),('ab','messages:ooui-outline-control-move-up','s:51:\"ru:Переместить элемент вверх\";'),('ab','messages:ooui-outline-control-remove','s:28:\"ru:Удалить пункт\";'),('ab','messages:ooui-popup-widget-close-button-aria-label','s:17:\"ru:Закрыть\";'),('ab','messages:ooui-selectfile-button-select','s:28:\"ru:Выберите файл\";'),('ab','messages:ooui-selectfile-button-select-multiple','s:30:\"ru:Выберите файлы\";'),('ab','messages:ooui-selectfile-dragdrop-placeholder','s:41:\"ru:Перетащите файл сюда\";'),('ab','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:43:\"ru:Перетащите файлы сюда\";'),('ab','messages:ooui-selectfile-not-supported','s:58:\"ru:Выбор файла не поддерживается\";'),('ab','messages:ooui-selectfile-placeholder','s:29:\"ru:Файл не выбран\";'),('ab','messages:ooui-toolbar-more','s:9:\"ru:Ещё\";'),('ab','messages:ooui-toolgroup-collapse','s:15:\"ru:Меньше\";'),('ab','messages:ooui-toolgroup-expand','s:15:\"ru:Больше\";'),('ab','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ab','messages:othercontribs','s:57:\"ru:В создании приняли участие: $1.\";'),('ab','messages:otherlanguages','s:23:\"ab:Абызшәақәа\";'),('ab','messages:others','s:15:\"ru:другие\";'),('ab','messages:overwrite','s:82:\"ru:Не допускается замена существующего файла.\";'),('ab','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ab','messages:page-atom-feed','s:30:\"ru:«$1» — Atom-лента\";'),('ab','messages:page-rss-feed','s:29:\"ru:«$1» — RSS-лента\";'),('ab','messages:page_first','s:15:\"ru:первая\";'),('ab','messages:page_last','s:21:\"ru:последняя\";'),('ab','messages:pagecategories','s:64:\"ab:{{PLURAL:$1|Акатегориа|Акатегориақәа}}\";'),('ab','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ab','messages:pagedata-bad-title','s:51:\"ru:Некорректный заголовок: $1.\";'),('ab','messages:pagedata-not-acceptable','s:112:\"ru:Соответствующий формат не найден. Поддерживаемые MIME-типы: $1\";'),('ab','messages:pagedata-text','s:578:\"ru:Эта страница предоставляет интерфейс к данным страниц. Пожалуйста, введите заголовок страницы в URL, используя синтаксис подстраниц.\n* Согласование содержимого применяется основываясь на заголовке Accept вашего клиента. Это означает, что данные страницы будут предоставлены в формате, предпочитаемом вашим клиентом.\";'),('ab','messages:pagedata-title','s:32:\"ru:Данные страницы\";'),('ab','messages:pagehist','s:34:\"ru:История страницы\";'),('ab','messages:pagehistory','s:34:\"ru:История страницы\";'),('ab','messages:pagehistory-summary','s:3:\"en:\";'),('ab','messages:pageid','s:25:\"ru:ID страницы $1\";'),('ab','messages:pageinfo','s:40:\"ru:Информация страницы\";'),('ab','messages:pageinfo-article-id','s:46:\"ru:Идентификатор страницы\";'),('ab','messages:pageinfo-authors','s:58:\"ru:Общее число различных авторов\";'),('ab','messages:pageinfo-category-files','s:36:\"ru:Количество файлов\";'),('ab','messages:pageinfo-category-info','s:45:\"ru:Информация о категории\";'),('ab','messages:pageinfo-category-pages','s:38:\"ru:Количество страниц\";'),('ab','messages:pageinfo-category-subcats','s:48:\"ru:Количество подкатегорий\";'),('ab','messages:pageinfo-category-total','s:37:\"ru:Общее число членов\";'),('ab','messages:pageinfo-content-model','s:55:\"ru:Модель содержимого страницы\";'),('ab','messages:pageinfo-content-model-change','s:19:\"ru:изменить\";'),('ab','messages:pageinfo-contentpage','s:97:\"ru:Учитывается счётчиком как содержательная страница\";'),('ab','messages:pageinfo-contentpage-yes','s:9:\"ab:Ааи\";'),('ab','messages:pageinfo-default-sort','s:56:\"ru:Ключ сортировки по умолчанию\";'),('ab','messages:pageinfo-display-title','s:46:\"ru:Отображаемый заголовок\";'),('ab','messages:pageinfo-edits','s:37:\"ru:Общее число правок\";'),('ab','messages:pageinfo-few-visiting-watchers','s:136:\"ru:Наблюдающих за страницей, видевших последние правки, мало или нет совсем\";'),('ab','messages:pageinfo-few-watchers','s:66:\"ru:Менее $1 {{PLURAL:$1|следящего|следящих}}\";'),('ab','messages:pageinfo-file-hash','s:26:\"ru:Хэш-значение\";'),('ab','messages:pageinfo-firsttime','s:45:\"ru:Дата создания страницы\";'),('ab','messages:pageinfo-firstuser','s:38:\"ru:Создатель страницы\";'),('ab','messages:pageinfo-footer','s:4:\"en:-\";'),('ab','messages:pageinfo-header','s:4:\"en:-\";'),('ab','messages:pageinfo-header-basic','s:36:\"ru:Основные сведения\";'),('ab','messages:pageinfo-header-edits','s:36:\"ru:История изменений\";'),('ab','messages:pageinfo-header-properties','s:36:\"ru:Свойства страницы\";'),('ab','messages:pageinfo-header-restrictions','s:32:\"ru:Защита страницы\";'),('ab','messages:pageinfo-hidden-categories','s:91:\"ru:{{PLURAL:$1|1=Скрытая категория|Скрытых категорий}} ($1)\";'),('ab','messages:pageinfo-language','s:28:\"ru:Язык страницы\";'),('ab','messages:pageinfo-language-change','s:19:\"ru:изменить\";'),('ab','messages:pageinfo-lasttime','s:43:\"ru:Дата последней правки\";'),('ab','messages:pageinfo-lastuser','s:38:\"ru:Последний редактор\";'),('ab','messages:pageinfo-length','s:48:\"ru:Длина страницы (в байтах)\";'),('ab','messages:pageinfo-magic-words','s:83:\"ru:{{PLURAL:$1|1=Волшебное слово|Волшебные слова}} ($1)\";'),('ab','messages:pageinfo-namespace','s:36:\"ru:Пространство имён\";'),('ab','messages:pageinfo-not-current','s:133:\"ru:К сожалению, невозможно предоставить эту информацию для старых версий.\";'),('ab','messages:pageinfo-protect-cascading','s:47:\"ru:Каскадная защита отсюда\";'),('ab','messages:pageinfo-protect-cascading-from','s:39:\"ru:Каскадная защита от\";'),('ab','messages:pageinfo-protect-cascading-yes','s:9:\"ab:Ааи\";'),('ab','messages:pageinfo-recent-authors','s:73:\"ru:Уникальных авторов за последнее время\";'),('ab','messages:pageinfo-recent-edits','s:73:\"ru:Правок за последнее время (в течение $1)\";'),('ab','messages:pageinfo-redirects-name','s:83:\"ru:Количество перенаправлений на эту страницу\";'),('ab','messages:pageinfo-redirects-value','s:5:\"ru:$1\";'),('ab','messages:pageinfo-redirectsto','s:33:\"ru:Перенаправление\";'),('ab','messages:pageinfo-redirectsto-info','s:19:\"ru:сведения\";'),('ab','messages:pageinfo-robot-index','s:21:\"ru:Разрешено\";'),('ab','messages:pageinfo-robot-noindex','s:26:\"ru:Не разрешено\";'),('ab','messages:pageinfo-robot-policy','s:61:\"ru:Индексация поисковыми роботами\";'),('ab','messages:pageinfo-subpages-name','s:55:\"ru:Подстраницы данной страницы\";'),('ab','messages:pageinfo-subpages-value','s:180:\"ru:$1 ($2 {{PLURAL:$2|перенаправление|перенаправления|перенаправлений}}; $3 {{PLURAL:$3|обычная|обычные|обычных}})\";'),('ab','messages:pageinfo-summary','s:3:\"en:\";'),('ab','messages:pageinfo-templates','s:95:\"ru:{{PLURAL:$1|1=Включенный шаблон|Включенных шаблонов}} ($1)\";'),('ab','messages:pageinfo-title','s:46:\"ru:Сведения о странице «$1»\";'),('ab','messages:pageinfo-toolboxlink','s:28:\"ab:Адаҟьа адырра\";'),('ab','messages:pageinfo-transclusions','s:97:\"ru:{{PLURAL:$1|1=Включаемая страница|Включаемых страниц}} ($1)\";'),('ab','messages:pageinfo-user-id','s:48:\"ru:Идентификатор участника\";'),('ab','messages:pageinfo-view-protect-log','s:77:\"ru:Просмотреть журнал защиты этой страницы\";'),('ab','messages:pageinfo-visiting-watchers','s:138:\"ru:Количество участников, следящих за страницей и видевших последние правки\";'),('ab','messages:pageinfo-watchers','s:36:\"ru:Число наблюдающих\";'),('ab','messages:pagelang-db-failed','s:88:\"ru:Базе данных не удалось изменить язык страницы.\";'),('ab','messages:pagelang-language','s:11:\"ru:Язык\";'),('ab','messages:pagelang-name','s:19:\"ru:Страница\";'),('ab','messages:pagelang-nonexistent-page','s:49:\"ru:Страница $1 не существует.\";'),('ab','messages:pagelang-reason','s:17:\"ru:Причина\";'),('ab','messages:pagelang-select-lang','s:28:\"ru:Выберите язык\";'),('ab','messages:pagelang-submit','s:21:\"ru:Отправить\";'),('ab','messages:pagelang-unchanged-language','s:63:\"ru:Странице $1 уже установлен язык $2.\";'),('ab','messages:pagelang-unchanged-language-default','s:160:\"ru:Странице $1 уже установлен язык, установленный по умолчанию для содержимого этой вики.\";'),('ab','messages:pagelang-use-default','s:60:\"ru:Использовать язык по умолчанию\";'),('ab','messages:pagelanguage','s:49:\"ru:Изменение языка страницы\";'),('ab','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ab','messages:pagemovedsub','s:46:\"ru:Страница переименована\";'),('ab','messages:pager-newer-n','s:63:\"ru:$1 более {{PLURAL:$1|новая|новые|новых}}\";'),('ab','messages:pager-older-n','s:69:\"ru:$1 более {{PLURAL:$1|старая|старые|старых}}\";'),('ab','messages:pagesize','s:13:\"ru:(байт)\";'),('ab','messages:pageswithprop','s:78:\"ru:Страницы с переопределёнными свойствами\";'),('ab','messages:pageswithprop-legend','s:78:\"ru:Страницы с переопределёнными свойствами\";'),('ab','messages:pageswithprop-prop','s:37:\"ru:Название свойства:\";'),('ab','messages:pageswithprop-prophidden-binary','s:73:\"ru:значение двоичного свойства скрыто ($1)\";'),('ab','messages:pageswithprop-prophidden-long','s:90:\"ru:длинное значение текстового свойства скрыто ($1)\";'),('ab','messages:pageswithprop-reverse','s:60:\"ru:Сортировать в обратном порядке\";'),('ab','messages:pageswithprop-sortbyvalue','s:64:\"ru:Сортировать по значению свойства\";'),('ab','messages:pageswithprop-submit','s:13:\"ru:Найти\";'),('ab','messages:pageswithprop-summary','s:3:\"en:\";'),('ab','messages:pageswithprop-text','s:162:\"ru:Здесь перечислены страницы, у которых были вручную переопределены отдельные свойства.\";'),('ab','messages:pagetitle','s:22:\"ru:$1 — {{SITENAME}}\";'),('ab','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ab','messages:paramvalidator-badbool','s:207:\"ru:Недопустимое значение «$2» для логического параметра «$1». Передайте $3 для истинного значения, или $5 для ложного.\";'),('ab','messages:paramvalidator-badexpiry','s:115:\"ru:Недопустимое значение «$2» для параметра истечения срока «$1».\";'),('ab','messages:paramvalidator-badexpiry-duration','s:154:\"ru:Заданное значение «$2» для параметра <var>$1</var> превышает максимально допустимое «$3».\";'),('ab','messages:paramvalidator-badexpiry-duration-max','s:259:\"ru:Заданное значение «$2» для параметра <var>$1</var> превышает максимально допустимое «$3». Поэтому вместо него использовано максимальное значение.\";'),('ab','messages:paramvalidator-badexpiry-past','s:115:\"ru:Значение «$2» для параметра истечения срока «$1» уже в прошлом.\";'),('ab','messages:paramvalidator-badfloat','s:122:\"ru:Недопустимое значение «$2» для параметра с плавающей запятой «$1».\";'),('ab','messages:paramvalidator-badfloat-notfinite','s:167:\"ru:Значение «$2» для параметра с плавающей запятой «$1» слишком велико или не является числом.\";'),('ab','messages:paramvalidator-badinteger','s:114:\"ru:Недопустимое значение «$2» для целочисленного параметра «$1».\";'),('ab','messages:paramvalidator-badtimestamp','s:115:\"ru:Недопустимое значение «$2» для параметра временной метки «$1».\";'),('ab','messages:paramvalidator-badtitle','s:169:\"ru:Недопустимое значение «$2» для параметра заголовка <var>$1</var>: недопустимая строка заголовка.\";'),('ab','messages:paramvalidator-badupload-cantwrite','s:201:\"ru:Файл для «$1» не удалось сохранить для обработки из-за неправильной конфигурации сервера (запись не удалась).\";'),('ab','messages:paramvalidator-badupload-formsize','s:129:\"ru:Загруженный файл для «$1» превышает установленный клиентом максимум.\";'),('ab','messages:paramvalidator-badupload-inisize','s:142:\"ru:Загруженный файл для «$1» превышает максимальное значение сервера, равное $3.\";'),('ab','messages:paramvalidator-badupload-nofile','s:123:\"ru:Для параметра загрузки «$1» не было предоставлено ни одного файла.\";'),('ab','messages:paramvalidator-badupload-notmpdir','s:213:\"ru:Файл для «$1» не удалось сохранить для обработки из-за неправильной конфигурации сервера (нет временного каталога).\";'),('ab','messages:paramvalidator-badupload-notupload','s:285:\"ru:Параметр загрузки файла «$1» не является параметром загрузки файла; обязательно используйте multipart/form-data для POST и включите имя файла в заголовок Content-Disposition.\";'),('ab','messages:paramvalidator-badupload-partial','s:76:\"ru:Файл для «$1» был загружен лишь частично.\";'),('ab','messages:paramvalidator-badupload-phpext','s:94:\"ru:Расширение PHP не позволило загрузить файл для «$1».\";'),('ab','messages:paramvalidator-baduser','s:104:\"ru:Некорректное значение «$2» параметра участника <var>$1</var>.\";'),('ab','messages:paramvalidator-badvalue-enummulti','s:187:\"ru:Недопустимое значение «$2» для параметра «$1». {{PLURAL:$4|Допускается только «$3».|Допустимые значения - $3.}}\";'),('ab','messages:paramvalidator-badvalue-enumnotmulti','s:79:\"ru:Нераспознанное значение параметра «$1»: $2.\";'),('ab','messages:paramvalidator-deprecated-value','s:77:\"ru:Значение «$2» для параметра «$1» устарело.\";'),('ab','messages:paramvalidator-emptystring','s:28:\"ru:пустая строка\";'),('ab','messages:paramvalidator-help-default','s:30:\"ru:По умолчанию: $1\";'),('ab','messages:paramvalidator-help-default-empty','s:40:\"ru:По умолчанию: (пусто)\";'),('ab','messages:paramvalidator-help-deprecated','s:44:\"ru:Этот параметр устарел.\";'),('ab','messages:paramvalidator-help-multi-all','s:91:\"ru:Чтобы указать все значения, используйте <kbd>$1</kbd>.\";'),('ab','messages:paramvalidator-help-multi-max','s:204:\"ru:Максимальное количество значений — {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} для клиентов, которым разрешены более высокие лимиты).\";'),('ab','messages:paramvalidator-help-multi-max-simple','s:87:\"ru:Максимальное количество значений — {{PLURAL:$1|$1}}.\";'),('ab','messages:paramvalidator-help-multi-separate','s:175:\"ru:Разделяйте значения с помощью «|», или префикс списка с помощью U+001F и разделение с помощью U+001F.\";'),('ab','messages:paramvalidator-help-required','s:52:\"ru:Это обязательный параметр.\";'),('ab','messages:paramvalidator-help-type-boolean','s:117:\"ru:Тип: {{PLURAL:$1|1=логическое значение|2=список логических значений}}\";'),('ab','messages:paramvalidator-help-type-enum','s:258:\"ru:{{PLURAL:$1|1=Одно из следующих значений|2=Значения (разделять с помощью U+007C (труба), или префикс списка с помощью U+001F и разделять с помощью U+001F)}}: $2\";'),('ab','messages:paramvalidator-help-type-enum-can-be-empty','s:96:\"ru:{{PLURAL:$2|0=Должен быть пустым|Может быть пустым или $1}}\";'),('ab','messages:paramvalidator-help-type-expiry','s:393:\"ru:Тип: {{PLURAL:$1|1=истечение срока действия|2=список истечений сроков действия}}.\n\nСрок действия может быть относительным (например, <kbd>5 months</kbd> или <kbd>2 weeks</kbd>) или абсолютным (например, <kbd>2014-09-18T12:34:56Z</kbd>). Если бессрочно = $2.\";'),('ab','messages:paramvalidator-help-type-float','s:158:\"ru:Тип: {{PLURAL:$1|1=значение с плавающей запятой|2=список со значениями с плавающей запятой}}\";'),('ab','messages:paramvalidator-help-type-integer','s:129:\"ru:Тип: {{PLURAL:$1|1=целочисленное значение|2=список целочисленных значений}}\";'),('ab','messages:paramvalidator-help-type-limit','s:69:\"ru:Тип: целочисленное значение или «max»\";'),('ab','messages:paramvalidator-help-type-number-max','s:111:\"ru:{{PLURAL:$1|1=Значение должно|2=Значения должны}} быть не больше $3.\";'),('ab','messages:paramvalidator-help-type-number-min','s:111:\"ru:{{PLURAL:$1|1=Значение должно|2=Значения должны}} быть не меньше $2.\";'),('ab','messages:paramvalidator-help-type-number-minmax','s:110:\"ru:{{PLURAL:$1|1=Значение должно|2=Значения должны}} быть между $2 и $3.\";'),('ab','messages:paramvalidator-help-type-presenceboolean','s:48:\"ru:Тип: логическое значение\";'),('ab','messages:paramvalidator-help-type-string-maxbytes','s:84:\"ru:Не может быть длиннее $1 {{PLURAL:$1|байта|байтов}}.\";'),('ab','messages:paramvalidator-help-type-string-maxchars','s:92:\"ru:Не может быть длиннее $1 {{PLURAL:$1|символа|символов}}.\";'),('ab','messages:paramvalidator-help-type-timestamp','s:101:\"ru:Тип: {{PLURAL:$1|1=временная метка|2=список временных меток}}\";'),('ab','messages:paramvalidator-help-type-title','s:44:\"ru:Тип: название страницы\";'),('ab','messages:paramvalidator-help-type-title-must-exist','s:77:\"ru:Принимает только существующие страницы.\";'),('ab','messages:paramvalidator-help-type-title-no-must-exist','s:68:\"ru:Принимает несуществующие страницы.\";'),('ab','messages:paramvalidator-help-type-upload','s:114:\"ru:Должно быть отправлено как файл с использованием multipart/form-data.\";'),('ab','messages:paramvalidator-help-type-user','s:132:\"ru:Тип: {{PLURAL:$1|1=пользователь|2=список пользователей}}, {{PLURAL:$3|из|любой из}} $2\";'),('ab','messages:paramvalidator-help-type-user-subtype-cidr','s:22:\"ru:IP-диапазон\";'),('ab','messages:paramvalidator-help-type-user-subtype-id','s:79:\"ru:идентификатор участника (например, «#12345»)\";'),('ab','messages:paramvalidator-help-type-user-subtype-interwiki','s:106:\"ru:название интервики (например, «префикс>ПримерНазвания»)\";'),('ab','messages:paramvalidator-help-type-user-subtype-ip','s:16:\"ru:IP-адрес\";'),('ab','messages:paramvalidator-help-type-user-subtype-name','s:28:\"ru:имя участника\";'),('ab','messages:paramvalidator-maxbytes','s:150:\"ru:Значение параметра «$1» не может быть длиннее $3 {{PLURAL:$3|байта|байт|байтов}} (было $4).\";'),('ab','messages:paramvalidator-maxchars','s:149:\"ru:Значение параметра «$1» не может быть длиннее $3 {{PLURAL:$3|символа|символов}} (было $4).\";'),('ab','messages:paramvalidator-missingparam','s:60:\"ru:Параметр «$1» должен быть задан.\";'),('ab','messages:paramvalidator-missingtitle','s:155:\"ru:Недопустимое значение «$2» для параметра заголовка <var>$1</var>: страница не существует.\";'),('ab','messages:paramvalidator-notmulti','s:245:\"ru:Параметр «$1» принимает только одно значение. Многозначное разделение U+001F может использоваться только для многозначных параметров.\";'),('ab','messages:paramvalidator-outofrange-max','s:111:\"ru:Значение «$2» для параметра «$1» должно быть не больше, чем $4.\";'),('ab','messages:paramvalidator-outofrange-min','s:111:\"ru:Значение «$2» для параметра «$1» должно быть не меньше, чем $3.\";'),('ab','messages:paramvalidator-outofrange-minmax','s:102:\"ru:Значение «$2» для параметра «$1» должно быть между $3 и $4.\";'),('ab','messages:paramvalidator-param-deprecated','s:42:\"ru:Параметр «$1» устарел.\";'),('ab','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ab','messages:paramvalidator-toomanyvalues','s:159:\"ru:Для параметра «$1» передано слишком много значений. Ограничением является значение $2.\";'),('ab','messages:paramvalidator-unclearnowtimestamp','s:327:\"ru:Передача значения «$2» для параметра timestamp «$1» устарела. Если по каким-то причинам вам необходимо явно указать текущее время, не вычисляя его на стороне клиента, используйте «now».\";'),('ab','messages:paramvalidator-unrecognizedvalues','s:184:\"ru:{{PLURAL:$4|Нераспознанное значение|Нераспознанные значения|Нераспознанных значений}} параметра «$1»: $3\";'),('ab','messages:parentheses','s:7:\"en:($1)\";'),('ab','messages:parentheses-end','s:4:\"en:)\";'),('ab','messages:parentheses-start','s:4:\"en:(\";'),('ab','messages:parser-template-loop-warning','s:62:\"ru:Обнаружена петля в шаблонах: [[$1]]\";'),('ab','messages:parser-template-recursion-depth-warning','s:84:\"ru:Превышен предел глубины рекурсии шаблона ($1)\";'),('ab','messages:parser-unstrip-loop-warning','s:46:\"ru:Обнаружен незакрытый pre\";'),('ab','messages:parsoid-client-error','s:56:\"ru:Недействительный parsoid-ввод: $1\";'),('ab','messages:parsoid-resource-limit-exceeded','s:64:\"ru:Лимит ресурсов parsoid’а исчерпан: $1\";'),('ab','messages:parsoid-stash-rate-limit-error','s:193:\"ru:Сбой сохранения во временное хранилище, так как превышен предел скорости. Пожалуйста, попробуйте позже.\";'),('ab','messages:password-change-forbidden','s:77:\"ru:Вы не можете изменить пароль в этой вики.\";'),('ab','messages:password-login-forbidden','s:106:\"ru:Использование этого имени участника и пароля запрещено.\";'),('ab','messages:password-name-match','s:104:\"ru:Введённый пароль должен отличаться от имени участника.\";'),('ab','messages:password-substring-username-match','s:105:\"ru:Пароль не должен появляться в вашем имени пользователя.\";'),('ab','messages:passwordincommonlist','s:157:\"ru:Введённый пароль является одним из часто используемых. Пожалуйста, выберите другой.\";'),('ab','messages:passwordpolicies','s:34:\"ru:Политика паролей\";'),('ab','messages:passwordpolicies-group','s:15:\"ru:Группа\";'),('ab','messages:passwordpolicies-policies','s:25:\"ru:Ограничения\";'),('ab','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ab','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ab','messages:passwordpolicies-policy-maximalpasswordlength','s:99:\"ru:Пароль должен быть короче $1 {{PLURAL:$1|символа|символов}}\";'),('ab','messages:passwordpolicies-policy-minimalpasswordlength','s:115:\"ru:Пароль должен быть длиной не менее $1 {{PLURAL:$1|символа|символов}}\";'),('ab','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:202:\"ru:Пароль должен быть длиной не менее $1 {{PLURAL:$1|символа|символов}}, чтобы участник мог войти в свою учётную запись\";'),('ab','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:102:\"ru:Пароль не может быть подстрокой от имени пользователя\";'),('ab','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:208:\"ru:Пароль не может совпадать ни с одним паролем, внесённым в специальный список паролей, используемых по умолчанию\";'),('ab','messages:passwordpolicies-policy-passwordnotincommonlist','s:129:\"ru:Пароль не может быть из списка 100 000 самых часто используемых паролей.\";'),('ab','messages:passwordpolicies-policyflag-forcechange','s:58:\"ru:необходимо изменить при входе\";'),('ab','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:60:\"ru:предложить изменение при входе\";'),('ab','messages:passwordpolicies-summary','s:334:\"ru:На этой странице перечисляются действующие на этой вики ограничения на пароли участников. Ограничения, действующие для какого-либо участника, зависят от групп, в которые он входит.\";'),('ab','messages:passwordremindertext','s:829:\"ru:Кто-то (с IP-адреса $1) запросил новый пароль для {{grammar:genitive|{{SITENAME}}}} ($4). Для участника $2\nсоздан временный пароль: $3. Если это был ваш запрос,\nвам следует представиться системе и выбрать новый пароль.\nВаш временный пароль будет действовать в течение $5 {{PLURAL:$5|дня|дней}}.\n\nЕсли вы не посылали запроса на смену пароля, или уже вспомнили свой пароль,\nи не желаете его менять, вы можете проигнорировать данное сообщение и\nпродолжить использовать свой старый пароль.\";'),('ab','messages:passwordremindertitle','s:91:\"ru:Напоминание пароля участника {{grammar:genitive|{{SITENAME}}}}\";'),('ab','messages:passwordreset','s:26:\"ru:Сброс пароля\";'),('ab','messages:passwordreset-disabled','s:69:\"ru:Сбросы пароля в этой вики отключены.\";'),('ab','messages:passwordreset-domain','s:14:\"ru:Домен:\";'),('ab','messages:passwordreset-email','s:48:\"ru:Адрес электронной почты:\";'),('ab','messages:passwordreset-emaildisabled','s:92:\"ru:Функции электронной почты отключены в этой вики.\";'),('ab','messages:passwordreset-emailelement','s:71:\"ru:Имя участника: \n$1\n\nВременный пароль: \n$2\";'),('ab','messages:passwordreset-emailtext-ip','s:1032:\"ru:Кто-то (вероятно, вы, с IP-адреса $1) запросил сброс пароля к вашей учётной записи в проекте {{SITENAME}} ($4).\nС этим адресом электронной почты {{PLURAL:$3|1=связана следующая учётная запись|связаны следующие учётные записи}}:\n\n$2\n\n{{PLURAL:$3|1=Этот временный пароль будет|Эти временные пароли будут}} действовать {{PLURAL:$5|$5 день|$5 дня|$5 дней|1=один день}}.\nВы должны представиться системе и выбрать новый пароль. \nЕсли вы не делали этого запроса, или вспомнили свой исходный пароль и не желаете его менять, \nто можете проигнорировать это сообщение и продолжить использовать свой старый пароль.\";'),('ab','messages:passwordreset-emailtext-require-email','s:573:\"ru:Однако если вы не сгенерировали этот запрос и хотите предотвратить нежелательные электронные письма, вы можете обновить параметры электронной почты на $1. Вы можете требовать как имя участника, так и адрес электронной почты для создания писем для сброса пароля. Это может уменьшить количество таких инцидентов.\";'),('ab','messages:passwordreset-emailtext-user','s:1013:\"ru:Участник $1 из проекта {{SITENAME}} запросил сброс пароля для вашей учётной записи в проекте {{SITENAME}} ($4).\nС этим адресом электронной почты {{PLURAL:$3|1=связана следующая учётная запись|связаны следующие учётные записи}}:\n\n$2\n\n{{PLURAL:$3|1=Этот временный пароль будет|Эти временные пароли будут}} действовать {{PLURAL:$5|один день|$5 дня|$5 дней}}.\nВы должны представиться системе и выбрать новый пароль.\nЕсли вы не делали этого запроса или вспомнили свой исходный пароль и не желаете его менять, \nто можете проигнорировать это сообщение и продолжить использовать свой старый пароль.\";'),('ab','messages:passwordreset-emailtitle','s:65:\"ru:Сведения об учётной записи {{SITENAME}}\";'),('ab','messages:passwordreset-ignored','s:142:\"ru:Сброс пароля не был обработан. Может быть, не был настроен ни один провайдер?\";'),('ab','messages:passwordreset-nocaller','s:79:\"ru:Должен быть предоставлен источник вызова\";'),('ab','messages:passwordreset-nodata','s:125:\"ru:Ни имя участника, ни адрес электронной почты не были предоставлены\";'),('ab','messages:passwordreset-nosuchcaller','s:62:\"ru:Источник вызова не существует: $1\";'),('ab','messages:passwordreset-success','s:51:\"ru:Вы запросили сброс пароля.\";'),('ab','messages:passwordreset-success-details-generic','s:956:\"ru:Если предоставленная информация верна, будет отправлено электронное письмо для сброса пароля. Если вы не получили письмо, рекомендуем вам посетить [[mw:Special:MyLanguage/Help:Reset_password|страницу справки по сбросу пароля]] или попробовать чуть позже. Вы можете <strong>запросить ограниченное количество сбросов пароля в течение короткого периода времени. Обратите внимание, что для того, чтобы предотвратить злоупотребления, для каждого аккаунта в течение {{PLURAL:$1|часа|$1 часов}} может быть отправлено только одно письмо сброса пароля</strong>.\";'),('ab','messages:passwordreset-success-info','s:59:\"ru:Данные, которые вы отправили: $1\";'),('ab','messages:passwordreset-text-many','s:160:\"ru:{{PLURAL:$1|Заполните одно из полей для получения временного пароля по электронной почте.}}\";'),('ab','messages:passwordreset-text-one','s:91:\"ru:Заполните эту форму, чтобы сбросить свой пароль.\";'),('ab','messages:passwordreset-username','s:29:\"ru:Имя участника:\";'),('ab','messages:passwordsent','s:268:\"ru:Новый пароль был выслан на адрес электронной почты, указанный для участника $1.\n\nПожалуйста, представьтесь системе заново после получения пароля.\";'),('ab','messages:passwordtoolong','s:116:\"ru:Пароль не может содержать более {{PLURAL:$1|1=$1 символа|$1 символов}}.\";'),('ab','messages:passwordtooshort','s:122:\"ru:Пароль должен состоять из как минимум $1 {{PLURAL:$1|символа|символов}}.\";'),('ab','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ab','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ab','messages:patrol-log-header','s:67:\"ru:Это журнал патрулированных версий.\";'),('ab','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ab','messages:patrol-log-page','s:44:\"ru:Журнал патрулирования\";'),('ab','messages:pear-mail-error','s:5:\"en:$1\";'),('ab','messages:percent','s:6:\"en:$1%\";'),('ab','messages:perfcached','s:206:\"ru:Следующие данные были взяты из кэша и могут быть устаревшими. В кэше хранится не более $1 {{PLURAL:$1|записи|записей}}.\";'),('ab','messages:perfcachedts','s:220:\"ru:Данные взяты из кэша; последний раз он обновлялся в $1. В кэше хранится не более {{PLURAL:$4|1=одной записи|$4 записи|$4 записей}}.\";'),('ab','messages:period-am','s:7:\"ru:ДП\";'),('ab','messages:period-pm','s:7:\"ru:ПП\";'),('ab','messages:permalink','s:38:\"ab:Еисымшатәи ахьарԥш\";'),('ab','messages:permanentlink','s:36:\"ru:Постоянная ссылка\";'),('ab','messages:permanentlink-revid','s:42:\"ru:Идентификатор правки\";'),('ab','messages:permanentlink-submit','s:33:\"ru:Перейти к версии\";'),('ab','messages:permanentlink-summary','s:3:\"en:\";'),('ab','messages:permissionserrors','s:39:\"ru:Ошибка прав доступа\";'),('ab','messages:permissionserrorstext','s:172:\"ru:У вас нет прав на выполнение этой операции по {{PLURAL:$1|1=следующей причине|следующим причинам}}:\";'),('ab','messages:permissionserrorstext-withaction','s:170:\"ru:У вас нет прав на выполнение действия «$2» по {{PLURAL:$1|1=следующей причине|следующим причинам}}:\";'),('ab','messages:personaltools','s:36:\"ab:Ахаҭатә маругақәа\";'),('ab','messages:php-mail-error','s:5:\"en:$1\";'),('ab','messages:php-mail-error-unknown','s:67:\"ru:Неизвестная ошибка в PHP-функции mail()\";'),('ab','messages:php-uploaddisabledtext','s:169:\"ru:Загрузка файлов отключена в настройках PHP. Пожалуйста, проверьте значение свойства file_uploads.\";'),('ab','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('ab','messages:policy-url','s:25:\"ru:Project:Правила\";'),('ab','messages:pool-errorunknown','s:38:\"ru:Неизвестная ошибка\";'),('ab','messages:pool-queuefull','s:37:\"ru:Пул запросов полон\";'),('ab','messages:pool-servererror','s:68:\"ru:Служба счётчика пула недоступна ($1).\";'),('ab','messages:pool-timeout','s:66:\"ru:Истекло время ожидания блокировки\";'),('ab','messages:poolcounter-usage-error','s:46:\"ru:Ошибка использования: $1\";'),('ab','messages:portal','s:36:\"ab:Ахәидкыла рпортал\";'),('ab','messages:portal-url','s:44:\"ab:Project:Ахеидкыла рпортал\";'),('ab','messages:post-expand-template-argument-category','s:100:\"ru:Страницы, содержащие пропущенные аргументы шаблонов\";'),('ab','messages:post-expand-template-argument-category-desc','s:256:\"ru:Страница станет больше <code>$wgMaxArticleSize</code> после раскрытия аргумента шаблона (что-нибудь в тройных фигурных скобках, например, <code>{{{Foo}}})</code>).\";'),('ab','messages:post-expand-template-argument-warning','s:296:\"ru:\'\'\'Внимание:\'\'\' эта страница содержит по крайней мере один шаблон, аргумент которого имеет слишком большой размер развёртывания.\nПодобные аргументы были опущены.\";'),('ab','messages:post-expand-template-inclusion-category','s:131:\"ru:Страницы, для которых превышен допустимый размер включаемых шаблонов\";'),('ab','messages:post-expand-template-inclusion-category-desc','s:237:\"ru:Размер страницы станет больше <code>$wgMaxArticleSize</code> после показа всех шаблонов, поэтому некоторые из них не были показаны полностью.\";'),('ab','messages:post-expand-template-inclusion-warning','s:202:\"ru:<strong>Внимание:</strong> суммарный размер включаемых шаблонов слишком велик.\nНекоторые шаблоны не будут включены.\";'),('ab','messages:postedit-confirmation-created','s:35:\"ru:Страница создана.\";'),('ab','messages:postedit-confirmation-published','s:59:\"ru:Ваша правка была опубликована.\";'),('ab','messages:postedit-confirmation-restored','s:56:\"ru:Страница была восстановлена.\";'),('ab','messages:postedit-confirmation-saved','s:42:\"ru:Ваша правка записана.\";'),('ab','messages:postedit-temp-created','s:407:\"ru:Для вас была автоматически сгенерирована учётная запись, созданная путём добавления cookie-файла в ваш браузер. Чтобы выбрать имя по своему усмотрению и получить больше возможностей, подумайте о [$1 создании учётной записи].\";'),('ab','messages:postedit-temp-created-label','s:49:\"ru:Временная учётная запись\";'),('ab','messages:powersearch-legend','s:36:\"ru:Расширенный поиск\";'),('ab','messages:powersearch-ns','s:53:\"ru:Поиск в пространствах имён:\";'),('ab','messages:powersearch-remember','s:39:\"ru:Запомнить в будущем\";'),('ab','messages:powersearch-toggleall','s:9:\"ru:Все\";'),('ab','messages:powersearch-togglelabel','s:20:\"ru:Отметить:\";'),('ab','messages:powersearch-togglenone','s:15:\"ru:Ничего\";'),('ab','messages:preferences','s:23:\"ab:Архиарақәа\";'),('ab','messages:preferences-summary','s:3:\"en:\";'),('ab','messages:prefixindex','s:71:\"ru:Указатель по началу названий страниц\";'),('ab','messages:prefixindex-namespace','s:93:\"ru:Указатель по началу страниц (пространство имён $1)\";'),('ab','messages:prefixindex-strip','s:56:\"ru:Скрыть префикс в результатах\";'),('ab','messages:prefixindex-submit','s:19:\"ru:Показать\";'),('ab','messages:prefixindex-summary','s:3:\"en:\";'),('ab','messages:prefs-advancedediting','s:32:\"ru:Общие параметры\";'),('ab','messages:prefs-advancedrc','s:44:\"ru:Расширенные настройки\";'),('ab','messages:prefs-advancedrendering','s:44:\"ru:Расширенные настройки\";'),('ab','messages:prefs-advancedsearchoptions','s:44:\"ru:Расширенные настройки\";'),('ab','messages:prefs-advancedwatchlist','s:44:\"ru:Расширенные настройки\";'),('ab','messages:prefs-changeemail','s:86:\"ru:Изменить или удалить адрес электронной почты\";'),('ab','messages:prefs-changesrc','s:42:\"ru:Показанные изменения\";'),('ab','messages:prefs-changeswatchlist','s:42:\"ru:Показанные изменения\";'),('ab','messages:prefs-common-config','s:82:\"ru:Общие CSS, JSON и JavaScript для всех тем оформления:\";'),('ab','messages:prefs-custom-css','s:29:\"ru:Собственный CSS\";'),('ab','messages:prefs-custom-js','s:36:\"ru:Собственный JavaScript\";'),('ab','messages:prefs-custom-json','s:30:\"ru:Собственный JSON\";'),('ab','messages:prefs-dateformat','s:24:\"ru:Формат даты\";'),('ab','messages:prefs-developertools','s:50:\"ru:Инструменты разработчика\";'),('ab','messages:prefs-diffs','s:30:\"ru:Разница версий\";'),('ab','messages:prefs-discussion','s:40:\"ru:Страницы обсуждения\";'),('ab','messages:prefs-displayrc','s:44:\"ru:Настройки отображения\";'),('ab','messages:prefs-displaywatchlist','s:44:\"ru:Настройки отображения\";'),('ab','messages:prefs-editing','s:31:\"ru:Редактирование\";'),('ab','messages:prefs-editor','s:19:\"ru:Редактор\";'),('ab','messages:prefs-edits','s:37:\"ru:Количество правок:\";'),('ab','messages:prefs-editwatchlist','s:55:\"ru:Изменение списка наблюдения\";'),('ab','messages:prefs-editwatchlist-clear','s:53:\"ru:Очистить список наблюдения\";'),('ab','messages:prefs-editwatchlist-edit','s:108:\"ru:Просмотр и удаление названий из вашего списка наблюдения\";'),('ab','messages:prefs-editwatchlist-label','s:84:\"ru:Изменение записей вашего списка наблюдения:\";'),('ab','messages:prefs-editwatchlist-raw','s:85:\"ru:Редактирование списка наблюдения как текста\";'),('ab','messages:prefs-email','s:55:\"ru:Параметры электронной почты\";'),('ab','messages:prefs-emailconfirm-label','s:64:\"ru:Подтверждение электронной почты:\";'),('ab','messages:prefs-files','s:19:\"ab:Афаилқәа\";'),('ab','messages:prefs-help-email','s:155:\"ru:Адрес почты не обязателен, но это единственный способ восстановить забытый пароль.\";'),('ab','messages:prefs-help-email-others','s:403:\"ru:Он также позволит другим участникам связаться с вами по электронной почте с помощью ссылки на вашей персональной странице или на вашей странице обсуждения. При этом ваш адрес электронной почты не будет никому раскрыт.\";'),('ab','messages:prefs-help-email-required','s:84:\"ru:Необходимо указать адрес электронной почты.\";'),('ab','messages:prefs-help-gender','s:315:\"ru:Этот параметр задавать необязательно.\nЗначение будет использовано для того, чтобы обращаться к вам и упоминать вас в подходящем роде.\nЭта информация будет общедоступной.\";'),('ab','messages:prefs-help-prefershttps','s:127:\"ru:Этот параметр будет применён только после повторного входа на сайт.\";'),('ab','messages:prefs-help-realname','s:230:\"ru:Вводить настоящее имя необязательно.\nЕсли вы заполните его, оно может быть использовано для указания авторства ваших работ.\";'),('ab','messages:prefs-help-recentchangescount','s:50:\"ru:Максимальное значение: 1000\";'),('ab','messages:prefs-help-requireemail','s:395:\"ru:Если этот флажок установлен, электронные письма для сброса пароля будут отправляться только в том случае, если лицо, осуществляющее сброс, указало для этой учётной записи и имя участника, и адрес электронной почты.\";'),('ab','messages:prefs-help-signature','s:243:\"ru:Комментарии на страницах обсуждений должны быть подписаны с помощью «<nowiki>~~~~</nowiki>», что будет преобразовано в вашу подпись и время.\";'),('ab','messages:prefs-help-skin-responsive','s:125:\"ru:Адаптирует макет страницы к размеру экрана мобильного устройства.\";'),('ab','messages:prefs-help-tokenmanagement','s:437:\"ru:Вы можете просмотреть и сбросить для своей учётной записи секретный ключ, который может получить доступ к веб-каналу вашего списка наблюдения. Любой, кто знает ключ, сможет прочитать ваш список наблюдения, поэтому не делитесь им ни с кем.\";'),('ab','messages:prefs-help-variant','s:163:\"ru:Предпочитаемый для отображения содержимого страниц вики вариант языка или орфография.\";'),('ab','messages:prefs-help-watchlist-token2','s:376:\"ru:Это секретный ключ для веб-канала вашего списка наблюдений.\nЛюбой, кто знает его, сможет читать ваш список наблюдения, поэтому не сообщайте его другим.\nЕсли необходимо, [[Special:ResetTokens|вы можете сбросить его]].\";'),('ab','messages:prefs-help-yourpassword','s:159:\"ru:Восстановление учётной записи включено. См. $1 для получения дополнительных настроек.\";'),('ab','messages:prefs-i18n','s:41:\"ru:Интернационализация\";'),('ab','messages:prefs-info','s:36:\"ru:Основные сведения\";'),('ab','messages:prefs-labs','s:60:\"ru:Экспериментальные возможности\";'),('ab','messages:prefs-memberingroups','s:75:\"ru:{{GENDER:$2|Член|Член}} {{PLURAL:$1|1=группы|групп}}:\";'),('ab','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('ab','messages:prefs-misc','s:34:\"ru:Другие настройки\";'),('ab','messages:prefs-namespaces','s:36:\"ru:Пространства имён\";'),('ab','messages:prefs-pageswatchlist','s:42:\"ru:Наблюдаемые страницы\";'),('ab','messages:prefs-personal','s:28:\"ru:Личные данные\";'),('ab','messages:prefs-preview','s:27:\"ru:Предпросмотр\";'),('ab','messages:prefs-rc','s:28:\"ru:Свежие правки\";'),('ab','messages:prefs-registration','s:37:\"ru:Время регистрации:\";'),('ab','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('ab','messages:prefs-rendering','s:24:\"ru:Внешний вид\";'),('ab','messages:prefs-reset-confirm','s:64:\"ru:Да, я хочу сбросить мои настройки.\";'),('ab','messages:prefs-reset-intro','s:232:\"ru:Эта страница может быть использована для сброса ваших настроек на стандартные.\nУчтите, что это действие невозможно отменить.\";'),('ab','messages:prefs-resetpass','s:32:\"ru:Изменить пароль\";'),('ab','messages:prefs-searchmisc','s:13:\"ru:Общие\";'),('ab','messages:prefs-searchoptions','s:13:\"ru:Поиск\";'),('ab','messages:prefs-setemail','s:51:\"ru:Установка адреса эл. почты\";'),('ab','messages:prefs-signature','s:25:\"ab:Анапынҵамҭа\";'),('ab','messages:prefs-signature-error-details','s:28:\"ru:Узнать больше\";'),('ab','messages:prefs-signature-highlight-error','s:61:\"ru:Показать местоположение ошибки\";'),('ab','messages:prefs-signature-invalid-disallow','s:242:\"ru:Ваша текущая подпись недействительна. Пока вы не исправите это, для ваших комментариев будет использоваться подпись по умолчанию.\";'),('ab','messages:prefs-signature-invalid-new','s:234:\"ru:Ваша текущая подпись недействительна. Хотя вы все еще можете использовать её, вы не сможете изменить её, пока не исправите это.\";'),('ab','messages:prefs-signature-invalid-warning','s:117:\"ru:Ваша подпись может вызвать проблемы у некоторых инструментов.\";'),('ab','messages:prefs-skin','s:32:\"ru:Тема оформления\";'),('ab','messages:prefs-skin-prefs','s:30:\"ru:Настройки темы\";'),('ab','messages:prefs-skin-responsive','s:51:\"ru:Включить адаптивный режим\";'),('ab','messages:prefs-tabs-navigation-hint','s:200:\"ru:Совет: Вы можете использовать клавиши стрелок влево и вправо для перехода между вкладками в списке вкладок.\";'),('ab','messages:prefs-timeoffset','s:51:\"ru:Смещение поясного времени\";'),('ab','messages:prefs-tokenwatchlist','s:13:\"ru:Токен\";'),('ab','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ab','messages:prefs-user-downloaddata-info','s:83:\"ru:Данные моей учётной записи из этого проекта\";'),('ab','messages:prefs-user-downloaddata-label','s:60:\"ru:Доступ к данным учётной записи:\";'),('ab','messages:prefs-user-pages','s:38:\"ru:Страницы участника\";'),('ab','messages:prefs-user-restoreprefs-info','s:110:\"ru:Восстановить все настройки по умолчанию (во всех разделах)\";'),('ab','messages:prefs-user-restoreprefs-label','s:39:\"ru:Сбросить настройки:\";'),('ab','messages:prefs-vector-enable-vector-1-help','s:581:\"ru:В течение следующих нескольких лет мы постепенно будем обновлять «Векторную» тему оформления. Прежняя версия темы оформления «Векторная» позволит вам видеть старую версию «Векторной» (по состоянию на декабрь 2019 года). Чтобы узнать больше об обновлениях, перейдите на [[mw:Reading/Web/Desktop_Improvements|страницу нашего проекта]].\";'),('ab','messages:prefs-vector-enable-vector-1-label','s:104:\"ru:Использовать Векторную тему оформления прежней версии\";'),('ab','messages:prefs-watchlist','s:36:\"ru:Список наблюдения\";'),('ab','messages:prefs-watchlist-days','s:33:\"ru:Количество дней:\";'),('ab','messages:prefs-watchlist-days-max','s:51:\"ru:Не более $1 {{PLURAL:$1|дня|дней}}\";'),('ab','messages:prefs-watchlist-edits','s:119:\"ru:Максимальное количество правок для показа в списке наблюдения:\";'),('ab','messages:prefs-watchlist-edits-max','s:46:\"ru:Наибольшее значение: 1000\";'),('ab','messages:prefs-watchlist-managetokens','s:40:\"ru:Управление токенами\";'),('ab','messages:prefs-watchlist-token','s:48:\"ru:Токен списка наблюдения:\";'),('ab','messages:prefsnologintext2','s:88:\"ru:Пожалуйста, войдите, чтобы изменить настройки.\";'),('ab','messages:prev-page','s:40:\"ru:Предыдущая страница\";'),('ab','messages:preview','s:29:\"ab:Азԥхьахәаԥшра\";'),('ab','messages:previewconflict','s:254:\"ru:Этот предварительный просмотр отражает текст в верхнем окне редактирования так, как он будет выглядеть, если вы решите опубликовать его.\";'),('ab','messages:previewerrortext','s:114:\"ru:Произошла ошибка при попытке предпросмотра ваших изменений.\";'),('ab','messages:previewnote','s:172:\"ru:<strong>Помните, что это только предпросмотр.</strong>\nВаши изменения пока что не были опубликованы!\";'),('ab','messages:previousdiff','s:46:\"ab:← Аредакциазура аиҳабы\";'),('ab','messages:previousrevision','s:36:\"ab:← Аревизиа аиҳабы\";'),('ab','messages:prevn','s:36:\"ab:аԥхьатәи {{PLURAL:$1|$1}}\";'),('ab','messages:prevn-title','s:129:\"ru:{{PLURAL:$1|Предыдущая $1 запись|Предыдущие $1 записи|Предыдущие $1 записей}}\";'),('ab','messages:prevpage','s:45:\"ru:Предыдущая страница ($1)\";'),('ab','messages:print','s:15:\"ru:Печать\";'),('ab','messages:print.css','s:116:\"ru:/* Размещённый здесь CSS будет применяться к версии для печати */\";'),('ab','messages:printableversion','s:40:\"ab:Акьыԥхьразы аверсиа\";'),('ab','messages:printableversion-deprecated-warning','s:319:\"ru:Версия для печати больше не поддерживается и может содержать ошибки обработки. Обновите закладки браузера и используйте вместо этого функцию печати браузера по умолчанию.\";'),('ab','messages:privacy','s:52:\"ab:Аконфиденциалтә аполитика\";'),('ab','messages:privacypage','s:60:\"ab:Project:Аконфиденциалтә аполитика\";'),('ab','messages:prot_1movedto2','s:46:\"ru:[[$1]] переименована в [[$2]]\";'),('ab','messages:protect','s:19:\"ru:Защитить\";'),('ab','messages:protect-badnamespace-text','s:108:\"ru:Страницы в этом пространстве имён не могут быть защищены.\";'),('ab','messages:protect-badnamespace-title','s:61:\"ru:Незащищаемое пространство имён\";'),('ab','messages:protect-cantedit','s:189:\"ru:Вы не можете изменить настройки защиты этой страницы, потому что у вас нет прав для её редактирования.\";'),('ab','messages:protect-cascade','s:119:\"ru:Защищать страницы, включённые в эту страницу (каскадная защита)\";'),('ab','messages:protect-cascadeon','s:463:\"ru:Данная страница сейчас защищена в связи с тем, что она включена в {{PLURAL:$1|1=указанную ниже страницу, для которой|нижеследующие страницы, для которых}} установлена каскадная защита.\nИзменения настроек защиты этой страницы не повлияет на каскадную защиту.\";'),('ab','messages:protect-default','s:22:\"ru:Без защиты\";'),('ab','messages:protect-dropdown','s:183:\"ru:* Типовые причины защиты\n** частый вандализм\n** чрезмерный спам\n** война правок\n** популярная страница\";'),('ab','messages:protect-edit-reasonlist','s:43:\"ru:Править список причин\";'),('ab','messages:protect-existing-expiry','s:55:\"ru:Текущее время окончания: $2, $3\";'),('ab','messages:protect-existing-expiry-infinity','s:67:\"ru:Текущее время окончания: бессрочно\";'),('ab','messages:protect-expiring','s:28:\"ru:истекает $1 (UTC)\";'),('ab','messages:protect-expiring-local','s:22:\"ru:истекает $1\";'),('ab','messages:protect-expiry-indefinite','s:21:\"ru:бессрочно\";'),('ab','messages:protect-expiry-options','s:195:\"ru:1 час:1 hour,1 день:1 day,1 неделя:1 week,2 недели:2 weeks,1 месяц:1 month,3 месяца:3 months,6 месяцев:6 months,1 год:1 year,бессрочно:infinite\";'),('ab','messages:protect-fallback','s:80:\"ru:Разрешено только участникам с правами «$1»\";'),('ab','messages:protect-legend','s:74:\"ru:Подтвердите установку защиты страницы\";'),('ab','messages:protect-level-autoconfirmed','s:92:\"ru:Разрешено только автоподтверждённым участникам\";'),('ab','messages:protect-level-sysop','s:65:\"ru:Разрешено только администраторам\";'),('ab','messages:protect-locked-access','s:231:\"ru:У вашей учётной записи недостаточно прав для изменения настроек защиты страницы.\nТекущие настройки для страницы <strong>$1</strong>:\";'),('ab','messages:protect-locked-blocked','s:245:\"ru:Вы не можете изменять настройки защиты страницы, пока ваша учётная запись заблокирована.\nТекущие установки для страницы <strong>$1</strong>:\";'),('ab','messages:protect-locked-dblock','s:254:\"ru:Настройки защиты не могут быть изменены, так как основная база данных временно заблокирована.\nТекущие установки для страницы <strong>$1</strong>:\";'),('ab','messages:protect-norestrictiontypes-text','s:158:\"ru:Эта страница не может быть защищена, так как для неё нет доступных типов ограничений.\";'),('ab','messages:protect-norestrictiontypes-title','s:44:\"ru:Незащищаемая страница\";'),('ab','messages:protect-otherreason','s:52:\"ru:Другая причина/дополнение:\";'),('ab','messages:protect-otherreason-op','s:30:\"ru:Другая причина\";'),('ab','messages:protect-othertime','s:27:\"ru:Другое время:\";'),('ab','messages:protect-othertime-op','s:26:\"ru:другое время\";'),('ab','messages:protect-summary-cascade','s:21:\"ru:каскадная\";'),('ab','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('ab','messages:protect-text','s:151:\"ru:Здесь вы можете просмотреть и изменить настройки защиты для страницы <strong>$1</strong>.\";'),('ab','messages:protect-title','s:65:\"ru:Изменение настроек защиты для «$1»\";'),('ab','messages:protect-title-notallowed','s:56:\"ru:Просмотр настроек защиты «$1»\";'),('ab','messages:protect-unchain-permissions','s:78:\"ru:Открыть дополнительные параметры защиты\";'),('ab','messages:protect_change','s:19:\"ru:изменить\";'),('ab','messages:protect_expiry_invalid','s:71:\"ru:Неправильное время окончания защиты.\";'),('ab','messages:protect_expiry_old','s:55:\"ru:Время окончания — в прошлом.\";'),('ab','messages:protectcomment','s:18:\"ru:Причина:\";'),('ab','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ab','messages:protectedarticle-comment','s:58:\"ru:Защитил{{GENDER:$2||а}} страницу [[$1]]\";'),('ab','messages:protectedinterface','s:480:\"ru:Эта страница содержит интерфейсное сообщение программного обеспечения. Во избежание вандализма её изменение запрещено.\nЧтобы добавить или изменить перевод этого сообщения во всех вики, пожалуйста, используйте сайт локализации MediaWiki [https://translatewiki.net/ translatewiki.net]\";'),('ab','messages:protectedpage','s:40:\"ru:Защищённая страница\";'),('ab','messages:protectedpagemovewarning','s:320:\"ru:\'\'\'Предупреждение. Эта страница была защищена; переименовать её могут только участники с полномочиями администратора.\'\'\'\nНиже для справки приведена последняя запись журнала:\";'),('ab','messages:protectedpages','s:40:\"ru:Защищённые страницы\";'),('ab','messages:protectedpages-cascade','s:47:\"ru:Только каскадная защита\";'),('ab','messages:protectedpages-expiry','s:19:\"ru:Истекает\";'),('ab','messages:protectedpages-filters','s:18:\"ru:Фильтры:\";'),('ab','messages:protectedpages-indef','s:49:\"ru:Только бессрочная защита\";'),('ab','messages:protectedpages-noredirect','s:46:\"ru:Скрыть перенаправления\";'),('ab','messages:protectedpages-page','s:19:\"ru:Страница\";'),('ab','messages:protectedpages-params','s:34:\"ru:Параметры защиты\";'),('ab','messages:protectedpages-performer','s:34:\"ru:Защита участника\";'),('ab','messages:protectedpages-reason','s:17:\"ru:Причина\";'),('ab','messages:protectedpages-submit','s:36:\"ru:Показать страницы\";'),('ab','messages:protectedpages-summary','s:322:\"ru:На этой странице перечислены существующие страницы, которые в настоящее время защищены. Для списка названий, которые защищены от создания, см. [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ab','messages:protectedpages-timestamp','s:22:\"ru:Дата/время\";'),('ab','messages:protectedpages-unknown-performer','s:42:\"ru:Неизвестный участник\";'),('ab','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ab','messages:protectedpages-unknown-timestamp','s:23:\"ru:Неизвестно\";'),('ab','messages:protectedpagesempty','s:127:\"ru:В настоящий момент нет защищённых страниц с указанными параметрами\";'),('ab','messages:protectedpagetext','s:172:\"ru:Эта страница защищена для предотвращения её редактирования или совершений других действий.\";'),('ab','messages:protectedpagewarning','s:335:\"ru:\'\'\'Предупреждение. Эта страница защищена от изменений, её могут редактировать только участники с полномочиями администратора.\'\'\'\nНиже для справки приведена последняя запись журнала:\";'),('ab','messages:protectedtitles','s:40:\"ru:Защищённые названия\";'),('ab','messages:protectedtitles-submit','s:38:\"ru:Показать заголовки\";'),('ab','messages:protectedtitles-summary','s:318:\"ru:На этой странице перечислены названия, которые защищены от создания. Для списка существующих страниц, которые в настоящее время защищены, см. [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ab','messages:protectedtitlesempty','s:130:\"ru:В настоящий момент нет защищённых названий с указанными параметрами.\";'),('ab','messages:protectexpiry','s:20:\"ru:Истекает:\";'),('ab','messages:protectlogpage','s:28:\"ru:Журнал защиты\";'),('ab','messages:protectlogtext','s:261:\"ru:Ниже приведён журнал изменений защиты страницы.\nВы можете также просмотреть [[Special:ProtectedPages|список страниц, которые в данный момент защищены]].\";'),('ab','messages:protectpage','s:36:\"ru:Защитить страницу\";'),('ab','messages:protectpage-summary','s:3:\"en:\";'),('ab','messages:proxyblocker','s:36:\"ru:Блокировка прокси\";'),('ab','messages:proxyblockreason','s:362:\"ru:Ваш IP-адрес заблокирован потому, что это открытый прокси-сервер. Пожалуйста, свяжитесь со своиим интернет-провайдером или службой поддержки, и сообщите им об этой серьёзной проблеме безопасности.\";'),('ab','messages:pt-createaccount','s:55:\"ab:Аҳасабрбатә нҵамҭа аԥҵатәуп\";'),('ab','messages:pt-login','s:21:\"ab:Иҭалатәуп\";'),('ab','messages:pt-login-button','s:21:\"ab:Иҭалатәуп\";'),('ab','messages:pt-login-continue-button','s:53:\"ru:Продолжить процедуру входа\";'),('ab','messages:pt-userlogout','s:13:\"ru:Выйти\";'),('ab','messages:publishchanges','s:34:\"ab:Адаҟьа иԥсахтәуп\";'),('ab','messages:publishchanges-start','s:37:\"ab:Адаҟьа иԥсахтәуп…\";'),('ab','messages:publishpage','s:32:\"ab:Адаҟьа аԥҵатәуп\";'),('ab','messages:publishpage-start','s:35:\"ab:Адаҟьа аԥҵатәуп…\";'),('ab','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ab','messages:purge','s:19:\"ru:Очистить\";'),('ab','messages:purge-summary','s:3:\"en:\";'),('ab','messages:querypage-disabled','s:117:\"ru:Эта спецстраница отключена для повышения производительности.\";'),('ab','messages:querypage-no-updates','s:175:\"ru:Обновление этой страницы сейчас отключено.\nПредставленные здесь данные не будут обновляться.\";'),('ab','messages:querypage-updates-periodical','s:105:\"ru:Обновления для этой страницы выполняются периодически.\";'),('ab','messages:quotation-marks','s:9:\"ru:«$1»\";'),('ab','messages:randomincategory','s:60:\"ru:Случайная страница в категории\";'),('ab','messages:randomincategory-category','s:22:\"ru:Категория:\";'),('ab','messages:randomincategory-invalidcategory','s:55:\"ru:Категории «$1» не существует.\";'),('ab','messages:randomincategory-legend','s:60:\"ru:Случайная страница в категории\";'),('ab','messages:randomincategory-nopages','s:64:\"ru:Нет страниц в категории [[:Category:$1]].\";'),('ab','messages:randomincategory-submit','s:17:\"ru:Перейти\";'),('ab','messages:randompage','s:38:\"ab:Машәырлатәи аҩымҭа\";'),('ab','messages:randompage-nopages','s:196:\"ru:В {{PLURAL:$2|1=следующем пространстве имён отсутствуют страницы|следующих пространствах имён нет страниц}}: $1.\";'),('ab','messages:randompage-url','s:17:\"en:Special:Random\";'),('ab','messages:randomredirect','s:52:\"ru:Случайное перенаправление\";'),('ab','messages:randomredirect-nopages','s:97:\"ru:Пространство имён «$1» не содержит перенаправлений.\";'),('ab','messages:randomrootpage','s:55:\"ru:Случайная корневая страница\";'),('ab','messages:range_block_disabled','s:95:\"ru:Администраторам запрещено блокировать диапазоны.\";'),('ab','messages:rawhtml-notallowed','s:133:\"ru:&lt;html&gt; теги могут быть использованы только в пределах обычных страниц.\";'),('ab','messages:rawmessage','s:5:\"en:$1\";'),('ab','messages:rc-change-size','s:5:\"en:$1\";'),('ab','messages:rc-change-size-new','s:92:\"ru:Размер после изменения: $1 {{PLURAL:$1|байт|байта|байт}}\";'),('ab','messages:rc-old-title','s:62:\"ru:первоначально созданная как «$1»\";'),('ab','messages:rcfilters-activefilters','s:34:\"ru:Активные фильтры\";'),('ab','messages:rcfilters-activefilters-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcfilters-activefilters-hide-tooltip','s:64:\"ru:Скрыть область активных фильтров\";'),('ab','messages:rcfilters-activefilters-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcfilters-activefilters-show-tooltip','s:68:\"ru:Показать область активных фильтров\";'),('ab','messages:rcfilters-advancedfilters','s:40:\"ru:Расширенные фильтры\";'),('ab','messages:rcfilters-allcontents-label','s:43:\"ru:Все пространства имён\";'),('ab','messages:rcfilters-alldiscussions-label','s:30:\"ru:Все обсуждения\";'),('ab','messages:rcfilters-clear-all-filters','s:41:\"ru:Очистить все фильтры\";'),('ab','messages:rcfilters-date-popup-title','s:50:\"ru:Период времени для поиска\";'),('ab','messages:rcfilters-days-show-days','s:44:\"ru:$1 {{PLURAL:$1|день|дня|дней}}\";'),('ab','messages:rcfilters-days-show-hours','s:46:\"ru:$1 {{PLURAL:$1|час|часа|часов}}\";'),('ab','messages:rcfilters-days-title','s:28:\"ru:Последние дни\";'),('ab','messages:rcfilters-empty-filter','s:90:\"ru:Нет активных фильтров. Показываются все правки.\";'),('ab','messages:rcfilters-exclude-button-off','s:40:\"ru:Исключить выбранное\";'),('ab','messages:rcfilters-exclude-button-on','s:44:\"ru:Исключение выбранного\";'),('ab','messages:rcfilters-filter-bots-description','s:116:\"ru:Правки, сделанные с помощью автоматизированных инструментов.\";'),('ab','messages:rcfilters-filter-bots-label','s:9:\"ru:Бот\";'),('ab','messages:rcfilters-filter-categorization-description','s:112:\"ru:Записи о страницах, добавленных или удалённых из категорий.\";'),('ab','messages:rcfilters-filter-categorization-label','s:40:\"ru:Изменения категорий\";'),('ab','messages:rcfilters-filter-editsbyother-description','s:69:\"ru:Все правки, кроме ваших собственных.\";'),('ab','messages:rcfilters-filter-editsbyother-label','s:60:\"ru:Изменения от других участников\";'),('ab','messages:rcfilters-filter-editsbyself-description','s:21:\"ru:Ваш вклад.\";'),('ab','messages:rcfilters-filter-editsbyself-label','s:49:\"ru:Внесённые вами изменения\";'),('ab','messages:rcfilters-filter-excluded','s:21:\"ru:Исключено\";'),('ab','messages:rcfilters-filter-humans-description','s:59:\"ru:Правки, внесённые редакторами.\";'),('ab','messages:rcfilters-filter-humans-label','s:31:\"ru:Человек (не бот)\";'),('ab','messages:rcfilters-filter-lastrevision-description','s:87:\"ru:Только самое последнее изменение на странице.\";'),('ab','messages:rcfilters-filter-lastrevision-label','s:30:\"ru:Текущая версия\";'),('ab','messages:rcfilters-filter-logactions-description','s:167:\"ru:Административные действия, создания учётных записей, удаления страниц, загрузки файлов…\";'),('ab','messages:rcfilters-filter-logactions-label','s:50:\"ru:Протоколируемые действия\";'),('ab','messages:rcfilters-filter-major-description','s:61:\"ru:Правки, не помеченные как малые.\";'),('ab','messages:rcfilters-filter-major-label','s:30:\"ru:Обычные правки\";'),('ab','messages:rcfilters-filter-minor-description','s:56:\"ru:Правки, помеченные как малые.\";'),('ab','messages:rcfilters-filter-minor-label','s:26:\"ru:Малые правки\";'),('ab','messages:rcfilters-filter-newpages-description','s:84:\"ru:Правки, приводящие к созданию новых страниц.\";'),('ab','messages:rcfilters-filter-newpages-label','s:34:\"ru:Создания страниц\";'),('ab','messages:rcfilters-filter-pageedits-description','s:100:\"ru:Правки содержимого, обсуждений, описания категорий…\";'),('ab','messages:rcfilters-filter-pageedits-label','s:32:\"ru:Правки страницы\";'),('ab','messages:rcfilters-filter-previousrevision-description','s:88:\"ru:Все правки, не являющиеся «последней версией».\";'),('ab','messages:rcfilters-filter-previousrevision-label','s:39:\"ru:Не последняя версия\";'),('ab','messages:rcfilters-filter-reviewstatus-auto-description','s:158:\"ru:Правки опытных участников, которые автоматически помечаются как отпатрулированные.\";'),('ab','messages:rcfilters-filter-reviewstatus-auto-label','s:37:\"ru:Автопатрулируемые\";'),('ab','messages:rcfilters-filter-reviewstatus-manual-description','s:95:\"ru:Правки, вручную помеченные как отпатрулированные.\";'),('ab','messages:rcfilters-filter-reviewstatus-manual-label','s:52:\"ru:Отпатрулированные вручную\";'),('ab','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:134:\"ru:Правки, не помеченные вручную или автоматически как отпатрулированные.\";'),('ab','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:37:\"ru:Непатрулированные\";'),('ab','messages:rcfilters-filter-showlinkedfrom-label','s:99:\"ru:Показать правки на страницах, на которые ссылается…\";'),('ab','messages:rcfilters-filter-showlinkedfrom-option-label','s:95:\"ru:<strong>Страницы, на которые ссылается</strong> выбранная\";'),('ab','messages:rcfilters-filter-showlinkedto-label','s:99:\"ru:Показать правки на страницах, которые ссылаются на…\";'),('ab','messages:rcfilters-filter-showlinkedto-option-label','s:84:\"ru:<strong>Страницы, ссылающиеся</strong> на выбранную\";'),('ab','messages:rcfilters-filter-user-experience-level-experienced-description','s:135:\"ru:Зарегистрированные редакторы с более чем 500 правок и 30 днями активности.\";'),('ab','messages:rcfilters-filter-user-experience-level-experienced-label','s:42:\"ru:Опытные пользователи\";'),('ab','messages:rcfilters-filter-user-experience-level-learner-description','s:201:\"ru:Зарегистрированные редакторы, чей опыт находится где-то между уровнями «Новичок» и «Опытные пользователи».\";'),('ab','messages:rcfilters-filter-user-experience-level-learner-label','s:19:\"ru:Учащиеся\";'),('ab','messages:rcfilters-filter-user-experience-level-newcomer-description','s:136:\"ru:Зарегистрированные редакторы, у которых менее 10 правок или 4 дней работы.\";'),('ab','messages:rcfilters-filter-user-experience-level-newcomer-label','s:17:\"ru:Новички\";'),('ab','messages:rcfilters-filter-user-experience-level-registered-description','s:39:\"ru:Вошедшие редакторы.\";'),('ab','messages:rcfilters-filter-user-experience-level-registered-label','s:39:\"ru:Зарегистрированные\";'),('ab','messages:rcfilters-filter-user-experience-level-unregistered-description','s:72:\"ru:Редакторы, которые не вошли в систему.\";'),('ab','messages:rcfilters-filter-user-experience-level-unregistered-label','s:43:\"ru:Незарегистрированные\";'),('ab','messages:rcfilters-filter-watchlist-notwatched-description','s:113:\"ru:Всё, исключая правки со страниц из вашего списка наблюдения.\";'),('ab','messages:rcfilters-filter-watchlist-notwatched-label','s:46:\"ru:Нет в списке наблюдения\";'),('ab','messages:rcfilters-filter-watchlist-watched-description','s:85:\"ru:Изменения страниц в вашем списке наблюдения.\";'),('ab','messages:rcfilters-filter-watchlist-watched-label','s:39:\"ru:В списке наблюдения\";'),('ab','messages:rcfilters-filter-watchlist-watchednew-description','s:170:\"ru:Правки на страницах из вашего списка наблюдения, которые вы не просмотрели с их совершения.\";'),('ab','messages:rcfilters-filter-watchlist-watchednew-label','s:69:\"ru:Новые изменения в списке наблюдения\";'),('ab','messages:rcfilters-filter-watchlistactivity-seen-description','s:142:\"ru:Правки на страницах, которые вы видели с тех пор, как были внесены изменения.\";'),('ab','messages:rcfilters-filter-watchlistactivity-seen-label','s:48:\"ru:Просмотренные изменения\";'),('ab','messages:rcfilters-filter-watchlistactivity-unseen-description','s:147:\"ru:Правки на страницах, которые вы не видели с тех пор, как были внесены изменения.\";'),('ab','messages:rcfilters-filter-watchlistactivity-unseen-label','s:52:\"ru:Непросмотренные изменения\";'),('ab','messages:rcfilters-filtergroup-authorship','s:34:\"ru:Авторство правок\";'),('ab','messages:rcfilters-filtergroup-automated','s:52:\"ru:Автоматизированные вклады\";'),('ab','messages:rcfilters-filtergroup-changetype','s:28:\"ru:Тип изменения\";'),('ab','messages:rcfilters-filtergroup-lastrevision','s:34:\"ru:Последние версии\";'),('ab','messages:rcfilters-filtergroup-reviewstatus','s:32:\"ru:Статус проверки\";'),('ab','messages:rcfilters-filtergroup-significance','s:19:\"ru:Значение\";'),('ab','messages:rcfilters-filtergroup-user-experience-level','s:63:\"ru:Регистрация участника и его опыт\";'),('ab','messages:rcfilters-filtergroup-watchlist','s:56:\"ru:Страницы в списке наблюдения\";'),('ab','messages:rcfilters-filtergroup-watchlistactivity','s:60:\"ru:Активность в списке наблюдения\";'),('ab','messages:rcfilters-filterlist-noresults','s:37:\"ru:Фильтры не найдены\";'),('ab','messages:rcfilters-filterlist-title','s:17:\"ru:Фильтры\";'),('ab','messages:rcfilters-filterlist-whatsthis','s:34:\"ru:Как это работает?\";'),('ab','messages:rcfilters-group-results-by-page','s:70:\"ru:Группировать результаты по странице\";'),('ab','messages:rcfilters-hideminor-conflicts-typeofchange','s:234:\"ru:Определённые типы правок не могут быть названы «малыми», поэтому этот фильтр конфликтует со следующим фильтром типа правок: $1\";'),('ab','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:364:\"ru:Фильтр \"малые правки\" конфликтует с одним или несколькими фильтрами, поскольку некоторые типы правок не могут быть названы малыми. Конфликтные фильтры отмечены вверху, в области Активных фильтров.\";'),('ab','messages:rcfilters-highlightbutton-title','s:40:\"ru:Выделить результаты\";'),('ab','messages:rcfilters-highlighted-filters-list','s:27:\"ru:Подсвечено: $1\";'),('ab','messages:rcfilters-highlightmenu-help','s:85:\"ru:Выберите цвет, чтобы подсветить это свойство\";'),('ab','messages:rcfilters-highlightmenu-title','s:28:\"ru:Выберите цвет\";'),('ab','messages:rcfilters-hours-title','s:30:\"ru:Последние часы\";'),('ab','messages:rcfilters-invalid-filter','s:40:\"ru:Недопустимый фильтр\";'),('ab','messages:rcfilters-legend-heading','s:60:\"ru:<strong>Список сокращений:&nbsp;</strong>\";'),('ab','messages:rcfilters-limit-and-date-label','s:80:\"ru:$1 {{PLURAL:$1|изменение|изменения|изменений}}, $2\";'),('ab','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:124:\"ru:Фильтровать результаты по количеству изменений и периоду времени\";'),('ab','messages:rcfilters-limit-title','s:43:\"ru:Результаты для показа\";'),('ab','messages:rcfilters-liveupdates-button','s:48:\"ru:Обновлять автоматически\";'),('ab','messages:rcfilters-liveupdates-button-title-off','s:99:\"ru:Показывать новые изменения сразу после их появления\";'),('ab','messages:rcfilters-liveupdates-button-title-on','s:71:\"ru:Отключить автоматические обновления\";'),('ab','messages:rcfilters-noresults-conflict','s:106:\"ru:Результатов не найдено из-за конфликта критериев поиска\";'),('ab','messages:rcfilters-other-review-tools','s:55:\"ru:Другие инструменты проверки\";'),('ab','messages:rcfilters-preference-help','s:266:\"ru:Загружает [[{{#special:RecentChanges}}|свежие правки]] и  [[{{#special:RecentChangesLinked}}|связанные правки]] без поиска по фильтрам или возможности подсветки результатов.\";'),('ab','messages:rcfilters-preference-label','s:64:\"ru:Использовать интерфейс без JavaScript\";'),('ab','messages:rcfilters-quickfilters','s:40:\"ru:Сохранённые фильтры\";'),('ab','messages:rcfilters-quickfilters-placeholder-description','s:225:\"ru:Чтобы сохранить настройки фильтра и использовать их позже, нажмите на значок закладки в области «Активные фильтры» ниже.\";'),('ab','messages:rcfilters-quickfilters-placeholder-title','s:56:\"ru:Сохранённых фильтров ещё нет\";'),('ab','messages:rcfilters-restore-default-filters','s:66:\"ru:Восстановить фильтры по умолчанию\";'),('ab','messages:rcfilters-savedqueries-add-new-title','s:70:\"ru:Сохранить текущие настройки фильтра\";'),('ab','messages:rcfilters-savedqueries-already-saved','s:171:\"ru:Эти фильтры уже сохранены. Измените свои настройки, чтобы создать новый Сохранённый фильтр.\";'),('ab','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:54:\"ru:Создать фильтр по умолчанию\";'),('ab','messages:rcfilters-savedqueries-apply-label','s:30:\"ru:Создать фильтр\";'),('ab','messages:rcfilters-savedqueries-cancel-label','s:22:\"ab:Мап ацәкра\";'),('ab','messages:rcfilters-savedqueries-defaultlabel','s:40:\"ru:Сохранённые фильтры\";'),('ab','messages:rcfilters-savedqueries-new-name-label','s:9:\"ru:Имя\";'),('ab','messages:rcfilters-savedqueries-new-name-placeholder','s:41:\"ru:Опишите цель фильтра\";'),('ab','messages:rcfilters-savedqueries-remove','s:17:\"ru:Удалить\";'),('ab','messages:rcfilters-savedqueries-rename','s:29:\"ru:Переименовать\";'),('ab','messages:rcfilters-savedqueries-setdefault','s:47:\"ru:Установить по умолчанию\";'),('ab','messages:rcfilters-savedqueries-unsetdefault','s:58:\"ru:Удалить значение по умолчанию\";'),('ab','messages:rcfilters-search-placeholder','s:133:\"ru:Фильтровать изменения (используйте меню или ищите по названию фильтра)\";'),('ab','messages:rcfilters-search-placeholder-mobile','s:17:\"ru:Фильтры\";'),('ab','messages:rcfilters-show-new-changes','s:62:\"ru:Последние изменения, начиная с $1\";'),('ab','messages:rcfilters-state-message-fullcoverage','s:292:\"ru:Выбор всех фильтров в этой группе — это то же самое, что и отсутствие какого-либо выбора, поэтому данный фильтр не имеет никакого эффекта. Включённые группы: $1\";'),('ab','messages:rcfilters-state-message-subset','s:339:\"ru:Фильтр не будет иметь эффекта, поскольку его результаты включены в {{PLURAL:$2|следующий более широкий фильтр|следующие более широкие фильтры}} (попробуйте подсвечивание для различения): $1\";'),('ab','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ab','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"ru:<strong>:not</strong> $1\";'),('ab','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ab','messages:rcfilters-tag-remove','s:22:\"ru:Удалить \'$1\'\";'),('ab','messages:rcfilters-target-page-placeholder','s:69:\"ru:Введите имя страницы (или категории)\";'),('ab','messages:rcfilters-typeofchange-conflicts-hideminor','s:221:\"ru:Этот фильтр типа правок конфликтует с фильтром малых правок. Определённые типы правок не могут быть отмечены «малыми».\";'),('ab','messages:rcfilters-view-namespaces-tooltip','s:79:\"ru:Результаты фильтра по пространствам имён\";'),('ab','messages:rcfilters-view-return-to-default-tooltip','s:65:\"ru:Вернуться в главное меню фильтров\";'),('ab','messages:rcfilters-view-tags','s:33:\"ru:Правки с метками\";'),('ab','messages:rcfilters-view-tags-help-icon-tooltip','s:57:\"ru:Подробнее о правках с метками\";'),('ab','messages:rcfilters-view-tags-tooltip','s:90:\"ru:Фильтровать результаты, используя метки правок\";'),('ab','messages:rcfilters-watchlist-edit-watchlist-button','s:58:\"ru:Править ваш список наблюдения\";'),('ab','messages:rcfilters-watchlist-markseen-button','s:79:\"ru:Отметить все изменения как просмотренные\";'),('ab','messages:rcfilters-watchlist-preference-help','s:196:\"ru:Загружает [[{{#special:Watchlist}}|список наблюдения]] без поиска по фильтрам или возможности подсветки результатов\";'),('ab','messages:rcfilters-watchlist-preference-label','s:64:\"ru:Использовать интерфейс без JavaScript\";'),('ab','messages:rcfilters-watchlist-showupdated','s:274:\"ru:Изменения страниц, которые вы не посещали с того момента, как они изменились, выделены <strong>полужирным</strong> шрифтом и отмечены заполненным маркером.\";'),('ab','messages:rclinks','s:107:\"ru:Показать последние $1 изменений за $2 {{PLURAL:$2|день|дня|дней}}\";'),('ab','messages:rclistfrom','s:48:\"ru:Показать изменения с $3 $2.\";'),('ab','messages:rclistfromreset','s:39:\"ru:Сбросить выбор даты\";'),('ab','messages:rcnotefrom','s:184:\"ru:Ниже {{PLURAL:$5|указано изменение|перечислены изменения}} с <strong>$3, $4</strong> (показано не более <strong>$1</strong>).\";'),('ab','messages:rcpatroldisabled','s:88:\"ru:Патрулирование последних изменений запрещено\";'),('ab','messages:rcpatroldisabledtext','s:145:\"ru:Возможность патрулирования последних изменений в настоящее время отключена.\";'),('ab','messages:rcshowhideanons','s:45:\"ru:$1 анонимных участников\";'),('ab','messages:rcshowhideanons-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhideanons-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcshowhidebots','s:20:\"ab:$1 аботқәа\";'),('ab','messages:rcshowhidebots-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhidebots-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcshowhidecategorization','s:47:\"ru:$1 категоризацию страниц\";'),('ab','messages:rcshowhidecategorization-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhidecategorization-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcshowhideliu','s:63:\"ru:$1 зарегистрированных участников\";'),('ab','messages:rcshowhideliu-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhideliu-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcshowhidemine','s:28:\"ab:$1 сырҽеирақәа\";'),('ab','messages:rcshowhidemine-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhidemine-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcshowhideminor','s:45:\"ab:$1 аредакциазура маҷқәа\";'),('ab','messages:rcshowhideminor-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhideminor-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:rcshowhidepatr','s:41:\"ab:$1 игәаҭоу арҽеирақәа\";'),('ab','messages:rcshowhidepatr-hide','s:21:\"ab:Иҵәахтәуп\";'),('ab','messages:rcshowhidepatr-show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:readonly','s:67:\"ru:Запись в базу данных заблокирована\";'),('ab','messages:readonly_lag','s:240:\"ru:База данных автоматически заблокирована от изменений на время, пока сервера с копией базы данных не синхронизируются с основным.\";'),('ab','messages:readonlytext','s:504:\"ru:Добавление новых статей и другие изменения базы данных сейчас заблокированы, вероятно, в связи с плановым обслуживанием (по окончании которого состояние должно быть возвращено к нормальному).\n\nСистемный администратор, заблокировавший базу, оставил следующее объяснение: $1\";'),('ab','messages:readonlywarning','s:599:\"ru:<strong>Предупреждение: База данных заблокирована в связи с процедурами обслуживания, поэтому вы не можете опубликовать ваши правки прямо сейчас.</strong>\nВозможно, вам следует скопировать этот текст в текстовый файл и сохранить его на будущее.\n\nСистемный администратор, заблокировавший базу данных, оставил следующее объяснение: $1\";'),('ab','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ab','messages:recentchanges','s:30:\"ab:Арҽеира ҿыцқәа\";'),('ab','messages:recentchanges-feed-description','s:78:\"ru:Отслеживание последних изменений в вики.\";'),('ab','messages:recentchanges-label-bot','s:41:\"ru:Правка сделана ботом\";'),('ab','messages:recentchanges-label-minor','s:57:\"ru:Малая (незначительная) правка\";'),('ab','messages:recentchanges-label-newpage','s:60:\"ru:Правкой создана новая страница\";'),('ab','messages:recentchanges-label-plusminus','s:69:\"ru:Изменение размера страницы в байтах\";'),('ab','messages:recentchanges-label-unpatrolled','s:76:\"ru:Эта правка ещё никем не патрулировалась\";'),('ab','messages:recentchanges-legend','s:47:\"ru:Настройки свежих правок\";'),('ab','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ab','messages:recentchanges-legend-heading','s:41:\"ru:<strong>Легенда:&nbsp;</strong>\";'),('ab','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ab','messages:recentchanges-legend-newpage','s:117:\"ru:{{int:recentchanges-label-newpage}} (см. также [[Special:NewPages|список новых страниц]])\";'),('ab','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('ab','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ab','messages:recentchanges-legend-watchlistexpiry','s:59:\"ru:Временно наблюдаемая страница\";'),('ab','messages:recentchanges-network','s:170:\"ru:Из-за технической ошибки результаты не могут быть загружены. Попробуйте обновить страницу.\";'),('ab','messages:recentchanges-noresult','s:133:\"ru:Изменений в указанный период, соответствующих указанным условиям, нет.\";'),('ab','messages:recentchanges-notargetpage','s:152:\"ru:Введите название страницы выше, чтобы увидеть правки, связанные с этой страницей.\";'),('ab','messages:recentchanges-page-added-to-category','s:51:\"ru:[[:$1]] добавлена в категорию\";'),('ab','messages:recentchanges-page-added-to-category-bundled','s:155:\"ru:[[:$1]] добавлена в категорию, [[Special:WhatLinksHere/$1|эта страница включена в другие страницы]]\";'),('ab','messages:recentchanges-page-removed-from-category','s:47:\"ru:[[:$1]] убрана из категории\";'),('ab','messages:recentchanges-page-removed-from-category-bundled','s:153:\"ru:[[:$1]] удалена из категории, [[Special:WhatLinksHere/$1|эта страница включена в другие страницы]]\";'),('ab','messages:recentchanges-submit','s:19:\"ru:Показать\";'),('ab','messages:recentchanges-summary','s:180:\"ru:Ниже в хронологическом порядке перечислены последние изменения на страницах {{grammar:genitive|{{SITENAME}}}}.\";'),('ab','messages:recentchanges-timeout','s:170:\"ru:Время ожидания этого поиска истекло. Вы можете попробовать задать другие параметры поиска.\";'),('ab','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ab','messages:recentchangescount','s:183:\"ru:Количество правок, по умолчанию отображаемое в списке свежих правок, истории страниц и в журналах:\";'),('ab','messages:recentchangesdays','s:101:\"ru:Количество дней, за которые показывать свежие правки:\";'),('ab','messages:recentchangesdays-max','s:53:\"ru:(не более $1 {{PLURAL:$1|дня|дней}})\";'),('ab','messages:recentchangeslinked','s:40:\"ab:Еимадоу ариашарақәа\";'),('ab','messages:recentchangeslinked-feed','s:40:\"ab:Еимадоу ариашарақәа\";'),('ab','messages:recentchangeslinked-page','s:25:\"ab:Адаҟьа ахьӡ:\";'),('ab','messages:recentchangeslinked-summary','s:467:\"ab:Адаҟьа ахьӡ иҭагаларазы шәара адаҟьақәа рыԥсахрақәа ршәбоит ари адаҟьаҟны, ма ари адаҟьа аҿынтә изхьаԥшиз. (Акатегориа ихәҭақәа ршәыбарц иҭагалатәуп {{ns:category}}:Акатегориа ахьӡ). Шәдаҟьақәа [[Special:Watchlist|ашьклаԥшра асиа]]ҟны <strong>ижәпоу ашрифтла</strong> дыҟоуп.\";'),('ab','messages:recentchangeslinked-title','s:48:\"ru:Связанные правки для «$1»\";'),('ab','messages:recentchangeslinked-to','s:156:\"ru:Наоборот, показать изменения на страницах, которые ссылаются на указанную страницу\";'),('ab','messages:recentchangeslinked-toolbox','s:40:\"ab:Еимадоу ариашарақәа\";'),('ab','messages:recentchangestext','s:4:\"en:-\";'),('ab','messages:recreate','s:30:\"ru:Создать заново\";'),('ab','messages:recreate-moveddeleted-warn','s:408:\"ru:<strong>Внимание: Вы пытаетесь воссоздать страницу, которая ранее удалялась.</strong>\n\nПроверьте, действительно ли вам нужно воссоздавать эту страницу.\nНиже для справки приведены журналы удаления и переименований этой страницы.\";'),('ab','messages:red-link-title','s:40:\"ab:$1 (ари адаҟьа иҟаӡам)\";'),('ab','messages:redirect','s:150:\"ru:Перенаправление с идентификатора файла, участника, страницы, версии или журнала\";'),('ab','messages:redirect-file','s:22:\"ab:Афаил ахьӡ\";'),('ab','messages:redirect-logid','s:20:\"ru:ID журнала\";'),('ab','messages:redirect-lookup','s:18:\"ab:Аԥшаара:\";'),('ab','messages:redirect-not-exists','s:39:\"ru:Значение не найдено\";'),('ab','messages:redirect-not-numeric','s:41:\"ru:Значение не числовое\";'),('ab','messages:redirect-page','s:42:\"ab:Адаҟьа аиԥшрагәаҭага\";'),('ab','messages:redirect-revision','s:30:\"ab:Адаҟьа аверсиа\";'),('ab','messages:redirect-submit','s:11:\"ab:Ииас\";'),('ab','messages:redirect-summary','s:630:\"ru:Эта служебная страница перенаправляет на файл (с имени файла), страницу (с идентификатора версии или страницы), страницу участника (с числового идентификатора участника) или запись журнала (с идентификатора журнала). Использование: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]] или [[{{#Special:Redirect}}/logid/186]].\";'),('ab','messages:redirect-text','s:3:\"en:\";'),('ab','messages:redirect-user','s:46:\"ab:Алахәыла аиԥшрагәаҭага\";'),('ab','messages:redirect-value','s:14:\"ab:Аҵакы:\";'),('ab','messages:redirectedfrom','s:46:\"ab:(«$1» аҿынтә еиҭа ишьҭиз)\";'),('ab','messages:redirectexists','s:196:\"ru:Перенаправление [[:$1]] уже существует, и его нельзя удалить автоматически.\nПожалуйста, выберите другое имя.\";'),('ab','messages:redirectpagesub','s:34:\"ab:Даҽаџьара ашьҭра\";'),('ab','messages:redirectto','s:29:\"ab:Аиҭашьҭра аҿы:\";'),('ab','messages:removecredentials','s:45:\"ru:Удалить учётные данные\";'),('ab','messages:removecredentials-invalidsubpage','s:87:\"ru:$1 является недопустимым типом учётных данных.\";'),('ab','messages:removecredentials-submit','s:45:\"ru:Удалить учётные данные\";'),('ab','messages:removecredentials-success','s:64:\"ru:Ваши учётные данные были удалены.\";'),('ab','messages:removedwatchtext','s:174:\"ru:Страница «[[:$1]]» вместе с её обсуждением были удалены из вашего [[Special:Watchlist|списка наблюдения]].\";'),('ab','messages:removedwatchtext-short','s:103:\"ru:Страница «$1» была удалена из вашего списка наблюдения.\";'),('ab','messages:removedwatchtext-talk','s:179:\"ru:«[[:$1]]» вместе со связанной с ней страницей были удалены из вашего [[Special:Watchlist|списка наблюдения]].\";'),('ab','messages:removewatch','s:56:\"ru:Удалить из списка наблюдения\";'),('ab','messages:resetpass-abort-generic','s:84:\"ru:Изменение пароля было прервано расширением.\";'),('ab','messages:resetpass-expired','s:170:\"ru:Срок действия вашего пароля истёк. Пожалуйста, установите новый пароль для входа в систему.\";'),('ab','messages:resetpass-expired-soft','s:304:\"ru:Срок действия вашего пароля истёк, и теперь он должен быть изменён. Пожалуйста, выберите новый пароль или нажмите «{{int:authprovider-resetpass-skip-label}}», чтобы изменить его позже.\";'),('ab','messages:resetpass-no-info','s:160:\"ru:Чтобы обращаться непосредственно к этой странице, вам следует представиться системе.\";'),('ab','messages:resetpass-recycled','s:138:\"ru:Пожалуйста, измените пароль на что-то, отличное от вашего текущего пароля.\";'),('ab','messages:resetpass-submit-cancel','s:22:\"ab:Мап ацәкра\";'),('ab','messages:resetpass-submit-loggedin','s:32:\"ru:Изменить пароль\";'),('ab','messages:resetpass-temp-emailed','s:267:\"ru:Вы представились с помощью временного пароля, полученного по электронной почте.\nДля завершения входа в систему, необходимо задать новый пароль:\";'),('ab','messages:resetpass-temp-password','s:35:\"ru:Временный пароль:\";'),('ab','messages:resetpass-validity','s:138:\"ru:Ваш пароль недействителен: $1\n\nУстановите новый пароль для входа в систему.\";'),('ab','messages:resetpass-validity-soft','s:235:\"ru:Задан некорректный пароль: $1\n\nПожалуйста, выберите новый пароль или нажмите «{{int:authprovider-resetpass-skip-label}}», чтобы изменить его позже.\";'),('ab','messages:resetpass-wrong-oldpass','s:212:\"ru:Неправильный временный или текущий пароль.\nВозможно, вы уже изменили пароль или запросили новый временный пароль.\";'),('ab','messages:resetpass_announce','s:123:\"ru:Для завершения входа в систему вы должны установить новый пароль.\";'),('ab','messages:resetpass_forbidden','s:55:\"ru:Пароль не может быть изменён\";'),('ab','messages:resetpass_forbidden-reason','s:61:\"ru:Пароли не могут быть изменены: $1\";'),('ab','messages:resetpass_header','s:62:\"ru:Изменение пароля учётной записи\";'),('ab','messages:resetpass_submit','s:66:\"ru:Установить пароль и представиться\";'),('ab','messages:resetpass_text','s:48:\"ru:<!-- Добавьте сюда текст -->\";'),('ab','messages:resettokens','s:32:\"ru:Сбросить токены\";'),('ab','messages:resettokens-done','s:33:\"ru:Токены сброшены.\";'),('ab','messages:resettokens-no-tokens','s:45:\"ru:Нет токенов для сброса.\";'),('ab','messages:resettokens-resetbutton','s:51:\"ru:Сбросить выбранные токены\";'),('ab','messages:resettokens-summary','s:3:\"en:\";'),('ab','messages:resettokens-text','s:448:\"ru:Вы можете сбросить токены, позволяющие получить доступ к некоторым личным данным, связанным с вашей учётной записью на этом сайте.\n\nВам необходимо сделать это, если вы случайно поделились ими с кем-то или если ваша учётная запись была взломана.\";'),('ab','messages:resettokens-token-label','s:43:\"ru:$1 (текущее значение: $2)\";'),('ab','messages:resettokens-tokens','s:16:\"ru:Токены:\";'),('ab','messages:resettokens-watchlist-token','s:156:\"ru:Токен для веб-канала (Atom/RSS)  [[Special:Watchlist|изменений страниц в вашем списке наблюдения]]\";'),('ab','messages:rest-bad-content-model','s:59:\"ru:Неверная модель содержимого: $1\";'),('ab','messages:rest-bad-json-body','s:89:\"ru:Неверное тело запроса, должно быть объектом JSON.\";'),('ab','messages:rest-badtoken','s:79:\"ru:Предоставленный CSRF-токен недействителен.\";'),('ab','messages:rest-cannot-load-file','s:87:\"ru:Файл для заголовка «$1» не может быть загружен.\";'),('ab','messages:rest-compare-inaccessible','s:112:\"ru:Редакция, заданная параметром $1, не является общедоступной.\";'),('ab','messages:rest-compare-nonexistent','s:89:\"ru:Редакция, заданная параметром $1, не существует.\";'),('ab','messages:rest-compare-page-mismatch','s:129:\"ru:Указанные версии относятся к разным страницам; сравнивать их нельзя.\";'),('ab','messages:rest-compare-permission-denied','s:91:\"ru:Участник не имеет доступа к запрошенным версиям\";'),('ab','messages:rest-compare-wikidiff2','s:128:\"ru:Для этой конечной точки требуется wikidiff2 1.9.0 или более поздняя версия.\";'),('ab','messages:rest-compare-wrong-content','s:194:\"ru:Ячейка $1 редакции, заданная параметром $2, имеет тип контента, который не может быть преобразован в текст.\";'),('ab','messages:rest-cross-origin-anon-write','s:113:\"ru:Анонимные запросы на запись из разных источников запрещены.\";'),('ab','messages:rest-extraneous-csrf-token','s:292:\"ru:Обнаружен посторонний токен CSRF. Маркеры CSRF не должны использоваться при использовании механизмов аутентификации, таких как OAuth, которые безопасны от атак CSRF.\";'),('ab','messages:rest-html-backend-error','s:53:\"ru:Невозможно получить Parsoid HTML\";'),('ab','messages:rest-invalid-user','s:75:\"ru:Указанное имя участника ($1) некорректно\";'),('ab','messages:rest-json-body-parse-error','s:123:\"ru:Не удалось выполнить синтаксический анализ тела запроса как JSON: $1\";'),('ab','messages:rest-media-too-many-links','s:116:\"ru:Слишком много медиа-ссылок найдено в заголовке $1 (разрешено $2)\";'),('ab','messages:rest-missing-body-field','s:94:\"ru:В теле запроса отсутствует обязательное поле «$1».\";'),('ab','messages:rest-no-match','s:160:\"ru:Запрошенный относительный путь ($1) не соответствует ни одному известному обработчику\";'),('ab','messages:rest-no-revision','s:81:\"ru:Не удалось получить версию для заголовка $1\";'),('ab','messages:rest-nonexistent-revision','s:73:\"ru:Запрошенная редакция ($1) не существует\";'),('ab','messages:rest-nonexistent-title','s:73:\"ru:Указанного заголовка ($1) не существует\";'),('ab','messages:rest-nonexistent-title-revision','s:113:\"ru:Указанной версии ($1) не существует для указанной страницы ($2)\";'),('ab','messages:rest-nonexistent-user','s:77:\"ru:Указанный пользователь ($1) не существует\";'),('ab','messages:rest-page-source-type-error','s:128:\"ru:Тип содержимого запрошенного источника страницы не поддерживается.\";'),('ab','messages:rest-pagehistory-incompatible-params','s:111:\"ru:Параметры «older_than» и «newer_than» нельзя указывать одновременно\";'),('ab','messages:rest-pagehistory-param-range-error','s:79:\"ru:Идентификатор версии должен быть больше 0\";'),('ab','messages:rest-pagehistory-timestamp-error','s:117:\"ru:Не удалось получить временную отметку для указанной версии ($1)\";'),('ab','messages:rest-pagehistorycount-parameters-invalid','s:98:\"ru:Указанная комбинация параметров не поддерживается.\";'),('ab','messages:rest-pagehistorycount-too-many-revisions','s:157:\"ru:Указанный заголовок содержит слишком много версий для получения такого количества.\";'),('ab','messages:rest-pagehistorycount-type-unrecognized','s:71:\"ru:Указанный тип подсчёта ($1) недопустим\";'),('ab','messages:rest-permission-denied-anon','s:64:\"ru:Не доступно анонимному участнику\";'),('ab','messages:rest-permission-denied-revision','s:95:\"ru:Участник не имеет доступа к запрошенной версии ($1).\";'),('ab','messages:rest-permission-denied-title','s:93:\"ru:Участник не обладает правами чтения заголовка ($1)\";'),('ab','messages:rest-prefix-mismatch','s:116:\"ru:Запрашиваемый путь ($1) не найден внутри корневого пути REST API ($2)\";'),('ab','messages:rest-requires-safe-against-csrf','s:134:\"ru:Для этой конечной точки требуется поставщик сеансов, безопасный для CSRF.\";'),('ab','messages:rest-resource-limit-exceeded','s:93:\"ru:Превышены лимиты ресурсов при обработке запроса.\";'),('ab','messages:rest-search-error','s:79:\"ru:Ошибка при возврате результатов поиска: $1\";'),('ab','messages:rest-update-cannot-create-page','s:339:\"ru:Страница «$1» не может быть создана, так как она уже существует. Чтобы обновить существующую страницу, укажите идентификатор базовой версии в структуре под ключом «latest» в теле запроса.\";'),('ab','messages:rest-wrong-method','s:215:\"ru:Метод запроса ($1) не был {{{{PLURAL:$3|}}|разрешённым методом для этого пути|одним из разрешённых методов для этого пути}} ($2)\";'),('ab','messages:restore-count-files','s:57:\"ru:{{PLURAL:$1|1 файл|$1 файла|$1 файлов}}\";'),('ab','messages:restore-count-revisions','s:63:\"ru:{{PLURAL:$1|1 версия|$1 версии|$1 версий}}\";'),('ab','messages:restorelink','s:155:\"ru:{{PLURAL:$1|$1 удалённую правку|$1 удалённые правки|$1 удалённых правок|1=удалённую правку}}\";'),('ab','messages:restoreprefs','s:77:\"ru:Восстановить все настройки по умолчанию\";'),('ab','messages:restricted-displaytitle','s:243:\"ru:<strong>Внимание:</strong> Отображаемое название «$1» было проигнорировано, поскольку оно не соответствует актуальному названию страницы.\";'),('ab','messages:restricted-displaytitle-ignored','s:97:\"ru:Страницы с игнорируемыми отображаемыми названиями\";'),('ab','messages:restricted-displaytitle-ignored-desc','s:216:\"ru:На странице есть игнорируемый <code><nowiki>{{DISPLAYTITLE}}</nowiki></code>, поскольку он не соответствует реальному названию страницы.\";'),('ab','messages:restriction-blank','s:3:\"en:\";'),('ab','messages:restriction-create','s:19:\"ru:Создание\";'),('ab','messages:restriction-edit','s:29:\"ab:Аредакциазура\";'),('ab','messages:restriction-level','s:31:\"ru:Уровень защиты:\";'),('ab','messages:restriction-level-all','s:22:\"ru:все уровни\";'),('ab','messages:restriction-level-autoconfirmed','s:34:\"ru:частичная защита\";'),('ab','messages:restriction-level-sysop','s:28:\"ru:полная защита\";'),('ab','messages:restriction-move','s:31:\"ru:Переименование\";'),('ab','messages:restriction-type','s:14:\"ru:Права:\";'),('ab','messages:restriction-upload','s:19:\"ru:Загрузка\";'),('ab','messages:restrictionsfield-badip','s:84:\"ru:Недопустимый IP-адрес или диапазон адресов: $1\";'),('ab','messages:restrictionsfield-help','s:171:\"ru:По одному IP-адресу или CIDR-диапазону в строке. Чтобы разрешить всё, используйте:<pre>0.0.0.0/0\n::/0</pre>\";'),('ab','messages:restrictionsfield-label','s:63:\"ru:Разрешённые диапазоны IP-адресов:\";'),('ab','messages:retrievedfrom','s:28:\"ab:Ахыҵхырҭа – $1\";'),('ab','messages:returnto','s:41:\"ru:Возврат к странице $1.\";'),('ab','messages:retypenew','s:57:\"ru:Повторите ввод нового пароля:\";'),('ab','messages:reuploaddesc','s:52:\"ru:Вернуться к форме загрузки\";'),('ab','messages:rev-deleted-comment','s:47:\"ru:(описание правки стёрто)\";'),('ab','messages:rev-deleted-diff-view','s:321:\"ru:Одна из версий этого сравнения версий была <strong>удалена</strong>.\nВы можете просмотреть это сравнение. Подробности приведены в [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} журнале удалений].\";'),('ab','messages:rev-deleted-event','s:40:\"ru:(подробности стёрты)\";'),('ab','messages:rev-deleted-no-diff','s:323:\"ru:Вы не можете просмотреть эту разницу версий, так как одна из версий страницы была <strong>удалена</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} журнале удалений].\";'),('ab','messages:rev-deleted-text-permission','s:205:\"ru:Эта версия страницы была <strong>удалена</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/delete|page=$1}} журнале удалений].\";'),('ab','messages:rev-deleted-text-unhide','s:315:\"ru:Эта версия страницы была <strong>удалена</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} журнале удалений].\nПри желании вы можете [$1 просмотреть данную версию].\";'),('ab','messages:rev-deleted-text-view','s:252:\"ru:Эта версия страницы была <strong>удалена</strong>.\nВы можете просмотреть её. Подробности приведены в [{{fullurl:{{#Special:Log}}/delete|page=$1}} журнале удалений].\";'),('ab','messages:rev-deleted-unhide-diff','s:324:\"ru:Одна из версий страницы была <strong>удалена</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} журнале удалений].\nПри желании вы можете [$1 просмотреть разницу версий].\";'),('ab','messages:rev-deleted-user','s:37:\"ru:(имя автора стёрто)\";'),('ab','messages:rev-deleted-user-contribs','s:131:\"ru:[имя участника или IP-адрес удалены — правка скрыта со страницы вклада]\";'),('ab','messages:rev-delundel','s:32:\"ru:показать/скрыть\";'),('ab','messages:rev-showdeleted','s:19:\"ru:показать\";'),('ab','messages:rev-suppressed-diff-view','s:321:\"ru:Одна из версий этого сравнения версий была <strong>скрыта</strong>.\nВы можете просмотреть это сравнение. Подробности приведены в [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} журнале сокрытий].\";'),('ab','messages:rev-suppressed-no-diff','s:197:\"ru:Вы не можете просмотреть различия между этими версиями страницы, так как одна из них была <strong>скрыта</strong>.\";'),('ab','messages:rev-suppressed-text','s:79:\"ru:Эта версия страницы была <strong>скрыта</strong>.\";'),('ab','messages:rev-suppressed-text-permission','s:205:\"ru:Эта версия страницы была <strong>скрыта</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/suppress|page=$1}} журнале сокрытий].\";'),('ab','messages:rev-suppressed-text-unhide','s:315:\"ru:Эта версия страницы была <strong>скрыта</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} журнале сокрытий].\nПри желании вы можете [$1 просмотреть данную версию].\";'),('ab','messages:rev-suppressed-text-view','s:252:\"ru:Эта версия страницы была <strong>скрыта</strong>.\nВы можете просмотреть её. Подробности приведены в [{{fullurl:{{#Special:Log}}/suppress|page=$1}} журнале сокрытий].\";'),('ab','messages:rev-suppressed-unhide-diff','s:357:\"ru:Одна из версий этого сравнения версий была <strong>скрыта</strong>.\nПодробности приведены в [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} журнале сокрытий].\nПри желании вы можете [$1 просмотреть эту разницу версий].\";'),('ab','messages:revdel-restore','s:38:\"ru:изменить видимость\";'),('ab','messages:revdelete-concurrent-change','s:239:\"ru:Ошибка изменения записи от $2, $1: её статус был изменён кем-то другим, пока вы пытались изменить его.\nПожалуйста, проверьте журналы.\";'),('ab','messages:revdelete-confirm','s:291:\"ru:Пожалуйста, подтвердите, что вы действительно желаете совершить это действие, осознаёте последствия, делаете это в соответствии с [[{{MediaWiki:Policy-url}}|правилами]].\";'),('ab','messages:revdelete-content-hid','s:36:\"ru:содержание скрыто\";'),('ab','messages:revdelete-content-unhid','s:40:\"ru:содержание раскрыто\";'),('ab','messages:revdelete-edit-reasonlist','s:43:\"ru:Править список причин\";'),('ab','messages:revdelete-edit-reasonlist-suppress','s:49:\"ru:Править причины сокрытия\";'),('ab','messages:revdelete-failure','s:86:\"ru:\'\'\'Видимость версии не может быть изменена:\'\'\'\n$1\";'),('ab','messages:revdelete-hide-comment','s:38:\"ru:Описание изменений\";'),('ab','messages:revdelete-hide-current','s:138:\"ru:Ошибка скрытия записи от $2, $1: это текущая версия.\nОна не может быть скрыта.\";'),('ab','messages:revdelete-hide-image','s:47:\"ru:Скрыть содержимое файла\";'),('ab','messages:revdelete-hide-name','s:46:\"ru:Скрыть цель и параметры\";'),('ab','messages:revdelete-hide-restricted','s:78:\"ru:Скрыть данные также и от администраторов\";'),('ab','messages:revdelete-hide-text','s:26:\"ru:Текст правки\";'),('ab','messages:revdelete-hide-user','s:42:\"ru:Имя участника/IP-адрес\";'),('ab','messages:revdelete-legend','s:47:\"ru:Установить ограничения:\";'),('ab','messages:revdelete-log','s:18:\"ru:Причина:\";'),('ab','messages:revdelete-modify-missing','s:103:\"ru:Ошибка изменения правки №$1: отсутствует в базе данных.\";'),('ab','messages:revdelete-modify-no-access','s:177:\"ru:Ошибка изменения записи от $2, $1: эта запись отмечена как «ограниченная».\nУ вас нет доступа к ней.\";'),('ab','messages:revdelete-no-change','s:135:\"ru:\'\'\'Внимание:\'\'\' запись от $2, $1 уже имеет запрашиваемые настройки видимости.\";'),('ab','messages:revdelete-no-file','s:57:\"ru:Указанный файл не существует.\";'),('ab','messages:revdelete-nooldid-text','s:185:\"ru:Целевая версия не заданы, указанная версия не существует или же вы пытаетесь скрыть текущую версию.\";'),('ab','messages:revdelete-nooldid-title','s:48:\"ru:Не задана целевая версия\";'),('ab','messages:revdelete-offender','s:44:\"ru:Автор версии страницы:\";'),('ab','messages:revdelete-only-restricted','s:247:\"ru:Ошибка сокрытия записи от $2 $1: вы не можете скрыть запись от просмотра администраторами без выбора одной из других настроек сокрытия.\";'),('ab','messages:revdelete-otherreason','s:52:\"ru:Другая причина/дополнение:\";'),('ab','messages:revdelete-radio-same','s:26:\"ru:(не изменять)\";'),('ab','messages:revdelete-radio-set','s:17:\"ru:Скрытая\";'),('ab','messages:revdelete-radio-unset','s:17:\"ru:Видимая\";'),('ab','messages:revdelete-reason-dropdown','s:280:\"ru:* Стандартные причины удаления\n** Нарушение авторских прав\n** Неуместный комментарий\n** Неуместное имя участника\n** Потенциально клеветнические сведения\";'),('ab','messages:revdelete-reason-dropdown-suppress','s:124:\"ru:* Стандартные причины скрытия данных\n** Неуместные личные сведения\";'),('ab','messages:revdelete-reasonotherlist','s:30:\"ru:Другая причина\";'),('ab','messages:revdelete-restricted','s:82:\"ru:ограничения применяются к администраторам\";'),('ab','messages:revdelete-selected-file','s:111:\"ru:{{PLURAL:$1|Выбранная версия файла|Выбранные версии файла}} [[:$2]]:\";'),('ab','messages:revdelete-selected-text','s:89:\"ru:{{PLURAL:$1|Выбранная версия|Выбранные версии}} [[:$2]]:\";'),('ab','messages:revdelete-show-file-confirm','s:151:\"ru:Вы уверены, что вы хотите просмотреть удалённую версию файла «<nowiki>$1</nowiki>» от $2, $3?\";'),('ab','messages:revdelete-show-file-submit','s:9:\"ab:Ааи\";'),('ab','messages:revdelete-show-no-access','s:177:\"ru:Ошибка раскрытия записи от $2, $1: эта запись отмечена как «ограниченная».\nУ вас нет доступа к ней.\";'),('ab','messages:revdelete-submit','s:106:\"ru:Применить к {{PLURAL:$1|1=выбранной версии|выбранным версиям}}\";'),('ab','messages:revdelete-success','s:54:\"ru:Видимость версии обновлена.\";'),('ab','messages:revdelete-summary-hid','s:45:\"ru:описание правки скрыто\";'),('ab','messages:revdelete-summary-unhid','s:47:\"ru:описание правки открыто\";'),('ab','messages:revdelete-suppress','s:78:\"ru:Скрыть данные также и от администраторов\";'),('ab','messages:revdelete-suppress-text','s:372:\"ru:Сокрытие может производиться <strong>только</strong> в следующих случаях:\n* потенциально клеветническая информация\n* неуместная личная информация\n*: <em>домашний адрес, номера телефонов, номер паспорта и т. д.</em>\";'),('ab','messages:revdelete-text-file','s:255:\"ru:Удалённые версии файла будут по-прежнему видны в истории страницы, но определённые части их содержимого будут недоступны для участников.\";'),('ab','messages:revdelete-text-others','s:308:\"ru:Другие администраторы по-прежнему будут иметь возможность доступа к скрытому содержимому и смогут восстановить его, если не установлены дополнительные ограничения.\";'),('ab','messages:revdelete-text-text','s:244:\"ru:Удалённые версии будут по-прежнему видны в истории страницы, но определённые части их содержимого будут недоступны для участников.\";'),('ab','messages:revdelete-uname-hid','s:41:\"ru:имя участника скрыто\";'),('ab','messages:revdelete-uname-unhid','s:45:\"ru:имя участника раскрыто\";'),('ab','messages:revdelete-unrestricted','s:74:\"ru:ограничения сняты для администраторов\";'),('ab','messages:revdelete-unsuppress','s:102:\"ru:Снять ограничения видимости с восстановленных версий\";'),('ab','messages:reverted','s:63:\"ru:Возвращено к более ранней версии\";'),('ab','messages:revertmerge','s:21:\"ru:Разделить\";'),('ab','messages:revertmove','s:17:\"ru:возврат\";'),('ab','messages:revertpage','s:148:\"ru:Откат правок [[Special:Contributions/$2|$2]] ([[User talk:$2|обсуждение]]) к последней версии [[User:$1|$1]]\";'),('ab','messages:revertpage-anon','s:108:\"ru:Откат правок [[Special:Contributions/$2|$2]] к последней версии [[User:$1|$1]]\";'),('ab','messages:revertpage-nouser','s:117:\"ru:Откат правок (имя участника скрыто) к последней версии [[User:$1|$1]]\";'),('ab','messages:revid','s:18:\"ru:версия $1\";'),('ab','messages:revision-info','s:43:\"ru:Версия от $1; {{GENDER:$6|$2}}$7\";'),('ab','messages:revision-info-current','s:4:\"en:-\";'),('ab','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ab','messages:revisionasof','s:20:\"ab:Аверсиа $1\";'),('ab','messages:revisiondelete','s:72:\"ru:Удалить/восстановить версии страницы\";'),('ab','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ab','messages:right-apihighlimits','s:83:\"ru:Использование высоких лимитов в API-запросах\";'),('ab','messages:right-applychangetags','s:99:\"ru:Применение [[Special:Tags|меток]] вместе со своими правками\";'),('ab','messages:right-autoconfirmed','s:72:\"ru:Обход ограничений скорости на IP-адрес\";'),('ab','messages:right-autocreateaccount','s:120:\"ru:Автоматический вход с помощью внешней учётной записи участника\";'),('ab','messages:right-autopatrol','s:120:\"ru:Правки участника автоматически отмечаются как патрулированные\";'),('ab','messages:right-bigdelete','s:92:\"ru:Удаление страниц с длинными историями изменений\";'),('ab','messages:right-block','s:90:\"ru:Блокировка редактирования другими участниками\";'),('ab','messages:right-blockemail','s:128:\"ru:Блокировка других участников с запретом отправки электронной почты\";'),('ab','messages:right-bot','s:46:\"ru:Автоматический процесс\";'),('ab','messages:right-browsearchive','s:47:\"ru:Поиск удалённых страниц\";'),('ab','messages:right-changetags','s:171:\"ru:Добавление и удаление произвольных [[Special:Tags|меток]] на отдельных правках и записях в журнале\";'),('ab','messages:right-createaccount','s:81:\"ru:Создание новых учётных записей участников\";'),('ab','messages:right-createpage','s:83:\"ru:Создание страниц (кроме страниц обсуждений)\";'),('ab','messages:right-createtalk','s:55:\"ru:Создание страниц обсуждений\";'),('ab','messages:right-delete','s:34:\"ru:Удаление страниц\";'),('ab','messages:right-delete-redirect','s:79:\"ru:Удаление перенаправлений с одной версией\";'),('ab','messages:right-deletechangetags','s:74:\"ru:Удаление [[Special:Tags|меток]] из базы данных\";'),('ab','messages:right-deletedhistory','s:128:\"ru:Просмотр истории удалённых страниц, без доступа к удалённому тексту\";'),('ab','messages:right-deletedtext','s:139:\"ru:Просмотр удалённого текста и изменений между удалёнными версиями страниц\";'),('ab','messages:right-deletelogentry','s:102:\"ru:Удаление и восстановление конкретных записей журнала\";'),('ab','messages:right-deleterevision','s:100:\"ru:Удаление и восстановление конкретных версий страниц\";'),('ab','messages:right-edit','s:30:\"ru:Правка страниц\";'),('ab','messages:right-editcontentmodel','s:84:\"ru:Редактирование модели содержимого страницы\";'),('ab','messages:right-editinterface','s:71:\"ru:Правка пользовательского интерфейса\";'),('ab','messages:right-editmyoptions','s:71:\"ru:Редактирование собственных настроек\";'),('ab','messages:right-editmyprivateinfo','s:156:\"ru:Правка собственных личных данных (например, адрес электронной почты, настоящее имя)\";'),('ab','messages:right-editmyusercss','s:92:\"ru:Редактирование своих пользовательских CSS-файлов\";'),('ab','messages:right-editmyuserjs','s:99:\"ru:Редактирование своих пользовательских JavaScript-файлов\";'),('ab','messages:right-editmyuserjson','s:93:\"ru:Редактирование своих пользовательских JSON-файлов\";'),('ab','messages:right-editmyuserjsredirect','s:146:\"ru:Редактирование собственных JavaScript-файлов, которые являются перенаправлениями\";'),('ab','messages:right-editmywatchlist','s:246:\"ru:Редактирование своего списка наблюдения (обратите внимание, что некоторые действия будут добавлять страницы даже без такого права).\";'),('ab','messages:right-editprotected','s:91:\"ru:Правка страниц, защищённых как «{{int:protect-level-sysop}}»\";'),('ab','messages:right-editsemiprotected','s:99:\"ru:Правка страниц, защищённых как «{{int:protect-level-autoconfirmed}}»\";'),('ab','messages:right-editsitecss','s:73:\"ru:Редактирование общесайтовых CSS-файлов\";'),('ab','messages:right-editsitejs','s:80:\"ru:Редактирование общесайтовых JavaScript-файлов\";'),('ab','messages:right-editsitejson','s:74:\"ru:Редактирование общесайтовых JSON-файлов\";'),('ab','messages:right-editusercss','s:66:\"ru:Правка CSS-файлов других участников\";'),('ab','messages:right-edituserjs','s:73:\"ru:Правка JavaScript-файлов других участников\";'),('ab','messages:right-edituserjson','s:67:\"ru:Правка JSON-файлов других участников\";'),('ab','messages:right-hideuser','s:72:\"ru:Запрет имени участника и его сокрытие\";'),('ab','messages:right-import','s:57:\"ru:Импорт страниц из других вики\";'),('ab','messages:right-importupload','s:71:\"ru:Импорт страниц через загрузку файлов\";'),('ab','messages:right-ipblock-exempt','s:117:\"ru:Обход блокировок по IP, автоблокировок и блокировок диапазонов\";'),('ab','messages:right-managechangetags','s:75:\"ru:Создание и (де)активация [[Special:Tags|меток]]\";'),('ab','messages:right-markbotedits','s:84:\"ru:Отметка откатываемых правок как правок бота\";'),('ab','messages:right-mergehistory','s:55:\"ru:Объединение историй страниц\";'),('ab','messages:right-mf-uploadbutton','s:128:\"ru:использование кнопки загрузки на страницах для мобильных устройств\";'),('ab','messages:right-minoredit','s:54:\"ru:Отметка изменений как малых\";'),('ab','messages:right-move','s:46:\"ru:Переименование страниц\";'),('ab','messages:right-move-categorypages','s:65:\"ru:Переименование страниц категорий\";'),('ab','messages:right-move-rootuserpages','s:84:\"ru:Переименование корневых страниц участников\";'),('ab','messages:right-move-subpages','s:81:\"ru:Переименование страниц с их подстраницами\";'),('ab','messages:right-movefile','s:44:\"ru:Переименование файлов\";'),('ab','messages:right-noanalytics','s:105:\"ru:Не подлежащие отслеживанию через скрипты веб-аналитики\";'),('ab','messages:right-nominornewtalk','s:182:\"ru:Малые правки на страницах обсуждений участников не создают для них уведомление о новом сообщении\";'),('ab','messages:right-noratelimit','s:53:\"ru:Обход ограничений скорости\";'),('ab','messages:right-override-export-depth','s:127:\"ru:Экспортирование страниц, включая связанные страницы с глубиной до 5\";'),('ab','messages:right-pagelang','s:49:\"ru:Изменение языка страницы\";'),('ab','messages:right-patrol','s:106:\"ru:Отметка правок других участников как отпатрулированных\";'),('ab','messages:right-patrolmarks','s:97:\"ru:Просмотр отметок о патрулировании в свежих правках\";'),('ab','messages:right-protect','s:120:\"ru:Изменение настроек защиты и правка каскадно защищённых страниц\";'),('ab','messages:right-purge','s:43:\"ru:Очистка кэша страницы\";'),('ab','messages:right-read','s:34:\"ru:Просмотр страниц\";'),('ab','messages:right-reupload','s:61:\"ru:Перезапись существующих файлов\";'),('ab','messages:right-reupload-own','s:93:\"ru:Перезапись файлов, загруженных тем же участником\";'),('ab','messages:right-reupload-shared','s:82:\"ru:Замена файлов из общих хранилищ локальными\";'),('ab','messages:right-rollback','s:139:\"ru:Быстрый откат правок последнего участника, который редактировал страницу\";'),('ab','messages:right-sendemail','s:87:\"ru:Отправка электронной почты другим участникам\";'),('ab','messages:right-siteadmin','s:75:\"ru:Блокировка и разблокировка базы данных\";'),('ab','messages:right-suppressionlog','s:51:\"ru:Просмотр частных журналов\";'),('ab','messages:right-suppressredirect','s:132:\"ru:Переименование страниц без создания перенаправления со старого имени\";'),('ab','messages:right-suppressrevision','s:112:\"ru:Просмотр, сокрытие и восстановление скрытых версий страниц\";'),('ab','messages:right-unblockself','s:55:\"ru:Разблокирование себя самого\";'),('ab','messages:right-undelete','s:46:\"ru:Восстановление страниц\";'),('ab','messages:right-unwatchedpages','s:74:\"ru:Просмотр списка ненаблюдаемых страниц\";'),('ab','messages:right-upload','s:32:\"ru:Загрузка файлов\";'),('ab','messages:right-upload_by_url','s:52:\"ru:Загрузка файлов с адреса URL\";'),('ab','messages:right-userrights','s:60:\"ru:Изменение всех прав участников\";'),('ab','messages:right-userrights-interwiki','s:94:\"ru:Изменение прав участников на других википроектах\";'),('ab','messages:right-viewmyprivateinfo','s:160:\"ru:Просмотр собственных личных данных (например, адрес электронной почты, настоящее имя)\";'),('ab','messages:right-viewmywatchlist','s:66:\"ru:Просмотр своего списка наблюдения\";'),('ab','messages:right-viewsuppressed','s:83:\"ru:Просмотр версий, скрытых от всех участников\";'),('ab','messages:right-writeapi','s:53:\"ru:Использование API для записи\";'),('ab','messages:rightslog','s:43:\"ru:Журнал прав участника\";'),('ab','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ab','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ab','messages:rightslogentry-temporary-group','s:33:\"ru:$1 (временно, до $2)\";'),('ab','messages:rightslogtext','s:70:\"ru:Это журнал изменений прав участника.\";'),('ab','messages:rightsnone','s:11:\"ru:(нет)\";'),('ab','messages:rollback','s:38:\"ru:Откатить изменения\";'),('ab','messages:rollback-confirmation-confirm','s:48:\"ru:Пожалуйста, подтвердите:\";'),('ab','messages:rollback-confirmation-no','s:15:\"ru:Отмена\";'),('ab','messages:rollback-confirmation-yes','s:19:\"ru:Откатить\";'),('ab','messages:rollback-missingparam','s:90:\"ru:Отсутствуют обязательные параметры по запросу.\";'),('ab','messages:rollback-missingrevision','s:68:\"ru:Не удалось загрузить данные версии.\";'),('ab','messages:rollback-success','s:121:\"ru:Откачены правки {{GENDER:$3|$1}}; возвращена последняя версия {{GENDER:$4|$2}}.\";'),('ab','messages:rollbackfailed','s:56:\"ru:Ошибка при совершении отката\";'),('ab','messages:rollbacklink','s:17:\"ab:ахьаҵра\";'),('ab','messages:rollbacklinkcount','s:119:\"ab:$1 {{PLURAL:$1|аредакциазура ихьаҵтәуп|аредакциазурақәа рыхьаҵтәуп}}\";'),('ab','messages:rollbacklinkcount-morethan','s:73:\"ru:откатить более $1 {{PLURAL:$1|правки|правок}}\";'),('ab','messages:rotate-comment','s:122:\"ru:Изображение повёрнуто на $1 градус{{PLURAL:$1||а|ов}} по часовой стрелке\";'),('ab','messages:sat','s:9:\"ab:Аса\";'),('ab','messages:saturday','s:15:\"ab:Асабша\";'),('ab','messages:saturday-at','s:26:\"ru:в субботу в $1\";'),('ab','messages:savearticle','s:30:\"ab:Адаҟьа ахьчара\";'),('ab','messages:savearticle-start','s:41:\"ru:Сохранить страницу…\";'),('ab','messages:savechanges','s:38:\"ru:Записать изменения\";'),('ab','messages:savechanges-start','s:43:\"ru:Сохранить изменения…\";'),('ab','messages:savedprefs','s:41:\"ru:Настройки сохранены.\";'),('ab','messages:savedrights','s:99:\"ru:Группы {{GENDER:$1|участника|участницы}} $1 были сохранены.\";'),('ab','messages:savefile','s:28:\"ru:Записать файл\";'),('ab','messages:saveprefs','s:21:\"ru:Сохранить\";'),('ab','messages:saveusergroups','s:86:\"ru:Сохранить группы {{GENDER:$1|участника|участницы}}\";'),('ab','messages:scarytranscludedisabled','s:61:\"ru:[Интервики-включение отключено]\";'),('ab','messages:scarytranscludefailed','s:57:\"ru:[Ошибка обращения к шаблону $1]\";'),('ab','messages:scarytranscludefailed-httpstatus','s:75:\"ru:[Не удалось загрузить шаблон для $1: HTTP $2]\";'),('ab','messages:scarytranscludetoolong','s:38:\"ru:[Слишком длинный URL]\";'),('ab','messages:search','s:17:\"ab:Аԥшаара\";'),('ab','messages:search-category','s:26:\"ru:(категория $1)\";'),('ab','messages:search-error','s:58:\"ru:Произошла ошибка при поиске: $1\";'),('ab','messages:search-external','s:28:\"ru:Внешний поиск\";'),('ab','messages:search-file-match','s:58:\"ru:(совпадает с содержимым файла)\";'),('ab','messages:search-filter-title-prefix','s:116:\"ru:Искать только на страницах, название которых начинается с «$1»\";'),('ab','messages:search-filter-title-prefix-reset','s:39:\"ru:Искать все страницы\";'),('ab','messages:search-ignored-headings','s:984:\"ru: #<!-- оставьте эту строку как есть --> <pre>\n# Заголовки, которые будут игнорироваться поиском.\n# Изменения вступают в силу после того, как страница с заголовком индексируется.\n# Вы можете принудительно переиндексировать страницу, сделав нулевую правку.\n# Синтаксис выглядит следующим образом:\n#   * Всё, начинающееся на символ «#» и до конца строки представляет собой комментарий.\n#   * Каждая непустая строка — точное название того, что будет игнорироваться, включая регистр и пр.\nПримечания\nСсылки\nСм. также\n #</pre> <!-- оставьте эту строку как есть -->\";'),('ab','messages:search-interwiki-custom','s:3:\"en:\";'),('ab','messages:search-interwiki-more','s:11:\"ru:(ещё)\";'),('ab','messages:search-interwiki-more-results','s:30:\"ru:ещё результаты\";'),('ab','messages:search-interwiki-resultset-link','s:45:\"ru:Увидеть все результаты\";'),('ab','messages:search-invalid-sort-order','s:218:\"ru:Порядок сортировки в $1 не распознан, будет применена сортировка по умолчанию.  Действительные заказы на сортировку: $2\";'),('ab','messages:search-match-redirect-help','s:219:\"ru:Выберите для перенаправления на страницу в том случае, когда заголовок этой страницы соответствует тому, что вы ищите\";'),('ab','messages:search-match-redirect-label','s:90:\"ru:Перенаправлять на точные совпадения при поиске\";'),('ab','messages:search-nonefound','s:63:\"ru:Соответствий запросу не найдено.\";'),('ab','messages:search-nonefound-thiswiki','s:105:\"ru:На этом сайте нет результатов, соответствующих запросу.\";'),('ab','messages:search-redirect','s:43:\"ab:(аиҭашьҭра «$1» аҿынтә)\";'),('ab','messages:search-relatedarticle','s:21:\"ru:Связанный\";'),('ab','messages:search-result-category-size','s:221:\"ru:$1 {{PLURAL:$1|вхождение|вхождения|вхождений}} ($2 {{PLURAL:$2|подкатегория|подкатегории|подкатегорий}}, $3 {{PLURAL:$3|файл|файла|файлов}})\";'),('ab','messages:search-result-size','s:64:\"ab:$1 ({{PLURAL:$2|ажәақәа – 1|ажәақәа – $2}})\";'),('ab','messages:search-rewritten','s:111:\"ru:Показаны результаты для «$1». Для «$2» результаты не найдены.\";'),('ab','messages:search-section','s:24:\"ru:(раздел «$1»)\";'),('ab','messages:search-showingresults','s:153:\"ru:{{PLURAL:$4|1=Результат <strong>$1</strong> из <strong>$3</strong>|Результаты <strong>$1—$2</strong> из <strong>$3</strong>}}\";'),('ab','messages:search-suggest','s:56:\"ru:Возможно, вы имели в виду «$1».\";'),('ab','messages:search-summary','s:3:\"en:\";'),('ab','messages:search-unknown-profile','s:139:\"ru:Профиль поиска $1 не распознан, будет применен профиль поиска по умолчанию.\";'),('ab','messages:search-warning','s:77:\"ru:Во время поиска выдано предупреждение: $1\";'),('ab','messages:searchall','s:13:\"ab:зегьы\";'),('ab','messages:searcharticle','s:15:\"ab:Адаҟьа\";'),('ab','messages:searchbutton','s:17:\"ab:Аԥшаара\";'),('ab','messages:searchdisabled','s:410:\"ru:Извините, но встроенный полнотекстовый поиск выключен. Вы можете воспользоваться поиском по сайту через поисковые системы общего назначения, однако имейте в виду, что копия сайта в их кэше может быть несколько устаревшей.\";'),('ab','messages:searchlimit-help','s:48:\"ru:Максимальное значение: $1\";'),('ab','messages:searchlimit-label','s:125:\"ru:Количество результатов поиска для отображения на каждой странице:\";'),('ab','messages:searchmenu-exists','s:139:\"ru:В {{SITENAME}} есть страница «[[:$1]]». {{PLURAL:$2|0=|См. также другие результаты поиска.}}\";'),('ab','messages:searchmenu-new','s:282:\"ru:Создать страницу «[[:$1]]» в этом вики-проекте! {{PLURAL:$2|0=|См. также страницу, найденную по результатами вашего поиска.|См. также найденные результаты поиска.}}\";'),('ab','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ab','messages:searchprofile-advanced','s:17:\"ab:Ирҭбаау\";'),('ab','messages:searchprofile-advanced-tooltip','s:71:\"ru:Искать в заданных пространствах имён\";'),('ab','messages:searchprofile-articles','s:21:\"ab:Адаҟьақәа\";'),('ab','messages:searchprofile-articles-tooltip','s:19:\"ru:Поиск в $1\";'),('ab','messages:searchprofile-everything','s:11:\"ab:Зегь\";'),('ab','messages:searchprofile-everything-tooltip','s:101:\"ru:Поиск на всех страницах (включая страницы обсуждений)\";'),('ab','messages:searchprofile-images','s:25:\"ab:Амультмедиа\";'),('ab','messages:searchprofile-images-tooltip','s:26:\"ru:Поиск файлов\";'),('ab','messages:searchrelated','s:21:\"ru:связанный\";'),('ab','messages:searchresults','s:38:\"ab:Аԥшаарақәа рылҵшәа\";'),('ab','messages:searchresults-title','s:24:\"ab:Аԥшаара «$1»\";'),('ab','messages:searchresultshead','s:17:\"ab:Аԥшаара\";'),('ab','messages:searchsuggest-containing','s:50:\"ru:Поиск страниц, содержащих\";'),('ab','messages:searchsuggest-search','s:50:\"ab:Асаит {{SITENAME}} аҟны аԥшаара\";'),('ab','messages:seconds','s:68:\"ru:{{PLURAL:$1|$1 секунда|$1 секунды|$1 секунд}}\";'),('ab','messages:seconds-abbrev','s:8:\"ru:$1 с\";'),('ab','messages:seconds-ago','s:73:\"ru:$1 {{PLURAL:$1|секунду|секунды|секунд}} назад\";'),('ab','messages:sectioneditnotsupported-text','s:178:\"ru:На этой странице не поддерживается редактирование разделов или оно отключено для этого режима.\";'),('ab','messages:sectioneditnotsupported-title','s:82:\"ru:Редактирование разделов не поддерживается\";'),('ab','messages:selfmove','s:143:\"ru:Невозможно переименовать страницу: исходное и новое имя страницы совпадают.\";'),('ab','messages:selfredirect','s:457:\"ru:<strong>Внимание:</strong> Вы создаёте перенаправление на ту же самую статью.\nВозможно, Вы выбрали неправильную целевую страницу для перенаправления или редактируете не ту страницу.\nЕсли Вы нажмёте кнопку «$1» ещё раз, перенаправление всё же будет создано.\";'),('ab','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('ab','messages:semiprotectedpagemovewarning','s:307:\"ru:<strong>\'\'\'Замечание:\'\'\'</strong> эта страница была защищена; переименовать её могут только автоподтверждённые участники.\nНиже для справки приведена последняя запись журнала:\";'),('ab','messages:semiprotectedpagewarning','s:307:\"ru:<strong>\'\'\'Замечание:\'\'\'</strong> эта страница была защищена; редактировать её могут только автоподтверждённые участники.\nНиже для справки приведена последняя запись журнала:\";'),('ab','messages:sep','s:9:\"ab:цәы\";'),('ab','messages:september','s:23:\"ab:цәыббрамза\";'),('ab','messages:september-gen','s:23:\"ab:цәыббрамза\";'),('ab','messages:servertime','s:29:\"ru:Время сервера:\";'),('ab','messages:session_fail_preview','s:649:\"ru:К сожалению, мы не смогли обработать вашу правку из-за потери данных сессии.\n\nВозможно, вы завершили сеанс работы. <strong>Пожалуйста, убедитесь, что вы всё ещё авторизованы, и попробуйте снова.</strong>\nЕсли это всё равно не помогло, попробуйте [[Special:UserLogout|выйти из системы]] и войти заново, а также проверьте, что ваш браузер позволяет принимать cookies с этого сайта.\";'),('ab','messages:session_fail_preview_html','s:881:\"ru:К сожалению, сервер не смог обработать вашу правку из-за потери данных сессии.\n\n<em>Так как {{SITENAME}} разрешает использовать чистый HTML, предварительный просмотр отключён в качестве меры предотвращения JavaScript-атак.</em>\n\n<strong>Если это добросовестная попытка редактирования, пожалуйста, попробуйте ещё раз.</strong>\nЕсли не получается повторная правка, попробуйте [[Special:UserLogout|завершить сеанс]] работы, заново представиться и проверить, что ваш браузер разрешает использовать cookies на этом сайте.\";'),('ab','messages:sessionfailure','s:284:\"ru:Похоже, возникли проблемы с текущим сеансом работы;\nэто действие было отменено в целях предотвращения «захвата сеанса».\nПожалуйста, переотправьте форму.\";'),('ab','messages:sessionfailure-title','s:28:\"ru:Ошибка сеанса\";'),('ab','messages:sessionmanager-tie','s:163:\"ru:Невозможно использовать одновременно несколько типов проверки подлинности запроса: $1.\";'),('ab','messages:sessionprovider-generic','s:18:\"ru:$1 сессий\";'),('ab','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:42:\"ru:сессий на основе куки\";'),('ab','messages:sessionprovider-nocookies','s:146:\"ru:Могут быть отключены куки. Убедитесь, что у вас включены куки и начните заново.\";'),('ab','messages:shared-repo','s:35:\"ru:в общем хранилище\";'),('ab','messages:shared-repo-from','s:10:\"ru:из $1\";'),('ab','messages:shared-repo-name-wikimediacommons','s:28:\"ru:на Викискладе\";'),('ab','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ab','messages:sharedupload','s:105:\"ru:Этот файл из $1 и может использоваться в других проектах.\";'),('ab','messages:sharedupload-desc-create','s:238:\"ru:Этот файл из $1, он может использоваться на нескольких других сайтах.\nЕго описание можно изменить на [$2 соответствующей странице].\";'),('ab','messages:sharedupload-desc-edit','s:238:\"ru:Этот файл из $1, он может использоваться на нескольких других сайтах.\nЕго описание можно изменить на [$2 соответствующей странице].\";'),('ab','messages:sharedupload-desc-here','s:204:\"ru:Этот файл из $1 и может использоваться в других проектах.\nИнформация с его [$2 страницы описания] приведена ниже.\";'),('ab','messages:sharedupload-desc-there','s:233:\"ru:Этот файл из $1 и может использоваться в других проектах.\nДополнительную информацию можно найти на [$2 странице описания файла].\";'),('ab','messages:shortpages','s:36:\"ru:Короткие страницы\";'),('ab','messages:shortpages-summary','s:3:\"en:\";'),('ab','messages:show','s:23:\"ab:Иаарԥштәуп\";'),('ab','messages:show-big-image','s:34:\"ab:Ахалагаратә фаил\";'),('ab','messages:show-big-image-other','s:73:\"ab:{{PLURAL:$2|1=Даҽа алшара|Даҿа алшарақәа}}: $1.\";'),('ab','messages:show-big-image-preview','s:56:\"ab:Заатәи алаԥшхгара ишәагаа: $1.\";'),('ab','messages:show-big-image-preview-differ','s:87:\"ru:Размер этого $3-превью для исходного $2-файла: $1.\";'),('ab','messages:show-big-image-size','s:34:\"ab:$1 × $2 апиксельқәа\";'),('ab','messages:showdiff','s:42:\"ab:Аԥсахрақәа аарԥштәуп\";'),('ab','messages:showhideselectedlogentries','s:79:\"ru:Показать/скрыть выбранные записи журнала\";'),('ab','messages:showhideselectedversions','s:64:\"ru:Показать/скрыть выбранные версии\";'),('ab','messages:showingresults','s:297:\"ru:Ниже {{PLURAL:$1|1=показан <strong>1</strong> результат|показан  <strong>$1</strong> результат|показано <strong>$1</strong> результата|показаны <strong>$1</strong> результатов}}, начиная с № <strong>$2</strong>.\";'),('ab','messages:showingresultsinrange','s:244:\"ru:Ниже показано до {{PLURAL:$1|<strong>1</strong> результата|<strong>$1</strong> результата|<strong>$1</strong> результатов}} в диапазоне от <strong>$2</strong> до <strong>$3</strong>.\";'),('ab','messages:shown-title','s:117:\"ab:$1 {{PLURAL:$1|аԥшаара илҵшәа|аԥшаарақәа рылҵшәа}} адаҟьаҟны аарԥшра\";'),('ab','messages:showpreview','s:48:\"ab:Азԥхьахәаԥшра аарԥштәуп\";'),('ab','messages:showtoc','s:23:\"ab:иаарԥштәуп\";'),('ab','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ab','messages:sig-text','s:7:\"en:--$1\";'),('ab','messages:signature','s:71:\"ab:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|ахцәажәара]])\";'),('ab','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ab','messages:signature-temp','s:73:\"ru:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|обс.]])\";'),('ab','messages:signupend','s:3:\"en:\";'),('ab','messages:signupend-https','s:3:\"en:\";'),('ab','messages:signupstart','s:3:\"en:\";'),('ab','messages:simpleantispam-label','s:89:\"ru:Анти-спам проверка.\n<strong>Не</strong> заполняйте это!\";'),('ab','messages:site-atom-feed','s:26:\"ru:$1 — Atom-лента\";'),('ab','messages:site-rss-feed','s:24:\"ru:$1 — RSS-лента\";'),('ab','messages:sitecsspreview','s:155:\"ru:<strong>Помните, что это только предпросмотр этого CSS-файла, он ещё не опубликован!</strong>\";'),('ab','messages:sitecssprotected','s:202:\"ru:У вас нет прав на редактирование этой CSS-страницы, поскольку её изменение может повлиять на всех посетителей.\";'),('ab','messages:sitejsonpreview','s:168:\"ru:<strong>Помните, что это только предварительный просмотр JSON-файла, он ещё не опубликован!</strong>\";'),('ab','messages:sitejsonprotected','s:203:\"ru:У вас нет прав на редактирование этой JSON-страницы, поскольку её изменение может повлиять на всех посетителей.\";'),('ab','messages:sitejspreview','s:174:\"ru:<strong>Помните, что это только предварительный просмотр JavaScript-файла, он ещё не опубликован!</strong>\";'),('ab','messages:sitejsprotected','s:209:\"ru:У вас нет прав на редактирование этой JavaScript-страницы, поскольку её изменение может повлиять на всех посетителей.\";'),('ab','messages:sitenotice','s:4:\"en:-\";'),('ab','messages:siterawhtmlprotected','s:259:\"ru:У вас нет прав на редактирование этой страницы, поскольку она содержит чистый HTML, который может быть изменён и повлиять на всех посетителей.\";'),('ab','messages:sitesubtitle','s:3:\"en:\";'),('ab','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ab','messages:siteuser','s:89:\"ru:{{GENDER:$2|участник|участница}} {{grammar:genitive|{{SITENAME}}}} $1\";'),('ab','messages:siteusers','s:124:\"ru:{{PLURAL:$2|1={{GENDER:$1|участник|участница}}|участники}} {{grammar:genitive|{{SITENAME}}}} $1\";'),('ab','messages:size-bytes','s:48:\"ru:$1 {{PLURAL:$1|байт|байта|байт}}\";'),('ab','messages:size-exabytes','s:10:\"ru:$1 ЭБ\";'),('ab','messages:size-exapixel','s:16:\"ru:$1 Эпикс\";'),('ab','messages:size-gigabytes','s:10:\"ru:$1 ГБ\";'),('ab','messages:size-gigapixel','s:16:\"ru:$1 Гпикс\";'),('ab','messages:size-kilobytes','s:10:\"ru:$1 КБ\";'),('ab','messages:size-kilopixel','s:16:\"ru:$1 Кпикс\";'),('ab','messages:size-megabytes','s:10:\"ru:$1 МБ\";'),('ab','messages:size-megapixel','s:16:\"ru:$1 Мпикс\";'),('ab','messages:size-petabytes','s:10:\"ru:$1 ПБ\";'),('ab','messages:size-petapixel','s:16:\"ru:$1 Ппикс\";'),('ab','messages:size-pixel','s:26:\"ru:$1 {{PLURAL:$1|пкс}}\";'),('ab','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ab','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ab','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ab','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ab','messages:size-terabytes','s:10:\"ru:$1 ТБ\";'),('ab','messages:size-terapixel','s:16:\"ru:$1 Тпикс\";'),('ab','messages:size-yottabytes','s:10:\"ru:$1 ЙБ\";'),('ab','messages:size-yottapixel','s:16:\"ru:$1 Ипикс\";'),('ab','messages:size-zettabytes','s:10:\"ru:$1 ЗБ\";'),('ab','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ab','messages:skin-action-addsection','s:30:\"ab:Атема ацҵатәуп\";'),('ab','messages:skin-action-delete','s:21:\"ab:Ианыхтәуп\";'),('ab','messages:skin-action-move','s:26:\"ab:Ахьӡ аԥсахра\";'),('ab','messages:skin-action-protect','s:19:\"ru:Защитить\";'),('ab','messages:skin-action-undelete','s:27:\"ru:Восстановить\";'),('ab','messages:skin-action-unprotect','s:32:\"ru:Изменить защиту\";'),('ab','messages:skin-action-viewdeleted','s:29:\"ru:Просмотреть $1?\";'),('ab','messages:skin-action-viewsource','s:34:\"ab:Акод иахәаԥштәуп\";'),('ab','messages:skin-preview','s:27:\"ru:Предпросмотр\";'),('ab','messages:skin-view-create','s:17:\"ab:Арҿиара\";'),('ab','messages:skin-view-create-local','s:34:\"ru:Создать локально\";'),('ab','messages:skin-view-edit','s:29:\"ab:Аредакциазура\";'),('ab','messages:skin-view-edit-local','s:65:\"ru:Редактировать локальное описание\";'),('ab','messages:skin-view-foreign','s:46:\"ab:Асаит $1 аҟны ахәаԥштәуп\";'),('ab','messages:skin-view-history','s:17:\"ab:Аҭоурых\";'),('ab','messages:skin-view-view','s:17:\"ab:Аԥхьара\";'),('ab','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ab','messages:skinname-vector','s:44:\"ru:Вектор, устаревшая (2010)\";'),('ab','messages:skinname-vector-2022','s:22:\"ru:Вектор (2022)\";'),('ab','messages:slot-name-main','s:19:\"ru:Основное\";'),('ab','messages:softblockrangesreason','s:152:\"ru:Анонимные правки не разрешены с вашего IP-адреса ($1). Пожалуйста, войдите в систему.\";'),('ab','messages:sorbs','s:8:\"en:DNSBL\";'),('ab','messages:sorbs_create_account_reason','s:154:\"ru:Ваш IP-адрес числится как открытый прокси в DNSBL. Вы не можете создать учётную запись.\";'),('ab','messages:sorbsreason','s:87:\"ru:Ваш IP-адрес числится как открытый прокси в DNSBL.\";'),('ab','messages:sort-ascending','s:53:\"ru:Упорядочить по возрастанию\";'),('ab','messages:sort-descending','s:47:\"ru:Упорядочить по убыванию\";'),('ab','messages:sort-initial','s:42:\"ru:Начальная сортировка\";'),('ab','messages:sort-rowspan-error','s:277:\"ru:Эта страница содержит таблицу с атрибутом rowspan, который охватывает больше строк, чем есть в таблице. Вы можете исправить это, отредактировав страницу.\";'),('ab','messages:sourcefilename','s:29:\"ru:Исходный файл:\";'),('ab','messages:sourceurl','s:37:\"ru:URL-адрес источника:\";'),('ab','messages:sp-contributions-blocked-notice','s:266:\"ru:{{GENDER:$1|Этот участник|Эта участница}} в данный момент {{GENDER:$1|заблокирован|заблокирована}}. Ниже приведена последняя запись из журнала блокировок:\";'),('ab','messages:sp-contributions-blocked-notice-anon','s:182:\"ru:Этот IP-адрес в данный момент заблокирован. Ниже приведена последняя запись из журнала блокировок:\";'),('ab','messages:sp-contributions-blocked-notice-anon-partial','s:199:\"ru:Этот IP-адрес в данный момент частично заблокирован.\nНиже приведена последняя запись из журнала блокировок:\";'),('ab','messages:sp-contributions-blocked-notice-partial','s:202:\"ru:Этот участник в данный момент частично заблокирован.\nНиже приведена последняя запись из журнала блокировок:\";'),('ab','messages:sp-contributions-blocklog','s:23:\"ru:блокировки\";'),('ab','messages:sp-contributions-concurrency-ip','s:174:\"ru:Извините, c вашего IP-адреса было сделано слишком много запросов. Пожалуйста, попробуйте позже.\";'),('ab','messages:sp-contributions-concurrency-user','s:184:\"ru:Извините, c вашей учётной записи было сделано слишком много запросов. Пожалуйста, попробуйте позже.\";'),('ab','messages:sp-contributions-deleted','s:86:\"ru:удалённые правки {{GENDER:$1|участника|участницы}}\";'),('ab','messages:sp-contributions-explain','s:3:\"en:\";'),('ab','messages:sp-contributions-footer','s:4:\"en:-\";'),('ab','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ab','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ab','messages:sp-contributions-hideminor','s:39:\"ru:Скрыть малые правки\";'),('ab','messages:sp-contributions-logs','s:23:\"ab:ажурналқәа\";'),('ab','messages:sp-contributions-newonly','s:105:\"ru:Показывать только правки, являющиеся созданием страниц\";'),('ab','messages:sp-contributions-outofrange','s:150:\"ru:Не удаётся показать результаты. Запрашиваемый IP-диапазон больше, чем лимит CIDR /$1.\";'),('ab','messages:sp-contributions-search','s:26:\"ru:Поиск вклада\";'),('ab','messages:sp-contributions-submit','s:17:\"ab:Аԥшаара\";'),('ab','messages:sp-contributions-suppresslog','s:80:\"ru:скрытый вклад {{GENDER:$1|участника|участницы}}\";'),('ab','messages:sp-contributions-talk','s:23:\"ab:ахцәажәара\";'),('ab','messages:sp-contributions-toponly','s:109:\"ru:Показывать только правки, являющиеся последними версиями\";'),('ab','messages:sp-contributions-uploads','s:19:\"ru:загрузки\";'),('ab','messages:sp-contributions-username','s:48:\"ab:IP-адрес ма алахәыла ихьӡ:\";'),('ab','messages:sp-contributions-userrights','s:90:\"ru:управление правами {{GENDER:$1|участника|участницы}}\";'),('ab','messages:sp-deletedcontributions-contribs','s:13:\"ru:вклад\";'),('ab','messages:sp-newimages-showfrom','s:67:\"ru:Показать новые файлы, начиная с $2, $1\";'),('ab','messages:spam_blanking','s:76:\"ru:Все версии содержат ссылки на $1, очистка\";'),('ab','messages:spam_deleting','s:105:\"ru:Все версии содержали ссылки на $1, производится удаление\";'),('ab','messages:spam_reverting','s:96:\"ru:Откат к последней версии, не содержащей ссылки на $1\";'),('ab','messages:spambot_username','s:26:\"ru:Чистка спама\";'),('ab','messages:spamprotectionmatch','s:103:\"ru:Следующая ссылка вызвала срабатывание спам-фильтра: $1.\";'),('ab','messages:spamprotectiontext','s:265:\"ru:Текст, который вы хотите опубликовать, заблокирован спам-фильтром.\nВероятно, это из-за того, что он содержит ссылку на запрещённый внешний сайт.\";'),('ab','messages:spamprotectiontitle','s:24:\"ru:Спам-фильтр\";'),('ab','messages:special-characters-group-arabic','s:15:\"ab:Араԥтә\";'),('ab','messages:special-characters-group-arabicextended','s:42:\"ru:Арабские расширенные\";'),('ab','messages:special-characters-group-bangla','s:25:\"ru:Бенгальские\";'),('ab','messages:special-characters-group-canadianaboriginal','s:51:\"ru:Канадское слоговое письмо\";'),('ab','messages:special-characters-group-cyrillic','s:21:\"ab:Акирилица\";'),('ab','messages:special-characters-group-devanagari','s:23:\"ru:Деванагари\";'),('ab','messages:special-characters-group-greek','s:21:\"ab:Аберзентә\";'),('ab','messages:special-characters-group-greekextended','s:44:\"ru:Расширенный греческий\";'),('ab','messages:special-characters-group-gujarati','s:21:\"ru:Гуджарати\";'),('ab','messages:special-characters-group-hebrew','s:13:\"ru:Иврит\";'),('ab','messages:special-characters-group-ipa','s:15:\"ru:МФА (IPA)\";'),('ab','messages:special-characters-group-khmer','s:21:\"ru:Кхмерские\";'),('ab','messages:special-characters-group-lao','s:19:\"ru:Лаосские\";'),('ab','messages:special-characters-group-latin','s:15:\"ab:Алаҭын\";'),('ab','messages:special-characters-group-latinextended','s:44:\"ru:Латинские расширенные\";'),('ab','messages:special-characters-group-persian','s:23:\"ru:Персидские\";'),('ab','messages:special-characters-group-runes','s:11:\"ru:Руны\";'),('ab','messages:special-characters-group-sinhala','s:25:\"ru:Сингальские\";'),('ab','messages:special-characters-group-symbols','s:17:\"ru:Символы\";'),('ab','messages:special-characters-group-tamil','s:23:\"ru:Тамильский\";'),('ab','messages:special-characters-group-telugu','s:15:\"ru:Телугу\";'),('ab','messages:special-characters-group-thai','s:17:\"ru:Тайские\";'),('ab','messages:special-characters-title-emdash','s:26:\"ru:длинное тире\";'),('ab','messages:special-characters-title-endash','s:26:\"ru:среднее тире\";'),('ab','messages:special-characters-title-minus','s:22:\"ru:знак минус\";'),('ab','messages:specialdeletepage-page','s:34:\"ru:Целевая страница\";'),('ab','messages:specialdeletepage-submit','s:37:\"ru:Перейти к странице\";'),('ab','messages:specialeditpage-page','s:34:\"ru:Целевая страница\";'),('ab','messages:specialeditpage-submit','s:39:\"ru:Перейти на страницу\";'),('ab','messages:speciallogtitlelabel','s:97:\"ru:Цель (название страницы или «{{ns:user}}:Имя участника»):\";'),('ab','messages:specialloguserlabel','s:22:\"ab:Ауснагӡаҩ:\";'),('ab','messages:specialmute','s:27:\"ru:Игнорировать\";'),('ab','messages:specialmute-email-footer','s:180:\"ru:Для управления настройками эл. почты {{GENDER:$2|участника|участницы}} {{BIDI:$2}}, пожалуйста, посетите <$1>.\";'),('ab','messages:specialmute-error-invalid-user','s:97:\"ru:Указанное вами имя участника не может быть найдено.\";'),('ab','messages:specialmute-error-no-options','s:424:\"ru:Функция игнорирования уведомлений недоступна. Это вызвано либо тем, что вы не подтвердили адрес электронной почты, либо тем, что администраторы вики-проекта отключили в нём отправку электронной почты или список её игнорирования.\";'),('ab','messages:specialmute-header','s:201:\"ru:Пожалуйста, выберите настройки игнорирования уведомлений для {{GENDER:$1|участника|участницы}} <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ab','messages:specialmute-label-mute-email','s:155:\"ru:Запретить {{GENDER:$1|этому участнику|этой участнице}} отправлять мне электронную почту\";'),('ab','messages:specialmute-login-required','s:138:\"ru:Пожалуйста, войдите, чтобы изменить настройки игнорирования уведомлений.\";'),('ab','messages:specialmute-submit','s:25:\"ru:Подтвердить\";'),('ab','messages:specialmute-success','s:236:\"ru:Настройки игнорирования уведомлений успешно изменены. Смотрите всех игнорируемых участников в [[Special:Preferences|своих настройках]].\";'),('ab','messages:specialpage','s:34:\"ab:Испециалу адаҟьа\";'),('ab','messages:specialpage-empty','s:51:\"ru:Запрос не дал результатов.\";'),('ab','messages:specialpage-securitylevel-not-allowed','s:185:\"ru:Извините, вам не можете использовать эту страницу, поскольку ваша личность не может быть проверена.\";'),('ab','messages:specialpage-securitylevel-not-allowed-title','s:26:\"ru:Не разрешено\";'),('ab','messages:specialpagehistory-page','s:34:\"ru:Целевая страница\";'),('ab','messages:specialpagehistory-submit','s:37:\"ru:Перейти к странице\";'),('ab','messages:specialpageinfo-page','s:34:\"ru:Целевая страница\";'),('ab','messages:specialpageinfo-submit','s:37:\"ru:Перейти к странице\";'),('ab','messages:specialpages','s:34:\"ab:Испециалу адаҟьа\";'),('ab','messages:specialpages-group-changes','s:46:\"ru:Свежие правки и журналы\";'),('ab','messages:specialpages-group-developer','s:50:\"ru:Инструменты разработчика\";'),('ab','messages:specialpages-group-highuse','s:65:\"ru:Интенсивно используемые страницы\";'),('ab','messages:specialpages-group-login','s:34:\"ab:Аҭалара / Аҽҭаҩра\";'),('ab','messages:specialpages-group-maintenance','s:65:\"ru:Отчёты технического обслуживания\";'),('ab','messages:specialpages-group-media','s:69:\"ru:Отчёты о медиаматериалах и загрузка\";'),('ab','messages:specialpages-group-other','s:51:\"ru:Другие служебные страницы\";'),('ab','messages:specialpages-group-pages','s:30:\"ru:Списки страниц\";'),('ab','messages:specialpages-group-pagetools','s:47:\"ru:Инструменты для страниц\";'),('ab','messages:specialpages-group-redirects','s:71:\"ru:Перенаправляющие служебные страницы\";'),('ab','messages:specialpages-group-spam','s:49:\"ru:Инструменты против спама\";'),('ab','messages:specialpages-group-users','s:35:\"ru:Участники и права\";'),('ab','messages:specialpages-group-wiki','s:41:\"ru:Данные и инструменты\";'),('ab','messages:specialpages-note-cached','s:4:\"en:-\";'),('ab','messages:specialpages-note-restricted','s:186:\"ru:* Обычные служебные страницы.\n* <span class=\"mw-specialpagerestricted\">Служебные страницы с ограниченным доступом.</span>\";'),('ab','messages:specialpages-note-top','s:17:\"ru:Легенда\";'),('ab','messages:specialpages-summary','s:3:\"en:\";'),('ab','messages:specialprotectpage-page','s:34:\"ru:Целевая страница\";'),('ab','messages:specialprotectpage-submit','s:37:\"ru:Перейти к странице\";'),('ab','messages:specialpurge-page','s:34:\"ru:Целевая страница\";'),('ab','messages:specialpurge-submit','s:37:\"ru:Перейти к странице\";'),('ab','messages:statistics','s:25:\"ab:Астатистика\";'),('ab','messages:statistics-articles','s:15:\"ru:Статей\";'),('ab','messages:statistics-articles-desc','s:3:\"en:\";'),('ab','messages:statistics-edits','s:97:\"ru:Число правок с момента установки {{grammar:genitive|{{SITENAME}}}}\";'),('ab','messages:statistics-edits-average','s:63:\"ru:Среднее число правок на страницу\";'),('ab','messages:statistics-files','s:34:\"ru:Загружено файлов\";'),('ab','messages:statistics-files-desc','s:3:\"en:\";'),('ab','messages:statistics-footer','s:3:\"en:\";'),('ab','messages:statistics-header-edits','s:36:\"ru:Статистика правок\";'),('ab','messages:statistics-header-hooks','s:36:\"ru:Другая статистика\";'),('ab','messages:statistics-header-pages','s:47:\"ru:Статистика по страницам\";'),('ab','messages:statistics-header-users','s:49:\"ru:Статистика по участникам\";'),('ab','messages:statistics-pages','s:17:\"ru:Страниц\";'),('ab','messages:statistics-pages-desc','s:140:\"ru:Все страницы в вики, включая страницы обсуждения, перенаправления и прочее\";'),('ab','messages:statistics-summary','s:3:\"en:\";'),('ab','messages:statistics-users','s:58:\"ru:Зарегистрированные участники\";'),('ab','messages:statistics-users-active','s:38:\"ru:Активные участники\";'),('ab','messages:statistics-users-active-desc','s:192:\"ru:Участники, совершившие какое-либо действие за {{PLURAL:$1|последний $1 день|последние $1 дня|последние $1 дней}}\";'),('ab','messages:storedversion','s:38:\"ru:Сохранённая версия\";'),('ab','messages:subcategories','s:35:\"ab:Акатегориеиҵақәа\";'),('ab','messages:subject','s:12:\"ru:Тема:\";'),('ab','messages:summary','s:37:\"ab:Аԥсахрақәа ахҳәаа:\";'),('ab','messages:summary-preview','s:64:\"ru:Предпросмотр описания изменения:\";'),('ab','messages:sun','s:9:\"ab:Амҽ\";'),('ab','messages:sunday','s:15:\"ab:Амҽыша\";'),('ab','messages:sunday-at','s:34:\"ru:в воскресенье в $1\";'),('ab','messages:suppress','s:19:\"ru:Сокрытие\";'),('ab','messages:suppressionlog','s:32:\"ru:Журнал сокрытий\";'),('ab','messages:suppressionlogtext','s:322:\"ru:Ниже представлен список удалений и блокировок, затрагивающих скрытые от администраторов материалы.\nВ [[Special:BlockList|списке блокировок]] можно найти перечень текущих блокировок.\";'),('ab','messages:suspicious-userlogout','s:239:\"ru:Ваш запрос на завершение сеанса отклонён, так как он похож на запрос, отправленный некорректным браузером или кэширующим прокси.\";'),('ab','messages:svg-long-desc','s:131:\"ab:SVG афаил, номиналла $1 × $2 {{PLURAL:$2|апиксель|апиксельқәа}}, афаил ашәагаа: $3\";'),('ab','messages:svg-long-desc-animated','s:109:\"ru:Анимированный SVG-файл, номинально $1 × $2 пкс, размер файла: $3\";'),('ab','messages:svg-long-error','s:44:\"ru:Неправильный SVG-файл: $1\";'),('ab','messages:syntaxhighlight-desc','s:229:\"ru:Обеспечивает подсветки синтаксиса <code>&lt;syntaxhighlight&gt;</code> с помощью [http://pygments.org/ Pygments — средства подсветки синтаксиса для Python]\";'),('ab','messages:syntaxhighlight-enclose-category','s:114:\"ru:Страницы с устаревшим атрибутом подсветки синтаксиса «enclose»\";'),('ab','messages:syntaxhighlight-enclose-category-desc','s:126:\"ru:Подсветка синтаксиса на странице использует устаревший синтаксис.\";'),('ab','messages:syntaxhighlight-error-category','s:82:\"ru:Страницы с ошибками в подсветке синтаксиса\";'),('ab','messages:syntaxhighlight-error-category-desc','s:131:\"ru:Произошла ошибка при попытке подсветки кода, включённого на страницу.\";'),('ab','messages:syntaxhighlight-error-exceeds-size-limit','s:175:\"ru:Размер кода ($1 {{PLURAL:$1|байт|байта|байт}}) превышает разрешённый лимит в $2 {{PLURAL:$2|байт|байта|байт}}.\";'),('ab','messages:syntaxhighlight-error-pygments-invocation-failure','s:40:\"ru:Сбой при вызове Pygments\";'),('ab','messages:syntaxhighlight-error-unknown-language','s:41:\"ru:Неизвестный язык «$1»\";'),('ab','messages:syntaxhighlight-source-category','s:80:\"ru:Страницы, использующие устаревший тег source\";'),('ab','messages:syntaxhighlight-source-category-desc','s:144:\"ru:Подсветка синтаксиса на этой странице использует устаревшие теги источника.\";'),('ab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:9:\"ru:Код\";'),('ab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"ru:Язык\";'),('ab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:17:\"ru:(ничего)\";'),('ab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:43:\"ru:Показать номера строк\";'),('ab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:45:\"ru:начинающий номер линии\";'),('ab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:28:\"ru:Фрагмент кода\";'),('ab','messages:systemblockedtext','s:481:\"ru:Ваше имя участника или IP-адрес были автоматически заблокированы MediaWiki.\nУказана следующая причина:\n\n:<em>$2</em>\n\n* Начало блокировки: $8\n* Окончание блокировки: $6\n* Цель блокировки: $7\n\nВаш текущий IP-адрес $3.\nПожалуйста, указывайте все эти сведения в любых своих обращениях.\";'),('ab','messages:table_pager_empty','s:22:\"ru:Не найдено\";'),('ab','messages:table_pager_first','s:32:\"ru:Первая страница\";'),('ab','messages:table_pager_last','s:38:\"ru:Последняя страница\";'),('ab','messages:table_pager_limit','s:63:\"ru:Показать $1 элементов на странице\";'),('ab','messages:table_pager_limit_label','s:40:\"ru:Записей на страницу:\";'),('ab','messages:table_pager_limit_submit','s:21:\"ru:Выполнить\";'),('ab','messages:table_pager_next','s:38:\"ru:Следующая страница\";'),('ab','messages:table_pager_prev','s:40:\"ru:Предыдущая страница\";'),('ab','messages:tag-filter','s:44:\"ru:Фильтр [[Special:Tags|меток]]:\";'),('ab','messages:tag-filter-submit','s:29:\"ru:Отфильтровать\";'),('ab','messages:tag-hidden','s:29:\"ru:$1 (скрытый тег)\";'),('ab','messages:tag-list-wrapper','s:71:\"ab:[[Special:Tags|{{PLURAL:$1|1=Ахҵара|Ахҵарақәа}}]]: $2\";'),('ab','messages:tag-mobile_edit','s:47:\"ru:Правка с моб. устройства\";'),('ab','messages:tag-mobile_edit-description','s:110:\"ru:Правки с мобильного устройства (через сайт или приложение)\";'),('ab','messages:tag-mobile_web_edit','s:69:\"ru:Правка через мобильную версию сайта\";'),('ab','messages:tag-mobile_web_edit-description','s:89:\"ru:Правка, сделанная через мобильную версию сайта\";'),('ab','messages:tag-mw-blank','s:17:\"ru:очистка\";'),('ab','messages:tag-mw-blank-description','s:52:\"ru:Правки, очищающие страницу\";'),('ab','messages:tag-mw-changed-redirect-target','s:61:\"ru:изменение цели перенаправления\";'),('ab','messages:tag-mw-changed-redirect-target-description','s:88:\"ru:Правки, которые изменяют цель перенаправления\";'),('ab','messages:tag-mw-contentmodelchange','s:57:\"ru:изменение модели содержимого\";'),('ab','messages:tag-mw-contentmodelchange-description','s:177:\"ru:Правки, которые [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel изменяют модель содержимого] страницы\";'),('ab','messages:tag-mw-manual-revert','s:28:\"ru:ручная отмена\";'),('ab','messages:tag-mw-manual-revert-description','s:123:\"ru:Правки, вручную восстанавливающие предыдущее состояние страницы\";'),('ab','messages:tag-mw-new-redirect','s:44:\"ru:новое перенаправление\";'),('ab','messages:tag-mw-new-redirect-description','s:165:\"ru:Правки, которые создают новое перенаправление или изменяют страницу на перенаправление\";'),('ab','messages:tag-mw-removed-redirect','s:48:\"ru:удалено перенаправление\";'),('ab','messages:tag-mw-removed-redirect-description','s:145:\"ru:Правки, которые изменяют существующее перенаправление на не-перенаправление\";'),('ab','messages:tag-mw-replace','s:15:\"ru:замена\";'),('ab','messages:tag-mw-replace-description','s:103:\"ru:Правки, которые удаляют более 90 % содержимого страницы\";'),('ab','messages:tag-mw-reverted','s:19:\"ru:отменено\";'),('ab','messages:tag-mw-reverted-description','s:98:\"ru:Правки были впоследствии отменены другими правками\";'),('ab','messages:tag-mw-rollback','s:13:\"ru:откат\";'),('ab','messages:tag-mw-rollback-description','s:132:\"ru:Правки, которые откатывают предыдущие правки по нажатию ссылки отката\";'),('ab','messages:tag-mw-server-side-upload','s:54:\"ru:Загрузка на стороне сервера\";'),('ab','messages:tag-mw-server-side-upload-description','s:106:\"ru:Медиа-файлы, загруженные с помощью скрипта обслуживания\";'),('ab','messages:tag-mw-undo','s:15:\"ru:отмена\";'),('ab','messages:tag-mw-undo-description','s:110:\"ru:Правки, отменяющие предыдущие с помощью ссылки «отменить»\";'),('ab','messages:tagline','s:28:\"ab:{{SITENAME}} аҟнытә\";'),('ab','messages:tags','s:55:\"ru:Действующие метки изменений\";'),('ab','messages:tags-actions-header','s:19:\"ru:Действия\";'),('ab','messages:tags-activate','s:27:\"ru:активировать\";'),('ab','messages:tags-activate-not-allowed','s:67:\"ru:Невозможно активировать метку «$1».\";'),('ab','messages:tags-activate-not-found','s:47:\"ru:Метка «$1» не существует.\";'),('ab','messages:tags-activate-question','s:74:\"ru:Вы собираетесь активировать метку «$1».\";'),('ab','messages:tags-activate-reason','s:18:\"ru:Причина:\";'),('ab','messages:tags-activate-submit','s:27:\"ru:Активировать\";'),('ab','messages:tags-activate-title','s:38:\"ru:Активировать метку\";'),('ab','messages:tags-active-header','s:18:\"ru:Активна?\";'),('ab','messages:tags-active-no','s:9:\"ab:Мап\";'),('ab','messages:tags-active-yes','s:9:\"ab:Ааи\";'),('ab','messages:tags-apply-blocked','s:154:\"ru:Вы не можете применять метки правок к своим правкам, пока {{GENDER:$1|вы}} заблокированы.\";'),('ab','messages:tags-apply-no-permission','s:117:\"ru:У вас нет права применять метки изменения к своими изменениям.\";'),('ab','messages:tags-apply-not-allowed-multi','s:183:\"ru:{{PLURAL:$2|Следующая метка не может быть применена|Следующие метки не могут быть применены}} вручную: $1\";'),('ab','messages:tags-apply-not-allowed-one','s:80:\"ru:Метка «$1» не может быть применена вручную.\";'),('ab','messages:tags-create-already-exists','s:49:\"ru:Метка «$1» уже существует.\";'),('ab','messages:tags-create-explanation','s:188:\"ru:Вновь созданные метки по умолчанию будут созданы доступными для использования участниками и ботами.\";'),('ab','messages:tags-create-heading','s:39:\"ru:Создать новую метку\";'),('ab','messages:tags-create-invalid-chars','s:184:\"ru:Имена меток не должны содержать запятые (<code>,</code>), пайпы (<code>|</code>) или символы косой черты (<code>/</code>).\";'),('ab','messages:tags-create-invalid-title-chars','s:182:\"ru:Имена меток не должны содержать символы, которые не могут быть использованы в заголовках страниц.\";'),('ab','messages:tags-create-no-name','s:54:\"ru:Вы должны указать имя метки.\";'),('ab','messages:tags-create-reason','s:18:\"ru:Причина:\";'),('ab','messages:tags-create-submit','s:17:\"ru:Создать\";'),('ab','messages:tags-create-tag-name','s:31:\"ru:Название метки:\";'),('ab','messages:tags-create-warnings-above','s:192:\"ru:При попытке создать метку «$1» обнаружен{{PLURAL:$2|о следующее предупреждение|ы следующие предупреждения}}:\";'),('ab','messages:tags-create-warnings-below','s:70:\"ru:Вы хотите продолжить создание метки?\";'),('ab','messages:tags-deactivate','s:21:\"ru:отключить\";'),('ab','messages:tags-deactivate-not-allowed','s:61:\"ru:Невозможно отключить метку «$1».\";'),('ab','messages:tags-deactivate-question','s:68:\"ru:Вы собираетесь отключить метку «$1».\";'),('ab','messages:tags-deactivate-reason','s:18:\"ru:Причина:\";'),('ab','messages:tags-deactivate-submit','s:21:\"ru:Отключить\";'),('ab','messages:tags-deactivate-title','s:32:\"ru:Отключить метку\";'),('ab','messages:tags-delete','s:17:\"ru:удалить\";'),('ab','messages:tags-delete-explanation-active','s:336:\"ru:<strong>Метка «$1» по-прежнему активна и будет по-прежнему применяться в будущем.</strong> Чтобы этого не происходило, перейдите туда, где установлено использование метки, и отключить её там.\";'),('ab','messages:tags-delete-explanation-in-use','s:280:\"ru:Она будет удалена из {{PLURAL:$2|$2 версии или записи в журнале, к которой|всех $2 версиях и/или записях в журнале, к которым}} она применяется в настоящее время.\";'),('ab','messages:tags-delete-explanation-initial','s:91:\"ru:Вы собираетесь удалить метку «$1» из базы данных.\";'),('ab','messages:tags-delete-explanation-warning','s:336:\"ru:Это действие <strong>необратимо</strong> и <strong>не может быть отменено</strong> даже администраторами базы данных. Вы должны быть уверены, что это действительно метка, которую вы хотите удалить.\";'),('ab','messages:tags-delete-no-permission','s:81:\"ru:У вас нет прав на удаление изменений меток.\";'),('ab','messages:tags-delete-not-allowed','s:218:\"ru:Метки, определённые расширением, не могут быть удалены, если только расширения явно не даёт возможности этого делать.\";'),('ab','messages:tags-delete-not-found','s:47:\"ru:Метка «$1» не существует.\";'),('ab','messages:tags-delete-reason','s:18:\"ru:Причина:\";'),('ab','messages:tags-delete-submit','s:60:\"ru:Безвозвратно удалить эту метку\";'),('ab','messages:tags-delete-title','s:28:\"ru:Удалить метку\";'),('ab','messages:tags-delete-too-many-uses','s:190:\"ru:Метка «$1» применяется в более чем $2 {{PLURAL:$2|версии|версиям}}, что означает, что она не может быть удалена.\";'),('ab','messages:tags-delete-warnings-after-delete','s:221:\"ru:Метка «$1» была удалена, но {{PLURAL:$2|было обнаружено следующее предупреждение|были обнаружены следующие предупреждения}}:\";'),('ab','messages:tags-description-header','s:49:\"ru:Полное описание значения\";'),('ab','messages:tags-display-header','s:62:\"ru:Отображение в списках изменений\";'),('ab','messages:tags-edit','s:17:\"ru:править\";'),('ab','messages:tags-edit-add','s:38:\"ru:Добавить эти метки:\";'),('ab','messages:tags-edit-chosen-no-results','s:64:\"ru:Соответствующие метки не найдены\";'),('ab','messages:tags-edit-chosen-placeholder','s:65:\"ru:Выберите один или несколько тегов\";'),('ab','messages:tags-edit-existing-tags','s:39:\"ru:Существующие метки:\";'),('ab','messages:tags-edit-existing-tags-none','s:18:\"ru:<em>Нет</em>\";'),('ab','messages:tags-edit-failure','s:64:\"ru:Изменения не удалось применить.\n$1\";'),('ab','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ab','messages:tags-edit-logentry-legend','s:103:\"ru:Добавить или удалить теги из {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('ab','messages:tags-edit-logentry-selected','s:98:\"ru:{{PLURAL:$1|1=Выбранная запись|Выбранные записи}} журнала:\";'),('ab','messages:tags-edit-logentry-submit','s:127:\"ru:Применить изменения к {{PLURAL:$1|этой записи журнала|$1 записям журнала}}\";'),('ab','messages:tags-edit-manage-link','s:36:\"ru:Управление тегами\";'),('ab','messages:tags-edit-new-tags','s:25:\"ru:Новые метки:\";'),('ab','messages:tags-edit-none-selected','s:138:\"ru:Пожалуйста, выберите по крайней мере один тег, чтобы добавить или удалить.\";'),('ab','messages:tags-edit-nooldid-text','s:187:\"ru:Вы не задали целевую версию (версии) для выполнения этой функции, или указанная версия не существует.\";'),('ab','messages:tags-edit-nooldid-title','s:48:\"ru:Не задана целевая версия\";'),('ab','messages:tags-edit-reason','s:18:\"ru:Причина:\";'),('ab','messages:tags-edit-remove','s:36:\"ru:Удалить эти метки:\";'),('ab','messages:tags-edit-remove-all-tags','s:37:\"ru:(удалить все метки)\";'),('ab','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ab','messages:tags-edit-revision-legend','s:118:\"ru:Добавить или удалить теги из {{PLURAL:$1|1=этой версии|всех $1 версий}}\";'),('ab','messages:tags-edit-revision-selected','s:89:\"ru:{{PLURAL:$1|Выбранная версия|Выбранные версии}} [[:$2]]:\";'),('ab','messages:tags-edit-revision-submit','s:97:\"ru:Применить изменения к {{PLURAL:$1|этой версии|$1 версиям}}\";'),('ab','messages:tags-edit-success','s:50:\"ru:Изменения были применены.\";'),('ab','messages:tags-edit-title','s:38:\"ru:Редактировать теги\";'),('ab','messages:tags-hidden','s:15:\"ru:скрыто\";'),('ab','messages:tags-hitcount','s:76:\"ru:$1 {{PLURAL:$1|изменение|изменения|изменений}}\";'),('ab','messages:tags-hitcount-header','s:36:\"ru:Отмеченные правки\";'),('ab','messages:tags-intro','s:221:\"ru:На этой странице приведён список меток, которыми программное обеспечение отмечает правки, а также значения этих меток.\";'),('ab','messages:tags-manage-blocked','s:129:\"ru:Вы не можете управлять метками правок, пока {{GENDER:$1|вы}} заблокированы.\";'),('ab','messages:tags-manage-no-permission','s:89:\"ru:У вас нет прав на управление изменениями меток.\";'),('ab','messages:tags-source-extension','s:75:\"ru:Определяется программным обеспечением\";'),('ab','messages:tags-source-header','s:19:\"ru:Источник\";'),('ab','messages:tags-source-manual','s:73:\"ru:Вносятся вручную участниками и ботами\";'),('ab','messages:tags-source-none','s:45:\"ru:Больше не используется\";'),('ab','messages:tags-summary','s:3:\"en:\";'),('ab','messages:tags-tag','s:20:\"ru:Имя метки\";'),('ab','messages:tags-title','s:13:\"ru:Метки\";'),('ab','messages:tags-update-add-not-allowed-multi','s:121:\"ru:{{PLURAL:$2|Следующий тег|Следующие теги}} нельзя добавлять вручную: $1\";'),('ab','messages:tags-update-add-not-allowed-one','s:72:\"ru:Тег \"$1\" не может быть добавлен вручную.\";'),('ab','messages:tags-update-blocked','s:147:\"ru:Вы не можете добавлять или удалять метки правок, пока {{GENDER:$1|вы}} заблокированы.\";'),('ab','messages:tags-update-no-permission','s:189:\"ru:У вас нет права на добавление или изменение меток изменения из отдельных версий или записей журналов.\";'),('ab','messages:tags-update-remove-not-allowed-multi','s:175:\"ru:{{PLURAL:$2|Следующая метка не может быть удалена|Следующие метки не могут быть удалены}} вручную: $1\";'),('ab','messages:tags-update-remove-not-allowed-one','s:61:\"ru:Метка «$1» не может быть удалена.\";'),('ab','messages:talk','s:23:\"ab:Ахцәажәара\";'),('ab','messages:talkpageheader','s:4:\"en:-\";'),('ab','messages:talkpagelinktext','s:23:\"ab:ахцәажәара\";'),('ab','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ab','messages:template-equals-category','s:67:\"ru:Страницы, использующие = как шаблон\";'),('ab','messages:template-equals-category-desc','s:365:\"ru:Страница содержит <code><nowiki>{{=}}</nowiki></code>, но в этой вики не расширяется до <code>=</code>. Это использование не рекомендуется; будущая версия MediaWiki будет реализовывать <code><nowiki>{{=}}</nowiki></code> как функцию парсера.\";'),('ab','messages:template-equals-warning','s:478:\"ru:<strong>Предупреждение:</strong> На этой странице используется <code><nowiki>{{=}}</nowiki></code>, но в этой вики он не расширяется до <code>=</code>. Это использование не рекомендуется; будущая версия MediaWiki будет реализовывать <code><nowiki>{{=}}</nowiki></code> как функцию синтаксического анализатора.\";'),('ab','messages:template-loop-category','s:57:\"ru:Страницы с петлями в шаблонах\";'),('ab','messages:template-loop-category-desc','s:164:\"ru:Эта страница содержит петлю в шаблоне, т.е. шаблон, который рекурсивно вызывает сам себя.\";'),('ab','messages:template-loop-warning','s:250:\"ru:<strong>Предупреждение:</strong> Эта страница вызывает [[:$1]], который приводит к возникновению цикла в шаблоне (бесконечный рекурсивный вызов).\";'),('ab','messages:template-protected','s:15:\"ab:(ихьчо)\";'),('ab','messages:template-semiprotected','s:32:\"ab:(хәҭакала ихьчо)\";'),('ab','messages:templatepage','s:57:\"ru:Просмотреть страницу шаблона\";'),('ab','messages:templatesused','s:102:\"ab:{{PLURAL:$1|1=Ашаблон|Ашаблонқәа}} ахархәара змоу адаҟьаҟны:\";'),('ab','messages:templatesusedpreview','s:142:\"ru:{{PLURAL:$1|1=Шаблон, используемый|Шаблоны, используемые}} в режиме предпросмотра:\";'),('ab','messages:templatesusedsection','s:126:\"ru:{{PLURAL:$1|1=Шаблон, используемый|Шаблоны, используемые}} в этом разделе:\";'),('ab','messages:textmatches','s:56:\"ru:Совпадения в текстах страниц\";'),('ab','messages:thisisdeleted','s:61:\"ru:Просмотреть или восстановить $1?\";'),('ab','messages:throttled-mailpassword','s:460:\"ru:Функция напоминания пароля уже использовалась в течение {{PLURAL:$1|последнего $1 часа|последних $1 часов|1=последнего часа}}.\nДля предотвращения злоупотреблений, разрешено запрашивать не более одного напоминания {{PLURAL:$1|за $1 час|за $1 часа|за $1 часов|1=в час}}.\";'),('ab','messages:thu','s:11:\"ab:Аԥшь\";'),('ab','messages:thumbnail-dest-create','s:89:\"ru:Не удаётся сохранить эскиз по месту назначения\";'),('ab','messages:thumbnail-more','s:21:\"ru:Увеличить\";'),('ab','messages:thumbnail-temp-create','s:78:\"ru:Не удаётся создать временный файл эскиза\";'),('ab','messages:thumbnail_dest_directory','s:74:\"ru:Невозможно создать целевую директорию\";'),('ab','messages:thumbnail_error','s:55:\"ru:Ошибка создания миниатюры: $1\";'),('ab','messages:thumbnail_error_remote','s:51:\"ru:Сообщение об ошибке от $1:\n$2\";'),('ab','messages:thumbnail_gd-library','s:110:\"ru:Неполная конфигурация библиотеки GD, отсутствует функция $1\";'),('ab','messages:thumbnail_image-failure-limit','s:229:\"ru:Было сделано слишком много неудачных попыток ($1 или больше) формирования этого эскиза. Пожалуйста, повторите попытку позже.\";'),('ab','messages:thumbnail_image-missing','s:60:\"ru:По-видимому, отсутствует файл $1\";'),('ab','messages:thumbnail_image-size-zero','s:87:\"ru:Размер файла изображения, кажется, равен нулю.\";'),('ab','messages:thumbnail_image-type','s:79:\"ru:Данный тип изображения не поддерживается\";'),('ab','messages:thumbnail_invalid_params','s:57:\"ru:Ошибочный параметр миниатюры\";'),('ab','messages:thumbnail_toobigimagearea','s:49:\"ru:Файл с размерами больше $1\";'),('ab','messages:thumbsize','s:75:\"ru:Размер уменьшенной версии изображения:\";'),('ab','messages:thursday','s:17:\"ab:Аԥшьаша\";'),('ab','messages:thursday-at','s:26:\"ru:в четверг в $1\";'),('ab','messages:timeouterror','s:60:\"ru:Время ожидания сервера истекло\";'),('ab','messages:timeouterror-text','s:138:\"ru:Превышено максимальное время запроса — $1 {{PLURAL:$1|секунда|секунды|секунд}}.\";'),('ab','messages:timezone-local','s:17:\"ru:Местное\";'),('ab','messages:timezone-useoffset-placeholder','s:48:\"ru:Например: «-07:00» или «01:00»\";'),('ab','messages:timezone-utc','s:6:\"ru:UTC\";'),('ab','messages:timezonelegend','s:27:\"ru:Часовой пояс:\";'),('ab','messages:timezoneregion-africa','s:15:\"ru:Африка\";'),('ab','messages:timezoneregion-america','s:17:\"ru:Америка\";'),('ab','messages:timezoneregion-antarctica','s:23:\"ru:Антарктика\";'),('ab','messages:timezoneregion-arctic','s:17:\"ru:Арктика\";'),('ab','messages:timezoneregion-asia','s:11:\"ru:Азия\";'),('ab','messages:timezoneregion-atlantic','s:40:\"ru:Атлантический океан\";'),('ab','messages:timezoneregion-australia','s:21:\"ru:Австралия\";'),('ab','messages:timezoneregion-europe','s:15:\"ru:Европа\";'),('ab','messages:timezoneregion-indian','s:32:\"ru:Индийский океан\";'),('ab','messages:timezoneregion-pacific','s:24:\"ru:Тихий океан\";'),('ab','messages:timezoneuseoffset','s:54:\"ru:Иное (смещение времени от UTC)\";'),('ab','messages:timezoneuseserverdefault','s:66:\"ru:Использовать настройки сервера ($1)\";'),('ab','messages:title-invalid','s:82:\"ru:Запрошенное название страницы некорректно\";'),('ab','messages:title-invalid-characters','s:129:\"ru:Запрашиваемое название страницы содержит недопустимые символы: «$1».\";'),('ab','messages:title-invalid-empty','s:159:\"ru:Заголовок запрошенной страницы пуст или содержит только название пространства имён.\";'),('ab','messages:title-invalid-interwiki','s:201:\"ru:Запрашиваемое название страницы содержит интервики-ссылку, которая не может быть использована в названиях.\";'),('ab','messages:title-invalid-leading-colon','s:141:\"ru:Запрашиваемое название страницы содержит недопустимое двоеточие в начале.\";'),('ab','messages:title-invalid-magic-tilde','s:181:\"ru:Запрашиваемый заголовок страницы содержит недопустимую последовательность тильды (<nowiki>~~~</nowiki>).\";'),('ab','messages:title-invalid-relative','s:344:\"ru:Заголовок имеет относительный путь. Заголовки страниц с относительным путём (/,../) являются недействительными, так как они часто недоступны, когда обрабатываются браузером пользователя.\";'),('ab','messages:title-invalid-talk-namespace','s:183:\"ru:Запрашиваемое название страницы ссылается на страницу обсуждения, которая не может существовать.\";'),('ab','messages:title-invalid-too-long','s:205:\"ru:Запрашиваемый заголовок страницы слишком длинен. Он должен быть не более $1 {{PLURAL:$1|1=байта|байт}} в кодировке UTF-8.\";'),('ab','messages:title-invalid-utf8','s:166:\"ru:Запрашиваемое название страницы содержит некорректную последовательность символов UTF-8.\";'),('ab','messages:titlematches','s:60:\"ru:Совпадения в названиях страниц\";'),('ab','messages:titleprotected','s:199:\"ru:Создание страницы с таким заголовком было запрещено участником [[User:$1|$1]].\nУказана следующая причина: <em>$2</em>.\";'),('ab','messages:titleprotectedwarning','s:341:\"ru:\'\'\'Предупреждение.  Это название защищено. Создать эту страницу могут только участники с [[Special:ListGroupRights|соответствующими правами]].\'\'\'\nНиже для справки приведена последняя запись журнала:\";'),('ab','messages:tmp-create-error','s:67:\"ru:Невозможно создать временный файл.\";'),('ab','messages:tmp-write-error','s:62:\"ru:Ошибка записи во временный файл.\";'),('ab','messages:toc','s:13:\"ab:Аҵакы\";'),('ab','messages:today-at','s:5:\"en:$1\";'),('ab','messages:tog-ccmeonemails','s:120:\"ru:Отправлять мне копии писем, которые я посылаю другим участникам\";'),('ab','messages:tog-diffonly','s:116:\"ru:Не показывать содержание страницы под сравнением двух версий\";'),('ab','messages:tog-editondblclick','s:69:\"ru:Править страницы по двойному щелчку\";'),('ab','messages:tog-editsectiononrightclick','s:98:\"ru:Править секции при правом щелчке мышью на заголовке\";'),('ab','messages:tog-enotifminoredits','s:143:\"ru:Уведомлять по электронной почте также при малых изменениях страниц и файлов\";'),('ab','messages:tog-enotifrevealaddr','s:103:\"ru:Показывать мой почтовый адрес в сообщениях оповещения\";'),('ab','messages:tog-enotifusertalkpages','s:149:\"ru:Уведомлять по электронной почте об изменении персональной страницы обсуждения\";'),('ab','messages:tog-enotifwatchlistpages','s:158:\"ru:Уведомлять по электронной почте об изменениях страниц и файлов из списка наблюдения\";'),('ab','messages:tog-extendwatchlist','s:138:\"ru:Расширить список наблюдения, включая все изменения, а не только последние\";'),('ab','messages:tog-fancysig','s:167:\"ru:Собственная вики-разметка подписи (без автоматической ссылки на вашу страницу участника)\";'),('ab','messages:tog-forceeditsummary','s:166:\"ru:Предупреждать, когда не заполнено поле описания правки (или описание стандартной отмены)\";'),('ab','messages:tog-hidecategorization','s:99:\"ru:Скрывать изменение состава отслеживаемых категорий\";'),('ab','messages:tog-hideminor','s:93:\"ru:Скрывать малые изменения из списка свежих правок\";'),('ab','messages:tog-hidepatrolled','s:105:\"ru:Скрывать патрулированные правки в списке свежих правок\";'),('ab','messages:tog-minordefault','s:81:\"ru:По умолчанию помечать все правки как малые\";'),('ab','messages:tog-newpageshidepatrolled','s:113:\"ru:Скрывать отпатрулированные страницы в списке новых страниц\";'),('ab','messages:tog-norollbackdiff','s:101:\"ru:Не показывать разницу версий после выполнения отката\";'),('ab','messages:tog-oldsig','s:42:\"ru:Ваша текущая подпись:\";'),('ab','messages:tog-prefershttps','s:135:\"ru:Всегда использовать защищённое соединение после представления системе\";'),('ab','messages:tog-previewonfirst','s:110:\"ru:Показывать предпросмотр, когда начинается редактирование\";'),('ab','messages:tog-previewontop','s:95:\"ru:Помещать предпросмотр перед окном редактирования\";'),('ab','messages:tog-requireemail','s:199:\"ru:Отправлять письма для сброса пароля только тогда, когда указаны и адрес электронной почты, и имя участника.\";'),('ab','messages:tog-showhiddencats','s:57:\"ru:Показывать скрытые категории\";'),('ab','messages:tog-shownumberswatching','s:140:\"ru:Показывать число участников, включивших страницу в свой список наблюдения\";'),('ab','messages:tog-showrollbackconfirmation','s:107:\"ru:Запрашивать подтверждение при нажатии ссылки для отката\";'),('ab','messages:tog-underline','s:43:\"ru:Подчёркивание ссылок:\";'),('ab','messages:tog-useeditwarning','s:131:\"ru:Предупреждать, когда я покидаю страницу с несохранёнными изменениями\";'),('ab','messages:tog-uselivepreview','s:97:\"ru:Показывать предпросмотр без перезагрузки страницы\";'),('ab','messages:tog-usenewrc','s:114:\"ru:Группировать изменения в свежих правках и списке наблюдения\";'),('ab','messages:tog-watchcreations','s:149:\"ru:Добавлять в список наблюдения созданные мной страницы и загруженные мной файлы\";'),('ab','messages:tog-watchdefault','s:138:\"ru:Добавлять в список наблюдения изменённые мной страницы и описания файлов\";'),('ab','messages:tog-watchdeletion','s:117:\"ru:Добавлять в список наблюдения удалённые мной страницы и файлы\";'),('ab','messages:tog-watchlisthideanons','s:111:\"ru:Скрывать правки анонимных участников из списка наблюдения\";'),('ab','messages:tog-watchlisthidebots','s:82:\"ru:Скрывать правки ботов из списка наблюдения\";'),('ab','messages:tog-watchlisthidecategorization','s:99:\"ru:Скрывать изменение состава отслеживаемых категорий\";'),('ab','messages:tog-watchlisthideliu','s:123:\"ru:Скрывать правки представившихся участников из списка наблюдения\";'),('ab','messages:tog-watchlisthideminor','s:82:\"ru:Скрывать малые правки из списка наблюдения\";'),('ab','messages:tog-watchlisthideown','s:78:\"ru:Скрывать мои правки из списка наблюдения\";'),('ab','messages:tog-watchlisthidepatrolled','s:106:\"ru:Скрывать отпатрулированные правки из списка наблюдения\";'),('ab','messages:tog-watchlistreloadautomatically','s:180:\"ru:Обновлять список наблюдения автоматически всякий раз, когда изменяется фильтр (требуется JavaScript)\";'),('ab','messages:tog-watchlistunwatchlinks','s:342:\"ru:Добавить прямые маркеры для включения/исключения из списка наблюдения ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) для наблюдаемых страниц с изменениями (для переключения функций требуется JavaScript)\";'),('ab','messages:tog-watchmoves','s:129:\"ru:Добавлять в список наблюдения переименованные мной страницы и файлы\";'),('ab','messages:tog-watchrollback','s:122:\"ru:Добавлять страницы, где я выполнил откат, в мой список наблюдения\";'),('ab','messages:tog-watchuploads','s:101:\"ru:Добавлять загруженные мною файлы в список наблюдения\";'),('ab','messages:tool-link-contributions','s:65:\"ru:Вклад {{GENDER:$1|участника|участницы}}\";'),('ab','messages:tool-link-emailuser','s:84:\"ru:Написать письмо {{GENDER:$1|участнику|участнице}}\";'),('ab','messages:tool-link-userrights','s:84:\"ru:Изменить группы {{GENDER:$1|участника|участницы}}\";'),('ab','messages:tool-link-userrights-readonly','s:88:\"ru:Посмотреть группы {{GENDER:$1|участника|участницы}}\";'),('ab','messages:toolbox','s:23:\"ab:Амаругақәа\";'),('ab','messages:tooltip-ca-addsection','s:41:\"ru:Создать новый раздел\";'),('ab','messages:tooltip-ca-delete','s:41:\"ru:Удалить эту страницу\";'),('ab','messages:tooltip-ca-edit','s:59:\"ru:Редактировать данную страницу\";'),('ab','messages:tooltip-ca-history','s:51:\"ru:Журнал изменений страницы\";'),('ab','messages:tooltip-ca-move','s:46:\"ru:Переименовать страницу\";'),('ab','messages:tooltip-ca-nstab-category','s:38:\"ru:Страница категории\";'),('ab','messages:tooltip-ca-nstab-help','s:34:\"ru:Страница справки\";'),('ab','messages:tooltip-ca-nstab-image','s:30:\"ru:Страница файла\";'),('ab','messages:tooltip-ca-nstab-main','s:63:\"ru:Просмотреть контентную страницу\";'),('ab','messages:tooltip-ca-nstab-media','s:21:\"ru:Медиафайл\";'),('ab','messages:tooltip-ca-nstab-mediawiki','s:48:\"ru:Страница сообщения MediaWiki\";'),('ab','messages:tooltip-ca-nstab-project','s:34:\"ru:Страница проекта\";'),('ab','messages:tooltip-ca-nstab-special','s:110:\"ru:Это служебная страница, она недоступна для редактирования\";'),('ab','messages:tooltip-ca-nstab-template','s:34:\"ru:Страница шаблона\";'),('ab','messages:tooltip-ca-nstab-user','s:63:\"ru:Персональная страница участника\";'),('ab','messages:tooltip-ca-protect','s:60:\"ru:Защитить страницу от изменений\";'),('ab','messages:tooltip-ca-talk','s:57:\"ru:Обсуждение основной страницы\";'),('ab','messages:tooltip-ca-undelete','s:130:\"ru:Восстановить правки страницы, сделанные до того, как она была удалена\";'),('ab','messages:tooltip-ca-unprotect','s:58:\"ru:Изменить защиту этой страницы\";'),('ab','messages:tooltip-ca-unwatch','s:93:\"ru:Удалить эту страницу из своего списка наблюдения\";'),('ab','messages:tooltip-ca-unwatch-expiring','s:188:\"ru:{{PLURAL:$1|Остался $1 день|Осталось $1 дня|Осталось $1 дней}} в вашем списке наблюдения. Нажмите для удаления.\";'),('ab','messages:tooltip-ca-unwatch-expiring-hours','s:148:\"ru:Осталось несколько часов в вашем списке наблюдения. Нажмите, чтобы удалить его.\";'),('ab','messages:tooltip-ca-view','s:3:\"en:\";'),('ab','messages:tooltip-ca-viewsource','s:141:\"ru:Эта страница защищена от изменений.\nВы можете посмотреть её исходный текст.\";'),('ab','messages:tooltip-ca-watch','s:87:\"ru:Добавить эту страницу в ваш список наблюдения\";'),('ab','messages:tooltip-compareselectedversions','s:125:\"ru:Посмотреть разницу между двумя выбранными версиями этой страницы.\";'),('ab','messages:tooltip-cur','s:54:\"ru:Отличие от последней версии\";'),('ab','messages:tooltip-diff','s:118:\"ru:Показать изменения, сделанные по отношению к исходному тексту.\";'),('ab','messages:tooltip-feed-atom','s:64:\"ru:Трансляция в Atom для этой страницы\";'),('ab','messages:tooltip-feed-rss','s:63:\"ru:Трансляция в RSS для этой страницы\";'),('ab','messages:tooltip-invert','s:270:\"ru:Установите эту отметку, чтобы скрыть изменения на страницах, в пределах выбранного пространства имён (и связанных пространств имён, если указано)\";'),('ab','messages:tooltip-last','s:56:\"ru:Отличие от предыдущей версии\";'),('ab','messages:tooltip-minoredit','s:81:\"ru:Отметить это изменение как незначительное\";'),('ab','messages:tooltip-n-currentevents','s:58:\"ru:Информация о текущих событиях\";'),('ab','messages:tooltip-n-help','s:53:\"ru:Место расположения Справки\";'),('ab','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ab','messages:tooltip-n-mainpage','s:58:\"ru:Перейти на заглавную страницу\";'),('ab','messages:tooltip-n-mainpage-description','s:58:\"ru:Перейти на заглавную страницу\";'),('ab','messages:tooltip-n-portal','s:134:\"ru:О проекте, о том, чем здесь можно заниматься, а также — где что находится\";'),('ab','messages:tooltip-n-randompage','s:76:\"ru:Посмотреть случайно выбранную страницу\";'),('ab','messages:tooltip-n-recentchanges','s:53:\"ru:Список последних изменений\";'),('ab','messages:tooltip-namespace_association','s:248:\"ru:Установите эту отметку, чтобы также включить пространство имён обсуждения (или предметное), связанное с выбранным пространством имён\";'),('ab','messages:tooltip-p-cactions','s:40:\"ru:Больше возможностей\";'),('ab','messages:tooltip-p-lang','s:3:\"en:\";'),('ab','messages:tooltip-p-logo','s:58:\"ru:Перейти на заглавную страницу\";'),('ab','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ab','messages:tooltip-p-navigation','s:3:\"en:\";'),('ab','messages:tooltip-p-personal','s:44:\"ru:Пользовательское меню\";'),('ab','messages:tooltip-p-tb','s:3:\"en:\";'),('ab','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ab','messages:tooltip-p-user-page','s:3:\"en:\";'),('ab','messages:tooltip-p-variants','s:3:\"en:\";'),('ab','messages:tooltip-p-views','s:3:\"en:\";'),('ab','messages:tooltip-preferences-save','s:40:\"ru:Сохранить настройки\";'),('ab','messages:tooltip-preview','s:143:\"ru:Предпросмотр ваших изменений. Пожалуйста, пользуйтесь им перед публикацией.\";'),('ab','messages:tooltip-pt-anoncontribs','s:78:\"ru:Список правок, сделанных с этого IP-адреса\";'),('ab','messages:tooltip-pt-anontalk','s:61:\"ru:Страница обсуждений для моего IP\";'),('ab','messages:tooltip-pt-anonuserpage','s:59:\"ru:Страница участника для моего IP\";'),('ab','messages:tooltip-pt-createaccount','s:159:\"ru:Мы предлагаем вам создать учётную запись и войти в систему, хотя это и не обязательно.\";'),('ab','messages:tooltip-pt-login','s:120:\"ru:Здесь можно зарегистрироваться в системе, но это необязательно.\";'),('ab','messages:tooltip-pt-login-private','s:84:\"ru:Вам нужно войти, чтобы использовать эту вики\";'),('ab','messages:tooltip-pt-logout','s:45:\"ru:Завершить сеанс работы\";'),('ab','messages:tooltip-pt-mycontris','s:51:\"ru:Список {{GENDER:|ваших}} правок\";'),('ab','messages:tooltip-pt-mytalk','s:61:\"ru:{{GENDER:|Ваша}} страница обсуждения\";'),('ab','messages:tooltip-pt-preferences','s:42:\"ru:{{GENDER:|Ваши}} настройки\";'),('ab','messages:tooltip-pt-tmpuserpage','s:102:\"ru:Ваше автоматически созданное временное имя участника\";'),('ab','messages:tooltip-pt-userpage','s:59:\"ru:{{GENDER:|Ваша}} страница участника\";'),('ab','messages:tooltip-pt-watchlist','s:98:\"ru:Список страниц, изменения в которых вы отслеживаете\";'),('ab','messages:tooltip-publish','s:55:\"ru:Опубликовать ваши изменения\";'),('ab','messages:tooltip-recreate','s:110:\"ru:Восстановить страницу несмотря на то, что она была удалена\";'),('ab','messages:tooltip-rollback','s:122:\"ru:Одним нажатием убрать изменения, сделанные последним редактором\";'),('ab','messages:tooltip-save','s:49:\"ru:Сохранить ваши изменения\";'),('ab','messages:tooltip-search','s:50:\"ab:Асаит {{SITENAME}} аҟны аԥшаара\";'),('ab','messages:tooltip-search-fulltext','s:82:\"ru:Найти страницы, содержащие указанный текст\";'),('ab','messages:tooltip-search-go','s:101:\"ru:Перейти к странице, имеющей в точности такое название\";'),('ab','messages:tooltip-summary','s:49:\"ru:Введите краткое описание\";'),('ab','messages:tooltip-t-contributions','s:144:\"ru:Список страниц, которые {{GENDER:$1|изменял этот участник|изменяла эта участница}}\";'),('ab','messages:tooltip-t-emailuser','s:106:\"ru:Отправить письмо {{GENDER:$1|этому участнику|этой участнице}}\";'),('ab','messages:tooltip-t-info','s:52:\"ru:Подробнее об этой странице\";'),('ab','messages:tooltip-t-permalink','s:78:\"ru:Постоянная ссылка на эту версию страницы\";'),('ab','messages:tooltip-t-print','s:61:\"ru:Версия этой страницы для печати\";'),('ab','messages:tooltip-t-recentchangeslinked','s:126:\"ru:Последние изменения в страницах, на которые ссылается эта страница\";'),('ab','messages:tooltip-t-specialpages','s:49:\"ru:Список служебных страниц\";'),('ab','messages:tooltip-t-upload','s:38:\"ab:Афаилқәа аҭагалара\";'),('ab','messages:tooltip-t-whatlinkshere','s:81:\"ru:Список всех страниц, ссылающихся на данную\";'),('ab','messages:tooltip-undo','s:164:\"ru:Убрать внесённую правку и показать предпросмотр, с возможностью указать причину отмены\";'),('ab','messages:tooltip-upload','s:32:\"ru:Начать загрузку\";'),('ab','messages:tooltip-vector-anon-user-menu-title','s:40:\"ru:Больше возможностей\";'),('ab','messages:tooltip-watch','s:89:\"ru:Добавить эту страницу в свой список наблюдения\";'),('ab','messages:tooltip-watchlist-expiry','s:104:\"ru:Временно добавить эту страницу в ваш список наблюдения\";'),('ab','messages:tooltip-watchlistedit-normal-submit','s:53:\"ru:Удалить указанные названия\";'),('ab','messages:tooltip-watchlistedit-raw-submit','s:53:\"ru:Обновить список наблюдения\";'),('ab','messages:tooltip-whatlinkshere-invert','s:160:\"ru:Установите этот флажок, чтобы скрыть ссылки от страниц в выбранном пространстве имён.\";'),('ab','messages:trackingcategories','s:48:\"ru:Отслеживающие категории\";'),('ab','messages:trackingcategories-desc','s:60:\"ru:Критерий включения в категорию\";'),('ab','messages:trackingcategories-disabled','s:40:\"ru:Категория отключена\";'),('ab','messages:trackingcategories-msg','s:48:\"ru:Отслеживаемая категория\";'),('ab','messages:trackingcategories-name','s:28:\"ru:Имя сообщения\";'),('ab','messages:trackingcategories-nodesc','s:43:\"ru:Описание отсутствует.\";'),('ab','messages:trackingcategories-summary','s:302:\"ru:На этой странице перечислены категории, заполняемые автоматически. Их можно переименовать, изменив соответствующие системные сообщения в пространстве имён {{ns:8}}.\";'),('ab','messages:transaction-duration-limit-exceeded','s:510:\"ru:Для того, чтобы избежать большой задержки при репликации, эта транзакция была прервана. Продолжительность записи ($1) превысила лимит в $2 {{PLURAL:$2|секунду|секунд|секунды}}.\nЕсли вы изменяете несколько элементов за раз, попробуйте вместо этого сделать несколько небольших операций.\";'),('ab','messages:transaction-max-statement-time-exceeded','s:559:\"ru:Для того, чтобы избежать высокой нагрузки на базу данных, выполнение этого запроса было прервано, так как его продолжительность превысила имеющиеся ограничение.\nЕсли вы совершаете чтение большого количества элементов единовременно, попробуйте вместо этого выполнить несколько более меньших операций.\";'),('ab','messages:translateinterface','s:235:\"ru:Чтобы добавить или изменить перевод этого сообщения, пожалуйста, используйте сайт локализации MediaWiki [https://translatewiki.net/ translatewiki.net].\";'),('ab','messages:tue','s:9:\"ab:Аҩа\";'),('ab','messages:tuesday','s:13:\"ab:Аҩаша\";'),('ab','messages:tuesday-at','s:28:\"ru:во вторник в $1\";'),('ab','messages:uctop','s:17:\"ru:текущая\";'),('ab','messages:unblock','s:48:\"ru:Разблокировка участника\";'),('ab','messages:unblock-hideuser','s:136:\"ru:Вы не можете разблокировать этого участника, так как его имя было скрыто.\";'),('ab','messages:unblock-summary','s:3:\"en:\";'),('ab','messages:unblocked','s:87:\"ru:[[User:$1|$1]] {{GENDER:$1|разблокирован|разблокирована}}\";'),('ab','messages:unblocked-id','s:46:\"ru:Блокировка $1 была снята\";'),('ab','messages:unblocked-ip','s:69:\"ru:[[Special:Contributions/$1|$1]] был разблокирован.\";'),('ab','messages:unblocked-range','s:39:\"ru:$1 был разблокирован\";'),('ab','messages:unblockip','s:50:\"ru:Разблокировать участника\";'),('ab','messages:unblockiptext','s:233:\"ru:Используйте форму ниже, чтобы восстановить возможность редактирования с ранее заблокированного IP-адреса или учётной записи.\";'),('ab','messages:unblocklink','s:31:\"ru:разблокировать\";'),('ab','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ab','messages:uncategorized-categories-exceptionlist','s:418:\"ru:# Содержит список категорий, которые не должны упоминаться на Special:UncategorizedCategories. По одной в строке, начиная их с символа «*». Строки, начинающиеся с другого символа (включая пробелы) игнорируются. Используйте «#» для комментариев.\";'),('ab','messages:uncategorizedcategories','s:58:\"ru:Некатегоризованные категории\";'),('ab','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ab','messages:uncategorizedimages','s:50:\"ru:Некатегоризованные файлы\";'),('ab','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ab','messages:uncategorizedpages','s:56:\"ru:Некатегоризованные страницы\";'),('ab','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ab','messages:uncategorizedtemplates','s:54:\"ru:Некатегоризованные шаблоны\";'),('ab','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ab','messages:undelete','s:61:\"ru:Просмотреть удалённые страницы\";'),('ab','messages:undelete-back-to-list','s:62:\"ru:Посмотреть все удалённые версии\";'),('ab','messages:undelete-bad-store-key','s:168:\"ru:Невозможно восстановить версию файла с отметкой времени $1: файл отсутствовал до удаления.\";'),('ab','messages:undelete-cantcreate','s:205:\"ru:Вы не можете восстановить эту страницу, поскольку она не существует, а у вас недостаточно прав для её создания.\";'),('ab','messages:undelete-cantedit','s:180:\"ru:Вы не можете восстановить эту страницу, поскольку у вас недостаточно прав для её редактирования.\";'),('ab','messages:undelete-cleanup-error','s:101:\"ru:Ошибка удаления неиспользуемого архивного файла «$1».\";'),('ab','messages:undelete-error','s:61:\"ru:Ошибка восстановления страницы\";'),('ab','messages:undelete-error-associated-alreadytalk','s:144:\"ru:Восстановить связанную страницу обсуждения страницы обсуждения невозможно.\";'),('ab','messages:undelete-error-associated-notdeleted','s:135:\"ru:У связанной страницы обсуждения нет версий, которые можно восстановить.\";'),('ab','messages:undelete-fieldset-title','s:40:\"ru:Восстановить версии\";'),('ab','messages:undelete-filename-mismatch','s:162:\"ru:Невозможно восстановить версию файла с отметкой времени $1: несоответствие имени файла\";'),('ab','messages:undelete-header','s:155:\"ru:Список недавно удалённых страниц можно посмотреть в [[Special:Log/delete|журнале удалений]].\";'),('ab','messages:undelete-missing-filearchive','s:247:\"ru:Невозможно восстановить файл с архивным идентификатором $1, так как он отсутствует в базе данных. Возможно, файл уже был восстановлен.\";'),('ab','messages:undelete-no-results','s:102:\"ru:не найдено соответствующих страниц в архиве удалений.\";'),('ab','messages:undelete-nodiff','s:57:\"ru:Не найдено предыдущей версии.\";'),('ab','messages:undelete-revision','s:73:\"ru:Удалённая версия $1 (от $4 $5) участника $3:\";'),('ab','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ab','messages:undelete-search-box','s:47:\"ru:Поиск удалённых страниц\";'),('ab','messages:undelete-search-full','s:74:\"ru:Показать названия страниц, содержащие:\";'),('ab','messages:undelete-search-prefix','s:66:\"ru:Показать страницы, начинающиеся с:\";'),('ab','messages:undelete-search-submit','s:13:\"ru:Найти\";'),('ab','messages:undelete-search-title','s:47:\"ru:Поиск удалённых страниц\";'),('ab','messages:undelete-show-file-confirm','s:143:\"ru:Вы уверены, что желаете просмотреть удалённую версию файла <nowiki>$1</nowiki> от $2 $3?\";'),('ab','messages:undelete-show-file-submit','s:9:\"ab:Ааи\";'),('ab','messages:undelete-summary','s:3:\"en:\";'),('ab','messages:undelete-talk-summary-prefix','s:109:\"ru:Восстановлено вместе со связанной страницей по причине: $1\";'),('ab','messages:undelete-undeletetalk','s:104:\"ru:Восстановить все версии связанной страницы обсуждения\";'),('ab','messages:undelete_short','s:104:\"ru:Восстановить {{PLURAL:$1|$1 правку|$1 правки|$1 правок|1=правку}}\";'),('ab','messages:undeletebtn','s:27:\"ru:Восстановить\";'),('ab','messages:undeletecomment','s:18:\"ru:Причина:\";'),('ab','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ab','messages:undeletedpage','s:248:\"ru:<strong>Страница «$1» была восстановлена.</strong>\n\nДля просмотра списка последних удалений и восстановлений см. [[Special:Log/delete|журнал удалений]].\";'),('ab','messages:undeleteextrahelp','s:439:\"ru:Для полного восстановления истории страницы оставьте все отметки пустыми и нажмите <strong><em>«{{int:undeletebtn}}»</em></strong>.\nДля частичного восстановления отметьте те версии страницы, которые нужно восстановить, и нажмите <strong><em>«{{int:undeletebtn}}»</em></strong>.\";'),('ab','messages:undeletehistory','s:390:\"ru:При восстановлении страницы восстанавливается и её история правок.\nЕсли после удаления была создана новая страница с тем же названием, то восстановленные версии появятся в истории правок перед новыми версиями.\";'),('ab','messages:undeletehistorynoadmin','s:346:\"ru:Страница была удалена.\nПричина удаления и список участников, редактировавших страницу до её удаления, показаны ниже.\nТекст этих удалённых правок могут просмотреть только администраторы.\";'),('ab','messages:undeleteinvert','s:38:\"ru:Обратить выделение\";'),('ab','messages:undeletelink','s:50:\"ru:просмотреть/восстановить\";'),('ab','messages:undeletepage','s:85:\"ru:Просмотр и восстановление удалённых страниц\";'),('ab','messages:undeletepagetext','s:605:\"ru:{{PLURAL:$1|Следующая $1 страница была удалена|Следующие $1 страниц были удалены|Следующие $1 страницы были удалены|1=Следующая страница была удалена}}, однако {{PLURAL:$1|1=она всё ещё находится в архиве и поэтому может быть восстановлена|они всё ещё находятся в архиве и поэтому могут быть восстановлены}}.\nАрхив может периодически очищаться.\";'),('ab','messages:undeletepagetitle','s:98:\"ru:\'\'\'Ниже перечислены удалённые версии страницы [[:$1]]\'\'\'.\";'),('ab','messages:undeleterevdel','s:366:\"ru:Восстановление не будет произведено, если оно приведёт к частичному удалению последней версии страницы или файла.\nВ подобном случае вы должны снять отметку или показать последние удалённые версии.\";'),('ab','messages:undeleterevision-duplicate-revid','s:207:\"ru:$1 {{PLURAL:$1|версия|версий|версии}} не могут быть восстановлены, поскольку {{PLURAL:$1|её|их}} <code>rev_id</code> уже используется.\";'),('ab','messages:undeleterevision-missing','s:259:\"ru:Неверная или отсутствующая версия.\nВозможно, вы перешли по неправильной ссылке, либо версия могла быть восстановлена или удалена из архива.\";'),('ab','messages:undeleterevisions','s:115:\"ru:$1 {{PLURAL:$1|удалённая версия|удалённые версии|удалённых версий}}\";'),('ab','messages:undeleteviewlink','s:25:\"ru:просмотреть\";'),('ab','messages:underline-always','s:15:\"ab:Еснагь\";'),('ab','messages:underline-default','s:63:\"ru:Использовать настройки браузера\";'),('ab','messages:underline-never','s:19:\"ab:Ахаангьы\";'),('ab','messages:undo-failure','s:138:\"ab:Агәыбжьаратә ԥсахрақәа реимарамра ихҟьаны ари арҽеира мап ацәкра залшом.\";'),('ab','messages:undo-main-slot-only','s:154:\"ru:Правка не может быть отменена, поскольку оно включает контент вне основного слота.\";'),('ab','messages:undo-nochange','s:64:\"ru:Правка, похоже, уже была отменена.\";'),('ab','messages:undo-norev','s:142:\"ru:Правка не может быть отменена, так как её не существует или она была удалена.\";'),('ab','messages:undo-success','s:308:\"ru:Правка может быть отменена.\nПожалуйста, просмотрите сравнение версий ниже, чтобы убедиться, что это нужная вам правка, и запишите страницу ниже, чтобы отменить правку.\";'),('ab','messages:undo-summary','s:123:\"ru:Отмена правки $1, сделанной [[Special:Contributions/$2|$2]] ([[User talk:$2|обсуждение]])\";'),('ab','messages:undo-summary-anon','s:68:\"ru:Отмена версии $1 от [[Special:Contributions/$2|$2]]\";'),('ab','messages:undo-summary-import','s:104:\"ru:Отклонить импортированную страницу $1 участником [[:$2|$3]]\";'),('ab','messages:undo-summary-import2','s:152:\"ru:Отклонить импортированную {{gender:$2|участником|участницей|участником}} $2 страницу $1\";'),('ab','messages:undo-summary-username-hidden','s:100:\"ru:Отмена правки $1, сделанной участником, чьё имя скрыто\";'),('ab','messages:unexpected','s:60:\"ru:Неподходящее значение: «$1»=«$2».\";'),('ab','messages:unicode-support-fail','s:234:\"ru:Похоже, ваш браузер не поддерживает Unicode. Это необходимо для редактирования страниц, поэтому ваша правка не была опубликована.\";'),('ab','messages:unit-pixel','s:13:\"ru: пикс.\";'),('ab','messages:unknown-error','s:39:\"ru:Неизвестная ошибка.\";'),('ab','messages:unlinkaccounts','s:47:\"ru:Отвязать учётные записи\";'),('ab','messages:unlinkaccounts-success','s:55:\"ru:Учётная запись была отвязан.\";'),('ab','messages:unlockbtn','s:88:\"ru:Восстановить возможность записи в базу данных\";'),('ab','messages:unlockconfirm','s:102:\"ru:Да, я действительно хочу снять блокировку базы данных.\";'),('ab','messages:unlockdb','s:88:\"ru:Восстановить возможность записи в базу данных\";'),('ab','messages:unlockdbsuccesssub','s:53:\"ru:База данных разблокирована\";'),('ab','messages:unlockdbsuccesstext','s:78:\"ru:База данных проекта была разблокирована.\";'),('ab','messages:unlockdbtext','s:486:\"ru:Разблокирование базы данных восстановит для всех участников\nвозможность редактировать страницы, изменять настройки, изменять списки наблюдения и производить\nдругие действия, требующие доступа к базе данных.\nПожалуйста, подтвердите, что вы намерены это сделать.\";'),('ab','messages:unpatrolledletter','s:4:\"ru:!\";'),('ab','messages:unprotect','s:32:\"ru:Изменить защиту\";'),('ab','messages:unprotected-js','s:320:\"ru:По соображениям безопасности JavaScript нельзя загружать с незащищённых страниц. Пожалуйста, создавайте скрипты только в пространстве имён MediaWiki: или как подстраницы участника.\";'),('ab','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ab','messages:unprotectedarticle-comment','s:54:\"ru:Cнял{{GENDER:$2||а}} защиту с «[[$1]]»\";'),('ab','messages:unregistered-user-config','s:251:\"ru:По соображениям безопасности пользовательские подстраницы JavaScript, CSS и JSON не могут быть загружены для незарегистрированных участников.\";'),('ab','messages:unstrip-depth-category','s:83:\"ru:Страницы с превышенным лимитом глубины Unstrip\";'),('ab','messages:unstrip-depth-category-desc','s:89:\"ru:Эта страница превышает предел глубины для unstrip.\";'),('ab','messages:unstrip-depth-warning','s:54:\"ru:Превышен предел рекурсии ($1)\";'),('ab','messages:unstrip-size-category','s:83:\"ru:Страницы с превышенным лимитом размера Unstrip\";'),('ab','messages:unstrip-size-category-desc','s:89:\"ru:Эта страница превышает предел размера для unstrip.\";'),('ab','messages:unstrip-size-warning','s:58:\"ru:Превышен лимит размера Unstrip ($1)\";'),('ab','messages:unsupported-content-diff','s:116:\"ru:Изменения (различия) не поддерживаются моделью содержимого $1.\";'),('ab','messages:unsupported-content-diff2','s:158:\"ru:Изменения (различия) между моделями содержимого $1 и $2 не поддерживаются на этой вики.\";'),('ab','messages:unsupported-content-model','s:134:\"ru:<strong>Внимание:</strong> Модель содержимого $1 не поддерживается на этой вики.\";'),('ab','messages:unusedcategories','s:50:\"ru:Неиспользуемые категории\";'),('ab','messages:unusedcategories-summary','s:3:\"en:\";'),('ab','messages:unusedcategoriestext','s:158:\"ru:Существуют следующие страницы категорий, не содержащие статей или других категорий.\";'),('ab','messages:unusedimages','s:42:\"ru:Неиспользуемые файлы\";'),('ab','messages:unusedimages-summary','s:3:\"en:\";'),('ab','messages:unusedimagestext','s:411:\"ru:Следующие файлы не используются ни на одной странице.\nПожалуйста, учтите, что другие веб-сайты могут непосредственно ссылаться на этот файл (его URL), таким образом он может использоваться несмотря на вхождение в этот список.\";'),('ab','messages:unusedimagestext-categorizedimgisused','s:583:\"ru:Следующие файлы существуют, но не включены ни в одну страницу. Категоризируемые изображения считаются используемыми, несмотря на то что не присутствуют ни в одной странице.\nОбратите внимание, что другие вебсайты могут ссылаться на файл по прямому URL-адресу, и они будут находиться несмотря на активное использование.\";'),('ab','messages:unusedtemplates','s:46:\"ru:Неиспользуемые шаблоны\";'),('ab','messages:unusedtemplates-summary','s:3:\"en:\";'),('ab','messages:unusedtemplatestext','s:324:\"ru:Здесь перечислены все страницы пространства имён «{{ns:template}}», не включённые ни в какие другие страницы.\nНе забывайте проверять отсутствие ссылок на шаблон перед его удалением.\";'),('ab','messages:unusedtemplateswlh','s:28:\"ru:другие ссылки\";'),('ab','messages:unwatch','s:22:\"ru:Не следить\";'),('ab','messages:unwatchedpages','s:71:\"ru:Страницы, за которыми никто не следит\";'),('ab','messages:unwatchedpages-summary','s:3:\"en:\";'),('ab','messages:unwatching','s:61:\"ru:Удаление из списка наблюдения…\";'),('ab','messages:unwatchthispage','s:44:\"ru:Прекратить наблюдение\";'),('ab','messages:updated','s:23:\"ru:(Обновлена)\";'),('ab','messages:updatedmarker','s:85:\"ru:обновлено после вашего последнего посещения\";'),('ab','messages:updatewatchlist','s:53:\"ru:Обновить список наблюдения\";'),('ab','messages:upload','s:32:\"ab:Афаил аҭагалара\";'),('ab','messages:upload-copy-upload-invalid-domain','s:90:\"ru:Копирование загрузок не доступно в этом домене.\";'),('ab','messages:upload-curl-error28','s:73:\"ru:Время, отведённое на загрузку, истекло\";'),('ab','messages:upload-curl-error28-text','s:379:\"ru:Сайт слишком долго не отвечает. \nПожалуйста, проверьте что сайт работоспособен и после небольшого перерыва попробуйте ещё раз. Возможно, операцию следует провести в другое время, когда сайт менее нагружен.\";'),('ab','messages:upload-curl-error6','s:80:\"ru:Невозможно обратить по указанному адресу.\";'),('ab','messages:upload-curl-error6-text','s:182:\"ru:Невозможно обратить по указанному адресу. Пожалуйста, проверьте, что адрес верен, а сайт доступен.\";'),('ab','messages:upload-default-description','s:4:\"en:-\";'),('ab','messages:upload-description','s:30:\"ru:Описание файла\";'),('ab','messages:upload-dialog-button-back','s:19:\"ab:Шьҭахьҟа\";'),('ab','messages:upload-dialog-button-cancel','s:22:\"ab:Мап ацәкра\";'),('ab','messages:upload-dialog-button-done','s:15:\"ab:Ихиоуп\";'),('ab','messages:upload-dialog-button-save','s:27:\"ab:Еиқәырхатәуп\";'),('ab','messages:upload-dialog-button-upload','s:25:\"ab:Иҭагалатәуп\";'),('ab','messages:upload-dialog-disabled','s:170:\"ru:На этом вики-сайте отключена возможность загрузки файлов с помощью этого диалогового окна.\";'),('ab','messages:upload-dialog-title','s:32:\"ab:Афаил аҭагалара\";'),('ab','messages:upload-disallowed-here','s:69:\"ru:Вы не можете перезаписать этот файл.\";'),('ab','messages:upload-file-error','s:36:\"ru:Внутренняя ошибка\";'),('ab','messages:upload-file-error-text','s:226:\"ru:Внутренняя ошибка при попытке создать временный файл на сервере.\nПожалуйста, обратитесь к [[Special:ListUsers/sysop|администратору]].\";'),('ab','messages:upload-foreign-cant-load-config','s:149:\"ru:Не удалось загрузить конфигурацию загрузки файлов на внешнее хранилище файлов.\";'),('ab','messages:upload-foreign-cant-upload','s:167:\"ru:Эта вики не настроена для загрузки файлов на запрошенный сторонний файловый репозиторий.\";'),('ab','messages:upload-form-label-infoform-categories','s:29:\"ab:Акатегориақәа\";'),('ab','messages:upload-form-label-infoform-date','s:11:\"ru:Дата\";'),('ab','messages:upload-form-label-infoform-description','s:15:\"ab:Ахҳәаа\";'),('ab','messages:upload-form-label-infoform-description-tooltip','s:244:\"ru:Коротко опишите всё самое важное об этом произведении. Для фото — укажите, что главное изображено, обстоятельства съёмки или место.\";'),('ab','messages:upload-form-label-infoform-name','s:11:\"ab:Ахьӡ\";'),('ab','messages:upload-form-label-infoform-name-tooltip','s:290:\"ru:Уникальный описательный заголовок для файла, который будет сохранён как его название. Можете использовать простой язык и пробелы. Не указывайте расширение.\";'),('ab','messages:upload-form-label-infoform-title','s:25:\"ru:Подробности\";'),('ab','messages:upload-form-label-not-own-work-local-generic-foreign','s:303:\"ru:В том случае, если этот файл может быть загружен в соответствии с правилами сайта {{SITENAME}}, вы также можете попробовать использовать его [[Special:Upload|страницу загрузки]].\";'),('ab','messages:upload-form-label-not-own-work-local-generic-local','s:154:\"ru:Возможно, вы также захотите попробовать [[Special:Upload|страницу загрузки по умолчанию]].\";'),('ab','messages:upload-form-label-not-own-work-message-generic-foreign','s:283:\"ru:Если Вы не можете загрузить этот файл в соответствиями с правилами общего хранилища, пожалуйста, закройте это диалоговое окно и попробуйте другой метод.\";'),('ab','messages:upload-form-label-not-own-work-message-generic-local','s:275:\"ru:Если Вы не можете загрузить этот файл в соответствиями с правилами сайта {{SITENAME}}, пожалуйста, закройте это диалоговое окно и попробуйте другой метод.\";'),('ab','messages:upload-form-label-own-work','s:52:\"ru:Это моя собственная работа\";'),('ab','messages:upload-form-label-own-work-message-generic-foreign','s:291:\"ru:Я понимаю, что загружаю этот файл в общий репозиторий. Я подтверждаю, что я делаю это в соответствии с пользовательским соглашением и лицензионной политикой.\";'),('ab','messages:upload-form-label-own-work-message-generic-local','s:197:\"ru:Я подтверждаю, что загружаю этот файл в соответствиями с правилами и лицензионной политикой сайта {{SITENAME}}.\";'),('ab','messages:upload-form-label-usage-filename','s:22:\"ab:Афаил ахьӡ\";'),('ab','messages:upload-form-label-usage-title','s:29:\"ru:Использование\";'),('ab','messages:upload-http-error','s:43:\"ru:Произошла ошибка HTTP: $1\";'),('ab','messages:upload-maxfilesize','s:55:\"ru:Максимальный размер файла: $1\";'),('ab','messages:upload-misc-error','s:55:\"ru:Неизвестная ошибка загрузки\";'),('ab','messages:upload-misc-error-text','s:292:\"ru:Неизвестная ошибка загрузки. Пожалуйста, проверьте, что адрес верен, и повторите попытку. Если проблема остаётся, обратитесь к [[Special:ListUsers/sysop|администратору]].\";'),('ab','messages:upload-options','s:38:\"ru:Параметры загрузки\";'),('ab','messages:upload-permitted','s:96:\"ru:{{PLURAL:$2|Разрешённый тип|Разрешённые типы}} файлов: $1.\";'),('ab','messages:upload-preferred','s:116:\"ru:{{PLURAL:$2|Предпочтительный тип|Предпочтительные типы}} файлов: $1.\";'),('ab','messages:upload-prohibited','s:96:\"ru:{{PLURAL:$2|Запрещённый тип|Запрещённые типы}} файлов: $1.\";'),('ab','messages:upload-proto-error','s:44:\"ru:Неправильный протокол\";'),('ab','messages:upload-proto-error-text','s:153:\"ru:Для удалённой загрузки требуется адрес, начинающийся с <code>http://</code> или <code>ftp://</code>.\";'),('ab','messages:upload-recreate-warning','s:252:\"ru:<strong>Внимание: файл с таким именем был удалён или переименован.</strong>\n\nНиже представлены журналы удалений и переименований этой страницы:\";'),('ab','messages:upload-scripted-dtd','s:143:\"ru:Невозможно загрузить SVG-файлы, которые содержат нестандартное DTD-объявление.\";'),('ab','messages:upload-scripted-pi-callback','s:146:\"ru:Невозможно загрузить файл, содержащий инструкции обработки таблицы стилей XML.\";'),('ab','messages:upload-source','s:28:\"ru:Исходный файл\";'),('ab','messages:upload-summary','s:3:\"en:\";'),('ab','messages:upload-too-many-redirects','s:80:\"ru:URL содержит слишком много перенаправлений\";'),('ab','messages:upload-tryagain','s:70:\"ru:Отправить изменённое описание файла\";'),('ab','messages:upload-tryagain-nostash','s:111:\"ru:Отправить повторно загруженный файл и изменённое описание\";'),('ab','messages:upload_directory_missing','s:143:\"ru:Директория для загрузок ($1) отсутствует и не может быть создана веб-сервером.\";'),('ab','messages:upload_directory_read_only','s:177:\"ru:Веб-сервер не имеет прав записи в папку ($1), в которой предполагается хранить загружаемые файлы.\";'),('ab','messages:upload_source_file','s:70:\"ru:(вы выбрали файл на вашем компьютере)\";'),('ab','messages:upload_source_url','s:129:\"ru:(при выборе файла с корректного публично доступного интернет-адреса)\";'),('ab','messages:uploadbtn','s:32:\"ab:Афаил аҭагалара\";'),('ab','messages:uploaddisabled','s:38:\"ru:Загрузка запрещена\";'),('ab','messages:uploaddisabledtext','s:52:\"ru:Загрузка файлов отключена.\";'),('ab','messages:uploaded-animate-svg','s:209:\"ru:Найден тег «animate», который может изменять ссылку с помощью «from»-атрибута <code>&lt;$1 $2=\"$3\"&gt;</code> в загруженном SVG-файле.\";'),('ab','messages:uploaded-event-handler-on-svg','s:148:\"ru:Установка атрибутов обработчика событий <code>$1=\"$2\"</code> не разрешено для SVG-файлов.\";'),('ab','messages:uploaded-hostile-svg','s:123:\"ru:Найден небезопасный CSS-код в элементе стиля загруженного SVG-файла.\";'),('ab','messages:uploaded-href-attribute-svg','s:482:\"ru:Элементы <a> могут ссылаться (href) только на data: (встроенный файл), ссылки http:// или https:// или фрагмент (#, в том же документе). Для других элементов, таких как <image>, разрешены только data: и фрагмент. Попробуйте внедрить изображения при экспорте SVG. Найдено <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ab','messages:uploaded-href-unsafe-target-svg','s:134:\"ru:В загруженном SVG-файле найдены небезопасные данные: URI <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ab','messages:uploaded-image-filter-svg','s:147:\"ru:В загруженном SVG-файле найден фильтр изображений с URL-адресом <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ab','messages:uploaded-remote-url-svg','s:254:\"ru:SVG, который задаёт любой атрибут стиля с помощью удалённого URL-адреса, блокируется. Найдена конструкция <code>$1=\"$2\"</code> в загруженном SVG-файле.\";'),('ab','messages:uploaded-script-svg','s:147:\"ru:Найден небезопасный элемент с поддержкой сценариев «$1» в загруженном SVG-файле.\";'),('ab','messages:uploaded-setting-event-handler-svg','s:200:\"ru:Установка атрибутов обработчика событий заблокирована, в загруженном SVG-файле найден код <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ab','messages:uploaded-setting-handler-svg','s:268:\"ru:SVG, который задаёт атрибут «handler» с помощью удалённого адреса/данных/скрипта, блокируется. Найдена конструкция <code>$1=\"$2\"</code> в загруженном SVG-файле.\";'),('ab','messages:uploaded-setting-href-svg','s:171:\"ru:Использование тега «set» для добавления атрибута «href» в родительский элемент заблокировано.\";'),('ab','messages:uploaded-wrong-setting-svg','s:345:\"ru:Использование тега «set» для добавления в качестве цели удалённого адреса/данных/сценария для любого атрибута заблокировано. В загруженном SVG-файле найдена конструкция <code>&lt;set to=\"$1\"&gt;</code>.\";'),('ab','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ab','messages:uploaderror','s:43:\"ru:Ошибка загрузки файла\";'),('ab','messages:uploadfooter','s:4:\"en:-\";'),('ab','messages:uploadinvalidxml','s:100:\"ru:XML в загруженном файле не может быть проанализирован.\";'),('ab','messages:uploadlogpage','s:32:\"ru:Журнал загрузок\";'),('ab','messages:uploadlogpagetext','s:367:\"ru:Ниже представлен список последних загрузок файлов.\nСм. также [[Special:NewFiles|галерею новых файлов]], где сведения о новых загрузках представлены в более наглядном виде, и [[Special:ListFiles|все загруженные файлы]].\";'),('ab','messages:uploadnewversion-linktext','s:67:\"ru:Загрузить новую версию этого файла\";'),('ab','messages:uploadnologin','s:54:\"ru:Вы не представились системе\";'),('ab','messages:uploadnologintext','s:84:\"ru:Вы должны $1, чтобы загружать файлы на сервер.\";'),('ab','messages:uploadscripted','s:152:\"ru:Файл содержит HTML-код или скрипт, который может быть ошибочно обработан браузером.\";'),('ab','messages:uploadscriptednamespace','s:122:\"ru:Этот SVG-файл содержит некорректное пространство имён \'<nowiki>$1</nowiki>\'\";'),('ab','messages:uploadstash','s:62:\"ru:Загрузка во временное хранилище\";'),('ab','messages:uploadstash-bad-path','s:38:\"ru:Путь не существует.\";'),('ab','messages:uploadstash-bad-path-bad-format','s:67:\"ru:Ключ «$1» — в неподходящем формате.\";'),('ab','messages:uploadstash-bad-path-invalid','s:35:\"ru:Путь некорректен.\";'),('ab','messages:uploadstash-bad-path-no-handler','s:80:\"ru:Не найден обработчик для mime-типа $1 файла $2.\";'),('ab','messages:uploadstash-bad-path-unknown-type','s:40:\"ru:Неизвестный тип «$1».\";'),('ab','messages:uploadstash-bad-path-unrecognized-thumb-name','s:58:\"ru:Нераспознанное имя миниатюры.\";'),('ab','messages:uploadstash-badtoken','s:227:\"ru:Не удалось выполнить указанные действия. Возможно, истёк срок действия ваших учётных данных. Пожалуйста, пробуйте ещё раз.\";'),('ab','messages:uploadstash-clear','s:49:\"ru:Очистить временные файлы\";'),('ab','messages:uploadstash-errclear','s:51:\"ru:Очистка файлов не удалась.\";'),('ab','messages:uploadstash-exception','s:115:\"ru:Не удалось сохранить загрузку во временное хранилище ($1): «$2».\";'),('ab','messages:uploadstash-file-not-found','s:80:\"ru:Ключ «$1» не найден во временном хранилище.\";'),('ab','messages:uploadstash-file-not-found-missing-content-type','s:58:\"ru:Отсутствует заголовок content-type.\";'),('ab','messages:uploadstash-file-not-found-no-local-path','s:118:\"ru:Не найдено локального пути к отмасштабированному изображению.\";'),('ab','messages:uploadstash-file-not-found-no-remote-thumb','s:69:\"ru:Извлечение эскиза не удалось: $1\nURL = $2\";'),('ab','messages:uploadstash-file-not-found-no-thumb','s:59:\"ru:Не удалось получить миниатюру.\";'),('ab','messages:uploadstash-file-not-found-not-exists','s:65:\"ru:Путь не найден или файл непонятен.\";'),('ab','messages:uploadstash-file-too-large','s:94:\"ru:Невозможно обработать файл размером более $1 байт.\";'),('ab','messages:uploadstash-no-such-key','s:65:\"ru:Нет ключа ($1), удаление невозможно.\";'),('ab','messages:uploadstash-nofiles','s:52:\"ru:У вас нет временных файлов.\";'),('ab','messages:uploadstash-not-logged-in','s:131:\"ru:Нет авторизованных участников, файлы должны принадлежать участникам.\";'),('ab','messages:uploadstash-refresh','s:45:\"ru:Обновить список файлов\";'),('ab','messages:uploadstash-summary','s:371:\"ru:Данная страница предоставляет доступ к файлам, которые были загружены (или находятся в процессе загрузки), но ещё не были опубликованы в вики. Эти файлы никому не видны, кроме загрузившего их участника.\";'),('ab','messages:uploadstash-thumbnail','s:38:\"ru:показать миниатюру\";'),('ab','messages:uploadstash-wrong-owner','s:90:\"ru:Этот файл ($1) не принадлежит текущему участнику.\";'),('ab','messages:uploadstash-zero-length','s:38:\"ru:Файл нулевой длины.\";'),('ab','messages:uploadtext','s:1337:\"ru:Воспользуйтесь этой формой для загрузки файлов.\nЧтобы просмотреть или найти ранее загруженные файлы, обратитесь к [[Special:FileList|списку загруженных файлов]]. Загрузки и перезагрузки также регистрируются в [[Special:Log/upload|журнале загрузок]]. Данные об удалённых файлах можно найти в [[Special:Log/delete|журнале удалений]].\n\nДля включения файла в статью используйте ссылку в одном из следующих форматов:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> для использования полной версии файла;\n** <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> для вставки слева от текста изображения шириной 200 пикселей с описанием под ним;\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> для прямого доступа к файлу, без отображения его содержимого.\";'),('ab','messages:uploadvirus','s:49:\"ru:Файл содержит вирус! См. $1\";'),('ab','messages:uploadwarning','s:31:\"ru:Предупреждение\";'),('ab','messages:uploadwarning-text','s:146:\"ru:Пожалуйста, измените представленное ниже описание файла и попробуйте ещё раз.\";'),('ab','messages:uploadwarning-text-nostash','s:131:\"ru:Повторите загрузку файла, измените описание ниже и повторите попытку.\";'),('ab','messages:user-mail-no-addy','s:126:\"ru:Пытался отправить электронное письмо без адреса электронной почты\";'),('ab','messages:user-mail-no-body','s:161:\"ru:Пытался отправить электронное письмо с пустым или бессмысленно коротким содержанием.\";'),('ab','messages:usercreated','s:53:\"ru:{{GENDER:$3|Создан|Создана}} $1 в $2\";'),('ab','messages:usercssispublic','s:278:\"ru:Пожалуйста, обратите внимание: подстраницы CSS не должны содержать конфиденциальные сведения, поскольку они доступны для просмотра другим участникам.\";'),('ab','messages:usercsspreview','s:157:\"ru:<strong>Помните, что это только предпросмотр вашего CSS-файла, он ещё не опубликован!</strong>\";'),('ab','messages:usercssyoucanpreview','s:208:\"ru:<strong>Подсказка.</strong> Нажмите кнопку «{{int:showpreview}}», чтобы протестировать работу своего CSS-файла перед публикацией.\";'),('ab','messages:usereditcount','s:58:\"ru:$1 {{PLURAL:$1|правка|правки|правок}}\";'),('ab','messages:userexists','s:140:\"ru:Введённое имя участника уже используется.\nПожалуйста, выберите другое имя.\";'),('ab','messages:userinvalidconfigtitle','s:373:\"ru:<strong>Внимание:</strong> тема оформления «$1» не найдена. Пользовательские страницы .css, .json и .js должны иметь название, состоящее только из строчных букв, например «{{ns:user}}:Некто/vector.css», а не «{{ns:user}}:Некто/Vector.css».\";'),('ab','messages:userjsdangerous','s:520:\"ru:Пожалуйста, обратите внимание: скрипты на этой странице будут запускаться каждый раз, когда вы загружаете страницу. Вредоносный код, добавленный сюда, может привести к компрометации вашей учётной записи. Код на этой странице будет выполнен при предварительном просмотре изменений.\";'),('ab','messages:userjsispublic','s:285:\"ru:Пожалуйста, обратите внимание: подстраницы JavaScript не должны содержать конфиденциальные сведения, поскольку они доступны для просмотра другим участникам.\";'),('ab','messages:userjsonispublic','s:279:\"ru:Пожалуйста, обратите внимание: подстраницы JSON не должны содержать конфиденциальных данных, поскольку они доступны для просмотра другими участниками.\";'),('ab','messages:userjsonpreview','s:196:\"ru:<strong>Помните, что это только предварительный просмотр вашего личного JSON-файла, он ещё не опубликован!</strong>\";'),('ab','messages:userjsonyoucanpreview','s:209:\"ru:<strong>Подсказка:</strong> Нажмите кнопку «{{int:showpreview}}», чтобы протестировать работу своего JSON-файла перед публикацией.\";'),('ab','messages:userjspreview','s:179:\"ru:<strong>Помните, что это только предпросмотр вашего личного JavaScript-файла, он ещё не опубликован!</strong>\";'),('ab','messages:userjsyoucanpreview','s:223:\"ru:<strong>Подсказка:</strong> Нажмите кнопку «{{int:showpreview}}», чтобы протестировать выполнение своего JavaScript-файла перед публикацией.\";'),('ab','messages:userlogin-createanother','s:58:\"ru:Создать другую учётную запись\";'),('ab','messages:userlogin-helplink2','s:31:\"ru:Помощь по входу\";'),('ab','messages:userlogin-joinproject','s:45:\"ab:{{SITENAME}} апроект иацлара\";'),('ab','messages:userlogin-loggedin','s:167:\"ru:Вы уже вошли как {{GENDER:$1|$1}}.\nИспользуйте форму ниже, чтобы войти под другой учётной записью.\";'),('ab','messages:userlogin-noaccount','s:58:\"ab:Аҳасабрбатә нҵамҭа ишәымаӡам?\";'),('ab','messages:userlogin-reauth','s:138:\"ru:Вы должны войти в систему снова, чтобы подтвердить, что вы и есть {{GENDER:$1|$1}}.\";'),('ab','messages:userlogin-remembermypassword','s:41:\"ru:Оставаться в системе\";'),('ab','messages:userlogin-resetpassword-link','s:40:\"ru:Сбросить ваш пароль?\";'),('ab','messages:userlogin-signwithsecure','s:44:\"ru:Защищённое соединение\";'),('ab','messages:userlogin-yourname','s:28:\"ab:Алахәыла ихьӡ\";'),('ab','messages:userlogin-yourname-ph','s:63:\"ru:Введите имя вашей учётной записи\";'),('ab','messages:userlogin-yourpassword','s:19:\"ab:Ажәамаӡа\";'),('ab','messages:userlogin-yourpassword-ph','s:61:\"ab:Шәара шәыжәамаӡа ишәҭагалатәуп\";'),('ab','messages:userlogout','s:30:\"ab:Асеанс дәылҵра\";'),('ab','messages:userlogout-continue','s:32:\"ru:Вы хотите выйти?\";'),('ab','messages:userlogout-summary','s:3:\"en:\";'),('ab','messages:userlogout-temp','s:207:\"ru:Вы уверены, что хотите выйти? У вас не будет возможности вернуться в свою временную учётную запись и войти в неё.\";'),('ab','messages:usermaildisabled','s:74:\"ru:Электронная почта участника отключена\";'),('ab','messages:usermaildisabledtext','s:134:\"ru:Вы не можете отправлять электронные письма другим участникам этой вики\";'),('ab','messages:usermessage-editor','s:38:\"ru:Системная доставка\";'),('ab','messages:usermessage-summary','s:58:\"ru:Оставить системное сообщение.\";'),('ab','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ab','messages:username','s:69:\"ru:{{GENDER:$1|Имя участника|Имя участницы}}:\";'),('ab','messages:usernameinprogress','s:172:\"ru:Создание учётной записи для данного имени участника уже выполняется.\nПожалуйста, подождите.\";'),('ab','messages:userpage-userdoesnotexist','s:219:\"ru:Учётной записи «<nowiki>$1</nowiki>» не существует. Убедитесь, что вы действительно желаете создать или изменить эту страницу.\";'),('ab','messages:userpage-userdoesnotexist-view','s:72:\"ab:Аҳасабрбатә нҵамҭа «$1» иҭаҩра иҟаӡам.\";'),('ab','messages:userrights','s:32:\"ru:Права участника\";'),('ab','messages:userrights-cannot-shorten-expiry','s:353:\"ru:Вы не можете перенести на более ранний срок дату истечения членства в группе «$1». Только участники, имеющие право на добавление и удаление этой группы, могут перенести её на более ранний срок.\";'),('ab','messages:userrights-changeable-col','s:66:\"ru:Группы, которые вы можете изменять\";'),('ab','messages:userrights-conflict','s:163:\"ru:Конфликт изменения прав участника! Пожалуйста, проверьте и примените изменения заново.\";'),('ab','messages:userrights-editusergroup','s:84:\"ru:Изменение групп {{GENDER:$1|участника|участницы}}\";'),('ab','messages:userrights-expiry','s:31:\"ru:Права истекают:\";'),('ab','messages:userrights-expiry-current','s:22:\"ru:Истекает $1\";'),('ab','messages:userrights-expiry-existing','s:9:\"ru:$2, $3\";'),('ab','messages:userrights-expiry-in-past','s:91:\"ru:Время истечения для группы «$1» задано в прошлом.\";'),('ab','messages:userrights-expiry-none','s:21:\"ru:Бессрочно\";'),('ab','messages:userrights-expiry-options','s:128:\"ru:1 день:1 day,1 неделя:1 week,1 месяц:1 month,3 месяца:3 months,6 месяцев:6 months,1 год:1 year\";'),('ab','messages:userrights-expiry-othertime','s:27:\"ru:Другое время:\";'),('ab','messages:userrights-groups-help','s:929:\"ru:Вы можете изменить группы, в которые входит {{GENDER:$1|этот участник|эта участница}}.\n* Если около названия группы стоит отметка — {{GENDER:$1|участник|участница}} входит в эту группу.\n* Если отметка не стоит — {{GENDER:$1|участник|участница}} не входит в эту группу.\n* Символ * означает, что вы не сможете удалить {{GENDER:$1|участника|участницу}} из группы, если добавите {{GENDER:$1|его|её}} в неё (или наоборот).\n* Символ # означает, что вы можете только отложить, но не перенести время истечения членства в этой группе на более ранний срок.\";'),('ab','messages:userrights-groupsmember','s:36:\"ru:Состоит в группах:\";'),('ab','messages:userrights-groupsmember-auto','s:49:\"ru:Неявно состоит в группах:\";'),('ab','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('ab','messages:userrights-invalid-expiry','s:88:\"ru:Время истечения для группы «$1» задано неверно.\";'),('ab','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('ab','messages:userrights-lookup-user','s:32:\"ru:Выбор участника\";'),('ab','messages:userrights-no-interwiki','s:115:\"ru:У вас нет разрешения изменять права участников в других вики.\";'),('ab','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('ab','messages:userrights-nodatabase','s:106:\"ru:База данных $1 не существует или расположена не локально.\";'),('ab','messages:userrights-reason','s:18:\"ru:Причина:\";'),('ab','messages:userrights-summary','s:3:\"en:\";'),('ab','messages:userrights-systemuser','s:152:\"ru:{{GENDER:$1|Этот участник — системный участник|Эта участница — системная участница}}\";'),('ab','messages:userrights-unchangeable-col','s:71:\"ru:Группы, которые вы не можете изменять\";'),('ab','messages:userrights-user-editname','s:53:\"ru:Введите имя учётной записи:\";'),('ab','messages:userrights-viewusergroup','s:82:\"ru:Просмотр групп {{GENDER:$1|участника|участницы}}\";'),('ab','messages:variantname-crh','s:6:\"en:crh\";'),('ab','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('ab','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('ab','messages:variantname-gan','s:6:\"en:gan\";'),('ab','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('ab','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('ab','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ab','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ab','messages:variantname-iu','s:5:\"en:iu\";'),('ab','messages:variantname-kk','s:5:\"en:kk\";'),('ab','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ab','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('ab','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('ab','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('ab','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ab','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('ab','messages:variantname-ku','s:5:\"en:ku\";'),('ab','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ab','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ab','messages:variantname-shi','s:6:\"en:shi\";'),('ab','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ab','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ab','messages:variantname-sr','s:5:\"en:sr\";'),('ab','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ab','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('ab','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('ab','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ab','messages:variantname-tg','s:5:\"en:tg\";'),('ab','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ab','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ab','messages:variantname-tly','s:6:\"en:tly\";'),('ab','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ab','messages:variantname-uz','s:5:\"en:uz\";'),('ab','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ab','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ab','messages:variantname-zh','s:5:\"en:zh\";'),('ab','messages:variantname-zh-cn','s:5:\"en:CN\";'),('ab','messages:variantname-zh-hans','s:7:\"ru:Hans\";'),('ab','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('ab','messages:variantname-zh-hk','s:5:\"en:HK\";'),('ab','messages:variantname-zh-mo','s:5:\"en:MO\";'),('ab','messages:variantname-zh-my','s:5:\"en:MY\";'),('ab','messages:variantname-zh-sg','s:5:\"en:SG\";'),('ab','messages:variantname-zh-tw','s:5:\"en:TW\";'),('ab','messages:variants','s:19:\"ru:Варианты\";'),('ab','messages:vector-2022-prefs-talkpage','s:68:\"ru:[[mw:Talk:Reading/Web/Desktop_Improvements|Обсуждение]]\";'),('ab','messages:vector-action-addsection','s:30:\"ab:Атема ацҵатәуп\";'),('ab','messages:vector-action-delete','s:21:\"ab:Ианыхтәуп\";'),('ab','messages:vector-action-move','s:26:\"ab:Ахьӡ аԥсахра\";'),('ab','messages:vector-action-protect','s:19:\"ru:Защитить\";'),('ab','messages:vector-action-toggle-sidebar','s:53:\"ru:Переключить боковую панель\";'),('ab','messages:vector-action-undelete','s:27:\"ru:Восстановить\";'),('ab','messages:vector-action-unprotect','s:32:\"ru:Изменить защиту\";'),('ab','messages:vector-anon-user-menu-pages','s:80:\"ru:Страницы для неавторизованных редакторов\";'),('ab','messages:vector-anon-user-menu-pages-label','s:53:\"ru:Подробнее о редактировании\";'),('ab','messages:vector-anon-user-menu-pages-learn','s:28:\"ru:узнать больше\";'),('ab','messages:vector-article-tools-nav-label','s:25:\"ru:Инструменты\";'),('ab','messages:vector-intro-page','s:24:\"ru:Help:Введение\";'),('ab','messages:vector-jumptocontent','s:41:\"ru:Перейти к содержанию\";'),('ab','messages:vector-jumptonavigation','s:39:\"ru:Перейти к навигации\";'),('ab','messages:vector-jumptosearch','s:33:\"ru:Перейти к поиску\";'),('ab','messages:vector-language-button-aria-label','s:129:\"ru:Перейти к статье на другом языке. Доступно на {{PLURAL:$1|$1 языке|$1 языках}}\";'),('ab','messages:vector-language-button-label','s:58:\"ab:{{PLURAL:$1|$1 абызшәа|$1 абызшәақәа}}\";'),('ab','messages:vector-language-redirect-to-top','s:208:\"ru:На этом сайте языковые ссылки находятся в начале страницы, напротив заголовка статьи. [[#p-lang-btn|Перейти к началу]].\";'),('ab','messages:vector-language-variant-switcher-label','s:45:\"ru:Изменить вариант языка\";'),('ab','messages:vector-languages','s:23:\"ab:Абызшәақәа\";'),('ab','messages:vector-main-menu-tooltip','s:26:\"ru:Главное меню\";'),('ab','messages:vector-more-actions','s:11:\"ab:Еиҭа\";'),('ab','messages:vector-no-language-button-aria-label','s:151:\"ru:Данная статья существует только на этом языке. Добавьте статью для других языков\";'),('ab','messages:vector-no-language-button-label','s:42:\"ab:Абызшәақәа рыцҵатәуп\";'),('ab','messages:vector-opt-out','s:54:\"ru:Переключиться на старый вид\";'),('ab','messages:vector-opt-out-tooltip','s:168:\"ru:Измените настройки, чтобы вернуться к старому виду темы оформления (Устаревшая Векторная)\";'),('ab','messages:vector-search-loader','s:67:\"ru:Загружаются поисковые предложения\";'),('ab','messages:vector-searchsuggest-containing','s:121:\"ru:Поиск страниц, содержащих <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ab','messages:vector-site-nav-label','s:11:\"ru:Сайт\";'),('ab','messages:vector-skin-desc','s:432:\"ru:Предоставляет две векторные темы оформления:\n* 2011: \'\'Современная\'\' — версия MonoBook с обновлённым оформлением и многими улучшениями пользовательского опыта.\n* 2022: \'\'Векторная\'\' — созданная в рамках проекта Фонда Викимедиа «[[mw:Desktop Improvements]]».\";'),('ab','messages:vector-specialversion-name','s:15:\"ru:Вектор\";'),('ab','messages:vector-toc-beginning','s:15:\"ru:Начало\";'),('ab','messages:vector-toc-collapsible-button-label','s:57:\"ru:Отобразить/Скрыть содержание\";'),('ab','messages:vector-toc-heading','s:23:\"ru:Содержание\";'),('ab','messages:vector-toc-menu-tooltip','s:23:\"ru:Содержание\";'),('ab','messages:vector-toc-toggle-button-label','s:58:\"ru:Отобразить/Скрыть подраздел $1\";'),('ab','messages:vector-toc-toggle-position-sidebar','s:56:\"ru:переместить в боковую панель\";'),('ab','messages:vector-toc-toggle-position-title','s:15:\"ru:скрыть\";'),('ab','messages:vector-view-create','s:17:\"ab:Арҿиара\";'),('ab','messages:vector-view-edit','s:29:\"ab:Аредакциазура\";'),('ab','messages:vector-view-history','s:17:\"ab:Аҭоурых\";'),('ab','messages:vector-view-view','s:17:\"ab:Аԥхьара\";'),('ab','messages:vector-view-viewsource','s:19:\"ab:Ахәаԥшра\";'),('ab','messages:vector.css','s:153:\"ru:/* Весь CSS будет отсюда будет загружен пользователям темы оформления «Векторная» */\";'),('ab','messages:vector.js','s:164:\"ru:/* Любой код JavaScript отсюда будет загружаться пользователям темы оформления «Векторная» */\";'),('ab','messages:verification-error','s:75:\"ru:Этот файл не прошёл процедуру проверки.\";'),('ab','messages:version','s:15:\"ru:Версия\";'),('ab','messages:version-antispam','s:19:\"ru:Антиспам\";'),('ab','messages:version-api','s:6:\"ru:API\";'),('ab','messages:version-credits-not-found','s:105:\"ru:Для этого расширения нет подробных сведений об авторах.\";'),('ab','messages:version-credits-summary','s:152:\"ru:Хотим поблагодарить следующих участников за их вклад в развитие [[Special:Version|MediaWiki]].\";'),('ab','messages:version-credits-title','s:40:\"ru:Список авторов для $1\";'),('ab','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ab','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ab','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ab','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ab','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ab','messages:version-editors','s:21:\"ru:Редакторы\";'),('ab','messages:version-entrypoints','s:37:\"ru:Адреса точек входа\";'),('ab','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ab','messages:version-entrypoints-articlepath','s:101:\"ru:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Путь к статье]\";'),('ab','messages:version-entrypoints-header-entrypoint','s:24:\"ru:Точка входа\";'),('ab','messages:version-entrypoints-header-url','s:6:\"ru:URL\";'),('ab','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ab','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ab','messages:version-entrypoints-scriptpath','s:102:\"ru:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Путь к скрипту]\";'),('ab','messages:version-ext-colheader-credits','s:15:\"ru:Авторы\";'),('ab','messages:version-ext-colheader-description','s:19:\"ru:Описание\";'),('ab','messages:version-ext-colheader-license','s:19:\"ru:Лицензия\";'),('ab','messages:version-ext-colheader-name','s:23:\"ru:Расширение\";'),('ab','messages:version-ext-colheader-version','s:15:\"ru:Версия\";'),('ab','messages:version-ext-license','s:19:\"ru:Лицензия\";'),('ab','messages:version-extensions','s:50:\"ru:Установленные расширения\";'),('ab','messages:version-hook-name','s:34:\"ru:Имя перехватчика\";'),('ab','messages:version-hook-subscribedby','s:24:\"ru:Подписан на\";'),('ab','messages:version-hooks','s:27:\"ru:Перехватчики\";'),('ab','messages:version-libraries','s:50:\"ru:Установленные библиотеки\";'),('ab','messages:version-libraries-authors','s:15:\"ru:Авторы\";'),('ab','messages:version-libraries-description','s:19:\"ru:Описание\";'),('ab','messages:version-libraries-library','s:23:\"ru:Библиотека\";'),('ab','messages:version-libraries-license','s:19:\"ru:Лицензия\";'),('ab','messages:version-libraries-version','s:15:\"ru:Версия\";'),('ab','messages:version-license','s:29:\"ru:Лицензия MediaWiki\";'),('ab','messages:version-license-info','s:1375:\"ru:MediaWiki — свободное программное обеспечение, которое вы можете распространять и/или изменять в соответствии с условиями опубликованной Фондом свободного программного обеспечения лицензии GNU General Public License второй или любой более поздней версии (по вашему выбору).\n\nMediaWiki распространяется в надежде, что она будет полезной, но <em>БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ</em>, даже без подразумеваемых гарантий <strong>КОММЕРЧЕСКОЙ ЦЕННОСТИ</strong> или <strong>ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ</strong>. См. лицензию GNU General Public License для более подробной информации.\n\nВы должны были получить [{{SERVER}}{{SCRIPTPATH}}/COPYING копию GNU General Public License] вместе с этой программой, если нет, то напишите Free Software Foundation, Inc., по адресу: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA или [//www.gnu.org/licenses/old-licenses/gpl-2.0.html прочтите её онлайн].\";'),('ab','messages:version-license-not-found','s:105:\"ru:Для этого расширения нет подробных сведений о лицензии.\";'),('ab','messages:version-license-title','s:29:\"ru:Лицензия для $1\";'),('ab','messages:version-mediahandlers','s:36:\"ru:Обработчики медиа\";'),('ab','messages:version-no-ext-name','s:28:\"ru:[без названия]\";'),('ab','messages:version-other','s:11:\"ru:Иное\";'),('ab','messages:version-parser-extensiontags','s:86:\"ru:Теги расширений синтаксического анализатора\";'),('ab','messages:version-parser-function-hooks','s:96:\"ru:Перехватчики функций синтаксического анализатора\";'),('ab','messages:version-parserhooks','s:81:\"ru:Перехватчики синтаксического анализатора\";'),('ab','messages:version-poweredby-credits','s:124:\"ru:Эта вики работает на движке \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\', copyright © 2001-$1 $2.\";'),('ab','messages:version-poweredby-others','s:15:\"ru:другие\";'),('ab','messages:version-poweredby-translators','s:43:\"ru:переводчики translatewiki.net\";'),('ab','messages:version-poweredby-various','s:28:\"ru:Другие авторы\";'),('ab','messages:version-skin-colheader-name','s:32:\"ru:Тема оформления\";'),('ab','messages:version-skins','s:59:\"ru:Установленные темы оформления\";'),('ab','messages:version-software','s:75:\"ru:Установленное программное обеспечение\";'),('ab','messages:version-software-product','s:17:\"ru:Продукт\";'),('ab','messages:version-software-version','s:15:\"ru:Версия\";'),('ab','messages:version-specialpages','s:38:\"ru:Служебные страницы\";'),('ab','messages:version-summary','s:3:\"en:\";'),('ab','messages:version-variables','s:23:\"ru:Переменные\";'),('ab','messages:version-version','s:7:\"en:($1)\";'),('ab','messages:versionrequired','s:47:\"ru:Требуется MediaWiki версии $1\";'),('ab','messages:versionrequiredtext','s:196:\"ru:Для работы с этой страницей требуется MediaWiki версии $1. См. [[Special:Version|информацию о программном обеспечении]].\";'),('ab','messages:video-dims','s:15:\"ru:$1, $2 × $3\";'),('ab','messages:view','s:17:\"ab:Аарԥшра\";'),('ab','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ab','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ab','messages:view-pool-error','s:368:\"ru:Извините, в настоящий момент серверы перегружены.\nСлишком много пользователей пытаются просмотреть эту страницу.\nПожалуйста, подождите немного перед повторной попыткой обращения к этой странице.\n\n$1\";'),('ab','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ab','messages:viewcount','s:93:\"ru:К этой странице обращались $1 {{PLURAL:$1|раз|раза|раз}}.\";'),('ab','messages:viewdeleted','s:29:\"ru:Просмотреть $1?\";'),('ab','messages:viewdeleted_short','s:137:\"ru:Просмотр {{PLURAL:$1|1=удалённой правки|$1 удалённой правки|$1 удалённых правок}}\";'),('ab','messages:viewdeletedpage','s:53:\"ru:Просмотр удалённых страниц\";'),('ab','messages:viewhelppage','s:34:\"ru:Получить справку\";'),('ab','messages:viewinguserrights','s:117:\"ru:Просмотр групп {{GENDER:$1|участника|участницы}} <strong>[[User:$1|$1]]</strong> $2\";'),('ab','messages:viewpagelogs','s:67:\"ru:Показать журналы для этой страницы\";'),('ab','messages:viewpagelogs-lowercase','s:69:\"ru:просмотр журналов для этой страницы\";'),('ab','messages:viewprevnext','s:57:\"ab:($1 {{int:pipe-separator}} $2) ($3) аарԥштәуп\";'),('ab','messages:views','s:23:\"ab:Аарԥшрақәа\";'),('ab','messages:viewsource','s:34:\"ab:Акод иахәаԥштәуп\";'),('ab','messages:viewsource-title','s:48:\"ru:Просмотр кода страницы $1\";'),('ab','messages:viewsourcelink','s:55:\"ab:ахалагаратә код иахәаԥштәуп\";'),('ab','messages:viewsourceold','s:55:\"ab:ахалагаратә код иахәаԥштәуп\";'),('ab','messages:viewsourcetext','s:120:\"ru:Вы можете просмотреть и скопировать исходный код этой страницы.\";'),('ab','messages:viewtalkpage','s:44:\"ru:Посмотреть обсуждение\";'),('ab','messages:viewyourtext','s:170:\"ru:Вы можете просмотреть и скопировать исходный текст <strong>ваших правок</strong> на этой странице.\";'),('ab','messages:virus-badscanner','s:94:\"ru:Ошибка настройки. Неизвестный сканер вирусов: \'\'$1\'\'\";'),('ab','messages:virus-scanfailed','s:52:\"ru:ошибка сканирования (код $1)\";'),('ab','messages:virus-unknownscanner','s:45:\"ru:неизвестный антивирус:\";'),('ab','messages:wantedcategories','s:40:\"ru:Требуемые категории\";'),('ab','messages:wantedcategories-summary','s:3:\"en:\";'),('ab','messages:wantedfiles','s:32:\"ru:Требуемые файлы\";'),('ab','messages:wantedfiles-summary','s:3:\"en:\";'),('ab','messages:wantedfiletext-cat','s:519:\"ru:Следующие файлы пытаются использовать, хотя их не существует. В этот список могут ошибочно попасть файлы, находящиеся во внешних хранилищах. Подобные ложные срабатывания будут отмечены <del>зачёркиванием</del>. Кроме того, страницы, содержащие несуществующие файлы, перечислены в [[:$1]].\";'),('ab','messages:wantedfiletext-cat-noforeign','s:270:\"ru:Следующие файлы используются, но не существуют. Кроме того, страницы, которые ссылаются на эти файлы, не существуют и перечислены на странице [[:$1]].\";'),('ab','messages:wantedfiletext-nocat','s:383:\"ru:Следующие файлы пытаются использовать, хотя их не существует. В этот список могут ошибочно попасть файлы, находящиеся во внешних хранилищах. Подобные ложные срабатывания будут отмечены <del>зачёркиванием</del>.\";'),('ab','messages:wantedfiletext-nocat-noforeign','s:90:\"ru:Следующие файлы используются, но не существуют.\";'),('ab','messages:wantedpages','s:38:\"ru:Требуемые страницы\";'),('ab','messages:wantedpages-badtitle','s:85:\"ru:Ошибочный заголовок в результатах запроса: $1\";'),('ab','messages:wantedpages-summary','s:583:\"ru:Список несуществующих страниц с наибольшим количеством ссылок на них, за исключением страниц, у которых есть только страницы-перенаправления, указывающие на них. Для получения списка несуществующих страниц, у которых есть перенаправления, ссылающиеся на них, см. [[{{#special:BrokenRedirects}}|список нерабочих перенаправлений]].\";'),('ab','messages:wantedtemplates','s:36:\"ru:Требуемые шаблоны\";'),('ab','messages:wantedtemplates-summary','s:3:\"en:\";'),('ab','messages:watch','s:23:\"ab:Ашьклаԥшра\";'),('ab','messages:watching','s:65:\"ru:Добавляется в список наблюдения…\";'),('ab','messages:watchlist','s:32:\"ab:Ашьклаԥшра асиа\";'),('ab','messages:watchlist-details','s:217:\"ru:В вашем списке наблюдения $1 {{PLURAL:$1|страница|страницы|страниц}} (а также {{PLURAL:$1|страница|страницы|страниц}} обсуждений).\";'),('ab','messages:watchlist-expires-in-aria-label','s:56:\"ru:Временно в списке наблюдения\";'),('ab','messages:watchlist-expiring-days-full-text','s:147:\"ru:{{PLURAL:$1|Остался $1 день|Осталось $1 дня|Осталось $1 дней}} в вашем списке наблюдения\";'),('ab','messages:watchlist-expiring-hours-full-text','s:97:\"ru:Осталось несколько часов в вашем списке наблюдения\";'),('ab','messages:watchlist-expiry-days-left','s:99:\"ru:{{PLURAL:$1|$1 день остался|$1 дня осталось|$1 дней осталось}}\";'),('ab','messages:watchlist-expiry-hours-left','s:49:\"ru:Осталось несколько часов\";'),('ab','messages:watchlist-expiry-options','s:121:\"ru:Навсегда:infinite,1 неделя:1 week,1 месяц:1 month,3 месяца:3 months,6 месяцев:6 months\";'),('ab','messages:watchlist-hide','s:15:\"ru:Скрыть\";'),('ab','messages:watchlist-options','s:55:\"ru:Настройки списка наблюдения\";'),('ab','messages:watchlist-submit','s:19:\"ru:Показать\";'),('ab','messages:watchlist-summary','s:3:\"en:\";'),('ab','messages:watchlist-unwatch','s:5:\"en:×\";'),('ab','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ab','messages:watchlistanontext','s:167:\"ru:Пожалуйста, войдите, чтобы просмотреть или отредактировать элементы в списке наблюдения.\";'),('ab','messages:watchlistedit-clear-done','s:57:\"ru:Ваш список наблюдения очищен.\";'),('ab','messages:watchlistedit-clear-explain','s:100:\"ru:Все записи будут удалены из вашего списка наблюдения\";'),('ab','messages:watchlistedit-clear-jobqueue','s:125:\"ru:Ваш список наблюдения очищается. Это может занять некоторое время.\";'),('ab','messages:watchlistedit-clear-legend','s:53:\"ru:Очистить список наблюдения\";'),('ab','messages:watchlistedit-clear-removed','s:147:\"ru:{{PLURAL:$1|Была удалена|Были удалены|Было удалено}} $1 {{PLURAL:$1|запись|записи|записей}}:\";'),('ab','messages:watchlistedit-clear-submit','s:84:\"ru:Очистить список наблюдения (это необратимо!)\";'),('ab','messages:watchlistedit-clear-title','s:53:\"ru:Очистить список наблюдения\";'),('ab','messages:watchlistedit-clear-titles','s:22:\"ru:Заголовки:\";'),('ab','messages:watchlistedit-normal-done','s:199:\"ru:Из вашего списка наблюдения {{PLURAL:$1|была удалена|были удалены|было удалено}} $1 {{PLURAL:$1|запись|записи|записей}}:\";'),('ab','messages:watchlistedit-normal-explain','s:404:\"ru:Ниже перечислены страницы, находящиеся в вашем списке наблюдения.\nДля удаления записей отметьте соответствующие позиции и нажмите кнопку «{{int:Watchlistedit-normal-submit}}».\nВы также можете [[Special:EditWatchlist/raw|править список как текст]].\";'),('ab','messages:watchlistedit-normal-legend','s:73:\"ru:Удаление записей из списка наблюдения\";'),('ab','messages:watchlistedit-normal-submit','s:30:\"ru:Удалить записи\";'),('ab','messages:watchlistedit-normal-title','s:55:\"ru:Изменение списка наблюдения\";'),('ab','messages:watchlistedit-raw-added','s:159:\"ru:{{PLURAL:$1|Была добавлена|Были добавлены|Было добавлено}} $1 {{PLURAL:$1|запись|записи|записей}}:\";'),('ab','messages:watchlistedit-raw-done','s:61:\"ru:Ваш список наблюдения сохранён.\";'),('ab','messages:watchlistedit-raw-explain','s:553:\"ru:Ниже перечислены страницы, находящиеся в вашем списке наблюдения. Вы можете изменять этот список, добавляя и удаляя из него строки с названиями, по одному названию на строке.\nПосле завершения правок нажмите кнопку «{{int:Watchlistedit-raw-submit}}».\nВы также можете [[Special:EditWatchlist|использовать стандартный редактор]].\";'),('ab','messages:watchlistedit-raw-legend','s:65:\"ru:Редактирование списка наблюдения\";'),('ab','messages:watchlistedit-raw-removed','s:147:\"ru:{{PLURAL:$1|Была удалена|Были удалены|Было удалено}} $1 {{PLURAL:$1|запись|записи|записей}}:\";'),('ab','messages:watchlistedit-raw-submit','s:34:\"ru:Сохранить список\";'),('ab','messages:watchlistedit-raw-title','s:85:\"ru:Редактирование списка наблюдения как текста\";'),('ab','messages:watchlistedit-raw-titles','s:16:\"ru:Записи:\";'),('ab','messages:watchlistedit-too-many','s:171:\"ru:Ваш список наблюдения был обновлён. Слишком много страниц для того, чтобы показать их здесь.\";'),('ab','messages:watchlistfor2','s:12:\"ab:$1 ила\";'),('ab','messages:watchlistnotwatchable','s:69:\"ru:Страница недоступна для наблюдения.\";'),('ab','messages:watchlisttools-clear','s:32:\"ru:Очистить список\";'),('ab','messages:watchlisttools-edit','s:112:\"ab:Ашьклаԥшра асиа иаргьы ахәаԥштәуп, иаргьы аредакциа азиуит\";'),('ab','messages:watchlisttools-raw','s:94:\"ab:Ашьклаԥшра асиа еиԥш иаабац атекст аредакциазура\";'),('ab','messages:watchlisttools-view','s:55:\"ru:Правки на страницах в списке\";'),('ab','messages:watchnologin','s:55:\"ru:Нужно представиться системе\";'),('ab','messages:watchthis','s:41:\"ru:Следить за страницей\";'),('ab','messages:watchthispage','s:54:\"ru:Наблюдать за этой страницей\";'),('ab','messages:watchthisupload','s:44:\"ru:Следить за этим файлом\";'),('ab','messages:wed','s:9:\"ab:Аха\";'),('ab','messages:wednesday','s:13:\"ab:Ахаша\";'),('ab','messages:wednesday-at','s:22:\"ru:в среду в $1\";'),('ab','messages:weeks','s:64:\"ru:{{PLURAL:$1|$1 неделя|$1 недели|$1 недель}}\";'),('ab','messages:welcomecreation-msg','s:222:\"ru:Ваша учётная запись успешно создана.\nТеперь вы также можете провести [[Special:Preferences|персональную настройку]] сайта {{SITENAME}}.\";'),('ab','messages:welcomeuser','s:37:\"ab:Бзиала шәаабеит, $1!\";'),('ab','messages:whatlinkshere','s:42:\"ab:Арахьтәи азхьарԥшқәа\";'),('ab','messages:whatlinkshere-count','s:117:\"ru:{{PLURAL:$1|Показан|Показано}} $1 {{PLURAL:$1|элемент|элемента|элементов}}.\";'),('ab','messages:whatlinkshere-hideimages','s:45:\"ru:Скрыть файловые ссылки\";'),('ab','messages:whatlinkshere-hidelinks','s:28:\"ab:$1 азхьарԥшқәа\";'),('ab','messages:whatlinkshere-hideredirs','s:30:\"ab:$1 еиҭашьҭрақәа\";'),('ab','messages:whatlinkshere-hidetrans','s:34:\"ru:Скрыть включения\";'),('ab','messages:whatlinkshere-links','s:29:\"ab:← азхьарԥшқәа\";'),('ab','messages:whatlinkshere-next','s:59:\"ru:{{PLURAL:$1|1=следующая|следующие}} $1\";'),('ab','messages:whatlinkshere-page','s:16:\"ab:Адаҟьа:\";'),('ab','messages:whatlinkshere-prev','s:63:\"ru:{{PLURAL:$1|1=предыдущая|предыдущие}} $1\";'),('ab','messages:whatlinkshere-sectionredir','s:56:\"ru:перенаправление в раздел «$1»\";'),('ab','messages:whatlinkshere-submit','s:21:\"ru:Выполнить\";'),('ab','messages:whatlinkshere-summary','s:3:\"en:\";'),('ab','messages:whatlinkshere-title','s:55:\"ru:Страницы, ссылающиеся на «$1»\";'),('ab','messages:whitelistedittext','s:65:\"ru:Вы должны $1 для изменения страниц.\";'),('ab','messages:widthheight','s:11:\"en:$1 × $2\";'),('ab','messages:widthheightpage','s:61:\"ab:$1 × $2, $3 {{PLURAL:$3|адаҟьа|адаҟьақәа}}\";'),('ab','messages:wikieditor','s:94:\"ru:Расширенный интерфейс редактирования викитекста\";'),('ab','messages:wikieditor-desc','s:199:\"ru:Обеспечивает расширяемый интерфейс редактирования викитекста и многие функции, предоставляемые модулями\";'),('ab','messages:wikieditor-loading','s:19:\"ru:Загрузка\";'),('ab','messages:wikieditor-preview-changes-tab','s:21:\"ru:Изменения\";'),('ab','messages:wikieditor-preview-loading','s:22:\"ru:Загрузка…\";'),('ab','messages:wikieditor-preview-preference','s:65:\"ru:Включить предпросмотр «бок о бок»\";'),('ab','messages:wikieditor-preview-tab','s:27:\"ru:Предпросмотр\";'),('ab','messages:wikieditor-publish-button-cancel','s:15:\"ru:Отмена\";'),('ab','messages:wikieditor-publish-button-publish','s:27:\"ru:Опубликовать\";'),('ab','messages:wikieditor-publish-dialog-goback','s:13:\"ru:Назад\";'),('ab','messages:wikieditor-publish-dialog-minor','s:32:\"ru:Малое изменение\";'),('ab','messages:wikieditor-publish-dialog-publish','s:27:\"ru:Опубликовать\";'),('ab','messages:wikieditor-publish-dialog-summary','s:131:\"ru:Описание изменений (кратко укажите какие изменения были произведены):\";'),('ab','messages:wikieditor-publish-dialog-title','s:54:\"ru:Публикация в проекте {{SITENAME}}\";'),('ab','messages:wikieditor-publish-dialog-watch','s:54:\"ru:Наблюдать за этой страницей\";'),('ab','messages:wikieditor-publish-preference','s:59:\"ru:Включить пошаговую публикацию\";'),('ab','messages:wikieditor-toolbar','s:44:\"ru:Панель редактирования\";'),('ab','messages:wikieditor-toolbar-characters-page-arabic','s:15:\"ab:Араҧтә\";'),('ab','messages:wikieditor-toolbar-characters-page-cyrillic','s:21:\"ab:Акирилица\";'),('ab','messages:wikieditor-toolbar-characters-page-greek','s:21:\"ab:Аберзентә\";'),('ab','messages:wikieditor-toolbar-characters-page-latin','s:15:\"ab:Алаҭын\";'),('ab','messages:wikieditor-toolbar-desc','s:101:\"ru:Панель редактирования, более удобная в использовании\";'),('ab','messages:wikieditor-toolbar-dialogs-preference','s:144:\"ru:Включить мастера для вставки ссылок, таблиц, а также функции вставки и замены\";'),('ab','messages:wikieditor-toolbar-file-caption','s:18:\"ru:Подпись:\";'),('ab','messages:wikieditor-toolbar-file-default','s:28:\"ru:(по умолчанию)\";'),('ab','messages:wikieditor-toolbar-file-float','s:28:\"ru:Выравнивание:\";'),('ab','messages:wikieditor-toolbar-file-format','s:16:\"ru:Формат:\";'),('ab','messages:wikieditor-toolbar-file-format-none','s:17:\"ru:никакой\";'),('ab','messages:wikieditor-toolbar-file-size','s:16:\"ru:Размер:\";'),('ab','messages:wikieditor-toolbar-file-target','s:21:\"ru:Имя файла:\";'),('ab','messages:wikieditor-toolbar-group-format','s:15:\"ru:Формат\";'),('ab','messages:wikieditor-toolbar-group-insert','s:17:\"ru:Вставка\";'),('ab','messages:wikieditor-toolbar-help-content-bold-description','s:23:\"ru:Полужирный\";'),('ab','messages:wikieditor-toolbar-help-content-bold-result','s:61:\"ru:<strong>Полужирное начертание</strong>\";'),('ab','messages:wikieditor-toolbar-help-content-bold-syntax','s:50:\"ru:\'\'\'Полужирное начертание\'\'\'\";'),('ab','messages:wikieditor-toolbar-help-content-bolditalic-description','s:36:\"ru:Полужирный курсив\";'),('ab','messages:wikieditor-toolbar-help-content-bolditalic-result','s:62:\"ru:<em><strong>Полужирный курсив</strong></em>\";'),('ab','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:46:\"ru:\'\'\'\'\'Полужирный курсив\'\'\'\'\'\";'),('ab','messages:wikieditor-toolbar-help-content-file-caption','s:40:\"ru:Пояснительный текст\";'),('ab','messages:wikieditor-toolbar-help-content-file-description','s:32:\"ru:Встроенный файл\";'),('ab','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"ru:[[$1:Example.png|$2|$3]]\";'),('ab','messages:wikieditor-toolbar-help-content-heading2-description','s:41:\"ru:Заголовок 2&nbsp;уровня\";'),('ab','messages:wikieditor-toolbar-help-content-heading2-result','s:41:\"ru:<h2>Текст заголовка</h2>\";'),('ab','messages:wikieditor-toolbar-help-content-heading2-syntax','s:38:\"ru:== Текст заголовка ==\";'),('ab','messages:wikieditor-toolbar-help-content-heading3-description','s:41:\"ru:Заголовок 3&nbsp;уровня\";'),('ab','messages:wikieditor-toolbar-help-content-heading3-result','s:41:\"ru:<h3>Текст заголовка</h3>\";'),('ab','messages:wikieditor-toolbar-help-content-heading3-syntax','s:40:\"ru:=== Текст заголовка ===\";'),('ab','messages:wikieditor-toolbar-help-content-heading4-description','s:41:\"ru:Заголовок 4&nbsp;уровня\";'),('ab','messages:wikieditor-toolbar-help-content-heading4-result','s:41:\"ru:<h4>Текст заголовка</h4>\";'),('ab','messages:wikieditor-toolbar-help-content-heading4-syntax','s:42:\"ru:==== Текст заголовка ====\";'),('ab','messages:wikieditor-toolbar-help-content-heading5-description','s:41:\"ru:Заголовок 5&nbsp;уровня\";'),('ab','messages:wikieditor-toolbar-help-content-heading5-result','s:41:\"ru:<h5>Текст заголовка</h5>\";'),('ab','messages:wikieditor-toolbar-help-content-heading5-syntax','s:44:\"ru:===== Текст заголовка =====\";'),('ab','messages:wikieditor-toolbar-help-content-ilink-description','s:36:\"ru:Внутренняя ссылка\";'),('ab','messages:wikieditor-toolbar-help-content-ilink-result','s:99:\"ru:<a href=\'#\'>Заголовок страницы</a><br /><a href=\'#\'>Текст ссылки</a>\";'),('ab','messages:wikieditor-toolbar-help-content-ilink-syntax','s:111:\"ru:[[Заголовок страницы]]<br />[[Заголовок страницы|Текст ссылки]]\";'),('ab','messages:wikieditor-toolbar-help-content-indent-description','s:15:\"ru:Отступ\";'),('ab','messages:wikieditor-toolbar-help-content-indent-result','s:124:\"ru:Обычный текст<dl><dd>Текст с отступом<dl><dd>Текст с отступом</dd></dl></dd></dl>\";'),('ab','messages:wikieditor-toolbar-help-content-indent-syntax','s:103:\"ru:Обычный текст<br />:Текст с отступом<br />::Текст с отступом\";'),('ab','messages:wikieditor-toolbar-help-content-italic-description','s:15:\"ru:Курсив\";'),('ab','messages:wikieditor-toolbar-help-content-italic-result','s:51:\"ru:<em>Курсивное начертание</em>\";'),('ab','messages:wikieditor-toolbar-help-content-italic-syntax','s:46:\"ru:\'\'Курсивное начертание\'\'\";'),('ab','messages:wikieditor-toolbar-help-content-named-reference-description','s:37:\"ru:Сноска с названием\";'),('ab','messages:wikieditor-toolbar-help-content-named-reference-result','s:61:\"ru:Текст страницы.<sup><a href=\'#\'>[2]</a></sup>\";'),('ab','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:114:\"ru:Текст страницы.&lt;ref name=\"test\"&gt;[http://www.example.org Текст ссылки]&lt;/ref&gt;\";'),('ab','messages:wikieditor-toolbar-help-content-olist-description','s:40:\"ru:Нумерованный список\";'),('ab','messages:wikieditor-toolbar-help-content-olist-result','s:84:\"ru:<ol><li>Элемент списка</li><li>Элемент списка</li></ol>\";'),('ab','messages:wikieditor-toolbar-help-content-olist-syntax','s:67:\"ru:# Элемент списка<br /># Элемент списка\";'),('ab','messages:wikieditor-toolbar-help-content-reference-description','s:23:\"ru:Примечание\";'),('ab','messages:wikieditor-toolbar-help-content-reference-result','s:61:\"ru:Текст страницы.<sup><a href=\'#\'>[1]</a></sup>\";'),('ab','messages:wikieditor-toolbar-help-content-reference-syntax','s:144:\"ru:Текст страницы.&lt;ref&gt;[http://www.example.org Текст ссылки], дополнительный текст.&lt;/ref&gt;\";'),('ab','messages:wikieditor-toolbar-help-content-rereference-description','s:83:\"ru:Дополнительное использование той же ссылки\";'),('ab','messages:wikieditor-toolbar-help-content-rereference-result','s:61:\"ru:Текст страницы<sup><a href=\'#\'>[2]</a></sup>.\";'),('ab','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"ru:&lt;ref name=\"test\" /&gt;\";'),('ab','messages:wikieditor-toolbar-help-content-showreferences-description','s:44:\"ru:Показывать примечания\";'),('ab','messages:wikieditor-toolbar-help-content-showreferences-result','s:417:\"ru:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Текст ссылки</a>, дополнительный текст.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Текст ссылки</a></li></ol>\";'),('ab','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"ru:&lt;references /&gt;\";'),('ab','messages:wikieditor-toolbar-help-content-signature-description','s:17:\"ru:Подпись\";'),('ab','messages:wikieditor-toolbar-help-content-signature-result','s:132:\"ab:<a href=\'#\' title=\'Special:MyPage\'> Алахәыла ахьʒ</a> (<a href=\'#\' title=\'Special:MyTalk\'> ахцәажәара </a>)\";'),('ab','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ab','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:52:\"ru:Подпись с отметкой времени\";'),('ab','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:171:\"ru:--<a href=\'#\' title=\'{{#special:mypage}}\'>Имя участника</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>обсуждение</a>) 15:54, 10 июня 2009 (UTC)\";'),('ab','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ab','messages:wikieditor-toolbar-help-content-ulist-description','s:42:\"ru:Маркированный список\";'),('ab','messages:wikieditor-toolbar-help-content-ulist-result','s:84:\"ru:<ul><li>Элемент списка</li><li>Элемент списка</li></ul>\";'),('ab','messages:wikieditor-toolbar-help-content-ulist-syntax','s:67:\"ru:* Элемент списка<br />* Элемент списка\";'),('ab','messages:wikieditor-toolbar-help-content-xlink-description','s:30:\"ru:Внешняя ссылка\";'),('ab','messages:wikieditor-toolbar-help-content-xlink-result','s:173:\"ru:<a href=\'#\' class=\'external\'>Текст ссылки</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ab','messages:wikieditor-toolbar-help-content-xlink-syntax','s:109:\"ru:[http://www.example.org Текст ссылки]<br />[http://www.example.org]<br />http://www.example.org\";'),('ab','messages:wikieditor-toolbar-help-heading-description','s:19:\"ru:Описание\";'),('ab','messages:wikieditor-toolbar-help-heading-result','s:34:\"ru:Что вы получаете\";'),('ab','messages:wikieditor-toolbar-help-heading-syntax','s:30:\"ru:Что вы вводите\";'),('ab','messages:wikieditor-toolbar-help-page-discussion','s:23:\"ab:Ахцәажәара\";'),('ab','messages:wikieditor-toolbar-help-page-file','s:19:\"ab:Афаилқәа\";'),('ab','messages:wikieditor-toolbar-help-page-format','s:31:\"ru:Форматирование\";'),('ab','messages:wikieditor-toolbar-help-page-heading','s:21:\"ru:Заголовки\";'),('ab','messages:wikieditor-toolbar-help-page-link','s:15:\"ru:Ссылки\";'),('ab','messages:wikieditor-toolbar-help-page-list','s:15:\"ru:Списки\";'),('ab','messages:wikieditor-toolbar-help-page-reference','s:23:\"ru:Примечания\";'),('ab','messages:wikieditor-toolbar-loading','s:22:\"ru:Загрузка…\";'),('ab','messages:wikieditor-toolbar-preference','s:82:\"ru:Включить улучшенную панель редактирования\";'),('ab','messages:wikieditor-toolbar-section-advanced','s:29:\"ru:Дополнительно\";'),('ab','messages:wikieditor-toolbar-section-characters','s:25:\"ru:Спецсимволы\";'),('ab','messages:wikieditor-toolbar-section-help','s:21:\"ab:Ацхыраара\";'),('ab','messages:wikieditor-toolbar-tool-big','s:17:\"ru:Крупный\";'),('ab','messages:wikieditor-toolbar-tool-big-example','s:28:\"ru:Крупный текст\";'),('ab','messages:wikieditor-toolbar-tool-bold','s:23:\"ru:Полужирный\";'),('ab','messages:wikieditor-toolbar-tool-bold-example','s:44:\"ru:Полужирное начертание\";'),('ab','messages:wikieditor-toolbar-tool-file','s:32:\"ru:Встроенный файл\";'),('ab','messages:wikieditor-toolbar-tool-file-cancel','s:15:\"ru:Отмена\";'),('ab','messages:wikieditor-toolbar-tool-file-example','s:14:\"ru:Example.jpg\";'),('ab','messages:wikieditor-toolbar-tool-file-insert','s:17:\"ru:Вставка\";'),('ab','messages:wikieditor-toolbar-tool-file-title','s:28:\"ru:Вставить файл\";'),('ab','messages:wikieditor-toolbar-tool-gallery','s:34:\"ru:Галерея картинок\";'),('ab','messages:wikieditor-toolbar-tool-gallery-example','s:62:\"ru:Example.jpg|Описание1\nExample.jpg|Описание2\";'),('ab','messages:wikieditor-toolbar-tool-heading','s:21:\"ru:Заголовок\";'),('ab','messages:wikieditor-toolbar-tool-heading-1','s:19:\"ru:Уровень 1\";'),('ab','messages:wikieditor-toolbar-tool-heading-2','s:19:\"ru:Уровень 2\";'),('ab','messages:wikieditor-toolbar-tool-heading-3','s:19:\"ru:Уровень 3\";'),('ab','messages:wikieditor-toolbar-tool-heading-4','s:19:\"ru:Уровень 4\";'),('ab','messages:wikieditor-toolbar-tool-heading-5','s:19:\"ru:Уровень 5\";'),('ab','messages:wikieditor-toolbar-tool-heading-example','s:32:\"ru:Текст заголовка\";'),('ab','messages:wikieditor-toolbar-tool-ilink','s:36:\"ru:Внутренняя ссылка\";'),('ab','messages:wikieditor-toolbar-tool-ilink-example','s:34:\"ru:Заголовок ссылки\";'),('ab','messages:wikieditor-toolbar-tool-italic','s:15:\"ru:Курсив\";'),('ab','messages:wikieditor-toolbar-tool-italic-example','s:42:\"ru:Курсивное начертание\";'),('ab','messages:wikieditor-toolbar-tool-link','s:15:\"ru:Ссылка\";'),('ab','messages:wikieditor-toolbar-tool-link-cancel','s:15:\"ru:Отмена\";'),('ab','messages:wikieditor-toolbar-tool-link-empty','s:59:\"ru:Вы не указали на что ссылаться.\";'),('ab','messages:wikieditor-toolbar-tool-link-ext','s:46:\"ru:На внешнюю веб-страницу\";'),('ab','messages:wikieditor-toolbar-tool-link-ext-target','s:20:\"ru:URL ссылки:\";'),('ab','messages:wikieditor-toolbar-tool-link-ext-text','s:27:\"ru:Текст ссылки:\";'),('ab','messages:wikieditor-toolbar-tool-link-insert','s:32:\"ru:Вставить ссылку\";'),('ab','messages:wikieditor-toolbar-tool-link-int','s:33:\"ru:На вики-страницу\";'),('ab','messages:wikieditor-toolbar-tool-link-int-invalid','s:62:\"ru:Указанное название недопустимо.\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target','s:46:\"ru:Целевая страница или URL:\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:73:\"ru:Страницы разрешения неоднозначностей\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:40:\"ru:Страница существует\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:30:\"ru:Внешняя ссылка\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:44:\"ru:Недопустимое название\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:66:\"ru:Проверка существования страницы…\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:45:\"ru:Страницы не существует\";'),('ab','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:47:\"ru:Название страницы или URL\";'),('ab','messages:wikieditor-toolbar-tool-link-int-text','s:39:\"ru:Показываемый текст:\";'),('ab','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:82:\"ru:Введите текст, который должен отображаться\";'),('ab','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:189:\"ru:Указанный вами URL похож на ссылку на другую вики-страницу. Вы хотите сделать данную ссылку внутренней?\";'),('ab','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:30:\"ru:Внешняя ссылка\";'),('ab','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:36:\"ru:Внутренняя ссылка\";'),('ab','messages:wikieditor-toolbar-tool-link-title','s:30:\"ru:Вставка ссылки\";'),('ab','messages:wikieditor-toolbar-tool-newline','s:26:\"ru:Новая строка\";'),('ab','messages:wikieditor-toolbar-tool-nowiki','s:65:\"ru:Игнорировать вики-форматирование\";'),('ab','messages:wikieditor-toolbar-tool-nowiki-example','s:98:\"ru:Вставьте сюда текст, который не нужно форматировать\";'),('ab','messages:wikieditor-toolbar-tool-olist','s:40:\"ru:Нумерованный список\";'),('ab','messages:wikieditor-toolbar-tool-olist-example','s:57:\"ru:Элемент нумерованного списка\";'),('ab','messages:wikieditor-toolbar-tool-redirect','s:33:\"ru:Перенаправление\";'),('ab','messages:wikieditor-toolbar-tool-redirect-example','s:51:\"ru:Название целевой страницы\";'),('ab','messages:wikieditor-toolbar-tool-reference','s:15:\"ru:Сноска\";'),('ab','messages:wikieditor-toolbar-tool-reference-cancel','s:15:\"ru:Отмена\";'),('ab','messages:wikieditor-toolbar-tool-reference-example','s:52:\"ru:Вставьте сюда текст сноски\";'),('ab','messages:wikieditor-toolbar-tool-reference-insert','s:19:\"ru:Вставить\";'),('ab','messages:wikieditor-toolbar-tool-reference-text','s:26:\"ru:Текст сноски\";'),('ab','messages:wikieditor-toolbar-tool-reference-title','s:30:\"ru:Вставка сноски\";'),('ab','messages:wikieditor-toolbar-tool-replace','s:29:\"ru:Поиск и замена\";'),('ab','messages:wikieditor-toolbar-tool-replace-button-findnext','s:32:\"ru:Найти следующее\";'),('ab','messages:wikieditor-toolbar-tool-replace-button-replace','s:19:\"ru:Заменить\";'),('ab','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:26:\"ru:Заменить все\";'),('ab','messages:wikieditor-toolbar-tool-replace-case','s:36:\"ru:Учитывать регистр\";'),('ab','messages:wikieditor-toolbar-tool-replace-close','s:17:\"ru:Закрыть\";'),('ab','messages:wikieditor-toolbar-tool-replace-emptysearch','s:63:\"ru:Вы не указали что следует искать.\";'),('ab','messages:wikieditor-toolbar-tool-replace-invalidregex','s:92:\"ru:Введённое вами регулярное выражение ошибочно:  $1\";'),('ab','messages:wikieditor-toolbar-tool-replace-nomatch','s:69:\"ru:По вашему запросу ничего не найдено.\";'),('ab','messages:wikieditor-toolbar-tool-replace-regex','s:85:\"ru:Считать строку поиска регулярным выражением\";'),('ab','messages:wikieditor-toolbar-tool-replace-replace','s:25:\"ru:Заменить на:\";'),('ab','messages:wikieditor-toolbar-tool-replace-search','s:14:\"ru:Найти:\";'),('ab','messages:wikieditor-toolbar-tool-replace-success','s:126:\"ru:$1 {{PLURAL:$1|замена произведена|замены произведены|замен произведено}}.\";'),('ab','messages:wikieditor-toolbar-tool-replace-title','s:29:\"ru:Поиск и замена\";'),('ab','messages:wikieditor-toolbar-tool-signature','s:52:\"ru:Подпись с отметкой времени\";'),('ab','messages:wikieditor-toolbar-tool-small','s:15:\"ru:Мелкий\";'),('ab','messages:wikieditor-toolbar-tool-small-example','s:26:\"ru:Мелкий текст\";'),('ab','messages:wikieditor-toolbar-tool-subscript','s:25:\"ru:Подстрочный\";'),('ab','messages:wikieditor-toolbar-tool-subscript-example','s:36:\"ru:Подстрочный текст\";'),('ab','messages:wikieditor-toolbar-tool-superscript','s:25:\"ru:Надстрочный\";'),('ab','messages:wikieditor-toolbar-tool-superscript-example','s:36:\"ru:Надстрочный текст\";'),('ab','messages:wikieditor-toolbar-tool-table','s:17:\"ru:Таблица\";'),('ab','messages:wikieditor-toolbar-tool-table-cancel','s:15:\"ru:Отмена\";'),('ab','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:19:\"ru:Столбцов\";'),('ab','messages:wikieditor-toolbar-tool-table-dimensions-header','s:57:\"ru:Добавить заголовочную строку\";'),('ab','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:13:\"ru:Строк\";'),('ab','messages:wikieditor-toolbar-tool-table-example','s:26:\"ru:Текст ячейки\";'),('ab','messages:wikieditor-toolbar-tool-table-example-cell-text','s:26:\"ru:Текст ячейки\";'),('ab','messages:wikieditor-toolbar-tool-table-example-header','s:32:\"ru:Текст заголовка\";'),('ab','messages:wikieditor-toolbar-tool-table-example-old','s:277:\"ru:-\n! заголовок 1\n! заголовок 2\n! заголовок 3\n|-\n| строка 1, ячейка 1\n| строка 1, ячейка 2\n| строка 1, ячейка 3\n|-\n| строка 2, ячейка 1\n| строка 2, ячейка 2\n| строка 2, ячейка 3\";'),('ab','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"ru:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ab','messages:wikieditor-toolbar-tool-table-insert','s:19:\"ru:Вставить\";'),('ab','messages:wikieditor-toolbar-tool-table-invalidnumber','s:105:\"ru:Вы не указали корректное количество строк или столбцов.\";'),('ab','messages:wikieditor-toolbar-tool-table-preview','s:27:\"ru:Предпросмотр\";'),('ab','messages:wikieditor-toolbar-tool-table-sortable','s:55:\"ru:Сделать таблицу сортируемой\";'),('ab','messages:wikieditor-toolbar-tool-table-title','s:34:\"ru:Вставить таблицу\";'),('ab','messages:wikieditor-toolbar-tool-table-toomany','s:150:\"ru:Этот диалог не позволяет вставить таблицу размером более $1 {{PLURAL:$1|ячейки|ячеек}}.\";'),('ab','messages:wikieditor-toolbar-tool-table-wikitable','s:45:\"ru:Оформление с границами\";'),('ab','messages:wikieditor-toolbar-tool-table-zero','s:134:\"ru:Вы не можете вставить таблицу с нулевым количеством строк или столбцов.\";'),('ab','messages:wikieditor-toolbar-tool-ulist','s:42:\"ru:Маркированный список\";'),('ab','messages:wikieditor-toolbar-tool-ulist-example','s:59:\"ru:Элемент маркированного списка\";'),('ab','messages:wikieditor-toolbar-tool-xlink','s:82:\"ru:Внешняя ссылка (не забудьте о префиксе http://)\";'),('ab','messages:wikieditor-toolbar-tool-xlink-example','s:57:\"ru:http://www.example.com заголовок ссылки\";'),('ab','messages:wikieditor-wikitext-tab','s:21:\"ru:Викитекст\";'),('ab','messages:windows-nonascii-filename','s:149:\"ru:Эта вики не поддерживает имена файлов с символами, отсутствующими в таблице ASCII.\";'),('ab','messages:withoutinterwiki','s:58:\"ru:Страницы без интервики-ссылок\";'),('ab','messages:withoutinterwiki-legend','s:17:\"ru:Префикс\";'),('ab','messages:withoutinterwiki-submit','s:19:\"ru:Показать\";'),('ab','messages:withoutinterwiki-summary','s:87:\"ru:Следующие страницы не имеют интервики-ссылок:\";'),('ab','messages:wlheader-enotif','s:65:\"ru:Уведомления по эл. почте включены.\";'),('ab','messages:wlheader-showupdated','s:178:\"ru:Страницы, изменившиеся с вашего последнего их посещения, выделены <strong>полужирным</strong> шрифтом.\";'),('ab','messages:wlnote','s:410:\"ru:Ниже {{PLURAL:$1|показано последнее изменение|показаны <strong>$1</strong> последние изменения|показаны <strong>$1</strong> последних изменений}} за {{PLURAL:$2|последний час|последние <strong>$2</strong> часа|последние <strong>$2</strong> часов}}, по состоянию на $3 $4.\";'),('ab','messages:wlshowhideanons','s:42:\"ru:анонимных участников\";'),('ab','messages:wlshowhidebots','s:13:\"ru:ботов\";'),('ab','messages:wlshowhidecategorization','s:55:\"ru:изменение состава категорий\";'),('ab','messages:wlshowhideliu','s:60:\"ru:зарегистрированных участников\";'),('ab','messages:wlshowhidemine','s:22:\"ru:мои правки\";'),('ab','messages:wlshowhideminor','s:26:\"ru:малые правки\";'),('ab','messages:wlshowhidepatr','s:38:\"ru:проверенные правки\";'),('ab','messages:wlshowtime','s:61:\"ru:Период времени для отображения:\";'),('ab','messages:word-separator','s:8:\"en:&#32;\";'),('ab','messages:wrongpassword','s:117:\"ru:Введены неверные имя участника или пароль.\nПопробуйте ещё раз.\";'),('ab','messages:wrongpasswordempty','s:70:\"ru:Пожалуйста, введите непустой пароль.\";'),('ab','messages:xffblockreason','s:334:\"ru:Был заблокирован IP-адрес, присутствующий в заголовке X-Forwarded-For и принадлежащий либо вам, либо используемому вами прокси-серверу. Первоначальная причина блокировки была следующей: $1\";'),('ab','messages:xml-error-string','s:61:\"ru:$1 в строке $2, позиции $3 (байт $4): $5\";'),('ab','messages:year','s:50:\"ab:Ашықәса рҟынӡа (анкьагьы):\";'),('ab','messages:years','s:48:\"ru:{{PLURAL:$1|$1 год|$1 года|$1 лет}}\";'),('ab','messages:yesterday-at','s:19:\"ru:Вчера в $1\";'),('ab','messages:youhavenewmessages','s:31:\"ab:Уара $1 уауит ($2).\";'),('ab','messages:youhavenewmessagesfromusers','s:148:\"ru:{{PLURAL:$4|Вы получили}} $1 от {{PLURAL:$3|$3 участника|$3 участников|1=другого участника}} ($2).\";'),('ab','messages:youhavenewmessagesmanyusers','s:84:\"ru:Вы получили $1 от множества пользователей ($2).\";'),('ab','messages:yourdiff','s:19:\"ru:Различия\";'),('ab','messages:yourdomainname','s:21:\"ru:Ваш домен:\";'),('ab','messages:youremail','s:37:\"ru:Электронная почта:\";'),('ab','messages:yourgender','s:101:\"ru:Какое описание вы считаете для себя более подходящим?\";'),('ab','messages:yourlanguage','s:18:\"ab:Абызшәа:\";'),('ab','messages:yourname','s:38:\"ru:Имя учётной записи:\";'),('ab','messages:yournick','s:29:\"ru:Новая подпись:\";'),('ab','messages:yourpassword','s:16:\"ru:Пароль:\";'),('ab','messages:yourpasswordagain','s:46:\"ru:Повторный набор пароля:\";'),('ab','messages:yourrealname','s:29:\"ru:Настоящее имя:\";'),('ab','messages:yourtext','s:20:\"ru:Ваш текст\";'),('ab','messages:yourvariant','s:50:\"ru:Вариант языка содержания:\";'),('ab','messages:zip-bad','s:162:\"ru:ZIP-файл повреждён или не может быть прочитан.\nОн не может быть должным образом проверен.\";'),('ab','messages:zip-file-open-error','s:107:\"ru:Произошла ошибка при открытии файла для проверки архива.\";'),('ab','messages:zip-unsupported','s:192:\"ru:Этот ZIP-файл использует возможности, не поддерживаемые MediaWiki.\nОн не может быть должным образом проверен.\";'),('ab','messages:zip-wrong-format','s:55:\"ru:Указанный файл — не ZIP-архив.\";'),('ab','minimumGroupingDigits','i:2;'),('ab','namespaceAliases','a:21:{s:12:\"Иалахә\";i:2;s:10:\"Медиа\";i:-2;s:18:\"Служебная\";i:-1;s:20:\"Обсуждение\";i:1;s:16:\"Участник\";i:2;s:39:\"Обсуждение_участника\";i:3;s:23:\"Обсуждение_$1\";i:5;s:8:\"Файл\";i:6;s:31:\"Обсуждение_файла\";i:7;s:9:\"MediaWiki\";i:8;s:30:\"Обсуждение_MediaWiki\";i:9;s:12:\"Шаблон\";i:10;s:35:\"Обсуждение_шаблона\";i:11;s:14:\"Справка\";i:12;s:35:\"Обсуждение_справки\";i:13;s:18:\"Категория\";i:14;s:39:\"Обсуждение_категории\";i:15;s:22:\"Изображение\";i:6;s:43:\"Обсуждение_изображения\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ab','namespaceGenderAliases','a:0:{}'),('ab','namespaceNames','a:17:{i:-2;s:12:\"Амедиа\";i:-1;s:12:\"Цастәи\";i:1;s:20:\"Ахцәажәара\";i:2;s:16:\"Алахәыла\";i:3;s:37:\"Алахәыла_ахцәажәара\";i:5;s:23:\"$1_ахцәажәара\";i:6;s:10:\"Афаил\";i:7;s:31:\"Афаил_ахцәажәара\";i:8;s:20:\"Амедиавики\";i:9;s:41:\"Амедиавики_ахцәажәара\";i:10;s:14:\"Ашаблон\";i:11;s:35:\"Ашаблон_ахцәажәара\";i:12;s:18:\"Ацхыраара\";i:13;s:39:\"Ацхыраара_ахцәажәара\";i:14;s:20:\"Акатегориа\";i:15;s:41:\"Акатегориа_ахцәажәара\";i:0;s:0:\"\";}'),('ab','originalFallbackSequence','a:1:{i:0;s:2:\"ru\";}'),('ab','pluralRuleTypes','a:3:{i:0;s:3:\"one\";i:1;s:3:\"few\";i:2;s:4:\"many\";}'),('ab','pluralRules','a:3:{i:0;s:93:\"v = 0 and i % 10 = 1 and i % 100 != 11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …\";i:1;s:106:\"v = 0 and i % 10 = 2..4 and i % 100 != 12..14 @integer 2~4, 22~24, 32~34, 42~44, 52~54, 62, 102, 1002, …\";i:2;s:134:\"v = 0 and i % 10 = 0 or v = 0 and i % 10 = 5..9 or v = 0 and i % 100 = 11..14 @integer 0, 5~19, 100, 1000, 10000, 100000, 1000000, …\";}'),('ab','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:23:\"ab:Project:Ахҳәаа\";s:9:\"aboutsite\";s:28:\"ab:{{SITENAME}} иазкны\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:19:\"ru:Действия\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:32:\"ab:Ииасуа ахҭысқәа\";s:17:\"currentevents-url\";s:42:\"ab:Project:Уажәтәи ахҭысқәа\";s:14:\"disclaimerpage\";s:66:\"ab:Project:Азеиԥш аҭакԥхықәра мап ацәкра\";s:11:\"disclaimers\";s:45:\"ab:Аҭакԥхықәра мап ацәкра\";s:4:\"edit\";s:29:\"ab:Аредакциазура\";s:11:\"editsection\";s:29:\"ab:аредакциазура\";s:15:\"editsectionhint\";s:41:\"ab:Ари ашара ариашара: $1\";s:4:\"help\";s:21:\"ab:Ацхыраара\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"ru:$1 — $2\";s:6:\"jumpto\";s:20:\"ab:Ииастәуп:\";s:16:\"jumptonavigation\";s:23:\"ab:анавигациа\";s:12:\"jumptosearch\";s:17:\"ab:Аԥшаара\";s:14:\"lastmodifiedat\";s:88:\"ab:Ацыхәтәантәи аԥсахрақәа абри адаҟьа аҟны: $2, $1.\";s:8:\"mainpage\";s:28:\"ab:Ихадоу Адаҟьа\";s:20:\"mainpage-description\";s:28:\"ab:Ихадоу адаҟьа\";s:14:\"mainpage-nstab\";s:28:\"ab:Ихадоу адаҟьа\";s:10:\"namespaces\";s:42:\"ab:Хьыӡҳәалатәи аҭыԥқәа\";s:10:\"navigation\";s:23:\"ab:Анавигациа\";s:23:\"nav-login-createaccount\";s:48:\"ab:Урдырра / Арегистрациара\";s:10:\"nstab-main\";s:15:\"ab:Адаҟьа\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:64:\"ab:{{PLURAL:$1|Акатегориа|Акатегориақәа}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:22:\"ru:$1 — {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:38:\"ab:Еисымшатәи ахьарԥш\";s:13:\"personaltools\";s:36:\"ab:Ахаҭатә маругақәа\";s:6:\"portal\";s:36:\"ab:Ахәидкыла рпортал\";s:10:\"portal-url\";s:44:\"ab:Project:Ахеидкыла рпортал\";s:16:\"printableversion\";s:40:\"ab:Акьыԥхьразы аверсиа\";s:7:\"privacy\";s:52:\"ab:Аконфиденциалтә аполитика\";s:11:\"privacypage\";s:60:\"ab:Project:Аконфиденциалтә аполитика\";s:10:\"randompage\";s:38:\"ab:Машәырлатәи аҩымҭа\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:30:\"ab:Арҽеира ҿыцқәа\";s:27:\"recentchangeslinked-toolbox\";s:40:\"ab:Еимадоу ариашарақәа\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:28:\"ab:Ахыҵхырҭа – $1\";s:6:\"search\";s:17:\"ab:Аԥшаара\";s:13:\"searcharticle\";s:15:\"ab:Адаҟьа\";s:12:\"searchbutton\";s:17:\"ab:Аԥшаара\";s:20:\"searchsuggest-search\";s:50:\"ab:Асаит {{SITENAME}} аҟны аԥшаара\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:23:\"ab:Анавигациа\";s:14:\"site-atom-feed\";s:26:\"ru:$1 — Atom-лента\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:34:\"ab:Испециалу адаҟьа\";s:7:\"tagline\";s:28:\"ab:{{SITENAME}} аҟнытә\";s:4:\"talk\";s:23:\"ab:Ахцәажәара\";s:7:\"toolbox\";s:23:\"ab:Амаругақәа\";s:15:\"tooltip-ca-edit\";s:59:\"ru:Редактировать данную страницу\";s:18:\"tooltip-ca-history\";s:51:\"ru:Журнал изменений страницы\";s:21:\"tooltip-ca-nstab-main\";s:63:\"ru:Просмотреть контентную страницу\";s:15:\"tooltip-ca-talk\";s:57:\"ru:Обсуждение основной страницы\";s:21:\"tooltip-ca-viewsource\";s:141:\"ru:Эта страница защищена от изменений.\nВы можете посмотреть её исходный текст.\";s:23:\"tooltip-n-currentevents\";s:58:\"ru:Информация о текущих событиях\";s:14:\"tooltip-n-help\";s:53:\"ru:Место расположения Справки\";s:30:\"tooltip-n-mainpage-description\";s:58:\"ru:Перейти на заглавную страницу\";s:16:\"tooltip-n-portal\";s:134:\"ru:О проекте, о том, чем здесь можно заниматься, а также — где что находится\";s:20:\"tooltip-n-randompage\";s:76:\"ru:Посмотреть случайно выбранную страницу\";s:23:\"tooltip-n-recentchanges\";s:53:\"ru:Список последних изменений\";s:14:\"tooltip-p-logo\";s:58:\"ru:Перейти на заглавную страницу\";s:16:\"tooltip-pt-login\";s:120:\"ru:Здесь можно зарегистрироваться в системе, но это необязательно.\";s:24:\"tooltip-pt-createaccount\";s:159:\"ru:Мы предлагаем вам создать учётную запись и войти в систему, хотя это и не обязательно.\";s:14:\"tooltip-search\";s:50:\"ab:Асаит {{SITENAME}} аҟны аԥшаара\";s:23:\"tooltip-search-fulltext\";s:82:\"ru:Найти страницы, содержащие указанный текст\";s:17:\"tooltip-search-go\";s:101:\"ru:Перейти к странице, имеющей в точности такое название\";s:14:\"tooltip-t-info\";s:52:\"ru:Подробнее об этой странице\";s:19:\"tooltip-t-permalink\";s:78:\"ru:Постоянная ссылка на эту версию страницы\";s:15:\"tooltip-t-print\";s:61:\"ru:Версия этой страницы для печати\";s:29:\"tooltip-t-recentchangeslinked\";s:126:\"ru:Последние изменения в страницах, на которые ссылается эта страница\";s:22:\"tooltip-t-specialpages\";s:49:\"ru:Список служебных страниц\";s:23:\"tooltip-t-whatlinkshere\";s:81:\"ru:Список всех страниц, ссылающихся на данную\";s:8:\"variants\";s:19:\"ru:Варианты\";s:16:\"vector-view-edit\";s:29:\"ab:Аредакциазура\";s:19:\"vector-view-history\";s:17:\"ab:Аҭоурых\";s:16:\"vector-view-view\";s:17:\"ab:Аԥхьара\";s:9:\"viewcount\";s:93:\"ru:К этой странице обращались $1 {{PLURAL:$1|раз|раза|раз}}.\";s:5:\"views\";s:23:\"ab:Аарԥшрақәа\";s:13:\"whatlinkshere\";s:42:\"ab:Арахьтәи азхьарԥшқәа\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:7:\"xg j, Y\";s:8:\"mdy both\";s:12:\"H:i, xg j, Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:11:\"H:i, j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:11:\"H:i, Y xg j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:12:\"Амедиа\";i:-1;s:12:\"Цастәи\";i:1;s:20:\"Ахцәажәара\";i:2;s:16:\"Алахәыла\";i:3;s:37:\"Алахәыла_ахцәажәара\";i:5;s:23:\"$1_ахцәажәара\";i:6;s:10:\"Афаил\";i:7;s:31:\"Афаил_ахцәажәара\";i:8;s:20:\"Амедиавики\";i:9;s:41:\"Амедиавики_ахцәажәара\";i:10;s:14:\"Ашаблон\";i:11;s:35:\"Ашаблон_ахцәажәара\";i:12;s:18:\"Ацхыраара\";i:13;s:39:\"Ацхыраара_ахцәажәара\";i:14;s:20:\"Акатегориа\";i:15;s:41:\"Акатегориа_ахцәажәара\";i:0;s:0:\"\";}}'),('ab','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ab','rtl','b:0;'),('ab','separatorTransformTable','a:2:{s:1:\",\";s:2:\" \";s:1:\".\";s:1:\",\";}'),('ab','specialPageAliases','a:142:{s:10:\"Categories\";a:3:{i:0;s:26:\"Акатегориақәа\";i:1;s:18:\"Категории\";i:2;s:10:\"Categories\";}s:15:\"Mycontributions\";a:4:{i:0;s:20:\"Архиарақәа\";i:1;s:17:\"Мой_вклад\";i:2;s:15:\"MyContributions\";i:3;s:10:\"MyContribs\";}s:6:\"Mypage\";a:3:{i:0;s:14:\"Садаҟьа\";i:1;s:23:\"Моя_страница\";i:2;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:22:\"Сахцәажәара\";i:1;s:27:\"Моё_обсуждение\";i:2;s:6:\"MyTalk\";}s:9:\"Newimages\";a:4:{i:0;s:22:\"АфаилқәаҾыц\";i:1;s:21:\"Новые_файлы\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:3:{i:0;s:24:\"АдаҟьақәаҾыц\";i:1;s:27:\"Новые_страницы\";i:2;s:8:\"NewPages\";}s:10:\"Randompage\";a:5:{i:0;s:22:\"Машәырлатәи\";i:1;s:35:\"Случайная_страница\";i:2;s:18:\"Случайная\";i:3;s:6:\"Random\";i:4;s:10:\"RandomPage\";}s:13:\"Recentchanges\";a:3:{i:0;s:26:\"АрҽеираҾыцқәа\";i:1;s:25:\"Свежие_правки\";i:2;s:13:\"RecentChanges\";}s:6:\"Search\";a:4:{i:0;s:14:\"Аԥшаара\";i:1;s:14:\"Аҧшаара\";i:2;s:10:\"Поиск\";i:3;s:6:\"Search\";}s:12:\"Specialpages\";a:3:{i:0;s:30:\"ЦастәиАдаҟьақәа\";i:1;s:24:\"Спецстраницы\";i:2;s:12:\"SpecialPages\";}s:6:\"Upload\";a:3:{i:0;s:18:\"Аҭагалара\";i:1;s:16:\"Загрузка\";i:2;s:6:\"Upload\";}s:13:\"MobileOptions\";a:2:{i:0;s:50:\"Настройки_мобильной_версии\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:16:\"Загрузки\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:31:\"Сравнение_версий\";i:1;s:10:\"MobileDiff\";}s:10:\"MobileMenu\";a:2:{i:0;s:27:\"Мобильное_меню\";i:1;s:10:\"MobileMenu\";}s:6:\"Nearby\";a:2:{i:0;s:20:\"Поблизости\";i:1;s:6:\"Nearby\";}s:11:\"Activeusers\";a:2:{i:0;s:35:\"Активные_участники\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:37:\"Системные_сообщения\";i:1;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:3:{i:0;s:24:\"Все_мои_файлы\";i:1;s:12:\"AllMyUploads\";i:2;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:23:\"Все_страницы\";i:1;s:8:\"AllPages\";}s:8:\"Badtitle\";a:2:{i:0;s:41:\"Недопустимое_название\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:29:\"Пустая_страница\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:4:{i:0;s:26:\"Заблокировать\";i:1;s:5:\"Block\";i:2;s:7:\"BlockIP\";i:3;s:9:\"BlockUser\";}s:9:\"BlockList\";a:5:{i:0;s:33:\"Список_блокировок\";i:1;s:20:\"Блокировки\";i:2;s:9:\"BlockList\";i:3;s:10:\"ListBlocks\";i:4;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:27:\"Источники_книг\";i:1;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:53:\"Разорванные_перенаправления\";i:1;s:15:\"BrokenRedirects\";}s:11:\"ChangeEmail\";a:3:{i:0;s:21:\"Сменить_e-mail\";i:1;s:25:\"Сменить_почту\";i:2;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:4:{i:0;s:27:\"Сменить_пароль\";i:1;s:14:\"ChangePassword\";i:2;s:9:\"ResetPass\";i:3;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:33:\"Сравнение_страниц\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:3:{i:0;s:29:\"Подтвердить_e-mail\";i:1;s:33:\"Подтвердить_почту\";i:2;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:10:\"Вклад\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:4:{i:0;s:42:\"Создать_учётную_запись\";i:1;s:39:\"Создать_пользователя\";i:2;s:36:\"Зарегистрироваться\";i:3;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:35:\"Тупиковые_страницы\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:29:\"Удалённый_вклад\";i:1;s:20:\"DeletedContributions\";}s:4:\"Diff\";a:2:{i:0;s:18:\"Изменения\";i:1;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:45:\"Двойные_перенаправления\";i:1;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:2:{i:0;s:48:\"Править_список_наблюдения\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:4:{i:0;s:31:\"Письмо_участнику\";i:1;s:31:\"Отправить_письмо\";i:2;s:9:\"EmailUser\";i:3;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:35:\"Развёртка_шаблонов\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:3:{i:0;s:14:\"Экспорт\";i:1;s:16:\"Выгрузка\";i:2;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:37:\"Редко_редактируемые\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:44:\"Поиск_дубликатов_файлов\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:22:\"Путь_к_файлу\";i:1;s:8:\"FilePath\";}s:6:\"Import\";a:2:{i:0;s:12:\"Импорт\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:56:\"Отменить_подтверждение_адреса\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:35:\"Тестирование_JavaScript\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:2:{i:0;s:23:\"Поиск_ссылок\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:43:\"Список_администраторов\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:23:\"Список_ботов\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:3:{i:0;s:46:\"Список_файлов-дубликатов\";i:1;s:19:\"ListDuplicatedFiles\";i:2;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:5:{i:0;s:25:\"Список_файлов\";i:1;s:35:\"Список_изображений\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:4:{i:0;s:42:\"Права_групп_участников\";i:1;s:32:\"Список_прав_групп\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:43:\"Список_перенаправлений\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:4:{i:0;s:33:\"Список_участников\";i:1;s:9:\"ListUsers\";i:2;s:8:\"UserList\";i:3;s:5:\"Users\";}s:6:\"Lockdb\";a:3:{i:0;s:31:\"Заблокировать_БД\";i:1;s:48:\"Заблокировать_базу_данных\";i:2;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:14:\"Журналы\";i:1;s:12:\"Журнал\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:3:{i:0;s:43:\"Изолированные_страницы\";i:1;s:11:\"LonelyPages\";i:2;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:31:\"Длинные_страницы\";i:1;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:2:{i:0;s:37:\"Объединение_историй\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:20:\"Поиск_по_MIME\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:43:\"Самые_категоризованные\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:4:{i:0;s:46:\"Самые_используемые_файлы\";i:1;s:15:\"MostLinkedFiles\";i:2;s:9:\"MostFiles\";i:3;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:73:\"Наибольшее_количество_интервики-ссылок\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:3:{i:0;s:52:\"Самые_используемые_страницы\";i:1;s:15:\"MostLinkedPages\";i:2;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:3:{i:0;s:54:\"Самые_используемые_категории\";i:1;s:20:\"MostLinkedCategories\";i:2;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:4:{i:0;s:50:\"Самые_используемые_шаблоны\";i:1;s:20:\"MostTranscludedPages\";i:2;s:19:\"MostLinkedTemplates\";i:3;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:54:\"Наибольшее_количество_версий\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:4:{i:0;s:43:\"Переименовать_страницу\";i:1;s:28:\"Переименование\";i:2;s:26:\"Переименовать\";i:3;s:8:\"MovePage\";}s:10:\"MyLanguage\";a:2:{i:0;s:15:\"Мой_язык\";i:1;s:10:\"MyLanguage\";}s:9:\"Myuploads\";a:3:{i:0;s:23:\"Мои_загрузки\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:13:\"PasswordReset\";a:2:{i:0;s:23:\"Сброс_пароля\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:3:{i:0;s:33:\"Постоянная_ссылка\";i:1;s:13:\"PermanentLink\";i:2;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:18:\"Настройки\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:53:\"Указатель_по_началу_названия\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:37:\"Защищённые_страницы\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:37:\"Защищённые_названия\";i:1;s:15:\"ProtectedTitles\";}s:14:\"Randomredirect\";a:2:{i:0;s:49:\"Случайное_перенаправление\";i:1;s:14:\"RandomRedirect\";}s:19:\"Recentchangeslinked\";a:3:{i:0;s:31:\"Связанные_правки\";i:1;s:19:\"RecentChangesLinked\";i:2;s:14:\"RelatedChanges\";}s:14:\"Revisiondelete\";a:2:{i:0;s:29:\"Удаление_правки\";i:1;s:14:\"RevisionDelete\";}s:10:\"Shortpages\";a:2:{i:0;s:33:\"Короткие_страницы\";i:1;s:10:\"ShortPages\";}s:10:\"Statistics\";a:3:{i:0;s:20:\"Статистика\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:10:\"Метки\";i:1;s:4:\"Tags\";}s:7:\"Unblock\";a:2:{i:0;s:26:\"Разблокировка\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:55:\"Некатегоризованные_категории\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:3:{i:0;s:47:\"Некатегоризованные_файлы\";i:1;s:18:\"UncategorizedFiles\";i:2;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:53:\"Некатегоризованные_страницы\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:51:\"Некатегоризованные_шаблоны\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:3:{i:0;s:24:\"Восстановить\";i:1;s:28:\"Восстановление\";i:2;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:2:{i:0;s:31:\"Разблокировка_БД\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:47:\"Неиспользуемые_категории\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:3:{i:0;s:39:\"Неиспользуемые_файлы\";i:1;s:11:\"UnusedFiles\";i:2;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:43:\"Неиспользуемые_шаблоны\";i:1;s:15:\"UnusedTemplates\";}s:11:\"UploadStash\";a:2:{i:0;s:33:\"Скрытная_загрузка\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:8:\"Вход\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:33:\"Завершение_сеанса\";i:1;s:10:\"Выход\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:10:\"Userrights\";a:4:{i:0;s:35:\"Управление_правами\";i:1;s:10:\"UserRights\";i:2;s:9:\"MakeSysop\";i:3;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:12:\"Версия\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:37:\"Требуемые_категории\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:29:\"Требуемые_файлы\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:3:{i:0;s:35:\"Требуемые_страницы\";i:1;s:11:\"WantedPages\";i:2;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:33:\"Требуемые_шаблоны\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:33:\"Список_наблюдения\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:21:\"Ссылки_сюда\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:25:\"Без_интервики\";i:1;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}}'),('abs','bookstoreList','a:5:{s:6:\"AddALL\";s:56:\"http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN\";s:10:\"Amazon.com\";s:42:\"https://www.amazon.com/exec/obidos/ISBN=$1\";s:14:\"Barnes & Noble\";s:67:\"http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1\";s:22:\"Bhinneka.com bookstore\";s:55:\"http://www.bhinneka.com/Buku/Engine/search.asp?fisbn=$1\";s:32:\"Gramedia Cyberstore (via Google)\";s:159:\"http://www.google.com/search?q=%22ISBN+:+$1%22+%22product_detail%22+site:www.gramediacyberstore.com+OR+site:www.gramediaonline.com+OR+site:www.kompas.com&hl=id\";}'),('abs','compiledPluralRules','a:0:{}'),('abs','dateFormats','a:20:{s:8:\"dmy time\";s:3:\"H.i\";s:8:\"dmy date\";s:5:\"j F Y\";s:8:\"dmy both\";s:9:\"j F Y H.i\";s:8:\"ymd time\";s:3:\"H.i\";s:8:\"ymd date\";s:5:\"Y F j\";s:8:\"ymd both\";s:9:\"Y F j H.i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('abs','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('abs','datePreferences','a:4:{i:0;s:7:\"default\";i:1;s:3:\"dmy\";i:2;s:3:\"ymd\";i:3;s:8:\"ISO 8601\";}'),('abs','defaultDateFormat','s:3:\"dmy\";'),('abs','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAbs.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/abs.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492330;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesId.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('abs','digitGroupingPattern','s:9:\"#,##0.###\";'),('abs','digitTransformTable','N;'),('abs','fallback','s:2:\"id\";'),('abs','fallback8bitEncoding','s:12:\"windows-1252\";'),('abs','fallbackSequence','a:2:{i:0;s:2:\"id\";i:1;s:2:\"en\";}'),('abs','imageFiles','N;'),('abs','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('abs','linkPrefixExtension','b:0;'),('abs','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('abs','list','a:1:{s:8:\"messages\";a:7551:{i:0;s:10:\"tog-oldsig\";i:1;s:12:\"tog-fancysig\";i:2;s:18:\"tog-uselivepreview\";i:3;s:20:\"tog-forceeditsummary\";i:4;s:20:\"tog-watchlisthideown\";i:5;s:21:\"tog-watchlisthidebots\";i:6;s:22:\"tog-watchlisthideminor\";i:7;s:20:\"tog-watchlisthideliu\";i:8;s:22:\"tog-watchlisthideanons\";i:9;s:26:\"tog-watchlisthidepatrolled\";i:10;s:31:\"tog-watchlisthidecategorization\";i:11;s:16:\"tog-ccmeonemails\";i:12;s:12:\"tog-diffonly\";i:13;s:18:\"tog-showhiddencats\";i:14;s:6:\"sunday\";i:15;s:6:\"monday\";i:16;s:7:\"tuesday\";i:17;s:9:\"wednesday\";i:18;s:8:\"thursday\";i:19;s:6:\"friday\";i:20;s:8:\"saturday\";i:21;s:3:\"sun\";i:22;s:3:\"mon\";i:23;s:3:\"tue\";i:24;s:3:\"wed\";i:25;s:3:\"thu\";i:26;s:3:\"fri\";i:27;s:3:\"sat\";i:28;s:7:\"january\";i:29;s:8:\"february\";i:30;s:5:\"march\";i:31;s:5:\"april\";i:32;s:8:\"may_long\";i:33;s:4:\"june\";i:34;s:4:\"july\";i:35;s:6:\"august\";i:36;s:9:\"september\";i:37;s:7:\"october\";i:38;s:8:\"november\";i:39;s:8:\"december\";i:40;s:11:\"january-gen\";i:41;s:12:\"february-gen\";i:42;s:9:\"march-gen\";i:43;s:9:\"april-gen\";i:44;s:7:\"may-gen\";i:45;s:8:\"june-gen\";i:46;s:8:\"july-gen\";i:47;s:10:\"august-gen\";i:48;s:13:\"september-gen\";i:49;s:11:\"october-gen\";i:50;s:12:\"november-gen\";i:51;s:12:\"december-gen\";i:52;s:3:\"jan\";i:53;s:3:\"feb\";i:54;s:3:\"mar\";i:55;s:3:\"apr\";i:56;s:3:\"may\";i:57;s:3:\"jun\";i:58;s:3:\"jul\";i:59;s:3:\"aug\";i:60;s:3:\"sep\";i:61;s:3:\"oct\";i:62;s:3:\"nov\";i:63;s:3:\"dec\";i:64;s:14:\"pagecategories\";i:65;s:15:\"category_header\";i:66;s:13:\"subcategories\";i:67;s:21:\"category-media-header\";i:68;s:17:\"hidden-categories\";i:69;s:21:\"category-subcat-count\";i:70;s:22:\"category-article-count\";i:71;s:19:\"category-file-count\";i:72;s:20:\"broken-file-category\";i:73;s:5:\"about\";i:74;s:9:\"newwindow\";i:75;s:6:\"cancel\";i:76;s:6:\"mytalk\";i:77;s:10:\"navigation\";i:78;s:3:\"and\";i:79;s:10:\"namespaces\";i:80;s:8:\"variants\";i:81;s:18:\"navigation-heading\";i:82;s:8:\"returnto\";i:83;s:7:\"tagline\";i:84;s:4:\"help\";i:85;s:6:\"search\";i:86;s:12:\"searchbutton\";i:87;s:13:\"searcharticle\";i:88;s:17:\"skin-view-history\";i:89;s:7:\"history\";i:90;s:13:\"history_short\";i:91;s:16:\"printableversion\";i:92;s:9:\"permalink\";i:93;s:4:\"view\";i:94;s:14:\"skin-view-view\";i:95;s:17:\"skin-view-foreign\";i:96;s:4:\"edit\";i:97;s:14:\"skin-view-edit\";i:98;s:6:\"create\";i:99;s:16:\"skin-view-create\";i:100;s:12:\"create-local\";i:101;s:7:\"newpage\";i:102;s:16:\"talkpagelinktext\";i:103;s:11:\"specialpage\";i:104;s:13:\"personaltools\";i:105;s:4:\"talk\";i:106;s:5:\"views\";i:107;s:7:\"toolbox\";i:108;s:20:\"tool-link-userrights\";i:109;s:29:\"tool-link-userrights-readonly\";i:110;s:19:\"tool-link-emailuser\";i:111;s:9:\"imagepage\";i:112;s:13:\"mediawikipage\";i:113;s:12:\"templatepage\";i:114;s:12:\"viewhelppage\";i:115;s:12:\"categorypage\";i:116;s:12:\"viewtalkpage\";i:117;s:14:\"otherlanguages\";i:118;s:14:\"redirectedfrom\";i:119;s:15:\"redirectpagesub\";i:120;s:10:\"redirectto\";i:121;s:14:\"lastmodifiedat\";i:122;s:9:\"viewcount\";i:123;s:13:\"protectedpage\";i:124;s:6:\"jumpto\";i:125;s:16:\"jumptonavigation\";i:126;s:12:\"jumptosearch\";i:127;s:15:\"view-pool-error\";i:128;s:18:\"generic-pool-error\";i:129;s:12:\"pool-timeout\";i:130;s:9:\"aboutsite\";i:131;s:9:\"aboutpage\";i:132;s:13:\"copyrightpage\";i:133;s:13:\"currentevents\";i:134;s:17:\"currentevents-url\";i:135;s:11:\"disclaimers\";i:136;s:14:\"disclaimerpage\";i:137;s:8:\"edithelp\";i:138;s:8:\"mainpage\";i:139;s:20:\"mainpage-description\";i:140;s:6:\"portal\";i:141;s:10:\"portal-url\";i:142;s:7:\"privacy\";i:143;s:11:\"privacypage\";i:144;s:13:\"retrievedfrom\";i:145;s:21:\"newmessageslinkplural\";i:146;s:25:\"newmessagesdifflinkplural\";i:147;s:11:\"editsection\";i:148;s:7:\"editold\";i:149;s:8:\"editlink\";i:150;s:14:\"viewsourcelink\";i:151;s:15:\"editsectionhint\";i:152;s:3:\"toc\";i:153;s:14:\"site-atom-feed\";i:154;s:14:\"page-atom-feed\";i:155;s:14:\"red-link-title\";i:156;s:10:\"nstab-main\";i:157;s:10:\"nstab-user\";i:158;s:13:\"nstab-special\";i:159;s:13:\"nstab-project\";i:160;s:11:\"nstab-image\";i:161;s:15:\"nstab-mediawiki\";i:162;s:14:\"nstab-template\";i:163;s:14:\"nstab-category\";i:164;s:14:\"mainpage-nstab\";i:165;s:17:\"nosuchspecialpage\";i:166;s:17:\"nospecialpagetext\";i:167;s:8:\"badtitle\";i:168;s:12:\"badtitletext\";i:169;s:10:\"viewsource\";i:170;s:16:\"viewsource-title\";i:171;s:14:\"viewsourcetext\";i:172;s:18:\"userlogin-yourname\";i:173;s:21:\"userlogin-yourname-ph\";i:174;s:22:\"userlogin-yourpassword\";i:175;s:25:\"userlogin-yourpassword-ph\";i:176;s:26:\"createacct-yourpassword-ph\";i:177;s:28:\"createacct-yourpasswordagain\";i:178;s:31:\"createacct-yourpasswordagain-ph\";i:179;s:28:\"userlogin-remembermypassword\";i:180;s:5:\"login\";i:181;s:19:\"userlogin-noaccount\";i:182;s:21:\"userlogin-joinproject\";i:183;s:13:\"createaccount\";i:184;s:28:\"userlogin-resetpassword-link\";i:185;s:19:\"userlogin-helplink2\";i:186;s:24:\"createacct-emailoptional\";i:187;s:19:\"createacct-email-ph\";i:188;s:17:\"createacct-submit\";i:189;s:26:\"createacct-benefit-heading\";i:190;s:24:\"createacct-benefit-body1\";i:191;s:24:\"createacct-benefit-body2\";i:192;s:24:\"createacct-benefit-body3\";i:193;s:18:\"loginlanguagelabel\";i:194;s:8:\"pt-login\";i:195;s:15:\"pt-login-button\";i:196;s:16:\"pt-createaccount\";i:197;s:13:\"pt-userlogout\";i:198;s:13:\"passwordreset\";i:199;s:7:\"summary\";i:200;s:9:\"minoredit\";i:201;s:9:\"watchthis\";i:202;s:11:\"savearticle\";i:203;s:7:\"preview\";i:204;s:11:\"showpreview\";i:205;s:8:\"showdiff\";i:206;s:12:\"loginreqlink\";i:207;s:13:\"noarticletext\";i:208;s:30:\"userpage-userdoesnotexist-view\";i:209;s:7:\"editing\";i:210;s:8:\"creating\";i:211;s:14:\"editingsection\";i:212;s:13:\"templatesused\";i:213;s:18:\"template-protected\";i:214;s:22:\"template-semiprotected\";i:215;s:16:\"hiddencategories\";i:216;s:32:\"permissionserrorstext-withaction\";i:217;s:19:\"moveddeleted-notice\";i:218;s:22:\"content-model-wikitext\";i:219;s:12:\"viewpagelogs\";i:220;s:15:\"currentrev-asof\";i:221;s:12:\"revisionasof\";i:222;s:13:\"revision-info\";i:223;s:16:\"previousrevision\";i:224;s:12:\"nextrevision\";i:225;s:19:\"currentrevisionlink\";i:226;s:3:\"cur\";i:227;s:4:\"last\";i:228;s:22:\"history-fieldset-title\";i:229;s:9:\"histfirst\";i:230;s:8:\"histlast\";i:231;s:18:\"history-feed-title\";i:232;s:24:\"history-feed-description\";i:233;s:27:\"history-feed-item-nocomment\";i:234;s:12:\"rev-delundel\";i:235;s:13:\"history-title\";i:236;s:16:\"difference-title\";i:237;s:6:\"lineno\";i:238;s:23:\"compareselectedversions\";i:239;s:8:\"editundo\";i:240;s:19:\"diff-multi-sameuser\";i:241;s:13:\"searchresults\";i:242;s:19:\"searchresults-title\";i:243;s:5:\"prevn\";i:244;s:5:\"nextn\";i:245;s:11:\"nextn-title\";i:246;s:11:\"shown-title\";i:247;s:12:\"viewprevnext\";i:248;s:14:\"searchmenu-new\";i:249;s:22:\"searchprofile-articles\";i:250;s:20:\"searchprofile-images\";i:251;s:24:\"searchprofile-everything\";i:252;s:22:\"searchprofile-advanced\";i:253;s:30:\"searchprofile-articles-tooltip\";i:254;s:28:\"searchprofile-images-tooltip\";i:255;s:32:\"searchprofile-everything-tooltip\";i:256;s:30:\"searchprofile-advanced-tooltip\";i:257;s:18:\"search-result-size\";i:258;s:27:\"search-result-category-size\";i:259;s:15:\"search-redirect\";i:260;s:14:\"search-section\";i:261;s:14:\"search-suggest\";i:262;s:9:\"searchall\";i:263;s:21:\"search-showingresults\";i:264;s:16:\"search-nonefound\";i:265;s:13:\"mypreferences\";i:266;s:14:\"right-writeapi\";i:267;s:14:\"newuserlogpage\";i:268;s:22:\"skin-action-addsection\";i:269;s:11:\"action-edit\";i:270;s:11:\"action-move\";i:271;s:18:\"enhancedrc-history\";i:272;s:13:\"recentchanges\";i:273;s:20:\"recentchanges-legend\";i:274;s:21:\"recentchanges-summary\";i:275;s:22:\"recentchanges-noresult\";i:276;s:30:\"recentchanges-feed-description\";i:277;s:27:\"recentchanges-label-newpage\";i:278;s:25:\"recentchanges-label-minor\";i:279;s:23:\"recentchanges-label-bot\";i:280;s:31:\"recentchanges-label-unpatrolled\";i:281;s:29:\"recentchanges-label-plusminus\";i:282;s:28:\"recentchanges-legend-heading\";i:283;s:28:\"recentchanges-legend-newpage\";i:284;s:10:\"rcnotefrom\";i:285;s:10:\"rclistfrom\";i:286;s:15:\"rcshowhideminor\";i:287;s:20:\"rcshowhideminor-show\";i:288;s:20:\"rcshowhideminor-hide\";i:289;s:14:\"rcshowhidebots\";i:290;s:19:\"rcshowhidebots-show\";i:291;s:19:\"rcshowhidebots-hide\";i:292;s:13:\"rcshowhideliu\";i:293;s:18:\"rcshowhideliu-show\";i:294;s:18:\"rcshowhideliu-hide\";i:295;s:15:\"rcshowhideanons\";i:296;s:20:\"rcshowhideanons-show\";i:297;s:20:\"rcshowhideanons-hide\";i:298;s:14:\"rcshowhidemine\";i:299;s:19:\"rcshowhidemine-show\";i:300;s:19:\"rcshowhidemine-hide\";i:301;s:7:\"rclinks\";i:302;s:4:\"diff\";i:303;s:4:\"hist\";i:304;s:4:\"hide\";i:305;s:4:\"show\";i:306;s:18:\"rc-change-size-new\";i:307;s:19:\"recentchangeslinked\";i:308;s:27:\"recentchangeslinked-toolbox\";i:309;s:25:\"recentchangeslinked-title\";i:310;s:24:\"recentchangeslinked-page\";i:311;s:22:\"recentchangeslinked-to\";i:312;s:6:\"upload\";i:313;s:13:\"uploadlogpage\";i:314;s:8:\"filedesc\";i:315;s:14:\"license-header\";i:316;s:7:\"imgfile\";i:317;s:16:\"file-anchor-link\";i:318;s:8:\"filehist\";i:319;s:13:\"filehist-help\";i:320;s:16:\"filehist-current\";i:321;s:17:\"filehist-datetime\";i:322;s:14:\"filehist-thumb\";i:323;s:18:\"filehist-thumbtext\";i:324;s:13:\"filehist-user\";i:325;s:19:\"filehist-dimensions\";i:326;s:16:\"filehist-comment\";i:327;s:12:\"linkstoimage\";i:328;s:14:\"nolinkstoimage\";i:329;s:22:\"sharedupload-desc-here\";i:330;s:22:\"upload-disallowed-here\";i:331;s:10:\"randompage\";i:332;s:6:\"nbytes\";i:333;s:8:\"nmembers\";i:334;s:11:\"prefixindex\";i:335;s:8:\"newpages\";i:336;s:4:\"move\";i:337;s:13:\"pager-newer-n\";i:338;s:13:\"pager-older-n\";i:339;s:11:\"booksources\";i:340;s:25:\"booksources-search-legend\";i:341;s:18:\"booksources-search\";i:342;s:20:\"speciallogtitlelabel\";i:343;s:3:\"log\";i:344;s:11:\"allarticles\";i:345;s:14:\"allpagessubmit\";i:346;s:10:\"categories\";i:347;s:18:\"usermessage-editor\";i:348;s:9:\"watchlist\";i:349;s:11:\"mywatchlist\";i:350;s:5:\"watch\";i:351;s:7:\"unwatch\";i:352;s:12:\"rollbacklink\";i:353;s:17:\"rollbacklinkcount\";i:354;s:15:\"protect-default\";i:355;s:16:\"restriction-edit\";i:356;s:16:\"restriction-move\";i:357;s:9:\"namespace\";i:358;s:6:\"invert\";i:359;s:14:\"tooltip-invert\";i:360;s:21:\"namespace_association\";i:361;s:29:\"tooltip-namespace_association\";i:362;s:14:\"blanknamespace\";i:363;s:23:\"tool-link-contributions\";i:364;s:19:\"contributions-title\";i:365;s:9:\"mycontris\";i:366;s:12:\"anoncontribs\";i:367;s:11:\"contribsub2\";i:368;s:5:\"uctop\";i:369;s:5:\"month\";i:370;s:4:\"year\";i:371;s:25:\"sp-contributions-blocklog\";i:372;s:24:\"sp-contributions-uploads\";i:373;s:21:\"sp-contributions-logs\";i:374;s:21:\"sp-contributions-talk\";i:375;s:23:\"sp-contributions-search\";i:376;s:25:\"sp-contributions-username\";i:377;s:24:\"sp-contributions-toponly\";i:378;s:24:\"sp-contributions-newonly\";i:379;s:23:\"sp-contributions-submit\";i:380;s:19:\"whatlinkshere-title\";i:381;s:18:\"whatlinkshere-page\";i:382;s:11:\"nolinkshere\";i:383;s:10:\"isredirect\";i:384;s:10:\"istemplate\";i:385;s:18:\"whatlinkshere-prev\";i:386;s:18:\"whatlinkshere-next\";i:387;s:19:\"whatlinkshere-links\";i:388;s:24:\"whatlinkshere-hideredirs\";i:389;s:23:\"whatlinkshere-hidetrans\";i:390;s:23:\"whatlinkshere-hidelinks\";i:391;s:10:\"ipboptions\";i:392;s:9:\"blocklink\";i:393;s:12:\"contribslink\";i:394;s:12:\"blocklogpage\";i:395;s:6:\"export\";i:396;s:14:\"thumbnail-more\";i:397;s:19:\"tooltip-pt-userpage\";i:398;s:17:\"tooltip-pt-mytalk\";i:399;s:22:\"tooltip-pt-preferences\";i:400;s:20:\"tooltip-pt-watchlist\";i:401;s:20:\"tooltip-pt-mycontris\";i:402;s:16:\"tooltip-pt-login\";i:403;s:17:\"tooltip-pt-logout\";i:404;s:24:\"tooltip-pt-createaccount\";i:405;s:15:\"tooltip-ca-talk\";i:406;s:15:\"tooltip-ca-edit\";i:407;s:21:\"tooltip-ca-addsection\";i:408;s:21:\"tooltip-ca-viewsource\";i:409;s:18:\"tooltip-ca-history\";i:410;s:15:\"tooltip-ca-move\";i:411;s:16:\"tooltip-ca-watch\";i:412;s:18:\"tooltip-ca-unwatch\";i:413;s:14:\"tooltip-search\";i:414;s:17:\"tooltip-search-go\";i:415;s:23:\"tooltip-search-fulltext\";i:416;s:14:\"tooltip-p-logo\";i:417;s:18:\"tooltip-n-mainpage\";i:418;s:30:\"tooltip-n-mainpage-description\";i:419;s:16:\"tooltip-n-portal\";i:420;s:23:\"tooltip-n-currentevents\";i:421;s:23:\"tooltip-n-recentchanges\";i:422;s:20:\"tooltip-n-randompage\";i:423;s:14:\"tooltip-n-help\";i:424;s:23:\"tooltip-t-whatlinkshere\";i:425;s:29:\"tooltip-t-recentchangeslinked\";i:426;s:17:\"tooltip-feed-atom\";i:427;s:23:\"tooltip-t-contributions\";i:428;s:16:\"tooltip-t-upload\";i:429;s:22:\"tooltip-t-specialpages\";i:430;s:15:\"tooltip-t-print\";i:431;s:19:\"tooltip-t-permalink\";i:432;s:21:\"tooltip-ca-nstab-main\";i:433;s:21:\"tooltip-ca-nstab-user\";i:434;s:24:\"tooltip-ca-nstab-special\";i:435;s:24:\"tooltip-ca-nstab-project\";i:436;s:22:\"tooltip-ca-nstab-image\";i:437;s:26:\"tooltip-ca-nstab-mediawiki\";i:438;s:25:\"tooltip-ca-nstab-template\";i:439;s:25:\"tooltip-ca-nstab-category\";i:440;s:17:\"tooltip-minoredit\";i:441;s:12:\"tooltip-save\";i:442;s:15:\"tooltip-preview\";i:443;s:12:\"tooltip-diff\";i:444;s:31:\"tooltip-compareselectedversions\";i:445;s:13:\"tooltip-watch\";i:446;s:16:\"tooltip-rollback\";i:447;s:15:\"tooltip-summary\";i:448;s:20:\"simpleantispam-label\";i:449;s:14:\"pageinfo-title\";i:450;s:21:\"pageinfo-header-basic\";i:451;s:21:\"pageinfo-header-edits\";i:452;s:28:\"pageinfo-header-restrictions\";i:453;s:22:\"pageinfo-display-title\";i:454;s:21:\"pageinfo-default-sort\";i:455;s:15:\"pageinfo-length\";i:456;s:19:\"pageinfo-article-id\";i:457;s:17:\"pageinfo-language\";i:458;s:22:\"pageinfo-content-model\";i:459;s:21:\"pageinfo-robot-policy\";i:460;s:17:\"pageinfo-watchers\";i:461;s:23:\"pageinfo-redirects-name\";i:462;s:18:\"pageinfo-firstuser\";i:463;s:18:\"pageinfo-firsttime\";i:464;s:17:\"pageinfo-lastuser\";i:465;s:17:\"pageinfo-lasttime\";i:466;s:14:\"pageinfo-edits\";i:467;s:16:\"pageinfo-authors\";i:468;s:21:\"pageinfo-recent-edits\";i:469;s:23:\"pageinfo-recent-authors\";i:470;s:20:\"pageinfo-toolboxlink\";i:471;s:12:\"previousdiff\";i:472;s:8:\"nextdiff\";i:473;s:14:\"file-info-size\";i:474;s:12:\"file-nohires\";i:475;s:13:\"svg-long-desc\";i:476;s:14:\"show-big-image\";i:477;s:22:\"show-big-image-preview\";i:478;s:20:\"show-big-image-other\";i:479;s:19:\"show-big-image-size\";i:480;s:14:\"bad_image_list\";i:481;s:8:\"metadata\";i:482;s:15:\"metadata-fields\";i:483;s:13:\"namespacesall\";i:484;s:9:\"monthsall\";i:485;s:9:\"signature\";i:486;s:12:\"specialpages\";i:487;s:10:\"tag-filter\";i:488;s:16:\"tag-list-wrapper\";i:489;s:22:\"logentry-delete-delete\";i:490;s:18:\"logentry-move-move\";i:491;s:24:\"logentry-move-move_redir\";i:492;s:24:\"logentry-newusers-create\";i:493;s:22:\"logentry-upload-upload\";i:494;s:20:\"searchsuggest-search\";i:495;s:13:\"duration-days\";i:496;s:22:\"skin-view-create-local\";i:497;s:14:\"nstab-mainpage\";i:498;s:16:\"skin-action-move\";i:499;s:24:\"vector-action-addsection\";i:500;s:18:\"vector-action-move\";i:501;s:18:\"vector-view-create\";i:502;s:16:\"vector-view-edit\";i:503;s:19:\"vector-view-history\";i:504;s:16:\"vector-view-view\";i:505;s:19:\"vector-more-actions\";i:506;s:13:\"tog-underline\";i:507;s:13:\"tog-hideminor\";i:508;s:17:\"tog-hidepatrolled\";i:509;s:25:\"tog-newpageshidepatrolled\";i:510;s:22:\"tog-hidecategorization\";i:511;s:19:\"tog-extendwatchlist\";i:512;s:12:\"tog-usenewrc\";i:513;s:18:\"tog-editondblclick\";i:514;s:27:\"tog-editsectiononrightclick\";i:515;s:18:\"tog-watchcreations\";i:516;s:16:\"tog-watchdefault\";i:517;s:14:\"tog-watchmoves\";i:518;s:17:\"tog-watchdeletion\";i:519;s:16:\"tog-watchuploads\";i:520;s:17:\"tog-watchrollback\";i:521;s:16:\"tog-minordefault\";i:522;s:16:\"tog-previewontop\";i:523;s:18:\"tog-previewonfirst\";i:524;s:24:\"tog-enotifwatchlistpages\";i:525;s:23:\"tog-enotifusertalkpages\";i:526;s:20:\"tog-enotifminoredits\";i:527;s:20:\"tog-enotifrevealaddr\";i:528;s:23:\"tog-shownumberswatching\";i:529;s:32:\"tog-watchlistreloadautomatically\";i:530;s:25:\"tog-watchlistunwatchlinks\";i:531;s:18:\"tog-norollbackdiff\";i:532;s:18:\"tog-useeditwarning\";i:533;s:16:\"tog-prefershttps\";i:534;s:28:\"tog-showrollbackconfirmation\";i:535;s:16:\"tog-requireemail\";i:536;s:16:\"underline-always\";i:537;s:15:\"underline-never\";i:538;s:17:\"underline-default\";i:539;s:14:\"editfont-style\";i:540;s:18:\"editfont-monospace\";i:541;s:18:\"editfont-sansserif\";i:542;s:14:\"editfont-serif\";i:543;s:9:\"period-am\";i:544;s:9:\"period-pm\";i:545;s:14:\"category-empty\";i:546;s:24:\"hidden-category-category\";i:547;s:29:\"category-subcat-count-limited\";i:548;s:30:\"category-article-count-limited\";i:549;s:27:\"category-file-count-limited\";i:550;s:14:\"index-category\";i:551;s:16:\"noindex-category\";i:552;s:7:\"article\";i:553;s:13:\"moredotdotdot\";i:554;s:13:\"morenotlisted\";i:555;s:6:\"mypage\";i:556;s:8:\"anontalk\";i:557;s:3:\"faq\";i:558;s:7:\"actions\";i:559;s:14:\"errorpagetitle\";i:560;s:14:\"help-mediawiki\";i:561;s:23:\"search-ignored-headings\";i:562;s:2:\"go\";i:563;s:13:\"history_small\";i:564;s:13:\"updatedmarker\";i:565;s:35:\"printableversion-deprecated-warning\";i:566;s:5:\"print\";i:567;s:10:\"edit-local\";i:568;s:6:\"delete\";i:569;s:14:\"undelete_short\";i:570;s:17:\"viewdeleted_short\";i:571;s:7:\"protect\";i:572;s:14:\"protect_change\";i:573;s:21:\"skin-action-unprotect\";i:574;s:9:\"unprotect\";i:575;s:8:\"cactions\";i:576;s:14:\"pool-queuefull\";i:577;s:17:\"pool-errorunknown\";i:578;s:16:\"pool-servererror\";i:579;s:23:\"poolcounter-usage-error\";i:580;s:9:\"copyright\";i:581;s:20:\"helppage-top-gethelp\";i:582;s:10:\"policy-url\";i:583;s:9:\"badaccess\";i:584;s:16:\"badaccess-group0\";i:585;s:16:\"badaccess-groups\";i:586;s:15:\"versionrequired\";i:587;s:19:\"versionrequiredtext\";i:588;s:2:\"ok\";i:589;s:9:\"pagetitle\";i:590;s:18:\"youhavenewmessages\";i:591;s:27:\"youhavenewmessagesfromusers\";i:592;s:27:\"youhavenewmessagesmanyusers\";i:593;s:13:\"viewsourceold\";i:594;s:7:\"showtoc\";i:595;s:7:\"hidetoc\";i:596;s:20:\"collapsible-collapse\";i:597;s:18:\"collapsible-expand\";i:598;s:19:\"confirmable-confirm\";i:599;s:15:\"confirmable-yes\";i:600;s:14:\"confirmable-no\";i:601;s:13:\"thisisdeleted\";i:602;s:11:\"viewdeleted\";i:603;s:11:\"restorelink\";i:604;s:12:\"feed-invalid\";i:605;s:16:\"feed-unavailable\";i:606;s:13:\"site-rss-feed\";i:607;s:13:\"page-rss-feed\";i:608;s:15:\"sort-descending\";i:609;s:14:\"sort-ascending\";i:610;s:12:\"sort-initial\";i:611;s:18:\"sort-rowspan-error\";i:612;s:11:\"nstab-media\";i:613;s:10:\"nstab-help\";i:614;s:12:\"nosuchaction\";i:615;s:16:\"nosuchactiontext\";i:616;s:5:\"error\";i:617;s:13:\"databaseerror\";i:618;s:18:\"databaseerror-text\";i:619;s:20:\"databaseerror-textcl\";i:620;s:19:\"databaseerror-query\";i:621;s:22:\"databaseerror-function\";i:622;s:19:\"databaseerror-error\";i:623;s:35:\"transaction-duration-limit-exceeded\";i:624;s:39:\"transaction-max-statement-time-exceeded\";i:625;s:17:\"laggedreplicamode\";i:626;s:8:\"readonly\";i:627;s:15:\"enterlockreason\";i:628;s:12:\"readonlytext\";i:629;s:15:\"missing-article\";i:630;s:18:\"missingarticle-rev\";i:631;s:19:\"missingarticle-diff\";i:632;s:12:\"readonly_lag\";i:633;s:26:\"nonwrite-api-promise-error\";i:634;s:12:\"timeouterror\";i:635;s:17:\"timeouterror-text\";i:636;s:13:\"internalerror\";i:637;s:18:\"internalerror_info\";i:638;s:29:\"internalerror-fatal-exception\";i:639;s:13:\"filecopyerror\";i:640;s:15:\"filerenameerror\";i:641;s:15:\"filedeleteerror\";i:642;s:20:\"directorycreateerror\";i:643;s:22:\"directoryreadonlyerror\";i:644;s:12:\"filenotfound\";i:645;s:10:\"unexpected\";i:646;s:9:\"formerror\";i:647;s:15:\"badarticleerror\";i:648;s:12:\"cannotdelete\";i:649;s:18:\"cannotdelete-title\";i:650;s:16:\"delete-scheduled\";i:651;s:19:\"delete-hook-aborted\";i:652;s:16:\"no-null-revision\";i:653;s:13:\"title-invalid\";i:654;s:19:\"title-invalid-empty\";i:655;s:18:\"title-invalid-utf8\";i:656;s:23:\"title-invalid-interwiki\";i:657;s:28:\"title-invalid-talk-namespace\";i:658;s:24:\"title-invalid-characters\";i:659;s:22:\"title-invalid-relative\";i:660;s:25:\"title-invalid-magic-tilde\";i:661;s:22:\"title-invalid-too-long\";i:662;s:27:\"title-invalid-leading-colon\";i:663;s:10:\"perfcached\";i:664;s:12:\"perfcachedts\";i:665;s:20:\"querypage-no-updates\";i:666;s:28:\"querypage-updates-periodical\";i:667;s:22:\"skin-action-viewsource\";i:668;s:15:\"actionthrottled\";i:669;s:19:\"actionthrottledtext\";i:670;s:17:\"protectedpagetext\";i:671;s:12:\"viewyourtext\";i:672;s:18:\"protectedinterface\";i:673;s:16:\"editinginterface\";i:674;s:18:\"translateinterface\";i:675;s:16:\"cascadeprotected\";i:676;s:18:\"namespaceprotected\";i:677;s:18:\"customcssprotected\";i:678;s:19:\"customjsonprotected\";i:679;s:17:\"customjsprotected\";i:680;s:16:\"sitecssprotected\";i:681;s:17:\"sitejsonprotected\";i:682;s:15:\"sitejsprotected\";i:683;s:20:\"siterawhtmlprotected\";i:684;s:20:\"mycustomcssprotected\";i:685;s:21:\"mycustomjsonprotected\";i:686;s:19:\"mycustomjsprotected\";i:687;s:22:\"myprivateinfoprotected\";i:688;s:22:\"mypreferencesprotected\";i:689;s:19:\"ns-specialprotected\";i:690;s:14:\"titleprotected\";i:691;s:17:\"filereadonlyerror\";i:692;s:12:\"invalidtitle\";i:693;s:27:\"invalidtitle-knownnamespace\";i:694;s:29:\"invalidtitle-unknownnamespace\";i:695;s:17:\"exception-nologin\";i:696;s:22:\"exception-nologin-text\";i:697;s:29:\"exception-nologin-text-manual\";i:698;s:16:\"virus-badscanner\";i:699;s:16:\"virus-scanfailed\";i:700;s:20:\"virus-unknownscanner\";i:701;s:10:\"logouttext\";i:702;s:18:\"logging-out-notify\";i:703;s:13:\"logout-failed\";i:704;s:21:\"cannotlogoutnow-title\";i:705;s:20:\"cannotlogoutnow-text\";i:706;s:11:\"welcomeuser\";i:707;s:19:\"welcomecreation-msg\";i:708;s:8:\"yourname\";i:709;s:30:\"createacct-another-username-ph\";i:710;s:12:\"yourpassword\";i:711;s:23:\"prefs-help-yourpassword\";i:712;s:17:\"yourpasswordagain\";i:713;s:24:\"createacct-useuniquepass\";i:714;s:24:\"userlogin-signwithsecure\";i:715;s:17:\"cannotlogin-title\";i:716;s:16:\"cannotlogin-text\";i:717;s:20:\"cannotloginnow-title\";i:718;s:19:\"cannotloginnow-text\";i:719;s:25:\"cannotcreateaccount-title\";i:720;s:24:\"cannotcreateaccount-text\";i:721;s:14:\"yourdomainname\";i:722;s:25:\"password-change-forbidden\";i:723;s:15:\"externaldberror\";i:724;s:14:\"login-security\";i:725;s:23:\"nav-login-createaccount\";i:726;s:6:\"logout\";i:727;s:10:\"userlogout\";i:728;s:11:\"notloggedin\";i:729;s:18:\"userlogin-loggedin\";i:730;s:16:\"userlogin-reauth\";i:731;s:23:\"userlogin-createanother\";i:732;s:24:\"createacct-emailrequired\";i:733;s:27:\"createacct-another-email-ph\";i:734;s:17:\"createaccountmail\";i:735;s:22:\"createaccountmail-help\";i:736;s:19:\"createacct-realname\";i:737;s:17:\"createacct-reason\";i:738;s:20:\"createacct-reason-ph\";i:739;s:22:\"createacct-reason-help\";i:740;s:25:\"createacct-reason-confirm\";i:741;s:25:\"createacct-another-submit\";i:742;s:26:\"createacct-continue-submit\";i:743;s:34:\"createacct-another-continue-submit\";i:744;s:9:\"badretype\";i:745;s:18:\"usernameinprogress\";i:746;s:10:\"userexists\";i:747;s:24:\"createacct-normalization\";i:748;s:10:\"loginerror\";i:749;s:16:\"createacct-error\";i:750;s:18:\"createaccounterror\";i:751;s:12:\"nocookiesnew\";i:752;s:14:\"nocookieslogin\";i:753;s:15:\"nocookiesfornew\";i:754;s:21:\"createacct-loginerror\";i:755;s:23:\"createacct-temp-warning\";i:756;s:6:\"noname\";i:757;s:17:\"loginsuccesstitle\";i:758;s:12:\"loginsuccess\";i:759;s:10:\"nosuchuser\";i:760;s:15:\"nosuchusershort\";i:761;s:15:\"nouserspecified\";i:762;s:17:\"login-userblocked\";i:763;s:13:\"wrongpassword\";i:764;s:18:\"wrongpasswordempty\";i:765;s:16:\"passwordtooshort\";i:766;s:15:\"passwordtoolong\";i:767;s:20:\"passwordincommonlist\";i:768;s:19:\"password-name-match\";i:769;s:33:\"password-substring-username-match\";i:770;s:24:\"password-login-forbidden\";i:771;s:14:\"mailmypassword\";i:772;s:21:\"passwordremindertitle\";i:773;s:20:\"passwordremindertext\";i:774;s:7:\"noemail\";i:775;s:13:\"noemailcreate\";i:776;s:12:\"passwordsent\";i:777;s:20:\"blocked-mailpassword\";i:778;s:12:\"eauthentsent\";i:779;s:22:\"throttled-mailpassword\";i:780;s:9:\"mailerror\";i:781;s:26:\"acct_creation_throttle_hit\";i:782;s:18:\"emailauthenticated\";i:783;s:21:\"emailnotauthenticated\";i:784;s:12:\"noemailprefs\";i:785;s:16:\"emailconfirmlink\";i:786;s:19:\"invalidemailaddress\";i:787;s:17:\"cannotchangeemail\";i:788;s:13:\"emaildisabled\";i:789;s:14:\"accountcreated\";i:790;s:18:\"accountcreatedtext\";i:791;s:19:\"createaccount-title\";i:792;s:18:\"createaccount-text\";i:793;s:15:\"login-throttled\";i:794;s:19:\"login-abort-generic\";i:795;s:22:\"login-migrated-generic\";i:796;s:21:\"suspicious-userlogout\";i:797;s:31:\"createacct-another-realname-tip\";i:798;s:24:\"pt-login-continue-button\";i:799;s:22:\"php-mail-error-unknown\";i:800;s:17:\"user-mail-no-addy\";i:801;s:17:\"user-mail-no-body\";i:802;s:14:\"changepassword\";i:803;s:18:\"resetpass_announce\";i:804;s:14:\"resetpass_text\";i:805;s:16:\"resetpass_header\";i:806;s:11:\"oldpassword\";i:807;s:11:\"newpassword\";i:808;s:9:\"retypenew\";i:809;s:16:\"resetpass_submit\";i:810;s:22:\"changepassword-success\";i:811;s:24:\"changepassword-throttled\";i:812;s:12:\"botpasswords\";i:813;s:20:\"botpasswords-summary\";i:814;s:21:\"botpasswords-disabled\";i:815;s:26:\"botpasswords-no-central-id\";i:816;s:21:\"botpasswords-existing\";i:817;s:22:\"botpasswords-createnew\";i:818;s:25:\"botpasswords-editexisting\";i:819;s:29:\"botpasswords-label-needsreset\";i:820;s:24:\"botpasswords-label-appid\";i:821;s:25:\"botpasswords-label-create\";i:822;s:25:\"botpasswords-label-update\";i:823;s:25:\"botpasswords-label-cancel\";i:824;s:25:\"botpasswords-label-delete\";i:825;s:32:\"botpasswords-label-resetpassword\";i:826;s:25:\"botpasswords-label-grants\";i:827;s:24:\"botpasswords-help-grants\";i:828;s:32:\"botpasswords-label-grants-column\";i:829;s:22:\"botpasswords-bad-appid\";i:830;s:33:\"botpasswords-toolong-restrictions\";i:831;s:27:\"botpasswords-toolong-grants\";i:832;s:26:\"botpasswords-insert-failed\";i:833;s:26:\"botpasswords-update-failed\";i:834;s:26:\"botpasswords-created-title\";i:835;s:25:\"botpasswords-created-body\";i:836;s:26:\"botpasswords-updated-title\";i:837;s:25:\"botpasswords-updated-body\";i:838;s:26:\"botpasswords-deleted-title\";i:839;s:25:\"botpasswords-deleted-body\";i:840;s:24:\"botpasswords-newpassword\";i:841;s:24:\"botpasswords-no-provider\";i:842;s:31:\"botpasswords-restriction-failed\";i:843;s:25:\"botpasswords-invalid-name\";i:844;s:22:\"botpasswords-not-exist\";i:845;s:24:\"botpasswords-needs-reset\";i:846;s:19:\"botpasswords-locked\";i:847;s:19:\"resetpass_forbidden\";i:848;s:26:\"resetpass_forbidden-reason\";i:849;s:17:\"resetpass-no-info\";i:850;s:25:\"resetpass-submit-loggedin\";i:851;s:23:\"resetpass-submit-cancel\";i:852;s:23:\"resetpass-wrong-oldpass\";i:853;s:18:\"resetpass-recycled\";i:854;s:22:\"resetpass-temp-emailed\";i:855;s:23:\"resetpass-temp-password\";i:856;s:23:\"resetpass-abort-generic\";i:857;s:17:\"resetpass-expired\";i:858;s:22:\"resetpass-expired-soft\";i:859;s:18:\"resetpass-validity\";i:860;s:23:\"resetpass-validity-soft\";i:861;s:22:\"passwordreset-text-one\";i:862;s:23:\"passwordreset-text-many\";i:863;s:22:\"passwordreset-disabled\";i:864;s:27:\"passwordreset-emaildisabled\";i:865;s:22:\"passwordreset-username\";i:866;s:20:\"passwordreset-domain\";i:867;s:19:\"passwordreset-email\";i:868;s:24:\"passwordreset-emailtitle\";i:869;s:26:\"passwordreset-emailtext-ip\";i:870;s:28:\"passwordreset-emailtext-user\";i:871;s:26:\"passwordreset-emailelement\";i:872;s:21:\"passwordreset-success\";i:873;s:37:\"passwordreset-success-details-generic\";i:874;s:26:\"passwordreset-success-info\";i:875;s:37:\"passwordreset-emailtext-require-email\";i:876;s:22:\"passwordreset-nocaller\";i:877;s:26:\"passwordreset-nosuchcaller\";i:878;s:21:\"passwordreset-ignored\";i:879;s:20:\"passwordreset-nodata\";i:880;s:11:\"changeemail\";i:881;s:18:\"changeemail-header\";i:882;s:19:\"changeemail-no-info\";i:883;s:20:\"changeemail-oldemail\";i:884;s:20:\"changeemail-newemail\";i:885;s:25:\"changeemail-newemail-help\";i:886;s:16:\"changeemail-none\";i:887;s:20:\"changeemail-password\";i:888;s:18:\"changeemail-submit\";i:889;s:21:\"changeemail-throttled\";i:890;s:20:\"changeemail-nochange\";i:891;s:21:\"changeemail-maxlength\";i:892;s:11:\"resettokens\";i:893;s:16:\"resettokens-text\";i:894;s:21:\"resettokens-no-tokens\";i:895;s:18:\"resettokens-tokens\";i:896;s:23:\"resettokens-token-label\";i:897;s:27:\"resettokens-watchlist-token\";i:898;s:16:\"resettokens-done\";i:899;s:23:\"resettokens-resetbutton\";i:900;s:7:\"subject\";i:901;s:11:\"savechanges\";i:902;s:11:\"publishpage\";i:903;s:14:\"publishchanges\";i:904;s:17:\"savearticle-start\";i:905;s:17:\"savechanges-start\";i:906;s:17:\"publishpage-start\";i:907;s:20:\"publishchanges-start\";i:908;s:12:\"blankarticle\";i:909;s:15:\"anoneditwarning\";i:910;s:23:\"autocreate-edit-warning\";i:911;s:18:\"anonpreviewwarning\";i:912;s:26:\"autocreate-preview-warning\";i:913;s:14:\"missingsummary\";i:914;s:12:\"selfredirect\";i:915;s:18:\"missingcommenttext\";i:916;s:20:\"missingcommentheader\";i:917;s:15:\"summary-preview\";i:918;s:16:\"previewerrortext\";i:919;s:12:\"blockedtitle\";i:920;s:19:\"blockedtext-partial\";i:921;s:11:\"blockedtext\";i:922;s:15:\"autoblockedtext\";i:923;s:17:\"systemblockedtext\";i:924;s:15:\"blockednoreason\";i:925;s:21:\"blockedtext-composite\";i:926;s:25:\"blockedtext-composite-ids\";i:927;s:28:\"blockedtext-composite-no-ids\";i:928;s:28:\"blockedtext-composite-reason\";i:929;s:17:\"whitelistedittext\";i:930;s:15:\"confirmedittext\";i:931;s:18:\"nosuchsectiontitle\";i:932;s:17:\"nosuchsectiontext\";i:933;s:13:\"loginreqtitle\";i:934;s:16:\"loginreqpagetext\";i:935;s:12:\"accmailtitle\";i:936;s:11:\"accmailtext\";i:937;s:10:\"newarticle\";i:938;s:14:\"newarticletext\";i:939;s:16:\"anontalkpagetext\";i:940;s:26:\"noarticletext-nopermission\";i:941;s:27:\"missing-revision-permission\";i:942;s:16:\"missing-revision\";i:943;s:24:\"missing-revision-content\";i:944;s:25:\"userpage-userdoesnotexist\";i:945;s:25:\"blocked-notice-logextract\";i:946;s:14:\"clearyourcache\";i:947;s:20:\"usercssyoucanpreview\";i:948;s:21:\"userjsonyoucanpreview\";i:949;s:19:\"userjsyoucanpreview\";i:950;s:14:\"usercsspreview\";i:951;s:15:\"userjsonpreview\";i:952;s:13:\"userjspreview\";i:953;s:14:\"sitecsspreview\";i:954;s:15:\"sitejsonpreview\";i:955;s:13:\"sitejspreview\";i:956;s:22:\"userinvalidconfigtitle\";i:957;s:7:\"updated\";i:958;s:4:\"note\";i:959;s:11:\"previewnote\";i:960;s:16:\"continue-editing\";i:961;s:15:\"previewconflict\";i:962;s:20:\"session_fail_preview\";i:963;s:25:\"session_fail_preview_html\";i:964;s:20:\"edit_form_incomplete\";i:965;s:24:\"edit-textarea-aria-label\";i:966;s:14:\"editingcomment\";i:967;s:12:\"editconflict\";i:968;s:15:\"explainconflict\";i:969;s:8:\"yourtext\";i:970;s:13:\"storedversion\";i:971;s:10:\"editingold\";i:972;s:20:\"unicode-support-fail\";i:973;s:8:\"yourdiff\";i:974;s:16:\"copyrightwarning\";i:975;s:17:\"copyrightwarning2\";i:976;s:32:\"editpage-cannot-use-custom-model\";i:977;s:13:\"longpageerror\";i:978;s:15:\"readonlywarning\";i:979;s:20:\"protectedpagewarning\";i:980;s:24:\"semiprotectedpagewarning\";i:981;s:23:\"cascadeprotectedwarning\";i:982;s:21:\"titleprotectedwarning\";i:983;s:20:\"templatesusedpreview\";i:984;s:20:\"templatesusedsection\";i:985;s:9:\"edittools\";i:986;s:16:\"edittools-upload\";i:987;s:12:\"nocreatetext\";i:988;s:17:\"nocreate-loggedin\";i:989;s:29:\"sectioneditnotsupported-title\";i:990;s:28:\"sectioneditnotsupported-text\";i:991;s:27:\"modeleditnotsupported-title\";i:992;s:26:\"modeleditnotsupported-text\";i:993;s:17:\"permissionserrors\";i:994;s:21:\"permissionserrorstext\";i:995;s:21:\"contentmodelediterror\";i:996;s:26:\"recreate-moveddeleted-warn\";i:997;s:26:\"moveddeleted-notice-recent\";i:998;s:11:\"log-fulllog\";i:999;s:17:\"edit-hook-aborted\";i:1000;s:17:\"edit-gone-missing\";i:1001;s:13:\"edit-conflict\";i:1002;s:14:\"edit-no-change\";i:1003;s:21:\"edit-slots-cannot-add\";i:1004;s:24:\"edit-slots-cannot-remove\";i:1005;s:18:\"edit-slots-missing\";i:1006;s:29:\"postedit-confirmation-created\";i:1007;s:30:\"postedit-confirmation-restored\";i:1008;s:27:\"postedit-confirmation-saved\";i:1009;s:31:\"postedit-confirmation-published\";i:1010;s:27:\"postedit-temp-created-label\";i:1011;s:21:\"postedit-temp-created\";i:1012;s:19:\"edit-already-exists\";i:1013;s:18:\"defaultmessagetext\";i:1014;s:23:\"content-failed-to-parse\";i:1015;s:20:\"invalid-content-data\";i:1016;s:17:\"invalid-json-data\";i:1017;s:24:\"content-not-allowed-here\";i:1018;s:20:\"confirmleave-warning\";i:1019;s:34:\"editpage-invalidcontentmodel-title\";i:1020;s:33:\"editpage-invalidcontentmodel-text\";i:1021;s:40:\"editpage-notsupportedcontentformat-title\";i:1022;s:39:\"editpage-notsupportedcontentformat-text\";i:1023;s:14:\"slot-name-main\";i:1024;s:18:\"content-model-text\";i:1025;s:24:\"content-model-javascript\";i:1026;s:17:\"content-model-css\";i:1027;s:25:\"content-json-empty-object\";i:1028;s:24:\"content-json-empty-array\";i:1029;s:25:\"unsupported-content-model\";i:1030;s:24:\"unsupported-content-diff\";i:1031;s:25:\"unsupported-content-diff2\";i:1032;s:22:\"duplicate-args-warning\";i:1033;s:23:\"duplicate-args-category\";i:1034;s:28:\"duplicate-args-category-desc\";i:1035;s:32:\"expensive-parserfunction-warning\";i:1036;s:33:\"expensive-parserfunction-category\";i:1037;s:38:\"post-expand-template-inclusion-warning\";i:1038;s:39:\"post-expand-template-inclusion-category\";i:1039;s:37:\"post-expand-template-argument-warning\";i:1040;s:38:\"post-expand-template-argument-category\";i:1041;s:24:\"template-equals-category\";i:1042;s:29:\"template-equals-category-desc\";i:1043;s:23:\"template-equals-warning\";i:1044;s:28:\"parser-template-loop-warning\";i:1045;s:22:\"template-loop-category\";i:1046;s:27:\"template-loop-category-desc\";i:1047;s:21:\"template-loop-warning\";i:1048;s:39:\"parser-template-recursion-depth-warning\";i:1049;s:32:\"language-converter-depth-warning\";i:1050;s:28:\"node-count-exceeded-category\";i:1051;s:33:\"node-count-exceeded-category-desc\";i:1052;s:27:\"node-count-exceeded-warning\";i:1053;s:33:\"expansion-depth-exceeded-category\";i:1054;s:38:\"expansion-depth-exceeded-category-desc\";i:1055;s:32:\"expansion-depth-exceeded-warning\";i:1056;s:27:\"parser-unstrip-loop-warning\";i:1057;s:21:\"unstrip-depth-warning\";i:1058;s:22:\"unstrip-depth-category\";i:1059;s:27:\"unstrip-depth-category-desc\";i:1060;s:20:\"unstrip-size-warning\";i:1061;s:21:\"unstrip-size-category\";i:1062;s:26:\"unstrip-size-category-desc\";i:1063;s:27:\"converter-manual-rule-error\";i:1064;s:12:\"undo-success\";i:1065;s:12:\"undo-failure\";i:1066;s:19:\"undo-main-slot-only\";i:1067;s:10:\"undo-norev\";i:1068;s:13:\"undo-nochange\";i:1069;s:12:\"undo-summary\";i:1070;s:17:\"undo-summary-anon\";i:1071;s:19:\"undo-summary-import\";i:1072;s:20:\"undo-summary-import2\";i:1073;s:28:\"undo-summary-username-hidden\";i:1074;s:22:\"viewpagelogs-lowercase\";i:1075;s:9:\"nohistory\";i:1076;s:10:\"currentrev\";i:1077;s:11:\"tooltip-cur\";i:1078;s:4:\"next\";i:1079;s:12:\"tooltip-last\";i:1080;s:10:\"page_first\";i:1081;s:9:\"page_last\";i:1082;s:10:\"histlegend\";i:1083;s:20:\"history-show-deleted\";i:1084;s:11:\"historysize\";i:1085;s:12:\"historyempty\";i:1086;s:18:\"history-feed-empty\";i:1087;s:17:\"history-edit-tags\";i:1088;s:13:\"history-empty\";i:1089;s:19:\"rev-deleted-comment\";i:1090;s:16:\"rev-deleted-user\";i:1091;s:17:\"rev-deleted-event\";i:1092;s:25:\"rev-deleted-user-contribs\";i:1093;s:27:\"rev-deleted-text-permission\";i:1094;s:19:\"rev-suppressed-text\";i:1095;s:30:\"rev-suppressed-text-permission\";i:1096;s:23:\"rev-deleted-text-unhide\";i:1097;s:26:\"rev-suppressed-text-unhide\";i:1098;s:21:\"rev-deleted-text-view\";i:1099;s:24:\"rev-suppressed-text-view\";i:1100;s:19:\"rev-deleted-no-diff\";i:1101;s:22:\"rev-suppressed-no-diff\";i:1102;s:23:\"rev-deleted-unhide-diff\";i:1103;s:26:\"rev-suppressed-unhide-diff\";i:1104;s:21:\"rev-deleted-diff-view\";i:1105;s:24:\"rev-suppressed-diff-view\";i:1106;s:15:\"rev-showdeleted\";i:1107;s:14:\"revisiondelete\";i:1108;s:23:\"revdelete-nooldid-title\";i:1109;s:22:\"revdelete-nooldid-text\";i:1110;s:17:\"revdelete-no-file\";i:1111;s:27:\"revdelete-show-file-confirm\";i:1112;s:26:\"revdelete-show-file-submit\";i:1113;s:23:\"revdelete-selected-text\";i:1114;s:23:\"revdelete-selected-file\";i:1115;s:18:\"logdelete-selected\";i:1116;s:19:\"revdelete-text-text\";i:1117;s:19:\"revdelete-text-file\";i:1118;s:14:\"logdelete-text\";i:1119;s:21:\"revdelete-text-others\";i:1120;s:17:\"revdelete-confirm\";i:1121;s:23:\"revdelete-suppress-text\";i:1122;s:16:\"revdelete-legend\";i:1123;s:19:\"revdelete-hide-text\";i:1124;s:20:\"revdelete-hide-image\";i:1125;s:19:\"revdelete-hide-name\";i:1126;s:22:\"revdelete-hide-comment\";i:1127;s:19:\"revdelete-hide-user\";i:1128;s:25:\"revdelete-hide-restricted\";i:1129;s:20:\"revdelete-radio-same\";i:1130;s:19:\"revdelete-radio-set\";i:1131;s:21:\"revdelete-radio-unset\";i:1132;s:18:\"revdelete-suppress\";i:1133;s:20:\"revdelete-unsuppress\";i:1134;s:13:\"revdelete-log\";i:1135;s:16:\"revdelete-submit\";i:1136;s:17:\"revdelete-success\";i:1137;s:17:\"revdelete-failure\";i:1138;s:17:\"logdelete-success\";i:1139;s:17:\"logdelete-failure\";i:1140;s:14:\"revdel-restore\";i:1141;s:8:\"pagehist\";i:1142;s:11:\"deletedhist\";i:1143;s:22:\"revdelete-hide-current\";i:1144;s:24:\"revdelete-show-no-access\";i:1145;s:26:\"revdelete-modify-no-access\";i:1146;s:24:\"revdelete-modify-missing\";i:1147;s:19:\"revdelete-no-change\";i:1148;s:27:\"revdelete-concurrent-change\";i:1149;s:25:\"revdelete-only-restricted\";i:1150;s:25:\"revdelete-reason-dropdown\";i:1151;s:34:\"revdelete-reason-dropdown-suppress\";i:1152;s:21:\"revdelete-otherreason\";i:1153;s:25:\"revdelete-reasonotherlist\";i:1154;s:25:\"revdelete-edit-reasonlist\";i:1155;s:34:\"revdelete-edit-reasonlist-suppress\";i:1156;s:18:\"revdelete-offender\";i:1157;s:14:\"suppressionlog\";i:1158;s:18:\"suppressionlogtext\";i:1159;s:12:\"mergehistory\";i:1160;s:19:\"mergehistory-header\";i:1161;s:16:\"mergehistory-box\";i:1162;s:17:\"mergehistory-from\";i:1163;s:17:\"mergehistory-into\";i:1164;s:17:\"mergehistory-list\";i:1165;s:18:\"mergehistory-merge\";i:1166;s:15:\"mergehistory-go\";i:1167;s:19:\"mergehistory-submit\";i:1168;s:18:\"mergehistory-empty\";i:1169;s:17:\"mergehistory-done\";i:1170;s:17:\"mergehistory-fail\";i:1171;s:31:\"mergehistory-fail-bad-timestamp\";i:1172;s:32:\"mergehistory-fail-invalid-source\";i:1173;s:30:\"mergehistory-fail-invalid-dest\";i:1174;s:27:\"mergehistory-fail-no-change\";i:1175;s:28:\"mergehistory-fail-permission\";i:1176;s:28:\"mergehistory-fail-self-merge\";i:1177;s:36:\"mergehistory-fail-timestamps-overlap\";i:1178;s:24:\"mergehistory-fail-toobig\";i:1179;s:22:\"mergehistory-no-source\";i:1180;s:27:\"mergehistory-no-destination\";i:1181;s:27:\"mergehistory-invalid-source\";i:1182;s:32:\"mergehistory-invalid-destination\";i:1183;s:24:\"mergehistory-autocomment\";i:1184;s:20:\"mergehistory-comment\";i:1185;s:29:\"mergehistory-same-destination\";i:1186;s:19:\"mergehistory-reason\";i:1187;s:34:\"mergehistory-source-deleted-reason\";i:1188;s:27:\"mergehistory-source-deleted\";i:1189;s:24:\"mergehistory-revisionrow\";i:1190;s:8:\"mergelog\";i:1191;s:11:\"revertmerge\";i:1192;s:16:\"mergelogpagetext\";i:1193;s:26:\"difference-title-multipage\";i:1194;s:20:\"difference-multipage\";i:1195;s:24:\"showhideselectedversions\";i:1196;s:10:\"diff-empty\";i:1197;s:21:\"diff-multi-otherusers\";i:1198;s:20:\"diff-multi-manyusers\";i:1199;s:26:\"diff-paragraph-moved-tonew\";i:1200;s:26:\"diff-paragraph-moved-toold\";i:1201;s:27:\"difference-missing-revision\";i:1202;s:26:\"search-filter-title-prefix\";i:1203;s:32:\"search-filter-title-prefix-reset\";i:1204;s:12:\"titlematches\";i:1205;s:11:\"textmatches\";i:1206;s:13:\"notextmatches\";i:1207;s:9:\"prev-page\";i:1208;s:9:\"next-page\";i:1209;s:11:\"prevn-title\";i:1210;s:17:\"searchmenu-exists\";i:1211;s:15:\"search-category\";i:1212;s:17:\"search-file-match\";i:1213;s:16:\"search-rewritten\";i:1214;s:31:\"search-interwiki-resultset-link\";i:1215;s:21:\"search-interwiki-more\";i:1216;s:29:\"search-interwiki-more-results\";i:1217;s:21:\"search-relatedarticle\";i:1218;s:25:\"search-invalid-sort-order\";i:1219;s:22:\"search-unknown-profile\";i:1220;s:13:\"searchrelated\";i:1221;s:14:\"showingresults\";i:1222;s:21:\"showingresultsinrange\";i:1223;s:25:\"search-nonefound-thiswiki\";i:1224;s:18:\"powersearch-legend\";i:1225;s:14:\"powersearch-ns\";i:1226;s:23:\"powersearch-togglelabel\";i:1227;s:21:\"powersearch-toggleall\";i:1228;s:22:\"powersearch-togglenone\";i:1229;s:20:\"powersearch-remember\";i:1230;s:15:\"search-external\";i:1231;s:14:\"searchdisabled\";i:1232;s:12:\"search-error\";i:1233;s:14:\"search-warning\";i:1234;s:11:\"preferences\";i:1235;s:11:\"prefs-edits\";i:1236;s:17:\"prefsnologintext2\";i:1237;s:10:\"prefs-skin\";i:1238;s:16:\"prefs-skin-prefs\";i:1239;s:21:\"prefs-skin-responsive\";i:1240;s:26:\"prefs-help-skin-responsive\";i:1241;s:12:\"skin-preview\";i:1242;s:11:\"datedefault\";i:1243;s:10:\"prefs-labs\";i:1244;s:16:\"prefs-user-pages\";i:1245;s:14:\"prefs-personal\";i:1246;s:8:\"prefs-rc\";i:1247;s:15:\"prefs-watchlist\";i:1248;s:19:\"prefs-editwatchlist\";i:1249;s:25:\"prefs-editwatchlist-label\";i:1250;s:24:\"prefs-editwatchlist-edit\";i:1251;s:23:\"prefs-editwatchlist-raw\";i:1252;s:25:\"prefs-editwatchlist-clear\";i:1253;s:20:\"prefs-watchlist-days\";i:1254;s:24:\"prefs-watchlist-days-max\";i:1255;s:21:\"prefs-watchlist-edits\";i:1256;s:25:\"prefs-watchlist-edits-max\";i:1257;s:21:\"prefs-watchlist-token\";i:1258;s:28:\"prefs-watchlist-managetokens\";i:1259;s:10:\"prefs-misc\";i:1260;s:15:\"prefs-resetpass\";i:1261;s:17:\"prefs-changeemail\";i:1262;s:14:\"prefs-setemail\";i:1263;s:11:\"prefs-email\";i:1264;s:15:\"prefs-rendering\";i:1265;s:16:\"prefs-searchmisc\";i:1266;s:9:\"saveprefs\";i:1267;s:12:\"restoreprefs\";i:1268;s:13:\"prefs-editing\";i:1269;s:17:\"searchresultshead\";i:1270;s:17:\"recentchangesdays\";i:1271;s:21:\"recentchangesdays-max\";i:1272;s:18:\"recentchangescount\";i:1273;s:29:\"prefs-help-recentchangescount\";i:1274;s:27:\"prefs-help-watchlist-token2\";i:1275;s:26:\"prefs-help-tokenmanagement\";i:1276;s:29:\"prefs-user-downloaddata-label\";i:1277;s:28:\"prefs-user-downloaddata-info\";i:1278;s:29:\"prefs-user-restoreprefs-label\";i:1279;s:28:\"prefs-user-restoreprefs-info\";i:1280;s:10:\"savedprefs\";i:1281;s:11:\"savedrights\";i:1282;s:14:\"timezonelegend\";i:1283;s:9:\"localtime\";i:1284;s:24:\"timezoneuseserverdefault\";i:1285;s:17:\"timezoneuseoffset\";i:1286;s:30:\"timezone-useoffset-placeholder\";i:1287;s:10:\"servertime\";i:1288;s:13:\"guesstimezone\";i:1289;s:21:\"timezoneregion-africa\";i:1290;s:22:\"timezoneregion-america\";i:1291;s:25:\"timezoneregion-antarctica\";i:1292;s:21:\"timezoneregion-arctic\";i:1293;s:19:\"timezoneregion-asia\";i:1294;s:23:\"timezoneregion-atlantic\";i:1295;s:24:\"timezoneregion-australia\";i:1296;s:21:\"timezoneregion-europe\";i:1297;s:21:\"timezoneregion-indian\";i:1298;s:22:\"timezoneregion-pacific\";i:1299;s:10:\"allowemail\";i:1300;s:27:\"email-allow-new-users-label\";i:1301;s:20:\"email-mutelist-label\";i:1302;s:19:\"prefs-searchoptions\";i:1303;s:16:\"prefs-namespaces\";i:1304;s:7:\"default\";i:1305;s:11:\"prefs-files\";i:1306;s:16:\"prefs-custom-css\";i:1307;s:17:\"prefs-custom-json\";i:1308;s:15:\"prefs-custom-js\";i:1309;s:19:\"prefs-common-config\";i:1310;s:17:\"prefs-reset-intro\";i:1311;s:19:\"prefs-reset-confirm\";i:1312;s:24:\"prefs-emailconfirm-label\";i:1313;s:9:\"youremail\";i:1314;s:8:\"username\";i:1315;s:20:\"prefs-memberingroups\";i:1316;s:25:\"prefs-memberingroups-type\";i:1317;s:33:\"group-membership-link-with-expiry\";i:1318;s:18:\"prefs-registration\";i:1319;s:28:\"prefs-registration-date-time\";i:1320;s:12:\"yourrealname\";i:1321;s:12:\"yourlanguage\";i:1322;s:11:\"yourvariant\";i:1323;s:18:\"prefs-help-variant\";i:1324;s:8:\"yournick\";i:1325;s:20:\"prefs-help-signature\";i:1326;s:6:\"badsig\";i:1327;s:10:\"badsightml\";i:1328;s:11:\"badsiglinks\";i:1329;s:11:\"badsigsubst\";i:1330;s:12:\"badsiglength\";i:1331;s:15:\"badsiglinebreak\";i:1332;s:29:\"linterror-bogus-image-options\";i:1333;s:29:\"linterror-deletable-table-tag\";i:1334;s:26:\"linterror-html5-misnesting\";i:1335;s:38:\"linterror-misc-tidy-replacement-issues\";i:1336;s:23:\"linterror-misnested-tag\";i:1337;s:25:\"linterror-missing-end-tag\";i:1338;s:28:\"linterror-multi-colon-escape\";i:1339;s:38:\"linterror-multiline-html-table-in-list\";i:1340;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1341;s:22:\"linterror-obsolete-tag\";i:1342;s:30:\"linterror-pwrap-bug-workaround\";i:1343;s:25:\"linterror-self-closed-tag\";i:1344;s:22:\"linterror-stripped-tag\";i:1345;s:23:\"linterror-tidy-font-bug\";i:1346;s:29:\"linterror-tidy-whitespace-bug\";i:1347;s:36:\"linterror-unclosed-quotes-in-heading\";i:1348;s:10:\"yourgender\";i:1349;s:14:\"gender-unknown\";i:1350;s:15:\"gender-notknown\";i:1351;s:11:\"gender-male\";i:1352;s:13:\"gender-female\";i:1353;s:17:\"prefs-help-gender\";i:1354;s:5:\"email\";i:1355;s:19:\"prefs-help-realname\";i:1356;s:16:\"prefs-help-email\";i:1357;s:23:\"prefs-help-email-others\";i:1358;s:25:\"prefs-help-email-required\";i:1359;s:23:\"prefs-help-requireemail\";i:1360;s:10:\"prefs-info\";i:1361;s:10:\"prefs-i18n\";i:1362;s:15:\"prefs-signature\";i:1363;s:31:\"prefs-signature-invalid-warning\";i:1364;s:27:\"prefs-signature-invalid-new\";i:1365;s:32:\"prefs-signature-invalid-disallow\";i:1366;s:31:\"prefs-signature-highlight-error\";i:1367;s:29:\"prefs-signature-error-details\";i:1368;s:16:\"prefs-dateformat\";i:1369;s:16:\"prefs-timeoffset\";i:1370;s:21:\"prefs-advancedediting\";i:1371;s:20:\"prefs-developertools\";i:1372;s:12:\"prefs-editor\";i:1373;s:16:\"prefs-discussion\";i:1374;s:13:\"prefs-preview\";i:1375;s:16:\"prefs-advancedrc\";i:1376;s:23:\"prefs-advancedrendering\";i:1377;s:27:\"prefs-advancedsearchoptions\";i:1378;s:23:\"prefs-advancedwatchlist\";i:1379;s:15:\"prefs-displayrc\";i:1380;s:22:\"prefs-displaywatchlist\";i:1381;s:15:\"prefs-changesrc\";i:1382;s:22:\"prefs-changeswatchlist\";i:1383;s:20:\"prefs-pageswatchlist\";i:1384;s:20:\"prefs-tokenwatchlist\";i:1385;s:11:\"prefs-diffs\";i:1386;s:23:\"prefs-help-prefershttps\";i:1387;s:26:\"prefs-tabs-navigation-hint\";i:1388;s:10:\"userrights\";i:1389;s:22:\"userrights-lookup-user\";i:1390;s:24:\"userrights-user-editname\";i:1391;s:13:\"editusergroup\";i:1392;s:11:\"editinguser\";i:1393;s:17:\"viewinguserrights\";i:1394;s:24:\"userrights-editusergroup\";i:1395;s:24:\"userrights-viewusergroup\";i:1396;s:14:\"saveusergroups\";i:1397;s:23:\"userrights-groupsmember\";i:1398;s:28:\"userrights-groupsmember-auto\";i:1399;s:28:\"userrights-groupsmember-type\";i:1400;s:21:\"userrights-systemuser\";i:1401;s:22:\"userrights-groups-help\";i:1402;s:17:\"userrights-reason\";i:1403;s:23:\"userrights-no-interwiki\";i:1404;s:21:\"userrights-nodatabase\";i:1405;s:25:\"userrights-changeable-col\";i:1406;s:27:\"userrights-unchangeable-col\";i:1407;s:30:\"userrights-irreversible-marker\";i:1408;s:25:\"userrights-expiry-current\";i:1409;s:22:\"userrights-expiry-none\";i:1410;s:17:\"userrights-expiry\";i:1411;s:26:\"userrights-expiry-existing\";i:1412;s:27:\"userrights-expiry-othertime\";i:1413;s:25:\"userrights-expiry-options\";i:1414;s:25:\"userrights-invalid-expiry\";i:1415;s:25:\"userrights-expiry-in-past\";i:1416;s:32:\"userrights-cannot-shorten-expiry\";i:1417;s:19:\"userrights-conflict\";i:1418;s:5:\"group\";i:1419;s:10:\"group-user\";i:1420;s:11:\"group-named\";i:1421;s:19:\"group-autoconfirmed\";i:1422;s:9:\"group-bot\";i:1423;s:11:\"group-sysop\";i:1424;s:21:\"group-interface-admin\";i:1425;s:16:\"group-bureaucrat\";i:1426;s:14:\"group-suppress\";i:1427;s:9:\"group-all\";i:1428;s:17:\"group-user-member\";i:1429;s:26:\"group-autoconfirmed-member\";i:1430;s:16:\"group-bot-member\";i:1431;s:18:\"group-sysop-member\";i:1432;s:28:\"group-interface-admin-member\";i:1433;s:23:\"group-bureaucrat-member\";i:1434;s:21:\"group-suppress-member\";i:1435;s:14:\"grouppage-user\";i:1436;s:15:\"grouppage-named\";i:1437;s:23:\"grouppage-autoconfirmed\";i:1438;s:13:\"grouppage-bot\";i:1439;s:15:\"grouppage-sysop\";i:1440;s:25:\"grouppage-interface-admin\";i:1441;s:20:\"grouppage-bureaucrat\";i:1442;s:18:\"grouppage-suppress\";i:1443;s:10:\"right-read\";i:1444;s:10:\"right-edit\";i:1445;s:16:\"right-createpage\";i:1446;s:16:\"right-createtalk\";i:1447;s:19:\"right-createaccount\";i:1448;s:23:\"right-autocreateaccount\";i:1449;s:15:\"right-minoredit\";i:1450;s:10:\"right-move\";i:1451;s:19:\"right-move-subpages\";i:1452;s:24:\"right-move-rootuserpages\";i:1453;s:24:\"right-move-categorypages\";i:1454;s:14:\"right-movefile\";i:1455;s:22:\"right-suppressredirect\";i:1456;s:12:\"right-upload\";i:1457;s:14:\"right-reupload\";i:1458;s:18:\"right-reupload-own\";i:1459;s:21:\"right-reupload-shared\";i:1460;s:19:\"right-upload_by_url\";i:1461;s:11:\"right-purge\";i:1462;s:19:\"right-autoconfirmed\";i:1463;s:9:\"right-bot\";i:1464;s:20:\"right-nominornewtalk\";i:1465;s:19:\"right-apihighlimits\";i:1466;s:12:\"right-delete\";i:1467;s:21:\"right-delete-redirect\";i:1468;s:15:\"right-bigdelete\";i:1469;s:20:\"right-deletelogentry\";i:1470;s:20:\"right-deleterevision\";i:1471;s:20:\"right-deletedhistory\";i:1472;s:17:\"right-deletedtext\";i:1473;s:19:\"right-browsearchive\";i:1474;s:14:\"right-undelete\";i:1475;s:22:\"right-suppressrevision\";i:1476;s:20:\"right-viewsuppressed\";i:1477;s:20:\"right-suppressionlog\";i:1478;s:11:\"right-block\";i:1479;s:16:\"right-blockemail\";i:1480;s:14:\"right-hideuser\";i:1481;s:20:\"right-ipblock-exempt\";i:1482;s:17:\"right-unblockself\";i:1483;s:13:\"right-protect\";i:1484;s:19:\"right-editprotected\";i:1485;s:23:\"right-editsemiprotected\";i:1486;s:22:\"right-editcontentmodel\";i:1487;s:19:\"right-editinterface\";i:1488;s:17:\"right-editusercss\";i:1489;s:18:\"right-edituserjson\";i:1490;s:16:\"right-edituserjs\";i:1491;s:17:\"right-editsitecss\";i:1492;s:18:\"right-editsitejson\";i:1493;s:16:\"right-editsitejs\";i:1494;s:19:\"right-editmyusercss\";i:1495;s:20:\"right-editmyuserjson\";i:1496;s:18:\"right-editmyuserjs\";i:1497;s:26:\"right-editmyuserjsredirect\";i:1498;s:21:\"right-viewmywatchlist\";i:1499;s:21:\"right-editmywatchlist\";i:1500;s:23:\"right-viewmyprivateinfo\";i:1501;s:23:\"right-editmyprivateinfo\";i:1502;s:19:\"right-editmyoptions\";i:1503;s:14:\"right-rollback\";i:1504;s:18:\"right-markbotedits\";i:1505;s:17:\"right-noratelimit\";i:1506;s:12:\"right-import\";i:1507;s:18:\"right-importupload\";i:1508;s:12:\"right-patrol\";i:1509;s:16:\"right-autopatrol\";i:1510;s:17:\"right-patrolmarks\";i:1511;s:20:\"right-unwatchedpages\";i:1512;s:18:\"right-mergehistory\";i:1513;s:16:\"right-userrights\";i:1514;s:26:\"right-userrights-interwiki\";i:1515;s:15:\"right-siteadmin\";i:1516;s:27:\"right-override-export-depth\";i:1517;s:15:\"right-sendemail\";i:1518;s:22:\"right-managechangetags\";i:1519;s:21:\"right-applychangetags\";i:1520;s:16:\"right-changetags\";i:1521;s:22:\"right-deletechangetags\";i:1522;s:13:\"grant-generic\";i:1523;s:28:\"grant-group-page-interaction\";i:1524;s:28:\"grant-group-file-interaction\";i:1525;s:33:\"grant-group-watchlist-interaction\";i:1526;s:17:\"grant-group-email\";i:1527;s:23:\"grant-group-high-volume\";i:1528;s:25:\"grant-group-customization\";i:1529;s:26:\"grant-group-administration\";i:1530;s:31:\"grant-group-private-information\";i:1531;s:17:\"grant-group-other\";i:1532;s:16:\"grant-blockusers\";i:1533;s:19:\"grant-createaccount\";i:1534;s:24:\"grant-createeditmovepage\";i:1535;s:12:\"grant-delete\";i:1536;s:19:\"grant-editinterface\";i:1537;s:17:\"grant-editmycssjs\";i:1538;s:19:\"grant-editmyoptions\";i:1539;s:21:\"grant-editmywatchlist\";i:1540;s:20:\"grant-editsiteconfig\";i:1541;s:14:\"grant-editpage\";i:1542;s:19:\"grant-editprotected\";i:1543;s:16:\"grant-highvolume\";i:1544;s:12:\"grant-import\";i:1545;s:18:\"grant-mergehistory\";i:1546;s:15:\"grant-oversight\";i:1547;s:12:\"grant-patrol\";i:1548;s:17:\"grant-privateinfo\";i:1549;s:13:\"grant-protect\";i:1550;s:14:\"grant-rollback\";i:1551;s:15:\"grant-sendemail\";i:1552;s:24:\"grant-uploadeditmovefile\";i:1553;s:16:\"grant-uploadfile\";i:1554;s:11:\"grant-basic\";i:1555;s:17:\"grant-viewdeleted\";i:1556;s:21:\"grant-viewmywatchlist\";i:1557;s:24:\"grant-viewrestrictedlogs\";i:1558;s:18:\"newuserlogpagetext\";i:1559;s:9:\"rightslog\";i:1560;s:13:\"rightslogtext\";i:1561;s:11:\"action-read\";i:1562;s:17:\"action-createpage\";i:1563;s:17:\"action-createtalk\";i:1564;s:20:\"action-createaccount\";i:1565;s:24:\"action-autocreateaccount\";i:1566;s:14:\"action-history\";i:1567;s:16:\"action-minoredit\";i:1568;s:20:\"action-move-subpages\";i:1569;s:25:\"action-move-rootuserpages\";i:1570;s:25:\"action-move-categorypages\";i:1571;s:15:\"action-movefile\";i:1572;s:13:\"action-upload\";i:1573;s:15:\"action-reupload\";i:1574;s:22:\"action-reupload-shared\";i:1575;s:20:\"action-upload_by_url\";i:1576;s:15:\"action-writeapi\";i:1577;s:13:\"action-delete\";i:1578;s:22:\"action-delete-redirect\";i:1579;s:21:\"action-deleterevision\";i:1580;s:21:\"action-deletelogentry\";i:1581;s:21:\"action-deletedhistory\";i:1582;s:18:\"action-deletedtext\";i:1583;s:20:\"action-browsearchive\";i:1584;s:15:\"action-undelete\";i:1585;s:23:\"action-suppressrevision\";i:1586;s:21:\"action-suppressionlog\";i:1587;s:12:\"action-block\";i:1588;s:14:\"action-protect\";i:1589;s:15:\"action-rollback\";i:1590;s:13:\"action-import\";i:1591;s:19:\"action-importupload\";i:1592;s:13:\"action-patrol\";i:1593;s:17:\"action-autopatrol\";i:1594;s:21:\"action-unwatchedpages\";i:1595;s:19:\"action-mergehistory\";i:1596;s:17:\"action-userrights\";i:1597;s:27:\"action-userrights-interwiki\";i:1598;s:16:\"action-siteadmin\";i:1599;s:16:\"action-sendemail\";i:1600;s:20:\"action-editmyoptions\";i:1601;s:22:\"action-editmywatchlist\";i:1602;s:22:\"action-viewmywatchlist\";i:1603;s:24:\"action-viewmyprivateinfo\";i:1604;s:24:\"action-editmyprivateinfo\";i:1605;s:23:\"action-editcontentmodel\";i:1606;s:23:\"action-managechangetags\";i:1607;s:22:\"action-applychangetags\";i:1608;s:17:\"action-changetags\";i:1609;s:23:\"action-deletechangetags\";i:1610;s:12:\"action-purge\";i:1611;s:20:\"action-apihighlimits\";i:1612;s:20:\"action-autoconfirmed\";i:1613;s:16:\"action-bigdelete\";i:1614;s:17:\"action-blockemail\";i:1615;s:10:\"action-bot\";i:1616;s:20:\"action-editprotected\";i:1617;s:24:\"action-editsemiprotected\";i:1618;s:20:\"action-editinterface\";i:1619;s:18:\"action-editusercss\";i:1620;s:19:\"action-edituserjson\";i:1621;s:17:\"action-edituserjs\";i:1622;s:18:\"action-editsitecss\";i:1623;s:19:\"action-editsitejson\";i:1624;s:17:\"action-editsitejs\";i:1625;s:20:\"action-editmyusercss\";i:1626;s:21:\"action-editmyuserjson\";i:1627;s:19:\"action-editmyuserjs\";i:1628;s:27:\"action-editmyuserjsredirect\";i:1629;s:21:\"action-viewsuppressed\";i:1630;s:15:\"action-hideuser\";i:1631;s:21:\"action-ipblock-exempt\";i:1632;s:18:\"action-unblockself\";i:1633;s:18:\"action-noratelimit\";i:1634;s:19:\"action-reupload-own\";i:1635;s:21:\"action-nominornewtalk\";i:1636;s:19:\"action-markbotedits\";i:1637;s:18:\"action-patrolmarks\";i:1638;s:28:\"action-override-export-depth\";i:1639;s:23:\"action-suppressredirect\";i:1640;s:8:\"nchanges\";i:1641;s:6:\"ntimes\";i:1642;s:27:\"enhancedrc-since-last-visit\";i:1643;s:21:\"recentchanges-timeout\";i:1644;s:21:\"recentchanges-network\";i:1645;s:26:\"recentchanges-notargetpage\";i:1646;s:36:\"recentchanges-legend-watchlistexpiry\";i:1647;s:20:\"recentchanges-submit\";i:1648;s:20:\"rcfilters-tag-remove\";i:1649;s:24:\"rcfilters-legend-heading\";i:1650;s:28:\"rcfilters-other-review-tools\";i:1651;s:31:\"rcfilters-group-results-by-page\";i:1652;s:23:\"rcfilters-activefilters\";i:1653;s:28:\"rcfilters-activefilters-hide\";i:1654;s:28:\"rcfilters-activefilters-show\";i:1655;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1656;s:36:\"rcfilters-activefilters-show-tooltip\";i:1657;s:25:\"rcfilters-advancedfilters\";i:1658;s:21:\"rcfilters-limit-title\";i:1659;s:30:\"rcfilters-limit-and-date-label\";i:1660;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1661;s:26:\"rcfilters-date-popup-title\";i:1662;s:20:\"rcfilters-days-title\";i:1663;s:21:\"rcfilters-hours-title\";i:1664;s:24:\"rcfilters-days-show-days\";i:1665;s:25:\"rcfilters-days-show-hours\";i:1666;s:34:\"rcfilters-highlighted-filters-list\";i:1667;s:22:\"rcfilters-quickfilters\";i:1668;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1669;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1670;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1671;s:29:\"rcfilters-savedqueries-rename\";i:1672;s:33:\"rcfilters-savedqueries-setdefault\";i:1673;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1674;s:29:\"rcfilters-savedqueries-remove\";i:1675;s:37:\"rcfilters-savedqueries-new-name-label\";i:1676;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1677;s:34:\"rcfilters-savedqueries-apply-label\";i:1678;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1679;s:35:\"rcfilters-savedqueries-cancel-label\";i:1680;s:36:\"rcfilters-savedqueries-add-new-title\";i:1681;s:36:\"rcfilters-savedqueries-already-saved\";i:1682;s:33:\"rcfilters-restore-default-filters\";i:1683;s:27:\"rcfilters-clear-all-filters\";i:1684;s:26:\"rcfilters-show-new-changes\";i:1685;s:28:\"rcfilters-search-placeholder\";i:1686;s:35:\"rcfilters-search-placeholder-mobile\";i:1687;s:24:\"rcfilters-invalid-filter\";i:1688;s:22:\"rcfilters-empty-filter\";i:1689;s:26:\"rcfilters-filterlist-title\";i:1690;s:30:\"rcfilters-filterlist-whatsthis\";i:1691;s:31:\"rcfilters-highlightbutton-title\";i:1692;s:29:\"rcfilters-highlightmenu-title\";i:1693;s:28:\"rcfilters-highlightmenu-help\";i:1694;s:30:\"rcfilters-filterlist-noresults\";i:1695;s:28:\"rcfilters-noresults-conflict\";i:1696;s:30:\"rcfilters-state-message-subset\";i:1697;s:36:\"rcfilters-state-message-fullcoverage\";i:1698;s:32:\"rcfilters-filtergroup-authorship\";i:1699;s:34:\"rcfilters-filter-editsbyself-label\";i:1700;s:40:\"rcfilters-filter-editsbyself-description\";i:1701;s:35:\"rcfilters-filter-editsbyother-label\";i:1702;s:41:\"rcfilters-filter-editsbyother-description\";i:1703;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1704;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1705;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1706;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1707;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1708;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1709;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1710;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1711;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1712;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1713;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1714;s:31:\"rcfilters-filtergroup-automated\";i:1715;s:27:\"rcfilters-filter-bots-label\";i:1716;s:33:\"rcfilters-filter-bots-description\";i:1717;s:29:\"rcfilters-filter-humans-label\";i:1718;s:35:\"rcfilters-filter-humans-description\";i:1719;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1720;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1721;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1722;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1723;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1724;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1725;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1726;s:34:\"rcfilters-filtergroup-significance\";i:1727;s:28:\"rcfilters-filter-minor-label\";i:1728;s:34:\"rcfilters-filter-minor-description\";i:1729;s:28:\"rcfilters-filter-major-label\";i:1730;s:34:\"rcfilters-filter-major-description\";i:1731;s:31:\"rcfilters-filtergroup-watchlist\";i:1732;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1733;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1734;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1735;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1736;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1737;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1738;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1739;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1740;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1741;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1742;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1743;s:32:\"rcfilters-filtergroup-changetype\";i:1744;s:32:\"rcfilters-filter-pageedits-label\";i:1745;s:38:\"rcfilters-filter-pageedits-description\";i:1746;s:31:\"rcfilters-filter-newpages-label\";i:1747;s:37:\"rcfilters-filter-newpages-description\";i:1748;s:37:\"rcfilters-filter-categorization-label\";i:1749;s:43:\"rcfilters-filter-categorization-description\";i:1750;s:33:\"rcfilters-filter-logactions-label\";i:1751;s:39:\"rcfilters-filter-logactions-description\";i:1752;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1753;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1754;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1755;s:34:\"rcfilters-filtergroup-lastrevision\";i:1756;s:35:\"rcfilters-filter-lastrevision-label\";i:1757;s:41:\"rcfilters-filter-lastrevision-description\";i:1758;s:39:\"rcfilters-filter-previousrevision-label\";i:1759;s:45:\"rcfilters-filter-previousrevision-description\";i:1760;s:25:\"rcfilters-filter-excluded\";i:1761;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1762;s:28:\"rcfilters-exclude-button-off\";i:1763;s:27:\"rcfilters-exclude-button-on\";i:1764;s:19:\"rcfilters-view-tags\";i:1765;s:33:\"rcfilters-view-namespaces-tooltip\";i:1766;s:27:\"rcfilters-view-tags-tooltip\";i:1767;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1768;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1769;s:28:\"rcfilters-liveupdates-button\";i:1770;s:37:\"rcfilters-liveupdates-button-title-on\";i:1771;s:38:\"rcfilters-liveupdates-button-title-off\";i:1772;s:35:\"rcfilters-watchlist-markseen-button\";i:1773;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1774;s:31:\"rcfilters-watchlist-showupdated\";i:1775;s:26:\"rcfilters-preference-label\";i:1776;s:25:\"rcfilters-preference-help\";i:1777;s:36:\"rcfilters-watchlist-preference-label\";i:1778;s:35:\"rcfilters-watchlist-preference-help\";i:1779;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1780;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1781;s:35:\"rcfilters-filter-showlinkedto-label\";i:1782;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1783;s:33:\"rcfilters-target-page-placeholder\";i:1784;s:27:\"rcfilters-allcontents-label\";i:1785;s:30:\"rcfilters-alldiscussions-label\";i:1786;s:15:\"rclistfromreset\";i:1787;s:14:\"rcshowhidepatr\";i:1788;s:19:\"rcshowhidepatr-show\";i:1789;s:19:\"rcshowhidepatr-hide\";i:1790;s:24:\"rcshowhidecategorization\";i:1791;s:29:\"rcshowhidecategorization-show\";i:1792;s:29:\"rcshowhidecategorization-hide\";i:1793;s:15:\"minoreditletter\";i:1794;s:13:\"newpageletter\";i:1795;s:13:\"boteditletter\";i:1796;s:17:\"unpatrolledletter\";i:1797;s:14:\"rc-change-size\";i:1798;s:17:\"newsectionsummary\";i:1799;s:12:\"rc-old-title\";i:1800;s:24:\"recentchangeslinked-feed\";i:1801;s:27:\"recentchangeslinked-summary\";i:1802;s:36:\"recentchanges-page-added-to-category\";i:1803;s:44:\"recentchanges-page-added-to-category-bundled\";i:1804;s:40:\"recentchanges-page-removed-from-category\";i:1805;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1806;s:19:\"autochange-username\";i:1807;s:9:\"uploadbtn\";i:1808;s:12:\"reuploaddesc\";i:1809;s:15:\"upload-tryagain\";i:1810;s:23:\"upload-tryagain-nostash\";i:1811;s:13:\"uploadnologin\";i:1812;s:17:\"uploadnologintext\";i:1813;s:24:\"upload_directory_missing\";i:1814;s:26:\"upload_directory_read_only\";i:1815;s:11:\"uploaderror\";i:1816;s:23:\"upload-recreate-warning\";i:1817;s:10:\"uploadtext\";i:1818;s:16:\"upload-permitted\";i:1819;s:16:\"upload-preferred\";i:1820;s:17:\"upload-prohibited\";i:1821;s:17:\"uploadlogpagetext\";i:1822;s:8:\"filename\";i:1823;s:17:\"fileuploadsummary\";i:1824;s:19:\"filereuploadsummary\";i:1825;s:10:\"filestatus\";i:1826;s:10:\"filesource\";i:1827;s:13:\"ignorewarning\";i:1828;s:14:\"ignorewarnings\";i:1829;s:10:\"minlength1\";i:1830;s:15:\"illegalfilename\";i:1831;s:16:\"filename-toolong\";i:1832;s:11:\"badfilename\";i:1833;s:22:\"filetype-mime-mismatch\";i:1834;s:16:\"filetype-badmime\";i:1835;s:20:\"filetype-bad-ie-mime\";i:1836;s:22:\"filetype-unwanted-type\";i:1837;s:20:\"filetype-banned-type\";i:1838;s:16:\"filetype-missing\";i:1839;s:10:\"empty-file\";i:1840;s:14:\"file-too-large\";i:1841;s:17:\"filename-tooshort\";i:1842;s:15:\"filetype-banned\";i:1843;s:18:\"verification-error\";i:1844;s:11:\"hookaborted\";i:1845;s:16:\"illegal-filename\";i:1846;s:9:\"overwrite\";i:1847;s:13:\"unknown-error\";i:1848;s:16:\"tmp-create-error\";i:1849;s:15:\"tmp-write-error\";i:1850;s:10:\"large-file\";i:1851;s:15:\"largefileserver\";i:1852;s:9:\"emptyfile\";i:1853;s:25:\"windows-nonascii-filename\";i:1854;s:10:\"fileexists\";i:1855;s:14:\"filepageexists\";i:1856;s:20:\"fileexists-extension\";i:1857;s:24:\"fileexists-thumbnail-yes\";i:1858;s:17:\"file-thumbnail-no\";i:1859;s:20:\"fileexists-forbidden\";i:1860;s:27:\"fileexists-shared-forbidden\";i:1861;s:20:\"fileexists-no-change\";i:1862;s:28:\"fileexists-duplicate-version\";i:1863;s:21:\"file-exists-duplicate\";i:1864;s:22:\"file-deleted-duplicate\";i:1865;s:30:\"file-deleted-duplicate-notitle\";i:1866;s:13:\"uploadwarning\";i:1867;s:18:\"uploadwarning-text\";i:1868;s:26:\"uploadwarning-text-nostash\";i:1869;s:8:\"savefile\";i:1870;s:14:\"uploaddisabled\";i:1871;s:18:\"copyuploaddisabled\";i:1872;s:18:\"uploaddisabledtext\";i:1873;s:22:\"php-uploaddisabledtext\";i:1874;s:14:\"uploadscripted\";i:1875;s:27:\"upload-scripted-pi-callback\";i:1876;s:19:\"upload-scripted-dtd\";i:1877;s:19:\"uploaded-script-svg\";i:1878;s:20:\"uploaded-hostile-svg\";i:1879;s:29:\"uploaded-event-handler-on-svg\";i:1880;s:27:\"uploaded-href-attribute-svg\";i:1881;s:31:\"uploaded-href-unsafe-target-svg\";i:1882;s:20:\"uploaded-animate-svg\";i:1883;s:34:\"uploaded-setting-event-handler-svg\";i:1884;s:25:\"uploaded-setting-href-svg\";i:1885;s:26:\"uploaded-wrong-setting-svg\";i:1886;s:28:\"uploaded-setting-handler-svg\";i:1887;s:23:\"uploaded-remote-url-svg\";i:1888;s:25:\"uploaded-image-filter-svg\";i:1889;s:23:\"uploadscriptednamespace\";i:1890;s:16:\"uploadinvalidxml\";i:1891;s:11:\"uploadvirus\";i:1892;s:13:\"upload-source\";i:1893;s:14:\"sourcefilename\";i:1894;s:9:\"sourceurl\";i:1895;s:12:\"destfilename\";i:1896;s:18:\"upload-maxfilesize\";i:1897;s:18:\"upload-description\";i:1898;s:14:\"upload-options\";i:1899;s:15:\"watchthisupload\";i:1900;s:14:\"filewasdeleted\";i:1901;s:19:\"filename-thumb-name\";i:1902;s:19:\"filename-bad-prefix\";i:1903;s:25:\"filename-prefix-blacklist\";i:1904;s:18:\"upload-proto-error\";i:1905;s:23:\"upload-proto-error-text\";i:1906;s:17:\"upload-file-error\";i:1907;s:22:\"upload-file-error-text\";i:1908;s:17:\"upload-misc-error\";i:1909;s:22:\"upload-misc-error-text\";i:1910;s:25:\"upload-too-many-redirects\";i:1911;s:17:\"upload-http-error\";i:1912;s:33:\"upload-copy-upload-invalid-domain\";i:1913;s:26:\"upload-foreign-cant-upload\";i:1914;s:31:\"upload-foreign-cant-load-config\";i:1915;s:22:\"upload-dialog-disabled\";i:1916;s:19:\"upload-dialog-title\";i:1917;s:27:\"upload-dialog-button-cancel\";i:1918;s:25:\"upload-dialog-button-back\";i:1919;s:25:\"upload-dialog-button-done\";i:1920;s:25:\"upload-dialog-button-save\";i:1921;s:27:\"upload-dialog-button-upload\";i:1922;s:32:\"upload-form-label-infoform-title\";i:1923;s:31:\"upload-form-label-infoform-name\";i:1924;s:39:\"upload-form-label-infoform-name-tooltip\";i:1925;s:38:\"upload-form-label-infoform-description\";i:1926;s:46:\"upload-form-label-infoform-description-tooltip\";i:1927;s:29:\"upload-form-label-usage-title\";i:1928;s:32:\"upload-form-label-usage-filename\";i:1929;s:26:\"upload-form-label-own-work\";i:1930;s:37:\"upload-form-label-infoform-categories\";i:1931;s:31:\"upload-form-label-infoform-date\";i:1932;s:48:\"upload-form-label-own-work-message-generic-local\";i:1933;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1934;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1935;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1936;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1937;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1938;s:19:\"backend-fail-stream\";i:1939;s:19:\"backend-fail-backup\";i:1940;s:22:\"backend-fail-notexists\";i:1941;s:19:\"backend-fail-hashes\";i:1942;s:18:\"backend-fail-sizes\";i:1943;s:20:\"backend-fail-notsame\";i:1944;s:24:\"backend-fail-invalidpath\";i:1945;s:19:\"backend-fail-delete\";i:1946;s:21:\"backend-fail-describe\";i:1947;s:26:\"backend-fail-alreadyexists\";i:1948;s:18:\"backend-fail-store\";i:1949;s:17:\"backend-fail-copy\";i:1950;s:17:\"backend-fail-move\";i:1951;s:21:\"backend-fail-opentemp\";i:1952;s:22:\"backend-fail-writetemp\";i:1953;s:22:\"backend-fail-closetemp\";i:1954;s:17:\"backend-fail-read\";i:1955;s:19:\"backend-fail-create\";i:1956;s:20:\"backend-fail-maxsize\";i:1957;s:21:\"backend-fail-readonly\";i:1958;s:19:\"backend-fail-synced\";i:1959;s:20:\"backend-fail-connect\";i:1960;s:21:\"backend-fail-internal\";i:1961;s:24:\"backend-fail-contenttype\";i:1962;s:22:\"backend-fail-batchsize\";i:1963;s:19:\"backend-fail-usable\";i:1964;s:17:\"backend-fail-stat\";i:1965;s:17:\"backend-fail-hash\";i:1966;s:21:\"lockmanager-notlocked\";i:1967;s:26:\"lockmanager-fail-closelock\";i:1968;s:27:\"lockmanager-fail-deletelock\";i:1969;s:28:\"lockmanager-fail-acquirelock\";i:1970;s:25:\"lockmanager-fail-openlock\";i:1971;s:28:\"lockmanager-fail-releaselock\";i:1972;s:26:\"lockmanager-fail-db-bucket\";i:1973;s:27:\"lockmanager-fail-db-release\";i:1974;s:28:\"lockmanager-fail-svr-acquire\";i:1975;s:28:\"lockmanager-fail-svr-release\";i:1976;s:25:\"lockmanager-fail-conflict\";i:1977;s:19:\"zip-file-open-error\";i:1978;s:16:\"zip-wrong-format\";i:1979;s:7:\"zip-bad\";i:1980;s:15:\"zip-unsupported\";i:1981;s:11:\"uploadstash\";i:1982;s:19:\"uploadstash-summary\";i:1983;s:17:\"uploadstash-clear\";i:1984;s:19:\"uploadstash-nofiles\";i:1985;s:20:\"uploadstash-badtoken\";i:1986;s:20:\"uploadstash-errclear\";i:1987;s:19:\"uploadstash-refresh\";i:1988;s:21:\"uploadstash-thumbnail\";i:1989;s:21:\"uploadstash-exception\";i:1990;s:20:\"uploadstash-bad-path\";i:1991;s:28:\"uploadstash-bad-path-invalid\";i:1992;s:33:\"uploadstash-bad-path-unknown-type\";i:1993;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1994;s:31:\"uploadstash-bad-path-no-handler\";i:1995;s:31:\"uploadstash-bad-path-bad-format\";i:1996;s:26:\"uploadstash-file-not-found\";i:1997;s:35:\"uploadstash-file-not-found-no-thumb\";i:1998;s:40:\"uploadstash-file-not-found-no-local-path\";i:1999;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2000;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2001;s:37:\"uploadstash-file-not-found-not-exists\";i:2002;s:26:\"uploadstash-file-too-large\";i:2003;s:25:\"uploadstash-not-logged-in\";i:2004;s:23:\"uploadstash-wrong-owner\";i:2005;s:23:\"uploadstash-no-such-key\";i:2006;s:23:\"uploadstash-zero-length\";i:2007;s:20:\"invalid-chunk-offset\";i:2008;s:21:\"img-auth-accessdenied\";i:2009;s:17:\"img-auth-notindir\";i:2010;s:17:\"img-auth-badtitle\";i:2011;s:15:\"img-auth-nofile\";i:2012;s:14:\"img-auth-isdir\";i:2013;s:18:\"img-auth-streaming\";i:2014;s:15:\"img-auth-public\";i:2015;s:15:\"img-auth-noread\";i:2016;s:16:\"http-invalid-url\";i:2017;s:19:\"http-invalid-scheme\";i:2018;s:18:\"http-request-error\";i:2019;s:15:\"http-read-error\";i:2020;s:14:\"http-timed-out\";i:2021;s:15:\"http-curl-error\";i:2022;s:15:\"http-bad-status\";i:2023;s:19:\"http-internal-error\";i:2024;s:18:\"upload-curl-error6\";i:2025;s:23:\"upload-curl-error6-text\";i:2026;s:19:\"upload-curl-error28\";i:2027;s:24:\"upload-curl-error28-text\";i:2028;s:7:\"license\";i:2029;s:9:\"nolicense\";i:2030;s:13:\"licenses-edit\";i:2031;s:17:\"license-nopreview\";i:2032;s:17:\"upload_source_url\";i:2033;s:18:\"upload_source_file\";i:2034;s:16:\"listfiles-delete\";i:2035;s:17:\"listfiles-summary\";i:2036;s:26:\"listfiles-userdoesnotexist\";i:2037;s:9:\"listfiles\";i:2038;s:17:\"listfiles_subpage\";i:2039;s:15:\"listfiles_thumb\";i:2040;s:14:\"listfiles_date\";i:2041;s:14:\"listfiles_name\";i:2042;s:14:\"listfiles_user\";i:2043;s:14:\"listfiles_size\";i:2044;s:21:\"listfiles_description\";i:2045;s:15:\"listfiles_count\";i:2046;s:18:\"listfiles-show-all\";i:2047;s:23:\"listfiles-latestversion\";i:2048;s:27:\"listfiles-latestversion-yes\";i:2049;s:26:\"listfiles-latestversion-no\";i:2050;s:18:\"filehist-deleteall\";i:2051;s:18:\"filehist-deleteone\";i:2052;s:15:\"filehist-revert\";i:2053;s:16:\"filehist-nothumb\";i:2054;s:17:\"filehist-filesize\";i:2055;s:10:\"imagelinks\";i:2056;s:17:\"linkstoimage-more\";i:2057;s:16:\"morelinkstoimage\";i:2058;s:21:\"linkstoimage-redirect\";i:2059;s:16:\"duplicatesoffile\";i:2060;s:12:\"sharedupload\";i:2061;s:23:\"sharedupload-desc-there\";i:2062;s:22:\"sharedupload-desc-edit\";i:2063;s:24:\"sharedupload-desc-create\";i:2064;s:15:\"filepage-nofile\";i:2065;s:20:\"filepage-nofile-link\";i:2066;s:25:\"uploadnewversion-linktext\";i:2067;s:16:\"shared-repo-from\";i:2068;s:11:\"shared-repo\";i:2069;s:33:\"shared-repo-name-wikimediacommons\";i:2070;s:12:\"filepage.css\";i:2071;s:10:\"filerevert\";i:2072;s:17:\"filerevert-legend\";i:2073;s:16:\"filerevert-intro\";i:2074;s:18:\"filerevert-comment\";i:2075;s:25:\"filerevert-defaultcomment\";i:2076;s:17:\"filerevert-submit\";i:2077;s:18:\"filerevert-success\";i:2078;s:21:\"filerevert-badversion\";i:2079;s:20:\"filerevert-identical\";i:2080;s:10:\"filedelete\";i:2081;s:17:\"filedelete-legend\";i:2082;s:16:\"filedelete-intro\";i:2083;s:20:\"filedelete-intro-old\";i:2084;s:18:\"filedelete-comment\";i:2085;s:17:\"filedelete-submit\";i:2086;s:18:\"filedelete-success\";i:2087;s:22:\"filedelete-success-old\";i:2088;s:17:\"filedelete-nofile\";i:2089;s:21:\"filedelete-nofile-old\";i:2090;s:22:\"filedelete-otherreason\";i:2091;s:27:\"filedelete-reason-otherlist\";i:2092;s:26:\"filedelete-reason-dropdown\";i:2093;s:26:\"filedelete-edit-reasonlist\";i:2094;s:35:\"filedelete-edit-reasonlist-suppress\";i:2095;s:22:\"filedelete-maintenance\";i:2096;s:28:\"filedelete-maintenance-title\";i:2097;s:10:\"mimesearch\";i:2098;s:18:\"mimesearch-summary\";i:2099;s:8:\"mimetype\";i:2100;s:8:\"download\";i:2101;s:14:\"unwatchedpages\";i:2102;s:13:\"listredirects\";i:2103;s:19:\"listduplicatedfiles\";i:2104;s:27:\"listduplicatedfiles-summary\";i:2105;s:25:\"listduplicatedfiles-entry\";i:2106;s:15:\"unusedtemplates\";i:2107;s:19:\"unusedtemplatestext\";i:2108;s:18:\"unusedtemplateswlh\";i:2109;s:18:\"randompage-nopages\";i:2110;s:16:\"randomincategory\";i:2111;s:32:\"randomincategory-invalidcategory\";i:2112;s:24:\"randomincategory-nopages\";i:2113;s:25:\"randomincategory-category\";i:2114;s:23:\"randomincategory-legend\";i:2115;s:23:\"randomincategory-submit\";i:2116;s:14:\"randomredirect\";i:2117;s:22:\"randomredirect-nopages\";i:2118;s:10:\"statistics\";i:2119;s:23:\"statistics-header-pages\";i:2120;s:23:\"statistics-header-edits\";i:2121;s:23:\"statistics-header-users\";i:2122;s:23:\"statistics-header-hooks\";i:2123;s:19:\"statistics-articles\";i:2124;s:16:\"statistics-pages\";i:2125;s:21:\"statistics-pages-desc\";i:2126;s:16:\"statistics-files\";i:2127;s:16:\"statistics-edits\";i:2128;s:24:\"statistics-edits-average\";i:2129;s:16:\"statistics-users\";i:2130;s:23:\"statistics-users-active\";i:2131;s:28:\"statistics-users-active-desc\";i:2132;s:13:\"pageswithprop\";i:2133;s:20:\"pageswithprop-legend\";i:2134;s:18:\"pageswithprop-text\";i:2135;s:18:\"pageswithprop-prop\";i:2136;s:21:\"pageswithprop-reverse\";i:2137;s:25:\"pageswithprop-sortbyvalue\";i:2138;s:20:\"pageswithprop-submit\";i:2139;s:29:\"pageswithprop-prophidden-long\";i:2140;s:31:\"pageswithprop-prophidden-binary\";i:2141;s:15:\"doubleredirects\";i:2142;s:19:\"doubleredirectstext\";i:2143;s:26:\"double-redirect-fixed-move\";i:2144;s:33:\"double-redirect-fixed-maintenance\";i:2145;s:21:\"double-redirect-fixer\";i:2146;s:15:\"brokenredirects\";i:2147;s:19:\"brokenredirectstext\";i:2148;s:20:\"brokenredirects-edit\";i:2149;s:22:\"brokenredirects-delete\";i:2150;s:16:\"withoutinterwiki\";i:2151;s:24:\"withoutinterwiki-summary\";i:2152;s:23:\"withoutinterwiki-legend\";i:2153;s:23:\"withoutinterwiki-submit\";i:2154;s:15:\"fewestrevisions\";i:2155;s:11:\"ncategories\";i:2156;s:11:\"ninterwikis\";i:2157;s:6:\"nlinks\";i:2158;s:15:\"nmemberschanged\";i:2159;s:10:\"nrevisions\";i:2160;s:11:\"nimagelinks\";i:2161;s:14:\"ntransclusions\";i:2162;s:17:\"specialpage-empty\";i:2163;s:11:\"lonelypages\";i:2164;s:15:\"lonelypagestext\";i:2165;s:18:\"uncategorizedpages\";i:2166;s:23:\"uncategorizedcategories\";i:2167;s:19:\"uncategorizedimages\";i:2168;s:22:\"uncategorizedtemplates\";i:2169;s:38:\"uncategorized-categories-exceptionlist\";i:2170;s:16:\"unusedcategories\";i:2171;s:12:\"unusedimages\";i:2172;s:16:\"wantedcategories\";i:2173;s:11:\"wantedpages\";i:2174;s:19:\"wantedpages-summary\";i:2175;s:20:\"wantedpages-badtitle\";i:2176;s:11:\"wantedfiles\";i:2177;s:18:\"wantedfiletext-cat\";i:2178;s:28:\"wantedfiletext-cat-noforeign\";i:2179;s:20:\"wantedfiletext-nocat\";i:2180;s:30:\"wantedfiletext-nocat-noforeign\";i:2181;s:15:\"wantedtemplates\";i:2182;s:10:\"mostlinked\";i:2183;s:20:\"mostlinkedcategories\";i:2184;s:19:\"mostlinkedtemplates\";i:2185;s:14:\"mostcategories\";i:2186;s:10:\"mostimages\";i:2187;s:14:\"mostinterwikis\";i:2188;s:13:\"mostrevisions\";i:2189;s:21:\"prefixindex-namespace\";i:2190;s:18:\"prefixindex-submit\";i:2191;s:17:\"prefixindex-strip\";i:2192;s:10:\"shortpages\";i:2193;s:9:\"longpages\";i:2194;s:12:\"deadendpages\";i:2195;s:16:\"deadendpagestext\";i:2196;s:14:\"protectedpages\";i:2197;s:22:\"protectedpages-filters\";i:2198;s:20:\"protectedpages-indef\";i:2199;s:22:\"protectedpages-summary\";i:2200;s:22:\"protectedpages-cascade\";i:2201;s:25:\"protectedpages-noredirect\";i:2202;s:32:\"cachedspecial-viewing-cached-ttl\";i:2203;s:19:\"protectedpagesempty\";i:2204;s:24:\"protectedpages-timestamp\";i:2205;s:19:\"protectedpages-page\";i:2206;s:21:\"protectedpages-expiry\";i:2207;s:24:\"protectedpages-performer\";i:2208;s:21:\"protectedpages-params\";i:2209;s:21:\"protectedpages-reason\";i:2210;s:21:\"protectedpages-submit\";i:2211;s:32:\"protectedpages-unknown-timestamp\";i:2212;s:32:\"protectedpages-unknown-performer\";i:2213;s:15:\"protectedtitles\";i:2214;s:23:\"protectedtitles-summary\";i:2215;s:20:\"protectedtitlesempty\";i:2216;s:22:\"protectedtitles-submit\";i:2217;s:9:\"listusers\";i:2218;s:19:\"listusers-editsonly\";i:2219;s:29:\"listusers-temporarygroupsonly\";i:2220;s:22:\"listusers-creationsort\";i:2221;s:14:\"listusers-desc\";i:2222;s:13:\"usereditcount\";i:2223;s:11:\"usercreated\";i:2224;s:15:\"newpages-submit\";i:2225;s:17:\"newpages-username\";i:2226;s:12:\"ancientpages\";i:2227;s:12:\"movethispage\";i:2228;s:16:\"unusedimagestext\";i:2229;s:37:\"unusedimagestext-categorizedimgisused\";i:2230;s:20:\"unusedcategoriestext\";i:2231;s:13:\"notargettitle\";i:2232;s:12:\"notargettext\";i:2233;s:11:\"nopagetitle\";i:2234;s:10:\"nopagetext\";i:2235;s:8:\"suppress\";i:2236;s:18:\"querypage-disabled\";i:2237;s:7:\"apihelp\";i:2238;s:22:\"apihelp-no-such-module\";i:2239;s:10:\"apisandbox\";i:2240;s:17:\"apisandbox-jsonly\";i:2241;s:16:\"apisandbox-intro\";i:2242;s:17:\"apisandbox-submit\";i:2243;s:16:\"apisandbox-reset\";i:2244;s:16:\"apisandbox-retry\";i:2245;s:18:\"apisandbox-loading\";i:2246;s:21:\"apisandbox-load-error\";i:2247;s:24:\"apisandbox-no-parameters\";i:2248;s:19:\"apisandbox-helpurls\";i:2249;s:19:\"apisandbox-examples\";i:2250;s:29:\"apisandbox-dynamic-parameters\";i:2251;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2252;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2253;s:31:\"apisandbox-dynamic-error-exists\";i:2254;s:37:\"apisandbox-templated-parameter-reason\";i:2255;s:32:\"apisandbox-deprecated-parameters\";i:2256;s:22:\"apisandbox-fetch-token\";i:2257;s:20:\"apisandbox-add-multi\";i:2258;s:38:\"apisandbox-submit-invalid-fields-title\";i:2259;s:40:\"apisandbox-submit-invalid-fields-message\";i:2260;s:18:\"apisandbox-results\";i:2261;s:26:\"apisandbox-sending-request\";i:2262;s:26:\"apisandbox-loading-results\";i:2263;s:24:\"apisandbox-results-error\";i:2264;s:35:\"apisandbox-results-login-suppressed\";i:2265;s:37:\"apisandbox-request-selectformat-label\";i:2266;s:35:\"apisandbox-request-format-url-label\";i:2267;s:28:\"apisandbox-request-url-label\";i:2268;s:36:\"apisandbox-request-format-json-label\";i:2269;s:29:\"apisandbox-request-json-label\";i:2270;s:35:\"apisandbox-request-format-php-label\";i:2271;s:28:\"apisandbox-request-php-label\";i:2272;s:23:\"apisandbox-request-time\";i:2273;s:27:\"apisandbox-results-fixtoken\";i:2274;s:32:\"apisandbox-results-fixtoken-fail\";i:2275;s:21:\"apisandbox-alert-page\";i:2276;s:22:\"apisandbox-alert-field\";i:2277;s:19:\"apisandbox-continue\";i:2278;s:25:\"apisandbox-continue-clear\";i:2279;s:24:\"apisandbox-continue-help\";i:2280;s:22:\"apisandbox-param-limit\";i:2281;s:36:\"apisandbox-multivalue-all-namespaces\";i:2282;s:32:\"apisandbox-multivalue-all-values\";i:2283;s:16:\"booksources-isbn\";i:2284;s:16:\"booksources-text\";i:2285;s:24:\"booksources-invalid-isbn\";i:2286;s:22:\"magiclink-tracking-rfc\";i:2287;s:27:\"magiclink-tracking-rfc-desc\";i:2288;s:23:\"magiclink-tracking-pmid\";i:2289;s:28:\"magiclink-tracking-pmid-desc\";i:2290;s:23:\"magiclink-tracking-isbn\";i:2291;s:28:\"magiclink-tracking-isbn-desc\";i:2292;s:19:\"specialloguserlabel\";i:2293;s:20:\"logeventslist-submit\";i:2294;s:26:\"logeventslist-more-filters\";i:2295;s:24:\"logeventslist-patrol-log\";i:2296;s:21:\"logeventslist-tag-log\";i:2297;s:26:\"logeventslist-newusers-log\";i:2298;s:13:\"all-logs-page\";i:2299;s:11:\"alllogstext\";i:2300;s:8:\"logempty\";i:2301;s:18:\"log-title-wildcard\";i:2302;s:26:\"showhideselectedlogentries\";i:2303;s:13:\"log-edit-tags\";i:2304;s:15:\"checkbox-select\";i:2305;s:12:\"checkbox-all\";i:2306;s:13:\"checkbox-none\";i:2307;s:15:\"checkbox-invert\";i:2308;s:8:\"allpages\";i:2309;s:8:\"nextpage\";i:2310;s:8:\"prevpage\";i:2311;s:12:\"allpagesfrom\";i:2312;s:10:\"allpagesto\";i:2313;s:14:\"allinnamespace\";i:2314;s:14:\"allpagesprefix\";i:2315;s:16:\"allpagesbadtitle\";i:2316;s:15:\"allpages-bad-ns\";i:2317;s:23:\"allpages-hide-redirects\";i:2318;s:17:\"categories-submit\";i:2319;s:18:\"categoriespagetext\";i:2320;s:14:\"categoriesfrom\";i:2321;s:20:\"deletedcontributions\";i:2322;s:26:\"deletedcontributions-title\";i:2323;s:32:\"sp-deletedcontributions-contribs\";i:2324;s:10:\"linksearch\";i:2325;s:14:\"linksearch-pat\";i:2326;s:13:\"linksearch-ns\";i:2327;s:13:\"linksearch-ok\";i:2328;s:15:\"linksearch-text\";i:2329;s:15:\"linksearch-line\";i:2330;s:16:\"linksearch-error\";i:2331;s:13:\"listusersfrom\";i:2332;s:16:\"listusers-submit\";i:2333;s:18:\"listusers-noresult\";i:2334;s:17:\"listusers-blocked\";i:2335;s:11:\"activeusers\";i:2336;s:17:\"activeusers-intro\";i:2337;s:17:\"activeusers-count\";i:2338;s:16:\"activeusers-from\";i:2339;s:18:\"activeusers-groups\";i:2340;s:25:\"activeusers-excludegroups\";i:2341;s:20:\"activeusers-noresult\";i:2342;s:18:\"activeusers-submit\";i:2343;s:15:\"listgrouprights\";i:2344;s:23:\"listgrouprights-summary\";i:2345;s:19:\"listgrouprights-key\";i:2346;s:21:\"listgrouprights-group\";i:2347;s:22:\"listgrouprights-rights\";i:2348;s:24:\"listgrouprights-helppage\";i:2349;s:23:\"listgrouprights-members\";i:2350;s:29:\"listgrouprights-right-display\";i:2351;s:29:\"listgrouprights-right-revoked\";i:2352;s:24:\"listgrouprights-addgroup\";i:2353;s:27:\"listgrouprights-removegroup\";i:2354;s:28:\"listgrouprights-addgroup-all\";i:2355;s:31:\"listgrouprights-removegroup-all\";i:2356;s:29:\"listgrouprights-addgroup-self\";i:2357;s:32:\"listgrouprights-removegroup-self\";i:2358;s:33:\"listgrouprights-addgroup-self-all\";i:2359;s:36:\"listgrouprights-removegroup-self-all\";i:2360;s:42:\"listgrouprights-namespaceprotection-header\";i:2361;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2362;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2363;s:10:\"listgrants\";i:2364;s:18:\"listgrants-summary\";i:2365;s:16:\"listgrants-grant\";i:2366;s:17:\"listgrants-rights\";i:2367;s:18:\"trackingcategories\";i:2368;s:26:\"trackingcategories-summary\";i:2369;s:22:\"trackingcategories-msg\";i:2370;s:23:\"trackingcategories-name\";i:2371;s:23:\"trackingcategories-desc\";i:2372;s:31:\"restricted-displaytitle-ignored\";i:2373;s:36:\"restricted-displaytitle-ignored-desc\";i:2374;s:20:\"nonnumeric-formatnum\";i:2375;s:25:\"nonnumeric-formatnum-desc\";i:2376;s:21:\"noindex-category-desc\";i:2377;s:19:\"index-category-desc\";i:2378;s:44:\"post-expand-template-inclusion-category-desc\";i:2379;s:43:\"post-expand-template-argument-category-desc\";i:2380;s:38:\"expensive-parserfunction-category-desc\";i:2381;s:25:\"broken-file-category-desc\";i:2382;s:29:\"hidden-category-category-desc\";i:2383;s:25:\"trackingcategories-nodesc\";i:2384;s:27:\"trackingcategories-disabled\";i:2385;s:11:\"mailnologin\";i:2386;s:15:\"mailnologintext\";i:2387;s:9:\"emailuser\";i:2388;s:22:\"emailuser-title-target\";i:2389;s:24:\"emailuser-title-notarget\";i:2390;s:13:\"emailpagetext\";i:2391;s:15:\"defemailsubject\";i:2392;s:16:\"usermaildisabled\";i:2393;s:20:\"usermaildisabledtext\";i:2394;s:12:\"noemailtitle\";i:2395;s:11:\"noemailtext\";i:2396;s:15:\"nowikiemailtext\";i:2397;s:13:\"emailnotarget\";i:2398;s:11:\"emailtarget\";i:2399;s:13:\"emailusername\";i:2400;s:19:\"emailusernamesubmit\";i:2401;s:12:\"email-legend\";i:2402;s:9:\"emailfrom\";i:2403;s:7:\"emailto\";i:2404;s:12:\"emailsubject\";i:2405;s:12:\"emailmessage\";i:2406;s:9:\"emailsend\";i:2407;s:9:\"emailccme\";i:2408;s:14:\"emailccsubject\";i:2409;s:9:\"emailsent\";i:2410;s:13:\"emailsenttext\";i:2411;s:15:\"emailuserfooter\";i:2412;s:19:\"usermessage-summary\";i:2413;s:20:\"usermessage-template\";i:2414;s:13:\"watchlistfor2\";i:2415;s:11:\"nowatchlist\";i:2416;s:17:\"watchlistanontext\";i:2417;s:12:\"watchnologin\";i:2418;s:21:\"watchlistnotwatchable\";i:2419;s:8:\"addwatch\";i:2420;s:15:\"updatewatchlist\";i:2421;s:14:\"addedwatchtext\";i:2422;s:19:\"addedwatchtext-talk\";i:2423;s:20:\"addedwatchtext-short\";i:2424;s:30:\"addedwatchexpiry-options-label\";i:2425;s:21:\"addedwatchexpiryhours\";i:2426;s:26:\"addedwatchexpiryhours-talk\";i:2427;s:20:\"addedwatchexpirytext\";i:2428;s:25:\"addedwatchexpirytext-talk\";i:2429;s:26:\"addedwatchindefinitelytext\";i:2430;s:31:\"addedwatchindefinitelytext-talk\";i:2431;s:11:\"removewatch\";i:2432;s:16:\"removedwatchtext\";i:2433;s:21:\"removedwatchtext-talk\";i:2434;s:22:\"removedwatchtext-short\";i:2435;s:13:\"watchthispage\";i:2436;s:15:\"unwatchthispage\";i:2437;s:12:\"notanarticle\";i:2438;s:13:\"notvisiblerev\";i:2439;s:17:\"watchlist-details\";i:2440;s:26:\"watchlist-expiry-days-left\";i:2441;s:33:\"watchlist-expiring-days-full-text\";i:2442;s:27:\"watchlist-expiry-hours-left\";i:2443;s:34:\"watchlist-expiring-hours-full-text\";i:2444;s:15:\"wlheader-enotif\";i:2445;s:20:\"wlheader-showupdated\";i:2446;s:6:\"wlnote\";i:2447;s:14:\"watchlist-hide\";i:2448;s:16:\"watchlist-submit\";i:2449;s:10:\"wlshowtime\";i:2450;s:15:\"wlshowhideminor\";i:2451;s:14:\"wlshowhidebots\";i:2452;s:13:\"wlshowhideliu\";i:2453;s:15:\"wlshowhideanons\";i:2454;s:14:\"wlshowhidepatr\";i:2455;s:14:\"wlshowhidemine\";i:2456;s:24:\"wlshowhidecategorization\";i:2457;s:17:\"watchlist-options\";i:2458;s:8:\"watching\";i:2459;s:10:\"unwatching\";i:2460;s:12:\"enotif_reset\";i:2461;s:28:\"enotif_impersonal_salutation\";i:2462;s:22:\"enotif_subject_deleted\";i:2463;s:22:\"enotif_subject_created\";i:2464;s:20:\"enotif_subject_moved\";i:2465;s:23:\"enotif_subject_restored\";i:2466;s:22:\"enotif_subject_changed\";i:2467;s:25:\"enotif_body_intro_deleted\";i:2468;s:25:\"enotif_body_intro_created\";i:2469;s:23:\"enotif_body_intro_moved\";i:2470;s:26:\"enotif_body_intro_restored\";i:2471;s:25:\"enotif_body_intro_changed\";i:2472;s:18:\"enotif_lastvisited\";i:2473;s:15:\"enotif_lastdiff\";i:2474;s:18:\"enotif_anon_editor\";i:2475;s:11:\"enotif_body\";i:2476;s:16:\"enotif_minoredit\";i:2477;s:7:\"created\";i:2478;s:7:\"changed\";i:2479;s:21:\"deletepage-deletetalk\";i:2480;s:17:\"deletepage-submit\";i:2481;s:7:\"confirm\";i:2482;s:9:\"excontent\";i:2483;s:15:\"excontentauthor\";i:2484;s:13:\"exbeforeblank\";i:2485;s:14:\"delete-confirm\";i:2486;s:13:\"delete-legend\";i:2487;s:26:\"delete-talk-summary-prefix\";i:2488;s:14:\"historywarning\";i:2489;s:20:\"historyaction-submit\";i:2490;s:17:\"confirmdeletetext\";i:2491;s:14:\"actioncomplete\";i:2492;s:12:\"actionfailed\";i:2493;s:11:\"deletedtext\";i:2494;s:25:\"deleted-page-and-talkpage\";i:2495;s:10:\"dellogpage\";i:2496;s:14:\"dellogpagetext\";i:2497;s:11:\"deletionlog\";i:2498;s:15:\"log-name-create\";i:2499;s:22:\"log-description-create\";i:2500;s:22:\"logentry-create-create\";i:2501;s:8:\"reverted\";i:2502;s:13:\"deletecomment\";i:2503;s:17:\"deleteotherreason\";i:2504;s:21:\"deletereasonotherlist\";i:2505;s:21:\"deletereason-dropdown\";i:2506;s:22:\"delete-edit-reasonlist\";i:2507;s:31:\"delete-edit-reasonlist-suppress\";i:2508;s:13:\"delete-toobig\";i:2509;s:23:\"delete-toomanyrevisions\";i:2510;s:21:\"delete-warning-toobig\";i:2511;s:35:\"delete-error-associated-alreadytalk\";i:2512;s:36:\"delete-error-associated-doesnotexist\";i:2513;s:15:\"deleteprotected\";i:2514;s:26:\"deleting-backlinks-warning\";i:2515;s:25:\"deleting-subpages-warning\";i:2516;s:34:\"deleting-talkpage-subpages-warning\";i:2517;s:8:\"rollback\";i:2518;s:29:\"rollback-confirmation-confirm\";i:2519;s:25:\"rollback-confirmation-yes\";i:2520;s:24:\"rollback-confirmation-no\";i:2521;s:26:\"rollbacklinkcount-morethan\";i:2522;s:14:\"rollbackfailed\";i:2523;s:21:\"rollback-missingparam\";i:2524;s:24:\"rollback-missingrevision\";i:2525;s:12:\"cantrollback\";i:2526;s:13:\"alreadyrolled\";i:2527;s:11:\"editcomment\";i:2528;s:10:\"revertpage\";i:2529;s:15:\"revertpage-anon\";i:2530;s:17:\"revertpage-nouser\";i:2531;s:16:\"rollback-success\";i:2532;s:20:\"sessionfailure-title\";i:2533;s:14:\"sessionfailure\";i:2534;s:18:\"changecontentmodel\";i:2535;s:25:\"changecontentmodel-legend\";i:2536;s:30:\"changecontentmodel-title-label\";i:2537;s:32:\"changecontentmodel-current-label\";i:2538;s:30:\"changecontentmodel-model-label\";i:2539;s:31:\"changecontentmodel-reason-label\";i:2540;s:25:\"changecontentmodel-submit\";i:2541;s:32:\"changecontentmodel-success-title\";i:2542;s:31:\"changecontentmodel-success-text\";i:2543;s:33:\"changecontentmodel-cannot-convert\";i:2544;s:34:\"changecontentmodel-nodirectediting\";i:2545;s:36:\"changecontentmodel-emptymodels-title\";i:2546;s:35:\"changecontentmodel-emptymodels-text\";i:2547;s:21:\"log-name-contentmodel\";i:2548;s:28:\"log-description-contentmodel\";i:2549;s:25:\"logentry-contentmodel-new\";i:2550;s:28:\"logentry-contentmodel-change\";i:2551;s:39:\"logentry-contentmodel-change-revertlink\";i:2552;s:35:\"logentry-contentmodel-change-revert\";i:2553;s:14:\"protectlogpage\";i:2554;s:14:\"protectlogtext\";i:2555;s:24:\"protectedarticle-comment\";i:2556;s:33:\"modifiedarticleprotection-comment\";i:2557;s:26:\"unprotectedarticle-comment\";i:2558;s:13:\"protect-title\";i:2559;s:24:\"protect-title-notallowed\";i:2560;s:14:\"prot_1movedto2\";i:2561;s:26:\"protect-badnamespace-title\";i:2562;s:25:\"protect-badnamespace-text\";i:2563;s:31:\"protect-norestrictiontypes-text\";i:2564;s:32:\"protect-norestrictiontypes-title\";i:2565;s:14:\"protect-legend\";i:2566;s:14:\"protectcomment\";i:2567;s:13:\"protectexpiry\";i:2568;s:22:\"protect_expiry_invalid\";i:2569;s:18:\"protect_expiry_old\";i:2570;s:27:\"protect-unchain-permissions\";i:2571;s:12:\"protect-text\";i:2572;s:22:\"protect-locked-blocked\";i:2573;s:21:\"protect-locked-dblock\";i:2574;s:21:\"protect-locked-access\";i:2575;s:17:\"protect-cascadeon\";i:2576;s:16:\"protect-fallback\";i:2577;s:27:\"protect-level-autoconfirmed\";i:2578;s:19:\"protect-level-sysop\";i:2579;s:20:\"protect-summary-desc\";i:2580;s:23:\"protect-summary-cascade\";i:2581;s:16:\"protect-expiring\";i:2582;s:22:\"protect-expiring-local\";i:2583;s:25:\"protect-expiry-indefinite\";i:2584;s:15:\"protect-cascade\";i:2585;s:16:\"protect-cantedit\";i:2586;s:17:\"protect-othertime\";i:2587;s:20:\"protect-othertime-op\";i:2588;s:23:\"protect-existing-expiry\";i:2589;s:32:\"protect-existing-expiry-infinity\";i:2590;s:19:\"protect-otherreason\";i:2591;s:22:\"protect-otherreason-op\";i:2592;s:16:\"protect-dropdown\";i:2593;s:23:\"protect-edit-reasonlist\";i:2594;s:22:\"protect-expiry-options\";i:2595;s:16:\"restriction-type\";i:2596;s:17:\"restriction-level\";i:2597;s:12:\"minimum-size\";i:2598;s:12:\"maximum-size\";i:2599;s:8:\"pagesize\";i:2600;s:18:\"restriction-create\";i:2601;s:18:\"restriction-upload\";i:2602;s:23:\"restriction-level-sysop\";i:2603;s:31:\"restriction-level-autoconfirmed\";i:2604;s:21:\"restriction-level-all\";i:2605;s:8:\"undelete\";i:2606;s:12:\"undeletepage\";i:2607;s:17:\"undeletepagetitle\";i:2608;s:15:\"viewdeletedpage\";i:2609;s:23:\"skin-action-viewdeleted\";i:2610;s:16:\"undeletepagetext\";i:2611;s:23:\"undelete-fieldset-title\";i:2612;s:17:\"undeleteextrahelp\";i:2613;s:17:\"undeleterevisions\";i:2614;s:15:\"undeletehistory\";i:2615;s:14:\"undeleterevdel\";i:2616;s:22:\"undeletehistorynoadmin\";i:2617;s:17:\"undelete-revision\";i:2618;s:24:\"undeleterevision-missing\";i:2619;s:32:\"undeleterevision-duplicate-revid\";i:2620;s:15:\"undelete-nodiff\";i:2621;s:11:\"undeletebtn\";i:2622;s:12:\"undeletelink\";i:2623;s:16:\"undeleteviewlink\";i:2624;s:21:\"undelete-undeletetalk\";i:2625;s:14:\"undeleteinvert\";i:2626;s:15:\"undeletecomment\";i:2627;s:14:\"cannotundelete\";i:2628;s:13:\"undeletedpage\";i:2629;s:15:\"undelete-header\";i:2630;s:21:\"undelete-search-title\";i:2631;s:19:\"undelete-search-box\";i:2632;s:22:\"undelete-search-prefix\";i:2633;s:20:\"undelete-search-full\";i:2634;s:22:\"undelete-search-submit\";i:2635;s:19:\"undelete-no-results\";i:2636;s:26:\"undelete-filename-mismatch\";i:2637;s:22:\"undelete-bad-store-key\";i:2638;s:22:\"undelete-cleanup-error\";i:2639;s:28:\"undelete-missing-filearchive\";i:2640;s:28:\"undelete-talk-summary-prefix\";i:2641;s:14:\"undelete-error\";i:2642;s:37:\"undelete-error-associated-alreadytalk\";i:2643;s:36:\"undelete-error-associated-notdeleted\";i:2644;s:26:\"undelete-show-file-confirm\";i:2645;s:25:\"undelete-show-file-submit\";i:2646;s:21:\"undelete-back-to-list\";i:2647;s:28:\"tooltip-whatlinkshere-invert\";i:2648;s:13:\"contributions\";i:2649;s:22:\"contributions-subtitle\";i:2650;s:30:\"contributions-userdoesnotexist\";i:2651;s:32:\"negative-namespace-not-supported\";i:2652;s:10:\"nocontribs\";i:2653;s:4:\"date\";i:2654;s:28:\"sp-contributions-suppresslog\";i:2655;s:24:\"sp-contributions-deleted\";i:2656;s:27:\"sp-contributions-userrights\";i:2657;s:31:\"sp-contributions-blocked-notice\";i:2658;s:39:\"sp-contributions-blocked-notice-partial\";i:2659;s:36:\"sp-contributions-blocked-notice-anon\";i:2660;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2661;s:26:\"sp-contributions-hideminor\";i:2662;s:27:\"sp-contributions-outofrange\";i:2663;s:33:\"sp-contributions-concurrency-user\";i:2664;s:31:\"sp-contributions-concurrency-ip\";i:2665;s:13:\"whatlinkshere\";i:2666;s:19:\"whatlinkshere-count\";i:2667;s:9:\"linkshere\";i:2668;s:14:\"nolinkshere-ns\";i:2669;s:7:\"isimage\";i:2670;s:24:\"whatlinkshere-hideimages\";i:2671;s:26:\"whatlinkshere-sectionredir\";i:2672;s:20:\"whatlinkshere-submit\";i:2673;s:11:\"autoblockid\";i:2674;s:5:\"block\";i:2675;s:7:\"unblock\";i:2676;s:13:\"changeblockip\";i:2677;s:7:\"blockip\";i:2678;s:11:\"blockiptext\";i:2679;s:19:\"ipaddressorusername\";i:2680;s:9:\"ipbreason\";i:2681;s:18:\"ipbreason-dropdown\";i:2682;s:13:\"ipb-hardblock\";i:2683;s:16:\"ipbcreateaccount\";i:2684;s:11:\"ipbemailban\";i:2685;s:18:\"ipbenableautoblock\";i:2686;s:9:\"ipbsubmit\";i:2687;s:8:\"ipbother\";i:2688;s:11:\"ipbhidename\";i:2689;s:12:\"ipbwatchuser\";i:2690;s:19:\"ipb-disableusertalk\";i:2691;s:16:\"ipb-change-block\";i:2692;s:11:\"ipb-confirm\";i:2693;s:12:\"ipb-sitewide\";i:2694;s:11:\"ipb-partial\";i:2695;s:17:\"ipb-sitewide-help\";i:2696;s:16:\"ipb-partial-help\";i:2697;s:17:\"ipb-action-create\";i:2698;s:15:\"ipb-action-move\";i:2699;s:17:\"ipb-action-upload\";i:2700;s:15:\"ipb-pages-label\";i:2701;s:20:\"ipb-namespaces-label\";i:2702;s:12:\"badipaddress\";i:2703;s:17:\"blockipsuccesssub\";i:2704;s:18:\"blockipsuccesstext\";i:2705;s:15:\"ipb-empty-block\";i:2706;s:19:\"ipb-block-not-found\";i:2707;s:16:\"ipb-blockingself\";i:2708;s:19:\"ipb-confirmhideuser\";i:2709;s:17:\"ipb-confirmaction\";i:2710;s:17:\"ipb-edit-dropdown\";i:2711;s:16:\"ipb-unblock-addr\";i:2712;s:11:\"ipb-unblock\";i:2713;s:13:\"ipb-blocklist\";i:2714;s:22:\"ipb-blocklist-contribs\";i:2715;s:27:\"ipb-blocklist-duration-left\";i:2716;s:13:\"block-actions\";i:2717;s:13:\"block-details\";i:2718;s:12:\"block-expiry\";i:2719;s:13:\"block-options\";i:2720;s:12:\"block-reason\";i:2721;s:12:\"block-target\";i:2722;s:24:\"block-target-placeholder\";i:2723;s:9:\"unblockip\";i:2724;s:13:\"unblockiptext\";i:2725;s:9:\"ipusubmit\";i:2726;s:9:\"unblocked\";i:2727;s:15:\"unblocked-range\";i:2728;s:12:\"unblocked-id\";i:2729;s:12:\"unblocked-ip\";i:2730;s:9:\"blocklist\";i:2731;s:13:\"autoblocklist\";i:2732;s:20:\"autoblocklist-submit\";i:2733;s:20:\"autoblocklist-legend\";i:2734;s:25:\"autoblocklist-localblocks\";i:2735;s:30:\"autoblocklist-total-autoblocks\";i:2736;s:19:\"autoblocklist-empty\";i:2737;s:25:\"autoblocklist-otherblocks\";i:2738;s:11:\"ipblocklist\";i:2739;s:18:\"ipblocklist-legend\";i:2740;s:20:\"blocklist-autoblocks\";i:2741;s:20:\"blocklist-userblocks\";i:2742;s:20:\"blocklist-tempblocks\";i:2743;s:21:\"blocklist-indefblocks\";i:2744;s:23:\"blocklist-addressblocks\";i:2745;s:14:\"blocklist-type\";i:2746;s:22:\"blocklist-type-opt-all\";i:2747;s:27:\"blocklist-type-opt-sitewide\";i:2748;s:26:\"blocklist-type-opt-partial\";i:2749;s:21:\"blocklist-rangeblocks\";i:2750;s:19:\"blocklist-timestamp\";i:2751;s:16:\"blocklist-target\";i:2752;s:16:\"blocklist-expiry\";i:2753;s:12:\"blocklist-by\";i:2754;s:16:\"blocklist-params\";i:2755;s:16:\"blocklist-reason\";i:2756;s:18:\"ipblocklist-submit\";i:2757;s:22:\"ipblocklist-localblock\";i:2758;s:23:\"ipblocklist-otherblocks\";i:2759;s:13:\"infiniteblock\";i:2760;s:13:\"anononlyblock\";i:2761;s:16:\"noautoblockblock\";i:2762;s:18:\"createaccountblock\";i:2763;s:10:\"emailblock\";i:2764;s:20:\"blocklist-nousertalk\";i:2765;s:17:\"blocklist-editing\";i:2766;s:26:\"blocklist-editing-sitewide\";i:2767;s:22:\"blocklist-editing-page\";i:2768;s:20:\"blocklist-editing-ns\";i:2769;s:24:\"blocklist-editing-action\";i:2770;s:17:\"ipblocklist-empty\";i:2771;s:22:\"ipblocklist-no-results\";i:2772;s:11:\"unblocklink\";i:2773;s:16:\"change-blocklink\";i:2774;s:14:\"empty-username\";i:2775;s:9:\"emaillink\";i:2776;s:11:\"autoblocker\";i:2777;s:16:\"blocklog-showlog\";i:2778;s:24:\"blocklog-showsuppresslog\";i:2779;s:12:\"blocklogtext\";i:2780;s:24:\"block-log-flags-anononly\";i:2781;s:24:\"block-log-flags-nocreate\";i:2782;s:27:\"block-log-flags-noautoblock\";i:2783;s:23:\"block-log-flags-noemail\";i:2784;s:26:\"block-log-flags-nousertalk\";i:2785;s:31:\"block-log-flags-angry-autoblock\";i:2786;s:26:\"block-log-flags-hiddenname\";i:2787;s:20:\"range_block_disabled\";i:2788;s:26:\"ipb-prevent-user-talk-edit\";i:2789;s:18:\"ipb_expiry_invalid\";i:2790;s:14:\"ipb_expiry_old\";i:2791;s:15:\"ipb_expiry_temp\";i:2792;s:16:\"ipb_hide_invalid\";i:2793;s:16:\"ipb_hide_partial\";i:2794;s:19:\"ipb_already_blocked\";i:2795;s:15:\"ipb-needreblock\";i:2796;s:22:\"ipb-otherblocks-header\";i:2797;s:16:\"unblock-hideuser\";i:2798;s:16:\"ipb_cant_unblock\";i:2799;s:20:\"ipb_blocked_as_range\";i:2800;s:16:\"ip_range_invalid\";i:2801;s:17:\"ip_range_toolarge\";i:2802;s:17:\"ip_range_exceeded\";i:2803;s:15:\"ip_range_toolow\";i:2804;s:12:\"proxyblocker\";i:2805;s:16:\"proxyblockreason\";i:2806;s:11:\"sorbsreason\";i:2807;s:27:\"sorbs_create_account_reason\";i:2808;s:21:\"softblockrangesreason\";i:2809;s:14:\"xffblockreason\";i:2810;s:20:\"cant-see-hidden-user\";i:2811;s:27:\"cant-block-nonexistent-page\";i:2812;s:10:\"ipbblocked\";i:2813;s:16:\"ipbnounblockself\";i:2814;s:6:\"lockdb\";i:2815;s:8:\"unlockdb\";i:2816;s:10:\"lockdbtext\";i:2817;s:12:\"unlockdbtext\";i:2818;s:11:\"lockconfirm\";i:2819;s:13:\"unlockconfirm\";i:2820;s:7:\"lockbtn\";i:2821;s:9:\"unlockbtn\";i:2822;s:13:\"locknoconfirm\";i:2823;s:16:\"lockdbsuccesssub\";i:2824;s:18:\"unlockdbsuccesssub\";i:2825;s:17:\"lockdbsuccesstext\";i:2826;s:19:\"unlockdbsuccesstext\";i:2827;s:19:\"lockfilenotwritable\";i:2828;s:14:\"databaselocked\";i:2829;s:17:\"databasenotlocked\";i:2830;s:15:\"lockedbyandtime\";i:2831;s:9:\"move-page\";i:2832;s:16:\"move-page-legend\";i:2833;s:12:\"movepagetext\";i:2834;s:28:\"movepagetext-noredirectfixer\";i:2835;s:30:\"movepagetext-noredirectsupport\";i:2836;s:16:\"movepagetalktext\";i:2837;s:20:\"moveuserpage-warning\";i:2838;s:24:\"movecategorypage-warning\";i:2839;s:15:\"movenologintext\";i:2840;s:14:\"movenotallowed\";i:2841;s:18:\"movenotallowedfile\";i:2842;s:19:\"cant-move-user-page\";i:2843;s:22:\"cant-move-to-user-page\";i:2844;s:23:\"cant-move-category-page\";i:2845;s:26:\"cant-move-to-category-page\";i:2846;s:18:\"cant-move-subpages\";i:2847;s:20:\"namespace-nosubpages\";i:2848;s:8:\"newtitle\";i:2849;s:10:\"move-watch\";i:2850;s:11:\"movepagebtn\";i:2851;s:12:\"pagemovedsub\";i:2852;s:10:\"cannotmove\";i:2853;s:14:\"movepage-moved\";i:2854;s:23:\"movepage-moved-redirect\";i:2855;s:25:\"movepage-moved-noredirect\";i:2856;s:21:\"movepage-delete-first\";i:2857;s:13:\"articleexists\";i:2858;s:14:\"redirectexists\";i:2859;s:23:\"cantmove-titleprotected\";i:2860;s:8:\"movetalk\";i:2861;s:13:\"move-subpages\";i:2862;s:18:\"move-talk-subpages\";i:2863;s:20:\"movepage-page-exists\";i:2864;s:28:\"movepage-source-doesnt-exist\";i:2865;s:19:\"movepage-page-moved\";i:2866;s:21:\"movepage-page-unmoved\";i:2867;s:18:\"movepage-max-pages\";i:2868;s:11:\"movelogpage\";i:2869;s:15:\"movelogpagetext\";i:2870;s:11:\"movesubpage\";i:2871;s:15:\"movesubpagetext\";i:2872;s:19:\"movesubpagetalktext\";i:2873;s:25:\"movesubpagetext-truncated\";i:2874;s:29:\"movesubpagetalktext-truncated\";i:2875;s:13:\"movenosubpage\";i:2876;s:10:\"movereason\";i:2877;s:10:\"revertmove\";i:2878;s:20:\"delete_and_move_text\";i:2879;s:29:\"delete_redirect_and_move_text\";i:2880;s:23:\"delete_and_move_confirm\";i:2881;s:22:\"delete_and_move_reason\";i:2882;s:8:\"selfmove\";i:2883;s:25:\"immobile-source-namespace\";i:2884;s:28:\"immobile-source-namespace-iw\";i:2885;s:25:\"immobile-target-namespace\";i:2886;s:28:\"immobile-target-namespace-iw\";i:2887;s:20:\"immobile-source-page\";i:2888;s:20:\"immobile-target-page\";i:2889;s:29:\"movepage-invalid-target-title\";i:2890;s:16:\"bad-target-model\";i:2891;s:21:\"imagenocrossnamespace\";i:2892;s:27:\"nonfile-cannot-move-to-file\";i:2893;s:17:\"imagetypemismatch\";i:2894;s:20:\"imageinvalidfilename\";i:2895;s:20:\"fix-double-redirects\";i:2896;s:19:\"move-leave-redirect\";i:2897;s:24:\"protectedpagemovewarning\";i:2898;s:28:\"semiprotectedpagemovewarning\";i:2899;s:20:\"move-over-sharedrepo\";i:2900;s:22:\"file-exists-sharedrepo\";i:2901;s:10:\"exporttext\";i:2902;s:9:\"exportall\";i:2903;s:13:\"exportcuronly\";i:2904;s:15:\"exportnohistory\";i:2905;s:17:\"exportlistauthors\";i:2906;s:13:\"export-submit\";i:2907;s:17:\"export-addcattext\";i:2908;s:13:\"export-addcat\";i:2909;s:16:\"export-addnstext\";i:2910;s:12:\"export-addns\";i:2911;s:15:\"export-download\";i:2912;s:16:\"export-templates\";i:2913;s:16:\"export-pagelinks\";i:2914;s:13:\"export-manual\";i:2915;s:11:\"allmessages\";i:2916;s:15:\"allmessagesname\";i:2917;s:18:\"allmessagesdefault\";i:2918;s:18:\"allmessagescurrent\";i:2919;s:15:\"allmessagestext\";i:2920;s:34:\"allmessages-not-supported-database\";i:2921;s:25:\"allmessages-filter-legend\";i:2922;s:18:\"allmessages-filter\";i:2923;s:29:\"allmessages-filter-unmodified\";i:2924;s:22:\"allmessages-filter-all\";i:2925;s:27:\"allmessages-filter-modified\";i:2926;s:18:\"allmessages-prefix\";i:2927;s:20:\"allmessages-language\";i:2928;s:25:\"allmessages-filter-submit\";i:2929;s:28:\"allmessages-filter-translate\";i:2930;s:11:\"filemissing\";i:2931;s:15:\"thumbnail_error\";i:2932;s:22:\"thumbnail_error_remote\";i:2933;s:15:\"djvu_page_error\";i:2934;s:21:\"thumbnail-temp-create\";i:2935;s:21:\"thumbnail-dest-create\";i:2936;s:24:\"thumbnail_invalid_params\";i:2937;s:25:\"thumbnail_toobigimagearea\";i:2938;s:24:\"thumbnail_dest_directory\";i:2939;s:20:\"thumbnail_image-type\";i:2940;s:20:\"thumbnail_gd-library\";i:2941;s:25:\"thumbnail_image-size-zero\";i:2942;s:23:\"thumbnail_image-missing\";i:2943;s:29:\"thumbnail_image-failure-limit\";i:2944;s:6:\"import\";i:2945;s:15:\"importinterwiki\";i:2946;s:21:\"import-interwiki-text\";i:2947;s:27:\"import-interwiki-sourcewiki\";i:2948;s:27:\"import-interwiki-sourcepage\";i:2949;s:24:\"import-interwiki-history\";i:2950;s:26:\"import-interwiki-templates\";i:2951;s:23:\"import-interwiki-submit\";i:2952;s:22:\"import-mapping-default\";i:2953;s:24:\"import-mapping-namespace\";i:2954;s:22:\"import-mapping-subpage\";i:2955;s:22:\"import-upload-filename\";i:2956;s:29:\"import-upload-username-prefix\";i:2957;s:25:\"import-assign-known-users\";i:2958;s:14:\"import-comment\";i:2959;s:10:\"importtext\";i:2960;s:11:\"importstart\";i:2961;s:21:\"import-revision-count\";i:2962;s:13:\"importnopages\";i:2963;s:20:\"imported-log-entries\";i:2964;s:12:\"importfailed\";i:2965;s:19:\"importunknownsource\";i:2966;s:14:\"importnoprefix\";i:2967;s:14:\"importcantopen\";i:2968;s:18:\"importbadinterwiki\";i:2969;s:13:\"importsuccess\";i:2970;s:15:\"importnosources\";i:2971;s:12:\"importnofile\";i:2972;s:21:\"importuploaderrorsize\";i:2973;s:24:\"importuploaderrorpartial\";i:2974;s:21:\"importuploaderrortemp\";i:2975;s:20:\"import-parse-failure\";i:2976;s:16:\"import-noarticle\";i:2977;s:21:\"import-nonewrevisions\";i:2978;s:16:\"xml-error-string\";i:2979;s:13:\"import-upload\";i:2980;s:21:\"import-token-mismatch\";i:2981;s:24:\"import-invalid-interwiki\";i:2982;s:17:\"import-error-edit\";i:2983;s:22:\"import-error-interwiki\";i:2984;s:20:\"import-error-special\";i:2985;s:20:\"import-error-invalid\";i:2986;s:24:\"import-error-unserialize\";i:2987;s:25:\"import-error-bad-location\";i:2988;s:20:\"import-options-wrong\";i:2989;s:23:\"import-rootpage-invalid\";i:2990;s:25:\"import-rootpage-nosubpage\";i:2991;s:13:\"importlogpage\";i:2992;s:17:\"importlogpagetext\";i:2993;s:29:\"import-logentry-upload-detail\";i:2994;s:32:\"import-logentry-interwiki-detail\";i:2995;s:14:\"javascripttest\";i:2996;s:26:\"javascripttest-qunit-intro\";i:2997;s:23:\"tooltip-pt-anonuserpage\";i:2998;s:22:\"tooltip-pt-tmpuserpage\";i:2999;s:19:\"tooltip-pt-anontalk\";i:3000;s:23:\"tooltip-pt-anoncontribs\";i:3001;s:24:\"tooltip-pt-login-private\";i:3002;s:18:\"tooltip-ca-protect\";i:3003;s:20:\"tooltip-ca-unprotect\";i:3004;s:17:\"tooltip-ca-delete\";i:3005;s:19:\"tooltip-ca-undelete\";i:3006;s:27:\"tooltip-ca-unwatch-expiring\";i:3007;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3008;s:18:\"tooltip-p-cactions\";i:3009;s:18:\"tooltip-p-personal\";i:3010;s:16:\"tooltip-feed-rss\";i:3011;s:19:\"tooltip-t-emailuser\";i:3012;s:14:\"tooltip-t-info\";i:3013;s:22:\"tooltip-ca-nstab-media\";i:3014;s:21:\"tooltip-ca-nstab-help\";i:3015;s:15:\"tooltip-publish\";i:3016;s:24:\"tooltip-watchlist-expiry\";i:3017;s:35:\"tooltip-watchlistedit-normal-submit\";i:3018;s:32:\"tooltip-watchlistedit-raw-submit\";i:3019;s:16:\"tooltip-recreate\";i:3020;s:14:\"tooltip-upload\";i:3021;s:12:\"tooltip-undo\";i:3022;s:24:\"tooltip-preferences-save\";i:3023;s:10:\"common.css\";i:3024;s:9:\"print.css\";i:3025;s:12:\"noscript.css\";i:3026;s:23:\"group-autoconfirmed.css\";i:3027;s:13:\"group-bot.css\";i:3028;s:15:\"group-sysop.css\";i:3029;s:20:\"group-bureaucrat.css\";i:3030;s:11:\"common.json\";i:3031;s:9:\"common.js\";i:3032;s:22:\"group-autoconfirmed.js\";i:3033;s:13:\"group-user.js\";i:3034;s:12:\"group-bot.js\";i:3035;s:14:\"group-sysop.js\";i:3036;s:19:\"group-bureaucrat.js\";i:3037;s:9:\"anonymous\";i:3038;s:8:\"siteuser\";i:3039;s:8:\"anonuser\";i:3040;s:16:\"lastmodifiedatby\";i:3041;s:13:\"othercontribs\";i:3042;s:6:\"others\";i:3043;s:9:\"siteusers\";i:3044;s:9:\"anonusers\";i:3045;s:11:\"creditspage\";i:3046;s:9:\"nocredits\";i:3047;s:19:\"spamprotectiontitle\";i:3048;s:18:\"spamprotectiontext\";i:3049;s:19:\"spamprotectionmatch\";i:3050;s:16:\"spambot_username\";i:3051;s:14:\"spam_reverting\";i:3052;s:13:\"spam_blanking\";i:3053;s:13:\"spam_deleting\";i:3054;s:20:\"pageinfo-not-current\";i:3055;s:26:\"pageinfo-header-properties\";i:3056;s:18:\"pageinfo-namespace\";i:3057;s:24:\"pageinfo-language-change\";i:3058;s:29:\"pageinfo-content-model-change\";i:3059;s:20:\"pageinfo-robot-index\";i:3060;s:22:\"pageinfo-robot-noindex\";i:3061;s:26:\"pageinfo-visiting-watchers\";i:3062;s:21:\"pageinfo-few-watchers\";i:3063;s:30:\"pageinfo-few-visiting-watchers\";i:3064;s:24:\"pageinfo-redirects-value\";i:3065;s:22:\"pageinfo-subpages-name\";i:3066;s:23:\"pageinfo-subpages-value\";i:3067;s:20:\"pageinfo-magic-words\";i:3068;s:26:\"pageinfo-hidden-categories\";i:3069;s:18:\"pageinfo-templates\";i:3070;s:22:\"pageinfo-transclusions\";i:3071;s:20:\"pageinfo-redirectsto\";i:3072;s:25:\"pageinfo-redirectsto-info\";i:3073;s:20:\"pageinfo-contentpage\";i:3074;s:24:\"pageinfo-contentpage-yes\";i:3075;s:26:\"pageinfo-protect-cascading\";i:3076;s:30:\"pageinfo-protect-cascading-yes\";i:3077;s:31:\"pageinfo-protect-cascading-from\";i:3078;s:22:\"pageinfo-category-info\";i:3079;s:23:\"pageinfo-category-total\";i:3080;s:23:\"pageinfo-category-pages\";i:3081;s:25:\"pageinfo-category-subcats\";i:3082;s:23:\"pageinfo-category-files\";i:3083;s:16:\"pageinfo-user-id\";i:3084;s:18:\"pageinfo-file-hash\";i:3085;s:25:\"pageinfo-view-protect-log\";i:3086;s:19:\"markaspatrolleddiff\";i:3087;s:19:\"markaspatrolledtext\";i:3088;s:24:\"markaspatrolledtext-file\";i:3089;s:17:\"markedaspatrolled\";i:3090;s:21:\"markedaspatrolledtext\";i:3091;s:16:\"rcpatroldisabled\";i:3092;s:20:\"rcpatroldisabledtext\";i:3093;s:22:\"markedaspatrollederror\";i:3094;s:26:\"markedaspatrollederrortext\";i:3095;s:35:\"markedaspatrollederror-noautopatrol\";i:3096;s:23:\"markedaspatrollednotify\";i:3097;s:15:\"patrol-log-page\";i:3098;s:17:\"patrol-log-header\";i:3099;s:28:\"confirm-markpatrolled-button\";i:3100;s:25:\"confirm-markpatrolled-top\";i:3101;s:15:\"deletedrevision\";i:3102;s:21:\"filedeleteerror-short\";i:3103;s:20:\"filedeleteerror-long\";i:3104;s:18:\"filedelete-missing\";i:3105;s:27:\"filedelete-old-unregistered\";i:3106;s:31:\"filedelete-current-unregistered\";i:3107;s:28:\"filedelete-archive-read-only\";i:3108;s:12:\"mediawarning\";i:3109;s:12:\"imagemaxsize\";i:3110;s:9:\"thumbsize\";i:3111;s:15:\"widthheightpage\";i:3112;s:9:\"file-info\";i:3113;s:20:\"file-info-size-pages\";i:3114;s:22:\"svg-long-desc-animated\";i:3115;s:14:\"svg-long-error\";i:3116;s:29:\"show-big-image-preview-differ\";i:3117;s:20:\"file-info-gif-looped\";i:3118;s:20:\"file-info-gif-frames\";i:3119;s:20:\"file-info-png-looped\";i:3120;s:20:\"file-info-png-repeat\";i:3121;s:20:\"file-info-png-frames\";i:3122;s:23:\"file-no-thumb-animation\";i:3123;s:27:\"file-no-thumb-animation-gif\";i:3124;s:9:\"newimages\";i:3125;s:13:\"imagelisttext\";i:3126;s:17:\"newimages-summary\";i:3127;s:16:\"newimages-legend\";i:3128;s:14:\"newimages-user\";i:3129;s:18:\"newimages-showbots\";i:3130;s:23:\"newimages-hidepatrolled\";i:3131;s:19:\"newimages-mediatype\";i:3132;s:8:\"noimages\";i:3133;s:24:\"gallery-slideshow-toggle\";i:3134;s:8:\"ilsubmit\";i:3135;s:6:\"bydate\";i:3136;s:21:\"sp-newimages-showfrom\";i:3137;s:10:\"video-dims\";i:3138;s:14:\"seconds-abbrev\";i:3139;s:14:\"minutes-abbrev\";i:3140;s:12:\"hours-abbrev\";i:3141;s:11:\"days-abbrev\";i:3142;s:7:\"seconds\";i:3143;s:7:\"minutes\";i:3144;s:5:\"hours\";i:3145;s:4:\"days\";i:3146;s:5:\"weeks\";i:3147;s:6:\"months\";i:3148;s:5:\"years\";i:3149;s:3:\"ago\";i:3150;s:8:\"just-now\";i:3151;s:9:\"hours-ago\";i:3152;s:11:\"minutes-ago\";i:3153;s:11:\"seconds-ago\";i:3154;s:9:\"monday-at\";i:3155;s:10:\"tuesday-at\";i:3156;s:12:\"wednesday-at\";i:3157;s:11:\"thursday-at\";i:3158;s:9:\"friday-at\";i:3159;s:11:\"saturday-at\";i:3160;s:9:\"sunday-at\";i:3161;s:12:\"yesterday-at\";i:3162;s:19:\"variantname-zh-hans\";i:3163;s:19:\"variantname-zh-hant\";i:3164;s:17:\"variantname-zh-cn\";i:3165;s:17:\"variantname-zh-tw\";i:3166;s:17:\"variantname-zh-hk\";i:3167;s:17:\"variantname-zh-mo\";i:3168;s:17:\"variantname-zh-sg\";i:3169;s:17:\"variantname-zh-my\";i:3170;s:20:\"variantname-gan-hans\";i:3171;s:20:\"variantname-gan-hant\";i:3172;s:17:\"variantname-sr-ec\";i:3173;s:17:\"variantname-sr-el\";i:3174;s:17:\"variantname-kk-kz\";i:3175;s:17:\"variantname-kk-tr\";i:3176;s:17:\"variantname-kk-cn\";i:3177;s:13:\"metadata-help\";i:3178;s:15:\"metadata-expand\";i:3179;s:17:\"metadata-collapse\";i:3180;s:17:\"metadata-langitem\";i:3181;s:12:\"confirmemail\";i:3182;s:20:\"confirmemail_noemail\";i:3183;s:17:\"confirmemail_text\";i:3184;s:20:\"confirmemail_pending\";i:3185;s:17:\"confirmemail_send\";i:3186;s:17:\"confirmemail_sent\";i:3187;s:21:\"confirmemail_oncreate\";i:3188;s:23:\"confirmemail_sendfailed\";i:3189;s:20:\"confirmemail_invalid\";i:3190;s:22:\"confirmemail_needlogin\";i:3191;s:20:\"confirmemail_success\";i:3192;s:21:\"confirmemail_loggedin\";i:3193;s:20:\"confirmemail_subject\";i:3194;s:17:\"confirmemail_body\";i:3195;s:25:\"confirmemail_body_changed\";i:3196;s:21:\"confirmemail_body_set\";i:3197;s:24:\"confirmemail_invalidated\";i:3198;s:15:\"invalidateemail\";i:3199;s:33:\"notificationemail_subject_changed\";i:3200;s:33:\"notificationemail_subject_removed\";i:3201;s:30:\"notificationemail_body_changed\";i:3202;s:30:\"notificationemail_body_removed\";i:3203;s:23:\"scarytranscludedisabled\";i:3204;s:21:\"scarytranscludefailed\";i:3205;s:32:\"scarytranscludefailed-httpstatus\";i:3206;s:22:\"scarytranscludetoolong\";i:3207;s:19:\"deletedwhileediting\";i:3208;s:15:\"confirmrecreate\";i:3209;s:24:\"confirmrecreate-noreason\";i:3210;s:8:\"recreate\";i:3211;s:10:\"unit-pixel\";i:3212;s:19:\"confirm-purge-title\";i:3213;s:20:\"confirm_purge_button\";i:3214;s:17:\"confirm-purge-top\";i:3215;s:20:\"confirm-purge-bottom\";i:3216;s:20:\"confirm-watch-button\";i:3217;s:17:\"confirm-watch-top\";i:3218;s:19:\"confirm-watch-label\";i:3219;s:24:\"watchlist-expiry-options\";i:3220;s:31:\"watchlist-expires-in-aria-label\";i:3221;s:27:\"confirm-watch-button-expiry\";i:3222;s:22:\"confirm-unwatch-button\";i:3223;s:19:\"confirm-unwatch-top\";i:3224;s:23:\"confirm-rollback-button\";i:3225;s:20:\"confirm-rollback-top\";i:3226;s:23:\"confirm-rollback-bottom\";i:3227;s:24:\"confirm-mcrrestore-title\";i:3228;s:21:\"confirm-mcrundo-title\";i:3229;s:13:\"mcrundofailed\";i:3230;s:20:\"mcrundo-missingparam\";i:3231;s:15:\"mcrundo-changed\";i:3232;s:20:\"mcrundo-parse-failed\";i:3233;s:19:\"semicolon-separator\";i:3234;s:15:\"comma-separator\";i:3235;s:15:\"colon-separator\";i:3236;s:14:\"pipe-separator\";i:3237;s:14:\"word-separator\";i:3238;s:8:\"ellipsis\";i:3239;s:15:\"quotation-marks\";i:3240;s:13:\"formatnum-nan\";i:3241;s:16:\"imgmultipageprev\";i:3242;s:16:\"imgmultipagenext\";i:3243;s:10:\"imgmultigo\";i:3244;s:12:\"imgmultigoto\";i:3245;s:16:\"img-lang-default\";i:3246;s:13:\"img-lang-info\";i:3247;s:11:\"img-lang-go\";i:3248;s:16:\"table_pager_next\";i:3249;s:16:\"table_pager_prev\";i:3250;s:17:\"table_pager_first\";i:3251;s:16:\"table_pager_last\";i:3252;s:17:\"table_pager_limit\";i:3253;s:23:\"table_pager_limit_label\";i:3254;s:24:\"table_pager_limit_submit\";i:3255;s:17:\"table_pager_empty\";i:3256;s:14:\"autosumm-blank\";i:3257;s:16:\"autosumm-replace\";i:3258;s:16:\"autoredircomment\";i:3259;s:25:\"autosumm-removed-redirect\";i:3260;s:32:\"autosumm-changed-redirect-target\";i:3261;s:12:\"autosumm-new\";i:3262;s:17:\"autosumm-newblank\";i:3263;s:10:\"size-bytes\";i:3264;s:10:\"size-pixel\";i:3265;s:15:\"lag-warn-normal\";i:3266;s:13:\"lag-warn-high\";i:3267;s:26:\"watchlistedit-normal-title\";i:3268;s:27:\"watchlistedit-normal-legend\";i:3269;s:28:\"watchlistedit-normal-explain\";i:3270;s:27:\"watchlistedit-normal-submit\";i:3271;s:25:\"watchlistedit-normal-done\";i:3272;s:23:\"watchlistedit-raw-title\";i:3273;s:24:\"watchlistedit-raw-legend\";i:3274;s:25:\"watchlistedit-raw-explain\";i:3275;s:24:\"watchlistedit-raw-titles\";i:3276;s:24:\"watchlistedit-raw-submit\";i:3277;s:22:\"watchlistedit-raw-done\";i:3278;s:23:\"watchlistedit-raw-added\";i:3279;s:25:\"watchlistedit-raw-removed\";i:3280;s:25:\"watchlistedit-clear-title\";i:3281;s:26:\"watchlistedit-clear-legend\";i:3282;s:27:\"watchlistedit-clear-explain\";i:3283;s:26:\"watchlistedit-clear-titles\";i:3284;s:26:\"watchlistedit-clear-submit\";i:3285;s:24:\"watchlistedit-clear-done\";i:3286;s:28:\"watchlistedit-clear-jobqueue\";i:3287;s:27:\"watchlistedit-clear-removed\";i:3288;s:22:\"watchlistedit-too-many\";i:3289;s:20:\"watchlisttools-clear\";i:3290;s:19:\"watchlisttools-view\";i:3291;s:19:\"watchlisttools-edit\";i:3292;s:18:\"watchlisttools-raw\";i:3293;s:17:\"hijri-calendar-m1\";i:3294;s:17:\"hijri-calendar-m2\";i:3295;s:17:\"hijri-calendar-m3\";i:3296;s:17:\"hijri-calendar-m4\";i:3297;s:17:\"hijri-calendar-m5\";i:3298;s:17:\"hijri-calendar-m6\";i:3299;s:17:\"hijri-calendar-m7\";i:3300;s:17:\"hijri-calendar-m8\";i:3301;s:17:\"hijri-calendar-m9\";i:3302;s:18:\"hijri-calendar-m10\";i:3303;s:18:\"hijri-calendar-m11\";i:3304;s:18:\"hijri-calendar-m12\";i:3305;s:18:\"hebrew-calendar-m1\";i:3306;s:18:\"hebrew-calendar-m2\";i:3307;s:18:\"hebrew-calendar-m3\";i:3308;s:18:\"hebrew-calendar-m4\";i:3309;s:18:\"hebrew-calendar-m5\";i:3310;s:18:\"hebrew-calendar-m6\";i:3311;s:18:\"hebrew-calendar-m7\";i:3312;s:18:\"hebrew-calendar-m8\";i:3313;s:18:\"hebrew-calendar-m9\";i:3314;s:19:\"hebrew-calendar-m10\";i:3315;s:19:\"hebrew-calendar-m11\";i:3316;s:19:\"hebrew-calendar-m12\";i:3317;s:22:\"hebrew-calendar-m1-gen\";i:3318;s:22:\"hebrew-calendar-m2-gen\";i:3319;s:22:\"hebrew-calendar-m3-gen\";i:3320;s:22:\"hebrew-calendar-m4-gen\";i:3321;s:22:\"hebrew-calendar-m5-gen\";i:3322;s:22:\"hebrew-calendar-m6-gen\";i:3323;s:22:\"hebrew-calendar-m7-gen\";i:3324;s:22:\"hebrew-calendar-m8-gen\";i:3325;s:22:\"hebrew-calendar-m9-gen\";i:3326;s:23:\"hebrew-calendar-m10-gen\";i:3327;s:23:\"hebrew-calendar-m11-gen\";i:3328;s:23:\"hebrew-calendar-m12-gen\";i:3329;s:14:\"signature-temp\";i:3330;s:12:\"timezone-utc\";i:3331;s:14:\"timezone-local\";i:3332;s:21:\"duplicate-defaultsort\";i:3333;s:22:\"duplicate-displaytitle\";i:3334;s:23:\"restricted-displaytitle\";i:3335;s:22:\"invalid-indicator-name\";i:3336;s:25:\"invalid-langconvert-attrs\";i:3337;s:7:\"version\";i:3338;s:18:\"version-extensions\";i:3339;s:13:\"version-skins\";i:3340;s:20:\"version-specialpages\";i:3341;s:19:\"version-parserhooks\";i:3342;s:17:\"version-variables\";i:3343;s:15:\"version-editors\";i:3344;s:16:\"version-antispam\";i:3345;s:11:\"version-api\";i:3346;s:13:\"version-other\";i:3347;s:21:\"version-mediahandlers\";i:3348;s:13:\"version-hooks\";i:3349;s:28:\"version-parser-extensiontags\";i:3350;s:29:\"version-parser-function-hooks\";i:3351;s:17:\"version-hook-name\";i:3352;s:25:\"version-hook-subscribedby\";i:3353;s:19:\"version-no-ext-name\";i:3354;s:15:\"version-license\";i:3355;s:19:\"version-ext-license\";i:3356;s:26:\"version-ext-colheader-name\";i:3357;s:27:\"version-skin-colheader-name\";i:3358;s:29:\"version-ext-colheader-version\";i:3359;s:29:\"version-ext-colheader-license\";i:3360;s:33:\"version-ext-colheader-description\";i:3361;s:29:\"version-ext-colheader-credits\";i:3362;s:21:\"version-license-title\";i:3363;s:25:\"version-license-not-found\";i:3364;s:21:\"version-credits-title\";i:3365;s:25:\"version-credits-not-found\";i:3366;s:25:\"version-poweredby-credits\";i:3367;s:24:\"version-poweredby-others\";i:3368;s:29:\"version-poweredby-translators\";i:3369;s:25:\"version-poweredby-various\";i:3370;s:23:\"version-credits-summary\";i:3371;s:20:\"version-license-info\";i:3372;s:16:\"version-software\";i:3373;s:24:\"version-software-product\";i:3374;s:24:\"version-software-version\";i:3375;s:19:\"version-entrypoints\";i:3376;s:37:\"version-entrypoints-header-entrypoint\";i:3377;s:30:\"version-entrypoints-header-url\";i:3378;s:31:\"version-entrypoints-articlepath\";i:3379;s:30:\"version-entrypoints-scriptpath\";i:3380;s:17:\"version-libraries\";i:3381;s:25:\"version-libraries-library\";i:3382;s:25:\"version-libraries-version\";i:3383;s:25:\"version-libraries-license\";i:3384;s:29:\"version-libraries-description\";i:3385;s:25:\"version-libraries-authors\";i:3386;s:8:\"redirect\";i:3387;s:16:\"redirect-summary\";i:3388;s:15:\"redirect-submit\";i:3389;s:15:\"redirect-lookup\";i:3390;s:14:\"redirect-value\";i:3391;s:13:\"redirect-user\";i:3392;s:13:\"redirect-page\";i:3393;s:17:\"redirect-revision\";i:3394;s:13:\"redirect-file\";i:3395;s:14:\"redirect-logid\";i:3396;s:19:\"redirect-not-exists\";i:3397;s:20:\"redirect-not-numeric\";i:3398;s:19:\"fileduplicatesearch\";i:3399;s:27:\"fileduplicatesearch-summary\";i:3400;s:28:\"fileduplicatesearch-filename\";i:3401;s:26:\"fileduplicatesearch-submit\";i:3402;s:24:\"fileduplicatesearch-info\";i:3403;s:28:\"fileduplicatesearch-result-1\";i:3404;s:28:\"fileduplicatesearch-result-n\";i:3405;s:29:\"fileduplicatesearch-noresults\";i:3406;s:21:\"specialpages-note-top\";i:3407;s:28:\"specialpages-note-restricted\";i:3408;s:30:\"specialpages-group-maintenance\";i:3409;s:24:\"specialpages-group-other\";i:3410;s:24:\"specialpages-group-login\";i:3411;s:26:\"specialpages-group-changes\";i:3412;s:24:\"specialpages-group-media\";i:3413;s:24:\"specialpages-group-users\";i:3414;s:26:\"specialpages-group-highuse\";i:3415;s:24:\"specialpages-group-pages\";i:3416;s:28:\"specialpages-group-pagetools\";i:3417;s:23:\"specialpages-group-wiki\";i:3418;s:28:\"specialpages-group-redirects\";i:3419;s:23:\"specialpages-group-spam\";i:3420;s:28:\"specialpages-group-developer\";i:3421;s:9:\"blankpage\";i:3422;s:22:\"intentionallyblankpage\";i:3423;s:28:\"disabledspecialpage-disabled\";i:3424;s:24:\"external_image_whitelist\";i:3425;s:4:\"tags\";i:3426;s:17:\"tag-filter-submit\";i:3427;s:10:\"tag-hidden\";i:3428;s:25:\"tag-mw-contentmodelchange\";i:3429;s:37:\"tag-mw-contentmodelchange-description\";i:3430;s:19:\"tag-mw-new-redirect\";i:3431;s:31:\"tag-mw-new-redirect-description\";i:3432;s:23:\"tag-mw-removed-redirect\";i:3433;s:35:\"tag-mw-removed-redirect-description\";i:3434;s:30:\"tag-mw-changed-redirect-target\";i:3435;s:42:\"tag-mw-changed-redirect-target-description\";i:3436;s:12:\"tag-mw-blank\";i:3437;s:24:\"tag-mw-blank-description\";i:3438;s:14:\"tag-mw-replace\";i:3439;s:26:\"tag-mw-replace-description\";i:3440;s:15:\"tag-mw-rollback\";i:3441;s:27:\"tag-mw-rollback-description\";i:3442;s:11:\"tag-mw-undo\";i:3443;s:23:\"tag-mw-undo-description\";i:3444;s:20:\"tag-mw-manual-revert\";i:3445;s:32:\"tag-mw-manual-revert-description\";i:3446;s:15:\"tag-mw-reverted\";i:3447;s:27:\"tag-mw-reverted-description\";i:3448;s:25:\"tag-mw-server-side-upload\";i:3449;s:37:\"tag-mw-server-side-upload-description\";i:3450;s:10:\"tags-title\";i:3451;s:10:\"tags-intro\";i:3452;s:8:\"tags-tag\";i:3453;s:19:\"tags-display-header\";i:3454;s:23:\"tags-description-header\";i:3455;s:18:\"tags-source-header\";i:3456;s:18:\"tags-active-header\";i:3457;s:20:\"tags-hitcount-header\";i:3458;s:19:\"tags-actions-header\";i:3459;s:15:\"tags-active-yes\";i:3460;s:14:\"tags-active-no\";i:3461;s:21:\"tags-source-extension\";i:3462;s:18:\"tags-source-manual\";i:3463;s:16:\"tags-source-none\";i:3464;s:11:\"tags-hidden\";i:3465;s:9:\"tags-edit\";i:3466;s:11:\"tags-delete\";i:3467;s:13:\"tags-activate\";i:3468;s:15:\"tags-deactivate\";i:3469;s:13:\"tags-hitcount\";i:3470;s:25:\"tags-manage-no-permission\";i:3471;s:19:\"tags-manage-blocked\";i:3472;s:19:\"tags-create-heading\";i:3473;s:23:\"tags-create-explanation\";i:3474;s:20:\"tags-create-tag-name\";i:3475;s:18:\"tags-create-reason\";i:3476;s:18:\"tags-create-submit\";i:3477;s:19:\"tags-create-no-name\";i:3478;s:25:\"tags-create-invalid-chars\";i:3479;s:31:\"tags-create-invalid-title-chars\";i:3480;s:26:\"tags-create-already-exists\";i:3481;s:26:\"tags-create-warnings-above\";i:3482;s:26:\"tags-create-warnings-below\";i:3483;s:17:\"tags-delete-title\";i:3484;s:31:\"tags-delete-explanation-initial\";i:3485;s:30:\"tags-delete-explanation-in-use\";i:3486;s:31:\"tags-delete-explanation-warning\";i:3487;s:30:\"tags-delete-explanation-active\";i:3488;s:18:\"tags-delete-reason\";i:3489;s:18:\"tags-delete-submit\";i:3490;s:23:\"tags-delete-not-allowed\";i:3491;s:21:\"tags-delete-not-found\";i:3492;s:25:\"tags-delete-too-many-uses\";i:3493;s:33:\"tags-delete-warnings-after-delete\";i:3494;s:25:\"tags-delete-no-permission\";i:3495;s:19:\"tags-activate-title\";i:3496;s:22:\"tags-activate-question\";i:3497;s:20:\"tags-activate-reason\";i:3498;s:25:\"tags-activate-not-allowed\";i:3499;s:23:\"tags-activate-not-found\";i:3500;s:20:\"tags-activate-submit\";i:3501;s:21:\"tags-deactivate-title\";i:3502;s:24:\"tags-deactivate-question\";i:3503;s:22:\"tags-deactivate-reason\";i:3504;s:27:\"tags-deactivate-not-allowed\";i:3505;s:22:\"tags-deactivate-submit\";i:3506;s:24:\"tags-apply-no-permission\";i:3507;s:18:\"tags-apply-blocked\";i:3508;s:26:\"tags-apply-not-allowed-one\";i:3509;s:28:\"tags-apply-not-allowed-multi\";i:3510;s:25:\"tags-update-no-permission\";i:3511;s:19:\"tags-update-blocked\";i:3512;s:31:\"tags-update-add-not-allowed-one\";i:3513;s:33:\"tags-update-add-not-allowed-multi\";i:3514;s:34:\"tags-update-remove-not-allowed-one\";i:3515;s:36:\"tags-update-remove-not-allowed-multi\";i:3516;s:15:\"tags-edit-title\";i:3517;s:21:\"tags-edit-manage-link\";i:3518;s:27:\"tags-edit-revision-selected\";i:3519;s:27:\"tags-edit-logentry-selected\";i:3520;s:25:\"tags-edit-revision-legend\";i:3521;s:25:\"tags-edit-logentry-legend\";i:3522;s:23:\"tags-edit-existing-tags\";i:3523;s:28:\"tags-edit-existing-tags-none\";i:3524;s:18:\"tags-edit-new-tags\";i:3525;s:13:\"tags-edit-add\";i:3526;s:16:\"tags-edit-remove\";i:3527;s:25:\"tags-edit-remove-all-tags\";i:3528;s:28:\"tags-edit-chosen-placeholder\";i:3529;s:27:\"tags-edit-chosen-no-results\";i:3530;s:16:\"tags-edit-reason\";i:3531;s:25:\"tags-edit-revision-submit\";i:3532;s:25:\"tags-edit-logentry-submit\";i:3533;s:17:\"tags-edit-success\";i:3534;s:17:\"tags-edit-failure\";i:3535;s:23:\"tags-edit-nooldid-title\";i:3536;s:22:\"tags-edit-nooldid-text\";i:3537;s:23:\"tags-edit-none-selected\";i:3538;s:12:\"comparepages\";i:3539;s:13:\"compare-page1\";i:3540;s:13:\"compare-page2\";i:3541;s:12:\"compare-rev1\";i:3542;s:12:\"compare-rev2\";i:3543;s:14:\"compare-submit\";i:3544;s:27:\"compare-revision-not-exists\";i:3545;s:9:\"diff-form\";i:3546;s:15:\"diff-form-oldid\";i:3547;s:15:\"diff-form-revid\";i:3548;s:16:\"diff-form-submit\";i:3549;s:21:\"diff-form-other-revid\";i:3550;s:21:\"diff-form-error-revid\";i:3551;s:13:\"permanentlink\";i:3552;s:19:\"permanentlink-revid\";i:3553;s:20:\"permanentlink-submit\";i:3554;s:10:\"newsection\";i:3555;s:15:\"newsection-page\";i:3556;s:17:\"newsection-submit\";i:3557;s:8:\"editpage\";i:3558;s:20:\"specialeditpage-page\";i:3559;s:22:\"specialeditpage-submit\";i:3560;s:10:\"deletepage\";i:3561;s:22:\"specialdeletepage-page\";i:3562;s:24:\"specialdeletepage-submit\";i:3563;s:8:\"pageinfo\";i:3564;s:20:\"specialpageinfo-page\";i:3565;s:22:\"specialpageinfo-submit\";i:3566;s:11:\"pagehistory\";i:3567;s:23:\"specialpagehistory-page\";i:3568;s:25:\"specialpagehistory-submit\";i:3569;s:11:\"protectpage\";i:3570;s:23:\"specialprotectpage-page\";i:3571;s:25:\"specialprotectpage-submit\";i:3572;s:5:\"purge\";i:3573;s:17:\"specialpurge-page\";i:3574;s:19:\"specialpurge-submit\";i:3575;s:14:\"dberr-problems\";i:3576;s:11:\"dberr-again\";i:3577;s:10:\"dberr-info\";i:3578;s:17:\"dberr-info-hidden\";i:3579;s:22:\"htmlform-invalid-input\";i:3580;s:25:\"htmlform-select-badoption\";i:3581;s:20:\"htmlform-int-invalid\";i:3582;s:22:\"htmlform-float-invalid\";i:3583;s:19:\"htmlform-int-toolow\";i:3584;s:20:\"htmlform-int-toohigh\";i:3585;s:28:\"htmlform-multiselect-toomany\";i:3586;s:17:\"htmlform-required\";i:3587;s:15:\"htmlform-submit\";i:3588;s:14:\"htmlform-reset\";i:3589;s:28:\"htmlform-selectorother-other\";i:3590;s:11:\"htmlform-no\";i:3591;s:12:\"htmlform-yes\";i:3592;s:27:\"htmlform-chosen-placeholder\";i:3593;s:22:\"htmlform-cloner-create\";i:3594;s:22:\"htmlform-cloner-delete\";i:3595;s:24:\"htmlform-cloner-required\";i:3596;s:25:\"htmlform-date-placeholder\";i:3597;s:25:\"htmlform-time-placeholder\";i:3598;s:29:\"htmlform-datetime-placeholder\";i:3599;s:21:\"htmlform-date-invalid\";i:3600;s:21:\"htmlform-time-invalid\";i:3601;s:25:\"htmlform-datetime-invalid\";i:3602;s:20:\"htmlform-date-toolow\";i:3603;s:21:\"htmlform-date-toohigh\";i:3604;s:20:\"htmlform-time-toolow\";i:3605;s:21:\"htmlform-time-toohigh\";i:3606;s:24:\"htmlform-datetime-toolow\";i:3607;s:25:\"htmlform-datetime-toohigh\";i:3608;s:27:\"htmlform-title-badnamespace\";i:3609;s:28:\"htmlform-title-not-creatable\";i:3610;s:25:\"htmlform-title-not-exists\";i:3611;s:24:\"htmlform-title-interwiki\";i:3612;s:24:\"htmlform-user-not-exists\";i:3613;s:23:\"htmlform-user-not-valid\";i:3614;s:24:\"htmlform-tag-not-allowed\";i:3615;s:28:\"logentry-delete-delete_redir\";i:3616;s:29:\"logentry-delete-delete_redir2\";i:3617;s:23:\"logentry-delete-restore\";i:3618;s:31:\"logentry-delete-restore-nocount\";i:3619;s:23:\"restore-count-revisions\";i:3620;s:19:\"restore-count-files\";i:3621;s:21:\"logentry-delete-event\";i:3622;s:24:\"logentry-delete-revision\";i:3623;s:28:\"logentry-delete-event-legacy\";i:3624;s:31:\"logentry-delete-revision-legacy\";i:3625;s:24:\"logentry-suppress-delete\";i:3626;s:23:\"logentry-suppress-event\";i:3627;s:26:\"logentry-suppress-revision\";i:3628;s:30:\"logentry-suppress-event-legacy\";i:3629;s:33:\"logentry-suppress-revision-legacy\";i:3630;s:21:\"revdelete-content-hid\";i:3631;s:21:\"revdelete-summary-hid\";i:3632;s:19:\"revdelete-uname-hid\";i:3633;s:23:\"revdelete-content-unhid\";i:3634;s:23:\"revdelete-summary-unhid\";i:3635;s:21:\"revdelete-uname-unhid\";i:3636;s:20:\"revdelete-restricted\";i:3637;s:22:\"revdelete-unrestricted\";i:3638;s:20:\"logentry-block-block\";i:3639;s:22:\"logentry-block-unblock\";i:3640;s:22:\"logentry-block-reblock\";i:3641;s:32:\"logentry-partialblock-block-page\";i:3642;s:30:\"logentry-partialblock-block-ns\";i:3643;s:34:\"logentry-partialblock-block-action\";i:3644;s:27:\"logentry-partialblock-block\";i:3645;s:29:\"logentry-partialblock-reblock\";i:3646;s:32:\"logentry-non-editing-block-block\";i:3647;s:34:\"logentry-non-editing-block-reblock\";i:3648;s:23:\"logentry-suppress-block\";i:3649;s:25:\"logentry-suppress-reblock\";i:3650;s:22:\"logentry-import-upload\";i:3651;s:30:\"logentry-import-upload-details\";i:3652;s:25:\"logentry-import-interwiki\";i:3653;s:33:\"logentry-import-interwiki-details\";i:3654;s:20:\"logentry-merge-merge\";i:3655;s:29:\"logentry-move-move-noredirect\";i:3656;s:35:\"logentry-move-move_redir-noredirect\";i:3657;s:22:\"logentry-patrol-patrol\";i:3658;s:27:\"logentry-patrol-patrol-auto\";i:3659;s:26:\"logentry-newusers-newusers\";i:3660;s:25:\"logentry-newusers-create2\";i:3661;s:25:\"logentry-newusers-byemail\";i:3662;s:28:\"logentry-newusers-autocreate\";i:3663;s:26:\"logentry-protect-move_prot\";i:3664;s:26:\"logentry-protect-unprotect\";i:3665;s:24:\"logentry-protect-protect\";i:3666;s:32:\"logentry-protect-protect-cascade\";i:3667;s:23:\"logentry-protect-modify\";i:3668;s:31:\"logentry-protect-modify-cascade\";i:3669;s:22:\"logentry-rights-rights\";i:3670;s:29:\"logentry-rights-rights-legacy\";i:3671;s:27:\"logentry-rights-autopromote\";i:3672;s:25:\"logentry-upload-overwrite\";i:3673;s:22:\"logentry-upload-revert\";i:3674;s:19:\"log-name-managetags\";i:3675;s:26:\"log-description-managetags\";i:3676;s:26:\"logentry-managetags-create\";i:3677;s:26:\"logentry-managetags-delete\";i:3678;s:28:\"logentry-managetags-activate\";i:3679;s:30:\"logentry-managetags-deactivate\";i:3680;s:12:\"log-name-tag\";i:3681;s:19:\"log-description-tag\";i:3682;s:32:\"logentry-tag-update-add-revision\";i:3683;s:32:\"logentry-tag-update-add-logentry\";i:3684;s:35:\"logentry-tag-update-remove-revision\";i:3685;s:35:\"logentry-tag-update-remove-logentry\";i:3686;s:28:\"logentry-tag-update-revision\";i:3687;s:28:\"logentry-tag-update-logentry\";i:3688;s:10:\"rightsnone\";i:3689;s:30:\"rightslogentry-temporary-group\";i:3690;s:15:\"feedback-adding\";i:3691;s:13:\"feedback-back\";i:3692;s:17:\"feedback-bugcheck\";i:3693;s:15:\"feedback-bugnew\";i:3694;s:18:\"feedback-bugornote\";i:3695;s:15:\"feedback-cancel\";i:3696;s:14:\"feedback-close\";i:3697;s:35:\"feedback-external-bug-report-button\";i:3698;s:21:\"feedback-dialog-title\";i:3699;s:21:\"feedback-dialog-intro\";i:3700;s:15:\"feedback-error1\";i:3701;s:15:\"feedback-error4\";i:3702;s:16:\"feedback-message\";i:3703;s:16:\"feedback-subject\";i:3704;s:15:\"feedback-submit\";i:3705;s:14:\"feedback-terms\";i:3706;s:19:\"feedback-termsofuse\";i:3707;s:15:\"feedback-thanks\";i:3708;s:21:\"feedback-thanks-title\";i:3709;s:18:\"feedback-useragent\";i:3710;s:24:\"searchsuggest-containing\";i:3711;s:27:\"search-match-redirect-label\";i:3712;s:26:\"search-match-redirect-help\";i:3713;s:17:\"searchlimit-label\";i:3714;s:16:\"searchlimit-help\";i:3715;s:30:\"api-clientside-error-noconnect\";i:3716;s:25:\"api-clientside-error-http\";i:3717;s:28:\"api-clientside-error-timeout\";i:3718;s:28:\"api-clientside-error-aborted\";i:3719;s:36:\"api-clientside-error-invalidresponse\";i:3720;s:18:\"api-error-badtoken\";i:3721;s:19:\"api-error-emptypage\";i:3722;s:23:\"api-error-publishfailed\";i:3723;s:21:\"api-error-stashfailed\";i:3724;s:25:\"api-error-unknown-warning\";i:3725;s:22:\"api-error-unknownerror\";i:3726;s:16:\"duration-seconds\";i:3727;s:16:\"duration-minutes\";i:3728;s:14:\"duration-hours\";i:3729;s:14:\"duration-weeks\";i:3730;s:14:\"duration-years\";i:3731;s:16:\"duration-decades\";i:3732;s:18:\"duration-centuries\";i:3733;s:18:\"duration-millennia\";i:3734;s:14:\"rotate-comment\";i:3735;s:17:\"limitreport-title\";i:3736;s:19:\"limitreport-cputime\";i:3737;s:25:\"limitreport-cputime-value\";i:3738;s:20:\"limitreport-walltime\";i:3739;s:26:\"limitreport-walltime-value\";i:3740;s:26:\"limitreport-ppvisitednodes\";i:3741;s:33:\"limitreport-postexpandincludesize\";i:3742;s:39:\"limitreport-postexpandincludesize-value\";i:3743;s:32:\"limitreport-templateargumentsize\";i:3744;s:38:\"limitreport-templateargumentsize-value\";i:3745;s:26:\"limitreport-expansiondepth\";i:3746;s:34:\"limitreport-expensivefunctioncount\";i:3747;s:25:\"limitreport-unstrip-depth\";i:3748;s:24:\"limitreport-unstrip-size\";i:3749;s:30:\"limitreport-unstrip-size-value\";i:3750;s:15:\"expandtemplates\";i:3751;s:22:\"expand_templates_intro\";i:3752;s:22:\"expand_templates_title\";i:3753;s:22:\"expand_templates_input\";i:3754;s:23:\"expand_templates_output\";i:3755;s:27:\"expand_templates_xml_output\";i:3756;s:28:\"expand_templates_html_output\";i:3757;s:19:\"expand_templates_ok\";i:3758;s:32:\"expand_templates_remove_comments\";i:3759;s:30:\"expand_templates_remove_nowiki\";i:3760;s:29:\"expand_templates_generate_xml\";i:3761;s:33:\"expand_templates_generate_rawhtml\";i:3762;s:24:\"expand_templates_preview\";i:3763;s:34:\"expand_templates_preview_fail_html\";i:3764;s:39:\"expand_templates_preview_fail_html_anon\";i:3765;s:30:\"expand_templates_input_missing\";i:3766;s:12:\"pagelanguage\";i:3767;s:13:\"pagelang-name\";i:3768;s:17:\"pagelang-language\";i:3769;s:20:\"pagelang-use-default\";i:3770;s:20:\"pagelang-select-lang\";i:3771;s:15:\"pagelang-reason\";i:3772;s:15:\"pagelang-submit\";i:3773;s:25:\"pagelang-nonexistent-page\";i:3774;s:27:\"pagelang-unchanged-language\";i:3775;s:35:\"pagelang-unchanged-language-default\";i:3776;s:18:\"pagelang-db-failed\";i:3777;s:14:\"right-pagelang\";i:3778;s:15:\"action-pagelang\";i:3779;s:17:\"log-name-pagelang\";i:3780;s:24:\"log-description-pagelang\";i:3781;s:26:\"logentry-pagelang-pagelang\";i:3782;s:22:\"default-skin-not-found\";i:3783;s:31:\"default-skin-not-found-no-skins\";i:3784;s:34:\"default-skin-not-found-row-enabled\";i:3785;s:35:\"default-skin-not-found-row-disabled\";i:3786;s:15:\"mediastatistics\";i:3787;s:23:\"mediastatistics-summary\";i:3788;s:22:\"mediastatistics-nbytes\";i:3789;s:28:\"mediastatistics-bytespertype\";i:3790;s:24:\"mediastatistics-allbytes\";i:3791;s:30:\"mediastatistics-table-mimetype\";i:3792;s:32:\"mediastatistics-table-extensions\";i:3793;s:27:\"mediastatistics-table-count\";i:3794;s:32:\"mediastatistics-table-totalbytes\";i:3795;s:30:\"mediastatistics-header-unknown\";i:3796;s:29:\"mediastatistics-header-bitmap\";i:3797;s:30:\"mediastatistics-header-drawing\";i:3798;s:28:\"mediastatistics-header-audio\";i:3799;s:28:\"mediastatistics-header-video\";i:3800;s:33:\"mediastatistics-header-multimedia\";i:3801;s:29:\"mediastatistics-header-office\";i:3802;s:27:\"mediastatistics-header-text\";i:3803;s:33:\"mediastatistics-header-executable\";i:3804;s:30:\"mediastatistics-header-archive\";i:3805;s:28:\"mediastatistics-header-total\";i:3806;s:24:\"json-warn-trailing-comma\";i:3807;s:18:\"json-error-unknown\";i:3808;s:16:\"json-error-depth\";i:3809;s:25:\"json-error-state-mismatch\";i:3810;s:20:\"json-error-ctrl-char\";i:3811;s:17:\"json-error-syntax\";i:3812;s:15:\"json-error-utf8\";i:3813;s:32:\"json-error-invalid-property-name\";i:3814;s:16:\"json-error-utf16\";i:3815;s:21:\"headline-anchor-title\";i:3816;s:30:\"special-characters-group-latin\";i:3817;s:38:\"special-characters-group-latinextended\";i:3818;s:28:\"special-characters-group-ipa\";i:3819;s:32:\"special-characters-group-symbols\";i:3820;s:30:\"special-characters-group-greek\";i:3821;s:38:\"special-characters-group-greekextended\";i:3822;s:33:\"special-characters-group-cyrillic\";i:3823;s:31:\"special-characters-group-arabic\";i:3824;s:39:\"special-characters-group-arabicextended\";i:3825;s:32:\"special-characters-group-persian\";i:3826;s:31:\"special-characters-group-hebrew\";i:3827;s:31:\"special-characters-group-bangla\";i:3828;s:30:\"special-characters-group-tamil\";i:3829;s:31:\"special-characters-group-telugu\";i:3830;s:32:\"special-characters-group-sinhala\";i:3831;s:33:\"special-characters-group-gujarati\";i:3832;s:35:\"special-characters-group-devanagari\";i:3833;s:29:\"special-characters-group-thai\";i:3834;s:28:\"special-characters-group-lao\";i:3835;s:30:\"special-characters-group-khmer\";i:3836;s:43:\"special-characters-group-canadianaboriginal\";i:3837;s:30:\"special-characters-group-runes\";i:3838;s:31:\"special-characters-title-endash\";i:3839;s:31:\"special-characters-title-emdash\";i:3840;s:30:\"special-characters-title-minus\";i:3841;s:22:\"mw-widgets-abandonedit\";i:3842;s:30:\"mw-widgets-abandonedit-discard\";i:3843;s:27:\"mw-widgets-abandonedit-keep\";i:3844;s:28:\"mw-widgets-abandonedit-title\";i:3845;s:30:\"mw-widgets-copytextlayout-copy\";i:3846;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3847;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3848;s:28:\"mw-widgets-dateinput-no-date\";i:3849;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3850;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3851;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3852;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3853;s:32:\"mw-widgets-mediasearch-noresults\";i:3854;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3855;s:27:\"mw-widgets-table-row-delete\";i:3856;s:42:\"mw-widgets-titleinput-description-new-page\";i:3857;s:42:\"mw-widgets-titleinput-description-redirect\";i:3858;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3859;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3860;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3861;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3862;s:15:\"date-range-from\";i:3863;s:13:\"date-range-to\";i:3864;s:18:\"sessionmanager-tie\";i:3865;s:23:\"sessionprovider-generic\";i:3866;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3867;s:25:\"sessionprovider-nocookies\";i:3868;s:14:\"randomrootpage\";i:3869;s:23:\"log-action-filter-block\";i:3870;s:30:\"log-action-filter-contentmodel\";i:3871;s:24:\"log-action-filter-delete\";i:3872;s:24:\"log-action-filter-import\";i:3873;s:28:\"log-action-filter-managetags\";i:3874;s:22:\"log-action-filter-move\";i:3875;s:26:\"log-action-filter-newusers\";i:3876;s:24:\"log-action-filter-patrol\";i:3877;s:25:\"log-action-filter-protect\";i:3878;s:24:\"log-action-filter-rights\";i:3879;s:26:\"log-action-filter-suppress\";i:3880;s:24:\"log-action-filter-upload\";i:3881;s:21:\"log-action-filter-all\";i:3882;s:29:\"log-action-filter-block-block\";i:3883;s:31:\"log-action-filter-block-reblock\";i:3884;s:31:\"log-action-filter-block-unblock\";i:3885;s:37:\"log-action-filter-contentmodel-change\";i:3886;s:34:\"log-action-filter-contentmodel-new\";i:3887;s:31:\"log-action-filter-delete-delete\";i:3888;s:37:\"log-action-filter-delete-delete_redir\";i:3889;s:38:\"log-action-filter-delete-delete_redir2\";i:3890;s:32:\"log-action-filter-delete-restore\";i:3891;s:30:\"log-action-filter-delete-event\";i:3892;s:33:\"log-action-filter-delete-revision\";i:3893;s:34:\"log-action-filter-import-interwiki\";i:3894;s:31:\"log-action-filter-import-upload\";i:3895;s:35:\"log-action-filter-managetags-create\";i:3896;s:35:\"log-action-filter-managetags-delete\";i:3897;s:37:\"log-action-filter-managetags-activate\";i:3898;s:39:\"log-action-filter-managetags-deactivate\";i:3899;s:27:\"log-action-filter-move-move\";i:3900;s:33:\"log-action-filter-move-move_redir\";i:3901;s:33:\"log-action-filter-newusers-create\";i:3902;s:34:\"log-action-filter-newusers-create2\";i:3903;s:37:\"log-action-filter-newusers-autocreate\";i:3904;s:34:\"log-action-filter-newusers-byemail\";i:3905;s:31:\"log-action-filter-patrol-patrol\";i:3906;s:35:\"log-action-filter-patrol-autopatrol\";i:3907;s:33:\"log-action-filter-protect-protect\";i:3908;s:32:\"log-action-filter-protect-modify\";i:3909;s:35:\"log-action-filter-protect-unprotect\";i:3910;s:35:\"log-action-filter-protect-move_prot\";i:3911;s:31:\"log-action-filter-rights-rights\";i:3912;s:36:\"log-action-filter-rights-autopromote\";i:3913;s:32:\"log-action-filter-suppress-event\";i:3914;s:35:\"log-action-filter-suppress-revision\";i:3915;s:33:\"log-action-filter-suppress-delete\";i:3916;s:32:\"log-action-filter-suppress-block\";i:3917;s:34:\"log-action-filter-suppress-reblock\";i:3918;s:31:\"log-action-filter-upload-upload\";i:3919;s:34:\"log-action-filter-upload-overwrite\";i:3920;s:31:\"log-action-filter-upload-revert\";i:3921;s:33:\"authmanager-authn-not-in-progress\";i:3922;s:28:\"authmanager-authn-no-primary\";i:3923;s:31:\"authmanager-authn-no-local-user\";i:3924;s:36:\"authmanager-authn-no-local-user-link\";i:3925;s:35:\"authmanager-authn-autocreate-failed\";i:3926;s:32:\"authmanager-change-not-supported\";i:3927;s:27:\"authmanager-create-disabled\";i:3928;s:29:\"authmanager-create-from-login\";i:3929;s:34:\"authmanager-create-not-in-progress\";i:3930;s:29:\"authmanager-create-no-primary\";i:3931;s:27:\"authmanager-link-no-primary\";i:3932;s:32:\"authmanager-link-not-in-progress\";i:3933;s:29:\"authmanager-autocreate-noperm\";i:3934;s:32:\"authmanager-autocreate-exception\";i:3935;s:28:\"authmanager-userdoesnotexist\";i:3936;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3937;s:25:\"authmanager-username-help\";i:3938;s:25:\"authmanager-password-help\";i:3939;s:23:\"authmanager-domain-help\";i:3940;s:23:\"authmanager-retype-help\";i:3941;s:23:\"authmanager-email-label\";i:3942;s:22:\"authmanager-email-help\";i:3943;s:26:\"authmanager-realname-label\";i:3944;s:25:\"authmanager-realname-help\";i:3945;s:29:\"authmanager-provider-password\";i:3946;s:36:\"authmanager-provider-password-domain\";i:3947;s:38:\"authmanager-provider-temporarypassword\";i:3948;s:32:\"authprovider-confirmlink-message\";i:3949;s:38:\"authprovider-confirmlink-request-label\";i:3950;s:37:\"authprovider-confirmlink-success-line\";i:3951;s:31:\"authprovider-confirmlink-failed\";i:3952;s:32:\"authprovider-confirmlink-ok-help\";i:3953;s:33:\"authprovider-resetpass-skip-label\";i:3954;s:32:\"authprovider-resetpass-skip-help\";i:3955;s:24:\"authform-nosession-login\";i:3956;s:25:\"authform-nosession-signup\";i:3957;s:17:\"authform-newtoken\";i:3958;s:16:\"authform-notoken\";i:3959;s:19:\"authform-wrongtoken\";i:3960;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3961;s:37:\"specialpage-securitylevel-not-allowed\";i:3962;s:21:\"authpage-cannot-login\";i:3963;s:30:\"authpage-cannot-login-continue\";i:3964;s:22:\"authpage-cannot-create\";i:3965;s:31:\"authpage-cannot-create-continue\";i:3966;s:20:\"authpage-cannot-link\";i:3967;s:29:\"authpage-cannot-link-continue\";i:3968;s:28:\"cannotauth-not-allowed-title\";i:3969;s:22:\"cannotauth-not-allowed\";i:3970;s:17:\"changecredentials\";i:3971;s:24:\"changecredentials-submit\";i:3972;s:32:\"changecredentials-invalidsubpage\";i:3973;s:25:\"changecredentials-success\";i:3974;s:17:\"removecredentials\";i:3975;s:24:\"removecredentials-submit\";i:3976;s:32:\"removecredentials-invalidsubpage\";i:3977;s:25:\"removecredentials-success\";i:3978;s:24:\"credentialsform-provider\";i:3979;s:23:\"credentialsform-account\";i:3980;s:28:\"cannotlink-no-provider-title\";i:3981;s:22:\"cannotlink-no-provider\";i:3982;s:12:\"linkaccounts\";i:3983;s:25:\"linkaccounts-success-text\";i:3984;s:19:\"linkaccounts-submit\";i:3985;s:30:\"cannotunlink-no-provider-title\";i:3986;s:24:\"cannotunlink-no-provider\";i:3987;s:14:\"unlinkaccounts\";i:3988;s:22:\"unlinkaccounts-success\";i:3989;s:32:\"authenticationdatachange-ignored\";i:3990;s:14:\"userjsispublic\";i:3991;s:16:\"userjsonispublic\";i:3992;s:15:\"usercssispublic\";i:3993;s:15:\"userjsdangerous\";i:3994;s:23:\"restrictionsfield-badip\";i:3995;s:23:\"restrictionsfield-label\";i:3996;s:22:\"restrictionsfield-help\";i:3997;s:11:\"specialmute\";i:3998;s:19:\"specialmute-success\";i:3999;s:18:\"specialmute-submit\";i:4000;s:28:\"specialmute-label-mute-email\";i:4001;s:18:\"specialmute-header\";i:4002;s:30:\"specialmute-error-invalid-user\";i:4003;s:28:\"specialmute-error-no-options\";i:4004;s:24:\"specialmute-email-footer\";i:4005;s:26:\"specialmute-login-required\";i:4006;s:16:\"mute-preferences\";i:4007;s:5:\"revid\";i:4008;s:6:\"pageid\";i:4009;s:18:\"rawhtml-notallowed\";i:4010;s:13:\"gotointerwiki\";i:4011;s:21:\"gotointerwiki-invalid\";i:4012;s:22:\"gotointerwiki-external\";i:4013;s:17:\"undelete-cantedit\";i:4014;s:19:\"undelete-cantcreate\";i:4015;s:14:\"pagedata-title\";i:4016;s:13:\"pagedata-text\";i:4017;s:23:\"pagedata-not-acceptable\";i:4018;s:18:\"pagedata-bad-title\";i:4019;s:24:\"unregistered-user-config\";i:4020;s:16:\"passwordpolicies\";i:4021;s:24:\"passwordpolicies-summary\";i:4022;s:22:\"passwordpolicies-group\";i:4023;s:25:\"passwordpolicies-policies\";i:4024;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4025;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4026;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4027;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4028;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4029;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4030;s:39:\"passwordpolicies-policyflag-forcechange\";i:4031;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4032;s:27:\"mycustomjsredirectprotected\";i:4033;s:22:\"deflate-invaliddeflate\";i:4034;s:14:\"unprotected-js\";i:4035;s:19:\"userlogout-continue\";i:4036;s:15:\"userlogout-temp\";i:4037;s:22:\"paramvalidator-baduser\";i:4038;s:29:\"paramvalidator-help-type-user\";i:4039;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4040;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4041;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4042;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4043;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4044;s:23:\"paramvalidator-badtitle\";i:4045;s:27:\"paramvalidator-missingtitle\";i:4046;s:30:\"paramvalidator-help-type-title\";i:4047;s:41:\"paramvalidator-help-type-title-must-exist\";i:4048;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4049;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4050;s:18:\"config-missing-key\";i:4051;s:18:\"config-invalid-key\";i:4052;s:21:\"changeslist-nocomment\";i:4053;s:20:\"skin-view-edit-local\";i:4054;s:19:\"skin-action-protect\";i:4055;s:20:\"skin-action-undelete\";i:4056;s:18:\"skin-action-delete\";i:4057;s:30:\"parsoid-stash-rate-limit-error\";i:4058;s:31:\"parsoid-resource-limit-exceeded\";i:4059;s:20:\"parsoid-client-error\";i:4060;s:22:\"newpages-showhide-bots\";i:4061;s:27:\"newpages-showhide-patrolled\";i:4062;s:26:\"newpages-showhide-redirect\";i:4063;s:28:\"newpages-showhide-registered\";i:4064;s:15:\"exif-imagewidth\";i:4065;s:16:\"exif-imagelength\";i:4066;s:18:\"exif-bitspersample\";i:4067;s:16:\"exif-compression\";i:4068;s:30:\"exif-photometricinterpretation\";i:4069;s:16:\"exif-orientation\";i:4070;s:20:\"exif-samplesperpixel\";i:4071;s:24:\"exif-planarconfiguration\";i:4072;s:21:\"exif-ycbcrsubsampling\";i:4073;s:21:\"exif-ycbcrpositioning\";i:4074;s:16:\"exif-xresolution\";i:4075;s:16:\"exif-yresolution\";i:4076;s:17:\"exif-stripoffsets\";i:4077;s:17:\"exif-rowsperstrip\";i:4078;s:20:\"exif-stripbytecounts\";i:4079;s:26:\"exif-jpeginterchangeformat\";i:4080;s:32:\"exif-jpeginterchangeformatlength\";i:4081;s:15:\"exif-whitepoint\";i:4082;s:26:\"exif-primarychromaticities\";i:4083;s:22:\"exif-ycbcrcoefficients\";i:4084;s:24:\"exif-referenceblackwhite\";i:4085;s:13:\"exif-datetime\";i:4086;s:21:\"exif-imagedescription\";i:4087;s:9:\"exif-make\";i:4088;s:10:\"exif-model\";i:4089;s:13:\"exif-software\";i:4090;s:11:\"exif-artist\";i:4091;s:14:\"exif-copyright\";i:4092;s:16:\"exif-exifversion\";i:4093;s:20:\"exif-flashpixversion\";i:4094;s:15:\"exif-colorspace\";i:4095;s:28:\"exif-componentsconfiguration\";i:4096;s:27:\"exif-compressedbitsperpixel\";i:4097;s:20:\"exif-pixelxdimension\";i:4098;s:20:\"exif-pixelydimension\";i:4099;s:16:\"exif-usercomment\";i:4100;s:21:\"exif-relatedsoundfile\";i:4101;s:21:\"exif-datetimeoriginal\";i:4102;s:22:\"exif-datetimedigitized\";i:4103;s:15:\"exif-subsectime\";i:4104;s:23:\"exif-subsectimeoriginal\";i:4105;s:24:\"exif-subsectimedigitized\";i:4106;s:17:\"exif-exposuretime\";i:4107;s:24:\"exif-exposuretime-format\";i:4108;s:12:\"exif-fnumber\";i:4109;s:19:\"exif-fnumber-format\";i:4110;s:20:\"exif-exposureprogram\";i:4111;s:24:\"exif-spectralsensitivity\";i:4112;s:20:\"exif-isospeedratings\";i:4113;s:22:\"exif-shutterspeedvalue\";i:4114;s:18:\"exif-aperturevalue\";i:4115;s:20:\"exif-brightnessvalue\";i:4116;s:22:\"exif-exposurebiasvalue\";i:4117;s:21:\"exif-maxaperturevalue\";i:4118;s:20:\"exif-subjectdistance\";i:4119;s:17:\"exif-meteringmode\";i:4120;s:16:\"exif-lightsource\";i:4121;s:10:\"exif-flash\";i:4122;s:16:\"exif-focallength\";i:4123;s:23:\"exif-focallength-format\";i:4124;s:16:\"exif-subjectarea\";i:4125;s:16:\"exif-flashenergy\";i:4126;s:26:\"exif-focalplanexresolution\";i:4127;s:26:\"exif-focalplaneyresolution\";i:4128;s:29:\"exif-focalplaneresolutionunit\";i:4129;s:20:\"exif-subjectlocation\";i:4130;s:18:\"exif-exposureindex\";i:4131;s:18:\"exif-sensingmethod\";i:4132;s:15:\"exif-filesource\";i:4133;s:14:\"exif-scenetype\";i:4134;s:19:\"exif-customrendered\";i:4135;s:17:\"exif-exposuremode\";i:4136;s:17:\"exif-whitebalance\";i:4137;s:21:\"exif-digitalzoomratio\";i:4138;s:26:\"exif-focallengthin35mmfilm\";i:4139;s:21:\"exif-scenecapturetype\";i:4140;s:16:\"exif-gaincontrol\";i:4141;s:13:\"exif-contrast\";i:4142;s:15:\"exif-saturation\";i:4143;s:14:\"exif-sharpness\";i:4144;s:29:\"exif-devicesettingdescription\";i:4145;s:25:\"exif-subjectdistancerange\";i:4146;s:18:\"exif-imageuniqueid\";i:4147;s:17:\"exif-gpsversionid\";i:4148;s:19:\"exif-gpslatituderef\";i:4149;s:16:\"exif-gpslatitude\";i:4150;s:20:\"exif-gpslongituderef\";i:4151;s:17:\"exif-gpslongitude\";i:4152;s:19:\"exif-gpsaltituderef\";i:4153;s:16:\"exif-gpsaltitude\";i:4154;s:17:\"exif-gpstimestamp\";i:4155;s:18:\"exif-gpssatellites\";i:4156;s:14:\"exif-gpsstatus\";i:4157;s:19:\"exif-gpsmeasuremode\";i:4158;s:11:\"exif-gpsdop\";i:4159;s:16:\"exif-gpsspeedref\";i:4160;s:13:\"exif-gpsspeed\";i:4161;s:16:\"exif-gpstrackref\";i:4162;s:13:\"exif-gpstrack\";i:4163;s:23:\"exif-gpsimgdirectionref\";i:4164;s:20:\"exif-gpsimgdirection\";i:4165;s:16:\"exif-gpsmapdatum\";i:4166;s:23:\"exif-gpsdestlatituderef\";i:4167;s:20:\"exif-gpsdestlatitude\";i:4168;s:24:\"exif-gpsdestlongituderef\";i:4169;s:21:\"exif-gpsdestlongitude\";i:4170;s:22:\"exif-gpsdestbearingref\";i:4171;s:19:\"exif-gpsdestbearing\";i:4172;s:23:\"exif-gpsdestdistanceref\";i:4173;s:20:\"exif-gpsdestdistance\";i:4174;s:24:\"exif-gpsprocessingmethod\";i:4175;s:23:\"exif-gpsareainformation\";i:4176;s:17:\"exif-gpsdatestamp\";i:4177;s:20:\"exif-gpsdifferential\";i:4178;s:22:\"exif-coordinate-format\";i:4179;s:20:\"exif-jpegfilecomment\";i:4180;s:13:\"exif-keywords\";i:4181;s:23:\"exif-worldregioncreated\";i:4182;s:19:\"exif-countrycreated\";i:4183;s:23:\"exif-countrycodecreated\";i:4184;s:27:\"exif-provinceorstatecreated\";i:4185;s:16:\"exif-citycreated\";i:4186;s:23:\"exif-sublocationcreated\";i:4187;s:20:\"exif-worldregiondest\";i:4188;s:16:\"exif-countrydest\";i:4189;s:20:\"exif-countrycodedest\";i:4190;s:24:\"exif-provinceorstatedest\";i:4191;s:13:\"exif-citydest\";i:4192;s:20:\"exif-sublocationdest\";i:4193;s:15:\"exif-objectname\";i:4194;s:24:\"exif-specialinstructions\";i:4195;s:13:\"exif-headline\";i:4196;s:11:\"exif-credit\";i:4197;s:11:\"exif-source\";i:4198;s:15:\"exif-editstatus\";i:4199;s:12:\"exif-urgency\";i:4200;s:22:\"exif-fixtureidentifier\";i:4201;s:17:\"exif-locationdest\";i:4202;s:21:\"exif-locationdestcode\";i:4203;s:16:\"exif-objectcycle\";i:4204;s:12:\"exif-contact\";i:4205;s:11:\"exif-writer\";i:4206;s:17:\"exif-languagecode\";i:4207;s:15:\"exif-iimversion\";i:4208;s:16:\"exif-iimcategory\";i:4209;s:28:\"exif-iimsupplementalcategory\";i:4210;s:20:\"exif-datetimeexpires\";i:4211;s:21:\"exif-datetimereleased\";i:4212;s:28:\"exif-originaltransmissionref\";i:4213;s:15:\"exif-identifier\";i:4214;s:9:\"exif-lens\";i:4215;s:17:\"exif-serialnumber\";i:4216;s:20:\"exif-cameraownername\";i:4217;s:10:\"exif-label\";i:4218;s:21:\"exif-datetimemetadata\";i:4219;s:13:\"exif-nickname\";i:4220;s:11:\"exif-rating\";i:4221;s:22:\"exif-rightscertificate\";i:4222;s:16:\"exif-copyrighted\";i:4223;s:19:\"exif-copyrightowner\";i:4224;s:15:\"exif-usageterms\";i:4225;s:17:\"exif-webstatement\";i:4226;s:23:\"exif-originaldocumentid\";i:4227;s:15:\"exif-licenseurl\";i:4228;s:23:\"exif-morepermissionsurl\";i:4229;s:19:\"exif-attributionurl\";i:4230;s:29:\"exif-preferredattributionname\";i:4231;s:19:\"exif-pngfilecomment\";i:4232;s:15:\"exif-disclaimer\";i:4233;s:19:\"exif-contentwarning\";i:4234;s:19:\"exif-giffilecomment\";i:4235;s:22:\"exif-intellectualgenre\";i:4236;s:20:\"exif-subjectnewscode\";i:4237;s:14:\"exif-scenecode\";i:4238;s:10:\"exif-event\";i:4239;s:24:\"exif-organisationinimage\";i:4240;s:18:\"exif-personinimage\";i:4241;s:24:\"exif-originalimageheight\";i:4242;s:23:\"exif-originalimagewidth\";i:4243;s:18:\"exif-contact-value\";i:4244;s:26:\"exif-subjectnewscode-value\";i:4245;s:18:\"exif-compression-1\";i:4246;s:18:\"exif-compression-2\";i:4247;s:18:\"exif-compression-3\";i:4248;s:18:\"exif-compression-4\";i:4249;s:18:\"exif-compression-5\";i:4250;s:18:\"exif-compression-6\";i:4251;s:18:\"exif-compression-7\";i:4252;s:18:\"exif-compression-8\";i:4253;s:22:\"exif-compression-32773\";i:4254;s:22:\"exif-compression-32946\";i:4255;s:22:\"exif-compression-34712\";i:4256;s:21:\"exif-copyrighted-true\";i:4257;s:22:\"exif-copyrighted-false\";i:4258;s:32:\"exif-photometricinterpretation-0\";i:4259;s:32:\"exif-photometricinterpretation-1\";i:4260;s:32:\"exif-photometricinterpretation-2\";i:4261;s:32:\"exif-photometricinterpretation-3\";i:4262;s:32:\"exif-photometricinterpretation-4\";i:4263;s:32:\"exif-photometricinterpretation-5\";i:4264;s:32:\"exif-photometricinterpretation-6\";i:4265;s:32:\"exif-photometricinterpretation-9\";i:4266;s:33:\"exif-photometricinterpretation-10\";i:4267;s:36:\"exif-photometricinterpretation-32803\";i:4268;s:36:\"exif-photometricinterpretation-34892\";i:4269;s:16:\"exif-unknowndate\";i:4270;s:18:\"exif-orientation-1\";i:4271;s:18:\"exif-orientation-2\";i:4272;s:18:\"exif-orientation-3\";i:4273;s:18:\"exif-orientation-4\";i:4274;s:18:\"exif-orientation-5\";i:4275;s:18:\"exif-orientation-6\";i:4276;s:18:\"exif-orientation-7\";i:4277;s:18:\"exif-orientation-8\";i:4278;s:26:\"exif-planarconfiguration-1\";i:4279;s:26:\"exif-planarconfiguration-2\";i:4280;s:19:\"exif-xyresolution-i\";i:4281;s:19:\"exif-xyresolution-c\";i:4282;s:17:\"exif-colorspace-1\";i:4283;s:21:\"exif-colorspace-65535\";i:4284;s:30:\"exif-componentsconfiguration-0\";i:4285;s:30:\"exif-componentsconfiguration-1\";i:4286;s:30:\"exif-componentsconfiguration-2\";i:4287;s:30:\"exif-componentsconfiguration-3\";i:4288;s:30:\"exif-componentsconfiguration-4\";i:4289;s:30:\"exif-componentsconfiguration-5\";i:4290;s:30:\"exif-componentsconfiguration-6\";i:4291;s:22:\"exif-exposureprogram-0\";i:4292;s:22:\"exif-exposureprogram-1\";i:4293;s:22:\"exif-exposureprogram-2\";i:4294;s:22:\"exif-exposureprogram-3\";i:4295;s:22:\"exif-exposureprogram-4\";i:4296;s:22:\"exif-exposureprogram-5\";i:4297;s:22:\"exif-exposureprogram-6\";i:4298;s:22:\"exif-exposureprogram-7\";i:4299;s:22:\"exif-exposureprogram-8\";i:4300;s:26:\"exif-subjectdistance-value\";i:4301;s:19:\"exif-meteringmode-0\";i:4302;s:19:\"exif-meteringmode-1\";i:4303;s:19:\"exif-meteringmode-2\";i:4304;s:19:\"exif-meteringmode-3\";i:4305;s:19:\"exif-meteringmode-4\";i:4306;s:19:\"exif-meteringmode-5\";i:4307;s:19:\"exif-meteringmode-6\";i:4308;s:21:\"exif-meteringmode-255\";i:4309;s:18:\"exif-lightsource-0\";i:4310;s:18:\"exif-lightsource-1\";i:4311;s:18:\"exif-lightsource-2\";i:4312;s:18:\"exif-lightsource-3\";i:4313;s:18:\"exif-lightsource-4\";i:4314;s:18:\"exif-lightsource-9\";i:4315;s:19:\"exif-lightsource-10\";i:4316;s:19:\"exif-lightsource-11\";i:4317;s:19:\"exif-lightsource-12\";i:4318;s:19:\"exif-lightsource-13\";i:4319;s:19:\"exif-lightsource-14\";i:4320;s:19:\"exif-lightsource-15\";i:4321;s:19:\"exif-lightsource-17\";i:4322;s:19:\"exif-lightsource-18\";i:4323;s:19:\"exif-lightsource-19\";i:4324;s:19:\"exif-lightsource-20\";i:4325;s:19:\"exif-lightsource-21\";i:4326;s:19:\"exif-lightsource-22\";i:4327;s:19:\"exif-lightsource-23\";i:4328;s:19:\"exif-lightsource-24\";i:4329;s:20:\"exif-lightsource-255\";i:4330;s:18:\"exif-flash-fired-0\";i:4331;s:18:\"exif-flash-fired-1\";i:4332;s:19:\"exif-flash-return-0\";i:4333;s:19:\"exif-flash-return-2\";i:4334;s:19:\"exif-flash-return-3\";i:4335;s:17:\"exif-flash-mode-1\";i:4336;s:17:\"exif-flash-mode-2\";i:4337;s:17:\"exif-flash-mode-3\";i:4338;s:21:\"exif-flash-function-1\";i:4339;s:19:\"exif-flash-redeye-1\";i:4340;s:31:\"exif-focalplaneresolutionunit-2\";i:4341;s:20:\"exif-sensingmethod-1\";i:4342;s:20:\"exif-sensingmethod-2\";i:4343;s:20:\"exif-sensingmethod-3\";i:4344;s:20:\"exif-sensingmethod-4\";i:4345;s:20:\"exif-sensingmethod-5\";i:4346;s:20:\"exif-sensingmethod-7\";i:4347;s:20:\"exif-sensingmethod-8\";i:4348;s:17:\"exif-filesource-3\";i:4349;s:16:\"exif-scenetype-1\";i:4350;s:21:\"exif-customrendered-0\";i:4351;s:21:\"exif-customrendered-1\";i:4352;s:21:\"exif-customrendered-2\";i:4353;s:21:\"exif-customrendered-3\";i:4354;s:21:\"exif-customrendered-4\";i:4355;s:21:\"exif-customrendered-6\";i:4356;s:21:\"exif-customrendered-7\";i:4357;s:21:\"exif-customrendered-8\";i:4358;s:19:\"exif-exposuremode-0\";i:4359;s:19:\"exif-exposuremode-1\";i:4360;s:19:\"exif-exposuremode-2\";i:4361;s:19:\"exif-whitebalance-0\";i:4362;s:19:\"exif-whitebalance-1\";i:4363;s:23:\"exif-scenecapturetype-0\";i:4364;s:23:\"exif-scenecapturetype-1\";i:4365;s:23:\"exif-scenecapturetype-2\";i:4366;s:23:\"exif-scenecapturetype-3\";i:4367;s:18:\"exif-gaincontrol-0\";i:4368;s:18:\"exif-gaincontrol-1\";i:4369;s:18:\"exif-gaincontrol-2\";i:4370;s:18:\"exif-gaincontrol-3\";i:4371;s:18:\"exif-gaincontrol-4\";i:4372;s:15:\"exif-contrast-0\";i:4373;s:15:\"exif-contrast-1\";i:4374;s:15:\"exif-contrast-2\";i:4375;s:17:\"exif-saturation-0\";i:4376;s:17:\"exif-saturation-1\";i:4377;s:17:\"exif-saturation-2\";i:4378;s:16:\"exif-sharpness-0\";i:4379;s:16:\"exif-sharpness-1\";i:4380;s:16:\"exif-sharpness-2\";i:4381;s:27:\"exif-subjectdistancerange-0\";i:4382;s:27:\"exif-subjectdistancerange-1\";i:4383;s:27:\"exif-subjectdistancerange-2\";i:4384;s:27:\"exif-subjectdistancerange-3\";i:4385;s:18:\"exif-gpslatitude-n\";i:4386;s:18:\"exif-gpslatitude-s\";i:4387;s:19:\"exif-gpslongitude-e\";i:4388;s:19:\"exif-gpslongitude-w\";i:4389;s:31:\"exif-gpsaltitude-above-sealevel\";i:4390;s:31:\"exif-gpsaltitude-below-sealevel\";i:4391;s:16:\"exif-gpsstatus-a\";i:4392;s:16:\"exif-gpsstatus-v\";i:4393;s:21:\"exif-gpsmeasuremode-2\";i:4394;s:21:\"exif-gpsmeasuremode-3\";i:4395;s:15:\"exif-gpsspeed-k\";i:4396;s:15:\"exif-gpsspeed-m\";i:4397;s:15:\"exif-gpsspeed-n\";i:4398;s:22:\"exif-gpsdestdistance-k\";i:4399;s:22:\"exif-gpsdestdistance-m\";i:4400;s:22:\"exif-gpsdestdistance-n\";i:4401;s:21:\"exif-gpsdop-excellent\";i:4402;s:16:\"exif-gpsdop-good\";i:4403;s:20:\"exif-gpsdop-moderate\";i:4404;s:16:\"exif-gpsdop-fair\";i:4405;s:16:\"exif-gpsdop-poor\";i:4406;s:18:\"exif-objectcycle-a\";i:4407;s:18:\"exif-objectcycle-p\";i:4408;s:18:\"exif-objectcycle-b\";i:4409;s:19:\"exif-gpsdirection-t\";i:4410;s:19:\"exif-gpsdirection-m\";i:4411;s:23:\"exif-ycbcrpositioning-1\";i:4412;s:23:\"exif-ycbcrpositioning-2\";i:4413;s:19:\"exif-dc-contributor\";i:4414;s:16:\"exif-dc-coverage\";i:4415;s:12:\"exif-dc-date\";i:4416;s:17:\"exif-dc-publisher\";i:4417;s:16:\"exif-dc-relation\";i:4418;s:14:\"exif-dc-rights\";i:4419;s:14:\"exif-dc-source\";i:4420;s:12:\"exif-dc-type\";i:4421;s:20:\"exif-rating-rejected\";i:4422;s:29:\"exif-isospeedratings-overflow\";i:4423;s:27:\"exif-maxaperturevalue-value\";i:4424;s:20:\"exif-iimcategory-ace\";i:4425;s:20:\"exif-iimcategory-clj\";i:4426;s:20:\"exif-iimcategory-dis\";i:4427;s:20:\"exif-iimcategory-fin\";i:4428;s:20:\"exif-iimcategory-edu\";i:4429;s:20:\"exif-iimcategory-evn\";i:4430;s:20:\"exif-iimcategory-hth\";i:4431;s:20:\"exif-iimcategory-hum\";i:4432;s:20:\"exif-iimcategory-lab\";i:4433;s:20:\"exif-iimcategory-lif\";i:4434;s:20:\"exif-iimcategory-pol\";i:4435;s:20:\"exif-iimcategory-rel\";i:4436;s:20:\"exif-iimcategory-sci\";i:4437;s:20:\"exif-iimcategory-soi\";i:4438;s:20:\"exif-iimcategory-spo\";i:4439;s:20:\"exif-iimcategory-war\";i:4440;s:20:\"exif-iimcategory-wea\";i:4441;s:19:\"exif-urgency-normal\";i:4442;s:16:\"exif-urgency-low\";i:4443;s:17:\"exif-urgency-high\";i:4444;s:18:\"exif-urgency-other\";i:4445;s:19:\"exif-firstphotodate\";i:4446;s:18:\"exif-lastphotodate\";i:4447;s:19:\"exif-projectiontype\";i:4448;s:35:\"exif-projectiontype-equirectangular\";i:4449;s:22:\"exif-usepanoramaviewer\";i:4450;s:27:\"exif-usepanoramaviewer-true\";i:4451;s:28:\"exif-usepanoramaviewer-false\";i:4452;s:21:\"exif-exposurelockused\";i:4453;s:26:\"exif-exposurelockused-true\";i:4454;s:27:\"exif-exposurelockused-false\";i:4455;s:23:\"exif-poseheadingdegrees\";i:4456;s:32:\"exif-initialhorizontalfovdegrees\";i:4457;s:30:\"exif-initialverticalfovdegrees\";i:4458;s:22:\"exif-sourcephotoscount\";i:4459;s:32:\"exif-croppedareaimagewidthpixels\";i:4460;s:33:\"exif-croppedareaimageheightpixels\";i:4461;s:24:\"exif-fullpanowidthpixels\";i:4462;s:25:\"exif-fullpanoheightpixels\";i:4463;s:26:\"exif-croppedarealeftpixels\";i:4464;s:25:\"exif-croppedareatoppixels\";i:4465;s:23:\"exif-initialcameradolly\";i:4466;s:22:\"exif-stitchingsoftware\";i:4467;s:25:\"apihelp-main-param-action\";i:4468;s:25:\"apihelp-main-param-format\";i:4469;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4470;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4471;s:21:\"apihelp-block-summary\";i:4472;s:24:\"apihelp-block-param-user\";i:4473;s:26:\"apihelp-block-param-userid\";i:4474;s:26:\"apihelp-block-param-expiry\";i:4475;s:26:\"apihelp-block-param-reason\";i:4476;s:28:\"apihelp-block-param-anononly\";i:4477;s:28:\"apihelp-block-param-nocreate\";i:4478;s:29:\"apihelp-block-param-autoblock\";i:4479;s:27:\"apihelp-block-param-noemail\";i:4480;s:27:\"apihelp-block-param-reblock\";i:4481;s:31:\"apihelp-block-example-ip-simple\";i:4482;s:34:\"apihelp-changecontentmodel-summary\";i:4483;s:29:\"apihelp-checktoken-param-type\";i:4484;s:30:\"apihelp-checktoken-param-token\";i:4485;s:23:\"apihelp-compare-summary\";i:4486;s:31:\"apihelp-compare-param-fromtitle\";i:4487;s:28:\"apihelp-compare-param-fromid\";i:4488;s:29:\"apihelp-compare-param-fromrev\";i:4489;s:29:\"apihelp-compare-param-totitle\";i:4490;s:26:\"apihelp-compare-param-toid\";i:4491;s:27:\"apihelp-compare-param-torev\";i:4492;s:25:\"apihelp-compare-example-1\";i:4493;s:29:\"apihelp-createaccount-summary\";i:4494;s:36:\"apihelp-createaccount-example-create\";i:4495;s:22:\"apihelp-delete-summary\";i:4496;s:26:\"apihelp-delete-param-title\";i:4497;s:27:\"apihelp-delete-param-pageid\";i:4498;s:27:\"apihelp-delete-param-reason\";i:4499;s:25:\"apihelp-delete-param-tags\";i:4500;s:26:\"apihelp-delete-param-watch\";i:4501;s:30:\"apihelp-delete-param-watchlist\";i:4502;s:28:\"apihelp-delete-param-unwatch\";i:4503;s:29:\"apihelp-delete-param-oldimage\";i:4504;s:29:\"apihelp-delete-example-simple\";i:4505;s:29:\"apihelp-delete-example-reason\";i:4506;s:24:\"apihelp-disabled-summary\";i:4507;s:20:\"apihelp-edit-summary\";i:4508;s:24:\"apihelp-edit-param-title\";i:4509;s:25:\"apihelp-edit-param-pageid\";i:4510;s:26:\"apihelp-edit-param-section\";i:4511;s:31:\"apihelp-edit-param-sectiontitle\";i:4512;s:23:\"apihelp-edit-param-text\";i:4513;s:26:\"apihelp-edit-param-summary\";i:4514;s:23:\"apihelp-edit-param-tags\";i:4515;s:24:\"apihelp-edit-param-minor\";i:4516;s:27:\"apihelp-edit-param-notminor\";i:4517;s:22:\"apihelp-edit-param-bot\";i:4518;s:32:\"apihelp-edit-param-basetimestamp\";i:4519;s:33:\"apihelp-edit-param-starttimestamp\";i:4520;s:27:\"apihelp-edit-param-recreate\";i:4521;s:29:\"apihelp-edit-param-createonly\";i:4522;s:27:\"apihelp-edit-param-nocreate\";i:4523;s:24:\"apihelp-edit-param-watch\";i:4524;s:26:\"apihelp-edit-param-unwatch\";i:4525;s:28:\"apihelp-edit-param-watchlist\";i:4526;s:22:\"apihelp-edit-param-md5\";i:4527;s:30:\"apihelp-edit-param-prependtext\";i:4528;s:29:\"apihelp-edit-param-appendtext\";i:4529;s:23:\"apihelp-edit-param-undo\";i:4530;s:28:\"apihelp-edit-param-undoafter\";i:4531;s:27:\"apihelp-edit-param-redirect\";i:4532;s:32:\"apihelp-edit-param-contentformat\";i:4533;s:31:\"apihelp-edit-param-contentmodel\";i:4534;s:24:\"apihelp-edit-param-token\";i:4535;s:25:\"apihelp-edit-example-edit\";i:4536;s:28:\"apihelp-edit-example-prepend\";i:4537;s:25:\"apihelp-edit-example-undo\";i:4538;s:25:\"apihelp-emailuser-summary\";i:4539;s:30:\"apihelp-emailuser-param-target\";i:4540;s:31:\"apihelp-emailuser-param-subject\";i:4541;s:28:\"apihelp-emailuser-param-text\";i:4542;s:28:\"apihelp-emailuser-param-ccme\";i:4543;s:31:\"apihelp-expandtemplates-summary\";i:4544;s:35:\"apihelp-expandtemplates-param-title\";i:4545;s:34:\"apihelp-expandtemplates-param-text\";i:4546;s:35:\"apihelp-expandtemplates-param-revid\";i:4547;s:34:\"apihelp-expandtemplates-param-prop\";i:4548;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4549;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4550;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4551;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4552;s:32:\"apihelp-filerevert-param-comment\";i:4553;s:30:\"apihelp-help-example-recursive\";i:4554;s:25:\"apihelp-help-example-help\";i:4555;s:24:\"apihelp-import-param-xml\";i:4556;s:24:\"apihelp-login-param-name\";i:4557;s:28:\"apihelp-login-param-password\";i:4558;s:26:\"apihelp-login-param-domain\";i:4559;s:25:\"apihelp-login-param-token\";i:4560;s:27:\"apihelp-login-example-login\";i:4561;s:22:\"apihelp-logout-summary\";i:4562;s:29:\"apihelp-logout-example-logout\";i:4563;s:20:\"apihelp-move-summary\";i:4564;s:23:\"apihelp-move-param-from\";i:4565;s:27:\"apihelp-move-param-movetalk\";i:4566;s:31:\"apihelp-move-param-movesubpages\";i:4567;s:29:\"apihelp-move-param-noredirect\";i:4568;s:26:\"apihelp-move-param-unwatch\";i:4569;s:33:\"apihelp-move-param-ignorewarnings\";i:4570;s:25:\"apihelp-move-example-move\";i:4571;s:31:\"apihelp-opensearch-param-search\";i:4572;s:32:\"apihelp-opensearch-param-suggest\";i:4573;s:34:\"apihelp-opensearch-param-redirects\";i:4574;s:29:\"apihelp-options-example-reset\";i:4575;s:28:\"apihelp-protect-param-reason\";i:4576;s:31:\"apihelp-protect-example-protect\";i:4577;s:34:\"apihelp-query+allredirects-summary\";i:4578;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:4579;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:4580;s:40:\"apihelp-query+prefixsearch-param-profile\";i:4581;s:36:\"apihelp-query+search-param-qiprofile\";i:4582;s:32:\"apihelp-revisiondelete-param-ids\";i:4583;s:29:\"api-format-prettyprint-status\";i:4584;s:20:\"rest-prefix-mismatch\";i:4585;s:17:\"rest-wrong-method\";i:4586;s:13:\"rest-no-match\";i:4587;s:22:\"rest-nonexistent-title\";i:4588;s:31:\"rest-nonexistent-title-revision\";i:4589;s:25:\"rest-nonexistent-revision\";i:4590;s:21:\"rest-nonexistent-user\";i:4591;s:17:\"rest-invalid-user\";i:4592;s:27:\"rest-permission-denied-anon\";i:4593;s:28:\"rest-permission-denied-title\";i:4594;s:31:\"rest-permission-denied-revision\";i:4595;s:28:\"rest-resource-limit-exceeded\";i:4596;s:36:\"rest-pagehistory-incompatible-params\";i:4597;s:34:\"rest-pagehistory-param-range-error\";i:4598;s:32:\"rest-pagehistory-timestamp-error\";i:4599;s:30:\"ooui-outline-control-move-down\";i:4600;s:28:\"ooui-outline-control-move-up\";i:4601;s:27:\"ooui-outline-control-remove\";i:4602;s:17:\"ooui-toolbar-more\";i:4603;s:21:\"ooui-toolgroup-expand\";i:4604;s:23:\"ooui-toolgroup-collapse\";i:4605;s:16:\"ooui-item-remove\";i:4606;s:26:\"ooui-dialog-message-accept\";i:4607;s:26:\"ooui-dialog-message-reject\";i:4608;s:25:\"ooui-dialog-process-error\";i:4609;s:27:\"ooui-dialog-process-dismiss\";i:4610;s:25:\"ooui-dialog-process-retry\";i:4611;s:28:\"ooui-dialog-process-continue\";i:4612;s:26:\"ooui-combobox-button-label\";i:4613;s:29:\"ooui-selectfile-button-select\";i:4614;s:38:\"ooui-selectfile-button-select-multiple\";i:4615;s:29:\"ooui-selectfile-not-supported\";i:4616;s:27:\"ooui-selectfile-placeholder\";i:4617;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:4618;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:4619;s:41:\"ooui-popup-widget-close-button-aria-label\";i:4620;s:15:\"ooui-field-help\";i:4621;s:15:\"skinname-vector\";i:4622;s:16:\"vector-skin-desc\";i:4623;s:34:\"prefs-vector-enable-vector-1-label\";i:4624;s:33:\"prefs-vector-enable-vector-1-help\";i:4625;s:14:\"vector-opt-out\";i:4626;s:22:\"vector-opt-out-tooltip\";i:4627;s:10:\"vector.css\";i:4628;s:9:\"vector.js\";i:4629;s:28:\"vector-action-toggle-sidebar\";i:4630;s:16:\"vector-languages\";i:4631;s:33:\"vector-language-button-aria-label\";i:4632;s:28:\"vector-language-button-label\";i:4633;s:31:\"vector-no-language-button-label\";i:4634;s:36:\"vector-no-language-button-aria-label\";i:4635;s:31:\"vector-language-redirect-to-top\";i:4636;s:38:\"vector-language-variant-switcher-label\";i:4637;s:20:\"vector-action-delete\";i:4638;s:21:\"vector-action-protect\";i:4639;s:22:\"vector-action-undelete\";i:4640;s:23:\"vector-action-unprotect\";i:4641;s:22:\"vector-view-viewsource\";i:4642;s:23:\"vector-jumptonavigation\";i:4643;s:19:\"vector-jumptosearch\";i:4644;s:20:\"vector-jumptocontent\";i:4645;s:20:\"vector-search-loader\";i:4646;s:31:\"vector-searchsuggest-containing\";i:4647;s:17:\"vector-intro-page\";i:4648;s:18:\"vector-toc-heading\";i:4649;s:32:\"vector-toc-toggle-position-title\";i:4650;s:20:\"vector-toc-beginning\";i:4651;s:30:\"vector-toc-toggle-button-label\";i:4652;s:27:\"vector-anon-user-menu-pages\";i:4653;s:33:\"vector-anon-user-menu-pages-learn\";i:4654;s:33:\"vector-anon-user-menu-pages-label\";i:4655;s:24:\"vector-main-menu-tooltip\";i:4656;s:23:\"vector-toc-menu-tooltip\";i:4657;s:35:\"vector-toc-collapsible-button-label\";i:4658;s:30:\"vector-article-tools-nav-label\";i:4659;s:21:\"vector-site-nav-label\";i:4660;s:26:\"vector-2022-prefs-talkpage\";i:4661;s:35:\"tooltip-vector-anon-user-menu-title\";i:4662;s:10:\"wikieditor\";i:4663;s:15:\"wikieditor-desc\";i:4664;s:23:\"wikieditor-wikitext-tab\";i:4665;s:18:\"wikieditor-loading\";i:4666;s:29:\"wikieditor-preview-preference\";i:4667;s:22:\"wikieditor-preview-tab\";i:4668;s:30:\"wikieditor-preview-changes-tab\";i:4669;s:26:\"wikieditor-preview-loading\";i:4670;s:29:\"wikieditor-publish-preference\";i:4671;s:33:\"wikieditor-publish-button-publish\";i:4672;s:32:\"wikieditor-publish-button-cancel\";i:4673;s:31:\"wikieditor-publish-dialog-title\";i:4674;s:33:\"wikieditor-publish-dialog-summary\";i:4675;s:31:\"wikieditor-publish-dialog-minor\";i:4676;s:31:\"wikieditor-publish-dialog-watch\";i:4677;s:33:\"wikieditor-publish-dialog-publish\";i:4678;s:32:\"wikieditor-publish-dialog-goback\";i:4679;s:18:\"wikieditor-toolbar\";i:4680;s:23:\"wikieditor-toolbar-desc\";i:4681;s:29:\"wikieditor-toolbar-preference\";i:4682;s:37:\"wikieditor-toolbar-dialogs-preference\";i:4683;s:26:\"wikieditor-toolbar-hidesig\";i:4684;s:26:\"wikieditor-toolbar-loading\";i:4685;s:28:\"wikieditor-toolbar-tool-bold\";i:4686;s:36:\"wikieditor-toolbar-tool-bold-example\";i:4687;s:30:\"wikieditor-toolbar-tool-italic\";i:4688;s:38:\"wikieditor-toolbar-tool-italic-example\";i:4689;s:29:\"wikieditor-toolbar-tool-ilink\";i:4690;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:4691;s:29:\"wikieditor-toolbar-tool-xlink\";i:4692;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:4693;s:28:\"wikieditor-toolbar-tool-link\";i:4694;s:34:\"wikieditor-toolbar-tool-link-title\";i:4695;s:32:\"wikieditor-toolbar-tool-link-int\";i:4696;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:4697;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:4698;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:4699;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:4700;s:32:\"wikieditor-toolbar-tool-link-ext\";i:4701;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:4702;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:4703;s:35:\"wikieditor-toolbar-tool-link-insert\";i:4704;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:4705;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:4706;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:4707;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:4708;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:4709;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:4710;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:4711;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:4712;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:4713;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:4714;s:34:\"wikieditor-toolbar-tool-link-empty\";i:4715;s:28:\"wikieditor-toolbar-tool-file\";i:4716;s:36:\"wikieditor-toolbar-tool-file-example\";i:4717;s:34:\"wikieditor-toolbar-tool-file-title\";i:4718;s:30:\"wikieditor-toolbar-file-target\";i:4719;s:31:\"wikieditor-toolbar-file-caption\";i:4720;s:28:\"wikieditor-toolbar-file-size\";i:4721;s:29:\"wikieditor-toolbar-file-float\";i:4722;s:31:\"wikieditor-toolbar-file-default\";i:4723;s:30:\"wikieditor-toolbar-file-format\";i:4724;s:35:\"wikieditor-toolbar-file-format-none\";i:4725;s:35:\"wikieditor-toolbar-tool-file-insert\";i:4726;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:4727;s:33:\"wikieditor-toolbar-tool-reference\";i:4728;s:41:\"wikieditor-toolbar-tool-reference-example\";i:4729;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:4730;s:39:\"wikieditor-toolbar-tool-reference-title\";i:4731;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:4732;s:38:\"wikieditor-toolbar-tool-reference-text\";i:4733;s:33:\"wikieditor-toolbar-tool-signature\";i:4734;s:35:\"wikieditor-toolbar-section-advanced\";i:4735;s:31:\"wikieditor-toolbar-tool-heading\";i:4736;s:33:\"wikieditor-toolbar-tool-heading-1\";i:4737;s:33:\"wikieditor-toolbar-tool-heading-2\";i:4738;s:33:\"wikieditor-toolbar-tool-heading-3\";i:4739;s:33:\"wikieditor-toolbar-tool-heading-4\";i:4740;s:33:\"wikieditor-toolbar-tool-heading-5\";i:4741;s:39:\"wikieditor-toolbar-tool-heading-example\";i:4742;s:31:\"wikieditor-toolbar-group-format\";i:4743;s:29:\"wikieditor-toolbar-tool-ulist\";i:4744;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:4745;s:29:\"wikieditor-toolbar-tool-olist\";i:4746;s:37:\"wikieditor-toolbar-tool-olist-example\";i:4747;s:30:\"wikieditor-toolbar-tool-nowiki\";i:4748;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:4749;s:32:\"wikieditor-toolbar-tool-redirect\";i:4750;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:4751;s:27:\"wikieditor-toolbar-tool-big\";i:4752;s:35:\"wikieditor-toolbar-tool-big-example\";i:4753;s:29:\"wikieditor-toolbar-tool-small\";i:4754;s:37:\"wikieditor-toolbar-tool-small-example\";i:4755;s:35:\"wikieditor-toolbar-tool-superscript\";i:4756;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:4757;s:33:\"wikieditor-toolbar-tool-subscript\";i:4758;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:4759;s:31:\"wikieditor-toolbar-group-insert\";i:4760;s:31:\"wikieditor-toolbar-tool-gallery\";i:4761;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:4762;s:31:\"wikieditor-toolbar-tool-newline\";i:4763;s:29:\"wikieditor-toolbar-tool-table\";i:4764;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:4765;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:4766;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:4767;s:35:\"wikieditor-toolbar-tool-table-title\";i:4768;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:4769;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:4770;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:4771;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:4772;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:4773;s:37:\"wikieditor-toolbar-tool-table-example\";i:4774;s:37:\"wikieditor-toolbar-tool-table-preview\";i:4775;s:36:\"wikieditor-toolbar-tool-table-insert\";i:4776;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:4777;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:4778;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:4779;s:34:\"wikieditor-toolbar-tool-table-zero\";i:4780;s:31:\"wikieditor-toolbar-tool-replace\";i:4781;s:37:\"wikieditor-toolbar-tool-replace-title\";i:4782;s:38:\"wikieditor-toolbar-tool-replace-search\";i:4783;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:4784;s:36:\"wikieditor-toolbar-tool-replace-case\";i:4785;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:4786;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:4787;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:4788;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:4789;s:37:\"wikieditor-toolbar-tool-replace-close\";i:4790;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:4791;s:39:\"wikieditor-toolbar-tool-replace-success\";i:4792;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:4793;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:4794;s:37:\"wikieditor-toolbar-section-characters\";i:4795;s:31:\"wikieditor-toolbar-section-help\";i:4796;s:43:\"wikieditor-toolbar-help-heading-description\";i:4797;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:4798;s:38:\"wikieditor-toolbar-help-heading-result\";i:4799;s:35:\"wikieditor-toolbar-help-page-format\";i:4800;s:33:\"wikieditor-toolbar-help-page-link\";i:4801;s:36:\"wikieditor-toolbar-help-page-heading\";i:4802;s:33:\"wikieditor-toolbar-help-page-list\";i:4803;s:33:\"wikieditor-toolbar-help-page-file\";i:4804;s:38:\"wikieditor-toolbar-help-page-reference\";i:4805;s:39:\"wikieditor-toolbar-help-page-discussion\";i:4806;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:4807;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:4808;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:4809;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:4810;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:4811;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:4812;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:4813;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:4814;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:4815;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:4816;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:4817;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:4818;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:4819;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:4820;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:4821;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:4822;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:4823;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:4824;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:4825;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:4826;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:4827;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:4828;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:4829;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:4830;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:4831;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:4832;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:4833;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:4834;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:4835;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:4836;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:4837;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:4838;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:4839;s:48:\"wikieditor-toolbar-help-content-file-description\";i:4840;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:4841;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:4842;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:4843;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:4844;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:4845;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:4846;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:4847;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:4848;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:4849;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:4850;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:4851;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:4852;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:4853;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:4854;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:4855;s:20:\"syntaxhighlight-desc\";i:4856;s:30:\"syntaxhighlight-error-category\";i:4857;s:35:\"syntaxhighlight-error-category-desc\";i:4858;s:32:\"syntaxhighlight-enclose-category\";i:4859;s:37:\"syntaxhighlight-enclose-category-desc\";i:4860;s:31:\"syntaxhighlight-source-category\";i:4861;s:36:\"syntaxhighlight-source-category-desc\";i:4862;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:4863;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:4864;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:4865;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:4866;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:4867;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:4868;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:4869;s:38:\"syntaxhighlight-error-unknown-language\";i:4870;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:4871;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:4872;s:22:\"action-mf-uploadbutton\";i:4873;s:20:\"beta-feature-minerva\";i:4874;s:32:\"beta-feature-minerva-description\";i:4875;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:4876;s:48:\"mobile-frontend-account-create-email-placeholder\";i:4877;s:37:\"mobile-frontend-account-create-submit\";i:4878;s:25:\"mobile-frontend-app-title\";i:4879;s:38:\"mobile-frontend-back-to-top-of-section\";i:4880;s:34:\"mobile-frontend-categories-heading\";i:4881;s:37:\"mobile-frontend-categories-subheading\";i:4882;s:32:\"mobile-frontend-categories-nocat\";i:4883;s:30:\"mobile-frontend-categories-add\";i:4884;s:33:\"mobile-frontend-categories-search\";i:4885;s:34:\"mobile-frontend-categories-nomatch\";i:4886;s:33:\"mobile-frontend-categories-nodata\";i:4887;s:34:\"mobile-frontend-categories-summary\";i:4888;s:38:\"mobile-frontend-categories-add-heading\";i:4889;s:35:\"mobile-frontend-categories-add-wait\";i:4890;s:33:\"mobile-frontend-categories-normal\";i:4891;s:33:\"mobile-frontend-categories-hidden\";i:4892;s:30:\"mobile-frontend-changeslist-ip\";i:4893;s:37:\"mobile-frontend-changeslist-nocomment\";i:4894;s:28:\"mobile-frontend-clear-search\";i:4895;s:36:\"mobile-frontend-contribution-summary\";i:4896;s:32:\"mobile-frontend-cookies-required\";i:4897;s:25:\"mobile-frontend-copyright\";i:4898;s:20:\"mobile-frontend-desc\";i:4899;s:33:\"mobile-frontend-diffview-404-desc\";i:4900;s:34:\"mobile-frontend-diffview-404-title\";i:4901;s:34:\"mobile-frontend-diffview-anonymous\";i:4902;s:35:\"mobile-frontend-diffview-bytesadded\";i:4903;s:38:\"mobile-frontend-diffview-bytesnochange\";i:4904;s:37:\"mobile-frontend-diffview-bytesremoved\";i:4905;s:34:\"mobile-frontend-diffview-editcount\";i:4906;s:34:\"mobile-frontend-diffview-explained\";i:4907;s:30:\"mobile-frontend-diffview-title\";i:4908;s:30:\"mobile-frontend-disable-images\";i:4909;s:36:\"mobile-frontend-dismiss-notification\";i:4910;s:33:\"mobile-frontend-donate-image-anon\";i:4911;s:36:\"mobile-frontend-donate-image-heading\";i:4912;s:41:\"mobile-frontend-donate-image-login-action\";i:4913;s:38:\"mobile-frontend-donate-image-nouploads\";i:4914;s:42:\"mobile-frontend-donate-image-signup-action\";i:4915;s:34:\"mobile-frontend-donate-image-title\";i:4916;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:4917;s:43:\"mobile-frontend-donate-photo-upload-success\";i:4918;s:29:\"mobile-frontend-drawer-cancel\";i:4919;s:33:\"mobile-frontend-edit-login-action\";i:4920;s:34:\"mobile-frontend-edit-signup-action\";i:4921;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:4922;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:4923;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:4924;s:27:\"mobile-frontend-editor-anon\";i:4925;s:34:\"mobile-frontend-editor-anonwarning\";i:4926;s:29:\"mobile-frontend-editor-cancel\";i:4927;s:37:\"mobile-frontend-editor-cancel-confirm\";i:4928;s:40:\"mobile-frontend-editor-captcha-try-again\";i:4929;s:31:\"mobile-frontend-editor-continue\";i:4930;s:26:\"mobile-frontend-editor-cta\";i:4931;s:31:\"mobile-frontend-editor-disabled\";i:4932;s:27:\"mobile-frontend-editor-edit\";i:4933;s:30:\"mobile-frontend-editor-editing\";i:4934;s:35:\"mobile-frontend-editor-editing-page\";i:4935;s:28:\"mobile-frontend-editor-error\";i:4936;s:37:\"mobile-frontend-editor-error-conflict\";i:4937;s:36:\"mobile-frontend-editor-error-loading\";i:4938;s:36:\"mobile-frontend-editor-error-preview\";i:4939;s:35:\"mobile-frontend-editor-keep-editing\";i:4940;s:32:\"mobile-frontend-editor-licensing\";i:4941;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:4942;s:39:\"mobile-frontend-editor-new-page-confirm\";i:4943;s:37:\"mobile-frontend-editor-newpage-prompt\";i:4944;s:34:\"mobile-frontend-editor-placeholder\";i:4945;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:4946;s:38:\"mobile-frontend-editor-previewing-page\";i:4947;s:37:\"mobile-frontend-editor-redirect-title\";i:4948;s:27:\"mobile-frontend-editor-save\";i:4949;s:30:\"mobile-frontend-editor-success\";i:4950;s:41:\"mobile-frontend-editor-success-landmark-1\";i:4951;s:39:\"mobile-frontend-editor-success-new-page\";i:4952;s:42:\"mobile-frontend-editor-summary-placeholder\";i:4953;s:38:\"mobile-frontend-editor-summary-request\";i:4954;s:30:\"mobile-frontend-editor-summary\";i:4955;s:37:\"mobile-frontend-editor-switch-confirm\";i:4956;s:36:\"mobile-frontend-editor-switch-editor\";i:4957;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:4958;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:4959;s:39:\"mobile-frontend-editor-tutorial-summary\";i:4960;s:34:\"mobile-frontend-editor-unavailable\";i:4961;s:39:\"mobile-frontend-editor-undo-unsupported\";i:4962;s:35:\"mobile-frontend-editor-uploadenable\";i:4963;s:42:\"mobile-frontend-editor-viewing-source-page\";i:4964;s:27:\"mobile-frontend-editor-wait\";i:4965;s:38:\"mobile-frontend-editor-redlink-explain\";i:4966;s:29:\"mobile-frontend-enable-images\";i:4967;s:43:\"mobile-frontend-expand-sections-description\";i:4968;s:38:\"mobile-frontend-expand-sections-status\";i:4969;s:32:\"mobile-frontend-fontchanger-link\";i:4970;s:32:\"mobile-frontend-fontchanger-desc\";i:4971;s:32:\"mobile-frontend-featured-article\";i:4972;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:4973;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:4974;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:4975;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:4976;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:4977;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:4978;s:30:\"mobile-frontend-footer-contact\";i:4979;s:31:\"mobile-frontend-footer-sitename\";i:4980;s:32:\"mobile-frontend-generic-404-desc\";i:4981;s:33:\"mobile-frontend-generic-404-title\";i:4982;s:29:\"mobile-frontend-generic-login\";i:4983;s:36:\"mobile-frontend-generic-login-action\";i:4984;s:37:\"mobile-frontend-generic-signup-action\";i:4985;s:23:\"mobile-frontend-history\";i:4986;s:32:\"mobile-frontend-history-404-desc\";i:4987;s:33:\"mobile-frontend-history-404-title\";i:4988;s:34:\"mobile-frontend-history-no-results\";i:4989;s:27:\"mobile-frontend-home-button\";i:4990;s:36:\"mobile-frontend-image-cancel-confirm\";i:4991;s:38:\"mobile-frontend-image-heading-describe\";i:4992;s:31:\"mobile-frontend-image-uploading\";i:4993;s:29:\"mobile-frontend-images-status\";i:4994;s:40:\"mobile-frontend-language-article-heading\";i:4995;s:31:\"mobile-frontend-language-header\";i:4996;s:32:\"mobile-frontend-language-heading\";i:4997;s:36:\"mobile-frontend-language-site-choose\";i:4998;s:39:\"mobile-frontend-language-variant-header\";i:4999;s:34:\"mobile-frontend-languages-404-desc\";i:5000;s:35:\"mobile-frontend-languages-404-title\";i:5001;s:32:\"mobile-frontend-languages-header\";i:5002;s:37:\"mobile-frontend-languages-header-page\";i:5003;s:43:\"mobile-frontend-languages-nonexistent-title\";i:5004;s:30:\"mobile-frontend-languages-text\";i:5005;s:40:\"mobile-frontend-languages-variant-header\";i:5006;s:34:\"mobile-frontend-last-modified-date\";i:5007;s:34:\"mobile-frontend-last-modified-days\";i:5008;s:35:\"mobile-frontend-last-modified-hours\";i:5009;s:38:\"mobile-frontend-last-modified-just-now\";i:5010;s:37:\"mobile-frontend-last-modified-minutes\";i:5011;s:36:\"mobile-frontend-last-modified-months\";i:5012;s:37:\"mobile-frontend-last-modified-seconds\";i:5013;s:44:\"mobile-frontend-last-modified-with-user-days\";i:5014;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:5015;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:5016;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:5017;s:46:\"mobile-frontend-last-modified-with-user-months\";i:5018;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:5019;s:45:\"mobile-frontend-last-modified-with-user-years\";i:5020;s:35:\"mobile-frontend-last-modified-years\";i:5021;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:5022;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:5023;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:5024;s:44:\"mobile-frontend-logged-in-toast-notification\";i:5025;s:26:\"mobile-frontend-logged-out\";i:5026;s:21:\"mobile-frontend-login\";i:5027;s:40:\"mobile-frontend-main-menu-account-create\";i:5028;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:5029;s:34:\"mobile-frontend-main-menu-featured\";i:5030;s:31:\"mobile-frontend-main-menu-login\";i:5031;s:32:\"mobile-frontend-main-menu-logout\";i:5032;s:32:\"mobile-frontend-main-menu-nearby\";i:5033;s:36:\"mobile-frontend-main-menu-page-title\";i:5034;s:34:\"mobile-frontend-main-menu-settings\";i:5035;s:42:\"mobile-frontend-main-menu-settings-heading\";i:5036;s:32:\"mobile-frontend-main-menu-upload\";i:5037;s:35:\"mobile-frontend-main-menu-watchlist\";i:5038;s:29:\"mobile-frontend-media-details\";i:5039;s:34:\"mobile-frontend-media-license-link\";i:5040;s:32:\"mobile-frontend-meta-data-issues\";i:5041;s:37:\"mobile-frontend-meta-data-issues-talk\";i:5042;s:39:\"mobile-frontend-meta-data-issues-header\";i:5043;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:5044;s:29:\"mobile-frontend-missing-image\";i:5045;s:31:\"mobile-frontend-nearby-distance\";i:5046;s:38:\"mobile-frontend-nearby-distance-meters\";i:5047;s:28:\"mobile-frontend-nearby-error\";i:5048;s:37:\"mobile-frontend-nearby-error-guidance\";i:5049;s:30:\"mobile-frontend-nearby-loading\";i:5050;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:5051;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:5052;s:32:\"mobile-frontend-nearby-noresults\";i:5053;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:5054;s:33:\"mobile-frontend-nearby-permission\";i:5055;s:42:\"mobile-frontend-nearby-permission-guidance\";i:5056;s:30:\"mobile-frontend-nearby-refresh\";i:5057;s:35:\"mobile-frontend-nearby-requirements\";i:5058;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:5059;s:28:\"mobile-frontend-nearby-title\";i:5060;s:34:\"mobile-frontend-nearby-sectiontext\";i:5061;s:26:\"mobile-frontend-news-items\";i:5062;s:30:\"mobile-frontend-opt-in-explain\";i:5063;s:29:\"mobile-frontend-overlay-close\";i:5064;s:32:\"mobile-frontend-overlay-continue\";i:5065;s:34:\"mobile-frontend-page-menu-contents\";i:5066;s:33:\"mobile-frontend-page-menu-history\";i:5067;s:33:\"mobile-frontend-page-edit-summary\";i:5068;s:24:\"mobile-frontend-password\";i:5069;s:44:\"mobile-frontend-password-confirm-placeholder\";i:5070;s:36:\"mobile-frontend-password-placeholder\";i:5071;s:44:\"mobile-frontend-photo-article-donate-comment\";i:5072;s:42:\"mobile-frontend-photo-article-edit-comment\";i:5073;s:41:\"mobile-frontend-photo-caption-placeholder\";i:5074;s:31:\"mobile-frontend-photo-licensing\";i:5075;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:5076;s:31:\"mobile-frontend-photo-ownership\";i:5077;s:39:\"mobile-frontend-photo-ownership-confirm\";i:5078;s:36:\"mobile-frontend-photo-ownership-help\";i:5079;s:28:\"mobile-frontend-photo-submit\";i:5080;s:28:\"mobile-frontend-photo-upload\";i:5081;s:33:\"mobile-frontend-photo-upload-anon\";i:5082;s:36:\"mobile-frontend-photo-upload-comment\";i:5083;s:36:\"mobile-frontend-photo-upload-copyvio\";i:5084;s:34:\"mobile-frontend-photo-upload-error\";i:5085;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:5086;s:43:\"mobile-frontend-photo-upload-error-filename\";i:5087;s:36:\"mobile-frontend-photo-upload-generic\";i:5088;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:5089;s:44:\"mobile-frontend-photo-upload-success-article\";i:5090;s:40:\"mobile-frontend-photo-upload-unavailable\";i:5091;s:39:\"mobile-frontend-photo-upload-user-count\";i:5092;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:5093;s:27:\"mobile-frontend-placeholder\";i:5094;s:33:\"mobile-frontend-placeholder-alpha\";i:5095;s:31:\"mobile-frontend-placeholder-app\";i:5096;s:32:\"mobile-frontend-placeholder-beta\";i:5097;s:33:\"mobile-frontend-privacy-link-text\";i:5098;s:40:\"mobile-frontend-profile-activity-heading\";i:5099;s:29:\"mobile-frontend-profile-error\";i:5100;s:38:\"mobile-frontend-profile-footer-ancient\";i:5101;s:35:\"mobile-frontend-profile-footer-days\";i:5102;s:37:\"mobile-frontend-profile-footer-months\";i:5103;s:36:\"mobile-frontend-profile-footer-years\";i:5104;s:33:\"mobile-frontend-profile-last-edit\";i:5105;s:34:\"mobile-frontend-profile-last-thank\";i:5106;s:30:\"mobile-frontend-profile-noargs\";i:5107;s:30:\"mobile-frontend-profile-nouser\";i:5108;s:29:\"mobile-frontend-profile-title\";i:5109;s:37:\"mobile-frontend-profile-userpage-link\";i:5110;s:32:\"mobile-frontend-profile-usertalk\";i:5111;s:29:\"mobile-frontend-random-button\";i:5112;s:35:\"mobile-frontend-references-citation\";i:5113;s:28:\"mobile-frontend-regular-site\";i:5114;s:31:\"mobile-frontend-requires-mobile\";i:5115;s:30:\"mobile-frontend-requires-optin\";i:5116;s:30:\"mobile-frontend-requires-title\";i:5117;s:26:\"mobile-frontend-save-error\";i:5118;s:29:\"mobile-frontend-save-settings\";i:5119;s:32:\"mobile-frontend-saving-exit-page\";i:5120;s:30:\"mobile-frontend-search-content\";i:5121;s:41:\"mobile-frontend-search-content-no-results\";i:5122;s:33:\"mobile-frontend-search-no-results\";i:5123;s:29:\"mobile-frontend-search-submit\";i:5124;s:39:\"mobile-frontend-settings-images-explain\";i:5125;s:30:\"mobile-frontend-settings-alpha\";i:5126;s:42:\"mobile-frontend-settings-alpha-description\";i:5127;s:29:\"mobile-frontend-settings-beta\";i:5128;s:41:\"mobile-frontend-settings-site-description\";i:5129;s:36:\"mobile-frontend-settings-site-header\";i:5130;s:37:\"mobile-frontend-sign-in-error-heading\";i:5131;s:31:\"mobile-frontend-sign-in-heading\";i:5132;s:27:\"mobile-frontend-sign-in-why\";i:5133;s:31:\"mobile-frontend-sign-up-heading\";i:5134;s:29:\"mobile-frontend-talk-fullpage\";i:5135;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:5136;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:5137;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:5138;s:33:\"mobile-frontend-talk-back-to-page\";i:5139;s:37:\"mobile-frontend-talk-back-to-userpage\";i:5140;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:5141;s:37:\"mobile-frontend-talk-back-to-filepage\";i:5142;s:33:\"mobile-frontend-talk-edit-summary\";i:5143;s:30:\"mobile-frontend-talk-explained\";i:5144;s:36:\"mobile-frontend-talk-explained-empty\";i:5145;s:35:\"mobile-frontend-talk-overlay-header\";i:5146;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:5147;s:26:\"mobile-frontend-talk-reply\";i:5148;s:31:\"mobile-frontend-talk-reply-info\";i:5149;s:34:\"mobile-frontend-talk-reply-success\";i:5150;s:35:\"mobile-frontend-talk-topic-feedback\";i:5151;s:32:\"mobile-frontend-talk-topic-error\";i:5152;s:42:\"mobile-frontend-talk-topic-error-protected\";i:5153;s:43:\"mobile-frontend-talk-topic-error-permission\";i:5154;s:37:\"mobile-frontend-talk-topic-error-spam\";i:5155;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:5156;s:26:\"mobile-frontend-terms-text\";i:5157;s:30:\"mobile-frontend-thanked-notice\";i:5158;s:28:\"mobile-frontend-user-account\";i:5159;s:35:\"mobile-frontend-user-button-tooltip\";i:5160;s:32:\"mobile-frontend-user-newmessages\";i:5161;s:24:\"mobile-frontend-user-cta\";i:5162;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:5163;s:24:\"mobile-frontend-username\";i:5164;s:36:\"mobile-frontend-username-placeholder\";i:5165;s:20:\"mobile-frontend-view\";i:5166;s:28:\"mobile-frontend-view-desktop\";i:5167;s:27:\"mobile-frontend-view-mobile\";i:5168;s:27:\"mobile-frontend-view-source\";i:5169;s:27:\"mobile-frontend-watch-login\";i:5170;s:29:\"mobile-frontend-watchlist-a-z\";i:5171;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:5172;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:5173;s:29:\"mobile-frontend-watchlist-add\";i:5174;s:35:\"mobile-frontend-watchlist-back-home\";i:5175;s:29:\"mobile-frontend-watchlist-cta\";i:5176;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:5177;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:5178;s:30:\"mobile-frontend-watchlist-feed\";i:5179;s:36:\"mobile-frontend-watchlist-feed-empty\";i:5180;s:36:\"mobile-frontend-watchlist-filter-all\";i:5181;s:41:\"mobile-frontend-watchlist-filter-articles\";i:5182;s:38:\"mobile-frontend-watchlist-filter-other\";i:5183;s:37:\"mobile-frontend-watchlist-filter-talk\";i:5184;s:38:\"mobile-frontend-watchlist-login-action\";i:5185;s:30:\"mobile-frontend-watchlist-more\";i:5186;s:37:\"mobile-frontend-watchlist-please-wait\";i:5187;s:31:\"mobile-frontend-watchlist-error\";i:5188;s:33:\"mobile-frontend-watchlist-purpose\";i:5189;s:33:\"mobile-frontend-watchlist-removed\";i:5190;s:39:\"mobile-frontend-watchlist-signup-action\";i:5191;s:30:\"mobile-frontend-watchlist-view\";i:5192;s:6:\"nearby\";i:5193;s:21:\"right-mf-uploadbutton\";i:5194;s:15:\"tag-mobile_edit\";i:5195;s:27:\"tag-mobile_edit-description\";i:5196;s:19:\"tag-mobile_web_edit\";i:5197;s:31:\"tag-mobile_web_edit-description\";i:5198;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:5199;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:5200;s:29:\"apihelp-mobileview-param-page\";i:5201;s:33:\"apihelp-mobileview-param-redirect\";i:5202;s:34:\"apihelp-mobileview-param-thumbsize\";i:5203;s:35:\"apihelp-mobileview-param-thumbwidth\";i:5204;s:36:\"apihelp-mobileview-param-thumbheight\";i:5205;s:28:\"apihelp-parse-param-noimages\";i:5206;s:28:\"apihelp-parse-param-mainpage\";i:5207;s:35:\"mobile-frontend-donate-button-label\";i:5208;s:43:\"mobile-frontend-meta-data-issues-categories\";i:5209;s:31:\"mobile-frontend-loading-message\";i:5210;s:31:\"mobile-frontend-console-recruit\";i:5211;s:20:\"googleanalytics-desc\";i:5212;s:7:\"sidebar\";i:5213;s:18:\"pagecategorieslink\";i:5214;s:25:\"categoryviewer-pagedlinks\";i:5215;s:24:\"category-header-numerals\";i:5216;s:9:\"sitetitle\";i:5217;s:12:\"sitesubtitle\";i:5218;s:10:\"addsection\";i:5219;s:14:\"talkpageheader\";i:5220;s:22:\"view-pool-dirty-output\";i:5221;s:20:\"view-pool-contention\";i:5222;s:17:\"view-pool-timeout\";i:5223;s:12:\"edithelppage\";i:5224;s:8:\"helppage\";i:5225;s:14:\"mainpage-title\";i:5226;s:23:\"mainpage-title-loggedin\";i:5227;s:23:\"pagetitle-view-mainpage\";i:5228;s:16:\"backlinksubtitle\";i:5229;s:9:\"feed-atom\";i:5230;s:8:\"feed-rss\";i:5231;s:10:\"sitenotice\";i:5232;s:10:\"anonnotice\";i:5233;s:28:\"newsectionheaderdefaultlevel\";i:5234;s:10:\"nstab-talk\";i:5235;s:23:\"createacct-helpusername\";i:5236;s:24:\"createacct-username-help\";i:5237;s:11:\"loginprompt\";i:5238;s:18:\"userlogout-summary\";i:5239;s:13:\"helplogin-url\";i:5240;s:26:\"createacct-imgcaptcha-help\";i:5241;s:24:\"createacct-benefit-icon1\";i:5242;s:24:\"createacct-benefit-head1\";i:5243;s:24:\"createacct-benefit-icon2\";i:5244;s:24:\"createacct-benefit-head2\";i:5245;s:24:\"createacct-benefit-icon3\";i:5246;s:24:\"createacct-benefit-head3\";i:5247;s:17:\"nocookiesforlogin\";i:5248;s:11:\"signupstart\";i:5249;s:9:\"signupend\";i:5250;s:15:\"signupend-https\";i:5251;s:11:\"emailsender\";i:5252;s:18:\"loginlanguagelinks\";i:5253;s:15:\"pear-mail-error\";i:5254;s:14:\"php-mail-error\";i:5255;s:22:\"changepassword-summary\";i:5256;s:19:\"changeemail-summary\";i:5257;s:19:\"resettokens-summary\";i:5258;s:8:\"sig-text\";i:5259;s:18:\"newarticletextanon\";i:5260;s:12:\"talkpagetext\";i:5261;s:17:\"noarticletextanon\";i:5262;s:17:\"editnotice-notext\";i:5263;s:23:\"editpage-head-copy-warn\";i:5264;s:20:\"editpage-tos-summary\";i:5265;s:13:\"longpage-hint\";i:5266;s:18:\"addsection-preload\";i:5267;s:20:\"addsection-editintro\";i:5268;s:18:\"content-model-json\";i:5269;s:26:\"createaccount-hook-aborted\";i:5270;s:21:\"revision-info-current\";i:5271;s:12:\"revision-nav\";i:5272;s:17:\"history_copyright\";i:5273;s:41:\"mergehistory-warning-redirect-not-created\";i:5274;s:26:\"mergehistory-redirect-text\";i:5275;s:18:\"pagemerge-logentry\";i:5276;s:14:\"search-summary\";i:5277;s:23:\"searchmenu-new-nocreate\";i:5278;s:23:\"search-interwiki-custom\";i:5279;s:12:\"googlesearch\";i:5280;s:15:\"opensearch-desc\";i:5281;s:19:\"preferences-summary\";i:5282;s:36:\"prefs-user-downloaddata-help-message\";i:5283;s:18:\"userrights-summary\";i:5284;s:35:\"userrights-no-shorten-expiry-marker\";i:5285;s:17:\"recentchanges-url\";i:5286;s:17:\"recentchangestext\";i:5287;s:26:\"recentchanges-legend-minor\";i:5288;s:24:\"recentchanges-legend-bot\";i:5289;s:32:\"recentchanges-legend-unpatrolled\";i:5290;s:30:\"recentchanges-legend-plusminus\";i:5291;s:30:\"rcfilters-tag-prefix-namespace\";i:5292;s:25:\"rcfilters-tag-prefix-tags\";i:5293;s:43:\"number-of-watching-users-for-recent-changes\";i:5294;s:14:\"upload-summary\";i:5295;s:12:\"uploadfooter\";i:5296;s:26:\"upload-default-description\";i:5297;s:13:\"uploadedimage\";i:5298;s:14:\"overwroteimage\";i:5299;s:8:\"licenses\";i:5300;s:24:\"shareddescriptionfollows\";i:5301;s:35:\"filedelete-reason-dropdown-suppress\";i:5302;s:22:\"unwatchedpages-summary\";i:5303;s:21:\"listredirects-summary\";i:5304;s:23:\"unusedtemplates-summary\";i:5305;s:14:\"randompage-url\";i:5306;s:18:\"statistics-summary\";i:5307;s:24:\"statistics-articles-desc\";i:5308;s:21:\"statistics-files-desc\";i:5309;s:17:\"statistics-footer\";i:5310;s:21:\"pageswithprop-summary\";i:5311;s:23:\"doubleredirects-summary\";i:5312;s:23:\"brokenredirects-summary\";i:5313;s:29:\"brokenredirects-delete-reason\";i:5314;s:23:\"fewestrevisions-summary\";i:5315;s:19:\"lonelypages-summary\";i:5316;s:26:\"uncategorizedpages-summary\";i:5317;s:31:\"uncategorizedcategories-summary\";i:5318;s:27:\"uncategorizedimages-summary\";i:5319;s:30:\"uncategorizedtemplates-summary\";i:5320;s:24:\"unusedcategories-summary\";i:5321;s:20:\"unusedimages-summary\";i:5322;s:24:\"wantedcategories-summary\";i:5323;s:19:\"wantedfiles-summary\";i:5324;s:23:\"wantedtemplates-summary\";i:5325;s:18:\"mostlinked-summary\";i:5326;s:28:\"mostlinkedcategories-summary\";i:5327;s:27:\"mostlinkedtemplates-summary\";i:5328;s:22:\"mostcategories-summary\";i:5329;s:18:\"mostimages-summary\";i:5330;s:22:\"mostinterwikis-summary\";i:5331;s:21:\"mostrevisions-summary\";i:5332;s:19:\"prefixindex-summary\";i:5333;s:18:\"shortpages-summary\";i:5334;s:17:\"longpages-summary\";i:5335;s:20:\"deadendpages-summary\";i:5336;s:29:\"protectedpages-unknown-reason\";i:5337;s:17:\"listusers-summary\";i:5338;s:16:\"newpages-summary\";i:5339;s:20:\"ancientpages-summary\";i:5340;s:15:\"apihelp-summary\";i:5341;s:12:\"apihelp-link\";i:5342;s:18:\"apisandbox-summary\";i:5343;s:19:\"booksources-summary\";i:5344;s:6:\"rfcurl\";i:5345;s:9:\"pubmedurl\";i:5346;s:16:\"allpages-summary\";i:5347;s:18:\"categories-summary\";i:5348;s:28:\"deletedcontributions-summary\";i:5349;s:18:\"linksearch-summary\";i:5350;s:19:\"activeusers-summary\";i:5351;s:24:\"listgrants-grant-display\";i:5352;s:17:\"emailuser-summary\";i:5353;s:17:\"watchlist-summary\";i:5354;s:17:\"watchlist-unwatch\";i:5355;s:22:\"watchlist-unwatch-undo\";i:5356;s:30:\"deletereason-dropdown-suppress\";i:5357;s:16:\"protectedarticle\";i:5358;s:25:\"modifiedarticleprotection\";i:5359;s:18:\"unprotectedarticle\";i:5360;s:22:\"movedarticleprotection\";i:5361;s:17:\"restriction-blank\";i:5362;s:16:\"undelete-summary\";i:5363;s:22:\"undelete-revision-row2\";i:5364;s:21:\"contributions-summary\";i:5365;s:24:\"sp-contributions-explain\";i:5366;s:23:\"sp-contributions-footer\";i:5367;s:28:\"sp-contributions-footer-anon\";i:5368;s:34:\"sp-contributions-footer-anon-range\";i:5369;s:21:\"whatlinkshere-summary\";i:5370;s:15:\"unblock-summary\";i:5371;s:17:\"blocklist-summary\";i:5372;s:13:\"blocklogentry\";i:5373;s:16:\"reblock-logentry\";i:5374;s:15:\"unblocklogentry\";i:5375;s:5:\"sorbs\";i:5376;s:18:\"ipb-default-expiry\";i:5377;s:21:\"ipb-default-expiry-ip\";i:5378;s:16:\"movepage-summary\";i:5379;s:18:\"move-redirect-text\";i:5380;s:31:\"category-move-redirect-override\";i:5381;s:14:\"export-summary\";i:5382;s:14:\"import-summary\";i:5383;s:22:\"import-logentry-upload\";i:5384;s:25:\"import-logentry-interwiki\";i:5385;s:21:\"accesskey-pt-userpage\";i:5386;s:25:\"accesskey-pt-anonuserpage\";i:5387;s:19:\"accesskey-pt-mytalk\";i:5388;s:21:\"accesskey-pt-anontalk\";i:5389;s:24:\"accesskey-pt-preferences\";i:5390;s:22:\"accesskey-pt-watchlist\";i:5391;s:22:\"accesskey-pt-mycontris\";i:5392;s:25:\"accesskey-pt-anoncontribs\";i:5393;s:18:\"accesskey-pt-login\";i:5394;s:26:\"accesskey-pt-login-private\";i:5395;s:19:\"accesskey-pt-logout\";i:5396;s:26:\"accesskey-pt-createaccount\";i:5397;s:17:\"accesskey-ca-view\";i:5398;s:17:\"accesskey-ca-talk\";i:5399;s:17:\"accesskey-ca-edit\";i:5400;s:23:\"accesskey-ca-addsection\";i:5401;s:23:\"accesskey-ca-viewsource\";i:5402;s:20:\"accesskey-ca-history\";i:5403;s:20:\"accesskey-ca-protect\";i:5404;s:22:\"accesskey-ca-unprotect\";i:5405;s:19:\"accesskey-ca-delete\";i:5406;s:21:\"accesskey-ca-undelete\";i:5407;s:17:\"accesskey-ca-move\";i:5408;s:18:\"accesskey-ca-watch\";i:5409;s:20:\"accesskey-ca-unwatch\";i:5410;s:16:\"accesskey-search\";i:5411;s:19:\"accesskey-search-go\";i:5412;s:25:\"accesskey-search-fulltext\";i:5413;s:16:\"accesskey-p-logo\";i:5414;s:26:\"accesskey-n-help-mediawiki\";i:5415;s:20:\"accesskey-n-mainpage\";i:5416;s:32:\"accesskey-n-mainpage-description\";i:5417;s:18:\"accesskey-n-portal\";i:5418;s:25:\"accesskey-n-currentevents\";i:5419;s:25:\"accesskey-n-recentchanges\";i:5420;s:22:\"accesskey-n-randompage\";i:5421;s:16:\"accesskey-n-help\";i:5422;s:25:\"accesskey-t-whatlinkshere\";i:5423;s:31:\"accesskey-t-recentchangeslinked\";i:5424;s:18:\"accesskey-feed-rss\";i:5425;s:19:\"accesskey-feed-atom\";i:5426;s:25:\"accesskey-t-contributions\";i:5427;s:21:\"accesskey-t-emailuser\";i:5428;s:16:\"accesskey-t-info\";i:5429;s:21:\"accesskey-t-permalink\";i:5430;s:17:\"accesskey-t-print\";i:5431;s:18:\"accesskey-t-upload\";i:5432;s:24:\"accesskey-t-specialpages\";i:5433;s:23:\"accesskey-ca-nstab-main\";i:5434;s:23:\"accesskey-ca-nstab-user\";i:5435;s:24:\"accesskey-ca-nstab-media\";i:5436;s:26:\"accesskey-ca-nstab-special\";i:5437;s:26:\"accesskey-ca-nstab-project\";i:5438;s:24:\"accesskey-ca-nstab-image\";i:5439;s:28:\"accesskey-ca-nstab-mediawiki\";i:5440;s:27:\"accesskey-ca-nstab-template\";i:5441;s:23:\"accesskey-ca-nstab-help\";i:5442;s:27:\"accesskey-ca-nstab-category\";i:5443;s:19:\"accesskey-minoredit\";i:5444;s:14:\"accesskey-save\";i:5445;s:17:\"accesskey-publish\";i:5446;s:17:\"accesskey-preview\";i:5447;s:14:\"accesskey-diff\";i:5448;s:33:\"accesskey-compareselectedversions\";i:5449;s:15:\"accesskey-watch\";i:5450;s:26:\"accesskey-watchlist-expiry\";i:5451;s:16:\"accesskey-upload\";i:5452;s:26:\"accesskey-preferences-save\";i:5453;s:17:\"accesskey-summary\";i:5454;s:24:\"accesskey-userrights-set\";i:5455;s:23:\"accesskey-blockip-block\";i:5456;s:16:\"accesskey-export\";i:5457;s:16:\"accesskey-import\";i:5458;s:37:\"accesskey-watchlistedit-normal-submit\";i:5459;s:34:\"accesskey-watchlistedit-raw-submit\";i:5460;s:15:\"tooltip-ca-view\";i:5461;s:14:\"tooltip-p-lang\";i:5462;s:20:\"tooltip-p-navigation\";i:5463;s:20:\"tooltip-p-namespaces\";i:5464;s:12:\"tooltip-p-tb\";i:5465;s:18:\"tooltip-p-variants\";i:5466;s:15:\"tooltip-p-views\";i:5467;s:36:\"tooltip-p-user-interface-preferences\";i:5468;s:19:\"tooltip-p-user-page\";i:5469;s:24:\"tooltip-n-help-mediawiki\";i:5470;s:24:\"interlanguage-link-title\";i:5471;s:33:\"interlanguage-link-title-langonly\";i:5472;s:32:\"interlanguage-link-title-nonlang\";i:5473;s:36:\"interlanguage-link-title-nonlangonly\";i:5474;s:14:\"group-user.css\";i:5475;s:15:\"pageinfo-header\";i:5476;s:15:\"pageinfo-footer\";i:5477;s:19:\"markaspatrolledlink\";i:5478;s:11:\"widthheight\";i:5479;s:13:\"newimagestext\";i:5480;s:8:\"today-at\";i:5481;s:14:\"variantname-zh\";i:5482;s:15:\"variantname-gan\";i:5483;s:19:\"variantname-sr-cyrl\";i:5484;s:19:\"variantname-sr-latn\";i:5485;s:14:\"variantname-sr\";i:5486;s:19:\"variantname-kk-cyrl\";i:5487;s:19:\"variantname-kk-latn\";i:5488;s:19:\"variantname-kk-arab\";i:5489;s:14:\"variantname-kk\";i:5490;s:19:\"variantname-ku-arab\";i:5491;s:19:\"variantname-ku-latn\";i:5492;s:14:\"variantname-ku\";i:5493;s:19:\"variantname-tg-cyrl\";i:5494;s:19:\"variantname-tg-latn\";i:5495;s:14:\"variantname-tg\";i:5496;s:20:\"variantname-tly-cyrl\";i:5497;s:15:\"variantname-tly\";i:5498;s:20:\"variantname-ike-cans\";i:5499;s:20:\"variantname-ike-latn\";i:5500;s:14:\"variantname-iu\";i:5501;s:20:\"variantname-shi-tfng\";i:5502;s:20:\"variantname-shi-latn\";i:5503;s:15:\"variantname-shi\";i:5504;s:14:\"variantname-uz\";i:5505;s:19:\"variantname-uz-latn\";i:5506;s:19:\"variantname-uz-cyrl\";i:5507;s:15:\"variantname-crh\";i:5508;s:20:\"variantname-crh-latn\";i:5509;s:20:\"variantname-crh-cyrl\";i:5510;s:25:\"metadata-langitem-default\";i:5511;s:18:\"autocomment-prefix\";i:5512;s:7:\"percent\";i:5513;s:11:\"parentheses\";i:5514;s:17:\"parentheses-start\";i:5515;s:15:\"parentheses-end\";i:5516;s:8:\"brackets\";i:5517;s:14:\"brackets-start\";i:5518;s:12:\"brackets-end\";i:5519;s:12:\"img-lang-opt\";i:5520;s:29:\"block-autoblock-exemptionlist\";i:5521;s:14:\"size-kilobytes\";i:5522;s:14:\"size-megabytes\";i:5523;s:14:\"size-gigabytes\";i:5524;s:14:\"size-terabytes\";i:5525;s:14:\"size-petabytes\";i:5526;s:13:\"size-exabytes\";i:5527;s:15:\"size-zettabytes\";i:5528;s:15:\"size-yottabytes\";i:5529;s:15:\"size-ronnabytes\";i:5530;s:16:\"size-quettabytes\";i:5531;s:14:\"size-kilopixel\";i:5532;s:14:\"size-megapixel\";i:5533;s:14:\"size-gigapixel\";i:5534;s:14:\"size-terapixel\";i:5535;s:14:\"size-petapixel\";i:5536;s:13:\"size-exapixel\";i:5537;s:15:\"size-zettapixel\";i:5538;s:15:\"size-yottapixel\";i:5539;s:15:\"size-ronnapixel\";i:5540;s:16:\"size-quettapixel\";i:5541;s:12:\"bitrate-bits\";i:5542;s:16:\"bitrate-kilobits\";i:5543;s:16:\"bitrate-megabits\";i:5544;s:16:\"bitrate-gigabits\";i:5545;s:16:\"bitrate-terabits\";i:5546;s:16:\"bitrate-petabits\";i:5547;s:15:\"bitrate-exabits\";i:5548;s:17:\"bitrate-zettabits\";i:5549;s:17:\"bitrate-yottabits\";i:5550;s:17:\"bitrate-ronnabits\";i:5551;s:18:\"bitrate-quettabits\";i:5552;s:21:\"editwatchlist-summary\";i:5553;s:19:\"iranian-calendar-m1\";i:5554;s:19:\"iranian-calendar-m2\";i:5555;s:19:\"iranian-calendar-m3\";i:5556;s:19:\"iranian-calendar-m4\";i:5557;s:19:\"iranian-calendar-m5\";i:5558;s:19:\"iranian-calendar-m6\";i:5559;s:19:\"iranian-calendar-m7\";i:5560;s:19:\"iranian-calendar-m8\";i:5561;s:19:\"iranian-calendar-m9\";i:5562;s:20:\"iranian-calendar-m10\";i:5563;s:20:\"iranian-calendar-m11\";i:5564;s:20:\"iranian-calendar-m12\";i:5565;s:19:\"hebrew-calendar-m6a\";i:5566;s:19:\"hebrew-calendar-m6b\";i:5567;s:23:\"hebrew-calendar-m6a-gen\";i:5568;s:23:\"hebrew-calendar-m6b-gen\";i:5569;s:14:\"signature-anon\";i:5570;s:15:\"version-summary\";i:5571;s:15:\"version-version\";i:5572;s:20:\"version-db-mysql-url\";i:5573;s:22:\"version-db-mariadb-url\";i:5574;s:22:\"version-db-percona-url\";i:5575;s:23:\"version-db-postgres-url\";i:5576;s:21:\"version-db-sqlite-url\";i:5577;s:29:\"version-entrypoints-index-php\";i:5578;s:27:\"version-entrypoints-api-php\";i:5579;s:28:\"version-entrypoints-rest-php\";i:5580;s:13:\"redirect-text\";i:5581;s:20:\"specialpages-summary\";i:5582;s:24:\"specialpages-note-cached\";i:5583;s:12:\"tags-summary\";i:5584;s:30:\"tags-edit-revision-explanation\";i:5585;s:30:\"tags-edit-logentry-explanation\";i:5586;s:20:\"comparepages-summary\";i:5587;s:17:\"diff-form-summary\";i:5588;s:21:\"permanentlink-summary\";i:5589;s:18:\"newsection-summary\";i:5590;s:16:\"editpage-summary\";i:5591;s:18:\"deletepage-summary\";i:5592;s:16:\"pageinfo-summary\";i:5593;s:19:\"pagehistory-summary\";i:5594;s:19:\"protectpage-summary\";i:5595;s:13:\"purge-summary\";i:5596;s:10:\"rawmessage\";i:5597;s:14:\"deletedarticle\";i:5598;s:16:\"undeletedarticle\";i:5599;s:15:\"patrol-log-line\";i:5600;s:15:\"patrol-log-auto\";i:5601;s:15:\"patrol-log-diff\";i:5602;s:9:\"1movedto2\";i:5603;s:15:\"1movedto2_redir\";i:5604;s:23:\"newuserlog-create-entry\";i:5605;s:24:\"newuserlog-create2-entry\";i:5606;s:27:\"newuserlog-autocreate-entry\";i:5607;s:14:\"rightslogentry\";i:5608;s:26:\"rightslogentry-autopromote\";i:5609;s:32:\"limitreport-ppvisitednodes-value\";i:5610;s:32:\"limitreport-expansiondepth-value\";i:5611;s:40:\"limitreport-expensivefunctioncount-value\";i:5612;s:31:\"limitreport-unstrip-depth-value\";i:5613;s:22:\"mediastatistics-nfiles\";i:5614;s:25:\"mediastatistics-header-3d\";i:5615;s:35:\"authmanager-account-password-domain\";i:5616;s:31:\"authprovider-confirmlink-option\";i:5617;s:37:\"authprovider-confirmlink-request-help\";i:5618;s:36:\"authprovider-confirmlink-failed-line\";i:5619;s:31:\"passwordpolicies-policy-display\";i:5620;s:40:\"passwordpolicies-policy-displaywithflags\";i:5621;s:26:\"copyupload-allowed-domains\";i:5622;s:15:\"exif-make-value\";i:5623;s:16:\"exif-model-value\";i:5624;s:19:\"exif-software-value\";i:5625;s:27:\"exif-software-version-value\";i:5626;s:32:\"exif-photometricinterpretation-8\";i:5627;s:21:\"exif-posepitchdegrees\";i:5628;s:20:\"exif-poserolldegrees\";i:5629;s:30:\"exif-initialviewheadingdegrees\";i:5630;s:28:\"exif-initialviewpitchdegrees\";i:5631;s:27:\"exif-initialviewrolldegrees\";i:5632;s:20:\"apihelp-main-summary\";i:5633;s:33:\"apihelp-main-extended-description\";i:5634;s:25:\"apihelp-main-param-maxlag\";i:5635;s:26:\"apihelp-main-param-smaxage\";i:5636;s:25:\"apihelp-main-param-maxage\";i:5637;s:25:\"apihelp-main-param-assert\";i:5638;s:29:\"apihelp-main-param-assertuser\";i:5639;s:28:\"apihelp-main-param-requestid\";i:5640;s:27:\"apihelp-main-param-servedby\";i:5641;s:31:\"apihelp-main-param-curtimestamp\";i:5642;s:35:\"apihelp-main-param-responselanginfo\";i:5643;s:25:\"apihelp-main-param-origin\";i:5644;s:26:\"apihelp-main-param-uselang\";i:5645;s:26:\"apihelp-main-param-variant\";i:5646;s:30:\"apihelp-main-param-errorformat\";i:5647;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5648;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5649;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5650;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5651;s:28:\"apihelp-main-param-errorlang\";i:5652;s:33:\"apihelp-main-param-errorsuselocal\";i:5653;s:28:\"apihelp-block-param-hidename\";i:5654;s:33:\"apihelp-block-param-allowusertalk\";i:5655;s:29:\"apihelp-block-param-watchuser\";i:5656;s:35:\"apihelp-block-param-watchlistexpiry\";i:5657;s:24:\"apihelp-block-param-tags\";i:5658;s:27:\"apihelp-block-param-partial\";i:5659;s:36:\"apihelp-block-param-pagerestrictions\";i:5660;s:41:\"apihelp-block-param-namespacerestrictions\";i:5661;s:38:\"apihelp-block-param-actionrestrictions\";i:5662;s:34:\"apihelp-block-example-user-complex\";i:5663;s:40:\"apihelp-changeauthenticationdata-summary\";i:5664;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5665;s:38:\"apihelp-changecontentmodel-param-title\";i:5666;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5667;s:40:\"apihelp-changecontentmodel-param-summary\";i:5668;s:37:\"apihelp-changecontentmodel-param-tags\";i:5669;s:38:\"apihelp-changecontentmodel-param-model\";i:5670;s:36:\"apihelp-changecontentmodel-param-bot\";i:5671;s:34:\"apihelp-changecontentmodel-example\";i:5672;s:26:\"apihelp-checktoken-summary\";i:5673;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5674;s:33:\"apihelp-checktoken-example-simple\";i:5675;s:27:\"apihelp-clearhasmsg-summary\";i:5676;s:29:\"apihelp-clearhasmsg-example-1\";i:5677;s:27:\"apihelp-clientlogin-summary\";i:5678;s:33:\"apihelp-clientlogin-example-login\";i:5679;s:34:\"apihelp-clientlogin-example-login2\";i:5680;s:36:\"apihelp-compare-extended-description\";i:5681;s:29:\"apihelp-compare-param-frompst\";i:5682;s:31:\"apihelp-compare-param-fromslots\";i:5683;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5684;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5685;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5686;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5687;s:30:\"apihelp-compare-param-fromtext\";i:5688;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5689;s:39:\"apihelp-compare-param-fromcontentformat\";i:5690;s:33:\"apihelp-compare-param-fromsection\";i:5691;s:32:\"apihelp-compare-param-torelative\";i:5692;s:27:\"apihelp-compare-param-topst\";i:5693;s:29:\"apihelp-compare-param-toslots\";i:5694;s:35:\"apihelp-compare-param-totext-{slot}\";i:5695;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5696;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5697;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5698;s:28:\"apihelp-compare-param-totext\";i:5699;s:36:\"apihelp-compare-param-tocontentmodel\";i:5700;s:37:\"apihelp-compare-param-tocontentformat\";i:5701;s:31:\"apihelp-compare-param-tosection\";i:5702;s:26:\"apihelp-compare-param-prop\";i:5703;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5704;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5705;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5706;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5707;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5708;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5709;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5710;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5711;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5712;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5713;s:30:\"apihelp-compare-param-difftype\";i:5714;s:27:\"apihelp-compare-param-slots\";i:5715;s:41:\"apihelp-createaccount-param-preservestate\";i:5716;s:25:\"apihelp-cspreport-summary\";i:5717;s:34:\"apihelp-cspreport-param-reportonly\";i:5718;s:30:\"apihelp-cspreport-param-source\";i:5719;s:31:\"apihelp-delete-param-deletetalk\";i:5720;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5721;s:28:\"apihelp-edit-param-baserevid\";i:5722;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5723;s:31:\"apihelp-emailuser-example-email\";i:5724;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5725;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5726;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5727;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5728;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5729;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5730;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5731;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5732;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5733;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5734;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5735;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5736;s:38:\"apihelp-expandtemplates-example-simple\";i:5737;s:33:\"apihelp-feedcontributions-summary\";i:5738;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5739;s:36:\"apihelp-feedcontributions-param-user\";i:5740;s:41:\"apihelp-feedcontributions-param-namespace\";i:5741;s:36:\"apihelp-feedcontributions-param-year\";i:5742;s:37:\"apihelp-feedcontributions-param-month\";i:5743;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5744;s:39:\"apihelp-feedcontributions-param-toponly\";i:5745;s:39:\"apihelp-feedcontributions-param-newonly\";i:5746;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5747;s:40:\"apihelp-feedcontributions-example-simple\";i:5748;s:33:\"apihelp-feedrecentchanges-summary\";i:5749;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5750;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5751;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5752;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5753;s:36:\"apihelp-feedrecentchanges-param-days\";i:5754;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5755;s:36:\"apihelp-feedrecentchanges-param-from\";i:5756;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5757;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5758;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5759;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5760;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5761;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5762;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5763;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5764;s:38:\"apihelp-feedrecentchanges-param-target\";i:5765;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5766;s:29:\"apihelp-feedwatchlist-summary\";i:5767;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5768;s:33:\"apihelp-feedwatchlist-param-hours\";i:5769;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5770;s:37:\"apihelp-feedwatchlist-example-default\";i:5771;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5772;s:26:\"apihelp-filerevert-summary\";i:5773;s:33:\"apihelp-filerevert-param-filename\";i:5774;s:36:\"apihelp-filerevert-param-archivename\";i:5775;s:33:\"apihelp-filerevert-example-revert\";i:5776;s:20:\"apihelp-help-summary\";i:5777;s:26:\"apihelp-help-param-modules\";i:5778;s:29:\"apihelp-help-param-submodules\";i:5779;s:38:\"apihelp-help-param-recursivesubmodules\";i:5780;s:29:\"apihelp-help-param-helpformat\";i:5781;s:23:\"apihelp-help-param-wrap\";i:5782;s:22:\"apihelp-help-param-toc\";i:5783;s:25:\"apihelp-help-example-main\";i:5784;s:31:\"apihelp-help-example-submodules\";i:5785;s:26:\"apihelp-help-example-query\";i:5786;s:27:\"apihelp-imagerotate-summary\";i:5787;s:34:\"apihelp-imagerotate-param-rotation\";i:5788;s:30:\"apihelp-imagerotate-param-tags\";i:5789;s:34:\"apihelp-imagerotate-example-simple\";i:5790;s:37:\"apihelp-imagerotate-example-generator\";i:5791;s:22:\"apihelp-import-summary\";i:5792;s:35:\"apihelp-import-extended-description\";i:5793;s:28:\"apihelp-import-param-summary\";i:5794;s:36:\"apihelp-import-param-interwikiprefix\";i:5795;s:37:\"apihelp-import-param-assignknownusers\";i:5796;s:36:\"apihelp-import-param-interwikisource\";i:5797;s:34:\"apihelp-import-param-interwikipage\";i:5798;s:32:\"apihelp-import-param-fullhistory\";i:5799;s:30:\"apihelp-import-param-templates\";i:5800;s:30:\"apihelp-import-param-namespace\";i:5801;s:29:\"apihelp-import-param-rootpage\";i:5802;s:25:\"apihelp-import-param-tags\";i:5803;s:29:\"apihelp-import-example-import\";i:5804;s:27:\"apihelp-linkaccount-summary\";i:5805;s:32:\"apihelp-linkaccount-example-link\";i:5806;s:21:\"apihelp-login-summary\";i:5807;s:34:\"apihelp-login-extended-description\";i:5808;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5809;s:26:\"apihelp-managetags-summary\";i:5810;s:34:\"apihelp-managetags-param-operation\";i:5811;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5812;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5813;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5814;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5815;s:28:\"apihelp-managetags-param-tag\";i:5816;s:31:\"apihelp-managetags-param-reason\";i:5817;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5818;s:29:\"apihelp-managetags-param-tags\";i:5819;s:33:\"apihelp-managetags-example-create\";i:5820;s:33:\"apihelp-managetags-example-delete\";i:5821;s:35:\"apihelp-managetags-example-activate\";i:5822;s:37:\"apihelp-managetags-example-deactivate\";i:5823;s:28:\"apihelp-mergehistory-summary\";i:5824;s:31:\"apihelp-mergehistory-param-from\";i:5825;s:33:\"apihelp-mergehistory-param-fromid\";i:5826;s:29:\"apihelp-mergehistory-param-to\";i:5827;s:31:\"apihelp-mergehistory-param-toid\";i:5828;s:36:\"apihelp-mergehistory-param-timestamp\";i:5829;s:33:\"apihelp-mergehistory-param-reason\";i:5830;s:34:\"apihelp-mergehistory-example-merge\";i:5831;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5832;s:25:\"apihelp-move-param-fromid\";i:5833;s:21:\"apihelp-move-param-to\";i:5834;s:25:\"apihelp-move-param-reason\";i:5835;s:24:\"apihelp-move-param-watch\";i:5836;s:28:\"apihelp-move-param-watchlist\";i:5837;s:34:\"apihelp-move-param-watchlistexpiry\";i:5838;s:23:\"apihelp-move-param-tags\";i:5839;s:26:\"apihelp-opensearch-summary\";i:5840;s:30:\"apihelp-opensearch-param-limit\";i:5841;s:34:\"apihelp-opensearch-param-namespace\";i:5842;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5843;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5844;s:41:\"apihelp-opensearch-param-redirects-append\";i:5845;s:31:\"apihelp-opensearch-param-format\";i:5846;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5847;s:29:\"apihelp-opensearch-example-te\";i:5848;s:23:\"apihelp-options-summary\";i:5849;s:36:\"apihelp-options-extended-description\";i:5850;s:27:\"apihelp-options-param-reset\";i:5851;s:32:\"apihelp-options-param-resetkinds\";i:5852;s:28:\"apihelp-options-param-change\";i:5853;s:32:\"apihelp-options-param-optionname\";i:5854;s:33:\"apihelp-options-param-optionvalue\";i:5855;s:30:\"apihelp-options-example-change\";i:5856;s:31:\"apihelp-options-example-complex\";i:5857;s:25:\"apihelp-paraminfo-summary\";i:5858;s:31:\"apihelp-paraminfo-param-modules\";i:5859;s:34:\"apihelp-paraminfo-param-helpformat\";i:5860;s:36:\"apihelp-paraminfo-param-querymodules\";i:5861;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5862;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5863;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5864;s:27:\"apihelp-paraminfo-example-1\";i:5865;s:27:\"apihelp-paraminfo-example-2\";i:5866;s:21:\"apihelp-parse-summary\";i:5867;s:34:\"apihelp-parse-extended-description\";i:5868;s:25:\"apihelp-parse-param-title\";i:5869;s:24:\"apihelp-parse-param-text\";i:5870;s:25:\"apihelp-parse-param-revid\";i:5871;s:27:\"apihelp-parse-param-summary\";i:5872;s:24:\"apihelp-parse-param-page\";i:5873;s:26:\"apihelp-parse-param-pageid\";i:5874;s:29:\"apihelp-parse-param-redirects\";i:5875;s:25:\"apihelp-parse-param-oldid\";i:5876;s:24:\"apihelp-parse-param-prop\";i:5877;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5878;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5879;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5880;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5881;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5882;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5883;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5884;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5885;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5886;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5887;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5888;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5889;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5890;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5891;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5892;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5893;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5894;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5895;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5896;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5897;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5898;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5899;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5900;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5901;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5902;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5903;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5904;s:23:\"apihelp-parse-param-pst\";i:5905;s:27:\"apihelp-parse-param-onlypst\";i:5906;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5907;s:27:\"apihelp-parse-param-section\";i:5908;s:32:\"apihelp-parse-param-sectiontitle\";i:5909;s:38:\"apihelp-parse-param-disablelimitreport\";i:5910;s:29:\"apihelp-parse-param-disablepp\";i:5911;s:38:\"apihelp-parse-param-disableeditsection\";i:5912;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5913;s:36:\"apihelp-parse-param-showstrategykeys\";i:5914;s:31:\"apihelp-parse-param-generatexml\";i:5915;s:27:\"apihelp-parse-param-preview\";i:5916;s:34:\"apihelp-parse-param-sectionpreview\";i:5917;s:30:\"apihelp-parse-param-disabletoc\";i:5918;s:27:\"apihelp-parse-param-useskin\";i:5919;s:33:\"apihelp-parse-param-contentformat\";i:5920;s:32:\"apihelp-parse-param-contentmodel\";i:5921;s:26:\"apihelp-parse-example-page\";i:5922;s:26:\"apihelp-parse-example-text\";i:5923;s:31:\"apihelp-parse-example-texttitle\";i:5924;s:29:\"apihelp-parse-example-summary\";i:5925;s:22:\"apihelp-patrol-summary\";i:5926;s:25:\"apihelp-patrol-param-rcid\";i:5927;s:26:\"apihelp-patrol-param-revid\";i:5928;s:25:\"apihelp-patrol-param-tags\";i:5929;s:27:\"apihelp-patrol-example-rcid\";i:5930;s:28:\"apihelp-patrol-example-revid\";i:5931;s:23:\"apihelp-protect-summary\";i:5932;s:27:\"apihelp-protect-param-title\";i:5933;s:28:\"apihelp-protect-param-pageid\";i:5934;s:33:\"apihelp-protect-param-protections\";i:5935;s:28:\"apihelp-protect-param-expiry\";i:5936;s:26:\"apihelp-protect-param-tags\";i:5937;s:29:\"apihelp-protect-param-cascade\";i:5938;s:27:\"apihelp-protect-param-watch\";i:5939;s:31:\"apihelp-protect-param-watchlist\";i:5940;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5941;s:33:\"apihelp-protect-example-unprotect\";i:5942;s:34:\"apihelp-protect-example-unprotect2\";i:5943;s:21:\"apihelp-purge-summary\";i:5944;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5945;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5946;s:28:\"apihelp-purge-example-simple\";i:5947;s:31:\"apihelp-purge-example-generator\";i:5948;s:21:\"apihelp-query-summary\";i:5949;s:34:\"apihelp-query-extended-description\";i:5950;s:24:\"apihelp-query-param-prop\";i:5951;s:24:\"apihelp-query-param-list\";i:5952;s:24:\"apihelp-query-param-meta\";i:5953;s:32:\"apihelp-query-param-indexpageids\";i:5954;s:26:\"apihelp-query-param-export\";i:5955;s:32:\"apihelp-query-param-exportnowrap\";i:5956;s:32:\"apihelp-query-param-exportschema\";i:5957;s:25:\"apihelp-query-param-iwurl\";i:5958;s:31:\"apihelp-query-param-rawcontinue\";i:5959;s:31:\"apihelp-query-example-revisions\";i:5960;s:30:\"apihelp-query-example-allpages\";i:5961;s:35:\"apihelp-query+allcategories-summary\";i:5962;s:38:\"apihelp-query+allcategories-param-from\";i:5963;s:36:\"apihelp-query+allcategories-param-to\";i:5964;s:40:\"apihelp-query+allcategories-param-prefix\";i:5965;s:37:\"apihelp-query+allcategories-param-dir\";i:5966;s:37:\"apihelp-query+allcategories-param-min\";i:5967;s:37:\"apihelp-query+allcategories-param-max\";i:5968;s:39:\"apihelp-query+allcategories-param-limit\";i:5969;s:38:\"apihelp-query+allcategories-param-prop\";i:5970;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5971;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5972;s:40:\"apihelp-query+allcategories-example-size\";i:5973;s:45:\"apihelp-query+allcategories-example-generator\";i:5974;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5975;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5976;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5977;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5978;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5979;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5980;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5981;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5982;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5983;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5984;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5985;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5986;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5987;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5988;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5989;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5990;s:35:\"apihelp-query+allfileusages-summary\";i:5991;s:38:\"apihelp-query+allfileusages-param-from\";i:5992;s:36:\"apihelp-query+allfileusages-param-to\";i:5993;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5994;s:40:\"apihelp-query+allfileusages-param-unique\";i:5995;s:38:\"apihelp-query+allfileusages-param-prop\";i:5996;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5997;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5998;s:39:\"apihelp-query+allfileusages-param-limit\";i:5999;s:37:\"apihelp-query+allfileusages-param-dir\";i:6000;s:37:\"apihelp-query+allfileusages-example-b\";i:6001;s:42:\"apihelp-query+allfileusages-example-unique\";i:6002;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:6003;s:45:\"apihelp-query+allfileusages-example-generator\";i:6004;s:31:\"apihelp-query+allimages-summary\";i:6005;s:34:\"apihelp-query+allimages-param-sort\";i:6006;s:33:\"apihelp-query+allimages-param-dir\";i:6007;s:34:\"apihelp-query+allimages-param-from\";i:6008;s:32:\"apihelp-query+allimages-param-to\";i:6009;s:35:\"apihelp-query+allimages-param-start\";i:6010;s:33:\"apihelp-query+allimages-param-end\";i:6011;s:36:\"apihelp-query+allimages-param-prefix\";i:6012;s:37:\"apihelp-query+allimages-param-minsize\";i:6013;s:37:\"apihelp-query+allimages-param-maxsize\";i:6014;s:34:\"apihelp-query+allimages-param-sha1\";i:6015;s:40:\"apihelp-query+allimages-param-sha1base36\";i:6016;s:34:\"apihelp-query+allimages-param-user\";i:6017;s:40:\"apihelp-query+allimages-param-filterbots\";i:6018;s:34:\"apihelp-query+allimages-param-mime\";i:6019;s:35:\"apihelp-query+allimages-param-limit\";i:6020;s:33:\"apihelp-query+allimages-example-b\";i:6021;s:38:\"apihelp-query+allimages-example-recent\";i:6022;s:41:\"apihelp-query+allimages-example-mimetypes\";i:6023;s:41:\"apihelp-query+allimages-example-generator\";i:6024;s:30:\"apihelp-query+alllinks-summary\";i:6025;s:33:\"apihelp-query+alllinks-param-from\";i:6026;s:31:\"apihelp-query+alllinks-param-to\";i:6027;s:35:\"apihelp-query+alllinks-param-prefix\";i:6028;s:35:\"apihelp-query+alllinks-param-unique\";i:6029;s:33:\"apihelp-query+alllinks-param-prop\";i:6030;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:6031;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:6032;s:38:\"apihelp-query+alllinks-param-namespace\";i:6033;s:34:\"apihelp-query+alllinks-param-limit\";i:6034;s:32:\"apihelp-query+alllinks-param-dir\";i:6035;s:32:\"apihelp-query+alllinks-example-b\";i:6036;s:37:\"apihelp-query+alllinks-example-unique\";i:6037;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:6038;s:40:\"apihelp-query+alllinks-example-generator\";i:6039;s:33:\"apihelp-query+allmessages-summary\";i:6040;s:40:\"apihelp-query+allmessages-param-messages\";i:6041;s:36:\"apihelp-query+allmessages-param-prop\";i:6042;s:44:\"apihelp-query+allmessages-param-enableparser\";i:6043;s:41:\"apihelp-query+allmessages-param-nocontent\";i:6044;s:44:\"apihelp-query+allmessages-param-includelocal\";i:6045;s:36:\"apihelp-query+allmessages-param-args\";i:6046;s:38:\"apihelp-query+allmessages-param-filter\";i:6047;s:42:\"apihelp-query+allmessages-param-customised\";i:6048;s:36:\"apihelp-query+allmessages-param-lang\";i:6049;s:36:\"apihelp-query+allmessages-param-from\";i:6050;s:34:\"apihelp-query+allmessages-param-to\";i:6051;s:37:\"apihelp-query+allmessages-param-title\";i:6052;s:38:\"apihelp-query+allmessages-param-prefix\";i:6053;s:37:\"apihelp-query+allmessages-example-ipb\";i:6054;s:36:\"apihelp-query+allmessages-example-de\";i:6055;s:30:\"apihelp-query+allpages-summary\";i:6056;s:33:\"apihelp-query+allpages-param-from\";i:6057;s:31:\"apihelp-query+allpages-param-to\";i:6058;s:35:\"apihelp-query+allpages-param-prefix\";i:6059;s:38:\"apihelp-query+allpages-param-namespace\";i:6060;s:40:\"apihelp-query+allpages-param-filterredir\";i:6061;s:36:\"apihelp-query+allpages-param-minsize\";i:6062;s:36:\"apihelp-query+allpages-param-maxsize\";i:6063;s:35:\"apihelp-query+allpages-param-prtype\";i:6064;s:36:\"apihelp-query+allpages-param-prlevel\";i:6065;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:6066;s:34:\"apihelp-query+allpages-param-limit\";i:6067;s:32:\"apihelp-query+allpages-param-dir\";i:6068;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:6069;s:37:\"apihelp-query+allpages-param-prexpiry\";i:6070;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:6071;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:6072;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:6073;s:32:\"apihelp-query+allpages-example-b\";i:6074;s:40:\"apihelp-query+allpages-example-generator\";i:6075;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:6076;s:37:\"apihelp-query+allredirects-param-from\";i:6077;s:35:\"apihelp-query+allredirects-param-to\";i:6078;s:39:\"apihelp-query+allredirects-param-prefix\";i:6079;s:39:\"apihelp-query+allredirects-param-unique\";i:6080;s:37:\"apihelp-query+allredirects-param-prop\";i:6081;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:6082;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:6083;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:6084;s:42:\"apihelp-query+allredirects-param-namespace\";i:6085;s:38:\"apihelp-query+allredirects-param-limit\";i:6086;s:36:\"apihelp-query+allredirects-param-dir\";i:6087;s:36:\"apihelp-query+allredirects-example-b\";i:6088;s:41:\"apihelp-query+allredirects-example-unique\";i:6089;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:6090;s:44:\"apihelp-query+allredirects-example-generator\";i:6091;s:34:\"apihelp-query+allrevisions-summary\";i:6092;s:38:\"apihelp-query+allrevisions-param-start\";i:6093;s:36:\"apihelp-query+allrevisions-param-end\";i:6094;s:37:\"apihelp-query+allrevisions-param-user\";i:6095;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:6096;s:42:\"apihelp-query+allrevisions-param-namespace\";i:6097;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:6098;s:39:\"apihelp-query+allrevisions-example-user\";i:6099;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:6100;s:36:\"apihelp-query+mystashedfiles-summary\";i:6101;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:6102;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:6103;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:6104;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:6105;s:38:\"apihelp-query+alltransclusions-summary\";i:6106;s:41:\"apihelp-query+alltransclusions-param-from\";i:6107;s:39:\"apihelp-query+alltransclusions-param-to\";i:6108;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:6109;s:43:\"apihelp-query+alltransclusions-param-unique\";i:6110;s:41:\"apihelp-query+alltransclusions-param-prop\";i:6111;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:6112;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:6113;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:6114;s:42:\"apihelp-query+alltransclusions-param-limit\";i:6115;s:40:\"apihelp-query+alltransclusions-param-dir\";i:6116;s:40:\"apihelp-query+alltransclusions-example-b\";i:6117;s:45:\"apihelp-query+alltransclusions-example-unique\";i:6118;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:6119;s:48:\"apihelp-query+alltransclusions-example-generator\";i:6120;s:30:\"apihelp-query+allusers-summary\";i:6121;s:33:\"apihelp-query+allusers-param-from\";i:6122;s:31:\"apihelp-query+allusers-param-to\";i:6123;s:35:\"apihelp-query+allusers-param-prefix\";i:6124;s:32:\"apihelp-query+allusers-param-dir\";i:6125;s:34:\"apihelp-query+allusers-param-group\";i:6126;s:41:\"apihelp-query+allusers-param-excludegroup\";i:6127;s:35:\"apihelp-query+allusers-param-rights\";i:6128;s:33:\"apihelp-query+allusers-param-prop\";i:6129;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:6130;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:6131;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:6132;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:6133;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:6134;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:6135;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:6136;s:34:\"apihelp-query+allusers-param-limit\";i:6137;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:6138;s:40:\"apihelp-query+allusers-param-activeusers\";i:6139;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:6140;s:32:\"apihelp-query+allusers-example-y\";i:6141;s:37:\"apihelp-query+authmanagerinfo-summary\";i:6142;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:6143;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:6144;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:6145;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:6146;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:6147;s:31:\"apihelp-query+backlinks-summary\";i:6148;s:35:\"apihelp-query+backlinks-param-title\";i:6149;s:36:\"apihelp-query+backlinks-param-pageid\";i:6150;s:39:\"apihelp-query+backlinks-param-namespace\";i:6151;s:33:\"apihelp-query+backlinks-param-dir\";i:6152;s:41:\"apihelp-query+backlinks-param-filterredir\";i:6153;s:35:\"apihelp-query+backlinks-param-limit\";i:6154;s:38:\"apihelp-query+backlinks-param-redirect\";i:6155;s:38:\"apihelp-query+backlinks-example-simple\";i:6156;s:41:\"apihelp-query+backlinks-example-generator\";i:6157;s:28:\"apihelp-query+blocks-summary\";i:6158;s:32:\"apihelp-query+blocks-param-start\";i:6159;s:30:\"apihelp-query+blocks-param-end\";i:6160;s:30:\"apihelp-query+blocks-param-ids\";i:6161;s:32:\"apihelp-query+blocks-param-users\";i:6162;s:29:\"apihelp-query+blocks-param-ip\";i:6163;s:32:\"apihelp-query+blocks-param-limit\";i:6164;s:31:\"apihelp-query+blocks-param-prop\";i:6165;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:6166;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:6167;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:6168;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:6169;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:6170;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:6171;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:6172;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:6173;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:6174;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:6175;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:6176;s:31:\"apihelp-query+blocks-param-show\";i:6177;s:35:\"apihelp-query+blocks-example-simple\";i:6178;s:34:\"apihelp-query+blocks-example-users\";i:6179;s:32:\"apihelp-query+categories-summary\";i:6180;s:35:\"apihelp-query+categories-param-prop\";i:6181;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:6182;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:6183;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:6184;s:35:\"apihelp-query+categories-param-show\";i:6185;s:36:\"apihelp-query+categories-param-limit\";i:6186;s:41:\"apihelp-query+categories-param-categories\";i:6187;s:34:\"apihelp-query+categories-param-dir\";i:6188;s:39:\"apihelp-query+categories-example-simple\";i:6189;s:42:\"apihelp-query+categories-example-generator\";i:6190;s:34:\"apihelp-query+categoryinfo-summary\";i:6191;s:41:\"apihelp-query+categoryinfo-example-simple\";i:6192;s:37:\"apihelp-query+categorymembers-summary\";i:6193;s:41:\"apihelp-query+categorymembers-param-title\";i:6194;s:42:\"apihelp-query+categorymembers-param-pageid\";i:6195;s:40:\"apihelp-query+categorymembers-param-prop\";i:6196;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:6197;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:6198;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:6199;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:6200;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:6201;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:6202;s:45:\"apihelp-query+categorymembers-param-namespace\";i:6203;s:40:\"apihelp-query+categorymembers-param-type\";i:6204;s:41:\"apihelp-query+categorymembers-param-limit\";i:6205;s:40:\"apihelp-query+categorymembers-param-sort\";i:6206;s:39:\"apihelp-query+categorymembers-param-dir\";i:6207;s:41:\"apihelp-query+categorymembers-param-start\";i:6208;s:39:\"apihelp-query+categorymembers-param-end\";i:6209;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:6210;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:6211;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:6212;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:6213;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:6214;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:6215;s:44:\"apihelp-query+categorymembers-example-simple\";i:6216;s:47:\"apihelp-query+categorymembers-example-generator\";i:6217;s:34:\"apihelp-query+contributors-summary\";i:6218;s:38:\"apihelp-query+contributors-param-group\";i:6219;s:45:\"apihelp-query+contributors-param-excludegroup\";i:6220;s:39:\"apihelp-query+contributors-param-rights\";i:6221;s:46:\"apihelp-query+contributors-param-excluderights\";i:6222;s:38:\"apihelp-query+contributors-param-limit\";i:6223;s:41:\"apihelp-query+contributors-example-simple\";i:6224;s:38:\"apihelp-query+deletedrevisions-summary\";i:6225;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:6226;s:42:\"apihelp-query+deletedrevisions-param-start\";i:6227;s:40:\"apihelp-query+deletedrevisions-param-end\";i:6228;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:6229;s:41:\"apihelp-query+deletedrevisions-param-user\";i:6230;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:6231;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:6232;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:6233;s:33:\"apihelp-query+deletedrevs-summary\";i:6234;s:46:\"apihelp-query+deletedrevs-extended-description\";i:6235;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:6236;s:37:\"apihelp-query+deletedrevs-param-start\";i:6237;s:35:\"apihelp-query+deletedrevs-param-end\";i:6238;s:36:\"apihelp-query+deletedrevs-param-from\";i:6239;s:34:\"apihelp-query+deletedrevs-param-to\";i:6240;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:6241;s:38:\"apihelp-query+deletedrevs-param-unique\";i:6242;s:35:\"apihelp-query+deletedrevs-param-tag\";i:6243;s:36:\"apihelp-query+deletedrevs-param-user\";i:6244;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:6245;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:6246;s:37:\"apihelp-query+deletedrevs-param-limit\";i:6247;s:36:\"apihelp-query+deletedrevs-param-prop\";i:6248;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:6249;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:6250;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:6251;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:6252;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:6253;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:6254;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:6255;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:6256;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:6257;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:6258;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:6259;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:6260;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:6261;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:6262;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:6263;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:6264;s:30:\"apihelp-query+disabled-summary\";i:6265;s:36:\"apihelp-query+duplicatefiles-summary\";i:6266;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:6267;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:6268;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:6269;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:6270;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:6271;s:32:\"apihelp-query+embeddedin-summary\";i:6272;s:36:\"apihelp-query+embeddedin-param-title\";i:6273;s:37:\"apihelp-query+embeddedin-param-pageid\";i:6274;s:40:\"apihelp-query+embeddedin-param-namespace\";i:6275;s:34:\"apihelp-query+embeddedin-param-dir\";i:6276;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:6277;s:36:\"apihelp-query+embeddedin-param-limit\";i:6278;s:39:\"apihelp-query+embeddedin-example-simple\";i:6279;s:42:\"apihelp-query+embeddedin-example-generator\";i:6280;s:30:\"apihelp-query+extlinks-summary\";i:6281;s:34:\"apihelp-query+extlinks-param-limit\";i:6282;s:37:\"apihelp-query+extlinks-param-protocol\";i:6283;s:34:\"apihelp-query+extlinks-param-query\";i:6284;s:38:\"apihelp-query+extlinks-param-expandurl\";i:6285;s:37:\"apihelp-query+extlinks-example-simple\";i:6286;s:33:\"apihelp-query+exturlusage-summary\";i:6287;s:36:\"apihelp-query+exturlusage-param-prop\";i:6288;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:6289;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:6290;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:6291;s:40:\"apihelp-query+exturlusage-param-protocol\";i:6292;s:37:\"apihelp-query+exturlusage-param-query\";i:6293;s:41:\"apihelp-query+exturlusage-param-namespace\";i:6294;s:37:\"apihelp-query+exturlusage-param-limit\";i:6295;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:6296;s:40:\"apihelp-query+exturlusage-example-simple\";i:6297;s:33:\"apihelp-query+filearchive-summary\";i:6298;s:36:\"apihelp-query+filearchive-param-from\";i:6299;s:34:\"apihelp-query+filearchive-param-to\";i:6300;s:38:\"apihelp-query+filearchive-param-prefix\";i:6301;s:37:\"apihelp-query+filearchive-param-limit\";i:6302;s:35:\"apihelp-query+filearchive-param-dir\";i:6303;s:36:\"apihelp-query+filearchive-param-sha1\";i:6304;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:6305;s:36:\"apihelp-query+filearchive-param-prop\";i:6306;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:6307;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:6308;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:6309;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:6310;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:6311;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:6312;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:6313;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:6314;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:6315;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:6316;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:6317;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:6318;s:40:\"apihelp-query+filearchive-example-simple\";i:6319;s:34:\"apihelp-query+filerepoinfo-summary\";i:6320;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:6321;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:6322;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:6323;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:6324;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:6325;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:6326;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:6327;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:6328;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:6329;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:6330;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:6331;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:6332;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:6333;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:6334;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:6335;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:6336;s:31:\"apihelp-query+fileusage-summary\";i:6337;s:34:\"apihelp-query+fileusage-param-prop\";i:6338;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:6339;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:6340;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:6341;s:39:\"apihelp-query+fileusage-param-namespace\";i:6342;s:35:\"apihelp-query+fileusage-param-limit\";i:6343;s:34:\"apihelp-query+fileusage-param-show\";i:6344;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:6345;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:6346;s:38:\"apihelp-query+fileusage-example-simple\";i:6347;s:41:\"apihelp-query+fileusage-example-generator\";i:6348;s:31:\"apihelp-query+imageinfo-summary\";i:6349;s:34:\"apihelp-query+imageinfo-param-prop\";i:6350;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:6351;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:6352;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:6353;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:6354;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:6355;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:6356;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:6357;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6358;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6359;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6360;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6361;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6362;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6363;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6364;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6365;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6366;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6367;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6368;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6369;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6370;s:35:\"apihelp-query+imageinfo-param-limit\";i:6371;s:35:\"apihelp-query+imageinfo-param-start\";i:6372;s:33:\"apihelp-query+imageinfo-param-end\";i:6373;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6374;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:6375;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6376;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6377;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6378;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6379;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6380;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6381;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6382;s:38:\"apihelp-query+imageinfo-example-simple\";i:6383;s:37:\"apihelp-query+imageinfo-example-dated\";i:6384;s:28:\"apihelp-query+images-summary\";i:6385;s:32:\"apihelp-query+images-param-limit\";i:6386;s:33:\"apihelp-query+images-param-images\";i:6387;s:30:\"apihelp-query+images-param-dir\";i:6388;s:35:\"apihelp-query+images-example-simple\";i:6389;s:38:\"apihelp-query+images-example-generator\";i:6390;s:32:\"apihelp-query+imageusage-summary\";i:6391;s:36:\"apihelp-query+imageusage-param-title\";i:6392;s:37:\"apihelp-query+imageusage-param-pageid\";i:6393;s:40:\"apihelp-query+imageusage-param-namespace\";i:6394;s:34:\"apihelp-query+imageusage-param-dir\";i:6395;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6396;s:36:\"apihelp-query+imageusage-param-limit\";i:6397;s:39:\"apihelp-query+imageusage-param-redirect\";i:6398;s:39:\"apihelp-query+imageusage-example-simple\";i:6399;s:42:\"apihelp-query+imageusage-example-generator\";i:6400;s:26:\"apihelp-query+info-summary\";i:6401;s:29:\"apihelp-query+info-param-prop\";i:6402;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6403;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6404;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6405;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6406;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6407;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6408;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6409;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6410;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6411;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6412;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6413;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6414;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6415;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6416;s:36:\"apihelp-query+info-param-linkcontext\";i:6417;s:36:\"apihelp-query+info-param-testactions\";i:6418;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6419;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6420;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6421;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6422;s:33:\"apihelp-query+info-example-simple\";i:6423;s:37:\"apihelp-query+info-example-protection\";i:6424;s:33:\"apihelp-query+iwbacklinks-summary\";i:6425;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6426;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6427;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6428;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6429;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6430;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6431;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6432;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6433;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6434;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6435;s:29:\"apihelp-query+iwlinks-summary\";i:6436;s:31:\"apihelp-query+iwlinks-param-url\";i:6437;s:32:\"apihelp-query+iwlinks-param-prop\";i:6438;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6439;s:33:\"apihelp-query+iwlinks-param-limit\";i:6440;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6441;s:33:\"apihelp-query+iwlinks-param-title\";i:6442;s:31:\"apihelp-query+iwlinks-param-dir\";i:6443;s:36:\"apihelp-query+iwlinks-example-simple\";i:6444;s:35:\"apihelp-query+langbacklinks-summary\";i:6445;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6446;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6447;s:39:\"apihelp-query+langbacklinks-param-title\";i:6448;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6449;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6450;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6451;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6452;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6453;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6454;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6455;s:31:\"apihelp-query+langlinks-summary\";i:6456;s:35:\"apihelp-query+langlinks-param-limit\";i:6457;s:33:\"apihelp-query+langlinks-param-url\";i:6458;s:34:\"apihelp-query+langlinks-param-prop\";i:6459;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6460;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6461;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6462;s:34:\"apihelp-query+langlinks-param-lang\";i:6463;s:35:\"apihelp-query+langlinks-param-title\";i:6464;s:33:\"apihelp-query+langlinks-param-dir\";i:6465;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6466;s:38:\"apihelp-query+langlinks-example-simple\";i:6467;s:34:\"apihelp-query+languageinfo-summary\";i:6468;s:47:\"apihelp-query+languageinfo-extended-description\";i:6469;s:37:\"apihelp-query+languageinfo-param-prop\";i:6470;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6471;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6472;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6473;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6474;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6475;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6476;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6477;s:37:\"apihelp-query+languageinfo-param-code\";i:6478;s:41:\"apihelp-query+languageinfo-example-simple\";i:6479;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6480;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6481;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6482;s:27:\"apihelp-query+links-summary\";i:6483;s:35:\"apihelp-query+links-param-namespace\";i:6484;s:31:\"apihelp-query+links-param-limit\";i:6485;s:32:\"apihelp-query+links-param-titles\";i:6486;s:29:\"apihelp-query+links-param-dir\";i:6487;s:34:\"apihelp-query+links-example-simple\";i:6488;s:37:\"apihelp-query+links-example-generator\";i:6489;s:38:\"apihelp-query+links-example-namespaces\";i:6490;s:31:\"apihelp-query+linkshere-summary\";i:6491;s:34:\"apihelp-query+linkshere-param-prop\";i:6492;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6493;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6494;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6495;s:39:\"apihelp-query+linkshere-param-namespace\";i:6496;s:35:\"apihelp-query+linkshere-param-limit\";i:6497;s:34:\"apihelp-query+linkshere-param-show\";i:6498;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6499;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6500;s:38:\"apihelp-query+linkshere-example-simple\";i:6501;s:41:\"apihelp-query+linkshere-example-generator\";i:6502;s:31:\"apihelp-query+logevents-summary\";i:6503;s:34:\"apihelp-query+logevents-param-prop\";i:6504;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6505;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6506;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6507;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6508;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6509;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6510;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6511;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6512;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6513;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6514;s:34:\"apihelp-query+logevents-param-type\";i:6515;s:36:\"apihelp-query+logevents-param-action\";i:6516;s:35:\"apihelp-query+logevents-param-start\";i:6517;s:33:\"apihelp-query+logevents-param-end\";i:6518;s:34:\"apihelp-query+logevents-param-user\";i:6519;s:35:\"apihelp-query+logevents-param-title\";i:6520;s:39:\"apihelp-query+logevents-param-namespace\";i:6521;s:36:\"apihelp-query+logevents-param-prefix\";i:6522;s:33:\"apihelp-query+logevents-param-tag\";i:6523;s:35:\"apihelp-query+logevents-param-limit\";i:6524;s:38:\"apihelp-query+logevents-example-simple\";i:6525;s:35:\"apihelp-query+pagepropnames-summary\";i:6526;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6527;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6528;s:31:\"apihelp-query+pageprops-summary\";i:6529;s:34:\"apihelp-query+pageprops-param-prop\";i:6530;s:38:\"apihelp-query+pageprops-example-simple\";i:6531;s:35:\"apihelp-query+pageswithprop-summary\";i:6532;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6533;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6534;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6535;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6536;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6537;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6538;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6539;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6540;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6541;s:34:\"apihelp-query+prefixsearch-summary\";i:6542;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6543;s:39:\"apihelp-query+prefixsearch-param-search\";i:6544;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6545;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6546;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6547;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6548;s:37:\"apihelp-query+protectedtitles-summary\";i:6549;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6550;s:41:\"apihelp-query+protectedtitles-param-level\";i:6551;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6552;s:41:\"apihelp-query+protectedtitles-param-start\";i:6553;s:39:\"apihelp-query+protectedtitles-param-end\";i:6554;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6555;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6556;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6557;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6558;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6559;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6560;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6561;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6562;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6563;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6564;s:31:\"apihelp-query+querypage-summary\";i:6565;s:34:\"apihelp-query+querypage-param-page\";i:6566;s:35:\"apihelp-query+querypage-param-limit\";i:6567;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6568;s:28:\"apihelp-query+random-summary\";i:6569;s:41:\"apihelp-query+random-extended-description\";i:6570;s:36:\"apihelp-query+random-param-namespace\";i:6571;s:32:\"apihelp-query+random-param-limit\";i:6572;s:35:\"apihelp-query+random-param-redirect\";i:6573;s:38:\"apihelp-query+random-param-filterredir\";i:6574;s:35:\"apihelp-query+random-example-simple\";i:6575;s:38:\"apihelp-query+random-example-generator\";i:6576;s:35:\"apihelp-query+recentchanges-summary\";i:6577;s:39:\"apihelp-query+recentchanges-param-start\";i:6578;s:37:\"apihelp-query+recentchanges-param-end\";i:6579;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6580;s:38:\"apihelp-query+recentchanges-param-user\";i:6581;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6582;s:37:\"apihelp-query+recentchanges-param-tag\";i:6583;s:38:\"apihelp-query+recentchanges-param-slot\";i:6584;s:38:\"apihelp-query+recentchanges-param-prop\";i:6585;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6586;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6587;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6588;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6589;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6590;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6591;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6592;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6593;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6594;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6595;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6596;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6597;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6598;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6599;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6600;s:38:\"apihelp-query+recentchanges-param-show\";i:6601;s:39:\"apihelp-query+recentchanges-param-limit\";i:6602;s:38:\"apihelp-query+recentchanges-param-type\";i:6603;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6604;s:39:\"apihelp-query+recentchanges-param-title\";i:6605;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6606;s:42:\"apihelp-query+recentchanges-example-simple\";i:6607;s:45:\"apihelp-query+recentchanges-example-generator\";i:6608;s:31:\"apihelp-query+redirects-summary\";i:6609;s:34:\"apihelp-query+redirects-param-prop\";i:6610;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6611;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6612;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6613;s:39:\"apihelp-query+redirects-param-namespace\";i:6614;s:35:\"apihelp-query+redirects-param-limit\";i:6615;s:34:\"apihelp-query+redirects-param-show\";i:6616;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6617;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6618;s:38:\"apihelp-query+redirects-example-simple\";i:6619;s:41:\"apihelp-query+redirects-example-generator\";i:6620;s:31:\"apihelp-query+revisions-summary\";i:6621;s:44:\"apihelp-query+revisions-extended-description\";i:6622;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6623;s:37:\"apihelp-query+revisions-param-startid\";i:6624;s:35:\"apihelp-query+revisions-param-endid\";i:6625;s:35:\"apihelp-query+revisions-param-start\";i:6626;s:33:\"apihelp-query+revisions-param-end\";i:6627;s:34:\"apihelp-query+revisions-param-user\";i:6628;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6629;s:33:\"apihelp-query+revisions-param-tag\";i:6630;s:39:\"apihelp-query+revisions-example-content\";i:6631;s:37:\"apihelp-query+revisions-example-last5\";i:6632;s:38:\"apihelp-query+revisions-example-first5\";i:6633;s:44:\"apihelp-query+revisions-example-first5-after\";i:6634;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6635;s:43:\"apihelp-query+revisions-example-first5-user\";i:6636;s:39:\"apihelp-query+revisions+base-param-prop\";i:6637;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6638;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6639;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6640;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6641;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6642;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6643;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6644;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6645;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6646;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6647;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6648;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6649;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6650;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6651;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6652;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6653;s:40:\"apihelp-query+revisions+base-param-slots\";i:6654;s:40:\"apihelp-query+revisions+base-param-limit\";i:6655;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6656;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6657;s:40:\"apihelp-query+revisions+base-param-parse\";i:6658;s:42:\"apihelp-query+revisions+base-param-section\";i:6659;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6660;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6661;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6662;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6663;s:28:\"apihelp-query+search-summary\";i:6664;s:33:\"apihelp-query+search-param-search\";i:6665;s:36:\"apihelp-query+search-param-namespace\";i:6666;s:31:\"apihelp-query+search-param-what\";i:6667;s:31:\"apihelp-query+search-param-info\";i:6668;s:31:\"apihelp-query+search-param-prop\";i:6669;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6670;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6671;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6672;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6673;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6674;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6675;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6676;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6677;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6678;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6679;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6680;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6681;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6682;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6683;s:32:\"apihelp-query+search-param-limit\";i:6684;s:36:\"apihelp-query+search-param-interwiki\";i:6685;s:34:\"apihelp-query+search-param-backend\";i:6686;s:41:\"apihelp-query+search-param-enablerewrites\";i:6687;s:31:\"apihelp-query+search-param-sort\";i:6688;s:35:\"apihelp-query+search-example-simple\";i:6689;s:33:\"apihelp-query+search-example-text\";i:6690;s:38:\"apihelp-query+search-example-generator\";i:6691;s:30:\"apihelp-query+siteinfo-summary\";i:6692;s:33:\"apihelp-query+siteinfo-param-prop\";i:6693;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6694;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6695;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6696;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6697;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6698;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6699;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6700;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6701;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6702;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6703;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6704;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6705;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6706;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6707;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6708;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6709;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6710;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6711;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6712;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6713;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6714;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6715;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6716;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6717;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6718;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6719;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6720;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6721;s:37:\"apihelp-query+siteinfo-example-simple\";i:6722;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6723;s:37:\"apihelp-query+siteinfo-example-replag\";i:6724;s:36:\"apihelp-query+stashimageinfo-summary\";i:6725;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6726;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6727;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6728;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6729;s:26:\"apihelp-query+tags-summary\";i:6730;s:30:\"apihelp-query+tags-param-limit\";i:6731;s:29:\"apihelp-query+tags-param-prop\";i:6732;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6733;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6734;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6735;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6736;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6737;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6738;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6739;s:33:\"apihelp-query+tags-example-simple\";i:6740;s:31:\"apihelp-query+templates-summary\";i:6741;s:39:\"apihelp-query+templates-param-namespace\";i:6742;s:35:\"apihelp-query+templates-param-limit\";i:6743;s:39:\"apihelp-query+templates-param-templates\";i:6744;s:33:\"apihelp-query+templates-param-dir\";i:6745;s:38:\"apihelp-query+templates-example-simple\";i:6746;s:41:\"apihelp-query+templates-example-generator\";i:6747;s:42:\"apihelp-query+templates-example-namespaces\";i:6748;s:28:\"apihelp-query+tokens-summary\";i:6749;s:31:\"apihelp-query+tokens-param-type\";i:6750;s:35:\"apihelp-query+tokens-example-simple\";i:6751;s:34:\"apihelp-query+tokens-example-types\";i:6752;s:35:\"apihelp-query+transcludedin-summary\";i:6753;s:38:\"apihelp-query+transcludedin-param-prop\";i:6754;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6755;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6756;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6757;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6758;s:39:\"apihelp-query+transcludedin-param-limit\";i:6759;s:38:\"apihelp-query+transcludedin-param-show\";i:6760;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6761;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6762;s:42:\"apihelp-query+transcludedin-example-simple\";i:6763;s:45:\"apihelp-query+transcludedin-example-generator\";i:6764;s:34:\"apihelp-query+usercontribs-summary\";i:6765;s:38:\"apihelp-query+usercontribs-param-limit\";i:6766;s:38:\"apihelp-query+usercontribs-param-start\";i:6767;s:36:\"apihelp-query+usercontribs-param-end\";i:6768;s:37:\"apihelp-query+usercontribs-param-user\";i:6769;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6770;s:40:\"apihelp-query+usercontribs-param-userids\";i:6771;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6772;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6773;s:37:\"apihelp-query+usercontribs-param-prop\";i:6774;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6775;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6776;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6777;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6778;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6779;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6780;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6781;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6782;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6783;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6784;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6785;s:37:\"apihelp-query+usercontribs-param-show\";i:6786;s:36:\"apihelp-query+usercontribs-param-tag\";i:6787;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6788;s:39:\"apihelp-query+usercontribs-example-user\";i:6789;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6790;s:30:\"apihelp-query+userinfo-summary\";i:6791;s:33:\"apihelp-query+userinfo-param-prop\";i:6792;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6793;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6794;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6795;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6796;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6797;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6798;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6799;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6800;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6801;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6802;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6803;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6804;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6805;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6806;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6807;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6808;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6809;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6810;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6811;s:37:\"apihelp-query+userinfo-example-simple\";i:6812;s:35:\"apihelp-query+userinfo-example-data\";i:6813;s:27:\"apihelp-query+users-summary\";i:6814;s:30:\"apihelp-query+users-param-prop\";i:6815;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6816;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6817;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6818;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6819;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6820;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6821;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6822;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6823;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6824;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6825;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6826;s:38:\"apihelp-query+users-param-attachedwiki\";i:6827;s:31:\"apihelp-query+users-param-users\";i:6828;s:33:\"apihelp-query+users-param-userids\";i:6829;s:34:\"apihelp-query+users-example-simple\";i:6830;s:31:\"apihelp-query+watchlist-summary\";i:6831;s:36:\"apihelp-query+watchlist-param-allrev\";i:6832;s:35:\"apihelp-query+watchlist-param-start\";i:6833;s:33:\"apihelp-query+watchlist-param-end\";i:6834;s:39:\"apihelp-query+watchlist-param-namespace\";i:6835;s:34:\"apihelp-query+watchlist-param-user\";i:6836;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6837;s:35:\"apihelp-query+watchlist-param-limit\";i:6838;s:34:\"apihelp-query+watchlist-param-prop\";i:6839;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6840;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6841;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6842;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6843;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6844;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6845;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6846;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6847;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6848;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6849;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6850;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6851;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6852;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6853;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6854;s:34:\"apihelp-query+watchlist-param-show\";i:6855;s:34:\"apihelp-query+watchlist-param-type\";i:6856;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6857;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6858;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6859;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6860;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6861;s:35:\"apihelp-query+watchlist-param-owner\";i:6862;s:35:\"apihelp-query+watchlist-param-token\";i:6863;s:38:\"apihelp-query+watchlist-example-simple\";i:6864;s:37:\"apihelp-query+watchlist-example-props\";i:6865;s:38:\"apihelp-query+watchlist-example-expiry\";i:6866;s:38:\"apihelp-query+watchlist-example-allrev\";i:6867;s:41:\"apihelp-query+watchlist-example-generator\";i:6868;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6869;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6870;s:34:\"apihelp-query+watchlistraw-summary\";i:6871;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6872;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6873;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6874;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6875;s:37:\"apihelp-query+watchlistraw-param-show\";i:6876;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6877;s:38:\"apihelp-query+watchlistraw-param-token\";i:6878;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6879;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6880;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6881;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6882;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6883;s:40:\"apihelp-removeauthenticationdata-summary\";i:6884;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6885;s:29:\"apihelp-resetpassword-summary\";i:6886;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6887;s:32:\"apihelp-resetpassword-param-user\";i:6888;s:33:\"apihelp-resetpassword-param-email\";i:6889;s:34:\"apihelp-resetpassword-example-user\";i:6890;s:35:\"apihelp-resetpassword-example-email\";i:6891;s:30:\"apihelp-revisiondelete-summary\";i:6892;s:33:\"apihelp-revisiondelete-param-type\";i:6893;s:35:\"apihelp-revisiondelete-param-target\";i:6894;s:33:\"apihelp-revisiondelete-param-hide\";i:6895;s:33:\"apihelp-revisiondelete-param-show\";i:6896;s:37:\"apihelp-revisiondelete-param-suppress\";i:6897;s:35:\"apihelp-revisiondelete-param-reason\";i:6898;s:33:\"apihelp-revisiondelete-param-tags\";i:6899;s:39:\"apihelp-revisiondelete-example-revision\";i:6900;s:34:\"apihelp-revisiondelete-example-log\";i:6901;s:24:\"apihelp-rollback-summary\";i:6902;s:37:\"apihelp-rollback-extended-description\";i:6903;s:28:\"apihelp-rollback-param-title\";i:6904;s:29:\"apihelp-rollback-param-pageid\";i:6905;s:27:\"apihelp-rollback-param-tags\";i:6906;s:27:\"apihelp-rollback-param-user\";i:6907;s:30:\"apihelp-rollback-param-summary\";i:6908;s:30:\"apihelp-rollback-param-markbot\";i:6909;s:32:\"apihelp-rollback-param-watchlist\";i:6910;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6911;s:31:\"apihelp-rollback-example-simple\";i:6912;s:32:\"apihelp-rollback-example-summary\";i:6913;s:19:\"apihelp-rsd-summary\";i:6914;s:26:\"apihelp-rsd-example-simple\";i:6915;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6916;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6917;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6918;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6919;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6920;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6921;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6922;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6923;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6924;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6925;s:31:\"apihelp-setpagelanguage-summary\";i:6926;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6927;s:35:\"apihelp-setpagelanguage-param-title\";i:6928;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6929;s:34:\"apihelp-setpagelanguage-param-lang\";i:6930;s:36:\"apihelp-setpagelanguage-param-reason\";i:6931;s:34:\"apihelp-setpagelanguage-param-tags\";i:6932;s:40:\"apihelp-setpagelanguage-example-language\";i:6933;s:39:\"apihelp-setpagelanguage-example-default\";i:6934;s:25:\"apihelp-stashedit-summary\";i:6935;s:38:\"apihelp-stashedit-extended-description\";i:6936;s:29:\"apihelp-stashedit-param-title\";i:6937;s:31:\"apihelp-stashedit-param-section\";i:6938;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6939;s:28:\"apihelp-stashedit-param-text\";i:6940;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6941;s:36:\"apihelp-stashedit-param-contentmodel\";i:6942;s:37:\"apihelp-stashedit-param-contentformat\";i:6943;s:33:\"apihelp-stashedit-param-baserevid\";i:6944;s:31:\"apihelp-stashedit-param-summary\";i:6945;s:19:\"apihelp-tag-summary\";i:6946;s:22:\"apihelp-tag-param-rcid\";i:6947;s:23:\"apihelp-tag-param-revid\";i:6948;s:23:\"apihelp-tag-param-logid\";i:6949;s:21:\"apihelp-tag-param-add\";i:6950;s:24:\"apihelp-tag-param-remove\";i:6951;s:24:\"apihelp-tag-param-reason\";i:6952;s:22:\"apihelp-tag-param-tags\";i:6953;s:23:\"apihelp-tag-example-rev\";i:6954;s:23:\"apihelp-tag-example-log\";i:6955;s:23:\"apihelp-unblock-summary\";i:6956;s:24:\"apihelp-unblock-param-id\";i:6957;s:26:\"apihelp-unblock-param-user\";i:6958;s:28:\"apihelp-unblock-param-userid\";i:6959;s:28:\"apihelp-unblock-param-reason\";i:6960;s:26:\"apihelp-unblock-param-tags\";i:6961;s:26:\"apihelp-unblock-example-id\";i:6962;s:28:\"apihelp-unblock-example-user\";i:6963;s:24:\"apihelp-undelete-summary\";i:6964;s:37:\"apihelp-undelete-extended-description\";i:6965;s:28:\"apihelp-undelete-param-title\";i:6966;s:29:\"apihelp-undelete-param-reason\";i:6967;s:27:\"apihelp-undelete-param-tags\";i:6968;s:33:\"apihelp-undelete-param-timestamps\";i:6969;s:30:\"apihelp-undelete-param-fileids\";i:6970;s:32:\"apihelp-undelete-param-watchlist\";i:6971;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6972;s:35:\"apihelp-undelete-param-undeletetalk\";i:6973;s:29:\"apihelp-undelete-example-page\";i:6974;s:34:\"apihelp-undelete-example-revisions\";i:6975;s:29:\"apihelp-unlinkaccount-summary\";i:6976;s:36:\"apihelp-unlinkaccount-example-simple\";i:6977;s:22:\"apihelp-upload-summary\";i:6978;s:35:\"apihelp-upload-extended-description\";i:6979;s:29:\"apihelp-upload-param-filename\";i:6980;s:28:\"apihelp-upload-param-comment\";i:6981;s:25:\"apihelp-upload-param-tags\";i:6982;s:25:\"apihelp-upload-param-text\";i:6983;s:26:\"apihelp-upload-param-watch\";i:6984;s:30:\"apihelp-upload-param-watchlist\";i:6985;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6986;s:35:\"apihelp-upload-param-ignorewarnings\";i:6987;s:25:\"apihelp-upload-param-file\";i:6988;s:24:\"apihelp-upload-param-url\";i:6989;s:28:\"apihelp-upload-param-filekey\";i:6990;s:31:\"apihelp-upload-param-sessionkey\";i:6991;s:26:\"apihelp-upload-param-stash\";i:6992;s:29:\"apihelp-upload-param-filesize\";i:6993;s:27:\"apihelp-upload-param-offset\";i:6994;s:26:\"apihelp-upload-param-chunk\";i:6995;s:26:\"apihelp-upload-param-async\";i:6996;s:32:\"apihelp-upload-param-checkstatus\";i:6997;s:26:\"apihelp-upload-example-url\";i:6998;s:30:\"apihelp-upload-example-filekey\";i:6999;s:26:\"apihelp-userrights-summary\";i:7000;s:29:\"apihelp-userrights-param-user\";i:7001;s:31:\"apihelp-userrights-param-userid\";i:7002;s:28:\"apihelp-userrights-param-add\";i:7003;s:31:\"apihelp-userrights-param-expiry\";i:7004;s:31:\"apihelp-userrights-param-remove\";i:7005;s:31:\"apihelp-userrights-param-reason\";i:7006;s:29:\"apihelp-userrights-param-tags\";i:7007;s:31:\"apihelp-userrights-example-user\";i:7008;s:33:\"apihelp-userrights-example-userid\";i:7009;s:33:\"apihelp-userrights-example-expiry\";i:7010;s:32:\"apihelp-validatepassword-summary\";i:7011;s:45:\"apihelp-validatepassword-extended-description\";i:7012;s:39:\"apihelp-validatepassword-param-password\";i:7013;s:35:\"apihelp-validatepassword-param-user\";i:7014;s:36:\"apihelp-validatepassword-param-email\";i:7015;s:39:\"apihelp-validatepassword-param-realname\";i:7016;s:34:\"apihelp-validatepassword-example-1\";i:7017;s:34:\"apihelp-validatepassword-example-2\";i:7018;s:21:\"apihelp-watch-summary\";i:7019;s:25:\"apihelp-watch-param-title\";i:7020;s:26:\"apihelp-watch-param-expiry\";i:7021;s:27:\"apihelp-watch-param-unwatch\";i:7022;s:27:\"apihelp-watch-example-watch\";i:7023;s:34:\"apihelp-watch-example-watch-expiry\";i:7024;s:29:\"apihelp-watch-example-unwatch\";i:7025;s:31:\"apihelp-watch-example-generator\";i:7026;s:30:\"apihelp-format-example-generic\";i:7027;s:32:\"apihelp-format-param-wrappedhtml\";i:7028;s:20:\"apihelp-json-summary\";i:7029;s:27:\"apihelp-json-param-callback\";i:7030;s:23:\"apihelp-json-param-utf8\";i:7031;s:24:\"apihelp-json-param-ascii\";i:7032;s:32:\"apihelp-json-param-formatversion\";i:7033;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:7034;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:7035;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:7036;s:22:\"apihelp-jsonfm-summary\";i:7037;s:20:\"apihelp-none-summary\";i:7038;s:19:\"apihelp-php-summary\";i:7039;s:31:\"apihelp-php-param-formatversion\";i:7040;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:7041;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:7042;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:7043;s:21:\"apihelp-phpfm-summary\";i:7044;s:21:\"apihelp-rawfm-summary\";i:7045;s:19:\"apihelp-xml-summary\";i:7046;s:22:\"apihelp-xml-param-xslt\";i:7047;s:37:\"apihelp-xml-param-includexmlnamespace\";i:7048;s:21:\"apihelp-xmlfm-summary\";i:7049;s:16:\"api-format-title\";i:7050;s:29:\"api-format-prettyprint-header\";i:7051;s:39:\"api-format-prettyprint-header-only-html\";i:7052;s:41:\"api-format-prettyprint-header-hyperlinked\";i:7053;s:22:\"api-login-fail-aborted\";i:7054;s:30:\"api-login-fail-aborted-nobotpw\";i:7055;s:33:\"api-login-fail-badsessionprovider\";i:7056;s:25:\"api-login-fail-sameorigin\";i:7057;s:24:\"api-pageset-param-titles\";i:7058;s:25:\"api-pageset-param-pageids\";i:7059;s:24:\"api-pageset-param-revids\";i:7060;s:27:\"api-pageset-param-generator\";i:7061;s:37:\"api-pageset-param-redirects-generator\";i:7062;s:39:\"api-pageset-param-redirects-nogenerator\";i:7063;s:31:\"api-pageset-param-converttitles\";i:7064;s:14:\"api-help-title\";i:7065;s:13:\"api-help-lead\";i:7066;s:20:\"api-help-main-header\";i:7067;s:28:\"api-help-undocumented-module\";i:7068;s:14:\"api-help-flags\";i:7069;s:24:\"api-help-flag-deprecated\";i:7070;s:22:\"api-help-flag-internal\";i:7071;s:24:\"api-help-flag-readrights\";i:7072;s:25:\"api-help-flag-writerights\";i:7073;s:26:\"api-help-flag-mustbeposted\";i:7074;s:23:\"api-help-flag-generator\";i:7075;s:15:\"api-help-source\";i:7076;s:23:\"api-help-source-unknown\";i:7077;s:16:\"api-help-license\";i:7078;s:23:\"api-help-license-noname\";i:7079;s:24:\"api-help-license-unknown\";i:7080;s:18:\"api-help-help-urls\";i:7081;s:19:\"api-help-parameters\";i:7082;s:24:\"api-help-parameters-note\";i:7083;s:25:\"api-help-param-deprecated\";i:7084;s:31:\"api-help-param-deprecated-label\";i:7085;s:23:\"api-help-param-internal\";i:7086;s:29:\"api-help-param-internal-label\";i:7087;s:24:\"api-help-param-templated\";i:7088;s:34:\"api-help-param-templated-var-first\";i:7089;s:28:\"api-help-param-templated-var\";i:7090;s:25:\"api-help-datatypes-header\";i:7091;s:22:\"api-help-datatypes-top\";i:7092;s:25:\"api-help-datatype-boolean\";i:7093;s:24:\"api-help-datatype-expiry\";i:7094;s:27:\"api-help-datatype-timestamp\";i:7095;s:31:\"api-help-templatedparams-header\";i:7096;s:24:\"api-help-templatedparams\";i:7097;s:26:\"api-help-param-type-expiry\";i:7098;s:25:\"api-help-param-type-limit\";i:7099;s:35:\"api-help-param-type-presenceboolean\";i:7100;s:29:\"api-help-param-type-timestamp\";i:7101;s:24:\"api-help-param-type-enum\";i:7102;s:29:\"api-help-param-multi-separate\";i:7103;s:24:\"api-help-param-multi-all\";i:7104;s:28:\"api-help-param-default-empty\";i:7105;s:20:\"api-help-param-token\";i:7106;s:26:\"api-help-param-token-webui\";i:7107;s:37:\"api-help-param-disabled-in-miser-mode\";i:7108;s:36:\"api-help-param-limited-in-miser-mode\";i:7109;s:24:\"api-help-param-direction\";i:7110;s:35:\"api-help-paramvalue-direction-newer\";i:7111;s:35:\"api-help-paramvalue-direction-older\";i:7112;s:23:\"api-help-param-continue\";i:7113;s:29:\"api-help-param-no-description\";i:7114;s:17:\"api-help-examples\";i:7115;s:20:\"api-help-permissions\";i:7116;s:31:\"api-help-permissions-granted-to\";i:7117;s:28:\"api-help-right-apihighlimits\";i:7118;s:27:\"api-help-open-in-apisandbox\";i:7119;s:32:\"api-help-no-extended-description\";i:7120;s:34:\"api-help-authmanager-general-usage\";i:7121;s:35:\"api-help-authmanagerhelper-requests\";i:7122;s:34:\"api-help-authmanagerhelper-request\";i:7123;s:40:\"api-help-authmanagerhelper-messageformat\";i:7124;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:7125;s:40:\"api-help-authmanagerhelper-preservestate\";i:7126;s:36:\"api-help-authmanagerhelper-returnurl\";i:7127;s:35:\"api-help-authmanagerhelper-continue\";i:7128;s:44:\"api-help-authmanagerhelper-additional-params\";i:7129;s:27:\"apierror-allimages-redirect\";i:7130;s:37:\"apierror-allpages-generator-redirects\";i:7131;s:27:\"apierror-appendnotsupported\";i:7132;s:22:\"apierror-articleexists\";i:7133;s:25:\"apierror-assertanonfailed\";i:7134;s:24:\"apierror-assertbotfailed\";i:7135;s:30:\"apierror-assertnameduserfailed\";i:7136;s:25:\"apierror-assertuserfailed\";i:7137;s:20:\"apierror-autoblocked\";i:7138;s:32:\"apierror-bad-badfilecontexttitle\";i:7139;s:33:\"apierror-badconfig-resulttoosmall\";i:7140;s:20:\"apierror-badcontinue\";i:7141;s:16:\"apierror-baddiff\";i:7142;s:18:\"apierror-baddiffto\";i:7143;s:26:\"apierror-badformat-generic\";i:7144;s:18:\"apierror-badformat\";i:7145;s:34:\"apierror-badgenerator-notgenerator\";i:7146;s:29:\"apierror-badgenerator-unknown\";i:7147;s:14:\"apierror-badip\";i:7148;s:15:\"apierror-badmd5\";i:7149;s:31:\"apierror-badmodule-badsubmodule\";i:7150;s:31:\"apierror-badmodule-nosubmodules\";i:7151;s:21:\"apierror-badparameter\";i:7152;s:17:\"apierror-badquery\";i:7153;s:21:\"apierror-badtimestamp\";i:7154;s:17:\"apierror-badtoken\";i:7155;s:18:\"apierror-badupload\";i:7156;s:15:\"apierror-badurl\";i:7157;s:16:\"apierror-baduser\";i:7158;s:31:\"apierror-badvalue-notmultivalue\";i:7159;s:28:\"apierror-bad-watchlist-token\";i:7160;s:24:\"apierror-blockedfrommail\";i:7161;s:16:\"apierror-blocked\";i:7162;s:24:\"apierror-blocked-partial\";i:7163;s:25:\"apierror-botsnotsupported\";i:7164;s:33:\"apierror-cannot-async-upload-file\";i:7165;s:29:\"apierror-cannotreauthenticate\";i:7166;s:24:\"apierror-cannotviewtitle\";i:7167;s:24:\"apierror-cantblock-email\";i:7168;s:18:\"apierror-cantblock\";i:7169;s:31:\"apierror-cantchangecontentmodel\";i:7170;s:17:\"apierror-canthide\";i:7171;s:26:\"apierror-cantimport-upload\";i:7172;s:19:\"apierror-cantimport\";i:7173;s:33:\"apierror-cantoverwrite-sharedfile\";i:7174;s:17:\"apierror-cantsend\";i:7175;s:21:\"apierror-cantundelete\";i:7176;s:33:\"apierror-cantview-deleted-comment\";i:7177;s:37:\"apierror-cantview-deleted-description\";i:7178;s:34:\"apierror-cantview-deleted-metadata\";i:7179;s:42:\"apierror-cantview-deleted-revision-content\";i:7180;s:29:\"apierror-changeauth-norequest\";i:7181;s:40:\"apierror-changecontentmodel-missingtitle\";i:7182;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7183;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7184;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7185;s:24:\"apierror-chunk-too-small\";i:7186;s:21:\"apierror-cidrtoobroad\";i:7187;s:33:\"apierror-compare-maintextrequired\";i:7188;s:25:\"apierror-compare-no-title\";i:7189;s:34:\"apierror-compare-nosuchfromsection\";i:7190;s:32:\"apierror-compare-nosuchtosection\";i:7191;s:31:\"apierror-compare-nofromrevision\";i:7192;s:23:\"apierror-compare-notext\";i:7193;s:29:\"apierror-compare-notorevision\";i:7194;s:26:\"apierror-concurrency-limit\";i:7195;s:36:\"apierror-compare-relative-to-deleted\";i:7196;s:36:\"apierror-compare-relative-to-nothing\";i:7197;s:38:\"apierror-contentserializationexception\";i:7198;s:22:\"apierror-contenttoobig\";i:7199;s:30:\"apierror-contentmodel-mismatch\";i:7200;s:28:\"apierror-copyuploadbaddomain\";i:7201;s:25:\"apierror-copyuploadbadurl\";i:7202;s:27:\"apierror-create-titleexists\";i:7203;s:19:\"apierror-csp-report\";i:7204;s:34:\"apierror-deletedrevs-param-not-1-2\";i:7205;s:32:\"apierror-deletedrevs-param-not-3\";i:7206;s:29:\"apierror-edit-invalidredirect\";i:7207;s:24:\"apierror-emptynewsection\";i:7208;s:18:\"apierror-emptypage\";i:7209;s:24:\"apierror-exceptioncaught\";i:7210;s:28:\"apierror-exceptioncaughttype\";i:7211;s:25:\"apierror-filedoesnotexist\";i:7212;s:35:\"apierror-fileexists-sharedrepo-perm\";i:7213;s:19:\"apierror-filenopath\";i:7214;s:32:\"apierror-filetypecannotberotated\";i:7215;s:18:\"apierror-formatphp\";i:7216;s:28:\"apierror-imageusage-badtitle\";i:7217;s:28:\"apierror-import-unknownerror\";i:7218;s:38:\"apierror-integeroutofrange-abovebotmax\";i:7219;s:35:\"apierror-integeroutofrange-abovemax\";i:7220;s:39:\"apierror-integeroutofrange-belowminimum\";i:7221;s:24:\"apierror-invalidcategory\";i:7222;s:22:\"apierror-invalid-chunk\";i:7223;s:22:\"apierror-invalidexpiry\";i:7224;s:25:\"apierror-invalid-file-key\";i:7225;s:23:\"apierror-invalidiprange\";i:7226;s:20:\"apierror-invalidlang\";i:7227;s:22:\"apierror-invalidmethod\";i:7228;s:24:\"apierror-invalidoldimage\";i:7229;s:38:\"apierror-invalidparammix-cannotusewith\";i:7230;s:36:\"apierror-invalidparammix-mustusewith\";i:7231;s:42:\"apierror-invalidparammix-parse-new-section\";i:7232;s:24:\"apierror-invalidparammix\";i:7233;s:23:\"apierror-invalidsection\";i:7234;s:30:\"apierror-invalidsha1base36hash\";i:7235;s:24:\"apierror-invalidsha1hash\";i:7236;s:21:\"apierror-invalidtitle\";i:7237;s:24:\"apierror-invalidurlparam\";i:7238;s:20:\"apierror-invaliduser\";i:7239;s:22:\"apierror-invaliduserid\";i:7240;s:21:\"apierror-ipoutofrange\";i:7241;s:17:\"apierror-maxbytes\";i:7242;s:17:\"apierror-maxchars\";i:7243;s:23:\"apierror-maxlag-generic\";i:7244;s:15:\"apierror-maxlag\";i:7245;s:27:\"apierror-mimesearchdisabled\";i:7246;s:30:\"apierror-missingcontent-pageid\";i:7247;s:29:\"apierror-missingcontent-revid\";i:7248;s:34:\"apierror-missingcontent-revid-role\";i:7249;s:37:\"apierror-missingparam-at-least-one-of\";i:7250;s:28:\"apierror-missingparam-one-of\";i:7251;s:21:\"apierror-missingparam\";i:7252;s:26:\"apierror-missingrev-pageid\";i:7253;s:25:\"apierror-missingrev-title\";i:7254;s:32:\"apierror-missingtitle-createonly\";i:7255;s:21:\"apierror-missingtitle\";i:7256;s:28:\"apierror-missingtitle-byname\";i:7257;s:23:\"apierror-moduledisabled\";i:7258;s:29:\"apierror-multival-only-one-of\";i:7259;s:18:\"apierror-multpages\";i:7260;s:34:\"apierror-mustbeloggedin-changeauth\";i:7261;s:31:\"apierror-mustbeloggedin-generic\";i:7262;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:7263;s:34:\"apierror-mustbeloggedin-removeauth\";i:7264;s:35:\"apierror-mustbeloggedin-uploadstash\";i:7265;s:23:\"apierror-mustbeloggedin\";i:7266;s:21:\"apierror-mustbeposted\";i:7267;s:23:\"apierror-mustpostparams\";i:7268;s:19:\"apierror-noapiwrite\";i:7269;s:18:\"apierror-nochanges\";i:7270;s:25:\"apierror-nodeleteablefile\";i:7271;s:26:\"apierror-no-direct-editing\";i:7272;s:20:\"apierror-noedit-anon\";i:7273;s:15:\"apierror-noedit\";i:7274;s:29:\"apierror-noimageredirect-anon\";i:7275;s:24:\"apierror-noimageredirect\";i:7276;s:20:\"apierror-nosuchlogid\";i:7277;s:21:\"apierror-nosuchpageid\";i:7278;s:19:\"apierror-nosuchrcid\";i:7279;s:20:\"apierror-nosuchrevid\";i:7280;s:22:\"apierror-nosuchsection\";i:7281;s:27:\"apierror-nosuchsection-what\";i:7282;s:21:\"apierror-nosuchuserid\";i:7283;s:17:\"apierror-notarget\";i:7284;s:23:\"apierror-notpatrollable\";i:7285;s:23:\"apierror-nouploadmodule\";i:7286;s:33:\"apierror-opensearch-json-warnings\";i:7287;s:24:\"apierror-pagecannotexist\";i:7288;s:20:\"apierror-pagedeleted\";i:7289;s:26:\"apierror-pagelang-disabled\";i:7290;s:19:\"apierror-paramempty\";i:7291;s:30:\"apierror-parsetree-notwikitext\";i:7292;s:36:\"apierror-parsetree-notwikitext-title\";i:7293;s:19:\"apierror-pastexpiry\";i:7294;s:25:\"apierror-permissiondenied\";i:7295;s:33:\"apierror-permissiondenied-generic\";i:7296;s:36:\"apierror-permissiondenied-patrolflag\";i:7297;s:33:\"apierror-permissiondenied-unblock\";i:7298;s:29:\"apierror-prefixsearchdisabled\";i:7299;s:30:\"apierror-promised-nonwrite-api\";i:7300;s:30:\"apierror-protect-invalidaction\";i:7301;s:29:\"apierror-protect-invalidlevel\";i:7302;s:20:\"apierror-ratelimited\";i:7303;s:22:\"apierror-readapidenied\";i:7304;s:17:\"apierror-readonly\";i:7305;s:23:\"apierror-reauthenticate\";i:7306;s:28:\"apierror-redirect-appendonly\";i:7307;s:33:\"apierror-revdel-mutuallyexclusive\";i:7308;s:26:\"apierror-revdel-needtarget\";i:7309;s:27:\"apierror-revdel-paramneeded\";i:7310;s:24:\"apierror-revisions-badid\";i:7311;s:27:\"apierror-revisions-norevids\";i:7312;s:29:\"apierror-revisions-singlepage\";i:7313;s:21:\"apierror-revwrongpage\";i:7314;s:23:\"apierror-searchdisabled\";i:7315;s:29:\"apierror-sectionreplacefailed\";i:7316;s:29:\"apierror-sectionsnotsupported\";i:7317;s:34:\"apierror-sectionsnotsupported-what\";i:7318;s:13:\"apierror-show\";i:7319;s:34:\"apierror-siteinfo-includealldenied\";i:7320;s:25:\"apierror-sizediffdisabled\";i:7321;s:21:\"apierror-spamdetected\";i:7322;s:32:\"apierror-specialpage-cantexecute\";i:7323;s:28:\"apierror-stashedfilenotfound\";i:7324;s:30:\"apierror-stashedit-missingtext\";i:7325;s:23:\"apierror-stashexception\";i:7326;s:29:\"apierror-stashfailed-complete\";i:7327;s:30:\"apierror-stashfailed-nosession\";i:7328;s:25:\"apierror-stashfilestorage\";i:7329;s:25:\"apierror-stashinvalidfile\";i:7330;s:27:\"apierror-stashnosuchfilekey\";i:7331;s:25:\"apierror-stashpathinvalid\";i:7332;s:24:\"apierror-stashwrongowner\";i:7333;s:24:\"apierror-stashzerolength\";i:7334;s:22:\"apierror-systemblocked\";i:7335;s:38:\"apierror-templateexpansion-notwikitext\";i:7336;s:23:\"apierror-toofewexpiries\";i:7337;s:22:\"apierror-toomanyvalues\";i:7338;s:22:\"apierror-unknownaction\";i:7339;s:30:\"apierror-unknownerror-editpage\";i:7340;s:28:\"apierror-unknownerror-nocode\";i:7341;s:21:\"apierror-unknownerror\";i:7342;s:22:\"apierror-unknownformat\";i:7343;s:27:\"apierror-unrecognizedparams\";i:7344;s:26:\"apierror-unrecognizedvalue\";i:7345;s:24:\"apierror-unsupportedrepo\";i:7346;s:29:\"apierror-upload-filekeyneeded\";i:7347;s:33:\"apierror-upload-filekeynotallowed\";i:7348;s:26:\"apierror-upload-inprogress\";i:7349;s:29:\"apierror-upload-missingresult\";i:7350;s:23:\"apierror-urlparamnormal\";i:7351;s:23:\"apierror-writeapidenied\";i:7352;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7353;s:19:\"apiwarn-badurlparam\";i:7354;s:15:\"apiwarn-badutf8\";i:7355;s:34:\"apiwarn-checktoken-percentencoding\";i:7356;s:23:\"apiwarn-compare-no-next\";i:7357;s:23:\"apiwarn-compare-no-prev\";i:7358;s:30:\"apiwarn-compare-nocontentmodel\";i:7359;s:31:\"apiwarn-deprecation-deletedrevs\";i:7360;s:33:\"apiwarn-deprecation-httpsexpected\";i:7361;s:31:\"apiwarn-deprecation-login-botpw\";i:7362;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7363;s:31:\"apiwarn-deprecation-login-token\";i:7364;s:32:\"apiwarn-deprecation-missingparam\";i:7365;s:29:\"apiwarn-deprecation-parameter\";i:7366;s:35:\"apiwarn-deprecation-parse-headitems\";i:7367;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7368;s:29:\"apiwarn-deprecation-purge-get\";i:7369;s:35:\"apiwarn-deprecation-withreplacement\";i:7370;s:20:\"apiwarn-difftohidden\";i:7371;s:26:\"apiwarn-errorprinterfailed\";i:7372;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7373;s:23:\"apiwarn-invalidcategory\";i:7374;s:20:\"apiwarn-invalidtitle\";i:7375;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7376;s:28:\"apiwarn-invalidxmlstylesheet\";i:7377;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7378;s:26:\"apiwarn-moduleswithoutvars\";i:7379;s:15:\"apiwarn-notfile\";i:7380;s:30:\"apiwarn-nothumb-noimagehandler\";i:7381;s:28:\"apiwarn-parse-nocontentmodel\";i:7382;s:30:\"apiwarn-parse-revidwithouttext\";i:7383;s:30:\"apiwarn-parse-titlewithouttext\";i:7384;s:26:\"apiwarn-redirectsandrevids\";i:7385;s:21:\"apiwarn-tokens-origin\";i:7386;s:23:\"apiwarn-truncatedresult\";i:7387;s:27:\"apiwarn-unclearnowtimestamp\";i:7388;s:26:\"apiwarn-unrecognizedvalues\";i:7389;s:24:\"apiwarn-unsupportedarray\";i:7390;s:21:\"apiwarn-urlparamwidth\";i:7391;s:33:\"apiwarn-validationfailed-badchars\";i:7392;s:32:\"apiwarn-validationfailed-badpref\";i:7393;s:34:\"apiwarn-validationfailed-cannotset\";i:7394;s:35:\"apiwarn-validationfailed-keytoolong\";i:7395;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7396;s:24:\"apiwarn-validationfailed\";i:7397;s:18:\"apiwarn-wgdebugapi\";i:7398;s:20:\"api-feed-error-title\";i:7399;s:16:\"api-usage-docref\";i:7400;s:25:\"api-usage-mailinglist-ref\";i:7401;s:19:\"api-exception-trace\";i:7402;s:18:\"api-credits-header\";i:7403;s:11:\"api-credits\";i:7404;s:39:\"rest-pagehistorycount-type-unrecognized\";i:7405;s:40:\"rest-pagehistorycount-parameters-invalid\";i:7406;s:26:\"rest-compare-page-mismatch\";i:7407;s:30:\"rest-compare-permission-denied\";i:7408;s:24:\"rest-compare-nonexistent\";i:7409;s:25:\"rest-compare-inaccessible\";i:7410;s:26:\"rest-compare-wrong-content\";i:7411;s:22:\"rest-compare-wikidiff2\";i:7412;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7413;s:17:\"rest-search-error\";i:7414;s:27:\"rest-page-source-type-error\";i:7415;s:16:\"rest-no-revision\";i:7416;s:25:\"rest-media-too-many-links\";i:7417;s:23:\"rest-html-backend-error\";i:7418;s:18:\"rest-bad-json-body\";i:7419;s:26:\"rest-json-body-parse-error\";i:7420;s:23:\"rest-missing-body-field\";i:7421;s:22:\"rest-bad-content-model\";i:7422;s:30:\"rest-update-cannot-create-page\";i:7423;s:26:\"rest-extraneous-csrf-token\";i:7424;s:21:\"rest-cannot-load-file\";i:7425;s:28:\"rest-cross-origin-anon-write\";i:7426;s:31:\"rest-requires-safe-against-csrf\";i:7427;s:13:\"rest-badtoken\";i:7428;s:22:\"paramvalidator-badbool\";i:7429;s:24:\"paramvalidator-badexpiry\";i:7430;s:33:\"paramvalidator-badexpiry-duration\";i:7431;s:37:\"paramvalidator-badexpiry-duration-max\";i:7432;s:29:\"paramvalidator-badexpiry-past\";i:7433;s:23:\"paramvalidator-badfloat\";i:7434;s:33:\"paramvalidator-badfloat-notfinite\";i:7435;s:25:\"paramvalidator-badinteger\";i:7436;s:27:\"paramvalidator-badtimestamp\";i:7437;s:34:\"paramvalidator-badupload-cantwrite\";i:7438;s:33:\"paramvalidator-badupload-formsize\";i:7439;s:32:\"paramvalidator-badupload-inisize\";i:7440;s:31:\"paramvalidator-badupload-nofile\";i:7441;s:33:\"paramvalidator-badupload-notmpdir\";i:7442;s:34:\"paramvalidator-badupload-notupload\";i:7443;s:32:\"paramvalidator-badupload-partial\";i:7444;s:31:\"paramvalidator-badupload-phpext\";i:7445;s:33:\"paramvalidator-badvalue-enummulti\";i:7446;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7447;s:31:\"paramvalidator-deprecated-value\";i:7448;s:26:\"paramvalidator-emptystring\";i:7449;s:23:\"paramvalidator-maxbytes\";i:7450;s:23:\"paramvalidator-maxchars\";i:7451;s:27:\"paramvalidator-missingparam\";i:7452;s:23:\"paramvalidator-notmulti\";i:7453;s:29:\"paramvalidator-outofrange-max\";i:7454;s:32:\"paramvalidator-outofrange-minmax\";i:7455;s:29:\"paramvalidator-outofrange-min\";i:7456;s:31:\"paramvalidator-param-deprecated\";i:7457;s:30:\"paramvalidator-param-sensitive\";i:7458;s:28:\"paramvalidator-toomanyvalues\";i:7459;s:34:\"paramvalidator-unclearnowtimestamp\";i:7460;s:33:\"paramvalidator-unrecognizedvalues\";i:7461;s:27:\"paramvalidator-help-default\";i:7462;s:33:\"paramvalidator-help-default-empty\";i:7463;s:30:\"paramvalidator-help-deprecated\";i:7464;s:34:\"paramvalidator-help-multi-separate\";i:7465;s:29:\"paramvalidator-help-multi-max\";i:7466;s:36:\"paramvalidator-help-multi-max-simple\";i:7467;s:29:\"paramvalidator-help-multi-all\";i:7468;s:28:\"paramvalidator-help-required\";i:7469;s:32:\"paramvalidator-help-type-boolean\";i:7470;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7471;s:29:\"paramvalidator-help-type-enum\";i:7472;s:31:\"paramvalidator-help-type-expiry\";i:7473;s:30:\"paramvalidator-help-type-float\";i:7474;s:32:\"paramvalidator-help-type-integer\";i:7475;s:30:\"paramvalidator-help-type-limit\";i:7476;s:35:\"paramvalidator-help-type-number-max\";i:7477;s:38:\"paramvalidator-help-type-number-minmax\";i:7478;s:35:\"paramvalidator-help-type-number-min\";i:7479;s:40:\"paramvalidator-help-type-presenceboolean\";i:7480;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7481;s:40:\"paramvalidator-help-type-string-maxchars\";i:7482;s:34:\"paramvalidator-help-type-timestamp\";i:7483;s:31:\"paramvalidator-help-type-upload\";i:7484;s:20:\"skinname-vector-2022\";i:7485;s:26:\"vector-specialversion-name\";i:7486;s:34:\"vector-toc-toggle-position-sidebar\";i:7487;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7488;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7489;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7490;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7491;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7492;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7493;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7494;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7495;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7496;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7497;s:37:\"mobile-frontend-commons-category-view\";i:7498;s:32:\"mobile-frontend-current-language\";i:7499;s:30:\"mobile-frontend-diffview-comma\";i:7500;s:31:\"mobile-frontend-pointer-dismiss\";i:7501;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7502;s:35:\"mobile-frontend-editor-blocked-info\";i:7503;s:33:\"mobile-frontend-editor-terms-link\";i:7504;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7505;s:36:\"mobile-frontend-editor-redlink-leave\";i:7506;s:37:\"mobile-frontend-editor-redlink-create\";i:7507;s:27:\"mobile-frontend-editor-bold\";i:7508;s:29:\"mobile-frontend-editor-italic\";i:7509;s:32:\"mobile-frontend-editor-bold-text\";i:7510;s:34:\"mobile-frontend-editor-italic-text\";i:7511;s:32:\"mobile-frontend-editor-reference\";i:7512;s:39:\"mobile-frontend-editor-insert-reference\";i:7513;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7514;s:36:\"mobile-frontend-editor-add-reference\";i:7515;s:33:\"mobile-frontend-generic-login-new\";i:7516;s:25:\"mobile-frontend-main-menu\";i:7517;s:30:\"mobile-frontend-main-menu-back\";i:7518;s:42:\"mobile-frontend-page-menu-language-current\";i:7519;s:31:\"mobile-frontend-talk-topic-wait\";i:7520;s:25:\"mobile-frontend-terms-url\";i:7521;s:36:\"mobile-frontend-quick-lookup-looking\";i:7522;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7523;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7524;s:10:\"mobile.css\";i:7525;s:9:\"mobile.js\";i:7526;s:16:\"skinname-minerva\";i:7527;s:30:\"apihelp-mobileview-description\";i:7528;s:33:\"apihelp-mobileview-param-sections\";i:7529;s:29:\"apihelp-mobileview-param-prop\";i:7530;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7531;s:36:\"apihelp-mobileview-param-sectionprop\";i:7532;s:34:\"apihelp-mobileview-param-pageprops\";i:7533;s:32:\"apihelp-mobileview-param-variant\";i:7534;s:33:\"apihelp-mobileview-param-noimages\";i:7535;s:35:\"apihelp-mobileview-param-noheadings\";i:7536;s:36:\"apihelp-mobileview-param-notransform\";i:7537;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7538;s:31:\"apihelp-mobileview-param-offset\";i:7539;s:31:\"apihelp-mobileview-param-maxlen\";i:7540;s:28:\"apihelp-mobileview-example-1\";i:7541;s:28:\"apihelp-mobileview-example-2\";i:7542;s:28:\"apihelp-mobileview-example-3\";i:7543;s:32:\"apihelp-parse-param-mobileformat\";i:7544;s:34:\"mobile-frontend-browse-tags-header\";i:7545;s:24:\"mobile-frontend-panel-ok\";i:7546;s:28:\"mobile-frontend-panel-cancel\";i:7547;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7548;s:41:\"mobile-frontend-search-feedback-link-text\";i:7549;s:38:\"mobile-frontend-search-feedback-prompt\";i:7550;s:17:\"right-noanalytics\";}}'),('abs','magicWords','a:172:{s:12:\"anchorencode\";a:4:{i:0;i:0;i:1;s:11:\"KODEJANGKAR\";i:2;s:6:\"KOJANG\";i:3;s:12:\"ANCHORENCODE\";}s:12:\"basepagename\";a:5:{i:0;i:1;i:1;s:16:\"NAMAHALAMANDASAR\";i:2;s:16:\"NAMADASARHALAMAN\";i:3;s:9:\"NAMMANSAR\";i:4;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:5:{i:0;i:1;i:1;s:17:\"NAMAHALAMANDASARE\";i:2;s:17:\"NAMADASARHALAMANE\";i:3;s:10:\"NAMMANSARE\";i:4;s:13:\"BASEPAGENAMEE\";}s:15:\"contentlanguage\";a:6:{i:0;i:1;i:1;s:9:\"BAHASAISI\";i:2;s:6:\"BHSISI\";i:3;s:4:\"BASI\";i:4;s:15:\"CONTENTLANGUAGE\";i:5;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:4:{i:0;i:1;i:1;s:8:\"HARIKINI\";i:2;s:6:\"HARKIN\";i:3;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:4:{i:0;i:1;i:1;s:9:\"HARIKINI2\";i:2;s:7:\"HARKIN2\";i:3;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:4:{i:0;i:1;i:1;s:12:\"NAMAHARIKINI\";i:2;s:9:\"NAMHARKIN\";i:3;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:4:{i:0;i:1;i:1;s:15:\"HARIDALAMMINGGU\";i:2;s:6:\"HADAMI\";i:3;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:4:{i:0;i:1;i:1;s:7:\"JAMKINI\";i:2;s:5:\"JAKIN\";i:3;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:7:{i:0;i:1;i:1;s:9:\"BULANKINI\";i:2;s:10:\"BULANKINI2\";i:3;s:5:\"BUKIN\";i:4;s:6:\"BUKIN2\";i:5;s:12:\"CURRENTMONTH\";i:6;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:4:{i:0;i:1;i:1;s:10:\"BULANKINI1\";i:2;s:6:\"BUKIN1\";i:3;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:5:{i:0;i:1;i:1;s:20:\"NAMASINGKATBULANKINI\";i:2;s:15:\"BULANINISINGKAT\";i:3;s:12:\"NAMSINGBUKIN\";i:4;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:4:{i:0;i:1;i:1;s:13:\"NAMABULANKINI\";i:2;s:8:\"NAMBUKIN\";i:3;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:4:{i:0;i:1;i:1;s:19:\"NAMAJENDERBULANKINI\";i:2;s:11:\"NAMJENBUKIN\";i:3;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:4:{i:0;i:1;i:1;s:9:\"WAKTUKINI\";i:2;s:5:\"WAKIN\";i:3;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:4:{i:0;i:1;i:1;s:16:\"STEMPELWAKTUKINI\";i:2;s:9:\"STEMWAKIN\";i:3;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:4:{i:0;i:1;i:1;s:9:\"VERSIKINI\";i:2;s:6:\"VERKIN\";i:3;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:4:{i:0;i:1;i:1;s:10:\"MINGGUKINI\";i:2;s:5:\"MIKIN\";i:3;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:4:{i:0;i:1;i:1;s:9:\"TAHUNKINI\";i:2;s:5:\"TAKIN\";i:3;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:6:{i:0;i:1;i:1;s:11:\"URUTANBAKU:\";i:2;s:5:\"UBUR:\";i:3;s:12:\"DEFAULTSORT:\";i:4;s:15:\"DEFAULTSORTKEY:\";i:5;s:20:\"DEFAULTCATEGORYSORT:\";}s:13:\"directionmark\";a:5:{i:0;i:1;i:1;s:9:\"MARKAARAH\";i:2;s:6:\"MARRAH\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:4:{i:0;i:1;i:1;s:13:\"JUDULTAMPILAN\";i:2;s:5:\"JUTAM\";i:3;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:4:{i:0;i:0;i:1;s:13:\"LOKASIBERKAS:\";i:2;s:6:\"LOBER:\";i:3;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:4:{i:0;i:0;i:1;s:18:\"__PAKSADAFTARISI__\";i:2;s:13:\"__PAKSADASI__\";i:3;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:13:\"formattanggal\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:4:{i:0;i:0;i:1;s:11:\"FORMATANGKA\";i:2;s:6:\"FORANG\";i:3;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:5:{i:0;i:1;i:1;s:18:\"NAMAHALAMANLENGKAP\";i:2;s:18:\"NAMALENGKAPHALAMAN\";i:3;s:9:\"NAMMANKAP\";i:4;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:5:{i:0;i:1;i:1;s:18:\"AMAHALAMANLENGKAPE\";i:2;s:19:\"NAMALENGKAPHALAMANE\";i:3;s:10:\"NAMMANKAPE\";i:4;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:11:\"URLLENGKAP:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:11:\"URLLENGKAPE\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:8:\"JANTINA:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:4:{i:0;i:0;i:1;s:11:\"TATABAHASA:\";i:2;s:5:\"TASA:\";i:3;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:23:\"__KATEGORITERSEMBUNYI__\";i:2;s:10:\"__KATSEM__\";i:3;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:4:{i:0;i:1;i:1;s:5:\"al=$1\";i:2;s:13:\"alternatif=$1\";i:3;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:4:{i:0;i:1;i:1;s:4:\"gada\";i:2;s:11:\"garis_dasar\";i:3;s:8:\"baseline\";}s:10:\"img_border\";a:4:{i:0;i:1;i:1;s:4:\"tepi\";i:2;s:5:\"batas\";i:3;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"bawah\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:5:{i:0;i:1;i:1;s:3:\"pus\";i:2;s:5:\"pusat\";i:3;s:6:\"center\";i:4;s:6:\"centre\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:7:\"bingkai\";i:2;s:4:\"bing\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:4:{i:0;i:1;i:1;s:7:\"nirbing\";i:2;s:12:\"tanpabingkai\";i:3;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:6:\"bhs=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:4:{i:0;i:1;i:1;s:4:\"kiri\";i:2;s:2:\"ki\";i:3;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:6:\"pra=$1\";i:2;s:10:\"pranala=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:7:{i:0;i:1;i:1;s:7:\"jmpl=$1\";i:2;s:9:\"jempol=$1\";i:3;s:7:\"mini=$1\";i:4;s:11:\"miniatur=$1\";i:5;s:12:\"thumbnail=$1\";i:6;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"tengah\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:3:\"nir\";i:2;s:5:\"tanpa\";i:3;s:4:\"none\";}s:8:\"img_page\";a:7:{i:0;i:1;i:1;s:6:\"hal=$1\";i:2;s:10:\"halaman=$1\";i:3;s:6:\"hal_$1\";i:4;s:10:\"halaman_$1\";i:5;s:7:\"page=$1\";i:6;s:7:\"page $1\";}s:9:\"img_right\";a:4:{i:0;i:1;i:1;s:2:\"ka\";i:2;s:5:\"kanan\";i:3;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:3:\"upa\";i:2;s:3:\"sub\";}s:15:\"img_text_bottom\";a:4:{i:0;i:1;i:1;s:5:\"batek\";i:2;s:10:\"bawah-teks\";i:3;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:4:{i:0;i:1;i:1;s:4:\"atek\";i:2;s:9:\"atas-teks\";i:3;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:7:{i:0;i:1;i:1;s:4:\"jmpl\";i:2;s:6:\"jempol\";i:3;s:4:\"mini\";i:4;s:8:\"miniatur\";i:5;s:5:\"thumb\";i:6;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:4:\"atas\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:10:{i:0;i:1;i:1;s:5:\"lurus\";i:2;s:8:\"lurus=$1\";i:3;s:8:\"lurus_$1\";i:4;s:5:\"tegak\";i:5;s:8:\"tegak=$1\";i:6;s:8:\"tegak_$1\";i:7;s:7:\"upright\";i:8;s:10:\"upright=$1\";i:9;s:10:\"upright $1\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:10:\"__INDEKS__\";i:2;s:9:\"__INDEX__\";}s:8:\"language\";a:4:{i:0;i:0;i:1;s:8:\"#BAHASA:\";i:2;s:5:\"#BHS:\";i:3;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:5:{i:0;i:0;i:1;s:3:\"KC:\";i:2;s:6:\"KECIL:\";i:3;s:11:\"HURUFKECIL:\";i:4;s:3:\"LC:\";}s:7:\"lcfirst\";a:4:{i:0;i:0;i:1;s:4:\"AKC:\";i:2;s:10:\"AWALKECIL:\";i:3;s:8:\"LCFIRST:\";}s:8:\"localday\";a:4:{i:0;i:1;i:1;s:9:\"HARILOKAL\";i:2;s:5:\"HALOK\";i:3;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:10:\"HARILOKAL2\";i:2;s:6:\"HALOK2\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:4:{i:0;i:1;i:1;s:13:\"NAMAHARILOKAL\";i:2;s:8:\"NAMHALOK\";i:3;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:4:{i:0;i:1;i:1;s:20:\"HARIDALAMMINGGULOKAL\";i:2;s:9:\"HADAMIKAL\";i:3;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:4:{i:0;i:1;i:1;s:8:\"JAMLOKAL\";i:2;s:5:\"JALOK\";i:3;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:7:{i:0;i:1;i:1;s:10:\"BULANLOKAL\";i:2;s:11:\"BULANLOKAL2\";i:3;s:5:\"BULOK\";i:4;s:6:\"BULOK2\";i:5;s:10:\"LOCALMONTH\";i:6;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:4:{i:0;i:1;i:1;s:11:\"BULANLOKAL1\";i:2;s:6:\"BULOK1\";i:3;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:4:{i:0;i:1;i:1;s:21:\"NAMASINGKATBULANLOKAL\";i:2;s:12:\"NAMSINGBULOK\";i:3;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:4:{i:0;i:1;i:1;s:14:\"NAMABULANLOKAL\";i:2;s:8:\"NAMBULOK\";i:3;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:4:{i:0;i:1;i:1;s:20:\"NAMAJENDERBULANLOKAL\";i:2;s:11:\"NAMJENBULOK\";i:3;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:4:{i:0;i:1;i:1;s:10:\"WAKTULOKAL\";i:2;s:5:\"WALOK\";i:3;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:4:{i:0;i:1;i:1;s:17:\"STEMPELWAKTULOKAL\";i:2;s:9:\"STEMWAKAL\";i:3;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:8:\"URLLOKAL\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:9:\"URLLOKALE\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:4:{i:0;i:1;i:1;s:11:\"MINGGULOKAL\";i:2;s:5:\"MIKAL\";i:3;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:4:{i:0;i:1;i:1;s:10:\"TAHUNLOKAL\";i:2;s:5:\"TALOK\";i:3;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:4:{i:0;i:0;i:1;s:4:\"PSN:\";i:2;s:6:\"PESAN:\";i:3;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:4:\"TPL:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:4:{i:0;i:1;i:1;s:9:\"RUANGNAMA\";i:2;s:5:\"RUNAM\";i:3;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:4:{i:0;i:1;i:1;s:10:\"RUANGNAMAE\";i:2;s:6:\"RUNAME\";i:3;s:10:\"NAMESPACEE\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:21:\"__PRANALABAGIANBARU__\";i:2;s:11:\"__PRABABA__\";i:3;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:20:\"__TANPAKONVERSIISI__\";i:2;s:11:\"__NIRKOSI__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:4:{i:0;i:0;i:1;s:24:\"__TANPASUNTINGANBAGIAN__\";i:2;s:11:\"__NIRSUBA__\";i:3;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:4:{i:0;i:0;i:1;s:15:\"__TANPAGALERI__\";i:2;s:10:\"__NIRGAL__\";i:3;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:4:{i:0;i:1;i:1;s:15:\"__TANPAINDEKS__\";i:2;s:11:\"__NIRDEKS__\";i:3;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:25:\"_TANPAPRANALABAGIANBARU__\";i:2;s:14:\"__NIRPRABABA__\";i:3;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:22:\"__TANPAKONVERSIJUDUL__\";i:2;s:12:\"__NIRKODUL__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:18:\"__TANPADAFTARISI__\";i:2;s:11:\"__NIRDASI__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:4:{i:0;i:0;i:1;s:3:\"RN:\";i:2;s:6:\"RUNAM:\";i:3;s:3:\"NS:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:16:\"JUMLAHDIKELOMPOK\";i:2;s:8:\"JULDIPOK\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:4:{i:0;i:1;i:1;s:19:\"JUMLAHPENGGUNAAKTIF\";i:2;s:10:\"JUMPENGTIF\";i:3;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:6:{i:0;i:1;i:1;s:11:\"JUMLAHADMIN\";i:2;s:14:\"JUMLAHPENGURUS\";i:3;s:5:\"JUMAD\";i:4;s:5:\"JURUS\";i:5;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:4:{i:0;i:1;i:1;s:13:\"JUMLAHARTIKEL\";i:2;s:6:\"JUMKEL\";i:3;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:4:{i:0;i:1;i:1;s:15:\"JUMLAHSUNTINGAN\";i:2;s:7:\"JUMTING\";i:3;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:4:{i:0;i:1;i:1;s:12:\"JUMLAHBERKAS\";i:2;s:6:\"JUMKAS\";i:3;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:4:{i:0;i:1;i:1;s:13:\"JUMLAHHALAMAN\";i:2;s:6:\"JUMMAN\";i:3;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:4:{i:0;i:1;i:1;s:14:\"JUMLAHPENGGUNA\";i:2;s:7:\"JUMPENG\";i:3;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:4:{i:0;i:0;i:1;s:7:\"ISIKIRI\";i:2;s:3:\"IKI\";i:3;s:7:\"PADLEFT\";}s:8:\"padright\";a:4:{i:0;i:0;i:1;s:8:\"ISIKANAN\";i:2;s:3:\"IKA\";i:3;s:8:\"PADRIGHT\";}s:8:\"pagename\";a:4:{i:0;i:1;i:1;s:11:\"NAMAHALAMAN\";i:2;s:6:\"NAMMAN\";i:3;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:4:{i:0;i:1;i:1;s:12:\"NAMAHALAMANE\";i:2;s:7:\"NAMMANE\";i:3;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:5:{i:0;i:1;i:1;s:17:\"HALAMANDIKATEGORI\";i:2;s:8:\"HALDIKAT\";i:3;s:15:\"PAGESINCATEGORY\";i:4;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:5:\"semua\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:6:\"berkas\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:7:\"halaman\";i:2;s:5:\"pages\";}s:16:\"pagesinnamespace\";a:5:{i:0;i:1;i:1;s:19:\"HALAMANDIRUANGNAMA:\";i:2;s:7:\"HALDIRN\";i:3;s:17:\"PAGESINNAMESPACE:\";i:4;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:4:{i:0;i:1;i:1;s:12:\"BESARHALAMAN\";i:2;s:6:\"BESMAN\";i:3;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:6:\"JAMAK:\";i:2;s:7:\"PLURAL:\";}s:15:\"protectionlevel\";a:4:{i:0;i:1;i:1;s:19:\"TINGKATPERLINDUNGAN\";i:2;s:5:\"TIPER\";i:3;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:7:\"MENTAH:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:1:\"M\";i:2;s:1:\"R\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:5:\"#ALIH\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:4:{i:0;i:1;i:1;s:10:\"HARIREVISI\";i:2;s:5:\"HAREV\";i:3;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:4:{i:0;i:1;i:1;s:11:\"HARIREVISI2\";i:2;s:6:\"HAREV2\";i:3;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:4:{i:0;i:1;i:1;s:8:\"IDREVISI\";i:2;s:4:\"IREV\";i:3;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:4:{i:0;i:1;i:1;s:11:\"BULANREVISI\";i:2;s:5:\"BUREV\";i:3;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:12:\"BULANREVISI1\";i:2;s:14:\"REVISIONMONTH1\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:18:\"STEMPELWAKTUREVISI\";i:2;s:16:\"REKAMWAKTUREVISI\";i:3;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:14:\"PENGGUNAREVISI\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:4:{i:0;i:1;i:1;s:11:\"TAHUNREVISI\";i:2;s:5:\"TAREV\";i:3;s:12:\"REVISIONYEAR\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:11:\"LOKASISKRIP\";i:2;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:7:\"PELADEN\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:5:{i:0;i:0;i:1;s:11:\"NAMAPELADEN\";i:2;s:10:\"NAMASERVER\";i:3;s:6:\"NAMPEL\";i:4;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:4:{i:0;i:1;i:1;s:9:\"NAMASITUS\";i:2;s:6:\"NAMSIT\";i:3;s:8:\"SITENAME\";}s:7:\"special\";a:4:{i:0;i:0;i:1;s:8:\"istimewa\";i:2;s:7:\"spesial\";i:3;s:7:\"special\";}s:14:\"staticredirect\";a:6:{i:0;i:1;i:1;s:20:\"__PENGALIHANSTATIK__\";i:2;s:20:\"__PENGALIHANSTATIS__\";i:3;s:9:\"__PETIK__\";i:4;s:9:\"__PETIS__\";i:5;s:18:\"__STATICREDIRECT__\";}s:15:\"subjectpagename\";a:7:{i:0;i:1;i:1;s:16:\"NAMAHALAMANUTAMA\";i:2;s:18:\"NAMAHALAMANARTIKEL\";i:3;s:10:\"NAMMANTAMA\";i:4;s:11:\"NAMMANTIKEL\";i:5;s:15:\"SUBJECTPAGENAME\";i:6;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:7:{i:0;i:1;i:1;s:17:\"NAMAHALAMANUTAMAE\";i:2;s:19:\"NAMAHALAMANARTIKELE\";i:3;s:11:\"NAMMANTAMAE\";i:4;s:12:\"NAMMANTIKELE\";i:5;s:16:\"SUBJECTPAGENAMEE\";i:6;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:7:{i:0;i:1;i:1;s:10:\"RUANGUTAMA\";i:2;s:12:\"RUANGARTIKEL\";i:3;s:6:\"RUTAMA\";i:4;s:7:\"RUTIKEL\";i:5;s:12:\"SUBJECTSPACE\";i:6;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:7:{i:0;i:1;i:1;s:11:\"RUANGUTAMAE\";i:2;s:13:\"RUANGARTIKELE\";i:3;s:7:\"RUTAMAE\";i:4;s:6:\"RUKELE\";i:5;s:13:\"SUBJECTSPACEE\";i:6;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:5:{i:0;i:1;i:1;s:14:\"NAMASUBHALAMAN\";i:2;s:14:\"NAMAUPAHALAMAN\";i:3;s:7:\"NAMUMAN\";i:4;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:5:{i:0;i:1;i:1;s:15:\"NAMASUBHALAMANE\";i:2;s:15:\"NAMAUPAHALAMANE\";i:3;s:8:\"NAMUMANE\";i:4;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:5:{i:0;i:0;i:1;s:4:\"GNT:\";i:2;s:6:\"GANTI:\";i:3;s:6:\"TUKAR:\";i:4;s:6:\"SUBST:\";}s:3:\"tag\";a:4:{i:0;i:0;i:1;s:10:\"kata_kunci\";i:2;s:5:\"takun\";i:3;s:3:\"tag\";}s:12:\"talkpagename\";a:4:{i:0;i:1;i:1;s:17:\"NAMAHALAMANBICARA\";i:2;s:9:\"NAMMANBIR\";i:3;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:4:{i:0;i:1;i:1;s:18:\"NAMAHALAMANBICARAE\";i:2;s:10:\"NAMMANBIRE\";i:3;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:11:\"RUANGBICARA\";i:2;s:5:\"RUBIR\";i:3;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:4:{i:0;i:1;i:1;s:12:\"RUANGBICARAE\";i:2;s:6:\"RUBIRE\";i:3;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:4:{i:0;i:0;i:1;s:13:\"__DAFTARISI__\";i:2;s:8:\"__DASI__\";i:3;s:7:\"__TOC__\";}s:2:\"uc\";a:5:{i:0;i:0;i:1;s:3:\"BS:\";i:2;s:6:\"BESAR:\";i:3;s:11:\"HURUFBESAR:\";i:4;s:3:\"UC:\";}s:7:\"ucfirst\";a:4:{i:0;i:0;i:1;s:4:\"ABS:\";i:2;s:10:\"AWALBESAR:\";i:3;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:4:{i:0;i:0;i:1;s:8:\"KODEURL:\";i:2;s:5:\"KODU:\";i:3;s:10:\"URLENCODE:\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('abs','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('abs','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('abs','messages:about','s:11:\"abs:Tentang\";'),('abs','messages:aboutpage','s:19:\"abs:Project:Tentang\";'),('abs','messages:aboutsite','s:24:\"abs:Tentang {{SITENAME}}\";'),('abs','messages:abusefilter-edit-builder-vars-user-mobile','s:77:\"id:Menentukan apakah pengguna menyunting melalui antarmuka seluler atau tidak\";'),('abs','messages:accesskey-blockip-block','s:4:\"en:s\";'),('abs','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('abs','messages:accesskey-ca-delete','s:4:\"en:d\";'),('abs','messages:accesskey-ca-edit','s:4:\"en:e\";'),('abs','messages:accesskey-ca-history','s:4:\"en:h\";'),('abs','messages:accesskey-ca-move','s:4:\"en:m\";'),('abs','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('abs','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('abs','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('abs','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('abs','messages:accesskey-ca-protect','s:4:\"en:=\";'),('abs','messages:accesskey-ca-talk','s:4:\"en:t\";'),('abs','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('abs','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('abs','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('abs','messages:accesskey-ca-view','s:3:\"en:\";'),('abs','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('abs','messages:accesskey-ca-watch','s:4:\"en:w\";'),('abs','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('abs','messages:accesskey-diff','s:4:\"en:v\";'),('abs','messages:accesskey-export','s:4:\"en:s\";'),('abs','messages:accesskey-feed-atom','s:3:\"en:\";'),('abs','messages:accesskey-feed-rss','s:3:\"en:\";'),('abs','messages:accesskey-import','s:4:\"en:s\";'),('abs','messages:accesskey-minoredit','s:4:\"en:i\";'),('abs','messages:accesskey-n-currentevents','s:3:\"en:\";'),('abs','messages:accesskey-n-help','s:3:\"en:\";'),('abs','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('abs','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('abs','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('abs','messages:accesskey-n-portal','s:3:\"en:\";'),('abs','messages:accesskey-n-randompage','s:4:\"en:x\";'),('abs','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('abs','messages:accesskey-p-logo','s:3:\"en:\";'),('abs','messages:accesskey-preferences-save','s:4:\"en:s\";'),('abs','messages:accesskey-preview','s:4:\"en:p\";'),('abs','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('abs','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('abs','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('abs','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('abs','messages:accesskey-pt-login','s:4:\"en:o\";'),('abs','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('abs','messages:accesskey-pt-logout','s:3:\"en:\";'),('abs','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('abs','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('abs','messages:accesskey-pt-preferences','s:3:\"en:\";'),('abs','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('abs','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('abs','messages:accesskey-publish','s:4:\"en:s\";'),('abs','messages:accesskey-save','s:4:\"en:s\";'),('abs','messages:accesskey-search','s:4:\"en:f\";'),('abs','messages:accesskey-search-fulltext','s:3:\"en:\";'),('abs','messages:accesskey-search-go','s:3:\"en:\";'),('abs','messages:accesskey-summary','s:4:\"en:b\";'),('abs','messages:accesskey-t-contributions','s:3:\"en:\";'),('abs','messages:accesskey-t-emailuser','s:3:\"en:\";'),('abs','messages:accesskey-t-info','s:3:\"en:\";'),('abs','messages:accesskey-t-permalink','s:3:\"en:\";'),('abs','messages:accesskey-t-print','s:4:\"en:p\";'),('abs','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('abs','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('abs','messages:accesskey-t-upload','s:4:\"en:u\";'),('abs','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('abs','messages:accesskey-upload','s:4:\"en:s\";'),('abs','messages:accesskey-userrights-set','s:4:\"en:s\";'),('abs','messages:accesskey-watch','s:4:\"en:w\";'),('abs','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('abs','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('abs','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('abs','messages:accmailtext','s:195:\"id:Sebuah kata sandi acak untuk [[User talk:$1|$1]] telah dikirimkan ke $2. Kata sandi akun baru ini dapat diubah di halaman <em>[[Special:ChangePassword|ubah kata sandi]]</em> setelah masuk log.\";'),('abs','messages:accmailtitle','s:29:\"id:Kata sandi telah terkirim.\";'),('abs','messages:accountcreated','s:14:\"id:Akun dibuat\";'),('abs','messages:accountcreatedtext','s:91:\"id:Akun pengguna untuk [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|bicara]]) telah dibuat.\";'),('abs','messages:acct_creation_throttle_hit','s:257:\"id:Pengunjung wiki ini dengan alamat IP yang sama dengan Anda telah membuat {{PLURAL:$1|1 akun|$1 akun}} dalam $2 terakhir, hingga jumlah maksimum yang diizinkan.\nKarenanya, pengunjung dengan alamat IP ini tidak dapat lagi membuat akun lain untuk sementara.\";'),('abs','messages:action-apihighlimits','s:56:\"id:menggunakan batasan yang lebih tinggi dalam kueri API\";'),('abs','messages:action-applychangetags','s:49:\"id:menerapkan tag bersamaan dengan perubahan Anda\";'),('abs','messages:action-autoconfirmed','s:48:\"id:tidak terpengaruh oleh pembatasan berbasis IP\";'),('abs','messages:action-autocreateaccount','s:38:\"id:membuat otomatis akun pengguna luar\";'),('abs','messages:action-autopatrol','s:53:\"id:menandai suntingan Anda sendiri sebagai terpatroli\";'),('abs','messages:action-bigdelete','s:50:\"id:menghapus halaman dengan banyak versi terdahulu\";'),('abs','messages:action-block','s:43:\"id:memblokir pengguna ini dari penyuntingan\";'),('abs','messages:action-blockemail','s:43:\"id:memblokir pengiriman surel oleh pengguna\";'),('abs','messages:action-bot','s:46:\"id:diperlakukan sebagai sebuah proses otomatis\";'),('abs','messages:action-browsearchive','s:45:\"id:mencari halaman-halaman yang telah dihapus\";'),('abs','messages:action-changetags','s:73:\"id:menambah dan menghapus tag semaunya pada revisi individu dan entri log\";'),('abs','messages:action-createaccount','s:28:\"id:membuat akun pengguna ini\";'),('abs','messages:action-createpage','s:22:\"id:membuat halaman ini\";'),('abs','messages:action-createtalk','s:30:\"id:membuat halaman diskusi ini\";'),('abs','messages:action-delete','s:24:\"id:menghapus halaman ini\";'),('abs','messages:action-delete-redirect','s:36:\"id:menimpa pengalihan revisi tunggal\";'),('abs','messages:action-deletechangetags','s:32:\"id:menghapus tag dari basis data\";'),('abs','messages:action-deletedhistory','s:53:\"id:melihat versi terdahulu halaman yang telah dihapus\";'),('abs','messages:action-deletedtext','s:35:\"id:melihat teks revisi yang dihapus\";'),('abs','messages:action-deletelogentry','s:22:\"id:menghapus entri log\";'),('abs','messages:action-deleterevision','s:19:\"id:menghapus revisi\";'),('abs','messages:action-edit','s:18:\"abs:kas bae kintal\";'),('abs','messages:action-editcontentmodel','s:41:\"id:menyunting model konten sebuah halaman\";'),('abs','messages:action-editinterface','s:32:\"id:menyunting antarmuka pengguna\";'),('abs','messages:action-editmyoptions','s:29:\"id:menyunting preferensi Anda\";'),('abs','messages:action-editmyprivateinfo','s:36:\"id:menyunting informasi pribadi Anda\";'),('abs','messages:action-editmyusercss','s:38:\"id:menyunting berkas CSS pengguna Anda\";'),('abs','messages:action-editmyuserjs','s:45:\"id:menyunting berkas JavaScript pengguna Anda\";'),('abs','messages:action-editmyuserjson','s:39:\"id:menyunting berkas JSON pengguna Anda\";'),('abs','messages:action-editmyuserjsredirect','s:71:\"id:menyunting berkas JavaScript milik sendiri yang merupakan pengalihan\";'),('abs','messages:action-editmywatchlist','s:34:\"id:menyunting daftar pantauan Anda\";'),('abs','messages:action-editprotected','s:75:\"id:menyunting halaman yang dilindungi sebagai \"{{int:protect-level-sysop}}\"\";'),('abs','messages:action-editsemiprotected','s:83:\"id:menyunting halaman yang dilindungi sebagai \"{{int:protect-level-autoconfirmed}}\"\";'),('abs','messages:action-editsitecss','s:35:\"id:menyunting CSS keseluruhan situs\";'),('abs','messages:action-editsitejs','s:42:\"id:menyunting JavaScript keseluruhan situs\";'),('abs','messages:action-editsitejson','s:36:\"id:menyunting JSON keseluruhan situs\";'),('abs','messages:action-editusercss','s:38:\"id:menyunting berkas CSS pengguna lain\";'),('abs','messages:action-edituserjs','s:37:\"id:menyunting berkas JS pengguna lain\";'),('abs','messages:action-edituserjson','s:39:\"id:menyunting berkas JSON pengguna lain\";'),('abs','messages:action-hideuser','s:61:\"id:memblokir nama pengguna dan menyembunyikannnya dari publik\";'),('abs','messages:action-history','s:30:\"id:melihat riwayat halaman ini\";'),('abs','messages:action-import','s:39:\"id:mengimpor halaman ini dari wiki lain\";'),('abs','messages:action-importupload','s:45:\"id:mengimpor halaman ini dari pemuatan berkas\";'),('abs','messages:action-ipblock-exempt','s:76:\"id:mengabaikan pemblokiran IP, pemblokiran otomatis, dan rentang pemblokiran\";'),('abs','messages:action-managechangetags','s:34:\"id:membuat dan me(non)aktifkan tag\";'),('abs','messages:action-markbotedits','s:53:\"id:menandai pengembalian revisi sebagai suntingan bot\";'),('abs','messages:action-mergehistory','s:52:\"id:menggabungkan revisi-revisi terdahulu halaman ini\";'),('abs','messages:action-mf-uploadbutton','s:46:\"id:gunakan tombol unggah pada halaman seluler.\";'),('abs','messages:action-minoredit','s:35:\"id:menandai sebagai suntingan kecil\";'),('abs','messages:action-move','s:14:\"abs:Kas pindah\";'),('abs','messages:action-move-categorypages','s:31:\"id:memindahkan halaman kategori\";'),('abs','messages:action-move-rootuserpages','s:37:\"id:memindahkan halaman utama pengguna\";'),('abs','messages:action-move-subpages','s:52:\"id:memindahkan halaman ini, dan semua sub-halamannya\";'),('abs','messages:action-movefile','s:25:\"id:memindahkan berkas ini\";'),('abs','messages:action-nominornewtalk','s:84:\"id:meniadakan suntingan kecil di halaman pembicaraan yang memicu tampilan pesan baru\";'),('abs','messages:action-noratelimit','s:53:\"id:tidak terpengaruh oleh pembatasan jumlah suntingan\";'),('abs','messages:action-override-export-depth','s:73:\"id:mengekspor halaman termasuk halaman-halaman terkait hingga 5 kedalaman\";'),('abs','messages:action-pagelang','s:26:\"id:mengubah bahasa halaman\";'),('abs','messages:action-patrol','s:54:\"id:menandai suntingan pengguna lain sebagai terpatroli\";'),('abs','messages:action-patrolmarks','s:46:\"id:melihat penandaan patroli perubahan terbaru\";'),('abs','messages:action-protect','s:43:\"id:Mengubah tingkat pelindungan halaman ini\";'),('abs','messages:action-purge','s:34:\"id:menghapus singgahan halaman ini\";'),('abs','messages:action-read','s:22:\"id:membaca halaman ini\";'),('abs','messages:action-reupload','s:32:\"id:menimpa berkas yang telah ada\";'),('abs','messages:action-reupload-own','s:68:\"id:menimpa berkas yang sudah ada yang dimuat oleh pengguna yang sama\";'),('abs','messages:action-reupload-shared','s:64:\"id:menimpa berkas yang telah ada dalam repositori berkas bersama\";'),('abs','messages:action-rollback','s:100:\"id:mengembalikan dengan cepat suntingan-suntingan pengguna terakhir yang menyunting halaman tertentu\";'),('abs','messages:action-sendemail','s:17:\"id:mengirim surel\";'),('abs','messages:action-siteadmin','s:41:\"id:mengunci atau membuka kunci basis data\";'),('abs','messages:action-suppressionlog','s:26:\"id:melihat log rahasia ini\";'),('abs','messages:action-suppressredirect','s:69:\"id:tidak membuat pengalihan dari nama lama ketika memindahkan halaman\";'),('abs','messages:action-suppressrevision','s:50:\"id:Tinjau dan kembalikan revisi yang disembunyikan\";'),('abs','messages:action-unblockself','s:28:\"id:melepaskan blokir sendiri\";'),('abs','messages:action-undelete','s:34:\"id:membatalkan penghapusan halaman\";'),('abs','messages:action-unwatchedpages','s:45:\"id:melihat daftar halaman yang tidak dipantau\";'),('abs','messages:action-upload','s:20:\"id:memuat berkas ini\";'),('abs','messages:action-upload_by_url','s:43:\"id:memuat berkas ini dari sebuah alamat URL\";'),('abs','messages:action-userrights','s:32:\"id:menyunting semua hak pengguna\";'),('abs','messages:action-userrights-interwiki','s:50:\"id:menyunting hak akses dari pengguna di wiki lain\";'),('abs','messages:action-viewmyprivateinfo','s:33:\"id:melihat informasi pribadi Anda\";'),('abs','messages:action-viewmywatchlist','s:29:\"id:melihat daftar pantau Anda\";'),('abs','messages:action-viewsuppressed','s:56:\"id:melihat revisi yang disembunyikan dari semua pengguna\";'),('abs','messages:action-writeapi','s:24:\"id:menggunakan API tulis\";'),('abs','messages:actioncomplete','s:17:\"id:Proses selesai\";'),('abs','messages:actionfailed','s:17:\"id:Eksekusi gagal\";'),('abs','messages:actions','s:11:\"id:Tindakan\";'),('abs','messages:actionthrottled','s:20:\"id:Tindakan dibatasi\";'),('abs','messages:actionthrottledtext','s:171:\"id:Anda dibatasi untuk melakukan tindakan ini terlalu banyak dalam waktu pendek, dan Anda telah melebihi batas yang diberikan. Silakan mencoba lagi setelah beberapa menit.\";'),('abs','messages:activeusers','s:24:\"id:Daftar pengguna aktif\";'),('abs','messages:activeusers-count','s:83:\"id:$1 {{PLURAL:$1|aktivitas|aktivitas}} dalam {{PLURAL:$3|1 hari|$3 hari}} terakhir\";'),('abs','messages:activeusers-excludegroups','s:47:\"id:Sembunyikan pengguna yang termasuk kelompok:\";'),('abs','messages:activeusers-from','s:33:\"id:Tampilkan pengguna mulai dari:\";'),('abs','messages:activeusers-groups','s:45:\"id:Tampilkan pengguna yang termasuk kelompok:\";'),('abs','messages:activeusers-intro','s:127:\"id:Berikut adalah daftar pengguna yang memiliki suatu bentuk aktivitas selama paling tidak $1 {{PLURAL:$1|hari|hari}} terakhir.\";'),('abs','messages:activeusers-noresult','s:28:\"id:Pengguna tidak ditemukan.\";'),('abs','messages:activeusers-submit','s:27:\"id:Tampilkan pengguna aktif\";'),('abs','messages:activeusers-summary','s:3:\"en:\";'),('abs','messages:addedwatchexpiry-options-label','s:33:\"id:Periode waktu daftar pantauan:\";'),('abs','messages:addedwatchexpiryhours','s:123:\"id:\"[[:$1]]\" dan halaman pembicaraannya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk beberapa jam.\";'),('abs','messages:addedwatchexpiryhours-talk','s:119:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk beberapa jam.\";'),('abs','messages:addedwatchexpirytext','s:113:\"id:\"[[:$1]]\" dan halaman pembicaraannya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk $2.\";'),('abs','messages:addedwatchexpirytext-talk','s:109:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk $2.\";'),('abs','messages:addedwatchindefinitelytext','s:115:\"id:\"[[:$1]]\" dan halaman pembicaraannya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] secara permanen.\";'),('abs','messages:addedwatchindefinitelytext-talk','s:116:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda secara permanen.\";'),('abs','messages:addedwatchtext','s:198:\"id:\"[[:$1]]\" dan diskusinya telah ditambahkan ke [[Special:Watchlist|watchlist]] Anda.\nPerubahan-perubahan berikutnya pada halaman tersebut dan halaman pembicaraan terkaitnya akan tercantum di sini.\";'),('abs','messages:addedwatchtext-short','s:58:\"id:Halaman \"$1\" telah ditambahkan ke daftar pantauan Anda.\";'),('abs','messages:addedwatchtext-talk','s:100:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan Anda]].\";'),('abs','messages:addsection','s:4:\"en:+\";'),('abs','messages:addsection-editintro','s:3:\"en:\";'),('abs','messages:addsection-preload','s:3:\"en:\";'),('abs','messages:addwatch','s:31:\"id:Tambahkan ke daftar pantauan\";'),('abs','messages:ago','s:15:\"id:$1 yang lalu\";'),('abs','messages:all-logs-page','s:19:\"id:Semua log publik\";'),('abs','messages:allarticles','s:16:\"abs:Samua kintal\";'),('abs','messages:allinnamespace','s:33:\"id:Daftar halaman (ruang nama $1)\";'),('abs','messages:alllogstext','s:234:\"id:Gabungan tampilan semua log yang tersedia di {{SITENAME}}.\nAnda dapat melakukan pembatasan tampilan dengan memilih jenis log, nama pengguna (sensitif terhadap kapitalisasi), atau judul halaman (juga sensitif terhadap kapitalisasi).\";'),('abs','messages:allmessages','s:15:\"id:Pesan sistem\";'),('abs','messages:allmessages-filter','s:37:\"id:Saring dengan keadaan kustomisasi:\";'),('abs','messages:allmessages-filter-all','s:8:\"id:Semua\";'),('abs','messages:allmessages-filter-legend','s:12:\"id:Penyaring\";'),('abs','messages:allmessages-filter-modified','s:9:\"id:Diubah\";'),('abs','messages:allmessages-filter-submit','s:9:\"id:Filter\";'),('abs','messages:allmessages-filter-translate','s:14:\"id:Terjemahkan\";'),('abs','messages:allmessages-filter-unmodified','s:15:\"id:Tidak diubah\";'),('abs','messages:allmessages-language','s:10:\"id:Bahasa:\";'),('abs','messages:allmessages-not-supported-database','s:89:\"id:Halaman ini tidak dapat digunakan karena \'\'\'$wgUseDatabaseMessages\'\'\' telah dimatikan.\";'),('abs','messages:allmessages-prefix','s:24:\"id:Saring dengan awalan:\";'),('abs','messages:allmessagescurrent','s:16:\"id:Teks sekarang\";'),('abs','messages:allmessagesdefault','s:12:\"id:Teks baku\";'),('abs','messages:allmessagesname','s:7:\"id:Nama\";'),('abs','messages:allmessagestext','s:298:\"id:Ini adalah daftar semua pesan sistem yang tersedia dalam ruang nama MediaWiki.\nSilakan kunjungi [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation Pelokalan MediaWiki] dan [https://translatewiki.net translatewiki.net] jika Anda ingin berkontribusi untuk pelokalan generik MediaWiki.\";'),('abs','messages:allowemail','s:51:\"id:Izinkan pengguna lain mengirim surel kepada saya\";'),('abs','messages:allpages','s:17:\"id:Daftar halaman\";'),('abs','messages:allpages-bad-ns','s:47:\"id:{{SITENAME}} tidak memiliki ruang nama \"$1\".\";'),('abs','messages:allpages-hide-redirects','s:25:\"id:Sembunyikan pengalihan\";'),('abs','messages:allpages-summary','s:3:\"en:\";'),('abs','messages:allpagesbadtitle','s:194:\"id:Judul halaman yang diberikan tidak sah atau memiliki awalan antar-bahasa atau antar-wiki. Judul tersebut mungkin juga mengandung satu atau lebih aksara yang tidak dapat digunakan dalam judul.\";'),('abs','messages:allpagesfrom','s:32:\"id:Tampilkan halaman mulai dari:\";'),('abs','messages:allpagesprefix','s:35:\"id:Tampilkan halaman dengan awalan:\";'),('abs','messages:allpagessubmit','s:6:\"abs:Pi\";'),('abs','messages:allpagesto','s:28:\"id:Tampilkan halaman hingga:\";'),('abs','messages:alreadyrolled','s:411:\"id:Tidak dapat melakukan pengembalian ke revisi terakhir [[:$1]] oleh [[User:$2|$2]] ([[User talk:$2|bicara]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nPengguna lain telah menyunting atau melakukan pengembalian terhadap halaman ini.\n\nSuntingan terakhir dilakukan oleh [[User:$3|$3]] ([[User talk:$3|bicara]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('abs','messages:ancientpages','s:18:\"id:Halaman terlama\";'),('abs','messages:ancientpages-summary','s:3:\"en:\";'),('abs','messages:and','s:13:\"abs:&#32;deng\";'),('abs','messages:anoncontribs','s:14:\"abs:Kontribusi\";'),('abs','messages:anoneditwarning','s:319:\"id:<strong>Peringatan:</strong> Anda sedang tidak masuk log. Alamat IP Anda akan terlihat oleh publik jika Anda melakukan suatu perubahan. Jika Anda <strong>[$1 masuk log]</strong> atau <strong>[$2 membuat akun]</strong>, suntingan Anda akan diatribusikan kepada nama pengguna Anda, beserta berbagai keuntungan lainnya.\";'),('abs','messages:anonnotice','s:4:\"en:-\";'),('abs','messages:anononlyblock','s:24:\"id:hanya pengguna anonim\";'),('abs','messages:anonpreviewwarning','s:101:\"id:<em>Anda belum login. Penerbitan akan mencatat alamat IP Anda dalam riwayat edit halaman ini.</em>\";'),('abs','messages:anontalk','s:14:\"id:Pembicaraan\";'),('abs','messages:anontalkpagetext','s:580:\"id:----\n<em>Ini adalah halaman pembicaraan seorang pengguna anonim yang belum membuat akun atau tidak menggunakannya.</em>\nDengan demikian, kami terpaksa harus memakai alamat IP dalam bentuk angka untuk mengidentifikasikannya.\nAlamat IP seperti ini mungkin dipakai bersama oleh beberapa pengguna yang berbeda.\nJika Anda adalah seorang pengguna anonim dan merasa mendapatkan komentar-komentar yang tidak relevan untuk Anda, silakan [[Special:CreateAccount|membuat akun]] atau [[Special:UserLogin|masuk log]] untuk menghindari kerancuan dengan pengguna anonim lainnya di lain waktu.\";'),('abs','messages:anonuser','s:34:\"id:pengguna anonim {{SITENAME}} $1\";'),('abs','messages:anonusers','s:62:\"id:{{PLURAL:$2|pengguna|para pengguna}} anonim {{SITENAME}} $1\";'),('abs','messages:anonymous','s:59:\"id:{{PLURAL:$1|pengguna|para pengguna}} anonim {{SITENAME}}\";'),('abs','messages:api-clientside-error-aborted','s:25:\"id:Permintaan dibatalkan.\";'),('abs','messages:api-clientside-error-http','s:42:\"id:Kesalahan pengembalian server: HTTP $1.\";'),('abs','messages:api-clientside-error-invalidresponse','s:34:\"id:Respons dari peladen tidak sah.\";'),('abs','messages:api-clientside-error-noconnect','s:105:\"id:Tidak dapat terhubung ke server. Pastikan Anda memiliki koneksi internet yang berfungsi dan coba lagi.\";'),('abs','messages:api-clientside-error-timeout','s:55:\"id:Peladen tidak merespons dalam waktu yang diharapkan.\";'),('abs','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('abs','messages:api-credits-header','s:10:\"en:Credits\";'),('abs','messages:api-error-badtoken','s:35:\"id:Kesalahan internal: token buruk.\";'),('abs','messages:api-error-emptypage','s:54:\"id:Pembuatan halaman baru yang kosong tidak diizinkan.\";'),('abs','messages:api-error-publishfailed','s:63:\"id:Kesalahan internal: server gagal menyimpan berkas sementara.\";'),('abs','messages:api-error-stashfailed','s:63:\"id:Kesalahan internal: server gagal menyimpan berkas sementara.\";'),('abs','messages:api-error-unknown-warning','s:31:\"id:Peringatan tidak dikenal: $1\";'),('abs','messages:api-error-unknownerror','s:32:\"id:Kesalahan tidak dikenal: \"$1\"\";'),('abs','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('abs','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('abs','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('abs','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('abs','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('abs','messages:api-format-prettyprint-status','s:60:\"id:Tanggapan ini akan dikembalikan dengan status $1 $2 HTTP.\";'),('abs','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('abs','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('abs','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('abs','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('abs','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('abs','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('abs','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('abs','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('abs','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('abs','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('abs','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('abs','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('abs','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('abs','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('abs','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('abs','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('abs','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('abs','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('abs','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('abs','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('abs','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('abs','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('abs','messages:api-help-flags','s:3:\"en:\";'),('abs','messages:api-help-help-urls','s:3:\"en:\";'),('abs','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('abs','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('abs','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('abs','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('abs','messages:api-help-main-header','s:14:\"en:Main module\";'),('abs','messages:api-help-no-extended-description','s:3:\"en:\";'),('abs','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('abs','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('abs','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('abs','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('abs','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('abs','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('abs','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('abs','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('abs','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('abs','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('abs','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('abs','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('abs','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('abs','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('abs','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('abs','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('abs','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('abs','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('abs','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('abs','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('abs','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('abs','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('abs','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('abs','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('abs','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('abs','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('abs','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('abs','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('abs','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('abs','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('abs','messages:api-help-source','s:13:\"en:Source: $1\";'),('abs','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('abs','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('abs','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('abs','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('abs','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('abs','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('abs','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('abs','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('abs','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('abs','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('abs','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('abs','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('abs','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('abs','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('abs','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('abs','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('abs','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('abs','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('abs','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('abs','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('abs','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('abs','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('abs','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('abs','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('abs','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('abs','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('abs','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('abs','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('abs','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('abs','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('abs','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('abs','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('abs','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('abs','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('abs','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('abs','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('abs','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('abs','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('abs','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('abs','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('abs','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('abs','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('abs','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('abs','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('abs','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('abs','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('abs','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('abs','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('abs','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('abs','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('abs','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('abs','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('abs','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('abs','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('abs','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('abs','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('abs','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('abs','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('abs','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('abs','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('abs','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('abs','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('abs','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('abs','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('abs','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('abs','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('abs','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('abs','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('abs','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('abs','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('abs','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('abs','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('abs','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('abs','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('abs','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('abs','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('abs','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('abs','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('abs','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('abs','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('abs','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('abs','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('abs','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('abs','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('abs','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('abs','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('abs','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('abs','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('abs','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('abs','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('abs','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('abs','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('abs','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('abs','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('abs','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('abs','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('abs','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('abs','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('abs','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('abs','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('abs','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('abs','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('abs','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('abs','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('abs','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('abs','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('abs','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('abs','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('abs','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('abs','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('abs','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('abs','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('abs','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('abs','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('abs','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('abs','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('abs','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('abs','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('abs','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('abs','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('abs','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('abs','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('abs','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('abs','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('abs','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('abs','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('abs','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('abs','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('abs','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('abs','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('abs','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('abs','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('abs','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('abs','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('abs','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('abs','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('abs','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('abs','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('abs','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('abs','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('abs','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('abs','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('abs','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('abs','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('abs','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('abs','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('abs','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('abs','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('abs','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('abs','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('abs','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('abs','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('abs','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('abs','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('abs','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('abs','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('abs','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('abs','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('abs','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('abs','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('abs','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('abs','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('abs','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('abs','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('abs','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('abs','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('abs','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('abs','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('abs','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('abs','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('abs','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('abs','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('abs','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('abs','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('abs','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('abs','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('abs','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('abs','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('abs','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('abs','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('abs','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('abs','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('abs','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('abs','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('abs','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('abs','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('abs','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('abs','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('abs','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('abs','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('abs','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('abs','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('abs','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('abs','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('abs','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('abs','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('abs','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('abs','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('abs','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('abs','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('abs','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('abs','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('abs','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('abs','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('abs','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('abs','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('abs','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('abs','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('abs','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('abs','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('abs','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('abs','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('abs','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('abs','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('abs','messages:apierror-stashexception','s:5:\"en:$1\";'),('abs','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('abs','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('abs','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('abs','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('abs','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('abs','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('abs','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('abs','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('abs','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('abs','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('abs','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('abs','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('abs','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('abs','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('abs','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('abs','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('abs','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('abs','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('abs','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('abs','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('abs','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('abs','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('abs','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('abs','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('abs','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('abs','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('abs','messages:apihelp','s:14:\"id:Bantuan API\";'),('abs','messages:apihelp-block-example-ip-simple','s:79:\"id:Blokir alamat IP <kbd>192.0.2.5</kbd> selama tiga hari dengan sebuah alasan.\";'),('abs','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('abs','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('abs','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('abs','messages:apihelp-block-param-anononly','s:93:\"id:Blokir hanya pengguna anonim (seperti menonaktifkan suntingan anonim untuk alamat IP ini).\";'),('abs','messages:apihelp-block-param-autoblock','s:131:\"id:Blokir alamat IP terakhir yang digunakan pengguna ini, dan semua alamat IP berikutnya yang mereka coba gunakan untuk menyunting.\";'),('abs','messages:apihelp-block-param-expiry','s:293:\"id:Waktu kedaluwarsa. Dapat berupa waktu relatif (seperti <kbd>5 bulan</kbd> atau <kbd>2 minggu</kbd>) atau waktu absolut (seperti <kbd>2014-09-18T12:34:56Z</kbd>). Jika diatur ke <kbd>selamanya</kbd>, <kbd>tak terbatas</kbd>, atau <kbd>tidak pernah</kbd>, pemblokiran itu tidak akan berakhir.\";'),('abs','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('abs','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('abs','messages:apihelp-block-param-nocreate','s:24:\"id:Cegah pembuatan akun.\";'),('abs','messages:apihelp-block-param-noemail','s:92:\"id:Cegah pengguna mengirimkan surel melalui wiki. (Membutuhkan hak <code>blockemail</code>).\";'),('abs','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('abs','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('abs','messages:apihelp-block-param-reason','s:22:\"id:Alasan pemblokiran.\";'),('abs','messages:apihelp-block-param-reblock','s:76:\"id:Jika pengguna tersebut sudah diblokir, atur ulang setelah pemblokirannya.\";'),('abs','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('abs','messages:apihelp-block-param-user','s:32:\"id:Nama pengguna untuk diblokir.\";'),('abs','messages:apihelp-block-param-userid','s:45:\"id:Tentukan <kbd>$1user=#<var>ID</var></kbd>.\";'),('abs','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('abs','messages:apihelp-block-summary','s:19:\"id:Blokir pengguna.\";'),('abs','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('abs','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('abs','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('abs','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('abs','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('abs','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('abs','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('abs','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('abs','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('abs','messages:apihelp-changecontentmodel-summary','s:28:\"id:Ubah model konten halaman\";'),('abs','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('abs','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('abs','messages:apihelp-checktoken-param-token','s:23:\"id:Token untuk ujicoba.\";'),('abs','messages:apihelp-checktoken-param-type','s:33:\"id:Jenis token yang sedang diuji.\";'),('abs','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('abs','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('abs','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('abs','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('abs','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('abs','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('abs','messages:apihelp-compare-example-1','s:40:\"id:Buat perbedaan antara revisi 1 dan 2.\";'),('abs','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('abs','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('abs','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('abs','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('abs','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('abs','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('abs','messages:apihelp-compare-param-fromid','s:41:\"id:ID halaman pertama untuk dibandingkan.\";'),('abs','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('abs','messages:apihelp-compare-param-fromrev','s:37:\"id:Revisi pertama untuk dibandingkan.\";'),('abs','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('abs','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('abs','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('abs','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('abs','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('abs','messages:apihelp-compare-param-fromtitle','s:36:\"id:Judul pertama untuk dibandingkan.\";'),('abs','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('abs','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('abs','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('abs','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('abs','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('abs','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('abs','messages:apihelp-compare-param-toid','s:39:\"id:ID halaman kedua untuk dibandingkan.\";'),('abs','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('abs','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('abs','messages:apihelp-compare-param-torev','s:35:\"id:Revisi kedua untuk dibandingkan.\";'),('abs','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('abs','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('abs','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('abs','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('abs','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('abs','messages:apihelp-compare-param-totitle','s:34:\"id:Judul kedua untuk dibandingkan.\";'),('abs','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('abs','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('abs','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('abs','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('abs','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('abs','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('abs','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('abs','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('abs','messages:apihelp-compare-summary','s:41:\"id:Dapatkan perbedaan antara dua halaman.\";'),('abs','messages:apihelp-createaccount-example-create','s:98:\"id:Mulai proses pembuatan pengguna <kbd>Contoh</kbd> dengan kata sandi <kbd>ContohKataSandi</kbd>.\";'),('abs','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('abs','messages:apihelp-createaccount-summary','s:27:\"id:Buat akun pengguna baru.\";'),('abs','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('abs','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('abs','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('abs','messages:apihelp-delete-example-reason','s:85:\"id:Hapus <kbd>Halaman Utama</kbd> dengan alasan <kbd>Persiapan untuk dialihkan</kbd>.\";'),('abs','messages:apihelp-delete-example-simple','s:34:\"id:Hapus <kbd>Halaman Utama</kbd>.\";'),('abs','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('abs','messages:apihelp-delete-param-oldimage','s:146:\"id:Nama gambar lama untuk dihapus seperti yang disebutkan oleh [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('abs','messages:apihelp-delete-param-pageid','s:102:\"id:ID halaman dari halaman yang akan dihapus. Tidak dapat digunakan bersama dengan <var>$1title</var>.\";'),('abs','messages:apihelp-delete-param-reason','s:99:\"id:Alasan penghapusan. Jika tidak diberikan, alasan yang dihasilkan secara otomatis akan digunakan.\";'),('abs','messages:apihelp-delete-param-tags','s:58:\"id:Ganti tag untuk diterapkan ke entri di log penghapusan.\";'),('abs','messages:apihelp-delete-param-title','s:89:\"id:Judul halaman untuk dihapus. Tidak dapat digunakan bersama dengan <var>$1pageid</var>.\";'),('abs','messages:apihelp-delete-param-unwatch','s:56:\"id:Hapus halaman dari daftar pantauan pengguna saat ini.\";'),('abs','messages:apihelp-delete-param-watch','s:58:\"id:Tambahkan halaman ke daftar pantauan pengguna saat ini.\";'),('abs','messages:apihelp-delete-param-watchlist','s:155:\"id:Buat atau hapus halaman tanpa syarat dari daftar pantauan pengguna saat ini, gunakan preferensi (abaikan untuk pengguna bot) atau jangan ganti pantauan.\";'),('abs','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-delete-summary','s:16:\"id:Hapus halaman\";'),('abs','messages:apihelp-disabled-summary','s:29:\"id:Modul ini telah dimatikan.\";'),('abs','messages:apihelp-edit-example-edit','s:19:\"id:Sunting halaman.\";'),('abs','messages:apihelp-edit-example-prepend','s:53:\"id:Tambahkan <kbd>_&#95;NOTOC_&#95;</kbd> ke halaman.\";'),('abs','messages:apihelp-edit-example-undo','s:65:\"id:Batalkan revisi 13579 melalui 13585 dengan ringkasan otomatis.\";'),('abs','messages:apihelp-edit-param-appendtext','s:142:\"id:Tambahkan teks ini ke akhir halaman atau bagian. Menimpa $1text.\n\nGunakan $1section=new untuk menambahkan bagian baru, bukan parameter ini.\";'),('abs','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('abs','messages:apihelp-edit-param-basetimestamp','s:223:\"id:Stempel waktu dari revisi asal, digunakan untuk mendeteksi konflik penyuntingan. Dapat ditemukan di [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Konflik dengan diri sendiri diabaikan.\";'),('abs','messages:apihelp-edit-param-bot','s:46:\"id:Tandai suntingan ini sebagai suntingan bot.\";'),('abs','messages:apihelp-edit-param-contentformat','s:55:\"id:Format serialisasi isi digunakan untuk teks masukan.\";'),('abs','messages:apihelp-edit-param-contentmodel','s:33:\"id:Model konten dari konten baru.\";'),('abs','messages:apihelp-edit-param-createonly','s:45:\"id:Jangan sunting halaman itu jika sudah ada.\";'),('abs','messages:apihelp-edit-param-md5','s:167:\"id:Hash MD5 dari parameter $1text, atau parameter $1prependtext dan $1appendtext digabungkan. Jika diatur, suntingan itu tidak akan dilakukan kecuali hash tidak benar.\";'),('abs','messages:apihelp-edit-param-minor','s:37:\"id:Tandai ini sebagai suntingan kecil\";'),('abs','messages:apihelp-edit-param-nocreate','s:40:\"id:Berikan galat jika halaman belum ada.\";'),('abs','messages:apihelp-edit-param-notminor','s:122:\"id:Jangan tandai suntingan ini sebagai suntingan kecil bahkan jika preferensi pengguna \"{{int:tog-minordefault}}\" disetel.\";'),('abs','messages:apihelp-edit-param-pageid','s:104:\"id:ID halaman dari halaman yang akan disunting. Tidak dapat digunakan bersama dengan <var>$1title</var>.\";'),('abs','messages:apihelp-edit-param-prependtext','s:67:\"id:Tambahkan teks ini ke awal halaman atau bagian. Menimpa $1 teks.\";'),('abs','messages:apihelp-edit-param-recreate','s:80:\"id:Batalkan galat yang terjadi tentang halaman yang sudah dihapus pada saat itu.\";'),('abs','messages:apihelp-edit-param-redirect','s:41:\"id:Selesaikan pengalihan secara otomatis.\";'),('abs','messages:apihelp-edit-param-section','s:158:\"id:Pengenal bagian. <kbd>0</kbd> untuk bagian atas, <kbd>baru</kbd> untuk bagian baru. Seringkali berupa bilangan bulat positif, tetapi bisa juga non-numerik.\";'),('abs','messages:apihelp-edit-param-sectiontitle','s:69:\"id:Judul untuk bagian baru saat menggunakan <var>$1section=new</var>.\";'),('abs','messages:apihelp-edit-param-starttimestamp','s:293:\"id:Stempel waktu ketika proses penyuntingan dimulai, digunakan untuk mendeteksi konflik penyuntingan. Nilai yang cocok dapat ditemukan dengan menggunakan <var>[[Special:ApiHelp/main|curtimestamp]]</var> ketika memulai proses penyuntingan (seperti ketika memuat isi konten yang akan disunting).\";'),('abs','messages:apihelp-edit-param-summary','s:370:\"id:Ringkasan suntingan.\n\nBila parameter ini tidak disediakan atau kosong, [[mw:Special:MyLanguage/Autosummary|ringkasan suntingan dapat dihasilkan secara otomatis]].\n\nSaat menggunakan <var>$1section=new</var> dan <var>$1sectiontitle</var> tidak disediakan, nilai parameter ini akan digunakan sebagai judul bagian, dan ringkasan suntingan akan dihasilkan secara otomatis.\";'),('abs','messages:apihelp-edit-param-tags','s:40:\"id:Ganti tag untuk menerapkan ke revisi.\";'),('abs','messages:apihelp-edit-param-text','s:15:\"id:Isi halaman.\";'),('abs','messages:apihelp-edit-param-title','s:88:\"id:Judul halaman untuk dibuat. Tidak dapat digunakan bersama dengan <var>$1pageid</var>.\";'),('abs','messages:apihelp-edit-param-token','s:99:\"id:Token harus selalu dikirim sebagai parameter terakhir, atau setidaknya sesudah parameter $1text.\";'),('abs','messages:apihelp-edit-param-undo','s:71:\"id:Batalkan revisi ini. Abaikan $1text, $1prependtext dan $1appendtext.\";'),('abs','messages:apihelp-edit-param-undoafter','s:97:\"id:Batalkan semua revisi dari $1undo ke revisi ini. Jika tidak diatur, batalkan satu revisi saja.\";'),('abs','messages:apihelp-edit-param-unwatch','s:56:\"id:Hapus halaman dari daftar pantauan pengguna saat ini.\";'),('abs','messages:apihelp-edit-param-watch','s:58:\"id:Tambahkan halaman ke daftar pantauan pengguna saat ini.\";'),('abs','messages:apihelp-edit-param-watchlist','s:157:\"id:Buat atau hapus halaman tanpa syarat dari daftar pantauan pengguna saat ini, gunakan preferensi (diabaikan untuk pengguna bot) atau jangan ganti pantauan.\";'),('abs','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-edit-summary','s:28:\"id:Buat dan sunting halaman.\";'),('abs','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('abs','messages:apihelp-emailuser-param-ccme','s:42:\"id:Kirimkan salinan pesan ini kepada saya.\";'),('abs','messages:apihelp-emailuser-param-subject','s:16:\"id:Tajuk subjek.\";'),('abs','messages:apihelp-emailuser-param-target','s:37:\"id:Pengguna yang akan dikirimi surel.\";'),('abs','messages:apihelp-emailuser-param-text','s:15:\"id:Badan pesan.\";'),('abs','messages:apihelp-emailuser-summary','s:31:\"id:Kirim surel ke pengguna ini.\";'),('abs','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('abs','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('abs','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('abs','messages:apihelp-expandtemplates-param-prop','s:180:\"id:Bagian informasi manakah yang ingin didapatkan.\n\nPerhatikan bahwa jika tidak ada nilai yang dipilih, hasilnya akan mengandung teks wiki, namun keluaran akan berupa format usang.\";'),('abs','messages:apihelp-expandtemplates-param-revid','s:85:\"id:ID revisi, untuk <code><nowiki>{{REVISIONID}}</nowiki></code> dan variabel serupa.\";'),('abs','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('abs','messages:apihelp-expandtemplates-param-text','s:30:\"id:Teks wiki yang akan diubah.\";'),('abs','messages:apihelp-expandtemplates-param-title','s:17:\"id:Judul halaman.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('abs','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('abs','messages:apihelp-expandtemplates-summary','s:44:\"id:Longgarkan semua templat dalam teks wiki.\";'),('abs','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-feedcontributions-param-deletedonly','s:39:\"id:Tampilkan hanya kontribusi terhapus.\";'),('abs','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('abs','messages:apihelp-feedcontributions-param-hideminor','s:31:\"id:Sembunyikan suntingan kecil.\";'),('abs','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('abs','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('abs','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('abs','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('abs','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('abs','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('abs','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('abs','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('abs','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('abs','messages:apihelp-feedrecentchanges-example-30days','s:46:\"id:Tampilkan perubahan terbaru selama 30 hari.\";'),('abs','messages:apihelp-feedrecentchanges-example-simple','s:31:\"id:Tampilkan perubahan terbaru.\";'),('abs','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('abs','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('abs','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('abs','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('abs','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('abs','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('abs','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('abs','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('abs','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('abs','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('abs','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('abs','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('abs','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('abs','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('abs','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('abs','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('abs','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('abs','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('abs','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('abs','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('abs','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('abs','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('abs','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('abs','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('abs','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('abs','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('abs','messages:apihelp-filerevert-param-comment','s:19:\"id:Unggah komentar.\";'),('abs','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('abs','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('abs','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('abs','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('abs','messages:apihelp-help-example-help','s:31:\"id:Bantuan untuk modul bantuan.\";'),('abs','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('abs','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('abs','messages:apihelp-help-example-recursive','s:36:\"id:Semua bantuan dalam satu halaman.\";'),('abs','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('abs','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('abs','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('abs','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('abs','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('abs','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('abs','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('abs','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('abs','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('abs','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('abs','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('abs','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('abs','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('abs','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('abs','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('abs','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('abs','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('abs','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('abs','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('abs','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('abs','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('abs','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('abs','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('abs','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('abs','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('abs','messages:apihelp-import-param-xml','s:28:\"id:Berkas XML yang diunggah.\";'),('abs','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('abs','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('abs','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('abs','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('abs','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('abs','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('abs','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('abs','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('abs','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('abs','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('abs','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('abs','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('abs','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('abs','messages:apihelp-login-example-login','s:13:\"id:Masuk log.\";'),('abs','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('abs','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('abs','messages:apihelp-login-param-domain','s:21:\"id:Domain (opsional).\";'),('abs','messages:apihelp-login-param-name','s:17:\"id:Nama pengguna.\";'),('abs','messages:apihelp-login-param-password','s:14:\"id:Kata sandi.\";'),('abs','messages:apihelp-login-param-token','s:49:\"id:Token login diperoleh pada permintaan pertama.\";'),('abs','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('abs','messages:apihelp-logout-example-logout','s:31:\"id:Keluarkan pengguna saat ini.\";'),('abs','messages:apihelp-logout-summary','s:34:\"id:Keluar log dan hapus data sesi.\";'),('abs','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('abs','messages:apihelp-main-param-action','s:40:\"id:Tindakan manakah yang akan dilakukan.\";'),('abs','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('abs','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('abs','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('abs','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('abs','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('abs','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('abs','messages:apihelp-main-param-format','s:19:\"id:Format keluaran.\";'),('abs','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('abs','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('abs','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('abs','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('abs','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('abs','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('abs','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('abs','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('abs','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('abs','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('abs','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('abs','messages:apihelp-main-paramvalue-errorformat-none','s:45:\"id:Tidak ada keluaran teks, hanya kode galat.\";'),('abs','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('abs','messages:apihelp-main-paramvalue-errorformat-raw','s:29:\"id:Kunci pesan dan parameter.\";'),('abs','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('abs','messages:apihelp-main-summary','s:3:\"en:\";'),('abs','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('abs','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('abs','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('abs','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('abs','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('abs','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('abs','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('abs','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('abs','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('abs','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('abs','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('abs','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('abs','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('abs','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('abs','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('abs','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('abs','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('abs','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('abs','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('abs','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('abs','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('abs','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('abs','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('abs','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('abs','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('abs','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('abs','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('abs','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('abs','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('abs','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('abs','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('abs','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('abs','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('abs','messages:apihelp-mobileview-param-page','s:33:\"id:Judul halaman untuk di proses.\";'),('abs','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('abs','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('abs','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('abs','messages:apihelp-mobileview-param-redirect','s:38:\"id:Kemanapun pengalihan harus diikuti.\";'),('abs','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('abs','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('abs','messages:apihelp-mobileview-param-thumbheight','s:28:\"id:Tinggi maksimum miniatur.\";'),('abs','messages:apihelp-mobileview-param-thumbsize','s:29:\"id:Dimensi maksimum miniatur.\";'),('abs','messages:apihelp-mobileview-param-thumbwidth','s:27:\"id:Lebar maksimum miniatur.\";'),('abs','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('abs','messages:apihelp-move-example-move','s:87:\"id:Pindahkan <kbd>Judul buruk</kbd> ke <kbd>Judul benar</kbd> tanpa membuat pengalihan.\";'),('abs','messages:apihelp-move-param-from','s:101:\"id:Judul halaman yang akan diganti namanya. Tidak dapat digunakan bersama dengan <var>$1fromid</var>.\";'),('abs','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('abs','messages:apihelp-move-param-ignorewarnings','s:30:\"id:Abaikan peringatan apa pun.\";'),('abs','messages:apihelp-move-param-movesubpages','s:37:\"id:Ganti nama subhalaman, jika perlu.\";'),('abs','messages:apihelp-move-param-movetalk','s:44:\"id:Ganti nama halaman pembicaraan, jika ada.\";'),('abs','messages:apihelp-move-param-noredirect','s:26:\"id:Jangan buat pengalihan.\";'),('abs','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('abs','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('abs','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('abs','messages:apihelp-move-param-unwatch','s:66:\"id:Hapus halaman dan pengalihan dari daftar pantauan pengguna ini.\";'),('abs','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('abs','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('abs','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-move-summary','s:23:\"id:Memindahkan halaman.\";'),('abs','messages:apihelp-no-such-module','s:30:\"id:Modul \"$1\" tidak ditemukan.\";'),('abs','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('abs','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('abs','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('abs','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('abs','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('abs','messages:apihelp-opensearch-param-redirects','s:251:\"id:Bagaimana menangani pengalihan:\n;return:Kembali ke pengalihan itu.\n;resolve:Kembali ke halaman tujuan. Mungkin hasil kembali kurang dari $1limit.\nUntuk alasan riwayat, nilai baku adalah \"kembali\" untuk $1format=json dan \"resolve\" untuk format lain.\";'),('abs','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('abs','messages:apihelp-opensearch-param-search','s:15:\"id:Cari string.\";'),('abs','messages:apihelp-opensearch-param-suggest','s:22:\"id:Tak lagi digunakan.\";'),('abs','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('abs','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('abs','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('abs','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('abs','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('abs','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('abs','messages:apihelp-options-example-reset','s:32:\"id:Setel ulang semua preferensi.\";'),('abs','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('abs','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('abs','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('abs','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('abs','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('abs','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('abs','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('abs','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('abs','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('abs','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('abs','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('abs','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('abs','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('abs','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('abs','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('abs','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('abs','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('abs','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('abs','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('abs','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('abs','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('abs','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('abs','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('abs','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('abs','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('abs','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('abs','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('abs','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('abs','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('abs','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('abs','messages:apihelp-parse-param-mainpage','s:46:\"id:Terapkan tranformasi halaman utama seluler.\";'),('abs','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('abs','messages:apihelp-parse-param-noimages','s:39:\"id:Nonaktifkan gambar pada tampilan HP.\";'),('abs','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('abs','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('abs','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('abs','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('abs','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('abs','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('abs','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('abs','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('abs','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('abs','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('abs','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('abs','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('abs','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('abs','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('abs','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('abs','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('abs','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('abs','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('abs','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('abs','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('abs','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('abs','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('abs','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('abs','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('abs','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('abs','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('abs','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('abs','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('abs','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('abs','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('abs','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('abs','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('abs','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('abs','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('abs','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('abs','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('abs','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('abs','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('abs','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('abs','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('abs','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('abs','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('abs','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('abs','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('abs','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('abs','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('abs','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('abs','messages:apihelp-protect-example-protect','s:22:\"id:Melindungi halaman.\";'),('abs','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('abs','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('abs','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('abs','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('abs','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('abs','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('abs','messages:apihelp-protect-param-reason','s:40:\"id:Alasan untuk buka/tutup perlindungan.\";'),('abs','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('abs','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('abs','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('abs','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('abs','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('abs','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('abs','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('abs','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('abs','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('abs','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('abs','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('abs','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('abs','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('abs','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('abs','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('abs','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('abs','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('abs','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('abs','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('abs','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('abs','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('abs','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('abs','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('abs','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('abs','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('abs','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('abs','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('abs','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('abs','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('abs','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('abs','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('abs','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('abs','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('abs','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('abs','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('abs','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('abs','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('abs','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('abs','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('abs','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('abs','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('abs','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('abs','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('abs','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('abs','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('abs','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('abs','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('abs','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('abs','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('abs','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('abs','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('abs','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('abs','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('abs','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('abs','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('abs','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('abs','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('abs','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('abs','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('abs','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('abs','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('abs','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('abs','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('abs','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('abs','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('abs','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('abs','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('abs','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('abs','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('abs','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('abs','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('abs','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('abs','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('abs','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('abs','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('abs','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('abs','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('abs','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('abs','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('abs','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('abs','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('abs','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('abs','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('abs','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('abs','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('abs','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('abs','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('abs','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('abs','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('abs','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('abs','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('abs','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('abs','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('abs','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('abs','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('abs','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('abs','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('abs','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('abs','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('abs','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('abs','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('abs','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('abs','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('abs','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('abs','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('abs','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('abs','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('abs','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('abs','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('abs','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('abs','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('abs','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('abs','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('abs','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('abs','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('abs','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('abs','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('abs','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('abs','messages:apihelp-query+allredirects-paramvalue-prop-title','s:32:\"id:Menambahkan judul pengalihan.\";'),('abs','messages:apihelp-query+allredirects-summary','s:51:\"id:Tampilkan semua pengalihan ke sebuah ruang name.\";'),('abs','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('abs','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('abs','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('abs','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('abs','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('abs','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('abs','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('abs','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('abs','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('abs','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('abs','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('abs','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('abs','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('abs','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('abs','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('abs','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('abs','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('abs','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('abs','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('abs','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('abs','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('abs','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('abs','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('abs','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('abs','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('abs','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('abs','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('abs','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('abs','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('abs','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('abs','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('abs','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('abs','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('abs','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('abs','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('abs','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('abs','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('abs','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('abs','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('abs','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('abs','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('abs','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('abs','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('abs','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('abs','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('abs','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('abs','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('abs','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('abs','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('abs','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('abs','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('abs','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('abs','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('abs','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('abs','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('abs','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('abs','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('abs','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('abs','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('abs','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('abs','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('abs','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('abs','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('abs','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('abs','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('abs','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('abs','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('abs','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('abs','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('abs','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('abs','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('abs','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('abs','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('abs','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('abs','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('abs','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('abs','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('abs','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('abs','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('abs','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('abs','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('abs','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('abs','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('abs','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('abs','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('abs','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('abs','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('abs','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('abs','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('abs','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('abs','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('abs','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('abs','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('abs','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('abs','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('abs','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('abs','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('abs','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('abs','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('abs','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('abs','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('abs','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('abs','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('abs','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('abs','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('abs','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('abs','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('abs','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('abs','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('abs','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('abs','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('abs','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('abs','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('abs','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('abs','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('abs','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('abs','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('abs','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('abs','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('abs','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('abs','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('abs','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('abs','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('abs','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('abs','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('abs','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('abs','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('abs','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('abs','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";');
INSERT INTO `mw_l10n_cache` VALUES ('abs','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('abs','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('abs','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('abs','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('abs','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('abs','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('abs','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('abs','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('abs','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('abs','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('abs','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('abs','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('abs','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('abs','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('abs','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('abs','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('abs','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('abs','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('abs','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('abs','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('abs','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('abs','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('abs','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('abs','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('abs','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('abs','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('abs','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('abs','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('abs','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('abs','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('abs','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('abs','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('abs','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('abs','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('abs','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('abs','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('abs','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('abs','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('abs','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('abs','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('abs','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('abs','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('abs','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('abs','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('abs','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('abs','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('abs','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('abs','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('abs','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('abs','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('abs','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('abs','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('abs','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('abs','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('abs','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('abs','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('abs','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('abs','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('abs','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('abs','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('abs','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('abs','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('abs','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('abs','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('abs','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('abs','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('abs','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('abs','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('abs','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('abs','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('abs','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('abs','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('abs','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('abs','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('abs','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('abs','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('abs','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('abs','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('abs','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('abs','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('abs','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('abs','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('abs','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('abs','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('abs','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('abs','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('abs','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('abs','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('abs','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('abs','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('abs','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('abs','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('abs','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('abs','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('abs','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('abs','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('abs','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('abs','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('abs','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('abs','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('abs','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('abs','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('abs','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('abs','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('abs','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('abs','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('abs','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('abs','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('abs','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('abs','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('abs','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('abs','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('abs','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('abs','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('abs','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('abs','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('abs','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('abs','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('abs','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('abs','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('abs','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('abs','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('abs','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('abs','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('abs','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('abs','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('abs','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('abs','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('abs','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('abs','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('abs','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('abs','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('abs','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('abs','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('abs','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('abs','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('abs','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('abs','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('abs','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('abs','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('abs','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('abs','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('abs','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('abs','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('abs','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('abs','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('abs','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('abs','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('abs','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('abs','messages:apihelp-query+mystashedfiles-param-limit','s:37:\"id:Berapa banyak berkas yang diambil.\";'),('abs','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('abs','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('abs','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('abs','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('abs','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('abs','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('abs','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('abs','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('abs','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('abs','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('abs','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('abs','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('abs','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('abs','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('abs','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('abs','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('abs','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('abs','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('abs','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('abs','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('abs','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('abs','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('abs','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('abs','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('abs','messages:apihelp-query+prefixsearch-param-profile','s:31:\"id:Cari profil untuk digunakan.\";'),('abs','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('abs','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('abs','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('abs','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('abs','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('abs','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('abs','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('abs','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('abs','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('abs','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('abs','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('abs','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('abs','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('abs','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('abs','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('abs','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('abs','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('abs','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('abs','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('abs','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('abs','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('abs','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('abs','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('abs','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('abs','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('abs','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('abs','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('abs','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('abs','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('abs','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('abs','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('abs','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('abs','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('abs','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('abs','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('abs','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('abs','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('abs','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('abs','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('abs','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('abs','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('abs','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('abs','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('abs','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('abs','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('abs','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('abs','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('abs','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('abs','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('abs','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('abs','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('abs','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('abs','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('abs','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('abs','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('abs','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('abs','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('abs','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('abs','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('abs','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('abs','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('abs','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('abs','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('abs','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('abs','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('abs','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('abs','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('abs','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('abs','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('abs','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('abs','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('abs','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('abs','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('abs','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('abs','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('abs','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('abs','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('abs','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('abs','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('abs','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('abs','messages:apihelp-query+search-param-qiprofile','s:80:\"id:Meminta profil independen untuk digunakan (berefek pada algoritma peringkat).\";'),('abs','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('abs','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('abs','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('abs','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('abs','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('abs','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('abs','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('abs','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('abs','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('abs','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('abs','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('abs','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('abs','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('abs','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('abs','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('abs','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('abs','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('abs','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('abs','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('abs','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('abs','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('abs','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('abs','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('abs','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('abs','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('abs','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('abs','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('abs','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('abs','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('abs','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('abs','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('abs','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('abs','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('abs','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('abs','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('abs','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('abs','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('abs','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('abs','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('abs','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('abs','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('abs','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('abs','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('abs','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('abs','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('abs','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('abs','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('abs','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('abs','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('abs','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('abs','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('abs','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('abs','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('abs','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('abs','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('abs','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('abs','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('abs','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('abs','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('abs','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('abs','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('abs','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('abs','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('abs','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('abs','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('abs','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('abs','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('abs','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('abs','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('abs','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('abs','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('abs','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('abs','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('abs','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('abs','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('abs','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('abs','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('abs','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('abs','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('abs','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('abs','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('abs','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('abs','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('abs','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('abs','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('abs','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('abs','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('abs','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('abs','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('abs','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('abs','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('abs','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('abs','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('abs','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('abs','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('abs','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('abs','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('abs','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('abs','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('abs','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('abs','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('abs','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('abs','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('abs','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('abs','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('abs','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('abs','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('abs','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('abs','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('abs','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('abs','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('abs','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('abs','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('abs','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('abs','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('abs','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('abs','messages:apihelp-revisiondelete-param-ids','s:44:\"id:Penanda untuk perubahan yang akan dihapus\";'),('abs','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('abs','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('abs','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('abs','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('abs','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('abs','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('abs','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('abs','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('abs','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('abs','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('abs','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('abs','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('abs','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('abs','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('abs','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('abs','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('abs','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('abs','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('abs','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('abs','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('abs','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('abs','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('abs','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('abs','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('abs','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('abs','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('abs','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('abs','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('abs','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('abs','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('abs','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('abs','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('abs','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('abs','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('abs','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('abs','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('abs','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('abs','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('abs','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('abs','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('abs','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('abs','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('abs','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('abs','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('abs','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('abs','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('abs','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('abs','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('abs','messages:apihelp-summary','s:3:\"en:\";'),('abs','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('abs','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('abs','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('abs','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('abs','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('abs','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('abs','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('abs','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('abs','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('abs','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('abs','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('abs','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('abs','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('abs','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('abs','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('abs','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('abs','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('abs','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('abs','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('abs','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('abs','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('abs','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('abs','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('abs','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('abs','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('abs','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('abs','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('abs','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('abs','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('abs','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('abs','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('abs','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('abs','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('abs','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('abs','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('abs','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('abs','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('abs','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('abs','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('abs','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('abs','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('abs','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('abs','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('abs','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('abs','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('abs','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('abs','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('abs','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('abs','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('abs','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('abs','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('abs','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('abs','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('abs','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('abs','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('abs','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('abs','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('abs','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('abs','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('abs','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('abs','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('abs','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('abs','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('abs','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('abs','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('abs','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('abs','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('abs','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('abs','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('abs','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('abs','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('abs','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('abs','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('abs','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('abs','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('abs','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('abs','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('abs','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('abs','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('abs','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('abs','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('abs','messages:apisandbox','s:16:\"id:Bak pasir API\";'),('abs','messages:apisandbox-add-multi','s:12:\"id:Tambahkan\";'),('abs','messages:apisandbox-alert-field','s:37:\"id:Nilai dalam kolom ini tidak valid.\";'),('abs','messages:apisandbox-alert-page','s:39:\"id:Kolom dalam halaman ini tidak valid.\";'),('abs','messages:apisandbox-continue','s:12:\"id:Lanjutkan\";'),('abs','messages:apisandbox-continue-clear','s:12:\"id:Kosongkan\";'),('abs','messages:apisandbox-continue-help','s:231:\"id:{{int:apisandbox-continue}} akan [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries melanjutkan] permintaan terakhir; {{int:apisandbox-continue-clear}} akan membersihkan semua parameter berkelanjutan\";'),('abs','messages:apisandbox-deprecated-parameters','s:18:\"id:Parameter usang\";'),('abs','messages:apisandbox-dynamic-error-exists','s:41:\"id:Parameter bernama \"$1\" telah tersedia.\";'),('abs','messages:apisandbox-dynamic-parameters','s:21:\"id:Parameter tambahan\";'),('abs','messages:apisandbox-dynamic-parameters-add-label','s:20:\"id:Tambah parameter:\";'),('abs','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"id:Nama parameter\";'),('abs','messages:apisandbox-examples','s:9:\"id:Contoh\";'),('abs','messages:apisandbox-fetch-token','s:28:\"id:Isi token dengan otomatis\";'),('abs','messages:apisandbox-helpurls','s:18:\"id:Pranala bantuan\";'),('abs','messages:apisandbox-intro','s:533:\"id:Gunakan halaman ini untuk bereksperimen dengan <strong>API layanan web MediaWiki</strong>.\nLihat [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page dokumentasi API] untuk perincian lanjut penggunaan API. Contoh: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query mencari judul halaman yang sesuai dengan kata kunci]. Pilih sebuah tindakan untuk melihat contoh lain.\n\nPerhatikan bahwa, meskipun ini adalah bak pasir, tindakan yang Anda lakukan pada halaman ini mungkin dapat mengubah wiki.\";'),('abs','messages:apisandbox-jsonly','s:59:\"id:JavaScript dibutuhkan untuk menggunakan kotak pasir API.\";'),('abs','messages:apisandbox-load-error','s:66:\"id:Sebuah galat terjadi ketika memuat informasi modul API \"$1\": $2\";'),('abs','messages:apisandbox-loading','s:37:\"id:Memuat informasi modul API \"$1\"...\";'),('abs','messages:apisandbox-loading-results','s:24:\"id:Menerima hasil API...\";'),('abs','messages:apisandbox-multivalue-all-namespaces','s:24:\"id:$1 (Semua ruang nama)\";'),('abs','messages:apisandbox-multivalue-all-values','s:19:\"id:$1 (Semua nilai)\";'),('abs','messages:apisandbox-no-parameters','s:42:\"id:Modul API ini tidak memiliki parameter.\";'),('abs','messages:apisandbox-param-limit','s:59:\"id:Masukan <kbd>max</kbd> untuk menggunakan batas maksimum.\";'),('abs','messages:apisandbox-request-format-json-label','s:7:\"id:JSON\";'),('abs','messages:apisandbox-request-format-php-label','s:12:\"id:Larik PHP\";'),('abs','messages:apisandbox-request-format-url-label','s:19:\"id:String kueri URL\";'),('abs','messages:apisandbox-request-json-label','s:16:\"id:Meminta JSON:\";'),('abs','messages:apisandbox-request-php-label','s:19:\"id:Minta larik PHP:\";'),('abs','messages:apisandbox-request-selectformat-label','s:37:\"id:Tampilkan permintaan data sebagai:\";'),('abs','messages:apisandbox-request-time','s:39:\"id:Lama permintaan: {{PLURAL:$1|$1 ms}}\";'),('abs','messages:apisandbox-request-url-label','s:18:\"id:URL Permintaan:\";'),('abs','messages:apisandbox-reset','s:12:\"id:Kosongkan\";'),('abs','messages:apisandbox-results','s:8:\"id:Hasil\";'),('abs','messages:apisandbox-results-error','s:64:\"id:Sebuah galat terjadi ketika memuat permintaan respon API: $1.\";'),('abs','messages:apisandbox-results-fixtoken','s:35:\"id:Perbaiki token dan kirim kembali\";'),('abs','messages:apisandbox-results-fixtoken-fail','s:32:\"id:Gagal mendapatkan token \"$1\".\";'),('abs','messages:apisandbox-results-login-suppressed','s:273:\"id:Permintaan ini akan diproses sebagai pengguna log-out dan akan digunakan untuk memotong keamanan browser yang memiliki asal yang sama. Tolong diperhatikan pengurusan token bak pasir otomatis tidak bekerja dengan baik dengan permintaan tersebut, tolong isi secara manual.\";'),('abs','messages:apisandbox-retry','s:12:\"id:Coba lagi\";'),('abs','messages:apisandbox-sending-request','s:29:\"id:Mengirim permintaan API...\";'),('abs','messages:apisandbox-submit','s:19:\"id:Kirim permintaan\";'),('abs','messages:apisandbox-submit-invalid-fields-message','s:57:\"id:Silakan perbaiki kolom yang ditandai dan coba kembali.\";'),('abs','messages:apisandbox-submit-invalid-fields-title','s:29:\"id:Beberapa kolom tidak valid\";'),('abs','messages:apisandbox-summary','s:3:\"en:\";'),('abs','messages:apisandbox-templated-parameter-reason','s:141:\"id:Ini adalah [[Special:ApiHelp/main#main/templatedparams|parameter templat]] yang ditawarkan berdasarkan {{PLURAL:$1|value|values}} dari $2.\";'),('abs','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('abs','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('abs','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('abs','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('abs','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('abs','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('abs','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('abs','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('abs','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('abs','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('abs','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('abs','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('abs','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('abs','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('abs','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('abs','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('abs','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('abs','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('abs','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('abs','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('abs','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('abs','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('abs','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('abs','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('abs','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('abs','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('abs','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('abs','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('abs','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('abs','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('abs','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('abs','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('abs','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('abs','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('abs','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('abs','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('abs','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('abs','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('abs','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('abs','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('abs','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('abs','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('abs','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('abs','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('abs','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('abs','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('abs','messages:apr','s:7:\"abs:Apr\";'),('abs','messages:april','s:9:\"abs:April\";'),('abs','messages:april-gen','s:9:\"abs:April\";'),('abs','messages:article','s:14:\"id:Halaman isi\";'),('abs','messages:articleexists','s:88:\"id:Halaman [[:$1]] telah ada, atau nama yang dipilih tidak sah. Silakan pilih nama lain.\";'),('abs','messages:aug','s:7:\"abs:Ags\";'),('abs','messages:august','s:11:\"abs:Agustus\";'),('abs','messages:august-gen','s:11:\"abs:Agustus\";'),('abs','messages:authenticationdatachange-ignored','s:86:\"id:Otentikasi perubahan data tidak dijalankan. Mungkin tidak ada provider yang diatur?\";'),('abs','messages:authform-newtoken','s:19:\"id:Token hilang. $1\";'),('abs','messages:authform-nosession-login','s:87:\"id:Otentikasi berhasil, namun peramban Anda tidak dapat \"mengingat\" masuk log Anda.\n\n$1\";'),('abs','messages:authform-nosession-signup','s:97:\"id:Akun telah dibuat, namun peramban Anda tidak dapat \"mengingat\" bahwa Anda sudah masuk log.\n\n$1\";'),('abs','messages:authform-notoken','s:15:\"id:Token hilang\";'),('abs','messages:authform-wrongtoken','s:14:\"id:Token salah\";'),('abs','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('abs','messages:authmanager-authn-autocreate-failed','s:47:\"id:Pembuatan otomatis dari akun lokal gagal: $1\";'),('abs','messages:authmanager-authn-no-local-user','s:86:\"id:Kredensial yang diberikan tidak terkait dengan satu orang pun pengguna di wiki ini.\";'),('abs','messages:authmanager-authn-no-local-user-link','s:239:\"id:Kredensial yang diberikan sah namun tidak terkait dengan satu orang pengguna pun di wiki ini. Silakan masuk log dengan cara lain, atau buat akun baru, dan Anda akan diberikan opsi untuk mengaitkan kredensial sebelumnya ke akun tersebut.\";'),('abs','messages:authmanager-authn-no-primary','s:54:\"id:Kredensial yang diberikan tidak dapat diotentikasi.\";'),('abs','messages:authmanager-authn-not-in-progress','s:85:\"id:Otentikasi tidak dilanjutkan atau data sesi telah hilang. Ulang kembali dari awal.\";'),('abs','messages:authmanager-autocreate-exception','s:71:\"id:Pembuatan akun otomatis dimatikan sementara karena galat sebelumnya.\";'),('abs','messages:authmanager-autocreate-noperm','s:43:\"id:Pembuatan akun otomatis tidak diizinkan.\";'),('abs','messages:authmanager-change-not-supported','s:92:\"id:Kredensial yang diberikan tidak dapat diganti, karena tidak ada yang akan menggunakannya.\";'),('abs','messages:authmanager-create-disabled','s:28:\"id:Pembuatan akun dimatikan.\";'),('abs','messages:authmanager-create-from-login','s:50:\"id:Untuk membuat akun, silakan isi kolom di bawah.\";'),('abs','messages:authmanager-create-no-primary','s:72:\"id:Kredensial yang diberikan tidak dapat digunakan untuk pembuatan akun.\";'),('abs','messages:authmanager-create-not-in-progress','s:89:\"id:Pembuatan akun tidak dilanjutkan atau data sesi telah hilang. Ulang kembali dari awal.\";'),('abs','messages:authmanager-domain-help','s:37:\"id:Domain untuk otentikasi eksternal.\";'),('abs','messages:authmanager-email-help','s:15:\"id:Alamat surel\";'),('abs','messages:authmanager-email-label','s:8:\"id:Surel\";'),('abs','messages:authmanager-link-no-primary','s:72:\"id:Kredensial yang diberikan tidak dapat digunakan untuk menautkan akun.\";'),('abs','messages:authmanager-link-not-in-progress','s:88:\"id:Penautan akun tidak dilanjutkan atau data sesi telah hilang. Ulang kembali dari awal.\";'),('abs','messages:authmanager-password-help','s:31:\"id:Kata sandi untuk otentikasi.\";'),('abs','messages:authmanager-provider-password','s:32:\"id:Otentikasi menurut kata sandi\";'),('abs','messages:authmanager-provider-password-domain','s:43:\"id:Otentikasi menurut kata sandi dan domain\";'),('abs','messages:authmanager-provider-temporarypassword','s:23:\"id:Kata sandi sementara\";'),('abs','messages:authmanager-realname-help','s:21:\"id:Nama asli pengguna\";'),('abs','messages:authmanager-realname-label','s:12:\"id:Nama asli\";'),('abs','messages:authmanager-retype-help','s:48:\"id:Ketik kata sandi lagi untuk mengonfirmasikan.\";'),('abs','messages:authmanager-userdoesnotexist','s:33:\"id:Pengguna \"$1\" tidak terdaftar.\";'),('abs','messages:authmanager-userlogin-remembermypassword-help','s:68:\"id:Kata sandi harus diingat selama lebih dari lamanya sesi tersebut.\";'),('abs','messages:authmanager-username-help','s:34:\"id:Nama pengguna untuk otentikasi.\";'),('abs','messages:authpage-cannot-create','s:38:\"id:Tidak dapat memulai pembuatan akun.\";'),('abs','messages:authpage-cannot-create-continue','s:77:\"id:Tidak dapat melanjutkan pembuatan akun. Sesi Anda kemungkinan telah usang.\";'),('abs','messages:authpage-cannot-link','s:37:\"id:Tidak dapat memulai penautan akun.\";'),('abs','messages:authpage-cannot-link-continue','s:76:\"id:Tidak dapat melanjutkan penautan akun. Sesi Anda kemungkinan telah usang.\";'),('abs','messages:authpage-cannot-login','s:33:\"id:Tidak dapat memulai masuk log.\";'),('abs','messages:authpage-cannot-login-continue','s:72:\"id:Tidak dapat melanjutkan masuk log. Sesi Anda kemungkinan sudah usang.\";'),('abs','messages:authprovider-confirmlink-failed','s:35:\"id:Penautan akun tidak berhasil: $1\";'),('abs','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('abs','messages:authprovider-confirmlink-message','s:214:\"id:Menurut upaya masuk log Anda baru-baru ini, akun berikut dapat ditautkan kepada akun wiki Anda. Menautkannya akan mengizinkan untuk masuk log melalui akun tersebut. Silakan memilih akun mana yang akan ditautkan.\";'),('abs','messages:authprovider-confirmlink-ok-help','s:54:\"id:Lanjutkan setelah menampilkan pesan gagal penautan.\";'),('abs','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('abs','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('abs','messages:authprovider-confirmlink-request-label','s:27:\"id:Akun yang akan ditautkan\";'),('abs','messages:authprovider-confirmlink-success-line','s:26:\"id:$1: berhasil ditautkan.\";'),('abs','messages:authprovider-resetpass-skip-help','s:31:\"id:Lewati pemulihan kata sandi.\";'),('abs','messages:authprovider-resetpass-skip-label','s:9:\"id:Lewati\";'),('abs','messages:autoblockedtext','s:687:\"id:Alamat IP Anda telah terblokir secara otomatis karena digunakan oleh pengguna lain, yang diblokir oleh $1. Pemblokiran dilakukan dengan alasan:\n\n:<em>$2</em>\n\n* Diblokir sejak: $8\n* Blokir kedaluwarsa pada: $6\n* Sasaran pemblokiran: $7\n\nAnda dapat menghubungi $1 atau [[{{MediaWiki:Grouppage-sysop}}|pengurus]] lainnya untuk membicarakan pemblokiran ini.\n\nAnda dapat menggunakan fitur \"{{int:emailuser}}\" jika Anda telah memasukkan alamat surel yang sah di [[Special:Preferences|preferensi akun]] Anda dan Anda tidak diblokir untuk menggunakannya.\n\nAlamat IP Anda saat ini adalah $3, dan ID pemblokiran adalah #$5.\nTolong sertakan informasi-informasi ini dalam setiap pertanyaan Anda.\";'),('abs','messages:autoblocker','s:138:\"id:Diblokir secara otomatis karena alamat IP Anda digunakan oleh \"[[User:$1|$1]]\".\nAlasan yang diberikan untuk pemblokiran $1 adalah: \"$2\"\";'),('abs','messages:autoblockid','s:22:\"id:Blokir otomatis #$1\";'),('abs','messages:autoblocklist','s:23:\"id:Pemblokiran otomatis\";'),('abs','messages:autoblocklist-empty','s:38:\"id:Daftar pemblokiran otomatis kosong.\";'),('abs','messages:autoblocklist-legend','s:30:\"id:Daftar pemblokiran otomatis\";'),('abs','messages:autoblocklist-localblocks','s:54:\"id:{{PLURAL:$1|Blokir otomatis|Blokir otomatis}} lokal\";'),('abs','messages:autoblocklist-otherblocks','s:56:\"id:{{PLURAL:$1|Blokir otomatis|Blokir otomatis}} lainnya\";'),('abs','messages:autoblocklist-submit','s:12:\"id:Pencarian\";'),('abs','messages:autoblocklist-total-autoblocks','s:28:\"id:Total blokir otomatis: $1\";'),('abs','messages:autochange-username','s:31:\"id:Perubahan otomatis MediaWiki\";'),('abs','messages:autocomment-prefix','s:3:\"en:\";'),('abs','messages:autocreate-edit-warning','s:399:\"id:<strong>Peringatan:</strong> Anda belum masuk log. Suntingan Anda akan tercatat ke <strong>nama yang diciptakan otomatis</strong> dengan menambahkan kuki ke peramban Anda. Alamat IP Anda akan terlihat oleh pengguna terpercaya. Bila Anda <strong>[$1 masuk log]</strong> atau <strong>[$2 membuat akun]</strong>, suntingan Anda akan tercatat ke nama yang Anda pilih, selain berbagai manfaat lainnya.\";'),('abs','messages:autocreate-preview-warning','s:143:\"id:<em>Anda tidak masuk log. Suntingan Anda akan dicatat ke nama yang diciptakan otomatis, dan alamat IP Anda akan terlihat oleh pengurus.</em>\";'),('abs','messages:autoredircomment','s:27:\"id:←Mengalihkan ke [[$1]]\";'),('abs','messages:autosumm-blank','s:26:\"id:←Mengosongkan halaman\";'),('abs','messages:autosumm-changed-redirect-target','s:47:\"id:Ubah target pengalihan dari [[$1]] ke [[$2]]\";'),('abs','messages:autosumm-new','s:33:\"id:←Membuat halaman berisi \'$1\'\";'),('abs','messages:autosumm-newblank','s:25:\"id:Membuat halaman kosong\";'),('abs','messages:autosumm-removed-redirect','s:33:\"id:Menghapus pengalihan ke [[$1]]\";'),('abs','messages:autosumm-replace','s:35:\"id:←Mengganti halaman dengan \'$1\'\";'),('abs','messages:backend-fail-alreadyexists','s:25:\"id:Berkas \"$1\" sudah ada.\";'),('abs','messages:backend-fail-backup','s:38:\"id:Tidak dapat mencadangkan berkas $1.\";'),('abs','messages:backend-fail-batchsize','s:115:\"id:Penyimpanan backend diberikan batch $1 berkas {{PLURAL:$1||}}operasi; batasnya adalah $2 {{PLURAL:$2||}}operasi.\";'),('abs','messages:backend-fail-closetemp','s:40:\"id:Tidak dapat menutup berkas sementara.\";'),('abs','messages:backend-fail-connect','s:61:\"id:Tidak dapat menyambung ke penyimpanan latar belakang \"$1\".\";'),('abs','messages:backend-fail-contenttype','s:72:\"id:Tidak dapat menentukan tipe konten dari berkas yang disimpan di \"$1\".\";'),('abs','messages:backend-fail-copy','s:44:\"id:Tidak dapat menyalin berkas \"$1\" ke \"$2\".\";'),('abs','messages:backend-fail-create','s:35:\"id:Tidak dapat membuat berkas \"$1\".\";'),('abs','messages:backend-fail-delete','s:37:\"id:Tidak dapat menghapus berkas \"$1\".\";'),('abs','messages:backend-fail-describe','s:39:\"id:Gagal mengubah metadata berkas \"$1\".\";'),('abs','messages:backend-fail-hash','s:55:\"id:Tidak dapat menentukan hash kriptografi berkas \"$1\".\";'),('abs','messages:backend-fail-hashes','s:59:\"id:Tidak bisa mendapatkan hash berkas sebagai perbandingan.\";'),('abs','messages:backend-fail-internal','s:77:\"id:Kesalahan yang tidak dikenal terjadi pada penyimpanan latar belakang \"$1\".\";'),('abs','messages:backend-fail-invalidpath','s:49:\"id:\"$1\" bukanlah lintasan penyimpanan yang valid.\";'),('abs','messages:backend-fail-maxsize','s:92:\"id:Tidak dapat membuat berkas \"$1\" karena ukurannya lebih besar dari {{PLURAL:$2||}}$2 bita.\";'),('abs','messages:backend-fail-move','s:47:\"id:Tidak dapat memindahkan berkas \"$1\" ke \"$2\".\";'),('abs','messages:backend-fail-notexists','s:23:\"id:Berkas $1 tidak ada.\";'),('abs','messages:backend-fail-notsame','s:39:\"id:Berkas takidentik telah ada di \"$1\".\";'),('abs','messages:backend-fail-opentemp','s:40:\"id:Tidak dapat membuka berkas sementara.\";'),('abs','messages:backend-fail-read','s:35:\"id:Tidak dapat membaca berkas \"$1\".\";'),('abs','messages:backend-fail-readonly','s:108:\"id:Penyimpanan latar belakang \"$1\" ini saat ini hanya dapat dibaca. Alasan yang diberikan adalah <em>$2</em>\";'),('abs','messages:backend-fail-sizes','s:57:\"id:Tidak dapat memperoleh ukuran file untuk perbandingan.\";'),('abs','messages:backend-fail-stat','s:42:\"id:Tidak dapat membaca status berkas \"$1\".\";'),('abs','messages:backend-fail-store','s:45:\"id:Tidak dapat menyimpan berkas \"$1\" di \"$2\".\";'),('abs','messages:backend-fail-stream','s:37:\"id:Tidak dapat mengalirkan berkas $1.\";'),('abs','messages:backend-fail-synced','s:91:\"id:Berkas \"$1\" dalam keadaan yang tidak konsisten dalam latar belakang penyimpanan internal\";'),('abs','messages:backend-fail-usable','s:106:\"id:Tidak dapat membaca atau menulis berkas \"$1\" karena izin tidak memadai atau direktori/kontainer hilang.\";'),('abs','messages:backend-fail-writetemp','s:43:\"id:Tidak dapat menulis ke berkas sementara.\";'),('abs','messages:backlinksubtitle','s:9:\"en:← $1\";'),('abs','messages:bad-target-model','s:108:\"id:Tujuan yang diinginkan menggunakan model konten yang berbeda. Tidak dapat mengkonversi dari $1 untuk $2 .\";'),('abs','messages:bad_image_list','s:273:\"abs:Formatnya sebagai berikut:\n\nCuma sabutir daftar (baris yang awal e ada tanda *) yang di itong. Pranala yang pertama di suatu baris musti ke benda yang busu. Pranala isalanjutnya pada baris akang jua dianggap sbagai pengecualian, yaitu halaman yang dapa kas kluar akang.\";'),('abs','messages:badaccess','s:22:\"id:Kesalahan hak akses\";'),('abs','messages:badaccess-group0','s:65:\"id:Anda tidak diizinkan untuk melakukan tindakan yang Anda minta.\";'),('abs','messages:badaccess-groups','s:85:\"id:Tindakan yang Anda minta dibatasi untuk pengguna dalam {{PLURAL:$2|kelompok}}: $1.\";'),('abs','messages:badarticleerror','s:56:\"id:Tindakan ini tidak dapat dilaksanakan di halaman ini.\";'),('abs','messages:badfilename','s:41:\"id:Nama berkas telah diubah menjadi \"$1\".\";'),('abs','messages:badipaddress','s:45:\"id:Format alamat IP atau nama pengguna salah.\";'),('abs','messages:badretype','s:45:\"id:Kata sandi yang Anda masukkan tidak cocok.\";'),('abs','messages:badsig','s:49:\"id:Tanda tangan mentah tak sah.\nPeriksa tag HTML.\";'),('abs','messages:badsightml','s:67:\"id:Tanda tangan Anda mengandung sintaksis HTML yang usang atau sah:\";'),('abs','messages:badsiglength','s:91:\"id:Tanda tangan Anda terlalu panjang.\nJangan lebih dari $1 {{PLURAL:$1|karakter|karakter}}.\";'),('abs','messages:badsiglinebreak','s:61:\"id:Tanda tangan Anda harus terdiri dari satu baris teks wiki.\";'),('abs','messages:badsiglinks','s:178:\"id:Tanda tangan Anda harus menyertakan tautan ke halaman pengguna Anda, halaman pembicaraan, atau kontribusi di wiki ini. Silakan untuk menambahkannya, misalnya: <code>$1</code>.\";'),('abs','messages:badsigsubst','s:120:\"id:Tanda tangan Anda mengandung substitusi bersarang (e.g. <code>subst:</code> atau <code><nowiki>~~~~</nowiki></code>).\";'),('abs','messages:badtitle','s:18:\"abs:Judul seng bae\";'),('abs','messages:badtitletext','s:115:\"abs:Kintal pung judul yang ale dong minta seng sah, seng ada, ka judul lintas bahasa deng lintas wiki salah sambung\";'),('abs','messages:beta-feature-minerva','s:64:\"id:Aktifkan kulit seluler ({{int:skinname-minerva}}) di komputer\";'),('abs','messages:beta-feature-minerva-description','s:151:\"id:Jadikan kulit yang digunakan pada perangkat seluler ini menjadi kulit yang dapat dipilih pada komputer melalui preferensi \"{{int:prefs-rendering}}\".\";'),('abs','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('abs','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('abs','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('abs','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('abs','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('abs','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('abs','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('abs','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('abs','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('abs','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('abs','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('abs','messages:blankarticle','s:157:\"id:<strong>Peringatan:</strong> Halaman yang akan Anda buat tidak berisi apa-apa.\nJika Anda mengklik \"$1\" sekali lagi, halaman ini akan dibuat tanpa ada isi.\";'),('abs','messages:blanknamespace','s:10:\"abs:(Muka)\";'),('abs','messages:blankpage','s:17:\"id:Halaman kosong\";'),('abs','messages:block','s:18:\"id:Blokir pengguna\";'),('abs','messages:block-actions','s:20:\"id:Jenis pemblokiran\";'),('abs','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('abs','messages:block-details','s:24:\"id:Perincian pemblokiran\";'),('abs','messages:block-expiry','s:15:\"id:Kedaluwarsa:\";'),('abs','messages:block-log-flags-angry-autoblock','s:59:\"id:peningkatan sistem pemblokiran otomatis telah diaktifkan\";'),('abs','messages:block-log-flags-anononly','s:24:\"id:hanya pengguna anonim\";'),('abs','messages:block-log-flags-hiddenname','s:28:\"id:nama pengguna tersembunyi\";'),('abs','messages:block-log-flags-noautoblock','s:33:\"id:pemblokiran otomatis dimatikan\";'),('abs','messages:block-log-flags-nocreate','s:27:\"id:pembuatan akun dimatikan\";'),('abs','messages:block-log-flags-noemail','s:17:\"id:surel diblokir\";'),('abs','messages:block-log-flags-nousertalk','s:53:\"id:tidak dapat menyunting halaman pembicaraan sendiri\";'),('abs','messages:block-options','s:17:\"id:Opsi tambahan:\";'),('abs','messages:block-reason','s:10:\"id:Alasan:\";'),('abs','messages:block-target','s:45:\"id:Nama pengguna, alamat IP, atau rentang IP:\";'),('abs','messages:block-target-placeholder','s:43:\"id:NamaPengguna, 1.1.1.42, atau 1.1.1.42/16\";'),('abs','messages:blocked-mailpassword','s:157:\"id:Alamat IP Anda diblokir dari penyuntingan. Untuk mencegah penyalahgunaan, Anda tidak diperkenankan untuk memulihkan kata sandi Anda melalui alamat IP ini.\";'),('abs','messages:blocked-notice-logextract','s:116:\"id:{{GENDER:$1|Pengguna}} ini sedang diblokir.\nEntri log pemblokiran terakhir tersedia di bawah ini sebagai rujukan:\";'),('abs','messages:blockednoreason','s:34:\"id:tidak ada alasan yang diberikan\";'),('abs','messages:blockedtext','s:677:\"id:<strong>Nama pengguna atau alamat IP Anda telah diblokir.</strong>\n\nBlokir dilakukan oleh $1.\nAlasan yang diberikan adalah <em>$2</em>.\n\n* Diblokir sejak: $8\n* Blokir kedaluwarsa pada: $6\n* Sasaran pemblokiran: $7\n\nAnda dapat menghubungi $1 atau [[{{MediaWiki:Grouppage-sysop}}|pengurus ]] lainnya untuk membicarakan pemblokiran ini.\n\nAnda dapat menggunakan fitur \'{{int:emailuser}}\' jika Anda telah memasukkan alamat surel yang sah di [[Special:Preferences|preferensi akun]] Anda dan Anda tidak diblokir untuk menggunakannya.\n\nAlamat IP Anda adalah $3, dan ID pemblokiran adalah $5.\nTolong sertakan salah satu atau kedua informasi ini pada setiap pertanyaan yang Anda buat.\";'),('abs','messages:blockedtext-composite','s:287:\"id:<strong>Nama pengguna atau alamat IP Anda telah diblokir.</strong>\n\nAlasan yang diberikan yaitu:\n\n:<em>$2</em>.\n\n* Mulai pemblokiran: $8\n* Waktu akhir pemblokiran terlama: $6\n\n* $5\n\nAlamat IP Anda saat ini ialah $3.\nMohon sertakan semua detail di atas dalam pertanyaan yang Anda buat.\";'),('abs','messages:blockedtext-composite-ids','s:88:\"id:Pemblokiran ID relevan: $1 (alamat IP Anda juga bisa ada di dalam daftar pemblokiran)\";'),('abs','messages:blockedtext-composite-no-ids','s:58:\"id:Alamat IP Anda muncul dalam beberapa daftar pemblokiran\";'),('abs','messages:blockedtext-composite-reason','s:71:\"id:Ada pemblokiran berganda terhadap akun Anda dan/atau alamat IP Anda.\";'),('abs','messages:blockedtext-partial','s:428:\"id:<strong>Nama pengguna atau alamat IP Anda telah diblokir dari penyuntingan di halaman ini. Anda masih dapat menyunting halaman lain di wiki ini.</strong> Anda dapat melihat perincian lengkap pemblokiran pada [[Special:MyContributions|kontribusi akun]].\n\nPemblokiran dilakukan oleh $1.\n\nAlasan yang diberikan adalah <em>$2</em>.\n\n* Diblokir sejak: $8\n* Blokir kedaluwarsa pada: $6\n* Sasaran pemblokiran: $7\n* ID pemblokiran#$5\";'),('abs','messages:blockedtitle','s:20:\"id:Pengguna diblokir\";'),('abs','messages:blockip','s:32:\"id:Blokir {{GENDER:$1|pengguna}}\";'),('abs','messages:blockipsuccesssub','s:21:\"id:Pemblokiran sukses\";'),('abs','messages:blockipsuccesstext','s:139:\"id:[[Special:Contributions/$1|$1]] telah diblokir.<br />\nLihat [[Special:BlockList|daftar pemblokiran]] untuk meninjau kembali pemblokiran.\";'),('abs','messages:blockiptext','s:500:\"id:Gunakan formulir di bawah untuk memblokir akses penulisan dari sebuah alamat IP atau pengguna tertentu.\nIni hanya boleh dilakukan untuk mencegah vandalisme, dan sejalan dengan [[{{MediaWiki:Policy-url}}|kebijakan]].\nMasukkan alasan Anda di bawah (contoh, menuliskan nama halaman yang telah divandalisasi).\nAnda dapat memblok rentang IP menggunakan [https://id.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; kisaran terbesar yang diizinkan adalah /$1 untuk IPv4 dan /$2 untuk IPv6.\";'),('abs','messages:blocklink','s:10:\"abs:blokir\";'),('abs','messages:blocklist','s:32:\"id:Daftar pengguna yang diblokir\";'),('abs','messages:blocklist-addressblocks','s:37:\"id:Sembunyikan pemblokiran IP tunggal\";'),('abs','messages:blocklist-autoblocks','s:35:\"id:Sembunyikan pemblokiran otomatis\";'),('abs','messages:blocklist-by','s:26:\"id:Pengurus yang memblokir\";'),('abs','messages:blocklist-editing','s:15:\"id:penyuntingan\";'),('abs','messages:blocklist-editing-action','s:9:\"id:action\";'),('abs','messages:blocklist-editing-ns','s:13:\"id:Ruang nama\";'),('abs','messages:blocklist-editing-page','s:8:\"id:laman\";'),('abs','messages:blocklist-editing-sitewide','s:33:\"id:menyunting (keseluruhan situs)\";'),('abs','messages:blocklist-expiry','s:14:\"id:Kedaluwarsa\";'),('abs','messages:blocklist-indefblocks','s:39:\"id:Sembunyikan blok yang tidak terbatas\";'),('abs','messages:blocklist-nousertalk','s:53:\"id:tidak dapat menyunting halaman pembicaraan sendiri\";'),('abs','messages:blocklist-params','s:24:\"id:Parameter pemblokiran\";'),('abs','messages:blocklist-rangeblocks','s:84:\"id:Menyembunyikan jangkauan blokir (http://www.mediawiki.org/wiki/Help:Range_blocks)\";'),('abs','messages:blocklist-reason','s:9:\"id:Alasan\";'),('abs','messages:blocklist-summary','s:3:\"en:\";'),('abs','messages:blocklist-target','s:9:\"id:Target\";'),('abs','messages:blocklist-tempblocks','s:36:\"id:Sembunyikan pemblokiran sementara\";'),('abs','messages:blocklist-timestamp','s:16:\"id:Stempel waktu\";'),('abs','messages:blocklist-type','s:9:\"id:Jenis:\";'),('abs','messages:blocklist-type-opt-all','s:8:\"id:Semua\";'),('abs','messages:blocklist-type-opt-partial','s:10:\"id:Parsial\";'),('abs','messages:blocklist-type-opt-sitewide','s:20:\"id:Keseluruhan situs\";'),('abs','messages:blocklist-userblocks','s:31:\"id:Sembunyikan pemblokiran akun\";'),('abs','messages:blocklog-showlog','s:109:\"id:{{GENDER:$1|Pengguna}} ini telah diblokir sebelumnya.\nLog pemblokiran disediakan di bawah untuk referensi:\";'),('abs','messages:blocklog-showsuppresslog','s:109:\"id:Pengguna ini telah diblokir dan disembunyikan sebelumnya. Log supresi disediakan di bawah untuk referensi:\";'),('abs','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('abs','messages:blocklogpage','s:23:\"abs:Catatan pamblokiran\";'),('abs','messages:blocklogtext','s:250:\"id:Berikut adalah log tindakan pemblokiran dan pembukaan blokir terhadap pengguna.\nAlamat IP yang diblokir secara otomatis tidak terdapat di dalam daftar ini.\nLihat [[Special:BlockList|daftar pemblokiran]] untuk semua pengguna yang saat ini diblokir.\";'),('abs','messages:booksources','s:15:\"abs:Sumber buku\";'),('abs','messages:booksources-invalid-isbn','s:92:\"id:ISBN yang diberikan tampaknya tidak valid; periksa kesalahan penyalinan dari sumber asli.\";'),('abs','messages:booksources-isbn','s:8:\"id:ISBN:\";'),('abs','messages:booksources-search','s:8:\"abs:Cari\";'),('abs','messages:booksources-search-legend','s:24:\"abs:Cari par sumber buku\";'),('abs','messages:booksources-summary','s:3:\"en:\";'),('abs','messages:booksources-text','s:172:\"id:Di bawah ini adalah daftar pranala ke situs lain yang menjual buku baru dan bekas, dan mungkin juga mempunyai informasi lebih lanjut mengenai buku yang sedang Anda cari:\";'),('abs','messages:boteditletter','s:4:\"id:b\";'),('abs','messages:botpasswords','s:17:\"id:Kata sandi bot\";'),('abs','messages:botpasswords-bad-appid','s:29:\"id:Nama bot \"$1\" tidak valid.\";'),('abs','messages:botpasswords-created-body','s:68:\"id:Kata sandi bot \"$1\" dari {{GENDER:$2|user}} \"$2\" berhasil dibuat.\";'),('abs','messages:botpasswords-created-title','s:24:\"id:Kata sandi bot dibuat\";'),('abs','messages:botpasswords-createnew','s:27:\"id:Buat kata sandi bot baru\";'),('abs','messages:botpasswords-deleted-body','s:67:\"id:Kata sandi bot \"$1\" dari  {{GENDER:$2|user}} \"$2\" telah dihapus.\";'),('abs','messages:botpasswords-deleted-title','s:25:\"id:Kata sandi bot dihapus\";'),('abs','messages:botpasswords-disabled','s:32:\"id:Kata sandi bot dinonaktifkan.\";'),('abs','messages:botpasswords-editexisting','s:37:\"id:Ubah kata sandi bot yang sudah ada\";'),('abs','messages:botpasswords-existing','s:26:\"id:Kata sandi bot tersedia\";'),('abs','messages:botpasswords-help-grants','s:255:\"id:Izin ke akses tertentu telah dimiliki oleh akun pengguna Anda. Mengaktifkan sebuah hak di sini tidak memberikan akses ke akses lain yang tidak dimiliki oleh akun pengguna Anda. Lihat [[Special:ListGrants|daftar hak akses]] untuk informasi selengkapnya.\";'),('abs','messages:botpasswords-insert-failed','s:70:\"id:Gagal menambah nama bot \"$1\". Apakah sudah ditambahkan sebelum ini?\";'),('abs','messages:botpasswords-invalid-name','s:79:\"id:Nama pengguna yang diberikan tidak mengandung pemisah kata sandi bot (\"$1\").\";'),('abs','messages:botpasswords-label-appid','s:12:\"id:Nama bot:\";'),('abs','messages:botpasswords-label-cancel','s:11:\"id:Batalkan\";'),('abs','messages:botpasswords-label-create','s:7:\"id:Buat\";'),('abs','messages:botpasswords-label-delete','s:8:\"id:Hapus\";'),('abs','messages:botpasswords-label-grants','s:30:\"id:Akses yang dapat diberikan:\";'),('abs','messages:botpasswords-label-grants-column','s:17:\"id:Izin diberikan\";'),('abs','messages:botpasswords-label-needsreset','s:34:\"id:(kata sandi perlu diatur ulang)\";'),('abs','messages:botpasswords-label-resetpassword','s:25:\"id:Setel ulang kata sandi\";'),('abs','messages:botpasswords-label-update','s:11:\"id:Perbarui\";'),('abs','messages:botpasswords-locked','s:77:\"id:Anda tidak dapat masuk log dengan kata sandi bot karena akun Anda dikunci.\";'),('abs','messages:botpasswords-needs-reset','s:92:\"id:Kata sandi bot untuk nama  bot \"$2\" dari  {{GENDER:$1|pengguna}} \"$1\" harus diatur ulang.\";'),('abs','messages:botpasswords-newpassword','s:337:\"id:Kata sandi baru untuk masuk log dengan <strong>$1</strong> adalah <strong>$2</strong>. <em>Catatlah kata sandi ini untuk referensi ke depan.</em> <br> (Untuk bot lama yang memerlukan nama masuk log yang sama dengan nama pengguna, dapat menggunakan <strong>$3</strong> sebagai nama pengguna dan <strong>$4</strong> sebagai kata sandi.)\";'),('abs','messages:botpasswords-no-central-id','s:93:\"id:Untuk menggunakan kata sandi bot, Anda harus masuk log ke akun yang telah tersentralisasi.\";'),('abs','messages:botpasswords-no-provider','s:46:\"id:BotPasswordsSessionProvider tidak tersedia.\";'),('abs','messages:botpasswords-not-exist','s:60:\"id:Pengguna \"$1\" tidak memiliki kata sandi bot bernama \"$2\".\";'),('abs','messages:botpasswords-restriction-failed','s:48:\"id:Batasan kata sandi menghalangi masuk log ini.\";'),('abs','messages:botpasswords-summary','s:432:\"id:<em>Kata sandi bot</em> memungkinkan akses ke akun pengguna menggunakan API tanpa menggunakan kredensial masuk log utama akun tersebut. Hak pengguna yang tersedia ketika masuk log dengan kata sandi bot mungkin akan dibatasi.\n\nJika Anda tidak tahu kenapa Anda ingin melakukan hal ini, sebaiknya jangan lakukan. Semestinya tidak ada orang lain yang boleh meminta Anda untuk menciptakan dan menyerahkan kata sandi bot ini kepadanya.\";'),('abs','messages:botpasswords-toolong-grants','s:37:\"id:Terlalu banyak akses yang dipilih.\";'),('abs','messages:botpasswords-toolong-restrictions','s:59:\"id:Terlalu banyak alamat atau jangkauan IP yang dimasukkan.\";'),('abs','messages:botpasswords-update-failed','s:75:\"id:Gagal memperbarui nama bot \"$1\". Apakah sebelumnya sudah pernah dihapus?\";'),('abs','messages:botpasswords-updated-body','s:73:\"id:Kata sandi bot \"$1\" dari  {{GENDER:$2|user}} \"$2\" berhasil diperbarui.\";'),('abs','messages:botpasswords-updated-title','s:28:\"id:Kata sandi bot diperbarui\";'),('abs','messages:brackets','s:7:\"en:[$1]\";'),('abs','messages:brackets-end','s:4:\"en:]\";'),('abs','messages:brackets-start','s:4:\"en:[\";'),('abs','messages:broken-file-category','s:39:\"abs:Kintal deng akang pung gambar ancor\";'),('abs','messages:broken-file-category-desc','s:106:\"id:Laman berisi sebuah tautan ke berkas yang rusak (sebuah tautan untuk menampilkan berkas yang tidak ada)\";'),('abs','messages:brokenredirects','s:19:\"id:Pengalihan rusak\";'),('abs','messages:brokenredirects-delete','s:8:\"id:hapus\";'),('abs','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('abs','messages:brokenredirects-edit','s:10:\"id:sunting\";'),('abs','messages:brokenredirects-summary','s:3:\"en:\";'),('abs','messages:brokenredirectstext','s:69:\"id:Pengalihan-pengalihan berikut merujuk pada halaman yang tidak ada:\";'),('abs','messages:bydate','s:22:\"id:berdasarkan tanggal\";'),('abs','messages:cachedspecial-viewing-cached-ttl','s:74:\"id:Anda melihat versi tembolok halaman ini, yang mungkin sudah berumur $1.\";'),('abs','messages:cactions','s:10:\"id:Lainnya\";'),('abs','messages:cancel','s:13:\"abs:Kas batal\";'),('abs','messages:cannotauth-not-allowed','s:48:\"id:Anda tidak diizinkan menggunakan halaman ini.\";'),('abs','messages:cannotauth-not-allowed-title','s:15:\"id:Izin ditolak\";'),('abs','messages:cannotchangeemail','s:52:\"id:Alamat surel akun tidak dapat diubah di wiki ini.\";'),('abs','messages:cannotcreateaccount-text','s:65:\"id:Pembuatan akun secara langsung tidak diaktifkan pada wiki ini.\";'),('abs','messages:cannotcreateaccount-title','s:24:\"id:Akun tak dapat dibuat\";'),('abs','messages:cannotdelete','s:87:\"id:Halaman atau berkas \"$1\" tidak dapat dihapus.\nMungkin telah dihapus oleh orang lain.\";'),('abs','messages:cannotdelete-title','s:37:\"id:Tidak dapat menghapus halaman \"$1\"\";'),('abs','messages:cannotlink-no-provider','s:39:\"id:Tidak ada akun yang dapat ditautkan.\";'),('abs','messages:cannotlink-no-provider-title','s:38:\"id:Tidak ada akun yang dapat ditautkan\";'),('abs','messages:cannotlogin-text','s:32:\"id:Masuk log tidak memungkinkan.\";'),('abs','messages:cannotlogin-title','s:24:\"id:Tidak dapat masuk log\";'),('abs','messages:cannotloginnow-text','s:54:\"id:Masuk log tidak memungkinkan ketika menggunakan $1.\";'),('abs','messages:cannotloginnow-title','s:33:\"id:Tidak dapat masuk log saat ini\";'),('abs','messages:cannotlogoutnow-text','s:55:\"id:Keluar log tidak memungkinkan ketika menggunakan $1.\";'),('abs','messages:cannotlogoutnow-title','s:34:\"id:Tidak dapat keluar log saat ini\";'),('abs','messages:cannotmove','s:90:\"id:Halaman ini tidak dapat dipindahkan, atas {{PLURAL:$1|alasan|beberapa alasan}} berikut:\";'),('abs','messages:cannotundelete','s:44:\"id:Beberapa pembatalan penghapusan gagal:\n$1\";'),('abs','messages:cannotunlink-no-provider','s:63:\"id:Tidak ada akun yang tertaut yang dapat dibatalkan tautannya.\";'),('abs','messages:cannotunlink-no-provider-title','s:46:\"id:Tidak ada akun tertaut untuk dilepastautkan\";'),('abs','messages:cant-block-nonexistent-page','s:80:\"id:Anda tidak dapat memblokir pengguna dari $1 karena halaman tersebut tidak ada\";'),('abs','messages:cant-move-category-page','s:63:\"id:Anda tidak memiliki izin untuk memindahkan halaman kategori.\";'),('abs','messages:cant-move-subpages','s:56:\"id:Anda tidak memiliki izin untuk memindahkan subhalaman\";'),('abs','messages:cant-move-to-category-page','s:74:\"id:Anda tidak memiliki izin untuk memindahkan halaman ke halaman kategori.\";'),('abs','messages:cant-move-to-user-page','s:118:\"id:Anda tidak memiliki hak akses untuk memindahkan halaman ke suatu halaman pengguna (kecuali ke subhalaman pengguna).\";'),('abs','messages:cant-move-user-page','s:95:\"id:Anda tidak memiliki hak akses untuk memindahkan halaman pengguna (terpisah dari subhalaman).\";'),('abs','messages:cant-see-hidden-user','s:187:\"id:Pengguna yang Anda coba blokir telah diblokir dan disembunyikan. Selama Anda tidak memiliki hak sembunyikan pengguna, Anda tidak dapat melihat atau menyunting pemblokiran pengguna ini.\";'),('abs','messages:cantmove-titleprotected','s:107:\"id:Anda tidak dapat memindahkan halaman ke lokasi ini, karena judul tujuan sedang dilindungi dari pembuatan\";'),('abs','messages:cantrollback','s:99:\"id:Tidak dapat membatalkan suntingan.\nKontributor terakhir adalah satu-satunya penulis halaman ini.\";'),('abs','messages:cascadeprotected','s:163:\"id:Halaman ini telah dilindungi dari penyuntingan karena disertakan di {{PLURAL:$1|halaman|halaman-halaman}} berikut yang telah dilindungi dengan opsi \"runtun\":\n$2\";'),('abs','messages:cascadeprotectedwarning','s:254:\"id:<strong>Peringatan:</strong> Halaman ini telah dilindungi sehingga hanya pengguna dengan [[Special:ListGroupRights|hak akses tertentu]] saja dapat menyuntingnya karena ditransklusikan dalam {{PLURAL:$1|halaman|halaman-halaman}} yang dilindungi runtun:\";'),('abs','messages:categories','s:21:\"abs:Kategori-kategori\";'),('abs','messages:categories-submit','s:12:\"id:Tampilkan\";'),('abs','messages:categories-summary','s:3:\"en:\";'),('abs','messages:categoriesfrom','s:46:\"id:Tampilkan kategori-kategori dimulai dengan:\";'),('abs','messages:categoriespagetext','s:179:\"id:{{PLURAL:$1|Kategori berikut|Kategori-kategori}} ada di Wiki, dan mungkin saja digunakan atau tidak digunakan.\nLihat pula [[Special:WantedCategories|kategori yang diinginkan]].\";'),('abs','messages:category-article-count','s:81:\"abs:{{PLURAL:$2|Akang kategori ada punya {{PLURAL:$1|$1 kintal}}, dar total $2.}}\";'),('abs','messages:category-article-count-limited','s:58:\"id:Kategori ini memiliki {{PLURAL:$1|$1 halaman}} berikut.\";'),('abs','messages:category-empty','s:78:\"id:<em>Saat ini, tidak terdapat halaman ataupun media dalam kategori ini.</em>\";'),('abs','messages:category-file-count','s:83:\"abs:{{PLURAL:$2|Kategori ini punya {{PLURAL:$1|$1 berkas}} berikut, dar total $2.}}\";'),('abs','messages:category-file-count-limited','s:57:\"id:Kategori ini memiliki {{PLURAL:$1|$1 berkas}} berikut.\";'),('abs','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('abs','messages:category-media-header','s:30:\"abs:Media dalang kategori \"$1\"\";'),('abs','messages:category-move-redirect-override','s:4:\"en:-\";'),('abs','messages:category-subcat-count','s:94:\"abs:{{PLURAL:$2|Akang kategori ada punya {{PLURAL:$1|$1 subkategori}} berikut, dar total $2.}}\";'),('abs','messages:category-subcat-count-limited','s:74:\"id:Kategori ini memiliki {{PLURAL:$1|subkategori|$1 subkategori}} berikut.\";'),('abs','messages:category_header','s:31:\"abs:Kintal dalang kategori \"$1\"\";'),('abs','messages:categorypage','s:28:\"abs:Lia kategori pung kintal\";'),('abs','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('abs','messages:change-blocklink','s:19:\"id:ubah pemblokiran\";'),('abs','messages:changeblockip','s:18:\"id:Ubah pembatasan\";'),('abs','messages:changecontentmodel','s:32:\"id:Ubah model isi sebuah halaman\";'),('abs','messages:changecontentmodel-cannot-convert','s:56:\"id:Isi pada [[:$1]] tidak dapat ditukar kepada jenis $2.\";'),('abs','messages:changecontentmodel-current-label','s:25:\"id:Model konten saat ini:\";'),('abs','messages:changecontentmodel-emptymodels-text','s:63:\"id:Konten dalam [[:$1]] tidak dapat diubah ke dalam jenis lain.\";'),('abs','messages:changecontentmodel-emptymodels-title','s:30:\"id:Tidak tersedia model konten\";'),('abs','messages:changecontentmodel-legend','s:17:\"id:Ubah model isi\";'),('abs','messages:changecontentmodel-model-label','s:21:\"id:Model konten baru:\";'),('abs','messages:changecontentmodel-nodirectediting','s:50:\"id:Model isi $1 tidak mendukung suntingan langsung\";'),('abs','messages:changecontentmodel-reason-label','s:10:\"id:Alasan:\";'),('abs','messages:changecontentmodel-submit','s:7:\"id:Ubah\";'),('abs','messages:changecontentmodel-success-text','s:36:\"id:Jenis konten [[:$1]] telah diubah\";'),('abs','messages:changecontentmodel-success-title','s:32:\"id:Model konten ini telah diubah\";'),('abs','messages:changecontentmodel-title-label','s:17:\"id:Judul halaman:\";'),('abs','messages:changecredentials','s:19:\"id:Ganti kredensial\";'),('abs','messages:changecredentials-invalidsubpage','s:45:\"id:$1 adalah jenis kredensial yang tidak sah.\";'),('abs','messages:changecredentials-submit','s:19:\"id:Ganti kredensial\";'),('abs','messages:changecredentials-success','s:33:\"id:Kredensial Anda telah diganti.\";'),('abs','messages:changed','s:9:\"id:diubah\";'),('abs','messages:changeemail','s:31:\"id:Ubah atau hapus alamat surel\";'),('abs','messages:changeemail-header','s:187:\"id:Lengkapi formulir ini untuk mengubah alamat surel Anda. Jika Anda ingin menghapus seluruh alamat surel yang berkaitan dengan akun Anda, kosongkan alamat surel ketika mengirim formulir.\";'),('abs','messages:changeemail-maxlength','s:61:\"id:Alamat surel Anda bisa memiliki paling banyak 255 karakter\";'),('abs','messages:changeemail-newemail','s:21:\"id:Alamat surel baru:\";'),('abs','messages:changeemail-newemail-help','s:203:\"id:Kolom ini harus dikosongkan jika Anda ingin menghapus alamat surel. Anda nanti tidak dapat menyetel ulang kata sandi yang terlupa dan tidak akan menerima surel dari wiki ini jika alamat surel dihapus.\";'),('abs','messages:changeemail-no-info','s:68:\"id:Anda harus masuk log untuk mengakses halaman ini secara langsung.\";'),('abs','messages:changeemail-nochange','s:38:\"id:Masukkan alamat surel yang berbeda.\";'),('abs','messages:changeemail-none','s:14:\"id:(tidak ada)\";'),('abs','messages:changeemail-oldemail','s:25:\"id:Alamat surel saat ini:\";'),('abs','messages:changeemail-password','s:27:\"id:Sandi {{SITENAME}} Anda:\";'),('abs','messages:changeemail-submit','s:13:\"id:Ubah surel\";'),('abs','messages:changeemail-summary','s:3:\"en:\";'),('abs','messages:changeemail-throttled','s:89:\"id:Anda sudah terlalu banyak mencoba masuk log.\nSilakan menunggu $1 sebelum mencoba lagi.\";'),('abs','messages:changepassword','s:19:\"id:Ganti kata sandi\";'),('abs','messages:changepassword-success','s:32:\"id:Kata sandi Anda telah diubah!\";'),('abs','messages:changepassword-summary','s:3:\"en:\";'),('abs','messages:changepassword-throttled','s:79:\"id:Anda terlalu sering mencoba masuk log.\nMohon tunggu $1 sebelum mencoba lagi.\";'),('abs','messages:changeslist-nocomment','s:32:\"id:Tidak ada ringkasan suntingan\";'),('abs','messages:checkbox-all','s:8:\"id:Semua\";'),('abs','messages:checkbox-invert','s:11:\"id:Balikkan\";'),('abs','messages:checkbox-none','s:12:\"id:Tidak ada\";'),('abs','messages:checkbox-select','s:12:\"id:Pilih: $1\";'),('abs','messages:clearyourcache','s:566:\"id:<strong>Catatan:</strong> Setelah disimpan, Anda mungkin perlu melewati tembolok peramban web untuk melihat perubahan.\n* <strong>Firefox/Safari:</strong> Tekan dan tahan <em>Shift</em> sembari mengeklik <em>Reload</em>, atau tekan <em>Ctrl-F5</em> atau <em>Ctrl-R</em> (<em>⌘-R</em> di Mac)\n* <strong>Google Chrome:</strong> Tekan <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> di Mac)\n* <strong>Internet Explorer / Edge:</strong> Tahan <em>Ctrl</em> sembari mengeklik <em>Refresh</em>, atau tekan <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Tekan <em>Ctrl-F5</em>.\";'),('abs','messages:collapsible-collapse','s:10:\"id:Ciutkan\";'),('abs','messages:collapsible-expand','s:13:\"id:Kembangkan\";'),('abs','messages:colon-separator','s:9:\"id::&#32;\";'),('abs','messages:comma-separator','s:9:\"id:,&#32;\";'),('abs','messages:common.css','s:63:\"id:/* CSS yang ada di sini akan diterapkan pada semua kulit. */\";'),('abs','messages:common.js','s:71:\"id:/* JavaScript yang ada di sini akan diterapkan untuk semua kulit. */\";'),('abs','messages:common.json','s:100:\"id:/* JSON apa pun yang ada di sini akan dimuat untuk semua pengguna ketika memuat semua halaman. */\";'),('abs','messages:compare-page1','s:12:\"id:Halaman 1\";'),('abs','messages:compare-page2','s:12:\"id:Halaman 2\";'),('abs','messages:compare-rev1','s:11:\"id:Revisi 1\";'),('abs','messages:compare-rev2','s:11:\"id:Revisi 2\";'),('abs','messages:compare-revision-not-exists','s:36:\"id:Revisi yang Anda minta tidak ada.\";'),('abs','messages:compare-submit','s:13:\"id:Bandingkan\";'),('abs','messages:comparepages','s:21:\"id:Bandingkan halaman\";'),('abs','messages:comparepages-summary','s:3:\"en:\";'),('abs','messages:compareselectedversions','s:37:\"abs:Kas banding versi yang su dipilih\";'),('abs','messages:config-invalid-key','s:55:\"id:Parameter konfigurasi MediaWiki \"$1\" tidak valid: $2\";'),('abs','messages:config-missing-key','s:49:\"id:Parameter konfigurasi MediaWiki \"$1\" tidak ada\";'),('abs','messages:confirm','s:13:\"id:Konfirmasi\";'),('abs','messages:confirm-markpatrolled-button','s:5:\"id:OK\";'),('abs','messages:confirm-markpatrolled-top','s:47:\"id:Tandai revisi $3 dari $2 sebagai terperiksa?\";'),('abs','messages:confirm-mcrrestore-title','s:20:\"id:Kembalikan revisi\";'),('abs','messages:confirm-mcrundo-title','s:21:\"id:Balikkan perubahan\";'),('abs','messages:confirm-purge-bottom','s:97:\"id:Membersihkan halaman akan sekaligus menghapus singgahan dan menampilkan versi halaman terkini.\";'),('abs','messages:confirm-purge-title','s:30:\"id:Hapus singgahan halaman ini\";'),('abs','messages:confirm-purge-top','s:31:\"id:Hapus singgahan halaman ini?\";'),('abs','messages:confirm-rollback-bottom','s:65:\"id:Tindakan ini akan mengembalikan revisi terkait ke halaman ini.\";'),('abs','messages:confirm-rollback-button','s:5:\"id:OK\";'),('abs','messages:confirm-rollback-top','s:39:\"id:Kembalikan suntingan ke halaman ini?\";'),('abs','messages:confirm-unwatch-button','s:5:\"id:OK\";'),('abs','messages:confirm-unwatch-top','s:47:\"id:Hapus halaman ini dari daftar pantauan Anda?\";'),('abs','messages:confirm-watch-button','s:5:\"id:OK\";'),('abs','messages:confirm-watch-button-expiry','s:9:\"id:Pantau\";'),('abs','messages:confirm-watch-label','s:33:\"id:Periode waktu daftar pantauan:\";'),('abs','messages:confirm-watch-top','s:49:\"id:Tambahkan halaman ini ke daftar pantauan Anda?\";'),('abs','messages:confirm_purge_button','s:5:\"id:OK\";'),('abs','messages:confirmable-confirm','s:35:\"id:Apakah {{GENDER:$1|Anda}} yakin?\";'),('abs','messages:confirmable-no','s:8:\"id:Tidak\";'),('abs','messages:confirmable-yes','s:5:\"id:Ya\";'),('abs','messages:confirmdeletetext','s:285:\"id:Anda akan menghapus halaman atau berkas ini secara permanen berikut semua sejarahnya dari basis data. Pastikan bahwa Anda memang ingin melakukannya, mengetahui segala akibatnya, dan apa yang Anda lakukan ini adalah sejalan dengan [[{{MediaWiki:Policy-url}}|kebijakan {{SITENAME}}]].\";'),('abs','messages:confirmedittext','s:197:\"id:Anda harus mengkonfirmasikan dulu alamat surel Anda sebelum menyunting halaman.\nHarap masukkan dan validasikan alamat surel Anda melalui [[Special:Preferences|halaman preferensi pengguna]] Anda.\";'),('abs','messages:confirmemail','s:26:\"id:Konfirmasi alamat surel\";'),('abs','messages:confirmemail_body','s:474:\"id:Seseorang, mungkin Anda, dari alamat IP $1, telah mendaftarkan akun \"$2\" dengan alamat surel ini di {{SITENAME}}.\n\nUntuk mengonfirmasikan bahwa akun ini benar dimiliki oleh Anda sekaligus mengaktifkan fitur surel di {{SITENAME}}, ikuti pranala berikut pada penjelajah web Anda:\n\n$3\n\nJika Anda merasa *tidak pernah* mendaftar, jangan ikuti pranala di atas.\nKlik pada pranala ini untuk membatalkan konfirmasi alamat surel:\n\n$5\n\nKode konfirmasi ini akan kedaluwarsa pada $4.\";'),('abs','messages:confirmemail_body_changed','s:434:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah mengubah surel dari akun \"$2\" pada alamat ini di {{SITENAME}}.\n\nUntuk mengkonfirmasi bahwa akun ini adalah benar milik Anda sekaligus mengaktifkan\nkembali fitur surel pada {{SITENAME}}, ikuti pranala berikut pada browser Anda:\n\n$3\n\nJika akun ini *bukan* milik Anda, ikuti pranala berikut\nuntuk membatalkan konfirmasi alamat surel:\n\n$5\n\nKode konfirmasi ini akan kedaluwarsa pada $4.\";'),('abs','messages:confirmemail_body_set','s:427:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah mengubah surel dari akun \"$2\" pada alamat ini di {{SITENAME}}.\n\nUntuk mengonfirmasi bahwa akun ini adalah milik Anda sekaligus mengaktifkan\nkembali fitur surel pada {{SITENAME}}, ikuti pranala berikut pada browser Anda:\n\n$3\n\nJika akun ini *bukan* milik Anda, ikuti pranala berikut\nuntuk membatalkan konfirmasi alamat surel:\n\n$5\n\nKode konfirmasi ini akan kedaluwarsa pada $4.\";'),('abs','messages:confirmemail_invalid','s:66:\"id:Kode konfirmasi salah. Kode tersebut mungkin sudah kedaluwarsa.\";'),('abs','messages:confirmemail_invalidated','s:37:\"id:Konfirmasi alamat surel dibatalkan\";'),('abs','messages:confirmemail_loggedin','s:40:\"id:Alamat surel Anda telah dikonfirmasi.\";'),('abs','messages:confirmemail_needlogin','s:69:\"id:Anda harus melakukan $1 untuk mengkonfirmasikan alamat surel Anda.\";'),('abs','messages:confirmemail_noemail','s:99:\"id:Anda tidak memberikan alamat surel yang sah di [[Special:Preferences|preferensi pengguna]] Anda.\";'),('abs','messages:confirmemail_oncreate','s:190:\"id:Suatu kode konfirmasi telah dikirimkan ke alamat surel Anda. Kode ini tidak dibutuhkan untuk masuk log, tapi dibutuhkan sebelum menggunakan semua fitur yang menggunakan surel di wiki ini.\";'),('abs','messages:confirmemail_pending','s:195:\"id:Suatu kode konfirmasi telah dikirimkan kepada Anda; jika Anda baru saja membuat akun Anda, silakan tunggu beberapa menit untuk surat tersebut tiba sebelum mencoba untuk meminta satu kode baru.\";'),('abs','messages:confirmemail_send','s:24:\"id:Kirim kode konfirmasi\";'),('abs','messages:confirmemail_sendfailed','s:170:\"id:{{SITENAME}} tidak berhasil mengirimkan surat konfirmasi Anda.\nHarap cek kemungkinan karakter ilegal pada alamat surel.\n\nAplikasi pengiriman surel menginformasikan: $1\";'),('abs','messages:confirmemail_sent','s:46:\"id:Surel berisi kode konfirmasi telah dikirim.\";'),('abs','messages:confirmemail_subject','s:39:\"id:Konfirmasi alamat surel {{SITENAME}}\";'),('abs','messages:confirmemail_success','s:120:\"id:Alamat surel Anda telah dikonfirmasi.\nSekarang Anda dapat [[Special:UserLogin|masuk log]] dan mulai menggunakan wiki.\";'),('abs','messages:confirmemail_text','s:404:\"id:{{SITENAME}} mengharuskan Anda untuk melakukan konfirmasi atas alamat surel Anda sebelum fitur-fitur surel dapat digunakan.\nTekan tombol di bawah ini untuk mengirimi Anda sebuah surel yang berisi kode konfirmasi yang berupa sebuah alamat internet.\nSalin alamat tersebut ke penjelajah web Anda dan buka alamat tersebut untuk melakukan konfirmasi sehingga menginformasikan bahwa alamat surel Anda valid.\";'),('abs','messages:confirmleave-warning','s:95:\"id:Meninggalkan halaman ini akan menyebabkan Anda kehilangan semua perubahan yang telah dibuat.\";'),('abs','messages:confirmrecreate','s:217:\"id:Pengguna [[User:$1|$1]] ([[User talk:$1|bicara]]) telah {{GENDER:$1|menghapus}} halaman selagi Anda mulai melakukan penyuntingan dengan alasan:\n: \'\'$2\'\'\nSilakan konfirmasi jika Anda ingin membuat ulang halaman ini.\";'),('abs','messages:confirmrecreate-noreason','s:189:\"id:Pengguna [[User:$1|$1]] ([[User talk:$1|bicara]]) telah {{GENDER:$1|menghapus}} halaman ini setelah Anda mulai menyunting. Harap konfirmasikan bahwa Anda ingin membuat ulang halaman ini.\";'),('abs','messages:content-failed-to-parse','s:45:\"id:Gagal memilah konten $2 untuk model $1: $3\";'),('abs','messages:content-json-empty-array','s:15:\"id:Larik kosong\";'),('abs','messages:content-json-empty-object','s:15:\"id:Objek kosong\";'),('abs','messages:content-model-css','s:6:\"id:CSS\";'),('abs','messages:content-model-javascript','s:13:\"id:JavaScript\";'),('abs','messages:content-model-json','s:7:\"en:JSON\";'),('abs','messages:content-model-text','s:13:\"id:teks polos\";'),('abs','messages:content-model-wikitext','s:13:\"abs:teks wiki\";'),('abs','messages:content-not-allowed-here','s:64:\"id:Konten \"$1\" tidak diizinkan pada halaman [[:$2]] di slot \"$3\"\";'),('abs','messages:contentmodelediterror','s:152:\"id:Anda tidak dapat menyunting revisi ini karena isi kontennya adalah <code>$1</code>, yang berbeda dari model isi terkini dari halaman <code>$2</code>.\";'),('abs','messages:continue-editing','s:28:\"id:Tuju ke area penyuntingan\";'),('abs','messages:contribslink','s:10:\"abs:gabung\";'),('abs','messages:contribsub2','s:30:\"abs:Voor {{GENDER:$3|$1}} ($2)\";'),('abs','messages:contributions','s:22:\"id:Kontribusi pengguna\";'),('abs','messages:contributions-subtitle','s:25:\"id:Untuk {{GENDER:$3|$1}}\";'),('abs','messages:contributions-summary','s:3:\"en:\";'),('abs','messages:contributions-title','s:30:\"abs:Kontribusi pangguna par $1\";'),('abs','messages:contributions-userdoesnotexist','s:33:\"id:Pengguna \"$1\" tidak terdaftar.\";'),('abs','messages:converter-manual-rule-error','s:59:\"id:Kesalahan terdeteksi dalam aturan konversi bahasa manual\";'),('abs','messages:copyright','s:38:\"id:Konten tersedia sesuai di bawah $1.\";'),('abs','messages:copyrightpage','s:28:\"abs:{{ns:project}}:Hak cipta\";'),('abs','messages:copyrightwarning','s:447:\"id:Perhatikan bahwa semua kontribusi terhadap {{SITENAME}} dianggap dilisensikan sesuai dengan $2 (lihat $1 untuk informasi lebih lanjut). Jika Anda tidak ingin tulisan Anda disunting dan disebarkan ke halaman web yang lain, jangan kirimkan ke sini.<br />Anda juga berjanji bahwa ini adalah hasil karya Anda sendiri, atau disalin dari sumber milik umum atau sumber bebas yang lain. \'\'\'JANGAN KIRIMKAN KARYA YANG DILINDUNGI HAK CIPTA TANPA IZIN!\'\'\'\";'),('abs','messages:copyrightwarning2','s:441:\"id:Perhatikan bahwa semua kontribusi terhadap {{SITENAME}} dapat disunting, diubah, atau dihapus oleh penyumbang lainnya. Jika Anda tidak ingin tulisan Anda disunting orang lain, jangan kirimkan ke sini.<br />Anda juga berjanji bahwa ini adalah hasil karya Anda sendiri, atau disalin dari sumber milik umum atau sumber bebas yang lain (lihat $1 untuk informasi lebih lanjut). \'\'\'JANGAN KIRIMKAN KARYA YANG DILINDUNGI HAK CIPTA TANPA IZIN!\'\'\'\";'),('abs','messages:copyupload-allowed-domains','s:3:\"en:\";'),('abs','messages:copyuploaddisabled','s:37:\"id:Pengunggahan dengan URL dimatikan.\";'),('abs','messages:create','s:10:\"abs:Biking\";'),('abs','messages:create-local','s:29:\"abs:Kas tamba deskripsi lokal\";'),('abs','messages:createaccount','s:15:\"abs:Biking akun\";'),('abs','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('abs','messages:createaccount-text','s:272:\"id:Seseorang telah membuat sebuah akun untuk alamat surel Anda di {{SITENAME}} ($4) dengan nama \"$2\" dan kata sandi \"$3\". Anda dianjurkan untuk masuk log dan mengganti kata sandi Anda sekarang.\n\nAnda dapat mengabaikan pesan ini jika akun ini dibuat karena suatu kesalahan.\";'),('abs','messages:createaccount-title','s:36:\"id:Pembuatan akun untuk {{SITENAME}}\";'),('abs','messages:createaccountblock','s:26:\"id:pembuatan akun diblokir\";'),('abs','messages:createaccounterror','s:31:\"id:Tidak dapat membuat akun: $1\";'),('abs','messages:createaccountmail','s:81:\"id:Gunakan kata sandi acak sementara dan kirimkan ke alamat surel yang diinginkan\";'),('abs','messages:createaccountmail-help','s:86:\"id:Dapat digunakan untuk membuat akun untuk orang lain tanpa mengetahui kata sandinya.\";'),('abs','messages:createacct-another-continue-submit','s:27:\"id:Lanjutkan pembuatan akun\";'),('abs','messages:createacct-another-email-ph','s:24:\"id:Masukkan alamat surel\";'),('abs','messages:createacct-another-realname-tip','s:134:\"id:Nama asli bersifat opsional.\nJika Anda memberikannya, nama asli Anda akan digunakan untuk memberi pengenalan atas hasil kerja Anda.\";'),('abs','messages:createacct-another-submit','s:12:\"id:Buat akun\";'),('abs','messages:createacct-another-username-ph','s:25:\"id:Masukkan nama pengguna\";'),('abs','messages:createacct-benefit-body1','s:27:\"abs:{{PLURAL:$1|parobahan}}\";'),('abs','messages:createacct-benefit-body2','s:25:\"abs:{{PLURAL:$1|halaman}}\";'),('abs','messages:createacct-benefit-body3','s:38:\"abs:{{PLURAL:$1|kontributor}} terakhir\";'),('abs','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('abs','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('abs','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('abs','messages:createacct-benefit-heading','s:58:\"abs:{{SITENAME}} dibiking dar orang-orang macang ale dong.\";'),('abs','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('abs','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('abs','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('abs','messages:createacct-continue-submit','s:27:\"id:Lanjutkan pembuatan akun\";'),('abs','messages:createacct-email-ph','s:27:\"abs:Kas maso ale pung email\";'),('abs','messages:createacct-emailoptional','s:37:\"abs:Email pung alamat (kal bisa, isi)\";'),('abs','messages:createacct-emailrequired','s:15:\"id:Alamat surel\";'),('abs','messages:createacct-error','s:23:\"id:Pembuatan akun gagal\";'),('abs','messages:createacct-helpusername','s:3:\"en:\";'),('abs','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('abs','messages:createacct-loginerror','s:152:\"id:Akun telah berhasil dibuat, namun Anda tidak dapat langsung masuk log secara otomatis. Silakan meneruskan ke  [[Special:UserLogin|masuk log manual]].\";'),('abs','messages:createacct-normalization','s:75:\"id:Nama pengguna Anda akan diubah menjadi $2 karena dilarang secara teknis.\";'),('abs','messages:createacct-realname','s:23:\"id:Nama asli (opsional)\";'),('abs','messages:createacct-reason','s:33:\"id:Alasan (dicatat secara publik)\";'),('abs','messages:createacct-reason-confirm','s:108:\"id:Alasan yang Anda masukkan adalah sebuah alamat surel. Jika ini maksud Anda, silakan klik \"buat akun\" lagi\";'),('abs','messages:createacct-reason-help','s:50:\"id:Pesan yang ditunjukkan dalam log pembuatan akun\";'),('abs','messages:createacct-reason-ph','s:33:\"id:Mengapa Anda membuat akun lain\";'),('abs','messages:createacct-submit','s:24:\"abs:Biking ale pung akun\";'),('abs','messages:createacct-temp-warning','s:100:\"id:Suntingan yang Anda buat menggunakan akun sementara tidak akan dipindahkan ke akun permanen Anda.\";'),('abs','messages:createacct-username-help','s:3:\"en:\";'),('abs','messages:createacct-useuniquepass','s:74:\"id:Direkomendasikan membuat sandi yang tidak digunakan di situs yang lain.\";'),('abs','messages:createacct-yourpassword-ph','s:26:\"abs:Kas maso kata pengaman\";'),('abs','messages:createacct-yourpasswordagain','s:38:\"abs:Kas konfirm ale pung kata pengaman\";'),('abs','messages:createacct-yourpasswordagain-ph','s:46:\"abs:Kas maso sakali lai ale pung kata pengaman\";'),('abs','messages:created','s:9:\"id:dibuat\";'),('abs','messages:creating','s:13:\"abs:Biking $1\";'),('abs','messages:credentialsform-account','s:13:\"id:Nama akun:\";'),('abs','messages:credentialsform-provider','s:20:\"id:Jenis kredensial:\";'),('abs','messages:creditspage','s:22:\"id:Penghargaan halaman\";'),('abs','messages:cur','s:7:\"abs:skr\";'),('abs','messages:currentevents','s:22:\"abs:Kajadiang sakarang\";'),('abs','messages:currentevents-url','s:30:\"abs:Project:Kajadiang sakarang\";'),('abs','messages:currentrev','s:17:\"id:Revisi terkini\";'),('abs','messages:currentrev-asof','s:25:\"abs:Revisi terakhir di $1\";'),('abs','messages:currentrevisionlink','s:19:\"abs:Revisi terakhir\";'),('abs','messages:customcssprotected','s:109:\"id:Anda tidak memiliki izin untuk menyunting halaman CSS ini, karena berisi pengaturan pribadi pengguna lain.\";'),('abs','messages:customjsonprotected','s:109:\"id:Anda tidak memiliki izin untuk menyunting halaman JSON ini karena berisi pengaturan pribadi pengguna lain.\";'),('abs','messages:customjsprotected','s:116:\"id:Anda tidak memiliki izin untuk menyunting halaman JavaScript ini, karena berisi pengaturan pribadi pengguna lain.\";'),('abs','messages:databaseerror','s:19:\"id:Basis data galat\";'),('abs','messages:databaseerror-error','s:12:\"id:Galat: $1\";'),('abs','messages:databaseerror-function','s:13:\"id:Fungsi: $1\";'),('abs','messages:databaseerror-query','s:12:\"id:Kueri: $1\";'),('abs','messages:databaseerror-text','s:118:\"id:Sebuah galat kueri basis data telah terjadi.\nHal ini mungkin mengindikasikan ada kesalahan pada perangkat lunaknya.\";'),('abs','messages:databaseerror-textcl','s:47:\"id:Sebuah galat kueri basis data telah terjadi.\";'),('abs','messages:databaselocked','s:29:\"id:Basis data telah terkunci.\";'),('abs','messages:databasenotlocked','s:29:\"id:Basis data tidak terkunci.\";'),('abs','messages:date','s:34:\"id:Sejak tanggal (dan sebelumnya):\";'),('abs','messages:date-range-from','s:15:\"id:Dari tanggal\";'),('abs','messages:date-range-to','s:17:\"id:Sampai tanggal\";'),('abs','messages:datedefault','s:21:\"id:Tak ada preferensi\";'),('abs','messages:days','s:32:\"id:{{PLURAL:$1|$1 hari|$1 hari}}\";'),('abs','messages:days-abbrev','s:7:\"id:$1 h\";'),('abs','messages:dberr-again','s:50:\"id:Cobalah menunggu beberapa menit dan muat ulang.\";'),('abs','messages:dberr-info','s:39:\"id:(Tak dapat mengakses basis data: $1)\";'),('abs','messages:dberr-info-hidden','s:35:\"id:(Tak dapat mengakses basis data)\";'),('abs','messages:dberr-problems','s:44:\"id:Maaf! Situs ini mengalami masalah teknis.\";'),('abs','messages:deadendpages','s:16:\"id:Halaman buntu\";'),('abs','messages:deadendpages-summary','s:3:\"en:\";'),('abs','messages:deadendpagestext','s:82:\"id:Halaman-halaman berikut tidak memiliki pranala ke halaman mana pun di wiki ini.\";'),('abs','messages:dec','s:7:\"abs:Des\";'),('abs','messages:december','s:12:\"abs:Desember\";'),('abs','messages:december-gen','s:12:\"abs:Desember\";'),('abs','messages:default','s:7:\"id:baku\";'),('abs','messages:default-skin-not-found','s:1790:\"id:Aduh! Kulit baku untuk wiki Anda, didefinisikan dalam <code dir=\"ltr\">$wgDefaultSkin</code> sebagai <code>$1</code>, tidak tersedia.\n\nInstalasi Anda tampaknya menyertakan {{PLURAL:$4|kulit}} berikut ini. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration manual konfigurasi kulit] untuk informasi cara mengaktifkannya {{PLURAL:$4|dan pilih yang baku}}.\n\n$2\n\n; Jika Anda baru saja menginstal MediaWiki:\n: Anda mungkin menginstal dari git, atau langsung dari kode sumber menggunakan beberapa metode. Ini diharapkan. Coba pasang beberapa kulit dari [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s direktori kulit], dengan:\n: * Mengunduh [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarbal instaler], yang dilengkapi dengan beberapa kulit dan ekstensi. Anda dapat salin tempel direktori <code>kulit/</code> darinya.\n: * Mengunduh tarbal kulit individual dari [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n: * [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Menggunakan Git untuk mengunduh kulit].\n: Melakukan ini seharusnya tidak mengganggu repositori git Anda jika Anda seorang pengembang MediaWiki.\n\n; Jika Anda baru saja upgrade MediaWiki:\n: MediaWiki 1.24 dan yang lebih baru tidak lagi secara otomatis mengaktifkan kulit yang diinstal (lihat [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual kulit autodiscovery]). Anda dapat paste {{PLURAL:$5|baris}} berikut ke <code> LocalSettings.php</code> untuk mengaktifkan {{PLURAL:$5|semua}} {{PLURAL:$5|kulit}} yang terinstal:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Jika Anda baru saja memodifikasi <code>LocalSettings.php</code>:\n: Periksa ulang mana tahi salah ketik.\";'),('abs','messages:default-skin-not-found-no-skins','s:1205:\"id:Aduh! Kulit baku untuk wiki Anda, didefinisikan dalam <code dir=\"ltr\">$wgDefaultSkin</code> sebagai <code>$1</code>, tidak tersedia.\n\nAnda tidak memiliki kulit yang terpasang.\n\n; Jika Anda baru saja menginstal MediaWiki:\n: Anda mungkin menginstal dari git, atau langsung dari kode sumber menggunakan beberapa metode. Ini diharapkan. Coba pasang beberapa kulit dari [https://www.mediawiki.org/wiki/Category:All_skins direktori kulit mediawiki.org], dengan:\n: * Mengunduh [https://www.mediawiki.org/wiki/Special:MyLanguage/Download penginstal tarball], yang dilengkapi dengan beberapa kulit dan ekstensi. Anda dapat salin tempel direktori <code>kulit/</code> darinya.\n: * Mengunduh tarbal kulit individual dari [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n: * [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Menggunakan Git untuk mengunduh kulit].\n: Melakukan ini seharusnya tidak mengganggu repositori git Anda jika Anda seorang pengembang MediaWiki. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Konfigurasi kulit] untuk informasi cara mengaktifkan kulit dan pilihan baku.\";'),('abs','messages:default-skin-not-found-row-disabled','s:53:\"id:* <code>$1</code> / $2 (<strong>nonaktif</strong>)\";'),('abs','messages:default-skin-not-found-row-enabled','s:33:\"id:* <code>$1</code> / $2 (aktif)\";'),('abs','messages:defaultmessagetext','s:18:\"id:Teks pesan baku\";'),('abs','messages:defemailsubject','s:40:\"id:Surel {{SITENAME}} dari pengguna \"$1\"\";'),('abs','messages:deflate-invaliddeflate','s:53:\"id:Isi yang disediakan tidak dikempiskan secara tepat\";'),('abs','messages:delete','s:8:\"id:Hapus\";'),('abs','messages:delete-confirm','s:13:\"id:Hapus \"$1\"\";'),('abs','messages:delete-edit-reasonlist','s:44:\"id:Sunting daftar alasan penghapusan halaman\";'),('abs','messages:delete-edit-reasonlist-suppress','s:35:\"id:Alasan penghalangan penyuntingan\";'),('abs','messages:delete-error-associated-alreadytalk','s:84:\"id:Tidak bisa menghapus halaman pembicaraan terkait dari sebuah halaman pembicaraan.\";'),('abs','messages:delete-error-associated-doesnotexist','s:67:\"id:tidak bisa menghapus halaman pembicaraan terkait yang tidak ada.\";'),('abs','messages:delete-hook-aborted','s:65:\"id:Penghapusan dibatalkan oleh kait parser.\nTidak ada keterangan.\";'),('abs','messages:delete-legend','s:8:\"id:Hapus\";'),('abs','messages:delete-scheduled','s:56:\"id:Halaman $1 dijadwalkan untuk dihapus. Harap bersabar.\";'),('abs','messages:delete-talk-summary-prefix','s:52:\"id:Dihapus beserta halaman terkait dengan alasan: $1\";'),('abs','messages:delete-toobig','s:219:\"id:Halaman ini memiliki sejarah penyuntingan yang panjang, melebihi {{PLURAL:$1|revisi|revisi}}.\nPenghapusan halaman dengan sejarah penyuntingan yang panjang tidak diperbolehkan untuk mencegah kerusakan di {{SITENAME}}.\";'),('abs','messages:delete-toomanyrevisions','s:176:\"id:Anda mencoba menghapus lebih dari $1 {{PLURAL:$1|revisi}} pada satu waktu. Operasi seperti itu telah dibatasi untuk menghindari masalah yang tidak disengaja di {{SITENAME}}.\";'),('abs','messages:delete-warning-toobig','s:187:\"id:Halaman ini memiliki sejarah penyuntingan yang panjang, melebihi {{PLURAL:$1|revisi|revisi}}.\nMenghapus halaman ini dapat menyebabkan masalah dalam operasional basis data {{SITENAME}}.\";'),('abs','messages:delete_and_move_confirm','s:29:\"id:Ya, hapus halaman tersebut\";'),('abs','messages:delete_and_move_reason','s:67:\"id:Dihapus untuk mengantisipasikan pemindahan halaman dari \"[[$1]]\"\";'),('abs','messages:delete_and_move_text','s:119:\"id:Halaman yang dituju, \"[[:$1]]\", telah berisi.\nApakah Anda ingin menghapusnya untuk memberikan ruang bagi pemindahan?\";'),('abs','messages:delete_redirect_and_move_text','s:133:\"id:Halaman yang dituju \"[[:$1]]\" sudah ada sebagai pengalihan.\nApakah Anda ingin menghapusnya untuk memberikan ruang bagi pemindahan?\";'),('abs','messages:deletecomment','s:10:\"id:Alasan:\";'),('abs','messages:deleted-page-and-talkpage','s:75:\"id:\"$1\" dan \"$2\" telah dihapus.\nLihat $3 untuk catatan penghapusan terbaru.\";'),('abs','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('abs','messages:deletedcontributions','s:26:\"id:Kontribusi yang dihapus\";'),('abs','messages:deletedcontributions-summary','s:3:\"en:\";'),('abs','messages:deletedcontributions-title','s:38:\"id:Kontribusi pengguna $1 yang dihapus\";'),('abs','messages:deletedhist','s:23:\"id:Riwayat yang dihapus\";'),('abs','messages:deletedrevision','s:30:\"id:Revisi lama yang dihapus $1\";'),('abs','messages:deletedtext','s:77:\"id:\"$1\" telah dihapus. Lihat $2 untuk log terkini halaman yang telah dihapus.\";'),('abs','messages:deletedwhileediting','s:89:\"id:\'\'\'Peringatan\'\'\': Halaman ini telah dihapus setelah Anda mulai melakukan penyuntingan!\";'),('abs','messages:deleteotherreason','s:24:\"id:Alasan lain/tambahan:\";'),('abs','messages:deletepage','s:16:\"id:Hapus halaman\";'),('abs','messages:deletepage-deletetalk','s:36:\"id:Hapus halaman pembicaraan terkait\";'),('abs','messages:deletepage-submit','s:16:\"id:Hapus halaman\";'),('abs','messages:deletepage-summary','s:3:\"en:\";'),('abs','messages:deleteprotected','s:64:\"id:Anda tidak dapat menghapus laman ini karena telah dilindungi.\";'),('abs','messages:deletereason-dropdown','s:84:\"id:*Alasan penghapusan\n** Permintaan pengguna\n** Pelanggaran hak cipta\n** Vandalisme\";'),('abs','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('abs','messages:deletereasonotherlist','s:14:\"id:Alasan lain\";'),('abs','messages:deleting-backlinks-warning','s:154:\"id:<strong>Peringatan:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Halaman lain]] mengarah atau memiliki transklusi ke halaman yang akan Anda hapus.\";'),('abs','messages:deleting-subpages-warning','s:179:\"id:<strong>Peringatan:</strong> Halaman yang akan Anda hapus memiliki [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|subhalaman|$1 subhalaman|51=lebih dari 50 subhalaman}}]].\";'),('abs','messages:deleting-talkpage-subpages-warning','s:210:\"id:<strong>Peringatan:</strong> Halaman pembicaraan terkait dengan halaman yang akan Anda hapus memiliki [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=lebih dari 50 subhalaman}}]]\";'),('abs','messages:deletionlog','s:18:\"id:log penghapusan\";'),('abs','messages:dellogpage','s:18:\"id:Log penghapusan\";'),('abs','messages:dellogpagetext','s:97:\"id:Di bawah ini adalah log penghapusan halaman. Semua waktu yang ditunjukkan adalah waktu server.\";'),('abs','messages:destfilename','s:22:\"id:Nama berkas tujuan:\";'),('abs','messages:diff','s:8:\"abs:beda\";'),('abs','messages:diff-empty','s:24:\"id:(Tidak ada perbedaan)\";'),('abs','messages:diff-form','s:12:\"id:Perbedaan\";'),('abs','messages:diff-form-error-revid','s:33:\"id:Masukan ID revisi yang numerik\";'),('abs','messages:diff-form-oldid','s:28:\"id:ID revisi lama (opsional)\";'),('abs','messages:diff-form-other-revid','s:12:\"id:ID Revisi\";'),('abs','messages:diff-form-revid','s:22:\"id:ID revisi perbedaan\";'),('abs','messages:diff-form-submit','s:22:\"id:Tampilkan perbedaan\";'),('abs','messages:diff-form-summary','s:3:\"en:\";'),('abs','messages:diff-multi-manyusers','s:106:\"id:({{PLURAL:$1|Satu|$1}} revisi antara oleh lebih dari $2 {{PLURAL:$2|satu|$2}} pengguna tak ditampilkan)\";'),('abs','messages:diff-multi-otherusers','s:131:\"id:({{PLURAL:$1|Satu revisi perantara|$1 revisi perantara}} oleh {{PLURAL:$2|satu pengguna lainnya|$2 pengguna}} tidak ditampilkan)\";'),('abs','messages:diff-multi-sameuser','s:73:\"abs:({{PLURAL:$1|$1 revisi antara}} dar pangguna yang seng dapa kase lia)\";'),('abs','messages:diff-paragraph-moved-tonew','s:60:\"id:Paragraf dipindahkan. Klik untuk melompat ke lokasi baru.\";'),('abs','messages:diff-paragraph-moved-toold','s:60:\"id:Paragraf dipindahkan. Klik untuk melompat ke lokasi lama.\";'),('abs','messages:difference-missing-revision','s:301:\"id:{{PLURAL:$2|Satu revisi|$2 revisi}} dari perbedaan ini ($1) {{PLURAL:$2|tidak|tidak}} ditemukan.\n\nHal ini biasanya disebabkan oleh tautan diff yang kedaluwarsa ke halaman yang sudah dihapus.\nRinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('abs','messages:difference-multipage','s:27:\"id:(Perbedaan antarhalaman)\";'),('abs','messages:difference-title','s:27:\"abs:$1: Parobahan pung beda\";'),('abs','messages:difference-title-multipage','s:38:\"id:$1 dan $2: Perbedaan antara halaman\";'),('abs','messages:directorycreateerror','s:38:\"id:Tidak dapat membuat direktori \"$1\".\";'),('abs','messages:directoryreadonlyerror','s:29:\"id:Direktori \"$1\" hanya-baca.\";'),('abs','messages:disabledspecialpage-disabled','s:61:\"id:Halaman ini telah dinonaktifkan oleh administrator sistem.\";'),('abs','messages:disclaimerpage','s:29:\"abs:Project:Panyangkalan umum\";'),('abs','messages:disclaimers','s:16:\"abs:Panyangkalan\";'),('abs','messages:djvu_page_error','s:31:\"id:Halaman DjVu di luar rentang\";'),('abs','messages:double-redirect-fixed-maintenance','s:96:\"id:Secara otomatis memperbaiki pengalihan ganda dari [[$1]] ke [[$2]] dalam sebuah pemeliharaan.\";'),('abs','messages:double-redirect-fixed-move','s:120:\"id:[[$1]] telah dipindahkan.\nKami telah memperbaruinya secara otomatis dan sekarang menjadi halaman peralihan ke [[$2]].\";'),('abs','messages:double-redirect-fixer','s:20:\"id:Revisi pengalihan\";'),('abs','messages:doubleredirects','s:19:\"id:Pengalihan ganda\";'),('abs','messages:doubleredirects-summary','s:3:\"en:\";'),('abs','messages:doubleredirectstext','s:396:\"id:Halaman ini memuat daftar halaman yang dialihkan ke halaman pengalihan yang lain.\nSetiap baris memuat pranala ke pengalihan pertama dan pengalihan kedua serta target dari pengalihan kedua yang umumnya adalah halaman yang \"sebenarnya\". Halaman peralihan pertama seharusnya dialihkan ke halaman yang bukan merupakan halaman peralihan.\nNama yang telah <del>dicoret</del> berarti telah dibetulkan.\";'),('abs','messages:download','s:8:\"id:unduh\";'),('abs','messages:duplicate-args-category','s:54:\"id:Halaman dengan argumen ganda di pemanggilan templat\";'),('abs','messages:duplicate-args-category-desc','s:185:\"id:Halaman ini berisi pemanggilan templat yang menggunakan argumen ganda, seperti <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> atau <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('abs','messages:duplicate-args-warning','s:164:\"id:<strong>Peringatan:</strong> [[:$1]] memanggil [[:$2]] dengan nilai lebih dari satu untuk parameter \"$3\". Hanya nilai terakhir yang tersedia yang akan digunakan.\";'),('abs','messages:duplicate-defaultsort','s:92:\"id:Peringatan: Kunci pengurutan baku \"$2\" mengabaikan kunci pengurutan baku \"$1\" sebelumnya.\";'),('abs','messages:duplicate-displaytitle','s:94:\"id:<strong>Peringatan:</strong> Menampilkan judul \"$2\" menimpa judul tampilan \"$1\" sebelumnya.\";'),('abs','messages:duplicatesoffile','s:158:\"id:{{PLURAL:$1|Ada satu berkas yang|Sebanyak $1 berkas berikut}} merupakan duplikat dari berkas ini ([[Special:FileDuplicateSearch/$2|rincian lebih lanjut]]):\";'),('abs','messages:duration-centuries','s:24:\"id:$1 {{PLURAL:$1|abad}}\";'),('abs','messages:duration-days','s:25:\"abs:$1 {{PLURAL:$1|hari}}\";'),('abs','messages:duration-decades','s:26:\"id:$1 {{PLURAL:$1|dekade}}\";'),('abs','messages:duration-hours','s:23:\"id:$1 {{PLURAL:$1|jam}}\";'),('abs','messages:duration-millennia','s:28:\"id:$1 {{PLURAL:$1|milenium}}\";'),('abs','messages:duration-minutes','s:25:\"id:$1 {{PLURAL:$1|menit}}\";'),('abs','messages:duration-seconds','s:25:\"id:$1 {{PLURAL:$1|detik}}\";'),('abs','messages:duration-weeks','s:26:\"id:$1 {{PLURAL:$1|minggu}}\";'),('abs','messages:duration-years','s:25:\"id:$1 {{PLURAL:$1|tahun}}\";'),('abs','messages:eauthentsent','s:245:\"id:Sebuah surel untuk konfirmasi telah dikirim ke alamat surel. Sebelum surel lainnya dikirim ke akun tersebut, Anda harus mengikuti instruksi di dalam surel tersebut, untuk melakukan konfirmasi bahwa alamat tersebut adalah benar kepunyaan Anda.\";'),('abs','messages:edit','s:18:\"abs:Perbaiki Akang\";'),('abs','messages:edit-already-exists','s:53:\"id:Tidak dapat membuat halaman baru\nkarena telah ada.\";'),('abs','messages:edit-conflict','s:24:\"id:Konflik penyuntingan.\";'),('abs','messages:edit-gone-missing','s:72:\"id:Tidak dapat memperbaharui halaman.\nHalaman kemungkinan telah dihapus.\";'),('abs','messages:edit-hook-aborted','s:62:\"id:Suntingan dibatalkan oleh kait parser\ntanpa ada keterangan.\";'),('abs','messages:edit-local','s:26:\"id:Sunting deskripsi lokal\";'),('abs','messages:edit-no-change','s:72:\"id:Suntingan diabaikan, karena Anda tidak melakukan perubahan atas teks.\";'),('abs','messages:edit-slots-cannot-add','s:61:\"id:{{PLURAL:$1|Slot|Slot}} berikut tidak didukung di sini: $2\";'),('abs','messages:edit-slots-cannot-remove','s:82:\"id:{{PLURAL:$1|Slot|Slot}} berikut ini diwajibkan ada dan tidak dapat dihapus: $2.\";'),('abs','messages:edit-slots-missing','s:49:\"id:{{PLURAL:$1|Slot|Slot}} berikut tidak ada: $2.\";'),('abs','messages:edit-textarea-aria-label','s:26:\"id:Editor sumber teks wiki\";'),('abs','messages:edit_form_incomplete','s:154:\"id:<strong>Beberapa bagian dari formulir suntingan tidak berhasil mencapai peladen; periksa ulang apakah suntingan Anda tetap utuh dan coba lagi.</strong>\";'),('abs','messages:editcomment','s:45:\"id:Komentar penyuntingan adalah: <em>$1</em>.\";'),('abs','messages:editconflict','s:27:\"id:Konflik penyuntingan: $1\";'),('abs','messages:editfont-monospace','s:20:\"id:Tulisan Monospace\";'),('abs','messages:editfont-sansserif','s:21:\"id:Tulisan Sans-serif\";'),('abs','messages:editfont-serif','s:16:\"id:Tulisan Serif\";'),('abs','messages:editfont-style','s:49:\"id:Gaya tulisan komputer pada kotak penyuntingan:\";'),('abs','messages:edithelp','s:20:\"abs:Bantuan mo robah\";'),('abs','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('abs','messages:editing','s:14:\"abs:Marobah $1\";'),('abs','messages:editingcomment','s:30:\"id:Menyunting $1 (bagian baru)\";'),('abs','messages:editinginterface','s:243:\"id:<strong>Peringatan:</strong> Anda menyunting suatu halaman yang digunakan untuk menyediakan teks antarmuka bagi perangkat lunak.\nPerubahan pada halaman ini akan memengaruhi tampilan pada antarmuka pengguna untuk pengguna lain pada wiki ini.\";'),('abs','messages:editingold','s:162:\"id:<strong>Peringatan:\nAnda menyunting revisi lama suatu halaman.</strong>\nJika Anda menerbitkannya, perubahan-perubahan yang dibuat sejak revisi ini akan hilang.\";'),('abs','messages:editingsection','s:27:\"abs:Ada marobah $1 (bagian)\";'),('abs','messages:editinguser','s:93:\"id:Mengubah kelompok pengguna untuk {{GENDER:$1|pengguna}} <strong>[[User:$1|$1]]</strong> $2\";'),('abs','messages:editlink','s:12:\"abs:kas ubah\";'),('abs','messages:editnotice-notext','s:4:\"en:-\";'),('abs','messages:editold','s:12:\"abs:kas ubah\";'),('abs','messages:editpage','s:28:\"id:Menyunting sebuah halaman\";'),('abs','messages:editpage-cannot-use-custom-model','s:46:\"id:Model konten halaman ini tidak bisa diubah.\";'),('abs','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('abs','messages:editpage-invalidcontentmodel-text','s:36:\"id:Model konten \"$1\" tidak didukung.\";'),('abs','messages:editpage-invalidcontentmodel-title','s:30:\"id:Model konten tidak didukung\";'),('abs','messages:editpage-notsupportedcontentformat-text','s:56:\"id:Format konten $1 tidak didukung oleh model konten $2.\";'),('abs','messages:editpage-notsupportedcontentformat-title','s:31:\"id:Format konten tidak didukung\";'),('abs','messages:editpage-summary','s:3:\"en:\";'),('abs','messages:editpage-tos-summary','s:4:\"en:-\";'),('abs','messages:editsection','s:12:\"abs:kas ubah\";'),('abs','messages:editsectionhint','s:23:\"abs:Kas ubah bagian: $1\";'),('abs','messages:edittools','s:79:\"id:<!-- Teks di sini akan dimunculkan di bawah isian suntingan dan pemuatan.-->\";'),('abs','messages:edittools-upload','s:4:\"id:-\";'),('abs','messages:editundo','s:12:\"abs:kas bale\";'),('abs','messages:editusergroup','s:25:\"id:Muat kelompok pengguna\";'),('abs','messages:editwatchlist-summary','s:3:\"en:\";'),('abs','messages:ellipsis','s:6:\"id:...\";'),('abs','messages:email','s:8:\"id:Surel\";'),('abs','messages:email-allow-new-users-label','s:35:\"id:Izinkan surel dari pengguna baru\";'),('abs','messages:email-legend','s:47:\"id:Kirim surel ke pengguna {{SITENAME}} lainnya\";'),('abs','messages:email-mutelist-label','s:54:\"id:Cegah para pengguna ini mengirim surel kepada saya:\";'),('abs','messages:emailauthenticated','s:52:\"id:Alamat surel Anda telah dikonfirmasi pada $3, $2.\";'),('abs','messages:emailblock','s:17:\"id:surel diblokir\";'),('abs','messages:emailccme','s:36:\"id:Kirimkan saya salinan pesan saya.\";'),('abs','messages:emailccsubject','s:34:\"id:Salinan pesan Anda untuk $1: $2\";'),('abs','messages:emailconfirmlink','s:34:\"id:Konfirmasikan alamat surel Anda\";'),('abs','messages:emaildisabled','s:40:\"id:Situs ini tidak dapat mengirim surel.\";'),('abs','messages:emailfrom','s:8:\"id:Dari:\";'),('abs','messages:emaillink','s:14:\"id:kirim surel\";'),('abs','messages:emailmessage','s:9:\"id:Pesan:\";'),('abs','messages:emailnotarget','s:51:\"id:Nama pengguna penerima tidak ada atau tidak sah.\";'),('abs','messages:emailnotauthenticated','s:112:\"id:Alamat surel Anda belum dikonfirmasi.\nSebelum dikonfirmasi Anda tidak akan menerima surel dari fitur berikut.\";'),('abs','messages:emailpagetext','s:293:\"id:Anda dapat menggunakan formulir di bawah ini untuk mengirimkan surel ke {{GENDER:$1|pengguna}} ini.\nAlamat surel yang Anda masukkan di [[Special:Preferences|preferensi akun Anda]] akan muncul sebagai alamat \"Dari\" dalam surel tersebut, sehingga penerima dapat langsung membalas kepada Anda.\";'),('abs','messages:emailsend','s:8:\"id:Kirim\";'),('abs','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('abs','messages:emailsent','s:17:\"id:Surel terkirim\";'),('abs','messages:emailsenttext','s:31:\"id:Surel Anda telah dikirimkan.\";'),('abs','messages:emailsubject','s:11:\"id:Perihal:\";'),('abs','messages:emailtarget','s:34:\"id:Masukkan nama pengguna penerima\";'),('abs','messages:emailto','s:9:\"id:Untuk:\";'),('abs','messages:emailuser','s:34:\"id:Kirim surel kepada pengguna ini\";'),('abs','messages:emailuser-summary','s:3:\"en:\";'),('abs','messages:emailuser-title-notarget','s:14:\"id:Kirim surel\";'),('abs','messages:emailuser-title-target','s:44:\"id:Kirim surel ke {{GENDER:$1|pengguna}} ini\";'),('abs','messages:emailuserfooter','s:332:\"id:Surel ini telah {{GENDER:$1|dikirim}} oleh $1 kepada {{GENDER:$2|$2}} dengan fungsi \"{{int:emailuser}}\" pada {{SITENAME}}. Jika {{GENDER:$2|Anda}} membalas surel ini, surel {{GENDER:$2|Anda}} akan dikirim langsung kepada {{GENDER:$1|pengirim asal}}, dengan menampilkan alamat surel {{GENDER:$2|Anda}} kepada {{GENDER:$1|mereka}}.\";'),('abs','messages:emailusername','s:17:\"id:Nama pengguna:\";'),('abs','messages:emailusernamesubmit','s:8:\"id:Kirim\";'),('abs','messages:empty-file','s:33:\"id:Berkas yang Anda kirim kosong.\";'),('abs','messages:empty-username','s:33:\"id:(nama pengguna tidak tersedia)\";'),('abs','messages:emptyfile','s:192:\"id:Berkas yang Anda unggah kelihatannya kosong. Hal ini mungkin disebabkan karena adanya kesalahan ketik pada nama berkas. Silakan pastikan apakah Anda benar-benar ingin mengunggah berkas ini.\";'),('abs','messages:enhancedrc-history','s:14:\"abs:versi lama\";'),('abs','messages:enhancedrc-since-last-visit','s:44:\"id:$1 {{PLURAL:$1|sejak kunjungan terakhir}}\";'),('abs','messages:enotif_anon_editor','s:21:\"id:pengguna anonim $1\";'),('abs','messages:enotif_body','s:774:\"id:Halo $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nRingkasan suntingan: $PAGESUMMARY $PAGEMINOREDIT\n\nHubungi penyunting:\nsurel: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nKami tidak akan mengirim pemberitahuan lain bila ada perubahan lebih lanjut sampai Anda mengunjungi halaman ini ketika masuk log. Anda juga dapat menyetel ulang tanda pemberitahuan untuk semua halaman pantauan pada daftar pantauan Anda.\n\nSistem pemberitahuan situs {{SITENAME}} Anda yang ramah\n\n--\nUntuk mengubah pengaturan pemberitahuan surel, kunjungi\n{{canonicalurl:{{#special:Preferences}}}}\n\nUntuk mengubah setelan daftar pantauan, kunjungi\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nUntuk menghapus halaman dari daftar pantauan, kunjungi\n$UNWATCHURL\n\nUmpan balik dan bantuan lebih lanjut:\n$HELPPAGE\";'),('abs','messages:enotif_body_intro_changed','s:115:\"id:Halaman $1 di {{SITENAME}} telah diubah pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('abs','messages:enotif_body_intro_created','s:115:\"id:Halaman $1 di {{SITENAME}} telah dibuat pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('abs','messages:enotif_body_intro_deleted','s:95:\"id:Halaman $1 di {{SITENAME}} telah dihapus pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3.\";'),('abs','messages:enotif_body_intro_moved','s:120:\"id:Halaman $1 di {{SITENAME}} telah dipindahkan pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('abs','messages:enotif_body_intro_restored','s:121:\"id:Halaman $1 di {{SITENAME}} telah dikembalikan pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('abs','messages:enotif_impersonal_salutation','s:24:\"id:Pengguna {{SITENAME}}\";'),('abs','messages:enotif_lastdiff','s:40:\"id:Untuk melihat perubahan ini, lihat $1\";'),('abs','messages:enotif_lastvisited','s:59:\"id:Untuk semua perubahan sejak kunjungan terakhir, lihat $1\";'),('abs','messages:enotif_minoredit','s:30:\"id:Ini adalah suntingan kecil.\";'),('abs','messages:enotif_reset','s:48:\"id:Tandai semua halaman sebagai telah dikunjungi\";'),('abs','messages:enotif_subject_changed','s:64:\"id:Halaman $1 di {{SITENAME}} telah diubah oleh {{gender:$2|$2}}\";'),('abs','messages:enotif_subject_created','s:64:\"id:Halaman $1 di {{SITENAME}} telah dibuat oleh {{gender:$2|$2}}\";'),('abs','messages:enotif_subject_deleted','s:65:\"id:Halaman $1 di {{SITENAME}} telah dihapus oleh {{gender:$2|$2}}\";'),('abs','messages:enotif_subject_moved','s:69:\"id:Halaman $1 di {{SITENAME}} telah dipindahkan oleh {{gender:$2|$2}}\";'),('abs','messages:enotif_subject_restored','s:70:\"id:Halaman $1 di {{SITENAME}} telah dikembalikan oleh {{gender:$2|$2}}\";'),('abs','messages:enterlockreason','s:73:\"id:Masukkan alasan penguncian, termasuk perkiraan kapan kunci akan dibuka\";'),('abs','messages:error','s:12:\"id:Kesalahan\";'),('abs','messages:errorpagetitle','s:8:\"id:Galat\";'),('abs','messages:exbeforeblank','s:32:\"id:isi sebelum dikosongkan: \'$1\'\";'),('abs','messages:exception-nologin','s:18:\"id:Belum masuk log\";'),('abs','messages:exception-nologin-text','s:69:\"id:Silakan masuk log untuk dapat mengakses halaman atau tindakan ini.\";'),('abs','messages:exception-nologin-text-manual','s:62:\"id:Silakan $1 untuk dapat mengakses halaman atau tindakan ini.\";'),('abs','messages:excontent','s:23:\"id:isi sebelumnya: \'$1\'\";'),('abs','messages:excontentauthor','s:124:\"id:isinya hanya berupa: \"$1\", dan satu-satunya penyumbang adalah \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|bicara]])\";'),('abs','messages:exif-aperturevalue','s:14:\"id:Bukaan APEX\";'),('abs','messages:exif-artist','s:10:\"id:Pembuat\";'),('abs','messages:exif-attributionurl','s:58:\"id:Ketika menggunakan kembali karya ini, tolong tautkan ke\";'),('abs','messages:exif-bitspersample','s:19:\"id:Bit per komponen\";'),('abs','messages:exif-brightnessvalue','s:17:\"id:Kecerahan APEX\";'),('abs','messages:exif-cameraownername','s:17:\"id:Pemilik kamera\";'),('abs','messages:exif-citycreated','s:33:\"id:Kota tempat pengambilan gambar\";'),('abs','messages:exif-citydest','s:24:\"id:Kota yang ditampilkan\";'),('abs','messages:exif-colorspace','s:14:\"id:Ruang warna\";'),('abs','messages:exif-colorspace-1','s:7:\"id:sRGB\";'),('abs','messages:exif-colorspace-65535','s:20:\"id:Tidak dikalibrasi\";'),('abs','messages:exif-componentsconfiguration','s:21:\"id:Arti tiap komponen\";'),('abs','messages:exif-componentsconfiguration-0','s:15:\"id:tak tersedia\";'),('abs','messages:exif-componentsconfiguration-1','s:4:\"id:Y\";'),('abs','messages:exif-componentsconfiguration-2','s:5:\"id:Cb\";'),('abs','messages:exif-componentsconfiguration-3','s:5:\"id:Cr\";'),('abs','messages:exif-componentsconfiguration-4','s:4:\"id:R\";'),('abs','messages:exif-componentsconfiguration-5','s:4:\"id:G\";'),('abs','messages:exif-componentsconfiguration-6','s:4:\"id:B\";'),('abs','messages:exif-compressedbitsperpixel','s:23:\"id:Mode kompresi gambar\";'),('abs','messages:exif-compression','s:17:\"id:Skema kompresi\";'),('abs','messages:exif-compression-1','s:18:\"id:Tak terkompresi\";'),('abs','messages:exif-compression-2','s:51:\"id:CCITT Group 3 1-Dimensional Modified Huffman RLE\";'),('abs','messages:exif-compression-3','s:29:\"id:CCITT Group 3 fax encoding\";'),('abs','messages:exif-compression-32773','s:27:\"id:PackBits (Macintosh RLE)\";'),('abs','messages:exif-compression-32946','s:18:\"id:Turunan (PKZIP)\";'),('abs','messages:exif-compression-34712','s:11:\"id:JPEG2000\";'),('abs','messages:exif-compression-4','s:29:\"id:CCITT Group 4 fax encoding\";'),('abs','messages:exif-compression-5','s:6:\"id:LZW\";'),('abs','messages:exif-compression-6','s:14:\"id:JPEG (lama)\";'),('abs','messages:exif-compression-7','s:7:\"id:JPEG\";'),('abs','messages:exif-compression-8','s:18:\"id:Turunan (Adobe)\";'),('abs','messages:exif-contact','s:19:\"id:Informasi kontak\";'),('abs','messages:exif-contact-value','s:57:\"id:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5 - $6, $7\n</div>\n$8\";'),('abs','messages:exif-contentwarning','s:20:\"id:Peringatan konten\";'),('abs','messages:exif-contrast','s:10:\"id:Kontras\";'),('abs','messages:exif-contrast-0','s:9:\"id:Normal\";'),('abs','messages:exif-contrast-1','s:9:\"id:Lembut\";'),('abs','messages:exif-contrast-2','s:8:\"id:Keras\";'),('abs','messages:exif-coordinate-format','s:22:\"id:$1° $2′ $3″ $4\";'),('abs','messages:exif-copyright','s:20:\"id:Pemilik hak cipta\";'),('abs','messages:exif-copyrighted','s:19:\"id:Status hak cipta\";'),('abs','messages:exif-copyrighted-false','s:32:\"id:Status hak cipta belum diatur\";'),('abs','messages:exif-copyrighted-true','s:15:\"id:Berhak cipta\";'),('abs','messages:exif-copyrightowner','s:20:\"id:Pemilik hak cipta\";'),('abs','messages:exif-countrycodecreated','s:40:\"id:Kode negara tempat pengambilan gambar\";'),('abs','messages:exif-countrycodedest','s:31:\"id:Kode negara yang ditampilkan\";'),('abs','messages:exif-countrycreated','s:35:\"id:Negara tempat pengambilan gambar\";'),('abs','messages:exif-countrydest','s:26:\"id:Negara yang ditampilkan\";'),('abs','messages:exif-credit','s:18:\"id:Kredit/Penyedia\";'),('abs','messages:exif-croppedareaimageheightpixels','s:28:\"id:Tinggi terpotong panorama\";'),('abs','messages:exif-croppedareaimagewidthpixels','s:27:\"id:Lebar terpotong panorama\";'),('abs','messages:exif-croppedarealeftpixels','s:25:\"id:Pemotong kiri panorama\";'),('abs','messages:exif-croppedareatoppixels','s:25:\"id:Pemotong atas panorama\";'),('abs','messages:exif-customrendered','s:23:\"id:Proses buatan gambar\";'),('abs','messages:exif-customrendered-0','s:16:\"id:Proses normal\";'),('abs','messages:exif-customrendered-1','s:16:\"id:Proses kustom\";'),('abs','messages:exif-customrendered-2','s:31:\"id:HDR (aslinya tidak disimpan)\";'),('abs','messages:exif-customrendered-3','s:25:\"id:HDR (aslinya disimpan)\";'),('abs','messages:exif-customrendered-4','s:19:\"id:Asli (untuk HDR)\";'),('abs','messages:exif-customrendered-6','s:11:\"id:Panorama\";'),('abs','messages:exif-customrendered-7','s:14:\"id:Portret HDR\";'),('abs','messages:exif-customrendered-8','s:9:\"id:Potret\";'),('abs','messages:exif-datetime','s:37:\"id:Tanggal dan waktu perubahan berkas\";'),('abs','messages:exif-datetimedigitized','s:33:\"id:Tanggal dan waktu digitalisasi\";'),('abs','messages:exif-datetimeexpires','s:25:\"id:Jangan gunakan setelah\";'),('abs','messages:exif-datetimemetadata','s:38:\"id:Tanggal terakhir perubahan metadata\";'),('abs','messages:exif-datetimeoriginal','s:35:\"id:Tanggal dan waktu pembuatan data\";'),('abs','messages:exif-datetimereleased','s:15:\"id:Dirilis pada\";'),('abs','messages:exif-dc-contributor','s:14:\"id:Kontributor\";'),('abs','messages:exif-dc-coverage','s:38:\"id:Lingkup temporal atau spasial media\";'),('abs','messages:exif-dc-date','s:10:\"id:Tanggal\";'),('abs','messages:exif-dc-publisher','s:11:\"id:Penerbit\";'),('abs','messages:exif-dc-relation','s:16:\"id:Media terkait\";'),('abs','messages:exif-dc-rights','s:6:\"id:Hak\";'),('abs','messages:exif-dc-source','s:15:\"id:Media sumber\";'),('abs','messages:exif-dc-type','s:14:\"id:Jenis media\";'),('abs','messages:exif-devicesettingdescription','s:28:\"id:Deskripsi pengaturan alat\";'),('abs','messages:exif-digitalzoomratio','s:27:\"id:Rasio pembesaran digital\";'),('abs','messages:exif-disclaimer','s:15:\"id:Penyangkalan\";'),('abs','messages:exif-editstatus','s:26:\"id:Status editorial gambar\";'),('abs','messages:exif-event','s:29:\"id:Peristiwa yang digambarkan\";'),('abs','messages:exif-exifversion','s:13:\"id:Versi Exif\";'),('abs','messages:exif-exposurebiasvalue','s:15:\"id:Bias pajanan\";'),('abs','messages:exif-exposureindex','s:17:\"id:Indeks pajanan\";'),('abs','messages:exif-exposurelockused','s:24:\"id:Gunakan kunci pajanan\";'),('abs','messages:exif-exposurelockused-false','s:8:\"id:Tidak\";'),('abs','messages:exif-exposurelockused-true','s:5:\"id:Ya\";'),('abs','messages:exif-exposuremode','s:15:\"id:Mode pajanan\";'),('abs','messages:exif-exposuremode-0','s:19:\"id:Pajanan otomatis\";'),('abs','messages:exif-exposuremode-1','s:17:\"id:Pajanan manual\";'),('abs','messages:exif-exposuremode-2','s:18:\"id:Braket otomatis\";'),('abs','messages:exif-exposureprogram','s:18:\"id:Program pajanan\";'),('abs','messages:exif-exposureprogram-0','s:18:\"id:Tak terdefinisi\";'),('abs','messages:exif-exposureprogram-1','s:9:\"id:Manual\";'),('abs','messages:exif-exposureprogram-2','s:17:\"id:Program normal\";'),('abs','messages:exif-exposureprogram-3','s:19:\"id:Prioritas bukaan\";'),('abs','messages:exif-exposureprogram-4','s:20:\"id:Prioritas penutup\";'),('abs','messages:exif-exposureprogram-5','s:47:\"id:Program kreatif (condong ke kedalaman ruang)\";'),('abs','messages:exif-exposureprogram-6','s:43:\"id:Program aksi (condong ke kecepatan rana)\";'),('abs','messages:exif-exposureprogram-7','s:68:\"id:Modus potret (untuk foto closeup dengan latar belakang tak fokus)\";'),('abs','messages:exif-exposureprogram-8','s:73:\"id:Modus pemandangan (untuk foto pemandangan dengan latar belakang fokus)\";'),('abs','messages:exif-exposuretime','s:16:\"id:Waktu pajanan\";'),('abs','messages:exif-exposuretime-format','s:16:\"id:$1 detik ($2)\";'),('abs','messages:exif-filesource','s:16:\"id:Sumber berkas\";'),('abs','messages:exif-filesource-3','s:22:\"id:Kamera diam digital\";'),('abs','messages:exif-firstphotodate','s:23:\"id:Tanggal foto pertama\";'),('abs','messages:exif-fixtureidentifier','s:15:\"id:Nama fikstur\";'),('abs','messages:exif-flash','s:8:\"id:Kilas\";'),('abs','messages:exif-flash-fired-0','s:28:\"id:Lampu kilat tidak menyala\";'),('abs','messages:exif-flash-fired-1','s:22:\"id:Lampu kilat menyala\";'),('abs','messages:exif-flash-function-1','s:31:\"id:Tidak ada fungsi lampu kilat\";'),('abs','messages:exif-flash-mode-1','s:25:\"id:lampu kilat diperlukan\";'),('abs','messages:exif-flash-mode-2','s:24:\"id:lampu kilat dimatikan\";'),('abs','messages:exif-flash-mode-3','s:17:\"id:modus otomatis\";'),('abs','messages:exif-flash-redeye-1','s:35:\"id:mode reduksi pantulan mata-merah\";'),('abs','messages:exif-flash-return-0','s:45:\"id:tidak ada fungsi pendeteksian strobo balik\";'),('abs','messages:exif-flash-return-2','s:38:\"id:lampu strobo balik tidak terdeteksi\";'),('abs','messages:exif-flash-return-3','s:32:\"id:lampu strobo balik terdeteksi\";'),('abs','messages:exif-flashenergy','s:15:\"id:Energi kilas\";'),('abs','messages:exif-flashpixversion','s:26:\"id:Dukungan versi Flashpix\";'),('abs','messages:exif-fnumber','s:10:\"id:Nilai F\";'),('abs','messages:exif-fnumber-format','s:7:\"id:f/$1\";'),('abs','messages:exif-focallength','s:20:\"id:Jarak fokus lensa\";'),('abs','messages:exif-focallength-format','s:8:\"id:$1 mm\";'),('abs','messages:exif-focallengthin35mmfilm','s:32:\"id:Panjang fokus pada film 35 mm\";'),('abs','messages:exif-focalplaneresolutionunit','s:29:\"id:Unit resolusi bidang fokus\";'),('abs','messages:exif-focalplaneresolutionunit-2','s:7:\"id:inci\";'),('abs','messages:exif-focalplanexresolution','s:26:\"id:Resolusi bidang fokus X\";'),('abs','messages:exif-focalplaneyresolution','s:26:\"id:Resolusi bidang fokus Y\";'),('abs','messages:exif-fullpanoheightpixels','s:24:\"id:Tinggi penuh panorama\";'),('abs','messages:exif-fullpanowidthpixels','s:23:\"id:Lebar penuh panorama\";'),('abs','messages:exif-gaincontrol','s:22:\"id:Kontrol pemandangan\";'),('abs','messages:exif-gaincontrol-0','s:12:\"id:Tidak ada\";'),('abs','messages:exif-gaincontrol-1','s:23:\"id:Naikkan fokus rendah\";'),('abs','messages:exif-gaincontrol-2','s:23:\"id:Naikkan fokus tinggi\";'),('abs','messages:exif-gaincontrol-3','s:24:\"id:Turunkan fokus rendah\";'),('abs','messages:exif-gaincontrol-4','s:24:\"id:Turunkan fokus tinggi\";'),('abs','messages:exif-giffilecomment','s:22:\"id:Komentar berkas GIF\";'),('abs','messages:exif-gpsaltitude','s:13:\"id:Ketinggian\";'),('abs','messages:exif-gpsaltitude-above-sealevel','s:48:\"id:$1 {{PLURAL:$1|meter}} di atas permukaan laut\";'),('abs','messages:exif-gpsaltitude-below-sealevel','s:49:\"id:$1 {{PLURAL:$1|meter}} di bawah permukaan laut\";'),('abs','messages:exif-gpsaltituderef','s:23:\"id:Referensi ketinggian\";'),('abs','messages:exif-gpsareainformation','s:19:\"id:Nama wilayah GPS\";'),('abs','messages:exif-gpsdatestamp','s:14:\"id:Tanggal GPS\";'),('abs','messages:exif-gpsdestbearing','s:17:\"id:Bearing tujuan\";'),('abs','messages:exif-gpsdestbearingref','s:27:\"id:Referensi bearing tujuan\";'),('abs','messages:exif-gpsdestdistance','s:20:\"id:Jarak dari tujuan\";'),('abs','messages:exif-gpsdestdistance-k','s:12:\"id:Kilometer\";'),('abs','messages:exif-gpsdestdistance-m','s:6:\"id:Mil\";'),('abs','messages:exif-gpsdestdistance-n','s:11:\"id:Mil laut\";'),('abs','messages:exif-gpsdestdistanceref','s:30:\"id:Referensi jarak dari tujuan\";'),('abs','messages:exif-gpsdestlatitude','s:17:\"id:Lintang tujuan\";'),('abs','messages:exif-gpsdestlatituderef','s:32:\"id:Referensi lintang dari tujuan\";'),('abs','messages:exif-gpsdestlongitude','s:15:\"id:Bujur tujuan\";'),('abs','messages:exif-gpsdestlongituderef','s:30:\"id:Referensi bujur dari tujuan\";'),('abs','messages:exif-gpsdifferential','s:26:\"id:Koreksi diferensial GPS\";'),('abs','messages:exif-gpsdirection-m','s:16:\"id:Arah magnetis\";'),('abs','messages:exif-gpsdirection-t','s:14:\"id:Arah sejati\";'),('abs','messages:exif-gpsdop','s:23:\"id:Ketepatan pengukuran\";'),('abs','messages:exif-gpsdop-excellent','s:19:\"id:Sangat baik ($1)\";'),('abs','messages:exif-gpsdop-fair','s:13:\"id:Cukup ($1)\";'),('abs','messages:exif-gpsdop-good','s:12:\"id:Baik ($1)\";'),('abs','messages:exif-gpsdop-moderate','s:15:\"id:Moderat ($1)\";'),('abs','messages:exif-gpsdop-poor','s:13:\"id:Buruk ($1)\";'),('abs','messages:exif-gpsimgdirection','s:14:\"id:Arah gambar\";'),('abs','messages:exif-gpsimgdirectionref','s:24:\"id:Referensi arah gambar\";'),('abs','messages:exif-gpslatitude','s:10:\"id:Lintang\";'),('abs','messages:exif-gpslatitude-n','s:16:\"id:Lintang utara\";'),('abs','messages:exif-gpslatitude-s','s:18:\"id:Lintang selatan\";'),('abs','messages:exif-gpslatituderef','s:29:\"id:Lintang Utara atau Selatan\";'),('abs','messages:exif-gpslongitude','s:8:\"id:Bujur\";'),('abs','messages:exif-gpslongitude-e','s:14:\"id:Bujur timur\";'),('abs','messages:exif-gpslongitude-w','s:14:\"id:Bujur barat\";'),('abs','messages:exif-gpslongituderef','s:25:\"id:Bujur Timur atau Barat\";'),('abs','messages:exif-gpsmapdatum','s:22:\"id:Data survei geodesi\";'),('abs','messages:exif-gpsmeasuremode','s:18:\"id:Mode pengukuran\";'),('abs','messages:exif-gpsmeasuremode-2','s:23:\"id:Pengukuran 2-dimensi\";'),('abs','messages:exif-gpsmeasuremode-3','s:23:\"id:Pengukuran 3-dimensi\";'),('abs','messages:exif-gpsprocessingmethod','s:25:\"id:Nama metode proses GPS\";'),('abs','messages:exif-gpssatellites','s:27:\"id:Satelit untuk pengukuran\";'),('abs','messages:exif-gpsspeed','s:25:\"id:Kecepatan penerima GPS\";'),('abs','messages:exif-gpsspeed-k','s:20:\"id:Kilometer per jam\";'),('abs','messages:exif-gpsspeed-m','s:14:\"id:Mil per jam\";'),('abs','messages:exif-gpsspeed-n','s:7:\"id:Knot\";'),('abs','messages:exif-gpsspeedref','s:17:\"id:Unit kecepatan\";'),('abs','messages:exif-gpsstatus','s:18:\"id:Status penerima\";'),('abs','messages:exif-gpsstatus-a','s:32:\"id:Pengukuran sedang berlangsung\";'),('abs','messages:exif-gpsstatus-v','s:31:\"id:Interoperabilitas pengukuran\";'),('abs','messages:exif-gpstimestamp','s:23:\"id:Waktu GPS (jam atom)\";'),('abs','messages:exif-gpstrack','s:15:\"id:Arah gerakan\";'),('abs','messages:exif-gpstrackref','s:25:\"id:Referensi arah gerakan\";'),('abs','messages:exif-gpsversionid','s:16:\"id:Versi tag GPS\";'),('abs','messages:exif-headline','s:8:\"id:Tajuk\";'),('abs','messages:exif-identifier','s:11:\"id:Pengenal\";'),('abs','messages:exif-iimcategory','s:11:\"id:Kategori\";'),('abs','messages:exif-iimcategory-ace','s:28:\"id:Seni, budaya, dan hiburan\";'),('abs','messages:exif-iimcategory-clj','s:22:\"id:Kejahatan dan hukum\";'),('abs','messages:exif-iimcategory-dis','s:25:\"id:Bencana dan kecelakaan\";'),('abs','messages:exif-iimcategory-edu','s:13:\"id:Pendidikan\";'),('abs','messages:exif-iimcategory-evn','s:13:\"id:Lingkungan\";'),('abs','messages:exif-iimcategory-fin','s:21:\"id:Ekonomi dan bisnis\";'),('abs','messages:exif-iimcategory-hth','s:12:\"id:Kesehatan\";'),('abs','messages:exif-iimcategory-hum','s:15:\"id:Minat insani\";'),('abs','messages:exif-iimcategory-lab','s:18:\"id:Ketenagakerjaan\";'),('abs','messages:exif-iimcategory-lif','s:26:\"id:Gaya hidup dan rekreasi\";'),('abs','messages:exif-iimcategory-pol','s:10:\"id:Politik\";'),('abs','messages:exif-iimcategory-rel','s:24:\"id:Agama dan kepercayaan\";'),('abs','messages:exif-iimcategory-sci','s:21:\"id:Ilmu dan teknologi\";'),('abs','messages:exif-iimcategory-soi','s:13:\"id:Isu sosial\";'),('abs','messages:exif-iimcategory-spo','s:11:\"id:Olahraga\";'),('abs','messages:exif-iimcategory-war','s:33:\"id:Perang, konflik, dan keresahan\";'),('abs','messages:exif-iimcategory-wea','s:8:\"id:Cuaca\";'),('abs','messages:exif-iimsupplementalcategory','s:20:\"id:Kategori tambahan\";'),('abs','messages:exif-iimversion','s:12:\"id:Versi IIM\";'),('abs','messages:exif-imagedescription','s:15:\"id:Judul gambar\";'),('abs','messages:exif-imagelength','s:9:\"id:Tinggi\";'),('abs','messages:exif-imageuniqueid','s:17:\"id:ID unik gambar\";'),('abs','messages:exif-imagewidth','s:8:\"id:Lebar\";'),('abs','messages:exif-initialcameradolly','s:19:\"id:Doli kamera awal\";'),('abs','messages:exif-initialhorizontalfovdegrees','s:42:\"id:Ruang pandang awal (derajat horizontal)\";'),('abs','messages:exif-initialverticalfovdegrees','s:40:\"id:Ruang pandang awal (derajat vertikal)\";'),('abs','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('abs','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('abs','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('abs','messages:exif-intellectualgenre','s:14:\"id:Jenis objek\";'),('abs','messages:exif-isospeedratings','s:23:\"id:Rating kecepatan ISO\";'),('abs','messages:exif-isospeedratings-overflow','s:19:\"id:Lebih dari 65535\";'),('abs','messages:exif-jpegfilecomment','s:23:\"id:Komentar berkas JPEG\";'),('abs','messages:exif-jpeginterchangeformat','s:20:\"id:Ofset ke JPEG SOI\";'),('abs','messages:exif-jpeginterchangeformatlength','s:17:\"id:Bita data JPEG\";'),('abs','messages:exif-keywords','s:13:\"id:Kata kunci\";'),('abs','messages:exif-label','s:8:\"id:Label\";'),('abs','messages:exif-languagecode','s:9:\"id:Bahasa\";'),('abs','messages:exif-lastphotodate','s:24:\"id:Tanggal foto terakhir\";'),('abs','messages:exif-lens','s:23:\"id:Lensa yang digunakan\";'),('abs','messages:exif-licenseurl','s:24:\"id:URL lisensi hak cipta\";'),('abs','messages:exif-lightsource','s:16:\"id:Sumber cahaya\";'),('abs','messages:exif-lightsource-0','s:18:\"id:Tidak diketahui\";'),('abs','messages:exif-lightsource-1','s:15:\"id:Cahaya siang\";'),('abs','messages:exif-lightsource-10','s:17:\"id:Cuaca berkabut\";'),('abs','messages:exif-lightsource-11','s:11:\"id:Bayangan\";'),('abs','messages:exif-lightsource-12','s:46:\"id:Pendarflour cahaya siang (D 5700 – 7100K)\";'),('abs','messages:exif-lightsource-13','s:45:\"id:Pendarflour putih siang (N 4600 – 5400K)\";'),('abs','messages:exif-lightsource-14','s:45:\"id:Pendarflour putih teduh (W 3900 – 4500K)\";'),('abs','messages:exif-lightsource-15','s:40:\"id:Pendarflour putih (WW 3200 – 3700K)\";'),('abs','messages:exif-lightsource-17','s:19:\"id:Cahaya standar A\";'),('abs','messages:exif-lightsource-18','s:19:\"id:Cahaya standar B\";'),('abs','messages:exif-lightsource-19','s:19:\"id:Cahaya standar C\";'),('abs','messages:exif-lightsource-2','s:14:\"id:Pendarflour\";'),('abs','messages:exif-lightsource-20','s:6:\"id:D55\";'),('abs','messages:exif-lightsource-21','s:6:\"id:D65\";'),('abs','messages:exif-lightsource-22','s:6:\"id:D75\";'),('abs','messages:exif-lightsource-23','s:6:\"id:D50\";'),('abs','messages:exif-lightsource-24','s:22:\"id:studio ISO tungsten\";'),('abs','messages:exif-lightsource-255','s:21:\"id:Sumber cahaya lain\";'),('abs','messages:exif-lightsource-3','s:25:\"id:Wolfram (cahaya pijar)\";'),('abs','messages:exif-lightsource-4','s:8:\"id:Kilas\";'),('abs','messages:exif-lightsource-9','s:13:\"id:Cuaca baik\";'),('abs','messages:exif-locationdest','s:26:\"id:Lokasi yang digambarkan\";'),('abs','messages:exif-locationdestcode','s:31:\"id:Kode lokasi yang digambarkan\";'),('abs','messages:exif-make','s:18:\"id:Produsen kamera\";'),('abs','messages:exif-make-value','s:5:\"en:$1\";'),('abs','messages:exif-maxaperturevalue','s:24:\"id:Bukaan tanah maksimum\";'),('abs','messages:exif-maxaperturevalue-value','s:17:\"id:$1 APEX (f/$2)\";'),('abs','messages:exif-meteringmode','s:18:\"id:Mode pengukuran\";'),('abs','messages:exif-meteringmode-0','s:18:\"id:Tidak diketahui\";'),('abs','messages:exif-meteringmode-1','s:9:\"id:Rerata\";'),('abs','messages:exif-meteringmode-2','s:17:\"id:RerataBerbobot\";'),('abs','messages:exif-meteringmode-255','s:12:\"id:Lain-lain\";'),('abs','messages:exif-meteringmode-3','s:11:\"id:Terpusat\";'),('abs','messages:exif-meteringmode-4','s:14:\"id:BanyakPusat\";'),('abs','messages:exif-meteringmode-5','s:7:\"id:Pola\";'),('abs','messages:exif-meteringmode-6','s:10:\"id:Parsial\";'),('abs','messages:exif-model','s:15:\"id:Model kamera\";'),('abs','messages:exif-model-value','s:5:\"en:$1\";'),('abs','messages:exif-morepermissionsurl','s:31:\"id:Informasi lisensi alternatif\";'),('abs','messages:exif-nickname','s:23:\"id:Nama informal gambar\";'),('abs','messages:exif-objectcycle','s:21:\"id:Waktu tujuan media\";'),('abs','messages:exif-objectcycle-a','s:13:\"id:Hanya pagi\";'),('abs','messages:exif-objectcycle-b','s:25:\"id:Baik pagi maupun malam\";'),('abs','messages:exif-objectcycle-p','s:14:\"id:Hanya malam\";'),('abs','messages:exif-objectname','s:16:\"id:Judul singkat\";'),('abs','messages:exif-organisationinimage','s:30:\"id:Organisasi yang digambarkan\";'),('abs','messages:exif-orientation','s:12:\"id:Orientasi\";'),('abs','messages:exif-orientation-1','s:9:\"id:Normal\";'),('abs','messages:exif-orientation-2','s:21:\"id:Dibalik horisontal\";'),('abs','messages:exif-orientation-3','s:16:\"id:Diputar 180°\";'),('abs','messages:exif-orientation-4','s:19:\"id:Dibalik vertikal\";'),('abs','messages:exif-orientation-5','s:40:\"id:Diputar 90° CCW dan dibalik vertikal\";'),('abs','messages:exif-orientation-6','s:19:\"id:Diputar 90° CCW\";'),('abs','messages:exif-orientation-7','s:39:\"id:Diputar 90° CW dan dibalik vertikal\";'),('abs','messages:exif-orientation-8','s:18:\"id:Diputar 90° CW\";'),('abs','messages:exif-originaldocumentid','s:23:\"id:ID unik dokumen asli\";'),('abs','messages:exif-originalimageheight','s:33:\"id:Tinggi gambar sebelum dipotong\";'),('abs','messages:exif-originalimagewidth','s:32:\"id:Lebar gambar sebelum dipotong\";'),('abs','messages:exif-originaltransmissionref','s:29:\"id:Kode lokasi transmisi asli\";'),('abs','messages:exif-personinimage','s:25:\"id:Orang yang digambarkan\";'),('abs','messages:exif-photometricinterpretation','s:19:\"id:Komposisi piksel\";'),('abs','messages:exif-photometricinterpretation-0','s:35:\"id:Hitam dan putih (Putih adalah 0)\";'),('abs','messages:exif-photometricinterpretation-1','s:35:\"id:Hitam dan putih (Hitam adalah 0)\";'),('abs','messages:exif-photometricinterpretation-10','s:30:\"id:CIE L*a*b* (pengkodean ITU)\";'),('abs','messages:exif-photometricinterpretation-2','s:6:\"id:RGB\";'),('abs','messages:exif-photometricinterpretation-3','s:8:\"id:Palet\";'),('abs','messages:exif-photometricinterpretation-32803','s:22:\"id:Aturan Filter Warna\";'),('abs','messages:exif-photometricinterpretation-34892','s:13:\"id:Linear raw\";'),('abs','messages:exif-photometricinterpretation-4','s:22:\"id:Masker transparansi\";'),('abs','messages:exif-photometricinterpretation-5','s:30:\"id:Terpisah (Kemungkinan CMYK)\";'),('abs','messages:exif-photometricinterpretation-6','s:8:\"id:YCbCr\";'),('abs','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('abs','messages:exif-photometricinterpretation-9','s:30:\"id:CIE L*a*b* (pengkodean ICC)\";'),('abs','messages:exif-pixelxdimension','s:15:\"id:Lebar gambar\";'),('abs','messages:exif-pixelydimension','s:16:\"id:Tinggi gambar\";'),('abs','messages:exif-planarconfiguration','s:18:\"id:Pengaturan data\";'),('abs','messages:exif-planarconfiguration-1','s:16:\"id:format chunky\";'),('abs','messages:exif-planarconfiguration-2','s:16:\"id:format planar\";'),('abs','messages:exif-pngfilecomment','s:22:\"id:Komentar berkas PNG\";'),('abs','messages:exif-poseheadingdegrees','s:24:\"id:Kepala pose (derajat)\";'),('abs','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('abs','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('abs','messages:exif-preferredattributionname','s:62:\"id:Ketika menggunakan kembali karya ini, tolong berikan kredit\";'),('abs','messages:exif-primarychromaticities','s:28:\"id:Kromatisitas warna primer\";'),('abs','messages:exif-projectiontype','s:16:\"id:Tipe proyeksi\";'),('abs','messages:exif-projectiontype-equirectangular','s:18:\"id:Persegi panjang\";'),('abs','messages:exif-provinceorstatecreated','s:56:\"id:Provinsi atau negara bagian tempat pengambilan gambar\";'),('abs','messages:exif-provinceorstatedest','s:47:\"id:Provinsi atau negara bagian yang ditampilkan\";'),('abs','messages:exif-rating','s:17:\"id:Nilai (dari 5)\";'),('abs','messages:exif-rating-rejected','s:10:\"id:Ditolak\";'),('abs','messages:exif-referenceblackwhite','s:39:\"id:Nilai referensi pasangan hitam putih\";'),('abs','messages:exif-relatedsoundfile','s:32:\"id:Berkas audio yang berhubungan\";'),('abs','messages:exif-rightscertificate','s:27:\"id:Sertifikat manajemen hak\";'),('abs','messages:exif-rowsperstrip','s:25:\"id:Jumlah baris per strip\";'),('abs','messages:exif-samplesperpixel','s:18:\"id:Jumlah komponen\";'),('abs','messages:exif-saturation','s:11:\"id:Saturasi\";'),('abs','messages:exif-saturation-0','s:9:\"id:Normal\";'),('abs','messages:exif-saturation-1','s:18:\"id:Saturasi rendah\";'),('abs','messages:exif-saturation-2','s:18:\"id:Saturasi tinggi\";'),('abs','messages:exif-scenecapturetype','s:19:\"id:Tipe penangkapan\";'),('abs','messages:exif-scenecapturetype-0','s:10:\"id:Standar\";'),('abs','messages:exif-scenecapturetype-1','s:10:\"id:Melebar\";'),('abs','messages:exif-scenecapturetype-2','s:9:\"id:Potret\";'),('abs','messages:exif-scenecapturetype-3','s:20:\"id:Pemandangan malam\";'),('abs','messages:exif-scenecode','s:19:\"id:Kode adegan IPTC\";'),('abs','messages:exif-scenetype','s:19:\"id:Tipe pemandangan\";'),('abs','messages:exif-scenetype-1','s:23:\"id:Gambar foto langsung\";'),('abs','messages:exif-sensingmethod','s:22:\"id:Metode penginderaan\";'),('abs','messages:exif-sensingmethod-1','s:18:\"id:Tak terdefinisi\";'),('abs','messages:exif-sensingmethod-2','s:32:\"id:Sensor area warna satu keping\";'),('abs','messages:exif-sensingmethod-3','s:31:\"id:Sensor area warna dua keping\";'),('abs','messages:exif-sensingmethod-4','s:32:\"id:Sensor area warna tiga keping\";'),('abs','messages:exif-sensingmethod-5','s:28:\"id:Sensor area warna berurut\";'),('abs','messages:exif-sensingmethod-7','s:19:\"id:Sensor trilinear\";'),('abs','messages:exif-sensingmethod-8','s:30:\"id:Sensor linear warna berurut\";'),('abs','messages:exif-serialnumber','s:20:\"id:Nomor seri kamera\";'),('abs','messages:exif-sharpness','s:12:\"id:Ketajaman\";'),('abs','messages:exif-sharpness-0','s:9:\"id:Normal\";'),('abs','messages:exif-sharpness-1','s:9:\"id:Lembut\";'),('abs','messages:exif-sharpness-2','s:8:\"id:Keras\";'),('abs','messages:exif-shutterspeedvalue','s:22:\"id:Kecepatan rana APEX\";'),('abs','messages:exif-software','s:18:\"id:Perangkat lunak\";'),('abs','messages:exif-software-value','s:5:\"en:$1\";'),('abs','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('abs','messages:exif-source','s:9:\"id:Sumber\";'),('abs','messages:exif-sourcephotoscount','s:21:\"id:Banyak foto sumber\";'),('abs','messages:exif-specialinstructions','s:19:\"id:Instruksi khusus\";'),('abs','messages:exif-spectralsensitivity','s:24:\"id:Sensitivitas spektral\";'),('abs','messages:exif-stitchingsoftware','s:27:\"id:Perangkat lunak penjahit\";'),('abs','messages:exif-stripbytecounts','s:26:\"id:Bita per strip kompresi\";'),('abs','messages:exif-stripoffsets','s:21:\"id:Data lokasi gambar\";'),('abs','messages:exif-subjectarea','s:17:\"id:Wilayah subjek\";'),('abs','messages:exif-subjectdistance','s:15:\"id:Jarak subjek\";'),('abs','messages:exif-subjectdistance-value','s:11:\"id:$1 meter\";'),('abs','messages:exif-subjectdistancerange','s:15:\"id:Jarak subjek\";'),('abs','messages:exif-subjectdistancerange-0','s:18:\"id:Tidak diketahui\";'),('abs','messages:exif-subjectdistancerange-1','s:8:\"id:Makro\";'),('abs','messages:exif-subjectdistancerange-2','s:15:\"id:Tampak dekat\";'),('abs','messages:exif-subjectdistancerange-3','s:14:\"id:Tampak jauh\";'),('abs','messages:exif-subjectlocation','s:16:\"id:Lokasi subjek\";'),('abs','messages:exif-subjectnewscode','s:14:\"id:Kode subjek\";'),('abs','messages:exif-subjectnewscode-value','s:10:\"id:$2 ($1)\";'),('abs','messages:exif-sublocationcreated','s:43:\"id:Sublokasi kota tempat pengambilan gambar\";'),('abs','messages:exif-sublocationdest','s:34:\"id:Sublokasi kota yang ditampilkan\";'),('abs','messages:exif-subsectime','s:20:\"id:Subdetik DateTime\";'),('abs','messages:exif-subsectimedigitized','s:29:\"id:Subdetik DateTimeDigitized\";'),('abs','messages:exif-subsectimeoriginal','s:28:\"id:Subdetik DateTimeOriginal\";'),('abs','messages:exif-unknowndate','s:24:\"id:Tanggal tak diketahui\";'),('abs','messages:exif-urgency','s:10:\"id:Urgensi\";'),('abs','messages:exif-urgency-high','s:14:\"id:Tinggi ($1)\";'),('abs','messages:exif-urgency-low','s:14:\"id:Rendah ($1)\";'),('abs','messages:exif-urgency-normal','s:14:\"id:Normal ($1)\";'),('abs','messages:exif-urgency-other','s:28:\"id:Prioritas ubahsuaian ($1)\";'),('abs','messages:exif-usageterms','s:23:\"id:Ketentuan penggunaan\";'),('abs','messages:exif-usepanoramaviewer','s:28:\"id:Gunakan penampil panorama\";'),('abs','messages:exif-usepanoramaviewer-false','s:8:\"id:Tidak\";'),('abs','messages:exif-usepanoramaviewer-true','s:5:\"id:Ya\";'),('abs','messages:exif-usercomment','s:20:\"id:Komentar pengguna\";'),('abs','messages:exif-webstatement','s:30:\"id:Pernyataan hak cipta daring\";'),('abs','messages:exif-whitebalance','s:21:\"id:Keseimbangan putih\";'),('abs','messages:exif-whitebalance-0','s:30:\"id:Keseimbangan putih otomatis\";'),('abs','messages:exif-whitebalance-1','s:28:\"id:Keseimbangan putih manual\";'),('abs','messages:exif-whitepoint','s:27:\"id:Kromatisitas titik putih\";'),('abs','messages:exif-worldregioncreated','s:42:\"id:Wilayah dunia tempat pengambilan gambar\";'),('abs','messages:exif-worldregiondest','s:33:\"id:Wilayah dunia yang ditampilkan\";'),('abs','messages:exif-writer','s:10:\"id:Penulis\";'),('abs','messages:exif-xresolution','s:22:\"id:Resolusi horizontal\";'),('abs','messages:exif-xyresolution-c','s:9:\"id:$1 dpc\";'),('abs','messages:exif-xyresolution-i','s:9:\"id:$1 dpi\";'),('abs','messages:exif-ycbcrcoefficients','s:45:\"id:Koefisien matriks transformasi ruang warna\";'),('abs','messages:exif-ycbcrpositioning','s:21:\"id:Penempatan Y dan C\";'),('abs','messages:exif-ycbcrpositioning-1','s:20:\"id:Tengah (centered)\";'),('abs','messages:exif-ycbcrpositioning-2','s:18:\"id:Atas (co-sited)\";'),('abs','messages:exif-ycbcrsubsampling','s:27:\"id:Rasio subsampling Y ke C\";'),('abs','messages:exif-yresolution','s:20:\"id:Resolusi vertikal\";'),('abs','messages:expand_templates_generate_rawhtml','s:24:\"id:Tampilkan HTML mentah\";'),('abs','messages:expand_templates_generate_xml','s:29:\"id:Tampilkan pohon parser XML\";'),('abs','messages:expand_templates_html_output','s:23:\"id:Keluaran HTML mentah\";'),('abs','messages:expand_templates_input','s:20:\"id:Masukan tekswiki:\";'),('abs','messages:expand_templates_input_missing','s:59:\"id:Anda perlu memasukkan paling sedikit beberapa teks wiki.\";'),('abs','messages:expand_templates_intro','s:363:\"id:Halaman istimewa ini mengambil teks dan mengembangkan semua templat di dalamnya secara rekursif. Halaman ini juga menerjemahkan semua fungsi parser seperti <code><nowiki>{{</nowiki>#language:…}}</code> dan variabel seperti <code><nowiki>{{</nowiki>CURRENTDAY}}</code>. Bahkan bisa dibilang mengembangkan segala sesuatu yang berada di antara dua tanda kurung.\";'),('abs','messages:expand_templates_ok','s:5:\"id:OK\";'),('abs','messages:expand_templates_output','s:8:\"id:Hasil\";'),('abs','messages:expand_templates_preview','s:12:\"id:Pratayang\";'),('abs','messages:expand_templates_preview_fail_html','s:349:\"id:<em>Karena {{SITENAME}} mengaktifkan HTML mentah dan adanya data sesi yang hilang, pratayang ini disembunyikan sebagai tindakan pencegahan terhadap serangan Javascript.</em>\n\n<strong>Jika ini adalah percobaan pratayang yang sah, silakan coba lagi.</strong>\nJika masih tidak berfungsi, coba [[Special:UserLogout|log keluar]] dan masuk log kembali.\";'),('abs','messages:expand_templates_preview_fail_html_anon','s:275:\"id:<em>Karena {{SITENAME}} memiliki HTML mentah yang diaktifkan dan Anda tidak masuk log, pratayang disembunyikan untuk menghindari serangan JavaScript.</em>\n\n<strong>Jika ini merupakan upaya prayatang sah, silakan  [[Special:UserLogin|masuk log]] dan ulang kembali.</strong>\";'),('abs','messages:expand_templates_remove_comments','s:17:\"id:Buang komentar\";'),('abs','messages:expand_templates_remove_nowiki','s:47:\"id:Tidak menampilkan tag <nowiki> pada hasilnya\";'),('abs','messages:expand_templates_title','s:55:\"id:Judul konteks, untuk {{FULLPAGENAME}} dan lain-lain:\";'),('abs','messages:expand_templates_xml_output','s:12:\"id:Hasil XML\";'),('abs','messages:expandtemplates','s:23:\"id:Pengembangan templat\";'),('abs','messages:expansion-depth-exceeded-category','s:42:\"id:Pages where expansion depth is exceeded\";'),('abs','messages:expansion-depth-exceeded-category-desc','s:49:\"id:Halaman yang melebihi kedalaman luas maksimum.\";'),('abs','messages:expansion-depth-exceeded-warning','s:38:\"id:Halaman melebihi kedalaman ekspansi\";'),('abs','messages:expensive-parserfunction-category','s:59:\"id:Halaman dengan terlalu banyak panggilan fungsi pemilahan\";'),('abs','messages:expensive-parserfunction-category-desc','s:219:\"id:Laman menggunakan terlalu banyak fungsi parser (seperti <code>#ifexist</code>). Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('abs','messages:expensive-parserfunction-warning','s:230:\"id:<strong>Peringatan:</strong> Halaman ini mengandung terlalu banyak panggilan fungsi pemilah.\n\nSaat ini terdapat {{PLURAL:$1|$1 panggilan|$1 panggilan}}, yang seharusnya memiliki kurang dari $2 {{PLURAL:$2|panggilan|panggilan}}.\";'),('abs','messages:explainconflict','s:361:\"id:Orang lain telah menyunting halaman ini sejak Anda mulai menyuntingnya.\nBagian atas teks ini mengandung teks halaman saat ini.\nPerubahan yang Anda lakukan ditunjukkan pada bagian bawah teks.\nAnda hanya perlu menggabungkan perubahan Anda dengan teks yang telah ada.\n\'\'\'Hanya\'\'\' teks pada bagian atas halamanlah yang akan diterbitkan apabila Anda menekan \"$1\".\";'),('abs','messages:export','s:21:\"abs:Kas ekspor kintal\";'),('abs','messages:export-addcat','s:12:\"id:Tambahkan\";'),('abs','messages:export-addcattext','s:35:\"id:Tambahkan halaman dari kategori:\";'),('abs','messages:export-addns','s:12:\"id:Tambahkan\";'),('abs','messages:export-addnstext','s:37:\"id:Tambahkan halaman dari ruang nama:\";'),('abs','messages:export-download','s:48:\"id:Tawarkan untuk menyimpan sebagai suatu berkas\";'),('abs','messages:export-manual','s:35:\"id:Tambahkan halaman secara manual:\";'),('abs','messages:export-pagelinks','s:45:\"id:Sertakan halaman terkait hingga kedalaman:\";'),('abs','messages:export-submit','s:9:\"id:Ekspor\";'),('abs','messages:export-summary','s:3:\"en:\";'),('abs','messages:export-templates','s:19:\"id:Termasuk templat\";'),('abs','messages:exportall','s:26:\"id:Ekspor seluruh halaman.\";'),('abs','messages:exportcuronly','s:62:\"id:Hanya ekspor revisi sekarang, bukan seluruh versi terdahulu\";'),('abs','messages:exportlistauthors','s:59:\"id:Termasuk daftar lengkap kontributor untuk setiap halaman\";'),('abs','messages:exportnohistory','s:133:\"id:----\n\'\'\'Catatan:\'\'\' Mengekspor keseluruhan riwayat suntingan halaman melalui isian ini telah dinon-aktifkan karena alasan kinerja.\";'),('abs','messages:exporttext','s:761:\"id:Anda dapat mengekspor teks dan sejarah penyuntingan suatu halaman tertentu atau suatu set halaman dalam bentuk XML tertentu.\nHasil ekspor ini selanjutnya dapat diimpor ke wiki lainnya yang menggunakan perangkat lunak MediaWiki, dengan menggunakan fasilitas [[Special:Import|halaman impor]].\n\nUntuk mengekspor halaman, masukkan judul dalam kotak teks di bawah ini, satu judul per baris, dan pilih apakah Anda ingin mengekspor lengkap dengan versi terdahulunya, atau hanya versi terbaru dengan catatan penyuntingan terakhir.\n\nJika Anda hanya ingin mengimpor versi terbaru, Anda melakukannya lebih cepat dengan cara menggunakan pranala khusus, sebagai contoh: [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] untuk mengekspor halaman \"[[{{MediaWiki:Mainpage}}]]\".\";'),('abs','messages:external_image_whitelist','s:539:\"id:#Biarkan baris ini sebagaimana adanya<pre>\n#Gunakan fragmen-fragmen ekspresi regular (hanya bagian di antara //) di bawah ini\n#Fragmen-fragmen ini akan dicocokkan dengan URL dari gambar-gambar eksternal (yang dihubungkan langsung)\n#Fragmen yang cocok akan ditampilkan sebagai gambar, sisanya hanya sebagai pranala saja\n#Baris yang diawali dengan # akan diperlakukan sebagai baris komentar\n#Ini tidak membedakan huruf besar dan kecil\n#Letakkan semua fragmen ekspresi regular di bawah baris ini. Biarkan baris ini sebagaimana adanya</pre>\";'),('abs','messages:externaldberror','s:135:\"id:Telah terjadi kesalahan autentikasi basis data eksternal atau Anda tidak diizinkan melakukan pembaruan terhadap akun eksternal Anda.\";'),('abs','messages:faq','s:6:\"id:FAQ\";'),('abs','messages:feb','s:7:\"abs:Feb\";'),('abs','messages:february','s:11:\"abs:Pebuari\";'),('abs','messages:february-gen','s:12:\"abs:Februari\";'),('abs','messages:feed-atom','s:7:\"en:Atom\";'),('abs','messages:feed-invalid','s:37:\"id:Tipe permintaan umpan tidak tepat.\";'),('abs','messages:feed-rss','s:6:\"en:RSS\";'),('abs','messages:feed-unavailable','s:33:\"id:Umpan sindikasi tidak tersedia\";'),('abs','messages:feedback-adding','s:40:\"id:Menambahkan umpan balik ke halaman...\";'),('abs','messages:feedback-back','s:10:\"id:Kembali\";'),('abs','messages:feedback-bugcheck','s:83:\"id:Hebat! Hanya periksa bahwa itu bukan satu di antara [$1 bug yang telah dikenal].\";'),('abs','messages:feedback-bugnew','s:42:\"id:Saya telah memeriksa. Laporkan bug baru\";'),('abs','messages:feedback-bugornote','s:288:\"id:Jika Anda sudah siap untuk mendeskripsikan masalah teknis secara rinci silakan [$1 melaporkan bug].\nJika tidak, Anda dapat menggunakan formulir mudah di bawah ini. Komentar Anda akan ditambahkan ke halaman \"[$3 $2]\", bersama dengan nama pengguna Anda dan apa browser yang Anda gunakan.\";'),('abs','messages:feedback-cancel','s:8:\"id:Batal\";'),('abs','messages:feedback-close','s:10:\"id:Selesai\";'),('abs','messages:feedback-dialog-intro','s:164:\"id:Anda bisa menggunakan formulir sederhana di bawah untuk mengirimkan saran dan masukan. Komentar Anda akan ditambahkan pada laman \"$1\" bersama nama pengguna Anda.\";'),('abs','messages:feedback-dialog-title','s:31:\"id:Kirimkan saran dan tanggapan\";'),('abs','messages:feedback-error1','s:38:\"id:Galat: Hasil tidak dikenal dari API\";'),('abs','messages:feedback-error4','s:66:\"id:Galat: Tidak dapat mengirim ke judul umpan balik yang diberikan\";'),('abs','messages:feedback-external-bug-report-button','s:21:\"id:Kirim tugas teknis\";'),('abs','messages:feedback-message','s:9:\"id:Pesan:\";'),('abs','messages:feedback-subject','s:11:\"id:Perihal:\";'),('abs','messages:feedback-submit','s:8:\"id:Kirim\";'),('abs','messages:feedback-terms','s:199:\"id:Saya mengerti bahwa informasi agen saya berisi informasi mengenai versi peramban web dan sistem operasi yang benar-benar saya gunakan dan akan dibagikan secara terbuka di samping umpan balik saya.\";'),('abs','messages:feedback-termsofuse','s:87:\"id:Saya menyetujui untuk memberikan umpan balik sesuai dengan Syarat-syarat Penggunaan.\";'),('abs','messages:feedback-thanks','s:72:\"id:Terima kasih! Umpan balik Anda telah dikirimkan ke halaman \"[$2 $1]\".\";'),('abs','messages:feedback-thanks-title','s:16:\"id:Terima kasih!\";'),('abs','messages:feedback-useragent','s:17:\"id:Agen pengguna:\";'),('abs','messages:fewestrevisions','s:38:\"id:Halaman dengan perubahan tersedikit\";'),('abs','messages:fewestrevisions-summary','s:3:\"en:\";'),('abs','messages:file-anchor-link','s:10:\"abs:Berkas\";'),('abs','messages:file-deleted-duplicate','s:199:\"id:Sebuah berkas yang identik dengan berkas ini ([[:$1]]) sudah pernah dihapus sebelumnya. \nAnda harus memeriksa sejarah penghapusan berkas tersebut sebelum melanjutkan pengunggahan ulang berkas ini.\";'),('abs','messages:file-deleted-duplicate-notitle','s:274:\"id:Sebuah berkas yang identik dengan berkas ini sebelumnya telah dihapus, dan judul yang digunakan telah disembunyikan.\nAnda harus meminta bantuan seseorang dengan kemampuan untuk melihat data berkas yang disembunyikan untuk meninjau situasi sebelum Anda mengunggah kembali.\";'),('abs','messages:file-exists-duplicate','s:76:\"id:Berkas ini sama persis dengan {{PLURAL:$1|berkas|berkas-berkas}} berikut:\";'),('abs','messages:file-exists-sharedrepo','s:100:\"id:Nama berkas yang dipilih sudah digunakan pada suatu penyimpanan bersama.\nSilakan pilih nama lain.\";'),('abs','messages:file-info','s:35:\"id:ukuran berkas: $1, tipe MIME: $2\";'),('abs','messages:file-info-gif-frames','s:26:\"id:$1 {{PLURAL:$1||}}frame\";'),('abs','messages:file-info-gif-looped','s:12:\"id:melingkar\";'),('abs','messages:file-info-png-frames','s:35:\"id:$1 {{PLURAL:$1|bingkai|bingkai}}\";'),('abs','messages:file-info-png-looped','s:8:\"id:ulang\";'),('abs','messages:file-info-png-repeat','s:39:\"id:dimainkan $1 {{PLURAL:$1|kali|kali}}\";'),('abs','messages:file-info-size','s:58:\"abs:$1 × $2 piksel, berkas pung ukuran: $3, tipe MIME: $4\";'),('abs','messages:file-info-size-pages','s:78:\"id:$1 × $2 piksel, ukuran berkas: $3, tipe MIME: $4, $5 {{PLURAL:$5|halaman}}\";'),('abs','messages:file-no-thumb-animation','s:91:\"id:\'\'\'Catatan: Karena keterbatasan teknis, cuplikan berkas ini tidak akan teranimasikan.\'\'\'\";'),('abs','messages:file-no-thumb-animation-gif','s:131:\"id:\'\'\'Catatan: Karena keterbatasan teknis, cuplikan gambar GIF beresolusi tinggi seperti yang satu ini tidak akan teranimasikan.\'\'\'\";'),('abs','messages:file-nohires','s:39:\"abs:Seng ada resoulusi yang labe tinggi\";'),('abs','messages:file-thumbnail-no','s:261:\"id:Nama berkas dimulai dengan <strong>$1</strong>.\nTampaknya berkas ini merupakan gambar dengan ukuran diperkecil <em>(miniatur)</em>.\nJika Anda memiliki versi resolusi penuh dari gambar ini, harap unggah berkas tersebut. Jika tidak, harap ubah nama berkas ini.\";'),('abs','messages:file-too-large','s:48:\"id:Ukuran berkas yang Anda unggah terlalu besar.\";'),('abs','messages:filecopyerror','s:44:\"id:Tidak dapat menyalin berkas \"$1\" ke \"$2\".\";'),('abs','messages:filedelete','s:11:\"id:Hapus $1\";'),('abs','messages:filedelete-archive-read-only','s:58:\"id:Direktori arsip \"$1\" tak dapat ditulis oleh server web.\";'),('abs','messages:filedelete-comment','s:10:\"id:Alasan:\";'),('abs','messages:filedelete-current-unregistered','s:57:\"id:Berkas yang diberikan \"$1\" tidak ada dalam basis data.\";'),('abs','messages:filedelete-edit-reasonlist','s:31:\"id:Alasan penghapusan suntingan\";'),('abs','messages:filedelete-edit-reasonlist-suppress','s:33:\"id:Alasan penyembunyian suntingan\";'),('abs','messages:filedelete-intro','s:84:\"id:Anda akan menghapus berkas <strong>[[Media:$1|$1]]</strong> dan semua riwayatnya.\";'),('abs','messages:filedelete-intro-old','s:81:\"id:Anda akan menghapus versi <strong>[[Media:$1|$1]]</strong> hingga [$4 $3, $2].\";'),('abs','messages:filedelete-legend','s:15:\"id:Hapus berkas\";'),('abs','messages:filedelete-maintenance','s:80:\"id:Penghapusan dan pengembalian berkas sementara dinonaktifkan selama perawatan.\";'),('abs','messages:filedelete-maintenance-title','s:31:\"id:Tidak dapat menghapus berkas\";'),('abs','messages:filedelete-missing','s:54:\"id:Berkas \"$1\" tak dapat dihapus karena tak ditemukan.\";'),('abs','messages:filedelete-nofile','s:37:\"id:<strong>$1</strong> tak ditemukan.\";'),('abs','messages:filedelete-nofile-old','s:84:\"id:Tak ditemukan arsip versi dari <strong>$1</strong> dengan atribut yang diberikan.\";'),('abs','messages:filedelete-old-unregistered','s:64:\"id:Revisi berkas \"$1\" yang diberikan tidak ada dalam basis data.\";'),('abs','messages:filedelete-otherreason','s:24:\"id:Alasan lain/tambahan:\";'),('abs','messages:filedelete-reason-dropdown','s:66:\"id:*Alasan penghapusan\n** Pelanggaran hak cipta\n** Berkas duplikat\";'),('abs','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('abs','messages:filedelete-reason-otherlist','s:14:\"id:Alasan lain\";'),('abs','messages:filedelete-submit','s:8:\"id:Hapus\";'),('abs','messages:filedelete-success','s:37:\"id:<strong>$1</strong> telah dihapus.\";'),('abs','messages:filedelete-success-old','s:75:\"id:Berkas <strong>[[Media:$1|$1]]</strong> pada versi $3, $2 telah dihapus.\";'),('abs','messages:filedeleteerror','s:37:\"id:Tidak dapat menghapus berkas \"$1\".\";'),('abs','messages:filedeleteerror-long','s:50:\"id:Terjadi kesalahan sewaktu menghapus berkas:\n\n$1\";'),('abs','messages:filedeleteerror-short','s:39:\"id:Kesalahan waktu menghapus berkas: $1\";'),('abs','messages:filedesc','s:13:\"abs:Ringkasan\";'),('abs','messages:fileduplicatesearch','s:28:\"id:Pencarian berkas duplikat\";'),('abs','messages:fileduplicatesearch-filename','s:15:\"id:Nama berkas:\";'),('abs','messages:fileduplicatesearch-info','s:59:\"id:$1 × $2 piksel<br />Besar berkas: $3<br />Tipe MIME: $4\";'),('abs','messages:fileduplicatesearch-noresults','s:43:\"id:Tidak ditemukan berkas dengan nama \"$1\".\";'),('abs','messages:fileduplicatesearch-result-1','s:47:\"id:Berkas \"$1\" tidak memiliki duplikat identik.\";'),('abs','messages:fileduplicatesearch-result-n','s:58:\"id:Berkas \"$1\" memiliki {{PLURAL:$2|$2 duplikat identik}}.\";'),('abs','messages:fileduplicatesearch-submit','s:7:\"id:Cari\";'),('abs','messages:fileduplicatesearch-summary','s:56:\"id:Pencarian duplikat berkas berdasarkan nilai hash-nya.\";'),('abs','messages:fileexists','s:151:\"id:Suatu berkas dengan nama tersebut telah ada, harap periksa <strong>[[:$1]]</strong> jika {{GENDER:|Anda}} tidak yakin untuk menimpanya.\n[[$1|thumb]]\";'),('abs','messages:fileexists-duplicate-version','s:131:\"id:Unggahan ini adalah salinan persis {{PLURAL:$2|versi terdahulu version|beberapa versi terdahulu}} dari <strong>[[:$1]]</strong>.\";'),('abs','messages:fileexists-extension','s:224:\"id:Berkas dengan nama serupa telah ada: [[$2|thumb]]\n* Nama berkas yang akan dimuat: <strong>[[:$1]]</strong>\n* Nama berkas yang telah ada: <strong>[[:$2]]</strong>\nApakah Anda mungkin ingin menggunakan nama yang lebih unik?\";'),('abs','messages:fileexists-forbidden','s:180:\"id:Suatu berkas dengan nama ini telah ada dan tidak dapat ditimpa.\nJika Anda masih ingin mengunggah berkas, silakan ulang kembali dan gunakan nama baru. [[File:$1|thumb|center|$1]]\";'),('abs','messages:fileexists-no-change','s:83:\"id:Unggahan ini adalah salinan persis versi saat ini dari <strong>[[:$1]]</strong>.\";'),('abs','messages:fileexists-shared-forbidden','s:181:\"id:Ditemukan berkas lain dengan nama yang sama di repositori bersama.\nJika Anda tetap ingin mengunggah berkas, harap ulang kembali dan gunakan nama lain.\n[[File:$1|thumb|center|$1]]\";'),('abs','messages:fileexists-thumbnail-yes','s:266:\"id:Berkas ini tampaknya merupakan gambar yang ukurannya diperkecil <em>(miniatur)</em>. [[$1|thumb]]\nHarap periksa berkas <strong>[[:$1]]</strong> tersebut.\nJika ia memang merupakan gambar dalam ukuran aslinya, Anda tidak perlu untuk memuat kembali miniatur lainnya.\";'),('abs','messages:filehist','s:23:\"abs:Berkas pung sejarah\";'),('abs','messages:filehist-comment','s:12:\"abs:Komentar\";'),('abs','messages:filehist-current','s:12:\"abs:sakarang\";'),('abs','messages:filehist-datetime','s:17:\"abs:Tanggal/Waktu\";'),('abs','messages:filehist-deleteall','s:14:\"id:hapus semua\";'),('abs','messages:filehist-deleteone','s:8:\"id:hapus\";'),('abs','messages:filehist-dimensions','s:11:\"abs:Dimensi\";'),('abs','messages:filehist-filesize','s:15:\"id:Besar berkas\";'),('abs','messages:filehist-help','s:65:\"abs:Klik tanggal/waktu par lia akang di tanggal/waktu yang diklik\";'),('abs','messages:filehist-nothumb','s:26:\"id:Miniatur tidak tersedia\";'),('abs','messages:filehist-revert','s:11:\"id:batalkan\";'),('abs','messages:filehist-thumb','s:12:\"abs:Miniatur\";'),('abs','messages:filehist-thumbtext','s:29:\"abs:Miniatur par versi par $1\";'),('abs','messages:filehist-user','s:12:\"abs:Pangguna\";'),('abs','messages:filemissing','s:23:\"id:Berkas tak ditemukan\";'),('abs','messages:filename','s:14:\"id:Nama berkas\";'),('abs','messages:filename-bad-prefix','s:227:\"id:Nama berkas yang Anda unggah diawali dengan <strong>\"$1\"</strong>, yang merupakan nama takdeskriptif yang biasanya diberikan secara otomatis oleh kamera digital. Harap pilih nama lain yang lebih deskriptif untuk berkas Anda.\";'),('abs','messages:filename-prefix-blacklist','s:457:\"id: #<!-- biarkan baris ini seperti adanya --> <pre>\n# Contohnya sebagai berikut:\n#   * Semuanya dari karekter \"#\" sampai akhir baris ini adalah komentar\n#   * Setiap garis \"_\" adalah awalan untuk nama file khas yang diberikan secara otomatis oleh kamera digital\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # beberapa model telpon seluler\nIMG # generik\nJD # Jenoptik\nMGP # Pentax\nPICT # lainnya.\n #</pre> <!-- biarkan baris ini seperti adanya -->\";'),('abs','messages:filename-thumb-name','s:211:\"id:Ini terlihat seperti judul gambar miniatur. Mohon jangan mengunggah gambar mini kembali ke wiki yang sama. Harap perbaiki nama berkas hingga lebih bermakna dan tidak memiliki awalan seperti judul gambar mini.\";'),('abs','messages:filename-toolong','s:55:\"id:Nama berkas tidak boleh lebih panjang dari 240 bita.\";'),('abs','messages:filename-tooshort','s:30:\"id:Nama berkas terlalu pendek.\";'),('abs','messages:filenotfound','s:37:\"id:Tidak dapat menemukan berkas \"$1\".\";'),('abs','messages:filepage-nofile','s:36:\"id:Tidak ada berkas dengan nama ini.\";'),('abs','messages:filepage-nofile-link','s:74:\"id:Tidak ada berkas dengan nama ini, tetapi Anda dapat [$1 mengunggahnya].\";'),('abs','messages:filepage.css','s:116:\"id:/* CSS yang ditempatkan di sini disertakan pada halaman deskripsi berkas, juga disertakan pada klien wiki lain */\";'),('abs','messages:filepageexists','s:290:\"id:Halaman deskripsi untuk berkas ini telah dibuat di <strong>[[:$1]]</strong>, tetapi saat ini tak ditemukan berkas dengan nama tersebut. Ringkasan yang Anda masukkan tidak akan tampil pada halaman deskripsi. Untuk memunculkannya, Anda perlu untuk menyuntingnya secara manual.\n[[$1|thumb]]\";'),('abs','messages:filereadonlyerror','s:147:\"id:Tidak dapat memodifikasi berkas \"$1\" karena file repositori \"$2\" adalah pada mode baca-saja.\n\nPengurus yang menguncinya memberikan alasan: \"$3\".\";'),('abs','messages:filerenameerror','s:54:\"id:Tidak dapat mengubah nama berkas \"$1\" menjadi \"$2\".\";'),('abs','messages:filereuploadsummary','s:20:\"id:Perubahan berkas:\";'),('abs','messages:filerevert','s:14:\"id:Batalkan $1\";'),('abs','messages:filerevert-badversion','s:86:\"id:Tidak ada versi lokal terdahulu dari berkas ini dengan stempel waktu yang dimaksud.\";'),('abs','messages:filerevert-comment','s:10:\"id:Alasan:\";'),('abs','messages:filerevert-defaultcomment','s:39:\"id:Dibatalkan ke versi pada $2, $1 ($3)\";'),('abs','messages:filerevert-identical','s:67:\"id:Versi berkas sekarang telah identik dengan berkas yang terpilih.\";'),('abs','messages:filerevert-intro','s:84:\"id:Anda akan membatalkan <strong>[[Media:$1|$1]]</strong> ke versi [$4 pada $3, $2].\";'),('abs','messages:filerevert-legend','s:18:\"id:Batalkan berkas\";'),('abs','messages:filerevert-submit','s:11:\"id:Batalkan\";'),('abs','messages:filerevert-success','s:78:\"id:<strong>[[Media:$1|$1]]</strong> telah dibatalkan ke versi [$4 pada $3, $2]\";'),('abs','messages:filesource','s:10:\"id:Sumber:\";'),('abs','messages:filestatus','s:20:\"id:Status hak cipta:\";'),('abs','messages:filetype-bad-ie-mime','s:164:\"id:Tidak dapat mengunggah berkas ini karena Internet Explorer mendeteksinya sebagai \"$1\", yang tak diizinkan dan merupakan tipe berkas yang memiliki potensi bahaya.\";'),('abs','messages:filetype-badmime','s:67:\"id:Berkas dengan tipe MIME \"$1\" tidak diperkenankan untuk diunggah.\";'),('abs','messages:filetype-banned','s:29:\"id:Jenis berkas ini dilarang.\";'),('abs','messages:filetype-banned-type','s:222:\"id:<strong>\".$1\"</strong> {{PLURAL:$4|adalah ekstensi berkas yang tidak diizinkan|adalah ekstensi berkas yang tidak diizinkan}}.\n{{PLURAL:$3|Jenis berkas yang diperolehkan adalah|Jenis berkas yang diperolehkan adalah}} $2.\";'),('abs','messages:filetype-mime-mismatch','s:88:\"id:Ekstensi berkas \".$1\" tidak cocok dengan jenis MIME yang terdeteksi dari berkas ($2).\";'),('abs','messages:filetype-missing','s:50:\"id:Berkas tak memiliki ekstensi (misalnya \".jpg\").\";'),('abs','messages:filetype-unwanted-type','s:159:\"id:<strong>\".$1\"</strong> termasuk jenis berkas yang tidak diizinkan.\n{{PLURAL:$3|Jenis berkas yang disarankan adalah|Jenis berkas yang disarankan adalah}} $2.\";'),('abs','messages:fileuploadsummary','s:13:\"id:Ringkasan:\";'),('abs','messages:filewasdeleted','s:130:\"id:Suatu berkas dengan nama ini pernah diunggah dan selanjutnya dihapus. Harap periksa $1 sebelum mengunggah lagi berkas tersebut.\";'),('abs','messages:fix-double-redirects','s:55:\"id:Perbaiki semua pengalihan ganda yang mungkin terjadi\";'),('abs','messages:formatnum-nan','s:14:\"id:Bukan Angka\";'),('abs','messages:formerror','s:46:\"id:Kesalahan: Tidak dapat mengirimkan formulir\";'),('abs','messages:fri','s:7:\"abs:Jum\";'),('abs','messages:friday','s:9:\"abs:Jumat\";'),('abs','messages:friday-at','s:17:\"id:Jumat pukul $1\";'),('abs','messages:gallery-slideshow-toggle','s:26:\"id:Beralih  \'\'thumbnails\'\'\";'),('abs','messages:gender-female','s:42:\"id:Dia (perempuan) menyunting halaman wiki\";'),('abs','messages:gender-male','s:42:\"id:Dia (laki-laki) menyunting halaman wiki\";'),('abs','messages:gender-notknown','s:33:\"id:Mereka menyunting halaman wiki\";'),('abs','messages:gender-unknown','s:97:\"id:Ketika menyebut Anda, perangkat lunak akan menggunakan kata-kata yang netral ketika diperlukan\";'),('abs','messages:generic-pool-error','s:178:\"abs:Aoe, mohon maaf jua e, server dong sakaran ada sibuk. Talalu banya pangguna yang coba mo balia akang sumber. Tunggu sadiki do sabalong Ale coba akses akang kintal sakali lai.\";'),('abs','messages:go','s:10:\"id:Tuju ke\";'),('abs','messages:googleanalytics-desc','s:98:\"id:Menambahkan skrip Google Analytics (ga.js) ke halaman-halaman MediaWiki untuk tujuan penjejakan\";'),('abs','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('abs','messages:gotointerwiki','s:28:\"id:Meninggalkan {{SITENAME}}\";'),('abs','messages:gotointerwiki-external','s:116:\"id:Anda akan meninggalkan {{SITENAME}} untuk mengunjungi [[$2]], yang merupakan situs lain.\n\n\'\'\'[$1 Lanjut ke $1]\'\'\'\";'),('abs','messages:gotointerwiki-invalid','s:34:\"id:Judul yang ditentukan tidak sah\";'),('abs','messages:grant-basic','s:14:\"id:Akses dasar\";'),('abs','messages:grant-blockusers','s:45:\"id:Memblokir dan membuka pemblokiran pengguna\";'),('abs','messages:grant-createaccount','s:15:\"id:Membuat akun\";'),('abs','messages:grant-createeditmovepage','s:46:\"id:Membuat, menyunting dan memindahkan halaman\";'),('abs','messages:grant-delete','s:43:\"id:Menghapus halaman, revisi, dan log entri\";'),('abs','messages:grant-editinterface','s:70:\"id:Menyunting ruang nama MediaWiki dan JSON pengguna/keseluruhan situs\";'),('abs','messages:grant-editmycssjs','s:46:\"id:Menyunting halaman CSS/JSON/JavaScript Anda\";'),('abs','messages:grant-editmyoptions','s:59:\"id:Menyunting preferensi pengguna Anda dan konfigurasi JSON\";'),('abs','messages:grant-editmywatchlist','s:34:\"id:Menyunting daftar pantauan Anda\";'),('abs','messages:grant-editpage','s:30:\"id:Menyunting halaman yang ada\";'),('abs','messages:grant-editprotected','s:37:\"id:Menyunting halaman yang dilindungi\";'),('abs','messages:grant-editsiteconfig','s:50:\"id:Sunting CSS/JS pengguna untuk keseluruhan situs\";'),('abs','messages:grant-generic','s:24:\"id:\"$1\" bundel hak akses\";'),('abs','messages:grant-group-administration','s:35:\"id:Melakukan tindakan administratif\";'),('abs','messages:grant-group-customization','s:29:\"id:Kustomisasi dan preferensi\";'),('abs','messages:grant-group-email','s:17:\"id:Mengirim surel\";'),('abs','messages:grant-group-file-interaction','s:28:\"id:Berinteraksi dengan media\";'),('abs','messages:grant-group-high-volume','s:43:\"id:Melakukan aktivitas dengan volume tinggi\";'),('abs','messages:grant-group-other','s:22:\"id:Aktivitas lain-lain\";'),('abs','messages:grant-group-page-interaction','s:30:\"id:Berinteraksi dengan halaman\";'),('abs','messages:grant-group-private-information','s:38:\"id:Mengakses data pribadi tentang Anda\";'),('abs','messages:grant-group-watchlist-interaction','s:43:\"id:Berinteraksi dengan daftar pantauan Anda\";'),('abs','messages:grant-highvolume','s:34:\"id:Menyunting dengan volume tinggi\";'),('abs','messages:grant-import','s:19:\"id:Mengimpor revisi\";'),('abs','messages:grant-mergehistory','s:32:\"id:Menggabungkan sejarah halaman\";'),('abs','messages:grant-oversight','s:40:\"id:Menyembunyikan pengguna dan revisinya\";'),('abs','messages:grant-patrol','s:30:\"id:Menandai halaman terpatroli\";'),('abs','messages:grant-privateinfo','s:30:\"id:Mengakses informasi pribadi\";'),('abs','messages:grant-protect','s:46:\"id:Melindungi dan membuka perlindungan halaman\";'),('abs','messages:grant-rollback','s:37:\"id:Membalikkan perubahan pada halaman\";'),('abs','messages:grant-sendemail','s:38:\"id:Mengirim surel kepada pengguna lain\";'),('abs','messages:grant-uploadeditmovefile','s:48:\"id:Mengunggah, mengganti, dan memindahkan berkas\";'),('abs','messages:grant-uploadfile','s:25:\"id:Mengunggah berkas baru\";'),('abs','messages:grant-viewdeleted','s:42:\"id:Melihat halaman dan berkas yang dihapus\";'),('abs','messages:grant-viewmywatchlist','s:29:\"id:Lihat daftar pantauan Anda\";'),('abs','messages:grant-viewrestrictedlogs','s:27:\"id:Lihat entri log terbatas\";'),('abs','messages:group','s:12:\"id:Kelompok:\";'),('abs','messages:group-all','s:10:\"id:(semua)\";'),('abs','messages:group-autoconfirmed','s:34:\"id:Pengguna terkonfirmasi otomatis\";'),('abs','messages:group-autoconfirmed-member','s:48:\"id:{{GENDER:$1|pengguna terkonfirmasi otomatis}}\";'),('abs','messages:group-autoconfirmed.css','s:71:\"id:/* CSS di sini hanya mempengaruhi pengguna terkonfirmasi otomatis */\";'),('abs','messages:group-autoconfirmed.js','s:87:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk pengguna terkonfirmasi otomatis */\";'),('abs','messages:group-bot','s:6:\"id:Bot\";'),('abs','messages:group-bot-member','s:20:\"id:{{GENDER:$1|bot}}\";'),('abs','messages:group-bot.css','s:43:\"id:/* CSS di sini hanya mempengaruhi bot */\";'),('abs','messages:group-bot.js','s:59:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk bot */\";'),('abs','messages:group-bureaucrat','s:11:\"id:Birokrat\";'),('abs','messages:group-bureaucrat-member','s:25:\"id:{{GENDER:$1|birokrat}}\";'),('abs','messages:group-bureaucrat.css','s:48:\"id:/* CSS di sini hanya mempengaruhi birokrat */\";'),('abs','messages:group-bureaucrat.js','s:64:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk birokrat */\";'),('abs','messages:group-interface-admin','s:21:\"id:Pengurus antarmuka\";'),('abs','messages:group-interface-admin-member','s:35:\"id:{{GENDER:$1|pengurus antarmuka}}\";'),('abs','messages:group-membership-link-with-expiry','s:17:\"id:$1 (sampai $2)\";'),('abs','messages:group-named','s:21:\"id:Pengguna terdaftar\";'),('abs','messages:group-suppress','s:11:\"id:Pengawas\";'),('abs','messages:group-suppress-member','s:25:\"id:{{GENDER:$1|pengawas}}\";'),('abs','messages:group-sysop','s:11:\"id:Pengurus\";'),('abs','messages:group-sysop-member','s:25:\"id:{{GENDER:$1|pengurus}}\";'),('abs','messages:group-sysop.css','s:48:\"id:/* CSS di sini hanya mempengaruhi pengurus */\";'),('abs','messages:group-sysop.js','s:64:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk pengurus */\";'),('abs','messages:group-user','s:11:\"id:Pengguna\";'),('abs','messages:group-user-member','s:25:\"id:{{GENDER:$1|pengguna}}\";'),('abs','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('abs','messages:group-user.js','s:79:\"id:/* Semua Skrip Java di sini hanya dimuatkan untuk pengguna terdaftar saja */\";'),('abs','messages:grouppage-autoconfirmed','s:49:\"id:{{ns:project}}:Pengguna terkonfirmasi otomatis\";'),('abs','messages:grouppage-bot','s:21:\"id:{{ns:project}}:Bot\";'),('abs','messages:grouppage-bureaucrat','s:26:\"id:{{ns:project}}:Birokrat\";'),('abs','messages:grouppage-interface-admin','s:36:\"id:{{ns:project}}:Pengurus antarmuka\";'),('abs','messages:grouppage-named','s:36:\"id:{{ns:project}}:Pengguna terdaftar\";'),('abs','messages:grouppage-suppress','s:26:\"id:{{ns:project}}:Pengawas\";'),('abs','messages:grouppage-sysop','s:26:\"id:{{ns:project}}:Pengurus\";'),('abs','messages:grouppage-user','s:26:\"id:{{ns:project}}:Pengguna\";'),('abs','messages:guesstimezone','s:29:\"id:Isikan dari penjelajah web\";'),('abs','messages:headline-anchor-title','s:24:\"id:Pranala ke bagian ini\";'),('abs','messages:hebrew-calendar-m1','s:9:\"id:Tisyri\";'),('abs','messages:hebrew-calendar-m1-gen','s:9:\"id:Tisyri\";'),('abs','messages:hebrew-calendar-m10','s:8:\"id:Tamus\";'),('abs','messages:hebrew-calendar-m10-gen','s:8:\"id:Tamus\";'),('abs','messages:hebrew-calendar-m11','s:5:\"id:Ab\";'),('abs','messages:hebrew-calendar-m11-gen','s:5:\"id:Ab\";'),('abs','messages:hebrew-calendar-m12','s:7:\"id:Elul\";'),('abs','messages:hebrew-calendar-m12-gen','s:7:\"id:Elul\";'),('abs','messages:hebrew-calendar-m2','s:14:\"id:Markhesywan\";'),('abs','messages:hebrew-calendar-m2-gen','s:14:\"id:Markhesywan\";'),('abs','messages:hebrew-calendar-m3','s:9:\"id:Kislew\";'),('abs','messages:hebrew-calendar-m3-gen','s:9:\"id:Kislew\";'),('abs','messages:hebrew-calendar-m4','s:8:\"id:Tebet\";'),('abs','messages:hebrew-calendar-m4-gen','s:8:\"id:Tebet\";'),('abs','messages:hebrew-calendar-m5','s:9:\"id:Syebat\";'),('abs','messages:hebrew-calendar-m5-gen','s:9:\"id:Syebat\";'),('abs','messages:hebrew-calendar-m6','s:7:\"id:Adar\";'),('abs','messages:hebrew-calendar-m6-gen','s:7:\"id:Adar\";'),('abs','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('abs','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('abs','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('abs','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('abs','messages:hebrew-calendar-m7','s:8:\"id:Nisan\";'),('abs','messages:hebrew-calendar-m7-gen','s:8:\"id:Nisan\";'),('abs','messages:hebrew-calendar-m8','s:7:\"id:Iyar\";'),('abs','messages:hebrew-calendar-m8-gen','s:7:\"id:Iyar\";'),('abs','messages:hebrew-calendar-m9','s:8:\"id:Siwan\";'),('abs','messages:hebrew-calendar-m9-gen','s:8:\"id:Siwan\";'),('abs','messages:help','s:15:\"abs:Pertolongan\";'),('abs','messages:help-mediawiki','s:28:\"id:Bantuan tentang MediaWiki\";'),('abs','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('abs','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('abs','messages:helppage-top-gethelp','s:10:\"id:Bantuan\";'),('abs','messages:hidden-categories','s:37:\"abs:{{PLURAL:$1|Kategori tasambunyi}}\";'),('abs','messages:hidden-category-category','s:23:\"id:Kategori tersembunyi\";'),('abs','messages:hidden-category-category-desc','s:181:\"id:Kategori ini berisi <code><nowiki>__HIDDENCAT__</nowiki></code> di dalam konten laman, yang secara baku mencegah kategori ini muncul di kotak tautan kategori pada laman tersebut.\";'),('abs','messages:hiddencategories','s:89:\"abs:Akang kintal, anggota dar {{PLURAL:$1|1 kategori tasambunyi|$1 kategori tasambunyi}}:\";'),('abs','messages:hide','s:16:\"abs:Jang kas lia\";'),('abs','messages:hidetoc','s:14:\"id:sembunyikan\";'),('abs','messages:hijri-calendar-m1','s:10:\"id:Muharam\";'),('abs','messages:hijri-calendar-m10','s:9:\"id:Syawal\";'),('abs','messages:hijri-calendar-m11','s:12:\"id:Zulkaidah\";'),('abs','messages:hijri-calendar-m12','s:11:\"id:Zulhijah\";'),('abs','messages:hijri-calendar-m2','s:8:\"id:Safar\";'),('abs','messages:hijri-calendar-m3','s:13:\"id:Rabiulawal\";'),('abs','messages:hijri-calendar-m4','s:14:\"id:Rabiulakhir\";'),('abs','messages:hijri-calendar-m5','s:14:\"id:Jumadilawal\";'),('abs','messages:hijri-calendar-m6','s:15:\"id:Jumadilakhir\";'),('abs','messages:hijri-calendar-m7','s:8:\"id:Rajab\";'),('abs','messages:hijri-calendar-m8','s:10:\"id:Syakban\";'),('abs','messages:hijri-calendar-m9','s:10:\"id:Ramadan\";'),('abs','messages:hist','s:9:\"abs:versi\";'),('abs','messages:histfirst','s:15:\"abs:paleng lama\";'),('abs','messages:histlast','s:15:\"abs:paleng baru\";'),('abs','messages:histlegend','s:335:\"id:Pemilihan perbedaan: Tandai tombol radio dari revisi untuk membandingkan dan tekan enter atau tombol di bagian bawah. <br />\nKeterangan: <strong>({{int:cur}})</strong> = perbedaan dengan revisi terbaru, <strong>({{int:last}})</strong> = perbedaan dengan revisi sebelumnya, <strong>{{int:minoreditletter}}</strong> = suntingan kecil.\";'),('abs','messages:history','s:18:\"abs:Sejarah kintal\";'),('abs','messages:history-edit-tags','s:40:\"id:Sunting tag dari revisi yang terpilih\";'),('abs','messages:history-empty','s:45:\"id:Tidak ditemukan adanya revisi yang sesuai.\";'),('abs','messages:history-feed-description','s:48:\"abs:Akang kintal pung sejarah revisi dalang wiki\";'),('abs','messages:history-feed-empty','s:181:\"id:Halaman yang diminta tak ditemukan.\nKemungkinan telah dihapus dari wiki, atau diberi nama baru.\nCoba [[Special:Search|lakukan pencarian di wiki]] untuk halaman baru yang relevan.\";'),('abs','messages:history-feed-item-nocomment','s:16:\"abs:$1 dalang $2\";'),('abs','messages:history-feed-title','s:18:\"abs:Sejarah revisi\";'),('abs','messages:history-fieldset-title','s:15:\"abs:Cari revisi\";'),('abs','messages:history-show-deleted','s:27:\"id:Revisi yang dihapus saja\";'),('abs','messages:history-title','s:30:\"abs:Sejarah parobahan dar \"$1\"\";'),('abs','messages:history_copyright','s:4:\"en:-\";'),('abs','messages:history_short','s:14:\"abs:Versi lama\";'),('abs','messages:history_small','s:10:\"id:riwayat\";'),('abs','messages:historyaction-submit','s:19:\"id:Tampilkan revisi\";'),('abs','messages:historyempty','s:9:\"id:kosong\";'),('abs','messages:historysize','s:31:\"id:($1 {{PLURAL:$1|bita|bita}})\";'),('abs','messages:historywarning','s:96:\"id:<strong>Peringatan:</strong> Laman yang akan Anda hapus memiliki riwayat dengan $1 perubahan:\";'),('abs','messages:hookaborted','s:69:\"id:Modifikasi yang coba Anda lakukan dibatalkan oleh sebuah ekstensi.\";'),('abs','messages:hours','s:30:\"id:{{PLURAL:$1|$1 jam|$1 jam}}\";'),('abs','messages:hours-abbrev','s:7:\"id:$1 j\";'),('abs','messages:hours-ago','s:33:\"id:$1 {{PLURAL:$1|jam}} yang lalu\";'),('abs','messages:htmlform-chosen-placeholder','s:13:\"id:Pilih opsi\";'),('abs','messages:htmlform-cloner-create','s:25:\"id:Tambahkan lebih banyak\";'),('abs','messages:htmlform-cloner-delete','s:8:\"id:Hapus\";'),('abs','messages:htmlform-cloner-required','s:40:\"id:Paling sedikit satu nilai diperlukan.\";'),('abs','messages:htmlform-date-invalid','s:96:\"id:Nilai yang diberikan tidak dikenali sebagai tanggal. Coba lagi menggunakan format TTTT-BB-HH.\";'),('abs','messages:htmlform-date-placeholder','s:13:\"id:HH-BB-TTTT\";'),('abs','messages:htmlform-date-toohigh','s:83:\"id:Nilai yang Anda masukkan adalah setelah tanggal paling akhir  yang dibolehkan $1\";'),('abs','messages:htmlform-date-toolow','s:81:\"id:Nilai yang Anda masukkan adalah sebelum tanggal paling dini yang dibolehkan $1\";'),('abs','messages:htmlform-datetime-invalid','s:109:\"id:Nilai yang Anda masukkan tidak dikenali sebagai tanggal dan waktu. Coba gunakan format YYYY-MM-DD HH:MM:SS\";'),('abs','messages:htmlform-datetime-placeholder','s:22:\"id:TTTT-BB-HH JJ:MM:DD\";'),('abs','messages:htmlform-datetime-toohigh','s:100:\"id:Nilai yang Anda masukan telah terlewati setelah tanggal dan waktu terakhir yang diperbolehkan $1.\";'),('abs','messages:htmlform-datetime-toolow','s:94:\"id:Nilai yang Anda tentukan berada sebelum tanggal dan waktu paling awal yang diperbolehkan $1\";'),('abs','messages:htmlform-float-invalid','s:44:\"id:Yang Anda masukkan bukan merupakan angka.\";'),('abs','messages:htmlform-int-invalid','s:42:\"id:Nilai yang Anda masukkan bukan integer.\";'),('abs','messages:htmlform-int-toohigh','s:54:\"id:Nilai yang Anda masukkan melebihi nilai maksimum $1\";'),('abs','messages:htmlform-int-toolow','s:68:\"id:Nilai yang Anda masukkan terlalu rendah di bawah nilai minimum $1\";'),('abs','messages:htmlform-invalid-input','s:42:\"id:Ada kesalahan dalam beberapa input Anda\";'),('abs','messages:htmlform-multiselect-toomany','s:54:\"id:Nilai yang Anda masukkan melebihi nilai maksimum $1\";'),('abs','messages:htmlform-no','s:8:\"id:Tidak\";'),('abs','messages:htmlform-required','s:15:\"id:Wajib diisi.\";'),('abs','messages:htmlform-reset','s:21:\"id:Balikkan perubahan\";'),('abs','messages:htmlform-select-badoption','s:37:\"id:Nilai yang Anda masukkan tidak sah\";'),('abs','messages:htmlform-selectorother-other','s:12:\"id:Lain-lain\";'),('abs','messages:htmlform-submit','s:8:\"id:Kirim\";'),('abs','messages:htmlform-tag-not-allowed','s:40:\"id:$1 merupakan tag yang tidak diizinkan\";'),('abs','messages:htmlform-time-invalid','s:90:\"id:Nilai yang Anda tentukan bukan waktu yang dikenali. Cobalah menggunakan format HH:MM:SS\";'),('abs','messages:htmlform-time-placeholder','s:11:\"id:JJ:MM:DD\";'),('abs','messages:htmlform-time-toohigh','s:79:\"id:Nilai yang Anda tentukan adalah setelah waktu paling baru yang dibolehkan $1\";'),('abs','messages:htmlform-time-toolow','s:79:\"id:Nilai yang Anda tentukan adalah sebelum waktu paling dini yang dibolehkan $1\";'),('abs','messages:htmlform-title-badnamespace','s:53:\"id:[[:$1]] tidak berada dalam ruang nama \"{{ns:$2}}\".\";'),('abs','messages:htmlform-title-interwiki','s:58:\"id:$1 merupakan judul interwiki, harus berupa judul lokal.\";'),('abs','messages:htmlform-title-not-creatable','s:55:\"id:\"$1\" bukan merupakan judul halaman yang dapat dibuat\";'),('abs','messages:htmlform-title-not-exists','s:16:\"id:$1 tidak ada.\";'),('abs','messages:htmlform-user-not-exists','s:33:\"id:<strong>$1</strong> tidak ada.\";'),('abs','messages:htmlform-user-not-valid','s:57:\"id:<strong>$1</strong> bukan merupakan nama pengguna sah.\";'),('abs','messages:htmlform-yes','s:5:\"id:Ya\";'),('abs','messages:http-bad-status','s:50:\"id:Ada masalah saat permintaan halaman HTTP: $1 $2\";'),('abs','messages:http-curl-error','s:35:\"id:Kesalahan saat mengambil URL: $1\";'),('abs','messages:http-internal-error','s:23:\"id:Galat internal HTTP.\";'),('abs','messages:http-invalid-scheme','s:40:\"id:URL dengan skema \"$1\" tidak didukung.\";'),('abs','messages:http-invalid-url','s:20:\"id:URL tidak sah: $1\";'),('abs','messages:http-read-error','s:28:\"id:Kesalahan pembacaan HTTP.\";'),('abs','messages:http-request-error','s:63:\"id:Permintaan HTTP gagal karena kesalahan yang tidak diketahui.\";'),('abs','messages:http-timed-out','s:33:\"id:Permintaan HTTP lewat tenggat.\";'),('abs','messages:ignorewarning','s:49:\"id:Abaikan peringatan dan langsung simpan berkas.\";'),('abs','messages:ignorewarnings','s:29:\"id:Abaikan peringatan apa pun\";'),('abs','messages:illegal-filename','s:35:\"id:Nama berkas tidak diperbolehkan.\";'),('abs','messages:illegalfilename','s:153:\"id:Nama berkas \"$1\" mengandung aksara yang tidak diperbolehkan ada dalam judul halaman. Silakan ubah nama berkas tersebut dan coba mengunggahnya kembali.\";'),('abs','messages:ilsubmit','s:7:\"id:Cari\";'),('abs','messages:imageinvalidfilename','s:31:\"id:Nama berkas tujuan tidak sah\";'),('abs','messages:imagelinks','s:20:\"id:Penggunaan berkas\";'),('abs','messages:imagelisttext','s:80:\"id:Di bawah ini adalah daftar \'\'\'$1\'\'\' {{PLURAL:$1|berkas|berkas}} diurutkan $2.\";'),('abs','messages:imagemaxsize','s:54:\"id:Batas ukuran gambar untuk halaman deskripsi berkas:\";'),('abs','messages:imagenocrossnamespace','s:58:\"id:Tidak dapat memindahkan berkas ke ruang nama non-berkas\";'),('abs','messages:imagepage','s:26:\"abs:Lia berkas pung kintal\";'),('abs','messages:imagetypemismatch','s:57:\"id:Ekstensi yang diberikan tidak cocok dengan tipe berkas\";'),('abs','messages:img-auth-accessdenied','s:16:\"id:Akses ditolak\";'),('abs','messages:img-auth-badtitle','s:50:\"id:Tidak dapat membangun judul yang sah dari \"$1\".\";'),('abs','messages:img-auth-isdir','s:73:\"id:Anda mencoba mengakses direktori \"$1\".\nHanya akses berkas di bolehkan.\";'),('abs','messages:img-auth-nofile','s:25:\"id:Berkas \"$1\" tidak ada.\";'),('abs','messages:img-auth-noread','s:52:\"id:Pengguna tidak memiliki akses untuk membaca \"$1\".\";'),('abs','messages:img-auth-notindir','s:58:\"id:Alur yang diminta tidak diatur dalam direktori ungahan.\";'),('abs','messages:img-auth-public','s:160:\"id:Fungsi dari img_auth.php adalah mengeluarkan berkas dari wiki pribadi.\nWiki ini diatur sebagai wiki umum.\nUntuk keamanan optimal, img_auth.php dinonaktifkan.\";'),('abs','messages:img-auth-streaming','s:20:\"id:Menyalurkan \"$1\".\";'),('abs','messages:img-lang-default','s:19:\"id:(bahasa default)\";'),('abs','messages:img-lang-go','s:10:\"id:Tuju ke\";'),('abs','messages:img-lang-info','s:34:\"id:Jadikan gambar ini dalam $1. $2\";'),('abs','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('abs','messages:imgfile','s:10:\"abs:berkas\";'),('abs','messages:imgmultigo','s:16:\"id:Lihat halaman\";'),('abs','messages:imgmultigoto','s:22:\"id:Pergi ke halaman $1\";'),('abs','messages:imgmultipagenext','s:26:\"id:halaman selanjutnya →\";'),('abs','messages:imgmultipageprev','s:25:\"id:← halaman sebelumnya\";'),('abs','messages:immobile-source-namespace','s:56:\"id:Tidak dapat memindahkan halaman dalam ruang nama \"$1\"\";'),('abs','messages:immobile-source-namespace-iw','s:64:\"id:Halaman pada wiki lain tidak dapat dipindahkan dari wiki ini.\";'),('abs','messages:immobile-source-page','s:39:\"id:Halaman ini tidak dapat dipindahkan.\";'),('abs','messages:immobile-target-namespace','s:53:\"id:Tidak dapat memindahkan halaman ke ruang nama \"$1\"\";'),('abs','messages:immobile-target-namespace-iw','s:73:\"id:Pranala interwiki bukanlah target yang valid untuk pemindahan halaman.\";'),('abs','messages:immobile-target-page','s:52:\"id:Tidak dapat memindahkan ke judul tujuan tersebut.\";'),('abs','messages:import','s:16:\"id:Impor halaman\";'),('abs','messages:import-assign-known-users','s:96:\"id:Berikan suntingan-suntingan ke pengguna lokal, untuk nama-nama pengguna yang ada di wiki ini.\";'),('abs','messages:import-comment','s:12:\"id:Komentar:\";'),('abs','messages:import-error-bad-location','s:132:\"id:Revisi $2 menggunakan konten model $3 tidak dapat disimpan di \"$1\" di wiki ini karena model tidak didukung pada halaman tersebut.\";'),('abs','messages:import-error-edit','s:78:\"id:Halaman \"$1\" tidak diimpor karena Anda tidak diizinkan untuk menyuntingnya.\";'),('abs','messages:import-error-interwiki','s:95:\"id:Halaman \" $1 \" tidak diimpor karena namanya dicadangkan untuk pranala eksternal (interwiki).\";'),('abs','messages:import-error-invalid','s:57:\"id:Halaman \"$1\" tidak diimpor karena namanya tidak valid.\";'),('abs','messages:import-error-special','s:99:\"id:Halaman \"$1\" tidak diimpor karena milik ruang nama khusus yang tidak mengizinkan adanya halaman.\";'),('abs','messages:import-error-unserialize','s:123:\"id:Revisi  $2  halaman \" $1 \" tidak bisa diurutkan. Revisi dilaporkan untuk menggunakan konten model $3 urutan sebagai $4 .\";'),('abs','messages:import-interwiki-history','s:38:\"id:Salin semua revisi dari halaman ini\";'),('abs','messages:import-interwiki-sourcepage','s:18:\"id:Sumber halaman:\";'),('abs','messages:import-interwiki-sourcewiki','s:15:\"id:Wiki sumber:\";'),('abs','messages:import-interwiki-submit','s:8:\"id:Impor\";'),('abs','messages:import-interwiki-templates','s:58:\"id:Sertakan semua templat dan halaman yang ditransklusikan\";'),('abs','messages:import-interwiki-text','s:202:\"id:Pilih suatu wiki dan judul halaman yang akan di impor.\nTanggal revisi dan nama penyunting akan dipertahankan.\nSemua aktivitas impor dari wiki lainnya akan dicatat di [[Special:Log/import|log impor]].\";'),('abs','messages:import-invalid-interwiki','s:44:\"id:Tidak dapat mengimpor dari wiki tersebut.\";'),('abs','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('abs','messages:import-logentry-interwiki-detail','s:42:\"id:$1 {{PLURAL:$1|revisi}} diimpor dari $2\";'),('abs','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('abs','messages:import-logentry-upload-detail','s:41:\"id:$1 {{PLURAL:$1|revisi|revisi}} diimpor\";'),('abs','messages:import-mapping-default','s:27:\"id:Impor ke ruang nama awal\";'),('abs','messages:import-mapping-namespace','s:23:\"id:Impor ke ruang nama:\";'),('abs','messages:import-mapping-subpage','s:49:\"id:Impor sebagai subhalaman dari halaman berikut:\";'),('abs','messages:import-noarticle','s:38:\"id:Tak ada halaman yang dapat diimpor!\";'),('abs','messages:import-nonewrevisions','s:91:\"id:Tidak ada revisi yang diimpor (semua revisi telah ada atau dilewatkan karena kesalahan).\";'),('abs','messages:import-options-wrong','s:53:\"id:{{PLURAL:$2|Opsi|Opsi}} salah: <nowiki>$1</nowiki>\";'),('abs','messages:import-parse-failure','s:25:\"id:Proses impor XML gagal\";'),('abs','messages:import-revision-count','s:33:\"id:$1 {{PLURAL:$1|revisi|revisi}}\";'),('abs','messages:import-rootpage-invalid','s:58:\"id:Halaman turunan yang diberikan adalah judul yang salah.\";'),('abs','messages:import-rootpage-nosubpage','s:67:\"id:Ruang nama \"$1\" di halaman turunan tidak mengizinkan subhalaman.\";'),('abs','messages:import-summary','s:3:\"en:\";'),('abs','messages:import-token-mismatch','s:297:\"id:Kehilangan data sesi.\n\nAnda mungkin telah keluar log. \'\'\'Mohon pastikan bahwa Anda masih masuk log dan cobalah kembali\'\'\'. Apabila masih belum berhasil, cobalah [[Special:UserLogout|keluar log]] dan masuk log kembali, dan periksalah apakah peramban web Anda mengizinkan kuki dari situs web ini.\";'),('abs','messages:import-upload','s:18:\"id:Memuat data XML\";'),('abs','messages:import-upload-filename','s:15:\"id:Nama berkas:\";'),('abs','messages:import-upload-username-prefix','s:20:\"id:Awalan interwiki:\";'),('abs','messages:importbadinterwiki','s:26:\"id:Pranala interwiki rusak\";'),('abs','messages:importcantopen','s:34:\"id:Berkas impor tidak dapat dibuka\";'),('abs','messages:imported-log-entries','s:54:\"id:Telah diimpor $1 {{PLURAL:$1|entri log|entri log}}.\";'),('abs','messages:importfailed','s:18:\"id:Impor gagal: $1\";'),('abs','messages:importinterwiki','s:31:\"id:Impor dari wiki yang lainnya\";'),('abs','messages:importlogpage','s:12:\"id:Log impor\";'),('abs','messages:importlogpagetext','s:113:\"id:Di bawah ini adalah log impor administratif dari halaman-halaman, berikut riwayat suntingannya dari wiki lain.\";'),('abs','messages:importnofile','s:51:\"id:Tidak ada berkas sumber impor yang telah dimuat.\";'),('abs','messages:importnopages','s:35:\"id:Tidak ada halaman untuk diimpor.\";'),('abs','messages:importnoprefix','s:35:\"id:Awalan interwiki tidak ditemukan\";'),('abs','messages:importnosources','s:113:\"id:Tidak ada wiki dari yang diimpor yang telah dibuat dan pemuatan riwayat secara langsung telah di non-aktifkan.\";'),('abs','messages:importstart','s:23:\"id:Mengimpor halaman...\";'),('abs','messages:importsuccess','s:16:\"id:Impor sukses!\";'),('abs','messages:importtext','s:141:\"id:Silakan ekspor berkas dari wiki sumber dengan menggunakan [[Special:Export|fasilitas ekspor]].\nSimpan ke komputer Anda dan unggah ke sini.\";'),('abs','messages:importunknownsource','s:30:\"id:Sumber impor tidak dikenali\";'),('abs','messages:importuploaderrorpartial','s:75:\"id:Pemuatan berkas impor gagal. Hanya sebagian berkas yang berhasil dimuat.\";'),('abs','messages:importuploaderrorsize','s:81:\"id:Pemuatan berkas impor gagal. Ukuran berkas melebihi ukuran yang diperbolehkan.\";'),('abs','messages:importuploaderrortemp','s:64:\"id:Pemuatan berkas gagal. Sebuah direktori sementara dibutuhkan.\";'),('abs','messages:index-category','s:24:\"id:Halaman yang diindeks\";'),('abs','messages:index-category-desc','s:202:\"id:Halaman ini memiliki <code><nowiki>__INDEX__</nowiki></code> di atasnya (dan dalam ruang nama yang mana bendera yang diperbolehkan), dan karenanya diindeks oleh robot di mana itu biasanya tidak akan.\";'),('abs','messages:infiniteblock','s:15:\"id:tak terbatas\";'),('abs','messages:intentionallyblankpage','s:107:\"id:Halaman ini sengaja dibiarkan kosong dan digunakan di antaranya untuk pengukuran kinerja, dan lain-lain.\";'),('abs','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('abs','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('abs','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('abs','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('abs','messages:internalerror','s:21:\"id:Kesalahan internal\";'),('abs','messages:internalerror-fatal-exception','s:30:\"id:Kekecualian fatal tipe \"$1\"\";'),('abs','messages:internalerror_info','s:25:\"id:Kesalahan internal: $1\";'),('abs','messages:invalid-chunk-offset','s:29:\"id:Ofset potongan tidak valid\";'),('abs','messages:invalid-content-data','s:24:\"id:Data konten tidak sah\";'),('abs','messages:invalid-indicator-name','s:77:\"id:\'\'\'Galat:\'\'\' Atribut \'\'nama\'\' indikator status halaman tidak boleh kosong.\";'),('abs','messages:invalid-json-data','s:23:\"id:JSON tidak valid: $1\";'),('abs','messages:invalid-langconvert-attrs','s:203:\"id:<strong>Galat:</strong> Atribut tag Langconvert <code>from</code> dan <code>to</code> tidak boleh kosong dan harus mengandung kode untuk varian yang dapat diterjemahkan dari bahasa yang sama.</strong>\";'),('abs','messages:invalidateemail','s:28:\"id:Batalkan konfirmasi surel\";'),('abs','messages:invalidemailaddress','s:154:\"id:Alamat surel ini tidak dapat diterima karena formatnya tidak sesuai.\nHarap masukkan alamat surel dalam format yang benar atau kosongkan isian tersebut.\";'),('abs','messages:invalidtitle','s:18:\"id:Judul tidak sah\";'),('abs','messages:invalidtitle-knownnamespace','s:60:\"id:Judul yang tidak sah dengan ruang nama \"$2\" dan teks \"$3\"\";'),('abs','messages:invalidtitle-unknownnamespace','s:80:\"id:Judul yang tidak sah dengan nomor ruang nama tidak diketahui $1 dan teks \"$2\"\";'),('abs','messages:invert','s:33:\"abs:Kas kombale yang ale su pilih\";'),('abs','messages:ip_range_exceeded','s:82:\"id:Jangkauan alamat IP melampaui batas maksimum. Jangakaun yang diperbolehkan: /$1\";'),('abs','messages:ip_range_invalid','s:21:\"id:Blok IP tidak sah.\";'),('abs','messages:ip_range_toolarge','s:57:\"id:Rentang blok lebih besar dari /$1 tidak diperbolehkan.\";'),('abs','messages:ip_range_toolow','s:45:\"id:Rentang IP secara efektif tidak diizinkan.\";'),('abs','messages:ipaddressorusername','s:41:\"id:Alamat IP, nama pengguna atau blok ID:\";'),('abs','messages:ipb-action-create','s:18:\"id:Buat laman baru\";'),('abs','messages:ipb-action-move','s:24:\"id:Mengubah nama halaman\";'),('abs','messages:ipb-action-upload','s:20:\"id:Mengunggah berkas\";'),('abs','messages:ipb-block-not-found','s:229:\"id:Pemblokiran tidak bisa dilakukan, tetapi tidak ada pemblokiran yang ditemukan untuk \"$1\". Jika masalah ini terus berlanjut, silakan [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users laporkan di sini].\";'),('abs','messages:ipb-blockingself','s:73:\"id:Anda akan memblokir diri sendiri! Apakah Anda yakin akan melakukannya?\";'),('abs','messages:ipb-blocklist','s:31:\"id:Lihat blokir yang diterapkan\";'),('abs','messages:ipb-blocklist-contribs','s:36:\"id:Kontribusi untuk {{GENDER:$1|$1}}\";'),('abs','messages:ipb-blocklist-duration-left','s:13:\"id:Tersisa $1\";'),('abs','messages:ipb-change-block','s:57:\"id:Blokir kembali pengguna dengan set konfigurasi berikut\";'),('abs','messages:ipb-confirm','s:20:\"id:Konfirmasi blokir\";'),('abs','messages:ipb-confirmaction','s:108:\"id:Jika Anda yakin Anda benar-benar ingin melakukannya, periksa kolom \"{{int:ipb-confirm}}\" di bagian bawah.\";'),('abs','messages:ipb-confirmhideuser','s:195:\"id:Anda akan memblokir pengguna dengan mengaktifkan \"sembunyikan pengguna\" diaktifkan. Ini akan menyembunyikan nama pengguna pada semua daftar dan entri log. Apakah Anda yakin ingin melakukannya?\";'),('abs','messages:ipb-default-expiry','s:3:\"en:\";'),('abs','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('abs','messages:ipb-disableusertalk','s:44:\"id:Menyunting halaman pembicaraannya sendiri\";'),('abs','messages:ipb-edit-dropdown','s:29:\"id:Sunting alasan pemblokiran\";'),('abs','messages:ipb-empty-block','s:67:\"id:Pemblokiran yang dikirim tidak memiliki batasan yang diaktifkan.\";'),('abs','messages:ipb-hardblock','s:75:\"id:Terapkan blokir untuk pengguna masuk log yang berasal dari alamat IP ini\";'),('abs','messages:ipb-namespaces-label','s:13:\"id:Ruang nama\";'),('abs','messages:ipb-needreblock','s:83:\"id:$1 sudah diblokir. Apakah Anda ingin mengubah set pemblokiran yang bersangkutan?\";'),('abs','messages:ipb-otherblocks-header','s:31:\"id:{{PLURAL:$1|Blok|Blok}} lain\";'),('abs','messages:ipb-pages-label','s:10:\"id:Halaman\";'),('abs','messages:ipb-partial','s:10:\"id:Parsial\";'),('abs','messages:ipb-partial-help','s:155:\"id:Mengizinkan Anda memilih halaman dan ruangnama untuk diblokir. Ini tidak memblokir tindakan baku tetapi Anda dapat memblokir tindakan-tindakan tertentu.\";'),('abs','messages:ipb-prevent-user-talk-edit','s:156:\"id:Penyuntingan halaman pembicaraan sendiri harus diizinkan pada pemblokiran sebagian, kecuali ia memasukkan pembatasan pada ruangnama Pembicaraan Pengguna.\";'),('abs','messages:ipb-sitewide','s:20:\"id:Keseluruhan situs\";'),('abs','messages:ipb-sitewide-help','s:187:\"id:Blokir penyuntingan pada semua halaman dan ruangnama. Selain itu, blokir tindakan-tindakan baku ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Lihat bantuan]).\";'),('abs','messages:ipb-unblock','s:57:\"id:Hilangkan blokir seorang pengguna atau suatu alamat IP\";'),('abs','messages:ipb-unblock-addr','s:22:\"id:Hilangkan blokir $1\";'),('abs','messages:ipb_already_blocked','s:23:\"id:\"$1\" telah diblokir.\";'),('abs','messages:ipb_blocked_as_range','s:162:\"id:Kesalahan: IP $1 tidak diblokir secara langsung dan tidak dapat dilepaskan. IP $1 diblok sebagai bagian dari pemblokiran kelompok IP $2, yang dapat dilepaskan.\";'),('abs','messages:ipb_cant_unblock','s:84:\"id:Kesalahan: Blokir untuk $1 tidak ditemukan. Pemblokiran ini mungkin telah dibuka.\";'),('abs','messages:ipb_expiry_invalid','s:31:\"id:Waktu kedaluwarsa tidak sah.\";'),('abs','messages:ipb_expiry_old','s:45:\"id:Waktu kedaluwarsa adalah pada masa lampau.\";'),('abs','messages:ipb_expiry_temp','s:68:\"id:Pemblokiran atas nama pengguna yang disembunyikan harus permanen.\";'),('abs','messages:ipb_hide_invalid','s:96:\"id:Tak dapat menutup akun ini; akun tersebut memiliki {{PLURAL:$1|satu suntingan|$1 suntingan}}.\";'),('abs','messages:ipb_hide_partial','s:88:\"id:Pemblokiran penyembunyian nama pengguna harus merupakan pemblokiran keseluruhan situs\";'),('abs','messages:ipbblocked','s:94:\"id:Anda tidak dapat memblokir atau membuka blokir pengguna lain, karena Anda sendiri diblokir.\";'),('abs','messages:ipbcreateaccount','s:17:\"id:Pembuatan akun\";'),('abs','messages:ipbemailban','s:17:\"id:Mengirim surel\";'),('abs','messages:ipbenableautoblock','s:159:\"id:Blokir alamat IP terakhir yang digunakan oleh pengguna ini secara otomatis, dan semua alamat berikutnya yang mereka coba gunakan untuk menyunting, selama $1\";'),('abs','messages:ipbhidename','s:54:\"id:Sembunyikan nama pengguna dari suntingan dan daftar\";'),('abs','messages:ipblocklist','s:30:\"id:Daftar pemblokiran pengguna\";'),('abs','messages:ipblocklist-empty','s:29:\"id:Daftar pemblokiran kosong.\";'),('abs','messages:ipblocklist-legend','s:30:\"id:Cari pengguna yang diblokir\";'),('abs','messages:ipblocklist-localblock','s:15:\"id:Blokir lokal\";'),('abs','messages:ipblocklist-no-results','s:73:\"id:Tidak ada pemblokiran untuk alamat IP atau nama pengguna yang diminta.\";'),('abs','messages:ipblocklist-otherblocks','s:45:\"id:{{PLURAL:$1|pemblokiran|pemblokiran}} lain\";'),('abs','messages:ipblocklist-submit','s:7:\"id:Cari\";'),('abs','messages:ipbnounblockself','s:52:\"id:Anda tidak diizinkan untuk membuka blokir sendiri\";'),('abs','messages:ipboptions','s:161:\"abs:2 jam:2 hours,1 hari:1 day,3 hari:3 days,1 minggu:1 week,2 minggu:2 weeks,1 bulan:1 month,3 bulan:3 months,6 bulan:6 months,1 taong:1 year,salamanya:infinite\";'),('abs','messages:ipbother','s:14:\"id:Waktu lain:\";'),('abs','messages:ipbreason','s:10:\"id:Alasan:\";'),('abs','messages:ipbreason-dropdown','s:249:\"id:*Alasan umum\n** Vandalisme\n** Memberikan informasi palsu\n** Menghilangkan isi halaman\n** Spam pranala ke situs luar\n** Memasukkan omong kosong ke halaman\n** Perilaku intimidasi/pelecehan\n** Menyalahgunakan beberapa akun\n** Nama pengguna tak layak\";'),('abs','messages:ipbsubmit','s:22:\"id:Blokir pengguna ini\";'),('abs','messages:ipbwatchuser','s:55:\"id:Pantau halaman pengguna dan pembicaraan pengguna ini\";'),('abs','messages:ipusubmit','s:23:\"id:Hilangkan blokir ini\";'),('abs','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('abs','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('abs','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('abs','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('abs','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('abs','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('abs','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('abs','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('abs','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('abs','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('abs','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('abs','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('abs','messages:isimage','s:17:\"id:pranala berkas\";'),('abs','messages:isredirect','s:26:\"abs:kintal voor pengalihan\";'),('abs','messages:istemplate','s:13:\"abs:tranklusi\";'),('abs','messages:jan','s:7:\"abs:Jan\";'),('abs','messages:january','s:11:\"abs:Januari\";'),('abs','messages:january-gen','s:11:\"abs:Januari\";'),('abs','messages:javascripttest','s:23:\"id:Pengujian JavaScript\";'),('abs','messages:javascripttest-qunit-intro','s:53:\"id:Lihat [$1 dokumentasi pengujian] di mediawiki.org.\";'),('abs','messages:json-error-ctrl-char','s:51:\"id:Kesalahan aksara kontrol, mungkin salah dikodkan\";'),('abs','messages:json-error-depth','s:46:\"id:Kedalaman tumpukan maksimal telah terlewati\";'),('abs','messages:json-error-invalid-property-name','s:35:\"id:Nama atribut terkode tidak valid\";'),('abs','messages:json-error-state-mismatch','s:28:\"id:JSON tidak sah atau cacat\";'),('abs','messages:json-error-syntax','s:20:\"id:Kesalahan sintaks\";'),('abs','messages:json-error-unknown','s:41:\"id:Ada masalah dengan JSON. Kesalahan: $1\";'),('abs','messages:json-error-utf16','s:46:\"id:Aksara UTF-16 cacat, mungkin salah dikodkan\";'),('abs','messages:json-error-utf8','s:45:\"id:Aksara UTF-8 cacat, mungkin salah dikodkan\";'),('abs','messages:json-warn-trailing-comma','s:65:\"id:$1 {{PLURAL:$1|koma|koma}} pengekor telah digugurkan dari JSON\";'),('abs','messages:jul','s:7:\"abs:Jul\";'),('abs','messages:july','s:8:\"abs:Juli\";'),('abs','messages:july-gen','s:8:\"abs:Juli\";'),('abs','messages:jumpto','s:15:\"abs:Balumpa ka:\";'),('abs','messages:jumptonavigation','s:16:\"abs:penentu arah\";'),('abs','messages:jumptosearch','s:8:\"abs:cari\";'),('abs','messages:jun','s:7:\"abs:Jun\";'),('abs','messages:june','s:8:\"abs:Juni\";'),('abs','messages:june-gen','s:8:\"abs:Juni\";'),('abs','messages:just-now','s:12:\"id:baru saja\";'),('abs','messages:lag-warn-high','s:150:\"id:Karenanya besarnya keterlambatan basis data server, perubahan yang lebih baru dari $1 {{PLURAL:$1|detik|detik}} mungkin tidak muncul di daftar ini.\";'),('abs','messages:lag-warn-normal','s:98:\"id:Perubahan yang lebih baru dari $1 {{PLURAL:$1|detik|detik}} mungkin tidak muncul di daftar ini.\";'),('abs','messages:laggedreplicamode','s:79:\"id:<strong>Peringatan:</strong> Halaman mungkin tidak berisi perubahan terbaru.\";'),('abs','messages:language-converter-depth-warning','s:53:\"id:Batas kedalaman pengonversi bahasa terlampaui ($1)\";'),('abs','messages:large-file','s:87:\"id:Ukuran berkas disarankan untuk tidak melebihi $1 bita; berkas ini berukuran $2 bita.\";'),('abs','messages:largefileserver','s:63:\"id:Berkas ini lebih besar daripada yang diizinkan oleh peladen.\";'),('abs','messages:last','s:12:\"abs:sabalong\";'),('abs','messages:lastmodifiedat','s:55:\"abs:Kintal akang dong ubah terakhir tanggal $1, jam $2.\";'),('abs','messages:lastmodifiedatby','s:49:\"id:Halaman ini terakhir disunting $2, $1 oleh $3.\";'),('abs','messages:license','s:11:\"id:Lisensi:\";'),('abs','messages:license-header','s:17:\"abs:Jenis lisensi\";'),('abs','messages:license-nopreview','s:27:\"id:(Pratayang tak tersedia)\";'),('abs','messages:licenses','s:4:\"en:-\";'),('abs','messages:licenses-edit','s:26:\"id:Sunting pilihan lisensi\";'),('abs','messages:limitreport-cputime','s:23:\"id:Penggunaan waktu CPU\";'),('abs','messages:limitreport-cputime-value','s:25:\"id:$1 {{PLURAL:$1|detik}}\";'),('abs','messages:limitreport-expansiondepth','s:31:\"id:Kedalaman ekspansi tertinggi\";'),('abs','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('abs','messages:limitreport-expensivefunctioncount','s:39:\"id:Perhitungan fungsi parser yang mahal\";'),('abs','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('abs','messages:limitreport-postexpandincludesize','s:35:\"id:Pasca memperluas mencakup ukuran\";'),('abs','messages:limitreport-postexpandincludesize-value','s:27:\"id:$1/$2 {{PLURAL:$2|bita}}\";'),('abs','messages:limitreport-ppvisitednodes','s:40:\"id:Preprosesor mengunjungi hitungan node\";'),('abs','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('abs','messages:limitreport-templateargumentsize','s:24:\"id:Ukuran argumen temlat\";'),('abs','messages:limitreport-templateargumentsize-value','s:27:\"id:$1/$2 {{PLURAL:$2|bita}}\";'),('abs','messages:limitreport-title','s:22:\"id:Parser profil data:\";'),('abs','messages:limitreport-unstrip-depth','s:28:\"id:Kedalaman rekursi Unstrip\";'),('abs','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('abs','messages:limitreport-unstrip-size','s:34:\"id:Ukuran Unstrip setelah ekspansi\";'),('abs','messages:limitreport-unstrip-size-value','s:32:\"id:$1/$2 {{PLURAL:$2|bita|bita}}\";'),('abs','messages:limitreport-walltime','s:24:\"id:Penggunaan waktu riil\";'),('abs','messages:limitreport-walltime-value','s:25:\"id:$1 {{PLURAL:$1|detik}}\";'),('abs','messages:lineno','s:12:\"abs:Baris $1\";'),('abs','messages:linkaccounts','s:15:\"id:Tautkan akun\";'),('abs','messages:linkaccounts-submit','s:15:\"id:Tautkan akun\";'),('abs','messages:linkaccounts-success-text','s:24:\"id:Akun telah ditautkan.\";'),('abs','messages:linksearch','s:25:\"id:Pencarian pranala luar\";'),('abs','messages:linksearch-error','s:69:\"id:\'\'Wildcards\'\' hanya dapat digunakan di bagian awal dari nama host.\";'),('abs','messages:linksearch-line','s:30:\"id:$1 memiliki pranala dari $2\";'),('abs','messages:linksearch-ns','s:14:\"id:Ruang nama:\";'),('abs','messages:linksearch-ok','s:7:\"id:Cari\";'),('abs','messages:linksearch-pat','s:18:\"id:Pola pencarian:\";'),('abs','messages:linksearch-summary','s:3:\"en:\";'),('abs','messages:linksearch-text','s:168:\"id:Tanda bintang seperti \"*.wikipedia.org\" dapat digunakan.<br />\n{{PLURAL:$2|Protokol|Protokol}} yang didukung: $1 (menggunakan http:// bila protokol tidak ditentukan)\";'),('abs','messages:linkshere','s:60:\"id:Halaman-halaman berikut ini memiliki pranala ke \'\'\'$2\'\'\':\";'),('abs','messages:linkstoimage','s:63:\"abs:{{PLURAL:$1|Kintal berikut}} punya pranala ka akang berkas:\";'),('abs','messages:linkstoimage-more','s:255:\"id:Lebih dari $1 {{PLURAL:$1|halaman|halaman}} menggunakan berkas ini.\nDaftar berikut menampilkan {{PLURAL:$1|halaman dengan pranala langsung|$1 halaman dengan pranala langsung}} ke berkas ini.\nJuga tersedia [[Special:WhatLinksHere/$2|daftar lengkapnya]].\";'),('abs','messages:linkstoimage-redirect','s:28:\"id:$1 (pengalihan berkas) $2\";'),('abs','messages:linterror-bogus-image-options','s:20:\"id:Opsi berkas bogus\";'),('abs','messages:linterror-deletable-table-tag','s:31:\"id:Tag table yang harus dihapus\";'),('abs','messages:linterror-html5-misnesting','s:37:\"id:Salah penyarangan (sekarang rusak)\";'),('abs','messages:linterror-misc-tidy-replacement-issues','s:23:\"id:Galat markup lainnya\";'),('abs','messages:linterror-misnested-tag','s:70:\"id:Tag yang salah disarangkan yang seharusnya disarangkan dengan benar\";'),('abs','messages:linterror-missing-end-tag','s:29:\"id:Tidak memiliki tag penutup\";'),('abs','messages:linterror-multi-colon-escape','s:22:\"id:Kelebihan titik dua\";'),('abs','messages:linterror-multiline-html-table-in-list','s:48:\"id:Tabel HTML5 multibaris di dalam sebuah daftar\";'),('abs','messages:linterror-multiple-unclosed-formatting-tags','s:60:\"id:Beberapa tag pemformatan yang tidak ditutup  pada halaman\";'),('abs','messages:linterror-obsolete-tag','s:37:\"id:Tag HTML yang tidak digunakan lagi\";'),('abs','messages:linterror-pwrap-bug-workaround','s:36:\"id:Solusi kekutu pembungkus paragraf\";'),('abs','messages:linterror-self-closed-tag','s:27:\"id:Tag yang menutup sendiri\";'),('abs','messages:linterror-stripped-tag','s:12:\"id:Tag lucut\";'),('abs','messages:linterror-tidy-font-bug','s:48:\"id:Tag font mencoba untuk mengubah warna pranala\";'),('abs','messages:linterror-tidy-whitespace-bug','s:26:\"id:Kekutu penguraian spasi\";'),('abs','messages:linterror-unclosed-quotes-in-heading','s:53:\"id:Kutipan tidak tertutup yang keluar dari daftar isi\";'),('abs','messages:listduplicatedfiles','s:25:\"id:Daftar berkas duplikat\";'),('abs','messages:listduplicatedfiles-entry','s:77:\"id:[[:File:$1|$1]] memiliki [[$3|{{PLURAL:$2|sebuah duplikat|$2 duplikat}}]].\";'),('abs','messages:listduplicatedfiles-summary','s:169:\"id:Ini adalah daftar berkas di mana versi terbaru dari berkas tersebut merupakan duplikat dari versi terbaru dari beberapa berkas lain. Hanya berkas lokal yang dianggap.\";'),('abs','messages:listfiles','s:16:\"id:Daftar berkas\";'),('abs','messages:listfiles-delete','s:8:\"id:hapus\";'),('abs','messages:listfiles-latestversion','s:16:\"id:Versi terkini\";'),('abs','messages:listfiles-latestversion-no','s:8:\"id:Tidak\";'),('abs','messages:listfiles-latestversion-yes','s:5:\"id:Ya\";'),('abs','messages:listfiles-show-all','s:29:\"id:Masukkan versi lama berkas\";'),('abs','messages:listfiles-summary','s:194:\"id:Halaman istimewa ini menampilkan semua berkas yang telah diunggah.\nKetika disaring oleh pengguna, hanya versi berkas terbaru dari berkas yang diunggah oleh pengguna tersebut yang ditampilkan.\";'),('abs','messages:listfiles-userdoesnotexist','s:38:\"id:Akun pengguna \"$1\" tidak terdaftar.\";'),('abs','messages:listfiles_count','s:8:\"id:Versi\";'),('abs','messages:listfiles_date','s:10:\"id:Tanggal\";'),('abs','messages:listfiles_description','s:12:\"id:Deskripsi\";'),('abs','messages:listfiles_name','s:7:\"id:Nama\";'),('abs','messages:listfiles_size','s:9:\"id:Ukuran\";'),('abs','messages:listfiles_subpage','s:19:\"id:Diunggah oleh $1\";'),('abs','messages:listfiles_thumb','s:11:\"id:Miniatur\";'),('abs','messages:listfiles_user','s:11:\"id:Pengguna\";'),('abs','messages:listgrants','s:7:\"id:Izin\";'),('abs','messages:listgrants-grant','s:7:\"id:Izin\";'),('abs','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('abs','messages:listgrants-rights','s:6:\"id:Hak\";'),('abs','messages:listgrants-summary','s:457:\"id:Berikut ini adalah daftar hak dengan akses terkait kepada hak penggunanya. Pengguna dapat mengizinkan aplikasi untuk menggunakan akun mereka, namun dengan izin terbatas berdasarkan hak yang diberikan oleh pengguna. Aplikasi yang berjalan yang mewakili seorang pengguna tidak dapat menggunakan hak yang tidak dimiliki oleh pengguna tersebut.\nMungkin nanti terdapat [[{{MediaWiki:Listgrouprights-helppage}}|informasi tambahan]] mengenai hak-hak individual.\";'),('abs','messages:listgrouprights','s:22:\"id:Daftar hak kelompok\";'),('abs','messages:listgrouprights-addgroup','s:41:\"id:Menambahkan {{PLURAL:$2|kelompok}}: $1\";'),('abs','messages:listgrouprights-addgroup-all','s:29:\"id:Menambahkan semua kelompok\";'),('abs','messages:listgrouprights-addgroup-self','s:65:\"id:Dapat menambahkan {{PLURAL:$2|grup| grup}} ke akun sendiri: $1\";'),('abs','messages:listgrouprights-addgroup-self-all','s:47:\"id:Dapat menambahkan semua grup ke akun sendiri\";'),('abs','messages:listgrouprights-group','s:11:\"id:Kelompok\";'),('abs','messages:listgrouprights-helppage','s:17:\"id:Help:Hak akses\";'),('abs','messages:listgrouprights-key','s:132:\"id:* <span class=\"listgrouprights-granted\">Hak yang diberikan</span>\n* <span class=\"listgrouprights-revoked\">Hak yang dicabut</span>\";'),('abs','messages:listgrouprights-members','s:19:\"id:(daftar anggota)\";'),('abs','messages:listgrouprights-namespaceprotection-header','s:21:\"id:Batasan ruang nama\";'),('abs','messages:listgrouprights-namespaceprotection-namespace','s:13:\"id:Ruang nama\";'),('abs','messages:listgrouprights-namespaceprotection-restrictedto','s:49:\"id:Hak yang mengizinkan pengguna untuk menyunting\";'),('abs','messages:listgrouprights-removegroup','s:48:\"id:Menghapus {{PLURAL:$2|kelompok|kelompok}}: $1\";'),('abs','messages:listgrouprights-removegroup-all','s:27:\"id:Menghapus semua kelompok\";'),('abs','messages:listgrouprights-removegroup-self','s:66:\"id:Menghapus {{PLURAL:$2|kelompok|kelompok}} dari akun sendiri: $1\";'),('abs','messages:listgrouprights-removegroup-self-all','s:45:\"id:Menghapus semua kelompok dari akun sendiri\";'),('abs','messages:listgrouprights-right-display','s:68:\"id:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('abs','messages:listgrouprights-right-revoked','s:68:\"id:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('abs','messages:listgrouprights-rights','s:6:\"id:Hak\";'),('abs','messages:listgrouprights-summary','s:257:\"id:Berikut adalah daftar kelompok pengguna yang terdapat di wiki ini, dengan daftar hak akses mereka masing-masing. Informasi lebih lanjut mengenai hak masing-masing dapat ditemukan di [[{{MediaWiki:Listgrouprights-helppage}}|halaman bantuan hak pengguna]].\";'),('abs','messages:listredirects','s:20:\"id:Daftar pengalihan\";'),('abs','messages:listredirects-summary','s:3:\"en:\";'),('abs','messages:listusers','s:18:\"id:Daftar pengguna\";'),('abs','messages:listusers-blocked','s:13:\"id:(diblokir)\";'),('abs','messages:listusers-creationsort','s:38:\"id:Urutkan menurut tanggal pendaftaran\";'),('abs','messages:listusers-desc','s:18:\"id:Urutkan menurun\";'),('abs','messages:listusers-editsonly','s:52:\"id:Tampilkan hanya pengguna yang memiliki kontribusi\";'),('abs','messages:listusers-noresult','s:28:\"id:Pengguna tidak ditemukan.\";'),('abs','messages:listusers-submit','s:12:\"id:Tampilkan\";'),('abs','messages:listusers-summary','s:3:\"en:\";'),('abs','messages:listusers-temporarygroupsonly','s:66:\"id:Hanya tampilkan para pengguna dalam kelompok pengguna sementara\";'),('abs','messages:listusersfrom','s:33:\"id:Tampilkan pengguna mulai dari:\";'),('abs','messages:localtime','s:18:\"id:Waktu setempat:\";'),('abs','messages:lockbtn','s:19:\"id:Kunci basis data\";'),('abs','messages:lockconfirm','s:45:\"id:Ya, saya memang ingin mengunci basis data.\";'),('abs','messages:lockdb','s:19:\"id:Kunci basis data\";'),('abs','messages:lockdbsuccesssub','s:33:\"id:Penguncian basis data berhasil\";'),('abs','messages:lockdbsuccesstext','s:116:\"id:Basis data telah dikunci.<br />\nPastikan Anda [[Special:UnlockDB|membuka kuncinya]] setelah pemeliharaan selesai.\";'),('abs','messages:lockdbtext','s:346:\"id:Mengunci basis data akan menghentikan kemampuan semua pengguna dalam menyunting halaman, mengubah preferensi pengguna, menyunting daftar pantauan mereka, dan hal-hal lain yang memerlukan perubahan terhadap basis data. Pastikan bahwa ini adalah yang ingin Anda lakukan, dan bahwa Anda akan membuka kunci basis data setelah pemeliharaan selesai.\";'),('abs','messages:lockedbyandtime','s:23:\"id:(oleh $1 pada $2 $3)\";'),('abs','messages:lockfilenotwritable','s:135:\"id:Berkas kunci basis data tidak dapat ditulis. Untuk mengunci atau membuka basis data, berkas ini harus dapat ditulis oleh server web.\";'),('abs','messages:lockmanager-fail-acquirelock','s:48:\"id:Tidak dapat mendapatkan penguncian untuk \"$1\"\";'),('abs','messages:lockmanager-fail-closelock','s:52:\"id:Tidak dapat menutup penguncian berkas untuk \"$1\".\";'),('abs','messages:lockmanager-fail-conflict','s:90:\"id:Tidak dapat mendapatkan kunci. Orang lain sedang mengerjakan sesuatu dengan berkas ini.\";'),('abs','messages:lockmanager-fail-db-bucket','s:71:\"id:Tidak bisa menghubungi database kunci yang mencukupi dalam ember $1.\";'),('abs','messages:lockmanager-fail-db-release','s:56:\"id:Tidak dapat melepaskan penguncian pada basis data $1.\";'),('abs','messages:lockmanager-fail-deletelock','s:54:\"id:Tidak dapat menghapus penguncian berkas untuk \"$1\".\";'),('abs','messages:lockmanager-fail-openlock','s:306:\"id:Tidak dapat membuka penguncian berkas untuk \"$1\". Pastikan direktori pengunggahan Anda telah dikonfigurasi dengan benar dan peladen web Anda memiliki izin untuk menulis di direktori tersebut. Lihat https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory untuk informasi lebih lanjut.\";'),('abs','messages:lockmanager-fail-releaselock','s:47:\"id:Tidak dapat melepaskan penguncian untuk \"$1\"\";'),('abs','messages:lockmanager-fail-svr-acquire','s:39:\"id:Gagal memperoleh kunci di server $1.\";'),('abs','messages:lockmanager-fail-svr-release','s:52:\"id:Tidak dapat melepaskan penguncian pada server $1.\";'),('abs','messages:lockmanager-notlocked','s:60:\"id:Tidak bisa membuka kunci \"$1\" karena \"$1\" tidak terkunci.\";'),('abs','messages:locknoconfirm','s:57:\"id:Anda tidak memberikan tanda cek pada kotak konfirmasi.\";'),('abs','messages:log','s:11:\"abs:Catatan\";'),('abs','messages:log-action-filter-all','s:8:\"id:Semua\";'),('abs','messages:log-action-filter-block','s:21:\"id:Jenis pemblokiran:\";'),('abs','messages:log-action-filter-block-block','s:9:\"id:Blokir\";'),('abs','messages:log-action-filter-block-reblock','s:20:\"id:Modifikasi blokir\";'),('abs','messages:log-action-filter-block-unblock','s:23:\"id:Batalkan pemblokiran\";'),('abs','messages:log-action-filter-contentmodel','s:31:\"id:Jenis perubahan modelkonten:\";'),('abs','messages:log-action-filter-contentmodel-change','s:19:\"id:Ubah Modelkonten\";'),('abs','messages:log-action-filter-contentmodel-new','s:53:\"id:Pembuatan halaman dengan Modelkonten yang tak baku\";'),('abs','messages:log-action-filter-delete','s:21:\"id:Jenis penghapusan:\";'),('abs','messages:log-action-filter-delete-delete','s:22:\"id:Penghapusan halaman\";'),('abs','messages:log-action-filter-delete-delete_redir','s:25:\"id:Mengalihkan pengalihan\";'),('abs','messages:log-action-filter-delete-delete_redir2','s:25:\"id:Mengalihkan pengalihan\";'),('abs','messages:log-action-filter-delete-event','s:18:\"id:Log penghapusan\";'),('abs','messages:log-action-filter-delete-restore','s:33:\"id:Pembatalan penghapusan halaman\";'),('abs','messages:log-action-filter-delete-revision','s:21:\"id:Penghapusan revisi\";'),('abs','messages:log-action-filter-import','s:15:\"id:Jenis impor:\";'),('abs','messages:log-action-filter-import-interwiki','s:18:\"id:Impor transwiki\";'),('abs','messages:log-action-filter-import-upload','s:28:\"id:Impor dengan unggahan XML\";'),('abs','messages:log-action-filter-managetags','s:32:\"id:Jenis tindakan manajemen tag:\";'),('abs','messages:log-action-filter-managetags-activate','s:18:\"id:Pengaktifan tag\";'),('abs','messages:log-action-filter-managetags-create','s:16:\"id:Pembuatan tag\";'),('abs','messages:log-action-filter-managetags-deactivate','s:19:\"id:Penonaktifan tag\";'),('abs','messages:log-action-filter-managetags-delete','s:18:\"id:Penghapusan tag\";'),('abs','messages:log-action-filter-move','s:20:\"id:Jenis pemindahan:\";'),('abs','messages:log-action-filter-move-move','s:37:\"id:Pindahkan tanpa menimpa pengalihan\";'),('abs','messages:log-action-filter-move-move_redir','s:38:\"id:Pindahkan dengan menimpa pengalihan\";'),('abs','messages:log-action-filter-newusers','s:24:\"id:Jenis pembuatan akun:\";'),('abs','messages:log-action-filter-newusers-autocreate','s:21:\"id:Pembuatan otomatis\";'),('abs','messages:log-action-filter-newusers-byemail','s:60:\"id:Pembuatan dengan kata sandi yang dikirimkan melalui surel\";'),('abs','messages:log-action-filter-newusers-create','s:33:\"id:Pembuatan oleh pengguna anonim\";'),('abs','messages:log-action-filter-newusers-create2','s:36:\"id:Pembuatan oleh pengguna terdaftar\";'),('abs','messages:log-action-filter-patrol','s:17:\"id:Jenis patroli:\";'),('abs','messages:log-action-filter-patrol-autopatrol','s:19:\"id:Patroli otomatis\";'),('abs','messages:log-action-filter-patrol-patrol','s:17:\"id:Patroli manual\";'),('abs','messages:log-action-filter-protect','s:22:\"id:Jenis perlindungan:\";'),('abs','messages:log-action-filter-protect-modify','s:26:\"id:Modifikasi perlindungan\";'),('abs','messages:log-action-filter-protect-move_prot','s:26:\"id:Pemindahan perlindungan\";'),('abs','messages:log-action-filter-protect-protect','s:15:\"id:Perlindungan\";'),('abs','messages:log-action-filter-protect-unprotect','s:26:\"id:Pembatalan perlindungan\";'),('abs','messages:log-action-filter-rights','s:31:\"id:Jenis penggantian hak akses:\";'),('abs','messages:log-action-filter-rights-autopromote','s:23:\"id:Penggantian otomatis\";'),('abs','messages:log-action-filter-rights-rights','s:21:\"id:Penggantian manual\";'),('abs','messages:log-action-filter-suppress','s:23:\"id:Jenis penyembunyian:\";'),('abs','messages:log-action-filter-suppress-block','s:43:\"id:Perahasiaan pengguna menurut pemblokiran\";'),('abs','messages:log-action-filter-suppress-delete','s:24:\"id:Penyembunyian halaman\";'),('abs','messages:log-action-filter-suppress-event','s:20:\"id:Log penyembunyian\";'),('abs','messages:log-action-filter-suppress-reblock','s:50:\"id:Penyembunyian oleh pengguna menurut pemblokiran\";'),('abs','messages:log-action-filter-suppress-revision','s:23:\"id:Penyembunyian revisi\";'),('abs','messages:log-action-filter-upload','s:22:\"id:Jenis pengunggahan:\";'),('abs','messages:log-action-filter-upload-overwrite','s:17:\"id:Unggah kembali\";'),('abs','messages:log-action-filter-upload-revert','s:11:\"id:Batalkan\";'),('abs','messages:log-action-filter-upload-upload','s:16:\"id:Unggahan baru\";'),('abs','messages:log-description-contentmodel','s:133:\"id:Halaman ini menampilkan perubahan pada model konten halaman, dan halaman yang dibuat dengan model konten selain model konten baku.\";'),('abs','messages:log-description-create','s:53:\"id:Di bawah ini adalah log pembuatan halaman terbaru.\";'),('abs','messages:log-description-managetags','s:273:\"id:Daftar halaman ini mencantumkan tugas-tugas yang terkait dengan [[Special:Tags|tag]]. Lognya hanya mengandung tindakan-tindakan yang dijalankan secara manual oleh pengurus; tag-tag bisa dibuat atau dihapus oleh perangkat lunak wiki tanpa tercatat entrinya dalam log ini.\";'),('abs','messages:log-description-pagelang','s:49:\"id:Ini adalah log perubahan dalam bahasa halaman.\";'),('abs','messages:log-description-tag','s:260:\"id:Situs ini menampilkan ketika-ketika pengguna menambahkan atau menghapus [[Special:Tags|tag]] dari revisi atau entri log individu. Log ini tidak mencantumkan tindakan tag daftar yang terjadi sebagai sebagian dari tindakan mengedit, menghapus atau sebagainya.\";'),('abs','messages:log-edit-tags','s:43:\"id:Sunting tag dari entri log yang terpilih\";'),('abs','messages:log-fulllog','s:20:\"id:Lihat seluruh log\";'),('abs','messages:log-name-contentmodel','s:29:\"id:Log perubahan model konten\";'),('abs','messages:log-name-create','s:24:\"id:Log pembuatan halaman\";'),('abs','messages:log-name-managetags','s:22:\"id:Log pengelolaan tag\";'),('abs','messages:log-name-pagelang','s:23:\"id:Log perubahan bahasa\";'),('abs','messages:log-name-tag','s:10:\"id:Log tag\";'),('abs','messages:log-title-wildcard','s:47:\"id:Cari judul yang diawali dengan teks tersebut\";'),('abs','messages:logdelete-failure','s:49:\"id:Aturan keterlihatan tidak dapat diterapkan:\n$1\";'),('abs','messages:logdelete-selected','s:43:\"id:{{PLURAL:$1|Log|Log-log}} pilihan untuk:\";'),('abs','messages:logdelete-success','s:27:\"id:Keterlihatan log diatur.\";'),('abs','messages:logdelete-text','s:129:\"id:Acara log yang dihapus akan tetap muncul di log, tetapi bagian dari konten mereka akan menjadi tidak dapat diakses untuk umum.\";'),('abs','messages:logempty','s:41:\"id:Tidak ditemukan entri log yang sesuai.\";'),('abs','messages:logentry-block-block','s:77:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-block-reblock','s:88:\"id:$1 {{GENDER:$2|mengubah}} pemblokiran {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-block-unblock','s:68:\"id:$1 telah {{GENDER:$2|mencabut pemblokiran}} atas {{GENDER:$4|$3}}\";'),('abs','messages:logentry-contentmodel-change','s:70:\"id:$1 {{GENDER:$2|mengubah}} model konten halaman $3 dari \"$4\" ke \"$5\"\";'),('abs','messages:logentry-contentmodel-change-revert','s:11:\"id:batalkan\";'),('abs','messages:logentry-contentmodel-change-revertlink','s:11:\"id:batalkan\";'),('abs','messages:logentry-contentmodel-new','s:77:\"id:$1 {{GENDER:$2|membuat}} halaman $3 menggunakan model konten tak baku \"$5\"\";'),('abs','messages:logentry-create-create','s:38:\"id:$1 {{GENDER:$2|membuat}} halaman $3\";'),('abs','messages:logentry-delete-delete','s:40:\"abs:$1 {{GENDER:$2|manghapus}} kintal $3\";'),('abs','messages:logentry-delete-delete_redir','s:60:\"id:$1 {{GENDER:$2|menghapus}} pengalihan $3 dengan penimpaan\";'),('abs','messages:logentry-delete-delete_redir2','s:61:\"id:$1 {{GENDER:$2|mengahpus}} pengalihan $3 dengan menimpanya\";'),('abs','messages:logentry-delete-event','s:78:\"id:$1 {{GENDER:$2|mengubah}} tampilan {{PLURAL:$5|$5 log peristiwa}} di $3: $4\";'),('abs','messages:logentry-delete-event-legacy','s:59:\"id:$1 {{GENDER:$2|mengubah}} tampilan log peristiwa pada $3\";'),('abs','messages:logentry-delete-restore','s:49:\"id:$1 {{GENDER:$2|mengembalikan}} halaman $3 ($4)\";'),('abs','messages:logentry-delete-restore-nocount','s:44:\"id:$1 {{GENDER:$2|mengembalikan}} halaman $3\";'),('abs','messages:logentry-delete-revision','s:83:\"id:$1 {{GENDER:$2|mengubah}} keterlihatan {{PLURAL:$5|$5 revisi}} di halaman $3: $4\";'),('abs','messages:logentry-delete-revision-legacy','s:60:\"id:$1 {{GENDER:$2|mengubah}} tampilan revisi pada halaman $3\";'),('abs','messages:logentry-import-interwiki','s:47:\"id:$1 {{GENDER:$2|mengimpor}} $3 dari wiki lain\";'),('abs','messages:logentry-import-interwiki-details','s:73:\"id:$1 {{GENDER:$2|mengimpor}} $3 dari $5 ($4 {{PLURAL:$4|revisi|revisi}})\";'),('abs','messages:logentry-import-upload','s:56:\"id:$1 {{GENDER:$2|mengimpor}} $3 melalui pemuatan berkas\";'),('abs','messages:logentry-import-upload-details','s:88:\"id:$1 {{GENDER:$2|mengimpor}} $3 dengan pemuatan berkas ($4 {{PLURAL:$4|revisi|revisi}})\";'),('abs','messages:logentry-managetags-activate','s:79:\"id:$1 {{GENDER:$2|mengaktifkan}} tag \"$4\" untuk digunakan oleh pengguna dan bot\";'),('abs','messages:logentry-managetags-create','s:36:\"id:$1 {{GENDER:$2|membuat}} tag \"$4\"\";'),('abs','messages:logentry-managetags-deactivate','s:80:\"id:$1 {{GENDER:$2|menonaktifkan}} tag \"$4\" untuk digunakan oleh pengguna dan bot\";'),('abs','messages:logentry-managetags-delete','s:114:\"id:$1 {{GENDER:$2|menghapus}} tag \"$4\" (dihapus dari $5 {{PLURAL:$5|revisi atau entri log|revisi atau entri log}})\";'),('abs','messages:logentry-merge-merge','s:69:\"id:$1 {{GENDER:$2|menggabungkan}} $3 dengan $4 (revisi lebih dari $5)\";'),('abs','messages:logentry-move-move','s:47:\"abs:$1 {{GENDER:$2|kas pindah}} kintal $3 ka $4\";'),('abs','messages:logentry-move-move-noredirect','s:73:\"id:$1 {{GENDER:$2|memindahkan}} halaman $3 ke $4 tanpa membuat pengalihan\";'),('abs','messages:logentry-move-move_redir','s:67:\"abs:$1 {{GENDER:$2|kas pindah}} kintal $3 ke $4 kas tutup yang lama\";'),('abs','messages:logentry-move-move_redir-noredirect','s:97:\"id:$1 {{GENDER:$2|memindahkan}} halaman $3 ke $4 menimpa pengalihan lama tanpa membuat pengalihan\";'),('abs','messages:logentry-newusers-autocreate','s:47:\"id:Akun $1 {{GENDER:$2|dibuat}} secara otomatis\";'),('abs','messages:logentry-newusers-byemail','s:87:\"id:Akun pengguna  $3  {{GENDER:$2|dibuat}} oleh  $1  dan password dikirim melalui surel\";'),('abs','messages:logentry-newusers-create','s:41:\"abs:$1 {{GENDER:$2|biking}} akun pangguna\";'),('abs','messages:logentry-newusers-create2','s:44:\"id:$1 {{GENDER:$2|membuat}} akun pengguna $3\";'),('abs','messages:logentry-newusers-newusers','s:46:\"id:Akun pengguna $1 telah {{GENDER:$2|dibuat}}\";'),('abs','messages:logentry-non-editing-block-block','s:121:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dari tindakan-tindakan nonsuntingan terkait dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-non-editing-block-reblock','s:132:\"id:$1 {{GENDER:$2|mengubah}} pemblokiran {{GENDER:$4|$3}} dari tindakan-tindakan nonsuntingan terkait dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-pagelang-pagelang','s:58:\"id:$1 {{GENDER:$2|mengubah}} bahasa $3 dari $4 menjadi $5.\";'),('abs','messages:logentry-partialblock-block','s:85:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dari $7 dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-partialblock-block-action','s:28:\"id:{{PLURAL:$1|tindakan}} $2\";'),('abs','messages:logentry-partialblock-block-ns','s:39:\"id:{{PLURAL:$1|ruangnama|ruangnama}} $2\";'),('abs','messages:logentry-partialblock-block-page','s:35:\"id:{{PLURAL:$1|halaman|halaman}} $2\";'),('abs','messages:logentry-partialblock-reblock','s:140:\"id:$1 {{GENDER:$2|mengubah}} pengaturan pemblokiran pada {{GENDER:$4|$3}} untuk mencegah penyuntingan pada $7 dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-patrol-patrol','s:65:\"id:$1 {{GENDER:$2|menandai}} revisi $4 dari halaman $3 terpatroli\";'),('abs','messages:logentry-patrol-patrol-auto','s:74:\"id:$1 otomatis {{GENDER:$2|menandai}} revisi $4 dari halaman $3 terpatroli\";'),('abs','messages:logentry-protect-modify','s:63:\"id:$1 {{GENDER:$2|mengubah}} pengaturan perlindungan pada $3 $4\";'),('abs','messages:logentry-protect-modify-cascade','s:72:\"id:$1 {{GENDER:$2|mengubah}} pengaturan perlindungan pada $3 $4 [runtun]\";'),('abs','messages:logentry-protect-move_prot','s:66:\"id:$1 {{GENDER:$2|memindahkan}} setelan perlindungan dari $4 ke $3\";'),('abs','messages:logentry-protect-protect','s:36:\"id:$1 {{GENDER:$2|melindungi}} $3 $4\";'),('abs','messages:logentry-protect-protect-cascade','s:45:\"id:$1 {{GENDER:$2|melindungi}} $3 $4 [runtun]\";'),('abs','messages:logentry-protect-unprotect','s:50:\"id:$1 {{GENDER:$2|menghapus}} perlindungan dari $3\";'),('abs','messages:logentry-rights-autopromote','s:67:\"id:$1 secara otomatis {{GENDER:$2|dipromosikan}} dari $4 menjadi $5\";'),('abs','messages:logentry-rights-rights','s:76:\"id:$1 {{GENDER:$2|mengubah}} keanggotaan grup {{GENDER:$6|$3}} dari $4 ke $5\";'),('abs','messages:logentry-rights-rights-legacy','s:48:\"id:$1 {{GENDER:$2|mengubah}} keanggotaan grup $3\";'),('abs','messages:logentry-suppress-block','s:77:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-suppress-delete','s:38:\"id:$1 {{GENDER:$2|menimpa}} halaman $3\";'),('abs','messages:logentry-suppress-event','s:96:\"id:$1 secara diam-diam {{GENDER:$2|mengubah}} tampilan  {{PLURAL:$5|$5 log peristiwa}} di $3: $4\";'),('abs','messages:logentry-suppress-event-legacy','s:69:\"id:$1 diam-diam {{GENDER:$2|mengubah}} tampilan log peristiwa pada $3\";'),('abs','messages:logentry-suppress-reblock','s:88:\"id:$1 {{GENDER:$2|mengubah}} pemblokiran {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('abs','messages:logentry-suppress-revision','s:89:\"id:$1 diam-diam {{GENDER:$2|mengubah}} tampilan {{PLURAL:$5|$5 revisi}} di halaman $3: $4\";'),('abs','messages:logentry-suppress-revision-legacy','s:70:\"id:$1 diam-diam {{GENDER:$2|mengubah}} tampilan revisi pada halaman $3\";'),('abs','messages:logentry-tag-update-add-logentry','s:88:\"id:$1 {{GENDER:$2|menambahkan}} {{PLURAL:$7|tag|tag}} $6 ke entri log $5 dari halaman $3\";'),('abs','messages:logentry-tag-update-add-revision','s:85:\"id:$1 {{GENDER:$2|menambahkan}} {{PLURAL:$7|tag|tag}} $6 ke revisi $4 dari halaman $3\";'),('abs','messages:logentry-tag-update-logentry','s:128:\"id:$1 {{GENDER:$2|memperbarui}} tag pada entri log $5 dari halaman $3 ({{PLURAL:$7|menambahkan}} $6; {{PLURAL:$9|menghapus}} $8)\";'),('abs','messages:logentry-tag-update-remove-logentry','s:88:\"id:$1 {{GENDER:$2|menghapus}} {{PLURAL:$9|tag|tag}} $8 dari entri log $5 dari halaman $3\";'),('abs','messages:logentry-tag-update-remove-revision','s:85:\"id:$1 {{GENDER:$2|menghapus}} {{PLURAL:$9|tag|tag}} $8 dari revisi $4 dari halaman $3\";'),('abs','messages:logentry-tag-update-revision','s:125:\"id:$1 {{GENDER:$2|memperbarui}} tag pada revisi $4 dari halaman $3 ({{PLURAL:$7|menambahkan}} $6; {{PLURAL:$9|menghapus}} $8)\";'),('abs','messages:logentry-upload-overwrite','s:49:\"id:$1 {{GENDER:$2|mengunggah}} versi baru dari $3\";'),('abs','messages:logentry-upload-revert','s:50:\"id:$1 {{GENDER:$2|mengembalikan}} $3 ke versi lama\";'),('abs','messages:logentry-upload-upload','s:44:\"abs:$1 {{GENDER:$2|kas maso di internet}} $3\";'),('abs','messages:logeventslist-more-filters','s:26:\"id:Tampilkan log tambahan:\";'),('abs','messages:logeventslist-newusers-log','s:20:\"id:Log pengguna baru\";'),('abs','messages:logeventslist-patrol-log','s:14:\"id:Log patroli\";'),('abs','messages:logeventslist-submit','s:12:\"id:Tampilkan\";'),('abs','messages:logeventslist-tag-log','s:10:\"id:Log tag\";'),('abs','messages:logging-out-notify','s:42:\"id:Anda sedang keluar log, mohon menunggu.\";'),('abs','messages:login','s:19:\"abs:Maso dalang Log\";'),('abs','messages:login-abort-generic','s:52:\"id:Proses masuk log Anda tidak berhasil - Dibatalkan\";'),('abs','messages:login-migrated-generic','s:86:\"id:Akun Anda telah dimigrasi, dan nama pengguna Anda tidak lagi terdaftar di wiki ini.\";'),('abs','messages:login-security','s:26:\"id:Buktikan identitas Anda\";'),('abs','messages:login-throttled','s:89:\"id:Anda sudah terlalu sering mencoba masuk log.\nSilakan menunggu $1 sebelum mencoba lagi.\";'),('abs','messages:login-userblocked','s:72:\"id:Pengguna ini diblokir. Tidak diizinkan/diperbolehkan untuk masuk log.\";'),('abs','messages:loginerror','s:23:\"id:Galat saat masuk log\";'),('abs','messages:loginlanguagelabel','s:14:\"abs:Bahasa: $1\";'),('abs','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('abs','messages:loginprompt','s:3:\"en:\";'),('abs','messages:loginreqlink','s:19:\"abs:maso dalang log\";'),('abs','messages:loginreqpagetext','s:47:\"id:Anda harus $1 untuk melihat halaman lainnya.\";'),('abs','messages:loginreqtitle','s:18:\"id:Harus masuk log\";'),('abs','messages:loginsuccess','s:76:\"id:<strong>Anda sekarang masuk log dalam {{SITENAME}} sebagai \"$1\".</strong>\";'),('abs','messages:loginsuccesstitle','s:18:\"id:Telah masuk log\";'),('abs','messages:logout','s:13:\"id:Keluar log\";'),('abs','messages:logout-failed','s:38:\"id:Tidak dapat keluar log saat ini: $1\";'),('abs','messages:logouttext','s:211:\"id:<strong>Anda telah keluar log dari sistem.</strong>\n\nIngatlah bahwa beberapa halaman mungkin masih menampilkan Anda seakan-akan seperti masih masuk log, sampai Anda membersihkan singgahan penjelajah web Anda.\";'),('abs','messages:lonelypages','s:38:\"id:Halaman tanpa pranala balik (yatim)\";'),('abs','messages:lonelypages-summary','s:3:\"en:\";'),('abs','messages:lonelypagestext','s:112:\"id:Halaman-halaman berikut tidak memiliki pranala dari atau ditransklusikan ke halaman mana pun di {{SITENAME}}.\";'),('abs','messages:longpage-hint','s:4:\"en:-\";'),('abs','messages:longpageerror','s:163:\"id:<strong>Galat: Teks yang Anda kirimkan sebesar $1 kilobita, yang berarti lebih besar daripada jumlah maksimum $2 kilobita.<strong> Teks tidak dapat diterbitkan.\";'),('abs','messages:longpages','s:18:\"id:Halaman panjang\";'),('abs','messages:longpages-summary','s:3:\"en:\";'),('abs','messages:magiclink-tracking-isbn','s:46:\"id:Halaman yang menggunakan pranala magis ISBN\";'),('abs','messages:magiclink-tracking-isbn-desc','s:164:\"id:Halaman ini menggunakan pranala magis ISBN. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] bagaimana melakukan migrasi.\";'),('abs','messages:magiclink-tracking-pmid','s:41:\"id:Halaman menggunakan pranala magis PMID\";'),('abs','messages:magiclink-tracking-pmid-desc','s:164:\"id:Halaman ini menggunakan pranala magis PMID. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] bagaimana melakukan migrasi.\";'),('abs','messages:magiclink-tracking-rfc','s:40:\"id:Halaman menggunakan pranala magis RFC\";'),('abs','messages:magiclink-tracking-rfc-desc','s:163:\"id:Halaman ini menggunakan pranala magis RFC. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] bagaimana melakukan migrasi.\";'),('abs','messages:mailerror','s:35:\"id:Galat saat mengirimkan surel: $1\";'),('abs','messages:mailmypassword','s:25:\"id:Setel ulang kata sandi\";'),('abs','messages:mailnologin','s:25:\"id:Tidak ada alamat surel\";'),('abs','messages:mailnologintext','s:171:\"id:Anda harus [[Special:UserLogin|masuk log]] dan mempunyai alamat surel yang sah di dalam [[Special:Preferences|preferensi]] untuk mengirimkan surel kepada pengguna lain.\";'),('abs','messages:mainpage','s:15:\"abs:Kintal Muka\";'),('abs','messages:mainpage-description','s:15:\"abs:Kintal muka\";'),('abs','messages:mainpage-nstab','s:15:\"abs:Kintal muka\";'),('abs','messages:mainpage-title','s:4:\"en:-\";'),('abs','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('abs','messages:mar','s:7:\"abs:Mar\";'),('abs','messages:march','s:9:\"abs:Maret\";'),('abs','messages:march-gen','s:9:\"abs:Maret\";'),('abs','messages:markaspatrolleddiff','s:25:\"id:Tandai telah dipatroli\";'),('abs','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('abs','messages:markaspatrolledtext','s:37:\"id:Tandai halaman ini telah dipatroli\";'),('abs','messages:markaspatrolledtext-file','s:41:\"id:Tandai versi berkas sebagai terpatroli\";'),('abs','messages:markedaspatrolled','s:27:\"id:Ditandai telah dipatroli\";'),('abs','messages:markedaspatrollederror','s:39:\"id:Tidak dapat menandai telah dipatroli\";'),('abs','messages:markedaspatrollederror-noautopatrol','s:66:\"id:Anda tidak diizinkan menandai suntingan Anda sendiri dipatroli.\";'),('abs','messages:markedaspatrollederrortext','s:75:\"id:Anda harus menentukan satu revisi untuk ditandai sebagai yang dipatroli.\";'),('abs','messages:markedaspatrollednotify','s:52:\"id:Perubahan ini untuk $1 telah ditandai terpatroli.\";'),('abs','messages:markedaspatrolledtext','s:71:\"id:Revisi yang terpilih dari [[:$1]] telah ditandai sebagai terpatroli.\";'),('abs','messages:maximum-size','s:18:\"id:Ukuran maksimum\";'),('abs','messages:may','s:7:\"abs:Mei\";'),('abs','messages:may-gen','s:7:\"abs:Mei\";'),('abs','messages:may_long','s:7:\"abs:Mey\";'),('abs','messages:mcrundo-changed','s:84:\"id:Halaman ini telah diubah sejak Anda melihat diff. Mohon tinjau perubahan terbaru.\";'),('abs','messages:mcrundo-missingparam','s:59:\"id:Parameter yang dibutuhkan ketika diminta tidak tersedia.\";'),('abs','messages:mcrundo-parse-failed','s:42:\"id:Galat dalam menguraikan revisi baru: $1\";'),('abs','messages:mcrundofailed','s:19:\"id:Pembatalan gagal\";'),('abs','messages:mediastatistics','s:18:\"id:Statistik media\";'),('abs','messages:mediastatistics-allbytes','s:87:\"id:Total ukuran berkas untuk semua {{PLURAL:$3|$3 berkas}}: {{PLURAL:$1|$1 bita}} ($2).\";'),('abs','messages:mediastatistics-bytespertype','s:91:\"id:Total ukuran pada bagian {{PLURAL:$4|$4 berkas}} ($5%): {{PLURAL:$1|$1 bita}} ($2; $3%).\";'),('abs','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('abs','messages:mediastatistics-header-archive','s:21:\"id:Format terkompresi\";'),('abs','messages:mediastatistics-header-audio','s:8:\"id:Audio\";'),('abs','messages:mediastatistics-header-bitmap','s:16:\"id:Gambar bitmap\";'),('abs','messages:mediastatistics-header-drawing','s:16:\"id:Gambar vektor\";'),('abs','messages:mediastatistics-header-executable','s:10:\"id:Program\";'),('abs','messages:mediastatistics-header-multimedia','s:13:\"id:Media kaya\";'),('abs','messages:mediastatistics-header-office','s:18:\"id:Aplikasi Office\";'),('abs','messages:mediastatistics-header-text','s:11:\"id:Tekstual\";'),('abs','messages:mediastatistics-header-total','s:15:\"id:Semua berkas\";'),('abs','messages:mediastatistics-header-unknown','s:18:\"id:Tidak diketahui\";'),('abs','messages:mediastatistics-header-video','s:8:\"id:Video\";'),('abs','messages:mediastatistics-nbytes','s:34:\"id:{{PLURAL:$1|$1 bita}} ($2; $3%)\";'),('abs','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('abs','messages:mediastatistics-summary','s:149:\"id:Statistik mengenai jenis berkas yang diunggah. Hanya mencakup versi terbaru dari berkas. Berkas lama dan berkas yang sudah dihapus tidak termasuk.\";'),('abs','messages:mediastatistics-table-count','s:16:\"id:Jumlah berkas\";'),('abs','messages:mediastatistics-table-extensions','s:11:\"id:Ekstensi\";'),('abs','messages:mediastatistics-table-mimetype','s:12:\"id:Tipe MIME\";'),('abs','messages:mediastatistics-table-totalbytes','s:18:\"id:Ukuran gabungan\";'),('abs','messages:mediawarning','s:120:\"id:\'\'\'Peringatan\'\'\': Berkas ini mungkin mengandung kode berbahaya.\nJika dijalankan, sistem Anda akan berisiko terserang.\";'),('abs','messages:mediawikipage','s:33:\"abs:Lia sistem pung kintal pasang\";'),('abs','messages:mergehistory','s:39:\"id:Riwayat penggabungan sejarah halaman\";'),('abs','messages:mergehistory-autocomment','s:39:\"id:[[:$1]] telah digabungkan ke [[:$2]]\";'),('abs','messages:mergehistory-box','s:41:\"id:Gabung revisi-revisi dari dua halaman:\";'),('abs','messages:mergehistory-comment','s:43:\"id:[[:$1]] telah digabungkan ke [[:$2]]: $3\";'),('abs','messages:mergehistory-done','s:78:\"id:$4 {{PLURAL:$4|revisi|revisi}} dari $1 berhasil digabungkan ke [[:$2]].\n$3.\";'),('abs','messages:mergehistory-empty','s:40:\"id:Tidak ada revisi yang dapat digabung.\";'),('abs','messages:mergehistory-fail','s:97:\"id:Tidak dapat melakukan penggabungan riwayat. Harap periksa kembali parameter halaman dan waktu.\";'),('abs','messages:mergehistory-fail-bad-timestamp','s:29:\"id:Stempel waktu tidak valid.\";'),('abs','messages:mergehistory-fail-invalid-dest','s:30:\"id:Halaman tujuan tidak valid.\";'),('abs','messages:mergehistory-fail-invalid-source','s:28:\"id:Halaman asal tidak valid.\";'),('abs','messages:mergehistory-fail-no-change','s:119:\"id:Penggabungan sejarah tidak berhasil menggabungkan revisi apa pun. Mohon periksa kembali parameter halaman dan waktu.\";'),('abs','messages:mergehistory-fail-permission','s:53:\"id:Izin penggabungan sejarah halaman tidak mencukupi.\";'),('abs','messages:mergehistory-fail-self-merge','s:32:\"id:Halaman asal dan tujuan sama.\";'),('abs','messages:mergehistory-fail-timestamps-overlap','s:65:\"id:Revisi asal tumpang tindih atau lebih baru dari revisi tujuan.\";'),('abs','messages:mergehistory-fail-toobig','s:116:\"id:Tidak dapat melakukan penggabungan sebagai lebih dari batas dari $1 {{PLURAL:$1|revisi|revisi}} akan dipindahkan.\";'),('abs','messages:mergehistory-from','s:18:\"id:Halaman sumber:\";'),('abs','messages:mergehistory-go','s:52:\"id:Tampilkan suntingan-suntingan yang dapat digabung\";'),('abs','messages:mergehistory-header','s:208:\"id:Halaman ini memperbolehkan Anda untuk menggabungkan revisi-revisi dari satu halaman sumber ke halaman yang lebih baru.\nPastikan bahwa perubahan ini tetap mempertahankan kontinuitas versi terdahulu halaman.\";'),('abs','messages:mergehistory-into','s:18:\"id:Halaman tujuan:\";'),('abs','messages:mergehistory-invalid-destination','s:50:\"id:Judul halaman tujuan haruslah judul yang valid.\";'),('abs','messages:mergehistory-invalid-source','s:52:\"id:Judul halaman sumber haruslah judul yang berlaku.\";'),('abs','messages:mergehistory-list','s:43:\"id:Sejarah suntingan yang dapat digabungkan\";'),('abs','messages:mergehistory-merge','s:232:\"id:Revisi-revisi berikut dari [[:$1]] dapat digabungkan ke [[:$2]]. \nGunakan tombol radio untuk menggabungkan revisi-revisi yang dibuat sebelum waktu tertentu. Perhatikan bahwa menggunakan pranala navigasi akan mengeset ulang kolom.\";'),('abs','messages:mergehistory-no-destination','s:31:\"id:Halaman tujuan $1 tidak ada.\";'),('abs','messages:mergehistory-no-source','s:31:\"id:Halaman sumber $1 tidak ada.\";'),('abs','messages:mergehistory-reason','s:10:\"id:Alasan:\";'),('abs','messages:mergehistory-redirect-text','s:3:\"en:\";'),('abs','messages:mergehistory-revisionrow','s:26:\"id:$1 ($2) $3 . . $4 $5 $6\";'),('abs','messages:mergehistory-same-destination','s:50:\"id:Nama halaman sumber dan tujuan tidak boleh sama\";'),('abs','messages:mergehistory-source-deleted','s:149:\"id:Selain itu, [[:$1]] telah dihapus karena tidak lagi memiliki revisi yang bisa dilihat dan model kontennya tidak mendukung meninggalkan pengalihan.\";'),('abs','messages:mergehistory-source-deleted-reason','s:150:\"id:Halaman sumber secara otomatis dihapus setelah penggabungan riwayat karena model kontennya tidak mendukung pengalihan dan tidak ada revisi tersisa.\";'),('abs','messages:mergehistory-submit','s:16:\"id:Gabung revisi\";'),('abs','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('abs','messages:mergelog','s:19:\"id:Log penggabungan\";'),('abs','messages:mergelogpagetext','s:80:\"id:Di bawah ini adalah daftar penggabungan sejarah halaman ke halaman yang lain.\";'),('abs','messages:metadata','s:12:\"abs:Metadata\";'),('abs','messages:metadata-collapse','s:31:\"id:Sembunyikan rincian tambahan\";'),('abs','messages:metadata-expand','s:29:\"id:Tampilkan rincian tambahan\";'),('abs','messages:metadata-fields','s:367:\"abs:Metadata gambar pung bidang dalam akang pasang, bakal katong kas maso dalang kintal gambar pung tampilan kal metadata pung tabel su dikase kacil.\nData laeng dong seng kas lia secara bawaan.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('abs','messages:metadata-help','s:313:\"id:Berkas ini mengandung informasi tambahan yang mungkin ditambahkan oleh kamera digital atau pemindai yang digunakan untuk membuat atau mendigitalisasi berkas. Jika berkas ini telah mengalami modifikasi, rincian yang ada mungkin tidak secara penuh merefleksikan informasi dari gambar yang sudah dimodifikasi ini.\";'),('abs','messages:metadata-langitem','s:26:\"id:<strong>$2:</strong> $1\";'),('abs','messages:metadata-langitem-default','s:5:\"en:$1\";'),('abs','messages:mimesearch','s:17:\"id:Pencarian MIME\";'),('abs','messages:mimesearch-summary','s:164:\"id:Halaman ini menyediakan fasilitas menyaring berkas berdasarkan tipe MIME-nya. Masukkan: contenttype/subtype atau contenttype/*, misalnya <code>image/jpeg</code>.\";'),('abs','messages:mimetype','s:13:\"id:Tipe MIME:\";'),('abs','messages:minimum-size','s:17:\"id:Ukuran minimum\";'),('abs','messages:minlength1','s:59:\"id:Nama berkas paling kurang wajib terdiri dari satu huruf.\";'),('abs','messages:minoredit','s:30:\"abs:Akang dapa robah sadiki sa\";'),('abs','messages:minoreditletter','s:4:\"id:k\";'),('abs','messages:minutes','s:34:\"id:{{PLURAL:$1|$1 menit|$1 menit}}\";'),('abs','messages:minutes-abbrev','s:9:\"id:$1 mnt\";'),('abs','messages:minutes-ago','s:35:\"id:$1 {{PLURAL:$1|menit}} yang lalu\";'),('abs','messages:missing-article','s:407:\"id:Basis data tidak dapat menemukan teks dari halaman yang seharusnya ada, yaitu \"$1\" $2.\n\nHal ini biasanya disebabkan oleh pranala usang ke revisi terdahulu halaman yang telah dihapuskan.\n\nJika bukan ini penyebabnya, Anda mungkin telah menemukan sebuah bug dalam perangkat lunak.\nSilakan laporkan hal ini kepada salah seorang [[Special:ListUsers/sysop|Pengurus]], dengan menyebutkan alamat URL yang dituju.\";'),('abs','messages:missing-revision','s:262:\"id:Revisi #$1 halaman berjudul \"{{FULLPAGENAME}}\" tidak eksis.\n\nHal ini biasanya disebabkan oleh tautan versi terdahulu menuju halaman yang sudah dihapus.\nRinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('abs','messages:missing-revision-content','s:66:\"id:Konten revisi # $1 dari halaman bernama \"$2\" tidak dapat dimuat\";'),('abs','messages:missing-revision-permission','s:248:\"id:Revisi #$1 merupakan revisi dari halaman yang telah dihapus. Anda bisa [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} melihatnya]; perinciannya bisa ditemukan di [{{fullurl:{{#Special:Log}}/delete|page=$3}} log penghapusan].\";'),('abs','messages:missingarticle-diff','s:17:\"id:(Beda: $1, $2)\";'),('abs','messages:missingarticle-rev','s:16:\"id:(revisi#: $1)\";'),('abs','messages:missingcommentheader','s:167:\"id:\'\'\'Peringatan:\'\'\' Anda belum memberikan subjek atau judul untuk komentar Anda. Jika Anda kembali menekan \"$1\", suntingan Anda akan diterbitkan tanpa judul tersebut.\";'),('abs','messages:missingcommenttext','s:28:\"id:Tolong masukkan komentar.\";'),('abs','messages:missingsummary','s:178:\"id:<strong>Peringatan:</strong> Anda tidak memasukkan ringkasan penyuntingan. Jika Anda kembali menekan tombol \"$1\", suntingan Anda akan diterbitkan tanpa ringkasan penyuntingan.\";'),('abs','messages:mobile-frontend-account-create-captcha-placeholder','s:27:\"id:Masukkan kode konfirmasi\";'),('abs','messages:mobile-frontend-account-create-email-placeholder','s:35:\"id:Alamat surel/email (harap diisi)\";'),('abs','messages:mobile-frontend-account-create-submit','s:12:\"id:Mendaftar\";'),('abs','messages:mobile-frontend-app-title','s:13:\"id:Mobile App\";'),('abs','messages:mobile-frontend-back-to-top-of-section','s:31:\"id:Kembali ke bagian sebelumnya\";'),('abs','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('abs','messages:mobile-frontend-categories-add','s:18:\"id:Tambah kategori\";'),('abs','messages:mobile-frontend-categories-add-heading','s:57:\"id:<strong>Tambahkan kategori ke</strong><span> $1</span>\";'),('abs','messages:mobile-frontend-categories-add-wait','s:36:\"id:Menyimpan kategori, harap tunggu.\";'),('abs','messages:mobile-frontend-categories-heading','s:28:\"id:<strong>Kategori</strong>\";'),('abs','messages:mobile-frontend-categories-hidden','s:12:\"id:Organisir\";'),('abs','messages:mobile-frontend-categories-nocat','s:44:\"id:Halaman ini belum masuk kategori manapun.\";'),('abs','messages:mobile-frontend-categories-nodata','s:66:\"id:Ada kesalahan. Apakah kategori yang ditambahkan sudah disimpan?\";'),('abs','messages:mobile-frontend-categories-nomatch','s:53:\"id:Tidak ada kategori yang ditemukan. Coba cari lagi.\";'),('abs','messages:mobile-frontend-categories-normal','s:14:\"id:Halaman isi\";'),('abs','messages:mobile-frontend-categories-search','s:16:\"id:Cari kategori\";'),('abs','messages:mobile-frontend-categories-subheading','s:37:\"id:Halaman termasuk kategori berikut:\";'),('abs','messages:mobile-frontend-categories-summary','s:22:\"id:Penambahan kategori\";'),('abs','messages:mobile-frontend-changeslist-ip','s:18:\"id:Pengguna anonim\";'),('abs','messages:mobile-frontend-changeslist-nocomment','s:32:\"id:tidak ada ringkasan suntingan\";'),('abs','messages:mobile-frontend-clear-search','s:12:\"id:Kosongkan\";'),('abs','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('abs','messages:mobile-frontend-console-recruit','s:294:\"id:\\o/ Hei! Ini adalah perangkat lunak open source dan kami perlu sukarelawan untuk membantu mengembangkannya, membuatnya lebih baik dan memperbaiki bug yang mungkin Anda temukan pada konsol JavaScript ini!\n\nAnda dapat menemukan backlog kami @ https://phabricator.wikimedia.org/project/view/67/\";'),('abs','messages:mobile-frontend-contribution-summary','s:74:\"id:Semua suntingan dibuat oleh {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('abs','messages:mobile-frontend-cookies-required','s:81:\"id:Kuki dibutuhkan untuk mengganti tampilan. Silakan aktifkan kuki dan coba lagi.\";'),('abs','messages:mobile-frontend-copyright','s:55:\"id:Konten tersedia di bawah $1 kecuali dinyatakan lain.\";'),('abs','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('abs','messages:mobile-frontend-desc','s:18:\"id:Mobile Frontend\";'),('abs','messages:mobile-frontend-diffview-404-desc','s:45:\"id:ID untuk revisi yang Anda minta tidak ada.\";'),('abs','messages:mobile-frontend-diffview-404-title','s:15:\"id:Revisi buruk\";'),('abs','messages:mobile-frontend-diffview-anonymous','s:18:\"id:Pengguna anonim\";'),('abs','messages:mobile-frontend-diffview-bytesadded','s:36:\"id:$1 {{PLURAL:$1|bita}} ditambahkan\";'),('abs','messages:mobile-frontend-diffview-bytesnochange','s:29:\"id:Tidak ada perubahan ukuran\";'),('abs','messages:mobile-frontend-diffview-bytesremoved','s:32:\"id:$1 {{PLURAL:$1|bita}} dihapus\";'),('abs','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('abs','messages:mobile-frontend-diffview-editcount','s:40:\"id:<div>$1</div> {{PLURAL:$1|suntingan}}\";'),('abs','messages:mobile-frontend-diffview-explained','s:53:\"id:Baris berikut ini ditambahkan (+) dan dihapus (-):\";'),('abs','messages:mobile-frontend-diffview-title','s:12:\"id:Perubahan\";'),('abs','messages:mobile-frontend-disable-images','s:40:\"id:Nonaktifkan gambar pada situs seluler\";'),('abs','messages:mobile-frontend-dismiss-notification','s:26:\"id:tutup pemberitahuan ini\";'),('abs','messages:mobile-frontend-donate-button-label','s:13:\"id:Menyumbang\";'),('abs','messages:mobile-frontend-donate-image-anon','s:56:\"id:Silakan masuk log untuk membuka halaman pengunggahan.\";'),('abs','messages:mobile-frontend-donate-image-heading','s:27:\"id:Kontribusi terakhir Anda\";'),('abs','messages:mobile-frontend-donate-image-login-action','s:44:\"id:Masuk log untuk berbagi media milik Anda.\";'),('abs','messages:mobile-frontend-donate-image-nouploads','s:22:\"id:Tidak ada unggahan.\";'),('abs','messages:mobile-frontend-donate-image-signup-action','s:44:\"id:Mendaftar untuk berbagi media pada dunia.\";'),('abs','messages:mobile-frontend-donate-image-title','s:9:\"id:Unggah\";'),('abs','messages:mobile-frontend-donate-photo-first-upload-success','s:55:\"id:Berhasil! Terima kasih atas kontribusi pertama Anda!\";'),('abs','messages:mobile-frontend-donate-photo-upload-success','s:66:\"id:Sukses! Gambar Anda sekarang dapat digunakan pada {{SITENAME}}!\";'),('abs','messages:mobile-frontend-drawer-cancel','s:8:\"id:Batal\";'),('abs','messages:mobile-frontend-edit-login-action','s:30:\"id:Masuk log untuk menyunting.\";'),('abs','messages:mobile-frontend-edit-signup-action','s:33:\"id:Mendaftarlah untuk menyunting.\";'),('abs','messages:mobile-frontend-editor-abusefilter-disallow','s:72:\"id:Suntingan ini tidak bisa disimpan karena kami mendeteksi ada masalah.\";'),('abs','messages:mobile-frontend-editor-abusefilter-read-more','s:20:\"id:Baca lebih lanjut\";'),('abs','messages:mobile-frontend-editor-abusefilter-warning','s:110:\"id:Peringatan: Apakah Anda yakin Anda ingin menyimpan perubahan ini? Mungkin ada masalah dengan suntingan itu.\";'),('abs','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('abs','messages:mobile-frontend-editor-anon','s:26:\"id:Sunting tanpa masuk log\";'),('abs','messages:mobile-frontend-editor-anonwarning','s:272:\"id:<strong>Peringatan</strong>: Anda belum masuk log. IP Anda akan terlihat secara publik jika Anda membuat suntingan. Jika Anda <strong>masuk log</strong> atau <strong>membuat akun</strong>, suntingan Anda akan melekat pada nama pengguna Anda, berikut keuntungan lainnya.\";'),('abs','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('abs','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('abs','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('abs','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('abs','messages:mobile-frontend-editor-cancel','s:8:\"id:Batal\";'),('abs','messages:mobile-frontend-editor-cancel-confirm','s:61:\"id:Apakah Anda benar-benar ingin meninggalkan suntingan Anda?\";'),('abs','messages:mobile-frontend-editor-captcha-try-again','s:25:\"id:Kode salah, coba lagi.\";'),('abs','messages:mobile-frontend-editor-continue','s:13:\"id:Berikutnya\";'),('abs','messages:mobile-frontend-editor-cta','s:32:\"id:Bantu kembangkan halaman ini!\";'),('abs','messages:mobile-frontend-editor-disabled','s:52:\"id:Halaman ini dilindungi untuk mencegah vandalisme.\";'),('abs','messages:mobile-frontend-editor-edit','s:10:\"id:Sunting\";'),('abs','messages:mobile-frontend-editor-editing','s:15:\"id:Penyuntingan\";'),('abs','messages:mobile-frontend-editor-editing-page','s:46:\"id:<strong>Menyunting</strong><span> $1</span>\";'),('abs','messages:mobile-frontend-editor-error','s:36:\"id:Galat, suntingan tidak tersimpan.\";'),('abs','messages:mobile-frontend-editor-error-conflict','s:53:\"id:Galat, pengguna lain telah menyunting halaman ini.\";'),('abs','messages:mobile-frontend-editor-error-loading','s:36:\"id:Galat, tidak dapat memuat bagian.\";'),('abs','messages:mobile-frontend-editor-error-preview','s:94:\"id:Galat, sesuatu yang tak terduga terjadi saat memuat pratayang. Silakan tutup dan coba lagi.\";'),('abs','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('abs','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('abs','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('abs','messages:mobile-frontend-editor-keep-editing','s:25:\"id:Lanjutkan penyuntingan\";'),('abs','messages:mobile-frontend-editor-licensing','s:95:\"id:Dengan menyimpan perubahan, Anda setuju untuk melepaskan kontribusi Anda dibawah lisensi $1.\";'),('abs','messages:mobile-frontend-editor-licensing-with-terms','s:114:\"id:Dengan menyimpan perubahan, Anda setuju pada $1 dan setuju untuk melepaskan kontribusi Anda dibawah lisensi $2.\";'),('abs','messages:mobile-frontend-editor-new-page-confirm','s:72:\"id:{{GENDER:$1|Anda yakin akan membuat}} halaman baru pada {{SITENAME}}?\";'),('abs','messages:mobile-frontend-editor-newpage-prompt','s:60:\"id:Halaman ini tidak ada. Mengapa tidak Anda coba buat saja?\";'),('abs','messages:mobile-frontend-editor-placeholder','s:66:\"id:Bagian ini kosong. Jadilah orang pertama yang mengembangkannya!\";'),('abs','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"id:{{GENDER:$1|Anda membuat}} halaman baru pada {{SITENAME}}!\";'),('abs','messages:mobile-frontend-editor-previewing-page','s:47:\"id:<span><strong>Menampilkan</strong> $1</span>\";'),('abs','messages:mobile-frontend-editor-redirect-title','s:31:\"id:Mengalihkan ke penyunting...\";'),('abs','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('abs','messages:mobile-frontend-editor-redlink-explain','s:27:\"id:Halaman ini belum dibuat\";'),('abs','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('abs','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('abs','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('abs','messages:mobile-frontend-editor-save','s:9:\"id:Simpan\";'),('abs','messages:mobile-frontend-editor-success','s:38:\"id:Berhasil! Suntingan Anda tersimpan.\";'),('abs','messages:mobile-frontend-editor-success-landmark-1','s:57:\"id:Selamat, sekarang Anda adalah penyunting {{SITENAME}}!\";'),('abs','messages:mobile-frontend-editor-success-new-page','s:39:\"id:Selamat atas pembuatan halaman baru!\";'),('abs','messages:mobile-frontend-editor-summary','s:13:\"id:Ringkasan:\";'),('abs','messages:mobile-frontend-editor-summary-placeholder','s:60:\"id:Contoh: perbaikan kesalahan pengetikan, penambahan konten\";'),('abs','messages:mobile-frontend-editor-summary-request','s:40:\"id:Bagaimana Anda mengembangkan halaman?\";'),('abs','messages:mobile-frontend-editor-switch-confirm','s:75:\"id:Anda harus menyimpan suntingan Anda sebelum berpindah ke suntingan lain.\";'),('abs','messages:mobile-frontend-editor-switch-editor','s:19:\"id:Pindah suntingan\";'),('abs','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('abs','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('abs','messages:mobile-frontend-editor-tutorial-cancel','s:23:\"id:Tidak, terima kasih.\";'),('abs','messages:mobile-frontend-editor-tutorial-confirm','s:19:\"id:Mulai menyunting\";'),('abs','messages:mobile-frontend-editor-tutorial-summary','s:71:\"id:Cobalah mengembangkan halaman $1. Jangan takut pada pengkodean wiki.\";'),('abs','messages:mobile-frontend-editor-unavailable','s:101:\"id:Penyuntingan lewat seluler saat ini tidak tersedia pada peramban Anda. Silakan coba peramban lain.\";'),('abs','messages:mobile-frontend-editor-undo-unsupported','s:60:\"id:Fitur pembatalan saat ini tidak didukung melalui seluler.\";'),('abs','messages:mobile-frontend-editor-uploadenable','s:60:\"id:Silakan unggah foto dulu untuk mengaktifkan penyuntingan.\";'),('abs','messages:mobile-frontend-editor-viewing-source-page','s:59:\"id:<strong>Menampilkan sumber dari</strong><span> $1</span>\";'),('abs','messages:mobile-frontend-editor-wait','s:37:\"id:Menyimpan suntingan, mohon tunggu.\";'),('abs','messages:mobile-frontend-enable-images','s:37:\"id:Aktifkan gambar pada situs seluler\";'),('abs','messages:mobile-frontend-expand-sections-description','s:53:\"id:Selalu kembangkan bagian saat menjelajahi halaman.\";'),('abs','messages:mobile-frontend-expand-sections-status','s:26:\"id:Kembangkan semua bagian\";'),('abs','messages:mobile-frontend-featured-article','s:18:\"id:Artikel pilihan\";'),('abs','messages:mobile-frontend-first-upload-wizard-new-page-1','s:58:\"id:Gambar pada {{SITENAME}} berasal dari Wikimedia Commons\";'),('abs','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:77:\"id:Kirimkan gambar yang Anda buat. Bantulah {{SITENAME}} menjadi lebih hidup!\";'),('abs','messages:mobile-frontend-first-upload-wizard-new-page-2','s:103:\"id:Hindari materi berhak cipta yang Anda temukan dari internet seperti gambar poster, sampul buku, dll.\";'),('abs','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:61:\"id:Gambar Anda membantu mendidik orang-orang di seluruh dunia\";'),('abs','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:12:\"id:Mengerti?\";'),('abs','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:6:\"id:Ya!\";'),('abs','messages:mobile-frontend-fontchanger-desc','s:56:\"id:Besarkan atau kecilkan ukuran teks agar dapat dibaca.\";'),('abs','messages:mobile-frontend-fontchanger-link','s:15:\"id:Ukuran huruf\";'),('abs','messages:mobile-frontend-footer-contact','s:9:\"id:Kontak\";'),('abs','messages:mobile-frontend-footer-sitename','s:15:\"id:{{SITENAME}}\";'),('abs','messages:mobile-frontend-generic-404-desc','s:42:\"id:Halaman yang Anda cari tidak ditemukan.\";'),('abs','messages:mobile-frontend-generic-404-title','s:34:\"id:Galat - Halaman tidak ditemukan\";'),('abs','messages:mobile-frontend-generic-login','s:53:\"id:{{SITENAME}} dibuat oleh orang-orang seperti Anda.\";'),('abs','messages:mobile-frontend-generic-login-action','s:33:\"id:Masuk log untuk berkontribusi.\";'),('abs','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('abs','messages:mobile-frontend-generic-signup-action','s:33:\"id:Mendaftar untuk berkontribusi.\";'),('abs','messages:mobile-frontend-history','s:39:\"id:Lihat riwayat suntingan halaman ini.\";'),('abs','messages:mobile-frontend-history-404-desc','s:117:\"id:Tidak dapat melihat riwayat suntingan halaman. Mungkin halamannya sudah dihapus atau Anda klik pranala yang salah.\";'),('abs','messages:mobile-frontend-history-404-title','s:20:\"id:Halaman tidak ada\";'),('abs','messages:mobile-frontend-history-no-results','s:48:\"id:Filter menghasilkan riwayat yang tidak cocok.\";'),('abs','messages:mobile-frontend-home-button','s:10:\"id:Beranda\";'),('abs','messages:mobile-frontend-image-cancel-confirm','s:25:\"id:Batalkan pengunggahan?\";'),('abs','messages:mobile-frontend-image-heading-describe','s:25:\"id:\'\'\'Deskripsi\'\'\' gambar\";'),('abs','messages:mobile-frontend-image-uploading','s:29:\"id:\'\'\'Mengunggah\'\'\' gambar...\";'),('abs','messages:mobile-frontend-images-status','s:9:\"id:Gambar\";'),('abs','messages:mobile-frontend-language-article-heading','s:25:\"id:Baca dalam bahasa lain\";'),('abs','messages:mobile-frontend-language-header','s:53:\"id:Artikel ini tersedia dalam $1 {{PLURAL:$1|bahasa}}\";'),('abs','messages:mobile-frontend-language-heading','s:26:\"id:<strong>Bahasa</strong>\";'),('abs','messages:mobile-frontend-language-site-choose','s:14:\"id:Cari bahasa\";'),('abs','messages:mobile-frontend-language-variant-header','s:45:\"id:Pilih varian {{#language:{{CONTENTLANG}}}}\";'),('abs','messages:mobile-frontend-languages-404-desc','s:35:\"id:Judul yang valid harus spesifik.\";'),('abs','messages:mobile-frontend-languages-404-title','s:15:\"id:Galat bahasa\";'),('abs','messages:mobile-frontend-languages-header','s:9:\"id:Bahasa\";'),('abs','messages:mobile-frontend-languages-header-page','s:14:\"id:$1 - Bahasa\";'),('abs','messages:mobile-frontend-languages-nonexistent-title','s:26:\"id:Halaman \"$1\" tidak ada.\";'),('abs','messages:mobile-frontend-languages-text','s:45:\"id:$1 tersedia dalam $2 {{PLURAL:$2|bahasa}}.\";'),('abs','messages:mobile-frontend-languages-variant-header','s:39:\"id:varian {{#language:{{CONTENTLANG}}}}\";'),('abs','messages:mobile-frontend-last-modified-date','s:36:\"id:Terakhir diubah pada $1, pukul $2\";'),('abs','messages:mobile-frontend-last-modified-days','s:50:\"id:Terakhir diubah {{PLURAL:$1|$1 hari}} yang lalu\";'),('abs','messages:mobile-frontend-last-modified-hours','s:49:\"id:Terakhir diubah {{PLURAL:$1|$1 jam}} yang lalu\";'),('abs','messages:mobile-frontend-last-modified-just-now','s:28:\"id:Terakhir diubah baru saja\";'),('abs','messages:mobile-frontend-last-modified-minutes','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 menit}} yang lalu\";'),('abs','messages:mobile-frontend-last-modified-months','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 bulan}} yang lalu\";'),('abs','messages:mobile-frontend-last-modified-seconds','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 detik}} yang lalu\";'),('abs','messages:mobile-frontend-last-modified-with-user-days','s:125:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 hari}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-with-user-hours','s:124:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 jam}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-with-user-just-now','s:94:\"id:[$3 Baru saja {{GENDER:$1|disunting}}] oleh {{PLURAL:$4|[$5 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-with-user-minutes','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 menit}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-with-user-months','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 bulan}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-with-user-seconds','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 detik}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-with-user-years','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 tahun}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('abs','messages:mobile-frontend-last-modified-years','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 tahun}} yang lalu\";'),('abs','messages:mobile-frontend-lead-image-tutorial-confirm','s:19:\"id:Mulai mengunggah\";'),('abs','messages:mobile-frontend-lead-image-tutorial-summary','s:155:\"id:Pastikan bahwa gambar Anda dapat membantu mengilustrasikan halaman. Gambar tersebut harus gambar yang Anda buat sendiri, yang tidak melanggar hak cipta.\";'),('abs','messages:mobile-frontend-loading-message','s:12:\"id:Memuat...\";'),('abs','messages:mobile-frontend-logged-in-homepage-notification','s:22:\"id:Selamat datang, $1!\";'),('abs','messages:mobile-frontend-logged-in-toast-notification','s:24:\"id:Masuk log sebagai $1.\";'),('abs','messages:mobile-frontend-logged-out','s:18:\"id:Belum masuk log\";'),('abs','messages:mobile-frontend-login','s:12:\"id:Masuk log\";'),('abs','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('abs','messages:mobile-frontend-main-menu-account-create','s:12:\"id:Buat akun\";'),('abs','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('abs','messages:mobile-frontend-main-menu-button-tooltip','s:18:\"id:Buka menu utama\";'),('abs','messages:mobile-frontend-main-menu-featured','s:10:\"id:Pilihan\";'),('abs','messages:mobile-frontend-main-menu-login','s:12:\"id:Masuk log\";'),('abs','messages:mobile-frontend-main-menu-logout','s:13:\"id:Keluar log\";'),('abs','messages:mobile-frontend-main-menu-nearby','s:12:\"id:Sekitaran\";'),('abs','messages:mobile-frontend-main-menu-page-title','s:17:\"id:Navigasi situs\";'),('abs','messages:mobile-frontend-main-menu-settings','s:13:\"id:Pengaturan\";'),('abs','messages:mobile-frontend-main-menu-settings-heading','s:13:\"id:Pengaturan\";'),('abs','messages:mobile-frontend-main-menu-upload','s:9:\"id:Unggah\";'),('abs','messages:mobile-frontend-main-menu-watchlist','s:18:\"id:Daftar pantauan\";'),('abs','messages:mobile-frontend-media-details','s:10:\"id:Rincian\";'),('abs','messages:mobile-frontend-media-license-link','s:20:\"id:Informasi lisensi\";'),('abs','messages:mobile-frontend-meta-data-issues','s:34:\"id:Keterangan \'tag\' di halaman ini\";'),('abs','messages:mobile-frontend-meta-data-issues-categories','s:23:\"id:Tentang kategori ini\";'),('abs','messages:mobile-frontend-meta-data-issues-header','s:6:\"id:Tag\";'),('abs','messages:mobile-frontend-meta-data-issues-header-talk','s:22:\"id:Tentang halaman ini\";'),('abs','messages:mobile-frontend-meta-data-issues-talk','s:34:\"id:Tentang halaman pembicaraan ini\";'),('abs','messages:mobile-frontend-missing-image','s:9:\"id:Gambar\";'),('abs','messages:mobile-frontend-nearby-distance','s:22:\"id:{{PLURAL:$1|$1 km}}\";'),('abs','messages:mobile-frontend-nearby-distance-meters','s:21:\"id:{{PLURAL:$1|$1 m}}\";'),('abs','messages:mobile-frontend-nearby-error','s:53:\"id:Fitur Sekitaran {{SITENAME}} ada beberapa masalah.\";'),('abs','messages:mobile-frontend-nearby-error-guidance','s:32:\"id:Cobalah perbarui lokasi Anda.\";'),('abs','messages:mobile-frontend-nearby-loading','s:38:\"id:Memuat topik di sekitar lokasi Anda\";'),('abs','messages:mobile-frontend-nearby-lookup-ui-error','s:68:\"id:Fitur Sekitaran {{SITENAME}} tidak tahu lokasi Anda... coba lagi?\";'),('abs','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:54:\"id:Coba ke area terbuka dengan sinyal yang lebih baik.\";'),('abs','messages:mobile-frontend-nearby-noresults','s:95:\"id:Di luar sana sepi... Tidak ada artikel lain tentang tempat di sekitaran Anda yang ditemukan.\";'),('abs','messages:mobile-frontend-nearby-noresults-guidance','s:88:\"id:Cobalah membuat sebuah halaman baru atau menambahkan lokasi ke halaman yang sudah ada\";'),('abs','messages:mobile-frontend-nearby-permission','s:77:\"id:Fitur Sekitaran {{SITENAME}} tidak dapat izin untuk mengakses lokasi Anda.\";'),('abs','messages:mobile-frontend-nearby-permission-guidance','s:125:\"id:Pastikan Anda memberikan izin untuk menunjukkan lokasi Anda. Anda mungkin perlu memeriksa pengaturan lokasi peramban Anda.\";'),('abs','messages:mobile-frontend-nearby-refresh','s:18:\"id:Perbarui lokasi\";'),('abs','messages:mobile-frontend-nearby-requirements','s:69:\"id:Maaf! Peramban Anda tidak mendukung fitur Sekitaran {{SITENAME}} .\";'),('abs','messages:mobile-frontend-nearby-requirements-guidance','s:92:\"id:Cobalah peramban yang lain atau mengaktifkan JavaScript jika Anda telah menonaktifkannya.\";'),('abs','messages:mobile-frontend-nearby-sectiontext','s:22:\"id:Sekitar halaman ini\";'),('abs','messages:mobile-frontend-nearby-title','s:12:\"id:Sekitaran\";'),('abs','messages:mobile-frontend-news-items','s:20:\"id:Dalam pemberitaan\";'),('abs','messages:mobile-frontend-opt-in-explain','s:139:\"id:Dengan bergabung dengan beta, Anda akan mendapatkan akses ke fitur-fitur eksperimental, namun dengan risiko menjumpai galat dan masalah.\";'),('abs','messages:mobile-frontend-overlay-close','s:8:\"id:Tutup\";'),('abs','messages:mobile-frontend-overlay-continue','s:12:\"id:Lanjutkan\";'),('abs','messages:mobile-frontend-page-edit-summary','s:53:\"id:<span><strong>Sunting ringkasan</strong> $1</span>\";'),('abs','messages:mobile-frontend-page-menu-contents','s:6:\"id:isi\";'),('abs','messages:mobile-frontend-page-menu-history','s:18:\"id:Versi terdahulu\";'),('abs','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('abs','messages:mobile-frontend-pageaction-edit-tooltip','s:35:\"id:Sunting bagian awal halaman ini.\";'),('abs','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"id:Unggah foto utama ke halaman ini.\";'),('abs','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('abs','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('abs','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('abs','messages:mobile-frontend-password','s:14:\"id:Kata sandi:\";'),('abs','messages:mobile-frontend-password-confirm-placeholder','s:19:\"id:Konfirmasi sandi\";'),('abs','messages:mobile-frontend-password-placeholder','s:13:\"id:Kata sandi\";'),('abs','messages:mobile-frontend-photo-article-donate-comment','s:43:\"id:Kirim gambar lewat Istimewa:Pengunggahan\";'),('abs','messages:mobile-frontend-photo-article-edit-comment','s:48:\"id:Tambahkan gambar untuk digunakan pada halaman\";'),('abs','messages:mobile-frontend-photo-caption-placeholder','s:40:\"id:Beri deskrisi gambar ini (diperlukan)\";'),('abs','messages:mobile-frontend-photo-licensing','s:90:\"id:Dengan mengunggah gambar ini, Anda setuju untuk melepas gambar Anda dibawah lisensi $1.\";'),('abs','messages:mobile-frontend-photo-licensing-with-terms','s:109:\"id:Dengan mengunggah gambar ini, Anda setuju pada $1 dan setuju untuk melepas gambar Anda dibawah lisensi $2.\";'),('abs','messages:mobile-frontend-photo-ownership','s:37:\"id:Saya, $1, yang membuat gambar ini.\";'),('abs','messages:mobile-frontend-photo-ownership-confirm','s:12:\"id:Mengerti!\";'),('abs','messages:mobile-frontend-photo-ownership-help','s:19:\"id:Apa artinya ini?\";'),('abs','messages:mobile-frontend-photo-submit','s:9:\"id:Unggah\";'),('abs','messages:mobile-frontend-photo-upload','s:34:\"id:Tambahkan gambar ke halaman ini\";'),('abs','messages:mobile-frontend-photo-upload-anon','s:61:\"id:Silakan masuk log untuk menambahkan gambar ke halaman ini.\";'),('abs','messages:mobile-frontend-photo-upload-comment','s:32:\"id:Menambahkan gambar ke halaman\";'),('abs','messages:mobile-frontend-photo-upload-copyvio','s:132:\"id:Peringatan! Foto ini terlihat mencurigakan. Jika bukan Anda yang membidiknya, mohon jangan diunggah. Anda tetap akan melanjutkan?\";'),('abs','messages:mobile-frontend-photo-upload-error','s:20:\"id:Galat, coba lagi.\";'),('abs','messages:mobile-frontend-photo-upload-error-file-type','s:33:\"id:Harap hanya mengunggah gambar.\";'),('abs','messages:mobile-frontend-photo-upload-error-filename','s:59:\"id:Galat, harap memberikan ringkasan yang lebih deskriptif.\";'),('abs','messages:mobile-frontend-photo-upload-generic','s:24:\"id:Sumbang sebuah gambar\";'),('abs','messages:mobile-frontend-photo-upload-invalid-user','s:33:\"id:Pengguna \"$1\" belum terdaftar.\";'),('abs','messages:mobile-frontend-photo-upload-success-article','s:62:\"id:Berhasil! Gambar Anda sekarang telah tampil di halaman ini.\";'),('abs','messages:mobile-frontend-photo-upload-unavailable','s:53:\"id:Peramban Anda tidak mendukung pengunggahan gambar.\";'),('abs','messages:mobile-frontend-photo-upload-user-count','s:41:\"id:{{PLURAL:$1|<span>$1</span> unggahan}}\";'),('abs','messages:mobile-frontend-photo-upload-user-count-over-limit','s:16:\"id:500+ unggahan\";'),('abs','messages:mobile-frontend-placeholder','s:23:\"id:Cari di {{SITENAME}}\";'),('abs','messages:mobile-frontend-placeholder-alpha','s:39:\"id:Cari di {{SITENAME}} (Eksperimental)\";'),('abs','messages:mobile-frontend-placeholder-app','s:33:\"id:Cari di {{SITENAME}} (Web App)\";'),('abs','messages:mobile-frontend-placeholder-beta','s:30:\"id:Cari di {{SITENAME}} (Beta)\";'),('abs','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('abs','messages:mobile-frontend-privacy-link-text','s:10:\"id:Privasi\";'),('abs','messages:mobile-frontend-profile-activity-heading','s:20:\"id:Aktivitas terkini\";'),('abs','messages:mobile-frontend-profile-error','s:12:\"id:Oh tidak!\";'),('abs','messages:mobile-frontend-profile-footer-ancient','s:138:\"id:Membuat [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('abs','messages:mobile-frontend-profile-footer-days','s:179:\"id:Bergabung {{PLURAL:$2|$2 hari}} yang lalu dengan [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('abs','messages:mobile-frontend-profile-footer-months','s:191:\"id:Bergabung lebih dari {{PLURAL:$2|$2 bulan}} yang lalu dengan [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('abs','messages:mobile-frontend-profile-footer-years','s:191:\"id:Bergabung lebih dari {{PLURAL:$2|$2 tahun}} yang lalu dengan [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('abs','messages:mobile-frontend-profile-last-edit','s:96:\"id:{{GENDER:$3|Menyunting}} halaman [[:$1]], {{PLURAL:$2|kemarin|$2 hari yang lalu|0=hari ini}}.\";'),('abs','messages:mobile-frontend-profile-last-thank','s:86:\"id:Ucapan {{GENDER:$2|terima kasih}} {{GENDER:$1|dari}} [[Special:UserProfile/$1|$1]].\";'),('abs','messages:mobile-frontend-profile-noargs','s:89:\"id:Nama pengguna tidak diberikan. Silakan masukkan nama pengguna untuk melihat profilnya.\";'),('abs','messages:mobile-frontend-profile-nouser','s:142:\"id:Tidak ada pengguna dengan nama demikian. Nama pengguna dibedakan huruf kapitalnya, harap periksa kembali apakah sudah diketik dengan benar.\";'),('abs','messages:mobile-frontend-profile-title','s:18:\"id:Profil pengguna\";'),('abs','messages:mobile-frontend-profile-userpage-link','s:43:\"id:Kunjungi halaman {{GENDER:$1|pengguna}}.\";'),('abs','messages:mobile-frontend-profile-usertalk','s:33:\"id:{{GENDER:$1|Bicara dengan $1}}\";'),('abs','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('abs','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('abs','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('abs','messages:mobile-frontend-random-button','s:12:\"id:Sembarang\";'),('abs','messages:mobile-frontend-references-citation','s:10:\"id:Kutipan\";'),('abs','messages:mobile-frontend-regular-site','s:14:\"id:Tampilan PC\";'),('abs','messages:mobile-frontend-requires-mobile','s:106:\"id:Halaman ini tidak tersedia dalam tampilan PC. Silakan klik pranala tampilan HP di bagian bawah halaman.\";'),('abs','messages:mobile-frontend-requires-optin','s:154:\"id:Halaman ini tidak tersedia kecuali Anda ikut serta ke dalam mode beta kami. Kunjungi [[Special:MobileOptions|halaman pengaturan]] untuk ikut mode beta.\";'),('abs','messages:mobile-frontend-requires-title','s:25:\"id:Halaman tidak tersedia\";'),('abs','messages:mobile-frontend-save-error','s:75:\"id:Galat menyimpan pengaturan. Pastikan bahwa Anda telah mengaktifkan kuki.\";'),('abs','messages:mobile-frontend-save-settings','s:9:\"id:Simpan\";'),('abs','messages:mobile-frontend-saving-exit-page','s:136:\"id:Kontribusi Anda sedang disimpan. Jika Anda meninggalkan halaman ini maka kontribusi Anda akan hilang. Apakah Anda yakin ingin keluar?\";'),('abs','messages:mobile-frontend-search-content','s:20:\"id:Cari pada halaman\";'),('abs','messages:mobile-frontend-search-content-no-results','s:90:\"id:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' untuk menemukan ungkapan ini di mana saja.\";'),('abs','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('abs','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('abs','messages:mobile-frontend-search-no-results','s:38:\"id:Tidak ada halaman dengan judul ini.\";'),('abs','messages:mobile-frontend-search-submit','s:7:\"id:Cari\";'),('abs','messages:mobile-frontend-settings-alpha','s:21:\"id:Mode eksperimental\";'),('abs','messages:mobile-frontend-settings-alpha-description','s:155:\"id:Masuk ke wilayah seluler yang berbahaya dan belum dieksplorasi. Dapatkan fitur yang lebih eksperimental, tapi dengan lebih banyak kemungkinan kesalahan.\";'),('abs','messages:mobile-frontend-settings-beta','s:7:\"id:Beta\";'),('abs','messages:mobile-frontend-settings-images-explain','s:53:\"id:Muat semua konten gambar yang muncul pada halaman.\";'),('abs','messages:mobile-frontend-settings-site-description','s:101:\"id:{{SITENAME}} tersedia dalam $1 {{PLURAL:$1|bahasa}}. Semua versi yang tersedia disebutkan di bawah\";'),('abs','messages:mobile-frontend-settings-site-header','s:22:\"id:{{SITENAME}} Bahasa\";'),('abs','messages:mobile-frontend-sign-in-error-heading','s:7:\"id:Ups!\";'),('abs','messages:mobile-frontend-sign-in-heading','s:12:\"id:Masuk log\";'),('abs','messages:mobile-frontend-sign-in-why','s:75:\"id:Jika Anda memiliki akun {{SITENAME}}, Anda dapat masuk log di bawah ini.\";'),('abs','messages:mobile-frontend-sign-up-heading','s:9:\"id:Daftar\";'),('abs','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:32:\"id:Apa yang ada di pikiran Anda?\";'),('abs','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:15:\"id:Subyek topik\";'),('abs','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"id:Tambahkan diskusi\";'),('abs','messages:mobile-frontend-talk-back-to-filepage','s:26:\"id:Kembali ke berkas \"$1\".\";'),('abs','messages:mobile-frontend-talk-back-to-page','s:27:\"id:Kembali ke halaman \"$1\".\";'),('abs','messages:mobile-frontend-talk-back-to-projectpage','s:36:\"id:Kembali kehalaman Wikipedia \"$1\".\";'),('abs','messages:mobile-frontend-talk-back-to-userpage','s:49:\"id:Kembali kehalaman pengguna \"{{GENDER:$1|$1}}\".\";'),('abs','messages:mobile-frontend-talk-edit-summary','s:30:\"id:Bagian pembicaraan baru: $1\";'),('abs','messages:mobile-frontend-talk-explained','s:34:\"id:Percakapan berikut sedang aktif\";'),('abs','messages:mobile-frontend-talk-explained-empty','s:44:\"id:Tidak ada percakapan tentang halaman ini.\";'),('abs','messages:mobile-frontend-talk-fullpage','s:28:\"id:Baca sebagai halaman wiki\";'),('abs','messages:mobile-frontend-talk-overlay-header','s:14:\"id:Pembicaraan\";'),('abs','messages:mobile-frontend-talk-overlay-lead-header','s:25:\"id:Pembicaraan tanpa nama\";'),('abs','messages:mobile-frontend-talk-reply','s:8:\"id:Balas\";'),('abs','messages:mobile-frontend-talk-reply-info','s:87:\"id:Catatan: balasan Anda akan secara otomatis ditandatangani dengan nama pengguna Anda.\";'),('abs','messages:mobile-frontend-talk-reply-success','s:57:\"id:Balasan Anda berhasil disimpan di halaman pembicaraan.\";'),('abs','messages:mobile-frontend-talk-topic-error','s:67:\"id:Topik tidak dapat ditambahkan karena galat yang tidak diketahui.\";'),('abs','messages:mobile-frontend-talk-topic-error-badtoken','s:105:\"id:Terjadi kesalahan pada server. Hasil suntingan anda tidak bisa di simpan. Coba muat ulang halaman ini.\";'),('abs','messages:mobile-frontend-talk-topic-error-permission','s:84:\"id:Tidak dapat menambahkan topik. Anda tidak memiliki izin untuk menyunting halaman.\";'),('abs','messages:mobile-frontend-talk-topic-error-protected','s:82:\"id:Halaman pembicaraan terkunci, Anda tidak memiliki izin untuk menambahkan topik.\";'),('abs','messages:mobile-frontend-talk-topic-error-spam','s:46:\"id:Topik ditolak karena mengandung unsur spam.\";'),('abs','messages:mobile-frontend-talk-topic-feedback','s:49:\"id:Topik baru ditambahkan di halaman pembicaraan!\";'),('abs','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('abs','messages:mobile-frontend-terms-text','s:23:\"id:Ketentuan Penggunaan\";'),('abs','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('abs','messages:mobile-frontend-thanked-notice','s:70:\"id:$1 telah diberitahu bahwa Anda menyukai {{GENDER:$2|suntingannya}}.\";'),('abs','messages:mobile-frontend-user-account','s:16:\"id:akun pengguna\";'),('abs','messages:mobile-frontend-user-button-tooltip','s:31:\"id:Tampilkan pemberitahuan saya\";'),('abs','messages:mobile-frontend-user-cta','s:69:\"id:Silakan masuk log atau mendaftar untuk melihat pemberitahuan Anda.\";'),('abs','messages:mobile-frontend-user-newmessages','s:55:\"id:Anda memiliki pesan baru di halaman pembicaraan Anda\";'),('abs','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"id:Anda telah masuk sebagai {{GENDER:$1|$1}}.\nGunakan form di bawah untuk membuat user lain.\";'),('abs','messages:mobile-frontend-username','s:17:\"id:Nama pengguna:\";'),('abs','messages:mobile-frontend-username-placeholder','s:16:\"id:Nama pengguna\";'),('abs','messages:mobile-frontend-view','s:19:\"id:Tampilan seluler\";'),('abs','messages:mobile-frontend-view-desktop','s:14:\"id:Tampilan PC\";'),('abs','messages:mobile-frontend-view-mobile','s:14:\"id:Tampilan HP\";'),('abs','messages:mobile-frontend-view-source','s:15:\"id:Lihat sumber\";'),('abs','messages:mobile-frontend-watch-login','s:41:\"id:Tambahkan $1 pada daftar pantauan Anda\";'),('abs','messages:mobile-frontend-watchlist-a-z','s:9:\"id:Daftar\";'),('abs','messages:mobile-frontend-watchlist-a-z-empty-howto','s:176:\"id:Anda tidak memantau halaman apa pun. Daftar pantauan membantu mendaftarkan halaman-halaman yang menarik bagi Anda. Anda dapat memantau halaman dengan menekan simbol bintang.\";'),('abs','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:21:\"id:Klik tanda bintang\";'),('abs','messages:mobile-frontend-watchlist-add','s:41:\"id:Ditambahkan $1 ke daftar pantauan Anda\";'),('abs','messages:mobile-frontend-watchlist-back-home','s:21:\"id:Kembali ke beranda\";'),('abs','messages:mobile-frontend-watchlist-cta','s:40:\"id:Lacak halaman dan semua perubahannya.\";'),('abs','messages:mobile-frontend-watchlist-cta-button-login','s:12:\"id:Masuk log\";'),('abs','messages:mobile-frontend-watchlist-cta-button-signup','s:9:\"id:Daftar\";'),('abs','messages:mobile-frontend-watchlist-error','s:60:\"id:Ada masalah untuk melihat halaman ini. Silakan coba lagi.\";'),('abs','messages:mobile-frontend-watchlist-feed','s:9:\"id:Diubah\";'),('abs','messages:mobile-frontend-watchlist-feed-empty','s:46:\"id:Tidak ada halaman dengan perubahan terbaru.\";'),('abs','messages:mobile-frontend-watchlist-filter-all','s:8:\"id:Semua\";'),('abs','messages:mobile-frontend-watchlist-filter-articles','s:10:\"id:Halaman\";'),('abs','messages:mobile-frontend-watchlist-filter-other','s:10:\"id:Lainnya\";'),('abs','messages:mobile-frontend-watchlist-filter-talk','s:14:\"id:Pembicaraan\";'),('abs','messages:mobile-frontend-watchlist-login-action','s:30:\"id:Masuk log untuk melihatnya.\";'),('abs','messages:mobile-frontend-watchlist-more','s:10:\"id:lainnya\";'),('abs','messages:mobile-frontend-watchlist-please-wait','s:58:\"id:Harap tunggu, ternyata lebih lama dari yang diharapkan.\";'),('abs','messages:mobile-frontend-watchlist-purpose','s:75:\"id:Daftar pantauan membantu Anda menandai halaman dan melacak perubahannya.\";'),('abs','messages:mobile-frontend-watchlist-removed','s:39:\"id:Dihapus $1 dari daftar pantauan Anda\";'),('abs','messages:mobile-frontend-watchlist-signup-action','s:39:\"id:Mendaftar untuk memulainya sekarang.\";'),('abs','messages:mobile-frontend-watchlist-view','s:29:\"id:Lihat daftar pantauan Anda\";'),('abs','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('abs','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('abs','messages:modeleditnotsupported-text','s:53:\"id:Penyuntingan tidak didukung untuk model konten $1.\";'),('abs','messages:modeleditnotsupported-title','s:30:\"id:Penyuntingan tidak didukung\";'),('abs','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('abs','messages:modifiedarticleprotection-comment','s:60:\"id:{{GENDER:$2|Mengubah}} tingkat perlindungan pada \"[[$1]]\"\";'),('abs','messages:mon','s:7:\"abs:Sen\";'),('abs','messages:monday','s:9:\"abs:Senin\";'),('abs','messages:monday-at','s:17:\"id:Senin pukul $1\";'),('abs','messages:month','s:29:\"abs:Dar bulan (deng sabalong)\";'),('abs','messages:months','s:34:\"id:{{PLURAL:$1|$1 bulan|$1 bulan}}\";'),('abs','messages:monthsall','s:9:\"abs:samua\";'),('abs','messages:moredotdotdot','s:13:\"id:Lainnya...\";'),('abs','messages:morelinkstoimage','s:68:\"id:Lihat [[Special:WhatLinksHere/$1|pranala lainnya]] ke berkas ini.\";'),('abs','messages:morenotlisted','s:36:\"id:Daftar ini mungkin tidak lengkap.\";'),('abs','messages:mostcategories','s:36:\"id:Halaman dengan kategori terbanyak\";'),('abs','messages:mostcategories-summary','s:3:\"en:\";'),('abs','messages:mostimages','s:31:\"id:Berkas yang paling digunakan\";'),('abs','messages:mostimages-summary','s:3:\"en:\";'),('abs','messages:mostinterwikis','s:37:\"id:Halaman dengan interwiki terbanyak\";'),('abs','messages:mostinterwikis-summary','s:3:\"en:\";'),('abs','messages:mostlinked','s:41:\"id:Halaman yang paling digunakan (dituju)\";'),('abs','messages:mostlinked-summary','s:3:\"en:\";'),('abs','messages:mostlinkedcategories','s:33:\"id:Kategori yang paling digunakan\";'),('abs','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('abs','messages:mostlinkedtemplates','s:50:\"id:Templat yang paling digunakan (ditransklusikan)\";'),('abs','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('abs','messages:mostrevisions','s:37:\"id:Halaman dengan perubahan terbanyak\";'),('abs','messages:mostrevisions-summary','s:3:\"en:\";'),('abs','messages:move','s:14:\"abs:Kas pindah\";'),('abs','messages:move-leave-redirect','s:32:\"id:Buat pengalihan ke judul baru\";'),('abs','messages:move-over-sharedrepo','s:112:\"id:[[:$1]] sudah tersedia pada penyimpanan bersama. Memindahkan berkas ke judul ini akan menimpa berkas bersama.\";'),('abs','messages:move-page','s:15:\"id:Pindahkan $1\";'),('abs','messages:move-page-legend','s:20:\"id:Pindahkan halaman\";'),('abs','messages:move-redirect-text','s:3:\"en:\";'),('abs','messages:move-subpages','s:35:\"id:Pindahkan subhalaman (sampai $1)\";'),('abs','messages:move-talk-subpages','s:53:\"id:Pindahkan semua subhalaman pembicaraan (sampai $1)\";'),('abs','messages:move-watch','s:21:\"id:Pantau halaman ini\";'),('abs','messages:movecategorypage-warning','s:222:\"id:<strong>Peringatan:</strong> Anda akan memindahkan halaman kategori. Perlu diketahui bahwa hanya halaman yang akan dipindahkan dan setiap halaman dalam kategori lama <em>tidak</em> akan dikategorikan ulang ke yang baru.\";'),('abs','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('abs','messages:moveddeleted-notice','s:118:\"abs:Akang kintal su dihapus.\nLog voor hapus, perlindungan, deng kas pindah dar kintal yang ada di bawah par referensi.\";'),('abs','messages:moveddeleted-notice-recent','s:168:\"id:Maaf, halaman ini baru saja dihapus (dalam rentang waktu 24 jam).\nLog penghapusan, perlindungan, dan pemindahan halaman tersebut tersedia di bawah sebagai referensi.\";'),('abs','messages:movelogpage','s:17:\"id:Log pemindahan\";'),('abs','messages:movelogpagetext','s:46:\"id:Di bawah ini adalah log pemindahan halaman.\";'),('abs','messages:movenologintext','s:121:\"id:Anda harus menjadi pengguna terdaftar dan telah [[Special:UserLogin|masuk log]] untuk dapat memindahkan suatu halaman.\";'),('abs','messages:movenosubpage','s:39:\"id:Halaman ini tak memiliki subhalaman.\";'),('abs','messages:movenotallowed','s:57:\"id:Anda tak memiliki hak akses untuk memindahkan halaman.\";'),('abs','messages:movenotallowedfile','s:50:\"id:Anda tak memiliki hak untuk memindahkan berkas.\";'),('abs','messages:movepage-delete-first','s:163:\"id:Halaman target punya terlalu banyak revisi untuk dihapus sebagai bagian dari pemindahan halaman. Mohon hapus halaman tersebut secara manual, kemudian coba lagi.\";'),('abs','messages:movepage-invalid-target-title','s:33:\"id:Nama yang diminta tidak valid.\";'),('abs','messages:movepage-max-pages','s:129:\"id:Sejumlah maksimum $1 {{PLURAL:$1|halaman|halaman}} telah dipindahkan dan tidak ada lagi yang akan dipindahkan secara otomatis.\";'),('abs','messages:movepage-moved','s:39:\"id:\'\'\'\"$1\" telah dipindahkan ke \"$2\"\'\'\'\";'),('abs','messages:movepage-moved-noredirect','s:27:\"id:Pengalihan tidak dibuat.\";'),('abs','messages:movepage-moved-redirect','s:35:\"id:Halaman pengalihan telah dibuat.\";'),('abs','messages:movepage-page-exists','s:64:\"id:Halaman $1 telah ada dan tidak dapat ditimpa secara otomatis.\";'),('abs','messages:movepage-page-moved','s:38:\"id:Halaman $1 telah dipindahkan ke $2.\";'),('abs','messages:movepage-page-unmoved','s:44:\"id:Halaman $1 tidak dapat dipindahkan ke $2.\";'),('abs','messages:movepage-source-doesnt-exist','s:52:\"id:Halaman $1 tidak ada dan tidak dapat dipindahkan.\";'),('abs','messages:movepage-summary','s:3:\"en:\";'),('abs','messages:movepagebtn','s:20:\"id:Pindahkan halaman\";'),('abs','messages:movepagetalktext','s:251:\"id:Jika Anda mencentang kotak ini, halaman pembicaraan berkaitan akan dipindahkan secara otomatis ke judul baru, kecuali halaman pembicaraan tersebut tidak kosong.\n\nDalam kasus tersebut, Anda harus memindahkan atau menggabungkan halaman secara manual.\";'),('abs','messages:movepagetext','s:972:\"id:Menggunakan formulir di bawah ini akan mengubah nama suatu halaman dan memindahkan semua data sejarah ke nama baru.\nJudul lama akan menjadi halaman pengalihan ke judul baru.\nAnda dapat memperbarui pengalihan yang menuju ke judul asli secara otomatis.\nJika Anda memilih tidak, pastikan untuk memeriksa\n[[Special:DoubleRedirects|pengalihan ganda]] atau [[Special:BrokenRedirects|pengalihan rusak]].\nAnda bertanggung jawab untuk memastikan bahwa pranala terhubung ke tempat seharusnya.\n\nPerhatikan bahwa halaman \'\'\'tidak\'\'\' akan dipindah apabila telah ada halaman pada judul yang baru, kecuali bila halaman peralihan dan tidak mempunyai sejarah penyuntingan. \nIni berarti Anda dapat mengubah kembali nama halaman seperti semula apabila Anda membuat kesalahan, dan Anda tidak dapat menimpa halaman yang telah ada.\n\n\'\'\'Catatan:\'\'\'\nIni dapat mengakibatkan perubahan drastis dan tak terduga bagi halaman yang populer; pastikan Anda mengerti konsekuensinya sebelum melanjutkan.\";'),('abs','messages:movepagetext-noredirectfixer','s:959:\"id:Formulir di bawah ini digunakan untuk mengubah nama suatu halaman dan memindahkan semua data sejarah ke nama baru.\nJudul yang lama akan menjadi halaman peralihan menuju judul yang baru.\nPastikan untuk memeriksa pengalihan [[Special:DoubleRedirects|ganda]] atau [[Special:BrokenRedirects|rusak]].\nAnda bertanggung jawab untuk memastikan bahwa pranala terus menyambung ke halaman yang seharusnya.\n\nPerhatikan bahwa halaman \'\'\'tidak\'\'\' akan dipindah apabila telah ada halaman yang menggunakan judul yang baru, kecuali bila halaman tersebut kosong atau merupakan halaman peralihan dan tidak mempunyai sejarah penyuntingan.\nIni berarti Anda dapat mengubah nama halaman kembali seperti semula apabila Anda membuat kesalahan, dan Anda tidak dapat menimpa halaman yang telah ada.\n\n\'\'\'Catatan:\'\'\'\nHal ini dapat mengakibatkan perubahan yang tak terduga dan drastis bagi halaman yang populer;\nPastikan Anda mengerti konsekuensi dari perbuatan ini sebelum melanjutkan.\";'),('abs','messages:movepagetext-noredirectsupport','s:636:\"id:Menggunakan formulir di bawah ini akan mengubah nama halaman, memindahkan semua riwayatnya ke nama baru. Anda bertanggung jawab untuk memastikan bahwa pranala akan mengarah ke halaman seharusnya.\n\nPerhatikan bahwa halaman tersebut <strong>tidak</strong> akan dipindahkan jika sudah ada halaman di judul baru. Ini berarti Anda dapat mengganti nama halaman kembali ke tempat namanya diubah jika Anda melakukan kesalahan, dan Anda tidak dapat menimpa halaman yang sudah ada.\n\n<strong>Catatan:</strong>\nIni dapatmenjadi perubahan drastis dan tidak terduga untuk halaman populer; pastikan Anda memahami konsekuensinya sebelum melanjutkan.\";'),('abs','messages:movereason','s:10:\"id:Alasan:\";'),('abs','messages:movesubpage','s:38:\"id:{{PLURAL:$1|Subhalaman|Subhalaman}}\";'),('abs','messages:movesubpagetalktext','s:105:\"id:Halaman pembicaraan terkait mempunyai $1 {{PLURAL:$1|subhalaman|subhalaman}} yang tampil di bawah ini.\";'),('abs','messages:movesubpagetalktext-truncated','s:99:\"id:$1 {{PLURAL:$1|subhalaman}} pertama untuk halaman pembicaraan bersangkutan ditunjukkan di bawah.\";'),('abs','messages:movesubpagetext','s:91:\"id:Halaman ini memiliki $1 {{PLURAL:$1|subhalaman|subhalaman}} seperti ditampilkan berikut.\";'),('abs','messages:movesubpagetext-truncated','s:78:\"id:$1 {{PLURAL:$1|subhalaman}} pertama untuk halaman ini ditunjukkan di bawah.\";'),('abs','messages:movetalk','s:45:\"id:Pindahkan halaman pembicaraan yang terkait\";'),('abs','messages:movethispage','s:24:\"id:Pindahkan halaman ini\";'),('abs','messages:moveuserpage-warning','s:165:\"id:\'\'\'Peringatan:\'\'\' Anda tengah memindahkan halaman pengguna. Perlu diketahui bahwa hanya halaman yang akan dipindahkan namun pengguna \'\'tidak akan\'\' berganti nama.\";'),('abs','messages:mute-preferences','s:18:\"id:Preferensi bisu\";'),('abs','messages:mw-widgets-abandonedit','s:95:\"id:Apakah Anda yakin ingin meninggalkan mode penyuntingan tanpa menerbitkannya terlebih dahulu?\";'),('abs','messages:mw-widgets-abandonedit-discard','s:18:\"id:Buang suntingan\";'),('abs','messages:mw-widgets-abandonedit-keep','s:25:\"id:Lanjutkan penyuntingan\";'),('abs','messages:mw-widgets-abandonedit-title','s:21:\"id:Apakah Anda yakin?\";'),('abs','messages:mw-widgets-categoryselector-add-category-placeholder','s:28:\"id:Tambah sebuah kategori...\";'),('abs','messages:mw-widgets-copytextlayout-copy','s:8:\"id:Salin\";'),('abs','messages:mw-widgets-copytextlayout-copy-fail','s:32:\"id:Gagal menyalin ke papan klip.\";'),('abs','messages:mw-widgets-copytextlayout-copy-success','s:25:\"id:Disalin ke papan klip.\";'),('abs','messages:mw-widgets-dateinput-no-date','s:34:\"id:Tanggal tidak ada yang terpilih\";'),('abs','messages:mw-widgets-dateinput-placeholder-day','s:13:\"id:TTTT-BB-HH\";'),('abs','messages:mw-widgets-dateinput-placeholder-month','s:10:\"id:TTTT-BB\";'),('abs','messages:mw-widgets-mediasearch-input-placeholder','s:13:\"id:Cari media\";'),('abs','messages:mw-widgets-mediasearch-noresults','s:29:\"id:Tidak ada hasil ditemukan.\";'),('abs','messages:mw-widgets-mediasearch-recent-uploads','s:38:\"id:Unggahan terbaru {{GENDER:$1|Anda}}\";'),('abs','messages:mw-widgets-mediasearch-results-aria-label','s:24:\"id:Hasil pencarian media\";'),('abs','messages:mw-widgets-table-row-delete','s:14:\"id:Hapus baris\";'),('abs','messages:mw-widgets-tagmultiselect-placeholder','s:28:\"id:Tambahkan lebih banyak...\";'),('abs','messages:mw-widgets-titleinput-description-new-page','s:20:\"id:halaman belum ada\";'),('abs','messages:mw-widgets-titleinput-description-redirect','s:20:\"id:mengalihkan ke $1\";'),('abs','messages:mw-widgets-titlesmultiselect-placeholder','s:28:\"id:Tambahkan lebih banyak...\";'),('abs','messages:mw-widgets-usersmultiselect-placeholder','s:28:\"id:Tambahkan lebih banyak...\";'),('abs','messages:mycontris','s:14:\"abs:Kontribusi\";'),('abs','messages:mycustomcssprotected','s:61:\"id:Anda tidak memiliki izin untuk menyunting halaman CSS ini.\";'),('abs','messages:mycustomjsonprotected','s:62:\"id:Anda tidak memiliki izin untuk menyunting halaman JSON ini.\";'),('abs','messages:mycustomjsprotected','s:68:\"id:Anda tidak memiliki izin untuk menyunting halaman JavaScript ini.\";'),('abs','messages:mycustomjsredirectprotected','s:155:\"id:Anda tidak memiliki hak akses untuk menyunting halaman JavaScript karena merupakan halaman pengalihan dan tidak mengarah ke dalam halaman pengguna Anda.\";'),('abs','messages:mypage','s:10:\"id:Halaman\";'),('abs','messages:mypreferences','s:14:\"abs:Preferensi\";'),('abs','messages:mypreferencesprotected','s:61:\"id:Anda tidak memiliki izin untuk menyunting preferensi Anda.\";'),('abs','messages:myprivateinfoprotected','s:68:\"id:Anda tidak memiliki izin untuk menyunting informasi pribadi Anda.\";'),('abs','messages:mytalk','s:19:\"abs:Basumbang suara\";'),('abs','messages:mywatchlist','s:17:\"abs:Daftar pantou\";'),('abs','messages:namespace','s:14:\"abs:Tampa nama\";'),('abs','messages:namespace-nosubpages','s:48:\"id:Ruang nama \"$1\" tidak mengizinkan subhalaman.\";'),('abs','messages:namespace_association','s:20:\"abs:Tampa nama taika\";'),('abs','messages:namespaceprotected','s:79:\"id:Anda tak memiliki hak akses untuk menyunting halaman di ruang nama \'\'\'$1\'\'\'.\";'),('abs','messages:namespaces','s:14:\"abs:Tampa nama\";'),('abs','messages:namespacesall','s:9:\"abs:samua\";'),('abs','messages:nav-login-createaccount','s:24:\"id:Masuk log / buat akun\";'),('abs','messages:navigation','s:12:\"abs:Navigasi\";'),('abs','messages:navigation-heading','s:23:\"abs:Menu kas tentu arah\";'),('abs','messages:nbytes','s:25:\"abs:$1 {{PLURAL:$1|bita}}\";'),('abs','messages:ncategories','s:37:\"id:$1 {{PLURAL:$1|kategori|kategori}}\";'),('abs','messages:nchanges','s:39:\"id:$1 {{PLURAL:$1|perubahan|perubahan}}\";'),('abs','messages:nearby','s:25:\"id:Artikel sekitaran Anda\";'),('abs','messages:negative-namespace-not-supported','s:49:\"id:Ruangnama dengan nilai negatif tidak didukung.\";'),('abs','messages:newarticle','s:9:\"id:(Baru)\";'),('abs','messages:newarticletext','s:298:\"id:Anda mengikuti pranala ke halaman yang belum tersedia. \nUntuk membuat halaman tersebut, ketiklah isi halaman di kotak di bawah ini (lihat [$1 halaman bantuan] untuk informasi lebih lanjut). \nJika Anda tanpa sengaja sampai ke halaman ini, klik tombol <strong>back</strong> di penjelajah web Anda.\";'),('abs','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('abs','messages:newimages','s:14:\"id:Berkas baru\";'),('abs','messages:newimages-hidepatrolled','s:44:\"id:Sembunyikan unggahan yang telah dipatroli\";'),('abs','messages:newimages-legend','s:12:\"id:Penyaring\";'),('abs','messages:newimages-mediatype','s:14:\"id:Tipe media:\";'),('abs','messages:newimages-showbots','s:30:\"id:Tampilkan unggahan oleh bot\";'),('abs','messages:newimages-summary','s:74:\"id:Halaman istimewa berikut menampilkan daftar berkas yang terakhir dimuat\";'),('abs','messages:newimages-user','s:31:\"id:Alamat IP atau nama pengguna\";'),('abs','messages:newimagestext','s:4:\"en:-\";'),('abs','messages:newmessagesdifflinkplural','s:50:\"abs:{{PLURAL:$1|parobahan|999=parobahan}} terakhir\";'),('abs','messages:newmessageslinkplural','s:29:\"abs:{{PLURAL:$1|pasang baru}}\";'),('abs','messages:newpage','s:15:\"abs:Kintal baru\";'),('abs','messages:newpageletter','s:4:\"id:B\";'),('abs','messages:newpages','s:15:\"abs:Kintal baru\";'),('abs','messages:newpages-showhide-bots','s:9:\"id:$1 bot\";'),('abs','messages:newpages-showhide-patrolled','s:26:\"id:$1 suntingan terpatroli\";'),('abs','messages:newpages-showhide-redirect','s:16:\"id:$1 pengalihan\";'),('abs','messages:newpages-showhide-registered','s:24:\"id:$1 pengguna terdaftar\";'),('abs','messages:newpages-submit','s:12:\"id:Tampilkan\";'),('abs','messages:newpages-summary','s:3:\"en:\";'),('abs','messages:newpages-username','s:17:\"id:Nama pengguna:\";'),('abs','messages:newpassword','s:19:\"id:Kata sandi baru:\";'),('abs','messages:newsection','s:14:\"id:Bagian baru\";'),('abs','messages:newsection-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:newsection-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:newsection-summary','s:3:\"en:\";'),('abs','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('abs','messages:newsectionsummary','s:23:\"id:/* $1 */ bagian baru\";'),('abs','messages:newtitle','s:14:\"id:Judul baru:\";'),('abs','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('abs','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('abs','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('abs','messages:newuserlogpage','s:31:\"abs:Log pambiking pangguna baru\";'),('abs','messages:newuserlogpagetext','s:52:\"id:Di bawah ini adalah log pendaftaran pengguna baru\";'),('abs','messages:newwindow','s:26:\"abs:(buka di jandela baru)\";'),('abs','messages:next','s:14:\"id:selanjutnya\";'),('abs','messages:next-page','s:22:\"id:halaman selanjutnya\";'),('abs','messages:nextdiff','s:21:\"abs:Revisi kamuka →\";'),('abs','messages:nextn','s:27:\"abs:{{PLURAL:$1|$1}} kamuka\";'),('abs','messages:nextn-title','s:33:\"abs:$1 {{PLURAL:$1|hasil}} kamuka\";'),('abs','messages:nextpage','s:27:\"id:Halaman selanjutnya ($1)\";'),('abs','messages:nextrevision','s:21:\"abs:Revisi kamuka →\";'),('abs','messages:nimagelinks','s:50:\"id:Digunakan pada $1 {{PLURAL:$1|halaman|halaman}}\";'),('abs','messages:ninterwikis','s:39:\"id:$1 {{PLURAL:$1|interwiki|interwiki}}\";'),('abs','messages:nlinks','s:35:\"id:$1 {{PLURAL:$1|pranala|pranala}}\";'),('abs','messages:nmembers','s:28:\"abs:$1 {{PLURAL:$1|anggota}}\";'),('abs','messages:nmemberschanged','s:42:\"id:$1 → $2 {{PLURAL:$2|anggota|anggota}}\";'),('abs','messages:no-null-revision','s:58:\"id:Tidak dapat membuat revisi null baru untuk halaman \"$1\"\";'),('abs','messages:noarticletext','s:307:\"abs:Sakarang seng ada tulisan di akang kintal.\nAle dapa [[Special:Search/{{PAGENAME}}| cari ini kintal pung judul]] di kintal akang, <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} cari log taika], kal seng [{{fullurl:{{FULLPAGENAME}}|action=edit}} biking kintal akang]</span>.\";'),('abs','messages:noarticletext-nopermission','s:323:\"id:Saat ini tidak ada teks di halaman ini.\nAnda dapat [[Special:Search/{{PAGENAME}}|melakukan pencarian untuk judul halaman ini]] di halaman-halaman lain, atau <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} mencari log terkait]</span>, tapi Anda tidak memiliki izin untuk membuat halaman ini.\";'),('abs','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('abs','messages:noautoblockblock','s:33:\"id:pemblokiran otomatis dimatikan\";'),('abs','messages:nocontribs','s:60:\"id:Tidak ada perubahan yang sesuai dengan kriteria tersebut.\";'),('abs','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('abs','messages:nocookiesfornew','s:157:\"id:Akun pengguna tidak dibuat karena kami tidak dapat memastikan sumbernya.\nPastikan Anda telah mengaktifkan kuki, lalu muat ulang halaman ini dan coba lagi.\";'),('abs','messages:nocookieslogin','s:126:\"id:{{SITENAME}} menggunakan kuki untuk log penggunanya. Kuki pada peramban web Anda dimatikan. Silakan aktifkan dan coba lagi.\";'),('abs','messages:nocookiesnew','s:233:\"id:Akun pengguna telah dibuat, tetapi Anda belum masuk log. {{SITENAME}} menggunakan kuki untuk log pengguna. Kuki pada peramban web Anda dinonaktifkan. Silakan aktifkan dan masuk log kembali dengan nama pengguna dan kata sandi Anda.\";'),('abs','messages:nocreate-loggedin','s:58:\"id:Anda tak memiliki hak akses untuk membuat halaman baru.\";'),('abs','messages:nocreatetext','s:182:\"id:{{SITENAME}} telah membatasi pembuatan halaman-halaman baru.\nAnda dapat kembali dan menyunting halaman yang telah ada, atau silakan [[Special:UserLogin|masuk log atau buat akun]].\";'),('abs','messages:nocredits','s:67:\"id:Tidak ada informasi penghargaan yang tersedia untuk halaman ini.\";'),('abs','messages:node-count-exceeded-category','s:42:\"id:Halaman dimana hitungan-node terlampaui\";'),('abs','messages:node-count-exceeded-category-desc','s:46:\"id:Halaman ini melampaui jumlah node maksimum.\";'),('abs','messages:node-count-exceeded-warning','s:36:\"id:Halaman yang melebihi jumlah node\";'),('abs','messages:noemail','s:60:\"id:Tidak ada alamat surel yang tercatat untuk pengguna \"$1\".\";'),('abs','messages:noemailcreate','s:47:\"id:Anda perlu menyediakan alamat surel yang sah\";'),('abs','messages:noemailprefs','s:97:\"id:Anda harus memasukkan alamat surel di preferensi Anda untuk dapat menggunakan fitur-fitur ini.\";'),('abs','messages:noemailtext','s:63:\"id:Pengguna ini tidak memberikan suatu alamat surel yang valid.\";'),('abs','messages:noemailtitle','s:25:\"id:Tidak ada alamat surel\";'),('abs','messages:nohistory','s:52:\"id:Tidak ada sejarah penyuntingan untuk halaman ini.\";'),('abs','messages:noimages','s:26:\"id:Tidak ada yang dilihat.\";'),('abs','messages:noindex-category','s:24:\"id:Halaman yang diindeks\";'),('abs','messages:noindex-category-desc','s:177:\"id:Halaman tidak diindeks oleh robot karena ini mempunyai kata khusus <code><nowiki>__NOINDEX__</nowiki></code> padanya dan berada dalam ruang nama yang mengizinkan penanda itu.\";'),('abs','messages:nolicense','s:25:\"id:Tidak ada yang dipilih\";'),('abs','messages:nolinkshere','s:56:\"abs:Seng ada halaman yang taika par <strong>$2</strong>.\";'),('abs','messages:nolinkshere-ns','s:84:\"id:Tidak ada halaman yang memiliki pranala ke \'\'\'$2\'\'\' pada ruang nama yang dipilih.\";'),('abs','messages:nolinkstoimage','s:57:\"abs:Seng ada kintal yang punya sambungan ka akang berkas.\";'),('abs','messages:noname','s:46:\"id:Nama pengguna yang Anda masukkan tidak sah.\";'),('abs','messages:nonfile-cannot-move-to-file','s:58:\"id:Tidak dapat memindahkan non-berkas ke ruang nama berkas\";'),('abs','messages:nonmain-slot-differences-therefore-readonly','s:194:\"id:Anda tidak bisa menyunting teks wiki di revisi halaman ini, karena telah ada perubahan data non-teks wiki di halaman ini setelah revisi ini. [$1 Tekan di sini untuk mengembalikan revisi ini.]\";'),('abs','messages:nonnumeric-formatnum','s:47:\"id:Halaman dengan argumen formatnum non-numerik\";'),('abs','messages:nonnumeric-formatnum-desc','s:85:\"id:Halaman-halaman yang mengandung argumen non-numerik untuk fungsi parser formatnum.\";'),('abs','messages:nonwrite-api-promise-error','s:112:\"id:Itu \'Promise-Non-Write-API-Action\' Header HTTP telah dikirim tetapi permintaan tersebut bukan permintaan API.\";'),('abs','messages:nopagetext','s:42:\"id:Halaman yang Anda tuju tidak ditemukan.\";'),('abs','messages:nopagetitle','s:33:\"id:Halaman tujuan tidak ditemukan\";'),('abs','messages:noscript.css','s:75:\"id:/* CSS di sini akan mempengaruhi pengguna dengan skrip Java non-aktif */\";'),('abs','messages:nospecialpagetext','s:164:\"abs:<strong>Ale mo kintal istimewa, akang seng sah.</strong>\n\nDaftar kintal istimewa, akang sah, ale dong bole lia di [[Special:SpecialPages|{{int:specialpages}}]].\";'),('abs','messages:nosuchaction','s:30:\"id:Tidak ada tindakan tersebut\";'),('abs','messages:nosuchactiontext','s:238:\"id:Tindakan yang diminta oleh URL tersebut tidak valid. Anda mungkin salah mengetikkan URL, atau mengikuti suatu pranala yang tak benar. Hal ini juga mungkin mengindikasikan suatu bug pada perangkat lunak yang digunakan oleh {{SITENAME}}.\";'),('abs','messages:nosuchsectiontext','s:129:\"id:Anda mencoba menyunting suatu subbagian yang tidak ada.\nSubbagian ini mungkin dipindahkan atau dihapus ketika Anda membukanya.\";'),('abs','messages:nosuchsectiontitle','s:25:\"id:Bagian tidak ditemukan\";'),('abs','messages:nosuchspecialpage','s:39:\"abs:Seng ada kintal yang spesial bagitu\";'),('abs','messages:nosuchuser','s:153:\"id:Tidak ada pengguna dengan nama \"$1\".\nNama pengguna membedakan kapitalisasi.\nPeriksa kembali ejaan Anda, atau [[Special:CreateAccount|buat akun baru]].\";'),('abs','messages:nosuchusershort','s:75:\"id:Tidak ada pengguna dengan nama \"$1\".\nSilakan periksa kembali ejaan Anda.\";'),('abs','messages:notanarticle','s:27:\"id:Bukan sebuah halaman isi\";'),('abs','messages:notargettext','s:65:\"id:Anda tidak menentukan halaman atau pengguna tujuan fungsi ini.\";'),('abs','messages:notargettitle','s:20:\"id:Tidak ada sasaran\";'),('abs','messages:note','s:28:\"id:<strong>Catatan:</strong>\";'),('abs','messages:notextmatches','s:36:\"id:Tidak ada teks halaman yang cocok\";'),('abs','messages:notificationemail_body_changed','s:114:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah mengganti alamat surel akun \"$2\" menjadi \"$3\" di {{SITENAME}}\";'),('abs','messages:notificationemail_body_removed','s:102:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah menghapus alamat surel akun \"$2\" di {{SITENAME}}.\";'),('abs','messages:notificationemail_subject_changed','s:52:\"id:Alamat surel terdaftar {{SITENAME}} telah diganti\";'),('abs','messages:notificationemail_subject_removed','s:52:\"id:Alamat surel terdaftar {{SITENAME}} telah dihapus\";'),('abs','messages:notloggedin','s:18:\"id:Belum masuk log\";'),('abs','messages:notvisiblerev','s:23:\"id:Revisi telah dihapus\";'),('abs','messages:nouserspecified','s:39:\"id:Anda harus memasukkan nama pengguna.\";'),('abs','messages:nov','s:7:\"abs:Nov\";'),('abs','messages:november','s:12:\"abs:Nopember\";'),('abs','messages:november-gen','s:12:\"abs:November\";'),('abs','messages:nowatchlist','s:31:\"id:Daftar pantauan Anda kosong.\";'),('abs','messages:nowikiemailtext','s:76:\"id:Pengguna ini telah memilih untuk tidak menerima surel dari pengguna lain.\";'),('abs','messages:nrevisions','s:33:\"id:$1 {{PLURAL:$1|revisi|revisi}}\";'),('abs','messages:ns-specialprotected','s:42:\"id:Halaman istimewa tidak dapat disunting.\";'),('abs','messages:nstab-category','s:12:\"abs:Kategori\";'),('abs','messages:nstab-help','s:18:\"id:Halaman bantuan\";'),('abs','messages:nstab-image','s:10:\"abs:Berkas\";'),('abs','messages:nstab-main','s:10:\"abs:Kintal\";'),('abs','messages:nstab-mainpage','s:15:\"abs:Kintal muka\";'),('abs','messages:nstab-media','s:16:\"id:Halaman media\";'),('abs','messages:nstab-mediawiki','s:10:\"abs:Pasang\";'),('abs','messages:nstab-project','s:22:\"abs:Proyek pung kintal\";'),('abs','messages:nstab-special','s:18:\"abs:Kintal spesial\";'),('abs','messages:nstab-talk','s:3:\"en:\";'),('abs','messages:nstab-template','s:11:\"abs:Templat\";'),('abs','messages:nstab-user','s:26:\"abs:{{GENDER:$1|Pangguna}}\";'),('abs','messages:ntimes','s:7:\"id:$1×\";'),('abs','messages:ntransclusions','s:50:\"id:digunakan pada $1 {{PLURAL:$1|halaman|halaman}}\";'),('abs','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('abs','messages:oct','s:7:\"abs:Okt\";'),('abs','messages:october','s:11:\"abs:Oktober\";'),('abs','messages:october-gen','s:11:\"abs:Oktober\";'),('abs','messages:ok','s:5:\"id:OK\";'),('abs','messages:oldpassword','s:19:\"id:Kata sandi lama:\";'),('abs','messages:ooui-combobox-button-label','s:18:\"id:Buka/tutup opsi\";'),('abs','messages:ooui-dialog-message-accept','s:6:\"id:Oke\";'),('abs','messages:ooui-dialog-message-reject','s:8:\"id:Batal\";'),('abs','messages:ooui-dialog-process-continue','s:12:\"id:Lanjutkan\";'),('abs','messages:ooui-dialog-process-dismiss','s:8:\"id:Tutup\";'),('abs','messages:ooui-dialog-process-error','s:23:\"id:Ada yang tidak beres\";'),('abs','messages:ooui-dialog-process-retry','s:12:\"id:Coba lagi\";'),('abs','messages:ooui-field-help','s:10:\"id:Bantuan\";'),('abs','messages:ooui-item-remove','s:8:\"id:Hapus\";'),('abs','messages:ooui-outline-control-move-down','s:27:\"id:Pindahkan butir ke bawah\";'),('abs','messages:ooui-outline-control-move-up','s:26:\"id:Pindahkan butir ke atas\";'),('abs','messages:ooui-outline-control-remove','s:14:\"id:Hapus butir\";'),('abs','messages:ooui-popup-widget-close-button-aria-label','s:8:\"id:Tutup\";'),('abs','messages:ooui-selectfile-button-select','s:15:\"id:Pilih berkas\";'),('abs','messages:ooui-selectfile-button-select-multiple','s:22:\"id:Pilih berkas-berkas\";'),('abs','messages:ooui-selectfile-dragdrop-placeholder','s:26:\"id:Letakkan berkas di sini\";'),('abs','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:33:\"id:Letakkan berkas-berkas di sini\";'),('abs','messages:ooui-selectfile-not-supported','s:33:\"id:Peilihan berkas tidak didukung\";'),('abs','messages:ooui-selectfile-placeholder','s:33:\"id:Tidak ada berkas yang terpilih\";'),('abs','messages:ooui-toolbar-more','s:10:\"id:Lainnya\";'),('abs','messages:ooui-toolgroup-collapse','s:13:\"id:Secukupnya\";'),('abs','messages:ooui-toolgroup-expand','s:15:\"id:Selengkapnya\";'),('abs','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('abs','messages:othercontribs','s:28:\"id:Didasarkan pada karya $1.\";'),('abs','messages:otherlanguages','s:23:\"abs:Dalang bahasa laeng\";'),('abs','messages:others','s:10:\"id:lainnya\";'),('abs','messages:overwrite','s:55:\"id:Tidak diizinkan untuk menimpa berkas yang telah ada.\";'),('abs','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('abs','messages:page-atom-feed','s:19:\"abs:Umpan Atom \"$1\"\";'),('abs','messages:page-rss-feed','s:17:\"id:Umpan RSS \"$1\"\";'),('abs','messages:page_first','s:10:\"id:pertama\";'),('abs','messages:page_last','s:11:\"id:terakhir\";'),('abs','messages:pagecategories','s:26:\"abs:{{PLURAL:$1|Kategori}}\";'),('abs','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('abs','messages:pagedata-bad-title','s:22:\"id:Judul tidak sah: $1\";'),('abs','messages:pagedata-not-acceptable','s:67:\"id:Tidak ditemukan format yang sesuai. Jenis MIME yang didukung: $1\";'),('abs','messages:pagedata-text','s:273:\"id:Halaman ini memberikan antarmuka data ke halaman. Silakan masukkan judul halaman di URL, menggunakan sintaks subhalaman.\n* Negosiasi konten diatur berdasarkan header \"Accept\" klien Anda. Ini berarti halaman data akan diformat berdasarkan format yang dimintai klien Anda.\";'),('abs','messages:pagedata-title','s:15:\"id:Data halaman\";'),('abs','messages:pagehist','s:18:\"id:Riwayat halaman\";'),('abs','messages:pagehistory','s:18:\"id:Riwayat halaman\";'),('abs','messages:pagehistory-summary','s:3:\"en:\";'),('abs','messages:pageid','s:16:\"id:ID halaman $1\";'),('abs','messages:pageinfo','s:20:\"id:Informasi halaman\";'),('abs','messages:pageinfo-article-id','s:18:\"abs:Kintal pung ID\";'),('abs','messages:pageinfo-authors','s:37:\"abs:Samua penulis berbeda pung jumlah\";'),('abs','messages:pageinfo-category-files','s:16:\"id:Jumlah berkas\";'),('abs','messages:pageinfo-category-info','s:21:\"id:Kategori informasi\";'),('abs','messages:pageinfo-category-pages','s:17:\"id:Jumlah halaman\";'),('abs','messages:pageinfo-category-subcats','s:21:\"id:Jumlah subkategori\";'),('abs','messages:pageinfo-category-total','s:17:\"id:Jumlah anggota\";'),('abs','messages:pageinfo-content-model','s:28:\"abs:Dalang kintal pung model\";'),('abs','messages:pageinfo-content-model-change','s:7:\"id:ubah\";'),('abs','messages:pageinfo-contentpage','s:34:\"id:Dihitung sebagai halaman konten\";'),('abs','messages:pageinfo-contentpage-yes','s:5:\"id:Ya\";'),('abs','messages:pageinfo-default-sort','s:22:\"abs:Konci taurut taika\";'),('abs','messages:pageinfo-display-title','s:32:\"abs:Kapala judul par ditampilkan\";'),('abs','messages:pageinfo-edits','s:25:\"abs:Total samua parobahan\";'),('abs','messages:pageinfo-few-visiting-watchers','s:81:\"id:Mungkin ada atau tidak ada pemantau halaman yang mengunjungi suntingan terkini\";'),('abs','messages:pageinfo-few-watchers','s:42:\"id:Kurang dari $1 {{PLURAL:$1|pengunjung}}\";'),('abs','messages:pageinfo-file-hash','s:13:\"id:Nilai hash\";'),('abs','messages:pageinfo-firsttime','s:30:\"abs:Biking kintal pung tanggal\";'),('abs','messages:pageinfo-firstuser','s:25:\"abs:Kintal pung pambiking\";'),('abs','messages:pageinfo-footer','s:4:\"en:-\";'),('abs','messages:pageinfo-header','s:4:\"en:-\";'),('abs','messages:pageinfo-header-basic','s:19:\"abs:Informasi dasar\";'),('abs','messages:pageinfo-header-edits','s:21:\"abs:Sejarah parobahan\";'),('abs','messages:pageinfo-header-properties','s:19:\"id:Properti halaman\";'),('abs','messages:pageinfo-header-restrictions','s:28:\"abs:Kintal pung perlindungan\";'),('abs','messages:pageinfo-hidden-categories','s:51:\"id:{{PLURAL:$1|Kategori|Kategori}} tersembunyi ($1)\";'),('abs','messages:pageinfo-language','s:29:\"abs:Dalang kintal pung bahasa\";'),('abs','messages:pageinfo-language-change','s:7:\"id:ubah\";'),('abs','messages:pageinfo-lasttime','s:35:\"abs:Parobahan terakhir pung tanggal\";'),('abs','messages:pageinfo-lastuser','s:20:\"abs:Parobah terakhir\";'),('abs','messages:pageinfo-length','s:37:\"abs:Kintal pung panjang (dalang bita)\";'),('abs','messages:pageinfo-magic-words','s:37:\"id:{{PLURAL:$1|Kata|Kata}} ajaib ($1)\";'),('abs','messages:pageinfo-namespace','s:13:\"id:Ruang nama\";'),('abs','messages:pageinfo-not-current','s:63:\"id:Maaf, tidak mungkin memberikan informasi ini ke revisi lama.\";'),('abs','messages:pageinfo-protect-cascading','s:35:\"id:Perlindungan berurutan dari sini\";'),('abs','messages:pageinfo-protect-cascading-from','s:26:\"id:Perlindungan mulai dari\";'),('abs','messages:pageinfo-protect-cascading-yes','s:5:\"id:Ya\";'),('abs','messages:pageinfo-recent-authors','s:38:\"abs:Samua penulis sakarang pung jumlah\";'),('abs','messages:pageinfo-recent-edits','s:45:\"abs:Jumlah yang da robah (dalang $1 terakhir)\";'),('abs','messages:pageinfo-redirects-name','s:36:\"abs:Samua pengalihan ka akang kintal\";'),('abs','messages:pageinfo-redirects-value','s:5:\"id:$1\";'),('abs','messages:pageinfo-redirectsto','s:13:\"id:Beralih ke\";'),('abs','messages:pageinfo-redirectsto-info','s:7:\"id:info\";'),('abs','messages:pageinfo-robot-index','s:16:\"id:Diperbolehkan\";'),('abs','messages:pageinfo-robot-noindex','s:22:\"id:Tidak diperbolehkan\";'),('abs','messages:pageinfo-robot-policy','s:35:\"abs:Indeks samua disusun oleh robot\";'),('abs','messages:pageinfo-subpages-name','s:32:\"id:Jumlah subhalaman halaman ini\";'),('abs','messages:pageinfo-subpages-value','s:94:\"id:$1 ($2 {{PLURAL:$2|pengalihan|pengalihan}}; $3 {{PLURAL:$3|non-pengalihan|non-pengalihan}})\";'),('abs','messages:pageinfo-summary','s:3:\"en:\";'),('abs','messages:pageinfo-templates','s:55:\"id:{{PLURAL:$1|Templat|Templat}} yang ditransklusi ($1)\";'),('abs','messages:pageinfo-title','s:22:\"abs:Informasi par \"$1\"\";'),('abs','messages:pageinfo-toolboxlink','s:20:\"abs:Kintal pung info\";'),('abs','messages:pageinfo-transclusions','s:50:\"id:{{PLURAL:$1|Halaman}} ditransklusikan pada ($1)\";'),('abs','messages:pageinfo-user-id','s:14:\"id:ID pengguna\";'),('abs','messages:pageinfo-view-protect-log','s:44:\"id:Lihat log perlindungan untuk halaman ini.\";'),('abs','messages:pageinfo-visiting-watchers','s:61:\"id:Jumlah pemantau halaman yang mengunjungi suntingan terkini\";'),('abs','messages:pageinfo-watchers','s:28:\"abs:Samua yang pantou kintal\";'),('abs','messages:pagelang-db-failed','s:43:\"id:Basis data gagal mengubah bahasa halaman\";'),('abs','messages:pagelang-language','s:9:\"id:Bahasa\";'),('abs','messages:pagelang-name','s:10:\"id:Halaman\";'),('abs','messages:pagelang-nonexistent-page','s:28:\"id:Halaman $1 tidak tersedia\";'),('abs','messages:pagelang-reason','s:9:\"id:Alasan\";'),('abs','messages:pagelang-select-lang','s:15:\"id:Pilih bahasa\";'),('abs','messages:pagelang-submit','s:8:\"id:Kirim\";'),('abs','messages:pagelang-unchanged-language','s:40:\"id:Halaman $1 telah di atur ke bahasa $2\";'),('abs','messages:pagelang-unchanged-language-default','s:51:\"id:Halaman $1 Telah diatur ke bahasa konten bawaan.\";'),('abs','messages:pagelang-use-default','s:22:\"id:Gunakan bahasa baku\";'),('abs','messages:pagelanguage','s:22:\"id:Ubah bahasa halaman\";'),('abs','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('abs','messages:pagemovedsub','s:22:\"id:Pemindahan berhasil\";'),('abs','messages:pager-newer-n','s:42:\"abs:{{PLURAL:$1|1 labe baru|$1 labe baru}}\";'),('abs','messages:pager-older-n','s:30:\"abs:{{PLURAL:$1|$1 labe lama}}\";'),('abs','messages:pagesize','s:9:\"id:(bita)\";'),('abs','messages:pageswithprop','s:34:\"id:Halaman dengan halaman properti\";'),('abs','messages:pageswithprop-legend','s:34:\"id:Halaman dengan halaman properti\";'),('abs','messages:pageswithprop-prop','s:17:\"id:Nama properti:\";'),('abs','messages:pageswithprop-prophidden-binary','s:40:\"id:nilai properti biner tersembunyi ($1)\";'),('abs','messages:pageswithprop-prophidden-long','s:47:\"id:nilai properti teks panjang tersembunyi ($1)\";'),('abs','messages:pageswithprop-reverse','s:32:\"id:Urutkan dalam urutan terbalik\";'),('abs','messages:pageswithprop-sortbyvalue','s:37:\"id:Urutkan berdasarkan nilai properti\";'),('abs','messages:pageswithprop-submit','s:9:\"id:Lanjut\";'),('abs','messages:pageswithprop-summary','s:3:\"en:\";'),('abs','messages:pageswithprop-text','s:80:\"id:Halaman ini berisi daftar halaman yang menggunakan properti halaman tertentu.\";'),('abs','messages:pagetitle','s:20:\"id:$1 - {{SITENAME}}\";'),('abs','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('abs','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('abs','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('abs','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('abs','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('abs','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('abs','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('abs','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('abs','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('abs','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('abs','messages:paramvalidator-badtitle','s:96:\"id:Nilai tidak valid \"$2\" untuk parameter judul <var>$1</var>: bukanlah string judul yang avlid.\";'),('abs','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('abs','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('abs','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('abs','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('abs','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('abs','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('abs','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('abs','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('abs','messages:paramvalidator-baduser','s:65:\"id:Nilai tidak valid \"$2\" untuk parameter pengguna <var>$1</var>.\";'),('abs','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('abs','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('abs','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('abs','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('abs','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('abs','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('abs','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('abs','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('abs','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('abs','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('abs','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('abs','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('abs','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('abs','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('abs','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('abs','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('abs','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('abs','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('abs','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('abs','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('abs','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('abs','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('abs','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('abs','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('abs','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('abs','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('abs','messages:paramvalidator-help-type-title','s:22:\"id:Tipe: judul halaman\";'),('abs','messages:paramvalidator-help-type-title-must-exist','s:35:\"id:Hanya menerima halaman yang ada.\";'),('abs','messages:paramvalidator-help-type-title-no-must-exist','s:35:\"id:Menerima halaman yang tidak ada.\";'),('abs','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('abs','messages:paramvalidator-help-type-user','s:99:\"id:Tipe: {{PLURAL:$1|1=pengguna|2=daftar pengguna}}, {{PLURAL:$3|dengan|dengan salah satu dari}} $2\";'),('abs','messages:paramvalidator-help-type-user-subtype-cidr','s:13:\"id:rentang IP\";'),('abs','messages:paramvalidator-help-type-user-subtype-id','s:30:\"id:ID pengguna (mis. \"#12345\")\";'),('abs','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"id:nama interwiki (e.g. \"prefiks>NamaContoh\")\";'),('abs','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"id:IP\";'),('abs','messages:paramvalidator-help-type-user-subtype-name','s:16:\"id:nama pengguna\";'),('abs','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('abs','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('abs','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('abs','messages:paramvalidator-missingtitle','s:84:\"id:Nilai tidak valid \"$2\" untuk parameter judul <var>$1</var>: halamannya tidak ada.\";'),('abs','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('abs','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('abs','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('abs','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('abs','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('abs','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('abs','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('abs','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('abs','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('abs','messages:parentheses','s:7:\"en:($1)\";'),('abs','messages:parentheses-end','s:4:\"en:)\";'),('abs','messages:parentheses-start','s:4:\"en:(\";'),('abs','messages:parser-template-loop-warning','s:47:\"id:Hubungan berulang templat terdeteksi: [[$1]]\";'),('abs','messages:parser-template-recursion-depth-warning','s:60:\"id:Limit kedalaman hubungan berulang templat terlampaui ($1)\";'),('abs','messages:parser-unstrip-loop-warning','s:34:\"id:Perulangan pelepasan terdeteksi\";'),('abs','messages:parsoid-client-error','s:34:\"id:Parsoid masukan tidak valid: $1\";'),('abs','messages:parsoid-resource-limit-exceeded','s:42:\"id:Batas sumber daya parsoid melampaui: $1\";'),('abs','messages:parsoid-stash-rate-limit-error','s:80:\"id:Gagal menyimpan karena batas tarif telah dilampaui. Silahkan coba lagi nanti.\";'),('abs','messages:password-change-forbidden','s:54:\"id:Anda tidak dapat mengubah kata sandi pada wiki ini.\";'),('abs','messages:password-login-forbidden','s:57:\"id:Penggunaan nama pengguna dan sandi ini telah dilarang.\";'),('abs','messages:password-name-match','s:57:\"id:Kata sandi Anda harus berbeda dari nama pengguna Anda.\";'),('abs','messages:password-substring-username-match','s:63:\"id:Kata sandi Anda tidak boleh muncul dalam nama pengguna Anda.\";'),('abs','messages:passwordincommonlist','s:128:\"id:Kata sandi yang dimasukkan ada dalam senarai kata sandi yang sangat umum digunakan. Silakan pilih kata sandi yang lebih unik.\";'),('abs','messages:passwordpolicies','s:23:\"id:Kebijakan kata sandi\";'),('abs','messages:passwordpolicies-group','s:11:\"id:Kelompok\";'),('abs','messages:passwordpolicies-policies','s:12:\"id:Kebijakan\";'),('abs','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('abs','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('abs','messages:passwordpolicies-policy-maximalpasswordlength','s:70:\"id:Kata sandi tidak boleh kurang dari {{PLURAL:$1|karakter|karakter}}.\";'),('abs','messages:passwordpolicies-policy-minimalpasswordlength','s:78:\"id:Kata sandi paling tidak harus terdiri dari {{PLURAL:$1|karakter|karakter}}.\";'),('abs','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:98:\"id:Kata sandi paling tidak harus terdiri dari {{PLURAL:$1|karakter|karakter}} agar dapat masuk log\";'),('abs','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:58:\"id:Kata sandi tidak boleh berisi bagian dari nama pengguna\";'),('abs','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:73:\"id:Kata sandi tidak boleh cocok dengan kata sandi yang masuk daftar hitam\";'),('abs','messages:passwordpolicies-policy-passwordnotincommonlist','s:94:\"id:Kata sandi tidak boleh termasuk dalam daftar 100.000 kata sandi yang paling umum digunakan.\";'),('abs','messages:passwordpolicies-policyflag-forcechange','s:33:\"id:wajib diganti ketika masuk log\";'),('abs','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:40:\"id:sarankan penggantian ketika masuk log\";'),('abs','messages:passwordpolicies-summary','s:113:\"id:Ini adalah daftar kebijakan kata sandi yang berlaku untuk kelompok pengguna yang didefinisikan dalam wiki ini.\";'),('abs','messages:passwordremindertext','s:548:\"id:Seseorang (dari alamat IP $1) meminta kata sandi baru untuk {{SITENAME}} ($4). Kata sandi sementara untuk pengguna \"$2\" telah dibuatkan dan diatur menjadi \"$3\". Jika memang Anda yang mengajukan permintaan ini, Anda perlu masuk log dan memilih kata sandi baru sekarang. Kata sandi sementara Anda akan kedaluwarsa dalam waktu {{PLURAL:$5|satu hari|$5 hari}}.\n\nJika orang lain yang melakukan permintaan ini, atau jika Anda telah mengingat kata sandi Anda dan tidak jadi mengubahnya, silakan abaikan pesan ini dan tetap gunakan kata sandi lama Anda.\";'),('abs','messages:passwordremindertitle','s:42:\"id:Peringatan kata sandi dari {{SITENAME}}\";'),('abs','messages:passwordreset','s:23:\"abs:Robah kata pengaman\";'),('abs','messages:passwordreset-disabled','s:54:\"id:Penyetelan ulang sandi telah dimatikan di wiki ini.\";'),('abs','messages:passwordreset-domain','s:10:\"id:Domain:\";'),('abs','messages:passwordreset-email','s:16:\"id:Alamat surel:\";'),('abs','messages:passwordreset-emaildisabled','s:49:\"id:Fitur surel telah dinonaktifkan pada wiki ini.\";'),('abs','messages:passwordreset-emailelement','s:43:\"id:Nama pengguna: \n$1\n\nSandi sementara: \n$2\";'),('abs','messages:passwordreset-emailtext-ip','s:482:\"id:Seseorang (mungkin Anda, dari alamat IP $1) meminta pengingat\ndetail akun untuk {{SITENAME}} ($4). {{PLURAL:$3|Akun|Akun-akun}} berikut\nterkait dengan alamat surel ini:\n\n$2\n\n{{PLURAL:$3|Sandi sementara}} berikut akan kedaluwarsa dalam {{PLURAL:$5|$5 hari}}.\nAnda harus masuk dan memilih sandi baru sekarang. Jika orang lain membuat\npermintaan ini atau jika Anda ingat sandi asli dan tidak lagi\ningin mengubahnya, Anda dapat mengabaikan pesan ini dan terus menggunakan sandi lama.\";'),('abs','messages:passwordreset-emailtext-require-email','s:302:\"id:Namun, jika Anda tidak menghasilkan permintaan ini dan ingin mencegah yang tidak diminta email, Anda mungkin ingin memperbarui opsi email Anda di $1. Anda dapat meminta nama pengguna dan alamat email untuk menghasilkan pengaturan ulang kata sandi email. Ini dapat mengurangi jumlah insiden tersebut.\";'),('abs','messages:passwordreset-emailtext-user','s:482:\"id:Seseorang (mungkin Anda, dari alamat IP $1) meminta pengingat detail akun untuk {{SITENAME}} ($4).\n{{PLURAL:$3|Akun|Akun-akun}} berikut terkait dengan alamat surel ini:\n\n$2\n\n{{PLURAL:$3|Sandi sementara}} berikut akan kedaluwarsa dalam {{PLURAL:$5|$5 hari}}.\nAnda harus masuk dan memilih sandi baru sekarang. Jika orang lain membuat\npermintaan ini atau jika Anda ingat sandi asli dan tidak lagi\ningin mengubahnya, Anda dapat mengabaikan pesan ini dan terus menggunakan sandi lama.\";'),('abs','messages:passwordreset-emailtitle','s:30:\"id:Detail akun di {{SITENAME}}\";'),('abs','messages:passwordreset-ignored','s:72:\"id:Pemulihan kata sandi tidak tertangani. Mungkin penyedia tidak diatur?\";'),('abs','messages:passwordreset-nocaller','s:28:\"id:Pemanggil harus diberikan\";'),('abs','messages:passwordreset-nodata','s:53:\"id:Nama pengguna ataupun alamat surel tidak diberikan\";'),('abs','messages:passwordreset-nosuchcaller','s:26:\"id:Pemanggil tidak ada: $1\";'),('abs','messages:passwordreset-success','s:50:\"id:Anda telah meminta penyetelan ulang kata sandi.\";'),('abs','messages:passwordreset-success-details-generic','s:452:\"id:Jika informasi yang dikirim valid, sebuah surel penyetelan ulang kata sandi akan dikirim. Jika Anda belum menerima surel tersebut, kami sarankan agar Anda mengunjungi  [[mw:Special:MyLanguage/Help:Reset_password|halaman bantuan penyetelan ulang kata sandi]] atau coba lagi pada waktu lain. <strong>Permintaan surel penyetelan ulang kata sandi hanya dapat dilakukan satu kali setiap {{PLURAL:$1|$1 jam|$1 jam}}</strong> untuk mencegah penyalahgunaan.\";'),('abs','messages:passwordreset-success-info','s:39:\"id:Detail yang Anda kirimkan adalah: $1\";'),('abs','messages:passwordreset-text-many','s:104:\"id:{{PLURAL:$1|Isi salah satu kotak di bawah ini untuk mendapatkan kata sandi sementara melalui surel.}}\";'),('abs','messages:passwordreset-text-one','s:57:\"id:Lengkapi formulir ini untuk menyetel ulang kata sandi.\";'),('abs','messages:passwordreset-username','s:17:\"id:Nama pengguna:\";'),('abs','messages:passwordsent','s:139:\"id:Kata sandi baru telah dikirimkan ke alamat surel yang didaftarkan untuk \"$1\".\nSilakan masuk log kembali setelah menerima surel tersebut.\";'),('abs','messages:passwordtoolong','s:73:\"id:Passwords tidak boleh lebih dari {{PLURAL:$1|1 karakter|$1 karakter}}.\";'),('abs','messages:passwordtooshort','s:83:\"id:Kata sandi paling tidak harus terdiri dari {{PLURAL:$1|1 karakter|$1 karakter}}.\";'),('abs','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('abs','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('abs','messages:patrol-log-header','s:36:\"id:Ini adalah log revisi terpatroli.\";'),('abs','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('abs','messages:patrol-log-page','s:14:\"id:Log patroli\";'),('abs','messages:pear-mail-error','s:5:\"en:$1\";'),('abs','messages:percent','s:6:\"en:$1%\";'),('abs','messages:perfcached','s:122:\"id:Data berikut ini diambil dari singgahan dan mungkin bukan data mutakhir. {{PLURAL:$1|Hasil}} maksimal ada di singgahan.\";'),('abs','messages:perfcachedts','s:122:\"id:Data berikut ini diambil dari singgahan dan terakhir diperbarui pada $1. {{PLURAL:$4|Hasil}} maksimal ada di singgahan.\";'),('abs','messages:period-am','s:5:\"id:AM\";'),('abs','messages:period-pm','s:5:\"id:PM\";'),('abs','messages:permalink','s:20:\"abs:Pranala permanen\";'),('abs','messages:permanentlink','s:19:\"id:Pranala permanen\";'),('abs','messages:permanentlink-revid','s:12:\"id:ID revisi\";'),('abs','messages:permanentlink-submit','s:17:\"id:Tuju ke revisi\";'),('abs','messages:permanentlink-summary','s:3:\"en:\";'),('abs','messages:permissionserrors','s:22:\"id:Kesalahan hak akses\";'),('abs','messages:permissionserrorstext','s:99:\"id:Anda tak memiliki hak untuk melakukan hal itu karena {{PLURAL:$1|alasan|alasan-alasan}} berikut:\";'),('abs','messages:permissionserrorstext-withaction','s:70:\"abs:Ale seng punya hak par akses $2, tagal {{PLURAL:$1|alasan}} akang:\";'),('abs','messages:personaltools','s:21:\"abs:Alat-alat sandiri\";'),('abs','messages:php-mail-error','s:5:\"en:$1\";'),('abs','messages:php-mail-error-unknown','s:55:\"id:Kesalahan yang tidak dikenal dalam fungsi mail() PHP\";'),('abs','messages:php-uploaddisabledtext','s:73:\"id:Pemuatan berkas dimatikan di PHP.\nSilakan cek pengaturan file_uploads.\";'),('abs','messages:pipe-separator','s:14:\"id:&#32;|&#32;\";'),('abs','messages:policy-url','s:20:\"id:Project:Kebijakan\";'),('abs','messages:pool-errorunknown','s:33:\"id:Kesalahan yang tidak diketahui\";'),('abs','messages:pool-queuefull','s:25:\"id:Kumpulan antrean penuh\";'),('abs','messages:pool-servererror','s:51:\"id:Layanan penghitung pool ini tidak tersedia ($1).\";'),('abs','messages:pool-timeout','s:39:\"abs:Waktu su talewat par batunggu konci\";'),('abs','messages:poolcounter-usage-error','s:23:\"id:Galat penggunaan: $1\";'),('abs','messages:portal','s:19:\"abs:Portal kalompok\";'),('abs','messages:portal-url','s:27:\"abs:Project:Portal kalompok\";'),('abs','messages:post-expand-template-argument-category','s:48:\"id:Halaman dengan argumen templat yang diabaikan\";'),('abs','messages:post-expand-template-argument-category-desc','s:165:\"id:Laman ini lebih besar dari <code>$wgMaxArticleSize</code> setelah memperluas argumen templat (sesuatu dalam tiga kurung kurawal, misalnya <code>{{{Foo}}}</code>).\";'),('abs','messages:post-expand-template-argument-warning','s:171:\"id:<strong>Peringatan:</strong> Halaman ini mengandung setidaknya satu argumen templat dengan ukuran ekspansi yang terlalu besar. Argumen-argumen tersebut telah diabaikan.\";'),('abs','messages:post-expand-template-inclusion-category','s:52:\"id:Halaman dengan ukuran templat yang melebihi batas\";'),('abs','messages:post-expand-template-inclusion-category-desc','s:140:\"id:Ukuran laman lebih besar dari <code>$wgMaxArticleSize</code> setelah memperluas semua templat, sehingga beberapa templat tidak diperluas.\";'),('abs','messages:post-expand-template-inclusion-warning','s:109:\"id:<strong>Peringatan:</strong> Ukuran templat yang digunakan terlalu besar.\nBeberapa templat akan diabaikan.\";'),('abs','messages:postedit-confirmation-created','s:24:\"id:Halaman telah dibuat.\";'),('abs','messages:postedit-confirmation-published','s:30:\"id:Suntingan Anda diterbitkan.\";'),('abs','messages:postedit-confirmation-restored','s:28:\"id:Halaman telah dipulihkan.\";'),('abs','messages:postedit-confirmation-saved','s:28:\"id:Suntingan Anda tersimpan.\";'),('abs','messages:postedit-temp-created','s:199:\"id:Akun yang diciptakan otomatis telah dibuat dengan menambahkan kuki ke peramban Anda. Untuk memilih nama sesuai keinginan Anda dan mendapatkan fitur tambahan, pertimbangkan untuk [$1 membuat akun].\";'),('abs','messages:postedit-temp-created-label','s:17:\"id:Akun sementara\";'),('abs','messages:powersearch-legend','s:27:\"id:Pencarian tingkat lanjut\";'),('abs','messages:powersearch-ns','s:28:\"id:Mencari dalam ruang nama:\";'),('abs','messages:powersearch-remember','s:44:\"id:Ingat pilihan untuk pencarian selanjutnya\";'),('abs','messages:powersearch-toggleall','s:8:\"id:Semua\";'),('abs','messages:powersearch-togglelabel','s:9:\"id:Pilih:\";'),('abs','messages:powersearch-togglenone','s:12:\"id:Tidak ada\";'),('abs','messages:preferences','s:13:\"id:Preferensi\";'),('abs','messages:preferences-summary','s:3:\"en:\";'),('abs','messages:prefixindex','s:28:\"abs:Samua kintal deng awalan\";'),('abs','messages:prefixindex-namespace','s:46:\"id:Semua halaman dengan awalan (ruang nama $1)\";'),('abs','messages:prefixindex-strip','s:31:\"id:Hilangkan awalan dalam hasil\";'),('abs','messages:prefixindex-submit','s:12:\"id:Tampilkan\";'),('abs','messages:prefixindex-summary','s:3:\"en:\";'),('abs','messages:prefs-advancedediting','s:15:\"id:Pilihan umum\";'),('abs','messages:prefs-advancedrc','s:16:\"id:Opsi lanjutan\";'),('abs','messages:prefs-advancedrendering','s:16:\"id:Opsi lanjutan\";'),('abs','messages:prefs-advancedsearchoptions','s:16:\"id:Opsi lanjutan\";'),('abs','messages:prefs-advancedwatchlist','s:16:\"id:Opsi lanjutan\";'),('abs','messages:prefs-changeemail','s:31:\"id:Ubah atau hapus alamat surel\";'),('abs','messages:prefs-changesrc','s:24:\"id:Perubahan ditampilkan\";'),('abs','messages:prefs-changeswatchlist','s:24:\"id:Perubahan ditampilkan\";'),('abs','messages:prefs-common-config','s:49:\"id:CSS/JSON/JavaScript berbagi untuk semua kulit:\";'),('abs','messages:prefs-custom-css','s:14:\"id:CSS pribadi\";'),('abs','messages:prefs-custom-js','s:21:\"id:JavaScript pribadi\";'),('abs','messages:prefs-custom-json','s:14:\"id:JSON kustom\";'),('abs','messages:prefs-dateformat','s:17:\"id:Format tanggal\";'),('abs','messages:prefs-developertools','s:18:\"id:Alat pengembang\";'),('abs','messages:prefs-diffs','s:7:\"id:Beda\";'),('abs','messages:prefs-discussion','s:22:\"id:Halaman pembicaraan\";'),('abs','messages:prefs-displayrc','s:19:\"id:Pilihan tampilan\";'),('abs','messages:prefs-displaywatchlist','s:19:\"id:Pilihan tampilan\";'),('abs','messages:prefs-editing','s:15:\"id:Penyuntingan\";'),('abs','messages:prefs-editor','s:13:\"id:Penyunting\";'),('abs','messages:prefs-edits','s:20:\"id:Jumlah suntingan:\";'),('abs','messages:prefs-editwatchlist','s:26:\"id:Sunting daftar pantauan\";'),('abs','messages:prefs-editwatchlist-clear','s:28:\"id:Kosongkan daftar pantauan\";'),('abs','messages:prefs-editwatchlist-edit','s:51:\"id:Lihat dan hapus judul dalam daftar pantauan Anda\";'),('abs','messages:prefs-editwatchlist-label','s:44:\"id:Sunting entri dalam daftar pantauan Anda:\";'),('abs','messages:prefs-editwatchlist-raw','s:33:\"id:Sunting daftar pantauan mentah\";'),('abs','messages:prefs-email','s:13:\"id:Opsi surel\";'),('abs','messages:prefs-emailconfirm-label','s:20:\"id:Konfirmasi surel:\";'),('abs','messages:prefs-files','s:9:\"id:Berkas\";'),('abs','messages:prefs-help-email','s:95:\"id:Alamat surel bersifat opsional, tetapi diperlukan untuk menyetel ulang sandi jika Anda lupa.\";'),('abs','messages:prefs-help-email-others','s:185:\"id:Anda juga dapat memilih untuk mengizinkan orang lain menghubungi Anda melalui halaman pengguna atau pembicaraan.\nAlamat surel tidak ditampilkan ketika pengguna lain menghubungi Anda.\";'),('abs','messages:prefs-help-email-required','s:28:\"id:Alamat surel wajib diisi.\";'),('abs','messages:prefs-help-gender','s:231:\"id:Pengaturan preferensi ini merupakan opsional.\nPerangkat lunak menggunakan nilai ini untuk menyapa Anda dan menyebut Anda kepada orang lain menggunakan jenis kelamin tata bahasa yang sesuai.\nInformasi ini akan terbuka untuk umum.\";'),('abs','messages:prefs-help-prefershttps','s:65:\"id:Preferensi ini akan diaktifkan kali berikutnya Anda masuk log.\";'),('abs','messages:prefs-help-realname','s:114:\"id:Nama asli merupakan opsional.\nJika disediakan, nama ini dapat digunakan untuk memberi atribusi atas karya Anda.\";'),('abs','messages:prefs-help-recentchangescount','s:23:\"id:Nilai maksimum: 1000\";'),('abs','messages:prefs-help-requireemail','s:83:\"id:Ini akan meningkatkan privasi dan membantu mencegah surel yang tidak diharapkan.\";'),('abs','messages:prefs-help-signature','s:142:\"id:Komentar pada halaman pembicaraan perlu ditandatangani dengan \"<nowiki>~~~~</nowiki>\" yang akan diubah menjadi tanda tangan Anda dan waktu.\";'),('abs','messages:prefs-help-skin-responsive','s:55:\"id:Adaptasi tata letak dengan ukuran layar pada ponsel.\";'),('abs','messages:prefs-help-tokenmanagement','s:214:\"id:Anda dapat melihat dan mengatur ulang kunci rahasia akun Anda yang dapat mengakses umpan Web dari daftar pantauan Anda. Siapa pun yang mengetahuinya bisa saja melihat daftar pantauan Anda, jadi jangan dibagikan.\";'),('abs','messages:prefs-help-variant','s:77:\"id:Varian atau ortografi pilihan Anda untuk menampilkan isi halaman wiki ini.\";'),('abs','messages:prefs-help-watchlist-token2','s:242:\"id:Ini adalah kunci rahasia (token) ke umpan web dari daftar pantauan Anda.\nSiapa saja yang tahu akan dapat melihat daftar pantauan Anda, jadi jangan dibagikan.\nJika diperlukan [[Special:ResetTokens|Anda dapat mengatur ulang kunci tersebut]].\";'),('abs','messages:prefs-help-yourpassword','s:69:\"id:Pemulihan akun diaktifkan. Lihat $1 untuk pengaturan lebih lanjut.\";'),('abs','messages:prefs-i18n','s:21:\"id:Internasionalisasi\";'),('abs','messages:prefs-info','s:18:\"id:Informasi dasar\";'),('abs','messages:prefs-labs','s:13:\"id:Fitur Labs\";'),('abs','messages:prefs-memberingroups','s:57:\"id:{{GENDER:$2|Anggota}} {{PLURAL:$1|kelompok|kelompok}}:\";'),('abs','messages:prefs-memberingroups-type','s:5:\"id:$1\";'),('abs','messages:prefs-misc','s:12:\"id:Serbaneka\";'),('abs','messages:prefs-namespaces','s:13:\"id:Ruang nama\";'),('abs','messages:prefs-pageswatchlist','s:20:\"id:Halaman terpantau\";'),('abs','messages:prefs-personal','s:18:\"id:Profil pengguna\";'),('abs','messages:prefs-preview','s:12:\"id:Pratayang\";'),('abs','messages:prefs-rc','s:20:\"id:Perubahan terbaru\";'),('abs','messages:prefs-registration','s:21:\"id:Waktu pendaftaran:\";'),('abs','messages:prefs-registration-date-time','s:5:\"id:$1\";'),('abs','messages:prefs-rendering','s:11:\"id:Tampilan\";'),('abs','messages:prefs-reset-confirm','s:49:\"id:Ya, saya ingin mengatur ulang preferensi saya.\";'),('abs','messages:prefs-reset-intro','s:144:\"id:Anda dapat menggunakan halaman ini untuk mengembalikan preferensi Anda ke setelan baku situs.\nPengembalian preferensi tidak dapat dibatalkan.\";'),('abs','messages:prefs-resetpass','s:19:\"id:Ganti kata sandi\";'),('abs','messages:prefs-searchmisc','s:7:\"id:Umum\";'),('abs','messages:prefs-searchoptions','s:7:\"id:Cari\";'),('abs','messages:prefs-setemail','s:20:\"id:Atur alamat surel\";'),('abs','messages:prefs-signature','s:15:\"id:Tanda tangan\";'),('abs','messages:prefs-signature-error-details','s:24:\"id:Pelajari selengkapnya\";'),('abs','messages:prefs-signature-highlight-error','s:25:\"id:Tunjukkan lokasi galat\";'),('abs','messages:prefs-signature-invalid-disallow','s:145:\"id:Tanda tangan Anda yang sekarang tidak sah. Sampai Anda memperbaikinya, tanda tangan bawaan akan digunakan ketika menandatangani komentar Anda.\";'),('abs','messages:prefs-signature-invalid-new','s:143:\"id:Tanda tangan Anda yang sekarang tidak sah. Meskipun Anda masih bisa melihatnya, Anda tidak akan bisa mengubahnya sampai Anda memperbaikinya.\";'),('abs','messages:prefs-signature-invalid-warning','s:67:\"id:Tanda tangan Anda bisa menimbulkan masalah dengan beberapa alat.\";'),('abs','messages:prefs-skin','s:8:\"id:Kulit\";'),('abs','messages:prefs-skin-prefs','s:19:\"id:Preferensi kulit\";'),('abs','messages:prefs-skin-responsive','s:26:\"id:Aktifkan mode responsif\";'),('abs','messages:prefs-tabs-navigation-hint','s:107:\"id:Kiat: Anda dapat menggunakan tombol panah kiri dan kanan untuk bernavigasi antartab di dalam daftar tab.\";'),('abs','messages:prefs-timeoffset','s:14:\"id:Jarak waktu\";'),('abs','messages:prefs-tokenwatchlist','s:8:\"id:Tanda\";'),('abs','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('abs','messages:prefs-user-downloaddata-info','s:33:\"id:Data akun saya dari proyek ini\";'),('abs','messages:prefs-user-downloaddata-label','s:19:\"id:Akses data akun:\";'),('abs','messages:prefs-user-pages','s:19:\"id:Halaman pengguna\";'),('abs','messages:prefs-user-restoreprefs-info','s:56:\"id:Kembalikan semua preferensi bawaan (di semua bagian):\";'),('abs','messages:prefs-user-restoreprefs-label','s:24:\"id:Atur ulang pengaturan\";'),('abs','messages:prefs-vector-enable-vector-1-help','s:307:\"id:Dalam beberapa tahun ke depan, kami akan memperbarui kulit Vektor secara bertahap. Vektor Warisan memungkinkan Anda untuk melihat-lihat dengan Vektor versi lama (per Desember 2019). Untuk mempelajari lebih lanjut tentang pembaruan ini, bukalah [[mw:Reading/Web/Desktop_Improvements|halaman proyek]] kami.\";'),('abs','messages:prefs-vector-enable-vector-1-label','s:25:\"id:Gunakan Vektor Warisan\";'),('abs','messages:prefs-watchlist','s:18:\"id:Daftar pantauan\";'),('abs','messages:prefs-watchlist-days','s:60:\"id:Jumlah hari maksimum yang ditampilkan di daftar pantauan:\";'),('abs','messages:prefs-watchlist-days-max','s:38:\"id:Maksimum $1 {{PLURAL:$1|hari|hari}}\";'),('abs','messages:prefs-watchlist-edits','s:68:\"id:Jumlah maksimum perubahan yang ditampilkan dalam daftar pantauan:\";'),('abs','messages:prefs-watchlist-edits-max','s:23:\"id:Nilai maksimum: 1000\";'),('abs','messages:prefs-watchlist-managetokens','s:15:\"id:Kelola token\";'),('abs','messages:prefs-watchlist-token','s:25:\"id:Token daftar pantauan:\";'),('abs','messages:prefsnologintext2','s:52:\"id:Silakan masuk log untuk mengubah preferensi Anda.\";'),('abs','messages:prev-page','s:21:\"id:halaman sebelumnya\";'),('abs','messages:preview','s:10:\"abs:Pralia\";'),('abs','messages:previewconflict','s:124:\"id:Pratayang ini mencerminkan teks pada bagian atas kotak suntingan teks sebagaimana akan terlihat bila Anda menerbitkannya.\";'),('abs','messages:previewerrortext','s:74:\"id:Kesalahan terjadi saat mencoba memperlihatkan pratayang perubahan Anda.\";'),('abs','messages:previewnote','s:89:\"id:<strong>Ingatlah bahwa ini hanya pratayang.</strong>\nPerubahan Anda belum diterbitkan!\";'),('abs','messages:previousdiff','s:26:\"abs:← Revisi sabalongnya\";'),('abs','messages:previousrevision','s:22:\"abs:← Parobahan lama\";'),('abs','messages:prevn','s:32:\"abs:{{PLURAL:$1|$1}} sabalongnya\";'),('abs','messages:prevn-title','s:42:\"id:$1 {{PLURAL:$1|hasil|hasil}} sebelumnya\";'),('abs','messages:prevpage','s:26:\"id:Halaman sebelumnya ($1)\";'),('abs','messages:print','s:8:\"id:Cetak\";'),('abs','messages:print.css','s:66:\"id:/* CSS yang ada di sini akan diterapkan pada tampilan cetak. */\";'),('abs','messages:printableversion','s:16:\"abs:Jenis taceta\";'),('abs','messages:printableversion-deprecated-warning','s:173:\"id:Versi yang bisa dicetak tidak lagi didukung dan mungkin memiliki kesalahan tampilan. Tolong perbarui markah penjelajah Anda dan gunakan fungsi cetak penjelajah yang baku.\";'),('abs','messages:privacy','s:18:\"abs:Urusan sandiri\";'),('abs','messages:privacypage','s:29:\"abs:Project:Kebijakan privasi\";'),('abs','messages:prot_1movedto2','s:31:\"id:[[$1]] dipindahkan ke [[$2]]\";'),('abs','messages:protect','s:11:\"id:Lindungi\";'),('abs','messages:protect-badnamespace-text','s:55:\"id:Halaman dalam ruang nama ini tidak dapat dilindungi.\";'),('abs','messages:protect-badnamespace-title','s:41:\"id:Ruang nama yang tidak dapat dilindungi\";'),('abs','messages:protect-cantedit','s:115:\"id:Anda tidak dapat mengubah pengaturan pelindungan halaman ini karena Anda tidak memiliki hak untuk menyuntingnya.\";'),('abs','messages:protect-cascade','s:78:\"id:Lindungi semua halaman yang termasuk dalam halaman ini (pelindungan runtun)\";'),('abs','messages:protect-cascadeon','s:263:\"id:Halaman ini sedang dilindungi karena disertakan dalam {{PLURAL:$1|halaman|halaman-halaman}} berikut yang telah dilindungi dengan pilihan pelindungan runtun diaktifkan.\nPenggantian tingkat pelindungan untuk halaman ini tidak akan memengaruhi pelindungan runtun.\";'),('abs','messages:protect-default','s:27:\"abs:Kas izin samua pangguna\";'),('abs','messages:protect-dropdown','s:125:\"id:*Alasan umum perlindungan\n** Vandalisme berulang\n** Spam berulang\n** Perang suntingan\n** Halaman dengan lalu-lintas tinggi\";'),('abs','messages:protect-edit-reasonlist','s:29:\"id:Sunting alasan pelindungan\";'),('abs','messages:protect-existing-expiry','s:36:\"id:Waktu kedaluwarsa saat ini: $2 $3\";'),('abs','messages:protect-existing-expiry-infinity','s:48:\"id:Waktu kedaluwarsa yang ada: tidak terdefinisi\";'),('abs','messages:protect-expiring','s:23:\"id:kedaluwarsa $1 (UTC)\";'),('abs','messages:protect-expiring-local','s:17:\"id:kedaluwarsa $1\";'),('abs','messages:protect-expiry-indefinite','s:12:\"id:selamanya\";'),('abs','messages:protect-expiry-options','s:145:\"id:1 jam:1 hour,1 hari:1 day,1 minggu:1 week,2 minggu:2 weeks,1 bulan:1 month,3 bulan:3 months,6 bulan:6 months,1 tahun:1 year,selamanya:infinite\";'),('abs','messages:protect-fallback','s:41:\"id:Hanya untuk pengguna dengan izin  \"$1\"\";'),('abs','messages:protect-legend','s:25:\"id:Konfirmasi pelindungan\";'),('abs','messages:protect-level-autoconfirmed','s:42:\"id:Hanya untuk pengguna terdaftar otomatis\";'),('abs','messages:protect-level-sysop','s:23:\"id:Hanya untuk pengurus\";'),('abs','messages:protect-locked-access','s:155:\"id:Akun Anda tidak dapat memiliki hak untuk mengganti pengaturan pelindungan halaman. Berikut adalah konfigurasi saat ini pada halaman <strong>$1</strong>:\";'),('abs','messages:protect-locked-blocked','s:137:\"id:Anda tidak dapat mengganti pengaturan pelindungan saat diblokir. Berikut adalah konfigurasi saat ini pada halaman <strong>$1</strong>:\";'),('abs','messages:protect-locked-dblock','s:154:\"id:Pengaturan pelindungan tidak dapat diganti karena aktifnya penguncian basis data. Berikut adalah konfigurasi saat ini pada halaman <strong>$1</strong>:\";'),('abs','messages:protect-norestrictiontypes-text','s:85:\"id:Halaman ini tidak dapat dilindungi karena tidak ada tipe pembatasan yang tersedia.\";'),('abs','messages:protect-norestrictiontypes-title','s:25:\"id:Halaman tak-dilindungi\";'),('abs','messages:protect-otherreason','s:24:\"id:Alasan lain/tambahan:\";'),('abs','messages:protect-otherreason-op','s:14:\"id:Alasan lain\";'),('abs','messages:protect-othertime','s:14:\"id:Waktu lain:\";'),('abs','messages:protect-othertime-op','s:13:\"id:waktu lain\";'),('abs','messages:protect-summary-cascade','s:9:\"id:runtun\";'),('abs','messages:protect-summary-desc','s:15:\"id:[$1=$2] ($3)\";'),('abs','messages:protect-text','s:101:\"id:Anda dapat melihat atau mengganti pengaturan pelindungan pada halaman <strong>$1</strong> di sini.\";'),('abs','messages:protect-title','s:42:\"id:Ubah pengaturan perlindungan untuk \"$1\"\";'),('abs','messages:protect-title-notallowed','s:42:\"id:Lihat pengaturan perlindungan pada \"$1\"\";'),('abs','messages:protect-unchain-permissions','s:37:\"id:Aktifkan opsi pelindungan lanjutan\";'),('abs','messages:protect_change','s:7:\"id:ubah\";'),('abs','messages:protect_expiry_invalid','s:31:\"id:Waktu kedaluwarsa tidak sah.\";'),('abs','messages:protect_expiry_old','s:45:\"id:Waktu kedaluwarsa adalah pada masa lampau.\";'),('abs','messages:protectcomment','s:10:\"id:Alasan:\";'),('abs','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('abs','messages:protectedarticle-comment','s:36:\"id:{{GENDER:$2|Melindungi}} \"[[$1]]\"\";'),('abs','messages:protectedinterface','s:260:\"id:Halaman ini memuat teks antarmuka untuk perangkat lunak pada wiki ini, dan dilindungi terhadap penyalahgunaan. Untuk menambah atau mengubah terjemahan pada semua wiki, harap gunakan [https://translatewiki.net/ translatewiki.net], proyek pelokalan MediaWiki.\";'),('abs','messages:protectedpage','s:28:\"abs:Kintal yang dapa lindung\";'),('abs','messages:protectedpagemovewarning','s:182:\"id:\'\'\'Peringatan\'\'\': Halaman ini telah dikunci sehingga hanya pengguna dengan hak akses pengurus yang bisa memindahkannya.\nEntri catatan terakhir disediakan di bawah untuk referensi:\";'),('abs','messages:protectedpages','s:26:\"id:Halaman yang dilindungi\";'),('abs','messages:protectedpages-cascade','s:27:\"id:Hanya pelindungan runtun\";'),('abs','messages:protectedpages-expiry','s:14:\"id:Kedaluwarsa\";'),('abs','messages:protectedpages-filters','s:9:\"id:Tapis:\";'),('abs','messages:protectedpages-indef','s:59:\"id:Hanya untuk pelindungan dengan jangka waktu tak terbatas\";'),('abs','messages:protectedpages-noredirect','s:25:\"id:Sembunyikan pengalihan\";'),('abs','messages:protectedpages-page','s:10:\"id:Halaman\";'),('abs','messages:protectedpages-params','s:25:\"id:Parameter perlindungan\";'),('abs','messages:protectedpages-performer','s:22:\"id:Melindungi pengguna\";'),('abs','messages:protectedpages-reason','s:9:\"id:Alasan\";'),('abs','messages:protectedpages-submit','s:19:\"id:Halaman tampilan\";'),('abs','messages:protectedpages-summary','s:197:\"id:Halaman ini mendaftarkan halaman-halaman yang telah ada yang sedang dilindungi. Untuk daftar judul yang dilindungi dari pembuatan, lihat [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('abs','messages:protectedpages-timestamp','s:16:\"id:Stempel waktu\";'),('abs','messages:protectedpages-unknown-performer','s:32:\"id:Pengguna yang tidak diketahui\";'),('abs','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('abs','messages:protectedpages-unknown-timestamp','s:18:\"id:Tidak diketahui\";'),('abs','messages:protectedpagesempty','s:89:\"id:Saat ini tidak ada halaman yang sedang dilindungi dengan parameter-parameter tersebut.\";'),('abs','messages:protectedpagetext','s:79:\"id:Halaman ini telah dikunci untuk menghindari penyuntingan atau tindakan lain.\";'),('abs','messages:protectedpagewarning','s:193:\"id:<strong>Peringatan: Halaman ini sedang dilindungi sehingga hanya pengguna dengan hak akses pengurus yang dapat menyuntingnya.</strong>\nEntri log terakhir disediakan di bawah untuk referensi:\";'),('abs','messages:protectedtitles','s:24:\"id:Judul yang dilindungi\";'),('abs','messages:protectedtitles-submit','s:17:\"id:Judul tampilan\";'),('abs','messages:protectedtitles-summary','s:194:\"id:Halaman ini mendaftarkan judul-judul yang saat ini dilindungi dari pembuatan. Untuk daftar halaman yang sudah ada dan dilindungi, lihat [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('abs','messages:protectedtitlesempty','s:35:\"id:Tidak ada judul yang dilindungi.\";'),('abs','messages:protectexpiry','s:15:\"id:Kedaluwarsa:\";'),('abs','messages:protectlogpage','s:18:\"id:Log pelindungan\";'),('abs','messages:protectlogtext','s:173:\"id:Di bawah ini adalah daftar perubahan terhadap perlindungan halaman.\nLihat [[Special:ProtectedPages|daftar halaman terlindungi]] untuk daftar perlindungan halaman terkini.\";'),('abs','messages:protectpage','s:26:\"id:Lindungi sebuah halaman\";'),('abs','messages:protectpage-summary','s:3:\"en:\";'),('abs','messages:proxyblocker','s:18:\"id:Pemblokir proxy\";'),('abs','messages:proxyblockreason','s:197:\"id:Alamat IP Anda telah diblokir karena alamat IP Anda adalah \'\'proxy\'\' terbuka. Silakan hubungi penyedia jasa internet Anda atau dukungan teknis dan beritahukan mereka masalah keamanan serius ini.\";'),('abs','messages:pt-createaccount','s:15:\"abs:Biking Akun\";'),('abs','messages:pt-login','s:19:\"abs:Maso dalang Log\";'),('abs','messages:pt-login-button','s:19:\"abs:Maso dalang Log\";'),('abs','messages:pt-login-continue-button','s:22:\"id:Lanjutkan masuk log\";'),('abs','messages:pt-userlogout','s:14:\"abs:Kaluar log\";'),('abs','messages:publishchanges','s:22:\"id:Terbitkan perubahan\";'),('abs','messages:publishchanges-start','s:25:\"id:Terbitkan perubahan...\";'),('abs','messages:publishpage','s:20:\"id:Terbitkan halaman\";'),('abs','messages:publishpage-start','s:23:\"id:Terbitkan halaman...\";'),('abs','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('abs','messages:purge','s:12:\"id:Bersihkan\";'),('abs','messages:purge-summary','s:3:\"en:\";'),('abs','messages:querypage-disabled','s:58:\"id:Halaman istimewa ini dinonaktifkan demi alasan kinerja.\";'),('abs','messages:querypage-no-updates','s:106:\"id:Pemutakhiran dari halaman ini sedang dimatikan. Data yang ada di sini saat ini tidak akan dimuat ulang.\";'),('abs','messages:querypage-updates-periodical','s:57:\"id:Pembaruan untuk halaman ini dijalankan secara berkala.\";'),('abs','messages:quotation-marks','s:7:\"id:\"$1\"\";'),('abs','messages:randomincategory','s:35:\"id:Halaman sembarang dalam kategori\";'),('abs','messages:randomincategory-category','s:12:\"id:Kategori:\";'),('abs','messages:randomincategory-invalidcategory','s:40:\"id:\"$1\" bukanlah nama kategori yang sah.\";'),('abs','messages:randomincategory-legend','s:35:\"id:Halaman sembarang dalam kategori\";'),('abs','messages:randomincategory-nopages','s:56:\"id:Tidak ada halaman dalam kategori [[:Category:$1|$1]].\";'),('abs','messages:randomincategory-submit','s:10:\"id:Tuju ke\";'),('abs','messages:randompage','s:20:\"abs:Halaman sabarang\";'),('abs','messages:randompage-nopages','s:64:\"id:Tidak ada halaman pada {{PLURAL:$2||}}ruang nama berikut: $1.\";'),('abs','messages:randompage-url','s:17:\"en:Special:Random\";'),('abs','messages:randomredirect','s:23:\"id:Pengalihan sembarang\";'),('abs','messages:randomredirect-nopages','s:48:\"id:Tak terdapat pengalihan pada ruang nama \"$1\".\";'),('abs','messages:randomrootpage','s:26:\"id:Halaman dasar sembarang\";'),('abs','messages:range_block_disabled','s:61:\"id:Kemampuan pengurus dalam membuat blokir blok IP dimatikan.\";'),('abs','messages:rawhtml-notallowed','s:65:\"id:Tag &lt;html&gt; tidak dapat digunakan di luar halaman normal.\";'),('abs','messages:rawmessage','s:5:\"en:$1\";'),('abs','messages:rc-change-size','s:5:\"id:$1\";'),('abs','messages:rc-change-size-new','s:40:\"abs:$1 {{PLURAL:$1|bita}} kal su barobah\";'),('abs','messages:rc-old-title','s:35:\"id:awalnya dibuat dengan judul \"$1\"\";'),('abs','messages:rcfilters-activefilters','s:18:\"id:Penyaring aktif\";'),('abs','messages:rcfilters-activefilters-hide','s:14:\"id:Sembunyikan\";'),('abs','messages:rcfilters-activefilters-hide-tooltip','s:37:\"id:Sembunyikan daerah Penyaring aktif\";'),('abs','messages:rcfilters-activefilters-show','s:12:\"id:Tampilkan\";'),('abs','messages:rcfilters-activefilters-show-tooltip','s:35:\"id:Tampilkan daerah Penyaring aktif\";'),('abs','messages:rcfilters-advancedfilters','s:23:\"id:Penyaringan lanjutan\";'),('abs','messages:rcfilters-allcontents-label','s:15:\"id:Semua konten\";'),('abs','messages:rcfilters-alldiscussions-label','s:16:\"id:Semua diskusi\";'),('abs','messages:rcfilters-clear-all-filters','s:24:\"id:Hapus semua penyaring\";'),('abs','messages:rcfilters-date-popup-title','s:29:\"id:Periode waktu untuk dicari\";'),('abs','messages:rcfilters-days-show-days','s:29:\"id:$1 {{PLURAL:$1|hari|hari}}\";'),('abs','messages:rcfilters-days-show-hours','s:27:\"id:$1 {{PLURAL:$1|jam|jam}}\";'),('abs','messages:rcfilters-days-title','s:21:\"id:Hari-hari terakhir\";'),('abs','messages:rcfilters-empty-filter','s:59:\"id:Tidak ada penyaring aktif. Semua kontribusi ditampilkan.\";'),('abs','messages:rcfilters-exclude-button-off','s:24:\"id:Kecuali yang terpilih\";'),('abs','messages:rcfilters-exclude-button-on','s:24:\"id:Kecuali yang terpilih\";'),('abs','messages:rcfilters-filter-bots-description','s:56:\"id:Suntingan yang dibuat dengan perkakas terotomatisasi.\";'),('abs','messages:rcfilters-filter-bots-label','s:6:\"id:Bot\";'),('abs','messages:rcfilters-filter-categorization-description','s:73:\"id:Rekam jejak halaman yang telah ditambahkan atau dihapus dari kategori.\";'),('abs','messages:rcfilters-filter-categorization-label','s:21:\"id:Perubahan kategori\";'),('abs','messages:rcfilters-filter-editsbyother-description','s:51:\"id:Semua perubahan kecuali perubahan milik sendiri.\";'),('abs','messages:rcfilters-filter-editsbyother-label','s:23:\"id:Perubahan orang lain\";'),('abs','messages:rcfilters-filter-editsbyself-description','s:19:\"id:Kontribusi Anda.\";'),('abs','messages:rcfilters-filter-editsbyself-label','s:17:\"id:Perubahan Anda\";'),('abs','messages:rcfilters-filter-excluded','s:17:\"id:Tidak termasuk\";'),('abs','messages:rcfilters-filter-humans-description','s:49:\"id:Suntingan yang dibuat oleh penyunting manusia.\";'),('abs','messages:rcfilters-filter-humans-label','s:22:\"id:Manusia (bukan bot)\";'),('abs','messages:rcfilters-filter-lastrevision-description','s:44:\"id:Hanya perubahan terbaru pada halaman ini.\";'),('abs','messages:rcfilters-filter-lastrevision-label','s:17:\"id:Revisi terkini\";'),('abs','messages:rcfilters-filter-logactions-description','s:79:\"id:Tindakan administratif, pembuatan akun, penghapusan halaman, pengunggahan...\";'),('abs','messages:rcfilters-filter-logactions-label','s:20:\"id:Tindakan tercatat\";'),('abs','messages:rcfilters-filter-major-description','s:51:\"id:Suntingan yang ditandai sebagai suntingan kecil.\";'),('abs','messages:rcfilters-filter-major-label','s:39:\"id:Suntingan yang bukan suntingan kecil\";'),('abs','messages:rcfilters-filter-minor-description','s:62:\"id:Suntingan yang ditandai penyunting sebagai suntingan kecil.\";'),('abs','messages:rcfilters-filter-minor-label','s:18:\"id:Suntingan kecil\";'),('abs','messages:rcfilters-filter-newpages-description','s:38:\"id:Suntingan yang membuat halaman baru\";'),('abs','messages:rcfilters-filter-newpages-label','s:20:\"id:Pembuatan halaman\";'),('abs','messages:rcfilters-filter-pageedits-description','s:61:\"id:Perubahan pada konten wiki, diskusi, deskripsi kategori...\";'),('abs','messages:rcfilters-filter-pageedits-label','s:20:\"id:Suntingan halaman\";'),('abs','messages:rcfilters-filter-previousrevision-description','s:57:\"id:Semua perubahan yang bukan merupakan \"revisi terbaru\".\";'),('abs','messages:rcfilters-filter-previousrevision-label','s:23:\"id:Bukan revisi terbaru\";'),('abs','messages:rcfilters-filter-reviewstatus-auto-description','s:104:\"id:Suntingan oleh pengguna berpengalaman yang kontribusinya secara otomatis ditandai sebagai terpatroli.\";'),('abs','messages:rcfilters-filter-reviewstatus-auto-label','s:22:\"id:Otomatis terpatroli\";'),('abs','messages:rcfilters-filter-reviewstatus-manual-description','s:52:\"id:Suntingan yang secara manual ditandai terpatroli.\";'),('abs','messages:rcfilters-filter-reviewstatus-manual-label','s:27:\"id:Terpatroli secara manual\";'),('abs','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:78:\"id:Suntingan yang tidak ditandai terpatroli, baik secara manual atau otomatis.\";'),('abs','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:19:\"id:Belum terpatroli\";'),('abs','messages:rcfilters-filter-showlinkedfrom-label','s:55:\"id:Tampilkan perubahan pada halaman yang ditautkan dari\";'),('abs','messages:rcfilters-filter-showlinkedfrom-option-label','s:57:\"id:<strong>Halaman tertaur dari</strong> halaman terpilih\";'),('abs','messages:rcfilters-filter-showlinkedto-label','s:53:\"id:Tampilkan perubahan pada halaman yang dipautkan ke\";'),('abs','messages:rcfilters-filter-showlinkedto-option-label','s:55:\"id:<strong>Halaman tertaut ke</strong> halaman terpilih\";'),('abs','messages:rcfilters-filter-user-experience-level-experienced-description','s:85:\"id:Penyunting terdaftar dengan lebih dari 500 suntingan dan aktivitas selama 30 hari.\";'),('abs','messages:rcfilters-filter-user-experience-level-experienced-label','s:25:\"id:Pengguna berpengalaman\";'),('abs','messages:rcfilters-filter-user-experience-level-learner-description','s:103:\"id:Penyunting terdaftar yang pengalamannya berada antara \"Pendatang baru\" dan \"Pengguna berpengalaman\".\";'),('abs','messages:rcfilters-filter-user-experience-level-learner-label','s:9:\"id:Pemula\";'),('abs','messages:rcfilters-filter-user-experience-level-newcomer-description','s:101:\"id:Penyunting terdaftar yang memiliki suntingan kurang dari 10 suntingan dan aktivitas selama 4 hari.\";'),('abs','messages:rcfilters-filter-user-experience-level-newcomer-label','s:17:\"id:Pendatang baru\";'),('abs','messages:rcfilters-filter-user-experience-level-registered-description','s:24:\"id:Penyunting masuk log.\";'),('abs','messages:rcfilters-filter-user-experience-level-registered-label','s:12:\"id:Terdaftar\";'),('abs','messages:rcfilters-filter-user-experience-level-unregistered-description','s:35:\"id:Penyunting yang tidak masuk log.\";'),('abs','messages:rcfilters-filter-user-experience-level-unregistered-label','s:18:\"id:Tidak terdaftar\";'),('abs','messages:rcfilters-filter-watchlist-notwatched-description','s:57:\"id:Semuanya kecuali perubahan pada halaman yang dipantau.\";'),('abs','messages:rcfilters-filter-watchlist-notwatched-label','s:34:\"id:Tidak ada dalam daftar pantauan\";'),('abs','messages:rcfilters-filter-watchlist-watched-description','s:46:\"id:Perubahan pada halaman dalam pantauan Anda.\";'),('abs','messages:rcfilters-filter-watchlist-watched-label','s:17:\"id:Dalam pantauan\";'),('abs','messages:rcfilters-filter-watchlist-watchednew-description','s:92:\"id:Perubahan halaman-halaman yang dipantau yang belum Anda kunjungi sejak perubahan terjadi.\";'),('abs','messages:rcfilters-filter-watchlist-watchednew-label','s:33:\"id:Perubahan daftar pantauan baru\";'),('abs','messages:rcfilters-filter-watchlistactivity-seen-description','s:83:\"id:Perubahan pada halaman-halaman yang telah Anda kunjungi sejak perubahan terjadi.\";'),('abs','messages:rcfilters-filter-watchlistactivity-seen-label','s:31:\"id:Perubahan yang telah dilihat\";'),('abs','messages:rcfilters-filter-watchlistactivity-unseen-description','s:92:\"id:Perubahan pada halaman-halaman yang belum Anda kunjungi sejak perubahan tersebut terjadi.\";'),('abs','messages:rcfilters-filter-watchlistactivity-unseen-label','s:31:\"id:Perubahan yang belum dilihat\";'),('abs','messages:rcfilters-filtergroup-authorship','s:25:\"id:Kepemilikan kontribusi\";'),('abs','messages:rcfilters-filtergroup-automated','s:22:\"id:Kontribusi otomatis\";'),('abs','messages:rcfilters-filtergroup-changetype','s:18:\"id:Jenis perubahan\";'),('abs','messages:rcfilters-filtergroup-lastrevision','s:17:\"id:Revisi terkini\";'),('abs','messages:rcfilters-filtergroup-reviewstatus','s:20:\"id:Status peninjauan\";'),('abs','messages:rcfilters-filtergroup-significance','s:14:\"id:Kepentingan\";'),('abs','messages:rcfilters-filtergroup-user-experience-level','s:38:\"id:Pendaftaran dan pengalaman pengguna\";'),('abs','messages:rcfilters-filtergroup-watchlist','s:20:\"id:Halaman terpantau\";'),('abs','messages:rcfilters-filtergroup-watchlistactivity','s:28:\"id:Aktivitas daftar pantauan\";'),('abs','messages:rcfilters-filterlist-noresults','s:32:\"id:Tidak ada penyaring ditemukan\";'),('abs','messages:rcfilters-filterlist-title','s:12:\"id:Penyaring\";'),('abs','messages:rcfilters-filterlist-whatsthis','s:25:\"id:Bagaimana ini bekerja?\";'),('abs','messages:rcfilters-group-results-by-page','s:36:\"id:Kelompokkan hasil menurut halaman\";'),('abs','messages:rcfilters-hideminor-conflicts-typeofchange','s:136:\"id:Jenis perubahan tertentu tidak dapat ditandai sebagai \"kecil\", jadi penyaring ini berkonflik dengan penyaring Jenis Perubahan ini: $1\";'),('abs','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:235:\"id:Penyaring \"Suntingan kecil\" berkonflik dengan satu atau lebih jenis penyaring perubahan lain, karena jenis perubahan tertentu tidak dapat ditandai sebagai \"kecil\". Penyaring yang berkonflik ditandai di area Penyaring aktif, di atas.\";'),('abs','messages:rcfilters-highlightbutton-title','s:14:\"id:Sorot hasil\";'),('abs','messages:rcfilters-highlighted-filters-list','s:14:\"id:Disorot: $1\";'),('abs','messages:rcfilters-highlightmenu-help','s:48:\"id:Pilih sebuah warna untuk menyorot atribut ini\";'),('abs','messages:rcfilters-highlightmenu-title','s:21:\"id:Pilih sebuah warna\";'),('abs','messages:rcfilters-hours-title','s:19:\"id:Jam-jam terakhir\";'),('abs','messages:rcfilters-invalid-filter','s:22:\"id:Penyaring tidak sah\";'),('abs','messages:rcfilters-legend-heading','s:37:\"id:<strong>Daftar singkatan:</strong>\";'),('abs','messages:rcfilters-limit-and-date-label','s:43:\"id:$1 {{PLURAL:$1|perubahan|perubahan}}, $2\";'),('abs','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:62:\"id:Saring hasil berdasarkan jumlah perubahan dan periode waktu\";'),('abs','messages:rcfilters-limit-title','s:26:\"id:Hasil untuk ditampilkan\";'),('abs','messages:rcfilters-liveupdates-button','s:21:\"id:Perubahan langsung\";'),('abs','messages:rcfilters-liveupdates-button-title-off','s:61:\"id:Tampilkan perubahan baru ketika perubahan tersebut terjadi\";'),('abs','messages:rcfilters-liveupdates-button-title-on','s:29:\"id:Matikan perubahan langsung\";'),('abs','messages:rcfilters-noresults-conflict','s:66:\"id:Hasil tidak ditemukan karena kriteria pencariannya bertentangan\";'),('abs','messages:rcfilters-other-review-tools','s:31:\"id:Peralatan peninjauan lainnya\";'),('abs','messages:rcfilters-preference-help','s:164:\"id:Muat [[{{#special:RecentChanges}}|perubahan terbaru]] dan [[{{#special:RecentChangesLinked}}|perubahan terkait]]tanpa fungsi penyaring pencarian atau penyorotan.\";'),('abs','messages:rcfilters-preference-label','s:35:\"id:Gunakan antarmuka non-JavaScript\";'),('abs','messages:rcfilters-quickfilters','s:22:\"id:Penyaring tersimpan\";'),('abs','messages:rcfilters-quickfilters-placeholder-description','s:135:\"id:Untuk menyimpan pengaturan penyaring dan menggunakannya kembali, klik ikon penanda halaman di area daerah Penyaring aktif, di bawah.\";'),('abs','messages:rcfilters-quickfilters-placeholder-title','s:36:\"id:Tidak ada penyaring yang disimpan\";'),('abs','messages:rcfilters-restore-default-filters','s:30:\"id:Kembalikan penyaring bawaan\";'),('abs','messages:rcfilters-savedqueries-add-new-title','s:34:\"id:Simpan pengaturan penyaring ini\";'),('abs','messages:rcfilters-savedqueries-already-saved','s:94:\"id:Penyaring ini telah tersimpan. Ubah pengaturan Anda untuk membuat Penyaring Tersimpan baru.\";'),('abs','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:22:\"id:Buat penyaring baku\";'),('abs','messages:rcfilters-savedqueries-apply-label','s:22:\"id:Membuat penyaringan\";'),('abs','messages:rcfilters-savedqueries-cancel-label','s:11:\"id:Batalkan\";'),('abs','messages:rcfilters-savedqueries-defaultlabel','s:21:\"id:Penyaring disimpan\";'),('abs','messages:rcfilters-savedqueries-new-name-label','s:7:\"id:Nama\";'),('abs','messages:rcfilters-savedqueries-new-name-placeholder','s:34:\"id:Jelaskan tujuan penyaringan ini\";'),('abs','messages:rcfilters-savedqueries-remove','s:8:\"id:Hapus\";'),('abs','messages:rcfilters-savedqueries-rename','s:12:\"id:Ubah nama\";'),('abs','messages:rcfilters-savedqueries-setdefault','s:24:\"id:Tetapkan sebagai baku\";'),('abs','messages:rcfilters-savedqueries-unsetdefault','s:21:\"id:Hapus sebagai baku\";'),('abs','messages:rcfilters-search-placeholder','s:78:\"id:Saring perubahan terbaru (gunakan menu atau pencarian untuk menyaring nama)\";'),('abs','messages:rcfilters-search-placeholder-mobile','s:12:\"id:Penyaring\";'),('abs','messages:rcfilters-show-new-changes','s:36:\"id:Tampilkan perubahan baru sejak $1\";'),('abs','messages:rcfilters-state-message-fullcoverage','s:150:\"id:Memilih semua penyaring dalam kelompok ini sama dengan tidak memilih apapun, sehingga penyaringan ini tidak memberikan hasil. Kelompok termasuk: $1\";'),('abs','messages:rcfilters-state-message-subset','s:157:\"id:Penyaring ini tidak akan berpengaruh karena hasilnya disertakan oleh {{PLURAL:$2|penyaring}} berikut yang lebih luas (coba soroti untuk membedakannya): $1\";'),('abs','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('abs','messages:rcfilters-tag-prefix-namespace-inverted','s:29:\"id:<strong>:bukan</strong> $1\";'),('abs','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('abs','messages:rcfilters-tag-remove','s:13:\"id:Hapus \'$1\'\";'),('abs','messages:rcfilters-target-page-placeholder','s:40:\"id:Masukkan nama halaman (atau kategori)\";'),('abs','messages:rcfilters-typeofchange-conflicts-hideminor','s:155:\"id:Penyaring Jenis perubahan ini bertentangan dengan penyaring \"Suntingan kecil\". Jenis perubahan tertentu tidak bisa ditetapkan sebagai suntingan \"kecil\".\";'),('abs','messages:rcfilters-view-namespaces-tooltip','s:34:\"id:Saring hasil menurut ruang nama\";'),('abs','messages:rcfilters-view-return-to-default-tooltip','s:36:\"id:Kembali ke menu penyaringan utama\";'),('abs','messages:rcfilters-view-tags','s:21:\"id:Suntingan ditandai\";'),('abs','messages:rcfilters-view-tags-help-icon-tooltip','s:53:\"id:Pelajari lebih lanjut tentang suntingan dengan tag\";'),('abs','messages:rcfilters-view-tags-tooltip','s:44:\"id:Saring hasil menggunakan tag penyuntingan\";'),('abs','messages:rcfilters-watchlist-edit-watchlist-button','s:31:\"id:Sunting daftar pantauan Anda\";'),('abs','messages:rcfilters-watchlist-markseen-button','s:42:\"id:Tandai semua perubahan sebagai terlihat\";'),('abs','messages:rcfilters-watchlist-preference-help','s:100:\"id:Muat [[{{#special:Watchlist}}|daftar pantauan]] tanpa penyaring pencarian atau fungsi penyorotan.\";'),('abs','messages:rcfilters-watchlist-preference-label','s:35:\"id:Gunakan antarmuka non-JavaScript\";'),('abs','messages:rcfilters-watchlist-showupdated','s:161:\"id:Perubahan di halaman-halaman yang belum Anda kunjungi sejak perubahan terjadi ditampilkan dalam <strong>huruf tebal</strong>, dan tanda titik tebal di daftar.\";'),('abs','messages:rclinks','s:53:\"abs:Kas lia $1 parobahan baru dalang $2 hari terakhir\";'),('abs','messages:rclistfrom','s:37:\"abs:Kas lia parobahan baru dar $2, $3\";'),('abs','messages:rclistfromreset','s:29:\"id:Atur ulang pilihan tanggal\";'),('abs','messages:rcnotefrom','s:116:\"abs:Di bawah {{PLURAL:$5|parobahan}} dar <strong>$3, $4</strong> (dapa kas lia sampe <strong>$1</strong> parobahan).\";'),('abs','messages:rcpatroldisabled','s:38:\"id:Patroli perubahan terbaru dimatikan\";'),('abs','messages:rcpatroldisabledtext','s:52:\"id:Fitur patroli perubahan terbaru sedang dimatikan.\";'),('abs','messages:rcshowhideanons','s:24:\"abs:$1 pengguna babayang\";'),('abs','messages:rcshowhideanons-hide','s:16:\"abs:Jang kas lia\";'),('abs','messages:rcshowhideanons-show','s:21:\"abs:Kas tunjuk kamuka\";'),('abs','messages:rcshowhidebots','s:10:\"abs:$1 bot\";'),('abs','messages:rcshowhidebots-hide','s:16:\"abs:Jang kas lia\";'),('abs','messages:rcshowhidebots-show','s:21:\"abs:Kas tunjuk kamuka\";'),('abs','messages:rcshowhidecategorization','s:26:\"id:$1 kategorisasi halaman\";'),('abs','messages:rcshowhidecategorization-hide','s:14:\"id:Sembunyikan\";'),('abs','messages:rcshowhidecategorization-show','s:12:\"id:Tampilkan\";'),('abs','messages:rcshowhideliu','s:24:\"abs:$1 pengguna tadaftar\";'),('abs','messages:rcshowhideliu-hide','s:16:\"abs:Jang kas lia\";'),('abs','messages:rcshowhideliu-show','s:21:\"abs:Kas tunjuk kamuka\";'),('abs','messages:rcshowhidemine','s:33:\"abs:$1 beta pung daftar parobahan\";'),('abs','messages:rcshowhidemine-hide','s:16:\"abs:Jang kas lia\";'),('abs','messages:rcshowhidemine-show','s:21:\"abs:Kas tunjuk kamuka\";'),('abs','messages:rcshowhideminor','s:20:\"abs:$1 robahan kacil\";'),('abs','messages:rcshowhideminor-hide','s:16:\"abs:Jang kas lia\";'),('abs','messages:rcshowhideminor-show','s:21:\"abs:Kas tunjuk kamuka\";'),('abs','messages:rcshowhidepatr','s:26:\"id:$1 suntingan terpatroli\";'),('abs','messages:rcshowhidepatr-hide','s:14:\"id:Sembunyikan\";'),('abs','messages:rcshowhidepatr-show','s:12:\"id:Tampilkan\";'),('abs','messages:readonly','s:21:\"id:Basis data dikunci\";'),('abs','messages:readonly_lag','s:117:\"id:Basis data telah dikunci otomatis selagi peladen basis data replika melakukan sinkronisasi dengan basis data utama\";'),('abs','messages:readonlytext','s:229:\"id:Basis data sedang dikunci terhadap masukan dan perubahan baru, mungkin dalam pembenahan basis data, setelah selesai keadaan akan normal sedia kala. \n\nPengurus yang melakukan penguncian memberikan penjelasan sebagai berikut: $1\";'),('abs','messages:readonlywarning','s:339:\"id:<strong>Peringatan: Basis data sedang dikunci karena pemeliharaan, sehingga saat ini Anda tidak dapat menerbitkan hasil suntingan Anda.</strong>\nAnda mungkin perlu menyalin teks suntingan Anda ini dan menyimpannya ke sebuah berkas teks dan memuatkannya lagi kemudian.\n\nPengurus yang mengunci basis data memberikan penjelasan berikut: $1\";'),('abs','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('abs','messages:recentchanges','s:18:\"abs:Perubahan baru\";'),('abs','messages:recentchanges-feed-description','s:57:\"abs:Cari parobahan baru dalang wiki di dalang akang umpan\";'),('abs','messages:recentchanges-label-bot','s:24:\"abs:Bot yang robah akang\";'),('abs','messages:recentchanges-label-minor','s:30:\"abs:Akang dapa robah sadiki sa\";'),('abs','messages:recentchanges-label-newpage','s:42:\"abs:Robah sabiji ini la biking kintal baru\";'),('abs','messages:recentchanges-label-plusminus','s:45:\"abs:Parobahan ukuran akang kintal dalang bita\";'),('abs','messages:recentchanges-label-unpatrolled','s:34:\"abs:Parobahan yang balong dipantou\";'),('abs','messages:recentchanges-legend','s:31:\"abs:Pilihan parobahan baru-baru\";'),('abs','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('abs','messages:recentchanges-legend-heading','s:37:\"abs:<strong>Pambiking jelas:</strong>\";'),('abs','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('abs','messages:recentchanges-legend-newpage','s:89:\"abs:{{int:recentchanges-label-newpage}} (lia lai [[Special:NewPages|daftar kintal baru]])\";'),('abs','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('abs','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('abs','messages:recentchanges-legend-watchlistexpiry','s:34:\"id:Halaman yang dipantau sementara\";'),('abs','messages:recentchanges-network','s:96:\"id:Selama terjadi kesalahan teknis, tidak ada hasil yang bisa dimuat. Coba segarkan halaman ini.\";'),('abs','messages:recentchanges-noresult','s:67:\"abs:Seng ada parobahan dalang waktu akang yang cocok deng kriteria.\";'),('abs','messages:recentchanges-notargetpage','s:98:\"id:Masukkan nama halaman di atas untuk melihat perubahan yang berhubungan dengan halaman tersebut.\";'),('abs','messages:recentchanges-page-added-to-category','s:34:\"id:[[:$1]] ditambahkan ke kategori\";'),('abs','messages:recentchanges-page-added-to-category-bundled','s:113:\"id:[[:$1]] ditambahkan ke kategori, [[Special:WhatLinksHere/$1|halaman ini dimasukkan bersama-sama halaman lain]]\";'),('abs','messages:recentchanges-page-removed-from-category','s:32:\"id:[[:$1]] dihapus dari kategori\";'),('abs','messages:recentchanges-page-removed-from-category-bundled','s:114:\"id:[[:$1]] dihapus dari kategori, [[Special:WhatLinksHere/$1|halaman ini dimasukkan bersama halaman-halaman lain]]\";'),('abs','messages:recentchanges-submit','s:12:\"id:Tampilkan\";'),('abs','messages:recentchanges-summary','s:59:\"abs:Cari parobahan baru dalang wiki di dalang akang kintal.\";'),('abs','messages:recentchanges-timeout','s:84:\"id:Waktu pencarian telah habis. Anda mungkin ingin mencoba parameter pencarian lain.\";'),('abs','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('abs','messages:recentchangescount','s:104:\"id:Jumlah suntingan standar untuk ditampilkan di perubahan terbaru, riwayat halaman, dan di halaman log:\";'),('abs','messages:recentchangesdays','s:53:\"id:Jumlah hari yang ditampilkan di perubahan terbaru:\";'),('abs','messages:recentchangesdays-max','s:40:\"id:(maksimum $1 {{PLURAL:$1|hari|hari}})\";'),('abs','messages:recentchangeslinked','s:19:\"abs:Parobahan taika\";'),('abs','messages:recentchangeslinked-feed','s:20:\"id:Perubahan terkait\";'),('abs','messages:recentchangeslinked-page','s:20:\"abs:Kintal pung nama\";'),('abs','messages:recentchangeslinked-summary','s:307:\"id:Masukkan nama halaman untuk melihat perubahan pada halaman yang terpaut dari atau ke halaman tersebut (untuk melihat anggota sebuah kategori, masukkan {{ns:category}}:Nama kategori). Perubahan pada halaman yang ada di [[Special:Watchlist|daftar pantauan Anda]] ditampilkan <strong>dicetak tebal</strong>.\";'),('abs','messages:recentchangeslinked-title','s:29:\"abs:Parobahan taika deng \"$1\"\";'),('abs','messages:recentchangeslinked-to','s:86:\"abs:Kas lia parobahan dar kintal banya yang tahubung deng kintal yang dong ada sajikan\";'),('abs','messages:recentchangeslinked-toolbox','s:19:\"abs:Parobahan taika\";'),('abs','messages:recentchangestext','s:4:\"en:-\";'),('abs','messages:recreate','s:13:\"id:Buat ulang\";'),('abs','messages:recreate-moveddeleted-warn','s:223:\"id:<strong>Peringatan: Anda membuat ulang suatu halaman yang sudah pernah dihapus.</strong>\n\nHarap pertimbangkan apakah layak untuk melanjutkan suntingan Anda.\nBerikut adalah log penghapusan dan pemindahan dari halaman ini:\";'),('abs','messages:red-link-title','s:25:\"abs:$1 (halaman seng ada)\";'),('abs','messages:redirect','s:72:\"id:Pengalihan berdasarkan ID berkas, pengguna, halaman, revisi, atau log\";'),('abs','messages:redirect-file','s:14:\"id:Nama berkas\";'),('abs','messages:redirect-logid','s:9:\"id:ID log\";'),('abs','messages:redirect-lookup','s:13:\"id:Pencarian:\";'),('abs','messages:redirect-not-exists','s:24:\"id:Nilai tidak ditemukan\";'),('abs','messages:redirect-not-numeric','s:22:\"id:Nilai bukan numerik\";'),('abs','messages:redirect-page','s:13:\"id:ID Halaman\";'),('abs','messages:redirect-revision','s:17:\"id:Revisi halaman\";'),('abs','messages:redirect-submit','s:9:\"id:Lanjut\";'),('abs','messages:redirect-summary','s:292:\"id:Halaman istimewa ini beralih ke berkas (sesuai nama berkasnya), halaman (sesuai ID revisinya), atau halaman pengguna (sesuai ID numerik penggunanya). Penggunaan: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/revision/328429]], atau [[{{#Special:Redirect}}/user/101]].\";'),('abs','messages:redirect-text','s:3:\"en:\";'),('abs','messages:redirect-user','s:14:\"id:ID pengguna\";'),('abs','messages:redirect-value','s:9:\"id:Nilai:\";'),('abs','messages:redirectedfrom','s:24:\"abs:(Dapa pindah dar $1)\";'),('abs','messages:redirectexists','s:126:\"id:Sudah ada sebuah pengalihan di [[:$1]], dan pengalihan tersebut tidak bisa dihapus secara otomatis. Tolong pilih nama lain.\";'),('abs','messages:redirectpagesub','s:26:\"abs:kintal voor pengalihan\";'),('abs','messages:redirectto','s:10:\"abs:Pi ka:\";'),('abs','messages:removecredentials','s:19:\"id:Hapus kredensial\";'),('abs','messages:removecredentials-invalidsubpage','s:45:\"id:$1 adalah jenis kredensial yang tidak sah.\";'),('abs','messages:removecredentials-submit','s:19:\"id:Hapus kredensial\";'),('abs','messages:removecredentials-success','s:33:\"id:Kredensial Anda telah dihapus.\";'),('abs','messages:removedwatchtext','s:90:\"id:\"[[:$1]]\" dan diskusinya telah dihapus dari [[Special:Watchlist|daftar pantauan]] Anda.\";'),('abs','messages:removedwatchtext-short','s:56:\"id:Halaman \"$1\" telah dihapus dari daftar pantauan Anda.\";'),('abs','messages:removedwatchtext-talk','s:98:\"id:\"[[:$1]]\" dan halaman terkaitnya telah dihapus dari [[Special:Watchlist|daftar pantauan Anda]].\";'),('abs','messages:removewatch','s:29:\"id:Hapus dari daftar pantauan\";'),('abs','messages:resetpass-abort-generic','s:55:\"id:Perubahan kata sandi telah dibatalkan oleh ekstensi.\";'),('abs','messages:resetpass-expired','s:82:\"id:Kata sandi Anda telah kedaluarsa. Silakan atur kata sandi baru untuk masuk log.\";'),('abs','messages:resetpass-expired-soft','s:178:\"id:Kata sandi Anda telah kedaluarsa dan perlu diubah. Silakan memilih kata sandi baru, atau klik \"{{int:authprovider-resetpass-skip-label}}\" untuk menyetel ulang pada waktu lain.\";'),('abs','messages:resetpass-no-info','s:68:\"id:Anda harus masuk log untuk mengakses halaman ini secara langsung.\";'),('abs','messages:resetpass-recycled','s:89:\"id:Mohon ubah kata sandi Anda ke sesuatu yang berbeda dari kata sandi Anda yang sekarang.\";'),('abs','messages:resetpass-submit-cancel','s:11:\"id:Batalkan\";'),('abs','messages:resetpass-submit-loggedin','s:19:\"id:Ganti kata sandi\";'),('abs','messages:resetpass-temp-emailed','s:124:\"id:Anda masuk log dengan kode sementara yang disurel.\nUntuk menyelesaikan masuk log, Anda harus mengatur sandi baru di sini:\";'),('abs','messages:resetpass-temp-password','s:24:\"id:Kata sandi sementara:\";'),('abs','messages:resetpass-validity','s:32:\"id:Kata sandi Anda tidak sah: $1\";'),('abs','messages:resetpass-validity-soft','s:162:\"id:Kata sandi Anda tidak sah: $1\n\nSilakan pilih kata sandi baru sekarang, atau klik \"{{int:authprovider-resetpass-skip-label}}\" untuk mengubahnya pada waktu lain.\";'),('abs','messages:resetpass-wrong-oldpass','s:120:\"id:Kata sandi tidak sah.\nAnda mungkin telah mengganti kata sandi Anda atau telah meminta kata sandi sementara yang baru.\";'),('abs','messages:resetpass_announce','s:72:\"id:Untuk menyelesaikan masuk log, Anda harus memasukkan kata sandi baru.\";'),('abs','messages:resetpass_forbidden','s:32:\"id:Kata sandi tidak dapat diubah\";'),('abs','messages:resetpass_forbidden-reason','s:35:\"id:Kata sandi tidak dapat dubah: $1\";'),('abs','messages:resetpass_header','s:24:\"id:Ganti kata sandi akun\";'),('abs','messages:resetpass_submit','s:32:\"id:Atur kata sandi dan masuk log\";'),('abs','messages:resetpass_text','s:34:\"id:<!-- Tambahkan teks di sini -->\";'),('abs','messages:resettokens','s:13:\"id:Ubah token\";'),('abs','messages:resettokens-done','s:15:\"id:Reset token.\";'),('abs','messages:resettokens-no-tokens','s:34:\"id:Tidak ada token untuk di-reset.\";'),('abs','messages:resettokens-resetbutton','s:27:\"id:Reset token yang dipilih\";'),('abs','messages:resettokens-summary','s:3:\"en:\";'),('abs','messages:resettokens-text','s:233:\"id:Anda dapat me-reset Token yang memungkinkan akses ke data pribadi tertentu yang terkait dengan akun Anda di sini.\n\nAnda harus melakukannya jika Anda secara tidak sengaja berbagi dengan seseorang atau jika akun Anda telah disusupi.\";'),('abs','messages:resettokens-token-label','s:26:\"id:$1 (nilai saat ini: $2)\";'),('abs','messages:resettokens-tokens','s:9:\"id:Token:\";'),('abs','messages:resettokens-watchlist-token','s:100:\"id:Token untuk sindikasi web (Atom/RSS) dari [[Special:Watchlist|perubahan di daftar pantauan Anda]]\";'),('abs','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('abs','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('abs','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('abs','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('abs','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('abs','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('abs','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('abs','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('abs','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('abs','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('abs','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('abs','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('abs','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('abs','messages:rest-invalid-user','s:45:\"id:Nama pengguna yang dimaksud ($1) tidak sah\";'),('abs','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('abs','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('abs','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('abs','messages:rest-no-match','s:80:\"id:Lintasan relatif yang diminta ($1) tidak sesuai dengan penangan yang dikenali\";'),('abs','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('abs','messages:rest-nonexistent-revision','s:38:\"id:Revisi yang dimaksud ($1) tidak ada\";'),('abs','messages:rest-nonexistent-title','s:37:\"id:Judul yang dimaksud ($1) tidak ada\";'),('abs','messages:rest-nonexistent-title-revision','s:79:\"id:Revisi yang ditentukan ($1) tidak tersedia bagi halaman yang ditentukan ($2)\";'),('abs','messages:rest-nonexistent-user','s:40:\"id:Pengguna yang dimaksud ($1) tidak ada\";'),('abs','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('abs','messages:rest-pagehistory-incompatible-params','s:75:\"id:Parameter \"older_than\" dan \"newer_than\" tidak boleh dimasukkan sekaligus\";'),('abs','messages:rest-pagehistory-param-range-error','s:42:\"id:Penanda revisi harus lebih besar dari 0\";'),('abs','messages:rest-pagehistory-timestamp-error','s:70:\"id:Tidak dapat mengambil stempel waktu untuk revisi yang dimaksud ($1)\";'),('abs','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('abs','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('abs','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('abs','messages:rest-permission-denied-anon','s:43:\"id:Tidak dapat diakses oleh pengguna anonim\";'),('abs','messages:rest-permission-denied-revision','s:62:\"id:Pengguna tidak memiliki akses ke revisi yang dimaksud ($1).\";'),('abs','messages:rest-permission-denied-title','s:61:\"id:Pengguna ini tidak memiliki akses untuk membaca judul ($1)\";'),('abs','messages:rest-prefix-mismatch','s:80:\"id:Lintasan yang diminta ($1) tidak berada di dalam lintasan utama REST API ($2)\";'),('abs','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('abs','messages:rest-resource-limit-exceeded','s:75:\"id:Batasan sumber daya telah melebihi batas untuk memproses permintaan ini.\";'),('abs','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('abs','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('abs','messages:rest-wrong-method','s:142:\"id:Metode yang diminta ($1) bukan {{PLURAL:$3|metode yang diizinkan untuk lintasan tunggal dari metode yang diizinkan pada lintasan ini}} ($2)\";'),('abs','messages:restore-count-files','s:35:\"id:{{PLURAL:$1|1 berkas|$1 berkas}}\";'),('abs','messages:restore-count-revisions','s:35:\"id:{{PLURAL:$1|1 revisi|$1 revisi}}\";'),('abs','messages:restorelink','s:48:\"id:{{PLURAL:$1|$1 suntingan}} yang telah dihapus\";'),('abs','messages:restoreprefs','s:34:\"id:Kembalikan semua setelan bawaan\";'),('abs','messages:restricted-displaytitle','s:107:\"id:<strong>Perhatian:</strong> Tampilan judul \"$1\" diabaikan karena tidak sesuai dengan judul halaman asli.\";'),('abs','messages:restricted-displaytitle-ignored','s:51:\"id:Halaman-halaman dengan pengabaian tampilan judul\";'),('abs','messages:restricted-displaytitle-ignored-desc','s:131:\"id:Halaman ini memiliki pengabaian <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> karena tidak sesuai dengan judul halaman aslinya.\";'),('abs','messages:restriction-blank','s:3:\"en:\";'),('abs','messages:restriction-create','s:7:\"id:Buat\";'),('abs','messages:restriction-edit','s:12:\"abs:Kas ubah\";'),('abs','messages:restriction-level','s:13:\"id:Tingkatan:\";'),('abs','messages:restriction-level-all','s:18:\"id:semua tingkatan\";'),('abs','messages:restriction-level-autoconfirmed','s:19:\"id:pelindungan semi\";'),('abs','messages:restriction-level-sysop','s:20:\"id:pelindungan penuh\";'),('abs','messages:restriction-move','s:14:\"abs:Kas pindah\";'),('abs','messages:restriction-type','s:15:\"id:Pelindungan:\";'),('abs','messages:restriction-upload','s:9:\"id:Unggah\";'),('abs','messages:restrictionsfield-badip','s:42:\"id:Alamat IP atau rentang IP tidak sah: $1\";'),('abs','messages:restrictionsfield-help','s:110:\"id:Satu alamat IP atau rentang CIDR per baris. Untuk mengaktifkan semuanya, gunakan:\n<pre>0.0.0.0/0\n::/0</pre>\";'),('abs','messages:restrictionsfield-label','s:29:\"id:Rentang IP yang diizinkan:\";'),('abs','messages:retrievedfrom','s:17:\"abs:Dapa dar \"$1\"\";'),('abs','messages:returnto','s:18:\"abs:Kombale ka $1.\";'),('abs','messages:retypenew','s:31:\"id:Ketik ulang kata sandi baru:\";'),('abs','messages:reuploaddesc','s:35:\"id:Kembali ke formulir pengunggahan\";'),('abs','messages:rev-deleted-comment','s:32:\"id:(ringkasan suntingan dihapus)\";'),('abs','messages:rev-deleted-diff-view','s:206:\"id:Salah satu revisi perbedaan ini telah <strong>dihapus</strong>.\nAnda dapat melihat perbedaannya; perincian dapat ditemukan di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('abs','messages:rev-deleted-event','s:26:\"id:(perincian log dihapus)\";'),('abs','messages:rev-deleted-no-diff','s:217:\"id:Anda tidak dapat melihat perbedaan ini karena salah satu dari revisinya telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('abs','messages:rev-deleted-text-permission','s:148:\"id:Revisi halaman ini telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page=$1}} log penghapusan]\";'),('abs','messages:rev-deleted-text-unhide','s:250:\"id:Revisi ini telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\nSebagai seorang pengurus, Anda masih dapat [$1 melihat revisi ini] jika Anda menginginkannya.\";'),('abs','messages:rev-deleted-text-view','s:190:\"id:Revisi ini telah <strong>dihapus</strong>.\nSebagai seorang pengurus, Anda dapat melihatnya; perinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page=$1}} log penghapusan].\";'),('abs','messages:rev-deleted-unhide-diff','s:288:\"id:Salah satu revisi pada tampilan perbedaan ini telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\nSebagai seorang pengurus, Anda masih dapat [$1 melihat perbedaan ini] jika Anda menginginkannya.\";'),('abs','messages:rev-deleted-user','s:26:\"id:(nama pengguna dihapus)\";'),('abs','messages:rev-deleted-user-contribs','s:90:\"id:[nama pengguna atau alamat IP dihapus - suntingan disembunyikan pada daftar kontribusi]\";'),('abs','messages:rev-delundel','s:34:\"abs:robah akang jadi talia ka seng\";'),('abs','messages:rev-showdeleted','s:12:\"id:tampilkan\";'),('abs','messages:rev-suppressed-diff-view','s:246:\"id:Salah satu revisi perbedaan ini telah <strong>disembunyikan</strong>.\nSebagai seorang pengurus, Anda dapat melihat perbedaan ini; perinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} log penyembunyian].\";'),('abs','messages:rev-suppressed-no-diff','s:106:\"id:Anda tidak dapat melihat perubahan ini karena salah satu dari revisinya telah <strong>dihapus</strong>.\";'),('abs','messages:rev-suppressed-text','s:59:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>.\";'),('abs','messages:rev-suppressed-text-permission','s:158:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>. Perinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/suppress|page=$1}} log penyembunyian].\";'),('abs','messages:rev-suppressed-text-unhide','s:268:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} log penyembunyian].\nSebagai seorang pengurus, Anda masih dapat [$1 melihat revisi ini] jika Anda menginginkannya.\";'),('abs','messages:rev-suppressed-text-view','s:214:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>.\nSebagai seorang pengurus, Anda masih dapat melihatnya; perinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/suppress|page=$1}} log penyembunyian].\";'),('abs','messages:rev-suppressed-unhide-diff','s:272:\"id:Salah satu perbedaan revisi telah <strong>disembunyikan</strong>.\nPerinciannya mungkin terdapat di [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} log penyembunyian].\nSebagai pengurus, Anda masih dapat [$1 melihat perbedaan ini] jika Anda menginginkannya.\";'),('abs','messages:revdel-restore','s:20:\"id:ubah keterlihatan\";'),('abs','messages:revdelete-concurrent-change','s:134:\"id:Gagal mengubah revisi per $2, $1: Statusnya kemungkinan telah diubah oleh pengguna lain bersamaan dengan Anda.\nSilakan periksa log.\";'),('abs','messages:revdelete-confirm','s:170:\"id:Tolong konfirmasi bahwa Anda memang bermaksud melakukan ini, memahami konsekuensinya, dan bahwa Anda melakukannya sesuai dengan [[{{MediaWiki:Policy-url}}|kebijakan]].\";'),('abs','messages:revdelete-content-hid','s:23:\"id:konten disembunyikan\";'),('abs','messages:revdelete-content-unhid','s:29:\"id:konten tidak disembunyikan\";'),('abs','messages:revdelete-edit-reasonlist','s:43:\"id:Sunting daftar alasan penghapusan revisi\";'),('abs','messages:revdelete-edit-reasonlist-suppress','s:32:\"id:Alasan penekanan penyuntingan\";'),('abs','messages:revdelete-failure','s:47:\"id:Keterlihatan revisi tak dapat diperbarui:\n$1\";'),('abs','messages:revdelete-hide-comment','s:22:\"id:Ringkasan suntingan\";'),('abs','messages:revdelete-hide-current','s:114:\"id:Gagal menyembunyikan revisi tertanggal $2, $1: Ini adalah revisi terkini.\nRevisi ini tidak dapat disembunyikan.\";'),('abs','messages:revdelete-hide-image','s:25:\"id:Sembunyikan isi berkas\";'),('abs','messages:revdelete-hide-name','s:35:\"id:Sembunyikan target dan parameter\";'),('abs','messages:revdelete-hide-restricted','s:51:\"id:Sembunyikan data dari pengurus dan pengguna lain\";'),('abs','messages:revdelete-hide-text','s:14:\"id:Teks revisi\";'),('abs','messages:revdelete-hide-user','s:37:\"id:Nama pengguna/alamat IP penyunting\";'),('abs','messages:revdelete-legend','s:28:\"id:Atur batasan keterlihatan\";'),('abs','messages:revdelete-log','s:10:\"id:Alasan:\";'),('abs','messages:revdelete-modify-missing','s:74:\"id:Gagal mengubah revisi ID $1: Revisi ini tidak ditemukan dari basis data\";'),('abs','messages:revdelete-modify-no-access','s:122:\"id:Gagal mengubah revisi tertanggal $2, $1: Revisi ini telah ditandai \"terbatas\".\nAnda tidak memiliki akses ke revisi ini.\";'),('abs','messages:revdelete-no-change','s:113:\"id:<strong>Peringatan:</strong> Revisi tertanggal $2, $1 telah memiliki aturan keterlihatan seperti yang diminta.\";'),('abs','messages:revdelete-no-file','s:38:\"id:Berkas yang dituju tidak ditemukan.\";'),('abs','messages:revdelete-nooldid-text','s:164:\"id:Anda belum memberikan revisi tujuan yang akan menjalankan fungsi ini, atau revisi yang diberikan tidak tersedia, atau Anda mencoba menyembunyikan revisi terkini.\";'),('abs','messages:revdelete-nooldid-title','s:30:\"id:Target revisi tak ditemukan\";'),('abs','messages:revdelete-offender','s:18:\"id:Pemilik revisi:\";'),('abs','messages:revdelete-only-restricted','s:167:\"id:Kesalahan saat menyembunyikan butir tertanggal $2, $1: Anda tidak dapat menyembunyikan butir dari pengurus tanpa memilih juga salah satu opsi penyembunyian lainnya.\";'),('abs','messages:revdelete-otherreason','s:24:\"id:Alasan lain/tambahan:\";'),('abs','messages:revdelete-radio-same','s:16:\"id:(jangan ubah)\";'),('abs','messages:revdelete-radio-set','s:16:\"id:Disembunyikan\";'),('abs','messages:revdelete-radio-unset','s:11:\"id:Terlihat\";'),('abs','messages:revdelete-reason-dropdown','s:158:\"id:*Alasan penghapusan yang umum\n** Pelanggaran hak cipta\n** Komentar yang tidak pantas\n** Nama pengguna yang tidak pantas\n** Berpotensi mencemarkan nama baik\";'),('abs','messages:revdelete-reason-dropdown-suppress','s:69:\"id:* Alasan umum penyembunyian\n** Informasi pribadi yang tidak pantas\";'),('abs','messages:revdelete-reasonotherlist','s:14:\"id:Alasan lain\";'),('abs','messages:revdelete-restricted','s:35:\"id:akses telah dibatasi untuk opsis\";'),('abs','messages:revdelete-selected-file','s:74:\"id:{{PLURAL:$1|Versi berkas terpilih|Versi berkas terpilih}} dari [[:$2]]:\";'),('abs','messages:revdelete-selected-text','s:62:\"id:{{PLURAL:$1|Revisi terpilih|Revisi terpilih}} dari [[:$2]]:\";'),('abs','messages:revdelete-show-file-confirm','s:109:\"id:Apakah Anda yakin ingin melihat revisi yang telah dihapus dari berkas \"<nowiki>$1</nowiki>\" dari $3 di $2?\";'),('abs','messages:revdelete-show-file-submit','s:5:\"id:Ya\";'),('abs','messages:revdelete-show-no-access','s:125:\"id:Gagal menampilkan revisi tertanggal $2, $1: Revisi ini telah ditandai \"terbatas\".\nAnda tidak memiliki akses ke revisi ini.\";'),('abs','messages:revdelete-submit','s:53:\"id:Terapkan pada {{PLURAL:$1|revisi|revisi}} terpilih\";'),('abs','messages:revdelete-success','s:43:\"id:Keterlihatan revisi berhasil diperbarui.\";'),('abs','messages:revdelete-summary-hid','s:36:\"id:ringkasan suntingan disembunyikan\";'),('abs','messages:revdelete-summary-unhid','s:42:\"id:ringkasan suntingan tidak disembunyikan\";'),('abs','messages:revdelete-suppress','s:51:\"id:Sembunyikan data dari pengurus dan pengguna lain\";'),('abs','messages:revdelete-suppress-text','s:250:\"id:Penyembunyian revisi <strong>hanya</strong> boleh digunakan untuk kasus-kasus berikut:\n* Informasi yang berpotensi memfitnah\n* Informasi pribadi yang tak sepantasnya\n*: <em>alamat rumah dan nomor telepon, nomor kartu identitas, dan lain-lain.</em>\";'),('abs','messages:revdelete-text-file','s:143:\"id:Versi berkas yang dihapus akan tetap muncul di riwayat berkas, tetapi bagian dari konten mereka akan menjadi tidak dapat diakses untuk umum.\";'),('abs','messages:revdelete-text-others','s:145:\"id:Pengurus lain akan masih dapat mengakses konten tersembunyi dan dapat membatalkan penghapusannya, kecuali jika ada penerapan batasan tambahan.\";'),('abs','messages:revdelete-text-text','s:138:\"id:Revisi yang dihapus akan tetap muncul di halaman riwayat, tetapi bagian dari konten mereka akan menjadi tidak dapat diakses untuk umum.\";'),('abs','messages:revdelete-uname-hid','s:30:\"id:nama pengguna disembunyikan\";'),('abs','messages:revdelete-uname-unhid','s:36:\"id:nama pengguna tidak disembunyikan\";'),('abs','messages:revdelete-unrestricted','s:36:\"id:pembatasan akses opsis dihapuskan\";'),('abs','messages:revdelete-unsuppress','s:44:\"id:Buang batasan pada revisi yang dipulihkan\";'),('abs','messages:reverted','s:34:\"id:Dibatalkan ke revisi sebelumnya\";'),('abs','messages:revertmerge','s:24:\"id:Batalkan penggabungan\";'),('abs','messages:revertmove','s:11:\"id:batalkan\";'),('abs','messages:revertpage','s:127:\"id:Pengembalian suntingan oleh [[Special:Contributions/$2|$2]] ([[User talk:$2|bicara]]) ke revisi terakhir oleh [[User:$1|$1]]\";'),('abs','messages:revertpage-anon','s:99:\"id:Membatalkan suntingan dari [[Special:Contributions/$2|$2]] ke versi terakhir oleh [[User:$1|$1]]\";'),('abs','messages:revertpage-nouser','s:97:\"id:Mengembalikan suntingan oleh (nama pengguna dihapus) ke suntingan terakhir oleh [[User:$1|$1]]\";'),('abs','messages:revid','s:12:\"id:revisi $1\";'),('abs','messages:revision-info','s:36:\"abs:Revisi $1 dar {{GENDER:$6|$2}}$7\";'),('abs','messages:revision-info-current','s:4:\"en:-\";'),('abs','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('abs','messages:revisionasof','s:20:\"abs:Parobahan par $1\";'),('abs','messages:revisiondelete','s:27:\"id:Hapus/batal hapus revisi\";'),('abs','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('abs','messages:right-apihighlimits','s:56:\"id:Menggunakan batasan yang lebih tinggi dalam kueri API\";'),('abs','messages:right-applychangetags','s:69:\"id:Terapkan [[Special:Tags|tags]] bersamaan dengan perubahan pengguna\";'),('abs','messages:right-autoconfirmed','s:43:\"id:Tidak dipengaruhi rate limit berbasis IP\";'),('abs','messages:right-autocreateaccount','s:47:\"id:Masuk log otomatis dengan akun pengguna luar\";'),('abs','messages:right-autopatrol','s:72:\"id:Menyunting dengan status suntingan secara otomatis ditandai terpantau\";'),('abs','messages:right-bigdelete','s:50:\"id:Menghapus halaman dengan banyak versi terdahulu\";'),('abs','messages:right-block','s:41:\"id:Blokir pengguna lain dari penyuntingan\";'),('abs','messages:right-blockemail','s:43:\"id:Memblokir pengiriman surel oleh pengguna\";'),('abs','messages:right-bot','s:46:\"id:Diperlakukan sebagai sebuah proses otomatis\";'),('abs','messages:right-browsearchive','s:37:\"id:Mencari halaman yang telah dihapus\";'),('abs','messages:right-changetags','s:90:\"id:Tambah dan hapus [[Special:Tags|tag]] arbitrari pada revisi masing-masing dan entri log\";'),('abs','messages:right-createaccount','s:20:\"id:Membuat akun baru\";'),('abs','messages:right-createpage','s:56:\"id:Membuat halaman baru (yang bukan halaman pembicaraan)\";'),('abs','messages:right-createtalk','s:30:\"id:Membuat halaman pembicaraan\";'),('abs','messages:right-delete','s:20:\"id:Menghapus halaman\";'),('abs','messages:right-delete-redirect','s:35:\"id:Menghapus pengalihan satu revisi\";'),('abs','messages:right-deletechangetags','s:45:\"id:Hapus [[Special:Tags|tag]] dari basis data\";'),('abs','messages:right-deletedhistory','s:71:\"id:Melihat entri-entri revisi yang dihapus, tanpa teks yang berhubungan\";'),('abs','messages:right-deletedtext','s:69:\"id:Melihat teks yang dihapus dan perubahan antara revisi yang dihapus\";'),('abs','messages:right-deletelogentry','s:59:\"id:Menghapus dan membatalkan penghapusan entri log tertentu\";'),('abs','messages:right-deleterevision','s:70:\"id:Menghapus dan membatalkan penghapusan revisi tertentu suatu halaman\";'),('abs','messages:right-edit','s:18:\"id:Sunting halaman\";'),('abs','messages:right-editcontentmodel','s:34:\"id:Menyunting model konten halaman\";'),('abs','messages:right-editinterface','s:32:\"id:Menyunting antarmuka pengguna\";'),('abs','messages:right-editmyoptions','s:37:\"id:Menyunting preferensi Anda sendiri\";'),('abs','messages:right-editmyprivateinfo','s:72:\"id:Menyunting data pribadi Anda sendiri (misal: alamat surel, nama asli)\";'),('abs','messages:right-editmyusercss','s:35:\"id:Sunting berkas CSS pengguna Anda\";'),('abs','messages:right-editmyuserjs','s:42:\"id:Sunting berkas JavaScript pengguna Anda\";'),('abs','messages:right-editmyuserjson','s:36:\"id:Sunting berkas JSON pengguna Anda\";'),('abs','messages:right-editmyuserjsredirect','s:65:\"id:Sunting berkas JavaScript pengguna Anda yang merupakan alihan.\";'),('abs','messages:right-editmywatchlist','s:126:\"id:Sunting daftar pantau Anda sendiri (ingatlah bahwa beberapa tindakan tetap akan menambahkan halaman walaupun tanpa hak ini)\";'),('abs','messages:right-editprotected','s:75:\"id:Menyunting halaman yang dilindungi sebagai \"{{int:protect-level-sysop}}\"\";'),('abs','messages:right-editsemiprotected','s:83:\"id:Menyunting halaman yang dilindungi sebagai \"{{int:protect-level-autoconfirmed}}\"\";'),('abs','messages:right-editsitecss','s:41:\"id:Menyunting CSS untuk keseluruhan situs\";'),('abs','messages:right-editsitejs','s:48:\"id:Menyunting JavaScript untuk keseluruhan situs\";'),('abs','messages:right-editsitejson','s:42:\"id:Menyunting JSON untuk keseluruhan situs\";'),('abs','messages:right-editusercss','s:38:\"id:Menyunting berkas CSS pengguna lain\";'),('abs','messages:right-edituserjs','s:37:\"id:Menyunting berkas JS pengguna lain\";'),('abs','messages:right-edituserjson','s:39:\"id:Menyunting berkas JSON pengguna lain\";'),('abs','messages:right-hideuser','s:60:\"id:Memblokir nama pengguna dan menyembunyikannya dari publik\";'),('abs','messages:right-import','s:35:\"id:Mengimpor halaman dari wiki lain\";'),('abs','messages:right-importupload','s:54:\"id:Mengimpor halaman dari sebuah berkas yang dimuatkan\";'),('abs','messages:right-ipblock-exempt','s:76:\"id:Mengabaikan pemblokiran IP, pemblokiran otomatis, dan rentang pemblokiran\";'),('abs','messages:right-managechangetags','s:40:\"id:Buat dan matikan [[Special:Tags|tag]]\";'),('abs','messages:right-markbotedits','s:53:\"id:Menandai pengembalian revisi sebagai suntingan bot\";'),('abs','messages:right-mergehistory','s:48:\"id:Menggabungkan versi terdahulu halaman-halaman\";'),('abs','messages:right-mf-uploadbutton','s:38:\"id:Gunakan tombol unggah di halaman HP\";'),('abs','messages:right-minoredit','s:35:\"id:Menandai suntingan sebagai minor\";'),('abs','messages:right-move','s:22:\"id:Memindahkan halaman\";'),('abs','messages:right-move-categorypages','s:29:\"id:Pindahkan halaman kategori\";'),('abs','messages:right-move-rootuserpages','s:37:\"id:Memindahkan halaman utama pengguna\";'),('abs','messages:right-move-subpages','s:51:\"id:Memindahkan halaman dengan seluruh subhalamannya\";'),('abs','messages:right-movefile','s:21:\"id:Memindahkan berkas\";'),('abs','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('abs','messages:right-nominornewtalk','s:78:\"id:Ketiadaan suntingan kecil di halaman pembicaraan memicu tampilan pesan baru\";'),('abs','messages:right-noratelimit','s:53:\"id:Tidak dipengaruhi oleh pembatasan jumlah suntingan\";'),('abs','messages:right-override-export-depth','s:69:\"id:Ekspor halaman termasuk halaman-halaman terkait hingga 5 kedalaman\";'),('abs','messages:right-pagelang','s:22:\"id:Ubah bahasa halaman\";'),('abs','messages:right-patrol','s:54:\"id:Menandai suntingan pengguna lain sebagai terpatroli\";'),('abs','messages:right-patrolmarks','s:46:\"id:Melihat penandaan patroli perubahan terbaru\";'),('abs','messages:right-protect','s:76:\"id:Mengubah tingkat pelindungan dan sunting halaman yang dilindungi beruntun\";'),('abs','messages:right-purge','s:36:\"id:Menghapus singgahan suatu halaman\";'),('abs','messages:right-read','s:18:\"id:Membaca halaman\";'),('abs','messages:right-reupload','s:32:\"id:Menimpa berkas yang sudah ada\";'),('abs','messages:right-reupload-own','s:68:\"id:Menimpa berkas yang sudah ada yang dimuat oleh pengguna yang sama\";'),('abs','messages:right-reupload-shared','s:61:\"id:Menolak berkas-berkas pada penyimpanan media lokal bersama\";'),('abs','messages:right-rollback','s:100:\"id:Mengembalikan dengan cepat suntingan-suntingan pengguna terakhir yang menyunting halaman tertentu\";'),('abs','messages:right-sendemail','s:34:\"id:Mengirim surel ke pengguna lain\";'),('abs','messages:right-siteadmin','s:40:\"id:Mengunci dan membuka kunci basis data\";'),('abs','messages:right-suppressionlog','s:20:\"id:Lihat log rahasia\";'),('abs','messages:right-suppressredirect','s:69:\"id:Tidak membuat pengalihan dari nama lama ketika memindahkan halaman\";'),('abs','messages:right-suppressrevision','s:109:\"id:Menampilkan, menyembunyikan dan membatalkan penyembunyian revisi tertentu atas suatu halaman dari pengguna\";'),('abs','messages:right-unblockself','s:28:\"id:Melepaskan blokir sendiri\";'),('abs','messages:right-undelete','s:43:\"id:Mengembalikan halaman yang telah dihapus\";'),('abs','messages:right-unwatchedpages','s:53:\"id:Melihat daftar halaman-halaman yang tidak dipantau\";'),('abs','messages:right-upload','s:16:\"id:Memuat berkas\";'),('abs','messages:right-upload_by_url','s:42:\"id:Memuatkan berkas dari sebuah alamat URL\";'),('abs','messages:right-userrights','s:34:\"id:Menyunting seluruh hak pengguna\";'),('abs','messages:right-userrights-interwiki','s:44:\"id:Menyunting hak para pengguna di wiki lain\";'),('abs','messages:right-viewmyprivateinfo','s:69:\"id:Melihat data pribadi Anda sendiri (misal: alamat surel, nama asli)\";'),('abs','messages:right-viewmywatchlist','s:39:\"id:Melihat daftar pantauan Anda sendiri\";'),('abs','messages:right-viewsuppressed','s:54:\"id:Lihat revisi yang disembunyikan dari semua pengguna\";'),('abs','messages:right-writeapi','s:24:\"abs:Bapake API penulisan\";'),('abs','messages:rightslog','s:26:\"id:Log perubahan hak akses\";'),('abs','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('abs','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('abs','messages:rightslogentry-temporary-group','s:28:\"id:$1 (sementara, hingga $2)\";'),('abs','messages:rightslogtext','s:63:\"id:Di bawah ini adalah log perubahan terhadap hak-hak pengguna.\";'),('abs','messages:rightsnone','s:14:\"id:(tidak ada)\";'),('abs','messages:rollback','s:23:\"id:Kembalikan suntingan\";'),('abs','messages:rollback-confirmation-confirm','s:22:\"id:Silakan konfirmasi:\";'),('abs','messages:rollback-confirmation-no','s:8:\"id:Batal\";'),('abs','messages:rollback-confirmation-yes','s:13:\"id:Kembalikan\";'),('abs','messages:rollback-missingparam','s:54:\"id:Parameter dibutuhkan ketika diminta tidak tersedia.\";'),('abs','messages:rollback-missingrevision','s:34:\"id:Tidak mampu memuat data revisi.\";'),('abs','messages:rollback-success','s:114:\"id:Pengembalian suntingan yang dilakukan {{GENDER:$3|$1}}; dikembalikan ke versi terakhir buatan {{GENDER:$4|$2}}.\";'),('abs','messages:rollbackfailed','s:31:\"id:Pengembalian gagal dilakukan\";'),('abs','messages:rollbacklink','s:15:\"abs:kas kombale\";'),('abs','messages:rollbacklinkcount','s:42:\"abs:kas kombale $1 {{PLURAL:$1|parobahan}}\";'),('abs','messages:rollbacklinkcount-morethan','s:61:\"id:kembalikan lebih dari $1 {{PLURAL:$1|suntingan|suntingan}}\";'),('abs','messages:rotate-comment','s:59:\"id:Gambar diputar $1 {{PLURAL:$1|derajat}} searah jarum jam\";'),('abs','messages:sat','s:7:\"abs:Sab\";'),('abs','messages:saturday','s:9:\"abs:Sabtu\";'),('abs','messages:saturday-at','s:17:\"id:Sabtu pukul $1\";'),('abs','messages:savearticle','s:18:\"abs:Simpang kintal\";'),('abs','messages:savearticle-start','s:20:\"id:Simpan halaman...\";'),('abs','messages:savechanges','s:19:\"id:Simpan perubahan\";'),('abs','messages:savechanges-start','s:22:\"id:Simpan perubahan...\";'),('abs','messages:savedprefs','s:34:\"id:Preferensi Anda telah disimpan.\";'),('abs','messages:savedrights','s:57:\"id:Kelompok hak pengguna {{GENDER:$1|$1}} telah disimpan.\";'),('abs','messages:savefile','s:16:\"id:Simpan berkas\";'),('abs','messages:saveprefs','s:9:\"id:Simpan\";'),('abs','messages:saveusergroups','s:41:\"id:Simpan kelompok {{GENDER:$1|pengguna}}\";'),('abs','messages:scarytranscludedisabled','s:35:\"id:[Transklusi interwiki dimatikan]\";'),('abs','messages:scarytranscludefailed','s:33:\"id:[Pengambilan templat $1 gagal]\";'),('abs','messages:scarytranscludefailed-httpstatus','s:42:\"id:[Pengambilan templat $1 gagal: HTTP $2]\";'),('abs','messages:scarytranscludetoolong','s:24:\"id:[URL terlalu panjang]\";'),('abs','messages:search','s:13:\"abs:Dapa cari\";'),('abs','messages:search-category','s:16:\"id:(kategori $1)\";'),('abs','messages:search-error','s:33:\"id:Galat terjadi saat mencari: $1\";'),('abs','messages:search-external','s:17:\"id:Pencarian luar\";'),('abs','messages:search-file-match','s:28:\"id:(cocok dengan isi berkas)\";'),('abs','messages:search-filter-title-prefix','s:58:\"id:Hanya mencari halaman yang judulnya diawali dengan \"$1\"\";'),('abs','messages:search-filter-title-prefix-reset','s:24:\"id:Cari di semua halaman\";'),('abs','messages:search-ignored-headings','s:459:\"id:# <pre>\n# Judul yang akan diabaikan oleh pencarian.\n# Suntingan ini akan diterapkan setelah halaman dengan judul ini diindeks.\n# Anda bisa memaksakan pengindeksan kembali halaman ini dengan melakukan suntingan kosong (\'\'null edit\'\')\n# Sintaksisnya adalah seperti berikut:\n#   * Semuanya dari karakter \"#\" ke akhir baris adalah sebuah komentar.\n#   * Setiap baris tak-kosong adalah judul tepat yang akan diabaikan.\nReferensi\nPranala luar\nLihat pula\n #</pre>\";'),('abs','messages:search-interwiki-custom','s:3:\"en:\";'),('abs','messages:search-interwiki-more','s:16:\"id:(selanjutnya)\";'),('abs','messages:search-interwiki-more-results','s:16:\"id:hasil lainnya\";'),('abs','messages:search-interwiki-resultset-link','s:20:\"id:Lihat semua hasil\";'),('abs','messages:search-invalid-sort-order','s:123:\"id:Perintah menyortir $1 tidak dikenal, penyortiran standar akan diterapkan. Perintah-perintah menyortir yang sah adalah $2\";'),('abs','messages:search-match-redirect-help','s:90:\"id:Pilih untuk dialihkan ke halaman saat judul halaman itu cocok dengan apa yang Anda cari\";'),('abs','messages:search-match-redirect-label','s:54:\"id:Arahkan ulang ke pencocokan yang tepat saat mencari\";'),('abs','messages:search-nonefound','s:43:\"abs:Seng ada hasil yang cocok deng kriteria\";'),('abs','messages:search-nonefound-thiswiki','s:56:\"id:Tidak ada hasil yang cocok dengan kueri di situs ini.\";'),('abs','messages:search-redirect','s:24:\"abs:(Dapa pindah dar $1)\";'),('abs','messages:search-relatedarticle','s:10:\"id:Terkait\";'),('abs','messages:search-result-category-size','s:117:\"abs:{{PLURAL:$1|1 anggota|$1 anggota}} ({{PLURAL:$2|1 subkategori|$2 subkategori}}, {{PLURAL:$3|1 berkas|$3 berkas}})\";'),('abs','messages:search-result-size','s:37:\"abs:$1 ({{PLURAL:$2|1 kata|$2 kata}})\";'),('abs','messages:search-rewritten','s:62:\"id:Menampilkan hasil untuk $1. Tidak ditemukan hasil untuk $2.\";'),('abs','messages:search-section','s:15:\"abs:(bagian $1)\";'),('abs','messages:search-showingresults','s:122:\"abs:{{PLURAL:$4|Hasil <strong>$1</strong> dar <strong>$3</strong>|Hasil <strong>$1 - $2</strong> dar <strong>$3</strong>}}\";'),('abs','messages:search-suggest','s:34:\"abs:Mangkali ale maksud bagini: $1\";'),('abs','messages:search-summary','s:3:\"en:\";'),('abs','messages:search-unknown-profile','s:79:\"id:Profil pencarian $1 tidak dikenal, profil pencarian standar akan diterapkan.\";'),('abs','messages:search-warning','s:39:\"id:Peringatan muncul ketika mencari: $1\";'),('abs','messages:searchall','s:9:\"abs:samua\";'),('abs','messages:searcharticle','s:10:\"abs:Lanjut\";'),('abs','messages:searchbutton','s:8:\"abs:Cari\";'),('abs','messages:searchdisabled','s:206:\"id:Pencarian {{SITENAME}} dimatikan.\nAnda dapat mencari melalui Google untuk sementara waktu.\nPerlu diingat bahwa indeks Google untuk konten {{SITENAME}} mungkin belum mencakup perubahan-perubahan terakhir.\";'),('abs','messages:searchlimit-help','s:21:\"id:Nilai maksimum: $1\";'),('abs','messages:searchlimit-label','s:55:\"id:Banyak hasil pencarian yang ditampilkan per halaman:\";'),('abs','messages:searchmenu-exists','s:106:\"id:Ada halaman dengan nama \"[[:$1]]\" di {{SITENAME}}. {{PLURAL:$2|0=|Lihat pula hasil pencarian lainnya.}}\";'),('abs','messages:searchmenu-new','s:167:\"abs:<strong>Biking kintal \"[[:$1]]\" di akang wiki!</strong> {{PLURAL:$2|0=|Lia lai kintal yang su didapa dar ale su pancari.|Lia lai hasil pancarian yang su dijumpa.}}\";'),('abs','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('abs','messages:searchprofile-advanced','s:12:\"abs:Lanjutan\";'),('abs','messages:searchprofile-advanced-tooltip','s:30:\"abs:Cari di tampa nama spesial\";'),('abs','messages:searchprofile-articles','s:17:\"abs:Kintal dalang\";'),('abs','messages:searchprofile-articles-tooltip','s:14:\"abs:Cari di $1\";'),('abs','messages:searchprofile-everything','s:9:\"abs:Samua\";'),('abs','messages:searchprofile-everything-tooltip','s:50:\"abs:Cari samua hal (termaso kintal par baku suara)\";'),('abs','messages:searchprofile-images','s:14:\"abs:Multimedia\";'),('abs','messages:searchprofile-images-tooltip','s:18:\"abs:Pancari berkas\";'),('abs','messages:searchrelated','s:12:\"id:berkaitan\";'),('abs','messages:searchresults','s:16:\"abs:Hasil bacari\";'),('abs','messages:searchresults-title','s:21:\"abs:Hasil par cari $1\";'),('abs','messages:searchresultshead','s:7:\"id:Cari\";'),('abs','messages:searchsuggest-containing','s:35:\"id:Cari halaman yang berisi istilah\";'),('abs','messages:searchsuggest-search','s:21:\"abs:Cari {{SITENAME}}\";'),('abs','messages:seconds','s:36:\"id:{{PLURAL:$1|satu detik|$1 detik}}\";'),('abs','messages:seconds-abbrev','s:7:\"id:$1 d\";'),('abs','messages:seconds-ago','s:35:\"id:$1 {{PLURAL:$1|detik}} yang lalu\";'),('abs','messages:sectioneditnotsupported-text','s:93:\"id:Penyuntingan bagian tidak didukung untuk halaman ini atau dinonaktifkan pada tampilan ini.\";'),('abs','messages:sectioneditnotsupported-title','s:37:\"id:Penyuntingan bagian tidak didukung\";'),('abs','messages:selfmove','s:78:\"id:Tidak dapat memindahkan halaman, karena judul sumber dan judul tujuan sama.\";'),('abs','messages:selfredirect','s:261:\"id:<strong>Peringatan:</strong> Anda mengalihkan halaman ini kembali ke halaman semula.\nAnda bisa jadi telah memberikan tujuan pengalihan yang salah, atau telah menyunting halaman yang salah.\nJika Anda mengeklik \"$1\" sekali lagi, halaman pengalihan akan dibuat.\";'),('abs','messages:semicolon-separator','s:9:\"id:;&#32;\";'),('abs','messages:semiprotectedpagemovewarning','s:175:\"id:<strong>Catatan:</strong> Halaman ini telah dikunci sehingga hanya pengguna terdaftar yang dapat memindahkannya.\nEntri catatan terakhir disediakan di bawah untuk referensi:\";'),('abs','messages:semiprotectedpagewarning','s:187:\"id:<strong>Catatan:</strong> Halaman ini sedang dilindungi, sehingga hanya pengguna terdaftar otomatis yang bisa menyuntingnya.\nEntri catatan terakhir disediakan di bawah untuk referensi:\";'),('abs','messages:sep','s:7:\"abs:Sep\";'),('abs','messages:september','s:13:\"abs:September\";'),('abs','messages:september-gen','s:13:\"abs:September\";'),('abs','messages:servertime','s:17:\"id:Waktu peladen:\";'),('abs','messages:session_fail_preview','s:354:\"id:Maaf, kami tidak dapat mengolah suntingan Anda akibat terhapusnya data sesi.\n\nAnda mungkin telah keluar log. \'\'\'Mohon periksa apakah Anda masih masuk log dan coba sekali lagi.\'\'\'\nJika masih tidak berhasil, cobalah [[Special:UserLogout|keluar lo]]g dan masuk log kembali, dan periksa bahwa peramban web Anda mengizinkan penyimpanan kuki dari situs ini.\";'),('abs','messages:session_fail_preview_html','s:481:\"id:Maaf! Kami tidak dapat memproses suntingan Anda karena hilangnya data sesi.\n\n<em>Karena {{SITENAME}} mengizinkan penggunaan HTML mentah, pratayang telah disembunyikan sebagai pencegahan terhadap serangan JavaScript.</em>\n\n<strong>Jika ini merupakan upaya suntingan yang sah, silakan coba lagi.</strong>\nJika masih tetap tidak berhasil, cobalah [[Special:UserLogout|keluar log]] dan masuk kembali, dan periksa apakah peramban web Anda mengizinkan penyimpanan kuki dari situs ini.\";'),('abs','messages:sessionfailure','s:211:\"id:Sepertinya ada masalah dengan sesi log Anda; log Anda telah dibatalkan sebagai antisipasi untuk mencegah pembajakan. Silakan tekan tombol \"kembali\" dan muat kembali halaman sebelum Anda masuk, lalu coba lagi.\";'),('abs','messages:sessionfailure-title','s:17:\"id:Kegagalan sesi\";'),('abs','messages:sessionmanager-tie','s:68:\"id:Tidak dapat menggabungkan banyak jenis otentikasi permintaan: $1.\";'),('abs','messages:sessionprovider-generic','s:10:\"id:sesi $1\";'),('abs','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"id:sesi berdasarkan kuki\";'),('abs','messages:sessionprovider-nocookies','s:88:\"id:Kuki mungkin dimatikan. Pastikan Anda telah mengaktifkan kuki dan coba mulai kembali.\";'),('abs','messages:shared-repo','s:28:\"id:sebuah repositori bersama\";'),('abs','messages:shared-repo-from','s:10:\"id:dari $1\";'),('abs','messages:shared-repo-name-wikimediacommons','s:20:\"id:Wikimedia Commons\";'),('abs','messages:shareddescriptionfollows','s:4:\"en:-\";'),('abs','messages:sharedupload','s:76:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek-proyek lain.\";'),('abs','messages:sharedupload-desc-create','s:154:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek lain.\nMungkin Anda ingin menyunting keterangan pada [$2 halaman deskripsi berkas] di sana.\";'),('abs','messages:sharedupload-desc-edit','s:154:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek lain.\nMungkin Anda ingin menyunting keterangan pada [$2 halaman deskripsi berkas] di sana.\";'),('abs','messages:sharedupload-desc-here','s:132:\"abs:Akang berkas dar $1 deng mangkali dipake dalang proyek laeng.\nDeskripsi dar [$2 deksripsi pung kintal] dapa kas tunjuk di bawah.\";'),('abs','messages:sharedupload-desc-there','s:150:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek-proyek lain.\nSilakan lihat [$2 halaman deskripsi berkas] untuk informasi lebih lanjut.\";'),('abs','messages:shortpages','s:17:\"id:Halaman pendek\";'),('abs','messages:shortpages-summary','s:3:\"en:\";'),('abs','messages:show','s:21:\"abs:Kas tunjuk kamuka\";'),('abs','messages:show-big-image','s:22:\"abs:Ukuran batol-batol\";'),('abs','messages:show-big-image-other','s:37:\"abs:{{PLURAL:$2|Resolusi}} laeng: $1.\";'),('abs','messages:show-big-image-preview','s:25:\"abs:Ukuran akang ini: $1.\";'),('abs','messages:show-big-image-preview-differ','s:49:\"id:Ukuran pratayang $3 ini dari berkas $2 ini: $1\";'),('abs','messages:show-big-image-size','s:18:\"abs:$1 x $2 piksel\";'),('abs','messages:showdiff','s:17:\"abs:Lia parobahan\";'),('abs','messages:showhideselectedlogentries','s:43:\"id:Tampilkan/sembunyikan entri log terpilih\";'),('abs','messages:showhideselectedversions','s:39:\"id:Tampilkan/sembunyikan versi terpilih\";'),('abs','messages:showingresults','s:135:\"id:Di bawah ini ditampilkan hingga {{PLURAL:$1|<strong>1</strong> hasil|<strong>$1</strong> hasil}}, dimulai dari #<strong>$2</strong>.\";'),('abs','messages:showingresultsinrange','s:157:\"id:Menampilkan sampai dengan {{PLURAL:$1|<strong>1</strong> hasil|<strong>$1</strong> hasil}} dalam rentang #<strong>$2</strong> sampai #<strong>$3</strong>.\";'),('abs','messages:shown-title','s:46:\"abs:Kas lia $1 {{PLURAL:$1|hasil}} tiap kintal\";'),('abs','messages:showpreview','s:19:\"abs:Lia tayang lama\";'),('abs','messages:showtoc','s:12:\"id:tampilkan\";'),('abs','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('abs','messages:sig-text','s:7:\"en:--$1\";'),('abs','messages:signature','s:59:\"abs:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|basuara]])\";'),('abs','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('abs','messages:signature-temp','s:77:\"id:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|Pembicaraan]])\";'),('abs','messages:signupend','s:3:\"en:\";'),('abs','messages:signupend-https','s:3:\"en:\";'),('abs','messages:signupstart','s:3:\"en:\";'),('abs','messages:simpleantispam-label','s:66:\"abs:Par periksa anti-manyampah.\n<strong>Jangan</strong> isi akang!\";'),('abs','messages:site-atom-feed','s:22:\"abs:Atom pung umpan $1\";'),('abs','messages:site-rss-feed','s:15:\"id:Umpan RSS $1\";'),('abs','messages:sitecsspreview','s:110:\"id:<strong>Ingatlah bahwa Anda hanya menampilkan pratayang dari CSS ini.\nPerubahan belum diterbitkan!</strong>\";'),('abs','messages:sitecssprotected','s:131:\"id:Anda tidak memiliki izin untuk menyunting halaman CSS ini karena tindakan tersebut mungkin dapat memengaruhi seluruh pengunjung.\";'),('abs','messages:sitejsonpreview','s:123:\"id:<strong>Ingatlah bahwa Anda hanya melihat pratayang dari konfigurasi JSON ini.\nPerubahan ini belum diterbitkan!</strong>\";'),('abs','messages:sitejsonprotected','s:132:\"id:Anda tidak memiliki izin untuk menyunting halaman JSON ini karena tindakan tersebut mungkin dapat memengaruhi seluruh pengunjung.\";'),('abs','messages:sitejspreview','s:119:\"id:<strong>Ingatlah bahwa Anda hanya menampilkan pratayang dari kode JavaScript ini.\nPerubahan belum disimpan!</strong>\";'),('abs','messages:sitejsprotected','s:138:\"id:Anda tidak memiliki izin untuk menyunting halaman JavaScript ini karena tindakan tersebut mungkin dapat memengaruhi seluruh pengunjung.\";'),('abs','messages:sitenotice','s:4:\"en:-\";'),('abs','messages:siterawhtmlprotected','s:145:\"id:Anda tidak memiliki izin untuk mengedit halaman ini karena mengandung HTML mentah yang dapat dimodifikasi untuk mempengaruhi semua pengunjung.\";'),('abs','messages:sitesubtitle','s:3:\"en:\";'),('abs','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('abs','messages:siteuser','s:27:\"id:pengguna {{SITENAME}} $1\";'),('abs','messages:siteusers','s:55:\"id:{{PLURAL:$2|pengguna|para pengguna}} {{SITENAME}} $1\";'),('abs','messages:size-bytes','s:24:\"id:$1 {{PLURAL:$1|bita}}\";'),('abs','messages:size-exabytes','s:8:\"en:$1 EB\";'),('abs','messages:size-exapixel','s:8:\"en:$1 EP\";'),('abs','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('abs','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('abs','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('abs','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('abs','messages:size-megabytes','s:8:\"en:$1 MB\";'),('abs','messages:size-megapixel','s:8:\"en:$1 MP\";'),('abs','messages:size-petabytes','s:8:\"en:$1 PB\";'),('abs','messages:size-petapixel','s:8:\"en:$1 PP\";'),('abs','messages:size-pixel','s:26:\"id:$1 {{PLURAL:$1|piksel}}\";'),('abs','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('abs','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('abs','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('abs','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('abs','messages:size-terabytes','s:8:\"en:$1 TB\";'),('abs','messages:size-terapixel','s:8:\"en:$1 TP\";'),('abs','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('abs','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('abs','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('abs','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('abs','messages:skin-action-addsection','s:18:\"abs:Kas tamba baru\";'),('abs','messages:skin-action-delete','s:8:\"id:Hapus\";'),('abs','messages:skin-action-move','s:14:\"abs:Kas pindah\";'),('abs','messages:skin-action-protect','s:11:\"id:Lindungi\";'),('abs','messages:skin-action-undelete','s:25:\"id:Pembatalan penghapusan\";'),('abs','messages:skin-action-unprotect','s:20:\"id:Ubah perlindungan\";'),('abs','messages:skin-action-viewdeleted','s:12:\"id:Lihat $1?\";'),('abs','messages:skin-action-viewsource','s:15:\"id:Lihat sumber\";'),('abs','messages:skin-preview','s:12:\"id:Pratayang\";'),('abs','messages:skin-view-create','s:10:\"abs:Biking\";'),('abs','messages:skin-view-create-local','s:29:\"abs:Kas tamba deskripsi lokal\";'),('abs','messages:skin-view-edit','s:18:\"abs:Perbaiki Akang\";'),('abs','messages:skin-view-edit-local','s:26:\"id:Sunting deskripsi lokal\";'),('abs','messages:skin-view-foreign','s:13:\"abs:Lia di $1\";'),('abs','messages:skin-view-history','s:18:\"abs:Lia versi lama\";'),('abs','messages:skin-view-view','s:8:\"abs:Baca\";'),('abs','messages:skinname-minerva','s:10:\"en:Minerva\";'),('abs','messages:skinname-vector','s:9:\"id:Vektor\";'),('abs','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('abs','messages:slot-name-main','s:8:\"id:Utama\";'),('abs','messages:softblockrangesreason','s:81:\"id:Kontribusi anonim tidak diizinkan dari alamat IP Anda ($1). Silakan masuk log.\";'),('abs','messages:sorbs','s:8:\"en:DNSBL\";'),('abs','messages:sorbs_create_account_reason','s:90:\"id:Alamat IP anda terdaftar sebagai proxy terbuka di DNSBL. Anda tidak dapat membuat akun.\";'),('abs','messages:sorbsreason','s:59:\"id:Alamat IP anda terdaftar sebagai proxy terbuka di DNSBL.\";'),('abs','messages:sort-ascending','s:17:\"id:Urutkan menaik\";'),('abs','messages:sort-descending','s:18:\"id:Urutkan menurun\";'),('abs','messages:sort-initial','s:15:\"id:Urutkan awal\";'),('abs','messages:sort-rowspan-error','s:165:\"id:Halaman ini berisi tabel dengan atribut baris yang mencakup lebih banyak baris daripada tabel sebenarnya. Anda dapat memperbaikinya dengan menyunting halaman ini.\";'),('abs','messages:sourcefilename','s:22:\"id:Nama berkas sumber:\";'),('abs','messages:sourceurl','s:14:\"id:URL sumber:\";'),('abs','messages:sp-contributions-blocked-notice','s:108:\"id:{{GENDER:$1|Pengguna}} ini sedang diblokir.\nLog pemblokiran terakhir ditampilkan berikut untuk referensi:\";'),('abs','messages:sp-contributions-blocked-notice-anon','s:112:\"id:Alamat IP ini sedang diblokir saat ini.\nEntri log pemblokiran terakhir tersedia di bawah ini sebagai rujukan:\";'),('abs','messages:sp-contributions-blocked-notice-anon-partial','s:121:\"id:Alamat IP ini sedang diblokir sebagian saat ini.\nEntri log pemblokiran terakhir tersedia di bawah ini sebagai rujukan:\";'),('abs','messages:sp-contributions-blocked-notice-partial','s:103:\"id:Pengguna ini sedang diblokir sebagian.\nLog pemblokiran terakhir ditampilkan berikut untuk referensi:\";'),('abs','messages:sp-contributions-blocklog','s:18:\"abs:catatan blokir\";'),('abs','messages:sp-contributions-concurrency-ip','s:87:\"id:Maaf, terlalu banyak permintaan dibuat dari alamat IP Anda. Silakan coba lagi nanti.\";'),('abs','messages:sp-contributions-concurrency-user','s:91:\"id:Maaf, terlalu banyak permintaan dibuat dari akun pengguna Anda. Silakan coba lagi nanti.\";'),('abs','messages:sp-contributions-deleted','s:49:\"id:kontribusi {{GENDER:$1|pengguna}} yang dihapus\";'),('abs','messages:sp-contributions-explain','s:3:\"en:\";'),('abs','messages:sp-contributions-footer','s:4:\"en:-\";'),('abs','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('abs','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('abs','messages:sp-contributions-hideminor','s:30:\"id:Sembunyikan suntingan kecil\";'),('abs','messages:sp-contributions-logs','s:7:\"abs:log\";'),('abs','messages:sp-contributions-newonly','s:43:\"abs:Kas lia cuma yang biking kintal baru sa\";'),('abs','messages:sp-contributions-outofrange','s:79:\"id:Tidak bisa menampilkan hasil. Alamat IP yang diminta melebihi batas CIDR /$1\";'),('abs','messages:sp-contributions-search','s:19:\"abs:Cari kontribusi\";'),('abs','messages:sp-contributions-submit','s:8:\"abs:Cari\";'),('abs','messages:sp-contributions-suppresslog','s:55:\"id:kontribusi {{GENDER:$1|pengguna}} yang disembunyikan\";'),('abs','messages:sp-contributions-talk','s:19:\"abs:basumbang suara\";'),('abs','messages:sp-contributions-toponly','s:32:\"abs:Kas lia versi paleng atas sa\";'),('abs','messages:sp-contributions-uploads','s:24:\"abs:Kas maso ka internet\";'),('abs','messages:sp-contributions-username','s:36:\"abs:IP pung alamat ka nama pangguna:\";'),('abs','messages:sp-contributions-userrights','s:45:\"id:Manajemen hak akses {{GENDER:$1|pengguna}}\";'),('abs','messages:sp-deletedcontributions-contribs','s:13:\"id:kontribusi\";'),('abs','messages:sp-newimages-showfrom','s:44:\"id:Tampilkan berkas baru dimulai dari $2, $1\";'),('abs','messages:spam_blanking','s:51:\"id:Semua revisi yang memiliki pranala ke $1, kosong\";'),('abs','messages:spam_deleting','s:56:\"id:Semua revisi yang memiliki pranala ke $1, penghapusan\";'),('abs','messages:spam_reverting','s:64:\"id:Membatalkan ke versi terakhir yang tak memiliki pranala ke $1\";'),('abs','messages:spambot_username','s:29:\"id:Pembersihan span MediaWiki\";'),('abs','messages:spamprotectionmatch','s:50:\"id:Teks berikut ini memancing filter spam kami: $1\";'),('abs','messages:spamprotectiontext','s:142:\"id:Teks yang ingin Anda terbitkan diblokir oleh penyaring spam.\nHal ini mungkin disebabkan karena ada tautan ke situs eksternal yang dilarang.\";'),('abs','messages:spamprotectiontitle','s:23:\"id:Filter pencegah spam\";'),('abs','messages:special-characters-group-arabic','s:7:\"id:Arab\";'),('abs','messages:special-characters-group-arabicextended','s:16:\"id:Arab tambahan\";'),('abs','messages:special-characters-group-bangla','s:9:\"id:Bangla\";'),('abs','messages:special-characters-group-canadianaboriginal','s:18:\"id:Aborigin Kanada\";'),('abs','messages:special-characters-group-cyrillic','s:10:\"id:Sirilik\";'),('abs','messages:special-characters-group-devanagari','s:13:\"id:Dewanagari\";'),('abs','messages:special-characters-group-greek','s:9:\"id:Yunani\";'),('abs','messages:special-characters-group-greekextended','s:17:\"id:Latin tambahan\";'),('abs','messages:special-characters-group-gujarati','s:11:\"id:Gujarati\";'),('abs','messages:special-characters-group-hebrew','s:9:\"id:Ibrani\";'),('abs','messages:special-characters-group-ipa','s:6:\"id:IPA\";'),('abs','messages:special-characters-group-khmer','s:8:\"id:Khmer\";'),('abs','messages:special-characters-group-lao','s:6:\"id:Lao\";'),('abs','messages:special-characters-group-latin','s:8:\"id:Latin\";'),('abs','messages:special-characters-group-latinextended','s:17:\"id:Ekstensi Latin\";'),('abs','messages:special-characters-group-persian','s:9:\"id:Persia\";'),('abs','messages:special-characters-group-runes','s:7:\"id:Rune\";'),('abs','messages:special-characters-group-sinhala','s:10:\"id:Sinhala\";'),('abs','messages:special-characters-group-symbols','s:9:\"id:Simbol\";'),('abs','messages:special-characters-group-tamil','s:8:\"id:Tamil\";'),('abs','messages:special-characters-group-telugu','s:9:\"id:Telugu\";'),('abs','messages:special-characters-group-thai','s:7:\"id:Thai\";'),('abs','messages:special-characters-title-emdash','s:10:\"id:em dash\";'),('abs','messages:special-characters-title-endash','s:10:\"id:en dash\";'),('abs','messages:special-characters-title-minus','s:15:\"id:tanda kurang\";'),('abs','messages:specialdeletepage-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:specialdeletepage-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:specialeditpage-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:specialeditpage-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:speciallogtitlelabel','s:64:\"abs:Target (judul ka {{ns:pangguna}}:nama pangguna par pangguna)\";'),('abs','messages:specialloguserlabel','s:13:\"id:Pelaksana:\";'),('abs','messages:specialmute','s:7:\"id:Diam\";'),('abs','messages:specialmute-email-footer','s:84:\"id:Untuk mengatur preferensi surel untuk pengguna {{BIDI:$2}} silakan kunjungi <$1>.\";'),('abs','messages:specialmute-error-invalid-user','s:52:\"id:Nama pengguna yang diminta tidak dapat ditemukan.\";'),('abs','messages:specialmute-error-no-options','s:196:\"id:Fitur membisukan tidak tersedia. Ini mungkin terjadi karena Anda belum mengonfirmasikan alamat surel Anda atau pengurus wiki ini mematikan fitur surel dan/atau daftar hitam surel pada wiki ini.\";'),('abs','messages:specialmute-header','s:79:\"id:Silakan pilih preferensi bisu untuk pengguna <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('abs','messages:specialmute-label-mute-email','s:56:\"id:Bisukan surel dari pengguna ini{{GENDER:$1|Pengguna}}\";'),('abs','messages:specialmute-login-required','s:57:\"id:Silakan masuk log untuk mengubah preferensi bisu Anda.\";'),('abs','messages:specialmute-submit','s:13:\"id:Konfirmasi\";'),('abs','messages:specialmute-success','s:119:\"id:Preferensi bisu Anda telah diperbarui. Lihat semua pengguna dibisukan dalam [[Special:Preferences|preferensi Anda]].\";'),('abs','messages:specialpage','s:18:\"abs:Kintal spesial\";'),('abs','messages:specialpage-empty','s:33:\"id:Tak ada yang perlu dilaporkan.\";'),('abs','messages:specialpage-securitylevel-not-allowed','s:107:\"id:Maaf, Anda tidak diizinkan untuk menggunakan halaman ini karena identitas Anda tidak dapat diverifikasi.\";'),('abs','messages:specialpage-securitylevel-not-allowed-title','s:18:\"id:Tidak diizinkan\";'),('abs','messages:specialpagehistory-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:specialpagehistory-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:specialpageinfo-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:specialpageinfo-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:specialpages','s:18:\"abs:Kintal spesial\";'),('abs','messages:specialpages-group-changes','s:28:\"id:Perubahan terbaru dan log\";'),('abs','messages:specialpages-group-developer','s:18:\"id:Alat Pengembang\";'),('abs','messages:specialpages-group-highuse','s:19:\"id:Frekuensi tinggi\";'),('abs','messages:specialpages-group-login','s:24:\"id:Masuk log / mendaftar\";'),('abs','messages:specialpages-group-maintenance','s:23:\"id:Laporan pemeliharaan\";'),('abs','messages:specialpages-group-media','s:30:\"id:Laporan dan pemuatan berkas\";'),('abs','messages:specialpages-group-other','s:12:\"id:Lain-lain\";'),('abs','messages:specialpages-group-pages','s:17:\"id:Daftar halaman\";'),('abs','messages:specialpages-group-pagetools','s:20:\"id:Peralatan halaman\";'),('abs','messages:specialpages-group-redirects','s:27:\"id:Pencarian dan pengalihan\";'),('abs','messages:specialpages-group-spam','s:17:\"id:Peralatan spam\";'),('abs','messages:specialpages-group-users','s:28:\"id:Pengguna dan hak pengguna\";'),('abs','messages:specialpages-group-wiki','s:21:\"id:Data dan peralatan\";'),('abs','messages:specialpages-note-cached','s:4:\"en:-\";'),('abs','messages:specialpages-note-restricted','s:103:\"id:* Halaman istimewa biasa.\n* <span class=\"mw-specialpagerestricted\">Halaman istimewa terbatas.</span>\";'),('abs','messages:specialpages-note-top','s:13:\"id:Keterangan\";'),('abs','messages:specialpages-summary','s:3:\"en:\";'),('abs','messages:specialprotectpage-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:specialprotectpage-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:specialpurge-page','s:17:\"id:Halaman tujuan\";'),('abs','messages:specialpurge-submit','s:18:\"id:Tuju ke halaman\";'),('abs','messages:statistics','s:12:\"id:Statistik\";'),('abs','messages:statistics-articles','s:17:\"id:Halaman konten\";'),('abs','messages:statistics-articles-desc','s:3:\"en:\";'),('abs','messages:statistics-edits','s:56:\"id:Jumlah penyuntingan halaman sejak {{SITENAME}} dibuka\";'),('abs','messages:statistics-edits-average','s:34:\"id:Rata-rata suntingan per halaman\";'),('abs','messages:statistics-files','s:23:\"id:Berkas yang diunggah\";'),('abs','messages:statistics-files-desc','s:3:\"en:\";'),('abs','messages:statistics-footer','s:3:\"en:\";'),('abs','messages:statistics-header-edits','s:22:\"id:Statistik suntingan\";'),('abs','messages:statistics-header-hooks','s:20:\"id:Statistik lainnya\";'),('abs','messages:statistics-header-pages','s:20:\"id:Statistik halaman\";'),('abs','messages:statistics-header-users','s:21:\"id:Statistik pengguna\";'),('abs','messages:statistics-pages','s:10:\"id:Halaman\";'),('abs','messages:statistics-pages-desc','s:89:\"id:Semua halaman dalam wiki ini, termasuk halaman pembicaraan, pengalihan, dan lain-lain.\";'),('abs','messages:statistics-summary','s:3:\"en:\";'),('abs','messages:statistics-users','s:28:\"id:Jumlah pengguna terdaftar\";'),('abs','messages:statistics-users-active','s:24:\"id:Jumlah pengguna aktif\";'),('abs','messages:statistics-users-active-desc','s:93:\"id:Pengguna yang telah melakukan suatu aktivitas dalam {{PLURAL:$1|sehari|$1 hari}} terakhir.\";'),('abs','messages:storedversion','s:18:\"id:Versi tersimpan\";'),('abs','messages:subcategories','s:15:\"abs:Subkategori\";'),('abs','messages:subject','s:10:\"id:Subjek:\";'),('abs','messages:summary','s:13:\"abs:Ringkasan\";'),('abs','messages:summary-preview','s:33:\"id:Pratayang ringkasan suntingan:\";'),('abs','messages:sun','s:7:\"abs:Min\";'),('abs','messages:sunday','s:19:\"abs:Dominggu/Minggu\";'),('abs','messages:sunday-at','s:18:\"id:Minggu pukul $1\";'),('abs','messages:suppress','s:10:\"id:Beredel\";'),('abs','messages:suppressionlog','s:20:\"id:Log penyembunyian\";'),('abs','messages:suppressionlogtext','s:215:\"id:Berikut adalah daftar penghapusan dan pemblokiran, termasuk isi yang disembunyikan dari para pengurus.\nLihat [[Special:BlockList|daftar pemblokiran]] untuk daftar pembatasan dan pemblokiraan yang sedang berjalan.\";'),('abs','messages:suspicious-userlogout','s:119:\"id:Permintaan Anda untuk keluar log ditolak karena tampaknya dikirim oleh penjelajah yang rusak atau proksi penyinggah.\";'),('abs','messages:svg-long-desc','s:57:\"abs:Berkas SVG, nominal $1 × $2 piksel, basar berkas: $3\";'),('abs','messages:svg-long-desc-animated','s:65:\"id:Berkas SVG animasi, biasanya $1 x $2 piksel, ukuran gambar: $3\";'),('abs','messages:svg-long-error','s:27:\"id:Berkas SVG tidak sah: $1\";'),('abs','messages:syntaxhighlight-desc','s:141:\"id:Memberikan penyorotan sintaks <code>&lt;syntaxhighlight&gt;</code> menggunakan [http://pygments.org/ Pygments - Penyorotan sintaks Python]\";'),('abs','messages:syntaxhighlight-enclose-category','s:49:\"id:Halaman yang menggunakan atribut enclose usang\";'),('abs','messages:syntaxhighlight-enclose-category-desc','s:81:\"id:Penyorotan sintaksis di halaman yang menggunakan sintaksis enclose yang usang.\";'),('abs','messages:syntaxhighlight-error-category','s:42:\"id:Halaman dengan galat penyorotan sintaks\";'),('abs','messages:syntaxhighlight-error-category-desc','s:89:\"id:Terdapat galat ketika mencoba melakukan penyorotan kode yang disertakan dalam halaman.\";'),('abs','messages:syntaxhighlight-error-exceeds-size-limit','s:96:\"id:Ukuran kode $1 {{PLURAL:$1|bita}} melampaui maksimum $2 {{PLURAL:$2|bita}} yang diperbolehkan\";'),('abs','messages:syntaxhighlight-error-pygments-invocation-failure','s:27:\"id:Gagal memanggil Pygments\";'),('abs','messages:syntaxhighlight-error-unknown-language','s:26:\"id:Bahasa tak dikenal \"$1\"\";'),('abs','messages:syntaxhighlight-source-category','s:44:\"id:Halaman yang menggunakan tag source usang\";'),('abs','messages:syntaxhighlight-source-category-desc','s:74:\"id:Penyorotan sintaksis di halaman yang menggunakan tag source yang usang.\";'),('abs','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"id:Kode\";'),('abs','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:9:\"id:Bahasa\";'),('abs','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:14:\"id:(Tidak ada)\";'),('abs','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:24:\"id:Tampilkan nomor baris\";'),('abs','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:19:\"id:Nomor baris awal\";'),('abs','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:12:\"id:Blok kode\";'),('abs','messages:systemblockedtext','s:321:\"id:Nama pengguna atau alamat IP Anda telah diblokir secara otomatis oleh MediaWiki.\nAlasan yang diberikan adalah:\n\n:<em>$2</em>\n\n* Diblokir sejak: $8\n* Blokir kedaluwarsa pada: $6\n* Sasaran pemblokiran: $7\n\nAlamat IP Anda saat ini adalah $3\nMohon sertakan semua perincian di atas dalam setiap pertanyaan yang Anda ajukan.\";'),('abs','messages:table_pager_empty','s:18:\"id:Tidak ditemukan\";'),('abs','messages:table_pager_first','s:18:\"id:Halaman pertama\";'),('abs','messages:table_pager_last','s:19:\"id:Halaman terakhir\";'),('abs','messages:table_pager_limit','s:33:\"id:Tampilkan $1 entri per halaman\";'),('abs','messages:table_pager_limit_label','s:20:\"id:Item per halaman:\";'),('abs','messages:table_pager_limit_submit','s:10:\"id:Tuju ke\";'),('abs','messages:table_pager_next','s:22:\"id:Halaman selanjutnya\";'),('abs','messages:table_pager_prev','s:21:\"id:Halaman sebelumnya\";'),('abs','messages:tag-filter','s:37:\"abs:Alat saring [[Special:Tags|tag]]:\";'),('abs','messages:tag-filter-submit','s:12:\"id:Penyaring\";'),('abs','messages:tag-hidden','s:23:\"id:$1 (tag tersembunyi)\";'),('abs','messages:tag-list-wrapper','s:42:\"abs:[[Special:Tags|{{PLURAL:$1|Tag}}]]: $2\";'),('abs','messages:tag-mobile_edit','s:15:\"id:Suntingan HP\";'),('abs','messages:tag-mobile_edit-description','s:48:\"id:Suntingan dari aplikasi atau peramban seluler\";'),('abs','messages:tag-mobile_web_edit','s:19:\"id:Suntingan web HP\";'),('abs','messages:tag-mobile_web_edit-description','s:34:\"id:Suntingan dari peramban seluler\";'),('abs','messages:tag-mw-blank','s:14:\"id:Pengosongan\";'),('abs','messages:tag-mw-blank-description','s:38:\"id:Suntingan yang mengosongkan halaman\";'),('abs','messages:tag-mw-changed-redirect-target','s:28:\"id:Target pengalihan diganti\";'),('abs','messages:tag-mw-changed-redirect-target-description','s:44:\"id:Suntingan yang mengubah target pengalihan\";'),('abs','messages:tag-mw-contentmodelchange','s:25:\"id:Perubahan model konten\";'),('abs','messages:tag-mw-contentmodelchange-description','s:129:\"id:Perubahan yang [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel mengubah model konten] suatu halaman\";'),('abs','messages:tag-mw-manual-revert','s:22:\"id:Pengembalian manual\";'),('abs','messages:tag-mw-manual-revert-description','s:86:\"id:Suntingan yang secara manual mengembalikan halaman ke keadaannya persis sebelumnya.\";'),('abs','messages:tag-mw-new-redirect','s:18:\"id:Pengalihan baru\";'),('abs','messages:tag-mw-new-redirect-description','s:96:\"id:Suntingan yang membuat pengalihan baru atau mengubah suatu halaman menjadi halaman pengalihan\";'),('abs','messages:tag-mw-removed-redirect','s:23:\"id:Menghapus pengalihan\";'),('abs','messages:tag-mw-removed-redirect-description','s:83:\"id:Suntingan yang mengubah pengalihan yang telah ada menjadi halaman non pengalihan\";'),('abs','messages:tag-mw-replace','s:14:\"id:Penggantian\";'),('abs','messages:tag-mw-replace-description','s:69:\"id:Suntingan yang menghapus lebih dari 90% konten dari sebuah halaman\";'),('abs','messages:tag-mw-reverted','s:15:\"id:Dikembalikan\";'),('abs','messages:tag-mw-reverted-description','s:62:\"id:Suntingan yang kemudian dikembalikan oleh suntingan lainnya\";'),('abs','messages:tag-mw-rollback','s:15:\"id:Pengembalian\";'),('abs','messages:tag-mw-rollback-description','s:79:\"id:Suntingan yang membatalkan suntingan sebelumnya menggunakan pranala batalkan\";'),('abs','messages:tag-mw-server-side-upload','s:27:\"id:Unggah dari sisi peladen\";'),('abs','messages:tag-mw-server-side-upload-description','s:56:\"id:Berkas media yang diunggah melalui skrip pemeliharaan\";'),('abs','messages:tag-mw-undo','s:13:\"id:Pembatalan\";'),('abs','messages:tag-mw-undo-description','s:75:\"id:Suntingan yang membatalkan suntingan sebelumnya dengan tombol kembalikan\";'),('abs','messages:tagline','s:20:\"abs:Dar {{SITENAME}}\";'),('abs','messages:tags','s:27:\"id:Tag perubahan yang valid\";'),('abs','messages:tags-actions-header','s:11:\"id:Tindakan\";'),('abs','messages:tags-activate','s:11:\"id:aktifkan\";'),('abs','messages:tags-activate-not-allowed','s:43:\"id:Tag \"$1\" tidak mungkin dapat diaktifkan.\";'),('abs','messages:tags-activate-not-found','s:22:\"id:Tag \"$1\" tidak ada.\";'),('abs','messages:tags-activate-question','s:35:\"id:Anda akan mengaktifkan tag \"$1\".\";'),('abs','messages:tags-activate-reason','s:10:\"id:Alasan:\";'),('abs','messages:tags-activate-submit','s:11:\"id:Aktifkan\";'),('abs','messages:tags-activate-title','s:15:\"id:Aktifkan tag\";'),('abs','messages:tags-active-header','s:9:\"id:Aktif?\";'),('abs','messages:tags-active-no','s:8:\"id:Tidak\";'),('abs','messages:tags-active-yes','s:5:\"id:Ya\";'),('abs','messages:tags-apply-blocked','s:109:\"id:Anda tidak dapat menerapkan perubahan tag dengan perubahan Anda ketika {{GENDER:$1|Anda}} sedang diblokir.\";'),('abs','messages:tags-apply-no-permission','s:94:\"id:Anda tidak memiliki izin untuk menerapkan perubahan tag bersama-sama dengan perubahan Anda.\";'),('abs','messages:tags-apply-not-allowed-multi','s:83:\"id:{{PLURAL:$2|Tag|Tag}} berikut tidak diizinkan untuk diterapkan secara manual: $1\";'),('abs','messages:tags-apply-not-allowed-one','s:59:\"id:Tag \"$1\" tidak diizinkan untuk diterapkan secara manual.\";'),('abs','messages:tags-create-already-exists','s:22:\"id:Tag \"$1\" sudah ada.\";'),('abs','messages:tags-create-explanation','s:89:\"id:Secara baku, tag yang baru dibuat akan tersedia untuk digunakan oleh pengguna dan bot.\";'),('abs','messages:tags-create-heading','s:23:\"id:Buat sebuah tag baru\";'),('abs','messages:tags-create-invalid-chars','s:116:\"id:Nama tag tidak boleh mengandung koma (<code>,</code>), pipa (<code>|</code>), atau garis miring (<code>/</code>).\";'),('abs','messages:tags-create-invalid-title-chars','s:90:\"id:Nama tag tidak boleh mengandung karakter yang tidak bisa digunakan dalam judul halaman.\";'),('abs','messages:tags-create-no-name','s:34:\"id:Anda harus memberikan nama tag.\";'),('abs','messages:tags-create-reason','s:10:\"id:Alasan:\";'),('abs','messages:tags-create-submit','s:7:\"id:Buat\";'),('abs','messages:tags-create-tag-name','s:12:\"id:Nama tag:\";'),('abs','messages:tags-create-warnings-above','s:89:\"id:{{PLURAL:$2|Peringatan|Peringatan}} berikut ditemukan ketika mencoba membuat tag \"$1\":\";'),('abs','messages:tags-create-warnings-below','s:53:\"id:Apakah Anda ingin melanjutkan pembuatan tanda ini?\";'),('abs','messages:tags-deactivate','s:14:\"id:nonaktifkan\";'),('abs','messages:tags-deactivate-not-allowed','s:46:\"id:Tag \"$1\" tidak mungkin dapat dinonaktifkan.\";'),('abs','messages:tags-deactivate-question','s:36:\"id:Anda akan menonaktifkan tag \"$1\".\";'),('abs','messages:tags-deactivate-reason','s:10:\"id:Alasan:\";'),('abs','messages:tags-deactivate-submit','s:10:\"id:Matikan\";'),('abs','messages:tags-deactivate-title','s:18:\"id:Nonaktifkan tag\";'),('abs','messages:tags-delete','s:8:\"id:hapus\";'),('abs','messages:tags-delete-explanation-active','s:188:\"id:<strong>Tag \"$1\" masih aktif dan akan terus diterapkan di waktu yang akn datang.</strong>. Untuk menghentikannya, carilah tempat-tempat tag ini akan diterapkan, dan nonaktifkan di sana.\";'),('abs','messages:tags-delete-explanation-in-use','s:96:\"id:Tag ini akan dihapus dari {{PLURAL:$2|entri log atau revisi $2|entri log dan/atau revisi $2}}\";'),('abs','messages:tags-delete-explanation-initial','s:47:\"id:Anda akan menghapus tag \"$1\" dari basisdata.\";'),('abs','messages:tags-delete-explanation-warning','s:208:\"id:Tindakan ini <strong>tidak bisa dikembalikan</strong> dan <strong>tidak bisa dibatalkan</strong> oleh siapa pun termasuk pengurus basis data. Pastikan sebaik-baiknya bahwa inilah tag yang ingin Anda hapus.\";'),('abs','messages:tags-delete-no-permission','s:61:\"id:Anda tak memiliki hak akses untuk menghapus perubahan tag.\";'),('abs','messages:tags-delete-not-allowed','s:94:\"id:Tag yang diberikan oleh ekstensi tidak dapat dihapus kecuali ekstensi tersebut mengizinkan.\";'),('abs','messages:tags-delete-not-found','s:22:\"id:Tag \"$1\" tidak ada.\";'),('abs','messages:tags-delete-reason','s:10:\"id:Alasan:\";'),('abs','messages:tags-delete-submit','s:21:\"id:Hapus tag ini juga\";'),('abs','messages:tags-delete-title','s:12:\"id:Hapus tag\";'),('abs','messages:tags-delete-too-many-uses','s:114:\"id:Tag \"$1\" diterapkan ke $2 atau lebih {{PLURAL:$2|revisi|revisi}} yang artinya tag tersebut tidak dapat dihapus.\";'),('abs','messages:tags-delete-warnings-after-delete','s:81:\"id:Tag \"$1\" dihapus, namun {{PLURAL:$2|peringatan|peringatan}} berikut menemukan:\";'),('abs','messages:tags-description-header','s:31:\"id:Deskripsi lengkap atau makna\";'),('abs','messages:tags-display-header','s:31:\"id:Tampilan di daftar perubahan\";'),('abs','messages:tags-edit','s:10:\"id:sunting\";'),('abs','messages:tags-edit-add','s:25:\"id:Tambahkan tag-tag ini:\";'),('abs','messages:tags-edit-chosen-no-results','s:28:\"id:Tidak ada tag yang sesuai\";'),('abs','messages:tags-edit-chosen-placeholder','s:21:\"id:Pilih beberapa tag\";'),('abs','messages:tags-edit-existing-tags','s:16:\"id:Tag yang ada:\";'),('abs','messages:tags-edit-existing-tags-none','s:21:\"id:<em>Tidak ada</em>\";'),('abs','messages:tags-edit-failure','s:47:\"id:Perubahan berikut tidak dapat diterapkan:\n$1\";'),('abs','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('abs','messages:tags-edit-logentry-legend','s:76:\"id:Tambah atau hapus tag dari {{PLURAL:$1|entri log ini|semua entri log $1}}\";'),('abs','messages:tags-edit-logentry-selected','s:63:\"id:{{PLURAL:$1|Log peristiwa terpilih|Log peristiwa terpilih}}:\";'),('abs','messages:tags-edit-logentry-submit','s:65:\"id:Terapkan perubahan ke {{PLURAL:$1|entri log ini|$1 entri log}}\";'),('abs','messages:tags-edit-manage-link','s:13:\"id:Kelola tag\";'),('abs','messages:tags-edit-new-tags','s:12:\"id:Tag baru:\";'),('abs','messages:tags-edit-none-selected','s:72:\"id:Silakan pilih paling sedikit satu tag untuk ditambahkan atau dihapus.\";'),('abs','messages:tags-edit-nooldid-text','s:110:\"id:Anda tidak menentukan revisi tujuan untuk melakukan fungsi ini, atau revisi yang ditentukan tidak tersedia.\";'),('abs','messages:tags-edit-nooldid-title','s:30:\"id:Target revisi tak ditemukan\";'),('abs','messages:tags-edit-reason','s:10:\"id:Alasan:\";'),('abs','messages:tags-edit-remove','s:21:\"id:Hapus tag-tag ini:\";'),('abs','messages:tags-edit-remove-all-tags','s:20:\"id:(hapus semua tag)\";'),('abs','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('abs','messages:tags-edit-revision-legend','s:70:\"id:Tambah atau hapus tag dari {{PLURAL:$1|revisi ini|semua revisi $1}}\";'),('abs','messages:tags-edit-revision-selected','s:62:\"id:{{PLURAL:$1|Revisi terpilih|Revisi terpilih}} dari [[:$2]]:\";'),('abs','messages:tags-edit-revision-submit','s:59:\"id:Terapkan perubahan ke {{PLURAL:$1|revisi ini|$1 revisi}}\";'),('abs','messages:tags-edit-success','s:24:\"id:Perubahan diterapkan.\";'),('abs','messages:tags-edit-title','s:14:\"id:Sunting tag\";'),('abs','messages:tags-hidden','s:18:\"id:(disembunyikan)\";'),('abs','messages:tags-hitcount','s:29:\"id:$1 {{PLURAL:$1|perubahan}}\";'),('abs','messages:tags-hitcount-header','s:19:\"id:Perubahan bertag\";'),('abs','messages:tags-intro','s:115:\"id:Halaman ini berisi daftar tag yang dapat ditandai oleh perangkat lunak terhadap suatu suntingan berikut artinya.\";'),('abs','messages:tags-manage-blocked','s:78:\"id:Anda tidak dapat mengatur perubahan tag ketika {{GENDER:$1|Anda}} diblokir.\";'),('abs','messages:tags-manage-no-permission','s:60:\"id:Anda tak memiliki hak akses untuk mengatur perubahan tag.\";'),('abs','messages:tags-source-extension','s:34:\"id:Ditetapkan oleh perangkat lunak\";'),('abs','messages:tags-source-header','s:9:\"id:Sumber\";'),('abs','messages:tags-source-manual','s:48:\"id:Digunakan secara manual oleh pengguna dan bot\";'),('abs','messages:tags-source-none','s:23:\"id:Tidak digunakan lagi\";'),('abs','messages:tags-summary','s:3:\"en:\";'),('abs','messages:tags-tag','s:11:\"id:Nama tag\";'),('abs','messages:tags-title','s:8:\"id:Tanda\";'),('abs','messages:tags-update-add-not-allowed-multi','s:83:\"id:{{PLURAL:$2|tag is|Tag ini}} tidak diizinkan untuk ditambahkan secara manual: $1\";'),('abs','messages:tags-update-add-not-allowed-one','s:59:\"id:Tag \"$1\"tidak diizinkan untuk ditambahkan secara manual.\";'),('abs','messages:tags-update-blocked','s:103:\"id:Anda tidak dapat menambahkan atau menghapus perubahan tag ketika {{GENDER:$1|Anda}} sedang diblokir.\";'),('abs','messages:tags-update-no-permission','s:108:\"id:Anda tidak memiliki izin untuk menambah atau menghapus perubahan tag dari revisi atau entri log individu.\";'),('abs','messages:tags-update-remove-not-allowed-multi','s:85:\"id:{{PLURAL:$2|Tag|Tag-tag}} berikut tidak dibolehkan untuk dihapus secara manual: $1\";'),('abs','messages:tags-update-remove-not-allowed-one','s:42:\"id:Tag \"$1\" tidak diizinkan untuk dihapus.\";'),('abs','messages:talk','s:15:\"abs:Pambicaraan\";'),('abs','messages:talkpageheader','s:4:\"en:-\";'),('abs','messages:talkpagelinktext','s:10:\"abs:bicara\";'),('abs','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('abs','messages:template-equals-category','s:45:\"id:Halaman yang menggunakan = sebagai templat\";'),('abs','messages:template-equals-category-desc','s:289:\"id:Halaman-halaman yang mengandung <code><nowiki>{{=}}</nowiki></code> tetapi di wiki ini tidak dikembangkan menjadi <code>=</code>. Penggunaan ini telah diusangkan; sebuah versi MediaWiki mendatang akan mengimplementasikan <code><nowiki>{{=}}</nowiki></code> sebagai sebuah fungsi parser.\";'),('abs','messages:template-equals-warning','s:314:\"id:<strong>Peringatan:</strong> Halaman ini menggunakan <code><nowiki>{{=}}</nowiki></code> tetapi di wiki ini yang tidak dikembangkan menjadi code>=</code>. Penggunaan ini telah diusangkan; sebuah versi MediaWiki mendatang akan mengimplementasikan <code><nowiki>{{=}}</nowiki></code> sebagai sebuah fungsi parser.\";'),('abs','messages:template-loop-category','s:34:\"id:Halaman dengan templat berulang\";'),('abs','messages:template-loop-category-desc','s:109:\"id:Halaman ini mengandung templat melingkar, yaitu templat yang memanggil dirinya sendiri secara bolak-balik.\";'),('abs','messages:template-loop-warning','s:132:\"id:<strong>Peringatan:</strong> Halaman ini memanggil [[:$1]] yang menyebabkan <i>template loop</i> (panggilan rekursif tak hingga).\";'),('abs','messages:template-protected','s:18:\"abs:(dapa lindung)\";'),('abs','messages:template-semiprotected','s:26:\"abs:(dilindungi sapanggal)\";'),('abs','messages:templatepage','s:22:\"abs:Lia kintal tamplet\";'),('abs','messages:templatesused','s:58:\"abs:{{PLURAL:$1|Templat}} yang dipake dalang akang kintal:\";'),('abs','messages:templatesusedpreview','s:65:\"id:{{PLURAL:$1|Templat|Templat}} yang digunakan di pratayang ini:\";'),('abs','messages:templatesusedsection','s:62:\"id:{{PLURAL:$1|Templat|Templat}} yang digunakan di bagian ini:\";'),('abs','messages:textmatches','s:26:\"id:Teks halaman yang cocok\";'),('abs','messages:thisisdeleted','s:28:\"id:Lihat atau kembalikan $1?\";'),('abs','messages:throttled-mailpassword','s:189:\"id:Suatu pengingat kata sandi telah dikirimkan dalam {{PLURAL:$1|$1 jam}} terakhir.\nUntuk menghindari penyalahgunaan, hanya satu kata sandi yang akan dikirimkan setiap {{PLURAL:$1|$1 jam}}.\";'),('abs','messages:thu','s:7:\"abs:Kam\";'),('abs','messages:thumbnail-dest-create','s:47:\"id:Tidak dapat menyimpan berkas kecil ke tujuan\";'),('abs','messages:thumbnail-more','s:13:\"abs:Kas basar\";'),('abs','messages:thumbnail-temp-create','s:44:\"id:Tidak dapat membuat berkas kecil temporer\";'),('abs','messages:thumbnail_dest_directory','s:36:\"id:Direktori tujuan tak dapat dibuat\";'),('abs','messages:thumbnail_error','s:29:\"id:Gagal membuat miniatur: $1\";'),('abs','messages:thumbnail_error_remote','s:30:\"id:Pesan kesalahan dari $1:\n$2\";'),('abs','messages:thumbnail_gd-library','s:56:\"id:Konfigurasi pustaka GD tak lengkap: tak ada fungsi $1\";'),('abs','messages:thumbnail_image-failure-limit','s:121:\"id:Ada terlalu banyak upaya yang gagal baru-baru ini ($1 atau lebih) untuk membuat miniatur ini. Silakan coba lagi nanti.\";'),('abs','messages:thumbnail_image-missing','s:35:\"id:Berkas yang tampaknya hilang: $1\";'),('abs','messages:thumbnail_image-size-zero','s:21:\"id:Ukuran gambar nol.\";'),('abs','messages:thumbnail_image-type','s:29:\"id:Tipe gambar tidak didukung\";'),('abs','messages:thumbnail_invalid_params','s:31:\"id:Kesalahan parameter miniatur\";'),('abs','messages:thumbnail_toobigimagearea','s:44:\"id:Berkas dengan dimensi lebih besar dari $1\";'),('abs','messages:thumbsize','s:19:\"id:Ukuran miniatur:\";'),('abs','messages:thursday','s:9:\"abs:Kamis\";'),('abs','messages:thursday-at','s:17:\"id:Kamis pukul $1\";'),('abs','messages:timeouterror','s:24:\"id:Waktu server berakhir\";'),('abs','messages:timeouterror-text','s:79:\"id:Maksimum waktu permintaan $1 {{PLURAL:$1|detik|detik}} telah melebihi batas.\";'),('abs','messages:timezone-local','s:8:\"id:Lokal\";'),('abs','messages:timezone-useoffset-placeholder','s:38:\"id:Contoh nilai: \"-07:00\" atau \"01:00\"\";'),('abs','messages:timezone-utc','s:6:\"id:UTC\";'),('abs','messages:timezonelegend','s:14:\"id:Zona waktu:\";'),('abs','messages:timezoneregion-africa','s:9:\"id:Afrika\";'),('abs','messages:timezoneregion-america','s:10:\"id:Amerika\";'),('abs','messages:timezoneregion-antarctica','s:13:\"id:Antarktika\";'),('abs','messages:timezoneregion-arctic','s:9:\"id:Arktik\";'),('abs','messages:timezoneregion-asia','s:7:\"id:Asia\";'),('abs','messages:timezoneregion-atlantic','s:20:\"id:Samudera Atlantik\";'),('abs','messages:timezoneregion-australia','s:12:\"id:Australia\";'),('abs','messages:timezoneregion-europe','s:8:\"id:Eropa\";'),('abs','messages:timezoneregion-indian','s:18:\"id:Samudera Hindia\";'),('abs','messages:timezoneregion-pacific','s:19:\"id:Samudera Pasifik\";'),('abs','messages:timezoneuseoffset','s:37:\"id:Lainnya (perbedaan waktu dari UTC)\";'),('abs','messages:timezoneuseserverdefault','s:27:\"id:Gunakan bawaan wiki ($1)\";'),('abs','messages:title-invalid','s:41:\"id:Judul halaman yang diminta tidak valid\";'),('abs','messages:title-invalid-characters','s:64:\"id:Judul halaman yang diminta mengandung karakter tak sah: \"$1\".\";'),('abs','messages:title-invalid-empty','s:78:\"id:Judul halaman yang diminta kosong atau berisi hanya nama sebuah ruang nama.\";'),('abs','messages:title-invalid-interwiki','s:76:\"id:Judul mengandung pranala antarwiki yang tidak bisa digunakan dalam judul.\";'),('abs','messages:title-invalid-leading-colon','s:76:\"id:Judul halaman yang diminta dimulai dengan tanda titik dua yang tidak sah.\";'),('abs','messages:title-invalid-magic-tilde','s:82:\"id:Judul halaman mengandung rangkaian tilda yang tidak sah (<nowiki>~~~</nowiki>).\";'),('abs','messages:title-invalid-relative','s:155:\"id:Judul mengandung alamat relatif. Judul halaman relatif (./, ../) tidaklah sah, karena dapat mengalami kegagalan ketika ditangani oleh peramban pengguna.\";'),('abs','messages:title-invalid-talk-namespace','s:89:\"id:Judul situs yang diminta merujuk kepada halaman pembicaraan yang tidak dapat tersedia.\";'),('abs','messages:title-invalid-too-long','s:106:\"id:Judul halaman yang diminta terlalu panjang. Ia harus dikodekan dengan UTF-8 dan tidak melebihi $1 bita.\";'),('abs','messages:title-invalid-utf8','s:72:\"id:Judul halaman yang diminta mengandung rangkaian UTF-8 yang tidak sah.\";'),('abs','messages:titlematches','s:26:\"id:Judul halaman yang sama\";'),('abs','messages:titleprotected','s:101:\"id:Judul ini dilindungi dari pembuatan oleh [[User:$1|$1]].\nAlasan yang diberikan adalah <em>$2</em>.\";'),('abs','messages:titleprotectedwarning','s:193:\"id:<strong>Peringatan: Halaman ini telah dilindungi sehingga diperlukan [[Special:ListGroupRights|hak khusus]] untuk membuatnya.</strong>\nEntri log terakhir disediakan di bawah untuk referensi:\";'),('abs','messages:tmp-create-error','s:40:\"id:Tidak dapat membuat berkas sementara.\";'),('abs','messages:tmp-write-error','s:39:\"id:Galat saat menulis berkas sementara.\";'),('abs','messages:toc','s:14:\"abs:Isi dalang\";'),('abs','messages:today-at','s:5:\"en:$1\";'),('abs','messages:tog-ccmeonemails','s:66:\"abs:TOlong kiring beta salinan yang beta da kiring par orang laeng\";'),('abs','messages:tog-diffonly','s:68:\"abs:Jang kas lia dalang kintal di bawah parobahan yang beda-beda jua\";'),('abs','messages:tog-editondblclick','s:36:\"id:Sunting halaman dengan klik ganda\";'),('abs','messages:tog-editsectiononrightclick','s:73:\"id:Fungsikan penyuntingan bagian dengan mengeklik kanan pada judul bagian\";'),('abs','messages:tog-enotifminoredits','s:79:\"id:Kirimkan saya sebuah surel juga pada perubahan kecil pada halaman dan berkas\";'),('abs','messages:tog-enotifrevealaddr','s:52:\"id:Tampilkan alamat surel saya pada surel notifikasi\";'),('abs','messages:tog-enotifusertalkpages','s:66:\"id:Kirimkan saya sebuah surel jika halaman pembicaraan saya diubah\";'),('abs','messages:tog-enotifwatchlistpages','s:85:\"id:Kirimkan saya sebuah surel jika suatu halaman atau berkas yang saya pantau berubah\";'),('abs','messages:tog-extendwatchlist','s:89:\"id:Kembangkan daftar pantauan untuk menunjukkan semua perubahan, tidak hanya yang terbaru\";'),('abs','messages:tog-fancysig','s:90:\"abs:Biking ale pung tanda tangan tu akang jadi teks wiki (seng parlu pranala otomatis lai)\";'),('abs','messages:tog-forceeditsummary','s:65:\"abs:Kas inga beta kal parobahan pung kontak ringkasan mase kosong\";'),('abs','messages:tog-hidecategorization','s:37:\"id:Sembunyikan pengkategorian halaman\";'),('abs','messages:tog-hideminor','s:51:\"id:Sembunyikan suntingan kecil di perubahan terbaru\";'),('abs','messages:tog-hidepatrolled','s:56:\"id:Sembunyikan suntingan terpatroli di perubahan terbaru\";'),('abs','messages:tog-minordefault','s:61:\"id:Tandai semua suntingan sebagai suntingan kecil secara baku\";'),('abs','messages:tog-newpageshidepatrolled','s:58:\"id:Sembunyikan halaman terpatroli dari daftar halaman baru\";'),('abs','messages:tog-norollbackdiff','s:60:\"id:Jangan tampilkan perbedaan setelah melakukan pengembalian\";'),('abs','messages:tog-oldsig','s:38:\"abs:Ale pung tanda tangan yang su ada:\";'),('abs','messages:tog-prefershttps','s:47:\"id:Selalu gunakan koneksi aman ketika masuk log\";'),('abs','messages:tog-previewonfirst','s:46:\"id:Tampilkan pratayang ketika mulai menyunting\";'),('abs','messages:tog-previewontop','s:67:\"id:Perlihatkan pratayang sebelum kotak sunting dan tidak sesudahnya\";'),('abs','messages:tog-requireemail','s:92:\"id:Kirim surel setel ulang kata sandi hanya ketika alamat email dan nama pengguna diberikan.\";'),('abs','messages:tog-showhiddencats','s:31:\"abs:Kas lia kategori tasambunyi\";'),('abs','messages:tog-shownumberswatching','s:28:\"id:Tunjukkan jumlah pemantau\";'),('abs','messages:tog-showrollbackconfirmation','s:61:\"id:Tampilkan konfirmasi ketika mengeklik pranala pengembalian\";'),('abs','messages:tog-underline','s:24:\"id:Garis bawahi pranala:\";'),('abs','messages:tog-useeditwarning','s:83:\"id:Ingatkan saya bila meninggalkan halaman penyuntingan sebelum menyimpan perubahan\";'),('abs','messages:tog-uselivepreview','s:50:\"abs:Kas lia pralia deng seng kas muat kintal ulang\";'),('abs','messages:tog-usenewrc','s:94:\"id:Kelompokkan suntingan di tampilan perubahan terbaru dan daftar pantauan berdasarkan halaman\";'),('abs','messages:tog-watchcreations','s:82:\"id:Tambahkan halaman yang saya buat dan berkas yang saya unggah ke daftar pantauan\";'),('abs','messages:tog-watchdefault','s:68:\"id:Tambahkan halaman dan berkas yang saya sunting ke daftar pantauan\";'),('abs','messages:tog-watchdeletion','s:66:\"id:Tambahkan halaman dan berkas yang saya hapus ke daftar pantauan\";'),('abs','messages:tog-watchlisthideanons','s:72:\"abs:Jang kas lia pangguna seng jalas pung parobahan dalang daftar pantou\";'),('abs','messages:tog-watchlisthidebots','s:70:\"abs:Jang kas lia bot pung parobahan dia da biking dalang daftar pantou\";'),('abs','messages:tog-watchlisthidecategorization','s:41:\"abs:Jang kas lia kintal pung kategorisasi\";'),('abs','messages:tog-watchlisthideliu','s:78:\"abs:Jang kas lia pangguna yang su maso log pung parobahan dalang daftar pantou\";'),('abs','messages:tog-watchlisthideminor','s:64:\"abs:Jang kas lia parobahan yang kacil-kacil dalang daftar pantou\";'),('abs','messages:tog-watchlisthideown','s:57:\"abs:Jang kas lia beta pung parobahan dalang daftar pantou\";'),('abs','messages:tog-watchlisthidepatrolled','s:67:\"abs:Jas kas lia parobahan yang su dapa patroli dalang daftar pantou\";'),('abs','messages:tog-watchlistreloadautomatically','s:98:\"id:Muat ulang daftar pantauan secara otomatis ketika sebuah filter berubah (JavaScript diperlukan)\";'),('abs','messages:tog-watchlistunwatchlinks','s:131:\"id:Tambahkan penanda pantau/hapus pantauan ke halaman yang dipantau yang berubah (JavaScript diperlukan untuk mengganti fungsi ini)\";'),('abs','messages:tog-watchmoves','s:70:\"id:Tambahkan halaman dan berkas yang saya pindahkan ke daftar pantauan\";'),('abs','messages:tog-watchrollback','s:78:\"id:Tambahkan halaman yang pernah saya kembalikan ke dalam daftar pantauan saya\";'),('abs','messages:tog-watchuploads','s:60:\"id:Tambahkan berkas baru yang saya unggah ke daftar pantauan\";'),('abs','messages:tool-link-contributions','s:37:\"abs:Kontribusi {{GENDER:$1|pangguna}}\";'),('abs','messages:tool-link-emailuser','s:49:\"abs:Kiring pasang ka akang {{GENDER:$1|pangguna}}\";'),('abs','messages:tool-link-userrights','s:44:\"abs:Simpang kalopmpok {{GENDER:$1|pangguna}}\";'),('abs','messages:tool-link-userrights-readonly','s:39:\"abs:Lia kalompok {{GENDER:$1|pangguna}}\";'),('abs','messages:toolbox','s:8:\"abs:Alat\";'),('abs','messages:tooltip-ca-addsection','s:21:\"abs:Mulai bagian baru\";'),('abs','messages:tooltip-ca-delete','s:20:\"id:Hapus halaman ini\";'),('abs','messages:tooltip-ca-edit','s:18:\"abs:Kas bae kintal\";'),('abs','messages:tooltip-ca-history','s:41:\"abs:Lia versi terakhir sabalong dapa ubah\";'),('abs','messages:tooltip-ca-move','s:27:\"abs:Kas pindah akang kintal\";'),('abs','messages:tooltip-ca-nstab-category','s:28:\"abs:Lia kategori pung kintal\";'),('abs','messages:tooltip-ca-nstab-help','s:24:\"id:Lihat halaman bantuan\";'),('abs','messages:tooltip-ca-nstab-image','s:26:\"abs:Lia berkas pung kintal\";'),('abs','messages:tooltip-ca-nstab-main','s:23:\"abs:Lia kintal pung isi\";'),('abs','messages:tooltip-ca-nstab-media','s:22:\"id:Lihat halaman media\";'),('abs','messages:tooltip-ca-nstab-mediawiki','s:26:\"abs:Lia pasang pung sistem\";'),('abs','messages:tooltip-ca-nstab-project','s:26:\"abs:Lia proyek pung kintal\";'),('abs','messages:tooltip-ca-nstab-special','s:43:\"abs:Akang ni kintal spesial, seng dapa ubah\";'),('abs','messages:tooltip-ca-nstab-template','s:15:\"abs:Lia templat\";'),('abs','messages:tooltip-ca-nstab-user','s:28:\"abs:Lia pangguna pung kintal\";'),('abs','messages:tooltip-ca-protect','s:23:\"id:Lindungi halaman ini\";'),('abs','messages:tooltip-ca-talk','s:28:\"abs:Pambincaraan halaman isi\";'),('abs','messages:tooltip-ca-undelete','s:66:\"id:Kembalikan suntingan ke halaman ini sebelum halaman ini dihapus\";'),('abs','messages:tooltip-ca-unprotect','s:32:\"id:Ubah perlindungan halaman ini\";'),('abs','messages:tooltip-ca-unwatch','s:49:\"abs:Hapus akang kintal dar ale pung daftar pantou\";'),('abs','messages:tooltip-ca-unwatch-expiring','s:90:\"id:{{PLURAL:$1|1 hari|$1 hari}} tersisa di daftar pantauan Anda. Tekan untuk menghapusnya.\";'),('abs','messages:tooltip-ca-unwatch-expiring-hours','s:74:\"id:Beberapa jam tersisa di daftar pantauan Anda. Tekan untuk menghapusnya.\";'),('abs','messages:tooltip-ca-view','s:3:\"en:\";'),('abs','messages:tooltip-ca-viewsource','s:64:\"abs:Kintal akang dapa lindu. Ale cuma dapa lia akang pung sumber\";'),('abs','messages:tooltip-ca-watch','s:54:\"abs:Kas maso akang kintal par ale pung daftar lia-jaga\";'),('abs','messages:tooltip-compareselectedversions','s:46:\"abs:Lia beda dar dua versi kintal yang dipilih\";'),('abs','messages:tooltip-cur','s:34:\"id:Perbedaan dengan revisi terbaru\";'),('abs','messages:tooltip-diff','s:44:\"abs:Kas lia parobahan yang ale su ada biking\";'),('abs','messages:tooltip-feed-atom','s:31:\"abs:Umpan Atom par kintal akang\";'),('abs','messages:tooltip-feed-rss','s:30:\"id:Umpan RSS untuk halaman ini\";'),('abs','messages:tooltip-invert','s:138:\"abs:Kas tanda par seng kas lia kintal pung parobahan dalang tampa nama yang su dipilih (ka tampa nama laeng yang taika kal dapa kas tanda)\";'),('abs','messages:tooltip-last','s:37:\"id:Perbedaan dengan revisi sebelumnya\";'),('abs','messages:tooltip-minoredit','s:45:\"abs:Kas tanda akang, akang ni robah sadiki sa\";'),('abs','messages:tooltip-n-currentevents','s:51:\"abs:Baku dapa deng informasi tentang kajadiang baru\";'),('abs','messages:tooltip-n-help','s:25:\"abs:Tampa par dapa tolong\";'),('abs','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('abs','messages:tooltip-n-mainpage','s:24:\"abs:Ronda ka Kintal Muka\";'),('abs','messages:tooltip-n-mainpage-description','s:25:\"abs:Ronda ka Halaman Muka\";'),('abs','messages:tooltip-n-portal','s:73:\"abs:Tentang projek, apa yang bole ale perbuat, apa yang bole ale lakukang\";'),('abs','messages:tooltip-n-randompage','s:37:\"abs:Kas kaluar akang sabarang halaman\";'),('abs','messages:tooltip-n-recentchanges','s:41:\"abs:Daftar prubahan yang baru dalang wiki\";'),('abs','messages:tooltip-namespace_association','s:92:\"abs:Kas tanda kintal par taro tampa nama par basuara ka subjek taika deng tampa nama tapilih\";'),('abs','messages:tooltip-p-cactions','s:15:\"id:Opsi lainnya\";'),('abs','messages:tooltip-p-lang','s:3:\"en:\";'),('abs','messages:tooltip-p-logo','s:25:\"abs:Ronda ka Halaman Muka\";'),('abs','messages:tooltip-p-namespaces','s:3:\"en:\";'),('abs','messages:tooltip-p-navigation','s:3:\"en:\";'),('abs','messages:tooltip-p-personal','s:16:\"id:Menu pengguna\";'),('abs','messages:tooltip-p-tb','s:3:\"en:\";'),('abs','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('abs','messages:tooltip-p-user-page','s:3:\"en:\";'),('abs','messages:tooltip-p-variants','s:3:\"en:\";'),('abs','messages:tooltip-p-views','s:3:\"en:\";'),('abs','messages:tooltip-preferences-save','s:20:\"id:Simpan preferensi\";'),('abs','messages:tooltip-preview','s:72:\"abs:Lia sakali lai ale pung parobahan. Pake ini jual sabalom manyimpang.\";'),('abs','messages:tooltip-pt-anoncontribs','s:50:\"id:Daftar suntingan yang dibuat dari alamat IP ini\";'),('abs','messages:tooltip-pt-anontalk','s:51:\"id:Pembicaraan tentang suntingan dari alamat IP ini\";'),('abs','messages:tooltip-pt-anonuserpage','s:27:\"id:Halaman pengguna IP Anda\";'),('abs','messages:tooltip-pt-createaccount','s:83:\"abs:Ale dorang dapa saran par biking akun deng maso log, biar kata akang seng wajib\";'),('abs','messages:tooltip-pt-login','s:63:\"abs:Ale sabae nya maso log, la biar akang seng musti diwajibkan\";'),('abs','messages:tooltip-pt-login-private','s:50:\"id:Anda harus masuk loh untuk menggunakan wiki ini\";'),('abs','messages:tooltip-pt-logout','s:14:\"abs:Kaluar log\";'),('abs','messages:tooltip-pt-mycontris','s:37:\"abs:Daftar kontribusi {{GENDER:|Ale}}\";'),('abs','messages:tooltip-pt-mytalk','s:72:\"abs:Kintal par dong bicara di {{GENDER:|ale pung tampa basumbang suara}}\";'),('abs','messages:tooltip-pt-preferences','s:30:\"abs:Preferensi {{GENDER:|Ale}}\";'),('abs','messages:tooltip-pt-tmpuserpage','s:63:\"id:Nama pengguna sementara Anda yang diciptakan secara otomatis\";'),('abs','messages:tooltip-pt-userpage','s:40:\"abs:Kintal {{GENDER:|Ale pung pangguna}}\";'),('abs','messages:tooltip-pt-watchlist','s:34:\"abs:Daftar kintal yang beta pantou\";'),('abs','messages:tooltip-publish','s:27:\"id:Terbitkan perubahan Anda\";'),('abs','messages:tooltip-recreate','s:55:\"id:Buat ulang halaman walaupun sebenarnya telah dihapus\";'),('abs','messages:tooltip-rollback','s:86:\"abs:\"Kas bale\" kas batal samua dong ada robah ka versi paleng baru dalang satu klik sa\";'),('abs','messages:tooltip-save','s:30:\"abs:Simpang ale pung parobahan\";'),('abs','messages:tooltip-search','s:36:\"abs:Sila cari jua dalang wiki ini mo\";'),('abs','messages:tooltip-search-fulltext','s:52:\"abs:Sila cari halaman yang ada tulisan macang bagini\";'),('abs','messages:tooltip-search-go','s:58:\"abs:Pi ka kintal deng nama yang parsis bagitu kal tersedia\";'),('abs','messages:tooltip-summary','s:29:\"abs:Kas maso ringkasan pendek\";'),('abs','messages:tooltip-t-contributions','s:54:\"abs:Daftar kontribusi dar {{GENDER:$1|pangguna akang}}\";'),('abs','messages:tooltip-t-emailuser','s:51:\"id:Kirimkan surel kepada {{GENDER:$1|pengguna ini}}\";'),('abs','messages:tooltip-t-info','s:39:\"id:Informasi lanjut tentang halaman ini\";'),('abs','messages:tooltip-t-permalink','s:49:\"abs:Pranala permanen par akang kintal pung revisi\";'),('abs','messages:tooltip-t-print','s:37:\"abs:Kintal akang dalang versi tacetak\";'),('abs','messages:tooltip-t-recentchangeslinked','s:72:\"abs:Parobahan akhir-akhir dar kintal yang punya pranala par akang kintal\";'),('abs','messages:tooltip-t-specialpages','s:35:\"abs:Muatan samua halaman istimewa e\";'),('abs','messages:tooltip-t-upload','s:19:\"abs:Kas maso berkas\";'),('abs','messages:tooltip-t-whatlinkshere','s:62:\"abs:Daftar samua wiki yang ada punya pranala par akang halaman\";'),('abs','messages:tooltip-undo','s:135:\"id:\"Balikkan\" membatalkan revisi ini dan membuka kotak penyuntingan dengan mode pratayang. Alasan dapat ditambahkan di kotak ringkasan.\";'),('abs','messages:tooltip-upload','s:17:\"id:Mulai pemuatan\";'),('abs','messages:tooltip-vector-anon-user-menu-title','s:15:\"id:Opsi lainnya\";'),('abs','messages:tooltip-watch','s:55:\"abs:Kas maso akang kintal dalang ale pung daftar pantou\";'),('abs','messages:tooltip-watchlist-expiry','s:66:\"id:Untuk sementara menambahkan halaman ini ke daftar pantauan Anda\";'),('abs','messages:tooltip-watchlistedit-normal-submit','s:14:\"id:Hapus judul\";'),('abs','messages:tooltip-watchlistedit-raw-submit','s:27:\"id:Perbarui daftar pantauan\";'),('abs','messages:tooltip-whatlinkshere-invert','s:80:\"id:Centang kotak ini untuk menyembunyikan pranala dalam ruang nama yang dipilih.\";'),('abs','messages:trackingcategories','s:19:\"id:Kategori pelacak\";'),('abs','messages:trackingcategories-desc','s:28:\"id:Kriteria inklusi kategori\";'),('abs','messages:trackingcategories-disabled','s:25:\"id:Kategori dinonaktifkan\";'),('abs','messages:trackingcategories-msg','s:19:\"id:Kategori pelacak\";'),('abs','messages:trackingcategories-name','s:13:\"id:Nama pesan\";'),('abs','messages:trackingcategories-nodesc','s:28:\"id:Deskripsi tidak tersedia.\";'),('abs','messages:trackingcategories-summary','s:212:\"id:Halaman ini mendaftarkan kategori-kategori pelacak yang secara otomatis dibuat oleh perangkat lunak MediaWiki. Nama kategori ini dapat diubah dengan mengubah pesan sistem yang sesuai dalam ruang nama {{ns:8}}.\";'),('abs','messages:transaction-duration-limit-exceeded','s:247:\"id:Untuk mencegah penundaan replikasi yang tinggi, pengiriman ini dibatalkan karena durasi tulis ($1) melebihi batas $2 {{PLURAL:$2|detik|detik}}.\nJika Anda ingin mengganti banyak butir sekaligus, cobalah melakukan dalam jumlah yang lebih sedikit.\";'),('abs','messages:transaction-max-statement-time-exceeded','s:207:\"id:Untuk mencegah pemuatan basis data yang besar, kueri ini dibatalkan karena durasinya melebih batas.\nJika Anda membaca terlalu banyak butir secara bersamaan, coba lakukan beberapa operasi yang lebih kecil.\";'),('abs','messages:translateinterface','s:149:\"id:Untuk menambah atau mengubah terjemahan pada semua wiki, mohon gunakan [https://translatewiki.net/ translatewiki.net], proyek pelokalan MediaWiki.\";'),('abs','messages:tue','s:7:\"abs:Sal\";'),('abs','messages:tuesday','s:10:\"abs:Salasa\";'),('abs','messages:tuesday-at','s:18:\"id:Selasa pukul $1\";'),('abs','messages:uctop','s:12:\"abs:sakarang\";'),('abs','messages:unblock','s:23:\"id:Buka blokir pengguna\";'),('abs','messages:unblock-hideuser','s:96:\"id:Anda tidak dapat membuka blokir pengguna ini karena nama pengguna mereka telah disembunyikan.\";'),('abs','messages:unblock-summary','s:3:\"en:\";'),('abs','messages:unblocked','s:48:\"id:Blokir terhadap [[User:$1|$1]] telah dicabut.\";'),('abs','messages:unblocked-id','s:27:\"id:Blokir $1 telah dicabut.\";'),('abs','messages:unblocked-ip','s:61:\"id:Pemblokiran [[Special:Contributions/$1|$1]] telah dicabut.\";'),('abs','messages:unblocked-range','s:20:\"id:$1 telah diblokir\";'),('abs','messages:unblockip','s:23:\"id:Buka blokir pengguna\";'),('abs','messages:unblockiptext','s:129:\"id:Gunakan formulir di bawah untuk mengembalikan kemampuan menulis sebuah alamat IP atau pengguna yang sebelumnya telah diblokir.\";'),('abs','messages:unblocklink','s:19:\"id:hilangkan blokir\";'),('abs','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('abs','messages:uncategorized-categories-exceptionlist','s:248:\"id:# Terkandung daftar kategori, yang tidak boleh disebut di Special:UncategorizedCategories. Satu per baris, dimulai dengan \"*\". Baris-baris dimulai dengan karakter lain (termasuk baris putih) tidak dianggap. Gunakan \"#\" untuk memberikan komentar.\";'),('abs','messages:uncategorizedcategories','s:32:\"id:Kategori yang tak terkategori\";'),('abs','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('abs','messages:uncategorizedimages','s:30:\"id:Berkas yang tak terkategori\";'),('abs','messages:uncategorizedimages-summary','s:3:\"en:\";'),('abs','messages:uncategorizedpages','s:31:\"id:Halaman yang tak terkategori\";'),('abs','messages:uncategorizedpages-summary','s:3:\"en:\";'),('abs','messages:uncategorizedtemplates','s:31:\"id:Templat yang tak terkategori\";'),('abs','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('abs','messages:undelete','s:25:\"id:Pembatalan penghapusan\";'),('abs','messages:undelete-back-to-list','s:34:\"id:Lihat semua revisi yang dihapus\";'),('abs','messages:undelete-bad-store-key','s:106:\"id:Tidak dapat membatalkan penghapusan revisi berkas dengan tanda waktu $1: berkas hilang sebelum dihapus.\";'),('abs','messages:undelete-cantcreate','s:150:\"id:Anda tidak dapat membatalkan penghapusan halaman ini karena tidak ada halaman yang memiliki judul ini dan Anda tidak diizinkan membuat halaman ini.\";'),('abs','messages:undelete-cantedit','s:103:\"id:Anda tidak dapat membatalkan penghapusan halaman ini karena Anda tidak dapat menyunting halaman ini.\";'),('abs','messages:undelete-cleanup-error','s:68:\"id:Kesalahan sewaktu menghapus arsip berkas \"$1\" yang tak digunakan.\";'),('abs','messages:undelete-error','s:34:\"id:Kesalahan mengembalikan halaman\";'),('abs','messages:undelete-error-associated-alreadytalk','s:98:\"id:Tidak bisa membatalkan penghapusan halaman pembicaraan terkait dari sebuah halaman pembicaraan.\";'),('abs','messages:undelete-error-associated-notdeleted','s:69:\"id:Halaman pembicaraan terkait tidak punya revisi untuk dikembalikan.\";'),('abs','messages:undelete-fieldset-title','s:23:\"id:Mengembalikan revisi\";'),('abs','messages:undelete-filename-mismatch','s:98:\"id:Tidak dapat membatalkan penghapusan revisi berkas dengan tanda waktu $1: nama berkas tak sesuai\";'),('abs','messages:undelete-header','s:87:\"id:Lihat [[Special:Log/delete|log penghapusan]] untuk daftar halaman yang baru dihapus.\";'),('abs','messages:undelete-missing-filearchive','s:125:\"id:Tidak dapat mengembalikan arsip berkas dengan ID $1 karena tidak ada di basis data. Berkas tersebut mungkin telah dihapus.\";'),('abs','messages:undelete-no-results','s:60:\"id:Tidak ditemukan halaman yang sesuai di arsip penghapusan.\";'),('abs','messages:undelete-nodiff','s:36:\"id:Tidak ada revisi yang lebih lama.\";'),('abs','messages:undelete-revision','s:59:\"id:Revisi yang telah dihapus dari $1 (pada $5, $4) oleh $3:\";'),('abs','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('abs','messages:undelete-search-box','s:28:\"id:Cari halaman yang dihapus\";'),('abs','messages:undelete-search-full','s:43:\"id:Tampilkan judul halaman yang mengandung:\";'),('abs','messages:undelete-search-prefix','s:34:\"id:Tampilkan halaman dimulai dari:\";'),('abs','messages:undelete-search-submit','s:7:\"id:Cari\";'),('abs','messages:undelete-search-title','s:28:\"id:Cari halaman yang dihapus\";'),('abs','messages:undelete-show-file-confirm','s:106:\"id:Apakah Anda yakin ingin melihat revisi yang telah dihapus dari berkas \"<nowiki>$1</nowiki>\" per $3, $2?\";'),('abs','messages:undelete-show-file-submit','s:5:\"id:Ya\";'),('abs','messages:undelete-summary','s:3:\"en:\";'),('abs','messages:undelete-talk-summary-prefix','s:57:\"id:Dikembalikan beserta halaman terkait dengan alasan: $1\";'),('abs','messages:undelete-undeletetalk','s:69:\"id:Batalkan penghapusan semua revisi dari halaman pembicaraan terkait\";'),('abs','messages:undelete_short','s:41:\"id:Batal hapus {{PLURAL:$1|$1 suntingan}}\";'),('abs','messages:undeletebtn','s:11:\"id:Pulihkan\";'),('abs','messages:undeletecomment','s:10:\"id:Alasan:\";'),('abs','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('abs','messages:undeletedpage','s:128:\"id:\'\'\'$1 berhasil dikembalikan\'\'\'\n\nLihat [[Special:Log/delete|log penghapusan]] untuk data penghapusan dan pengembalian terkini.\";'),('abs','messages:undeleteextrahelp','s:281:\"id:Untuk mengembalikan seluruh versi terdahulu halaman, biarkan semua kotak cek tidak terpilih dan klik \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\nUntuk melakukan pengembalian selektif, cek kotak revisi yang sesuai dengan revisi yang ingin dikembalikan, dan klik \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\";'),('abs','messages:undeletehistory','s:288:\"id:Jika Anda mengembalikan halaman tersebut, semua revisi juga akan dikembalikan ke dalam daftar versi terdahulu halaman.\nJika sebuah halaman baru dengan nama yang sama telah dibuat sejak penghapusan, revisi-revisi yang dikembalikan tersebut akan ditampilkan dalam daftar versi terdahulu.\";'),('abs','messages:undeletehistorynoadmin','s:257:\"id:Halaman ini telah dihapus.\nAlasan penghapusan diberikan pada ringkasan di bawah ini, beserta rincian pengguna yang telah melakukan penyuntingan di halaman ini sebelum dihapus.\nIsi terakhir dari revisi yang telah dihapus ini hanya tersedia untuk pengurus.\";'),('abs','messages:undeleteinvert','s:19:\"id:Balikkan pilihan\";'),('abs','messages:undeletelink','s:17:\"id:lihat/pulihkan\";'),('abs','messages:undeletepage','s:41:\"id:Lihat dan batalkan penghapusan halaman\";'),('abs','messages:undeletepagetext','s:178:\"id:Halaman berikut {{PLURAL:$1|telah dihapus tetapi|sejumlah $1 halaman}} masih ada di dalam arsip dan dapat dikembalikan. Arsip tersebut mungkin akan dibersihkan secara berkala.\";'),('abs','messages:undeletepagetitle','s:57:\"id:\'\'\'Berikut daftar revisi yang dihapus dari [[:$1]]\'\'\'.\";'),('abs','messages:undeleterevdel','s:305:\"id:Pembatalan penghapusan tidak akan dilakukan jika hal tersebut akan mengakibatkan revisi terkini halaman terhapus sebagian. Pada kondisi tersebut, Anda harus menghilangkan cek atau menghilangkan penyembunyian revisi yang dihapus terakhir. Revisi berkas yang tidak dapat Anda lihat tidak akan dipulihkan.\";'),('abs','messages:undeleterevision-duplicate-revid','s:113:\"id:{{PLURAL:$1|Sebuah revisi|$1 revisi}} tidak dapat dipulihkan, karena  <code>rev_id</code>-nya telah digunakan.\";'),('abs','messages:undeleterevision-missing','s:141:\"id:Revisi salah atau tak ditemukan. Anda mungkin mengikuti pranala yang salah, atau revisi tersebut telah dipulihkan atau dibuang dari arsip.\";'),('abs','messages:undeleterevisions','s:41:\"id:$1 {{PLURAL:$1|revisi|revisi}} dihapus\";'),('abs','messages:undeleteviewlink','s:8:\"id:lihat\";'),('abs','messages:underline-always','s:9:\"id:Selalu\";'),('abs','messages:underline-default','s:31:\"id:Kulit atau penjelajah bawaan\";'),('abs','messages:underline-never','s:15:\"id:Tidak pernah\";'),('abs','messages:undo-failure','s:91:\"id:Suntingan ini tidak dapat dibalikkan karena konflik dengan suntingan di antara keduanya.\";'),('abs','messages:undo-main-slot-only','s:97:\"id:Suntingan ini tidak dapat dibatalkan karena tindakan ini melibatkan konten di luar slot utama.\";'),('abs','messages:undo-nochange','s:44:\"id:Suntingan ini tampaknya telah dibatalkan.\";'),('abs','messages:undo-norev','s:90:\"id:Suntingan ini tidak dapat dibalikkan karena halaman tidak ditemukan atau telah dihapus.\";'),('abs','messages:undo-success','s:217:\"id:Suntingan ini dapat dibalikkan.\nHarap periksa perbandingan di bawah ini untuk meyakinkan bahwa benar tindakan itu yang ingin Anda lakukan, lalu terbitkan perubahan tersebut untuk menyelesaikan pembalikan suntingan.\";'),('abs','messages:undo-summary','s:87:\"id:Membalikkan revisi $1 oleh [[Special:Contributions/$2|$2]] ([[User talk:$2|bicara]])\";'),('abs','messages:undo-summary-anon','s:61:\"id:Membatalkan revisi $1 oleh [[Special:Contributions/$2|$2]]\";'),('abs','messages:undo-summary-import','s:59:\"id:Balikkan revisi $1 yang diimpor oleh pengguna [[:$2|$3]]\";'),('abs','messages:undo-summary-import2','s:51:\"id:Balikkan revisi $1 yang diimpor oleh pengguna $2\";'),('abs','messages:undo-summary-username-hidden','s:55:\"id:Batalkan revisi $1 oleh seorang pengguna tersembunyi\";'),('abs','messages:unexpected','s:38:\"id:Nilai di luar jangkauan: \"$1\"=\"$2\".\";'),('abs','messages:unicode-support-fail','s:129:\"id:Tampaknya peramban Anda tidak mendukung Unicode, yang diperlukan untuk menyunting halaman. Jadi suntingan Anda tidak disimpan.\";'),('abs','messages:unit-pixel','s:5:\"id:px\";'),('abs','messages:unknown-error','s:45:\"id:Terjadi sebuah galat yang tidak diketahui.\";'),('abs','messages:unlinkaccounts','s:20:\"id:Lepastautkan akun\";'),('abs','messages:unlinkaccounts-success','s:37:\"id:Akun berikut telah dilepastautkan.\";'),('abs','messages:unlockbtn','s:24:\"id:Buka kunci basis data\";'),('abs','messages:unlockconfirm','s:50:\"id:Ya, saya memang ingin membuka kunci basis data.\";'),('abs','messages:unlockdb','s:24:\"id:Buka kunci basis data\";'),('abs','messages:unlockdbsuccesssub','s:38:\"id:Pembukaan kunci basis data berhasil\";'),('abs','messages:unlockdbsuccesstext','s:33:\"id:Kunci basis data telah dibuka.\";'),('abs','messages:unlockdbtext','s:278:\"id:Membuka kunci basis data akan mengembalikan kemampuan semua pengguna dalam menyunting halaman, mengubah preferensi pengguna, menyunting daftar pantauan mereka, dan hal-hal lain yang memerlukan perubahan terhadap basis data.  Pastikan bahwa ini adalah yang ingin Anda lakukan.\";'),('abs','messages:unpatrolledletter','s:4:\"id:!\";'),('abs','messages:unprotect','s:20:\"id:Ubah perlindungan\";'),('abs','messages:unprotected-js','s:177:\"id:Karena alasan keamanan Javascript tidak dapat dimuat dari halaman yang tidak dilindungi. Mohon hanya buat javascript di ruangnama MediaWiki: atau sebagai subhalaman  Pengguna\";'),('abs','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('abs','messages:unprotectedarticle-comment','s:53:\"id:{{GENDER:$2|Menghapus perlindungan}} dari \"[[$1]]\"\";'),('abs','messages:unregistered-user-config','s:131:\"id:Karena alasan keamanan subhalaman pengguna berformat JavaScript, CSS dan JSON tidak dapat dimuat untuk pengguna tidak terdaftar.\";'),('abs','messages:unstrip-depth-category','s:72:\"id:Halaman-halaman dengan batas kedalaman pelepasan telah melebihi batas\";'),('abs','messages:unstrip-depth-category-desc','s:49:\"id:Halamannya melebihi batasan kedalaman unstrip.\";'),('abs','messages:unstrip-depth-warning','s:51:\"id:Batas ukuran pelepasan telah melebihi batas ($1)\";'),('abs','messages:unstrip-size-category','s:69:\"id:Halaman-halaman dengan batas ukuran pelepasan telah melebihi batas\";'),('abs','messages:unstrip-size-category-desc','s:46:\"id:Halamannya melebihi batasan ukuran unstrip.\";'),('abs','messages:unstrip-size-warning','s:51:\"id:Batas ukuran pelepasan telah melebihi batas ($1)\";'),('abs','messages:unsupported-content-diff','s:50:\"id:Perbedaan tidak didukung untuk model konten $1.\";'),('abs','messages:unsupported-content-diff2','s:70:\"id:Perbedaan antara model konten $1 dan $2 tidak didukung di wiki ini.\";'),('abs','messages:unsupported-content-model','s:77:\"id:<strong> Peringatan: </strong> Model konten $1 tidak didukung di wiki ini.\";'),('abs','messages:unusedcategories','s:38:\"id:Kategori yang tak terpakai (kosong)\";'),('abs','messages:unusedcategories-summary','s:3:\"en:\";'),('abs','messages:unusedcategoriestext','s:91:\"id:Kategori berikut ada, walaupun tidak ada halaman atau kategori lain yang menggunakannya.\";'),('abs','messages:unusedimages','s:27:\"id:Berkas yang tak terpakai\";'),('abs','messages:unusedimages-summary','s:3:\"en:\";'),('abs','messages:unusedimagestext','s:240:\"id:Berkas berikut ada tapi tidak disertakan di halaman mana pun.\nHarap perhatikan bahwa situs web lain mungkin memiliki pranala ke suatu berkas dengan URL langsung, dan karenanya masih terdaftar di sini meskipun sudah tidak digunakan aktif.\";'),('abs','messages:unusedimagestext-categorizedimgisused','s:331:\"id:Berkas-berkas berikut ada tapi tidak digunakan di halaman mana pun. Gambar terkategori dianggap digunakan meskipun tidak termuat di halaman mana pun.\nHarap perhatikan bahwa situs web lain mungkin memautkan berkas dengan URL langsung, dan berkas tersebut mungkin tetap didaftarkan di sini meskipun digunakan secara aktif di luar.\";'),('abs','messages:unusedtemplates','s:28:\"id:Templat yang tak terpakai\";'),('abs','messages:unusedtemplates-summary','s:3:\"en:\";'),('abs','messages:unusedtemplatestext','s:176:\"id:Daftar berikut adalah semua halaman pada ruang nama {{ns:template}} yang tidak dipakai di halaman mana pun.\nCek dahulu pranala lain ke templat tersebut sebelum menghapusnya.\";'),('abs','messages:unusedtemplateswlh','s:15:\"id:pranala lain\";'),('abs','messages:unwatch','s:24:\"abs:Seng ka batal pantou\";'),('abs','messages:unwatchedpages','s:29:\"id:Halaman yang tak terpantau\";'),('abs','messages:unwatchedpages-summary','s:3:\"en:\";'),('abs','messages:unwatching','s:30:\"id:Menghilangkan pemantauan...\";'),('abs','messages:unwatchthispage','s:27:\"id:Batal pantau halaman ini\";'),('abs','messages:updated','s:15:\"id:(Diperbarui)\";'),('abs','messages:updatedmarker','s:46:\"id:dimutakhirkan sejak kunjungan terakhir saya\";'),('abs','messages:updatewatchlist','s:27:\"id:Perbarui daftar pantauan\";'),('abs','messages:upload','s:19:\"abs:Kas maso berkas\";'),('abs','messages:upload-copy-upload-invalid-domain','s:51:\"id:Unggahan salinan tidak tersedia dari domain ini.\";'),('abs','messages:upload-curl-error28','s:31:\"id:Pemuatan telah lewat tenggat\";'),('abs','messages:upload-curl-error28-text','s:178:\"id:Situs yang dituju terlalu lambat merespon. \nTolong cek apakah situs tersebut aktif, tunggu sebentar, dan coba lagi.\nMungkin Anda perlu mencobanya pada saat yang lebih longgar.\";'),('abs','messages:upload-curl-error6','s:28:\"id:URL tidak dapat dihubungi\";'),('abs','messages:upload-curl-error6-text','s:115:\"id:URL yang diberikan tak dapat dihubungi. Harap periksa ulang bahwa URL tersebut tepat dan situs itu sedang aktif.\";'),('abs','messages:upload-default-description','s:4:\"en:-\";'),('abs','messages:upload-description','s:20:\"id:Keterangan berkas\";'),('abs','messages:upload-dialog-button-back','s:10:\"id:Kembali\";'),('abs','messages:upload-dialog-button-cancel','s:11:\"id:Batalkan\";'),('abs','messages:upload-dialog-button-done','s:10:\"id:Selesai\";'),('abs','messages:upload-dialog-button-save','s:9:\"id:Simpan\";'),('abs','messages:upload-dialog-button-upload','s:9:\"id:Unggah\";'),('abs','messages:upload-dialog-disabled','s:68:\"id:Unggah berkas menggunakan dialog ini dinonaktifkan pada wiki ini.\";'),('abs','messages:upload-dialog-title','s:16:\"id:Unggah berkas\";'),('abs','messages:upload-disallowed-here','s:36:\"abs:Ale seng bole timpa akang berkas\";'),('abs','messages:upload-file-error','s:21:\"id:Kesalahan internal\";'),('abs','messages:upload-file-error-text','s:141:\"id:Terjadi kesalahan internal sewaktu mencoba membuat berkas sementara di server.\nHarap hubungi seorang [[Special:ListUsers/sysop|pengurus]].\";'),('abs','messages:upload-foreign-cant-load-config','s:84:\"id:Gagal memuat konfigurasi untuk pengunggahan berkas ke repositori berkas eksternal\";'),('abs','messages:upload-foreign-cant-upload','s:78:\"id:Wiki ini tidak diatur untuk mengunggah berkas ke gudang penyimpangan asing.\";'),('abs','messages:upload-form-label-infoform-categories','s:11:\"id:Kategori\";'),('abs','messages:upload-form-label-infoform-date','s:10:\"id:Tanggal\";'),('abs','messages:upload-form-label-infoform-description','s:12:\"id:Deskripsi\";'),('abs','messages:upload-form-label-infoform-description-tooltip','s:163:\"id:Jelaskan dengan singkat hal-hal penting tentang karya ini.\nUntuk foto, sebutkan hal-hal utama yang ditampilkan, peristiwa, atau tempat yang ditampilkan di foto.\";'),('abs','messages:upload-form-label-infoform-name','s:7:\"id:Nama\";'),('abs','messages:upload-form-label-infoform-name-tooltip','s:162:\"id:Judul singkat yang unik untuk berkas, yang akan menjadi nama berkas. Anda dapat gunakan bahasa yang sederhana dengan spasi. Jangan menyertakan ekstensi berkas.\";'),('abs','messages:upload-form-label-infoform-title','s:12:\"id:Perincian\";'),('abs','messages:upload-form-label-not-own-work-local-generic-foreign','s:197:\"id:Anda juga mungkin ingin mencoba menggunakan  [[Special:Upload|halaman pengunggahan di {{SITENAME}}]], jika situs tersebut mengizinkan pengunggahan berkas ini menurut kebijakan di situs tersebut.\";'),('abs','messages:upload-form-label-not-own-work-local-generic-local','s:75:\"id:Anda mungkin ingin mencoba [[Special:Upload|halaman pengunggahan baku]].\";'),('abs','messages:upload-form-label-not-own-work-message-generic-foreign','s:149:\"id:Jika Anda tidak dapat mengunggah berkas ini di bawah kebijakan di gudang penyimpanan bersama, silakan tutup dialog ini dan cobalah metode lainnya.\";'),('abs','messages:upload-form-label-not-own-work-message-generic-local','s:129:\"id:Jika Anda tidak dapat mengunggah berkas ini di bawah kebijakan {{SITENAME}}, silakan tutup dialog ini dan coba metode lainnya.\";'),('abs','messages:upload-form-label-own-work','s:32:\"id:Ini adalah karya saya sendiri\";'),('abs','messages:upload-form-label-own-work-message-generic-foreign','s:165:\"id:Saya mengerti bahwa saya mengunggah berkas ini ke gudang berkas bersama. Saya menyatakan bahwa saya telah menyetujui syarat layanan dan kebijakan lisensi di sana.\";'),('abs','messages:upload-form-label-own-work-message-generic-local','s:119:\"id:Saya menyatakan bahwa saya mengunggah berkas ini dengan mengikuti syarat layanan dan aturan lisensi di {{SITENAME}}.\";'),('abs','messages:upload-form-label-usage-filename','s:14:\"id:Nama berkas\";'),('abs','messages:upload-form-label-usage-title','s:13:\"id:Penggunaan\";'),('abs','messages:upload-http-error','s:29:\"id:Kesalahan HTTP terjadi: $1\";'),('abs','messages:upload-maxfilesize','s:29:\"id:Ukuran berkas maksimum: $1\";'),('abs','messages:upload-misc-error','s:38:\"id:Kesalahan pemuatan yang tak dikenal\";'),('abs','messages:upload-misc-error-text','s:222:\"id:Suatu kesalahan yang tak dikenal terjadi sewaktu mengunggah. Harap pastikan bahwa URL tersebut valid dan dapat diakses dan silakan coba lagi. Jika masalah ini tetap terjadi, hubungi [[Special:ListUsers/sysop|pengurus]].\";'),('abs','messages:upload-options','s:20:\"id:Opsi pengunggahan\";'),('abs','messages:upload-permitted','s:65:\"id:{{PLURAL:$2|Jenis|Jenis-jenis}} berkas yang diperbolehkan: $1.\";'),('abs','messages:upload-preferred','s:62:\"id:{{PLURAL:$2|Jenis|Jenis-jenis}} berkas yang disarankan: $1.\";'),('abs','messages:upload-prohibited','s:60:\"id:{{PLURAL:$2|Jenis|Jenis-jenis}} berkas yang dilarang: $1.\";'),('abs','messages:upload-proto-error','s:17:\"id:Protokol salah\";'),('abs','messages:upload-proto-error-text','s:105:\"id:Pemuatan jarak jauh membutuhkan URL yang diawali dengan <code>http://</code> atau <code>ftp://</code>.\";'),('abs','messages:upload-recreate-warning','s:154:\"id:<strong>Peringatan: Berkas dengan nama itu telah dihapus atau dipindahkan.</strong>\n\nLog penghapusan dan pemindahan halaman ini adalah sebagai berikut:\";'),('abs','messages:upload-scripted-dtd','s:78:\"id:Tidak dapat mengunggah berkas SVG yang mengandung deklarasi DTD takstandar.\";'),('abs','messages:upload-scripted-pi-callback','s:80:\"id:Tidak dapat mengunggah berkas yang mengandung arahan pengolahan hamparan XML.\";'),('abs','messages:upload-source','s:16:\"id:Berkas sumber\";'),('abs','messages:upload-summary','s:3:\"en:\";'),('abs','messages:upload-too-many-redirects','s:43:\"id:URL mengandung terlalu banyak pengalihan\";'),('abs','messages:upload-tryagain','s:36:\"id:Kirim perubahan keterangan berkas\";'),('abs','messages:upload-tryagain-nostash','s:62:\"id:Kirim berkas yang diunggah ulang dan deskripsi yang terubah\";'),('abs','messages:upload_directory_missing','s:83:\"id:Direktori pemuatan ($1) tidak ditemukan dan tidak dapat dibuat oleh peladen web.\";'),('abs','messages:upload_directory_read_only','s:64:\"id:Direktori pemuatan ($1) tidak dapat ditulis oleh peladen web.\";'),('abs','messages:upload_source_file','s:38:\"id:(pilihan berkas dari komputer Anda)\";'),('abs','messages:upload_source_url','s:63:\"id:(Anda pilih berkas dari URL valid yang dapat diakses publik)\";'),('abs','messages:uploadbtn','s:16:\"id:Unggah berkas\";'),('abs','messages:uploaddisabled','s:26:\"id:Pengunggahan dimatikan.\";'),('abs','messages:uploaddisabledtext','s:39:\"id:Pengunggahan berkas tidak diizinkan.\";'),('abs','messages:uploaded-animate-svg','s:151:\"id:Ditemukan tag \"animasi\" yang mungkin dapat mengubah href, menggunakan atribut \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-event-handler-on-svg','s:93:\"id:Penetapan atribut \'\'event-handler\'\' <code>$1=\"$2\"</code> tidak diizinkan dalam berkas SVG.\";'),('abs','messages:uploaded-hostile-svg','s:75:\"id:Terdapat CSS yang tidak aman dalam elemen gaya berkas SVG yang diunggah.\";'),('abs','messages:uploaded-href-attribute-svg','s:318:\"id:Elemen <a> hanya diizinkan untuk ditautkan (href) ke target data: (berkas tertanam), http:// atau https://, atau fragmen (#, dokumen yang sama). Untuk element lainnya, seperti <image>, hanya data: dan fragmen yang diperbolehkan. Coba masukkan gambar ketika mengekspor SVG. Ditemukan <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('abs','messages:uploaded-href-unsafe-target-svg','s:114:\"id:Menemukan href ke data tidak aman: URI menarget <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-image-filter-svg','s:105:\"id:Ditemukan penyaring gambar dengan URL: <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-remote-url-svg','s:118:\"id:SVG yang mengatur setiap atribut style dengan URL luar diblokir. $1=\"$2\" ditemui di dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-script-svg','s:64:\"id:Terdapat elemen terskrip \"$1\" dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-setting-event-handler-svg','s:123:\"id:Penyetelan atribut \'\'event-handler\'\' diblokir, menemukan <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-setting-handler-svg','s:132:\"id:SVG yang mengatur atribut \"handler\" dengan remote/data/skrip telah diblokir. Ditemukan $1=\"$2\" di dalam berkas SVG yang diunggah.\";'),('abs','messages:uploaded-setting-href-svg','s:83:\"id:Menggunakan tag \"set\" untuk menambahkan atribut \"href\" ke elemen utama diblokir.\";'),('abs','messages:uploaded-wrong-setting-svg','s:166:\"id:Penggunaan tag \"set\" untuk menambah sasaran jauh/data/skrip ke setiap atribut tidak diizinkan. Ada <code>&lt;set</code> to=\"$1\"&gt; dalam berkas SVG yang diunggah.\";'),('abs','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('abs','messages:uploaderror','s:19:\"id:Galat mengunggah\";'),('abs','messages:uploadfooter','s:4:\"en:-\";'),('abs','messages:uploadinvalidxml','s:55:\"id:XML dalam berkas yang diunggah tidak bisa diuraikan.\";'),('abs','messages:uploadlogpage','s:47:\"abs:Log par catat aktivias kas maso di internet\";'),('abs','messages:uploadlogpagetext','s:119:\"id:Berikut adalah daftar unggahan berkas terbaru. \nLihat [[Special:NewFiles|galeri berkas baru]] untuk tampilan visual.\";'),('abs','messages:uploadnewversion-linktext','s:48:\"id:Muatkan versi yang lebih baru dari berkas ini\";'),('abs','messages:uploadnologin','s:18:\"id:Belum masuk log\";'),('abs','messages:uploadnologintext','s:36:\"id:Harap $1 untuk mengunggah berkas.\";'),('abs','messages:uploadscripted','s:101:\"id:Berkas ini mengandung HTML atau kode yang dapat diinterpretasikan dengan keliru oleh peramban web.\";'),('abs','messages:uploadscriptednamespace','s:65:\"id:Berkas SVG ini memuat ruang nama ilegal \"<nowiki>$1</nowiki>\".\";'),('abs','messages:uploadstash','s:20:\"id:Simpanan unggahan\";'),('abs','messages:uploadstash-bad-path','s:24:\"id:Jalur tidak tersedia.\";'),('abs','messages:uploadstash-bad-path-bad-format','s:38:\"id:Kunci \"$1\" bukan format yang layak.\";'),('abs','messages:uploadstash-bad-path-invalid','s:21:\"id:Jalur tidak valid.\";'),('abs','messages:uploadstash-bad-path-no-handler','s:56:\"id:Tidak menemukan penangan untuk mime $1 dari berkas $2\";'),('abs','messages:uploadstash-bad-path-unknown-type','s:29:\"id:Tipe tidak diketahui \"$1\".\";'),('abs','messages:uploadstash-bad-path-unrecognized-thumb-name','s:29:\"id:Nama thumb tidak dikenali.\";'),('abs','messages:uploadstash-badtoken','s:114:\"id:Pelaksanaan tindakan tersebut gagal. Mungkin karena hak penyuntingan Anda telah kedaluwarsa. Silakan coba lagi.\";'),('abs','messages:uploadstash-clear','s:24:\"id:Hapus berkas simpanan\";'),('abs','messages:uploadstash-errclear','s:28:\"id:Penghapusan berkas gagal.\";'),('abs','messages:uploadstash-exception','s:60:\"id:Tidak dapat menyimpan unggahan dalam simpanan ($1): \"$2\".\";'),('abs','messages:uploadstash-file-not-found','s:48:\"id:Kunci \"$1\" tidak ditemukan dalam penyimpanan.\";'),('abs','messages:uploadstash-file-not-found-missing-content-type','s:41:\"id:Tajuk berjenis konten tidak ditemukan.\";'),('abs','messages:uploadstash-file-not-found-no-local-path','s:53:\"id:Tidak ada jalur lokal untuk benda yang diskalakan.\";'),('abs','messages:uploadstash-file-not-found-no-remote-thumb','s:43:\"id:Memproses gambar mini gagal: $1\nURL = $2\";'),('abs','messages:uploadstash-file-not-found-no-thumb','s:39:\"id:Tidak dapat mendapatkan gambar mini.\";'),('abs','messages:uploadstash-file-not-found-not-exists','s:66:\"id:Tidak dapat menemukan jalur, atau bukan merupakan berkas polos.\";'),('abs','messages:uploadstash-file-too-large','s:71:\"id:Tidak dapat melayani berkas yang berukuran lebih besar dari $1 bita.\";'),('abs','messages:uploadstash-no-such-key','s:45:\"id:Tidak ada kunci ($1), tidak dapat dihapus.\";'),('abs','messages:uploadstash-nofiles','s:39:\"id:Anda tidak memiliki berkas simpanan.\";'),('abs','messages:uploadstash-not-logged-in','s:74:\"id:Tidak ada pengguna yang masuk log, berkas harus dimiliki oleh pengguna.\";'),('abs','messages:uploadstash-refresh','s:25:\"id:Segarkan daftar berkas\";'),('abs','messages:uploadstash-summary','s:204:\"id:Halaman ini memberikan akses terhadap berkas yang diunggah (atau dalam proses pengunggahan), namun belum diterbitkan ke wiki. Berkas-berkas ini tidak dapat dilihat oleh siapa pun kecuali pengunggahnya.\";'),('abs','messages:uploadstash-thumbnail','s:17:\"id:lihat miniatur\";'),('abs','messages:uploadstash-wrong-owner','s:73:\"id:Berkas ini ($1) tidak dimiliki oleh pengguna yang Anda lihat saat ini.\";'),('abs','messages:uploadstash-zero-length','s:28:\"id:Berkas ini berukuran nol.\";'),('abs','messages:uploadtext','s:1014:\"id:Gunakan formulir di bawah untuk mengunggah berkas.\nUntuk menampilkan atau mencari berkas yang sebelumnya dimuat, gunakan [[Special:FileList|daftar berkas]]. Pengunggahan dan pengunggahan ulang juga tercatat dalam [[Special:Log/upload|log pengunggahan]]. Penghapusan tercatat dalam [[Special:Log/delete|log penghapusan]].\n\nUntuk menampilkan atau menyertakan berkas di dalam suatu halaman, gunakan pranala dengan salah satu format di bawah ini:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> untuk menampilkan berkas dalam ukuran aslinya\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Judul gambar]]</nowiki></code></strong> untuk menampilkan berkas dengan lebar 200 piksel dalam sebuah kotak di kiri halaman dengan teks \"Judul gambar\" di bawahnya\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> sebagai pranala langsung ke berkas yang dimaksud tanpa menampilkan berkas tersebut melalui wiki\";'),('abs','messages:uploadvirus','s:51:\"id:Berkas tersebut mengandung virus! \nPerincian: $1\";'),('abs','messages:uploadwarning','s:26:\"id:Peringatan pengunggahan\";'),('abs','messages:uploadwarning-text','s:59:\"id:Mohon perbaiki keterangan berkas di bawah dan coba lagi.\";'),('abs','messages:uploadwarning-text-nostash','s:77:\"id:Harap unggah ulang berkas ini, ubah deskripsi di bawah ini, dan coba lagi.\";'),('abs','messages:user-mail-no-addy','s:48:\"id:Mencoba mengirimkan surel tanpa alamat surel.\";'),('abs','messages:user-mail-no-body','s:59:\"id:Mencoba untuk mengirim surel kosong atau terlalu pendek.\";'),('abs','messages:usercreated','s:40:\"id:{{GENDER:$3|Dibuat}} pada $1 pukul $2\";'),('abs','messages:usercssispublic','s:116:\"id:Harap perhatikan: subhalaman CSS sebaiknya tidak mengandung data rahasia karena dapat dilihat oleh pengguna lain.\";'),('abs','messages:usercsspreview','s:116:\"id:<strong>Ingatlah bahwa Anda sedang menampilkan pratayang dari CSS Anda.\nPratayang ini belum diterbitkan!</strong>\";'),('abs','messages:usercssyoucanpreview','s:101:\"id:\'\'\'Tips:\'\'\' Gunakan tombol \"{{int:showpreview}}\" untuk menguji CSS baru Anda sebelum menyimpannya.\";'),('abs','messages:usereditcount','s:39:\"id:$1 {{PLURAL:$1|suntingan|suntingan}}\";'),('abs','messages:userexists','s:82:\"id:Nama pengguna yang dimasukkan telah digunakan.\nSilakan tentukan nama yang lain.\";'),('abs','messages:userinvalidconfigtitle','s:208:\"id:<strong>Peringatan:</strong> Kulit \"$1\" tidak ditemukan. Harap diingat bahwa halaman .css, .json, dan .js menggunakan huruf kecil, contoh {{ns:user}}:Foo/vector.css dan bukannya {{ns:user}}:Foo/Vector.css.\";'),('abs','messages:userjsdangerous','s:243:\"id:Catatan: Skrip yang disertakan pada halaman ini akan berjalan setiap kali halaman dimuat. Kode berbahaya yang ditambahkan di sini dapat mengakibatkan kompromi akun. Kode ini akan dijalankan ketika Anda melihat perubahan Anda di halaman ini.\";'),('abs','messages:userjsispublic','s:124:\"id:Harap perhatikan: subhalaman Javascript sebaiknya tidak mengandung data rahasia, karena dapat dilihat oleh pengguna lain.\";'),('abs','messages:userjsonispublic','s:114:\"id:Harap perhatikan: subhalaman JSON seharusnya tidak berisi data rahasia karena dapat dilihat oleh pengguna lain.\";'),('abs','messages:userjsonpreview','s:146:\"id:<strong>Ingatlah bahwa Anda hanya menguji coba/melihat pratayang dari konfigurasi pengguna JSON Anda.\nPerubahan ini belum diterbitkan!</strong>\";'),('abs','messages:userjsonyoucanpreview','s:118:\"id:<strong>Tips:</strong> Gunakan tombol \"{{int:showpreview}}\" untuk menguji coba JSON baru Anda sebelum menyimpannya.\";'),('abs','messages:userjspreview','s:134:\"id:<strong>Ingatlah bahwa yang Anda lihat hanyalah pratayang JavaScript Anda, dan bahwa pratayang tersebut belum diterbitkan!</strong>\";'),('abs','messages:userjsyoucanpreview','s:117:\"id:<strong>Tips:</strong> Gunakan tombol \"{{int:showpreview}}\" untuk menguji Javascript baru Anda sebelum penerbitan.\";'),('abs','messages:userlogin-createanother','s:17:\"id:Buat akun lain\";'),('abs','messages:userlogin-helplink2','s:24:\"abs:Bantuan par maso log\";'),('abs','messages:userlogin-joinproject','s:22:\"abs:Baiko {{SITENAME}}\";'),('abs','messages:userlogin-loggedin','s:100:\"id:Anda telah masuk log sebagai $1.\nGunakan formulir di bawah untuk masuk log sebagai pengguna lain.\";'),('abs','messages:userlogin-noaccount','s:18:\"abs:Seng ada akun?\";'),('abs','messages:userlogin-reauth','s:79:\"id:Anda harus masuk log lagi untuk memeriksa bahwa Anda adalah {{GENDER:$1|$1}}\";'),('abs','messages:userlogin-remembermypassword','s:31:\"abs:Biarkan beta tetap maso jua\";'),('abs','messages:userlogin-resetpassword-link','s:37:\"abs:Seng inga ale pung kata sandi ka?\";'),('abs','messages:userlogin-signwithsecure','s:25:\"id:Gunakan sambungan aman\";'),('abs','messages:userlogin-yourname','s:17:\"abs:Nama pangguna\";'),('abs','messages:userlogin-yourname-ph','s:35:\"abs:Kas maso ale pung nama pangguna\";'),('abs','messages:userlogin-yourpassword','s:17:\"abs:Kata pengaman\";'),('abs','messages:userlogin-yourpassword-ph','s:35:\"abs:Kas mato ale pung kata pengaman\";'),('abs','messages:userlogout','s:13:\"id:Keluar log\";'),('abs','messages:userlogout-continue','s:32:\"id:Apakah Anda ingin keluar log?\";'),('abs','messages:userlogout-summary','s:3:\"en:\";'),('abs','messages:userlogout-temp','s:102:\"id:Apakah Anda yakin ingin keluar log? Anda tidak akan dapat kembali masuk log ke akun sementara Anda.\";'),('abs','messages:usermaildisabled','s:31:\"id:Surel pengguna dinonaktifkan\";'),('abs','messages:usermaildisabledtext','s:65:\"id:Anda tidak dapat mengirim surel pada pengguna lain di wiki ini\";'),('abs','messages:usermessage-editor','s:26:\"abs:Panyampe pasang sistem\";'),('abs','messages:usermessage-summary','s:27:\"id:Tinggalkan pesan sistem.\";'),('abs','messages:usermessage-template','s:24:\"id:MediaWiki:UserMessage\";'),('abs','messages:username','s:31:\"id:{{GENDER:$1|Nama pengguna}}:\";'),('abs','messages:usernameinprogress','s:78:\"id:Pembuatan akun untuk nama pengguna ini sedang dijalankan. Silakan menunggu.\";'),('abs','messages:userpage-userdoesnotexist','s:55:\"id:Akun pengguna \"<nowiki>$1</nowiki>\" tidak terdaftar.\";'),('abs','messages:userpage-userdoesnotexist-view','s:38:\"abs:Pangguna \"$1\" akang seng tadaftar.\";'),('abs','messages:userrights','s:15:\"id:Hak pengguna\";'),('abs','messages:userrights-cannot-shorten-expiry','s:196:\"id:Anda tidak dapat memajukan waktu kedaluwarsa dari keanggotaan dalam kelompok \"$1\". Hanya pengguna dengan hak akses dapat menambahkan dan mencabut kelompok ini dapat memajukan waktu kedaluwarsa.\";'),('abs','messages:userrights-changeable-col','s:32:\"id:Kelompok yang dapat Anda ubah\";'),('abs','messages:userrights-conflict','s:84:\"id:Konflik perubahan hak pengguna! Mohon tinjau ulang dan konfirmasi perubahan Anda.\";'),('abs','messages:userrights-editusergroup','s:42:\"id:Sunting kelompok {{GENDER:$1|pengguna}}\";'),('abs','messages:userrights-expiry','s:15:\"id:Kedaluwarsa:\";'),('abs','messages:userrights-expiry-current','s:17:\"id:Kedaluwarsa $1\";'),('abs','messages:userrights-expiry-existing','s:37:\"id:Waktu kedaluwarsa saat ini: $3, $2\";'),('abs','messages:userrights-expiry-in-past','s:55:\"id:Waktu kedaluwarsa untuk kelompok \"$1\" sudah berlalu.\";'),('abs','messages:userrights-expiry-none','s:20:\"id:Tidak kedaluwarsa\";'),('abs','messages:userrights-expiry-options','s:96:\"id:1 hari:1 day,1 minggu:1 week,1 bulan:1 month,3 bulan:3 months,6 bulan:6 months,1 tahun:1 year\";'),('abs','messages:userrights-expiry-othertime','s:14:\"id:Waktu lain:\";'),('abs','messages:userrights-groups-help','s:486:\"id:Anda dapat mengubah kelompok {{GENDER:$1|pengguna ini}}:\n* Kotak dengan tanda cek merupakan kelompok pengguna yang bersangkutan.\n* Kotak tanpa tanda cek berarti pengguna ini bukan anggota kelompok tersebut.\n* Tanda * menandai bahwa Anda tidak dapat membatalkan kelompok tersebut bila Anda telah menambahkannya, atau sebaliknya.\n* Tanda # menandai bahwa Anda hanya dapat mengembalikan waktu kedaluwarsa keanggotaan kelompok ini, tetapi Anda tidak dapat memajukan waktu kedaluwarsanya.\";'),('abs','messages:userrights-groupsmember','s:16:\"id:Anggota dari:\";'),('abs','messages:userrights-groupsmember-auto','s:25:\"id:Anggota implisit dari:\";'),('abs','messages:userrights-groupsmember-type','s:5:\"id:$1\";'),('abs','messages:userrights-invalid-expiry','s:51:\"id:Waktu kedaluwarsa untuk kelompok \"$1\" tidak sah.\";'),('abs','messages:userrights-irreversible-marker','s:6:\"id:$1*\";'),('abs','messages:userrights-lookup-user','s:25:\"id:Pilih seorang pengguna\";'),('abs','messages:userrights-no-interwiki','s:73:\"id:Anda tidak memiliki hak untuk mengubah hak pengguna di wiki yang lain.\";'),('abs','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('abs','messages:userrights-nodatabase','s:44:\"id:Basis data $1 tidak ada atau bukan lokal.\";'),('abs','messages:userrights-reason','s:10:\"id:Alasan:\";'),('abs','messages:userrights-summary','s:3:\"en:\";'),('abs','messages:userrights-systemuser','s:52:\"id:{{GENDER:$1|Pengguna ini}} adalah pengguna sistem\";'),('abs','messages:userrights-unchangeable-col','s:38:\"id:Kelompok yang tidak dapat Anda ubah\";'),('abs','messages:userrights-user-editname','s:26:\"id:Masukkan nama pengguna:\";'),('abs','messages:userrights-viewusergroup','s:40:\"id:Lihat kelompok {{GENDER:$1|pengguna}}\";'),('abs','messages:variantname-crh','s:6:\"en:crh\";'),('abs','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('abs','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('abs','messages:variantname-gan','s:6:\"en:gan\";'),('abs','messages:variantname-gan-hans','s:7:\"id:hans\";'),('abs','messages:variantname-gan-hant','s:7:\"id:hant\";'),('abs','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('abs','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('abs','messages:variantname-iu','s:5:\"en:iu\";'),('abs','messages:variantname-kk','s:5:\"en:kk\";'),('abs','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('abs','messages:variantname-kk-cn','s:8:\"id:kk-cn\";'),('abs','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('abs','messages:variantname-kk-kz','s:8:\"id:kk-kz\";'),('abs','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('abs','messages:variantname-kk-tr','s:8:\"id:kk-tr\";'),('abs','messages:variantname-ku','s:5:\"en:ku\";'),('abs','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('abs','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('abs','messages:variantname-shi','s:6:\"en:shi\";'),('abs','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('abs','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('abs','messages:variantname-sr','s:5:\"en:sr\";'),('abs','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('abs','messages:variantname-sr-ec','s:8:\"id:sr-ec\";'),('abs','messages:variantname-sr-el','s:8:\"id:sr-el\";'),('abs','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('abs','messages:variantname-tg','s:5:\"en:tg\";'),('abs','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('abs','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('abs','messages:variantname-tly','s:6:\"en:tly\";'),('abs','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('abs','messages:variantname-uz','s:5:\"en:uz\";'),('abs','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('abs','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('abs','messages:variantname-zh','s:5:\"en:zh\";'),('abs','messages:variantname-zh-cn','s:5:\"id:cn\";'),('abs','messages:variantname-zh-hans','s:7:\"id:hans\";'),('abs','messages:variantname-zh-hant','s:7:\"id:hant\";'),('abs','messages:variantname-zh-hk','s:5:\"id:hk\";'),('abs','messages:variantname-zh-mo','s:5:\"id:mo\";'),('abs','messages:variantname-zh-my','s:5:\"id:my\";'),('abs','messages:variantname-zh-sg','s:5:\"id:sg\";'),('abs','messages:variantname-zh-tw','s:5:\"id:tw\";'),('abs','messages:variants','s:15:\"abs:Jenis-jenis\";'),('abs','messages:vector-2022-prefs-talkpage','s:55:\"id:[[mw:Talk:Reading/Web/Desktop_Improvements|Diskusi]]\";'),('abs','messages:vector-action-addsection','s:18:\"abs:Kas tamba baru\";'),('abs','messages:vector-action-delete','s:8:\"id:Hapus\";'),('abs','messages:vector-action-move','s:14:\"abs:Kas pindah\";'),('abs','messages:vector-action-protect','s:11:\"id:Lindungi\";'),('abs','messages:vector-action-toggle-sidebar','s:27:\"id:Buka/tutup bilah samping\";'),('abs','messages:vector-action-undelete','s:25:\"id:Pembatalan penghapusan\";'),('abs','messages:vector-action-unprotect','s:20:\"id:Ubah perlindungan\";'),('abs','messages:vector-anon-user-menu-pages','s:43:\"id:Halaman penyunting yang telah keluar log\";'),('abs','messages:vector-anon-user-menu-pages-label','s:43:\"id:Pelajari lebih lanjut tentang menyunting\";'),('abs','messages:vector-anon-user-menu-pages-learn','s:24:\"id:pelajari lebih lanjut\";'),('abs','messages:vector-article-tools-nav-label','s:11:\"id:Perkakas\";'),('abs','messages:vector-intro-page','s:17:\"id:Help:Pengantar\";'),('abs','messages:vector-jumptocontent','s:16:\"id:Lompat ke isi\";'),('abs','messages:vector-jumptonavigation','s:21:\"id:Loncat ke navigasi\";'),('abs','messages:vector-jumptosearch','s:22:\"id:Loncat ke pencarian\";'),('abs','messages:vector-language-button-aria-label','s:71:\"id:Pergi ke artikel dalam bahasa lain. Terdapat {{PLURAL:$1|$1 bahasa}}\";'),('abs','messages:vector-language-button-label','s:12:\"id:$1 bahasa\";'),('abs','messages:vector-language-redirect-to-top','s:134:\"id:Di {{SITENAME}} ini, pranala bahasa terletak di bagian atas halaman di sebelah judul artikel. [[#p-lang-btn|Pergi ke paling atas]].\";'),('abs','messages:vector-language-variant-switcher-label','s:21:\"id:Ubah varian bahasa\";'),('abs','messages:vector-languages','s:9:\"id:Bahasa\";'),('abs','messages:vector-main-menu-tooltip','s:13:\"id:Menu utama\";'),('abs','messages:vector-more-actions','s:15:\"abs:Laeng-laeng\";'),('abs','messages:vector-no-language-button-aria-label','s:91:\"id:Artikel ini hanya tersedia dalam bahasa ini. Terjemahkan artikelnya ke dalam bahasa lain\";'),('abs','messages:vector-no-language-button-label','s:16:\"id:Tambah bahasa\";'),('abs','messages:vector-opt-out','s:27:\"id:Beralih ke tampilan lama\";'),('abs','messages:vector-opt-out-tooltip','s:86:\"id:Ubah pengaturan Anda untuk kembali ke tampilan lama dari kulit ini (Vektor Warisan)\";'),('abs','messages:vector-search-loader','s:25:\"id:Memuat saran pencarian\";'),('abs','messages:vector-searchsuggest-containing','s:98:\"id:Cari halaman yang berisi <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('abs','messages:vector-site-nav-label','s:8:\"id:Situs\";'),('abs','messages:vector-skin-desc','s:211:\"id:Menyediakan 2 kulit Vector:\n* 2011 - Versi Modern dari MonoBook dengan tampilan segar dan banyak peningkatan kegunaan.\n* 2022 - Vector yang dibangun sebagai bagian dari proyek [[mw:Desktop Improvements]] WMF.\";'),('abs','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('abs','messages:vector-toc-beginning','s:7:\"id:Awal\";'),('abs','messages:vector-toc-collapsible-button-label','s:23:\"id:Gulingkan daftar isi\";'),('abs','messages:vector-toc-heading','s:13:\"id:Daftar isi\";'),('abs','messages:vector-toc-menu-tooltip','s:13:\"id:Daftar Isi\";'),('abs','messages:vector-toc-toggle-button-label','s:25:\"id:Gulingkan subbagian $1\";'),('abs','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('abs','messages:vector-toc-toggle-position-title','s:14:\"id:sembunyikan\";'),('abs','messages:vector-view-create','s:10:\"abs:Biking\";'),('abs','messages:vector-view-edit','s:12:\"abs:Kas ubah\";'),('abs','messages:vector-view-history','s:18:\"abs:Lia versi lama\";'),('abs','messages:vector-view-view','s:8:\"abs:Baca\";'),('abs','messages:vector-view-viewsource','s:15:\"id:Lihat sumber\";'),('abs','messages:vector.css','s:64:\"id:/* CSS yang ada di sini akan diterapkan pada kulit Vektor. */\";'),('abs','messages:vector.js','s:98:\"id:/* Semua JavaScript di sini akan dimuatkan untuk para pengguna yang menggunakan kulit Vector */\";'),('abs','messages:verification-error','s:37:\"id:Berkas ini tidak lulus verifikasi.\";'),('abs','messages:version','s:8:\"id:Versi\";'),('abs','messages:version-antispam','s:18:\"id:Pencegahan spam\";'),('abs','messages:version-api','s:6:\"id:API\";'),('abs','messages:version-credits-not-found','s:56:\"id:Tidak ada detail informasi kredit untuk ekstensi ini.\";'),('abs','messages:version-credits-summary','s:101:\"id:Kami ingin mengakui orang-orang berikut atas kontribusinya terhadap [[Special:Version|MediaWiki]].\";'),('abs','messages:version-credits-title','s:18:\"id:Kredit untuk $1\";'),('abs','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('abs','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('abs','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('abs','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('abs','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('abs','messages:version-editors','s:13:\"id:Penyunting\";'),('abs','messages:version-entrypoints','s:18:\"id:URL titik entri\";'),('abs','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('abs','messages:version-entrypoints-articlepath','s:89:\"id:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Artikel path]\";'),('abs','messages:version-entrypoints-header-entrypoint','s:14:\"id:Titik entri\";'),('abs','messages:version-entrypoints-header-url','s:6:\"id:URL\";'),('abs','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('abs','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('abs','messages:version-entrypoints-scriptpath','s:86:\"id:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Skrip path]\";'),('abs','messages:version-ext-colheader-credits','s:10:\"id:Pembuat\";'),('abs','messages:version-ext-colheader-description','s:12:\"id:Deskripsi\";'),('abs','messages:version-ext-colheader-license','s:10:\"id:Lisensi\";'),('abs','messages:version-ext-colheader-name','s:11:\"id:Ekstensi\";'),('abs','messages:version-ext-colheader-version','s:8:\"id:Versi\";'),('abs','messages:version-ext-license','s:10:\"id:Lisensi\";'),('abs','messages:version-extensions','s:21:\"id:Ekstensi terinstal\";'),('abs','messages:version-hook-name','s:12:\"id:Nama kait\";'),('abs','messages:version-hook-subscribedby','s:18:\"id:Dilanggani oleh\";'),('abs','messages:version-hooks','s:7:\"id:Kait\";'),('abs','messages:version-libraries','s:30:\"id:perpustakaan yang terpasang\";'),('abs','messages:version-libraries-authors','s:10:\"id:Pembuat\";'),('abs','messages:version-libraries-description','s:12:\"id:Deskripsi\";'),('abs','messages:version-libraries-library','s:15:\"id:Perpustakaan\";'),('abs','messages:version-libraries-license','s:10:\"id:Lisensi\";'),('abs','messages:version-libraries-version','s:8:\"id:Versi\";'),('abs','messages:version-license','s:20:\"id:Lisensi MediaWiki\";'),('abs','messages:version-license-info','s:792:\"id:MediaWiki adalah perangkat lunak bebas; Anda diperbolehkan untuk mendistribusikan dan/atau memodfikasinya dengan persyaratan Lisensi Publik Umum GNU yang diterbitkan oleh Free Software Foundation; versi 2 atau terbaru.\n\nMediaWiki didistribusikan dengan harapan dapat digunakan, tetapi <em>TANPA JAMINAN APA PUN</em>; tanpa jaminan <strong>PERDAGANGAN</strong> atau <strong>KECOCOKAN UNTUK TUJUAN TERTENTU</strong>. Lihat Lisensi Publik Umum GNU untuk informasi lebih lanjut.\n\nAnda seharusnya telah menerima [{{SERVER}}{{SCRIPTPATH}}/COPYING salinan Lisensi Publik Umum GNU] bersama dengan program ini; jika tidak, kirim surat ke Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA atau [//www.gnu.org/licenses/old-licenses/gpl-2.0.html baca daring].\";'),('abs','messages:version-license-not-found','s:57:\"id:Tidak ada detail informasi lisensi untuk ekstensi ini.\";'),('abs','messages:version-license-title','s:19:\"id:Lisensi untuk $1\";'),('abs','messages:version-mediahandlers','s:19:\"id:Penanganan media\";'),('abs','messages:version-no-ext-name','s:15:\"id:[tanpa nama]\";'),('abs','messages:version-other','s:12:\"id:Lain-lain\";'),('abs','messages:version-parser-extensiontags','s:22:\"id:Tag ekstensi parser\";'),('abs','messages:version-parser-function-hooks','s:21:\"id:Kait fungsi parser\";'),('abs','messages:version-parserhooks','s:14:\"id:Kait parser\";'),('abs','messages:version-poweredby-credits','s:96:\"id:Wiki ini didukung oleh \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\', hak cipta © 2001-$1 $2.\";'),('abs','messages:version-poweredby-others','s:10:\"id:lainnya\";'),('abs','messages:version-poweredby-translators','s:31:\"id:penerjemah translatewiki.net\";'),('abs','messages:version-poweredby-various','s:19:\"id:Berbagai penulis\";'),('abs','messages:version-skin-colheader-name','s:8:\"id:Kulit\";'),('abs','messages:version-skins','s:22:\"id:Kulit yang diinstal\";'),('abs','messages:version-software','s:28:\"id:Perangkat lunak terinstal\";'),('abs','messages:version-software-product','s:9:\"id:Produk\";'),('abs','messages:version-software-version','s:8:\"id:Versi\";'),('abs','messages:version-specialpages','s:19:\"id:Halaman istimewa\";'),('abs','messages:version-summary','s:3:\"en:\";'),('abs','messages:version-variables','s:11:\"id:Variabel\";'),('abs','messages:version-version','s:7:\"en:($1)\";'),('abs','messages:versionrequired','s:32:\"id:Dibutuhkan MediaWiki versi $1\";'),('abs','messages:versionrequiredtext','s:103:\"id:MediaWiki versi $1 dibutuhkan untuk menggunakan halaman ini. Lihat [[Special:Version|halaman versi]]\";'),('abs','messages:video-dims','s:15:\"id:$1, $2 × $3\";'),('abs','messages:view','s:7:\"abs:Lia\";'),('abs','messages:view-pool-contention','s:18:\"en:pool contention\";'),('abs','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('abs','messages:view-pool-error','s:182:\"abs:Aoe, mohon maaf jua e, server dong sakaran ada sibuk. Talalu banya pangguna yang coba mo balia akang kintal. Tunggu sadiki do sabalong Ale coba akses akang kintal sakali lai.\n\n$1\";'),('abs','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('abs','messages:viewcount','s:64:\"abs:Akang kintal su diakses sabanya {{PLURAL:$1|$1 kali}}.<br />\";'),('abs','messages:viewdeleted','s:12:\"id:Lihat $1?\";'),('abs','messages:viewdeleted_short','s:48:\"id:Lihat {{PLURAL:$1|$1 suntingan}} yang dihapus\";'),('abs','messages:viewdeletedpage','s:25:\"id:Pembatalan penghapusan\";'),('abs','messages:viewhelppage','s:27:\"abs:Lia bantuan pung kintal\";'),('abs','messages:viewinguserrights','s:91:\"id:Melihat kelompok pengguna dari {{GENDER:$1|pengguna}} <strong>[[User:$1|$1]]</strong> $2\";'),('abs','messages:viewpagelogs','s:29:\"abs:Lia akang kintal pung log\";'),('abs','messages:viewpagelogs-lowercase','s:24:\"id:lihat log halaman ini\";'),('abs','messages:viewprevnext','s:43:\"abs:Lia ($1 {{int:pipe-separator}} $2) ($3)\";'),('abs','messages:views','s:12:\"abs:Tampilan\";'),('abs','messages:viewsource','s:19:\"abs:lia sumber data\";'),('abs','messages:viewsource-title','s:21:\"abs:Lia sumber par $1\";'),('abs','messages:viewsourcelink','s:19:\"abs:lia sumber data\";'),('abs','messages:viewsourceold','s:15:\"id:lihat sumber\";'),('abs','messages:viewsourcetext','s:49:\"abs:Ale dapa lia ka salin sumber dar akang kintal\";'),('abs','messages:viewtalkpage','s:34:\"abs:Lia kintal par basumbang suara\";'),('abs','messages:viewyourtext','s:83:\"id:Anda dapat melihat dan menyalin sumber dari \'\'\'suntingan Anda\'\'\' ke halaman ini.\";'),('abs','messages:virus-badscanner','s:62:\"id:Kesalahan konfigurasi: pemindai virus tidak dikenal: \'\'$1\'\'\";'),('abs','messages:virus-scanfailed','s:29:\"id:pemindaian gagal (kode $1)\";'),('abs','messages:virus-unknownscanner','s:27:\"id:antivirus tidak dikenal:\";'),('abs','messages:wantedcategories','s:27:\"id:Kategori yang diinginkan\";'),('abs','messages:wantedcategories-summary','s:3:\"en:\";'),('abs','messages:wantedfiles','s:25:\"id:Berkas yang diinginkan\";'),('abs','messages:wantedfiles-summary','s:3:\"en:\";'),('abs','messages:wantedfiletext-cat','s:253:\"id:Berkas-berkas berikut digunakan tetapi tidak ada. Berkas dari repositori asing mungkin tercantum meskipun ada. Setiap \"false positive\" akan <del>dicoret</del>. Selain itu, halaman yang menggunakan berkas yang tidak ada akan dicantumkan dalam [[:$1]].\";'),('abs','messages:wantedfiletext-cat-noforeign','s:132:\"id:Berkas berikut ini digunakan tetapi tidak ada. Selain itu, halaman yang menanamkan berkas yang tidak ada tercantum dalam [[:$1]].\";'),('abs','messages:wantedfiletext-nocat','s:162:\"id:Berkas-berkas berikut digunakan tetapi tidak ada. Berkas dari repositori asing mungkin tercantum meskipun ada. Setiap \"false positive\" akan <del>dicoret</del>.\";'),('abs','messages:wantedfiletext-nocat-noforeign','s:49:\"id:Berkas berikut ini digunakan tetapi tidak ada.\";'),('abs','messages:wantedpages','s:26:\"id:Halaman yang diinginkan\";'),('abs','messages:wantedpages-badtitle','s:43:\"id:Judul tak valid dalam himpunan hasil: $1\";'),('abs','messages:wantedpages-summary','s:228:\"id:Daftar laman yang tidak ada yang memiliki paling banyak tautan ke mereka, tidak termasuk laman pengalihan. Untuk daftar laman yang memiliki pengalihan ke mereka, lihat [[{{#special:BrokenRedirects}}|daftar pengalihan rusak]].\";'),('abs','messages:wantedtemplates','s:26:\"id:Templat yang diinginkan\";'),('abs','messages:wantedtemplates-summary','s:3:\"en:\";'),('abs','messages:watch','s:10:\"abs:Pantou\";'),('abs','messages:watching','s:14:\"id:Memantau...\";'),('abs','messages:watchlist','s:17:\"abs:Daftar pantou\";'),('abs','messages:watchlist-details','s:104:\"id:Terdapat {{PLURAL:$1|$1 halaman|$1 halaman}} di daftar pantauan Anda, (termasuk halaman pembicaraan).\";'),('abs','messages:watchlist-expires-in-aria-label','s:41:\"id:Entri daftar pantauan akan kedaluwarsa\";'),('abs','messages:watchlist-expiring-days-full-text','s:66:\"id:{{PLURAL:$1|1 hari|$1 hari}} tersisa di daftar pemantauan anda.\";'),('abs','messages:watchlist-expiring-hours-full-text','s:49:\"id:Beberapa jam tersisa pada daftar pantauan anda\";'),('abs','messages:watchlist-expiry-days-left','s:37:\"id:{{PLURAL:$1|$1 hari|$1 hari}} lagi\";'),('abs','messages:watchlist-expiry-hours-left','s:23:\"id:Beberapa jam tersisa\";'),('abs','messages:watchlist-expiry-options','s:87:\"id:Selamanya:infinite,1 minggu:1 week,1 bulan:1 month,3 bulan:3 months,6 bulan:6 months\";'),('abs','messages:watchlist-hide','s:14:\"id:Sembunyikan\";'),('abs','messages:watchlist-options','s:23:\"id:Opsi daftar pantauan\";'),('abs','messages:watchlist-submit','s:12:\"id:Tampilkan\";'),('abs','messages:watchlist-summary','s:3:\"en:\";'),('abs','messages:watchlist-unwatch','s:5:\"en:×\";'),('abs','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('abs','messages:watchlistanontext','s:81:\"id:Silakan masuk log untuk melihat atau mengedit butir dalam daftar pantauan Anda\";'),('abs','messages:watchlistedit-clear-done','s:38:\"id:Daftar pantauan Anda telah dihapus.\";'),('abs','messages:watchlistedit-clear-explain','s:53:\"id:Semua judul akan dihapus dari daftar pantauan Anda\";'),('abs','messages:watchlistedit-clear-jobqueue','s:88:\"id:Daftar pantauan Anda sedang dibersihkan. Tindakan ini mungkin memakan beberapa waktu.\";'),('abs','messages:watchlistedit-clear-legend','s:24:\"id:Hapus daftar pantauan\";'),('abs','messages:watchlistedit-clear-removed','s:54:\"id:{{PLURAL:$1|1 judul telah|$1 judul telah}} dihapus:\";'),('abs','messages:watchlistedit-clear-submit','s:49:\"id:Hapus daftar pantauan (Ini bersifat permanen!)\";'),('abs','messages:watchlistedit-clear-title','s:24:\"id:Hapus daftar pantauan\";'),('abs','messages:watchlistedit-clear-titles','s:9:\"id:Judul:\";'),('abs','messages:watchlistedit-normal-done','s:71:\"id:{{PLURAL:$1|satu|$1}} judul telah dihapus dari daftar pantauan Anda:\";'),('abs','messages:watchlistedit-normal-explain','s:250:\"id:Judul pada daftar pantauan Anda ditampilkan di bawah ini.\nUntuk menghapus judul, berikan tanda cek pada kotak di sampingnya, dan klik \"{{int:Watchlistedit-normal-submit}}\".\nAnda juga dapat [[Special:EditWatchlist/raw|menyunting daftar mentahnya]].\";'),('abs','messages:watchlistedit-normal-legend','s:35:\"id:Hapus judul dari daftar pantauan\";'),('abs','messages:watchlistedit-normal-submit','s:14:\"id:Hapus judul\";'),('abs','messages:watchlistedit-normal-title','s:26:\"id:Sunting daftar pantauan\";'),('abs','messages:watchlistedit-raw-added','s:44:\"id:{{PLURAL:$1|$1 judul telah}} ditambahkan:\";'),('abs','messages:watchlistedit-raw-done','s:41:\"id:Daftar pantauan Anda telah diperbarui.\";'),('abs','messages:watchlistedit-raw-explain','s:300:\"id:Judul pada daftar pantauan Anda ditampilkan di bawah ini, dan dapat disunting dengan menambahkan atau menghapusnya dari daftar;\nsatu judul pada setiap barisnya.\nSetelah selesai, klik \"{{int:Watchlistedit-raw-submit}}\".\nAnda juga dapat [[Special:EditWatchlist|menggunakan penyunting standar Anda]].\";'),('abs','messages:watchlistedit-raw-legend','s:33:\"id:Sunting daftar pantauan mentah\";'),('abs','messages:watchlistedit-raw-removed','s:44:\"id:{{PLURAL:$1|$1 judul telah}} dikeluarkan:\";'),('abs','messages:watchlistedit-raw-submit','s:27:\"id:Perbarui daftar pantauan\";'),('abs','messages:watchlistedit-raw-title','s:33:\"id:Sunting daftar pantauan mentah\";'),('abs','messages:watchlistedit-raw-titles','s:9:\"id:Judul:\";'),('abs','messages:watchlistedit-too-many','s:97:\"id:Daftar pantauan Anda telah diperbaharui. Ada terlalu banyak halaman untuk ditampilkan di sini.\";'),('abs','messages:watchlistfor2','s:11:\"id:Untuk $1\";'),('abs','messages:watchlistnotwatchable','s:31:\"id:Halaman tidak dapat dipantau\";'),('abs','messages:watchlisttools-clear','s:24:\"id:Hapus daftar pantauan\";'),('abs','messages:watchlisttools-edit','s:40:\"id:Tampilkan dan sunting daftar pantauan\";'),('abs','messages:watchlisttools-raw','s:33:\"id:Sunting daftar pantauan mentah\";'),('abs','messages:watchlisttools-view','s:30:\"id:Tampilkan perubahan terkait\";'),('abs','messages:watchnologin','s:18:\"id:Belum masuk log\";'),('abs','messages:watchthis','s:23:\"abs:Pantou akang kintal\";'),('abs','messages:watchthispage','s:21:\"id:Pantau halaman ini\";'),('abs','messages:watchthisupload','s:20:\"id:Pantau berkas ini\";'),('abs','messages:wed','s:7:\"abs:Rab\";'),('abs','messages:wednesday','s:8:\"abs:Rabu\";'),('abs','messages:wednesday-at','s:16:\"id:Rabu pukul $1\";'),('abs','messages:weeks','s:36:\"id:{{PLURAL:$1|$1 minggu|$1 minggu}}\";'),('abs','messages:welcomecreation-msg','s:116:\"id:Akun Anda telah dibuat.\nAnda dapat mengubah [[Special:Preferences|preferensi]] {{SITENAME}} Anda jika diinginkan.\";'),('abs','messages:welcomeuser','s:22:\"id:Selamat datang, $1!\";'),('abs','messages:whatlinkshere','s:16:\"id:Pranala balik\";'),('abs','messages:whatlinkshere-count','s:37:\"id:Menampilkan $1 {{PLURAL:$1|butir}}\";'),('abs','messages:whatlinkshere-hideimages','s:29:\"id:Sembunyikan pranala berkas\";'),('abs','messages:whatlinkshere-hidelinks','s:14:\"abs:$1 pranala\";'),('abs','messages:whatlinkshere-hideredirs','s:17:\"abs:$1 pangalihan\";'),('abs','messages:whatlinkshere-hidetrans','s:17:\"abs:$1 transklusi\";'),('abs','messages:whatlinkshere-links','s:15:\"abs:← pranala\";'),('abs','messages:whatlinkshere-next','s:27:\"abs:{{PLURAL:$1|kamuka $1}}\";'),('abs','messages:whatlinkshere-page','s:10:\"abs:Kintal\";'),('abs','messages:whatlinkshere-prev','s:29:\"abs:{{PLURAL:$1|sabalong $1}}\";'),('abs','messages:whatlinkshere-sectionredir','s:28:\"id:pengalihan ke bagian \"$1\"\";'),('abs','messages:whatlinkshere-submit','s:10:\"id:Tuju ke\";'),('abs','messages:whatlinkshere-summary','s:3:\"en:\";'),('abs','messages:whatlinkshere-title','s:35:\"abs:Kintal yang ada pranala ka \"$1\"\";'),('abs','messages:whitelistedittext','s:48:\"id:Anda harus $1 untuk dapat menyunting halaman.\";'),('abs','messages:widthheight','s:11:\"en:$1 × $2\";'),('abs','messages:widthheightpage','s:45:\"id:$1 × $2, $3 {{PLURAL:$3|halaman|halaman}}\";'),('abs','messages:wikieditor','s:43:\"id:Antarmuka penyuntingan teks wiki canggih\";'),('abs','messages:wikieditor-desc','s:101:\"id:Menyediakan antarmuka penyuntingan teks wiki yang lebih berkembang dan banyak modul penyedia fitur\";'),('abs','messages:wikieditor-loading','s:13:\"id:Pembebanan\";'),('abs','messages:wikieditor-preview-changes-tab','s:12:\"id:Perubahan\";'),('abs','messages:wikieditor-preview-loading','s:16:\"id:Mengunggah...\";'),('abs','messages:wikieditor-preview-preference','s:31:\"id:Aktifkan pratayang bersisian\";'),('abs','messages:wikieditor-preview-tab','s:12:\"id:Pratayang\";'),('abs','messages:wikieditor-publish-button-cancel','s:11:\"id:Batalkan\";'),('abs','messages:wikieditor-publish-button-publish','s:12:\"id:Terbitkan\";'),('abs','messages:wikieditor-publish-dialog-goback','s:10:\"id:Kembali\";'),('abs','messages:wikieditor-publish-dialog-minor','s:18:\"id:Suntingan kecil\";'),('abs','messages:wikieditor-publish-dialog-publish','s:12:\"id:Terbitkan\";'),('abs','messages:wikieditor-publish-dialog-summary','s:74:\"id:Ringkasan suntingan (jelaskan dengan ringkas perubahan yang Anda buat):\";'),('abs','messages:wikieditor-publish-dialog-title','s:15:\"id:Terbitkan ke\";'),('abs','messages:wikieditor-publish-dialog-watch','s:21:\"id:Pantau halaman ini\";'),('abs','messages:wikieditor-publish-preference','s:43:\"id:Aktifkan penerbitan langkah demi langkah\";'),('abs','messages:wikieditor-toolbar','s:26:\"id:Bilah alat penyuntingan\";'),('abs','messages:wikieditor-toolbar-desc','s:63:\"id:Bilah alat penyuntingan dengan kebergunaan yang ditingkatkan\";'),('abs','messages:wikieditor-toolbar-dialogs-preference','s:64:\"id:Aktifkan bantuan untuk menambahkan pranala, tabel dan lainnya\";'),('abs','messages:wikieditor-toolbar-file-caption','s:13:\"id:Keterangan\";'),('abs','messages:wikieditor-toolbar-file-default','s:9:\"id:(baku)\";'),('abs','messages:wikieditor-toolbar-file-float','s:8:\"id:Rata:\";'),('abs','messages:wikieditor-toolbar-file-format','s:10:\"id:Format:\";'),('abs','messages:wikieditor-toolbar-file-format-none','s:12:\"id:tidak ada\";'),('abs','messages:wikieditor-toolbar-file-size','s:10:\"id:Ukuran:\";'),('abs','messages:wikieditor-toolbar-file-target','s:15:\"id:Nama berkas:\";'),('abs','messages:wikieditor-toolbar-group-format','s:9:\"id:Format\";'),('abs','messages:wikieditor-toolbar-group-insert','s:11:\"id:Masukkan\";'),('abs','messages:wikieditor-toolbar-help-content-bold-description','s:8:\"id:Tebal\";'),('abs','messages:wikieditor-toolbar-help-content-bold-result','s:30:\"id:<strong>Teks tebal</strong>\";'),('abs','messages:wikieditor-toolbar-help-content-bold-syntax','s:19:\"id:\'\'\'Teks tebal\'\'\'\";'),('abs','messages:wikieditor-toolbar-help-content-bolditalic-description','s:21:\"id:Tebal &amp; miring\";'),('abs','messages:wikieditor-toolbar-help-content-bolditalic-result','s:52:\"id:<strong><em>Teks tebal &amp; miring</em></strong>\";'),('abs','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:36:\"id:\'\'\'\'\'Teks tebal &amp; miring\'\'\'\'\'\";'),('abs','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('abs','messages:wikieditor-toolbar-help-content-file-description','s:21:\"id:Menyisipkan berkas\";'),('abs','messages:wikieditor-toolbar-help-content-file-syntax','s:26:\"id:[[$1:Contoh.png|$2|$3]]\";'),('abs','messages:wikieditor-toolbar-help-content-heading2-description','s:18:\"id:Judul tingkat 2\";'),('abs','messages:wikieditor-toolbar-help-content-heading2-result','s:22:\"id:<h2>Teks judul</h2>\";'),('abs','messages:wikieditor-toolbar-help-content-heading2-syntax','s:19:\"id:== Teks judul ==\";'),('abs','messages:wikieditor-toolbar-help-content-heading3-description','s:18:\"id:Judul tingkat 3\";'),('abs','messages:wikieditor-toolbar-help-content-heading3-result','s:22:\"id:<h3>Teks judul</h3>\";'),('abs','messages:wikieditor-toolbar-help-content-heading3-syntax','s:21:\"id:=== Teks judul ===\";'),('abs','messages:wikieditor-toolbar-help-content-heading4-description','s:18:\"id:Judul tingkat 4\";'),('abs','messages:wikieditor-toolbar-help-content-heading4-result','s:22:\"id:<h4>Teks judul</h4>\";'),('abs','messages:wikieditor-toolbar-help-content-heading4-syntax','s:23:\"id:==== Teks judul ====\";'),('abs','messages:wikieditor-toolbar-help-content-heading5-description','s:18:\"id:Judul tingkat 5\";'),('abs','messages:wikieditor-toolbar-help-content-heading5-result','s:22:\"id:<h5>Teks judul</h5>\";'),('abs','messages:wikieditor-toolbar-help-content-heading5-syntax','s:25:\"id:===== Teks judul =====\";'),('abs','messages:wikieditor-toolbar-help-content-ilink-description','s:19:\"id:Pranala internal\";'),('abs','messages:wikieditor-toolbar-help-content-ilink-result','s:67:\"id:<a href=\'#\'>Label pranala</a><br /><a href=\'#\'>Judul halaman</a>\";'),('abs','messages:wikieditor-toolbar-help-content-ilink-syntax','s:57:\"id:[[Judul halaman|Judul pranala]]<br />[[Judul halaman]]\";'),('abs','messages:wikieditor-toolbar-help-content-indent-description','s:8:\"id:Inden\";'),('abs','messages:wikieditor-toolbar-help-content-indent-result','s:70:\"id:Teks normal<dl><dd>Teks inden<dl><dd>Teks inden</dd></dl></dd></dl>\";'),('abs','messages:wikieditor-toolbar-help-content-indent-syntax','s:48:\"id:Teks biasa<br />:Teks inden<br />::Teks inden\";'),('abs','messages:wikieditor-toolbar-help-content-italic-description','s:15:\"id:Cetak miring\";'),('abs','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"id:<em>Teks miring</em>\";'),('abs','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"id:\'\'Teks miring\'\'\";'),('abs','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('abs','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('abs','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('abs','messages:wikieditor-toolbar-help-content-olist-description','s:18:\"id:Daftar bernomor\";'),('abs','messages:wikieditor-toolbar-help-content-olist-result','s:50:\"id:<ol><li>Isi daftar</li><li>Isi daftar</li></ol>\";'),('abs','messages:wikieditor-toolbar-help-content-olist-syntax','s:33:\"id:# Isi daftar<br /># Isi daftar\";'),('abs','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"id:Referensi\";'),('abs','messages:wikieditor-toolbar-help-content-reference-result','s:46:\"id:Teks halaman.<sup><a href=\'#\'>[1]</a></sup>\";'),('abs','messages:wikieditor-toolbar-help-content-reference-syntax','s:91:\"id:Teks halaman.&lt;ref&gt;[http://www.contoh.org Teks pranala], teks tambahan.&lt;/ref&gt;\";'),('abs','messages:wikieditor-toolbar-help-content-rereference-description','s:41:\"id:Penggunaan kembali referensi yang sama\";'),('abs','messages:wikieditor-toolbar-help-content-rereference-result','s:46:\"id:Teks halaman.<sup><a href=\'#\'>[2]</a></sup>\";'),('abs','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('abs','messages:wikieditor-toolbar-help-content-showreferences-description','s:24:\"id:Menampilkan referensi\";'),('abs','messages:wikieditor-toolbar-help-content-showreferences-result','s:207:\"id:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.contoh.org\' class=\'external text\' href=\'#\'>Teks pranala</a>, teks tambahan.</li></ol>\";'),('abs','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('abs','messages:wikieditor-toolbar-help-content-signature-description','s:15:\"id:Tanda tangan\";'),('abs','messages:wikieditor-toolbar-help-content-signature-result','s:113:\"id:<a href=\'#\' title=\'{{#special:mypage}}\'>Nama pengguna</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>bicara</a>)\";'),('abs','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('abs','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:28:\"id:Tanda tangan dengan waktu\";'),('abs','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:140:\"id:--<a href=\'#\' title=\'{{#special:mypage}}\'>Nama pengguna</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>bicara</a>) 15:54, 10 Mei 2013 (UTC)\";'),('abs','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('abs','messages:wikieditor-toolbar-help-content-ulist-description','s:17:\"id:Daftar berpoin\";'),('abs','messages:wikieditor-toolbar-help-content-ulist-result','s:50:\"id:<ul><li>Isi daftar</li><li>Isi daftar</li></ul>\";'),('abs','messages:wikieditor-toolbar-help-content-ulist-syntax','s:33:\"id:* Isi daftar<br />* Isi daftar\";'),('abs','messages:wikieditor-toolbar-help-content-xlink-description','s:15:\"id:Pranala luar\";'),('abs','messages:wikieditor-toolbar-help-content-xlink-result','s:162:\"id:<a href=\'#\' class=\'external\'>Label pranala</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.contoh.org</a>\";'),('abs','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"id:[http://www.contoh.org Label pranala]<br />[http://www.contoh.org]<br />http://www.contoh.org\";'),('abs','messages:wikieditor-toolbar-help-heading-description','s:13:\"id:Keterangan\";'),('abs','messages:wikieditor-toolbar-help-heading-result','s:17:\"id:Hasil tampilan\";'),('abs','messages:wikieditor-toolbar-help-heading-syntax','s:21:\"id:Yang Anda ketikkan\";'),('abs','messages:wikieditor-toolbar-help-page-discussion','s:10:\"id:Diskusi\";'),('abs','messages:wikieditor-toolbar-help-page-file','s:9:\"id:Berkas\";'),('abs','messages:wikieditor-toolbar-help-page-format','s:14:\"id:Pemformatan\";'),('abs','messages:wikieditor-toolbar-help-page-heading','s:8:\"id:Judul\";'),('abs','messages:wikieditor-toolbar-help-page-link','s:10:\"id:Pranala\";'),('abs','messages:wikieditor-toolbar-help-page-list','s:9:\"id:Daftar\";'),('abs','messages:wikieditor-toolbar-help-page-reference','s:12:\"id:Referensi\";'),('abs','messages:wikieditor-toolbar-hidesig','s:69:\"id:Sembunyikan tombol tanda tangan dari halaman pada ruang nama utama\";'),('abs','messages:wikieditor-toolbar-loading','s:16:\"id:Mengunggah...\";'),('abs','messages:wikieditor-toolbar-preference','s:59:\"id:Aktifkan bilah alat penyuntingan yang telah ditingkatkan\";'),('abs','messages:wikieditor-toolbar-section-advanced','s:11:\"id:Lanjutan\";'),('abs','messages:wikieditor-toolbar-section-characters','s:19:\"id:Karakter spesial\";'),('abs','messages:wikieditor-toolbar-section-help','s:10:\"id:Bantuan\";'),('abs','messages:wikieditor-toolbar-tool-big','s:8:\"id:Besar\";'),('abs','messages:wikieditor-toolbar-tool-big-example','s:13:\"id:Teks besar\";'),('abs','messages:wikieditor-toolbar-tool-bold','s:8:\"id:Tebal\";'),('abs','messages:wikieditor-toolbar-tool-bold-example','s:13:\"id:Teks tebal\";'),('abs','messages:wikieditor-toolbar-tool-file','s:18:\"id:Sisipkan berkas\";'),('abs','messages:wikieditor-toolbar-tool-file-cancel','s:8:\"id:Batal\";'),('abs','messages:wikieditor-toolbar-tool-file-example','s:13:\"id:Contoh.jpg\";'),('abs','messages:wikieditor-toolbar-tool-file-insert','s:11:\"id:Sisipkan\";'),('abs','messages:wikieditor-toolbar-tool-file-title','s:18:\"id:Sisipkan berkas\";'),('abs','messages:wikieditor-toolbar-tool-gallery','s:16:\"id:Galeri gambar\";'),('abs','messages:wikieditor-toolbar-tool-gallery-example','s:38:\"id:Contoh.jpg|Judul1\nContoh.jpg|Judul2\";'),('abs','messages:wikieditor-toolbar-tool-heading','s:8:\"id:Judul\";'),('abs','messages:wikieditor-toolbar-tool-heading-1','s:12:\"id:Tingkat 1\";'),('abs','messages:wikieditor-toolbar-tool-heading-2','s:12:\"id:Tingkat 2\";'),('abs','messages:wikieditor-toolbar-tool-heading-3','s:12:\"id:Tingkat 3\";'),('abs','messages:wikieditor-toolbar-tool-heading-4','s:12:\"id:Tingkat 4\";'),('abs','messages:wikieditor-toolbar-tool-heading-5','s:12:\"id:Tingkat 5\";'),('abs','messages:wikieditor-toolbar-tool-heading-example','s:13:\"id:Teks judul\";'),('abs','messages:wikieditor-toolbar-tool-ilink','s:19:\"id:Pranala internal\";'),('abs','messages:wikieditor-toolbar-tool-ilink-example','s:16:\"id:Judul pranala\";'),('abs','messages:wikieditor-toolbar-tool-italic','s:9:\"id:Miring\";'),('abs','messages:wikieditor-toolbar-tool-italic-example','s:14:\"id:Teks miring\";'),('abs','messages:wikieditor-toolbar-tool-link','s:10:\"id:Pranala\";'),('abs','messages:wikieditor-toolbar-tool-link-cancel','s:11:\"id:Batalkan\";'),('abs','messages:wikieditor-toolbar-tool-link-empty','s:49:\"id:Anda tidak memasukkan apa pun untuk ditautkan.\";'),('abs','messages:wikieditor-toolbar-tool-link-ext','s:27:\"id:Ke halaman web eksternal\";'),('abs','messages:wikieditor-toolbar-tool-link-ext-target','s:15:\"id:URL pranala:\";'),('abs','messages:wikieditor-toolbar-tool-link-ext-text','s:15:\"id:Teks pranala\";'),('abs','messages:wikieditor-toolbar-tool-link-insert','s:19:\"id:Masukkan pranala\";'),('abs','messages:wikieditor-toolbar-tool-link-int','s:18:\"id:Ke halaman wiki\";'),('abs','messages:wikieditor-toolbar-tool-link-int-invalid','s:37:\"id:Judul yang Anda berikan tidak sah.\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target','s:17:\"id:Judul pranala:\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:20:\"id:Halaman sudah ada\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:15:\"id:Pranala luar\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:18:\"id:Judul tidak sah\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:34:\"id:Memeriksa keberadaan halaman...\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:20:\"id:Halaman tidak ada\";'),('abs','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:34:\"id:Masukkan judul atau URL halaman\";'),('abs','messages:wikieditor-toolbar-tool-link-int-text','s:16:\"id:Teks pranala:\";'),('abs','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:39:\"id:Masukkan teks yang harus ditampilkan\";'),('abs','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:129:\"id:URL yang Anda berikan tampaknya merupakan pranala ke halaman wiki lain.\nApakah Anda ingin membuatnya menjadi pranala internal?\";'),('abs','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:15:\"id:Pranala luar\";'),('abs','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:19:\"id:Pranala internal\";'),('abs','messages:wikieditor-toolbar-tool-link-title','s:19:\"id:Masukkan pranala\";'),('abs','messages:wikieditor-toolbar-tool-newline','s:13:\"id:Baris baru\";'),('abs','messages:wikieditor-toolbar-tool-nowiki','s:29:\"id:Tidak ada pemformatan wiki\";'),('abs','messages:wikieditor-toolbar-tool-nowiki-example','s:49:\"id:Masukkan teks yang tidak akan diformat di sini\";'),('abs','messages:wikieditor-toolbar-tool-olist','s:18:\"id:Daftar bernomor\";'),('abs','messages:wikieditor-toolbar-tool-olist-example','s:12:\"id:Baris isi\";'),('abs','messages:wikieditor-toolbar-tool-redirect','s:13:\"id:Pengalihan\";'),('abs','messages:wikieditor-toolbar-tool-redirect-example','s:22:\"id:Nama halaman tujuan\";'),('abs','messages:wikieditor-toolbar-tool-reference','s:12:\"id:Referensi\";'),('abs','messages:wikieditor-toolbar-tool-reference-cancel','s:11:\"id:Batalkan\";'),('abs','messages:wikieditor-toolbar-tool-reference-example','s:37:\"id:Sisipkan teks catatan kaki di sini\";'),('abs','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"id:Sisipkan\";'),('abs','messages:wikieditor-toolbar-tool-reference-text','s:17:\"id:Teks referensi\";'),('abs','messages:wikieditor-toolbar-tool-reference-title','s:21:\"id:Masukkan referensi\";'),('abs','messages:wikieditor-toolbar-tool-replace','s:20:\"id:Cari dan gantikan\";'),('abs','messages:wikieditor-toolbar-tool-replace-button-findnext','s:18:\"id:Cari berikutnya\";'),('abs','messages:wikieditor-toolbar-tool-replace-button-replace','s:8:\"id:Ganti\";'),('abs','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"id:Ganti semua\";'),('abs','messages:wikieditor-toolbar-tool-replace-case','s:29:\"id:Cocokkan huruf besar/kecil\";'),('abs','messages:wikieditor-toolbar-tool-replace-close','s:8:\"id:Tutup\";'),('abs','messages:wikieditor-toolbar-tool-replace-emptysearch','s:51:\"id:Anda tidak memasukan apa pun untuk di pencarian.\";'),('abs','messages:wikieditor-toolbar-tool-replace-invalidregex','s:49:\"id:Kalimat biasa yang Anda masukkan tidak sah: $1\";'),('abs','messages:wikieditor-toolbar-tool-replace-nomatch','s:41:\"id:Pencarian Anda tidak membuahkan hasil.\";'),('abs','messages:wikieditor-toolbar-tool-replace-regex','s:69:\"id:Perlakukan string pencarian sebagai \'\'regular expression (regex)\'\'\";'),('abs','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"id:Ganti dengan:\";'),('abs','messages:wikieditor-toolbar-tool-replace-search','s:8:\"id:Cari:\";'),('abs','messages:wikieditor-toolbar-tool-replace-success','s:26:\"id:Terjadi $1 penggantian.\";'),('abs','messages:wikieditor-toolbar-tool-replace-title','s:17:\"id:Cari dan ganti\";'),('abs','messages:wikieditor-toolbar-tool-signature','s:25:\"id:Tanda tangan dan waktu\";'),('abs','messages:wikieditor-toolbar-tool-small','s:8:\"id:Kecil\";'),('abs','messages:wikieditor-toolbar-tool-small-example','s:13:\"id:Teks kecil\";'),('abs','messages:wikieditor-toolbar-tool-subscript','s:12:\"id:Subscript\";'),('abs','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"id:Teks subscript\";'),('abs','messages:wikieditor-toolbar-tool-superscript','s:14:\"id:Superscript\";'),('abs','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"id:Teks superscript\";'),('abs','messages:wikieditor-toolbar-tool-table','s:8:\"id:Tabel\";'),('abs','messages:wikieditor-toolbar-tool-table-cancel','s:11:\"id:Batalkan\";'),('abs','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:8:\"id:Kolom\";'),('abs','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"id:Sertakan baris\";'),('abs','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:8:\"id:Baris\";'),('abs','messages:wikieditor-toolbar-tool-table-example','s:11:\"id:Teks sel\";'),('abs','messages:wikieditor-toolbar-tool-table-example-cell-text','s:11:\"id:Teks sel\";'),('abs','messages:wikieditor-toolbar-tool-table-example-header','s:13:\"id:Teks judul\";'),('abs','messages:wikieditor-toolbar-tool-table-example-old','s:164:\"id:	-\n! judul bagian 1\n! judul bagian 2\n! judul bagian 3\n|-\n| baris 1, sel 1\n| baris 1, sel 2\n| baris 1, sel 3\n|-\n| baris 2, sel 1\n| baris 2, sel 2\n| baris 2, sel 3\";'),('abs','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('abs','messages:wikieditor-toolbar-tool-table-insert','s:11:\"id:Masukkan\";'),('abs','messages:wikieditor-toolbar-tool-table-invalidnumber','s:57:\"id:Anda tidak memasukkan jumlah kolom atau baris yang sah\";'),('abs','messages:wikieditor-toolbar-tool-table-preview','s:12:\"id:Pratayang\";'),('abs','messages:wikieditor-toolbar-tool-table-sortable','s:29:\"id:Buat tabel dapat diurutkan\";'),('abs','messages:wikieditor-toolbar-tool-table-title','s:17:\"id:Masukkan tabel\";'),('abs','messages:wikieditor-toolbar-tool-table-toomany','s:70:\"id:Anda tidak dapat membuat tabel dengan jumlah sel yang lebih dari $1\";'),('abs','messages:wikieditor-toolbar-tool-table-wikitable','s:22:\"id:Gaya dengan bingkai\";'),('abs','messages:wikieditor-toolbar-tool-table-zero','s:72:\"id:Anda tidak dapat memasukkan tabel dengan jumlah baris atau kolom nol.\";'),('abs','messages:wikieditor-toolbar-tool-ulist','s:21:\"id:Daftar dengan poin\";'),('abs','messages:wikieditor-toolbar-tool-ulist-example','s:12:\"id:Baris isi\";'),('abs','messages:wikieditor-toolbar-tool-xlink','s:39:\"id:Pranala luar (ingat prefiks http://)\";'),('abs','messages:wikieditor-toolbar-tool-xlink-example','s:38:\"id:http://www.contoh.com judul pranala\";'),('abs','messages:wikieditor-wikitext-tab','s:11:\"id:TeksWiki\";'),('abs','messages:windows-nonascii-filename','s:65:\"id:Wiki ini tidak mendukung nama berkas dengan karakter istimewa.\";'),('abs','messages:withoutinterwiki','s:26:\"id:Halaman tanpa interwiki\";'),('abs','messages:withoutinterwiki-legend','s:10:\"id:Prefiks\";'),('abs','messages:withoutinterwiki-submit','s:12:\"id:Tampilkan\";'),('abs','messages:withoutinterwiki-summary','s:73:\"id:Halaman-halaman berikut tidak memiliki interwiki ke versi bahasa lain.\";'),('abs','messages:wlheader-enotif','s:31:\"id:Notifikasi surel diaktifkan.\";'),('abs','messages:wlheader-showupdated','s:105:\"id:Halaman-halaman yang telah berubah sejak kunjungan terakhir Anda ditampilkan dengan \'\'\'huruf tebal\'\'\'.\";'),('abs','messages:wlnote','s:146:\"id:Di bawah ini adalah {{PLURAL:$1|perubahan|<strong>$1</strong> perubahan}} terakhir dalam {{PLURAL:$2|jam|<strong>$2</strong> jam}}, per $3, $4.\";'),('abs','messages:wlshowhideanons','s:18:\"id:pengguna anonim\";'),('abs','messages:wlshowhidebots','s:6:\"id:bot\";'),('abs','messages:wlshowhidecategorization','s:23:\"id:kategorisasi halaman\";'),('abs','messages:wlshowhideliu','s:21:\"id:pengguna terdaftar\";'),('abs','messages:wlshowhidemine','s:17:\"id:suntingan saya\";'),('abs','messages:wlshowhideminor','s:18:\"id:suntingan kecil\";'),('abs','messages:wlshowhidepatr','s:23:\"id:suntingan terpatroli\";'),('abs','messages:wlshowtime','s:35:\"id:Periode waktu untuk ditampilkan:\";'),('abs','messages:word-separator','s:8:\"id:&#32;\";'),('abs','messages:wrongpassword','s:58:\"id:Kata sandi yang Anda masukkan salah.\nSilakan coba lagi.\";'),('abs','messages:wrongpasswordempty','s:55:\"id:Anda tidak memasukkan kata sandi. Silakan coba lagi.\";'),('abs','messages:xffblockreason','s:163:\"id:Sebuah alamat IP terdapat di kepala X-Forwarded-For, entah milik Anda atau peladen \'\'proxy\'\' yang Anda gunakan, telah diblokir. Alasan pemblokirannya adalah: $1\";'),('abs','messages:xml-error-string','s:43:\"id:$1 pada baris $2, kolom $3 (bita $4): $5\";'),('abs','messages:year','s:30:\"abs:Dar taong (deng sabalong):\";'),('abs','messages:years','s:34:\"id:{{PLURAL:$1|$1 tahun|$1 tahun}}\";'),('abs','messages:yesterday-at','s:19:\"id:Kemarin pukul $1\";'),('abs','messages:youhavenewmessages','s:39:\"id:{{PLURAL:$3|Anda memiliki}} $1 ($2).\";'),('abs','messages:youhavenewmessagesfromusers','s:89:\"id:{{PLURAL:$4|Anda memiliki}} $1 dari {{PLURAL:$3|pengguna lain|$3 pengguna lain}} ($2).\";'),('abs','messages:youhavenewmessagesmanyusers','s:44:\"id:Anda memiliki $1 dari pengguna lain ($2).\";'),('abs','messages:yourdiff','s:12:\"id:Perbedaan\";'),('abs','messages:yourdomainname','s:15:\"id:Domain Anda:\";'),('abs','messages:youremail','s:9:\"id:Surel:\";'),('abs','messages:yourgender','s:36:\"id:Bagaimana Anda ingin digambarkan?\";'),('abs','messages:yourlanguage','s:10:\"id:Bahasa:\";'),('abs','messages:yourname','s:17:\"id:Nama pengguna:\";'),('abs','messages:yournick','s:21:\"id:Tanda tangan baru:\";'),('abs','messages:yourpassword','s:14:\"id:Kata sandi:\";'),('abs','messages:yourpasswordagain','s:26:\"id:Ketik ulang kata sandi:\";'),('abs','messages:yourrealname','s:13:\"id:Nama asli:\";'),('abs','messages:yourtext','s:12:\"id:Teks Anda\";'),('abs','messages:yourvariant','s:21:\"id:Varian bahasa isi:\";'),('abs','messages:zip-bad','s:121:\"id:Berkas adalah berkas ZIP yang rusak atau tidak terbaca.\nBerkas tersebut tidak dapat diperiksa keamanannya dengan baik.\";'),('abs','messages:zip-file-open-error','s:57:\"id:Timbul galat saat membuka berkas untuk pengecekan ZIP.\";'),('abs','messages:zip-unsupported','s:158:\"id:Berkas ini adalah berkas ZIP yang menggunakan fitur ZIP yang tidak didukung oleh MediaWiki. \nBerkas tersebut tidak dapat diperiksa keamanannya dengan baik.\";'),('abs','messages:zip-wrong-format','s:45:\"id:Berkas yang diberikan bukanlah berkas ZIP.\";'),('abs','minimumGroupingDigits','N;'),('abs','namespaceAliases','a:11:{s:18:\"Gambar_Pembicaraan\";i:7;s:21:\"MediaWiki_Pembicaraan\";i:9;s:19:\"Templat_Pembicaraan\";i:11;s:19:\"Bantuan_Pembicaraan\";i:13;s:20:\"Kategori_Pembicaraan\";i:15;s:6:\"Gambar\";i:6;s:18:\"Pembicaraan_Gambar\";i:7;s:6:\"Bicara\";i:1;s:15:\"Bicara_Pengguna\";i:3;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('abs','namespaceGenderAliases','a:0:{}'),('abs','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:8:\"Istimewa\";i:1;s:11:\"Pembicaraan\";i:2;s:8:\"Pengguna\";i:3;s:20:\"Pembicaraan_Pengguna\";i:5;s:14:\"Pembicaraan_$1\";i:6;s:6:\"Berkas\";i:7;s:18:\"Pembicaraan_Berkas\";i:8;s:9:\"MediaWiki\";i:9;s:21:\"Pembicaraan_MediaWiki\";i:10;s:7:\"Templat\";i:11;s:19:\"Pembicaraan_Templat\";i:12;s:7:\"Bantuan\";i:13;s:19:\"Pembicaraan_Bantuan\";i:14;s:8:\"Kategori\";i:15;s:20:\"Pembicaraan_Kategori\";i:0;s:0:\"\";}'),('abs','originalFallbackSequence','a:1:{i:0;s:2:\"id\";}'),('abs','pluralRuleTypes','a:0:{}'),('abs','pluralRules','a:0:{}'),('abs','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:19:\"abs:Project:Tentang\";s:9:\"aboutsite\";s:24:\"abs:Tentang {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:11:\"id:Tindakan\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"id:,&#32;\";s:13:\"currentevents\";s:22:\"abs:Kajadiang sakarang\";s:17:\"currentevents-url\";s:30:\"abs:Project:Kajadiang sakarang\";s:14:\"disclaimerpage\";s:29:\"abs:Project:Panyangkalan umum\";s:11:\"disclaimers\";s:16:\"abs:Panyangkalan\";s:4:\"edit\";s:18:\"abs:Perbaiki Akang\";s:11:\"editsection\";s:12:\"abs:kas ubah\";s:15:\"editsectionhint\";s:23:\"abs:Kas ubah bagian: $1\";s:4:\"help\";s:15:\"abs:Pertolongan\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:15:\"abs:Balumpa ka:\";s:16:\"jumptonavigation\";s:16:\"abs:penentu arah\";s:12:\"jumptosearch\";s:8:\"abs:cari\";s:14:\"lastmodifiedat\";s:55:\"abs:Kintal akang dong ubah terakhir tanggal $1, jam $2.\";s:8:\"mainpage\";s:15:\"abs:Kintal Muka\";s:20:\"mainpage-description\";s:15:\"abs:Kintal muka\";s:14:\"mainpage-nstab\";s:15:\"abs:Kintal muka\";s:10:\"namespaces\";s:14:\"abs:Tampa nama\";s:10:\"navigation\";s:12:\"abs:Navigasi\";s:23:\"nav-login-createaccount\";s:24:\"id:Masuk log / buat akun\";s:10:\"nstab-main\";s:10:\"abs:Kintal\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:26:\"abs:{{PLURAL:$1|Kategori}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"id:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:20:\"abs:Pranala permanen\";s:13:\"personaltools\";s:21:\"abs:Alat-alat sandiri\";s:6:\"portal\";s:19:\"abs:Portal kalompok\";s:10:\"portal-url\";s:27:\"abs:Project:Portal kalompok\";s:16:\"printableversion\";s:16:\"abs:Jenis taceta\";s:7:\"privacy\";s:18:\"abs:Urusan sandiri\";s:11:\"privacypage\";s:29:\"abs:Project:Kebijakan privasi\";s:10:\"randompage\";s:20:\"abs:Halaman sabarang\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:18:\"abs:Perubahan baru\";s:27:\"recentchangeslinked-toolbox\";s:19:\"abs:Parobahan taika\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:17:\"abs:Dapa dar \"$1\"\";s:6:\"search\";s:13:\"abs:Dapa cari\";s:13:\"searcharticle\";s:10:\"abs:Lanjut\";s:12:\"searchbutton\";s:8:\"abs:Cari\";s:20:\"searchsuggest-search\";s:21:\"abs:Cari {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:23:\"abs:Menu kas tentu arah\";s:14:\"site-atom-feed\";s:22:\"abs:Atom pung umpan $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:18:\"abs:Kintal spesial\";s:7:\"tagline\";s:20:\"abs:Dar {{SITENAME}}\";s:4:\"talk\";s:15:\"abs:Pambicaraan\";s:7:\"toolbox\";s:8:\"abs:Alat\";s:15:\"tooltip-ca-edit\";s:18:\"abs:Kas bae kintal\";s:18:\"tooltip-ca-history\";s:41:\"abs:Lia versi terakhir sabalong dapa ubah\";s:21:\"tooltip-ca-nstab-main\";s:23:\"abs:Lia kintal pung isi\";s:15:\"tooltip-ca-talk\";s:28:\"abs:Pambincaraan halaman isi\";s:21:\"tooltip-ca-viewsource\";s:64:\"abs:Kintal akang dapa lindu. Ale cuma dapa lia akang pung sumber\";s:23:\"tooltip-n-currentevents\";s:51:\"abs:Baku dapa deng informasi tentang kajadiang baru\";s:14:\"tooltip-n-help\";s:25:\"abs:Tampa par dapa tolong\";s:30:\"tooltip-n-mainpage-description\";s:25:\"abs:Ronda ka Halaman Muka\";s:16:\"tooltip-n-portal\";s:73:\"abs:Tentang projek, apa yang bole ale perbuat, apa yang bole ale lakukang\";s:20:\"tooltip-n-randompage\";s:37:\"abs:Kas kaluar akang sabarang halaman\";s:23:\"tooltip-n-recentchanges\";s:41:\"abs:Daftar prubahan yang baru dalang wiki\";s:14:\"tooltip-p-logo\";s:25:\"abs:Ronda ka Halaman Muka\";s:16:\"tooltip-pt-login\";s:63:\"abs:Ale sabae nya maso log, la biar akang seng musti diwajibkan\";s:24:\"tooltip-pt-createaccount\";s:83:\"abs:Ale dorang dapa saran par biking akun deng maso log, biar kata akang seng wajib\";s:14:\"tooltip-search\";s:36:\"abs:Sila cari jua dalang wiki ini mo\";s:23:\"tooltip-search-fulltext\";s:52:\"abs:Sila cari halaman yang ada tulisan macang bagini\";s:17:\"tooltip-search-go\";s:58:\"abs:Pi ka kintal deng nama yang parsis bagitu kal tersedia\";s:14:\"tooltip-t-info\";s:39:\"id:Informasi lanjut tentang halaman ini\";s:19:\"tooltip-t-permalink\";s:49:\"abs:Pranala permanen par akang kintal pung revisi\";s:15:\"tooltip-t-print\";s:37:\"abs:Kintal akang dalang versi tacetak\";s:29:\"tooltip-t-recentchangeslinked\";s:72:\"abs:Parobahan akhir-akhir dar kintal yang punya pranala par akang kintal\";s:22:\"tooltip-t-specialpages\";s:35:\"abs:Muatan samua halaman istimewa e\";s:23:\"tooltip-t-whatlinkshere\";s:62:\"abs:Daftar samua wiki yang ada punya pranala par akang halaman\";s:8:\"variants\";s:15:\"abs:Jenis-jenis\";s:16:\"vector-view-edit\";s:12:\"abs:Kas ubah\";s:19:\"vector-view-history\";s:18:\"abs:Lia versi lama\";s:16:\"vector-view-view\";s:8:\"abs:Baca\";s:9:\"viewcount\";s:64:\"abs:Akang kintal su diakses sabanya {{PLURAL:$1|$1 kali}}.<br />\";s:5:\"views\";s:12:\"abs:Tampilan\";s:13:\"whatlinkshere\";s:16:\"id:Pranala balik\";s:14:\"word-separator\";s:8:\"id:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"dmy time\";s:3:\"H.i\";s:8:\"dmy date\";s:5:\"j F Y\";s:8:\"dmy both\";s:9:\"j F Y H.i\";s:8:\"ymd time\";s:3:\"H.i\";s:8:\"ymd date\";s:5:\"Y F j\";s:8:\"ymd both\";s:9:\"Y F j H.i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:8:\"Istimewa\";i:1;s:11:\"Pembicaraan\";i:2;s:8:\"Pengguna\";i:3;s:20:\"Pembicaraan_Pengguna\";i:5;s:14:\"Pembicaraan_$1\";i:6;s:6:\"Berkas\";i:7;s:18:\"Pembicaraan_Berkas\";i:8;s:9:\"MediaWiki\";i:9;s:21:\"Pembicaraan_MediaWiki\";i:10;s:7:\"Templat\";i:11;s:19:\"Pembicaraan_Templat\";i:12;s:7:\"Bantuan\";i:13;s:19:\"Pembicaraan_Bantuan\";i:14;s:8:\"Kategori\";i:15;s:20:\"Pembicaraan_Kategori\";i:0;s:0:\"\";}}'),('abs','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('abs','rtl','b:0;'),('abs','separatorTransformTable','a:2:{s:1:\",\";s:1:\".\";s:1:\".\";s:1:\",\";}'),('abs','specialPageAliases','a:142:{s:11:\"Activeusers\";a:3:{i:0;s:14:\"Pengguna_aktif\";i:1;s:13:\"PenggunaAktif\";i:2;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:3:{i:0;s:12:\"Pesan_sistem\";i:1;s:11:\"PesanSistem\";i:2;s:11:\"AllMessages\";}s:8:\"Allpages\";a:3:{i:0;s:14:\"Daftar_halaman\";i:1;s:13:\"DaftarHalaman\";i:2;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:3:{i:0;s:12:\"Halaman_lama\";i:1;s:11:\"HalamanLama\";i:2;s:12:\"AncientPages\";}s:8:\"Badtitle\";a:2:{i:0;s:16:\"Judul_yang_buruk\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:3:{i:0;s:14:\"Halaman_kosong\";i:1;s:13:\"HalamanKosong\";i:2;s:9:\"BlankPage\";}s:5:\"Block\";a:5:{i:0;s:15:\"Blokir_pengguna\";i:1;s:14:\"BlokirPengguna\";i:2;s:5:\"Block\";i:3;s:7:\"BlockIP\";i:4;s:9:\"BlockUser\";}s:9:\"BlockList\";a:5:{i:0;s:18:\"Daftar_pemblokiran\";i:1;s:17:\"DaftarPemblokiran\";i:2;s:9:\"BlockList\";i:3;s:10:\"ListBlocks\";i:4;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:3:{i:0;s:11:\"Sumber_buku\";i:1;s:10:\"SumberBuku\";i:2;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:3:{i:0;s:16:\"Pengalihan_rusak\";i:1;s:15:\"PengalihanRusak\";i:2;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:4:{i:0;s:15:\"Daftar_kategori\";i:1;s:14:\"DaftarKategori\";i:2;s:8:\"Kategori\";i:3;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:3:{i:0;s:11:\"Ganti_surel\";i:1;s:10:\"GantiSurel\";i:2;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:5:{i:0;s:11:\"Ganti_sandi\";i:1;s:10:\"GantiSandi\";i:2;s:14:\"ChangePassword\";i:3;s:9:\"ResetPass\";i:4;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:3:{i:0;s:18:\"Bandingkan_halaman\";i:1;s:17:\"BandingkanHalaman\";i:2;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:3:{i:0;s:16:\"Konfirmasi_surel\";i:1;s:15:\"KonfirmasiSurel\";i:2;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:5:{i:0;s:19:\"Kontribusi_pengguna\";i:1;s:18:\"KontribusiPengguna\";i:2;s:10:\"Kontribusi\";i:3;s:13:\"Contributions\";i:4;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:3:{i:0;s:9:\"Buat_akun\";i:1;s:8:\"BuatAkun\";i:2;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:3:{i:0;s:13:\"Halaman_buntu\";i:1;s:12:\"HalamanBuntu\";i:2;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:3:{i:0;s:23:\"Kontribusi_yang_dihapus\";i:1;s:17:\"KontribusiDihapus\";i:2;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:3:{i:0;s:16:\"Pengalihan_ganda\";i:1;s:15:\"PengalihanGanda\";i:2;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:2:{i:0;s:23:\"Sunting_daftar_pantauan\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:4:{i:0;s:14:\"Surel_pengguna\";i:1;s:13:\"SurelPengguna\";i:2;s:9:\"EmailUser\";i:3;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:3:{i:0;s:18:\"Kembangkan_templat\";i:1;s:17:\"KembangkanTemplat\";i:2;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:3:{i:0;s:14:\"Ekspor_halaman\";i:1;s:6:\"Ekspor\";i:2;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:3:{i:0;s:20:\"Perubahan_tersedikit\";i:1;s:19:\"PerubahanTersedikit\";i:2;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:3:{i:0;s:25:\"Pencarian_berkas_duplikat\";i:1;s:23:\"PencarianBerkasDuplikat\";i:2;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:4:{i:0;s:13:\"Lokasi_berkas\";i:1;s:12:\"Lokasi_arsip\";i:2;s:11:\"LokasiArsip\";i:3;s:8:\"FilePath\";}s:6:\"Import\";a:3:{i:0;s:13:\"Impor_halaman\";i:1;s:5:\"Impor\";i:2;s:6:\"Import\";}s:15:\"Invalidateemail\";a:3:{i:0;s:23:\"Batalkan_validasi_surel\";i:1;s:21:\"BatalkanValidasiSurel\";i:2;s:15:\"InvalidateEmail\";}s:10:\"LinkSearch\";a:5:{i:0;s:12:\"Pranala_luar\";i:1;s:11:\"PranalaLuar\";i:2;s:17:\"Pencarian_pranala\";i:3;s:16:\"PencarianPranala\";i:4;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:3:{i:0;s:15:\"Daftar_pengurus\";i:1;s:14:\"DaftarPengurus\";i:2;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:3:{i:0;s:10:\"Daftar_bot\";i:1;s:9:\"DaftarBot\";i:2;s:8:\"ListBots\";}s:9:\"Listfiles\";a:5:{i:0;s:13:\"Daftar_berkas\";i:1;s:12:\"DaftarBerkas\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:5:{i:0;s:19:\"Daftar_hak_kelompok\";i:1;s:17:\"DaftarHakKelompok\";i:2;s:9:\"DaftarHak\";i:3;s:15:\"ListGroupRights\";i:4;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:3:{i:0;s:17:\"Daftar_pengalihan\";i:1;s:16:\"DaftarPengalihan\";i:2;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:15:\"Daftar_pengguna\";i:1;s:14:\"DaftarPengguna\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:3:{i:0;s:16:\"Kunci_basis_data\";i:1;s:14:\"KunciBasisData\";i:2;s:6:\"LockDB\";}s:3:\"Log\";a:3:{i:0;s:7:\"Catatan\";i:1;s:3:\"Log\";i:2;s:4:\"Logs\";}s:11:\"Lonelypages\";a:6:{i:0;s:13:\"Halaman_yatim\";i:1;s:19:\"Halaman_tak_bertuan\";i:2;s:12:\"HalamanYatim\";i:3;s:17:\"HalamanTakBertuan\";i:4;s:11:\"LonelyPages\";i:5;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:3:{i:0;s:15:\"Halaman_panjang\";i:1;s:14:\"HalamanPanjang\";i:2;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:3:{i:0;s:20:\"Riwayat_penggabungan\";i:1;s:19:\"RiwayatPenggabungan\";i:2;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:3:{i:0;s:14:\"Pencarian_MIME\";i:1;s:13:\"PencarianMIME\";i:2;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:3:{i:0;s:18:\"Kategori_terbanyak\";i:1;s:17:\"KategoriTerbanyak\";i:2;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:5:{i:0;s:23:\"Berkas_paling_digunakan\";i:1;s:21:\"BerkasPalingDigunakan\";i:2;s:15:\"MostLinkedFiles\";i:3;s:9:\"MostFiles\";i:4;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:3:{i:0;s:19:\"Interwiki_terbanyak\";i:1;s:18:\"InterwikiTerbanyak\";i:2;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:4:{i:0;s:24:\"Halaman_paling_digunakan\";i:1;s:22:\"HalamanPalingDigunakan\";i:2;s:15:\"MostLinkedPages\";i:3;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:25:\"Kategori_paling_digunakan\";i:1;s:23:\"KategoriPalingDigunakan\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:24:\"Templat_paling_digunakan\";i:1;s:22:\"TemplatPalingDigunakan\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:3:{i:0;s:19:\"Perubahan_terbanyak\";i:1;s:18:\"PerubahanTerbanyak\";i:2;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:3:{i:0;s:17:\"Pindahkan_halaman\";i:1;s:16:\"PindahkanHalaman\";i:2;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:4:{i:0;s:15:\"Kontribusi_saya\";i:1;s:14:\"KontribusiSaya\";i:2;s:15:\"MyContributions\";i:3;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:11:\"Bahasa_saya\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:3:{i:0;s:12:\"Halaman_saya\";i:1;s:11:\"HalamanSaya\";i:2;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:16:\"Pembicaraan_saya\";i:1;s:15:\"PembicaraanSaya\";i:2;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:3:{i:0;s:13:\"Unggahan_saya\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:11:\"Berkas_baru\";i:1;s:10:\"BerkasBaru\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:3:{i:0;s:12:\"Halaman_baru\";i:1;s:11:\"HalamanBaru\";i:2;s:8:\"NewPages\";}s:13:\"PasswordReset\";a:3:{i:0;s:11:\"Reset_sandi\";i:1;s:10:\"ResetSandi\";i:2;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:3:{i:0;s:16:\"Pranala_permanen\";i:1;s:13:\"PermanentLink\";i:2;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:10:\"Preferensi\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:3:{i:0;s:13:\"Indeks_awalan\";i:1;s:12:\"IndeksAwalan\";i:2;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:3:{i:0;s:23:\"Halaman_yang_dilindungi\";i:1;s:17:\"HalamanDilindungi\";i:2;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:3:{i:0;s:21:\"Judul_yang_dilindungi\";i:1;s:15:\"JudulDilindungi\";i:2;s:15:\"ProtectedTitles\";}s:16:\"RandomInCategory\";a:3:{i:0;s:21:\"Sembarang_di_kategori\";i:1;s:19:\"SembarangDiKategori\";i:2;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:4:{i:0;s:17:\"Halaman_sembarang\";i:1;s:16:\"HalamanSembarang\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:3:{i:0;s:20:\"Pengalihan_sembarang\";i:1;s:19:\"PengalihanSembarang\";i:2;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:5:{i:0;s:17:\"Perubahan_terbaru\";i:1;s:16:\"PerubahanTerbaru\";i:2;s:2:\"RC\";i:3;s:2:\"PT\";i:4;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:17:\"Perubahan_terkait\";i:1;s:16:\"PerubahanTerkait\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:14:\"Revisiondelete\";a:3:{i:0;s:12:\"Hapus_revisi\";i:1;s:11:\"HapusRevisi\";i:2;s:14:\"RevisionDelete\";}s:6:\"Search\";a:3:{i:0;s:9:\"Pencarian\";i:1;s:4:\"Cari\";i:2;s:6:\"Search\";}s:10:\"Shortpages\";a:3:{i:0;s:14:\"Halaman_pendek\";i:1;s:13:\"HalamanPendek\";i:2;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:3:{i:0;s:16:\"Halaman_istimewa\";i:1;s:15:\"HalamanIstimewa\";i:2;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:9:\"Statistik\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:3:\"Tag\";i:1;s:4:\"Tags\";}s:7:\"Unblock\";a:3:{i:0;s:22:\"Pembatalan_pemblokiran\";i:1;s:21:\"PembatalanPemblokiran\";i:2;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:3:{i:0;s:24:\"Kategori_tak_terkategori\";i:1;s:22:\"KategoriTakTerkategori\";i:2;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:22:\"Berkas_tak_terkategori\";i:1;s:20:\"BerkasTakTerkategori\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:3:{i:0;s:23:\"Halaman_tak_terkategori\";i:1;s:21:\"HalamanTakTerkategori\";i:2;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:3:{i:0;s:23:\"Templat_tak_terkategori\";i:1;s:21:\"TemplatTakTerkategori\";i:2;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:3:{i:0;s:22:\"Pembatalan_penghapusan\";i:1;s:21:\"PembatalanPenghapusan\";i:2;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:3:{i:0;s:21:\"Buka_kunci_basis_data\";i:1;s:18:\"BukaKunciBasisData\";i:2;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:5:{i:0;s:15:\"Kategori_kosong\";i:1;s:14:\"KategoriKosong\";i:2;s:21:\"Kategori_tak_terpakai\";i:3;s:19:\"KategoriTakTerpakai\";i:4;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:6:{i:0;s:19:\"Berkas_tak_terpakai\";i:1;s:17:\"BerkasTakTerpakai\";i:2;s:20:\"Berkas_tak_digunakan\";i:3;s:18:\"BerkasTakDigunakan\";i:4;s:11:\"UnusedFiles\";i:5;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:3:{i:0;s:20:\"Templat_tak_terpakai\";i:1;s:18:\"TemplatTakTerpakai\";i:2;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:3:{i:0;s:21:\"Halaman_tak_terpantau\";i:1;s:19:\"HalamanTakTerpantau\";i:2;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:4:{i:0;s:12:\"Pengunggahan\";i:1;s:8:\"Pemuatan\";i:2;s:6:\"Unggah\";i:3;s:6:\"Upload\";}s:9:\"Userlogin\";a:4:{i:0;s:9:\"Masuk_log\";i:1;s:8:\"MasukLog\";i:2;s:9:\"UserLogin\";i:3;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:10:\"Keluar_log\";i:1;s:9:\"KeluarLog\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:10:\"Userrights\";a:5:{i:0;s:12:\"Hak_pengguna\";i:1;s:11:\"HakPengguna\";i:2;s:10:\"UserRights\";i:3;s:9:\"MakeSysop\";i:4;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:5:\"Versi\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:3:{i:0;s:24:\"Kategori_yang_diinginkan\";i:1;s:18:\"KategoriDiinginkan\";i:2;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:3:{i:0;s:22:\"Berkas_yang_diinginkan\";i:1;s:16:\"BerkasDiinginkan\";i:2;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:23:\"Halaman_yang_diinginkan\";i:1;s:17:\"HalamanDiinginkan\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:3:{i:0;s:23:\"Templat_yang_diinginkan\";i:1;s:17:\"TemplatDiinginkan\";i:2;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:3:{i:0;s:15:\"Daftar_pantauan\";i:1;s:14:\"DaftarPantauan\";i:2;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:3:{i:0;s:13:\"Pranala_balik\";i:1;s:12:\"PranalaBalik\";i:2;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:15:\"Tanpa_interwiki\";i:1;s:14:\"TanpaInterwiki\";i:2;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}}'),('ace','bookstoreList','a:5:{s:6:\"AddALL\";s:56:\"http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN\";s:10:\"Amazon.com\";s:42:\"https://www.amazon.com/exec/obidos/ISBN=$1\";s:14:\"Barnes & Noble\";s:67:\"http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1\";s:22:\"Bhinneka.com bookstore\";s:55:\"http://www.bhinneka.com/Buku/Engine/search.asp?fisbn=$1\";s:32:\"Gramedia Cyberstore (via Google)\";s:159:\"http://www.google.com/search?q=%22ISBN+:+$1%22+%22product_detail%22+site:www.gramediacyberstore.com+OR+site:www.gramediaonline.com+OR+site:www.kompas.com&hl=id\";}'),('ace','compiledPluralRules','a:0:{}'),('ace','dateFormats','a:20:{s:8:\"dmy time\";s:3:\"H.i\";s:8:\"dmy date\";s:5:\"j F Y\";s:8:\"dmy both\";s:9:\"j F Y H.i\";s:8:\"ymd time\";s:3:\"H.i\";s:8:\"ymd date\";s:5:\"Y F j\";s:8:\"ymd both\";s:9:\"Y F j H.i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ace','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ace','datePreferences','a:4:{i:0;s:7:\"default\";i:1;s:3:\"dmy\";i:2;s:3:\"ymd\";i:3;s:8:\"ISO 8601\";}'),('ace','defaultDateFormat','s:3:\"dmy\";'),('ace','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAce.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ace.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492310;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ace.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492330;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/id.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesId.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ace','digitGroupingPattern','s:9:\"#,##0.###\";'),('ace','digitTransformTable','N;'),('ace','fallback','s:2:\"id\";'),('ace','fallback8bitEncoding','s:12:\"windows-1252\";'),('ace','fallbackSequence','a:2:{i:0;s:2:\"id\";i:1;s:2:\"en\";}'),('ace','imageFiles','N;'),('ace','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ace','linkPrefixExtension','b:0;'),('ace','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('ace','list','a:1:{s:8:\"messages\";a:7552:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:22:\"tog-watchlisthideanons\";i:32;s:26:\"tog-watchlisthidepatrolled\";i:33;s:31:\"tog-watchlisthidecategorization\";i:34;s:16:\"tog-ccmeonemails\";i:35;s:12:\"tog-diffonly\";i:36;s:18:\"tog-showhiddencats\";i:37;s:18:\"tog-norollbackdiff\";i:38;s:18:\"tog-useeditwarning\";i:39;s:16:\"tog-prefershttps\";i:40;s:16:\"underline-always\";i:41;s:15:\"underline-never\";i:42;s:17:\"underline-default\";i:43;s:14:\"editfont-style\";i:44;s:18:\"editfont-monospace\";i:45;s:18:\"editfont-sansserif\";i:46;s:14:\"editfont-serif\";i:47;s:6:\"sunday\";i:48;s:6:\"monday\";i:49;s:7:\"tuesday\";i:50;s:9:\"wednesday\";i:51;s:8:\"thursday\";i:52;s:6:\"friday\";i:53;s:8:\"saturday\";i:54;s:3:\"sun\";i:55;s:3:\"mon\";i:56;s:3:\"tue\";i:57;s:3:\"wed\";i:58;s:3:\"thu\";i:59;s:3:\"fri\";i:60;s:3:\"sat\";i:61;s:7:\"january\";i:62;s:8:\"february\";i:63;s:5:\"march\";i:64;s:5:\"april\";i:65;s:8:\"may_long\";i:66;s:4:\"june\";i:67;s:4:\"july\";i:68;s:6:\"august\";i:69;s:9:\"september\";i:70;s:7:\"october\";i:71;s:8:\"november\";i:72;s:8:\"december\";i:73;s:11:\"january-gen\";i:74;s:12:\"february-gen\";i:75;s:9:\"march-gen\";i:76;s:9:\"april-gen\";i:77;s:7:\"may-gen\";i:78;s:8:\"june-gen\";i:79;s:8:\"july-gen\";i:80;s:10:\"august-gen\";i:81;s:13:\"september-gen\";i:82;s:11:\"october-gen\";i:83;s:12:\"november-gen\";i:84;s:12:\"december-gen\";i:85;s:3:\"jan\";i:86;s:3:\"feb\";i:87;s:3:\"mar\";i:88;s:3:\"apr\";i:89;s:3:\"may\";i:90;s:3:\"jun\";i:91;s:3:\"jul\";i:92;s:3:\"aug\";i:93;s:3:\"sep\";i:94;s:3:\"oct\";i:95;s:3:\"nov\";i:96;s:3:\"dec\";i:97;s:9:\"period-am\";i:98;s:9:\"period-pm\";i:99;s:14:\"pagecategories\";i:100;s:15:\"category_header\";i:101;s:13:\"subcategories\";i:102;s:21:\"category-media-header\";i:103;s:14:\"category-empty\";i:104;s:17:\"hidden-categories\";i:105;s:24:\"hidden-category-category\";i:106;s:21:\"category-subcat-count\";i:107;s:29:\"category-subcat-count-limited\";i:108;s:22:\"category-article-count\";i:109;s:30:\"category-article-count-limited\";i:110;s:19:\"category-file-count\";i:111;s:27:\"category-file-count-limited\";i:112;s:14:\"index-category\";i:113;s:16:\"noindex-category\";i:114;s:20:\"broken-file-category\";i:115;s:5:\"about\";i:116;s:7:\"article\";i:117;s:9:\"newwindow\";i:118;s:6:\"cancel\";i:119;s:13:\"moredotdotdot\";i:120;s:13:\"morenotlisted\";i:121;s:6:\"mypage\";i:122;s:6:\"mytalk\";i:123;s:8:\"anontalk\";i:124;s:10:\"navigation\";i:125;s:3:\"and\";i:126;s:3:\"faq\";i:127;s:7:\"actions\";i:128;s:10:\"namespaces\";i:129;s:8:\"variants\";i:130;s:18:\"navigation-heading\";i:131;s:14:\"errorpagetitle\";i:132;s:8:\"returnto\";i:133;s:7:\"tagline\";i:134;s:4:\"help\";i:135;s:14:\"help-mediawiki\";i:136;s:6:\"search\";i:137;s:12:\"searchbutton\";i:138;s:2:\"go\";i:139;s:13:\"searcharticle\";i:140;s:17:\"skin-view-history\";i:141;s:7:\"history\";i:142;s:13:\"history_short\";i:143;s:13:\"history_small\";i:144;s:13:\"updatedmarker\";i:145;s:16:\"printableversion\";i:146;s:9:\"permalink\";i:147;s:5:\"print\";i:148;s:4:\"view\";i:149;s:14:\"skin-view-view\";i:150;s:17:\"skin-view-foreign\";i:151;s:4:\"edit\";i:152;s:14:\"skin-view-edit\";i:153;s:10:\"edit-local\";i:154;s:6:\"create\";i:155;s:16:\"skin-view-create\";i:156;s:12:\"create-local\";i:157;s:6:\"delete\";i:158;s:14:\"undelete_short\";i:159;s:17:\"viewdeleted_short\";i:160;s:7:\"protect\";i:161;s:14:\"protect_change\";i:162;s:21:\"skin-action-unprotect\";i:163;s:9:\"unprotect\";i:164;s:7:\"newpage\";i:165;s:16:\"talkpagelinktext\";i:166;s:11:\"specialpage\";i:167;s:13:\"personaltools\";i:168;s:4:\"talk\";i:169;s:5:\"views\";i:170;s:7:\"toolbox\";i:171;s:8:\"cactions\";i:172;s:9:\"imagepage\";i:173;s:13:\"mediawikipage\";i:174;s:12:\"templatepage\";i:175;s:12:\"viewhelppage\";i:176;s:12:\"categorypage\";i:177;s:12:\"viewtalkpage\";i:178;s:14:\"otherlanguages\";i:179;s:14:\"redirectedfrom\";i:180;s:15:\"redirectpagesub\";i:181;s:10:\"redirectto\";i:182;s:14:\"lastmodifiedat\";i:183;s:9:\"viewcount\";i:184;s:13:\"protectedpage\";i:185;s:6:\"jumpto\";i:186;s:16:\"jumptonavigation\";i:187;s:12:\"jumptosearch\";i:188;s:15:\"view-pool-error\";i:189;s:18:\"generic-pool-error\";i:190;s:12:\"pool-timeout\";i:191;s:14:\"pool-queuefull\";i:192;s:17:\"pool-errorunknown\";i:193;s:9:\"aboutsite\";i:194;s:9:\"aboutpage\";i:195;s:9:\"copyright\";i:196;s:13:\"copyrightpage\";i:197;s:13:\"currentevents\";i:198;s:17:\"currentevents-url\";i:199;s:11:\"disclaimers\";i:200;s:14:\"disclaimerpage\";i:201;s:8:\"edithelp\";i:202;s:20:\"helppage-top-gethelp\";i:203;s:8:\"mainpage\";i:204;s:20:\"mainpage-description\";i:205;s:10:\"policy-url\";i:206;s:6:\"portal\";i:207;s:10:\"portal-url\";i:208;s:7:\"privacy\";i:209;s:11:\"privacypage\";i:210;s:9:\"badaccess\";i:211;s:16:\"badaccess-group0\";i:212;s:16:\"badaccess-groups\";i:213;s:15:\"versionrequired\";i:214;s:19:\"versionrequiredtext\";i:215;s:2:\"ok\";i:216;s:13:\"retrievedfrom\";i:217;s:18:\"youhavenewmessages\";i:218;s:27:\"youhavenewmessagesfromusers\";i:219;s:27:\"youhavenewmessagesmanyusers\";i:220;s:21:\"newmessageslinkplural\";i:221;s:25:\"newmessagesdifflinkplural\";i:222;s:11:\"editsection\";i:223;s:7:\"editold\";i:224;s:13:\"viewsourceold\";i:225;s:8:\"editlink\";i:226;s:14:\"viewsourcelink\";i:227;s:15:\"editsectionhint\";i:228;s:3:\"toc\";i:229;s:7:\"showtoc\";i:230;s:7:\"hidetoc\";i:231;s:20:\"collapsible-collapse\";i:232;s:18:\"collapsible-expand\";i:233;s:19:\"confirmable-confirm\";i:234;s:15:\"confirmable-yes\";i:235;s:14:\"confirmable-no\";i:236;s:13:\"thisisdeleted\";i:237;s:11:\"viewdeleted\";i:238;s:11:\"restorelink\";i:239;s:12:\"feed-invalid\";i:240;s:16:\"feed-unavailable\";i:241;s:13:\"site-rss-feed\";i:242;s:14:\"site-atom-feed\";i:243;s:13:\"page-rss-feed\";i:244;s:14:\"page-atom-feed\";i:245;s:14:\"red-link-title\";i:246;s:15:\"sort-descending\";i:247;s:14:\"sort-ascending\";i:248;s:10:\"nstab-main\";i:249;s:10:\"nstab-user\";i:250;s:11:\"nstab-media\";i:251;s:13:\"nstab-special\";i:252;s:13:\"nstab-project\";i:253;s:11:\"nstab-image\";i:254;s:15:\"nstab-mediawiki\";i:255;s:14:\"nstab-template\";i:256;s:10:\"nstab-help\";i:257;s:14:\"nstab-category\";i:258;s:14:\"mainpage-nstab\";i:259;s:12:\"nosuchaction\";i:260;s:16:\"nosuchactiontext\";i:261;s:17:\"nosuchspecialpage\";i:262;s:17:\"nospecialpagetext\";i:263;s:5:\"error\";i:264;s:13:\"databaseerror\";i:265;s:18:\"databaseerror-text\";i:266;s:20:\"databaseerror-textcl\";i:267;s:19:\"databaseerror-query\";i:268;s:22:\"databaseerror-function\";i:269;s:19:\"databaseerror-error\";i:270;s:17:\"laggedreplicamode\";i:271;s:8:\"readonly\";i:272;s:15:\"enterlockreason\";i:273;s:12:\"readonlytext\";i:274;s:15:\"missing-article\";i:275;s:18:\"missingarticle-rev\";i:276;s:19:\"missingarticle-diff\";i:277;s:12:\"readonly_lag\";i:278;s:13:\"internalerror\";i:279;s:18:\"internalerror_info\";i:280;s:13:\"filecopyerror\";i:281;s:15:\"filerenameerror\";i:282;s:15:\"filedeleteerror\";i:283;s:20:\"directorycreateerror\";i:284;s:12:\"filenotfound\";i:285;s:10:\"unexpected\";i:286;s:9:\"formerror\";i:287;s:15:\"badarticleerror\";i:288;s:12:\"cannotdelete\";i:289;s:18:\"cannotdelete-title\";i:290;s:19:\"delete-hook-aborted\";i:291;s:16:\"no-null-revision\";i:292;s:8:\"badtitle\";i:293;s:12:\"badtitletext\";i:294;s:10:\"perfcached\";i:295;s:12:\"perfcachedts\";i:296;s:20:\"querypage-no-updates\";i:297;s:10:\"viewsource\";i:298;s:22:\"skin-action-viewsource\";i:299;s:16:\"viewsource-title\";i:300;s:15:\"actionthrottled\";i:301;s:19:\"actionthrottledtext\";i:302;s:17:\"protectedpagetext\";i:303;s:14:\"viewsourcetext\";i:304;s:12:\"viewyourtext\";i:305;s:18:\"protectedinterface\";i:306;s:20:\"mycustomcssprotected\";i:307;s:19:\"mycustomjsprotected\";i:308;s:22:\"mypreferencesprotected\";i:309;s:19:\"ns-specialprotected\";i:310;s:14:\"titleprotected\";i:311;s:27:\"invalidtitle-knownnamespace\";i:312;s:17:\"exception-nologin\";i:313;s:22:\"exception-nologin-text\";i:314;s:20:\"virus-unknownscanner\";i:315;s:10:\"logouttext\";i:316;s:21:\"cannotlogoutnow-title\";i:317;s:11:\"welcomeuser\";i:318;s:19:\"welcomecreation-msg\";i:319;s:8:\"yourname\";i:320;s:18:\"userlogin-yourname\";i:321;s:21:\"userlogin-yourname-ph\";i:322;s:30:\"createacct-another-username-ph\";i:323;s:12:\"yourpassword\";i:324;s:22:\"userlogin-yourpassword\";i:325;s:25:\"userlogin-yourpassword-ph\";i:326;s:26:\"createacct-yourpassword-ph\";i:327;s:17:\"yourpasswordagain\";i:328;s:28:\"createacct-yourpasswordagain\";i:329;s:31:\"createacct-yourpasswordagain-ph\";i:330;s:28:\"userlogin-remembermypassword\";i:331;s:24:\"userlogin-signwithsecure\";i:332;s:17:\"cannotlogin-title\";i:333;s:20:\"cannotloginnow-title\";i:334;s:25:\"cannotcreateaccount-title\";i:335;s:14:\"yourdomainname\";i:336;s:25:\"password-change-forbidden\";i:337;s:15:\"externaldberror\";i:338;s:5:\"login\";i:339;s:23:\"nav-login-createaccount\";i:340;s:6:\"logout\";i:341;s:10:\"userlogout\";i:342;s:11:\"notloggedin\";i:343;s:19:\"userlogin-noaccount\";i:344;s:21:\"userlogin-joinproject\";i:345;s:13:\"createaccount\";i:346;s:28:\"userlogin-resetpassword-link\";i:347;s:19:\"userlogin-helplink2\";i:348;s:18:\"userlogin-loggedin\";i:349;s:23:\"userlogin-createanother\";i:350;s:24:\"createacct-emailrequired\";i:351;s:24:\"createacct-emailoptional\";i:352;s:19:\"createacct-email-ph\";i:353;s:27:\"createacct-another-email-ph\";i:354;s:17:\"createaccountmail\";i:355;s:19:\"createacct-realname\";i:356;s:17:\"createacct-reason\";i:357;s:20:\"createacct-reason-ph\";i:358;s:17:\"createacct-submit\";i:359;s:25:\"createacct-another-submit\";i:360;s:26:\"createacct-continue-submit\";i:361;s:26:\"createacct-benefit-heading\";i:362;s:24:\"createacct-benefit-body1\";i:363;s:24:\"createacct-benefit-body2\";i:364;s:24:\"createacct-benefit-body3\";i:365;s:9:\"badretype\";i:366;s:10:\"userexists\";i:367;s:10:\"loginerror\";i:368;s:16:\"createacct-error\";i:369;s:18:\"createaccounterror\";i:370;s:12:\"nocookiesnew\";i:371;s:6:\"noname\";i:372;s:17:\"loginsuccesstitle\";i:373;s:12:\"loginsuccess\";i:374;s:10:\"nosuchuser\";i:375;s:15:\"nosuchusershort\";i:376;s:15:\"nouserspecified\";i:377;s:17:\"login-userblocked\";i:378;s:13:\"wrongpassword\";i:379;s:18:\"wrongpasswordempty\";i:380;s:16:\"passwordtooshort\";i:381;s:19:\"password-name-match\";i:382;s:24:\"password-login-forbidden\";i:383;s:14:\"mailmypassword\";i:384;s:21:\"passwordremindertitle\";i:385;s:20:\"passwordremindertext\";i:386;s:7:\"noemail\";i:387;s:13:\"noemailcreate\";i:388;s:12:\"passwordsent\";i:389;s:12:\"eauthentsent\";i:390;s:17:\"cannotchangeemail\";i:391;s:13:\"emaildisabled\";i:392;s:14:\"accountcreated\";i:393;s:18:\"accountcreatedtext\";i:394;s:19:\"createaccount-title\";i:395;s:15:\"login-throttled\";i:396;s:19:\"login-abort-generic\";i:397;s:18:\"loginlanguagelabel\";i:398;s:31:\"createacct-another-realname-tip\";i:399;s:8:\"pt-login\";i:400;s:15:\"pt-login-button\";i:401;s:16:\"pt-createaccount\";i:402;s:13:\"pt-userlogout\";i:403;s:22:\"php-mail-error-unknown\";i:404;s:17:\"user-mail-no-addy\";i:405;s:17:\"user-mail-no-body\";i:406;s:14:\"changepassword\";i:407;s:18:\"resetpass_announce\";i:408;s:16:\"resetpass_header\";i:409;s:11:\"oldpassword\";i:410;s:11:\"newpassword\";i:411;s:9:\"retypenew\";i:412;s:16:\"resetpass_submit\";i:413;s:22:\"changepassword-success\";i:414;s:25:\"botpasswords-label-create\";i:415;s:25:\"botpasswords-label-update\";i:416;s:25:\"botpasswords-label-cancel\";i:417;s:25:\"botpasswords-label-delete\";i:418;s:32:\"botpasswords-label-resetpassword\";i:419;s:19:\"resetpass_forbidden\";i:420;s:26:\"resetpass_forbidden-reason\";i:421;s:17:\"resetpass-no-info\";i:422;s:25:\"resetpass-submit-loggedin\";i:423;s:23:\"resetpass-submit-cancel\";i:424;s:23:\"resetpass-wrong-oldpass\";i:425;s:23:\"resetpass-temp-password\";i:426;s:23:\"resetpass-abort-generic\";i:427;s:23:\"resetpass-validity-soft\";i:428;s:13:\"passwordreset\";i:429;s:22:\"passwordreset-text-one\";i:430;s:23:\"passwordreset-text-many\";i:431;s:22:\"passwordreset-disabled\";i:432;s:27:\"passwordreset-emaildisabled\";i:433;s:22:\"passwordreset-username\";i:434;s:20:\"passwordreset-domain\";i:435;s:19:\"passwordreset-email\";i:436;s:24:\"passwordreset-emailtitle\";i:437;s:26:\"passwordreset-emailelement\";i:438;s:11:\"changeemail\";i:439;s:18:\"changeemail-header\";i:440;s:19:\"changeemail-no-info\";i:441;s:20:\"changeemail-oldemail\";i:442;s:20:\"changeemail-newemail\";i:443;s:16:\"changeemail-none\";i:444;s:20:\"changeemail-password\";i:445;s:18:\"changeemail-submit\";i:446;s:7:\"summary\";i:447;s:7:\"subject\";i:448;s:9:\"minoredit\";i:449;s:9:\"watchthis\";i:450;s:11:\"savearticle\";i:451;s:11:\"savechanges\";i:452;s:11:\"publishpage\";i:453;s:14:\"publishchanges\";i:454;s:17:\"savechanges-start\";i:455;s:17:\"publishpage-start\";i:456;s:20:\"publishchanges-start\";i:457;s:7:\"preview\";i:458;s:11:\"showpreview\";i:459;s:8:\"showdiff\";i:460;s:15:\"anoneditwarning\";i:461;s:18:\"missingcommenttext\";i:462;s:15:\"summary-preview\";i:463;s:12:\"blockedtitle\";i:464;s:11:\"blockedtext\";i:465;s:15:\"autoblockedtext\";i:466;s:15:\"blockednoreason\";i:467;s:17:\"whitelistedittext\";i:468;s:18:\"nosuchsectiontitle\";i:469;s:13:\"loginreqtitle\";i:470;s:12:\"loginreqlink\";i:471;s:16:\"loginreqpagetext\";i:472;s:12:\"accmailtitle\";i:473;s:10:\"newarticle\";i:474;s:14:\"newarticletext\";i:475;s:16:\"anontalkpagetext\";i:476;s:13:\"noarticletext\";i:477;s:26:\"noarticletext-nopermission\";i:478;s:30:\"userpage-userdoesnotexist-view\";i:479;s:14:\"clearyourcache\";i:480;s:7:\"updated\";i:481;s:4:\"note\";i:482;s:11:\"previewnote\";i:483;s:16:\"continue-editing\";i:484;s:7:\"editing\";i:485;s:8:\"creating\";i:486;s:14:\"editingsection\";i:487;s:14:\"editingcomment\";i:488;s:12:\"editconflict\";i:489;s:8:\"yourtext\";i:490;s:13:\"storedversion\";i:491;s:8:\"yourdiff\";i:492;s:16:\"copyrightwarning\";i:493;s:13:\"templatesused\";i:494;s:20:\"templatesusedpreview\";i:495;s:20:\"templatesusedsection\";i:496;s:18:\"template-protected\";i:497;s:22:\"template-semiprotected\";i:498;s:16:\"hiddencategories\";i:499;s:12:\"nocreatetext\";i:500;s:17:\"nocreate-loggedin\";i:501;s:29:\"sectioneditnotsupported-title\";i:502;s:28:\"sectioneditnotsupported-text\";i:503;s:17:\"permissionserrors\";i:504;s:21:\"permissionserrorstext\";i:505;s:32:\"permissionserrorstext-withaction\";i:506;s:26:\"recreate-moveddeleted-warn\";i:507;s:19:\"moveddeleted-notice\";i:508;s:11:\"log-fulllog\";i:509;s:17:\"edit-hook-aborted\";i:510;s:17:\"edit-gone-missing\";i:511;s:13:\"edit-conflict\";i:512;s:27:\"postedit-confirmation-saved\";i:513;s:19:\"edit-already-exists\";i:514;s:18:\"defaultmessagetext\";i:515;s:22:\"content-model-wikitext\";i:516;s:38:\"post-expand-template-inclusion-warning\";i:517;s:39:\"post-expand-template-inclusion-category\";i:518;s:37:\"post-expand-template-argument-warning\";i:519;s:38:\"post-expand-template-argument-category\";i:520;s:12:\"viewpagelogs\";i:521;s:9:\"nohistory\";i:522;s:10:\"currentrev\";i:523;s:15:\"currentrev-asof\";i:524;s:12:\"revisionasof\";i:525;s:13:\"revision-info\";i:526;s:16:\"previousrevision\";i:527;s:12:\"nextrevision\";i:528;s:19:\"currentrevisionlink\";i:529;s:3:\"cur\";i:530;s:4:\"next\";i:531;s:4:\"last\";i:532;s:10:\"page_first\";i:533;s:9:\"page_last\";i:534;s:10:\"histlegend\";i:535;s:22:\"history-fieldset-title\";i:536;s:20:\"history-show-deleted\";i:537;s:9:\"histfirst\";i:538;s:8:\"histlast\";i:539;s:11:\"historysize\";i:540;s:12:\"historyempty\";i:541;s:18:\"history-feed-title\";i:542;s:24:\"history-feed-description\";i:543;s:27:\"history-feed-item-nocomment\";i:544;s:19:\"rev-deleted-comment\";i:545;s:16:\"rev-deleted-user\";i:546;s:25:\"rev-deleted-user-contribs\";i:547;s:12:\"rev-delundel\";i:548;s:15:\"rev-showdeleted\";i:549;s:26:\"revdelete-show-file-submit\";i:550;s:20:\"revdelete-hide-image\";i:551;s:22:\"revdelete-hide-comment\";i:552;s:20:\"revdelete-radio-same\";i:553;s:19:\"revdelete-radio-set\";i:554;s:21:\"revdelete-radio-unset\";i:555;s:13:\"revdelete-log\";i:556;s:14:\"revdel-restore\";i:557;s:8:\"pagehist\";i:558;s:11:\"deletedhist\";i:559;s:17:\"mergehistory-from\";i:560;s:17:\"mergehistory-into\";i:561;s:27:\"mergehistory-invalid-source\";i:562;s:19:\"mergehistory-reason\";i:563;s:8:\"mergelog\";i:564;s:11:\"revertmerge\";i:565;s:13:\"history-title\";i:566;s:16:\"difference-title\";i:567;s:6:\"lineno\";i:568;s:23:\"compareselectedversions\";i:569;s:8:\"editundo\";i:570;s:10:\"diff-empty\";i:571;s:19:\"diff-multi-sameuser\";i:572;s:13:\"searchresults\";i:573;s:19:\"searchresults-title\";i:574;s:13:\"notextmatches\";i:575;s:5:\"prevn\";i:576;s:5:\"nextn\";i:577;s:11:\"prevn-title\";i:578;s:11:\"nextn-title\";i:579;s:11:\"shown-title\";i:580;s:12:\"viewprevnext\";i:581;s:17:\"searchmenu-exists\";i:582;s:14:\"searchmenu-new\";i:583;s:22:\"searchprofile-articles\";i:584;s:20:\"searchprofile-images\";i:585;s:24:\"searchprofile-everything\";i:586;s:22:\"searchprofile-advanced\";i:587;s:30:\"searchprofile-articles-tooltip\";i:588;s:28:\"searchprofile-images-tooltip\";i:589;s:32:\"searchprofile-everything-tooltip\";i:590;s:30:\"searchprofile-advanced-tooltip\";i:591;s:18:\"search-result-size\";i:592;s:27:\"search-result-category-size\";i:593;s:15:\"search-redirect\";i:594;s:14:\"search-section\";i:595;s:17:\"search-file-match\";i:596;s:14:\"search-suggest\";i:597;s:21:\"search-interwiki-more\";i:598;s:13:\"searchrelated\";i:599;s:9:\"searchall\";i:600;s:21:\"search-showingresults\";i:601;s:16:\"search-nonefound\";i:602;s:18:\"powersearch-legend\";i:603;s:14:\"powersearch-ns\";i:604;s:21:\"powersearch-toggleall\";i:605;s:22:\"powersearch-togglenone\";i:606;s:11:\"preferences\";i:607;s:13:\"mypreferences\";i:608;s:11:\"prefs-edits\";i:609;s:17:\"prefsnologintext2\";i:610;s:10:\"prefs-skin\";i:611;s:12:\"skin-preview\";i:612;s:11:\"datedefault\";i:613;s:16:\"prefs-user-pages\";i:614;s:14:\"prefs-personal\";i:615;s:8:\"prefs-rc\";i:616;s:15:\"prefs-watchlist\";i:617;s:20:\"prefs-watchlist-days\";i:618;s:24:\"prefs-watchlist-days-max\";i:619;s:10:\"prefs-misc\";i:620;s:15:\"prefs-resetpass\";i:621;s:17:\"prefs-changeemail\";i:622;s:14:\"prefs-setemail\";i:623;s:11:\"prefs-email\";i:624;s:15:\"prefs-rendering\";i:625;s:9:\"saveprefs\";i:626;s:13:\"prefs-editing\";i:627;s:17:\"searchresultshead\";i:628;s:17:\"timezoneuseoffset\";i:629;s:22:\"timezoneregion-america\";i:630;s:25:\"timezoneregion-antarctica\";i:631;s:23:\"timezoneregion-atlantic\";i:632;s:21:\"timezoneregion-europe\";i:633;s:21:\"timezoneregion-indian\";i:634;s:22:\"timezoneregion-pacific\";i:635;s:10:\"allowemail\";i:636;s:19:\"prefs-searchoptions\";i:637;s:16:\"prefs-namespaces\";i:638;s:7:\"default\";i:639;s:11:\"prefs-files\";i:640;s:9:\"youremail\";i:641;s:18:\"prefs-registration\";i:642;s:12:\"yourrealname\";i:643;s:12:\"yourlanguage\";i:644;s:8:\"yournick\";i:645;s:20:\"prefs-help-signature\";i:646;s:12:\"badsiglength\";i:647;s:14:\"gender-unknown\";i:648;s:11:\"gender-male\";i:649;s:13:\"gender-female\";i:650;s:5:\"email\";i:651;s:19:\"prefs-help-realname\";i:652;s:16:\"prefs-help-email\";i:653;s:23:\"prefs-help-email-others\";i:654;s:25:\"prefs-help-email-required\";i:655;s:15:\"prefs-signature\";i:656;s:16:\"prefs-dateformat\";i:657;s:16:\"prefs-timeoffset\";i:658;s:21:\"prefs-advancedediting\";i:659;s:12:\"prefs-editor\";i:660;s:13:\"prefs-preview\";i:661;s:11:\"prefs-diffs\";i:662;s:23:\"prefs-help-prefershttps\";i:663;s:24:\"userrights-user-editname\";i:664;s:13:\"editusergroup\";i:665;s:11:\"editinguser\";i:666;s:24:\"userrights-editusergroup\";i:667;s:14:\"saveusergroups\";i:668;s:23:\"userrights-groupsmember\";i:669;s:17:\"userrights-reason\";i:670;s:23:\"userrights-no-interwiki\";i:671;s:25:\"userrights-changeable-col\";i:672;s:27:\"userrights-unchangeable-col\";i:673;s:25:\"userrights-expiry-options\";i:674;s:5:\"group\";i:675;s:10:\"group-user\";i:676;s:19:\"group-autoconfirmed\";i:677;s:9:\"group-bot\";i:678;s:11:\"group-sysop\";i:679;s:16:\"group-bureaucrat\";i:680;s:14:\"group-suppress\";i:681;s:9:\"group-all\";i:682;s:17:\"group-user-member\";i:683;s:26:\"group-autoconfirmed-member\";i:684;s:16:\"group-bot-member\";i:685;s:18:\"group-sysop-member\";i:686;s:23:\"group-bureaucrat-member\";i:687;s:21:\"group-suppress-member\";i:688;s:14:\"grouppage-user\";i:689;s:23:\"grouppage-autoconfirmed\";i:690;s:13:\"grouppage-bot\";i:691;s:15:\"grouppage-sysop\";i:692;s:20:\"grouppage-bureaucrat\";i:693;s:18:\"grouppage-suppress\";i:694;s:10:\"right-read\";i:695;s:10:\"right-edit\";i:696;s:16:\"right-createpage\";i:697;s:16:\"right-createtalk\";i:698;s:19:\"right-createaccount\";i:699;s:15:\"right-minoredit\";i:700;s:10:\"right-move\";i:701;s:19:\"right-move-subpages\";i:702;s:24:\"right-move-rootuserpages\";i:703;s:14:\"right-movefile\";i:704;s:12:\"right-upload\";i:705;s:19:\"right-upload_by_url\";i:706;s:14:\"right-writeapi\";i:707;s:12:\"right-delete\";i:708;s:15:\"right-bigdelete\";i:709;s:19:\"right-browsearchive\";i:710;s:17:\"grant-group-email\";i:711;s:24:\"grant-createeditmovepage\";i:712;s:15:\"grant-sendemail\";i:713;s:14:\"newuserlogpage\";i:714;s:9:\"rightslog\";i:715;s:11:\"action-read\";i:716;s:22:\"skin-action-addsection\";i:717;s:11:\"action-edit\";i:718;s:17:\"action-createpage\";i:719;s:20:\"action-createaccount\";i:720;s:11:\"action-move\";i:721;s:13:\"action-delete\";i:722;s:15:\"action-undelete\";i:723;s:14:\"action-protect\";i:724;s:16:\"action-sendemail\";i:725;s:8:\"nchanges\";i:726;s:27:\"enhancedrc-since-last-visit\";i:727;s:18:\"enhancedrc-history\";i:728;s:13:\"recentchanges\";i:729;s:20:\"recentchanges-legend\";i:730;s:21:\"recentchanges-summary\";i:731;s:22:\"recentchanges-noresult\";i:732;s:30:\"recentchanges-feed-description\";i:733;s:27:\"recentchanges-label-newpage\";i:734;s:25:\"recentchanges-label-minor\";i:735;s:23:\"recentchanges-label-bot\";i:736;s:31:\"recentchanges-label-unpatrolled\";i:737;s:29:\"recentchanges-label-plusminus\";i:738;s:28:\"recentchanges-legend-heading\";i:739;s:28:\"recentchanges-legend-newpage\";i:740;s:24:\"rcfilters-legend-heading\";i:741;s:28:\"rcfilters-other-review-tools\";i:742;s:31:\"rcfilters-group-results-by-page\";i:743;s:23:\"rcfilters-activefilters\";i:744;s:28:\"rcfilters-activefilters-hide\";i:745;s:36:\"rcfilters-activefilters-hide-tooltip\";i:746;s:21:\"rcfilters-limit-title\";i:747;s:30:\"rcfilters-limit-and-date-label\";i:748;s:26:\"rcfilters-date-popup-title\";i:749;s:20:\"rcfilters-days-title\";i:750;s:21:\"rcfilters-hours-title\";i:751;s:24:\"rcfilters-days-show-days\";i:752;s:22:\"rcfilters-quickfilters\";i:753;s:35:\"rcfilters-savedqueries-defaultlabel\";i:754;s:26:\"rcfilters-show-new-changes\";i:755;s:28:\"rcfilters-search-placeholder\";i:756;s:34:\"rcfilters-filter-editsbyself-label\";i:757;s:35:\"rcfilters-filter-editsbyother-label\";i:758;s:29:\"rcfilters-filter-humans-label\";i:759;s:32:\"rcfilters-filter-pageedits-label\";i:760;s:31:\"rcfilters-filter-newpages-label\";i:761;s:33:\"rcfilters-filter-logactions-label\";i:762;s:28:\"rcfilters-liveupdates-button\";i:763;s:10:\"rcnotefrom\";i:764;s:10:\"rclistfrom\";i:765;s:15:\"rcshowhideminor\";i:766;s:20:\"rcshowhideminor-show\";i:767;s:20:\"rcshowhideminor-hide\";i:768;s:14:\"rcshowhidebots\";i:769;s:19:\"rcshowhidebots-show\";i:770;s:19:\"rcshowhidebots-hide\";i:771;s:13:\"rcshowhideliu\";i:772;s:18:\"rcshowhideliu-show\";i:773;s:18:\"rcshowhideliu-hide\";i:774;s:15:\"rcshowhideanons\";i:775;s:20:\"rcshowhideanons-show\";i:776;s:20:\"rcshowhideanons-hide\";i:777;s:14:\"rcshowhidepatr\";i:778;s:19:\"rcshowhidepatr-hide\";i:779;s:14:\"rcshowhidemine\";i:780;s:19:\"rcshowhidemine-show\";i:781;s:19:\"rcshowhidemine-hide\";i:782;s:29:\"rcshowhidecategorization-hide\";i:783;s:7:\"rclinks\";i:784;s:4:\"diff\";i:785;s:4:\"hist\";i:786;s:4:\"hide\";i:787;s:4:\"show\";i:788;s:15:\"minoreditletter\";i:789;s:13:\"newpageletter\";i:790;s:13:\"boteditletter\";i:791;s:18:\"rc-change-size-new\";i:792;s:17:\"newsectionsummary\";i:793;s:12:\"rc-old-title\";i:794;s:19:\"recentchangeslinked\";i:795;s:24:\"recentchangeslinked-feed\";i:796;s:27:\"recentchangeslinked-toolbox\";i:797;s:25:\"recentchangeslinked-title\";i:798;s:27:\"recentchangeslinked-summary\";i:799;s:24:\"recentchangeslinked-page\";i:800;s:22:\"recentchangeslinked-to\";i:801;s:6:\"upload\";i:802;s:9:\"uploadbtn\";i:803;s:12:\"reuploaddesc\";i:804;s:13:\"uploadnologin\";i:805;s:17:\"uploadnologintext\";i:806;s:13:\"uploadlogpage\";i:807;s:17:\"uploadlogpagetext\";i:808;s:8:\"filename\";i:809;s:8:\"filedesc\";i:810;s:17:\"fileuploadsummary\";i:811;s:10:\"filesource\";i:812;s:10:\"minlength1\";i:813;s:15:\"illegalfilename\";i:814;s:16:\"filename-toolong\";i:815;s:11:\"badfilename\";i:816;s:10:\"empty-file\";i:817;s:14:\"file-too-large\";i:818;s:17:\"filename-tooshort\";i:819;s:15:\"filetype-banned\";i:820;s:16:\"illegal-filename\";i:821;s:8:\"savefile\";i:822;s:13:\"upload-source\";i:823;s:14:\"sourcefilename\";i:824;s:9:\"sourceurl\";i:825;s:18:\"upload-maxfilesize\";i:826;s:18:\"upload-description\";i:827;s:15:\"watchthisupload\";i:828;s:15:\"img-auth-nofile\";i:829;s:7:\"license\";i:830;s:14:\"license-header\";i:831;s:7:\"imgfile\";i:832;s:9:\"listfiles\";i:833;s:15:\"listfiles_thumb\";i:834;s:14:\"listfiles_date\";i:835;s:14:\"listfiles_name\";i:836;s:14:\"listfiles_user\";i:837;s:14:\"listfiles_size\";i:838;s:21:\"listfiles_description\";i:839;s:15:\"listfiles_count\";i:840;s:18:\"listfiles-show-all\";i:841;s:23:\"listfiles-latestversion\";i:842;s:27:\"listfiles-latestversion-yes\";i:843;s:26:\"listfiles-latestversion-no\";i:844;s:16:\"file-anchor-link\";i:845;s:8:\"filehist\";i:846;s:13:\"filehist-help\";i:847;s:18:\"filehist-deleteall\";i:848;s:18:\"filehist-deleteone\";i:849;s:15:\"filehist-revert\";i:850;s:16:\"filehist-current\";i:851;s:17:\"filehist-datetime\";i:852;s:14:\"filehist-thumb\";i:853;s:18:\"filehist-thumbtext\";i:854;s:16:\"filehist-nothumb\";i:855;s:13:\"filehist-user\";i:856;s:19:\"filehist-dimensions\";i:857;s:17:\"filehist-filesize\";i:858;s:16:\"filehist-comment\";i:859;s:10:\"imagelinks\";i:860;s:12:\"linkstoimage\";i:861;s:14:\"nolinkstoimage\";i:862;s:21:\"linkstoimage-redirect\";i:863;s:12:\"sharedupload\";i:864;s:22:\"sharedupload-desc-here\";i:865;s:15:\"filepage-nofile\";i:866;s:25:\"uploadnewversion-linktext\";i:867;s:22:\"upload-disallowed-here\";i:868;s:18:\"filerevert-comment\";i:869;s:18:\"filedelete-comment\";i:870;s:22:\"filedelete-otherreason\";i:871;s:10:\"mimesearch\";i:872;s:13:\"listredirects\";i:873;s:15:\"unusedtemplates\";i:874;s:10:\"randompage\";i:875;s:14:\"randomredirect\";i:876;s:10:\"statistics\";i:877;s:15:\"doubleredirects\";i:878;s:21:\"double-redirect-fixer\";i:879;s:15:\"brokenredirects\";i:880;s:16:\"withoutinterwiki\";i:881;s:15:\"fewestrevisions\";i:882;s:6:\"nbytes\";i:883;s:6:\"nlinks\";i:884;s:8:\"nmembers\";i:885;s:11:\"lonelypages\";i:886;s:18:\"uncategorizedpages\";i:887;s:23:\"uncategorizedcategories\";i:888;s:19:\"uncategorizedimages\";i:889;s:22:\"uncategorizedtemplates\";i:890;s:16:\"unusedcategories\";i:891;s:12:\"unusedimages\";i:892;s:16:\"wantedcategories\";i:893;s:11:\"wantedpages\";i:894;s:20:\"wantedpages-badtitle\";i:895;s:11:\"wantedfiles\";i:896;s:10:\"mostlinked\";i:897;s:20:\"mostlinkedcategories\";i:898;s:19:\"mostlinkedtemplates\";i:899;s:14:\"mostcategories\";i:900;s:10:\"mostimages\";i:901;s:13:\"mostrevisions\";i:902;s:11:\"prefixindex\";i:903;s:10:\"shortpages\";i:904;s:9:\"longpages\";i:905;s:12:\"deadendpages\";i:906;s:14:\"protectedpages\";i:907;s:25:\"protectedpages-noredirect\";i:908;s:21:\"protectedpages-reason\";i:909;s:9:\"listusers\";i:910;s:11:\"usercreated\";i:911;s:8:\"newpages\";i:912;s:17:\"newpages-username\";i:913;s:12:\"ancientpages\";i:914;s:4:\"move\";i:915;s:12:\"movethispage\";i:916;s:13:\"pager-newer-n\";i:917;s:13:\"pager-older-n\";i:918;s:11:\"booksources\";i:919;s:25:\"booksources-search-legend\";i:920;s:18:\"booksources-search\";i:921;s:19:\"specialloguserlabel\";i:922;s:20:\"speciallogtitlelabel\";i:923;s:3:\"log\";i:924;s:13:\"all-logs-page\";i:925;s:8:\"logempty\";i:926;s:8:\"allpages\";i:927;s:8:\"nextpage\";i:928;s:8:\"prevpage\";i:929;s:12:\"allpagesfrom\";i:930;s:10:\"allpagesto\";i:931;s:11:\"allarticles\";i:932;s:14:\"allpagessubmit\";i:933;s:14:\"allpagesprefix\";i:934;s:23:\"allpages-hide-redirects\";i:935;s:10:\"categories\";i:936;s:20:\"deletedcontributions\";i:937;s:26:\"deletedcontributions-title\";i:938;s:32:\"sp-deletedcontributions-contribs\";i:939;s:10:\"linksearch\";i:940;s:14:\"linksearch-pat\";i:941;s:13:\"linksearch-ns\";i:942;s:13:\"linksearch-ok\";i:943;s:15:\"linksearch-line\";i:944;s:13:\"listusersfrom\";i:945;s:16:\"listusers-submit\";i:946;s:18:\"listusers-noresult\";i:947;s:17:\"listusers-blocked\";i:948;s:11:\"activeusers\";i:949;s:17:\"activeusers-intro\";i:950;s:17:\"activeusers-count\";i:951;s:16:\"activeusers-from\";i:952;s:20:\"activeusers-noresult\";i:953;s:15:\"listgrouprights\";i:954;s:19:\"listgrouprights-key\";i:955;s:21:\"listgrouprights-group\";i:956;s:22:\"listgrouprights-rights\";i:957;s:24:\"listgrouprights-helppage\";i:958;s:23:\"listgrouprights-members\";i:959;s:24:\"listgrouprights-addgroup\";i:960;s:27:\"listgrouprights-removegroup\";i:961;s:28:\"listgrouprights-addgroup-all\";i:962;s:31:\"listgrouprights-removegroup-all\";i:963;s:9:\"emailuser\";i:964;s:22:\"emailuser-title-target\";i:965;s:24:\"emailuser-title-notarget\";i:966;s:13:\"emailusername\";i:967;s:19:\"emailusernamesubmit\";i:968;s:12:\"email-legend\";i:969;s:9:\"emailfrom\";i:970;s:7:\"emailto\";i:971;s:12:\"emailsubject\";i:972;s:12:\"emailmessage\";i:973;s:9:\"emailsend\";i:974;s:9:\"emailccme\";i:975;s:14:\"emailccsubject\";i:976;s:9:\"emailsent\";i:977;s:13:\"emailsenttext\";i:978;s:18:\"usermessage-editor\";i:979;s:9:\"watchlist\";i:980;s:11:\"mywatchlist\";i:981;s:13:\"watchlistfor2\";i:982;s:14:\"addedwatchtext\";i:983;s:16:\"removedwatchtext\";i:984;s:5:\"watch\";i:985;s:13:\"watchthispage\";i:986;s:7:\"unwatch\";i:987;s:17:\"watchlist-details\";i:988;s:14:\"watchlist-hide\";i:989;s:17:\"watchlist-options\";i:990;s:8:\"watching\";i:991;s:10:\"unwatching\";i:992;s:12:\"enotif_reset\";i:993;s:17:\"deletepage-submit\";i:994;s:14:\"historywarning\";i:995;s:17:\"confirmdeletetext\";i:996;s:14:\"actioncomplete\";i:997;s:12:\"actionfailed\";i:998;s:11:\"deletedtext\";i:999;s:10:\"dellogpage\";i:1000;s:13:\"deletecomment\";i:1001;s:17:\"deleteotherreason\";i:1002;s:21:\"deletereasonotherlist\";i:1003;s:12:\"rollbacklink\";i:1004;s:17:\"rollbacklinkcount\";i:1005;s:31:\"changecontentmodel-reason-label\";i:1006;s:25:\"changecontentmodel-submit\";i:1007;s:14:\"protectlogpage\";i:1008;s:14:\"prot_1movedto2\";i:1009;s:14:\"protectcomment\";i:1010;s:13:\"protectexpiry\";i:1011;s:22:\"protect_expiry_invalid\";i:1012;s:18:\"protect_expiry_old\";i:1013;s:12:\"protect-text\";i:1014;s:21:\"protect-locked-access\";i:1015;s:17:\"protect-cascadeon\";i:1016;s:15:\"protect-default\";i:1017;s:16:\"protect-fallback\";i:1018;s:27:\"protect-level-autoconfirmed\";i:1019;s:19:\"protect-level-sysop\";i:1020;s:23:\"protect-summary-cascade\";i:1021;s:16:\"protect-expiring\";i:1022;s:22:\"protect-expiring-local\";i:1023;s:25:\"protect-expiry-indefinite\";i:1024;s:15:\"protect-cascade\";i:1025;s:16:\"protect-cantedit\";i:1026;s:19:\"protect-otherreason\";i:1027;s:22:\"protect-expiry-options\";i:1028;s:16:\"restriction-type\";i:1029;s:17:\"restriction-level\";i:1030;s:16:\"restriction-edit\";i:1031;s:16:\"restriction-move\";i:1032;s:23:\"skin-action-viewdeleted\";i:1033;s:11:\"undeletebtn\";i:1034;s:12:\"undeletelink\";i:1035;s:16:\"undeleteviewlink\";i:1036;s:15:\"undeletecomment\";i:1037;s:22:\"undelete-search-submit\";i:1038;s:9:\"namespace\";i:1039;s:6:\"invert\";i:1040;s:14:\"tooltip-invert\";i:1041;s:21:\"namespace_association\";i:1042;s:29:\"tooltip-namespace_association\";i:1043;s:14:\"blanknamespace\";i:1044;s:13:\"contributions\";i:1045;s:23:\"tool-link-contributions\";i:1046;s:19:\"contributions-title\";i:1047;s:9:\"mycontris\";i:1048;s:12:\"anoncontribs\";i:1049;s:11:\"contribsub2\";i:1050;s:5:\"uctop\";i:1051;s:5:\"month\";i:1052;s:4:\"year\";i:1053;s:25:\"sp-contributions-blocklog\";i:1054;s:24:\"sp-contributions-uploads\";i:1055;s:21:\"sp-contributions-logs\";i:1056;s:21:\"sp-contributions-talk\";i:1057;s:23:\"sp-contributions-search\";i:1058;s:25:\"sp-contributions-username\";i:1059;s:24:\"sp-contributions-toponly\";i:1060;s:24:\"sp-contributions-newonly\";i:1061;s:26:\"sp-contributions-hideminor\";i:1062;s:23:\"sp-contributions-submit\";i:1063;s:13:\"whatlinkshere\";i:1064;s:19:\"whatlinkshere-title\";i:1065;s:18:\"whatlinkshere-page\";i:1066;s:9:\"linkshere\";i:1067;s:11:\"nolinkshere\";i:1068;s:10:\"isredirect\";i:1069;s:10:\"istemplate\";i:1070;s:7:\"isimage\";i:1071;s:18:\"whatlinkshere-prev\";i:1072;s:18:\"whatlinkshere-next\";i:1073;s:19:\"whatlinkshere-links\";i:1074;s:24:\"whatlinkshere-hideredirs\";i:1075;s:23:\"whatlinkshere-hidetrans\";i:1076;s:23:\"whatlinkshere-hidelinks\";i:1077;s:24:\"whatlinkshere-hideimages\";i:1078;s:7:\"blockip\";i:1079;s:9:\"ipbreason\";i:1080;s:11:\"ipbemailban\";i:1081;s:10:\"ipboptions\";i:1082;s:11:\"ipbhidename\";i:1083;s:11:\"ipblocklist\";i:1084;s:16:\"blocklist-reason\";i:1085;s:18:\"ipblocklist-submit\";i:1086;s:13:\"infiniteblock\";i:1087;s:9:\"blocklink\";i:1088;s:11:\"unblocklink\";i:1089;s:16:\"change-blocklink\";i:1090;s:12:\"contribslink\";i:1091;s:9:\"emaillink\";i:1092;s:12:\"blocklogpage\";i:1093;s:24:\"block-log-flags-nocreate\";i:1094;s:12:\"proxyblocker\";i:1095;s:16:\"move-page-legend\";i:1096;s:12:\"movepagetext\";i:1097;s:16:\"movepagetalktext\";i:1098;s:14:\"movenotallowed\";i:1099;s:8:\"newtitle\";i:1100;s:10:\"move-watch\";i:1101;s:11:\"movepagebtn\";i:1102;s:12:\"pagemovedsub\";i:1103;s:14:\"movepage-moved\";i:1104;s:13:\"articleexists\";i:1105;s:8:\"movetalk\";i:1106;s:11:\"movelogpage\";i:1107;s:10:\"movereason\";i:1108;s:10:\"revertmove\";i:1109;s:25:\"immobile-source-namespace\";i:1110;s:25:\"immobile-target-namespace\";i:1111;s:19:\"move-leave-redirect\";i:1112;s:6:\"export\";i:1113;s:11:\"allmessages\";i:1114;s:15:\"allmessagesname\";i:1115;s:18:\"allmessagesdefault\";i:1116;s:14:\"thumbnail-more\";i:1117;s:15:\"thumbnail_error\";i:1118;s:13:\"importlogpage\";i:1119;s:19:\"tooltip-pt-userpage\";i:1120;s:17:\"tooltip-pt-mytalk\";i:1121;s:22:\"tooltip-pt-preferences\";i:1122;s:20:\"tooltip-pt-watchlist\";i:1123;s:20:\"tooltip-pt-mycontris\";i:1124;s:16:\"tooltip-pt-login\";i:1125;s:17:\"tooltip-pt-logout\";i:1126;s:24:\"tooltip-pt-createaccount\";i:1127;s:15:\"tooltip-ca-talk\";i:1128;s:15:\"tooltip-ca-edit\";i:1129;s:21:\"tooltip-ca-addsection\";i:1130;s:21:\"tooltip-ca-viewsource\";i:1131;s:18:\"tooltip-ca-history\";i:1132;s:18:\"tooltip-ca-protect\";i:1133;s:17:\"tooltip-ca-delete\";i:1134;s:15:\"tooltip-ca-move\";i:1135;s:16:\"tooltip-ca-watch\";i:1136;s:18:\"tooltip-ca-unwatch\";i:1137;s:14:\"tooltip-search\";i:1138;s:17:\"tooltip-search-go\";i:1139;s:23:\"tooltip-search-fulltext\";i:1140;s:14:\"tooltip-p-logo\";i:1141;s:18:\"tooltip-n-mainpage\";i:1142;s:30:\"tooltip-n-mainpage-description\";i:1143;s:16:\"tooltip-n-portal\";i:1144;s:23:\"tooltip-n-currentevents\";i:1145;s:23:\"tooltip-n-recentchanges\";i:1146;s:20:\"tooltip-n-randompage\";i:1147;s:14:\"tooltip-n-help\";i:1148;s:23:\"tooltip-t-whatlinkshere\";i:1149;s:29:\"tooltip-t-recentchangeslinked\";i:1150;s:16:\"tooltip-feed-rss\";i:1151;s:17:\"tooltip-feed-atom\";i:1152;s:23:\"tooltip-t-contributions\";i:1153;s:19:\"tooltip-t-emailuser\";i:1154;s:16:\"tooltip-t-upload\";i:1155;s:22:\"tooltip-t-specialpages\";i:1156;s:15:\"tooltip-t-print\";i:1157;s:19:\"tooltip-t-permalink\";i:1158;s:21:\"tooltip-ca-nstab-main\";i:1159;s:21:\"tooltip-ca-nstab-user\";i:1160;s:24:\"tooltip-ca-nstab-special\";i:1161;s:24:\"tooltip-ca-nstab-project\";i:1162;s:22:\"tooltip-ca-nstab-image\";i:1163;s:26:\"tooltip-ca-nstab-mediawiki\";i:1164;s:25:\"tooltip-ca-nstab-template\";i:1165;s:21:\"tooltip-ca-nstab-help\";i:1166;s:25:\"tooltip-ca-nstab-category\";i:1167;s:17:\"tooltip-minoredit\";i:1168;s:12:\"tooltip-save\";i:1169;s:15:\"tooltip-publish\";i:1170;s:15:\"tooltip-preview\";i:1171;s:12:\"tooltip-diff\";i:1172;s:31:\"tooltip-compareselectedversions\";i:1173;s:13:\"tooltip-watch\";i:1174;s:16:\"tooltip-rollback\";i:1175;s:12:\"tooltip-undo\";i:1176;s:15:\"tooltip-summary\";i:1177;s:24:\"interlanguage-link-title\";i:1178;s:20:\"simpleantispam-label\";i:1179;s:14:\"pageinfo-title\";i:1180;s:21:\"pageinfo-header-basic\";i:1181;s:21:\"pageinfo-header-edits\";i:1182;s:28:\"pageinfo-header-restrictions\";i:1183;s:26:\"pageinfo-header-properties\";i:1184;s:22:\"pageinfo-display-title\";i:1185;s:21:\"pageinfo-default-sort\";i:1186;s:15:\"pageinfo-length\";i:1187;s:19:\"pageinfo-article-id\";i:1188;s:17:\"pageinfo-language\";i:1189;s:22:\"pageinfo-content-model\";i:1190;s:21:\"pageinfo-robot-policy\";i:1191;s:20:\"pageinfo-robot-index\";i:1192;s:22:\"pageinfo-robot-noindex\";i:1193;s:17:\"pageinfo-watchers\";i:1194;s:21:\"pageinfo-few-watchers\";i:1195;s:23:\"pageinfo-redirects-name\";i:1196;s:22:\"pageinfo-subpages-name\";i:1197;s:23:\"pageinfo-subpages-value\";i:1198;s:18:\"pageinfo-firstuser\";i:1199;s:18:\"pageinfo-firsttime\";i:1200;s:17:\"pageinfo-lastuser\";i:1201;s:17:\"pageinfo-lasttime\";i:1202;s:14:\"pageinfo-edits\";i:1203;s:16:\"pageinfo-authors\";i:1204;s:21:\"pageinfo-recent-edits\";i:1205;s:23:\"pageinfo-recent-authors\";i:1206;s:20:\"pageinfo-magic-words\";i:1207;s:26:\"pageinfo-hidden-categories\";i:1208;s:18:\"pageinfo-templates\";i:1209;s:20:\"pageinfo-toolboxlink\";i:1210;s:20:\"pageinfo-contentpage\";i:1211;s:24:\"pageinfo-contentpage-yes\";i:1212;s:15:\"patrol-log-page\";i:1213;s:12:\"previousdiff\";i:1214;s:8:\"nextdiff\";i:1215;s:15:\"widthheightpage\";i:1216;s:14:\"file-info-size\";i:1217;s:20:\"file-info-size-pages\";i:1218;s:12:\"file-nohires\";i:1219;s:13:\"svg-long-desc\";i:1220;s:14:\"show-big-image\";i:1221;s:22:\"show-big-image-preview\";i:1222;s:20:\"show-big-image-other\";i:1223;s:19:\"show-big-image-size\";i:1224;s:9:\"newimages\";i:1225;s:8:\"ilsubmit\";i:1226;s:14:\"bad_image_list\";i:1227;s:8:\"metadata\";i:1228;s:13:\"metadata-help\";i:1229;s:15:\"metadata-expand\";i:1230;s:17:\"metadata-collapse\";i:1231;s:15:\"metadata-fields\";i:1232;s:13:\"namespacesall\";i:1233;s:9:\"monthsall\";i:1234;s:8:\"recreate\";i:1235;s:20:\"confirm_purge_button\";i:1236;s:17:\"confirm-purge-top\";i:1237;s:20:\"confirm-watch-button\";i:1238;s:17:\"confirm-watch-top\";i:1239;s:22:\"confirm-unwatch-button\";i:1240;s:19:\"confirm-unwatch-top\";i:1241;s:16:\"imgmultipageprev\";i:1242;s:16:\"imgmultipagenext\";i:1243;s:10:\"imgmultigo\";i:1244;s:12:\"imgmultigoto\";i:1245;s:12:\"autosumm-new\";i:1246;s:20:\"watchlisttools-clear\";i:1247;s:19:\"watchlisttools-view\";i:1248;s:19:\"watchlisttools-edit\";i:1249;s:18:\"watchlisttools-raw\";i:1250;s:9:\"signature\";i:1251;s:21:\"duplicate-defaultsort\";i:1252;s:7:\"version\";i:1253;s:15:\"redirect-submit\";i:1254;s:15:\"redirect-lookup\";i:1255;s:14:\"redirect-value\";i:1256;s:13:\"redirect-user\";i:1257;s:13:\"redirect-page\";i:1258;s:17:\"redirect-revision\";i:1259;s:13:\"redirect-file\";i:1260;s:26:\"fileduplicatesearch-submit\";i:1261;s:12:\"specialpages\";i:1262;s:28:\"specialpages-note-restricted\";i:1263;s:30:\"specialpages-group-maintenance\";i:1264;s:24:\"specialpages-group-other\";i:1265;s:24:\"specialpages-group-login\";i:1266;s:26:\"specialpages-group-changes\";i:1267;s:24:\"specialpages-group-media\";i:1268;s:24:\"specialpages-group-users\";i:1269;s:26:\"specialpages-group-highuse\";i:1270;s:24:\"specialpages-group-pages\";i:1271;s:28:\"specialpages-group-pagetools\";i:1272;s:23:\"specialpages-group-wiki\";i:1273;s:28:\"specialpages-group-redirects\";i:1274;s:23:\"specialpages-group-spam\";i:1275;s:9:\"blankpage\";i:1276;s:22:\"intentionallyblankpage\";i:1277;s:24:\"external_image_whitelist\";i:1278;s:4:\"tags\";i:1279;s:10:\"tag-filter\";i:1280;s:17:\"tag-filter-submit\";i:1281;s:16:\"tag-list-wrapper\";i:1282;s:15:\"tags-active-yes\";i:1283;s:14:\"tags-active-no\";i:1284;s:13:\"tags-hitcount\";i:1285;s:18:\"tags-create-reason\";i:1286;s:18:\"tags-delete-reason\";i:1287;s:20:\"tags-activate-reason\";i:1288;s:22:\"tags-deactivate-reason\";i:1289;s:16:\"tags-edit-reason\";i:1290;s:10:\"deletepage\";i:1291;s:15:\"htmlform-submit\";i:1292;s:22:\"logentry-delete-delete\";i:1293;s:23:\"logentry-delete-restore\";i:1294;s:21:\"revdelete-content-hid\";i:1295;s:18:\"logentry-move-move\";i:1296;s:29:\"logentry-move-move-noredirect\";i:1297;s:24:\"logentry-move-move_redir\";i:1298;s:27:\"logentry-patrol-patrol-auto\";i:1299;s:24:\"logentry-newusers-create\";i:1300;s:28:\"logentry-newusers-autocreate\";i:1301;s:22:\"logentry-upload-upload\";i:1302;s:20:\"searchsuggest-search\";i:1303;s:24:\"searchsuggest-containing\";i:1304;s:16:\"duration-seconds\";i:1305;s:16:\"duration-minutes\";i:1306;s:14:\"duration-hours\";i:1307;s:13:\"duration-days\";i:1308;s:14:\"duration-weeks\";i:1309;s:14:\"duration-years\";i:1310;s:16:\"duration-decades\";i:1311;s:18:\"duration-centuries\";i:1312;s:18:\"duration-millennia\";i:1313;s:15:\"pagelang-reason\";i:1314;s:27:\"mw-widgets-abandonedit-keep\";i:1315;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:1316;s:14:\"randomrootpage\";i:1317;s:22:\"skin-view-create-local\";i:1318;s:14:\"nstab-mainpage\";i:1319;s:20:\"skin-view-edit-local\";i:1320;s:19:\"skin-action-protect\";i:1321;s:20:\"skin-action-undelete\";i:1322;s:18:\"skin-action-delete\";i:1323;s:16:\"skin-action-move\";i:1324;s:30:\"ooui-outline-control-move-down\";i:1325;s:28:\"ooui-outline-control-move-up\";i:1326;s:17:\"ooui-toolbar-more\";i:1327;s:21:\"ooui-toolgroup-expand\";i:1328;s:23:\"ooui-toolgroup-collapse\";i:1329;s:16:\"ooui-item-remove\";i:1330;s:26:\"ooui-dialog-message-accept\";i:1331;s:26:\"ooui-dialog-message-reject\";i:1332;s:25:\"ooui-dialog-process-error\";i:1333;s:27:\"ooui-dialog-process-dismiss\";i:1334;s:25:\"ooui-dialog-process-retry\";i:1335;s:28:\"ooui-dialog-process-continue\";i:1336;s:29:\"ooui-selectfile-button-select\";i:1337;s:15:\"ooui-field-help\";i:1338;s:14:\"vector-opt-out\";i:1339;s:16:\"vector-languages\";i:1340;s:28:\"vector-language-button-label\";i:1341;s:31:\"vector-no-language-button-label\";i:1342;s:24:\"vector-action-addsection\";i:1343;s:20:\"vector-action-delete\";i:1344;s:18:\"vector-action-move\";i:1345;s:21:\"vector-action-protect\";i:1346;s:22:\"vector-action-undelete\";i:1347;s:23:\"vector-action-unprotect\";i:1348;s:18:\"vector-view-create\";i:1349;s:16:\"vector-view-edit\";i:1350;s:19:\"vector-view-history\";i:1351;s:16:\"vector-view-view\";i:1352;s:22:\"vector-view-viewsource\";i:1353;s:19:\"vector-more-actions\";i:1354;s:31:\"vector-searchsuggest-containing\";i:1355;s:20:\"vector-toc-beginning\";i:1356;s:26:\"vector-2022-prefs-talkpage\";i:1357;s:35:\"tooltip-vector-anon-user-menu-title\";i:1358;s:23:\"wikieditor-wikitext-tab\";i:1359;s:18:\"wikieditor-toolbar\";i:1360;s:28:\"wikieditor-toolbar-tool-bold\";i:1361;s:36:\"wikieditor-toolbar-tool-bold-example\";i:1362;s:30:\"wikieditor-toolbar-tool-italic\";i:1363;s:38:\"wikieditor-toolbar-tool-italic-example\";i:1364;s:29:\"wikieditor-toolbar-tool-ilink\";i:1365;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:1366;s:29:\"wikieditor-toolbar-tool-xlink\";i:1367;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:1368;s:28:\"wikieditor-toolbar-tool-link\";i:1369;s:34:\"wikieditor-toolbar-tool-link-title\";i:1370;s:32:\"wikieditor-toolbar-tool-link-int\";i:1371;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:1372;s:35:\"wikieditor-toolbar-tool-link-insert\";i:1373;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:1374;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:1375;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:1376;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:1377;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:1378;s:36:\"wikieditor-toolbar-tool-file-example\";i:1379;s:34:\"wikieditor-toolbar-tool-file-title\";i:1380;s:30:\"wikieditor-toolbar-file-target\";i:1381;s:31:\"wikieditor-toolbar-file-caption\";i:1382;s:28:\"wikieditor-toolbar-file-size\";i:1383;s:29:\"wikieditor-toolbar-file-float\";i:1384;s:31:\"wikieditor-toolbar-file-default\";i:1385;s:30:\"wikieditor-toolbar-file-format\";i:1386;s:35:\"wikieditor-toolbar-file-format-none\";i:1387;s:35:\"wikieditor-toolbar-tool-file-insert\";i:1388;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:1389;s:35:\"wikieditor-toolbar-tool-file-upload\";i:1390;s:33:\"wikieditor-toolbar-tool-reference\";i:1391;s:41:\"wikieditor-toolbar-tool-reference-example\";i:1392;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:1393;s:39:\"wikieditor-toolbar-tool-reference-title\";i:1394;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:1395;s:38:\"wikieditor-toolbar-tool-reference-text\";i:1396;s:35:\"wikieditor-toolbar-section-advanced\";i:1397;s:27:\"wikieditor-toolbar-tool-big\";i:1398;s:35:\"wikieditor-toolbar-tool-big-example\";i:1399;s:29:\"wikieditor-toolbar-tool-small\";i:1400;s:37:\"wikieditor-toolbar-tool-small-example\";i:1401;s:31:\"wikieditor-toolbar-group-insert\";i:1402;s:37:\"wikieditor-toolbar-section-characters\";i:1403;s:31:\"wikieditor-toolbar-section-help\";i:1404;s:38:\"mobile-frontend-back-to-top-of-section\";i:1405;s:25:\"mobile-frontend-copyright\";i:1406;s:27:\"mobile-frontend-editor-edit\";i:1407;s:32:\"mobile-frontend-featured-article\";i:1408;s:27:\"mobile-frontend-home-button\";i:1409;s:40:\"mobile-frontend-language-article-heading\";i:1410;s:34:\"mobile-frontend-last-modified-date\";i:1411;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:1412;s:31:\"mobile-frontend-main-menu-login\";i:1413;s:32:\"mobile-frontend-main-menu-nearby\";i:1414;s:34:\"mobile-frontend-main-menu-settings\";i:1415;s:35:\"mobile-frontend-main-menu-watchlist\";i:1416;s:27:\"mobile-frontend-placeholder\";i:1417;s:33:\"mobile-frontend-privacy-link-text\";i:1418;s:32:\"mobile-frontend-profile-usertalk\";i:1419;s:29:\"mobile-frontend-random-button\";i:1420;s:28:\"mobile-frontend-regular-site\";i:1421;s:29:\"mobile-frontend-search-submit\";i:1422;s:26:\"mobile-frontend-terms-text\";i:1423;s:20:\"mobile-frontend-view\";i:1424;s:28:\"mobile-frontend-view-desktop\";i:1425;s:27:\"mobile-frontend-view-mobile\";i:1426;s:15:\"tag-mobile_edit\";i:1427;s:19:\"tag-mobile_web_edit\";i:1428;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:1429;s:32:\"tog-watchlistreloadautomatically\";i:1430;s:25:\"tog-watchlistunwatchlinks\";i:1431;s:28:\"tog-showrollbackconfirmation\";i:1432;s:16:\"tog-requireemail\";i:1433;s:23:\"search-ignored-headings\";i:1434;s:35:\"printableversion-deprecated-warning\";i:1435;s:20:\"tool-link-userrights\";i:1436;s:29:\"tool-link-userrights-readonly\";i:1437;s:19:\"tool-link-emailuser\";i:1438;s:16:\"pool-servererror\";i:1439;s:23:\"poolcounter-usage-error\";i:1440;s:9:\"pagetitle\";i:1441;s:12:\"sort-initial\";i:1442;s:18:\"sort-rowspan-error\";i:1443;s:35:\"transaction-duration-limit-exceeded\";i:1444;s:39:\"transaction-max-statement-time-exceeded\";i:1445;s:26:\"nonwrite-api-promise-error\";i:1446;s:12:\"timeouterror\";i:1447;s:17:\"timeouterror-text\";i:1448;s:29:\"internalerror-fatal-exception\";i:1449;s:22:\"directoryreadonlyerror\";i:1450;s:16:\"delete-scheduled\";i:1451;s:13:\"title-invalid\";i:1452;s:19:\"title-invalid-empty\";i:1453;s:18:\"title-invalid-utf8\";i:1454;s:23:\"title-invalid-interwiki\";i:1455;s:28:\"title-invalid-talk-namespace\";i:1456;s:24:\"title-invalid-characters\";i:1457;s:22:\"title-invalid-relative\";i:1458;s:25:\"title-invalid-magic-tilde\";i:1459;s:22:\"title-invalid-too-long\";i:1460;s:27:\"title-invalid-leading-colon\";i:1461;s:28:\"querypage-updates-periodical\";i:1462;s:16:\"editinginterface\";i:1463;s:18:\"translateinterface\";i:1464;s:16:\"cascadeprotected\";i:1465;s:18:\"namespaceprotected\";i:1466;s:18:\"customcssprotected\";i:1467;s:19:\"customjsonprotected\";i:1468;s:17:\"customjsprotected\";i:1469;s:16:\"sitecssprotected\";i:1470;s:17:\"sitejsonprotected\";i:1471;s:15:\"sitejsprotected\";i:1472;s:20:\"siterawhtmlprotected\";i:1473;s:21:\"mycustomjsonprotected\";i:1474;s:22:\"myprivateinfoprotected\";i:1475;s:17:\"filereadonlyerror\";i:1476;s:12:\"invalidtitle\";i:1477;s:29:\"invalidtitle-unknownnamespace\";i:1478;s:29:\"exception-nologin-text-manual\";i:1479;s:16:\"virus-badscanner\";i:1480;s:16:\"virus-scanfailed\";i:1481;s:18:\"logging-out-notify\";i:1482;s:13:\"logout-failed\";i:1483;s:20:\"cannotlogoutnow-text\";i:1484;s:23:\"prefs-help-yourpassword\";i:1485;s:24:\"createacct-useuniquepass\";i:1486;s:16:\"cannotlogin-text\";i:1487;s:19:\"cannotloginnow-text\";i:1488;s:24:\"cannotcreateaccount-text\";i:1489;s:14:\"login-security\";i:1490;s:16:\"userlogin-reauth\";i:1491;s:22:\"createaccountmail-help\";i:1492;s:22:\"createacct-reason-help\";i:1493;s:25:\"createacct-reason-confirm\";i:1494;s:34:\"createacct-another-continue-submit\";i:1495;s:18:\"usernameinprogress\";i:1496;s:24:\"createacct-normalization\";i:1497;s:14:\"nocookieslogin\";i:1498;s:15:\"nocookiesfornew\";i:1499;s:21:\"createacct-loginerror\";i:1500;s:23:\"createacct-temp-warning\";i:1501;s:15:\"passwordtoolong\";i:1502;s:20:\"passwordincommonlist\";i:1503;s:33:\"password-substring-username-match\";i:1504;s:20:\"blocked-mailpassword\";i:1505;s:22:\"throttled-mailpassword\";i:1506;s:9:\"mailerror\";i:1507;s:26:\"acct_creation_throttle_hit\";i:1508;s:18:\"emailauthenticated\";i:1509;s:21:\"emailnotauthenticated\";i:1510;s:12:\"noemailprefs\";i:1511;s:16:\"emailconfirmlink\";i:1512;s:19:\"invalidemailaddress\";i:1513;s:18:\"createaccount-text\";i:1514;s:22:\"login-migrated-generic\";i:1515;s:21:\"suspicious-userlogout\";i:1516;s:24:\"pt-login-continue-button\";i:1517;s:14:\"resetpass_text\";i:1518;s:24:\"changepassword-throttled\";i:1519;s:12:\"botpasswords\";i:1520;s:20:\"botpasswords-summary\";i:1521;s:21:\"botpasswords-disabled\";i:1522;s:26:\"botpasswords-no-central-id\";i:1523;s:21:\"botpasswords-existing\";i:1524;s:22:\"botpasswords-createnew\";i:1525;s:25:\"botpasswords-editexisting\";i:1526;s:29:\"botpasswords-label-needsreset\";i:1527;s:24:\"botpasswords-label-appid\";i:1528;s:25:\"botpasswords-label-grants\";i:1529;s:24:\"botpasswords-help-grants\";i:1530;s:32:\"botpasswords-label-grants-column\";i:1531;s:22:\"botpasswords-bad-appid\";i:1532;s:33:\"botpasswords-toolong-restrictions\";i:1533;s:27:\"botpasswords-toolong-grants\";i:1534;s:26:\"botpasswords-insert-failed\";i:1535;s:26:\"botpasswords-update-failed\";i:1536;s:26:\"botpasswords-created-title\";i:1537;s:25:\"botpasswords-created-body\";i:1538;s:26:\"botpasswords-updated-title\";i:1539;s:25:\"botpasswords-updated-body\";i:1540;s:26:\"botpasswords-deleted-title\";i:1541;s:25:\"botpasswords-deleted-body\";i:1542;s:24:\"botpasswords-newpassword\";i:1543;s:24:\"botpasswords-no-provider\";i:1544;s:31:\"botpasswords-restriction-failed\";i:1545;s:25:\"botpasswords-invalid-name\";i:1546;s:22:\"botpasswords-not-exist\";i:1547;s:24:\"botpasswords-needs-reset\";i:1548;s:19:\"botpasswords-locked\";i:1549;s:18:\"resetpass-recycled\";i:1550;s:22:\"resetpass-temp-emailed\";i:1551;s:17:\"resetpass-expired\";i:1552;s:22:\"resetpass-expired-soft\";i:1553;s:18:\"resetpass-validity\";i:1554;s:26:\"passwordreset-emailtext-ip\";i:1555;s:28:\"passwordreset-emailtext-user\";i:1556;s:21:\"passwordreset-success\";i:1557;s:37:\"passwordreset-success-details-generic\";i:1558;s:26:\"passwordreset-success-info\";i:1559;s:37:\"passwordreset-emailtext-require-email\";i:1560;s:22:\"passwordreset-nocaller\";i:1561;s:26:\"passwordreset-nosuchcaller\";i:1562;s:21:\"passwordreset-ignored\";i:1563;s:20:\"passwordreset-nodata\";i:1564;s:25:\"changeemail-newemail-help\";i:1565;s:21:\"changeemail-throttled\";i:1566;s:20:\"changeemail-nochange\";i:1567;s:21:\"changeemail-maxlength\";i:1568;s:11:\"resettokens\";i:1569;s:16:\"resettokens-text\";i:1570;s:21:\"resettokens-no-tokens\";i:1571;s:18:\"resettokens-tokens\";i:1572;s:23:\"resettokens-token-label\";i:1573;s:27:\"resettokens-watchlist-token\";i:1574;s:16:\"resettokens-done\";i:1575;s:23:\"resettokens-resetbutton\";i:1576;s:17:\"savearticle-start\";i:1577;s:12:\"blankarticle\";i:1578;s:23:\"autocreate-edit-warning\";i:1579;s:18:\"anonpreviewwarning\";i:1580;s:26:\"autocreate-preview-warning\";i:1581;s:14:\"missingsummary\";i:1582;s:12:\"selfredirect\";i:1583;s:20:\"missingcommentheader\";i:1584;s:16:\"previewerrortext\";i:1585;s:19:\"blockedtext-partial\";i:1586;s:17:\"systemblockedtext\";i:1587;s:21:\"blockedtext-composite\";i:1588;s:25:\"blockedtext-composite-ids\";i:1589;s:28:\"blockedtext-composite-no-ids\";i:1590;s:28:\"blockedtext-composite-reason\";i:1591;s:15:\"confirmedittext\";i:1592;s:17:\"nosuchsectiontext\";i:1593;s:11:\"accmailtext\";i:1594;s:27:\"missing-revision-permission\";i:1595;s:16:\"missing-revision\";i:1596;s:24:\"missing-revision-content\";i:1597;s:25:\"userpage-userdoesnotexist\";i:1598;s:25:\"blocked-notice-logextract\";i:1599;s:20:\"usercssyoucanpreview\";i:1600;s:21:\"userjsonyoucanpreview\";i:1601;s:19:\"userjsyoucanpreview\";i:1602;s:14:\"usercsspreview\";i:1603;s:15:\"userjsonpreview\";i:1604;s:13:\"userjspreview\";i:1605;s:14:\"sitecsspreview\";i:1606;s:15:\"sitejsonpreview\";i:1607;s:13:\"sitejspreview\";i:1608;s:22:\"userinvalidconfigtitle\";i:1609;s:15:\"previewconflict\";i:1610;s:20:\"session_fail_preview\";i:1611;s:25:\"session_fail_preview_html\";i:1612;s:20:\"edit_form_incomplete\";i:1613;s:24:\"edit-textarea-aria-label\";i:1614;s:15:\"explainconflict\";i:1615;s:10:\"editingold\";i:1616;s:20:\"unicode-support-fail\";i:1617;s:17:\"copyrightwarning2\";i:1618;s:32:\"editpage-cannot-use-custom-model\";i:1619;s:13:\"longpageerror\";i:1620;s:15:\"readonlywarning\";i:1621;s:20:\"protectedpagewarning\";i:1622;s:24:\"semiprotectedpagewarning\";i:1623;s:23:\"cascadeprotectedwarning\";i:1624;s:21:\"titleprotectedwarning\";i:1625;s:9:\"edittools\";i:1626;s:16:\"edittools-upload\";i:1627;s:27:\"modeleditnotsupported-title\";i:1628;s:26:\"modeleditnotsupported-text\";i:1629;s:21:\"contentmodelediterror\";i:1630;s:26:\"moveddeleted-notice-recent\";i:1631;s:14:\"edit-no-change\";i:1632;s:21:\"edit-slots-cannot-add\";i:1633;s:24:\"edit-slots-cannot-remove\";i:1634;s:18:\"edit-slots-missing\";i:1635;s:29:\"postedit-confirmation-created\";i:1636;s:30:\"postedit-confirmation-restored\";i:1637;s:31:\"postedit-confirmation-published\";i:1638;s:27:\"postedit-temp-created-label\";i:1639;s:21:\"postedit-temp-created\";i:1640;s:23:\"content-failed-to-parse\";i:1641;s:20:\"invalid-content-data\";i:1642;s:17:\"invalid-json-data\";i:1643;s:24:\"content-not-allowed-here\";i:1644;s:20:\"confirmleave-warning\";i:1645;s:34:\"editpage-invalidcontentmodel-title\";i:1646;s:33:\"editpage-invalidcontentmodel-text\";i:1647;s:40:\"editpage-notsupportedcontentformat-title\";i:1648;s:39:\"editpage-notsupportedcontentformat-text\";i:1649;s:14:\"slot-name-main\";i:1650;s:18:\"content-model-text\";i:1651;s:24:\"content-model-javascript\";i:1652;s:17:\"content-model-css\";i:1653;s:25:\"content-json-empty-object\";i:1654;s:24:\"content-json-empty-array\";i:1655;s:25:\"unsupported-content-model\";i:1656;s:24:\"unsupported-content-diff\";i:1657;s:25:\"unsupported-content-diff2\";i:1658;s:22:\"duplicate-args-warning\";i:1659;s:23:\"duplicate-args-category\";i:1660;s:28:\"duplicate-args-category-desc\";i:1661;s:32:\"expensive-parserfunction-warning\";i:1662;s:33:\"expensive-parserfunction-category\";i:1663;s:24:\"template-equals-category\";i:1664;s:29:\"template-equals-category-desc\";i:1665;s:23:\"template-equals-warning\";i:1666;s:28:\"parser-template-loop-warning\";i:1667;s:22:\"template-loop-category\";i:1668;s:27:\"template-loop-category-desc\";i:1669;s:21:\"template-loop-warning\";i:1670;s:39:\"parser-template-recursion-depth-warning\";i:1671;s:32:\"language-converter-depth-warning\";i:1672;s:28:\"node-count-exceeded-category\";i:1673;s:33:\"node-count-exceeded-category-desc\";i:1674;s:27:\"node-count-exceeded-warning\";i:1675;s:33:\"expansion-depth-exceeded-category\";i:1676;s:38:\"expansion-depth-exceeded-category-desc\";i:1677;s:32:\"expansion-depth-exceeded-warning\";i:1678;s:27:\"parser-unstrip-loop-warning\";i:1679;s:21:\"unstrip-depth-warning\";i:1680;s:22:\"unstrip-depth-category\";i:1681;s:27:\"unstrip-depth-category-desc\";i:1682;s:20:\"unstrip-size-warning\";i:1683;s:21:\"unstrip-size-category\";i:1684;s:26:\"unstrip-size-category-desc\";i:1685;s:27:\"converter-manual-rule-error\";i:1686;s:12:\"undo-success\";i:1687;s:12:\"undo-failure\";i:1688;s:19:\"undo-main-slot-only\";i:1689;s:10:\"undo-norev\";i:1690;s:13:\"undo-nochange\";i:1691;s:12:\"undo-summary\";i:1692;s:17:\"undo-summary-anon\";i:1693;s:19:\"undo-summary-import\";i:1694;s:20:\"undo-summary-import2\";i:1695;s:28:\"undo-summary-username-hidden\";i:1696;s:22:\"viewpagelogs-lowercase\";i:1697;s:11:\"tooltip-cur\";i:1698;s:12:\"tooltip-last\";i:1699;s:18:\"history-feed-empty\";i:1700;s:17:\"history-edit-tags\";i:1701;s:13:\"history-empty\";i:1702;s:17:\"rev-deleted-event\";i:1703;s:27:\"rev-deleted-text-permission\";i:1704;s:19:\"rev-suppressed-text\";i:1705;s:30:\"rev-suppressed-text-permission\";i:1706;s:23:\"rev-deleted-text-unhide\";i:1707;s:26:\"rev-suppressed-text-unhide\";i:1708;s:21:\"rev-deleted-text-view\";i:1709;s:24:\"rev-suppressed-text-view\";i:1710;s:19:\"rev-deleted-no-diff\";i:1711;s:22:\"rev-suppressed-no-diff\";i:1712;s:23:\"rev-deleted-unhide-diff\";i:1713;s:26:\"rev-suppressed-unhide-diff\";i:1714;s:21:\"rev-deleted-diff-view\";i:1715;s:24:\"rev-suppressed-diff-view\";i:1716;s:14:\"revisiondelete\";i:1717;s:23:\"revdelete-nooldid-title\";i:1718;s:22:\"revdelete-nooldid-text\";i:1719;s:17:\"revdelete-no-file\";i:1720;s:27:\"revdelete-show-file-confirm\";i:1721;s:23:\"revdelete-selected-text\";i:1722;s:23:\"revdelete-selected-file\";i:1723;s:18:\"logdelete-selected\";i:1724;s:19:\"revdelete-text-text\";i:1725;s:19:\"revdelete-text-file\";i:1726;s:14:\"logdelete-text\";i:1727;s:21:\"revdelete-text-others\";i:1728;s:17:\"revdelete-confirm\";i:1729;s:23:\"revdelete-suppress-text\";i:1730;s:16:\"revdelete-legend\";i:1731;s:19:\"revdelete-hide-text\";i:1732;s:19:\"revdelete-hide-name\";i:1733;s:19:\"revdelete-hide-user\";i:1734;s:25:\"revdelete-hide-restricted\";i:1735;s:18:\"revdelete-suppress\";i:1736;s:20:\"revdelete-unsuppress\";i:1737;s:16:\"revdelete-submit\";i:1738;s:17:\"revdelete-success\";i:1739;s:17:\"revdelete-failure\";i:1740;s:17:\"logdelete-success\";i:1741;s:17:\"logdelete-failure\";i:1742;s:22:\"revdelete-hide-current\";i:1743;s:24:\"revdelete-show-no-access\";i:1744;s:26:\"revdelete-modify-no-access\";i:1745;s:24:\"revdelete-modify-missing\";i:1746;s:19:\"revdelete-no-change\";i:1747;s:27:\"revdelete-concurrent-change\";i:1748;s:25:\"revdelete-only-restricted\";i:1749;s:25:\"revdelete-reason-dropdown\";i:1750;s:34:\"revdelete-reason-dropdown-suppress\";i:1751;s:21:\"revdelete-otherreason\";i:1752;s:25:\"revdelete-reasonotherlist\";i:1753;s:25:\"revdelete-edit-reasonlist\";i:1754;s:34:\"revdelete-edit-reasonlist-suppress\";i:1755;s:18:\"revdelete-offender\";i:1756;s:14:\"suppressionlog\";i:1757;s:18:\"suppressionlogtext\";i:1758;s:12:\"mergehistory\";i:1759;s:19:\"mergehistory-header\";i:1760;s:16:\"mergehistory-box\";i:1761;s:17:\"mergehistory-list\";i:1762;s:18:\"mergehistory-merge\";i:1763;s:15:\"mergehistory-go\";i:1764;s:19:\"mergehistory-submit\";i:1765;s:18:\"mergehistory-empty\";i:1766;s:17:\"mergehistory-done\";i:1767;s:17:\"mergehistory-fail\";i:1768;s:31:\"mergehistory-fail-bad-timestamp\";i:1769;s:32:\"mergehistory-fail-invalid-source\";i:1770;s:30:\"mergehistory-fail-invalid-dest\";i:1771;s:27:\"mergehistory-fail-no-change\";i:1772;s:28:\"mergehistory-fail-permission\";i:1773;s:28:\"mergehistory-fail-self-merge\";i:1774;s:36:\"mergehistory-fail-timestamps-overlap\";i:1775;s:24:\"mergehistory-fail-toobig\";i:1776;s:22:\"mergehistory-no-source\";i:1777;s:27:\"mergehistory-no-destination\";i:1778;s:32:\"mergehistory-invalid-destination\";i:1779;s:24:\"mergehistory-autocomment\";i:1780;s:20:\"mergehistory-comment\";i:1781;s:29:\"mergehistory-same-destination\";i:1782;s:34:\"mergehistory-source-deleted-reason\";i:1783;s:27:\"mergehistory-source-deleted\";i:1784;s:24:\"mergehistory-revisionrow\";i:1785;s:16:\"mergelogpagetext\";i:1786;s:26:\"difference-title-multipage\";i:1787;s:20:\"difference-multipage\";i:1788;s:24:\"showhideselectedversions\";i:1789;s:21:\"diff-multi-otherusers\";i:1790;s:20:\"diff-multi-manyusers\";i:1791;s:26:\"diff-paragraph-moved-tonew\";i:1792;s:26:\"diff-paragraph-moved-toold\";i:1793;s:27:\"difference-missing-revision\";i:1794;s:26:\"search-filter-title-prefix\";i:1795;s:32:\"search-filter-title-prefix-reset\";i:1796;s:12:\"titlematches\";i:1797;s:11:\"textmatches\";i:1798;s:9:\"prev-page\";i:1799;s:9:\"next-page\";i:1800;s:15:\"search-category\";i:1801;s:16:\"search-rewritten\";i:1802;s:31:\"search-interwiki-resultset-link\";i:1803;s:29:\"search-interwiki-more-results\";i:1804;s:21:\"search-relatedarticle\";i:1805;s:25:\"search-invalid-sort-order\";i:1806;s:22:\"search-unknown-profile\";i:1807;s:14:\"showingresults\";i:1808;s:21:\"showingresultsinrange\";i:1809;s:25:\"search-nonefound-thiswiki\";i:1810;s:23:\"powersearch-togglelabel\";i:1811;s:20:\"powersearch-remember\";i:1812;s:15:\"search-external\";i:1813;s:14:\"searchdisabled\";i:1814;s:12:\"search-error\";i:1815;s:14:\"search-warning\";i:1816;s:16:\"prefs-skin-prefs\";i:1817;s:21:\"prefs-skin-responsive\";i:1818;s:26:\"prefs-help-skin-responsive\";i:1819;s:10:\"prefs-labs\";i:1820;s:19:\"prefs-editwatchlist\";i:1821;s:25:\"prefs-editwatchlist-label\";i:1822;s:24:\"prefs-editwatchlist-edit\";i:1823;s:23:\"prefs-editwatchlist-raw\";i:1824;s:25:\"prefs-editwatchlist-clear\";i:1825;s:21:\"prefs-watchlist-edits\";i:1826;s:25:\"prefs-watchlist-edits-max\";i:1827;s:21:\"prefs-watchlist-token\";i:1828;s:28:\"prefs-watchlist-managetokens\";i:1829;s:16:\"prefs-searchmisc\";i:1830;s:12:\"restoreprefs\";i:1831;s:17:\"recentchangesdays\";i:1832;s:21:\"recentchangesdays-max\";i:1833;s:18:\"recentchangescount\";i:1834;s:29:\"prefs-help-recentchangescount\";i:1835;s:27:\"prefs-help-watchlist-token2\";i:1836;s:26:\"prefs-help-tokenmanagement\";i:1837;s:29:\"prefs-user-downloaddata-label\";i:1838;s:28:\"prefs-user-downloaddata-info\";i:1839;s:29:\"prefs-user-restoreprefs-label\";i:1840;s:28:\"prefs-user-restoreprefs-info\";i:1841;s:10:\"savedprefs\";i:1842;s:11:\"savedrights\";i:1843;s:14:\"timezonelegend\";i:1844;s:9:\"localtime\";i:1845;s:24:\"timezoneuseserverdefault\";i:1846;s:30:\"timezone-useoffset-placeholder\";i:1847;s:10:\"servertime\";i:1848;s:13:\"guesstimezone\";i:1849;s:21:\"timezoneregion-africa\";i:1850;s:21:\"timezoneregion-arctic\";i:1851;s:19:\"timezoneregion-asia\";i:1852;s:24:\"timezoneregion-australia\";i:1853;s:27:\"email-allow-new-users-label\";i:1854;s:20:\"email-mutelist-label\";i:1855;s:16:\"prefs-custom-css\";i:1856;s:17:\"prefs-custom-json\";i:1857;s:15:\"prefs-custom-js\";i:1858;s:19:\"prefs-common-config\";i:1859;s:17:\"prefs-reset-intro\";i:1860;s:19:\"prefs-reset-confirm\";i:1861;s:24:\"prefs-emailconfirm-label\";i:1862;s:8:\"username\";i:1863;s:20:\"prefs-memberingroups\";i:1864;s:25:\"prefs-memberingroups-type\";i:1865;s:33:\"group-membership-link-with-expiry\";i:1866;s:28:\"prefs-registration-date-time\";i:1867;s:11:\"yourvariant\";i:1868;s:18:\"prefs-help-variant\";i:1869;s:6:\"badsig\";i:1870;s:10:\"badsightml\";i:1871;s:11:\"badsiglinks\";i:1872;s:11:\"badsigsubst\";i:1873;s:15:\"badsiglinebreak\";i:1874;s:29:\"linterror-bogus-image-options\";i:1875;s:29:\"linterror-deletable-table-tag\";i:1876;s:26:\"linterror-html5-misnesting\";i:1877;s:38:\"linterror-misc-tidy-replacement-issues\";i:1878;s:23:\"linterror-misnested-tag\";i:1879;s:25:\"linterror-missing-end-tag\";i:1880;s:28:\"linterror-multi-colon-escape\";i:1881;s:38:\"linterror-multiline-html-table-in-list\";i:1882;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1883;s:22:\"linterror-obsolete-tag\";i:1884;s:30:\"linterror-pwrap-bug-workaround\";i:1885;s:25:\"linterror-self-closed-tag\";i:1886;s:22:\"linterror-stripped-tag\";i:1887;s:23:\"linterror-tidy-font-bug\";i:1888;s:29:\"linterror-tidy-whitespace-bug\";i:1889;s:36:\"linterror-unclosed-quotes-in-heading\";i:1890;s:10:\"yourgender\";i:1891;s:15:\"gender-notknown\";i:1892;s:17:\"prefs-help-gender\";i:1893;s:23:\"prefs-help-requireemail\";i:1894;s:10:\"prefs-info\";i:1895;s:10:\"prefs-i18n\";i:1896;s:31:\"prefs-signature-invalid-warning\";i:1897;s:27:\"prefs-signature-invalid-new\";i:1898;s:32:\"prefs-signature-invalid-disallow\";i:1899;s:31:\"prefs-signature-highlight-error\";i:1900;s:29:\"prefs-signature-error-details\";i:1901;s:20:\"prefs-developertools\";i:1902;s:16:\"prefs-discussion\";i:1903;s:16:\"prefs-advancedrc\";i:1904;s:23:\"prefs-advancedrendering\";i:1905;s:27:\"prefs-advancedsearchoptions\";i:1906;s:23:\"prefs-advancedwatchlist\";i:1907;s:15:\"prefs-displayrc\";i:1908;s:22:\"prefs-displaywatchlist\";i:1909;s:15:\"prefs-changesrc\";i:1910;s:22:\"prefs-changeswatchlist\";i:1911;s:20:\"prefs-pageswatchlist\";i:1912;s:20:\"prefs-tokenwatchlist\";i:1913;s:26:\"prefs-tabs-navigation-hint\";i:1914;s:10:\"userrights\";i:1915;s:22:\"userrights-lookup-user\";i:1916;s:17:\"viewinguserrights\";i:1917;s:24:\"userrights-viewusergroup\";i:1918;s:28:\"userrights-groupsmember-auto\";i:1919;s:28:\"userrights-groupsmember-type\";i:1920;s:21:\"userrights-systemuser\";i:1921;s:22:\"userrights-groups-help\";i:1922;s:21:\"userrights-nodatabase\";i:1923;s:30:\"userrights-irreversible-marker\";i:1924;s:25:\"userrights-expiry-current\";i:1925;s:22:\"userrights-expiry-none\";i:1926;s:17:\"userrights-expiry\";i:1927;s:26:\"userrights-expiry-existing\";i:1928;s:27:\"userrights-expiry-othertime\";i:1929;s:25:\"userrights-invalid-expiry\";i:1930;s:25:\"userrights-expiry-in-past\";i:1931;s:32:\"userrights-cannot-shorten-expiry\";i:1932;s:19:\"userrights-conflict\";i:1933;s:11:\"group-named\";i:1934;s:21:\"group-interface-admin\";i:1935;s:28:\"group-interface-admin-member\";i:1936;s:15:\"grouppage-named\";i:1937;s:25:\"grouppage-interface-admin\";i:1938;s:23:\"right-autocreateaccount\";i:1939;s:24:\"right-move-categorypages\";i:1940;s:22:\"right-suppressredirect\";i:1941;s:14:\"right-reupload\";i:1942;s:18:\"right-reupload-own\";i:1943;s:21:\"right-reupload-shared\";i:1944;s:11:\"right-purge\";i:1945;s:19:\"right-autoconfirmed\";i:1946;s:9:\"right-bot\";i:1947;s:20:\"right-nominornewtalk\";i:1948;s:19:\"right-apihighlimits\";i:1949;s:21:\"right-delete-redirect\";i:1950;s:20:\"right-deletelogentry\";i:1951;s:20:\"right-deleterevision\";i:1952;s:20:\"right-deletedhistory\";i:1953;s:17:\"right-deletedtext\";i:1954;s:14:\"right-undelete\";i:1955;s:22:\"right-suppressrevision\";i:1956;s:20:\"right-viewsuppressed\";i:1957;s:20:\"right-suppressionlog\";i:1958;s:11:\"right-block\";i:1959;s:16:\"right-blockemail\";i:1960;s:14:\"right-hideuser\";i:1961;s:20:\"right-ipblock-exempt\";i:1962;s:17:\"right-unblockself\";i:1963;s:13:\"right-protect\";i:1964;s:19:\"right-editprotected\";i:1965;s:23:\"right-editsemiprotected\";i:1966;s:22:\"right-editcontentmodel\";i:1967;s:19:\"right-editinterface\";i:1968;s:17:\"right-editusercss\";i:1969;s:18:\"right-edituserjson\";i:1970;s:16:\"right-edituserjs\";i:1971;s:17:\"right-editsitecss\";i:1972;s:18:\"right-editsitejson\";i:1973;s:16:\"right-editsitejs\";i:1974;s:19:\"right-editmyusercss\";i:1975;s:20:\"right-editmyuserjson\";i:1976;s:18:\"right-editmyuserjs\";i:1977;s:26:\"right-editmyuserjsredirect\";i:1978;s:21:\"right-viewmywatchlist\";i:1979;s:21:\"right-editmywatchlist\";i:1980;s:23:\"right-viewmyprivateinfo\";i:1981;s:23:\"right-editmyprivateinfo\";i:1982;s:19:\"right-editmyoptions\";i:1983;s:14:\"right-rollback\";i:1984;s:18:\"right-markbotedits\";i:1985;s:17:\"right-noratelimit\";i:1986;s:12:\"right-import\";i:1987;s:18:\"right-importupload\";i:1988;s:12:\"right-patrol\";i:1989;s:16:\"right-autopatrol\";i:1990;s:17:\"right-patrolmarks\";i:1991;s:20:\"right-unwatchedpages\";i:1992;s:18:\"right-mergehistory\";i:1993;s:16:\"right-userrights\";i:1994;s:26:\"right-userrights-interwiki\";i:1995;s:15:\"right-siteadmin\";i:1996;s:27:\"right-override-export-depth\";i:1997;s:15:\"right-sendemail\";i:1998;s:22:\"right-managechangetags\";i:1999;s:21:\"right-applychangetags\";i:2000;s:16:\"right-changetags\";i:2001;s:22:\"right-deletechangetags\";i:2002;s:13:\"grant-generic\";i:2003;s:28:\"grant-group-page-interaction\";i:2004;s:28:\"grant-group-file-interaction\";i:2005;s:33:\"grant-group-watchlist-interaction\";i:2006;s:23:\"grant-group-high-volume\";i:2007;s:25:\"grant-group-customization\";i:2008;s:26:\"grant-group-administration\";i:2009;s:31:\"grant-group-private-information\";i:2010;s:17:\"grant-group-other\";i:2011;s:16:\"grant-blockusers\";i:2012;s:19:\"grant-createaccount\";i:2013;s:12:\"grant-delete\";i:2014;s:19:\"grant-editinterface\";i:2015;s:17:\"grant-editmycssjs\";i:2016;s:19:\"grant-editmyoptions\";i:2017;s:21:\"grant-editmywatchlist\";i:2018;s:20:\"grant-editsiteconfig\";i:2019;s:14:\"grant-editpage\";i:2020;s:19:\"grant-editprotected\";i:2021;s:16:\"grant-highvolume\";i:2022;s:12:\"grant-import\";i:2023;s:18:\"grant-mergehistory\";i:2024;s:15:\"grant-oversight\";i:2025;s:12:\"grant-patrol\";i:2026;s:17:\"grant-privateinfo\";i:2027;s:13:\"grant-protect\";i:2028;s:14:\"grant-rollback\";i:2029;s:24:\"grant-uploadeditmovefile\";i:2030;s:16:\"grant-uploadfile\";i:2031;s:11:\"grant-basic\";i:2032;s:17:\"grant-viewdeleted\";i:2033;s:21:\"grant-viewmywatchlist\";i:2034;s:24:\"grant-viewrestrictedlogs\";i:2035;s:18:\"newuserlogpagetext\";i:2036;s:13:\"rightslogtext\";i:2037;s:17:\"action-createtalk\";i:2038;s:24:\"action-autocreateaccount\";i:2039;s:14:\"action-history\";i:2040;s:16:\"action-minoredit\";i:2041;s:20:\"action-move-subpages\";i:2042;s:25:\"action-move-rootuserpages\";i:2043;s:25:\"action-move-categorypages\";i:2044;s:15:\"action-movefile\";i:2045;s:13:\"action-upload\";i:2046;s:15:\"action-reupload\";i:2047;s:22:\"action-reupload-shared\";i:2048;s:20:\"action-upload_by_url\";i:2049;s:15:\"action-writeapi\";i:2050;s:22:\"action-delete-redirect\";i:2051;s:21:\"action-deleterevision\";i:2052;s:21:\"action-deletelogentry\";i:2053;s:21:\"action-deletedhistory\";i:2054;s:18:\"action-deletedtext\";i:2055;s:20:\"action-browsearchive\";i:2056;s:23:\"action-suppressrevision\";i:2057;s:21:\"action-suppressionlog\";i:2058;s:12:\"action-block\";i:2059;s:15:\"action-rollback\";i:2060;s:13:\"action-import\";i:2061;s:19:\"action-importupload\";i:2062;s:13:\"action-patrol\";i:2063;s:17:\"action-autopatrol\";i:2064;s:21:\"action-unwatchedpages\";i:2065;s:19:\"action-mergehistory\";i:2066;s:17:\"action-userrights\";i:2067;s:27:\"action-userrights-interwiki\";i:2068;s:16:\"action-siteadmin\";i:2069;s:20:\"action-editmyoptions\";i:2070;s:22:\"action-editmywatchlist\";i:2071;s:22:\"action-viewmywatchlist\";i:2072;s:24:\"action-viewmyprivateinfo\";i:2073;s:24:\"action-editmyprivateinfo\";i:2074;s:23:\"action-editcontentmodel\";i:2075;s:23:\"action-managechangetags\";i:2076;s:22:\"action-applychangetags\";i:2077;s:17:\"action-changetags\";i:2078;s:23:\"action-deletechangetags\";i:2079;s:12:\"action-purge\";i:2080;s:20:\"action-apihighlimits\";i:2081;s:20:\"action-autoconfirmed\";i:2082;s:16:\"action-bigdelete\";i:2083;s:17:\"action-blockemail\";i:2084;s:10:\"action-bot\";i:2085;s:20:\"action-editprotected\";i:2086;s:24:\"action-editsemiprotected\";i:2087;s:20:\"action-editinterface\";i:2088;s:18:\"action-editusercss\";i:2089;s:19:\"action-edituserjson\";i:2090;s:17:\"action-edituserjs\";i:2091;s:18:\"action-editsitecss\";i:2092;s:19:\"action-editsitejson\";i:2093;s:17:\"action-editsitejs\";i:2094;s:20:\"action-editmyusercss\";i:2095;s:21:\"action-editmyuserjson\";i:2096;s:19:\"action-editmyuserjs\";i:2097;s:27:\"action-editmyuserjsredirect\";i:2098;s:21:\"action-viewsuppressed\";i:2099;s:15:\"action-hideuser\";i:2100;s:21:\"action-ipblock-exempt\";i:2101;s:18:\"action-unblockself\";i:2102;s:18:\"action-noratelimit\";i:2103;s:19:\"action-reupload-own\";i:2104;s:21:\"action-nominornewtalk\";i:2105;s:19:\"action-markbotedits\";i:2106;s:18:\"action-patrolmarks\";i:2107;s:28:\"action-override-export-depth\";i:2108;s:23:\"action-suppressredirect\";i:2109;s:6:\"ntimes\";i:2110;s:21:\"recentchanges-timeout\";i:2111;s:21:\"recentchanges-network\";i:2112;s:26:\"recentchanges-notargetpage\";i:2113;s:36:\"recentchanges-legend-watchlistexpiry\";i:2114;s:20:\"recentchanges-submit\";i:2115;s:20:\"rcfilters-tag-remove\";i:2116;s:28:\"rcfilters-activefilters-show\";i:2117;s:36:\"rcfilters-activefilters-show-tooltip\";i:2118;s:25:\"rcfilters-advancedfilters\";i:2119;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2120;s:25:\"rcfilters-days-show-hours\";i:2121;s:34:\"rcfilters-highlighted-filters-list\";i:2122;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2123;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2124;s:29:\"rcfilters-savedqueries-rename\";i:2125;s:33:\"rcfilters-savedqueries-setdefault\";i:2126;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2127;s:29:\"rcfilters-savedqueries-remove\";i:2128;s:37:\"rcfilters-savedqueries-new-name-label\";i:2129;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2130;s:34:\"rcfilters-savedqueries-apply-label\";i:2131;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2132;s:35:\"rcfilters-savedqueries-cancel-label\";i:2133;s:36:\"rcfilters-savedqueries-add-new-title\";i:2134;s:36:\"rcfilters-savedqueries-already-saved\";i:2135;s:33:\"rcfilters-restore-default-filters\";i:2136;s:27:\"rcfilters-clear-all-filters\";i:2137;s:35:\"rcfilters-search-placeholder-mobile\";i:2138;s:24:\"rcfilters-invalid-filter\";i:2139;s:22:\"rcfilters-empty-filter\";i:2140;s:26:\"rcfilters-filterlist-title\";i:2141;s:30:\"rcfilters-filterlist-whatsthis\";i:2142;s:31:\"rcfilters-highlightbutton-title\";i:2143;s:29:\"rcfilters-highlightmenu-title\";i:2144;s:28:\"rcfilters-highlightmenu-help\";i:2145;s:30:\"rcfilters-filterlist-noresults\";i:2146;s:28:\"rcfilters-noresults-conflict\";i:2147;s:30:\"rcfilters-state-message-subset\";i:2148;s:36:\"rcfilters-state-message-fullcoverage\";i:2149;s:32:\"rcfilters-filtergroup-authorship\";i:2150;s:40:\"rcfilters-filter-editsbyself-description\";i:2151;s:41:\"rcfilters-filter-editsbyother-description\";i:2152;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2153;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2154;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2155;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2156;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2157;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:2158;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2159;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2160;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2161;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2162;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2163;s:31:\"rcfilters-filtergroup-automated\";i:2164;s:27:\"rcfilters-filter-bots-label\";i:2165;s:33:\"rcfilters-filter-bots-description\";i:2166;s:35:\"rcfilters-filter-humans-description\";i:2167;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2168;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2169;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2170;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2171;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2172;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2173;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2174;s:34:\"rcfilters-filtergroup-significance\";i:2175;s:28:\"rcfilters-filter-minor-label\";i:2176;s:34:\"rcfilters-filter-minor-description\";i:2177;s:28:\"rcfilters-filter-major-label\";i:2178;s:34:\"rcfilters-filter-major-description\";i:2179;s:31:\"rcfilters-filtergroup-watchlist\";i:2180;s:40:\"rcfilters-filter-watchlist-watched-label\";i:2181;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2182;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2183;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2184;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:2185;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2186;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2187;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2188;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2189;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2190;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2191;s:32:\"rcfilters-filtergroup-changetype\";i:2192;s:38:\"rcfilters-filter-pageedits-description\";i:2193;s:37:\"rcfilters-filter-newpages-description\";i:2194;s:37:\"rcfilters-filter-categorization-label\";i:2195;s:43:\"rcfilters-filter-categorization-description\";i:2196;s:39:\"rcfilters-filter-logactions-description\";i:2197;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2198;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2199;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2200;s:34:\"rcfilters-filtergroup-lastrevision\";i:2201;s:35:\"rcfilters-filter-lastrevision-label\";i:2202;s:41:\"rcfilters-filter-lastrevision-description\";i:2203;s:39:\"rcfilters-filter-previousrevision-label\";i:2204;s:45:\"rcfilters-filter-previousrevision-description\";i:2205;s:25:\"rcfilters-filter-excluded\";i:2206;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:2207;s:28:\"rcfilters-exclude-button-off\";i:2208;s:27:\"rcfilters-exclude-button-on\";i:2209;s:19:\"rcfilters-view-tags\";i:2210;s:33:\"rcfilters-view-namespaces-tooltip\";i:2211;s:27:\"rcfilters-view-tags-tooltip\";i:2212;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2213;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2214;s:37:\"rcfilters-liveupdates-button-title-on\";i:2215;s:38:\"rcfilters-liveupdates-button-title-off\";i:2216;s:35:\"rcfilters-watchlist-markseen-button\";i:2217;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2218;s:31:\"rcfilters-watchlist-showupdated\";i:2219;s:26:\"rcfilters-preference-label\";i:2220;s:25:\"rcfilters-preference-help\";i:2221;s:36:\"rcfilters-watchlist-preference-label\";i:2222;s:35:\"rcfilters-watchlist-preference-help\";i:2223;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2224;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2225;s:35:\"rcfilters-filter-showlinkedto-label\";i:2226;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2227;s:33:\"rcfilters-target-page-placeholder\";i:2228;s:27:\"rcfilters-allcontents-label\";i:2229;s:30:\"rcfilters-alldiscussions-label\";i:2230;s:15:\"rclistfromreset\";i:2231;s:19:\"rcshowhidepatr-show\";i:2232;s:24:\"rcshowhidecategorization\";i:2233;s:29:\"rcshowhidecategorization-show\";i:2234;s:17:\"unpatrolledletter\";i:2235;s:14:\"rc-change-size\";i:2236;s:36:\"recentchanges-page-added-to-category\";i:2237;s:44:\"recentchanges-page-added-to-category-bundled\";i:2238;s:40:\"recentchanges-page-removed-from-category\";i:2239;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2240;s:19:\"autochange-username\";i:2241;s:15:\"upload-tryagain\";i:2242;s:23:\"upload-tryagain-nostash\";i:2243;s:24:\"upload_directory_missing\";i:2244;s:26:\"upload_directory_read_only\";i:2245;s:11:\"uploaderror\";i:2246;s:23:\"upload-recreate-warning\";i:2247;s:10:\"uploadtext\";i:2248;s:16:\"upload-permitted\";i:2249;s:16:\"upload-preferred\";i:2250;s:17:\"upload-prohibited\";i:2251;s:19:\"filereuploadsummary\";i:2252;s:10:\"filestatus\";i:2253;s:13:\"ignorewarning\";i:2254;s:14:\"ignorewarnings\";i:2255;s:22:\"filetype-mime-mismatch\";i:2256;s:16:\"filetype-badmime\";i:2257;s:20:\"filetype-bad-ie-mime\";i:2258;s:22:\"filetype-unwanted-type\";i:2259;s:20:\"filetype-banned-type\";i:2260;s:16:\"filetype-missing\";i:2261;s:18:\"verification-error\";i:2262;s:11:\"hookaborted\";i:2263;s:9:\"overwrite\";i:2264;s:13:\"unknown-error\";i:2265;s:16:\"tmp-create-error\";i:2266;s:15:\"tmp-write-error\";i:2267;s:10:\"large-file\";i:2268;s:15:\"largefileserver\";i:2269;s:9:\"emptyfile\";i:2270;s:25:\"windows-nonascii-filename\";i:2271;s:10:\"fileexists\";i:2272;s:14:\"filepageexists\";i:2273;s:20:\"fileexists-extension\";i:2274;s:24:\"fileexists-thumbnail-yes\";i:2275;s:17:\"file-thumbnail-no\";i:2276;s:20:\"fileexists-forbidden\";i:2277;s:27:\"fileexists-shared-forbidden\";i:2278;s:20:\"fileexists-no-change\";i:2279;s:28:\"fileexists-duplicate-version\";i:2280;s:21:\"file-exists-duplicate\";i:2281;s:22:\"file-deleted-duplicate\";i:2282;s:30:\"file-deleted-duplicate-notitle\";i:2283;s:13:\"uploadwarning\";i:2284;s:18:\"uploadwarning-text\";i:2285;s:26:\"uploadwarning-text-nostash\";i:2286;s:14:\"uploaddisabled\";i:2287;s:18:\"copyuploaddisabled\";i:2288;s:18:\"uploaddisabledtext\";i:2289;s:22:\"php-uploaddisabledtext\";i:2290;s:14:\"uploadscripted\";i:2291;s:27:\"upload-scripted-pi-callback\";i:2292;s:19:\"upload-scripted-dtd\";i:2293;s:19:\"uploaded-script-svg\";i:2294;s:20:\"uploaded-hostile-svg\";i:2295;s:29:\"uploaded-event-handler-on-svg\";i:2296;s:27:\"uploaded-href-attribute-svg\";i:2297;s:31:\"uploaded-href-unsafe-target-svg\";i:2298;s:20:\"uploaded-animate-svg\";i:2299;s:34:\"uploaded-setting-event-handler-svg\";i:2300;s:25:\"uploaded-setting-href-svg\";i:2301;s:26:\"uploaded-wrong-setting-svg\";i:2302;s:28:\"uploaded-setting-handler-svg\";i:2303;s:23:\"uploaded-remote-url-svg\";i:2304;s:25:\"uploaded-image-filter-svg\";i:2305;s:23:\"uploadscriptednamespace\";i:2306;s:16:\"uploadinvalidxml\";i:2307;s:11:\"uploadvirus\";i:2308;s:12:\"destfilename\";i:2309;s:14:\"upload-options\";i:2310;s:14:\"filewasdeleted\";i:2311;s:19:\"filename-thumb-name\";i:2312;s:19:\"filename-bad-prefix\";i:2313;s:25:\"filename-prefix-blacklist\";i:2314;s:18:\"upload-proto-error\";i:2315;s:23:\"upload-proto-error-text\";i:2316;s:17:\"upload-file-error\";i:2317;s:22:\"upload-file-error-text\";i:2318;s:17:\"upload-misc-error\";i:2319;s:22:\"upload-misc-error-text\";i:2320;s:25:\"upload-too-many-redirects\";i:2321;s:17:\"upload-http-error\";i:2322;s:33:\"upload-copy-upload-invalid-domain\";i:2323;s:26:\"upload-foreign-cant-upload\";i:2324;s:31:\"upload-foreign-cant-load-config\";i:2325;s:22:\"upload-dialog-disabled\";i:2326;s:19:\"upload-dialog-title\";i:2327;s:27:\"upload-dialog-button-cancel\";i:2328;s:25:\"upload-dialog-button-back\";i:2329;s:25:\"upload-dialog-button-done\";i:2330;s:25:\"upload-dialog-button-save\";i:2331;s:27:\"upload-dialog-button-upload\";i:2332;s:32:\"upload-form-label-infoform-title\";i:2333;s:31:\"upload-form-label-infoform-name\";i:2334;s:39:\"upload-form-label-infoform-name-tooltip\";i:2335;s:38:\"upload-form-label-infoform-description\";i:2336;s:46:\"upload-form-label-infoform-description-tooltip\";i:2337;s:29:\"upload-form-label-usage-title\";i:2338;s:32:\"upload-form-label-usage-filename\";i:2339;s:26:\"upload-form-label-own-work\";i:2340;s:37:\"upload-form-label-infoform-categories\";i:2341;s:31:\"upload-form-label-infoform-date\";i:2342;s:48:\"upload-form-label-own-work-message-generic-local\";i:2343;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2344;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2345;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2346;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2347;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2348;s:19:\"backend-fail-stream\";i:2349;s:19:\"backend-fail-backup\";i:2350;s:22:\"backend-fail-notexists\";i:2351;s:19:\"backend-fail-hashes\";i:2352;s:18:\"backend-fail-sizes\";i:2353;s:20:\"backend-fail-notsame\";i:2354;s:24:\"backend-fail-invalidpath\";i:2355;s:19:\"backend-fail-delete\";i:2356;s:21:\"backend-fail-describe\";i:2357;s:26:\"backend-fail-alreadyexists\";i:2358;s:18:\"backend-fail-store\";i:2359;s:17:\"backend-fail-copy\";i:2360;s:17:\"backend-fail-move\";i:2361;s:21:\"backend-fail-opentemp\";i:2362;s:22:\"backend-fail-writetemp\";i:2363;s:22:\"backend-fail-closetemp\";i:2364;s:17:\"backend-fail-read\";i:2365;s:19:\"backend-fail-create\";i:2366;s:20:\"backend-fail-maxsize\";i:2367;s:21:\"backend-fail-readonly\";i:2368;s:19:\"backend-fail-synced\";i:2369;s:20:\"backend-fail-connect\";i:2370;s:21:\"backend-fail-internal\";i:2371;s:24:\"backend-fail-contenttype\";i:2372;s:22:\"backend-fail-batchsize\";i:2373;s:19:\"backend-fail-usable\";i:2374;s:17:\"backend-fail-stat\";i:2375;s:17:\"backend-fail-hash\";i:2376;s:21:\"lockmanager-notlocked\";i:2377;s:26:\"lockmanager-fail-closelock\";i:2378;s:27:\"lockmanager-fail-deletelock\";i:2379;s:28:\"lockmanager-fail-acquirelock\";i:2380;s:25:\"lockmanager-fail-openlock\";i:2381;s:28:\"lockmanager-fail-releaselock\";i:2382;s:26:\"lockmanager-fail-db-bucket\";i:2383;s:27:\"lockmanager-fail-db-release\";i:2384;s:28:\"lockmanager-fail-svr-acquire\";i:2385;s:28:\"lockmanager-fail-svr-release\";i:2386;s:25:\"lockmanager-fail-conflict\";i:2387;s:19:\"zip-file-open-error\";i:2388;s:16:\"zip-wrong-format\";i:2389;s:7:\"zip-bad\";i:2390;s:15:\"zip-unsupported\";i:2391;s:11:\"uploadstash\";i:2392;s:19:\"uploadstash-summary\";i:2393;s:17:\"uploadstash-clear\";i:2394;s:19:\"uploadstash-nofiles\";i:2395;s:20:\"uploadstash-badtoken\";i:2396;s:20:\"uploadstash-errclear\";i:2397;s:19:\"uploadstash-refresh\";i:2398;s:21:\"uploadstash-thumbnail\";i:2399;s:21:\"uploadstash-exception\";i:2400;s:20:\"uploadstash-bad-path\";i:2401;s:28:\"uploadstash-bad-path-invalid\";i:2402;s:33:\"uploadstash-bad-path-unknown-type\";i:2403;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2404;s:31:\"uploadstash-bad-path-no-handler\";i:2405;s:31:\"uploadstash-bad-path-bad-format\";i:2406;s:26:\"uploadstash-file-not-found\";i:2407;s:35:\"uploadstash-file-not-found-no-thumb\";i:2408;s:40:\"uploadstash-file-not-found-no-local-path\";i:2409;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2410;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2411;s:37:\"uploadstash-file-not-found-not-exists\";i:2412;s:26:\"uploadstash-file-too-large\";i:2413;s:25:\"uploadstash-not-logged-in\";i:2414;s:23:\"uploadstash-wrong-owner\";i:2415;s:23:\"uploadstash-no-such-key\";i:2416;s:23:\"uploadstash-zero-length\";i:2417;s:20:\"invalid-chunk-offset\";i:2418;s:21:\"img-auth-accessdenied\";i:2419;s:17:\"img-auth-notindir\";i:2420;s:17:\"img-auth-badtitle\";i:2421;s:14:\"img-auth-isdir\";i:2422;s:18:\"img-auth-streaming\";i:2423;s:15:\"img-auth-public\";i:2424;s:15:\"img-auth-noread\";i:2425;s:16:\"http-invalid-url\";i:2426;s:19:\"http-invalid-scheme\";i:2427;s:18:\"http-request-error\";i:2428;s:15:\"http-read-error\";i:2429;s:14:\"http-timed-out\";i:2430;s:15:\"http-curl-error\";i:2431;s:15:\"http-bad-status\";i:2432;s:19:\"http-internal-error\";i:2433;s:18:\"upload-curl-error6\";i:2434;s:23:\"upload-curl-error6-text\";i:2435;s:19:\"upload-curl-error28\";i:2436;s:24:\"upload-curl-error28-text\";i:2437;s:9:\"nolicense\";i:2438;s:13:\"licenses-edit\";i:2439;s:17:\"license-nopreview\";i:2440;s:17:\"upload_source_url\";i:2441;s:18:\"upload_source_file\";i:2442;s:16:\"listfiles-delete\";i:2443;s:17:\"listfiles-summary\";i:2444;s:26:\"listfiles-userdoesnotexist\";i:2445;s:17:\"listfiles_subpage\";i:2446;s:17:\"linkstoimage-more\";i:2447;s:16:\"morelinkstoimage\";i:2448;s:16:\"duplicatesoffile\";i:2449;s:23:\"sharedupload-desc-there\";i:2450;s:22:\"sharedupload-desc-edit\";i:2451;s:24:\"sharedupload-desc-create\";i:2452;s:20:\"filepage-nofile-link\";i:2453;s:16:\"shared-repo-from\";i:2454;s:11:\"shared-repo\";i:2455;s:33:\"shared-repo-name-wikimediacommons\";i:2456;s:12:\"filepage.css\";i:2457;s:10:\"filerevert\";i:2458;s:17:\"filerevert-legend\";i:2459;s:16:\"filerevert-intro\";i:2460;s:25:\"filerevert-defaultcomment\";i:2461;s:17:\"filerevert-submit\";i:2462;s:18:\"filerevert-success\";i:2463;s:21:\"filerevert-badversion\";i:2464;s:20:\"filerevert-identical\";i:2465;s:10:\"filedelete\";i:2466;s:17:\"filedelete-legend\";i:2467;s:16:\"filedelete-intro\";i:2468;s:20:\"filedelete-intro-old\";i:2469;s:17:\"filedelete-submit\";i:2470;s:18:\"filedelete-success\";i:2471;s:22:\"filedelete-success-old\";i:2472;s:17:\"filedelete-nofile\";i:2473;s:21:\"filedelete-nofile-old\";i:2474;s:27:\"filedelete-reason-otherlist\";i:2475;s:26:\"filedelete-reason-dropdown\";i:2476;s:26:\"filedelete-edit-reasonlist\";i:2477;s:35:\"filedelete-edit-reasonlist-suppress\";i:2478;s:22:\"filedelete-maintenance\";i:2479;s:28:\"filedelete-maintenance-title\";i:2480;s:18:\"mimesearch-summary\";i:2481;s:8:\"mimetype\";i:2482;s:8:\"download\";i:2483;s:14:\"unwatchedpages\";i:2484;s:19:\"listduplicatedfiles\";i:2485;s:27:\"listduplicatedfiles-summary\";i:2486;s:25:\"listduplicatedfiles-entry\";i:2487;s:19:\"unusedtemplatestext\";i:2488;s:18:\"unusedtemplateswlh\";i:2489;s:18:\"randompage-nopages\";i:2490;s:16:\"randomincategory\";i:2491;s:32:\"randomincategory-invalidcategory\";i:2492;s:24:\"randomincategory-nopages\";i:2493;s:25:\"randomincategory-category\";i:2494;s:23:\"randomincategory-legend\";i:2495;s:23:\"randomincategory-submit\";i:2496;s:22:\"randomredirect-nopages\";i:2497;s:23:\"statistics-header-pages\";i:2498;s:23:\"statistics-header-edits\";i:2499;s:23:\"statistics-header-users\";i:2500;s:23:\"statistics-header-hooks\";i:2501;s:19:\"statistics-articles\";i:2502;s:16:\"statistics-pages\";i:2503;s:21:\"statistics-pages-desc\";i:2504;s:16:\"statistics-files\";i:2505;s:16:\"statistics-edits\";i:2506;s:24:\"statistics-edits-average\";i:2507;s:16:\"statistics-users\";i:2508;s:23:\"statistics-users-active\";i:2509;s:28:\"statistics-users-active-desc\";i:2510;s:13:\"pageswithprop\";i:2511;s:20:\"pageswithprop-legend\";i:2512;s:18:\"pageswithprop-text\";i:2513;s:18:\"pageswithprop-prop\";i:2514;s:21:\"pageswithprop-reverse\";i:2515;s:25:\"pageswithprop-sortbyvalue\";i:2516;s:20:\"pageswithprop-submit\";i:2517;s:29:\"pageswithprop-prophidden-long\";i:2518;s:31:\"pageswithprop-prophidden-binary\";i:2519;s:19:\"doubleredirectstext\";i:2520;s:26:\"double-redirect-fixed-move\";i:2521;s:33:\"double-redirect-fixed-maintenance\";i:2522;s:19:\"brokenredirectstext\";i:2523;s:20:\"brokenredirects-edit\";i:2524;s:22:\"brokenredirects-delete\";i:2525;s:24:\"withoutinterwiki-summary\";i:2526;s:23:\"withoutinterwiki-legend\";i:2527;s:23:\"withoutinterwiki-submit\";i:2528;s:11:\"ncategories\";i:2529;s:11:\"ninterwikis\";i:2530;s:15:\"nmemberschanged\";i:2531;s:10:\"nrevisions\";i:2532;s:11:\"nimagelinks\";i:2533;s:14:\"ntransclusions\";i:2534;s:17:\"specialpage-empty\";i:2535;s:15:\"lonelypagestext\";i:2536;s:38:\"uncategorized-categories-exceptionlist\";i:2537;s:19:\"wantedpages-summary\";i:2538;s:18:\"wantedfiletext-cat\";i:2539;s:28:\"wantedfiletext-cat-noforeign\";i:2540;s:20:\"wantedfiletext-nocat\";i:2541;s:30:\"wantedfiletext-nocat-noforeign\";i:2542;s:15:\"wantedtemplates\";i:2543;s:14:\"mostinterwikis\";i:2544;s:21:\"prefixindex-namespace\";i:2545;s:18:\"prefixindex-submit\";i:2546;s:17:\"prefixindex-strip\";i:2547;s:16:\"deadendpagestext\";i:2548;s:22:\"protectedpages-filters\";i:2549;s:20:\"protectedpages-indef\";i:2550;s:22:\"protectedpages-summary\";i:2551;s:22:\"protectedpages-cascade\";i:2552;s:32:\"cachedspecial-viewing-cached-ttl\";i:2553;s:19:\"protectedpagesempty\";i:2554;s:24:\"protectedpages-timestamp\";i:2555;s:19:\"protectedpages-page\";i:2556;s:21:\"protectedpages-expiry\";i:2557;s:24:\"protectedpages-performer\";i:2558;s:21:\"protectedpages-params\";i:2559;s:21:\"protectedpages-submit\";i:2560;s:32:\"protectedpages-unknown-timestamp\";i:2561;s:32:\"protectedpages-unknown-performer\";i:2562;s:15:\"protectedtitles\";i:2563;s:23:\"protectedtitles-summary\";i:2564;s:20:\"protectedtitlesempty\";i:2565;s:22:\"protectedtitles-submit\";i:2566;s:19:\"listusers-editsonly\";i:2567;s:29:\"listusers-temporarygroupsonly\";i:2568;s:22:\"listusers-creationsort\";i:2569;s:14:\"listusers-desc\";i:2570;s:13:\"usereditcount\";i:2571;s:15:\"newpages-submit\";i:2572;s:16:\"unusedimagestext\";i:2573;s:37:\"unusedimagestext-categorizedimgisused\";i:2574;s:20:\"unusedcategoriestext\";i:2575;s:13:\"notargettitle\";i:2576;s:12:\"notargettext\";i:2577;s:11:\"nopagetitle\";i:2578;s:10:\"nopagetext\";i:2579;s:8:\"suppress\";i:2580;s:18:\"querypage-disabled\";i:2581;s:7:\"apihelp\";i:2582;s:22:\"apihelp-no-such-module\";i:2583;s:10:\"apisandbox\";i:2584;s:17:\"apisandbox-jsonly\";i:2585;s:16:\"apisandbox-intro\";i:2586;s:17:\"apisandbox-submit\";i:2587;s:16:\"apisandbox-reset\";i:2588;s:16:\"apisandbox-retry\";i:2589;s:18:\"apisandbox-loading\";i:2590;s:21:\"apisandbox-load-error\";i:2591;s:24:\"apisandbox-no-parameters\";i:2592;s:19:\"apisandbox-helpurls\";i:2593;s:19:\"apisandbox-examples\";i:2594;s:29:\"apisandbox-dynamic-parameters\";i:2595;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2596;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2597;s:31:\"apisandbox-dynamic-error-exists\";i:2598;s:37:\"apisandbox-templated-parameter-reason\";i:2599;s:32:\"apisandbox-deprecated-parameters\";i:2600;s:22:\"apisandbox-fetch-token\";i:2601;s:20:\"apisandbox-add-multi\";i:2602;s:38:\"apisandbox-submit-invalid-fields-title\";i:2603;s:40:\"apisandbox-submit-invalid-fields-message\";i:2604;s:18:\"apisandbox-results\";i:2605;s:26:\"apisandbox-sending-request\";i:2606;s:26:\"apisandbox-loading-results\";i:2607;s:24:\"apisandbox-results-error\";i:2608;s:35:\"apisandbox-results-login-suppressed\";i:2609;s:37:\"apisandbox-request-selectformat-label\";i:2610;s:35:\"apisandbox-request-format-url-label\";i:2611;s:28:\"apisandbox-request-url-label\";i:2612;s:36:\"apisandbox-request-format-json-label\";i:2613;s:29:\"apisandbox-request-json-label\";i:2614;s:35:\"apisandbox-request-format-php-label\";i:2615;s:28:\"apisandbox-request-php-label\";i:2616;s:23:\"apisandbox-request-time\";i:2617;s:27:\"apisandbox-results-fixtoken\";i:2618;s:32:\"apisandbox-results-fixtoken-fail\";i:2619;s:21:\"apisandbox-alert-page\";i:2620;s:22:\"apisandbox-alert-field\";i:2621;s:19:\"apisandbox-continue\";i:2622;s:25:\"apisandbox-continue-clear\";i:2623;s:24:\"apisandbox-continue-help\";i:2624;s:22:\"apisandbox-param-limit\";i:2625;s:36:\"apisandbox-multivalue-all-namespaces\";i:2626;s:32:\"apisandbox-multivalue-all-values\";i:2627;s:16:\"booksources-isbn\";i:2628;s:16:\"booksources-text\";i:2629;s:24:\"booksources-invalid-isbn\";i:2630;s:22:\"magiclink-tracking-rfc\";i:2631;s:27:\"magiclink-tracking-rfc-desc\";i:2632;s:23:\"magiclink-tracking-pmid\";i:2633;s:28:\"magiclink-tracking-pmid-desc\";i:2634;s:23:\"magiclink-tracking-isbn\";i:2635;s:28:\"magiclink-tracking-isbn-desc\";i:2636;s:20:\"logeventslist-submit\";i:2637;s:26:\"logeventslist-more-filters\";i:2638;s:24:\"logeventslist-patrol-log\";i:2639;s:21:\"logeventslist-tag-log\";i:2640;s:26:\"logeventslist-newusers-log\";i:2641;s:11:\"alllogstext\";i:2642;s:18:\"log-title-wildcard\";i:2643;s:26:\"showhideselectedlogentries\";i:2644;s:13:\"log-edit-tags\";i:2645;s:15:\"checkbox-select\";i:2646;s:12:\"checkbox-all\";i:2647;s:13:\"checkbox-none\";i:2648;s:15:\"checkbox-invert\";i:2649;s:14:\"allinnamespace\";i:2650;s:16:\"allpagesbadtitle\";i:2651;s:15:\"allpages-bad-ns\";i:2652;s:17:\"categories-submit\";i:2653;s:18:\"categoriespagetext\";i:2654;s:14:\"categoriesfrom\";i:2655;s:15:\"linksearch-text\";i:2656;s:16:\"linksearch-error\";i:2657;s:18:\"activeusers-groups\";i:2658;s:25:\"activeusers-excludegroups\";i:2659;s:18:\"activeusers-submit\";i:2660;s:23:\"listgrouprights-summary\";i:2661;s:29:\"listgrouprights-right-display\";i:2662;s:29:\"listgrouprights-right-revoked\";i:2663;s:29:\"listgrouprights-addgroup-self\";i:2664;s:32:\"listgrouprights-removegroup-self\";i:2665;s:33:\"listgrouprights-addgroup-self-all\";i:2666;s:36:\"listgrouprights-removegroup-self-all\";i:2667;s:42:\"listgrouprights-namespaceprotection-header\";i:2668;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2669;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2670;s:10:\"listgrants\";i:2671;s:18:\"listgrants-summary\";i:2672;s:16:\"listgrants-grant\";i:2673;s:17:\"listgrants-rights\";i:2674;s:18:\"trackingcategories\";i:2675;s:26:\"trackingcategories-summary\";i:2676;s:22:\"trackingcategories-msg\";i:2677;s:23:\"trackingcategories-name\";i:2678;s:23:\"trackingcategories-desc\";i:2679;s:31:\"restricted-displaytitle-ignored\";i:2680;s:36:\"restricted-displaytitle-ignored-desc\";i:2681;s:20:\"nonnumeric-formatnum\";i:2682;s:25:\"nonnumeric-formatnum-desc\";i:2683;s:21:\"noindex-category-desc\";i:2684;s:19:\"index-category-desc\";i:2685;s:44:\"post-expand-template-inclusion-category-desc\";i:2686;s:43:\"post-expand-template-argument-category-desc\";i:2687;s:38:\"expensive-parserfunction-category-desc\";i:2688;s:25:\"broken-file-category-desc\";i:2689;s:29:\"hidden-category-category-desc\";i:2690;s:25:\"trackingcategories-nodesc\";i:2691;s:27:\"trackingcategories-disabled\";i:2692;s:11:\"mailnologin\";i:2693;s:15:\"mailnologintext\";i:2694;s:13:\"emailpagetext\";i:2695;s:15:\"defemailsubject\";i:2696;s:16:\"usermaildisabled\";i:2697;s:20:\"usermaildisabledtext\";i:2698;s:12:\"noemailtitle\";i:2699;s:11:\"noemailtext\";i:2700;s:15:\"nowikiemailtext\";i:2701;s:13:\"emailnotarget\";i:2702;s:11:\"emailtarget\";i:2703;s:15:\"emailuserfooter\";i:2704;s:19:\"usermessage-summary\";i:2705;s:20:\"usermessage-template\";i:2706;s:11:\"nowatchlist\";i:2707;s:17:\"watchlistanontext\";i:2708;s:12:\"watchnologin\";i:2709;s:21:\"watchlistnotwatchable\";i:2710;s:8:\"addwatch\";i:2711;s:15:\"updatewatchlist\";i:2712;s:19:\"addedwatchtext-talk\";i:2713;s:20:\"addedwatchtext-short\";i:2714;s:30:\"addedwatchexpiry-options-label\";i:2715;s:21:\"addedwatchexpiryhours\";i:2716;s:26:\"addedwatchexpiryhours-talk\";i:2717;s:20:\"addedwatchexpirytext\";i:2718;s:25:\"addedwatchexpirytext-talk\";i:2719;s:26:\"addedwatchindefinitelytext\";i:2720;s:31:\"addedwatchindefinitelytext-talk\";i:2721;s:11:\"removewatch\";i:2722;s:21:\"removedwatchtext-talk\";i:2723;s:22:\"removedwatchtext-short\";i:2724;s:15:\"unwatchthispage\";i:2725;s:12:\"notanarticle\";i:2726;s:13:\"notvisiblerev\";i:2727;s:26:\"watchlist-expiry-days-left\";i:2728;s:33:\"watchlist-expiring-days-full-text\";i:2729;s:27:\"watchlist-expiry-hours-left\";i:2730;s:34:\"watchlist-expiring-hours-full-text\";i:2731;s:15:\"wlheader-enotif\";i:2732;s:20:\"wlheader-showupdated\";i:2733;s:6:\"wlnote\";i:2734;s:16:\"watchlist-submit\";i:2735;s:10:\"wlshowtime\";i:2736;s:15:\"wlshowhideminor\";i:2737;s:14:\"wlshowhidebots\";i:2738;s:13:\"wlshowhideliu\";i:2739;s:15:\"wlshowhideanons\";i:2740;s:14:\"wlshowhidepatr\";i:2741;s:14:\"wlshowhidemine\";i:2742;s:24:\"wlshowhidecategorization\";i:2743;s:28:\"enotif_impersonal_salutation\";i:2744;s:22:\"enotif_subject_deleted\";i:2745;s:22:\"enotif_subject_created\";i:2746;s:20:\"enotif_subject_moved\";i:2747;s:23:\"enotif_subject_restored\";i:2748;s:22:\"enotif_subject_changed\";i:2749;s:25:\"enotif_body_intro_deleted\";i:2750;s:25:\"enotif_body_intro_created\";i:2751;s:23:\"enotif_body_intro_moved\";i:2752;s:26:\"enotif_body_intro_restored\";i:2753;s:25:\"enotif_body_intro_changed\";i:2754;s:18:\"enotif_lastvisited\";i:2755;s:15:\"enotif_lastdiff\";i:2756;s:18:\"enotif_anon_editor\";i:2757;s:11:\"enotif_body\";i:2758;s:16:\"enotif_minoredit\";i:2759;s:7:\"created\";i:2760;s:7:\"changed\";i:2761;s:21:\"deletepage-deletetalk\";i:2762;s:7:\"confirm\";i:2763;s:9:\"excontent\";i:2764;s:15:\"excontentauthor\";i:2765;s:13:\"exbeforeblank\";i:2766;s:14:\"delete-confirm\";i:2767;s:13:\"delete-legend\";i:2768;s:26:\"delete-talk-summary-prefix\";i:2769;s:20:\"historyaction-submit\";i:2770;s:25:\"deleted-page-and-talkpage\";i:2771;s:14:\"dellogpagetext\";i:2772;s:11:\"deletionlog\";i:2773;s:15:\"log-name-create\";i:2774;s:22:\"log-description-create\";i:2775;s:22:\"logentry-create-create\";i:2776;s:8:\"reverted\";i:2777;s:21:\"deletereason-dropdown\";i:2778;s:22:\"delete-edit-reasonlist\";i:2779;s:31:\"delete-edit-reasonlist-suppress\";i:2780;s:13:\"delete-toobig\";i:2781;s:23:\"delete-toomanyrevisions\";i:2782;s:21:\"delete-warning-toobig\";i:2783;s:35:\"delete-error-associated-alreadytalk\";i:2784;s:36:\"delete-error-associated-doesnotexist\";i:2785;s:15:\"deleteprotected\";i:2786;s:26:\"deleting-backlinks-warning\";i:2787;s:25:\"deleting-subpages-warning\";i:2788;s:34:\"deleting-talkpage-subpages-warning\";i:2789;s:8:\"rollback\";i:2790;s:29:\"rollback-confirmation-confirm\";i:2791;s:25:\"rollback-confirmation-yes\";i:2792;s:24:\"rollback-confirmation-no\";i:2793;s:26:\"rollbacklinkcount-morethan\";i:2794;s:14:\"rollbackfailed\";i:2795;s:21:\"rollback-missingparam\";i:2796;s:24:\"rollback-missingrevision\";i:2797;s:12:\"cantrollback\";i:2798;s:13:\"alreadyrolled\";i:2799;s:11:\"editcomment\";i:2800;s:10:\"revertpage\";i:2801;s:15:\"revertpage-anon\";i:2802;s:17:\"revertpage-nouser\";i:2803;s:16:\"rollback-success\";i:2804;s:20:\"sessionfailure-title\";i:2805;s:14:\"sessionfailure\";i:2806;s:18:\"changecontentmodel\";i:2807;s:25:\"changecontentmodel-legend\";i:2808;s:30:\"changecontentmodel-title-label\";i:2809;s:32:\"changecontentmodel-current-label\";i:2810;s:30:\"changecontentmodel-model-label\";i:2811;s:32:\"changecontentmodel-success-title\";i:2812;s:31:\"changecontentmodel-success-text\";i:2813;s:33:\"changecontentmodel-cannot-convert\";i:2814;s:34:\"changecontentmodel-nodirectediting\";i:2815;s:36:\"changecontentmodel-emptymodels-title\";i:2816;s:35:\"changecontentmodel-emptymodels-text\";i:2817;s:21:\"log-name-contentmodel\";i:2818;s:28:\"log-description-contentmodel\";i:2819;s:25:\"logentry-contentmodel-new\";i:2820;s:28:\"logentry-contentmodel-change\";i:2821;s:39:\"logentry-contentmodel-change-revertlink\";i:2822;s:35:\"logentry-contentmodel-change-revert\";i:2823;s:14:\"protectlogtext\";i:2824;s:24:\"protectedarticle-comment\";i:2825;s:33:\"modifiedarticleprotection-comment\";i:2826;s:26:\"unprotectedarticle-comment\";i:2827;s:13:\"protect-title\";i:2828;s:24:\"protect-title-notallowed\";i:2829;s:26:\"protect-badnamespace-title\";i:2830;s:25:\"protect-badnamespace-text\";i:2831;s:31:\"protect-norestrictiontypes-text\";i:2832;s:32:\"protect-norestrictiontypes-title\";i:2833;s:14:\"protect-legend\";i:2834;s:27:\"protect-unchain-permissions\";i:2835;s:22:\"protect-locked-blocked\";i:2836;s:21:\"protect-locked-dblock\";i:2837;s:20:\"protect-summary-desc\";i:2838;s:17:\"protect-othertime\";i:2839;s:20:\"protect-othertime-op\";i:2840;s:23:\"protect-existing-expiry\";i:2841;s:32:\"protect-existing-expiry-infinity\";i:2842;s:22:\"protect-otherreason-op\";i:2843;s:16:\"protect-dropdown\";i:2844;s:23:\"protect-edit-reasonlist\";i:2845;s:12:\"minimum-size\";i:2846;s:12:\"maximum-size\";i:2847;s:8:\"pagesize\";i:2848;s:18:\"restriction-create\";i:2849;s:18:\"restriction-upload\";i:2850;s:23:\"restriction-level-sysop\";i:2851;s:31:\"restriction-level-autoconfirmed\";i:2852;s:21:\"restriction-level-all\";i:2853;s:8:\"undelete\";i:2854;s:12:\"undeletepage\";i:2855;s:17:\"undeletepagetitle\";i:2856;s:15:\"viewdeletedpage\";i:2857;s:16:\"undeletepagetext\";i:2858;s:23:\"undelete-fieldset-title\";i:2859;s:17:\"undeleteextrahelp\";i:2860;s:17:\"undeleterevisions\";i:2861;s:15:\"undeletehistory\";i:2862;s:14:\"undeleterevdel\";i:2863;s:22:\"undeletehistorynoadmin\";i:2864;s:17:\"undelete-revision\";i:2865;s:24:\"undeleterevision-missing\";i:2866;s:32:\"undeleterevision-duplicate-revid\";i:2867;s:15:\"undelete-nodiff\";i:2868;s:21:\"undelete-undeletetalk\";i:2869;s:14:\"undeleteinvert\";i:2870;s:14:\"cannotundelete\";i:2871;s:13:\"undeletedpage\";i:2872;s:15:\"undelete-header\";i:2873;s:21:\"undelete-search-title\";i:2874;s:19:\"undelete-search-box\";i:2875;s:22:\"undelete-search-prefix\";i:2876;s:20:\"undelete-search-full\";i:2877;s:19:\"undelete-no-results\";i:2878;s:26:\"undelete-filename-mismatch\";i:2879;s:22:\"undelete-bad-store-key\";i:2880;s:22:\"undelete-cleanup-error\";i:2881;s:28:\"undelete-missing-filearchive\";i:2882;s:28:\"undelete-talk-summary-prefix\";i:2883;s:14:\"undelete-error\";i:2884;s:37:\"undelete-error-associated-alreadytalk\";i:2885;s:36:\"undelete-error-associated-notdeleted\";i:2886;s:26:\"undelete-show-file-confirm\";i:2887;s:25:\"undelete-show-file-submit\";i:2888;s:21:\"undelete-back-to-list\";i:2889;s:28:\"tooltip-whatlinkshere-invert\";i:2890;s:22:\"contributions-subtitle\";i:2891;s:30:\"contributions-userdoesnotexist\";i:2892;s:32:\"negative-namespace-not-supported\";i:2893;s:10:\"nocontribs\";i:2894;s:4:\"date\";i:2895;s:28:\"sp-contributions-suppresslog\";i:2896;s:24:\"sp-contributions-deleted\";i:2897;s:27:\"sp-contributions-userrights\";i:2898;s:31:\"sp-contributions-blocked-notice\";i:2899;s:39:\"sp-contributions-blocked-notice-partial\";i:2900;s:36:\"sp-contributions-blocked-notice-anon\";i:2901;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2902;s:27:\"sp-contributions-outofrange\";i:2903;s:33:\"sp-contributions-concurrency-user\";i:2904;s:31:\"sp-contributions-concurrency-ip\";i:2905;s:19:\"whatlinkshere-count\";i:2906;s:14:\"nolinkshere-ns\";i:2907;s:26:\"whatlinkshere-sectionredir\";i:2908;s:20:\"whatlinkshere-submit\";i:2909;s:11:\"autoblockid\";i:2910;s:5:\"block\";i:2911;s:7:\"unblock\";i:2912;s:13:\"changeblockip\";i:2913;s:11:\"blockiptext\";i:2914;s:19:\"ipaddressorusername\";i:2915;s:18:\"ipbreason-dropdown\";i:2916;s:13:\"ipb-hardblock\";i:2917;s:16:\"ipbcreateaccount\";i:2918;s:18:\"ipbenableautoblock\";i:2919;s:9:\"ipbsubmit\";i:2920;s:8:\"ipbother\";i:2921;s:12:\"ipbwatchuser\";i:2922;s:19:\"ipb-disableusertalk\";i:2923;s:16:\"ipb-change-block\";i:2924;s:11:\"ipb-confirm\";i:2925;s:12:\"ipb-sitewide\";i:2926;s:11:\"ipb-partial\";i:2927;s:17:\"ipb-sitewide-help\";i:2928;s:16:\"ipb-partial-help\";i:2929;s:17:\"ipb-action-create\";i:2930;s:15:\"ipb-action-move\";i:2931;s:17:\"ipb-action-upload\";i:2932;s:15:\"ipb-pages-label\";i:2933;s:20:\"ipb-namespaces-label\";i:2934;s:12:\"badipaddress\";i:2935;s:17:\"blockipsuccesssub\";i:2936;s:18:\"blockipsuccesstext\";i:2937;s:15:\"ipb-empty-block\";i:2938;s:19:\"ipb-block-not-found\";i:2939;s:16:\"ipb-blockingself\";i:2940;s:19:\"ipb-confirmhideuser\";i:2941;s:17:\"ipb-confirmaction\";i:2942;s:17:\"ipb-edit-dropdown\";i:2943;s:16:\"ipb-unblock-addr\";i:2944;s:11:\"ipb-unblock\";i:2945;s:13:\"ipb-blocklist\";i:2946;s:22:\"ipb-blocklist-contribs\";i:2947;s:27:\"ipb-blocklist-duration-left\";i:2948;s:13:\"block-actions\";i:2949;s:13:\"block-details\";i:2950;s:12:\"block-expiry\";i:2951;s:13:\"block-options\";i:2952;s:12:\"block-reason\";i:2953;s:12:\"block-target\";i:2954;s:24:\"block-target-placeholder\";i:2955;s:9:\"unblockip\";i:2956;s:13:\"unblockiptext\";i:2957;s:9:\"ipusubmit\";i:2958;s:9:\"unblocked\";i:2959;s:15:\"unblocked-range\";i:2960;s:12:\"unblocked-id\";i:2961;s:12:\"unblocked-ip\";i:2962;s:9:\"blocklist\";i:2963;s:13:\"autoblocklist\";i:2964;s:20:\"autoblocklist-submit\";i:2965;s:20:\"autoblocklist-legend\";i:2966;s:25:\"autoblocklist-localblocks\";i:2967;s:30:\"autoblocklist-total-autoblocks\";i:2968;s:19:\"autoblocklist-empty\";i:2969;s:25:\"autoblocklist-otherblocks\";i:2970;s:18:\"ipblocklist-legend\";i:2971;s:20:\"blocklist-autoblocks\";i:2972;s:20:\"blocklist-userblocks\";i:2973;s:20:\"blocklist-tempblocks\";i:2974;s:21:\"blocklist-indefblocks\";i:2975;s:23:\"blocklist-addressblocks\";i:2976;s:14:\"blocklist-type\";i:2977;s:22:\"blocklist-type-opt-all\";i:2978;s:27:\"blocklist-type-opt-sitewide\";i:2979;s:26:\"blocklist-type-opt-partial\";i:2980;s:21:\"blocklist-rangeblocks\";i:2981;s:19:\"blocklist-timestamp\";i:2982;s:16:\"blocklist-target\";i:2983;s:16:\"blocklist-expiry\";i:2984;s:12:\"blocklist-by\";i:2985;s:16:\"blocklist-params\";i:2986;s:22:\"ipblocklist-localblock\";i:2987;s:23:\"ipblocklist-otherblocks\";i:2988;s:13:\"anononlyblock\";i:2989;s:16:\"noautoblockblock\";i:2990;s:18:\"createaccountblock\";i:2991;s:10:\"emailblock\";i:2992;s:20:\"blocklist-nousertalk\";i:2993;s:17:\"blocklist-editing\";i:2994;s:26:\"blocklist-editing-sitewide\";i:2995;s:22:\"blocklist-editing-page\";i:2996;s:20:\"blocklist-editing-ns\";i:2997;s:24:\"blocklist-editing-action\";i:2998;s:17:\"ipblocklist-empty\";i:2999;s:22:\"ipblocklist-no-results\";i:3000;s:14:\"empty-username\";i:3001;s:11:\"autoblocker\";i:3002;s:16:\"blocklog-showlog\";i:3003;s:24:\"blocklog-showsuppresslog\";i:3004;s:12:\"blocklogtext\";i:3005;s:24:\"block-log-flags-anononly\";i:3006;s:27:\"block-log-flags-noautoblock\";i:3007;s:23:\"block-log-flags-noemail\";i:3008;s:26:\"block-log-flags-nousertalk\";i:3009;s:31:\"block-log-flags-angry-autoblock\";i:3010;s:26:\"block-log-flags-hiddenname\";i:3011;s:20:\"range_block_disabled\";i:3012;s:26:\"ipb-prevent-user-talk-edit\";i:3013;s:18:\"ipb_expiry_invalid\";i:3014;s:14:\"ipb_expiry_old\";i:3015;s:15:\"ipb_expiry_temp\";i:3016;s:16:\"ipb_hide_invalid\";i:3017;s:16:\"ipb_hide_partial\";i:3018;s:19:\"ipb_already_blocked\";i:3019;s:15:\"ipb-needreblock\";i:3020;s:22:\"ipb-otherblocks-header\";i:3021;s:16:\"unblock-hideuser\";i:3022;s:16:\"ipb_cant_unblock\";i:3023;s:20:\"ipb_blocked_as_range\";i:3024;s:16:\"ip_range_invalid\";i:3025;s:17:\"ip_range_toolarge\";i:3026;s:17:\"ip_range_exceeded\";i:3027;s:15:\"ip_range_toolow\";i:3028;s:16:\"proxyblockreason\";i:3029;s:11:\"sorbsreason\";i:3030;s:27:\"sorbs_create_account_reason\";i:3031;s:21:\"softblockrangesreason\";i:3032;s:14:\"xffblockreason\";i:3033;s:20:\"cant-see-hidden-user\";i:3034;s:27:\"cant-block-nonexistent-page\";i:3035;s:10:\"ipbblocked\";i:3036;s:16:\"ipbnounblockself\";i:3037;s:6:\"lockdb\";i:3038;s:8:\"unlockdb\";i:3039;s:10:\"lockdbtext\";i:3040;s:12:\"unlockdbtext\";i:3041;s:11:\"lockconfirm\";i:3042;s:13:\"unlockconfirm\";i:3043;s:7:\"lockbtn\";i:3044;s:9:\"unlockbtn\";i:3045;s:13:\"locknoconfirm\";i:3046;s:16:\"lockdbsuccesssub\";i:3047;s:18:\"unlockdbsuccesssub\";i:3048;s:17:\"lockdbsuccesstext\";i:3049;s:19:\"unlockdbsuccesstext\";i:3050;s:19:\"lockfilenotwritable\";i:3051;s:14:\"databaselocked\";i:3052;s:17:\"databasenotlocked\";i:3053;s:15:\"lockedbyandtime\";i:3054;s:9:\"move-page\";i:3055;s:28:\"movepagetext-noredirectfixer\";i:3056;s:30:\"movepagetext-noredirectsupport\";i:3057;s:20:\"moveuserpage-warning\";i:3058;s:24:\"movecategorypage-warning\";i:3059;s:15:\"movenologintext\";i:3060;s:18:\"movenotallowedfile\";i:3061;s:19:\"cant-move-user-page\";i:3062;s:22:\"cant-move-to-user-page\";i:3063;s:23:\"cant-move-category-page\";i:3064;s:26:\"cant-move-to-category-page\";i:3065;s:18:\"cant-move-subpages\";i:3066;s:20:\"namespace-nosubpages\";i:3067;s:10:\"cannotmove\";i:3068;s:23:\"movepage-moved-redirect\";i:3069;s:25:\"movepage-moved-noredirect\";i:3070;s:21:\"movepage-delete-first\";i:3071;s:14:\"redirectexists\";i:3072;s:23:\"cantmove-titleprotected\";i:3073;s:13:\"move-subpages\";i:3074;s:18:\"move-talk-subpages\";i:3075;s:20:\"movepage-page-exists\";i:3076;s:28:\"movepage-source-doesnt-exist\";i:3077;s:19:\"movepage-page-moved\";i:3078;s:21:\"movepage-page-unmoved\";i:3079;s:18:\"movepage-max-pages\";i:3080;s:15:\"movelogpagetext\";i:3081;s:11:\"movesubpage\";i:3082;s:15:\"movesubpagetext\";i:3083;s:19:\"movesubpagetalktext\";i:3084;s:25:\"movesubpagetext-truncated\";i:3085;s:29:\"movesubpagetalktext-truncated\";i:3086;s:13:\"movenosubpage\";i:3087;s:20:\"delete_and_move_text\";i:3088;s:29:\"delete_redirect_and_move_text\";i:3089;s:23:\"delete_and_move_confirm\";i:3090;s:22:\"delete_and_move_reason\";i:3091;s:8:\"selfmove\";i:3092;s:28:\"immobile-source-namespace-iw\";i:3093;s:28:\"immobile-target-namespace-iw\";i:3094;s:20:\"immobile-source-page\";i:3095;s:20:\"immobile-target-page\";i:3096;s:29:\"movepage-invalid-target-title\";i:3097;s:16:\"bad-target-model\";i:3098;s:21:\"imagenocrossnamespace\";i:3099;s:27:\"nonfile-cannot-move-to-file\";i:3100;s:17:\"imagetypemismatch\";i:3101;s:20:\"imageinvalidfilename\";i:3102;s:20:\"fix-double-redirects\";i:3103;s:24:\"protectedpagemovewarning\";i:3104;s:28:\"semiprotectedpagemovewarning\";i:3105;s:20:\"move-over-sharedrepo\";i:3106;s:22:\"file-exists-sharedrepo\";i:3107;s:10:\"exporttext\";i:3108;s:9:\"exportall\";i:3109;s:13:\"exportcuronly\";i:3110;s:15:\"exportnohistory\";i:3111;s:17:\"exportlistauthors\";i:3112;s:13:\"export-submit\";i:3113;s:17:\"export-addcattext\";i:3114;s:13:\"export-addcat\";i:3115;s:16:\"export-addnstext\";i:3116;s:12:\"export-addns\";i:3117;s:15:\"export-download\";i:3118;s:16:\"export-templates\";i:3119;s:16:\"export-pagelinks\";i:3120;s:13:\"export-manual\";i:3121;s:18:\"allmessagescurrent\";i:3122;s:15:\"allmessagestext\";i:3123;s:34:\"allmessages-not-supported-database\";i:3124;s:25:\"allmessages-filter-legend\";i:3125;s:18:\"allmessages-filter\";i:3126;s:29:\"allmessages-filter-unmodified\";i:3127;s:22:\"allmessages-filter-all\";i:3128;s:27:\"allmessages-filter-modified\";i:3129;s:18:\"allmessages-prefix\";i:3130;s:20:\"allmessages-language\";i:3131;s:25:\"allmessages-filter-submit\";i:3132;s:28:\"allmessages-filter-translate\";i:3133;s:11:\"filemissing\";i:3134;s:22:\"thumbnail_error_remote\";i:3135;s:15:\"djvu_page_error\";i:3136;s:21:\"thumbnail-temp-create\";i:3137;s:21:\"thumbnail-dest-create\";i:3138;s:24:\"thumbnail_invalid_params\";i:3139;s:25:\"thumbnail_toobigimagearea\";i:3140;s:24:\"thumbnail_dest_directory\";i:3141;s:20:\"thumbnail_image-type\";i:3142;s:20:\"thumbnail_gd-library\";i:3143;s:25:\"thumbnail_image-size-zero\";i:3144;s:23:\"thumbnail_image-missing\";i:3145;s:29:\"thumbnail_image-failure-limit\";i:3146;s:6:\"import\";i:3147;s:15:\"importinterwiki\";i:3148;s:21:\"import-interwiki-text\";i:3149;s:27:\"import-interwiki-sourcewiki\";i:3150;s:27:\"import-interwiki-sourcepage\";i:3151;s:24:\"import-interwiki-history\";i:3152;s:26:\"import-interwiki-templates\";i:3153;s:23:\"import-interwiki-submit\";i:3154;s:22:\"import-mapping-default\";i:3155;s:24:\"import-mapping-namespace\";i:3156;s:22:\"import-mapping-subpage\";i:3157;s:22:\"import-upload-filename\";i:3158;s:29:\"import-upload-username-prefix\";i:3159;s:25:\"import-assign-known-users\";i:3160;s:14:\"import-comment\";i:3161;s:10:\"importtext\";i:3162;s:11:\"importstart\";i:3163;s:21:\"import-revision-count\";i:3164;s:13:\"importnopages\";i:3165;s:20:\"imported-log-entries\";i:3166;s:12:\"importfailed\";i:3167;s:19:\"importunknownsource\";i:3168;s:14:\"importnoprefix\";i:3169;s:14:\"importcantopen\";i:3170;s:18:\"importbadinterwiki\";i:3171;s:13:\"importsuccess\";i:3172;s:15:\"importnosources\";i:3173;s:12:\"importnofile\";i:3174;s:21:\"importuploaderrorsize\";i:3175;s:24:\"importuploaderrorpartial\";i:3176;s:21:\"importuploaderrortemp\";i:3177;s:20:\"import-parse-failure\";i:3178;s:16:\"import-noarticle\";i:3179;s:21:\"import-nonewrevisions\";i:3180;s:16:\"xml-error-string\";i:3181;s:13:\"import-upload\";i:3182;s:21:\"import-token-mismatch\";i:3183;s:24:\"import-invalid-interwiki\";i:3184;s:17:\"import-error-edit\";i:3185;s:22:\"import-error-interwiki\";i:3186;s:20:\"import-error-special\";i:3187;s:20:\"import-error-invalid\";i:3188;s:24:\"import-error-unserialize\";i:3189;s:25:\"import-error-bad-location\";i:3190;s:20:\"import-options-wrong\";i:3191;s:23:\"import-rootpage-invalid\";i:3192;s:25:\"import-rootpage-nosubpage\";i:3193;s:17:\"importlogpagetext\";i:3194;s:29:\"import-logentry-upload-detail\";i:3195;s:32:\"import-logentry-interwiki-detail\";i:3196;s:14:\"javascripttest\";i:3197;s:26:\"javascripttest-qunit-intro\";i:3198;s:23:\"tooltip-pt-anonuserpage\";i:3199;s:22:\"tooltip-pt-tmpuserpage\";i:3200;s:19:\"tooltip-pt-anontalk\";i:3201;s:23:\"tooltip-pt-anoncontribs\";i:3202;s:24:\"tooltip-pt-login-private\";i:3203;s:20:\"tooltip-ca-unprotect\";i:3204;s:19:\"tooltip-ca-undelete\";i:3205;s:27:\"tooltip-ca-unwatch-expiring\";i:3206;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3207;s:18:\"tooltip-p-cactions\";i:3208;s:18:\"tooltip-p-personal\";i:3209;s:14:\"tooltip-t-info\";i:3210;s:22:\"tooltip-ca-nstab-media\";i:3211;s:24:\"tooltip-watchlist-expiry\";i:3212;s:35:\"tooltip-watchlistedit-normal-submit\";i:3213;s:32:\"tooltip-watchlistedit-raw-submit\";i:3214;s:16:\"tooltip-recreate\";i:3215;s:14:\"tooltip-upload\";i:3216;s:24:\"tooltip-preferences-save\";i:3217;s:10:\"common.css\";i:3218;s:9:\"print.css\";i:3219;s:12:\"noscript.css\";i:3220;s:23:\"group-autoconfirmed.css\";i:3221;s:13:\"group-bot.css\";i:3222;s:15:\"group-sysop.css\";i:3223;s:20:\"group-bureaucrat.css\";i:3224;s:11:\"common.json\";i:3225;s:9:\"common.js\";i:3226;s:22:\"group-autoconfirmed.js\";i:3227;s:13:\"group-user.js\";i:3228;s:12:\"group-bot.js\";i:3229;s:14:\"group-sysop.js\";i:3230;s:19:\"group-bureaucrat.js\";i:3231;s:9:\"anonymous\";i:3232;s:8:\"siteuser\";i:3233;s:8:\"anonuser\";i:3234;s:16:\"lastmodifiedatby\";i:3235;s:13:\"othercontribs\";i:3236;s:6:\"others\";i:3237;s:9:\"siteusers\";i:3238;s:9:\"anonusers\";i:3239;s:11:\"creditspage\";i:3240;s:9:\"nocredits\";i:3241;s:19:\"spamprotectiontitle\";i:3242;s:18:\"spamprotectiontext\";i:3243;s:19:\"spamprotectionmatch\";i:3244;s:16:\"spambot_username\";i:3245;s:14:\"spam_reverting\";i:3246;s:13:\"spam_blanking\";i:3247;s:13:\"spam_deleting\";i:3248;s:20:\"pageinfo-not-current\";i:3249;s:18:\"pageinfo-namespace\";i:3250;s:24:\"pageinfo-language-change\";i:3251;s:29:\"pageinfo-content-model-change\";i:3252;s:26:\"pageinfo-visiting-watchers\";i:3253;s:30:\"pageinfo-few-visiting-watchers\";i:3254;s:24:\"pageinfo-redirects-value\";i:3255;s:22:\"pageinfo-transclusions\";i:3256;s:20:\"pageinfo-redirectsto\";i:3257;s:25:\"pageinfo-redirectsto-info\";i:3258;s:26:\"pageinfo-protect-cascading\";i:3259;s:30:\"pageinfo-protect-cascading-yes\";i:3260;s:31:\"pageinfo-protect-cascading-from\";i:3261;s:22:\"pageinfo-category-info\";i:3262;s:23:\"pageinfo-category-total\";i:3263;s:23:\"pageinfo-category-pages\";i:3264;s:25:\"pageinfo-category-subcats\";i:3265;s:23:\"pageinfo-category-files\";i:3266;s:16:\"pageinfo-user-id\";i:3267;s:18:\"pageinfo-file-hash\";i:3268;s:25:\"pageinfo-view-protect-log\";i:3269;s:19:\"markaspatrolleddiff\";i:3270;s:19:\"markaspatrolledtext\";i:3271;s:24:\"markaspatrolledtext-file\";i:3272;s:17:\"markedaspatrolled\";i:3273;s:21:\"markedaspatrolledtext\";i:3274;s:16:\"rcpatroldisabled\";i:3275;s:20:\"rcpatroldisabledtext\";i:3276;s:22:\"markedaspatrollederror\";i:3277;s:26:\"markedaspatrollederrortext\";i:3278;s:35:\"markedaspatrollederror-noautopatrol\";i:3279;s:23:\"markedaspatrollednotify\";i:3280;s:17:\"patrol-log-header\";i:3281;s:28:\"confirm-markpatrolled-button\";i:3282;s:25:\"confirm-markpatrolled-top\";i:3283;s:15:\"deletedrevision\";i:3284;s:21:\"filedeleteerror-short\";i:3285;s:20:\"filedeleteerror-long\";i:3286;s:18:\"filedelete-missing\";i:3287;s:27:\"filedelete-old-unregistered\";i:3288;s:31:\"filedelete-current-unregistered\";i:3289;s:28:\"filedelete-archive-read-only\";i:3290;s:12:\"mediawarning\";i:3291;s:12:\"imagemaxsize\";i:3292;s:9:\"thumbsize\";i:3293;s:9:\"file-info\";i:3294;s:22:\"svg-long-desc-animated\";i:3295;s:14:\"svg-long-error\";i:3296;s:29:\"show-big-image-preview-differ\";i:3297;s:20:\"file-info-gif-looped\";i:3298;s:20:\"file-info-gif-frames\";i:3299;s:20:\"file-info-png-looped\";i:3300;s:20:\"file-info-png-repeat\";i:3301;s:20:\"file-info-png-frames\";i:3302;s:23:\"file-no-thumb-animation\";i:3303;s:27:\"file-no-thumb-animation-gif\";i:3304;s:13:\"imagelisttext\";i:3305;s:17:\"newimages-summary\";i:3306;s:16:\"newimages-legend\";i:3307;s:14:\"newimages-user\";i:3308;s:18:\"newimages-showbots\";i:3309;s:23:\"newimages-hidepatrolled\";i:3310;s:19:\"newimages-mediatype\";i:3311;s:8:\"noimages\";i:3312;s:24:\"gallery-slideshow-toggle\";i:3313;s:6:\"bydate\";i:3314;s:21:\"sp-newimages-showfrom\";i:3315;s:10:\"video-dims\";i:3316;s:14:\"seconds-abbrev\";i:3317;s:14:\"minutes-abbrev\";i:3318;s:12:\"hours-abbrev\";i:3319;s:11:\"days-abbrev\";i:3320;s:7:\"seconds\";i:3321;s:7:\"minutes\";i:3322;s:5:\"hours\";i:3323;s:4:\"days\";i:3324;s:5:\"weeks\";i:3325;s:6:\"months\";i:3326;s:5:\"years\";i:3327;s:3:\"ago\";i:3328;s:8:\"just-now\";i:3329;s:9:\"hours-ago\";i:3330;s:11:\"minutes-ago\";i:3331;s:11:\"seconds-ago\";i:3332;s:9:\"monday-at\";i:3333;s:10:\"tuesday-at\";i:3334;s:12:\"wednesday-at\";i:3335;s:11:\"thursday-at\";i:3336;s:9:\"friday-at\";i:3337;s:11:\"saturday-at\";i:3338;s:9:\"sunday-at\";i:3339;s:12:\"yesterday-at\";i:3340;s:19:\"variantname-zh-hans\";i:3341;s:19:\"variantname-zh-hant\";i:3342;s:17:\"variantname-zh-cn\";i:3343;s:17:\"variantname-zh-tw\";i:3344;s:17:\"variantname-zh-hk\";i:3345;s:17:\"variantname-zh-mo\";i:3346;s:17:\"variantname-zh-sg\";i:3347;s:17:\"variantname-zh-my\";i:3348;s:20:\"variantname-gan-hans\";i:3349;s:20:\"variantname-gan-hant\";i:3350;s:17:\"variantname-sr-ec\";i:3351;s:17:\"variantname-sr-el\";i:3352;s:17:\"variantname-kk-kz\";i:3353;s:17:\"variantname-kk-tr\";i:3354;s:17:\"variantname-kk-cn\";i:3355;s:17:\"metadata-langitem\";i:3356;s:12:\"confirmemail\";i:3357;s:20:\"confirmemail_noemail\";i:3358;s:17:\"confirmemail_text\";i:3359;s:20:\"confirmemail_pending\";i:3360;s:17:\"confirmemail_send\";i:3361;s:17:\"confirmemail_sent\";i:3362;s:21:\"confirmemail_oncreate\";i:3363;s:23:\"confirmemail_sendfailed\";i:3364;s:20:\"confirmemail_invalid\";i:3365;s:22:\"confirmemail_needlogin\";i:3366;s:20:\"confirmemail_success\";i:3367;s:21:\"confirmemail_loggedin\";i:3368;s:20:\"confirmemail_subject\";i:3369;s:17:\"confirmemail_body\";i:3370;s:25:\"confirmemail_body_changed\";i:3371;s:21:\"confirmemail_body_set\";i:3372;s:24:\"confirmemail_invalidated\";i:3373;s:15:\"invalidateemail\";i:3374;s:33:\"notificationemail_subject_changed\";i:3375;s:33:\"notificationemail_subject_removed\";i:3376;s:30:\"notificationemail_body_changed\";i:3377;s:30:\"notificationemail_body_removed\";i:3378;s:23:\"scarytranscludedisabled\";i:3379;s:21:\"scarytranscludefailed\";i:3380;s:32:\"scarytranscludefailed-httpstatus\";i:3381;s:22:\"scarytranscludetoolong\";i:3382;s:19:\"deletedwhileediting\";i:3383;s:15:\"confirmrecreate\";i:3384;s:24:\"confirmrecreate-noreason\";i:3385;s:10:\"unit-pixel\";i:3386;s:19:\"confirm-purge-title\";i:3387;s:20:\"confirm-purge-bottom\";i:3388;s:19:\"confirm-watch-label\";i:3389;s:24:\"watchlist-expiry-options\";i:3390;s:31:\"watchlist-expires-in-aria-label\";i:3391;s:27:\"confirm-watch-button-expiry\";i:3392;s:23:\"confirm-rollback-button\";i:3393;s:20:\"confirm-rollback-top\";i:3394;s:23:\"confirm-rollback-bottom\";i:3395;s:24:\"confirm-mcrrestore-title\";i:3396;s:21:\"confirm-mcrundo-title\";i:3397;s:13:\"mcrundofailed\";i:3398;s:20:\"mcrundo-missingparam\";i:3399;s:15:\"mcrundo-changed\";i:3400;s:20:\"mcrundo-parse-failed\";i:3401;s:19:\"semicolon-separator\";i:3402;s:15:\"comma-separator\";i:3403;s:15:\"colon-separator\";i:3404;s:14:\"pipe-separator\";i:3405;s:14:\"word-separator\";i:3406;s:8:\"ellipsis\";i:3407;s:15:\"quotation-marks\";i:3408;s:13:\"formatnum-nan\";i:3409;s:16:\"img-lang-default\";i:3410;s:13:\"img-lang-info\";i:3411;s:11:\"img-lang-go\";i:3412;s:16:\"table_pager_next\";i:3413;s:16:\"table_pager_prev\";i:3414;s:17:\"table_pager_first\";i:3415;s:16:\"table_pager_last\";i:3416;s:17:\"table_pager_limit\";i:3417;s:23:\"table_pager_limit_label\";i:3418;s:24:\"table_pager_limit_submit\";i:3419;s:17:\"table_pager_empty\";i:3420;s:14:\"autosumm-blank\";i:3421;s:16:\"autosumm-replace\";i:3422;s:16:\"autoredircomment\";i:3423;s:25:\"autosumm-removed-redirect\";i:3424;s:32:\"autosumm-changed-redirect-target\";i:3425;s:17:\"autosumm-newblank\";i:3426;s:10:\"size-bytes\";i:3427;s:10:\"size-pixel\";i:3428;s:15:\"lag-warn-normal\";i:3429;s:13:\"lag-warn-high\";i:3430;s:26:\"watchlistedit-normal-title\";i:3431;s:27:\"watchlistedit-normal-legend\";i:3432;s:28:\"watchlistedit-normal-explain\";i:3433;s:27:\"watchlistedit-normal-submit\";i:3434;s:25:\"watchlistedit-normal-done\";i:3435;s:23:\"watchlistedit-raw-title\";i:3436;s:24:\"watchlistedit-raw-legend\";i:3437;s:25:\"watchlistedit-raw-explain\";i:3438;s:24:\"watchlistedit-raw-titles\";i:3439;s:24:\"watchlistedit-raw-submit\";i:3440;s:22:\"watchlistedit-raw-done\";i:3441;s:23:\"watchlistedit-raw-added\";i:3442;s:25:\"watchlistedit-raw-removed\";i:3443;s:25:\"watchlistedit-clear-title\";i:3444;s:26:\"watchlistedit-clear-legend\";i:3445;s:27:\"watchlistedit-clear-explain\";i:3446;s:26:\"watchlistedit-clear-titles\";i:3447;s:26:\"watchlistedit-clear-submit\";i:3448;s:24:\"watchlistedit-clear-done\";i:3449;s:28:\"watchlistedit-clear-jobqueue\";i:3450;s:27:\"watchlistedit-clear-removed\";i:3451;s:22:\"watchlistedit-too-many\";i:3452;s:17:\"hijri-calendar-m1\";i:3453;s:17:\"hijri-calendar-m2\";i:3454;s:17:\"hijri-calendar-m3\";i:3455;s:17:\"hijri-calendar-m4\";i:3456;s:17:\"hijri-calendar-m5\";i:3457;s:17:\"hijri-calendar-m6\";i:3458;s:17:\"hijri-calendar-m7\";i:3459;s:17:\"hijri-calendar-m8\";i:3460;s:17:\"hijri-calendar-m9\";i:3461;s:18:\"hijri-calendar-m10\";i:3462;s:18:\"hijri-calendar-m11\";i:3463;s:18:\"hijri-calendar-m12\";i:3464;s:18:\"hebrew-calendar-m1\";i:3465;s:18:\"hebrew-calendar-m2\";i:3466;s:18:\"hebrew-calendar-m3\";i:3467;s:18:\"hebrew-calendar-m4\";i:3468;s:18:\"hebrew-calendar-m5\";i:3469;s:18:\"hebrew-calendar-m6\";i:3470;s:18:\"hebrew-calendar-m7\";i:3471;s:18:\"hebrew-calendar-m8\";i:3472;s:18:\"hebrew-calendar-m9\";i:3473;s:19:\"hebrew-calendar-m10\";i:3474;s:19:\"hebrew-calendar-m11\";i:3475;s:19:\"hebrew-calendar-m12\";i:3476;s:22:\"hebrew-calendar-m1-gen\";i:3477;s:22:\"hebrew-calendar-m2-gen\";i:3478;s:22:\"hebrew-calendar-m3-gen\";i:3479;s:22:\"hebrew-calendar-m4-gen\";i:3480;s:22:\"hebrew-calendar-m5-gen\";i:3481;s:22:\"hebrew-calendar-m6-gen\";i:3482;s:22:\"hebrew-calendar-m7-gen\";i:3483;s:22:\"hebrew-calendar-m8-gen\";i:3484;s:22:\"hebrew-calendar-m9-gen\";i:3485;s:23:\"hebrew-calendar-m10-gen\";i:3486;s:23:\"hebrew-calendar-m11-gen\";i:3487;s:23:\"hebrew-calendar-m12-gen\";i:3488;s:14:\"signature-temp\";i:3489;s:12:\"timezone-utc\";i:3490;s:14:\"timezone-local\";i:3491;s:22:\"duplicate-displaytitle\";i:3492;s:23:\"restricted-displaytitle\";i:3493;s:22:\"invalid-indicator-name\";i:3494;s:25:\"invalid-langconvert-attrs\";i:3495;s:18:\"version-extensions\";i:3496;s:13:\"version-skins\";i:3497;s:20:\"version-specialpages\";i:3498;s:19:\"version-parserhooks\";i:3499;s:17:\"version-variables\";i:3500;s:15:\"version-editors\";i:3501;s:16:\"version-antispam\";i:3502;s:11:\"version-api\";i:3503;s:13:\"version-other\";i:3504;s:21:\"version-mediahandlers\";i:3505;s:13:\"version-hooks\";i:3506;s:28:\"version-parser-extensiontags\";i:3507;s:29:\"version-parser-function-hooks\";i:3508;s:17:\"version-hook-name\";i:3509;s:25:\"version-hook-subscribedby\";i:3510;s:19:\"version-no-ext-name\";i:3511;s:15:\"version-license\";i:3512;s:19:\"version-ext-license\";i:3513;s:26:\"version-ext-colheader-name\";i:3514;s:27:\"version-skin-colheader-name\";i:3515;s:29:\"version-ext-colheader-version\";i:3516;s:29:\"version-ext-colheader-license\";i:3517;s:33:\"version-ext-colheader-description\";i:3518;s:29:\"version-ext-colheader-credits\";i:3519;s:21:\"version-license-title\";i:3520;s:25:\"version-license-not-found\";i:3521;s:21:\"version-credits-title\";i:3522;s:25:\"version-credits-not-found\";i:3523;s:25:\"version-poweredby-credits\";i:3524;s:24:\"version-poweredby-others\";i:3525;s:29:\"version-poweredby-translators\";i:3526;s:25:\"version-poweredby-various\";i:3527;s:23:\"version-credits-summary\";i:3528;s:20:\"version-license-info\";i:3529;s:16:\"version-software\";i:3530;s:24:\"version-software-product\";i:3531;s:24:\"version-software-version\";i:3532;s:19:\"version-entrypoints\";i:3533;s:37:\"version-entrypoints-header-entrypoint\";i:3534;s:30:\"version-entrypoints-header-url\";i:3535;s:31:\"version-entrypoints-articlepath\";i:3536;s:30:\"version-entrypoints-scriptpath\";i:3537;s:17:\"version-libraries\";i:3538;s:25:\"version-libraries-library\";i:3539;s:25:\"version-libraries-version\";i:3540;s:25:\"version-libraries-license\";i:3541;s:29:\"version-libraries-description\";i:3542;s:25:\"version-libraries-authors\";i:3543;s:8:\"redirect\";i:3544;s:16:\"redirect-summary\";i:3545;s:14:\"redirect-logid\";i:3546;s:19:\"redirect-not-exists\";i:3547;s:20:\"redirect-not-numeric\";i:3548;s:19:\"fileduplicatesearch\";i:3549;s:27:\"fileduplicatesearch-summary\";i:3550;s:28:\"fileduplicatesearch-filename\";i:3551;s:24:\"fileduplicatesearch-info\";i:3552;s:28:\"fileduplicatesearch-result-1\";i:3553;s:28:\"fileduplicatesearch-result-n\";i:3554;s:29:\"fileduplicatesearch-noresults\";i:3555;s:21:\"specialpages-note-top\";i:3556;s:28:\"specialpages-group-developer\";i:3557;s:28:\"disabledspecialpage-disabled\";i:3558;s:10:\"tag-hidden\";i:3559;s:25:\"tag-mw-contentmodelchange\";i:3560;s:37:\"tag-mw-contentmodelchange-description\";i:3561;s:19:\"tag-mw-new-redirect\";i:3562;s:31:\"tag-mw-new-redirect-description\";i:3563;s:23:\"tag-mw-removed-redirect\";i:3564;s:35:\"tag-mw-removed-redirect-description\";i:3565;s:30:\"tag-mw-changed-redirect-target\";i:3566;s:42:\"tag-mw-changed-redirect-target-description\";i:3567;s:12:\"tag-mw-blank\";i:3568;s:24:\"tag-mw-blank-description\";i:3569;s:14:\"tag-mw-replace\";i:3570;s:26:\"tag-mw-replace-description\";i:3571;s:15:\"tag-mw-rollback\";i:3572;s:27:\"tag-mw-rollback-description\";i:3573;s:11:\"tag-mw-undo\";i:3574;s:23:\"tag-mw-undo-description\";i:3575;s:20:\"tag-mw-manual-revert\";i:3576;s:32:\"tag-mw-manual-revert-description\";i:3577;s:15:\"tag-mw-reverted\";i:3578;s:27:\"tag-mw-reverted-description\";i:3579;s:25:\"tag-mw-server-side-upload\";i:3580;s:37:\"tag-mw-server-side-upload-description\";i:3581;s:10:\"tags-title\";i:3582;s:10:\"tags-intro\";i:3583;s:8:\"tags-tag\";i:3584;s:19:\"tags-display-header\";i:3585;s:23:\"tags-description-header\";i:3586;s:18:\"tags-source-header\";i:3587;s:18:\"tags-active-header\";i:3588;s:20:\"tags-hitcount-header\";i:3589;s:19:\"tags-actions-header\";i:3590;s:21:\"tags-source-extension\";i:3591;s:18:\"tags-source-manual\";i:3592;s:16:\"tags-source-none\";i:3593;s:11:\"tags-hidden\";i:3594;s:9:\"tags-edit\";i:3595;s:11:\"tags-delete\";i:3596;s:13:\"tags-activate\";i:3597;s:15:\"tags-deactivate\";i:3598;s:25:\"tags-manage-no-permission\";i:3599;s:19:\"tags-manage-blocked\";i:3600;s:19:\"tags-create-heading\";i:3601;s:23:\"tags-create-explanation\";i:3602;s:20:\"tags-create-tag-name\";i:3603;s:18:\"tags-create-submit\";i:3604;s:19:\"tags-create-no-name\";i:3605;s:25:\"tags-create-invalid-chars\";i:3606;s:31:\"tags-create-invalid-title-chars\";i:3607;s:26:\"tags-create-already-exists\";i:3608;s:26:\"tags-create-warnings-above\";i:3609;s:26:\"tags-create-warnings-below\";i:3610;s:17:\"tags-delete-title\";i:3611;s:31:\"tags-delete-explanation-initial\";i:3612;s:30:\"tags-delete-explanation-in-use\";i:3613;s:31:\"tags-delete-explanation-warning\";i:3614;s:30:\"tags-delete-explanation-active\";i:3615;s:18:\"tags-delete-submit\";i:3616;s:23:\"tags-delete-not-allowed\";i:3617;s:21:\"tags-delete-not-found\";i:3618;s:25:\"tags-delete-too-many-uses\";i:3619;s:33:\"tags-delete-warnings-after-delete\";i:3620;s:25:\"tags-delete-no-permission\";i:3621;s:19:\"tags-activate-title\";i:3622;s:22:\"tags-activate-question\";i:3623;s:25:\"tags-activate-not-allowed\";i:3624;s:23:\"tags-activate-not-found\";i:3625;s:20:\"tags-activate-submit\";i:3626;s:21:\"tags-deactivate-title\";i:3627;s:24:\"tags-deactivate-question\";i:3628;s:27:\"tags-deactivate-not-allowed\";i:3629;s:22:\"tags-deactivate-submit\";i:3630;s:24:\"tags-apply-no-permission\";i:3631;s:18:\"tags-apply-blocked\";i:3632;s:26:\"tags-apply-not-allowed-one\";i:3633;s:28:\"tags-apply-not-allowed-multi\";i:3634;s:25:\"tags-update-no-permission\";i:3635;s:19:\"tags-update-blocked\";i:3636;s:31:\"tags-update-add-not-allowed-one\";i:3637;s:33:\"tags-update-add-not-allowed-multi\";i:3638;s:34:\"tags-update-remove-not-allowed-one\";i:3639;s:36:\"tags-update-remove-not-allowed-multi\";i:3640;s:15:\"tags-edit-title\";i:3641;s:21:\"tags-edit-manage-link\";i:3642;s:27:\"tags-edit-revision-selected\";i:3643;s:27:\"tags-edit-logentry-selected\";i:3644;s:25:\"tags-edit-revision-legend\";i:3645;s:25:\"tags-edit-logentry-legend\";i:3646;s:23:\"tags-edit-existing-tags\";i:3647;s:28:\"tags-edit-existing-tags-none\";i:3648;s:18:\"tags-edit-new-tags\";i:3649;s:13:\"tags-edit-add\";i:3650;s:16:\"tags-edit-remove\";i:3651;s:25:\"tags-edit-remove-all-tags\";i:3652;s:28:\"tags-edit-chosen-placeholder\";i:3653;s:27:\"tags-edit-chosen-no-results\";i:3654;s:25:\"tags-edit-revision-submit\";i:3655;s:25:\"tags-edit-logentry-submit\";i:3656;s:17:\"tags-edit-success\";i:3657;s:17:\"tags-edit-failure\";i:3658;s:23:\"tags-edit-nooldid-title\";i:3659;s:22:\"tags-edit-nooldid-text\";i:3660;s:23:\"tags-edit-none-selected\";i:3661;s:12:\"comparepages\";i:3662;s:13:\"compare-page1\";i:3663;s:13:\"compare-page2\";i:3664;s:12:\"compare-rev1\";i:3665;s:12:\"compare-rev2\";i:3666;s:14:\"compare-submit\";i:3667;s:27:\"compare-revision-not-exists\";i:3668;s:9:\"diff-form\";i:3669;s:15:\"diff-form-oldid\";i:3670;s:15:\"diff-form-revid\";i:3671;s:16:\"diff-form-submit\";i:3672;s:21:\"diff-form-other-revid\";i:3673;s:21:\"diff-form-error-revid\";i:3674;s:13:\"permanentlink\";i:3675;s:19:\"permanentlink-revid\";i:3676;s:20:\"permanentlink-submit\";i:3677;s:10:\"newsection\";i:3678;s:15:\"newsection-page\";i:3679;s:17:\"newsection-submit\";i:3680;s:8:\"editpage\";i:3681;s:20:\"specialeditpage-page\";i:3682;s:22:\"specialeditpage-submit\";i:3683;s:22:\"specialdeletepage-page\";i:3684;s:24:\"specialdeletepage-submit\";i:3685;s:8:\"pageinfo\";i:3686;s:20:\"specialpageinfo-page\";i:3687;s:22:\"specialpageinfo-submit\";i:3688;s:11:\"pagehistory\";i:3689;s:23:\"specialpagehistory-page\";i:3690;s:25:\"specialpagehistory-submit\";i:3691;s:11:\"protectpage\";i:3692;s:23:\"specialprotectpage-page\";i:3693;s:25:\"specialprotectpage-submit\";i:3694;s:5:\"purge\";i:3695;s:17:\"specialpurge-page\";i:3696;s:19:\"specialpurge-submit\";i:3697;s:14:\"dberr-problems\";i:3698;s:11:\"dberr-again\";i:3699;s:10:\"dberr-info\";i:3700;s:17:\"dberr-info-hidden\";i:3701;s:22:\"htmlform-invalid-input\";i:3702;s:25:\"htmlform-select-badoption\";i:3703;s:20:\"htmlform-int-invalid\";i:3704;s:22:\"htmlform-float-invalid\";i:3705;s:19:\"htmlform-int-toolow\";i:3706;s:20:\"htmlform-int-toohigh\";i:3707;s:28:\"htmlform-multiselect-toomany\";i:3708;s:17:\"htmlform-required\";i:3709;s:14:\"htmlform-reset\";i:3710;s:28:\"htmlform-selectorother-other\";i:3711;s:11:\"htmlform-no\";i:3712;s:12:\"htmlform-yes\";i:3713;s:27:\"htmlform-chosen-placeholder\";i:3714;s:22:\"htmlform-cloner-create\";i:3715;s:22:\"htmlform-cloner-delete\";i:3716;s:24:\"htmlform-cloner-required\";i:3717;s:25:\"htmlform-date-placeholder\";i:3718;s:25:\"htmlform-time-placeholder\";i:3719;s:29:\"htmlform-datetime-placeholder\";i:3720;s:21:\"htmlform-date-invalid\";i:3721;s:21:\"htmlform-time-invalid\";i:3722;s:25:\"htmlform-datetime-invalid\";i:3723;s:20:\"htmlform-date-toolow\";i:3724;s:21:\"htmlform-date-toohigh\";i:3725;s:20:\"htmlform-time-toolow\";i:3726;s:21:\"htmlform-time-toohigh\";i:3727;s:24:\"htmlform-datetime-toolow\";i:3728;s:25:\"htmlform-datetime-toohigh\";i:3729;s:27:\"htmlform-title-badnamespace\";i:3730;s:28:\"htmlform-title-not-creatable\";i:3731;s:25:\"htmlform-title-not-exists\";i:3732;s:24:\"htmlform-title-interwiki\";i:3733;s:24:\"htmlform-user-not-exists\";i:3734;s:23:\"htmlform-user-not-valid\";i:3735;s:24:\"htmlform-tag-not-allowed\";i:3736;s:28:\"logentry-delete-delete_redir\";i:3737;s:29:\"logentry-delete-delete_redir2\";i:3738;s:31:\"logentry-delete-restore-nocount\";i:3739;s:23:\"restore-count-revisions\";i:3740;s:19:\"restore-count-files\";i:3741;s:21:\"logentry-delete-event\";i:3742;s:24:\"logentry-delete-revision\";i:3743;s:28:\"logentry-delete-event-legacy\";i:3744;s:31:\"logentry-delete-revision-legacy\";i:3745;s:24:\"logentry-suppress-delete\";i:3746;s:23:\"logentry-suppress-event\";i:3747;s:26:\"logentry-suppress-revision\";i:3748;s:30:\"logentry-suppress-event-legacy\";i:3749;s:33:\"logentry-suppress-revision-legacy\";i:3750;s:21:\"revdelete-summary-hid\";i:3751;s:19:\"revdelete-uname-hid\";i:3752;s:23:\"revdelete-content-unhid\";i:3753;s:23:\"revdelete-summary-unhid\";i:3754;s:21:\"revdelete-uname-unhid\";i:3755;s:20:\"revdelete-restricted\";i:3756;s:22:\"revdelete-unrestricted\";i:3757;s:20:\"logentry-block-block\";i:3758;s:22:\"logentry-block-unblock\";i:3759;s:22:\"logentry-block-reblock\";i:3760;s:32:\"logentry-partialblock-block-page\";i:3761;s:30:\"logentry-partialblock-block-ns\";i:3762;s:34:\"logentry-partialblock-block-action\";i:3763;s:27:\"logentry-partialblock-block\";i:3764;s:29:\"logentry-partialblock-reblock\";i:3765;s:32:\"logentry-non-editing-block-block\";i:3766;s:34:\"logentry-non-editing-block-reblock\";i:3767;s:23:\"logentry-suppress-block\";i:3768;s:25:\"logentry-suppress-reblock\";i:3769;s:22:\"logentry-import-upload\";i:3770;s:30:\"logentry-import-upload-details\";i:3771;s:25:\"logentry-import-interwiki\";i:3772;s:33:\"logentry-import-interwiki-details\";i:3773;s:20:\"logentry-merge-merge\";i:3774;s:35:\"logentry-move-move_redir-noredirect\";i:3775;s:22:\"logentry-patrol-patrol\";i:3776;s:26:\"logentry-newusers-newusers\";i:3777;s:25:\"logentry-newusers-create2\";i:3778;s:25:\"logentry-newusers-byemail\";i:3779;s:26:\"logentry-protect-move_prot\";i:3780;s:26:\"logentry-protect-unprotect\";i:3781;s:24:\"logentry-protect-protect\";i:3782;s:32:\"logentry-protect-protect-cascade\";i:3783;s:23:\"logentry-protect-modify\";i:3784;s:31:\"logentry-protect-modify-cascade\";i:3785;s:22:\"logentry-rights-rights\";i:3786;s:29:\"logentry-rights-rights-legacy\";i:3787;s:27:\"logentry-rights-autopromote\";i:3788;s:25:\"logentry-upload-overwrite\";i:3789;s:22:\"logentry-upload-revert\";i:3790;s:19:\"log-name-managetags\";i:3791;s:26:\"log-description-managetags\";i:3792;s:26:\"logentry-managetags-create\";i:3793;s:26:\"logentry-managetags-delete\";i:3794;s:28:\"logentry-managetags-activate\";i:3795;s:30:\"logentry-managetags-deactivate\";i:3796;s:12:\"log-name-tag\";i:3797;s:19:\"log-description-tag\";i:3798;s:32:\"logentry-tag-update-add-revision\";i:3799;s:32:\"logentry-tag-update-add-logentry\";i:3800;s:35:\"logentry-tag-update-remove-revision\";i:3801;s:35:\"logentry-tag-update-remove-logentry\";i:3802;s:28:\"logentry-tag-update-revision\";i:3803;s:28:\"logentry-tag-update-logentry\";i:3804;s:10:\"rightsnone\";i:3805;s:30:\"rightslogentry-temporary-group\";i:3806;s:15:\"feedback-adding\";i:3807;s:13:\"feedback-back\";i:3808;s:17:\"feedback-bugcheck\";i:3809;s:15:\"feedback-bugnew\";i:3810;s:18:\"feedback-bugornote\";i:3811;s:15:\"feedback-cancel\";i:3812;s:14:\"feedback-close\";i:3813;s:35:\"feedback-external-bug-report-button\";i:3814;s:21:\"feedback-dialog-title\";i:3815;s:21:\"feedback-dialog-intro\";i:3816;s:15:\"feedback-error1\";i:3817;s:15:\"feedback-error4\";i:3818;s:16:\"feedback-message\";i:3819;s:16:\"feedback-subject\";i:3820;s:15:\"feedback-submit\";i:3821;s:14:\"feedback-terms\";i:3822;s:19:\"feedback-termsofuse\";i:3823;s:15:\"feedback-thanks\";i:3824;s:21:\"feedback-thanks-title\";i:3825;s:18:\"feedback-useragent\";i:3826;s:27:\"search-match-redirect-label\";i:3827;s:26:\"search-match-redirect-help\";i:3828;s:17:\"searchlimit-label\";i:3829;s:16:\"searchlimit-help\";i:3830;s:30:\"api-clientside-error-noconnect\";i:3831;s:25:\"api-clientside-error-http\";i:3832;s:28:\"api-clientside-error-timeout\";i:3833;s:28:\"api-clientside-error-aborted\";i:3834;s:36:\"api-clientside-error-invalidresponse\";i:3835;s:18:\"api-error-badtoken\";i:3836;s:19:\"api-error-emptypage\";i:3837;s:23:\"api-error-publishfailed\";i:3838;s:21:\"api-error-stashfailed\";i:3839;s:25:\"api-error-unknown-warning\";i:3840;s:22:\"api-error-unknownerror\";i:3841;s:14:\"rotate-comment\";i:3842;s:17:\"limitreport-title\";i:3843;s:19:\"limitreport-cputime\";i:3844;s:25:\"limitreport-cputime-value\";i:3845;s:20:\"limitreport-walltime\";i:3846;s:26:\"limitreport-walltime-value\";i:3847;s:26:\"limitreport-ppvisitednodes\";i:3848;s:33:\"limitreport-postexpandincludesize\";i:3849;s:39:\"limitreport-postexpandincludesize-value\";i:3850;s:32:\"limitreport-templateargumentsize\";i:3851;s:38:\"limitreport-templateargumentsize-value\";i:3852;s:26:\"limitreport-expansiondepth\";i:3853;s:34:\"limitreport-expensivefunctioncount\";i:3854;s:25:\"limitreport-unstrip-depth\";i:3855;s:24:\"limitreport-unstrip-size\";i:3856;s:30:\"limitreport-unstrip-size-value\";i:3857;s:15:\"expandtemplates\";i:3858;s:22:\"expand_templates_intro\";i:3859;s:22:\"expand_templates_title\";i:3860;s:22:\"expand_templates_input\";i:3861;s:23:\"expand_templates_output\";i:3862;s:27:\"expand_templates_xml_output\";i:3863;s:28:\"expand_templates_html_output\";i:3864;s:19:\"expand_templates_ok\";i:3865;s:32:\"expand_templates_remove_comments\";i:3866;s:30:\"expand_templates_remove_nowiki\";i:3867;s:29:\"expand_templates_generate_xml\";i:3868;s:33:\"expand_templates_generate_rawhtml\";i:3869;s:24:\"expand_templates_preview\";i:3870;s:34:\"expand_templates_preview_fail_html\";i:3871;s:39:\"expand_templates_preview_fail_html_anon\";i:3872;s:30:\"expand_templates_input_missing\";i:3873;s:12:\"pagelanguage\";i:3874;s:13:\"pagelang-name\";i:3875;s:17:\"pagelang-language\";i:3876;s:20:\"pagelang-use-default\";i:3877;s:20:\"pagelang-select-lang\";i:3878;s:15:\"pagelang-submit\";i:3879;s:25:\"pagelang-nonexistent-page\";i:3880;s:27:\"pagelang-unchanged-language\";i:3881;s:35:\"pagelang-unchanged-language-default\";i:3882;s:18:\"pagelang-db-failed\";i:3883;s:14:\"right-pagelang\";i:3884;s:15:\"action-pagelang\";i:3885;s:17:\"log-name-pagelang\";i:3886;s:24:\"log-description-pagelang\";i:3887;s:26:\"logentry-pagelang-pagelang\";i:3888;s:22:\"default-skin-not-found\";i:3889;s:31:\"default-skin-not-found-no-skins\";i:3890;s:34:\"default-skin-not-found-row-enabled\";i:3891;s:35:\"default-skin-not-found-row-disabled\";i:3892;s:15:\"mediastatistics\";i:3893;s:23:\"mediastatistics-summary\";i:3894;s:22:\"mediastatistics-nbytes\";i:3895;s:28:\"mediastatistics-bytespertype\";i:3896;s:24:\"mediastatistics-allbytes\";i:3897;s:30:\"mediastatistics-table-mimetype\";i:3898;s:32:\"mediastatistics-table-extensions\";i:3899;s:27:\"mediastatistics-table-count\";i:3900;s:32:\"mediastatistics-table-totalbytes\";i:3901;s:30:\"mediastatistics-header-unknown\";i:3902;s:29:\"mediastatistics-header-bitmap\";i:3903;s:30:\"mediastatistics-header-drawing\";i:3904;s:28:\"mediastatistics-header-audio\";i:3905;s:28:\"mediastatistics-header-video\";i:3906;s:33:\"mediastatistics-header-multimedia\";i:3907;s:29:\"mediastatistics-header-office\";i:3908;s:27:\"mediastatistics-header-text\";i:3909;s:33:\"mediastatistics-header-executable\";i:3910;s:30:\"mediastatistics-header-archive\";i:3911;s:28:\"mediastatistics-header-total\";i:3912;s:24:\"json-warn-trailing-comma\";i:3913;s:18:\"json-error-unknown\";i:3914;s:16:\"json-error-depth\";i:3915;s:25:\"json-error-state-mismatch\";i:3916;s:20:\"json-error-ctrl-char\";i:3917;s:17:\"json-error-syntax\";i:3918;s:15:\"json-error-utf8\";i:3919;s:32:\"json-error-invalid-property-name\";i:3920;s:16:\"json-error-utf16\";i:3921;s:21:\"headline-anchor-title\";i:3922;s:30:\"special-characters-group-latin\";i:3923;s:38:\"special-characters-group-latinextended\";i:3924;s:28:\"special-characters-group-ipa\";i:3925;s:32:\"special-characters-group-symbols\";i:3926;s:30:\"special-characters-group-greek\";i:3927;s:38:\"special-characters-group-greekextended\";i:3928;s:33:\"special-characters-group-cyrillic\";i:3929;s:31:\"special-characters-group-arabic\";i:3930;s:39:\"special-characters-group-arabicextended\";i:3931;s:32:\"special-characters-group-persian\";i:3932;s:31:\"special-characters-group-hebrew\";i:3933;s:31:\"special-characters-group-bangla\";i:3934;s:30:\"special-characters-group-tamil\";i:3935;s:31:\"special-characters-group-telugu\";i:3936;s:32:\"special-characters-group-sinhala\";i:3937;s:33:\"special-characters-group-gujarati\";i:3938;s:35:\"special-characters-group-devanagari\";i:3939;s:29:\"special-characters-group-thai\";i:3940;s:28:\"special-characters-group-lao\";i:3941;s:30:\"special-characters-group-khmer\";i:3942;s:43:\"special-characters-group-canadianaboriginal\";i:3943;s:30:\"special-characters-group-runes\";i:3944;s:31:\"special-characters-title-endash\";i:3945;s:31:\"special-characters-title-emdash\";i:3946;s:30:\"special-characters-title-minus\";i:3947;s:22:\"mw-widgets-abandonedit\";i:3948;s:30:\"mw-widgets-abandonedit-discard\";i:3949;s:28:\"mw-widgets-abandonedit-title\";i:3950;s:30:\"mw-widgets-copytextlayout-copy\";i:3951;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3952;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3953;s:28:\"mw-widgets-dateinput-no-date\";i:3954;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3955;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3956;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3957;s:32:\"mw-widgets-mediasearch-noresults\";i:3958;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3959;s:27:\"mw-widgets-table-row-delete\";i:3960;s:42:\"mw-widgets-titleinput-description-new-page\";i:3961;s:42:\"mw-widgets-titleinput-description-redirect\";i:3962;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3963;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3964;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3965;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3966;s:15:\"date-range-from\";i:3967;s:13:\"date-range-to\";i:3968;s:18:\"sessionmanager-tie\";i:3969;s:23:\"sessionprovider-generic\";i:3970;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3971;s:25:\"sessionprovider-nocookies\";i:3972;s:23:\"log-action-filter-block\";i:3973;s:30:\"log-action-filter-contentmodel\";i:3974;s:24:\"log-action-filter-delete\";i:3975;s:24:\"log-action-filter-import\";i:3976;s:28:\"log-action-filter-managetags\";i:3977;s:22:\"log-action-filter-move\";i:3978;s:26:\"log-action-filter-newusers\";i:3979;s:24:\"log-action-filter-patrol\";i:3980;s:25:\"log-action-filter-protect\";i:3981;s:24:\"log-action-filter-rights\";i:3982;s:26:\"log-action-filter-suppress\";i:3983;s:24:\"log-action-filter-upload\";i:3984;s:21:\"log-action-filter-all\";i:3985;s:29:\"log-action-filter-block-block\";i:3986;s:31:\"log-action-filter-block-reblock\";i:3987;s:31:\"log-action-filter-block-unblock\";i:3988;s:37:\"log-action-filter-contentmodel-change\";i:3989;s:34:\"log-action-filter-contentmodel-new\";i:3990;s:31:\"log-action-filter-delete-delete\";i:3991;s:37:\"log-action-filter-delete-delete_redir\";i:3992;s:38:\"log-action-filter-delete-delete_redir2\";i:3993;s:32:\"log-action-filter-delete-restore\";i:3994;s:30:\"log-action-filter-delete-event\";i:3995;s:33:\"log-action-filter-delete-revision\";i:3996;s:34:\"log-action-filter-import-interwiki\";i:3997;s:31:\"log-action-filter-import-upload\";i:3998;s:35:\"log-action-filter-managetags-create\";i:3999;s:35:\"log-action-filter-managetags-delete\";i:4000;s:37:\"log-action-filter-managetags-activate\";i:4001;s:39:\"log-action-filter-managetags-deactivate\";i:4002;s:27:\"log-action-filter-move-move\";i:4003;s:33:\"log-action-filter-move-move_redir\";i:4004;s:33:\"log-action-filter-newusers-create\";i:4005;s:34:\"log-action-filter-newusers-create2\";i:4006;s:37:\"log-action-filter-newusers-autocreate\";i:4007;s:34:\"log-action-filter-newusers-byemail\";i:4008;s:31:\"log-action-filter-patrol-patrol\";i:4009;s:35:\"log-action-filter-patrol-autopatrol\";i:4010;s:33:\"log-action-filter-protect-protect\";i:4011;s:32:\"log-action-filter-protect-modify\";i:4012;s:35:\"log-action-filter-protect-unprotect\";i:4013;s:35:\"log-action-filter-protect-move_prot\";i:4014;s:31:\"log-action-filter-rights-rights\";i:4015;s:36:\"log-action-filter-rights-autopromote\";i:4016;s:32:\"log-action-filter-suppress-event\";i:4017;s:35:\"log-action-filter-suppress-revision\";i:4018;s:33:\"log-action-filter-suppress-delete\";i:4019;s:32:\"log-action-filter-suppress-block\";i:4020;s:34:\"log-action-filter-suppress-reblock\";i:4021;s:31:\"log-action-filter-upload-upload\";i:4022;s:34:\"log-action-filter-upload-overwrite\";i:4023;s:31:\"log-action-filter-upload-revert\";i:4024;s:33:\"authmanager-authn-not-in-progress\";i:4025;s:28:\"authmanager-authn-no-primary\";i:4026;s:31:\"authmanager-authn-no-local-user\";i:4027;s:36:\"authmanager-authn-no-local-user-link\";i:4028;s:35:\"authmanager-authn-autocreate-failed\";i:4029;s:32:\"authmanager-change-not-supported\";i:4030;s:27:\"authmanager-create-disabled\";i:4031;s:29:\"authmanager-create-from-login\";i:4032;s:34:\"authmanager-create-not-in-progress\";i:4033;s:29:\"authmanager-create-no-primary\";i:4034;s:27:\"authmanager-link-no-primary\";i:4035;s:32:\"authmanager-link-not-in-progress\";i:4036;s:29:\"authmanager-autocreate-noperm\";i:4037;s:32:\"authmanager-autocreate-exception\";i:4038;s:28:\"authmanager-userdoesnotexist\";i:4039;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4040;s:25:\"authmanager-username-help\";i:4041;s:25:\"authmanager-password-help\";i:4042;s:23:\"authmanager-domain-help\";i:4043;s:23:\"authmanager-retype-help\";i:4044;s:23:\"authmanager-email-label\";i:4045;s:22:\"authmanager-email-help\";i:4046;s:26:\"authmanager-realname-label\";i:4047;s:25:\"authmanager-realname-help\";i:4048;s:29:\"authmanager-provider-password\";i:4049;s:36:\"authmanager-provider-password-domain\";i:4050;s:38:\"authmanager-provider-temporarypassword\";i:4051;s:32:\"authprovider-confirmlink-message\";i:4052;s:38:\"authprovider-confirmlink-request-label\";i:4053;s:37:\"authprovider-confirmlink-success-line\";i:4054;s:31:\"authprovider-confirmlink-failed\";i:4055;s:32:\"authprovider-confirmlink-ok-help\";i:4056;s:33:\"authprovider-resetpass-skip-label\";i:4057;s:32:\"authprovider-resetpass-skip-help\";i:4058;s:24:\"authform-nosession-login\";i:4059;s:25:\"authform-nosession-signup\";i:4060;s:17:\"authform-newtoken\";i:4061;s:16:\"authform-notoken\";i:4062;s:19:\"authform-wrongtoken\";i:4063;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4064;s:37:\"specialpage-securitylevel-not-allowed\";i:4065;s:21:\"authpage-cannot-login\";i:4066;s:30:\"authpage-cannot-login-continue\";i:4067;s:22:\"authpage-cannot-create\";i:4068;s:31:\"authpage-cannot-create-continue\";i:4069;s:20:\"authpage-cannot-link\";i:4070;s:29:\"authpage-cannot-link-continue\";i:4071;s:28:\"cannotauth-not-allowed-title\";i:4072;s:22:\"cannotauth-not-allowed\";i:4073;s:17:\"changecredentials\";i:4074;s:24:\"changecredentials-submit\";i:4075;s:32:\"changecredentials-invalidsubpage\";i:4076;s:25:\"changecredentials-success\";i:4077;s:17:\"removecredentials\";i:4078;s:24:\"removecredentials-submit\";i:4079;s:32:\"removecredentials-invalidsubpage\";i:4080;s:25:\"removecredentials-success\";i:4081;s:24:\"credentialsform-provider\";i:4082;s:23:\"credentialsform-account\";i:4083;s:28:\"cannotlink-no-provider-title\";i:4084;s:22:\"cannotlink-no-provider\";i:4085;s:12:\"linkaccounts\";i:4086;s:25:\"linkaccounts-success-text\";i:4087;s:19:\"linkaccounts-submit\";i:4088;s:30:\"cannotunlink-no-provider-title\";i:4089;s:24:\"cannotunlink-no-provider\";i:4090;s:14:\"unlinkaccounts\";i:4091;s:22:\"unlinkaccounts-success\";i:4092;s:32:\"authenticationdatachange-ignored\";i:4093;s:14:\"userjsispublic\";i:4094;s:16:\"userjsonispublic\";i:4095;s:15:\"usercssispublic\";i:4096;s:15:\"userjsdangerous\";i:4097;s:23:\"restrictionsfield-badip\";i:4098;s:23:\"restrictionsfield-label\";i:4099;s:22:\"restrictionsfield-help\";i:4100;s:11:\"specialmute\";i:4101;s:19:\"specialmute-success\";i:4102;s:18:\"specialmute-submit\";i:4103;s:28:\"specialmute-label-mute-email\";i:4104;s:18:\"specialmute-header\";i:4105;s:30:\"specialmute-error-invalid-user\";i:4106;s:28:\"specialmute-error-no-options\";i:4107;s:24:\"specialmute-email-footer\";i:4108;s:26:\"specialmute-login-required\";i:4109;s:16:\"mute-preferences\";i:4110;s:5:\"revid\";i:4111;s:6:\"pageid\";i:4112;s:18:\"rawhtml-notallowed\";i:4113;s:13:\"gotointerwiki\";i:4114;s:21:\"gotointerwiki-invalid\";i:4115;s:22:\"gotointerwiki-external\";i:4116;s:17:\"undelete-cantedit\";i:4117;s:19:\"undelete-cantcreate\";i:4118;s:14:\"pagedata-title\";i:4119;s:13:\"pagedata-text\";i:4120;s:23:\"pagedata-not-acceptable\";i:4121;s:18:\"pagedata-bad-title\";i:4122;s:24:\"unregistered-user-config\";i:4123;s:16:\"passwordpolicies\";i:4124;s:24:\"passwordpolicies-summary\";i:4125;s:22:\"passwordpolicies-group\";i:4126;s:25:\"passwordpolicies-policies\";i:4127;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4128;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4129;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4130;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4131;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4132;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4133;s:39:\"passwordpolicies-policyflag-forcechange\";i:4134;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4135;s:27:\"mycustomjsredirectprotected\";i:4136;s:22:\"deflate-invaliddeflate\";i:4137;s:14:\"unprotected-js\";i:4138;s:19:\"userlogout-continue\";i:4139;s:15:\"userlogout-temp\";i:4140;s:22:\"paramvalidator-baduser\";i:4141;s:29:\"paramvalidator-help-type-user\";i:4142;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4143;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4144;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4145;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4146;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4147;s:23:\"paramvalidator-badtitle\";i:4148;s:27:\"paramvalidator-missingtitle\";i:4149;s:30:\"paramvalidator-help-type-title\";i:4150;s:41:\"paramvalidator-help-type-title-must-exist\";i:4151;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4152;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4153;s:18:\"config-missing-key\";i:4154;s:18:\"config-invalid-key\";i:4155;s:21:\"changeslist-nocomment\";i:4156;s:30:\"parsoid-stash-rate-limit-error\";i:4157;s:31:\"parsoid-resource-limit-exceeded\";i:4158;s:20:\"parsoid-client-error\";i:4159;s:22:\"newpages-showhide-bots\";i:4160;s:27:\"newpages-showhide-patrolled\";i:4161;s:26:\"newpages-showhide-redirect\";i:4162;s:28:\"newpages-showhide-registered\";i:4163;s:15:\"exif-imagewidth\";i:4164;s:16:\"exif-imagelength\";i:4165;s:18:\"exif-bitspersample\";i:4166;s:16:\"exif-compression\";i:4167;s:30:\"exif-photometricinterpretation\";i:4168;s:16:\"exif-orientation\";i:4169;s:20:\"exif-samplesperpixel\";i:4170;s:24:\"exif-planarconfiguration\";i:4171;s:21:\"exif-ycbcrsubsampling\";i:4172;s:21:\"exif-ycbcrpositioning\";i:4173;s:16:\"exif-xresolution\";i:4174;s:16:\"exif-yresolution\";i:4175;s:17:\"exif-stripoffsets\";i:4176;s:17:\"exif-rowsperstrip\";i:4177;s:20:\"exif-stripbytecounts\";i:4178;s:26:\"exif-jpeginterchangeformat\";i:4179;s:32:\"exif-jpeginterchangeformatlength\";i:4180;s:15:\"exif-whitepoint\";i:4181;s:26:\"exif-primarychromaticities\";i:4182;s:22:\"exif-ycbcrcoefficients\";i:4183;s:24:\"exif-referenceblackwhite\";i:4184;s:13:\"exif-datetime\";i:4185;s:21:\"exif-imagedescription\";i:4186;s:9:\"exif-make\";i:4187;s:10:\"exif-model\";i:4188;s:13:\"exif-software\";i:4189;s:11:\"exif-artist\";i:4190;s:14:\"exif-copyright\";i:4191;s:16:\"exif-exifversion\";i:4192;s:20:\"exif-flashpixversion\";i:4193;s:15:\"exif-colorspace\";i:4194;s:28:\"exif-componentsconfiguration\";i:4195;s:27:\"exif-compressedbitsperpixel\";i:4196;s:20:\"exif-pixelxdimension\";i:4197;s:20:\"exif-pixelydimension\";i:4198;s:16:\"exif-usercomment\";i:4199;s:21:\"exif-relatedsoundfile\";i:4200;s:21:\"exif-datetimeoriginal\";i:4201;s:22:\"exif-datetimedigitized\";i:4202;s:15:\"exif-subsectime\";i:4203;s:23:\"exif-subsectimeoriginal\";i:4204;s:24:\"exif-subsectimedigitized\";i:4205;s:17:\"exif-exposuretime\";i:4206;s:24:\"exif-exposuretime-format\";i:4207;s:12:\"exif-fnumber\";i:4208;s:19:\"exif-fnumber-format\";i:4209;s:20:\"exif-exposureprogram\";i:4210;s:24:\"exif-spectralsensitivity\";i:4211;s:20:\"exif-isospeedratings\";i:4212;s:22:\"exif-shutterspeedvalue\";i:4213;s:18:\"exif-aperturevalue\";i:4214;s:20:\"exif-brightnessvalue\";i:4215;s:22:\"exif-exposurebiasvalue\";i:4216;s:21:\"exif-maxaperturevalue\";i:4217;s:20:\"exif-subjectdistance\";i:4218;s:17:\"exif-meteringmode\";i:4219;s:16:\"exif-lightsource\";i:4220;s:10:\"exif-flash\";i:4221;s:16:\"exif-focallength\";i:4222;s:23:\"exif-focallength-format\";i:4223;s:16:\"exif-subjectarea\";i:4224;s:16:\"exif-flashenergy\";i:4225;s:26:\"exif-focalplanexresolution\";i:4226;s:26:\"exif-focalplaneyresolution\";i:4227;s:29:\"exif-focalplaneresolutionunit\";i:4228;s:20:\"exif-subjectlocation\";i:4229;s:18:\"exif-exposureindex\";i:4230;s:18:\"exif-sensingmethod\";i:4231;s:15:\"exif-filesource\";i:4232;s:14:\"exif-scenetype\";i:4233;s:19:\"exif-customrendered\";i:4234;s:17:\"exif-exposuremode\";i:4235;s:17:\"exif-whitebalance\";i:4236;s:21:\"exif-digitalzoomratio\";i:4237;s:26:\"exif-focallengthin35mmfilm\";i:4238;s:21:\"exif-scenecapturetype\";i:4239;s:16:\"exif-gaincontrol\";i:4240;s:13:\"exif-contrast\";i:4241;s:15:\"exif-saturation\";i:4242;s:14:\"exif-sharpness\";i:4243;s:29:\"exif-devicesettingdescription\";i:4244;s:25:\"exif-subjectdistancerange\";i:4245;s:18:\"exif-imageuniqueid\";i:4246;s:17:\"exif-gpsversionid\";i:4247;s:19:\"exif-gpslatituderef\";i:4248;s:16:\"exif-gpslatitude\";i:4249;s:20:\"exif-gpslongituderef\";i:4250;s:17:\"exif-gpslongitude\";i:4251;s:19:\"exif-gpsaltituderef\";i:4252;s:16:\"exif-gpsaltitude\";i:4253;s:17:\"exif-gpstimestamp\";i:4254;s:18:\"exif-gpssatellites\";i:4255;s:14:\"exif-gpsstatus\";i:4256;s:19:\"exif-gpsmeasuremode\";i:4257;s:11:\"exif-gpsdop\";i:4258;s:16:\"exif-gpsspeedref\";i:4259;s:13:\"exif-gpsspeed\";i:4260;s:16:\"exif-gpstrackref\";i:4261;s:13:\"exif-gpstrack\";i:4262;s:23:\"exif-gpsimgdirectionref\";i:4263;s:20:\"exif-gpsimgdirection\";i:4264;s:16:\"exif-gpsmapdatum\";i:4265;s:23:\"exif-gpsdestlatituderef\";i:4266;s:20:\"exif-gpsdestlatitude\";i:4267;s:24:\"exif-gpsdestlongituderef\";i:4268;s:21:\"exif-gpsdestlongitude\";i:4269;s:22:\"exif-gpsdestbearingref\";i:4270;s:19:\"exif-gpsdestbearing\";i:4271;s:23:\"exif-gpsdestdistanceref\";i:4272;s:20:\"exif-gpsdestdistance\";i:4273;s:24:\"exif-gpsprocessingmethod\";i:4274;s:23:\"exif-gpsareainformation\";i:4275;s:17:\"exif-gpsdatestamp\";i:4276;s:20:\"exif-gpsdifferential\";i:4277;s:22:\"exif-coordinate-format\";i:4278;s:20:\"exif-jpegfilecomment\";i:4279;s:13:\"exif-keywords\";i:4280;s:23:\"exif-worldregioncreated\";i:4281;s:19:\"exif-countrycreated\";i:4282;s:23:\"exif-countrycodecreated\";i:4283;s:27:\"exif-provinceorstatecreated\";i:4284;s:16:\"exif-citycreated\";i:4285;s:23:\"exif-sublocationcreated\";i:4286;s:20:\"exif-worldregiondest\";i:4287;s:16:\"exif-countrydest\";i:4288;s:20:\"exif-countrycodedest\";i:4289;s:24:\"exif-provinceorstatedest\";i:4290;s:13:\"exif-citydest\";i:4291;s:20:\"exif-sublocationdest\";i:4292;s:15:\"exif-objectname\";i:4293;s:24:\"exif-specialinstructions\";i:4294;s:13:\"exif-headline\";i:4295;s:11:\"exif-credit\";i:4296;s:11:\"exif-source\";i:4297;s:15:\"exif-editstatus\";i:4298;s:12:\"exif-urgency\";i:4299;s:22:\"exif-fixtureidentifier\";i:4300;s:17:\"exif-locationdest\";i:4301;s:21:\"exif-locationdestcode\";i:4302;s:16:\"exif-objectcycle\";i:4303;s:12:\"exif-contact\";i:4304;s:11:\"exif-writer\";i:4305;s:17:\"exif-languagecode\";i:4306;s:15:\"exif-iimversion\";i:4307;s:16:\"exif-iimcategory\";i:4308;s:28:\"exif-iimsupplementalcategory\";i:4309;s:20:\"exif-datetimeexpires\";i:4310;s:21:\"exif-datetimereleased\";i:4311;s:28:\"exif-originaltransmissionref\";i:4312;s:15:\"exif-identifier\";i:4313;s:9:\"exif-lens\";i:4314;s:17:\"exif-serialnumber\";i:4315;s:20:\"exif-cameraownername\";i:4316;s:10:\"exif-label\";i:4317;s:21:\"exif-datetimemetadata\";i:4318;s:13:\"exif-nickname\";i:4319;s:11:\"exif-rating\";i:4320;s:22:\"exif-rightscertificate\";i:4321;s:16:\"exif-copyrighted\";i:4322;s:19:\"exif-copyrightowner\";i:4323;s:15:\"exif-usageterms\";i:4324;s:17:\"exif-webstatement\";i:4325;s:23:\"exif-originaldocumentid\";i:4326;s:15:\"exif-licenseurl\";i:4327;s:23:\"exif-morepermissionsurl\";i:4328;s:19:\"exif-attributionurl\";i:4329;s:29:\"exif-preferredattributionname\";i:4330;s:19:\"exif-pngfilecomment\";i:4331;s:15:\"exif-disclaimer\";i:4332;s:19:\"exif-contentwarning\";i:4333;s:19:\"exif-giffilecomment\";i:4334;s:22:\"exif-intellectualgenre\";i:4335;s:20:\"exif-subjectnewscode\";i:4336;s:14:\"exif-scenecode\";i:4337;s:10:\"exif-event\";i:4338;s:24:\"exif-organisationinimage\";i:4339;s:18:\"exif-personinimage\";i:4340;s:24:\"exif-originalimageheight\";i:4341;s:23:\"exif-originalimagewidth\";i:4342;s:18:\"exif-contact-value\";i:4343;s:26:\"exif-subjectnewscode-value\";i:4344;s:18:\"exif-compression-1\";i:4345;s:18:\"exif-compression-2\";i:4346;s:18:\"exif-compression-3\";i:4347;s:18:\"exif-compression-4\";i:4348;s:18:\"exif-compression-5\";i:4349;s:18:\"exif-compression-6\";i:4350;s:18:\"exif-compression-7\";i:4351;s:18:\"exif-compression-8\";i:4352;s:22:\"exif-compression-32773\";i:4353;s:22:\"exif-compression-32946\";i:4354;s:22:\"exif-compression-34712\";i:4355;s:21:\"exif-copyrighted-true\";i:4356;s:22:\"exif-copyrighted-false\";i:4357;s:32:\"exif-photometricinterpretation-0\";i:4358;s:32:\"exif-photometricinterpretation-1\";i:4359;s:32:\"exif-photometricinterpretation-2\";i:4360;s:32:\"exif-photometricinterpretation-3\";i:4361;s:32:\"exif-photometricinterpretation-4\";i:4362;s:32:\"exif-photometricinterpretation-5\";i:4363;s:32:\"exif-photometricinterpretation-6\";i:4364;s:32:\"exif-photometricinterpretation-9\";i:4365;s:33:\"exif-photometricinterpretation-10\";i:4366;s:36:\"exif-photometricinterpretation-32803\";i:4367;s:36:\"exif-photometricinterpretation-34892\";i:4368;s:16:\"exif-unknowndate\";i:4369;s:18:\"exif-orientation-1\";i:4370;s:18:\"exif-orientation-2\";i:4371;s:18:\"exif-orientation-3\";i:4372;s:18:\"exif-orientation-4\";i:4373;s:18:\"exif-orientation-5\";i:4374;s:18:\"exif-orientation-6\";i:4375;s:18:\"exif-orientation-7\";i:4376;s:18:\"exif-orientation-8\";i:4377;s:26:\"exif-planarconfiguration-1\";i:4378;s:26:\"exif-planarconfiguration-2\";i:4379;s:19:\"exif-xyresolution-i\";i:4380;s:19:\"exif-xyresolution-c\";i:4381;s:17:\"exif-colorspace-1\";i:4382;s:21:\"exif-colorspace-65535\";i:4383;s:30:\"exif-componentsconfiguration-0\";i:4384;s:30:\"exif-componentsconfiguration-1\";i:4385;s:30:\"exif-componentsconfiguration-2\";i:4386;s:30:\"exif-componentsconfiguration-3\";i:4387;s:30:\"exif-componentsconfiguration-4\";i:4388;s:30:\"exif-componentsconfiguration-5\";i:4389;s:30:\"exif-componentsconfiguration-6\";i:4390;s:22:\"exif-exposureprogram-0\";i:4391;s:22:\"exif-exposureprogram-1\";i:4392;s:22:\"exif-exposureprogram-2\";i:4393;s:22:\"exif-exposureprogram-3\";i:4394;s:22:\"exif-exposureprogram-4\";i:4395;s:22:\"exif-exposureprogram-5\";i:4396;s:22:\"exif-exposureprogram-6\";i:4397;s:22:\"exif-exposureprogram-7\";i:4398;s:22:\"exif-exposureprogram-8\";i:4399;s:26:\"exif-subjectdistance-value\";i:4400;s:19:\"exif-meteringmode-0\";i:4401;s:19:\"exif-meteringmode-1\";i:4402;s:19:\"exif-meteringmode-2\";i:4403;s:19:\"exif-meteringmode-3\";i:4404;s:19:\"exif-meteringmode-4\";i:4405;s:19:\"exif-meteringmode-5\";i:4406;s:19:\"exif-meteringmode-6\";i:4407;s:21:\"exif-meteringmode-255\";i:4408;s:18:\"exif-lightsource-0\";i:4409;s:18:\"exif-lightsource-1\";i:4410;s:18:\"exif-lightsource-2\";i:4411;s:18:\"exif-lightsource-3\";i:4412;s:18:\"exif-lightsource-4\";i:4413;s:18:\"exif-lightsource-9\";i:4414;s:19:\"exif-lightsource-10\";i:4415;s:19:\"exif-lightsource-11\";i:4416;s:19:\"exif-lightsource-12\";i:4417;s:19:\"exif-lightsource-13\";i:4418;s:19:\"exif-lightsource-14\";i:4419;s:19:\"exif-lightsource-15\";i:4420;s:19:\"exif-lightsource-17\";i:4421;s:19:\"exif-lightsource-18\";i:4422;s:19:\"exif-lightsource-19\";i:4423;s:19:\"exif-lightsource-20\";i:4424;s:19:\"exif-lightsource-21\";i:4425;s:19:\"exif-lightsource-22\";i:4426;s:19:\"exif-lightsource-23\";i:4427;s:19:\"exif-lightsource-24\";i:4428;s:20:\"exif-lightsource-255\";i:4429;s:18:\"exif-flash-fired-0\";i:4430;s:18:\"exif-flash-fired-1\";i:4431;s:19:\"exif-flash-return-0\";i:4432;s:19:\"exif-flash-return-2\";i:4433;s:19:\"exif-flash-return-3\";i:4434;s:17:\"exif-flash-mode-1\";i:4435;s:17:\"exif-flash-mode-2\";i:4436;s:17:\"exif-flash-mode-3\";i:4437;s:21:\"exif-flash-function-1\";i:4438;s:19:\"exif-flash-redeye-1\";i:4439;s:31:\"exif-focalplaneresolutionunit-2\";i:4440;s:20:\"exif-sensingmethod-1\";i:4441;s:20:\"exif-sensingmethod-2\";i:4442;s:20:\"exif-sensingmethod-3\";i:4443;s:20:\"exif-sensingmethod-4\";i:4444;s:20:\"exif-sensingmethod-5\";i:4445;s:20:\"exif-sensingmethod-7\";i:4446;s:20:\"exif-sensingmethod-8\";i:4447;s:17:\"exif-filesource-3\";i:4448;s:16:\"exif-scenetype-1\";i:4449;s:21:\"exif-customrendered-0\";i:4450;s:21:\"exif-customrendered-1\";i:4451;s:21:\"exif-customrendered-2\";i:4452;s:21:\"exif-customrendered-3\";i:4453;s:21:\"exif-customrendered-4\";i:4454;s:21:\"exif-customrendered-6\";i:4455;s:21:\"exif-customrendered-7\";i:4456;s:21:\"exif-customrendered-8\";i:4457;s:19:\"exif-exposuremode-0\";i:4458;s:19:\"exif-exposuremode-1\";i:4459;s:19:\"exif-exposuremode-2\";i:4460;s:19:\"exif-whitebalance-0\";i:4461;s:19:\"exif-whitebalance-1\";i:4462;s:23:\"exif-scenecapturetype-0\";i:4463;s:23:\"exif-scenecapturetype-1\";i:4464;s:23:\"exif-scenecapturetype-2\";i:4465;s:23:\"exif-scenecapturetype-3\";i:4466;s:18:\"exif-gaincontrol-0\";i:4467;s:18:\"exif-gaincontrol-1\";i:4468;s:18:\"exif-gaincontrol-2\";i:4469;s:18:\"exif-gaincontrol-3\";i:4470;s:18:\"exif-gaincontrol-4\";i:4471;s:15:\"exif-contrast-0\";i:4472;s:15:\"exif-contrast-1\";i:4473;s:15:\"exif-contrast-2\";i:4474;s:17:\"exif-saturation-0\";i:4475;s:17:\"exif-saturation-1\";i:4476;s:17:\"exif-saturation-2\";i:4477;s:16:\"exif-sharpness-0\";i:4478;s:16:\"exif-sharpness-1\";i:4479;s:16:\"exif-sharpness-2\";i:4480;s:27:\"exif-subjectdistancerange-0\";i:4481;s:27:\"exif-subjectdistancerange-1\";i:4482;s:27:\"exif-subjectdistancerange-2\";i:4483;s:27:\"exif-subjectdistancerange-3\";i:4484;s:18:\"exif-gpslatitude-n\";i:4485;s:18:\"exif-gpslatitude-s\";i:4486;s:19:\"exif-gpslongitude-e\";i:4487;s:19:\"exif-gpslongitude-w\";i:4488;s:31:\"exif-gpsaltitude-above-sealevel\";i:4489;s:31:\"exif-gpsaltitude-below-sealevel\";i:4490;s:16:\"exif-gpsstatus-a\";i:4491;s:16:\"exif-gpsstatus-v\";i:4492;s:21:\"exif-gpsmeasuremode-2\";i:4493;s:21:\"exif-gpsmeasuremode-3\";i:4494;s:15:\"exif-gpsspeed-k\";i:4495;s:15:\"exif-gpsspeed-m\";i:4496;s:15:\"exif-gpsspeed-n\";i:4497;s:22:\"exif-gpsdestdistance-k\";i:4498;s:22:\"exif-gpsdestdistance-m\";i:4499;s:22:\"exif-gpsdestdistance-n\";i:4500;s:21:\"exif-gpsdop-excellent\";i:4501;s:16:\"exif-gpsdop-good\";i:4502;s:20:\"exif-gpsdop-moderate\";i:4503;s:16:\"exif-gpsdop-fair\";i:4504;s:16:\"exif-gpsdop-poor\";i:4505;s:18:\"exif-objectcycle-a\";i:4506;s:18:\"exif-objectcycle-p\";i:4507;s:18:\"exif-objectcycle-b\";i:4508;s:19:\"exif-gpsdirection-t\";i:4509;s:19:\"exif-gpsdirection-m\";i:4510;s:23:\"exif-ycbcrpositioning-1\";i:4511;s:23:\"exif-ycbcrpositioning-2\";i:4512;s:19:\"exif-dc-contributor\";i:4513;s:16:\"exif-dc-coverage\";i:4514;s:12:\"exif-dc-date\";i:4515;s:17:\"exif-dc-publisher\";i:4516;s:16:\"exif-dc-relation\";i:4517;s:14:\"exif-dc-rights\";i:4518;s:14:\"exif-dc-source\";i:4519;s:12:\"exif-dc-type\";i:4520;s:20:\"exif-rating-rejected\";i:4521;s:29:\"exif-isospeedratings-overflow\";i:4522;s:27:\"exif-maxaperturevalue-value\";i:4523;s:20:\"exif-iimcategory-ace\";i:4524;s:20:\"exif-iimcategory-clj\";i:4525;s:20:\"exif-iimcategory-dis\";i:4526;s:20:\"exif-iimcategory-fin\";i:4527;s:20:\"exif-iimcategory-edu\";i:4528;s:20:\"exif-iimcategory-evn\";i:4529;s:20:\"exif-iimcategory-hth\";i:4530;s:20:\"exif-iimcategory-hum\";i:4531;s:20:\"exif-iimcategory-lab\";i:4532;s:20:\"exif-iimcategory-lif\";i:4533;s:20:\"exif-iimcategory-pol\";i:4534;s:20:\"exif-iimcategory-rel\";i:4535;s:20:\"exif-iimcategory-sci\";i:4536;s:20:\"exif-iimcategory-soi\";i:4537;s:20:\"exif-iimcategory-spo\";i:4538;s:20:\"exif-iimcategory-war\";i:4539;s:20:\"exif-iimcategory-wea\";i:4540;s:19:\"exif-urgency-normal\";i:4541;s:16:\"exif-urgency-low\";i:4542;s:17:\"exif-urgency-high\";i:4543;s:18:\"exif-urgency-other\";i:4544;s:19:\"exif-firstphotodate\";i:4545;s:18:\"exif-lastphotodate\";i:4546;s:19:\"exif-projectiontype\";i:4547;s:35:\"exif-projectiontype-equirectangular\";i:4548;s:22:\"exif-usepanoramaviewer\";i:4549;s:27:\"exif-usepanoramaviewer-true\";i:4550;s:28:\"exif-usepanoramaviewer-false\";i:4551;s:21:\"exif-exposurelockused\";i:4552;s:26:\"exif-exposurelockused-true\";i:4553;s:27:\"exif-exposurelockused-false\";i:4554;s:23:\"exif-poseheadingdegrees\";i:4555;s:32:\"exif-initialhorizontalfovdegrees\";i:4556;s:30:\"exif-initialverticalfovdegrees\";i:4557;s:22:\"exif-sourcephotoscount\";i:4558;s:32:\"exif-croppedareaimagewidthpixels\";i:4559;s:33:\"exif-croppedareaimageheightpixels\";i:4560;s:24:\"exif-fullpanowidthpixels\";i:4561;s:25:\"exif-fullpanoheightpixels\";i:4562;s:26:\"exif-croppedarealeftpixels\";i:4563;s:25:\"exif-croppedareatoppixels\";i:4564;s:23:\"exif-initialcameradolly\";i:4565;s:22:\"exif-stitchingsoftware\";i:4566;s:25:\"apihelp-main-param-action\";i:4567;s:25:\"apihelp-main-param-format\";i:4568;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4569;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4570;s:21:\"apihelp-block-summary\";i:4571;s:24:\"apihelp-block-param-user\";i:4572;s:26:\"apihelp-block-param-userid\";i:4573;s:26:\"apihelp-block-param-expiry\";i:4574;s:26:\"apihelp-block-param-reason\";i:4575;s:28:\"apihelp-block-param-anononly\";i:4576;s:28:\"apihelp-block-param-nocreate\";i:4577;s:29:\"apihelp-block-param-autoblock\";i:4578;s:27:\"apihelp-block-param-noemail\";i:4579;s:27:\"apihelp-block-param-reblock\";i:4580;s:31:\"apihelp-block-example-ip-simple\";i:4581;s:34:\"apihelp-changecontentmodel-summary\";i:4582;s:29:\"apihelp-checktoken-param-type\";i:4583;s:30:\"apihelp-checktoken-param-token\";i:4584;s:23:\"apihelp-compare-summary\";i:4585;s:31:\"apihelp-compare-param-fromtitle\";i:4586;s:28:\"apihelp-compare-param-fromid\";i:4587;s:29:\"apihelp-compare-param-fromrev\";i:4588;s:29:\"apihelp-compare-param-totitle\";i:4589;s:26:\"apihelp-compare-param-toid\";i:4590;s:27:\"apihelp-compare-param-torev\";i:4591;s:25:\"apihelp-compare-example-1\";i:4592;s:29:\"apihelp-createaccount-summary\";i:4593;s:36:\"apihelp-createaccount-example-create\";i:4594;s:22:\"apihelp-delete-summary\";i:4595;s:26:\"apihelp-delete-param-title\";i:4596;s:27:\"apihelp-delete-param-pageid\";i:4597;s:27:\"apihelp-delete-param-reason\";i:4598;s:25:\"apihelp-delete-param-tags\";i:4599;s:26:\"apihelp-delete-param-watch\";i:4600;s:30:\"apihelp-delete-param-watchlist\";i:4601;s:28:\"apihelp-delete-param-unwatch\";i:4602;s:29:\"apihelp-delete-param-oldimage\";i:4603;s:29:\"apihelp-delete-example-simple\";i:4604;s:29:\"apihelp-delete-example-reason\";i:4605;s:24:\"apihelp-disabled-summary\";i:4606;s:20:\"apihelp-edit-summary\";i:4607;s:24:\"apihelp-edit-param-title\";i:4608;s:25:\"apihelp-edit-param-pageid\";i:4609;s:26:\"apihelp-edit-param-section\";i:4610;s:31:\"apihelp-edit-param-sectiontitle\";i:4611;s:23:\"apihelp-edit-param-text\";i:4612;s:26:\"apihelp-edit-param-summary\";i:4613;s:23:\"apihelp-edit-param-tags\";i:4614;s:24:\"apihelp-edit-param-minor\";i:4615;s:27:\"apihelp-edit-param-notminor\";i:4616;s:22:\"apihelp-edit-param-bot\";i:4617;s:32:\"apihelp-edit-param-basetimestamp\";i:4618;s:33:\"apihelp-edit-param-starttimestamp\";i:4619;s:27:\"apihelp-edit-param-recreate\";i:4620;s:29:\"apihelp-edit-param-createonly\";i:4621;s:27:\"apihelp-edit-param-nocreate\";i:4622;s:24:\"apihelp-edit-param-watch\";i:4623;s:26:\"apihelp-edit-param-unwatch\";i:4624;s:28:\"apihelp-edit-param-watchlist\";i:4625;s:22:\"apihelp-edit-param-md5\";i:4626;s:30:\"apihelp-edit-param-prependtext\";i:4627;s:29:\"apihelp-edit-param-appendtext\";i:4628;s:23:\"apihelp-edit-param-undo\";i:4629;s:28:\"apihelp-edit-param-undoafter\";i:4630;s:27:\"apihelp-edit-param-redirect\";i:4631;s:32:\"apihelp-edit-param-contentformat\";i:4632;s:31:\"apihelp-edit-param-contentmodel\";i:4633;s:24:\"apihelp-edit-param-token\";i:4634;s:25:\"apihelp-edit-example-edit\";i:4635;s:28:\"apihelp-edit-example-prepend\";i:4636;s:25:\"apihelp-edit-example-undo\";i:4637;s:25:\"apihelp-emailuser-summary\";i:4638;s:30:\"apihelp-emailuser-param-target\";i:4639;s:31:\"apihelp-emailuser-param-subject\";i:4640;s:28:\"apihelp-emailuser-param-text\";i:4641;s:28:\"apihelp-emailuser-param-ccme\";i:4642;s:31:\"apihelp-expandtemplates-summary\";i:4643;s:35:\"apihelp-expandtemplates-param-title\";i:4644;s:34:\"apihelp-expandtemplates-param-text\";i:4645;s:35:\"apihelp-expandtemplates-param-revid\";i:4646;s:34:\"apihelp-expandtemplates-param-prop\";i:4647;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4648;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4649;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4650;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4651;s:32:\"apihelp-filerevert-param-comment\";i:4652;s:30:\"apihelp-help-example-recursive\";i:4653;s:25:\"apihelp-help-example-help\";i:4654;s:24:\"apihelp-import-param-xml\";i:4655;s:24:\"apihelp-login-param-name\";i:4656;s:28:\"apihelp-login-param-password\";i:4657;s:26:\"apihelp-login-param-domain\";i:4658;s:25:\"apihelp-login-param-token\";i:4659;s:27:\"apihelp-login-example-login\";i:4660;s:22:\"apihelp-logout-summary\";i:4661;s:29:\"apihelp-logout-example-logout\";i:4662;s:20:\"apihelp-move-summary\";i:4663;s:23:\"apihelp-move-param-from\";i:4664;s:27:\"apihelp-move-param-movetalk\";i:4665;s:31:\"apihelp-move-param-movesubpages\";i:4666;s:29:\"apihelp-move-param-noredirect\";i:4667;s:26:\"apihelp-move-param-unwatch\";i:4668;s:33:\"apihelp-move-param-ignorewarnings\";i:4669;s:25:\"apihelp-move-example-move\";i:4670;s:31:\"apihelp-opensearch-param-search\";i:4671;s:32:\"apihelp-opensearch-param-suggest\";i:4672;s:34:\"apihelp-opensearch-param-redirects\";i:4673;s:29:\"apihelp-options-example-reset\";i:4674;s:28:\"apihelp-protect-param-reason\";i:4675;s:31:\"apihelp-protect-example-protect\";i:4676;s:34:\"apihelp-query+allredirects-summary\";i:4677;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:4678;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:4679;s:40:\"apihelp-query+prefixsearch-param-profile\";i:4680;s:36:\"apihelp-query+search-param-qiprofile\";i:4681;s:32:\"apihelp-revisiondelete-param-ids\";i:4682;s:29:\"api-format-prettyprint-status\";i:4683;s:20:\"rest-prefix-mismatch\";i:4684;s:17:\"rest-wrong-method\";i:4685;s:13:\"rest-no-match\";i:4686;s:22:\"rest-nonexistent-title\";i:4687;s:31:\"rest-nonexistent-title-revision\";i:4688;s:25:\"rest-nonexistent-revision\";i:4689;s:21:\"rest-nonexistent-user\";i:4690;s:17:\"rest-invalid-user\";i:4691;s:27:\"rest-permission-denied-anon\";i:4692;s:28:\"rest-permission-denied-title\";i:4693;s:31:\"rest-permission-denied-revision\";i:4694;s:28:\"rest-resource-limit-exceeded\";i:4695;s:36:\"rest-pagehistory-incompatible-params\";i:4696;s:34:\"rest-pagehistory-param-range-error\";i:4697;s:32:\"rest-pagehistory-timestamp-error\";i:4698;s:27:\"ooui-outline-control-remove\";i:4699;s:26:\"ooui-combobox-button-label\";i:4700;s:38:\"ooui-selectfile-button-select-multiple\";i:4701;s:29:\"ooui-selectfile-not-supported\";i:4702;s:27:\"ooui-selectfile-placeholder\";i:4703;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:4704;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:4705;s:41:\"ooui-popup-widget-close-button-aria-label\";i:4706;s:15:\"skinname-vector\";i:4707;s:16:\"vector-skin-desc\";i:4708;s:34:\"prefs-vector-enable-vector-1-label\";i:4709;s:33:\"prefs-vector-enable-vector-1-help\";i:4710;s:22:\"vector-opt-out-tooltip\";i:4711;s:10:\"vector.css\";i:4712;s:9:\"vector.js\";i:4713;s:28:\"vector-action-toggle-sidebar\";i:4714;s:33:\"vector-language-button-aria-label\";i:4715;s:36:\"vector-no-language-button-aria-label\";i:4716;s:31:\"vector-language-redirect-to-top\";i:4717;s:38:\"vector-language-variant-switcher-label\";i:4718;s:23:\"vector-jumptonavigation\";i:4719;s:19:\"vector-jumptosearch\";i:4720;s:20:\"vector-jumptocontent\";i:4721;s:20:\"vector-search-loader\";i:4722;s:17:\"vector-intro-page\";i:4723;s:18:\"vector-toc-heading\";i:4724;s:32:\"vector-toc-toggle-position-title\";i:4725;s:30:\"vector-toc-toggle-button-label\";i:4726;s:27:\"vector-anon-user-menu-pages\";i:4727;s:33:\"vector-anon-user-menu-pages-learn\";i:4728;s:33:\"vector-anon-user-menu-pages-label\";i:4729;s:24:\"vector-main-menu-tooltip\";i:4730;s:23:\"vector-toc-menu-tooltip\";i:4731;s:35:\"vector-toc-collapsible-button-label\";i:4732;s:30:\"vector-article-tools-nav-label\";i:4733;s:21:\"vector-site-nav-label\";i:4734;s:10:\"wikieditor\";i:4735;s:15:\"wikieditor-desc\";i:4736;s:18:\"wikieditor-loading\";i:4737;s:29:\"wikieditor-preview-preference\";i:4738;s:22:\"wikieditor-preview-tab\";i:4739;s:30:\"wikieditor-preview-changes-tab\";i:4740;s:26:\"wikieditor-preview-loading\";i:4741;s:29:\"wikieditor-publish-preference\";i:4742;s:33:\"wikieditor-publish-button-publish\";i:4743;s:32:\"wikieditor-publish-button-cancel\";i:4744;s:31:\"wikieditor-publish-dialog-title\";i:4745;s:33:\"wikieditor-publish-dialog-summary\";i:4746;s:31:\"wikieditor-publish-dialog-minor\";i:4747;s:31:\"wikieditor-publish-dialog-watch\";i:4748;s:33:\"wikieditor-publish-dialog-publish\";i:4749;s:32:\"wikieditor-publish-dialog-goback\";i:4750;s:23:\"wikieditor-toolbar-desc\";i:4751;s:29:\"wikieditor-toolbar-preference\";i:4752;s:37:\"wikieditor-toolbar-dialogs-preference\";i:4753;s:26:\"wikieditor-toolbar-hidesig\";i:4754;s:26:\"wikieditor-toolbar-loading\";i:4755;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:4756;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:4757;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:4758;s:32:\"wikieditor-toolbar-tool-link-ext\";i:4759;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:4760;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:4761;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:4762;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:4763;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:4764;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:4765;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:4766;s:34:\"wikieditor-toolbar-tool-link-empty\";i:4767;s:28:\"wikieditor-toolbar-tool-file\";i:4768;s:33:\"wikieditor-toolbar-tool-signature\";i:4769;s:31:\"wikieditor-toolbar-tool-heading\";i:4770;s:33:\"wikieditor-toolbar-tool-heading-1\";i:4771;s:33:\"wikieditor-toolbar-tool-heading-2\";i:4772;s:33:\"wikieditor-toolbar-tool-heading-3\";i:4773;s:33:\"wikieditor-toolbar-tool-heading-4\";i:4774;s:33:\"wikieditor-toolbar-tool-heading-5\";i:4775;s:39:\"wikieditor-toolbar-tool-heading-example\";i:4776;s:31:\"wikieditor-toolbar-group-format\";i:4777;s:29:\"wikieditor-toolbar-tool-ulist\";i:4778;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:4779;s:29:\"wikieditor-toolbar-tool-olist\";i:4780;s:37:\"wikieditor-toolbar-tool-olist-example\";i:4781;s:30:\"wikieditor-toolbar-tool-nowiki\";i:4782;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:4783;s:32:\"wikieditor-toolbar-tool-redirect\";i:4784;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:4785;s:35:\"wikieditor-toolbar-tool-superscript\";i:4786;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:4787;s:33:\"wikieditor-toolbar-tool-subscript\";i:4788;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:4789;s:31:\"wikieditor-toolbar-tool-gallery\";i:4790;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:4791;s:31:\"wikieditor-toolbar-tool-newline\";i:4792;s:29:\"wikieditor-toolbar-tool-table\";i:4793;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:4794;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:4795;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:4796;s:35:\"wikieditor-toolbar-tool-table-title\";i:4797;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:4798;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:4799;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:4800;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:4801;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:4802;s:37:\"wikieditor-toolbar-tool-table-example\";i:4803;s:37:\"wikieditor-toolbar-tool-table-preview\";i:4804;s:36:\"wikieditor-toolbar-tool-table-insert\";i:4805;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:4806;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:4807;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:4808;s:34:\"wikieditor-toolbar-tool-table-zero\";i:4809;s:31:\"wikieditor-toolbar-tool-replace\";i:4810;s:37:\"wikieditor-toolbar-tool-replace-title\";i:4811;s:38:\"wikieditor-toolbar-tool-replace-search\";i:4812;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:4813;s:36:\"wikieditor-toolbar-tool-replace-case\";i:4814;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:4815;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:4816;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:4817;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:4818;s:37:\"wikieditor-toolbar-tool-replace-close\";i:4819;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:4820;s:39:\"wikieditor-toolbar-tool-replace-success\";i:4821;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:4822;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:4823;s:43:\"wikieditor-toolbar-help-heading-description\";i:4824;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:4825;s:38:\"wikieditor-toolbar-help-heading-result\";i:4826;s:35:\"wikieditor-toolbar-help-page-format\";i:4827;s:33:\"wikieditor-toolbar-help-page-link\";i:4828;s:36:\"wikieditor-toolbar-help-page-heading\";i:4829;s:33:\"wikieditor-toolbar-help-page-list\";i:4830;s:33:\"wikieditor-toolbar-help-page-file\";i:4831;s:38:\"wikieditor-toolbar-help-page-reference\";i:4832;s:39:\"wikieditor-toolbar-help-page-discussion\";i:4833;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:4834;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:4835;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:4836;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:4837;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:4838;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:4839;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:4840;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:4841;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:4842;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:4843;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:4844;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:4845;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:4846;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:4847;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:4848;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:4849;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:4850;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:4851;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:4852;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:4853;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:4854;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:4855;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:4856;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:4857;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:4858;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:4859;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:4860;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:4861;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:4862;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:4863;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:4864;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:4865;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:4866;s:48:\"wikieditor-toolbar-help-content-file-description\";i:4867;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:4868;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:4869;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:4870;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:4871;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:4872;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:4873;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:4874;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:4875;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:4876;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:4877;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:4878;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:4879;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:4880;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:4881;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:4882;s:20:\"syntaxhighlight-desc\";i:4883;s:30:\"syntaxhighlight-error-category\";i:4884;s:35:\"syntaxhighlight-error-category-desc\";i:4885;s:32:\"syntaxhighlight-enclose-category\";i:4886;s:37:\"syntaxhighlight-enclose-category-desc\";i:4887;s:31:\"syntaxhighlight-source-category\";i:4888;s:36:\"syntaxhighlight-source-category-desc\";i:4889;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:4890;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:4891;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:4892;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:4893;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:4894;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:4895;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:4896;s:38:\"syntaxhighlight-error-unknown-language\";i:4897;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:4898;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:4899;s:22:\"action-mf-uploadbutton\";i:4900;s:20:\"beta-feature-minerva\";i:4901;s:32:\"beta-feature-minerva-description\";i:4902;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:4903;s:48:\"mobile-frontend-account-create-email-placeholder\";i:4904;s:37:\"mobile-frontend-account-create-submit\";i:4905;s:25:\"mobile-frontend-app-title\";i:4906;s:34:\"mobile-frontend-categories-heading\";i:4907;s:37:\"mobile-frontend-categories-subheading\";i:4908;s:32:\"mobile-frontend-categories-nocat\";i:4909;s:30:\"mobile-frontend-categories-add\";i:4910;s:33:\"mobile-frontend-categories-search\";i:4911;s:34:\"mobile-frontend-categories-nomatch\";i:4912;s:33:\"mobile-frontend-categories-nodata\";i:4913;s:34:\"mobile-frontend-categories-summary\";i:4914;s:38:\"mobile-frontend-categories-add-heading\";i:4915;s:35:\"mobile-frontend-categories-add-wait\";i:4916;s:33:\"mobile-frontend-categories-normal\";i:4917;s:33:\"mobile-frontend-categories-hidden\";i:4918;s:30:\"mobile-frontend-changeslist-ip\";i:4919;s:37:\"mobile-frontend-changeslist-nocomment\";i:4920;s:28:\"mobile-frontend-clear-search\";i:4921;s:36:\"mobile-frontend-contribution-summary\";i:4922;s:32:\"mobile-frontend-cookies-required\";i:4923;s:20:\"mobile-frontend-desc\";i:4924;s:33:\"mobile-frontend-diffview-404-desc\";i:4925;s:34:\"mobile-frontend-diffview-404-title\";i:4926;s:34:\"mobile-frontend-diffview-anonymous\";i:4927;s:35:\"mobile-frontend-diffview-bytesadded\";i:4928;s:38:\"mobile-frontend-diffview-bytesnochange\";i:4929;s:37:\"mobile-frontend-diffview-bytesremoved\";i:4930;s:34:\"mobile-frontend-diffview-editcount\";i:4931;s:34:\"mobile-frontend-diffview-explained\";i:4932;s:30:\"mobile-frontend-diffview-title\";i:4933;s:30:\"mobile-frontend-disable-images\";i:4934;s:36:\"mobile-frontend-dismiss-notification\";i:4935;s:33:\"mobile-frontend-donate-image-anon\";i:4936;s:36:\"mobile-frontend-donate-image-heading\";i:4937;s:41:\"mobile-frontend-donate-image-login-action\";i:4938;s:38:\"mobile-frontend-donate-image-nouploads\";i:4939;s:42:\"mobile-frontend-donate-image-signup-action\";i:4940;s:34:\"mobile-frontend-donate-image-title\";i:4941;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:4942;s:43:\"mobile-frontend-donate-photo-upload-success\";i:4943;s:29:\"mobile-frontend-drawer-cancel\";i:4944;s:33:\"mobile-frontend-edit-login-action\";i:4945;s:34:\"mobile-frontend-edit-signup-action\";i:4946;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:4947;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:4948;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:4949;s:27:\"mobile-frontend-editor-anon\";i:4950;s:34:\"mobile-frontend-editor-anonwarning\";i:4951;s:29:\"mobile-frontend-editor-cancel\";i:4952;s:37:\"mobile-frontend-editor-cancel-confirm\";i:4953;s:40:\"mobile-frontend-editor-captcha-try-again\";i:4954;s:31:\"mobile-frontend-editor-continue\";i:4955;s:26:\"mobile-frontend-editor-cta\";i:4956;s:31:\"mobile-frontend-editor-disabled\";i:4957;s:30:\"mobile-frontend-editor-editing\";i:4958;s:35:\"mobile-frontend-editor-editing-page\";i:4959;s:28:\"mobile-frontend-editor-error\";i:4960;s:37:\"mobile-frontend-editor-error-conflict\";i:4961;s:36:\"mobile-frontend-editor-error-loading\";i:4962;s:36:\"mobile-frontend-editor-error-preview\";i:4963;s:35:\"mobile-frontend-editor-keep-editing\";i:4964;s:32:\"mobile-frontend-editor-licensing\";i:4965;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:4966;s:39:\"mobile-frontend-editor-new-page-confirm\";i:4967;s:37:\"mobile-frontend-editor-newpage-prompt\";i:4968;s:34:\"mobile-frontend-editor-placeholder\";i:4969;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:4970;s:38:\"mobile-frontend-editor-previewing-page\";i:4971;s:37:\"mobile-frontend-editor-redirect-title\";i:4972;s:27:\"mobile-frontend-editor-save\";i:4973;s:30:\"mobile-frontend-editor-success\";i:4974;s:41:\"mobile-frontend-editor-success-landmark-1\";i:4975;s:39:\"mobile-frontend-editor-success-new-page\";i:4976;s:42:\"mobile-frontend-editor-summary-placeholder\";i:4977;s:38:\"mobile-frontend-editor-summary-request\";i:4978;s:30:\"mobile-frontend-editor-summary\";i:4979;s:37:\"mobile-frontend-editor-switch-confirm\";i:4980;s:36:\"mobile-frontend-editor-switch-editor\";i:4981;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:4982;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:4983;s:39:\"mobile-frontend-editor-tutorial-summary\";i:4984;s:34:\"mobile-frontend-editor-unavailable\";i:4985;s:39:\"mobile-frontend-editor-undo-unsupported\";i:4986;s:35:\"mobile-frontend-editor-uploadenable\";i:4987;s:42:\"mobile-frontend-editor-viewing-source-page\";i:4988;s:27:\"mobile-frontend-editor-wait\";i:4989;s:38:\"mobile-frontend-editor-redlink-explain\";i:4990;s:29:\"mobile-frontend-enable-images\";i:4991;s:43:\"mobile-frontend-expand-sections-description\";i:4992;s:38:\"mobile-frontend-expand-sections-status\";i:4993;s:32:\"mobile-frontend-fontchanger-link\";i:4994;s:32:\"mobile-frontend-fontchanger-desc\";i:4995;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:4996;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:4997;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:4998;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:4999;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:5000;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:5001;s:30:\"mobile-frontend-footer-contact\";i:5002;s:31:\"mobile-frontend-footer-sitename\";i:5003;s:32:\"mobile-frontend-generic-404-desc\";i:5004;s:33:\"mobile-frontend-generic-404-title\";i:5005;s:29:\"mobile-frontend-generic-login\";i:5006;s:36:\"mobile-frontend-generic-login-action\";i:5007;s:37:\"mobile-frontend-generic-signup-action\";i:5008;s:23:\"mobile-frontend-history\";i:5009;s:32:\"mobile-frontend-history-404-desc\";i:5010;s:33:\"mobile-frontend-history-404-title\";i:5011;s:34:\"mobile-frontend-history-no-results\";i:5012;s:36:\"mobile-frontend-image-cancel-confirm\";i:5013;s:38:\"mobile-frontend-image-heading-describe\";i:5014;s:31:\"mobile-frontend-image-uploading\";i:5015;s:29:\"mobile-frontend-images-status\";i:5016;s:31:\"mobile-frontend-language-header\";i:5017;s:32:\"mobile-frontend-language-heading\";i:5018;s:36:\"mobile-frontend-language-site-choose\";i:5019;s:39:\"mobile-frontend-language-variant-header\";i:5020;s:34:\"mobile-frontend-languages-404-desc\";i:5021;s:35:\"mobile-frontend-languages-404-title\";i:5022;s:32:\"mobile-frontend-languages-header\";i:5023;s:37:\"mobile-frontend-languages-header-page\";i:5024;s:43:\"mobile-frontend-languages-nonexistent-title\";i:5025;s:30:\"mobile-frontend-languages-text\";i:5026;s:40:\"mobile-frontend-languages-variant-header\";i:5027;s:34:\"mobile-frontend-last-modified-days\";i:5028;s:35:\"mobile-frontend-last-modified-hours\";i:5029;s:38:\"mobile-frontend-last-modified-just-now\";i:5030;s:37:\"mobile-frontend-last-modified-minutes\";i:5031;s:36:\"mobile-frontend-last-modified-months\";i:5032;s:37:\"mobile-frontend-last-modified-seconds\";i:5033;s:44:\"mobile-frontend-last-modified-with-user-days\";i:5034;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:5035;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:5036;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:5037;s:46:\"mobile-frontend-last-modified-with-user-months\";i:5038;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:5039;s:45:\"mobile-frontend-last-modified-with-user-years\";i:5040;s:35:\"mobile-frontend-last-modified-years\";i:5041;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:5042;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:5043;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:5044;s:44:\"mobile-frontend-logged-in-toast-notification\";i:5045;s:26:\"mobile-frontend-logged-out\";i:5046;s:21:\"mobile-frontend-login\";i:5047;s:40:\"mobile-frontend-main-menu-account-create\";i:5048;s:34:\"mobile-frontend-main-menu-featured\";i:5049;s:32:\"mobile-frontend-main-menu-logout\";i:5050;s:36:\"mobile-frontend-main-menu-page-title\";i:5051;s:42:\"mobile-frontend-main-menu-settings-heading\";i:5052;s:32:\"mobile-frontend-main-menu-upload\";i:5053;s:29:\"mobile-frontend-media-details\";i:5054;s:34:\"mobile-frontend-media-license-link\";i:5055;s:32:\"mobile-frontend-meta-data-issues\";i:5056;s:37:\"mobile-frontend-meta-data-issues-talk\";i:5057;s:39:\"mobile-frontend-meta-data-issues-header\";i:5058;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:5059;s:29:\"mobile-frontend-missing-image\";i:5060;s:31:\"mobile-frontend-nearby-distance\";i:5061;s:38:\"mobile-frontend-nearby-distance-meters\";i:5062;s:28:\"mobile-frontend-nearby-error\";i:5063;s:37:\"mobile-frontend-nearby-error-guidance\";i:5064;s:30:\"mobile-frontend-nearby-loading\";i:5065;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:5066;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:5067;s:32:\"mobile-frontend-nearby-noresults\";i:5068;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:5069;s:33:\"mobile-frontend-nearby-permission\";i:5070;s:42:\"mobile-frontend-nearby-permission-guidance\";i:5071;s:30:\"mobile-frontend-nearby-refresh\";i:5072;s:35:\"mobile-frontend-nearby-requirements\";i:5073;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:5074;s:28:\"mobile-frontend-nearby-title\";i:5075;s:34:\"mobile-frontend-nearby-sectiontext\";i:5076;s:26:\"mobile-frontend-news-items\";i:5077;s:30:\"mobile-frontend-opt-in-explain\";i:5078;s:29:\"mobile-frontend-overlay-close\";i:5079;s:32:\"mobile-frontend-overlay-continue\";i:5080;s:34:\"mobile-frontend-page-menu-contents\";i:5081;s:33:\"mobile-frontend-page-menu-history\";i:5082;s:33:\"mobile-frontend-page-edit-summary\";i:5083;s:24:\"mobile-frontend-password\";i:5084;s:44:\"mobile-frontend-password-confirm-placeholder\";i:5085;s:36:\"mobile-frontend-password-placeholder\";i:5086;s:44:\"mobile-frontend-photo-article-donate-comment\";i:5087;s:42:\"mobile-frontend-photo-article-edit-comment\";i:5088;s:41:\"mobile-frontend-photo-caption-placeholder\";i:5089;s:31:\"mobile-frontend-photo-licensing\";i:5090;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:5091;s:31:\"mobile-frontend-photo-ownership\";i:5092;s:39:\"mobile-frontend-photo-ownership-confirm\";i:5093;s:36:\"mobile-frontend-photo-ownership-help\";i:5094;s:28:\"mobile-frontend-photo-submit\";i:5095;s:28:\"mobile-frontend-photo-upload\";i:5096;s:33:\"mobile-frontend-photo-upload-anon\";i:5097;s:36:\"mobile-frontend-photo-upload-comment\";i:5098;s:36:\"mobile-frontend-photo-upload-copyvio\";i:5099;s:34:\"mobile-frontend-photo-upload-error\";i:5100;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:5101;s:43:\"mobile-frontend-photo-upload-error-filename\";i:5102;s:36:\"mobile-frontend-photo-upload-generic\";i:5103;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:5104;s:44:\"mobile-frontend-photo-upload-success-article\";i:5105;s:40:\"mobile-frontend-photo-upload-unavailable\";i:5106;s:39:\"mobile-frontend-photo-upload-user-count\";i:5107;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:5108;s:33:\"mobile-frontend-placeholder-alpha\";i:5109;s:31:\"mobile-frontend-placeholder-app\";i:5110;s:32:\"mobile-frontend-placeholder-beta\";i:5111;s:40:\"mobile-frontend-profile-activity-heading\";i:5112;s:29:\"mobile-frontend-profile-error\";i:5113;s:38:\"mobile-frontend-profile-footer-ancient\";i:5114;s:35:\"mobile-frontend-profile-footer-days\";i:5115;s:37:\"mobile-frontend-profile-footer-months\";i:5116;s:36:\"mobile-frontend-profile-footer-years\";i:5117;s:33:\"mobile-frontend-profile-last-edit\";i:5118;s:34:\"mobile-frontend-profile-last-thank\";i:5119;s:30:\"mobile-frontend-profile-noargs\";i:5120;s:30:\"mobile-frontend-profile-nouser\";i:5121;s:29:\"mobile-frontend-profile-title\";i:5122;s:37:\"mobile-frontend-profile-userpage-link\";i:5123;s:35:\"mobile-frontend-references-citation\";i:5124;s:31:\"mobile-frontend-requires-mobile\";i:5125;s:30:\"mobile-frontend-requires-optin\";i:5126;s:30:\"mobile-frontend-requires-title\";i:5127;s:26:\"mobile-frontend-save-error\";i:5128;s:29:\"mobile-frontend-save-settings\";i:5129;s:32:\"mobile-frontend-saving-exit-page\";i:5130;s:30:\"mobile-frontend-search-content\";i:5131;s:41:\"mobile-frontend-search-content-no-results\";i:5132;s:33:\"mobile-frontend-search-no-results\";i:5133;s:39:\"mobile-frontend-settings-images-explain\";i:5134;s:30:\"mobile-frontend-settings-alpha\";i:5135;s:42:\"mobile-frontend-settings-alpha-description\";i:5136;s:29:\"mobile-frontend-settings-beta\";i:5137;s:41:\"mobile-frontend-settings-site-description\";i:5138;s:36:\"mobile-frontend-settings-site-header\";i:5139;s:37:\"mobile-frontend-sign-in-error-heading\";i:5140;s:31:\"mobile-frontend-sign-in-heading\";i:5141;s:27:\"mobile-frontend-sign-in-why\";i:5142;s:31:\"mobile-frontend-sign-up-heading\";i:5143;s:29:\"mobile-frontend-talk-fullpage\";i:5144;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:5145;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:5146;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:5147;s:33:\"mobile-frontend-talk-back-to-page\";i:5148;s:37:\"mobile-frontend-talk-back-to-userpage\";i:5149;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:5150;s:37:\"mobile-frontend-talk-back-to-filepage\";i:5151;s:33:\"mobile-frontend-talk-edit-summary\";i:5152;s:30:\"mobile-frontend-talk-explained\";i:5153;s:36:\"mobile-frontend-talk-explained-empty\";i:5154;s:35:\"mobile-frontend-talk-overlay-header\";i:5155;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:5156;s:26:\"mobile-frontend-talk-reply\";i:5157;s:31:\"mobile-frontend-talk-reply-info\";i:5158;s:34:\"mobile-frontend-talk-reply-success\";i:5159;s:35:\"mobile-frontend-talk-topic-feedback\";i:5160;s:32:\"mobile-frontend-talk-topic-error\";i:5161;s:42:\"mobile-frontend-talk-topic-error-protected\";i:5162;s:43:\"mobile-frontend-talk-topic-error-permission\";i:5163;s:37:\"mobile-frontend-talk-topic-error-spam\";i:5164;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:5165;s:30:\"mobile-frontend-thanked-notice\";i:5166;s:28:\"mobile-frontend-user-account\";i:5167;s:35:\"mobile-frontend-user-button-tooltip\";i:5168;s:32:\"mobile-frontend-user-newmessages\";i:5169;s:24:\"mobile-frontend-user-cta\";i:5170;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:5171;s:24:\"mobile-frontend-username\";i:5172;s:36:\"mobile-frontend-username-placeholder\";i:5173;s:27:\"mobile-frontend-view-source\";i:5174;s:27:\"mobile-frontend-watch-login\";i:5175;s:29:\"mobile-frontend-watchlist-a-z\";i:5176;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:5177;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:5178;s:29:\"mobile-frontend-watchlist-add\";i:5179;s:35:\"mobile-frontend-watchlist-back-home\";i:5180;s:29:\"mobile-frontend-watchlist-cta\";i:5181;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:5182;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:5183;s:30:\"mobile-frontend-watchlist-feed\";i:5184;s:36:\"mobile-frontend-watchlist-feed-empty\";i:5185;s:36:\"mobile-frontend-watchlist-filter-all\";i:5186;s:41:\"mobile-frontend-watchlist-filter-articles\";i:5187;s:38:\"mobile-frontend-watchlist-filter-other\";i:5188;s:37:\"mobile-frontend-watchlist-filter-talk\";i:5189;s:38:\"mobile-frontend-watchlist-login-action\";i:5190;s:30:\"mobile-frontend-watchlist-more\";i:5191;s:37:\"mobile-frontend-watchlist-please-wait\";i:5192;s:31:\"mobile-frontend-watchlist-error\";i:5193;s:33:\"mobile-frontend-watchlist-purpose\";i:5194;s:33:\"mobile-frontend-watchlist-removed\";i:5195;s:39:\"mobile-frontend-watchlist-signup-action\";i:5196;s:30:\"mobile-frontend-watchlist-view\";i:5197;s:6:\"nearby\";i:5198;s:21:\"right-mf-uploadbutton\";i:5199;s:27:\"tag-mobile_edit-description\";i:5200;s:31:\"tag-mobile_web_edit-description\";i:5201;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:5202;s:29:\"apihelp-mobileview-param-page\";i:5203;s:33:\"apihelp-mobileview-param-redirect\";i:5204;s:34:\"apihelp-mobileview-param-thumbsize\";i:5205;s:35:\"apihelp-mobileview-param-thumbwidth\";i:5206;s:36:\"apihelp-mobileview-param-thumbheight\";i:5207;s:28:\"apihelp-parse-param-noimages\";i:5208;s:28:\"apihelp-parse-param-mainpage\";i:5209;s:35:\"mobile-frontend-donate-button-label\";i:5210;s:43:\"mobile-frontend-meta-data-issues-categories\";i:5211;s:31:\"mobile-frontend-loading-message\";i:5212;s:31:\"mobile-frontend-console-recruit\";i:5213;s:20:\"googleanalytics-desc\";i:5214;s:7:\"sidebar\";i:5215;s:18:\"pagecategorieslink\";i:5216;s:25:\"categoryviewer-pagedlinks\";i:5217;s:24:\"category-header-numerals\";i:5218;s:9:\"sitetitle\";i:5219;s:12:\"sitesubtitle\";i:5220;s:10:\"addsection\";i:5221;s:14:\"talkpageheader\";i:5222;s:22:\"view-pool-dirty-output\";i:5223;s:20:\"view-pool-contention\";i:5224;s:17:\"view-pool-timeout\";i:5225;s:12:\"edithelppage\";i:5226;s:8:\"helppage\";i:5227;s:14:\"mainpage-title\";i:5228;s:23:\"mainpage-title-loggedin\";i:5229;s:23:\"pagetitle-view-mainpage\";i:5230;s:16:\"backlinksubtitle\";i:5231;s:9:\"feed-atom\";i:5232;s:8:\"feed-rss\";i:5233;s:10:\"sitenotice\";i:5234;s:10:\"anonnotice\";i:5235;s:28:\"newsectionheaderdefaultlevel\";i:5236;s:10:\"nstab-talk\";i:5237;s:23:\"createacct-helpusername\";i:5238;s:24:\"createacct-username-help\";i:5239;s:11:\"loginprompt\";i:5240;s:18:\"userlogout-summary\";i:5241;s:13:\"helplogin-url\";i:5242;s:26:\"createacct-imgcaptcha-help\";i:5243;s:24:\"createacct-benefit-icon1\";i:5244;s:24:\"createacct-benefit-head1\";i:5245;s:24:\"createacct-benefit-icon2\";i:5246;s:24:\"createacct-benefit-head2\";i:5247;s:24:\"createacct-benefit-icon3\";i:5248;s:24:\"createacct-benefit-head3\";i:5249;s:17:\"nocookiesforlogin\";i:5250;s:11:\"signupstart\";i:5251;s:9:\"signupend\";i:5252;s:15:\"signupend-https\";i:5253;s:11:\"emailsender\";i:5254;s:18:\"loginlanguagelinks\";i:5255;s:15:\"pear-mail-error\";i:5256;s:14:\"php-mail-error\";i:5257;s:22:\"changepassword-summary\";i:5258;s:19:\"changeemail-summary\";i:5259;s:19:\"resettokens-summary\";i:5260;s:8:\"sig-text\";i:5261;s:18:\"newarticletextanon\";i:5262;s:12:\"talkpagetext\";i:5263;s:17:\"noarticletextanon\";i:5264;s:17:\"editnotice-notext\";i:5265;s:23:\"editpage-head-copy-warn\";i:5266;s:20:\"editpage-tos-summary\";i:5267;s:13:\"longpage-hint\";i:5268;s:18:\"addsection-preload\";i:5269;s:20:\"addsection-editintro\";i:5270;s:18:\"content-model-json\";i:5271;s:26:\"createaccount-hook-aborted\";i:5272;s:21:\"revision-info-current\";i:5273;s:12:\"revision-nav\";i:5274;s:17:\"history_copyright\";i:5275;s:41:\"mergehistory-warning-redirect-not-created\";i:5276;s:26:\"mergehistory-redirect-text\";i:5277;s:18:\"pagemerge-logentry\";i:5278;s:14:\"search-summary\";i:5279;s:23:\"searchmenu-new-nocreate\";i:5280;s:23:\"search-interwiki-custom\";i:5281;s:12:\"googlesearch\";i:5282;s:15:\"opensearch-desc\";i:5283;s:19:\"preferences-summary\";i:5284;s:36:\"prefs-user-downloaddata-help-message\";i:5285;s:18:\"userrights-summary\";i:5286;s:35:\"userrights-no-shorten-expiry-marker\";i:5287;s:17:\"recentchanges-url\";i:5288;s:17:\"recentchangestext\";i:5289;s:26:\"recentchanges-legend-minor\";i:5290;s:24:\"recentchanges-legend-bot\";i:5291;s:32:\"recentchanges-legend-unpatrolled\";i:5292;s:30:\"recentchanges-legend-plusminus\";i:5293;s:30:\"rcfilters-tag-prefix-namespace\";i:5294;s:25:\"rcfilters-tag-prefix-tags\";i:5295;s:43:\"number-of-watching-users-for-recent-changes\";i:5296;s:14:\"upload-summary\";i:5297;s:12:\"uploadfooter\";i:5298;s:26:\"upload-default-description\";i:5299;s:13:\"uploadedimage\";i:5300;s:14:\"overwroteimage\";i:5301;s:8:\"licenses\";i:5302;s:24:\"shareddescriptionfollows\";i:5303;s:35:\"filedelete-reason-dropdown-suppress\";i:5304;s:22:\"unwatchedpages-summary\";i:5305;s:21:\"listredirects-summary\";i:5306;s:23:\"unusedtemplates-summary\";i:5307;s:14:\"randompage-url\";i:5308;s:18:\"statistics-summary\";i:5309;s:24:\"statistics-articles-desc\";i:5310;s:21:\"statistics-files-desc\";i:5311;s:17:\"statistics-footer\";i:5312;s:21:\"pageswithprop-summary\";i:5313;s:23:\"doubleredirects-summary\";i:5314;s:23:\"brokenredirects-summary\";i:5315;s:29:\"brokenredirects-delete-reason\";i:5316;s:23:\"fewestrevisions-summary\";i:5317;s:19:\"lonelypages-summary\";i:5318;s:26:\"uncategorizedpages-summary\";i:5319;s:31:\"uncategorizedcategories-summary\";i:5320;s:27:\"uncategorizedimages-summary\";i:5321;s:30:\"uncategorizedtemplates-summary\";i:5322;s:24:\"unusedcategories-summary\";i:5323;s:20:\"unusedimages-summary\";i:5324;s:24:\"wantedcategories-summary\";i:5325;s:19:\"wantedfiles-summary\";i:5326;s:23:\"wantedtemplates-summary\";i:5327;s:18:\"mostlinked-summary\";i:5328;s:28:\"mostlinkedcategories-summary\";i:5329;s:27:\"mostlinkedtemplates-summary\";i:5330;s:22:\"mostcategories-summary\";i:5331;s:18:\"mostimages-summary\";i:5332;s:22:\"mostinterwikis-summary\";i:5333;s:21:\"mostrevisions-summary\";i:5334;s:19:\"prefixindex-summary\";i:5335;s:18:\"shortpages-summary\";i:5336;s:17:\"longpages-summary\";i:5337;s:20:\"deadendpages-summary\";i:5338;s:29:\"protectedpages-unknown-reason\";i:5339;s:17:\"listusers-summary\";i:5340;s:16:\"newpages-summary\";i:5341;s:20:\"ancientpages-summary\";i:5342;s:15:\"apihelp-summary\";i:5343;s:12:\"apihelp-link\";i:5344;s:18:\"apisandbox-summary\";i:5345;s:19:\"booksources-summary\";i:5346;s:6:\"rfcurl\";i:5347;s:9:\"pubmedurl\";i:5348;s:16:\"allpages-summary\";i:5349;s:18:\"categories-summary\";i:5350;s:28:\"deletedcontributions-summary\";i:5351;s:18:\"linksearch-summary\";i:5352;s:19:\"activeusers-summary\";i:5353;s:24:\"listgrants-grant-display\";i:5354;s:17:\"emailuser-summary\";i:5355;s:17:\"watchlist-summary\";i:5356;s:17:\"watchlist-unwatch\";i:5357;s:22:\"watchlist-unwatch-undo\";i:5358;s:30:\"deletereason-dropdown-suppress\";i:5359;s:16:\"protectedarticle\";i:5360;s:25:\"modifiedarticleprotection\";i:5361;s:18:\"unprotectedarticle\";i:5362;s:22:\"movedarticleprotection\";i:5363;s:17:\"restriction-blank\";i:5364;s:16:\"undelete-summary\";i:5365;s:22:\"undelete-revision-row2\";i:5366;s:21:\"contributions-summary\";i:5367;s:24:\"sp-contributions-explain\";i:5368;s:23:\"sp-contributions-footer\";i:5369;s:28:\"sp-contributions-footer-anon\";i:5370;s:34:\"sp-contributions-footer-anon-range\";i:5371;s:21:\"whatlinkshere-summary\";i:5372;s:15:\"unblock-summary\";i:5373;s:17:\"blocklist-summary\";i:5374;s:13:\"blocklogentry\";i:5375;s:16:\"reblock-logentry\";i:5376;s:15:\"unblocklogentry\";i:5377;s:5:\"sorbs\";i:5378;s:18:\"ipb-default-expiry\";i:5379;s:21:\"ipb-default-expiry-ip\";i:5380;s:16:\"movepage-summary\";i:5381;s:18:\"move-redirect-text\";i:5382;s:31:\"category-move-redirect-override\";i:5383;s:14:\"export-summary\";i:5384;s:14:\"import-summary\";i:5385;s:22:\"import-logentry-upload\";i:5386;s:25:\"import-logentry-interwiki\";i:5387;s:21:\"accesskey-pt-userpage\";i:5388;s:25:\"accesskey-pt-anonuserpage\";i:5389;s:19:\"accesskey-pt-mytalk\";i:5390;s:21:\"accesskey-pt-anontalk\";i:5391;s:24:\"accesskey-pt-preferences\";i:5392;s:22:\"accesskey-pt-watchlist\";i:5393;s:22:\"accesskey-pt-mycontris\";i:5394;s:25:\"accesskey-pt-anoncontribs\";i:5395;s:18:\"accesskey-pt-login\";i:5396;s:26:\"accesskey-pt-login-private\";i:5397;s:19:\"accesskey-pt-logout\";i:5398;s:26:\"accesskey-pt-createaccount\";i:5399;s:17:\"accesskey-ca-view\";i:5400;s:17:\"accesskey-ca-talk\";i:5401;s:17:\"accesskey-ca-edit\";i:5402;s:23:\"accesskey-ca-addsection\";i:5403;s:23:\"accesskey-ca-viewsource\";i:5404;s:20:\"accesskey-ca-history\";i:5405;s:20:\"accesskey-ca-protect\";i:5406;s:22:\"accesskey-ca-unprotect\";i:5407;s:19:\"accesskey-ca-delete\";i:5408;s:21:\"accesskey-ca-undelete\";i:5409;s:17:\"accesskey-ca-move\";i:5410;s:18:\"accesskey-ca-watch\";i:5411;s:20:\"accesskey-ca-unwatch\";i:5412;s:16:\"accesskey-search\";i:5413;s:19:\"accesskey-search-go\";i:5414;s:25:\"accesskey-search-fulltext\";i:5415;s:16:\"accesskey-p-logo\";i:5416;s:26:\"accesskey-n-help-mediawiki\";i:5417;s:20:\"accesskey-n-mainpage\";i:5418;s:32:\"accesskey-n-mainpage-description\";i:5419;s:18:\"accesskey-n-portal\";i:5420;s:25:\"accesskey-n-currentevents\";i:5421;s:25:\"accesskey-n-recentchanges\";i:5422;s:22:\"accesskey-n-randompage\";i:5423;s:16:\"accesskey-n-help\";i:5424;s:25:\"accesskey-t-whatlinkshere\";i:5425;s:31:\"accesskey-t-recentchangeslinked\";i:5426;s:18:\"accesskey-feed-rss\";i:5427;s:19:\"accesskey-feed-atom\";i:5428;s:25:\"accesskey-t-contributions\";i:5429;s:21:\"accesskey-t-emailuser\";i:5430;s:16:\"accesskey-t-info\";i:5431;s:21:\"accesskey-t-permalink\";i:5432;s:17:\"accesskey-t-print\";i:5433;s:18:\"accesskey-t-upload\";i:5434;s:24:\"accesskey-t-specialpages\";i:5435;s:23:\"accesskey-ca-nstab-main\";i:5436;s:23:\"accesskey-ca-nstab-user\";i:5437;s:24:\"accesskey-ca-nstab-media\";i:5438;s:26:\"accesskey-ca-nstab-special\";i:5439;s:26:\"accesskey-ca-nstab-project\";i:5440;s:24:\"accesskey-ca-nstab-image\";i:5441;s:28:\"accesskey-ca-nstab-mediawiki\";i:5442;s:27:\"accesskey-ca-nstab-template\";i:5443;s:23:\"accesskey-ca-nstab-help\";i:5444;s:27:\"accesskey-ca-nstab-category\";i:5445;s:19:\"accesskey-minoredit\";i:5446;s:14:\"accesskey-save\";i:5447;s:17:\"accesskey-publish\";i:5448;s:17:\"accesskey-preview\";i:5449;s:14:\"accesskey-diff\";i:5450;s:33:\"accesskey-compareselectedversions\";i:5451;s:15:\"accesskey-watch\";i:5452;s:26:\"accesskey-watchlist-expiry\";i:5453;s:16:\"accesskey-upload\";i:5454;s:26:\"accesskey-preferences-save\";i:5455;s:17:\"accesskey-summary\";i:5456;s:24:\"accesskey-userrights-set\";i:5457;s:23:\"accesskey-blockip-block\";i:5458;s:16:\"accesskey-export\";i:5459;s:16:\"accesskey-import\";i:5460;s:37:\"accesskey-watchlistedit-normal-submit\";i:5461;s:34:\"accesskey-watchlistedit-raw-submit\";i:5462;s:15:\"tooltip-ca-view\";i:5463;s:14:\"tooltip-p-lang\";i:5464;s:20:\"tooltip-p-navigation\";i:5465;s:20:\"tooltip-p-namespaces\";i:5466;s:12:\"tooltip-p-tb\";i:5467;s:18:\"tooltip-p-variants\";i:5468;s:15:\"tooltip-p-views\";i:5469;s:36:\"tooltip-p-user-interface-preferences\";i:5470;s:19:\"tooltip-p-user-page\";i:5471;s:24:\"tooltip-n-help-mediawiki\";i:5472;s:33:\"interlanguage-link-title-langonly\";i:5473;s:32:\"interlanguage-link-title-nonlang\";i:5474;s:36:\"interlanguage-link-title-nonlangonly\";i:5475;s:14:\"group-user.css\";i:5476;s:15:\"pageinfo-header\";i:5477;s:15:\"pageinfo-footer\";i:5478;s:19:\"markaspatrolledlink\";i:5479;s:11:\"widthheight\";i:5480;s:13:\"newimagestext\";i:5481;s:8:\"today-at\";i:5482;s:14:\"variantname-zh\";i:5483;s:15:\"variantname-gan\";i:5484;s:19:\"variantname-sr-cyrl\";i:5485;s:19:\"variantname-sr-latn\";i:5486;s:14:\"variantname-sr\";i:5487;s:19:\"variantname-kk-cyrl\";i:5488;s:19:\"variantname-kk-latn\";i:5489;s:19:\"variantname-kk-arab\";i:5490;s:14:\"variantname-kk\";i:5491;s:19:\"variantname-ku-arab\";i:5492;s:19:\"variantname-ku-latn\";i:5493;s:14:\"variantname-ku\";i:5494;s:19:\"variantname-tg-cyrl\";i:5495;s:19:\"variantname-tg-latn\";i:5496;s:14:\"variantname-tg\";i:5497;s:20:\"variantname-tly-cyrl\";i:5498;s:15:\"variantname-tly\";i:5499;s:20:\"variantname-ike-cans\";i:5500;s:20:\"variantname-ike-latn\";i:5501;s:14:\"variantname-iu\";i:5502;s:20:\"variantname-shi-tfng\";i:5503;s:20:\"variantname-shi-latn\";i:5504;s:15:\"variantname-shi\";i:5505;s:14:\"variantname-uz\";i:5506;s:19:\"variantname-uz-latn\";i:5507;s:19:\"variantname-uz-cyrl\";i:5508;s:15:\"variantname-crh\";i:5509;s:20:\"variantname-crh-latn\";i:5510;s:20:\"variantname-crh-cyrl\";i:5511;s:25:\"metadata-langitem-default\";i:5512;s:18:\"autocomment-prefix\";i:5513;s:7:\"percent\";i:5514;s:11:\"parentheses\";i:5515;s:17:\"parentheses-start\";i:5516;s:15:\"parentheses-end\";i:5517;s:8:\"brackets\";i:5518;s:14:\"brackets-start\";i:5519;s:12:\"brackets-end\";i:5520;s:12:\"img-lang-opt\";i:5521;s:29:\"block-autoblock-exemptionlist\";i:5522;s:14:\"size-kilobytes\";i:5523;s:14:\"size-megabytes\";i:5524;s:14:\"size-gigabytes\";i:5525;s:14:\"size-terabytes\";i:5526;s:14:\"size-petabytes\";i:5527;s:13:\"size-exabytes\";i:5528;s:15:\"size-zettabytes\";i:5529;s:15:\"size-yottabytes\";i:5530;s:15:\"size-ronnabytes\";i:5531;s:16:\"size-quettabytes\";i:5532;s:14:\"size-kilopixel\";i:5533;s:14:\"size-megapixel\";i:5534;s:14:\"size-gigapixel\";i:5535;s:14:\"size-terapixel\";i:5536;s:14:\"size-petapixel\";i:5537;s:13:\"size-exapixel\";i:5538;s:15:\"size-zettapixel\";i:5539;s:15:\"size-yottapixel\";i:5540;s:15:\"size-ronnapixel\";i:5541;s:16:\"size-quettapixel\";i:5542;s:12:\"bitrate-bits\";i:5543;s:16:\"bitrate-kilobits\";i:5544;s:16:\"bitrate-megabits\";i:5545;s:16:\"bitrate-gigabits\";i:5546;s:16:\"bitrate-terabits\";i:5547;s:16:\"bitrate-petabits\";i:5548;s:15:\"bitrate-exabits\";i:5549;s:17:\"bitrate-zettabits\";i:5550;s:17:\"bitrate-yottabits\";i:5551;s:17:\"bitrate-ronnabits\";i:5552;s:18:\"bitrate-quettabits\";i:5553;s:21:\"editwatchlist-summary\";i:5554;s:19:\"iranian-calendar-m1\";i:5555;s:19:\"iranian-calendar-m2\";i:5556;s:19:\"iranian-calendar-m3\";i:5557;s:19:\"iranian-calendar-m4\";i:5558;s:19:\"iranian-calendar-m5\";i:5559;s:19:\"iranian-calendar-m6\";i:5560;s:19:\"iranian-calendar-m7\";i:5561;s:19:\"iranian-calendar-m8\";i:5562;s:19:\"iranian-calendar-m9\";i:5563;s:20:\"iranian-calendar-m10\";i:5564;s:20:\"iranian-calendar-m11\";i:5565;s:20:\"iranian-calendar-m12\";i:5566;s:19:\"hebrew-calendar-m6a\";i:5567;s:19:\"hebrew-calendar-m6b\";i:5568;s:23:\"hebrew-calendar-m6a-gen\";i:5569;s:23:\"hebrew-calendar-m6b-gen\";i:5570;s:14:\"signature-anon\";i:5571;s:15:\"version-summary\";i:5572;s:15:\"version-version\";i:5573;s:20:\"version-db-mysql-url\";i:5574;s:22:\"version-db-mariadb-url\";i:5575;s:22:\"version-db-percona-url\";i:5576;s:23:\"version-db-postgres-url\";i:5577;s:21:\"version-db-sqlite-url\";i:5578;s:29:\"version-entrypoints-index-php\";i:5579;s:27:\"version-entrypoints-api-php\";i:5580;s:28:\"version-entrypoints-rest-php\";i:5581;s:13:\"redirect-text\";i:5582;s:20:\"specialpages-summary\";i:5583;s:24:\"specialpages-note-cached\";i:5584;s:12:\"tags-summary\";i:5585;s:30:\"tags-edit-revision-explanation\";i:5586;s:30:\"tags-edit-logentry-explanation\";i:5587;s:20:\"comparepages-summary\";i:5588;s:17:\"diff-form-summary\";i:5589;s:21:\"permanentlink-summary\";i:5590;s:18:\"newsection-summary\";i:5591;s:16:\"editpage-summary\";i:5592;s:18:\"deletepage-summary\";i:5593;s:16:\"pageinfo-summary\";i:5594;s:19:\"pagehistory-summary\";i:5595;s:19:\"protectpage-summary\";i:5596;s:13:\"purge-summary\";i:5597;s:10:\"rawmessage\";i:5598;s:14:\"deletedarticle\";i:5599;s:16:\"undeletedarticle\";i:5600;s:15:\"patrol-log-line\";i:5601;s:15:\"patrol-log-auto\";i:5602;s:15:\"patrol-log-diff\";i:5603;s:9:\"1movedto2\";i:5604;s:15:\"1movedto2_redir\";i:5605;s:23:\"newuserlog-create-entry\";i:5606;s:24:\"newuserlog-create2-entry\";i:5607;s:27:\"newuserlog-autocreate-entry\";i:5608;s:14:\"rightslogentry\";i:5609;s:26:\"rightslogentry-autopromote\";i:5610;s:32:\"limitreport-ppvisitednodes-value\";i:5611;s:32:\"limitreport-expansiondepth-value\";i:5612;s:40:\"limitreport-expensivefunctioncount-value\";i:5613;s:31:\"limitreport-unstrip-depth-value\";i:5614;s:22:\"mediastatistics-nfiles\";i:5615;s:25:\"mediastatistics-header-3d\";i:5616;s:35:\"authmanager-account-password-domain\";i:5617;s:31:\"authprovider-confirmlink-option\";i:5618;s:37:\"authprovider-confirmlink-request-help\";i:5619;s:36:\"authprovider-confirmlink-failed-line\";i:5620;s:31:\"passwordpolicies-policy-display\";i:5621;s:40:\"passwordpolicies-policy-displaywithflags\";i:5622;s:26:\"copyupload-allowed-domains\";i:5623;s:15:\"exif-make-value\";i:5624;s:16:\"exif-model-value\";i:5625;s:19:\"exif-software-value\";i:5626;s:27:\"exif-software-version-value\";i:5627;s:32:\"exif-photometricinterpretation-8\";i:5628;s:21:\"exif-posepitchdegrees\";i:5629;s:20:\"exif-poserolldegrees\";i:5630;s:30:\"exif-initialviewheadingdegrees\";i:5631;s:28:\"exif-initialviewpitchdegrees\";i:5632;s:27:\"exif-initialviewrolldegrees\";i:5633;s:20:\"apihelp-main-summary\";i:5634;s:33:\"apihelp-main-extended-description\";i:5635;s:25:\"apihelp-main-param-maxlag\";i:5636;s:26:\"apihelp-main-param-smaxage\";i:5637;s:25:\"apihelp-main-param-maxage\";i:5638;s:25:\"apihelp-main-param-assert\";i:5639;s:29:\"apihelp-main-param-assertuser\";i:5640;s:28:\"apihelp-main-param-requestid\";i:5641;s:27:\"apihelp-main-param-servedby\";i:5642;s:31:\"apihelp-main-param-curtimestamp\";i:5643;s:35:\"apihelp-main-param-responselanginfo\";i:5644;s:25:\"apihelp-main-param-origin\";i:5645;s:26:\"apihelp-main-param-uselang\";i:5646;s:26:\"apihelp-main-param-variant\";i:5647;s:30:\"apihelp-main-param-errorformat\";i:5648;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5649;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5650;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5651;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5652;s:28:\"apihelp-main-param-errorlang\";i:5653;s:33:\"apihelp-main-param-errorsuselocal\";i:5654;s:28:\"apihelp-block-param-hidename\";i:5655;s:33:\"apihelp-block-param-allowusertalk\";i:5656;s:29:\"apihelp-block-param-watchuser\";i:5657;s:35:\"apihelp-block-param-watchlistexpiry\";i:5658;s:24:\"apihelp-block-param-tags\";i:5659;s:27:\"apihelp-block-param-partial\";i:5660;s:36:\"apihelp-block-param-pagerestrictions\";i:5661;s:41:\"apihelp-block-param-namespacerestrictions\";i:5662;s:38:\"apihelp-block-param-actionrestrictions\";i:5663;s:34:\"apihelp-block-example-user-complex\";i:5664;s:40:\"apihelp-changeauthenticationdata-summary\";i:5665;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5666;s:38:\"apihelp-changecontentmodel-param-title\";i:5667;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5668;s:40:\"apihelp-changecontentmodel-param-summary\";i:5669;s:37:\"apihelp-changecontentmodel-param-tags\";i:5670;s:38:\"apihelp-changecontentmodel-param-model\";i:5671;s:36:\"apihelp-changecontentmodel-param-bot\";i:5672;s:34:\"apihelp-changecontentmodel-example\";i:5673;s:26:\"apihelp-checktoken-summary\";i:5674;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5675;s:33:\"apihelp-checktoken-example-simple\";i:5676;s:27:\"apihelp-clearhasmsg-summary\";i:5677;s:29:\"apihelp-clearhasmsg-example-1\";i:5678;s:27:\"apihelp-clientlogin-summary\";i:5679;s:33:\"apihelp-clientlogin-example-login\";i:5680;s:34:\"apihelp-clientlogin-example-login2\";i:5681;s:36:\"apihelp-compare-extended-description\";i:5682;s:29:\"apihelp-compare-param-frompst\";i:5683;s:31:\"apihelp-compare-param-fromslots\";i:5684;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5685;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5686;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5687;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5688;s:30:\"apihelp-compare-param-fromtext\";i:5689;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5690;s:39:\"apihelp-compare-param-fromcontentformat\";i:5691;s:33:\"apihelp-compare-param-fromsection\";i:5692;s:32:\"apihelp-compare-param-torelative\";i:5693;s:27:\"apihelp-compare-param-topst\";i:5694;s:29:\"apihelp-compare-param-toslots\";i:5695;s:35:\"apihelp-compare-param-totext-{slot}\";i:5696;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5697;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5698;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5699;s:28:\"apihelp-compare-param-totext\";i:5700;s:36:\"apihelp-compare-param-tocontentmodel\";i:5701;s:37:\"apihelp-compare-param-tocontentformat\";i:5702;s:31:\"apihelp-compare-param-tosection\";i:5703;s:26:\"apihelp-compare-param-prop\";i:5704;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5705;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5706;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5707;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5708;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5709;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5710;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5711;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5712;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5713;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5714;s:30:\"apihelp-compare-param-difftype\";i:5715;s:27:\"apihelp-compare-param-slots\";i:5716;s:41:\"apihelp-createaccount-param-preservestate\";i:5717;s:25:\"apihelp-cspreport-summary\";i:5718;s:34:\"apihelp-cspreport-param-reportonly\";i:5719;s:30:\"apihelp-cspreport-param-source\";i:5720;s:31:\"apihelp-delete-param-deletetalk\";i:5721;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5722;s:28:\"apihelp-edit-param-baserevid\";i:5723;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5724;s:31:\"apihelp-emailuser-example-email\";i:5725;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5726;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5727;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5728;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5729;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5730;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5731;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5732;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5733;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5734;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5735;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5736;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5737;s:38:\"apihelp-expandtemplates-example-simple\";i:5738;s:33:\"apihelp-feedcontributions-summary\";i:5739;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5740;s:36:\"apihelp-feedcontributions-param-user\";i:5741;s:41:\"apihelp-feedcontributions-param-namespace\";i:5742;s:36:\"apihelp-feedcontributions-param-year\";i:5743;s:37:\"apihelp-feedcontributions-param-month\";i:5744;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5745;s:39:\"apihelp-feedcontributions-param-toponly\";i:5746;s:39:\"apihelp-feedcontributions-param-newonly\";i:5747;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5748;s:40:\"apihelp-feedcontributions-example-simple\";i:5749;s:33:\"apihelp-feedrecentchanges-summary\";i:5750;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5751;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5752;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5753;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5754;s:36:\"apihelp-feedrecentchanges-param-days\";i:5755;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5756;s:36:\"apihelp-feedrecentchanges-param-from\";i:5757;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5758;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5759;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5760;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5761;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5762;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5763;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5764;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5765;s:38:\"apihelp-feedrecentchanges-param-target\";i:5766;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5767;s:29:\"apihelp-feedwatchlist-summary\";i:5768;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5769;s:33:\"apihelp-feedwatchlist-param-hours\";i:5770;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5771;s:37:\"apihelp-feedwatchlist-example-default\";i:5772;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5773;s:26:\"apihelp-filerevert-summary\";i:5774;s:33:\"apihelp-filerevert-param-filename\";i:5775;s:36:\"apihelp-filerevert-param-archivename\";i:5776;s:33:\"apihelp-filerevert-example-revert\";i:5777;s:20:\"apihelp-help-summary\";i:5778;s:26:\"apihelp-help-param-modules\";i:5779;s:29:\"apihelp-help-param-submodules\";i:5780;s:38:\"apihelp-help-param-recursivesubmodules\";i:5781;s:29:\"apihelp-help-param-helpformat\";i:5782;s:23:\"apihelp-help-param-wrap\";i:5783;s:22:\"apihelp-help-param-toc\";i:5784;s:25:\"apihelp-help-example-main\";i:5785;s:31:\"apihelp-help-example-submodules\";i:5786;s:26:\"apihelp-help-example-query\";i:5787;s:27:\"apihelp-imagerotate-summary\";i:5788;s:34:\"apihelp-imagerotate-param-rotation\";i:5789;s:30:\"apihelp-imagerotate-param-tags\";i:5790;s:34:\"apihelp-imagerotate-example-simple\";i:5791;s:37:\"apihelp-imagerotate-example-generator\";i:5792;s:22:\"apihelp-import-summary\";i:5793;s:35:\"apihelp-import-extended-description\";i:5794;s:28:\"apihelp-import-param-summary\";i:5795;s:36:\"apihelp-import-param-interwikiprefix\";i:5796;s:37:\"apihelp-import-param-assignknownusers\";i:5797;s:36:\"apihelp-import-param-interwikisource\";i:5798;s:34:\"apihelp-import-param-interwikipage\";i:5799;s:32:\"apihelp-import-param-fullhistory\";i:5800;s:30:\"apihelp-import-param-templates\";i:5801;s:30:\"apihelp-import-param-namespace\";i:5802;s:29:\"apihelp-import-param-rootpage\";i:5803;s:25:\"apihelp-import-param-tags\";i:5804;s:29:\"apihelp-import-example-import\";i:5805;s:27:\"apihelp-linkaccount-summary\";i:5806;s:32:\"apihelp-linkaccount-example-link\";i:5807;s:21:\"apihelp-login-summary\";i:5808;s:34:\"apihelp-login-extended-description\";i:5809;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5810;s:26:\"apihelp-managetags-summary\";i:5811;s:34:\"apihelp-managetags-param-operation\";i:5812;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5813;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5814;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5815;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5816;s:28:\"apihelp-managetags-param-tag\";i:5817;s:31:\"apihelp-managetags-param-reason\";i:5818;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5819;s:29:\"apihelp-managetags-param-tags\";i:5820;s:33:\"apihelp-managetags-example-create\";i:5821;s:33:\"apihelp-managetags-example-delete\";i:5822;s:35:\"apihelp-managetags-example-activate\";i:5823;s:37:\"apihelp-managetags-example-deactivate\";i:5824;s:28:\"apihelp-mergehistory-summary\";i:5825;s:31:\"apihelp-mergehistory-param-from\";i:5826;s:33:\"apihelp-mergehistory-param-fromid\";i:5827;s:29:\"apihelp-mergehistory-param-to\";i:5828;s:31:\"apihelp-mergehistory-param-toid\";i:5829;s:36:\"apihelp-mergehistory-param-timestamp\";i:5830;s:33:\"apihelp-mergehistory-param-reason\";i:5831;s:34:\"apihelp-mergehistory-example-merge\";i:5832;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5833;s:25:\"apihelp-move-param-fromid\";i:5834;s:21:\"apihelp-move-param-to\";i:5835;s:25:\"apihelp-move-param-reason\";i:5836;s:24:\"apihelp-move-param-watch\";i:5837;s:28:\"apihelp-move-param-watchlist\";i:5838;s:34:\"apihelp-move-param-watchlistexpiry\";i:5839;s:23:\"apihelp-move-param-tags\";i:5840;s:26:\"apihelp-opensearch-summary\";i:5841;s:30:\"apihelp-opensearch-param-limit\";i:5842;s:34:\"apihelp-opensearch-param-namespace\";i:5843;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5844;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5845;s:41:\"apihelp-opensearch-param-redirects-append\";i:5846;s:31:\"apihelp-opensearch-param-format\";i:5847;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5848;s:29:\"apihelp-opensearch-example-te\";i:5849;s:23:\"apihelp-options-summary\";i:5850;s:36:\"apihelp-options-extended-description\";i:5851;s:27:\"apihelp-options-param-reset\";i:5852;s:32:\"apihelp-options-param-resetkinds\";i:5853;s:28:\"apihelp-options-param-change\";i:5854;s:32:\"apihelp-options-param-optionname\";i:5855;s:33:\"apihelp-options-param-optionvalue\";i:5856;s:30:\"apihelp-options-example-change\";i:5857;s:31:\"apihelp-options-example-complex\";i:5858;s:25:\"apihelp-paraminfo-summary\";i:5859;s:31:\"apihelp-paraminfo-param-modules\";i:5860;s:34:\"apihelp-paraminfo-param-helpformat\";i:5861;s:36:\"apihelp-paraminfo-param-querymodules\";i:5862;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5863;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5864;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5865;s:27:\"apihelp-paraminfo-example-1\";i:5866;s:27:\"apihelp-paraminfo-example-2\";i:5867;s:21:\"apihelp-parse-summary\";i:5868;s:34:\"apihelp-parse-extended-description\";i:5869;s:25:\"apihelp-parse-param-title\";i:5870;s:24:\"apihelp-parse-param-text\";i:5871;s:25:\"apihelp-parse-param-revid\";i:5872;s:27:\"apihelp-parse-param-summary\";i:5873;s:24:\"apihelp-parse-param-page\";i:5874;s:26:\"apihelp-parse-param-pageid\";i:5875;s:29:\"apihelp-parse-param-redirects\";i:5876;s:25:\"apihelp-parse-param-oldid\";i:5877;s:24:\"apihelp-parse-param-prop\";i:5878;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5879;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5880;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5881;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5882;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5883;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5884;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5885;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5886;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5887;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5888;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5889;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5890;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5891;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5892;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5893;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5894;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5895;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5896;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5897;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5898;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5899;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5900;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5901;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5902;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5903;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5904;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5905;s:23:\"apihelp-parse-param-pst\";i:5906;s:27:\"apihelp-parse-param-onlypst\";i:5907;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5908;s:27:\"apihelp-parse-param-section\";i:5909;s:32:\"apihelp-parse-param-sectiontitle\";i:5910;s:38:\"apihelp-parse-param-disablelimitreport\";i:5911;s:29:\"apihelp-parse-param-disablepp\";i:5912;s:38:\"apihelp-parse-param-disableeditsection\";i:5913;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5914;s:36:\"apihelp-parse-param-showstrategykeys\";i:5915;s:31:\"apihelp-parse-param-generatexml\";i:5916;s:27:\"apihelp-parse-param-preview\";i:5917;s:34:\"apihelp-parse-param-sectionpreview\";i:5918;s:30:\"apihelp-parse-param-disabletoc\";i:5919;s:27:\"apihelp-parse-param-useskin\";i:5920;s:33:\"apihelp-parse-param-contentformat\";i:5921;s:32:\"apihelp-parse-param-contentmodel\";i:5922;s:26:\"apihelp-parse-example-page\";i:5923;s:26:\"apihelp-parse-example-text\";i:5924;s:31:\"apihelp-parse-example-texttitle\";i:5925;s:29:\"apihelp-parse-example-summary\";i:5926;s:22:\"apihelp-patrol-summary\";i:5927;s:25:\"apihelp-patrol-param-rcid\";i:5928;s:26:\"apihelp-patrol-param-revid\";i:5929;s:25:\"apihelp-patrol-param-tags\";i:5930;s:27:\"apihelp-patrol-example-rcid\";i:5931;s:28:\"apihelp-patrol-example-revid\";i:5932;s:23:\"apihelp-protect-summary\";i:5933;s:27:\"apihelp-protect-param-title\";i:5934;s:28:\"apihelp-protect-param-pageid\";i:5935;s:33:\"apihelp-protect-param-protections\";i:5936;s:28:\"apihelp-protect-param-expiry\";i:5937;s:26:\"apihelp-protect-param-tags\";i:5938;s:29:\"apihelp-protect-param-cascade\";i:5939;s:27:\"apihelp-protect-param-watch\";i:5940;s:31:\"apihelp-protect-param-watchlist\";i:5941;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5942;s:33:\"apihelp-protect-example-unprotect\";i:5943;s:34:\"apihelp-protect-example-unprotect2\";i:5944;s:21:\"apihelp-purge-summary\";i:5945;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5946;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5947;s:28:\"apihelp-purge-example-simple\";i:5948;s:31:\"apihelp-purge-example-generator\";i:5949;s:21:\"apihelp-query-summary\";i:5950;s:34:\"apihelp-query-extended-description\";i:5951;s:24:\"apihelp-query-param-prop\";i:5952;s:24:\"apihelp-query-param-list\";i:5953;s:24:\"apihelp-query-param-meta\";i:5954;s:32:\"apihelp-query-param-indexpageids\";i:5955;s:26:\"apihelp-query-param-export\";i:5956;s:32:\"apihelp-query-param-exportnowrap\";i:5957;s:32:\"apihelp-query-param-exportschema\";i:5958;s:25:\"apihelp-query-param-iwurl\";i:5959;s:31:\"apihelp-query-param-rawcontinue\";i:5960;s:31:\"apihelp-query-example-revisions\";i:5961;s:30:\"apihelp-query-example-allpages\";i:5962;s:35:\"apihelp-query+allcategories-summary\";i:5963;s:38:\"apihelp-query+allcategories-param-from\";i:5964;s:36:\"apihelp-query+allcategories-param-to\";i:5965;s:40:\"apihelp-query+allcategories-param-prefix\";i:5966;s:37:\"apihelp-query+allcategories-param-dir\";i:5967;s:37:\"apihelp-query+allcategories-param-min\";i:5968;s:37:\"apihelp-query+allcategories-param-max\";i:5969;s:39:\"apihelp-query+allcategories-param-limit\";i:5970;s:38:\"apihelp-query+allcategories-param-prop\";i:5971;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5972;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5973;s:40:\"apihelp-query+allcategories-example-size\";i:5974;s:45:\"apihelp-query+allcategories-example-generator\";i:5975;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5976;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5977;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5978;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5979;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5980;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5981;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5982;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5983;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5984;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5985;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5986;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5987;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5988;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5989;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5990;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5991;s:35:\"apihelp-query+allfileusages-summary\";i:5992;s:38:\"apihelp-query+allfileusages-param-from\";i:5993;s:36:\"apihelp-query+allfileusages-param-to\";i:5994;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5995;s:40:\"apihelp-query+allfileusages-param-unique\";i:5996;s:38:\"apihelp-query+allfileusages-param-prop\";i:5997;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5998;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5999;s:39:\"apihelp-query+allfileusages-param-limit\";i:6000;s:37:\"apihelp-query+allfileusages-param-dir\";i:6001;s:37:\"apihelp-query+allfileusages-example-b\";i:6002;s:42:\"apihelp-query+allfileusages-example-unique\";i:6003;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:6004;s:45:\"apihelp-query+allfileusages-example-generator\";i:6005;s:31:\"apihelp-query+allimages-summary\";i:6006;s:34:\"apihelp-query+allimages-param-sort\";i:6007;s:33:\"apihelp-query+allimages-param-dir\";i:6008;s:34:\"apihelp-query+allimages-param-from\";i:6009;s:32:\"apihelp-query+allimages-param-to\";i:6010;s:35:\"apihelp-query+allimages-param-start\";i:6011;s:33:\"apihelp-query+allimages-param-end\";i:6012;s:36:\"apihelp-query+allimages-param-prefix\";i:6013;s:37:\"apihelp-query+allimages-param-minsize\";i:6014;s:37:\"apihelp-query+allimages-param-maxsize\";i:6015;s:34:\"apihelp-query+allimages-param-sha1\";i:6016;s:40:\"apihelp-query+allimages-param-sha1base36\";i:6017;s:34:\"apihelp-query+allimages-param-user\";i:6018;s:40:\"apihelp-query+allimages-param-filterbots\";i:6019;s:34:\"apihelp-query+allimages-param-mime\";i:6020;s:35:\"apihelp-query+allimages-param-limit\";i:6021;s:33:\"apihelp-query+allimages-example-b\";i:6022;s:38:\"apihelp-query+allimages-example-recent\";i:6023;s:41:\"apihelp-query+allimages-example-mimetypes\";i:6024;s:41:\"apihelp-query+allimages-example-generator\";i:6025;s:30:\"apihelp-query+alllinks-summary\";i:6026;s:33:\"apihelp-query+alllinks-param-from\";i:6027;s:31:\"apihelp-query+alllinks-param-to\";i:6028;s:35:\"apihelp-query+alllinks-param-prefix\";i:6029;s:35:\"apihelp-query+alllinks-param-unique\";i:6030;s:33:\"apihelp-query+alllinks-param-prop\";i:6031;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:6032;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:6033;s:38:\"apihelp-query+alllinks-param-namespace\";i:6034;s:34:\"apihelp-query+alllinks-param-limit\";i:6035;s:32:\"apihelp-query+alllinks-param-dir\";i:6036;s:32:\"apihelp-query+alllinks-example-b\";i:6037;s:37:\"apihelp-query+alllinks-example-unique\";i:6038;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:6039;s:40:\"apihelp-query+alllinks-example-generator\";i:6040;s:33:\"apihelp-query+allmessages-summary\";i:6041;s:40:\"apihelp-query+allmessages-param-messages\";i:6042;s:36:\"apihelp-query+allmessages-param-prop\";i:6043;s:44:\"apihelp-query+allmessages-param-enableparser\";i:6044;s:41:\"apihelp-query+allmessages-param-nocontent\";i:6045;s:44:\"apihelp-query+allmessages-param-includelocal\";i:6046;s:36:\"apihelp-query+allmessages-param-args\";i:6047;s:38:\"apihelp-query+allmessages-param-filter\";i:6048;s:42:\"apihelp-query+allmessages-param-customised\";i:6049;s:36:\"apihelp-query+allmessages-param-lang\";i:6050;s:36:\"apihelp-query+allmessages-param-from\";i:6051;s:34:\"apihelp-query+allmessages-param-to\";i:6052;s:37:\"apihelp-query+allmessages-param-title\";i:6053;s:38:\"apihelp-query+allmessages-param-prefix\";i:6054;s:37:\"apihelp-query+allmessages-example-ipb\";i:6055;s:36:\"apihelp-query+allmessages-example-de\";i:6056;s:30:\"apihelp-query+allpages-summary\";i:6057;s:33:\"apihelp-query+allpages-param-from\";i:6058;s:31:\"apihelp-query+allpages-param-to\";i:6059;s:35:\"apihelp-query+allpages-param-prefix\";i:6060;s:38:\"apihelp-query+allpages-param-namespace\";i:6061;s:40:\"apihelp-query+allpages-param-filterredir\";i:6062;s:36:\"apihelp-query+allpages-param-minsize\";i:6063;s:36:\"apihelp-query+allpages-param-maxsize\";i:6064;s:35:\"apihelp-query+allpages-param-prtype\";i:6065;s:36:\"apihelp-query+allpages-param-prlevel\";i:6066;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:6067;s:34:\"apihelp-query+allpages-param-limit\";i:6068;s:32:\"apihelp-query+allpages-param-dir\";i:6069;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:6070;s:37:\"apihelp-query+allpages-param-prexpiry\";i:6071;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:6072;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:6073;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:6074;s:32:\"apihelp-query+allpages-example-b\";i:6075;s:40:\"apihelp-query+allpages-example-generator\";i:6076;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:6077;s:37:\"apihelp-query+allredirects-param-from\";i:6078;s:35:\"apihelp-query+allredirects-param-to\";i:6079;s:39:\"apihelp-query+allredirects-param-prefix\";i:6080;s:39:\"apihelp-query+allredirects-param-unique\";i:6081;s:37:\"apihelp-query+allredirects-param-prop\";i:6082;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:6083;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:6084;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:6085;s:42:\"apihelp-query+allredirects-param-namespace\";i:6086;s:38:\"apihelp-query+allredirects-param-limit\";i:6087;s:36:\"apihelp-query+allredirects-param-dir\";i:6088;s:36:\"apihelp-query+allredirects-example-b\";i:6089;s:41:\"apihelp-query+allredirects-example-unique\";i:6090;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:6091;s:44:\"apihelp-query+allredirects-example-generator\";i:6092;s:34:\"apihelp-query+allrevisions-summary\";i:6093;s:38:\"apihelp-query+allrevisions-param-start\";i:6094;s:36:\"apihelp-query+allrevisions-param-end\";i:6095;s:37:\"apihelp-query+allrevisions-param-user\";i:6096;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:6097;s:42:\"apihelp-query+allrevisions-param-namespace\";i:6098;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:6099;s:39:\"apihelp-query+allrevisions-example-user\";i:6100;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:6101;s:36:\"apihelp-query+mystashedfiles-summary\";i:6102;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:6103;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:6104;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:6105;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:6106;s:38:\"apihelp-query+alltransclusions-summary\";i:6107;s:41:\"apihelp-query+alltransclusions-param-from\";i:6108;s:39:\"apihelp-query+alltransclusions-param-to\";i:6109;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:6110;s:43:\"apihelp-query+alltransclusions-param-unique\";i:6111;s:41:\"apihelp-query+alltransclusions-param-prop\";i:6112;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:6113;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:6114;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:6115;s:42:\"apihelp-query+alltransclusions-param-limit\";i:6116;s:40:\"apihelp-query+alltransclusions-param-dir\";i:6117;s:40:\"apihelp-query+alltransclusions-example-b\";i:6118;s:45:\"apihelp-query+alltransclusions-example-unique\";i:6119;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:6120;s:48:\"apihelp-query+alltransclusions-example-generator\";i:6121;s:30:\"apihelp-query+allusers-summary\";i:6122;s:33:\"apihelp-query+allusers-param-from\";i:6123;s:31:\"apihelp-query+allusers-param-to\";i:6124;s:35:\"apihelp-query+allusers-param-prefix\";i:6125;s:32:\"apihelp-query+allusers-param-dir\";i:6126;s:34:\"apihelp-query+allusers-param-group\";i:6127;s:41:\"apihelp-query+allusers-param-excludegroup\";i:6128;s:35:\"apihelp-query+allusers-param-rights\";i:6129;s:33:\"apihelp-query+allusers-param-prop\";i:6130;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:6131;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:6132;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:6133;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:6134;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:6135;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:6136;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:6137;s:34:\"apihelp-query+allusers-param-limit\";i:6138;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:6139;s:40:\"apihelp-query+allusers-param-activeusers\";i:6140;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:6141;s:32:\"apihelp-query+allusers-example-y\";i:6142;s:37:\"apihelp-query+authmanagerinfo-summary\";i:6143;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:6144;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:6145;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:6146;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:6147;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:6148;s:31:\"apihelp-query+backlinks-summary\";i:6149;s:35:\"apihelp-query+backlinks-param-title\";i:6150;s:36:\"apihelp-query+backlinks-param-pageid\";i:6151;s:39:\"apihelp-query+backlinks-param-namespace\";i:6152;s:33:\"apihelp-query+backlinks-param-dir\";i:6153;s:41:\"apihelp-query+backlinks-param-filterredir\";i:6154;s:35:\"apihelp-query+backlinks-param-limit\";i:6155;s:38:\"apihelp-query+backlinks-param-redirect\";i:6156;s:38:\"apihelp-query+backlinks-example-simple\";i:6157;s:41:\"apihelp-query+backlinks-example-generator\";i:6158;s:28:\"apihelp-query+blocks-summary\";i:6159;s:32:\"apihelp-query+blocks-param-start\";i:6160;s:30:\"apihelp-query+blocks-param-end\";i:6161;s:30:\"apihelp-query+blocks-param-ids\";i:6162;s:32:\"apihelp-query+blocks-param-users\";i:6163;s:29:\"apihelp-query+blocks-param-ip\";i:6164;s:32:\"apihelp-query+blocks-param-limit\";i:6165;s:31:\"apihelp-query+blocks-param-prop\";i:6166;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:6167;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:6168;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:6169;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:6170;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:6171;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:6172;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:6173;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:6174;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:6175;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:6176;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:6177;s:31:\"apihelp-query+blocks-param-show\";i:6178;s:35:\"apihelp-query+blocks-example-simple\";i:6179;s:34:\"apihelp-query+blocks-example-users\";i:6180;s:32:\"apihelp-query+categories-summary\";i:6181;s:35:\"apihelp-query+categories-param-prop\";i:6182;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:6183;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:6184;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:6185;s:35:\"apihelp-query+categories-param-show\";i:6186;s:36:\"apihelp-query+categories-param-limit\";i:6187;s:41:\"apihelp-query+categories-param-categories\";i:6188;s:34:\"apihelp-query+categories-param-dir\";i:6189;s:39:\"apihelp-query+categories-example-simple\";i:6190;s:42:\"apihelp-query+categories-example-generator\";i:6191;s:34:\"apihelp-query+categoryinfo-summary\";i:6192;s:41:\"apihelp-query+categoryinfo-example-simple\";i:6193;s:37:\"apihelp-query+categorymembers-summary\";i:6194;s:41:\"apihelp-query+categorymembers-param-title\";i:6195;s:42:\"apihelp-query+categorymembers-param-pageid\";i:6196;s:40:\"apihelp-query+categorymembers-param-prop\";i:6197;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:6198;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:6199;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:6200;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:6201;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:6202;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:6203;s:45:\"apihelp-query+categorymembers-param-namespace\";i:6204;s:40:\"apihelp-query+categorymembers-param-type\";i:6205;s:41:\"apihelp-query+categorymembers-param-limit\";i:6206;s:40:\"apihelp-query+categorymembers-param-sort\";i:6207;s:39:\"apihelp-query+categorymembers-param-dir\";i:6208;s:41:\"apihelp-query+categorymembers-param-start\";i:6209;s:39:\"apihelp-query+categorymembers-param-end\";i:6210;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:6211;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:6212;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:6213;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:6214;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:6215;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:6216;s:44:\"apihelp-query+categorymembers-example-simple\";i:6217;s:47:\"apihelp-query+categorymembers-example-generator\";i:6218;s:34:\"apihelp-query+contributors-summary\";i:6219;s:38:\"apihelp-query+contributors-param-group\";i:6220;s:45:\"apihelp-query+contributors-param-excludegroup\";i:6221;s:39:\"apihelp-query+contributors-param-rights\";i:6222;s:46:\"apihelp-query+contributors-param-excluderights\";i:6223;s:38:\"apihelp-query+contributors-param-limit\";i:6224;s:41:\"apihelp-query+contributors-example-simple\";i:6225;s:38:\"apihelp-query+deletedrevisions-summary\";i:6226;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:6227;s:42:\"apihelp-query+deletedrevisions-param-start\";i:6228;s:40:\"apihelp-query+deletedrevisions-param-end\";i:6229;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:6230;s:41:\"apihelp-query+deletedrevisions-param-user\";i:6231;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:6232;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:6233;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:6234;s:33:\"apihelp-query+deletedrevs-summary\";i:6235;s:46:\"apihelp-query+deletedrevs-extended-description\";i:6236;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:6237;s:37:\"apihelp-query+deletedrevs-param-start\";i:6238;s:35:\"apihelp-query+deletedrevs-param-end\";i:6239;s:36:\"apihelp-query+deletedrevs-param-from\";i:6240;s:34:\"apihelp-query+deletedrevs-param-to\";i:6241;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:6242;s:38:\"apihelp-query+deletedrevs-param-unique\";i:6243;s:35:\"apihelp-query+deletedrevs-param-tag\";i:6244;s:36:\"apihelp-query+deletedrevs-param-user\";i:6245;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:6246;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:6247;s:37:\"apihelp-query+deletedrevs-param-limit\";i:6248;s:36:\"apihelp-query+deletedrevs-param-prop\";i:6249;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:6250;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:6251;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:6252;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:6253;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:6254;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:6255;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:6256;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:6257;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:6258;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:6259;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:6260;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:6261;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:6262;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:6263;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:6264;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:6265;s:30:\"apihelp-query+disabled-summary\";i:6266;s:36:\"apihelp-query+duplicatefiles-summary\";i:6267;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:6268;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:6269;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:6270;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:6271;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:6272;s:32:\"apihelp-query+embeddedin-summary\";i:6273;s:36:\"apihelp-query+embeddedin-param-title\";i:6274;s:37:\"apihelp-query+embeddedin-param-pageid\";i:6275;s:40:\"apihelp-query+embeddedin-param-namespace\";i:6276;s:34:\"apihelp-query+embeddedin-param-dir\";i:6277;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:6278;s:36:\"apihelp-query+embeddedin-param-limit\";i:6279;s:39:\"apihelp-query+embeddedin-example-simple\";i:6280;s:42:\"apihelp-query+embeddedin-example-generator\";i:6281;s:30:\"apihelp-query+extlinks-summary\";i:6282;s:34:\"apihelp-query+extlinks-param-limit\";i:6283;s:37:\"apihelp-query+extlinks-param-protocol\";i:6284;s:34:\"apihelp-query+extlinks-param-query\";i:6285;s:38:\"apihelp-query+extlinks-param-expandurl\";i:6286;s:37:\"apihelp-query+extlinks-example-simple\";i:6287;s:33:\"apihelp-query+exturlusage-summary\";i:6288;s:36:\"apihelp-query+exturlusage-param-prop\";i:6289;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:6290;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:6291;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:6292;s:40:\"apihelp-query+exturlusage-param-protocol\";i:6293;s:37:\"apihelp-query+exturlusage-param-query\";i:6294;s:41:\"apihelp-query+exturlusage-param-namespace\";i:6295;s:37:\"apihelp-query+exturlusage-param-limit\";i:6296;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:6297;s:40:\"apihelp-query+exturlusage-example-simple\";i:6298;s:33:\"apihelp-query+filearchive-summary\";i:6299;s:36:\"apihelp-query+filearchive-param-from\";i:6300;s:34:\"apihelp-query+filearchive-param-to\";i:6301;s:38:\"apihelp-query+filearchive-param-prefix\";i:6302;s:37:\"apihelp-query+filearchive-param-limit\";i:6303;s:35:\"apihelp-query+filearchive-param-dir\";i:6304;s:36:\"apihelp-query+filearchive-param-sha1\";i:6305;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:6306;s:36:\"apihelp-query+filearchive-param-prop\";i:6307;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:6308;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:6309;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:6310;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:6311;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:6312;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:6313;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:6314;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:6315;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:6316;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:6317;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:6318;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:6319;s:40:\"apihelp-query+filearchive-example-simple\";i:6320;s:34:\"apihelp-query+filerepoinfo-summary\";i:6321;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:6322;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:6323;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:6324;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:6325;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:6326;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:6327;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:6328;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:6329;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:6330;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:6331;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:6332;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:6333;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:6334;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:6335;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:6336;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:6337;s:31:\"apihelp-query+fileusage-summary\";i:6338;s:34:\"apihelp-query+fileusage-param-prop\";i:6339;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:6340;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:6341;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:6342;s:39:\"apihelp-query+fileusage-param-namespace\";i:6343;s:35:\"apihelp-query+fileusage-param-limit\";i:6344;s:34:\"apihelp-query+fileusage-param-show\";i:6345;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:6346;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:6347;s:38:\"apihelp-query+fileusage-example-simple\";i:6348;s:41:\"apihelp-query+fileusage-example-generator\";i:6349;s:31:\"apihelp-query+imageinfo-summary\";i:6350;s:34:\"apihelp-query+imageinfo-param-prop\";i:6351;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:6352;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:6353;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:6354;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:6355;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:6356;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:6357;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:6358;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6359;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6360;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6361;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6362;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6363;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6364;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6365;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6366;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6367;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6368;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6369;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6370;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6371;s:35:\"apihelp-query+imageinfo-param-limit\";i:6372;s:35:\"apihelp-query+imageinfo-param-start\";i:6373;s:33:\"apihelp-query+imageinfo-param-end\";i:6374;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6375;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:6376;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6377;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6378;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6379;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6380;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6381;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6382;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6383;s:38:\"apihelp-query+imageinfo-example-simple\";i:6384;s:37:\"apihelp-query+imageinfo-example-dated\";i:6385;s:28:\"apihelp-query+images-summary\";i:6386;s:32:\"apihelp-query+images-param-limit\";i:6387;s:33:\"apihelp-query+images-param-images\";i:6388;s:30:\"apihelp-query+images-param-dir\";i:6389;s:35:\"apihelp-query+images-example-simple\";i:6390;s:38:\"apihelp-query+images-example-generator\";i:6391;s:32:\"apihelp-query+imageusage-summary\";i:6392;s:36:\"apihelp-query+imageusage-param-title\";i:6393;s:37:\"apihelp-query+imageusage-param-pageid\";i:6394;s:40:\"apihelp-query+imageusage-param-namespace\";i:6395;s:34:\"apihelp-query+imageusage-param-dir\";i:6396;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6397;s:36:\"apihelp-query+imageusage-param-limit\";i:6398;s:39:\"apihelp-query+imageusage-param-redirect\";i:6399;s:39:\"apihelp-query+imageusage-example-simple\";i:6400;s:42:\"apihelp-query+imageusage-example-generator\";i:6401;s:26:\"apihelp-query+info-summary\";i:6402;s:29:\"apihelp-query+info-param-prop\";i:6403;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6404;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6405;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6406;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6407;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6408;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6409;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6410;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6411;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6412;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6413;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6414;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6415;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6416;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6417;s:36:\"apihelp-query+info-param-linkcontext\";i:6418;s:36:\"apihelp-query+info-param-testactions\";i:6419;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6420;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6421;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6422;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6423;s:33:\"apihelp-query+info-example-simple\";i:6424;s:37:\"apihelp-query+info-example-protection\";i:6425;s:33:\"apihelp-query+iwbacklinks-summary\";i:6426;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6427;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6428;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6429;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6430;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6431;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6432;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6433;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6434;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6435;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6436;s:29:\"apihelp-query+iwlinks-summary\";i:6437;s:31:\"apihelp-query+iwlinks-param-url\";i:6438;s:32:\"apihelp-query+iwlinks-param-prop\";i:6439;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6440;s:33:\"apihelp-query+iwlinks-param-limit\";i:6441;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6442;s:33:\"apihelp-query+iwlinks-param-title\";i:6443;s:31:\"apihelp-query+iwlinks-param-dir\";i:6444;s:36:\"apihelp-query+iwlinks-example-simple\";i:6445;s:35:\"apihelp-query+langbacklinks-summary\";i:6446;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6447;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6448;s:39:\"apihelp-query+langbacklinks-param-title\";i:6449;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6450;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6451;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6452;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6453;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6454;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6455;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6456;s:31:\"apihelp-query+langlinks-summary\";i:6457;s:35:\"apihelp-query+langlinks-param-limit\";i:6458;s:33:\"apihelp-query+langlinks-param-url\";i:6459;s:34:\"apihelp-query+langlinks-param-prop\";i:6460;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6461;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6462;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6463;s:34:\"apihelp-query+langlinks-param-lang\";i:6464;s:35:\"apihelp-query+langlinks-param-title\";i:6465;s:33:\"apihelp-query+langlinks-param-dir\";i:6466;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6467;s:38:\"apihelp-query+langlinks-example-simple\";i:6468;s:34:\"apihelp-query+languageinfo-summary\";i:6469;s:47:\"apihelp-query+languageinfo-extended-description\";i:6470;s:37:\"apihelp-query+languageinfo-param-prop\";i:6471;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6472;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6473;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6474;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6475;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6476;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6477;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6478;s:37:\"apihelp-query+languageinfo-param-code\";i:6479;s:41:\"apihelp-query+languageinfo-example-simple\";i:6480;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6481;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6482;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6483;s:27:\"apihelp-query+links-summary\";i:6484;s:35:\"apihelp-query+links-param-namespace\";i:6485;s:31:\"apihelp-query+links-param-limit\";i:6486;s:32:\"apihelp-query+links-param-titles\";i:6487;s:29:\"apihelp-query+links-param-dir\";i:6488;s:34:\"apihelp-query+links-example-simple\";i:6489;s:37:\"apihelp-query+links-example-generator\";i:6490;s:38:\"apihelp-query+links-example-namespaces\";i:6491;s:31:\"apihelp-query+linkshere-summary\";i:6492;s:34:\"apihelp-query+linkshere-param-prop\";i:6493;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6494;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6495;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6496;s:39:\"apihelp-query+linkshere-param-namespace\";i:6497;s:35:\"apihelp-query+linkshere-param-limit\";i:6498;s:34:\"apihelp-query+linkshere-param-show\";i:6499;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6500;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6501;s:38:\"apihelp-query+linkshere-example-simple\";i:6502;s:41:\"apihelp-query+linkshere-example-generator\";i:6503;s:31:\"apihelp-query+logevents-summary\";i:6504;s:34:\"apihelp-query+logevents-param-prop\";i:6505;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6506;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6507;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6508;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6509;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6510;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6511;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6512;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6513;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6514;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6515;s:34:\"apihelp-query+logevents-param-type\";i:6516;s:36:\"apihelp-query+logevents-param-action\";i:6517;s:35:\"apihelp-query+logevents-param-start\";i:6518;s:33:\"apihelp-query+logevents-param-end\";i:6519;s:34:\"apihelp-query+logevents-param-user\";i:6520;s:35:\"apihelp-query+logevents-param-title\";i:6521;s:39:\"apihelp-query+logevents-param-namespace\";i:6522;s:36:\"apihelp-query+logevents-param-prefix\";i:6523;s:33:\"apihelp-query+logevents-param-tag\";i:6524;s:35:\"apihelp-query+logevents-param-limit\";i:6525;s:38:\"apihelp-query+logevents-example-simple\";i:6526;s:35:\"apihelp-query+pagepropnames-summary\";i:6527;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6528;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6529;s:31:\"apihelp-query+pageprops-summary\";i:6530;s:34:\"apihelp-query+pageprops-param-prop\";i:6531;s:38:\"apihelp-query+pageprops-example-simple\";i:6532;s:35:\"apihelp-query+pageswithprop-summary\";i:6533;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6534;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6535;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6536;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6537;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6538;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6539;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6540;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6541;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6542;s:34:\"apihelp-query+prefixsearch-summary\";i:6543;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6544;s:39:\"apihelp-query+prefixsearch-param-search\";i:6545;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6546;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6547;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6548;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6549;s:37:\"apihelp-query+protectedtitles-summary\";i:6550;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6551;s:41:\"apihelp-query+protectedtitles-param-level\";i:6552;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6553;s:41:\"apihelp-query+protectedtitles-param-start\";i:6554;s:39:\"apihelp-query+protectedtitles-param-end\";i:6555;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6556;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6557;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6558;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6559;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6560;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6561;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6562;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6563;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6564;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6565;s:31:\"apihelp-query+querypage-summary\";i:6566;s:34:\"apihelp-query+querypage-param-page\";i:6567;s:35:\"apihelp-query+querypage-param-limit\";i:6568;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6569;s:28:\"apihelp-query+random-summary\";i:6570;s:41:\"apihelp-query+random-extended-description\";i:6571;s:36:\"apihelp-query+random-param-namespace\";i:6572;s:32:\"apihelp-query+random-param-limit\";i:6573;s:35:\"apihelp-query+random-param-redirect\";i:6574;s:38:\"apihelp-query+random-param-filterredir\";i:6575;s:35:\"apihelp-query+random-example-simple\";i:6576;s:38:\"apihelp-query+random-example-generator\";i:6577;s:35:\"apihelp-query+recentchanges-summary\";i:6578;s:39:\"apihelp-query+recentchanges-param-start\";i:6579;s:37:\"apihelp-query+recentchanges-param-end\";i:6580;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6581;s:38:\"apihelp-query+recentchanges-param-user\";i:6582;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6583;s:37:\"apihelp-query+recentchanges-param-tag\";i:6584;s:38:\"apihelp-query+recentchanges-param-slot\";i:6585;s:38:\"apihelp-query+recentchanges-param-prop\";i:6586;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6587;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6588;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6589;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6590;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6591;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6592;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6593;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6594;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6595;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6596;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6597;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6598;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6599;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6600;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6601;s:38:\"apihelp-query+recentchanges-param-show\";i:6602;s:39:\"apihelp-query+recentchanges-param-limit\";i:6603;s:38:\"apihelp-query+recentchanges-param-type\";i:6604;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6605;s:39:\"apihelp-query+recentchanges-param-title\";i:6606;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6607;s:42:\"apihelp-query+recentchanges-example-simple\";i:6608;s:45:\"apihelp-query+recentchanges-example-generator\";i:6609;s:31:\"apihelp-query+redirects-summary\";i:6610;s:34:\"apihelp-query+redirects-param-prop\";i:6611;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6612;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6613;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6614;s:39:\"apihelp-query+redirects-param-namespace\";i:6615;s:35:\"apihelp-query+redirects-param-limit\";i:6616;s:34:\"apihelp-query+redirects-param-show\";i:6617;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6618;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6619;s:38:\"apihelp-query+redirects-example-simple\";i:6620;s:41:\"apihelp-query+redirects-example-generator\";i:6621;s:31:\"apihelp-query+revisions-summary\";i:6622;s:44:\"apihelp-query+revisions-extended-description\";i:6623;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6624;s:37:\"apihelp-query+revisions-param-startid\";i:6625;s:35:\"apihelp-query+revisions-param-endid\";i:6626;s:35:\"apihelp-query+revisions-param-start\";i:6627;s:33:\"apihelp-query+revisions-param-end\";i:6628;s:34:\"apihelp-query+revisions-param-user\";i:6629;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6630;s:33:\"apihelp-query+revisions-param-tag\";i:6631;s:39:\"apihelp-query+revisions-example-content\";i:6632;s:37:\"apihelp-query+revisions-example-last5\";i:6633;s:38:\"apihelp-query+revisions-example-first5\";i:6634;s:44:\"apihelp-query+revisions-example-first5-after\";i:6635;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6636;s:43:\"apihelp-query+revisions-example-first5-user\";i:6637;s:39:\"apihelp-query+revisions+base-param-prop\";i:6638;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6639;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6640;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6641;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6642;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6643;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6644;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6645;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6646;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6647;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6648;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6649;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6650;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6651;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6652;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6653;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6654;s:40:\"apihelp-query+revisions+base-param-slots\";i:6655;s:40:\"apihelp-query+revisions+base-param-limit\";i:6656;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6657;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6658;s:40:\"apihelp-query+revisions+base-param-parse\";i:6659;s:42:\"apihelp-query+revisions+base-param-section\";i:6660;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6661;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6662;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6663;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6664;s:28:\"apihelp-query+search-summary\";i:6665;s:33:\"apihelp-query+search-param-search\";i:6666;s:36:\"apihelp-query+search-param-namespace\";i:6667;s:31:\"apihelp-query+search-param-what\";i:6668;s:31:\"apihelp-query+search-param-info\";i:6669;s:31:\"apihelp-query+search-param-prop\";i:6670;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6671;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6672;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6673;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6674;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6675;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6676;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6677;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6678;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6679;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6680;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6681;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6682;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6683;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6684;s:32:\"apihelp-query+search-param-limit\";i:6685;s:36:\"apihelp-query+search-param-interwiki\";i:6686;s:34:\"apihelp-query+search-param-backend\";i:6687;s:41:\"apihelp-query+search-param-enablerewrites\";i:6688;s:31:\"apihelp-query+search-param-sort\";i:6689;s:35:\"apihelp-query+search-example-simple\";i:6690;s:33:\"apihelp-query+search-example-text\";i:6691;s:38:\"apihelp-query+search-example-generator\";i:6692;s:30:\"apihelp-query+siteinfo-summary\";i:6693;s:33:\"apihelp-query+siteinfo-param-prop\";i:6694;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6695;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6696;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6697;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6698;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6699;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6700;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6701;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6702;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6703;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6704;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6705;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6706;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6707;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6708;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6709;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6710;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6711;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6712;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6713;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6714;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6715;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6716;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6717;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6718;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6719;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6720;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6721;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6722;s:37:\"apihelp-query+siteinfo-example-simple\";i:6723;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6724;s:37:\"apihelp-query+siteinfo-example-replag\";i:6725;s:36:\"apihelp-query+stashimageinfo-summary\";i:6726;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6727;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6728;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6729;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6730;s:26:\"apihelp-query+tags-summary\";i:6731;s:30:\"apihelp-query+tags-param-limit\";i:6732;s:29:\"apihelp-query+tags-param-prop\";i:6733;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6734;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6735;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6736;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6737;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6738;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6739;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6740;s:33:\"apihelp-query+tags-example-simple\";i:6741;s:31:\"apihelp-query+templates-summary\";i:6742;s:39:\"apihelp-query+templates-param-namespace\";i:6743;s:35:\"apihelp-query+templates-param-limit\";i:6744;s:39:\"apihelp-query+templates-param-templates\";i:6745;s:33:\"apihelp-query+templates-param-dir\";i:6746;s:38:\"apihelp-query+templates-example-simple\";i:6747;s:41:\"apihelp-query+templates-example-generator\";i:6748;s:42:\"apihelp-query+templates-example-namespaces\";i:6749;s:28:\"apihelp-query+tokens-summary\";i:6750;s:31:\"apihelp-query+tokens-param-type\";i:6751;s:35:\"apihelp-query+tokens-example-simple\";i:6752;s:34:\"apihelp-query+tokens-example-types\";i:6753;s:35:\"apihelp-query+transcludedin-summary\";i:6754;s:38:\"apihelp-query+transcludedin-param-prop\";i:6755;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6756;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6757;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6758;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6759;s:39:\"apihelp-query+transcludedin-param-limit\";i:6760;s:38:\"apihelp-query+transcludedin-param-show\";i:6761;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6762;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6763;s:42:\"apihelp-query+transcludedin-example-simple\";i:6764;s:45:\"apihelp-query+transcludedin-example-generator\";i:6765;s:34:\"apihelp-query+usercontribs-summary\";i:6766;s:38:\"apihelp-query+usercontribs-param-limit\";i:6767;s:38:\"apihelp-query+usercontribs-param-start\";i:6768;s:36:\"apihelp-query+usercontribs-param-end\";i:6769;s:37:\"apihelp-query+usercontribs-param-user\";i:6770;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6771;s:40:\"apihelp-query+usercontribs-param-userids\";i:6772;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6773;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6774;s:37:\"apihelp-query+usercontribs-param-prop\";i:6775;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6776;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6777;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6778;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6779;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6780;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6781;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6782;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6783;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6784;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6785;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6786;s:37:\"apihelp-query+usercontribs-param-show\";i:6787;s:36:\"apihelp-query+usercontribs-param-tag\";i:6788;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6789;s:39:\"apihelp-query+usercontribs-example-user\";i:6790;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6791;s:30:\"apihelp-query+userinfo-summary\";i:6792;s:33:\"apihelp-query+userinfo-param-prop\";i:6793;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6794;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6795;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6796;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6797;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6798;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6799;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6800;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6801;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6802;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6803;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6804;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6805;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6806;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6807;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6808;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6809;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6810;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6811;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6812;s:37:\"apihelp-query+userinfo-example-simple\";i:6813;s:35:\"apihelp-query+userinfo-example-data\";i:6814;s:27:\"apihelp-query+users-summary\";i:6815;s:30:\"apihelp-query+users-param-prop\";i:6816;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6817;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6818;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6819;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6820;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6821;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6822;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6823;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6824;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6825;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6826;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6827;s:38:\"apihelp-query+users-param-attachedwiki\";i:6828;s:31:\"apihelp-query+users-param-users\";i:6829;s:33:\"apihelp-query+users-param-userids\";i:6830;s:34:\"apihelp-query+users-example-simple\";i:6831;s:31:\"apihelp-query+watchlist-summary\";i:6832;s:36:\"apihelp-query+watchlist-param-allrev\";i:6833;s:35:\"apihelp-query+watchlist-param-start\";i:6834;s:33:\"apihelp-query+watchlist-param-end\";i:6835;s:39:\"apihelp-query+watchlist-param-namespace\";i:6836;s:34:\"apihelp-query+watchlist-param-user\";i:6837;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6838;s:35:\"apihelp-query+watchlist-param-limit\";i:6839;s:34:\"apihelp-query+watchlist-param-prop\";i:6840;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6841;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6842;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6843;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6844;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6845;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6846;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6847;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6848;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6849;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6850;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6851;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6852;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6853;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6854;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6855;s:34:\"apihelp-query+watchlist-param-show\";i:6856;s:34:\"apihelp-query+watchlist-param-type\";i:6857;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6858;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6859;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6860;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6861;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6862;s:35:\"apihelp-query+watchlist-param-owner\";i:6863;s:35:\"apihelp-query+watchlist-param-token\";i:6864;s:38:\"apihelp-query+watchlist-example-simple\";i:6865;s:37:\"apihelp-query+watchlist-example-props\";i:6866;s:38:\"apihelp-query+watchlist-example-expiry\";i:6867;s:38:\"apihelp-query+watchlist-example-allrev\";i:6868;s:41:\"apihelp-query+watchlist-example-generator\";i:6869;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6870;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6871;s:34:\"apihelp-query+watchlistraw-summary\";i:6872;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6873;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6874;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6875;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6876;s:37:\"apihelp-query+watchlistraw-param-show\";i:6877;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6878;s:38:\"apihelp-query+watchlistraw-param-token\";i:6879;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6880;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6881;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6882;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6883;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6884;s:40:\"apihelp-removeauthenticationdata-summary\";i:6885;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6886;s:29:\"apihelp-resetpassword-summary\";i:6887;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6888;s:32:\"apihelp-resetpassword-param-user\";i:6889;s:33:\"apihelp-resetpassword-param-email\";i:6890;s:34:\"apihelp-resetpassword-example-user\";i:6891;s:35:\"apihelp-resetpassword-example-email\";i:6892;s:30:\"apihelp-revisiondelete-summary\";i:6893;s:33:\"apihelp-revisiondelete-param-type\";i:6894;s:35:\"apihelp-revisiondelete-param-target\";i:6895;s:33:\"apihelp-revisiondelete-param-hide\";i:6896;s:33:\"apihelp-revisiondelete-param-show\";i:6897;s:37:\"apihelp-revisiondelete-param-suppress\";i:6898;s:35:\"apihelp-revisiondelete-param-reason\";i:6899;s:33:\"apihelp-revisiondelete-param-tags\";i:6900;s:39:\"apihelp-revisiondelete-example-revision\";i:6901;s:34:\"apihelp-revisiondelete-example-log\";i:6902;s:24:\"apihelp-rollback-summary\";i:6903;s:37:\"apihelp-rollback-extended-description\";i:6904;s:28:\"apihelp-rollback-param-title\";i:6905;s:29:\"apihelp-rollback-param-pageid\";i:6906;s:27:\"apihelp-rollback-param-tags\";i:6907;s:27:\"apihelp-rollback-param-user\";i:6908;s:30:\"apihelp-rollback-param-summary\";i:6909;s:30:\"apihelp-rollback-param-markbot\";i:6910;s:32:\"apihelp-rollback-param-watchlist\";i:6911;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6912;s:31:\"apihelp-rollback-example-simple\";i:6913;s:32:\"apihelp-rollback-example-summary\";i:6914;s:19:\"apihelp-rsd-summary\";i:6915;s:26:\"apihelp-rsd-example-simple\";i:6916;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6917;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6918;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6919;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6920;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6921;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6922;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6923;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6924;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6925;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6926;s:31:\"apihelp-setpagelanguage-summary\";i:6927;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6928;s:35:\"apihelp-setpagelanguage-param-title\";i:6929;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6930;s:34:\"apihelp-setpagelanguage-param-lang\";i:6931;s:36:\"apihelp-setpagelanguage-param-reason\";i:6932;s:34:\"apihelp-setpagelanguage-param-tags\";i:6933;s:40:\"apihelp-setpagelanguage-example-language\";i:6934;s:39:\"apihelp-setpagelanguage-example-default\";i:6935;s:25:\"apihelp-stashedit-summary\";i:6936;s:38:\"apihelp-stashedit-extended-description\";i:6937;s:29:\"apihelp-stashedit-param-title\";i:6938;s:31:\"apihelp-stashedit-param-section\";i:6939;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6940;s:28:\"apihelp-stashedit-param-text\";i:6941;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6942;s:36:\"apihelp-stashedit-param-contentmodel\";i:6943;s:37:\"apihelp-stashedit-param-contentformat\";i:6944;s:33:\"apihelp-stashedit-param-baserevid\";i:6945;s:31:\"apihelp-stashedit-param-summary\";i:6946;s:19:\"apihelp-tag-summary\";i:6947;s:22:\"apihelp-tag-param-rcid\";i:6948;s:23:\"apihelp-tag-param-revid\";i:6949;s:23:\"apihelp-tag-param-logid\";i:6950;s:21:\"apihelp-tag-param-add\";i:6951;s:24:\"apihelp-tag-param-remove\";i:6952;s:24:\"apihelp-tag-param-reason\";i:6953;s:22:\"apihelp-tag-param-tags\";i:6954;s:23:\"apihelp-tag-example-rev\";i:6955;s:23:\"apihelp-tag-example-log\";i:6956;s:23:\"apihelp-unblock-summary\";i:6957;s:24:\"apihelp-unblock-param-id\";i:6958;s:26:\"apihelp-unblock-param-user\";i:6959;s:28:\"apihelp-unblock-param-userid\";i:6960;s:28:\"apihelp-unblock-param-reason\";i:6961;s:26:\"apihelp-unblock-param-tags\";i:6962;s:26:\"apihelp-unblock-example-id\";i:6963;s:28:\"apihelp-unblock-example-user\";i:6964;s:24:\"apihelp-undelete-summary\";i:6965;s:37:\"apihelp-undelete-extended-description\";i:6966;s:28:\"apihelp-undelete-param-title\";i:6967;s:29:\"apihelp-undelete-param-reason\";i:6968;s:27:\"apihelp-undelete-param-tags\";i:6969;s:33:\"apihelp-undelete-param-timestamps\";i:6970;s:30:\"apihelp-undelete-param-fileids\";i:6971;s:32:\"apihelp-undelete-param-watchlist\";i:6972;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6973;s:35:\"apihelp-undelete-param-undeletetalk\";i:6974;s:29:\"apihelp-undelete-example-page\";i:6975;s:34:\"apihelp-undelete-example-revisions\";i:6976;s:29:\"apihelp-unlinkaccount-summary\";i:6977;s:36:\"apihelp-unlinkaccount-example-simple\";i:6978;s:22:\"apihelp-upload-summary\";i:6979;s:35:\"apihelp-upload-extended-description\";i:6980;s:29:\"apihelp-upload-param-filename\";i:6981;s:28:\"apihelp-upload-param-comment\";i:6982;s:25:\"apihelp-upload-param-tags\";i:6983;s:25:\"apihelp-upload-param-text\";i:6984;s:26:\"apihelp-upload-param-watch\";i:6985;s:30:\"apihelp-upload-param-watchlist\";i:6986;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6987;s:35:\"apihelp-upload-param-ignorewarnings\";i:6988;s:25:\"apihelp-upload-param-file\";i:6989;s:24:\"apihelp-upload-param-url\";i:6990;s:28:\"apihelp-upload-param-filekey\";i:6991;s:31:\"apihelp-upload-param-sessionkey\";i:6992;s:26:\"apihelp-upload-param-stash\";i:6993;s:29:\"apihelp-upload-param-filesize\";i:6994;s:27:\"apihelp-upload-param-offset\";i:6995;s:26:\"apihelp-upload-param-chunk\";i:6996;s:26:\"apihelp-upload-param-async\";i:6997;s:32:\"apihelp-upload-param-checkstatus\";i:6998;s:26:\"apihelp-upload-example-url\";i:6999;s:30:\"apihelp-upload-example-filekey\";i:7000;s:26:\"apihelp-userrights-summary\";i:7001;s:29:\"apihelp-userrights-param-user\";i:7002;s:31:\"apihelp-userrights-param-userid\";i:7003;s:28:\"apihelp-userrights-param-add\";i:7004;s:31:\"apihelp-userrights-param-expiry\";i:7005;s:31:\"apihelp-userrights-param-remove\";i:7006;s:31:\"apihelp-userrights-param-reason\";i:7007;s:29:\"apihelp-userrights-param-tags\";i:7008;s:31:\"apihelp-userrights-example-user\";i:7009;s:33:\"apihelp-userrights-example-userid\";i:7010;s:33:\"apihelp-userrights-example-expiry\";i:7011;s:32:\"apihelp-validatepassword-summary\";i:7012;s:45:\"apihelp-validatepassword-extended-description\";i:7013;s:39:\"apihelp-validatepassword-param-password\";i:7014;s:35:\"apihelp-validatepassword-param-user\";i:7015;s:36:\"apihelp-validatepassword-param-email\";i:7016;s:39:\"apihelp-validatepassword-param-realname\";i:7017;s:34:\"apihelp-validatepassword-example-1\";i:7018;s:34:\"apihelp-validatepassword-example-2\";i:7019;s:21:\"apihelp-watch-summary\";i:7020;s:25:\"apihelp-watch-param-title\";i:7021;s:26:\"apihelp-watch-param-expiry\";i:7022;s:27:\"apihelp-watch-param-unwatch\";i:7023;s:27:\"apihelp-watch-example-watch\";i:7024;s:34:\"apihelp-watch-example-watch-expiry\";i:7025;s:29:\"apihelp-watch-example-unwatch\";i:7026;s:31:\"apihelp-watch-example-generator\";i:7027;s:30:\"apihelp-format-example-generic\";i:7028;s:32:\"apihelp-format-param-wrappedhtml\";i:7029;s:20:\"apihelp-json-summary\";i:7030;s:27:\"apihelp-json-param-callback\";i:7031;s:23:\"apihelp-json-param-utf8\";i:7032;s:24:\"apihelp-json-param-ascii\";i:7033;s:32:\"apihelp-json-param-formatversion\";i:7034;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:7035;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:7036;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:7037;s:22:\"apihelp-jsonfm-summary\";i:7038;s:20:\"apihelp-none-summary\";i:7039;s:19:\"apihelp-php-summary\";i:7040;s:31:\"apihelp-php-param-formatversion\";i:7041;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:7042;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:7043;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:7044;s:21:\"apihelp-phpfm-summary\";i:7045;s:21:\"apihelp-rawfm-summary\";i:7046;s:19:\"apihelp-xml-summary\";i:7047;s:22:\"apihelp-xml-param-xslt\";i:7048;s:37:\"apihelp-xml-param-includexmlnamespace\";i:7049;s:21:\"apihelp-xmlfm-summary\";i:7050;s:16:\"api-format-title\";i:7051;s:29:\"api-format-prettyprint-header\";i:7052;s:39:\"api-format-prettyprint-header-only-html\";i:7053;s:41:\"api-format-prettyprint-header-hyperlinked\";i:7054;s:22:\"api-login-fail-aborted\";i:7055;s:30:\"api-login-fail-aborted-nobotpw\";i:7056;s:33:\"api-login-fail-badsessionprovider\";i:7057;s:25:\"api-login-fail-sameorigin\";i:7058;s:24:\"api-pageset-param-titles\";i:7059;s:25:\"api-pageset-param-pageids\";i:7060;s:24:\"api-pageset-param-revids\";i:7061;s:27:\"api-pageset-param-generator\";i:7062;s:37:\"api-pageset-param-redirects-generator\";i:7063;s:39:\"api-pageset-param-redirects-nogenerator\";i:7064;s:31:\"api-pageset-param-converttitles\";i:7065;s:14:\"api-help-title\";i:7066;s:13:\"api-help-lead\";i:7067;s:20:\"api-help-main-header\";i:7068;s:28:\"api-help-undocumented-module\";i:7069;s:14:\"api-help-flags\";i:7070;s:24:\"api-help-flag-deprecated\";i:7071;s:22:\"api-help-flag-internal\";i:7072;s:24:\"api-help-flag-readrights\";i:7073;s:25:\"api-help-flag-writerights\";i:7074;s:26:\"api-help-flag-mustbeposted\";i:7075;s:23:\"api-help-flag-generator\";i:7076;s:15:\"api-help-source\";i:7077;s:23:\"api-help-source-unknown\";i:7078;s:16:\"api-help-license\";i:7079;s:23:\"api-help-license-noname\";i:7080;s:24:\"api-help-license-unknown\";i:7081;s:18:\"api-help-help-urls\";i:7082;s:19:\"api-help-parameters\";i:7083;s:24:\"api-help-parameters-note\";i:7084;s:25:\"api-help-param-deprecated\";i:7085;s:31:\"api-help-param-deprecated-label\";i:7086;s:23:\"api-help-param-internal\";i:7087;s:29:\"api-help-param-internal-label\";i:7088;s:24:\"api-help-param-templated\";i:7089;s:34:\"api-help-param-templated-var-first\";i:7090;s:28:\"api-help-param-templated-var\";i:7091;s:25:\"api-help-datatypes-header\";i:7092;s:22:\"api-help-datatypes-top\";i:7093;s:25:\"api-help-datatype-boolean\";i:7094;s:24:\"api-help-datatype-expiry\";i:7095;s:27:\"api-help-datatype-timestamp\";i:7096;s:31:\"api-help-templatedparams-header\";i:7097;s:24:\"api-help-templatedparams\";i:7098;s:26:\"api-help-param-type-expiry\";i:7099;s:25:\"api-help-param-type-limit\";i:7100;s:35:\"api-help-param-type-presenceboolean\";i:7101;s:29:\"api-help-param-type-timestamp\";i:7102;s:24:\"api-help-param-type-enum\";i:7103;s:29:\"api-help-param-multi-separate\";i:7104;s:24:\"api-help-param-multi-all\";i:7105;s:28:\"api-help-param-default-empty\";i:7106;s:20:\"api-help-param-token\";i:7107;s:26:\"api-help-param-token-webui\";i:7108;s:37:\"api-help-param-disabled-in-miser-mode\";i:7109;s:36:\"api-help-param-limited-in-miser-mode\";i:7110;s:24:\"api-help-param-direction\";i:7111;s:35:\"api-help-paramvalue-direction-newer\";i:7112;s:35:\"api-help-paramvalue-direction-older\";i:7113;s:23:\"api-help-param-continue\";i:7114;s:29:\"api-help-param-no-description\";i:7115;s:17:\"api-help-examples\";i:7116;s:20:\"api-help-permissions\";i:7117;s:31:\"api-help-permissions-granted-to\";i:7118;s:28:\"api-help-right-apihighlimits\";i:7119;s:27:\"api-help-open-in-apisandbox\";i:7120;s:32:\"api-help-no-extended-description\";i:7121;s:34:\"api-help-authmanager-general-usage\";i:7122;s:35:\"api-help-authmanagerhelper-requests\";i:7123;s:34:\"api-help-authmanagerhelper-request\";i:7124;s:40:\"api-help-authmanagerhelper-messageformat\";i:7125;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:7126;s:40:\"api-help-authmanagerhelper-preservestate\";i:7127;s:36:\"api-help-authmanagerhelper-returnurl\";i:7128;s:35:\"api-help-authmanagerhelper-continue\";i:7129;s:44:\"api-help-authmanagerhelper-additional-params\";i:7130;s:27:\"apierror-allimages-redirect\";i:7131;s:37:\"apierror-allpages-generator-redirects\";i:7132;s:27:\"apierror-appendnotsupported\";i:7133;s:22:\"apierror-articleexists\";i:7134;s:25:\"apierror-assertanonfailed\";i:7135;s:24:\"apierror-assertbotfailed\";i:7136;s:30:\"apierror-assertnameduserfailed\";i:7137;s:25:\"apierror-assertuserfailed\";i:7138;s:20:\"apierror-autoblocked\";i:7139;s:32:\"apierror-bad-badfilecontexttitle\";i:7140;s:33:\"apierror-badconfig-resulttoosmall\";i:7141;s:20:\"apierror-badcontinue\";i:7142;s:16:\"apierror-baddiff\";i:7143;s:18:\"apierror-baddiffto\";i:7144;s:26:\"apierror-badformat-generic\";i:7145;s:18:\"apierror-badformat\";i:7146;s:34:\"apierror-badgenerator-notgenerator\";i:7147;s:29:\"apierror-badgenerator-unknown\";i:7148;s:14:\"apierror-badip\";i:7149;s:15:\"apierror-badmd5\";i:7150;s:31:\"apierror-badmodule-badsubmodule\";i:7151;s:31:\"apierror-badmodule-nosubmodules\";i:7152;s:21:\"apierror-badparameter\";i:7153;s:17:\"apierror-badquery\";i:7154;s:21:\"apierror-badtimestamp\";i:7155;s:17:\"apierror-badtoken\";i:7156;s:18:\"apierror-badupload\";i:7157;s:15:\"apierror-badurl\";i:7158;s:16:\"apierror-baduser\";i:7159;s:31:\"apierror-badvalue-notmultivalue\";i:7160;s:28:\"apierror-bad-watchlist-token\";i:7161;s:24:\"apierror-blockedfrommail\";i:7162;s:16:\"apierror-blocked\";i:7163;s:24:\"apierror-blocked-partial\";i:7164;s:25:\"apierror-botsnotsupported\";i:7165;s:33:\"apierror-cannot-async-upload-file\";i:7166;s:29:\"apierror-cannotreauthenticate\";i:7167;s:24:\"apierror-cannotviewtitle\";i:7168;s:24:\"apierror-cantblock-email\";i:7169;s:18:\"apierror-cantblock\";i:7170;s:31:\"apierror-cantchangecontentmodel\";i:7171;s:17:\"apierror-canthide\";i:7172;s:26:\"apierror-cantimport-upload\";i:7173;s:19:\"apierror-cantimport\";i:7174;s:33:\"apierror-cantoverwrite-sharedfile\";i:7175;s:17:\"apierror-cantsend\";i:7176;s:21:\"apierror-cantundelete\";i:7177;s:33:\"apierror-cantview-deleted-comment\";i:7178;s:37:\"apierror-cantview-deleted-description\";i:7179;s:34:\"apierror-cantview-deleted-metadata\";i:7180;s:42:\"apierror-cantview-deleted-revision-content\";i:7181;s:29:\"apierror-changeauth-norequest\";i:7182;s:40:\"apierror-changecontentmodel-missingtitle\";i:7183;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7184;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7185;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7186;s:24:\"apierror-chunk-too-small\";i:7187;s:21:\"apierror-cidrtoobroad\";i:7188;s:33:\"apierror-compare-maintextrequired\";i:7189;s:25:\"apierror-compare-no-title\";i:7190;s:34:\"apierror-compare-nosuchfromsection\";i:7191;s:32:\"apierror-compare-nosuchtosection\";i:7192;s:31:\"apierror-compare-nofromrevision\";i:7193;s:23:\"apierror-compare-notext\";i:7194;s:29:\"apierror-compare-notorevision\";i:7195;s:26:\"apierror-concurrency-limit\";i:7196;s:36:\"apierror-compare-relative-to-deleted\";i:7197;s:36:\"apierror-compare-relative-to-nothing\";i:7198;s:38:\"apierror-contentserializationexception\";i:7199;s:22:\"apierror-contenttoobig\";i:7200;s:30:\"apierror-contentmodel-mismatch\";i:7201;s:28:\"apierror-copyuploadbaddomain\";i:7202;s:25:\"apierror-copyuploadbadurl\";i:7203;s:27:\"apierror-create-titleexists\";i:7204;s:19:\"apierror-csp-report\";i:7205;s:34:\"apierror-deletedrevs-param-not-1-2\";i:7206;s:32:\"apierror-deletedrevs-param-not-3\";i:7207;s:29:\"apierror-edit-invalidredirect\";i:7208;s:24:\"apierror-emptynewsection\";i:7209;s:18:\"apierror-emptypage\";i:7210;s:24:\"apierror-exceptioncaught\";i:7211;s:28:\"apierror-exceptioncaughttype\";i:7212;s:25:\"apierror-filedoesnotexist\";i:7213;s:35:\"apierror-fileexists-sharedrepo-perm\";i:7214;s:19:\"apierror-filenopath\";i:7215;s:32:\"apierror-filetypecannotberotated\";i:7216;s:18:\"apierror-formatphp\";i:7217;s:28:\"apierror-imageusage-badtitle\";i:7218;s:28:\"apierror-import-unknownerror\";i:7219;s:38:\"apierror-integeroutofrange-abovebotmax\";i:7220;s:35:\"apierror-integeroutofrange-abovemax\";i:7221;s:39:\"apierror-integeroutofrange-belowminimum\";i:7222;s:24:\"apierror-invalidcategory\";i:7223;s:22:\"apierror-invalid-chunk\";i:7224;s:22:\"apierror-invalidexpiry\";i:7225;s:25:\"apierror-invalid-file-key\";i:7226;s:23:\"apierror-invalidiprange\";i:7227;s:20:\"apierror-invalidlang\";i:7228;s:22:\"apierror-invalidmethod\";i:7229;s:24:\"apierror-invalidoldimage\";i:7230;s:38:\"apierror-invalidparammix-cannotusewith\";i:7231;s:36:\"apierror-invalidparammix-mustusewith\";i:7232;s:42:\"apierror-invalidparammix-parse-new-section\";i:7233;s:24:\"apierror-invalidparammix\";i:7234;s:23:\"apierror-invalidsection\";i:7235;s:30:\"apierror-invalidsha1base36hash\";i:7236;s:24:\"apierror-invalidsha1hash\";i:7237;s:21:\"apierror-invalidtitle\";i:7238;s:24:\"apierror-invalidurlparam\";i:7239;s:20:\"apierror-invaliduser\";i:7240;s:22:\"apierror-invaliduserid\";i:7241;s:21:\"apierror-ipoutofrange\";i:7242;s:17:\"apierror-maxbytes\";i:7243;s:17:\"apierror-maxchars\";i:7244;s:23:\"apierror-maxlag-generic\";i:7245;s:15:\"apierror-maxlag\";i:7246;s:27:\"apierror-mimesearchdisabled\";i:7247;s:30:\"apierror-missingcontent-pageid\";i:7248;s:29:\"apierror-missingcontent-revid\";i:7249;s:34:\"apierror-missingcontent-revid-role\";i:7250;s:37:\"apierror-missingparam-at-least-one-of\";i:7251;s:28:\"apierror-missingparam-one-of\";i:7252;s:21:\"apierror-missingparam\";i:7253;s:26:\"apierror-missingrev-pageid\";i:7254;s:25:\"apierror-missingrev-title\";i:7255;s:32:\"apierror-missingtitle-createonly\";i:7256;s:21:\"apierror-missingtitle\";i:7257;s:28:\"apierror-missingtitle-byname\";i:7258;s:23:\"apierror-moduledisabled\";i:7259;s:29:\"apierror-multival-only-one-of\";i:7260;s:18:\"apierror-multpages\";i:7261;s:34:\"apierror-mustbeloggedin-changeauth\";i:7262;s:31:\"apierror-mustbeloggedin-generic\";i:7263;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:7264;s:34:\"apierror-mustbeloggedin-removeauth\";i:7265;s:35:\"apierror-mustbeloggedin-uploadstash\";i:7266;s:23:\"apierror-mustbeloggedin\";i:7267;s:21:\"apierror-mustbeposted\";i:7268;s:23:\"apierror-mustpostparams\";i:7269;s:19:\"apierror-noapiwrite\";i:7270;s:18:\"apierror-nochanges\";i:7271;s:25:\"apierror-nodeleteablefile\";i:7272;s:26:\"apierror-no-direct-editing\";i:7273;s:20:\"apierror-noedit-anon\";i:7274;s:15:\"apierror-noedit\";i:7275;s:29:\"apierror-noimageredirect-anon\";i:7276;s:24:\"apierror-noimageredirect\";i:7277;s:20:\"apierror-nosuchlogid\";i:7278;s:21:\"apierror-nosuchpageid\";i:7279;s:19:\"apierror-nosuchrcid\";i:7280;s:20:\"apierror-nosuchrevid\";i:7281;s:22:\"apierror-nosuchsection\";i:7282;s:27:\"apierror-nosuchsection-what\";i:7283;s:21:\"apierror-nosuchuserid\";i:7284;s:17:\"apierror-notarget\";i:7285;s:23:\"apierror-notpatrollable\";i:7286;s:23:\"apierror-nouploadmodule\";i:7287;s:33:\"apierror-opensearch-json-warnings\";i:7288;s:24:\"apierror-pagecannotexist\";i:7289;s:20:\"apierror-pagedeleted\";i:7290;s:26:\"apierror-pagelang-disabled\";i:7291;s:19:\"apierror-paramempty\";i:7292;s:30:\"apierror-parsetree-notwikitext\";i:7293;s:36:\"apierror-parsetree-notwikitext-title\";i:7294;s:19:\"apierror-pastexpiry\";i:7295;s:25:\"apierror-permissiondenied\";i:7296;s:33:\"apierror-permissiondenied-generic\";i:7297;s:36:\"apierror-permissiondenied-patrolflag\";i:7298;s:33:\"apierror-permissiondenied-unblock\";i:7299;s:29:\"apierror-prefixsearchdisabled\";i:7300;s:30:\"apierror-promised-nonwrite-api\";i:7301;s:30:\"apierror-protect-invalidaction\";i:7302;s:29:\"apierror-protect-invalidlevel\";i:7303;s:20:\"apierror-ratelimited\";i:7304;s:22:\"apierror-readapidenied\";i:7305;s:17:\"apierror-readonly\";i:7306;s:23:\"apierror-reauthenticate\";i:7307;s:28:\"apierror-redirect-appendonly\";i:7308;s:33:\"apierror-revdel-mutuallyexclusive\";i:7309;s:26:\"apierror-revdel-needtarget\";i:7310;s:27:\"apierror-revdel-paramneeded\";i:7311;s:24:\"apierror-revisions-badid\";i:7312;s:27:\"apierror-revisions-norevids\";i:7313;s:29:\"apierror-revisions-singlepage\";i:7314;s:21:\"apierror-revwrongpage\";i:7315;s:23:\"apierror-searchdisabled\";i:7316;s:29:\"apierror-sectionreplacefailed\";i:7317;s:29:\"apierror-sectionsnotsupported\";i:7318;s:34:\"apierror-sectionsnotsupported-what\";i:7319;s:13:\"apierror-show\";i:7320;s:34:\"apierror-siteinfo-includealldenied\";i:7321;s:25:\"apierror-sizediffdisabled\";i:7322;s:21:\"apierror-spamdetected\";i:7323;s:32:\"apierror-specialpage-cantexecute\";i:7324;s:28:\"apierror-stashedfilenotfound\";i:7325;s:30:\"apierror-stashedit-missingtext\";i:7326;s:23:\"apierror-stashexception\";i:7327;s:29:\"apierror-stashfailed-complete\";i:7328;s:30:\"apierror-stashfailed-nosession\";i:7329;s:25:\"apierror-stashfilestorage\";i:7330;s:25:\"apierror-stashinvalidfile\";i:7331;s:27:\"apierror-stashnosuchfilekey\";i:7332;s:25:\"apierror-stashpathinvalid\";i:7333;s:24:\"apierror-stashwrongowner\";i:7334;s:24:\"apierror-stashzerolength\";i:7335;s:22:\"apierror-systemblocked\";i:7336;s:38:\"apierror-templateexpansion-notwikitext\";i:7337;s:23:\"apierror-toofewexpiries\";i:7338;s:22:\"apierror-toomanyvalues\";i:7339;s:22:\"apierror-unknownaction\";i:7340;s:30:\"apierror-unknownerror-editpage\";i:7341;s:28:\"apierror-unknownerror-nocode\";i:7342;s:21:\"apierror-unknownerror\";i:7343;s:22:\"apierror-unknownformat\";i:7344;s:27:\"apierror-unrecognizedparams\";i:7345;s:26:\"apierror-unrecognizedvalue\";i:7346;s:24:\"apierror-unsupportedrepo\";i:7347;s:29:\"apierror-upload-filekeyneeded\";i:7348;s:33:\"apierror-upload-filekeynotallowed\";i:7349;s:26:\"apierror-upload-inprogress\";i:7350;s:29:\"apierror-upload-missingresult\";i:7351;s:23:\"apierror-urlparamnormal\";i:7352;s:23:\"apierror-writeapidenied\";i:7353;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7354;s:19:\"apiwarn-badurlparam\";i:7355;s:15:\"apiwarn-badutf8\";i:7356;s:34:\"apiwarn-checktoken-percentencoding\";i:7357;s:23:\"apiwarn-compare-no-next\";i:7358;s:23:\"apiwarn-compare-no-prev\";i:7359;s:30:\"apiwarn-compare-nocontentmodel\";i:7360;s:31:\"apiwarn-deprecation-deletedrevs\";i:7361;s:33:\"apiwarn-deprecation-httpsexpected\";i:7362;s:31:\"apiwarn-deprecation-login-botpw\";i:7363;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7364;s:31:\"apiwarn-deprecation-login-token\";i:7365;s:32:\"apiwarn-deprecation-missingparam\";i:7366;s:29:\"apiwarn-deprecation-parameter\";i:7367;s:35:\"apiwarn-deprecation-parse-headitems\";i:7368;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7369;s:29:\"apiwarn-deprecation-purge-get\";i:7370;s:35:\"apiwarn-deprecation-withreplacement\";i:7371;s:20:\"apiwarn-difftohidden\";i:7372;s:26:\"apiwarn-errorprinterfailed\";i:7373;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7374;s:23:\"apiwarn-invalidcategory\";i:7375;s:20:\"apiwarn-invalidtitle\";i:7376;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7377;s:28:\"apiwarn-invalidxmlstylesheet\";i:7378;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7379;s:26:\"apiwarn-moduleswithoutvars\";i:7380;s:15:\"apiwarn-notfile\";i:7381;s:30:\"apiwarn-nothumb-noimagehandler\";i:7382;s:28:\"apiwarn-parse-nocontentmodel\";i:7383;s:30:\"apiwarn-parse-revidwithouttext\";i:7384;s:30:\"apiwarn-parse-titlewithouttext\";i:7385;s:26:\"apiwarn-redirectsandrevids\";i:7386;s:21:\"apiwarn-tokens-origin\";i:7387;s:23:\"apiwarn-truncatedresult\";i:7388;s:27:\"apiwarn-unclearnowtimestamp\";i:7389;s:26:\"apiwarn-unrecognizedvalues\";i:7390;s:24:\"apiwarn-unsupportedarray\";i:7391;s:21:\"apiwarn-urlparamwidth\";i:7392;s:33:\"apiwarn-validationfailed-badchars\";i:7393;s:32:\"apiwarn-validationfailed-badpref\";i:7394;s:34:\"apiwarn-validationfailed-cannotset\";i:7395;s:35:\"apiwarn-validationfailed-keytoolong\";i:7396;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7397;s:24:\"apiwarn-validationfailed\";i:7398;s:18:\"apiwarn-wgdebugapi\";i:7399;s:20:\"api-feed-error-title\";i:7400;s:16:\"api-usage-docref\";i:7401;s:25:\"api-usage-mailinglist-ref\";i:7402;s:19:\"api-exception-trace\";i:7403;s:18:\"api-credits-header\";i:7404;s:11:\"api-credits\";i:7405;s:39:\"rest-pagehistorycount-type-unrecognized\";i:7406;s:40:\"rest-pagehistorycount-parameters-invalid\";i:7407;s:26:\"rest-compare-page-mismatch\";i:7408;s:30:\"rest-compare-permission-denied\";i:7409;s:24:\"rest-compare-nonexistent\";i:7410;s:25:\"rest-compare-inaccessible\";i:7411;s:26:\"rest-compare-wrong-content\";i:7412;s:22:\"rest-compare-wikidiff2\";i:7413;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7414;s:17:\"rest-search-error\";i:7415;s:27:\"rest-page-source-type-error\";i:7416;s:16:\"rest-no-revision\";i:7417;s:25:\"rest-media-too-many-links\";i:7418;s:23:\"rest-html-backend-error\";i:7419;s:18:\"rest-bad-json-body\";i:7420;s:26:\"rest-json-body-parse-error\";i:7421;s:23:\"rest-missing-body-field\";i:7422;s:22:\"rest-bad-content-model\";i:7423;s:30:\"rest-update-cannot-create-page\";i:7424;s:26:\"rest-extraneous-csrf-token\";i:7425;s:21:\"rest-cannot-load-file\";i:7426;s:28:\"rest-cross-origin-anon-write\";i:7427;s:31:\"rest-requires-safe-against-csrf\";i:7428;s:13:\"rest-badtoken\";i:7429;s:22:\"paramvalidator-badbool\";i:7430;s:24:\"paramvalidator-badexpiry\";i:7431;s:33:\"paramvalidator-badexpiry-duration\";i:7432;s:37:\"paramvalidator-badexpiry-duration-max\";i:7433;s:29:\"paramvalidator-badexpiry-past\";i:7434;s:23:\"paramvalidator-badfloat\";i:7435;s:33:\"paramvalidator-badfloat-notfinite\";i:7436;s:25:\"paramvalidator-badinteger\";i:7437;s:27:\"paramvalidator-badtimestamp\";i:7438;s:34:\"paramvalidator-badupload-cantwrite\";i:7439;s:33:\"paramvalidator-badupload-formsize\";i:7440;s:32:\"paramvalidator-badupload-inisize\";i:7441;s:31:\"paramvalidator-badupload-nofile\";i:7442;s:33:\"paramvalidator-badupload-notmpdir\";i:7443;s:34:\"paramvalidator-badupload-notupload\";i:7444;s:32:\"paramvalidator-badupload-partial\";i:7445;s:31:\"paramvalidator-badupload-phpext\";i:7446;s:33:\"paramvalidator-badvalue-enummulti\";i:7447;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7448;s:31:\"paramvalidator-deprecated-value\";i:7449;s:26:\"paramvalidator-emptystring\";i:7450;s:23:\"paramvalidator-maxbytes\";i:7451;s:23:\"paramvalidator-maxchars\";i:7452;s:27:\"paramvalidator-missingparam\";i:7453;s:23:\"paramvalidator-notmulti\";i:7454;s:29:\"paramvalidator-outofrange-max\";i:7455;s:32:\"paramvalidator-outofrange-minmax\";i:7456;s:29:\"paramvalidator-outofrange-min\";i:7457;s:31:\"paramvalidator-param-deprecated\";i:7458;s:30:\"paramvalidator-param-sensitive\";i:7459;s:28:\"paramvalidator-toomanyvalues\";i:7460;s:34:\"paramvalidator-unclearnowtimestamp\";i:7461;s:33:\"paramvalidator-unrecognizedvalues\";i:7462;s:27:\"paramvalidator-help-default\";i:7463;s:33:\"paramvalidator-help-default-empty\";i:7464;s:30:\"paramvalidator-help-deprecated\";i:7465;s:34:\"paramvalidator-help-multi-separate\";i:7466;s:29:\"paramvalidator-help-multi-max\";i:7467;s:36:\"paramvalidator-help-multi-max-simple\";i:7468;s:29:\"paramvalidator-help-multi-all\";i:7469;s:28:\"paramvalidator-help-required\";i:7470;s:32:\"paramvalidator-help-type-boolean\";i:7471;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7472;s:29:\"paramvalidator-help-type-enum\";i:7473;s:31:\"paramvalidator-help-type-expiry\";i:7474;s:30:\"paramvalidator-help-type-float\";i:7475;s:32:\"paramvalidator-help-type-integer\";i:7476;s:30:\"paramvalidator-help-type-limit\";i:7477;s:35:\"paramvalidator-help-type-number-max\";i:7478;s:38:\"paramvalidator-help-type-number-minmax\";i:7479;s:35:\"paramvalidator-help-type-number-min\";i:7480;s:40:\"paramvalidator-help-type-presenceboolean\";i:7481;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7482;s:40:\"paramvalidator-help-type-string-maxchars\";i:7483;s:34:\"paramvalidator-help-type-timestamp\";i:7484;s:31:\"paramvalidator-help-type-upload\";i:7485;s:20:\"skinname-vector-2022\";i:7486;s:26:\"vector-specialversion-name\";i:7487;s:34:\"vector-toc-toggle-position-sidebar\";i:7488;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7489;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7490;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7491;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7492;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7493;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7494;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7495;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7496;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7497;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7498;s:37:\"mobile-frontend-commons-category-view\";i:7499;s:32:\"mobile-frontend-current-language\";i:7500;s:30:\"mobile-frontend-diffview-comma\";i:7501;s:31:\"mobile-frontend-pointer-dismiss\";i:7502;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7503;s:35:\"mobile-frontend-editor-blocked-info\";i:7504;s:33:\"mobile-frontend-editor-terms-link\";i:7505;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7506;s:36:\"mobile-frontend-editor-redlink-leave\";i:7507;s:37:\"mobile-frontend-editor-redlink-create\";i:7508;s:27:\"mobile-frontend-editor-bold\";i:7509;s:29:\"mobile-frontend-editor-italic\";i:7510;s:32:\"mobile-frontend-editor-bold-text\";i:7511;s:34:\"mobile-frontend-editor-italic-text\";i:7512;s:32:\"mobile-frontend-editor-reference\";i:7513;s:39:\"mobile-frontend-editor-insert-reference\";i:7514;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7515;s:36:\"mobile-frontend-editor-add-reference\";i:7516;s:33:\"mobile-frontend-generic-login-new\";i:7517;s:25:\"mobile-frontend-main-menu\";i:7518;s:30:\"mobile-frontend-main-menu-back\";i:7519;s:42:\"mobile-frontend-page-menu-language-current\";i:7520;s:31:\"mobile-frontend-talk-topic-wait\";i:7521;s:25:\"mobile-frontend-terms-url\";i:7522;s:36:\"mobile-frontend-quick-lookup-looking\";i:7523;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7524;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7525;s:10:\"mobile.css\";i:7526;s:9:\"mobile.js\";i:7527;s:16:\"skinname-minerva\";i:7528;s:30:\"apihelp-mobileview-description\";i:7529;s:33:\"apihelp-mobileview-param-sections\";i:7530;s:29:\"apihelp-mobileview-param-prop\";i:7531;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7532;s:36:\"apihelp-mobileview-param-sectionprop\";i:7533;s:34:\"apihelp-mobileview-param-pageprops\";i:7534;s:32:\"apihelp-mobileview-param-variant\";i:7535;s:33:\"apihelp-mobileview-param-noimages\";i:7536;s:35:\"apihelp-mobileview-param-noheadings\";i:7537;s:36:\"apihelp-mobileview-param-notransform\";i:7538;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7539;s:31:\"apihelp-mobileview-param-offset\";i:7540;s:31:\"apihelp-mobileview-param-maxlen\";i:7541;s:28:\"apihelp-mobileview-example-1\";i:7542;s:28:\"apihelp-mobileview-example-2\";i:7543;s:28:\"apihelp-mobileview-example-3\";i:7544;s:32:\"apihelp-parse-param-mobileformat\";i:7545;s:34:\"mobile-frontend-browse-tags-header\";i:7546;s:24:\"mobile-frontend-panel-ok\";i:7547;s:28:\"mobile-frontend-panel-cancel\";i:7548;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7549;s:41:\"mobile-frontend-search-feedback-link-text\";i:7550;s:38:\"mobile-frontend-search-feedback-prompt\";i:7551;s:17:\"right-noanalytics\";}}');
INSERT INTO `mw_l10n_cache` VALUES ('ace','magicWords','a:172:{s:8:\"redirect\";a:4:{i:0;i:0;i:1;s:8:\"#PUPINAH\";i:2;s:5:\"#ALIH\";i:3;s:9:\"#REDIRECT\";}s:12:\"anchorencode\";a:4:{i:0;i:0;i:1;s:11:\"KODEJANGKAR\";i:2;s:6:\"KOJANG\";i:3;s:12:\"ANCHORENCODE\";}s:12:\"basepagename\";a:5:{i:0;i:1;i:1;s:16:\"NAMAHALAMANDASAR\";i:2;s:16:\"NAMADASARHALAMAN\";i:3;s:9:\"NAMMANSAR\";i:4;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:5:{i:0;i:1;i:1;s:17:\"NAMAHALAMANDASARE\";i:2;s:17:\"NAMADASARHALAMANE\";i:3;s:10:\"NAMMANSARE\";i:4;s:13:\"BASEPAGENAMEE\";}s:15:\"contentlanguage\";a:6:{i:0;i:1;i:1;s:9:\"BAHASAISI\";i:2;s:6:\"BHSISI\";i:3;s:4:\"BASI\";i:4;s:15:\"CONTENTLANGUAGE\";i:5;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:4:{i:0;i:1;i:1;s:8:\"HARIKINI\";i:2;s:6:\"HARKIN\";i:3;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:4:{i:0;i:1;i:1;s:9:\"HARIKINI2\";i:2;s:7:\"HARKIN2\";i:3;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:4:{i:0;i:1;i:1;s:12:\"NAMAHARIKINI\";i:2;s:9:\"NAMHARKIN\";i:3;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:4:{i:0;i:1;i:1;s:15:\"HARIDALAMMINGGU\";i:2;s:6:\"HADAMI\";i:3;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:4:{i:0;i:1;i:1;s:7:\"JAMKINI\";i:2;s:5:\"JAKIN\";i:3;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:7:{i:0;i:1;i:1;s:9:\"BULANKINI\";i:2;s:10:\"BULANKINI2\";i:3;s:5:\"BUKIN\";i:4;s:6:\"BUKIN2\";i:5;s:12:\"CURRENTMONTH\";i:6;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:4:{i:0;i:1;i:1;s:10:\"BULANKINI1\";i:2;s:6:\"BUKIN1\";i:3;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:5:{i:0;i:1;i:1;s:20:\"NAMASINGKATBULANKINI\";i:2;s:15:\"BULANINISINGKAT\";i:3;s:12:\"NAMSINGBUKIN\";i:4;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:4:{i:0;i:1;i:1;s:13:\"NAMABULANKINI\";i:2;s:8:\"NAMBUKIN\";i:3;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:4:{i:0;i:1;i:1;s:19:\"NAMAJENDERBULANKINI\";i:2;s:11:\"NAMJENBUKIN\";i:3;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:4:{i:0;i:1;i:1;s:9:\"WAKTUKINI\";i:2;s:5:\"WAKIN\";i:3;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:4:{i:0;i:1;i:1;s:16:\"STEMPELWAKTUKINI\";i:2;s:9:\"STEMWAKIN\";i:3;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:4:{i:0;i:1;i:1;s:9:\"VERSIKINI\";i:2;s:6:\"VERKIN\";i:3;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:4:{i:0;i:1;i:1;s:10:\"MINGGUKINI\";i:2;s:5:\"MIKIN\";i:3;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:4:{i:0;i:1;i:1;s:9:\"TAHUNKINI\";i:2;s:5:\"TAKIN\";i:3;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:6:{i:0;i:1;i:1;s:11:\"URUTANBAKU:\";i:2;s:5:\"UBUR:\";i:3;s:12:\"DEFAULTSORT:\";i:4;s:15:\"DEFAULTSORTKEY:\";i:5;s:20:\"DEFAULTCATEGORYSORT:\";}s:13:\"directionmark\";a:5:{i:0;i:1;i:1;s:9:\"MARKAARAH\";i:2;s:6:\"MARRAH\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:4:{i:0;i:1;i:1;s:13:\"JUDULTAMPILAN\";i:2;s:5:\"JUTAM\";i:3;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:4:{i:0;i:0;i:1;s:13:\"LOKASIBERKAS:\";i:2;s:6:\"LOBER:\";i:3;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:4:{i:0;i:0;i:1;s:18:\"__PAKSADAFTARISI__\";i:2;s:13:\"__PAKSADASI__\";i:3;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:13:\"formattanggal\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:4:{i:0;i:0;i:1;s:11:\"FORMATANGKA\";i:2;s:6:\"FORANG\";i:3;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:5:{i:0;i:1;i:1;s:18:\"NAMAHALAMANLENGKAP\";i:2;s:18:\"NAMALENGKAPHALAMAN\";i:3;s:9:\"NAMMANKAP\";i:4;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:5:{i:0;i:1;i:1;s:18:\"AMAHALAMANLENGKAPE\";i:2;s:19:\"NAMALENGKAPHALAMANE\";i:3;s:10:\"NAMMANKAPE\";i:4;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:11:\"URLLENGKAP:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:11:\"URLLENGKAPE\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:8:\"JANTINA:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:4:{i:0;i:0;i:1;s:11:\"TATABAHASA:\";i:2;s:5:\"TASA:\";i:3;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:23:\"__KATEGORITERSEMBUNYI__\";i:2;s:10:\"__KATSEM__\";i:3;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:4:{i:0;i:1;i:1;s:5:\"al=$1\";i:2;s:13:\"alternatif=$1\";i:3;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:4:{i:0;i:1;i:1;s:4:\"gada\";i:2;s:11:\"garis_dasar\";i:3;s:8:\"baseline\";}s:10:\"img_border\";a:4:{i:0;i:1;i:1;s:4:\"tepi\";i:2;s:5:\"batas\";i:3;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"bawah\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:5:{i:0;i:1;i:1;s:3:\"pus\";i:2;s:5:\"pusat\";i:3;s:6:\"center\";i:4;s:6:\"centre\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:7:\"bingkai\";i:2;s:4:\"bing\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:4:{i:0;i:1;i:1;s:7:\"nirbing\";i:2;s:12:\"tanpabingkai\";i:3;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:6:\"bhs=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:4:{i:0;i:1;i:1;s:4:\"kiri\";i:2;s:2:\"ki\";i:3;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:6:\"pra=$1\";i:2;s:10:\"pranala=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:7:{i:0;i:1;i:1;s:7:\"jmpl=$1\";i:2;s:9:\"jempol=$1\";i:3;s:7:\"mini=$1\";i:4;s:11:\"miniatur=$1\";i:5;s:12:\"thumbnail=$1\";i:6;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"tengah\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:3:\"nir\";i:2;s:5:\"tanpa\";i:3;s:4:\"none\";}s:8:\"img_page\";a:7:{i:0;i:1;i:1;s:6:\"hal=$1\";i:2;s:10:\"halaman=$1\";i:3;s:6:\"hal_$1\";i:4;s:10:\"halaman_$1\";i:5;s:7:\"page=$1\";i:6;s:7:\"page $1\";}s:9:\"img_right\";a:4:{i:0;i:1;i:1;s:2:\"ka\";i:2;s:5:\"kanan\";i:3;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:3:\"upa\";i:2;s:3:\"sub\";}s:15:\"img_text_bottom\";a:4:{i:0;i:1;i:1;s:5:\"batek\";i:2;s:10:\"bawah-teks\";i:3;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:4:{i:0;i:1;i:1;s:4:\"atek\";i:2;s:9:\"atas-teks\";i:3;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:7:{i:0;i:1;i:1;s:4:\"jmpl\";i:2;s:6:\"jempol\";i:3;s:4:\"mini\";i:4;s:8:\"miniatur\";i:5;s:5:\"thumb\";i:6;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:4:\"atas\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:10:{i:0;i:1;i:1;s:5:\"lurus\";i:2;s:8:\"lurus=$1\";i:3;s:8:\"lurus_$1\";i:4;s:5:\"tegak\";i:5;s:8:\"tegak=$1\";i:6;s:8:\"tegak_$1\";i:7;s:7:\"upright\";i:8;s:10:\"upright=$1\";i:9;s:10:\"upright $1\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:10:\"__INDEKS__\";i:2;s:9:\"__INDEX__\";}s:8:\"language\";a:4:{i:0;i:0;i:1;s:8:\"#BAHASA:\";i:2;s:5:\"#BHS:\";i:3;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:5:{i:0;i:0;i:1;s:3:\"KC:\";i:2;s:6:\"KECIL:\";i:3;s:11:\"HURUFKECIL:\";i:4;s:3:\"LC:\";}s:7:\"lcfirst\";a:4:{i:0;i:0;i:1;s:4:\"AKC:\";i:2;s:10:\"AWALKECIL:\";i:3;s:8:\"LCFIRST:\";}s:8:\"localday\";a:4:{i:0;i:1;i:1;s:9:\"HARILOKAL\";i:2;s:5:\"HALOK\";i:3;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:10:\"HARILOKAL2\";i:2;s:6:\"HALOK2\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:4:{i:0;i:1;i:1;s:13:\"NAMAHARILOKAL\";i:2;s:8:\"NAMHALOK\";i:3;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:4:{i:0;i:1;i:1;s:20:\"HARIDALAMMINGGULOKAL\";i:2;s:9:\"HADAMIKAL\";i:3;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:4:{i:0;i:1;i:1;s:8:\"JAMLOKAL\";i:2;s:5:\"JALOK\";i:3;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:7:{i:0;i:1;i:1;s:10:\"BULANLOKAL\";i:2;s:11:\"BULANLOKAL2\";i:3;s:5:\"BULOK\";i:4;s:6:\"BULOK2\";i:5;s:10:\"LOCALMONTH\";i:6;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:4:{i:0;i:1;i:1;s:11:\"BULANLOKAL1\";i:2;s:6:\"BULOK1\";i:3;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:4:{i:0;i:1;i:1;s:21:\"NAMASINGKATBULANLOKAL\";i:2;s:12:\"NAMSINGBULOK\";i:3;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:4:{i:0;i:1;i:1;s:14:\"NAMABULANLOKAL\";i:2;s:8:\"NAMBULOK\";i:3;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:4:{i:0;i:1;i:1;s:20:\"NAMAJENDERBULANLOKAL\";i:2;s:11:\"NAMJENBULOK\";i:3;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:4:{i:0;i:1;i:1;s:10:\"WAKTULOKAL\";i:2;s:5:\"WALOK\";i:3;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:4:{i:0;i:1;i:1;s:17:\"STEMPELWAKTULOKAL\";i:2;s:9:\"STEMWAKAL\";i:3;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:8:\"URLLOKAL\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:9:\"URLLOKALE\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:4:{i:0;i:1;i:1;s:11:\"MINGGULOKAL\";i:2;s:5:\"MIKAL\";i:3;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:4:{i:0;i:1;i:1;s:10:\"TAHUNLOKAL\";i:2;s:5:\"TALOK\";i:3;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:4:{i:0;i:0;i:1;s:4:\"PSN:\";i:2;s:6:\"PESAN:\";i:3;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:4:\"TPL:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:4:{i:0;i:1;i:1;s:9:\"RUANGNAMA\";i:2;s:5:\"RUNAM\";i:3;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:4:{i:0;i:1;i:1;s:10:\"RUANGNAMAE\";i:2;s:6:\"RUNAME\";i:3;s:10:\"NAMESPACEE\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:21:\"__PRANALABAGIANBARU__\";i:2;s:11:\"__PRABABA__\";i:3;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:20:\"__TANPAKONVERSIISI__\";i:2;s:11:\"__NIRKOSI__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:4:{i:0;i:0;i:1;s:24:\"__TANPASUNTINGANBAGIAN__\";i:2;s:11:\"__NIRSUBA__\";i:3;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:4:{i:0;i:0;i:1;s:15:\"__TANPAGALERI__\";i:2;s:10:\"__NIRGAL__\";i:3;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:4:{i:0;i:1;i:1;s:15:\"__TANPAINDEKS__\";i:2;s:11:\"__NIRDEKS__\";i:3;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:25:\"_TANPAPRANALABAGIANBARU__\";i:2;s:14:\"__NIRPRABABA__\";i:3;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:22:\"__TANPAKONVERSIJUDUL__\";i:2;s:12:\"__NIRKODUL__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:18:\"__TANPADAFTARISI__\";i:2;s:11:\"__NIRDASI__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:4:{i:0;i:0;i:1;s:3:\"RN:\";i:2;s:6:\"RUNAM:\";i:3;s:3:\"NS:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:16:\"JUMLAHDIKELOMPOK\";i:2;s:8:\"JULDIPOK\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:4:{i:0;i:1;i:1;s:19:\"JUMLAHPENGGUNAAKTIF\";i:2;s:10:\"JUMPENGTIF\";i:3;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:6:{i:0;i:1;i:1;s:11:\"JUMLAHADMIN\";i:2;s:14:\"JUMLAHPENGURUS\";i:3;s:5:\"JUMAD\";i:4;s:5:\"JURUS\";i:5;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:4:{i:0;i:1;i:1;s:13:\"JUMLAHARTIKEL\";i:2;s:6:\"JUMKEL\";i:3;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:4:{i:0;i:1;i:1;s:15:\"JUMLAHSUNTINGAN\";i:2;s:7:\"JUMTING\";i:3;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:4:{i:0;i:1;i:1;s:12:\"JUMLAHBERKAS\";i:2;s:6:\"JUMKAS\";i:3;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:4:{i:0;i:1;i:1;s:13:\"JUMLAHHALAMAN\";i:2;s:6:\"JUMMAN\";i:3;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:4:{i:0;i:1;i:1;s:14:\"JUMLAHPENGGUNA\";i:2;s:7:\"JUMPENG\";i:3;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:4:{i:0;i:0;i:1;s:7:\"ISIKIRI\";i:2;s:3:\"IKI\";i:3;s:7:\"PADLEFT\";}s:8:\"padright\";a:4:{i:0;i:0;i:1;s:8:\"ISIKANAN\";i:2;s:3:\"IKA\";i:3;s:8:\"PADRIGHT\";}s:8:\"pagename\";a:4:{i:0;i:1;i:1;s:11:\"NAMAHALAMAN\";i:2;s:6:\"NAMMAN\";i:3;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:4:{i:0;i:1;i:1;s:12:\"NAMAHALAMANE\";i:2;s:7:\"NAMMANE\";i:3;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:5:{i:0;i:1;i:1;s:17:\"HALAMANDIKATEGORI\";i:2;s:8:\"HALDIKAT\";i:3;s:15:\"PAGESINCATEGORY\";i:4;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:5:\"semua\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:6:\"berkas\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:7:\"halaman\";i:2;s:5:\"pages\";}s:16:\"pagesinnamespace\";a:5:{i:0;i:1;i:1;s:19:\"HALAMANDIRUANGNAMA:\";i:2;s:7:\"HALDIRN\";i:3;s:17:\"PAGESINNAMESPACE:\";i:4;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:4:{i:0;i:1;i:1;s:12:\"BESARHALAMAN\";i:2;s:6:\"BESMAN\";i:3;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:6:\"JAMAK:\";i:2;s:7:\"PLURAL:\";}s:15:\"protectionlevel\";a:4:{i:0;i:1;i:1;s:19:\"TINGKATPERLINDUNGAN\";i:2;s:5:\"TIPER\";i:3;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:7:\"MENTAH:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:1:\"M\";i:2;s:1:\"R\";}s:11:\"revisionday\";a:4:{i:0;i:1;i:1;s:10:\"HARIREVISI\";i:2;s:5:\"HAREV\";i:3;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:4:{i:0;i:1;i:1;s:11:\"HARIREVISI2\";i:2;s:6:\"HAREV2\";i:3;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:4:{i:0;i:1;i:1;s:8:\"IDREVISI\";i:2;s:4:\"IREV\";i:3;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:4:{i:0;i:1;i:1;s:11:\"BULANREVISI\";i:2;s:5:\"BUREV\";i:3;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:12:\"BULANREVISI1\";i:2;s:14:\"REVISIONMONTH1\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:18:\"STEMPELWAKTUREVISI\";i:2;s:16:\"REKAMWAKTUREVISI\";i:3;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:14:\"PENGGUNAREVISI\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:4:{i:0;i:1;i:1;s:11:\"TAHUNREVISI\";i:2;s:5:\"TAREV\";i:3;s:12:\"REVISIONYEAR\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:11:\"LOKASISKRIP\";i:2;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:7:\"PELADEN\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:5:{i:0;i:0;i:1;s:11:\"NAMAPELADEN\";i:2;s:10:\"NAMASERVER\";i:3;s:6:\"NAMPEL\";i:4;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:4:{i:0;i:1;i:1;s:9:\"NAMASITUS\";i:2;s:6:\"NAMSIT\";i:3;s:8:\"SITENAME\";}s:7:\"special\";a:4:{i:0;i:0;i:1;s:8:\"istimewa\";i:2;s:7:\"spesial\";i:3;s:7:\"special\";}s:14:\"staticredirect\";a:6:{i:0;i:1;i:1;s:20:\"__PENGALIHANSTATIK__\";i:2;s:20:\"__PENGALIHANSTATIS__\";i:3;s:9:\"__PETIK__\";i:4;s:9:\"__PETIS__\";i:5;s:18:\"__STATICREDIRECT__\";}s:15:\"subjectpagename\";a:7:{i:0;i:1;i:1;s:16:\"NAMAHALAMANUTAMA\";i:2;s:18:\"NAMAHALAMANARTIKEL\";i:3;s:10:\"NAMMANTAMA\";i:4;s:11:\"NAMMANTIKEL\";i:5;s:15:\"SUBJECTPAGENAME\";i:6;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:7:{i:0;i:1;i:1;s:17:\"NAMAHALAMANUTAMAE\";i:2;s:19:\"NAMAHALAMANARTIKELE\";i:3;s:11:\"NAMMANTAMAE\";i:4;s:12:\"NAMMANTIKELE\";i:5;s:16:\"SUBJECTPAGENAMEE\";i:6;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:7:{i:0;i:1;i:1;s:10:\"RUANGUTAMA\";i:2;s:12:\"RUANGARTIKEL\";i:3;s:6:\"RUTAMA\";i:4;s:7:\"RUTIKEL\";i:5;s:12:\"SUBJECTSPACE\";i:6;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:7:{i:0;i:1;i:1;s:11:\"RUANGUTAMAE\";i:2;s:13:\"RUANGARTIKELE\";i:3;s:7:\"RUTAMAE\";i:4;s:6:\"RUKELE\";i:5;s:13:\"SUBJECTSPACEE\";i:6;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:5:{i:0;i:1;i:1;s:14:\"NAMASUBHALAMAN\";i:2;s:14:\"NAMAUPAHALAMAN\";i:3;s:7:\"NAMUMAN\";i:4;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:5:{i:0;i:1;i:1;s:15:\"NAMASUBHALAMANE\";i:2;s:15:\"NAMAUPAHALAMANE\";i:3;s:8:\"NAMUMANE\";i:4;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:5:{i:0;i:0;i:1;s:4:\"GNT:\";i:2;s:6:\"GANTI:\";i:3;s:6:\"TUKAR:\";i:4;s:6:\"SUBST:\";}s:3:\"tag\";a:4:{i:0;i:0;i:1;s:10:\"kata_kunci\";i:2;s:5:\"takun\";i:3;s:3:\"tag\";}s:12:\"talkpagename\";a:4:{i:0;i:1;i:1;s:17:\"NAMAHALAMANBICARA\";i:2;s:9:\"NAMMANBIR\";i:3;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:4:{i:0;i:1;i:1;s:18:\"NAMAHALAMANBICARAE\";i:2;s:10:\"NAMMANBIRE\";i:3;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:11:\"RUANGBICARA\";i:2;s:5:\"RUBIR\";i:3;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:4:{i:0;i:1;i:1;s:12:\"RUANGBICARAE\";i:2;s:6:\"RUBIRE\";i:3;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:4:{i:0;i:0;i:1;s:13:\"__DAFTARISI__\";i:2;s:8:\"__DASI__\";i:3;s:7:\"__TOC__\";}s:2:\"uc\";a:5:{i:0;i:0;i:1;s:3:\"BS:\";i:2;s:6:\"BESAR:\";i:3;s:11:\"HURUFBESAR:\";i:4;s:3:\"UC:\";}s:7:\"ucfirst\";a:4:{i:0;i:0;i:1;s:4:\"ABS:\";i:2;s:10:\"AWALBESAR:\";i:3;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:4:{i:0;i:0;i:1;s:8:\"KODEURL:\";i:2;s:5:\"KODU:\";i:3;s:10:\"URLENCODE:\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('ace','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ace','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ace','messages:about','s:9:\"ace:Bhaih\";'),('ace','messages:aboutpage','s:17:\"ace:Project:Bhaih\";'),('ace','messages:aboutsite','s:22:\"ace:Bhaih {{SITENAME}}\";'),('ace','messages:abusefilter-edit-builder-vars-user-mobile','s:77:\"id:Menentukan apakah pengguna menyunting melalui antarmuka seluler atau tidak\";'),('ace','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ace','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ace','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ace','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ace','messages:accesskey-ca-history','s:4:\"en:h\";'),('ace','messages:accesskey-ca-move','s:4:\"en:m\";'),('ace','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ace','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ace','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ace','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ace','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ace','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ace','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ace','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ace','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ace','messages:accesskey-ca-view','s:3:\"en:\";'),('ace','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ace','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ace','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ace','messages:accesskey-diff','s:4:\"en:v\";'),('ace','messages:accesskey-export','s:4:\"en:s\";'),('ace','messages:accesskey-feed-atom','s:3:\"en:\";'),('ace','messages:accesskey-feed-rss','s:3:\"en:\";'),('ace','messages:accesskey-import','s:4:\"en:s\";'),('ace','messages:accesskey-minoredit','s:4:\"en:i\";'),('ace','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ace','messages:accesskey-n-help','s:3:\"en:\";'),('ace','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ace','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ace','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ace','messages:accesskey-n-portal','s:3:\"en:\";'),('ace','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ace','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ace','messages:accesskey-p-logo','s:3:\"en:\";'),('ace','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ace','messages:accesskey-preview','s:4:\"en:p\";'),('ace','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ace','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ace','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ace','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ace','messages:accesskey-pt-login','s:4:\"en:o\";'),('ace','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ace','messages:accesskey-pt-logout','s:3:\"en:\";'),('ace','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ace','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ace','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ace','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ace','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ace','messages:accesskey-publish','s:4:\"en:s\";'),('ace','messages:accesskey-save','s:4:\"en:s\";'),('ace','messages:accesskey-search','s:4:\"en:f\";'),('ace','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ace','messages:accesskey-search-go','s:3:\"en:\";'),('ace','messages:accesskey-summary','s:4:\"en:b\";'),('ace','messages:accesskey-t-contributions','s:3:\"en:\";'),('ace','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ace','messages:accesskey-t-info','s:3:\"en:\";'),('ace','messages:accesskey-t-permalink','s:3:\"en:\";'),('ace','messages:accesskey-t-print','s:4:\"en:p\";'),('ace','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ace','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ace','messages:accesskey-t-upload','s:4:\"en:u\";'),('ace','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ace','messages:accesskey-upload','s:4:\"en:s\";'),('ace','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ace','messages:accesskey-watch','s:4:\"en:w\";'),('ace','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ace','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ace','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ace','messages:accmailtext','s:195:\"id:Sebuah kata sandi acak untuk [[User talk:$1|$1]] telah dikirimkan ke $2. Kata sandi akun baru ini dapat diubah di halaman <em>[[Special:ChangePassword|ubah kata sandi]]</em> setelah masuk log.\";'),('ace','messages:accmailtitle','s:31:\"ace:Lageuem rahsia ka meukirém\";'),('ace','messages:accountcreated','s:22:\"ace:Akun ka geupeugöt\";'),('ace','messages:accountcreatedtext','s:95:\"ace:Akun ureuëng ngui keu [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|marit]]) ka geupeugöt.\";'),('ace','messages:acct_creation_throttle_hit','s:257:\"id:Pengunjung wiki ini dengan alamat IP yang sama dengan Anda telah membuat {{PLURAL:$1|1 akun|$1 akun}} dalam $2 terakhir, hingga jumlah maksimum yang diizinkan.\nKarenanya, pengunjung dengan alamat IP ini tidak dapat lagi membuat akun lain untuk sementara.\";'),('ace','messages:action-apihighlimits','s:56:\"id:menggunakan batasan yang lebih tinggi dalam kueri API\";'),('ace','messages:action-applychangetags','s:49:\"id:menerapkan tag bersamaan dengan perubahan Anda\";'),('ace','messages:action-autoconfirmed','s:48:\"id:tidak terpengaruh oleh pembatasan berbasis IP\";'),('ace','messages:action-autocreateaccount','s:38:\"id:membuat otomatis akun pengguna luar\";'),('ace','messages:action-autopatrol','s:53:\"id:menandai suntingan Anda sendiri sebagai terpatroli\";'),('ace','messages:action-bigdelete','s:50:\"id:menghapus halaman dengan banyak versi terdahulu\";'),('ace','messages:action-block','s:43:\"id:memblokir pengguna ini dari penyuntingan\";'),('ace','messages:action-blockemail','s:43:\"id:memblokir pengiriman surel oleh pengguna\";'),('ace','messages:action-bot','s:46:\"id:diperlakukan sebagai sebuah proses otomatis\";'),('ace','messages:action-browsearchive','s:45:\"id:mencari halaman-halaman yang telah dihapus\";'),('ace','messages:action-changetags','s:73:\"id:menambah dan menghapus tag semaunya pada revisi individu dan entri log\";'),('ace','messages:action-createaccount','s:29:\"ace:peugöt akun ureueng nyoe\";'),('ace','messages:action-createpage','s:17:\"ace:peugöt laman\";'),('ace','messages:action-createtalk','s:30:\"id:membuat halaman diskusi ini\";'),('ace','messages:action-delete','s:11:\"ace:Sampôh\";'),('ace','messages:action-delete-redirect','s:36:\"id:menimpa pengalihan revisi tunggal\";'),('ace','messages:action-deletechangetags','s:32:\"id:menghapus tag dari basis data\";'),('ace','messages:action-deletedhistory','s:53:\"id:melihat versi terdahulu halaman yang telah dihapus\";'),('ace','messages:action-deletedtext','s:35:\"id:melihat teks revisi yang dihapus\";'),('ace','messages:action-deletelogentry','s:22:\"id:menghapus entri log\";'),('ace','messages:action-deleterevision','s:19:\"id:menghapus revisi\";'),('ace','messages:action-edit','s:22:\"ace:peusaneut ôn nyoe\";'),('ace','messages:action-editcontentmodel','s:41:\"id:menyunting model konten sebuah halaman\";'),('ace','messages:action-editinterface','s:32:\"id:menyunting antarmuka pengguna\";'),('ace','messages:action-editmyoptions','s:29:\"id:menyunting preferensi Anda\";'),('ace','messages:action-editmyprivateinfo','s:36:\"id:menyunting informasi pribadi Anda\";'),('ace','messages:action-editmyusercss','s:38:\"id:menyunting berkas CSS pengguna Anda\";'),('ace','messages:action-editmyuserjs','s:45:\"id:menyunting berkas JavaScript pengguna Anda\";'),('ace','messages:action-editmyuserjson','s:39:\"id:menyunting berkas JSON pengguna Anda\";'),('ace','messages:action-editmyuserjsredirect','s:71:\"id:menyunting berkas JavaScript milik sendiri yang merupakan pengalihan\";'),('ace','messages:action-editmywatchlist','s:34:\"id:menyunting daftar pantauan Anda\";'),('ace','messages:action-editprotected','s:75:\"id:menyunting halaman yang dilindungi sebagai \"{{int:protect-level-sysop}}\"\";'),('ace','messages:action-editsemiprotected','s:83:\"id:menyunting halaman yang dilindungi sebagai \"{{int:protect-level-autoconfirmed}}\"\";'),('ace','messages:action-editsitecss','s:35:\"id:menyunting CSS keseluruhan situs\";'),('ace','messages:action-editsitejs','s:42:\"id:menyunting JavaScript keseluruhan situs\";'),('ace','messages:action-editsitejson','s:36:\"id:menyunting JSON keseluruhan situs\";'),('ace','messages:action-editusercss','s:38:\"id:menyunting berkas CSS pengguna lain\";'),('ace','messages:action-edituserjs','s:37:\"id:menyunting berkas JS pengguna lain\";'),('ace','messages:action-edituserjson','s:39:\"id:menyunting berkas JSON pengguna lain\";'),('ace','messages:action-hideuser','s:61:\"id:memblokir nama pengguna dan menyembunyikannnya dari publik\";'),('ace','messages:action-history','s:30:\"id:melihat riwayat halaman ini\";'),('ace','messages:action-import','s:39:\"id:mengimpor halaman ini dari wiki lain\";'),('ace','messages:action-importupload','s:45:\"id:mengimpor halaman ini dari pemuatan berkas\";'),('ace','messages:action-ipblock-exempt','s:76:\"id:mengabaikan pemblokiran IP, pemblokiran otomatis, dan rentang pemblokiran\";'),('ace','messages:action-managechangetags','s:34:\"id:membuat dan me(non)aktifkan tag\";'),('ace','messages:action-markbotedits','s:53:\"id:menandai pengembalian revisi sebagai suntingan bot\";'),('ace','messages:action-mergehistory','s:52:\"id:menggabungkan revisi-revisi terdahulu halaman ini\";'),('ace','messages:action-mf-uploadbutton','s:46:\"id:gunakan tombol unggah pada halaman seluler.\";'),('ace','messages:action-minoredit','s:35:\"id:menandai sebagai suntingan kecil\";'),('ace','messages:action-move','s:20:\"ace:Pupinah ôn nyoe\";'),('ace','messages:action-move-categorypages','s:31:\"id:memindahkan halaman kategori\";'),('ace','messages:action-move-rootuserpages','s:37:\"id:memindahkan halaman utama pengguna\";'),('ace','messages:action-move-subpages','s:52:\"id:memindahkan halaman ini, dan semua sub-halamannya\";'),('ace','messages:action-movefile','s:25:\"id:memindahkan berkas ini\";'),('ace','messages:action-nominornewtalk','s:84:\"id:meniadakan suntingan kecil di halaman pembicaraan yang memicu tampilan pesan baru\";'),('ace','messages:action-noratelimit','s:53:\"id:tidak terpengaruh oleh pembatasan jumlah suntingan\";'),('ace','messages:action-override-export-depth','s:73:\"id:mengekspor halaman termasuk halaman-halaman terkait hingga 5 kedalaman\";'),('ace','messages:action-pagelang','s:26:\"id:mengubah bahasa halaman\";'),('ace','messages:action-patrol','s:54:\"id:menandai suntingan pengguna lain sebagai terpatroli\";'),('ace','messages:action-patrolmarks','s:46:\"id:melihat penandaan patroli perubahan terbaru\";'),('ace','messages:action-protect','s:15:\"ace:Peulindông\";'),('ace','messages:action-purge','s:34:\"id:menghapus singgahan halaman ini\";'),('ace','messages:action-read','s:21:\"ace:beuët laman nyoe\";'),('ace','messages:action-reupload','s:32:\"id:menimpa berkas yang telah ada\";'),('ace','messages:action-reupload-own','s:68:\"id:menimpa berkas yang sudah ada yang dimuat oleh pengguna yang sama\";'),('ace','messages:action-reupload-shared','s:64:\"id:menimpa berkas yang telah ada dalam repositori berkas bersama\";'),('ace','messages:action-rollback','s:100:\"id:mengembalikan dengan cepat suntingan-suntingan pengguna terakhir yang menyunting halaman tertentu\";'),('ace','messages:action-sendemail','s:18:\"ace:Peuét surat-e\";'),('ace','messages:action-siteadmin','s:41:\"id:mengunci atau membuka kunci basis data\";'),('ace','messages:action-suppressionlog','s:26:\"id:melihat log rahasia ini\";'),('ace','messages:action-suppressredirect','s:69:\"id:tidak membuat pengalihan dari nama lama ketika memindahkan halaman\";'),('ace','messages:action-suppressrevision','s:50:\"id:Tinjau dan kembalikan revisi yang disembunyikan\";'),('ace','messages:action-unblockself','s:28:\"id:melepaskan blokir sendiri\";'),('ace','messages:action-undelete','s:19:\"ace:Bateuë sampôh\";'),('ace','messages:action-unwatchedpages','s:45:\"id:melihat daftar halaman yang tidak dipantau\";'),('ace','messages:action-upload','s:20:\"id:memuat berkas ini\";'),('ace','messages:action-upload_by_url','s:43:\"id:memuat berkas ini dari sebuah alamat URL\";'),('ace','messages:action-userrights','s:32:\"id:menyunting semua hak pengguna\";'),('ace','messages:action-userrights-interwiki','s:50:\"id:menyunting hak akses dari pengguna di wiki lain\";'),('ace','messages:action-viewmyprivateinfo','s:33:\"id:melihat informasi pribadi Anda\";'),('ace','messages:action-viewmywatchlist','s:29:\"id:melihat daftar pantau Anda\";'),('ace','messages:action-viewsuppressed','s:56:\"id:melihat revisi yang disembunyikan dari semua pengguna\";'),('ace','messages:action-writeapi','s:24:\"id:menggunakan API tulis\";'),('ace','messages:actioncomplete','s:13:\"ace:Seuleusoe\";'),('ace','messages:actionfailed','s:17:\"ace:Hana meuhasé\";'),('ace','messages:actions','s:9:\"ace:Buët\";'),('ace','messages:actionthrottled','s:21:\"ace:Buet geupeubataih\";'),('ace','messages:actionthrottledtext','s:187:\"ace:Sibagoe saboh seunipat lawan-spam, droeneuh geupeubataih nibak neupeulaku buet nyoe le that gö lam watèë paneuk, ngön droeneuh ka leubèh nibak bataih.\nNeuci lom lam padum minèt.\";'),('ace','messages:activeusers','s:30:\"ace:Dapeuta ureueng ngui udép\";'),('ace','messages:activeusers-count','s:64:\"ace:$1 {{PLURAL:$1|buet}} lam {{PLURAL:$3|uroë|$3 uroë}} nyoë\";'),('ace','messages:activeusers-excludegroups','s:47:\"id:Sembunyikan pengguna yang termasuk kelompok:\";'),('ace','messages:activeusers-from','s:47:\"ace:Peuleumah ureueng ngui nyang neuawai ngön:\";'),('ace','messages:activeusers-groups','s:45:\"id:Tampilkan pengguna yang termasuk kelompok:\";'),('ace','messages:activeusers-intro','s:94:\"ace:Nyoë nakeuh dapeuta ureuëng ngui nyang na geuteumuléh lam $1 {{PLURAL:$1|uroë}} nyoë.\";'),('ace','messages:activeusers-noresult','s:38:\"ace:Hana ureueng ngui nyang meutumèe.\";'),('ace','messages:activeusers-submit','s:27:\"id:Tampilkan pengguna aktif\";'),('ace','messages:activeusers-summary','s:3:\"en:\";'),('ace','messages:addedwatchexpiry-options-label','s:33:\"id:Periode waktu daftar pantauan:\";'),('ace','messages:addedwatchexpiryhours','s:123:\"id:\"[[:$1]]\" dan halaman pembicaraannya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk beberapa jam.\";'),('ace','messages:addedwatchexpiryhours-talk','s:119:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk beberapa jam.\";'),('ace','messages:addedwatchexpirytext','s:113:\"id:\"[[:$1]]\" dan halaman pembicaraannya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk $2.\";'),('ace','messages:addedwatchexpirytext-talk','s:109:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda untuk $2.\";'),('ace','messages:addedwatchindefinitelytext','s:115:\"id:\"[[:$1]]\" dan halaman pembicaraannya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] secara permanen.\";'),('ace','messages:addedwatchindefinitelytext-talk','s:116:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan]] Anda secara permanen.\";'),('ace','messages:addedwatchtext','s:185:\"ace:Laman \"[[:$1]]\" ka geupeutamah u [[Special:Watchlist|dapeuta kalön]] droëneuh. \nNeuubah u keuë bak laman nyoë ngön laman marit nyang na teukaw\'èt, euntreuk geupeudeuih sinoë.\";'),('ace','messages:addedwatchtext-short','s:58:\"id:Halaman \"$1\" telah ditambahkan ke daftar pantauan Anda.\";'),('ace','messages:addedwatchtext-talk','s:100:\"id:\"[[:$1]]\" dan halaman terkaitnya telah ditambahkan ke [[Special:Watchlist|daftar pantauan Anda]].\";'),('ace','messages:addsection','s:4:\"en:+\";'),('ace','messages:addsection-editintro','s:3:\"en:\";'),('ace','messages:addsection-preload','s:3:\"en:\";'),('ace','messages:addwatch','s:31:\"id:Tambahkan ke daftar pantauan\";'),('ace','messages:ago','s:15:\"id:$1 yang lalu\";'),('ace','messages:all-logs-page','s:20:\"ace:Ban dum log umom\";'),('ace','messages:allarticles','s:20:\"ace:Dapeuta seunurat\";'),('ace','messages:allinnamespace','s:33:\"id:Daftar halaman (ruang nama $1)\";'),('ace','messages:alllogstext','s:234:\"id:Gabungan tampilan semua log yang tersedia di {{SITENAME}}.\nAnda dapat melakukan pembatasan tampilan dengan memilih jenis log, nama pengguna (sensitif terhadap kapitalisasi), atau judul halaman (juga sensitif terhadap kapitalisasi).\";'),('ace','messages:allmessages','s:17:\"ace:Peusan sistem\";'),('ace','messages:allmessages-filter','s:37:\"id:Saring dengan keadaan kustomisasi:\";'),('ace','messages:allmessages-filter-all','s:8:\"id:Semua\";'),('ace','messages:allmessages-filter-legend','s:12:\"id:Penyaring\";'),('ace','messages:allmessages-filter-modified','s:9:\"id:Diubah\";'),('ace','messages:allmessages-filter-submit','s:9:\"id:Filter\";'),('ace','messages:allmessages-filter-translate','s:14:\"id:Terjemahkan\";'),('ace','messages:allmessages-filter-unmodified','s:15:\"id:Tidak diubah\";'),('ace','messages:allmessages-language','s:10:\"id:Bahasa:\";'),('ace','messages:allmessages-not-supported-database','s:89:\"id:Halaman ini tidak dapat digunakan karena \'\'\'$wgUseDatabaseMessages\'\'\' telah dimatikan.\";'),('ace','messages:allmessages-prefix','s:24:\"id:Saring dengan awalan:\";'),('ace','messages:allmessagescurrent','s:16:\"id:Teks sekarang\";'),('ace','messages:allmessagesdefault','s:18:\"ace:Naseukah pukok\";'),('ace','messages:allmessagesname','s:7:\"ace:Nan\";'),('ace','messages:allmessagestext','s:298:\"id:Ini adalah daftar semua pesan sistem yang tersedia dalam ruang nama MediaWiki.\nSilakan kunjungi [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation Pelokalan MediaWiki] dan [https://translatewiki.net translatewiki.net] jika Anda ingin berkontribusi untuk pelokalan generik MediaWiki.\";'),('ace','messages:allowemail','s:46:\"ace:Peuudép surat-e nibak ureueng ngui la\'én\";'),('ace','messages:allpages','s:14:\"ace:Bandum ôn\";'),('ace','messages:allpages-bad-ns','s:47:\"id:{{SITENAME}} tidak memiliki ruang nama \"$1\".\";'),('ace','messages:allpages-hide-redirects','s:19:\"ace:Peusom peuninah\";'),('ace','messages:allpages-summary','s:3:\"en:\";'),('ace','messages:allpagesbadtitle','s:194:\"id:Judul halaman yang diberikan tidak sah atau memiliki awalan antar-bahasa atau antar-wiki. Judul tersebut mungkin juga mengandung satu atau lebih aksara yang tidak dapat digunakan dalam judul.\";'),('ace','messages:allpagesfrom','s:35:\"ace:Peuleumah laman peuphôn nibak:\";'),('ace','messages:allpagesprefix','s:38:\"ace:Peuleumah laman ngön harah phôn:\";'),('ace','messages:allpagessubmit','s:8:\"ace:Mita\";'),('ace','messages:allpagesto','s:36:\"ace:Peuleumah laman geupeuakhé bak:\";'),('ace','messages:alreadyrolled','s:411:\"id:Tidak dapat melakukan pengembalian ke revisi terakhir [[:$1]] oleh [[User:$2|$2]] ([[User talk:$2|bicara]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nPengguna lain telah menyunting atau melakukan pengembalian terhadap halaman ini.\n\nSuntingan terakhir dilakukan oleh [[User:$3|$3]] ([[User talk:$3|bicara]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ace','messages:ancientpages','s:22:\"ace:Laman paléng awai\";'),('ace','messages:ancientpages-summary','s:3:\"en:\";'),('ace','messages:and','s:14:\"ace:&#32;ngön\";'),('ace','messages:anoncontribs','s:14:\"ace:Peuneugöt\";'),('ace','messages:anoneditwarning','s:317:\"ace:<strong>Peuneugah:</strong> Droeneuh goh lom neutamong. Alamat IP-neuh jeuet leumah bak ureueng laén meunyö neupeusaneut sipeue-peue. Meunyö Droeneuh <strong>[$1 neutamong]</strong> atawa <strong>[$2 neudapeuta]</strong>, atra neupeugöt jeuet teusurat ateueh nan Droeneuh ngön na lom meunapha\'at nyang laén.\";'),('ace','messages:anonnotice','s:4:\"en:-\";'),('ace','messages:anononlyblock','s:24:\"id:hanya pengguna anonim\";'),('ace','messages:anonpreviewwarning','s:101:\"id:<em>Anda belum login. Penerbitan akan mencatat alamat IP Anda dalam riwayat edit halaman ini.</em>\";'),('ace','messages:anontalk','s:9:\"ace:Marit\";'),('ace','messages:anontalkpagetext','s:428:\"ace:----\n<em>Nyoe nakeuh ôn marit ureueng ngui nyang hana tamöng atawa hana geungui.</em>\nSaweub nyan, kamoe payah meukubah alamat IP-geuh keu meuparéksa. \nAlamat IP mungkén jingui lé padum-padum droe ureueng.\nMeunyoe droeneuh ureueng nyang hana tamöng nyan, tulông [[Special:CreateAccount|peugöt nan ureueng ngui]] atawa [[Special:UserLogin|tamöng log]] mangat meuteugah nibak bhah nyang hana meuphôm bak uroe la\'én.\";'),('ace','messages:anonuser','s:34:\"id:pengguna anonim {{SITENAME}} $1\";'),('ace','messages:anonusers','s:62:\"id:{{PLURAL:$2|pengguna|para pengguna}} anonim {{SITENAME}} $1\";'),('ace','messages:anonymous','s:59:\"id:{{PLURAL:$1|pengguna|para pengguna}} anonim {{SITENAME}}\";'),('ace','messages:api-clientside-error-aborted','s:25:\"id:Permintaan dibatalkan.\";'),('ace','messages:api-clientside-error-http','s:42:\"id:Kesalahan pengembalian server: HTTP $1.\";'),('ace','messages:api-clientside-error-invalidresponse','s:34:\"id:Respons dari peladen tidak sah.\";'),('ace','messages:api-clientside-error-noconnect','s:105:\"id:Tidak dapat terhubung ke server. Pastikan Anda memiliki koneksi internet yang berfungsi dan coba lagi.\";'),('ace','messages:api-clientside-error-timeout','s:55:\"id:Peladen tidak merespons dalam waktu yang diharapkan.\";'),('ace','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('ace','messages:api-credits-header','s:10:\"en:Credits\";'),('ace','messages:api-error-badtoken','s:35:\"id:Kesalahan internal: token buruk.\";'),('ace','messages:api-error-emptypage','s:54:\"id:Pembuatan halaman baru yang kosong tidak diizinkan.\";'),('ace','messages:api-error-publishfailed','s:63:\"id:Kesalahan internal: server gagal menyimpan berkas sementara.\";'),('ace','messages:api-error-stashfailed','s:63:\"id:Kesalahan internal: server gagal menyimpan berkas sementara.\";'),('ace','messages:api-error-unknown-warning','s:31:\"id:Peringatan tidak dikenal: $1\";'),('ace','messages:api-error-unknownerror','s:32:\"id:Kesalahan tidak dikenal: \"$1\"\";'),('ace','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('ace','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('ace','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ace','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ace','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ace','messages:api-format-prettyprint-status','s:60:\"id:Tanggapan ini akan dikembalikan dengan status $1 $2 HTTP.\";'),('ace','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('ace','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('ace','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('ace','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('ace','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('ace','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('ace','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('ace','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('ace','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('ace','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('ace','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ace','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ace','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ace','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('ace','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ace','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('ace','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('ace','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('ace','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('ace','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('ace','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('ace','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('ace','messages:api-help-flags','s:3:\"en:\";'),('ace','messages:api-help-help-urls','s:3:\"en:\";'),('ace','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ace','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('ace','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('ace','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('ace','messages:api-help-main-header','s:14:\"en:Main module\";'),('ace','messages:api-help-no-extended-description','s:3:\"en:\";'),('ace','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('ace','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('ace','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('ace','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('ace','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('ace','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('ace','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('ace','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('ace','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('ace','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ace','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ace','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('ace','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('ace','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('ace','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('ace','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('ace','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ace','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('ace','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('ace','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ace','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('ace','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ace','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ace','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('ace','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ace','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ace','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ace','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('ace','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('ace','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('ace','messages:api-help-source','s:13:\"en:Source: $1\";'),('ace','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('ace','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ace','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('ace','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('ace','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('ace','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ace','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ace','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('ace','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('ace','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('ace','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('ace','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('ace','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('ace','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('ace','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('ace','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('ace','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('ace','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('ace','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('ace','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('ace','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('ace','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('ace','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('ace','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('ace','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('ace','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('ace','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('ace','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('ace','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('ace','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('ace','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('ace','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('ace','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('ace','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('ace','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('ace','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('ace','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('ace','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('ace','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('ace','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('ace','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('ace','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('ace','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('ace','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('ace','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('ace','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('ace','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('ace','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ace','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ace','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('ace','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('ace','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('ace','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('ace','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('ace','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('ace','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('ace','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('ace','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('ace','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('ace','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('ace','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('ace','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('ace','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('ace','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('ace','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('ace','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('ace','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('ace','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('ace','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('ace','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('ace','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ace','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ace','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ace','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ace','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('ace','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('ace','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('ace','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('ace','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('ace','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('ace','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('ace','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('ace','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('ace','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('ace','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('ace','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('ace','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ace','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('ace','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('ace','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('ace','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('ace','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('ace','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('ace','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('ace','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('ace','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('ace','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('ace','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ace','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('ace','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('ace','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('ace','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('ace','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('ace','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('ace','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('ace','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('ace','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('ace','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('ace','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('ace','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('ace','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('ace','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('ace','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('ace','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('ace','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ace','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('ace','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('ace','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('ace','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('ace','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('ace','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('ace','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('ace','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('ace','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('ace','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('ace','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('ace','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ace','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('ace','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('ace','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ace','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('ace','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('ace','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ace','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ace','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('ace','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('ace','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('ace','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('ace','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('ace','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('ace','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('ace','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('ace','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('ace','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('ace','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('ace','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('ace','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('ace','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('ace','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('ace','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('ace','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('ace','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('ace','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('ace','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('ace','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('ace','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('ace','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('ace','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('ace','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('ace','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('ace','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('ace','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('ace','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('ace','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('ace','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('ace','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('ace','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('ace','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('ace','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('ace','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('ace','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('ace','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('ace','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('ace','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('ace','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('ace','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('ace','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('ace','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('ace','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('ace','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('ace','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('ace','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('ace','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('ace','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('ace','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('ace','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('ace','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('ace','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('ace','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('ace','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('ace','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('ace','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('ace','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('ace','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('ace','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('ace','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('ace','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('ace','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('ace','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('ace','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('ace','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('ace','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('ace','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('ace','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('ace','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('ace','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('ace','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('ace','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('ace','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('ace','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('ace','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('ace','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('ace','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('ace','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('ace','messages:apierror-stashexception','s:5:\"en:$1\";'),('ace','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('ace','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('ace','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('ace','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('ace','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('ace','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('ace','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('ace','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('ace','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('ace','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('ace','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('ace','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('ace','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('ace','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ace','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('ace','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('ace','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('ace','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('ace','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('ace','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('ace','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('ace','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('ace','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('ace','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('ace','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('ace','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('ace','messages:apihelp','s:14:\"id:Bantuan API\";'),('ace','messages:apihelp-block-example-ip-simple','s:79:\"id:Blokir alamat IP <kbd>192.0.2.5</kbd> selama tiga hari dengan sebuah alasan.\";'),('ace','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('ace','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('ace','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ace','messages:apihelp-block-param-anononly','s:93:\"id:Blokir hanya pengguna anonim (seperti menonaktifkan suntingan anonim untuk alamat IP ini).\";'),('ace','messages:apihelp-block-param-autoblock','s:131:\"id:Blokir alamat IP terakhir yang digunakan pengguna ini, dan semua alamat IP berikutnya yang mereka coba gunakan untuk menyunting.\";'),('ace','messages:apihelp-block-param-expiry','s:293:\"id:Waktu kedaluwarsa. Dapat berupa waktu relatif (seperti <kbd>5 bulan</kbd> atau <kbd>2 minggu</kbd>) atau waktu absolut (seperti <kbd>2014-09-18T12:34:56Z</kbd>). Jika diatur ke <kbd>selamanya</kbd>, <kbd>tak terbatas</kbd>, atau <kbd>tidak pernah</kbd>, pemblokiran itu tidak akan berakhir.\";'),('ace','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('ace','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ace','messages:apihelp-block-param-nocreate','s:24:\"id:Cegah pembuatan akun.\";'),('ace','messages:apihelp-block-param-noemail','s:92:\"id:Cegah pengguna mengirimkan surel melalui wiki. (Membutuhkan hak <code>blockemail</code>).\";'),('ace','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ace','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('ace','messages:apihelp-block-param-reason','s:22:\"id:Alasan pemblokiran.\";'),('ace','messages:apihelp-block-param-reblock','s:76:\"id:Jika pengguna tersebut sudah diblokir, atur ulang setelah pemblokirannya.\";'),('ace','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ace','messages:apihelp-block-param-user','s:32:\"id:Nama pengguna untuk diblokir.\";'),('ace','messages:apihelp-block-param-userid','s:45:\"id:Tentukan <kbd>$1user=#<var>ID</var></kbd>.\";'),('ace','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('ace','messages:apihelp-block-summary','s:19:\"id:Blokir pengguna.\";'),('ace','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('ace','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('ace','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('ace','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('ace','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('ace','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('ace','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('ace','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('ace','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('ace','messages:apihelp-changecontentmodel-summary','s:28:\"id:Ubah model konten halaman\";'),('ace','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('ace','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('ace','messages:apihelp-checktoken-param-token','s:23:\"id:Token untuk ujicoba.\";'),('ace','messages:apihelp-checktoken-param-type','s:33:\"id:Jenis token yang sedang diuji.\";'),('ace','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ace','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('ace','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('ace','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('ace','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('ace','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('ace','messages:apihelp-compare-example-1','s:40:\"id:Buat perbedaan antara revisi 1 dan 2.\";'),('ace','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('ace','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ace','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('ace','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('ace','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('ace','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ace','messages:apihelp-compare-param-fromid','s:41:\"id:ID halaman pertama untuk dibandingkan.\";'),('ace','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('ace','messages:apihelp-compare-param-fromrev','s:37:\"id:Revisi pertama untuk dibandingkan.\";'),('ace','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('ace','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('ace','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ace','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('ace','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ace','messages:apihelp-compare-param-fromtitle','s:36:\"id:Judul pertama untuk dibandingkan.\";'),('ace','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('ace','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('ace','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('ace','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('ace','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('ace','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ace','messages:apihelp-compare-param-toid','s:39:\"id:ID halaman kedua untuk dibandingkan.\";'),('ace','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('ace','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('ace','messages:apihelp-compare-param-torev','s:35:\"id:Revisi kedua untuk dibandingkan.\";'),('ace','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('ace','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('ace','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ace','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('ace','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ace','messages:apihelp-compare-param-totitle','s:34:\"id:Judul kedua untuk dibandingkan.\";'),('ace','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('ace','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('ace','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('ace','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('ace','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('ace','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ace','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('ace','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('ace','messages:apihelp-compare-summary','s:41:\"id:Dapatkan perbedaan antara dua halaman.\";'),('ace','messages:apihelp-createaccount-example-create','s:98:\"id:Mulai proses pembuatan pengguna <kbd>Contoh</kbd> dengan kata sandi <kbd>ContohKataSandi</kbd>.\";'),('ace','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('ace','messages:apihelp-createaccount-summary','s:27:\"id:Buat akun pengguna baru.\";'),('ace','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('ace','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('ace','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('ace','messages:apihelp-delete-example-reason','s:85:\"id:Hapus <kbd>Halaman Utama</kbd> dengan alasan <kbd>Persiapan untuk dialihkan</kbd>.\";'),('ace','messages:apihelp-delete-example-simple','s:34:\"id:Hapus <kbd>Halaman Utama</kbd>.\";'),('ace','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('ace','messages:apihelp-delete-param-oldimage','s:146:\"id:Nama gambar lama untuk dihapus seperti yang disebutkan oleh [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ace','messages:apihelp-delete-param-pageid','s:102:\"id:ID halaman dari halaman yang akan dihapus. Tidak dapat digunakan bersama dengan <var>$1title</var>.\";'),('ace','messages:apihelp-delete-param-reason','s:99:\"id:Alasan penghapusan. Jika tidak diberikan, alasan yang dihasilkan secara otomatis akan digunakan.\";'),('ace','messages:apihelp-delete-param-tags','s:58:\"id:Ganti tag untuk diterapkan ke entri di log penghapusan.\";'),('ace','messages:apihelp-delete-param-title','s:89:\"id:Judul halaman untuk dihapus. Tidak dapat digunakan bersama dengan <var>$1pageid</var>.\";'),('ace','messages:apihelp-delete-param-unwatch','s:56:\"id:Hapus halaman dari daftar pantauan pengguna saat ini.\";'),('ace','messages:apihelp-delete-param-watch','s:58:\"id:Tambahkan halaman ke daftar pantauan pengguna saat ini.\";'),('ace','messages:apihelp-delete-param-watchlist','s:155:\"id:Buat atau hapus halaman tanpa syarat dari daftar pantauan pengguna saat ini, gunakan preferensi (abaikan untuk pengguna bot) atau jangan ganti pantauan.\";'),('ace','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-delete-summary','s:16:\"id:Hapus halaman\";'),('ace','messages:apihelp-disabled-summary','s:29:\"id:Modul ini telah dimatikan.\";'),('ace','messages:apihelp-edit-example-edit','s:19:\"id:Sunting halaman.\";'),('ace','messages:apihelp-edit-example-prepend','s:53:\"id:Tambahkan <kbd>_&#95;NOTOC_&#95;</kbd> ke halaman.\";'),('ace','messages:apihelp-edit-example-undo','s:65:\"id:Batalkan revisi 13579 melalui 13585 dengan ringkasan otomatis.\";'),('ace','messages:apihelp-edit-param-appendtext','s:142:\"id:Tambahkan teks ini ke akhir halaman atau bagian. Menimpa $1text.\n\nGunakan $1section=new untuk menambahkan bagian baru, bukan parameter ini.\";'),('ace','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('ace','messages:apihelp-edit-param-basetimestamp','s:223:\"id:Stempel waktu dari revisi asal, digunakan untuk mendeteksi konflik penyuntingan. Dapat ditemukan di [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Konflik dengan diri sendiri diabaikan.\";'),('ace','messages:apihelp-edit-param-bot','s:46:\"id:Tandai suntingan ini sebagai suntingan bot.\";'),('ace','messages:apihelp-edit-param-contentformat','s:55:\"id:Format serialisasi isi digunakan untuk teks masukan.\";'),('ace','messages:apihelp-edit-param-contentmodel','s:33:\"id:Model konten dari konten baru.\";'),('ace','messages:apihelp-edit-param-createonly','s:45:\"id:Jangan sunting halaman itu jika sudah ada.\";'),('ace','messages:apihelp-edit-param-md5','s:167:\"id:Hash MD5 dari parameter $1text, atau parameter $1prependtext dan $1appendtext digabungkan. Jika diatur, suntingan itu tidak akan dilakukan kecuali hash tidak benar.\";'),('ace','messages:apihelp-edit-param-minor','s:37:\"id:Tandai ini sebagai suntingan kecil\";'),('ace','messages:apihelp-edit-param-nocreate','s:40:\"id:Berikan galat jika halaman belum ada.\";'),('ace','messages:apihelp-edit-param-notminor','s:122:\"id:Jangan tandai suntingan ini sebagai suntingan kecil bahkan jika preferensi pengguna \"{{int:tog-minordefault}}\" disetel.\";'),('ace','messages:apihelp-edit-param-pageid','s:104:\"id:ID halaman dari halaman yang akan disunting. Tidak dapat digunakan bersama dengan <var>$1title</var>.\";'),('ace','messages:apihelp-edit-param-prependtext','s:67:\"id:Tambahkan teks ini ke awal halaman atau bagian. Menimpa $1 teks.\";'),('ace','messages:apihelp-edit-param-recreate','s:80:\"id:Batalkan galat yang terjadi tentang halaman yang sudah dihapus pada saat itu.\";'),('ace','messages:apihelp-edit-param-redirect','s:41:\"id:Selesaikan pengalihan secara otomatis.\";'),('ace','messages:apihelp-edit-param-section','s:158:\"id:Pengenal bagian. <kbd>0</kbd> untuk bagian atas, <kbd>baru</kbd> untuk bagian baru. Seringkali berupa bilangan bulat positif, tetapi bisa juga non-numerik.\";'),('ace','messages:apihelp-edit-param-sectiontitle','s:69:\"id:Judul untuk bagian baru saat menggunakan <var>$1section=new</var>.\";'),('ace','messages:apihelp-edit-param-starttimestamp','s:293:\"id:Stempel waktu ketika proses penyuntingan dimulai, digunakan untuk mendeteksi konflik penyuntingan. Nilai yang cocok dapat ditemukan dengan menggunakan <var>[[Special:ApiHelp/main|curtimestamp]]</var> ketika memulai proses penyuntingan (seperti ketika memuat isi konten yang akan disunting).\";'),('ace','messages:apihelp-edit-param-summary','s:370:\"id:Ringkasan suntingan.\n\nBila parameter ini tidak disediakan atau kosong, [[mw:Special:MyLanguage/Autosummary|ringkasan suntingan dapat dihasilkan secara otomatis]].\n\nSaat menggunakan <var>$1section=new</var> dan <var>$1sectiontitle</var> tidak disediakan, nilai parameter ini akan digunakan sebagai judul bagian, dan ringkasan suntingan akan dihasilkan secara otomatis.\";'),('ace','messages:apihelp-edit-param-tags','s:40:\"id:Ganti tag untuk menerapkan ke revisi.\";'),('ace','messages:apihelp-edit-param-text','s:15:\"id:Isi halaman.\";'),('ace','messages:apihelp-edit-param-title','s:88:\"id:Judul halaman untuk dibuat. Tidak dapat digunakan bersama dengan <var>$1pageid</var>.\";'),('ace','messages:apihelp-edit-param-token','s:99:\"id:Token harus selalu dikirim sebagai parameter terakhir, atau setidaknya sesudah parameter $1text.\";'),('ace','messages:apihelp-edit-param-undo','s:71:\"id:Batalkan revisi ini. Abaikan $1text, $1prependtext dan $1appendtext.\";'),('ace','messages:apihelp-edit-param-undoafter','s:97:\"id:Batalkan semua revisi dari $1undo ke revisi ini. Jika tidak diatur, batalkan satu revisi saja.\";'),('ace','messages:apihelp-edit-param-unwatch','s:56:\"id:Hapus halaman dari daftar pantauan pengguna saat ini.\";'),('ace','messages:apihelp-edit-param-watch','s:58:\"id:Tambahkan halaman ke daftar pantauan pengguna saat ini.\";'),('ace','messages:apihelp-edit-param-watchlist','s:157:\"id:Buat atau hapus halaman tanpa syarat dari daftar pantauan pengguna saat ini, gunakan preferensi (diabaikan untuk pengguna bot) atau jangan ganti pantauan.\";'),('ace','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-edit-summary','s:28:\"id:Buat dan sunting halaman.\";'),('ace','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('ace','messages:apihelp-emailuser-param-ccme','s:42:\"id:Kirimkan salinan pesan ini kepada saya.\";'),('ace','messages:apihelp-emailuser-param-subject','s:16:\"id:Tajuk subjek.\";'),('ace','messages:apihelp-emailuser-param-target','s:37:\"id:Pengguna yang akan dikirimi surel.\";'),('ace','messages:apihelp-emailuser-param-text','s:15:\"id:Badan pesan.\";'),('ace','messages:apihelp-emailuser-summary','s:31:\"id:Kirim surel ke pengguna ini.\";'),('ace','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ace','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('ace','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('ace','messages:apihelp-expandtemplates-param-prop','s:180:\"id:Bagian informasi manakah yang ingin didapatkan.\n\nPerhatikan bahwa jika tidak ada nilai yang dipilih, hasilnya akan mengandung teks wiki, namun keluaran akan berupa format usang.\";'),('ace','messages:apihelp-expandtemplates-param-revid','s:85:\"id:ID revisi, untuk <code><nowiki>{{REVISIONID}}</nowiki></code> dan variabel serupa.\";'),('ace','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ace','messages:apihelp-expandtemplates-param-text','s:30:\"id:Teks wiki yang akan diubah.\";'),('ace','messages:apihelp-expandtemplates-param-title','s:17:\"id:Judul halaman.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('ace','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('ace','messages:apihelp-expandtemplates-summary','s:44:\"id:Longgarkan semua templat dalam teks wiki.\";'),('ace','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-feedcontributions-param-deletedonly','s:39:\"id:Tampilkan hanya kontribusi terhapus.\";'),('ace','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('ace','messages:apihelp-feedcontributions-param-hideminor','s:31:\"id:Sembunyikan suntingan kecil.\";'),('ace','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('ace','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('ace','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('ace','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('ace','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('ace','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('ace','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('ace','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('ace','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('ace','messages:apihelp-feedrecentchanges-example-30days','s:46:\"id:Tampilkan perubahan terbaru selama 30 hari.\";'),('ace','messages:apihelp-feedrecentchanges-example-simple','s:31:\"id:Tampilkan perubahan terbaru.\";'),('ace','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('ace','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('ace','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('ace','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('ace','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('ace','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('ace','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('ace','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('ace','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('ace','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('ace','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('ace','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('ace','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ace','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('ace','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('ace','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('ace','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('ace','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('ace','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('ace','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('ace','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('ace','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('ace','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('ace','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('ace','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ace','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('ace','messages:apihelp-filerevert-param-comment','s:19:\"id:Unggah komentar.\";'),('ace','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('ace','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('ace','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('ace','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('ace','messages:apihelp-help-example-help','s:31:\"id:Bantuan untuk modul bantuan.\";'),('ace','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('ace','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('ace','messages:apihelp-help-example-recursive','s:36:\"id:Semua bantuan dalam satu halaman.\";'),('ace','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('ace','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('ace','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('ace','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('ace','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('ace','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('ace','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('ace','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('ace','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('ace','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('ace','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('ace','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('ace','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('ace','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('ace','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('ace','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('ace','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('ace','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('ace','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('ace','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('ace','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('ace','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('ace','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('ace','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('ace','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('ace','messages:apihelp-import-param-xml','s:28:\"id:Berkas XML yang diunggah.\";'),('ace','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('ace','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('ace','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('ace','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('ace','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('ace','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ace','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ace','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ace','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('ace','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('ace','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ace','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('ace','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('ace','messages:apihelp-login-example-login','s:13:\"id:Masuk log.\";'),('ace','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ace','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ace','messages:apihelp-login-param-domain','s:21:\"id:Domain (opsional).\";'),('ace','messages:apihelp-login-param-name','s:17:\"id:Nama pengguna.\";'),('ace','messages:apihelp-login-param-password','s:14:\"id:Kata sandi.\";'),('ace','messages:apihelp-login-param-token','s:49:\"id:Token login diperoleh pada permintaan pertama.\";'),('ace','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('ace','messages:apihelp-logout-example-logout','s:31:\"id:Keluarkan pengguna saat ini.\";'),('ace','messages:apihelp-logout-summary','s:34:\"id:Keluar log dan hapus data sesi.\";'),('ace','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('ace','messages:apihelp-main-param-action','s:40:\"id:Tindakan manakah yang akan dilakukan.\";'),('ace','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('ace','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('ace','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('ace','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('ace','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('ace','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('ace','messages:apihelp-main-param-format','s:19:\"id:Format keluaran.\";'),('ace','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ace','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('ace','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('ace','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('ace','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('ace','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('ace','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ace','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('ace','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('ace','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('ace','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ace','messages:apihelp-main-paramvalue-errorformat-none','s:45:\"id:Tidak ada keluaran teks, hanya kode galat.\";'),('ace','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('ace','messages:apihelp-main-paramvalue-errorformat-raw','s:29:\"id:Kunci pesan dan parameter.\";'),('ace','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('ace','messages:apihelp-main-summary','s:3:\"en:\";'),('ace','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ace','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ace','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('ace','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('ace','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('ace','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('ace','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('ace','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('ace','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('ace','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ace','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ace','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ace','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ace','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('ace','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('ace','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('ace','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('ace','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('ace','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('ace','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('ace','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('ace','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('ace','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('ace','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('ace','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ace','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ace','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ace','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ace','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('ace','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('ace','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('ace','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ace','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ace','messages:apihelp-mobileview-param-page','s:33:\"id:Judul halaman untuk di proses.\";'),('ace','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('ace','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ace','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ace','messages:apihelp-mobileview-param-redirect','s:38:\"id:Kemanapun pengalihan harus diikuti.\";'),('ace','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('ace','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ace','messages:apihelp-mobileview-param-thumbheight','s:28:\"id:Tinggi maksimum miniatur.\";'),('ace','messages:apihelp-mobileview-param-thumbsize','s:29:\"id:Dimensi maksimum miniatur.\";'),('ace','messages:apihelp-mobileview-param-thumbwidth','s:27:\"id:Lebar maksimum miniatur.\";'),('ace','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('ace','messages:apihelp-move-example-move','s:87:\"id:Pindahkan <kbd>Judul buruk</kbd> ke <kbd>Judul benar</kbd> tanpa membuat pengalihan.\";'),('ace','messages:apihelp-move-param-from','s:101:\"id:Judul halaman yang akan diganti namanya. Tidak dapat digunakan bersama dengan <var>$1fromid</var>.\";'),('ace','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('ace','messages:apihelp-move-param-ignorewarnings','s:30:\"id:Abaikan peringatan apa pun.\";'),('ace','messages:apihelp-move-param-movesubpages','s:37:\"id:Ganti nama subhalaman, jika perlu.\";'),('ace','messages:apihelp-move-param-movetalk','s:44:\"id:Ganti nama halaman pembicaraan, jika ada.\";'),('ace','messages:apihelp-move-param-noredirect','s:26:\"id:Jangan buat pengalihan.\";'),('ace','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('ace','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('ace','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('ace','messages:apihelp-move-param-unwatch','s:66:\"id:Hapus halaman dan pengalihan dari daftar pantauan pengguna ini.\";'),('ace','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('ace','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ace','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-move-summary','s:23:\"id:Memindahkan halaman.\";'),('ace','messages:apihelp-no-such-module','s:30:\"id:Modul \"$1\" tidak ditemukan.\";'),('ace','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('ace','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('ace','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('ace','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ace','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ace','messages:apihelp-opensearch-param-redirects','s:251:\"id:Bagaimana menangani pengalihan:\n;return:Kembali ke pengalihan itu.\n;resolve:Kembali ke halaman tujuan. Mungkin hasil kembali kurang dari $1limit.\nUntuk alasan riwayat, nilai baku adalah \"kembali\" untuk $1format=json dan \"resolve\" untuk format lain.\";'),('ace','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ace','messages:apihelp-opensearch-param-search','s:15:\"id:Cari string.\";'),('ace','messages:apihelp-opensearch-param-suggest','s:22:\"id:Tak lagi digunakan.\";'),('ace','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('ace','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ace','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ace','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('ace','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('ace','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('ace','messages:apihelp-options-example-reset','s:32:\"id:Setel ulang semua preferensi.\";'),('ace','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('ace','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('ace','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('ace','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('ace','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('ace','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('ace','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('ace','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ace','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ace','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('ace','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('ace','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('ace','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('ace','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('ace','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('ace','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('ace','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('ace','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('ace','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('ace','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('ace','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('ace','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('ace','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('ace','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('ace','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('ace','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('ace','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('ace','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('ace','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('ace','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('ace','messages:apihelp-parse-param-mainpage','s:46:\"id:Terapkan tranformasi halaman utama seluler.\";'),('ace','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ace','messages:apihelp-parse-param-noimages','s:39:\"id:Nonaktifkan gambar pada tampilan HP.\";'),('ace','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('ace','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('ace','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('ace','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('ace','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('ace','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('ace','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('ace','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('ace','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ace','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('ace','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('ace','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('ace','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ace','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('ace','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('ace','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('ace','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('ace','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('ace','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('ace','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ace','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('ace','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('ace','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('ace','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('ace','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ace','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ace','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ace','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('ace','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('ace','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('ace','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('ace','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('ace','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('ace','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('ace','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('ace','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('ace','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('ace','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('ace','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('ace','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('ace','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('ace','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('ace','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ace','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ace','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ace','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('ace','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('ace','messages:apihelp-protect-example-protect','s:22:\"id:Melindungi halaman.\";'),('ace','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('ace','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('ace','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('ace','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('ace','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('ace','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('ace','messages:apihelp-protect-param-reason','s:40:\"id:Alasan untuk buka/tutup perlindungan.\";'),('ace','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('ace','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('ace','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('ace','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ace','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('ace','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('ace','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('ace','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('ace','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('ace','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('ace','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('ace','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('ace','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('ace','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('ace','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('ace','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('ace','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('ace','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('ace','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('ace','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ace','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('ace','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('ace','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('ace','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('ace','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ace','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('ace','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('ace','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('ace','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ace','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('ace','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('ace','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('ace','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('ace','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('ace','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('ace','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('ace','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ace','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('ace','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('ace','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('ace','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('ace','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('ace','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('ace','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('ace','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('ace','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('ace','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('ace','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('ace','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('ace','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('ace','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('ace','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('ace','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ace','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ace','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('ace','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('ace','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('ace','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('ace','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('ace','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ace','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('ace','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('ace','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('ace','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('ace','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('ace','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('ace','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('ace','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ace','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('ace','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('ace','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('ace','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('ace','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('ace','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('ace','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('ace','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('ace','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('ace','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('ace','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('ace','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('ace','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('ace','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('ace','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('ace','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('ace','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('ace','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('ace','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('ace','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('ace','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('ace','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('ace','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('ace','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('ace','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('ace','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('ace','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('ace','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('ace','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ace','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('ace','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('ace','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('ace','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('ace','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('ace','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ace','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ace','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ace','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('ace','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ace','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('ace','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('ace','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('ace','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('ace','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('ace','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('ace','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('ace','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ace','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ace','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('ace','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ace','messages:apihelp-query+allredirects-paramvalue-prop-title','s:32:\"id:Menambahkan judul pengalihan.\";'),('ace','messages:apihelp-query+allredirects-summary','s:51:\"id:Tampilkan semua pengalihan ke sebuah ruang name.\";'),('ace','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('ace','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ace','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ace','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ace','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ace','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ace','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('ace','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ace','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('ace','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('ace','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('ace','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('ace','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('ace','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('ace','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('ace','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ace','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('ace','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('ace','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('ace','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('ace','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('ace','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('ace','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('ace','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('ace','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('ace','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('ace','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('ace','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('ace','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ace','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('ace','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('ace','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('ace','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('ace','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('ace','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('ace','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('ace','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('ace','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('ace','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('ace','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('ace','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ace','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('ace','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ace','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('ace','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('ace','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('ace','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('ace','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ace','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('ace','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('ace','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('ace','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('ace','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('ace','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('ace','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('ace','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('ace','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('ace','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('ace','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('ace','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('ace','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('ace','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ace','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('ace','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('ace','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('ace','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('ace','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('ace','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('ace','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('ace','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('ace','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ace','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('ace','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('ace','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ace','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('ace','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('ace','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('ace','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('ace','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ace','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('ace','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('ace','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('ace','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ace','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('ace','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('ace','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ace','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ace','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ace','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('ace','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ace','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('ace','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('ace','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('ace','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('ace','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('ace','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ace','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('ace','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ace','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ace','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('ace','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('ace','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('ace','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('ace','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('ace','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('ace','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ace','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ace','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('ace','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('ace','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ace','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ace','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ace','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('ace','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('ace','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('ace','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ace','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ace','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('ace','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('ace','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('ace','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('ace','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('ace','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ace','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('ace','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('ace','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('ace','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ace','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('ace','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ace','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ace','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('ace','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ace','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('ace','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ace','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('ace','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('ace','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('ace','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ace','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('ace','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('ace','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ace','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('ace','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('ace','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ace','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('ace','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('ace','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('ace','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('ace','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('ace','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('ace','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('ace','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ace','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ace','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ace','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('ace','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('ace','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('ace','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('ace','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('ace','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('ace','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('ace','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('ace','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('ace','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ace','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ace','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ace','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ace','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ace','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ace','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ace','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('ace','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('ace','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('ace','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('ace','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('ace','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('ace','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('ace','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('ace','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('ace','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ace','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('ace','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('ace','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('ace','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('ace','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('ace','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('ace','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('ace','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('ace','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('ace','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('ace','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('ace','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('ace','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ace','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ace','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ace','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ace','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ace','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('ace','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('ace','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('ace','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('ace','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('ace','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('ace','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('ace','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('ace','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('ace','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('ace','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('ace','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('ace','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('ace','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('ace','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ace','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('ace','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('ace','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('ace','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('ace','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('ace','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('ace','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('ace','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('ace','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('ace','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('ace','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ace','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('ace','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('ace','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('ace','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('ace','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('ace','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ace','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('ace','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('ace','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('ace','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('ace','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('ace','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('ace','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('ace','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('ace','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('ace','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('ace','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('ace','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('ace','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ace','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('ace','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('ace','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('ace','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('ace','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('ace','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('ace','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('ace','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('ace','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('ace','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('ace','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('ace','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('ace','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('ace','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('ace','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('ace','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('ace','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('ace','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ace','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ace','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ace','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ace','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ace','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ace','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ace','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('ace','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('ace','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('ace','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ace','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('ace','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('ace','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('ace','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('ace','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ace','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('ace','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('ace','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('ace','messages:apihelp-query+mystashedfiles-param-limit','s:37:\"id:Berapa banyak berkas yang diambil.\";'),('ace','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('ace','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('ace','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('ace','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('ace','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('ace','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('ace','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('ace','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('ace','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('ace','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('ace','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('ace','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ace','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('ace','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ace','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('ace','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ace','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ace','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('ace','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('ace','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('ace','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('ace','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ace','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ace','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('ace','messages:apihelp-query+prefixsearch-param-profile','s:31:\"id:Cari profil untuk digunakan.\";'),('ace','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('ace','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('ace','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('ace','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('ace','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('ace','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('ace','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('ace','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('ace','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('ace','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('ace','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('ace','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('ace','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('ace','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('ace','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('ace','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('ace','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('ace','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('ace','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ace','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('ace','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('ace','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('ace','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('ace','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('ace','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('ace','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ace','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ace','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('ace','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('ace','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('ace','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ace','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ace','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('ace','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('ace','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ace','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ace','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('ace','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('ace','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('ace','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ace','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ace','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('ace','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('ace','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('ace','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ace','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ace','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('ace','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('ace','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('ace','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('ace','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('ace','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('ace','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('ace','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('ace','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('ace','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('ace','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('ace','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('ace','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('ace','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('ace','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('ace','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('ace','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ace','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('ace','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('ace','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ace','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ace','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('ace','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('ace','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('ace','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('ace','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('ace','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('ace','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('ace','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('ace','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('ace','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('ace','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('ace','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('ace','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('ace','messages:apihelp-query+search-param-qiprofile','s:80:\"id:Meminta profil independen untuk digunakan (berefek pada algoritma peringkat).\";'),('ace','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('ace','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('ace','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('ace','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('ace','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('ace','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('ace','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('ace','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('ace','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('ace','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('ace','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('ace','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('ace','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('ace','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('ace','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('ace','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('ace','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('ace','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ace','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('ace','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('ace','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('ace','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('ace','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('ace','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('ace','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('ace','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('ace','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('ace','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('ace','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('ace','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('ace','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('ace','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('ace','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('ace','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('ace','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ace','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('ace','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ace','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ace','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ace','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ace','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ace','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ace','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('ace','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('ace','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('ace','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('ace','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('ace','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('ace','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ace','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('ace','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('ace','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ace','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ace','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ace','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ace','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('ace','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ace','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('ace','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('ace','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('ace','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ace','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('ace','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('ace','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('ace','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ace','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ace','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('ace','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('ace','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('ace','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('ace','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('ace','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('ace','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('ace','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('ace','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ace','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ace','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('ace','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('ace','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('ace','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ace','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ace','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('ace','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('ace','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('ace','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('ace','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('ace','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('ace','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('ace','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('ace','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('ace','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ace','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('ace','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ace','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('ace','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('ace','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('ace','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('ace','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('ace','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('ace','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('ace','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('ace','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('ace','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('ace','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('ace','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('ace','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('ace','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('ace','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('ace','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('ace','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('ace','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('ace','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('ace','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('ace','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('ace','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('ace','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('ace','messages:apihelp-revisiondelete-param-ids','s:44:\"id:Penanda untuk perubahan yang akan dihapus\";'),('ace','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('ace','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('ace','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('ace','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('ace','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('ace','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('ace','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('ace','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('ace','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('ace','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('ace','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('ace','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('ace','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('ace','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('ace','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('ace','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ace','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('ace','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('ace','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('ace','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('ace','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('ace','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('ace','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('ace','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('ace','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('ace','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('ace','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('ace','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('ace','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('ace','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('ace','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('ace','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('ace','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('ace','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('ace','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('ace','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('ace','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('ace','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('ace','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('ace','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ace','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ace','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('ace','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('ace','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('ace','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('ace','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('ace','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('ace','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('ace','messages:apihelp-summary','s:3:\"en:\";'),('ace','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('ace','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('ace','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('ace','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('ace','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('ace','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('ace','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('ace','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('ace','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('ace','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('ace','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('ace','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('ace','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('ace','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('ace','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ace','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('ace','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ace','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('ace','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ace','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('ace','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('ace','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ace','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('ace','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('ace','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('ace','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ace','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('ace','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('ace','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('ace','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('ace','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('ace','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('ace','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('ace','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('ace','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('ace','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('ace','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('ace','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ace','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('ace','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('ace','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ace','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('ace','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('ace','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('ace','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('ace','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('ace','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('ace','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('ace','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ace','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ace','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('ace','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('ace','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ace','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ace','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('ace','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('ace','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('ace','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('ace','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('ace','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('ace','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ace','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('ace','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('ace','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('ace','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('ace','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('ace','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('ace','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('ace','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('ace','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('ace','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('ace','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('ace','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('ace','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('ace','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('ace','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('ace','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('ace','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('ace','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('ace','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('ace','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('ace','messages:apisandbox','s:16:\"id:Bak pasir API\";'),('ace','messages:apisandbox-add-multi','s:12:\"id:Tambahkan\";'),('ace','messages:apisandbox-alert-field','s:37:\"id:Nilai dalam kolom ini tidak valid.\";'),('ace','messages:apisandbox-alert-page','s:39:\"id:Kolom dalam halaman ini tidak valid.\";'),('ace','messages:apisandbox-continue','s:12:\"id:Lanjutkan\";'),('ace','messages:apisandbox-continue-clear','s:12:\"id:Kosongkan\";'),('ace','messages:apisandbox-continue-help','s:231:\"id:{{int:apisandbox-continue}} akan [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries melanjutkan] permintaan terakhir; {{int:apisandbox-continue-clear}} akan membersihkan semua parameter berkelanjutan\";'),('ace','messages:apisandbox-deprecated-parameters','s:18:\"id:Parameter usang\";'),('ace','messages:apisandbox-dynamic-error-exists','s:41:\"id:Parameter bernama \"$1\" telah tersedia.\";'),('ace','messages:apisandbox-dynamic-parameters','s:21:\"id:Parameter tambahan\";'),('ace','messages:apisandbox-dynamic-parameters-add-label','s:20:\"id:Tambah parameter:\";'),('ace','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"id:Nama parameter\";'),('ace','messages:apisandbox-examples','s:9:\"id:Contoh\";'),('ace','messages:apisandbox-fetch-token','s:28:\"id:Isi token dengan otomatis\";'),('ace','messages:apisandbox-helpurls','s:18:\"id:Pranala bantuan\";'),('ace','messages:apisandbox-intro','s:533:\"id:Gunakan halaman ini untuk bereksperimen dengan <strong>API layanan web MediaWiki</strong>.\nLihat [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page dokumentasi API] untuk perincian lanjut penggunaan API. Contoh: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query mencari judul halaman yang sesuai dengan kata kunci]. Pilih sebuah tindakan untuk melihat contoh lain.\n\nPerhatikan bahwa, meskipun ini adalah bak pasir, tindakan yang Anda lakukan pada halaman ini mungkin dapat mengubah wiki.\";'),('ace','messages:apisandbox-jsonly','s:59:\"id:JavaScript dibutuhkan untuk menggunakan kotak pasir API.\";'),('ace','messages:apisandbox-load-error','s:66:\"id:Sebuah galat terjadi ketika memuat informasi modul API \"$1\": $2\";'),('ace','messages:apisandbox-loading','s:37:\"id:Memuat informasi modul API \"$1\"...\";'),('ace','messages:apisandbox-loading-results','s:24:\"id:Menerima hasil API...\";'),('ace','messages:apisandbox-multivalue-all-namespaces','s:24:\"id:$1 (Semua ruang nama)\";'),('ace','messages:apisandbox-multivalue-all-values','s:19:\"id:$1 (Semua nilai)\";'),('ace','messages:apisandbox-no-parameters','s:42:\"id:Modul API ini tidak memiliki parameter.\";'),('ace','messages:apisandbox-param-limit','s:59:\"id:Masukan <kbd>max</kbd> untuk menggunakan batas maksimum.\";'),('ace','messages:apisandbox-request-format-json-label','s:7:\"id:JSON\";'),('ace','messages:apisandbox-request-format-php-label','s:12:\"id:Larik PHP\";'),('ace','messages:apisandbox-request-format-url-label','s:19:\"id:String kueri URL\";'),('ace','messages:apisandbox-request-json-label','s:16:\"id:Meminta JSON:\";'),('ace','messages:apisandbox-request-php-label','s:19:\"id:Minta larik PHP:\";'),('ace','messages:apisandbox-request-selectformat-label','s:37:\"id:Tampilkan permintaan data sebagai:\";'),('ace','messages:apisandbox-request-time','s:39:\"id:Lama permintaan: {{PLURAL:$1|$1 ms}}\";'),('ace','messages:apisandbox-request-url-label','s:18:\"id:URL Permintaan:\";'),('ace','messages:apisandbox-reset','s:12:\"id:Kosongkan\";'),('ace','messages:apisandbox-results','s:8:\"id:Hasil\";'),('ace','messages:apisandbox-results-error','s:64:\"id:Sebuah galat terjadi ketika memuat permintaan respon API: $1.\";'),('ace','messages:apisandbox-results-fixtoken','s:35:\"id:Perbaiki token dan kirim kembali\";'),('ace','messages:apisandbox-results-fixtoken-fail','s:32:\"id:Gagal mendapatkan token \"$1\".\";'),('ace','messages:apisandbox-results-login-suppressed','s:273:\"id:Permintaan ini akan diproses sebagai pengguna log-out dan akan digunakan untuk memotong keamanan browser yang memiliki asal yang sama. Tolong diperhatikan pengurusan token bak pasir otomatis tidak bekerja dengan baik dengan permintaan tersebut, tolong isi secara manual.\";'),('ace','messages:apisandbox-retry','s:12:\"id:Coba lagi\";'),('ace','messages:apisandbox-sending-request','s:29:\"id:Mengirim permintaan API...\";'),('ace','messages:apisandbox-submit','s:19:\"id:Kirim permintaan\";'),('ace','messages:apisandbox-submit-invalid-fields-message','s:57:\"id:Silakan perbaiki kolom yang ditandai dan coba kembali.\";'),('ace','messages:apisandbox-submit-invalid-fields-title','s:29:\"id:Beberapa kolom tidak valid\";'),('ace','messages:apisandbox-summary','s:3:\"en:\";'),('ace','messages:apisandbox-templated-parameter-reason','s:141:\"id:Ini adalah [[Special:ApiHelp/main#main/templatedparams|parameter templat]] yang ditawarkan berdasarkan {{PLURAL:$1|value|values}} dari $2.\";'),('ace','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('ace','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('ace','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('ace','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('ace','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('ace','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('ace','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('ace','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('ace','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('ace','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('ace','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('ace','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('ace','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('ace','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('ace','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('ace','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('ace','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('ace','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('ace','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('ace','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('ace','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('ace','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('ace','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('ace','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('ace','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('ace','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('ace','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('ace','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('ace','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('ace','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('ace','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('ace','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('ace','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('ace','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('ace','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('ace','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('ace','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('ace','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('ace','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ace','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('ace','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('ace','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('ace','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('ace','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ace','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ace','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('ace','messages:apr','s:9:\"ace:Peuet\";'),('ace','messages:april','s:17:\"ace:Buleuen Peuet\";'),('ace','messages:april-gen','s:17:\"ace:Buleuen Peuet\";'),('ace','messages:article','s:12:\"ace:Ôn asoe\";'),('ace','messages:articleexists','s:88:\"ace:Ôn ngön nan nyan ka na atawa nan nyang neupiléh hana sah. Neupiléh nan la’én.\";'),('ace','messages:aug','s:9:\"ace:Lapan\";'),('ace','messages:august','s:17:\"ace:Buleuen Lapan\";'),('ace','messages:august-gen','s:17:\"ace:Buleuen Lapan\";'),('ace','messages:authenticationdatachange-ignored','s:86:\"id:Otentikasi perubahan data tidak dijalankan. Mungkin tidak ada provider yang diatur?\";'),('ace','messages:authform-newtoken','s:19:\"id:Token hilang. $1\";'),('ace','messages:authform-nosession-login','s:87:\"id:Otentikasi berhasil, namun peramban Anda tidak dapat \"mengingat\" masuk log Anda.\n\n$1\";'),('ace','messages:authform-nosession-signup','s:97:\"id:Akun telah dibuat, namun peramban Anda tidak dapat \"mengingat\" bahwa Anda sudah masuk log.\n\n$1\";'),('ace','messages:authform-notoken','s:15:\"id:Token hilang\";'),('ace','messages:authform-wrongtoken','s:14:\"id:Token salah\";'),('ace','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ace','messages:authmanager-authn-autocreate-failed','s:47:\"id:Pembuatan otomatis dari akun lokal gagal: $1\";'),('ace','messages:authmanager-authn-no-local-user','s:86:\"id:Kredensial yang diberikan tidak terkait dengan satu orang pun pengguna di wiki ini.\";'),('ace','messages:authmanager-authn-no-local-user-link','s:239:\"id:Kredensial yang diberikan sah namun tidak terkait dengan satu orang pengguna pun di wiki ini. Silakan masuk log dengan cara lain, atau buat akun baru, dan Anda akan diberikan opsi untuk mengaitkan kredensial sebelumnya ke akun tersebut.\";'),('ace','messages:authmanager-authn-no-primary','s:54:\"id:Kredensial yang diberikan tidak dapat diotentikasi.\";'),('ace','messages:authmanager-authn-not-in-progress','s:85:\"id:Otentikasi tidak dilanjutkan atau data sesi telah hilang. Ulang kembali dari awal.\";'),('ace','messages:authmanager-autocreate-exception','s:71:\"id:Pembuatan akun otomatis dimatikan sementara karena galat sebelumnya.\";'),('ace','messages:authmanager-autocreate-noperm','s:43:\"id:Pembuatan akun otomatis tidak diizinkan.\";'),('ace','messages:authmanager-change-not-supported','s:92:\"id:Kredensial yang diberikan tidak dapat diganti, karena tidak ada yang akan menggunakannya.\";'),('ace','messages:authmanager-create-disabled','s:28:\"id:Pembuatan akun dimatikan.\";'),('ace','messages:authmanager-create-from-login','s:50:\"id:Untuk membuat akun, silakan isi kolom di bawah.\";'),('ace','messages:authmanager-create-no-primary','s:72:\"id:Kredensial yang diberikan tidak dapat digunakan untuk pembuatan akun.\";'),('ace','messages:authmanager-create-not-in-progress','s:89:\"id:Pembuatan akun tidak dilanjutkan atau data sesi telah hilang. Ulang kembali dari awal.\";'),('ace','messages:authmanager-domain-help','s:37:\"id:Domain untuk otentikasi eksternal.\";'),('ace','messages:authmanager-email-help','s:15:\"id:Alamat surel\";'),('ace','messages:authmanager-email-label','s:8:\"id:Surel\";'),('ace','messages:authmanager-link-no-primary','s:72:\"id:Kredensial yang diberikan tidak dapat digunakan untuk menautkan akun.\";'),('ace','messages:authmanager-link-not-in-progress','s:88:\"id:Penautan akun tidak dilanjutkan atau data sesi telah hilang. Ulang kembali dari awal.\";'),('ace','messages:authmanager-password-help','s:31:\"id:Kata sandi untuk otentikasi.\";'),('ace','messages:authmanager-provider-password','s:32:\"id:Otentikasi menurut kata sandi\";'),('ace','messages:authmanager-provider-password-domain','s:43:\"id:Otentikasi menurut kata sandi dan domain\";'),('ace','messages:authmanager-provider-temporarypassword','s:23:\"id:Kata sandi sementara\";'),('ace','messages:authmanager-realname-help','s:21:\"id:Nama asli pengguna\";'),('ace','messages:authmanager-realname-label','s:12:\"id:Nama asli\";'),('ace','messages:authmanager-retype-help','s:48:\"id:Ketik kata sandi lagi untuk mengonfirmasikan.\";'),('ace','messages:authmanager-userdoesnotexist','s:33:\"id:Pengguna \"$1\" tidak terdaftar.\";'),('ace','messages:authmanager-userlogin-remembermypassword-help','s:68:\"id:Kata sandi harus diingat selama lebih dari lamanya sesi tersebut.\";'),('ace','messages:authmanager-username-help','s:34:\"id:Nama pengguna untuk otentikasi.\";'),('ace','messages:authpage-cannot-create','s:38:\"id:Tidak dapat memulai pembuatan akun.\";'),('ace','messages:authpage-cannot-create-continue','s:77:\"id:Tidak dapat melanjutkan pembuatan akun. Sesi Anda kemungkinan telah usang.\";'),('ace','messages:authpage-cannot-link','s:37:\"id:Tidak dapat memulai penautan akun.\";'),('ace','messages:authpage-cannot-link-continue','s:76:\"id:Tidak dapat melanjutkan penautan akun. Sesi Anda kemungkinan telah usang.\";'),('ace','messages:authpage-cannot-login','s:33:\"id:Tidak dapat memulai masuk log.\";'),('ace','messages:authpage-cannot-login-continue','s:72:\"id:Tidak dapat melanjutkan masuk log. Sesi Anda kemungkinan sudah usang.\";'),('ace','messages:authprovider-confirmlink-failed','s:35:\"id:Penautan akun tidak berhasil: $1\";'),('ace','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('ace','messages:authprovider-confirmlink-message','s:214:\"id:Menurut upaya masuk log Anda baru-baru ini, akun berikut dapat ditautkan kepada akun wiki Anda. Menautkannya akan mengizinkan untuk masuk log melalui akun tersebut. Silakan memilih akun mana yang akan ditautkan.\";'),('ace','messages:authprovider-confirmlink-ok-help','s:54:\"id:Lanjutkan setelah menampilkan pesan gagal penautan.\";'),('ace','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('ace','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ace','messages:authprovider-confirmlink-request-label','s:27:\"id:Akun yang akan ditautkan\";'),('ace','messages:authprovider-confirmlink-success-line','s:26:\"id:$1: berhasil ditautkan.\";'),('ace','messages:authprovider-resetpass-skip-help','s:31:\"id:Lewati pemulihan kata sandi.\";'),('ace','messages:authprovider-resetpass-skip-label','s:9:\"id:Lewati\";'),('ace','messages:autoblockedtext','s:694:\"ace:\'\'\'Nan ureuëng nguy atawa alamat IP Droëneuh  ka geutheun.\'\'\'\n\nGeutheun lé $1. Dalèh jih nakeuh \'\'$2\'\'.\n\n* Geutheun yôh: $8\n* Neutheun maté tanggay bak: $6\n* Nyang geutheun: $7\n\nDroëneuh   jeuët neutanyong bak $1 atawa [[{{MediaWiki:Grouppage-sysop}}|nyang urôh nyang la’én]] keu peugah haba bhah nyoë.\n\nDroëneuh   h’an jeuët neunguy alat \'Kirém surat-e ureuëng nguy nyoë\' keucuali ka neupasoë alamat surat-e nyang sah di [[Special:Preferences|Geunalak]] Droëneuh ngön Droëneuh ka geutheun keu nguy nyan.\n\nAlamat IP Droëneuh nakeuh $3, ngön ID neutheun nakeuh $5. Tulông peuseureuta salah saboh atawa ban duwa beurita nyoë bak tiëp teunanyöng nyang neupeugöt.\";'),('ace','messages:autoblocker','s:138:\"id:Diblokir secara otomatis karena alamat IP Anda digunakan oleh \"[[User:$1|$1]]\".\nAlasan yang diberikan untuk pemblokiran $1 adalah: \"$2\"\";'),('ace','messages:autoblockid','s:22:\"id:Blokir otomatis #$1\";'),('ace','messages:autoblocklist','s:23:\"id:Pemblokiran otomatis\";'),('ace','messages:autoblocklist-empty','s:38:\"id:Daftar pemblokiran otomatis kosong.\";'),('ace','messages:autoblocklist-legend','s:30:\"id:Daftar pemblokiran otomatis\";'),('ace','messages:autoblocklist-localblocks','s:54:\"id:{{PLURAL:$1|Blokir otomatis|Blokir otomatis}} lokal\";'),('ace','messages:autoblocklist-otherblocks','s:56:\"id:{{PLURAL:$1|Blokir otomatis|Blokir otomatis}} lainnya\";'),('ace','messages:autoblocklist-submit','s:12:\"id:Pencarian\";'),('ace','messages:autoblocklist-total-autoblocks','s:28:\"id:Total blokir otomatis: $1\";'),('ace','messages:autochange-username','s:31:\"id:Perubahan otomatis MediaWiki\";'),('ace','messages:autocomment-prefix','s:3:\"en:\";'),('ace','messages:autocreate-edit-warning','s:399:\"id:<strong>Peringatan:</strong> Anda belum masuk log. Suntingan Anda akan tercatat ke <strong>nama yang diciptakan otomatis</strong> dengan menambahkan kuki ke peramban Anda. Alamat IP Anda akan terlihat oleh pengguna terpercaya. Bila Anda <strong>[$1 masuk log]</strong> atau <strong>[$2 membuat akun]</strong>, suntingan Anda akan tercatat ke nama yang Anda pilih, selain berbagai manfaat lainnya.\";'),('ace','messages:autocreate-preview-warning','s:143:\"id:<em>Anda tidak masuk log. Suntingan Anda akan dicatat ke nama yang diciptakan otomatis, dan alamat IP Anda akan terlihat oleh pengurus.</em>\";'),('ace','messages:autoredircomment','s:27:\"id:←Mengalihkan ke [[$1]]\";'),('ace','messages:autosumm-blank','s:26:\"id:←Mengosongkan halaman\";'),('ace','messages:autosumm-changed-redirect-target','s:47:\"id:Ubah target pengalihan dari [[$1]] ke [[$2]]\";'),('ace','messages:autosumm-new','s:37:\"ace:Geupeugöt laman ngön asoë \'$1\'\";'),('ace','messages:autosumm-newblank','s:25:\"id:Membuat halaman kosong\";'),('ace','messages:autosumm-removed-redirect','s:33:\"id:Menghapus pengalihan ke [[$1]]\";'),('ace','messages:autosumm-replace','s:35:\"id:←Mengganti halaman dengan \'$1\'\";'),('ace','messages:backend-fail-alreadyexists','s:25:\"id:Berkas \"$1\" sudah ada.\";'),('ace','messages:backend-fail-backup','s:38:\"id:Tidak dapat mencadangkan berkas $1.\";'),('ace','messages:backend-fail-batchsize','s:115:\"id:Penyimpanan backend diberikan batch $1 berkas {{PLURAL:$1||}}operasi; batasnya adalah $2 {{PLURAL:$2||}}operasi.\";'),('ace','messages:backend-fail-closetemp','s:40:\"id:Tidak dapat menutup berkas sementara.\";'),('ace','messages:backend-fail-connect','s:61:\"id:Tidak dapat menyambung ke penyimpanan latar belakang \"$1\".\";'),('ace','messages:backend-fail-contenttype','s:72:\"id:Tidak dapat menentukan tipe konten dari berkas yang disimpan di \"$1\".\";'),('ace','messages:backend-fail-copy','s:44:\"id:Tidak dapat menyalin berkas \"$1\" ke \"$2\".\";'),('ace','messages:backend-fail-create','s:35:\"id:Tidak dapat membuat berkas \"$1\".\";'),('ace','messages:backend-fail-delete','s:37:\"id:Tidak dapat menghapus berkas \"$1\".\";'),('ace','messages:backend-fail-describe','s:39:\"id:Gagal mengubah metadata berkas \"$1\".\";'),('ace','messages:backend-fail-hash','s:55:\"id:Tidak dapat menentukan hash kriptografi berkas \"$1\".\";'),('ace','messages:backend-fail-hashes','s:59:\"id:Tidak bisa mendapatkan hash berkas sebagai perbandingan.\";'),('ace','messages:backend-fail-internal','s:77:\"id:Kesalahan yang tidak dikenal terjadi pada penyimpanan latar belakang \"$1\".\";'),('ace','messages:backend-fail-invalidpath','s:49:\"id:\"$1\" bukanlah lintasan penyimpanan yang valid.\";'),('ace','messages:backend-fail-maxsize','s:92:\"id:Tidak dapat membuat berkas \"$1\" karena ukurannya lebih besar dari {{PLURAL:$2||}}$2 bita.\";'),('ace','messages:backend-fail-move','s:47:\"id:Tidak dapat memindahkan berkas \"$1\" ke \"$2\".\";'),('ace','messages:backend-fail-notexists','s:23:\"id:Berkas $1 tidak ada.\";'),('ace','messages:backend-fail-notsame','s:39:\"id:Berkas takidentik telah ada di \"$1\".\";'),('ace','messages:backend-fail-opentemp','s:40:\"id:Tidak dapat membuka berkas sementara.\";'),('ace','messages:backend-fail-read','s:35:\"id:Tidak dapat membaca berkas \"$1\".\";'),('ace','messages:backend-fail-readonly','s:108:\"id:Penyimpanan latar belakang \"$1\" ini saat ini hanya dapat dibaca. Alasan yang diberikan adalah <em>$2</em>\";'),('ace','messages:backend-fail-sizes','s:57:\"id:Tidak dapat memperoleh ukuran file untuk perbandingan.\";'),('ace','messages:backend-fail-stat','s:42:\"id:Tidak dapat membaca status berkas \"$1\".\";'),('ace','messages:backend-fail-store','s:45:\"id:Tidak dapat menyimpan berkas \"$1\" di \"$2\".\";'),('ace','messages:backend-fail-stream','s:37:\"id:Tidak dapat mengalirkan berkas $1.\";'),('ace','messages:backend-fail-synced','s:91:\"id:Berkas \"$1\" dalam keadaan yang tidak konsisten dalam latar belakang penyimpanan internal\";'),('ace','messages:backend-fail-usable','s:106:\"id:Tidak dapat membaca atau menulis berkas \"$1\" karena izin tidak memadai atau direktori/kontainer hilang.\";'),('ace','messages:backend-fail-writetemp','s:43:\"id:Tidak dapat menulis ke berkas sementara.\";'),('ace','messages:backlinksubtitle','s:9:\"en:← $1\";'),('ace','messages:bad-target-model','s:108:\"id:Tujuan yang diinginkan menggunakan model konten yang berbeda. Tidak dapat mengkonversi dari $1 untuk $2 .\";'),('ace','messages:bad_image_list','s:318:\"ace:Beuntukjih lagèe di miyub nyoe:\n\nHanya hai dapeuta (baréh nyang geupeuphôn ngon tanda *) nyang geukira. Hubông phôn bak saboh baréh beukeuh hubông u beureukaih nyang brôk.\nHubông-hubông lheuëh nyan bak baréh nyang saban geukira sibagoë keucuali, nakeuh seunurat nyang jeuët peuleumah beureukaih nyan.\";'),('ace','messages:badaccess','s:26:\"ace:Salah khut/hak tamöng\";'),('ace','messages:badaccess-group0','s:66:\"ace:Droeneuh hana geupeuidin keu neupeulaku buët nyang neulakèë\";'),('ace','messages:badaccess-groups','s:109:\"ace:Buët nyang neulakèë geupeubatah keu ureuëng ngui lam {{PLURAL:$2|kawan|salah saboh nibak kawan}}: $1.\";'),('ace','messages:badarticleerror','s:52:\"ace:Buet nyoe h\'an jeuët geupeulaku bak laman nyoe.\";'),('ace','messages:badfilename','s:41:\"ace:Nan beureukaih ka meugantoe keu \"$1\".\";'),('ace','messages:badipaddress','s:45:\"id:Format alamat IP atau nama pengguna salah.\";'),('ace','messages:badretype','s:41:\"ace:Lageuem tamöng nyang neupasoe salah.\";'),('ace','messages:badsig','s:49:\"id:Tanda tangan mentah tak sah.\nPeriksa tag HTML.\";'),('ace','messages:badsightml','s:67:\"id:Tanda tangan Anda mengandung sintaksis HTML yang usang atau sah:\";'),('ace','messages:badsiglength','s:86:\"ace:Tanda jaroë droëneuh panyang that.\nBèk leubèh nibak $1 {{PLURAL:$1|karakter}}.\";'),('ace','messages:badsiglinebreak','s:61:\"id:Tanda tangan Anda harus terdiri dari satu baris teks wiki.\";'),('ace','messages:badsiglinks','s:178:\"id:Tanda tangan Anda harus menyertakan tautan ke halaman pengguna Anda, halaman pembicaraan, atau kontribusi di wiki ini. Silakan untuk menambahkannya, misalnya: <code>$1</code>.\";'),('ace','messages:badsigsubst','s:120:\"id:Tanda tangan Anda mengandung substitusi bersarang (e.g. <code>subst:</code> atau <code><nowiki>~~~~</nowiki></code>).\";'),('ace','messages:badtitle','s:20:\"ace:Nan hana beutôi\";'),('ace','messages:badtitletext','s:104:\"ace:Nan ôn nyang neulakèë hana sah, soh, atawa nan antarabahsa atawa antarawiki nyang salah sambông.\";'),('ace','messages:beta-feature-minerva','s:64:\"id:Aktifkan kulit seluler ({{int:skinname-minerva}}) di komputer\";'),('ace','messages:beta-feature-minerva-description','s:151:\"id:Jadikan kulit yang digunakan pada perangkat seluler ini menjadi kulit yang dapat dipilih pada komputer melalui preferensi \"{{int:prefs-rendering}}\".\";'),('ace','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('ace','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('ace','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('ace','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('ace','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('ace','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('ace','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ace','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ace','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('ace','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('ace','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('ace','messages:blankarticle','s:157:\"id:<strong>Peringatan:</strong> Halaman yang akan Anda buat tidak berisi apa-apa.\nJika Anda mengklik \"$1\" sekali lagi, halaman ini akan dibuat tanpa ada isi.\";'),('ace','messages:blanknamespace','s:10:\"ace:(Keue)\";'),('ace','messages:blankpage','s:13:\"ace:Laman soh\";'),('ace','messages:block','s:18:\"id:Blokir pengguna\";'),('ace','messages:block-actions','s:20:\"id:Jenis pemblokiran\";'),('ace','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ace','messages:block-details','s:24:\"id:Perincian pemblokiran\";'),('ace','messages:block-expiry','s:15:\"id:Kedaluwarsa:\";'),('ace','messages:block-log-flags-angry-autoblock','s:59:\"id:peningkatan sistem pemblokiran otomatis telah diaktifkan\";'),('ace','messages:block-log-flags-anononly','s:24:\"id:hanya pengguna anonim\";'),('ace','messages:block-log-flags-hiddenname','s:28:\"id:nama pengguna tersembunyi\";'),('ace','messages:block-log-flags-noautoblock','s:33:\"id:pemblokiran otomatis dimatikan\";'),('ace','messages:block-log-flags-nocreate','s:27:\"ace:peugöt akun geupumaté\";'),('ace','messages:block-log-flags-noemail','s:17:\"id:surel diblokir\";'),('ace','messages:block-log-flags-nousertalk','s:53:\"id:tidak dapat menyunting halaman pembicaraan sendiri\";'),('ace','messages:block-options','s:17:\"id:Opsi tambahan:\";'),('ace','messages:block-reason','s:10:\"id:Alasan:\";'),('ace','messages:block-target','s:45:\"id:Nama pengguna, alamat IP, atau rentang IP:\";'),('ace','messages:block-target-placeholder','s:43:\"id:NamaPengguna, 1.1.1.42, atau 1.1.1.42/16\";'),('ace','messages:blocked-mailpassword','s:157:\"id:Alamat IP Anda diblokir dari penyuntingan. Untuk mencegah penyalahgunaan, Anda tidak diperkenankan untuk memulihkan kata sandi Anda melalui alamat IP ini.\";'),('ace','messages:blocked-notice-logextract','s:116:\"id:{{GENDER:$1|Pengguna}} ini sedang diblokir.\nEntri log pemblokiran terakhir tersedia di bawah ini sebagai rujukan:\";'),('ace','messages:blockednoreason','s:28:\"ace:hana alasan nyang geubri\";'),('ace','messages:blockedtext','s:714:\"ace:<strong>Nan ureueng ngui atawa alamat IP Droeneuh ka geutheun.</strong>\n\nTeuneuheuen geupeugöt lé $1. \nAlasan nyang geubri nakeuh <em>$2</em>.\n\n* Phôn mula geutheun: $8\n* Maté tanggai teuneuheun: $6\n* Ureueng nyang geutheun: $7\n\nDroeneuh jeuet neutanyöng bak $1 atawa [[{{MediaWiki:Grouppage-sysop}}|ureueng urôih]] nyang la’én bhaih teuneuheun nyoe.\nDroeneuh h`an jeuet neungui alat \"{{int:emailuser}}\" keucuali meunyo alamat surat-e nyang sah na neupasoe bak [[Special:Preferences|Neuatô akun]] ngön Droeneuh hana geutheun keu neungui atra nyan.\nAlamat IP Droeneuh jinoe nakeuh $3, ngön ID teuneuheun nakeuh $5.\nNeutulông pasoe ban dum keutrangan di ateueh lam tiep teunanyöng nyang neupeugöt.\";'),('ace','messages:blockedtext-composite','s:287:\"id:<strong>Nama pengguna atau alamat IP Anda telah diblokir.</strong>\n\nAlasan yang diberikan yaitu:\n\n:<em>$2</em>.\n\n* Mulai pemblokiran: $8\n* Waktu akhir pemblokiran terlama: $6\n\n* $5\n\nAlamat IP Anda saat ini ialah $3.\nMohon sertakan semua detail di atas dalam pertanyaan yang Anda buat.\";'),('ace','messages:blockedtext-composite-ids','s:88:\"id:Pemblokiran ID relevan: $1 (alamat IP Anda juga bisa ada di dalam daftar pemblokiran)\";'),('ace','messages:blockedtext-composite-no-ids','s:58:\"id:Alamat IP Anda muncul dalam beberapa daftar pemblokiran\";'),('ace','messages:blockedtext-composite-reason','s:71:\"id:Ada pemblokiran berganda terhadap akun Anda dan/atau alamat IP Anda.\";'),('ace','messages:blockedtext-partial','s:428:\"id:<strong>Nama pengguna atau alamat IP Anda telah diblokir dari penyuntingan di halaman ini. Anda masih dapat menyunting halaman lain di wiki ini.</strong> Anda dapat melihat perincian lengkap pemblokiran pada [[Special:MyContributions|kontribusi akun]].\n\nPemblokiran dilakukan oleh $1.\n\nAlasan yang diberikan adalah <em>$2</em>.\n\n* Diblokir sejak: $8\n* Blokir kedaluwarsa pada: $6\n* Sasaran pemblokiran: $7\n* ID pemblokiran#$5\";'),('ace','messages:blockedtitle','s:25:\"ace:Ureueng ngui geutheun\";'),('ace','messages:blockip','s:23:\"ace:Theun ureuëng ngui\";'),('ace','messages:blockipsuccesssub','s:21:\"id:Pemblokiran sukses\";'),('ace','messages:blockipsuccesstext','s:139:\"id:[[Special:Contributions/$1|$1]] telah diblokir.<br />\nLihat [[Special:BlockList|daftar pemblokiran]] untuk meninjau kembali pemblokiran.\";'),('ace','messages:blockiptext','s:500:\"id:Gunakan formulir di bawah untuk memblokir akses penulisan dari sebuah alamat IP atau pengguna tertentu.\nIni hanya boleh dilakukan untuk mencegah vandalisme, dan sejalan dengan [[{{MediaWiki:Policy-url}}|kebijakan]].\nMasukkan alasan Anda di bawah (contoh, menuliskan nama halaman yang telah divandalisasi).\nAnda dapat memblok rentang IP menggunakan [https://id.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; kisaran terbesar yang diizinkan adalah /$1 untuk IPv4 dan /$2 untuk IPv6.\";'),('ace','messages:blocklink','s:8:\"ace:tham\";'),('ace','messages:blocklist','s:32:\"id:Daftar pengguna yang diblokir\";'),('ace','messages:blocklist-addressblocks','s:37:\"id:Sembunyikan pemblokiran IP tunggal\";'),('ace','messages:blocklist-autoblocks','s:35:\"id:Sembunyikan pemblokiran otomatis\";'),('ace','messages:blocklist-by','s:26:\"id:Pengurus yang memblokir\";'),('ace','messages:blocklist-editing','s:15:\"id:penyuntingan\";'),('ace','messages:blocklist-editing-action','s:9:\"id:action\";'),('ace','messages:blocklist-editing-ns','s:13:\"id:Ruang nama\";'),('ace','messages:blocklist-editing-page','s:8:\"id:laman\";'),('ace','messages:blocklist-editing-sitewide','s:33:\"id:menyunting (keseluruhan situs)\";'),('ace','messages:blocklist-expiry','s:14:\"id:Kedaluwarsa\";'),('ace','messages:blocklist-indefblocks','s:39:\"id:Sembunyikan blok yang tidak terbatas\";'),('ace','messages:blocklist-nousertalk','s:53:\"id:tidak dapat menyunting halaman pembicaraan sendiri\";'),('ace','messages:blocklist-params','s:24:\"id:Parameter pemblokiran\";'),('ace','messages:blocklist-rangeblocks','s:84:\"id:Menyembunyikan jangkauan blokir (http://www.mediawiki.org/wiki/Help:Range_blocks)\";'),('ace','messages:blocklist-reason','s:10:\"ace:Alasan\";'),('ace','messages:blocklist-summary','s:3:\"en:\";'),('ace','messages:blocklist-target','s:9:\"id:Target\";'),('ace','messages:blocklist-tempblocks','s:36:\"id:Sembunyikan pemblokiran sementara\";'),('ace','messages:blocklist-timestamp','s:16:\"id:Stempel waktu\";'),('ace','messages:blocklist-type','s:9:\"id:Jenis:\";'),('ace','messages:blocklist-type-opt-all','s:8:\"id:Semua\";'),('ace','messages:blocklist-type-opt-partial','s:10:\"id:Parsial\";'),('ace','messages:blocklist-type-opt-sitewide','s:20:\"id:Keseluruhan situs\";'),('ace','messages:blocklist-userblocks','s:31:\"id:Sembunyikan pemblokiran akun\";'),('ace','messages:blocklog-showlog','s:109:\"id:{{GENDER:$1|Pengguna}} ini telah diblokir sebelumnya.\nLog pemblokiran disediakan di bawah untuk referensi:\";'),('ace','messages:blocklog-showsuppresslog','s:109:\"id:Pengguna ini telah diblokir dan disembunyikan sebelumnya. Log supresi disediakan di bawah untuk referensi:\";'),('ace','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ace','messages:blocklogpage','s:16:\"ace:Log peutheun\";'),('ace','messages:blocklogtext','s:250:\"id:Berikut adalah log tindakan pemblokiran dan pembukaan blokir terhadap pengguna.\nAlamat IP yang diblokir secara otomatis tidak terdapat di dalam daftar ini.\nLihat [[Special:BlockList|daftar pemblokiran]] untuk semua pengguna yang saat ini diblokir.\";'),('ace','messages:booksources','s:14:\"ace:Asai kitab\";'),('ace','messages:booksources-invalid-isbn','s:92:\"id:ISBN yang diberikan tampaknya tidak valid; periksa kesalahan penyalinan dari sumber asli.\";'),('ace','messages:booksources-isbn','s:8:\"id:ISBN:\";'),('ace','messages:booksources-search','s:8:\"ace:Mita\";'),('ace','messages:booksources-search-legend','s:18:\"ace:Mita asai buku\";'),('ace','messages:booksources-summary','s:3:\"en:\";'),('ace','messages:booksources-text','s:172:\"id:Di bawah ini adalah daftar pranala ke situs lain yang menjual buku baru dan bekas, dan mungkin juga mempunyai informasi lebih lanjut mengenai buku yang sedang Anda cari:\";'),('ace','messages:boteditletter','s:5:\"ace:b\";'),('ace','messages:botpasswords','s:17:\"id:Kata sandi bot\";'),('ace','messages:botpasswords-bad-appid','s:29:\"id:Nama bot \"$1\" tidak valid.\";'),('ace','messages:botpasswords-created-body','s:68:\"id:Kata sandi bot \"$1\" dari {{GENDER:$2|user}} \"$2\" berhasil dibuat.\";'),('ace','messages:botpasswords-created-title','s:24:\"id:Kata sandi bot dibuat\";'),('ace','messages:botpasswords-createnew','s:27:\"id:Buat kata sandi bot baru\";'),('ace','messages:botpasswords-deleted-body','s:67:\"id:Kata sandi bot \"$1\" dari  {{GENDER:$2|user}} \"$2\" telah dihapus.\";'),('ace','messages:botpasswords-deleted-title','s:25:\"id:Kata sandi bot dihapus\";'),('ace','messages:botpasswords-disabled','s:32:\"id:Kata sandi bot dinonaktifkan.\";'),('ace','messages:botpasswords-editexisting','s:37:\"id:Ubah kata sandi bot yang sudah ada\";'),('ace','messages:botpasswords-existing','s:26:\"id:Kata sandi bot tersedia\";'),('ace','messages:botpasswords-help-grants','s:255:\"id:Izin ke akses tertentu telah dimiliki oleh akun pengguna Anda. Mengaktifkan sebuah hak di sini tidak memberikan akses ke akses lain yang tidak dimiliki oleh akun pengguna Anda. Lihat [[Special:ListGrants|daftar hak akses]] untuk informasi selengkapnya.\";'),('ace','messages:botpasswords-insert-failed','s:70:\"id:Gagal menambah nama bot \"$1\". Apakah sudah ditambahkan sebelum ini?\";'),('ace','messages:botpasswords-invalid-name','s:79:\"id:Nama pengguna yang diberikan tidak mengandung pemisah kata sandi bot (\"$1\").\";'),('ace','messages:botpasswords-label-appid','s:12:\"id:Nama bot:\";'),('ace','messages:botpasswords-label-cancel','s:12:\"ace:Pubateue\";'),('ace','messages:botpasswords-label-create','s:11:\"ace:Peugöt\";'),('ace','messages:botpasswords-label-delete','s:11:\"ace:Sampôh\";'),('ace','messages:botpasswords-label-grants','s:30:\"id:Akses yang dapat diberikan:\";'),('ace','messages:botpasswords-label-grants-column','s:17:\"id:Izin diberikan\";'),('ace','messages:botpasswords-label-needsreset','s:34:\"id:(kata sandi perlu diatur ulang)\";'),('ace','messages:botpasswords-label-resetpassword','s:32:\"ace:Atô keulayi lageuem tamöng\";'),('ace','messages:botpasswords-label-update','s:11:\"ace:Pubarô\";'),('ace','messages:botpasswords-locked','s:77:\"id:Anda tidak dapat masuk log dengan kata sandi bot karena akun Anda dikunci.\";'),('ace','messages:botpasswords-needs-reset','s:92:\"id:Kata sandi bot untuk nama  bot \"$2\" dari  {{GENDER:$1|pengguna}} \"$1\" harus diatur ulang.\";'),('ace','messages:botpasswords-newpassword','s:337:\"id:Kata sandi baru untuk masuk log dengan <strong>$1</strong> adalah <strong>$2</strong>. <em>Catatlah kata sandi ini untuk referensi ke depan.</em> <br> (Untuk bot lama yang memerlukan nama masuk log yang sama dengan nama pengguna, dapat menggunakan <strong>$3</strong> sebagai nama pengguna dan <strong>$4</strong> sebagai kata sandi.)\";'),('ace','messages:botpasswords-no-central-id','s:93:\"id:Untuk menggunakan kata sandi bot, Anda harus masuk log ke akun yang telah tersentralisasi.\";'),('ace','messages:botpasswords-no-provider','s:46:\"id:BotPasswordsSessionProvider tidak tersedia.\";'),('ace','messages:botpasswords-not-exist','s:60:\"id:Pengguna \"$1\" tidak memiliki kata sandi bot bernama \"$2\".\";'),('ace','messages:botpasswords-restriction-failed','s:48:\"id:Batasan kata sandi menghalangi masuk log ini.\";'),('ace','messages:botpasswords-summary','s:432:\"id:<em>Kata sandi bot</em> memungkinkan akses ke akun pengguna menggunakan API tanpa menggunakan kredensial masuk log utama akun tersebut. Hak pengguna yang tersedia ketika masuk log dengan kata sandi bot mungkin akan dibatasi.\n\nJika Anda tidak tahu kenapa Anda ingin melakukan hal ini, sebaiknya jangan lakukan. Semestinya tidak ada orang lain yang boleh meminta Anda untuk menciptakan dan menyerahkan kata sandi bot ini kepadanya.\";'),('ace','messages:botpasswords-toolong-grants','s:37:\"id:Terlalu banyak akses yang dipilih.\";'),('ace','messages:botpasswords-toolong-restrictions','s:59:\"id:Terlalu banyak alamat atau jangkauan IP yang dimasukkan.\";'),('ace','messages:botpasswords-update-failed','s:75:\"id:Gagal memperbarui nama bot \"$1\". Apakah sebelumnya sudah pernah dihapus?\";'),('ace','messages:botpasswords-updated-body','s:73:\"id:Kata sandi bot \"$1\" dari  {{GENDER:$2|user}} \"$2\" berhasil diperbarui.\";'),('ace','messages:botpasswords-updated-title','s:28:\"id:Kata sandi bot diperbarui\";'),('ace','messages:brackets','s:7:\"en:[$1]\";'),('ace','messages:brackets-end','s:4:\"en:]\";'),('ace','messages:brackets-start','s:4:\"en:[\";'),('ace','messages:broken-file-category','s:27:\"ace:Ôn ngön gamba reulöh\";'),('ace','messages:broken-file-category-desc','s:106:\"id:Laman berisi sebuah tautan ke berkas yang rusak (sebuah tautan untuk menampilkan berkas yang tidak ada)\";'),('ace','messages:brokenredirects','s:20:\"ace:Peuninah reulöh\";'),('ace','messages:brokenredirects-delete','s:8:\"id:hapus\";'),('ace','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ace','messages:brokenredirects-edit','s:10:\"id:sunting\";'),('ace','messages:brokenredirects-summary','s:3:\"en:\";'),('ace','messages:brokenredirectstext','s:69:\"id:Pengalihan-pengalihan berikut merujuk pada halaman yang tidak ada:\";'),('ace','messages:bydate','s:22:\"id:berdasarkan tanggal\";'),('ace','messages:cachedspecial-viewing-cached-ttl','s:74:\"id:Anda melihat versi tembolok halaman ini, yang mungkin sudah berumur $1.\";'),('ace','messages:cactions','s:7:\"ace:Lom\";'),('ace','messages:cancel','s:12:\"ace:Pubateue\";'),('ace','messages:cannotauth-not-allowed','s:48:\"id:Anda tidak diizinkan menggunakan halaman ini.\";'),('ace','messages:cannotauth-not-allowed-title','s:15:\"id:Izin ditolak\";'),('ace','messages:cannotchangeemail','s:52:\"ace:Alamat surat-e han jeut geugantoe bak wiki nyoe.\";'),('ace','messages:cannotcreateaccount-text','s:65:\"id:Pembuatan akun secara langsung tidak diaktifkan pada wiki ini.\";'),('ace','messages:cannotcreateaccount-title','s:27:\"ace:H\'an jeuet peugöt akun\";'),('ace','messages:cannotdelete','s:77:\"ace:Ôn atawa beureukah \"$1\" h\'an jeuet geusampôh.\nKadang ka na soe sampôh.\";'),('ace','messages:cannotdelete-title','s:33:\"ace:H\'an jeuet sampôh laman \"$1\"\";'),('ace','messages:cannotlink-no-provider','s:39:\"id:Tidak ada akun yang dapat ditautkan.\";'),('ace','messages:cannotlink-no-provider-title','s:38:\"id:Tidak ada akun yang dapat ditautkan\";'),('ace','messages:cannotlogin-text','s:32:\"id:Masuk log tidak memungkinkan.\";'),('ace','messages:cannotlogin-title','s:22:\"ace:H\'an jeuet tamöng\";'),('ace','messages:cannotloginnow-text','s:54:\"id:Masuk log tidak memungkinkan ketika menggunakan $1.\";'),('ace','messages:cannotloginnow-title','s:28:\"ace:H\'an jeuet tamöng jinoe\";'),('ace','messages:cannotlogoutnow-text','s:55:\"id:Keluar log tidak memungkinkan ketika menggunakan $1.\";'),('ace','messages:cannotlogoutnow-title','s:28:\"ace:H\'an jeuet teubiet jinoe\";'),('ace','messages:cannotmove','s:90:\"id:Halaman ini tidak dapat dipindahkan, atas {{PLURAL:$1|alasan|beberapa alasan}} berikut:\";'),('ace','messages:cannotundelete','s:44:\"id:Beberapa pembatalan penghapusan gagal:\n$1\";'),('ace','messages:cannotunlink-no-provider','s:63:\"id:Tidak ada akun yang tertaut yang dapat dibatalkan tautannya.\";'),('ace','messages:cannotunlink-no-provider-title','s:46:\"id:Tidak ada akun tertaut untuk dilepastautkan\";'),('ace','messages:cant-block-nonexistent-page','s:80:\"id:Anda tidak dapat memblokir pengguna dari $1 karena halaman tersebut tidak ada\";'),('ace','messages:cant-move-category-page','s:63:\"id:Anda tidak memiliki izin untuk memindahkan halaman kategori.\";'),('ace','messages:cant-move-subpages','s:56:\"id:Anda tidak memiliki izin untuk memindahkan subhalaman\";'),('ace','messages:cant-move-to-category-page','s:74:\"id:Anda tidak memiliki izin untuk memindahkan halaman ke halaman kategori.\";'),('ace','messages:cant-move-to-user-page','s:118:\"id:Anda tidak memiliki hak akses untuk memindahkan halaman ke suatu halaman pengguna (kecuali ke subhalaman pengguna).\";'),('ace','messages:cant-move-user-page','s:95:\"id:Anda tidak memiliki hak akses untuk memindahkan halaman pengguna (terpisah dari subhalaman).\";'),('ace','messages:cant-see-hidden-user','s:187:\"id:Pengguna yang Anda coba blokir telah diblokir dan disembunyikan. Selama Anda tidak memiliki hak sembunyikan pengguna, Anda tidak dapat melihat atau menyunting pemblokiran pengguna ini.\";'),('ace','messages:cantmove-titleprotected','s:107:\"id:Anda tidak dapat memindahkan halaman ke lokasi ini, karena judul tujuan sedang dilindungi dari pembuatan\";'),('ace','messages:cantrollback','s:99:\"id:Tidak dapat membatalkan suntingan.\nKontributor terakhir adalah satu-satunya penulis halaman ini.\";'),('ace','messages:cascadeprotected','s:163:\"id:Halaman ini telah dilindungi dari penyuntingan karena disertakan di {{PLURAL:$1|halaman|halaman-halaman}} berikut yang telah dilindungi dengan opsi \"runtun\":\n$2\";'),('ace','messages:cascadeprotectedwarning','s:254:\"id:<strong>Peringatan:</strong> Halaman ini telah dilindungi sehingga hanya pengguna dengan [[Special:ListGroupRights|hak akses tertentu]] saja dapat menyuntingnya karena ditransklusikan dalam {{PLURAL:$1|halaman|halaman-halaman}} yang dilindungi runtun:\";'),('ace','messages:categories','s:17:\"ace:Dapeuta kawan\";'),('ace','messages:categories-submit','s:12:\"id:Tampilkan\";'),('ace','messages:categories-summary','s:3:\"en:\";'),('ace','messages:categoriesfrom','s:46:\"id:Tampilkan kategori-kategori dimulai dengan:\";'),('ace','messages:categoriespagetext','s:179:\"id:{{PLURAL:$1|Kategori berikut|Kategori-kategori}} ada di Wiki, dan mungkin saja digunakan atau tidak digunakan.\nLihat pula [[Special:WantedCategories|kategori yang diinginkan]].\";'),('ace','messages:category-article-count','s:113:\"ace:{{PLURAL:$2|Kawan nyoë cit na saboh ôn nyoë.|Kawan nyoë na  {{PLURAL:$1|ôn|$1 ôn }}, dari ban dum $2.}}\";'),('ace','messages:category-article-count-limited','s:73:\"ace:Kawan nyoë na {{PLURAL:$1|saboh halaman|$1 halaman}} lagèë di yup.\";'),('ace','messages:category-empty','s:56:\"ace:\'\'Kawan nyoë jinoë hat hana halaman atawa media.\'\'\";'),('ace','messages:category-file-count','s:118:\"ace:{{PLURAL:$2|Kawan nyoe na beureukah nyoe sagai.|{{PLURAL:$1|beureukah}} nyoe na lam kawan nyoe, nibak bandum $2.}}\";'),('ace','messages:category-file-count-limited','s:72:\"ace:Kawan nyoe na {{PLURAL:$1|beureukaih|$1 beureukaih}} lagèë di yup.\";'),('ace','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('ace','messages:category-media-header','s:28:\"ace:Peukakaih lam kawan \"$1\"\";'),('ace','messages:category-move-redirect-override','s:4:\"en:-\";'),('ace','messages:category-subcat-count','s:136:\"ace:{{PLURAL:$2|Kawan nyoë cit na saboh aneuk kawan.|Kawan nyoë na {{PLURAL:$1|aneuk kawan|$1 aneuk kawan}} nyoë, nibak ban dum $2.}}\";'),('ace','messages:category-subcat-count-limited','s:75:\"ace:Kawan nyoë na {{PLURAL:$1|aneuk kawan|$1 aneuk kawan}} lagèë di yup.\";'),('ace','messages:category_header','s:27:\"ace:Seunurat lam kawan \"$1\"\";'),('ace','messages:categorypage','s:16:\"ace:Eu ôn kawan\";'),('ace','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('ace','messages:change-blocklink','s:17:\"ace:gantoë theun\";'),('ace','messages:changeblockip','s:18:\"id:Ubah pembatasan\";'),('ace','messages:changecontentmodel','s:32:\"id:Ubah model isi sebuah halaman\";'),('ace','messages:changecontentmodel-cannot-convert','s:56:\"id:Isi pada [[:$1]] tidak dapat ditukar kepada jenis $2.\";'),('ace','messages:changecontentmodel-current-label','s:25:\"id:Model konten saat ini:\";'),('ace','messages:changecontentmodel-emptymodels-text','s:63:\"id:Konten dalam [[:$1]] tidak dapat diubah ke dalam jenis lain.\";'),('ace','messages:changecontentmodel-emptymodels-title','s:30:\"id:Tidak tersedia model konten\";'),('ace','messages:changecontentmodel-legend','s:17:\"id:Ubah model isi\";'),('ace','messages:changecontentmodel-model-label','s:21:\"id:Model konten baru:\";'),('ace','messages:changecontentmodel-nodirectediting','s:50:\"id:Model isi $1 tidak mendukung suntingan langsung\";'),('ace','messages:changecontentmodel-reason-label','s:11:\"ace:Alasan:\";'),('ace','messages:changecontentmodel-submit','s:10:\"ace:Gantoe\";'),('ace','messages:changecontentmodel-success-text','s:36:\"id:Jenis konten [[:$1]] telah diubah\";'),('ace','messages:changecontentmodel-success-title','s:32:\"id:Model konten ini telah diubah\";'),('ace','messages:changecontentmodel-title-label','s:17:\"id:Judul halaman:\";'),('ace','messages:changecredentials','s:19:\"id:Ganti kredensial\";'),('ace','messages:changecredentials-invalidsubpage','s:45:\"id:$1 adalah jenis kredensial yang tidak sah.\";'),('ace','messages:changecredentials-submit','s:19:\"id:Ganti kredensial\";'),('ace','messages:changecredentials-success','s:33:\"id:Kredensial Anda telah diganti.\";'),('ace','messages:changed','s:9:\"id:diubah\";'),('ace','messages:changeemail','s:39:\"ace:Gantoe atawa sampôh alamat surat-e\";'),('ace','messages:changeemail-header','s:25:\"ace:Gantoe alamat surat-e\";'),('ace','messages:changeemail-maxlength','s:61:\"id:Alamat surel Anda bisa memiliki paling banyak 255 karakter\";'),('ace','messages:changeemail-newemail','s:25:\"ace:Alamat surat-e barô:\";'),('ace','messages:changeemail-newemail-help','s:203:\"id:Kolom ini harus dikosongkan jika Anda ingin menghapus alamat surel. Anda nanti tidak dapat menyetel ulang kata sandi yang terlupa dan tidak akan menerima surel dari wiki ini jika alamat surel dihapus.\";'),('ace','messages:changeemail-no-info','s:60:\"ace:Droeneuh suwah neutamöng mangat jeuet neu\'eu laman nyoe\";'),('ace','messages:changeemail-nochange','s:38:\"id:Masukkan alamat surel yang berbeda.\";'),('ace','messages:changeemail-none','s:10:\"ace:(hana)\";'),('ace','messages:changeemail-oldemail','s:25:\"ace:Alamat surat-e jinoe:\";'),('ace','messages:changeemail-password','s:41:\"ace:Lageuem rahsia {{SITENAME}} droeneuh:\";'),('ace','messages:changeemail-submit','s:18:\"ace:Gantoe surat-e\";'),('ace','messages:changeemail-summary','s:3:\"en:\";'),('ace','messages:changeemail-throttled','s:89:\"id:Anda sudah terlalu banyak mencoba masuk log.\nSilakan menunggu $1 sebelum mencoba lagi.\";'),('ace','messages:changepassword','s:25:\"ace:Gantoe lageuem rahsia\";'),('ace','messages:changepassword-success','s:47:\"ace:Lageuem rahsia droeneuh meuhasé geugantoe!\";'),('ace','messages:changepassword-summary','s:3:\"en:\";'),('ace','messages:changepassword-throttled','s:79:\"id:Anda terlalu sering mencoba masuk log.\nMohon tunggu $1 sebelum mencoba lagi.\";'),('ace','messages:changeslist-nocomment','s:32:\"id:Tidak ada ringkasan suntingan\";'),('ace','messages:checkbox-all','s:8:\"id:Semua\";'),('ace','messages:checkbox-invert','s:11:\"id:Balikkan\";'),('ace','messages:checkbox-none','s:12:\"id:Tidak ada\";'),('ace','messages:checkbox-select','s:12:\"id:Pilih: $1\";'),('ace','messages:clearyourcache','s:587:\"ace:<strong>Ceunatat:</strong> Lheueh geukeubah, droeneuh mungkén peureulèe neuliwat cache browser web keu neukalon nyang meuubah.\n* <strong>Firefox/Safari:</strong> Teugön ngön theun <em>Shift</em> sira neuteugön <em>Reload</em>, atawa teugön <em>Ctrl-F5</em> atawa <em>Ctrl-R</em> (<em>⌘-R</em> di Mac)\n* <strong>Google Chrome:</strong> Teugön <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> di Mac)\n* <strong>Internet Explorer / Edge:</strong> Theun <em>Ctrl</em> sira neuteugon <em>Refresh</em>, atawa teugön <em>Ctrl-F5</em>.\n* <strong>Opera:</strong> Teugon <em>Ctrl-F5</em>.\";'),('ace','messages:collapsible-collapse','s:12:\"ace:Peuubeut\";'),('ace','messages:collapsible-expand','s:13:\"ace:Peuluwaih\";'),('ace','messages:colon-separator','s:9:\"id::&#32;\";'),('ace','messages:comma-separator','s:9:\"id:,&#32;\";'),('ace','messages:common.css','s:63:\"id:/* CSS yang ada di sini akan diterapkan pada semua kulit. */\";'),('ace','messages:common.js','s:71:\"id:/* JavaScript yang ada di sini akan diterapkan untuk semua kulit. */\";'),('ace','messages:common.json','s:100:\"id:/* JSON apa pun yang ada di sini akan dimuat untuk semua pengguna ketika memuat semua halaman. */\";'),('ace','messages:compare-page1','s:12:\"id:Halaman 1\";'),('ace','messages:compare-page2','s:12:\"id:Halaman 2\";'),('ace','messages:compare-rev1','s:11:\"id:Revisi 1\";'),('ace','messages:compare-rev2','s:11:\"id:Revisi 2\";'),('ace','messages:compare-revision-not-exists','s:36:\"id:Revisi yang Anda minta tidak ada.\";'),('ace','messages:compare-submit','s:13:\"id:Bandingkan\";'),('ace','messages:comparepages','s:21:\"id:Bandingkan halaman\";'),('ace','messages:comparepages-summary','s:3:\"en:\";'),('ace','messages:compareselectedversions','s:32:\"ace:Pubandéng rèvisi teupiléh\";'),('ace','messages:config-invalid-key','s:55:\"id:Parameter konfigurasi MediaWiki \"$1\" tidak valid: $2\";'),('ace','messages:config-missing-key','s:49:\"id:Parameter konfigurasi MediaWiki \"$1\" tidak ada\";'),('ace','messages:confirm','s:13:\"id:Konfirmasi\";'),('ace','messages:confirm-markpatrolled-button','s:5:\"id:OK\";'),('ace','messages:confirm-markpatrolled-top','s:47:\"id:Tandai revisi $3 dari $2 sebagai terperiksa?\";'),('ace','messages:confirm-mcrrestore-title','s:20:\"id:Kembalikan revisi\";'),('ace','messages:confirm-mcrundo-title','s:21:\"id:Balikkan perubahan\";'),('ace','messages:confirm-purge-bottom','s:97:\"id:Membersihkan halaman akan sekaligus menghapus singgahan dan menampilkan versi halaman terkini.\";'),('ace','messages:confirm-purge-title','s:30:\"id:Hapus singgahan halaman ini\";'),('ace','messages:confirm-purge-top','s:34:\"ace:Sampôh peuniyôh laman nyoë?\";'),('ace','messages:confirm-rollback-bottom','s:65:\"id:Tindakan ini akan mengembalikan revisi terkait ke halaman ini.\";'),('ace','messages:confirm-rollback-button','s:5:\"id:OK\";'),('ace','messages:confirm-rollback-top','s:39:\"id:Kembalikan suntingan ke halaman ini?\";'),('ace','messages:confirm-unwatch-button','s:11:\"ace:Ka göt\";'),('ace','messages:confirm-unwatch-top','s:58:\"ace:Sampôh laman nyoë nibak dapeuta keunalön droëneuh?\";'),('ace','messages:confirm-watch-button','s:11:\"ace:Ka göt\";'),('ace','messages:confirm-watch-button-expiry','s:9:\"id:Pantau\";'),('ace','messages:confirm-watch-label','s:33:\"id:Periode waktu daftar pantauan:\";'),('ace','messages:confirm-watch-top','s:48:\"ace:Tamah ôn nyoe u dapeuta keunalön droeneuh?\";'),('ace','messages:confirm_purge_button','s:11:\"ace:Ka göt\";'),('ace','messages:confirmable-confirm','s:38:\"ace:Peue {{GENDER:$1|Droeneuh}} yakin?\";'),('ace','messages:confirmable-no','s:8:\"ace:H`an\";'),('ace','messages:confirmable-yes','s:7:\"ace:Nyo\";'),('ace','messages:confirmdeletetext','s:320:\"ace:Droëneuh neuk neusampôh laman atawa beureukaih nyoë keu sabé. Meunan cit ban mandum riwayatjih nibak basis data. Neupeupaseuti meunyo Droëneuh cit keubiët meung neusampôh, neutupeuë ban mandum akébatjih, ngön peuë nyang neupeulaku nyoë nakeuh meunurôt [[{{MediaWiki:Policy-url}}|kebijakan{{SITENAME}}]].\";'),('ace','messages:confirmedittext','s:197:\"id:Anda harus mengkonfirmasikan dulu alamat surel Anda sebelum menyunting halaman.\nHarap masukkan dan validasikan alamat surel Anda melalui [[Special:Preferences|halaman preferensi pengguna]] Anda.\";'),('ace','messages:confirmemail','s:26:\"id:Konfirmasi alamat surel\";'),('ace','messages:confirmemail_body','s:474:\"id:Seseorang, mungkin Anda, dari alamat IP $1, telah mendaftarkan akun \"$2\" dengan alamat surel ini di {{SITENAME}}.\n\nUntuk mengonfirmasikan bahwa akun ini benar dimiliki oleh Anda sekaligus mengaktifkan fitur surel di {{SITENAME}}, ikuti pranala berikut pada penjelajah web Anda:\n\n$3\n\nJika Anda merasa *tidak pernah* mendaftar, jangan ikuti pranala di atas.\nKlik pada pranala ini untuk membatalkan konfirmasi alamat surel:\n\n$5\n\nKode konfirmasi ini akan kedaluwarsa pada $4.\";'),('ace','messages:confirmemail_body_changed','s:434:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah mengubah surel dari akun \"$2\" pada alamat ini di {{SITENAME}}.\n\nUntuk mengkonfirmasi bahwa akun ini adalah benar milik Anda sekaligus mengaktifkan\nkembali fitur surel pada {{SITENAME}}, ikuti pranala berikut pada browser Anda:\n\n$3\n\nJika akun ini *bukan* milik Anda, ikuti pranala berikut\nuntuk membatalkan konfirmasi alamat surel:\n\n$5\n\nKode konfirmasi ini akan kedaluwarsa pada $4.\";'),('ace','messages:confirmemail_body_set','s:427:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah mengubah surel dari akun \"$2\" pada alamat ini di {{SITENAME}}.\n\nUntuk mengonfirmasi bahwa akun ini adalah milik Anda sekaligus mengaktifkan\nkembali fitur surel pada {{SITENAME}}, ikuti pranala berikut pada browser Anda:\n\n$3\n\nJika akun ini *bukan* milik Anda, ikuti pranala berikut\nuntuk membatalkan konfirmasi alamat surel:\n\n$5\n\nKode konfirmasi ini akan kedaluwarsa pada $4.\";'),('ace','messages:confirmemail_invalid','s:66:\"id:Kode konfirmasi salah. Kode tersebut mungkin sudah kedaluwarsa.\";'),('ace','messages:confirmemail_invalidated','s:37:\"id:Konfirmasi alamat surel dibatalkan\";'),('ace','messages:confirmemail_loggedin','s:40:\"id:Alamat surel Anda telah dikonfirmasi.\";'),('ace','messages:confirmemail_needlogin','s:69:\"id:Anda harus melakukan $1 untuk mengkonfirmasikan alamat surel Anda.\";'),('ace','messages:confirmemail_noemail','s:99:\"id:Anda tidak memberikan alamat surel yang sah di [[Special:Preferences|preferensi pengguna]] Anda.\";'),('ace','messages:confirmemail_oncreate','s:190:\"id:Suatu kode konfirmasi telah dikirimkan ke alamat surel Anda. Kode ini tidak dibutuhkan untuk masuk log, tapi dibutuhkan sebelum menggunakan semua fitur yang menggunakan surel di wiki ini.\";'),('ace','messages:confirmemail_pending','s:195:\"id:Suatu kode konfirmasi telah dikirimkan kepada Anda; jika Anda baru saja membuat akun Anda, silakan tunggu beberapa menit untuk surat tersebut tiba sebelum mencoba untuk meminta satu kode baru.\";'),('ace','messages:confirmemail_send','s:24:\"id:Kirim kode konfirmasi\";'),('ace','messages:confirmemail_sendfailed','s:170:\"id:{{SITENAME}} tidak berhasil mengirimkan surat konfirmasi Anda.\nHarap cek kemungkinan karakter ilegal pada alamat surel.\n\nAplikasi pengiriman surel menginformasikan: $1\";'),('ace','messages:confirmemail_sent','s:46:\"id:Surel berisi kode konfirmasi telah dikirim.\";'),('ace','messages:confirmemail_subject','s:39:\"id:Konfirmasi alamat surel {{SITENAME}}\";'),('ace','messages:confirmemail_success','s:120:\"id:Alamat surel Anda telah dikonfirmasi.\nSekarang Anda dapat [[Special:UserLogin|masuk log]] dan mulai menggunakan wiki.\";'),('ace','messages:confirmemail_text','s:404:\"id:{{SITENAME}} mengharuskan Anda untuk melakukan konfirmasi atas alamat surel Anda sebelum fitur-fitur surel dapat digunakan.\nTekan tombol di bawah ini untuk mengirimi Anda sebuah surel yang berisi kode konfirmasi yang berupa sebuah alamat internet.\nSalin alamat tersebut ke penjelajah web Anda dan buka alamat tersebut untuk melakukan konfirmasi sehingga menginformasikan bahwa alamat surel Anda valid.\";'),('ace','messages:confirmleave-warning','s:95:\"id:Meninggalkan halaman ini akan menyebabkan Anda kehilangan semua perubahan yang telah dibuat.\";'),('ace','messages:confirmrecreate','s:217:\"id:Pengguna [[User:$1|$1]] ([[User talk:$1|bicara]]) telah {{GENDER:$1|menghapus}} halaman selagi Anda mulai melakukan penyuntingan dengan alasan:\n: \'\'$2\'\'\nSilakan konfirmasi jika Anda ingin membuat ulang halaman ini.\";'),('ace','messages:confirmrecreate-noreason','s:189:\"id:Pengguna [[User:$1|$1]] ([[User talk:$1|bicara]]) telah {{GENDER:$1|menghapus}} halaman ini setelah Anda mulai menyunting. Harap konfirmasikan bahwa Anda ingin membuat ulang halaman ini.\";'),('ace','messages:content-failed-to-parse','s:45:\"id:Gagal memilah konten $2 untuk model $1: $3\";'),('ace','messages:content-json-empty-array','s:15:\"id:Larik kosong\";'),('ace','messages:content-json-empty-object','s:15:\"id:Objek kosong\";'),('ace','messages:content-model-css','s:6:\"id:CSS\";'),('ace','messages:content-model-javascript','s:13:\"id:JavaScript\";'),('ace','messages:content-model-json','s:7:\"en:JSON\";'),('ace','messages:content-model-text','s:13:\"id:teks polos\";'),('ace','messages:content-model-wikitext','s:17:\"ace:seunurat wiki\";'),('ace','messages:content-not-allowed-here','s:64:\"id:Konten \"$1\" tidak diizinkan pada halaman [[:$2]] di slot \"$3\"\";'),('ace','messages:contentmodelediterror','s:152:\"id:Anda tidak dapat menyunting revisi ini karena isi kontennya adalah <code>$1</code>, yang berbeda dari model isi terkini dari halaman <code>$2</code>.\";'),('ace','messages:continue-editing','s:20:\"ace:Lanjut teumuléh\";'),('ace','messages:contribslink','s:14:\"ace:peuneugöt\";'),('ace','messages:contribsub2','s:29:\"ace:Keu {{GENDER:$3|$1}} ($2)\";'),('ace','messages:contributions','s:14:\"ace:Peuneugöt\";'),('ace','messages:contributions-subtitle','s:25:\"id:Untuk {{GENDER:$3|$1}}\";'),('ace','messages:contributions-summary','s:3:\"en:\";'),('ace','messages:contributions-title','s:35:\"ace:Peuneugöt ureuëng ngui keu $1\";'),('ace','messages:contributions-userdoesnotexist','s:33:\"id:Pengguna \"$1\" tidak terdaftar.\";'),('ace','messages:converter-manual-rule-error','s:59:\"id:Kesalahan terdeteksi dalam aturan konversi bahasa manual\";'),('ace','messages:copyright','s:72:\"ace:Asoë na meunurôt $1 keucuali meunyö na hay la\'én nyang geupeugah\";'),('ace','messages:copyrightpage','s:29:\"ace:{{ns:project}}:Hak karang\";'),('ace','messages:copyrightwarning','s:485:\"ace:Beu neuingat bahwa ban mandum nyang Droeneuh peugöt lam {{SITENAME}} geukira geupeuteubiet di yup $2 (kalön $1 keu leubèh jeulah).\nMeunyo Droeneuh h‘an neutém seunurat Droëneuh geupeusaneut ngön geusipreuek, bèk neupasoë seunurat Droeneuh keunoe.<br />\nDroeneuh neumeujanji cit keu kamoe meunyo seunurat nyoe nakeuh atra neusurat keudroe, atawa neusalén nibak domain umom atawa asai bibeueh nyang saban.\n<strong>Bèk neupeuék buet meuhak cipta nyang hana idin!</strong>\";'),('ace','messages:copyrightwarning2','s:441:\"id:Perhatikan bahwa semua kontribusi terhadap {{SITENAME}} dapat disunting, diubah, atau dihapus oleh penyumbang lainnya. Jika Anda tidak ingin tulisan Anda disunting orang lain, jangan kirimkan ke sini.<br />Anda juga berjanji bahwa ini adalah hasil karya Anda sendiri, atau disalin dari sumber milik umum atau sumber bebas yang lain (lihat $1 untuk informasi lebih lanjut). \'\'\'JANGAN KIRIMKAN KARYA YANG DILINDUNGI HAK CIPTA TANPA IZIN!\'\'\'\";'),('ace','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ace','messages:copyuploaddisabled','s:37:\"id:Pengunggahan dengan URL dimatikan.\";'),('ace','messages:create','s:11:\"ace:Peugöt\";'),('ace','messages:create-local','s:25:\"ace:Tamah deskripsi lokal\";'),('ace','messages:createaccount','s:16:\"ace:Peugöt akun\";'),('ace','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ace','messages:createaccount-text','s:272:\"id:Seseorang telah membuat sebuah akun untuk alamat surel Anda di {{SITENAME}} ($4) dengan nama \"$2\" dan kata sandi \"$3\". Anda dianjurkan untuk masuk log dan mengganti kata sandi Anda sekarang.\n\nAnda dapat mengabaikan pesan ini jika akun ini dibuat karena suatu kesalahan.\";'),('ace','messages:createaccount-title','s:42:\"ace:Peugöt ureuëng ngui keu {{SITENAME}}\";'),('ace','messages:createaccountblock','s:26:\"id:pembuatan akun diblokir\";'),('ace','messages:createaccounterror','s:31:\"ace:H\'an jeuet peugöt akun: $1\";'),('ace','messages:createaccountmail','s:113:\"ace:Neungui lageuem tamöng beurangkapeue keu siat nyoë. Lheueh nyan neupeuét u surat-e nyang droeneuh meuh\'eut\";'),('ace','messages:createaccountmail-help','s:86:\"id:Dapat digunakan untuk membuat akun untuk orang lain tanpa mengetahui kata sandinya.\";'),('ace','messages:createacct-another-continue-submit','s:27:\"id:Lanjutkan pembuatan akun\";'),('ace','messages:createacct-another-email-ph','s:25:\"ace:Pasoë alamat surat-e\";'),('ace','messages:createacct-another-realname-tip','s:128:\"ace:Nan aseuli hana meucéh neupasoe.\nMeunyö neupasoe, euntreuk nan droeneuh nyan geupeuleumah mangat jitupeue soe nyang surat.\";'),('ace','messages:createacct-another-submit','s:38:\"ace:Peugöt nan ureuëng ngui la’én\";'),('ace','messages:createacct-another-username-ph','s:40:\"ace:Peutamöng nan ureueng ngui droeneuh\";'),('ace','messages:createacct-benefit-body1','s:27:\"ace:{{PLURAL:$1|peusaneut}}\";'),('ace','messages:createacct-benefit-body2','s:28:\"ace:{{PLURAL:$1|$1 halaman}}\";'),('ace','messages:createacct-benefit-body3','s:47:\"ace:{{PLURAL:$1|ureuëng tuléh}} seuneulheuëh\";'),('ace','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ace','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ace','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ace','messages:createacct-benefit-heading','s:56:\"ace:{{SITENAME}} geupeugöt lé ureueng lagèe droeneuh.\";'),('ace','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ace','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ace','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ace','messages:createacct-continue-submit','s:23:\"ace:Lanjut peugöt akun\";'),('ace','messages:createacct-email-ph','s:41:\"ace:Neupeutamöng alamat surat-e droeneuh\";'),('ace','messages:createacct-emailoptional','s:32:\"ace:Alamat surat-e (hana wajéb)\";'),('ace','messages:createacct-emailrequired','s:18:\"ace:Alamat surat-e\";'),('ace','messages:createacct-error','s:30:\"ace:Peugöt akun hana meuhasé\";'),('ace','messages:createacct-helpusername','s:3:\"en:\";'),('ace','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ace','messages:createacct-loginerror','s:152:\"id:Akun telah berhasil dibuat, namun Anda tidak dapat langsung masuk log secara otomatis. Silakan meneruskan ke  [[Special:UserLogin|masuk log manual]].\";'),('ace','messages:createacct-normalization','s:75:\"id:Nama pengguna Anda akan diubah menjadi $2 karena dilarang secara teknis.\";'),('ace','messages:createacct-realname','s:28:\"ace:Nan aseuli (hana wajéb)\";'),('ace','messages:createacct-reason','s:11:\"ace:Alasan:\";'),('ace','messages:createacct-reason-confirm','s:108:\"id:Alasan yang Anda masukkan adalah sebuah alamat surel. Jika ini maksud Anda, silakan klik \"buat akun\" lagi\";'),('ace','messages:createacct-reason-help','s:50:\"id:Pesan yang ditunjukkan dalam log pembuatan akun\";'),('ace','messages:createacct-reason-ph','s:41:\"ace:Pakön droeneuh neupeugöt akun laén\";'),('ace','messages:createacct-submit','s:25:\"ace:Peugöt akun Droeneuh\";'),('ace','messages:createacct-temp-warning','s:100:\"id:Suntingan yang Anda buat menggunakan akun sementara tidak akan dipindahkan ke akun permanen Anda.\";'),('ace','messages:createacct-username-help','s:3:\"en:\";'),('ace','messages:createacct-useuniquepass','s:74:\"id:Direkomendasikan membuat sandi yang tidak digunakan di situs yang lain.\";'),('ace','messages:createacct-yourpassword-ph','s:25:\"ace:Pasoe lageuem tamöng\";'),('ace','messages:createacct-yourpasswordagain','s:26:\"ace:Peunyo lageuem tamöng\";'),('ace','messages:createacct-yourpasswordagain-ph','s:29:\"ace:Pasoe lom lageuem tamöng\";'),('ace','messages:created','s:9:\"id:dibuat\";'),('ace','messages:creating','s:14:\"ace:Peugöt $1\";'),('ace','messages:credentialsform-account','s:13:\"id:Nama akun:\";'),('ace','messages:credentialsform-provider','s:20:\"id:Jenis kredensial:\";'),('ace','messages:creditspage','s:22:\"id:Penghargaan halaman\";'),('ace','messages:cur','s:7:\"ace:jin\";'),('ace','messages:currentevents','s:14:\"ace:Haba barô\";'),('ace','messages:currentevents-url','s:22:\"ace:Project:Haba barô\";'),('ace','messages:currentrev','s:21:\"ace:Geunantoë jinoë\";'),('ace','messages:currentrev-asof','s:27:\"ace:Geunantoë barô bak $1\";'),('ace','messages:currentrevisionlink','s:21:\"ace:Geunantoë jinoë\";'),('ace','messages:customcssprotected','s:109:\"id:Anda tidak memiliki izin untuk menyunting halaman CSS ini, karena berisi pengaturan pribadi pengguna lain.\";'),('ace','messages:customjsonprotected','s:109:\"id:Anda tidak memiliki izin untuk menyunting halaman JSON ini karena berisi pengaturan pribadi pengguna lain.\";'),('ace','messages:customjsprotected','s:116:\"id:Anda tidak memiliki izin untuk menyunting halaman JavaScript ini, karena berisi pengaturan pribadi pengguna lain.\";'),('ace','messages:databaseerror','s:24:\"ace:Kesalahan basis data\";'),('ace','messages:databaseerror-error','s:13:\"ace:Salah: $1\";'),('ace','messages:databaseerror-function','s:12:\"ace:Guna: $1\";'),('ace','messages:databaseerror-query','s:19:\"ace:Teunanyöng: $1\";'),('ace','messages:databaseerror-text','s:94:\"ace:Saboh salah bak asai data ka teujadi. Nyoe meuhat na nyang han paih bak peukakaih droeneuh\";'),('ace','messages:databaseerror-textcl','s:41:\"ace:Teunanyöng basis data teungöh kacho\";'),('ace','messages:databaselocked','s:29:\"id:Basis data telah terkunci.\";'),('ace','messages:databasenotlocked','s:29:\"id:Basis data tidak terkunci.\";'),('ace','messages:date','s:34:\"id:Sejak tanggal (dan sebelumnya):\";'),('ace','messages:date-range-from','s:15:\"id:Dari tanggal\";'),('ace','messages:date-range-to','s:17:\"id:Sampai tanggal\";'),('ace','messages:datedefault','s:17:\"ace:Hana geunalak\";'),('ace','messages:days','s:32:\"id:{{PLURAL:$1|$1 hari|$1 hari}}\";'),('ace','messages:days-abbrev','s:7:\"id:$1 h\";'),('ace','messages:dberr-again','s:50:\"id:Cobalah menunggu beberapa menit dan muat ulang.\";'),('ace','messages:dberr-info','s:39:\"id:(Tak dapat mengakses basis data: $1)\";'),('ace','messages:dberr-info-hidden','s:35:\"id:(Tak dapat mengakses basis data)\";'),('ace','messages:dberr-problems','s:44:\"id:Maaf! Situs ini mengalami masalah teknis.\";'),('ace','messages:deadendpages','s:15:\"ace:Laman buntu\";'),('ace','messages:deadendpages-summary','s:3:\"en:\";'),('ace','messages:deadendpagestext','s:82:\"id:Halaman-halaman berikut tidak memiliki pranala ke halaman mana pun di wiki ini.\";'),('ace','messages:dec','s:13:\"ace:Duwa Blah\";'),('ace','messages:december','s:21:\"ace:Buleuen Duwa Blah\";'),('ace','messages:december-gen','s:21:\"ace:Buleuen Duwa Blah\";'),('ace','messages:default','s:13:\"ace:meuneumat\";'),('ace','messages:default-skin-not-found','s:1790:\"id:Aduh! Kulit baku untuk wiki Anda, didefinisikan dalam <code dir=\"ltr\">$wgDefaultSkin</code> sebagai <code>$1</code>, tidak tersedia.\n\nInstalasi Anda tampaknya menyertakan {{PLURAL:$4|kulit}} berikut ini. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration manual konfigurasi kulit] untuk informasi cara mengaktifkannya {{PLURAL:$4|dan pilih yang baku}}.\n\n$2\n\n; Jika Anda baru saja menginstal MediaWiki:\n: Anda mungkin menginstal dari git, atau langsung dari kode sumber menggunakan beberapa metode. Ini diharapkan. Coba pasang beberapa kulit dari [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s direktori kulit], dengan:\n: * Mengunduh [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarbal instaler], yang dilengkapi dengan beberapa kulit dan ekstensi. Anda dapat salin tempel direktori <code>kulit/</code> darinya.\n: * Mengunduh tarbal kulit individual dari [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n: * [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Menggunakan Git untuk mengunduh kulit].\n: Melakukan ini seharusnya tidak mengganggu repositori git Anda jika Anda seorang pengembang MediaWiki.\n\n; Jika Anda baru saja upgrade MediaWiki:\n: MediaWiki 1.24 dan yang lebih baru tidak lagi secara otomatis mengaktifkan kulit yang diinstal (lihat [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual kulit autodiscovery]). Anda dapat paste {{PLURAL:$5|baris}} berikut ke <code> LocalSettings.php</code> untuk mengaktifkan {{PLURAL:$5|semua}} {{PLURAL:$5|kulit}} yang terinstal:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Jika Anda baru saja memodifikasi <code>LocalSettings.php</code>:\n: Periksa ulang mana tahi salah ketik.\";'),('ace','messages:default-skin-not-found-no-skins','s:1205:\"id:Aduh! Kulit baku untuk wiki Anda, didefinisikan dalam <code dir=\"ltr\">$wgDefaultSkin</code> sebagai <code>$1</code>, tidak tersedia.\n\nAnda tidak memiliki kulit yang terpasang.\n\n; Jika Anda baru saja menginstal MediaWiki:\n: Anda mungkin menginstal dari git, atau langsung dari kode sumber menggunakan beberapa metode. Ini diharapkan. Coba pasang beberapa kulit dari [https://www.mediawiki.org/wiki/Category:All_skins direktori kulit mediawiki.org], dengan:\n: * Mengunduh [https://www.mediawiki.org/wiki/Special:MyLanguage/Download penginstal tarball], yang dilengkapi dengan beberapa kulit dan ekstensi. Anda dapat salin tempel direktori <code>kulit/</code> darinya.\n: * Mengunduh tarbal kulit individual dari [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n: * [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Menggunakan Git untuk mengunduh kulit].\n: Melakukan ini seharusnya tidak mengganggu repositori git Anda jika Anda seorang pengembang MediaWiki. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Konfigurasi kulit] untuk informasi cara mengaktifkan kulit dan pilihan baku.\";'),('ace','messages:default-skin-not-found-row-disabled','s:53:\"id:* <code>$1</code> / $2 (<strong>nonaktif</strong>)\";'),('ace','messages:default-skin-not-found-row-enabled','s:33:\"id:* <code>$1</code> / $2 (aktif)\";'),('ace','messages:defaultmessagetext','s:25:\"ace:Naseukah peusan pukok\";'),('ace','messages:defemailsubject','s:40:\"id:Surel {{SITENAME}} dari pengguna \"$1\"\";'),('ace','messages:deflate-invaliddeflate','s:53:\"id:Isi yang disediakan tidak dikempiskan secara tepat\";'),('ace','messages:delete','s:11:\"ace:Sampôh\";'),('ace','messages:delete-confirm','s:13:\"id:Hapus \"$1\"\";'),('ace','messages:delete-edit-reasonlist','s:44:\"id:Sunting daftar alasan penghapusan halaman\";'),('ace','messages:delete-edit-reasonlist-suppress','s:35:\"id:Alasan penghalangan penyuntingan\";'),('ace','messages:delete-error-associated-alreadytalk','s:84:\"id:Tidak bisa menghapus halaman pembicaraan terkait dari sebuah halaman pembicaraan.\";'),('ace','messages:delete-error-associated-doesnotexist','s:67:\"id:tidak bisa menghapus halaman pembicaraan terkait yang tidak ada.\";'),('ace','messages:delete-hook-aborted','s:65:\"ace:Seunampôh geupeubateuë lé kaw\'ét parser.\nHana jeuneulaih.\";'),('ace','messages:delete-legend','s:8:\"id:Hapus\";'),('ace','messages:delete-scheduled','s:56:\"id:Halaman $1 dijadwalkan untuk dihapus. Harap bersabar.\";'),('ace','messages:delete-talk-summary-prefix','s:52:\"id:Dihapus beserta halaman terkait dengan alasan: $1\";'),('ace','messages:delete-toobig','s:219:\"id:Halaman ini memiliki sejarah penyuntingan yang panjang, melebihi {{PLURAL:$1|revisi|revisi}}.\nPenghapusan halaman dengan sejarah penyuntingan yang panjang tidak diperbolehkan untuk mencegah kerusakan di {{SITENAME}}.\";'),('ace','messages:delete-toomanyrevisions','s:176:\"id:Anda mencoba menghapus lebih dari $1 {{PLURAL:$1|revisi}} pada satu waktu. Operasi seperti itu telah dibatasi untuk menghindari masalah yang tidak disengaja di {{SITENAME}}.\";'),('ace','messages:delete-warning-toobig','s:187:\"id:Halaman ini memiliki sejarah penyuntingan yang panjang, melebihi {{PLURAL:$1|revisi|revisi}}.\nMenghapus halaman ini dapat menyebabkan masalah dalam operasional basis data {{SITENAME}}.\";'),('ace','messages:delete_and_move_confirm','s:29:\"id:Ya, hapus halaman tersebut\";'),('ace','messages:delete_and_move_reason','s:67:\"id:Dihapus untuk mengantisipasikan pemindahan halaman dari \"[[$1]]\"\";'),('ace','messages:delete_and_move_text','s:119:\"id:Halaman yang dituju, \"[[:$1]]\", telah berisi.\nApakah Anda ingin menghapusnya untuk memberikan ruang bagi pemindahan?\";'),('ace','messages:delete_redirect_and_move_text','s:133:\"id:Halaman yang dituju \"[[:$1]]\" sudah ada sebagai pengalihan.\nApakah Anda ingin menghapusnya untuk memberikan ruang bagi pemindahan?\";'),('ace','messages:deletecomment','s:11:\"ace:Alasan:\";'),('ace','messages:deleted-page-and-talkpage','s:75:\"id:\"$1\" dan \"$2\" telah dihapus.\nLihat $3 untuk catatan penghapusan terbaru.\";'),('ace','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ace','messages:deletedcontributions','s:31:\"ace:Peuneugöt nyang geusampôh\";'),('ace','messages:deletedcontributions-summary','s:3:\"en:\";'),('ace','messages:deletedcontributions-title','s:31:\"ace:Peuneugöt nyang geusampôh\";'),('ace','messages:deletedhist','s:28:\"ace:Riwayat nyang teusampôh\";'),('ace','messages:deletedrevision','s:30:\"id:Revisi lama yang dihapus $1\";'),('ace','messages:deletedtext','s:82:\"ace:\"$1\" ka geusampôh. Eu $2 keu log paléng barô bak laman nyang ka geusampôh.\";'),('ace','messages:deletedwhileediting','s:89:\"id:\'\'\'Peringatan\'\'\': Halaman ini telah dihapus setelah Anda mulai melakukan penyuntingan!\";'),('ace','messages:deleteotherreason','s:29:\"ace:Nyang laén/alasan laén:\";'),('ace','messages:deletepage','s:17:\"ace:Sampôh laman\";'),('ace','messages:deletepage-deletetalk','s:36:\"id:Hapus halaman pembicaraan terkait\";'),('ace','messages:deletepage-submit','s:17:\"ace:Sampôh laman\";'),('ace','messages:deletepage-summary','s:3:\"en:\";'),('ace','messages:deleteprotected','s:64:\"id:Anda tidak dapat menghapus laman ini karena telah dilindungi.\";'),('ace','messages:deletereason-dropdown','s:84:\"id:*Alasan penghapusan\n** Permintaan pengguna\n** Pelanggaran hak cipta\n** Vandalisme\";'),('ace','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ace','messages:deletereasonotherlist','s:16:\"ace:Alasan laén\";'),('ace','messages:deleting-backlinks-warning','s:154:\"id:<strong>Peringatan:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Halaman lain]] mengarah atau memiliki transklusi ke halaman yang akan Anda hapus.\";'),('ace','messages:deleting-subpages-warning','s:179:\"id:<strong>Peringatan:</strong> Halaman yang akan Anda hapus memiliki [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|subhalaman|$1 subhalaman|51=lebih dari 50 subhalaman}}]].\";'),('ace','messages:deleting-talkpage-subpages-warning','s:210:\"id:<strong>Peringatan:</strong> Halaman pembicaraan terkait dengan halaman yang akan Anda hapus memiliki [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=lebih dari 50 subhalaman}}]]\";'),('ace','messages:deletionlog','s:18:\"id:log penghapusan\";'),('ace','messages:dellogpage','s:18:\"ace:Log seunampôh\";'),('ace','messages:dellogpagetext','s:97:\"id:Di bawah ini adalah log penghapusan halaman. Semua waktu yang ditunjukkan adalah waktu server.\";'),('ace','messages:destfilename','s:22:\"id:Nama berkas tujuan:\";'),('ace','messages:diff','s:8:\"ace:bida\";'),('ace','messages:diff-empty','s:15:\"ace:(Hana bida)\";'),('ace','messages:diff-form','s:12:\"id:Perbedaan\";'),('ace','messages:diff-form-error-revid','s:33:\"id:Masukan ID revisi yang numerik\";'),('ace','messages:diff-form-oldid','s:28:\"id:ID revisi lama (opsional)\";'),('ace','messages:diff-form-other-revid','s:12:\"id:ID Revisi\";'),('ace','messages:diff-form-revid','s:22:\"id:ID revisi perbedaan\";'),('ace','messages:diff-form-submit','s:22:\"id:Tampilkan perbedaan\";'),('ace','messages:diff-form-summary','s:3:\"en:\";'),('ace','messages:diff-multi-manyusers','s:106:\"id:({{PLURAL:$1|Satu|$1}} revisi antara oleh lebih dari $2 {{PLURAL:$2|satu|$2}} pengguna tak ditampilkan)\";'),('ace','messages:diff-multi-otherusers','s:131:\"id:({{PLURAL:$1|Satu revisi perantara|$1 revisi perantara}} oleh {{PLURAL:$2|satu pengguna lainnya|$2 pengguna}} tidak ditampilkan)\";'),('ace','messages:diff-multi-sameuser','s:103:\"ace:({{PLURAL:$1|Saboh revisi antara|$1 revisi antara}} lé ureueng ngui nyang saban hana geupeuleumah)\";'),('ace','messages:diff-paragraph-moved-tonew','s:60:\"id:Paragraf dipindahkan. Klik untuk melompat ke lokasi baru.\";'),('ace','messages:diff-paragraph-moved-toold','s:60:\"id:Paragraf dipindahkan. Klik untuk melompat ke lokasi lama.\";'),('ace','messages:difference-missing-revision','s:301:\"id:{{PLURAL:$2|Satu revisi|$2 revisi}} dari perbedaan ini ($1) {{PLURAL:$2|tidak|tidak}} ditemukan.\n\nHal ini biasanya disebabkan oleh tautan diff yang kedaluwarsa ke halaman yang sudah dihapus.\nRinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('ace','messages:difference-multipage','s:27:\"id:(Perbedaan antarhalaman)\";'),('ace','messages:difference-title','s:26:\"ace:$1: Bida antara revisi\";'),('ace','messages:difference-title-multipage','s:38:\"id:$1 dan $2: Perbedaan antara halaman\";'),('ace','messages:directorycreateerror','s:38:\"ace:H\'an jeuet peugöt direktori \"$1\".\";'),('ace','messages:directoryreadonlyerror','s:29:\"id:Direktori \"$1\" hanya-baca.\";'),('ace','messages:disabledspecialpage-disabled','s:61:\"id:Halaman ini telah dinonaktifkan oleh administrator sistem.\";'),('ace','messages:disclaimerpage','s:26:\"ace:Project:Beunantah umom\";'),('ace','messages:disclaimers','s:13:\"ace:Beunantah\";'),('ace','messages:djvu_page_error','s:31:\"id:Halaman DjVu di luar rentang\";'),('ace','messages:double-redirect-fixed-maintenance','s:96:\"id:Secara otomatis memperbaiki pengalihan ganda dari [[$1]] ke [[$2]] dalam sebuah pemeliharaan.\";'),('ace','messages:double-redirect-fixed-move','s:120:\"id:[[$1]] telah dipindahkan.\nKami telah memperbaruinya secara otomatis dan sekarang menjadi halaman peralihan ke [[$2]].\";'),('ace','messages:double-redirect-fixer','s:25:\"ace:Ngön pupaih peuninah\";'),('ace','messages:doubleredirects','s:18:\"ace:Peuninah ganda\";'),('ace','messages:doubleredirects-summary','s:3:\"en:\";'),('ace','messages:doubleredirectstext','s:396:\"id:Halaman ini memuat daftar halaman yang dialihkan ke halaman pengalihan yang lain.\nSetiap baris memuat pranala ke pengalihan pertama dan pengalihan kedua serta target dari pengalihan kedua yang umumnya adalah halaman yang \"sebenarnya\". Halaman peralihan pertama seharusnya dialihkan ke halaman yang bukan merupakan halaman peralihan.\nNama yang telah <del>dicoret</del> berarti telah dibetulkan.\";'),('ace','messages:download','s:8:\"id:unduh\";'),('ace','messages:duplicate-args-category','s:54:\"id:Halaman dengan argumen ganda di pemanggilan templat\";'),('ace','messages:duplicate-args-category-desc','s:185:\"id:Halaman ini berisi pemanggilan templat yang menggunakan argumen ganda, seperti <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> atau <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ace','messages:duplicate-args-warning','s:164:\"id:<strong>Peringatan:</strong> [[:$1]] memanggil [[:$2]] dengan nilai lebih dari satu untuk parameter \"$3\". Hanya nilai terakhir yang tersedia yang akan digunakan.\";'),('ace','messages:duplicate-defaultsort','s:89:\"ace:\'\'\'Ingat:\'\'\' Gunci meuurot pukok \"$2\" jipeuhiro gunci meuurot pukok \"$1\" sigohlomjih.\";'),('ace','messages:duplicate-displaytitle','s:94:\"id:<strong>Peringatan:</strong> Menampilkan judul \"$2\" menimpa judul tampilan \"$1\" sebelumnya.\";'),('ace','messages:duplicatesoffile','s:158:\"id:{{PLURAL:$1|Ada satu berkas yang|Sebanyak $1 berkas berikut}} merupakan duplikat dari berkas ini ([[Special:FileDuplicateSearch/$2|rincian lebih lanjut]]):\";'),('ace','messages:duration-centuries','s:22:\"ace:{{PLURAL:$1|abad}}\";'),('ace','messages:duration-days','s:23:\"ace:{{PLURAL:$1|uroë}}\";'),('ace','messages:duration-decades','s:24:\"ace:{{PLURAL:$1|dekade}}\";'),('ace','messages:duration-hours','s:22:\"ace:{{PLURAL:$1|jeum}}\";'),('ace','messages:duration-millennia','s:26:\"ace:{{PLURAL:$1|milenium}}\";'),('ace','messages:duration-minutes','s:24:\"ace:{{PLURAL:$1|minèt}}\";'),('ace','messages:duration-seconds','s:24:\"ace:{{PLURAL:$1|deutik}}\";'),('ace','messages:duration-weeks','s:27:\"ace:{{PLURAL:$1|jeumeu\'at}}\";'),('ace','messages:duration-years','s:23:\"ace:{{PLURAL:$1|thôn}}\";'),('ace','messages:eauthentsent','s:215:\"ace:Saboh surat-e keu peusahèh ka geupeuét u alamat surat-e neuh. Sigohlom surat-e laén geupeuét u akun, Droeneuh beu neuseutöt paréntah lam surat nyan, keu neupeusahèh meunyö akun nyan keubit atra Droeneuh.\";'),('ace','messages:edit','s:13:\"ace:Peusaneut\";'),('ace','messages:edit-already-exists','s:59:\"ace:Han jeuet peugöt laman barô.\nLaman nyoe ka lheueh na.\";'),('ace','messages:edit-conflict','s:22:\"ace:Konflik peusaneut.\";'),('ace','messages:edit-gone-missing','s:59:\"ace:Han jeuet pubarô ôn.\nÔn nyoe mungkén ka geusampôh.\";'),('ace','messages:edit-hook-aborted','s:65:\"ace:Seunampôh geupeubateuë lé kaw\'ét parser.\nHana jeuneulaih.\";'),('ace','messages:edit-local','s:30:\"ace:Peusaneut keutrangan lokal\";'),('ace','messages:edit-no-change','s:72:\"id:Suntingan diabaikan, karena Anda tidak melakukan perubahan atas teks.\";'),('ace','messages:edit-slots-cannot-add','s:61:\"id:{{PLURAL:$1|Slot|Slot}} berikut tidak didukung di sini: $2\";'),('ace','messages:edit-slots-cannot-remove','s:82:\"id:{{PLURAL:$1|Slot|Slot}} berikut ini diwajibkan ada dan tidak dapat dihapus: $2.\";'),('ace','messages:edit-slots-missing','s:49:\"id:{{PLURAL:$1|Slot|Slot}} berikut tidak ada: $2.\";'),('ace','messages:edit-textarea-aria-label','s:26:\"id:Editor sumber teks wiki\";'),('ace','messages:edit_form_incomplete','s:154:\"id:<strong>Beberapa bagian dari formulir suntingan tidak berhasil mencapai peladen; periksa ulang apakah suntingan Anda tetap utuh dan coba lagi.</strong>\";'),('ace','messages:editcomment','s:45:\"id:Komentar penyuntingan adalah: <em>$1</em>.\";'),('ace','messages:editconflict','s:25:\"ace:Konflik peusaneut: $1\";'),('ace','messages:editfont-monospace','s:20:\"ace:Haraih Monospace\";'),('ace','messages:editfont-sansserif','s:21:\"ace:Haraih Sans-serif\";'),('ace','messages:editfont-serif','s:16:\"ace:Haraih Serif\";'),('ace','messages:editfont-style','s:34:\"ace:Gaya haraih teumpat peusaneut:\";'),('ace','messages:edithelp','s:19:\"ace:Bantu peusaneut\";'),('ace','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ace','messages:editing','s:16:\"ace:Peusaneut $1\";'),('ace','messages:editingcomment','s:28:\"ace:Peusaneut $1 (bideuëng)\";'),('ace','messages:editinginterface','s:243:\"id:<strong>Peringatan:</strong> Anda menyunting suatu halaman yang digunakan untuk menyediakan teks antarmuka bagi perangkat lunak.\nPerubahan pada halaman ini akan memengaruhi tampilan pada antarmuka pengguna untuk pengguna lain pada wiki ini.\";'),('ace','messages:editingold','s:162:\"id:<strong>Peringatan:\nAnda menyunting revisi lama suatu halaman.</strong>\nJika Anda menerbitkannya, perubahan-perubahan yang dibuat sejak revisi ini akan hilang.\";'),('ace','messages:editingsection','s:27:\"ace:Peusaneut $1 (bideueng)\";'),('ace','messages:editinguser','s:52:\"ace:Gantoe khut ureueng ngui \'\'\'[[User:$1|$1]]\'\'\' $2\";'),('ace','messages:editlink','s:13:\"ace:peusaneut\";'),('ace','messages:editnotice-notext','s:4:\"en:-\";'),('ace','messages:editold','s:13:\"ace:peusaneut\";'),('ace','messages:editpage','s:28:\"id:Menyunting sebuah halaman\";'),('ace','messages:editpage-cannot-use-custom-model','s:46:\"id:Model konten halaman ini tidak bisa diubah.\";'),('ace','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ace','messages:editpage-invalidcontentmodel-text','s:36:\"id:Model konten \"$1\" tidak didukung.\";'),('ace','messages:editpage-invalidcontentmodel-title','s:30:\"id:Model konten tidak didukung\";'),('ace','messages:editpage-notsupportedcontentformat-text','s:56:\"id:Format konten $1 tidak didukung oleh model konten $2.\";'),('ace','messages:editpage-notsupportedcontentformat-title','s:31:\"id:Format konten tidak didukung\";'),('ace','messages:editpage-summary','s:3:\"en:\";'),('ace','messages:editpage-tos-summary','s:4:\"en:-\";'),('ace','messages:editsection','s:13:\"ace:peusaneut\";'),('ace','messages:editsectionhint','s:26:\"ace:Peusaneut bideueng: $1\";'),('ace','messages:edittools','s:79:\"id:<!-- Teks di sini akan dimunculkan di bawah isian suntingan dan pemuatan.-->\";'),('ace','messages:edittools-upload','s:4:\"id:-\";'),('ace','messages:editundo','s:13:\"ace:pubateuë\";'),('ace','messages:editusergroup','s:27:\"ace:Ubah kawan ureueng ngui\";'),('ace','messages:editwatchlist-summary','s:3:\"en:\";'),('ace','messages:ellipsis','s:6:\"id:...\";'),('ace','messages:email','s:11:\"ace:Surat-e\";'),('ace','messages:email-allow-new-users-label','s:35:\"id:Izinkan surel dari pengguna baru\";'),('ace','messages:email-legend','s:55:\"ace:Kirém surat-e keu ureueng ngui {{SITENAME}} la\'én\";'),('ace','messages:email-mutelist-label','s:54:\"id:Cegah para pengguna ini mengirim surel kepada saya:\";'),('ace','messages:emailauthenticated','s:52:\"id:Alamat surel Anda telah dikonfirmasi pada $3, $2.\";'),('ace','messages:emailblock','s:17:\"id:surel diblokir\";'),('ace','messages:emailccme','s:39:\"ace:Kubah saboh seunalén surat-e lôn.\";'),('ace','messages:emailccsubject','s:37:\"ace:Salén peusan droeneuh keu $1: $2\";'),('ace','messages:emailconfirmlink','s:34:\"id:Konfirmasikan alamat surel Anda\";'),('ace','messages:emaildisabled','s:42:\"ace:Situs nyoe han jeut geukirém surat-e.\";'),('ace','messages:emailfrom','s:19:\"ace:Ureueng kirém:\";'),('ace','messages:emaillink','s:18:\"ace:peuét surat-e\";'),('ace','messages:emailmessage','s:11:\"ace:Peusan:\";'),('ace','messages:emailnotarget','s:51:\"id:Nama pengguna penerima tidak ada atau tidak sah.\";'),('ace','messages:emailnotauthenticated','s:112:\"id:Alamat surel Anda belum dikonfirmasi.\nSebelum dikonfirmasi Anda tidak akan menerima surel dari fitur berikut.\";'),('ace','messages:emailpagetext','s:293:\"id:Anda dapat menggunakan formulir di bawah ini untuk mengirimkan surel ke {{GENDER:$1|pengguna}} ini.\nAlamat surel yang Anda masukkan di [[Special:Preferences|preferensi akun Anda]] akan muncul sebagai alamat \"Dari\" dalam surel tersebut, sehingga penerima dapat langsung membalas kepada Anda.\";'),('ace','messages:emailsend','s:10:\"ace:Peuét\";'),('ace','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ace','messages:emailsent','s:21:\"ace:Surat-e meukirém\";'),('ace','messages:emailsenttext','s:34:\"ace:Surat-e droeneuh ka meukirém.\";'),('ace','messages:emailsubject','s:9:\"ace:Bhah:\";'),('ace','messages:emailtarget','s:34:\"id:Masukkan nama pengguna penerima\";'),('ace','messages:emailto','s:23:\"ace:Ureueng teurimöng:\";'),('ace','messages:emailuser','s:25:\"ace:Surat-e ureuëng ngui\";'),('ace','messages:emailuser-summary','s:3:\"en:\";'),('ace','messages:emailuser-title-notarget','s:19:\"ace:Peu\'ét surat-e\";'),('ace','messages:emailuser-title-target','s:57:\"ace:Peu\'ét surat-e keu {{GENDER:$1|ureuëng ngui}} nyoë\";'),('ace','messages:emailuserfooter','s:332:\"id:Surel ini telah {{GENDER:$1|dikirim}} oleh $1 kepada {{GENDER:$2|$2}} dengan fungsi \"{{int:emailuser}}\" pada {{SITENAME}}. Jika {{GENDER:$2|Anda}} membalas surel ini, surel {{GENDER:$2|Anda}} akan dikirim langsung kepada {{GENDER:$1|pengirim asal}}, dengan menampilkan alamat surel {{GENDER:$2|Anda}} kepada {{GENDER:$1|mereka}}.\";'),('ace','messages:emailusername','s:17:\"ace:Ureueng ngui:\";'),('ace','messages:emailusernamesubmit','s:10:\"ace:Kirém\";'),('ace','messages:empty-file','s:39:\"ace:Beureukaih nyang neupeutamöng soh.\";'),('ace','messages:empty-username','s:33:\"id:(nama pengguna tidak tersedia)\";'),('ace','messages:emptyfile','s:192:\"id:Berkas yang Anda unggah kelihatannya kosong. Hal ini mungkin disebabkan karena adanya kesalahan ketik pada nama berkas. Silakan pastikan apakah Anda benar-benar ingin mengunggah berkas ini.\";'),('ace','messages:enhancedrc-history','s:11:\"ace:riwayat\";'),('ace','messages:enhancedrc-since-last-visit','s:55:\"ace:$1 {{PLURAL:$1|yôh seunaweuë seuneulheuëh kön}}\";'),('ace','messages:enotif_anon_editor','s:21:\"id:pengguna anonim $1\";'),('ace','messages:enotif_body','s:774:\"id:Halo $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nRingkasan suntingan: $PAGESUMMARY $PAGEMINOREDIT\n\nHubungi penyunting:\nsurel: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nKami tidak akan mengirim pemberitahuan lain bila ada perubahan lebih lanjut sampai Anda mengunjungi halaman ini ketika masuk log. Anda juga dapat menyetel ulang tanda pemberitahuan untuk semua halaman pantauan pada daftar pantauan Anda.\n\nSistem pemberitahuan situs {{SITENAME}} Anda yang ramah\n\n--\nUntuk mengubah pengaturan pemberitahuan surel, kunjungi\n{{canonicalurl:{{#special:Preferences}}}}\n\nUntuk mengubah setelan daftar pantauan, kunjungi\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nUntuk menghapus halaman dari daftar pantauan, kunjungi\n$UNWATCHURL\n\nUmpan balik dan bantuan lebih lanjut:\n$HELPPAGE\";'),('ace','messages:enotif_body_intro_changed','s:115:\"id:Halaman $1 di {{SITENAME}} telah diubah pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('ace','messages:enotif_body_intro_created','s:115:\"id:Halaman $1 di {{SITENAME}} telah dibuat pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('ace','messages:enotif_body_intro_deleted','s:95:\"id:Halaman $1 di {{SITENAME}} telah dihapus pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3.\";'),('ace','messages:enotif_body_intro_moved','s:120:\"id:Halaman $1 di {{SITENAME}} telah dipindahkan pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('ace','messages:enotif_body_intro_restored','s:121:\"id:Halaman $1 di {{SITENAME}} telah dikembalikan pada $PAGEEDITDATE oleh {{gender:$2|$2}}, lihat $3 untuk revisi terkini.\";'),('ace','messages:enotif_impersonal_salutation','s:24:\"id:Pengguna {{SITENAME}}\";'),('ace','messages:enotif_lastdiff','s:40:\"id:Untuk melihat perubahan ini, lihat $1\";'),('ace','messages:enotif_lastvisited','s:59:\"id:Untuk semua perubahan sejak kunjungan terakhir, lihat $1\";'),('ace','messages:enotif_minoredit','s:30:\"id:Ini adalah suntingan kecil.\";'),('ace','messages:enotif_reset','s:45:\"ace:Bôh tanda bandum ôn ka lheueh meusaweue\";'),('ace','messages:enotif_subject_changed','s:64:\"id:Halaman $1 di {{SITENAME}} telah diubah oleh {{gender:$2|$2}}\";'),('ace','messages:enotif_subject_created','s:64:\"id:Halaman $1 di {{SITENAME}} telah dibuat oleh {{gender:$2|$2}}\";'),('ace','messages:enotif_subject_deleted','s:65:\"id:Halaman $1 di {{SITENAME}} telah dihapus oleh {{gender:$2|$2}}\";'),('ace','messages:enotif_subject_moved','s:69:\"id:Halaman $1 di {{SITENAME}} telah dipindahkan oleh {{gender:$2|$2}}\";'),('ace','messages:enotif_subject_restored','s:70:\"id:Halaman $1 di {{SITENAME}} telah dikembalikan oleh {{gender:$2|$2}}\";'),('ace','messages:enterlockreason','s:54:\"ace:Pasoë dalèh neurôk ngön pajan jeuët geupeuhah\";'),('ace','messages:error','s:12:\"ace:Seunalah\";'),('ace','messages:errorpagetitle','s:12:\"ace:Seunalah\";'),('ace','messages:exbeforeblank','s:32:\"id:isi sebelum dikosongkan: \'$1\'\";'),('ace','messages:exception-nologin','s:22:\"ace:Goh lom neutamöng\";'),('ace','messages:exception-nologin-text','s:66:\"ace:Droeneuh peureulèe neutamöng mangat jeuet neupeuhah ôn nyoe\";'),('ace','messages:exception-nologin-text-manual','s:62:\"id:Silakan $1 untuk dapat mengakses halaman atau tindakan ini.\";'),('ace','messages:excontent','s:23:\"id:isi sebelumnya: \'$1\'\";'),('ace','messages:excontentauthor','s:124:\"id:isinya hanya berupa: \"$1\", dan satu-satunya penyumbang adalah \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|bicara]])\";'),('ace','messages:exif-aperturevalue','s:14:\"id:Bukaan APEX\";'),('ace','messages:exif-artist','s:10:\"id:Pembuat\";'),('ace','messages:exif-attributionurl','s:58:\"id:Ketika menggunakan kembali karya ini, tolong tautkan ke\";'),('ace','messages:exif-bitspersample','s:19:\"id:Bit per komponen\";'),('ace','messages:exif-brightnessvalue','s:17:\"id:Kecerahan APEX\";'),('ace','messages:exif-cameraownername','s:17:\"id:Pemilik kamera\";'),('ace','messages:exif-citycreated','s:33:\"id:Kota tempat pengambilan gambar\";'),('ace','messages:exif-citydest','s:24:\"id:Kota yang ditampilkan\";'),('ace','messages:exif-colorspace','s:14:\"id:Ruang warna\";'),('ace','messages:exif-colorspace-1','s:7:\"id:sRGB\";'),('ace','messages:exif-colorspace-65535','s:20:\"id:Tidak dikalibrasi\";'),('ace','messages:exif-componentsconfiguration','s:21:\"id:Arti tiap komponen\";'),('ace','messages:exif-componentsconfiguration-0','s:15:\"id:tak tersedia\";'),('ace','messages:exif-componentsconfiguration-1','s:4:\"id:Y\";'),('ace','messages:exif-componentsconfiguration-2','s:5:\"id:Cb\";'),('ace','messages:exif-componentsconfiguration-3','s:5:\"id:Cr\";'),('ace','messages:exif-componentsconfiguration-4','s:4:\"id:R\";'),('ace','messages:exif-componentsconfiguration-5','s:4:\"id:G\";'),('ace','messages:exif-componentsconfiguration-6','s:4:\"id:B\";'),('ace','messages:exif-compressedbitsperpixel','s:23:\"id:Mode kompresi gambar\";'),('ace','messages:exif-compression','s:17:\"id:Skema kompresi\";'),('ace','messages:exif-compression-1','s:18:\"id:Tak terkompresi\";'),('ace','messages:exif-compression-2','s:51:\"id:CCITT Group 3 1-Dimensional Modified Huffman RLE\";'),('ace','messages:exif-compression-3','s:29:\"id:CCITT Group 3 fax encoding\";'),('ace','messages:exif-compression-32773','s:27:\"id:PackBits (Macintosh RLE)\";'),('ace','messages:exif-compression-32946','s:18:\"id:Turunan (PKZIP)\";'),('ace','messages:exif-compression-34712','s:11:\"id:JPEG2000\";'),('ace','messages:exif-compression-4','s:29:\"id:CCITT Group 4 fax encoding\";'),('ace','messages:exif-compression-5','s:6:\"id:LZW\";'),('ace','messages:exif-compression-6','s:14:\"id:JPEG (lama)\";'),('ace','messages:exif-compression-7','s:7:\"id:JPEG\";'),('ace','messages:exif-compression-8','s:18:\"id:Turunan (Adobe)\";'),('ace','messages:exif-contact','s:19:\"id:Informasi kontak\";'),('ace','messages:exif-contact-value','s:57:\"id:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5 - $6, $7\n</div>\n$8\";'),('ace','messages:exif-contentwarning','s:20:\"id:Peringatan konten\";'),('ace','messages:exif-contrast','s:10:\"id:Kontras\";'),('ace','messages:exif-contrast-0','s:9:\"id:Normal\";'),('ace','messages:exif-contrast-1','s:9:\"id:Lembut\";'),('ace','messages:exif-contrast-2','s:8:\"id:Keras\";'),('ace','messages:exif-coordinate-format','s:22:\"id:$1° $2′ $3″ $4\";'),('ace','messages:exif-copyright','s:20:\"id:Pemilik hak cipta\";'),('ace','messages:exif-copyrighted','s:19:\"id:Status hak cipta\";'),('ace','messages:exif-copyrighted-false','s:32:\"id:Status hak cipta belum diatur\";'),('ace','messages:exif-copyrighted-true','s:15:\"id:Berhak cipta\";'),('ace','messages:exif-copyrightowner','s:20:\"id:Pemilik hak cipta\";'),('ace','messages:exif-countrycodecreated','s:40:\"id:Kode negara tempat pengambilan gambar\";'),('ace','messages:exif-countrycodedest','s:31:\"id:Kode negara yang ditampilkan\";'),('ace','messages:exif-countrycreated','s:35:\"id:Negara tempat pengambilan gambar\";'),('ace','messages:exif-countrydest','s:26:\"id:Negara yang ditampilkan\";'),('ace','messages:exif-credit','s:18:\"id:Kredit/Penyedia\";'),('ace','messages:exif-croppedareaimageheightpixels','s:28:\"id:Tinggi terpotong panorama\";'),('ace','messages:exif-croppedareaimagewidthpixels','s:27:\"id:Lebar terpotong panorama\";'),('ace','messages:exif-croppedarealeftpixels','s:25:\"id:Pemotong kiri panorama\";'),('ace','messages:exif-croppedareatoppixels','s:25:\"id:Pemotong atas panorama\";'),('ace','messages:exif-customrendered','s:23:\"id:Proses buatan gambar\";'),('ace','messages:exif-customrendered-0','s:16:\"id:Proses normal\";'),('ace','messages:exif-customrendered-1','s:16:\"id:Proses kustom\";'),('ace','messages:exif-customrendered-2','s:31:\"id:HDR (aslinya tidak disimpan)\";'),('ace','messages:exif-customrendered-3','s:25:\"id:HDR (aslinya disimpan)\";'),('ace','messages:exif-customrendered-4','s:19:\"id:Asli (untuk HDR)\";'),('ace','messages:exif-customrendered-6','s:11:\"id:Panorama\";'),('ace','messages:exif-customrendered-7','s:14:\"id:Portret HDR\";'),('ace','messages:exif-customrendered-8','s:9:\"id:Potret\";'),('ace','messages:exif-datetime','s:37:\"id:Tanggal dan waktu perubahan berkas\";'),('ace','messages:exif-datetimedigitized','s:33:\"id:Tanggal dan waktu digitalisasi\";'),('ace','messages:exif-datetimeexpires','s:25:\"id:Jangan gunakan setelah\";'),('ace','messages:exif-datetimemetadata','s:38:\"id:Tanggal terakhir perubahan metadata\";'),('ace','messages:exif-datetimeoriginal','s:35:\"id:Tanggal dan waktu pembuatan data\";'),('ace','messages:exif-datetimereleased','s:15:\"id:Dirilis pada\";'),('ace','messages:exif-dc-contributor','s:14:\"id:Kontributor\";'),('ace','messages:exif-dc-coverage','s:38:\"id:Lingkup temporal atau spasial media\";'),('ace','messages:exif-dc-date','s:10:\"id:Tanggal\";'),('ace','messages:exif-dc-publisher','s:11:\"id:Penerbit\";'),('ace','messages:exif-dc-relation','s:16:\"id:Media terkait\";'),('ace','messages:exif-dc-rights','s:6:\"id:Hak\";'),('ace','messages:exif-dc-source','s:15:\"id:Media sumber\";'),('ace','messages:exif-dc-type','s:14:\"id:Jenis media\";'),('ace','messages:exif-devicesettingdescription','s:28:\"id:Deskripsi pengaturan alat\";'),('ace','messages:exif-digitalzoomratio','s:27:\"id:Rasio pembesaran digital\";'),('ace','messages:exif-disclaimer','s:15:\"id:Penyangkalan\";'),('ace','messages:exif-editstatus','s:26:\"id:Status editorial gambar\";'),('ace','messages:exif-event','s:29:\"id:Peristiwa yang digambarkan\";'),('ace','messages:exif-exifversion','s:13:\"id:Versi Exif\";'),('ace','messages:exif-exposurebiasvalue','s:15:\"id:Bias pajanan\";'),('ace','messages:exif-exposureindex','s:17:\"id:Indeks pajanan\";'),('ace','messages:exif-exposurelockused','s:24:\"id:Gunakan kunci pajanan\";'),('ace','messages:exif-exposurelockused-false','s:8:\"id:Tidak\";'),('ace','messages:exif-exposurelockused-true','s:5:\"id:Ya\";'),('ace','messages:exif-exposuremode','s:15:\"id:Mode pajanan\";'),('ace','messages:exif-exposuremode-0','s:19:\"id:Pajanan otomatis\";'),('ace','messages:exif-exposuremode-1','s:17:\"id:Pajanan manual\";'),('ace','messages:exif-exposuremode-2','s:18:\"id:Braket otomatis\";'),('ace','messages:exif-exposureprogram','s:18:\"id:Program pajanan\";'),('ace','messages:exif-exposureprogram-0','s:18:\"id:Tak terdefinisi\";'),('ace','messages:exif-exposureprogram-1','s:9:\"id:Manual\";'),('ace','messages:exif-exposureprogram-2','s:17:\"id:Program normal\";'),('ace','messages:exif-exposureprogram-3','s:19:\"id:Prioritas bukaan\";'),('ace','messages:exif-exposureprogram-4','s:20:\"id:Prioritas penutup\";'),('ace','messages:exif-exposureprogram-5','s:47:\"id:Program kreatif (condong ke kedalaman ruang)\";'),('ace','messages:exif-exposureprogram-6','s:43:\"id:Program aksi (condong ke kecepatan rana)\";'),('ace','messages:exif-exposureprogram-7','s:68:\"id:Modus potret (untuk foto closeup dengan latar belakang tak fokus)\";'),('ace','messages:exif-exposureprogram-8','s:73:\"id:Modus pemandangan (untuk foto pemandangan dengan latar belakang fokus)\";'),('ace','messages:exif-exposuretime','s:16:\"id:Waktu pajanan\";'),('ace','messages:exif-exposuretime-format','s:16:\"id:$1 detik ($2)\";'),('ace','messages:exif-filesource','s:16:\"id:Sumber berkas\";'),('ace','messages:exif-filesource-3','s:22:\"id:Kamera diam digital\";'),('ace','messages:exif-firstphotodate','s:23:\"id:Tanggal foto pertama\";'),('ace','messages:exif-fixtureidentifier','s:15:\"id:Nama fikstur\";'),('ace','messages:exif-flash','s:8:\"id:Kilas\";'),('ace','messages:exif-flash-fired-0','s:28:\"id:Lampu kilat tidak menyala\";'),('ace','messages:exif-flash-fired-1','s:22:\"id:Lampu kilat menyala\";'),('ace','messages:exif-flash-function-1','s:31:\"id:Tidak ada fungsi lampu kilat\";'),('ace','messages:exif-flash-mode-1','s:25:\"id:lampu kilat diperlukan\";'),('ace','messages:exif-flash-mode-2','s:24:\"id:lampu kilat dimatikan\";'),('ace','messages:exif-flash-mode-3','s:17:\"id:modus otomatis\";'),('ace','messages:exif-flash-redeye-1','s:35:\"id:mode reduksi pantulan mata-merah\";'),('ace','messages:exif-flash-return-0','s:45:\"id:tidak ada fungsi pendeteksian strobo balik\";'),('ace','messages:exif-flash-return-2','s:38:\"id:lampu strobo balik tidak terdeteksi\";'),('ace','messages:exif-flash-return-3','s:32:\"id:lampu strobo balik terdeteksi\";'),('ace','messages:exif-flashenergy','s:15:\"id:Energi kilas\";'),('ace','messages:exif-flashpixversion','s:26:\"id:Dukungan versi Flashpix\";'),('ace','messages:exif-fnumber','s:10:\"id:Nilai F\";'),('ace','messages:exif-fnumber-format','s:7:\"id:f/$1\";'),('ace','messages:exif-focallength','s:20:\"id:Jarak fokus lensa\";'),('ace','messages:exif-focallength-format','s:8:\"id:$1 mm\";'),('ace','messages:exif-focallengthin35mmfilm','s:32:\"id:Panjang fokus pada film 35 mm\";'),('ace','messages:exif-focalplaneresolutionunit','s:29:\"id:Unit resolusi bidang fokus\";'),('ace','messages:exif-focalplaneresolutionunit-2','s:7:\"id:inci\";'),('ace','messages:exif-focalplanexresolution','s:26:\"id:Resolusi bidang fokus X\";'),('ace','messages:exif-focalplaneyresolution','s:26:\"id:Resolusi bidang fokus Y\";'),('ace','messages:exif-fullpanoheightpixels','s:24:\"id:Tinggi penuh panorama\";'),('ace','messages:exif-fullpanowidthpixels','s:23:\"id:Lebar penuh panorama\";'),('ace','messages:exif-gaincontrol','s:22:\"id:Kontrol pemandangan\";'),('ace','messages:exif-gaincontrol-0','s:12:\"id:Tidak ada\";'),('ace','messages:exif-gaincontrol-1','s:23:\"id:Naikkan fokus rendah\";'),('ace','messages:exif-gaincontrol-2','s:23:\"id:Naikkan fokus tinggi\";'),('ace','messages:exif-gaincontrol-3','s:24:\"id:Turunkan fokus rendah\";'),('ace','messages:exif-gaincontrol-4','s:24:\"id:Turunkan fokus tinggi\";'),('ace','messages:exif-giffilecomment','s:22:\"id:Komentar berkas GIF\";'),('ace','messages:exif-gpsaltitude','s:13:\"id:Ketinggian\";'),('ace','messages:exif-gpsaltitude-above-sealevel','s:48:\"id:$1 {{PLURAL:$1|meter}} di atas permukaan laut\";'),('ace','messages:exif-gpsaltitude-below-sealevel','s:49:\"id:$1 {{PLURAL:$1|meter}} di bawah permukaan laut\";'),('ace','messages:exif-gpsaltituderef','s:23:\"id:Referensi ketinggian\";'),('ace','messages:exif-gpsareainformation','s:19:\"id:Nama wilayah GPS\";'),('ace','messages:exif-gpsdatestamp','s:14:\"id:Tanggal GPS\";'),('ace','messages:exif-gpsdestbearing','s:17:\"id:Bearing tujuan\";'),('ace','messages:exif-gpsdestbearingref','s:27:\"id:Referensi bearing tujuan\";'),('ace','messages:exif-gpsdestdistance','s:20:\"id:Jarak dari tujuan\";'),('ace','messages:exif-gpsdestdistance-k','s:12:\"id:Kilometer\";'),('ace','messages:exif-gpsdestdistance-m','s:6:\"id:Mil\";'),('ace','messages:exif-gpsdestdistance-n','s:11:\"id:Mil laut\";'),('ace','messages:exif-gpsdestdistanceref','s:30:\"id:Referensi jarak dari tujuan\";'),('ace','messages:exif-gpsdestlatitude','s:17:\"id:Lintang tujuan\";'),('ace','messages:exif-gpsdestlatituderef','s:32:\"id:Referensi lintang dari tujuan\";'),('ace','messages:exif-gpsdestlongitude','s:15:\"id:Bujur tujuan\";'),('ace','messages:exif-gpsdestlongituderef','s:30:\"id:Referensi bujur dari tujuan\";'),('ace','messages:exif-gpsdifferential','s:26:\"id:Koreksi diferensial GPS\";'),('ace','messages:exif-gpsdirection-m','s:16:\"id:Arah magnetis\";'),('ace','messages:exif-gpsdirection-t','s:14:\"id:Arah sejati\";'),('ace','messages:exif-gpsdop','s:23:\"id:Ketepatan pengukuran\";'),('ace','messages:exif-gpsdop-excellent','s:19:\"id:Sangat baik ($1)\";'),('ace','messages:exif-gpsdop-fair','s:13:\"id:Cukup ($1)\";'),('ace','messages:exif-gpsdop-good','s:12:\"id:Baik ($1)\";'),('ace','messages:exif-gpsdop-moderate','s:15:\"id:Moderat ($1)\";'),('ace','messages:exif-gpsdop-poor','s:13:\"id:Buruk ($1)\";'),('ace','messages:exif-gpsimgdirection','s:14:\"id:Arah gambar\";'),('ace','messages:exif-gpsimgdirectionref','s:24:\"id:Referensi arah gambar\";'),('ace','messages:exif-gpslatitude','s:10:\"id:Lintang\";'),('ace','messages:exif-gpslatitude-n','s:16:\"id:Lintang utara\";'),('ace','messages:exif-gpslatitude-s','s:18:\"id:Lintang selatan\";'),('ace','messages:exif-gpslatituderef','s:29:\"id:Lintang Utara atau Selatan\";'),('ace','messages:exif-gpslongitude','s:8:\"id:Bujur\";'),('ace','messages:exif-gpslongitude-e','s:14:\"id:Bujur timur\";'),('ace','messages:exif-gpslongitude-w','s:14:\"id:Bujur barat\";'),('ace','messages:exif-gpslongituderef','s:25:\"id:Bujur Timur atau Barat\";'),('ace','messages:exif-gpsmapdatum','s:22:\"id:Data survei geodesi\";'),('ace','messages:exif-gpsmeasuremode','s:18:\"id:Mode pengukuran\";'),('ace','messages:exif-gpsmeasuremode-2','s:23:\"id:Pengukuran 2-dimensi\";'),('ace','messages:exif-gpsmeasuremode-3','s:23:\"id:Pengukuran 3-dimensi\";'),('ace','messages:exif-gpsprocessingmethod','s:25:\"id:Nama metode proses GPS\";'),('ace','messages:exif-gpssatellites','s:27:\"id:Satelit untuk pengukuran\";'),('ace','messages:exif-gpsspeed','s:25:\"id:Kecepatan penerima GPS\";'),('ace','messages:exif-gpsspeed-k','s:20:\"id:Kilometer per jam\";'),('ace','messages:exif-gpsspeed-m','s:14:\"id:Mil per jam\";'),('ace','messages:exif-gpsspeed-n','s:7:\"id:Knot\";'),('ace','messages:exif-gpsspeedref','s:17:\"id:Unit kecepatan\";'),('ace','messages:exif-gpsstatus','s:18:\"id:Status penerima\";'),('ace','messages:exif-gpsstatus-a','s:32:\"id:Pengukuran sedang berlangsung\";'),('ace','messages:exif-gpsstatus-v','s:31:\"id:Interoperabilitas pengukuran\";'),('ace','messages:exif-gpstimestamp','s:23:\"id:Waktu GPS (jam atom)\";'),('ace','messages:exif-gpstrack','s:15:\"id:Arah gerakan\";'),('ace','messages:exif-gpstrackref','s:25:\"id:Referensi arah gerakan\";'),('ace','messages:exif-gpsversionid','s:16:\"id:Versi tag GPS\";'),('ace','messages:exif-headline','s:8:\"id:Tajuk\";'),('ace','messages:exif-identifier','s:11:\"id:Pengenal\";'),('ace','messages:exif-iimcategory','s:11:\"id:Kategori\";'),('ace','messages:exif-iimcategory-ace','s:28:\"id:Seni, budaya, dan hiburan\";'),('ace','messages:exif-iimcategory-clj','s:22:\"id:Kejahatan dan hukum\";'),('ace','messages:exif-iimcategory-dis','s:25:\"id:Bencana dan kecelakaan\";'),('ace','messages:exif-iimcategory-edu','s:13:\"id:Pendidikan\";'),('ace','messages:exif-iimcategory-evn','s:13:\"id:Lingkungan\";'),('ace','messages:exif-iimcategory-fin','s:21:\"id:Ekonomi dan bisnis\";'),('ace','messages:exif-iimcategory-hth','s:12:\"id:Kesehatan\";'),('ace','messages:exif-iimcategory-hum','s:15:\"id:Minat insani\";'),('ace','messages:exif-iimcategory-lab','s:18:\"id:Ketenagakerjaan\";'),('ace','messages:exif-iimcategory-lif','s:26:\"id:Gaya hidup dan rekreasi\";'),('ace','messages:exif-iimcategory-pol','s:10:\"id:Politik\";'),('ace','messages:exif-iimcategory-rel','s:24:\"id:Agama dan kepercayaan\";'),('ace','messages:exif-iimcategory-sci','s:21:\"id:Ilmu dan teknologi\";'),('ace','messages:exif-iimcategory-soi','s:13:\"id:Isu sosial\";'),('ace','messages:exif-iimcategory-spo','s:11:\"id:Olahraga\";'),('ace','messages:exif-iimcategory-war','s:33:\"id:Perang, konflik, dan keresahan\";'),('ace','messages:exif-iimcategory-wea','s:8:\"id:Cuaca\";'),('ace','messages:exif-iimsupplementalcategory','s:20:\"id:Kategori tambahan\";'),('ace','messages:exif-iimversion','s:12:\"id:Versi IIM\";'),('ace','messages:exif-imagedescription','s:15:\"id:Judul gambar\";'),('ace','messages:exif-imagelength','s:9:\"id:Tinggi\";'),('ace','messages:exif-imageuniqueid','s:17:\"id:ID unik gambar\";'),('ace','messages:exif-imagewidth','s:8:\"id:Lebar\";'),('ace','messages:exif-initialcameradolly','s:19:\"id:Doli kamera awal\";'),('ace','messages:exif-initialhorizontalfovdegrees','s:42:\"id:Ruang pandang awal (derajat horizontal)\";'),('ace','messages:exif-initialverticalfovdegrees','s:40:\"id:Ruang pandang awal (derajat vertikal)\";'),('ace','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('ace','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('ace','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('ace','messages:exif-intellectualgenre','s:14:\"id:Jenis objek\";'),('ace','messages:exif-isospeedratings','s:23:\"id:Rating kecepatan ISO\";'),('ace','messages:exif-isospeedratings-overflow','s:19:\"id:Lebih dari 65535\";'),('ace','messages:exif-jpegfilecomment','s:23:\"id:Komentar berkas JPEG\";'),('ace','messages:exif-jpeginterchangeformat','s:20:\"id:Ofset ke JPEG SOI\";'),('ace','messages:exif-jpeginterchangeformatlength','s:17:\"id:Bita data JPEG\";'),('ace','messages:exif-keywords','s:13:\"id:Kata kunci\";'),('ace','messages:exif-label','s:8:\"id:Label\";'),('ace','messages:exif-languagecode','s:9:\"id:Bahasa\";'),('ace','messages:exif-lastphotodate','s:24:\"id:Tanggal foto terakhir\";'),('ace','messages:exif-lens','s:23:\"id:Lensa yang digunakan\";'),('ace','messages:exif-licenseurl','s:24:\"id:URL lisensi hak cipta\";'),('ace','messages:exif-lightsource','s:16:\"id:Sumber cahaya\";'),('ace','messages:exif-lightsource-0','s:18:\"id:Tidak diketahui\";'),('ace','messages:exif-lightsource-1','s:15:\"id:Cahaya siang\";'),('ace','messages:exif-lightsource-10','s:17:\"id:Cuaca berkabut\";'),('ace','messages:exif-lightsource-11','s:11:\"id:Bayangan\";'),('ace','messages:exif-lightsource-12','s:46:\"id:Pendarflour cahaya siang (D 5700 – 7100K)\";'),('ace','messages:exif-lightsource-13','s:45:\"id:Pendarflour putih siang (N 4600 – 5400K)\";'),('ace','messages:exif-lightsource-14','s:45:\"id:Pendarflour putih teduh (W 3900 – 4500K)\";'),('ace','messages:exif-lightsource-15','s:40:\"id:Pendarflour putih (WW 3200 – 3700K)\";'),('ace','messages:exif-lightsource-17','s:19:\"id:Cahaya standar A\";'),('ace','messages:exif-lightsource-18','s:19:\"id:Cahaya standar B\";'),('ace','messages:exif-lightsource-19','s:19:\"id:Cahaya standar C\";'),('ace','messages:exif-lightsource-2','s:14:\"id:Pendarflour\";'),('ace','messages:exif-lightsource-20','s:6:\"id:D55\";'),('ace','messages:exif-lightsource-21','s:6:\"id:D65\";'),('ace','messages:exif-lightsource-22','s:6:\"id:D75\";'),('ace','messages:exif-lightsource-23','s:6:\"id:D50\";'),('ace','messages:exif-lightsource-24','s:22:\"id:studio ISO tungsten\";'),('ace','messages:exif-lightsource-255','s:21:\"id:Sumber cahaya lain\";'),('ace','messages:exif-lightsource-3','s:25:\"id:Wolfram (cahaya pijar)\";'),('ace','messages:exif-lightsource-4','s:8:\"id:Kilas\";'),('ace','messages:exif-lightsource-9','s:13:\"id:Cuaca baik\";'),('ace','messages:exif-locationdest','s:26:\"id:Lokasi yang digambarkan\";'),('ace','messages:exif-locationdestcode','s:31:\"id:Kode lokasi yang digambarkan\";'),('ace','messages:exif-make','s:18:\"id:Produsen kamera\";'),('ace','messages:exif-make-value','s:5:\"en:$1\";'),('ace','messages:exif-maxaperturevalue','s:24:\"id:Bukaan tanah maksimum\";'),('ace','messages:exif-maxaperturevalue-value','s:17:\"id:$1 APEX (f/$2)\";'),('ace','messages:exif-meteringmode','s:18:\"id:Mode pengukuran\";'),('ace','messages:exif-meteringmode-0','s:18:\"id:Tidak diketahui\";'),('ace','messages:exif-meteringmode-1','s:9:\"id:Rerata\";'),('ace','messages:exif-meteringmode-2','s:17:\"id:RerataBerbobot\";'),('ace','messages:exif-meteringmode-255','s:12:\"id:Lain-lain\";'),('ace','messages:exif-meteringmode-3','s:11:\"id:Terpusat\";'),('ace','messages:exif-meteringmode-4','s:14:\"id:BanyakPusat\";'),('ace','messages:exif-meteringmode-5','s:7:\"id:Pola\";'),('ace','messages:exif-meteringmode-6','s:10:\"id:Parsial\";'),('ace','messages:exif-model','s:15:\"id:Model kamera\";'),('ace','messages:exif-model-value','s:5:\"en:$1\";'),('ace','messages:exif-morepermissionsurl','s:31:\"id:Informasi lisensi alternatif\";'),('ace','messages:exif-nickname','s:23:\"id:Nama informal gambar\";'),('ace','messages:exif-objectcycle','s:21:\"id:Waktu tujuan media\";'),('ace','messages:exif-objectcycle-a','s:13:\"id:Hanya pagi\";'),('ace','messages:exif-objectcycle-b','s:25:\"id:Baik pagi maupun malam\";'),('ace','messages:exif-objectcycle-p','s:14:\"id:Hanya malam\";'),('ace','messages:exif-objectname','s:16:\"id:Judul singkat\";'),('ace','messages:exif-organisationinimage','s:30:\"id:Organisasi yang digambarkan\";'),('ace','messages:exif-orientation','s:12:\"id:Orientasi\";'),('ace','messages:exif-orientation-1','s:9:\"id:Normal\";'),('ace','messages:exif-orientation-2','s:21:\"id:Dibalik horisontal\";'),('ace','messages:exif-orientation-3','s:16:\"id:Diputar 180°\";'),('ace','messages:exif-orientation-4','s:19:\"id:Dibalik vertikal\";'),('ace','messages:exif-orientation-5','s:40:\"id:Diputar 90° CCW dan dibalik vertikal\";'),('ace','messages:exif-orientation-6','s:19:\"id:Diputar 90° CCW\";'),('ace','messages:exif-orientation-7','s:39:\"id:Diputar 90° CW dan dibalik vertikal\";'),('ace','messages:exif-orientation-8','s:18:\"id:Diputar 90° CW\";'),('ace','messages:exif-originaldocumentid','s:23:\"id:ID unik dokumen asli\";'),('ace','messages:exif-originalimageheight','s:33:\"id:Tinggi gambar sebelum dipotong\";'),('ace','messages:exif-originalimagewidth','s:32:\"id:Lebar gambar sebelum dipotong\";'),('ace','messages:exif-originaltransmissionref','s:29:\"id:Kode lokasi transmisi asli\";'),('ace','messages:exif-personinimage','s:25:\"id:Orang yang digambarkan\";'),('ace','messages:exif-photometricinterpretation','s:19:\"id:Komposisi piksel\";'),('ace','messages:exif-photometricinterpretation-0','s:35:\"id:Hitam dan putih (Putih adalah 0)\";'),('ace','messages:exif-photometricinterpretation-1','s:35:\"id:Hitam dan putih (Hitam adalah 0)\";'),('ace','messages:exif-photometricinterpretation-10','s:30:\"id:CIE L*a*b* (pengkodean ITU)\";'),('ace','messages:exif-photometricinterpretation-2','s:6:\"id:RGB\";'),('ace','messages:exif-photometricinterpretation-3','s:8:\"id:Palet\";'),('ace','messages:exif-photometricinterpretation-32803','s:22:\"id:Aturan Filter Warna\";'),('ace','messages:exif-photometricinterpretation-34892','s:13:\"id:Linear raw\";'),('ace','messages:exif-photometricinterpretation-4','s:22:\"id:Masker transparansi\";'),('ace','messages:exif-photometricinterpretation-5','s:30:\"id:Terpisah (Kemungkinan CMYK)\";'),('ace','messages:exif-photometricinterpretation-6','s:8:\"id:YCbCr\";'),('ace','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ace','messages:exif-photometricinterpretation-9','s:30:\"id:CIE L*a*b* (pengkodean ICC)\";'),('ace','messages:exif-pixelxdimension','s:15:\"id:Lebar gambar\";'),('ace','messages:exif-pixelydimension','s:16:\"id:Tinggi gambar\";'),('ace','messages:exif-planarconfiguration','s:18:\"id:Pengaturan data\";'),('ace','messages:exif-planarconfiguration-1','s:16:\"id:format chunky\";'),('ace','messages:exif-planarconfiguration-2','s:16:\"id:format planar\";'),('ace','messages:exif-pngfilecomment','s:22:\"id:Komentar berkas PNG\";'),('ace','messages:exif-poseheadingdegrees','s:24:\"id:Kepala pose (derajat)\";'),('ace','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('ace','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('ace','messages:exif-preferredattributionname','s:62:\"id:Ketika menggunakan kembali karya ini, tolong berikan kredit\";'),('ace','messages:exif-primarychromaticities','s:28:\"id:Kromatisitas warna primer\";'),('ace','messages:exif-projectiontype','s:16:\"id:Tipe proyeksi\";'),('ace','messages:exif-projectiontype-equirectangular','s:18:\"id:Persegi panjang\";'),('ace','messages:exif-provinceorstatecreated','s:56:\"id:Provinsi atau negara bagian tempat pengambilan gambar\";'),('ace','messages:exif-provinceorstatedest','s:47:\"id:Provinsi atau negara bagian yang ditampilkan\";'),('ace','messages:exif-rating','s:17:\"id:Nilai (dari 5)\";'),('ace','messages:exif-rating-rejected','s:10:\"id:Ditolak\";'),('ace','messages:exif-referenceblackwhite','s:39:\"id:Nilai referensi pasangan hitam putih\";'),('ace','messages:exif-relatedsoundfile','s:32:\"id:Berkas audio yang berhubungan\";'),('ace','messages:exif-rightscertificate','s:27:\"id:Sertifikat manajemen hak\";'),('ace','messages:exif-rowsperstrip','s:25:\"id:Jumlah baris per strip\";'),('ace','messages:exif-samplesperpixel','s:18:\"id:Jumlah komponen\";'),('ace','messages:exif-saturation','s:11:\"id:Saturasi\";'),('ace','messages:exif-saturation-0','s:9:\"id:Normal\";'),('ace','messages:exif-saturation-1','s:18:\"id:Saturasi rendah\";'),('ace','messages:exif-saturation-2','s:18:\"id:Saturasi tinggi\";'),('ace','messages:exif-scenecapturetype','s:19:\"id:Tipe penangkapan\";'),('ace','messages:exif-scenecapturetype-0','s:10:\"id:Standar\";'),('ace','messages:exif-scenecapturetype-1','s:10:\"id:Melebar\";'),('ace','messages:exif-scenecapturetype-2','s:9:\"id:Potret\";'),('ace','messages:exif-scenecapturetype-3','s:20:\"id:Pemandangan malam\";'),('ace','messages:exif-scenecode','s:19:\"id:Kode adegan IPTC\";'),('ace','messages:exif-scenetype','s:19:\"id:Tipe pemandangan\";'),('ace','messages:exif-scenetype-1','s:23:\"id:Gambar foto langsung\";'),('ace','messages:exif-sensingmethod','s:22:\"id:Metode penginderaan\";'),('ace','messages:exif-sensingmethod-1','s:18:\"id:Tak terdefinisi\";'),('ace','messages:exif-sensingmethod-2','s:32:\"id:Sensor area warna satu keping\";'),('ace','messages:exif-sensingmethod-3','s:31:\"id:Sensor area warna dua keping\";'),('ace','messages:exif-sensingmethod-4','s:32:\"id:Sensor area warna tiga keping\";'),('ace','messages:exif-sensingmethod-5','s:28:\"id:Sensor area warna berurut\";'),('ace','messages:exif-sensingmethod-7','s:19:\"id:Sensor trilinear\";'),('ace','messages:exif-sensingmethod-8','s:30:\"id:Sensor linear warna berurut\";'),('ace','messages:exif-serialnumber','s:20:\"id:Nomor seri kamera\";'),('ace','messages:exif-sharpness','s:12:\"id:Ketajaman\";'),('ace','messages:exif-sharpness-0','s:9:\"id:Normal\";'),('ace','messages:exif-sharpness-1','s:9:\"id:Lembut\";'),('ace','messages:exif-sharpness-2','s:8:\"id:Keras\";'),('ace','messages:exif-shutterspeedvalue','s:22:\"id:Kecepatan rana APEX\";'),('ace','messages:exif-software','s:18:\"id:Perangkat lunak\";'),('ace','messages:exif-software-value','s:5:\"en:$1\";'),('ace','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ace','messages:exif-source','s:9:\"id:Sumber\";'),('ace','messages:exif-sourcephotoscount','s:21:\"id:Banyak foto sumber\";'),('ace','messages:exif-specialinstructions','s:19:\"id:Instruksi khusus\";'),('ace','messages:exif-spectralsensitivity','s:24:\"id:Sensitivitas spektral\";'),('ace','messages:exif-stitchingsoftware','s:27:\"id:Perangkat lunak penjahit\";'),('ace','messages:exif-stripbytecounts','s:26:\"id:Bita per strip kompresi\";'),('ace','messages:exif-stripoffsets','s:21:\"id:Data lokasi gambar\";'),('ace','messages:exif-subjectarea','s:17:\"id:Wilayah subjek\";'),('ace','messages:exif-subjectdistance','s:15:\"id:Jarak subjek\";'),('ace','messages:exif-subjectdistance-value','s:11:\"id:$1 meter\";'),('ace','messages:exif-subjectdistancerange','s:15:\"id:Jarak subjek\";'),('ace','messages:exif-subjectdistancerange-0','s:18:\"id:Tidak diketahui\";'),('ace','messages:exif-subjectdistancerange-1','s:8:\"id:Makro\";'),('ace','messages:exif-subjectdistancerange-2','s:15:\"id:Tampak dekat\";'),('ace','messages:exif-subjectdistancerange-3','s:14:\"id:Tampak jauh\";'),('ace','messages:exif-subjectlocation','s:16:\"id:Lokasi subjek\";'),('ace','messages:exif-subjectnewscode','s:14:\"id:Kode subjek\";'),('ace','messages:exif-subjectnewscode-value','s:10:\"id:$2 ($1)\";'),('ace','messages:exif-sublocationcreated','s:43:\"id:Sublokasi kota tempat pengambilan gambar\";'),('ace','messages:exif-sublocationdest','s:34:\"id:Sublokasi kota yang ditampilkan\";'),('ace','messages:exif-subsectime','s:20:\"id:Subdetik DateTime\";'),('ace','messages:exif-subsectimedigitized','s:29:\"id:Subdetik DateTimeDigitized\";'),('ace','messages:exif-subsectimeoriginal','s:28:\"id:Subdetik DateTimeOriginal\";'),('ace','messages:exif-unknowndate','s:24:\"id:Tanggal tak diketahui\";'),('ace','messages:exif-urgency','s:10:\"id:Urgensi\";'),('ace','messages:exif-urgency-high','s:14:\"id:Tinggi ($1)\";'),('ace','messages:exif-urgency-low','s:14:\"id:Rendah ($1)\";'),('ace','messages:exif-urgency-normal','s:14:\"id:Normal ($1)\";'),('ace','messages:exif-urgency-other','s:28:\"id:Prioritas ubahsuaian ($1)\";'),('ace','messages:exif-usageterms','s:23:\"id:Ketentuan penggunaan\";'),('ace','messages:exif-usepanoramaviewer','s:28:\"id:Gunakan penampil panorama\";'),('ace','messages:exif-usepanoramaviewer-false','s:8:\"id:Tidak\";'),('ace','messages:exif-usepanoramaviewer-true','s:5:\"id:Ya\";'),('ace','messages:exif-usercomment','s:20:\"id:Komentar pengguna\";'),('ace','messages:exif-webstatement','s:30:\"id:Pernyataan hak cipta daring\";'),('ace','messages:exif-whitebalance','s:21:\"id:Keseimbangan putih\";'),('ace','messages:exif-whitebalance-0','s:30:\"id:Keseimbangan putih otomatis\";'),('ace','messages:exif-whitebalance-1','s:28:\"id:Keseimbangan putih manual\";'),('ace','messages:exif-whitepoint','s:27:\"id:Kromatisitas titik putih\";'),('ace','messages:exif-worldregioncreated','s:42:\"id:Wilayah dunia tempat pengambilan gambar\";'),('ace','messages:exif-worldregiondest','s:33:\"id:Wilayah dunia yang ditampilkan\";'),('ace','messages:exif-writer','s:10:\"id:Penulis\";'),('ace','messages:exif-xresolution','s:22:\"id:Resolusi horizontal\";'),('ace','messages:exif-xyresolution-c','s:9:\"id:$1 dpc\";'),('ace','messages:exif-xyresolution-i','s:9:\"id:$1 dpi\";'),('ace','messages:exif-ycbcrcoefficients','s:45:\"id:Koefisien matriks transformasi ruang warna\";'),('ace','messages:exif-ycbcrpositioning','s:21:\"id:Penempatan Y dan C\";'),('ace','messages:exif-ycbcrpositioning-1','s:20:\"id:Tengah (centered)\";'),('ace','messages:exif-ycbcrpositioning-2','s:18:\"id:Atas (co-sited)\";'),('ace','messages:exif-ycbcrsubsampling','s:27:\"id:Rasio subsampling Y ke C\";'),('ace','messages:exif-yresolution','s:20:\"id:Resolusi vertikal\";'),('ace','messages:expand_templates_generate_rawhtml','s:24:\"id:Tampilkan HTML mentah\";'),('ace','messages:expand_templates_generate_xml','s:29:\"id:Tampilkan pohon parser XML\";'),('ace','messages:expand_templates_html_output','s:23:\"id:Keluaran HTML mentah\";'),('ace','messages:expand_templates_input','s:20:\"id:Masukan tekswiki:\";'),('ace','messages:expand_templates_input_missing','s:59:\"id:Anda perlu memasukkan paling sedikit beberapa teks wiki.\";'),('ace','messages:expand_templates_intro','s:363:\"id:Halaman istimewa ini mengambil teks dan mengembangkan semua templat di dalamnya secara rekursif. Halaman ini juga menerjemahkan semua fungsi parser seperti <code><nowiki>{{</nowiki>#language:…}}</code> dan variabel seperti <code><nowiki>{{</nowiki>CURRENTDAY}}</code>. Bahkan bisa dibilang mengembangkan segala sesuatu yang berada di antara dua tanda kurung.\";'),('ace','messages:expand_templates_ok','s:5:\"id:OK\";'),('ace','messages:expand_templates_output','s:8:\"id:Hasil\";'),('ace','messages:expand_templates_preview','s:12:\"id:Pratayang\";'),('ace','messages:expand_templates_preview_fail_html','s:349:\"id:<em>Karena {{SITENAME}} mengaktifkan HTML mentah dan adanya data sesi yang hilang, pratayang ini disembunyikan sebagai tindakan pencegahan terhadap serangan Javascript.</em>\n\n<strong>Jika ini adalah percobaan pratayang yang sah, silakan coba lagi.</strong>\nJika masih tidak berfungsi, coba [[Special:UserLogout|log keluar]] dan masuk log kembali.\";'),('ace','messages:expand_templates_preview_fail_html_anon','s:275:\"id:<em>Karena {{SITENAME}} memiliki HTML mentah yang diaktifkan dan Anda tidak masuk log, pratayang disembunyikan untuk menghindari serangan JavaScript.</em>\n\n<strong>Jika ini merupakan upaya prayatang sah, silakan  [[Special:UserLogin|masuk log]] dan ulang kembali.</strong>\";'),('ace','messages:expand_templates_remove_comments','s:17:\"id:Buang komentar\";'),('ace','messages:expand_templates_remove_nowiki','s:47:\"id:Tidak menampilkan tag <nowiki> pada hasilnya\";'),('ace','messages:expand_templates_title','s:55:\"id:Judul konteks, untuk {{FULLPAGENAME}} dan lain-lain:\";'),('ace','messages:expand_templates_xml_output','s:12:\"id:Hasil XML\";'),('ace','messages:expandtemplates','s:23:\"id:Pengembangan templat\";'),('ace','messages:expansion-depth-exceeded-category','s:42:\"id:Pages where expansion depth is exceeded\";'),('ace','messages:expansion-depth-exceeded-category-desc','s:49:\"id:Halaman yang melebihi kedalaman luas maksimum.\";'),('ace','messages:expansion-depth-exceeded-warning','s:38:\"id:Halaman melebihi kedalaman ekspansi\";'),('ace','messages:expensive-parserfunction-category','s:59:\"id:Halaman dengan terlalu banyak panggilan fungsi pemilahan\";'),('ace','messages:expensive-parserfunction-category-desc','s:219:\"id:Laman menggunakan terlalu banyak fungsi parser (seperti <code>#ifexist</code>). Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ace','messages:expensive-parserfunction-warning','s:230:\"id:<strong>Peringatan:</strong> Halaman ini mengandung terlalu banyak panggilan fungsi pemilah.\n\nSaat ini terdapat {{PLURAL:$1|$1 panggilan|$1 panggilan}}, yang seharusnya memiliki kurang dari $2 {{PLURAL:$2|panggilan|panggilan}}.\";'),('ace','messages:explainconflict','s:361:\"id:Orang lain telah menyunting halaman ini sejak Anda mulai menyuntingnya.\nBagian atas teks ini mengandung teks halaman saat ini.\nPerubahan yang Anda lakukan ditunjukkan pada bagian bawah teks.\nAnda hanya perlu menggabungkan perubahan Anda dengan teks yang telah ada.\n\'\'\'Hanya\'\'\' teks pada bagian atas halamanlah yang akan diterbitkan apabila Anda menekan \"$1\".\";'),('ace','messages:export','s:15:\"ace:Èkspor ôn\";'),('ace','messages:export-addcat','s:12:\"id:Tambahkan\";'),('ace','messages:export-addcattext','s:35:\"id:Tambahkan halaman dari kategori:\";'),('ace','messages:export-addns','s:12:\"id:Tambahkan\";'),('ace','messages:export-addnstext','s:37:\"id:Tambahkan halaman dari ruang nama:\";'),('ace','messages:export-download','s:48:\"id:Tawarkan untuk menyimpan sebagai suatu berkas\";'),('ace','messages:export-manual','s:35:\"id:Tambahkan halaman secara manual:\";'),('ace','messages:export-pagelinks','s:45:\"id:Sertakan halaman terkait hingga kedalaman:\";'),('ace','messages:export-submit','s:9:\"id:Ekspor\";'),('ace','messages:export-summary','s:3:\"en:\";'),('ace','messages:export-templates','s:19:\"id:Termasuk templat\";'),('ace','messages:exportall','s:26:\"id:Ekspor seluruh halaman.\";'),('ace','messages:exportcuronly','s:62:\"id:Hanya ekspor revisi sekarang, bukan seluruh versi terdahulu\";'),('ace','messages:exportlistauthors','s:59:\"id:Termasuk daftar lengkap kontributor untuk setiap halaman\";'),('ace','messages:exportnohistory','s:133:\"id:----\n\'\'\'Catatan:\'\'\' Mengekspor keseluruhan riwayat suntingan halaman melalui isian ini telah dinon-aktifkan karena alasan kinerja.\";'),('ace','messages:exporttext','s:761:\"id:Anda dapat mengekspor teks dan sejarah penyuntingan suatu halaman tertentu atau suatu set halaman dalam bentuk XML tertentu.\nHasil ekspor ini selanjutnya dapat diimpor ke wiki lainnya yang menggunakan perangkat lunak MediaWiki, dengan menggunakan fasilitas [[Special:Import|halaman impor]].\n\nUntuk mengekspor halaman, masukkan judul dalam kotak teks di bawah ini, satu judul per baris, dan pilih apakah Anda ingin mengekspor lengkap dengan versi terdahulunya, atau hanya versi terbaru dengan catatan penyuntingan terakhir.\n\nJika Anda hanya ingin mengimpor versi terbaru, Anda melakukannya lebih cepat dengan cara menggunakan pranala khusus, sebagai contoh: [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] untuk mengekspor halaman \"[[{{MediaWiki:Mainpage}}]]\".\";'),('ace','messages:external_image_whitelist','s:518:\"ace:#Neupubiyeue bareh nyoe lagee na<pre>\n#Neunguy bagian-bagian ekspresi regular (bak bagian antara // mantong) di yup nyoe\n#Bagian-bagian nyoe eunteuk geupupaih ngon URL nibak gamba-gamba luwa (nyang geupeuhubong lansong)\n#Fragmen nyang paih eunteuk geupeuleumah sibagoe gamba, seuhjih keu link mantong\n#Bareh nyang geupuphon ngon # eunteuk geupeujeuet keu bareh beunalah\n#Nyoe hana geupubida haraih rayek ngon ubeut\n#Neupeuduek ban dum beunagi ekspresi biasa di yup bareh nyoe. Neupubiyeue bareh nyoe lagee na</pre>\";'),('ace','messages:externaldberror','s:111:\"ace:Na seunalah bak peusahèh basis data luwa atawa droeneuh hana geubri idin keu neupubarô akun luwa droeneuh\";'),('ace','messages:faq','s:20:\"ace:Teunanyöng Umom\";'),('ace','messages:feb','s:8:\"ace:Duwa\";'),('ace','messages:february','s:16:\"ace:Buleuen Duwa\";'),('ace','messages:february-gen','s:16:\"ace:Buleuen Duwa\";'),('ace','messages:feed-atom','s:7:\"en:Atom\";'),('ace','messages:feed-invalid','s:41:\"ace:Jeunèh neulakèë umpeuën hana paih\";'),('ace','messages:feed-rss','s:6:\"en:RSS\";'),('ace','messages:feed-unavailable','s:27:\"ace:Umpeuën sindikasi hana\";'),('ace','messages:feedback-adding','s:40:\"id:Menambahkan umpan balik ke halaman...\";'),('ace','messages:feedback-back','s:10:\"id:Kembali\";'),('ace','messages:feedback-bugcheck','s:83:\"id:Hebat! Hanya periksa bahwa itu bukan satu di antara [$1 bug yang telah dikenal].\";'),('ace','messages:feedback-bugnew','s:42:\"id:Saya telah memeriksa. Laporkan bug baru\";'),('ace','messages:feedback-bugornote','s:288:\"id:Jika Anda sudah siap untuk mendeskripsikan masalah teknis secara rinci silakan [$1 melaporkan bug].\nJika tidak, Anda dapat menggunakan formulir mudah di bawah ini. Komentar Anda akan ditambahkan ke halaman \"[$3 $2]\", bersama dengan nama pengguna Anda dan apa browser yang Anda gunakan.\";'),('ace','messages:feedback-cancel','s:8:\"id:Batal\";'),('ace','messages:feedback-close','s:10:\"id:Selesai\";'),('ace','messages:feedback-dialog-intro','s:164:\"id:Anda bisa menggunakan formulir sederhana di bawah untuk mengirimkan saran dan masukan. Komentar Anda akan ditambahkan pada laman \"$1\" bersama nama pengguna Anda.\";'),('ace','messages:feedback-dialog-title','s:31:\"id:Kirimkan saran dan tanggapan\";'),('ace','messages:feedback-error1','s:38:\"id:Galat: Hasil tidak dikenal dari API\";'),('ace','messages:feedback-error4','s:66:\"id:Galat: Tidak dapat mengirim ke judul umpan balik yang diberikan\";'),('ace','messages:feedback-external-bug-report-button','s:21:\"id:Kirim tugas teknis\";'),('ace','messages:feedback-message','s:9:\"id:Pesan:\";'),('ace','messages:feedback-subject','s:11:\"id:Perihal:\";'),('ace','messages:feedback-submit','s:8:\"id:Kirim\";'),('ace','messages:feedback-terms','s:199:\"id:Saya mengerti bahwa informasi agen saya berisi informasi mengenai versi peramban web dan sistem operasi yang benar-benar saya gunakan dan akan dibagikan secara terbuka di samping umpan balik saya.\";'),('ace','messages:feedback-termsofuse','s:87:\"id:Saya menyetujui untuk memberikan umpan balik sesuai dengan Syarat-syarat Penggunaan.\";'),('ace','messages:feedback-thanks','s:72:\"id:Terima kasih! Umpan balik Anda telah dikirimkan ke halaman \"[$2 $1]\".\";'),('ace','messages:feedback-thanks-title','s:16:\"id:Terima kasih!\";'),('ace','messages:feedback-useragent','s:17:\"id:Agen pengguna:\";'),('ace','messages:fewestrevisions','s:33:\"ace:Ôn ngön neuubah paléng dit\";'),('ace','messages:fewestrevisions-summary','s:3:\"en:\";'),('ace','messages:file-anchor-link','s:14:\"ace:Beureukaih\";'),('ace','messages:file-deleted-duplicate','s:199:\"id:Sebuah berkas yang identik dengan berkas ini ([[:$1]]) sudah pernah dihapus sebelumnya. \nAnda harus memeriksa sejarah penghapusan berkas tersebut sebelum melanjutkan pengunggahan ulang berkas ini.\";'),('ace','messages:file-deleted-duplicate-notitle','s:274:\"id:Sebuah berkas yang identik dengan berkas ini sebelumnya telah dihapus, dan judul yang digunakan telah disembunyikan.\nAnda harus meminta bantuan seseorang dengan kemampuan untuk melihat data berkas yang disembunyikan untuk meninjau situasi sebelum Anda mengunggah kembali.\";'),('ace','messages:file-exists-duplicate','s:76:\"id:Berkas ini sama persis dengan {{PLURAL:$1|berkas|berkas-berkas}} berikut:\";'),('ace','messages:file-exists-sharedrepo','s:100:\"id:Nama berkas yang dipilih sudah digunakan pada suatu penyimpanan bersama.\nSilakan pilih nama lain.\";'),('ace','messages:file-info','s:35:\"id:ukuran berkas: $1, tipe MIME: $2\";'),('ace','messages:file-info-gif-frames','s:26:\"id:$1 {{PLURAL:$1||}}frame\";'),('ace','messages:file-info-gif-looped','s:12:\"id:melingkar\";'),('ace','messages:file-info-png-frames','s:35:\"id:$1 {{PLURAL:$1|bingkai|bingkai}}\";'),('ace','messages:file-info-png-looped','s:8:\"id:ulang\";'),('ace','messages:file-info-png-repeat','s:39:\"id:dimainkan $1 {{PLURAL:$1|kali|kali}}\";'),('ace','messages:file-info-size','s:59:\"ace:$1 × $2 piksel, rayek beureukaih: $3, MIME jeunèh: $4\";'),('ace','messages:file-info-size-pages','s:86:\"ace:$1 × $2 piksel, seunipat beureukaih: $3, jeunèh MIME: $4, $5 {{PLURAL:$5|laman}}\";'),('ace','messages:file-no-thumb-animation','s:91:\"id:\'\'\'Catatan: Karena keterbatasan teknis, cuplikan berkas ini tidak akan teranimasikan.\'\'\'\";'),('ace','messages:file-no-thumb-animation-gif','s:131:\"id:\'\'\'Catatan: Karena keterbatasan teknis, cuplikan gambar GIF beresolusi tinggi seperti yang satu ini tidak akan teranimasikan.\'\'\'\";'),('ace','messages:file-nohires','s:40:\"ace:Hana resolusi nyang leubèh manyang.\";'),('ace','messages:file-thumbnail-no','s:261:\"id:Nama berkas dimulai dengan <strong>$1</strong>.\nTampaknya berkas ini merupakan gambar dengan ukuran diperkecil <em>(miniatur)</em>.\nJika Anda memiliki versi resolusi penuh dari gambar ini, harap unggah berkas tersebut. Jika tidak, harap ubah nama berkas ini.\";'),('ace','messages:file-too-large','s:46:\"ace:Beureukaih nyang neupeutamöng rayek that.\";'),('ace','messages:filecopyerror','s:44:\"ace:H\'an jeuet salén beureukah \"$1\" u \"$2\".\";'),('ace','messages:filedelete','s:11:\"id:Hapus $1\";'),('ace','messages:filedelete-archive-read-only','s:58:\"id:Direktori arsip \"$1\" tak dapat ditulis oleh server web.\";'),('ace','messages:filedelete-comment','s:11:\"ace:Alasan:\";'),('ace','messages:filedelete-current-unregistered','s:57:\"id:Berkas yang diberikan \"$1\" tidak ada dalam basis data.\";'),('ace','messages:filedelete-edit-reasonlist','s:31:\"id:Alasan penghapusan suntingan\";'),('ace','messages:filedelete-edit-reasonlist-suppress','s:33:\"id:Alasan penyembunyian suntingan\";'),('ace','messages:filedelete-intro','s:84:\"id:Anda akan menghapus berkas <strong>[[Media:$1|$1]]</strong> dan semua riwayatnya.\";'),('ace','messages:filedelete-intro-old','s:81:\"id:Anda akan menghapus versi <strong>[[Media:$1|$1]]</strong> hingga [$4 $3, $2].\";'),('ace','messages:filedelete-legend','s:15:\"id:Hapus berkas\";'),('ace','messages:filedelete-maintenance','s:80:\"id:Penghapusan dan pengembalian berkas sementara dinonaktifkan selama perawatan.\";'),('ace','messages:filedelete-maintenance-title','s:31:\"id:Tidak dapat menghapus berkas\";'),('ace','messages:filedelete-missing','s:54:\"id:Berkas \"$1\" tak dapat dihapus karena tak ditemukan.\";'),('ace','messages:filedelete-nofile','s:37:\"id:<strong>$1</strong> tak ditemukan.\";'),('ace','messages:filedelete-nofile-old','s:84:\"id:Tak ditemukan arsip versi dari <strong>$1</strong> dengan atribut yang diberikan.\";'),('ace','messages:filedelete-old-unregistered','s:64:\"id:Revisi berkas \"$1\" yang diberikan tidak ada dalam basis data.\";'),('ace','messages:filedelete-otherreason','s:26:\"ace:Alasan laén/teunamah:\";'),('ace','messages:filedelete-reason-dropdown','s:66:\"id:*Alasan penghapusan\n** Pelanggaran hak cipta\n** Berkas duplikat\";'),('ace','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ace','messages:filedelete-reason-otherlist','s:14:\"id:Alasan lain\";'),('ace','messages:filedelete-submit','s:8:\"id:Hapus\";'),('ace','messages:filedelete-success','s:37:\"id:<strong>$1</strong> telah dihapus.\";'),('ace','messages:filedelete-success-old','s:75:\"id:Berkas <strong>[[Media:$1|$1]]</strong> pada versi $3, $2 telah dihapus.\";'),('ace','messages:filedeleteerror','s:38:\"ace:H\'an jeuet sampôh beureukah \"$1\".\";'),('ace','messages:filedeleteerror-long','s:50:\"id:Terjadi kesalahan sewaktu menghapus berkas:\n\n$1\";'),('ace','messages:filedeleteerror-short','s:39:\"id:Kesalahan waktu menghapus berkas: $1\";'),('ace','messages:filedesc','s:10:\"ace:Ehtisa\";'),('ace','messages:fileduplicatesearch','s:28:\"id:Pencarian berkas duplikat\";'),('ace','messages:fileduplicatesearch-filename','s:15:\"id:Nama berkas:\";'),('ace','messages:fileduplicatesearch-info','s:59:\"id:$1 × $2 piksel<br />Besar berkas: $3<br />Tipe MIME: $4\";'),('ace','messages:fileduplicatesearch-noresults','s:43:\"id:Tidak ditemukan berkas dengan nama \"$1\".\";'),('ace','messages:fileduplicatesearch-result-1','s:47:\"id:Berkas \"$1\" tidak memiliki duplikat identik.\";'),('ace','messages:fileduplicatesearch-result-n','s:58:\"id:Berkas \"$1\" memiliki {{PLURAL:$2|$2 duplikat identik}}.\";'),('ace','messages:fileduplicatesearch-submit','s:8:\"ace:Mita\";'),('ace','messages:fileduplicatesearch-summary','s:56:\"id:Pencarian duplikat berkas berdasarkan nilai hash-nya.\";'),('ace','messages:fileexists','s:151:\"id:Suatu berkas dengan nama tersebut telah ada, harap periksa <strong>[[:$1]]</strong> jika {{GENDER:|Anda}} tidak yakin untuk menimpanya.\n[[$1|thumb]]\";'),('ace','messages:fileexists-duplicate-version','s:131:\"id:Unggahan ini adalah salinan persis {{PLURAL:$2|versi terdahulu version|beberapa versi terdahulu}} dari <strong>[[:$1]]</strong>.\";'),('ace','messages:fileexists-extension','s:224:\"id:Berkas dengan nama serupa telah ada: [[$2|thumb]]\n* Nama berkas yang akan dimuat: <strong>[[:$1]]</strong>\n* Nama berkas yang telah ada: <strong>[[:$2]]</strong>\nApakah Anda mungkin ingin menggunakan nama yang lebih unik?\";'),('ace','messages:fileexists-forbidden','s:180:\"id:Suatu berkas dengan nama ini telah ada dan tidak dapat ditimpa.\nJika Anda masih ingin mengunggah berkas, silakan ulang kembali dan gunakan nama baru. [[File:$1|thumb|center|$1]]\";'),('ace','messages:fileexists-no-change','s:83:\"id:Unggahan ini adalah salinan persis versi saat ini dari <strong>[[:$1]]</strong>.\";'),('ace','messages:fileexists-shared-forbidden','s:181:\"id:Ditemukan berkas lain dengan nama yang sama di repositori bersama.\nJika Anda tetap ingin mengunggah berkas, harap ulang kembali dan gunakan nama lain.\n[[File:$1|thumb|center|$1]]\";'),('ace','messages:fileexists-thumbnail-yes','s:266:\"id:Berkas ini tampaknya merupakan gambar yang ukurannya diperkecil <em>(miniatur)</em>. [[$1|thumb]]\nHarap periksa berkas <strong>[[:$1]]</strong> tersebut.\nJika ia memang merupakan gambar dalam ukuran aslinya, Anda tidak perlu untuk memuat kembali miniatur lainnya.\";'),('ace','messages:filehist','s:22:\"ace:Riwayat beureukaih\";'),('ace','messages:filehist-comment','s:13:\"ace:Beunalaih\";'),('ace','messages:filehist-current','s:14:\"ace:jinoë hat\";'),('ace','messages:filehist-datetime','s:23:\"ace:Uroe buleuen/Watèe\";'),('ace','messages:filehist-deleteall','s:19:\"ace:sampôh ban dum\";'),('ace','messages:filehist-deleteone','s:11:\"ace:sampôh\";'),('ace','messages:filehist-dimensions','s:12:\"ace:Dimènsi\";'),('ace','messages:filehist-filesize','s:19:\"ace:Rayek beureukah\";'),('ace','messages:filehist-help','s:83:\"ace:Neuteugon bak uroe buleuen/watèe keu neu-eu beureukaih nyoe ‘oh watèe nyan.\";'),('ace','messages:filehist-nothumb','s:22:\"ace:Hana beuntuk ubeut\";'),('ace','messages:filehist-revert','s:13:\"ace:peuriwang\";'),('ace','messages:filehist-thumb','s:17:\"ace:Beuntuk ubeut\";'),('ace','messages:filehist-thumbtext','s:40:\"ace:Beuntuk ubeut keu seunalén tiëp $1\";'),('ace','messages:filehist-user','s:16:\"ace:Ureueng ngui\";'),('ace','messages:filemissing','s:23:\"id:Berkas tak ditemukan\";'),('ace','messages:filename','s:17:\"ace:Nan beureukah\";'),('ace','messages:filename-bad-prefix','s:227:\"id:Nama berkas yang Anda unggah diawali dengan <strong>\"$1\"</strong>, yang merupakan nama takdeskriptif yang biasanya diberikan secara otomatis oleh kamera digital. Harap pilih nama lain yang lebih deskriptif untuk berkas Anda.\";'),('ace','messages:filename-prefix-blacklist','s:457:\"id: #<!-- biarkan baris ini seperti adanya --> <pre>\n# Contohnya sebagai berikut:\n#   * Semuanya dari karekter \"#\" sampai akhir baris ini adalah komentar\n#   * Setiap garis \"_\" adalah awalan untuk nama file khas yang diberikan secara otomatis oleh kamera digital\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # beberapa model telpon seluler\nIMG # generik\nJD # Jenoptik\nMGP # Pentax\nPICT # lainnya.\n #</pre> <!-- biarkan baris ini seperti adanya -->\";'),('ace','messages:filename-thumb-name','s:211:\"id:Ini terlihat seperti judul gambar miniatur. Mohon jangan mengunggah gambar mini kembali ke wiki yang sama. Harap perbaiki nama berkas hingga lebih bermakna dan tidak memiliki awalan seperti judul gambar mini.\";'),('ace','messages:filename-toolong','s:51:\"ace:Nan beureukaih han jeut leubèh nibak 240 bita.\";'),('ace','messages:filename-tooshort','s:31:\"ace:Nan beureukaih paneuk that.\";'),('ace','messages:filenotfound','s:35:\"ace:Beureukah \"$1\" hana meurumpök.\";'),('ace','messages:filepage-nofile','s:34:\"ace:Hana beureukaih ngön nan nyoe\";'),('ace','messages:filepage-nofile-link','s:74:\"id:Tidak ada berkas dengan nama ini, tetapi Anda dapat [$1 mengunggahnya].\";'),('ace','messages:filepage.css','s:116:\"id:/* CSS yang ditempatkan di sini disertakan pada halaman deskripsi berkas, juga disertakan pada klien wiki lain */\";'),('ace','messages:filepageexists','s:290:\"id:Halaman deskripsi untuk berkas ini telah dibuat di <strong>[[:$1]]</strong>, tetapi saat ini tak ditemukan berkas dengan nama tersebut. Ringkasan yang Anda masukkan tidak akan tampil pada halaman deskripsi. Untuk memunculkannya, Anda perlu untuk menyuntingnya secara manual.\n[[$1|thumb]]\";'),('ace','messages:filereadonlyerror','s:147:\"id:Tidak dapat memodifikasi berkas \"$1\" karena file repositori \"$2\" adalah pada mode baca-saja.\n\nPengurus yang menguncinya memberikan alasan: \"$3\".\";'),('ace','messages:filerenameerror','s:46:\"ace:H\'an jeuet bôh nan beureukah \"$1\" u \"$2\".\";'),('ace','messages:filereuploadsummary','s:20:\"id:Perubahan berkas:\";'),('ace','messages:filerevert','s:14:\"id:Batalkan $1\";'),('ace','messages:filerevert-badversion','s:86:\"id:Tidak ada versi lokal terdahulu dari berkas ini dengan stempel waktu yang dimaksud.\";'),('ace','messages:filerevert-comment','s:11:\"ace:Alasan:\";'),('ace','messages:filerevert-defaultcomment','s:39:\"id:Dibatalkan ke versi pada $2, $1 ($3)\";'),('ace','messages:filerevert-identical','s:67:\"id:Versi berkas sekarang telah identik dengan berkas yang terpilih.\";'),('ace','messages:filerevert-intro','s:84:\"id:Anda akan membatalkan <strong>[[Media:$1|$1]]</strong> ke versi [$4 pada $3, $2].\";'),('ace','messages:filerevert-legend','s:18:\"id:Batalkan berkas\";'),('ace','messages:filerevert-submit','s:11:\"id:Batalkan\";'),('ace','messages:filerevert-success','s:78:\"id:<strong>[[Media:$1|$1]]</strong> telah dibatalkan ke versi [$4 pada $3, $2]\";'),('ace','messages:filesource','s:7:\"ace:Nè\";'),('ace','messages:filestatus','s:20:\"id:Status hak cipta:\";'),('ace','messages:filetype-bad-ie-mime','s:164:\"id:Tidak dapat mengunggah berkas ini karena Internet Explorer mendeteksinya sebagai \"$1\", yang tak diizinkan dan merupakan tipe berkas yang memiliki potensi bahaya.\";'),('ace','messages:filetype-badmime','s:67:\"id:Berkas dengan tipe MIME \"$1\" tidak diperkenankan untuk diunggah.\";'),('ace','messages:filetype-banned','s:37:\"ace:Jeunèh beureukaih nyoe geutheun.\";'),('ace','messages:filetype-banned-type','s:222:\"id:<strong>\".$1\"</strong> {{PLURAL:$4|adalah ekstensi berkas yang tidak diizinkan|adalah ekstensi berkas yang tidak diizinkan}}.\n{{PLURAL:$3|Jenis berkas yang diperolehkan adalah|Jenis berkas yang diperolehkan adalah}} $2.\";'),('ace','messages:filetype-mime-mismatch','s:88:\"id:Ekstensi berkas \".$1\" tidak cocok dengan jenis MIME yang terdeteksi dari berkas ($2).\";'),('ace','messages:filetype-missing','s:50:\"id:Berkas tak memiliki ekstensi (misalnya \".jpg\").\";'),('ace','messages:filetype-unwanted-type','s:159:\"id:<strong>\".$1\"</strong> termasuk jenis berkas yang tidak diizinkan.\n{{PLURAL:$3|Jenis berkas yang disarankan adalah|Jenis berkas yang disarankan adalah}} $2.\";'),('ace','messages:fileuploadsummary','s:12:\"ace:Éhtisa:\";'),('ace','messages:filewasdeleted','s:130:\"id:Suatu berkas dengan nama ini pernah diunggah dan selanjutnya dihapus. Harap periksa $1 sebelum mengunggah lagi berkas tersebut.\";'),('ace','messages:fix-double-redirects','s:55:\"id:Perbaiki semua pengalihan ganda yang mungkin terjadi\";'),('ace','messages:formatnum-nan','s:14:\"id:Bukan Angka\";'),('ace','messages:formerror','s:41:\"ace:Reulöh: H\'an jeuet peu\'ék formulir.\";'),('ace','messages:fri','s:7:\"ace:Jum\";'),('ace','messages:friday','s:12:\"ace:Jumeu\'at\";'),('ace','messages:friday-at','s:17:\"id:Jumat pukul $1\";'),('ace','messages:gallery-slideshow-toggle','s:26:\"id:Beralih  \'\'thumbnails\'\'\";'),('ace','messages:gender-female','s:18:\"ace:Ureueng inöng\";'),('ace','messages:gender-male','s:16:\"ace:Ureueng agam\";'),('ace','messages:gender-notknown','s:33:\"id:Mereka menyunting halaman wiki\";'),('ace','messages:gender-unknown','s:20:\"ace:Hana geupeunyata\";'),('ace','messages:generic-pool-error','s:116:\"ace:Meu\'ah, server teungöh peunoh jinoe.\nLe that ureueng ngui nyang eu ôn nyoe.\nNeuprèh sijamong sigoh neuci lom.\";'),('ace','messages:go','s:9:\"ace:Jak u\";'),('ace','messages:googleanalytics-desc','s:98:\"id:Menambahkan skrip Google Analytics (ga.js) ke halaman-halaman MediaWiki untuk tujuan penjejakan\";'),('ace','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ace','messages:gotointerwiki','s:28:\"id:Meninggalkan {{SITENAME}}\";'),('ace','messages:gotointerwiki-external','s:116:\"id:Anda akan meninggalkan {{SITENAME}} untuk mengunjungi [[$2]], yang merupakan situs lain.\n\n\'\'\'[$1 Lanjut ke $1]\'\'\'\";'),('ace','messages:gotointerwiki-invalid','s:34:\"id:Judul yang ditentukan tidak sah\";'),('ace','messages:grant-basic','s:14:\"id:Akses dasar\";'),('ace','messages:grant-blockusers','s:45:\"id:Memblokir dan membuka pemblokiran pengguna\";'),('ace','messages:grant-createaccount','s:15:\"id:Membuat akun\";'),('ace','messages:grant-createeditmovepage','s:43:\"ace:Peugöt, peusaneut, ngön pupinah laman\";'),('ace','messages:grant-delete','s:43:\"id:Menghapus halaman, revisi, dan log entri\";'),('ace','messages:grant-editinterface','s:70:\"id:Menyunting ruang nama MediaWiki dan JSON pengguna/keseluruhan situs\";'),('ace','messages:grant-editmycssjs','s:46:\"id:Menyunting halaman CSS/JSON/JavaScript Anda\";'),('ace','messages:grant-editmyoptions','s:59:\"id:Menyunting preferensi pengguna Anda dan konfigurasi JSON\";'),('ace','messages:grant-editmywatchlist','s:34:\"id:Menyunting daftar pantauan Anda\";'),('ace','messages:grant-editpage','s:30:\"id:Menyunting halaman yang ada\";'),('ace','messages:grant-editprotected','s:37:\"id:Menyunting halaman yang dilindungi\";'),('ace','messages:grant-editsiteconfig','s:50:\"id:Sunting CSS/JS pengguna untuk keseluruhan situs\";'),('ace','messages:grant-generic','s:24:\"id:\"$1\" bundel hak akses\";'),('ace','messages:grant-group-administration','s:35:\"id:Melakukan tindakan administratif\";'),('ace','messages:grant-group-customization','s:29:\"id:Kustomisasi dan preferensi\";'),('ace','messages:grant-group-email','s:18:\"ace:Peuét surat-e\";'),('ace','messages:grant-group-file-interaction','s:28:\"id:Berinteraksi dengan media\";'),('ace','messages:grant-group-high-volume','s:43:\"id:Melakukan aktivitas dengan volume tinggi\";'),('ace','messages:grant-group-other','s:22:\"id:Aktivitas lain-lain\";'),('ace','messages:grant-group-page-interaction','s:30:\"id:Berinteraksi dengan halaman\";'),('ace','messages:grant-group-private-information','s:38:\"id:Mengakses data pribadi tentang Anda\";'),('ace','messages:grant-group-watchlist-interaction','s:43:\"id:Berinteraksi dengan daftar pantauan Anda\";'),('ace','messages:grant-highvolume','s:34:\"id:Menyunting dengan volume tinggi\";'),('ace','messages:grant-import','s:19:\"id:Mengimpor revisi\";'),('ace','messages:grant-mergehistory','s:32:\"id:Menggabungkan sejarah halaman\";'),('ace','messages:grant-oversight','s:40:\"id:Menyembunyikan pengguna dan revisinya\";'),('ace','messages:grant-patrol','s:30:\"id:Menandai halaman terpatroli\";'),('ace','messages:grant-privateinfo','s:30:\"id:Mengakses informasi pribadi\";'),('ace','messages:grant-protect','s:46:\"id:Melindungi dan membuka perlindungan halaman\";'),('ace','messages:grant-rollback','s:37:\"id:Membalikkan perubahan pada halaman\";'),('ace','messages:grant-sendemail','s:36:\"ace:Peuét surat-e keu ureueng laén\";'),('ace','messages:grant-uploadeditmovefile','s:48:\"id:Mengunggah, mengganti, dan memindahkan berkas\";'),('ace','messages:grant-uploadfile','s:25:\"id:Mengunggah berkas baru\";'),('ace','messages:grant-viewdeleted','s:42:\"id:Melihat halaman dan berkas yang dihapus\";'),('ace','messages:grant-viewmywatchlist','s:29:\"id:Lihat daftar pantauan Anda\";'),('ace','messages:grant-viewrestrictedlogs','s:27:\"id:Lihat entri log terbatas\";'),('ace','messages:group','s:10:\"ace:Kawan:\";'),('ace','messages:group-all','s:13:\"ace:(ban dum)\";'),('ace','messages:group-autoconfirmed','s:46:\"ace:Ureueng ngui nyang meu-konfirmasi otomatis\";'),('ace','messages:group-autoconfirmed-member','s:54:\"ace:{{GENDER:$1|ureueng ngui meu-konfirmasi otomatis}}\";'),('ace','messages:group-autoconfirmed.css','s:71:\"id:/* CSS di sini hanya mempengaruhi pengguna terkonfirmasi otomatis */\";'),('ace','messages:group-autoconfirmed.js','s:87:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk pengguna terkonfirmasi otomatis */\";'),('ace','messages:group-bot','s:7:\"ace:Bot\";'),('ace','messages:group-bot-member','s:21:\"ace:{{GENDER:$1|bot}}\";'),('ace','messages:group-bot.css','s:43:\"id:/* CSS di sini hanya mempengaruhi bot */\";'),('ace','messages:group-bot.js','s:59:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk bot */\";'),('ace','messages:group-bureaucrat','s:13:\"ace:Birôkrat\";'),('ace','messages:group-bureaucrat-member','s:27:\"ace:{{GENDER:$1|birôkrat}}\";'),('ace','messages:group-bureaucrat.css','s:48:\"id:/* CSS di sini hanya mempengaruhi birokrat */\";'),('ace','messages:group-bureaucrat.js','s:64:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk birokrat */\";'),('ace','messages:group-interface-admin','s:21:\"id:Pengurus antarmuka\";'),('ace','messages:group-interface-admin-member','s:35:\"id:{{GENDER:$1|pengurus antarmuka}}\";'),('ace','messages:group-membership-link-with-expiry','s:17:\"id:$1 (sampai $2)\";'),('ace','messages:group-named','s:21:\"id:Pengguna terdaftar\";'),('ace','messages:group-suppress','s:18:\"ace:Ureueng kalön\";'),('ace','messages:group-suppress-member','s:32:\"ace:{{GENDER:$1|ureueng kalön}}\";'),('ace','messages:group-sysop','s:18:\"ace:Ureueng urôih\";'),('ace','messages:group-sysop-member','s:32:\"ace:{{GENDER:$1|ureueng urôih}}\";'),('ace','messages:group-sysop.css','s:48:\"id:/* CSS di sini hanya mempengaruhi pengurus */\";'),('ace','messages:group-sysop.js','s:64:\"id:/* Semua JavaScript di sini hanya dimuatkan untuk pengurus */\";'),('ace','messages:group-user','s:24:\"ace:Ureueng-ureueng ngui\";'),('ace','messages:group-user-member','s:30:\"ace:{{GENDER:$1|ureueng ngui}}\";'),('ace','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('ace','messages:group-user.js','s:79:\"id:/* Semua Skrip Java di sini hanya dimuatkan untuk pengguna terdaftar saja */\";'),('ace','messages:grouppage-autoconfirmed','s:55:\"ace:{{ns:project}}:Ureueng ngui meu-konfirmasi otomatis\";'),('ace','messages:grouppage-bot','s:23:\"ace:{{ns:project}}:Bots\";'),('ace','messages:grouppage-bureaucrat','s:28:\"ace:{{ns:project}}:Birôkrat\";'),('ace','messages:grouppage-interface-admin','s:36:\"id:{{ns:project}}:Pengurus antarmuka\";'),('ace','messages:grouppage-named','s:36:\"id:{{ns:project}}:Pengguna terdaftar\";'),('ace','messages:grouppage-suppress','s:33:\"ace:{{ns:project}}:Ureueng kalön\";'),('ace','messages:grouppage-sysop','s:33:\"ace:{{ns:project}}:Ureueng urôih\";'),('ace','messages:grouppage-user','s:31:\"ace:{{ns:project}}:Ureueng ngui\";'),('ace','messages:guesstimezone','s:29:\"id:Isikan dari penjelajah web\";'),('ace','messages:headline-anchor-title','s:24:\"id:Pranala ke bagian ini\";'),('ace','messages:hebrew-calendar-m1','s:9:\"id:Tisyri\";'),('ace','messages:hebrew-calendar-m1-gen','s:9:\"id:Tisyri\";'),('ace','messages:hebrew-calendar-m10','s:8:\"id:Tamus\";'),('ace','messages:hebrew-calendar-m10-gen','s:8:\"id:Tamus\";'),('ace','messages:hebrew-calendar-m11','s:5:\"id:Ab\";'),('ace','messages:hebrew-calendar-m11-gen','s:5:\"id:Ab\";'),('ace','messages:hebrew-calendar-m12','s:7:\"id:Elul\";'),('ace','messages:hebrew-calendar-m12-gen','s:7:\"id:Elul\";'),('ace','messages:hebrew-calendar-m2','s:14:\"id:Markhesywan\";'),('ace','messages:hebrew-calendar-m2-gen','s:14:\"id:Markhesywan\";'),('ace','messages:hebrew-calendar-m3','s:9:\"id:Kislew\";'),('ace','messages:hebrew-calendar-m3-gen','s:9:\"id:Kislew\";'),('ace','messages:hebrew-calendar-m4','s:8:\"id:Tebet\";'),('ace','messages:hebrew-calendar-m4-gen','s:8:\"id:Tebet\";'),('ace','messages:hebrew-calendar-m5','s:9:\"id:Syebat\";'),('ace','messages:hebrew-calendar-m5-gen','s:9:\"id:Syebat\";'),('ace','messages:hebrew-calendar-m6','s:7:\"id:Adar\";'),('ace','messages:hebrew-calendar-m6-gen','s:7:\"id:Adar\";'),('ace','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('ace','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('ace','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('ace','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('ace','messages:hebrew-calendar-m7','s:8:\"id:Nisan\";'),('ace','messages:hebrew-calendar-m7-gen','s:8:\"id:Nisan\";'),('ace','messages:hebrew-calendar-m8','s:7:\"id:Iyar\";'),('ace','messages:hebrew-calendar-m8-gen','s:7:\"id:Iyar\";'),('ace','messages:hebrew-calendar-m9','s:8:\"id:Siwan\";'),('ace','messages:hebrew-calendar-m9-gen','s:8:\"id:Siwan\";'),('ace','messages:help','s:12:\"ace:Beunantu\";'),('ace','messages:help-mediawiki','s:27:\"ace:Beunantu bhah MediaWiki\";'),('ace','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ace','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ace','messages:helppage-top-gethelp','s:12:\"ace:Beunantu\";'),('ace','messages:hidden-categories','s:43:\"ace:{{PLURAL:$1|Kawan teusom|Kawan teusom}}\";'),('ace','messages:hidden-category-category','s:16:\"ace:Kawan teusom\";'),('ace','messages:hidden-category-category-desc','s:181:\"id:Kategori ini berisi <code><nowiki>__HIDDENCAT__</nowiki></code> di dalam konten laman, yang secara baku mencegah kategori ini muncul di kotak tautan kategori pada laman tersebut.\";'),('ace','messages:hiddencategories','s:82:\"ace:Ôn nyoe nakeuh anggèeta nibak {{PLURAL:$1|1 kawan teusom |$1 kawan teusom}}:\";'),('ace','messages:hide','s:10:\"ace:Peusom\";'),('ace','messages:hidetoc','s:10:\"ace:peusom\";'),('ace','messages:hijri-calendar-m1','s:10:\"id:Muharam\";'),('ace','messages:hijri-calendar-m10','s:9:\"id:Syawal\";'),('ace','messages:hijri-calendar-m11','s:12:\"id:Zulkaidah\";'),('ace','messages:hijri-calendar-m12','s:11:\"id:Zulhijah\";'),('ace','messages:hijri-calendar-m2','s:8:\"id:Safar\";'),('ace','messages:hijri-calendar-m3','s:13:\"id:Rabiulawal\";'),('ace','messages:hijri-calendar-m4','s:14:\"id:Rabiulakhir\";'),('ace','messages:hijri-calendar-m5','s:14:\"id:Jumadilawal\";'),('ace','messages:hijri-calendar-m6','s:15:\"id:Jumadilakhir\";'),('ace','messages:hijri-calendar-m7','s:8:\"id:Rajab\";'),('ace','messages:hijri-calendar-m8','s:10:\"id:Syakban\";'),('ace','messages:hijri-calendar-m9','s:10:\"id:Ramadan\";'),('ace','messages:hist','s:11:\"ace:riwayat\";'),('ace','messages:histfirst','s:17:\"ace:paléng trép\";'),('ace','messages:histlast','s:17:\"ace:paléng barô\";'),('ace','messages:histlegend','s:374:\"ace:Piléh duwa teuneugön radiô, lheueh nyan teugön teuneugön \'\'pubandéng\'\' keu neupubandéng seunalén. Teugön saboh uroe buleuen keu neukalön seunalén ôn bak uroe buleuen nyan.<br />(jin) = bida ngön seunalén jinoe, (akhé) = bida ngön seunalén sigohlomjih. \'\'\'b\'\'\' = peusaneut bacut, \'\'\'bot\'\'\' = peusaneut bot, → = peusaneut bideueng, ← = ehtisa otomatis\";'),('ace','messages:history','s:15:\"ace:Riwayat ôn\";'),('ace','messages:history-edit-tags','s:40:\"id:Sunting tag dari revisi yang terpilih\";'),('ace','messages:history-empty','s:45:\"id:Tidak ditemukan adanya revisi yang sesuai.\";'),('ace','messages:history-feed-description','s:43:\"ace:Riwayat neupeupah keu ôn nyoe bak wiki\";'),('ace','messages:history-feed-empty','s:181:\"id:Halaman yang diminta tak ditemukan.\nKemungkinan telah dihapus dari wiki, atau diberi nama baru.\nCoba [[Special:Search|lakukan pencarian di wiki]] untuk halaman baru yang relevan.\";'),('ace','messages:history-feed-item-nocomment','s:13:\"ace:$1 bak $2\";'),('ace','messages:history-feed-title','s:21:\"ace:Riwayat neupeupah\";'),('ace','messages:history-fieldset-title','s:15:\"ace:Mita revisi\";'),('ace','messages:history-show-deleted','s:29:\"ace:Nyang geusampôh mantöng\";'),('ace','messages:history-title','s:22:\"ace:$1: Riwayat revisi\";'),('ace','messages:history_copyright','s:4:\"en:-\";'),('ace','messages:history_short','s:11:\"ace:Riwayat\";'),('ace','messages:history_small','s:11:\"ace:riwayat\";'),('ace','messages:historyaction-submit','s:19:\"id:Tampilkan revisi\";'),('ace','messages:historyempty','s:7:\"ace:soh\";'),('ace','messages:historysize','s:25:\"ace:({{PLURAL:$1|1 bit}})\";'),('ace','messages:historywarning','s:127:\"ace:<strong>Peuneugah:</strong> Laman nyang keumeung neusampôh na riwayat ngön kureuëng leubèh $1 {{PLURAL:$1|geunantoë}}:\";'),('ace','messages:hookaborted','s:69:\"id:Modifikasi yang coba Anda lakukan dibatalkan oleh sebuah ekstensi.\";'),('ace','messages:hours','s:30:\"id:{{PLURAL:$1|$1 jam|$1 jam}}\";'),('ace','messages:hours-abbrev','s:7:\"id:$1 j\";'),('ace','messages:hours-ago','s:33:\"id:$1 {{PLURAL:$1|jam}} yang lalu\";'),('ace','messages:htmlform-chosen-placeholder','s:13:\"id:Pilih opsi\";'),('ace','messages:htmlform-cloner-create','s:25:\"id:Tambahkan lebih banyak\";'),('ace','messages:htmlform-cloner-delete','s:8:\"id:Hapus\";'),('ace','messages:htmlform-cloner-required','s:40:\"id:Paling sedikit satu nilai diperlukan.\";'),('ace','messages:htmlform-date-invalid','s:96:\"id:Nilai yang diberikan tidak dikenali sebagai tanggal. Coba lagi menggunakan format TTTT-BB-HH.\";'),('ace','messages:htmlform-date-placeholder','s:13:\"id:HH-BB-TTTT\";'),('ace','messages:htmlform-date-toohigh','s:83:\"id:Nilai yang Anda masukkan adalah setelah tanggal paling akhir  yang dibolehkan $1\";'),('ace','messages:htmlform-date-toolow','s:81:\"id:Nilai yang Anda masukkan adalah sebelum tanggal paling dini yang dibolehkan $1\";'),('ace','messages:htmlform-datetime-invalid','s:109:\"id:Nilai yang Anda masukkan tidak dikenali sebagai tanggal dan waktu. Coba gunakan format YYYY-MM-DD HH:MM:SS\";'),('ace','messages:htmlform-datetime-placeholder','s:22:\"id:TTTT-BB-HH JJ:MM:DD\";'),('ace','messages:htmlform-datetime-toohigh','s:100:\"id:Nilai yang Anda masukan telah terlewati setelah tanggal dan waktu terakhir yang diperbolehkan $1.\";'),('ace','messages:htmlform-datetime-toolow','s:94:\"id:Nilai yang Anda tentukan berada sebelum tanggal dan waktu paling awal yang diperbolehkan $1\";'),('ace','messages:htmlform-float-invalid','s:44:\"id:Yang Anda masukkan bukan merupakan angka.\";'),('ace','messages:htmlform-int-invalid','s:42:\"id:Nilai yang Anda masukkan bukan integer.\";'),('ace','messages:htmlform-int-toohigh','s:54:\"id:Nilai yang Anda masukkan melebihi nilai maksimum $1\";'),('ace','messages:htmlform-int-toolow','s:68:\"id:Nilai yang Anda masukkan terlalu rendah di bawah nilai minimum $1\";'),('ace','messages:htmlform-invalid-input','s:42:\"id:Ada kesalahan dalam beberapa input Anda\";'),('ace','messages:htmlform-multiselect-toomany','s:54:\"id:Nilai yang Anda masukkan melebihi nilai maksimum $1\";'),('ace','messages:htmlform-no','s:8:\"id:Tidak\";'),('ace','messages:htmlform-required','s:15:\"id:Wajib diisi.\";'),('ace','messages:htmlform-reset','s:21:\"id:Balikkan perubahan\";'),('ace','messages:htmlform-select-badoption','s:37:\"id:Nilai yang Anda masukkan tidak sah\";'),('ace','messages:htmlform-selectorother-other','s:12:\"id:Lain-lain\";'),('ace','messages:htmlform-submit','s:10:\"ace:Peuét\";'),('ace','messages:htmlform-tag-not-allowed','s:40:\"id:$1 merupakan tag yang tidak diizinkan\";'),('ace','messages:htmlform-time-invalid','s:90:\"id:Nilai yang Anda tentukan bukan waktu yang dikenali. Cobalah menggunakan format HH:MM:SS\";'),('ace','messages:htmlform-time-placeholder','s:11:\"id:JJ:MM:DD\";'),('ace','messages:htmlform-time-toohigh','s:79:\"id:Nilai yang Anda tentukan adalah setelah waktu paling baru yang dibolehkan $1\";'),('ace','messages:htmlform-time-toolow','s:79:\"id:Nilai yang Anda tentukan adalah sebelum waktu paling dini yang dibolehkan $1\";'),('ace','messages:htmlform-title-badnamespace','s:53:\"id:[[:$1]] tidak berada dalam ruang nama \"{{ns:$2}}\".\";'),('ace','messages:htmlform-title-interwiki','s:58:\"id:$1 merupakan judul interwiki, harus berupa judul lokal.\";'),('ace','messages:htmlform-title-not-creatable','s:55:\"id:\"$1\" bukan merupakan judul halaman yang dapat dibuat\";'),('ace','messages:htmlform-title-not-exists','s:16:\"id:$1 tidak ada.\";'),('ace','messages:htmlform-user-not-exists','s:33:\"id:<strong>$1</strong> tidak ada.\";'),('ace','messages:htmlform-user-not-valid','s:57:\"id:<strong>$1</strong> bukan merupakan nama pengguna sah.\";'),('ace','messages:htmlform-yes','s:5:\"id:Ya\";'),('ace','messages:http-bad-status','s:50:\"id:Ada masalah saat permintaan halaman HTTP: $1 $2\";'),('ace','messages:http-curl-error','s:35:\"id:Kesalahan saat mengambil URL: $1\";'),('ace','messages:http-internal-error','s:23:\"id:Galat internal HTTP.\";'),('ace','messages:http-invalid-scheme','s:40:\"id:URL dengan skema \"$1\" tidak didukung.\";'),('ace','messages:http-invalid-url','s:20:\"id:URL tidak sah: $1\";'),('ace','messages:http-read-error','s:28:\"id:Kesalahan pembacaan HTTP.\";'),('ace','messages:http-request-error','s:63:\"id:Permintaan HTTP gagal karena kesalahan yang tidak diketahui.\";'),('ace','messages:http-timed-out','s:33:\"id:Permintaan HTTP lewat tenggat.\";'),('ace','messages:ignorewarning','s:49:\"id:Abaikan peringatan dan langsung simpan berkas.\";'),('ace','messages:ignorewarnings','s:29:\"id:Abaikan peringatan apa pun\";'),('ace','messages:illegal-filename','s:40:\"ace:Nan beureukaih han jeut lagèe nyoe.\";'),('ace','messages:illegalfilename','s:123:\"ace:Nan beureukah \"$1\" meuasoe seunurat nyang h\'an jeuet na bak nan. Neutulông gantoe nan nyan sigohlom neupeutamöng lom.\";'),('ace','messages:ilsubmit','s:8:\"ace:Mita\";'),('ace','messages:imageinvalidfilename','s:31:\"id:Nama berkas tujuan tidak sah\";'),('ace','messages:imagelinks','s:25:\"ace:Seuneungui beureukaih\";'),('ace','messages:imagelisttext','s:80:\"id:Di bawah ini adalah daftar \'\'\'$1\'\'\' {{PLURAL:$1|berkas|berkas}} diurutkan $2.\";'),('ace','messages:imagemaxsize','s:54:\"id:Batas ukuran gambar untuk halaman deskripsi berkas:\";'),('ace','messages:imagenocrossnamespace','s:58:\"id:Tidak dapat memindahkan berkas ke ruang nama non-berkas\";'),('ace','messages:imagepage','s:20:\"ace:Eu ôn beureukah\";'),('ace','messages:imagetypemismatch','s:57:\"id:Ekstensi yang diberikan tidak cocok dengan tipe berkas\";'),('ace','messages:img-auth-accessdenied','s:16:\"id:Akses ditolak\";'),('ace','messages:img-auth-badtitle','s:50:\"id:Tidak dapat membangun judul yang sah dari \"$1\".\";'),('ace','messages:img-auth-isdir','s:73:\"id:Anda mencoba mengakses direktori \"$1\".\nHanya akses berkas di bolehkan.\";'),('ace','messages:img-auth-nofile','s:25:\"ace:Hana beureukaih \"$1\".\";'),('ace','messages:img-auth-noread','s:52:\"id:Pengguna tidak memiliki akses untuk membaca \"$1\".\";'),('ace','messages:img-auth-notindir','s:58:\"id:Alur yang diminta tidak diatur dalam direktori ungahan.\";'),('ace','messages:img-auth-public','s:160:\"id:Fungsi dari img_auth.php adalah mengeluarkan berkas dari wiki pribadi.\nWiki ini diatur sebagai wiki umum.\nUntuk keamanan optimal, img_auth.php dinonaktifkan.\";'),('ace','messages:img-auth-streaming','s:20:\"id:Menyalurkan \"$1\".\";'),('ace','messages:img-lang-default','s:19:\"id:(bahasa default)\";'),('ace','messages:img-lang-go','s:10:\"id:Tuju ke\";'),('ace','messages:img-lang-info','s:34:\"id:Jadikan gambar ini dalam $1. $2\";'),('ace','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('ace','messages:imgfile','s:14:\"ace:beureukaih\";'),('ace','messages:imgmultigo','s:8:\"ace:Jak!\";'),('ace','messages:imgmultigoto','s:16:\"ace:Jak u ôn $1\";'),('ace','messages:imgmultipagenext','s:18:\"ace:ôn u keue →\";'),('ace','messages:imgmultipageprev','s:25:\"ace:← ôn sigohlom nyoe\";'),('ace','messages:immobile-source-namespace','s:51:\"ace:H\'an jeuet pupinah laman lam ruweueng nan \"$1\".\";'),('ace','messages:immobile-source-namespace-iw','s:64:\"id:Halaman pada wiki lain tidak dapat dipindahkan dari wiki ini.\";'),('ace','messages:immobile-source-page','s:39:\"id:Halaman ini tidak dapat dipindahkan.\";'),('ace','messages:immobile-target-namespace','s:51:\"ace:H\'an jeuet pupinah laman lam ruweueng nan \"$1\".\";'),('ace','messages:immobile-target-namespace-iw','s:73:\"id:Pranala interwiki bukanlah target yang valid untuk pemindahan halaman.\";'),('ace','messages:immobile-target-page','s:52:\"id:Tidak dapat memindahkan ke judul tujuan tersebut.\";'),('ace','messages:import','s:16:\"id:Impor halaman\";'),('ace','messages:import-assign-known-users','s:96:\"id:Berikan suntingan-suntingan ke pengguna lokal, untuk nama-nama pengguna yang ada di wiki ini.\";'),('ace','messages:import-comment','s:12:\"id:Komentar:\";'),('ace','messages:import-error-bad-location','s:132:\"id:Revisi $2 menggunakan konten model $3 tidak dapat disimpan di \"$1\" di wiki ini karena model tidak didukung pada halaman tersebut.\";'),('ace','messages:import-error-edit','s:78:\"id:Halaman \"$1\" tidak diimpor karena Anda tidak diizinkan untuk menyuntingnya.\";'),('ace','messages:import-error-interwiki','s:95:\"id:Halaman \" $1 \" tidak diimpor karena namanya dicadangkan untuk pranala eksternal (interwiki).\";'),('ace','messages:import-error-invalid','s:57:\"id:Halaman \"$1\" tidak diimpor karena namanya tidak valid.\";'),('ace','messages:import-error-special','s:99:\"id:Halaman \"$1\" tidak diimpor karena milik ruang nama khusus yang tidak mengizinkan adanya halaman.\";'),('ace','messages:import-error-unserialize','s:123:\"id:Revisi  $2  halaman \" $1 \" tidak bisa diurutkan. Revisi dilaporkan untuk menggunakan konten model $3 urutan sebagai $4 .\";'),('ace','messages:import-interwiki-history','s:38:\"id:Salin semua revisi dari halaman ini\";'),('ace','messages:import-interwiki-sourcepage','s:18:\"id:Sumber halaman:\";'),('ace','messages:import-interwiki-sourcewiki','s:15:\"id:Wiki sumber:\";'),('ace','messages:import-interwiki-submit','s:8:\"id:Impor\";'),('ace','messages:import-interwiki-templates','s:58:\"id:Sertakan semua templat dan halaman yang ditransklusikan\";'),('ace','messages:import-interwiki-text','s:202:\"id:Pilih suatu wiki dan judul halaman yang akan di impor.\nTanggal revisi dan nama penyunting akan dipertahankan.\nSemua aktivitas impor dari wiki lainnya akan dicatat di [[Special:Log/import|log impor]].\";'),('ace','messages:import-invalid-interwiki','s:44:\"id:Tidak dapat mengimpor dari wiki tersebut.\";'),('ace','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ace','messages:import-logentry-interwiki-detail','s:42:\"id:$1 {{PLURAL:$1|revisi}} diimpor dari $2\";'),('ace','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ace','messages:import-logentry-upload-detail','s:41:\"id:$1 {{PLURAL:$1|revisi|revisi}} diimpor\";'),('ace','messages:import-mapping-default','s:27:\"id:Impor ke ruang nama awal\";'),('ace','messages:import-mapping-namespace','s:23:\"id:Impor ke ruang nama:\";'),('ace','messages:import-mapping-subpage','s:49:\"id:Impor sebagai subhalaman dari halaman berikut:\";'),('ace','messages:import-noarticle','s:38:\"id:Tak ada halaman yang dapat diimpor!\";'),('ace','messages:import-nonewrevisions','s:91:\"id:Tidak ada revisi yang diimpor (semua revisi telah ada atau dilewatkan karena kesalahan).\";'),('ace','messages:import-options-wrong','s:53:\"id:{{PLURAL:$2|Opsi|Opsi}} salah: <nowiki>$1</nowiki>\";'),('ace','messages:import-parse-failure','s:25:\"id:Proses impor XML gagal\";'),('ace','messages:import-revision-count','s:33:\"id:$1 {{PLURAL:$1|revisi|revisi}}\";'),('ace','messages:import-rootpage-invalid','s:58:\"id:Halaman turunan yang diberikan adalah judul yang salah.\";'),('ace','messages:import-rootpage-nosubpage','s:67:\"id:Ruang nama \"$1\" di halaman turunan tidak mengizinkan subhalaman.\";'),('ace','messages:import-summary','s:3:\"en:\";'),('ace','messages:import-token-mismatch','s:297:\"id:Kehilangan data sesi.\n\nAnda mungkin telah keluar log. \'\'\'Mohon pastikan bahwa Anda masih masuk log dan cobalah kembali\'\'\'. Apabila masih belum berhasil, cobalah [[Special:UserLogout|keluar log]] dan masuk log kembali, dan periksalah apakah peramban web Anda mengizinkan kuki dari situs web ini.\";'),('ace','messages:import-upload','s:18:\"id:Memuat data XML\";'),('ace','messages:import-upload-filename','s:15:\"id:Nama berkas:\";'),('ace','messages:import-upload-username-prefix','s:20:\"id:Awalan interwiki:\";'),('ace','messages:importbadinterwiki','s:26:\"id:Pranala interwiki rusak\";'),('ace','messages:importcantopen','s:34:\"id:Berkas impor tidak dapat dibuka\";'),('ace','messages:imported-log-entries','s:54:\"id:Telah diimpor $1 {{PLURAL:$1|entri log|entri log}}.\";'),('ace','messages:importfailed','s:18:\"id:Impor gagal: $1\";'),('ace','messages:importinterwiki','s:31:\"id:Impor dari wiki yang lainnya\";'),('ace','messages:importlogpage','s:13:\"ace:Log impor\";'),('ace','messages:importlogpagetext','s:113:\"id:Di bawah ini adalah log impor administratif dari halaman-halaman, berikut riwayat suntingannya dari wiki lain.\";'),('ace','messages:importnofile','s:51:\"id:Tidak ada berkas sumber impor yang telah dimuat.\";'),('ace','messages:importnopages','s:35:\"id:Tidak ada halaman untuk diimpor.\";'),('ace','messages:importnoprefix','s:35:\"id:Awalan interwiki tidak ditemukan\";'),('ace','messages:importnosources','s:113:\"id:Tidak ada wiki dari yang diimpor yang telah dibuat dan pemuatan riwayat secara langsung telah di non-aktifkan.\";'),('ace','messages:importstart','s:23:\"id:Mengimpor halaman...\";'),('ace','messages:importsuccess','s:16:\"id:Impor sukses!\";'),('ace','messages:importtext','s:141:\"id:Silakan ekspor berkas dari wiki sumber dengan menggunakan [[Special:Export|fasilitas ekspor]].\nSimpan ke komputer Anda dan unggah ke sini.\";'),('ace','messages:importunknownsource','s:30:\"id:Sumber impor tidak dikenali\";'),('ace','messages:importuploaderrorpartial','s:75:\"id:Pemuatan berkas impor gagal. Hanya sebagian berkas yang berhasil dimuat.\";'),('ace','messages:importuploaderrorsize','s:81:\"id:Pemuatan berkas impor gagal. Ukuran berkas melebihi ukuran yang diperbolehkan.\";'),('ace','messages:importuploaderrortemp','s:64:\"id:Pemuatan berkas gagal. Sebuah direktori sementara dibutuhkan.\";'),('ace','messages:index-category','s:24:\"ace:Laman nyang geuindex\";'),('ace','messages:index-category-desc','s:202:\"id:Halaman ini memiliki <code><nowiki>__INDEX__</nowiki></code> di atasnya (dan dalam ruang nama yang mana bendera yang diperbolehkan), dan karenanya diindeks oleh robot di mana itu biasanya tidak akan.\";'),('ace','messages:infiniteblock','s:15:\"ace:hana bataih\";'),('ace','messages:intentionallyblankpage','s:30:\"ace:Laman nyoë geusaja peusoh\";'),('ace','messages:interlanguage-link-title','s:13:\"ace:$1 – $2\";'),('ace','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ace','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('ace','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ace','messages:internalerror','s:19:\"ace:Salah bak dalam\";'),('ace','messages:internalerror-fatal-exception','s:30:\"id:Kekecualian fatal tipe \"$1\"\";'),('ace','messages:internalerror_info','s:23:\"ace:Salah bak dalam: $1\";'),('ace','messages:invalid-chunk-offset','s:29:\"id:Ofset potongan tidak valid\";'),('ace','messages:invalid-content-data','s:24:\"id:Data konten tidak sah\";'),('ace','messages:invalid-indicator-name','s:77:\"id:\'\'\'Galat:\'\'\' Atribut \'\'nama\'\' indikator status halaman tidak boleh kosong.\";'),('ace','messages:invalid-json-data','s:23:\"id:JSON tidak valid: $1\";'),('ace','messages:invalid-langconvert-attrs','s:203:\"id:<strong>Galat:</strong> Atribut tag Langconvert <code>from</code> dan <code>to</code> tidak boleh kosong dan harus mengandung kode untuk varian yang dapat diterjemahkan dari bahasa yang sama.</strong>\";'),('ace','messages:invalidateemail','s:28:\"id:Batalkan konfirmasi surel\";'),('ace','messages:invalidemailaddress','s:154:\"id:Alamat surel ini tidak dapat diterima karena formatnya tidak sesuai.\nHarap masukkan alamat surel dalam format yang benar atau kosongkan isian tersebut.\";'),('ace','messages:invalidtitle','s:18:\"id:Judul tidak sah\";'),('ace','messages:invalidtitle-knownnamespace','s:57:\"ace:Nan nyang hana sah ngön ruweueng nan \"$2\" ngön \"$3\"\";'),('ace','messages:invalidtitle-unknownnamespace','s:80:\"id:Judul yang tidak sah dengan nomor ruang nama tidak diketahui $1 dan teks \"$2\"\";'),('ace','messages:invert','s:22:\"ace:Pubalék peuniléh\";'),('ace','messages:ip_range_exceeded','s:82:\"id:Jangkauan alamat IP melampaui batas maksimum. Jangakaun yang diperbolehkan: /$1\";'),('ace','messages:ip_range_invalid','s:21:\"id:Blok IP tidak sah.\";'),('ace','messages:ip_range_toolarge','s:57:\"id:Rentang blok lebih besar dari /$1 tidak diperbolehkan.\";'),('ace','messages:ip_range_toolow','s:45:\"id:Rentang IP secara efektif tidak diizinkan.\";'),('ace','messages:ipaddressorusername','s:41:\"id:Alamat IP, nama pengguna atau blok ID:\";'),('ace','messages:ipb-action-create','s:18:\"id:Buat laman baru\";'),('ace','messages:ipb-action-move','s:24:\"id:Mengubah nama halaman\";'),('ace','messages:ipb-action-upload','s:20:\"id:Mengunggah berkas\";'),('ace','messages:ipb-block-not-found','s:229:\"id:Pemblokiran tidak bisa dilakukan, tetapi tidak ada pemblokiran yang ditemukan untuk \"$1\". Jika masalah ini terus berlanjut, silakan [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users laporkan di sini].\";'),('ace','messages:ipb-blockingself','s:73:\"id:Anda akan memblokir diri sendiri! Apakah Anda yakin akan melakukannya?\";'),('ace','messages:ipb-blocklist','s:31:\"id:Lihat blokir yang diterapkan\";'),('ace','messages:ipb-blocklist-contribs','s:36:\"id:Kontribusi untuk {{GENDER:$1|$1}}\";'),('ace','messages:ipb-blocklist-duration-left','s:13:\"id:Tersisa $1\";'),('ace','messages:ipb-change-block','s:57:\"id:Blokir kembali pengguna dengan set konfigurasi berikut\";'),('ace','messages:ipb-confirm','s:20:\"id:Konfirmasi blokir\";'),('ace','messages:ipb-confirmaction','s:108:\"id:Jika Anda yakin Anda benar-benar ingin melakukannya, periksa kolom \"{{int:ipb-confirm}}\" di bagian bawah.\";'),('ace','messages:ipb-confirmhideuser','s:195:\"id:Anda akan memblokir pengguna dengan mengaktifkan \"sembunyikan pengguna\" diaktifkan. Ini akan menyembunyikan nama pengguna pada semua daftar dan entri log. Apakah Anda yakin ingin melakukannya?\";'),('ace','messages:ipb-default-expiry','s:3:\"en:\";'),('ace','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ace','messages:ipb-disableusertalk','s:44:\"id:Menyunting halaman pembicaraannya sendiri\";'),('ace','messages:ipb-edit-dropdown','s:29:\"id:Sunting alasan pemblokiran\";'),('ace','messages:ipb-empty-block','s:67:\"id:Pemblokiran yang dikirim tidak memiliki batasan yang diaktifkan.\";'),('ace','messages:ipb-hardblock','s:75:\"id:Terapkan blokir untuk pengguna masuk log yang berasal dari alamat IP ini\";'),('ace','messages:ipb-namespaces-label','s:13:\"id:Ruang nama\";'),('ace','messages:ipb-needreblock','s:83:\"id:$1 sudah diblokir. Apakah Anda ingin mengubah set pemblokiran yang bersangkutan?\";'),('ace','messages:ipb-otherblocks-header','s:31:\"id:{{PLURAL:$1|Blok|Blok}} lain\";'),('ace','messages:ipb-pages-label','s:10:\"id:Halaman\";'),('ace','messages:ipb-partial','s:10:\"id:Parsial\";'),('ace','messages:ipb-partial-help','s:155:\"id:Mengizinkan Anda memilih halaman dan ruangnama untuk diblokir. Ini tidak memblokir tindakan baku tetapi Anda dapat memblokir tindakan-tindakan tertentu.\";'),('ace','messages:ipb-prevent-user-talk-edit','s:156:\"id:Penyuntingan halaman pembicaraan sendiri harus diizinkan pada pemblokiran sebagian, kecuali ia memasukkan pembatasan pada ruangnama Pembicaraan Pengguna.\";'),('ace','messages:ipb-sitewide','s:20:\"id:Keseluruhan situs\";'),('ace','messages:ipb-sitewide-help','s:187:\"id:Blokir penyuntingan pada semua halaman dan ruangnama. Selain itu, blokir tindakan-tindakan baku ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Lihat bantuan]).\";'),('ace','messages:ipb-unblock','s:57:\"id:Hilangkan blokir seorang pengguna atau suatu alamat IP\";'),('ace','messages:ipb-unblock-addr','s:22:\"id:Hilangkan blokir $1\";'),('ace','messages:ipb_already_blocked','s:23:\"id:\"$1\" telah diblokir.\";'),('ace','messages:ipb_blocked_as_range','s:162:\"id:Kesalahan: IP $1 tidak diblokir secara langsung dan tidak dapat dilepaskan. IP $1 diblok sebagai bagian dari pemblokiran kelompok IP $2, yang dapat dilepaskan.\";'),('ace','messages:ipb_cant_unblock','s:84:\"id:Kesalahan: Blokir untuk $1 tidak ditemukan. Pemblokiran ini mungkin telah dibuka.\";'),('ace','messages:ipb_expiry_invalid','s:31:\"id:Waktu kedaluwarsa tidak sah.\";'),('ace','messages:ipb_expiry_old','s:45:\"id:Waktu kedaluwarsa adalah pada masa lampau.\";'),('ace','messages:ipb_expiry_temp','s:68:\"id:Pemblokiran atas nama pengguna yang disembunyikan harus permanen.\";'),('ace','messages:ipb_hide_invalid','s:96:\"id:Tak dapat menutup akun ini; akun tersebut memiliki {{PLURAL:$1|satu suntingan|$1 suntingan}}.\";'),('ace','messages:ipb_hide_partial','s:88:\"id:Pemblokiran penyembunyian nama pengguna harus merupakan pemblokiran keseluruhan situs\";'),('ace','messages:ipbblocked','s:94:\"id:Anda tidak dapat memblokir atau membuka blokir pengguna lain, karena Anda sendiri diblokir.\";'),('ace','messages:ipbcreateaccount','s:17:\"id:Pembuatan akun\";'),('ace','messages:ipbemailban','s:18:\"ace:Peuét surat-e\";'),('ace','messages:ipbenableautoblock','s:159:\"id:Blokir alamat IP terakhir yang digunakan oleh pengguna ini secara otomatis, dan semua alamat berikutnya yang mereka coba gunakan untuk menyunting, selama $1\";'),('ace','messages:ipbhidename','s:63:\"ace:Peusom nan ureueng ngui nibak hasé peusaneut ngön dapeuta\";'),('ace','messages:ipblocklist','s:26:\"ace:Ureuëng ngui teutheun\";'),('ace','messages:ipblocklist-empty','s:29:\"id:Daftar pemblokiran kosong.\";'),('ace','messages:ipblocklist-legend','s:30:\"id:Cari pengguna yang diblokir\";'),('ace','messages:ipblocklist-localblock','s:15:\"id:Blokir lokal\";'),('ace','messages:ipblocklist-no-results','s:73:\"id:Tidak ada pemblokiran untuk alamat IP atau nama pengguna yang diminta.\";'),('ace','messages:ipblocklist-otherblocks','s:45:\"id:{{PLURAL:$1|pemblokiran|pemblokiran}} lain\";'),('ace','messages:ipblocklist-submit','s:8:\"ace:Mita\";'),('ace','messages:ipbnounblockself','s:52:\"id:Anda tidak diizinkan untuk membuka blokir sendiri\";'),('ace','messages:ipboptions','s:164:\"ace:2 jeum:2 hours,1 uroe:1 day,3 uroe:3 days,1 minggu:1 week,2 minggu:2 weeks,1 buleuen:1 month,3 buleuen:3 months,6 buleuen:6 months,1 thôn:1 year,sabé:infinite\";'),('ace','messages:ipbother','s:14:\"id:Waktu lain:\";'),('ace','messages:ipbreason','s:11:\"ace:Alasan:\";'),('ace','messages:ipbreason-dropdown','s:249:\"id:*Alasan umum\n** Vandalisme\n** Memberikan informasi palsu\n** Menghilangkan isi halaman\n** Spam pranala ke situs luar\n** Memasukkan omong kosong ke halaman\n** Perilaku intimidasi/pelecehan\n** Menyalahgunakan beberapa akun\n** Nama pengguna tak layak\";'),('ace','messages:ipbsubmit','s:22:\"id:Blokir pengguna ini\";'),('ace','messages:ipbwatchuser','s:55:\"id:Pantau halaman pengguna dan pembicaraan pengguna ini\";'),('ace','messages:ipusubmit','s:23:\"id:Hilangkan blokir ini\";'),('ace','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('ace','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('ace','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('ace','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('ace','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('ace','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('ace','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('ace','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('ace','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('ace','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('ace','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('ace','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('ace','messages:isimage','s:24:\"ace:peunawôt beureukaih\";'),('ace','messages:isredirect','s:16:\"ace:ôn peuninah\";'),('ace','messages:istemplate','s:20:\"ace:ngön seunaleuek\";'),('ace','messages:jan','s:6:\"ace:Sa\";'),('ace','messages:january','s:14:\"ace:Buleuen Sa\";'),('ace','messages:january-gen','s:14:\"ace:Buleuen Sa\";'),('ace','messages:javascripttest','s:23:\"id:Pengujian JavaScript\";'),('ace','messages:javascripttest-qunit-intro','s:53:\"id:Lihat [$1 dokumentasi pengujian] di mediawiki.org.\";'),('ace','messages:json-error-ctrl-char','s:51:\"id:Kesalahan aksara kontrol, mungkin salah dikodkan\";'),('ace','messages:json-error-depth','s:46:\"id:Kedalaman tumpukan maksimal telah terlewati\";'),('ace','messages:json-error-invalid-property-name','s:35:\"id:Nama atribut terkode tidak valid\";'),('ace','messages:json-error-state-mismatch','s:28:\"id:JSON tidak sah atau cacat\";'),('ace','messages:json-error-syntax','s:20:\"id:Kesalahan sintaks\";'),('ace','messages:json-error-unknown','s:41:\"id:Ada masalah dengan JSON. Kesalahan: $1\";'),('ace','messages:json-error-utf16','s:46:\"id:Aksara UTF-16 cacat, mungkin salah dikodkan\";'),('ace','messages:json-error-utf8','s:45:\"id:Aksara UTF-8 cacat, mungkin salah dikodkan\";'),('ace','messages:json-warn-trailing-comma','s:65:\"id:$1 {{PLURAL:$1|koma|koma}} pengekor telah digugurkan dari JSON\";'),('ace','messages:jul','s:10:\"ace:Tujôh\";'),('ace','messages:july','s:18:\"ace:Buleuen Tujôh\";'),('ace','messages:july-gen','s:18:\"ace:Buleuen Tujôh\";'),('ace','messages:jumpto','s:12:\"ace:Grôp u:\";'),('ace','messages:jumptonavigation','s:12:\"ace:keumudoe\";'),('ace','messages:jumptosearch','s:8:\"ace:mita\";'),('ace','messages:jun','s:7:\"ace:Nam\";'),('ace','messages:june','s:15:\"ace:Buleuen Nam\";'),('ace','messages:june-gen','s:15:\"ace:Buleuen Nam\";'),('ace','messages:just-now','s:12:\"id:baru saja\";'),('ace','messages:lag-warn-high','s:150:\"id:Karenanya besarnya keterlambatan basis data server, perubahan yang lebih baru dari $1 {{PLURAL:$1|detik|detik}} mungkin tidak muncul di daftar ini.\";'),('ace','messages:lag-warn-normal','s:98:\"id:Perubahan yang lebih baru dari $1 {{PLURAL:$1|detik|detik}} mungkin tidak muncul di daftar ini.\";'),('ace','messages:laggedreplicamode','s:50:\"ace:Peuingat: Ôn nyoe kadang hana geunantoe barô\";'),('ace','messages:language-converter-depth-warning','s:53:\"id:Batas kedalaman pengonversi bahasa terlampaui ($1)\";'),('ace','messages:large-file','s:87:\"id:Ukuran berkas disarankan untuk tidak melebihi $1 bita; berkas ini berukuran $2 bita.\";'),('ace','messages:largefileserver','s:63:\"id:Berkas ini lebih besar daripada yang diizinkan oleh peladen.\";'),('ace','messages:last','s:12:\"ace:sigohlom\";'),('ace','messages:lastmodifiedat','s:54:\"ace:Ôn nyoe seuneulheueh geupeusaneut bak $1, poh $2.\";'),('ace','messages:lastmodifiedatby','s:49:\"id:Halaman ini terakhir disunting $2, $1 oleh $3.\";'),('ace','messages:license','s:12:\"ace:Lisensi:\";'),('ace','messages:license-header','s:19:\"ace:Jeunèh lisensi\";'),('ace','messages:license-nopreview','s:27:\"id:(Pratayang tak tersedia)\";'),('ace','messages:licenses','s:4:\"en:-\";'),('ace','messages:licenses-edit','s:26:\"id:Sunting pilihan lisensi\";'),('ace','messages:limitreport-cputime','s:23:\"id:Penggunaan waktu CPU\";'),('ace','messages:limitreport-cputime-value','s:25:\"id:$1 {{PLURAL:$1|detik}}\";'),('ace','messages:limitreport-expansiondepth','s:31:\"id:Kedalaman ekspansi tertinggi\";'),('ace','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('ace','messages:limitreport-expensivefunctioncount','s:39:\"id:Perhitungan fungsi parser yang mahal\";'),('ace','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('ace','messages:limitreport-postexpandincludesize','s:35:\"id:Pasca memperluas mencakup ukuran\";'),('ace','messages:limitreport-postexpandincludesize-value','s:27:\"id:$1/$2 {{PLURAL:$2|bita}}\";'),('ace','messages:limitreport-ppvisitednodes','s:40:\"id:Preprosesor mengunjungi hitungan node\";'),('ace','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('ace','messages:limitreport-templateargumentsize','s:24:\"id:Ukuran argumen temlat\";'),('ace','messages:limitreport-templateargumentsize-value','s:27:\"id:$1/$2 {{PLURAL:$2|bita}}\";'),('ace','messages:limitreport-title','s:22:\"id:Parser profil data:\";'),('ace','messages:limitreport-unstrip-depth','s:28:\"id:Kedalaman rekursi Unstrip\";'),('ace','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('ace','messages:limitreport-unstrip-size','s:34:\"id:Ukuran Unstrip setelah ekspansi\";'),('ace','messages:limitreport-unstrip-size-value','s:32:\"id:$1/$2 {{PLURAL:$2|bita|bita}}\";'),('ace','messages:limitreport-walltime','s:24:\"id:Penggunaan waktu riil\";'),('ace','messages:limitreport-walltime-value','s:25:\"id:$1 {{PLURAL:$1|detik}}\";'),('ace','messages:lineno','s:14:\"ace:Baréh $1:\";'),('ace','messages:linkaccounts','s:15:\"id:Tautkan akun\";'),('ace','messages:linkaccounts-submit','s:15:\"id:Tautkan akun\";'),('ace','messages:linkaccounts-success-text','s:24:\"id:Akun telah ditautkan.\";'),('ace','messages:linksearch','s:23:\"ace:Mita seuneumat luwa\";'),('ace','messages:linksearch-error','s:69:\"id:\'\'Wildcards\'\' hanya dapat digunakan di bagian awal dari nama host.\";'),('ace','messages:linksearch-line','s:25:\"ace:$1 meupawôt nibak $2\";'),('ace','messages:linksearch-ns','s:17:\"ace:Ruweueng nan:\";'),('ace','messages:linksearch-ok','s:8:\"ace:Mita\";'),('ace','messages:linksearch-pat','s:14:\"ace:Pola mita:\";'),('ace','messages:linksearch-summary','s:3:\"en:\";'),('ace','messages:linksearch-text','s:168:\"id:Tanda bintang seperti \"*.wikipedia.org\" dapat digunakan.<br />\n{{PLURAL:$2|Protokol|Protokol}} yang didukung: $1 (menggunakan http:// bila protokol tidak ditentukan)\";'),('ace','messages:linkshere','s:38:\"ace:Ôn-ôn nyoe meupawôt u \'\'\'$2\'\'\':\";'),('ace','messages:linkstoimage','s:63:\"ace:{{PLURAL:$1|laman}} di yup nyoe mupawôt u beureukaih nyoe:\";'),('ace','messages:linkstoimage-more','s:255:\"id:Lebih dari $1 {{PLURAL:$1|halaman|halaman}} menggunakan berkas ini.\nDaftar berikut menampilkan {{PLURAL:$1|halaman dengan pranala langsung|$1 halaman dengan pranala langsung}} ke berkas ini.\nJuga tersedia [[Special:WhatLinksHere/$2|daftar lengkapnya]].\";'),('ace','messages:linkstoimage-redirect','s:28:\"ace:$1 (pinah beureukaih) $2\";'),('ace','messages:linterror-bogus-image-options','s:20:\"id:Opsi berkas bogus\";'),('ace','messages:linterror-deletable-table-tag','s:31:\"id:Tag table yang harus dihapus\";'),('ace','messages:linterror-html5-misnesting','s:37:\"id:Salah penyarangan (sekarang rusak)\";'),('ace','messages:linterror-misc-tidy-replacement-issues','s:23:\"id:Galat markup lainnya\";'),('ace','messages:linterror-misnested-tag','s:70:\"id:Tag yang salah disarangkan yang seharusnya disarangkan dengan benar\";'),('ace','messages:linterror-missing-end-tag','s:29:\"id:Tidak memiliki tag penutup\";'),('ace','messages:linterror-multi-colon-escape','s:22:\"id:Kelebihan titik dua\";'),('ace','messages:linterror-multiline-html-table-in-list','s:48:\"id:Tabel HTML5 multibaris di dalam sebuah daftar\";'),('ace','messages:linterror-multiple-unclosed-formatting-tags','s:60:\"id:Beberapa tag pemformatan yang tidak ditutup  pada halaman\";'),('ace','messages:linterror-obsolete-tag','s:37:\"id:Tag HTML yang tidak digunakan lagi\";'),('ace','messages:linterror-pwrap-bug-workaround','s:36:\"id:Solusi kekutu pembungkus paragraf\";'),('ace','messages:linterror-self-closed-tag','s:27:\"id:Tag yang menutup sendiri\";'),('ace','messages:linterror-stripped-tag','s:12:\"id:Tag lucut\";'),('ace','messages:linterror-tidy-font-bug','s:48:\"id:Tag font mencoba untuk mengubah warna pranala\";'),('ace','messages:linterror-tidy-whitespace-bug','s:26:\"id:Kekutu penguraian spasi\";'),('ace','messages:linterror-unclosed-quotes-in-heading','s:53:\"id:Kutipan tidak tertutup yang keluar dari daftar isi\";'),('ace','messages:listduplicatedfiles','s:25:\"id:Daftar berkas duplikat\";'),('ace','messages:listduplicatedfiles-entry','s:77:\"id:[[:File:$1|$1]] memiliki [[$3|{{PLURAL:$2|sebuah duplikat|$2 duplikat}}]].\";'),('ace','messages:listduplicatedfiles-summary','s:169:\"id:Ini adalah daftar berkas di mana versi terbaru dari berkas tersebut merupakan duplikat dari versi terbaru dari beberapa berkas lain. Hanya berkas lokal yang dianggap.\";'),('ace','messages:listfiles','s:21:\"ace:Dapeuta beureukah\";'),('ace','messages:listfiles-delete','s:8:\"id:hapus\";'),('ace','messages:listfiles-latestversion','s:16:\"ace:Vèrsi jinoe\";'),('ace','messages:listfiles-latestversion-no','s:8:\"ace:Kön\";'),('ace','messages:listfiles-latestversion-yes','s:8:\"ace:Nyoe\";'),('ace','messages:listfiles-show-all','s:29:\"ace:Peurôh vèrsi awai gamba\";'),('ace','messages:listfiles-summary','s:194:\"id:Halaman istimewa ini menampilkan semua berkas yang telah diunggah.\nKetika disaring oleh pengguna, hanya versi berkas terbaru dari berkas yang diunggah oleh pengguna tersebut yang ditampilkan.\";'),('ace','messages:listfiles-userdoesnotexist','s:38:\"id:Akun pengguna \"$1\" tidak terdaftar.\";'),('ace','messages:listfiles_count','s:10:\"ace:Vèrsi\";'),('ace','messages:listfiles_date','s:8:\"ace:Uroe\";'),('ace','messages:listfiles_description','s:14:\"ace:Keutrangan\";'),('ace','messages:listfiles_name','s:7:\"ace:Nan\";'),('ace','messages:listfiles_size','s:9:\"ace:Rayek\";'),('ace','messages:listfiles_subpage','s:19:\"id:Diunggah oleh $1\";'),('ace','messages:listfiles_thumb','s:17:\"ace:Beuntuk ubeut\";'),('ace','messages:listfiles_user','s:16:\"ace:Ureueng ngui\";'),('ace','messages:listgrants','s:7:\"id:Izin\";'),('ace','messages:listgrants-grant','s:7:\"id:Izin\";'),('ace','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ace','messages:listgrants-rights','s:6:\"id:Hak\";'),('ace','messages:listgrants-summary','s:457:\"id:Berikut ini adalah daftar hak dengan akses terkait kepada hak penggunanya. Pengguna dapat mengizinkan aplikasi untuk menggunakan akun mereka, namun dengan izin terbatas berdasarkan hak yang diberikan oleh pengguna. Aplikasi yang berjalan yang mewakili seorang pengguna tidak dapat menggunakan hak yang tidak dimiliki oleh pengguna tersebut.\nMungkin nanti terdapat [[{{MediaWiki:Listgrouprights-helppage}}|informasi tambahan]] mengenai hak-hak individual.\";'),('ace','messages:listgrouprights','s:29:\"ace:Dapeuta khut ureueng ngui\";'),('ace','messages:listgrouprights-addgroup','s:33:\"ace:Tamah {{PLURAL:$2|kawan}}: $1\";'),('ace','messages:listgrouprights-addgroup-all','s:23:\"ace:Tamah ban dum kawan\";'),('ace','messages:listgrouprights-addgroup-self','s:65:\"id:Dapat menambahkan {{PLURAL:$2|grup| grup}} ke akun sendiri: $1\";'),('ace','messages:listgrouprights-addgroup-self-all','s:47:\"id:Dapat menambahkan semua grup ke akun sendiri\";'),('ace','messages:listgrouprights-group','s:9:\"ace:Kawan\";'),('ace','messages:listgrouprights-helppage','s:19:\"ace:Help:Khut kawan\";'),('ace','messages:listgrouprights-key','s:148:\"ace:Keutrangan:\n* <span class=\"listgrouprights-granted\">Hak nyang geubri</span>\n* <span class=\"listgrouprights-revoked\">Hak nyang hana geubri</span>\";'),('ace','messages:listgrouprights-members','s:24:\"ace:(dapeuta anggèëta)\";'),('ace','messages:listgrouprights-namespaceprotection-header','s:21:\"id:Batasan ruang nama\";'),('ace','messages:listgrouprights-namespaceprotection-namespace','s:13:\"id:Ruang nama\";'),('ace','messages:listgrouprights-namespaceprotection-restrictedto','s:49:\"id:Hak yang mengizinkan pengguna untuk menyunting\";'),('ace','messages:listgrouprights-removegroup','s:35:\"ace:Sampôh {{PLURAL:$2|kawan}}: $1\";'),('ace','messages:listgrouprights-removegroup-all','s:25:\"ace:Sampôh ban dum kawan\";'),('ace','messages:listgrouprights-removegroup-self','s:66:\"id:Menghapus {{PLURAL:$2|kelompok|kelompok}} dari akun sendiri: $1\";'),('ace','messages:listgrouprights-removegroup-self-all','s:45:\"id:Menghapus semua kelompok dari akun sendiri\";'),('ace','messages:listgrouprights-right-display','s:68:\"id:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ace','messages:listgrouprights-right-revoked','s:68:\"id:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ace','messages:listgrouprights-rights','s:8:\"ace:Khut\";'),('ace','messages:listgrouprights-summary','s:257:\"id:Berikut adalah daftar kelompok pengguna yang terdapat di wiki ini, dengan daftar hak akses mereka masing-masing. Informasi lebih lanjut mengenai hak masing-masing dapat ditemukan di [[{{MediaWiki:Listgrouprights-helppage}}|halaman bantuan hak pengguna]].\";'),('ace','messages:listredirects','s:20:\"ace:Dapeuta peuninah\";'),('ace','messages:listredirects-summary','s:3:\"en:\";'),('ace','messages:listusers','s:25:\"ace:Dapeuta ureuëng ngui\";'),('ace','messages:listusers-blocked','s:14:\"ace:(geutheun)\";'),('ace','messages:listusers-creationsort','s:38:\"id:Urutkan menurut tanggal pendaftaran\";'),('ace','messages:listusers-desc','s:18:\"id:Urutkan menurun\";'),('ace','messages:listusers-editsonly','s:52:\"id:Tampilkan hanya pengguna yang memiliki kontribusi\";'),('ace','messages:listusers-noresult','s:38:\"ace:Hana ureueng ngui nyang meutumèe.\";'),('ace','messages:listusers-submit','s:13:\"ace:Peuleumah\";'),('ace','messages:listusers-summary','s:3:\"en:\";'),('ace','messages:listusers-temporarygroupsonly','s:66:\"id:Hanya tampilkan para pengguna dalam kelompok pengguna sementara\";'),('ace','messages:listusersfrom','s:47:\"ace:Peuleumah ureueng ngui nyang neuawai ngön:\";'),('ace','messages:localtime','s:18:\"id:Waktu setempat:\";'),('ace','messages:lockbtn','s:19:\"id:Kunci basis data\";'),('ace','messages:lockconfirm','s:45:\"id:Ya, saya memang ingin mengunci basis data.\";'),('ace','messages:lockdb','s:19:\"id:Kunci basis data\";'),('ace','messages:lockdbsuccesssub','s:33:\"id:Penguncian basis data berhasil\";'),('ace','messages:lockdbsuccesstext','s:116:\"id:Basis data telah dikunci.<br />\nPastikan Anda [[Special:UnlockDB|membuka kuncinya]] setelah pemeliharaan selesai.\";'),('ace','messages:lockdbtext','s:346:\"id:Mengunci basis data akan menghentikan kemampuan semua pengguna dalam menyunting halaman, mengubah preferensi pengguna, menyunting daftar pantauan mereka, dan hal-hal lain yang memerlukan perubahan terhadap basis data. Pastikan bahwa ini adalah yang ingin Anda lakukan, dan bahwa Anda akan membuka kunci basis data setelah pemeliharaan selesai.\";'),('ace','messages:lockedbyandtime','s:23:\"id:(oleh $1 pada $2 $3)\";'),('ace','messages:lockfilenotwritable','s:135:\"id:Berkas kunci basis data tidak dapat ditulis. Untuk mengunci atau membuka basis data, berkas ini harus dapat ditulis oleh server web.\";'),('ace','messages:lockmanager-fail-acquirelock','s:48:\"id:Tidak dapat mendapatkan penguncian untuk \"$1\"\";'),('ace','messages:lockmanager-fail-closelock','s:52:\"id:Tidak dapat menutup penguncian berkas untuk \"$1\".\";'),('ace','messages:lockmanager-fail-conflict','s:90:\"id:Tidak dapat mendapatkan kunci. Orang lain sedang mengerjakan sesuatu dengan berkas ini.\";'),('ace','messages:lockmanager-fail-db-bucket','s:71:\"id:Tidak bisa menghubungi database kunci yang mencukupi dalam ember $1.\";'),('ace','messages:lockmanager-fail-db-release','s:56:\"id:Tidak dapat melepaskan penguncian pada basis data $1.\";'),('ace','messages:lockmanager-fail-deletelock','s:54:\"id:Tidak dapat menghapus penguncian berkas untuk \"$1\".\";'),('ace','messages:lockmanager-fail-openlock','s:306:\"id:Tidak dapat membuka penguncian berkas untuk \"$1\". Pastikan direktori pengunggahan Anda telah dikonfigurasi dengan benar dan peladen web Anda memiliki izin untuk menulis di direktori tersebut. Lihat https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory untuk informasi lebih lanjut.\";'),('ace','messages:lockmanager-fail-releaselock','s:47:\"id:Tidak dapat melepaskan penguncian untuk \"$1\"\";'),('ace','messages:lockmanager-fail-svr-acquire','s:39:\"id:Gagal memperoleh kunci di server $1.\";'),('ace','messages:lockmanager-fail-svr-release','s:52:\"id:Tidak dapat melepaskan penguncian pada server $1.\";'),('ace','messages:lockmanager-notlocked','s:60:\"id:Tidak bisa membuka kunci \"$1\" karena \"$1\" tidak terkunci.\";'),('ace','messages:locknoconfirm','s:57:\"id:Anda tidak memberikan tanda cek pada kotak konfirmasi.\";'),('ace','messages:log','s:7:\"ace:Log\";'),('ace','messages:log-action-filter-all','s:8:\"id:Semua\";'),('ace','messages:log-action-filter-block','s:21:\"id:Jenis pemblokiran:\";'),('ace','messages:log-action-filter-block-block','s:9:\"id:Blokir\";'),('ace','messages:log-action-filter-block-reblock','s:20:\"id:Modifikasi blokir\";'),('ace','messages:log-action-filter-block-unblock','s:23:\"id:Batalkan pemblokiran\";'),('ace','messages:log-action-filter-contentmodel','s:31:\"id:Jenis perubahan modelkonten:\";'),('ace','messages:log-action-filter-contentmodel-change','s:19:\"id:Ubah Modelkonten\";'),('ace','messages:log-action-filter-contentmodel-new','s:53:\"id:Pembuatan halaman dengan Modelkonten yang tak baku\";'),('ace','messages:log-action-filter-delete','s:21:\"id:Jenis penghapusan:\";'),('ace','messages:log-action-filter-delete-delete','s:22:\"id:Penghapusan halaman\";'),('ace','messages:log-action-filter-delete-delete_redir','s:25:\"id:Mengalihkan pengalihan\";'),('ace','messages:log-action-filter-delete-delete_redir2','s:25:\"id:Mengalihkan pengalihan\";'),('ace','messages:log-action-filter-delete-event','s:18:\"id:Log penghapusan\";'),('ace','messages:log-action-filter-delete-restore','s:33:\"id:Pembatalan penghapusan halaman\";'),('ace','messages:log-action-filter-delete-revision','s:21:\"id:Penghapusan revisi\";'),('ace','messages:log-action-filter-import','s:15:\"id:Jenis impor:\";'),('ace','messages:log-action-filter-import-interwiki','s:18:\"id:Impor transwiki\";'),('ace','messages:log-action-filter-import-upload','s:28:\"id:Impor dengan unggahan XML\";'),('ace','messages:log-action-filter-managetags','s:32:\"id:Jenis tindakan manajemen tag:\";'),('ace','messages:log-action-filter-managetags-activate','s:18:\"id:Pengaktifan tag\";'),('ace','messages:log-action-filter-managetags-create','s:16:\"id:Pembuatan tag\";'),('ace','messages:log-action-filter-managetags-deactivate','s:19:\"id:Penonaktifan tag\";'),('ace','messages:log-action-filter-managetags-delete','s:18:\"id:Penghapusan tag\";'),('ace','messages:log-action-filter-move','s:20:\"id:Jenis pemindahan:\";'),('ace','messages:log-action-filter-move-move','s:37:\"id:Pindahkan tanpa menimpa pengalihan\";'),('ace','messages:log-action-filter-move-move_redir','s:38:\"id:Pindahkan dengan menimpa pengalihan\";'),('ace','messages:log-action-filter-newusers','s:24:\"id:Jenis pembuatan akun:\";'),('ace','messages:log-action-filter-newusers-autocreate','s:21:\"id:Pembuatan otomatis\";'),('ace','messages:log-action-filter-newusers-byemail','s:60:\"id:Pembuatan dengan kata sandi yang dikirimkan melalui surel\";'),('ace','messages:log-action-filter-newusers-create','s:33:\"id:Pembuatan oleh pengguna anonim\";'),('ace','messages:log-action-filter-newusers-create2','s:36:\"id:Pembuatan oleh pengguna terdaftar\";'),('ace','messages:log-action-filter-patrol','s:17:\"id:Jenis patroli:\";'),('ace','messages:log-action-filter-patrol-autopatrol','s:19:\"id:Patroli otomatis\";'),('ace','messages:log-action-filter-patrol-patrol','s:17:\"id:Patroli manual\";'),('ace','messages:log-action-filter-protect','s:22:\"id:Jenis perlindungan:\";'),('ace','messages:log-action-filter-protect-modify','s:26:\"id:Modifikasi perlindungan\";'),('ace','messages:log-action-filter-protect-move_prot','s:26:\"id:Pemindahan perlindungan\";'),('ace','messages:log-action-filter-protect-protect','s:15:\"id:Perlindungan\";'),('ace','messages:log-action-filter-protect-unprotect','s:26:\"id:Pembatalan perlindungan\";'),('ace','messages:log-action-filter-rights','s:31:\"id:Jenis penggantian hak akses:\";'),('ace','messages:log-action-filter-rights-autopromote','s:23:\"id:Penggantian otomatis\";'),('ace','messages:log-action-filter-rights-rights','s:21:\"id:Penggantian manual\";'),('ace','messages:log-action-filter-suppress','s:23:\"id:Jenis penyembunyian:\";'),('ace','messages:log-action-filter-suppress-block','s:43:\"id:Perahasiaan pengguna menurut pemblokiran\";'),('ace','messages:log-action-filter-suppress-delete','s:24:\"id:Penyembunyian halaman\";'),('ace','messages:log-action-filter-suppress-event','s:20:\"id:Log penyembunyian\";'),('ace','messages:log-action-filter-suppress-reblock','s:50:\"id:Penyembunyian oleh pengguna menurut pemblokiran\";'),('ace','messages:log-action-filter-suppress-revision','s:23:\"id:Penyembunyian revisi\";'),('ace','messages:log-action-filter-upload','s:22:\"id:Jenis pengunggahan:\";'),('ace','messages:log-action-filter-upload-overwrite','s:17:\"id:Unggah kembali\";'),('ace','messages:log-action-filter-upload-revert','s:11:\"id:Batalkan\";'),('ace','messages:log-action-filter-upload-upload','s:16:\"id:Unggahan baru\";'),('ace','messages:log-description-contentmodel','s:133:\"id:Halaman ini menampilkan perubahan pada model konten halaman, dan halaman yang dibuat dengan model konten selain model konten baku.\";'),('ace','messages:log-description-create','s:53:\"id:Di bawah ini adalah log pembuatan halaman terbaru.\";'),('ace','messages:log-description-managetags','s:273:\"id:Daftar halaman ini mencantumkan tugas-tugas yang terkait dengan [[Special:Tags|tag]]. Lognya hanya mengandung tindakan-tindakan yang dijalankan secara manual oleh pengurus; tag-tag bisa dibuat atau dihapus oleh perangkat lunak wiki tanpa tercatat entrinya dalam log ini.\";'),('ace','messages:log-description-pagelang','s:49:\"id:Ini adalah log perubahan dalam bahasa halaman.\";'),('ace','messages:log-description-tag','s:260:\"id:Situs ini menampilkan ketika-ketika pengguna menambahkan atau menghapus [[Special:Tags|tag]] dari revisi atau entri log individu. Log ini tidak mencantumkan tindakan tag daftar yang terjadi sebagai sebagian dari tindakan mengedit, menghapus atau sebagainya.\";'),('ace','messages:log-edit-tags','s:43:\"id:Sunting tag dari entri log yang terpilih\";'),('ace','messages:log-fulllog','s:23:\"ace:Eu ban dum ceunatat\";'),('ace','messages:log-name-contentmodel','s:29:\"id:Log perubahan model konten\";'),('ace','messages:log-name-create','s:24:\"id:Log pembuatan halaman\";'),('ace','messages:log-name-managetags','s:22:\"id:Log pengelolaan tag\";'),('ace','messages:log-name-pagelang','s:23:\"id:Log perubahan bahasa\";'),('ace','messages:log-name-tag','s:10:\"id:Log tag\";'),('ace','messages:log-title-wildcard','s:47:\"id:Cari judul yang diawali dengan teks tersebut\";'),('ace','messages:logdelete-failure','s:49:\"id:Aturan keterlihatan tidak dapat diterapkan:\n$1\";'),('ace','messages:logdelete-selected','s:43:\"id:{{PLURAL:$1|Log|Log-log}} pilihan untuk:\";'),('ace','messages:logdelete-success','s:27:\"id:Keterlihatan log diatur.\";'),('ace','messages:logdelete-text','s:129:\"id:Acara log yang dihapus akan tetap muncul di log, tetapi bagian dari konten mereka akan menjadi tidak dapat diakses untuk umum.\";'),('ace','messages:logempty','s:34:\"ace:Hana sipeue nyang rôh lam log\";'),('ace','messages:logentry-block-block','s:77:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-block-reblock','s:88:\"id:$1 {{GENDER:$2|mengubah}} pemblokiran {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-block-unblock','s:68:\"id:$1 telah {{GENDER:$2|mencabut pemblokiran}} atas {{GENDER:$4|$3}}\";'),('ace','messages:logentry-contentmodel-change','s:70:\"id:$1 {{GENDER:$2|mengubah}} model konten halaman $3 dari \"$4\" ke \"$5\"\";'),('ace','messages:logentry-contentmodel-change-revert','s:11:\"id:batalkan\";'),('ace','messages:logentry-contentmodel-change-revertlink','s:11:\"id:batalkan\";'),('ace','messages:logentry-contentmodel-new','s:77:\"id:$1 {{GENDER:$2|membuat}} halaman $3 menggunakan model konten tak baku \"$5\"\";'),('ace','messages:logentry-create-create','s:38:\"id:$1 {{GENDER:$2|membuat}} halaman $3\";'),('ace','messages:logentry-delete-delete','s:40:\"ace:$1 {{GENDER:$2|geusampôh}} laman $3\";'),('ace','messages:logentry-delete-delete_redir','s:60:\"id:$1 {{GENDER:$2|menghapus}} pengalihan $3 dengan penimpaan\";'),('ace','messages:logentry-delete-delete_redir2','s:61:\"id:$1 {{GENDER:$2|mengahpus}} pengalihan $3 dengan menimpanya\";'),('ace','messages:logentry-delete-event','s:78:\"id:$1 {{GENDER:$2|mengubah}} tampilan {{PLURAL:$5|$5 log peristiwa}} di $3: $4\";'),('ace','messages:logentry-delete-event-legacy','s:59:\"id:$1 {{GENDER:$2|mengubah}} tampilan log peristiwa pada $3\";'),('ace','messages:logentry-delete-restore','s:47:\"ace:$1 {{GENDER:$2|geupeuriwang}} laman $3 ($4)\";'),('ace','messages:logentry-delete-restore-nocount','s:44:\"id:$1 {{GENDER:$2|mengembalikan}} halaman $3\";'),('ace','messages:logentry-delete-revision','s:83:\"id:$1 {{GENDER:$2|mengubah}} keterlihatan {{PLURAL:$5|$5 revisi}} di halaman $3: $4\";'),('ace','messages:logentry-delete-revision-legacy','s:60:\"id:$1 {{GENDER:$2|mengubah}} tampilan revisi pada halaman $3\";'),('ace','messages:logentry-import-interwiki','s:47:\"id:$1 {{GENDER:$2|mengimpor}} $3 dari wiki lain\";'),('ace','messages:logentry-import-interwiki-details','s:73:\"id:$1 {{GENDER:$2|mengimpor}} $3 dari $5 ($4 {{PLURAL:$4|revisi|revisi}})\";'),('ace','messages:logentry-import-upload','s:56:\"id:$1 {{GENDER:$2|mengimpor}} $3 melalui pemuatan berkas\";'),('ace','messages:logentry-import-upload-details','s:88:\"id:$1 {{GENDER:$2|mengimpor}} $3 dengan pemuatan berkas ($4 {{PLURAL:$4|revisi|revisi}})\";'),('ace','messages:logentry-managetags-activate','s:79:\"id:$1 {{GENDER:$2|mengaktifkan}} tag \"$4\" untuk digunakan oleh pengguna dan bot\";'),('ace','messages:logentry-managetags-create','s:36:\"id:$1 {{GENDER:$2|membuat}} tag \"$4\"\";'),('ace','messages:logentry-managetags-deactivate','s:80:\"id:$1 {{GENDER:$2|menonaktifkan}} tag \"$4\" untuk digunakan oleh pengguna dan bot\";'),('ace','messages:logentry-managetags-delete','s:114:\"id:$1 {{GENDER:$2|menghapus}} tag \"$4\" (dihapus dari $5 {{PLURAL:$5|revisi atau entri log|revisi atau entri log}})\";'),('ace','messages:logentry-merge-merge','s:69:\"id:$1 {{GENDER:$2|menggabungkan}} $3 dengan $4 (revisi lebih dari $5)\";'),('ace','messages:logentry-move-move','s:43:\"ace:$1 {{GENDER:$2|geupinah}} laman $3 u $4\";'),('ace','messages:logentry-move-move-noredirect','s:65:\"ace:$1 {{GENDER:$2|geupinah}} laman $3 u $4 hana geubôh peuninah\";'),('ace','messages:logentry-move-move_redir','s:65:\"ace:$1 {{GENDER:$2|geupinah}} laman $3 u $4 ateueh laman peuninah\";'),('ace','messages:logentry-move-move_redir-noredirect','s:97:\"id:$1 {{GENDER:$2|memindahkan}} halaman $3 ke $4 menimpa pengalihan lama tanpa membuat pengalihan\";'),('ace','messages:logentry-newusers-autocreate','s:45:\"ace:Akun $1 {{GENDER:$2|geupeugöt}} otomatis\";'),('ace','messages:logentry-newusers-byemail','s:87:\"id:Akun pengguna  $3  {{GENDER:$2|dibuat}} oleh  $1  dan password dikirim melalui surel\";'),('ace','messages:logentry-newusers-create','s:36:\"ace:Akun $1 {{GENDER:$2|geupeugöt}}\";'),('ace','messages:logentry-newusers-create2','s:44:\"id:$1 {{GENDER:$2|membuat}} akun pengguna $3\";'),('ace','messages:logentry-newusers-newusers','s:46:\"id:Akun pengguna $1 telah {{GENDER:$2|dibuat}}\";'),('ace','messages:logentry-non-editing-block-block','s:121:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dari tindakan-tindakan nonsuntingan terkait dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-non-editing-block-reblock','s:132:\"id:$1 {{GENDER:$2|mengubah}} pemblokiran {{GENDER:$4|$3}} dari tindakan-tindakan nonsuntingan terkait dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-pagelang-pagelang','s:58:\"id:$1 {{GENDER:$2|mengubah}} bahasa $3 dari $4 menjadi $5.\";'),('ace','messages:logentry-partialblock-block','s:85:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dari $7 dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-partialblock-block-action','s:28:\"id:{{PLURAL:$1|tindakan}} $2\";'),('ace','messages:logentry-partialblock-block-ns','s:39:\"id:{{PLURAL:$1|ruangnama|ruangnama}} $2\";'),('ace','messages:logentry-partialblock-block-page','s:35:\"id:{{PLURAL:$1|halaman|halaman}} $2\";'),('ace','messages:logentry-partialblock-reblock','s:140:\"id:$1 {{GENDER:$2|mengubah}} pengaturan pemblokiran pada {{GENDER:$4|$3}} untuk mencegah penyuntingan pada $7 dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-patrol-patrol','s:65:\"id:$1 {{GENDER:$2|menandai}} revisi $4 dari halaman $3 terpatroli\";'),('ace','messages:logentry-patrol-patrol-auto','s:78:\"ace:$1 otomatis {{GENDER:$2|geutanda}} revisi $4 nibak laman $3 nyang geukawai\";'),('ace','messages:logentry-protect-modify','s:63:\"id:$1 {{GENDER:$2|mengubah}} pengaturan perlindungan pada $3 $4\";'),('ace','messages:logentry-protect-modify-cascade','s:72:\"id:$1 {{GENDER:$2|mengubah}} pengaturan perlindungan pada $3 $4 [runtun]\";'),('ace','messages:logentry-protect-move_prot','s:66:\"id:$1 {{GENDER:$2|memindahkan}} setelan perlindungan dari $4 ke $3\";'),('ace','messages:logentry-protect-protect','s:36:\"id:$1 {{GENDER:$2|melindungi}} $3 $4\";'),('ace','messages:logentry-protect-protect-cascade','s:45:\"id:$1 {{GENDER:$2|melindungi}} $3 $4 [runtun]\";'),('ace','messages:logentry-protect-unprotect','s:50:\"id:$1 {{GENDER:$2|menghapus}} perlindungan dari $3\";'),('ace','messages:logentry-rights-autopromote','s:67:\"id:$1 secara otomatis {{GENDER:$2|dipromosikan}} dari $4 menjadi $5\";'),('ace','messages:logentry-rights-rights','s:76:\"id:$1 {{GENDER:$2|mengubah}} keanggotaan grup {{GENDER:$6|$3}} dari $4 ke $5\";'),('ace','messages:logentry-rights-rights-legacy','s:48:\"id:$1 {{GENDER:$2|mengubah}} keanggotaan grup $3\";'),('ace','messages:logentry-suppress-block','s:77:\"id:$1 {{GENDER:$2|memblokir}} {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-suppress-delete','s:38:\"id:$1 {{GENDER:$2|menimpa}} halaman $3\";'),('ace','messages:logentry-suppress-event','s:96:\"id:$1 secara diam-diam {{GENDER:$2|mengubah}} tampilan  {{PLURAL:$5|$5 log peristiwa}} di $3: $4\";'),('ace','messages:logentry-suppress-event-legacy','s:69:\"id:$1 diam-diam {{GENDER:$2|mengubah}} tampilan log peristiwa pada $3\";'),('ace','messages:logentry-suppress-reblock','s:88:\"id:$1 {{GENDER:$2|mengubah}} pemblokiran {{GENDER:$4|$3}} dengan waktu kedaluwarsa $5 $6\";'),('ace','messages:logentry-suppress-revision','s:89:\"id:$1 diam-diam {{GENDER:$2|mengubah}} tampilan {{PLURAL:$5|$5 revisi}} di halaman $3: $4\";'),('ace','messages:logentry-suppress-revision-legacy','s:70:\"id:$1 diam-diam {{GENDER:$2|mengubah}} tampilan revisi pada halaman $3\";'),('ace','messages:logentry-tag-update-add-logentry','s:88:\"id:$1 {{GENDER:$2|menambahkan}} {{PLURAL:$7|tag|tag}} $6 ke entri log $5 dari halaman $3\";'),('ace','messages:logentry-tag-update-add-revision','s:85:\"id:$1 {{GENDER:$2|menambahkan}} {{PLURAL:$7|tag|tag}} $6 ke revisi $4 dari halaman $3\";'),('ace','messages:logentry-tag-update-logentry','s:128:\"id:$1 {{GENDER:$2|memperbarui}} tag pada entri log $5 dari halaman $3 ({{PLURAL:$7|menambahkan}} $6; {{PLURAL:$9|menghapus}} $8)\";'),('ace','messages:logentry-tag-update-remove-logentry','s:88:\"id:$1 {{GENDER:$2|menghapus}} {{PLURAL:$9|tag|tag}} $8 dari entri log $5 dari halaman $3\";'),('ace','messages:logentry-tag-update-remove-revision','s:85:\"id:$1 {{GENDER:$2|menghapus}} {{PLURAL:$9|tag|tag}} $8 dari revisi $4 dari halaman $3\";'),('ace','messages:logentry-tag-update-revision','s:125:\"id:$1 {{GENDER:$2|memperbarui}} tag pada revisi $4 dari halaman $3 ({{PLURAL:$7|menambahkan}} $6; {{PLURAL:$9|menghapus}} $8)\";'),('ace','messages:logentry-upload-overwrite','s:49:\"id:$1 {{GENDER:$2|mengunggah}} versi baru dari $3\";'),('ace','messages:logentry-upload-revert','s:50:\"id:$1 {{GENDER:$2|mengembalikan}} $3 ke versi lama\";'),('ace','messages:logentry-upload-upload','s:32:\"ace:$1 {{GENDER:$2|geupasoe}} $3\";'),('ace','messages:logeventslist-more-filters','s:26:\"id:Tampilkan log tambahan:\";'),('ace','messages:logeventslist-newusers-log','s:20:\"id:Log pengguna baru\";'),('ace','messages:logeventslist-patrol-log','s:14:\"id:Log patroli\";'),('ace','messages:logeventslist-submit','s:12:\"id:Tampilkan\";'),('ace','messages:logeventslist-tag-log','s:10:\"id:Log tag\";'),('ace','messages:logging-out-notify','s:42:\"id:Anda sedang keluar log, mohon menunggu.\";'),('ace','messages:login','s:11:\"ace:Tamöng\";'),('ace','messages:login-abort-generic','s:62:\"ace:Log tamöng droëneuh han meuhasé- Ngon ka geupeubateuë.\";'),('ace','messages:login-migrated-generic','s:86:\"id:Akun Anda telah dimigrasi, dan nama pengguna Anda tidak lagi terdaftar di wiki ini.\";'),('ace','messages:login-security','s:26:\"id:Buktikan identitas Anda\";'),('ace','messages:login-throttled','s:75:\"ace:Droeneuh ka lé that neuujoe tamöng.\nNeuprèh $1 sigohlom neuujoe lom.\";'),('ace','messages:login-userblocked','s:64:\"ace:Ureuëng ngui nyoë ka teublokir, hana idin/hanjeut tamöng.\";'),('ace','messages:loginerror','s:21:\"ace:Salah bak tamöng\";'),('ace','messages:loginlanguagelabel','s:13:\"ace:Bahsa: $1\";'),('ace','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ace','messages:loginprompt','s:3:\"en:\";'),('ace','messages:loginreqlink','s:11:\"ace:tamöng\";'),('ace','messages:loginreqpagetext','s:48:\"ace:Droeneuh payah $1 keu neu\'eu ôn-ôn la\'én.\";'),('ace','messages:loginreqtitle','s:34:\"ace:Droeneuh payah neutamöng log.\";'),('ace','messages:loginsuccess','s:69:\"ace:\'\'\'Droeneuh  jinoe ka neutamöng di {{SITENAME}} sibagoe \"$1\".\'\'\'\";'),('ace','messages:loginsuccesstitle','s:23:\"ace:Meuhasé neutamöng\";'),('ace','messages:logout','s:12:\"ace:Teubiët\";'),('ace','messages:logout-failed','s:38:\"id:Tidak dapat keluar log saat ini: $1\";'),('ace','messages:logouttext','s:159:\"ace:<strong>Droeneuh ka neuteubiet.</strong>\n\nBeu neutupeue meunyo na padum-padum laman nyang leumah lagèe na neutamöng, sampoe ka neupeugléh cache browser.\";'),('ace','messages:lonelypages','s:28:\"ace:Laman tan hubông balék\";'),('ace','messages:lonelypages-summary','s:3:\"en:\";'),('ace','messages:lonelypagestext','s:112:\"id:Halaman-halaman berikut tidak memiliki pranala dari atau ditransklusikan ke halaman mana pun di {{SITENAME}}.\";'),('ace','messages:longpage-hint','s:4:\"en:-\";'),('ace','messages:longpageerror','s:163:\"id:<strong>Galat: Teks yang Anda kirimkan sebesar $1 kilobita, yang berarti lebih besar daripada jumlah maksimum $2 kilobita.<strong> Teks tidak dapat diterbitkan.\";'),('ace','messages:longpages','s:17:\"ace:Laman panyang\";'),('ace','messages:longpages-summary','s:3:\"en:\";'),('ace','messages:magiclink-tracking-isbn','s:46:\"id:Halaman yang menggunakan pranala magis ISBN\";'),('ace','messages:magiclink-tracking-isbn-desc','s:164:\"id:Halaman ini menggunakan pranala magis ISBN. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] bagaimana melakukan migrasi.\";'),('ace','messages:magiclink-tracking-pmid','s:41:\"id:Halaman menggunakan pranala magis PMID\";'),('ace','messages:magiclink-tracking-pmid-desc','s:164:\"id:Halaman ini menggunakan pranala magis PMID. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] bagaimana melakukan migrasi.\";'),('ace','messages:magiclink-tracking-rfc','s:40:\"id:Halaman menggunakan pranala magis RFC\";'),('ace','messages:magiclink-tracking-rfc-desc','s:163:\"id:Halaman ini menggunakan pranala magis RFC. Lihat [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] bagaimana melakukan migrasi.\";'),('ace','messages:mailerror','s:35:\"id:Galat saat mengirimkan surel: $1\";'),('ace','messages:mailmypassword','s:32:\"ace:Atô keulayi lageuëm rahsia\";'),('ace','messages:mailnologin','s:25:\"id:Tidak ada alamat surel\";'),('ace','messages:mailnologintext','s:171:\"id:Anda harus [[Special:UserLogin|masuk log]] dan mempunyai alamat surel yang sah di dalam [[Special:Preferences|preferensi]] untuk mengirimkan surel kepada pengguna lain.\";'),('ace','messages:mainpage','s:12:\"ace:Ôn Keue\";'),('ace','messages:mainpage-description','s:12:\"ace:Ôn Keue\";'),('ace','messages:mainpage-nstab','s:12:\"ace:Ôn keue\";'),('ace','messages:mainpage-title','s:4:\"en:-\";'),('ace','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ace','messages:mar','s:9:\"ace:Lhèe\";'),('ace','messages:march','s:17:\"ace:Buleuen Lhèe\";'),('ace','messages:march-gen','s:17:\"ace:Buleuen Lhèe\";'),('ace','messages:markaspatrolleddiff','s:25:\"id:Tandai telah dipatroli\";'),('ace','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ace','messages:markaspatrolledtext','s:37:\"id:Tandai halaman ini telah dipatroli\";'),('ace','messages:markaspatrolledtext-file','s:41:\"id:Tandai versi berkas sebagai terpatroli\";'),('ace','messages:markedaspatrolled','s:27:\"id:Ditandai telah dipatroli\";'),('ace','messages:markedaspatrollederror','s:39:\"id:Tidak dapat menandai telah dipatroli\";'),('ace','messages:markedaspatrollederror-noautopatrol','s:66:\"id:Anda tidak diizinkan menandai suntingan Anda sendiri dipatroli.\";'),('ace','messages:markedaspatrollederrortext','s:75:\"id:Anda harus menentukan satu revisi untuk ditandai sebagai yang dipatroli.\";'),('ace','messages:markedaspatrollednotify','s:52:\"id:Perubahan ini untuk $1 telah ditandai terpatroli.\";'),('ace','messages:markedaspatrolledtext','s:71:\"id:Revisi yang terpilih dari [[:$1]] telah ditandai sebagai terpatroli.\";'),('ace','messages:maximum-size','s:18:\"id:Ukuran maksimum\";'),('ace','messages:may','s:11:\"ace:Limöng\";'),('ace','messages:may-gen','s:19:\"ace:Buleuen Limöng\";'),('ace','messages:may_long','s:19:\"ace:Buleuen Limöng\";'),('ace','messages:mcrundo-changed','s:84:\"id:Halaman ini telah diubah sejak Anda melihat diff. Mohon tinjau perubahan terbaru.\";'),('ace','messages:mcrundo-missingparam','s:59:\"id:Parameter yang dibutuhkan ketika diminta tidak tersedia.\";'),('ace','messages:mcrundo-parse-failed','s:42:\"id:Galat dalam menguraikan revisi baru: $1\";'),('ace','messages:mcrundofailed','s:19:\"id:Pembatalan gagal\";'),('ace','messages:mediastatistics','s:18:\"id:Statistik media\";'),('ace','messages:mediastatistics-allbytes','s:87:\"id:Total ukuran berkas untuk semua {{PLURAL:$3|$3 berkas}}: {{PLURAL:$1|$1 bita}} ($2).\";'),('ace','messages:mediastatistics-bytespertype','s:91:\"id:Total ukuran pada bagian {{PLURAL:$4|$4 berkas}} ($5%): {{PLURAL:$1|$1 bita}} ($2; $3%).\";'),('ace','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ace','messages:mediastatistics-header-archive','s:21:\"id:Format terkompresi\";'),('ace','messages:mediastatistics-header-audio','s:8:\"id:Audio\";'),('ace','messages:mediastatistics-header-bitmap','s:16:\"id:Gambar bitmap\";'),('ace','messages:mediastatistics-header-drawing','s:16:\"id:Gambar vektor\";'),('ace','messages:mediastatistics-header-executable','s:10:\"id:Program\";'),('ace','messages:mediastatistics-header-multimedia','s:13:\"id:Media kaya\";'),('ace','messages:mediastatistics-header-office','s:18:\"id:Aplikasi Office\";'),('ace','messages:mediastatistics-header-text','s:11:\"id:Tekstual\";'),('ace','messages:mediastatistics-header-total','s:15:\"id:Semua berkas\";'),('ace','messages:mediastatistics-header-unknown','s:18:\"id:Tidak diketahui\";'),('ace','messages:mediastatistics-header-video','s:8:\"id:Video\";'),('ace','messages:mediastatistics-nbytes','s:34:\"id:{{PLURAL:$1|$1 bita}} ($2; $3%)\";'),('ace','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('ace','messages:mediastatistics-summary','s:149:\"id:Statistik mengenai jenis berkas yang diunggah. Hanya mencakup versi terbaru dari berkas. Berkas lama dan berkas yang sudah dihapus tidak termasuk.\";'),('ace','messages:mediastatistics-table-count','s:16:\"id:Jumlah berkas\";'),('ace','messages:mediastatistics-table-extensions','s:11:\"id:Ekstensi\";'),('ace','messages:mediastatistics-table-mimetype','s:12:\"id:Tipe MIME\";'),('ace','messages:mediastatistics-table-totalbytes','s:18:\"id:Ukuran gabungan\";'),('ace','messages:mediawarning','s:120:\"id:\'\'\'Peringatan\'\'\': Berkas ini mungkin mengandung kode berbahaya.\nJika dijalankan, sistem Anda akan berisiko terserang.\";'),('ace','messages:mediawikipage','s:24:\"ace:Eu ôn peusan sistem\";'),('ace','messages:mergehistory','s:39:\"id:Riwayat penggabungan sejarah halaman\";'),('ace','messages:mergehistory-autocomment','s:39:\"id:[[:$1]] telah digabungkan ke [[:$2]]\";'),('ace','messages:mergehistory-box','s:41:\"id:Gabung revisi-revisi dari dua halaman:\";'),('ace','messages:mergehistory-comment','s:43:\"id:[[:$1]] telah digabungkan ke [[:$2]]: $3\";'),('ace','messages:mergehistory-done','s:78:\"id:$4 {{PLURAL:$4|revisi|revisi}} dari $1 berhasil digabungkan ke [[:$2]].\n$3.\";'),('ace','messages:mergehistory-empty','s:40:\"id:Tidak ada revisi yang dapat digabung.\";'),('ace','messages:mergehistory-fail','s:97:\"id:Tidak dapat melakukan penggabungan riwayat. Harap periksa kembali parameter halaman dan waktu.\";'),('ace','messages:mergehistory-fail-bad-timestamp','s:29:\"id:Stempel waktu tidak valid.\";'),('ace','messages:mergehistory-fail-invalid-dest','s:30:\"id:Halaman tujuan tidak valid.\";'),('ace','messages:mergehistory-fail-invalid-source','s:28:\"id:Halaman asal tidak valid.\";'),('ace','messages:mergehistory-fail-no-change','s:119:\"id:Penggabungan sejarah tidak berhasil menggabungkan revisi apa pun. Mohon periksa kembali parameter halaman dan waktu.\";'),('ace','messages:mergehistory-fail-permission','s:53:\"id:Izin penggabungan sejarah halaman tidak mencukupi.\";'),('ace','messages:mergehistory-fail-self-merge','s:32:\"id:Halaman asal dan tujuan sama.\";'),('ace','messages:mergehistory-fail-timestamps-overlap','s:65:\"id:Revisi asal tumpang tindih atau lebih baru dari revisi tujuan.\";'),('ace','messages:mergehistory-fail-toobig','s:116:\"id:Tidak dapat melakukan penggabungan sebagai lebih dari batas dari $1 {{PLURAL:$1|revisi|revisi}} akan dipindahkan.\";'),('ace','messages:mergehistory-from','s:13:\"ace:Asai ôn:\";'),('ace','messages:mergehistory-go','s:52:\"id:Tampilkan suntingan-suntingan yang dapat digabung\";'),('ace','messages:mergehistory-header','s:208:\"id:Halaman ini memperbolehkan Anda untuk menggabungkan revisi-revisi dari satu halaman sumber ke halaman yang lebih baru.\nPastikan bahwa perubahan ini tetap mempertahankan kontinuitas versi terdahulu halaman.\";'),('ace','messages:mergehistory-into','s:17:\"ace:Laman tujuan:\";'),('ace','messages:mergehistory-invalid-destination','s:50:\"id:Judul halaman tujuan haruslah judul yang valid.\";'),('ace','messages:mergehistory-invalid-source','s:37:\"ace:Asai ôn payah nan nyang beutôi.\";'),('ace','messages:mergehistory-list','s:43:\"id:Sejarah suntingan yang dapat digabungkan\";'),('ace','messages:mergehistory-merge','s:232:\"id:Revisi-revisi berikut dari [[:$1]] dapat digabungkan ke [[:$2]]. \nGunakan tombol radio untuk menggabungkan revisi-revisi yang dibuat sebelum waktu tertentu. Perhatikan bahwa menggunakan pranala navigasi akan mengeset ulang kolom.\";'),('ace','messages:mergehistory-no-destination','s:31:\"id:Halaman tujuan $1 tidak ada.\";'),('ace','messages:mergehistory-no-source','s:31:\"id:Halaman sumber $1 tidak ada.\";'),('ace','messages:mergehistory-reason','s:11:\"ace:Alasan:\";'),('ace','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ace','messages:mergehistory-revisionrow','s:26:\"id:$1 ($2) $3 . . $4 $5 $6\";'),('ace','messages:mergehistory-same-destination','s:50:\"id:Nama halaman sumber dan tujuan tidak boleh sama\";'),('ace','messages:mergehistory-source-deleted','s:149:\"id:Selain itu, [[:$1]] telah dihapus karena tidak lagi memiliki revisi yang bisa dilihat dan model kontennya tidak mendukung meninggalkan pengalihan.\";'),('ace','messages:mergehistory-source-deleted-reason','s:150:\"id:Halaman sumber secara otomatis dihapus setelah penggabungan riwayat karena model kontennya tidak mendukung pengalihan dan tidak ada revisi tersisa.\";'),('ace','messages:mergehistory-submit','s:16:\"id:Gabung revisi\";'),('ace','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ace','messages:mergelog','s:18:\"ace:Peugabông log\";'),('ace','messages:mergelogpagetext','s:80:\"id:Di bawah ini adalah daftar penggabungan sejarah halaman ke halaman yang lain.\";'),('ace','messages:metadata','s:12:\"ace:Metadata\";'),('ace','messages:metadata-collapse','s:29:\"ace:Peusom tapeusili teunamah\";'),('ace','messages:metadata-expand','s:32:\"ace:Peuleumah tapeusili teunamah\";'),('ace','messages:metadata-fields','s:357:\"ace:Bideuëng mètadata gamba nyang na lam peusan nyoë keuneuk geupasoë bak tampilan halaman gamba \'oh watèë tabel mètadata geutôp.\nData nyang la\'én eunteuk teupeusom keudroë.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ace','messages:metadata-help','s:290:\"ace:Beureukah nyoe na beurita tambahan nyang mungkén geutamah lé kamèra digital atawa peuminday nyang geungui keu peugöt atawa peudigital beureukah. Meunyo beureukah nyoe ka geuubah, tapeusili nyang na mungkén hana seucara peunoh geupeuleumah beurita nibak gamba nyang ka geuubah nyoe.\";'),('ace','messages:metadata-langitem','s:26:\"id:<strong>$2:</strong> $1\";'),('ace','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ace','messages:mimesearch','s:13:\"ace:Mita MIME\";'),('ace','messages:mimesearch-summary','s:164:\"id:Halaman ini menyediakan fasilitas menyaring berkas berdasarkan tipe MIME-nya. Masukkan: contenttype/subtype atau contenttype/*, misalnya <code>image/jpeg</code>.\";'),('ace','messages:mimetype','s:13:\"id:Tipe MIME:\";'),('ace','messages:minimum-size','s:17:\"id:Ukuran minimum\";'),('ace','messages:minlength1','s:37:\"ace:Nan beureukah beu na saboh harah.\";'),('ace','messages:minoredit','s:30:\"ace:Nyoë lôn peusaneut bacut\";'),('ace','messages:minoreditletter','s:5:\"ace:b\";'),('ace','messages:minutes','s:34:\"id:{{PLURAL:$1|$1 menit|$1 menit}}\";'),('ace','messages:minutes-abbrev','s:9:\"id:$1 mnt\";'),('ace','messages:minutes-ago','s:35:\"id:$1 {{PLURAL:$1|menit}} yang lalu\";'),('ace','messages:missing-article','s:386:\"ace:Basis data hana jiteumèe naseukah nibak laman nyang sipatôtjih na, nyakni \"$1\" $2.\n\nHai nyoe kayém jipeusabab lé peunawôt useueng u laman nyang ka geusampôh.\n\nMeunyö kön nyoe sababjih, droeneuh kadang ka neuteumeung saboh \'\'bug\'\' lam peukakah leumiek.\nNeutulông bri thèe hai nyoë keu salah sidroe [[Special:ListUsers/sysop|ureueng urôh]], ngön neupeugah alamat URL-jih.\";'),('ace','messages:missing-revision','s:262:\"id:Revisi #$1 halaman berjudul \"{{FULLPAGENAME}}\" tidak eksis.\n\nHal ini biasanya disebabkan oleh tautan versi terdahulu menuju halaman yang sudah dihapus.\nRinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('ace','messages:missing-revision-content','s:66:\"id:Konten revisi # $1 dari halaman bernama \"$2\" tidak dapat dimuat\";'),('ace','messages:missing-revision-permission','s:248:\"id:Revisi #$1 merupakan revisi dari halaman yang telah dihapus. Anda bisa [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} melihatnya]; perinciannya bisa ditemukan di [{{fullurl:{{#Special:Log}}/delete|page=$3}} log penghapusan].\";'),('ace','messages:missingarticle-diff','s:18:\"ace:(Bida: $1, $2)\";'),('ace','messages:missingarticle-rev','s:17:\"ace:(revisi#: $1)\";'),('ace','messages:missingcommentheader','s:167:\"id:\'\'\'Peringatan:\'\'\' Anda belum memberikan subjek atau judul untuk komentar Anda. Jika Anda kembali menekan \"$1\", suntingan Anda akan diterbitkan tanpa judul tersebut.\";'),('ace','messages:missingcommenttext','s:30:\"ace:Neupasoë beunalah di yup.\";'),('ace','messages:missingsummary','s:178:\"id:<strong>Peringatan:</strong> Anda tidak memasukkan ringkasan penyuntingan. Jika Anda kembali menekan tombol \"$1\", suntingan Anda akan diterbitkan tanpa ringkasan penyuntingan.\";'),('ace','messages:mobile-frontend-account-create-captcha-placeholder','s:27:\"id:Masukkan kode konfirmasi\";'),('ace','messages:mobile-frontend-account-create-email-placeholder','s:35:\"id:Alamat surel/email (harap diisi)\";'),('ace','messages:mobile-frontend-account-create-submit','s:12:\"id:Mendaftar\";'),('ace','messages:mobile-frontend-app-title','s:13:\"id:Mobile App\";'),('ace','messages:mobile-frontend-back-to-top-of-section','s:30:\"ace:Riwang u bagian sigoh nyoe\";'),('ace','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('ace','messages:mobile-frontend-categories-add','s:18:\"id:Tambah kategori\";'),('ace','messages:mobile-frontend-categories-add-heading','s:57:\"id:<strong>Tambahkan kategori ke</strong><span> $1</span>\";'),('ace','messages:mobile-frontend-categories-add-wait','s:36:\"id:Menyimpan kategori, harap tunggu.\";'),('ace','messages:mobile-frontend-categories-heading','s:28:\"id:<strong>Kategori</strong>\";'),('ace','messages:mobile-frontend-categories-hidden','s:12:\"id:Organisir\";'),('ace','messages:mobile-frontend-categories-nocat','s:44:\"id:Halaman ini belum masuk kategori manapun.\";'),('ace','messages:mobile-frontend-categories-nodata','s:66:\"id:Ada kesalahan. Apakah kategori yang ditambahkan sudah disimpan?\";'),('ace','messages:mobile-frontend-categories-nomatch','s:53:\"id:Tidak ada kategori yang ditemukan. Coba cari lagi.\";'),('ace','messages:mobile-frontend-categories-normal','s:14:\"id:Halaman isi\";'),('ace','messages:mobile-frontend-categories-search','s:16:\"id:Cari kategori\";'),('ace','messages:mobile-frontend-categories-subheading','s:37:\"id:Halaman termasuk kategori berikut:\";'),('ace','messages:mobile-frontend-categories-summary','s:22:\"id:Penambahan kategori\";'),('ace','messages:mobile-frontend-changeslist-ip','s:18:\"id:Pengguna anonim\";'),('ace','messages:mobile-frontend-changeslist-nocomment','s:32:\"id:tidak ada ringkasan suntingan\";'),('ace','messages:mobile-frontend-clear-search','s:12:\"id:Kosongkan\";'),('ace','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ace','messages:mobile-frontend-console-recruit','s:294:\"id:\\o/ Hei! Ini adalah perangkat lunak open source dan kami perlu sukarelawan untuk membantu mengembangkannya, membuatnya lebih baik dan memperbaiki bug yang mungkin Anda temukan pada konsol JavaScript ini!\n\nAnda dapat menemukan backlog kami @ https://phabricator.wikimedia.org/project/view/67/\";'),('ace','messages:mobile-frontend-contribution-summary','s:74:\"id:Semua suntingan dibuat oleh {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ace','messages:mobile-frontend-cookies-required','s:81:\"id:Kuki dibutuhkan untuk mengganti tampilan. Silakan aktifkan kuki dan coba lagi.\";'),('ace','messages:mobile-frontend-copyright','s:468:\"ace:Teks na di yup <ahref=\'http://ace.wikipedia.org/wiki/{{SITENAME}}:Teks_Lisensi_Creative_Commons_Atribusi-PembagianSerupa_3.0\'>Lisensi Creative Commons Atribusi-PembagianSerupa</a>; syarat teunamah kadang na. Eu <a href=\'http://wikimediafoundation.org/wiki/Terms_of_Use\'>Cara Nguy</a> keu leubeh rinci. {{SITENAME}} nakeuh saboh cap meukat teudapeuta nibak <a href=\'http://www.wikimediafoundation.org/\'>Wikimedia Foundation, Inc.</a>, saboh teunuboh hana mita laba.\";'),('ace','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ace','messages:mobile-frontend-desc','s:18:\"id:Mobile Frontend\";'),('ace','messages:mobile-frontend-diffview-404-desc','s:45:\"id:ID untuk revisi yang Anda minta tidak ada.\";'),('ace','messages:mobile-frontend-diffview-404-title','s:15:\"id:Revisi buruk\";'),('ace','messages:mobile-frontend-diffview-anonymous','s:18:\"id:Pengguna anonim\";'),('ace','messages:mobile-frontend-diffview-bytesadded','s:36:\"id:$1 {{PLURAL:$1|bita}} ditambahkan\";'),('ace','messages:mobile-frontend-diffview-bytesnochange','s:29:\"id:Tidak ada perubahan ukuran\";'),('ace','messages:mobile-frontend-diffview-bytesremoved','s:32:\"id:$1 {{PLURAL:$1|bita}} dihapus\";'),('ace','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ace','messages:mobile-frontend-diffview-editcount','s:40:\"id:<div>$1</div> {{PLURAL:$1|suntingan}}\";'),('ace','messages:mobile-frontend-diffview-explained','s:53:\"id:Baris berikut ini ditambahkan (+) dan dihapus (-):\";'),('ace','messages:mobile-frontend-diffview-title','s:12:\"id:Perubahan\";'),('ace','messages:mobile-frontend-disable-images','s:40:\"id:Nonaktifkan gambar pada situs seluler\";'),('ace','messages:mobile-frontend-dismiss-notification','s:26:\"id:tutup pemberitahuan ini\";'),('ace','messages:mobile-frontend-donate-button-label','s:13:\"id:Menyumbang\";'),('ace','messages:mobile-frontend-donate-image-anon','s:56:\"id:Silakan masuk log untuk membuka halaman pengunggahan.\";'),('ace','messages:mobile-frontend-donate-image-heading','s:27:\"id:Kontribusi terakhir Anda\";'),('ace','messages:mobile-frontend-donate-image-login-action','s:44:\"id:Masuk log untuk berbagi media milik Anda.\";'),('ace','messages:mobile-frontend-donate-image-nouploads','s:22:\"id:Tidak ada unggahan.\";'),('ace','messages:mobile-frontend-donate-image-signup-action','s:44:\"id:Mendaftar untuk berbagi media pada dunia.\";'),('ace','messages:mobile-frontend-donate-image-title','s:9:\"id:Unggah\";'),('ace','messages:mobile-frontend-donate-photo-first-upload-success','s:55:\"id:Berhasil! Terima kasih atas kontribusi pertama Anda!\";'),('ace','messages:mobile-frontend-donate-photo-upload-success','s:66:\"id:Sukses! Gambar Anda sekarang dapat digunakan pada {{SITENAME}}!\";'),('ace','messages:mobile-frontend-drawer-cancel','s:8:\"id:Batal\";'),('ace','messages:mobile-frontend-edit-login-action','s:30:\"id:Masuk log untuk menyunting.\";'),('ace','messages:mobile-frontend-edit-signup-action','s:33:\"id:Mendaftarlah untuk menyunting.\";'),('ace','messages:mobile-frontend-editor-abusefilter-disallow','s:72:\"id:Suntingan ini tidak bisa disimpan karena kami mendeteksi ada masalah.\";'),('ace','messages:mobile-frontend-editor-abusefilter-read-more','s:20:\"id:Baca lebih lanjut\";'),('ace','messages:mobile-frontend-editor-abusefilter-warning','s:110:\"id:Peringatan: Apakah Anda yakin Anda ingin menyimpan perubahan ini? Mungkin ada masalah dengan suntingan itu.\";'),('ace','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ace','messages:mobile-frontend-editor-anon','s:26:\"id:Sunting tanpa masuk log\";'),('ace','messages:mobile-frontend-editor-anonwarning','s:272:\"id:<strong>Peringatan</strong>: Anda belum masuk log. IP Anda akan terlihat secara publik jika Anda membuat suntingan. Jika Anda <strong>masuk log</strong> atau <strong>membuat akun</strong>, suntingan Anda akan melekat pada nama pengguna Anda, berikut keuntungan lainnya.\";'),('ace','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ace','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ace','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ace','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ace','messages:mobile-frontend-editor-cancel','s:8:\"id:Batal\";'),('ace','messages:mobile-frontend-editor-cancel-confirm','s:61:\"id:Apakah Anda benar-benar ingin meninggalkan suntingan Anda?\";'),('ace','messages:mobile-frontend-editor-captcha-try-again','s:25:\"id:Kode salah, coba lagi.\";'),('ace','messages:mobile-frontend-editor-continue','s:13:\"id:Berikutnya\";'),('ace','messages:mobile-frontend-editor-cta','s:32:\"id:Bantu kembangkan halaman ini!\";'),('ace','messages:mobile-frontend-editor-disabled','s:52:\"id:Halaman ini dilindungi untuk mencegah vandalisme.\";'),('ace','messages:mobile-frontend-editor-edit','s:9:\"ace:Andam\";'),('ace','messages:mobile-frontend-editor-editing','s:15:\"id:Penyuntingan\";'),('ace','messages:mobile-frontend-editor-editing-page','s:46:\"id:<strong>Menyunting</strong><span> $1</span>\";'),('ace','messages:mobile-frontend-editor-error','s:36:\"id:Galat, suntingan tidak tersimpan.\";'),('ace','messages:mobile-frontend-editor-error-conflict','s:53:\"id:Galat, pengguna lain telah menyunting halaman ini.\";'),('ace','messages:mobile-frontend-editor-error-loading','s:36:\"id:Galat, tidak dapat memuat bagian.\";'),('ace','messages:mobile-frontend-editor-error-preview','s:94:\"id:Galat, sesuatu yang tak terduga terjadi saat memuat pratayang. Silakan tutup dan coba lagi.\";'),('ace','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ace','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ace','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ace','messages:mobile-frontend-editor-keep-editing','s:25:\"id:Lanjutkan penyuntingan\";'),('ace','messages:mobile-frontend-editor-licensing','s:95:\"id:Dengan menyimpan perubahan, Anda setuju untuk melepaskan kontribusi Anda dibawah lisensi $1.\";'),('ace','messages:mobile-frontend-editor-licensing-with-terms','s:114:\"id:Dengan menyimpan perubahan, Anda setuju pada $1 dan setuju untuk melepaskan kontribusi Anda dibawah lisensi $2.\";'),('ace','messages:mobile-frontend-editor-new-page-confirm','s:72:\"id:{{GENDER:$1|Anda yakin akan membuat}} halaman baru pada {{SITENAME}}?\";'),('ace','messages:mobile-frontend-editor-newpage-prompt','s:60:\"id:Halaman ini tidak ada. Mengapa tidak Anda coba buat saja?\";'),('ace','messages:mobile-frontend-editor-placeholder','s:66:\"id:Bagian ini kosong. Jadilah orang pertama yang mengembangkannya!\";'),('ace','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"id:{{GENDER:$1|Anda membuat}} halaman baru pada {{SITENAME}}!\";'),('ace','messages:mobile-frontend-editor-previewing-page','s:47:\"id:<span><strong>Menampilkan</strong> $1</span>\";'),('ace','messages:mobile-frontend-editor-redirect-title','s:31:\"id:Mengalihkan ke penyunting...\";'),('ace','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ace','messages:mobile-frontend-editor-redlink-explain','s:27:\"id:Halaman ini belum dibuat\";'),('ace','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ace','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ace','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ace','messages:mobile-frontend-editor-save','s:9:\"id:Simpan\";'),('ace','messages:mobile-frontend-editor-success','s:38:\"id:Berhasil! Suntingan Anda tersimpan.\";'),('ace','messages:mobile-frontend-editor-success-landmark-1','s:57:\"id:Selamat, sekarang Anda adalah penyunting {{SITENAME}}!\";'),('ace','messages:mobile-frontend-editor-success-new-page','s:39:\"id:Selamat atas pembuatan halaman baru!\";'),('ace','messages:mobile-frontend-editor-summary','s:13:\"id:Ringkasan:\";'),('ace','messages:mobile-frontend-editor-summary-placeholder','s:60:\"id:Contoh: perbaikan kesalahan pengetikan, penambahan konten\";'),('ace','messages:mobile-frontend-editor-summary-request','s:40:\"id:Bagaimana Anda mengembangkan halaman?\";'),('ace','messages:mobile-frontend-editor-switch-confirm','s:75:\"id:Anda harus menyimpan suntingan Anda sebelum berpindah ke suntingan lain.\";'),('ace','messages:mobile-frontend-editor-switch-editor','s:19:\"id:Pindah suntingan\";'),('ace','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ace','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ace','messages:mobile-frontend-editor-tutorial-cancel','s:23:\"id:Tidak, terima kasih.\";'),('ace','messages:mobile-frontend-editor-tutorial-confirm','s:19:\"id:Mulai menyunting\";'),('ace','messages:mobile-frontend-editor-tutorial-summary','s:71:\"id:Cobalah mengembangkan halaman $1. Jangan takut pada pengkodean wiki.\";'),('ace','messages:mobile-frontend-editor-unavailable','s:101:\"id:Penyuntingan lewat seluler saat ini tidak tersedia pada peramban Anda. Silakan coba peramban lain.\";'),('ace','messages:mobile-frontend-editor-undo-unsupported','s:60:\"id:Fitur pembatalan saat ini tidak didukung melalui seluler.\";'),('ace','messages:mobile-frontend-editor-uploadenable','s:60:\"id:Silakan unggah foto dulu untuk mengaktifkan penyuntingan.\";'),('ace','messages:mobile-frontend-editor-viewing-source-page','s:59:\"id:<strong>Menampilkan sumber dari</strong><span> $1</span>\";'),('ace','messages:mobile-frontend-editor-wait','s:37:\"id:Menyimpan suntingan, mohon tunggu.\";'),('ace','messages:mobile-frontend-enable-images','s:37:\"id:Aktifkan gambar pada situs seluler\";'),('ace','messages:mobile-frontend-expand-sections-description','s:53:\"id:Selalu kembangkan bagian saat menjelajahi halaman.\";'),('ace','messages:mobile-frontend-expand-sections-status','s:26:\"id:Kembangkan semua bagian\";'),('ace','messages:mobile-frontend-featured-article','s:31:\"ace:Teunuleh Peunileh Uroe Nyoe\";'),('ace','messages:mobile-frontend-first-upload-wizard-new-page-1','s:58:\"id:Gambar pada {{SITENAME}} berasal dari Wikimedia Commons\";'),('ace','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:77:\"id:Kirimkan gambar yang Anda buat. Bantulah {{SITENAME}} menjadi lebih hidup!\";'),('ace','messages:mobile-frontend-first-upload-wizard-new-page-2','s:103:\"id:Hindari materi berhak cipta yang Anda temukan dari internet seperti gambar poster, sampul buku, dll.\";'),('ace','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:61:\"id:Gambar Anda membantu mendidik orang-orang di seluruh dunia\";'),('ace','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:12:\"id:Mengerti?\";'),('ace','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:6:\"id:Ya!\";'),('ace','messages:mobile-frontend-fontchanger-desc','s:56:\"id:Besarkan atau kecilkan ukuran teks agar dapat dibaca.\";'),('ace','messages:mobile-frontend-fontchanger-link','s:15:\"id:Ukuran huruf\";'),('ace','messages:mobile-frontend-footer-contact','s:9:\"id:Kontak\";'),('ace','messages:mobile-frontend-footer-sitename','s:15:\"id:{{SITENAME}}\";'),('ace','messages:mobile-frontend-generic-404-desc','s:42:\"id:Halaman yang Anda cari tidak ditemukan.\";'),('ace','messages:mobile-frontend-generic-404-title','s:34:\"id:Galat - Halaman tidak ditemukan\";'),('ace','messages:mobile-frontend-generic-login','s:53:\"id:{{SITENAME}} dibuat oleh orang-orang seperti Anda.\";'),('ace','messages:mobile-frontend-generic-login-action','s:33:\"id:Masuk log untuk berkontribusi.\";'),('ace','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ace','messages:mobile-frontend-generic-signup-action','s:33:\"id:Mendaftar untuk berkontribusi.\";'),('ace','messages:mobile-frontend-history','s:39:\"id:Lihat riwayat suntingan halaman ini.\";'),('ace','messages:mobile-frontend-history-404-desc','s:117:\"id:Tidak dapat melihat riwayat suntingan halaman. Mungkin halamannya sudah dihapus atau Anda klik pranala yang salah.\";'),('ace','messages:mobile-frontend-history-404-title','s:20:\"id:Halaman tidak ada\";'),('ace','messages:mobile-frontend-history-no-results','s:48:\"id:Filter menghasilkan riwayat yang tidak cocok.\";'),('ace','messages:mobile-frontend-home-button','s:8:\"ace:Keue\";'),('ace','messages:mobile-frontend-image-cancel-confirm','s:25:\"id:Batalkan pengunggahan?\";'),('ace','messages:mobile-frontend-image-heading-describe','s:25:\"id:\'\'\'Deskripsi\'\'\' gambar\";'),('ace','messages:mobile-frontend-image-uploading','s:29:\"id:\'\'\'Mengunggah\'\'\' gambar...\";'),('ace','messages:mobile-frontend-images-status','s:9:\"id:Gambar\";'),('ace','messages:mobile-frontend-language-article-heading','s:27:\"ace:Beuët lam bahsa la\'én\";'),('ace','messages:mobile-frontend-language-header','s:53:\"id:Artikel ini tersedia dalam $1 {{PLURAL:$1|bahasa}}\";'),('ace','messages:mobile-frontend-language-heading','s:26:\"id:<strong>Bahasa</strong>\";'),('ace','messages:mobile-frontend-language-site-choose','s:14:\"id:Cari bahasa\";'),('ace','messages:mobile-frontend-language-variant-header','s:45:\"id:Pilih varian {{#language:{{CONTENTLANG}}}}\";'),('ace','messages:mobile-frontend-languages-404-desc','s:35:\"id:Judul yang valid harus spesifik.\";'),('ace','messages:mobile-frontend-languages-404-title','s:15:\"id:Galat bahasa\";'),('ace','messages:mobile-frontend-languages-header','s:9:\"id:Bahasa\";'),('ace','messages:mobile-frontend-languages-header-page','s:14:\"id:$1 - Bahasa\";'),('ace','messages:mobile-frontend-languages-nonexistent-title','s:26:\"id:Halaman \"$1\" tidak ada.\";'),('ace','messages:mobile-frontend-languages-text','s:45:\"id:$1 tersedia dalam $2 {{PLURAL:$2|bahasa}}.\";'),('ace','messages:mobile-frontend-languages-variant-header','s:39:\"id:varian {{#language:{{CONTENTLANG}}}}\";'),('ace','messages:mobile-frontend-last-modified-date','s:40:\"ace:Geuubah seuneulheuëh bak $1, poh $2\";'),('ace','messages:mobile-frontend-last-modified-days','s:50:\"id:Terakhir diubah {{PLURAL:$1|$1 hari}} yang lalu\";'),('ace','messages:mobile-frontend-last-modified-hours','s:49:\"id:Terakhir diubah {{PLURAL:$1|$1 jam}} yang lalu\";'),('ace','messages:mobile-frontend-last-modified-just-now','s:28:\"id:Terakhir diubah baru saja\";'),('ace','messages:mobile-frontend-last-modified-minutes','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 menit}} yang lalu\";'),('ace','messages:mobile-frontend-last-modified-months','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 bulan}} yang lalu\";'),('ace','messages:mobile-frontend-last-modified-seconds','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 detik}} yang lalu\";'),('ace','messages:mobile-frontend-last-modified-with-user-days','s:125:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 hari}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-with-user-hours','s:124:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 jam}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-with-user-just-now','s:94:\"id:[$3 Baru saja {{GENDER:$1|disunting}}] oleh {{PLURAL:$4|[$5 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-with-user-minutes','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 menit}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-with-user-months','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 bulan}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-with-user-seconds','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 detik}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-with-user-years','s:126:\"id:[$4 Terakhir {{GENDER:$1|disunting}} {{PLURAL:$3|$3 tahun}} yang lalu] oleh {{PLURAL:$5|[$6 $2]|0=seorang pengguna anonim}}\";'),('ace','messages:mobile-frontend-last-modified-years','s:51:\"id:Terakhir diubah {{PLURAL:$1|$1 tahun}} yang lalu\";'),('ace','messages:mobile-frontend-lead-image-tutorial-confirm','s:19:\"id:Mulai mengunggah\";'),('ace','messages:mobile-frontend-lead-image-tutorial-summary','s:155:\"id:Pastikan bahwa gambar Anda dapat membantu mengilustrasikan halaman. Gambar tersebut harus gambar yang Anda buat sendiri, yang tidak melanggar hak cipta.\";'),('ace','messages:mobile-frontend-loading-message','s:12:\"id:Memuat...\";'),('ace','messages:mobile-frontend-logged-in-homepage-notification','s:22:\"id:Selamat datang, $1!\";'),('ace','messages:mobile-frontend-logged-in-toast-notification','s:24:\"id:Masuk log sebagai $1.\";'),('ace','messages:mobile-frontend-logged-out','s:18:\"id:Belum masuk log\";'),('ace','messages:mobile-frontend-login','s:12:\"id:Masuk log\";'),('ace','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('ace','messages:mobile-frontend-main-menu-account-create','s:12:\"id:Buat akun\";'),('ace','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('ace','messages:mobile-frontend-main-menu-button-tooltip','s:21:\"ace:Peuhah menu utama\";'),('ace','messages:mobile-frontend-main-menu-featured','s:10:\"id:Pilihan\";'),('ace','messages:mobile-frontend-main-menu-login','s:11:\"ace:Tamöng\";'),('ace','messages:mobile-frontend-main-menu-logout','s:13:\"id:Keluar log\";'),('ace','messages:mobile-frontend-main-menu-nearby','s:12:\"ace:Silingka\";'),('ace','messages:mobile-frontend-main-menu-page-title','s:17:\"id:Navigasi situs\";'),('ace','messages:mobile-frontend-main-menu-settings','s:11:\"ace:Neuatô\";'),('ace','messages:mobile-frontend-main-menu-settings-heading','s:13:\"id:Pengaturan\";'),('ace','messages:mobile-frontend-main-menu-upload','s:9:\"id:Unggah\";'),('ace','messages:mobile-frontend-main-menu-watchlist','s:21:\"ace:Dapeuta keunalön\";'),('ace','messages:mobile-frontend-media-details','s:10:\"id:Rincian\";'),('ace','messages:mobile-frontend-media-license-link','s:20:\"id:Informasi lisensi\";'),('ace','messages:mobile-frontend-meta-data-issues','s:34:\"id:Keterangan \'tag\' di halaman ini\";'),('ace','messages:mobile-frontend-meta-data-issues-categories','s:23:\"id:Tentang kategori ini\";'),('ace','messages:mobile-frontend-meta-data-issues-header','s:6:\"id:Tag\";'),('ace','messages:mobile-frontend-meta-data-issues-header-talk','s:22:\"id:Tentang halaman ini\";'),('ace','messages:mobile-frontend-meta-data-issues-talk','s:34:\"id:Tentang halaman pembicaraan ini\";'),('ace','messages:mobile-frontend-missing-image','s:9:\"id:Gambar\";'),('ace','messages:mobile-frontend-nearby-distance','s:22:\"id:{{PLURAL:$1|$1 km}}\";'),('ace','messages:mobile-frontend-nearby-distance-meters','s:21:\"id:{{PLURAL:$1|$1 m}}\";'),('ace','messages:mobile-frontend-nearby-error','s:53:\"id:Fitur Sekitaran {{SITENAME}} ada beberapa masalah.\";'),('ace','messages:mobile-frontend-nearby-error-guidance','s:32:\"id:Cobalah perbarui lokasi Anda.\";'),('ace','messages:mobile-frontend-nearby-loading','s:38:\"id:Memuat topik di sekitar lokasi Anda\";'),('ace','messages:mobile-frontend-nearby-lookup-ui-error','s:68:\"id:Fitur Sekitaran {{SITENAME}} tidak tahu lokasi Anda... coba lagi?\";'),('ace','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:54:\"id:Coba ke area terbuka dengan sinyal yang lebih baik.\";'),('ace','messages:mobile-frontend-nearby-noresults','s:95:\"id:Di luar sana sepi... Tidak ada artikel lain tentang tempat di sekitaran Anda yang ditemukan.\";'),('ace','messages:mobile-frontend-nearby-noresults-guidance','s:88:\"id:Cobalah membuat sebuah halaman baru atau menambahkan lokasi ke halaman yang sudah ada\";'),('ace','messages:mobile-frontend-nearby-permission','s:77:\"id:Fitur Sekitaran {{SITENAME}} tidak dapat izin untuk mengakses lokasi Anda.\";'),('ace','messages:mobile-frontend-nearby-permission-guidance','s:125:\"id:Pastikan Anda memberikan izin untuk menunjukkan lokasi Anda. Anda mungkin perlu memeriksa pengaturan lokasi peramban Anda.\";'),('ace','messages:mobile-frontend-nearby-refresh','s:18:\"id:Perbarui lokasi\";'),('ace','messages:mobile-frontend-nearby-requirements','s:69:\"id:Maaf! Peramban Anda tidak mendukung fitur Sekitaran {{SITENAME}} .\";'),('ace','messages:mobile-frontend-nearby-requirements-guidance','s:92:\"id:Cobalah peramban yang lain atau mengaktifkan JavaScript jika Anda telah menonaktifkannya.\";'),('ace','messages:mobile-frontend-nearby-sectiontext','s:22:\"id:Sekitar halaman ini\";'),('ace','messages:mobile-frontend-nearby-title','s:12:\"id:Sekitaran\";'),('ace','messages:mobile-frontend-news-items','s:20:\"id:Dalam pemberitaan\";'),('ace','messages:mobile-frontend-opt-in-explain','s:139:\"id:Dengan bergabung dengan beta, Anda akan mendapatkan akses ke fitur-fitur eksperimental, namun dengan risiko menjumpai galat dan masalah.\";'),('ace','messages:mobile-frontend-overlay-close','s:8:\"id:Tutup\";'),('ace','messages:mobile-frontend-overlay-continue','s:12:\"id:Lanjutkan\";'),('ace','messages:mobile-frontend-page-edit-summary','s:53:\"id:<span><strong>Sunting ringkasan</strong> $1</span>\";'),('ace','messages:mobile-frontend-page-menu-contents','s:6:\"id:isi\";'),('ace','messages:mobile-frontend-page-menu-history','s:18:\"id:Versi terdahulu\";'),('ace','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ace','messages:mobile-frontend-pageaction-edit-tooltip','s:36:\"ace:Andam bagian ateuëh laman nyoë\";'),('ace','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"id:Unggah foto utama ke halaman ini.\";'),('ace','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ace','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ace','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('ace','messages:mobile-frontend-password','s:14:\"id:Kata sandi:\";'),('ace','messages:mobile-frontend-password-confirm-placeholder','s:19:\"id:Konfirmasi sandi\";'),('ace','messages:mobile-frontend-password-placeholder','s:13:\"id:Kata sandi\";'),('ace','messages:mobile-frontend-photo-article-donate-comment','s:43:\"id:Kirim gambar lewat Istimewa:Pengunggahan\";'),('ace','messages:mobile-frontend-photo-article-edit-comment','s:48:\"id:Tambahkan gambar untuk digunakan pada halaman\";'),('ace','messages:mobile-frontend-photo-caption-placeholder','s:40:\"id:Beri deskrisi gambar ini (diperlukan)\";'),('ace','messages:mobile-frontend-photo-licensing','s:90:\"id:Dengan mengunggah gambar ini, Anda setuju untuk melepas gambar Anda dibawah lisensi $1.\";'),('ace','messages:mobile-frontend-photo-licensing-with-terms','s:109:\"id:Dengan mengunggah gambar ini, Anda setuju pada $1 dan setuju untuk melepas gambar Anda dibawah lisensi $2.\";'),('ace','messages:mobile-frontend-photo-ownership','s:37:\"id:Saya, $1, yang membuat gambar ini.\";'),('ace','messages:mobile-frontend-photo-ownership-confirm','s:12:\"id:Mengerti!\";'),('ace','messages:mobile-frontend-photo-ownership-help','s:19:\"id:Apa artinya ini?\";'),('ace','messages:mobile-frontend-photo-submit','s:9:\"id:Unggah\";'),('ace','messages:mobile-frontend-photo-upload','s:34:\"id:Tambahkan gambar ke halaman ini\";'),('ace','messages:mobile-frontend-photo-upload-anon','s:61:\"id:Silakan masuk log untuk menambahkan gambar ke halaman ini.\";'),('ace','messages:mobile-frontend-photo-upload-comment','s:32:\"id:Menambahkan gambar ke halaman\";'),('ace','messages:mobile-frontend-photo-upload-copyvio','s:132:\"id:Peringatan! Foto ini terlihat mencurigakan. Jika bukan Anda yang membidiknya, mohon jangan diunggah. Anda tetap akan melanjutkan?\";'),('ace','messages:mobile-frontend-photo-upload-error','s:20:\"id:Galat, coba lagi.\";'),('ace','messages:mobile-frontend-photo-upload-error-file-type','s:33:\"id:Harap hanya mengunggah gambar.\";'),('ace','messages:mobile-frontend-photo-upload-error-filename','s:59:\"id:Galat, harap memberikan ringkasan yang lebih deskriptif.\";'),('ace','messages:mobile-frontend-photo-upload-generic','s:24:\"id:Sumbang sebuah gambar\";'),('ace','messages:mobile-frontend-photo-upload-invalid-user','s:33:\"id:Pengguna \"$1\" belum terdaftar.\";'),('ace','messages:mobile-frontend-photo-upload-success-article','s:62:\"id:Berhasil! Gambar Anda sekarang telah tampil di halaman ini.\";'),('ace','messages:mobile-frontend-photo-upload-unavailable','s:53:\"id:Peramban Anda tidak mendukung pengunggahan gambar.\";'),('ace','messages:mobile-frontend-photo-upload-user-count','s:41:\"id:{{PLURAL:$1|<span>$1</span> unggahan}}\";'),('ace','messages:mobile-frontend-photo-upload-user-count-over-limit','s:16:\"id:500+ unggahan\";'),('ace','messages:mobile-frontend-placeholder','s:21:\"ace:Mita {{SITENAME}}\";'),('ace','messages:mobile-frontend-placeholder-alpha','s:39:\"id:Cari di {{SITENAME}} (Eksperimental)\";'),('ace','messages:mobile-frontend-placeholder-app','s:33:\"id:Cari di {{SITENAME}} (Web App)\";'),('ace','messages:mobile-frontend-placeholder-beta','s:30:\"id:Cari di {{SITENAME}} (Beta)\";'),('ace','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ace','messages:mobile-frontend-privacy-link-text','s:10:\"ace:Rahsia\";'),('ace','messages:mobile-frontend-profile-activity-heading','s:20:\"id:Aktivitas terkini\";'),('ace','messages:mobile-frontend-profile-error','s:12:\"id:Oh tidak!\";'),('ace','messages:mobile-frontend-profile-footer-ancient','s:138:\"id:Membuat [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('ace','messages:mobile-frontend-profile-footer-days','s:179:\"id:Bergabung {{PLURAL:$2|$2 hari}} yang lalu dengan [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('ace','messages:mobile-frontend-profile-footer-months','s:191:\"id:Bergabung lebih dari {{PLURAL:$2|$2 bulan}} yang lalu dengan [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('ace','messages:mobile-frontend-profile-footer-years','s:191:\"id:Bergabung lebih dari {{PLURAL:$2|$2 tahun}} yang lalu dengan [[Special:Contributions/$1|{{PLURAL:$3|$3 suntingan}}]] dan [[Special:Uploads/$1|{{PLURAL:$4|$4 unggahan|500=500+ unggahan}}]].\";'),('ace','messages:mobile-frontend-profile-last-edit','s:96:\"id:{{GENDER:$3|Menyunting}} halaman [[:$1]], {{PLURAL:$2|kemarin|$2 hari yang lalu|0=hari ini}}.\";'),('ace','messages:mobile-frontend-profile-last-thank','s:86:\"id:Ucapan {{GENDER:$2|terima kasih}} {{GENDER:$1|dari}} [[Special:UserProfile/$1|$1]].\";'),('ace','messages:mobile-frontend-profile-noargs','s:89:\"id:Nama pengguna tidak diberikan. Silakan masukkan nama pengguna untuk melihat profilnya.\";'),('ace','messages:mobile-frontend-profile-nouser','s:142:\"id:Tidak ada pengguna dengan nama demikian. Nama pengguna dibedakan huruf kapitalnya, harap periksa kembali apakah sudah diketik dengan benar.\";'),('ace','messages:mobile-frontend-profile-title','s:18:\"id:Profil pengguna\";'),('ace','messages:mobile-frontend-profile-userpage-link','s:43:\"id:Kunjungi halaman {{GENDER:$1|pengguna}}.\";'),('ace','messages:mobile-frontend-profile-usertalk','s:18:\"ace:Marit ngön $1\";'),('ace','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ace','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ace','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ace','messages:mobile-frontend-random-button','s:15:\"ace:Beurangkari\";'),('ace','messages:mobile-frontend-references-citation','s:10:\"id:Kutipan\";'),('ace','messages:mobile-frontend-regular-site','s:38:\"ace:Eu on nyoe bak {{SITENAME}} biyasa\";'),('ace','messages:mobile-frontend-requires-mobile','s:106:\"id:Halaman ini tidak tersedia dalam tampilan PC. Silakan klik pranala tampilan HP di bagian bawah halaman.\";'),('ace','messages:mobile-frontend-requires-optin','s:154:\"id:Halaman ini tidak tersedia kecuali Anda ikut serta ke dalam mode beta kami. Kunjungi [[Special:MobileOptions|halaman pengaturan]] untuk ikut mode beta.\";'),('ace','messages:mobile-frontend-requires-title','s:25:\"id:Halaman tidak tersedia\";'),('ace','messages:mobile-frontend-save-error','s:75:\"id:Galat menyimpan pengaturan. Pastikan bahwa Anda telah mengaktifkan kuki.\";'),('ace','messages:mobile-frontend-save-settings','s:9:\"id:Simpan\";'),('ace','messages:mobile-frontend-saving-exit-page','s:136:\"id:Kontribusi Anda sedang disimpan. Jika Anda meninggalkan halaman ini maka kontribusi Anda akan hilang. Apakah Anda yakin ingin keluar?\";'),('ace','messages:mobile-frontend-search-content','s:20:\"id:Cari pada halaman\";'),('ace','messages:mobile-frontend-search-content-no-results','s:90:\"id:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' untuk menemukan ungkapan ini di mana saja.\";'),('ace','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ace','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ace','messages:mobile-frontend-search-no-results','s:38:\"id:Tidak ada halaman dengan judul ini.\";'),('ace','messages:mobile-frontend-search-submit','s:9:\"ace:Jak u\";'),('ace','messages:mobile-frontend-settings-alpha','s:21:\"id:Mode eksperimental\";'),('ace','messages:mobile-frontend-settings-alpha-description','s:155:\"id:Masuk ke wilayah seluler yang berbahaya dan belum dieksplorasi. Dapatkan fitur yang lebih eksperimental, tapi dengan lebih banyak kemungkinan kesalahan.\";'),('ace','messages:mobile-frontend-settings-beta','s:7:\"id:Beta\";'),('ace','messages:mobile-frontend-settings-images-explain','s:53:\"id:Muat semua konten gambar yang muncul pada halaman.\";'),('ace','messages:mobile-frontend-settings-site-description','s:101:\"id:{{SITENAME}} tersedia dalam $1 {{PLURAL:$1|bahasa}}. Semua versi yang tersedia disebutkan di bawah\";'),('ace','messages:mobile-frontend-settings-site-header','s:22:\"id:{{SITENAME}} Bahasa\";'),('ace','messages:mobile-frontend-sign-in-error-heading','s:7:\"id:Ups!\";'),('ace','messages:mobile-frontend-sign-in-heading','s:12:\"id:Masuk log\";'),('ace','messages:mobile-frontend-sign-in-why','s:75:\"id:Jika Anda memiliki akun {{SITENAME}}, Anda dapat masuk log di bawah ini.\";'),('ace','messages:mobile-frontend-sign-up-heading','s:9:\"id:Daftar\";'),('ace','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:32:\"id:Apa yang ada di pikiran Anda?\";'),('ace','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:15:\"id:Subyek topik\";'),('ace','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"id:Tambahkan diskusi\";'),('ace','messages:mobile-frontend-talk-back-to-filepage','s:26:\"id:Kembali ke berkas \"$1\".\";'),('ace','messages:mobile-frontend-talk-back-to-page','s:27:\"id:Kembali ke halaman \"$1\".\";'),('ace','messages:mobile-frontend-talk-back-to-projectpage','s:36:\"id:Kembali kehalaman Wikipedia \"$1\".\";'),('ace','messages:mobile-frontend-talk-back-to-userpage','s:49:\"id:Kembali kehalaman pengguna \"{{GENDER:$1|$1}}\".\";'),('ace','messages:mobile-frontend-talk-edit-summary','s:30:\"id:Bagian pembicaraan baru: $1\";'),('ace','messages:mobile-frontend-talk-explained','s:34:\"id:Percakapan berikut sedang aktif\";'),('ace','messages:mobile-frontend-talk-explained-empty','s:44:\"id:Tidak ada percakapan tentang halaman ini.\";'),('ace','messages:mobile-frontend-talk-fullpage','s:28:\"id:Baca sebagai halaman wiki\";'),('ace','messages:mobile-frontend-talk-overlay-header','s:14:\"id:Pembicaraan\";'),('ace','messages:mobile-frontend-talk-overlay-lead-header','s:25:\"id:Pembicaraan tanpa nama\";'),('ace','messages:mobile-frontend-talk-reply','s:8:\"id:Balas\";'),('ace','messages:mobile-frontend-talk-reply-info','s:87:\"id:Catatan: balasan Anda akan secara otomatis ditandatangani dengan nama pengguna Anda.\";'),('ace','messages:mobile-frontend-talk-reply-success','s:57:\"id:Balasan Anda berhasil disimpan di halaman pembicaraan.\";'),('ace','messages:mobile-frontend-talk-topic-error','s:67:\"id:Topik tidak dapat ditambahkan karena galat yang tidak diketahui.\";'),('ace','messages:mobile-frontend-talk-topic-error-badtoken','s:105:\"id:Terjadi kesalahan pada server. Hasil suntingan anda tidak bisa di simpan. Coba muat ulang halaman ini.\";'),('ace','messages:mobile-frontend-talk-topic-error-permission','s:84:\"id:Tidak dapat menambahkan topik. Anda tidak memiliki izin untuk menyunting halaman.\";'),('ace','messages:mobile-frontend-talk-topic-error-protected','s:82:\"id:Halaman pembicaraan terkunci, Anda tidak memiliki izin untuk menambahkan topik.\";'),('ace','messages:mobile-frontend-talk-topic-error-spam','s:46:\"id:Topik ditolak karena mengandung unsur spam.\";'),('ace','messages:mobile-frontend-talk-topic-feedback','s:49:\"id:Topik baru ditambahkan di halaman pembicaraan!\";'),('ace','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ace','messages:mobile-frontend-terms-text','s:12:\"ace:Kri Ngui\";'),('ace','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ace','messages:mobile-frontend-thanked-notice','s:70:\"id:$1 telah diberitahu bahwa Anda menyukai {{GENDER:$2|suntingannya}}.\";'),('ace','messages:mobile-frontend-user-account','s:16:\"id:akun pengguna\";'),('ace','messages:mobile-frontend-user-button-tooltip','s:31:\"id:Tampilkan pemberitahuan saya\";'),('ace','messages:mobile-frontend-user-cta','s:69:\"id:Silakan masuk log atau mendaftar untuk melihat pemberitahuan Anda.\";'),('ace','messages:mobile-frontend-user-newmessages','s:55:\"id:Anda memiliki pesan baru di halaman pembicaraan Anda\";'),('ace','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"id:Anda telah masuk sebagai {{GENDER:$1|$1}}.\nGunakan form di bawah untuk membuat user lain.\";'),('ace','messages:mobile-frontend-username','s:17:\"id:Nama pengguna:\";'),('ace','messages:mobile-frontend-username-placeholder','s:16:\"id:Nama pengguna\";'),('ace','messages:mobile-frontend-view','s:22:\"ace:Seuneudeuh seluler\";'),('ace','messages:mobile-frontend-view-desktop','s:12:\"ace:Komputer\";'),('ace','messages:mobile-frontend-view-mobile','s:11:\"ace:Seluler\";'),('ace','messages:mobile-frontend-view-source','s:15:\"id:Lihat sumber\";'),('ace','messages:mobile-frontend-watch-login','s:41:\"id:Tambahkan $1 pada daftar pantauan Anda\";'),('ace','messages:mobile-frontend-watchlist-a-z','s:9:\"id:Daftar\";'),('ace','messages:mobile-frontend-watchlist-a-z-empty-howto','s:176:\"id:Anda tidak memantau halaman apa pun. Daftar pantauan membantu mendaftarkan halaman-halaman yang menarik bagi Anda. Anda dapat memantau halaman dengan menekan simbol bintang.\";'),('ace','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:21:\"id:Klik tanda bintang\";'),('ace','messages:mobile-frontend-watchlist-add','s:41:\"id:Ditambahkan $1 ke daftar pantauan Anda\";'),('ace','messages:mobile-frontend-watchlist-back-home','s:21:\"id:Kembali ke beranda\";'),('ace','messages:mobile-frontend-watchlist-cta','s:40:\"id:Lacak halaman dan semua perubahannya.\";'),('ace','messages:mobile-frontend-watchlist-cta-button-login','s:12:\"id:Masuk log\";'),('ace','messages:mobile-frontend-watchlist-cta-button-signup','s:9:\"id:Daftar\";'),('ace','messages:mobile-frontend-watchlist-error','s:60:\"id:Ada masalah untuk melihat halaman ini. Silakan coba lagi.\";'),('ace','messages:mobile-frontend-watchlist-feed','s:9:\"id:Diubah\";'),('ace','messages:mobile-frontend-watchlist-feed-empty','s:46:\"id:Tidak ada halaman dengan perubahan terbaru.\";'),('ace','messages:mobile-frontend-watchlist-filter-all','s:8:\"id:Semua\";'),('ace','messages:mobile-frontend-watchlist-filter-articles','s:10:\"id:Halaman\";'),('ace','messages:mobile-frontend-watchlist-filter-other','s:10:\"id:Lainnya\";'),('ace','messages:mobile-frontend-watchlist-filter-talk','s:14:\"id:Pembicaraan\";'),('ace','messages:mobile-frontend-watchlist-login-action','s:30:\"id:Masuk log untuk melihatnya.\";'),('ace','messages:mobile-frontend-watchlist-more','s:10:\"id:lainnya\";'),('ace','messages:mobile-frontend-watchlist-please-wait','s:58:\"id:Harap tunggu, ternyata lebih lama dari yang diharapkan.\";'),('ace','messages:mobile-frontend-watchlist-purpose','s:75:\"id:Daftar pantauan membantu Anda menandai halaman dan melacak perubahannya.\";'),('ace','messages:mobile-frontend-watchlist-removed','s:39:\"id:Dihapus $1 dari daftar pantauan Anda\";'),('ace','messages:mobile-frontend-watchlist-signup-action','s:39:\"id:Mendaftar untuk memulainya sekarang.\";'),('ace','messages:mobile-frontend-watchlist-view','s:29:\"id:Lihat daftar pantauan Anda\";'),('ace','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ace','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ace','messages:modeleditnotsupported-text','s:53:\"id:Penyuntingan tidak didukung untuk model konten $1.\";'),('ace','messages:modeleditnotsupported-title','s:30:\"id:Penyuntingan tidak didukung\";'),('ace','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ace','messages:modifiedarticleprotection-comment','s:60:\"id:{{GENDER:$2|Mengubah}} tingkat perlindungan pada \"[[$1]]\"\";'),('ace','messages:mon','s:8:\"ace:Seun\";'),('ace','messages:monday','s:13:\"ace:Seunanyan\";'),('ace','messages:monday-at','s:17:\"id:Senin pukul $1\";'),('ace','messages:month','s:42:\"ace:Mula phôn buleuen (ngön sigohlomjih)\";'),('ace','messages:months','s:34:\"id:{{PLURAL:$1|$1 bulan|$1 bulan}}\";'),('ace','messages:monthsall','s:11:\"ace:ban dum\";'),('ace','messages:moredotdotdot','s:10:\"ace:Lom...\";'),('ace','messages:morelinkstoimage','s:68:\"id:Lihat [[Special:WhatLinksHere/$1|pranala lainnya]] ke berkas ini.\";'),('ace','messages:morenotlisted','s:37:\"ace:Dapeuta nyoe kadang hana leungkap\";'),('ace','messages:mostcategories','s:35:\"ace:Seunurat ngön kawan paléng le\";'),('ace','messages:mostcategories-summary','s:3:\"en:\";'),('ace','messages:mostimages','s:42:\"ace:Beureukah nyang paléng kayém geunguy\";'),('ace','messages:mostimages-summary','s:3:\"en:\";'),('ace','messages:mostinterwikis','s:37:\"id:Halaman dengan interwiki terbanyak\";'),('ace','messages:mostinterwikis-summary','s:3:\"en:\";'),('ace','messages:mostlinked','s:38:\"ace:Laman nyang paléng kayém geutuju\";'),('ace','messages:mostlinked-summary','s:3:\"en:\";'),('ace','messages:mostlinkedcategories','s:38:\"ace:Kawan nyang paléng kayém geutuju\";'),('ace','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ace','messages:mostlinkedtemplates','s:40:\"ace:Templat nyang paléng kayém geutuju\";'),('ace','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ace','messages:mostrevisions','s:32:\"ace:Ôn ngön neuubah paléng le\";'),('ace','messages:mostrevisions-summary','s:3:\"en:\";'),('ace','messages:move','s:11:\"ace:Pupinah\";'),('ace','messages:move-leave-redirect','s:30:\"ace:Peuduek peuninah di likôt\";'),('ace','messages:move-over-sharedrepo','s:112:\"id:[[:$1]] sudah tersedia pada penyimpanan bersama. Memindahkan berkas ke judul ini akan menimpa berkas bersama.\";'),('ace','messages:move-page','s:15:\"id:Pindahkan $1\";'),('ace','messages:move-page-legend','s:17:\"ace:Pupinah laman\";'),('ace','messages:move-redirect-text','s:3:\"en:\";'),('ace','messages:move-subpages','s:35:\"id:Pindahkan subhalaman (sampai $1)\";'),('ace','messages:move-talk-subpages','s:53:\"id:Pindahkan semua subhalaman pembicaraan (sampai $1)\";'),('ace','messages:move-watch','s:22:\"ace:Kalön laman nyoë\";'),('ace','messages:movecategorypage-warning','s:222:\"id:<strong>Peringatan:</strong> Anda akan memindahkan halaman kategori. Perlu diketahui bahwa hanya halaman yang akan dipindahkan dan setiap halaman dalam kategori lama <em>tidak</em> akan dikategorikan ulang ke yang baru.\";'),('ace','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ace','messages:moveddeleted-notice','s:111:\"ace:Ôn nyoe ka geusampôh.\nLog seunampôh, neulindông ngön peuninah keu ôn nyoe na di yup nyoe keu catatan.\";'),('ace','messages:moveddeleted-notice-recent','s:168:\"id:Maaf, halaman ini baru saja dihapus (dalam rentang waktu 24 jam).\nLog penghapusan, perlindungan, dan pemindahan halaman tersebut tersedia di bawah sebagai referensi.\";'),('ace','messages:movelogpage','s:13:\"ace:Log pinah\";'),('ace','messages:movelogpagetext','s:46:\"id:Di bawah ini adalah log pemindahan halaman.\";'),('ace','messages:movenologintext','s:121:\"id:Anda harus menjadi pengguna terdaftar dan telah [[Special:UserLogin|masuk log]] untuk dapat memindahkan suatu halaman.\";'),('ace','messages:movenosubpage','s:39:\"id:Halaman ini tak memiliki subhalaman.\";'),('ace','messages:movenotallowed','s:41:\"ace:Droeneuh hana idin keu neupinah laman\";'),('ace','messages:movenotallowedfile','s:50:\"id:Anda tak memiliki hak untuk memindahkan berkas.\";'),('ace','messages:movepage-delete-first','s:163:\"id:Halaman target punya terlalu banyak revisi untuk dihapus sebagai bagian dari pemindahan halaman. Mohon hapus halaman tersebut secara manual, kemudian coba lagi.\";'),('ace','messages:movepage-invalid-target-title','s:33:\"id:Nama yang diminta tidak valid.\";'),('ace','messages:movepage-max-pages','s:129:\"id:Sejumlah maksimum $1 {{PLURAL:$1|halaman|halaman}} telah dipindahkan dan tidak ada lagi yang akan dipindahkan secara otomatis.\";'),('ace','messages:movepage-moved','s:37:\"ace:\'\'\'\"$1\" ka geupeupinah u \"$2\".\'\'\'\";'),('ace','messages:movepage-moved-noredirect','s:27:\"id:Pengalihan tidak dibuat.\";'),('ace','messages:movepage-moved-redirect','s:35:\"id:Halaman pengalihan telah dibuat.\";'),('ace','messages:movepage-page-exists','s:64:\"id:Halaman $1 telah ada dan tidak dapat ditimpa secara otomatis.\";'),('ace','messages:movepage-page-moved','s:38:\"id:Halaman $1 telah dipindahkan ke $2.\";'),('ace','messages:movepage-page-unmoved','s:44:\"id:Halaman $1 tidak dapat dipindahkan ke $2.\";'),('ace','messages:movepage-source-doesnt-exist','s:52:\"id:Halaman $1 tidak ada dan tidak dapat dipindahkan.\";'),('ace','messages:movepage-summary','s:3:\"en:\";'),('ace','messages:movepagebtn','s:17:\"ace:Pupinah laman\";'),('ace','messages:movepagetalktext','s:318:\"ace:Ôn peugah haba nyang na hubôngan euntreuk teupinah keudroë \'\'\'keucuali meunyo:\'\'\'\n\n*Saboh ôn peugah haba nyang hana soh ka na di yup nan barô, atawa\n*Droëneuh hana neubôh tanda cunténg bak kutak di yup nyoë\n\nLam masalah nyoë, meunyo neuhawa, Droëneuh jeuët neupeupinah atawa neupeugabông ôn keudroë.\";'),('ace','messages:movepagetext','s:965:\"ace:Formulir di yup nyoë geunguy keu jak ubah nan saboh ôn ngön jak peupinah ban dum data riwayat u nan barô. Nan nyang trép euntreuk jeuët keu ôn peupinah u nan nyang barô. Hubông u nan trép hana meu’ubah. Neupeupaseuti keu neupréksa peuninah ôn nyang reulöh atawa meuganda lheuëh neupinah. Droëneuh nyang mat tanggông jaweuëb keu neupeupaseuti meunyo hubông laju teusambông u ôn nyang patôt.\n\nBeu neuingat that meunyo ôn \'\'\'h’an\'\'\' jan geupeupinah meunyo ka na ôn nyang geunguy nan barô, keucuali meunyo ôn nyan soh atawa nakeuh ôn peuninah ngön hana riwayat andam. Nyoë areutijih Droëneuh jeuët neu’ubah nan ôn keulayi lagèë söt meunyo Droëneuh neupeugöt seunalah, ngön Droëneuh h‘an jeuët neutimpa ôn nyang ka na.\n\'\'\'INGAT\'\'\'\nNyoë jeuët geupeuakébat neu’ubah nyang h’an neuduga ngön kreuëh ngön bacah keu ôn nyang meuceuhu. Neupeupaseuti Droëneuh meuphôm akébat nibak buët nyoë sigohlom neulanjut.\";'),('ace','messages:movepagetext-noredirectfixer','s:959:\"id:Formulir di bawah ini digunakan untuk mengubah nama suatu halaman dan memindahkan semua data sejarah ke nama baru.\nJudul yang lama akan menjadi halaman peralihan menuju judul yang baru.\nPastikan untuk memeriksa pengalihan [[Special:DoubleRedirects|ganda]] atau [[Special:BrokenRedirects|rusak]].\nAnda bertanggung jawab untuk memastikan bahwa pranala terus menyambung ke halaman yang seharusnya.\n\nPerhatikan bahwa halaman \'\'\'tidak\'\'\' akan dipindah apabila telah ada halaman yang menggunakan judul yang baru, kecuali bila halaman tersebut kosong atau merupakan halaman peralihan dan tidak mempunyai sejarah penyuntingan.\nIni berarti Anda dapat mengubah nama halaman kembali seperti semula apabila Anda membuat kesalahan, dan Anda tidak dapat menimpa halaman yang telah ada.\n\n\'\'\'Catatan:\'\'\'\nHal ini dapat mengakibatkan perubahan yang tak terduga dan drastis bagi halaman yang populer;\nPastikan Anda mengerti konsekuensi dari perbuatan ini sebelum melanjutkan.\";'),('ace','messages:movepagetext-noredirectsupport','s:636:\"id:Menggunakan formulir di bawah ini akan mengubah nama halaman, memindahkan semua riwayatnya ke nama baru. Anda bertanggung jawab untuk memastikan bahwa pranala akan mengarah ke halaman seharusnya.\n\nPerhatikan bahwa halaman tersebut <strong>tidak</strong> akan dipindahkan jika sudah ada halaman di judul baru. Ini berarti Anda dapat mengganti nama halaman kembali ke tempat namanya diubah jika Anda melakukan kesalahan, dan Anda tidak dapat menimpa halaman yang sudah ada.\n\n<strong>Catatan:</strong>\nIni dapatmenjadi perubahan drastis dan tidak terduga untuk halaman populer; pastikan Anda memahami konsekuensinya sebelum melanjutkan.\";'),('ace','messages:movereason','s:11:\"ace:Alasan:\";'),('ace','messages:movesubpage','s:38:\"id:{{PLURAL:$1|Subhalaman|Subhalaman}}\";'),('ace','messages:movesubpagetalktext','s:105:\"id:Halaman pembicaraan terkait mempunyai $1 {{PLURAL:$1|subhalaman|subhalaman}} yang tampil di bawah ini.\";'),('ace','messages:movesubpagetalktext-truncated','s:99:\"id:$1 {{PLURAL:$1|subhalaman}} pertama untuk halaman pembicaraan bersangkutan ditunjukkan di bawah.\";'),('ace','messages:movesubpagetext','s:91:\"id:Halaman ini memiliki $1 {{PLURAL:$1|subhalaman|subhalaman}} seperti ditampilkan berikut.\";'),('ace','messages:movesubpagetext-truncated','s:78:\"id:$1 {{PLURAL:$1|subhalaman}} pertama untuk halaman ini ditunjukkan di bawah.\";'),('ace','messages:movetalk','s:39:\"ace:Pupinah ôn marit nyang meuhubông.\";'),('ace','messages:movethispage','s:23:\"ace:Pupinah laman nyoë\";'),('ace','messages:moveuserpage-warning','s:165:\"id:\'\'\'Peringatan:\'\'\' Anda tengah memindahkan halaman pengguna. Perlu diketahui bahwa hanya halaman yang akan dipindahkan namun pengguna \'\'tidak akan\'\' berganti nama.\";'),('ace','messages:mute-preferences','s:18:\"id:Preferensi bisu\";'),('ace','messages:mw-widgets-abandonedit','s:95:\"id:Apakah Anda yakin ingin meninggalkan mode penyuntingan tanpa menerbitkannya terlebih dahulu?\";'),('ace','messages:mw-widgets-abandonedit-discard','s:18:\"id:Buang suntingan\";'),('ace','messages:mw-widgets-abandonedit-keep','s:17:\"ace:Peusaneut lom\";'),('ace','messages:mw-widgets-abandonedit-title','s:21:\"id:Apakah Anda yakin?\";'),('ace','messages:mw-widgets-categoryselector-add-category-placeholder','s:28:\"id:Tambah sebuah kategori...\";'),('ace','messages:mw-widgets-copytextlayout-copy','s:8:\"id:Salin\";'),('ace','messages:mw-widgets-copytextlayout-copy-fail','s:32:\"id:Gagal menyalin ke papan klip.\";'),('ace','messages:mw-widgets-copytextlayout-copy-success','s:25:\"id:Disalin ke papan klip.\";'),('ace','messages:mw-widgets-dateinput-no-date','s:34:\"id:Tanggal tidak ada yang terpilih\";'),('ace','messages:mw-widgets-dateinput-placeholder-day','s:13:\"id:TTTT-BB-HH\";'),('ace','messages:mw-widgets-dateinput-placeholder-month','s:10:\"id:TTTT-BB\";'),('ace','messages:mw-widgets-mediasearch-input-placeholder','s:15:\"ace:Mita mèdia\";'),('ace','messages:mw-widgets-mediasearch-noresults','s:29:\"id:Tidak ada hasil ditemukan.\";'),('ace','messages:mw-widgets-mediasearch-recent-uploads','s:38:\"id:Unggahan terbaru {{GENDER:$1|Anda}}\";'),('ace','messages:mw-widgets-mediasearch-results-aria-label','s:24:\"id:Hasil pencarian media\";'),('ace','messages:mw-widgets-table-row-delete','s:14:\"id:Hapus baris\";'),('ace','messages:mw-widgets-tagmultiselect-placeholder','s:28:\"id:Tambahkan lebih banyak...\";'),('ace','messages:mw-widgets-titleinput-description-new-page','s:20:\"id:halaman belum ada\";'),('ace','messages:mw-widgets-titleinput-description-redirect','s:20:\"id:mengalihkan ke $1\";'),('ace','messages:mw-widgets-titlesmultiselect-placeholder','s:28:\"id:Tambahkan lebih banyak...\";'),('ace','messages:mw-widgets-usersmultiselect-placeholder','s:28:\"id:Tambahkan lebih banyak...\";'),('ace','messages:mycontris','s:14:\"ace:Peuneugöt\";'),('ace','messages:mycustomcssprotected','s:47:\"ace:Droeneuh hana hak keu neuubah ôn CSS nyoe.\";'),('ace','messages:mycustomjsonprotected','s:62:\"id:Anda tidak memiliki izin untuk menyunting halaman JSON ini.\";'),('ace','messages:mycustomjsprotected','s:55:\"ace:Droeneuh hana idin keu neuubah ôn JavaScript nyoe.\";'),('ace','messages:mycustomjsredirectprotected','s:155:\"id:Anda tidak memiliki hak akses untuk menyunting halaman JavaScript karena merupakan halaman pengalihan dan tidak mengarah ke dalam halaman pengguna Anda.\";'),('ace','messages:mypage','s:7:\"ace:Ôn\";'),('ace','messages:mypreferences','s:8:\"ace:Atô\";'),('ace','messages:mypreferencesprotected','s:54:\"ace:Droeneuh hana izin keu neuandam geunalak droeneuh.\";'),('ace','messages:myprivateinfoprotected','s:68:\"id:Anda tidak memiliki izin untuk menyunting informasi pribadi Anda.\";'),('ace','messages:mytalk','s:9:\"ace:Marit\";'),('ace','messages:mywatchlist','s:13:\"ace:Keunalön\";'),('ace','messages:namespace','s:18:\"ace:Ruweuëng nan:\";'),('ace','messages:namespace-nosubpages','s:48:\"id:Ruang nama \"$1\" tidak mengizinkan subhalaman.\";'),('ace','messages:namespace_association','s:28:\"ace:Ruweuëng nan meuhubông\";'),('ace','messages:namespaceprotected','s:79:\"id:Anda tak memiliki hak akses untuk menyunting halaman di ruang nama \'\'\'$1\'\'\'.\";'),('ace','messages:namespaces','s:16:\"ace:Ruweueng nan\";'),('ace','messages:namespacesall','s:11:\"ace:ban dum\";'),('ace','messages:nav-login-createaccount','s:26:\"ace:Tamöng / peugöt akun\";'),('ace','messages:navigation','s:12:\"ace:Keumudoe\";'),('ace','messages:navigation-heading','s:12:\"ace:Keumudoe\";'),('ace','messages:nbytes','s:24:\"ace:$1 {{PLURAL:$1|bit}}\";'),('ace','messages:ncategories','s:37:\"id:$1 {{PLURAL:$1|kategori|kategori}}\";'),('ace','messages:nchanges','s:28:\"ace:$1 {{PLURAL:$1|neuubah}}\";'),('ace','messages:nearby','s:25:\"id:Artikel sekitaran Anda\";'),('ace','messages:negative-namespace-not-supported','s:49:\"id:Ruangnama dengan nilai negatif tidak didukung.\";'),('ace','messages:newarticle','s:11:\"ace:(Barô)\";'),('ace','messages:newarticletext','s:242:\"ace:Droeneuh ka neuseutöt peunawôt u ôn nyang goh na.\nKeu neupeugöt ôn nyan, neukeutik lam plôk di yup (eu [$1 ôn beunantu] keu haba leubèh le).\nMeunyö droeneuh trôk keunoe hana neusaja, neuteugön \'\'\'riwang\'\'\' bak browser droeneuh.\";'),('ace','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ace','messages:newimages','s:19:\"ace:Beureukah barô\";'),('ace','messages:newimages-hidepatrolled','s:44:\"id:Sembunyikan unggahan yang telah dipatroli\";'),('ace','messages:newimages-legend','s:12:\"id:Penyaring\";'),('ace','messages:newimages-mediatype','s:14:\"id:Tipe media:\";'),('ace','messages:newimages-showbots','s:30:\"id:Tampilkan unggahan oleh bot\";'),('ace','messages:newimages-summary','s:74:\"id:Halaman istimewa berikut menampilkan daftar berkas yang terakhir dimuat\";'),('ace','messages:newimages-user','s:31:\"id:Alamat IP atau nama pengguna\";'),('ace','messages:newimagestext','s:4:\"en:-\";'),('ace','messages:newmessagesdifflinkplural','s:51:\"ace:{{PLURAL:$1|neuubah|999=neuubah}} seuneulheuëh\";'),('ace','messages:newmessageslinkplural','s:53:\"ace:{{PLURAL:$1|saboh peusan barô|999=peusan barô}}\";'),('ace','messages:newpage','s:13:\"ace:Ôn barô\";'),('ace','messages:newpageletter','s:5:\"ace:B\";'),('ace','messages:newpages','s:13:\"ace:Ôn barô\";'),('ace','messages:newpages-showhide-bots','s:9:\"id:$1 bot\";'),('ace','messages:newpages-showhide-patrolled','s:26:\"id:$1 suntingan terpatroli\";'),('ace','messages:newpages-showhide-redirect','s:16:\"id:$1 pengalihan\";'),('ace','messages:newpages-showhide-registered','s:24:\"id:$1 pengguna terdaftar\";'),('ace','messages:newpages-submit','s:12:\"id:Tampilkan\";'),('ace','messages:newpages-summary','s:3:\"en:\";'),('ace','messages:newpages-username','s:18:\"ace:Ureuëng ngui:\";'),('ace','messages:newpassword','s:26:\"ace:Lageuëm rahsia barô:\";'),('ace','messages:newsection','s:14:\"id:Bagian baru\";'),('ace','messages:newsection-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:newsection-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:newsection-summary','s:3:\"en:\";'),('ace','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ace','messages:newsectionsummary','s:26:\"ace:/* $1 */ bideung barô\";'),('ace','messages:newtitle','s:14:\"ace:Nan barô:\";'),('ace','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ace','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ace','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ace','messages:newuserlogpage','s:23:\"ace:Ureuëng ngui barô\";'),('ace','messages:newuserlogpagetext','s:52:\"id:Di bawah ini adalah log pendaftaran pengguna baru\";'),('ace','messages:newwindow','s:30:\"ace:(peuhah bak tingkap barô)\";'),('ace','messages:next','s:9:\"ace:u keu\";'),('ace','messages:next-page','s:22:\"id:halaman selanjutnya\";'),('ace','messages:nextdiff','s:31:\"ace:Geunantoë lheuëh nyan →\";'),('ace','messages:nextn','s:33:\"ace:{{PLURAL:$1|$1}} lheuëh nyan\";'),('ace','messages:nextn-title','s:39:\"ace:$1 {{PLURAL:$1|hasé}} lheuëh nyan\";'),('ace','messages:nextpage','s:27:\"ace:Laman lheuëh nyan ($1)\";'),('ace','messages:nextrevision','s:30:\"ace:Geunantoë lheuëh nyan→\";'),('ace','messages:nimagelinks','s:50:\"id:Digunakan pada $1 {{PLURAL:$1|halaman|halaman}}\";'),('ace','messages:ninterwikis','s:39:\"id:$1 {{PLURAL:$1|interwiki|interwiki}}\";'),('ace','messages:nlinks','s:36:\"ace:$1 {{PLURAL:$1|hubông|hubông}}\";'),('ace','messages:nmembers','s:32:\"ace:$1 {{PLURAL:$1|asoë|asoë}}\";'),('ace','messages:nmemberschanged','s:42:\"id:$1 → $2 {{PLURAL:$2|anggota|anggota}}\";'),('ace','messages:no-null-revision','s:57:\"ace:H\'an jeuet peugöt revisi null barô keu halaman \"$1\"\";'),('ace','messages:noarticletext','s:325:\"ace:Hana naseukah jinoe lam ôn nyoe.\nDroeneuh jeuet [[Special:Search/{{PAGENAME}}|neuseutöt nan ôn nyoe]] bak ôn-ôn nyang laén, <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} neuseutöt log nyang na hubôngan], atawa [{{fullurl:{{FULLPAGENAME}}|action=edit}} neupeugöt ôn nyoë]</span>.\";'),('ace','messages:noarticletext-nopermission','s:297:\"ace:Hana asoe bak ôn nyoe jinoe.\nDroeneuh jeuet [[Special:Search/{{PAGENAME}}|neumita keu nan ôn nyoe]] bak ôn-ôn laén,\natawa <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} neumita log nyang na meuhubông]</span>, tapi Droeneuh hana idin keu neupeugöt ôn nyoe\";'),('ace','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ace','messages:noautoblockblock','s:33:\"id:pemblokiran otomatis dimatikan\";'),('ace','messages:nocontribs','s:60:\"id:Tidak ada perubahan yang sesuai dengan kriteria tersebut.\";'),('ace','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ace','messages:nocookiesfornew','s:157:\"id:Akun pengguna tidak dibuat karena kami tidak dapat memastikan sumbernya.\nPastikan Anda telah mengaktifkan kuki, lalu muat ulang halaman ini dan coba lagi.\";'),('ace','messages:nocookieslogin','s:126:\"id:{{SITENAME}} menggunakan kuki untuk log penggunanya. Kuki pada peramban web Anda dimatikan. Silakan aktifkan dan coba lagi.\";'),('ace','messages:nocookiesnew','s:272:\"ace:Akun ureueng ngui nyoe ka geupeugöt, tapi droeneuh goh lom neutamöng.\n{{SITENAME}} jingui kuki keu jipeutamöng ureueng ngui.\nKuki droeneuh hana geupeuudép.\nNeupeuudép kuki dilèe, lheueh nyan neutamöng ngön nan ureueng ngui ngön lageuem tamöng barô droeneuh.\";'),('ace','messages:nocreate-loggedin','s:56:\"ace:Droeneuh hana khut keu neupeugöt laman-laman barô.\";'),('ace','messages:nocreatetext','s:171:\"ace:{{SITENAME}} ka jitham bak seumeugöt ôn barô. \nDroeneuh jeuet neuriwang ngön neupeusaneut ôn nyang ka na, atawa [[Special:UserLogin|neutamöng atawa neudapeuta]].\";'),('ace','messages:nocredits','s:67:\"id:Tidak ada informasi penghargaan yang tersedia untuk halaman ini.\";'),('ace','messages:node-count-exceeded-category','s:42:\"id:Halaman dimana hitungan-node terlampaui\";'),('ace','messages:node-count-exceeded-category-desc','s:46:\"id:Halaman ini melampaui jumlah node maksimum.\";'),('ace','messages:node-count-exceeded-warning','s:36:\"id:Halaman yang melebihi jumlah node\";'),('ace','messages:noemail','s:62:\"ace:Hana alamat surat-e nyang teucatat keu ureuëng ngui \"$1\".\";'),('ace','messages:noemailcreate','s:59:\"ace:Droeneuh suwah neuseudia alamt surat-e nyang jeut ngui.\";'),('ace','messages:noemailprefs','s:97:\"id:Anda harus memasukkan alamat surel di preferensi Anda untuk dapat menggunakan fitur-fitur ini.\";'),('ace','messages:noemailtext','s:63:\"id:Pengguna ini tidak memberikan suatu alamat surel yang valid.\";'),('ace','messages:noemailtitle','s:25:\"id:Tidak ada alamat surel\";'),('ace','messages:nohistory','s:45:\"ace:Hana riwayat peusaneut awai keu ôn nyoe.\";'),('ace','messages:noimages','s:26:\"id:Tidak ada yang dilihat.\";'),('ace','messages:noindex-category','s:28:\"ace:Ôn nyang hana geuindeks\";'),('ace','messages:noindex-category-desc','s:177:\"id:Halaman tidak diindeks oleh robot karena ini mempunyai kata khusus <code><nowiki>__NOINDEX__</nowiki></code> padanya dan berada dalam ruang nama yang mengizinkan penanda itu.\";'),('ace','messages:nolicense','s:25:\"id:Tidak ada yang dipilih\";'),('ace','messages:nolinkshere','s:44:\"ace:Hana halaman nyang teukaw\'et u \'\'\'$2\'\'\'.\";'),('ace','messages:nolinkshere-ns','s:84:\"id:Tidak ada halaman yang memiliki pranala ke \'\'\'$2\'\'\' pada ruang nama yang dipilih.\";'),('ace','messages:nolinkstoimage','s:52:\"ace:Hana laman nyang na meupawôt u beureukaih nyoe.\";'),('ace','messages:noname','s:56:\"ace:Nan ureueng ngui nyang Droenueh peutamöng hana sah.\";'),('ace','messages:nonfile-cannot-move-to-file','s:58:\"id:Tidak dapat memindahkan non-berkas ke ruang nama berkas\";'),('ace','messages:nonmain-slot-differences-therefore-readonly','s:194:\"id:Anda tidak bisa menyunting teks wiki di revisi halaman ini, karena telah ada perubahan data non-teks wiki di halaman ini setelah revisi ini. [$1 Tekan di sini untuk mengembalikan revisi ini.]\";'),('ace','messages:nonnumeric-formatnum','s:47:\"id:Halaman dengan argumen formatnum non-numerik\";'),('ace','messages:nonnumeric-formatnum-desc','s:85:\"id:Halaman-halaman yang mengandung argumen non-numerik untuk fungsi parser formatnum.\";'),('ace','messages:nonwrite-api-promise-error','s:112:\"id:Itu \'Promise-Non-Write-API-Action\' Header HTTP telah dikirim tetapi permintaan tersebut bukan permintaan API.\";'),('ace','messages:nopagetext','s:42:\"id:Halaman yang Anda tuju tidak ditemukan.\";'),('ace','messages:nopagetitle','s:33:\"id:Halaman tujuan tidak ditemukan\";'),('ace','messages:noscript.css','s:75:\"id:/* CSS di sini akan mempengaruhi pengguna dengan skrip Java non-aktif */\";'),('ace','messages:nospecialpagetext','s:159:\"ace:<strong>Droeneuh ka neulakèe ôn kusuh nyang hana sah.</strong>\nDapeuta ôn kusuh nyang sah jeuet neueu bak [[Special:SpecialPages|{{int:specialpages}}]].\";'),('ace','messages:nosuchaction','s:19:\"ace:Hana buët nyan\";'),('ace','messages:nosuchactiontext','s:237:\"ace:Buët nyang geulakèë lé URL nyan hana sah. Droeneuh kadang salah neukeutik URL, atawa neuseutöt saboh neuhubông nyang hana beutôi. Hai nyoë kadang jeuët keu lageuëm saboh bug bak alat leumiëk nyang geungui lé {{SITENAME}}.\";'),('ace','messages:nosuchsectiontext','s:129:\"id:Anda mencoba menyunting suatu subbagian yang tidak ada.\nSubbagian ini mungkin dipindahkan atau dihapus ketika Anda membukanya.\";'),('ace','messages:nosuchsectiontitle','s:27:\"ace:Bideueng hana geutumèe\";'),('ace','messages:nosuchspecialpage','s:31:\"ace:Hana ôn kusuih lagèe nyan\";'),('ace','messages:nosuchuser','s:158:\"ace:Hana ureuëng ngui ngön nan \"$1\".\nHaraih rayek ngön haraih ubeut na peungarôh.\nNeuparéksa ijaan-neuh, atawa [[Special:CreateAccount|neupeugöt akun]].\";'),('ace','messages:nosuchusershort','s:70:\"ace:Hana ureueng ngui ngön nan \"$1\".\nParéksa keulayi ijaan Droeneuh.\";'),('ace','messages:notanarticle','s:27:\"id:Bukan sebuah halaman isi\";'),('ace','messages:notargettext','s:65:\"id:Anda tidak menentukan halaman atau pengguna tujuan fungsi ini.\";'),('ace','messages:notargettitle','s:20:\"id:Tidak ada sasaran\";'),('ace','messages:note','s:20:\"ace:\'\'\'Hareutoë:\'\'\'\";'),('ace','messages:notextmatches','s:33:\"ace:Hana naseukah laman nyang pah\";'),('ace','messages:notificationemail_body_changed','s:114:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah mengganti alamat surel akun \"$2\" menjadi \"$3\" di {{SITENAME}}\";'),('ace','messages:notificationemail_body_removed','s:102:\"id:Seseorang, mungkin Anda, dari alamat IP $1,\ntelah menghapus alamat surel akun \"$2\" di {{SITENAME}}.\";'),('ace','messages:notificationemail_subject_changed','s:52:\"id:Alamat surel terdaftar {{SITENAME}} telah diganti\";'),('ace','messages:notificationemail_subject_removed','s:52:\"id:Alamat surel terdaftar {{SITENAME}} telah dihapus\";'),('ace','messages:notloggedin','s:22:\"ace:Goh lom neutamöng\";'),('ace','messages:notvisiblerev','s:23:\"id:Revisi telah dihapus\";'),('ace','messages:nouserspecified','s:31:\"ace:Neupeutamöng nan Droeneuh.\";'),('ace','messages:nov','s:11:\"ace:Siblaih\";'),('ace','messages:november','s:19:\"ace:Buleuen Siblaih\";'),('ace','messages:november-gen','s:19:\"ace:Buleuen Siblaih\";'),('ace','messages:nowatchlist','s:31:\"id:Daftar pantauan Anda kosong.\";'),('ace','messages:nowikiemailtext','s:76:\"id:Pengguna ini telah memilih untuk tidak menerima surel dari pengguna lain.\";'),('ace','messages:nrevisions','s:33:\"id:$1 {{PLURAL:$1|revisi|revisi}}\";'),('ace','messages:ns-specialprotected','s:40:\"ace:Laman kusuih h\'an jeuet geupeusaneut\";'),('ace','messages:nstab-category','s:9:\"ace:Kawan\";'),('ace','messages:nstab-help','s:12:\"ace:Beunantu\";'),('ace','messages:nstab-image','s:13:\"ace:Beureukah\";'),('ace','messages:nstab-main','s:7:\"ace:Ôn\";'),('ace','messages:nstab-mainpage','s:12:\"ace:Ôn keue\";'),('ace','messages:nstab-media','s:14:\"ace:Ôn mèdia\";'),('ace','messages:nstab-mediawiki','s:10:\"ace:Peusan\";'),('ace','messages:nstab-project','s:15:\"ace:Ôn proyèk\";'),('ace','messages:nstab-special','s:14:\"ace:Ôn kusuih\";'),('ace','messages:nstab-talk','s:3:\"en:\";'),('ace','messages:nstab-template','s:14:\"ace:Seunaleuek\";'),('ace','messages:nstab-user','s:30:\"ace:{{GENDER:$1|Ureueng ngui}}\";'),('ace','messages:ntimes','s:7:\"id:$1×\";'),('ace','messages:ntransclusions','s:50:\"id:digunakan pada $1 {{PLURAL:$1|halaman|halaman}}\";'),('ace','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ace','messages:oct','s:11:\"ace:Siplôh\";'),('ace','messages:october','s:19:\"ace:Buleuen Siplôh\";'),('ace','messages:october-gen','s:19:\"ace:Buleuen Siplôh\";'),('ace','messages:ok','s:11:\"ace:Ka göt\";'),('ace','messages:oldpassword','s:25:\"ace:Lageuëm rahsia awai:\";'),('ace','messages:ooui-combobox-button-label','s:18:\"id:Buka/tutup opsi\";'),('ace','messages:ooui-dialog-message-accept','s:11:\"ace:Ka göt\";'),('ace','messages:ooui-dialog-message-reject','s:13:\"ace:Pubateuë\";'),('ace','messages:ooui-dialog-process-continue','s:10:\"ace:Lanjut\";'),('ace','messages:ooui-dialog-process-dismiss','s:8:\"ace:Tôp\";'),('ace','messages:ooui-dialog-process-error','s:22:\"ace:Na nyang hana paih\";'),('ace','messages:ooui-dialog-process-retry','s:10:\"ace:Ci lom\";'),('ace','messages:ooui-field-help','s:12:\"ace:Beunantu\";'),('ace','messages:ooui-item-remove','s:11:\"ace:Sampôh\";'),('ace','messages:ooui-outline-control-move-down','s:20:\"ace:Pinah item u yup\";'),('ace','messages:ooui-outline-control-move-up','s:24:\"ace:Pinah item u ateuëh\";'),('ace','messages:ooui-outline-control-remove','s:14:\"id:Hapus butir\";'),('ace','messages:ooui-popup-widget-close-button-aria-label','s:8:\"id:Tutup\";'),('ace','messages:ooui-selectfile-button-select','s:21:\"ace:Piléh beureukaih\";'),('ace','messages:ooui-selectfile-button-select-multiple','s:22:\"id:Pilih berkas-berkas\";'),('ace','messages:ooui-selectfile-dragdrop-placeholder','s:26:\"id:Letakkan berkas di sini\";'),('ace','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:33:\"id:Letakkan berkas-berkas di sini\";'),('ace','messages:ooui-selectfile-not-supported','s:33:\"id:Peilihan berkas tidak didukung\";'),('ace','messages:ooui-selectfile-placeholder','s:33:\"id:Tidak ada berkas yang terpilih\";'),('ace','messages:ooui-toolbar-more','s:7:\"ace:Lom\";'),('ace','messages:ooui-toolgroup-collapse','s:15:\"ace:Leubèh dit\";'),('ace','messages:ooui-toolgroup-expand','s:7:\"ace:Lom\";'),('ace','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ace','messages:othercontribs','s:28:\"id:Didasarkan pada karya $1.\";'),('ace','messages:otherlanguages','s:18:\"ace:Bahsa la’én\";'),('ace','messages:others','s:10:\"id:lainnya\";'),('ace','messages:overwrite','s:55:\"id:Tidak diizinkan untuk menimpa berkas yang telah ada.\";'),('ace','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ace','messages:page-atom-feed','s:22:\"ace:Umpeuën Atom \"$1\"\";'),('ace','messages:page-rss-feed','s:21:\"ace:Umpeuën RSS \"$1\"\";'),('ace','messages:page_first','s:9:\"ace:phôn\";'),('ace','messages:page_last','s:17:\"ace:keuneulheuëh\";'),('ace','messages:pagecategories','s:23:\"ace:{{PLURAL:$1|Kawan}}\";'),('ace','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ace','messages:pagedata-bad-title','s:22:\"id:Judul tidak sah: $1\";'),('ace','messages:pagedata-not-acceptable','s:67:\"id:Tidak ditemukan format yang sesuai. Jenis MIME yang didukung: $1\";'),('ace','messages:pagedata-text','s:273:\"id:Halaman ini memberikan antarmuka data ke halaman. Silakan masukkan judul halaman di URL, menggunakan sintaks subhalaman.\n* Negosiasi konten diatur berdasarkan header \"Accept\" klien Anda. Ini berarti halaman data akan diformat berdasarkan format yang dimintai klien Anda.\";'),('ace','messages:pagedata-title','s:15:\"id:Data halaman\";'),('ace','messages:pagehist','s:17:\"ace:Riwayat laman\";'),('ace','messages:pagehistory','s:18:\"id:Riwayat halaman\";'),('ace','messages:pagehistory-summary','s:3:\"en:\";'),('ace','messages:pageid','s:16:\"id:ID halaman $1\";'),('ace','messages:pageinfo','s:20:\"id:Informasi halaman\";'),('ace','messages:pageinfo-article-id','s:12:\"ace:ID Laman\";'),('ace','messages:pageinfo-authors','s:51:\"ace:Jumeulah ban dum ureueng teumuléh nyang mubida\";'),('ace','messages:pageinfo-category-files','s:16:\"id:Jumlah berkas\";'),('ace','messages:pageinfo-category-info','s:21:\"id:Kategori informasi\";'),('ace','messages:pageinfo-category-pages','s:17:\"id:Jumlah halaman\";'),('ace','messages:pageinfo-category-subcats','s:21:\"id:Jumlah subkategori\";'),('ace','messages:pageinfo-category-total','s:17:\"id:Jumlah anggota\";'),('ace','messages:pageinfo-content-model','s:21:\"ace:Modèl asoe laman\";'),('ace','messages:pageinfo-content-model-change','s:7:\"id:ubah\";'),('ace','messages:pageinfo-contentpage','s:31:\"ace:Geukira seubagoe laman asoe\";'),('ace','messages:pageinfo-contentpage-yes','s:7:\"ace:Nyo\";'),('ace','messages:pageinfo-default-sort','s:20:\"ace:Gunci urôt baku\";'),('ace','messages:pageinfo-display-title','s:18:\"ace:Judul tampilan\";'),('ace','messages:pageinfo-edits','s:36:\"ace:Jumeulah hasé peusaneut ban dum\";'),('ace','messages:pageinfo-few-visiting-watchers','s:81:\"id:Mungkin ada atau tidak ada pemantau halaman yang mengunjungi suntingan terkini\";'),('ace','messages:pageinfo-few-watchers','s:50:\"ace:Kureueng nibak $1 {{PLURAL:$1|ureueng kalön}}\";'),('ace','messages:pageinfo-file-hash','s:13:\"id:Nilai hash\";'),('ace','messages:pageinfo-firsttime','s:27:\"ace:Uroe buleuen peugot ôn\";'),('ace','messages:pageinfo-firstuser','s:25:\"ace:Ureueng peugöt laman\";'),('ace','messages:pageinfo-footer','s:4:\"en:-\";'),('ace','messages:pageinfo-header','s:4:\"en:-\";'),('ace','messages:pageinfo-header-basic','s:26:\"ace:Keutrangan peuneuphôn\";'),('ace','messages:pageinfo-header-edits','s:21:\"ace:Riwayat peusaneut\";'),('ace','messages:pageinfo-header-properties','s:20:\"ace:Keutrangan laman\";'),('ace','messages:pageinfo-header-restrictions','s:18:\"ace:Lindông laman\";'),('ace','messages:pageinfo-hidden-categories','s:35:\"ace:{{PLURAL:$1|Kawan}} teusom ($1)\";'),('ace','messages:pageinfo-language','s:20:\"ace:Bahsa asoe laman\";'),('ace','messages:pageinfo-language-change','s:7:\"id:ubah\";'),('ace','messages:pageinfo-lasttime','s:31:\"ace:Uroe peusaneut seuneulheueh\";'),('ace','messages:pageinfo-lastuser','s:34:\"ace:Ureueng peusaneut seuneulheueh\";'),('ace','messages:pageinfo-length','s:27:\"ace:Panyang laman (lam bit)\";'),('ace','messages:pageinfo-magic-words','s:35:\"ace:{{PLURAL:$1|Narit}} ajaéb ($1)\";'),('ace','messages:pageinfo-namespace','s:13:\"id:Ruang nama\";'),('ace','messages:pageinfo-not-current','s:63:\"id:Maaf, tidak mungkin memberikan informasi ini ke revisi lama.\";'),('ace','messages:pageinfo-protect-cascading','s:35:\"id:Perlindungan berurutan dari sini\";'),('ace','messages:pageinfo-protect-cascading-from','s:26:\"id:Perlindungan mulai dari\";'),('ace','messages:pageinfo-protect-cascading-yes','s:5:\"id:Ya\";'),('ace','messages:pageinfo-recent-authors','s:42:\"ace:Jumeulah ureueng seumurat nyang mubida\";'),('ace','messages:pageinfo-recent-edits','s:49:\"ace:Jumeulah peusaneut ban-ban nyoe (lam $1 nyoe)\";'),('ace','messages:pageinfo-redirects-name','s:34:\"ace:Jumeulah peuninah u laman nyoe\";'),('ace','messages:pageinfo-redirects-value','s:5:\"id:$1\";'),('ace','messages:pageinfo-redirectsto','s:13:\"id:Beralih ke\";'),('ace','messages:pageinfo-redirectsto-info','s:7:\"id:info\";'),('ace','messages:pageinfo-robot-index','s:14:\"ace:Geupeuidin\";'),('ace','messages:pageinfo-robot-noindex','s:19:\"ace:Hana geupeuidin\";'),('ace','messages:pageinfo-robot-policy','s:24:\"ace:Geuindèks lé robot\";'),('ace','messages:pageinfo-subpages-name','s:42:\"ace:Jeumeulah aneuk laman nibak laman nyoe\";'),('ace','messages:pageinfo-subpages-value','s:66:\"ace:$1 ($2 {{PLURAL:$2|peuninah}}; $3 {{PLURAL:$3|kön-peuninah}})\";'),('ace','messages:pageinfo-summary','s:3:\"en:\";'),('ace','messages:pageinfo-templates','s:53:\"ace:{{PLURAL:$1|Seunaleuek}} nyang geutransklusi ($1)\";'),('ace','messages:pageinfo-title','s:23:\"ace:Keutrangan keu \"$1\"\";'),('ace','messages:pageinfo-toolboxlink','s:18:\"ace:Keutrangan ôn\";'),('ace','messages:pageinfo-transclusions','s:50:\"id:{{PLURAL:$1|Halaman}} ditransklusikan pada ($1)\";'),('ace','messages:pageinfo-user-id','s:14:\"id:ID pengguna\";'),('ace','messages:pageinfo-view-protect-log','s:44:\"id:Lihat log perlindungan untuk halaman ini.\";'),('ace','messages:pageinfo-visiting-watchers','s:61:\"id:Jumlah pemantau halaman yang mengunjungi suntingan terkini\";'),('ace','messages:pageinfo-watchers','s:33:\"ace:Jumeulah ureueng kalön laman\";'),('ace','messages:pagelang-db-failed','s:43:\"id:Basis data gagal mengubah bahasa halaman\";'),('ace','messages:pagelang-language','s:9:\"id:Bahasa\";'),('ace','messages:pagelang-name','s:10:\"id:Halaman\";'),('ace','messages:pagelang-nonexistent-page','s:28:\"id:Halaman $1 tidak tersedia\";'),('ace','messages:pagelang-reason','s:10:\"ace:Alasan\";'),('ace','messages:pagelang-select-lang','s:15:\"id:Pilih bahasa\";'),('ace','messages:pagelang-submit','s:8:\"id:Kirim\";'),('ace','messages:pagelang-unchanged-language','s:40:\"id:Halaman $1 telah di atur ke bahasa $2\";'),('ace','messages:pagelang-unchanged-language-default','s:51:\"id:Halaman $1 Telah diatur ke bahasa konten bawaan.\";'),('ace','messages:pagelang-use-default','s:22:\"id:Gunakan bahasa baku\";'),('ace','messages:pagelanguage','s:22:\"id:Ubah bahasa halaman\";'),('ace','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ace','messages:pagemovedsub','s:20:\"ace:Pupinah meuhasé\";'),('ace','messages:pager-newer-n','s:51:\"ace:{{PLURAL:$1|1 leubèh barô |$1 leubèh barô}}\";'),('ace','messages:pager-older-n','s:48:\"ace:{{PLURAL:$1|1 leubèh awai|$1 leubèh awai}}\";'),('ace','messages:pagesize','s:9:\"id:(bita)\";'),('ace','messages:pageswithprop','s:34:\"id:Halaman dengan halaman properti\";'),('ace','messages:pageswithprop-legend','s:34:\"id:Halaman dengan halaman properti\";'),('ace','messages:pageswithprop-prop','s:17:\"id:Nama properti:\";'),('ace','messages:pageswithprop-prophidden-binary','s:40:\"id:nilai properti biner tersembunyi ($1)\";'),('ace','messages:pageswithprop-prophidden-long','s:47:\"id:nilai properti teks panjang tersembunyi ($1)\";'),('ace','messages:pageswithprop-reverse','s:32:\"id:Urutkan dalam urutan terbalik\";'),('ace','messages:pageswithprop-sortbyvalue','s:37:\"id:Urutkan berdasarkan nilai properti\";'),('ace','messages:pageswithprop-submit','s:9:\"id:Lanjut\";'),('ace','messages:pageswithprop-summary','s:3:\"en:\";'),('ace','messages:pageswithprop-text','s:80:\"id:Halaman ini berisi daftar halaman yang menggunakan properti halaman tertentu.\";'),('ace','messages:pagetitle','s:20:\"id:$1 - {{SITENAME}}\";'),('ace','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ace','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('ace','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('ace','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('ace','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('ace','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('ace','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('ace','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('ace','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('ace','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('ace','messages:paramvalidator-badtitle','s:96:\"id:Nilai tidak valid \"$2\" untuk parameter judul <var>$1</var>: bukanlah string judul yang avlid.\";'),('ace','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('ace','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('ace','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('ace','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('ace','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('ace','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('ace','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('ace','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('ace','messages:paramvalidator-baduser','s:65:\"id:Nilai tidak valid \"$2\" untuk parameter pengguna <var>$1</var>.\";'),('ace','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('ace','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('ace','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('ace','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('ace','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('ace','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('ace','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('ace','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ace','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('ace','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('ace','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('ace','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('ace','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('ace','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('ace','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('ace','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('ace','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('ace','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('ace','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('ace','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('ace','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('ace','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('ace','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('ace','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('ace','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('ace','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('ace','messages:paramvalidator-help-type-title','s:22:\"id:Tipe: judul halaman\";'),('ace','messages:paramvalidator-help-type-title-must-exist','s:35:\"id:Hanya menerima halaman yang ada.\";'),('ace','messages:paramvalidator-help-type-title-no-must-exist','s:35:\"id:Menerima halaman yang tidak ada.\";'),('ace','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('ace','messages:paramvalidator-help-type-user','s:99:\"id:Tipe: {{PLURAL:$1|1=pengguna|2=daftar pengguna}}, {{PLURAL:$3|dengan|dengan salah satu dari}} $2\";'),('ace','messages:paramvalidator-help-type-user-subtype-cidr','s:13:\"id:rentang IP\";'),('ace','messages:paramvalidator-help-type-user-subtype-id','s:30:\"id:ID pengguna (mis. \"#12345\")\";'),('ace','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"id:nama interwiki (e.g. \"prefiks>NamaContoh\")\";'),('ace','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"id:IP\";'),('ace','messages:paramvalidator-help-type-user-subtype-name','s:16:\"id:nama pengguna\";'),('ace','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('ace','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('ace','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('ace','messages:paramvalidator-missingtitle','s:84:\"id:Nilai tidak valid \"$2\" untuk parameter judul <var>$1</var>: halamannya tidak ada.\";'),('ace','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ace','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('ace','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('ace','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('ace','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('ace','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ace','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('ace','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('ace','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('ace','messages:parentheses','s:7:\"en:($1)\";'),('ace','messages:parentheses-end','s:4:\"en:)\";'),('ace','messages:parentheses-start','s:4:\"en:(\";'),('ace','messages:parser-template-loop-warning','s:47:\"id:Hubungan berulang templat terdeteksi: [[$1]]\";'),('ace','messages:parser-template-recursion-depth-warning','s:60:\"id:Limit kedalaman hubungan berulang templat terlampaui ($1)\";'),('ace','messages:parser-unstrip-loop-warning','s:34:\"id:Perulangan pelepasan terdeteksi\";'),('ace','messages:parsoid-client-error','s:34:\"id:Parsoid masukan tidak valid: $1\";'),('ace','messages:parsoid-resource-limit-exceeded','s:42:\"id:Batas sumber daya parsoid melampaui: $1\";'),('ace','messages:parsoid-stash-rate-limit-error','s:80:\"id:Gagal menyimpan karena batas tarif telah dilampaui. Silahkan coba lagi nanti.\";'),('ace','messages:password-change-forbidden','s:62:\"ace:Droeneuh h\'an jeuet neuubah lageuem tamöng bak wiki nyoe.\";'),('ace','messages:password-login-forbidden','s:70:\"ace:Meuneungui nan ureueng ngui ngön lageuem tamöng nyoë ka jitham.\";'),('ace','messages:password-name-match','s:62:\"ace:Lageuem tamöng droeneuh beu bida ngön nan ureuëng ngui.\";'),('ace','messages:password-substring-username-match','s:63:\"id:Kata sandi Anda tidak boleh muncul dalam nama pengguna Anda.\";'),('ace','messages:passwordincommonlist','s:128:\"id:Kata sandi yang dimasukkan ada dalam senarai kata sandi yang sangat umum digunakan. Silakan pilih kata sandi yang lebih unik.\";'),('ace','messages:passwordpolicies','s:23:\"id:Kebijakan kata sandi\";'),('ace','messages:passwordpolicies-group','s:11:\"id:Kelompok\";'),('ace','messages:passwordpolicies-policies','s:12:\"id:Kebijakan\";'),('ace','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ace','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ace','messages:passwordpolicies-policy-maximalpasswordlength','s:70:\"id:Kata sandi tidak boleh kurang dari {{PLURAL:$1|karakter|karakter}}.\";'),('ace','messages:passwordpolicies-policy-minimalpasswordlength','s:78:\"id:Kata sandi paling tidak harus terdiri dari {{PLURAL:$1|karakter|karakter}}.\";'),('ace','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:98:\"id:Kata sandi paling tidak harus terdiri dari {{PLURAL:$1|karakter|karakter}} agar dapat masuk log\";'),('ace','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:58:\"id:Kata sandi tidak boleh berisi bagian dari nama pengguna\";'),('ace','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:73:\"id:Kata sandi tidak boleh cocok dengan kata sandi yang masuk daftar hitam\";'),('ace','messages:passwordpolicies-policy-passwordnotincommonlist','s:94:\"id:Kata sandi tidak boleh termasuk dalam daftar 100.000 kata sandi yang paling umum digunakan.\";'),('ace','messages:passwordpolicies-policyflag-forcechange','s:33:\"id:wajib diganti ketika masuk log\";'),('ace','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:40:\"id:sarankan penggantian ketika masuk log\";'),('ace','messages:passwordpolicies-summary','s:113:\"id:Ini adalah daftar kebijakan kata sandi yang berlaku untuk kelompok pengguna yang didefinisikan dalam wiki ini.\";'),('ace','messages:passwordremindertext','s:606:\"ace:Salah sidroë (kadang Droëneuh, ngön alamat IP $1) geulakèë lageuëm barô keu {{SITENAME}} ($4). Lageuëm si\'at keu ureuëng ngui \"$2\" ka geupeuna ngön ka geuatô jeuet keu \"$3\". Meunyö nyoe nakeuh meukeusud droeneuh, droeneuh peureulèë neutamöng ngön neupiléh lageuëm barô jinoe. Lageuem siat droeneuh meung abéh lam {{PLURAL:$5|siuroe|$5 uroe}}.\n\nMeunyö ureuëng la\'én nyang peugöt neulakèë nyoe, atawa meunyö droeneuh ka neuingat lageuëm droeneuh, ngön droeneuh h\'an ék neugantoë lé, droeneuh jeuet hana neupeureumeuën peusan nyoe ngön neulanjut neungui lageuem awaineuh.\";'),('ace','messages:passwordremindertitle','s:51:\"ace:Lageuem tamöng sijamong barô keu {{SITENAME}}\";'),('ace','messages:passwordreset','s:32:\"ace:Atô keulayi lageuem tamöng\";'),('ace','messages:passwordreset-disabled','s:62:\"ace:Meuatô narit rahsia keulayi ka geupeumaté lam wiki nyoë\";'),('ace','messages:passwordreset-domain','s:10:\"ace:Domain\";'),('ace','messages:passwordreset-email','s:19:\"ace:Alamat surat-e:\";'),('ace','messages:passwordreset-emaildisabled','s:47:\"ace:Tanda e-surat ka geupeumaté lam wiki nyoë\";'),('ace','messages:passwordreset-emailelement','s:57:\"ace:Nan ureuëng ngui: \n$1\n\nLageuëm rahsia sijamong: \n$2\";'),('ace','messages:passwordreset-emailtext-ip','s:482:\"id:Seseorang (mungkin Anda, dari alamat IP $1) meminta pengingat\ndetail akun untuk {{SITENAME}} ($4). {{PLURAL:$3|Akun|Akun-akun}} berikut\nterkait dengan alamat surel ini:\n\n$2\n\n{{PLURAL:$3|Sandi sementara}} berikut akan kedaluwarsa dalam {{PLURAL:$5|$5 hari}}.\nAnda harus masuk dan memilih sandi baru sekarang. Jika orang lain membuat\npermintaan ini atau jika Anda ingat sandi asli dan tidak lagi\ningin mengubahnya, Anda dapat mengabaikan pesan ini dan terus menggunakan sandi lama.\";'),('ace','messages:passwordreset-emailtext-require-email','s:302:\"id:Namun, jika Anda tidak menghasilkan permintaan ini dan ingin mencegah yang tidak diminta email, Anda mungkin ingin memperbarui opsi email Anda di $1. Anda dapat meminta nama pengguna dan alamat email untuk menghasilkan pengaturan ulang kata sandi email. Ini dapat mengurangi jumlah insiden tersebut.\";'),('ace','messages:passwordreset-emailtext-user','s:482:\"id:Seseorang (mungkin Anda, dari alamat IP $1) meminta pengingat detail akun untuk {{SITENAME}} ($4).\n{{PLURAL:$3|Akun|Akun-akun}} berikut terkait dengan alamat surel ini:\n\n$2\n\n{{PLURAL:$3|Sandi sementara}} berikut akan kedaluwarsa dalam {{PLURAL:$5|$5 hari}}.\nAnda harus masuk dan memilih sandi baru sekarang. Jika orang lain membuat\npermintaan ini atau jika Anda ingat sandi asli dan tidak lagi\ningin mengubahnya, Anda dapat mengabaikan pesan ini dan terus menggunakan sandi lama.\";'),('ace','messages:passwordreset-emailtitle','s:33:\"ace:Rincian akun bak {{SITENAME}}\";'),('ace','messages:passwordreset-ignored','s:72:\"id:Pemulihan kata sandi tidak tertangani. Mungkin penyedia tidak diatur?\";'),('ace','messages:passwordreset-nocaller','s:28:\"id:Pemanggil harus diberikan\";'),('ace','messages:passwordreset-nodata','s:53:\"id:Nama pengguna ataupun alamat surel tidak diberikan\";'),('ace','messages:passwordreset-nosuchcaller','s:26:\"id:Pemanggil tidak ada: $1\";'),('ace','messages:passwordreset-success','s:50:\"id:Anda telah meminta penyetelan ulang kata sandi.\";'),('ace','messages:passwordreset-success-details-generic','s:452:\"id:Jika informasi yang dikirim valid, sebuah surel penyetelan ulang kata sandi akan dikirim. Jika Anda belum menerima surel tersebut, kami sarankan agar Anda mengunjungi  [[mw:Special:MyLanguage/Help:Reset_password|halaman bantuan penyetelan ulang kata sandi]] atau coba lagi pada waktu lain. <strong>Permintaan surel penyetelan ulang kata sandi hanya dapat dilakukan satu kali setiap {{PLURAL:$1|$1 jam|$1 jam}}</strong> untuk mencegah penyalahgunaan.\";'),('ace','messages:passwordreset-success-info','s:39:\"id:Detail yang Anda kirimkan adalah: $1\";'),('ace','messages:passwordreset-text-many','s:99:\"ace:{{PLURAL:$1|Neupasoë saboh kutak dimeuyub nyoë keu neuteumèe narit rahsia siat rot e-surat}}\";'),('ace','messages:passwordreset-text-one','s:66:\"ace:Neupeuleungkap formulir nyoë keu meuatô keulayi narit rahsia\";'),('ace','messages:passwordreset-username','s:17:\"ace:Ureueng ngui:\";'),('ace','messages:passwordsent','s:124:\"ace:Lageuëm barô ka geupeu\'et u surat-e nyang geupeudapeuta keu \"$1\". Neutamöng teuma lheuëh neuteurimöng surat-e nyan.\";'),('ace','messages:passwordtoolong','s:73:\"id:Passwords tidak boleh lebih dari {{PLURAL:$1|1 karakter|$1 karakter}}.\";'),('ace','messages:passwordtooshort','s:73:\"ace:Lageuëm paléng h\'an harôh na {{PLURAL:$1|1 karakter|$1 karakter}}.\";'),('ace','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ace','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ace','messages:patrol-log-header','s:36:\"id:Ini adalah log revisi terpatroli.\";'),('ace','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ace','messages:patrol-log-page','s:15:\"ace:Log patroli\";'),('ace','messages:pear-mail-error','s:5:\"en:$1\";'),('ace','messages:percent','s:6:\"en:$1%\";'),('ace','messages:perfcached','s:118:\"ace:Data di yup nyoe geupeusom ngön kadang kön data barô. {{PLURAL:$1|saboh hase|$1 hase}} maksimum na lam beujana.\";'),('ace','messages:perfcachedts','s:130:\"ace:Data di yup nyoe geupeusom, ngön geupeubarô seuneulheueh bak $1. {{PLURAL:$4|saboh hase|$4 hase}} paléng le na lam beujana.\";'),('ace','messages:period-am','s:6:\"ace:AM\";'),('ace','messages:period-pm','s:6:\"ace:PM\";'),('ace','messages:permalink','s:20:\"ace:Peunawôt teutap\";'),('ace','messages:permanentlink','s:19:\"id:Pranala permanen\";'),('ace','messages:permanentlink-revid','s:12:\"id:ID revisi\";'),('ace','messages:permanentlink-submit','s:17:\"id:Tuju ke revisi\";'),('ace','messages:permanentlink-summary','s:3:\"en:\";'),('ace','messages:permissionserrors','s:26:\"ace:Salah khut/hak tamöng\";'),('ace','messages:permissionserrorstext','s:86:\"ace:Droëneuh hana geupeuidin keu neupubuët nyoë, muroë {{PLURAL:$1|dalèh}} nyoë:\";'),('ace','messages:permissionserrorstext-withaction','s:72:\"ace:Droëneuh hana hak tamöng keu $2, sabab {{PLURAL:$1|alasan}} nyoë:\";'),('ace','messages:personaltools','s:18:\"ace:Peukakaih droe\";'),('ace','messages:php-mail-error','s:5:\"en:$1\";'),('ace','messages:php-mail-error-unknown','s:47:\"ace:Ralat hana geuteupeuë lam guna surat() PHP\";'),('ace','messages:php-uploaddisabledtext','s:73:\"id:Pemuatan berkas dimatikan di PHP.\nSilakan cek pengaturan file_uploads.\";'),('ace','messages:pipe-separator','s:14:\"id:&#32;|&#32;\";'),('ace','messages:policy-url','s:19:\"ace:Project:Neuatô\";'),('ace','messages:pool-errorunknown','s:22:\"ace:Salah hana meukön\";'),('ace','messages:pool-queuefull','s:28:\"ace:Seunapat neuprèh peunoh\";'),('ace','messages:pool-servererror','s:51:\"id:Layanan penghitung pool ini tidak tersedia ($1).\";'),('ace','messages:pool-timeout','s:29:\"ace:Liwat watèë prèh gunci\";'),('ace','messages:poolcounter-usage-error','s:23:\"id:Galat penggunaan: $1\";'),('ace','messages:portal','s:12:\"ace:Meusapat\";'),('ace','messages:portal-url','s:20:\"ace:Project:Meusapat\";'),('ace','messages:post-expand-template-argument-category','s:59:\"ace:Laman ngön dalèh seunaleuek nyang hana geupeureumeuen\";'),('ace','messages:post-expand-template-argument-category-desc','s:165:\"id:Laman ini lebih besar dari <code>$wgMaxArticleSize</code> setelah memperluas argumen templat (sesuatu dalam tiga kurung kurawal, misalnya <code>{{{Foo}}}</code>).\";'),('ace','messages:post-expand-template-argument-warning','s:152:\"ace:\'\'\'Ingat:\'\'\' Laman nyoe na paléng h\'an saboh alasan seunaleuek nyang na sunipat èkspansi nyang raya that.\nAlasan-alasan nyan hana geupeureumeuën.\";'),('ace','messages:post-expand-template-inclusion-category','s:56:\"ace:Laman ngön seunipat seunaleuek nyang leubèh bataih\";'),('ace','messages:post-expand-template-inclusion-category-desc','s:140:\"id:Ukuran laman lebih besar dari <code>$wgMaxArticleSize</code> setelah memperluas semua templat, sehingga beberapa templat tidak diperluas.\";'),('ace','messages:post-expand-template-inclusion-warning','s:96:\"ace:\'\'\'Ingat:\'\'\' Seunipat seunaleuek nyang neungui rayek that.\nLadôm seunaleuek hana geupeurôh\";'),('ace','messages:postedit-confirmation-created','s:24:\"id:Halaman telah dibuat.\";'),('ace','messages:postedit-confirmation-published','s:30:\"id:Suntingan Anda diterbitkan.\";'),('ace','messages:postedit-confirmation-restored','s:28:\"id:Halaman telah dipulihkan.\";'),('ace','messages:postedit-confirmation-saved','s:33:\"ace:Atra neupeugöt ka teukeubah.\";'),('ace','messages:postedit-temp-created','s:199:\"id:Akun yang diciptakan otomatis telah dibuat dengan menambahkan kuki ke peramban Anda. Untuk memilih nama sesuai keinginan Anda dan mendapatkan fitur tambahan, pertimbangkan untuk [$1 membuat akun].\";'),('ace','messages:postedit-temp-created-label','s:17:\"id:Akun sementara\";'),('ace','messages:powersearch-legend','s:15:\"ace:Mita lanjut\";'),('ace','messages:powersearch-ns','s:27:\"ace:Mita bak ruweuëng nan:\";'),('ace','messages:powersearch-remember','s:44:\"id:Ingat pilihan untuk pencarian selanjutnya\";'),('ace','messages:powersearch-toggleall','s:11:\"ace:Ban dum\";'),('ace','messages:powersearch-togglelabel','s:9:\"id:Pilih:\";'),('ace','messages:powersearch-togglenone','s:8:\"ace:Hana\";'),('ace','messages:preferences','s:8:\"ace:Atô\";'),('ace','messages:preferences-summary','s:3:\"en:\";'),('ace','messages:prefixindex','s:31:\"ace:Bandum ôn ngön harah awai\";'),('ace','messages:prefixindex-namespace','s:46:\"id:Semua halaman dengan awalan (ruang nama $1)\";'),('ace','messages:prefixindex-strip','s:31:\"id:Hilangkan awalan dalam hasil\";'),('ace','messages:prefixindex-submit','s:12:\"id:Tampilkan\";'),('ace','messages:prefixindex-summary','s:3:\"en:\";'),('ace','messages:prefs-advancedediting','s:18:\"ace:Peuniléh umom\";'),('ace','messages:prefs-advancedrc','s:16:\"id:Opsi lanjutan\";'),('ace','messages:prefs-advancedrendering','s:16:\"id:Opsi lanjutan\";'),('ace','messages:prefs-advancedsearchoptions','s:16:\"id:Opsi lanjutan\";'),('ace','messages:prefs-advancedwatchlist','s:16:\"id:Opsi lanjutan\";'),('ace','messages:prefs-changeemail','s:36:\"ace:Gantoe atawa böh alamat surat-e\";'),('ace','messages:prefs-changesrc','s:24:\"id:Perubahan ditampilkan\";'),('ace','messages:prefs-changeswatchlist','s:24:\"id:Perubahan ditampilkan\";'),('ace','messages:prefs-common-config','s:49:\"id:CSS/JSON/JavaScript berbagi untuk semua kulit:\";'),('ace','messages:prefs-custom-css','s:14:\"id:CSS pribadi\";'),('ace','messages:prefs-custom-js','s:21:\"id:JavaScript pribadi\";'),('ace','messages:prefs-custom-json','s:14:\"id:JSON kustom\";'),('ace','messages:prefs-dateformat','s:22:\"ace:Format uroe/watèe\";'),('ace','messages:prefs-developertools','s:18:\"id:Alat pengembang\";'),('ace','messages:prefs-diffs','s:8:\"ace:Bida\";'),('ace','messages:prefs-discussion','s:22:\"id:Halaman pembicaraan\";'),('ace','messages:prefs-displayrc','s:19:\"id:Pilihan tampilan\";'),('ace','messages:prefs-displaywatchlist','s:19:\"id:Pilihan tampilan\";'),('ace','messages:prefs-editing','s:13:\"ace:Peusaneut\";'),('ace','messages:prefs-editor','s:21:\"ace:Ureueng peusaneut\";'),('ace','messages:prefs-edits','s:23:\"ace:Jumeulah peusaneut:\";'),('ace','messages:prefs-editwatchlist','s:26:\"id:Sunting daftar pantauan\";'),('ace','messages:prefs-editwatchlist-clear','s:28:\"id:Kosongkan daftar pantauan\";'),('ace','messages:prefs-editwatchlist-edit','s:51:\"id:Lihat dan hapus judul dalam daftar pantauan Anda\";'),('ace','messages:prefs-editwatchlist-label','s:44:\"id:Sunting entri dalam daftar pantauan Anda:\";'),('ace','messages:prefs-editwatchlist-raw','s:33:\"id:Sunting daftar pantauan mentah\";'),('ace','messages:prefs-email','s:21:\"ace:Peuniléh surat-e\";'),('ace','messages:prefs-emailconfirm-label','s:20:\"id:Konfirmasi surel:\";'),('ace','messages:prefs-files','s:13:\"ace:Beureukah\";'),('ace','messages:prefs-help-email','s:118:\"ace:Alamat surat-e hana meucéh na, tapi geupeureulèë keu seumeugöt ulang lageuem, meunyö droeneuh tuwö lageuëm.\";'),('ace','messages:prefs-help-email-others','s:210:\"ace:Droeneuh jeuet cit neupiléh neupubiyeuë ureuëng la\'én geupeu\'et surat keu droeneuh röt surat-e röt seunambat bak laman ureueng ngui atawa on mariët.\nSurat-e droeneuh h\'an geupeugah keu ureuëng nyan.\";'),('ace','messages:prefs-help-email-required','s:30:\"ace:Peureulèe alamat surat-e.\";'),('ace','messages:prefs-help-gender','s:231:\"id:Pengaturan preferensi ini merupakan opsional.\nPerangkat lunak menggunakan nilai ini untuk menyapa Anda dan menyebut Anda kepada orang lain menggunakan jenis kelamin tata bahasa yang sesuai.\nInformasi ini akan terbuka untuk umum.\";'),('ace','messages:prefs-help-prefershttps','s:51:\"ace:Geunalak nyoe geupeudeuh watèe neutamöng lom.\";'),('ace','messages:prefs-help-realname','s:136:\"ace:* Nan aseuli hana meucéh neupasoë.\nMeunyö neupasoë, euntreuk nan Droëneuh nyan geupeuleumah mangat jitupeuë soë nyang tuléh.\";'),('ace','messages:prefs-help-recentchangescount','s:23:\"id:Nilai maksimum: 1000\";'),('ace','messages:prefs-help-requireemail','s:83:\"id:Ini akan meningkatkan privasi dan membantu mencegah surel yang tidak diharapkan.\";'),('ace','messages:prefs-help-signature','s:135:\"ace:Komèntar bak ôn marit suwah neubôh \"<nowiki>~~~~</nowiki>\", nyang eunteuk meugantoe keu tanda jaroe droeneuh ngön watèe jinoe.\";'),('ace','messages:prefs-help-skin-responsive','s:55:\"id:Adaptasi tata letak dengan ukuran layar pada ponsel.\";'),('ace','messages:prefs-help-tokenmanagement','s:214:\"id:Anda dapat melihat dan mengatur ulang kunci rahasia akun Anda yang dapat mengakses umpan Web dari daftar pantauan Anda. Siapa pun yang mengetahuinya bisa saja melihat daftar pantauan Anda, jadi jangan dibagikan.\";'),('ace','messages:prefs-help-variant','s:77:\"id:Varian atau ortografi pilihan Anda untuk menampilkan isi halaman wiki ini.\";'),('ace','messages:prefs-help-watchlist-token2','s:242:\"id:Ini adalah kunci rahasia (token) ke umpan web dari daftar pantauan Anda.\nSiapa saja yang tahu akan dapat melihat daftar pantauan Anda, jadi jangan dibagikan.\nJika diperlukan [[Special:ResetTokens|Anda dapat mengatur ulang kunci tersebut]].\";'),('ace','messages:prefs-help-yourpassword','s:69:\"id:Pemulihan akun diaktifkan. Lihat $1 untuk pengaturan lebih lanjut.\";'),('ace','messages:prefs-i18n','s:21:\"id:Internasionalisasi\";'),('ace','messages:prefs-info','s:18:\"id:Informasi dasar\";'),('ace','messages:prefs-labs','s:13:\"id:Fitur Labs\";'),('ace','messages:prefs-memberingroups','s:57:\"id:{{GENDER:$2|Anggota}} {{PLURAL:$1|kelompok|kelompok}}:\";'),('ace','messages:prefs-memberingroups-type','s:5:\"id:$1\";'),('ace','messages:prefs-misc','s:17:\"ace:La\'én-la\'én\";'),('ace','messages:prefs-namespaces','s:17:\"ace:Ruweuëng nan\";'),('ace','messages:prefs-pageswatchlist','s:20:\"id:Halaman terpantau\";'),('ace','messages:prefs-personal','s:23:\"ace:Profil ureueng ngui\";'),('ace','messages:prefs-preview','s:13:\"ace:Eu dilèe\";'),('ace','messages:prefs-rc','s:17:\"ace:Neuubah barô\";'),('ace','messages:prefs-registration','s:22:\"ace:Watèe neudapeuta:\";'),('ace','messages:prefs-registration-date-time','s:5:\"id:$1\";'),('ace','messages:prefs-rendering','s:13:\"ace:Neuleumah\";'),('ace','messages:prefs-reset-confirm','s:49:\"id:Ya, saya ingin mengatur ulang preferensi saya.\";'),('ace','messages:prefs-reset-intro','s:144:\"id:Anda dapat menggunakan halaman ini untuk mengembalikan preferensi Anda ke setelan baku situs.\nPengembalian preferensi tidak dapat dibatalkan.\";'),('ace','messages:prefs-resetpass','s:25:\"ace:Gantoe lageuem rahsia\";'),('ace','messages:prefs-searchmisc','s:7:\"id:Umum\";'),('ace','messages:prefs-searchoptions','s:8:\"ace:Mita\";'),('ace','messages:prefs-setemail','s:24:\"ace:Pasoe alamat surat-e\";'),('ace','messages:prefs-signature','s:15:\"ace:Tanda jaroe\";'),('ace','messages:prefs-signature-error-details','s:24:\"id:Pelajari selengkapnya\";'),('ace','messages:prefs-signature-highlight-error','s:25:\"id:Tunjukkan lokasi galat\";'),('ace','messages:prefs-signature-invalid-disallow','s:145:\"id:Tanda tangan Anda yang sekarang tidak sah. Sampai Anda memperbaikinya, tanda tangan bawaan akan digunakan ketika menandatangani komentar Anda.\";'),('ace','messages:prefs-signature-invalid-new','s:143:\"id:Tanda tangan Anda yang sekarang tidak sah. Meskipun Anda masih bisa melihatnya, Anda tidak akan bisa mengubahnya sampai Anda memperbaikinya.\";'),('ace','messages:prefs-signature-invalid-warning','s:67:\"id:Tanda tangan Anda bisa menimbulkan masalah dengan beberapa alat.\";'),('ace','messages:prefs-skin','s:10:\"ace:Kulét\";'),('ace','messages:prefs-skin-prefs','s:19:\"id:Preferensi kulit\";'),('ace','messages:prefs-skin-responsive','s:26:\"id:Aktifkan mode responsif\";'),('ace','messages:prefs-tabs-navigation-hint','s:107:\"id:Kiat: Anda dapat menggunakan tombol panah kiri dan kanan untuk bernavigasi antartab di dalam daftar tab.\";'),('ace','messages:prefs-timeoffset','s:15:\"ace:Bida watèe\";'),('ace','messages:prefs-tokenwatchlist','s:8:\"id:Tanda\";'),('ace','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ace','messages:prefs-user-downloaddata-info','s:33:\"id:Data akun saya dari proyek ini\";'),('ace','messages:prefs-user-downloaddata-label','s:19:\"id:Akses data akun:\";'),('ace','messages:prefs-user-pages','s:22:\"ace:Laman ureueng ngui\";'),('ace','messages:prefs-user-restoreprefs-info','s:56:\"id:Kembalikan semua preferensi bawaan (di semua bagian):\";'),('ace','messages:prefs-user-restoreprefs-label','s:24:\"id:Atur ulang pengaturan\";'),('ace','messages:prefs-vector-enable-vector-1-help','s:307:\"id:Dalam beberapa tahun ke depan, kami akan memperbarui kulit Vektor secara bertahap. Vektor Warisan memungkinkan Anda untuk melihat-lihat dengan Vektor versi lama (per Desember 2019). Untuk mempelajari lebih lanjut tentang pembaruan ini, bukalah [[mw:Reading/Web/Desktop_Improvements|halaman proyek]] kami.\";'),('ace','messages:prefs-vector-enable-vector-1-label','s:25:\"id:Gunakan Vektor Warisan\";'),('ace','messages:prefs-watchlist','s:21:\"ace:Dapeuta keunalön\";'),('ace','messages:prefs-watchlist-days','s:59:\"ace:Jumeulah uroe nyang geupeuleumah lam dapeuta keunalön:\";'),('ace','messages:prefs-watchlist-days-max','s:34:\"ace:Paléng le {{PLURAL:$1|uroë}}\";'),('ace','messages:prefs-watchlist-edits','s:68:\"id:Jumlah maksimum perubahan yang ditampilkan dalam daftar pantauan:\";'),('ace','messages:prefs-watchlist-edits-max','s:23:\"id:Nilai maksimum: 1000\";'),('ace','messages:prefs-watchlist-managetokens','s:15:\"id:Kelola token\";'),('ace','messages:prefs-watchlist-token','s:25:\"id:Token daftar pantauan:\";'),('ace','messages:prefsnologintext2','s:45:\"ace:Neutamöng mangat jeuet neugantoe peuatô\";'),('ace','messages:prev-page','s:21:\"id:halaman sebelumnya\";'),('ace','messages:preview','s:14:\"ace:Eu dilèë\";'),('ace','messages:previewconflict','s:124:\"id:Pratayang ini mencerminkan teks pada bagian atas kotak suntingan teks sebagaimana akan terlihat bila Anda menerbitkannya.\";'),('ace','messages:previewerrortext','s:74:\"id:Kesalahan terjadi saat mencoba memperlihatkan pratayang perubahan Anda.\";'),('ace','messages:previewnote','s:57:\"ace:\'\'\'Beu neuingat meunyo ôn nyoe goh lom neukeubah!\'\'\'\";'),('ace','messages:previousdiff','s:17:\"ace:← Bida awai\";'),('ace','messages:previousrevision','s:23:\"ace:← Geunantoë awai\";'),('ace','messages:prevn','s:34:\"ace:{{PLURAL:$1|$1}} sigohlom nyan\";'),('ace','messages:prevn-title','s:44:\"ace:$1 {{PLURAL:$1|hasé|hasé}} sigohlomjih\";'),('ace','messages:prevpage','s:26:\"ace:Laman sigohlomjih ($1)\";'),('ace','messages:print','s:9:\"ace:Rakam\";'),('ace','messages:print.css','s:66:\"id:/* CSS yang ada di sini akan diterapkan pada tampilan cetak. */\";'),('ace','messages:printableversion','s:19:\"ace:Seunalén rakam\";'),('ace','messages:printableversion-deprecated-warning','s:173:\"id:Versi yang bisa dicetak tidak lagi didukung dan mungkin memiliki kesalahan tampilan. Tolong perbarui markah penjelajah Anda dan gunakan fungsi cetak penjelajah yang baku.\";'),('ace','messages:privacy','s:16:\"ace:Reusam rasia\";'),('ace','messages:privacypage','s:24:\"ace:Project:Reusam rasia\";'),('ace','messages:prot_1movedto2','s:27:\"ace:pupinah [[$1]] u [[$2]]\";'),('ace','messages:protect','s:15:\"ace:Peulindông\";'),('ace','messages:protect-badnamespace-text','s:55:\"id:Halaman dalam ruang nama ini tidak dapat dilindungi.\";'),('ace','messages:protect-badnamespace-title','s:41:\"id:Ruang nama yang tidak dapat dilindungi\";'),('ace','messages:protect-cantedit','s:113:\"ace:Droëneuh h‘an jeuët neu’ubah tingkat lindông ôn nyoë kareuna Droëneuh hana hak keu neupeulaku nyan.\";'),('ace','messages:protect-cascade','s:77:\"ace:Peulindông ban mandum ôn nyang rôh lam ôn nyoë (lindông meuturôt).\";'),('ace','messages:protect-cascadeon','s:272:\"ace:Ôn nyoë teungöh geulindông kareuna geupeuseureuta lam {{PLURAL:$1|ôn|ôn-ôn}} nyoë nyang ka geulindông ngön peuniléh lindông meuturôt geupeuudép.\nDroëneuh jeuët neugantoë tingkat lindông keu ôn nyoë, tapi nyan hana peungarôh keu lindông meuturôt.\";'),('ace','messages:protect-default','s:33:\"ace:Peuidin ban dum ureuëng ngui\";'),('ace','messages:protect-dropdown','s:125:\"id:*Alasan umum perlindungan\n** Vandalisme berulang\n** Spam berulang\n** Perang suntingan\n** Halaman dengan lalu-lintas tinggi\";'),('ace','messages:protect-edit-reasonlist','s:29:\"id:Sunting alasan pelindungan\";'),('ace','messages:protect-existing-expiry','s:36:\"id:Waktu kedaluwarsa saat ini: $2 $3\";'),('ace','messages:protect-existing-expiry-infinity','s:48:\"id:Waktu kedaluwarsa yang ada: tidak terdefinisi\";'),('ace','messages:protect-expiring','s:26:\"ace:maté tanggay $1 (UTC)\";'),('ace','messages:protect-expiring-local','s:20:\"ace:maté tanggai $1\";'),('ace','messages:protect-expiry-indefinite','s:9:\"ace:sabé\";'),('ace','messages:protect-expiry-options','s:149:\"ace:1 jeum:1 hour,1 uroe:1 day,1 minggu:1 week,2 minggu:2 weeks,1 buleuen:1 month,3 buleuen:3 months,6 buleuen:6 months,1 thôn:1 year,sabé:infinite\";'),('ace','messages:protect-fallback','s:50:\"ace:Peuidin ureuëng ngui ngön idin \"$1\" mantöng\";'),('ace','messages:protect-legend','s:25:\"id:Konfirmasi pelindungan\";'),('ace','messages:protect-level-autoconfirmed','s:60:\"ace:Peuidin ureuëng ngui nyang teudapeuta keudroë mantöng\";'),('ace','messages:protect-level-sysop','s:35:\"ace:Peuidin ureueng urôih mantöng\";'),('ace','messages:protect-locked-access','s:142:\"ace:Nan dapeuta Droëneuh hana hak keu jak gantoë tingkat lindông ôn. Nyoë pat nakeuh konfigurasi atra jinoë keu ôn <strong>$1</strong>:\";'),('ace','messages:protect-locked-blocked','s:137:\"id:Anda tidak dapat mengganti pengaturan pelindungan saat diblokir. Berikut adalah konfigurasi saat ini pada halaman <strong>$1</strong>:\";'),('ace','messages:protect-locked-dblock','s:154:\"id:Pengaturan pelindungan tidak dapat diganti karena aktifnya penguncian basis data. Berikut adalah konfigurasi saat ini pada halaman <strong>$1</strong>:\";'),('ace','messages:protect-norestrictiontypes-text','s:85:\"id:Halaman ini tidak dapat dilindungi karena tidak ada tipe pembatasan yang tersedia.\";'),('ace','messages:protect-norestrictiontypes-title','s:25:\"id:Halaman tak-dilindungi\";'),('ace','messages:protect-otherreason','s:26:\"ace:Alasan laén/teunamah:\";'),('ace','messages:protect-otherreason-op','s:14:\"id:Alasan lain\";'),('ace','messages:protect-othertime','s:14:\"id:Waktu lain:\";'),('ace','messages:protect-othertime-op','s:13:\"id:waktu lain\";'),('ace','messages:protect-summary-cascade','s:8:\"ace:riti\";'),('ace','messages:protect-summary-desc','s:15:\"id:[$1=$2] ($3)\";'),('ace','messages:protect-text','s:91:\"ace:Droëneuh jeuët neu’eu atawa neugantoë tingkat lindông keu ôn \'\'\'$1\'\'\' nyoë pat.\";'),('ace','messages:protect-title','s:42:\"id:Ubah pengaturan perlindungan untuk \"$1\"\";'),('ace','messages:protect-title-notallowed','s:42:\"id:Lihat pengaturan perlindungan pada \"$1\"\";'),('ace','messages:protect-unchain-permissions','s:37:\"id:Aktifkan opsi pelindungan lanjutan\";'),('ace','messages:protect_change','s:8:\"ace:ubah\";'),('ace','messages:protect_expiry_invalid','s:35:\"ace:Watèë maté tanggay hana sah.\";'),('ace','messages:protect_expiry_old','s:51:\"ace:Watèë maté tanggay nakeuh bak masa u likôt.\";'),('ace','messages:protectcomment','s:11:\"ace:Alasan:\";'),('ace','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ace','messages:protectedarticle-comment','s:36:\"id:{{GENDER:$2|Melindungi}} \"[[$1]]\"\";'),('ace','messages:protectedinterface','s:252:\"ace:Halaman nyoe na tèks muka keu muka keu peukakaih leumiëk ngön geupeulindông mangat bek jeuet jipeureuloh.\nKeu neuk tamah atawa ubah teujeumah keu ban dum wiki, neungui [https://translatewiki.net/ translatewiki.net], proyek lokalisasi MediaWiki.\";'),('ace','messages:protectedpage','s:19:\"ace:Ôn teulindông\";'),('ace','messages:protectedpagemovewarning','s:182:\"id:\'\'\'Peringatan\'\'\': Halaman ini telah dikunci sehingga hanya pengguna dengan hak akses pengurus yang bisa memindahkannya.\nEntri catatan terakhir disediakan di bawah untuk referensi:\";'),('ace','messages:protectedpages','s:27:\"ace:Laman nyang geulindông\";'),('ace','messages:protectedpages-cascade','s:27:\"id:Hanya pelindungan runtun\";'),('ace','messages:protectedpages-expiry','s:14:\"id:Kedaluwarsa\";'),('ace','messages:protectedpages-filters','s:9:\"id:Tapis:\";'),('ace','messages:protectedpages-indef','s:59:\"id:Hanya untuk pelindungan dengan jangka waktu tak terbatas\";'),('ace','messages:protectedpages-noredirect','s:19:\"ace:Peusom peuninah\";'),('ace','messages:protectedpages-page','s:10:\"id:Halaman\";'),('ace','messages:protectedpages-params','s:25:\"id:Parameter perlindungan\";'),('ace','messages:protectedpages-performer','s:22:\"id:Melindungi pengguna\";'),('ace','messages:protectedpages-reason','s:10:\"ace:Alasan\";'),('ace','messages:protectedpages-submit','s:19:\"id:Halaman tampilan\";'),('ace','messages:protectedpages-summary','s:197:\"id:Halaman ini mendaftarkan halaman-halaman yang telah ada yang sedang dilindungi. Untuk daftar judul yang dilindungi dari pembuatan, lihat [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ace','messages:protectedpages-timestamp','s:16:\"id:Stempel waktu\";'),('ace','messages:protectedpages-unknown-performer','s:32:\"id:Pengguna yang tidak diketahui\";'),('ace','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ace','messages:protectedpages-unknown-timestamp','s:18:\"id:Tidak diketahui\";'),('ace','messages:protectedpagesempty','s:89:\"id:Saat ini tidak ada halaman yang sedang dilindungi dengan parameter-parameter tersebut.\";'),('ace','messages:protectedpagetext','s:59:\"ace:Laman nyoe ka geupeulindông mangat bèk jeuet geuandam\";'),('ace','messages:protectedpagewarning','s:193:\"id:<strong>Peringatan: Halaman ini sedang dilindungi sehingga hanya pengguna dengan hak akses pengurus yang dapat menyuntingnya.</strong>\nEntri log terakhir disediakan di bawah untuk referensi:\";'),('ace','messages:protectedtitles','s:24:\"id:Judul yang dilindungi\";'),('ace','messages:protectedtitles-submit','s:17:\"id:Judul tampilan\";'),('ace','messages:protectedtitles-summary','s:194:\"id:Halaman ini mendaftarkan judul-judul yang saat ini dilindungi dari pembuatan. Untuk daftar halaman yang sudah ada dan dilindungi, lihat [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ace','messages:protectedtitlesempty','s:35:\"id:Tidak ada judul yang dilindungi.\";'),('ace','messages:protectexpiry','s:18:\"ace:Maté tanggay:\";'),('ace','messages:protectlogpage','s:16:\"ace:Log lindông\";'),('ace','messages:protectlogtext','s:173:\"id:Di bawah ini adalah daftar perubahan terhadap perlindungan halaman.\nLihat [[Special:ProtectedPages|daftar halaman terlindungi]] untuk daftar perlindungan halaman terkini.\";'),('ace','messages:protectpage','s:26:\"id:Lindungi sebuah halaman\";'),('ace','messages:protectpage-summary','s:3:\"en:\";'),('ace','messages:proxyblocker','s:21:\"ace:Ngön theun proxy\";'),('ace','messages:proxyblockreason','s:197:\"id:Alamat IP Anda telah diblokir karena alamat IP Anda adalah \'\'proxy\'\' terbuka. Silakan hubungi penyedia jasa internet Anda atau dukungan teknis dan beritahukan mereka masalah keamanan serius ini.\";'),('ace','messages:pt-createaccount','s:16:\"ace:Peugöt akun\";'),('ace','messages:pt-login','s:11:\"ace:Tamöng\";'),('ace','messages:pt-login-button','s:11:\"ace:Tamöng\";'),('ace','messages:pt-login-continue-button','s:22:\"id:Lanjutkan masuk log\";'),('ace','messages:pt-userlogout','s:12:\"ace:Teubiët\";'),('ace','messages:publishchanges','s:22:\"ace:Peuteubiet neuubah\";'),('ace','messages:publishchanges-start','s:25:\"ace:Peuteubiet neuubah...\";'),('ace','messages:publishpage','s:18:\"ace:Peuteubiet ôn\";'),('ace','messages:publishpage-start','s:21:\"ace:Peuteubiet ôn...\";'),('ace','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ace','messages:purge','s:12:\"id:Bersihkan\";'),('ace','messages:purge-summary','s:3:\"en:\";'),('ace','messages:querypage-disabled','s:58:\"id:Halaman istimewa ini dinonaktifkan demi alasan kinerja.\";'),('ace','messages:querypage-no-updates','s:90:\"ace:Beunarô keu laman nyoe hat nyoe teungöh h\'an jeuët.\nData sinoe h\'an geupasoe ulang.\";'),('ace','messages:querypage-updates-periodical','s:57:\"id:Pembaruan untuk halaman ini dijalankan secara berkala.\";'),('ace','messages:quotation-marks','s:7:\"id:\"$1\"\";'),('ace','messages:randomincategory','s:35:\"id:Halaman sembarang dalam kategori\";'),('ace','messages:randomincategory-category','s:12:\"id:Kategori:\";'),('ace','messages:randomincategory-invalidcategory','s:40:\"id:\"$1\" bukanlah nama kategori yang sah.\";'),('ace','messages:randomincategory-legend','s:35:\"id:Halaman sembarang dalam kategori\";'),('ace','messages:randomincategory-nopages','s:56:\"id:Tidak ada halaman dalam kategori [[:Category:$1|$1]].\";'),('ace','messages:randomincategory-submit','s:10:\"id:Tuju ke\";'),('ace','messages:randompage','s:18:\"ace:Ôn baranggari\";'),('ace','messages:randompage-nopages','s:64:\"id:Tidak ada halaman pada {{PLURAL:$2||}}ruang nama berikut: $1.\";'),('ace','messages:randompage-url','s:17:\"en:Special:Random\";'),('ace','messages:randomredirect','s:24:\"ace:Peuninah saban sakri\";'),('ace','messages:randomredirect-nopages','s:48:\"id:Tak terdapat pengalihan pada ruang nama \"$1\".\";'),('ace','messages:randomrootpage','s:27:\"ace:Laman dasar beurangkari\";'),('ace','messages:range_block_disabled','s:61:\"id:Kemampuan pengurus dalam membuat blokir blok IP dimatikan.\";'),('ace','messages:rawhtml-notallowed','s:65:\"id:Tag &lt;html&gt; tidak dapat digunakan di luar halaman normal.\";'),('ace','messages:rawmessage','s:5:\"en:$1\";'),('ace','messages:rc-change-size','s:5:\"id:$1\";'),('ace','messages:rc-change-size-new','s:40:\"ace:$1 {{PLURAL:$1|bita}} lheueh neuubah\";'),('ace','messages:rc-old-title','s:33:\"ace:sigohlom nyan geupeugöt \"$1\"\";'),('ace','messages:rcfilters-activefilters','s:20:\"ace:Seunaréng udép\";'),('ace','messages:rcfilters-activefilters-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcfilters-activefilters-hide-tooltip','s:32:\"ace:Peusom teumpat saréng aktif\";'),('ace','messages:rcfilters-activefilters-show','s:12:\"id:Tampilkan\";'),('ace','messages:rcfilters-activefilters-show-tooltip','s:35:\"id:Tampilkan daerah Penyaring aktif\";'),('ace','messages:rcfilters-advancedfilters','s:23:\"id:Penyaringan lanjutan\";'),('ace','messages:rcfilters-allcontents-label','s:15:\"id:Semua konten\";'),('ace','messages:rcfilters-alldiscussions-label','s:16:\"id:Semua diskusi\";'),('ace','messages:rcfilters-clear-all-filters','s:24:\"id:Hapus semua penyaring\";'),('ace','messages:rcfilters-date-popup-title','s:24:\"ace:Watèe nyang neumita\";'),('ace','messages:rcfilters-days-show-days','s:25:\"ace:$1 {{PLURAL:$1|uroe}}\";'),('ace','messages:rcfilters-days-show-hours','s:27:\"id:$1 {{PLURAL:$1|jam|jam}}\";'),('ace','messages:rcfilters-days-title','s:21:\"ace:Uroe seuneulheueh\";'),('ace','messages:rcfilters-empty-filter','s:59:\"id:Tidak ada penyaring aktif. Semua kontribusi ditampilkan.\";'),('ace','messages:rcfilters-exclude-button-off','s:24:\"id:Kecuali yang terpilih\";'),('ace','messages:rcfilters-exclude-button-on','s:24:\"id:Kecuali yang terpilih\";'),('ace','messages:rcfilters-filter-bots-description','s:56:\"id:Suntingan yang dibuat dengan perkakas terotomatisasi.\";'),('ace','messages:rcfilters-filter-bots-label','s:6:\"id:Bot\";'),('ace','messages:rcfilters-filter-categorization-description','s:73:\"id:Rekam jejak halaman yang telah ditambahkan atau dihapus dari kategori.\";'),('ace','messages:rcfilters-filter-categorization-label','s:21:\"id:Perubahan kategori\";'),('ace','messages:rcfilters-filter-editsbyother-description','s:51:\"id:Semua perubahan kecuali perubahan milik sendiri.\";'),('ace','messages:rcfilters-filter-editsbyother-label','s:29:\"ace:Atra geupeusaneut lé gop\";'),('ace','messages:rcfilters-filter-editsbyself-description','s:19:\"id:Kontribusi Anda.\";'),('ace','messages:rcfilters-filter-editsbyself-label','s:23:\"ace:Atra lôn peusaneut\";'),('ace','messages:rcfilters-filter-excluded','s:17:\"id:Tidak termasuk\";'),('ace','messages:rcfilters-filter-humans-description','s:49:\"id:Suntingan yang dibuat oleh penyunting manusia.\";'),('ace','messages:rcfilters-filter-humans-label','s:22:\"ace:Ureueng (kön bot)\";'),('ace','messages:rcfilters-filter-lastrevision-description','s:44:\"id:Hanya perubahan terbaru pada halaman ini.\";'),('ace','messages:rcfilters-filter-lastrevision-label','s:17:\"id:Revisi terkini\";'),('ace','messages:rcfilters-filter-logactions-description','s:79:\"id:Tindakan administratif, pembuatan akun, penghapusan halaman, pengunggahan...\";'),('ace','messages:rcfilters-filter-logactions-label','s:19:\"ace:Buet teucètèt\";'),('ace','messages:rcfilters-filter-major-description','s:51:\"id:Suntingan yang ditandai sebagai suntingan kecil.\";'),('ace','messages:rcfilters-filter-major-label','s:39:\"id:Suntingan yang bukan suntingan kecil\";'),('ace','messages:rcfilters-filter-minor-description','s:62:\"id:Suntingan yang ditandai penyunting sebagai suntingan kecil.\";'),('ace','messages:rcfilters-filter-minor-label','s:18:\"id:Suntingan kecil\";'),('ace','messages:rcfilters-filter-newpages-description','s:38:\"id:Suntingan yang membuat halaman baru\";'),('ace','messages:rcfilters-filter-newpages-label','s:17:\"ace:Peugöt laman\";'),('ace','messages:rcfilters-filter-pageedits-description','s:61:\"id:Perubahan pada konten wiki, diskusi, deskripsi kategori...\";'),('ace','messages:rcfilters-filter-pageedits-label','s:19:\"ace:Peusaneut laman\";'),('ace','messages:rcfilters-filter-previousrevision-description','s:57:\"id:Semua perubahan yang bukan merupakan \"revisi terbaru\".\";'),('ace','messages:rcfilters-filter-previousrevision-label','s:23:\"id:Bukan revisi terbaru\";'),('ace','messages:rcfilters-filter-reviewstatus-auto-description','s:104:\"id:Suntingan oleh pengguna berpengalaman yang kontribusinya secara otomatis ditandai sebagai terpatroli.\";'),('ace','messages:rcfilters-filter-reviewstatus-auto-label','s:22:\"id:Otomatis terpatroli\";'),('ace','messages:rcfilters-filter-reviewstatus-manual-description','s:52:\"id:Suntingan yang secara manual ditandai terpatroli.\";'),('ace','messages:rcfilters-filter-reviewstatus-manual-label','s:27:\"id:Terpatroli secara manual\";'),('ace','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:78:\"id:Suntingan yang tidak ditandai terpatroli, baik secara manual atau otomatis.\";'),('ace','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:19:\"id:Belum terpatroli\";'),('ace','messages:rcfilters-filter-showlinkedfrom-label','s:55:\"id:Tampilkan perubahan pada halaman yang ditautkan dari\";'),('ace','messages:rcfilters-filter-showlinkedfrom-option-label','s:57:\"id:<strong>Halaman tertaur dari</strong> halaman terpilih\";'),('ace','messages:rcfilters-filter-showlinkedto-label','s:53:\"id:Tampilkan perubahan pada halaman yang dipautkan ke\";'),('ace','messages:rcfilters-filter-showlinkedto-option-label','s:55:\"id:<strong>Halaman tertaut ke</strong> halaman terpilih\";'),('ace','messages:rcfilters-filter-user-experience-level-experienced-description','s:85:\"id:Penyunting terdaftar dengan lebih dari 500 suntingan dan aktivitas selama 30 hari.\";'),('ace','messages:rcfilters-filter-user-experience-level-experienced-label','s:25:\"id:Pengguna berpengalaman\";'),('ace','messages:rcfilters-filter-user-experience-level-learner-description','s:103:\"id:Penyunting terdaftar yang pengalamannya berada antara \"Pendatang baru\" dan \"Pengguna berpengalaman\".\";'),('ace','messages:rcfilters-filter-user-experience-level-learner-label','s:9:\"id:Pemula\";'),('ace','messages:rcfilters-filter-user-experience-level-newcomer-description','s:101:\"id:Penyunting terdaftar yang memiliki suntingan kurang dari 10 suntingan dan aktivitas selama 4 hari.\";'),('ace','messages:rcfilters-filter-user-experience-level-newcomer-label','s:17:\"id:Pendatang baru\";'),('ace','messages:rcfilters-filter-user-experience-level-registered-description','s:24:\"id:Penyunting masuk log.\";'),('ace','messages:rcfilters-filter-user-experience-level-registered-label','s:12:\"id:Terdaftar\";'),('ace','messages:rcfilters-filter-user-experience-level-unregistered-description','s:35:\"id:Penyunting yang tidak masuk log.\";'),('ace','messages:rcfilters-filter-user-experience-level-unregistered-label','s:18:\"id:Tidak terdaftar\";'),('ace','messages:rcfilters-filter-watchlist-notwatched-description','s:57:\"id:Semuanya kecuali perubahan pada halaman yang dipantau.\";'),('ace','messages:rcfilters-filter-watchlist-notwatched-label','s:34:\"id:Tidak ada dalam daftar pantauan\";'),('ace','messages:rcfilters-filter-watchlist-watched-description','s:46:\"id:Perubahan pada halaman dalam pantauan Anda.\";'),('ace','messages:rcfilters-filter-watchlist-watched-label','s:17:\"id:Dalam pantauan\";'),('ace','messages:rcfilters-filter-watchlist-watchednew-description','s:92:\"id:Perubahan halaman-halaman yang dipantau yang belum Anda kunjungi sejak perubahan terjadi.\";'),('ace','messages:rcfilters-filter-watchlist-watchednew-label','s:33:\"id:Perubahan daftar pantauan baru\";'),('ace','messages:rcfilters-filter-watchlistactivity-seen-description','s:83:\"id:Perubahan pada halaman-halaman yang telah Anda kunjungi sejak perubahan terjadi.\";'),('ace','messages:rcfilters-filter-watchlistactivity-seen-label','s:31:\"id:Perubahan yang telah dilihat\";'),('ace','messages:rcfilters-filter-watchlistactivity-unseen-description','s:92:\"id:Perubahan pada halaman-halaman yang belum Anda kunjungi sejak perubahan tersebut terjadi.\";'),('ace','messages:rcfilters-filter-watchlistactivity-unseen-label','s:31:\"id:Perubahan yang belum dilihat\";'),('ace','messages:rcfilters-filtergroup-authorship','s:25:\"id:Kepemilikan kontribusi\";'),('ace','messages:rcfilters-filtergroup-automated','s:22:\"id:Kontribusi otomatis\";'),('ace','messages:rcfilters-filtergroup-changetype','s:18:\"id:Jenis perubahan\";'),('ace','messages:rcfilters-filtergroup-lastrevision','s:17:\"id:Revisi terkini\";'),('ace','messages:rcfilters-filtergroup-reviewstatus','s:20:\"id:Status peninjauan\";'),('ace','messages:rcfilters-filtergroup-significance','s:14:\"id:Kepentingan\";'),('ace','messages:rcfilters-filtergroup-user-experience-level','s:38:\"id:Pendaftaran dan pengalaman pengguna\";'),('ace','messages:rcfilters-filtergroup-watchlist','s:20:\"id:Halaman terpantau\";'),('ace','messages:rcfilters-filtergroup-watchlistactivity','s:28:\"id:Aktivitas daftar pantauan\";'),('ace','messages:rcfilters-filterlist-noresults','s:32:\"id:Tidak ada penyaring ditemukan\";'),('ace','messages:rcfilters-filterlist-title','s:12:\"id:Penyaring\";'),('ace','messages:rcfilters-filterlist-whatsthis','s:25:\"id:Bagaimana ini bekerja?\";'),('ace','messages:rcfilters-group-results-by-page','s:34:\"ace:Peusapat hasé meunurôt laman\";'),('ace','messages:rcfilters-hideminor-conflicts-typeofchange','s:136:\"id:Jenis perubahan tertentu tidak dapat ditandai sebagai \"kecil\", jadi penyaring ini berkonflik dengan penyaring Jenis Perubahan ini: $1\";'),('ace','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:235:\"id:Penyaring \"Suntingan kecil\" berkonflik dengan satu atau lebih jenis penyaring perubahan lain, karena jenis perubahan tertentu tidak dapat ditandai sebagai \"kecil\". Penyaring yang berkonflik ditandai di area Penyaring aktif, di atas.\";'),('ace','messages:rcfilters-highlightbutton-title','s:14:\"id:Sorot hasil\";'),('ace','messages:rcfilters-highlighted-filters-list','s:14:\"id:Disorot: $1\";'),('ace','messages:rcfilters-highlightmenu-help','s:48:\"id:Pilih sebuah warna untuk menyorot atribut ini\";'),('ace','messages:rcfilters-highlightmenu-title','s:21:\"id:Pilih sebuah warna\";'),('ace','messages:rcfilters-hours-title','s:21:\"ace:Jeum seuneulheueh\";'),('ace','messages:rcfilters-invalid-filter','s:22:\"id:Penyaring tidak sah\";'),('ace','messages:rcfilters-legend-heading','s:40:\"ace:<strong>Dapeuta seuningkat:</strong>\";'),('ace','messages:rcfilters-limit-and-date-label','s:32:\"ace:$1 {{PLURAL:$1|neuubah}}, $2\";'),('ace','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:62:\"id:Saring hasil berdasarkan jumlah perubahan dan periode waktu\";'),('ace','messages:rcfilters-limit-title','s:26:\"ace:Hasé keu teupeuleumah\";'),('ace','messages:rcfilters-liveupdates-button','s:15:\"ace:Ban meuubah\";'),('ace','messages:rcfilters-liveupdates-button-title-off','s:61:\"id:Tampilkan perubahan baru ketika perubahan tersebut terjadi\";'),('ace','messages:rcfilters-liveupdates-button-title-on','s:29:\"id:Matikan perubahan langsung\";'),('ace','messages:rcfilters-noresults-conflict','s:66:\"id:Hasil tidak ditemukan karena kriteria pencariannya bertentangan\";'),('ace','messages:rcfilters-other-review-tools','s:30:\"ace:Alat keumalön nyang laén\";'),('ace','messages:rcfilters-preference-help','s:164:\"id:Muat [[{{#special:RecentChanges}}|perubahan terbaru]] dan [[{{#special:RecentChangesLinked}}|perubahan terkait]]tanpa fungsi penyaring pencarian atau penyorotan.\";'),('ace','messages:rcfilters-preference-label','s:35:\"id:Gunakan antarmuka non-JavaScript\";'),('ace','messages:rcfilters-quickfilters','s:24:\"ace:Seunaréng teukeubah\";'),('ace','messages:rcfilters-quickfilters-placeholder-description','s:135:\"id:Untuk menyimpan pengaturan penyaring dan menggunakannya kembali, klik ikon penanda halaman di area daerah Penyaring aktif, di bawah.\";'),('ace','messages:rcfilters-quickfilters-placeholder-title','s:36:\"id:Tidak ada penyaring yang disimpan\";'),('ace','messages:rcfilters-restore-default-filters','s:30:\"id:Kembalikan penyaring bawaan\";'),('ace','messages:rcfilters-savedqueries-add-new-title','s:34:\"id:Simpan pengaturan penyaring ini\";'),('ace','messages:rcfilters-savedqueries-already-saved','s:94:\"id:Penyaring ini telah tersimpan. Ubah pengaturan Anda untuk membuat Penyaring Tersimpan baru.\";'),('ace','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:22:\"id:Buat penyaring baku\";'),('ace','messages:rcfilters-savedqueries-apply-label','s:22:\"id:Membuat penyaringan\";'),('ace','messages:rcfilters-savedqueries-cancel-label','s:11:\"id:Batalkan\";'),('ace','messages:rcfilters-savedqueries-defaultlabel','s:24:\"ace:Seunaréng teukeubah\";'),('ace','messages:rcfilters-savedqueries-new-name-label','s:7:\"id:Nama\";'),('ace','messages:rcfilters-savedqueries-new-name-placeholder','s:34:\"id:Jelaskan tujuan penyaringan ini\";'),('ace','messages:rcfilters-savedqueries-remove','s:8:\"id:Hapus\";'),('ace','messages:rcfilters-savedqueries-rename','s:12:\"id:Ubah nama\";'),('ace','messages:rcfilters-savedqueries-setdefault','s:24:\"id:Tetapkan sebagai baku\";'),('ace','messages:rcfilters-savedqueries-unsetdefault','s:21:\"id:Hapus sebagai baku\";'),('ace','messages:rcfilters-search-placeholder','s:67:\"ace:Saréng neuubah (ngui menu atawa plôk mita keu neusaréng nan)\";'),('ace','messages:rcfilters-search-placeholder-mobile','s:12:\"id:Penyaring\";'),('ace','messages:rcfilters-show-new-changes','s:31:\"ace:Peuleumah nyang ban meuubah\";'),('ace','messages:rcfilters-state-message-fullcoverage','s:150:\"id:Memilih semua penyaring dalam kelompok ini sama dengan tidak memilih apapun, sehingga penyaringan ini tidak memberikan hasil. Kelompok termasuk: $1\";'),('ace','messages:rcfilters-state-message-subset','s:157:\"id:Penyaring ini tidak akan berpengaruh karena hasilnya disertakan oleh {{PLURAL:$2|penyaring}} berikut yang lebih luas (coba soroti untuk membedakannya): $1\";'),('ace','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ace','messages:rcfilters-tag-prefix-namespace-inverted','s:29:\"id:<strong>:bukan</strong> $1\";'),('ace','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ace','messages:rcfilters-tag-remove','s:13:\"id:Hapus \'$1\'\";'),('ace','messages:rcfilters-target-page-placeholder','s:40:\"id:Masukkan nama halaman (atau kategori)\";'),('ace','messages:rcfilters-typeofchange-conflicts-hideminor','s:155:\"id:Penyaring Jenis perubahan ini bertentangan dengan penyaring \"Suntingan kecil\". Jenis perubahan tertentu tidak bisa ditetapkan sebagai suntingan \"kecil\".\";'),('ace','messages:rcfilters-view-namespaces-tooltip','s:34:\"id:Saring hasil menurut ruang nama\";'),('ace','messages:rcfilters-view-return-to-default-tooltip','s:36:\"id:Kembali ke menu penyaringan utama\";'),('ace','messages:rcfilters-view-tags','s:21:\"id:Suntingan ditandai\";'),('ace','messages:rcfilters-view-tags-help-icon-tooltip','s:53:\"id:Pelajari lebih lanjut tentang suntingan dengan tag\";'),('ace','messages:rcfilters-view-tags-tooltip','s:44:\"id:Saring hasil menggunakan tag penyuntingan\";'),('ace','messages:rcfilters-watchlist-edit-watchlist-button','s:31:\"id:Sunting daftar pantauan Anda\";'),('ace','messages:rcfilters-watchlist-markseen-button','s:42:\"id:Tandai semua perubahan sebagai terlihat\";'),('ace','messages:rcfilters-watchlist-preference-help','s:100:\"id:Muat [[{{#special:Watchlist}}|daftar pantauan]] tanpa penyaring pencarian atau fungsi penyorotan.\";'),('ace','messages:rcfilters-watchlist-preference-label','s:35:\"id:Gunakan antarmuka non-JavaScript\";'),('ace','messages:rcfilters-watchlist-showupdated','s:161:\"id:Perubahan di halaman-halaman yang belum Anda kunjungi sejak perubahan terjadi ditampilkan dalam <strong>huruf tebal</strong>, dan tanda titik tebal di daftar.\";'),('ace','messages:rclinks','s:49:\"ace:Peuleumah $1 neuubah barô lam $2 uroë nyoë\";'),('ace','messages:rclistfrom','s:48:\"ace:Peuleumah nyang ban meuubah mulayi $3 poh $2\";'),('ace','messages:rclistfromreset','s:29:\"id:Atur ulang pilihan tanggal\";'),('ace','messages:rcnotefrom','s:119:\"ace:Di yup nyoe nakeuh {{PLURAL:$5|neuubah}} yôh <strong>$3, $4</strong> (trôk \'an <strong>$1</strong> geupeuleumah).\";'),('ace','messages:rcpatroldisabled','s:38:\"id:Patroli perubahan terbaru dimatikan\";'),('ace','messages:rcpatroldisabledtext','s:52:\"id:Fitur patroli perubahan terbaru sedang dimatikan.\";'),('ace','messages:rcshowhideanons','s:29:\"ace:$1 ureuëng ngui hana nan\";'),('ace','messages:rcshowhideanons-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhideanons-show','s:13:\"ace:Peuleumah\";'),('ace','messages:rcshowhidebots','s:10:\"ace:$1 bot\";'),('ace','messages:rcshowhidebots-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhidebots-show','s:13:\"ace:Peuleumah\";'),('ace','messages:rcshowhidecategorization','s:26:\"id:$1 kategorisasi halaman\";'),('ace','messages:rcshowhidecategorization-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhidecategorization-show','s:12:\"id:Tampilkan\";'),('ace','messages:rcshowhideliu','s:28:\"ace:$1 ureuëng ngui tamöng\";'),('ace','messages:rcshowhideliu-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhideliu-show','s:13:\"ace:Peuleumah\";'),('ace','messages:rcshowhidemine','s:26:\"ace:$1 atra lôn peusaneut\";'),('ace','messages:rcshowhidemine-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhidemine-show','s:13:\"ace:Peuleumah\";'),('ace','messages:rcshowhideminor','s:22:\"ace:$1 peusaneut bacut\";'),('ace','messages:rcshowhideminor-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhideminor-show','s:13:\"ace:Peuleumah\";'),('ace','messages:rcshowhidepatr','s:25:\"ace:$1 peusaneut teurunda\";'),('ace','messages:rcshowhidepatr-hide','s:10:\"ace:Peusom\";'),('ace','messages:rcshowhidepatr-show','s:12:\"id:Tampilkan\";'),('ace','messages:readonly','s:22:\"ace:Basis data geurôk\";'),('ace','messages:readonly_lag','s:109:\"ace:Basis data ka geurôk otomatis silawét basis data sekunder teungöh geupeusinkron ngön basis data utama\";'),('ace','messages:readonlytext','s:217:\"ace:Basis data hat nyoë geurôk keu teunamöng barô ngön geunantoë la\'én, kadang keu peulara basis data rutin, lheuëh nyan barô lagèë biasa teuma.\n\nUreueng urôh nyang rôk nyoe geupeutaba jeuneulaih nyoe: $1\";'),('ace','messages:readonlywarning','s:339:\"id:<strong>Peringatan: Basis data sedang dikunci karena pemeliharaan, sehingga saat ini Anda tidak dapat menerbitkan hasil suntingan Anda.</strong>\nAnda mungkin perlu menyalin teks suntingan Anda ini dan menyimpannya ke sebuah berkas teks dan memuatkannya lagi kemudian.\n\nPengurus yang mengunci basis data memberikan penjelasan berikut: $1\";'),('ace','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ace','messages:recentchanges','s:20:\"ace:Peuneugöt barô\";'),('ace','messages:recentchanges-feed-description','s:54:\"ace:Seutöt neuubah barô lam wiki bak umpeuën nyoë.\";'),('ace','messages:recentchanges-label-bot','s:24:\"ace:Geupeusaneut lé bot\";'),('ace','messages:recentchanges-label-minor','s:22:\"ace:Geupeusaneut bacut\";'),('ace','messages:recentchanges-label-newpage','s:24:\"ace:Geupeugöt ôn barô\";'),('ace','messages:recentchanges-label-plusminus','s:32:\"ace:Seunipat ôn meuubah lam bit\";'),('ace','messages:recentchanges-label-unpatrolled','s:41:\"ace:Hasé peusaneut nyoe goh lom geukalon\";'),('ace','messages:recentchanges-legend','s:27:\"ace:Peuniléh neuubah barô\";'),('ace','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ace','messages:recentchanges-legend-heading','s:31:\"ace:<strong>Hareutoë:</strong>\";'),('ace','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ace','messages:recentchanges-legend-newpage','s:87:\"ace:{{int:recentchanges-label-newpage}} (eu cit [[Special:NewPages|dapeuta ôn barô]])\";'),('ace','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('ace','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ace','messages:recentchanges-legend-watchlistexpiry','s:34:\"id:Halaman yang dipantau sementara\";'),('ace','messages:recentchanges-network','s:96:\"id:Selama terjadi kesalahan teknis, tidak ada hasil yang bisa dimuat. Coba segarkan halaman ini.\";'),('ace','messages:recentchanges-noresult','s:67:\"ace:Hana neuubah lam lheuëng watèë nyoë nyang paih ngön syarat\";'),('ace','messages:recentchanges-notargetpage','s:98:\"id:Masukkan nama halaman di atas untuk melihat perubahan yang berhubungan dengan halaman tersebut.\";'),('ace','messages:recentchanges-page-added-to-category','s:34:\"id:[[:$1]] ditambahkan ke kategori\";'),('ace','messages:recentchanges-page-added-to-category-bundled','s:113:\"id:[[:$1]] ditambahkan ke kategori, [[Special:WhatLinksHere/$1|halaman ini dimasukkan bersama-sama halaman lain]]\";'),('ace','messages:recentchanges-page-removed-from-category','s:32:\"id:[[:$1]] dihapus dari kategori\";'),('ace','messages:recentchanges-page-removed-from-category-bundled','s:114:\"id:[[:$1]] dihapus dari kategori, [[Special:WhatLinksHere/$1|halaman ini dimasukkan bersama halaman-halaman lain]]\";'),('ace','messages:recentchanges-submit','s:12:\"id:Tampilkan\";'),('ace','messages:recentchanges-summary','s:54:\"ace:Neukalön nyang ban meuubah bak wiki lam ôn nyoe.\";'),('ace','messages:recentchanges-timeout','s:84:\"id:Waktu pencarian telah habis. Anda mungkin ingin mencoba parameter pencarian lain.\";'),('ace','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ace','messages:recentchangescount','s:104:\"id:Jumlah suntingan standar untuk ditampilkan di perubahan terbaru, riwayat halaman, dan di halaman log:\";'),('ace','messages:recentchangesdays','s:53:\"id:Jumlah hari yang ditampilkan di perubahan terbaru:\";'),('ace','messages:recentchangesdays-max','s:40:\"id:(maksimum $1 {{PLURAL:$1|hari|hari}})\";'),('ace','messages:recentchangeslinked','s:22:\"ace:Neuubah meukaw\'èt\";'),('ace','messages:recentchangeslinked-feed','s:22:\"ace:Neuubah meuhubông\";'),('ace','messages:recentchangeslinked-page','s:12:\"ace:Nan ôn:\";'),('ace','messages:recentchangeslinked-summary','s:279:\"ace:Neupeutamong nan ôn keu neukalon nyang meuubah bak ôn nyang teupawôt bak ôn nyan. (Keu neukalon anggèeta nibak saboh kawan, neupeutamong {{ns:category}}:Nan kawan). Peuneugöt bak ôn nyang na bak [[Special:Watchlist|dapeuta keunalön]] teusurat <strong>teubai</strong>.\";'),('ace','messages:recentchangeslinked-title','s:37:\"ace:Neuubah nyang meukaw\'èt ngön $1\";'),('ace','messages:recentchangeslinked-to','s:83:\"ace:Peuleumah nyang ban meuubah bak ôn nyang mupawôt ngön ôn nyang geumeukeusud\";'),('ace','messages:recentchangeslinked-toolbox','s:25:\"ace:Peuneugöt teukaw\'èt\";'),('ace','messages:recentchangestext','s:4:\"en:-\";'),('ace','messages:recreate','s:17:\"ace:Peugöt ulang\";'),('ace','messages:recreate-moveddeleted-warn','s:200:\"ace:\'\'\'Ingat: Droeneuh neupeugöt ulang saboh ôn nyang ka töm geusampôh. \'\'\',\n\nNeutimang-timang dilèe peue ék patôt neulanjut atra nyang teungöh neupeugöt.\nNyoë log seunampôh nibak ôn nyoe:\";'),('ace','messages:red-link-title','s:17:\"ace:$1 (ôn hana)\";'),('ace','messages:redirect','s:72:\"id:Pengalihan berdasarkan ID berkas, pengguna, halaman, revisi, atau log\";'),('ace','messages:redirect-file','s:18:\"ace:Nan beureukaih\";'),('ace','messages:redirect-logid','s:9:\"id:ID log\";'),('ace','messages:redirect-lookup','s:8:\"ace:Mita\";'),('ace','messages:redirect-not-exists','s:24:\"id:Nilai tidak ditemukan\";'),('ace','messages:redirect-not-numeric','s:22:\"id:Nilai bukan numerik\";'),('ace','messages:redirect-page','s:12:\"ace:ID Laman\";'),('ace','messages:redirect-revision','s:18:\"ace:Pubeutoi laman\";'),('ace','messages:redirect-submit','s:7:\"ace:Jak\";'),('ace','messages:redirect-summary','s:292:\"id:Halaman istimewa ini beralih ke berkas (sesuai nama berkasnya), halaman (sesuai ID revisinya), atau halaman pengguna (sesuai ID numerik penggunanya). Penggunaan: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/revision/328429]], atau [[{{#Special:Redirect}}/user/101]].\";'),('ace','messages:redirect-text','s:3:\"en:\";'),('ace','messages:redirect-user','s:19:\"ace:ID ureueng ngui\";'),('ace','messages:redirect-value','s:10:\"ace:Nilai:\";'),('ace','messages:redirectedfrom','s:25:\"ace:(Geupupinah nibak $1)\";'),('ace','messages:redirectexists','s:126:\"id:Sudah ada sebuah pengalihan di [[:$1]], dan pengalihan tersebut tidak bisa dihapus secara otomatis. Tolong pilih nama lain.\";'),('ace','messages:redirectpagesub','s:16:\"ace:Ôn peuninah\";'),('ace','messages:redirectto','s:14:\"ace:Pupinah u:\";'),('ace','messages:removecredentials','s:19:\"id:Hapus kredensial\";'),('ace','messages:removecredentials-invalidsubpage','s:45:\"id:$1 adalah jenis kredensial yang tidak sah.\";'),('ace','messages:removecredentials-submit','s:19:\"id:Hapus kredensial\";'),('ace','messages:removecredentials-success','s:33:\"id:Kredensial Anda telah dihapus.\";'),('ace','messages:removedwatchtext','s:88:\"ace:Ôn \"[[:$1]]\" ka geusampôh nibak [[Special:Watchlist|dapeuta keunalön]] Droëneuh.\";'),('ace','messages:removedwatchtext-short','s:56:\"id:Halaman \"$1\" telah dihapus dari daftar pantauan Anda.\";'),('ace','messages:removedwatchtext-talk','s:98:\"id:\"[[:$1]]\" dan halaman terkaitnya telah dihapus dari [[Special:Watchlist|daftar pantauan Anda]].\";'),('ace','messages:removewatch','s:29:\"id:Hapus dari daftar pantauan\";'),('ace','messages:resetpass-abort-generic','s:54:\"ace:Meuubah narit rahsia ka geupeubateuë lé ekstensi\";'),('ace','messages:resetpass-expired','s:82:\"id:Kata sandi Anda telah kedaluarsa. Silakan atur kata sandi baru untuk masuk log.\";'),('ace','messages:resetpass-expired-soft','s:178:\"id:Kata sandi Anda telah kedaluarsa dan perlu diubah. Silakan memilih kata sandi baru, atau klik \"{{int:authprovider-resetpass-skip-label}}\" untuk menyetel ulang pada waktu lain.\";'),('ace','messages:resetpass-no-info','s:64:\"ace:Droeneuh peureulèe neutamöng mangat jeuet neueu laman nyoe\";'),('ace','messages:resetpass-recycled','s:89:\"id:Mohon ubah kata sandi Anda ke sesuatu yang berbeda dari kata sandi Anda yang sekarang.\";'),('ace','messages:resetpass-submit-cancel','s:13:\"ace:Pubateuë\";'),('ace','messages:resetpass-submit-loggedin','s:27:\"ace:Gantoë lageuëm rahsia\";'),('ace','messages:resetpass-temp-emailed','s:124:\"id:Anda masuk log dengan kode sementara yang disurel.\nUntuk menyelesaikan masuk log, Anda harus mengatur sandi baru di sini:\";'),('ace','messages:resetpass-temp-password','s:28:\"ace:Lageuem rahsia keu siat:\";'),('ace','messages:resetpass-validity','s:32:\"id:Kata sandi Anda tidak sah: $1\";'),('ace','messages:resetpass-validity-soft','s:32:\"ace:Lageuëm rahsia hana sah: $1\";'),('ace','messages:resetpass-wrong-oldpass','s:107:\"ace:Narit rahsia salah.\nDroëneuh kadang ka meuhasé neuubah narit rahsia atawa neulakè narit rahsia barô\";'),('ace','messages:resetpass_announce','s:75:\"ace:Keu neutamöng log, droeneuh peureulèe neupeugöt lageuem rahsia barô\";'),('ace','messages:resetpass_forbidden','s:42:\"ace:Lageuëm rahsia h\'an jeuët geugantoë\";'),('ace','messages:resetpass_forbidden-reason','s:44:\"ace:Lageuem tamöng h\'an jeuet geugantoe: $1\";'),('ace','messages:resetpass_header','s:32:\"ace:Gantoë lageuëm rahsia akun\";'),('ace','messages:resetpass_submit','s:45:\"ace:Atô lageuëm rahsia lheuëh nyan tamöng\";'),('ace','messages:resetpass_text','s:34:\"id:<!-- Tambahkan teks di sini -->\";'),('ace','messages:resettokens','s:13:\"id:Ubah token\";'),('ace','messages:resettokens-done','s:15:\"id:Reset token.\";'),('ace','messages:resettokens-no-tokens','s:34:\"id:Tidak ada token untuk di-reset.\";'),('ace','messages:resettokens-resetbutton','s:27:\"id:Reset token yang dipilih\";'),('ace','messages:resettokens-summary','s:3:\"en:\";'),('ace','messages:resettokens-text','s:233:\"id:Anda dapat me-reset Token yang memungkinkan akses ke data pribadi tertentu yang terkait dengan akun Anda di sini.\n\nAnda harus melakukannya jika Anda secara tidak sengaja berbagi dengan seseorang atau jika akun Anda telah disusupi.\";'),('ace','messages:resettokens-token-label','s:26:\"id:$1 (nilai saat ini: $2)\";'),('ace','messages:resettokens-tokens','s:9:\"id:Token:\";'),('ace','messages:resettokens-watchlist-token','s:100:\"id:Token untuk sindikasi web (Atom/RSS) dari [[Special:Watchlist|perubahan di daftar pantauan Anda]]\";'),('ace','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('ace','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('ace','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('ace','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('ace','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('ace','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('ace','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('ace','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('ace','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('ace','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('ace','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('ace','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('ace','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('ace','messages:rest-invalid-user','s:45:\"id:Nama pengguna yang dimaksud ($1) tidak sah\";'),('ace','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('ace','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('ace','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('ace','messages:rest-no-match','s:80:\"id:Lintasan relatif yang diminta ($1) tidak sesuai dengan penangan yang dikenali\";'),('ace','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('ace','messages:rest-nonexistent-revision','s:38:\"id:Revisi yang dimaksud ($1) tidak ada\";'),('ace','messages:rest-nonexistent-title','s:37:\"id:Judul yang dimaksud ($1) tidak ada\";'),('ace','messages:rest-nonexistent-title-revision','s:79:\"id:Revisi yang ditentukan ($1) tidak tersedia bagi halaman yang ditentukan ($2)\";'),('ace','messages:rest-nonexistent-user','s:40:\"id:Pengguna yang dimaksud ($1) tidak ada\";'),('ace','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('ace','messages:rest-pagehistory-incompatible-params','s:75:\"id:Parameter \"older_than\" dan \"newer_than\" tidak boleh dimasukkan sekaligus\";'),('ace','messages:rest-pagehistory-param-range-error','s:42:\"id:Penanda revisi harus lebih besar dari 0\";'),('ace','messages:rest-pagehistory-timestamp-error','s:70:\"id:Tidak dapat mengambil stempel waktu untuk revisi yang dimaksud ($1)\";'),('ace','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('ace','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('ace','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('ace','messages:rest-permission-denied-anon','s:43:\"id:Tidak dapat diakses oleh pengguna anonim\";'),('ace','messages:rest-permission-denied-revision','s:62:\"id:Pengguna tidak memiliki akses ke revisi yang dimaksud ($1).\";'),('ace','messages:rest-permission-denied-title','s:61:\"id:Pengguna ini tidak memiliki akses untuk membaca judul ($1)\";'),('ace','messages:rest-prefix-mismatch','s:80:\"id:Lintasan yang diminta ($1) tidak berada di dalam lintasan utama REST API ($2)\";'),('ace','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('ace','messages:rest-resource-limit-exceeded','s:75:\"id:Batasan sumber daya telah melebihi batas untuk memproses permintaan ini.\";'),('ace','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('ace','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('ace','messages:rest-wrong-method','s:142:\"id:Metode yang diminta ($1) bukan {{PLURAL:$3|metode yang diizinkan untuk lintasan tunggal dari metode yang diizinkan pada lintasan ini}} ($2)\";'),('ace','messages:restore-count-files','s:35:\"id:{{PLURAL:$1|1 berkas|$1 berkas}}\";'),('ace','messages:restore-count-revisions','s:35:\"id:{{PLURAL:$1|1 revisi|$1 revisi}}\";'),('ace','messages:restorelink','s:57:\"ace:$1 {{PLURAL:$1|neuandam|neuandam}} nyang ka geusampoh\";'),('ace','messages:restoreprefs','s:34:\"id:Kembalikan semua setelan bawaan\";'),('ace','messages:restricted-displaytitle','s:107:\"id:<strong>Perhatian:</strong> Tampilan judul \"$1\" diabaikan karena tidak sesuai dengan judul halaman asli.\";'),('ace','messages:restricted-displaytitle-ignored','s:51:\"id:Halaman-halaman dengan pengabaian tampilan judul\";'),('ace','messages:restricted-displaytitle-ignored-desc','s:131:\"id:Halaman ini memiliki pengabaian <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> karena tidak sesuai dengan judul halaman aslinya.\";'),('ace','messages:restriction-blank','s:3:\"en:\";'),('ace','messages:restriction-create','s:7:\"id:Buat\";'),('ace','messages:restriction-edit','s:13:\"ace:Peusaneut\";'),('ace','messages:restriction-level','s:12:\"ace:Tingkat:\";'),('ace','messages:restriction-level-all','s:18:\"id:semua tingkatan\";'),('ace','messages:restriction-level-autoconfirmed','s:19:\"id:pelindungan semi\";'),('ace','messages:restriction-level-sysop','s:20:\"id:pelindungan penuh\";'),('ace','messages:restriction-move','s:11:\"ace:Pupinah\";'),('ace','messages:restriction-type','s:13:\"ace:Lindông:\";'),('ace','messages:restriction-upload','s:9:\"id:Unggah\";'),('ace','messages:restrictionsfield-badip','s:42:\"id:Alamat IP atau rentang IP tidak sah: $1\";'),('ace','messages:restrictionsfield-help','s:110:\"id:Satu alamat IP atau rentang CIDR per baris. Untuk mengaktifkan semuanya, gunakan:\n<pre>0.0.0.0/0\n::/0</pre>\";'),('ace','messages:restrictionsfield-label','s:29:\"id:Rentang IP yang diizinkan:\";'),('ace','messages:retrievedfrom','s:25:\"ace:Geurumpök nibak \"$1\"\";'),('ace','messages:returnto','s:14:\"ace:Gisa u $1.\";'),('ace','messages:retypenew','s:30:\"ace:Pasoë lom lageuëm barô:\";'),('ace','messages:reuploaddesc','s:29:\"ace:Riwang u laman peutamöng\";'),('ace','messages:rev-deleted-comment','s:34:\"ace:(mohtasa peusaneut geusampôh)\";'),('ace','messages:rev-deleted-diff-view','s:206:\"id:Salah satu revisi perbedaan ini telah <strong>dihapus</strong>.\nAnda dapat melihat perbedaannya; perincian dapat ditemukan di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('ace','messages:rev-deleted-event','s:26:\"id:(perincian log dihapus)\";'),('ace','messages:rev-deleted-no-diff','s:217:\"id:Anda tidak dapat melihat perbedaan ini karena salah satu dari revisinya telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\";'),('ace','messages:rev-deleted-text-permission','s:148:\"id:Revisi halaman ini telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page=$1}} log penghapusan]\";'),('ace','messages:rev-deleted-text-unhide','s:250:\"id:Revisi ini telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\nSebagai seorang pengurus, Anda masih dapat [$1 melihat revisi ini] jika Anda menginginkannya.\";'),('ace','messages:rev-deleted-text-view','s:190:\"id:Revisi ini telah <strong>dihapus</strong>.\nSebagai seorang pengurus, Anda dapat melihatnya; perinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page=$1}} log penghapusan].\";'),('ace','messages:rev-deleted-unhide-diff','s:288:\"id:Salah satu revisi pada tampilan perbedaan ini telah <strong>dihapus</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} log penghapusan].\nSebagai seorang pengurus, Anda masih dapat [$1 melihat perbedaan ini] jika Anda menginginkannya.\";'),('ace','messages:rev-deleted-user','s:33:\"ace:(nan ureueng ngui geusampôh)\";'),('ace','messages:rev-deleted-user-contribs','s:100:\"ace:[nan ureueng ngui atawa alamat IP geusampôh - hasé peusaneut geupeusom bak dapeuta peuneugöt]\";'),('ace','messages:rev-delundel','s:20:\"ace:peuleumah/peusom\";'),('ace','messages:rev-showdeleted','s:11:\"ace:peudeuh\";'),('ace','messages:rev-suppressed-diff-view','s:246:\"id:Salah satu revisi perbedaan ini telah <strong>disembunyikan</strong>.\nSebagai seorang pengurus, Anda dapat melihat perbedaan ini; perinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} log penyembunyian].\";'),('ace','messages:rev-suppressed-no-diff','s:106:\"id:Anda tidak dapat melihat perubahan ini karena salah satu dari revisinya telah <strong>dihapus</strong>.\";'),('ace','messages:rev-suppressed-text','s:59:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>.\";'),('ace','messages:rev-suppressed-text-permission','s:158:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>. Perinciannya dapat ditemukan di [{{fullurl:{{#Special:Log}}/suppress|page=$1}} log penyembunyian].\";'),('ace','messages:rev-suppressed-text-unhide','s:268:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>.\nPerinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} log penyembunyian].\nSebagai seorang pengurus, Anda masih dapat [$1 melihat revisi ini] jika Anda menginginkannya.\";'),('ace','messages:rev-suppressed-text-view','s:214:\"id:Revisi halaman ini telah <strong>disembunyikan</strong>.\nSebagai seorang pengurus, Anda masih dapat melihatnya; perinciannya mungkin tersedia di [{{fullurl:{{#Special:Log}}/suppress|page=$1}} log penyembunyian].\";'),('ace','messages:rev-suppressed-unhide-diff','s:272:\"id:Salah satu perbedaan revisi telah <strong>disembunyikan</strong>.\nPerinciannya mungkin terdapat di [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} log penyembunyian].\nSebagai pengurus, Anda masih dapat [$1 melihat perbedaan ini] jika Anda menginginkannya.\";'),('ace','messages:revdel-restore','s:21:\"ace:Gantoë neuleumah\";'),('ace','messages:revdelete-concurrent-change','s:134:\"id:Gagal mengubah revisi per $2, $1: Statusnya kemungkinan telah diubah oleh pengguna lain bersamaan dengan Anda.\nSilakan periksa log.\";'),('ace','messages:revdelete-confirm','s:170:\"id:Tolong konfirmasi bahwa Anda memang bermaksud melakukan ini, memahami konsekuensinya, dan bahwa Anda melakukannya sesuai dengan [[{{MediaWiki:Policy-url}}|kebijakan]].\";'),('ace','messages:revdelete-content-hid','s:15:\"ace:asoe geusom\";'),('ace','messages:revdelete-content-unhid','s:29:\"id:konten tidak disembunyikan\";'),('ace','messages:revdelete-edit-reasonlist','s:43:\"id:Sunting daftar alasan penghapusan revisi\";'),('ace','messages:revdelete-edit-reasonlist-suppress','s:32:\"id:Alasan penekanan penyuntingan\";'),('ace','messages:revdelete-failure','s:47:\"id:Keterlihatan revisi tak dapat diperbarui:\n$1\";'),('ace','messages:revdelete-hide-comment','s:21:\"ace:Mohtasa peusaneut\";'),('ace','messages:revdelete-hide-current','s:114:\"id:Gagal menyembunyikan revisi tertanggal $2, $1: Ini adalah revisi terkini.\nRevisi ini tidak dapat disembunyikan.\";'),('ace','messages:revdelete-hide-image','s:25:\"ace:Peusom asoe beureukah\";'),('ace','messages:revdelete-hide-name','s:35:\"id:Sembunyikan target dan parameter\";'),('ace','messages:revdelete-hide-restricted','s:51:\"id:Sembunyikan data dari pengurus dan pengguna lain\";'),('ace','messages:revdelete-hide-text','s:14:\"id:Teks revisi\";'),('ace','messages:revdelete-hide-user','s:37:\"id:Nama pengguna/alamat IP penyunting\";'),('ace','messages:revdelete-legend','s:28:\"id:Atur batasan keterlihatan\";'),('ace','messages:revdelete-log','s:11:\"ace:Alasan:\";'),('ace','messages:revdelete-modify-missing','s:74:\"id:Gagal mengubah revisi ID $1: Revisi ini tidak ditemukan dari basis data\";'),('ace','messages:revdelete-modify-no-access','s:122:\"id:Gagal mengubah revisi tertanggal $2, $1: Revisi ini telah ditandai \"terbatas\".\nAnda tidak memiliki akses ke revisi ini.\";'),('ace','messages:revdelete-no-change','s:113:\"id:<strong>Peringatan:</strong> Revisi tertanggal $2, $1 telah memiliki aturan keterlihatan seperti yang diminta.\";'),('ace','messages:revdelete-no-file','s:38:\"id:Berkas yang dituju tidak ditemukan.\";'),('ace','messages:revdelete-nooldid-text','s:164:\"id:Anda belum memberikan revisi tujuan yang akan menjalankan fungsi ini, atau revisi yang diberikan tidak tersedia, atau Anda mencoba menyembunyikan revisi terkini.\";'),('ace','messages:revdelete-nooldid-title','s:30:\"id:Target revisi tak ditemukan\";'),('ace','messages:revdelete-offender','s:18:\"id:Pemilik revisi:\";'),('ace','messages:revdelete-only-restricted','s:167:\"id:Kesalahan saat menyembunyikan butir tertanggal $2, $1: Anda tidak dapat menyembunyikan butir dari pengurus tanpa memilih juga salah satu opsi penyembunyian lainnya.\";'),('ace','messages:revdelete-otherreason','s:24:\"id:Alasan lain/tambahan:\";'),('ace','messages:revdelete-radio-same','s:20:\"ace:(bèk neugantoe)\";'),('ace','messages:revdelete-radio-set','s:10:\"ace:Teusom\";'),('ace','messages:revdelete-radio-unset','s:10:\"ace:Leumah\";'),('ace','messages:revdelete-reason-dropdown','s:158:\"id:*Alasan penghapusan yang umum\n** Pelanggaran hak cipta\n** Komentar yang tidak pantas\n** Nama pengguna yang tidak pantas\n** Berpotensi mencemarkan nama baik\";'),('ace','messages:revdelete-reason-dropdown-suppress','s:69:\"id:* Alasan umum penyembunyian\n** Informasi pribadi yang tidak pantas\";'),('ace','messages:revdelete-reasonotherlist','s:14:\"id:Alasan lain\";'),('ace','messages:revdelete-restricted','s:35:\"id:akses telah dibatasi untuk opsis\";'),('ace','messages:revdelete-selected-file','s:74:\"id:{{PLURAL:$1|Versi berkas terpilih|Versi berkas terpilih}} dari [[:$2]]:\";'),('ace','messages:revdelete-selected-text','s:62:\"id:{{PLURAL:$1|Revisi terpilih|Revisi terpilih}} dari [[:$2]]:\";'),('ace','messages:revdelete-show-file-confirm','s:109:\"id:Apakah Anda yakin ingin melihat revisi yang telah dihapus dari berkas \"<nowiki>$1</nowiki>\" dari $3 di $2?\";'),('ace','messages:revdelete-show-file-submit','s:8:\"ace:Nyoe\";'),('ace','messages:revdelete-show-no-access','s:125:\"id:Gagal menampilkan revisi tertanggal $2, $1: Revisi ini telah ditandai \"terbatas\".\nAnda tidak memiliki akses ke revisi ini.\";'),('ace','messages:revdelete-submit','s:53:\"id:Terapkan pada {{PLURAL:$1|revisi|revisi}} terpilih\";'),('ace','messages:revdelete-success','s:43:\"id:Keterlihatan revisi berhasil diperbarui.\";'),('ace','messages:revdelete-summary-hid','s:36:\"id:ringkasan suntingan disembunyikan\";'),('ace','messages:revdelete-summary-unhid','s:42:\"id:ringkasan suntingan tidak disembunyikan\";'),('ace','messages:revdelete-suppress','s:51:\"id:Sembunyikan data dari pengurus dan pengguna lain\";'),('ace','messages:revdelete-suppress-text','s:250:\"id:Penyembunyian revisi <strong>hanya</strong> boleh digunakan untuk kasus-kasus berikut:\n* Informasi yang berpotensi memfitnah\n* Informasi pribadi yang tak sepantasnya\n*: <em>alamat rumah dan nomor telepon, nomor kartu identitas, dan lain-lain.</em>\";'),('ace','messages:revdelete-text-file','s:143:\"id:Versi berkas yang dihapus akan tetap muncul di riwayat berkas, tetapi bagian dari konten mereka akan menjadi tidak dapat diakses untuk umum.\";'),('ace','messages:revdelete-text-others','s:145:\"id:Pengurus lain akan masih dapat mengakses konten tersembunyi dan dapat membatalkan penghapusannya, kecuali jika ada penerapan batasan tambahan.\";'),('ace','messages:revdelete-text-text','s:138:\"id:Revisi yang dihapus akan tetap muncul di halaman riwayat, tetapi bagian dari konten mereka akan menjadi tidak dapat diakses untuk umum.\";'),('ace','messages:revdelete-uname-hid','s:30:\"id:nama pengguna disembunyikan\";'),('ace','messages:revdelete-uname-unhid','s:36:\"id:nama pengguna tidak disembunyikan\";'),('ace','messages:revdelete-unrestricted','s:36:\"id:pembatasan akses opsis dihapuskan\";'),('ace','messages:revdelete-unsuppress','s:44:\"id:Buang batasan pada revisi yang dipulihkan\";'),('ace','messages:reverted','s:34:\"id:Dibatalkan ke revisi sebelumnya\";'),('ace','messages:revertmerge','s:26:\"ace:Hana jadèh peugabông\";'),('ace','messages:revertmove','s:13:\"ace:peuriwang\";'),('ace','messages:revertpage','s:127:\"id:Pengembalian suntingan oleh [[Special:Contributions/$2|$2]] ([[User talk:$2|bicara]]) ke revisi terakhir oleh [[User:$1|$1]]\";'),('ace','messages:revertpage-anon','s:99:\"id:Membatalkan suntingan dari [[Special:Contributions/$2|$2]] ke versi terakhir oleh [[User:$1|$1]]\";'),('ace','messages:revertpage-nouser','s:97:\"id:Mengembalikan suntingan oleh (nama pengguna dihapus) ke suntingan terakhir oleh [[User:$1|$1]]\";'),('ace','messages:revid','s:12:\"id:revisi $1\";'),('ace','messages:revision-info','s:40:\"ace:Revisi per $1 lé {{GENDER:$6|$2}}$7\";'),('ace','messages:revision-info-current','s:4:\"en:-\";'),('ace','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ace','messages:revisionasof','s:23:\"ace:Geunantoë tiëp $1\";'),('ace','messages:revisiondelete','s:27:\"id:Hapus/batal hapus revisi\";'),('ace','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ace','messages:right-apihighlimits','s:56:\"id:Menggunakan batasan yang lebih tinggi dalam kueri API\";'),('ace','messages:right-applychangetags','s:69:\"id:Terapkan [[Special:Tags|tags]] bersamaan dengan perubahan pengguna\";'),('ace','messages:right-autoconfirmed','s:43:\"id:Tidak dipengaruhi rate limit berbasis IP\";'),('ace','messages:right-autocreateaccount','s:47:\"id:Masuk log otomatis dengan akun pengguna luar\";'),('ace','messages:right-autopatrol','s:72:\"id:Menyunting dengan status suntingan secara otomatis ditandai terpantau\";'),('ace','messages:right-bigdelete','s:42:\"ace:Sampôh laman ngön ban dum riwayatjih\";'),('ace','messages:right-block','s:41:\"id:Blokir pengguna lain dari penyuntingan\";'),('ace','messages:right-blockemail','s:43:\"id:Memblokir pengiriman surel oleh pengguna\";'),('ace','messages:right-bot','s:46:\"id:Diperlakukan sebagai sebuah proses otomatis\";'),('ace','messages:right-browsearchive','s:31:\"ace:Mita laman nyang geusampôh\";'),('ace','messages:right-changetags','s:90:\"id:Tambah dan hapus [[Special:Tags|tag]] arbitrari pada revisi masing-masing dan entri log\";'),('ace','messages:right-createaccount','s:35:\"ace:Peugöt akun ureueng ngui barô\";'),('ace','messages:right-createpage','s:48:\"ace:Peugöt laman barô (nyang kön laman marit)\";'),('ace','messages:right-createtalk','s:21:\"ace:Peugöt ôn marit\";'),('ace','messages:right-delete','s:17:\"ace:Sampôh laman\";'),('ace','messages:right-delete-redirect','s:35:\"id:Menghapus pengalihan satu revisi\";'),('ace','messages:right-deletechangetags','s:45:\"id:Hapus [[Special:Tags|tag]] dari basis data\";'),('ace','messages:right-deletedhistory','s:71:\"id:Melihat entri-entri revisi yang dihapus, tanpa teks yang berhubungan\";'),('ace','messages:right-deletedtext','s:69:\"id:Melihat teks yang dihapus dan perubahan antara revisi yang dihapus\";'),('ace','messages:right-deletelogentry','s:59:\"id:Menghapus dan membatalkan penghapusan entri log tertentu\";'),('ace','messages:right-deleterevision','s:70:\"id:Menghapus dan membatalkan penghapusan revisi tertentu suatu halaman\";'),('ace','messages:right-edit','s:19:\"ace:Peusaneut laman\";'),('ace','messages:right-editcontentmodel','s:34:\"id:Menyunting model konten halaman\";'),('ace','messages:right-editinterface','s:32:\"id:Menyunting antarmuka pengguna\";'),('ace','messages:right-editmyoptions','s:37:\"id:Menyunting preferensi Anda sendiri\";'),('ace','messages:right-editmyprivateinfo','s:72:\"id:Menyunting data pribadi Anda sendiri (misal: alamat surel, nama asli)\";'),('ace','messages:right-editmyusercss','s:35:\"id:Sunting berkas CSS pengguna Anda\";'),('ace','messages:right-editmyuserjs','s:42:\"id:Sunting berkas JavaScript pengguna Anda\";'),('ace','messages:right-editmyuserjson','s:36:\"id:Sunting berkas JSON pengguna Anda\";'),('ace','messages:right-editmyuserjsredirect','s:65:\"id:Sunting berkas JavaScript pengguna Anda yang merupakan alihan.\";'),('ace','messages:right-editmywatchlist','s:126:\"id:Sunting daftar pantau Anda sendiri (ingatlah bahwa beberapa tindakan tetap akan menambahkan halaman walaupun tanpa hak ini)\";'),('ace','messages:right-editprotected','s:75:\"id:Menyunting halaman yang dilindungi sebagai \"{{int:protect-level-sysop}}\"\";'),('ace','messages:right-editsemiprotected','s:83:\"id:Menyunting halaman yang dilindungi sebagai \"{{int:protect-level-autoconfirmed}}\"\";'),('ace','messages:right-editsitecss','s:41:\"id:Menyunting CSS untuk keseluruhan situs\";'),('ace','messages:right-editsitejs','s:48:\"id:Menyunting JavaScript untuk keseluruhan situs\";'),('ace','messages:right-editsitejson','s:42:\"id:Menyunting JSON untuk keseluruhan situs\";'),('ace','messages:right-editusercss','s:38:\"id:Menyunting berkas CSS pengguna lain\";'),('ace','messages:right-edituserjs','s:37:\"id:Menyunting berkas JS pengguna lain\";'),('ace','messages:right-edituserjson','s:39:\"id:Menyunting berkas JSON pengguna lain\";'),('ace','messages:right-hideuser','s:60:\"id:Memblokir nama pengguna dan menyembunyikannya dari publik\";'),('ace','messages:right-import','s:35:\"id:Mengimpor halaman dari wiki lain\";'),('ace','messages:right-importupload','s:54:\"id:Mengimpor halaman dari sebuah berkas yang dimuatkan\";'),('ace','messages:right-ipblock-exempt','s:76:\"id:Mengabaikan pemblokiran IP, pemblokiran otomatis, dan rentang pemblokiran\";'),('ace','messages:right-managechangetags','s:40:\"id:Buat dan matikan [[Special:Tags|tag]]\";'),('ace','messages:right-markbotedits','s:53:\"id:Menandai pengembalian revisi sebagai suntingan bot\";'),('ace','messages:right-mergehistory','s:48:\"id:Menggabungkan versi terdahulu halaman-halaman\";'),('ace','messages:right-mf-uploadbutton','s:38:\"id:Gunakan tombol unggah di halaman HP\";'),('ace','messages:right-minoredit','s:37:\"ace:Peutanda seubagoe peusaneut ubeut\";'),('ace','messages:right-move','s:17:\"ace:Pupinah laman\";'),('ace','messages:right-move-categorypages','s:29:\"id:Pindahkan halaman kategori\";'),('ace','messages:right-move-rootuserpages','s:28:\"ace:Pinah laman ureueng ngui\";'),('ace','messages:right-move-subpages','s:41:\"ace:Pinah laman ngön ban dum aneuk laman\";'),('ace','messages:right-movefile','s:19:\"ace:Pinah beureukah\";'),('ace','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ace','messages:right-nominornewtalk','s:78:\"id:Ketiadaan suntingan kecil di halaman pembicaraan memicu tampilan pesan baru\";'),('ace','messages:right-noratelimit','s:53:\"id:Tidak dipengaruhi oleh pembatasan jumlah suntingan\";'),('ace','messages:right-override-export-depth','s:69:\"id:Ekspor halaman termasuk halaman-halaman terkait hingga 5 kedalaman\";'),('ace','messages:right-pagelang','s:22:\"id:Ubah bahasa halaman\";'),('ace','messages:right-patrol','s:54:\"id:Menandai suntingan pengguna lain sebagai terpatroli\";'),('ace','messages:right-patrolmarks','s:46:\"id:Melihat penandaan patroli perubahan terbaru\";'),('ace','messages:right-protect','s:76:\"id:Mengubah tingkat pelindungan dan sunting halaman yang dilindungi beruntun\";'),('ace','messages:right-purge','s:36:\"id:Menghapus singgahan suatu halaman\";'),('ace','messages:right-read','s:15:\"ace:Beuet laman\";'),('ace','messages:right-reupload','s:32:\"id:Menimpa berkas yang sudah ada\";'),('ace','messages:right-reupload-own','s:68:\"id:Menimpa berkas yang sudah ada yang dimuat oleh pengguna yang sama\";'),('ace','messages:right-reupload-shared','s:61:\"id:Menolak berkas-berkas pada penyimpanan media lokal bersama\";'),('ace','messages:right-rollback','s:100:\"id:Mengembalikan dengan cepat suntingan-suntingan pengguna terakhir yang menyunting halaman tertentu\";'),('ace','messages:right-sendemail','s:34:\"id:Mengirim surel ke pengguna lain\";'),('ace','messages:right-siteadmin','s:40:\"id:Mengunci dan membuka kunci basis data\";'),('ace','messages:right-suppressionlog','s:20:\"id:Lihat log rahasia\";'),('ace','messages:right-suppressredirect','s:69:\"id:Tidak membuat pengalihan dari nama lama ketika memindahkan halaman\";'),('ace','messages:right-suppressrevision','s:109:\"id:Menampilkan, menyembunyikan dan membatalkan penyembunyian revisi tertentu atas suatu halaman dari pengguna\";'),('ace','messages:right-unblockself','s:28:\"id:Melepaskan blokir sendiri\";'),('ace','messages:right-undelete','s:43:\"id:Mengembalikan halaman yang telah dihapus\";'),('ace','messages:right-unwatchedpages','s:53:\"id:Melihat daftar halaman-halaman yang tidak dipantau\";'),('ace','messages:right-upload','s:24:\"ace:Peutamöng beureukah\";'),('ace','messages:right-upload_by_url','s:34:\"ace:Peutamöng beureukah nibak URL\";'),('ace','messages:right-userrights','s:34:\"id:Menyunting seluruh hak pengguna\";'),('ace','messages:right-userrights-interwiki','s:44:\"id:Menyunting hak para pengguna di wiki lain\";'),('ace','messages:right-viewmyprivateinfo','s:69:\"id:Melihat data pribadi Anda sendiri (misal: alamat surel, nama asli)\";'),('ace','messages:right-viewmywatchlist','s:39:\"id:Melihat daftar pantauan Anda sendiri\";'),('ace','messages:right-viewsuppressed','s:54:\"id:Lihat revisi yang disembunyikan dari semua pengguna\";'),('ace','messages:right-writeapi','s:25:\"ace:Meungui API teumuléh\";'),('ace','messages:rightslog','s:26:\"ace:Log neuubah hak peuhah\";'),('ace','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ace','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ace','messages:rightslogentry-temporary-group','s:28:\"id:$1 (sementara, hingga $2)\";'),('ace','messages:rightslogtext','s:63:\"id:Di bawah ini adalah log perubahan terhadap hak-hak pengguna.\";'),('ace','messages:rightsnone','s:14:\"id:(tidak ada)\";'),('ace','messages:rollback','s:23:\"id:Kembalikan suntingan\";'),('ace','messages:rollback-confirmation-confirm','s:22:\"id:Silakan konfirmasi:\";'),('ace','messages:rollback-confirmation-no','s:8:\"id:Batal\";'),('ace','messages:rollback-confirmation-yes','s:13:\"id:Kembalikan\";'),('ace','messages:rollback-missingparam','s:54:\"id:Parameter dibutuhkan ketika diminta tidak tersedia.\";'),('ace','messages:rollback-missingrevision','s:34:\"id:Tidak mampu memuat data revisi.\";'),('ace','messages:rollback-success','s:114:\"id:Pengembalian suntingan yang dilakukan {{GENDER:$3|$1}}; dikembalikan ke versi terakhir buatan {{GENDER:$4|$2}}.\";'),('ace','messages:rollbackfailed','s:31:\"id:Pengembalian gagal dilakukan\";'),('ace','messages:rollbacklink','s:10:\"ace:pulang\";'),('ace','messages:rollbacklinkcount','s:45:\"ace:peuriwang $1 {{PLURAL:$1|hase peusaneut}}\";'),('ace','messages:rollbacklinkcount-morethan','s:61:\"id:kembalikan lebih dari $1 {{PLURAL:$1|suntingan|suntingan}}\";'),('ace','messages:rotate-comment','s:59:\"id:Gambar diputar $1 {{PLURAL:$1|derajat}} searah jarum jam\";'),('ace','messages:sat','s:7:\"ace:Sab\";'),('ace','messages:saturday','s:9:\"ace:Sabtu\";'),('ace','messages:saturday-at','s:17:\"id:Sabtu pukul $1\";'),('ace','messages:savearticle','s:14:\"ace:Keubah ôn\";'),('ace','messages:savearticle-start','s:20:\"id:Simpan halaman...\";'),('ace','messages:savechanges','s:18:\"ace:Keubah neuubah\";'),('ace','messages:savechanges-start','s:21:\"ace:Keubah neuubah...\";'),('ace','messages:savedprefs','s:34:\"id:Preferensi Anda telah disimpan.\";'),('ace','messages:savedrights','s:57:\"id:Kelompok hak pengguna {{GENDER:$1|$1}} telah disimpan.\";'),('ace','messages:savefile','s:20:\"ace:Keubah beureukah\";'),('ace','messages:saveprefs','s:10:\"ace:Keubah\";'),('ace','messages:saveusergroups','s:27:\"ace:Ubah kawan ureueng ngui\";'),('ace','messages:scarytranscludedisabled','s:35:\"id:[Transklusi interwiki dimatikan]\";'),('ace','messages:scarytranscludefailed','s:33:\"id:[Pengambilan templat $1 gagal]\";'),('ace','messages:scarytranscludefailed-httpstatus','s:42:\"id:[Pengambilan templat $1 gagal: HTTP $2]\";'),('ace','messages:scarytranscludetoolong','s:24:\"id:[URL terlalu panjang]\";'),('ace','messages:search','s:8:\"ace:Mita\";'),('ace','messages:search-category','s:16:\"id:(kategori $1)\";'),('ace','messages:search-error','s:33:\"id:Galat terjadi saat mencari: $1\";'),('ace','messages:search-external','s:17:\"id:Pencarian luar\";'),('ace','messages:search-file-match','s:35:\"ace:(reumbang ngön asoe beureukah)\";'),('ace','messages:search-filter-title-prefix','s:58:\"id:Hanya mencari halaman yang judulnya diawali dengan \"$1\"\";'),('ace','messages:search-filter-title-prefix-reset','s:24:\"id:Cari di semua halaman\";'),('ace','messages:search-ignored-headings','s:459:\"id:# <pre>\n# Judul yang akan diabaikan oleh pencarian.\n# Suntingan ini akan diterapkan setelah halaman dengan judul ini diindeks.\n# Anda bisa memaksakan pengindeksan kembali halaman ini dengan melakukan suntingan kosong (\'\'null edit\'\')\n# Sintaksisnya adalah seperti berikut:\n#   * Semuanya dari karakter \"#\" ke akhir baris adalah sebuah komentar.\n#   * Setiap baris tak-kosong adalah judul tepat yang akan diabaikan.\nReferensi\nPranala luar\nLihat pula\n #</pre>\";'),('ace','messages:search-interwiki-custom','s:3:\"en:\";'),('ace','messages:search-interwiki-more','s:9:\"ace:(lom)\";'),('ace','messages:search-interwiki-more-results','s:16:\"id:hasil lainnya\";'),('ace','messages:search-interwiki-resultset-link','s:20:\"id:Lihat semua hasil\";'),('ace','messages:search-invalid-sort-order','s:123:\"id:Perintah menyortir $1 tidak dikenal, penyortiran standar akan diterapkan. Perintah-perintah menyortir yang sah adalah $2\";'),('ace','messages:search-match-redirect-help','s:90:\"id:Pilih untuk dialihkan ke halaman saat judul halaman itu cocok dengan apa yang Anda cari\";'),('ace','messages:search-match-redirect-label','s:54:\"id:Arahkan ulang ke pencocokan yang tepat saat mencari\";'),('ace','messages:search-nonefound','s:44:\"ace:Hana hasé nyang paih lagèë neulakèë\";'),('ace','messages:search-nonefound-thiswiki','s:56:\"id:Tidak ada hasil yang cocok dengan kueri di situs ini.\";'),('ace','messages:search-redirect','s:25:\"ace:(geupupinah nibak $1)\";'),('ace','messages:search-relatedarticle','s:10:\"id:Terkait\";'),('ace','messages:search-result-category-size','s:114:\"ace:{{PLURAL:$1|1 anggèeta|$1 anggèeta}} ({{PLURAL:$2|1 aneuk kawan|$2 aneuk kawan}}, {{PLURAL:$3|1 beureukah}})\";'),('ace','messages:search-result-size','s:39:\"ace:$1 ({{PLURAL:$2|1 narit|$2 narit}})\";'),('ace','messages:search-rewritten','s:62:\"id:Menampilkan hasil untuk $1. Tidak ditemukan hasil untuk $2.\";'),('ace','messages:search-section','s:18:\"ace:(bideuëng $1)\";'),('ace','messages:search-showingresults','s:126:\"ace:{{PLURAL:$4|Hasé <strong>$1</strong> nibak <strong>$3</strong>|Hasé <strong>$1 - $2</strong> nibak <strong>$3</strong>}}\";'),('ace','messages:search-suggest','s:41:\"ace:Kadang meukeusud Droëneuh nakeuh: $1\";'),('ace','messages:search-summary','s:3:\"en:\";'),('ace','messages:search-unknown-profile','s:79:\"id:Profil pencarian $1 tidak dikenal, profil pencarian standar akan diterapkan.\";'),('ace','messages:search-warning','s:39:\"id:Peringatan muncul ketika mencari: $1\";'),('ace','messages:searchall','s:11:\"ace:ban dum\";'),('ace','messages:searcharticle','s:9:\"ace:Jak u\";'),('ace','messages:searchbutton','s:8:\"ace:Mita\";'),('ace','messages:searchdisabled','s:206:\"id:Pencarian {{SITENAME}} dimatikan.\nAnda dapat mencari melalui Google untuk sementara waktu.\nPerlu diingat bahwa indeks Google untuk konten {{SITENAME}} mungkin belum mencakup perubahan-perubahan terakhir.\";'),('ace','messages:searchlimit-help','s:21:\"id:Nilai maksimum: $1\";'),('ace','messages:searchlimit-label','s:55:\"id:Banyak hasil pencarian yang ditampilkan per halaman:\";'),('ace','messages:searchmenu-exists','s:110:\"ace:Na ôn gön nan \"[[:$1]]\" bak {{SITENAME}}. {{PLURAL:$2|0=|Kalön cit hasé mita laén nyang geuteumèe.}}\";'),('ace','messages:searchmenu-new','s:113:\"ace:Peugöt ôn \"[[:$1]]\" bak wiki nyoe! {{PLURAL:$2|0=|Kalön cit ôn seuneutöt.|Kalön cit hasé seuneutöt.}}\";'),('ace','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ace','messages:searchprofile-advanced','s:18:\"ace:Tingkat lanjut\";'),('ace','messages:searchprofile-advanced-tooltip','s:33:\"ace:Mita lam ruweuëng nan kustom\";'),('ace','messages:searchprofile-articles','s:12:\"ace:Ôn asoe\";'),('ace','messages:searchprofile-articles-tooltip','s:15:\"ace:Mita lam $1\";'),('ace','messages:searchprofile-everything','s:11:\"ace:Ban dum\";'),('ace','messages:searchprofile-everything-tooltip','s:38:\"ace:Mita ban dum asoe (rôh ôn marit)\";'),('ace','messages:searchprofile-images','s:14:\"ace:Multimedia\";'),('ace','messages:searchprofile-images-tooltip','s:18:\"ace:Mita beureukah\";'),('ace','messages:searchrelated','s:13:\"ace:meusambat\";'),('ace','messages:searchresults','s:14:\"ace:Hasé mita\";'),('ace','messages:searchresults-title','s:23:\"ace:Hasé mita keu \"$1\"\";'),('ace','messages:searchresultshead','s:8:\"ace:Mita\";'),('ace','messages:searchsuggest-containing','s:21:\"ace:Mita ôn nyang na\";'),('ace','messages:searchsuggest-search','s:25:\"ace:Mita lam {{SITENAME}}\";'),('ace','messages:seconds','s:36:\"id:{{PLURAL:$1|satu detik|$1 detik}}\";'),('ace','messages:seconds-abbrev','s:7:\"id:$1 d\";'),('ace','messages:seconds-ago','s:35:\"id:$1 {{PLURAL:$1|detik}} yang lalu\";'),('ace','messages:sectioneditnotsupported-text','s:54:\"ace:Peusaneut bideueng hana geudukông bak laman nyoe.\";'),('ace','messages:sectioneditnotsupported-title','s:38:\"ace:Peusaneut bideueng hana geudukông\";'),('ace','messages:selfmove','s:78:\"id:Tidak dapat memindahkan halaman, karena judul sumber dan judul tujuan sama.\";'),('ace','messages:selfredirect','s:261:\"id:<strong>Peringatan:</strong> Anda mengalihkan halaman ini kembali ke halaman semula.\nAnda bisa jadi telah memberikan tujuan pengalihan yang salah, atau telah menyunting halaman yang salah.\nJika Anda mengeklik \"$1\" sekali lagi, halaman pengalihan akan dibuat.\";'),('ace','messages:semicolon-separator','s:9:\"id:;&#32;\";'),('ace','messages:semiprotectedpagemovewarning','s:175:\"id:<strong>Catatan:</strong> Halaman ini telah dikunci sehingga hanya pengguna terdaftar yang dapat memindahkannya.\nEntri catatan terakhir disediakan di bawah untuk referensi:\";'),('ace','messages:semiprotectedpagewarning','s:187:\"id:<strong>Catatan:</strong> Halaman ini sedang dilindungi, sehingga hanya pengguna terdaftar otomatis yang bisa menyuntingnya.\nEntri catatan terakhir disediakan di bawah untuk referensi:\";'),('ace','messages:sep','s:15:\"ace:Sikureuëng\";'),('ace','messages:september','s:22:\"ace:Buleuen Sikureueng\";'),('ace','messages:september-gen','s:22:\"ace:Buleuen Sikureueng\";'),('ace','messages:servertime','s:17:\"id:Waktu peladen:\";'),('ace','messages:session_fail_preview','s:354:\"id:Maaf, kami tidak dapat mengolah suntingan Anda akibat terhapusnya data sesi.\n\nAnda mungkin telah keluar log. \'\'\'Mohon periksa apakah Anda masih masuk log dan coba sekali lagi.\'\'\'\nJika masih tidak berhasil, cobalah [[Special:UserLogout|keluar lo]]g dan masuk log kembali, dan periksa bahwa peramban web Anda mengizinkan penyimpanan kuki dari situs ini.\";'),('ace','messages:session_fail_preview_html','s:481:\"id:Maaf! Kami tidak dapat memproses suntingan Anda karena hilangnya data sesi.\n\n<em>Karena {{SITENAME}} mengizinkan penggunaan HTML mentah, pratayang telah disembunyikan sebagai pencegahan terhadap serangan JavaScript.</em>\n\n<strong>Jika ini merupakan upaya suntingan yang sah, silakan coba lagi.</strong>\nJika masih tetap tidak berhasil, cobalah [[Special:UserLogout|keluar log]] dan masuk kembali, dan periksa apakah peramban web Anda mengizinkan penyimpanan kuki dari situs ini.\";'),('ace','messages:sessionfailure','s:211:\"id:Sepertinya ada masalah dengan sesi log Anda; log Anda telah dibatalkan sebagai antisipasi untuk mencegah pembajakan. Silakan tekan tombol \"kembali\" dan muat kembali halaman sebelum Anda masuk, lalu coba lagi.\";'),('ace','messages:sessionfailure-title','s:17:\"id:Kegagalan sesi\";'),('ace','messages:sessionmanager-tie','s:68:\"id:Tidak dapat menggabungkan banyak jenis otentikasi permintaan: $1.\";'),('ace','messages:sessionprovider-generic','s:10:\"id:sesi $1\";'),('ace','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"id:sesi berdasarkan kuki\";'),('ace','messages:sessionprovider-nocookies','s:88:\"id:Kuki mungkin dimatikan. Pastikan Anda telah mengaktifkan kuki dan coba mulai kembali.\";'),('ace','messages:shared-repo','s:28:\"id:sebuah repositori bersama\";'),('ace','messages:shared-repo-from','s:10:\"id:dari $1\";'),('ace','messages:shared-repo-name-wikimediacommons','s:20:\"id:Wikimedia Commons\";'),('ace','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ace','messages:sharedupload','s:74:\"ace:Beureukah nyoë dari $1 ngön kadang geunguy lé buët-buët la’én.\";'),('ace','messages:sharedupload-desc-create','s:154:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek lain.\nMungkin Anda ingin menyunting keterangan pada [$2 halaman deskripsi berkas] di sana.\";'),('ace','messages:sharedupload-desc-edit','s:154:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek lain.\nMungkin Anda ingin menyunting keterangan pada [$2 halaman deskripsi berkas] di sana.\";'),('ace','messages:sharedupload-desc-here','s:145:\"ace:Beureukah nyoe asaijih nibak $1 ngon kadang geungui lé proyèk-proyèk laén.\nKeutrangan bak [$2 on keutranganjih] geupeuleumah di yup nyoe.\";'),('ace','messages:sharedupload-desc-there','s:150:\"id:Berkas ini berasal dari $1 dan mungkin digunakan oleh proyek-proyek lain.\nSilakan lihat [$2 halaman deskripsi berkas] untuk informasi lebih lanjut.\";'),('ace','messages:shortpages','s:16:\"ace:Laman paneuk\";'),('ace','messages:shortpages-summary','s:3:\"en:\";'),('ace','messages:show','s:13:\"ace:Peuleumah\";'),('ace','messages:show-big-image','s:21:\"ace:Beureukaih aseuli\";'),('ace','messages:show-big-image-other','s:38:\"ace:{{PLURAL:$2|Resolusi}} la\'én: $1.\";'),('ace','messages:show-big-image-preview','s:32:\"ace:Seunipat hasé peusaneut: $1\";'),('ace','messages:show-big-image-preview-differ','s:49:\"id:Ukuran pratayang $3 ini dari berkas $2 ini: $1\";'),('ace','messages:show-big-image-size','s:19:\"ace:$1 × $2 piksel\";'),('ace','messages:showdiff','s:27:\"ace:Peuleumah nyang meuubah\";'),('ace','messages:showhideselectedlogentries','s:43:\"id:Tampilkan/sembunyikan entri log terpilih\";'),('ace','messages:showhideselectedversions','s:39:\"id:Tampilkan/sembunyikan versi terpilih\";'),('ace','messages:showingresults','s:135:\"id:Di bawah ini ditampilkan hingga {{PLURAL:$1|<strong>1</strong> hasil|<strong>$1</strong> hasil}}, dimulai dari #<strong>$2</strong>.\";'),('ace','messages:showingresultsinrange','s:157:\"id:Menampilkan sampai dengan {{PLURAL:$1|<strong>1</strong> hasil|<strong>$1</strong> hasil}} dalam rentang #<strong>$2</strong> sampai #<strong>$3</strong>.\";'),('ace','messages:shown-title','s:45:\"ace:Peuleumah $1 {{PLURAL:$1|hasé}} tiep ôn\";'),('ace','messages:showpreview','s:19:\"ace:Peuleumah hasé\";'),('ace','messages:showtoc','s:13:\"ace:peuleumah\";'),('ace','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ace','messages:sig-text','s:7:\"en:--$1\";'),('ace','messages:signature','s:57:\"ace:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|marit]])\";'),('ace','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ace','messages:signature-temp','s:77:\"id:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|Pembicaraan]])\";'),('ace','messages:signupend','s:3:\"en:\";'),('ace','messages:signupend-https','s:3:\"en:\";'),('ace','messages:signupstart','s:3:\"en:\";'),('ace','messages:simpleantispam-label','s:56:\"ace:Paréksa anti-spam.\n<strong>BÈK</strong> neupasoë!\";'),('ace','messages:site-atom-feed','s:21:\"ace:Umpeuën Atôm $1\";'),('ace','messages:site-rss-feed','s:19:\"ace:Umpeuën RSS $1\";'),('ace','messages:sitecsspreview','s:110:\"id:<strong>Ingatlah bahwa Anda hanya menampilkan pratayang dari CSS ini.\nPerubahan belum diterbitkan!</strong>\";'),('ace','messages:sitecssprotected','s:131:\"id:Anda tidak memiliki izin untuk menyunting halaman CSS ini karena tindakan tersebut mungkin dapat memengaruhi seluruh pengunjung.\";'),('ace','messages:sitejsonpreview','s:123:\"id:<strong>Ingatlah bahwa Anda hanya melihat pratayang dari konfigurasi JSON ini.\nPerubahan ini belum diterbitkan!</strong>\";'),('ace','messages:sitejsonprotected','s:132:\"id:Anda tidak memiliki izin untuk menyunting halaman JSON ini karena tindakan tersebut mungkin dapat memengaruhi seluruh pengunjung.\";'),('ace','messages:sitejspreview','s:119:\"id:<strong>Ingatlah bahwa Anda hanya menampilkan pratayang dari kode JavaScript ini.\nPerubahan belum disimpan!</strong>\";'),('ace','messages:sitejsprotected','s:138:\"id:Anda tidak memiliki izin untuk menyunting halaman JavaScript ini karena tindakan tersebut mungkin dapat memengaruhi seluruh pengunjung.\";'),('ace','messages:sitenotice','s:4:\"en:-\";'),('ace','messages:siterawhtmlprotected','s:145:\"id:Anda tidak memiliki izin untuk mengedit halaman ini karena mengandung HTML mentah yang dapat dimodifikasi untuk mempengaruhi semua pengunjung.\";'),('ace','messages:sitesubtitle','s:3:\"en:\";'),('ace','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ace','messages:siteuser','s:27:\"id:pengguna {{SITENAME}} $1\";'),('ace','messages:siteusers','s:55:\"id:{{PLURAL:$2|pengguna|para pengguna}} {{SITENAME}} $1\";'),('ace','messages:size-bytes','s:24:\"id:$1 {{PLURAL:$1|bita}}\";'),('ace','messages:size-exabytes','s:8:\"en:$1 EB\";'),('ace','messages:size-exapixel','s:8:\"en:$1 EP\";'),('ace','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('ace','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('ace','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('ace','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('ace','messages:size-megabytes','s:8:\"en:$1 MB\";'),('ace','messages:size-megapixel','s:8:\"en:$1 MP\";'),('ace','messages:size-petabytes','s:8:\"en:$1 PB\";'),('ace','messages:size-petapixel','s:8:\"en:$1 PP\";'),('ace','messages:size-pixel','s:26:\"id:$1 {{PLURAL:$1|piksel}}\";'),('ace','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ace','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ace','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ace','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ace','messages:size-terabytes','s:8:\"en:$1 TB\";'),('ace','messages:size-terapixel','s:8:\"en:$1 TP\";'),('ace','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('ace','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('ace','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('ace','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ace','messages:skin-action-addsection','s:15:\"ace:Tamah bhaih\";'),('ace','messages:skin-action-delete','s:11:\"ace:Sampôh\";'),('ace','messages:skin-action-move','s:11:\"ace:Pupinah\";'),('ace','messages:skin-action-protect','s:15:\"ace:Peulindông\";'),('ace','messages:skin-action-undelete','s:19:\"ace:Bateuë sampôh\";'),('ace','messages:skin-action-unprotect','s:23:\"ace:Gantoë neulindông\";'),('ace','messages:skin-action-viewdeleted','s:10:\"ace:Eu $1?\";'),('ace','messages:skin-action-viewsource','s:11:\"ace:Eu asai\";'),('ace','messages:skin-preview','s:13:\"ace:Eu dilèe\";'),('ace','messages:skin-view-create','s:11:\"ace:Peugöt\";'),('ace','messages:skin-view-create-local','s:25:\"ace:Tamah deskripsi lokal\";'),('ace','messages:skin-view-edit','s:13:\"ace:Peusaneut\";'),('ace','messages:skin-view-edit-local','s:30:\"ace:Peusaneut keutrangan lokal\";'),('ace','messages:skin-view-foreign','s:13:\"ace:Eu bak $1\";'),('ace','messages:skin-view-history','s:14:\"ace:Eu riwayat\";'),('ace','messages:skin-view-view','s:9:\"ace:Beuet\";'),('ace','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ace','messages:skinname-vector','s:9:\"id:Vektor\";'),('ace','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('ace','messages:slot-name-main','s:8:\"id:Utama\";'),('ace','messages:softblockrangesreason','s:81:\"id:Kontribusi anonim tidak diizinkan dari alamat IP Anda ($1). Silakan masuk log.\";'),('ace','messages:sorbs','s:8:\"en:DNSBL\";'),('ace','messages:sorbs_create_account_reason','s:90:\"id:Alamat IP anda terdaftar sebagai proxy terbuka di DNSBL. Anda tidak dapat membuat akun.\";'),('ace','messages:sorbsreason','s:59:\"id:Alamat IP anda terdaftar sebagai proxy terbuka di DNSBL.\";'),('ace','messages:sort-ascending','s:16:\"ace:Peuurôt ék\";'),('ace','messages:sort-descending','s:17:\"ace:Peuurôt tren\";'),('ace','messages:sort-initial','s:15:\"id:Urutkan awal\";'),('ace','messages:sort-rowspan-error','s:165:\"id:Halaman ini berisi tabel dengan atribut baris yang mencakup lebih banyak baris daripada tabel sebenarnya. Anda dapat memperbaikinya dengan menyunting halaman ini.\";'),('ace','messages:sourcefilename','s:24:\"ace:Asai nan beureukaih:\";'),('ace','messages:sourceurl','s:13:\"ace:Asai URL:\";'),('ace','messages:sp-contributions-blocked-notice','s:108:\"id:{{GENDER:$1|Pengguna}} ini sedang diblokir.\nLog pemblokiran terakhir ditampilkan berikut untuk referensi:\";'),('ace','messages:sp-contributions-blocked-notice-anon','s:112:\"id:Alamat IP ini sedang diblokir saat ini.\nEntri log pemblokiran terakhir tersedia di bawah ini sebagai rujukan:\";'),('ace','messages:sp-contributions-blocked-notice-anon-partial','s:121:\"id:Alamat IP ini sedang diblokir sebagian saat ini.\nEntri log pemblokiran terakhir tersedia di bawah ini sebagai rujukan:\";'),('ace','messages:sp-contributions-blocked-notice-partial','s:103:\"id:Pengguna ini sedang diblokir sebagian.\nLog pemblokiran terakhir ditampilkan berikut untuk referensi:\";'),('ace','messages:sp-contributions-blocklog','s:16:\"ace:Log peutheun\";'),('ace','messages:sp-contributions-concurrency-ip','s:87:\"id:Maaf, terlalu banyak permintaan dibuat dari alamat IP Anda. Silakan coba lagi nanti.\";'),('ace','messages:sp-contributions-concurrency-user','s:91:\"id:Maaf, terlalu banyak permintaan dibuat dari akun pengguna Anda. Silakan coba lagi nanti.\";'),('ace','messages:sp-contributions-deleted','s:49:\"id:kontribusi {{GENDER:$1|pengguna}} yang dihapus\";'),('ace','messages:sp-contributions-explain','s:3:\"en:\";'),('ace','messages:sp-contributions-footer','s:4:\"en:-\";'),('ace','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ace','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ace','messages:sp-contributions-hideminor','s:26:\"ace:Peusom peusaneut bacut\";'),('ace','messages:sp-contributions-logs','s:7:\"ace:log\";'),('ace','messages:sp-contributions-newonly','s:37:\"ace:Peuleumah seumeugöt ôn mantöng\";'),('ace','messages:sp-contributions-outofrange','s:79:\"id:Tidak bisa menampilkan hasil. Alamat IP yang diminta melebihi batas CIDR /$1\";'),('ace','messages:sp-contributions-search','s:26:\"ace:Mita soë nyang tuléh\";'),('ace','messages:sp-contributions-submit','s:8:\"ace:Mita\";'),('ace','messages:sp-contributions-suppresslog','s:55:\"id:kontribusi {{GENDER:$1|pengguna}} yang disembunyikan\";'),('ace','messages:sp-contributions-talk','s:9:\"ace:marit\";'),('ace','messages:sp-contributions-toponly','s:42:\"ace:Peuleumah geunantoe nyang baro mantong\";'),('ace','messages:sp-contributions-uploads','s:12:\"ace:peunasoe\";'),('ace','messages:sp-contributions-username','s:37:\"ace:Alamat IP atawa nan ureueng ngui:\";'),('ace','messages:sp-contributions-userrights','s:45:\"id:Manajemen hak akses {{GENDER:$1|pengguna}}\";'),('ace','messages:sp-deletedcontributions-contribs','s:14:\"ace:peuneugöt\";'),('ace','messages:sp-newimages-showfrom','s:44:\"id:Tampilkan berkas baru dimulai dari $2, $1\";'),('ace','messages:spam_blanking','s:51:\"id:Semua revisi yang memiliki pranala ke $1, kosong\";'),('ace','messages:spam_deleting','s:56:\"id:Semua revisi yang memiliki pranala ke $1, penghapusan\";'),('ace','messages:spam_reverting','s:64:\"id:Membatalkan ke versi terakhir yang tak memiliki pranala ke $1\";'),('ace','messages:spambot_username','s:29:\"id:Pembersihan span MediaWiki\";'),('ace','messages:spamprotectionmatch','s:50:\"id:Teks berikut ini memancing filter spam kami: $1\";'),('ace','messages:spamprotectiontext','s:142:\"id:Teks yang ingin Anda terbitkan diblokir oleh penyaring spam.\nHal ini mungkin disebabkan karena ada tautan ke situs eksternal yang dilarang.\";'),('ace','messages:spamprotectiontitle','s:23:\"id:Filter pencegah spam\";'),('ace','messages:special-characters-group-arabic','s:7:\"id:Arab\";'),('ace','messages:special-characters-group-arabicextended','s:16:\"id:Arab tambahan\";'),('ace','messages:special-characters-group-bangla','s:9:\"id:Bangla\";'),('ace','messages:special-characters-group-canadianaboriginal','s:18:\"id:Aborigin Kanada\";'),('ace','messages:special-characters-group-cyrillic','s:10:\"id:Sirilik\";'),('ace','messages:special-characters-group-devanagari','s:13:\"id:Dewanagari\";'),('ace','messages:special-characters-group-greek','s:9:\"id:Yunani\";'),('ace','messages:special-characters-group-greekextended','s:17:\"id:Latin tambahan\";'),('ace','messages:special-characters-group-gujarati','s:11:\"id:Gujarati\";'),('ace','messages:special-characters-group-hebrew','s:9:\"id:Ibrani\";'),('ace','messages:special-characters-group-ipa','s:6:\"id:IPA\";'),('ace','messages:special-characters-group-khmer','s:8:\"id:Khmer\";'),('ace','messages:special-characters-group-lao','s:6:\"id:Lao\";'),('ace','messages:special-characters-group-latin','s:8:\"id:Latin\";'),('ace','messages:special-characters-group-latinextended','s:17:\"id:Ekstensi Latin\";'),('ace','messages:special-characters-group-persian','s:9:\"id:Persia\";'),('ace','messages:special-characters-group-runes','s:7:\"id:Rune\";'),('ace','messages:special-characters-group-sinhala','s:10:\"id:Sinhala\";'),('ace','messages:special-characters-group-symbols','s:9:\"id:Simbol\";'),('ace','messages:special-characters-group-tamil','s:8:\"id:Tamil\";'),('ace','messages:special-characters-group-telugu','s:9:\"id:Telugu\";'),('ace','messages:special-characters-group-thai','s:7:\"id:Thai\";'),('ace','messages:special-characters-title-emdash','s:10:\"id:em dash\";'),('ace','messages:special-characters-title-endash','s:10:\"id:en dash\";'),('ace','messages:special-characters-title-minus','s:15:\"id:tanda kurang\";'),('ace','messages:specialdeletepage-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:specialdeletepage-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:specialeditpage-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:specialeditpage-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:speciallogtitlelabel','s:70:\"ace:Sasaran (judu atawa {{ns:user}}:nan ureueng ngui keu ureueng ngui)\";'),('ace','messages:specialloguserlabel','s:18:\"ace:Ureuëng ngui:\";'),('ace','messages:specialmute','s:7:\"id:Diam\";'),('ace','messages:specialmute-email-footer','s:84:\"id:Untuk mengatur preferensi surel untuk pengguna {{BIDI:$2}} silakan kunjungi <$1>.\";'),('ace','messages:specialmute-error-invalid-user','s:52:\"id:Nama pengguna yang diminta tidak dapat ditemukan.\";'),('ace','messages:specialmute-error-no-options','s:196:\"id:Fitur membisukan tidak tersedia. Ini mungkin terjadi karena Anda belum mengonfirmasikan alamat surel Anda atau pengurus wiki ini mematikan fitur surel dan/atau daftar hitam surel pada wiki ini.\";'),('ace','messages:specialmute-header','s:79:\"id:Silakan pilih preferensi bisu untuk pengguna <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ace','messages:specialmute-label-mute-email','s:56:\"id:Bisukan surel dari pengguna ini{{GENDER:$1|Pengguna}}\";'),('ace','messages:specialmute-login-required','s:57:\"id:Silakan masuk log untuk mengubah preferensi bisu Anda.\";'),('ace','messages:specialmute-submit','s:13:\"id:Konfirmasi\";'),('ace','messages:specialmute-success','s:119:\"id:Preferensi bisu Anda telah diperbarui. Lihat semua pengguna dibisukan dalam [[Special:Preferences|preferensi Anda]].\";'),('ace','messages:specialpage','s:13:\"ace:Ôn kusuh\";'),('ace','messages:specialpage-empty','s:33:\"id:Tak ada yang perlu dilaporkan.\";'),('ace','messages:specialpage-securitylevel-not-allowed','s:107:\"id:Maaf, Anda tidak diizinkan untuk menggunakan halaman ini karena identitas Anda tidak dapat diverifikasi.\";'),('ace','messages:specialpage-securitylevel-not-allowed-title','s:18:\"id:Tidak diizinkan\";'),('ace','messages:specialpagehistory-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:specialpagehistory-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:specialpageinfo-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:specialpageinfo-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:specialpages','s:14:\"ace:Ôn kusuih\";'),('ace','messages:specialpages-group-changes','s:27:\"ace:Neuubah barô ngön log\";'),('ace','messages:specialpages-group-developer','s:18:\"id:Alat Pengembang\";'),('ace','messages:specialpages-group-highuse','s:27:\"ace:Laman kayém geusaweuë\";'),('ace','messages:specialpages-group-login','s:21:\"ace:Tamöng / dapeuta\";'),('ace','messages:specialpages-group-maintenance','s:19:\"ace:Lapuran keumiet\";'),('ace','messages:specialpages-group-media','s:37:\"ace:Lapuran ngön pumasoë beureukaih\";'),('ace','messages:specialpages-group-other','s:17:\"ace:La\'én-la\'én\";'),('ace','messages:specialpages-group-pages','s:17:\"ace:Dapeuta laman\";'),('ace','messages:specialpages-group-pagetools','s:14:\"ace:Alat laman\";'),('ace','messages:specialpages-group-redirects','s:22:\"ace:Mita ngön pupinah\";'),('ace','messages:specialpages-group-spam','s:13:\"ace:Alat spam\";'),('ace','messages:specialpages-group-users','s:42:\"ace:Ureuëng ngui ngön khut ureuëng ngui\";'),('ace','messages:specialpages-group-wiki','s:19:\"ace:Data ngön alat\";'),('ace','messages:specialpages-note-cached','s:4:\"en:-\";'),('ace','messages:specialpages-note-restricted','s:96:\"ace:* Laman kusuih biasa.\n* <span class=\"mw-specialpagerestricted\">Laman kusuih geutheun.</span>\";'),('ace','messages:specialpages-note-top','s:13:\"id:Keterangan\";'),('ace','messages:specialpages-summary','s:3:\"en:\";'),('ace','messages:specialprotectpage-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:specialprotectpage-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:specialpurge-page','s:17:\"id:Halaman tujuan\";'),('ace','messages:specialpurge-submit','s:18:\"id:Tuju ke halaman\";'),('ace','messages:statistics','s:11:\"ace:Keunira\";'),('ace','messages:statistics-articles','s:17:\"id:Halaman konten\";'),('ace','messages:statistics-articles-desc','s:3:\"en:\";'),('ace','messages:statistics-edits','s:56:\"id:Jumlah penyuntingan halaman sejak {{SITENAME}} dibuka\";'),('ace','messages:statistics-edits-average','s:34:\"id:Rata-rata suntingan per halaman\";'),('ace','messages:statistics-files','s:23:\"id:Berkas yang diunggah\";'),('ace','messages:statistics-files-desc','s:3:\"en:\";'),('ace','messages:statistics-footer','s:3:\"en:\";'),('ace','messages:statistics-header-edits','s:22:\"id:Statistik suntingan\";'),('ace','messages:statistics-header-hooks','s:20:\"id:Statistik lainnya\";'),('ace','messages:statistics-header-pages','s:20:\"id:Statistik halaman\";'),('ace','messages:statistics-header-users','s:21:\"id:Statistik pengguna\";'),('ace','messages:statistics-pages','s:10:\"id:Halaman\";'),('ace','messages:statistics-pages-desc','s:89:\"id:Semua halaman dalam wiki ini, termasuk halaman pembicaraan, pengalihan, dan lain-lain.\";'),('ace','messages:statistics-summary','s:3:\"en:\";'),('ace','messages:statistics-users','s:28:\"id:Jumlah pengguna terdaftar\";'),('ace','messages:statistics-users-active','s:24:\"id:Jumlah pengguna aktif\";'),('ace','messages:statistics-users-active-desc','s:93:\"id:Pengguna yang telah melakukan suatu aktivitas dalam {{PLURAL:$1|sehari|$1 hari}} terakhir.\";'),('ace','messages:storedversion','s:24:\"ace:Geunantoë teukeubah\";'),('ace','messages:subcategories','s:15:\"ace:Aneuk kawan\";'),('ace','messages:subject','s:10:\"ace:Bhaih:\";'),('ace','messages:summary','s:12:\"ace:Éhtisa:\";'),('ace','messages:summary-preview','s:27:\"ace:Eu ringkasan peusaneut:\";'),('ace','messages:sun','s:8:\"ace:Aleu\";'),('ace','messages:sunday','s:11:\"ace:Aleuhad\";'),('ace','messages:sunday-at','s:18:\"id:Minggu pukul $1\";'),('ace','messages:suppress','s:10:\"id:Beredel\";'),('ace','messages:suppressionlog','s:20:\"id:Log penyembunyian\";'),('ace','messages:suppressionlogtext','s:215:\"id:Berikut adalah daftar penghapusan dan pemblokiran, termasuk isi yang disembunyikan dari para pengurus.\nLihat [[Special:BlockList|daftar pemblokiran]] untuk daftar pembatasan dan pemblokiraan yang sedang berjalan.\";'),('ace','messages:suspicious-userlogout','s:119:\"id:Permintaan Anda untuk keluar log ditolak karena tampaknya dikirim oleh penjelajah yang rusak atau proksi penyinggah.\";'),('ace','messages:svg-long-desc','s:62:\"ace:Beureukah SVG, nominal $1 x $2 piksel, rayek beureukah: $3\";'),('ace','messages:svg-long-desc-animated','s:65:\"id:Berkas SVG animasi, biasanya $1 x $2 piksel, ukuran gambar: $3\";'),('ace','messages:svg-long-error','s:27:\"id:Berkas SVG tidak sah: $1\";'),('ace','messages:syntaxhighlight-desc','s:141:\"id:Memberikan penyorotan sintaks <code>&lt;syntaxhighlight&gt;</code> menggunakan [http://pygments.org/ Pygments - Penyorotan sintaks Python]\";'),('ace','messages:syntaxhighlight-enclose-category','s:49:\"id:Halaman yang menggunakan atribut enclose usang\";'),('ace','messages:syntaxhighlight-enclose-category-desc','s:81:\"id:Penyorotan sintaksis di halaman yang menggunakan sintaksis enclose yang usang.\";'),('ace','messages:syntaxhighlight-error-category','s:42:\"id:Halaman dengan galat penyorotan sintaks\";'),('ace','messages:syntaxhighlight-error-category-desc','s:89:\"id:Terdapat galat ketika mencoba melakukan penyorotan kode yang disertakan dalam halaman.\";'),('ace','messages:syntaxhighlight-error-exceeds-size-limit','s:96:\"id:Ukuran kode $1 {{PLURAL:$1|bita}} melampaui maksimum $2 {{PLURAL:$2|bita}} yang diperbolehkan\";'),('ace','messages:syntaxhighlight-error-pygments-invocation-failure','s:27:\"id:Gagal memanggil Pygments\";'),('ace','messages:syntaxhighlight-error-unknown-language','s:26:\"id:Bahasa tak dikenal \"$1\"\";'),('ace','messages:syntaxhighlight-source-category','s:44:\"id:Halaman yang menggunakan tag source usang\";'),('ace','messages:syntaxhighlight-source-category-desc','s:74:\"id:Penyorotan sintaksis di halaman yang menggunakan tag source yang usang.\";'),('ace','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"id:Kode\";'),('ace','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:9:\"id:Bahasa\";'),('ace','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:14:\"id:(Tidak ada)\";'),('ace','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:24:\"id:Tampilkan nomor baris\";'),('ace','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:19:\"id:Nomor baris awal\";'),('ace','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:12:\"id:Blok kode\";'),('ace','messages:systemblockedtext','s:321:\"id:Nama pengguna atau alamat IP Anda telah diblokir secara otomatis oleh MediaWiki.\nAlasan yang diberikan adalah:\n\n:<em>$2</em>\n\n* Diblokir sejak: $8\n* Blokir kedaluwarsa pada: $6\n* Sasaran pemblokiran: $7\n\nAlamat IP Anda saat ini adalah $3\nMohon sertakan semua perincian di atas dalam setiap pertanyaan yang Anda ajukan.\";'),('ace','messages:table_pager_empty','s:18:\"id:Tidak ditemukan\";'),('ace','messages:table_pager_first','s:18:\"id:Halaman pertama\";'),('ace','messages:table_pager_last','s:19:\"id:Halaman terakhir\";'),('ace','messages:table_pager_limit','s:33:\"id:Tampilkan $1 entri per halaman\";'),('ace','messages:table_pager_limit_label','s:20:\"id:Item per halaman:\";'),('ace','messages:table_pager_limit_submit','s:10:\"id:Tuju ke\";'),('ace','messages:table_pager_next','s:22:\"id:Halaman selanjutnya\";'),('ace','messages:table_pager_prev','s:21:\"id:Halaman sebelumnya\";'),('ace','messages:tag-filter','s:33:\"ace:Saréng [[Special:Tags|tag]]:\";'),('ace','messages:tag-filter-submit','s:11:\"ace:Saréng\";'),('ace','messages:tag-hidden','s:23:\"id:$1 (tag tersembunyi)\";'),('ace','messages:tag-list-wrapper','s:42:\"ace:[[Special:Tags|{{PLURAL:$1|Tag}}]]: $2\";'),('ace','messages:tag-mobile_edit','s:20:\"ace:Neuandam seluler\";'),('ace','messages:tag-mobile_edit-description','s:48:\"id:Suntingan dari aplikasi atau peramban seluler\";'),('ace','messages:tag-mobile_web_edit','s:24:\"ace:Neuandam web seluler\";'),('ace','messages:tag-mobile_web_edit-description','s:34:\"id:Suntingan dari peramban seluler\";'),('ace','messages:tag-mw-blank','s:14:\"id:Pengosongan\";'),('ace','messages:tag-mw-blank-description','s:38:\"id:Suntingan yang mengosongkan halaman\";'),('ace','messages:tag-mw-changed-redirect-target','s:28:\"id:Target pengalihan diganti\";'),('ace','messages:tag-mw-changed-redirect-target-description','s:44:\"id:Suntingan yang mengubah target pengalihan\";'),('ace','messages:tag-mw-contentmodelchange','s:25:\"id:Perubahan model konten\";'),('ace','messages:tag-mw-contentmodelchange-description','s:129:\"id:Perubahan yang [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel mengubah model konten] suatu halaman\";'),('ace','messages:tag-mw-manual-revert','s:22:\"id:Pengembalian manual\";'),('ace','messages:tag-mw-manual-revert-description','s:86:\"id:Suntingan yang secara manual mengembalikan halaman ke keadaannya persis sebelumnya.\";'),('ace','messages:tag-mw-new-redirect','s:18:\"id:Pengalihan baru\";'),('ace','messages:tag-mw-new-redirect-description','s:96:\"id:Suntingan yang membuat pengalihan baru atau mengubah suatu halaman menjadi halaman pengalihan\";'),('ace','messages:tag-mw-removed-redirect','s:23:\"id:Menghapus pengalihan\";'),('ace','messages:tag-mw-removed-redirect-description','s:83:\"id:Suntingan yang mengubah pengalihan yang telah ada menjadi halaman non pengalihan\";'),('ace','messages:tag-mw-replace','s:14:\"id:Penggantian\";'),('ace','messages:tag-mw-replace-description','s:69:\"id:Suntingan yang menghapus lebih dari 90% konten dari sebuah halaman\";'),('ace','messages:tag-mw-reverted','s:15:\"id:Dikembalikan\";'),('ace','messages:tag-mw-reverted-description','s:62:\"id:Suntingan yang kemudian dikembalikan oleh suntingan lainnya\";'),('ace','messages:tag-mw-rollback','s:15:\"id:Pengembalian\";'),('ace','messages:tag-mw-rollback-description','s:79:\"id:Suntingan yang membatalkan suntingan sebelumnya menggunakan pranala batalkan\";'),('ace','messages:tag-mw-server-side-upload','s:27:\"id:Unggah dari sisi peladen\";'),('ace','messages:tag-mw-server-side-upload-description','s:56:\"id:Berkas media yang diunggah melalui skrip pemeliharaan\";'),('ace','messages:tag-mw-undo','s:13:\"id:Pembatalan\";'),('ace','messages:tag-mw-undo-description','s:75:\"id:Suntingan yang membatalkan suntingan sebelumnya dengan tombol kembalikan\";'),('ace','messages:tagline','s:22:\"ace:Nibak {{SITENAME}}\";'),('ace','messages:tags','s:25:\"ace:Tag neuubah nyang sah\";'),('ace','messages:tags-actions-header','s:11:\"id:Tindakan\";'),('ace','messages:tags-activate','s:11:\"id:aktifkan\";'),('ace','messages:tags-activate-not-allowed','s:43:\"id:Tag \"$1\" tidak mungkin dapat diaktifkan.\";'),('ace','messages:tags-activate-not-found','s:22:\"id:Tag \"$1\" tidak ada.\";'),('ace','messages:tags-activate-question','s:35:\"id:Anda akan mengaktifkan tag \"$1\".\";'),('ace','messages:tags-activate-reason','s:11:\"ace:Alasan:\";'),('ace','messages:tags-activate-submit','s:11:\"id:Aktifkan\";'),('ace','messages:tags-activate-title','s:15:\"id:Aktifkan tag\";'),('ace','messages:tags-active-header','s:9:\"id:Aktif?\";'),('ace','messages:tags-active-no','s:8:\"ace:H`an\";'),('ace','messages:tags-active-yes','s:7:\"ace:Nyo\";'),('ace','messages:tags-apply-blocked','s:109:\"id:Anda tidak dapat menerapkan perubahan tag dengan perubahan Anda ketika {{GENDER:$1|Anda}} sedang diblokir.\";'),('ace','messages:tags-apply-no-permission','s:94:\"id:Anda tidak memiliki izin untuk menerapkan perubahan tag bersama-sama dengan perubahan Anda.\";'),('ace','messages:tags-apply-not-allowed-multi','s:83:\"id:{{PLURAL:$2|Tag|Tag}} berikut tidak diizinkan untuk diterapkan secara manual: $1\";'),('ace','messages:tags-apply-not-allowed-one','s:59:\"id:Tag \"$1\" tidak diizinkan untuk diterapkan secara manual.\";'),('ace','messages:tags-create-already-exists','s:22:\"id:Tag \"$1\" sudah ada.\";'),('ace','messages:tags-create-explanation','s:89:\"id:Secara baku, tag yang baru dibuat akan tersedia untuk digunakan oleh pengguna dan bot.\";'),('ace','messages:tags-create-heading','s:23:\"id:Buat sebuah tag baru\";'),('ace','messages:tags-create-invalid-chars','s:116:\"id:Nama tag tidak boleh mengandung koma (<code>,</code>), pipa (<code>|</code>), atau garis miring (<code>/</code>).\";'),('ace','messages:tags-create-invalid-title-chars','s:90:\"id:Nama tag tidak boleh mengandung karakter yang tidak bisa digunakan dalam judul halaman.\";'),('ace','messages:tags-create-no-name','s:34:\"id:Anda harus memberikan nama tag.\";'),('ace','messages:tags-create-reason','s:11:\"ace:Alasan:\";'),('ace','messages:tags-create-submit','s:7:\"id:Buat\";'),('ace','messages:tags-create-tag-name','s:12:\"id:Nama tag:\";'),('ace','messages:tags-create-warnings-above','s:89:\"id:{{PLURAL:$2|Peringatan|Peringatan}} berikut ditemukan ketika mencoba membuat tag \"$1\":\";'),('ace','messages:tags-create-warnings-below','s:53:\"id:Apakah Anda ingin melanjutkan pembuatan tanda ini?\";'),('ace','messages:tags-deactivate','s:14:\"id:nonaktifkan\";'),('ace','messages:tags-deactivate-not-allowed','s:46:\"id:Tag \"$1\" tidak mungkin dapat dinonaktifkan.\";'),('ace','messages:tags-deactivate-question','s:36:\"id:Anda akan menonaktifkan tag \"$1\".\";'),('ace','messages:tags-deactivate-reason','s:11:\"ace:Alasan:\";'),('ace','messages:tags-deactivate-submit','s:10:\"id:Matikan\";'),('ace','messages:tags-deactivate-title','s:18:\"id:Nonaktifkan tag\";'),('ace','messages:tags-delete','s:8:\"id:hapus\";'),('ace','messages:tags-delete-explanation-active','s:188:\"id:<strong>Tag \"$1\" masih aktif dan akan terus diterapkan di waktu yang akn datang.</strong>. Untuk menghentikannya, carilah tempat-tempat tag ini akan diterapkan, dan nonaktifkan di sana.\";'),('ace','messages:tags-delete-explanation-in-use','s:96:\"id:Tag ini akan dihapus dari {{PLURAL:$2|entri log atau revisi $2|entri log dan/atau revisi $2}}\";'),('ace','messages:tags-delete-explanation-initial','s:47:\"id:Anda akan menghapus tag \"$1\" dari basisdata.\";'),('ace','messages:tags-delete-explanation-warning','s:208:\"id:Tindakan ini <strong>tidak bisa dikembalikan</strong> dan <strong>tidak bisa dibatalkan</strong> oleh siapa pun termasuk pengurus basis data. Pastikan sebaik-baiknya bahwa inilah tag yang ingin Anda hapus.\";'),('ace','messages:tags-delete-no-permission','s:61:\"id:Anda tak memiliki hak akses untuk menghapus perubahan tag.\";'),('ace','messages:tags-delete-not-allowed','s:94:\"id:Tag yang diberikan oleh ekstensi tidak dapat dihapus kecuali ekstensi tersebut mengizinkan.\";'),('ace','messages:tags-delete-not-found','s:22:\"id:Tag \"$1\" tidak ada.\";'),('ace','messages:tags-delete-reason','s:11:\"ace:Alasan:\";'),('ace','messages:tags-delete-submit','s:21:\"id:Hapus tag ini juga\";'),('ace','messages:tags-delete-title','s:12:\"id:Hapus tag\";'),('ace','messages:tags-delete-too-many-uses','s:114:\"id:Tag \"$1\" diterapkan ke $2 atau lebih {{PLURAL:$2|revisi|revisi}} yang artinya tag tersebut tidak dapat dihapus.\";'),('ace','messages:tags-delete-warnings-after-delete','s:81:\"id:Tag \"$1\" dihapus, namun {{PLURAL:$2|peringatan|peringatan}} berikut menemukan:\";'),('ace','messages:tags-description-header','s:31:\"id:Deskripsi lengkap atau makna\";'),('ace','messages:tags-display-header','s:31:\"id:Tampilan di daftar perubahan\";'),('ace','messages:tags-edit','s:10:\"id:sunting\";'),('ace','messages:tags-edit-add','s:25:\"id:Tambahkan tag-tag ini:\";'),('ace','messages:tags-edit-chosen-no-results','s:28:\"id:Tidak ada tag yang sesuai\";'),('ace','messages:tags-edit-chosen-placeholder','s:21:\"id:Pilih beberapa tag\";'),('ace','messages:tags-edit-existing-tags','s:16:\"id:Tag yang ada:\";'),('ace','messages:tags-edit-existing-tags-none','s:21:\"id:<em>Tidak ada</em>\";'),('ace','messages:tags-edit-failure','s:47:\"id:Perubahan berikut tidak dapat diterapkan:\n$1\";'),('ace','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ace','messages:tags-edit-logentry-legend','s:76:\"id:Tambah atau hapus tag dari {{PLURAL:$1|entri log ini|semua entri log $1}}\";'),('ace','messages:tags-edit-logentry-selected','s:63:\"id:{{PLURAL:$1|Log peristiwa terpilih|Log peristiwa terpilih}}:\";'),('ace','messages:tags-edit-logentry-submit','s:65:\"id:Terapkan perubahan ke {{PLURAL:$1|entri log ini|$1 entri log}}\";'),('ace','messages:tags-edit-manage-link','s:13:\"id:Kelola tag\";'),('ace','messages:tags-edit-new-tags','s:12:\"id:Tag baru:\";'),('ace','messages:tags-edit-none-selected','s:72:\"id:Silakan pilih paling sedikit satu tag untuk ditambahkan atau dihapus.\";'),('ace','messages:tags-edit-nooldid-text','s:110:\"id:Anda tidak menentukan revisi tujuan untuk melakukan fungsi ini, atau revisi yang ditentukan tidak tersedia.\";'),('ace','messages:tags-edit-nooldid-title','s:30:\"id:Target revisi tak ditemukan\";'),('ace','messages:tags-edit-reason','s:11:\"ace:Alasan:\";'),('ace','messages:tags-edit-remove','s:21:\"id:Hapus tag-tag ini:\";'),('ace','messages:tags-edit-remove-all-tags','s:20:\"id:(hapus semua tag)\";'),('ace','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ace','messages:tags-edit-revision-legend','s:70:\"id:Tambah atau hapus tag dari {{PLURAL:$1|revisi ini|semua revisi $1}}\";'),('ace','messages:tags-edit-revision-selected','s:62:\"id:{{PLURAL:$1|Revisi terpilih|Revisi terpilih}} dari [[:$2]]:\";'),('ace','messages:tags-edit-revision-submit','s:59:\"id:Terapkan perubahan ke {{PLURAL:$1|revisi ini|$1 revisi}}\";'),('ace','messages:tags-edit-success','s:24:\"id:Perubahan diterapkan.\";'),('ace','messages:tags-edit-title','s:14:\"id:Sunting tag\";'),('ace','messages:tags-hidden','s:18:\"id:(disembunyikan)\";'),('ace','messages:tags-hitcount','s:28:\"ace:$1 {{PLURAL:$1|neuubah}}\";'),('ace','messages:tags-hitcount-header','s:19:\"id:Perubahan bertag\";'),('ace','messages:tags-intro','s:115:\"id:Halaman ini berisi daftar tag yang dapat ditandai oleh perangkat lunak terhadap suatu suntingan berikut artinya.\";'),('ace','messages:tags-manage-blocked','s:78:\"id:Anda tidak dapat mengatur perubahan tag ketika {{GENDER:$1|Anda}} diblokir.\";'),('ace','messages:tags-manage-no-permission','s:60:\"id:Anda tak memiliki hak akses untuk mengatur perubahan tag.\";'),('ace','messages:tags-source-extension','s:34:\"id:Ditetapkan oleh perangkat lunak\";'),('ace','messages:tags-source-header','s:9:\"id:Sumber\";'),('ace','messages:tags-source-manual','s:48:\"id:Digunakan secara manual oleh pengguna dan bot\";'),('ace','messages:tags-source-none','s:23:\"id:Tidak digunakan lagi\";'),('ace','messages:tags-summary','s:3:\"en:\";'),('ace','messages:tags-tag','s:11:\"id:Nama tag\";'),('ace','messages:tags-title','s:8:\"id:Tanda\";'),('ace','messages:tags-update-add-not-allowed-multi','s:83:\"id:{{PLURAL:$2|tag is|Tag ini}} tidak diizinkan untuk ditambahkan secara manual: $1\";'),('ace','messages:tags-update-add-not-allowed-one','s:59:\"id:Tag \"$1\"tidak diizinkan untuk ditambahkan secara manual.\";'),('ace','messages:tags-update-blocked','s:103:\"id:Anda tidak dapat menambahkan atau menghapus perubahan tag ketika {{GENDER:$1|Anda}} sedang diblokir.\";'),('ace','messages:tags-update-no-permission','s:108:\"id:Anda tidak memiliki izin untuk menambah atau menghapus perubahan tag dari revisi atau entri log individu.\";'),('ace','messages:tags-update-remove-not-allowed-multi','s:85:\"id:{{PLURAL:$2|Tag|Tag-tag}} berikut tidak dibolehkan untuk dihapus secara manual: $1\";'),('ace','messages:tags-update-remove-not-allowed-one','s:42:\"id:Tag \"$1\" tidak diizinkan untuk dihapus.\";'),('ace','messages:talk','s:9:\"ace:Marit\";'),('ace','messages:talkpageheader','s:4:\"en:-\";'),('ace','messages:talkpagelinktext','s:9:\"ace:marit\";'),('ace','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ace','messages:template-equals-category','s:45:\"id:Halaman yang menggunakan = sebagai templat\";'),('ace','messages:template-equals-category-desc','s:289:\"id:Halaman-halaman yang mengandung <code><nowiki>{{=}}</nowiki></code> tetapi di wiki ini tidak dikembangkan menjadi <code>=</code>. Penggunaan ini telah diusangkan; sebuah versi MediaWiki mendatang akan mengimplementasikan <code><nowiki>{{=}}</nowiki></code> sebagai sebuah fungsi parser.\";'),('ace','messages:template-equals-warning','s:314:\"id:<strong>Peringatan:</strong> Halaman ini menggunakan <code><nowiki>{{=}}</nowiki></code> tetapi di wiki ini yang tidak dikembangkan menjadi code>=</code>. Penggunaan ini telah diusangkan; sebuah versi MediaWiki mendatang akan mengimplementasikan <code><nowiki>{{=}}</nowiki></code> sebagai sebuah fungsi parser.\";'),('ace','messages:template-loop-category','s:34:\"id:Halaman dengan templat berulang\";'),('ace','messages:template-loop-category-desc','s:109:\"id:Halaman ini mengandung templat melingkar, yaitu templat yang memanggil dirinya sendiri secara bolak-balik.\";'),('ace','messages:template-loop-warning','s:132:\"id:<strong>Peringatan:</strong> Halaman ini memanggil [[:$1]] yang menyebabkan <i>template loop</i> (panggilan rekursif tak hingga).\";'),('ace','messages:template-protected','s:17:\"ace:(geulindông)\";'),('ace','messages:template-semiprotected','s:24:\"ace:(siteungoh-lindông)\";'),('ace','messages:templatepage','s:21:\"ace:Eu ôn seunaleuek\";'),('ace','messages:templatesused','s:56:\"ace:{{PLURAL:$1|Seunaleuek}} nyang geungui bak ôn nyoe:\";'),('ace','messages:templatesusedpreview','s:71:\"ace:{{PLURAL:$1|Templat|Templates}} nyang geungui bak eu dilèë nyoë:\";'),('ace','messages:templatesusedsection','s:53:\"ace:{{PLURAL:$1|Seunaleuek}} geungui bak bagian nyoe:\";'),('ace','messages:textmatches','s:26:\"id:Teks halaman yang cocok\";'),('ace','messages:thisisdeleted','s:26:\"ace:Eu atawa peuriwang $1?\";'),('ace','messages:throttled-mailpassword','s:189:\"id:Suatu pengingat kata sandi telah dikirimkan dalam {{PLURAL:$1|$1 jam}} terakhir.\nUntuk menghindari penyalahgunaan, hanya satu kata sandi yang akan dikirimkan setiap {{PLURAL:$1|$1 jam}}.\";'),('ace','messages:thu','s:7:\"ace:Ham\";'),('ace','messages:thumbnail-dest-create','s:47:\"id:Tidak dapat menyimpan berkas kecil ke tujuan\";'),('ace','messages:thumbnail-more','s:12:\"ace:Peurayek\";'),('ace','messages:thumbnail-temp-create','s:44:\"id:Tidak dapat membuat berkas kecil temporer\";'),('ace','messages:thumbnail_dest_directory','s:36:\"id:Direktori tujuan tak dapat dibuat\";'),('ace','messages:thumbnail_error','s:35:\"ace:Salah bak peugöt gamba cut: $1\";'),('ace','messages:thumbnail_error_remote','s:30:\"id:Pesan kesalahan dari $1:\n$2\";'),('ace','messages:thumbnail_gd-library','s:56:\"id:Konfigurasi pustaka GD tak lengkap: tak ada fungsi $1\";'),('ace','messages:thumbnail_image-failure-limit','s:121:\"id:Ada terlalu banyak upaya yang gagal baru-baru ini ($1 atau lebih) untuk membuat miniatur ini. Silakan coba lagi nanti.\";'),('ace','messages:thumbnail_image-missing','s:35:\"id:Berkas yang tampaknya hilang: $1\";'),('ace','messages:thumbnail_image-size-zero','s:21:\"id:Ukuran gambar nol.\";'),('ace','messages:thumbnail_image-type','s:29:\"id:Tipe gambar tidak didukung\";'),('ace','messages:thumbnail_invalid_params','s:31:\"id:Kesalahan parameter miniatur\";'),('ace','messages:thumbnail_toobigimagearea','s:44:\"id:Berkas dengan dimensi lebih besar dari $1\";'),('ace','messages:thumbsize','s:19:\"id:Ukuran miniatur:\";'),('ace','messages:thursday','s:10:\"ace:Hamèh\";'),('ace','messages:thursday-at','s:17:\"id:Kamis pukul $1\";'),('ace','messages:timeouterror','s:24:\"id:Waktu server berakhir\";'),('ace','messages:timeouterror-text','s:79:\"id:Maksimum waktu permintaan $1 {{PLURAL:$1|detik|detik}} telah melebihi batas.\";'),('ace','messages:timezone-local','s:8:\"id:Lokal\";'),('ace','messages:timezone-useoffset-placeholder','s:38:\"id:Contoh nilai: \"-07:00\" atau \"01:00\"\";'),('ace','messages:timezone-utc','s:6:\"id:UTC\";'),('ace','messages:timezonelegend','s:14:\"id:Zona waktu:\";'),('ace','messages:timezoneregion-africa','s:9:\"id:Afrika\";'),('ace','messages:timezoneregion-america','s:11:\"ace:Amirika\";'),('ace','messages:timezoneregion-antarctica','s:13:\"ace:Antartika\";'),('ace','messages:timezoneregion-arctic','s:9:\"id:Arktik\";'),('ace','messages:timezoneregion-asia','s:7:\"id:Asia\";'),('ace','messages:timezoneregion-atlantic','s:18:\"ace:Laôt Atlantik\";'),('ace','messages:timezoneregion-australia','s:12:\"id:Australia\";'),('ace','messages:timezoneregion-europe','s:10:\"ace:Ierupa\";'),('ace','messages:timezoneregion-indian','s:15:\"ace:Laôt India\";'),('ace','messages:timezoneregion-pacific','s:17:\"ace:Laôt Pasifik\";'),('ace','messages:timezoneuseoffset','s:32:\"ace:La\'én (peuteuntèe bidajih)\";'),('ace','messages:timezoneuseserverdefault','s:27:\"id:Gunakan bawaan wiki ($1)\";'),('ace','messages:title-invalid','s:41:\"id:Judul halaman yang diminta tidak valid\";'),('ace','messages:title-invalid-characters','s:64:\"id:Judul halaman yang diminta mengandung karakter tak sah: \"$1\".\";'),('ace','messages:title-invalid-empty','s:78:\"id:Judul halaman yang diminta kosong atau berisi hanya nama sebuah ruang nama.\";'),('ace','messages:title-invalid-interwiki','s:76:\"id:Judul mengandung pranala antarwiki yang tidak bisa digunakan dalam judul.\";'),('ace','messages:title-invalid-leading-colon','s:76:\"id:Judul halaman yang diminta dimulai dengan tanda titik dua yang tidak sah.\";'),('ace','messages:title-invalid-magic-tilde','s:82:\"id:Judul halaman mengandung rangkaian tilda yang tidak sah (<nowiki>~~~</nowiki>).\";'),('ace','messages:title-invalid-relative','s:155:\"id:Judul mengandung alamat relatif. Judul halaman relatif (./, ../) tidaklah sah, karena dapat mengalami kegagalan ketika ditangani oleh peramban pengguna.\";'),('ace','messages:title-invalid-talk-namespace','s:89:\"id:Judul situs yang diminta merujuk kepada halaman pembicaraan yang tidak dapat tersedia.\";'),('ace','messages:title-invalid-too-long','s:106:\"id:Judul halaman yang diminta terlalu panjang. Ia harus dikodekan dengan UTF-8 dan tidak melebihi $1 bita.\";'),('ace','messages:title-invalid-utf8','s:72:\"id:Judul halaman yang diminta mengandung rangkaian UTF-8 yang tidak sah.\";'),('ace','messages:titlematches','s:26:\"id:Judul halaman yang sama\";'),('ace','messages:titleprotected','s:95:\"ace:Nan nyoe ka geupeulindông nibak neuandam lé [[User:$1|$1]].\nDalèhjih nakeuh <em>$2</em>.\";'),('ace','messages:titleprotectedwarning','s:193:\"id:<strong>Peringatan: Halaman ini telah dilindungi sehingga diperlukan [[Special:ListGroupRights|hak khusus]] untuk membuatnya.</strong>\nEntri log terakhir disediakan di bawah untuk referensi:\";'),('ace','messages:tmp-create-error','s:40:\"id:Tidak dapat membuat berkas sementara.\";'),('ace','messages:tmp-write-error','s:39:\"id:Galat saat menulis berkas sementara.\";'),('ace','messages:toc','s:9:\"ace:Asoë\";'),('ace','messages:today-at','s:5:\"en:$1\";'),('ace','messages:tog-ccmeonemails','s:76:\"ace:Peu\'ék keu lôn seunalén surat-e nyang lôn peu\'ék keu ureueng la\'én\";'),('ace','messages:tog-diffonly','s:51:\"ace:Bek peuleumah asoe ôn di yup beunida peusaneut\";'),('ace','messages:tog-editondblclick','s:40:\"ace:Peusaneut ôn ngön duwa gö teugön\";'),('ace','messages:tog-editsectiononrightclick','s:74:\"ace:Peujeuët peusaneut bideueng ngön teugön blah uneun bak nan bideueng\";'),('ace','messages:tog-enotifminoredits','s:49:\"ace:Peu\'ék cit surat-e keu lôn bak neuubah ubit\";'),('ace','messages:tog-enotifrevealaddr','s:58:\"ace:Peuleumah alamat surat-e lôn bak neubrithèë surat-e\";'),('ace','messages:tog-enotifusertalkpages','s:57:\"ace:Peu\'ek keu lôn surat-e meunyo ôn marit lôn meuubah\";'),('ace','messages:tog-enotifwatchlistpages','s:74:\"ace:Peu\'ék surat-e keu lôn meunyo saboh halaman nyang lôn kalon meuubah\";'),('ace','messages:tog-extendwatchlist','s:85:\"ace:Peuhah dapeuta keunalön keu peuleumah ban dum neuubah, kön nyang barô mantöng\";'),('ace','messages:tog-fancysig','s:98:\"ace:Peujeuet tanda jaroe sibagoe naseukah wiki (hana peunawôt otomatis keu ôn ureueng ngui droe)\";'),('ace','messages:tog-forceeditsummary','s:91:\"ace:Peuingat lôn meunyo hana lônpasoe ringkasan suntingan (atawa ringkasan pupulang baku)\";'),('ace','messages:tog-hidecategorization','s:17:\"ace:Som kawan ôn\";'),('ace','messages:tog-hideminor','s:46:\"ace:Peusom geunantoe ubeut nibak neuubah barô\";'),('ace','messages:tog-hidepatrolled','s:46:\"ace:Peusom neuandam teurunda bak neuubah barô\";'),('ace','messages:tog-minordefault','s:64:\"ace:Bôh tanda mandum neuandam sibagoe neuandam bacut ngön baku\";'),('ace','messages:tog-newpageshidepatrolled','s:44:\"ace:Som ôn teurunda nibak dapeuta ôn barô\";'),('ace','messages:tog-norollbackdiff','s:47:\"ace:Bek peudeuh beunida \'oh lheueh geupeuriwang\";'),('ace','messages:tog-oldsig','s:37:\"ace:Tanda jaroe Droeneuh nyang ka na:\";'),('ace','messages:tog-prefershttps','s:64:\"ace:Sabé neungui seunambông teulindông meunyö neutamöng log\";'),('ace','messages:tog-previewonfirst','s:39:\"ace:Peuleumah hasé \'oh mulai peusaneut\";'),('ace','messages:tog-previewontop','s:44:\"ace:Peuleumah hasé yôh goh plôk peusaneut\";'),('ace','messages:tog-requireemail','s:92:\"id:Kirim surel setel ulang kata sandi hanya ketika alamat email dan nama pengguna diberikan.\";'),('ace','messages:tog-showhiddencats','s:26:\"ace:Peuleumah kawan teusom\";'),('ace','messages:tog-shownumberswatching','s:36:\"ace:Peuleumah jumeulah ureueng kalon\";'),('ace','messages:tog-showrollbackconfirmation','s:61:\"id:Tampilkan konfirmasi ketika mengeklik pranala pengembalian\";'),('ace','messages:tog-underline','s:30:\"ace:Bôh garéh yup peunawôt:\";'),('ace','messages:tog-useeditwarning','s:95:\"ace:Neupeuingat lôn meunyö lôn tinggai laman peusaneut ngön neuubah nyang goh lom teukeubah\";'),('ace','messages:tog-uselivepreview','s:34:\"ace:Ngui peuleumah hasé langsông\";'),('ace','messages:tog-usenewrc','s:86:\"ace:Peusaho neuandam bak neuleumah neuubah barô ngön dapeuta keunalön meunurôt ôn\";'),('ace','messages:tog-watchcreations','s:52:\"ace:Tamah ôn nyang lôn peugöt u dapeuta keunalön\";'),('ace','messages:tog-watchdefault','s:55:\"ace:Tamah ôn nyang lôn peusaneut lam dapeuta keunalon\";'),('ace','messages:tog-watchdeletion','s:52:\"ace:Tamah ôn nyang lônsampôh lam dapeuta keunalon\";'),('ace','messages:tog-watchlisthideanons','s:90:\"ace:Peusöm atra nyang geupeusaneut lé ureuëng ngui hana geuturi nibak dapeuta keunalön\";'),('ace','messages:tog-watchlisthidebots','s:50:\"ace:Peusöm nyang teuandam nibak dapeuta keunalön\";'),('ace','messages:tog-watchlisthidecategorization','s:23:\"ace:Peusom peukawan ôn\";'),('ace','messages:tog-watchlisthideliu','s:84:\"ace:Peusom atra geupeusaneut lé ureuëng ngui nyang tamöng nibak dapeuta keunalön\";'),('ace','messages:tog-watchlisthideminor','s:64:\"ace:Peusom atra nyang geupeusaneut bacut nibak dapeuta keunalön\";'),('ace','messages:tog-watchlisthideown','s:56:\"ace:Peusöm nyang lôn peusaneut nibak dapeuta keunalön\";'),('ace','messages:tog-watchlisthidepatrolled','s:50:\"ace:Peusom neuandam teukawai bak dapeuta keunalön\";'),('ace','messages:tog-watchlistreloadautomatically','s:98:\"id:Muat ulang daftar pantauan secara otomatis ketika sebuah filter berubah (JavaScript diperlukan)\";'),('ace','messages:tog-watchlistunwatchlinks','s:131:\"id:Tambahkan penanda pantau/hapus pantauan ke halaman yang dipantau yang berubah (JavaScript diperlukan untuk mengganti fungsi ini)\";'),('ace','messages:tog-watchmoves','s:50:\"ace:Tamah ôn nyang lônpinah lam dapeuta keunalon\";'),('ace','messages:tog-watchrollback','s:63:\"ace:Tamah ôn nyang asoe lön peuriwang lam dapeuta kalön lôn\";'),('ace','messages:tog-watchuploads','s:60:\"ace:Tamah beureukah nyang lôn pasoe lam dapeuta kalön lôn\";'),('ace','messages:tool-link-contributions','s:42:\"ace:Peuneugöt {{GENDER:$1|ureuëng ngui}}\";'),('ace','messages:tool-link-emailuser','s:48:\"id:Kirim surel kepada {{GENDER:$1|pengguna}} ini\";'),('ace','messages:tool-link-userrights','s:39:\"id:Ubah kelompok {{GENDER:$1|pengguna}}\";'),('ace','messages:tool-link-userrights-readonly','s:40:\"id:Lihat kelompok {{GENDER:$1|pengguna}}\";'),('ace','messages:toolbox','s:8:\"ace:Alat\";'),('ace','messages:tooltip-ca-addsection','s:25:\"ace:Puphôn beunagi barô\";'),('ace','messages:tooltip-ca-delete','s:23:\"ace:Sampôh laman nyoë\";'),('ace','messages:tooltip-ca-edit','s:22:\"ace:Peusaneut ôn nyoe\";'),('ace','messages:tooltip-ca-history','s:35:\"ace:Geunantoë awai nibak ôn nyoë\";'),('ace','messages:tooltip-ca-move','s:23:\"ace:Pupinah laman nyoë\";'),('ace','messages:tooltip-ca-nstab-category','s:22:\"ace:Kalön laman kawan\";'),('ace','messages:tooltip-ca-nstab-help','s:21:\"ace:Eu laman beunantu\";'),('ace','messages:tooltip-ca-nstab-image','s:25:\"ace:Kalön ôn beureukaih\";'),('ace','messages:tooltip-ca-nstab-main','s:19:\"ace:Kalön ôn asoe\";'),('ace','messages:tooltip-ca-nstab-media','s:22:\"id:Lihat halaman media\";'),('ace','messages:tooltip-ca-nstab-mediawiki','s:20:\"ace:Eu peusan sistem\";'),('ace','messages:tooltip-ca-nstab-project','s:18:\"ace:Eu laman buët\";'),('ace','messages:tooltip-ca-nstab-special','s:47:\"ace:Nyoe ôn kusuih, h’an jeuet geupeusaneut.\";'),('ace','messages:tooltip-ca-nstab-template','s:17:\"ace:Eu seunaleuek\";'),('ace','messages:tooltip-ca-nstab-user','s:30:\"ace:Kalön laman ureuëng ngui\";'),('ace','messages:tooltip-ca-protect','s:27:\"ace:Peulindông laman nyoë\";'),('ace','messages:tooltip-ca-talk','s:18:\"ace:Marit ôn asoe\";'),('ace','messages:tooltip-ca-undelete','s:66:\"id:Kembalikan suntingan ke halaman ini sebelum halaman ini dihapus\";'),('ace','messages:tooltip-ca-unprotect','s:32:\"id:Ubah perlindungan halaman ini\";'),('ace','messages:tooltip-ca-unwatch','s:54:\"ace:Sampôh laman nyoë nibak dapeuta kalön droëneuh\";'),('ace','messages:tooltip-ca-unwatch-expiring','s:90:\"id:{{PLURAL:$1|1 hari|$1 hari}} tersisa di daftar pantauan Anda. Tekan untuk menghapusnya.\";'),('ace','messages:tooltip-ca-unwatch-expiring-hours','s:74:\"id:Beberapa jam tersisa di daftar pantauan Anda. Tekan untuk menghapusnya.\";'),('ace','messages:tooltip-ca-view','s:3:\"en:\";'),('ace','messages:tooltip-ca-viewsource','s:71:\"ace:Laman nyoë geulindông.\nDroëneuh jeuët neu’eu nèjih mantöng.\";'),('ace','messages:tooltip-ca-watch','s:38:\"ace:Tamah ôn nyoe u dapeuta keunalön\";'),('ace','messages:tooltip-compareselectedversions','s:60:\"ace:Ngiëng bida nibak duwa geunantoë laman nyang teupiléh\";'),('ace','messages:tooltip-cur','s:34:\"id:Perbedaan dengan revisi terbaru\";'),('ace','messages:tooltip-diff','s:48:\"ace:Peuleumah neuubah nyang ka Droëneuh peugöt\";'),('ace','messages:tooltip-feed-atom','s:33:\"ace:Umpeuën Atom keu laman nyoë\";'),('ace','messages:tooltip-feed-rss','s:32:\"ace:Umpeuën RSS keu laman nyoë\";'),('ace','messages:tooltip-invert','s:136:\"ace:Neuceuë kutak nyoë keu neupeusom neuubah laman lam ruweuëng nan nyang neupiléh (ngön ruweuëng nan teukaw`èt meunyö neuceuë)\";'),('ace','messages:tooltip-last','s:37:\"id:Perbedaan dengan revisi sebelumnya\";'),('ace','messages:tooltip-minoredit','s:43:\"ace:Peutanda nyoë sibagoë peusaneut bacut\";'),('ace','messages:tooltip-n-currentevents','s:19:\"ace:Mita haba barô\";'),('ace','messages:tooltip-n-help','s:19:\"ace:Bak mita bantu.\";'),('ace','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ace','messages:tooltip-n-mainpage','s:19:\"ace:Saweue ôn keue\";'),('ace','messages:tooltip-n-mainpage-description','s:19:\"ace:Saweue ôn keue\";'),('ace','messages:tooltip-n-portal','s:72:\"ace:Bhaih buët, peuë nyang jeuët neupubuët, pat keu mita sipeuë hai\";'),('ace','messages:tooltip-n-randompage','s:28:\"ace:Peuleumah ôn baranggari\";'),('ace','messages:tooltip-n-recentchanges','s:35:\"ace:Dapeuta neuubah barô lam wiki.\";'),('ace','messages:tooltip-namespace_association','s:118:\"ace:Neuceuë kutak nyoë keu neupeurôh ruweuëng nan marit atawa bhaih nyang teukaw`èt ngön ruweuëng nan teupiléh\";'),('ace','messages:tooltip-p-cactions','s:15:\"id:Opsi lainnya\";'),('ace','messages:tooltip-p-lang','s:3:\"en:\";'),('ace','messages:tooltip-p-logo','s:19:\"ace:Saweue ôn keue\";'),('ace','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ace','messages:tooltip-p-navigation','s:3:\"en:\";'),('ace','messages:tooltip-p-personal','s:16:\"id:Menu pengguna\";'),('ace','messages:tooltip-p-tb','s:3:\"en:\";'),('ace','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ace','messages:tooltip-p-user-page','s:3:\"en:\";'),('ace','messages:tooltip-p-variants','s:3:\"en:\";'),('ace','messages:tooltip-p-views','s:3:\"en:\";'),('ace','messages:tooltip-preferences-save','s:20:\"id:Simpan preferensi\";'),('ace','messages:tooltip-preview','s:75:\"ace:Peuleumah nyang ban neupeusaneut. Neungui nyoë yôh goh lom neukeubah.\";'),('ace','messages:tooltip-pt-anoncontribs','s:50:\"id:Daftar suntingan yang dibuat dari alamat IP ini\";'),('ace','messages:tooltip-pt-anontalk','s:51:\"id:Pembicaraan tentang suntingan dari alamat IP ini\";'),('ace','messages:tooltip-pt-anonuserpage','s:27:\"id:Halaman pengguna IP Anda\";'),('ace','messages:tooltip-pt-createaccount','s:91:\"ace:Droëneuh geupadan keu neupeugöt saboh akun ngön neutamöng; bah pih nyan hana wajéb\";'),('ace','messages:tooltip-pt-login','s:73:\"ace:Droëneuh geupadan keu neutamong log, bah pih nyan hana geupeuwajéb.\";'),('ace','messages:tooltip-pt-login-private','s:50:\"id:Anda harus masuk loh untuk menggunakan wiki ini\";'),('ace','messages:tooltip-pt-logout','s:12:\"ace:Teubiët\";'),('ace','messages:tooltip-pt-mycontris','s:43:\"ace:Dapeuta peuneugöt {{GENDER:|Droeneuh}}\";'),('ace','messages:tooltip-pt-mytalk','s:36:\"ace:Laman {{GENDER:|marit Droeneuh}}\";'),('ace','messages:tooltip-pt-preferences','s:8:\"ace:Atô\";'),('ace','messages:tooltip-pt-tmpuserpage','s:63:\"id:Nama pengguna sementara Anda yang diciptakan secara otomatis\";'),('ace','messages:tooltip-pt-userpage','s:43:\"ace:Laman {{GENDER:|ureueng ngui Droeneuh}}\";'),('ace','messages:tooltip-pt-watchlist','s:34:\"ace:Dapeuta laman nyang lônkalön\";'),('ace','messages:tooltip-publish','s:22:\"ace:Peuteubiet neuubah\";'),('ace','messages:tooltip-recreate','s:55:\"id:Buat ulang halaman walaupun sebenarnya telah dihapus\";'),('ace','messages:tooltip-rollback','s:101:\"ace:\"Peuriwang\" jipeugisa atra geuandam lé ureueng tuléh seuneulheueh u ôn nyoe ngön sigo teugön\";'),('ace','messages:tooltip-save','s:21:\"ace:Keubah peuneugöt\";'),('ace','messages:tooltip-search','s:25:\"ace:Mita lam {{SITENAME}}\";'),('ace','messages:tooltip-search-fulltext','s:38:\"ace:Mita ôn nyang na asoe lagèe nyoe\";'),('ace','messages:tooltip-search-go','s:60:\"ace:Mita saboh ôn ngon nan nyang paih lagèe nyoe meunyo na\";'),('ace','messages:tooltip-summary','s:25:\"ace:Pasoë éhtisa paneuk\";'),('ace','messages:tooltip-t-contributions','s:56:\"ace:Dapeuta peuneugöt {{GENDER:$1|ureuëng ngui nyoë}}\";'),('ace','messages:tooltip-t-emailuser','s:49:\"ace:Peuét surat-e keu {{GENDER:$1|ureueng nyoe}}\";'),('ace','messages:tooltip-t-info','s:39:\"id:Informasi lanjut tentang halaman ini\";'),('ace','messages:tooltip-t-permalink','s:45:\"ace:Peunawôt teutap keu geunantoë ôn nyoë\";'),('ace','messages:tooltip-t-print','s:28:\"ace:Seunalén rakam ôn nyoe\";'),('ace','messages:tooltip-t-recentchangeslinked','s:56:\"ace:Neuubah barô lam ôn nyang meupawôt nibak ôn nyoe\";'),('ace','messages:tooltip-t-specialpages','s:30:\"ace:Dapeuta ban dum ôn kusuih\";'),('ace','messages:tooltip-t-upload','s:24:\"ace:Peutamong beureukaih\";'),('ace','messages:tooltip-t-whatlinkshere','s:50:\"ace:Dapeuta ban dum ôn wiki nyang mupawôt keunoe\";'),('ace','messages:tooltip-undo','s:129:\"ace:Peuriwang geunantoë nyoë ngön peuhah kutak peusaneut ngön cara eu hasé dilèë. Alasan jeuët geutamah bak kuta èhtisa.\";'),('ace','messages:tooltip-upload','s:17:\"id:Mulai pemuatan\";'),('ace','messages:tooltip-vector-anon-user-menu-title','s:19:\"ace:Peuniléh laén\";'),('ace','messages:tooltip-watch','s:47:\"ace:Tamah ôn nyoe u dapeuta keunalön droeneuh\";'),('ace','messages:tooltip-watchlist-expiry','s:66:\"id:Untuk sementara menambahkan halaman ini ke daftar pantauan Anda\";'),('ace','messages:tooltip-watchlistedit-normal-submit','s:14:\"id:Hapus judul\";'),('ace','messages:tooltip-watchlistedit-raw-submit','s:27:\"id:Perbarui daftar pantauan\";'),('ace','messages:tooltip-whatlinkshere-invert','s:80:\"id:Centang kotak ini untuk menyembunyikan pranala dalam ruang nama yang dipilih.\";'),('ace','messages:trackingcategories','s:19:\"id:Kategori pelacak\";'),('ace','messages:trackingcategories-desc','s:28:\"id:Kriteria inklusi kategori\";'),('ace','messages:trackingcategories-disabled','s:25:\"id:Kategori dinonaktifkan\";'),('ace','messages:trackingcategories-msg','s:19:\"id:Kategori pelacak\";'),('ace','messages:trackingcategories-name','s:13:\"id:Nama pesan\";'),('ace','messages:trackingcategories-nodesc','s:28:\"id:Deskripsi tidak tersedia.\";'),('ace','messages:trackingcategories-summary','s:212:\"id:Halaman ini mendaftarkan kategori-kategori pelacak yang secara otomatis dibuat oleh perangkat lunak MediaWiki. Nama kategori ini dapat diubah dengan mengubah pesan sistem yang sesuai dalam ruang nama {{ns:8}}.\";'),('ace','messages:transaction-duration-limit-exceeded','s:247:\"id:Untuk mencegah penundaan replikasi yang tinggi, pengiriman ini dibatalkan karena durasi tulis ($1) melebihi batas $2 {{PLURAL:$2|detik|detik}}.\nJika Anda ingin mengganti banyak butir sekaligus, cobalah melakukan dalam jumlah yang lebih sedikit.\";'),('ace','messages:transaction-max-statement-time-exceeded','s:207:\"id:Untuk mencegah pemuatan basis data yang besar, kueri ini dibatalkan karena durasinya melebih batas.\nJika Anda membaca terlalu banyak butir secara bersamaan, coba lakukan beberapa operasi yang lebih kecil.\";'),('ace','messages:translateinterface','s:149:\"id:Untuk menambah atau mengubah terjemahan pada semua wiki, mohon gunakan [https://translatewiki.net/ translatewiki.net], proyek pelokalan MediaWiki.\";'),('ace','messages:tue','s:8:\"ace:Seul\";'),('ace','messages:tuesday','s:11:\"ace:Seulasa\";'),('ace','messages:tuesday-at','s:18:\"id:Selasa pukul $1\";'),('ace','messages:uctop','s:10:\"ace:jinoë\";'),('ace','messages:unblock','s:23:\"id:Buka blokir pengguna\";'),('ace','messages:unblock-hideuser','s:96:\"id:Anda tidak dapat membuka blokir pengguna ini karena nama pengguna mereka telah disembunyikan.\";'),('ace','messages:unblock-summary','s:3:\"en:\";'),('ace','messages:unblocked','s:48:\"id:Blokir terhadap [[User:$1|$1]] telah dicabut.\";'),('ace','messages:unblocked-id','s:27:\"id:Blokir $1 telah dicabut.\";'),('ace','messages:unblocked-ip','s:61:\"id:Pemblokiran [[Special:Contributions/$1|$1]] telah dicabut.\";'),('ace','messages:unblocked-range','s:20:\"id:$1 telah diblokir\";'),('ace','messages:unblockip','s:23:\"id:Buka blokir pengguna\";'),('ace','messages:unblockiptext','s:129:\"id:Gunakan formulir di bawah untuk mengembalikan kemampuan menulis sebuah alamat IP atau pengguna yang sebelumnya telah diblokir.\";'),('ace','messages:unblocklink','s:19:\"ace:peugadöh theun\";'),('ace','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ace','messages:uncategorized-categories-exceptionlist','s:248:\"id:# Terkandung daftar kategori, yang tidak boleh disebut di Special:UncategorizedCategories. Satu per baris, dimulai dengan \"*\". Baris-baris dimulai dengan karakter lain (termasuk baris putih) tidak dianggap. Gunakan \"#\" untuk memberikan komentar.\";'),('ace','messages:uncategorizedcategories','s:20:\"ace:Kawan hana kawan\";'),('ace','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ace','messages:uncategorizedimages','s:25:\"ace:Beureukaih hana kawan\";'),('ace','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ace','messages:uncategorizedpages','s:20:\"ace:Laman hana kawan\";'),('ace','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ace','messages:uncategorizedtemplates','s:25:\"ace:Seunaleuek hana kawan\";'),('ace','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ace','messages:undelete','s:25:\"id:Pembatalan penghapusan\";'),('ace','messages:undelete-back-to-list','s:34:\"id:Lihat semua revisi yang dihapus\";'),('ace','messages:undelete-bad-store-key','s:106:\"id:Tidak dapat membatalkan penghapusan revisi berkas dengan tanda waktu $1: berkas hilang sebelum dihapus.\";'),('ace','messages:undelete-cantcreate','s:150:\"id:Anda tidak dapat membatalkan penghapusan halaman ini karena tidak ada halaman yang memiliki judul ini dan Anda tidak diizinkan membuat halaman ini.\";'),('ace','messages:undelete-cantedit','s:103:\"id:Anda tidak dapat membatalkan penghapusan halaman ini karena Anda tidak dapat menyunting halaman ini.\";'),('ace','messages:undelete-cleanup-error','s:68:\"id:Kesalahan sewaktu menghapus arsip berkas \"$1\" yang tak digunakan.\";'),('ace','messages:undelete-error','s:34:\"id:Kesalahan mengembalikan halaman\";'),('ace','messages:undelete-error-associated-alreadytalk','s:98:\"id:Tidak bisa membatalkan penghapusan halaman pembicaraan terkait dari sebuah halaman pembicaraan.\";'),('ace','messages:undelete-error-associated-notdeleted','s:69:\"id:Halaman pembicaraan terkait tidak punya revisi untuk dikembalikan.\";'),('ace','messages:undelete-fieldset-title','s:23:\"id:Mengembalikan revisi\";'),('ace','messages:undelete-filename-mismatch','s:98:\"id:Tidak dapat membatalkan penghapusan revisi berkas dengan tanda waktu $1: nama berkas tak sesuai\";'),('ace','messages:undelete-header','s:87:\"id:Lihat [[Special:Log/delete|log penghapusan]] untuk daftar halaman yang baru dihapus.\";'),('ace','messages:undelete-missing-filearchive','s:125:\"id:Tidak dapat mengembalikan arsip berkas dengan ID $1 karena tidak ada di basis data. Berkas tersebut mungkin telah dihapus.\";'),('ace','messages:undelete-no-results','s:60:\"id:Tidak ditemukan halaman yang sesuai di arsip penghapusan.\";'),('ace','messages:undelete-nodiff','s:36:\"id:Tidak ada revisi yang lebih lama.\";'),('ace','messages:undelete-revision','s:59:\"id:Revisi yang telah dihapus dari $1 (pada $5, $4) oleh $3:\";'),('ace','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ace','messages:undelete-search-box','s:28:\"id:Cari halaman yang dihapus\";'),('ace','messages:undelete-search-full','s:43:\"id:Tampilkan judul halaman yang mengandung:\";'),('ace','messages:undelete-search-prefix','s:34:\"id:Tampilkan halaman dimulai dari:\";'),('ace','messages:undelete-search-submit','s:8:\"ace:Mita\";'),('ace','messages:undelete-search-title','s:28:\"id:Cari halaman yang dihapus\";'),('ace','messages:undelete-show-file-confirm','s:106:\"id:Apakah Anda yakin ingin melihat revisi yang telah dihapus dari berkas \"<nowiki>$1</nowiki>\" per $3, $2?\";'),('ace','messages:undelete-show-file-submit','s:5:\"id:Ya\";'),('ace','messages:undelete-summary','s:3:\"en:\";'),('ace','messages:undelete-talk-summary-prefix','s:57:\"id:Dikembalikan beserta halaman terkait dengan alasan: $1\";'),('ace','messages:undelete-undeletetalk','s:69:\"id:Batalkan penghapusan semua revisi dari halaman pembicaraan terkait\";'),('ace','messages:undelete_short','s:51:\"ace:Bateuë sampôh {{PLURAL:$1|one edit|$1 edits}}\";'),('ace','messages:undeletebtn','s:14:\"ace:Peuriwang!\";'),('ace','messages:undeletecomment','s:11:\"ace:Alasan:\";'),('ace','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ace','messages:undeletedpage','s:128:\"id:\'\'\'$1 berhasil dikembalikan\'\'\'\n\nLihat [[Special:Log/delete|log penghapusan]] untuk data penghapusan dan pengembalian terkini.\";'),('ace','messages:undeleteextrahelp','s:281:\"id:Untuk mengembalikan seluruh versi terdahulu halaman, biarkan semua kotak cek tidak terpilih dan klik \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\nUntuk melakukan pengembalian selektif, cek kotak revisi yang sesuai dengan revisi yang ingin dikembalikan, dan klik \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\";'),('ace','messages:undeletehistory','s:288:\"id:Jika Anda mengembalikan halaman tersebut, semua revisi juga akan dikembalikan ke dalam daftar versi terdahulu halaman.\nJika sebuah halaman baru dengan nama yang sama telah dibuat sejak penghapusan, revisi-revisi yang dikembalikan tersebut akan ditampilkan dalam daftar versi terdahulu.\";'),('ace','messages:undeletehistorynoadmin','s:257:\"id:Halaman ini telah dihapus.\nAlasan penghapusan diberikan pada ringkasan di bawah ini, beserta rincian pengguna yang telah melakukan penyuntingan di halaman ini sebelum dihapus.\nIsi terakhir dari revisi yang telah dihapus ini hanya tersedia untuk pengurus.\";'),('ace','messages:undeleteinvert','s:19:\"id:Balikkan pilihan\";'),('ace','messages:undeletelink','s:16:\"ace:eu/peuriwang\";'),('ace','messages:undeletepage','s:41:\"id:Lihat dan batalkan penghapusan halaman\";'),('ace','messages:undeletepagetext','s:178:\"id:Halaman berikut {{PLURAL:$1|telah dihapus tetapi|sejumlah $1 halaman}} masih ada di dalam arsip dan dapat dikembalikan. Arsip tersebut mungkin akan dibersihkan secara berkala.\";'),('ace','messages:undeletepagetitle','s:57:\"id:\'\'\'Berikut daftar revisi yang dihapus dari [[:$1]]\'\'\'.\";'),('ace','messages:undeleterevdel','s:305:\"id:Pembatalan penghapusan tidak akan dilakukan jika hal tersebut akan mengakibatkan revisi terkini halaman terhapus sebagian. Pada kondisi tersebut, Anda harus menghilangkan cek atau menghilangkan penyembunyian revisi yang dihapus terakhir. Revisi berkas yang tidak dapat Anda lihat tidak akan dipulihkan.\";'),('ace','messages:undeleterevision-duplicate-revid','s:113:\"id:{{PLURAL:$1|Sebuah revisi|$1 revisi}} tidak dapat dipulihkan, karena  <code>rev_id</code>-nya telah digunakan.\";'),('ace','messages:undeleterevision-missing','s:141:\"id:Revisi salah atau tak ditemukan. Anda mungkin mengikuti pranala yang salah, atau revisi tersebut telah dipulihkan atau dibuang dari arsip.\";'),('ace','messages:undeleterevisions','s:41:\"id:$1 {{PLURAL:$1|revisi|revisi}} dihapus\";'),('ace','messages:undeleteviewlink','s:6:\"ace:eu\";'),('ace','messages:underline-always','s:9:\"ace:Sabé\";'),('ace','messages:underline-default','s:44:\"ace:Kulét atawa ngön peuhah wèb teupasang\";'),('ace','messages:underline-never','s:12:\"ace:H\'an tom\";'),('ace','messages:undo-failure','s:91:\"id:Suntingan ini tidak dapat dibalikkan karena konflik dengan suntingan di antara keduanya.\";'),('ace','messages:undo-main-slot-only','s:97:\"id:Suntingan ini tidak dapat dibatalkan karena tindakan ini melibatkan konten di luar slot utama.\";'),('ace','messages:undo-nochange','s:44:\"id:Suntingan ini tampaknya telah dibatalkan.\";'),('ace','messages:undo-norev','s:90:\"id:Suntingan ini tidak dapat dibalikkan karena halaman tidak ditemukan atau telah dihapus.\";'),('ace','messages:undo-success','s:217:\"id:Suntingan ini dapat dibalikkan.\nHarap periksa perbandingan di bawah ini untuk meyakinkan bahwa benar tindakan itu yang ingin Anda lakukan, lalu terbitkan perubahan tersebut untuk menyelesaikan pembalikan suntingan.\";'),('ace','messages:undo-summary','s:87:\"id:Membalikkan revisi $1 oleh [[Special:Contributions/$2|$2]] ([[User talk:$2|bicara]])\";'),('ace','messages:undo-summary-anon','s:61:\"id:Membatalkan revisi $1 oleh [[Special:Contributions/$2|$2]]\";'),('ace','messages:undo-summary-import','s:59:\"id:Balikkan revisi $1 yang diimpor oleh pengguna [[:$2|$3]]\";'),('ace','messages:undo-summary-import2','s:51:\"id:Balikkan revisi $1 yang diimpor oleh pengguna $2\";'),('ace','messages:undo-summary-username-hidden','s:55:\"id:Batalkan revisi $1 oleh seorang pengguna tersembunyi\";'),('ace','messages:unexpected','s:33:\"ace:Yum hana geuharap: \"$1\"=\"$2\".\";'),('ace','messages:unicode-support-fail','s:129:\"id:Tampaknya peramban Anda tidak mendukung Unicode, yang diperlukan untuk menyunting halaman. Jadi suntingan Anda tidak disimpan.\";'),('ace','messages:unit-pixel','s:5:\"id:px\";'),('ace','messages:unknown-error','s:45:\"id:Terjadi sebuah galat yang tidak diketahui.\";'),('ace','messages:unlinkaccounts','s:20:\"id:Lepastautkan akun\";'),('ace','messages:unlinkaccounts-success','s:37:\"id:Akun berikut telah dilepastautkan.\";'),('ace','messages:unlockbtn','s:24:\"id:Buka kunci basis data\";'),('ace','messages:unlockconfirm','s:50:\"id:Ya, saya memang ingin membuka kunci basis data.\";'),('ace','messages:unlockdb','s:24:\"id:Buka kunci basis data\";'),('ace','messages:unlockdbsuccesssub','s:38:\"id:Pembukaan kunci basis data berhasil\";'),('ace','messages:unlockdbsuccesstext','s:33:\"id:Kunci basis data telah dibuka.\";'),('ace','messages:unlockdbtext','s:278:\"id:Membuka kunci basis data akan mengembalikan kemampuan semua pengguna dalam menyunting halaman, mengubah preferensi pengguna, menyunting daftar pantauan mereka, dan hal-hal lain yang memerlukan perubahan terhadap basis data.  Pastikan bahwa ini adalah yang ingin Anda lakukan.\";'),('ace','messages:unpatrolledletter','s:4:\"id:!\";'),('ace','messages:unprotect','s:23:\"ace:Gantoë neulindông\";'),('ace','messages:unprotected-js','s:177:\"id:Karena alasan keamanan Javascript tidak dapat dimuat dari halaman yang tidak dilindungi. Mohon hanya buat javascript di ruangnama MediaWiki: atau sebagai subhalaman  Pengguna\";'),('ace','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ace','messages:unprotectedarticle-comment','s:53:\"id:{{GENDER:$2|Menghapus perlindungan}} dari \"[[$1]]\"\";'),('ace','messages:unregistered-user-config','s:131:\"id:Karena alasan keamanan subhalaman pengguna berformat JavaScript, CSS dan JSON tidak dapat dimuat untuk pengguna tidak terdaftar.\";'),('ace','messages:unstrip-depth-category','s:72:\"id:Halaman-halaman dengan batas kedalaman pelepasan telah melebihi batas\";'),('ace','messages:unstrip-depth-category-desc','s:49:\"id:Halamannya melebihi batasan kedalaman unstrip.\";'),('ace','messages:unstrip-depth-warning','s:51:\"id:Batas ukuran pelepasan telah melebihi batas ($1)\";'),('ace','messages:unstrip-size-category','s:69:\"id:Halaman-halaman dengan batas ukuran pelepasan telah melebihi batas\";'),('ace','messages:unstrip-size-category-desc','s:46:\"id:Halamannya melebihi batasan ukuran unstrip.\";'),('ace','messages:unstrip-size-warning','s:51:\"id:Batas ukuran pelepasan telah melebihi batas ($1)\";'),('ace','messages:unsupported-content-diff','s:50:\"id:Perbedaan tidak didukung untuk model konten $1.\";'),('ace','messages:unsupported-content-diff2','s:70:\"id:Perbedaan antara model konten $1 dan $2 tidak didukung di wiki ini.\";'),('ace','messages:unsupported-content-model','s:77:\"id:<strong> Peringatan: </strong> Model konten $1 tidak didukung di wiki ini.\";'),('ace','messages:unusedcategories','s:22:\"ace:Kawan hana geungui\";'),('ace','messages:unusedcategories-summary','s:3:\"en:\";'),('ace','messages:unusedcategoriestext','s:91:\"id:Kategori berikut ada, walaupun tidak ada halaman atau kategori lain yang menggunakannya.\";'),('ace','messages:unusedimages','s:27:\"ace:Beureukaih hana geungui\";'),('ace','messages:unusedimages-summary','s:3:\"en:\";'),('ace','messages:unusedimagestext','s:240:\"id:Berkas berikut ada tapi tidak disertakan di halaman mana pun.\nHarap perhatikan bahwa situs web lain mungkin memiliki pranala ke suatu berkas dengan URL langsung, dan karenanya masih terdaftar di sini meskipun sudah tidak digunakan aktif.\";'),('ace','messages:unusedimagestext-categorizedimgisused','s:331:\"id:Berkas-berkas berikut ada tapi tidak digunakan di halaman mana pun. Gambar terkategori dianggap digunakan meskipun tidak termuat di halaman mana pun.\nHarap perhatikan bahwa situs web lain mungkin memautkan berkas dengan URL langsung, dan berkas tersebut mungkin tetap didaftarkan di sini meskipun digunakan secara aktif di luar.\";'),('ace','messages:unusedtemplates','s:30:\"ace:Templat nyang hana geungui\";'),('ace','messages:unusedtemplates-summary','s:3:\"en:\";'),('ace','messages:unusedtemplatestext','s:176:\"id:Daftar berikut adalah semua halaman pada ruang nama {{ns:template}} yang tidak dipakai di halaman mana pun.\nCek dahulu pranala lain ke templat tersebut sebelum menghapusnya.\";'),('ace','messages:unusedtemplateswlh','s:15:\"id:pranala lain\";'),('ace','messages:unwatch','s:18:\"ace:Bateuë kalön\";'),('ace','messages:unwatchedpages','s:29:\"id:Halaman yang tak terpantau\";'),('ace','messages:unwatchedpages-summary','s:3:\"en:\";'),('ace','messages:unwatching','s:18:\"ace:Hana kalön...\";'),('ace','messages:unwatchthispage','s:27:\"id:Batal pantau halaman ini\";'),('ace','messages:updated','s:14:\"ace:(Seubarô)\";'),('ace','messages:updatedmarker','s:55:\"ace:geuubah yôh seunaweue keuneulheueh lôn phôn kön\";'),('ace','messages:updatewatchlist','s:27:\"id:Perbarui daftar pantauan\";'),('ace','messages:upload','s:24:\"ace:Peutamöng beureukah\";'),('ace','messages:upload-copy-upload-invalid-domain','s:51:\"id:Unggahan salinan tidak tersedia dari domain ini.\";'),('ace','messages:upload-curl-error28','s:31:\"id:Pemuatan telah lewat tenggat\";'),('ace','messages:upload-curl-error28-text','s:178:\"id:Situs yang dituju terlalu lambat merespon. \nTolong cek apakah situs tersebut aktif, tunggu sebentar, dan coba lagi.\nMungkin Anda perlu mencobanya pada saat yang lebih longgar.\";'),('ace','messages:upload-curl-error6','s:28:\"id:URL tidak dapat dihubungi\";'),('ace','messages:upload-curl-error6-text','s:115:\"id:URL yang diberikan tak dapat dihubungi. Harap periksa ulang bahwa URL tersebut tepat dan situs itu sedang aktif.\";'),('ace','messages:upload-default-description','s:4:\"en:-\";'),('ace','messages:upload-description','s:24:\"ace:Keutrangan beureukah\";'),('ace','messages:upload-dialog-button-back','s:10:\"id:Kembali\";'),('ace','messages:upload-dialog-button-cancel','s:11:\"id:Batalkan\";'),('ace','messages:upload-dialog-button-done','s:10:\"id:Selesai\";'),('ace','messages:upload-dialog-button-save','s:9:\"id:Simpan\";'),('ace','messages:upload-dialog-button-upload','s:9:\"id:Unggah\";'),('ace','messages:upload-dialog-disabled','s:68:\"id:Unggah berkas menggunakan dialog ini dinonaktifkan pada wiki ini.\";'),('ace','messages:upload-dialog-title','s:16:\"id:Unggah berkas\";'),('ace','messages:upload-disallowed-here','s:51:\"ace:Droëneuh h\'an jeuët neutimpa beureukaih nyoë\";'),('ace','messages:upload-file-error','s:21:\"id:Kesalahan internal\";'),('ace','messages:upload-file-error-text','s:141:\"id:Terjadi kesalahan internal sewaktu mencoba membuat berkas sementara di server.\nHarap hubungi seorang [[Special:ListUsers/sysop|pengurus]].\";'),('ace','messages:upload-foreign-cant-load-config','s:84:\"id:Gagal memuat konfigurasi untuk pengunggahan berkas ke repositori berkas eksternal\";'),('ace','messages:upload-foreign-cant-upload','s:78:\"id:Wiki ini tidak diatur untuk mengunggah berkas ke gudang penyimpangan asing.\";'),('ace','messages:upload-form-label-infoform-categories','s:11:\"id:Kategori\";'),('ace','messages:upload-form-label-infoform-date','s:10:\"id:Tanggal\";'),('ace','messages:upload-form-label-infoform-description','s:12:\"id:Deskripsi\";'),('ace','messages:upload-form-label-infoform-description-tooltip','s:163:\"id:Jelaskan dengan singkat hal-hal penting tentang karya ini.\nUntuk foto, sebutkan hal-hal utama yang ditampilkan, peristiwa, atau tempat yang ditampilkan di foto.\";'),('ace','messages:upload-form-label-infoform-name','s:7:\"id:Nama\";'),('ace','messages:upload-form-label-infoform-name-tooltip','s:162:\"id:Judul singkat yang unik untuk berkas, yang akan menjadi nama berkas. Anda dapat gunakan bahasa yang sederhana dengan spasi. Jangan menyertakan ekstensi berkas.\";'),('ace','messages:upload-form-label-infoform-title','s:12:\"id:Perincian\";'),('ace','messages:upload-form-label-not-own-work-local-generic-foreign','s:197:\"id:Anda juga mungkin ingin mencoba menggunakan  [[Special:Upload|halaman pengunggahan di {{SITENAME}}]], jika situs tersebut mengizinkan pengunggahan berkas ini menurut kebijakan di situs tersebut.\";'),('ace','messages:upload-form-label-not-own-work-local-generic-local','s:75:\"id:Anda mungkin ingin mencoba [[Special:Upload|halaman pengunggahan baku]].\";'),('ace','messages:upload-form-label-not-own-work-message-generic-foreign','s:149:\"id:Jika Anda tidak dapat mengunggah berkas ini di bawah kebijakan di gudang penyimpanan bersama, silakan tutup dialog ini dan cobalah metode lainnya.\";'),('ace','messages:upload-form-label-not-own-work-message-generic-local','s:129:\"id:Jika Anda tidak dapat mengunggah berkas ini di bawah kebijakan {{SITENAME}}, silakan tutup dialog ini dan coba metode lainnya.\";'),('ace','messages:upload-form-label-own-work','s:32:\"id:Ini adalah karya saya sendiri\";'),('ace','messages:upload-form-label-own-work-message-generic-foreign','s:165:\"id:Saya mengerti bahwa saya mengunggah berkas ini ke gudang berkas bersama. Saya menyatakan bahwa saya telah menyetujui syarat layanan dan kebijakan lisensi di sana.\";'),('ace','messages:upload-form-label-own-work-message-generic-local','s:119:\"id:Saya menyatakan bahwa saya mengunggah berkas ini dengan mengikuti syarat layanan dan aturan lisensi di {{SITENAME}}.\";'),('ace','messages:upload-form-label-usage-filename','s:14:\"id:Nama berkas\";'),('ace','messages:upload-form-label-usage-title','s:13:\"id:Penggunaan\";'),('ace','messages:upload-http-error','s:29:\"id:Kesalahan HTTP terjadi: $1\";'),('ace','messages:upload-maxfilesize','s:32:\"ace:Paléng rayek beureukaih: $1\";'),('ace','messages:upload-misc-error','s:38:\"id:Kesalahan pemuatan yang tak dikenal\";'),('ace','messages:upload-misc-error-text','s:222:\"id:Suatu kesalahan yang tak dikenal terjadi sewaktu mengunggah. Harap pastikan bahwa URL tersebut valid dan dapat diakses dan silakan coba lagi. Jika masalah ini tetap terjadi, hubungi [[Special:ListUsers/sysop|pengurus]].\";'),('ace','messages:upload-options','s:20:\"id:Opsi pengunggahan\";'),('ace','messages:upload-permitted','s:65:\"id:{{PLURAL:$2|Jenis|Jenis-jenis}} berkas yang diperbolehkan: $1.\";'),('ace','messages:upload-preferred','s:62:\"id:{{PLURAL:$2|Jenis|Jenis-jenis}} berkas yang disarankan: $1.\";'),('ace','messages:upload-prohibited','s:60:\"id:{{PLURAL:$2|Jenis|Jenis-jenis}} berkas yang dilarang: $1.\";'),('ace','messages:upload-proto-error','s:17:\"id:Protokol salah\";'),('ace','messages:upload-proto-error-text','s:105:\"id:Pemuatan jarak jauh membutuhkan URL yang diawali dengan <code>http://</code> atau <code>ftp://</code>.\";'),('ace','messages:upload-recreate-warning','s:154:\"id:<strong>Peringatan: Berkas dengan nama itu telah dihapus atau dipindahkan.</strong>\n\nLog penghapusan dan pemindahan halaman ini adalah sebagai berikut:\";'),('ace','messages:upload-scripted-dtd','s:78:\"id:Tidak dapat mengunggah berkas SVG yang mengandung deklarasi DTD takstandar.\";'),('ace','messages:upload-scripted-pi-callback','s:80:\"id:Tidak dapat mengunggah berkas yang mengandung arahan pengolahan hamparan XML.\";'),('ace','messages:upload-source','s:19:\"ace:Asai beureukaih\";'),('ace','messages:upload-summary','s:3:\"en:\";'),('ace','messages:upload-too-many-redirects','s:43:\"id:URL mengandung terlalu banyak pengalihan\";'),('ace','messages:upload-tryagain','s:36:\"id:Kirim perubahan keterangan berkas\";'),('ace','messages:upload-tryagain-nostash','s:62:\"id:Kirim berkas yang diunggah ulang dan deskripsi yang terubah\";'),('ace','messages:upload_directory_missing','s:83:\"id:Direktori pemuatan ($1) tidak ditemukan dan tidak dapat dibuat oleh peladen web.\";'),('ace','messages:upload_directory_read_only','s:64:\"id:Direktori pemuatan ($1) tidak dapat ditulis oleh peladen web.\";'),('ace','messages:upload_source_file','s:38:\"id:(pilihan berkas dari komputer Anda)\";'),('ace','messages:upload_source_url','s:63:\"id:(Anda pilih berkas dari URL valid yang dapat diakses publik)\";'),('ace','messages:uploadbtn','s:23:\"ace:Peutamong beureukah\";'),('ace','messages:uploaddisabled','s:26:\"id:Pengunggahan dimatikan.\";'),('ace','messages:uploaddisabledtext','s:39:\"id:Pengunggahan berkas tidak diizinkan.\";'),('ace','messages:uploaded-animate-svg','s:151:\"id:Ditemukan tag \"animasi\" yang mungkin dapat mengubah href, menggunakan atribut \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-event-handler-on-svg','s:93:\"id:Penetapan atribut \'\'event-handler\'\' <code>$1=\"$2\"</code> tidak diizinkan dalam berkas SVG.\";'),('ace','messages:uploaded-hostile-svg','s:75:\"id:Terdapat CSS yang tidak aman dalam elemen gaya berkas SVG yang diunggah.\";'),('ace','messages:uploaded-href-attribute-svg','s:318:\"id:Elemen <a> hanya diizinkan untuk ditautkan (href) ke target data: (berkas tertanam), http:// atau https://, atau fragmen (#, dokumen yang sama). Untuk element lainnya, seperti <image>, hanya data: dan fragmen yang diperbolehkan. Coba masukkan gambar ketika mengekspor SVG. Ditemukan <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ace','messages:uploaded-href-unsafe-target-svg','s:114:\"id:Menemukan href ke data tidak aman: URI menarget <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-image-filter-svg','s:105:\"id:Ditemukan penyaring gambar dengan URL: <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-remote-url-svg','s:118:\"id:SVG yang mengatur setiap atribut style dengan URL luar diblokir. $1=\"$2\" ditemui di dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-script-svg','s:64:\"id:Terdapat elemen terskrip \"$1\" dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-setting-event-handler-svg','s:123:\"id:Penyetelan atribut \'\'event-handler\'\' diblokir, menemukan <code>&lt;$1 $2=\"$3\"&gt;</code> dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-setting-handler-svg','s:132:\"id:SVG yang mengatur atribut \"handler\" dengan remote/data/skrip telah diblokir. Ditemukan $1=\"$2\" di dalam berkas SVG yang diunggah.\";'),('ace','messages:uploaded-setting-href-svg','s:83:\"id:Menggunakan tag \"set\" untuk menambahkan atribut \"href\" ke elemen utama diblokir.\";'),('ace','messages:uploaded-wrong-setting-svg','s:166:\"id:Penggunaan tag \"set\" untuk menambah sasaran jauh/data/skrip ke setiap atribut tidak diizinkan. Ada <code>&lt;set</code> to=\"$1\"&gt; dalam berkas SVG yang diunggah.\";'),('ace','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ace','messages:uploaderror','s:19:\"id:Galat mengunggah\";'),('ace','messages:uploadfooter','s:4:\"en:-\";'),('ace','messages:uploadinvalidxml','s:55:\"id:XML dalam berkas yang diunggah tidak bisa diuraikan.\";'),('ace','messages:uploadlogpage','s:18:\"ace:Log peutamöng\";'),('ace','messages:uploadlogpagetext','s:122:\"ace:Nyoe nakeuh dapeuta peutamöng beureukah barô.\nKalön [[Special:NewFiles|galeri beureukah barô]] keu tampilan barô.\";'),('ace','messages:uploadnewversion-linktext','s:64:\"ace:Peulöt seunalén nyang leubèh barô nibak beureukah nyoë.\";'),('ace','messages:uploadnologin','s:23:\"ace:Hana lom meutamöng\";'),('ace','messages:uploadnologintext','s:55:\"ace:Droeneuh peureulèe $1 keu neupeutamöng beureukah.\";'),('ace','messages:uploadscripted','s:101:\"id:Berkas ini mengandung HTML atau kode yang dapat diinterpretasikan dengan keliru oleh peramban web.\";'),('ace','messages:uploadscriptednamespace','s:65:\"id:Berkas SVG ini memuat ruang nama ilegal \"<nowiki>$1</nowiki>\".\";'),('ace','messages:uploadstash','s:20:\"id:Simpanan unggahan\";'),('ace','messages:uploadstash-bad-path','s:24:\"id:Jalur tidak tersedia.\";'),('ace','messages:uploadstash-bad-path-bad-format','s:38:\"id:Kunci \"$1\" bukan format yang layak.\";'),('ace','messages:uploadstash-bad-path-invalid','s:21:\"id:Jalur tidak valid.\";'),('ace','messages:uploadstash-bad-path-no-handler','s:56:\"id:Tidak menemukan penangan untuk mime $1 dari berkas $2\";'),('ace','messages:uploadstash-bad-path-unknown-type','s:29:\"id:Tipe tidak diketahui \"$1\".\";'),('ace','messages:uploadstash-bad-path-unrecognized-thumb-name','s:29:\"id:Nama thumb tidak dikenali.\";'),('ace','messages:uploadstash-badtoken','s:114:\"id:Pelaksanaan tindakan tersebut gagal. Mungkin karena hak penyuntingan Anda telah kedaluwarsa. Silakan coba lagi.\";'),('ace','messages:uploadstash-clear','s:24:\"id:Hapus berkas simpanan\";'),('ace','messages:uploadstash-errclear','s:28:\"id:Penghapusan berkas gagal.\";'),('ace','messages:uploadstash-exception','s:60:\"id:Tidak dapat menyimpan unggahan dalam simpanan ($1): \"$2\".\";'),('ace','messages:uploadstash-file-not-found','s:48:\"id:Kunci \"$1\" tidak ditemukan dalam penyimpanan.\";'),('ace','messages:uploadstash-file-not-found-missing-content-type','s:41:\"id:Tajuk berjenis konten tidak ditemukan.\";'),('ace','messages:uploadstash-file-not-found-no-local-path','s:53:\"id:Tidak ada jalur lokal untuk benda yang diskalakan.\";'),('ace','messages:uploadstash-file-not-found-no-remote-thumb','s:43:\"id:Memproses gambar mini gagal: $1\nURL = $2\";'),('ace','messages:uploadstash-file-not-found-no-thumb','s:39:\"id:Tidak dapat mendapatkan gambar mini.\";'),('ace','messages:uploadstash-file-not-found-not-exists','s:66:\"id:Tidak dapat menemukan jalur, atau bukan merupakan berkas polos.\";'),('ace','messages:uploadstash-file-too-large','s:71:\"id:Tidak dapat melayani berkas yang berukuran lebih besar dari $1 bita.\";'),('ace','messages:uploadstash-no-such-key','s:45:\"id:Tidak ada kunci ($1), tidak dapat dihapus.\";'),('ace','messages:uploadstash-nofiles','s:39:\"id:Anda tidak memiliki berkas simpanan.\";'),('ace','messages:uploadstash-not-logged-in','s:74:\"id:Tidak ada pengguna yang masuk log, berkas harus dimiliki oleh pengguna.\";'),('ace','messages:uploadstash-refresh','s:25:\"id:Segarkan daftar berkas\";'),('ace','messages:uploadstash-summary','s:204:\"id:Halaman ini memberikan akses terhadap berkas yang diunggah (atau dalam proses pengunggahan), namun belum diterbitkan ke wiki. Berkas-berkas ini tidak dapat dilihat oleh siapa pun kecuali pengunggahnya.\";'),('ace','messages:uploadstash-thumbnail','s:17:\"id:lihat miniatur\";'),('ace','messages:uploadstash-wrong-owner','s:73:\"id:Berkas ini ($1) tidak dimiliki oleh pengguna yang Anda lihat saat ini.\";'),('ace','messages:uploadstash-zero-length','s:28:\"id:Berkas ini berukuran nol.\";'),('ace','messages:uploadtext','s:1014:\"id:Gunakan formulir di bawah untuk mengunggah berkas.\nUntuk menampilkan atau mencari berkas yang sebelumnya dimuat, gunakan [[Special:FileList|daftar berkas]]. Pengunggahan dan pengunggahan ulang juga tercatat dalam [[Special:Log/upload|log pengunggahan]]. Penghapusan tercatat dalam [[Special:Log/delete|log penghapusan]].\n\nUntuk menampilkan atau menyertakan berkas di dalam suatu halaman, gunakan pranala dengan salah satu format di bawah ini:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> untuk menampilkan berkas dalam ukuran aslinya\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Judul gambar]]</nowiki></code></strong> untuk menampilkan berkas dengan lebar 200 piksel dalam sebuah kotak di kiri halaman dengan teks \"Judul gambar\" di bawahnya\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> sebagai pranala langsung ke berkas yang dimaksud tanpa menampilkan berkas tersebut melalui wiki\";'),('ace','messages:uploadvirus','s:51:\"id:Berkas tersebut mengandung virus! \nPerincian: $1\";'),('ace','messages:uploadwarning','s:26:\"id:Peringatan pengunggahan\";'),('ace','messages:uploadwarning-text','s:59:\"id:Mohon perbaiki keterangan berkas di bawah dan coba lagi.\";'),('ace','messages:uploadwarning-text-nostash','s:77:\"id:Harap unggah ulang berkas ini, ubah deskripsi di bawah ini, dan coba lagi.\";'),('ace','messages:user-mail-no-addy','s:50:\"ace:Ujoe kirém surat-e ngön hana alamat surat-e.\";'),('ace','messages:user-mail-no-body','s:57:\"ace:Droeneuh ka neuci peuét surat-e soh ngon that paneuk\";'),('ace','messages:usercreated','s:41:\"ace:{{GENDER:$3|Geupeugot}} bak $1 poh $2\";'),('ace','messages:usercssispublic','s:116:\"id:Harap perhatikan: subhalaman CSS sebaiknya tidak mengandung data rahasia karena dapat dilihat oleh pengguna lain.\";'),('ace','messages:usercsspreview','s:116:\"id:<strong>Ingatlah bahwa Anda sedang menampilkan pratayang dari CSS Anda.\nPratayang ini belum diterbitkan!</strong>\";'),('ace','messages:usercssyoucanpreview','s:101:\"id:\'\'\'Tips:\'\'\' Gunakan tombol \"{{int:showpreview}}\" untuk menguji CSS baru Anda sebelum menyimpannya.\";'),('ace','messages:usereditcount','s:39:\"id:$1 {{PLURAL:$1|suntingan|suntingan}}\";'),('ace','messages:userexists','s:82:\"ace:Nan ureuëng ngui nyang neupasoë ka na soë ngui.\nNeupiléh nan nyang la\'én.\";'),('ace','messages:userinvalidconfigtitle','s:208:\"id:<strong>Peringatan:</strong> Kulit \"$1\" tidak ditemukan. Harap diingat bahwa halaman .css, .json, dan .js menggunakan huruf kecil, contoh {{ns:user}}:Foo/vector.css dan bukannya {{ns:user}}:Foo/Vector.css.\";'),('ace','messages:userjsdangerous','s:243:\"id:Catatan: Skrip yang disertakan pada halaman ini akan berjalan setiap kali halaman dimuat. Kode berbahaya yang ditambahkan di sini dapat mengakibatkan kompromi akun. Kode ini akan dijalankan ketika Anda melihat perubahan Anda di halaman ini.\";'),('ace','messages:userjsispublic','s:124:\"id:Harap perhatikan: subhalaman Javascript sebaiknya tidak mengandung data rahasia, karena dapat dilihat oleh pengguna lain.\";'),('ace','messages:userjsonispublic','s:114:\"id:Harap perhatikan: subhalaman JSON seharusnya tidak berisi data rahasia karena dapat dilihat oleh pengguna lain.\";'),('ace','messages:userjsonpreview','s:146:\"id:<strong>Ingatlah bahwa Anda hanya menguji coba/melihat pratayang dari konfigurasi pengguna JSON Anda.\nPerubahan ini belum diterbitkan!</strong>\";'),('ace','messages:userjsonyoucanpreview','s:118:\"id:<strong>Tips:</strong> Gunakan tombol \"{{int:showpreview}}\" untuk menguji coba JSON baru Anda sebelum menyimpannya.\";'),('ace','messages:userjspreview','s:134:\"id:<strong>Ingatlah bahwa yang Anda lihat hanyalah pratayang JavaScript Anda, dan bahwa pratayang tersebut belum diterbitkan!</strong>\";'),('ace','messages:userjsyoucanpreview','s:117:\"id:<strong>Tips:</strong> Gunakan tombol \"{{int:showpreview}}\" untuk menguji Javascript baru Anda sebelum penerbitan.\";'),('ace','messages:userlogin-createanother','s:22:\"ace:Peugöt akun laén\";'),('ace','messages:userlogin-helplink2','s:20:\"ace:Beunantu tamöng\";'),('ace','messages:userlogin-joinproject','s:33:\"ace:Neugabông ngön {{SITENAME}}\";'),('ace','messages:userlogin-loggedin','s:105:\"ace:Droeneuh ka neutamöng seubagoe $1. Neungui blangko di yup keu neutamöng seubagoe ureueng ngui laén\";'),('ace','messages:userlogin-noaccount','s:20:\"ace:Goh lom na akun?\";'),('ace','messages:userlogin-reauth','s:79:\"id:Anda harus masuk log lagi untuk memeriksa bahwa Anda adalah {{GENDER:$1|$1}}\";'),('ace','messages:userlogin-remembermypassword','s:26:\"ace:Pubiyeuë lôn tamöng\";'),('ace','messages:userlogin-resetpassword-link','s:26:\"ace:Tuwö lageuem tamöng?\";'),('ace','messages:userlogin-signwithsecure','s:21:\"ace:Ngui koneksi aman\";'),('ace','messages:userlogin-yourname','s:17:\"ace:Ureuëng ngui\";'),('ace','messages:userlogin-yourname-ph','s:31:\"ace:Peutamöng nan ureueng ngui\";'),('ace','messages:userlogin-yourpassword','s:19:\"ace:Lageuem tamöng\";'),('ace','messages:userlogin-yourpassword-ph','s:25:\"ace:Pasoe lageuem tamöng\";'),('ace','messages:userlogout','s:12:\"ace:Teubiët\";'),('ace','messages:userlogout-continue','s:32:\"id:Apakah Anda ingin keluar log?\";'),('ace','messages:userlogout-summary','s:3:\"en:\";'),('ace','messages:userlogout-temp','s:102:\"id:Apakah Anda yakin ingin keluar log? Anda tidak akan dapat kembali masuk log ke akun sementara Anda.\";'),('ace','messages:usermaildisabled','s:31:\"id:Surel pengguna dinonaktifkan\";'),('ace','messages:usermaildisabledtext','s:65:\"id:Anda tidak dapat mengirim surel pada pengguna lain di wiki ini\";'),('ace','messages:usermessage-editor','s:29:\"ace:Peukakaih peutrôk peusan\";'),('ace','messages:usermessage-summary','s:27:\"id:Tinggalkan pesan sistem.\";'),('ace','messages:usermessage-template','s:24:\"id:MediaWiki:UserMessage\";'),('ace','messages:username','s:31:\"id:{{GENDER:$1|Nama pengguna}}:\";'),('ace','messages:usernameinprogress','s:78:\"id:Pembuatan akun untuk nama pengguna ini sedang dijalankan. Silakan menunggu.\";'),('ace','messages:userpage-userdoesnotexist','s:55:\"id:Akun pengguna \"<nowiki>$1</nowiki>\" tidak terdaftar.\";'),('ace','messages:userpage-userdoesnotexist-view','s:38:\"ace:Ureueng ngui \"$1\" hana teudapeuta.\";'),('ace','messages:userrights','s:15:\"id:Hak pengguna\";'),('ace','messages:userrights-cannot-shorten-expiry','s:196:\"id:Anda tidak dapat memajukan waktu kedaluwarsa dari keanggotaan dalam kelompok \"$1\". Hanya pengguna dengan hak akses dapat menambahkan dan mencabut kelompok ini dapat memajukan waktu kedaluwarsa.\";'),('ace','messages:userrights-changeable-col','s:30:\"ace:Kawan nyang jeut neugantoe\";'),('ace','messages:userrights-conflict','s:84:\"id:Konflik perubahan hak pengguna! Mohon tinjau ulang dan konfirmasi perubahan Anda.\";'),('ace','messages:userrights-editusergroup','s:27:\"ace:Ubah kawan ureueng ngui\";'),('ace','messages:userrights-expiry','s:15:\"id:Kedaluwarsa:\";'),('ace','messages:userrights-expiry-current','s:17:\"id:Kedaluwarsa $1\";'),('ace','messages:userrights-expiry-existing','s:37:\"id:Waktu kedaluwarsa saat ini: $3, $2\";'),('ace','messages:userrights-expiry-in-past','s:55:\"id:Waktu kedaluwarsa untuk kelompok \"$1\" sudah berlalu.\";'),('ace','messages:userrights-expiry-none','s:20:\"id:Tidak kedaluwarsa\";'),('ace','messages:userrights-expiry-options','s:108:\"ace:siuroe:1 day,sigo jumeu\'at:1 week,sibuleuen:1 month,3 buleuen:3 months,6 buleuen:6 months,sithôn:1 year\";'),('ace','messages:userrights-expiry-othertime','s:14:\"id:Waktu lain:\";'),('ace','messages:userrights-groups-help','s:486:\"id:Anda dapat mengubah kelompok {{GENDER:$1|pengguna ini}}:\n* Kotak dengan tanda cek merupakan kelompok pengguna yang bersangkutan.\n* Kotak tanpa tanda cek berarti pengguna ini bukan anggota kelompok tersebut.\n* Tanda * menandai bahwa Anda tidak dapat membatalkan kelompok tersebut bila Anda telah menambahkannya, atau sebaliknya.\n* Tanda # menandai bahwa Anda hanya dapat mengembalikan waktu kedaluwarsa keanggotaan kelompok ini, tetapi Anda tidak dapat memajukan waktu kedaluwarsanya.\";'),('ace','messages:userrights-groupsmember','s:20:\"ace:Anggèeta nibak:\";'),('ace','messages:userrights-groupsmember-auto','s:25:\"id:Anggota implisit dari:\";'),('ace','messages:userrights-groupsmember-type','s:5:\"id:$1\";'),('ace','messages:userrights-invalid-expiry','s:51:\"id:Waktu kedaluwarsa untuk kelompok \"$1\" tidak sah.\";'),('ace','messages:userrights-irreversible-marker','s:6:\"id:$1*\";'),('ace','messages:userrights-lookup-user','s:25:\"id:Pilih seorang pengguna\";'),('ace','messages:userrights-no-interwiki','s:69:\"ace:Droeneuh hana izin keu neuubah khut ureueng ngui bak wiki la\'én.\";'),('ace','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('ace','messages:userrights-nodatabase','s:44:\"id:Basis data $1 tidak ada atau bukan lokal.\";'),('ace','messages:userrights-reason','s:11:\"ace:Alasan:\";'),('ace','messages:userrights-summary','s:3:\"en:\";'),('ace','messages:userrights-systemuser','s:52:\"id:{{GENDER:$1|Pengguna ini}} adalah pengguna sistem\";'),('ace','messages:userrights-unchangeable-col','s:34:\"ace:Kawan nyang han jeut neugantoe\";'),('ace','messages:userrights-user-editname','s:27:\"ace:Pasoe nan ureueng ngui:\";'),('ace','messages:userrights-viewusergroup','s:40:\"id:Lihat kelompok {{GENDER:$1|pengguna}}\";'),('ace','messages:variantname-crh','s:6:\"en:crh\";'),('ace','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('ace','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('ace','messages:variantname-gan','s:6:\"en:gan\";'),('ace','messages:variantname-gan-hans','s:7:\"id:hans\";'),('ace','messages:variantname-gan-hant','s:7:\"id:hant\";'),('ace','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ace','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ace','messages:variantname-iu','s:5:\"en:iu\";'),('ace','messages:variantname-kk','s:5:\"en:kk\";'),('ace','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ace','messages:variantname-kk-cn','s:8:\"id:kk-cn\";'),('ace','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('ace','messages:variantname-kk-kz','s:8:\"id:kk-kz\";'),('ace','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ace','messages:variantname-kk-tr','s:8:\"id:kk-tr\";'),('ace','messages:variantname-ku','s:5:\"en:ku\";'),('ace','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ace','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ace','messages:variantname-shi','s:6:\"en:shi\";'),('ace','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ace','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ace','messages:variantname-sr','s:5:\"en:sr\";'),('ace','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ace','messages:variantname-sr-ec','s:8:\"id:sr-ec\";'),('ace','messages:variantname-sr-el','s:8:\"id:sr-el\";'),('ace','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ace','messages:variantname-tg','s:5:\"en:tg\";'),('ace','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ace','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ace','messages:variantname-tly','s:6:\"en:tly\";'),('ace','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ace','messages:variantname-uz','s:5:\"en:uz\";'),('ace','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ace','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ace','messages:variantname-zh','s:5:\"en:zh\";'),('ace','messages:variantname-zh-cn','s:5:\"id:cn\";'),('ace','messages:variantname-zh-hans','s:7:\"id:hans\";'),('ace','messages:variantname-zh-hant','s:7:\"id:hant\";'),('ace','messages:variantname-zh-hk','s:5:\"id:hk\";'),('ace','messages:variantname-zh-mo','s:5:\"id:mo\";'),('ace','messages:variantname-zh-my','s:5:\"id:my\";'),('ace','messages:variantname-zh-sg','s:5:\"id:sg\";'),('ace','messages:variantname-zh-tw','s:5:\"id:tw\";'),('ace','messages:variants','s:9:\"ace:Ragam\";'),('ace','messages:vector-2022-prefs-talkpage','s:60:\"ace:[[mw:Talk:Reading/Web/Desktop_Improvements|Peugah haba]]\";'),('ace','messages:vector-action-addsection','s:15:\"ace:Tamah bhaih\";'),('ace','messages:vector-action-delete','s:11:\"ace:Sampôh\";'),('ace','messages:vector-action-move','s:11:\"ace:Pupinah\";'),('ace','messages:vector-action-protect','s:15:\"ace:Peulindông\";'),('ace','messages:vector-action-toggle-sidebar','s:27:\"id:Buka/tutup bilah samping\";'),('ace','messages:vector-action-undelete','s:19:\"ace:Bateuë sampôh\";'),('ace','messages:vector-action-unprotect','s:22:\"ace:Gantoe neulindông\";'),('ace','messages:vector-anon-user-menu-pages','s:43:\"id:Halaman penyunting yang telah keluar log\";'),('ace','messages:vector-anon-user-menu-pages-label','s:43:\"id:Pelajari lebih lanjut tentang menyunting\";'),('ace','messages:vector-anon-user-menu-pages-learn','s:24:\"id:pelajari lebih lanjut\";'),('ace','messages:vector-article-tools-nav-label','s:11:\"id:Perkakas\";'),('ace','messages:vector-intro-page','s:17:\"id:Help:Pengantar\";'),('ace','messages:vector-jumptocontent','s:16:\"id:Lompat ke isi\";'),('ace','messages:vector-jumptonavigation','s:21:\"id:Loncat ke navigasi\";'),('ace','messages:vector-jumptosearch','s:22:\"id:Loncat ke pencarian\";'),('ace','messages:vector-language-button-aria-label','s:71:\"id:Pergi ke artikel dalam bahasa lain. Terdapat {{PLURAL:$1|$1 bahasa}}\";'),('ace','messages:vector-language-button-label','s:26:\"ace:{{PLURAL:$1|$1 bahsa}}\";'),('ace','messages:vector-language-redirect-to-top','s:134:\"id:Di {{SITENAME}} ini, pranala bahasa terletak di bagian atas halaman di sebelah judul artikel. [[#p-lang-btn|Pergi ke paling atas]].\";'),('ace','messages:vector-language-variant-switcher-label','s:21:\"id:Ubah varian bahasa\";'),('ace','messages:vector-languages','s:9:\"ace:Bahsa\";'),('ace','messages:vector-main-menu-tooltip','s:13:\"id:Menu utama\";'),('ace','messages:vector-more-actions','s:7:\"ace:Lom\";'),('ace','messages:vector-no-language-button-aria-label','s:91:\"id:Artikel ini hanya tersedia dalam bahasa ini. Terjemahkan artikelnya ke dalam bahasa lain\";'),('ace','messages:vector-no-language-button-label','s:15:\"ace:Tamah bahsa\";'),('ace','messages:vector-opt-out','s:22:\"ace:Gantoe u rupa awai\";'),('ace','messages:vector-opt-out-tooltip','s:86:\"id:Ubah pengaturan Anda untuk kembali ke tampilan lama dari kulit ini (Vektor Warisan)\";'),('ace','messages:vector-search-loader','s:25:\"id:Memuat saran pencarian\";'),('ace','messages:vector-searchsuggest-containing','s:92:\"ace:Mita ôn nyang na <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ace','messages:vector-site-nav-label','s:8:\"id:Situs\";'),('ace','messages:vector-skin-desc','s:211:\"id:Menyediakan 2 kulit Vector:\n* 2011 - Versi Modern dari MonoBook dengan tampilan segar dan banyak peningkatan kegunaan.\n* 2022 - Vector yang dibangun sebagai bagian dari proyek [[mw:Desktop Improvements]] WMF.\";'),('ace','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('ace','messages:vector-toc-beginning','s:8:\"ace:Awai\";'),('ace','messages:vector-toc-collapsible-button-label','s:23:\"id:Gulingkan daftar isi\";'),('ace','messages:vector-toc-heading','s:13:\"id:Daftar isi\";'),('ace','messages:vector-toc-menu-tooltip','s:13:\"id:Daftar Isi\";'),('ace','messages:vector-toc-toggle-button-label','s:25:\"id:Gulingkan subbagian $1\";'),('ace','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('ace','messages:vector-toc-toggle-position-title','s:14:\"id:sembunyikan\";'),('ace','messages:vector-view-create','s:11:\"ace:Peugöt\";'),('ace','messages:vector-view-edit','s:13:\"ace:Peusaneut\";'),('ace','messages:vector-view-history','s:14:\"ace:Eu riwayat\";'),('ace','messages:vector-view-view','s:9:\"ace:Beuet\";'),('ace','messages:vector-view-viewsource','s:10:\"ace:Eu nè\";'),('ace','messages:vector.css','s:64:\"id:/* CSS yang ada di sini akan diterapkan pada kulit Vektor. */\";'),('ace','messages:vector.js','s:98:\"id:/* Semua JavaScript di sini akan dimuatkan untuk para pengguna yang menggunakan kulit Vector */\";'),('ace','messages:verification-error','s:37:\"id:Berkas ini tidak lulus verifikasi.\";'),('ace','messages:version','s:9:\"ace:Curak\";'),('ace','messages:version-antispam','s:18:\"id:Pencegahan spam\";'),('ace','messages:version-api','s:6:\"id:API\";'),('ace','messages:version-credits-not-found','s:56:\"id:Tidak ada detail informasi kredit untuk ekstensi ini.\";'),('ace','messages:version-credits-summary','s:101:\"id:Kami ingin mengakui orang-orang berikut atas kontribusinya terhadap [[Special:Version|MediaWiki]].\";'),('ace','messages:version-credits-title','s:18:\"id:Kredit untuk $1\";'),('ace','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ace','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ace','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ace','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ace','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ace','messages:version-editors','s:13:\"id:Penyunting\";'),('ace','messages:version-entrypoints','s:18:\"id:URL titik entri\";'),('ace','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ace','messages:version-entrypoints-articlepath','s:89:\"id:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Artikel path]\";'),('ace','messages:version-entrypoints-header-entrypoint','s:14:\"id:Titik entri\";'),('ace','messages:version-entrypoints-header-url','s:6:\"id:URL\";'),('ace','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ace','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ace','messages:version-entrypoints-scriptpath','s:86:\"id:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Skrip path]\";'),('ace','messages:version-ext-colheader-credits','s:10:\"id:Pembuat\";'),('ace','messages:version-ext-colheader-description','s:12:\"id:Deskripsi\";'),('ace','messages:version-ext-colheader-license','s:10:\"id:Lisensi\";'),('ace','messages:version-ext-colheader-name','s:11:\"id:Ekstensi\";'),('ace','messages:version-ext-colheader-version','s:8:\"id:Versi\";'),('ace','messages:version-ext-license','s:10:\"id:Lisensi\";'),('ace','messages:version-extensions','s:21:\"id:Ekstensi terinstal\";'),('ace','messages:version-hook-name','s:12:\"id:Nama kait\";'),('ace','messages:version-hook-subscribedby','s:18:\"id:Dilanggani oleh\";'),('ace','messages:version-hooks','s:7:\"id:Kait\";'),('ace','messages:version-libraries','s:30:\"id:perpustakaan yang terpasang\";'),('ace','messages:version-libraries-authors','s:10:\"id:Pembuat\";'),('ace','messages:version-libraries-description','s:12:\"id:Deskripsi\";'),('ace','messages:version-libraries-library','s:15:\"id:Perpustakaan\";'),('ace','messages:version-libraries-license','s:10:\"id:Lisensi\";'),('ace','messages:version-libraries-version','s:8:\"id:Versi\";'),('ace','messages:version-license','s:20:\"id:Lisensi MediaWiki\";'),('ace','messages:version-license-info','s:792:\"id:MediaWiki adalah perangkat lunak bebas; Anda diperbolehkan untuk mendistribusikan dan/atau memodfikasinya dengan persyaratan Lisensi Publik Umum GNU yang diterbitkan oleh Free Software Foundation; versi 2 atau terbaru.\n\nMediaWiki didistribusikan dengan harapan dapat digunakan, tetapi <em>TANPA JAMINAN APA PUN</em>; tanpa jaminan <strong>PERDAGANGAN</strong> atau <strong>KECOCOKAN UNTUK TUJUAN TERTENTU</strong>. Lihat Lisensi Publik Umum GNU untuk informasi lebih lanjut.\n\nAnda seharusnya telah menerima [{{SERVER}}{{SCRIPTPATH}}/COPYING salinan Lisensi Publik Umum GNU] bersama dengan program ini; jika tidak, kirim surat ke Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA atau [//www.gnu.org/licenses/old-licenses/gpl-2.0.html baca daring].\";'),('ace','messages:version-license-not-found','s:57:\"id:Tidak ada detail informasi lisensi untuk ekstensi ini.\";'),('ace','messages:version-license-title','s:19:\"id:Lisensi untuk $1\";'),('ace','messages:version-mediahandlers','s:19:\"id:Penanganan media\";'),('ace','messages:version-no-ext-name','s:15:\"id:[tanpa nama]\";'),('ace','messages:version-other','s:12:\"id:Lain-lain\";'),('ace','messages:version-parser-extensiontags','s:22:\"id:Tag ekstensi parser\";'),('ace','messages:version-parser-function-hooks','s:21:\"id:Kait fungsi parser\";'),('ace','messages:version-parserhooks','s:14:\"id:Kait parser\";'),('ace','messages:version-poweredby-credits','s:96:\"id:Wiki ini didukung oleh \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\', hak cipta © 2001-$1 $2.\";'),('ace','messages:version-poweredby-others','s:10:\"id:lainnya\";'),('ace','messages:version-poweredby-translators','s:31:\"id:penerjemah translatewiki.net\";'),('ace','messages:version-poweredby-various','s:19:\"id:Berbagai penulis\";'),('ace','messages:version-skin-colheader-name','s:8:\"id:Kulit\";'),('ace','messages:version-skins','s:22:\"id:Kulit yang diinstal\";'),('ace','messages:version-software','s:28:\"id:Perangkat lunak terinstal\";'),('ace','messages:version-software-product','s:9:\"id:Produk\";'),('ace','messages:version-software-version','s:8:\"id:Versi\";'),('ace','messages:version-specialpages','s:19:\"id:Halaman istimewa\";'),('ace','messages:version-summary','s:3:\"en:\";'),('ace','messages:version-variables','s:11:\"id:Variabel\";'),('ace','messages:version-version','s:7:\"en:($1)\";'),('ace','messages:versionrequired','s:35:\"ace:Peureulèë MediaWiki vèrsi $1\";'),('ace','messages:versionrequiredtext','s:95:\"ace:MediaWiki versi $1 geupeureulèë keu neungui ôn nyoë. Neueu [[Special:Version|on versi]]\";'),('ace','messages:video-dims','s:15:\"id:$1, $2 × $3\";'),('ace','messages:view','s:10:\"ace:Beuët\";'),('ace','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ace','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ace','messages:view-pool-error','s:124:\"ace:Meu\'ah, server teungöh sibôk jinoe\nLe that ureueng nyang meuh\'eut jak eu ôn nyoe\nNeuprèh siat yôh goh neuci lom\n\n$1\";'),('ace','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ace','messages:viewcount','s:57:\"ace:Ôn nyoe ka geusaweue {{PLURAL:$1|sigo|$sigo}}.<br />\";'),('ace','messages:viewdeleted','s:10:\"ace:Eu $1?\";'),('ace','messages:viewdeleted_short','s:51:\"ace:Kalön {{PLURAL:$1|hasé peusaneut teusampôh}}\";'),('ace','messages:viewdeletedpage','s:25:\"id:Pembatalan penghapusan\";'),('ace','messages:viewhelppage','s:19:\"ace:Eu ôn beunantu\";'),('ace','messages:viewinguserrights','s:91:\"id:Melihat kelompok pengguna dari {{GENDER:$1|pengguna}} <strong>[[User:$1|$1]]</strong> $2\";'),('ace','messages:viewpagelogs','s:19:\"ace:Eu log ôn nyoe\";'),('ace','messages:viewpagelogs-lowercase','s:24:\"id:lihat log halaman ini\";'),('ace','messages:viewprevnext','s:41:\"ace:Eu ($1 {{int:pipe-separator}} $2)($3)\";'),('ace','messages:views','s:10:\"ace:Leumah\";'),('ace','messages:viewsource','s:11:\"ace:Eu asai\";'),('ace','messages:viewsource-title','s:16:\"ace:Eu ne keu $1\";'),('ace','messages:viewsourcelink','s:11:\"ace:eu asai\";'),('ace','messages:viewsourceold','s:11:\"ace:Eu asai\";'),('ace','messages:viewsourcetext','s:65:\"ace:Droeneuh jeuet neukalön ngön neusalén asai nibak ôn nyoe.\";'),('ace','messages:viewtalkpage','s:16:\"ace:Eu ôn marit\";'),('ace','messages:viewyourtext','s:111:\"ace:Droeneuh jeuet neukalön ngön neusalén asai nibak <strong>hasé peusaneut Droeneuh</strong> u laman nyoe.\";'),('ace','messages:virus-badscanner','s:62:\"id:Kesalahan konfigurasi: pemindai virus tidak dikenal: \'\'$1\'\'\";'),('ace','messages:virus-scanfailed','s:29:\"id:pemindaian gagal (kode $1)\";'),('ace','messages:virus-unknownscanner','s:27:\"ace:Antivirus hana geuturi:\";'),('ace','messages:wantedcategories','s:18:\"ace:Kawan geuh\'eut\";'),('ace','messages:wantedcategories-summary','s:3:\"en:\";'),('ace','messages:wantedfiles','s:32:\"ace:Beureukaih nyang geumeuh\'eut\";'),('ace','messages:wantedfiles-summary','s:3:\"en:\";'),('ace','messages:wantedfiletext-cat','s:253:\"id:Berkas-berkas berikut digunakan tetapi tidak ada. Berkas dari repositori asing mungkin tercantum meskipun ada. Setiap \"false positive\" akan <del>dicoret</del>. Selain itu, halaman yang menggunakan berkas yang tidak ada akan dicantumkan dalam [[:$1]].\";'),('ace','messages:wantedfiletext-cat-noforeign','s:132:\"id:Berkas berikut ini digunakan tetapi tidak ada. Selain itu, halaman yang menanamkan berkas yang tidak ada tercantum dalam [[:$1]].\";'),('ace','messages:wantedfiletext-nocat','s:162:\"id:Berkas-berkas berikut digunakan tetapi tidak ada. Berkas dari repositori asing mungkin tercantum meskipun ada. Setiap \"false positive\" akan <del>dicoret</del>.\";'),('ace','messages:wantedfiletext-nocat-noforeign','s:49:\"id:Berkas berikut ini digunakan tetapi tidak ada.\";'),('ace','messages:wantedpages','s:20:\"ace:Laman geuh‘eut\";'),('ace','messages:wantedpages-badtitle','s:36:\"ace:Nan hana sah lam kawan hasé: $1\";'),('ace','messages:wantedpages-summary','s:228:\"id:Daftar laman yang tidak ada yang memiliki paling banyak tautan ke mereka, tidak termasuk laman pengalihan. Untuk daftar laman yang memiliki pengalihan ke mereka, lihat [[{{#special:BrokenRedirects}}|daftar pengalihan rusak]].\";'),('ace','messages:wantedtemplates','s:26:\"id:Templat yang diinginkan\";'),('ace','messages:wantedtemplates-summary','s:3:\"en:\";'),('ace','messages:watch','s:10:\"ace:Kalön\";'),('ace','messages:watching','s:13:\"ace:Kalön...\";'),('ace','messages:watchlist','s:21:\"ace:Dapeuta keunalön\";'),('ace','messages:watchlist-details','s:72:\"ace:Na {{PLURAL:$1|$1 ôn}} lam dapeuta keunalön-neuh (rôh ôn marit).\";'),('ace','messages:watchlist-expires-in-aria-label','s:41:\"id:Entri daftar pantauan akan kedaluwarsa\";'),('ace','messages:watchlist-expiring-days-full-text','s:66:\"id:{{PLURAL:$1|1 hari|$1 hari}} tersisa di daftar pemantauan anda.\";'),('ace','messages:watchlist-expiring-hours-full-text','s:49:\"id:Beberapa jam tersisa pada daftar pantauan anda\";'),('ace','messages:watchlist-expiry-days-left','s:37:\"id:{{PLURAL:$1|$1 hari|$1 hari}} lagi\";'),('ace','messages:watchlist-expiry-hours-left','s:23:\"id:Beberapa jam tersisa\";'),('ace','messages:watchlist-expiry-options','s:87:\"id:Selamanya:infinite,1 minggu:1 week,1 bulan:1 month,3 bulan:3 months,6 bulan:6 months\";'),('ace','messages:watchlist-hide','s:10:\"ace:Peusom\";'),('ace','messages:watchlist-options','s:28:\"ace:Peuniléh dapeuta kalön\";'),('ace','messages:watchlist-submit','s:12:\"id:Tampilkan\";'),('ace','messages:watchlist-summary','s:3:\"en:\";'),('ace','messages:watchlist-unwatch','s:5:\"en:×\";'),('ace','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ace','messages:watchlistanontext','s:81:\"id:Silakan masuk log untuk melihat atau mengedit butir dalam daftar pantauan Anda\";'),('ace','messages:watchlistedit-clear-done','s:38:\"id:Daftar pantauan Anda telah dihapus.\";'),('ace','messages:watchlistedit-clear-explain','s:53:\"id:Semua judul akan dihapus dari daftar pantauan Anda\";'),('ace','messages:watchlistedit-clear-jobqueue','s:88:\"id:Daftar pantauan Anda sedang dibersihkan. Tindakan ini mungkin memakan beberapa waktu.\";'),('ace','messages:watchlistedit-clear-legend','s:24:\"id:Hapus daftar pantauan\";'),('ace','messages:watchlistedit-clear-removed','s:54:\"id:{{PLURAL:$1|1 judul telah|$1 judul telah}} dihapus:\";'),('ace','messages:watchlistedit-clear-submit','s:49:\"id:Hapus daftar pantauan (Ini bersifat permanen!)\";'),('ace','messages:watchlistedit-clear-title','s:24:\"id:Hapus daftar pantauan\";'),('ace','messages:watchlistedit-clear-titles','s:9:\"id:Judul:\";'),('ace','messages:watchlistedit-normal-done','s:71:\"id:{{PLURAL:$1|satu|$1}} judul telah dihapus dari daftar pantauan Anda:\";'),('ace','messages:watchlistedit-normal-explain','s:250:\"id:Judul pada daftar pantauan Anda ditampilkan di bawah ini.\nUntuk menghapus judul, berikan tanda cek pada kotak di sampingnya, dan klik \"{{int:Watchlistedit-normal-submit}}\".\nAnda juga dapat [[Special:EditWatchlist/raw|menyunting daftar mentahnya]].\";'),('ace','messages:watchlistedit-normal-legend','s:35:\"id:Hapus judul dari daftar pantauan\";'),('ace','messages:watchlistedit-normal-submit','s:14:\"id:Hapus judul\";'),('ace','messages:watchlistedit-normal-title','s:26:\"id:Sunting daftar pantauan\";'),('ace','messages:watchlistedit-raw-added','s:44:\"id:{{PLURAL:$1|$1 judul telah}} ditambahkan:\";'),('ace','messages:watchlistedit-raw-done','s:41:\"id:Daftar pantauan Anda telah diperbarui.\";'),('ace','messages:watchlistedit-raw-explain','s:300:\"id:Judul pada daftar pantauan Anda ditampilkan di bawah ini, dan dapat disunting dengan menambahkan atau menghapusnya dari daftar;\nsatu judul pada setiap barisnya.\nSetelah selesai, klik \"{{int:Watchlistedit-raw-submit}}\".\nAnda juga dapat [[Special:EditWatchlist|menggunakan penyunting standar Anda]].\";'),('ace','messages:watchlistedit-raw-legend','s:33:\"id:Sunting daftar pantauan mentah\";'),('ace','messages:watchlistedit-raw-removed','s:44:\"id:{{PLURAL:$1|$1 judul telah}} dikeluarkan:\";'),('ace','messages:watchlistedit-raw-submit','s:27:\"id:Perbarui daftar pantauan\";'),('ace','messages:watchlistedit-raw-title','s:33:\"id:Sunting daftar pantauan mentah\";'),('ace','messages:watchlistedit-raw-titles','s:9:\"id:Judul:\";'),('ace','messages:watchlistedit-too-many','s:97:\"id:Daftar pantauan Anda telah diperbaharui. Ada terlalu banyak halaman untuk ditampilkan di sini.\";'),('ace','messages:watchlistfor2','s:10:\"ace:Keu $1\";'),('ace','messages:watchlistnotwatchable','s:31:\"id:Halaman tidak dapat dipantau\";'),('ace','messages:watchlisttools-clear','s:29:\"ace:Sampôh dapeuta keunalön\";'),('ace','messages:watchlisttools-edit','s:47:\"ace:Peuleumah ngön peusaneut dapeuta keunalön\";'),('ace','messages:watchlisttools-raw','s:39:\"ace:Peusaneut dapeuta keunalön meuntah\";'),('ace','messages:watchlisttools-view','s:32:\"ace:Peuleumah neuubah meukaw\'èt\";'),('ace','messages:watchnologin','s:18:\"id:Belum masuk log\";'),('ace','messages:watchthis','s:19:\"ace:Kalön ôn nyoe\";'),('ace','messages:watchthispage','s:20:\"ace:Kalön ôn nyoë\";'),('ace','messages:watchthisupload','s:26:\"ace:Kalön beureukaih nyoe\";'),('ace','messages:wed','s:7:\"ace:Rab\";'),('ace','messages:wednesday','s:8:\"ace:Rabu\";'),('ace','messages:wednesday-at','s:16:\"id:Rabu pukul $1\";'),('ace','messages:weeks','s:36:\"id:{{PLURAL:$1|$1 minggu|$1 minggu}}\";'),('ace','messages:welcomecreation-msg','s:120:\"ace:Akun-neuh ka geupeugöt. \nDroeneuh jeuet neugantoe {{SITENAME}} [[Special:Preferences|peuatô]] meunyö neumeuh\'eut.\";'),('ace','messages:welcomeuser','s:30:\"ace:Seulamat trôk teuka, $1 !\";'),('ace','messages:whatlinkshere','s:20:\"ace:Peunawôt balék\";'),('ace','messages:whatlinkshere-count','s:37:\"id:Menampilkan $1 {{PLURAL:$1|butir}}\";'),('ace','messages:whatlinkshere-hideimages','s:28:\"ace:Som peunawôt beureukaih\";'),('ace','messages:whatlinkshere-hidelinks','s:17:\"ace:Som peunawôt\";'),('ace','messages:whatlinkshere-hideredirs','s:16:\"ace:Som peuninah\";'),('ace','messages:whatlinkshere-hidetrans','s:18:\"ace:Som transklusi\";'),('ace','messages:whatlinkshere-links','s:17:\"ace:← peunawôt\";'),('ace','messages:whatlinkshere-next','s:46:\"ace:$1 {{PLURAL:$1|lheuëh nyan|lheuëh nyan}}\";'),('ace','messages:whatlinkshere-page','s:8:\"ace:Ôn:\";'),('ace','messages:whatlinkshere-prev','s:44:\"ace:$1 {{PLURAL:$1|sigohlomjih|sigohlomjih}}\";'),('ace','messages:whatlinkshere-sectionredir','s:28:\"id:pengalihan ke bagian \"$1\"\";'),('ace','messages:whatlinkshere-submit','s:10:\"id:Tuju ke\";'),('ace','messages:whatlinkshere-summary','s:3:\"en:\";'),('ace','messages:whatlinkshere-title','s:27:\"ace:Ôn nyang mupawôt u $1\";'),('ace','messages:whitelistedittext','s:39:\"ace:Droeneuh suwah $1 keu neuandam ôn.\";'),('ace','messages:widthheight','s:11:\"en:$1 × $2\";'),('ace','messages:widthheightpage','s:34:\"ace:$1 × $2, $3 {{PLURAL:$3|ôn}}\";'),('ace','messages:wikieditor','s:43:\"id:Antarmuka penyuntingan teks wiki canggih\";'),('ace','messages:wikieditor-desc','s:101:\"id:Menyediakan antarmuka penyuntingan teks wiki yang lebih berkembang dan banyak modul penyedia fitur\";'),('ace','messages:wikieditor-loading','s:13:\"id:Pembebanan\";'),('ace','messages:wikieditor-preview-changes-tab','s:12:\"id:Perubahan\";'),('ace','messages:wikieditor-preview-loading','s:16:\"id:Mengunggah...\";'),('ace','messages:wikieditor-preview-preference','s:31:\"id:Aktifkan pratayang bersisian\";'),('ace','messages:wikieditor-preview-tab','s:12:\"id:Pratayang\";'),('ace','messages:wikieditor-publish-button-cancel','s:11:\"id:Batalkan\";'),('ace','messages:wikieditor-publish-button-publish','s:12:\"id:Terbitkan\";'),('ace','messages:wikieditor-publish-dialog-goback','s:10:\"id:Kembali\";'),('ace','messages:wikieditor-publish-dialog-minor','s:18:\"id:Suntingan kecil\";'),('ace','messages:wikieditor-publish-dialog-publish','s:12:\"id:Terbitkan\";'),('ace','messages:wikieditor-publish-dialog-summary','s:74:\"id:Ringkasan suntingan (jelaskan dengan ringkas perubahan yang Anda buat):\";'),('ace','messages:wikieditor-publish-dialog-title','s:15:\"id:Terbitkan ke\";'),('ace','messages:wikieditor-publish-dialog-watch','s:21:\"id:Pantau halaman ini\";'),('ace','messages:wikieditor-publish-preference','s:43:\"id:Aktifkan penerbitan langkah demi langkah\";'),('ace','messages:wikieditor-toolbar','s:27:\"ace:Bateueng alat peusaneut\";'),('ace','messages:wikieditor-toolbar-desc','s:63:\"id:Bilah alat penyuntingan dengan kebergunaan yang ditingkatkan\";'),('ace','messages:wikieditor-toolbar-dialogs-preference','s:64:\"id:Aktifkan bantuan untuk menambahkan pranala, tabel dan lainnya\";'),('ace','messages:wikieditor-toolbar-file-caption','s:15:\"ace:Keutrangan:\";'),('ace','messages:wikieditor-toolbar-file-default','s:12:\"ace:(teutap)\";'),('ace','messages:wikieditor-toolbar-file-float','s:9:\"ace:Rata:\";'),('ace','messages:wikieditor-toolbar-file-format','s:12:\"ace:Beuntuk:\";'),('ace','messages:wikieditor-toolbar-file-format-none','s:8:\"ace:hana\";'),('ace','messages:wikieditor-toolbar-file-size','s:13:\"ace:Seunipat:\";'),('ace','messages:wikieditor-toolbar-file-target','s:19:\"ace:Nan beureukaih:\";'),('ace','messages:wikieditor-toolbar-group-format','s:9:\"id:Format\";'),('ace','messages:wikieditor-toolbar-group-insert','s:9:\"ace:Pasoe\";'),('ace','messages:wikieditor-toolbar-help-content-bold-description','s:8:\"id:Tebal\";'),('ace','messages:wikieditor-toolbar-help-content-bold-result','s:30:\"id:<strong>Teks tebal</strong>\";'),('ace','messages:wikieditor-toolbar-help-content-bold-syntax','s:19:\"id:\'\'\'Teks tebal\'\'\'\";'),('ace','messages:wikieditor-toolbar-help-content-bolditalic-description','s:21:\"id:Tebal &amp; miring\";'),('ace','messages:wikieditor-toolbar-help-content-bolditalic-result','s:52:\"id:<strong><em>Teks tebal &amp; miring</em></strong>\";'),('ace','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:36:\"id:\'\'\'\'\'Teks tebal &amp; miring\'\'\'\'\'\";'),('ace','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('ace','messages:wikieditor-toolbar-help-content-file-description','s:21:\"id:Menyisipkan berkas\";'),('ace','messages:wikieditor-toolbar-help-content-file-syntax','s:26:\"id:[[$1:Contoh.png|$2|$3]]\";'),('ace','messages:wikieditor-toolbar-help-content-heading2-description','s:18:\"id:Judul tingkat 2\";'),('ace','messages:wikieditor-toolbar-help-content-heading2-result','s:22:\"id:<h2>Teks judul</h2>\";'),('ace','messages:wikieditor-toolbar-help-content-heading2-syntax','s:19:\"id:== Teks judul ==\";'),('ace','messages:wikieditor-toolbar-help-content-heading3-description','s:18:\"id:Judul tingkat 3\";'),('ace','messages:wikieditor-toolbar-help-content-heading3-result','s:22:\"id:<h3>Teks judul</h3>\";'),('ace','messages:wikieditor-toolbar-help-content-heading3-syntax','s:21:\"id:=== Teks judul ===\";'),('ace','messages:wikieditor-toolbar-help-content-heading4-description','s:18:\"id:Judul tingkat 4\";'),('ace','messages:wikieditor-toolbar-help-content-heading4-result','s:22:\"id:<h4>Teks judul</h4>\";'),('ace','messages:wikieditor-toolbar-help-content-heading4-syntax','s:23:\"id:==== Teks judul ====\";'),('ace','messages:wikieditor-toolbar-help-content-heading5-description','s:18:\"id:Judul tingkat 5\";'),('ace','messages:wikieditor-toolbar-help-content-heading5-result','s:22:\"id:<h5>Teks judul</h5>\";'),('ace','messages:wikieditor-toolbar-help-content-heading5-syntax','s:25:\"id:===== Teks judul =====\";'),('ace','messages:wikieditor-toolbar-help-content-ilink-description','s:19:\"id:Pranala internal\";'),('ace','messages:wikieditor-toolbar-help-content-ilink-result','s:67:\"id:<a href=\'#\'>Label pranala</a><br /><a href=\'#\'>Judul halaman</a>\";'),('ace','messages:wikieditor-toolbar-help-content-ilink-syntax','s:57:\"id:[[Judul halaman|Judul pranala]]<br />[[Judul halaman]]\";'),('ace','messages:wikieditor-toolbar-help-content-indent-description','s:8:\"id:Inden\";'),('ace','messages:wikieditor-toolbar-help-content-indent-result','s:70:\"id:Teks normal<dl><dd>Teks inden<dl><dd>Teks inden</dd></dl></dd></dl>\";'),('ace','messages:wikieditor-toolbar-help-content-indent-syntax','s:48:\"id:Teks biasa<br />:Teks inden<br />::Teks inden\";'),('ace','messages:wikieditor-toolbar-help-content-italic-description','s:15:\"id:Cetak miring\";'),('ace','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"id:<em>Teks miring</em>\";'),('ace','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"id:\'\'Teks miring\'\'\";'),('ace','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ace','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ace','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ace','messages:wikieditor-toolbar-help-content-olist-description','s:18:\"id:Daftar bernomor\";'),('ace','messages:wikieditor-toolbar-help-content-olist-result','s:50:\"id:<ol><li>Isi daftar</li><li>Isi daftar</li></ol>\";'),('ace','messages:wikieditor-toolbar-help-content-olist-syntax','s:33:\"id:# Isi daftar<br /># Isi daftar\";'),('ace','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"id:Referensi\";'),('ace','messages:wikieditor-toolbar-help-content-reference-result','s:46:\"id:Teks halaman.<sup><a href=\'#\'>[1]</a></sup>\";'),('ace','messages:wikieditor-toolbar-help-content-reference-syntax','s:91:\"id:Teks halaman.&lt;ref&gt;[http://www.contoh.org Teks pranala], teks tambahan.&lt;/ref&gt;\";'),('ace','messages:wikieditor-toolbar-help-content-rereference-description','s:41:\"id:Penggunaan kembali referensi yang sama\";'),('ace','messages:wikieditor-toolbar-help-content-rereference-result','s:46:\"id:Teks halaman.<sup><a href=\'#\'>[2]</a></sup>\";'),('ace','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ace','messages:wikieditor-toolbar-help-content-showreferences-description','s:24:\"id:Menampilkan referensi\";'),('ace','messages:wikieditor-toolbar-help-content-showreferences-result','s:207:\"id:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.contoh.org\' class=\'external text\' href=\'#\'>Teks pranala</a>, teks tambahan.</li></ol>\";'),('ace','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ace','messages:wikieditor-toolbar-help-content-signature-description','s:15:\"id:Tanda tangan\";'),('ace','messages:wikieditor-toolbar-help-content-signature-result','s:113:\"id:<a href=\'#\' title=\'{{#special:mypage}}\'>Nama pengguna</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>bicara</a>)\";'),('ace','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ace','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:28:\"id:Tanda tangan dengan waktu\";'),('ace','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:140:\"id:--<a href=\'#\' title=\'{{#special:mypage}}\'>Nama pengguna</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>bicara</a>) 15:54, 10 Mei 2013 (UTC)\";'),('ace','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ace','messages:wikieditor-toolbar-help-content-ulist-description','s:17:\"id:Daftar berpoin\";'),('ace','messages:wikieditor-toolbar-help-content-ulist-result','s:50:\"id:<ul><li>Isi daftar</li><li>Isi daftar</li></ul>\";'),('ace','messages:wikieditor-toolbar-help-content-ulist-syntax','s:33:\"id:* Isi daftar<br />* Isi daftar\";'),('ace','messages:wikieditor-toolbar-help-content-xlink-description','s:15:\"id:Pranala luar\";'),('ace','messages:wikieditor-toolbar-help-content-xlink-result','s:162:\"id:<a href=\'#\' class=\'external\'>Label pranala</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.contoh.org</a>\";'),('ace','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"id:[http://www.contoh.org Label pranala]<br />[http://www.contoh.org]<br />http://www.contoh.org\";'),('ace','messages:wikieditor-toolbar-help-heading-description','s:13:\"id:Keterangan\";'),('ace','messages:wikieditor-toolbar-help-heading-result','s:17:\"id:Hasil tampilan\";'),('ace','messages:wikieditor-toolbar-help-heading-syntax','s:21:\"id:Yang Anda ketikkan\";'),('ace','messages:wikieditor-toolbar-help-page-discussion','s:10:\"id:Diskusi\";'),('ace','messages:wikieditor-toolbar-help-page-file','s:9:\"id:Berkas\";'),('ace','messages:wikieditor-toolbar-help-page-format','s:14:\"id:Pemformatan\";'),('ace','messages:wikieditor-toolbar-help-page-heading','s:8:\"id:Judul\";'),('ace','messages:wikieditor-toolbar-help-page-link','s:10:\"id:Pranala\";'),('ace','messages:wikieditor-toolbar-help-page-list','s:9:\"id:Daftar\";'),('ace','messages:wikieditor-toolbar-help-page-reference','s:12:\"id:Referensi\";'),('ace','messages:wikieditor-toolbar-hidesig','s:69:\"id:Sembunyikan tombol tanda tangan dari halaman pada ruang nama utama\";'),('ace','messages:wikieditor-toolbar-loading','s:16:\"id:Mengunggah...\";'),('ace','messages:wikieditor-toolbar-preference','s:59:\"id:Aktifkan bilah alat penyuntingan yang telah ditingkatkan\";'),('ace','messages:wikieditor-toolbar-section-advanced','s:7:\"ace:Lom\";'),('ace','messages:wikieditor-toolbar-section-characters','s:19:\"ace:Karakter kusuih\";'),('ace','messages:wikieditor-toolbar-section-help','s:12:\"ace:Beunantu\";'),('ace','messages:wikieditor-toolbar-tool-big','s:9:\"ace:Rayek\";'),('ace','messages:wikieditor-toolbar-tool-big-example','s:16:\"ace:Haraih rayek\";'),('ace','messages:wikieditor-toolbar-tool-bold','s:10:\"ace:Teubai\";'),('ace','messages:wikieditor-toolbar-tool-bold-example','s:17:\"ace:Haraih teubai\";'),('ace','messages:wikieditor-toolbar-tool-file','s:18:\"id:Sisipkan berkas\";'),('ace','messages:wikieditor-toolbar-tool-file-cancel','s:12:\"ace:Pubateue\";'),('ace','messages:wikieditor-toolbar-tool-file-example','s:13:\"ace:Conto.jpg\";'),('ace','messages:wikieditor-toolbar-tool-file-insert','s:10:\"ace:Susôp\";'),('ace','messages:wikieditor-toolbar-tool-file-title','s:19:\"ace:Pasoe beureukah\";'),('ace','messages:wikieditor-toolbar-tool-file-upload','s:9:\"ace:Pasoe\";'),('ace','messages:wikieditor-toolbar-tool-gallery','s:16:\"id:Galeri gambar\";'),('ace','messages:wikieditor-toolbar-tool-gallery-example','s:38:\"id:Contoh.jpg|Judul1\nContoh.jpg|Judul2\";'),('ace','messages:wikieditor-toolbar-tool-heading','s:8:\"id:Judul\";'),('ace','messages:wikieditor-toolbar-tool-heading-1','s:12:\"id:Tingkat 1\";'),('ace','messages:wikieditor-toolbar-tool-heading-2','s:12:\"id:Tingkat 2\";'),('ace','messages:wikieditor-toolbar-tool-heading-3','s:12:\"id:Tingkat 3\";'),('ace','messages:wikieditor-toolbar-tool-heading-4','s:12:\"id:Tingkat 4\";'),('ace','messages:wikieditor-toolbar-tool-heading-5','s:12:\"id:Tingkat 5\";'),('ace','messages:wikieditor-toolbar-tool-heading-example','s:13:\"id:Teks judul\";'),('ace','messages:wikieditor-toolbar-tool-ilink','s:19:\"ace:Peunawôt dalam\";'),('ace','messages:wikieditor-toolbar-tool-ilink-example','s:17:\"ace:Nan peunawôt\";'),('ace','messages:wikieditor-toolbar-tool-italic','s:11:\"ace:Singèt\";'),('ace','messages:wikieditor-toolbar-tool-italic-example','s:18:\"ace:Haraih singèt\";'),('ace','messages:wikieditor-toolbar-tool-link','s:13:\"ace:Peunawôt\";'),('ace','messages:wikieditor-toolbar-tool-link-cancel','s:12:\"ace:Pubateue\";'),('ace','messages:wikieditor-toolbar-tool-link-empty','s:49:\"id:Anda tidak memasukkan apa pun untuk ditautkan.\";'),('ace','messages:wikieditor-toolbar-tool-link-ext','s:27:\"id:Ke halaman web eksternal\";'),('ace','messages:wikieditor-toolbar-tool-link-ext-target','s:15:\"id:URL pranala:\";'),('ace','messages:wikieditor-toolbar-tool-link-ext-text','s:15:\"id:Teks pranala\";'),('ace','messages:wikieditor-toolbar-tool-link-insert','s:24:\"ace:Peutamöng peunawôt\";'),('ace','messages:wikieditor-toolbar-tool-link-int','s:16:\"ace:U laman wiki\";'),('ace','messages:wikieditor-toolbar-tool-link-int-invalid','s:37:\"id:Judul yang Anda berikan tidak sah.\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target','s:17:\"id:Judul pranala:\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:15:\"ace:Laman ka na\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:18:\"ace:Peunawôt luwa\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:18:\"id:Judul tidak sah\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:34:\"id:Memeriksa keberadaan halaman...\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:20:\"id:Halaman tidak ada\";'),('ace','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:23:\"ace:Nan laman atawa URL\";'),('ace','messages:wikieditor-toolbar-tool-link-int-text','s:16:\"id:Teks pranala:\";'),('ace','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:39:\"id:Masukkan teks yang harus ditampilkan\";'),('ace','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:129:\"id:URL yang Anda berikan tampaknya merupakan pranala ke halaman wiki lain.\nApakah Anda ingin membuatnya menjadi pranala internal?\";'),('ace','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:18:\"ace:Peunawôt luwa\";'),('ace','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:19:\"ace:Peunawôt dalam\";'),('ace','messages:wikieditor-toolbar-tool-link-title','s:24:\"ace:Peutamöng peunawôt\";'),('ace','messages:wikieditor-toolbar-tool-newline','s:13:\"id:Baris baru\";'),('ace','messages:wikieditor-toolbar-tool-nowiki','s:29:\"id:Tidak ada pemformatan wiki\";'),('ace','messages:wikieditor-toolbar-tool-nowiki-example','s:49:\"id:Masukkan teks yang tidak akan diformat di sini\";'),('ace','messages:wikieditor-toolbar-tool-olist','s:18:\"id:Daftar bernomor\";'),('ace','messages:wikieditor-toolbar-tool-olist-example','s:12:\"id:Baris isi\";'),('ace','messages:wikieditor-toolbar-tool-redirect','s:13:\"id:Pengalihan\";'),('ace','messages:wikieditor-toolbar-tool-redirect-example','s:22:\"id:Nama halaman tujuan\";'),('ace','messages:wikieditor-toolbar-tool-reference','s:16:\"ace:Rèfèrènsi\";'),('ace','messages:wikieditor-toolbar-tool-reference-cancel','s:12:\"ace:Pubateue\";'),('ace','messages:wikieditor-toolbar-tool-reference-example','s:32:\"ace:Pasoe ceunatat gaki di sinoe\";'),('ace','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"ace:Pasoe\";'),('ace','messages:wikieditor-toolbar-tool-reference-text','s:19:\"ace:Tèks referensi\";'),('ace','messages:wikieditor-toolbar-tool-reference-title','s:13:\"ace:Pasoe nè\";'),('ace','messages:wikieditor-toolbar-tool-replace','s:20:\"id:Cari dan gantikan\";'),('ace','messages:wikieditor-toolbar-tool-replace-button-findnext','s:18:\"id:Cari berikutnya\";'),('ace','messages:wikieditor-toolbar-tool-replace-button-replace','s:8:\"id:Ganti\";'),('ace','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"id:Ganti semua\";'),('ace','messages:wikieditor-toolbar-tool-replace-case','s:29:\"id:Cocokkan huruf besar/kecil\";'),('ace','messages:wikieditor-toolbar-tool-replace-close','s:8:\"id:Tutup\";'),('ace','messages:wikieditor-toolbar-tool-replace-emptysearch','s:51:\"id:Anda tidak memasukan apa pun untuk di pencarian.\";'),('ace','messages:wikieditor-toolbar-tool-replace-invalidregex','s:49:\"id:Kalimat biasa yang Anda masukkan tidak sah: $1\";'),('ace','messages:wikieditor-toolbar-tool-replace-nomatch','s:41:\"id:Pencarian Anda tidak membuahkan hasil.\";'),('ace','messages:wikieditor-toolbar-tool-replace-regex','s:69:\"id:Perlakukan string pencarian sebagai \'\'regular expression (regex)\'\'\";'),('ace','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"id:Ganti dengan:\";'),('ace','messages:wikieditor-toolbar-tool-replace-search','s:8:\"id:Cari:\";'),('ace','messages:wikieditor-toolbar-tool-replace-success','s:26:\"id:Terjadi $1 penggantian.\";'),('ace','messages:wikieditor-toolbar-tool-replace-title','s:17:\"id:Cari dan ganti\";'),('ace','messages:wikieditor-toolbar-tool-signature','s:25:\"id:Tanda tangan dan waktu\";'),('ace','messages:wikieditor-toolbar-tool-small','s:9:\"ace:Ubeut\";'),('ace','messages:wikieditor-toolbar-tool-small-example','s:16:\"ace:Haraih ubeut\";'),('ace','messages:wikieditor-toolbar-tool-subscript','s:12:\"id:Subscript\";'),('ace','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"id:Teks subscript\";'),('ace','messages:wikieditor-toolbar-tool-superscript','s:14:\"id:Superscript\";'),('ace','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"id:Teks superscript\";'),('ace','messages:wikieditor-toolbar-tool-table','s:8:\"id:Tabel\";'),('ace','messages:wikieditor-toolbar-tool-table-cancel','s:11:\"id:Batalkan\";'),('ace','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:8:\"id:Kolom\";'),('ace','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"id:Sertakan baris\";'),('ace','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:8:\"id:Baris\";'),('ace','messages:wikieditor-toolbar-tool-table-example','s:11:\"id:Teks sel\";'),('ace','messages:wikieditor-toolbar-tool-table-example-cell-text','s:11:\"id:Teks sel\";'),('ace','messages:wikieditor-toolbar-tool-table-example-header','s:13:\"id:Teks judul\";'),('ace','messages:wikieditor-toolbar-tool-table-example-old','s:164:\"id:	-\n! judul bagian 1\n! judul bagian 2\n! judul bagian 3\n|-\n| baris 1, sel 1\n| baris 1, sel 2\n| baris 1, sel 3\n|-\n| baris 2, sel 1\n| baris 2, sel 2\n| baris 2, sel 3\";'),('ace','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ace','messages:wikieditor-toolbar-tool-table-insert','s:11:\"id:Masukkan\";'),('ace','messages:wikieditor-toolbar-tool-table-invalidnumber','s:57:\"id:Anda tidak memasukkan jumlah kolom atau baris yang sah\";'),('ace','messages:wikieditor-toolbar-tool-table-preview','s:12:\"id:Pratayang\";'),('ace','messages:wikieditor-toolbar-tool-table-sortable','s:29:\"id:Buat tabel dapat diurutkan\";'),('ace','messages:wikieditor-toolbar-tool-table-title','s:17:\"id:Masukkan tabel\";'),('ace','messages:wikieditor-toolbar-tool-table-toomany','s:70:\"id:Anda tidak dapat membuat tabel dengan jumlah sel yang lebih dari $1\";'),('ace','messages:wikieditor-toolbar-tool-table-wikitable','s:22:\"id:Gaya dengan bingkai\";'),('ace','messages:wikieditor-toolbar-tool-table-zero','s:72:\"id:Anda tidak dapat memasukkan tabel dengan jumlah baris atau kolom nol.\";'),('ace','messages:wikieditor-toolbar-tool-ulist','s:21:\"id:Daftar dengan poin\";'),('ace','messages:wikieditor-toolbar-tool-ulist-example','s:12:\"id:Baris isi\";'),('ace','messages:wikieditor-toolbar-tool-xlink','s:45:\"ace:Peunawôt luwa (neubôh http:// bak awai)\";'),('ace','messages:wikieditor-toolbar-tool-xlink-example','s:40:\"ace:http://www.example.com nan peunawôt\";'),('ace','messages:wikieditor-wikitext-tab','s:12:\"ace:TeksWiki\";'),('ace','messages:windows-nonascii-filename','s:65:\"id:Wiki ini tidak mendukung nama berkas dengan karakter istimewa.\";'),('ace','messages:withoutinterwiki','s:30:\"ace:Laman tan na hubông bahsa\";'),('ace','messages:withoutinterwiki-legend','s:10:\"id:Prefiks\";'),('ace','messages:withoutinterwiki-submit','s:12:\"id:Tampilkan\";'),('ace','messages:withoutinterwiki-summary','s:73:\"id:Halaman-halaman berikut tidak memiliki interwiki ke versi bahasa lain.\";'),('ace','messages:wlheader-enotif','s:31:\"id:Notifikasi surel diaktifkan.\";'),('ace','messages:wlheader-showupdated','s:105:\"id:Halaman-halaman yang telah berubah sejak kunjungan terakhir Anda ditampilkan dengan \'\'\'huruf tebal\'\'\'.\";'),('ace','messages:wlnote','s:146:\"id:Di bawah ini adalah {{PLURAL:$1|perubahan|<strong>$1</strong> perubahan}} terakhir dalam {{PLURAL:$2|jam|<strong>$2</strong> jam}}, per $3, $4.\";'),('ace','messages:wlshowhideanons','s:18:\"id:pengguna anonim\";'),('ace','messages:wlshowhidebots','s:6:\"id:bot\";'),('ace','messages:wlshowhidecategorization','s:23:\"id:kategorisasi halaman\";'),('ace','messages:wlshowhideliu','s:21:\"id:pengguna terdaftar\";'),('ace','messages:wlshowhidemine','s:17:\"id:suntingan saya\";'),('ace','messages:wlshowhideminor','s:18:\"id:suntingan kecil\";'),('ace','messages:wlshowhidepatr','s:23:\"id:suntingan terpatroli\";'),('ace','messages:wlshowtime','s:35:\"id:Periode waktu untuk ditampilkan:\";'),('ace','messages:word-separator','s:8:\"id:&#32;\";'),('ace','messages:wrongpassword','s:74:\"ace:Nan ureueng ngui atawa lageuem tamong nyang neupasoe salah.\nNeuci lom.\";'),('ace','messages:wrongpasswordempty','s:50:\"ace:Lageuem tamöng nyang neupasoe soh.\nNeuci lom.\";'),('ace','messages:xffblockreason','s:163:\"id:Sebuah alamat IP terdapat di kepala X-Forwarded-For, entah milik Anda atau peladen \'\'proxy\'\' yang Anda gunakan, telah diblokir. Alasan pemblokirannya adalah: $1\";'),('ace','messages:xml-error-string','s:43:\"id:$1 pada baris $2, kolom $3 (bita $4): $5\";'),('ace','messages:year','s:40:\"ace:Mula phôn thôn (ngön sigohlomjih)\";'),('ace','messages:years','s:34:\"id:{{PLURAL:$1|$1 tahun|$1 tahun}}\";'),('ace','messages:yesterday-at','s:19:\"id:Kemarin pukul $1\";'),('ace','messages:youhavenewmessages','s:25:\"ace:Droëneuh na $1 ($2).\";'),('ace','messages:youhavenewmessagesfromusers','s:79:\"ace:Droeneuh na $1 nibak {{PLURAL:$3|ureueng nguy la\'en|$3 ureueng nguy}} ($2).\";'),('ace','messages:youhavenewmessagesmanyusers','s:48:\"ace:Droeneuh na $1 nibak ureueng nguy la\'en ($2)\";'),('ace','messages:yourdiff','s:8:\"ace:Bida\";'),('ace','messages:yourdomainname','s:20:\"ace:Domain droeneuh:\";'),('ace','messages:youremail','s:12:\"ace:Surat-e:\";'),('ace','messages:yourgender','s:36:\"id:Bagaimana Anda ingin digambarkan?\";'),('ace','messages:yourlanguage','s:10:\"ace:Bahsa:\";'),('ace','messages:yourname','s:18:\"ace:Ureuëng ngui:\";'),('ace','messages:yournick','s:22:\"ace:Tanda jaroe barô:\";'),('ace','messages:yourpassword','s:20:\"ace:Lageuem tamöng:\";'),('ace','messages:yourpasswordagain','s:30:\"ace:Pasoe lom lageuem tamöng:\";'),('ace','messages:yourrealname','s:15:\"ace:Nan aseuli:\";'),('ace','messages:yourtext','s:21:\"ace:Naseukah droeneuh\";'),('ace','messages:yourvariant','s:21:\"id:Varian bahasa isi:\";'),('ace','messages:zip-bad','s:121:\"id:Berkas adalah berkas ZIP yang rusak atau tidak terbaca.\nBerkas tersebut tidak dapat diperiksa keamanannya dengan baik.\";'),('ace','messages:zip-file-open-error','s:57:\"id:Timbul galat saat membuka berkas untuk pengecekan ZIP.\";'),('ace','messages:zip-unsupported','s:158:\"id:Berkas ini adalah berkas ZIP yang menggunakan fitur ZIP yang tidak didukung oleh MediaWiki. \nBerkas tersebut tidak dapat diperiksa keamanannya dengan baik.\";'),('ace','messages:zip-wrong-format','s:45:\"id:Berkas yang diberikan bukanlah berkas ZIP.\";'),('ace','minimumGroupingDigits','N;'),('ace','namespaceAliases','a:31:{s:8:\"Istimewa\";i:-1;s:6:\"Bicara\";i:1;s:11:\"Pembicaraan\";i:1;s:8:\"Pengguna\";i:2;s:15:\"Bicara_Pengguna\";i:3;s:13:\"Ureuëng_Nguy\";i:2;s:19:\"Marit_Ureuëng_Nguy\";i:3;s:20:\"Pembicaraan_Pengguna\";i:3;s:14:\"Pembicaraan_$1\";i:5;s:6:\"Berkas\";i:6;s:6:\"Gambar\";i:6;s:18:\"Pembicaraan_Berkas\";i:7;s:18:\"Pembicaraan_Gambar\";i:7;s:8:\"AlatWiki\";i:8;s:14:\"Marit_AlatWiki\";i:9;s:21:\"Pembicaraan_MediaWiki\";i:9;s:21:\"MediaWiki_Pembicaraan\";i:9;s:7:\"Templat\";i:10;s:19:\"Pembicaraan_Templat\";i:11;s:19:\"Templat_Pembicaraan\";i:11;s:4:\"Pola\";i:10;s:10:\"Marit_Pola\";i:11;s:7:\"Bantuan\";i:12;s:19:\"Bantuan_Pembicaraan\";i:13;s:19:\"Pembicaraan_Bantuan\";i:13;s:8:\"Kategori\";i:14;s:20:\"Kategori_Pembicaraan\";i:15;s:20:\"Pembicaraan_Kategori\";i:15;s:18:\"Gambar_Pembicaraan\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ace','namespaceGenderAliases','a:0:{}'),('ace','namespaceNames','a:17:{i:-2;s:4:\"Alat\";i:-1;s:6:\"Kusuih\";i:1;s:5:\"Marit\";i:2;s:13:\"Ureuëng_Ngui\";i:3;s:19:\"Marit_Ureuëng_Ngui\";i:5;s:8:\"Marit_$1\";i:6;s:10:\"Beureukaih\";i:7;s:16:\"Marit_Beureukaih\";i:8;s:9:\"MediaWiki\";i:9;s:15:\"Marit_MediaWiki\";i:10;s:11:\"Seunaleuëk\";i:11;s:17:\"Marit_Seunaleuëk\";i:12;s:8:\"Beunantu\";i:13;s:14:\"Marit_Beunantu\";i:14;s:5:\"Kawan\";i:15;s:11:\"Marit_Kawan\";i:0;s:0:\"\";}'),('ace','originalFallbackSequence','a:1:{i:0;s:2:\"id\";}'),('ace','pluralRuleTypes','a:0:{}'),('ace','pluralRules','a:0:{}'),('ace','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:17:\"ace:Project:Bhaih\";s:9:\"aboutsite\";s:22:\"ace:Bhaih {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:9:\"ace:Buët\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"id:,&#32;\";s:13:\"currentevents\";s:14:\"ace:Haba barô\";s:17:\"currentevents-url\";s:22:\"ace:Project:Haba barô\";s:14:\"disclaimerpage\";s:26:\"ace:Project:Beunantah umom\";s:11:\"disclaimers\";s:13:\"ace:Beunantah\";s:4:\"edit\";s:13:\"ace:Peusaneut\";s:11:\"editsection\";s:13:\"ace:peusaneut\";s:15:\"editsectionhint\";s:26:\"ace:Peusaneut bideueng: $1\";s:4:\"help\";s:12:\"ace:Beunantu\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:13:\"ace:$1 – $2\";s:6:\"jumpto\";s:12:\"ace:Grôp u:\";s:16:\"jumptonavigation\";s:12:\"ace:keumudoe\";s:12:\"jumptosearch\";s:8:\"ace:mita\";s:14:\"lastmodifiedat\";s:54:\"ace:Ôn nyoe seuneulheueh geupeusaneut bak $1, poh $2.\";s:8:\"mainpage\";s:12:\"ace:Ôn Keue\";s:20:\"mainpage-description\";s:12:\"ace:Ôn Keue\";s:14:\"mainpage-nstab\";s:12:\"ace:Ôn keue\";s:10:\"namespaces\";s:16:\"ace:Ruweueng nan\";s:10:\"navigation\";s:12:\"ace:Keumudoe\";s:23:\"nav-login-createaccount\";s:26:\"ace:Tamöng / peugöt akun\";s:10:\"nstab-main\";s:7:\"ace:Ôn\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:23:\"ace:{{PLURAL:$1|Kawan}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"id:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:20:\"ace:Peunawôt teutap\";s:13:\"personaltools\";s:18:\"ace:Peukakaih droe\";s:6:\"portal\";s:12:\"ace:Meusapat\";s:10:\"portal-url\";s:20:\"ace:Project:Meusapat\";s:16:\"printableversion\";s:19:\"ace:Seunalén rakam\";s:7:\"privacy\";s:16:\"ace:Reusam rasia\";s:11:\"privacypage\";s:24:\"ace:Project:Reusam rasia\";s:10:\"randompage\";s:18:\"ace:Ôn baranggari\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:20:\"ace:Peuneugöt barô\";s:27:\"recentchangeslinked-toolbox\";s:25:\"ace:Peuneugöt teukaw\'èt\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:25:\"ace:Geurumpök nibak \"$1\"\";s:6:\"search\";s:8:\"ace:Mita\";s:13:\"searcharticle\";s:9:\"ace:Jak u\";s:12:\"searchbutton\";s:8:\"ace:Mita\";s:20:\"searchsuggest-search\";s:25:\"ace:Mita lam {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:12:\"ace:Keumudoe\";s:14:\"site-atom-feed\";s:21:\"ace:Umpeuën Atôm $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:14:\"ace:Ôn kusuih\";s:7:\"tagline\";s:22:\"ace:Nibak {{SITENAME}}\";s:4:\"talk\";s:9:\"ace:Marit\";s:7:\"toolbox\";s:8:\"ace:Alat\";s:15:\"tooltip-ca-edit\";s:22:\"ace:Peusaneut ôn nyoe\";s:18:\"tooltip-ca-history\";s:35:\"ace:Geunantoë awai nibak ôn nyoë\";s:21:\"tooltip-ca-nstab-main\";s:19:\"ace:Kalön ôn asoe\";s:15:\"tooltip-ca-talk\";s:18:\"ace:Marit ôn asoe\";s:21:\"tooltip-ca-viewsource\";s:71:\"ace:Laman nyoë geulindông.\nDroëneuh jeuët neu’eu nèjih mantöng.\";s:23:\"tooltip-n-currentevents\";s:19:\"ace:Mita haba barô\";s:14:\"tooltip-n-help\";s:19:\"ace:Bak mita bantu.\";s:30:\"tooltip-n-mainpage-description\";s:19:\"ace:Saweue ôn keue\";s:16:\"tooltip-n-portal\";s:72:\"ace:Bhaih buët, peuë nyang jeuët neupubuët, pat keu mita sipeuë hai\";s:20:\"tooltip-n-randompage\";s:28:\"ace:Peuleumah ôn baranggari\";s:23:\"tooltip-n-recentchanges\";s:35:\"ace:Dapeuta neuubah barô lam wiki.\";s:14:\"tooltip-p-logo\";s:19:\"ace:Saweue ôn keue\";s:16:\"tooltip-pt-login\";s:73:\"ace:Droëneuh geupadan keu neutamong log, bah pih nyan hana geupeuwajéb.\";s:24:\"tooltip-pt-createaccount\";s:91:\"ace:Droëneuh geupadan keu neupeugöt saboh akun ngön neutamöng; bah pih nyan hana wajéb\";s:14:\"tooltip-search\";s:25:\"ace:Mita lam {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:38:\"ace:Mita ôn nyang na asoe lagèe nyoe\";s:17:\"tooltip-search-go\";s:60:\"ace:Mita saboh ôn ngon nan nyang paih lagèe nyoe meunyo na\";s:14:\"tooltip-t-info\";s:39:\"id:Informasi lanjut tentang halaman ini\";s:19:\"tooltip-t-permalink\";s:45:\"ace:Peunawôt teutap keu geunantoë ôn nyoë\";s:15:\"tooltip-t-print\";s:28:\"ace:Seunalén rakam ôn nyoe\";s:29:\"tooltip-t-recentchangeslinked\";s:56:\"ace:Neuubah barô lam ôn nyang meupawôt nibak ôn nyoe\";s:22:\"tooltip-t-specialpages\";s:30:\"ace:Dapeuta ban dum ôn kusuih\";s:23:\"tooltip-t-whatlinkshere\";s:50:\"ace:Dapeuta ban dum ôn wiki nyang mupawôt keunoe\";s:8:\"variants\";s:9:\"ace:Ragam\";s:16:\"vector-view-edit\";s:13:\"ace:Peusaneut\";s:19:\"vector-view-history\";s:14:\"ace:Eu riwayat\";s:16:\"vector-view-view\";s:9:\"ace:Beuet\";s:9:\"viewcount\";s:57:\"ace:Ôn nyoe ka geusaweue {{PLURAL:$1|sigo|$sigo}}.<br />\";s:5:\"views\";s:10:\"ace:Leumah\";s:13:\"whatlinkshere\";s:20:\"ace:Peunawôt balék\";s:14:\"word-separator\";s:8:\"id:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"dmy time\";s:3:\"H.i\";s:8:\"dmy date\";s:5:\"j F Y\";s:8:\"dmy both\";s:9:\"j F Y H.i\";s:8:\"ymd time\";s:3:\"H.i\";s:8:\"ymd date\";s:5:\"Y F j\";s:8:\"ymd both\";s:9:\"Y F j H.i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:4:\"Alat\";i:-1;s:6:\"Kusuih\";i:1;s:5:\"Marit\";i:2;s:13:\"Ureuëng_Ngui\";i:3;s:19:\"Marit_Ureuëng_Ngui\";i:5;s:8:\"Marit_$1\";i:6;s:10:\"Beureukaih\";i:7;s:16:\"Marit_Beureukaih\";i:8;s:9:\"MediaWiki\";i:9;s:15:\"Marit_MediaWiki\";i:10;s:11:\"Seunaleuëk\";i:11;s:17:\"Marit_Seunaleuëk\";i:12;s:8:\"Beunantu\";i:13;s:14:\"Marit_Beunantu\";i:14;s:5:\"Kawan\";i:15;s:11:\"Marit_Kawan\";i:0;s:0:\"\";}}'),('ace','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ace','rtl','b:0;'),('ace','separatorTransformTable','a:2:{s:1:\",\";s:1:\".\";s:1:\".\";s:1:\",\";}'),('ace','specialPageAliases','a:142:{s:11:\"Activeusers\";a:4:{i:0;s:17:\"UreuëngNguiUdép\";i:1;s:14:\"Pengguna_aktif\";i:2;s:13:\"PenggunaAktif\";i:3;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:4:{i:0;s:12:\"BanDumPeusan\";i:1;s:12:\"Pesan_sistem\";i:2;s:11:\"PesanSistem\";i:3;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:4:{i:0;s:19:\"BanDumPeunasoëLôn\";i:1;s:20:\"BanDumBeureukaihLôn\";i:2;s:12:\"AllMyUploads\";i:3;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:4:{i:0;s:12:\"DapeutaLaman\";i:1;s:14:\"Daftar_halaman\";i:2;s:13:\"DaftarHalaman\";i:3;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:4:{i:0;s:13:\"TeunuléhAwai\";i:1;s:12:\"Halaman_lama\";i:2;s:11:\"HalamanLama\";i:3;s:12:\"AncientPages\";}s:8:\"Badtitle\";a:3:{i:0;s:8:\"NanBrôk\";i:1;s:16:\"Judul_yang_buruk\";i:2;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:4:{i:0;s:8:\"LamanSoh\";i:1;s:14:\"Halaman_kosong\";i:2;s:13:\"HalamanKosong\";i:3;s:9:\"BlankPage\";}s:5:\"Block\";a:6:{i:0;s:17:\"TheunUreuëngNgui\";i:1;s:15:\"Blokir_pengguna\";i:2;s:14:\"BlokirPengguna\";i:3;s:5:\"Block\";i:4;s:7:\"BlockIP\";i:5;s:9:\"BlockUser\";}s:9:\"BlockList\";a:6:{i:0;s:17:\"DapeutaTeuneuheun\";i:1;s:18:\"Daftar_pemblokiran\";i:2;s:17:\"DaftarPemblokiran\";i:3;s:9:\"BlockList\";i:4;s:10:\"ListBlocks\";i:5;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:4:{i:0;s:8:\"NèKitab\";i:1;s:11:\"Sumber_buku\";i:2;s:10:\"SumberBuku\";i:3;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:4:{i:0;s:14:\"PeuninahReuloh\";i:1;s:16:\"Pengalihan_rusak\";i:2;s:15:\"PengalihanRusak\";i:3;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:5:{i:0;s:12:\"DapeutaKawan\";i:1;s:15:\"Daftar_kategori\";i:2;s:14:\"DaftarKategori\";i:3;s:8:\"Kategori\";i:4;s:10:\"Categories\";}s:14:\"ChangePassword\";a:6:{i:0;s:21:\"GantoëLageuëmRahsia\";i:1;s:11:\"Ganti_sandi\";i:2;s:10:\"GantiSandi\";i:3;s:14:\"ChangePassword\";i:4;s:9:\"ResetPass\";i:5;s:13:\"ResetPassword\";}s:12:\"Confirmemail\";a:4:{i:0;s:13:\"PeunyoSurat-e\";i:1;s:16:\"Konfirmasi_surel\";i:2;s:15:\"KonfirmasiSurel\";i:3;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:6:{i:0;s:20:\"BeuneuriUreuëngNgui\";i:1;s:19:\"Kontribusi_pengguna\";i:2;s:18:\"KontribusiPengguna\";i:3;s:10:\"Kontribusi\";i:4;s:13:\"Contributions\";i:5;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:4:{i:0;s:10:\"PeugötNan\";i:1;s:9:\"Buat_akun\";i:2;s:8:\"BuatAkun\";i:3;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:4:{i:0;s:8:\"ÔnMaté\";i:1;s:13:\"Halaman_buntu\";i:2;s:12:\"HalamanBuntu\";i:3;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:4:{i:0;s:23:\"BeuneuriNyangGeusampôh\";i:1;s:23:\"Kontribusi_yang_dihapus\";i:2;s:17:\"KontribusiDihapus\";i:3;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:4:{i:0;s:13:\"PeuninahGanda\";i:1;s:16:\"Pengalihan_ganda\";i:2;s:15:\"PengalihanGanda\";i:3;s:15:\"DoubleRedirects\";}s:9:\"Emailuser\";a:5:{i:0;s:19:\"Surat-eUreuëngNgui\";i:1;s:14:\"Surel_pengguna\";i:2;s:13:\"SurelPengguna\";i:3;s:9:\"EmailUser\";i:4;s:5:\"Email\";}s:6:\"Export\";a:4:{i:0;s:11:\"Peuteubiët\";i:1;s:14:\"Ekspor_halaman\";i:2;s:6:\"Ekspor\";i:3;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:4:{i:0;s:17:\"NeuubahPaléngDit\";i:1;s:20:\"Perubahan_tersedikit\";i:2;s:19:\"PerubahanTersedikit\";i:3;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:4:{i:0;s:19:\"MitaBeureukaihSaban\";i:1;s:25:\"Pencarian_berkas_duplikat\";i:2;s:23:\"PencarianBerkasDuplikat\";i:3;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:5:{i:0;s:18:\"NeuduëkBeureukaih\";i:1;s:13:\"Lokasi_berkas\";i:2;s:12:\"Lokasi_arsip\";i:3;s:11:\"LokasiArsip\";i:4;s:8:\"FilePath\";}s:6:\"Import\";a:4:{i:0;s:10:\"Peutamöng\";i:1;s:13:\"Impor_halaman\";i:2;s:5:\"Impor\";i:3;s:6:\"Import\";}s:15:\"Invalidateemail\";a:4:{i:0;s:23:\"PeubateuëPeusahSurat-e\";i:1;s:23:\"Batalkan_validasi_surel\";i:2;s:21:\"BatalkanValidasiSurel\";i:3;s:15:\"InvalidateEmail\";}s:10:\"LinkSearch\";a:6:{i:0;s:13:\"MitaPeunawôt\";i:1;s:12:\"Pranala_luar\";i:2;s:11:\"PranalaLuar\";i:3;s:17:\"Pencarian_pranala\";i:4;s:16:\"PencarianPranala\";i:5;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:4:{i:0;s:20:\"DapeutaUreuëngUrôh\";i:1;s:15:\"Daftar_pengurus\";i:2;s:14:\"DaftarPengurus\";i:3;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:4:{i:0;s:10:\"DapeutaBot\";i:1;s:10:\"Daftar_bot\";i:2;s:9:\"DaftarBot\";i:3;s:8:\"ListBots\";}s:9:\"Listfiles\";a:6:{i:0;s:17:\"DapeutaBeureukaih\";i:1;s:13:\"Daftar_berkas\";i:2;s:12:\"DaftarBerkas\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:6:{i:0;s:15:\"DapeutaHakKawan\";i:1;s:19:\"Daftar_hak_kelompok\";i:2;s:17:\"DaftarHakKelompok\";i:3;s:9:\"DaftarHak\";i:4;s:15:\"ListGroupRights\";i:5;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:4:{i:0;s:15:\"DapeutaPeuninah\";i:1;s:17:\"Daftar_pengalihan\";i:2;s:16:\"DaftarPengalihan\";i:3;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:6:{i:0;s:19:\"DapeutaUreuëngNgui\";i:1;s:15:\"Daftar_pengguna\";i:2;s:14:\"DaftarPengguna\";i:3;s:9:\"ListUsers\";i:4;s:8:\"UserList\";i:5;s:5:\"Users\";}s:6:\"Lockdb\";a:4:{i:0;s:14:\"GunciBasisData\";i:1;s:16:\"Kunci_basis_data\";i:2;s:14:\"KunciBasisData\";i:3;s:6:\"LockDB\";}s:11:\"Lonelypages\";a:7:{i:0;s:14:\"On_hana_soe_po\";i:1;s:13:\"Halaman_yatim\";i:2;s:19:\"Halaman_tak_bertuan\";i:3;s:12:\"HalamanYatim\";i:4;s:17:\"HalamanTakBertuan\";i:5;s:11:\"LonelyPages\";i:6;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:4:{i:0;s:10:\"On_panyang\";i:1;s:15:\"Halaman_panjang\";i:2;s:14:\"HalamanPanjang\";i:3;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:4:{i:0;s:16:\"Riwayat_peusapat\";i:1;s:20:\"Riwayat_penggabungan\";i:2;s:19:\"RiwayatPenggabungan\";i:3;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:4:{i:0;s:9:\"Mita_MIME\";i:1;s:14:\"Pencarian_MIME\";i:2;s:13:\"PencarianMIME\";i:3;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:4:{i:0;s:15:\"Kawan_paleng_le\";i:1;s:18:\"Kategori_terbanyak\";i:2;s:17:\"KategoriTerbanyak\";i:3;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:6:{i:0;s:34:\"Beureukaih_nyang_paleng_le_geunguy\";i:1;s:23:\"Berkas_paling_digunakan\";i:2;s:21:\"BerkasPalingDigunakan\";i:3;s:15:\"MostLinkedFiles\";i:4;s:9:\"MostFiles\";i:5;s:10:\"MostImages\";}s:10:\"Mostlinked\";a:5:{i:0;s:26:\"On_nyang_paleng_le_geunguy\";i:1;s:24:\"Halaman_paling_digunakan\";i:2;s:22:\"HalamanPalingDigunakan\";i:3;s:15:\"MostLinkedPages\";i:4;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:5:{i:0;s:29:\"Kawan_nyang_paleng_le_geunguy\";i:1;s:25:\"Kategori_paling_digunakan\";i:2;s:23:\"KategoriPalingDigunakan\";i:3;s:20:\"MostLinkedCategories\";i:4;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:6:{i:0;s:31:\"Templat_nyang_paleng_le_geunguy\";i:1;s:24:\"Templat_paling_digunakan\";i:2;s:22:\"TemplatPalingDigunakan\";i:3;s:20:\"MostTranscludedPages\";i:4;s:19:\"MostLinkedTemplates\";i:5;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:4:{i:0;s:17:\"Neuubah_paleng_le\";i:1;s:19:\"Perubahan_terbanyak\";i:2;s:18:\"PerubahanTerbanyak\";i:3;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:4:{i:0;s:11:\"Peupinah_on\";i:1;s:17:\"Pindahkan_halaman\";i:2;s:16:\"PindahkanHalaman\";i:3;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:5:{i:0;s:15:\"Atra_lon_peugot\";i:1;s:15:\"Kontribusi_saya\";i:2;s:14:\"KontribusiSaya\";i:3;s:15:\"MyContributions\";i:4;s:10:\"MyContribs\";}s:6:\"Mypage\";a:4:{i:0;s:6:\"On_lon\";i:1;s:12:\"Halaman_saya\";i:2;s:11:\"HalamanSaya\";i:3;s:6:\"MyPage\";}s:6:\"Mytalk\";a:4:{i:0;s:15:\"Peugah_haba_lon\";i:1;s:16:\"Pembicaraan_saya\";i:2;s:15:\"PembicaraanSaya\";i:3;s:6:\"MyTalk\";}s:9:\"Newimages\";a:5:{i:0;s:15:\"Beureukaih_baro\";i:1;s:11:\"Berkas_baru\";i:2;s:10:\"BerkasBaru\";i:3;s:8:\"NewFiles\";i:4;s:9:\"NewImages\";}s:8:\"Newpages\";a:4:{i:0;s:7:\"On_baro\";i:1;s:12:\"Halaman_baru\";i:2;s:11:\"HalamanBaru\";i:3;s:8:\"NewPages\";}s:11:\"Preferences\";a:3:{i:0;s:8:\"Geunalak\";i:1;s:10:\"Preferensi\";i:2;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:4:{i:0;s:15:\"Dapeuta_neuaway\";i:1;s:13:\"Indeks_awalan\";i:2;s:12:\"IndeksAwalan\";i:3;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:4:{i:0;s:22:\"On_nyang_geupeulindong\";i:1;s:23:\"Halaman_yang_dilindungi\";i:2;s:17:\"HalamanDilindungi\";i:3;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:4:{i:0;s:23:\"Nan_nyang_geupeulindong\";i:1;s:21:\"Judul_yang_dilindungi\";i:2;s:15:\"JudulDilindungi\";i:3;s:15:\"ProtectedTitles\";}s:10:\"Randompage\";a:5:{i:0;s:14:\"On_beurangkari\";i:1;s:17:\"Halaman_sembarang\";i:2;s:16:\"HalamanSembarang\";i:3;s:6:\"Random\";i:4;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:4:{i:0;s:20:\"Peuninah_beurangkari\";i:1;s:20:\"Pengalihan_sembarang\";i:2;s:19:\"PengalihanSembarang\";i:3;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:6:{i:0;s:12:\"Neuubah_baro\";i:1;s:17:\"Perubahan_terbaru\";i:2;s:16:\"PerubahanTerbaru\";i:3;s:2:\"RC\";i:4;s:2:\"PT\";i:5;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:5:{i:0;s:17:\"Neuubah_meuhubong\";i:1;s:17:\"Perubahan_terkait\";i:2;s:16:\"PerubahanTerkait\";i:3;s:19:\"RecentChangesLinked\";i:4;s:14:\"RelatedChanges\";}s:14:\"Revisiondelete\";a:4:{i:0;s:19:\"Sampoh_peugot_ulang\";i:1;s:12:\"Hapus_revisi\";i:2;s:11:\"HapusRevisi\";i:3;s:14:\"RevisionDelete\";}s:6:\"Search\";a:4:{i:0;s:4:\"Mita\";i:1;s:9:\"Pencarian\";i:2;s:4:\"Cari\";i:3;s:6:\"Search\";}s:10:\"Shortpages\";a:4:{i:0;s:10:\"On_paneuek\";i:1;s:14:\"Halaman_pendek\";i:2;s:13:\"HalamanPendek\";i:3;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:4:{i:0;s:10:\"On_khusoih\";i:1;s:16:\"Halaman_istimewa\";i:2;s:15:\"HalamanIstimewa\";i:3;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:4:{i:0;s:7:\"Keunira\";i:1;s:9:\"Statistik\";i:2;s:10:\"Statistics\";i:3;s:5:\"Stats\";}s:4:\"Tags\";a:3:{i:0;s:3:\"Tag\";i:1;s:3:\"Tag\";i:2;s:4:\"Tags\";}s:23:\"Uncategorizedcategories\";a:4:{i:0;s:24:\"Kawan_hana_roh_lam_kawan\";i:1;s:24:\"Kategori_tak_terkategori\";i:2;s:22:\"KategoriTakTerkategori\";i:3;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:5:{i:0;s:29:\"Beureukaih_hana_roh_lam_kawan\";i:1;s:22:\"Berkas_tak_terkategori\";i:2;s:20:\"BerkasTakTerkategori\";i:3;s:18:\"UncategorizedFiles\";i:4;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:4:{i:0;s:21:\"On_hana_roh_lam_kawan\";i:1;s:23:\"Halaman_tak_terkategori\";i:2;s:21:\"HalamanTakTerkategori\";i:3;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:4:{i:0;s:26:\"Templat_hana_roh_lam_kawan\";i:1;s:23:\"Templat_tak_terkategori\";i:2;s:21:\"TemplatTakTerkategori\";i:3;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:4:{i:0;s:16:\"Peubateue_sampoh\";i:1;s:22:\"Pembatalan_penghapusan\";i:2;s:21:\"PembatalanPenghapusan\";i:3;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:4:{i:0;s:23:\"Peuhah_gunci_basis_data\";i:1;s:21:\"Buka_kunci_basis_data\";i:2;s:18:\"BukaKunciBasisData\";i:3;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:6:{i:0;s:9:\"Kawan_soh\";i:1;s:15:\"Kategori_kosong\";i:2;s:14:\"KategoriKosong\";i:3;s:21:\"Kategori_tak_terpakai\";i:4;s:19:\"KategoriTakTerpakai\";i:5;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:7:{i:0;s:23:\"Beureukaih_hana_teunguy\";i:1;s:19:\"Berkas_tak_terpakai\";i:2;s:17:\"BerkasTakTerpakai\";i:3;s:20:\"Berkas_tak_digunakan\";i:4;s:18:\"BerkasTakDigunakan\";i:5;s:11:\"UnusedFiles\";i:6;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:4:{i:0;s:21:\"Templat_hana_soe_nguy\";i:1;s:20:\"Templat_tak_terpakai\";i:2;s:18:\"TemplatTakTerpakai\";i:3;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:4:{i:0;s:17:\"On_hana_soe_kalon\";i:1;s:21:\"Halaman_tak_terpantau\";i:2;s:19:\"HalamanTakTerpantau\";i:3;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:5:{i:0;s:5:\"Pasoe\";i:1;s:12:\"Pengunggahan\";i:2;s:8:\"Pemuatan\";i:3;s:6:\"Unggah\";i:4;s:6:\"Upload\";}s:9:\"Userlogin\";a:5:{i:0;s:10:\"Tamong_log\";i:1;s:9:\"Masuk_log\";i:2;s:8:\"MasukLog\";i:3;s:9:\"UserLogin\";i:4;s:5:\"Login\";}s:10:\"Userlogout\";a:5:{i:0;s:11:\"Teubiet_log\";i:1;s:10:\"Keluar_log\";i:2;s:9:\"KeluarLog\";i:3;s:10:\"UserLogout\";i:4;s:6:\"Logout\";}s:10:\"Userrights\";a:6:{i:0;s:23:\"Khut_(hak)_ureueng_nguy\";i:1;s:12:\"Hak_pengguna\";i:2;s:11:\"HakPengguna\";i:3;s:10:\"UserRights\";i:4;s:9:\"MakeSysop\";i:5;s:7:\"MakeBot\";}s:7:\"Version\";a:3:{i:0;s:8:\"Seunalen\";i:1;s:5:\"Versi\";i:2;s:7:\"Version\";}s:16:\"Wantedcategories\";a:4:{i:0;s:20:\"Kawan_nyang_geuh\'eut\";i:1;s:24:\"Kategori_yang_diinginkan\";i:2;s:18:\"KategoriDiinginkan\";i:3;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:4:{i:0;s:25:\"Beureukaih_nyang_geuh\'eut\";i:1;s:22:\"Berkas_yang_diinginkan\";i:2;s:16:\"BerkasDiinginkan\";i:3;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:5:{i:0;s:17:\"On_nyang_geuh\'eut\";i:1;s:23:\"Halaman_yang_diinginkan\";i:2;s:17:\"HalamanDiinginkan\";i:3;s:11:\"WantedPages\";i:4;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:4:{i:0;s:22:\"Templat_nyang_geuh\'eut\";i:1;s:23:\"Templat_yang_diinginkan\";i:2;s:17:\"TemplatDiinginkan\";i:3;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:4:{i:0;s:13:\"Dapeuta_kalon\";i:1;s:15:\"Daftar_pantauan\";i:2;s:14:\"DaftarPantauan\";i:3;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:4:{i:0;s:11:\"Hubong_gisa\";i:1;s:13:\"Pranala_balik\";i:2;s:12:\"PranalaBalik\";i:3;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:4:{i:0;s:14:\"Hana_interwiki\";i:1;s:15:\"Tanpa_interwiki\";i:2;s:14:\"TanpaInterwiki\";i:3;s:16:\"WithoutInterwiki\";}s:11:\"ChangeEmail\";a:3:{i:0;s:11:\"Ganti_surel\";i:1;s:10:\"GantiSurel\";i:2;s:11:\"ChangeEmail\";}s:12:\"ComparePages\";a:3:{i:0;s:18:\"Bandingkan_halaman\";i:1;s:17:\"BandingkanHalaman\";i:2;s:12:\"ComparePages\";}s:13:\"EditWatchlist\";a:2:{i:0;s:23:\"Sunting_daftar_pantauan\";i:1;s:13:\"EditWatchlist\";}s:15:\"ExpandTemplates\";a:3:{i:0;s:18:\"Kembangkan_templat\";i:1;s:17:\"KembangkanTemplat\";i:2;s:15:\"ExpandTemplates\";}s:3:\"Log\";a:3:{i:0;s:7:\"Catatan\";i:1;s:3:\"Log\";i:2;s:4:\"Logs\";}s:14:\"Mostinterwikis\";a:3:{i:0;s:19:\"Interwiki_terbanyak\";i:1;s:18:\"InterwikiTerbanyak\";i:2;s:14:\"MostInterwikis\";}s:10:\"MyLanguage\";a:2:{i:0;s:11:\"Bahasa_saya\";i:1;s:10:\"MyLanguage\";}s:9:\"Myuploads\";a:3:{i:0;s:13:\"Unggahan_saya\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:13:\"PasswordReset\";a:3:{i:0;s:11:\"Reset_sandi\";i:1;s:10:\"ResetSandi\";i:2;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:3:{i:0;s:16:\"Pranala_permanen\";i:1;s:13:\"PermanentLink\";i:2;s:9:\"PermaLink\";}s:16:\"RandomInCategory\";a:3:{i:0;s:21:\"Sembarang_di_kategori\";i:1;s:19:\"SembarangDiKategori\";i:2;s:16:\"RandomInCategory\";}s:7:\"Unblock\";a:3:{i:0;s:22:\"Pembatalan_pemblokiran\";i:1;s:21:\"PembatalanPemblokiran\";i:2;s:7:\"Unblock\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}}'),('ady','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('ady','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('ady','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ady','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ady','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('ady','defaultDateFormat','s:10:\"dmy or mdy\";'),('ady','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAdy.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ady.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:70:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:80:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:84:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAdy_cyrl.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ady','digitGroupingPattern','s:9:\"#,##0.###\";'),('ady','digitTransformTable','N;'),('ady','fallback','s:8:\"ady-cyrl\";'),('ady','fallback8bitEncoding','s:12:\"windows-1252\";'),('ady','fallbackSequence','a:2:{i:0;s:8:\"ady-cyrl\";i:1;s:2:\"en\";}'),('ady','imageFiles','N;'),('ady','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ady','linkPrefixExtension','b:0;'),('ady','linkTrail','s:87:\"/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяӀ]+)(.*)$/sDu\";');
INSERT INTO `mw_l10n_cache` VALUES ('ady','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-minordefault\";i:14;s:16:\"tog-previewontop\";i:15;s:18:\"tog-previewonfirst\";i:16;s:24:\"tog-enotifwatchlistpages\";i:17;s:23:\"tog-enotifusertalkpages\";i:18;s:20:\"tog-enotifminoredits\";i:19;s:20:\"tog-enotifrevealaddr\";i:20;s:23:\"tog-shownumberswatching\";i:21;s:10:\"tog-oldsig\";i:22;s:12:\"tog-fancysig\";i:23;s:18:\"tog-uselivepreview\";i:24;s:20:\"tog-forceeditsummary\";i:25;s:20:\"tog-watchlisthideown\";i:26;s:21:\"tog-watchlisthidebots\";i:27;s:22:\"tog-watchlisthideminor\";i:28;s:20:\"tog-watchlisthideliu\";i:29;s:22:\"tog-watchlisthideanons\";i:30;s:26:\"tog-watchlisthidepatrolled\";i:31;s:16:\"tog-ccmeonemails\";i:32;s:12:\"tog-diffonly\";i:33;s:18:\"tog-showhiddencats\";i:34;s:18:\"tog-norollbackdiff\";i:35;s:18:\"tog-useeditwarning\";i:36;s:16:\"tog-prefershttps\";i:37;s:16:\"underline-always\";i:38;s:15:\"underline-never\";i:39;s:14:\"editfont-style\";i:40;s:6:\"sunday\";i:41;s:6:\"monday\";i:42;s:7:\"tuesday\";i:43;s:9:\"wednesday\";i:44;s:8:\"thursday\";i:45;s:6:\"friday\";i:46;s:8:\"saturday\";i:47;s:3:\"sun\";i:48;s:3:\"mon\";i:49;s:3:\"tue\";i:50;s:3:\"wed\";i:51;s:3:\"thu\";i:52;s:3:\"fri\";i:53;s:3:\"sat\";i:54;s:7:\"january\";i:55;s:8:\"february\";i:56;s:5:\"march\";i:57;s:5:\"april\";i:58;s:8:\"may_long\";i:59;s:4:\"june\";i:60;s:4:\"july\";i:61;s:6:\"august\";i:62;s:9:\"september\";i:63;s:7:\"october\";i:64;s:8:\"november\";i:65;s:8:\"december\";i:66;s:11:\"january-gen\";i:67;s:12:\"february-gen\";i:68;s:9:\"march-gen\";i:69;s:9:\"april-gen\";i:70;s:7:\"may-gen\";i:71;s:8:\"june-gen\";i:72;s:8:\"july-gen\";i:73;s:10:\"august-gen\";i:74;s:13:\"september-gen\";i:75;s:11:\"october-gen\";i:76;s:12:\"november-gen\";i:77;s:12:\"december-gen\";i:78;s:3:\"jan\";i:79;s:3:\"feb\";i:80;s:3:\"mar\";i:81;s:3:\"apr\";i:82;s:3:\"may\";i:83;s:3:\"jun\";i:84;s:3:\"jul\";i:85;s:3:\"aug\";i:86;s:3:\"sep\";i:87;s:3:\"oct\";i:88;s:3:\"nov\";i:89;s:3:\"dec\";i:90;s:14:\"pagecategories\";i:91;s:15:\"category_header\";i:92;s:13:\"subcategories\";i:93;s:21:\"category-media-header\";i:94;s:14:\"category-empty\";i:95;s:17:\"hidden-categories\";i:96;s:24:\"hidden-category-category\";i:97;s:21:\"category-subcat-count\";i:98;s:29:\"category-subcat-count-limited\";i:99;s:22:\"category-article-count\";i:100;s:30:\"category-article-count-limited\";i:101;s:19:\"category-file-count\";i:102;s:27:\"category-file-count-limited\";i:103;s:14:\"index-category\";i:104;s:16:\"noindex-category\";i:105;s:20:\"broken-file-category\";i:106;s:5:\"about\";i:107;s:7:\"article\";i:108;s:9:\"newwindow\";i:109;s:6:\"cancel\";i:110;s:13:\"moredotdotdot\";i:111;s:13:\"morenotlisted\";i:112;s:6:\"mypage\";i:113;s:6:\"mytalk\";i:114;s:8:\"anontalk\";i:115;s:10:\"navigation\";i:116;s:3:\"and\";i:117;s:3:\"faq\";i:118;s:7:\"actions\";i:119;s:10:\"namespaces\";i:120;s:8:\"variants\";i:121;s:18:\"navigation-heading\";i:122;s:14:\"errorpagetitle\";i:123;s:8:\"returnto\";i:124;s:7:\"tagline\";i:125;s:4:\"help\";i:126;s:6:\"search\";i:127;s:12:\"searchbutton\";i:128;s:2:\"go\";i:129;s:13:\"searcharticle\";i:130;s:17:\"skin-view-history\";i:131;s:7:\"history\";i:132;s:13:\"history_short\";i:133;s:13:\"updatedmarker\";i:134;s:16:\"printableversion\";i:135;s:9:\"permalink\";i:136;s:5:\"print\";i:137;s:4:\"view\";i:138;s:14:\"skin-view-view\";i:139;s:17:\"skin-view-foreign\";i:140;s:4:\"edit\";i:141;s:14:\"skin-view-edit\";i:142;s:10:\"edit-local\";i:143;s:6:\"create\";i:144;s:16:\"skin-view-create\";i:145;s:12:\"create-local\";i:146;s:6:\"delete\";i:147;s:14:\"undelete_short\";i:148;s:17:\"viewdeleted_short\";i:149;s:7:\"protect\";i:150;s:14:\"protect_change\";i:151;s:21:\"skin-action-unprotect\";i:152;s:9:\"unprotect\";i:153;s:7:\"newpage\";i:154;s:16:\"talkpagelinktext\";i:155;s:11:\"specialpage\";i:156;s:13:\"personaltools\";i:157;s:4:\"talk\";i:158;s:5:\"views\";i:159;s:7:\"toolbox\";i:160;s:9:\"imagepage\";i:161;s:13:\"mediawikipage\";i:162;s:12:\"templatepage\";i:163;s:12:\"viewhelppage\";i:164;s:12:\"categorypage\";i:165;s:12:\"viewtalkpage\";i:166;s:14:\"otherlanguages\";i:167;s:14:\"redirectedfrom\";i:168;s:15:\"redirectpagesub\";i:169;s:10:\"redirectto\";i:170;s:14:\"lastmodifiedat\";i:171;s:9:\"viewcount\";i:172;s:13:\"protectedpage\";i:173;s:6:\"jumpto\";i:174;s:16:\"jumptonavigation\";i:175;s:12:\"jumptosearch\";i:176;s:12:\"pool-timeout\";i:177;s:14:\"pool-queuefull\";i:178;s:17:\"pool-errorunknown\";i:179;s:23:\"poolcounter-usage-error\";i:180;s:9:\"aboutsite\";i:181;s:9:\"aboutpage\";i:182;s:9:\"copyright\";i:183;s:13:\"copyrightpage\";i:184;s:13:\"currentevents\";i:185;s:17:\"currentevents-url\";i:186;s:11:\"disclaimers\";i:187;s:14:\"disclaimerpage\";i:188;s:8:\"edithelp\";i:189;s:20:\"helppage-top-gethelp\";i:190;s:8:\"mainpage\";i:191;s:20:\"mainpage-description\";i:192;s:10:\"policy-url\";i:193;s:6:\"portal\";i:194;s:10:\"portal-url\";i:195;s:7:\"privacy\";i:196;s:11:\"privacypage\";i:197;s:9:\"badaccess\";i:198;s:16:\"badaccess-group0\";i:199;s:15:\"versionrequired\";i:200;s:19:\"versionrequiredtext\";i:201;s:2:\"ok\";i:202;s:13:\"retrievedfrom\";i:203;s:18:\"youhavenewmessages\";i:204;s:21:\"newmessageslinkplural\";i:205;s:25:\"newmessagesdifflinkplural\";i:206;s:11:\"editsection\";i:207;s:7:\"editold\";i:208;s:13:\"viewsourceold\";i:209;s:8:\"editlink\";i:210;s:14:\"viewsourcelink\";i:211;s:15:\"editsectionhint\";i:212;s:3:\"toc\";i:213;s:7:\"showtoc\";i:214;s:7:\"hidetoc\";i:215;s:20:\"collapsible-collapse\";i:216;s:18:\"collapsible-expand\";i:217;s:19:\"confirmable-confirm\";i:218;s:15:\"confirmable-yes\";i:219;s:14:\"confirmable-no\";i:220;s:13:\"thisisdeleted\";i:221;s:11:\"viewdeleted\";i:222;s:11:\"restorelink\";i:223;s:12:\"feed-invalid\";i:224;s:16:\"feed-unavailable\";i:225;s:13:\"site-rss-feed\";i:226;s:14:\"site-atom-feed\";i:227;s:13:\"page-rss-feed\";i:228;s:14:\"page-atom-feed\";i:229;s:14:\"red-link-title\";i:230;s:15:\"sort-descending\";i:231;s:14:\"sort-ascending\";i:232;s:10:\"nstab-main\";i:233;s:10:\"nstab-user\";i:234;s:11:\"nstab-media\";i:235;s:13:\"nstab-special\";i:236;s:13:\"nstab-project\";i:237;s:11:\"nstab-image\";i:238;s:15:\"nstab-mediawiki\";i:239;s:14:\"nstab-template\";i:240;s:10:\"nstab-help\";i:241;s:14:\"nstab-category\";i:242;s:14:\"mainpage-nstab\";i:243;s:12:\"nosuchaction\";i:244;s:17:\"nosuchspecialpage\";i:245;s:5:\"error\";i:246;s:13:\"databaseerror\";i:247;s:19:\"databaseerror-query\";i:248;s:22:\"databaseerror-function\";i:249;s:19:\"databaseerror-error\";i:250;s:17:\"laggedreplicamode\";i:251;s:8:\"readonly\";i:252;s:18:\"missingarticle-rev\";i:253;s:19:\"missingarticle-diff\";i:254;s:13:\"internalerror\";i:255;s:18:\"internalerror_info\";i:256;s:13:\"filecopyerror\";i:257;s:15:\"filerenameerror\";i:258;s:15:\"filedeleteerror\";i:259;s:20:\"directorycreateerror\";i:260;s:22:\"directoryreadonlyerror\";i:261;s:12:\"filenotfound\";i:262;s:9:\"formerror\";i:263;s:15:\"badarticleerror\";i:264;s:12:\"cannotdelete\";i:265;s:18:\"cannotdelete-title\";i:266;s:8:\"badtitle\";i:267;s:12:\"badtitletext\";i:268;s:24:\"title-invalid-characters\";i:269;s:10:\"viewsource\";i:270;s:16:\"viewsource-title\";i:271;s:17:\"protectedpagetext\";i:272;s:14:\"viewsourcetext\";i:273;s:12:\"viewyourtext\";i:274;s:18:\"translateinterface\";i:275;s:18:\"namespaceprotected\";i:276;s:20:\"mycustomcssprotected\";i:277;s:19:\"mycustomjsprotected\";i:278;s:22:\"myprivateinfoprotected\";i:279;s:22:\"mypreferencesprotected\";i:280;s:19:\"ns-specialprotected\";i:281;s:17:\"exception-nologin\";i:282;s:22:\"exception-nologin-text\";i:283;s:16:\"virus-badscanner\";i:284;s:16:\"virus-scanfailed\";i:285;s:20:\"virus-unknownscanner\";i:286;s:11:\"welcomeuser\";i:287;s:8:\"yourname\";i:288;s:18:\"userlogin-yourname\";i:289;s:21:\"userlogin-yourname-ph\";i:290;s:30:\"createacct-another-username-ph\";i:291;s:12:\"yourpassword\";i:292;s:22:\"userlogin-yourpassword\";i:293;s:25:\"userlogin-yourpassword-ph\";i:294;s:26:\"createacct-yourpassword-ph\";i:295;s:17:\"yourpasswordagain\";i:296;s:28:\"createacct-yourpasswordagain\";i:297;s:31:\"createacct-yourpasswordagain-ph\";i:298;s:28:\"userlogin-remembermypassword\";i:299;s:24:\"userlogin-signwithsecure\";i:300;s:14:\"yourdomainname\";i:301;s:25:\"password-change-forbidden\";i:302;s:5:\"login\";i:303;s:23:\"nav-login-createaccount\";i:304;s:6:\"logout\";i:305;s:10:\"userlogout\";i:306;s:11:\"notloggedin\";i:307;s:19:\"userlogin-noaccount\";i:308;s:21:\"userlogin-joinproject\";i:309;s:13:\"createaccount\";i:310;s:28:\"userlogin-resetpassword-link\";i:311;s:19:\"userlogin-helplink2\";i:312;s:23:\"userlogin-createanother\";i:313;s:24:\"createacct-emailrequired\";i:314;s:24:\"createacct-emailoptional\";i:315;s:19:\"createacct-email-ph\";i:316;s:27:\"createacct-another-email-ph\";i:317;s:19:\"createacct-realname\";i:318;s:17:\"createacct-reason\";i:319;s:20:\"createacct-reason-ph\";i:320;s:17:\"createacct-submit\";i:321;s:25:\"createacct-another-submit\";i:322;s:26:\"createacct-benefit-heading\";i:323;s:24:\"createacct-benefit-body1\";i:324;s:24:\"createacct-benefit-body2\";i:325;s:24:\"createacct-benefit-body3\";i:326;s:9:\"badretype\";i:327;s:10:\"userexists\";i:328;s:10:\"loginerror\";i:329;s:16:\"createacct-error\";i:330;s:18:\"createaccounterror\";i:331;s:6:\"noname\";i:332;s:17:\"loginsuccesstitle\";i:333;s:15:\"nosuchusershort\";i:334;s:15:\"nouserspecified\";i:335;s:17:\"login-userblocked\";i:336;s:13:\"wrongpassword\";i:337;s:18:\"wrongpasswordempty\";i:338;s:16:\"passwordtooshort\";i:339;s:15:\"passwordtoolong\";i:340;s:19:\"password-name-match\";i:341;s:24:\"password-login-forbidden\";i:342;s:14:\"mailmypassword\";i:343;s:13:\"noemailcreate\";i:344;s:9:\"mailerror\";i:345;s:18:\"emailauthenticated\";i:346;s:16:\"emailconfirmlink\";i:347;s:13:\"emaildisabled\";i:348;s:14:\"accountcreated\";i:349;s:19:\"createaccount-title\";i:350;s:19:\"login-abort-generic\";i:351;s:18:\"loginlanguagelabel\";i:352;s:8:\"pt-login\";i:353;s:15:\"pt-login-button\";i:354;s:16:\"pt-createaccount\";i:355;s:13:\"pt-userlogout\";i:356;s:22:\"php-mail-error-unknown\";i:357;s:17:\"user-mail-no-addy\";i:358;s:17:\"user-mail-no-body\";i:359;s:14:\"changepassword\";i:360;s:18:\"resetpass_announce\";i:361;s:16:\"resetpass_header\";i:362;s:11:\"oldpassword\";i:363;s:11:\"newpassword\";i:364;s:9:\"retypenew\";i:365;s:16:\"resetpass_submit\";i:366;s:22:\"changepassword-success\";i:367;s:19:\"resetpass_forbidden\";i:368;s:17:\"resetpass-no-info\";i:369;s:25:\"resetpass-submit-loggedin\";i:370;s:23:\"resetpass-submit-cancel\";i:371;s:18:\"resetpass-recycled\";i:372;s:17:\"resetpass-expired\";i:373;s:13:\"passwordreset\";i:374;s:22:\"passwordreset-disabled\";i:375;s:27:\"passwordreset-emaildisabled\";i:376;s:22:\"passwordreset-username\";i:377;s:20:\"passwordreset-domain\";i:378;s:19:\"passwordreset-email\";i:379;s:24:\"passwordreset-emailtitle\";i:380;s:26:\"passwordreset-emailelement\";i:381;s:11:\"changeemail\";i:382;s:19:\"changeemail-no-info\";i:383;s:20:\"changeemail-oldemail\";i:384;s:20:\"changeemail-newemail\";i:385;s:16:\"changeemail-none\";i:386;s:20:\"changeemail-password\";i:387;s:18:\"changeemail-submit\";i:388;s:11:\"resettokens\";i:389;s:21:\"resettokens-no-tokens\";i:390;s:18:\"resettokens-tokens\";i:391;s:16:\"resettokens-done\";i:392;s:23:\"resettokens-resetbutton\";i:393;s:7:\"summary\";i:394;s:9:\"minoredit\";i:395;s:9:\"watchthis\";i:396;s:11:\"savearticle\";i:397;s:7:\"preview\";i:398;s:11:\"showpreview\";i:399;s:8:\"showdiff\";i:400;s:15:\"anoneditwarning\";i:401;s:18:\"missingcommenttext\";i:402;s:15:\"summary-preview\";i:403;s:16:\"previewerrortext\";i:404;s:15:\"blockednoreason\";i:405;s:18:\"nosuchsectiontitle\";i:406;s:13:\"loginreqtitle\";i:407;s:12:\"loginreqlink\";i:408;s:12:\"accmailtitle\";i:409;s:10:\"newarticle\";i:410;s:14:\"newarticletext\";i:411;s:13:\"noarticletext\";i:412;s:26:\"noarticletext-nopermission\";i:413;s:30:\"userpage-userdoesnotexist-view\";i:414;s:4:\"note\";i:415;s:11:\"previewnote\";i:416;s:16:\"continue-editing\";i:417;s:7:\"editing\";i:418;s:8:\"creating\";i:419;s:14:\"editingsection\";i:420;s:14:\"editingcomment\";i:421;s:12:\"editconflict\";i:422;s:8:\"yourtext\";i:423;s:32:\"editpage-cannot-use-custom-model\";i:424;s:13:\"templatesused\";i:425;s:18:\"template-protected\";i:426;s:22:\"template-semiprotected\";i:427;s:16:\"hiddencategories\";i:428;s:17:\"nocreate-loggedin\";i:429;s:17:\"permissionserrors\";i:430;s:32:\"permissionserrorstext-withaction\";i:431;s:19:\"moveddeleted-notice\";i:432;s:11:\"log-fulllog\";i:433;s:13:\"edit-conflict\";i:434;s:29:\"postedit-confirmation-created\";i:435;s:30:\"postedit-confirmation-restored\";i:436;s:27:\"postedit-confirmation-saved\";i:437;s:19:\"edit-already-exists\";i:438;s:20:\"invalid-content-data\";i:439;s:22:\"content-model-wikitext\";i:440;s:18:\"content-model-text\";i:441;s:24:\"content-model-javascript\";i:442;s:25:\"content-json-empty-object\";i:443;s:24:\"content-json-empty-array\";i:444;s:12:\"viewpagelogs\";i:445;s:9:\"nohistory\";i:446;s:10:\"currentrev\";i:447;s:15:\"currentrev-asof\";i:448;s:12:\"revisionasof\";i:449;s:13:\"revision-info\";i:450;s:16:\"previousrevision\";i:451;s:12:\"nextrevision\";i:452;s:19:\"currentrevisionlink\";i:453;s:3:\"cur\";i:454;s:4:\"next\";i:455;s:4:\"last\";i:456;s:10:\"page_first\";i:457;s:9:\"page_last\";i:458;s:22:\"history-fieldset-title\";i:459;s:20:\"history-show-deleted\";i:460;s:9:\"histfirst\";i:461;s:8:\"histlast\";i:462;s:11:\"historysize\";i:463;s:12:\"historyempty\";i:464;s:18:\"history-feed-title\";i:465;s:24:\"history-feed-description\";i:466;s:17:\"history-edit-tags\";i:467;s:19:\"rev-deleted-comment\";i:468;s:16:\"rev-deleted-user\";i:469;s:17:\"rev-deleted-event\";i:470;s:12:\"rev-delundel\";i:471;s:15:\"rev-showdeleted\";i:472;s:17:\"revdelete-no-file\";i:473;s:26:\"revdelete-show-file-submit\";i:474;s:19:\"revdelete-hide-text\";i:475;s:20:\"revdelete-hide-image\";i:476;s:22:\"revdelete-hide-comment\";i:477;s:19:\"revdelete-hide-user\";i:478;s:20:\"revdelete-radio-same\";i:479;s:19:\"revdelete-radio-set\";i:480;s:21:\"revdelete-radio-unset\";i:481;s:13:\"revdelete-log\";i:482;s:14:\"revdel-restore\";i:483;s:8:\"pagehist\";i:484;s:11:\"deletedhist\";i:485;s:25:\"revdelete-reasonotherlist\";i:486;s:18:\"revdelete-offender\";i:487;s:12:\"mergehistory\";i:488;s:16:\"mergehistory-box\";i:489;s:17:\"mergehistory-from\";i:490;s:17:\"mergehistory-into\";i:491;s:15:\"mergehistory-go\";i:492;s:19:\"mergehistory-submit\";i:493;s:22:\"mergehistory-no-source\";i:494;s:27:\"mergehistory-invalid-source\";i:495;s:19:\"mergehistory-reason\";i:496;s:8:\"mergelog\";i:497;s:11:\"revertmerge\";i:498;s:13:\"history-title\";i:499;s:16:\"difference-title\";i:500;s:6:\"lineno\";i:501;s:23:\"compareselectedversions\";i:502;s:8:\"editundo\";i:503;s:10:\"diff-empty\";i:504;s:19:\"diff-multi-sameuser\";i:505;s:13:\"searchresults\";i:506;s:19:\"searchresults-title\";i:507;s:5:\"prevn\";i:508;s:5:\"nextn\";i:509;s:9:\"prev-page\";i:510;s:9:\"next-page\";i:511;s:11:\"nextn-title\";i:512;s:11:\"shown-title\";i:513;s:12:\"viewprevnext\";i:514;s:14:\"searchmenu-new\";i:515;s:22:\"searchprofile-articles\";i:516;s:20:\"searchprofile-images\";i:517;s:24:\"searchprofile-everything\";i:518;s:22:\"searchprofile-advanced\";i:519;s:30:\"searchprofile-articles-tooltip\";i:520;s:28:\"searchprofile-images-tooltip\";i:521;s:32:\"searchprofile-everything-tooltip\";i:522;s:30:\"searchprofile-advanced-tooltip\";i:523;s:18:\"search-result-size\";i:524;s:15:\"search-redirect\";i:525;s:14:\"search-section\";i:526;s:15:\"search-category\";i:527;s:14:\"search-suggest\";i:528;s:21:\"search-interwiki-more\";i:529;s:21:\"search-relatedarticle\";i:530;s:13:\"searchrelated\";i:531;s:9:\"searchall\";i:532;s:21:\"search-showingresults\";i:533;s:16:\"search-nonefound\";i:534;s:18:\"powersearch-legend\";i:535;s:14:\"powersearch-ns\";i:536;s:23:\"powersearch-togglelabel\";i:537;s:21:\"powersearch-toggleall\";i:538;s:22:\"powersearch-togglenone\";i:539;s:11:\"preferences\";i:540;s:13:\"mypreferences\";i:541;s:11:\"prefs-edits\";i:542;s:10:\"prefs-skin\";i:543;s:12:\"skin-preview\";i:544;s:16:\"prefs-user-pages\";i:545;s:14:\"prefs-personal\";i:546;s:8:\"prefs-rc\";i:547;s:15:\"prefs-watchlist\";i:548;s:19:\"prefs-editwatchlist\";i:549;s:23:\"prefs-editwatchlist-raw\";i:550;s:25:\"prefs-editwatchlist-clear\";i:551;s:20:\"prefs-watchlist-days\";i:552;s:24:\"prefs-watchlist-days-max\";i:553;s:25:\"prefs-watchlist-edits-max\";i:554;s:21:\"prefs-watchlist-token\";i:555;s:10:\"prefs-misc\";i:556;s:15:\"prefs-resetpass\";i:557;s:17:\"prefs-changeemail\";i:558;s:14:\"prefs-setemail\";i:559;s:11:\"prefs-email\";i:560;s:15:\"prefs-rendering\";i:561;s:9:\"saveprefs\";i:562;s:13:\"prefs-editing\";i:563;s:17:\"searchresultshead\";i:564;s:21:\"recentchangesdays-max\";i:565;s:10:\"savedprefs\";i:566;s:14:\"timezonelegend\";i:567;s:9:\"localtime\";i:568;s:17:\"timezoneuseoffset\";i:569;s:10:\"servertime\";i:570;s:13:\"guesstimezone\";i:571;s:21:\"timezoneregion-africa\";i:572;s:22:\"timezoneregion-america\";i:573;s:25:\"timezoneregion-antarctica\";i:574;s:21:\"timezoneregion-arctic\";i:575;s:19:\"timezoneregion-asia\";i:576;s:23:\"timezoneregion-atlantic\";i:577;s:24:\"timezoneregion-australia\";i:578;s:21:\"timezoneregion-europe\";i:579;s:21:\"timezoneregion-indian\";i:580;s:22:\"timezoneregion-pacific\";i:581;s:19:\"prefs-searchoptions\";i:582;s:16:\"prefs-namespaces\";i:583;s:11:\"prefs-files\";i:584;s:24:\"prefs-emailconfirm-label\";i:585;s:9:\"youremail\";i:586;s:8:\"username\";i:587;s:18:\"prefs-registration\";i:588;s:12:\"yourrealname\";i:589;s:12:\"yourlanguage\";i:590;s:11:\"yourvariant\";i:591;s:8:\"yournick\";i:592;s:6:\"badsig\";i:593;s:11:\"gender-male\";i:594;s:13:\"gender-female\";i:595;s:5:\"email\";i:596;s:25:\"prefs-help-email-required\";i:597;s:10:\"prefs-info\";i:598;s:10:\"prefs-i18n\";i:599;s:15:\"prefs-signature\";i:600;s:16:\"prefs-dateformat\";i:601;s:16:\"prefs-timeoffset\";i:602;s:12:\"prefs-editor\";i:603;s:13:\"prefs-preview\";i:604;s:16:\"prefs-advancedrc\";i:605;s:23:\"prefs-advancedrendering\";i:606;s:27:\"prefs-advancedsearchoptions\";i:607;s:23:\"prefs-advancedwatchlist\";i:608;s:15:\"prefs-displayrc\";i:609;s:22:\"prefs-displaywatchlist\";i:610;s:20:\"prefs-tokenwatchlist\";i:611;s:22:\"userrights-lookup-user\";i:612;s:24:\"userrights-user-editname\";i:613;s:13:\"editusergroup\";i:614;s:24:\"userrights-editusergroup\";i:615;s:23:\"userrights-groupsmember\";i:616;s:17:\"userrights-reason\";i:617;s:21:\"userrights-nodatabase\";i:618;s:25:\"userrights-changeable-col\";i:619;s:27:\"userrights-unchangeable-col\";i:620;s:5:\"group\";i:621;s:10:\"group-user\";i:622;s:19:\"group-autoconfirmed\";i:623;s:9:\"group-bot\";i:624;s:11:\"group-sysop\";i:625;s:16:\"group-bureaucrat\";i:626;s:9:\"group-all\";i:627;s:17:\"group-user-member\";i:628;s:26:\"group-autoconfirmed-member\";i:629;s:16:\"group-bot-member\";i:630;s:18:\"group-sysop-member\";i:631;s:23:\"group-bureaucrat-member\";i:632;s:14:\"grouppage-user\";i:633;s:23:\"grouppage-autoconfirmed\";i:634;s:13:\"grouppage-bot\";i:635;s:15:\"grouppage-sysop\";i:636;s:20:\"grouppage-bureaucrat\";i:637;s:10:\"right-read\";i:638;s:10:\"right-edit\";i:639;s:16:\"right-createtalk\";i:640;s:19:\"right-createaccount\";i:641;s:15:\"right-minoredit\";i:642;s:10:\"right-move\";i:643;s:19:\"right-move-subpages\";i:644;s:24:\"right-move-categorypages\";i:645;s:14:\"right-movefile\";i:646;s:12:\"right-upload\";i:647;s:14:\"right-reupload\";i:648;s:19:\"right-upload_by_url\";i:649;s:14:\"right-writeapi\";i:650;s:12:\"right-delete\";i:651;s:15:\"right-bigdelete\";i:652;s:19:\"right-browsearchive\";i:653;s:14:\"right-undelete\";i:654;s:20:\"right-viewsuppressed\";i:655;s:22:\"right-editcontentmodel\";i:656;s:19:\"right-editinterface\";i:657;s:17:\"right-editusercss\";i:658;s:18:\"right-edituserjson\";i:659;s:16:\"right-edituserjs\";i:660;s:19:\"right-editmyusercss\";i:661;s:20:\"right-editmyuserjson\";i:662;s:18:\"right-editmyuserjs\";i:663;s:21:\"right-viewmywatchlist\";i:664;s:19:\"right-editmyoptions\";i:665;s:20:\"right-unwatchedpages\";i:666;s:18:\"right-mergehistory\";i:667;s:15:\"right-sendemail\";i:668;s:14:\"newuserlogpage\";i:669;s:11:\"action-read\";i:670;s:22:\"skin-action-addsection\";i:671;s:11:\"action-edit\";i:672;s:17:\"action-createpage\";i:673;s:17:\"action-createtalk\";i:674;s:20:\"action-createaccount\";i:675;s:14:\"action-history\";i:676;s:16:\"action-minoredit\";i:677;s:11:\"action-move\";i:678;s:20:\"action-move-subpages\";i:679;s:25:\"action-move-categorypages\";i:680;s:15:\"action-movefile\";i:681;s:13:\"action-upload\";i:682;s:15:\"action-reupload\";i:683;s:20:\"action-upload_by_url\";i:684;s:15:\"action-writeapi\";i:685;s:13:\"action-delete\";i:686;s:21:\"action-deleterevision\";i:687;s:21:\"action-deletedhistory\";i:688;s:20:\"action-browsearchive\";i:689;s:15:\"action-undelete\";i:690;s:23:\"action-suppressrevision\";i:691;s:14:\"action-protect\";i:692;s:13:\"action-import\";i:693;s:19:\"action-importupload\";i:694;s:21:\"action-unwatchedpages\";i:695;s:16:\"action-sendemail\";i:696;s:22:\"action-editmywatchlist\";i:697;s:22:\"action-viewmywatchlist\";i:698;s:8:\"nchanges\";i:699;s:27:\"enhancedrc-since-last-visit\";i:700;s:18:\"enhancedrc-history\";i:701;s:13:\"recentchanges\";i:702;s:20:\"recentchanges-legend\";i:703;s:21:\"recentchanges-summary\";i:704;s:27:\"recentchanges-label-newpage\";i:705;s:25:\"recentchanges-label-minor\";i:706;s:23:\"recentchanges-label-bot\";i:707;s:31:\"recentchanges-label-unpatrolled\";i:708;s:29:\"recentchanges-label-plusminus\";i:709;s:28:\"recentchanges-legend-heading\";i:710;s:28:\"recentchanges-legend-newpage\";i:711;s:10:\"rclistfrom\";i:712;s:15:\"rcshowhideminor\";i:713;s:20:\"rcshowhideminor-show\";i:714;s:20:\"rcshowhideminor-hide\";i:715;s:14:\"rcshowhidebots\";i:716;s:19:\"rcshowhidebots-show\";i:717;s:19:\"rcshowhidebots-hide\";i:718;s:13:\"rcshowhideliu\";i:719;s:18:\"rcshowhideliu-show\";i:720;s:18:\"rcshowhideliu-hide\";i:721;s:15:\"rcshowhideanons\";i:722;s:20:\"rcshowhideanons-show\";i:723;s:20:\"rcshowhideanons-hide\";i:724;s:14:\"rcshowhidepatr\";i:725;s:19:\"rcshowhidepatr-show\";i:726;s:19:\"rcshowhidepatr-hide\";i:727;s:14:\"rcshowhidemine\";i:728;s:19:\"rcshowhidemine-show\";i:729;s:19:\"rcshowhidemine-hide\";i:730;s:7:\"rclinks\";i:731;s:4:\"diff\";i:732;s:4:\"hist\";i:733;s:4:\"hide\";i:734;s:4:\"show\";i:735;s:15:\"minoreditletter\";i:736;s:13:\"newpageletter\";i:737;s:13:\"boteditletter\";i:738;s:18:\"rc-change-size-new\";i:739;s:17:\"newsectionsummary\";i:740;s:19:\"recentchangeslinked\";i:741;s:24:\"recentchangeslinked-feed\";i:742;s:27:\"recentchangeslinked-toolbox\";i:743;s:25:\"recentchangeslinked-title\";i:744;s:27:\"recentchangeslinked-summary\";i:745;s:24:\"recentchangeslinked-page\";i:746;s:22:\"recentchangeslinked-to\";i:747;s:6:\"upload\";i:748;s:9:\"uploadbtn\";i:749;s:13:\"uploadnologin\";i:750;s:11:\"uploaderror\";i:751;s:13:\"uploadlogpage\";i:752;s:8:\"filename\";i:753;s:8:\"filedesc\";i:754;s:17:\"fileuploadsummary\";i:755;s:19:\"filereuploadsummary\";i:756;s:10:\"filesource\";i:757;s:10:\"minlength1\";i:758;s:16:\"filename-toolong\";i:759;s:11:\"badfilename\";i:760;s:16:\"filetype-missing\";i:761;s:10:\"empty-file\";i:762;s:14:\"file-too-large\";i:763;s:17:\"filename-tooshort\";i:764;s:15:\"filetype-banned\";i:765;s:18:\"verification-error\";i:766;s:16:\"illegal-filename\";i:767;s:9:\"overwrite\";i:768;s:13:\"unknown-error\";i:769;s:8:\"savefile\";i:770;s:11:\"uploadvirus\";i:771;s:13:\"upload-source\";i:772;s:14:\"sourcefilename\";i:773;s:9:\"sourceurl\";i:774;s:12:\"destfilename\";i:775;s:18:\"upload-maxfilesize\";i:776;s:18:\"upload-description\";i:777;s:14:\"upload-options\";i:778;s:15:\"watchthisupload\";i:779;s:18:\"upload-proto-error\";i:780;s:17:\"upload-file-error\";i:781;s:17:\"upload-misc-error\";i:782;s:17:\"upload-http-error\";i:783;s:19:\"upload-dialog-title\";i:784;s:27:\"upload-dialog-button-cancel\";i:785;s:25:\"upload-dialog-button-done\";i:786;s:25:\"upload-dialog-button-save\";i:787;s:27:\"upload-dialog-button-upload\";i:788;s:32:\"upload-form-label-infoform-title\";i:789;s:31:\"upload-form-label-infoform-name\";i:790;s:38:\"upload-form-label-infoform-description\";i:791;s:29:\"upload-form-label-usage-title\";i:792;s:32:\"upload-form-label-usage-filename\";i:793;s:22:\"backend-fail-notexists\";i:794;s:19:\"backend-fail-delete\";i:795;s:17:\"backend-fail-read\";i:796;s:19:\"backend-fail-create\";i:797;s:11:\"uploadstash\";i:798;s:16:\"http-invalid-url\";i:799;s:15:\"http-read-error\";i:800;s:18:\"upload-curl-error6\";i:801;s:14:\"license-header\";i:802;s:9:\"nolicense\";i:803;s:17:\"license-nopreview\";i:804;s:18:\"upload_source_file\";i:805;s:16:\"listfiles-delete\";i:806;s:7:\"imgfile\";i:807;s:16:\"file-anchor-link\";i:808;s:8:\"filehist\";i:809;s:13:\"filehist-help\";i:810;s:15:\"filehist-revert\";i:811;s:16:\"filehist-current\";i:812;s:17:\"filehist-datetime\";i:813;s:14:\"filehist-thumb\";i:814;s:18:\"filehist-thumbtext\";i:815;s:13:\"filehist-user\";i:816;s:19:\"filehist-dimensions\";i:817;s:16:\"filehist-comment\";i:818;s:10:\"imagelinks\";i:819;s:12:\"linkstoimage\";i:820;s:14:\"nolinkstoimage\";i:821;s:22:\"sharedupload-desc-here\";i:822;s:22:\"upload-disallowed-here\";i:823;s:10:\"mimesearch\";i:824;s:8:\"mimetype\";i:825;s:14:\"unwatchedpages\";i:826;s:18:\"unusedtemplateswlh\";i:827;s:10:\"randompage\";i:828;s:25:\"randomincategory-category\";i:829;s:23:\"randomincategory-legend\";i:830;s:23:\"randomincategory-submit\";i:831;s:10:\"statistics\";i:832;s:23:\"statistics-header-pages\";i:833;s:23:\"statistics-header-edits\";i:834;s:23:\"statistics-header-users\";i:835;s:23:\"statistics-header-hooks\";i:836;s:16:\"statistics-pages\";i:837;s:16:\"statistics-files\";i:838;s:20:\"pageswithprop-submit\";i:839;s:20:\"brokenredirects-edit\";i:840;s:22:\"brokenredirects-delete\";i:841;s:16:\"withoutinterwiki\";i:842;s:24:\"withoutinterwiki-summary\";i:843;s:23:\"withoutinterwiki-submit\";i:844;s:6:\"nbytes\";i:845;s:8:\"nmembers\";i:846;s:23:\"uncategorizedcategories\";i:847;s:19:\"uncategorizedimages\";i:848;s:22:\"uncategorizedtemplates\";i:849;s:16:\"unusedcategories\";i:850;s:12:\"unusedimages\";i:851;s:16:\"wantedcategories\";i:852;s:11:\"wantedpages\";i:853;s:11:\"wantedfiles\";i:854;s:15:\"wantedtemplates\";i:855;s:10:\"mostlinked\";i:856;s:20:\"mostlinkedcategories\";i:857;s:14:\"mostcategories\";i:858;s:10:\"mostimages\";i:859;s:10:\"shortpages\";i:860;s:9:\"longpages\";i:861;s:19:\"protectedpages-page\";i:862;s:21:\"protectedpages-reason\";i:863;s:32:\"protectedpages-unknown-timestamp\";i:864;s:8:\"newpages\";i:865;s:17:\"newpages-username\";i:866;s:12:\"ancientpages\";i:867;s:4:\"move\";i:868;s:12:\"movethispage\";i:869;s:13:\"pager-older-n\";i:870;s:11:\"booksources\";i:871;s:25:\"booksources-search-legend\";i:872;s:18:\"booksources-search\";i:873;s:3:\"log\";i:874;s:18:\"log-title-wildcard\";i:875;s:8:\"allpages\";i:876;s:8:\"nextpage\";i:877;s:8:\"prevpage\";i:878;s:11:\"allarticles\";i:879;s:14:\"allinnamespace\";i:880;s:14:\"allpagessubmit\";i:881;s:10:\"categories\";i:882;s:32:\"sp-deletedcontributions-contribs\";i:883;s:14:\"linksearch-pat\";i:884;s:13:\"linksearch-ns\";i:885;s:13:\"linksearch-ok\";i:886;s:16:\"listusers-submit\";i:887;s:18:\"listusers-noresult\";i:888;s:20:\"activeusers-noresult\";i:889;s:15:\"listgrouprights\";i:890;s:21:\"listgrouprights-group\";i:891;s:22:\"listgrouprights-rights\";i:892;s:24:\"listgrouprights-helppage\";i:893;s:23:\"listgrouprights-members\";i:894;s:28:\"listgrouprights-addgroup-all\";i:895;s:31:\"listgrouprights-removegroup-all\";i:896;s:45:\"listgrouprights-namespaceprotection-namespace\";i:897;s:18:\"trackingcategories\";i:898;s:22:\"trackingcategories-msg\";i:899;s:23:\"trackingcategories-name\";i:900;s:11:\"mailnologin\";i:901;s:9:\"emailuser\";i:902;s:24:\"emailuser-title-notarget\";i:903;s:12:\"noemailtitle\";i:904;s:13:\"emailusername\";i:905;s:19:\"emailusernamesubmit\";i:906;s:12:\"emailmessage\";i:907;s:9:\"emailsend\";i:908;s:9:\"emailccme\";i:909;s:9:\"emailsent\";i:910;s:13:\"emailsenttext\";i:911;s:19:\"usermessage-summary\";i:912;s:9:\"watchlist\";i:913;s:11:\"mywatchlist\";i:914;s:13:\"watchlistfor2\";i:915;s:12:\"watchnologin\";i:916;s:8:\"addwatch\";i:917;s:11:\"removewatch\";i:918;s:22:\"removedwatchtext-short\";i:919;s:5:\"watch\";i:920;s:13:\"watchthispage\";i:921;s:7:\"unwatch\";i:922;s:15:\"unwatchthispage\";i:923;s:8:\"watching\";i:924;s:10:\"unwatching\";i:925;s:28:\"enotif_impersonal_salutation\";i:926;s:18:\"enotif_anon_editor\";i:927;s:7:\"created\";i:928;s:7:\"changed\";i:929;s:17:\"deletepage-submit\";i:930;s:7:\"confirm\";i:931;s:9:\"excontent\";i:932;s:15:\"excontentauthor\";i:933;s:14:\"delete-confirm\";i:934;s:13:\"delete-legend\";i:935;s:14:\"actioncomplete\";i:936;s:12:\"actionfailed\";i:937;s:10:\"dellogpage\";i:938;s:14:\"dellogpagetext\";i:939;s:11:\"deletionlog\";i:940;s:8:\"reverted\";i:941;s:13:\"deletecomment\";i:942;s:21:\"deletereasonotherlist\";i:943;s:22:\"delete-edit-reasonlist\";i:944;s:15:\"deleteprotected\";i:945;s:8:\"rollback\";i:946;s:12:\"rollbacklink\";i:947;s:17:\"rollbacklinkcount\";i:948;s:20:\"sessionfailure-title\";i:949;s:18:\"changecontentmodel\";i:950;s:25:\"changecontentmodel-legend\";i:951;s:30:\"changecontentmodel-title-label\";i:952;s:30:\"changecontentmodel-model-label\";i:953;s:31:\"changecontentmodel-reason-label\";i:954;s:32:\"changecontentmodel-success-title\";i:955;s:21:\"log-name-contentmodel\";i:956;s:14:\"protectlogpage\";i:957;s:14:\"prot_1movedto2\";i:958;s:26:\"protect-badnamespace-title\";i:959;s:25:\"protect-badnamespace-text\";i:960;s:32:\"protect-norestrictiontypes-title\";i:961;s:14:\"protect-legend\";i:962;s:14:\"protectcomment\";i:963;s:13:\"protectexpiry\";i:964;s:22:\"protect_expiry_invalid\";i:965;s:15:\"protect-default\";i:966;s:27:\"protect-level-autoconfirmed\";i:967;s:19:\"protect-level-sysop\";i:968;s:23:\"protect-summary-cascade\";i:969;s:16:\"protect-expiring\";i:970;s:22:\"protect-expiring-local\";i:971;s:17:\"protect-othertime\";i:972;s:20:\"protect-othertime-op\";i:973;s:22:\"protect-otherreason-op\";i:974;s:23:\"protect-edit-reasonlist\";i:975;s:16:\"restriction-type\";i:976;s:12:\"minimum-size\";i:977;s:12:\"maximum-size\";i:978;s:8:\"pagesize\";i:979;s:16:\"restriction-edit\";i:980;s:16:\"restriction-move\";i:981;s:18:\"restriction-create\";i:982;s:18:\"restriction-upload\";i:983;s:23:\"restriction-level-sysop\";i:984;s:31:\"restriction-level-autoconfirmed\";i:985;s:8:\"undelete\";i:986;s:12:\"undeletepage\";i:987;s:15:\"viewdeletedpage\";i:988;s:23:\"skin-action-viewdeleted\";i:989;s:23:\"undelete-fieldset-title\";i:990;s:11:\"undeletebtn\";i:991;s:12:\"undeletelink\";i:992;s:16:\"undeleteviewlink\";i:993;s:15:\"undeletecomment\";i:994;s:21:\"undelete-search-title\";i:995;s:19:\"undelete-search-box\";i:996;s:22:\"undelete-search-prefix\";i:997;s:22:\"undelete-search-submit\";i:998;s:25:\"undelete-show-file-submit\";i:999;s:9:\"namespace\";i:1000;s:6:\"invert\";i:1001;s:14:\"tooltip-invert\";i:1002;s:21:\"namespace_association\";i:1003;s:29:\"tooltip-namespace_association\";i:1004;s:14:\"blanknamespace\";i:1005;s:23:\"tool-link-contributions\";i:1006;s:19:\"contributions-title\";i:1007;s:9:\"mycontris\";i:1008;s:12:\"anoncontribs\";i:1009;s:11:\"contribsub2\";i:1010;s:30:\"contributions-userdoesnotexist\";i:1011;s:5:\"uctop\";i:1012;s:5:\"month\";i:1013;s:4:\"year\";i:1014;s:21:\"sp-contributions-logs\";i:1015;s:21:\"sp-contributions-talk\";i:1016;s:25:\"sp-contributions-username\";i:1017;s:23:\"sp-contributions-submit\";i:1018;s:13:\"whatlinkshere\";i:1019;s:19:\"whatlinkshere-title\";i:1020;s:18:\"whatlinkshere-page\";i:1021;s:9:\"linkshere\";i:1022;s:10:\"isredirect\";i:1023;s:10:\"istemplate\";i:1024;s:7:\"isimage\";i:1025;s:18:\"whatlinkshere-prev\";i:1026;s:18:\"whatlinkshere-next\";i:1027;s:19:\"whatlinkshere-links\";i:1028;s:24:\"whatlinkshere-hideredirs\";i:1029;s:23:\"whatlinkshere-hidetrans\";i:1030;s:23:\"whatlinkshere-hidelinks\";i:1031;s:19:\"ipaddressorusername\";i:1032;s:9:\"ipbreason\";i:1033;s:11:\"ipbemailban\";i:1034;s:10:\"ipboptions\";i:1035;s:12:\"badipaddress\";i:1036;s:16:\"blocklist-reason\";i:1037;s:18:\"ipblocklist-submit\";i:1038;s:17:\"ipblocklist-empty\";i:1039;s:9:\"blocklink\";i:1040;s:11:\"unblocklink\";i:1041;s:16:\"change-blocklink\";i:1042;s:12:\"contribslink\";i:1043;s:11:\"movelogpage\";i:1044;s:10:\"revertmove\";i:1045;s:6:\"export\";i:1046;s:17:\"export-addcattext\";i:1047;s:13:\"export-addcat\";i:1048;s:16:\"export-addnstext\";i:1049;s:12:\"export-addns\";i:1050;s:11:\"allmessages\";i:1051;s:15:\"allmessagesname\";i:1052;s:18:\"allmessagescurrent\";i:1053;s:25:\"allmessages-filter-legend\";i:1054;s:29:\"allmessages-filter-unmodified\";i:1055;s:22:\"allmessages-filter-all\";i:1056;s:27:\"allmessages-filter-modified\";i:1057;s:20:\"allmessages-language\";i:1058;s:25:\"allmessages-filter-submit\";i:1059;s:28:\"allmessages-filter-translate\";i:1060;s:14:\"thumbnail-more\";i:1061;s:11:\"filemissing\";i:1062;s:22:\"thumbnail_error_remote\";i:1063;s:27:\"import-interwiki-sourcewiki\";i:1064;s:27:\"import-interwiki-sourcepage\";i:1065;s:23:\"import-interwiki-submit\";i:1066;s:24:\"import-mapping-namespace\";i:1067;s:22:\"import-upload-filename\";i:1068;s:14:\"import-comment\";i:1069;s:19:\"tooltip-pt-userpage\";i:1070;s:17:\"tooltip-pt-mytalk\";i:1071;s:22:\"tooltip-pt-preferences\";i:1072;s:20:\"tooltip-pt-watchlist\";i:1073;s:20:\"tooltip-pt-mycontris\";i:1074;s:16:\"tooltip-pt-login\";i:1075;s:17:\"tooltip-pt-logout\";i:1076;s:24:\"tooltip-pt-createaccount\";i:1077;s:15:\"tooltip-ca-talk\";i:1078;s:15:\"tooltip-ca-edit\";i:1079;s:21:\"tooltip-ca-addsection\";i:1080;s:21:\"tooltip-ca-viewsource\";i:1081;s:18:\"tooltip-ca-history\";i:1082;s:15:\"tooltip-ca-move\";i:1083;s:16:\"tooltip-ca-watch\";i:1084;s:18:\"tooltip-ca-unwatch\";i:1085;s:14:\"tooltip-search\";i:1086;s:17:\"tooltip-search-go\";i:1087;s:23:\"tooltip-search-fulltext\";i:1088;s:14:\"tooltip-p-logo\";i:1089;s:18:\"tooltip-n-mainpage\";i:1090;s:30:\"tooltip-n-mainpage-description\";i:1091;s:16:\"tooltip-n-portal\";i:1092;s:23:\"tooltip-n-currentevents\";i:1093;s:23:\"tooltip-n-recentchanges\";i:1094;s:20:\"tooltip-n-randompage\";i:1095;s:14:\"tooltip-n-help\";i:1096;s:23:\"tooltip-t-whatlinkshere\";i:1097;s:29:\"tooltip-t-recentchangeslinked\";i:1098;s:17:\"tooltip-feed-atom\";i:1099;s:23:\"tooltip-t-contributions\";i:1100;s:16:\"tooltip-t-upload\";i:1101;s:22:\"tooltip-t-specialpages\";i:1102;s:15:\"tooltip-t-print\";i:1103;s:19:\"tooltip-t-permalink\";i:1104;s:21:\"tooltip-ca-nstab-main\";i:1105;s:21:\"tooltip-ca-nstab-user\";i:1106;s:24:\"tooltip-ca-nstab-special\";i:1107;s:24:\"tooltip-ca-nstab-project\";i:1108;s:22:\"tooltip-ca-nstab-image\";i:1109;s:26:\"tooltip-ca-nstab-mediawiki\";i:1110;s:25:\"tooltip-ca-nstab-template\";i:1111;s:25:\"tooltip-ca-nstab-category\";i:1112;s:17:\"tooltip-minoredit\";i:1113;s:12:\"tooltip-save\";i:1114;s:15:\"tooltip-preview\";i:1115;s:12:\"tooltip-diff\";i:1116;s:16:\"tooltip-rollback\";i:1117;s:12:\"tooltip-undo\";i:1118;s:15:\"tooltip-summary\";i:1119;s:20:\"simpleantispam-label\";i:1120;s:17:\"pageinfo-language\";i:1121;s:20:\"pageinfo-toolboxlink\";i:1122;s:12:\"previousdiff\";i:1123;s:8:\"nextdiff\";i:1124;s:14:\"file-info-size\";i:1125;s:12:\"file-nohires\";i:1126;s:13:\"svg-long-desc\";i:1127;s:14:\"show-big-image\";i:1128;s:22:\"show-big-image-preview\";i:1129;s:20:\"show-big-image-other\";i:1130;s:19:\"show-big-image-size\";i:1131;s:8:\"ilsubmit\";i:1132;s:14:\"bad_image_list\";i:1133;s:8:\"metadata\";i:1134;s:13:\"metadata-help\";i:1135;s:15:\"metadata-fields\";i:1136;s:13:\"namespacesall\";i:1137;s:9:\"monthsall\";i:1138;s:9:\"signature\";i:1139;s:26:\"fileduplicatesearch-submit\";i:1140;s:12:\"specialpages\";i:1141;s:24:\"specialpages-group-login\";i:1142;s:10:\"tag-filter\";i:1143;s:16:\"tag-list-wrapper\";i:1144;s:10:\"deletepage\";i:1145;s:22:\"logentry-delete-delete\";i:1146;s:18:\"logentry-move-move\";i:1147;s:24:\"logentry-newusers-create\";i:1148;s:22:\"logentry-upload-upload\";i:1149;s:16:\"feedback-message\";i:1150;s:20:\"searchsuggest-search\";i:1151;s:18:\"api-error-badtoken\";i:1152;s:22:\"expand_templates_input\";i:1153;s:23:\"expand_templates_output\";i:1154;s:27:\"expand_templates_xml_output\";i:1155;s:19:\"expand_templates_ok\";i:1156;s:32:\"expand_templates_remove_comments\";i:1157;s:24:\"expand_templates_preview\";i:1158;s:12:\"pagelanguage\";i:1159;s:13:\"pagelang-name\";i:1160;s:17:\"pagelang-language\";i:1161;s:20:\"pagelang-select-lang\";i:1162;s:14:\"right-pagelang\";i:1163;s:15:\"action-pagelang\";i:1164;s:17:\"log-name-pagelang\";i:1165;s:30:\"mediastatistics-table-mimetype\";i:1166;s:27:\"mediastatistics-table-count\";i:1167;s:32:\"mediastatistics-table-totalbytes\";i:1168;s:30:\"mediastatistics-header-unknown\";i:1169;s:30:\"mediastatistics-header-drawing\";i:1170;s:28:\"mediastatistics-header-audio\";i:1171;s:28:\"mediastatistics-header-video\";i:1172;s:33:\"mediastatistics-header-multimedia\";i:1173;s:29:\"mediastatistics-header-office\";i:1174;s:27:\"mediastatistics-header-text\";i:1175;s:30:\"mediastatistics-header-archive\";i:1176;s:25:\"json-error-state-mismatch\";i:1177;s:17:\"json-error-syntax\";i:1178;s:21:\"headline-anchor-title\";i:1179;s:30:\"special-characters-group-latin\";i:1180;s:38:\"special-characters-group-latinextended\";i:1181;s:28:\"special-characters-group-ipa\";i:1182;s:32:\"special-characters-group-symbols\";i:1183;s:30:\"special-characters-group-greek\";i:1184;s:33:\"special-characters-group-cyrillic\";i:1185;s:31:\"special-characters-group-arabic\";i:1186;s:39:\"special-characters-group-arabicextended\";i:1187;s:32:\"special-characters-group-persian\";i:1188;s:31:\"special-characters-group-hebrew\";i:1189;s:31:\"special-characters-group-bangla\";i:1190;s:30:\"special-characters-group-tamil\";i:1191;s:31:\"special-characters-group-telugu\";i:1192;s:32:\"special-characters-group-sinhala\";i:1193;s:33:\"special-characters-group-gujarati\";i:1194;s:35:\"special-characters-group-devanagari\";i:1195;s:29:\"special-characters-group-thai\";i:1196;s:28:\"special-characters-group-lao\";i:1197;s:30:\"special-characters-group-khmer\";i:1198;s:31:\"special-characters-title-endash\";i:1199;s:31:\"special-characters-title-emdash\";i:1200;s:30:\"special-characters-title-minus\";i:1201;s:28:\"mw-widgets-dateinput-no-date\";i:1202;s:42:\"mw-widgets-titleinput-description-new-page\";i:1203;s:42:\"mw-widgets-titleinput-description-redirect\";i:1204;s:22:\"skin-view-create-local\";i:1205;s:14:\"nstab-mainpage\";i:1206;s:20:\"skin-view-edit-local\";i:1207;s:19:\"skin-action-protect\";i:1208;s:20:\"skin-action-undelete\";i:1209;s:18:\"skin-action-delete\";i:1210;s:16:\"skin-action-move\";i:1211;s:24:\"vector-action-addsection\";i:1212;s:20:\"vector-action-delete\";i:1213;s:18:\"vector-action-move\";i:1214;s:21:\"vector-action-protect\";i:1215;s:22:\"vector-action-undelete\";i:1216;s:23:\"vector-action-unprotect\";i:1217;s:18:\"vector-view-create\";i:1218;s:16:\"vector-view-edit\";i:1219;s:19:\"vector-view-history\";i:1220;s:16:\"vector-view-view\";i:1221;s:22:\"vector-view-viewsource\";i:1222;s:19:\"vector-more-actions\";i:1223;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:1224;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:1225;s:37:\"mobile-frontend-changeslist-nocomment\";i:1226;s:25:\"mobile-frontend-copyright\";i:1227;s:27:\"mobile-frontend-editor-edit\";i:1228;s:32:\"mobile-frontend-featured-article\";i:1229;s:29:\"mobile-frontend-generic-login\";i:1230;s:36:\"mobile-frontend-generic-login-action\";i:1231;s:27:\"mobile-frontend-home-button\";i:1232;s:40:\"mobile-frontend-language-article-heading\";i:1233;s:34:\"mobile-frontend-last-modified-date\";i:1234;s:21:\"mobile-frontend-login\";i:1235;s:40:\"mobile-frontend-main-menu-account-create\";i:1236;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:1237;s:31:\"mobile-frontend-main-menu-login\";i:1238;s:32:\"mobile-frontend-main-menu-nearby\";i:1239;s:34:\"mobile-frontend-main-menu-settings\";i:1240;s:35:\"mobile-frontend-main-menu-watchlist\";i:1241;s:26:\"mobile-frontend-news-items\";i:1242;s:36:\"mobile-frontend-password-placeholder\";i:1243;s:27:\"mobile-frontend-placeholder\";i:1244;s:33:\"mobile-frontend-privacy-link-text\";i:1245;s:29:\"mobile-frontend-random-button\";i:1246;s:26:\"mobile-frontend-terms-text\";i:1247;s:36:\"mobile-frontend-username-placeholder\";i:1248;s:20:\"mobile-frontend-view\";i:1249;s:28:\"mobile-frontend-view-desktop\";i:1250;s:27:\"mobile-frontend-view-mobile\";i:1251;s:15:\"tag-mobile_edit\";i:1252;s:19:\"tag-mobile_web_edit\";i:1253;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:1254;s:7:\"sidebar\";i:1255;s:16:\"tog-watchuploads\";i:1256;s:17:\"tog-watchrollback\";i:1257;s:32:\"tog-watchlistreloadautomatically\";i:1258;s:25:\"tog-watchlistunwatchlinks\";i:1259;s:31:\"tog-watchlisthidecategorization\";i:1260;s:28:\"tog-showrollbackconfirmation\";i:1261;s:16:\"tog-requireemail\";i:1262;s:17:\"underline-default\";i:1263;s:18:\"editfont-monospace\";i:1264;s:18:\"editfont-sansserif\";i:1265;s:14:\"editfont-serif\";i:1266;s:9:\"period-am\";i:1267;s:9:\"period-pm\";i:1268;s:18:\"pagecategorieslink\";i:1269;s:25:\"categoryviewer-pagedlinks\";i:1270;s:24:\"category-header-numerals\";i:1271;s:9:\"sitetitle\";i:1272;s:12:\"sitesubtitle\";i:1273;s:14:\"help-mediawiki\";i:1274;s:23:\"search-ignored-headings\";i:1275;s:13:\"history_small\";i:1276;s:35:\"printableversion-deprecated-warning\";i:1277;s:10:\"addsection\";i:1278;s:8:\"cactions\";i:1279;s:20:\"tool-link-userrights\";i:1280;s:29:\"tool-link-userrights-readonly\";i:1281;s:19:\"tool-link-emailuser\";i:1282;s:14:\"talkpageheader\";i:1283;s:15:\"view-pool-error\";i:1284;s:18:\"generic-pool-error\";i:1285;s:16:\"pool-servererror\";i:1286;s:22:\"view-pool-dirty-output\";i:1287;s:20:\"view-pool-contention\";i:1288;s:17:\"view-pool-timeout\";i:1289;s:12:\"edithelppage\";i:1290;s:8:\"helppage\";i:1291;s:14:\"mainpage-title\";i:1292;s:23:\"mainpage-title-loggedin\";i:1293;s:16:\"badaccess-groups\";i:1294;s:9:\"pagetitle\";i:1295;s:23:\"pagetitle-view-mainpage\";i:1296;s:16:\"backlinksubtitle\";i:1297;s:27:\"youhavenewmessagesfromusers\";i:1298;s:27:\"youhavenewmessagesmanyusers\";i:1299;s:9:\"feed-atom\";i:1300;s:8:\"feed-rss\";i:1301;s:10:\"sitenotice\";i:1302;s:10:\"anonnotice\";i:1303;s:28:\"newsectionheaderdefaultlevel\";i:1304;s:12:\"sort-initial\";i:1305;s:18:\"sort-rowspan-error\";i:1306;s:10:\"nstab-talk\";i:1307;s:16:\"nosuchactiontext\";i:1308;s:17:\"nospecialpagetext\";i:1309;s:18:\"databaseerror-text\";i:1310;s:20:\"databaseerror-textcl\";i:1311;s:35:\"transaction-duration-limit-exceeded\";i:1312;s:39:\"transaction-max-statement-time-exceeded\";i:1313;s:15:\"enterlockreason\";i:1314;s:12:\"readonlytext\";i:1315;s:15:\"missing-article\";i:1316;s:12:\"readonly_lag\";i:1317;s:26:\"nonwrite-api-promise-error\";i:1318;s:12:\"timeouterror\";i:1319;s:17:\"timeouterror-text\";i:1320;s:29:\"internalerror-fatal-exception\";i:1321;s:10:\"unexpected\";i:1322;s:16:\"delete-scheduled\";i:1323;s:19:\"delete-hook-aborted\";i:1324;s:16:\"no-null-revision\";i:1325;s:13:\"title-invalid\";i:1326;s:19:\"title-invalid-empty\";i:1327;s:18:\"title-invalid-utf8\";i:1328;s:23:\"title-invalid-interwiki\";i:1329;s:28:\"title-invalid-talk-namespace\";i:1330;s:22:\"title-invalid-relative\";i:1331;s:25:\"title-invalid-magic-tilde\";i:1332;s:22:\"title-invalid-too-long\";i:1333;s:27:\"title-invalid-leading-colon\";i:1334;s:10:\"perfcached\";i:1335;s:12:\"perfcachedts\";i:1336;s:20:\"querypage-no-updates\";i:1337;s:28:\"querypage-updates-periodical\";i:1338;s:22:\"skin-action-viewsource\";i:1339;s:15:\"actionthrottled\";i:1340;s:19:\"actionthrottledtext\";i:1341;s:18:\"protectedinterface\";i:1342;s:16:\"editinginterface\";i:1343;s:16:\"cascadeprotected\";i:1344;s:18:\"customcssprotected\";i:1345;s:19:\"customjsonprotected\";i:1346;s:17:\"customjsprotected\";i:1347;s:16:\"sitecssprotected\";i:1348;s:17:\"sitejsonprotected\";i:1349;s:15:\"sitejsprotected\";i:1350;s:20:\"siterawhtmlprotected\";i:1351;s:21:\"mycustomjsonprotected\";i:1352;s:14:\"titleprotected\";i:1353;s:17:\"filereadonlyerror\";i:1354;s:12:\"invalidtitle\";i:1355;s:27:\"invalidtitle-knownnamespace\";i:1356;s:29:\"invalidtitle-unknownnamespace\";i:1357;s:29:\"exception-nologin-text-manual\";i:1358;s:10:\"logouttext\";i:1359;s:18:\"logging-out-notify\";i:1360;s:13:\"logout-failed\";i:1361;s:21:\"cannotlogoutnow-title\";i:1362;s:20:\"cannotlogoutnow-text\";i:1363;s:19:\"welcomecreation-msg\";i:1364;s:23:\"createacct-helpusername\";i:1365;s:24:\"createacct-username-help\";i:1366;s:23:\"prefs-help-yourpassword\";i:1367;s:24:\"createacct-useuniquepass\";i:1368;s:17:\"cannotlogin-title\";i:1369;s:16:\"cannotlogin-text\";i:1370;s:20:\"cannotloginnow-title\";i:1371;s:19:\"cannotloginnow-text\";i:1372;s:25:\"cannotcreateaccount-title\";i:1373;s:24:\"cannotcreateaccount-text\";i:1374;s:15:\"externaldberror\";i:1375;s:14:\"login-security\";i:1376;s:11:\"loginprompt\";i:1377;s:18:\"userlogout-summary\";i:1378;s:13:\"helplogin-url\";i:1379;s:18:\"userlogin-loggedin\";i:1380;s:16:\"userlogin-reauth\";i:1381;s:17:\"createaccountmail\";i:1382;s:22:\"createaccountmail-help\";i:1383;s:22:\"createacct-reason-help\";i:1384;s:25:\"createacct-reason-confirm\";i:1385;s:26:\"createacct-imgcaptcha-help\";i:1386;s:26:\"createacct-continue-submit\";i:1387;s:34:\"createacct-another-continue-submit\";i:1388;s:24:\"createacct-benefit-icon1\";i:1389;s:24:\"createacct-benefit-head1\";i:1390;s:24:\"createacct-benefit-icon2\";i:1391;s:24:\"createacct-benefit-head2\";i:1392;s:24:\"createacct-benefit-icon3\";i:1393;s:24:\"createacct-benefit-head3\";i:1394;s:18:\"usernameinprogress\";i:1395;s:24:\"createacct-normalization\";i:1396;s:12:\"nocookiesnew\";i:1397;s:14:\"nocookieslogin\";i:1398;s:15:\"nocookiesfornew\";i:1399;s:17:\"nocookiesforlogin\";i:1400;s:21:\"createacct-loginerror\";i:1401;s:23:\"createacct-temp-warning\";i:1402;s:12:\"loginsuccess\";i:1403;s:10:\"nosuchuser\";i:1404;s:20:\"passwordincommonlist\";i:1405;s:33:\"password-substring-username-match\";i:1406;s:21:\"passwordremindertitle\";i:1407;s:20:\"passwordremindertext\";i:1408;s:7:\"noemail\";i:1409;s:12:\"passwordsent\";i:1410;s:20:\"blocked-mailpassword\";i:1411;s:12:\"eauthentsent\";i:1412;s:22:\"throttled-mailpassword\";i:1413;s:11:\"signupstart\";i:1414;s:9:\"signupend\";i:1415;s:15:\"signupend-https\";i:1416;s:26:\"acct_creation_throttle_hit\";i:1417;s:21:\"emailnotauthenticated\";i:1418;s:12:\"noemailprefs\";i:1419;s:19:\"invalidemailaddress\";i:1420;s:17:\"cannotchangeemail\";i:1421;s:11:\"emailsender\";i:1422;s:18:\"accountcreatedtext\";i:1423;s:18:\"createaccount-text\";i:1424;s:15:\"login-throttled\";i:1425;s:22:\"login-migrated-generic\";i:1426;s:18:\"loginlanguagelinks\";i:1427;s:21:\"suspicious-userlogout\";i:1428;s:31:\"createacct-another-realname-tip\";i:1429;s:24:\"pt-login-continue-button\";i:1430;s:15:\"pear-mail-error\";i:1431;s:14:\"php-mail-error\";i:1432;s:22:\"changepassword-summary\";i:1433;s:14:\"resetpass_text\";i:1434;s:24:\"changepassword-throttled\";i:1435;s:12:\"botpasswords\";i:1436;s:20:\"botpasswords-summary\";i:1437;s:21:\"botpasswords-disabled\";i:1438;s:26:\"botpasswords-no-central-id\";i:1439;s:21:\"botpasswords-existing\";i:1440;s:22:\"botpasswords-createnew\";i:1441;s:25:\"botpasswords-editexisting\";i:1442;s:29:\"botpasswords-label-needsreset\";i:1443;s:24:\"botpasswords-label-appid\";i:1444;s:25:\"botpasswords-label-create\";i:1445;s:25:\"botpasswords-label-update\";i:1446;s:25:\"botpasswords-label-cancel\";i:1447;s:25:\"botpasswords-label-delete\";i:1448;s:32:\"botpasswords-label-resetpassword\";i:1449;s:25:\"botpasswords-label-grants\";i:1450;s:24:\"botpasswords-help-grants\";i:1451;s:32:\"botpasswords-label-grants-column\";i:1452;s:22:\"botpasswords-bad-appid\";i:1453;s:33:\"botpasswords-toolong-restrictions\";i:1454;s:27:\"botpasswords-toolong-grants\";i:1455;s:26:\"botpasswords-insert-failed\";i:1456;s:26:\"botpasswords-update-failed\";i:1457;s:26:\"botpasswords-created-title\";i:1458;s:25:\"botpasswords-created-body\";i:1459;s:26:\"botpasswords-updated-title\";i:1460;s:25:\"botpasswords-updated-body\";i:1461;s:26:\"botpasswords-deleted-title\";i:1462;s:25:\"botpasswords-deleted-body\";i:1463;s:24:\"botpasswords-newpassword\";i:1464;s:24:\"botpasswords-no-provider\";i:1465;s:31:\"botpasswords-restriction-failed\";i:1466;s:25:\"botpasswords-invalid-name\";i:1467;s:22:\"botpasswords-not-exist\";i:1468;s:24:\"botpasswords-needs-reset\";i:1469;s:19:\"botpasswords-locked\";i:1470;s:26:\"resetpass_forbidden-reason\";i:1471;s:23:\"resetpass-wrong-oldpass\";i:1472;s:22:\"resetpass-temp-emailed\";i:1473;s:23:\"resetpass-temp-password\";i:1474;s:23:\"resetpass-abort-generic\";i:1475;s:22:\"resetpass-expired-soft\";i:1476;s:18:\"resetpass-validity\";i:1477;s:23:\"resetpass-validity-soft\";i:1478;s:22:\"passwordreset-text-one\";i:1479;s:23:\"passwordreset-text-many\";i:1480;s:26:\"passwordreset-emailtext-ip\";i:1481;s:28:\"passwordreset-emailtext-user\";i:1482;s:21:\"passwordreset-success\";i:1483;s:37:\"passwordreset-success-details-generic\";i:1484;s:26:\"passwordreset-success-info\";i:1485;s:37:\"passwordreset-emailtext-require-email\";i:1486;s:22:\"passwordreset-nocaller\";i:1487;s:26:\"passwordreset-nosuchcaller\";i:1488;s:21:\"passwordreset-ignored\";i:1489;s:20:\"passwordreset-nodata\";i:1490;s:19:\"changeemail-summary\";i:1491;s:18:\"changeemail-header\";i:1492;s:25:\"changeemail-newemail-help\";i:1493;s:21:\"changeemail-throttled\";i:1494;s:20:\"changeemail-nochange\";i:1495;s:21:\"changeemail-maxlength\";i:1496;s:19:\"resettokens-summary\";i:1497;s:16:\"resettokens-text\";i:1498;s:23:\"resettokens-token-label\";i:1499;s:27:\"resettokens-watchlist-token\";i:1500;s:8:\"sig-text\";i:1501;s:7:\"subject\";i:1502;s:11:\"savechanges\";i:1503;s:11:\"publishpage\";i:1504;s:14:\"publishchanges\";i:1505;s:17:\"savearticle-start\";i:1506;s:17:\"savechanges-start\";i:1507;s:17:\"publishpage-start\";i:1508;s:20:\"publishchanges-start\";i:1509;s:12:\"blankarticle\";i:1510;s:23:\"autocreate-edit-warning\";i:1511;s:18:\"anonpreviewwarning\";i:1512;s:26:\"autocreate-preview-warning\";i:1513;s:14:\"missingsummary\";i:1514;s:12:\"selfredirect\";i:1515;s:20:\"missingcommentheader\";i:1516;s:12:\"blockedtitle\";i:1517;s:19:\"blockedtext-partial\";i:1518;s:11:\"blockedtext\";i:1519;s:15:\"autoblockedtext\";i:1520;s:17:\"systemblockedtext\";i:1521;s:21:\"blockedtext-composite\";i:1522;s:25:\"blockedtext-composite-ids\";i:1523;s:28:\"blockedtext-composite-no-ids\";i:1524;s:28:\"blockedtext-composite-reason\";i:1525;s:17:\"whitelistedittext\";i:1526;s:15:\"confirmedittext\";i:1527;s:17:\"nosuchsectiontext\";i:1528;s:16:\"loginreqpagetext\";i:1529;s:11:\"accmailtext\";i:1530;s:18:\"newarticletextanon\";i:1531;s:12:\"talkpagetext\";i:1532;s:16:\"anontalkpagetext\";i:1533;s:17:\"noarticletextanon\";i:1534;s:27:\"missing-revision-permission\";i:1535;s:16:\"missing-revision\";i:1536;s:24:\"missing-revision-content\";i:1537;s:25:\"userpage-userdoesnotexist\";i:1538;s:25:\"blocked-notice-logextract\";i:1539;s:14:\"clearyourcache\";i:1540;s:20:\"usercssyoucanpreview\";i:1541;s:21:\"userjsonyoucanpreview\";i:1542;s:19:\"userjsyoucanpreview\";i:1543;s:14:\"usercsspreview\";i:1544;s:15:\"userjsonpreview\";i:1545;s:13:\"userjspreview\";i:1546;s:14:\"sitecsspreview\";i:1547;s:15:\"sitejsonpreview\";i:1548;s:13:\"sitejspreview\";i:1549;s:22:\"userinvalidconfigtitle\";i:1550;s:7:\"updated\";i:1551;s:15:\"previewconflict\";i:1552;s:20:\"session_fail_preview\";i:1553;s:25:\"session_fail_preview_html\";i:1554;s:20:\"edit_form_incomplete\";i:1555;s:24:\"edit-textarea-aria-label\";i:1556;s:17:\"editnotice-notext\";i:1557;s:15:\"explainconflict\";i:1558;s:13:\"storedversion\";i:1559;s:10:\"editingold\";i:1560;s:20:\"unicode-support-fail\";i:1561;s:8:\"yourdiff\";i:1562;s:16:\"copyrightwarning\";i:1563;s:17:\"copyrightwarning2\";i:1564;s:23:\"editpage-head-copy-warn\";i:1565;s:20:\"editpage-tos-summary\";i:1566;s:13:\"longpage-hint\";i:1567;s:13:\"longpageerror\";i:1568;s:15:\"readonlywarning\";i:1569;s:20:\"protectedpagewarning\";i:1570;s:24:\"semiprotectedpagewarning\";i:1571;s:23:\"cascadeprotectedwarning\";i:1572;s:21:\"titleprotectedwarning\";i:1573;s:20:\"templatesusedpreview\";i:1574;s:20:\"templatesusedsection\";i:1575;s:9:\"edittools\";i:1576;s:16:\"edittools-upload\";i:1577;s:12:\"nocreatetext\";i:1578;s:29:\"sectioneditnotsupported-title\";i:1579;s:28:\"sectioneditnotsupported-text\";i:1580;s:27:\"modeleditnotsupported-title\";i:1581;s:26:\"modeleditnotsupported-text\";i:1582;s:21:\"permissionserrorstext\";i:1583;s:21:\"contentmodelediterror\";i:1584;s:26:\"recreate-moveddeleted-warn\";i:1585;s:26:\"moveddeleted-notice-recent\";i:1586;s:17:\"edit-hook-aborted\";i:1587;s:17:\"edit-gone-missing\";i:1588;s:14:\"edit-no-change\";i:1589;s:21:\"edit-slots-cannot-add\";i:1590;s:24:\"edit-slots-cannot-remove\";i:1591;s:18:\"edit-slots-missing\";i:1592;s:31:\"postedit-confirmation-published\";i:1593;s:27:\"postedit-temp-created-label\";i:1594;s:21:\"postedit-temp-created\";i:1595;s:18:\"addsection-preload\";i:1596;s:20:\"addsection-editintro\";i:1597;s:18:\"defaultmessagetext\";i:1598;s:23:\"content-failed-to-parse\";i:1599;s:17:\"invalid-json-data\";i:1600;s:24:\"content-not-allowed-here\";i:1601;s:20:\"confirmleave-warning\";i:1602;s:34:\"editpage-invalidcontentmodel-title\";i:1603;s:33:\"editpage-invalidcontentmodel-text\";i:1604;s:40:\"editpage-notsupportedcontentformat-title\";i:1605;s:39:\"editpage-notsupportedcontentformat-text\";i:1606;s:14:\"slot-name-main\";i:1607;s:17:\"content-model-css\";i:1608;s:18:\"content-model-json\";i:1609;s:25:\"unsupported-content-model\";i:1610;s:24:\"unsupported-content-diff\";i:1611;s:25:\"unsupported-content-diff2\";i:1612;s:22:\"duplicate-args-warning\";i:1613;s:23:\"duplicate-args-category\";i:1614;s:28:\"duplicate-args-category-desc\";i:1615;s:32:\"expensive-parserfunction-warning\";i:1616;s:33:\"expensive-parserfunction-category\";i:1617;s:38:\"post-expand-template-inclusion-warning\";i:1618;s:39:\"post-expand-template-inclusion-category\";i:1619;s:37:\"post-expand-template-argument-warning\";i:1620;s:38:\"post-expand-template-argument-category\";i:1621;s:24:\"template-equals-category\";i:1622;s:29:\"template-equals-category-desc\";i:1623;s:23:\"template-equals-warning\";i:1624;s:28:\"parser-template-loop-warning\";i:1625;s:22:\"template-loop-category\";i:1626;s:27:\"template-loop-category-desc\";i:1627;s:21:\"template-loop-warning\";i:1628;s:39:\"parser-template-recursion-depth-warning\";i:1629;s:32:\"language-converter-depth-warning\";i:1630;s:28:\"node-count-exceeded-category\";i:1631;s:33:\"node-count-exceeded-category-desc\";i:1632;s:27:\"node-count-exceeded-warning\";i:1633;s:33:\"expansion-depth-exceeded-category\";i:1634;s:38:\"expansion-depth-exceeded-category-desc\";i:1635;s:32:\"expansion-depth-exceeded-warning\";i:1636;s:27:\"parser-unstrip-loop-warning\";i:1637;s:21:\"unstrip-depth-warning\";i:1638;s:22:\"unstrip-depth-category\";i:1639;s:27:\"unstrip-depth-category-desc\";i:1640;s:20:\"unstrip-size-warning\";i:1641;s:21:\"unstrip-size-category\";i:1642;s:26:\"unstrip-size-category-desc\";i:1643;s:27:\"converter-manual-rule-error\";i:1644;s:12:\"undo-success\";i:1645;s:12:\"undo-failure\";i:1646;s:19:\"undo-main-slot-only\";i:1647;s:10:\"undo-norev\";i:1648;s:13:\"undo-nochange\";i:1649;s:12:\"undo-summary\";i:1650;s:17:\"undo-summary-anon\";i:1651;s:19:\"undo-summary-import\";i:1652;s:20:\"undo-summary-import2\";i:1653;s:28:\"undo-summary-username-hidden\";i:1654;s:26:\"createaccount-hook-aborted\";i:1655;s:22:\"viewpagelogs-lowercase\";i:1656;s:21:\"revision-info-current\";i:1657;s:12:\"revision-nav\";i:1658;s:11:\"tooltip-cur\";i:1659;s:12:\"tooltip-last\";i:1660;s:10:\"histlegend\";i:1661;s:17:\"history_copyright\";i:1662;s:27:\"history-feed-item-nocomment\";i:1663;s:18:\"history-feed-empty\";i:1664;s:13:\"history-empty\";i:1665;s:25:\"rev-deleted-user-contribs\";i:1666;s:27:\"rev-deleted-text-permission\";i:1667;s:19:\"rev-suppressed-text\";i:1668;s:30:\"rev-suppressed-text-permission\";i:1669;s:23:\"rev-deleted-text-unhide\";i:1670;s:26:\"rev-suppressed-text-unhide\";i:1671;s:21:\"rev-deleted-text-view\";i:1672;s:24:\"rev-suppressed-text-view\";i:1673;s:19:\"rev-deleted-no-diff\";i:1674;s:22:\"rev-suppressed-no-diff\";i:1675;s:23:\"rev-deleted-unhide-diff\";i:1676;s:26:\"rev-suppressed-unhide-diff\";i:1677;s:21:\"rev-deleted-diff-view\";i:1678;s:24:\"rev-suppressed-diff-view\";i:1679;s:14:\"revisiondelete\";i:1680;s:23:\"revdelete-nooldid-title\";i:1681;s:22:\"revdelete-nooldid-text\";i:1682;s:27:\"revdelete-show-file-confirm\";i:1683;s:23:\"revdelete-selected-text\";i:1684;s:23:\"revdelete-selected-file\";i:1685;s:18:\"logdelete-selected\";i:1686;s:19:\"revdelete-text-text\";i:1687;s:19:\"revdelete-text-file\";i:1688;s:14:\"logdelete-text\";i:1689;s:21:\"revdelete-text-others\";i:1690;s:17:\"revdelete-confirm\";i:1691;s:23:\"revdelete-suppress-text\";i:1692;s:16:\"revdelete-legend\";i:1693;s:19:\"revdelete-hide-name\";i:1694;s:25:\"revdelete-hide-restricted\";i:1695;s:18:\"revdelete-suppress\";i:1696;s:20:\"revdelete-unsuppress\";i:1697;s:16:\"revdelete-submit\";i:1698;s:17:\"revdelete-success\";i:1699;s:17:\"revdelete-failure\";i:1700;s:17:\"logdelete-success\";i:1701;s:17:\"logdelete-failure\";i:1702;s:22:\"revdelete-hide-current\";i:1703;s:24:\"revdelete-show-no-access\";i:1704;s:26:\"revdelete-modify-no-access\";i:1705;s:24:\"revdelete-modify-missing\";i:1706;s:19:\"revdelete-no-change\";i:1707;s:27:\"revdelete-concurrent-change\";i:1708;s:25:\"revdelete-only-restricted\";i:1709;s:25:\"revdelete-reason-dropdown\";i:1710;s:34:\"revdelete-reason-dropdown-suppress\";i:1711;s:21:\"revdelete-otherreason\";i:1712;s:25:\"revdelete-edit-reasonlist\";i:1713;s:34:\"revdelete-edit-reasonlist-suppress\";i:1714;s:14:\"suppressionlog\";i:1715;s:18:\"suppressionlogtext\";i:1716;s:19:\"mergehistory-header\";i:1717;s:17:\"mergehistory-list\";i:1718;s:18:\"mergehistory-merge\";i:1719;s:18:\"mergehistory-empty\";i:1720;s:17:\"mergehistory-done\";i:1721;s:17:\"mergehistory-fail\";i:1722;s:31:\"mergehistory-fail-bad-timestamp\";i:1723;s:32:\"mergehistory-fail-invalid-source\";i:1724;s:30:\"mergehistory-fail-invalid-dest\";i:1725;s:27:\"mergehistory-fail-no-change\";i:1726;s:28:\"mergehistory-fail-permission\";i:1727;s:28:\"mergehistory-fail-self-merge\";i:1728;s:36:\"mergehistory-fail-timestamps-overlap\";i:1729;s:24:\"mergehistory-fail-toobig\";i:1730;s:41:\"mergehistory-warning-redirect-not-created\";i:1731;s:27:\"mergehistory-no-destination\";i:1732;s:32:\"mergehistory-invalid-destination\";i:1733;s:24:\"mergehistory-autocomment\";i:1734;s:20:\"mergehistory-comment\";i:1735;s:29:\"mergehistory-same-destination\";i:1736;s:34:\"mergehistory-source-deleted-reason\";i:1737;s:27:\"mergehistory-source-deleted\";i:1738;s:24:\"mergehistory-revisionrow\";i:1739;s:26:\"mergehistory-redirect-text\";i:1740;s:18:\"pagemerge-logentry\";i:1741;s:16:\"mergelogpagetext\";i:1742;s:26:\"difference-title-multipage\";i:1743;s:20:\"difference-multipage\";i:1744;s:24:\"showhideselectedversions\";i:1745;s:21:\"diff-multi-otherusers\";i:1746;s:20:\"diff-multi-manyusers\";i:1747;s:26:\"diff-paragraph-moved-tonew\";i:1748;s:26:\"diff-paragraph-moved-toold\";i:1749;s:27:\"difference-missing-revision\";i:1750;s:14:\"search-summary\";i:1751;s:26:\"search-filter-title-prefix\";i:1752;s:32:\"search-filter-title-prefix-reset\";i:1753;s:12:\"titlematches\";i:1754;s:11:\"textmatches\";i:1755;s:13:\"notextmatches\";i:1756;s:11:\"prevn-title\";i:1757;s:17:\"searchmenu-exists\";i:1758;s:23:\"searchmenu-new-nocreate\";i:1759;s:27:\"search-result-category-size\";i:1760;s:17:\"search-file-match\";i:1761;s:16:\"search-rewritten\";i:1762;s:31:\"search-interwiki-resultset-link\";i:1763;s:23:\"search-interwiki-custom\";i:1764;s:29:\"search-interwiki-more-results\";i:1765;s:25:\"search-invalid-sort-order\";i:1766;s:22:\"search-unknown-profile\";i:1767;s:14:\"showingresults\";i:1768;s:21:\"showingresultsinrange\";i:1769;s:25:\"search-nonefound-thiswiki\";i:1770;s:20:\"powersearch-remember\";i:1771;s:15:\"search-external\";i:1772;s:14:\"searchdisabled\";i:1773;s:12:\"googlesearch\";i:1774;s:12:\"search-error\";i:1775;s:14:\"search-warning\";i:1776;s:15:\"opensearch-desc\";i:1777;s:19:\"preferences-summary\";i:1778;s:17:\"prefsnologintext2\";i:1779;s:16:\"prefs-skin-prefs\";i:1780;s:21:\"prefs-skin-responsive\";i:1781;s:26:\"prefs-help-skin-responsive\";i:1782;s:11:\"datedefault\";i:1783;s:10:\"prefs-labs\";i:1784;s:25:\"prefs-editwatchlist-label\";i:1785;s:24:\"prefs-editwatchlist-edit\";i:1786;s:21:\"prefs-watchlist-edits\";i:1787;s:28:\"prefs-watchlist-managetokens\";i:1788;s:16:\"prefs-searchmisc\";i:1789;s:12:\"restoreprefs\";i:1790;s:17:\"recentchangesdays\";i:1791;s:18:\"recentchangescount\";i:1792;s:29:\"prefs-help-recentchangescount\";i:1793;s:27:\"prefs-help-watchlist-token2\";i:1794;s:26:\"prefs-help-tokenmanagement\";i:1795;s:29:\"prefs-user-downloaddata-label\";i:1796;s:28:\"prefs-user-downloaddata-info\";i:1797;s:36:\"prefs-user-downloaddata-help-message\";i:1798;s:29:\"prefs-user-restoreprefs-label\";i:1799;s:28:\"prefs-user-restoreprefs-info\";i:1800;s:11:\"savedrights\";i:1801;s:24:\"timezoneuseserverdefault\";i:1802;s:30:\"timezone-useoffset-placeholder\";i:1803;s:10:\"allowemail\";i:1804;s:27:\"email-allow-new-users-label\";i:1805;s:20:\"email-mutelist-label\";i:1806;s:7:\"default\";i:1807;s:16:\"prefs-custom-css\";i:1808;s:17:\"prefs-custom-json\";i:1809;s:15:\"prefs-custom-js\";i:1810;s:19:\"prefs-common-config\";i:1811;s:17:\"prefs-reset-intro\";i:1812;s:19:\"prefs-reset-confirm\";i:1813;s:20:\"prefs-memberingroups\";i:1814;s:25:\"prefs-memberingroups-type\";i:1815;s:33:\"group-membership-link-with-expiry\";i:1816;s:28:\"prefs-registration-date-time\";i:1817;s:18:\"prefs-help-variant\";i:1818;s:20:\"prefs-help-signature\";i:1819;s:10:\"badsightml\";i:1820;s:11:\"badsiglinks\";i:1821;s:11:\"badsigsubst\";i:1822;s:12:\"badsiglength\";i:1823;s:15:\"badsiglinebreak\";i:1824;s:29:\"linterror-bogus-image-options\";i:1825;s:29:\"linterror-deletable-table-tag\";i:1826;s:26:\"linterror-html5-misnesting\";i:1827;s:38:\"linterror-misc-tidy-replacement-issues\";i:1828;s:23:\"linterror-misnested-tag\";i:1829;s:25:\"linterror-missing-end-tag\";i:1830;s:28:\"linterror-multi-colon-escape\";i:1831;s:38:\"linterror-multiline-html-table-in-list\";i:1832;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1833;s:22:\"linterror-obsolete-tag\";i:1834;s:30:\"linterror-pwrap-bug-workaround\";i:1835;s:25:\"linterror-self-closed-tag\";i:1836;s:22:\"linterror-stripped-tag\";i:1837;s:23:\"linterror-tidy-font-bug\";i:1838;s:29:\"linterror-tidy-whitespace-bug\";i:1839;s:36:\"linterror-unclosed-quotes-in-heading\";i:1840;s:10:\"yourgender\";i:1841;s:14:\"gender-unknown\";i:1842;s:15:\"gender-notknown\";i:1843;s:17:\"prefs-help-gender\";i:1844;s:19:\"prefs-help-realname\";i:1845;s:16:\"prefs-help-email\";i:1846;s:23:\"prefs-help-email-others\";i:1847;s:23:\"prefs-help-requireemail\";i:1848;s:31:\"prefs-signature-invalid-warning\";i:1849;s:27:\"prefs-signature-invalid-new\";i:1850;s:32:\"prefs-signature-invalid-disallow\";i:1851;s:31:\"prefs-signature-highlight-error\";i:1852;s:29:\"prefs-signature-error-details\";i:1853;s:21:\"prefs-advancedediting\";i:1854;s:20:\"prefs-developertools\";i:1855;s:16:\"prefs-discussion\";i:1856;s:15:\"prefs-changesrc\";i:1857;s:22:\"prefs-changeswatchlist\";i:1858;s:20:\"prefs-pageswatchlist\";i:1859;s:11:\"prefs-diffs\";i:1860;s:23:\"prefs-help-prefershttps\";i:1861;s:26:\"prefs-tabs-navigation-hint\";i:1862;s:10:\"userrights\";i:1863;s:18:\"userrights-summary\";i:1864;s:11:\"editinguser\";i:1865;s:17:\"viewinguserrights\";i:1866;s:24:\"userrights-viewusergroup\";i:1867;s:14:\"saveusergroups\";i:1868;s:28:\"userrights-groupsmember-auto\";i:1869;s:28:\"userrights-groupsmember-type\";i:1870;s:21:\"userrights-systemuser\";i:1871;s:22:\"userrights-groups-help\";i:1872;s:23:\"userrights-no-interwiki\";i:1873;s:30:\"userrights-irreversible-marker\";i:1874;s:35:\"userrights-no-shorten-expiry-marker\";i:1875;s:25:\"userrights-expiry-current\";i:1876;s:22:\"userrights-expiry-none\";i:1877;s:17:\"userrights-expiry\";i:1878;s:26:\"userrights-expiry-existing\";i:1879;s:27:\"userrights-expiry-othertime\";i:1880;s:25:\"userrights-expiry-options\";i:1881;s:25:\"userrights-invalid-expiry\";i:1882;s:25:\"userrights-expiry-in-past\";i:1883;s:32:\"userrights-cannot-shorten-expiry\";i:1884;s:19:\"userrights-conflict\";i:1885;s:11:\"group-named\";i:1886;s:21:\"group-interface-admin\";i:1887;s:14:\"group-suppress\";i:1888;s:28:\"group-interface-admin-member\";i:1889;s:21:\"group-suppress-member\";i:1890;s:15:\"grouppage-named\";i:1891;s:25:\"grouppage-interface-admin\";i:1892;s:18:\"grouppage-suppress\";i:1893;s:16:\"right-createpage\";i:1894;s:23:\"right-autocreateaccount\";i:1895;s:24:\"right-move-rootuserpages\";i:1896;s:22:\"right-suppressredirect\";i:1897;s:18:\"right-reupload-own\";i:1898;s:21:\"right-reupload-shared\";i:1899;s:11:\"right-purge\";i:1900;s:19:\"right-autoconfirmed\";i:1901;s:9:\"right-bot\";i:1902;s:20:\"right-nominornewtalk\";i:1903;s:19:\"right-apihighlimits\";i:1904;s:21:\"right-delete-redirect\";i:1905;s:20:\"right-deletelogentry\";i:1906;s:20:\"right-deleterevision\";i:1907;s:20:\"right-deletedhistory\";i:1908;s:17:\"right-deletedtext\";i:1909;s:22:\"right-suppressrevision\";i:1910;s:20:\"right-suppressionlog\";i:1911;s:11:\"right-block\";i:1912;s:16:\"right-blockemail\";i:1913;s:14:\"right-hideuser\";i:1914;s:20:\"right-ipblock-exempt\";i:1915;s:17:\"right-unblockself\";i:1916;s:13:\"right-protect\";i:1917;s:19:\"right-editprotected\";i:1918;s:23:\"right-editsemiprotected\";i:1919;s:17:\"right-editsitecss\";i:1920;s:18:\"right-editsitejson\";i:1921;s:16:\"right-editsitejs\";i:1922;s:26:\"right-editmyuserjsredirect\";i:1923;s:21:\"right-editmywatchlist\";i:1924;s:23:\"right-viewmyprivateinfo\";i:1925;s:23:\"right-editmyprivateinfo\";i:1926;s:14:\"right-rollback\";i:1927;s:18:\"right-markbotedits\";i:1928;s:17:\"right-noratelimit\";i:1929;s:12:\"right-import\";i:1930;s:18:\"right-importupload\";i:1931;s:12:\"right-patrol\";i:1932;s:16:\"right-autopatrol\";i:1933;s:17:\"right-patrolmarks\";i:1934;s:16:\"right-userrights\";i:1935;s:26:\"right-userrights-interwiki\";i:1936;s:15:\"right-siteadmin\";i:1937;s:27:\"right-override-export-depth\";i:1938;s:22:\"right-managechangetags\";i:1939;s:21:\"right-applychangetags\";i:1940;s:16:\"right-changetags\";i:1941;s:22:\"right-deletechangetags\";i:1942;s:13:\"grant-generic\";i:1943;s:28:\"grant-group-page-interaction\";i:1944;s:28:\"grant-group-file-interaction\";i:1945;s:33:\"grant-group-watchlist-interaction\";i:1946;s:17:\"grant-group-email\";i:1947;s:23:\"grant-group-high-volume\";i:1948;s:25:\"grant-group-customization\";i:1949;s:26:\"grant-group-administration\";i:1950;s:31:\"grant-group-private-information\";i:1951;s:17:\"grant-group-other\";i:1952;s:16:\"grant-blockusers\";i:1953;s:19:\"grant-createaccount\";i:1954;s:24:\"grant-createeditmovepage\";i:1955;s:12:\"grant-delete\";i:1956;s:19:\"grant-editinterface\";i:1957;s:17:\"grant-editmycssjs\";i:1958;s:19:\"grant-editmyoptions\";i:1959;s:21:\"grant-editmywatchlist\";i:1960;s:20:\"grant-editsiteconfig\";i:1961;s:14:\"grant-editpage\";i:1962;s:19:\"grant-editprotected\";i:1963;s:16:\"grant-highvolume\";i:1964;s:12:\"grant-import\";i:1965;s:18:\"grant-mergehistory\";i:1966;s:15:\"grant-oversight\";i:1967;s:12:\"grant-patrol\";i:1968;s:17:\"grant-privateinfo\";i:1969;s:13:\"grant-protect\";i:1970;s:14:\"grant-rollback\";i:1971;s:15:\"grant-sendemail\";i:1972;s:24:\"grant-uploadeditmovefile\";i:1973;s:16:\"grant-uploadfile\";i:1974;s:11:\"grant-basic\";i:1975;s:17:\"grant-viewdeleted\";i:1976;s:21:\"grant-viewmywatchlist\";i:1977;s:24:\"grant-viewrestrictedlogs\";i:1978;s:18:\"newuserlogpagetext\";i:1979;s:9:\"rightslog\";i:1980;s:13:\"rightslogtext\";i:1981;s:24:\"action-autocreateaccount\";i:1982;s:25:\"action-move-rootuserpages\";i:1983;s:22:\"action-reupload-shared\";i:1984;s:22:\"action-delete-redirect\";i:1985;s:21:\"action-deletelogentry\";i:1986;s:18:\"action-deletedtext\";i:1987;s:21:\"action-suppressionlog\";i:1988;s:12:\"action-block\";i:1989;s:15:\"action-rollback\";i:1990;s:13:\"action-patrol\";i:1991;s:17:\"action-autopatrol\";i:1992;s:19:\"action-mergehistory\";i:1993;s:17:\"action-userrights\";i:1994;s:27:\"action-userrights-interwiki\";i:1995;s:16:\"action-siteadmin\";i:1996;s:20:\"action-editmyoptions\";i:1997;s:24:\"action-viewmyprivateinfo\";i:1998;s:24:\"action-editmyprivateinfo\";i:1999;s:23:\"action-editcontentmodel\";i:2000;s:23:\"action-managechangetags\";i:2001;s:22:\"action-applychangetags\";i:2002;s:17:\"action-changetags\";i:2003;s:23:\"action-deletechangetags\";i:2004;s:12:\"action-purge\";i:2005;s:20:\"action-apihighlimits\";i:2006;s:20:\"action-autoconfirmed\";i:2007;s:16:\"action-bigdelete\";i:2008;s:17:\"action-blockemail\";i:2009;s:10:\"action-bot\";i:2010;s:20:\"action-editprotected\";i:2011;s:24:\"action-editsemiprotected\";i:2012;s:20:\"action-editinterface\";i:2013;s:18:\"action-editusercss\";i:2014;s:19:\"action-edituserjson\";i:2015;s:17:\"action-edituserjs\";i:2016;s:18:\"action-editsitecss\";i:2017;s:19:\"action-editsitejson\";i:2018;s:17:\"action-editsitejs\";i:2019;s:20:\"action-editmyusercss\";i:2020;s:21:\"action-editmyuserjson\";i:2021;s:19:\"action-editmyuserjs\";i:2022;s:27:\"action-editmyuserjsredirect\";i:2023;s:21:\"action-viewsuppressed\";i:2024;s:15:\"action-hideuser\";i:2025;s:21:\"action-ipblock-exempt\";i:2026;s:18:\"action-unblockself\";i:2027;s:18:\"action-noratelimit\";i:2028;s:19:\"action-reupload-own\";i:2029;s:21:\"action-nominornewtalk\";i:2030;s:19:\"action-markbotedits\";i:2031;s:18:\"action-patrolmarks\";i:2032;s:28:\"action-override-export-depth\";i:2033;s:23:\"action-suppressredirect\";i:2034;s:6:\"ntimes\";i:2035;s:17:\"recentchanges-url\";i:2036;s:17:\"recentchangestext\";i:2037;s:22:\"recentchanges-noresult\";i:2038;s:21:\"recentchanges-timeout\";i:2039;s:21:\"recentchanges-network\";i:2040;s:26:\"recentchanges-notargetpage\";i:2041;s:30:\"recentchanges-feed-description\";i:2042;s:26:\"recentchanges-legend-minor\";i:2043;s:24:\"recentchanges-legend-bot\";i:2044;s:32:\"recentchanges-legend-unpatrolled\";i:2045;s:30:\"recentchanges-legend-plusminus\";i:2046;s:36:\"recentchanges-legend-watchlistexpiry\";i:2047;s:20:\"recentchanges-submit\";i:2048;s:20:\"rcfilters-tag-remove\";i:2049;s:24:\"rcfilters-legend-heading\";i:2050;s:28:\"rcfilters-other-review-tools\";i:2051;s:31:\"rcfilters-group-results-by-page\";i:2052;s:23:\"rcfilters-activefilters\";i:2053;s:28:\"rcfilters-activefilters-hide\";i:2054;s:28:\"rcfilters-activefilters-show\";i:2055;s:36:\"rcfilters-activefilters-hide-tooltip\";i:2056;s:36:\"rcfilters-activefilters-show-tooltip\";i:2057;s:25:\"rcfilters-advancedfilters\";i:2058;s:21:\"rcfilters-limit-title\";i:2059;s:30:\"rcfilters-limit-and-date-label\";i:2060;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2061;s:26:\"rcfilters-date-popup-title\";i:2062;s:20:\"rcfilters-days-title\";i:2063;s:21:\"rcfilters-hours-title\";i:2064;s:24:\"rcfilters-days-show-days\";i:2065;s:25:\"rcfilters-days-show-hours\";i:2066;s:34:\"rcfilters-highlighted-filters-list\";i:2067;s:22:\"rcfilters-quickfilters\";i:2068;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2069;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2070;s:35:\"rcfilters-savedqueries-defaultlabel\";i:2071;s:29:\"rcfilters-savedqueries-rename\";i:2072;s:33:\"rcfilters-savedqueries-setdefault\";i:2073;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2074;s:29:\"rcfilters-savedqueries-remove\";i:2075;s:37:\"rcfilters-savedqueries-new-name-label\";i:2076;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2077;s:34:\"rcfilters-savedqueries-apply-label\";i:2078;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2079;s:35:\"rcfilters-savedqueries-cancel-label\";i:2080;s:36:\"rcfilters-savedqueries-add-new-title\";i:2081;s:36:\"rcfilters-savedqueries-already-saved\";i:2082;s:33:\"rcfilters-restore-default-filters\";i:2083;s:27:\"rcfilters-clear-all-filters\";i:2084;s:26:\"rcfilters-show-new-changes\";i:2085;s:28:\"rcfilters-search-placeholder\";i:2086;s:35:\"rcfilters-search-placeholder-mobile\";i:2087;s:24:\"rcfilters-invalid-filter\";i:2088;s:22:\"rcfilters-empty-filter\";i:2089;s:26:\"rcfilters-filterlist-title\";i:2090;s:30:\"rcfilters-filterlist-whatsthis\";i:2091;s:31:\"rcfilters-highlightbutton-title\";i:2092;s:29:\"rcfilters-highlightmenu-title\";i:2093;s:28:\"rcfilters-highlightmenu-help\";i:2094;s:30:\"rcfilters-filterlist-noresults\";i:2095;s:28:\"rcfilters-noresults-conflict\";i:2096;s:30:\"rcfilters-state-message-subset\";i:2097;s:36:\"rcfilters-state-message-fullcoverage\";i:2098;s:32:\"rcfilters-filtergroup-authorship\";i:2099;s:34:\"rcfilters-filter-editsbyself-label\";i:2100;s:40:\"rcfilters-filter-editsbyself-description\";i:2101;s:35:\"rcfilters-filter-editsbyother-label\";i:2102;s:41:\"rcfilters-filter-editsbyother-description\";i:2103;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2104;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2105;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2106;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2107;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2108;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:2109;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2110;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2111;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2112;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2113;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2114;s:31:\"rcfilters-filtergroup-automated\";i:2115;s:27:\"rcfilters-filter-bots-label\";i:2116;s:33:\"rcfilters-filter-bots-description\";i:2117;s:29:\"rcfilters-filter-humans-label\";i:2118;s:35:\"rcfilters-filter-humans-description\";i:2119;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2120;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2121;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2122;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2123;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2124;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2125;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2126;s:34:\"rcfilters-filtergroup-significance\";i:2127;s:28:\"rcfilters-filter-minor-label\";i:2128;s:34:\"rcfilters-filter-minor-description\";i:2129;s:28:\"rcfilters-filter-major-label\";i:2130;s:34:\"rcfilters-filter-major-description\";i:2131;s:31:\"rcfilters-filtergroup-watchlist\";i:2132;s:40:\"rcfilters-filter-watchlist-watched-label\";i:2133;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2134;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2135;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2136;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:2137;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2138;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2139;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2140;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2141;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2142;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2143;s:32:\"rcfilters-filtergroup-changetype\";i:2144;s:32:\"rcfilters-filter-pageedits-label\";i:2145;s:38:\"rcfilters-filter-pageedits-description\";i:2146;s:31:\"rcfilters-filter-newpages-label\";i:2147;s:37:\"rcfilters-filter-newpages-description\";i:2148;s:37:\"rcfilters-filter-categorization-label\";i:2149;s:43:\"rcfilters-filter-categorization-description\";i:2150;s:33:\"rcfilters-filter-logactions-label\";i:2151;s:39:\"rcfilters-filter-logactions-description\";i:2152;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2153;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2154;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2155;s:34:\"rcfilters-filtergroup-lastrevision\";i:2156;s:35:\"rcfilters-filter-lastrevision-label\";i:2157;s:41:\"rcfilters-filter-lastrevision-description\";i:2158;s:39:\"rcfilters-filter-previousrevision-label\";i:2159;s:45:\"rcfilters-filter-previousrevision-description\";i:2160;s:25:\"rcfilters-filter-excluded\";i:2161;s:30:\"rcfilters-tag-prefix-namespace\";i:2162;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:2163;s:25:\"rcfilters-tag-prefix-tags\";i:2164;s:28:\"rcfilters-exclude-button-off\";i:2165;s:27:\"rcfilters-exclude-button-on\";i:2166;s:19:\"rcfilters-view-tags\";i:2167;s:33:\"rcfilters-view-namespaces-tooltip\";i:2168;s:27:\"rcfilters-view-tags-tooltip\";i:2169;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2170;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2171;s:28:\"rcfilters-liveupdates-button\";i:2172;s:37:\"rcfilters-liveupdates-button-title-on\";i:2173;s:38:\"rcfilters-liveupdates-button-title-off\";i:2174;s:35:\"rcfilters-watchlist-markseen-button\";i:2175;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2176;s:31:\"rcfilters-watchlist-showupdated\";i:2177;s:26:\"rcfilters-preference-label\";i:2178;s:25:\"rcfilters-preference-help\";i:2179;s:36:\"rcfilters-watchlist-preference-label\";i:2180;s:35:\"rcfilters-watchlist-preference-help\";i:2181;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2182;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2183;s:35:\"rcfilters-filter-showlinkedto-label\";i:2184;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2185;s:33:\"rcfilters-target-page-placeholder\";i:2186;s:27:\"rcfilters-allcontents-label\";i:2187;s:30:\"rcfilters-alldiscussions-label\";i:2188;s:10:\"rcnotefrom\";i:2189;s:15:\"rclistfromreset\";i:2190;s:24:\"rcshowhidecategorization\";i:2191;s:29:\"rcshowhidecategorization-show\";i:2192;s:29:\"rcshowhidecategorization-hide\";i:2193;s:17:\"unpatrolledletter\";i:2194;s:43:\"number-of-watching-users-for-recent-changes\";i:2195;s:14:\"rc-change-size\";i:2196;s:12:\"rc-old-title\";i:2197;s:36:\"recentchanges-page-added-to-category\";i:2198;s:44:\"recentchanges-page-added-to-category-bundled\";i:2199;s:40:\"recentchanges-page-removed-from-category\";i:2200;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2201;s:19:\"autochange-username\";i:2202;s:12:\"reuploaddesc\";i:2203;s:15:\"upload-tryagain\";i:2204;s:23:\"upload-tryagain-nostash\";i:2205;s:17:\"uploadnologintext\";i:2206;s:24:\"upload_directory_missing\";i:2207;s:26:\"upload_directory_read_only\";i:2208;s:14:\"upload-summary\";i:2209;s:23:\"upload-recreate-warning\";i:2210;s:10:\"uploadtext\";i:2211;s:16:\"upload-permitted\";i:2212;s:16:\"upload-preferred\";i:2213;s:17:\"upload-prohibited\";i:2214;s:12:\"uploadfooter\";i:2215;s:26:\"upload-default-description\";i:2216;s:17:\"uploadlogpagetext\";i:2217;s:10:\"filestatus\";i:2218;s:13:\"ignorewarning\";i:2219;s:14:\"ignorewarnings\";i:2220;s:15:\"illegalfilename\";i:2221;s:22:\"filetype-mime-mismatch\";i:2222;s:16:\"filetype-badmime\";i:2223;s:20:\"filetype-bad-ie-mime\";i:2224;s:22:\"filetype-unwanted-type\";i:2225;s:20:\"filetype-banned-type\";i:2226;s:11:\"hookaborted\";i:2227;s:16:\"tmp-create-error\";i:2228;s:15:\"tmp-write-error\";i:2229;s:10:\"large-file\";i:2230;s:15:\"largefileserver\";i:2231;s:9:\"emptyfile\";i:2232;s:25:\"windows-nonascii-filename\";i:2233;s:10:\"fileexists\";i:2234;s:14:\"filepageexists\";i:2235;s:20:\"fileexists-extension\";i:2236;s:24:\"fileexists-thumbnail-yes\";i:2237;s:17:\"file-thumbnail-no\";i:2238;s:20:\"fileexists-forbidden\";i:2239;s:27:\"fileexists-shared-forbidden\";i:2240;s:20:\"fileexists-no-change\";i:2241;s:28:\"fileexists-duplicate-version\";i:2242;s:21:\"file-exists-duplicate\";i:2243;s:22:\"file-deleted-duplicate\";i:2244;s:30:\"file-deleted-duplicate-notitle\";i:2245;s:13:\"uploadwarning\";i:2246;s:18:\"uploadwarning-text\";i:2247;s:26:\"uploadwarning-text-nostash\";i:2248;s:13:\"uploadedimage\";i:2249;s:14:\"overwroteimage\";i:2250;s:14:\"uploaddisabled\";i:2251;s:18:\"copyuploaddisabled\";i:2252;s:18:\"uploaddisabledtext\";i:2253;s:22:\"php-uploaddisabledtext\";i:2254;s:14:\"uploadscripted\";i:2255;s:27:\"upload-scripted-pi-callback\";i:2256;s:19:\"upload-scripted-dtd\";i:2257;s:19:\"uploaded-script-svg\";i:2258;s:20:\"uploaded-hostile-svg\";i:2259;s:29:\"uploaded-event-handler-on-svg\";i:2260;s:27:\"uploaded-href-attribute-svg\";i:2261;s:31:\"uploaded-href-unsafe-target-svg\";i:2262;s:20:\"uploaded-animate-svg\";i:2263;s:34:\"uploaded-setting-event-handler-svg\";i:2264;s:25:\"uploaded-setting-href-svg\";i:2265;s:26:\"uploaded-wrong-setting-svg\";i:2266;s:28:\"uploaded-setting-handler-svg\";i:2267;s:23:\"uploaded-remote-url-svg\";i:2268;s:25:\"uploaded-image-filter-svg\";i:2269;s:23:\"uploadscriptednamespace\";i:2270;s:16:\"uploadinvalidxml\";i:2271;s:14:\"filewasdeleted\";i:2272;s:19:\"filename-thumb-name\";i:2273;s:19:\"filename-bad-prefix\";i:2274;s:25:\"filename-prefix-blacklist\";i:2275;s:23:\"upload-proto-error-text\";i:2276;s:22:\"upload-file-error-text\";i:2277;s:22:\"upload-misc-error-text\";i:2278;s:25:\"upload-too-many-redirects\";i:2279;s:33:\"upload-copy-upload-invalid-domain\";i:2280;s:26:\"upload-foreign-cant-upload\";i:2281;s:31:\"upload-foreign-cant-load-config\";i:2282;s:22:\"upload-dialog-disabled\";i:2283;s:25:\"upload-dialog-button-back\";i:2284;s:39:\"upload-form-label-infoform-name-tooltip\";i:2285;s:46:\"upload-form-label-infoform-description-tooltip\";i:2286;s:26:\"upload-form-label-own-work\";i:2287;s:37:\"upload-form-label-infoform-categories\";i:2288;s:31:\"upload-form-label-infoform-date\";i:2289;s:48:\"upload-form-label-own-work-message-generic-local\";i:2290;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2291;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2292;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2293;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2294;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2295;s:19:\"backend-fail-stream\";i:2296;s:19:\"backend-fail-backup\";i:2297;s:19:\"backend-fail-hashes\";i:2298;s:18:\"backend-fail-sizes\";i:2299;s:20:\"backend-fail-notsame\";i:2300;s:24:\"backend-fail-invalidpath\";i:2301;s:21:\"backend-fail-describe\";i:2302;s:26:\"backend-fail-alreadyexists\";i:2303;s:18:\"backend-fail-store\";i:2304;s:17:\"backend-fail-copy\";i:2305;s:17:\"backend-fail-move\";i:2306;s:21:\"backend-fail-opentemp\";i:2307;s:22:\"backend-fail-writetemp\";i:2308;s:22:\"backend-fail-closetemp\";i:2309;s:20:\"backend-fail-maxsize\";i:2310;s:21:\"backend-fail-readonly\";i:2311;s:19:\"backend-fail-synced\";i:2312;s:20:\"backend-fail-connect\";i:2313;s:21:\"backend-fail-internal\";i:2314;s:24:\"backend-fail-contenttype\";i:2315;s:22:\"backend-fail-batchsize\";i:2316;s:19:\"backend-fail-usable\";i:2317;s:17:\"backend-fail-stat\";i:2318;s:17:\"backend-fail-hash\";i:2319;s:21:\"lockmanager-notlocked\";i:2320;s:26:\"lockmanager-fail-closelock\";i:2321;s:27:\"lockmanager-fail-deletelock\";i:2322;s:28:\"lockmanager-fail-acquirelock\";i:2323;s:25:\"lockmanager-fail-openlock\";i:2324;s:28:\"lockmanager-fail-releaselock\";i:2325;s:26:\"lockmanager-fail-db-bucket\";i:2326;s:27:\"lockmanager-fail-db-release\";i:2327;s:28:\"lockmanager-fail-svr-acquire\";i:2328;s:28:\"lockmanager-fail-svr-release\";i:2329;s:25:\"lockmanager-fail-conflict\";i:2330;s:19:\"zip-file-open-error\";i:2331;s:16:\"zip-wrong-format\";i:2332;s:7:\"zip-bad\";i:2333;s:15:\"zip-unsupported\";i:2334;s:19:\"uploadstash-summary\";i:2335;s:17:\"uploadstash-clear\";i:2336;s:19:\"uploadstash-nofiles\";i:2337;s:20:\"uploadstash-badtoken\";i:2338;s:20:\"uploadstash-errclear\";i:2339;s:19:\"uploadstash-refresh\";i:2340;s:21:\"uploadstash-thumbnail\";i:2341;s:21:\"uploadstash-exception\";i:2342;s:20:\"uploadstash-bad-path\";i:2343;s:28:\"uploadstash-bad-path-invalid\";i:2344;s:33:\"uploadstash-bad-path-unknown-type\";i:2345;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2346;s:31:\"uploadstash-bad-path-no-handler\";i:2347;s:31:\"uploadstash-bad-path-bad-format\";i:2348;s:26:\"uploadstash-file-not-found\";i:2349;s:35:\"uploadstash-file-not-found-no-thumb\";i:2350;s:40:\"uploadstash-file-not-found-no-local-path\";i:2351;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2352;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2353;s:37:\"uploadstash-file-not-found-not-exists\";i:2354;s:26:\"uploadstash-file-too-large\";i:2355;s:25:\"uploadstash-not-logged-in\";i:2356;s:23:\"uploadstash-wrong-owner\";i:2357;s:23:\"uploadstash-no-such-key\";i:2358;s:23:\"uploadstash-zero-length\";i:2359;s:20:\"invalid-chunk-offset\";i:2360;s:21:\"img-auth-accessdenied\";i:2361;s:17:\"img-auth-notindir\";i:2362;s:17:\"img-auth-badtitle\";i:2363;s:15:\"img-auth-nofile\";i:2364;s:14:\"img-auth-isdir\";i:2365;s:18:\"img-auth-streaming\";i:2366;s:15:\"img-auth-public\";i:2367;s:15:\"img-auth-noread\";i:2368;s:19:\"http-invalid-scheme\";i:2369;s:18:\"http-request-error\";i:2370;s:14:\"http-timed-out\";i:2371;s:15:\"http-curl-error\";i:2372;s:15:\"http-bad-status\";i:2373;s:19:\"http-internal-error\";i:2374;s:23:\"upload-curl-error6-text\";i:2375;s:19:\"upload-curl-error28\";i:2376;s:24:\"upload-curl-error28-text\";i:2377;s:7:\"license\";i:2378;s:8:\"licenses\";i:2379;s:13:\"licenses-edit\";i:2380;s:17:\"upload_source_url\";i:2381;s:17:\"listfiles-summary\";i:2382;s:26:\"listfiles-userdoesnotexist\";i:2383;s:9:\"listfiles\";i:2384;s:17:\"listfiles_subpage\";i:2385;s:15:\"listfiles_thumb\";i:2386;s:14:\"listfiles_date\";i:2387;s:14:\"listfiles_name\";i:2388;s:14:\"listfiles_user\";i:2389;s:14:\"listfiles_size\";i:2390;s:21:\"listfiles_description\";i:2391;s:15:\"listfiles_count\";i:2392;s:18:\"listfiles-show-all\";i:2393;s:23:\"listfiles-latestversion\";i:2394;s:27:\"listfiles-latestversion-yes\";i:2395;s:26:\"listfiles-latestversion-no\";i:2396;s:18:\"filehist-deleteall\";i:2397;s:18:\"filehist-deleteone\";i:2398;s:16:\"filehist-nothumb\";i:2399;s:17:\"filehist-filesize\";i:2400;s:17:\"linkstoimage-more\";i:2401;s:16:\"morelinkstoimage\";i:2402;s:21:\"linkstoimage-redirect\";i:2403;s:16:\"duplicatesoffile\";i:2404;s:12:\"sharedupload\";i:2405;s:23:\"sharedupload-desc-there\";i:2406;s:22:\"sharedupload-desc-edit\";i:2407;s:24:\"sharedupload-desc-create\";i:2408;s:24:\"shareddescriptionfollows\";i:2409;s:15:\"filepage-nofile\";i:2410;s:20:\"filepage-nofile-link\";i:2411;s:25:\"uploadnewversion-linktext\";i:2412;s:16:\"shared-repo-from\";i:2413;s:11:\"shared-repo\";i:2414;s:33:\"shared-repo-name-wikimediacommons\";i:2415;s:12:\"filepage.css\";i:2416;s:10:\"filerevert\";i:2417;s:17:\"filerevert-legend\";i:2418;s:16:\"filerevert-intro\";i:2419;s:18:\"filerevert-comment\";i:2420;s:25:\"filerevert-defaultcomment\";i:2421;s:17:\"filerevert-submit\";i:2422;s:18:\"filerevert-success\";i:2423;s:21:\"filerevert-badversion\";i:2424;s:20:\"filerevert-identical\";i:2425;s:10:\"filedelete\";i:2426;s:17:\"filedelete-legend\";i:2427;s:16:\"filedelete-intro\";i:2428;s:20:\"filedelete-intro-old\";i:2429;s:18:\"filedelete-comment\";i:2430;s:17:\"filedelete-submit\";i:2431;s:18:\"filedelete-success\";i:2432;s:22:\"filedelete-success-old\";i:2433;s:17:\"filedelete-nofile\";i:2434;s:21:\"filedelete-nofile-old\";i:2435;s:22:\"filedelete-otherreason\";i:2436;s:27:\"filedelete-reason-otherlist\";i:2437;s:26:\"filedelete-reason-dropdown\";i:2438;s:35:\"filedelete-reason-dropdown-suppress\";i:2439;s:26:\"filedelete-edit-reasonlist\";i:2440;s:35:\"filedelete-edit-reasonlist-suppress\";i:2441;s:22:\"filedelete-maintenance\";i:2442;s:28:\"filedelete-maintenance-title\";i:2443;s:18:\"mimesearch-summary\";i:2444;s:8:\"download\";i:2445;s:22:\"unwatchedpages-summary\";i:2446;s:13:\"listredirects\";i:2447;s:21:\"listredirects-summary\";i:2448;s:19:\"listduplicatedfiles\";i:2449;s:27:\"listduplicatedfiles-summary\";i:2450;s:25:\"listduplicatedfiles-entry\";i:2451;s:15:\"unusedtemplates\";i:2452;s:23:\"unusedtemplates-summary\";i:2453;s:19:\"unusedtemplatestext\";i:2454;s:18:\"randompage-nopages\";i:2455;s:14:\"randompage-url\";i:2456;s:16:\"randomincategory\";i:2457;s:32:\"randomincategory-invalidcategory\";i:2458;s:24:\"randomincategory-nopages\";i:2459;s:14:\"randomredirect\";i:2460;s:22:\"randomredirect-nopages\";i:2461;s:18:\"statistics-summary\";i:2462;s:19:\"statistics-articles\";i:2463;s:24:\"statistics-articles-desc\";i:2464;s:21:\"statistics-pages-desc\";i:2465;s:21:\"statistics-files-desc\";i:2466;s:16:\"statistics-edits\";i:2467;s:24:\"statistics-edits-average\";i:2468;s:16:\"statistics-users\";i:2469;s:23:\"statistics-users-active\";i:2470;s:28:\"statistics-users-active-desc\";i:2471;s:17:\"statistics-footer\";i:2472;s:13:\"pageswithprop\";i:2473;s:21:\"pageswithprop-summary\";i:2474;s:20:\"pageswithprop-legend\";i:2475;s:18:\"pageswithprop-text\";i:2476;s:18:\"pageswithprop-prop\";i:2477;s:21:\"pageswithprop-reverse\";i:2478;s:25:\"pageswithprop-sortbyvalue\";i:2479;s:29:\"pageswithprop-prophidden-long\";i:2480;s:31:\"pageswithprop-prophidden-binary\";i:2481;s:15:\"doubleredirects\";i:2482;s:23:\"doubleredirects-summary\";i:2483;s:19:\"doubleredirectstext\";i:2484;s:26:\"double-redirect-fixed-move\";i:2485;s:33:\"double-redirect-fixed-maintenance\";i:2486;s:21:\"double-redirect-fixer\";i:2487;s:15:\"brokenredirects\";i:2488;s:23:\"brokenredirects-summary\";i:2489;s:19:\"brokenredirectstext\";i:2490;s:29:\"brokenredirects-delete-reason\";i:2491;s:23:\"withoutinterwiki-legend\";i:2492;s:15:\"fewestrevisions\";i:2493;s:23:\"fewestrevisions-summary\";i:2494;s:11:\"ncategories\";i:2495;s:11:\"ninterwikis\";i:2496;s:6:\"nlinks\";i:2497;s:15:\"nmemberschanged\";i:2498;s:10:\"nrevisions\";i:2499;s:11:\"nimagelinks\";i:2500;s:14:\"ntransclusions\";i:2501;s:17:\"specialpage-empty\";i:2502;s:11:\"lonelypages\";i:2503;s:19:\"lonelypages-summary\";i:2504;s:15:\"lonelypagestext\";i:2505;s:18:\"uncategorizedpages\";i:2506;s:26:\"uncategorizedpages-summary\";i:2507;s:31:\"uncategorizedcategories-summary\";i:2508;s:27:\"uncategorizedimages-summary\";i:2509;s:30:\"uncategorizedtemplates-summary\";i:2510;s:38:\"uncategorized-categories-exceptionlist\";i:2511;s:24:\"unusedcategories-summary\";i:2512;s:20:\"unusedimages-summary\";i:2513;s:24:\"wantedcategories-summary\";i:2514;s:19:\"wantedpages-summary\";i:2515;s:20:\"wantedpages-badtitle\";i:2516;s:19:\"wantedfiles-summary\";i:2517;s:18:\"wantedfiletext-cat\";i:2518;s:28:\"wantedfiletext-cat-noforeign\";i:2519;s:20:\"wantedfiletext-nocat\";i:2520;s:30:\"wantedfiletext-nocat-noforeign\";i:2521;s:23:\"wantedtemplates-summary\";i:2522;s:18:\"mostlinked-summary\";i:2523;s:28:\"mostlinkedcategories-summary\";i:2524;s:19:\"mostlinkedtemplates\";i:2525;s:27:\"mostlinkedtemplates-summary\";i:2526;s:22:\"mostcategories-summary\";i:2527;s:18:\"mostimages-summary\";i:2528;s:14:\"mostinterwikis\";i:2529;s:22:\"mostinterwikis-summary\";i:2530;s:13:\"mostrevisions\";i:2531;s:21:\"mostrevisions-summary\";i:2532;s:11:\"prefixindex\";i:2533;s:21:\"prefixindex-namespace\";i:2534;s:19:\"prefixindex-summary\";i:2535;s:18:\"prefixindex-submit\";i:2536;s:17:\"prefixindex-strip\";i:2537;s:18:\"shortpages-summary\";i:2538;s:17:\"longpages-summary\";i:2539;s:12:\"deadendpages\";i:2540;s:20:\"deadendpages-summary\";i:2541;s:16:\"deadendpagestext\";i:2542;s:14:\"protectedpages\";i:2543;s:22:\"protectedpages-filters\";i:2544;s:20:\"protectedpages-indef\";i:2545;s:22:\"protectedpages-summary\";i:2546;s:22:\"protectedpages-cascade\";i:2547;s:25:\"protectedpages-noredirect\";i:2548;s:32:\"cachedspecial-viewing-cached-ttl\";i:2549;s:19:\"protectedpagesempty\";i:2550;s:24:\"protectedpages-timestamp\";i:2551;s:21:\"protectedpages-expiry\";i:2552;s:24:\"protectedpages-performer\";i:2553;s:21:\"protectedpages-params\";i:2554;s:21:\"protectedpages-submit\";i:2555;s:32:\"protectedpages-unknown-performer\";i:2556;s:29:\"protectedpages-unknown-reason\";i:2557;s:15:\"protectedtitles\";i:2558;s:23:\"protectedtitles-summary\";i:2559;s:20:\"protectedtitlesempty\";i:2560;s:22:\"protectedtitles-submit\";i:2561;s:9:\"listusers\";i:2562;s:17:\"listusers-summary\";i:2563;s:19:\"listusers-editsonly\";i:2564;s:29:\"listusers-temporarygroupsonly\";i:2565;s:22:\"listusers-creationsort\";i:2566;s:14:\"listusers-desc\";i:2567;s:13:\"usereditcount\";i:2568;s:11:\"usercreated\";i:2569;s:16:\"newpages-summary\";i:2570;s:15:\"newpages-submit\";i:2571;s:20:\"ancientpages-summary\";i:2572;s:16:\"unusedimagestext\";i:2573;s:37:\"unusedimagestext-categorizedimgisused\";i:2574;s:20:\"unusedcategoriestext\";i:2575;s:13:\"notargettitle\";i:2576;s:12:\"notargettext\";i:2577;s:11:\"nopagetitle\";i:2578;s:10:\"nopagetext\";i:2579;s:13:\"pager-newer-n\";i:2580;s:8:\"suppress\";i:2581;s:18:\"querypage-disabled\";i:2582;s:7:\"apihelp\";i:2583;s:15:\"apihelp-summary\";i:2584;s:22:\"apihelp-no-such-module\";i:2585;s:12:\"apihelp-link\";i:2586;s:10:\"apisandbox\";i:2587;s:18:\"apisandbox-summary\";i:2588;s:17:\"apisandbox-jsonly\";i:2589;s:16:\"apisandbox-intro\";i:2590;s:17:\"apisandbox-submit\";i:2591;s:16:\"apisandbox-reset\";i:2592;s:16:\"apisandbox-retry\";i:2593;s:18:\"apisandbox-loading\";i:2594;s:21:\"apisandbox-load-error\";i:2595;s:24:\"apisandbox-no-parameters\";i:2596;s:19:\"apisandbox-helpurls\";i:2597;s:19:\"apisandbox-examples\";i:2598;s:29:\"apisandbox-dynamic-parameters\";i:2599;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2600;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2601;s:31:\"apisandbox-dynamic-error-exists\";i:2602;s:37:\"apisandbox-templated-parameter-reason\";i:2603;s:32:\"apisandbox-deprecated-parameters\";i:2604;s:22:\"apisandbox-fetch-token\";i:2605;s:20:\"apisandbox-add-multi\";i:2606;s:38:\"apisandbox-submit-invalid-fields-title\";i:2607;s:40:\"apisandbox-submit-invalid-fields-message\";i:2608;s:18:\"apisandbox-results\";i:2609;s:26:\"apisandbox-sending-request\";i:2610;s:26:\"apisandbox-loading-results\";i:2611;s:24:\"apisandbox-results-error\";i:2612;s:35:\"apisandbox-results-login-suppressed\";i:2613;s:37:\"apisandbox-request-selectformat-label\";i:2614;s:35:\"apisandbox-request-format-url-label\";i:2615;s:28:\"apisandbox-request-url-label\";i:2616;s:36:\"apisandbox-request-format-json-label\";i:2617;s:29:\"apisandbox-request-json-label\";i:2618;s:35:\"apisandbox-request-format-php-label\";i:2619;s:28:\"apisandbox-request-php-label\";i:2620;s:23:\"apisandbox-request-time\";i:2621;s:27:\"apisandbox-results-fixtoken\";i:2622;s:32:\"apisandbox-results-fixtoken-fail\";i:2623;s:21:\"apisandbox-alert-page\";i:2624;s:22:\"apisandbox-alert-field\";i:2625;s:19:\"apisandbox-continue\";i:2626;s:25:\"apisandbox-continue-clear\";i:2627;s:24:\"apisandbox-continue-help\";i:2628;s:22:\"apisandbox-param-limit\";i:2629;s:36:\"apisandbox-multivalue-all-namespaces\";i:2630;s:32:\"apisandbox-multivalue-all-values\";i:2631;s:19:\"booksources-summary\";i:2632;s:16:\"booksources-isbn\";i:2633;s:16:\"booksources-text\";i:2634;s:24:\"booksources-invalid-isbn\";i:2635;s:22:\"magiclink-tracking-rfc\";i:2636;s:27:\"magiclink-tracking-rfc-desc\";i:2637;s:23:\"magiclink-tracking-pmid\";i:2638;s:28:\"magiclink-tracking-pmid-desc\";i:2639;s:23:\"magiclink-tracking-isbn\";i:2640;s:28:\"magiclink-tracking-isbn-desc\";i:2641;s:6:\"rfcurl\";i:2642;s:9:\"pubmedurl\";i:2643;s:19:\"specialloguserlabel\";i:2644;s:20:\"speciallogtitlelabel\";i:2645;s:20:\"logeventslist-submit\";i:2646;s:26:\"logeventslist-more-filters\";i:2647;s:24:\"logeventslist-patrol-log\";i:2648;s:21:\"logeventslist-tag-log\";i:2649;s:26:\"logeventslist-newusers-log\";i:2650;s:13:\"all-logs-page\";i:2651;s:11:\"alllogstext\";i:2652;s:8:\"logempty\";i:2653;s:26:\"showhideselectedlogentries\";i:2654;s:13:\"log-edit-tags\";i:2655;s:15:\"checkbox-select\";i:2656;s:12:\"checkbox-all\";i:2657;s:13:\"checkbox-none\";i:2658;s:15:\"checkbox-invert\";i:2659;s:16:\"allpages-summary\";i:2660;s:12:\"allpagesfrom\";i:2661;s:10:\"allpagesto\";i:2662;s:14:\"allpagesprefix\";i:2663;s:16:\"allpagesbadtitle\";i:2664;s:15:\"allpages-bad-ns\";i:2665;s:23:\"allpages-hide-redirects\";i:2666;s:18:\"categories-summary\";i:2667;s:17:\"categories-submit\";i:2668;s:18:\"categoriespagetext\";i:2669;s:14:\"categoriesfrom\";i:2670;s:20:\"deletedcontributions\";i:2671;s:28:\"deletedcontributions-summary\";i:2672;s:26:\"deletedcontributions-title\";i:2673;s:10:\"linksearch\";i:2674;s:18:\"linksearch-summary\";i:2675;s:15:\"linksearch-text\";i:2676;s:15:\"linksearch-line\";i:2677;s:16:\"linksearch-error\";i:2678;s:13:\"listusersfrom\";i:2679;s:17:\"listusers-blocked\";i:2680;s:11:\"activeusers\";i:2681;s:19:\"activeusers-summary\";i:2682;s:17:\"activeusers-intro\";i:2683;s:17:\"activeusers-count\";i:2684;s:16:\"activeusers-from\";i:2685;s:18:\"activeusers-groups\";i:2686;s:25:\"activeusers-excludegroups\";i:2687;s:18:\"activeusers-submit\";i:2688;s:23:\"listgrouprights-summary\";i:2689;s:19:\"listgrouprights-key\";i:2690;s:29:\"listgrouprights-right-display\";i:2691;s:29:\"listgrouprights-right-revoked\";i:2692;s:24:\"listgrouprights-addgroup\";i:2693;s:27:\"listgrouprights-removegroup\";i:2694;s:29:\"listgrouprights-addgroup-self\";i:2695;s:32:\"listgrouprights-removegroup-self\";i:2696;s:33:\"listgrouprights-addgroup-self-all\";i:2697;s:36:\"listgrouprights-removegroup-self-all\";i:2698;s:42:\"listgrouprights-namespaceprotection-header\";i:2699;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2700;s:10:\"listgrants\";i:2701;s:18:\"listgrants-summary\";i:2702;s:16:\"listgrants-grant\";i:2703;s:17:\"listgrants-rights\";i:2704;s:24:\"listgrants-grant-display\";i:2705;s:26:\"trackingcategories-summary\";i:2706;s:23:\"trackingcategories-desc\";i:2707;s:31:\"restricted-displaytitle-ignored\";i:2708;s:36:\"restricted-displaytitle-ignored-desc\";i:2709;s:20:\"nonnumeric-formatnum\";i:2710;s:25:\"nonnumeric-formatnum-desc\";i:2711;s:21:\"noindex-category-desc\";i:2712;s:19:\"index-category-desc\";i:2713;s:44:\"post-expand-template-inclusion-category-desc\";i:2714;s:43:\"post-expand-template-argument-category-desc\";i:2715;s:38:\"expensive-parserfunction-category-desc\";i:2716;s:25:\"broken-file-category-desc\";i:2717;s:29:\"hidden-category-category-desc\";i:2718;s:25:\"trackingcategories-nodesc\";i:2719;s:27:\"trackingcategories-disabled\";i:2720;s:15:\"mailnologintext\";i:2721;s:22:\"emailuser-title-target\";i:2722;s:17:\"emailuser-summary\";i:2723;s:13:\"emailpagetext\";i:2724;s:15:\"defemailsubject\";i:2725;s:16:\"usermaildisabled\";i:2726;s:20:\"usermaildisabledtext\";i:2727;s:11:\"noemailtext\";i:2728;s:15:\"nowikiemailtext\";i:2729;s:13:\"emailnotarget\";i:2730;s:11:\"emailtarget\";i:2731;s:12:\"email-legend\";i:2732;s:9:\"emailfrom\";i:2733;s:7:\"emailto\";i:2734;s:12:\"emailsubject\";i:2735;s:14:\"emailccsubject\";i:2736;s:15:\"emailuserfooter\";i:2737;s:18:\"usermessage-editor\";i:2738;s:20:\"usermessage-template\";i:2739;s:17:\"watchlist-summary\";i:2740;s:11:\"nowatchlist\";i:2741;s:17:\"watchlistanontext\";i:2742;s:21:\"watchlistnotwatchable\";i:2743;s:15:\"updatewatchlist\";i:2744;s:14:\"addedwatchtext\";i:2745;s:19:\"addedwatchtext-talk\";i:2746;s:20:\"addedwatchtext-short\";i:2747;s:30:\"addedwatchexpiry-options-label\";i:2748;s:21:\"addedwatchexpiryhours\";i:2749;s:26:\"addedwatchexpiryhours-talk\";i:2750;s:20:\"addedwatchexpirytext\";i:2751;s:25:\"addedwatchexpirytext-talk\";i:2752;s:26:\"addedwatchindefinitelytext\";i:2753;s:31:\"addedwatchindefinitelytext-talk\";i:2754;s:16:\"removedwatchtext\";i:2755;s:21:\"removedwatchtext-talk\";i:2756;s:12:\"notanarticle\";i:2757;s:13:\"notvisiblerev\";i:2758;s:17:\"watchlist-details\";i:2759;s:26:\"watchlist-expiry-days-left\";i:2760;s:33:\"watchlist-expiring-days-full-text\";i:2761;s:27:\"watchlist-expiry-hours-left\";i:2762;s:34:\"watchlist-expiring-hours-full-text\";i:2763;s:15:\"wlheader-enotif\";i:2764;s:20:\"wlheader-showupdated\";i:2765;s:6:\"wlnote\";i:2766;s:14:\"watchlist-hide\";i:2767;s:16:\"watchlist-submit\";i:2768;s:10:\"wlshowtime\";i:2769;s:15:\"wlshowhideminor\";i:2770;s:14:\"wlshowhidebots\";i:2771;s:13:\"wlshowhideliu\";i:2772;s:15:\"wlshowhideanons\";i:2773;s:14:\"wlshowhidepatr\";i:2774;s:14:\"wlshowhidemine\";i:2775;s:24:\"wlshowhidecategorization\";i:2776;s:17:\"watchlist-options\";i:2777;s:17:\"watchlist-unwatch\";i:2778;s:22:\"watchlist-unwatch-undo\";i:2779;s:12:\"enotif_reset\";i:2780;s:22:\"enotif_subject_deleted\";i:2781;s:22:\"enotif_subject_created\";i:2782;s:20:\"enotif_subject_moved\";i:2783;s:23:\"enotif_subject_restored\";i:2784;s:22:\"enotif_subject_changed\";i:2785;s:25:\"enotif_body_intro_deleted\";i:2786;s:25:\"enotif_body_intro_created\";i:2787;s:23:\"enotif_body_intro_moved\";i:2788;s:26:\"enotif_body_intro_restored\";i:2789;s:25:\"enotif_body_intro_changed\";i:2790;s:18:\"enotif_lastvisited\";i:2791;s:15:\"enotif_lastdiff\";i:2792;s:11:\"enotif_body\";i:2793;s:16:\"enotif_minoredit\";i:2794;s:21:\"deletepage-deletetalk\";i:2795;s:13:\"exbeforeblank\";i:2796;s:26:\"delete-talk-summary-prefix\";i:2797;s:14:\"historywarning\";i:2798;s:20:\"historyaction-submit\";i:2799;s:17:\"confirmdeletetext\";i:2800;s:11:\"deletedtext\";i:2801;s:25:\"deleted-page-and-talkpage\";i:2802;s:15:\"log-name-create\";i:2803;s:22:\"log-description-create\";i:2804;s:22:\"logentry-create-create\";i:2805;s:17:\"deleteotherreason\";i:2806;s:21:\"deletereason-dropdown\";i:2807;s:30:\"deletereason-dropdown-suppress\";i:2808;s:31:\"delete-edit-reasonlist-suppress\";i:2809;s:13:\"delete-toobig\";i:2810;s:23:\"delete-toomanyrevisions\";i:2811;s:21:\"delete-warning-toobig\";i:2812;s:35:\"delete-error-associated-alreadytalk\";i:2813;s:36:\"delete-error-associated-doesnotexist\";i:2814;s:26:\"deleting-backlinks-warning\";i:2815;s:25:\"deleting-subpages-warning\";i:2816;s:34:\"deleting-talkpage-subpages-warning\";i:2817;s:29:\"rollback-confirmation-confirm\";i:2818;s:25:\"rollback-confirmation-yes\";i:2819;s:24:\"rollback-confirmation-no\";i:2820;s:26:\"rollbacklinkcount-morethan\";i:2821;s:14:\"rollbackfailed\";i:2822;s:21:\"rollback-missingparam\";i:2823;s:24:\"rollback-missingrevision\";i:2824;s:12:\"cantrollback\";i:2825;s:13:\"alreadyrolled\";i:2826;s:11:\"editcomment\";i:2827;s:10:\"revertpage\";i:2828;s:15:\"revertpage-anon\";i:2829;s:17:\"revertpage-nouser\";i:2830;s:16:\"rollback-success\";i:2831;s:14:\"sessionfailure\";i:2832;s:32:\"changecontentmodel-current-label\";i:2833;s:25:\"changecontentmodel-submit\";i:2834;s:31:\"changecontentmodel-success-text\";i:2835;s:33:\"changecontentmodel-cannot-convert\";i:2836;s:34:\"changecontentmodel-nodirectediting\";i:2837;s:36:\"changecontentmodel-emptymodels-title\";i:2838;s:35:\"changecontentmodel-emptymodels-text\";i:2839;s:28:\"log-description-contentmodel\";i:2840;s:25:\"logentry-contentmodel-new\";i:2841;s:28:\"logentry-contentmodel-change\";i:2842;s:39:\"logentry-contentmodel-change-revertlink\";i:2843;s:35:\"logentry-contentmodel-change-revert\";i:2844;s:14:\"protectlogtext\";i:2845;s:16:\"protectedarticle\";i:2846;s:25:\"modifiedarticleprotection\";i:2847;s:18:\"unprotectedarticle\";i:2848;s:22:\"movedarticleprotection\";i:2849;s:24:\"protectedarticle-comment\";i:2850;s:33:\"modifiedarticleprotection-comment\";i:2851;s:26:\"unprotectedarticle-comment\";i:2852;s:13:\"protect-title\";i:2853;s:24:\"protect-title-notallowed\";i:2854;s:31:\"protect-norestrictiontypes-text\";i:2855;s:18:\"protect_expiry_old\";i:2856;s:27:\"protect-unchain-permissions\";i:2857;s:12:\"protect-text\";i:2858;s:22:\"protect-locked-blocked\";i:2859;s:21:\"protect-locked-dblock\";i:2860;s:21:\"protect-locked-access\";i:2861;s:17:\"protect-cascadeon\";i:2862;s:16:\"protect-fallback\";i:2863;s:20:\"protect-summary-desc\";i:2864;s:25:\"protect-expiry-indefinite\";i:2865;s:15:\"protect-cascade\";i:2866;s:16:\"protect-cantedit\";i:2867;s:23:\"protect-existing-expiry\";i:2868;s:32:\"protect-existing-expiry-infinity\";i:2869;s:19:\"protect-otherreason\";i:2870;s:16:\"protect-dropdown\";i:2871;s:22:\"protect-expiry-options\";i:2872;s:17:\"restriction-level\";i:2873;s:17:\"restriction-blank\";i:2874;s:21:\"restriction-level-all\";i:2875;s:16:\"undelete-summary\";i:2876;s:17:\"undeletepagetitle\";i:2877;s:16:\"undeletepagetext\";i:2878;s:17:\"undeleteextrahelp\";i:2879;s:17:\"undeleterevisions\";i:2880;s:15:\"undeletehistory\";i:2881;s:14:\"undeleterevdel\";i:2882;s:22:\"undeletehistorynoadmin\";i:2883;s:17:\"undelete-revision\";i:2884;s:24:\"undeleterevision-missing\";i:2885;s:32:\"undeleterevision-duplicate-revid\";i:2886;s:15:\"undelete-nodiff\";i:2887;s:21:\"undelete-undeletetalk\";i:2888;s:14:\"undeleteinvert\";i:2889;s:14:\"cannotundelete\";i:2890;s:13:\"undeletedpage\";i:2891;s:15:\"undelete-header\";i:2892;s:20:\"undelete-search-full\";i:2893;s:19:\"undelete-no-results\";i:2894;s:26:\"undelete-filename-mismatch\";i:2895;s:22:\"undelete-bad-store-key\";i:2896;s:22:\"undelete-cleanup-error\";i:2897;s:28:\"undelete-missing-filearchive\";i:2898;s:28:\"undelete-talk-summary-prefix\";i:2899;s:14:\"undelete-error\";i:2900;s:37:\"undelete-error-associated-alreadytalk\";i:2901;s:36:\"undelete-error-associated-notdeleted\";i:2902;s:26:\"undelete-show-file-confirm\";i:2903;s:22:\"undelete-revision-row2\";i:2904;s:21:\"undelete-back-to-list\";i:2905;s:28:\"tooltip-whatlinkshere-invert\";i:2906;s:13:\"contributions\";i:2907;s:21:\"contributions-summary\";i:2908;s:22:\"contributions-subtitle\";i:2909;s:32:\"negative-namespace-not-supported\";i:2910;s:10:\"nocontribs\";i:2911;s:4:\"date\";i:2912;s:25:\"sp-contributions-blocklog\";i:2913;s:28:\"sp-contributions-suppresslog\";i:2914;s:24:\"sp-contributions-deleted\";i:2915;s:24:\"sp-contributions-uploads\";i:2916;s:27:\"sp-contributions-userrights\";i:2917;s:31:\"sp-contributions-blocked-notice\";i:2918;s:39:\"sp-contributions-blocked-notice-partial\";i:2919;s:36:\"sp-contributions-blocked-notice-anon\";i:2920;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2921;s:23:\"sp-contributions-search\";i:2922;s:24:\"sp-contributions-toponly\";i:2923;s:24:\"sp-contributions-newonly\";i:2924;s:26:\"sp-contributions-hideminor\";i:2925;s:24:\"sp-contributions-explain\";i:2926;s:23:\"sp-contributions-footer\";i:2927;s:28:\"sp-contributions-footer-anon\";i:2928;s:34:\"sp-contributions-footer-anon-range\";i:2929;s:27:\"sp-contributions-outofrange\";i:2930;s:33:\"sp-contributions-concurrency-user\";i:2931;s:31:\"sp-contributions-concurrency-ip\";i:2932;s:19:\"whatlinkshere-count\";i:2933;s:21:\"whatlinkshere-summary\";i:2934;s:11:\"nolinkshere\";i:2935;s:14:\"nolinkshere-ns\";i:2936;s:24:\"whatlinkshere-hideimages\";i:2937;s:26:\"whatlinkshere-sectionredir\";i:2938;s:20:\"whatlinkshere-submit\";i:2939;s:11:\"autoblockid\";i:2940;s:5:\"block\";i:2941;s:7:\"unblock\";i:2942;s:15:\"unblock-summary\";i:2943;s:13:\"changeblockip\";i:2944;s:7:\"blockip\";i:2945;s:11:\"blockiptext\";i:2946;s:18:\"ipbreason-dropdown\";i:2947;s:13:\"ipb-hardblock\";i:2948;s:16:\"ipbcreateaccount\";i:2949;s:18:\"ipbenableautoblock\";i:2950;s:9:\"ipbsubmit\";i:2951;s:8:\"ipbother\";i:2952;s:11:\"ipbhidename\";i:2953;s:12:\"ipbwatchuser\";i:2954;s:19:\"ipb-disableusertalk\";i:2955;s:16:\"ipb-change-block\";i:2956;s:11:\"ipb-confirm\";i:2957;s:12:\"ipb-sitewide\";i:2958;s:11:\"ipb-partial\";i:2959;s:17:\"ipb-sitewide-help\";i:2960;s:16:\"ipb-partial-help\";i:2961;s:17:\"ipb-action-create\";i:2962;s:15:\"ipb-action-move\";i:2963;s:17:\"ipb-action-upload\";i:2964;s:15:\"ipb-pages-label\";i:2965;s:20:\"ipb-namespaces-label\";i:2966;s:17:\"blockipsuccesssub\";i:2967;s:18:\"blockipsuccesstext\";i:2968;s:15:\"ipb-empty-block\";i:2969;s:19:\"ipb-block-not-found\";i:2970;s:16:\"ipb-blockingself\";i:2971;s:19:\"ipb-confirmhideuser\";i:2972;s:17:\"ipb-confirmaction\";i:2973;s:17:\"ipb-edit-dropdown\";i:2974;s:16:\"ipb-unblock-addr\";i:2975;s:11:\"ipb-unblock\";i:2976;s:13:\"ipb-blocklist\";i:2977;s:22:\"ipb-blocklist-contribs\";i:2978;s:27:\"ipb-blocklist-duration-left\";i:2979;s:13:\"block-actions\";i:2980;s:13:\"block-details\";i:2981;s:12:\"block-expiry\";i:2982;s:13:\"block-options\";i:2983;s:12:\"block-reason\";i:2984;s:12:\"block-target\";i:2985;s:24:\"block-target-placeholder\";i:2986;s:9:\"unblockip\";i:2987;s:13:\"unblockiptext\";i:2988;s:9:\"ipusubmit\";i:2989;s:9:\"unblocked\";i:2990;s:15:\"unblocked-range\";i:2991;s:12:\"unblocked-id\";i:2992;s:12:\"unblocked-ip\";i:2993;s:9:\"blocklist\";i:2994;s:13:\"autoblocklist\";i:2995;s:20:\"autoblocklist-submit\";i:2996;s:20:\"autoblocklist-legend\";i:2997;s:25:\"autoblocklist-localblocks\";i:2998;s:30:\"autoblocklist-total-autoblocks\";i:2999;s:19:\"autoblocklist-empty\";i:3000;s:25:\"autoblocklist-otherblocks\";i:3001;s:11:\"ipblocklist\";i:3002;s:18:\"ipblocklist-legend\";i:3003;s:20:\"blocklist-autoblocks\";i:3004;s:20:\"blocklist-userblocks\";i:3005;s:20:\"blocklist-tempblocks\";i:3006;s:21:\"blocklist-indefblocks\";i:3007;s:23:\"blocklist-addressblocks\";i:3008;s:14:\"blocklist-type\";i:3009;s:22:\"blocklist-type-opt-all\";i:3010;s:27:\"blocklist-type-opt-sitewide\";i:3011;s:26:\"blocklist-type-opt-partial\";i:3012;s:21:\"blocklist-rangeblocks\";i:3013;s:19:\"blocklist-timestamp\";i:3014;s:16:\"blocklist-target\";i:3015;s:16:\"blocklist-expiry\";i:3016;s:12:\"blocklist-by\";i:3017;s:16:\"blocklist-params\";i:3018;s:17:\"blocklist-summary\";i:3019;s:22:\"ipblocklist-localblock\";i:3020;s:23:\"ipblocklist-otherblocks\";i:3021;s:13:\"infiniteblock\";i:3022;s:13:\"anononlyblock\";i:3023;s:16:\"noautoblockblock\";i:3024;s:18:\"createaccountblock\";i:3025;s:10:\"emailblock\";i:3026;s:20:\"blocklist-nousertalk\";i:3027;s:17:\"blocklist-editing\";i:3028;s:26:\"blocklist-editing-sitewide\";i:3029;s:22:\"blocklist-editing-page\";i:3030;s:20:\"blocklist-editing-ns\";i:3031;s:24:\"blocklist-editing-action\";i:3032;s:22:\"ipblocklist-no-results\";i:3033;s:14:\"empty-username\";i:3034;s:9:\"emaillink\";i:3035;s:11:\"autoblocker\";i:3036;s:12:\"blocklogpage\";i:3037;s:16:\"blocklog-showlog\";i:3038;s:24:\"blocklog-showsuppresslog\";i:3039;s:13:\"blocklogentry\";i:3040;s:16:\"reblock-logentry\";i:3041;s:12:\"blocklogtext\";i:3042;s:15:\"unblocklogentry\";i:3043;s:24:\"block-log-flags-anononly\";i:3044;s:24:\"block-log-flags-nocreate\";i:3045;s:27:\"block-log-flags-noautoblock\";i:3046;s:23:\"block-log-flags-noemail\";i:3047;s:26:\"block-log-flags-nousertalk\";i:3048;s:31:\"block-log-flags-angry-autoblock\";i:3049;s:26:\"block-log-flags-hiddenname\";i:3050;s:20:\"range_block_disabled\";i:3051;s:26:\"ipb-prevent-user-talk-edit\";i:3052;s:18:\"ipb_expiry_invalid\";i:3053;s:14:\"ipb_expiry_old\";i:3054;s:15:\"ipb_expiry_temp\";i:3055;s:16:\"ipb_hide_invalid\";i:3056;s:16:\"ipb_hide_partial\";i:3057;s:19:\"ipb_already_blocked\";i:3058;s:15:\"ipb-needreblock\";i:3059;s:22:\"ipb-otherblocks-header\";i:3060;s:16:\"unblock-hideuser\";i:3061;s:16:\"ipb_cant_unblock\";i:3062;s:20:\"ipb_blocked_as_range\";i:3063;s:16:\"ip_range_invalid\";i:3064;s:17:\"ip_range_toolarge\";i:3065;s:17:\"ip_range_exceeded\";i:3066;s:15:\"ip_range_toolow\";i:3067;s:12:\"proxyblocker\";i:3068;s:16:\"proxyblockreason\";i:3069;s:5:\"sorbs\";i:3070;s:11:\"sorbsreason\";i:3071;s:27:\"sorbs_create_account_reason\";i:3072;s:21:\"softblockrangesreason\";i:3073;s:14:\"xffblockreason\";i:3074;s:20:\"cant-see-hidden-user\";i:3075;s:27:\"cant-block-nonexistent-page\";i:3076;s:10:\"ipbblocked\";i:3077;s:16:\"ipbnounblockself\";i:3078;s:18:\"ipb-default-expiry\";i:3079;s:21:\"ipb-default-expiry-ip\";i:3080;s:6:\"lockdb\";i:3081;s:8:\"unlockdb\";i:3082;s:10:\"lockdbtext\";i:3083;s:12:\"unlockdbtext\";i:3084;s:11:\"lockconfirm\";i:3085;s:13:\"unlockconfirm\";i:3086;s:7:\"lockbtn\";i:3087;s:9:\"unlockbtn\";i:3088;s:13:\"locknoconfirm\";i:3089;s:16:\"lockdbsuccesssub\";i:3090;s:18:\"unlockdbsuccesssub\";i:3091;s:17:\"lockdbsuccesstext\";i:3092;s:19:\"unlockdbsuccesstext\";i:3093;s:19:\"lockfilenotwritable\";i:3094;s:14:\"databaselocked\";i:3095;s:17:\"databasenotlocked\";i:3096;s:15:\"lockedbyandtime\";i:3097;s:9:\"move-page\";i:3098;s:16:\"movepage-summary\";i:3099;s:16:\"move-page-legend\";i:3100;s:12:\"movepagetext\";i:3101;s:28:\"movepagetext-noredirectfixer\";i:3102;s:30:\"movepagetext-noredirectsupport\";i:3103;s:16:\"movepagetalktext\";i:3104;s:20:\"moveuserpage-warning\";i:3105;s:24:\"movecategorypage-warning\";i:3106;s:15:\"movenologintext\";i:3107;s:14:\"movenotallowed\";i:3108;s:18:\"movenotallowedfile\";i:3109;s:19:\"cant-move-user-page\";i:3110;s:22:\"cant-move-to-user-page\";i:3111;s:23:\"cant-move-category-page\";i:3112;s:26:\"cant-move-to-category-page\";i:3113;s:18:\"cant-move-subpages\";i:3114;s:20:\"namespace-nosubpages\";i:3115;s:8:\"newtitle\";i:3116;s:10:\"move-watch\";i:3117;s:11:\"movepagebtn\";i:3118;s:12:\"pagemovedsub\";i:3119;s:10:\"cannotmove\";i:3120;s:14:\"movepage-moved\";i:3121;s:23:\"movepage-moved-redirect\";i:3122;s:25:\"movepage-moved-noredirect\";i:3123;s:21:\"movepage-delete-first\";i:3124;s:13:\"articleexists\";i:3125;s:14:\"redirectexists\";i:3126;s:23:\"cantmove-titleprotected\";i:3127;s:8:\"movetalk\";i:3128;s:13:\"move-subpages\";i:3129;s:18:\"move-talk-subpages\";i:3130;s:20:\"movepage-page-exists\";i:3131;s:28:\"movepage-source-doesnt-exist\";i:3132;s:19:\"movepage-page-moved\";i:3133;s:21:\"movepage-page-unmoved\";i:3134;s:18:\"movepage-max-pages\";i:3135;s:15:\"movelogpagetext\";i:3136;s:11:\"movesubpage\";i:3137;s:15:\"movesubpagetext\";i:3138;s:19:\"movesubpagetalktext\";i:3139;s:25:\"movesubpagetext-truncated\";i:3140;s:29:\"movesubpagetalktext-truncated\";i:3141;s:13:\"movenosubpage\";i:3142;s:10:\"movereason\";i:3143;s:18:\"move-redirect-text\";i:3144;s:31:\"category-move-redirect-override\";i:3145;s:20:\"delete_and_move_text\";i:3146;s:29:\"delete_redirect_and_move_text\";i:3147;s:23:\"delete_and_move_confirm\";i:3148;s:22:\"delete_and_move_reason\";i:3149;s:8:\"selfmove\";i:3150;s:25:\"immobile-source-namespace\";i:3151;s:28:\"immobile-source-namespace-iw\";i:3152;s:25:\"immobile-target-namespace\";i:3153;s:28:\"immobile-target-namespace-iw\";i:3154;s:20:\"immobile-source-page\";i:3155;s:20:\"immobile-target-page\";i:3156;s:29:\"movepage-invalid-target-title\";i:3157;s:16:\"bad-target-model\";i:3158;s:21:\"imagenocrossnamespace\";i:3159;s:27:\"nonfile-cannot-move-to-file\";i:3160;s:17:\"imagetypemismatch\";i:3161;s:20:\"imageinvalidfilename\";i:3162;s:20:\"fix-double-redirects\";i:3163;s:19:\"move-leave-redirect\";i:3164;s:24:\"protectedpagemovewarning\";i:3165;s:28:\"semiprotectedpagemovewarning\";i:3166;s:20:\"move-over-sharedrepo\";i:3167;s:22:\"file-exists-sharedrepo\";i:3168;s:14:\"export-summary\";i:3169;s:10:\"exporttext\";i:3170;s:9:\"exportall\";i:3171;s:13:\"exportcuronly\";i:3172;s:15:\"exportnohistory\";i:3173;s:17:\"exportlistauthors\";i:3174;s:13:\"export-submit\";i:3175;s:15:\"export-download\";i:3176;s:16:\"export-templates\";i:3177;s:16:\"export-pagelinks\";i:3178;s:13:\"export-manual\";i:3179;s:18:\"allmessagesdefault\";i:3180;s:15:\"allmessagestext\";i:3181;s:34:\"allmessages-not-supported-database\";i:3182;s:18:\"allmessages-filter\";i:3183;s:18:\"allmessages-prefix\";i:3184;s:15:\"thumbnail_error\";i:3185;s:15:\"djvu_page_error\";i:3186;s:21:\"thumbnail-temp-create\";i:3187;s:21:\"thumbnail-dest-create\";i:3188;s:24:\"thumbnail_invalid_params\";i:3189;s:25:\"thumbnail_toobigimagearea\";i:3190;s:24:\"thumbnail_dest_directory\";i:3191;s:20:\"thumbnail_image-type\";i:3192;s:20:\"thumbnail_gd-library\";i:3193;s:25:\"thumbnail_image-size-zero\";i:3194;s:23:\"thumbnail_image-missing\";i:3195;s:29:\"thumbnail_image-failure-limit\";i:3196;s:6:\"import\";i:3197;s:14:\"import-summary\";i:3198;s:15:\"importinterwiki\";i:3199;s:21:\"import-interwiki-text\";i:3200;s:24:\"import-interwiki-history\";i:3201;s:26:\"import-interwiki-templates\";i:3202;s:22:\"import-mapping-default\";i:3203;s:22:\"import-mapping-subpage\";i:3204;s:29:\"import-upload-username-prefix\";i:3205;s:25:\"import-assign-known-users\";i:3206;s:10:\"importtext\";i:3207;s:11:\"importstart\";i:3208;s:21:\"import-revision-count\";i:3209;s:13:\"importnopages\";i:3210;s:20:\"imported-log-entries\";i:3211;s:12:\"importfailed\";i:3212;s:19:\"importunknownsource\";i:3213;s:14:\"importnoprefix\";i:3214;s:14:\"importcantopen\";i:3215;s:18:\"importbadinterwiki\";i:3216;s:13:\"importsuccess\";i:3217;s:15:\"importnosources\";i:3218;s:12:\"importnofile\";i:3219;s:21:\"importuploaderrorsize\";i:3220;s:24:\"importuploaderrorpartial\";i:3221;s:21:\"importuploaderrortemp\";i:3222;s:20:\"import-parse-failure\";i:3223;s:16:\"import-noarticle\";i:3224;s:21:\"import-nonewrevisions\";i:3225;s:16:\"xml-error-string\";i:3226;s:13:\"import-upload\";i:3227;s:21:\"import-token-mismatch\";i:3228;s:24:\"import-invalid-interwiki\";i:3229;s:17:\"import-error-edit\";i:3230;s:22:\"import-error-interwiki\";i:3231;s:20:\"import-error-special\";i:3232;s:20:\"import-error-invalid\";i:3233;s:24:\"import-error-unserialize\";i:3234;s:25:\"import-error-bad-location\";i:3235;s:20:\"import-options-wrong\";i:3236;s:23:\"import-rootpage-invalid\";i:3237;s:25:\"import-rootpage-nosubpage\";i:3238;s:13:\"importlogpage\";i:3239;s:17:\"importlogpagetext\";i:3240;s:22:\"import-logentry-upload\";i:3241;s:29:\"import-logentry-upload-detail\";i:3242;s:25:\"import-logentry-interwiki\";i:3243;s:32:\"import-logentry-interwiki-detail\";i:3244;s:14:\"javascripttest\";i:3245;s:26:\"javascripttest-qunit-intro\";i:3246;s:21:\"accesskey-pt-userpage\";i:3247;s:25:\"accesskey-pt-anonuserpage\";i:3248;s:19:\"accesskey-pt-mytalk\";i:3249;s:21:\"accesskey-pt-anontalk\";i:3250;s:24:\"accesskey-pt-preferences\";i:3251;s:22:\"accesskey-pt-watchlist\";i:3252;s:22:\"accesskey-pt-mycontris\";i:3253;s:25:\"accesskey-pt-anoncontribs\";i:3254;s:18:\"accesskey-pt-login\";i:3255;s:26:\"accesskey-pt-login-private\";i:3256;s:19:\"accesskey-pt-logout\";i:3257;s:26:\"accesskey-pt-createaccount\";i:3258;s:17:\"accesskey-ca-view\";i:3259;s:17:\"accesskey-ca-talk\";i:3260;s:17:\"accesskey-ca-edit\";i:3261;s:23:\"accesskey-ca-addsection\";i:3262;s:23:\"accesskey-ca-viewsource\";i:3263;s:20:\"accesskey-ca-history\";i:3264;s:20:\"accesskey-ca-protect\";i:3265;s:22:\"accesskey-ca-unprotect\";i:3266;s:19:\"accesskey-ca-delete\";i:3267;s:21:\"accesskey-ca-undelete\";i:3268;s:17:\"accesskey-ca-move\";i:3269;s:18:\"accesskey-ca-watch\";i:3270;s:20:\"accesskey-ca-unwatch\";i:3271;s:16:\"accesskey-search\";i:3272;s:19:\"accesskey-search-go\";i:3273;s:25:\"accesskey-search-fulltext\";i:3274;s:16:\"accesskey-p-logo\";i:3275;s:26:\"accesskey-n-help-mediawiki\";i:3276;s:20:\"accesskey-n-mainpage\";i:3277;s:32:\"accesskey-n-mainpage-description\";i:3278;s:18:\"accesskey-n-portal\";i:3279;s:25:\"accesskey-n-currentevents\";i:3280;s:25:\"accesskey-n-recentchanges\";i:3281;s:22:\"accesskey-n-randompage\";i:3282;s:16:\"accesskey-n-help\";i:3283;s:25:\"accesskey-t-whatlinkshere\";i:3284;s:31:\"accesskey-t-recentchangeslinked\";i:3285;s:18:\"accesskey-feed-rss\";i:3286;s:19:\"accesskey-feed-atom\";i:3287;s:25:\"accesskey-t-contributions\";i:3288;s:21:\"accesskey-t-emailuser\";i:3289;s:16:\"accesskey-t-info\";i:3290;s:21:\"accesskey-t-permalink\";i:3291;s:17:\"accesskey-t-print\";i:3292;s:18:\"accesskey-t-upload\";i:3293;s:24:\"accesskey-t-specialpages\";i:3294;s:23:\"accesskey-ca-nstab-main\";i:3295;s:23:\"accesskey-ca-nstab-user\";i:3296;s:24:\"accesskey-ca-nstab-media\";i:3297;s:26:\"accesskey-ca-nstab-special\";i:3298;s:26:\"accesskey-ca-nstab-project\";i:3299;s:24:\"accesskey-ca-nstab-image\";i:3300;s:28:\"accesskey-ca-nstab-mediawiki\";i:3301;s:27:\"accesskey-ca-nstab-template\";i:3302;s:23:\"accesskey-ca-nstab-help\";i:3303;s:27:\"accesskey-ca-nstab-category\";i:3304;s:19:\"accesskey-minoredit\";i:3305;s:14:\"accesskey-save\";i:3306;s:17:\"accesskey-publish\";i:3307;s:17:\"accesskey-preview\";i:3308;s:14:\"accesskey-diff\";i:3309;s:33:\"accesskey-compareselectedversions\";i:3310;s:15:\"accesskey-watch\";i:3311;s:26:\"accesskey-watchlist-expiry\";i:3312;s:16:\"accesskey-upload\";i:3313;s:26:\"accesskey-preferences-save\";i:3314;s:17:\"accesskey-summary\";i:3315;s:24:\"accesskey-userrights-set\";i:3316;s:23:\"accesskey-blockip-block\";i:3317;s:16:\"accesskey-export\";i:3318;s:16:\"accesskey-import\";i:3319;s:37:\"accesskey-watchlistedit-normal-submit\";i:3320;s:34:\"accesskey-watchlistedit-raw-submit\";i:3321;s:23:\"tooltip-pt-anonuserpage\";i:3322;s:22:\"tooltip-pt-tmpuserpage\";i:3323;s:19:\"tooltip-pt-anontalk\";i:3324;s:23:\"tooltip-pt-anoncontribs\";i:3325;s:24:\"tooltip-pt-login-private\";i:3326;s:15:\"tooltip-ca-view\";i:3327;s:18:\"tooltip-ca-protect\";i:3328;s:20:\"tooltip-ca-unprotect\";i:3329;s:17:\"tooltip-ca-delete\";i:3330;s:19:\"tooltip-ca-undelete\";i:3331;s:27:\"tooltip-ca-unwatch-expiring\";i:3332;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3333;s:18:\"tooltip-p-cactions\";i:3334;s:14:\"tooltip-p-lang\";i:3335;s:20:\"tooltip-p-navigation\";i:3336;s:18:\"tooltip-p-personal\";i:3337;s:20:\"tooltip-p-namespaces\";i:3338;s:12:\"tooltip-p-tb\";i:3339;s:18:\"tooltip-p-variants\";i:3340;s:15:\"tooltip-p-views\";i:3341;s:36:\"tooltip-p-user-interface-preferences\";i:3342;s:19:\"tooltip-p-user-page\";i:3343;s:24:\"tooltip-n-help-mediawiki\";i:3344;s:16:\"tooltip-feed-rss\";i:3345;s:19:\"tooltip-t-emailuser\";i:3346;s:14:\"tooltip-t-info\";i:3347;s:22:\"tooltip-ca-nstab-media\";i:3348;s:21:\"tooltip-ca-nstab-help\";i:3349;s:15:\"tooltip-publish\";i:3350;s:31:\"tooltip-compareselectedversions\";i:3351;s:13:\"tooltip-watch\";i:3352;s:24:\"tooltip-watchlist-expiry\";i:3353;s:35:\"tooltip-watchlistedit-normal-submit\";i:3354;s:32:\"tooltip-watchlistedit-raw-submit\";i:3355;s:16:\"tooltip-recreate\";i:3356;s:14:\"tooltip-upload\";i:3357;s:24:\"tooltip-preferences-save\";i:3358;s:24:\"interlanguage-link-title\";i:3359;s:33:\"interlanguage-link-title-langonly\";i:3360;s:32:\"interlanguage-link-title-nonlang\";i:3361;s:36:\"interlanguage-link-title-nonlangonly\";i:3362;s:10:\"common.css\";i:3363;s:9:\"print.css\";i:3364;s:12:\"noscript.css\";i:3365;s:23:\"group-autoconfirmed.css\";i:3366;s:14:\"group-user.css\";i:3367;s:13:\"group-bot.css\";i:3368;s:15:\"group-sysop.css\";i:3369;s:20:\"group-bureaucrat.css\";i:3370;s:11:\"common.json\";i:3371;s:9:\"common.js\";i:3372;s:22:\"group-autoconfirmed.js\";i:3373;s:13:\"group-user.js\";i:3374;s:12:\"group-bot.js\";i:3375;s:14:\"group-sysop.js\";i:3376;s:19:\"group-bureaucrat.js\";i:3377;s:9:\"anonymous\";i:3378;s:8:\"siteuser\";i:3379;s:8:\"anonuser\";i:3380;s:16:\"lastmodifiedatby\";i:3381;s:13:\"othercontribs\";i:3382;s:6:\"others\";i:3383;s:9:\"siteusers\";i:3384;s:9:\"anonusers\";i:3385;s:11:\"creditspage\";i:3386;s:9:\"nocredits\";i:3387;s:19:\"spamprotectiontitle\";i:3388;s:18:\"spamprotectiontext\";i:3389;s:19:\"spamprotectionmatch\";i:3390;s:16:\"spambot_username\";i:3391;s:14:\"spam_reverting\";i:3392;s:13:\"spam_blanking\";i:3393;s:13:\"spam_deleting\";i:3394;s:15:\"pageinfo-header\";i:3395;s:14:\"pageinfo-title\";i:3396;s:20:\"pageinfo-not-current\";i:3397;s:21:\"pageinfo-header-basic\";i:3398;s:21:\"pageinfo-header-edits\";i:3399;s:28:\"pageinfo-header-restrictions\";i:3400;s:26:\"pageinfo-header-properties\";i:3401;s:22:\"pageinfo-display-title\";i:3402;s:21:\"pageinfo-default-sort\";i:3403;s:15:\"pageinfo-length\";i:3404;s:18:\"pageinfo-namespace\";i:3405;s:19:\"pageinfo-article-id\";i:3406;s:24:\"pageinfo-language-change\";i:3407;s:22:\"pageinfo-content-model\";i:3408;s:29:\"pageinfo-content-model-change\";i:3409;s:21:\"pageinfo-robot-policy\";i:3410;s:20:\"pageinfo-robot-index\";i:3411;s:22:\"pageinfo-robot-noindex\";i:3412;s:17:\"pageinfo-watchers\";i:3413;s:26:\"pageinfo-visiting-watchers\";i:3414;s:21:\"pageinfo-few-watchers\";i:3415;s:30:\"pageinfo-few-visiting-watchers\";i:3416;s:23:\"pageinfo-redirects-name\";i:3417;s:24:\"pageinfo-redirects-value\";i:3418;s:22:\"pageinfo-subpages-name\";i:3419;s:23:\"pageinfo-subpages-value\";i:3420;s:18:\"pageinfo-firstuser\";i:3421;s:18:\"pageinfo-firsttime\";i:3422;s:17:\"pageinfo-lastuser\";i:3423;s:17:\"pageinfo-lasttime\";i:3424;s:14:\"pageinfo-edits\";i:3425;s:16:\"pageinfo-authors\";i:3426;s:21:\"pageinfo-recent-edits\";i:3427;s:23:\"pageinfo-recent-authors\";i:3428;s:20:\"pageinfo-magic-words\";i:3429;s:26:\"pageinfo-hidden-categories\";i:3430;s:18:\"pageinfo-templates\";i:3431;s:22:\"pageinfo-transclusions\";i:3432;s:15:\"pageinfo-footer\";i:3433;s:20:\"pageinfo-redirectsto\";i:3434;s:25:\"pageinfo-redirectsto-info\";i:3435;s:20:\"pageinfo-contentpage\";i:3436;s:24:\"pageinfo-contentpage-yes\";i:3437;s:26:\"pageinfo-protect-cascading\";i:3438;s:30:\"pageinfo-protect-cascading-yes\";i:3439;s:31:\"pageinfo-protect-cascading-from\";i:3440;s:22:\"pageinfo-category-info\";i:3441;s:23:\"pageinfo-category-total\";i:3442;s:23:\"pageinfo-category-pages\";i:3443;s:25:\"pageinfo-category-subcats\";i:3444;s:23:\"pageinfo-category-files\";i:3445;s:16:\"pageinfo-user-id\";i:3446;s:18:\"pageinfo-file-hash\";i:3447;s:25:\"pageinfo-view-protect-log\";i:3448;s:19:\"markaspatrolleddiff\";i:3449;s:19:\"markaspatrolledlink\";i:3450;s:19:\"markaspatrolledtext\";i:3451;s:24:\"markaspatrolledtext-file\";i:3452;s:17:\"markedaspatrolled\";i:3453;s:21:\"markedaspatrolledtext\";i:3454;s:16:\"rcpatroldisabled\";i:3455;s:20:\"rcpatroldisabledtext\";i:3456;s:22:\"markedaspatrollederror\";i:3457;s:26:\"markedaspatrollederrortext\";i:3458;s:35:\"markedaspatrollederror-noautopatrol\";i:3459;s:23:\"markedaspatrollednotify\";i:3460;s:15:\"patrol-log-page\";i:3461;s:17:\"patrol-log-header\";i:3462;s:28:\"confirm-markpatrolled-button\";i:3463;s:25:\"confirm-markpatrolled-top\";i:3464;s:15:\"deletedrevision\";i:3465;s:21:\"filedeleteerror-short\";i:3466;s:20:\"filedeleteerror-long\";i:3467;s:18:\"filedelete-missing\";i:3468;s:27:\"filedelete-old-unregistered\";i:3469;s:31:\"filedelete-current-unregistered\";i:3470;s:28:\"filedelete-archive-read-only\";i:3471;s:12:\"mediawarning\";i:3472;s:12:\"imagemaxsize\";i:3473;s:9:\"thumbsize\";i:3474;s:11:\"widthheight\";i:3475;s:15:\"widthheightpage\";i:3476;s:9:\"file-info\";i:3477;s:20:\"file-info-size-pages\";i:3478;s:22:\"svg-long-desc-animated\";i:3479;s:14:\"svg-long-error\";i:3480;s:29:\"show-big-image-preview-differ\";i:3481;s:20:\"file-info-gif-looped\";i:3482;s:20:\"file-info-gif-frames\";i:3483;s:20:\"file-info-png-looped\";i:3484;s:20:\"file-info-png-repeat\";i:3485;s:20:\"file-info-png-frames\";i:3486;s:23:\"file-no-thumb-animation\";i:3487;s:27:\"file-no-thumb-animation-gif\";i:3488;s:9:\"newimages\";i:3489;s:13:\"newimagestext\";i:3490;s:13:\"imagelisttext\";i:3491;s:17:\"newimages-summary\";i:3492;s:16:\"newimages-legend\";i:3493;s:14:\"newimages-user\";i:3494;s:18:\"newimages-showbots\";i:3495;s:23:\"newimages-hidepatrolled\";i:3496;s:19:\"newimages-mediatype\";i:3497;s:8:\"noimages\";i:3498;s:24:\"gallery-slideshow-toggle\";i:3499;s:6:\"bydate\";i:3500;s:21:\"sp-newimages-showfrom\";i:3501;s:10:\"video-dims\";i:3502;s:14:\"seconds-abbrev\";i:3503;s:14:\"minutes-abbrev\";i:3504;s:12:\"hours-abbrev\";i:3505;s:11:\"days-abbrev\";i:3506;s:7:\"seconds\";i:3507;s:7:\"minutes\";i:3508;s:5:\"hours\";i:3509;s:4:\"days\";i:3510;s:5:\"weeks\";i:3511;s:6:\"months\";i:3512;s:5:\"years\";i:3513;s:3:\"ago\";i:3514;s:8:\"just-now\";i:3515;s:9:\"hours-ago\";i:3516;s:11:\"minutes-ago\";i:3517;s:11:\"seconds-ago\";i:3518;s:9:\"monday-at\";i:3519;s:10:\"tuesday-at\";i:3520;s:12:\"wednesday-at\";i:3521;s:11:\"thursday-at\";i:3522;s:9:\"friday-at\";i:3523;s:11:\"saturday-at\";i:3524;s:9:\"sunday-at\";i:3525;s:8:\"today-at\";i:3526;s:12:\"yesterday-at\";i:3527;s:19:\"variantname-zh-hans\";i:3528;s:19:\"variantname-zh-hant\";i:3529;s:17:\"variantname-zh-cn\";i:3530;s:17:\"variantname-zh-tw\";i:3531;s:17:\"variantname-zh-hk\";i:3532;s:17:\"variantname-zh-mo\";i:3533;s:17:\"variantname-zh-sg\";i:3534;s:17:\"variantname-zh-my\";i:3535;s:14:\"variantname-zh\";i:3536;s:20:\"variantname-gan-hans\";i:3537;s:20:\"variantname-gan-hant\";i:3538;s:15:\"variantname-gan\";i:3539;s:19:\"variantname-sr-cyrl\";i:3540;s:17:\"variantname-sr-ec\";i:3541;s:17:\"variantname-sr-el\";i:3542;s:19:\"variantname-sr-latn\";i:3543;s:14:\"variantname-sr\";i:3544;s:17:\"variantname-kk-kz\";i:3545;s:17:\"variantname-kk-tr\";i:3546;s:17:\"variantname-kk-cn\";i:3547;s:19:\"variantname-kk-cyrl\";i:3548;s:19:\"variantname-kk-latn\";i:3549;s:19:\"variantname-kk-arab\";i:3550;s:14:\"variantname-kk\";i:3551;s:19:\"variantname-ku-arab\";i:3552;s:19:\"variantname-ku-latn\";i:3553;s:14:\"variantname-ku\";i:3554;s:19:\"variantname-tg-cyrl\";i:3555;s:19:\"variantname-tg-latn\";i:3556;s:14:\"variantname-tg\";i:3557;s:20:\"variantname-tly-cyrl\";i:3558;s:15:\"variantname-tly\";i:3559;s:20:\"variantname-ike-cans\";i:3560;s:20:\"variantname-ike-latn\";i:3561;s:14:\"variantname-iu\";i:3562;s:20:\"variantname-shi-tfng\";i:3563;s:20:\"variantname-shi-latn\";i:3564;s:15:\"variantname-shi\";i:3565;s:14:\"variantname-uz\";i:3566;s:19:\"variantname-uz-latn\";i:3567;s:19:\"variantname-uz-cyrl\";i:3568;s:15:\"variantname-crh\";i:3569;s:20:\"variantname-crh-latn\";i:3570;s:20:\"variantname-crh-cyrl\";i:3571;s:15:\"metadata-expand\";i:3572;s:17:\"metadata-collapse\";i:3573;s:17:\"metadata-langitem\";i:3574;s:25:\"metadata-langitem-default\";i:3575;s:12:\"confirmemail\";i:3576;s:20:\"confirmemail_noemail\";i:3577;s:17:\"confirmemail_text\";i:3578;s:20:\"confirmemail_pending\";i:3579;s:17:\"confirmemail_send\";i:3580;s:17:\"confirmemail_sent\";i:3581;s:21:\"confirmemail_oncreate\";i:3582;s:23:\"confirmemail_sendfailed\";i:3583;s:20:\"confirmemail_invalid\";i:3584;s:22:\"confirmemail_needlogin\";i:3585;s:20:\"confirmemail_success\";i:3586;s:21:\"confirmemail_loggedin\";i:3587;s:20:\"confirmemail_subject\";i:3588;s:17:\"confirmemail_body\";i:3589;s:25:\"confirmemail_body_changed\";i:3590;s:21:\"confirmemail_body_set\";i:3591;s:24:\"confirmemail_invalidated\";i:3592;s:15:\"invalidateemail\";i:3593;s:33:\"notificationemail_subject_changed\";i:3594;s:33:\"notificationemail_subject_removed\";i:3595;s:30:\"notificationemail_body_changed\";i:3596;s:30:\"notificationemail_body_removed\";i:3597;s:23:\"scarytranscludedisabled\";i:3598;s:21:\"scarytranscludefailed\";i:3599;s:32:\"scarytranscludefailed-httpstatus\";i:3600;s:22:\"scarytranscludetoolong\";i:3601;s:19:\"deletedwhileediting\";i:3602;s:15:\"confirmrecreate\";i:3603;s:24:\"confirmrecreate-noreason\";i:3604;s:8:\"recreate\";i:3605;s:10:\"unit-pixel\";i:3606;s:19:\"confirm-purge-title\";i:3607;s:20:\"confirm_purge_button\";i:3608;s:17:\"confirm-purge-top\";i:3609;s:20:\"confirm-purge-bottom\";i:3610;s:20:\"confirm-watch-button\";i:3611;s:17:\"confirm-watch-top\";i:3612;s:19:\"confirm-watch-label\";i:3613;s:24:\"watchlist-expiry-options\";i:3614;s:31:\"watchlist-expires-in-aria-label\";i:3615;s:27:\"confirm-watch-button-expiry\";i:3616;s:22:\"confirm-unwatch-button\";i:3617;s:19:\"confirm-unwatch-top\";i:3618;s:23:\"confirm-rollback-button\";i:3619;s:20:\"confirm-rollback-top\";i:3620;s:23:\"confirm-rollback-bottom\";i:3621;s:24:\"confirm-mcrrestore-title\";i:3622;s:21:\"confirm-mcrundo-title\";i:3623;s:13:\"mcrundofailed\";i:3624;s:20:\"mcrundo-missingparam\";i:3625;s:15:\"mcrundo-changed\";i:3626;s:20:\"mcrundo-parse-failed\";i:3627;s:19:\"semicolon-separator\";i:3628;s:15:\"comma-separator\";i:3629;s:15:\"colon-separator\";i:3630;s:18:\"autocomment-prefix\";i:3631;s:14:\"pipe-separator\";i:3632;s:14:\"word-separator\";i:3633;s:8:\"ellipsis\";i:3634;s:7:\"percent\";i:3635;s:11:\"parentheses\";i:3636;s:17:\"parentheses-start\";i:3637;s:15:\"parentheses-end\";i:3638;s:8:\"brackets\";i:3639;s:14:\"brackets-start\";i:3640;s:12:\"brackets-end\";i:3641;s:15:\"quotation-marks\";i:3642;s:13:\"formatnum-nan\";i:3643;s:16:\"imgmultipageprev\";i:3644;s:16:\"imgmultipagenext\";i:3645;s:10:\"imgmultigo\";i:3646;s:12:\"imgmultigoto\";i:3647;s:12:\"img-lang-opt\";i:3648;s:16:\"img-lang-default\";i:3649;s:13:\"img-lang-info\";i:3650;s:11:\"img-lang-go\";i:3651;s:16:\"table_pager_next\";i:3652;s:16:\"table_pager_prev\";i:3653;s:17:\"table_pager_first\";i:3654;s:16:\"table_pager_last\";i:3655;s:17:\"table_pager_limit\";i:3656;s:23:\"table_pager_limit_label\";i:3657;s:24:\"table_pager_limit_submit\";i:3658;s:17:\"table_pager_empty\";i:3659;s:14:\"autosumm-blank\";i:3660;s:16:\"autosumm-replace\";i:3661;s:16:\"autoredircomment\";i:3662;s:25:\"autosumm-removed-redirect\";i:3663;s:32:\"autosumm-changed-redirect-target\";i:3664;s:12:\"autosumm-new\";i:3665;s:17:\"autosumm-newblank\";i:3666;s:29:\"block-autoblock-exemptionlist\";i:3667;s:10:\"size-bytes\";i:3668;s:14:\"size-kilobytes\";i:3669;s:14:\"size-megabytes\";i:3670;s:14:\"size-gigabytes\";i:3671;s:14:\"size-terabytes\";i:3672;s:14:\"size-petabytes\";i:3673;s:13:\"size-exabytes\";i:3674;s:15:\"size-zettabytes\";i:3675;s:15:\"size-yottabytes\";i:3676;s:15:\"size-ronnabytes\";i:3677;s:16:\"size-quettabytes\";i:3678;s:10:\"size-pixel\";i:3679;s:14:\"size-kilopixel\";i:3680;s:14:\"size-megapixel\";i:3681;s:14:\"size-gigapixel\";i:3682;s:14:\"size-terapixel\";i:3683;s:14:\"size-petapixel\";i:3684;s:13:\"size-exapixel\";i:3685;s:15:\"size-zettapixel\";i:3686;s:15:\"size-yottapixel\";i:3687;s:15:\"size-ronnapixel\";i:3688;s:16:\"size-quettapixel\";i:3689;s:12:\"bitrate-bits\";i:3690;s:16:\"bitrate-kilobits\";i:3691;s:16:\"bitrate-megabits\";i:3692;s:16:\"bitrate-gigabits\";i:3693;s:16:\"bitrate-terabits\";i:3694;s:16:\"bitrate-petabits\";i:3695;s:15:\"bitrate-exabits\";i:3696;s:17:\"bitrate-zettabits\";i:3697;s:17:\"bitrate-yottabits\";i:3698;s:17:\"bitrate-ronnabits\";i:3699;s:18:\"bitrate-quettabits\";i:3700;s:15:\"lag-warn-normal\";i:3701;s:13:\"lag-warn-high\";i:3702;s:21:\"editwatchlist-summary\";i:3703;s:26:\"watchlistedit-normal-title\";i:3704;s:27:\"watchlistedit-normal-legend\";i:3705;s:28:\"watchlistedit-normal-explain\";i:3706;s:27:\"watchlistedit-normal-submit\";i:3707;s:25:\"watchlistedit-normal-done\";i:3708;s:23:\"watchlistedit-raw-title\";i:3709;s:24:\"watchlistedit-raw-legend\";i:3710;s:25:\"watchlistedit-raw-explain\";i:3711;s:24:\"watchlistedit-raw-titles\";i:3712;s:24:\"watchlistedit-raw-submit\";i:3713;s:22:\"watchlistedit-raw-done\";i:3714;s:23:\"watchlistedit-raw-added\";i:3715;s:25:\"watchlistedit-raw-removed\";i:3716;s:25:\"watchlistedit-clear-title\";i:3717;s:26:\"watchlistedit-clear-legend\";i:3718;s:27:\"watchlistedit-clear-explain\";i:3719;s:26:\"watchlistedit-clear-titles\";i:3720;s:26:\"watchlistedit-clear-submit\";i:3721;s:24:\"watchlistedit-clear-done\";i:3722;s:28:\"watchlistedit-clear-jobqueue\";i:3723;s:27:\"watchlistedit-clear-removed\";i:3724;s:22:\"watchlistedit-too-many\";i:3725;s:20:\"watchlisttools-clear\";i:3726;s:19:\"watchlisttools-view\";i:3727;s:19:\"watchlisttools-edit\";i:3728;s:18:\"watchlisttools-raw\";i:3729;s:19:\"iranian-calendar-m1\";i:3730;s:19:\"iranian-calendar-m2\";i:3731;s:19:\"iranian-calendar-m3\";i:3732;s:19:\"iranian-calendar-m4\";i:3733;s:19:\"iranian-calendar-m5\";i:3734;s:19:\"iranian-calendar-m6\";i:3735;s:19:\"iranian-calendar-m7\";i:3736;s:19:\"iranian-calendar-m8\";i:3737;s:19:\"iranian-calendar-m9\";i:3738;s:20:\"iranian-calendar-m10\";i:3739;s:20:\"iranian-calendar-m11\";i:3740;s:20:\"iranian-calendar-m12\";i:3741;s:17:\"hijri-calendar-m1\";i:3742;s:17:\"hijri-calendar-m2\";i:3743;s:17:\"hijri-calendar-m3\";i:3744;s:17:\"hijri-calendar-m4\";i:3745;s:17:\"hijri-calendar-m5\";i:3746;s:17:\"hijri-calendar-m6\";i:3747;s:17:\"hijri-calendar-m7\";i:3748;s:17:\"hijri-calendar-m8\";i:3749;s:17:\"hijri-calendar-m9\";i:3750;s:18:\"hijri-calendar-m10\";i:3751;s:18:\"hijri-calendar-m11\";i:3752;s:18:\"hijri-calendar-m12\";i:3753;s:18:\"hebrew-calendar-m1\";i:3754;s:18:\"hebrew-calendar-m2\";i:3755;s:18:\"hebrew-calendar-m3\";i:3756;s:18:\"hebrew-calendar-m4\";i:3757;s:18:\"hebrew-calendar-m5\";i:3758;s:18:\"hebrew-calendar-m6\";i:3759;s:19:\"hebrew-calendar-m6a\";i:3760;s:19:\"hebrew-calendar-m6b\";i:3761;s:18:\"hebrew-calendar-m7\";i:3762;s:18:\"hebrew-calendar-m8\";i:3763;s:18:\"hebrew-calendar-m9\";i:3764;s:19:\"hebrew-calendar-m10\";i:3765;s:19:\"hebrew-calendar-m11\";i:3766;s:19:\"hebrew-calendar-m12\";i:3767;s:22:\"hebrew-calendar-m1-gen\";i:3768;s:22:\"hebrew-calendar-m2-gen\";i:3769;s:22:\"hebrew-calendar-m3-gen\";i:3770;s:22:\"hebrew-calendar-m4-gen\";i:3771;s:22:\"hebrew-calendar-m5-gen\";i:3772;s:22:\"hebrew-calendar-m6-gen\";i:3773;s:23:\"hebrew-calendar-m6a-gen\";i:3774;s:23:\"hebrew-calendar-m6b-gen\";i:3775;s:22:\"hebrew-calendar-m7-gen\";i:3776;s:22:\"hebrew-calendar-m8-gen\";i:3777;s:22:\"hebrew-calendar-m9-gen\";i:3778;s:23:\"hebrew-calendar-m10-gen\";i:3779;s:23:\"hebrew-calendar-m11-gen\";i:3780;s:23:\"hebrew-calendar-m12-gen\";i:3781;s:14:\"signature-anon\";i:3782;s:14:\"signature-temp\";i:3783;s:12:\"timezone-utc\";i:3784;s:14:\"timezone-local\";i:3785;s:21:\"duplicate-defaultsort\";i:3786;s:22:\"duplicate-displaytitle\";i:3787;s:23:\"restricted-displaytitle\";i:3788;s:22:\"invalid-indicator-name\";i:3789;s:25:\"invalid-langconvert-attrs\";i:3790;s:7:\"version\";i:3791;s:15:\"version-summary\";i:3792;s:18:\"version-extensions\";i:3793;s:13:\"version-skins\";i:3794;s:20:\"version-specialpages\";i:3795;s:19:\"version-parserhooks\";i:3796;s:17:\"version-variables\";i:3797;s:15:\"version-editors\";i:3798;s:16:\"version-antispam\";i:3799;s:11:\"version-api\";i:3800;s:13:\"version-other\";i:3801;s:21:\"version-mediahandlers\";i:3802;s:13:\"version-hooks\";i:3803;s:28:\"version-parser-extensiontags\";i:3804;s:29:\"version-parser-function-hooks\";i:3805;s:17:\"version-hook-name\";i:3806;s:25:\"version-hook-subscribedby\";i:3807;s:15:\"version-version\";i:3808;s:19:\"version-no-ext-name\";i:3809;s:15:\"version-license\";i:3810;s:19:\"version-ext-license\";i:3811;s:26:\"version-ext-colheader-name\";i:3812;s:27:\"version-skin-colheader-name\";i:3813;s:29:\"version-ext-colheader-version\";i:3814;s:29:\"version-ext-colheader-license\";i:3815;s:33:\"version-ext-colheader-description\";i:3816;s:29:\"version-ext-colheader-credits\";i:3817;s:21:\"version-license-title\";i:3818;s:25:\"version-license-not-found\";i:3819;s:21:\"version-credits-title\";i:3820;s:25:\"version-credits-not-found\";i:3821;s:25:\"version-poweredby-credits\";i:3822;s:24:\"version-poweredby-others\";i:3823;s:29:\"version-poweredby-translators\";i:3824;s:25:\"version-poweredby-various\";i:3825;s:23:\"version-credits-summary\";i:3826;s:20:\"version-license-info\";i:3827;s:16:\"version-software\";i:3828;s:24:\"version-software-product\";i:3829;s:24:\"version-software-version\";i:3830;s:20:\"version-db-mysql-url\";i:3831;s:22:\"version-db-mariadb-url\";i:3832;s:22:\"version-db-percona-url\";i:3833;s:23:\"version-db-postgres-url\";i:3834;s:21:\"version-db-sqlite-url\";i:3835;s:19:\"version-entrypoints\";i:3836;s:37:\"version-entrypoints-header-entrypoint\";i:3837;s:30:\"version-entrypoints-header-url\";i:3838;s:31:\"version-entrypoints-articlepath\";i:3839;s:30:\"version-entrypoints-scriptpath\";i:3840;s:29:\"version-entrypoints-index-php\";i:3841;s:27:\"version-entrypoints-api-php\";i:3842;s:28:\"version-entrypoints-rest-php\";i:3843;s:17:\"version-libraries\";i:3844;s:25:\"version-libraries-library\";i:3845;s:25:\"version-libraries-version\";i:3846;s:25:\"version-libraries-license\";i:3847;s:29:\"version-libraries-description\";i:3848;s:25:\"version-libraries-authors\";i:3849;s:8:\"redirect\";i:3850;s:13:\"redirect-text\";i:3851;s:16:\"redirect-summary\";i:3852;s:15:\"redirect-submit\";i:3853;s:15:\"redirect-lookup\";i:3854;s:14:\"redirect-value\";i:3855;s:13:\"redirect-user\";i:3856;s:13:\"redirect-page\";i:3857;s:17:\"redirect-revision\";i:3858;s:13:\"redirect-file\";i:3859;s:14:\"redirect-logid\";i:3860;s:19:\"redirect-not-exists\";i:3861;s:20:\"redirect-not-numeric\";i:3862;s:19:\"fileduplicatesearch\";i:3863;s:27:\"fileduplicatesearch-summary\";i:3864;s:28:\"fileduplicatesearch-filename\";i:3865;s:24:\"fileduplicatesearch-info\";i:3866;s:28:\"fileduplicatesearch-result-1\";i:3867;s:28:\"fileduplicatesearch-result-n\";i:3868;s:29:\"fileduplicatesearch-noresults\";i:3869;s:20:\"specialpages-summary\";i:3870;s:21:\"specialpages-note-top\";i:3871;s:28:\"specialpages-note-restricted\";i:3872;s:24:\"specialpages-note-cached\";i:3873;s:30:\"specialpages-group-maintenance\";i:3874;s:24:\"specialpages-group-other\";i:3875;s:26:\"specialpages-group-changes\";i:3876;s:24:\"specialpages-group-media\";i:3877;s:24:\"specialpages-group-users\";i:3878;s:26:\"specialpages-group-highuse\";i:3879;s:24:\"specialpages-group-pages\";i:3880;s:28:\"specialpages-group-pagetools\";i:3881;s:23:\"specialpages-group-wiki\";i:3882;s:28:\"specialpages-group-redirects\";i:3883;s:23:\"specialpages-group-spam\";i:3884;s:28:\"specialpages-group-developer\";i:3885;s:9:\"blankpage\";i:3886;s:22:\"intentionallyblankpage\";i:3887;s:28:\"disabledspecialpage-disabled\";i:3888;s:24:\"external_image_whitelist\";i:3889;s:4:\"tags\";i:3890;s:12:\"tags-summary\";i:3891;s:17:\"tag-filter-submit\";i:3892;s:10:\"tag-hidden\";i:3893;s:25:\"tag-mw-contentmodelchange\";i:3894;s:37:\"tag-mw-contentmodelchange-description\";i:3895;s:19:\"tag-mw-new-redirect\";i:3896;s:31:\"tag-mw-new-redirect-description\";i:3897;s:23:\"tag-mw-removed-redirect\";i:3898;s:35:\"tag-mw-removed-redirect-description\";i:3899;s:30:\"tag-mw-changed-redirect-target\";i:3900;s:42:\"tag-mw-changed-redirect-target-description\";i:3901;s:12:\"tag-mw-blank\";i:3902;s:24:\"tag-mw-blank-description\";i:3903;s:14:\"tag-mw-replace\";i:3904;s:26:\"tag-mw-replace-description\";i:3905;s:15:\"tag-mw-rollback\";i:3906;s:27:\"tag-mw-rollback-description\";i:3907;s:11:\"tag-mw-undo\";i:3908;s:23:\"tag-mw-undo-description\";i:3909;s:20:\"tag-mw-manual-revert\";i:3910;s:32:\"tag-mw-manual-revert-description\";i:3911;s:15:\"tag-mw-reverted\";i:3912;s:27:\"tag-mw-reverted-description\";i:3913;s:25:\"tag-mw-server-side-upload\";i:3914;s:37:\"tag-mw-server-side-upload-description\";i:3915;s:10:\"tags-title\";i:3916;s:10:\"tags-intro\";i:3917;s:8:\"tags-tag\";i:3918;s:19:\"tags-display-header\";i:3919;s:23:\"tags-description-header\";i:3920;s:18:\"tags-source-header\";i:3921;s:18:\"tags-active-header\";i:3922;s:20:\"tags-hitcount-header\";i:3923;s:19:\"tags-actions-header\";i:3924;s:15:\"tags-active-yes\";i:3925;s:14:\"tags-active-no\";i:3926;s:21:\"tags-source-extension\";i:3927;s:18:\"tags-source-manual\";i:3928;s:16:\"tags-source-none\";i:3929;s:11:\"tags-hidden\";i:3930;s:9:\"tags-edit\";i:3931;s:11:\"tags-delete\";i:3932;s:13:\"tags-activate\";i:3933;s:15:\"tags-deactivate\";i:3934;s:13:\"tags-hitcount\";i:3935;s:25:\"tags-manage-no-permission\";i:3936;s:19:\"tags-manage-blocked\";i:3937;s:19:\"tags-create-heading\";i:3938;s:23:\"tags-create-explanation\";i:3939;s:20:\"tags-create-tag-name\";i:3940;s:18:\"tags-create-reason\";i:3941;s:18:\"tags-create-submit\";i:3942;s:19:\"tags-create-no-name\";i:3943;s:25:\"tags-create-invalid-chars\";i:3944;s:31:\"tags-create-invalid-title-chars\";i:3945;s:26:\"tags-create-already-exists\";i:3946;s:26:\"tags-create-warnings-above\";i:3947;s:26:\"tags-create-warnings-below\";i:3948;s:17:\"tags-delete-title\";i:3949;s:31:\"tags-delete-explanation-initial\";i:3950;s:30:\"tags-delete-explanation-in-use\";i:3951;s:31:\"tags-delete-explanation-warning\";i:3952;s:30:\"tags-delete-explanation-active\";i:3953;s:18:\"tags-delete-reason\";i:3954;s:18:\"tags-delete-submit\";i:3955;s:23:\"tags-delete-not-allowed\";i:3956;s:21:\"tags-delete-not-found\";i:3957;s:25:\"tags-delete-too-many-uses\";i:3958;s:33:\"tags-delete-warnings-after-delete\";i:3959;s:25:\"tags-delete-no-permission\";i:3960;s:19:\"tags-activate-title\";i:3961;s:22:\"tags-activate-question\";i:3962;s:20:\"tags-activate-reason\";i:3963;s:25:\"tags-activate-not-allowed\";i:3964;s:23:\"tags-activate-not-found\";i:3965;s:20:\"tags-activate-submit\";i:3966;s:21:\"tags-deactivate-title\";i:3967;s:24:\"tags-deactivate-question\";i:3968;s:22:\"tags-deactivate-reason\";i:3969;s:27:\"tags-deactivate-not-allowed\";i:3970;s:22:\"tags-deactivate-submit\";i:3971;s:24:\"tags-apply-no-permission\";i:3972;s:18:\"tags-apply-blocked\";i:3973;s:26:\"tags-apply-not-allowed-one\";i:3974;s:28:\"tags-apply-not-allowed-multi\";i:3975;s:25:\"tags-update-no-permission\";i:3976;s:19:\"tags-update-blocked\";i:3977;s:31:\"tags-update-add-not-allowed-one\";i:3978;s:33:\"tags-update-add-not-allowed-multi\";i:3979;s:34:\"tags-update-remove-not-allowed-one\";i:3980;s:36:\"tags-update-remove-not-allowed-multi\";i:3981;s:15:\"tags-edit-title\";i:3982;s:21:\"tags-edit-manage-link\";i:3983;s:27:\"tags-edit-revision-selected\";i:3984;s:27:\"tags-edit-logentry-selected\";i:3985;s:30:\"tags-edit-revision-explanation\";i:3986;s:30:\"tags-edit-logentry-explanation\";i:3987;s:25:\"tags-edit-revision-legend\";i:3988;s:25:\"tags-edit-logentry-legend\";i:3989;s:23:\"tags-edit-existing-tags\";i:3990;s:28:\"tags-edit-existing-tags-none\";i:3991;s:18:\"tags-edit-new-tags\";i:3992;s:13:\"tags-edit-add\";i:3993;s:16:\"tags-edit-remove\";i:3994;s:25:\"tags-edit-remove-all-tags\";i:3995;s:28:\"tags-edit-chosen-placeholder\";i:3996;s:27:\"tags-edit-chosen-no-results\";i:3997;s:16:\"tags-edit-reason\";i:3998;s:25:\"tags-edit-revision-submit\";i:3999;s:25:\"tags-edit-logentry-submit\";i:4000;s:17:\"tags-edit-success\";i:4001;s:17:\"tags-edit-failure\";i:4002;s:23:\"tags-edit-nooldid-title\";i:4003;s:22:\"tags-edit-nooldid-text\";i:4004;s:23:\"tags-edit-none-selected\";i:4005;s:12:\"comparepages\";i:4006;s:20:\"comparepages-summary\";i:4007;s:13:\"compare-page1\";i:4008;s:13:\"compare-page2\";i:4009;s:12:\"compare-rev1\";i:4010;s:12:\"compare-rev2\";i:4011;s:14:\"compare-submit\";i:4012;s:27:\"compare-revision-not-exists\";i:4013;s:9:\"diff-form\";i:4014;s:15:\"diff-form-oldid\";i:4015;s:15:\"diff-form-revid\";i:4016;s:16:\"diff-form-submit\";i:4017;s:17:\"diff-form-summary\";i:4018;s:21:\"diff-form-other-revid\";i:4019;s:21:\"diff-form-error-revid\";i:4020;s:13:\"permanentlink\";i:4021;s:19:\"permanentlink-revid\";i:4022;s:20:\"permanentlink-submit\";i:4023;s:21:\"permanentlink-summary\";i:4024;s:10:\"newsection\";i:4025;s:15:\"newsection-page\";i:4026;s:17:\"newsection-submit\";i:4027;s:18:\"newsection-summary\";i:4028;s:8:\"editpage\";i:4029;s:20:\"specialeditpage-page\";i:4030;s:22:\"specialeditpage-submit\";i:4031;s:16:\"editpage-summary\";i:4032;s:22:\"specialdeletepage-page\";i:4033;s:24:\"specialdeletepage-submit\";i:4034;s:18:\"deletepage-summary\";i:4035;s:8:\"pageinfo\";i:4036;s:20:\"specialpageinfo-page\";i:4037;s:22:\"specialpageinfo-submit\";i:4038;s:16:\"pageinfo-summary\";i:4039;s:11:\"pagehistory\";i:4040;s:23:\"specialpagehistory-page\";i:4041;s:25:\"specialpagehistory-submit\";i:4042;s:19:\"pagehistory-summary\";i:4043;s:11:\"protectpage\";i:4044;s:23:\"specialprotectpage-page\";i:4045;s:25:\"specialprotectpage-submit\";i:4046;s:19:\"protectpage-summary\";i:4047;s:5:\"purge\";i:4048;s:17:\"specialpurge-page\";i:4049;s:19:\"specialpurge-submit\";i:4050;s:13:\"purge-summary\";i:4051;s:14:\"dberr-problems\";i:4052;s:11:\"dberr-again\";i:4053;s:10:\"dberr-info\";i:4054;s:17:\"dberr-info-hidden\";i:4055;s:22:\"htmlform-invalid-input\";i:4056;s:25:\"htmlform-select-badoption\";i:4057;s:20:\"htmlform-int-invalid\";i:4058;s:22:\"htmlform-float-invalid\";i:4059;s:19:\"htmlform-int-toolow\";i:4060;s:20:\"htmlform-int-toohigh\";i:4061;s:28:\"htmlform-multiselect-toomany\";i:4062;s:17:\"htmlform-required\";i:4063;s:15:\"htmlform-submit\";i:4064;s:14:\"htmlform-reset\";i:4065;s:28:\"htmlform-selectorother-other\";i:4066;s:11:\"htmlform-no\";i:4067;s:12:\"htmlform-yes\";i:4068;s:27:\"htmlform-chosen-placeholder\";i:4069;s:22:\"htmlform-cloner-create\";i:4070;s:22:\"htmlform-cloner-delete\";i:4071;s:24:\"htmlform-cloner-required\";i:4072;s:25:\"htmlform-date-placeholder\";i:4073;s:25:\"htmlform-time-placeholder\";i:4074;s:29:\"htmlform-datetime-placeholder\";i:4075;s:21:\"htmlform-date-invalid\";i:4076;s:21:\"htmlform-time-invalid\";i:4077;s:25:\"htmlform-datetime-invalid\";i:4078;s:20:\"htmlform-date-toolow\";i:4079;s:21:\"htmlform-date-toohigh\";i:4080;s:20:\"htmlform-time-toolow\";i:4081;s:21:\"htmlform-time-toohigh\";i:4082;s:24:\"htmlform-datetime-toolow\";i:4083;s:25:\"htmlform-datetime-toohigh\";i:4084;s:27:\"htmlform-title-badnamespace\";i:4085;s:28:\"htmlform-title-not-creatable\";i:4086;s:25:\"htmlform-title-not-exists\";i:4087;s:24:\"htmlform-title-interwiki\";i:4088;s:24:\"htmlform-user-not-exists\";i:4089;s:23:\"htmlform-user-not-valid\";i:4090;s:24:\"htmlform-tag-not-allowed\";i:4091;s:10:\"rawmessage\";i:4092;s:28:\"logentry-delete-delete_redir\";i:4093;s:29:\"logentry-delete-delete_redir2\";i:4094;s:23:\"logentry-delete-restore\";i:4095;s:31:\"logentry-delete-restore-nocount\";i:4096;s:23:\"restore-count-revisions\";i:4097;s:19:\"restore-count-files\";i:4098;s:21:\"logentry-delete-event\";i:4099;s:24:\"logentry-delete-revision\";i:4100;s:28:\"logentry-delete-event-legacy\";i:4101;s:31:\"logentry-delete-revision-legacy\";i:4102;s:24:\"logentry-suppress-delete\";i:4103;s:23:\"logentry-suppress-event\";i:4104;s:26:\"logentry-suppress-revision\";i:4105;s:30:\"logentry-suppress-event-legacy\";i:4106;s:33:\"logentry-suppress-revision-legacy\";i:4107;s:21:\"revdelete-content-hid\";i:4108;s:21:\"revdelete-summary-hid\";i:4109;s:19:\"revdelete-uname-hid\";i:4110;s:23:\"revdelete-content-unhid\";i:4111;s:23:\"revdelete-summary-unhid\";i:4112;s:21:\"revdelete-uname-unhid\";i:4113;s:20:\"revdelete-restricted\";i:4114;s:22:\"revdelete-unrestricted\";i:4115;s:20:\"logentry-block-block\";i:4116;s:22:\"logentry-block-unblock\";i:4117;s:22:\"logentry-block-reblock\";i:4118;s:32:\"logentry-partialblock-block-page\";i:4119;s:30:\"logentry-partialblock-block-ns\";i:4120;s:34:\"logentry-partialblock-block-action\";i:4121;s:27:\"logentry-partialblock-block\";i:4122;s:29:\"logentry-partialblock-reblock\";i:4123;s:32:\"logentry-non-editing-block-block\";i:4124;s:34:\"logentry-non-editing-block-reblock\";i:4125;s:23:\"logentry-suppress-block\";i:4126;s:25:\"logentry-suppress-reblock\";i:4127;s:22:\"logentry-import-upload\";i:4128;s:30:\"logentry-import-upload-details\";i:4129;s:25:\"logentry-import-interwiki\";i:4130;s:33:\"logentry-import-interwiki-details\";i:4131;s:20:\"logentry-merge-merge\";i:4132;s:29:\"logentry-move-move-noredirect\";i:4133;s:24:\"logentry-move-move_redir\";i:4134;s:35:\"logentry-move-move_redir-noredirect\";i:4135;s:22:\"logentry-patrol-patrol\";i:4136;s:27:\"logentry-patrol-patrol-auto\";i:4137;s:26:\"logentry-newusers-newusers\";i:4138;s:25:\"logentry-newusers-create2\";i:4139;s:25:\"logentry-newusers-byemail\";i:4140;s:28:\"logentry-newusers-autocreate\";i:4141;s:26:\"logentry-protect-move_prot\";i:4142;s:26:\"logentry-protect-unprotect\";i:4143;s:24:\"logentry-protect-protect\";i:4144;s:32:\"logentry-protect-protect-cascade\";i:4145;s:23:\"logentry-protect-modify\";i:4146;s:31:\"logentry-protect-modify-cascade\";i:4147;s:22:\"logentry-rights-rights\";i:4148;s:29:\"logentry-rights-rights-legacy\";i:4149;s:27:\"logentry-rights-autopromote\";i:4150;s:25:\"logentry-upload-overwrite\";i:4151;s:22:\"logentry-upload-revert\";i:4152;s:19:\"log-name-managetags\";i:4153;s:26:\"log-description-managetags\";i:4154;s:26:\"logentry-managetags-create\";i:4155;s:26:\"logentry-managetags-delete\";i:4156;s:28:\"logentry-managetags-activate\";i:4157;s:30:\"logentry-managetags-deactivate\";i:4158;s:12:\"log-name-tag\";i:4159;s:19:\"log-description-tag\";i:4160;s:32:\"logentry-tag-update-add-revision\";i:4161;s:32:\"logentry-tag-update-add-logentry\";i:4162;s:35:\"logentry-tag-update-remove-revision\";i:4163;s:35:\"logentry-tag-update-remove-logentry\";i:4164;s:28:\"logentry-tag-update-revision\";i:4165;s:28:\"logentry-tag-update-logentry\";i:4166;s:10:\"rightsnone\";i:4167;s:14:\"deletedarticle\";i:4168;s:16:\"undeletedarticle\";i:4169;s:15:\"patrol-log-line\";i:4170;s:15:\"patrol-log-auto\";i:4171;s:15:\"patrol-log-diff\";i:4172;s:9:\"1movedto2\";i:4173;s:15:\"1movedto2_redir\";i:4174;s:23:\"newuserlog-create-entry\";i:4175;s:24:\"newuserlog-create2-entry\";i:4176;s:27:\"newuserlog-autocreate-entry\";i:4177;s:14:\"rightslogentry\";i:4178;s:26:\"rightslogentry-autopromote\";i:4179;s:30:\"rightslogentry-temporary-group\";i:4180;s:15:\"feedback-adding\";i:4181;s:13:\"feedback-back\";i:4182;s:17:\"feedback-bugcheck\";i:4183;s:15:\"feedback-bugnew\";i:4184;s:18:\"feedback-bugornote\";i:4185;s:15:\"feedback-cancel\";i:4186;s:14:\"feedback-close\";i:4187;s:35:\"feedback-external-bug-report-button\";i:4188;s:21:\"feedback-dialog-title\";i:4189;s:21:\"feedback-dialog-intro\";i:4190;s:15:\"feedback-error1\";i:4191;s:15:\"feedback-error4\";i:4192;s:16:\"feedback-subject\";i:4193;s:15:\"feedback-submit\";i:4194;s:14:\"feedback-terms\";i:4195;s:19:\"feedback-termsofuse\";i:4196;s:15:\"feedback-thanks\";i:4197;s:21:\"feedback-thanks-title\";i:4198;s:18:\"feedback-useragent\";i:4199;s:24:\"searchsuggest-containing\";i:4200;s:27:\"search-match-redirect-label\";i:4201;s:26:\"search-match-redirect-help\";i:4202;s:17:\"searchlimit-label\";i:4203;s:16:\"searchlimit-help\";i:4204;s:30:\"api-clientside-error-noconnect\";i:4205;s:25:\"api-clientside-error-http\";i:4206;s:28:\"api-clientside-error-timeout\";i:4207;s:28:\"api-clientside-error-aborted\";i:4208;s:36:\"api-clientside-error-invalidresponse\";i:4209;s:19:\"api-error-emptypage\";i:4210;s:23:\"api-error-publishfailed\";i:4211;s:21:\"api-error-stashfailed\";i:4212;s:25:\"api-error-unknown-warning\";i:4213;s:22:\"api-error-unknownerror\";i:4214;s:16:\"duration-seconds\";i:4215;s:16:\"duration-minutes\";i:4216;s:14:\"duration-hours\";i:4217;s:13:\"duration-days\";i:4218;s:14:\"duration-weeks\";i:4219;s:14:\"duration-years\";i:4220;s:16:\"duration-decades\";i:4221;s:18:\"duration-centuries\";i:4222;s:18:\"duration-millennia\";i:4223;s:14:\"rotate-comment\";i:4224;s:17:\"limitreport-title\";i:4225;s:19:\"limitreport-cputime\";i:4226;s:25:\"limitreport-cputime-value\";i:4227;s:20:\"limitreport-walltime\";i:4228;s:26:\"limitreport-walltime-value\";i:4229;s:26:\"limitreport-ppvisitednodes\";i:4230;s:32:\"limitreport-ppvisitednodes-value\";i:4231;s:33:\"limitreport-postexpandincludesize\";i:4232;s:39:\"limitreport-postexpandincludesize-value\";i:4233;s:32:\"limitreport-templateargumentsize\";i:4234;s:38:\"limitreport-templateargumentsize-value\";i:4235;s:26:\"limitreport-expansiondepth\";i:4236;s:32:\"limitreport-expansiondepth-value\";i:4237;s:34:\"limitreport-expensivefunctioncount\";i:4238;s:40:\"limitreport-expensivefunctioncount-value\";i:4239;s:25:\"limitreport-unstrip-depth\";i:4240;s:31:\"limitreport-unstrip-depth-value\";i:4241;s:24:\"limitreport-unstrip-size\";i:4242;s:30:\"limitreport-unstrip-size-value\";i:4243;s:15:\"expandtemplates\";i:4244;s:22:\"expand_templates_intro\";i:4245;s:22:\"expand_templates_title\";i:4246;s:28:\"expand_templates_html_output\";i:4247;s:30:\"expand_templates_remove_nowiki\";i:4248;s:29:\"expand_templates_generate_xml\";i:4249;s:33:\"expand_templates_generate_rawhtml\";i:4250;s:34:\"expand_templates_preview_fail_html\";i:4251;s:39:\"expand_templates_preview_fail_html_anon\";i:4252;s:30:\"expand_templates_input_missing\";i:4253;s:20:\"pagelang-use-default\";i:4254;s:15:\"pagelang-reason\";i:4255;s:15:\"pagelang-submit\";i:4256;s:25:\"pagelang-nonexistent-page\";i:4257;s:27:\"pagelang-unchanged-language\";i:4258;s:35:\"pagelang-unchanged-language-default\";i:4259;s:18:\"pagelang-db-failed\";i:4260;s:24:\"log-description-pagelang\";i:4261;s:26:\"logentry-pagelang-pagelang\";i:4262;s:22:\"default-skin-not-found\";i:4263;s:31:\"default-skin-not-found-no-skins\";i:4264;s:34:\"default-skin-not-found-row-enabled\";i:4265;s:35:\"default-skin-not-found-row-disabled\";i:4266;s:15:\"mediastatistics\";i:4267;s:23:\"mediastatistics-summary\";i:4268;s:22:\"mediastatistics-nfiles\";i:4269;s:22:\"mediastatistics-nbytes\";i:4270;s:28:\"mediastatistics-bytespertype\";i:4271;s:24:\"mediastatistics-allbytes\";i:4272;s:32:\"mediastatistics-table-extensions\";i:4273;s:29:\"mediastatistics-header-bitmap\";i:4274;s:33:\"mediastatistics-header-executable\";i:4275;s:25:\"mediastatistics-header-3d\";i:4276;s:28:\"mediastatistics-header-total\";i:4277;s:24:\"json-warn-trailing-comma\";i:4278;s:18:\"json-error-unknown\";i:4279;s:16:\"json-error-depth\";i:4280;s:20:\"json-error-ctrl-char\";i:4281;s:15:\"json-error-utf8\";i:4282;s:32:\"json-error-invalid-property-name\";i:4283;s:16:\"json-error-utf16\";i:4284;s:38:\"special-characters-group-greekextended\";i:4285;s:43:\"special-characters-group-canadianaboriginal\";i:4286;s:30:\"special-characters-group-runes\";i:4287;s:22:\"mw-widgets-abandonedit\";i:4288;s:30:\"mw-widgets-abandonedit-discard\";i:4289;s:27:\"mw-widgets-abandonedit-keep\";i:4290;s:28:\"mw-widgets-abandonedit-title\";i:4291;s:30:\"mw-widgets-copytextlayout-copy\";i:4292;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4293;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4294;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4295;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4296;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4297;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4298;s:32:\"mw-widgets-mediasearch-noresults\";i:4299;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4300;s:27:\"mw-widgets-table-row-delete\";i:4301;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4302;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4303;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4304;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4305;s:15:\"date-range-from\";i:4306;s:13:\"date-range-to\";i:4307;s:18:\"sessionmanager-tie\";i:4308;s:23:\"sessionprovider-generic\";i:4309;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4310;s:25:\"sessionprovider-nocookies\";i:4311;s:14:\"randomrootpage\";i:4312;s:23:\"log-action-filter-block\";i:4313;s:30:\"log-action-filter-contentmodel\";i:4314;s:24:\"log-action-filter-delete\";i:4315;s:24:\"log-action-filter-import\";i:4316;s:28:\"log-action-filter-managetags\";i:4317;s:22:\"log-action-filter-move\";i:4318;s:26:\"log-action-filter-newusers\";i:4319;s:24:\"log-action-filter-patrol\";i:4320;s:25:\"log-action-filter-protect\";i:4321;s:24:\"log-action-filter-rights\";i:4322;s:26:\"log-action-filter-suppress\";i:4323;s:24:\"log-action-filter-upload\";i:4324;s:21:\"log-action-filter-all\";i:4325;s:29:\"log-action-filter-block-block\";i:4326;s:31:\"log-action-filter-block-reblock\";i:4327;s:31:\"log-action-filter-block-unblock\";i:4328;s:37:\"log-action-filter-contentmodel-change\";i:4329;s:34:\"log-action-filter-contentmodel-new\";i:4330;s:31:\"log-action-filter-delete-delete\";i:4331;s:37:\"log-action-filter-delete-delete_redir\";i:4332;s:38:\"log-action-filter-delete-delete_redir2\";i:4333;s:32:\"log-action-filter-delete-restore\";i:4334;s:30:\"log-action-filter-delete-event\";i:4335;s:33:\"log-action-filter-delete-revision\";i:4336;s:34:\"log-action-filter-import-interwiki\";i:4337;s:31:\"log-action-filter-import-upload\";i:4338;s:35:\"log-action-filter-managetags-create\";i:4339;s:35:\"log-action-filter-managetags-delete\";i:4340;s:37:\"log-action-filter-managetags-activate\";i:4341;s:39:\"log-action-filter-managetags-deactivate\";i:4342;s:27:\"log-action-filter-move-move\";i:4343;s:33:\"log-action-filter-move-move_redir\";i:4344;s:33:\"log-action-filter-newusers-create\";i:4345;s:34:\"log-action-filter-newusers-create2\";i:4346;s:37:\"log-action-filter-newusers-autocreate\";i:4347;s:34:\"log-action-filter-newusers-byemail\";i:4348;s:31:\"log-action-filter-patrol-patrol\";i:4349;s:35:\"log-action-filter-patrol-autopatrol\";i:4350;s:33:\"log-action-filter-protect-protect\";i:4351;s:32:\"log-action-filter-protect-modify\";i:4352;s:35:\"log-action-filter-protect-unprotect\";i:4353;s:35:\"log-action-filter-protect-move_prot\";i:4354;s:31:\"log-action-filter-rights-rights\";i:4355;s:36:\"log-action-filter-rights-autopromote\";i:4356;s:32:\"log-action-filter-suppress-event\";i:4357;s:35:\"log-action-filter-suppress-revision\";i:4358;s:33:\"log-action-filter-suppress-delete\";i:4359;s:32:\"log-action-filter-suppress-block\";i:4360;s:34:\"log-action-filter-suppress-reblock\";i:4361;s:31:\"log-action-filter-upload-upload\";i:4362;s:34:\"log-action-filter-upload-overwrite\";i:4363;s:31:\"log-action-filter-upload-revert\";i:4364;s:33:\"authmanager-authn-not-in-progress\";i:4365;s:28:\"authmanager-authn-no-primary\";i:4366;s:31:\"authmanager-authn-no-local-user\";i:4367;s:36:\"authmanager-authn-no-local-user-link\";i:4368;s:35:\"authmanager-authn-autocreate-failed\";i:4369;s:32:\"authmanager-change-not-supported\";i:4370;s:27:\"authmanager-create-disabled\";i:4371;s:29:\"authmanager-create-from-login\";i:4372;s:34:\"authmanager-create-not-in-progress\";i:4373;s:29:\"authmanager-create-no-primary\";i:4374;s:27:\"authmanager-link-no-primary\";i:4375;s:32:\"authmanager-link-not-in-progress\";i:4376;s:29:\"authmanager-autocreate-noperm\";i:4377;s:32:\"authmanager-autocreate-exception\";i:4378;s:28:\"authmanager-userdoesnotexist\";i:4379;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4380;s:25:\"authmanager-username-help\";i:4381;s:25:\"authmanager-password-help\";i:4382;s:23:\"authmanager-domain-help\";i:4383;s:23:\"authmanager-retype-help\";i:4384;s:23:\"authmanager-email-label\";i:4385;s:22:\"authmanager-email-help\";i:4386;s:26:\"authmanager-realname-label\";i:4387;s:25:\"authmanager-realname-help\";i:4388;s:29:\"authmanager-provider-password\";i:4389;s:36:\"authmanager-provider-password-domain\";i:4390;s:35:\"authmanager-account-password-domain\";i:4391;s:38:\"authmanager-provider-temporarypassword\";i:4392;s:32:\"authprovider-confirmlink-message\";i:4393;s:31:\"authprovider-confirmlink-option\";i:4394;s:38:\"authprovider-confirmlink-request-label\";i:4395;s:37:\"authprovider-confirmlink-request-help\";i:4396;s:37:\"authprovider-confirmlink-success-line\";i:4397;s:36:\"authprovider-confirmlink-failed-line\";i:4398;s:31:\"authprovider-confirmlink-failed\";i:4399;s:32:\"authprovider-confirmlink-ok-help\";i:4400;s:33:\"authprovider-resetpass-skip-label\";i:4401;s:32:\"authprovider-resetpass-skip-help\";i:4402;s:24:\"authform-nosession-login\";i:4403;s:25:\"authform-nosession-signup\";i:4404;s:17:\"authform-newtoken\";i:4405;s:16:\"authform-notoken\";i:4406;s:19:\"authform-wrongtoken\";i:4407;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4408;s:37:\"specialpage-securitylevel-not-allowed\";i:4409;s:21:\"authpage-cannot-login\";i:4410;s:30:\"authpage-cannot-login-continue\";i:4411;s:22:\"authpage-cannot-create\";i:4412;s:31:\"authpage-cannot-create-continue\";i:4413;s:20:\"authpage-cannot-link\";i:4414;s:29:\"authpage-cannot-link-continue\";i:4415;s:28:\"cannotauth-not-allowed-title\";i:4416;s:22:\"cannotauth-not-allowed\";i:4417;s:17:\"changecredentials\";i:4418;s:24:\"changecredentials-submit\";i:4419;s:32:\"changecredentials-invalidsubpage\";i:4420;s:25:\"changecredentials-success\";i:4421;s:17:\"removecredentials\";i:4422;s:24:\"removecredentials-submit\";i:4423;s:32:\"removecredentials-invalidsubpage\";i:4424;s:25:\"removecredentials-success\";i:4425;s:24:\"credentialsform-provider\";i:4426;s:23:\"credentialsform-account\";i:4427;s:28:\"cannotlink-no-provider-title\";i:4428;s:22:\"cannotlink-no-provider\";i:4429;s:12:\"linkaccounts\";i:4430;s:25:\"linkaccounts-success-text\";i:4431;s:19:\"linkaccounts-submit\";i:4432;s:30:\"cannotunlink-no-provider-title\";i:4433;s:24:\"cannotunlink-no-provider\";i:4434;s:14:\"unlinkaccounts\";i:4435;s:22:\"unlinkaccounts-success\";i:4436;s:32:\"authenticationdatachange-ignored\";i:4437;s:14:\"userjsispublic\";i:4438;s:16:\"userjsonispublic\";i:4439;s:15:\"usercssispublic\";i:4440;s:15:\"userjsdangerous\";i:4441;s:23:\"restrictionsfield-badip\";i:4442;s:23:\"restrictionsfield-label\";i:4443;s:22:\"restrictionsfield-help\";i:4444;s:11:\"specialmute\";i:4445;s:19:\"specialmute-success\";i:4446;s:18:\"specialmute-submit\";i:4447;s:28:\"specialmute-label-mute-email\";i:4448;s:18:\"specialmute-header\";i:4449;s:30:\"specialmute-error-invalid-user\";i:4450;s:28:\"specialmute-error-no-options\";i:4451;s:24:\"specialmute-email-footer\";i:4452;s:26:\"specialmute-login-required\";i:4453;s:16:\"mute-preferences\";i:4454;s:5:\"revid\";i:4455;s:6:\"pageid\";i:4456;s:18:\"rawhtml-notallowed\";i:4457;s:13:\"gotointerwiki\";i:4458;s:21:\"gotointerwiki-invalid\";i:4459;s:22:\"gotointerwiki-external\";i:4460;s:17:\"undelete-cantedit\";i:4461;s:19:\"undelete-cantcreate\";i:4462;s:14:\"pagedata-title\";i:4463;s:13:\"pagedata-text\";i:4464;s:23:\"pagedata-not-acceptable\";i:4465;s:18:\"pagedata-bad-title\";i:4466;s:24:\"unregistered-user-config\";i:4467;s:16:\"passwordpolicies\";i:4468;s:24:\"passwordpolicies-summary\";i:4469;s:22:\"passwordpolicies-group\";i:4470;s:25:\"passwordpolicies-policies\";i:4471;s:31:\"passwordpolicies-policy-display\";i:4472;s:40:\"passwordpolicies-policy-displaywithflags\";i:4473;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4474;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4475;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4476;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4477;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4478;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4479;s:39:\"passwordpolicies-policyflag-forcechange\";i:4480;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4481;s:27:\"mycustomjsredirectprotected\";i:4482;s:22:\"deflate-invaliddeflate\";i:4483;s:14:\"unprotected-js\";i:4484;s:19:\"userlogout-continue\";i:4485;s:15:\"userlogout-temp\";i:4486;s:22:\"paramvalidator-baduser\";i:4487;s:29:\"paramvalidator-help-type-user\";i:4488;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4489;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4490;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4491;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4492;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4493;s:23:\"paramvalidator-badtitle\";i:4494;s:27:\"paramvalidator-missingtitle\";i:4495;s:30:\"paramvalidator-help-type-title\";i:4496;s:41:\"paramvalidator-help-type-title-must-exist\";i:4497;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4498;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4499;s:18:\"config-missing-key\";i:4500;s:18:\"config-invalid-key\";i:4501;s:21:\"changeslist-nocomment\";i:4502;s:26:\"copyupload-allowed-domains\";i:4503;s:30:\"parsoid-stash-rate-limit-error\";i:4504;s:31:\"parsoid-resource-limit-exceeded\";i:4505;s:20:\"parsoid-client-error\";i:4506;s:22:\"newpages-showhide-bots\";i:4507;s:27:\"newpages-showhide-patrolled\";i:4508;s:26:\"newpages-showhide-redirect\";i:4509;s:28:\"newpages-showhide-registered\";i:4510;s:15:\"exif-imagewidth\";i:4511;s:16:\"exif-imagelength\";i:4512;s:18:\"exif-bitspersample\";i:4513;s:16:\"exif-compression\";i:4514;s:30:\"exif-photometricinterpretation\";i:4515;s:16:\"exif-orientation\";i:4516;s:20:\"exif-samplesperpixel\";i:4517;s:24:\"exif-planarconfiguration\";i:4518;s:21:\"exif-ycbcrsubsampling\";i:4519;s:21:\"exif-ycbcrpositioning\";i:4520;s:16:\"exif-xresolution\";i:4521;s:16:\"exif-yresolution\";i:4522;s:17:\"exif-stripoffsets\";i:4523;s:17:\"exif-rowsperstrip\";i:4524;s:20:\"exif-stripbytecounts\";i:4525;s:26:\"exif-jpeginterchangeformat\";i:4526;s:32:\"exif-jpeginterchangeformatlength\";i:4527;s:15:\"exif-whitepoint\";i:4528;s:26:\"exif-primarychromaticities\";i:4529;s:22:\"exif-ycbcrcoefficients\";i:4530;s:24:\"exif-referenceblackwhite\";i:4531;s:13:\"exif-datetime\";i:4532;s:21:\"exif-imagedescription\";i:4533;s:9:\"exif-make\";i:4534;s:10:\"exif-model\";i:4535;s:13:\"exif-software\";i:4536;s:11:\"exif-artist\";i:4537;s:14:\"exif-copyright\";i:4538;s:16:\"exif-exifversion\";i:4539;s:20:\"exif-flashpixversion\";i:4540;s:15:\"exif-colorspace\";i:4541;s:28:\"exif-componentsconfiguration\";i:4542;s:27:\"exif-compressedbitsperpixel\";i:4543;s:20:\"exif-pixelxdimension\";i:4544;s:20:\"exif-pixelydimension\";i:4545;s:16:\"exif-usercomment\";i:4546;s:21:\"exif-relatedsoundfile\";i:4547;s:21:\"exif-datetimeoriginal\";i:4548;s:22:\"exif-datetimedigitized\";i:4549;s:15:\"exif-subsectime\";i:4550;s:23:\"exif-subsectimeoriginal\";i:4551;s:24:\"exif-subsectimedigitized\";i:4552;s:17:\"exif-exposuretime\";i:4553;s:24:\"exif-exposuretime-format\";i:4554;s:12:\"exif-fnumber\";i:4555;s:19:\"exif-fnumber-format\";i:4556;s:20:\"exif-exposureprogram\";i:4557;s:24:\"exif-spectralsensitivity\";i:4558;s:20:\"exif-isospeedratings\";i:4559;s:22:\"exif-shutterspeedvalue\";i:4560;s:18:\"exif-aperturevalue\";i:4561;s:20:\"exif-brightnessvalue\";i:4562;s:22:\"exif-exposurebiasvalue\";i:4563;s:21:\"exif-maxaperturevalue\";i:4564;s:20:\"exif-subjectdistance\";i:4565;s:17:\"exif-meteringmode\";i:4566;s:16:\"exif-lightsource\";i:4567;s:10:\"exif-flash\";i:4568;s:16:\"exif-focallength\";i:4569;s:23:\"exif-focallength-format\";i:4570;s:16:\"exif-subjectarea\";i:4571;s:16:\"exif-flashenergy\";i:4572;s:26:\"exif-focalplanexresolution\";i:4573;s:26:\"exif-focalplaneyresolution\";i:4574;s:29:\"exif-focalplaneresolutionunit\";i:4575;s:20:\"exif-subjectlocation\";i:4576;s:18:\"exif-exposureindex\";i:4577;s:18:\"exif-sensingmethod\";i:4578;s:15:\"exif-filesource\";i:4579;s:14:\"exif-scenetype\";i:4580;s:19:\"exif-customrendered\";i:4581;s:17:\"exif-exposuremode\";i:4582;s:17:\"exif-whitebalance\";i:4583;s:21:\"exif-digitalzoomratio\";i:4584;s:26:\"exif-focallengthin35mmfilm\";i:4585;s:21:\"exif-scenecapturetype\";i:4586;s:16:\"exif-gaincontrol\";i:4587;s:13:\"exif-contrast\";i:4588;s:15:\"exif-saturation\";i:4589;s:14:\"exif-sharpness\";i:4590;s:29:\"exif-devicesettingdescription\";i:4591;s:25:\"exif-subjectdistancerange\";i:4592;s:18:\"exif-imageuniqueid\";i:4593;s:17:\"exif-gpsversionid\";i:4594;s:19:\"exif-gpslatituderef\";i:4595;s:16:\"exif-gpslatitude\";i:4596;s:20:\"exif-gpslongituderef\";i:4597;s:17:\"exif-gpslongitude\";i:4598;s:19:\"exif-gpsaltituderef\";i:4599;s:16:\"exif-gpsaltitude\";i:4600;s:17:\"exif-gpstimestamp\";i:4601;s:18:\"exif-gpssatellites\";i:4602;s:14:\"exif-gpsstatus\";i:4603;s:19:\"exif-gpsmeasuremode\";i:4604;s:11:\"exif-gpsdop\";i:4605;s:16:\"exif-gpsspeedref\";i:4606;s:13:\"exif-gpsspeed\";i:4607;s:16:\"exif-gpstrackref\";i:4608;s:13:\"exif-gpstrack\";i:4609;s:23:\"exif-gpsimgdirectionref\";i:4610;s:20:\"exif-gpsimgdirection\";i:4611;s:16:\"exif-gpsmapdatum\";i:4612;s:23:\"exif-gpsdestlatituderef\";i:4613;s:20:\"exif-gpsdestlatitude\";i:4614;s:24:\"exif-gpsdestlongituderef\";i:4615;s:21:\"exif-gpsdestlongitude\";i:4616;s:22:\"exif-gpsdestbearingref\";i:4617;s:19:\"exif-gpsdestbearing\";i:4618;s:23:\"exif-gpsdestdistanceref\";i:4619;s:20:\"exif-gpsdestdistance\";i:4620;s:24:\"exif-gpsprocessingmethod\";i:4621;s:23:\"exif-gpsareainformation\";i:4622;s:17:\"exif-gpsdatestamp\";i:4623;s:20:\"exif-gpsdifferential\";i:4624;s:22:\"exif-coordinate-format\";i:4625;s:20:\"exif-jpegfilecomment\";i:4626;s:13:\"exif-keywords\";i:4627;s:23:\"exif-worldregioncreated\";i:4628;s:19:\"exif-countrycreated\";i:4629;s:23:\"exif-countrycodecreated\";i:4630;s:27:\"exif-provinceorstatecreated\";i:4631;s:16:\"exif-citycreated\";i:4632;s:23:\"exif-sublocationcreated\";i:4633;s:20:\"exif-worldregiondest\";i:4634;s:16:\"exif-countrydest\";i:4635;s:20:\"exif-countrycodedest\";i:4636;s:24:\"exif-provinceorstatedest\";i:4637;s:13:\"exif-citydest\";i:4638;s:20:\"exif-sublocationdest\";i:4639;s:15:\"exif-objectname\";i:4640;s:24:\"exif-specialinstructions\";i:4641;s:13:\"exif-headline\";i:4642;s:11:\"exif-credit\";i:4643;s:11:\"exif-source\";i:4644;s:15:\"exif-editstatus\";i:4645;s:12:\"exif-urgency\";i:4646;s:22:\"exif-fixtureidentifier\";i:4647;s:17:\"exif-locationdest\";i:4648;s:21:\"exif-locationdestcode\";i:4649;s:16:\"exif-objectcycle\";i:4650;s:12:\"exif-contact\";i:4651;s:11:\"exif-writer\";i:4652;s:17:\"exif-languagecode\";i:4653;s:15:\"exif-iimversion\";i:4654;s:16:\"exif-iimcategory\";i:4655;s:28:\"exif-iimsupplementalcategory\";i:4656;s:20:\"exif-datetimeexpires\";i:4657;s:21:\"exif-datetimereleased\";i:4658;s:28:\"exif-originaltransmissionref\";i:4659;s:15:\"exif-identifier\";i:4660;s:9:\"exif-lens\";i:4661;s:17:\"exif-serialnumber\";i:4662;s:20:\"exif-cameraownername\";i:4663;s:10:\"exif-label\";i:4664;s:21:\"exif-datetimemetadata\";i:4665;s:13:\"exif-nickname\";i:4666;s:11:\"exif-rating\";i:4667;s:22:\"exif-rightscertificate\";i:4668;s:16:\"exif-copyrighted\";i:4669;s:19:\"exif-copyrightowner\";i:4670;s:15:\"exif-usageterms\";i:4671;s:17:\"exif-webstatement\";i:4672;s:23:\"exif-originaldocumentid\";i:4673;s:15:\"exif-licenseurl\";i:4674;s:23:\"exif-morepermissionsurl\";i:4675;s:19:\"exif-attributionurl\";i:4676;s:29:\"exif-preferredattributionname\";i:4677;s:19:\"exif-pngfilecomment\";i:4678;s:15:\"exif-disclaimer\";i:4679;s:19:\"exif-contentwarning\";i:4680;s:19:\"exif-giffilecomment\";i:4681;s:22:\"exif-intellectualgenre\";i:4682;s:20:\"exif-subjectnewscode\";i:4683;s:14:\"exif-scenecode\";i:4684;s:10:\"exif-event\";i:4685;s:24:\"exif-organisationinimage\";i:4686;s:18:\"exif-personinimage\";i:4687;s:24:\"exif-originalimageheight\";i:4688;s:23:\"exif-originalimagewidth\";i:4689;s:15:\"exif-make-value\";i:4690;s:16:\"exif-model-value\";i:4691;s:19:\"exif-software-value\";i:4692;s:27:\"exif-software-version-value\";i:4693;s:18:\"exif-contact-value\";i:4694;s:26:\"exif-subjectnewscode-value\";i:4695;s:18:\"exif-compression-1\";i:4696;s:18:\"exif-compression-2\";i:4697;s:18:\"exif-compression-3\";i:4698;s:18:\"exif-compression-4\";i:4699;s:18:\"exif-compression-5\";i:4700;s:18:\"exif-compression-6\";i:4701;s:18:\"exif-compression-7\";i:4702;s:18:\"exif-compression-8\";i:4703;s:22:\"exif-compression-32773\";i:4704;s:22:\"exif-compression-32946\";i:4705;s:22:\"exif-compression-34712\";i:4706;s:21:\"exif-copyrighted-true\";i:4707;s:22:\"exif-copyrighted-false\";i:4708;s:32:\"exif-photometricinterpretation-0\";i:4709;s:32:\"exif-photometricinterpretation-1\";i:4710;s:32:\"exif-photometricinterpretation-2\";i:4711;s:32:\"exif-photometricinterpretation-3\";i:4712;s:32:\"exif-photometricinterpretation-4\";i:4713;s:32:\"exif-photometricinterpretation-5\";i:4714;s:32:\"exif-photometricinterpretation-6\";i:4715;s:32:\"exif-photometricinterpretation-8\";i:4716;s:32:\"exif-photometricinterpretation-9\";i:4717;s:33:\"exif-photometricinterpretation-10\";i:4718;s:36:\"exif-photometricinterpretation-32803\";i:4719;s:36:\"exif-photometricinterpretation-34892\";i:4720;s:16:\"exif-unknowndate\";i:4721;s:18:\"exif-orientation-1\";i:4722;s:18:\"exif-orientation-2\";i:4723;s:18:\"exif-orientation-3\";i:4724;s:18:\"exif-orientation-4\";i:4725;s:18:\"exif-orientation-5\";i:4726;s:18:\"exif-orientation-6\";i:4727;s:18:\"exif-orientation-7\";i:4728;s:18:\"exif-orientation-8\";i:4729;s:26:\"exif-planarconfiguration-1\";i:4730;s:26:\"exif-planarconfiguration-2\";i:4731;s:19:\"exif-xyresolution-i\";i:4732;s:19:\"exif-xyresolution-c\";i:4733;s:17:\"exif-colorspace-1\";i:4734;s:21:\"exif-colorspace-65535\";i:4735;s:30:\"exif-componentsconfiguration-0\";i:4736;s:30:\"exif-componentsconfiguration-1\";i:4737;s:30:\"exif-componentsconfiguration-2\";i:4738;s:30:\"exif-componentsconfiguration-3\";i:4739;s:30:\"exif-componentsconfiguration-4\";i:4740;s:30:\"exif-componentsconfiguration-5\";i:4741;s:30:\"exif-componentsconfiguration-6\";i:4742;s:22:\"exif-exposureprogram-0\";i:4743;s:22:\"exif-exposureprogram-1\";i:4744;s:22:\"exif-exposureprogram-2\";i:4745;s:22:\"exif-exposureprogram-3\";i:4746;s:22:\"exif-exposureprogram-4\";i:4747;s:22:\"exif-exposureprogram-5\";i:4748;s:22:\"exif-exposureprogram-6\";i:4749;s:22:\"exif-exposureprogram-7\";i:4750;s:22:\"exif-exposureprogram-8\";i:4751;s:26:\"exif-subjectdistance-value\";i:4752;s:19:\"exif-meteringmode-0\";i:4753;s:19:\"exif-meteringmode-1\";i:4754;s:19:\"exif-meteringmode-2\";i:4755;s:19:\"exif-meteringmode-3\";i:4756;s:19:\"exif-meteringmode-4\";i:4757;s:19:\"exif-meteringmode-5\";i:4758;s:19:\"exif-meteringmode-6\";i:4759;s:21:\"exif-meteringmode-255\";i:4760;s:18:\"exif-lightsource-0\";i:4761;s:18:\"exif-lightsource-1\";i:4762;s:18:\"exif-lightsource-2\";i:4763;s:18:\"exif-lightsource-3\";i:4764;s:18:\"exif-lightsource-4\";i:4765;s:18:\"exif-lightsource-9\";i:4766;s:19:\"exif-lightsource-10\";i:4767;s:19:\"exif-lightsource-11\";i:4768;s:19:\"exif-lightsource-12\";i:4769;s:19:\"exif-lightsource-13\";i:4770;s:19:\"exif-lightsource-14\";i:4771;s:19:\"exif-lightsource-15\";i:4772;s:19:\"exif-lightsource-17\";i:4773;s:19:\"exif-lightsource-18\";i:4774;s:19:\"exif-lightsource-19\";i:4775;s:19:\"exif-lightsource-20\";i:4776;s:19:\"exif-lightsource-21\";i:4777;s:19:\"exif-lightsource-22\";i:4778;s:19:\"exif-lightsource-23\";i:4779;s:19:\"exif-lightsource-24\";i:4780;s:20:\"exif-lightsource-255\";i:4781;s:18:\"exif-flash-fired-0\";i:4782;s:18:\"exif-flash-fired-1\";i:4783;s:19:\"exif-flash-return-0\";i:4784;s:19:\"exif-flash-return-2\";i:4785;s:19:\"exif-flash-return-3\";i:4786;s:17:\"exif-flash-mode-1\";i:4787;s:17:\"exif-flash-mode-2\";i:4788;s:17:\"exif-flash-mode-3\";i:4789;s:21:\"exif-flash-function-1\";i:4790;s:19:\"exif-flash-redeye-1\";i:4791;s:31:\"exif-focalplaneresolutionunit-2\";i:4792;s:20:\"exif-sensingmethod-1\";i:4793;s:20:\"exif-sensingmethod-2\";i:4794;s:20:\"exif-sensingmethod-3\";i:4795;s:20:\"exif-sensingmethod-4\";i:4796;s:20:\"exif-sensingmethod-5\";i:4797;s:20:\"exif-sensingmethod-7\";i:4798;s:20:\"exif-sensingmethod-8\";i:4799;s:17:\"exif-filesource-3\";i:4800;s:16:\"exif-scenetype-1\";i:4801;s:21:\"exif-customrendered-0\";i:4802;s:21:\"exif-customrendered-1\";i:4803;s:21:\"exif-customrendered-2\";i:4804;s:21:\"exif-customrendered-3\";i:4805;s:21:\"exif-customrendered-4\";i:4806;s:21:\"exif-customrendered-6\";i:4807;s:21:\"exif-customrendered-7\";i:4808;s:21:\"exif-customrendered-8\";i:4809;s:19:\"exif-exposuremode-0\";i:4810;s:19:\"exif-exposuremode-1\";i:4811;s:19:\"exif-exposuremode-2\";i:4812;s:19:\"exif-whitebalance-0\";i:4813;s:19:\"exif-whitebalance-1\";i:4814;s:23:\"exif-scenecapturetype-0\";i:4815;s:23:\"exif-scenecapturetype-1\";i:4816;s:23:\"exif-scenecapturetype-2\";i:4817;s:23:\"exif-scenecapturetype-3\";i:4818;s:18:\"exif-gaincontrol-0\";i:4819;s:18:\"exif-gaincontrol-1\";i:4820;s:18:\"exif-gaincontrol-2\";i:4821;s:18:\"exif-gaincontrol-3\";i:4822;s:18:\"exif-gaincontrol-4\";i:4823;s:15:\"exif-contrast-0\";i:4824;s:15:\"exif-contrast-1\";i:4825;s:15:\"exif-contrast-2\";i:4826;s:17:\"exif-saturation-0\";i:4827;s:17:\"exif-saturation-1\";i:4828;s:17:\"exif-saturation-2\";i:4829;s:16:\"exif-sharpness-0\";i:4830;s:16:\"exif-sharpness-1\";i:4831;s:16:\"exif-sharpness-2\";i:4832;s:27:\"exif-subjectdistancerange-0\";i:4833;s:27:\"exif-subjectdistancerange-1\";i:4834;s:27:\"exif-subjectdistancerange-2\";i:4835;s:27:\"exif-subjectdistancerange-3\";i:4836;s:18:\"exif-gpslatitude-n\";i:4837;s:18:\"exif-gpslatitude-s\";i:4838;s:19:\"exif-gpslongitude-e\";i:4839;s:19:\"exif-gpslongitude-w\";i:4840;s:31:\"exif-gpsaltitude-above-sealevel\";i:4841;s:31:\"exif-gpsaltitude-below-sealevel\";i:4842;s:16:\"exif-gpsstatus-a\";i:4843;s:16:\"exif-gpsstatus-v\";i:4844;s:21:\"exif-gpsmeasuremode-2\";i:4845;s:21:\"exif-gpsmeasuremode-3\";i:4846;s:15:\"exif-gpsspeed-k\";i:4847;s:15:\"exif-gpsspeed-m\";i:4848;s:15:\"exif-gpsspeed-n\";i:4849;s:22:\"exif-gpsdestdistance-k\";i:4850;s:22:\"exif-gpsdestdistance-m\";i:4851;s:22:\"exif-gpsdestdistance-n\";i:4852;s:21:\"exif-gpsdop-excellent\";i:4853;s:16:\"exif-gpsdop-good\";i:4854;s:20:\"exif-gpsdop-moderate\";i:4855;s:16:\"exif-gpsdop-fair\";i:4856;s:16:\"exif-gpsdop-poor\";i:4857;s:18:\"exif-objectcycle-a\";i:4858;s:18:\"exif-objectcycle-p\";i:4859;s:18:\"exif-objectcycle-b\";i:4860;s:19:\"exif-gpsdirection-t\";i:4861;s:19:\"exif-gpsdirection-m\";i:4862;s:23:\"exif-ycbcrpositioning-1\";i:4863;s:23:\"exif-ycbcrpositioning-2\";i:4864;s:19:\"exif-dc-contributor\";i:4865;s:16:\"exif-dc-coverage\";i:4866;s:12:\"exif-dc-date\";i:4867;s:17:\"exif-dc-publisher\";i:4868;s:16:\"exif-dc-relation\";i:4869;s:14:\"exif-dc-rights\";i:4870;s:14:\"exif-dc-source\";i:4871;s:12:\"exif-dc-type\";i:4872;s:20:\"exif-rating-rejected\";i:4873;s:29:\"exif-isospeedratings-overflow\";i:4874;s:27:\"exif-maxaperturevalue-value\";i:4875;s:20:\"exif-iimcategory-ace\";i:4876;s:20:\"exif-iimcategory-clj\";i:4877;s:20:\"exif-iimcategory-dis\";i:4878;s:20:\"exif-iimcategory-fin\";i:4879;s:20:\"exif-iimcategory-edu\";i:4880;s:20:\"exif-iimcategory-evn\";i:4881;s:20:\"exif-iimcategory-hth\";i:4882;s:20:\"exif-iimcategory-hum\";i:4883;s:20:\"exif-iimcategory-lab\";i:4884;s:20:\"exif-iimcategory-lif\";i:4885;s:20:\"exif-iimcategory-pol\";i:4886;s:20:\"exif-iimcategory-rel\";i:4887;s:20:\"exif-iimcategory-sci\";i:4888;s:20:\"exif-iimcategory-soi\";i:4889;s:20:\"exif-iimcategory-spo\";i:4890;s:20:\"exif-iimcategory-war\";i:4891;s:20:\"exif-iimcategory-wea\";i:4892;s:19:\"exif-urgency-normal\";i:4893;s:16:\"exif-urgency-low\";i:4894;s:17:\"exif-urgency-high\";i:4895;s:18:\"exif-urgency-other\";i:4896;s:19:\"exif-firstphotodate\";i:4897;s:18:\"exif-lastphotodate\";i:4898;s:19:\"exif-projectiontype\";i:4899;s:35:\"exif-projectiontype-equirectangular\";i:4900;s:22:\"exif-usepanoramaviewer\";i:4901;s:27:\"exif-usepanoramaviewer-true\";i:4902;s:28:\"exif-usepanoramaviewer-false\";i:4903;s:21:\"exif-exposurelockused\";i:4904;s:26:\"exif-exposurelockused-true\";i:4905;s:27:\"exif-exposurelockused-false\";i:4906;s:23:\"exif-poseheadingdegrees\";i:4907;s:21:\"exif-posepitchdegrees\";i:4908;s:20:\"exif-poserolldegrees\";i:4909;s:30:\"exif-initialviewheadingdegrees\";i:4910;s:28:\"exif-initialviewpitchdegrees\";i:4911;s:27:\"exif-initialviewrolldegrees\";i:4912;s:32:\"exif-initialhorizontalfovdegrees\";i:4913;s:30:\"exif-initialverticalfovdegrees\";i:4914;s:22:\"exif-sourcephotoscount\";i:4915;s:32:\"exif-croppedareaimagewidthpixels\";i:4916;s:33:\"exif-croppedareaimageheightpixels\";i:4917;s:24:\"exif-fullpanowidthpixels\";i:4918;s:25:\"exif-fullpanoheightpixels\";i:4919;s:26:\"exif-croppedarealeftpixels\";i:4920;s:25:\"exif-croppedareatoppixels\";i:4921;s:23:\"exif-initialcameradolly\";i:4922;s:22:\"exif-stitchingsoftware\";i:4923;s:20:\"apihelp-main-summary\";i:4924;s:33:\"apihelp-main-extended-description\";i:4925;s:25:\"apihelp-main-param-action\";i:4926;s:25:\"apihelp-main-param-format\";i:4927;s:25:\"apihelp-main-param-maxlag\";i:4928;s:26:\"apihelp-main-param-smaxage\";i:4929;s:25:\"apihelp-main-param-maxage\";i:4930;s:25:\"apihelp-main-param-assert\";i:4931;s:29:\"apihelp-main-param-assertuser\";i:4932;s:28:\"apihelp-main-param-requestid\";i:4933;s:27:\"apihelp-main-param-servedby\";i:4934;s:31:\"apihelp-main-param-curtimestamp\";i:4935;s:35:\"apihelp-main-param-responselanginfo\";i:4936;s:25:\"apihelp-main-param-origin\";i:4937;s:26:\"apihelp-main-param-uselang\";i:4938;s:26:\"apihelp-main-param-variant\";i:4939;s:30:\"apihelp-main-param-errorformat\";i:4940;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4941;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4942;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4943;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4944;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4945;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4946;s:28:\"apihelp-main-param-errorlang\";i:4947;s:33:\"apihelp-main-param-errorsuselocal\";i:4948;s:21:\"apihelp-block-summary\";i:4949;s:24:\"apihelp-block-param-user\";i:4950;s:26:\"apihelp-block-param-userid\";i:4951;s:26:\"apihelp-block-param-expiry\";i:4952;s:26:\"apihelp-block-param-reason\";i:4953;s:28:\"apihelp-block-param-anononly\";i:4954;s:28:\"apihelp-block-param-nocreate\";i:4955;s:29:\"apihelp-block-param-autoblock\";i:4956;s:27:\"apihelp-block-param-noemail\";i:4957;s:28:\"apihelp-block-param-hidename\";i:4958;s:33:\"apihelp-block-param-allowusertalk\";i:4959;s:27:\"apihelp-block-param-reblock\";i:4960;s:29:\"apihelp-block-param-watchuser\";i:4961;s:35:\"apihelp-block-param-watchlistexpiry\";i:4962;s:24:\"apihelp-block-param-tags\";i:4963;s:27:\"apihelp-block-param-partial\";i:4964;s:36:\"apihelp-block-param-pagerestrictions\";i:4965;s:41:\"apihelp-block-param-namespacerestrictions\";i:4966;s:38:\"apihelp-block-param-actionrestrictions\";i:4967;s:31:\"apihelp-block-example-ip-simple\";i:4968;s:34:\"apihelp-block-example-user-complex\";i:4969;s:40:\"apihelp-changeauthenticationdata-summary\";i:4970;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4971;s:34:\"apihelp-changecontentmodel-summary\";i:4972;s:38:\"apihelp-changecontentmodel-param-title\";i:4973;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4974;s:40:\"apihelp-changecontentmodel-param-summary\";i:4975;s:37:\"apihelp-changecontentmodel-param-tags\";i:4976;s:38:\"apihelp-changecontentmodel-param-model\";i:4977;s:36:\"apihelp-changecontentmodel-param-bot\";i:4978;s:34:\"apihelp-changecontentmodel-example\";i:4979;s:26:\"apihelp-checktoken-summary\";i:4980;s:29:\"apihelp-checktoken-param-type\";i:4981;s:30:\"apihelp-checktoken-param-token\";i:4982;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4983;s:33:\"apihelp-checktoken-example-simple\";i:4984;s:27:\"apihelp-clearhasmsg-summary\";i:4985;s:29:\"apihelp-clearhasmsg-example-1\";i:4986;s:27:\"apihelp-clientlogin-summary\";i:4987;s:33:\"apihelp-clientlogin-example-login\";i:4988;s:34:\"apihelp-clientlogin-example-login2\";i:4989;s:23:\"apihelp-compare-summary\";i:4990;s:36:\"apihelp-compare-extended-description\";i:4991;s:31:\"apihelp-compare-param-fromtitle\";i:4992;s:28:\"apihelp-compare-param-fromid\";i:4993;s:29:\"apihelp-compare-param-fromrev\";i:4994;s:29:\"apihelp-compare-param-frompst\";i:4995;s:31:\"apihelp-compare-param-fromslots\";i:4996;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4997;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4998;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4999;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5000;s:30:\"apihelp-compare-param-fromtext\";i:5001;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5002;s:39:\"apihelp-compare-param-fromcontentformat\";i:5003;s:33:\"apihelp-compare-param-fromsection\";i:5004;s:29:\"apihelp-compare-param-totitle\";i:5005;s:26:\"apihelp-compare-param-toid\";i:5006;s:27:\"apihelp-compare-param-torev\";i:5007;s:32:\"apihelp-compare-param-torelative\";i:5008;s:27:\"apihelp-compare-param-topst\";i:5009;s:29:\"apihelp-compare-param-toslots\";i:5010;s:35:\"apihelp-compare-param-totext-{slot}\";i:5011;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5012;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5013;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5014;s:28:\"apihelp-compare-param-totext\";i:5015;s:36:\"apihelp-compare-param-tocontentmodel\";i:5016;s:37:\"apihelp-compare-param-tocontentformat\";i:5017;s:31:\"apihelp-compare-param-tosection\";i:5018;s:26:\"apihelp-compare-param-prop\";i:5019;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5020;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5021;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5022;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5023;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5024;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5025;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5026;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5027;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5028;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5029;s:30:\"apihelp-compare-param-difftype\";i:5030;s:27:\"apihelp-compare-param-slots\";i:5031;s:25:\"apihelp-compare-example-1\";i:5032;s:29:\"apihelp-createaccount-summary\";i:5033;s:41:\"apihelp-createaccount-param-preservestate\";i:5034;s:36:\"apihelp-createaccount-example-create\";i:5035;s:25:\"apihelp-cspreport-summary\";i:5036;s:34:\"apihelp-cspreport-param-reportonly\";i:5037;s:30:\"apihelp-cspreport-param-source\";i:5038;s:22:\"apihelp-delete-summary\";i:5039;s:26:\"apihelp-delete-param-title\";i:5040;s:27:\"apihelp-delete-param-pageid\";i:5041;s:27:\"apihelp-delete-param-reason\";i:5042;s:25:\"apihelp-delete-param-tags\";i:5043;s:31:\"apihelp-delete-param-deletetalk\";i:5044;s:26:\"apihelp-delete-param-watch\";i:5045;s:30:\"apihelp-delete-param-watchlist\";i:5046;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5047;s:28:\"apihelp-delete-param-unwatch\";i:5048;s:29:\"apihelp-delete-param-oldimage\";i:5049;s:29:\"apihelp-delete-example-simple\";i:5050;s:29:\"apihelp-delete-example-reason\";i:5051;s:24:\"apihelp-disabled-summary\";i:5052;s:20:\"apihelp-edit-summary\";i:5053;s:24:\"apihelp-edit-param-title\";i:5054;s:25:\"apihelp-edit-param-pageid\";i:5055;s:26:\"apihelp-edit-param-section\";i:5056;s:31:\"apihelp-edit-param-sectiontitle\";i:5057;s:23:\"apihelp-edit-param-text\";i:5058;s:26:\"apihelp-edit-param-summary\";i:5059;s:23:\"apihelp-edit-param-tags\";i:5060;s:24:\"apihelp-edit-param-minor\";i:5061;s:27:\"apihelp-edit-param-notminor\";i:5062;s:22:\"apihelp-edit-param-bot\";i:5063;s:28:\"apihelp-edit-param-baserevid\";i:5064;s:32:\"apihelp-edit-param-basetimestamp\";i:5065;s:33:\"apihelp-edit-param-starttimestamp\";i:5066;s:27:\"apihelp-edit-param-recreate\";i:5067;s:29:\"apihelp-edit-param-createonly\";i:5068;s:27:\"apihelp-edit-param-nocreate\";i:5069;s:24:\"apihelp-edit-param-watch\";i:5070;s:26:\"apihelp-edit-param-unwatch\";i:5071;s:28:\"apihelp-edit-param-watchlist\";i:5072;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5073;s:22:\"apihelp-edit-param-md5\";i:5074;s:30:\"apihelp-edit-param-prependtext\";i:5075;s:29:\"apihelp-edit-param-appendtext\";i:5076;s:23:\"apihelp-edit-param-undo\";i:5077;s:28:\"apihelp-edit-param-undoafter\";i:5078;s:27:\"apihelp-edit-param-redirect\";i:5079;s:32:\"apihelp-edit-param-contentformat\";i:5080;s:31:\"apihelp-edit-param-contentmodel\";i:5081;s:24:\"apihelp-edit-param-token\";i:5082;s:25:\"apihelp-edit-example-edit\";i:5083;s:28:\"apihelp-edit-example-prepend\";i:5084;s:25:\"apihelp-edit-example-undo\";i:5085;s:25:\"apihelp-emailuser-summary\";i:5086;s:30:\"apihelp-emailuser-param-target\";i:5087;s:31:\"apihelp-emailuser-param-subject\";i:5088;s:28:\"apihelp-emailuser-param-text\";i:5089;s:28:\"apihelp-emailuser-param-ccme\";i:5090;s:31:\"apihelp-emailuser-example-email\";i:5091;s:31:\"apihelp-expandtemplates-summary\";i:5092;s:35:\"apihelp-expandtemplates-param-title\";i:5093;s:34:\"apihelp-expandtemplates-param-text\";i:5094;s:35:\"apihelp-expandtemplates-param-revid\";i:5095;s:34:\"apihelp-expandtemplates-param-prop\";i:5096;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5097;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5098;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5099;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5100;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5101;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5102;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5103;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5104;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5105;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5106;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5107;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5108;s:38:\"apihelp-expandtemplates-example-simple\";i:5109;s:33:\"apihelp-feedcontributions-summary\";i:5110;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5111;s:36:\"apihelp-feedcontributions-param-user\";i:5112;s:41:\"apihelp-feedcontributions-param-namespace\";i:5113;s:36:\"apihelp-feedcontributions-param-year\";i:5114;s:37:\"apihelp-feedcontributions-param-month\";i:5115;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5116;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5117;s:39:\"apihelp-feedcontributions-param-toponly\";i:5118;s:39:\"apihelp-feedcontributions-param-newonly\";i:5119;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5120;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5121;s:40:\"apihelp-feedcontributions-example-simple\";i:5122;s:33:\"apihelp-feedrecentchanges-summary\";i:5123;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5124;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5125;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5126;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5127;s:36:\"apihelp-feedrecentchanges-param-days\";i:5128;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5129;s:36:\"apihelp-feedrecentchanges-param-from\";i:5130;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5131;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5132;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5133;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5134;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5135;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5136;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5137;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5138;s:38:\"apihelp-feedrecentchanges-param-target\";i:5139;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5140;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5141;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5142;s:29:\"apihelp-feedwatchlist-summary\";i:5143;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5144;s:33:\"apihelp-feedwatchlist-param-hours\";i:5145;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5146;s:37:\"apihelp-feedwatchlist-example-default\";i:5147;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5148;s:26:\"apihelp-filerevert-summary\";i:5149;s:33:\"apihelp-filerevert-param-filename\";i:5150;s:32:\"apihelp-filerevert-param-comment\";i:5151;s:36:\"apihelp-filerevert-param-archivename\";i:5152;s:33:\"apihelp-filerevert-example-revert\";i:5153;s:20:\"apihelp-help-summary\";i:5154;s:26:\"apihelp-help-param-modules\";i:5155;s:29:\"apihelp-help-param-submodules\";i:5156;s:38:\"apihelp-help-param-recursivesubmodules\";i:5157;s:29:\"apihelp-help-param-helpformat\";i:5158;s:23:\"apihelp-help-param-wrap\";i:5159;s:22:\"apihelp-help-param-toc\";i:5160;s:25:\"apihelp-help-example-main\";i:5161;s:31:\"apihelp-help-example-submodules\";i:5162;s:30:\"apihelp-help-example-recursive\";i:5163;s:25:\"apihelp-help-example-help\";i:5164;s:26:\"apihelp-help-example-query\";i:5165;s:27:\"apihelp-imagerotate-summary\";i:5166;s:34:\"apihelp-imagerotate-param-rotation\";i:5167;s:30:\"apihelp-imagerotate-param-tags\";i:5168;s:34:\"apihelp-imagerotate-example-simple\";i:5169;s:37:\"apihelp-imagerotate-example-generator\";i:5170;s:22:\"apihelp-import-summary\";i:5171;s:35:\"apihelp-import-extended-description\";i:5172;s:28:\"apihelp-import-param-summary\";i:5173;s:24:\"apihelp-import-param-xml\";i:5174;s:36:\"apihelp-import-param-interwikiprefix\";i:5175;s:37:\"apihelp-import-param-assignknownusers\";i:5176;s:36:\"apihelp-import-param-interwikisource\";i:5177;s:34:\"apihelp-import-param-interwikipage\";i:5178;s:32:\"apihelp-import-param-fullhistory\";i:5179;s:30:\"apihelp-import-param-templates\";i:5180;s:30:\"apihelp-import-param-namespace\";i:5181;s:29:\"apihelp-import-param-rootpage\";i:5182;s:25:\"apihelp-import-param-tags\";i:5183;s:29:\"apihelp-import-example-import\";i:5184;s:27:\"apihelp-linkaccount-summary\";i:5185;s:32:\"apihelp-linkaccount-example-link\";i:5186;s:21:\"apihelp-login-summary\";i:5187;s:34:\"apihelp-login-extended-description\";i:5188;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5189;s:24:\"apihelp-login-param-name\";i:5190;s:28:\"apihelp-login-param-password\";i:5191;s:26:\"apihelp-login-param-domain\";i:5192;s:25:\"apihelp-login-param-token\";i:5193;s:27:\"apihelp-login-example-login\";i:5194;s:22:\"apihelp-logout-summary\";i:5195;s:29:\"apihelp-logout-example-logout\";i:5196;s:26:\"apihelp-managetags-summary\";i:5197;s:34:\"apihelp-managetags-param-operation\";i:5198;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5199;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5200;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5201;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5202;s:28:\"apihelp-managetags-param-tag\";i:5203;s:31:\"apihelp-managetags-param-reason\";i:5204;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5205;s:29:\"apihelp-managetags-param-tags\";i:5206;s:33:\"apihelp-managetags-example-create\";i:5207;s:33:\"apihelp-managetags-example-delete\";i:5208;s:35:\"apihelp-managetags-example-activate\";i:5209;s:37:\"apihelp-managetags-example-deactivate\";i:5210;s:28:\"apihelp-mergehistory-summary\";i:5211;s:31:\"apihelp-mergehistory-param-from\";i:5212;s:33:\"apihelp-mergehistory-param-fromid\";i:5213;s:29:\"apihelp-mergehistory-param-to\";i:5214;s:31:\"apihelp-mergehistory-param-toid\";i:5215;s:36:\"apihelp-mergehistory-param-timestamp\";i:5216;s:33:\"apihelp-mergehistory-param-reason\";i:5217;s:34:\"apihelp-mergehistory-example-merge\";i:5218;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5219;s:20:\"apihelp-move-summary\";i:5220;s:23:\"apihelp-move-param-from\";i:5221;s:25:\"apihelp-move-param-fromid\";i:5222;s:21:\"apihelp-move-param-to\";i:5223;s:25:\"apihelp-move-param-reason\";i:5224;s:27:\"apihelp-move-param-movetalk\";i:5225;s:31:\"apihelp-move-param-movesubpages\";i:5226;s:29:\"apihelp-move-param-noredirect\";i:5227;s:24:\"apihelp-move-param-watch\";i:5228;s:26:\"apihelp-move-param-unwatch\";i:5229;s:28:\"apihelp-move-param-watchlist\";i:5230;s:34:\"apihelp-move-param-watchlistexpiry\";i:5231;s:33:\"apihelp-move-param-ignorewarnings\";i:5232;s:23:\"apihelp-move-param-tags\";i:5233;s:25:\"apihelp-move-example-move\";i:5234;s:26:\"apihelp-opensearch-summary\";i:5235;s:31:\"apihelp-opensearch-param-search\";i:5236;s:30:\"apihelp-opensearch-param-limit\";i:5237;s:34:\"apihelp-opensearch-param-namespace\";i:5238;s:32:\"apihelp-opensearch-param-suggest\";i:5239;s:34:\"apihelp-opensearch-param-redirects\";i:5240;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5241;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5242;s:41:\"apihelp-opensearch-param-redirects-append\";i:5243;s:31:\"apihelp-opensearch-param-format\";i:5244;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5245;s:29:\"apihelp-opensearch-example-te\";i:5246;s:23:\"apihelp-options-summary\";i:5247;s:36:\"apihelp-options-extended-description\";i:5248;s:27:\"apihelp-options-param-reset\";i:5249;s:32:\"apihelp-options-param-resetkinds\";i:5250;s:28:\"apihelp-options-param-change\";i:5251;s:32:\"apihelp-options-param-optionname\";i:5252;s:33:\"apihelp-options-param-optionvalue\";i:5253;s:29:\"apihelp-options-example-reset\";i:5254;s:30:\"apihelp-options-example-change\";i:5255;s:31:\"apihelp-options-example-complex\";i:5256;s:25:\"apihelp-paraminfo-summary\";i:5257;s:31:\"apihelp-paraminfo-param-modules\";i:5258;s:34:\"apihelp-paraminfo-param-helpformat\";i:5259;s:36:\"apihelp-paraminfo-param-querymodules\";i:5260;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5261;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5262;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5263;s:27:\"apihelp-paraminfo-example-1\";i:5264;s:27:\"apihelp-paraminfo-example-2\";i:5265;s:21:\"apihelp-parse-summary\";i:5266;s:34:\"apihelp-parse-extended-description\";i:5267;s:25:\"apihelp-parse-param-title\";i:5268;s:24:\"apihelp-parse-param-text\";i:5269;s:25:\"apihelp-parse-param-revid\";i:5270;s:27:\"apihelp-parse-param-summary\";i:5271;s:24:\"apihelp-parse-param-page\";i:5272;s:26:\"apihelp-parse-param-pageid\";i:5273;s:29:\"apihelp-parse-param-redirects\";i:5274;s:25:\"apihelp-parse-param-oldid\";i:5275;s:24:\"apihelp-parse-param-prop\";i:5276;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5277;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5278;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5279;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5280;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5281;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5282;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5283;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5284;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5285;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5286;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5287;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5288;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5289;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5290;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5291;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5292;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5293;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5294;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5295;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5296;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5297;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5298;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5299;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5300;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5301;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5302;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5303;s:23:\"apihelp-parse-param-pst\";i:5304;s:27:\"apihelp-parse-param-onlypst\";i:5305;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5306;s:27:\"apihelp-parse-param-section\";i:5307;s:32:\"apihelp-parse-param-sectiontitle\";i:5308;s:38:\"apihelp-parse-param-disablelimitreport\";i:5309;s:29:\"apihelp-parse-param-disablepp\";i:5310;s:38:\"apihelp-parse-param-disableeditsection\";i:5311;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5312;s:36:\"apihelp-parse-param-showstrategykeys\";i:5313;s:31:\"apihelp-parse-param-generatexml\";i:5314;s:27:\"apihelp-parse-param-preview\";i:5315;s:34:\"apihelp-parse-param-sectionpreview\";i:5316;s:30:\"apihelp-parse-param-disabletoc\";i:5317;s:27:\"apihelp-parse-param-useskin\";i:5318;s:33:\"apihelp-parse-param-contentformat\";i:5319;s:32:\"apihelp-parse-param-contentmodel\";i:5320;s:26:\"apihelp-parse-example-page\";i:5321;s:26:\"apihelp-parse-example-text\";i:5322;s:31:\"apihelp-parse-example-texttitle\";i:5323;s:29:\"apihelp-parse-example-summary\";i:5324;s:22:\"apihelp-patrol-summary\";i:5325;s:25:\"apihelp-patrol-param-rcid\";i:5326;s:26:\"apihelp-patrol-param-revid\";i:5327;s:25:\"apihelp-patrol-param-tags\";i:5328;s:27:\"apihelp-patrol-example-rcid\";i:5329;s:28:\"apihelp-patrol-example-revid\";i:5330;s:23:\"apihelp-protect-summary\";i:5331;s:27:\"apihelp-protect-param-title\";i:5332;s:28:\"apihelp-protect-param-pageid\";i:5333;s:33:\"apihelp-protect-param-protections\";i:5334;s:28:\"apihelp-protect-param-expiry\";i:5335;s:28:\"apihelp-protect-param-reason\";i:5336;s:26:\"apihelp-protect-param-tags\";i:5337;s:29:\"apihelp-protect-param-cascade\";i:5338;s:27:\"apihelp-protect-param-watch\";i:5339;s:31:\"apihelp-protect-param-watchlist\";i:5340;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5341;s:31:\"apihelp-protect-example-protect\";i:5342;s:33:\"apihelp-protect-example-unprotect\";i:5343;s:34:\"apihelp-protect-example-unprotect2\";i:5344;s:21:\"apihelp-purge-summary\";i:5345;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5346;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5347;s:28:\"apihelp-purge-example-simple\";i:5348;s:31:\"apihelp-purge-example-generator\";i:5349;s:21:\"apihelp-query-summary\";i:5350;s:34:\"apihelp-query-extended-description\";i:5351;s:24:\"apihelp-query-param-prop\";i:5352;s:24:\"apihelp-query-param-list\";i:5353;s:24:\"apihelp-query-param-meta\";i:5354;s:32:\"apihelp-query-param-indexpageids\";i:5355;s:26:\"apihelp-query-param-export\";i:5356;s:32:\"apihelp-query-param-exportnowrap\";i:5357;s:32:\"apihelp-query-param-exportschema\";i:5358;s:25:\"apihelp-query-param-iwurl\";i:5359;s:31:\"apihelp-query-param-rawcontinue\";i:5360;s:31:\"apihelp-query-example-revisions\";i:5361;s:30:\"apihelp-query-example-allpages\";i:5362;s:35:\"apihelp-query+allcategories-summary\";i:5363;s:38:\"apihelp-query+allcategories-param-from\";i:5364;s:36:\"apihelp-query+allcategories-param-to\";i:5365;s:40:\"apihelp-query+allcategories-param-prefix\";i:5366;s:37:\"apihelp-query+allcategories-param-dir\";i:5367;s:37:\"apihelp-query+allcategories-param-min\";i:5368;s:37:\"apihelp-query+allcategories-param-max\";i:5369;s:39:\"apihelp-query+allcategories-param-limit\";i:5370;s:38:\"apihelp-query+allcategories-param-prop\";i:5371;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5372;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5373;s:40:\"apihelp-query+allcategories-example-size\";i:5374;s:45:\"apihelp-query+allcategories-example-generator\";i:5375;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5376;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5377;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5378;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5379;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5380;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5381;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5382;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5383;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5384;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5385;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5386;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5387;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5388;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5389;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5390;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5391;s:35:\"apihelp-query+allfileusages-summary\";i:5392;s:38:\"apihelp-query+allfileusages-param-from\";i:5393;s:36:\"apihelp-query+allfileusages-param-to\";i:5394;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5395;s:40:\"apihelp-query+allfileusages-param-unique\";i:5396;s:38:\"apihelp-query+allfileusages-param-prop\";i:5397;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5398;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5399;s:39:\"apihelp-query+allfileusages-param-limit\";i:5400;s:37:\"apihelp-query+allfileusages-param-dir\";i:5401;s:37:\"apihelp-query+allfileusages-example-b\";i:5402;s:42:\"apihelp-query+allfileusages-example-unique\";i:5403;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5404;s:45:\"apihelp-query+allfileusages-example-generator\";i:5405;s:31:\"apihelp-query+allimages-summary\";i:5406;s:34:\"apihelp-query+allimages-param-sort\";i:5407;s:33:\"apihelp-query+allimages-param-dir\";i:5408;s:34:\"apihelp-query+allimages-param-from\";i:5409;s:32:\"apihelp-query+allimages-param-to\";i:5410;s:35:\"apihelp-query+allimages-param-start\";i:5411;s:33:\"apihelp-query+allimages-param-end\";i:5412;s:36:\"apihelp-query+allimages-param-prefix\";i:5413;s:37:\"apihelp-query+allimages-param-minsize\";i:5414;s:37:\"apihelp-query+allimages-param-maxsize\";i:5415;s:34:\"apihelp-query+allimages-param-sha1\";i:5416;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5417;s:34:\"apihelp-query+allimages-param-user\";i:5418;s:40:\"apihelp-query+allimages-param-filterbots\";i:5419;s:34:\"apihelp-query+allimages-param-mime\";i:5420;s:35:\"apihelp-query+allimages-param-limit\";i:5421;s:33:\"apihelp-query+allimages-example-b\";i:5422;s:38:\"apihelp-query+allimages-example-recent\";i:5423;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5424;s:41:\"apihelp-query+allimages-example-generator\";i:5425;s:30:\"apihelp-query+alllinks-summary\";i:5426;s:33:\"apihelp-query+alllinks-param-from\";i:5427;s:31:\"apihelp-query+alllinks-param-to\";i:5428;s:35:\"apihelp-query+alllinks-param-prefix\";i:5429;s:35:\"apihelp-query+alllinks-param-unique\";i:5430;s:33:\"apihelp-query+alllinks-param-prop\";i:5431;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5432;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5433;s:38:\"apihelp-query+alllinks-param-namespace\";i:5434;s:34:\"apihelp-query+alllinks-param-limit\";i:5435;s:32:\"apihelp-query+alllinks-param-dir\";i:5436;s:32:\"apihelp-query+alllinks-example-b\";i:5437;s:37:\"apihelp-query+alllinks-example-unique\";i:5438;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5439;s:40:\"apihelp-query+alllinks-example-generator\";i:5440;s:33:\"apihelp-query+allmessages-summary\";i:5441;s:40:\"apihelp-query+allmessages-param-messages\";i:5442;s:36:\"apihelp-query+allmessages-param-prop\";i:5443;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5444;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5445;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5446;s:36:\"apihelp-query+allmessages-param-args\";i:5447;s:38:\"apihelp-query+allmessages-param-filter\";i:5448;s:42:\"apihelp-query+allmessages-param-customised\";i:5449;s:36:\"apihelp-query+allmessages-param-lang\";i:5450;s:36:\"apihelp-query+allmessages-param-from\";i:5451;s:34:\"apihelp-query+allmessages-param-to\";i:5452;s:37:\"apihelp-query+allmessages-param-title\";i:5453;s:38:\"apihelp-query+allmessages-param-prefix\";i:5454;s:37:\"apihelp-query+allmessages-example-ipb\";i:5455;s:36:\"apihelp-query+allmessages-example-de\";i:5456;s:30:\"apihelp-query+allpages-summary\";i:5457;s:33:\"apihelp-query+allpages-param-from\";i:5458;s:31:\"apihelp-query+allpages-param-to\";i:5459;s:35:\"apihelp-query+allpages-param-prefix\";i:5460;s:38:\"apihelp-query+allpages-param-namespace\";i:5461;s:40:\"apihelp-query+allpages-param-filterredir\";i:5462;s:36:\"apihelp-query+allpages-param-minsize\";i:5463;s:36:\"apihelp-query+allpages-param-maxsize\";i:5464;s:35:\"apihelp-query+allpages-param-prtype\";i:5465;s:36:\"apihelp-query+allpages-param-prlevel\";i:5466;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5467;s:34:\"apihelp-query+allpages-param-limit\";i:5468;s:32:\"apihelp-query+allpages-param-dir\";i:5469;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5470;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5471;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5472;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5473;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5474;s:32:\"apihelp-query+allpages-example-b\";i:5475;s:40:\"apihelp-query+allpages-example-generator\";i:5476;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5477;s:34:\"apihelp-query+allredirects-summary\";i:5478;s:37:\"apihelp-query+allredirects-param-from\";i:5479;s:35:\"apihelp-query+allredirects-param-to\";i:5480;s:39:\"apihelp-query+allredirects-param-prefix\";i:5481;s:39:\"apihelp-query+allredirects-param-unique\";i:5482;s:37:\"apihelp-query+allredirects-param-prop\";i:5483;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5484;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5485;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5486;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5487;s:42:\"apihelp-query+allredirects-param-namespace\";i:5488;s:38:\"apihelp-query+allredirects-param-limit\";i:5489;s:36:\"apihelp-query+allredirects-param-dir\";i:5490;s:36:\"apihelp-query+allredirects-example-b\";i:5491;s:41:\"apihelp-query+allredirects-example-unique\";i:5492;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5493;s:44:\"apihelp-query+allredirects-example-generator\";i:5494;s:34:\"apihelp-query+allrevisions-summary\";i:5495;s:38:\"apihelp-query+allrevisions-param-start\";i:5496;s:36:\"apihelp-query+allrevisions-param-end\";i:5497;s:37:\"apihelp-query+allrevisions-param-user\";i:5498;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5499;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5500;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5501;s:39:\"apihelp-query+allrevisions-example-user\";i:5502;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5503;s:36:\"apihelp-query+mystashedfiles-summary\";i:5504;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5505;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5506;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5507;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5508;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5509;s:38:\"apihelp-query+alltransclusions-summary\";i:5510;s:41:\"apihelp-query+alltransclusions-param-from\";i:5511;s:39:\"apihelp-query+alltransclusions-param-to\";i:5512;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5513;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5514;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5515;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5516;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5517;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5518;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5519;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5520;s:40:\"apihelp-query+alltransclusions-example-b\";i:5521;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5522;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5523;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5524;s:30:\"apihelp-query+allusers-summary\";i:5525;s:33:\"apihelp-query+allusers-param-from\";i:5526;s:31:\"apihelp-query+allusers-param-to\";i:5527;s:35:\"apihelp-query+allusers-param-prefix\";i:5528;s:32:\"apihelp-query+allusers-param-dir\";i:5529;s:34:\"apihelp-query+allusers-param-group\";i:5530;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5531;s:35:\"apihelp-query+allusers-param-rights\";i:5532;s:33:\"apihelp-query+allusers-param-prop\";i:5533;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5534;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5535;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5536;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5537;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5538;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5539;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5540;s:34:\"apihelp-query+allusers-param-limit\";i:5541;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5542;s:40:\"apihelp-query+allusers-param-activeusers\";i:5543;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5544;s:32:\"apihelp-query+allusers-example-y\";i:5545;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5546;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5547;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5548;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5549;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5550;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5551;s:31:\"apihelp-query+backlinks-summary\";i:5552;s:35:\"apihelp-query+backlinks-param-title\";i:5553;s:36:\"apihelp-query+backlinks-param-pageid\";i:5554;s:39:\"apihelp-query+backlinks-param-namespace\";i:5555;s:33:\"apihelp-query+backlinks-param-dir\";i:5556;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5557;s:35:\"apihelp-query+backlinks-param-limit\";i:5558;s:38:\"apihelp-query+backlinks-param-redirect\";i:5559;s:38:\"apihelp-query+backlinks-example-simple\";i:5560;s:41:\"apihelp-query+backlinks-example-generator\";i:5561;s:28:\"apihelp-query+blocks-summary\";i:5562;s:32:\"apihelp-query+blocks-param-start\";i:5563;s:30:\"apihelp-query+blocks-param-end\";i:5564;s:30:\"apihelp-query+blocks-param-ids\";i:5565;s:32:\"apihelp-query+blocks-param-users\";i:5566;s:29:\"apihelp-query+blocks-param-ip\";i:5567;s:32:\"apihelp-query+blocks-param-limit\";i:5568;s:31:\"apihelp-query+blocks-param-prop\";i:5569;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5570;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5571;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5572;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5573;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5574;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5575;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5576;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5577;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5578;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5579;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5580;s:31:\"apihelp-query+blocks-param-show\";i:5581;s:35:\"apihelp-query+blocks-example-simple\";i:5582;s:34:\"apihelp-query+blocks-example-users\";i:5583;s:32:\"apihelp-query+categories-summary\";i:5584;s:35:\"apihelp-query+categories-param-prop\";i:5585;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5586;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5587;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5588;s:35:\"apihelp-query+categories-param-show\";i:5589;s:36:\"apihelp-query+categories-param-limit\";i:5590;s:41:\"apihelp-query+categories-param-categories\";i:5591;s:34:\"apihelp-query+categories-param-dir\";i:5592;s:39:\"apihelp-query+categories-example-simple\";i:5593;s:42:\"apihelp-query+categories-example-generator\";i:5594;s:34:\"apihelp-query+categoryinfo-summary\";i:5595;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5596;s:37:\"apihelp-query+categorymembers-summary\";i:5597;s:41:\"apihelp-query+categorymembers-param-title\";i:5598;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5599;s:40:\"apihelp-query+categorymembers-param-prop\";i:5600;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5601;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5602;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5603;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5604;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5605;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5606;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5607;s:40:\"apihelp-query+categorymembers-param-type\";i:5608;s:41:\"apihelp-query+categorymembers-param-limit\";i:5609;s:40:\"apihelp-query+categorymembers-param-sort\";i:5610;s:39:\"apihelp-query+categorymembers-param-dir\";i:5611;s:41:\"apihelp-query+categorymembers-param-start\";i:5612;s:39:\"apihelp-query+categorymembers-param-end\";i:5613;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5614;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5615;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5616;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5617;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5618;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5619;s:44:\"apihelp-query+categorymembers-example-simple\";i:5620;s:47:\"apihelp-query+categorymembers-example-generator\";i:5621;s:34:\"apihelp-query+contributors-summary\";i:5622;s:38:\"apihelp-query+contributors-param-group\";i:5623;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5624;s:39:\"apihelp-query+contributors-param-rights\";i:5625;s:46:\"apihelp-query+contributors-param-excluderights\";i:5626;s:38:\"apihelp-query+contributors-param-limit\";i:5627;s:41:\"apihelp-query+contributors-example-simple\";i:5628;s:38:\"apihelp-query+deletedrevisions-summary\";i:5629;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5630;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5631;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5632;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5633;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5634;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5635;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5636;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5637;s:33:\"apihelp-query+deletedrevs-summary\";i:5638;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5639;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5640;s:37:\"apihelp-query+deletedrevs-param-start\";i:5641;s:35:\"apihelp-query+deletedrevs-param-end\";i:5642;s:36:\"apihelp-query+deletedrevs-param-from\";i:5643;s:34:\"apihelp-query+deletedrevs-param-to\";i:5644;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5645;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5646;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5647;s:36:\"apihelp-query+deletedrevs-param-user\";i:5648;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5649;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5650;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5651;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5652;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5653;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5654;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5655;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5656;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5657;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5658;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5659;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5660;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5661;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5662;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5663;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5664;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5665;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5666;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5667;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5668;s:30:\"apihelp-query+disabled-summary\";i:5669;s:36:\"apihelp-query+duplicatefiles-summary\";i:5670;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5671;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5672;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5673;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5674;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5675;s:32:\"apihelp-query+embeddedin-summary\";i:5676;s:36:\"apihelp-query+embeddedin-param-title\";i:5677;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5678;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5679;s:34:\"apihelp-query+embeddedin-param-dir\";i:5680;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5681;s:36:\"apihelp-query+embeddedin-param-limit\";i:5682;s:39:\"apihelp-query+embeddedin-example-simple\";i:5683;s:42:\"apihelp-query+embeddedin-example-generator\";i:5684;s:30:\"apihelp-query+extlinks-summary\";i:5685;s:34:\"apihelp-query+extlinks-param-limit\";i:5686;s:37:\"apihelp-query+extlinks-param-protocol\";i:5687;s:34:\"apihelp-query+extlinks-param-query\";i:5688;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5689;s:37:\"apihelp-query+extlinks-example-simple\";i:5690;s:33:\"apihelp-query+exturlusage-summary\";i:5691;s:36:\"apihelp-query+exturlusage-param-prop\";i:5692;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5693;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5694;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5695;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5696;s:37:\"apihelp-query+exturlusage-param-query\";i:5697;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5698;s:37:\"apihelp-query+exturlusage-param-limit\";i:5699;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5700;s:40:\"apihelp-query+exturlusage-example-simple\";i:5701;s:33:\"apihelp-query+filearchive-summary\";i:5702;s:36:\"apihelp-query+filearchive-param-from\";i:5703;s:34:\"apihelp-query+filearchive-param-to\";i:5704;s:38:\"apihelp-query+filearchive-param-prefix\";i:5705;s:37:\"apihelp-query+filearchive-param-limit\";i:5706;s:35:\"apihelp-query+filearchive-param-dir\";i:5707;s:36:\"apihelp-query+filearchive-param-sha1\";i:5708;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5709;s:36:\"apihelp-query+filearchive-param-prop\";i:5710;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5711;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5712;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5713;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5714;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5715;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5716;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5717;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5718;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5719;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5720;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5721;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5722;s:40:\"apihelp-query+filearchive-example-simple\";i:5723;s:34:\"apihelp-query+filerepoinfo-summary\";i:5724;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5725;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5726;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5727;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5728;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5729;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5730;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5731;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5732;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5733;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5734;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5735;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5736;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5737;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5738;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5739;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5740;s:31:\"apihelp-query+fileusage-summary\";i:5741;s:34:\"apihelp-query+fileusage-param-prop\";i:5742;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5743;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5744;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5745;s:39:\"apihelp-query+fileusage-param-namespace\";i:5746;s:35:\"apihelp-query+fileusage-param-limit\";i:5747;s:34:\"apihelp-query+fileusage-param-show\";i:5748;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5749;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5750;s:38:\"apihelp-query+fileusage-example-simple\";i:5751;s:41:\"apihelp-query+fileusage-example-generator\";i:5752;s:31:\"apihelp-query+imageinfo-summary\";i:5753;s:34:\"apihelp-query+imageinfo-param-prop\";i:5754;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5755;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5756;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5757;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5758;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5759;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5760;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5761;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5762;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5763;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5764;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5765;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5766;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5767;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5768;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5769;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5770;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5771;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5772;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5773;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5774;s:35:\"apihelp-query+imageinfo-param-limit\";i:5775;s:35:\"apihelp-query+imageinfo-param-start\";i:5776;s:33:\"apihelp-query+imageinfo-param-end\";i:5777;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5778;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5779;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5780;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5781;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5782;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5783;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5784;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5785;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5786;s:38:\"apihelp-query+imageinfo-example-simple\";i:5787;s:37:\"apihelp-query+imageinfo-example-dated\";i:5788;s:28:\"apihelp-query+images-summary\";i:5789;s:32:\"apihelp-query+images-param-limit\";i:5790;s:33:\"apihelp-query+images-param-images\";i:5791;s:30:\"apihelp-query+images-param-dir\";i:5792;s:35:\"apihelp-query+images-example-simple\";i:5793;s:38:\"apihelp-query+images-example-generator\";i:5794;s:32:\"apihelp-query+imageusage-summary\";i:5795;s:36:\"apihelp-query+imageusage-param-title\";i:5796;s:37:\"apihelp-query+imageusage-param-pageid\";i:5797;s:40:\"apihelp-query+imageusage-param-namespace\";i:5798;s:34:\"apihelp-query+imageusage-param-dir\";i:5799;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5800;s:36:\"apihelp-query+imageusage-param-limit\";i:5801;s:39:\"apihelp-query+imageusage-param-redirect\";i:5802;s:39:\"apihelp-query+imageusage-example-simple\";i:5803;s:42:\"apihelp-query+imageusage-example-generator\";i:5804;s:26:\"apihelp-query+info-summary\";i:5805;s:29:\"apihelp-query+info-param-prop\";i:5806;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5807;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5808;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5809;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5810;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5811;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5812;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5813;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5814;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5815;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5816;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5817;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5818;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5819;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5820;s:36:\"apihelp-query+info-param-linkcontext\";i:5821;s:36:\"apihelp-query+info-param-testactions\";i:5822;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5823;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5824;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5825;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5826;s:33:\"apihelp-query+info-example-simple\";i:5827;s:37:\"apihelp-query+info-example-protection\";i:5828;s:33:\"apihelp-query+iwbacklinks-summary\";i:5829;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5830;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5831;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5832;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5833;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5834;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5835;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5836;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5837;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5838;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5839;s:29:\"apihelp-query+iwlinks-summary\";i:5840;s:31:\"apihelp-query+iwlinks-param-url\";i:5841;s:32:\"apihelp-query+iwlinks-param-prop\";i:5842;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5843;s:33:\"apihelp-query+iwlinks-param-limit\";i:5844;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5845;s:33:\"apihelp-query+iwlinks-param-title\";i:5846;s:31:\"apihelp-query+iwlinks-param-dir\";i:5847;s:36:\"apihelp-query+iwlinks-example-simple\";i:5848;s:35:\"apihelp-query+langbacklinks-summary\";i:5849;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5850;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5851;s:39:\"apihelp-query+langbacklinks-param-title\";i:5852;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5853;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5854;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5855;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5856;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5857;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5858;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5859;s:31:\"apihelp-query+langlinks-summary\";i:5860;s:35:\"apihelp-query+langlinks-param-limit\";i:5861;s:33:\"apihelp-query+langlinks-param-url\";i:5862;s:34:\"apihelp-query+langlinks-param-prop\";i:5863;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5864;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5865;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5866;s:34:\"apihelp-query+langlinks-param-lang\";i:5867;s:35:\"apihelp-query+langlinks-param-title\";i:5868;s:33:\"apihelp-query+langlinks-param-dir\";i:5869;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5870;s:38:\"apihelp-query+langlinks-example-simple\";i:5871;s:34:\"apihelp-query+languageinfo-summary\";i:5872;s:47:\"apihelp-query+languageinfo-extended-description\";i:5873;s:37:\"apihelp-query+languageinfo-param-prop\";i:5874;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5875;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5876;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5877;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5878;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5879;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5880;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5881;s:37:\"apihelp-query+languageinfo-param-code\";i:5882;s:41:\"apihelp-query+languageinfo-example-simple\";i:5883;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5884;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5885;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5886;s:27:\"apihelp-query+links-summary\";i:5887;s:35:\"apihelp-query+links-param-namespace\";i:5888;s:31:\"apihelp-query+links-param-limit\";i:5889;s:32:\"apihelp-query+links-param-titles\";i:5890;s:29:\"apihelp-query+links-param-dir\";i:5891;s:34:\"apihelp-query+links-example-simple\";i:5892;s:37:\"apihelp-query+links-example-generator\";i:5893;s:38:\"apihelp-query+links-example-namespaces\";i:5894;s:31:\"apihelp-query+linkshere-summary\";i:5895;s:34:\"apihelp-query+linkshere-param-prop\";i:5896;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5897;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5898;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5899;s:39:\"apihelp-query+linkshere-param-namespace\";i:5900;s:35:\"apihelp-query+linkshere-param-limit\";i:5901;s:34:\"apihelp-query+linkshere-param-show\";i:5902;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5903;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5904;s:38:\"apihelp-query+linkshere-example-simple\";i:5905;s:41:\"apihelp-query+linkshere-example-generator\";i:5906;s:31:\"apihelp-query+logevents-summary\";i:5907;s:34:\"apihelp-query+logevents-param-prop\";i:5908;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5909;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5910;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5911;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5912;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5913;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5914;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5915;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5916;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5917;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5918;s:34:\"apihelp-query+logevents-param-type\";i:5919;s:36:\"apihelp-query+logevents-param-action\";i:5920;s:35:\"apihelp-query+logevents-param-start\";i:5921;s:33:\"apihelp-query+logevents-param-end\";i:5922;s:34:\"apihelp-query+logevents-param-user\";i:5923;s:35:\"apihelp-query+logevents-param-title\";i:5924;s:39:\"apihelp-query+logevents-param-namespace\";i:5925;s:36:\"apihelp-query+logevents-param-prefix\";i:5926;s:33:\"apihelp-query+logevents-param-tag\";i:5927;s:35:\"apihelp-query+logevents-param-limit\";i:5928;s:38:\"apihelp-query+logevents-example-simple\";i:5929;s:35:\"apihelp-query+pagepropnames-summary\";i:5930;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5931;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5932;s:31:\"apihelp-query+pageprops-summary\";i:5933;s:34:\"apihelp-query+pageprops-param-prop\";i:5934;s:38:\"apihelp-query+pageprops-example-simple\";i:5935;s:35:\"apihelp-query+pageswithprop-summary\";i:5936;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5937;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5938;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5939;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5940;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5941;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5942;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5943;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5944;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5945;s:34:\"apihelp-query+prefixsearch-summary\";i:5946;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5947;s:39:\"apihelp-query+prefixsearch-param-search\";i:5948;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5949;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5950;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5951;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5952;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5953;s:37:\"apihelp-query+protectedtitles-summary\";i:5954;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5955;s:41:\"apihelp-query+protectedtitles-param-level\";i:5956;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5957;s:41:\"apihelp-query+protectedtitles-param-start\";i:5958;s:39:\"apihelp-query+protectedtitles-param-end\";i:5959;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5960;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5961;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5962;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5963;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5964;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5965;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5966;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5967;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5968;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5969;s:31:\"apihelp-query+querypage-summary\";i:5970;s:34:\"apihelp-query+querypage-param-page\";i:5971;s:35:\"apihelp-query+querypage-param-limit\";i:5972;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5973;s:28:\"apihelp-query+random-summary\";i:5974;s:41:\"apihelp-query+random-extended-description\";i:5975;s:36:\"apihelp-query+random-param-namespace\";i:5976;s:32:\"apihelp-query+random-param-limit\";i:5977;s:35:\"apihelp-query+random-param-redirect\";i:5978;s:38:\"apihelp-query+random-param-filterredir\";i:5979;s:35:\"apihelp-query+random-example-simple\";i:5980;s:38:\"apihelp-query+random-example-generator\";i:5981;s:35:\"apihelp-query+recentchanges-summary\";i:5982;s:39:\"apihelp-query+recentchanges-param-start\";i:5983;s:37:\"apihelp-query+recentchanges-param-end\";i:5984;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5985;s:38:\"apihelp-query+recentchanges-param-user\";i:5986;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5987;s:37:\"apihelp-query+recentchanges-param-tag\";i:5988;s:38:\"apihelp-query+recentchanges-param-slot\";i:5989;s:38:\"apihelp-query+recentchanges-param-prop\";i:5990;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5991;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5992;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5993;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5994;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5995;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5996;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5997;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5998;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5999;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6000;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6001;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6002;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6003;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6004;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6005;s:38:\"apihelp-query+recentchanges-param-show\";i:6006;s:39:\"apihelp-query+recentchanges-param-limit\";i:6007;s:38:\"apihelp-query+recentchanges-param-type\";i:6008;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6009;s:39:\"apihelp-query+recentchanges-param-title\";i:6010;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6011;s:42:\"apihelp-query+recentchanges-example-simple\";i:6012;s:45:\"apihelp-query+recentchanges-example-generator\";i:6013;s:31:\"apihelp-query+redirects-summary\";i:6014;s:34:\"apihelp-query+redirects-param-prop\";i:6015;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6016;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6017;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6018;s:39:\"apihelp-query+redirects-param-namespace\";i:6019;s:35:\"apihelp-query+redirects-param-limit\";i:6020;s:34:\"apihelp-query+redirects-param-show\";i:6021;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6022;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6023;s:38:\"apihelp-query+redirects-example-simple\";i:6024;s:41:\"apihelp-query+redirects-example-generator\";i:6025;s:31:\"apihelp-query+revisions-summary\";i:6026;s:44:\"apihelp-query+revisions-extended-description\";i:6027;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6028;s:37:\"apihelp-query+revisions-param-startid\";i:6029;s:35:\"apihelp-query+revisions-param-endid\";i:6030;s:35:\"apihelp-query+revisions-param-start\";i:6031;s:33:\"apihelp-query+revisions-param-end\";i:6032;s:34:\"apihelp-query+revisions-param-user\";i:6033;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6034;s:33:\"apihelp-query+revisions-param-tag\";i:6035;s:39:\"apihelp-query+revisions-example-content\";i:6036;s:37:\"apihelp-query+revisions-example-last5\";i:6037;s:38:\"apihelp-query+revisions-example-first5\";i:6038;s:44:\"apihelp-query+revisions-example-first5-after\";i:6039;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6040;s:43:\"apihelp-query+revisions-example-first5-user\";i:6041;s:39:\"apihelp-query+revisions+base-param-prop\";i:6042;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6043;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6044;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6045;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6046;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6047;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6048;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6049;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6050;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6051;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6052;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6053;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6054;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6055;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6056;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6057;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6058;s:40:\"apihelp-query+revisions+base-param-slots\";i:6059;s:40:\"apihelp-query+revisions+base-param-limit\";i:6060;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6061;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6062;s:40:\"apihelp-query+revisions+base-param-parse\";i:6063;s:42:\"apihelp-query+revisions+base-param-section\";i:6064;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6065;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6066;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6067;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6068;s:28:\"apihelp-query+search-summary\";i:6069;s:33:\"apihelp-query+search-param-search\";i:6070;s:36:\"apihelp-query+search-param-namespace\";i:6071;s:31:\"apihelp-query+search-param-what\";i:6072;s:31:\"apihelp-query+search-param-info\";i:6073;s:31:\"apihelp-query+search-param-prop\";i:6074;s:36:\"apihelp-query+search-param-qiprofile\";i:6075;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6076;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6077;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6078;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6079;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6080;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6081;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6082;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6083;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6084;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6085;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6086;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6087;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6088;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6089;s:32:\"apihelp-query+search-param-limit\";i:6090;s:36:\"apihelp-query+search-param-interwiki\";i:6091;s:34:\"apihelp-query+search-param-backend\";i:6092;s:41:\"apihelp-query+search-param-enablerewrites\";i:6093;s:31:\"apihelp-query+search-param-sort\";i:6094;s:35:\"apihelp-query+search-example-simple\";i:6095;s:33:\"apihelp-query+search-example-text\";i:6096;s:38:\"apihelp-query+search-example-generator\";i:6097;s:30:\"apihelp-query+siteinfo-summary\";i:6098;s:33:\"apihelp-query+siteinfo-param-prop\";i:6099;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6100;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6101;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6102;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6103;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6104;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6105;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6106;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6107;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6108;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6109;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6110;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6111;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6112;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6113;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6114;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6115;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6116;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6117;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6118;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6119;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6120;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6121;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6122;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6123;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6124;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6125;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6126;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6127;s:37:\"apihelp-query+siteinfo-example-simple\";i:6128;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6129;s:37:\"apihelp-query+siteinfo-example-replag\";i:6130;s:36:\"apihelp-query+stashimageinfo-summary\";i:6131;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6132;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6133;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6134;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6135;s:26:\"apihelp-query+tags-summary\";i:6136;s:30:\"apihelp-query+tags-param-limit\";i:6137;s:29:\"apihelp-query+tags-param-prop\";i:6138;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6139;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6140;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6141;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6142;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6143;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6144;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6145;s:33:\"apihelp-query+tags-example-simple\";i:6146;s:31:\"apihelp-query+templates-summary\";i:6147;s:39:\"apihelp-query+templates-param-namespace\";i:6148;s:35:\"apihelp-query+templates-param-limit\";i:6149;s:39:\"apihelp-query+templates-param-templates\";i:6150;s:33:\"apihelp-query+templates-param-dir\";i:6151;s:38:\"apihelp-query+templates-example-simple\";i:6152;s:41:\"apihelp-query+templates-example-generator\";i:6153;s:42:\"apihelp-query+templates-example-namespaces\";i:6154;s:28:\"apihelp-query+tokens-summary\";i:6155;s:31:\"apihelp-query+tokens-param-type\";i:6156;s:35:\"apihelp-query+tokens-example-simple\";i:6157;s:34:\"apihelp-query+tokens-example-types\";i:6158;s:35:\"apihelp-query+transcludedin-summary\";i:6159;s:38:\"apihelp-query+transcludedin-param-prop\";i:6160;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6161;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6162;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6163;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6164;s:39:\"apihelp-query+transcludedin-param-limit\";i:6165;s:38:\"apihelp-query+transcludedin-param-show\";i:6166;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6167;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6168;s:42:\"apihelp-query+transcludedin-example-simple\";i:6169;s:45:\"apihelp-query+transcludedin-example-generator\";i:6170;s:34:\"apihelp-query+usercontribs-summary\";i:6171;s:38:\"apihelp-query+usercontribs-param-limit\";i:6172;s:38:\"apihelp-query+usercontribs-param-start\";i:6173;s:36:\"apihelp-query+usercontribs-param-end\";i:6174;s:37:\"apihelp-query+usercontribs-param-user\";i:6175;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6176;s:40:\"apihelp-query+usercontribs-param-userids\";i:6177;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6178;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6179;s:37:\"apihelp-query+usercontribs-param-prop\";i:6180;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6181;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6182;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6183;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6184;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6185;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6186;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6187;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6188;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6189;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6190;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6191;s:37:\"apihelp-query+usercontribs-param-show\";i:6192;s:36:\"apihelp-query+usercontribs-param-tag\";i:6193;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6194;s:39:\"apihelp-query+usercontribs-example-user\";i:6195;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6196;s:30:\"apihelp-query+userinfo-summary\";i:6197;s:33:\"apihelp-query+userinfo-param-prop\";i:6198;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6199;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6200;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6201;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6202;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6203;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6204;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6205;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6206;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6207;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6208;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6209;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6210;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6211;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6212;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6213;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6214;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6215;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6216;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6217;s:37:\"apihelp-query+userinfo-example-simple\";i:6218;s:35:\"apihelp-query+userinfo-example-data\";i:6219;s:27:\"apihelp-query+users-summary\";i:6220;s:30:\"apihelp-query+users-param-prop\";i:6221;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6222;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6223;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6224;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6225;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6226;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6227;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6228;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6229;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6230;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6231;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6232;s:38:\"apihelp-query+users-param-attachedwiki\";i:6233;s:31:\"apihelp-query+users-param-users\";i:6234;s:33:\"apihelp-query+users-param-userids\";i:6235;s:34:\"apihelp-query+users-example-simple\";i:6236;s:31:\"apihelp-query+watchlist-summary\";i:6237;s:36:\"apihelp-query+watchlist-param-allrev\";i:6238;s:35:\"apihelp-query+watchlist-param-start\";i:6239;s:33:\"apihelp-query+watchlist-param-end\";i:6240;s:39:\"apihelp-query+watchlist-param-namespace\";i:6241;s:34:\"apihelp-query+watchlist-param-user\";i:6242;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6243;s:35:\"apihelp-query+watchlist-param-limit\";i:6244;s:34:\"apihelp-query+watchlist-param-prop\";i:6245;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6246;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6247;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6248;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6249;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6250;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6251;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6252;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6253;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6254;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6255;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6256;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6257;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6258;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6259;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6260;s:34:\"apihelp-query+watchlist-param-show\";i:6261;s:34:\"apihelp-query+watchlist-param-type\";i:6262;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6263;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6264;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6265;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6266;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6267;s:35:\"apihelp-query+watchlist-param-owner\";i:6268;s:35:\"apihelp-query+watchlist-param-token\";i:6269;s:38:\"apihelp-query+watchlist-example-simple\";i:6270;s:37:\"apihelp-query+watchlist-example-props\";i:6271;s:38:\"apihelp-query+watchlist-example-expiry\";i:6272;s:38:\"apihelp-query+watchlist-example-allrev\";i:6273;s:41:\"apihelp-query+watchlist-example-generator\";i:6274;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6275;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6276;s:34:\"apihelp-query+watchlistraw-summary\";i:6277;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6278;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6279;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6280;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6281;s:37:\"apihelp-query+watchlistraw-param-show\";i:6282;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6283;s:38:\"apihelp-query+watchlistraw-param-token\";i:6284;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6285;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6286;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6287;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6288;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6289;s:40:\"apihelp-removeauthenticationdata-summary\";i:6290;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6291;s:29:\"apihelp-resetpassword-summary\";i:6292;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6293;s:32:\"apihelp-resetpassword-param-user\";i:6294;s:33:\"apihelp-resetpassword-param-email\";i:6295;s:34:\"apihelp-resetpassword-example-user\";i:6296;s:35:\"apihelp-resetpassword-example-email\";i:6297;s:30:\"apihelp-revisiondelete-summary\";i:6298;s:33:\"apihelp-revisiondelete-param-type\";i:6299;s:35:\"apihelp-revisiondelete-param-target\";i:6300;s:32:\"apihelp-revisiondelete-param-ids\";i:6301;s:33:\"apihelp-revisiondelete-param-hide\";i:6302;s:33:\"apihelp-revisiondelete-param-show\";i:6303;s:37:\"apihelp-revisiondelete-param-suppress\";i:6304;s:35:\"apihelp-revisiondelete-param-reason\";i:6305;s:33:\"apihelp-revisiondelete-param-tags\";i:6306;s:39:\"apihelp-revisiondelete-example-revision\";i:6307;s:34:\"apihelp-revisiondelete-example-log\";i:6308;s:24:\"apihelp-rollback-summary\";i:6309;s:37:\"apihelp-rollback-extended-description\";i:6310;s:28:\"apihelp-rollback-param-title\";i:6311;s:29:\"apihelp-rollback-param-pageid\";i:6312;s:27:\"apihelp-rollback-param-tags\";i:6313;s:27:\"apihelp-rollback-param-user\";i:6314;s:30:\"apihelp-rollback-param-summary\";i:6315;s:30:\"apihelp-rollback-param-markbot\";i:6316;s:32:\"apihelp-rollback-param-watchlist\";i:6317;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6318;s:31:\"apihelp-rollback-example-simple\";i:6319;s:32:\"apihelp-rollback-example-summary\";i:6320;s:19:\"apihelp-rsd-summary\";i:6321;s:26:\"apihelp-rsd-example-simple\";i:6322;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6323;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6324;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6325;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6326;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6327;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6328;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6329;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6330;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6331;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6332;s:31:\"apihelp-setpagelanguage-summary\";i:6333;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6334;s:35:\"apihelp-setpagelanguage-param-title\";i:6335;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6336;s:34:\"apihelp-setpagelanguage-param-lang\";i:6337;s:36:\"apihelp-setpagelanguage-param-reason\";i:6338;s:34:\"apihelp-setpagelanguage-param-tags\";i:6339;s:40:\"apihelp-setpagelanguage-example-language\";i:6340;s:39:\"apihelp-setpagelanguage-example-default\";i:6341;s:25:\"apihelp-stashedit-summary\";i:6342;s:38:\"apihelp-stashedit-extended-description\";i:6343;s:29:\"apihelp-stashedit-param-title\";i:6344;s:31:\"apihelp-stashedit-param-section\";i:6345;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6346;s:28:\"apihelp-stashedit-param-text\";i:6347;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6348;s:36:\"apihelp-stashedit-param-contentmodel\";i:6349;s:37:\"apihelp-stashedit-param-contentformat\";i:6350;s:33:\"apihelp-stashedit-param-baserevid\";i:6351;s:31:\"apihelp-stashedit-param-summary\";i:6352;s:19:\"apihelp-tag-summary\";i:6353;s:22:\"apihelp-tag-param-rcid\";i:6354;s:23:\"apihelp-tag-param-revid\";i:6355;s:23:\"apihelp-tag-param-logid\";i:6356;s:21:\"apihelp-tag-param-add\";i:6357;s:24:\"apihelp-tag-param-remove\";i:6358;s:24:\"apihelp-tag-param-reason\";i:6359;s:22:\"apihelp-tag-param-tags\";i:6360;s:23:\"apihelp-tag-example-rev\";i:6361;s:23:\"apihelp-tag-example-log\";i:6362;s:23:\"apihelp-unblock-summary\";i:6363;s:24:\"apihelp-unblock-param-id\";i:6364;s:26:\"apihelp-unblock-param-user\";i:6365;s:28:\"apihelp-unblock-param-userid\";i:6366;s:28:\"apihelp-unblock-param-reason\";i:6367;s:26:\"apihelp-unblock-param-tags\";i:6368;s:26:\"apihelp-unblock-example-id\";i:6369;s:28:\"apihelp-unblock-example-user\";i:6370;s:24:\"apihelp-undelete-summary\";i:6371;s:37:\"apihelp-undelete-extended-description\";i:6372;s:28:\"apihelp-undelete-param-title\";i:6373;s:29:\"apihelp-undelete-param-reason\";i:6374;s:27:\"apihelp-undelete-param-tags\";i:6375;s:33:\"apihelp-undelete-param-timestamps\";i:6376;s:30:\"apihelp-undelete-param-fileids\";i:6377;s:32:\"apihelp-undelete-param-watchlist\";i:6378;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6379;s:35:\"apihelp-undelete-param-undeletetalk\";i:6380;s:29:\"apihelp-undelete-example-page\";i:6381;s:34:\"apihelp-undelete-example-revisions\";i:6382;s:29:\"apihelp-unlinkaccount-summary\";i:6383;s:36:\"apihelp-unlinkaccount-example-simple\";i:6384;s:22:\"apihelp-upload-summary\";i:6385;s:35:\"apihelp-upload-extended-description\";i:6386;s:29:\"apihelp-upload-param-filename\";i:6387;s:28:\"apihelp-upload-param-comment\";i:6388;s:25:\"apihelp-upload-param-tags\";i:6389;s:25:\"apihelp-upload-param-text\";i:6390;s:26:\"apihelp-upload-param-watch\";i:6391;s:30:\"apihelp-upload-param-watchlist\";i:6392;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6393;s:35:\"apihelp-upload-param-ignorewarnings\";i:6394;s:25:\"apihelp-upload-param-file\";i:6395;s:24:\"apihelp-upload-param-url\";i:6396;s:28:\"apihelp-upload-param-filekey\";i:6397;s:31:\"apihelp-upload-param-sessionkey\";i:6398;s:26:\"apihelp-upload-param-stash\";i:6399;s:29:\"apihelp-upload-param-filesize\";i:6400;s:27:\"apihelp-upload-param-offset\";i:6401;s:26:\"apihelp-upload-param-chunk\";i:6402;s:26:\"apihelp-upload-param-async\";i:6403;s:32:\"apihelp-upload-param-checkstatus\";i:6404;s:26:\"apihelp-upload-example-url\";i:6405;s:30:\"apihelp-upload-example-filekey\";i:6406;s:26:\"apihelp-userrights-summary\";i:6407;s:29:\"apihelp-userrights-param-user\";i:6408;s:31:\"apihelp-userrights-param-userid\";i:6409;s:28:\"apihelp-userrights-param-add\";i:6410;s:31:\"apihelp-userrights-param-expiry\";i:6411;s:31:\"apihelp-userrights-param-remove\";i:6412;s:31:\"apihelp-userrights-param-reason\";i:6413;s:29:\"apihelp-userrights-param-tags\";i:6414;s:31:\"apihelp-userrights-example-user\";i:6415;s:33:\"apihelp-userrights-example-userid\";i:6416;s:33:\"apihelp-userrights-example-expiry\";i:6417;s:32:\"apihelp-validatepassword-summary\";i:6418;s:45:\"apihelp-validatepassword-extended-description\";i:6419;s:39:\"apihelp-validatepassword-param-password\";i:6420;s:35:\"apihelp-validatepassword-param-user\";i:6421;s:36:\"apihelp-validatepassword-param-email\";i:6422;s:39:\"apihelp-validatepassword-param-realname\";i:6423;s:34:\"apihelp-validatepassword-example-1\";i:6424;s:34:\"apihelp-validatepassword-example-2\";i:6425;s:21:\"apihelp-watch-summary\";i:6426;s:25:\"apihelp-watch-param-title\";i:6427;s:26:\"apihelp-watch-param-expiry\";i:6428;s:27:\"apihelp-watch-param-unwatch\";i:6429;s:27:\"apihelp-watch-example-watch\";i:6430;s:34:\"apihelp-watch-example-watch-expiry\";i:6431;s:29:\"apihelp-watch-example-unwatch\";i:6432;s:31:\"apihelp-watch-example-generator\";i:6433;s:30:\"apihelp-format-example-generic\";i:6434;s:32:\"apihelp-format-param-wrappedhtml\";i:6435;s:20:\"apihelp-json-summary\";i:6436;s:27:\"apihelp-json-param-callback\";i:6437;s:23:\"apihelp-json-param-utf8\";i:6438;s:24:\"apihelp-json-param-ascii\";i:6439;s:32:\"apihelp-json-param-formatversion\";i:6440;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6441;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6442;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6443;s:22:\"apihelp-jsonfm-summary\";i:6444;s:20:\"apihelp-none-summary\";i:6445;s:19:\"apihelp-php-summary\";i:6446;s:31:\"apihelp-php-param-formatversion\";i:6447;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6448;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6449;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6450;s:21:\"apihelp-phpfm-summary\";i:6451;s:21:\"apihelp-rawfm-summary\";i:6452;s:19:\"apihelp-xml-summary\";i:6453;s:22:\"apihelp-xml-param-xslt\";i:6454;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6455;s:21:\"apihelp-xmlfm-summary\";i:6456;s:16:\"api-format-title\";i:6457;s:29:\"api-format-prettyprint-header\";i:6458;s:39:\"api-format-prettyprint-header-only-html\";i:6459;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6460;s:29:\"api-format-prettyprint-status\";i:6461;s:22:\"api-login-fail-aborted\";i:6462;s:30:\"api-login-fail-aborted-nobotpw\";i:6463;s:33:\"api-login-fail-badsessionprovider\";i:6464;s:25:\"api-login-fail-sameorigin\";i:6465;s:24:\"api-pageset-param-titles\";i:6466;s:25:\"api-pageset-param-pageids\";i:6467;s:24:\"api-pageset-param-revids\";i:6468;s:27:\"api-pageset-param-generator\";i:6469;s:37:\"api-pageset-param-redirects-generator\";i:6470;s:39:\"api-pageset-param-redirects-nogenerator\";i:6471;s:31:\"api-pageset-param-converttitles\";i:6472;s:14:\"api-help-title\";i:6473;s:13:\"api-help-lead\";i:6474;s:20:\"api-help-main-header\";i:6475;s:28:\"api-help-undocumented-module\";i:6476;s:14:\"api-help-flags\";i:6477;s:24:\"api-help-flag-deprecated\";i:6478;s:22:\"api-help-flag-internal\";i:6479;s:24:\"api-help-flag-readrights\";i:6480;s:25:\"api-help-flag-writerights\";i:6481;s:26:\"api-help-flag-mustbeposted\";i:6482;s:23:\"api-help-flag-generator\";i:6483;s:15:\"api-help-source\";i:6484;s:23:\"api-help-source-unknown\";i:6485;s:16:\"api-help-license\";i:6486;s:23:\"api-help-license-noname\";i:6487;s:24:\"api-help-license-unknown\";i:6488;s:18:\"api-help-help-urls\";i:6489;s:19:\"api-help-parameters\";i:6490;s:24:\"api-help-parameters-note\";i:6491;s:25:\"api-help-param-deprecated\";i:6492;s:31:\"api-help-param-deprecated-label\";i:6493;s:23:\"api-help-param-internal\";i:6494;s:29:\"api-help-param-internal-label\";i:6495;s:24:\"api-help-param-templated\";i:6496;s:34:\"api-help-param-templated-var-first\";i:6497;s:28:\"api-help-param-templated-var\";i:6498;s:25:\"api-help-datatypes-header\";i:6499;s:22:\"api-help-datatypes-top\";i:6500;s:25:\"api-help-datatype-boolean\";i:6501;s:24:\"api-help-datatype-expiry\";i:6502;s:27:\"api-help-datatype-timestamp\";i:6503;s:31:\"api-help-templatedparams-header\";i:6504;s:24:\"api-help-templatedparams\";i:6505;s:26:\"api-help-param-type-expiry\";i:6506;s:25:\"api-help-param-type-limit\";i:6507;s:35:\"api-help-param-type-presenceboolean\";i:6508;s:29:\"api-help-param-type-timestamp\";i:6509;s:24:\"api-help-param-type-enum\";i:6510;s:29:\"api-help-param-multi-separate\";i:6511;s:24:\"api-help-param-multi-all\";i:6512;s:28:\"api-help-param-default-empty\";i:6513;s:20:\"api-help-param-token\";i:6514;s:26:\"api-help-param-token-webui\";i:6515;s:37:\"api-help-param-disabled-in-miser-mode\";i:6516;s:36:\"api-help-param-limited-in-miser-mode\";i:6517;s:24:\"api-help-param-direction\";i:6518;s:35:\"api-help-paramvalue-direction-newer\";i:6519;s:35:\"api-help-paramvalue-direction-older\";i:6520;s:23:\"api-help-param-continue\";i:6521;s:29:\"api-help-param-no-description\";i:6522;s:17:\"api-help-examples\";i:6523;s:20:\"api-help-permissions\";i:6524;s:31:\"api-help-permissions-granted-to\";i:6525;s:28:\"api-help-right-apihighlimits\";i:6526;s:27:\"api-help-open-in-apisandbox\";i:6527;s:32:\"api-help-no-extended-description\";i:6528;s:34:\"api-help-authmanager-general-usage\";i:6529;s:35:\"api-help-authmanagerhelper-requests\";i:6530;s:34:\"api-help-authmanagerhelper-request\";i:6531;s:40:\"api-help-authmanagerhelper-messageformat\";i:6532;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6533;s:40:\"api-help-authmanagerhelper-preservestate\";i:6534;s:36:\"api-help-authmanagerhelper-returnurl\";i:6535;s:35:\"api-help-authmanagerhelper-continue\";i:6536;s:44:\"api-help-authmanagerhelper-additional-params\";i:6537;s:27:\"apierror-allimages-redirect\";i:6538;s:37:\"apierror-allpages-generator-redirects\";i:6539;s:27:\"apierror-appendnotsupported\";i:6540;s:22:\"apierror-articleexists\";i:6541;s:25:\"apierror-assertanonfailed\";i:6542;s:24:\"apierror-assertbotfailed\";i:6543;s:30:\"apierror-assertnameduserfailed\";i:6544;s:25:\"apierror-assertuserfailed\";i:6545;s:20:\"apierror-autoblocked\";i:6546;s:32:\"apierror-bad-badfilecontexttitle\";i:6547;s:33:\"apierror-badconfig-resulttoosmall\";i:6548;s:20:\"apierror-badcontinue\";i:6549;s:16:\"apierror-baddiff\";i:6550;s:18:\"apierror-baddiffto\";i:6551;s:26:\"apierror-badformat-generic\";i:6552;s:18:\"apierror-badformat\";i:6553;s:34:\"apierror-badgenerator-notgenerator\";i:6554;s:29:\"apierror-badgenerator-unknown\";i:6555;s:14:\"apierror-badip\";i:6556;s:15:\"apierror-badmd5\";i:6557;s:31:\"apierror-badmodule-badsubmodule\";i:6558;s:31:\"apierror-badmodule-nosubmodules\";i:6559;s:21:\"apierror-badparameter\";i:6560;s:17:\"apierror-badquery\";i:6561;s:21:\"apierror-badtimestamp\";i:6562;s:17:\"apierror-badtoken\";i:6563;s:18:\"apierror-badupload\";i:6564;s:15:\"apierror-badurl\";i:6565;s:16:\"apierror-baduser\";i:6566;s:31:\"apierror-badvalue-notmultivalue\";i:6567;s:28:\"apierror-bad-watchlist-token\";i:6568;s:24:\"apierror-blockedfrommail\";i:6569;s:16:\"apierror-blocked\";i:6570;s:24:\"apierror-blocked-partial\";i:6571;s:25:\"apierror-botsnotsupported\";i:6572;s:33:\"apierror-cannot-async-upload-file\";i:6573;s:29:\"apierror-cannotreauthenticate\";i:6574;s:24:\"apierror-cannotviewtitle\";i:6575;s:24:\"apierror-cantblock-email\";i:6576;s:18:\"apierror-cantblock\";i:6577;s:31:\"apierror-cantchangecontentmodel\";i:6578;s:17:\"apierror-canthide\";i:6579;s:26:\"apierror-cantimport-upload\";i:6580;s:19:\"apierror-cantimport\";i:6581;s:33:\"apierror-cantoverwrite-sharedfile\";i:6582;s:17:\"apierror-cantsend\";i:6583;s:21:\"apierror-cantundelete\";i:6584;s:33:\"apierror-cantview-deleted-comment\";i:6585;s:37:\"apierror-cantview-deleted-description\";i:6586;s:34:\"apierror-cantview-deleted-metadata\";i:6587;s:42:\"apierror-cantview-deleted-revision-content\";i:6588;s:29:\"apierror-changeauth-norequest\";i:6589;s:40:\"apierror-changecontentmodel-missingtitle\";i:6590;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6591;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6592;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6593;s:24:\"apierror-chunk-too-small\";i:6594;s:21:\"apierror-cidrtoobroad\";i:6595;s:33:\"apierror-compare-maintextrequired\";i:6596;s:25:\"apierror-compare-no-title\";i:6597;s:34:\"apierror-compare-nosuchfromsection\";i:6598;s:32:\"apierror-compare-nosuchtosection\";i:6599;s:31:\"apierror-compare-nofromrevision\";i:6600;s:23:\"apierror-compare-notext\";i:6601;s:29:\"apierror-compare-notorevision\";i:6602;s:26:\"apierror-concurrency-limit\";i:6603;s:36:\"apierror-compare-relative-to-deleted\";i:6604;s:36:\"apierror-compare-relative-to-nothing\";i:6605;s:38:\"apierror-contentserializationexception\";i:6606;s:22:\"apierror-contenttoobig\";i:6607;s:30:\"apierror-contentmodel-mismatch\";i:6608;s:28:\"apierror-copyuploadbaddomain\";i:6609;s:25:\"apierror-copyuploadbadurl\";i:6610;s:27:\"apierror-create-titleexists\";i:6611;s:19:\"apierror-csp-report\";i:6612;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6613;s:32:\"apierror-deletedrevs-param-not-3\";i:6614;s:29:\"apierror-edit-invalidredirect\";i:6615;s:24:\"apierror-emptynewsection\";i:6616;s:18:\"apierror-emptypage\";i:6617;s:24:\"apierror-exceptioncaught\";i:6618;s:28:\"apierror-exceptioncaughttype\";i:6619;s:25:\"apierror-filedoesnotexist\";i:6620;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6621;s:19:\"apierror-filenopath\";i:6622;s:32:\"apierror-filetypecannotberotated\";i:6623;s:18:\"apierror-formatphp\";i:6624;s:28:\"apierror-imageusage-badtitle\";i:6625;s:28:\"apierror-import-unknownerror\";i:6626;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6627;s:35:\"apierror-integeroutofrange-abovemax\";i:6628;s:39:\"apierror-integeroutofrange-belowminimum\";i:6629;s:24:\"apierror-invalidcategory\";i:6630;s:22:\"apierror-invalid-chunk\";i:6631;s:22:\"apierror-invalidexpiry\";i:6632;s:25:\"apierror-invalid-file-key\";i:6633;s:23:\"apierror-invalidiprange\";i:6634;s:20:\"apierror-invalidlang\";i:6635;s:22:\"apierror-invalidmethod\";i:6636;s:24:\"apierror-invalidoldimage\";i:6637;s:38:\"apierror-invalidparammix-cannotusewith\";i:6638;s:36:\"apierror-invalidparammix-mustusewith\";i:6639;s:42:\"apierror-invalidparammix-parse-new-section\";i:6640;s:24:\"apierror-invalidparammix\";i:6641;s:23:\"apierror-invalidsection\";i:6642;s:30:\"apierror-invalidsha1base36hash\";i:6643;s:24:\"apierror-invalidsha1hash\";i:6644;s:21:\"apierror-invalidtitle\";i:6645;s:24:\"apierror-invalidurlparam\";i:6646;s:20:\"apierror-invaliduser\";i:6647;s:22:\"apierror-invaliduserid\";i:6648;s:21:\"apierror-ipoutofrange\";i:6649;s:17:\"apierror-maxbytes\";i:6650;s:17:\"apierror-maxchars\";i:6651;s:23:\"apierror-maxlag-generic\";i:6652;s:15:\"apierror-maxlag\";i:6653;s:27:\"apierror-mimesearchdisabled\";i:6654;s:30:\"apierror-missingcontent-pageid\";i:6655;s:29:\"apierror-missingcontent-revid\";i:6656;s:34:\"apierror-missingcontent-revid-role\";i:6657;s:37:\"apierror-missingparam-at-least-one-of\";i:6658;s:28:\"apierror-missingparam-one-of\";i:6659;s:21:\"apierror-missingparam\";i:6660;s:26:\"apierror-missingrev-pageid\";i:6661;s:25:\"apierror-missingrev-title\";i:6662;s:32:\"apierror-missingtitle-createonly\";i:6663;s:21:\"apierror-missingtitle\";i:6664;s:28:\"apierror-missingtitle-byname\";i:6665;s:23:\"apierror-moduledisabled\";i:6666;s:29:\"apierror-multival-only-one-of\";i:6667;s:18:\"apierror-multpages\";i:6668;s:34:\"apierror-mustbeloggedin-changeauth\";i:6669;s:31:\"apierror-mustbeloggedin-generic\";i:6670;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6671;s:34:\"apierror-mustbeloggedin-removeauth\";i:6672;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6673;s:23:\"apierror-mustbeloggedin\";i:6674;s:21:\"apierror-mustbeposted\";i:6675;s:23:\"apierror-mustpostparams\";i:6676;s:19:\"apierror-noapiwrite\";i:6677;s:18:\"apierror-nochanges\";i:6678;s:25:\"apierror-nodeleteablefile\";i:6679;s:26:\"apierror-no-direct-editing\";i:6680;s:20:\"apierror-noedit-anon\";i:6681;s:15:\"apierror-noedit\";i:6682;s:29:\"apierror-noimageredirect-anon\";i:6683;s:24:\"apierror-noimageredirect\";i:6684;s:20:\"apierror-nosuchlogid\";i:6685;s:21:\"apierror-nosuchpageid\";i:6686;s:19:\"apierror-nosuchrcid\";i:6687;s:20:\"apierror-nosuchrevid\";i:6688;s:22:\"apierror-nosuchsection\";i:6689;s:27:\"apierror-nosuchsection-what\";i:6690;s:21:\"apierror-nosuchuserid\";i:6691;s:17:\"apierror-notarget\";i:6692;s:23:\"apierror-notpatrollable\";i:6693;s:23:\"apierror-nouploadmodule\";i:6694;s:33:\"apierror-opensearch-json-warnings\";i:6695;s:24:\"apierror-pagecannotexist\";i:6696;s:20:\"apierror-pagedeleted\";i:6697;s:26:\"apierror-pagelang-disabled\";i:6698;s:19:\"apierror-paramempty\";i:6699;s:30:\"apierror-parsetree-notwikitext\";i:6700;s:36:\"apierror-parsetree-notwikitext-title\";i:6701;s:19:\"apierror-pastexpiry\";i:6702;s:25:\"apierror-permissiondenied\";i:6703;s:33:\"apierror-permissiondenied-generic\";i:6704;s:36:\"apierror-permissiondenied-patrolflag\";i:6705;s:33:\"apierror-permissiondenied-unblock\";i:6706;s:29:\"apierror-prefixsearchdisabled\";i:6707;s:30:\"apierror-promised-nonwrite-api\";i:6708;s:30:\"apierror-protect-invalidaction\";i:6709;s:29:\"apierror-protect-invalidlevel\";i:6710;s:20:\"apierror-ratelimited\";i:6711;s:22:\"apierror-readapidenied\";i:6712;s:17:\"apierror-readonly\";i:6713;s:23:\"apierror-reauthenticate\";i:6714;s:28:\"apierror-redirect-appendonly\";i:6715;s:33:\"apierror-revdel-mutuallyexclusive\";i:6716;s:26:\"apierror-revdel-needtarget\";i:6717;s:27:\"apierror-revdel-paramneeded\";i:6718;s:24:\"apierror-revisions-badid\";i:6719;s:27:\"apierror-revisions-norevids\";i:6720;s:29:\"apierror-revisions-singlepage\";i:6721;s:21:\"apierror-revwrongpage\";i:6722;s:23:\"apierror-searchdisabled\";i:6723;s:29:\"apierror-sectionreplacefailed\";i:6724;s:29:\"apierror-sectionsnotsupported\";i:6725;s:34:\"apierror-sectionsnotsupported-what\";i:6726;s:13:\"apierror-show\";i:6727;s:34:\"apierror-siteinfo-includealldenied\";i:6728;s:25:\"apierror-sizediffdisabled\";i:6729;s:21:\"apierror-spamdetected\";i:6730;s:32:\"apierror-specialpage-cantexecute\";i:6731;s:28:\"apierror-stashedfilenotfound\";i:6732;s:30:\"apierror-stashedit-missingtext\";i:6733;s:23:\"apierror-stashexception\";i:6734;s:29:\"apierror-stashfailed-complete\";i:6735;s:30:\"apierror-stashfailed-nosession\";i:6736;s:25:\"apierror-stashfilestorage\";i:6737;s:25:\"apierror-stashinvalidfile\";i:6738;s:27:\"apierror-stashnosuchfilekey\";i:6739;s:25:\"apierror-stashpathinvalid\";i:6740;s:24:\"apierror-stashwrongowner\";i:6741;s:24:\"apierror-stashzerolength\";i:6742;s:22:\"apierror-systemblocked\";i:6743;s:38:\"apierror-templateexpansion-notwikitext\";i:6744;s:23:\"apierror-toofewexpiries\";i:6745;s:22:\"apierror-toomanyvalues\";i:6746;s:22:\"apierror-unknownaction\";i:6747;s:30:\"apierror-unknownerror-editpage\";i:6748;s:28:\"apierror-unknownerror-nocode\";i:6749;s:21:\"apierror-unknownerror\";i:6750;s:22:\"apierror-unknownformat\";i:6751;s:27:\"apierror-unrecognizedparams\";i:6752;s:26:\"apierror-unrecognizedvalue\";i:6753;s:24:\"apierror-unsupportedrepo\";i:6754;s:29:\"apierror-upload-filekeyneeded\";i:6755;s:33:\"apierror-upload-filekeynotallowed\";i:6756;s:26:\"apierror-upload-inprogress\";i:6757;s:29:\"apierror-upload-missingresult\";i:6758;s:23:\"apierror-urlparamnormal\";i:6759;s:23:\"apierror-writeapidenied\";i:6760;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6761;s:19:\"apiwarn-badurlparam\";i:6762;s:15:\"apiwarn-badutf8\";i:6763;s:34:\"apiwarn-checktoken-percentencoding\";i:6764;s:23:\"apiwarn-compare-no-next\";i:6765;s:23:\"apiwarn-compare-no-prev\";i:6766;s:30:\"apiwarn-compare-nocontentmodel\";i:6767;s:31:\"apiwarn-deprecation-deletedrevs\";i:6768;s:33:\"apiwarn-deprecation-httpsexpected\";i:6769;s:31:\"apiwarn-deprecation-login-botpw\";i:6770;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6771;s:31:\"apiwarn-deprecation-login-token\";i:6772;s:32:\"apiwarn-deprecation-missingparam\";i:6773;s:29:\"apiwarn-deprecation-parameter\";i:6774;s:35:\"apiwarn-deprecation-parse-headitems\";i:6775;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6776;s:29:\"apiwarn-deprecation-purge-get\";i:6777;s:35:\"apiwarn-deprecation-withreplacement\";i:6778;s:20:\"apiwarn-difftohidden\";i:6779;s:26:\"apiwarn-errorprinterfailed\";i:6780;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6781;s:23:\"apiwarn-invalidcategory\";i:6782;s:20:\"apiwarn-invalidtitle\";i:6783;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6784;s:28:\"apiwarn-invalidxmlstylesheet\";i:6785;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6786;s:26:\"apiwarn-moduleswithoutvars\";i:6787;s:15:\"apiwarn-notfile\";i:6788;s:30:\"apiwarn-nothumb-noimagehandler\";i:6789;s:28:\"apiwarn-parse-nocontentmodel\";i:6790;s:30:\"apiwarn-parse-revidwithouttext\";i:6791;s:30:\"apiwarn-parse-titlewithouttext\";i:6792;s:26:\"apiwarn-redirectsandrevids\";i:6793;s:21:\"apiwarn-tokens-origin\";i:6794;s:23:\"apiwarn-truncatedresult\";i:6795;s:27:\"apiwarn-unclearnowtimestamp\";i:6796;s:26:\"apiwarn-unrecognizedvalues\";i:6797;s:24:\"apiwarn-unsupportedarray\";i:6798;s:21:\"apiwarn-urlparamwidth\";i:6799;s:33:\"apiwarn-validationfailed-badchars\";i:6800;s:32:\"apiwarn-validationfailed-badpref\";i:6801;s:34:\"apiwarn-validationfailed-cannotset\";i:6802;s:35:\"apiwarn-validationfailed-keytoolong\";i:6803;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6804;s:24:\"apiwarn-validationfailed\";i:6805;s:18:\"apiwarn-wgdebugapi\";i:6806;s:20:\"api-feed-error-title\";i:6807;s:16:\"api-usage-docref\";i:6808;s:25:\"api-usage-mailinglist-ref\";i:6809;s:19:\"api-exception-trace\";i:6810;s:18:\"api-credits-header\";i:6811;s:11:\"api-credits\";i:6812;s:20:\"rest-prefix-mismatch\";i:6813;s:17:\"rest-wrong-method\";i:6814;s:13:\"rest-no-match\";i:6815;s:22:\"rest-nonexistent-title\";i:6816;s:31:\"rest-nonexistent-title-revision\";i:6817;s:25:\"rest-nonexistent-revision\";i:6818;s:21:\"rest-nonexistent-user\";i:6819;s:17:\"rest-invalid-user\";i:6820;s:27:\"rest-permission-denied-anon\";i:6821;s:28:\"rest-permission-denied-title\";i:6822;s:31:\"rest-permission-denied-revision\";i:6823;s:28:\"rest-resource-limit-exceeded\";i:6824;s:36:\"rest-pagehistory-incompatible-params\";i:6825;s:34:\"rest-pagehistory-param-range-error\";i:6826;s:32:\"rest-pagehistory-timestamp-error\";i:6827;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6828;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6829;s:26:\"rest-compare-page-mismatch\";i:6830;s:30:\"rest-compare-permission-denied\";i:6831;s:24:\"rest-compare-nonexistent\";i:6832;s:25:\"rest-compare-inaccessible\";i:6833;s:26:\"rest-compare-wrong-content\";i:6834;s:22:\"rest-compare-wikidiff2\";i:6835;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6836;s:17:\"rest-search-error\";i:6837;s:27:\"rest-page-source-type-error\";i:6838;s:16:\"rest-no-revision\";i:6839;s:25:\"rest-media-too-many-links\";i:6840;s:23:\"rest-html-backend-error\";i:6841;s:18:\"rest-bad-json-body\";i:6842;s:26:\"rest-json-body-parse-error\";i:6843;s:23:\"rest-missing-body-field\";i:6844;s:22:\"rest-bad-content-model\";i:6845;s:30:\"rest-update-cannot-create-page\";i:6846;s:26:\"rest-extraneous-csrf-token\";i:6847;s:21:\"rest-cannot-load-file\";i:6848;s:28:\"rest-cross-origin-anon-write\";i:6849;s:31:\"rest-requires-safe-against-csrf\";i:6850;s:13:\"rest-badtoken\";i:6851;s:30:\"ooui-outline-control-move-down\";i:6852;s:28:\"ooui-outline-control-move-up\";i:6853;s:27:\"ooui-outline-control-remove\";i:6854;s:17:\"ooui-toolbar-more\";i:6855;s:21:\"ooui-toolgroup-expand\";i:6856;s:23:\"ooui-toolgroup-collapse\";i:6857;s:16:\"ooui-item-remove\";i:6858;s:26:\"ooui-dialog-message-accept\";i:6859;s:26:\"ooui-dialog-message-reject\";i:6860;s:25:\"ooui-dialog-process-error\";i:6861;s:27:\"ooui-dialog-process-dismiss\";i:6862;s:25:\"ooui-dialog-process-retry\";i:6863;s:28:\"ooui-dialog-process-continue\";i:6864;s:26:\"ooui-combobox-button-label\";i:6865;s:29:\"ooui-selectfile-button-select\";i:6866;s:38:\"ooui-selectfile-button-select-multiple\";i:6867;s:29:\"ooui-selectfile-not-supported\";i:6868;s:27:\"ooui-selectfile-placeholder\";i:6869;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6870;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6871;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6872;s:15:\"ooui-field-help\";i:6873;s:22:\"paramvalidator-badbool\";i:6874;s:24:\"paramvalidator-badexpiry\";i:6875;s:33:\"paramvalidator-badexpiry-duration\";i:6876;s:37:\"paramvalidator-badexpiry-duration-max\";i:6877;s:29:\"paramvalidator-badexpiry-past\";i:6878;s:23:\"paramvalidator-badfloat\";i:6879;s:33:\"paramvalidator-badfloat-notfinite\";i:6880;s:25:\"paramvalidator-badinteger\";i:6881;s:27:\"paramvalidator-badtimestamp\";i:6882;s:34:\"paramvalidator-badupload-cantwrite\";i:6883;s:33:\"paramvalidator-badupload-formsize\";i:6884;s:32:\"paramvalidator-badupload-inisize\";i:6885;s:31:\"paramvalidator-badupload-nofile\";i:6886;s:33:\"paramvalidator-badupload-notmpdir\";i:6887;s:34:\"paramvalidator-badupload-notupload\";i:6888;s:32:\"paramvalidator-badupload-partial\";i:6889;s:31:\"paramvalidator-badupload-phpext\";i:6890;s:33:\"paramvalidator-badvalue-enummulti\";i:6891;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6892;s:31:\"paramvalidator-deprecated-value\";i:6893;s:26:\"paramvalidator-emptystring\";i:6894;s:23:\"paramvalidator-maxbytes\";i:6895;s:23:\"paramvalidator-maxchars\";i:6896;s:27:\"paramvalidator-missingparam\";i:6897;s:23:\"paramvalidator-notmulti\";i:6898;s:29:\"paramvalidator-outofrange-max\";i:6899;s:32:\"paramvalidator-outofrange-minmax\";i:6900;s:29:\"paramvalidator-outofrange-min\";i:6901;s:31:\"paramvalidator-param-deprecated\";i:6902;s:30:\"paramvalidator-param-sensitive\";i:6903;s:28:\"paramvalidator-toomanyvalues\";i:6904;s:34:\"paramvalidator-unclearnowtimestamp\";i:6905;s:33:\"paramvalidator-unrecognizedvalues\";i:6906;s:27:\"paramvalidator-help-default\";i:6907;s:33:\"paramvalidator-help-default-empty\";i:6908;s:30:\"paramvalidator-help-deprecated\";i:6909;s:34:\"paramvalidator-help-multi-separate\";i:6910;s:29:\"paramvalidator-help-multi-max\";i:6911;s:36:\"paramvalidator-help-multi-max-simple\";i:6912;s:29:\"paramvalidator-help-multi-all\";i:6913;s:28:\"paramvalidator-help-required\";i:6914;s:32:\"paramvalidator-help-type-boolean\";i:6915;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6916;s:29:\"paramvalidator-help-type-enum\";i:6917;s:31:\"paramvalidator-help-type-expiry\";i:6918;s:30:\"paramvalidator-help-type-float\";i:6919;s:32:\"paramvalidator-help-type-integer\";i:6920;s:30:\"paramvalidator-help-type-limit\";i:6921;s:35:\"paramvalidator-help-type-number-max\";i:6922;s:38:\"paramvalidator-help-type-number-minmax\";i:6923;s:35:\"paramvalidator-help-type-number-min\";i:6924;s:40:\"paramvalidator-help-type-presenceboolean\";i:6925;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6926;s:40:\"paramvalidator-help-type-string-maxchars\";i:6927;s:34:\"paramvalidator-help-type-timestamp\";i:6928;s:31:\"paramvalidator-help-type-upload\";i:6929;s:15:\"skinname-vector\";i:6930;s:20:\"skinname-vector-2022\";i:6931;s:26:\"vector-specialversion-name\";i:6932;s:16:\"vector-skin-desc\";i:6933;s:34:\"prefs-vector-enable-vector-1-label\";i:6934;s:33:\"prefs-vector-enable-vector-1-help\";i:6935;s:14:\"vector-opt-out\";i:6936;s:22:\"vector-opt-out-tooltip\";i:6937;s:10:\"vector.css\";i:6938;s:9:\"vector.js\";i:6939;s:28:\"vector-action-toggle-sidebar\";i:6940;s:16:\"vector-languages\";i:6941;s:33:\"vector-language-button-aria-label\";i:6942;s:28:\"vector-language-button-label\";i:6943;s:31:\"vector-no-language-button-label\";i:6944;s:36:\"vector-no-language-button-aria-label\";i:6945;s:31:\"vector-language-redirect-to-top\";i:6946;s:38:\"vector-language-variant-switcher-label\";i:6947;s:23:\"vector-jumptonavigation\";i:6948;s:19:\"vector-jumptosearch\";i:6949;s:20:\"vector-jumptocontent\";i:6950;s:20:\"vector-search-loader\";i:6951;s:31:\"vector-searchsuggest-containing\";i:6952;s:17:\"vector-intro-page\";i:6953;s:18:\"vector-toc-heading\";i:6954;s:34:\"vector-toc-toggle-position-sidebar\";i:6955;s:32:\"vector-toc-toggle-position-title\";i:6956;s:20:\"vector-toc-beginning\";i:6957;s:30:\"vector-toc-toggle-button-label\";i:6958;s:27:\"vector-anon-user-menu-pages\";i:6959;s:33:\"vector-anon-user-menu-pages-learn\";i:6960;s:33:\"vector-anon-user-menu-pages-label\";i:6961;s:24:\"vector-main-menu-tooltip\";i:6962;s:23:\"vector-toc-menu-tooltip\";i:6963;s:35:\"vector-toc-collapsible-button-label\";i:6964;s:30:\"vector-article-tools-nav-label\";i:6965;s:21:\"vector-site-nav-label\";i:6966;s:26:\"vector-2022-prefs-talkpage\";i:6967;s:35:\"tooltip-vector-anon-user-menu-title\";i:6968;s:10:\"wikieditor\";i:6969;s:15:\"wikieditor-desc\";i:6970;s:23:\"wikieditor-wikitext-tab\";i:6971;s:18:\"wikieditor-loading\";i:6972;s:29:\"wikieditor-preview-preference\";i:6973;s:22:\"wikieditor-preview-tab\";i:6974;s:30:\"wikieditor-preview-changes-tab\";i:6975;s:26:\"wikieditor-preview-loading\";i:6976;s:29:\"wikieditor-publish-preference\";i:6977;s:33:\"wikieditor-publish-button-publish\";i:6978;s:32:\"wikieditor-publish-button-cancel\";i:6979;s:31:\"wikieditor-publish-dialog-title\";i:6980;s:33:\"wikieditor-publish-dialog-summary\";i:6981;s:31:\"wikieditor-publish-dialog-minor\";i:6982;s:31:\"wikieditor-publish-dialog-watch\";i:6983;s:33:\"wikieditor-publish-dialog-publish\";i:6984;s:32:\"wikieditor-publish-dialog-goback\";i:6985;s:18:\"wikieditor-toolbar\";i:6986;s:23:\"wikieditor-toolbar-desc\";i:6987;s:29:\"wikieditor-toolbar-preference\";i:6988;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6989;s:26:\"wikieditor-toolbar-loading\";i:6990;s:28:\"wikieditor-toolbar-tool-bold\";i:6991;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6992;s:30:\"wikieditor-toolbar-tool-italic\";i:6993;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6994;s:29:\"wikieditor-toolbar-tool-ilink\";i:6995;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6996;s:29:\"wikieditor-toolbar-tool-xlink\";i:6997;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6998;s:28:\"wikieditor-toolbar-tool-link\";i:6999;s:34:\"wikieditor-toolbar-tool-link-title\";i:7000;s:32:\"wikieditor-toolbar-tool-link-int\";i:7001;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:7002;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:7003;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:7004;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:7005;s:32:\"wikieditor-toolbar-tool-link-ext\";i:7006;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:7007;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:7008;s:35:\"wikieditor-toolbar-tool-link-insert\";i:7009;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:7010;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:7011;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:7012;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:7013;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:7014;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:7015;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7016;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:7017;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7018;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:7019;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:7020;s:34:\"wikieditor-toolbar-tool-link-empty\";i:7021;s:28:\"wikieditor-toolbar-tool-file\";i:7022;s:36:\"wikieditor-toolbar-tool-file-example\";i:7023;s:34:\"wikieditor-toolbar-tool-file-title\";i:7024;s:30:\"wikieditor-toolbar-file-target\";i:7025;s:31:\"wikieditor-toolbar-file-caption\";i:7026;s:28:\"wikieditor-toolbar-file-size\";i:7027;s:29:\"wikieditor-toolbar-file-float\";i:7028;s:31:\"wikieditor-toolbar-file-default\";i:7029;s:30:\"wikieditor-toolbar-file-format\";i:7030;s:35:\"wikieditor-toolbar-file-format-none\";i:7031;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7032;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7033;s:33:\"wikieditor-toolbar-tool-reference\";i:7034;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7035;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7036;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7037;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7038;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7039;s:33:\"wikieditor-toolbar-tool-signature\";i:7040;s:35:\"wikieditor-toolbar-section-advanced\";i:7041;s:31:\"wikieditor-toolbar-tool-heading\";i:7042;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7043;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7044;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7045;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7046;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7047;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7048;s:31:\"wikieditor-toolbar-group-format\";i:7049;s:29:\"wikieditor-toolbar-tool-ulist\";i:7050;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7051;s:29:\"wikieditor-toolbar-tool-olist\";i:7052;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7053;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7054;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7055;s:32:\"wikieditor-toolbar-tool-redirect\";i:7056;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7057;s:27:\"wikieditor-toolbar-tool-big\";i:7058;s:35:\"wikieditor-toolbar-tool-big-example\";i:7059;s:29:\"wikieditor-toolbar-tool-small\";i:7060;s:37:\"wikieditor-toolbar-tool-small-example\";i:7061;s:35:\"wikieditor-toolbar-tool-superscript\";i:7062;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7063;s:33:\"wikieditor-toolbar-tool-subscript\";i:7064;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7065;s:31:\"wikieditor-toolbar-group-insert\";i:7066;s:31:\"wikieditor-toolbar-tool-gallery\";i:7067;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7068;s:31:\"wikieditor-toolbar-tool-newline\";i:7069;s:29:\"wikieditor-toolbar-tool-table\";i:7070;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7071;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7072;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7073;s:35:\"wikieditor-toolbar-tool-table-title\";i:7074;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7075;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7076;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7077;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7078;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7079;s:37:\"wikieditor-toolbar-tool-table-example\";i:7080;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7081;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7082;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7083;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7084;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7085;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7086;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7087;s:31:\"wikieditor-toolbar-tool-replace\";i:7088;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7089;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7090;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7091;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7092;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7093;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7094;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7095;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7096;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7097;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7098;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7099;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7100;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7101;s:37:\"wikieditor-toolbar-section-characters\";i:7102;s:31:\"wikieditor-toolbar-section-help\";i:7103;s:43:\"wikieditor-toolbar-help-heading-description\";i:7104;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7105;s:38:\"wikieditor-toolbar-help-heading-result\";i:7106;s:35:\"wikieditor-toolbar-help-page-format\";i:7107;s:33:\"wikieditor-toolbar-help-page-link\";i:7108;s:36:\"wikieditor-toolbar-help-page-heading\";i:7109;s:33:\"wikieditor-toolbar-help-page-list\";i:7110;s:33:\"wikieditor-toolbar-help-page-file\";i:7111;s:38:\"wikieditor-toolbar-help-page-reference\";i:7112;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7113;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7114;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7115;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7116;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7117;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:7118;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:7119;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7120;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7121;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7122;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7123;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7124;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7125;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7126;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7127;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7128;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7129;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7130;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7131;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7132;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7133;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7134;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7135;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7136;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7137;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7138;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7139;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7140;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7141;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7142;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7143;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7144;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7145;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7146;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7147;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7148;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7149;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:7150;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7151;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7152;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7153;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7154;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7155;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7156;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7157;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7158;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7159;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7160;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7161;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7162;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7163;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7164;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7165;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7166;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7167;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7168;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7169;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7170;s:20:\"syntaxhighlight-desc\";i:7171;s:30:\"syntaxhighlight-error-category\";i:7172;s:35:\"syntaxhighlight-error-category-desc\";i:7173;s:32:\"syntaxhighlight-enclose-category\";i:7174;s:37:\"syntaxhighlight-enclose-category-desc\";i:7175;s:31:\"syntaxhighlight-source-category\";i:7176;s:36:\"syntaxhighlight-source-category-desc\";i:7177;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7178;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7179;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7180;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7181;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7182;s:38:\"syntaxhighlight-error-unknown-language\";i:7183;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7184;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7185;s:22:\"action-mf-uploadbutton\";i:7186;s:20:\"beta-feature-minerva\";i:7187;s:32:\"beta-feature-minerva-description\";i:7188;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7189;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7190;s:37:\"mobile-frontend-account-create-submit\";i:7191;s:25:\"mobile-frontend-app-title\";i:7192;s:38:\"mobile-frontend-back-to-top-of-section\";i:7193;s:34:\"mobile-frontend-categories-heading\";i:7194;s:37:\"mobile-frontend-categories-subheading\";i:7195;s:32:\"mobile-frontend-categories-nocat\";i:7196;s:30:\"mobile-frontend-categories-add\";i:7197;s:33:\"mobile-frontend-categories-search\";i:7198;s:34:\"mobile-frontend-categories-nomatch\";i:7199;s:33:\"mobile-frontend-categories-nodata\";i:7200;s:34:\"mobile-frontend-categories-summary\";i:7201;s:38:\"mobile-frontend-categories-add-heading\";i:7202;s:35:\"mobile-frontend-categories-add-wait\";i:7203;s:33:\"mobile-frontend-categories-normal\";i:7204;s:33:\"mobile-frontend-categories-hidden\";i:7205;s:30:\"mobile-frontend-changeslist-ip\";i:7206;s:28:\"mobile-frontend-clear-search\";i:7207;s:37:\"mobile-frontend-commons-category-view\";i:7208;s:36:\"mobile-frontend-contribution-summary\";i:7209;s:32:\"mobile-frontend-cookies-required\";i:7210;s:32:\"mobile-frontend-current-language\";i:7211;s:20:\"mobile-frontend-desc\";i:7212;s:33:\"mobile-frontend-diffview-404-desc\";i:7213;s:34:\"mobile-frontend-diffview-404-title\";i:7214;s:34:\"mobile-frontend-diffview-anonymous\";i:7215;s:35:\"mobile-frontend-diffview-bytesadded\";i:7216;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7217;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7218;s:30:\"mobile-frontend-diffview-comma\";i:7219;s:34:\"mobile-frontend-diffview-editcount\";i:7220;s:34:\"mobile-frontend-diffview-explained\";i:7221;s:30:\"mobile-frontend-diffview-title\";i:7222;s:30:\"mobile-frontend-disable-images\";i:7223;s:36:\"mobile-frontend-dismiss-notification\";i:7224;s:33:\"mobile-frontend-donate-image-anon\";i:7225;s:36:\"mobile-frontend-donate-image-heading\";i:7226;s:41:\"mobile-frontend-donate-image-login-action\";i:7227;s:38:\"mobile-frontend-donate-image-nouploads\";i:7228;s:42:\"mobile-frontend-donate-image-signup-action\";i:7229;s:34:\"mobile-frontend-donate-image-title\";i:7230;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7231;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7232;s:29:\"mobile-frontend-drawer-cancel\";i:7233;s:31:\"mobile-frontend-pointer-dismiss\";i:7234;s:33:\"mobile-frontend-edit-login-action\";i:7235;s:34:\"mobile-frontend-edit-signup-action\";i:7236;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7237;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7238;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7239;s:27:\"mobile-frontend-editor-anon\";i:7240;s:34:\"mobile-frontend-editor-anonwarning\";i:7241;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7242;s:35:\"mobile-frontend-editor-blocked-info\";i:7243;s:29:\"mobile-frontend-editor-cancel\";i:7244;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7245;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7246;s:31:\"mobile-frontend-editor-continue\";i:7247;s:26:\"mobile-frontend-editor-cta\";i:7248;s:31:\"mobile-frontend-editor-disabled\";i:7249;s:30:\"mobile-frontend-editor-editing\";i:7250;s:35:\"mobile-frontend-editor-editing-page\";i:7251;s:28:\"mobile-frontend-editor-error\";i:7252;s:37:\"mobile-frontend-editor-error-conflict\";i:7253;s:36:\"mobile-frontend-editor-error-loading\";i:7254;s:36:\"mobile-frontend-editor-error-preview\";i:7255;s:35:\"mobile-frontend-editor-keep-editing\";i:7256;s:32:\"mobile-frontend-editor-licensing\";i:7257;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7258;s:33:\"mobile-frontend-editor-terms-link\";i:7259;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7260;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7261;s:34:\"mobile-frontend-editor-placeholder\";i:7262;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7263;s:38:\"mobile-frontend-editor-previewing-page\";i:7264;s:37:\"mobile-frontend-editor-redirect-title\";i:7265;s:27:\"mobile-frontend-editor-save\";i:7266;s:30:\"mobile-frontend-editor-success\";i:7267;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7268;s:39:\"mobile-frontend-editor-success-new-page\";i:7269;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7270;s:38:\"mobile-frontend-editor-summary-request\";i:7271;s:30:\"mobile-frontend-editor-summary\";i:7272;s:37:\"mobile-frontend-editor-switch-confirm\";i:7273;s:36:\"mobile-frontend-editor-switch-editor\";i:7274;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7275;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7276;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7277;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7278;s:34:\"mobile-frontend-editor-unavailable\";i:7279;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7280;s:35:\"mobile-frontend-editor-uploadenable\";i:7281;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7282;s:27:\"mobile-frontend-editor-wait\";i:7283;s:36:\"mobile-frontend-editor-redlink-leave\";i:7284;s:38:\"mobile-frontend-editor-redlink-explain\";i:7285;s:37:\"mobile-frontend-editor-redlink-create\";i:7286;s:27:\"mobile-frontend-editor-bold\";i:7287;s:29:\"mobile-frontend-editor-italic\";i:7288;s:32:\"mobile-frontend-editor-bold-text\";i:7289;s:34:\"mobile-frontend-editor-italic-text\";i:7290;s:32:\"mobile-frontend-editor-reference\";i:7291;s:39:\"mobile-frontend-editor-insert-reference\";i:7292;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7293;s:36:\"mobile-frontend-editor-add-reference\";i:7294;s:29:\"mobile-frontend-enable-images\";i:7295;s:43:\"mobile-frontend-expand-sections-description\";i:7296;s:38:\"mobile-frontend-expand-sections-status\";i:7297;s:32:\"mobile-frontend-fontchanger-link\";i:7298;s:32:\"mobile-frontend-fontchanger-desc\";i:7299;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7300;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7301;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7302;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7303;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7304;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7305;s:30:\"mobile-frontend-footer-contact\";i:7306;s:31:\"mobile-frontend-footer-sitename\";i:7307;s:32:\"mobile-frontend-generic-404-desc\";i:7308;s:33:\"mobile-frontend-generic-404-title\";i:7309;s:33:\"mobile-frontend-generic-login-new\";i:7310;s:37:\"mobile-frontend-generic-signup-action\";i:7311;s:23:\"mobile-frontend-history\";i:7312;s:32:\"mobile-frontend-history-404-desc\";i:7313;s:33:\"mobile-frontend-history-404-title\";i:7314;s:34:\"mobile-frontend-history-no-results\";i:7315;s:36:\"mobile-frontend-image-cancel-confirm\";i:7316;s:38:\"mobile-frontend-image-heading-describe\";i:7317;s:31:\"mobile-frontend-image-uploading\";i:7318;s:29:\"mobile-frontend-images-status\";i:7319;s:31:\"mobile-frontend-language-header\";i:7320;s:32:\"mobile-frontend-language-heading\";i:7321;s:36:\"mobile-frontend-language-site-choose\";i:7322;s:39:\"mobile-frontend-language-variant-header\";i:7323;s:34:\"mobile-frontend-languages-404-desc\";i:7324;s:35:\"mobile-frontend-languages-404-title\";i:7325;s:32:\"mobile-frontend-languages-header\";i:7326;s:37:\"mobile-frontend-languages-header-page\";i:7327;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7328;s:30:\"mobile-frontend-languages-text\";i:7329;s:40:\"mobile-frontend-languages-variant-header\";i:7330;s:34:\"mobile-frontend-last-modified-days\";i:7331;s:35:\"mobile-frontend-last-modified-hours\";i:7332;s:38:\"mobile-frontend-last-modified-just-now\";i:7333;s:37:\"mobile-frontend-last-modified-minutes\";i:7334;s:36:\"mobile-frontend-last-modified-months\";i:7335;s:37:\"mobile-frontend-last-modified-seconds\";i:7336;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7337;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7338;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7339;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7340;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7341;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7342;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7343;s:35:\"mobile-frontend-last-modified-years\";i:7344;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7345;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7346;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7347;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7348;s:26:\"mobile-frontend-logged-out\";i:7349;s:25:\"mobile-frontend-main-menu\";i:7350;s:30:\"mobile-frontend-main-menu-back\";i:7351;s:34:\"mobile-frontend-main-menu-featured\";i:7352;s:32:\"mobile-frontend-main-menu-logout\";i:7353;s:36:\"mobile-frontend-main-menu-page-title\";i:7354;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7355;s:32:\"mobile-frontend-main-menu-upload\";i:7356;s:29:\"mobile-frontend-media-details\";i:7357;s:34:\"mobile-frontend-media-license-link\";i:7358;s:32:\"mobile-frontend-meta-data-issues\";i:7359;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7360;s:39:\"mobile-frontend-meta-data-issues-header\";i:7361;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7362;s:29:\"mobile-frontend-missing-image\";i:7363;s:31:\"mobile-frontend-nearby-distance\";i:7364;s:38:\"mobile-frontend-nearby-distance-meters\";i:7365;s:28:\"mobile-frontend-nearby-error\";i:7366;s:37:\"mobile-frontend-nearby-error-guidance\";i:7367;s:30:\"mobile-frontend-nearby-loading\";i:7368;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7369;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7370;s:32:\"mobile-frontend-nearby-noresults\";i:7371;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7372;s:33:\"mobile-frontend-nearby-permission\";i:7373;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7374;s:30:\"mobile-frontend-nearby-refresh\";i:7375;s:35:\"mobile-frontend-nearby-requirements\";i:7376;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7377;s:28:\"mobile-frontend-nearby-title\";i:7378;s:34:\"mobile-frontend-nearby-sectiontext\";i:7379;s:30:\"mobile-frontend-opt-in-explain\";i:7380;s:29:\"mobile-frontend-overlay-close\";i:7381;s:32:\"mobile-frontend-overlay-continue\";i:7382;s:34:\"mobile-frontend-page-menu-contents\";i:7383;s:33:\"mobile-frontend-page-menu-history\";i:7384;s:42:\"mobile-frontend-page-menu-language-current\";i:7385;s:33:\"mobile-frontend-page-edit-summary\";i:7386;s:24:\"mobile-frontend-password\";i:7387;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7388;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7389;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7390;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7391;s:31:\"mobile-frontend-photo-licensing\";i:7392;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7393;s:31:\"mobile-frontend-photo-ownership\";i:7394;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7395;s:36:\"mobile-frontend-photo-ownership-help\";i:7396;s:28:\"mobile-frontend-photo-submit\";i:7397;s:28:\"mobile-frontend-photo-upload\";i:7398;s:33:\"mobile-frontend-photo-upload-anon\";i:7399;s:36:\"mobile-frontend-photo-upload-comment\";i:7400;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7401;s:34:\"mobile-frontend-photo-upload-error\";i:7402;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7403;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7404;s:36:\"mobile-frontend-photo-upload-generic\";i:7405;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7406;s:44:\"mobile-frontend-photo-upload-success-article\";i:7407;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7408;s:39:\"mobile-frontend-photo-upload-user-count\";i:7409;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7410;s:31:\"mobile-frontend-placeholder-app\";i:7411;s:32:\"mobile-frontend-placeholder-beta\";i:7412;s:40:\"mobile-frontend-profile-activity-heading\";i:7413;s:29:\"mobile-frontend-profile-error\";i:7414;s:38:\"mobile-frontend-profile-footer-ancient\";i:7415;s:35:\"mobile-frontend-profile-footer-days\";i:7416;s:37:\"mobile-frontend-profile-footer-months\";i:7417;s:36:\"mobile-frontend-profile-footer-years\";i:7418;s:33:\"mobile-frontend-profile-last-edit\";i:7419;s:34:\"mobile-frontend-profile-last-thank\";i:7420;s:30:\"mobile-frontend-profile-noargs\";i:7421;s:30:\"mobile-frontend-profile-nouser\";i:7422;s:29:\"mobile-frontend-profile-title\";i:7423;s:37:\"mobile-frontend-profile-userpage-link\";i:7424;s:32:\"mobile-frontend-profile-usertalk\";i:7425;s:35:\"mobile-frontend-references-citation\";i:7426;s:28:\"mobile-frontend-regular-site\";i:7427;s:31:\"mobile-frontend-requires-mobile\";i:7428;s:30:\"mobile-frontend-requires-optin\";i:7429;s:30:\"mobile-frontend-requires-title\";i:7430;s:26:\"mobile-frontend-save-error\";i:7431;s:29:\"mobile-frontend-save-settings\";i:7432;s:32:\"mobile-frontend-saving-exit-page\";i:7433;s:30:\"mobile-frontend-search-content\";i:7434;s:41:\"mobile-frontend-search-content-no-results\";i:7435;s:33:\"mobile-frontend-search-no-results\";i:7436;s:29:\"mobile-frontend-search-submit\";i:7437;s:39:\"mobile-frontend-settings-images-explain\";i:7438;s:29:\"mobile-frontend-settings-beta\";i:7439;s:41:\"mobile-frontend-settings-site-description\";i:7440;s:36:\"mobile-frontend-settings-site-header\";i:7441;s:37:\"mobile-frontend-sign-in-error-heading\";i:7442;s:31:\"mobile-frontend-sign-in-heading\";i:7443;s:27:\"mobile-frontend-sign-in-why\";i:7444;s:31:\"mobile-frontend-sign-up-heading\";i:7445;s:29:\"mobile-frontend-talk-fullpage\";i:7446;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7447;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7448;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7449;s:33:\"mobile-frontend-talk-back-to-page\";i:7450;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7451;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7452;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7453;s:33:\"mobile-frontend-talk-edit-summary\";i:7454;s:30:\"mobile-frontend-talk-explained\";i:7455;s:36:\"mobile-frontend-talk-explained-empty\";i:7456;s:35:\"mobile-frontend-talk-overlay-header\";i:7457;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7458;s:26:\"mobile-frontend-talk-reply\";i:7459;s:31:\"mobile-frontend-talk-reply-info\";i:7460;s:34:\"mobile-frontend-talk-reply-success\";i:7461;s:35:\"mobile-frontend-talk-topic-feedback\";i:7462;s:32:\"mobile-frontend-talk-topic-error\";i:7463;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7464;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7465;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7466;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7467;s:31:\"mobile-frontend-talk-topic-wait\";i:7468;s:25:\"mobile-frontend-terms-url\";i:7469;s:30:\"mobile-frontend-thanked-notice\";i:7470;s:28:\"mobile-frontend-user-account\";i:7471;s:35:\"mobile-frontend-user-button-tooltip\";i:7472;s:32:\"mobile-frontend-user-newmessages\";i:7473;s:24:\"mobile-frontend-user-cta\";i:7474;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7475;s:24:\"mobile-frontend-username\";i:7476;s:27:\"mobile-frontend-view-source\";i:7477;s:27:\"mobile-frontend-watch-login\";i:7478;s:29:\"mobile-frontend-watchlist-a-z\";i:7479;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7480;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7481;s:29:\"mobile-frontend-watchlist-add\";i:7482;s:35:\"mobile-frontend-watchlist-back-home\";i:7483;s:29:\"mobile-frontend-watchlist-cta\";i:7484;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7485;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7486;s:30:\"mobile-frontend-watchlist-feed\";i:7487;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7488;s:36:\"mobile-frontend-watchlist-filter-all\";i:7489;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7490;s:38:\"mobile-frontend-watchlist-filter-other\";i:7491;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7492;s:38:\"mobile-frontend-watchlist-login-action\";i:7493;s:30:\"mobile-frontend-watchlist-more\";i:7494;s:37:\"mobile-frontend-watchlist-please-wait\";i:7495;s:31:\"mobile-frontend-watchlist-error\";i:7496;s:33:\"mobile-frontend-watchlist-purpose\";i:7497;s:33:\"mobile-frontend-watchlist-removed\";i:7498;s:39:\"mobile-frontend-watchlist-signup-action\";i:7499;s:30:\"mobile-frontend-watchlist-view\";i:7500;s:36:\"mobile-frontend-quick-lookup-looking\";i:7501;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7502;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7503;s:10:\"mobile.css\";i:7504;s:9:\"mobile.js\";i:7505;s:6:\"nearby\";i:7506;s:21:\"right-mf-uploadbutton\";i:7507;s:27:\"tag-mobile_edit-description\";i:7508;s:31:\"tag-mobile_web_edit-description\";i:7509;s:16:\"skinname-minerva\";i:7510;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7511;s:30:\"apihelp-mobileview-description\";i:7512;s:29:\"apihelp-mobileview-param-page\";i:7513;s:33:\"apihelp-mobileview-param-redirect\";i:7514;s:33:\"apihelp-mobileview-param-sections\";i:7515;s:29:\"apihelp-mobileview-param-prop\";i:7516;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7517;s:36:\"apihelp-mobileview-param-sectionprop\";i:7518;s:34:\"apihelp-mobileview-param-pageprops\";i:7519;s:32:\"apihelp-mobileview-param-variant\";i:7520;s:33:\"apihelp-mobileview-param-noimages\";i:7521;s:35:\"apihelp-mobileview-param-noheadings\";i:7522;s:36:\"apihelp-mobileview-param-notransform\";i:7523;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7524;s:31:\"apihelp-mobileview-param-offset\";i:7525;s:31:\"apihelp-mobileview-param-maxlen\";i:7526;s:34:\"apihelp-mobileview-param-thumbsize\";i:7527;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7528;s:36:\"apihelp-mobileview-param-thumbheight\";i:7529;s:28:\"apihelp-mobileview-example-1\";i:7530;s:28:\"apihelp-mobileview-example-2\";i:7531;s:28:\"apihelp-mobileview-example-3\";i:7532;s:32:\"apihelp-parse-param-mobileformat\";i:7533;s:28:\"apihelp-parse-param-noimages\";i:7534;s:28:\"apihelp-parse-param-mainpage\";i:7535;s:35:\"mobile-frontend-donate-button-label\";i:7536;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7537;s:31:\"mobile-frontend-loading-message\";i:7538;s:31:\"mobile-frontend-console-recruit\";i:7539;s:34:\"mobile-frontend-browse-tags-header\";i:7540;s:24:\"mobile-frontend-panel-ok\";i:7541;s:28:\"mobile-frontend-panel-cancel\";i:7542;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7543;s:41:\"mobile-frontend-search-feedback-link-text\";i:7544;s:38:\"mobile-frontend-search-feedback-prompt\";i:7545;s:20:\"googleanalytics-desc\";i:7546;s:17:\"right-noanalytics\";}}'),('ady','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('ady','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ady','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ady','messages:about','s:33:\"ady-cyrl:Фэгъэхьыгъэу\";'),('ady','messages:aboutpage','s:41:\"ady-cyrl:Project:Фэгъэхьыгъэу\";'),('ady','messages:aboutsite','s:46:\"ady-cyrl:{{SITENAME}} фэгъэхьыгъэу\";'),('ady','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('ady','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ady','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ady','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ady','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ady','messages:accesskey-ca-history','s:4:\"en:h\";'),('ady','messages:accesskey-ca-move','s:4:\"en:m\";'),('ady','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ady','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ady','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ady','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ady','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ady','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ady','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ady','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ady','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ady','messages:accesskey-ca-view','s:3:\"en:\";'),('ady','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ady','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ady','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ady','messages:accesskey-diff','s:4:\"en:v\";'),('ady','messages:accesskey-export','s:4:\"en:s\";'),('ady','messages:accesskey-feed-atom','s:3:\"en:\";'),('ady','messages:accesskey-feed-rss','s:3:\"en:\";'),('ady','messages:accesskey-import','s:4:\"en:s\";'),('ady','messages:accesskey-minoredit','s:4:\"en:i\";'),('ady','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ady','messages:accesskey-n-help','s:3:\"en:\";'),('ady','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ady','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ady','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ady','messages:accesskey-n-portal','s:3:\"en:\";'),('ady','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ady','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ady','messages:accesskey-p-logo','s:3:\"en:\";'),('ady','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ady','messages:accesskey-preview','s:4:\"en:p\";'),('ady','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ady','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ady','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ady','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ady','messages:accesskey-pt-login','s:4:\"en:o\";'),('ady','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ady','messages:accesskey-pt-logout','s:3:\"en:\";'),('ady','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ady','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ady','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ady','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ady','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ady','messages:accesskey-publish','s:4:\"en:s\";'),('ady','messages:accesskey-save','s:4:\"en:s\";'),('ady','messages:accesskey-search','s:4:\"en:f\";'),('ady','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ady','messages:accesskey-search-go','s:3:\"en:\";'),('ady','messages:accesskey-summary','s:4:\"en:b\";'),('ady','messages:accesskey-t-contributions','s:3:\"en:\";'),('ady','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ady','messages:accesskey-t-info','s:3:\"en:\";'),('ady','messages:accesskey-t-permalink','s:3:\"en:\";'),('ady','messages:accesskey-t-print','s:4:\"en:p\";'),('ady','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ady','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ady','messages:accesskey-t-upload','s:4:\"en:u\";'),('ady','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ady','messages:accesskey-upload','s:4:\"en:s\";'),('ady','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ady','messages:accesskey-watch','s:4:\"en:w\";'),('ady','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ady','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ady','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ady','messages:accmailtext','s:176:\"en:A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the <em>[[Special:ChangePassword|change password]]</em> page upon logging in.\";'),('ady','messages:accmailtitle','s:49:\"ady-cyrl:ШъэфгущыIэр агъэхьыгъ\";'),('ady','messages:accountcreated','s:42:\"ady-cyrl:Аккаунтыр ублагъэ\";'),('ady','messages:accountcreatedtext','s:94:\"en:The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.\";'),('ady','messages:acct_creation_throttle_hit','s:252:\"en:Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last $2, which is the maximum allowed in this time period.\nAs a result, visitors using this IP address cannot create any more accounts at the moment.\";'),('ady','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('ady','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('ady','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('ady','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('ady','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('ady','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('ady','messages:action-block','s:31:\"en:block this user from editing\";'),('ady','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('ady','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('ady','messages:action-browsearchive','s:73:\"ady-cyrl:тегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('ady','messages:action-createaccount','s:59:\"ady-cyrl:мы нэбгырэм и аккаунт ублэн\";'),('ady','messages:action-createpage','s:44:\"ady-cyrl:нэкIубгъомэ я ублэн\";'),('ady','messages:action-createtalk','s:64:\"ady-cyrl:тегущыIэнэ нэкIубгъомэ я ублэн\";'),('ady','messages:action-delete','s:47:\"ady-cyrl:мы нэкIубгъор тегъэкI\";'),('ady','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('ady','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('ady','messages:action-deletedhistory','s:88:\"ady-cyrl:мы нэкIубгъом и тегъэкIыгъэ тарихъым еплъын\";'),('ady','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('ady','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('ady','messages:action-deleterevision','s:42:\"ady-cyrl:мы версиер тегъэкI\";'),('ady','messages:action-edit','s:41:\"ady-cyrl:мы нэкIубгъом еIаз\";'),('ady','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('ady','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('ady','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('ady','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('ady','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('ady','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('ady','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('ady','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('ady','messages:action-editmywatchlist','s:47:\"ady-cyrl:уи лъыплъэ купым еIаз\";'),('ady','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ady','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ady','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('ady','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('ady','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('ady','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('ady','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('ady','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('ady','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('ady','messages:action-history','s:66:\"ady-cyrl:мы нэкIубгъом и тарихъым еплъын\";'),('ady','messages:action-import','s:64:\"ady-cyrl:нэмыкI виким нэкIубгъохэр къих\";'),('ady','messages:action-importupload','s:73:\"ady-cyrl:илъхьэгъэ файлэм нэкIубгъохэр къих\";'),('ady','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('ady','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('ady','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('ady','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('ady','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('ady','messages:action-minoredit','s:61:\"ady-cyrl:мы еIэзэныгъэр цIыкIоу гъэнаф\";'),('ady','messages:action-move','s:52:\"ady-cyrl:мы нэкIубгъом ыцIэ хъожь\";'),('ady','messages:action-move-categorypages','s:63:\"ady-cyrl:хьы категорием и нэкIубгъохэр\";'),('ady','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('ady','messages:action-move-subpages','s:76:\"ady-cyrl:хьы мы нэкIубгъори, кIэтнэкIубгъохэри\";'),('ady','messages:action-movefile','s:33:\"ady-cyrl:хьы мы файлыр\";'),('ady','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('ady','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('ady','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('ady','messages:action-pagelang','s:59:\"ady-cyrl:мы нэкIубгъом ыбзэ зэблэхъу\";'),('ady','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('ady','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('ady','messages:action-protect','s:19:\"ady-cyrl:Ухъум\";'),('ady','messages:action-purge','s:18:\"en:purge this page\";'),('ady','messages:action-read','s:40:\"ady-cyrl:едж мы нэкIубгъом\";'),('ady','messages:action-reupload','s:53:\"ady-cyrl:мы файлыр икIэу къэтхыжь\";'),('ady','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('ady','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('ady','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('ady','messages:action-sendemail','s:38:\"ady-cyrl:емэйлхэр ягъэхь\";'),('ady','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('ady','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('ady','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('ady','messages:action-suppressrevision','s:87:\"ady-cyrl:еплъи зэтегъэуцожь мы гъэбылъыгъэ версиер\";'),('ady','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('ady','messages:action-undelete','s:51:\"ady-cyrl:мы нэкIубгъор теМыгъэкI\";'),('ady','messages:action-unwatchedpages','s:81:\"ady-cyrl:зылъыМыплъэхэрэ нэкIубгъо купым яплъын\";'),('ady','messages:action-upload','s:37:\"ady-cyrl:илъхь мы файлэр\";'),('ady','messages:action-upload_by_url','s:52:\"ady-cyrl:илъхь мы файлыр мы URL-кIэ\";'),('ady','messages:action-userrights','s:23:\"en:edit all user rights\";'),('ady','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('ady','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('ady','messages:action-viewmywatchlist','s:48:\"ady-cyrl:уи лъыплъэ купым еплъ\";'),('ady','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('ady','messages:action-writeapi','s:62:\"ady-cyrl:еIэзэныгъэмэ апае API гъэфедэн\";'),('ady','messages:actioncomplete','s:35:\"ady-cyrl:ЗэшIогъэкIыгъэ\";'),('ady','messages:actionfailed','s:37:\"ady-cyrl:ЗэшIогъэкIыгъэп\";'),('ady','messages:actions','s:27:\"ady-cyrl:ШӀагъэхэр\";'),('ady','messages:actionthrottled','s:19:\"en:Action throttled\";'),('ady','messages:actionthrottledtext','s:182:\"en:As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.\";'),('ady','messages:activeusers','s:20:\"en:Active users list\";'),('ady','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('ady','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('ady','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('ady','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('ady','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('ady','messages:activeusers-noresult','s:52:\"ady-cyrl:Нэбгырэ пари гъотыгъэп.\";'),('ady','messages:activeusers-submit','s:23:\"en:Display active users\";'),('ady','messages:activeusers-summary','s:3:\"en:\";'),('ady','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('ady','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ady','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ady','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ady','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ady','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ady','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ady','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('ady','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('ady','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('ady','messages:addsection','s:4:\"en:+\";'),('ady','messages:addsection-editintro','s:3:\"en:\";'),('ady','messages:addsection-preload','s:3:\"en:\";'),('ady','messages:addwatch','s:51:\"ady-cyrl:Лъыплъэ купым хэгъахъу\";'),('ady','messages:ago','s:9:\"en:$1 ago\";'),('ady','messages:all-logs-page','s:18:\"en:All public logs\";'),('ady','messages:allarticles','s:40:\"ady-cyrl:НэкӀубгъо пстэур\";'),('ady','messages:allinnamespace','s:62:\"ady-cyrl:НэкIубгъо пстэур ($1 цIэчIыпIэр)\";'),('ady','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('ady','messages:allmessages','s:44:\"ady-cyrl:Системэ мессаджхэр\";'),('ady','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('ady','messages:allmessages-filter-all','s:18:\"ady-cyrl:ЗэкIэ\";'),('ady','messages:allmessages-filter-legend','s:19:\"ady-cyrl:Филтр\";'),('ady','messages:allmessages-filter-modified','s:30:\"ady-cyrl:ЗэхъокIыгъэ\";'),('ady','messages:allmessages-filter-submit','s:15:\"ady-cyrl:КӀо\";'),('ady','messages:allmessages-filter-translate','s:22:\"ady-cyrl:ЗэдзэкI\";'),('ady','messages:allmessages-filter-unmodified','s:34:\"ady-cyrl:ЗэмыхъакIыгъэ\";'),('ady','messages:allmessages-language','s:16:\"ady-cyrl:Бзэ:\";'),('ady','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('ady','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('ady','messages:allmessagescurrent','s:51:\"ady-cyrl:Джырэ мессаджым итекст\";'),('ady','messages:allmessagesdefault','s:23:\"en:Default message text\";'),('ady','messages:allmessagesname','s:14:\"ady-cyrl:ЦIэ\";'),('ady','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('ady','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('ady','messages:allpages','s:39:\"ady-cyrl:НэкIубгъо пстэур\";'),('ady','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('ady','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('ady','messages:allpages-summary','s:3:\"en:\";'),('ady','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('ady','messages:allpagesfrom','s:29:\"en:Display pages starting at:\";'),('ady','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('ady','messages:allpagessubmit','s:14:\"ady-cyrl:KӀо\";'),('ady','messages:allpagesto','s:27:\"en:Display pages ending at:\";'),('ady','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ady','messages:ancientpages','s:47:\"ady-cyrl:Жъыдэдэ нэкIубгъохэр\";'),('ady','messages:ancientpages-summary','s:3:\"en:\";'),('ady','messages:and','s:22:\"ady-cyrl:&#32;ыкӀи\";'),('ady','messages:anoncontribs','s:25:\"ady-cyrl:Лэжьыгъэ\";'),('ady','messages:anoneditwarning','s:390:\"ady-cyrl:<strong>Сакъ:</strong>Системэм ухэхьагъэп. Уи IP-адресыр зэкIэми алъэгъушъущт зыгорэм ухэIазэмэ. <strong>[$1 ухахьэмэ]</strong> е <strong>[$2 аккаунт уублэмэ]</strong>, уи еIэзэнхэр уи нэбгырацIэм пышIэгъэщтых, нэмыкI шIуагъэхэм анэмыкIэу.\";'),('ady','messages:anonnotice','s:4:\"en:-\";'),('ady','messages:anononlyblock','s:13:\"en:anon. only\";'),('ady','messages:anonpreviewwarning','s:102:\"en:<em>You are not logged in. Publishing will record your IP address in this page\'s edit history.</em>\";'),('ady','messages:anontalk','s:45:\"ady-cyrl:Мы IP-адресым тегущыI\";'),('ady','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('ady','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('ady','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('ady','messages:anonymous','s:53:\"en:Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}\";'),('ady','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('ady','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('ady','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('ady','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('ady','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('ady','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('ady','messages:api-credits-header','s:10:\"en:Credits\";'),('ady','messages:api-error-badtoken','s:58:\"ady-cyrl:ЫкIоцI фыкъуагъэ: Токен дэй.\";'),('ady','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ady','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('ady','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('ady','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('ady','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ady','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('ady','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('ady','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ady','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ady','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ady','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('ady','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('ady','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('ady','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('ady','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('ady','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('ady','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('ady','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('ady','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('ady','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('ady','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('ady','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ady','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ady','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ady','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('ady','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ady','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('ady','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('ady','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('ady','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('ady','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('ady','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('ady','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('ady','messages:api-help-flags','s:3:\"en:\";'),('ady','messages:api-help-help-urls','s:3:\"en:\";'),('ady','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ady','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('ady','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('ady','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('ady','messages:api-help-main-header','s:14:\"en:Main module\";'),('ady','messages:api-help-no-extended-description','s:3:\"en:\";'),('ady','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('ady','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('ady','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('ady','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('ady','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('ady','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('ady','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('ady','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('ady','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('ady','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ady','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ady','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('ady','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('ady','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('ady','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('ady','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('ady','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ady','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('ady','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('ady','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ady','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('ady','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ady','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ady','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('ady','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ady','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ady','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ady','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('ady','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('ady','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('ady','messages:api-help-source','s:13:\"en:Source: $1\";'),('ady','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('ady','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ady','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('ady','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('ady','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('ady','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('ady','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('ady','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('ady','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('ady','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('ady','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('ady','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('ady','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('ady','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('ady','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('ady','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('ady','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('ady','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('ady','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('ady','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('ady','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('ady','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('ady','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('ady','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('ady','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('ady','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('ady','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('ady','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('ady','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('ady','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('ady','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('ady','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('ady','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('ady','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('ady','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('ady','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('ady','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('ady','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('ady','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('ady','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('ady','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('ady','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('ady','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('ady','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('ady','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('ady','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ady','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ady','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('ady','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('ady','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('ady','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('ady','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('ady','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('ady','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('ady','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('ady','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('ady','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('ady','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('ady','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('ady','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('ady','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('ady','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('ady','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('ady','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('ady','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('ady','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('ady','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('ady','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('ady','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ady','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ady','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ady','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ady','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('ady','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('ady','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('ady','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('ady','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('ady','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('ady','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('ady','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('ady','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('ady','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('ady','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('ady','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('ady','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ady','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('ady','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('ady','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('ady','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('ady','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('ady','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('ady','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('ady','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('ady','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('ady','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('ady','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ady','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('ady','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('ady','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('ady','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('ady','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('ady','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('ady','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('ady','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('ady','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('ady','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('ady','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('ady','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('ady','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('ady','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('ady','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('ady','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('ady','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ady','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('ady','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('ady','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('ady','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('ady','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('ady','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('ady','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('ady','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('ady','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('ady','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('ady','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('ady','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ady','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('ady','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('ady','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ady','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('ady','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('ady','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ady','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ady','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('ady','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('ady','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('ady','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('ady','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('ady','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('ady','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('ady','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('ady','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('ady','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('ady','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('ady','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('ady','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('ady','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('ady','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('ady','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('ady','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('ady','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('ady','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('ady','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('ady','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('ady','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('ady','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('ady','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('ady','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('ady','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('ady','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('ady','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('ady','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('ady','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('ady','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('ady','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('ady','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('ady','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('ady','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('ady','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('ady','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('ady','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('ady','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('ady','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('ady','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('ady','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('ady','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('ady','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('ady','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('ady','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('ady','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('ady','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('ady','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('ady','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('ady','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('ady','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('ady','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('ady','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('ady','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('ady','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('ady','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('ady','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('ady','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('ady','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('ady','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('ady','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('ady','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('ady','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('ady','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('ady','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('ady','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('ady','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('ady','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('ady','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('ady','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('ady','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('ady','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('ady','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('ady','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('ady','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('ady','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('ady','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('ady','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('ady','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('ady','messages:apierror-stashexception','s:5:\"en:$1\";'),('ady','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('ady','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('ady','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('ady','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('ady','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('ady','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('ady','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('ady','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('ady','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('ady','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('ady','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('ady','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('ady','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('ady','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ady','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('ady','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('ady','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('ady','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('ady','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('ady','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('ady','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('ady','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('ady','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('ady','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('ady','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('ady','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('ady','messages:apihelp','s:11:\"en:API help\";'),('ady','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('ady','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('ady','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('ady','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ady','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('ady','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('ady','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('ady','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('ady','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ady','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('ady','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('ady','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ady','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('ady','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('ady','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('ady','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ady','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('ady','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ady','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('ady','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('ady','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('ady','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('ady','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('ady','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('ady','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('ady','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('ady','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('ady','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('ady','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('ady','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('ady','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('ady','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('ady','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ady','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('ady','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('ady','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('ady','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('ady','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('ady','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('ady','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('ady','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ady','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('ady','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('ady','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('ady','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ady','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('ady','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('ady','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('ady','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('ady','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('ady','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ady','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('ady','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ady','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('ady','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('ady','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('ady','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('ady','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('ady','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('ady','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ady','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('ady','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('ady','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('ady','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('ady','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('ady','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('ady','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ady','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('ady','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ady','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('ady','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('ady','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('ady','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('ady','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('ady','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('ady','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ady','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('ady','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('ady','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('ady','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('ady','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('ady','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('ady','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('ady','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('ady','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('ady','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('ady','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('ady','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ady','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('ady','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ady','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ady','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ady','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('ady','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('ady','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('ady','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('ady','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('ady','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('ady','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('ady','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('ady','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('ady','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ady','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ady','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('ady','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('ady','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('ady','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('ady','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('ady','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('ady','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('ady','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('ady','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('ady','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('ady','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('ady','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('ady','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('ady','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('ady','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('ady','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('ady','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('ady','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ady','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ady','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('ady','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('ady','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('ady','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('ady','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('ady','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('ady','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('ady','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ady','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('ady','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('ady','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('ady','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ady','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ady','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('ady','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('ady','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('ady','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('ady','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('ady','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('ady','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('ady','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('ady','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('ady','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('ady','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('ady','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('ady','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('ady','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('ady','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('ady','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('ady','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('ady','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('ady','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('ady','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('ady','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('ady','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('ady','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('ady','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('ady','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('ady','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('ady','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('ady','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('ady','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('ady','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('ady','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ady','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('ady','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('ady','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('ady','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('ady','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('ady','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('ady','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('ady','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('ady','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('ady','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('ady','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('ady','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ady','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('ady','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('ady','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('ady','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('ady','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('ady','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('ady','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('ady','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('ady','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('ady','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('ady','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('ady','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('ady','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('ady','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('ady','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('ady','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('ady','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('ady','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('ady','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('ady','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('ady','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('ady','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('ady','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('ady','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('ady','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('ady','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('ady','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('ady','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('ady','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('ady','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('ady','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('ady','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('ady','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('ady','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('ady','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('ady','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('ady','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('ady','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('ady','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('ady','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('ady','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('ady','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ady','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ady','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ady','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('ady','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('ady','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ady','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('ady','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('ady','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('ady','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('ady','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('ady','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('ady','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('ady','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('ady','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('ady','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('ady','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('ady','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('ady','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('ady','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('ady','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('ady','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('ady','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('ady','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('ady','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('ady','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ady','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('ady','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('ady','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('ady','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('ady','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('ady','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ady','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('ady','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('ady','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('ady','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ady','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('ady','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('ady','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('ady','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('ady','messages:apihelp-main-summary','s:3:\"en:\";'),('ady','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ady','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ady','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('ady','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('ady','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('ady','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('ady','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('ady','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('ady','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('ady','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ady','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ady','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ady','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ady','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('ady','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('ady','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('ady','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('ady','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('ady','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('ady','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('ady','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('ady','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('ady','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('ady','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('ady','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ady','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ady','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ady','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ady','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('ady','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('ady','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('ady','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ady','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ady','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('ady','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('ady','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ady','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ady','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('ady','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('ady','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ady','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('ady','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('ady','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('ady','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('ady','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('ady','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('ady','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('ady','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ady','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('ady','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('ady','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('ady','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('ady','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('ady','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('ady','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('ady','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('ady','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('ady','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('ady','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('ady','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('ady','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('ady','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ady','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ady','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('ady','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ady','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('ady','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('ady','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('ady','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ady','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ady','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('ady','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('ady','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('ady','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('ady','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('ady','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('ady','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('ady','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('ady','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('ady','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('ady','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('ady','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ady','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ady','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('ady','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('ady','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('ady','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('ady','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('ady','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('ady','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('ady','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('ady','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('ady','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('ady','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('ady','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('ady','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('ady','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('ady','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('ady','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('ady','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('ady','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('ady','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('ady','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('ady','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('ady','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ady','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ady','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('ady','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('ady','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('ady','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('ady','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('ady','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('ady','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('ady','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('ady','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('ady','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ady','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('ady','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('ady','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('ady','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ady','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('ady','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('ady','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('ady','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('ady','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('ady','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('ady','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ady','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('ady','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('ady','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('ady','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('ady','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ady','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ady','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ady','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('ady','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('ady','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('ady','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('ady','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('ady','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('ady','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('ady','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('ady','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('ady','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('ady','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('ady','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('ady','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('ady','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('ady','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('ady','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ady','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ady','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ady','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('ady','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('ady','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('ady','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('ady','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('ady','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('ady','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('ady','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('ady','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('ady','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('ady','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('ady','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('ady','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('ady','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('ady','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('ady','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('ady','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('ady','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('ady','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('ady','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('ady','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('ady','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('ady','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('ady','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('ady','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('ady','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('ady','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('ady','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('ady','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ady','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('ady','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('ady','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('ady','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('ady','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('ady','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('ady','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('ady','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('ady','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('ady','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('ady','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('ady','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('ady','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('ady','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('ady','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('ady','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('ady','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('ady','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('ady','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('ady','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('ady','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('ady','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('ady','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('ady','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('ady','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('ady','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('ady','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('ady','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('ady','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('ady','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ady','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ady','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('ady','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('ady','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('ady','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('ady','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('ady','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('ady','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('ady','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('ady','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('ady','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('ady','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('ady','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('ady','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('ady','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('ady','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('ady','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('ady','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('ady','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('ady','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('ady','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('ady','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('ady','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('ady','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('ady','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('ady','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('ady','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('ady','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('ady','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('ady','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('ady','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('ady','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('ady','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('ady','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('ady','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('ady','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('ady','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('ady','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('ady','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('ady','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('ady','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('ady','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ady','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('ady','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('ady','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('ady','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('ady','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('ady','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ady','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ady','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ady','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('ady','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('ady','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('ady','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('ady','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('ady','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('ady','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('ady','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('ady','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ady','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('ady','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ady','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('ady','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('ady','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('ady','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ady','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ady','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('ady','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('ady','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('ady','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('ady','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('ady','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('ady','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('ady','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('ady','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('ady','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('ady','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('ady','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('ady','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('ady','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('ady','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('ady','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('ady','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('ady','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('ady','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('ady','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('ady','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('ady','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('ady','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('ady','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('ady','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('ady','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('ady','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('ady','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('ady','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('ady','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('ady','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('ady','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ady','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ady','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('ady','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('ady','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('ady','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('ady','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('ady','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('ady','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('ady','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('ady','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('ady','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('ady','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('ady','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('ady','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('ady','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('ady','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('ady','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('ady','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ady','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('ady','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('ady','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('ady','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('ady','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('ady','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('ady','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('ady','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('ady','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ady','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('ady','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ady','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('ady','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('ady','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('ady','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ady','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('ady','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('ady','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('ady','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('ady','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('ady','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('ady','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('ady','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('ady','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('ady','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('ady','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('ady','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('ady','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('ady','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('ady','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('ady','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('ady','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('ady','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('ady','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('ady','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('ady','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ady','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ady','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('ady','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('ady','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ady','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ady','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('ady','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('ady','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('ady','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('ady','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('ady','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ady','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('ady','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('ady','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('ady','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ady','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('ady','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ady','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ady','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('ady','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ady','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('ady','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ady','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('ady','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('ady','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('ady','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ady','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('ady','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('ady','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ady','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('ady','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('ady','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('ady','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('ady','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('ady','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('ady','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('ady','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('ady','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('ady','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ady','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ady','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ady','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('ady','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('ady','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('ady','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('ady','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('ady','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('ady','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('ady','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('ady','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('ady','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ady','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ady','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ady','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ady','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ady','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('ady','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('ady','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('ady','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('ady','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('ady','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('ady','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('ady','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('ady','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('ady','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ady','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('ady','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('ady','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('ady','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('ady','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('ady','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('ady','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('ady','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('ady','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('ady','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('ady','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('ady','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('ady','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ady','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ady','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ady','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ady','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('ady','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('ady','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('ady','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('ady','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('ady','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('ady','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('ady','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('ady','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('ady','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('ady','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('ady','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('ady','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('ady','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('ady','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ady','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('ady','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('ady','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('ady','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('ady','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('ady','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('ady','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('ady','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('ady','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('ady','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('ady','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ady','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('ady','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('ady','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('ady','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('ady','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('ady','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ady','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('ady','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('ady','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('ady','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('ady','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('ady','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('ady','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('ady','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('ady','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('ady','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('ady','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('ady','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('ady','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ady','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('ady','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('ady','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('ady','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('ady','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('ady','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('ady','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('ady','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('ady','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('ady','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('ady','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('ady','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('ady','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('ady','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('ady','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('ady','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('ady','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('ady','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ady','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ady','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ady','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ady','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ady','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('ady','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('ady','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('ady','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ady','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('ady','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('ady','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('ady','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('ady','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ady','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('ady','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('ady','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('ady','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('ady','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('ady','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('ady','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('ady','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('ady','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('ady','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('ady','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('ady','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('ady','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('ady','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('ady','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('ady','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ady','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('ady','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ady','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('ady','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ady','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('ady','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('ady','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('ady','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('ady','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ady','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ady','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('ady','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('ady','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('ady','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('ady','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('ady','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('ady','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('ady','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('ady','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('ady','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('ady','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('ady','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('ady','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('ady','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('ady','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('ady','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('ady','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('ady','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('ady','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('ady','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('ady','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ady','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('ady','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('ady','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('ady','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('ady','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('ady','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('ady','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ady','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ady','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('ady','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('ady','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('ady','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ady','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ady','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('ady','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('ady','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ady','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ady','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('ady','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('ady','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('ady','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('ady','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('ady','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('ady','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ady','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ady','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('ady','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('ady','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('ady','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('ady','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('ady','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('ady','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('ady','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('ady','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('ady','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('ady','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('ady','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('ady','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('ady','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('ady','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('ady','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('ady','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ady','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('ady','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('ady','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ady','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('ady','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('ady','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('ady','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('ady','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('ady','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('ady','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('ady','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('ady','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('ady','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('ady','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('ady','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('ady','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('ady','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('ady','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('ady','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('ady','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('ady','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('ady','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('ady','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('ady','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('ady','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('ady','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('ady','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('ady','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('ady','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('ady','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('ady','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('ady','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('ady','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('ady','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('ady','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ady','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('ady','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('ady','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('ady','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('ady','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('ady','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('ady','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('ady','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('ady','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('ady','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('ady','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('ady','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('ady','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('ady','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('ady','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('ady','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('ady','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('ady','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ady','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ady','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ady','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ady','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ady','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('ady','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('ady','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('ady','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('ady','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('ady','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('ady','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ady','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('ady','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('ady','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ady','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ady','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ady','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('ady','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('ady','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('ady','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('ady','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ady','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('ady','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('ady','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('ady','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ady','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('ady','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('ady','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('ady','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('ady','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('ady','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('ady','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('ady','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('ady','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ady','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ady','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('ady','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('ady','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('ady','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ady','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('ady','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('ady','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('ady','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('ady','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('ady','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('ady','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('ady','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('ady','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('ady','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ady','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('ady','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ady','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('ady','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('ady','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('ady','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('ady','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('ady','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('ady','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('ady','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('ady','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('ady','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('ady','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('ady','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('ady','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('ady','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('ady','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('ady','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('ady','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('ady','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('ady','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('ady','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('ady','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('ady','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('ady','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('ady','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('ady','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('ady','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('ady','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('ady','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('ady','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('ady','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('ady','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('ady','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('ady','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('ady','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('ady','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('ady','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('ady','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('ady','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('ady','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('ady','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('ady','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('ady','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('ady','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('ady','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('ady','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('ady','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('ady','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('ady','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('ady','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('ady','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('ady','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('ady','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('ady','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('ady','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('ady','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('ady','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('ady','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('ady','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('ady','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('ady','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('ady','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ady','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ady','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('ady','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('ady','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('ady','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('ady','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('ady','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('ady','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('ady','messages:apihelp-summary','s:3:\"en:\";'),('ady','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('ady','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('ady','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('ady','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('ady','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('ady','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('ady','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('ady','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('ady','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('ady','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('ady','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('ady','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('ady','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('ady','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('ady','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ady','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('ady','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ady','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('ady','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ady','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('ady','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('ady','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ady','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('ady','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('ady','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('ady','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('ady','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('ady','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('ady','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('ady','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('ady','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('ady','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('ady','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('ady','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('ady','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('ady','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('ady','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ady','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('ady','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('ady','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ady','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('ady','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('ady','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('ady','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('ady','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('ady','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('ady','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('ady','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('ady','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('ady','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ady','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ady','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('ady','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('ady','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('ady','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('ady','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('ady','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('ady','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ady','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('ady','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('ady','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('ady','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('ady','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('ady','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('ady','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('ady','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('ady','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('ady','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('ady','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('ady','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('ady','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('ady','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('ady','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('ady','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('ady','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('ady','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('ady','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('ady','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('ady','messages:apisandbox','s:14:\"en:API sandbox\";'),('ady','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('ady','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('ady','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('ady','messages:apisandbox-continue','s:11:\"en:Continue\";'),('ady','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('ady','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('ady','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('ady','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('ady','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('ady','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('ady','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('ady','messages:apisandbox-examples','s:11:\"en:Examples\";'),('ady','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('ady','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('ady','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('ady','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('ady','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('ady','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('ady','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('ady','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('ady','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('ady','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('ady','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('ady','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('ady','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('ady','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('ady','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('ady','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('ady','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('ady','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('ady','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('ady','messages:apisandbox-reset','s:8:\"en:Clear\";'),('ady','messages:apisandbox-results','s:10:\"en:Results\";'),('ady','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('ady','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('ady','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('ady','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('ady','messages:apisandbox-retry','s:8:\"en:Retry\";'),('ady','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('ady','messages:apisandbox-submit','s:15:\"en:Make request\";'),('ady','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('ady','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('ady','messages:apisandbox-summary','s:3:\"en:\";'),('ady','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('ady','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('ady','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('ady','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('ady','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('ady','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('ady','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('ady','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('ady','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('ady','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('ady','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('ady','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('ady','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('ady','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('ady','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('ady','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('ady','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('ady','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('ady','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('ady','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('ady','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('ady','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('ady','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('ady','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('ady','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('ady','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('ady','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('ady','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('ady','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('ady','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('ady','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('ady','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('ady','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('ady','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('ady','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('ady','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('ady','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('ady','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('ady','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('ady','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ady','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('ady','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('ady','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('ady','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('ady','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ady','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ady','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('ady','messages:apr','s:17:\"ady-cyrl:Мллъ\";'),('ady','messages:april','s:31:\"ady-cyrl:Мэлылъфэгъу\";'),('ady','messages:april-gen','s:31:\"ady-cyrl:Мэлылъфэгъу\";'),('ady','messages:article','s:21:\"ady-cyrl:Дэтхэр\";'),('ady','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('ady','messages:aug','s:19:\"ady-cyrl:Шшъхь\";'),('ady','messages:august','s:27:\"ady-cyrl:ШышъхьэӀу\";'),('ady','messages:august-gen','s:27:\"ady-cyrl:ШышъхьаӀу\";'),('ady','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('ady','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('ady','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ady','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ady','messages:authform-notoken','s:16:\"en:Missing token\";'),('ady','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('ady','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ady','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('ady','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('ady','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('ady','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('ady','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('ady','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('ady','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('ady','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('ady','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('ady','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('ady','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('ady','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('ady','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('ady','messages:authmanager-email-help','s:16:\"en:Email address\";'),('ady','messages:authmanager-email-label','s:8:\"en:Email\";'),('ady','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('ady','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('ady','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('ady','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('ady','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('ady','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('ady','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('ady','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('ady','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('ady','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ady','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('ady','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('ady','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('ady','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('ady','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('ady','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('ady','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('ady','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('ady','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('ady','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('ady','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('ady','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('ady','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('ady','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ady','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('ady','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('ady','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('ady','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('ady','messages:autoblockedtext','s:613:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ady','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('ady','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('ady','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('ady','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('ady','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('ady','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('ady','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('ady','messages:autoblocklist-submit','s:9:\"en:Search\";'),('ady','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('ady','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('ady','messages:autocomment-prefix','s:3:\"en:\";'),('ady','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('ady','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('ady','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('ady','messages:autosumm-blank','s:19:\"en:Blanked the page\";'),('ady','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('ady','messages:autosumm-new','s:25:\"en:Created page with \"$1\"\";'),('ady','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('ady','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('ady','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('ady','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('ady','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('ady','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('ady','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('ady','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('ady','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('ady','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('ady','messages:backend-fail-create','s:57:\"ady-cyrl:Файлэу \"$1\" еIэзэн лъэкIырэп.\";'),('ady','messages:backend-fail-delete','s:63:\"ady-cyrl:Файлэу \"$1\" тегъэкIын лъэкIырэп.\";'),('ady','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('ady','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('ady','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('ady','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('ady','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('ady','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('ady','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('ady','messages:backend-fail-notexists','s:35:\"ady-cyrl:Файлэу $1 щыIэп.\";'),('ady','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('ady','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('ady','messages:backend-fail-read','s:58:\"ady-cyrl:Файлэу \"$1\" еплъын лъэкIырэп.\";'),('ady','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('ady','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('ady','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('ady','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('ady','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('ady','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('ady','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('ady','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('ady','messages:backlinksubtitle','s:9:\"en:← $1\";'),('ady','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('ady','messages:bad_image_list','s:437:\"ady-cyrl:Форматыр зэрщытыр:\n\nГулытэ зиӀэныр тхылъым и тамыгъэхэм (сатыр тамыгъэ * къежьэхэр).\nСатырым и техьэпӀэ япэрем сурэт иплъхьэ мыхъуным и техьэпӀэ иӀэн фай.\nЯужы ит техьэпӀэхэр хэгъэкӀа фэдэу къилъытэну, сурэтыр здиплъэ хъуну тхыгъэхэр.\";'),('ady','messages:badaccess','s:51:\"ady-cyrl:Фитыныгъэм и къончагъэ\";'),('ady','messages:badaccess-group0','s:94:\"ady-cyrl:УзыкIэупчъэрэ шIэн-мурадым пае фитыныгъэ уиIэп.\";'),('ady','messages:badaccess-groups','s:102:\"en:The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.\";'),('ady','messages:badarticleerror','s:113:\"ady-cyrl:Мы хъугъэ-шIагъэр мы нэкIубгъом щызэшIогъэкIын лъэкIыщтэп.\";'),('ady','messages:badfilename','s:63:\"ady-cyrl:ФайлыцIэр хъожьыгъэ мыщкIэ \"$1\".\";'),('ady','messages:badipaddress','s:41:\"ady-cyrl:IP адрес фыкъуагъэ\";'),('ady','messages:badretype','s:79:\"ady-cyrl:ШъэфгущыIэу ибгъэхьагъэхэр зэтефэрэп.\";'),('ady','messages:badsig','s:84:\"ady-cyrl:КIэтхэжьыкIэр къуанчэ.\nHTML тегхэр уплъэкIу.\";'),('ady','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('ady','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('ady','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('ady','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('ady','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('ady','messages:badtitle','s:30:\"ady-cyrl:ЦӀэ дэгъуэп\";'),('ady','messages:badtitletext','s:229:\"ady-cyrl:УзкIэупчIэрэ нэкIубгъом ыцIэр къуанчэ, е нэкIы, е бзэзэпыщэ е интервики гъэнэфагъэп.\nМыхъущт символ агъэфедагъэнкIи мэхъу.\";'),('ady','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('ady','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('ady','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('ady','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('ady','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('ady','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('ady','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('ady','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('ady','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ady','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ady','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('ady','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('ady','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('ady','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('ady','messages:blanknamespace','s:23:\"ady-cyrl:(ШъхьаӀ)\";'),('ady','messages:blankpage','s:13:\"en:Blank page\";'),('ady','messages:block','s:13:\"en:Block user\";'),('ady','messages:block-actions','s:13:\"en:Block type\";'),('ady','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ady','messages:block-details','s:16:\"en:Block details\";'),('ady','messages:block-expiry','s:14:\"en:Expiration:\";'),('ady','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('ady','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('ady','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('ady','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('ady','messages:block-log-flags-nocreate','s:28:\"en:account creation disabled\";'),('ady','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('ady','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ady','messages:block-options','s:22:\"en:Additional options:\";'),('ady','messages:block-reason','s:10:\"en:Reason:\";'),('ady','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('ady','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('ady','messages:blocked-mailpassword','s:126:\"en:Your IP address is blocked from editing. To prevent abuse, it is not allowed to use password recovery from this IP address.\";'),('ady','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ady','messages:blockednoreason','s:57:\"ady-cyrl:къызыпкъырыкIрэр итхагъэп\";'),('ady','messages:blockedtext','s:582:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe block was made by $1.\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ady','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ady','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('ady','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('ady','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('ady','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('ady','messages:blockedtitle','s:18:\"en:User is blocked\";'),('ady','messages:blockip','s:27:\"en:Block {{GENDER:$1|user}}\";'),('ady','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('ady','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('ady','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('ady','messages:blocklink','s:19:\"ady-cyrl:егъэт\";'),('ady','messages:blocklist','s:16:\"en:Blocked users\";'),('ady','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('ady','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('ady','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('ady','messages:blocklist-editing','s:10:\"en:editing\";'),('ady','messages:blocklist-editing-action','s:10:\"en:actions\";'),('ady','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('ady','messages:blocklist-editing-page','s:8:\"en:pages\";'),('ady','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('ady','messages:blocklist-expiry','s:10:\"en:Expires\";'),('ady','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('ady','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ady','messages:blocklist-params','s:19:\"en:Block parameters\";'),('ady','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('ady','messages:blocklist-reason','s:36:\"ady-cyrl:ЗыпкъырыкIырэр\";'),('ady','messages:blocklist-summary','s:3:\"en:\";'),('ady','messages:blocklist-target','s:9:\"en:Target\";'),('ady','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('ady','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('ady','messages:blocklist-type','s:8:\"en:Type:\";'),('ady','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('ady','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('ady','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('ady','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('ady','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('ady','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('ady','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ady','messages:blocklogpage','s:12:\"en:Block log\";'),('ady','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ady','messages:booksources','s:56:\"ady-cyrl:Тхылъхэр къыздикӀыгъэхэр\";'),('ady','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('ady','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('ady','messages:booksources-search','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:booksources-search-legend','s:53:\"ady-cyrl:Тхылъ лъапсэхэм алъыхъу\";'),('ady','messages:booksources-summary','s:3:\"en:\";'),('ady','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('ady','messages:boteditletter','s:11:\"ady-cyrl:б\";'),('ady','messages:botpasswords','s:16:\"en:Bot passwords\";'),('ady','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('ady','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('ady','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('ady','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('ady','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('ady','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('ady','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('ady','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('ady','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('ady','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('ady','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('ady','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('ady','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('ady','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('ady','messages:botpasswords-label-create','s:9:\"en:Create\";'),('ady','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('ady','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('ady','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('ady','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('ady','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('ady','messages:botpasswords-label-update','s:9:\"en:Update\";'),('ady','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('ady','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('ady','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('ady','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('ady','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('ady','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('ady','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('ady','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('ady','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('ady','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('ady','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('ady','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('ady','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('ady','messages:brackets','s:7:\"en:[$1]\";'),('ady','messages:brackets-end','s:4:\"en:]\";'),('ady','messages:brackets-start','s:4:\"en:[\";'),('ady','messages:broken-file-category','s:72:\"ady-cyrl:Къончэ зэпыщэхэр зиIэ нэкIубгъохэр\";'),('ady','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('ady','messages:brokenredirects','s:19:\"en:Broken redirects\";'),('ady','messages:brokenredirects-delete','s:22:\"ady-cyrl:тегъэкI\";'),('ady','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ady','messages:brokenredirects-edit','s:17:\"ady-cyrl:еӀаз\";'),('ady','messages:brokenredirects-summary','s:3:\"en:\";'),('ady','messages:brokenredirectstext','s:54:\"en:The following redirects link to non-existent pages:\";'),('ady','messages:bydate','s:10:\"en:by date\";'),('ady','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('ady','messages:cactions','s:7:\"en:More\";'),('ady','messages:cancel','s:22:\"ady-cyrl:Ыуж икӀ\";'),('ady','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('ady','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('ady','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('ady','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('ady','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('ady','messages:cannotdelete','s:157:\"ady-cyrl:НэкIубгъоу е файлэу \"$1\" тегъэкIын лъэкIыгъэп.\nПэмыкI нэбгырэм тыригъэкIыгъахэн фае.\";'),('ady','messages:cannotdelete-title','s:75:\"ady-cyrl:НэкIубгъоу \"$1\" тегъэкIыгъэн лъэкIырэп\";'),('ady','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('ady','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('ady','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('ady','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('ady','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('ady','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('ady','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('ady','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('ady','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ady','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('ady','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('ady','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('ady','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('ady','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('ady','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('ady','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('ady','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('ady','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('ady','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('ady','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('ady','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('ady','messages:cascadeprotected','s:185:\"en:This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2\";'),('ady','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('ady','messages:categories','s:33:\"ady-cyrl:Категориехэр\";'),('ady','messages:categories-submit','s:7:\"en:Show\";'),('ady','messages:categories-summary','s:3:\"en:\";'),('ady','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('ady','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('ady','messages:category-article-count','s:218:\"ady-cyrl:{{PLURAL:$2|Мы категорием мы нэкIубгъо закъор илъ.|Мы {{PLURAL:$1|нэкIубгъор|$1 нэкIубгъохэр}} мы категорием илъых, $2 пстэумкIэ.}}\";'),('ady','messages:category-article-count-limited','s:121:\"ady-cyrl:КIэлъыкIорэ {{PLURAL:$1|файлыр илъ|$1 файлэхэр илъых}} мы категорием.\";'),('ady','messages:category-empty','s:107:\"ady-cyrl:<em>Мы категорием нэкIубгъо е медиэ пари джыри илъэп.</em>\";'),('ady','messages:category-file-count','s:219:\"ady-cyrl:{{PLURAL:$2|Мы категорием къык1элъык1орэ файлэ закъо илъ.|Мы {{PLURAL:$1|файлыр|$1 файлэхэр}} мы категорием илъхэр, $2 пстэумк1э.}}\";'),('ady','messages:category-file-count-limited','s:121:\"ady-cyrl:КIэлъыкIорэ {{PLURAL:$1|файлыр илъ|$1 файлэхэр илъых}} мы категорием.\";'),('ady','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('ady','messages:category-media-header','s:54:\"ady-cyrl:\"$1\" категорием хэт медиэр\";'),('ady','messages:category-move-redirect-override','s:4:\"en:-\";'),('ady','messages:category-subcat-count','s:234:\"ady-cyrl:{{PLURAL:$2|Мы категорием мы кIэткатегорие закъу иIэр.|Мы категорием мы {{PLURAL:$1|кIэткатегорие|$1 кIэткатегориехэр}}, $2 пстэум щыщэу.}}\";'),('ady','messages:category-subcat-count-limited','s:123:\"ady-cyrl:Мы категорием мы {{PLURAL:$1|кIэткатегорие|$1 кIэткатегориехэр}} иIэр.\";'),('ady','messages:category_header','s:75:\"ady-cyrl:НэкӀубгъохэр категориеу \"$1\"-м щыщхэр\";'),('ady','messages:categorypage','s:59:\"ady-cyrl:Категорием и нэкIубгъо еплъ\";'),('ady','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('ady','messages:change-blocklink','s:38:\"ady-cyrl:Ӏухъор зэблэхъу\";'),('ady','messages:changeblockip','s:15:\"en:Change block\";'),('ady','messages:changecontentmodel','s:85:\"ady-cyrl:НэкIубгъом и кIоцIырытым и модел зэблэхъун\";'),('ady','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('ady','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('ady','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('ady','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('ady','messages:changecontentmodel-legend','s:62:\"ady-cyrl:КIоцIырытым и модел зэблэхъун\";'),('ady','messages:changecontentmodel-model-label','s:50:\"ady-cyrl:КIоцIырытым и моделыкIэ\";'),('ady','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('ady','messages:changecontentmodel-reason-label','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('ady','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('ady','messages:changecontentmodel-success-title','s:66:\"ady-cyrl:КIоцIырытым и модел зэблэхъугъэ\";'),('ady','messages:changecontentmodel-title-label','s:33:\"ady-cyrl:НэкIубгъуацIэ\";'),('ady','messages:changecredentials','s:21:\"en:Change credentials\";'),('ady','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ady','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('ady','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('ady','messages:changed','s:31:\"ady-cyrl:зэблэхъугъэ\";'),('ady','messages:changeemail','s:68:\"ady-cyrl:Зэблэхъу е тегъэкI емэйл адресыр\";'),('ady','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('ady','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('ady','messages:changeemail-newemail','s:40:\"ady-cyrl:Емэйл адресыкIэр:\";'),('ady','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('ady','messages:changeemail-no-info','s:121:\"ady-cyrl:Мы нэкIубгъом занкIэу укIонэу уфаемэ, системэм ухэхьэгъэн фае.\";'),('ady','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('ady','messages:changeemail-none','s:15:\"ady-cyrl:(зи)\";'),('ady','messages:changeemail-oldemail','s:42:\"ady-cyrl:Джырэ емэйл адрес:\";'),('ady','messages:changeemail-password','s:47:\"ady-cyrl:Уи {{SITENAME}} ишъэфгущыI:\";'),('ady','messages:changeemail-submit','s:40:\"ady-cyrl:Емэйлыр зэблэхъу\";'),('ady','messages:changeemail-summary','s:3:\"en:\";'),('ady','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('ady','messages:changepassword','s:47:\"ady-cyrl:ШъэфгущыIэр зэблэхъу\";'),('ady','messages:changepassword-success','s:67:\"ady-cyrl:Уи шъэфгущыIэр шIоу зэблэхъугъэ!\";'),('ady','messages:changepassword-summary','s:3:\"en:\";'),('ady','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ady','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('ady','messages:checkbox-all','s:6:\"en:All\";'),('ady','messages:checkbox-invert','s:9:\"en:Invert\";'),('ady','messages:checkbox-none','s:7:\"en:None\";'),('ady','messages:checkbox-select','s:13:\"en:Select: $1\";'),('ady','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('ady','messages:collapsible-collapse','s:27:\"ady-cyrl:Зэхэгъахь\";'),('ady','messages:collapsible-expand','s:19:\"ady-cyrl:Зэхэщ\";'),('ady','messages:colon-separator','s:9:\"en::&#32;\";'),('ady','messages:comma-separator','s:9:\"en:,&#32;\";'),('ady','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('ady','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('ady','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('ady','messages:compare-page1','s:9:\"en:Page 1\";'),('ady','messages:compare-page2','s:9:\"en:Page 2\";'),('ady','messages:compare-rev1','s:13:\"en:Revision 1\";'),('ady','messages:compare-rev2','s:13:\"en:Revision 2\";'),('ady','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('ady','messages:compare-submit','s:10:\"en:Compare\";'),('ady','messages:comparepages','s:16:\"en:Compare pages\";'),('ady','messages:comparepages-summary','s:3:\"en:\";'),('ady','messages:compareselectedversions','s:63:\"ady-cyrl:Хэгъэщыгъэ версиехэр зэгъапш\";'),('ady','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('ady','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('ady','messages:confirm','s:21:\"ady-cyrl:Теубыт\";'),('ady','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('ady','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('ady','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('ady','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('ady','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('ady','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('ady','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('ady','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('ady','messages:confirm-rollback-button','s:5:\"en:OK\";'),('ady','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('ady','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('ady','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('ady','messages:confirm-watch-button','s:5:\"en:OK\";'),('ady','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('ady','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('ady','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('ady','messages:confirm_purge_button','s:5:\"en:OK\";'),('ady','messages:confirmable-confirm','s:47:\"ady-cyrl:{{GENDER:$1|Уэ}} пытэу ошIа?\";'),('ady','messages:confirmable-no','s:18:\"ady-cyrl:ХьаIу\";'),('ady','messages:confirmable-yes','s:15:\"ady-cyrl:Ары\";'),('ady','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ady','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('ady','messages:confirmemail','s:24:\"en:Confirm email address\";'),('ady','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ady','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ady','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ady','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('ady','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('ady','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('ady','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('ady','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('ady','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('ady','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('ady','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('ady','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('ady','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('ady','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('ady','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('ady','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('ady','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('ady','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('ady','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('ady','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('ady','messages:content-json-empty-array','s:29:\"ady-cyrl:Массив нэкI\";'),('ady','messages:content-json-empty-object','s:29:\"ady-cyrl:Объект нэкI\";'),('ady','messages:content-model-css','s:6:\"en:CSS\";'),('ady','messages:content-model-javascript','s:19:\"ady-cyrl:JavaScript\";'),('ady','messages:content-model-json','s:7:\"en:JSON\";'),('ady','messages:content-model-text','s:29:\"ady-cyrl:текст занкI\";'),('ady','messages:content-model-wikitext','s:28:\"ady-cyrl:вики-текст\";'),('ady','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('ady','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('ady','messages:continue-editing','s:46:\"ady-cyrl:ЕIэзалъэ плIэмыем кIо\";'),('ady','messages:contribslink','s:27:\"ady-cyrl:лъэжьыгъэ\";'),('ady','messages:contribsub2','s:37:\"ady-cyrl:{{GENDER:$3|$1}} пае ($2)\";'),('ady','messages:contributions','s:21:\"en:User contributions\";'),('ady','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('ady','messages:contributions-summary','s:3:\"en:\";'),('ady','messages:contributions-title','s:48:\"ady-cyrl:$1 нэбгырэм и лэжьыгъэ\";'),('ady','messages:contributions-userdoesnotexist','s:70:\"ady-cyrl:Аккаунтэу \"$1\" регистрацие шIыгъэп.\";'),('ady','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('ady','messages:copyright','s:108:\"ady-cyrl:$1-м тетэу кIоцIрытыр олъэгъу, нэмыкIым игугъу къамышIмэ.\";'),('ady','messages:copyrightpage','s:56:\"ady-cyrl:{{ns:project}}:Ауторфитныгъэхэр\";'),('ady','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ady','messages:copyrightwarning2','s:408:\"en:Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.\nIf you do not want your writing to be edited mercilessly, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ady','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ady','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('ady','messages:create','s:19:\"ady-cyrl:КъэшӀ\";'),('ady','messages:create-local','s:67:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэ пыдзэжь\";'),('ady','messages:createaccount','s:36:\"ady-cyrl:Аккаунт къэубл\";'),('ady','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ady','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('ady','messages:createaccount-title','s:61:\"ady-cyrl:Аккаунт къэублэн, {{SITENAME}} пае\";'),('ady','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('ady','messages:createaccounterror','s:58:\"ady-cyrl:Аккаунт ублэн лъэкIыгъэп: $1\";'),('ady','messages:createaccountmail','s:77:\"en:Use a temporary random password and send it to the specified email address\";'),('ady','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('ady','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('ady','messages:createacct-another-email-ph','s:52:\"ady-cyrl:Игъахь уи емэйл адресыр\";'),('ady','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('ady','messages:createacct-another-submit','s:32:\"ady-cyrl:Аккаунт ублэ\";'),('ady','messages:createacct-another-username-ph','s:43:\"ady-cyrl:Итх уи нэбгырацӀэр\";'),('ady','messages:createacct-benefit-body1','s:62:\"ady-cyrl:{{PLURAL:$1|еӀэзэныгъэ|еӀэзэныгъ}}\";'),('ady','messages:createacct-benefit-body2','s:60:\"ady-cyrl:{{PLURAL:$1|нэкӀубгъо|нэкӀубгъу}}\";'),('ady','messages:createacct-benefit-body3','s:81:\"ady-cyrl:бэмышӀэу {{PLURAL:$1|хэлэжьакӀу|хэлэжьакӀо}}\";'),('ady','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ady','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ady','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ady','messages:createacct-benefit-heading','s:62:\"ady-cyrl:{{SITENAME}}-м ощ фэдэхэр дэлажьэх.\";'),('ady','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ady','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ady','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ady','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('ady','messages:createacct-email-ph','s:52:\"ady-cyrl:Игъахь уи емэйл адресыр\";'),('ady','messages:createacct-emailoptional','s:53:\"ady-cyrl:Емэйл адрес (егъэзыгъэп)\";'),('ady','messages:createacct-emailrequired','s:30:\"ady-cyrl:Емэйл адрес\";'),('ady','messages:createacct-error','s:65:\"ady-cyrl:Аккаунт къэублэныгъэ къончагъ\";'),('ady','messages:createacct-helpusername','s:3:\"en:\";'),('ady','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ady','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('ady','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('ady','messages:createacct-realname','s:54:\"ady-cyrl:ЦIэ шъыпкъэр (егъэзыгъэп)\";'),('ady','messages:createacct-reason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('ady','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('ady','messages:createacct-reason-ph','s:69:\"ady-cyrl:Сыда пэмыкI аккаунт зэкIэублэрэр?\";'),('ady','messages:createacct-submit','s:45:\"ady-cyrl:Уи аккаунт бгъэпсын\";'),('ady','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('ady','messages:createacct-username-help','s:3:\"en:\";'),('ady','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('ady','messages:createacct-yourpassword-ph','s:48:\"ady-cyrl:Къэтх шъэфгущыIэ горэ\";'),('ady','messages:createacct-yourpasswordagain','s:53:\"ady-cyrl:Тегъэпытыхь шъэфгущыIэр\";'),('ady','messages:createacct-yourpasswordagain-ph','s:57:\"ady-cyrl:Къэтх шъэфгущыIэр джыри зэ\";'),('ady','messages:created','s:33:\"ady-cyrl:къагъэхъуыгъ\";'),('ady','messages:creating','s:52:\"ady-cyrl:$1 нэкӀубгъом и егъэжьэн\";'),('ady','messages:credentialsform-account','s:16:\"en:Account name:\";'),('ady','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('ady','messages:creditspage','s:15:\"en:Page credits\";'),('ady','messages:cur','s:15:\"ady-cyrl:джр\";'),('ady','messages:currentevents','s:49:\"ady-cyrl:Джыр хъугъэ-шӀагъэхэр\";'),('ady','messages:currentevents-url','s:57:\"ady-cyrl:Project:Джыр хъугъэ-шӀагъэхэр\";'),('ady','messages:currentrev','s:32:\"ady-cyrl:Ыужрэ версие\";'),('ady','messages:currentrev-asof','s:50:\"ady-cyrl:Джырэ версие, $1-м тетэу\";'),('ady','messages:currentrevisionlink','s:34:\"ady-cyrl:Ыужрэ теплъэр\";'),('ady','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('ady','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('ady','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('ady','messages:databaseerror','s:49:\"ady-cyrl:Датэбазэм и къончагъэ\";'),('ady','messages:databaseerror-error','s:35:\"ady-cyrl:Хэукъоныгъэ: $1\";'),('ady','messages:databaseerror-function','s:27:\"ady-cyrl:Функцие: $1\";'),('ady','messages:databaseerror-query','s:29:\"ady-cyrl:КIэупчIэн: $1\";'),('ady','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('ady','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('ady','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('ady','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('ady','messages:date','s:27:\"en:From date (and earlier):\";'),('ady','messages:date-range-from','s:13:\"en:From date:\";'),('ady','messages:date-range-to','s:11:\"en:To date:\";'),('ady','messages:datedefault','s:16:\"en:No preference\";'),('ady','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('ady','messages:days-abbrev','s:7:\"en:$1 d\";'),('ady','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('ady','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('ady','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('ady','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('ady','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('ady','messages:deadendpages-summary','s:3:\"en:\";'),('ady','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('ady','messages:dec','s:15:\"ady-cyrl:Тгъ\";'),('ady','messages:december','s:27:\"ady-cyrl:Тыгъэгъаз\";'),('ady','messages:december-gen','s:27:\"ady-cyrl:Тыгъэгъаз\";'),('ady','messages:default','s:10:\"en:default\";'),('ady','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('ady','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('ady','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('ady','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('ady','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('ady','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('ady','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('ady','messages:delete','s:22:\"ady-cyrl:ТегъэкI\";'),('ady','messages:delete-confirm','s:27:\"ady-cyrl:ТегъэкI \"$1\"\";'),('ady','messages:delete-edit-reasonlist','s:68:\"ady-cyrl:ТегъэкIын къызпкъырыкIхэм яIэзэн\";'),('ady','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ady','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('ady','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('ady','messages:delete-hook-aborted','s:52:\"en:Deletion aborted by hook.\nIt gave no explanation.\";'),('ady','messages:delete-legend','s:22:\"ady-cyrl:ТегъэкI\";'),('ady','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('ady','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('ady','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ady','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ady','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('ady','messages:delete_and_move_confirm','s:23:\"en:Yes, delete the page\";'),('ady','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('ady','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('ady','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('ady','messages:deletecomment','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('ady','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ady','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('ady','messages:deletedcontributions-summary','s:3:\"en:\";'),('ady','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('ady','messages:deletedhist','s:50:\"ady-cyrl:ТегъэкIыгъэмэ я тарихъ\";'),('ady','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('ady','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('ady','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('ady','messages:deleteotherreason','s:27:\"en:Other/additional reason:\";'),('ady','messages:deletepage','s:42:\"ady-cyrl:ТегъэкI нэкIубгъор\";'),('ady','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('ady','messages:deletepage-submit','s:42:\"ady-cyrl:ТегъэкI нэкIубгъор\";'),('ady','messages:deletepage-summary','s:3:\"en:\";'),('ady','messages:deleteprotected','s:90:\"ady-cyrl:Мы нэкIубгъор ухъумагъэшъ, тебгъэкIышъущтэп.\";'),('ady','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('ady','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ady','messages:deletereasonotherlist','s:50:\"ady-cyrl:ПэмыкI къызпкъырыкIрэр\";'),('ady','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('ady','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ady','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ady','messages:deletionlog','s:41:\"ady-cyrl:тегъэкӏынмэ я лог\";'),('ady','messages:dellogpage','s:38:\"ady-cyrl:Тегъэкӏыкӏэ лог\";'),('ady','messages:dellogpagetext','s:80:\"ady-cyrl:Анахь бэмышI тегъэкIынмэ я куп ычIэгъкIэ\";'),('ady','messages:destfilename','s:44:\"ady-cyrl:ЗдакIорэ файлым цыI:\";'),('ady','messages:diff','s:25:\"ady-cyrl:зэфэшъхь\";'),('ady','messages:diff-empty','s:35:\"ady-cyrl:(зэфэмыдэ яIэп)\";'),('ady','messages:diff-form','s:14:\"en:Differences\";'),('ady','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('ady','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('ady','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('ady','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('ady','messages:diff-form-submit','s:19:\"en:Show differences\";'),('ady','messages:diff-form-summary','s:3:\"en:\";'),('ady','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('ady','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('ady','messages:diff-multi-sameuser','s:159:\"ady-cyrl:({{PLURAL:$1|Зы гурыт версие горэ|$1 гурыт версиехэр}} зы нэбгырэм иеу къэгъэлъэгъуагъэп)\";'),('ady','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('ady','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('ady','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady','messages:difference-multipage','s:29:\"en:(Difference between pages)\";'),('ady','messages:difference-title','s:51:\"ady-cyrl:\"$1\" - версиемэ зэгъэпшэн\";'),('ady','messages:difference-title-multipage','s:38:\"en:$1 and $2: Difference between pages\";'),('ady','messages:directorycreateerror','s:74:\"ady-cyrl:Директориеу \"$1\" къэублэн лъэкIыгъэп.\";'),('ady','messages:directoryreadonlyerror','s:66:\"ady-cyrl:Директориер \"$1\" еджэн пэе закъу.\";'),('ady','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('ady','messages:disclaimerpage','s:48:\"ady-cyrl:Project:ПшъэдэкӀ умыхьын\";'),('ady','messages:disclaimers','s:40:\"ady-cyrl:ПшъэдэкӀ умыхьын\";'),('ady','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('ady','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('ady','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('ady','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('ady','messages:doubleredirects','s:19:\"en:Double redirects\";'),('ady','messages:doubleredirects-summary','s:3:\"en:\";'),('ady','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('ady','messages:download','s:11:\"en:download\";'),('ady','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('ady','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ady','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('ady','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('ady','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('ady','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('ady','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('ady','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ady','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('ady','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ady','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('ady','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('ady','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ady','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('ady','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('ady','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('ady','messages:edit','s:25:\"ady-cyrl:ХэӀэзыхь\";'),('ady','messages:edit-already-exists','s:106:\"ady-cyrl:НэкIубгъуакIэр егъэжьэгъэн лъэкIыгъэп.\nАщ фэдэр щыIах.\";'),('ady','messages:edit-conflict','s:55:\"ady-cyrl:ЕIэзэным зэгурымыIоныгъэ.\";'),('ady','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('ady','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('ady','messages:edit-local','s:66:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэм еIэзэн\";'),('ady','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('ady','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('ady','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('ady','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('ady','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('ady','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('ady','messages:editcomment','s:37:\"en:The edit summary was: <em>$1</em>.\";'),('ady','messages:editconflict','s:58:\"ady-cyrl:ЕIэзэным зэгурымыIоныгъэ: $1\";'),('ady','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('ady','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('ady','messages:editfont-serif','s:13:\"en:Serif font\";'),('ady','messages:editfont-style','s:67:\"ady-cyrl:ЕIэзалъэ плIэмыем ытхыбзэ теплъ:\";'),('ady','messages:edithelp','s:52:\"ady-cyrl:ХэӀэзэнымкӀэ ӀэпыӀэгъу\";'),('ady','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ady','messages:editing','s:27:\"ady-cyrl:$1 и еӀэзэн\";'),('ady','messages:editingcomment','s:58:\"ady-cyrl:$1-м (секциякIэ) и еӀэзэныгъэ\";'),('ady','messages:editinginterface','s:208:\"en:<strong>Warning:</strong> You are editing a page that is used to provide interface text for the software.\nChanges to this page will affect the appearance of the user interface for other users on this wiki.\";'),('ady','messages:editingold','s:152:\"en:<strong>Warning: You are editing an out-of-date revision of this page.</strong>\nIf you publish it, any changes made since this revision will be lost.\";'),('ady','messages:editingsection','s:53:\"ady-cyrl:$1-м (секцие) и еӀэзэныгъэ\";'),('ady','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ady','messages:editlink','s:17:\"ady-cyrl:еӀаз\";'),('ady','messages:editnotice-notext','s:4:\"en:-\";'),('ady','messages:editold','s:17:\"ady-cyrl:еӀаз\";'),('ady','messages:editpage','s:14:\"en:Edit a page\";'),('ady','messages:editpage-cannot-use-custom-model','s:106:\"ady-cyrl:Мы нэкӀубгъом ыкӀоцӀрытым и модел зэхъокӀын хъущтэп.\";'),('ady','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ady','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('ady','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('ady','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('ady','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('ady','messages:editpage-summary','s:3:\"en:\";'),('ady','messages:editpage-tos-summary','s:4:\"en:-\";'),('ady','messages:editsection','s:25:\"ady-cyrl:хэӀэзыхь\";'),('ady','messages:editsectionhint','s:38:\"ady-cyrl:Пычыгъом хатх: $1\";'),('ady','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('ady','messages:edittools-upload','s:4:\"en:-\";'),('ady','messages:editundo','s:35:\"ady-cyrl:зэкӀэгъэкӀожь\";'),('ady','messages:editusergroup','s:49:\"ady-cyrl:Нэбгырэмэ я купмэ яIаз\";'),('ady','messages:editwatchlist-summary','s:3:\"en:\";'),('ady','messages:ellipsis','s:6:\"en:...\";'),('ady','messages:email','s:19:\"ady-cyrl:Емэйл\";'),('ady','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('ady','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('ady','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('ady','messages:emailauthenticated','s:99:\"ady-cyrl:Уи емэйл адресыр уплъэкIужьыгъы, мафэр $2, уахъэр $3\";'),('ady','messages:emailblock','s:17:\"en:email disabled\";'),('ady','messages:emailccme','s:68:\"ady-cyrl:Симессаджым икопие къысфегъэхь.\";'),('ady','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('ady','messages:emailconfirmlink','s:62:\"ady-cyrl:Тегъэпытыхь уи емэйл адресыр\";'),('ady','messages:emaildisabled','s:79:\"ady-cyrl:Мы сайтым емэйлхэр ыгъэхьын лъэкIырэп.\";'),('ady','messages:emailfrom','s:8:\"en:From:\";'),('ady','messages:emaillink','s:13:\"en:send email\";'),('ady','messages:emailmessage','s:24:\"ady-cyrl:Мессадж:\";'),('ady','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('ady','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('ady','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('ady','messages:emailsend','s:21:\"ady-cyrl:Егъэхь\";'),('ady','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ady','messages:emailsent','s:42:\"ady-cyrl:Емэйлыр гъахьыгъэ\";'),('ady','messages:emailsenttext','s:61:\"ady-cyrl:Уиемэйлыр моу джы гъахьыгъэ.\";'),('ady','messages:emailsubject','s:11:\"en:Subject:\";'),('ady','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('ady','messages:emailto','s:6:\"en:To:\";'),('ady','messages:emailuser','s:51:\"ady-cyrl:Нэбгырэм емэйл фегъэхь\";'),('ady','messages:emailuser-summary','s:3:\"en:\";'),('ady','messages:emailuser-title-notarget','s:55:\"ady-cyrl:Нэбгырэм емэйл фегъэхьын\";'),('ady','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ady','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('ady','messages:emailusername','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady','messages:emailusernamesubmit','s:21:\"ady-cyrl:Егъэхь\";'),('ady','messages:empty-file','s:55:\"ady-cyrl:Ебгъэхьыгъэ файлыр нэкIы.\";'),('ady','messages:empty-username','s:26:\"en:(no username available)\";'),('ady','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('ady','messages:enhancedrc-history','s:21:\"ady-cyrl:тарихъ\";'),('ady','messages:enhancedrc-since-last-visit','s:70:\"ady-cyrl:$1 {{PLURAL:$1|ыужрэ хэхьагъум азыфагу}}\";'),('ady','messages:enotif_anon_editor','s:43:\"ady-cyrl:ТымышӀэрэ нэбгыр $1\";'),('ady','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('ady','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('ady','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady','messages:enotif_impersonal_salutation','s:38:\"ady-cyrl:{{SITENAME}} инэбгырэ\";'),('ady','messages:enotif_lastdiff','s:30:\"en:To view this change, see $1\";'),('ady','messages:enotif_lastvisited','s:48:\"en:For all changes since your last visit, see $1\";'),('ady','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('ady','messages:enotif_reset','s:25:\"en:Mark all pages visited\";'),('ady','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('ady','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('ady','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('ady','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('ady','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('ady','messages:enterlockreason','s:87:\"en:Enter a reason for the lock, including an estimate of when the lock will be released\";'),('ady','messages:error','s:27:\"ady-cyrl:Къончагъэ\";'),('ady','messages:errorpagetitle','s:31:\"ady-cyrl:Хэукъоныгъэ\";'),('ady','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('ady','messages:exception-nologin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady','messages:exception-nologin-text','s:104:\"ady-cyrl:Системэм хахьэба мы нэкIубгъом е шIэным унэсышъунэу.\";'),('ady','messages:exception-nologin-text-manual','s:54:\"en:Please $1 to be able to access this page or action.\";'),('ady','messages:excontent','s:39:\"ady-cyrl:дэтхэгъагъэр: \"$1\"\";'),('ady','messages:excontentauthor','s:173:\"ady-cyrl:дэтхагъэщтыгъэхэр: \"$1\", ыкIи хэлэжьэкIо закъощтыгъэр \"[[Special:Contributions/$2|$2]]\"([[User talk:$2|тегущыIэн]])\";'),('ady','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('ady','messages:exif-artist','s:9:\"en:Author\";'),('ady','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('ady','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('ady','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('ady','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('ady','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('ady','messages:exif-citydest','s:13:\"en:City shown\";'),('ady','messages:exif-colorspace','s:14:\"en:Color space\";'),('ady','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('ady','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('ady','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('ady','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('ady','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('ady','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('ady','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('ady','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('ady','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('ady','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('ady','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('ady','messages:exif-compression','s:21:\"en:Compression scheme\";'),('ady','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('ady','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('ady','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('ady','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('ady','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('ady','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('ady','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('ady','messages:exif-compression-5','s:6:\"en:LZW\";'),('ady','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('ady','messages:exif-compression-7','s:7:\"en:JPEG\";'),('ady','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('ady','messages:exif-contact','s:22:\"en:Contact information\";'),('ady','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ady','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('ady','messages:exif-contrast','s:11:\"en:Contrast\";'),('ady','messages:exif-contrast-0','s:9:\"en:Normal\";'),('ady','messages:exif-contrast-1','s:7:\"en:Soft\";'),('ady','messages:exif-contrast-2','s:7:\"en:Hard\";'),('ady','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ady','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('ady','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('ady','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('ady','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('ady','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('ady','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('ady','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('ady','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('ady','messages:exif-countrydest','s:16:\"en:Country shown\";'),('ady','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('ady','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('ady','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('ady','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('ady','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('ady','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('ady','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('ady','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('ady','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('ady','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('ady','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('ady','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('ady','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('ady','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('ady','messages:exif-datetime','s:28:\"en:File change date and time\";'),('ady','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('ady','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('ady','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('ady','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('ady','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('ady','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('ady','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('ady','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('ady','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('ady','messages:exif-dc-relation','s:16:\"en:Related media\";'),('ady','messages:exif-dc-rights','s:9:\"en:Rights\";'),('ady','messages:exif-dc-source','s:15:\"en:Source media\";'),('ady','messages:exif-dc-type','s:16:\"en:Type of media\";'),('ady','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('ady','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('ady','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('ady','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('ady','messages:exif-event','s:17:\"en:Event depicted\";'),('ady','messages:exif-exifversion','s:15:\"en:Exif version\";'),('ady','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('ady','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('ady','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('ady','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('ady','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('ady','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('ady','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('ady','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('ady','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('ady','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('ady','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('ady','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('ady','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('ady','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('ady','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('ady','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('ady','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('ady','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('ady','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('ady','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('ady','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('ady','messages:exif-filesource','s:14:\"en:File source\";'),('ady','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('ady','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('ady','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('ady','messages:exif-flash','s:8:\"en:Flash\";'),('ady','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('ady','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('ady','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('ady','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('ady','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('ady','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('ady','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('ady','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('ady','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('ady','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('ady','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('ady','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('ady','messages:exif-fnumber','s:11:\"en:F Number\";'),('ady','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('ady','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('ady','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('ady','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('ady','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('ady','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('ady','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('ady','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('ady','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('ady','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('ady','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('ady','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('ady','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('ady','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('ady','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('ady','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('ady','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('ady','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('ady','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('ady','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('ady','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('ady','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('ady','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('ady','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('ady','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('ady','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('ady','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('ady','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('ady','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('ady','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('ady','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('ady','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('ady','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('ady','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('ady','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('ady','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('ady','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('ady','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('ady','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('ady','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('ady','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('ady','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('ady','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('ady','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('ady','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('ady','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('ady','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('ady','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('ady','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('ady','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('ady','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('ady','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('ady','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('ady','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('ady','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('ady','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('ady','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('ady','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('ady','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('ady','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('ady','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('ady','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('ady','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('ady','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('ady','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('ady','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('ady','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('ady','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('ady','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('ady','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('ady','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('ady','messages:exif-headline','s:11:\"en:Headline\";'),('ady','messages:exif-identifier','s:13:\"en:Identifier\";'),('ady','messages:exif-iimcategory','s:11:\"en:Category\";'),('ady','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('ady','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('ady','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('ady','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('ady','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('ady','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('ady','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('ady','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('ady','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('ady','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('ady','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('ady','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('ady','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('ady','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('ady','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('ady','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('ady','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('ady','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('ady','messages:exif-iimversion','s:14:\"en:IIM version\";'),('ady','messages:exif-imagedescription','s:14:\"en:Image title\";'),('ady','messages:exif-imagelength','s:9:\"en:Height\";'),('ady','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('ady','messages:exif-imagewidth','s:8:\"en:Width\";'),('ady','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('ady','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('ady','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('ady','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('ady','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('ady','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('ady','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('ady','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('ady','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('ady','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('ady','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('ady','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('ady','messages:exif-keywords','s:11:\"en:Keywords\";'),('ady','messages:exif-label','s:8:\"en:Label\";'),('ady','messages:exif-languagecode','s:11:\"en:Language\";'),('ady','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('ady','messages:exif-lens','s:12:\"en:Lens used\";'),('ady','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('ady','messages:exif-lightsource','s:15:\"en:Light source\";'),('ady','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('ady','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('ady','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('ady','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('ady','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('ady','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('ady','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('ady','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('ady','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('ady','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('ady','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('ady','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('ady','messages:exif-lightsource-20','s:6:\"en:D55\";'),('ady','messages:exif-lightsource-21','s:6:\"en:D65\";'),('ady','messages:exif-lightsource-22','s:6:\"en:D75\";'),('ady','messages:exif-lightsource-23','s:6:\"en:D50\";'),('ady','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('ady','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('ady','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('ady','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('ady','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('ady','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('ady','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('ady','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('ady','messages:exif-make-value','s:5:\"en:$1\";'),('ady','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('ady','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('ady','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('ady','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('ady','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('ady','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('ady','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('ady','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('ady','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('ady','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('ady','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('ady','messages:exif-model','s:15:\"en:Camera model\";'),('ady','messages:exif-model-value','s:5:\"en:$1\";'),('ady','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('ady','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('ady','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('ady','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('ady','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('ady','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('ady','messages:exif-objectname','s:14:\"en:Short title\";'),('ady','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('ady','messages:exif-orientation','s:14:\"en:Orientation\";'),('ady','messages:exif-orientation-1','s:9:\"en:Normal\";'),('ady','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('ady','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('ady','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('ady','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('ady','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('ady','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('ady','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('ady','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('ady','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('ady','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('ady','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('ady','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('ady','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('ady','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('ady','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('ady','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('ady','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('ady','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('ady','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('ady','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('ady','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('ady','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('ady','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('ady','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ady','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('ady','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('ady','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('ady','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('ady','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('ady','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('ady','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('ady','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('ady','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('ady','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('ady','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('ady','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('ady','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('ady','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('ady','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('ady','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('ady','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('ady','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('ady','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('ady','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('ady','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('ady','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('ady','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('ady','messages:exif-saturation','s:13:\"en:Saturation\";'),('ady','messages:exif-saturation-0','s:9:\"en:Normal\";'),('ady','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('ady','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('ady','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('ady','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('ady','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('ady','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('ady','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('ady','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('ady','messages:exif-scenetype','s:13:\"en:Scene type\";'),('ady','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('ady','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('ady','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('ady','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('ady','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('ady','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('ady','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('ady','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('ady','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('ady','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('ady','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('ady','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('ady','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('ady','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('ady','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('ady','messages:exif-software','s:16:\"en:Software used\";'),('ady','messages:exif-software-value','s:5:\"en:$1\";'),('ady','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ady','messages:exif-source','s:9:\"en:Source\";'),('ady','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('ady','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('ady','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('ady','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('ady','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('ady','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('ady','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('ady','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('ady','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('ady','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('ady','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('ady','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('ady','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('ady','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('ady','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('ady','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('ady','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('ady','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('ady','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('ady','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('ady','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('ady','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('ady','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('ady','messages:exif-urgency','s:10:\"en:Urgency\";'),('ady','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('ady','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('ady','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('ady','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('ady','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('ady','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('ady','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('ady','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('ady','messages:exif-usercomment','s:16:\"en:User comments\";'),('ady','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('ady','messages:exif-whitebalance','s:16:\"en:White balance\";'),('ady','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('ady','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('ady','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('ady','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('ady','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('ady','messages:exif-writer','s:9:\"en:Writer\";'),('ady','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('ady','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('ady','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('ady','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('ady','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('ady','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('ady','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('ady','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('ady','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('ady','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('ady','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('ady','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('ady','messages:expand_templates_input','s:33:\"ady-cyrl:Ихьэрэ текст:\";'),('ady','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('ady','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('ady','messages:expand_templates_ok','s:17:\"ady-cyrl:Хъун\";'),('ady','messages:expand_templates_output','s:25:\"ady-cyrl:Резултат\";'),('ady','messages:expand_templates_preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('ady','messages:expand_templates_remove_comments','s:43:\"ady-cyrl:ТегъэкI комментхэр\";'),('ady','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('ady','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('ady','messages:expand_templates_xml_output','s:30:\"ady-cyrl:XML къикIырэр\";'),('ady','messages:expandtemplates','s:19:\"en:Expand templates\";'),('ady','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('ady','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('ady','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('ady','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('ady','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ady','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('ady','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('ady','messages:export','s:50:\"ady-cyrl:НэкӀубгъохэр къыхэщын\";'),('ady','messages:export-addcat','s:25:\"ady-cyrl:Хэгъахъу\";'),('ady','messages:export-addcattext','s:82:\"ady-cyrl:Хэгъахъу нэкIубгъохэр категорием щыщэу:\";'),('ady','messages:export-addns','s:25:\"ady-cyrl:Хэгъахъу\";'),('ady','messages:export-addnstext','s:79:\"ady-cyrl:Хэгъахъу нэкIубгъохэр цIэчIыпIэм щыщэу:\";'),('ady','messages:export-download','s:15:\"en:Save as file\";'),('ady','messages:export-manual','s:22:\"en:Add pages manually:\";'),('ady','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('ady','messages:export-submit','s:9:\"en:Export\";'),('ady','messages:export-summary','s:3:\"en:\";'),('ady','messages:export-templates','s:20:\"en:Include templates\";'),('ady','messages:exportall','s:19:\"en:Export all pages\";'),('ady','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('ady','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('ady','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('ady','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('ady','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('ady','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('ady','messages:faq','s:21:\"ady-cyrl:ПчъаЗы\";'),('ady','messages:feb','s:15:\"ady-cyrl:Мзй\";'),('ady','messages:february','s:19:\"ady-cyrl:Мэзай\";'),('ady','messages:february-gen','s:19:\"ady-cyrl:Мэзай\";'),('ady','messages:feed-atom','s:7:\"en:Atom\";'),('ady','messages:feed-invalid','s:69:\"ady-cyrl:КIэтхакIэ каналым и типыр къуанчэ\";'),('ady','messages:feed-rss','s:6:\"en:RSS\";'),('ady','messages:feed-unavailable','s:56:\"ady-cyrl:Синдикацие чэзыухэр щыIэп\";'),('ady','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('ady','messages:feedback-back','s:7:\"en:Back\";'),('ady','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('ady','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('ady','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('ady','messages:feedback-cancel','s:9:\"en:Cancel\";'),('ady','messages:feedback-close','s:7:\"en:Done\";'),('ady','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('ady','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('ady','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('ady','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('ady','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('ady','messages:feedback-message','s:24:\"ady-cyrl:Мессадж:\";'),('ady','messages:feedback-subject','s:11:\"en:Subject:\";'),('ady','messages:feedback-submit','s:9:\"en:Submit\";'),('ady','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('ady','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('ady','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('ady','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('ady','messages:feedback-useragent','s:14:\"en:User agent:\";'),('ady','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('ady','messages:fewestrevisions-summary','s:3:\"en:\";'),('ady','messages:file-anchor-link','s:17:\"ady-cyrl:Файл\";'),('ady','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('ady','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('ady','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('ady','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('ady','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('ady','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ady','messages:file-info-gif-looped','s:9:\"en:looped\";'),('ady','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ady','messages:file-info-png-looped','s:9:\"en:looped\";'),('ady','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('ady','messages:file-info-size','s:80:\"ady-cyrl:Пиксел $1 × $2, файлым иинагъэ: $3, MIME-тип: $4\";'),('ady','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('ady','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('ady','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('ady','messages:file-nohires','s:51:\"ady-cyrl:Нахь зэхэщыкIэ ин щыIэп.\";'),('ady','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('ady','messages:file-too-large','s:56:\"ady-cyrl:Ебгъэхьыгъэ файлыр иныщэ.\";'),('ady','messages:filecopyerror','s:72:\"ady-cyrl:\"$1\"-файлыр \"$2\"-м копи шIын лъэкIыгъэп.\";'),('ady','messages:filedelete','s:12:\"en:Delete $1\";'),('ady','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('ady','messages:filedelete-comment','s:10:\"en:Reason:\";'),('ady','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('ady','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ady','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ady','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('ady','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('ady','messages:filedelete-legend','s:14:\"en:Delete file\";'),('ady','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('ady','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('ady','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('ady','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ady','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('ady','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('ady','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ady','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('ady','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ady','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('ady','messages:filedelete-submit','s:9:\"en:Delete\";'),('ady','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('ady','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('ady','messages:filedeleteerror','s:63:\"ady-cyrl:Файлэу \"$1\" тегъэкIын лъэкIырэп.\";'),('ady','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('ady','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('ady','messages:filedesc','s:23:\"ady-cyrl:КӀэкӀэу\";'),('ady','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('ady','messages:fileduplicatesearch-filename','s:12:\"en:Filename:\";'),('ady','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('ady','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('ady','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('ady','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('ady','messages:fileduplicatesearch-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('ady','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('ady','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('ady','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('ady','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ady','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('ady','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ady','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('ady','messages:filehist','s:30:\"ady-cyrl:Файл тарихъ\";'),('ady','messages:filehist-comment','s:27:\"ady-cyrl:ПыӀухьажь\";'),('ady','messages:filehist-current','s:19:\"ady-cyrl:джырэ\";'),('ady','messages:filehist-datetime','s:30:\"ady-cyrl:Мафэ/Уахътэ\";'),('ady','messages:filehist-deleteall','s:13:\"en:delete all\";'),('ady','messages:filehist-deleteone','s:9:\"en:delete\";'),('ady','messages:filehist-dimensions','s:29:\"ady-cyrl:Иинагъэхэр\";'),('ady','messages:filehist-filesize','s:12:\"en:File size\";'),('ady','messages:filehist-help','s:133:\"ady-cyrl:Мафэ/уахътэм теӀункӀ итеплъэр ащыгъум зэрэщытыгъэр плъэгъуным пае.\";'),('ady','messages:filehist-nothumb','s:15:\"en:No thumbnail\";'),('ady','messages:filehist-revert','s:31:\"ady-cyrl:зэкIэгъэкIон\";'),('ady','messages:filehist-thumb','s:30:\"ady-cyrl:рэсым цӀыку\";'),('ady','messages:filehist-thumbtext','s:71:\"ady-cyrl:Зэманэу $1-м и версие и теплъэцIыкIу\";'),('ady','messages:filehist-user','s:21:\"ady-cyrl:Нэбгрэ\";'),('ady','messages:filemissing','s:31:\"ady-cyrl:Файлыр щэкIэ\";'),('ady','messages:filename','s:24:\"ady-cyrl:ФайлыцIэ\";'),('ady','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('ady','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('ady','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('ady','messages:filename-toolong','s:84:\"ady-cyrl:ФайлыцIэр байт 240 нахьыбэ хъун лъэкIыщтэп.\";'),('ady','messages:filename-tooshort','s:43:\"ady-cyrl:ФайлыцIэр кIэкуащэ.\";'),('ady','messages:filenotfound','s:64:\"ady-cyrl:Файлэу \"$1\" гъотыгъэн лъэкIырэп.\";'),('ady','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('ady','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('ady','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('ady','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('ady','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('ady','messages:filerenameerror','s:84:\"ady-cyrl:Файлэу \"$1\" ыцIэ \"$2\" фэдэу хъожьын лъэкIырэп.\";'),('ady','messages:filereuploadsummary','s:50:\"ady-cyrl:Файлым и зэблэхъунхэр:\";'),('ady','messages:filerevert','s:12:\"en:Revert $1\";'),('ady','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('ady','messages:filerevert-comment','s:10:\"en:Reason:\";'),('ady','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('ady','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('ady','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('ady','messages:filerevert-legend','s:14:\"en:Revert file\";'),('ady','messages:filerevert-submit','s:9:\"en:Revert\";'),('ady','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('ady','messages:filesource','s:22:\"ady-cyrl:Лъапсэ:\";'),('ady','messages:filestatus','s:20:\"en:Copyright status:\";'),('ady','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('ady','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('ady','messages:filetype-banned','s:55:\"ady-cyrl:Мыфэдэ файл типыр адэрэп.\";'),('ady','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('ady','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('ady','messages:filetype-missing','s:85:\"ady-cyrl:Мы файлым зэхэщьыгъэ пари еIэп (\".jpg\" фэдэу).\";'),('ady','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('ady','messages:fileuploadsummary','s:24:\"ady-cyrl:КӀэкӀэу:\";'),('ady','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('ady','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('ady','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('ady','messages:formerror','s:93:\"ady-cyrl:Хэукъоныгъэ: Формэр тегъэпытыхьан лъэкIыгъэп.\";'),('ady','messages:fri','s:15:\"ady-cyrl:Брш\";'),('ady','messages:friday','s:29:\"ady-cyrl:Бэрэскэшху\";'),('ady','messages:friday-at','s:15:\"en:Friday at $1\";'),('ady','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('ady','messages:gender-female','s:49:\"ady-cyrl:Вики нэкIубгъомэ яIазэ\";'),('ady','messages:gender-male','s:49:\"ady-cyrl:Вики нэкIубгъомэ яIазэ\";'),('ady','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('ady','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('ady','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('ady','messages:go','s:15:\"ady-cyrl:КӀо\";'),('ady','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('ady','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ady','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('ady','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('ady','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('ady','messages:grant-basic','s:15:\"en:Basic rights\";'),('ady','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('ady','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('ady','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('ady','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('ady','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('ady','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('ady','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('ady','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('ady','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('ady','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('ady','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('ady','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('ady','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('ady','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('ady','messages:grant-group-email','s:13:\"en:Send email\";'),('ady','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('ady','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('ady','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('ady','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('ady','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('ady','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('ady','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('ady','messages:grant-import','s:19:\"en:Import revisions\";'),('ady','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('ady','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('ady','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('ady','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('ady','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('ady','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('ady','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('ady','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('ady','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('ady','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('ady','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('ady','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('ady','messages:group','s:16:\"ady-cyrl:Куп:\";'),('ady','messages:group-all','s:20:\"ady-cyrl:(зэкIэ)\";'),('ady','messages:group-autoconfirmed','s:59:\"ady-cyrl:АутоуплъэкIугъэ нэбгырэхэр\";'),('ady','messages:group-autoconfirmed-member','s:67:\"ady-cyrl:{{GENDER:$1|аутоуплъэкIугъэ нэбгырэ}}\";'),('ady','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('ady','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('ady','messages:group-bot','s:21:\"ady-cyrl:Ботхэр\";'),('ady','messages:group-bot-member','s:29:\"ady-cyrl:{{GENDER:$1|бот}}\";'),('ady','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('ady','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('ady','messages:group-bureaucrat','s:31:\"ady-cyrl:Бюрократхэр\";'),('ady','messages:group-bureaucrat-member','s:39:\"ady-cyrl:{{GENDER:$1|бюрократ}}\";'),('ady','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('ady','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('ady','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('ady','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('ady','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('ady','messages:group-named','s:19:\"en:Registered users\";'),('ady','messages:group-suppress','s:14:\"en:Suppressors\";'),('ady','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('ady','messages:group-sysop','s:35:\"ady-cyrl:Ιэшъхьэтетхэр\";'),('ady','messages:group-sysop-member','s:42:\"ady-cyrl:{{GENDER:$1|Iэшъхьэтет}}\";'),('ady','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('ady','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('ady','messages:group-user','s:29:\"ady-cyrl:Нэбгырэхэр\";'),('ady','messages:group-user-member','s:37:\"ady-cyrl:{{GENDER:$1|нэбгырэ}}\";'),('ady','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('ady','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('ady','messages:grouppage-autoconfirmed','s:74:\"ady-cyrl:{{ns:project}}:АутоуплъэкIугъэ нэбгырэхэр\";'),('ady','messages:grouppage-bot','s:36:\"ady-cyrl:{{ns:project}}:Ботхэр\";'),('ady','messages:grouppage-bureaucrat','s:46:\"ady-cyrl:{{ns:project}}:Бюрократхэр\";'),('ady','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('ady','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('ady','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('ady','messages:grouppage-sysop','s:50:\"ady-cyrl:{{ns:project}}:Ӏэшъхьэтетхэр\";'),('ady','messages:grouppage-user','s:44:\"ady-cyrl:{{ns:project}}:Нэбгырэхэр\";'),('ady','messages:guesstimezone','s:43:\"ady-cyrl:Браузерым къитхыкI\";'),('ady','messages:headline-anchor-title','s:58:\"ady-cyrl:Мы секцием къэзыщэрэ зэпыщ\";'),('ady','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('ady','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('ady','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('ady','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('ady','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('ady','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('ady','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('ady','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('ady','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('ady','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('ady','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('ady','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('ady','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('ady','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('ady','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('ady','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('ady','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('ady','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('ady','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('ady','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('ady','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('ady','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('ady','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('ady','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('ady','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('ady','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('ady','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('ady','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('ady','messages:help','s:27:\"ady-cyrl:ӀэпыӀэгъу\";'),('ady','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('ady','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ady','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ady','messages:helppage-top-gethelp','s:27:\"ady-cyrl:ӀэпыӀэгъу\";'),('ady','messages:hidden-categories','s:112:\"ady-cyrl:{{PLURAL:$1|Гъэбылъыгъэ категорие|Гъэбылъыгъэ категориехэр}}\";'),('ady','messages:hidden-category-category','s:56:\"ady-cyrl:Гъэбылъыгъэ категориехэр\";'),('ady','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('ady','messages:hiddencategories','s:172:\"ady-cyrl:Мы нэкIубгъор зыщыщыр мы {{PLURAL:$1|1 категорие гъэбылъыгъэр|$1 категорие гъэбылъыгъэхэр}} ары:\";'),('ady','messages:hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:hidetoc','s:23:\"ady-cyrl:гъэбылъ\";'),('ady','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('ady','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('ady','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('ady','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('ady','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('ady','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('ady','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('ady','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('ady','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('ady','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('ady','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('ady','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('ady','messages:hist','s:15:\"ady-cyrl:тар\";'),('ady','messages:histfirst','s:37:\"ady-cyrl:нахьыжъдэдэхэр\";'),('ady','messages:histlast','s:28:\"ady-cyrl:кIэдэдэхэр\";'),('ady','messages:histlegend','s:317:\"en:Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.<br />\nLegend: <strong>({{int:cur}})</strong> = difference with latest revision, <strong>({{int:last}})</strong> = difference with preceding revision, <strong>{{int:minoreditletter}}</strong> = minor edit.\";'),('ady','messages:history','s:38:\"ady-cyrl:Тхьапэм итарихъ\";'),('ady','messages:history-edit-tags','s:82:\"ady-cyrl:ХэшыпыкIыгъэ версиемэ я тегхэр зэблэхъу\";'),('ady','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('ady','messages:history-feed-description','s:84:\"ady-cyrl:Мы нэкIубгъом и еIэзэнмэ я тарихъ викимкIэ\";'),('ady','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('ady','messages:history-feed-item-nocomment','s:11:\"en:$1 at $2\";'),('ady','messages:history-feed-title','s:40:\"ady-cyrl:ЕIэзэнмэ я тарихъ\";'),('ady','messages:history-fieldset-title','s:36:\"ady-cyrl:Хаплъ тарихъым\";'),('ady','messages:history-show-deleted','s:47:\"ady-cyrl:ТегъэкIыгъэ закъохэр\";'),('ady','messages:history-title','s:61:\"ady-cyrl:ЗэхъокIыныгъэмэ я тарихъ - \"$1\"\";'),('ady','messages:history_copyright','s:4:\"en:-\";'),('ady','messages:history_short','s:21:\"ady-cyrl:Тарихъ\";'),('ady','messages:history_small','s:10:\"en:history\";'),('ady','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('ady','messages:historyempty','s:16:\"ady-cyrl:нэкI\";'),('ady','messages:historysize','s:53:\"ady-cyrl:({{PLURAL:$1|1 байт|$1 байтхэр}})\";'),('ady','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('ady','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('ady','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('ady','messages:hours-abbrev','s:7:\"en:$1 h\";'),('ady','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('ady','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('ady','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('ady','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('ady','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('ady','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('ady','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('ady','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('ady','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('ady','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('ady','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('ady','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('ady','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('ady','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('ady','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('ady','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('ady','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('ady','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('ady','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('ady','messages:htmlform-no','s:5:\"en:No\";'),('ady','messages:htmlform-required','s:26:\"en:This value is required.\";'),('ady','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('ady','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('ady','messages:htmlform-selectorother-other','s:8:\"en:Other\";'),('ady','messages:htmlform-submit','s:9:\"en:Submit\";'),('ady','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('ady','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('ady','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('ady','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('ady','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('ady','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('ady','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('ady','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('ady','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('ady','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ady','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('ady','messages:htmlform-yes','s:6:\"en:Yes\";'),('ady','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('ady','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('ady','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('ady','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('ady','messages:http-invalid-url','s:29:\"ady-cyrl:URL къуанч: $1\";'),('ady','messages:http-read-error','s:47:\"ady-cyrl:HTTP и еджэн фыкъуагъэ.\";'),('ady','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('ady','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('ady','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('ady','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('ady','messages:illegal-filename','s:45:\"ady-cyrl:Мы файлыцIэр адэрэп.\";'),('ady','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('ady','messages:ilsubmit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('ady','messages:imagelinks','s:41:\"ady-cyrl:Файлым и гъэфедэн\";'),('ady','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('ady','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('ady','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('ady','messages:imagepage','s:51:\"ady-cyrl:Файлым и нэкIубгъо еплъ\";'),('ady','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('ady','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('ady','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('ady','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('ady','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('ady','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('ady','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('ady','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('ady','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('ady','messages:img-lang-default','s:21:\"en:(default language)\";'),('ady','messages:img-lang-go','s:5:\"en:Go\";'),('ady','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('ady','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('ady','messages:imgfile','s:17:\"ady-cyrl:файл\";'),('ady','messages:imgmultigo','s:6:\"en:Go!\";'),('ady','messages:imgmultigoto','s:16:\"en:Go to page $1\";'),('ady','messages:imgmultipagenext','s:16:\"en:next page →\";'),('ady','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('ady','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('ady','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('ady','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('ady','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('ady','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('ady','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('ady','messages:import','s:15:\"en:Import pages\";'),('ady','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('ady','messages:import-comment','s:27:\"ady-cyrl:ПыIухьажь:\";'),('ady','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('ady','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('ady','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('ady','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('ady','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('ady','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('ady','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('ady','messages:import-interwiki-sourcepage','s:42:\"ady-cyrl:Лъапсэ нэкIубгъор:\";'),('ady','messages:import-interwiki-sourcewiki','s:36:\"ady-cyrl:Лъапсэм и вики:\";'),('ady','messages:import-interwiki-submit','s:17:\"ady-cyrl:Къих\";'),('ady','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('ady','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('ady','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('ady','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ady','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('ady','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ady','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('ady','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('ady','messages:import-mapping-namespace','s:53:\"ady-cyrl:Къихи цIэчIыпIэм къилъхь:\";'),('ady','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('ady','messages:import-noarticle','s:21:\"en:No page to import!\";'),('ady','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('ady','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('ady','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('ady','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ady','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('ady','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('ady','messages:import-summary','s:3:\"en:\";'),('ady','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady','messages:import-upload','s:18:\"en:Upload XML data\";'),('ady','messages:import-upload-filename','s:25:\"ady-cyrl:ФайлыцIэ:\";'),('ady','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('ady','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('ady','messages:importcantopen','s:29:\"en:Could not open import file\";'),('ady','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('ady','messages:importfailed','s:37:\"en:Import failed: <nowiki>$1</nowiki>\";'),('ady','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('ady','messages:importlogpage','s:13:\"en:Import log\";'),('ady','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('ady','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('ady','messages:importnopages','s:22:\"en:No pages to import.\";'),('ady','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('ady','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('ady','messages:importstart','s:21:\"en:Importing pages...\";'),('ady','messages:importsuccess','s:19:\"en:Import finished!\";'),('ady','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('ady','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('ady','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('ady','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('ady','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('ady','messages:index-category','s:56:\"ady-cyrl:Индекс хъурэ нэкIубгъохэр\";'),('ady','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('ady','messages:infiniteblock','s:11:\"en:infinite\";'),('ady','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('ady','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('ady','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ady','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('ady','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ady','messages:internalerror','s:42:\"ady-cyrl:ЫкIоцI хэукъоныгъэ\";'),('ady','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('ady','messages:internalerror_info','s:42:\"ady-cyrl:ЫкIоцI фыкъуагъэ: $1\";'),('ady','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('ady','messages:invalid-content-data','s:42:\"ady-cyrl:КIоцIрытыр тэрэзэп\";'),('ady','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('ady','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('ady','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('ady','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('ady','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('ady','messages:invalidtitle','s:16:\"en:Invalid title\";'),('ady','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('ady','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('ady','messages:invert','s:62:\"ady-cyrl:Зэшъхьатегъэуцу хэгъэщыгъэр\";'),('ady','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('ady','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('ady','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('ady','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('ady','messages:ipaddressorusername','s:46:\"ady-cyrl:IP-адрес е нэбгырацIэ:\";'),('ady','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('ady','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('ady','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('ady','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('ady','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('ady','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('ady','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('ady','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('ady','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('ady','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('ady','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('ady','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('ady','messages:ipb-default-expiry','s:3:\"en:\";'),('ady','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ady','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('ady','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('ady','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('ady','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('ady','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('ady','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('ady','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ady','messages:ipb-pages-label','s:8:\"en:Pages\";'),('ady','messages:ipb-partial','s:10:\"en:Partial\";'),('ady','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('ady','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('ady','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('ady','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('ady','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('ady','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('ady','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('ady','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('ady','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('ady','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('ady','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('ady','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('ady','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('ady','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('ady','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('ady','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('ady','messages:ipbemailban','s:73:\"ady-cyrl:Нэбгырэм емэйл ымыгъэхьышъунэу шIы\";'),('ady','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('ady','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('ady','messages:ipblocklist','s:16:\"en:Blocked users\";'),('ady','messages:ipblocklist-empty','s:39:\"ady-cyrl:Блок купыр нэкIы.\";'),('ady','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('ady','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('ady','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('ady','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ady','messages:ipblocklist-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('ady','messages:ipboptions','s:237:\"ady-cyrl:сыхьатитIу:2 hours, зымаф:1 day,мэфищ:3 days, зытхьамаф:1 week, тхьамафитӀу:2 weeks, зымаз:1 month, мэзищ:3 months, мэзих:6 months, зыилъэс:1 year, ренэу:infinite\";'),('ady','messages:ipbother','s:14:\"en:Other time:\";'),('ady','messages:ipbreason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('ady','messages:ipbsubmit','s:18:\"en:Block this user\";'),('ady','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('ady','messages:ipusubmit','s:20:\"en:Remove this block\";'),('ady','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('ady','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('ady','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('ady','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('ady','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('ady','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('ady','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('ady','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('ady','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('ady','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('ady','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('ady','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('ady','messages:isimage','s:30:\"ady-cyrl:файл зэпыщэ\";'),('ady','messages:isredirect','s:54:\"ady-cyrl:езгъэкӀокӀырэ нэкӀубгъо\";'),('ady','messages:istemplate','s:33:\"ady-cyrl:хэлъхьаныгъэ\";'),('ady','messages:jan','s:13:\"ady-cyrl:Щл\";'),('ady','messages:january','s:17:\"ady-cyrl:Щылэ\";'),('ady','messages:january-gen','s:17:\"ady-cyrl:Щылэ\";'),('ady','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('ady','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('ady','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('ady','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('ady','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('ady','messages:json-error-state-mismatch','s:48:\"ady-cyrl:Мыхъун е фыкъуэгъэ JSON\";'),('ady','messages:json-error-syntax','s:42:\"ady-cyrl:Синтакс къончагъэ\";'),('ady','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('ady','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('ady','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('ady','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('ady','messages:jul','s:15:\"ady-cyrl:Бдз\";'),('ady','messages:july','s:27:\"ady-cyrl:Бэдзэогъу\";'),('ady','messages:july-gen','s:27:\"ady-cyrl:Бэдзэогъу\";'),('ady','messages:jumpto','s:29:\"ady-cyrl:МыкӀэ пкӀэ:\";'),('ady','messages:jumptonavigation','s:29:\"ady-cyrl:зыплъыхьэн\";'),('ady','messages:jumptosearch','s:21:\"ady-cyrl:лъыхъу\";'),('ady','messages:jun','s:19:\"ady-cyrl:Мкъгъ\";'),('ady','messages:june','s:27:\"ady-cyrl:Мэкъуогъу\";'),('ady','messages:june-gen','s:27:\"ady-cyrl:Мэкъуогъу\";'),('ady','messages:just-now','s:11:\"en:just now\";'),('ady','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ady','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ady','messages:laggedreplicamode','s:121:\"ady-cyrl:<strong>Сакъ:</strong> НэкIубгъом имылъын лъэкIыщт хэIэзэныкIэмэ ащыщ.\";'),('ady','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('ady','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('ady','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('ady','messages:last','s:15:\"ady-cyrl:ыпэ\";'),('ady','messages:lastmodifiedat','s:83:\"ady-cyrl:Мыщпэм мы нэкӀубгъор зеӀэзагъэхэр $1, $2-м.\";'),('ady','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('ady','messages:license','s:13:\"en:Licensing:\";'),('ady','messages:license-header','s:33:\"ady-cyrl:ЛицензиешӀын\";'),('ady','messages:license-nopreview','s:52:\"ady-cyrl:(Ыпэтеплъэр гъэпсыгъэп)\";'),('ady','messages:licenses','s:4:\"en:-\";'),('ady','messages:licenses-edit','s:23:\"en:Edit license options\";'),('ady','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('ady','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ady','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('ady','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('ady','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('ady','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('ady','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('ady','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ady','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('ady','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('ady','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('ady','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ady','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('ady','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('ady','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('ady','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('ady','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ady','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('ady','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ady','messages:lineno','s:23:\"ady-cyrl:Сатыр $1:\";'),('ady','messages:linkaccounts','s:16:\"en:Link accounts\";'),('ady','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('ady','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('ady','messages:linksearch','s:24:\"en:External links search\";'),('ady','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('ady','messages:linksearch-line','s:23:\"en:$1 is linked from $2\";'),('ady','messages:linksearch-ns','s:26:\"ady-cyrl:ЦӀэчӀыпӀ:\";'),('ady','messages:linksearch-ok','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:linksearch-pat','s:35:\"ady-cyrl:Лъыхъун шапхъ:\";'),('ady','messages:linksearch-summary','s:3:\"en:\";'),('ady','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('ady','messages:linkshere','s:90:\"ady-cyrl:Мы нэкӀубгъомэ зэпыщэр мыщ къащэ <strong>$2</strong>:\";'),('ady','messages:linkstoimage','s:123:\"ady-cyrl:КIэлъыкIорэ {{PLURAL:$1|нэкIубгъор ещэ|$1 нэкIубгъохэм ащэ}} мы файлым:\";'),('ady','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('ady','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('ady','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('ady','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('ady','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('ady','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('ady','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('ady','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('ady','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('ady','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('ady','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('ady','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('ady','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('ady','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('ady','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('ady','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('ady','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('ady','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('ady','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('ady','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('ady','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('ady','messages:listfiles','s:12:\"en:File list\";'),('ady','messages:listfiles-delete','s:22:\"ady-cyrl:ТегъэкI\";'),('ady','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('ady','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('ady','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('ady','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('ady','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('ady','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ady','messages:listfiles_count','s:11:\"en:Versions\";'),('ady','messages:listfiles_date','s:7:\"en:Date\";'),('ady','messages:listfiles_description','s:14:\"en:Description\";'),('ady','messages:listfiles_name','s:7:\"en:Name\";'),('ady','messages:listfiles_size','s:7:\"en:Size\";'),('ady','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('ady','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('ady','messages:listfiles_user','s:7:\"en:User\";'),('ady','messages:listgrants','s:9:\"en:Grants\";'),('ady','messages:listgrants-grant','s:8:\"en:Grant\";'),('ady','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ady','messages:listgrants-rights','s:9:\"en:Rights\";'),('ady','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ady','messages:listgrouprights','s:67:\"ady-cyrl:Нэбгырэмэ якупмэ яфитыныгъэхэр\";'),('ady','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('ady','messages:listgrouprights-addgroup-all','s:45:\"ady-cyrl:Куп пстэум хэгъахъу\";'),('ady','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('ady','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('ady','messages:listgrouprights-group','s:15:\"ady-cyrl:Куп\";'),('ady','messages:listgrouprights-helppage','s:53:\"ady-cyrl:Help:Купхэм яфитыныгъэхэр\";'),('ady','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('ady','messages:listgrouprights-members','s:43:\"ady-cyrl:(хэлэжьэкIо пстэур)\";'),('ady','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('ady','messages:listgrouprights-namespaceprotection-namespace','s:25:\"ady-cyrl:ЦӀэчӀыпӀ\";'),('ady','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('ady','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('ady','messages:listgrouprights-removegroup-all','s:42:\"ady-cyrl:Куп пстэур тегъэкI\";'),('ady','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('ady','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('ady','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ady','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ady','messages:listgrouprights-rights','s:33:\"ady-cyrl:Фитыныгъэхэр\";'),('ady','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ady','messages:listredirects','s:20:\"en:List of redirects\";'),('ady','messages:listredirects-summary','s:3:\"en:\";'),('ady','messages:listusers','s:12:\"en:User list\";'),('ady','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('ady','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('ady','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('ady','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('ady','messages:listusers-noresult','s:52:\"ady-cyrl:Нэбгырэ пари гъотыгъэп.\";'),('ady','messages:listusers-submit','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:listusers-summary','s:3:\"en:\";'),('ady','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('ady','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('ady','messages:localtime','s:41:\"ady-cyrl:Хьанэгъунэ уахът:\";'),('ady','messages:lockbtn','s:16:\"en:Lock database\";'),('ady','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('ady','messages:lockdb','s:16:\"en:Lock database\";'),('ady','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('ady','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('ady','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('ady','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('ady','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('ady','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('ady','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('ady','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('ady','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('ady','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('ady','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('ady','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('ady','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('ady','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('ady','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('ady','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('ady','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('ady','messages:log','s:21:\"ady-cyrl:Логхэр\";'),('ady','messages:log-action-filter-all','s:6:\"en:All\";'),('ady','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('ady','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('ady','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('ady','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('ady','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('ady','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('ady','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('ady','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('ady','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('ady','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('ady','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('ady','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('ady','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('ady','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('ady','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('ady','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('ady','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('ady','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('ady','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('ady','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('ady','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('ady','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('ady','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('ady','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('ady','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('ady','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('ady','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('ady','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('ady','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('ady','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('ady','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('ady','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('ady','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('ady','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('ady','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('ady','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('ady','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('ady','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('ady','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('ady','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('ady','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('ady','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('ady','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('ady','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('ady','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('ady','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('ady','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('ady','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('ady','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('ady','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('ady','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('ady','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('ady','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('ady','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('ady','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('ady','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('ady','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('ady','messages:log-fulllog','s:35:\"ady-cyrl:Лог псаом еплъ\";'),('ady','messages:log-name-contentmodel','s:79:\"ady-cyrl:КIоцIырыт моделым и зэхъокIхэм я тарихъ\";'),('ady','messages:log-name-create','s:20:\"en:Page creation log\";'),('ady','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('ady','messages:log-name-pagelang','s:56:\"ady-cyrl:Бзэ зэблэхъунхэм я журнал\";'),('ady','messages:log-name-tag','s:10:\"en:Tag log\";'),('ady','messages:log-title-wildcard','s:98:\"ady-cyrl:Мы символхэмкIэ къежьэрэ нэкIубгъуацIэмэ алъыхъу\";'),('ady','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('ady','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ady','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('ady','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('ady','messages:logempty','s:28:\"en:No matching items in log.\";'),('ady','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('ady','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('ady','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('ady','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('ady','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('ady','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('ady','messages:logentry-delete-delete','s:58:\"ady-cyrl:$3 нэкӀубгъор $1 {{GENDER:$2|Ӏыгъ}}\";'),('ady','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ady','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ady','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ady','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('ady','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('ady','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('ady','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ady','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ady','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('ady','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('ady','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('ady','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('ady','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('ady','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('ady','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('ady','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('ady','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('ady','messages:logentry-move-move','s:80:\"ady-cyrl:$1 {{GENDER:$2|ыгъэкощыгъэ}} нэкIубгъоу $3-р $4-м\";'),('ady','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('ady','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('ady','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('ady','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('ady','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('ady','messages:logentry-newusers-create','s:79:\"ady-cyrl:ХэлэжьэкIо аккаунтэу $1 {{GENDER:$2|ублагъэ}}\";'),('ady','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('ady','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('ady','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('ady','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('ady','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('ady','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('ady','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('ady','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('ady','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('ady','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('ady','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ady','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ady','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('ady','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('ady','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('ady','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('ady','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('ady','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('ady','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('ady','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('ady','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('ady','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('ady','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ady','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('ady','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ady','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ady','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('ady','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('ady','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ady','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('ady','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('ady','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ady','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('ady','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('ady','messages:logentry-upload-upload','s:47:\"ady-cyrl:$1 {{GENDER:$2|къырищыгъ}} $3\";'),('ady','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('ady','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('ady','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('ady','messages:logeventslist-submit','s:7:\"en:Show\";'),('ady','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('ady','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('ady','messages:login','s:34:\"ady-cyrl:Системэм хахь\";'),('ady','messages:login-abort-generic','s:54:\"ady-cyrl:Уи системэ хэхьакIэр шIоп\";'),('ady','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('ady','messages:login-security','s:23:\"en:Verify your identity\";'),('ady','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ady','messages:login-userblocked','s:91:\"ady-cyrl:Мы нэбгырэр блокыгъэ. Системэм хэхьашъущтэп.\";'),('ady','messages:loginerror','s:61:\"ady-cyrl:Системэ хэхьаныгъэр къуанчэ\";'),('ady','messages:loginlanguagelabel','s:19:\"ady-cyrl:Бзэ: $1\";'),('ady','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ady','messages:loginprompt','s:3:\"en:\";'),('ady','messages:loginreqlink','s:34:\"ady-cyrl:системэм хахь\";'),('ady','messages:loginreqpagetext','s:33:\"en:Please $1 to view other pages.\";'),('ady','messages:loginreqtitle','s:43:\"ady-cyrl:Ухэхьанэу ищыкIагъ\";'),('ady','messages:loginsuccess','s:66:\"en:<strong>You are now logged in to {{SITENAME}} as \"$1\".</strong>\";'),('ady','messages:loginsuccesstitle','s:33:\"ady-cyrl:ШIоу ухэхьагъ\";'),('ady','messages:logout','s:23:\"ady-cyrl:ХэкӀыжь\";'),('ady','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('ady','messages:logouttext','s:162:\"en:<strong>You are now logged out.</strong>\n\nNote that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\";'),('ady','messages:lonelypages','s:17:\"en:Orphaned pages\";'),('ady','messages:lonelypages-summary','s:3:\"en:\";'),('ady','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('ady','messages:longpage-hint','s:4:\"en:-\";'),('ady','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('ady','messages:longpages','s:42:\"ady-cyrl:НэкIубгъо кIахьхэр\";'),('ady','messages:longpages-summary','s:3:\"en:\";'),('ady','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('ady','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ady','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('ady','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ady','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('ady','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ady','messages:mailerror','s:59:\"ady-cyrl:Емэйл егъэхьыныр къуанчэ: $1\";'),('ady','messages:mailmypassword','s:43:\"ady-cyrl:Зэтедз шъэфгущыIэр\";'),('ady','messages:mailnologin','s:55:\"ady-cyrl:Гъахьыным пае адрес щыIэп\";'),('ady','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('ady','messages:mainpage','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady','messages:mainpage-description','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady','messages:mainpage-nstab','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady','messages:mainpage-title','s:4:\"en:-\";'),('ady','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ady','messages:mar','s:17:\"ady-cyrl:Гътп\";'),('ady','messages:march','s:25:\"ady-cyrl:Гъэтхапэ\";'),('ady','messages:march-gen','s:25:\"ady-cyrl:Гъэтхапэ\";'),('ady','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('ady','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ady','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('ady','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('ady','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('ady','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('ady','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('ady','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('ady','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('ady','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('ady','messages:maximum-size','s:39:\"ady-cyrl:Максимал инагъэ:\";'),('ady','messages:may','s:15:\"ady-cyrl:Жън\";'),('ady','messages:may-gen','s:31:\"ady-cyrl:ЖъоныгъуакӀ\";'),('ady','messages:may_long','s:31:\"ady-cyrl:ЖъоныгъуакӀ\";'),('ady','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('ady','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ady','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('ady','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('ady','messages:mediastatistics','s:19:\"en:Media statistics\";'),('ady','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('ady','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('ady','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ady','messages:mediastatistics-header-archive','s:42:\"ady-cyrl:Фызыгъэ форматхэр\";'),('ady','messages:mediastatistics-header-audio','s:23:\"ady-cyrl:Мэкъамэ\";'),('ady','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('ady','messages:mediastatistics-header-drawing','s:57:\"ady-cyrl:Сурэтхэр (вектор сурэтхэр)\";'),('ady','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('ady','messages:mediastatistics-header-multimedia','s:29:\"ady-cyrl:Мултимедиэ\";'),('ady','messages:mediastatistics-header-office','s:17:\"ady-cyrl:Офис\";'),('ady','messages:mediastatistics-header-text','s:25:\"ady-cyrl:Текстхэр\";'),('ady','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('ady','messages:mediastatistics-header-unknown','s:37:\"ady-cyrl:ЗэхэмышIыкIыгъэ\";'),('ady','messages:mediastatistics-header-video','s:19:\"ady-cyrl:Видео\";'),('ady','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('ady','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('ady','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('ady','messages:mediastatistics-table-count','s:34:\"ady-cyrl:Файл пчъагъэр\";'),('ady','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('ady','messages:mediastatistics-table-mimetype','s:20:\"ady-cyrl:MIME-тип\";'),('ady','messages:mediastatistics-table-totalbytes','s:44:\"ady-cyrl:Пстэум ионтэгъугъэ\";'),('ady','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('ady','messages:mediawikipage','s:52:\"ady-cyrl:Тхыгъэм инэкIубгъо еплъ\";'),('ady','messages:mergehistory','s:64:\"ady-cyrl:НэкIубгъомэ ятарихъхэр зэпыдз\";'),('ady','messages:mergehistory-autocomment','s:30:\"en:Merged [[:$1]] into [[:$2]]\";'),('ady','messages:mergehistory-box','s:74:\"ady-cyrl:НэкIубгъуитIум ятарихъхэр зэпыдзэх:\";'),('ady','messages:mergehistory-comment','s:34:\"en:Merged [[:$1]] into [[:$2]]: $3\";'),('ady','messages:mergehistory-done','s:92:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3.\";'),('ady','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('ady','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('ady','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('ady','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('ady','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('ady','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('ady','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('ady','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('ady','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('ady','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('ady','messages:mergehistory-from','s:42:\"ady-cyrl:Лъапсэ нэкIубгъор:\";'),('ady','messages:mergehistory-go','s:78:\"ady-cyrl:Зэпыбдзэшъурэ еIэзэнхэр къэгъэлъагъу\";'),('ady','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('ady','messages:mergehistory-into','s:47:\"ady-cyrl:ЗыдакIорэ нэкIубгъор:\";'),('ady','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('ady','messages:mergehistory-invalid-source','s:74:\"ady-cyrl:Лъапсэ нэкIубгъом цIэ тэрэз иIэн фай.\";'),('ady','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('ady','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('ady','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('ady','messages:mergehistory-no-source','s:55:\"ady-cyrl:Лъапсэ нэкIубгъоу $1 щыIэп.\";'),('ady','messages:mergehistory-reason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ady','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ady','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('ady','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('ady','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('ady','messages:mergehistory-submit','s:40:\"ady-cyrl:Зэпыдз версиехэр\";'),('ady','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ady','messages:mergelog','s:37:\"ady-cyrl:Зэпыдзэмэ я лог\";'),('ady','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('ady','messages:metadata','s:27:\"ady-cyrl:Метадатэр\";'),('ady','messages:metadata-collapse','s:24:\"en:Hide extended details\";'),('ady','messages:metadata-expand','s:24:\"en:Show extended details\";'),('ady','messages:metadata-fields','s:480:\"ady-cyrl:Сурэтым иметадатэ ишъофхэр мы мессаджым къыщыгъэлъэгъуагъэхэр сурэтым инэкIубгъо щыIэщтых, метадатэм инэкIубгъо щыхьагъэу щытэу.\nАдрэхэр гъэбылъыгъэу щытыщтых.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ady','messages:metadata-help','s:338:\"ady-cyrl:Мы файлым нэмыкI информацие илъ, диджитал камерэм сканнерым къикIыгъэу, шIыным е и диджитацие пае.\nМы файлыр иублэ щытыкIэ елъытыгъэу еIэзагъэхэмэ, детал горэхэр щыкIэщтхэнкIи мэхъу.\";'),('ady','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('ady','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ady','messages:mimesearch','s:28:\"ady-cyrl:MIME лъыхъун\";'),('ady','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('ady','messages:mimetype','s:20:\"ady-cyrl:MIME-тип\";'),('ady','messages:minimum-size','s:36:\"ady-cyrl:Минимал инагъэ\";'),('ady','messages:minlength1','s:78:\"ady-cyrl:ФайлэцIэр зы буквэу щытын фае мыхъуми.\";'),('ady','messages:minoredit','s:51:\"ady-cyrl:Мыр хэӀэзэныгъэ цӀыкӀу\";'),('ady','messages:minoreditletter','s:11:\"ady-cyrl:ц\";'),('ady','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('ady','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('ady','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('ady','messages:missing-article','s:352:\"en:The database did not find the text of a page that it should have found, named \"$1\" $2.\n\nThis is usually caused by following an outdated diff or history link to a page that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.\";'),('ady','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('ady','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('ady','messages:missingarticle-diff','s:33:\"ady-cyrl:(Зэгъапш: $1, $2)\";'),('ady','messages:missingarticle-rev','s:32:\"ady-cyrl:(версиеу № $1)\";'),('ady','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ady','messages:missingcommenttext','s:68:\"ady-cyrl:ТегущыIэн горэ кIэтхэжьба ычIэгъ.\";'),('ady','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ady','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('ady','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('ady','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('ady','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('ady','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('ady','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('ady','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('ady','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('ady','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('ady','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('ady','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ady','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('ady','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('ady','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('ady','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ady','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('ady','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('ady','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('ady','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('ady','messages:mobile-frontend-changeslist-nocomment','s:58:\"ady-cyrl:хэIэзэныгъэм и къэбар щыIэп\";'),('ady','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('ady','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ady','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ady','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ady','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('ady','messages:mobile-frontend-copyright','s:109:\"ady-cyrl:$1-м тетэу кIоцIрытыр олъэгъу (нэмыкIым игугъу къамышIмэ).\";'),('ady','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ady','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('ady','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('ady','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('ady','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('ady','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('ady','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('ady','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('ady','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ady','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('ady','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('ady','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('ady','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('ady','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('ady','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('ady','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('ady','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('ady','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('ady','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('ady','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('ady','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('ady','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('ady','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('ady','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('ady','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('ady','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('ady','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('ady','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('ady','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('ady','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ady','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('ady','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('ady','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ady','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ady','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ady','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ady','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('ady','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('ady','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('ady','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('ady','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('ady','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('ady','messages:mobile-frontend-editor-edit','s:17:\"ady-cyrl:ЕӀаз\";'),('ady','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('ady','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('ady','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('ady','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('ady','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('ady','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('ady','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ady','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ady','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ady','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('ady','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('ady','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('ady','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('ady','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('ady','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('ady','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('ady','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('ady','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('ady','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ady','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('ady','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ady','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ady','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ady','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('ady','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('ady','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('ady','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('ady','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('ady','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('ady','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('ady','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('ady','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('ady','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ady','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ady','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('ady','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('ady','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('ady','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('ady','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('ady','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('ady','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('ady','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('ady','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('ady','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('ady','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('ady','messages:mobile-frontend-featured-article','s:44:\"ady-cyrl:НепэкIэ хэхыгъэ гор\";'),('ady','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('ady','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('ady','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('ady','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('ady','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('ady','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('ady','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('ady','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('ady','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('ady','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('ady','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('ady','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('ady','messages:mobile-frontend-generic-login','s:62:\"ady-cyrl:{{SITENAME}}-м ощ фэдэхэр дэлажьэх.\";'),('ady','messages:mobile-frontend-generic-login-action','s:66:\"ady-cyrl:Системэм хахь ухэлэжьэрагъомэ.\";'),('ady','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ady','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('ady','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('ady','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('ady','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('ady','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('ady','messages:mobile-frontend-home-button','s:17:\"ady-cyrl:Унэм\";'),('ady','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('ady','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('ady','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('ady','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('ady','messages:mobile-frontend-language-article-heading','s:39:\"ady-cyrl:ПэмыкI бзэкIэ едж\";'),('ady','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('ady','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('ady','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('ady','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('ady','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('ady','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('ady','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('ady','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('ady','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('ady','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('ady','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('ady','messages:mobile-frontend-last-modified-date','s:60:\"ady-cyrl:Мыщпэм зызэблахъугъэр $1, $2-м\";'),('ady','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('ady','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('ady','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('ady','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('ady','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('ady','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('ady','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('ady','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('ady','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('ady','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('ady','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('ady','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('ady','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('ady','messages:mobile-frontend-login','s:17:\"ady-cyrl:Хахь\";'),('ady','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('ady','messages:mobile-frontend-main-menu-account-create','s:32:\"ady-cyrl:Паролыр ублэ\";'),('ady','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('ady','messages:mobile-frontend-main-menu-button-tooltip','s:43:\"ady-cyrl:Меню шъхьаIыр зэIух\";'),('ady','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('ady','messages:mobile-frontend-main-menu-login','s:34:\"ady-cyrl:Системэм хахь\";'),('ady','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('ady','messages:mobile-frontend-main-menu-nearby','s:27:\"ady-cyrl:Благъэхэр\";'),('ady','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('ady','messages:mobile-frontend-main-menu-settings','s:27:\"ady-cyrl:Гъэпсыхэр\";'),('ady','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('ady','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('ady','messages:mobile-frontend-main-menu-watchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('ady','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('ady','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('ady','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('ady','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('ady','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('ady','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('ady','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('ady','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('ady','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('ady','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('ady','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('ady','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('ady','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('ady','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('ady','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('ady','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('ady','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('ady','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('ady','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('ady','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('ady','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('ady','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('ady','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('ady','messages:mobile-frontend-news-items','s:27:\"ady-cyrl:Къэбархэр\";'),('ady','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ady','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('ady','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('ady','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('ady','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('ady','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('ady','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ady','messages:mobile-frontend-pageaction-edit-tooltip','s:78:\"ady-cyrl:Мы нэкIубгъом и секцие шъхьаIэм еIэзэн.\";'),('ady','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('ady','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ady','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ady','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('ady','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('ady','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('ady','messages:mobile-frontend-password-placeholder','s:19:\"ady-cyrl:Парол\";'),('ady','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('ady','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('ady','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('ady','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('ady','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('ady','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('ady','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('ady','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('ady','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('ady','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('ady','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('ady','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('ady','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('ady','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('ady','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('ady','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('ady','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('ady','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('ady','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('ady','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('ady','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('ady','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('ady','messages:mobile-frontend-placeholder','s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";'),('ady','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('ady','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('ady','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ady','messages:mobile-frontend-privacy-link-text','s:45:\"ady-cyrl:Конфиденциал Iофхэр\";'),('ady','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('ady','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('ady','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('ady','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('ady','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('ady','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('ady','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('ady','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('ady','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('ady','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ady','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ady','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ady','messages:mobile-frontend-random-button','s:27:\"ady-cyrl:ОшIэдэмышI\";'),('ady','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('ady','messages:mobile-frontend-regular-site','s:15:\"en:Desktop view\";'),('ady','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('ady','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('ady','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('ady','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('ady','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('ady','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('ady','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('ady','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('ady','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ady','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ady','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('ady','messages:mobile-frontend-search-submit','s:5:\"en:Go\";'),('ady','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('ady','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('ady','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('ady','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('ady','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('ady','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('ady','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('ady','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('ady','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('ady','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('ady','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('ady','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('ady','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('ady','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('ady','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('ady','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('ady','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('ady','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('ady','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('ady','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('ady','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('ady','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('ady','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('ady','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('ady','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('ady','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('ady','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('ady','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('ady','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('ady','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('ady','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ady','messages:mobile-frontend-terms-text','s:48:\"ady-cyrl:Зэрагъэфедэрэ Хабзэр\";'),('ady','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ady','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('ady','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('ady','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('ady','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('ady','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('ady','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('ady','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('ady','messages:mobile-frontend-username-placeholder','s:31:\"ady-cyrl:СистемэцӀэр\";'),('ady','messages:mobile-frontend-view','s:32:\"ady-cyrl:Мобил теплъэ\";'),('ady','messages:mobile-frontend-view-desktop','s:22:\"ady-cyrl:Iанэтет\";'),('ady','messages:mobile-frontend-view-mobile','s:19:\"ady-cyrl:Мобил\";'),('ady','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('ady','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('ady','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('ady','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('ady','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('ady','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('ady','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('ady','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('ady','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('ady','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('ady','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('ady','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('ady','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('ady','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('ady','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('ady','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('ady','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('ady','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('ady','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('ady','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('ady','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('ady','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('ady','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('ady','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('ady','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ady','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ady','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('ady','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('ady','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ady','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('ady','messages:mon','s:15:\"ady-cyrl:Блп\";'),('ady','messages:monday','s:19:\"ady-cyrl:Блыпэ\";'),('ady','messages:monday-at','s:15:\"en:Monday at $1\";'),('ady','messages:month','s:62:\"ady-cyrl:Мазэм ыкӀоцӀ (ыкӀи нахь жьэу):\";'),('ady','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('ady','messages:monthsall','s:19:\"ady-cyrl:зэкӀэ\";'),('ady','messages:moredotdotdot','s:22:\"ady-cyrl:Джыри...\";'),('ady','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('ady','messages:morenotlisted','s:45:\"ady-cyrl:Мы купыр джыри изэп.\";'),('ady','messages:mostcategories','s:74:\"ady-cyrl:Категорие нахьыбэ зиIэ нэкIубгъохэр\";'),('ady','messages:mostcategories-summary','s:3:\"en:\";'),('ady','messages:mostimages','s:57:\"ady-cyrl:Нахьыбэу зыдащэрэ файлхэр\";'),('ady','messages:mostimages-summary','s:3:\"en:\";'),('ady','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('ady','messages:mostinterwikis-summary','s:3:\"en:\";'),('ady','messages:mostlinked','s:66:\"ady-cyrl:Нахьыбэу зыдащэрэ нэкIубгъохэр\";'),('ady','messages:mostlinked-summary','s:3:\"en:\";'),('ady','messages:mostlinkedcategories','s:67:\"ady-cyrl:Нахьыбэу зыдащэрэ категориехэр\";'),('ady','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ady','messages:mostlinkedtemplates','s:25:\"en:Most transcluded pages\";'),('ady','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ady','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('ady','messages:mostrevisions-summary','s:3:\"en:\";'),('ady','messages:move','s:15:\"ady-cyrl:Хьы\";'),('ady','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('ady','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('ady','messages:move-page','s:10:\"en:Move $1\";'),('ady','messages:move-page-legend','s:12:\"en:Move page\";'),('ady','messages:move-redirect-text','s:3:\"en:\";'),('ady','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('ady','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('ady','messages:move-watch','s:36:\"en:Watch source page and target page\";'),('ady','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('ady','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ady','messages:moveddeleted-notice','s:231:\"ady-cyrl:Мы нэкӀубгъор тегъэкӀыжьыгъэу щыт.\nТегъэкӀыжьыным ыкӀи кощыным и лог-нэкӀубгъор кӀэлъыкӀорэ зэпыщэмкӀэ къэбгъотышъущт.\";'),('ady','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('ady','messages:movelogpage','s:31:\"ady-cyrl:Кощхэм я лог\";'),('ady','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('ady','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('ady','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('ady','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('ady','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('ady','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('ady','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('ady','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('ady','messages:movepage-moved','s:47:\"en:<strong>\"$1\" has been moved to \"$2\"</strong>\";'),('ady','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('ady','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('ady','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('ady','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('ady','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('ady','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('ady','messages:movepage-summary','s:3:\"en:\";'),('ady','messages:movepagebtn','s:12:\"en:Move page\";'),('ady','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('ady','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ady','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ady','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ady','messages:movereason','s:10:\"en:Reason:\";'),('ady','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('ady','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ady','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('ady','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ady','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('ady','messages:movetalk','s:28:\"en:Move associated talk page\";'),('ady','messages:movethispage','s:58:\"ady-cyrl:ЫцIэ зэблэхъу мы нэкIубгъом\";'),('ady','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('ady','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('ady','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('ady','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('ady','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('ady','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('ady','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('ady','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('ady','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('ady','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('ady','messages:mw-widgets-dateinput-no-date','s:42:\"ady-cyrl:Мафэр гъэнэфагъэп\";'),('ady','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('ady','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('ady','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('ady','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('ady','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('ady','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('ady','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('ady','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('ady','messages:mw-widgets-titleinput-description-new-page','s:49:\"ady-cyrl:нэкIубгъор джыри щыIэп\";'),('ady','messages:mw-widgets-titleinput-description-redirect','s:33:\"ady-cyrl:гъакIо мыкIэ $1\";'),('ady','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('ady','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('ady','messages:mycontris','s:25:\"ady-cyrl:Лэжьыгъэ\";'),('ady','messages:mycustomcssprotected','s:65:\"ady-cyrl:Мы CSS-нэкIубгъом уеIэзэн уфитэп.\";'),('ady','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('ady','messages:mycustomjsprotected','s:72:\"ady-cyrl:Мы JavaScript нэкIубгъом уеIэзэн уфитэп.\";'),('ady','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('ady','messages:mypage','s:26:\"ady-cyrl:НэкIубгъо\";'),('ady','messages:mypreferences','s:33:\"ady-cyrl:ГъэпсыкӀэхэр\";'),('ady','messages:mypreferencesprotected','s:65:\"ady-cyrl:Уи Iэмэпсымэхэм уяIэзэн уфитэп.\";'),('ady','messages:myprivateinfoprotected','s:73:\"ady-cyrl:Уи шъэф информацием уеIэзэн уфитэп.\";'),('ady','messages:mytalk','s:19:\"ady-cyrl:ГущыӀ\";'),('ady','messages:mywatchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady','messages:namespace','s:26:\"ady-cyrl:ЦӀэчӀыпӀ:\";'),('ady','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('ady','messages:namespace_association','s:50:\"ady-cyrl:ЕхьылӀэгъэ цӀэчӀыпӀэр\";'),('ady','messages:namespaceprotected','s:119:\"ady-cyrl:<strong>$1</strong> цIэчIыпIэм и нэкIубгъомэ уяIэзэнэу фитыныгъэ уиIэп.\";'),('ady','messages:namespaces','s:25:\"ady-cyrl:ЦӀэчӀыпӀ\";'),('ady','messages:namespacesall','s:19:\"ady-cyrl:зэкӀэ\";'),('ady','messages:nav-login-createaccount','s:53:\"ady-cyrl:Къыхахь / аккаунт къэубл\";'),('ady','messages:navigation','s:29:\"ady-cyrl:Зыплъыхьэн\";'),('ady','messages:navigation-heading','s:38:\"ady-cyrl:Зыплъыхьэн меню\";'),('ady','messages:nbytes','s:48:\"ady-cyrl:$1{{PLURAL:$1|байт|байтхэр}}\";'),('ady','messages:ncategories','s:39:\"en:$1 {{PLURAL:$1|category|categories}}\";'),('ady','messages:nchanges','s:83:\"ady-cyrl:$1 {{PLURAL:$1|зэхъокIыныгъэ|зэхъокIыныгъэхэр}}\";'),('ady','messages:nearby','s:27:\"en:Pages on topics near you\";'),('ady','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('ady','messages:newarticle','s:16:\"ady-cyrl:(КIэ)\";'),('ady','messages:newarticletext','s:412:\"ady-cyrl:ЩымыIэ нэкIубгъом уекIугъ зэпыщэмкIэ.\nНэкIубгъор ебгъэжьэным пае ычIэгъ щыт плIэмыем зыгорэ итх (еплъ [$1 IэпыIэгъу нэкIубгъом] нахьыбэу пшIэным пае).\nУмышIахэу мыщ укъэкIуагъэмэ, уи броузерым и <strong>зэкIакIо</strong> кнопкэм теIункI.\";'),('ady','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ady','messages:newimages','s:23:\"en:Gallery of new files\";'),('ady','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('ady','messages:newimages-legend','s:9:\"en:Filter\";'),('ady','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('ady','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('ady','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('ady','messages:newimages-user','s:25:\"en:IP address or username\";'),('ady','messages:newimagestext','s:4:\"en:-\";'),('ady','messages:newmessagesdifflinkplural','s:95:\"ady-cyrl:ыужрэ {{PLURAL:$1|зэхъокIыныгъэ|999=зэхъокIыныгъэхэр}}\";'),('ady','messages:newmessageslinkplural','s:73:\"ady-cyrl:{{PLURAL:$1|зы тхыгхакIэ|999=тхыгъакIэхэр}}\";'),('ady','messages:newpage','s:35:\"ady-cyrl:НэкӀубгъуакӀэ\";'),('ady','messages:newpageletter','s:13:\"ady-cyrl:КӀ\";'),('ady','messages:newpages','s:41:\"ady-cyrl:НэкӀубгъуакӀэхэр\";'),('ady','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('ady','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('ady','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('ady','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('ady','messages:newpages-submit','s:7:\"en:Show\";'),('ady','messages:newpages-summary','s:3:\"en:\";'),('ady','messages:newpages-username','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady','messages:newpassword','s:36:\"ady-cyrl:ШъэфгущыIакIэр:\";'),('ady','messages:newsection','s:14:\"en:New section\";'),('ady','messages:newsection-page','s:14:\"en:Target page\";'),('ady','messages:newsection-submit','s:13:\"en:Go to page\";'),('ady','messages:newsection-summary','s:3:\"en:\";'),('ady','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ady','messages:newsectionsummary','s:35:\"ady-cyrl:/* $1 */ секциякIэ\";'),('ady','messages:newtitle','s:13:\"en:New title:\";'),('ady','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ady','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ady','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ady','messages:newuserlogpage','s:53:\"ady-cyrl:ХэлэжьакӀомэ яублэн лог\";'),('ady','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('ady','messages:newwindow','s:75:\"ady-cyrl:(шъхьангъупчъэ шъхьафым къыщызэӀух)\";'),('ady','messages:next','s:19:\"ady-cyrl:кIэлъ.\";'),('ady','messages:next-page','s:47:\"ady-cyrl:кIэлъыкIорэ нэкIубгъу\";'),('ady','messages:nextdiff','s:46:\"ady-cyrl:Нахь еӀэзэныгъакӀ →\";'),('ady','messages:nextn','s:48:\"ady-cyrl:кӀэлъыкӀорэ {{PLURAL:$1|$1}}\";'),('ady','messages:nextn-title','s:86:\"ady-cyrl:КIэлъыкIорэ $1 {{PLURAL:$1|резултат|резултатхэр}}\";'),('ady','messages:nextpage','s:54:\"ady-cyrl:КIэлъыкIорэ нэкIубгъор ($1)\";'),('ady','messages:nextrevision','s:37:\"ady-cyrl:Кӏэлъыкӏорэр →\";'),('ady','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('ady','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('ady','messages:nlinks','s:30:\"en:$1 {{PLURAL:$1|link|links}}\";'),('ady','messages:nmembers','s:57:\"ady-cyrl:$1 {{PLURAL:$1|объект|объектхэр}}\";'),('ady','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('ady','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('ady','messages:noarticletext','s:439:\"ady-cyrl:Текст пари итыгоп мы нэкIубгъом.\n[[Special:Search/{{PAGENAME}}|Мы нэкIубгъом ыцIэ улъыхъун]] плъэкIыщт нэмыкI нэкIубгъомэ,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ехьылIэгъэ журналхэм къащыбгъотын],\nе [{{fullurl:{{FULLPAGENAME}}|action=edit}} мы нэкIубгъом уеIэзэн]</span>.\";'),('ady','messages:noarticletext-nopermission','s:433:\"ady-cyrl:Текст пари итыгоп мы нэкIубгъом.\n[[Special:Search/{{PAGENAME}}|Мы нэкIубгъом ыцIэ улъыхъун]] плъэкIыщт нэмыкI нэкIубгъомэ, е\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ехьылIэгъэ журналхэм къащыбгъотын]</span>. Ау мы нэкIубгъор уублэнэу фитыныгъэ уиIэп.\";'),('ady','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ady','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('ady','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('ady','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ady','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('ady','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('ady','messages:nocookiesnew','s:198:\"en:The user account was created, but you are not logged in.\n{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them, then log in with your new username and password.\";'),('ady','messages:nocreate-loggedin','s:64:\"ady-cyrl:НэкIубгъуакIэ ебгъэжьэ уфитэп.\";'),('ady','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('ady','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('ady','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('ady','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('ady','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('ady','messages:noemail','s:52:\"en:There is no email address recorded for user \"$1\".\";'),('ady','messages:noemailcreate','s:49:\"ady-cyrl:Емэйл тэрэз птхын фае.\";'),('ady','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('ady','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('ady','messages:noemailtitle','s:44:\"ady-cyrl:Емэйл адресыр щыIэп\";'),('ady','messages:nohistory','s:79:\"ady-cyrl:Мы нэкIубгъом и еIэзэнмэ я тарихъ щыIэп.\";'),('ady','messages:noimages','s:18:\"en:Nothing to see.\";'),('ady','messages:noindex-category','s:60:\"ady-cyrl:Индекс мыхъурэ нэкIубгъохэр\";'),('ady','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('ady','messages:nolicense','s:39:\"ady-cyrl:Зи хэшыпыкIыгъэп\";'),('ady','messages:nolinkshere','s:40:\"en:No pages link to <strong>$2</strong>.\";'),('ady','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('ady','messages:nolinkstoimage','s:72:\"ady-cyrl:Мыщ къэзыщэу нэкӀубгъо пари щыӀэп.\";'),('ady','messages:noname','s:57:\"ady-cyrl:НэбгырацIэ тэрэз итхагъэп.\";'),('ady','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('ady','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('ady','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('ady','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('ady','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('ady','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('ady','messages:nopagetitle','s:22:\"en:No such target page\";'),('ady','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('ady','messages:nospecialpagetext','s:157:\"en:<strong>You have requested an invalid special page.</strong>\n\nA list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].\";'),('ady','messages:nosuchaction','s:44:\"ady-cyrl:Ащ фэдэ шIагъэ щыIэп\";'),('ady','messages:nosuchactiontext','s:179:\"en:The action specified by the URL is invalid.\nYou might have mistyped the URL, or followed an incorrect link.\nThis might also indicate a bug in the software used by {{SITENAME}}.\";'),('ady','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('ady','messages:nosuchsectiontitle','s:60:\"ady-cyrl:Секциер гъотыгъэн лъэкIырэп\";'),('ady','messages:nosuchspecialpage','s:62:\"ady-cyrl:Афэдэ специал нэкIубгъо щыIэп\";'),('ady','messages:nosuchuser','s:139:\"en:There is no user by the name \"$1\".\nUsernames are case-sensitive.\nCheck your spelling, or [[Special:CreateAccount|create a new account]].\";'),('ady','messages:nosuchusershort','s:102:\"ady-cyrl:\"$1\", афэдэ цIэ зиIэу нэбгырэ щыIэп.\nТхыкIэр уплъэкIужь.\";'),('ady','messages:notanarticle','s:21:\"en:Not a content page\";'),('ady','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('ady','messages:notargettitle','s:12:\"en:No target\";'),('ady','messages:note','s:35:\"ady-cyrl:<strong>Еплъ:</strong>\";'),('ady','messages:notextmatches','s:23:\"en:No page text matches\";'),('ady','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ady','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ady','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('ady','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('ady','messages:notloggedin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('ady','messages:nouserspecified','s:49:\"ady-cyrl:НэбгырацIэр птхын фае.\";'),('ady','messages:nov','s:17:\"ady-cyrl:Шкгъ\";'),('ady','messages:november','s:25:\"ady-cyrl:ШэкӀогъу\";'),('ady','messages:november-gen','s:25:\"ady-cyrl:ШэкӀогъу\";'),('ady','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('ady','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('ady','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ady','messages:ns-specialprotected','s:81:\"ady-cyrl:Специал нэкIубгъохэр зэхъокIын хъущтэп.\";'),('ady','messages:nstab-category','s:27:\"ady-cyrl:Категорие\";'),('ady','messages:nstab-help','s:43:\"ady-cyrl:IэпыIэгъу нэкIубгъу\";'),('ady','messages:nstab-image','s:17:\"ady-cyrl:Файл\";'),('ady','messages:nstab-main','s:27:\"ady-cyrl:НэкӀубгъо\";'),('ady','messages:nstab-mainpage','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady','messages:nstab-media','s:37:\"ady-cyrl:Медиэ нэкIубгъо\";'),('ady','messages:nstab-mediawiki','s:21:\"ady-cyrl:Тхыгъэ\";'),('ady','messages:nstab-project','s:50:\"ady-cyrl:Проектым фэгъэхьыгъэу\";'),('ady','messages:nstab-special','s:48:\"ady-cyrl:ХэшыкӀыгъэ нэкӀубгъу\";'),('ady','messages:nstab-talk','s:3:\"en:\";'),('ady','messages:nstab-template','s:21:\"ady-cyrl:Шапхъэ\";'),('ady','messages:nstab-user','s:42:\"ady-cyrl:{{GENDER:$1|Сэ ситхьап}}\";'),('ady','messages:ntimes','s:7:\"en:$1×\";'),('ady','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('ady','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ady','messages:oct','s:15:\"ady-cyrl:Чъп\";'),('ady','messages:october','s:27:\"ady-cyrl:Чъэпыогъу\";'),('ady','messages:october-gen','s:27:\"ady-cyrl:Чъэпыогъу\";'),('ady','messages:ok','s:17:\"ady-cyrl:Хъун\";'),('ady','messages:oldpassword','s:37:\"ady-cyrl:ШъэфгущыIэжъыр:\";'),('ady','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('ady','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('ady','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('ady','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('ady','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('ady','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('ady','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('ady','messages:ooui-field-help','s:7:\"en:Help\";'),('ady','messages:ooui-item-remove','s:9:\"en:Remove\";'),('ady','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('ady','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('ady','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('ady','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('ady','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('ady','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('ady','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('ady','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('ady','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('ady','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('ady','messages:ooui-toolbar-more','s:7:\"en:More\";'),('ady','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('ady','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('ady','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ady','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('ady','messages:otherlanguages','s:40:\"ady-cyrl:ПэмыкӀ бзэхэмкӀэ\";'),('ady','messages:others','s:9:\"en:others\";'),('ady','messages:overwrite','s:72:\"ady-cyrl:ЩыIахэ файлым ушъхьатетхэ хъущтэп.\";'),('ady','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ady','messages:page-atom-feed','s:27:\"ady-cyrl:$1 Atom чэзыу\";'),('ady','messages:page-rss-feed','s:26:\"ady-cyrl:$1 RSS чэзыу\";'),('ady','messages:page_first','s:19:\"ady-cyrl:апэрэ\";'),('ady','messages:page_last','s:19:\"ady-cyrl:ыужрэ\";'),('ady','messages:pagecategories','s:66:\"ady-cyrl:{{PLURAL:$1|Категорий|Категориехэр}}\";'),('ady','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ady','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('ady','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('ady','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('ady','messages:pagedata-title','s:12:\"en:Page data\";'),('ady','messages:pagehist','s:44:\"ady-cyrl:НэкIубгъом и тарихъ\";'),('ady','messages:pagehistory','s:15:\"en:Page history\";'),('ady','messages:pagehistory-summary','s:3:\"en:\";'),('ady','messages:pageid','s:13:\"en:page ID $1\";'),('ady','messages:pageinfo','s:12:\"en:Page info\";'),('ady','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('ady','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('ady','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('ady','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('ady','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('ady','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('ady','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('ady','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('ady','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('ady','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('ady','messages:pageinfo-contentpage-yes','s:6:\"en:Yes\";'),('ady','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('ady','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('ady','messages:pageinfo-edits','s:24:\"en:Total number of edits\";'),('ady','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('ady','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('ady','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('ady','messages:pageinfo-firsttime','s:24:\"en:Date of page creation\";'),('ady','messages:pageinfo-firstuser','s:15:\"en:Page creator\";'),('ady','messages:pageinfo-footer','s:4:\"en:-\";'),('ady','messages:pageinfo-header','s:4:\"en:-\";'),('ady','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('ady','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('ady','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('ady','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('ady','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('ady','messages:pageinfo-language','s:35:\"ady-cyrl:НэкIубгъом ыбз\";'),('ady','messages:pageinfo-language-change','s:9:\"en:change\";'),('ady','messages:pageinfo-lasttime','s:22:\"en:Date of latest edit\";'),('ady','messages:pageinfo-lastuser','s:16:\"en:Latest editor\";'),('ady','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('ady','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('ady','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('ady','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('ady','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('ady','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('ady','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('ady','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('ady','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('ady','messages:pageinfo-redirects-name','s:35:\"en:Number of redirects to this page\";'),('ady','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('ady','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('ady','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('ady','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('ady','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('ady','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('ady','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('ady','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('ady','messages:pageinfo-summary','s:3:\"en:\";'),('ady','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('ady','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('ady','messages:pageinfo-toolboxlink','s:53:\"ady-cyrl:НэкӀубгъом и информацие\";'),('ady','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('ady','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('ady','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('ady','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('ady','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('ady','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('ady','messages:pagelang-language','s:15:\"ady-cyrl:Бзэ\";'),('ady','messages:pagelang-name','s:27:\"ady-cyrl:НэкӀубгъо\";'),('ady','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('ady','messages:pagelang-reason','s:9:\"en:Reason\";'),('ady','messages:pagelang-select-lang','s:30:\"ady-cyrl:Бзэр къыхэх\";'),('ady','messages:pagelang-submit','s:9:\"en:Submit\";'),('ady','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('ady','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('ady','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('ady','messages:pagelanguage','s:50:\"ady-cyrl:НэкIубгъом ыбзэ къыхэх\";'),('ady','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ady','messages:pagemovedsub','s:17:\"en:Move succeeded\";'),('ady','messages:pager-newer-n','s:33:\"en:{{PLURAL:$1|newer 1|newer $1}}\";'),('ady','messages:pager-older-n','s:67:\"ady-cyrl:{{PLURAL:$1|нахьыжъэу 1|нахьыжъхэу $1}}\";'),('ady','messages:pagesize','s:19:\"ady-cyrl:(байт)\";'),('ady','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('ady','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('ady','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('ady','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('ady','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('ady','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('ady','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('ady','messages:pageswithprop-submit','s:15:\"ady-cyrl:КӀо\";'),('ady','messages:pageswithprop-summary','s:3:\"en:\";'),('ady','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('ady','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('ady','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ady','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('ady','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('ady','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('ady','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('ady','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('ady','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('ady','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('ady','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('ady','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('ady','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('ady','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('ady','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('ady','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('ady','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('ady','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('ady','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('ady','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('ady','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('ady','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ady','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('ady','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('ady','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('ady','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('ady','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('ady','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('ady','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('ady','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ady','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('ady','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('ady','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('ady','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('ady','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('ady','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('ady','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('ady','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('ady','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('ady','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('ady','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('ady','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('ady','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('ady','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('ady','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('ady','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('ady','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('ady','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('ady','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('ady','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('ady','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('ady','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('ady','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('ady','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('ady','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('ady','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('ady','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('ady','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('ady','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('ady','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('ady','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('ady','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('ady','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ady','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('ady','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('ady','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('ady','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('ady','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ady','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('ady','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('ady','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('ady','messages:parentheses','s:7:\"en:($1)\";'),('ady','messages:parentheses-end','s:4:\"en:)\";'),('ady','messages:parentheses-start','s:4:\"en:(\";'),('ady','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('ady','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('ady','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('ady','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('ady','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('ady','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('ady','messages:password-change-forbidden','s:88:\"ady-cyrl:Мы виким и шъэфгущыIэхэр зэблэпхъун уфитэп.\";'),('ady','messages:password-login-forbidden','s:104:\"ady-cyrl:Мы ныбгырацIэмрэ шъэфгущыIэмрэ бгъэфедэ хъужьыщтэп.\";'),('ady','messages:password-name-match','s:91:\"ady-cyrl:Уи шъэфгущыIэр уи нэбгырацIэм фэдапэ хъущтэп.\";'),('ady','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('ady','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('ady','messages:passwordpolicies','s:20:\"en:Password policies\";'),('ady','messages:passwordpolicies-group','s:8:\"en:Group\";'),('ady','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('ady','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ady','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ady','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('ady','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('ady','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('ady','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('ady','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('ady','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('ady','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('ady','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('ady','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('ady','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('ady','messages:passwordremindertitle','s:42:\"en:New temporary password for {{SITENAME}}\";'),('ady','messages:passwordreset','s:43:\"ady-cyrl:Зэтедз шъэфгущыIэр\";'),('ady','messages:passwordreset-disabled','s:82:\"ady-cyrl:Мы виким шъэфгущыIэр щызэтебдзэшъущтэп.\";'),('ady','messages:passwordreset-domain','s:20:\"ady-cyrl:Домен:\";'),('ady','messages:passwordreset-email','s:31:\"ady-cyrl:Емэйл адрес:\";'),('ady','messages:passwordreset-emaildisabled','s:81:\"ady-cyrl:Мы виким емэйл-Iофыгъохэр щылажьэхэрэп.\";'),('ady','messages:passwordreset-emailelement','s:58:\"ady-cyrl:НэбгырацIэ: \n$1\n\nTemporary password: \n$2\";'),('ady','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ady','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('ady','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ady','messages:passwordreset-emailtitle','s:77:\"ady-cyrl:Аккаунт и гъэпсыкIэхэр, мий щыI {{SITENAME}}\";'),('ady','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('ady','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('ady','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('ady','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('ady','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('ady','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('ady','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('ady','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('ady','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('ady','messages:passwordreset-username','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady','messages:passwordsent','s:115:\"en:A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.\";'),('ady','messages:passwordtoolong','s:132:\"ady-cyrl:ШъэфгущыIэр мыщ нахь кIыхьэ хъун лъэкIыщтэп: {{PLURAL:$1 символ|$1 символ}}.\";'),('ady','messages:passwordtooshort','s:108:\"ady-cyrl:ШъэфгущыIэр мыхъуми {{PLURAL:$1|1 символ |символ $1}} хъун фае.\";'),('ady','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ady','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ady','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('ady','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ady','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('ady','messages:pear-mail-error','s:5:\"en:$1\";'),('ady','messages:percent','s:6:\"en:$1%\";'),('ady','messages:perfcached','s:138:\"en:The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('ady','messages:perfcachedts','s:137:\"en:The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.\";'),('ady','messages:period-am','s:5:\"en:AM\";'),('ady','messages:period-pm','s:5:\"en:PM\";'),('ady','messages:permalink','s:37:\"ady-cyrl:Ренэу щыт зэпыщ\";'),('ady','messages:permanentlink','s:17:\"en:Permanent link\";'),('ady','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('ady','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('ady','messages:permanentlink-summary','s:3:\"en:\";'),('ady','messages:permissionserrors','s:51:\"ady-cyrl:Фитыныгъэм и къончагъэ\";'),('ady','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ady','messages:permissionserrorstext-withaction','s:127:\"ady-cyrl:$2-кIэ фитыныгъэ уиIэп, къыкIэлъыкIорэ {{PLURAL:$1|резонкIэ|резонхэмкIэ}}:\";'),('ady','messages:personaltools','s:37:\"ady-cyrl:СиӀэмэпсымэхэр\";'),('ady','messages:php-mail-error','s:5:\"en:$1\";'),('ady','messages:php-mail-error-unknown','s:72:\"ady-cyrl:PHP-функциеу mail()-м къончагъэ горэ иI.\";'),('ady','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('ady','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('ady','messages:policy-url','s:33:\"ady-cyrl:Project:Хабзэхэр\";'),('ady','messages:pool-errorunknown','s:51:\"ady-cyrl:ЗэхэмышIагъэ къончагъэ\";'),('ady','messages:pool-queuefull','s:42:\"ady-cyrl:Упч1эмэ я Iатэр изы\";'),('ady','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('ady','messages:pool-timeout','s:74:\"ady-cyrl:Уахътэр икIыгъэ, гъэпытэныр къэсыфэ\";'),('ady','messages:poolcounter-usage-error','s:61:\"ady-cyrl:Гъэфедэныгъэм и къончагъэ: $1\";'),('ady','messages:portal','s:44:\"ady-cyrl:Лъэпкъэгъу ӀухьапӀ\";'),('ady','messages:portal-url','s:52:\"ady-cyrl:Project:Лъэпкъэгъу ӀухьапӀ\";'),('ady','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('ady','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('ady','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('ady','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('ady','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('ady','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('ady','messages:postedit-confirmation-created','s:44:\"ady-cyrl:НэкIубгъор ублагъэ.\";'),('ady','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('ady','messages:postedit-confirmation-restored','s:71:\"ady-cyrl:НэкIубгъор зэтегъэуцожьыгъэу щыт.\";'),('ady','messages:postedit-confirmation-saved','s:65:\"ady-cyrl:Уи еIэзэныгъэр тегъэпытыхьагъ.\";'),('ady','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('ady','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('ady','messages:powersearch-legend','s:42:\"ady-cyrl:Зэхэщыгъэ лъыхъун\";'),('ady','messages:powersearch-ns','s:48:\"ady-cyrl:ЦIэчIыпIэмэ ащылъыхъу:\";'),('ady','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('ady','messages:powersearch-toggleall','s:18:\"ady-cyrl:ЗэкIэ\";'),('ady','messages:powersearch-togglelabel','s:22:\"ady-cyrl:Гъэнаф:\";'),('ady','messages:powersearch-togglenone','s:13:\"ady-cyrl:Зи\";'),('ady','messages:preferences','s:33:\"ady-cyrl:Iамэ-псымэхэр\";'),('ady','messages:preferences-summary','s:3:\"en:\";'),('ady','messages:prefixindex','s:24:\"en:All pages with prefix\";'),('ady','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('ady','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('ady','messages:prefixindex-submit','s:7:\"en:Show\";'),('ady','messages:prefixindex-summary','s:3:\"en:\";'),('ady','messages:prefs-advancedediting','s:18:\"en:General options\";'),('ady','messages:prefs-advancedrc','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady','messages:prefs-advancedrendering','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady','messages:prefs-advancedsearchoptions','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady','messages:prefs-advancedwatchlist','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady','messages:prefs-changeemail','s:68:\"ady-cyrl:Зэблэхъу е тегъэкI емэйл адресыр\";'),('ady','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('ady','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('ady','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('ady','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('ady','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('ady','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('ady','messages:prefs-dateformat','s:30:\"ady-cyrl:Мафэ формат\";'),('ady','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('ady','messages:prefs-diffs','s:8:\"en:Diffs\";'),('ady','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('ady','messages:prefs-displayrc','s:57:\"ady-cyrl:ГъэпсыкIэхэр къэгъэлъагъу\";'),('ady','messages:prefs-displaywatchlist','s:57:\"ady-cyrl:ГъэпсыкIэхэр къэгъэлъагъу\";'),('ady','messages:prefs-editing','s:28:\"ady-cyrl:ЕIэзэныгъэ\";'),('ady','messages:prefs-editor','s:23:\"ady-cyrl:ЕIэзакIо\";'),('ady','messages:prefs-edits','s:42:\"ady-cyrl:ЕIэзэнмэ япчъагъэ:\";'),('ady','messages:prefs-editwatchlist','s:46:\"ady-cyrl:Лъыплъэ купым еIэзэн\";'),('ady','messages:prefs-editwatchlist-clear','s:44:\"ady-cyrl:Лъыплъэ купыр унэкI\";'),('ady','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('ady','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('ady','messages:prefs-editwatchlist-raw','s:72:\"ady-cyrl:Лъыплъэ купым щыщэу сатырым еIэзэн\";'),('ady','messages:prefs-email','s:43:\"ady-cyrl:Емэйл гъэпсыкIэхэр\";'),('ady','messages:prefs-emailconfirm-label','s:46:\"ady-cyrl:Емэйл уплъэкIуныгъэ:\";'),('ady','messages:prefs-files','s:25:\"ady-cyrl:Файлэхэр\";'),('ady','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('ady','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('ady','messages:prefs-help-email-required','s:47:\"ady-cyrl:Емэйл адрес ищыкIагъ.\";'),('ady','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('ady','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('ady','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('ady','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('ady','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('ady','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('ady','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('ady','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('ady','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('ady','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('ady','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('ady','messages:prefs-i18n','s:47:\"ady-cyrl:Интернационализацие\";'),('ady','messages:prefs-info','s:37:\"ady-cyrl:Къэбар шъхьаIэр\";'),('ady','messages:prefs-labs','s:16:\"en:Labs features\";'),('ady','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('ady','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('ady','messages:prefs-misc','s:44:\"ady-cyrl:ПэмыкI гъэпсыкIэхэр\";'),('ady','messages:prefs-namespaces','s:33:\"ady-cyrl:ЦӀэчӀыпӀэхэр\";'),('ady','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('ady','messages:prefs-personal','s:41:\"ady-cyrl:Нэбгырэм и профил\";'),('ady','messages:prefs-preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady','messages:prefs-rc','s:52:\"ady-cyrl:Ыужрэ зэхъокӀыныгъэхэр\";'),('ady','messages:prefs-registration','s:43:\"ady-cyrl:Регистрацие уахът:\";'),('ady','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('ady','messages:prefs-rendering','s:29:\"ady-cyrl:Ышъотеплъэ\";'),('ady','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('ady','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('ady','messages:prefs-resetpass','s:47:\"ady-cyrl:ШъэфгущыIэр зэблэхъу\";'),('ady','messages:prefs-searchmisc','s:10:\"en:General\";'),('ady','messages:prefs-searchoptions','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:prefs-setemail','s:52:\"ady-cyrl:Игъахь уи емэйл адресыр\";'),('ady','messages:prefs-signature','s:31:\"ady-cyrl:КIэтхэжьыкIэ\";'),('ady','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('ady','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('ady','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('ady','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('ady','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('ady','messages:prefs-skin','s:27:\"ady-cyrl:Ышъотеплъ\";'),('ady','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('ady','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('ady','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('ady','messages:prefs-timeoffset','s:33:\"ady-cyrl:Уахътэм и кощ\";'),('ady','messages:prefs-tokenwatchlist','s:19:\"ady-cyrl:Токен\";'),('ady','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ady','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('ady','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('ady','messages:prefs-user-pages','s:46:\"ady-cyrl:Нэбгырэм и нэкIубгъу\";'),('ady','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('ady','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('ady','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('ady','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('ady','messages:prefs-watchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady','messages:prefs-watchlist-days','s:35:\"ady-cyrl:Мафэ пчъагъэр:\";'),('ady','messages:prefs-watchlist-days-max','s:64:\"ady-cyrl:Максимум $1 {{PLURAL:$1|маф|мафэхэр}}\";'),('ady','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('ady','messages:prefs-watchlist-edits-max','s:50:\"ady-cyrl:Нахьинышъущт нумер: 1000\";'),('ady','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('ady','messages:prefs-watchlist-token','s:49:\"ady-cyrl:Лъыплъэ купым и токен:\";'),('ady','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('ady','messages:prev-page','s:37:\"ady-cyrl:ыпэит нэкIубгъу\";'),('ady','messages:preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('ady','messages:previewerrortext','s:122:\"ady-cyrl:Уи ыпэтеплъэмэ я къэгъэлъэгъон игъо зы къончагъэ горэ хъугъэ.\";'),('ady','messages:previewnote','s:167:\"ady-cyrl:<strong>Зыщымыгъэгъупш, мыр ыпэтеплъэ къодый.</strong>\nУи еIэзэнхэр джыри дэгъэпытыхьагъэхэп.\";'),('ady','messages:previousdiff','s:48:\"ady-cyrl:← ЫпэкъэкӀорэ еӀэзэн\";'),('ady','messages:previousrevision','s:46:\"ady-cyrl:← Пэсэрэ теплъэжьыр\";'),('ady','messages:prevn','s:32:\"ady-cyrl:ыпэ {{PLURAL:$1|$1}}\";'),('ady','messages:prevn-title','s:43:\"en:Previous $1 {{PLURAL:$1|result|results}}\";'),('ady','messages:prevpage','s:43:\"ady-cyrl:Ыпэит нэкубгъор ($1)\";'),('ady','messages:print','s:23:\"ady-cyrl:Къыхэут\";'),('ady','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('ady','messages:printableversion','s:32:\"ady-cyrl:Хэутын теплъ\";'),('ady','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('ady','messages:privacy','s:40:\"ady-cyrl:Зыушъэфын хабзэр\";'),('ady','messages:privacypage','s:48:\"ady-cyrl:Project:Зыушъэфын хабзэр\";'),('ady','messages:prot_1movedto2','s:54:\"ady-cyrl:[[$1]]-р мыдыкIэ кощыгъэ [[$2]]\";'),('ady','messages:protect','s:19:\"ady-cyrl:Ухъум\";'),('ady','messages:protect-badnamespace-text','s:97:\"ady-cyrl:ЦIэчIыпIэм илъ нэкIубгъохэр ухъумэгъэн лъэкIырэп.\";'),('ady','messages:protect-badnamespace-title','s:45:\"ady-cyrl:Мыухъумэгъэ цIэчIыпI\";'),('ady','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('ady','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('ady','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('ady','messages:protect-default','s:31:\"ady-cyrl:Мыухъумагъэ\";'),('ady','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('ady','messages:protect-edit-reasonlist','s:65:\"ady-cyrl:Ухъумэн къызпкъырыкIхэм яIэзэн\";'),('ady','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('ady','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('ady','messages:protect-expiring','s:31:\"ady-cyrl:екIыжьы $1 (UTC)\";'),('ady','messages:protect-expiring-local','s:25:\"ady-cyrl:екIыжьы $1\";'),('ady','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('ady','messages:protect-expiry-options','s:142:\"en:1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite\";'),('ady','messages:protect-fallback','s:40:\"en:Allow only users with \"$1\" permission\";'),('ady','messages:protect-legend','s:56:\"ady-cyrl:Тегъэпытыхь ухъумэныгъэр\";'),('ady','messages:protect-level-autoconfirmed','s:96:\"ady-cyrl:АутоуплъэкIужьыгъэ нэбгырэ закъохэр ары фитхэр\";'),('ady','messages:protect-level-sysop','s:72:\"ady-cyrl:Администратор закъохэр ары фитхэр\";'),('ady','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ady','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ady','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ady','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('ady','messages:protect-norestrictiontypes-title','s:49:\"ady-cyrl:Мыухъумэгъэ нэкIубгъу\";'),('ady','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('ady','messages:protect-otherreason-op','s:50:\"ady-cyrl:ПэмыкI къызпкъырыкIрэр\";'),('ady','messages:protect-othertime','s:32:\"ady-cyrl:ПэмыкI зэман:\";'),('ady','messages:protect-othertime-op','s:31:\"ady-cyrl:пэмыкI зэман\";'),('ady','messages:protect-summary-cascade','s:25:\"ady-cyrl:каскадэу\";'),('ady','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('ady','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('ady','messages:protect-title','s:38:\"en:Change protection settings for \"$1\"\";'),('ady','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('ady','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('ady','messages:protect_change','s:25:\"ady-cyrl:зэблэхъу\";'),('ady','messages:protect_expiry_invalid','s:45:\"ady-cyrl:ИкI-зэманыр къуанчэ.\";'),('ady','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('ady','messages:protectcomment','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ady','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('ady','messages:protectedinterface','s:242:\"en:This page provides interface text for the software on this wiki, and is protected to prevent abuse.\nTo add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('ady','messages:protectedpage','s:45:\"ady-cyrl:Ухъумагъэ нэкIубгъу\";'),('ady','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('ady','messages:protectedpages','s:18:\"en:Protected pages\";'),('ady','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('ady','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('ady','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('ady','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('ady','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('ady','messages:protectedpages-page','s:27:\"ady-cyrl:НэкӀубгъо\";'),('ady','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('ady','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('ady','messages:protectedpages-reason','s:36:\"ady-cyrl:ЗыпкъырыкIырэр\";'),('ady','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('ady','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ady','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('ady','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('ady','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ady','messages:protectedpages-unknown-timestamp','s:37:\"ady-cyrl:ЗэхэмышIыкIыгъэ\";'),('ady','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('ady','messages:protectedpagetext','s:145:\"ady-cyrl:ЕIэзэнхэм ыкIи нэмыкI шIэнмэ яягъэ къэмыкIынэу мы нэкIубгъор ухъумагъэу щыт.\";'),('ady','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('ady','messages:protectedtitles','s:19:\"en:Protected titles\";'),('ady','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('ady','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ady','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('ady','messages:protectexpiry','s:24:\"ady-cyrl:ЕкΙыжьы:\";'),('ady','messages:protectlogpage','s:37:\"ady-cyrl:Ухъумэным и лог\";'),('ady','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('ady','messages:protectpage','s:17:\"en:Protect a page\";'),('ady','messages:protectpage-summary','s:3:\"en:\";'),('ady','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('ady','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('ady','messages:pt-createaccount','s:36:\"ady-cyrl:Аккаунт егъажь\";'),('ady','messages:pt-login','s:34:\"ady-cyrl:Системэм хахь\";'),('ady','messages:pt-login-button','s:34:\"ady-cyrl:Системэм хахь\";'),('ady','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('ady','messages:pt-userlogout','s:40:\"ady-cyrl:ХэкӀыжь системэм\";'),('ady','messages:publishchanges','s:18:\"en:Publish changes\";'),('ady','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('ady','messages:publishpage','s:15:\"en:Publish page\";'),('ady','messages:publishpage-start','s:18:\"en:Publish page…\";'),('ady','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ady','messages:purge','s:8:\"en:Purge\";'),('ady','messages:purge-summary','s:3:\"en:\";'),('ady','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('ady','messages:querypage-no-updates','s:91:\"en:Updates for this page are currently disabled.\nData here will not presently be refreshed.\";'),('ady','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('ady','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('ady','messages:randomincategory','s:26:\"en:Random page in category\";'),('ady','messages:randomincategory-category','s:28:\"ady-cyrl:Категорие:\";'),('ady','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('ady','messages:randomincategory-legend','s:79:\"ady-cyrl:Категорием щыщэу ошIэдэмышIэ нэкIубгъу\";'),('ady','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('ady','messages:randomincategory-submit','s:15:\"ady-cyrl:КӀо\";'),('ady','messages:randompage','s:50:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъу\";'),('ady','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('ady','messages:randompage-url','s:17:\"en:Special:Random\";'),('ady','messages:randomredirect','s:18:\"en:Random redirect\";'),('ady','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('ady','messages:randomrootpage','s:19:\"en:Random root page\";'),('ady','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('ady','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('ady','messages:rawmessage','s:5:\"en:$1\";'),('ady','messages:rc-change-size','s:5:\"en:$1\";'),('ady','messages:rc-change-size-new','s:60:\"ady-cyrl:$1 {{PLURAL:$1|байт}} зэхъокӀым ыуж\";'),('ady','messages:rc-old-title','s:29:\"en:originally created as \"$1\"\";'),('ady','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('ady','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('ady','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('ady','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('ady','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('ady','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('ady','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('ady','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('ady','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('ady','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('ady','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ady','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ady','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('ady','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('ady','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('ady','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('ady','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('ady','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('ady','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('ady','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('ady','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('ady','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('ady','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('ady','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('ady','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('ady','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('ady','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('ady','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('ady','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('ady','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('ady','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('ady','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('ady','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('ady','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('ady','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('ady','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('ady','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('ady','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('ady','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('ady','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('ady','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('ady','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('ady','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('ady','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('ady','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('ady','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('ady','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('ady','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('ady','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('ady','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('ady','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('ady','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('ady','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('ady','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('ady','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('ady','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('ady','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('ady','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('ady','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('ady','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('ady','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('ady','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('ady','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('ady','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('ady','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('ady','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('ady','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('ady','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('ady','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('ady','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('ady','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('ady','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('ady','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('ady','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('ady','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('ady','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('ady','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('ady','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('ady','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('ady','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('ady','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('ady','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('ady','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('ady','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('ady','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('ady','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('ady','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('ady','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('ady','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('ady','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('ady','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('ady','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('ady','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('ady','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('ady','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('ady','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('ady','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('ady','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('ady','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('ady','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('ady','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('ady','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('ady','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ady','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('ady','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('ady','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('ady','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('ady','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('ady','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('ady','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('ady','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('ady','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('ady','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('ady','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('ady','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('ady','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('ady','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('ady','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('ady','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('ady','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('ady','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('ady','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('ady','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('ady','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('ady','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ady','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('ady','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ady','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('ady','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('ady','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('ady','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('ady','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('ady','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('ady','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('ady','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('ady','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('ady','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('ady','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('ady','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ady','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('ady','messages:rclinks','s:96:\"ady-cyrl:Ыужрэ $1 зэхъокIыныгъэ къэгъэлъагъу мэфэ $2 ыкIоцI\";'),('ady','messages:rclistfrom','s:99:\"ady-cyrl:ХэIэзэныкIэхэр къэгъэлъагъу мыщ щегъэжьагъэу $2, $3\";'),('ady','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('ady','messages:rcnotefrom','s:117:\"en:Below {{PLURAL:$5|is the change|are the changes}} since <strong>$3, $4</strong> (up to <strong>$1</strong> shown).\";'),('ady','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('ady','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('ady','messages:rcshowhideanons','s:51:\"ady-cyrl:$1 цӀэрамыӀо нэбгырэхэр\";'),('ady','messages:rcshowhideanons-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:rcshowhideanons-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:rcshowhidebots','s:18:\"ady-cyrl:$1 бот\";'),('ady','messages:rcshowhidebots-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:rcshowhidebots-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('ady','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('ady','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('ady','messages:rcshowhideliu','s:49:\"ady-cyrl:$1 хэхьэгъэ хэлэжьакӀу\";'),('ady','messages:rcshowhideliu-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:rcshowhideliu-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:rcshowhidemine','s:37:\"ady-cyrl:$1 си хэӀэзэнхэр\";'),('ady','messages:rcshowhidemine-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:rcshowhidemine-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:rcshowhideminor','s:51:\"ady-cyrl:$1 зэхъокӀыныгъэ цӀыкӀу\";'),('ady','messages:rcshowhideminor-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:rcshowhideminor-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:rcshowhidepatr','s:51:\"ady-cyrl:$1 уплъэкIужьыгъэ еIэзэн\";'),('ady','messages:rcshowhidepatr-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady','messages:rcshowhidepatr-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:readonly','s:48:\"ady-cyrl:Датэбазэр гъэпытагъэ\";'),('ady','messages:readonly_lag','s:104:\"en:The database has been automatically locked while the replica database servers catch up to the primary\";'),('ady','messages:readonlytext','s:226:\"en:The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ady','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ady','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ady','messages:recentchanges','s:52:\"ady-cyrl:Ыужрэ зэхъокӀыныгъэхэр\";'),('ady','messages:recentchanges-feed-description','s:58:\"en:Track the most recent changes to the wiki in this feed.\";'),('ady','messages:recentchanges-label-bot','s:62:\"ady-cyrl:Мы хэӀэзэныгъэр ботым ышӀыгъ\";'),('ady','messages:recentchanges-label-minor','s:51:\"ady-cyrl:Мыр хэӀэзэныгъэ цӀыкӀу\";'),('ady','messages:recentchanges-label-newpage','s:82:\"ady-cyrl:Мы хэӀэзэныгъэм нэкӀубгъуакӀэ къышӀыгъ\";'),('ady','messages:recentchanges-label-plusminus','s:120:\"ady-cyrl:НэкIубгъом ионтэгъугъэ мыщ фэдиз байт пчъагъэкIэ зэхъокIыгъэ\";'),('ady','messages:recentchanges-label-unpatrolled','s:93:\"ady-cyrl:Мы хэӀэзэныгъэм джыри патрулэу ауплъэкӀугъэп\";'),('ady','messages:recentchanges-legend','s:57:\"ady-cyrl:БэмышӀ хэӀэзэгъу лъэкӀхэр\";'),('ady','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ady','messages:recentchanges-legend-heading','s:37:\"ady-cyrl:<strong>Тхыдэ:</strong>\";'),('ady','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ady','messages:recentchanges-legend-newpage','s:127:\"ady-cyrl:{{int:recentchanges-label-newpage}} (нэмыкӀэу еплъ [[Special:NewPages|нэкӀубгъуакӀэ куп]])\";'),('ady','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('ady','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ady','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('ady','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('ady','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('ady','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('ady','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('ady','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ady','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('ady','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ady','messages:recentchanges-submit','s:7:\"en:Show\";'),('ady','messages:recentchanges-summary','s:111:\"ady-cyrl:Мы нэкӀубгъом и вики и бэмышӀ зэхъокӀыныгъэхэм алъыплъ.\";'),('ady','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('ady','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ady','messages:recentchangescount','s:86:\"en:Number of edits to show in recent changes, page histories, and in logs, by default:\";'),('ady','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('ady','messages:recentchangesdays-max','s:64:\"ady-cyrl:Максимум $1 {{PLURAL:$1|маф|мафэхэр}}\";'),('ady','messages:recentchangeslinked','s:62:\"ady-cyrl:ЕхьылӀэгъэ зэхъокӀыныгъэхэр\";'),('ady','messages:recentchangeslinked-feed','s:62:\"ady-cyrl:ЕхьылӀэгъэ зэхъокӀыныгъэхэр\";'),('ady','messages:recentchangeslinked-page','s:41:\"ady-cyrl:НэкӀубгъом ыцӀэр:\";'),('ady','messages:recentchangeslinked-summary','s:344:\"ady-cyrl:НэкIубгъо гъэнэфагъэ горэм зыщэрэ (е категорие гъэнэфагъэм итхэм зыщэрэ) нэкIубгъомэ яеIэзэнмэ ябэмышIэ куп.\n\n[[Special:Watchlist|Уилъыплъэ купым]] хахьэрэ нэкIубгъохэр <strong>хэунэфыкIыгъэх</strong>.\";'),('ady','messages:recentchangeslinked-title','s:70:\"ady-cyrl:\"$1\"-м ехьылӀэгъэ зэхъокӀыныгъэхэр\";'),('ady','messages:recentchangeslinked-to','s:173:\"ady-cyrl:Пхэнджэу, зигугъу шIыгъэ нэкIубгъом къэзыщэрэ нэкIубгъомэ язэхъокIыныгъэхэр къэгъэлъагъу\";'),('ady','messages:recentchangeslinked-toolbox','s:62:\"ady-cyrl:ЕхьылӀэгъэ зэблэхъуныгъэхэр\";'),('ady','messages:recentchangestext','s:4:\"en:-\";'),('ady','messages:recreate','s:11:\"en:Recreate\";'),('ady','messages:recreate-moveddeleted-warn','s:236:\"en:<strong>Warning: You are recreating a page that was previously deleted.</strong>\n\nYou should consider whether it is appropriate to continue editing this page.\nThe deletion and move log for this page are provided here for convenience:\";'),('ady','messages:red-link-title','s:45:\"ady-cyrl:$1 (нэкӀубгъор щыӀэп)\";'),('ady','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('ady','messages:redirect-file','s:11:\"en:Filename\";'),('ady','messages:redirect-logid','s:9:\"en:Log ID\";'),('ady','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('ady','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('ady','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('ady','messages:redirect-page','s:10:\"en:Page ID\";'),('ady','messages:redirect-revision','s:16:\"en:Page revision\";'),('ady','messages:redirect-submit','s:5:\"en:Go\";'),('ady','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('ady','messages:redirect-text','s:3:\"en:\";'),('ady','messages:redirect-user','s:10:\"en:User ID\";'),('ady','messages:redirect-value','s:9:\"en:Value:\";'),('ady','messages:redirectedfrom','s:33:\"ady-cyrl:($1-м къикӀыгъ)\";'),('ady','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('ady','messages:redirectpagesub','s:45:\"ady-cyrl:ЕгъэкIокI нэкIубгъор\";'),('ady','messages:redirectto','s:43:\"ady-cyrl:МыдыкӀэ егъэкӀокӀ:\";'),('ady','messages:removecredentials','s:21:\"en:Remove credentials\";'),('ady','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ady','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('ady','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('ady','messages:removedwatchtext','s:97:\"en:\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ady','messages:removedwatchtext-short','s:82:\"ady-cyrl:НэкIубгъоу \"$1\" лъыплъэ купым хэгъэкIыгъэ.\";'),('ady','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ady','messages:removewatch','s:48:\"ady-cyrl:Лъыплъэ купым хэгъэкI\";'),('ady','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('ady','messages:resetpass-expired','s:107:\"ady-cyrl:ШъэфгущыIэм и зэман икIыгъ. ШъэфгущыIакIэ горэ гъэпсба.\";'),('ady','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ady','messages:resetpass-no-info','s:121:\"ady-cyrl:Мы нэкIубгъом занкIэу укIонэу уфаемэ, системэм ухэхьэгъэн фае.\";'),('ady','messages:resetpass-recycled','s:80:\"ady-cyrl:УишъэфгущыIэр зэтедзба джырэм фэмыдэу.\";'),('ady','messages:resetpass-submit-cancel','s:22:\"ady-cyrl:Ыуж икӀ\";'),('ady','messages:resetpass-submit-loggedin','s:47:\"ady-cyrl:ШъэфгущыIэр зэблэхъу\";'),('ady','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('ady','messages:resetpass-temp-password','s:22:\"en:Temporary password:\";'),('ady','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('ady','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ady','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('ady','messages:resetpass_announce','s:120:\"ady-cyrl:Системэ хэхьаныр зэшIобгъэкIынэу, шъэфгущыIакIэ бгъэпсын фае.\";'),('ady','messages:resetpass_forbidden','s:69:\"ady-cyrl:ШъэфгущыIэр зэблэхъун лъэкIыщтэп\";'),('ady','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('ady','messages:resetpass_header','s:69:\"ady-cyrl:Аккаунтым и шъэфгущыIэр зэблэхъу\";'),('ady','messages:resetpass_submit','s:59:\"ady-cyrl:ШъэфгущыIэр гъэпси, къыхахь\";'),('ady','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('ady','messages:resettokens','s:42:\"ady-cyrl:Токенхэр зэтедзэх\";'),('ady','messages:resettokens-done','s:49:\"ady-cyrl:Токенхэр зэтедзыгъэх.\";'),('ady','messages:resettokens-no-tokens','s:51:\"ady-cyrl:Токен зэтебзынэу щыIэп.\";'),('ady','messages:resettokens-resetbutton','s:66:\"ady-cyrl:ХэшыпыкIыгъэ токенхэр зэтедзэх\";'),('ady','messages:resettokens-summary','s:3:\"en:\";'),('ady','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('ady','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('ady','messages:resettokens-tokens','s:26:\"ady-cyrl:Токенхэр:\";'),('ady','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('ady','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('ady','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('ady','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('ady','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('ady','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('ady','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('ady','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('ady','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('ady','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('ady','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('ady','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('ady','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('ady','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('ady','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('ady','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('ady','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('ady','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('ady','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('ady','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('ady','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('ady','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('ady','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('ady','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('ady','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('ady','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('ady','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('ady','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('ady','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('ady','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('ady','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('ady','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('ady','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('ady','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('ady','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('ady','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('ady','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('ady','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('ady','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('ady','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('ady','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('ady','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('ady','messages:restorelink','s:102:\"ady-cyrl:{{PLURAL:$1|зы еIэзэн тегъэкIыгъ|$1 еIэзэн тегъэкIыгъэхэр}}\";'),('ady','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('ady','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('ady','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('ady','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('ady','messages:restriction-blank','s:3:\"en:\";'),('ady','messages:restriction-create','s:18:\"ady-cyrl:КъэшI\";'),('ady','messages:restriction-edit','s:16:\"ady-cyrl:ЕIаз\";'),('ady','messages:restriction-level','s:21:\"en:Restriction level:\";'),('ady','messages:restriction-level-all','s:12:\"en:any level\";'),('ady','messages:restriction-level-autoconfirmed','s:50:\"ady-cyrl:(ызныкъокӀэ ухъумагъэ)\";'),('ady','messages:restriction-level-sysop','s:46:\"ady-cyrl:зэрэпсаоу ухъумагъэ\";'),('ady','messages:restriction-move','s:15:\"ady-cyrl:Хьы\";'),('ady','messages:restriction-type','s:28:\"ady-cyrl:Фитыныгъэ:\";'),('ady','messages:restriction-upload','s:21:\"ady-cyrl:Къыхащ\";'),('ady','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('ady','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('ady','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('ady','messages:retrievedfrom','s:35:\"ady-cyrl:\"$1\" - м къикӀыгъ\";'),('ady','messages:returnto','s:31:\"ady-cyrl:$1-м егъэзэжь\";'),('ady','messages:retypenew','s:48:\"ady-cyrl:Къэтхыжь шъэфгущыIэр:\";'),('ady','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('ady','messages:rev-deleted-comment','s:76:\"ady-cyrl:(еIэзэныгъэм и къэбар тегъэкIыжьыгъэ)\";'),('ady','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady','messages:rev-deleted-event','s:58:\"ady-cyrl:(лог деталхэр тегъэкIыгъэх)\";'),('ady','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ady','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ady','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ady','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ady','messages:rev-deleted-user','s:54:\"ady-cyrl:(нэбгырацIэр тегъэкIыгъэ)\";'),('ady','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('ady','messages:rev-delundel','s:48:\"ady-cyrl:къэгъэлъагъу/гъэбылъ\";'),('ady','messages:rev-showdeleted','s:33:\"ady-cyrl:къэгъэлъагъу\";'),('ady','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('ady','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('ady','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('ady','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ady','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ady','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ady','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ady','messages:revdel-restore','s:54:\"ady-cyrl:плъэгъушъущтыр зэблэхъу\";'),('ady','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('ady','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ady','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('ady','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('ady','messages:revdelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ady','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ady','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('ady','messages:revdelete-hide-comment','s:39:\"ady-cyrl:ЕIэзэнмэ якъэбар\";'),('ady','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('ady','messages:revdelete-hide-image','s:55:\"ady-cyrl:Файлым кIоцIрытыр гъэбылъ\";'),('ady','messages:revdelete-hide-name','s:29:\"en:Hide target and parameters\";'),('ady','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('ady','messages:revdelete-hide-text','s:37:\"ady-cyrl:Версием и текст\";'),('ady','messages:revdelete-hide-user','s:60:\"ady-cyrl:ЕIэзакIом и нэбгырацI/IP-адрес\";'),('ady','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('ady','messages:revdelete-log','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('ady','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ady','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('ady','messages:revdelete-no-file','s:59:\"ady-cyrl:Зигугъу шIыгъэ файлыр щыIэп.\";'),('ady','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('ady','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('ady','messages:revdelete-offender','s:38:\"ady-cyrl:Версием и аутор:\";'),('ady','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('ady','messages:revdelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ady','messages:revdelete-radio-same','s:31:\"ady-cyrl:(зэблэмыхъу)\";'),('ady','messages:revdelete-radio-set','s:33:\"ady-cyrl:(гъэбылъыгъэ)\";'),('ady','messages:revdelete-radio-unset','s:35:\"ady-cyrl:Плъэгъушъунэу\";'),('ady','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('ady','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('ady','messages:revdelete-reasonotherlist','s:50:\"ady-cyrl:ПэмыкI къызпкъырыкIрэр\";'),('ady','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('ady','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('ady','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ady','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ady','messages:revdelete-show-file-submit','s:15:\"ady-cyrl:Ары\";'),('ady','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ady','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('ady','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('ady','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('ady','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('ady','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('ady','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('ady','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('ady','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('ady','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('ady','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('ady','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('ady','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('ady','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('ady','messages:reverted','s:56:\"ady-cyrl:Ыпэрэ версие горэм дзыгъэ\";'),('ady','messages:revertmerge','s:33:\"ady-cyrl:ЗэхэгъэкӀыжь\";'),('ady','messages:revertmove','s:31:\"ady-cyrl:зэкIэгъэкIон\";'),('ady','messages:revertpage','s:111:\"en:Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]\";'),('ady','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('ady','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('ady','messages:revid','s:14:\"en:revision $1\";'),('ady','messages:revision-info','s:67:\"ady-cyrl:$1-м тетэу версие, зиер {{GENDER:$6|$2}}$7\";'),('ady','messages:revision-info-current','s:4:\"en:-\";'),('ady','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ady','messages:revisionasof','s:31:\"ady-cyrl:$1-м щытыгъэр\";'),('ady','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('ady','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ady','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('ady','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('ady','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('ady','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('ady','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('ady','messages:right-bigdelete','s:77:\"ady-cyrl:ТегъэкI нэкIубгъохэр тарихъ кIахь зиIэ\";'),('ady','messages:right-block','s:33:\"en:Block other users from editing\";'),('ady','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('ady','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('ady','messages:right-browsearchive','s:73:\"ady-cyrl:ТегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('ady','messages:right-createaccount','s:63:\"ady-cyrl:Нэбгырэмэ я аккаунт кIэхэр шIы\";'),('ady','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('ady','messages:right-createtalk','s:58:\"ady-cyrl:ТегущыIэнэ нэкIубгъохэр шIы\";'),('ady','messages:right-delete','s:44:\"ady-cyrl:ТегъэкI нэкIбгъохэр\";'),('ady','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('ady','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('ady','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('ady','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('ady','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('ady','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('ady','messages:right-edit','s:38:\"ady-cyrl:НэкIубгъомэ яIаз\";'),('ady','messages:right-editcontentmodel','s:85:\"ady-cyrl:НэкIубгъом и кIоцIырытым и модел зэблэхъун\";'),('ady','messages:right-editinterface','s:58:\"ady-cyrl:Нэбгырэ-интерфейсым еIэзэн\";'),('ady','messages:right-editmyoptions','s:42:\"ady-cyrl:УигъэпсыкIэмэ яIаз\";'),('ady','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('ady','messages:right-editmyusercss','s:44:\"ady-cyrl:Уи CSS файлэмэ яIэзэн\";'),('ady','messages:right-editmyuserjs','s:51:\"ady-cyrl:Уи JavaScript файлэмэ яIэзэн\";'),('ady','messages:right-editmyuserjson','s:45:\"ady-cyrl:Уи JSON файлэмэ яIэзэн\";'),('ady','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('ady','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('ady','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ady','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ady','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('ady','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('ady','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('ady','messages:right-editusercss','s:73:\"ady-cyrl:НэмыкI нэбгырэмэ я CSS файлэмэ яIэзэн\";'),('ady','messages:right-edituserjs','s:80:\"ady-cyrl:НэмыкI нэбгырэмэ я JavaScript файлэмэ яIэзэн\";'),('ady','messages:right-edituserjson','s:74:\"ady-cyrl:НэмыкI нэбгырэмэ я JSON файлэмэ яIэзэн\";'),('ady','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('ady','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('ady','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('ady','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('ady','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('ady','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('ady','messages:right-mergehistory','s:68:\"ady-cyrl:НэкIубгъомэ ятарихъхэр зэпыдзэх\";'),('ady','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('ady','messages:right-minoredit','s:60:\"ady-cyrl:ЕIэзэнхэр цIыкIухэу гъэнафэх\";'),('ady','messages:right-move','s:55:\"ady-cyrl:НэкIубгъомэ ацIэхэр хъожь\";'),('ady','messages:right-move-categorypages','s:63:\"ady-cyrl:Хьы категорием и нэкIубгъохэр\";'),('ady','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('ady','messages:right-move-subpages','s:80:\"ady-cyrl:Хьых нэкIубгъохэмрэ кIэтнэкIубгъохэмрэ\";'),('ady','messages:right-movefile','s:48:\"ady-cyrl:Файлэмэ ацIэхэр хъожь\";'),('ady','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ady','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('ady','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('ady','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('ady','messages:right-pagelang','s:56:\"ady-cyrl:НэкIубгъом ыбзэр зэблэхъу\";'),('ady','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('ady','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('ady','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('ady','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('ady','messages:right-read','s:39:\"ady-cyrl:НэкIубгъомэ яплъ\";'),('ady','messages:right-reupload','s:56:\"ady-cyrl:ЩыIэ файлхэм ашъхьэтетхэн\";'),('ady','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('ady','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('ady','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('ady','messages:right-sendemail','s:52:\"ady-cyrl:НэмыкIмэ емэйл афегъэхь\";'),('ady','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('ady','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('ady','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('ady','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('ady','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('ady','messages:right-undelete','s:46:\"ady-cyrl:ТемыгъэкI нэкIубгъор\";'),('ady','messages:right-unwatchedpages','s:73:\"ady-cyrl:Зылъымыплъэрэ нэкIубгъо купым еплъ\";'),('ady','messages:right-upload','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady','messages:right-upload_by_url','s:45:\"ady-cyrl:URL-м файлэхэр къищых\";'),('ady','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('ady','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('ady','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('ady','messages:right-viewmywatchlist','s:48:\"ady-cyrl:Уи лъыплъэ купым еплъ\";'),('ady','messages:right-viewsuppressed','s:78:\"ady-cyrl:ЗэкIэмэ ашIогъэбылъыгъэ версиемэ яплъ\";'),('ady','messages:right-writeapi','s:53:\"ady-cyrl:Итхэным пае API игъэфедэн\";'),('ady','messages:rightslog','s:18:\"en:User rights log\";'),('ady','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ady','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ady','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('ady','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('ady','messages:rightsnone','s:9:\"en:(none)\";'),('ady','messages:rollback','s:51:\"ady-cyrl:ЕIэзэнхэр зэкIэгъэкIожь\";'),('ady','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('ady','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('ady','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('ady','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ady','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('ady','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('ady','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('ady','messages:rollbacklink','s:35:\"ady-cyrl:къегъэгъэзэжъ\";'),('ady','messages:rollbacklinkcount','s:104:\"ady-cyrl:зэкIэгъакIу $1 {{PLURAL:$1|зэхъокIыныгъэ|зэхъокIыныгъэхэр}}\";'),('ady','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('ady','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('ady','messages:sat','s:15:\"ady-cyrl:Мфз\";'),('ady','messages:saturday','s:27:\"ady-cyrl:Мэфэзакъу\";'),('ady','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('ady','messages:savearticle','s:44:\"ady-cyrl:НэкӀубгъор дэтхэжь\";'),('ady','messages:savearticle-start','s:15:\"en:Save page…\";'),('ady','messages:savechanges','s:15:\"en:Save changes\";'),('ady','messages:savechanges-start','s:18:\"en:Save changes…\";'),('ady','messages:savedprefs','s:76:\"ady-cyrl:Уи гъэпсыкIэхэр джы игъэпытыхьагъэх.\";'),('ady','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('ady','messages:savefile','s:28:\"ady-cyrl:Файлыр итх\";'),('ady','messages:saveprefs','s:29:\"ady-cyrl:Игъэпытыхь\";'),('ady','messages:saveusergroups','s:33:\"en:Save {{GENDER:$1|user}} groups\";'),('ady','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('ady','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('ady','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('ady','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('ady','messages:search','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:search-category','s:34:\"ady-cyrl:(категориеу $1)\";'),('ady','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('ady','messages:search-external','s:18:\"en:External search\";'),('ady','messages:search-file-match','s:25:\"en:(matches file content)\";'),('ady','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('ady','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('ady','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('ady','messages:search-interwiki-custom','s:3:\"en:\";'),('ady','messages:search-interwiki-more','s:21:\"ady-cyrl:(джыри)\";'),('ady','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('ady','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('ady','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('ady','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('ady','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";');
INSERT INTO `mw_l10n_cache` VALUES ('ady','messages:search-nonefound','s:75:\"ady-cyrl:Узлъыхъугъэм пари ехьылӀагъэ щыӀэп.\";'),('ady','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('ady','messages:search-redirect','s:33:\"ady-cyrl:(гъэкӀожь $1-м)\";'),('ady','messages:search-relatedarticle','s:26:\"ady-cyrl:ЕхьылIагъ\";'),('ady','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('ady','messages:search-result-size','s:40:\"ady-cyrl:$1({{PLURAL:$2|$2 гущыӀ}})\";'),('ady','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('ady','messages:search-section','s:26:\"ady-cyrl:(секцие $1)\";'),('ady','messages:search-showingresults','s:185:\"ady-cyrl:{{PLURAL:$4|Резултат <strong>$1</strong> мыщ щыщэу <strong>$3</strong>|Резултатхэр <strong>$1 - $2</strong> мыщ щыщхэу <strong>$3</strong>}}\";'),('ady','messages:search-suggest','s:59:\"ady-cyrl:Мыра къэпӀонэу узфэягъэр: $1\";'),('ady','messages:search-summary','s:3:\"en:\";'),('ady','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('ady','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('ady','messages:searchall','s:19:\"ady-cyrl:зэкӀэ\";'),('ady','messages:searcharticle','s:15:\"ady-cyrl:КӀо\";'),('ady','messages:searchbutton','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('ady','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('ady','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('ady','messages:searchmenu-exists','s:109:\"en:There is a page named \"[[:$1]]\" on {{SITENAME}}. {{PLURAL:$2|0=|See also the other search results found.}}\";'),('ady','messages:searchmenu-new','s:281:\"ady-cyrl:<strong>НэкIубгъор щыублэ \"[[:$1]]\" мы вики-проектым!</strong> {{PLURAL:$2|0=|Узщылъыхъугъэм ирезултат-нэкIубгъоми еплъ.|Узщылъыхъугъэм ирезултат-нэкIубгъохэми яплъ.}}\";'),('ady','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ady','messages:searchprofile-advanced','s:29:\"ady-cyrl:Зэхэщыгъэу\";'),('ady','messages:searchprofile-advanced-tooltip','s:71:\"ady-cyrl:Къатыгъэ чӀыпӀацӀэмэ къащылъыхъу\";'),('ady','messages:searchprofile-articles','s:46:\"ady-cyrl:НэкӀубгъо шъхьаӀхэр\";'),('ady','messages:searchprofile-articles-tooltip','s:31:\"ady-cyrl:Хэлъыхъу $1-м\";'),('ady','messages:searchprofile-everything','s:19:\"ady-cyrl:ЗэкӀэ\";'),('ady','messages:searchprofile-everything-tooltip','s:108:\"ady-cyrl:Тхыгъэм зэкӀэм щылъыхъу (гущыӀэ нэкӀубгъохэри ахэтэу)\";'),('ady','messages:searchprofile-images','s:29:\"ady-cyrl:Мултимедие\";'),('ady','messages:searchprofile-images-tooltip','s:40:\"ady-cyrl:Файлэхэм алъыхъу\";'),('ady','messages:searchrelated','s:26:\"ady-cyrl:ехьылIагъ\";'),('ady','messages:searchresults','s:46:\"ady-cyrl:Къэгъотынэу хъугъэр\";'),('ady','messages:searchresults-title','s:36:\"ady-cyrl:$1-м пае къэгъот\";'),('ady','messages:searchresultshead','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('ady','messages:searchsuggest-search','s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";'),('ady','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('ady','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('ady','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('ady','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('ady','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('ady','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('ady','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('ady','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('ady','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('ady','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('ady','messages:sep','s:15:\"ady-cyrl:Ӏон\";'),('ady','messages:september','s:23:\"ady-cyrl:Ӏоныгъу\";'),('ady','messages:september-gen','s:23:\"ady-cyrl:Ӏоныгъу\";'),('ady','messages:servertime','s:33:\"ady-cyrl:Сервер уахът:\";'),('ady','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('ady','messages:sessionfailure-title','s:40:\"ady-cyrl:Сессиер зэтеуагъ\";'),('ady','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('ady','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('ady','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('ady','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('ady','messages:shared-repo','s:22:\"en:a shared repository\";'),('ady','messages:shared-repo-from','s:10:\"en:from $1\";'),('ady','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('ady','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ady','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('ady','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ady','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ady','messages:sharedupload-desc-here','s:240:\"ady-cyrl:Мы файлыр мыщ къикIыгъ $1 ыкIи нэмыкI проектхэм ащыгъэфедэн лъэкIыщт.\nИнформациеу [$2 файлым и гурыIон-тхыгъэм] щыщыр ычIэгъкIэ щыт.\";'),('ady','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('ady','messages:shortpages','s:43:\"ady-cyrl:НэкIубгъо кIакIохэр\";'),('ady','messages:shortpages-summary','s:3:\"en:\";'),('ady','messages:show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:show-big-image','s:38:\"ady-cyrl:Оригинал файлыр\";'),('ady','messages:show-big-image-other','s:85:\"ady-cyrl:НэпэмыкI {{PLURAL:$2|зэхэщыкIэ|зэхэщыкIэхэр}}: $1.\";'),('ady','messages:show-big-image-preview','s:61:\"ady-cyrl:Мыщ и ыпэтеплъэм иинагъэр: $1.\";'),('ady','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('ady','messages:show-big-image-size','s:30:\"ady-cyrl:Пиксел $1 × $2\";'),('ady','messages:showdiff','s:66:\"ady-cyrl:ЗэхъокӀыныгъэхэр къэгъэлъагъу\";'),('ady','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('ady','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('ady','messages:showingresults','s:126:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} starting with #<strong>$2</strong>.\";'),('ady','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('ady','messages:shown-title','s:119:\"ady-cyrl:Зы нэкӀубгъом $1{{PLURAL:$1|гъотыгъэ|гъотыгъэхэр}} къыщыгъэлъагъу\";'),('ady','messages:showpreview','s:48:\"ady-cyrl:Итеплъэ къэгъэлъагъу\";'),('ady','messages:showtoc','s:33:\"ady-cyrl:къэгъэлъагъу\";'),('ady','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ady','messages:sig-text','s:7:\"en:--$1\";'),('ady','messages:signature','s:78:\"ady-cyrl:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|тегущыIэныр]])\";'),('ady','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ady','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('ady','messages:signupend','s:3:\"en:\";'),('ady','messages:signupend-https','s:3:\"en:\";'),('ady','messages:signupstart','s:3:\"en:\";'),('ady','messages:simpleantispam-label','s:108:\"ady-cyrl:Спам-ебэнрэ уплъэкӀун.\nМыщ зи хаптхэ <strong>хъущтэп</strong>!\";'),('ady','messages:site-atom-feed','s:27:\"ady-cyrl:$1 Atom чэзыу\";'),('ady','messages:site-rss-feed','s:26:\"ady-cyrl:$1 RSS чэзыу\";'),('ady','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('ady','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('ady','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('ady','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('ady','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('ady','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('ady','messages:sitenotice','s:4:\"en:-\";'),('ady','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('ady','messages:sitesubtitle','s:3:\"en:\";'),('ady','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ady','messages:siteuser','s:23:\"en:{{SITENAME}} user $1\";'),('ady','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('ady','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('ady','messages:size-exabytes','s:8:\"en:$1 EB\";'),('ady','messages:size-exapixel','s:8:\"en:$1 EP\";'),('ady','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('ady','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('ady','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('ady','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('ady','messages:size-megabytes','s:8:\"en:$1 MB\";'),('ady','messages:size-megapixel','s:8:\"en:$1 MP\";'),('ady','messages:size-petabytes','s:8:\"en:$1 PB\";'),('ady','messages:size-petapixel','s:8:\"en:$1 PP\";'),('ady','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('ady','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ady','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ady','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ady','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ady','messages:size-terabytes','s:8:\"en:$1 TB\";'),('ady','messages:size-terapixel','s:8:\"en:$1 TP\";'),('ady','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('ady','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('ady','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('ady','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ady','messages:skin-action-addsection','s:27:\"ady-cyrl:Ӏофтхьабз\";'),('ady','messages:skin-action-delete','s:23:\"ady-cyrl:ТегъэкӀ\";'),('ady','messages:skin-action-move','s:15:\"ady-cyrl:Хьы\";'),('ady','messages:skin-action-protect','s:19:\"ady-cyrl:Ухъум\";'),('ady','messages:skin-action-undelete','s:25:\"ady-cyrl:УмылъэкӀ\";'),('ady','messages:skin-action-unprotect','s:50:\"ady-cyrl:Ухъумэныгъэр зэблэхъу\";'),('ady','messages:skin-action-viewdeleted','s:21:\"ady-cyrl:Еплъ $1?\";'),('ady','messages:skin-action-viewsource','s:14:\"en:View source\";'),('ady','messages:skin-preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady','messages:skin-view-create','s:19:\"ady-cyrl:КъэшӀ\";'),('ady','messages:skin-view-create-local','s:67:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэ пыдзэжь\";'),('ady','messages:skin-view-edit','s:25:\"ady-cyrl:ХэӀэзыхь\";'),('ady','messages:skin-view-edit-local','s:66:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэм еIэзэн\";'),('ady','messages:skin-view-foreign','s:56:\"ady-cyrl:Сайтэу $1-м къыщыгъэлъагъу\";'),('ady','messages:skin-view-history','s:33:\"ady-cyrl:Тарихъым eплъ\";'),('ady','messages:skin-view-view','s:15:\"ady-cyrl:Едж\";'),('ady','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ady','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('ady','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('ady','messages:slot-name-main','s:7:\"en:Main\";'),('ady','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('ady','messages:sorbs','s:8:\"en:DNSBL\";'),('ady','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('ady','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('ady','messages:sort-ascending','s:37:\"ady-cyrl:ДэкIуаерэ чэзыу\";'),('ady','messages:sort-descending','s:30:\"ady-cyrl:Ехырэ чэзыу\";'),('ady','messages:sort-initial','s:15:\"en:Sort initial\";'),('ady','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('ady','messages:sourcefilename','s:41:\"ady-cyrl:Лъэпсэ файлым ыцI:\";'),('ady','messages:sourceurl','s:26:\"ady-cyrl:Лъэпсэ URL:\";'),('ady','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ady','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ady','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ady','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ady','messages:sp-contributions-blocklog','s:12:\"en:block log\";'),('ady','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('ady','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('ady','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('ady','messages:sp-contributions-explain','s:3:\"en:\";'),('ady','messages:sp-contributions-footer','s:4:\"en:-\";'),('ady','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ady','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ady','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('ady','messages:sp-contributions-logs','s:21:\"ady-cyrl:логхэр\";'),('ady','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('ady','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('ady','messages:sp-contributions-search','s:27:\"en:Search for contributions\";'),('ady','messages:sp-contributions-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('ady','messages:sp-contributions-talk','s:22:\"ady-cyrl:тегущыI\";'),('ady','messages:sp-contributions-toponly','s:44:\"en:Only show edits that are latest revisions\";'),('ady','messages:sp-contributions-uploads','s:10:\"en:uploads\";'),('ady','messages:sp-contributions-username','s:46:\"ady-cyrl:IP-адрес е нэбгырацIэ:\";'),('ady','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('ady','messages:sp-deletedcontributions-contribs','s:25:\"ady-cyrl:лэжьыгъэ\";'),('ady','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('ady','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('ady','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('ady','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('ady','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('ady','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('ady','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('ady','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('ady','messages:special-characters-group-arabic','s:17:\"ady-cyrl:Арап\";'),('ady','messages:special-characters-group-arabicextended','s:36:\"ady-cyrl:Арап зэхэщыгъэ\";'),('ady','messages:special-characters-group-bangla','s:21:\"ady-cyrl:Бенгал\";'),('ady','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('ady','messages:special-characters-group-cyrillic','s:21:\"ady-cyrl:Кирилл\";'),('ady','messages:special-characters-group-devanagari','s:29:\"ady-cyrl:Деванагари\";'),('ady','messages:special-characters-group-greek','s:17:\"ady-cyrl:Урым\";'),('ady','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('ady','messages:special-characters-group-gujarati','s:27:\"ady-cyrl:Гуджарати\";'),('ady','messages:special-characters-group-hebrew','s:19:\"ady-cyrl:Джурт\";'),('ady','messages:special-characters-group-ipa','s:15:\"ady-cyrl:ДФА\";'),('ady','messages:special-characters-group-khmer','s:19:\"ady-cyrl:Кхмер\";'),('ady','messages:special-characters-group-lao','s:15:\"ady-cyrl:Лао\";'),('ady','messages:special-characters-group-latin','s:19:\"ady-cyrl:Латин\";'),('ady','messages:special-characters-group-latinextended','s:38:\"ady-cyrl:Латин зэхэщыгъэ\";'),('ady','messages:special-characters-group-persian','s:17:\"ady-cyrl:Перс\";'),('ady','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('ady','messages:special-characters-group-sinhala','s:21:\"ady-cyrl:Сингал\";'),('ady','messages:special-characters-group-symbols','s:27:\"ady-cyrl:Символхэр\";'),('ady','messages:special-characters-group-tamil','s:19:\"ady-cyrl:Тамил\";'),('ady','messages:special-characters-group-telugu','s:21:\"ady-cyrl:Телугу\";'),('ady','messages:special-characters-group-thai','s:15:\"ady-cyrl:Тай\";'),('ady','messages:special-characters-title-emdash','s:27:\"ady-cyrl:тире кIахь\";'),('ady','messages:special-characters-title-endash','s:24:\"ady-cyrl:ыку-тире\";'),('ady','messages:special-characters-title-minus','s:32:\"ady-cyrl:минус символ\";'),('ady','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('ady','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('ady','messages:specialeditpage-page','s:14:\"en:Target page\";'),('ady','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('ady','messages:speciallogtitlelabel','s:51:\"en:Target (title or {{ns:user}}:username for user):\";'),('ady','messages:specialloguserlabel','s:13:\"en:Performer:\";'),('ady','messages:specialmute','s:7:\"en:Mute\";'),('ady','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('ady','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('ady','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('ady','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ady','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('ady','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('ady','messages:specialmute-submit','s:10:\"en:Confirm\";'),('ady','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('ady','messages:specialpage','s:48:\"ady-cyrl:ХэшыкӀыгъэ нэкӀубгъу\";'),('ady','messages:specialpage-empty','s:40:\"en:There are no results for this report.\";'),('ady','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('ady','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('ady','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('ady','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('ady','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('ady','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('ady','messages:specialpages','s:54:\"ady-cyrl:ЯӀамышӀыкӀ нэкӀубгъохэр\";'),('ady','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('ady','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('ady','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('ady','messages:specialpages-group-login','s:53:\"ady-cyrl:Къыхахь / аккаунт къэубл\";'),('ady','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('ady','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('ady','messages:specialpages-group-other','s:22:\"en:Other special pages\";'),('ady','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('ady','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('ady','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('ady','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('ady','messages:specialpages-group-users','s:19:\"en:Users and rights\";'),('ady','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('ady','messages:specialpages-note-cached','s:4:\"en:-\";'),('ady','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('ady','messages:specialpages-note-top','s:9:\"en:Legend\";'),('ady','messages:specialpages-summary','s:3:\"en:\";'),('ady','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('ady','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('ady','messages:specialpurge-page','s:14:\"en:Target page\";'),('ady','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('ady','messages:statistics','s:29:\"ady-cyrl:Статистикэ\";'),('ady','messages:statistics-articles','s:16:\"en:Content pages\";'),('ady','messages:statistics-articles-desc','s:3:\"en:\";'),('ady','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('ady','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('ady','messages:statistics-files','s:44:\"ady-cyrl:Илъхьэгъэ файлэхэр\";'),('ady','messages:statistics-files-desc','s:3:\"en:\";'),('ady','messages:statistics-footer','s:3:\"en:\";'),('ady','messages:statistics-header-edits','s:49:\"ady-cyrl:ЕIэзэнхэм ястатистикэ\";'),('ady','messages:statistics-header-hooks','s:41:\"ady-cyrl:НэмыкI статистикэ\";'),('ady','messages:statistics-header-pages','s:47:\"ady-cyrl:Нэк1убгъо статистикэ\";'),('ady','messages:statistics-header-users','s:50:\"ady-cyrl:Нэбгырэмэ ястатистикэ\";'),('ady','messages:statistics-pages','s:33:\"ady-cyrl:НэкӀубгъохэр\";'),('ady','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('ady','messages:statistics-summary','s:3:\"en:\";'),('ady','messages:statistics-users','s:19:\"en:Registered users\";'),('ady','messages:statistics-users-active','s:15:\"en:Active users\";'),('ady','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('ady','messages:storedversion','s:18:\"en:Stored revision\";'),('ady','messages:subcategories','s:48:\"ady-cyrl:КӀэкӀэт категориехэр\";'),('ady','messages:subject','s:11:\"en:Subject:\";'),('ady','messages:summary','s:24:\"ady-cyrl:КӀэкӀэу:\";'),('ady','messages:summary-preview','s:46:\"ady-cyrl:Къэбарым и ыпэтеплъ:\";'),('ady','messages:sun','s:15:\"ady-cyrl:Тмф\";'),('ady','messages:sunday','s:25:\"ady-cyrl:Тхьаумаф\";'),('ady','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('ady','messages:suppress','s:11:\"en:Suppress\";'),('ady','messages:suppressionlog','s:18:\"en:Suppression log\";'),('ady','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ady','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('ady','messages:svg-long-desc','s:96:\"ady-cyrl:SVG файл, номиналэу $1 × $2 пиксел, файлым иинагъэ: $3\";'),('ady','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('ady','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('ady','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('ady','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('ady','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('ady','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('ady','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('ady','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('ady','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('ady','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('ady','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('ady','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('ady','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:15:\"ady-cyrl:Код\";'),('ady','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:15:\"ady-cyrl:Бзэ\";'),('ady','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('ady','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('ady','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('ady','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('ady','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ady','messages:table_pager_empty','s:13:\"en:No results\";'),('ady','messages:table_pager_first','s:13:\"en:First page\";'),('ady','messages:table_pager_last','s:12:\"en:Last page\";'),('ady','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('ady','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('ady','messages:table_pager_limit_submit','s:5:\"en:Go\";'),('ady','messages:table_pager_next','s:12:\"en:Next page\";'),('ady','messages:table_pager_prev','s:16:\"en:Previous page\";'),('ady','messages:tag-filter','s:45:\"ady-cyrl:[[Special:Tags|Tag]] филтрэр:\";'),('ady','messages:tag-filter-submit','s:9:\"en:Filter\";'),('ady','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('ady','messages:tag-list-wrapper','s:89:\"ady-cyrl:[[Special:Tags|{{PLURAL:$1|Гъэнэфалъ|Гъэнэфалъэхэр}}]]: $2\";'),('ady','messages:tag-mobile_edit','s:36:\"ady-cyrl:МобилымкIэ еIаз\";'),('ady','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('ady','messages:tag-mobile_web_edit','s:36:\"ady-cyrl:МобилымкIэ еIаз\";'),('ady','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('ady','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('ady','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('ady','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('ady','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('ady','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('ady','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('ady','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('ady','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('ady','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('ady','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('ady','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('ady','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('ady','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('ady','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('ady','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('ady','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('ady','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('ady','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('ady','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('ady','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('ady','messages:tag-mw-undo','s:7:\"en:Undo\";'),('ady','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('ady','messages:tagline','s:31:\"ady-cyrl:{{SITENAME}}-м щыщ\";'),('ady','messages:tags','s:20:\"en:Valid change tags\";'),('ady','messages:tags-actions-header','s:10:\"en:Actions\";'),('ady','messages:tags-activate','s:11:\"en:activate\";'),('ady','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('ady','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ady','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('ady','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('ady','messages:tags-activate-submit','s:11:\"en:Activate\";'),('ady','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('ady','messages:tags-active-header','s:10:\"en:Active?\";'),('ady','messages:tags-active-no','s:5:\"en:No\";'),('ady','messages:tags-active-yes','s:6:\"en:Yes\";'),('ady','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('ady','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('ady','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('ady','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('ady','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('ady','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('ady','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('ady','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('ady','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('ady','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('ady','messages:tags-create-reason','s:10:\"en:Reason:\";'),('ady','messages:tags-create-submit','s:9:\"en:Create\";'),('ady','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('ady','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('ady','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('ady','messages:tags-deactivate','s:13:\"en:deactivate\";'),('ady','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('ady','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('ady','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('ady','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('ady','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('ady','messages:tags-delete','s:9:\"en:delete\";'),('ady','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('ady','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('ady','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('ady','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('ady','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('ady','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('ady','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ady','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('ady','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('ady','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('ady','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('ady','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('ady','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('ady','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('ady','messages:tags-edit','s:7:\"en:edit\";'),('ady','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('ady','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('ady','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('ady','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('ady','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('ady','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('ady','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ady','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('ady','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ady','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('ady','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('ady','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('ady','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('ady','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('ady','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('ady','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('ady','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('ady','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('ady','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ady','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('ady','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ady','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('ady','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('ady','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('ady','messages:tags-hidden','s:11:\"en:(hidden)\";'),('ady','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('ady','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('ady','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('ady','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('ady','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('ady','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('ady','messages:tags-source-header','s:9:\"en:Source\";'),('ady','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('ady','messages:tags-source-none','s:19:\"en:No longer in use\";'),('ady','messages:tags-summary','s:3:\"en:\";'),('ady','messages:tags-tag','s:11:\"en:Tag name\";'),('ady','messages:tags-title','s:7:\"en:Tags\";'),('ady','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('ady','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('ady','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('ady','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('ady','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('ady','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('ady','messages:talk','s:27:\"ady-cyrl:ТегущыӀэн\";'),('ady','messages:talkpageheader','s:4:\"en:-\";'),('ady','messages:talkpagelinktext','s:19:\"ady-cyrl:гущыӀ\";'),('ady','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ady','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('ady','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ady','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ady','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('ady','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('ady','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('ady','messages:template-protected','s:29:\"ady-cyrl:(ухъумагъэ)\";'),('ady','messages:template-semiprotected','s:50:\"ady-cyrl:(ызныкъокӀэ ухъумагъэ)\";'),('ady','messages:templatepage','s:53:\"ady-cyrl:Шапхъэм и нэкIубгъо еплъ\";'),('ady','messages:templatesused','s:107:\"ady-cyrl:{{PLURAL:$1|Шапхъэ|Шапхъэхэр}} мы нэкIубгъом щагъэфедагъэх:\";'),('ady','messages:templatesusedpreview','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this preview:\";'),('ady','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('ady','messages:textmatches','s:20:\"en:Page text matches\";'),('ady','messages:thisisdeleted','s:44:\"ady-cyrl:Еплъ е зэкIэдзэжь $1?\";'),('ady','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('ady','messages:thu','s:15:\"ady-cyrl:Мфк\";'),('ady','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('ady','messages:thumbnail-more','s:30:\"ady-cyrl:Джадэ къэшӀ\";'),('ady','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('ady','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('ady','messages:thumbnail_error','s:31:\"en:Error creating thumbnail: $1\";'),('ady','messages:thumbnail_error_remote','s:63:\"ady-cyrl:Къончагъэм имессадж, зиер $1: $2\";'),('ady','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('ady','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('ady','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('ady','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('ady','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('ady','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('ady','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('ady','messages:thumbsize','s:18:\"en:Thumbnail size:\";'),('ady','messages:thursday','s:21:\"ady-cyrl:Мэфэку\";'),('ady','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('ady','messages:timeouterror','s:19:\"en:Server timed out\";'),('ady','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('ady','messages:timezone-local','s:8:\"en:Local\";'),('ady','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('ady','messages:timezone-utc','s:6:\"en:UTC\";'),('ady','messages:timezonelegend','s:29:\"ady-cyrl:Сыхьат зон:\";'),('ady','messages:timezoneregion-africa','s:21:\"ady-cyrl:Африкэ\";'),('ady','messages:timezoneregion-america','s:23:\"ady-cyrl:Америкэ\";'),('ady','messages:timezoneregion-antarctica','s:29:\"ady-cyrl:Антарктикэ\";'),('ady','messages:timezoneregion-arctic','s:23:\"ady-cyrl:Арктикэ\";'),('ady','messages:timezoneregion-asia','s:17:\"ady-cyrl:Азие\";'),('ady','messages:timezoneregion-atlantic','s:36:\"ady-cyrl:Атлантик Океан\";'),('ady','messages:timezoneregion-australia','s:27:\"ady-cyrl:Аустралие\";'),('ady','messages:timezoneregion-europe','s:21:\"ady-cyrl:Еуропэ\";'),('ady','messages:timezoneregion-indian','s:30:\"ady-cyrl:Индие Океан\";'),('ady','messages:timezoneregion-pacific','s:28:\"ady-cyrl:Океан Шъэф\";'),('ady','messages:timezoneuseoffset','s:58:\"ady-cyrl:НэмыкI (къэгъэлъагъу кощыр)\";'),('ady','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('ady','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('ady','messages:title-invalid-characters','s:104:\"ady-cyrl:УзкIэупчIэрэ нэкIубгъуацIэм символ фыкъуагъэ хэт: \"$1\".\";'),('ady','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('ady','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('ady','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('ady','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('ady','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('ady','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('ady','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('ady','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('ady','messages:titlematches','s:21:\"en:Page title matches\";'),('ady','messages:titleprotected','s:98:\"en:This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.\";'),('ady','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('ady','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('ady','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('ady','messages:toc','s:23:\"ady-cyrl:Дэлъхэр\";'),('ady','messages:today-at','s:5:\"en:$1\";'),('ady','messages:tog-ccmeonemails','s:86:\"ady-cyrl:Емэйлэу фязгъэхьхэрэр сэри къысфэдзыжьых\";'),('ady','messages:tog-diffonly','s:101:\"ady-cyrl:Зэгъэпшалъэм ычIэгъ нэкIубгъом итыр къэмгъэлъагъу\";'),('ady','messages:tog-editondblclick','s:66:\"ady-cyrl:ТIо-теIункIэмкIэ нэкIубгъомэ яIаз\";'),('ady','messages:tog-editsectiononrightclick','s:85:\"ady-cyrl:Жъабгъу тIо-теIункIэмкIэ уеIэзэшъунэу къэшI\";'),('ady','messages:tog-enotifminoredits','s:98:\"ady-cyrl:Ащ нэмыкIэу еIэзэн цIыкIу щыIэмэ емэйл къысфегъэхь\";'),('ady','messages:tog-enotifrevealaddr','s:108:\"ady-cyrl:Къэбар къэӀофыгъохэм си поштэ адресыр къыщыгъэлъагъу\";'),('ady','messages:tog-enotifusertalkpages','s:111:\"ady-cyrl:Поштэ къысфегъэхь си тегущыIэн нэкIубгъор зэхъокIыгъэмэ\";'),('ady','messages:tog-enotifwatchlistpages','s:144:\"ady-cyrl:Си лъыплъэ купым щыщэу нэкIубгъом е файлым еIэзагъэхэмэ емэйл къысфегъэхь\";'),('ady','messages:tog-extendwatchlist','s:143:\"ady-cyrl:КӀэлъыплъэ тхылъыр зэхэщ зэхъокӀ пстэур плъэгъунэу, бэмышӀхэм ямызакъоу\";'),('ady','messages:tog-fancysig','s:113:\"ady-cyrl:КIэтхэжьыкIэр викитекстэу лъытэ (аутоматик зэпыщэ имыIэу)\";'),('ady','messages:tog-forceeditsummary','s:104:\"ady-cyrl:СэгъашI, гъэтэрэзыным и гурыIогъапIэм зи имытхагъэмэ\";'),('ady','messages:tog-hidecategorization','s:66:\"ady-cyrl:НэкIубгъомэ я категоризацие Iух\";'),('ady','messages:tog-hideminor','s:89:\"ady-cyrl:ЗэхъокӀ цIыкIухэр бэмышIхэм къащымгъэлъагъу\";'),('ady','messages:tog-hidepatrolled','s:106:\"ady-cyrl:УплъэкIужьыгъэ зэхъокӀхэр бэмышIхэм къащымгъэлъагъу\";'),('ady','messages:tog-minordefault','s:116:\"ady-cyrl:АпэмкIэ еIэзэн пстэур мэхьанэшхо зимыIэ фэдэу къэгъэлъагъу\";'),('ady','messages:tog-newpageshidepatrolled','s:114:\"ady-cyrl:НэкIубгъуакIэ купым и уплъэкIужьыгъэ нэкIубгъохэр гъэбылъ\";'),('ady','messages:tog-norollbackdiff','s:91:\"ady-cyrl:ЗэкIэдзэжьым ыуж зэгъэпшалъэр къэмгъэлъагъу\";'),('ady','messages:tog-oldsig','s:43:\"ady-cyrl:Джырэ кIэтхэжьыкIэ:\";'),('ady','messages:tog-prefershttps','s:119:\"ady-cyrl:Ренэу зэпышIэныгъэ шъэфыр гъэфед, системэм ухэхьагъэу щытмэ\";'),('ady','messages:tog-previewonfirst','s:88:\"ady-cyrl:Ыпэтеплъэр къэгъэлъагъу апэрэ еIэзэным ыпэ\";'),('ady','messages:tog-previewontop','s:93:\"ady-cyrl:Ыпэтеплъэр еIэзалъэ-плIэмыем ыпэ къэгъэлъагъу\";'),('ady','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('ady','messages:tog-showhiddencats','s:81:\"ady-cyrl:Гъэбылъыгъэ категориехэр къэгъэлъагъу\";'),('ady','messages:tog-shownumberswatching','s:87:\"ady-cyrl:Лъыплъэрэ хэлэжьэкIо пчъагъэ къэгъэлъагъу\";'),('ady','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('ady','messages:tog-underline','s:52:\"ady-cyrl:Зэпыщэхэм якIэгъэтхъын:\";'),('ady','messages:tog-useeditwarning','s:117:\"ady-cyrl:СэгъашI сызэIазэрэ нэкIубгъом темгъэпытыхьагъэу сыкъекIымэ\";'),('ady','messages:tog-uselivepreview','s:53:\"ady-cyrl:Ыпэеплъ шӀэхыр гъэфедэн\";'),('ady','messages:tog-usenewrc','s:132:\"ady-cyrl:БэмышI зэхъокIхэм ыкIи лъыплъэ купым щыщ зэхъокIхэр куп-купэу гъэзаф\";'),('ady','messages:tog-watchcreations','s:140:\"ady-cyrl:СшIыгъэ нэкIубгъохэр ыкIи ислъхьэгъэ файлэхэр си лъыплъэ купым хэгъахъу\";'),('ady','messages:tog-watchdefault','s:123:\"ady-cyrl:СызэIэзэрэ нэкIубгъохэр ыкIи файлхэр си лъыплъэ купым хэгъахъу\";'),('ady','messages:tog-watchdeletion','s:127:\"ady-cyrl:ТезгъэкIыгъэ нэкIубгъохэмрэ файлхэмрэ си лъыплъэ купым хэгъахъу\";'),('ady','messages:tog-watchlisthideanons','s:119:\"ady-cyrl:Системэм хэмыхьэгъэ нэбгырэмэ я еIэзэнхэр лъыплъэ купым хэх\";'),('ady','messages:tog-watchlisthidebots','s:74:\"ady-cyrl:Бот еIэзэныгъэхэр лъыплъэ купым хэх\";'),('ady','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('ady','messages:tog-watchlisthideliu','s:115:\"ady-cyrl:Системэм хэхьэгъэ нэбгырэмэ я еIэзэнхэр лъыплъэ купым хэх\";'),('ady','messages:tog-watchlisthideminor','s:92:\"ady-cyrl:МэхьанэцIыкIу еIэзэныгъэхэр лъыплъэ купым хэх\";'),('ady','messages:tog-watchlisthideown','s:92:\"ady-cyrl:Лъыплъэ тхылъым си еIэзэнхэр къыщымгъэлъагъу\";'),('ady','messages:tog-watchlisthidepatrolled','s:87:\"ady-cyrl:УплъэкIужьыгъэ еIэзэнхэр лъыплъэ купым хэх\";'),('ady','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('ady','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('ady','messages:tog-watchmoves','s:136:\"ady-cyrl:ЗыцIэ схъожьыгъэ нэкIубгъохэмрэ файлэхэмрэ си лъыплъэ купым хэгъахъу\";'),('ady','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('ady','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('ady','messages:tool-link-contributions','s:72:\"ady-cyrl:{{GENDER:$1|ХэлэжьакIом}} и лэжьыгъэ Iахь\";'),('ady','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ady','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('ady','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ady','messages:toolbox','s:34:\"ady-cyrl:Ӏэмэ-псымэхэр\";'),('ady','messages:tooltip-ca-addsection','s:50:\"ady-cyrl:Секцие кӀэ горэ къэубл\";'),('ady','messages:tooltip-ca-delete','s:19:\"en:Delete this page\";'),('ady','messages:tooltip-ca-edit','s:57:\"ady-cyrl:Гъэтэрэзыжь мы нэкӀубгъор\";'),('ady','messages:tooltip-ca-history','s:59:\"ady-cyrl:Мы нэкӀубгъом иверсиежъхэр\";'),('ady','messages:tooltip-ca-move','s:41:\"ady-cyrl:Хьы мы нэкӀубгъор\";'),('ady','messages:tooltip-ca-nstab-category','s:51:\"ady-cyrl:Категорие тхьапэм еплъ\";'),('ady','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('ady','messages:tooltip-ca-nstab-image','s:44:\"ady-cyrl:Тхьапэм и файл еплъ\";'),('ady','messages:tooltip-ca-nstab-main','s:44:\"ady-cyrl:КӀоцӀытхагъэм еплъ\";'),('ady','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('ady','messages:tooltip-ca-nstab-mediawiki','s:49:\"ady-cyrl:Систем мессаджым еплъ\";'),('ady','messages:tooltip-ca-nstab-project','s:47:\"ady-cyrl:Проектым и нэкӀубгъу\";'),('ady','messages:tooltip-ca-nstab-special','s:95:\"ady-cyrl:Мы нэкӀубгъор шъхьафы, зыцэ хэптхэжьын хъущтэп\";'),('ady','messages:tooltip-ca-nstab-template','s:46:\"ady-cyrl:Шапхъэ къэгъэлъагъу\";'),('ady','messages:tooltip-ca-nstab-user','s:45:\"ady-cyrl:ЦӀыфым итхьапэ еплъ\";'),('ady','messages:tooltip-ca-protect','s:20:\"en:Protect this page\";'),('ady','messages:tooltip-ca-talk','s:73:\"ady-cyrl:Апэ мэхьанэ нэкӀубгъом и тегущыӀэн\";'),('ady','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('ady','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('ady','messages:tooltip-ca-unwatch','s:78:\"ady-cyrl:Мы нэкIубгъор си лъыплъэ купым хэгъэкI\";'),('ady','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('ady','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('ady','messages:tooltip-ca-view','s:3:\"en:\";'),('ady','messages:tooltip-ca-viewsource','s:95:\"ady-cyrl:Мы нэкубгъор ухъумагъ.\nАу ылъапсэ плъэгъушъущт\";'),('ady','messages:tooltip-ca-watch','s:72:\"ady-cyrl:НэкӀубгъор лъыплъэ купым хэгъахъу\";'),('ady','messages:tooltip-compareselectedversions','s:70:\"en:See the differences between the two selected revisions of this page\";'),('ady','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('ady','messages:tooltip-diff','s:50:\"ady-cyrl:Яплъ зэпхъокӀыгъэхэмэ\";'),('ady','messages:tooltip-feed-atom','s:73:\"ady-cyrl:Мы нэкӀубгъом ехьылӀэгъэ Atom чэзыур\";'),('ady','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('ady','messages:tooltip-invert','s:224:\"ady-cyrl:Мы плIэмыер гъэнаф, хэхыгъэ цIэчIыпIэм щыщ нэкIубгъомэ яеIэзэнхэр бгъэбылъынэу (ыкIи ехьылIэгъэ цIэчIыпIэр, гъэнэфагъэмэ)\";'),('ady','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('ady','messages:tooltip-minoredit','s:84:\"ady-cyrl:Мэхьанэ зимыIэ хэIэзэныгъэу къэгъэлъагъу\";'),('ady','messages:tooltip-n-currentevents','s:46:\"ady-cyrl:КъэбаркӀэ нэкӀубгъу\";'),('ady','messages:tooltip-n-help','s:67:\"ady-cyrl:ӀэпыӀэгъу зыщыбгъотыщт чӀыпӀэр\";'),('ady','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ady','messages:tooltip-n-mainpage','s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";'),('ady','messages:tooltip-n-mainpage-description','s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";'),('ady','messages:tooltip-n-portal','s:98:\"ady-cyrl:Проектым пае, пшӀэшъущтыр, сыд пӀомэ узэплъыщтыр\";'),('ady','messages:tooltip-n-randompage','s:75:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъогорэ къигъахь\";'),('ady','messages:tooltip-n-recentchanges','s:67:\"ady-cyrl:Мы виким и аужрэ зэхъокӀыгъохэр\";'),('ady','messages:tooltip-namespace_association','s:209:\"ady-cyrl:Мы плIэмыер гъэнаф, хэхыгъэ цIэчIыпIэм ехьылIэгъэ тегущыIэн-нэкIубгъор е субъект цIэчIыпIэр пыбгъэхъонэу уфаемэ.\";'),('ady','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('ady','messages:tooltip-p-lang','s:3:\"en:\";'),('ady','messages:tooltip-p-logo','s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";'),('ady','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ady','messages:tooltip-p-navigation','s:3:\"en:\";'),('ady','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('ady','messages:tooltip-p-tb','s:3:\"en:\";'),('ady','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ady','messages:tooltip-p-user-page','s:3:\"en:\";'),('ady','messages:tooltip-p-variants','s:3:\"en:\";'),('ady','messages:tooltip-p-views','s:3:\"en:\";'),('ady','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('ady','messages:tooltip-preview','s:108:\"ady-cyrl:Ыпэ яплъ уи хэӀэзэнхэм, мыр гъэфедэба бгъэпытэным ыпэ!\";'),('ady','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('ady','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('ady','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('ady','messages:tooltip-pt-createaccount','s:133:\"ady-cyrl:Ӏамал щыӀэмэ аккаунт егъажьи системэм хахь; ау егъэзыгъэ Ӏоф хэлъэп\";'),('ady','messages:tooltip-pt-login','s:84:\"ady-cyrl:Системэм ухахьэмэ дэгъу; егъэзыгъэ Ӏофэп\";'),('ady','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('ady','messages:tooltip-pt-logout','s:40:\"ady-cyrl:ХэкӀыжь системэм\";'),('ady','messages:tooltip-pt-mycontris','s:31:\"ady-cyrl:Силэжьыгъэр\";'),('ady','messages:tooltip-pt-mytalk','s:45:\"ady-cyrl:Уи гущыӀэ нэкӀубгъу\";'),('ady','messages:tooltip-pt-preferences','s:29:\"ady-cyrl:Сызыфаехэр\";'),('ady','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('ady','messages:tooltip-pt-userpage','s:25:\"ady-cyrl:Ситхьапэ\";'),('ady','messages:tooltip-pt-watchlist','s:82:\"ady-cyrl:НэкӀубгъоу зэӀазэхэрэм узылъыплъэу куп\";'),('ady','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('ady','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('ady','messages:tooltip-rollback','s:158:\"ady-cyrl:\"ЗэкIэгъакIу\"-эм зэтеIункIэу зэкIегъэкIожьы еIэзэнхэу ыужрэ хэлэжьакIомкIэ шIыгъэхэр\";'),('ady','messages:tooltip-save','s:54:\"ady-cyrl:Зэблэпхъугъэхэр дэтхэжь\";'),('ady','messages:tooltip-search','s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";'),('ady','messages:tooltip-search-fulltext','s:72:\"ady-cyrl:Мы тхыгъэр нэкӀубгъомэ къахэгъуат\";'),('ady','messages:tooltip-search-go','s:77:\"ady-cyrl:ЩыӀэмэ, мыр зыцӀэ дэдэ нэкӀубгъом кӀо\";'),('ady','messages:tooltip-summary','s:50:\"ady-cyrl:Къэбар тӀэкӀу горэ итх\";'),('ady','messages:tooltip-t-contributions','s:56:\"ady-cyrl:Мы нэбгырэм и лэжьыгъэхэр\";'),('ady','messages:tooltip-t-emailuser','s:43:\"en:Send an email to {{GENDER:$1|this user}}\";'),('ady','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('ady','messages:tooltip-t-permalink','s:80:\"ady-cyrl:Мы нэкӀубгъом къакIорэ зэмыхъокӀ зэпыщ\";'),('ady','messages:tooltip-t-print','s:55:\"ady-cyrl:НэкӀубгъом ихэутын теплъ\";'),('ady','messages:tooltip-t-recentchangeslinked','s:116:\"ady-cyrl:Мы нэкӀубгъом пышӀагъэ нэкӀубгъорхэмэ яаужрэ зэблэхъухэр\";'),('ady','messages:tooltip-t-specialpages','s:53:\"ady-cyrl:Шъхьаф нэкӀубгъо пстэур\";'),('ady','messages:tooltip-t-upload','s:40:\"ady-cyrl:Файлэхэр къилъхь\";'),('ady','messages:tooltip-t-whatlinkshere','s:79:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэ пстэур\";'),('ady','messages:tooltip-undo','s:274:\"ady-cyrl:«КӀэгъэкӀожьын»-ым мы зэхъокӀыныгъэр зэкӀегъэкӀожьы ыкӀи еӀэзэкӀо формэр утеплъэшъунэу къызэӀуехы. ЗыфызэкӀэбгъэкӀожьыгъэри пыптхэжьышъущт.\";'),('ady','messages:tooltip-upload','s:15:\"en:Start upload\";'),('ady','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('ady','messages:tooltip-watch','s:34:\"en:Add this page to your watchlist\";'),('ady','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('ady','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ady','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ady','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('ady','messages:trackingcategories','s:52:\"ady-cyrl:Лъыплъэрэ категориехэр\";'),('ady','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('ady','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('ady','messages:trackingcategories-msg','s:46:\"ady-cyrl:Лъыплъэрэ категорие\";'),('ady','messages:trackingcategories-name','s:35:\"ady-cyrl:Мессаджым ыцIэ\";'),('ady','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('ady','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('ady','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('ady','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('ady','messages:translateinterface','s:221:\"ady-cyrl:ЗэкIэ викимэ язэдзэкIмэ ахэбгъэхъон е еIэзэн пшIоигъомэ, [https://translatewiki.net/ translatewiki.net] гъэфед, MediaWiki и хьанэгъуналъэ сайт.\";'),('ady','messages:tue','s:15:\"ady-cyrl:Гбж\";'),('ady','messages:tuesday','s:21:\"ady-cyrl:Гъубдж\";'),('ady','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('ady','messages:uctop','s:19:\"ady-cyrl:джырэ\";'),('ady','messages:unblock','s:15:\"en:Unblock user\";'),('ady','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('ady','messages:unblock-summary','s:3:\"en:\";'),('ady','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('ady','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('ady','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('ady','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('ady','messages:unblockip','s:15:\"en:Unblock user\";'),('ady','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('ady','messages:unblocklink','s:25:\"ady-cyrl:Ӏухъотещ\";'),('ady','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ady','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('ady','messages:uncategorizedcategories','s:69:\"ady-cyrl:Категорие мыхьыгъэ категориехэр\";'),('ady','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ady','messages:uncategorizedimages','s:59:\"ady-cyrl:Категорие мыхьыгъэ файлхэр\";'),('ady','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ady','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('ady','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ady','messages:uncategorizedtemplates','s:63:\"ady-cyrl:Категорие мыхьыгъэ шапхъэхэр\";'),('ady','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ady','messages:undelete','s:79:\"ady-cyrl:ТегъэкIыгъэ нэкIубгъохэр къэгъэлъагъу\";'),('ady','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('ady','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('ady','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('ady','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('ady','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('ady','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('ady','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('ady','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('ady','messages:undelete-fieldset-title','s:53:\"ady-cyrl:Версиехэр зэшIогъэуцожь\";'),('ady','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('ady','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('ady','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('ady','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('ady','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('ady','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('ady','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ady','messages:undelete-search-box','s:73:\"ady-cyrl:ТегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('ady','messages:undelete-search-prefix','s:93:\"ady-cyrl:Къэгъэлъагъу нэкIубгъохэр мыщкIэ къежьэхэрэр:\";'),('ady','messages:undelete-search-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady','messages:undelete-search-title','s:73:\"ady-cyrl:ТегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ady','messages:undelete-show-file-submit','s:15:\"ady-cyrl:Ары\";'),('ady','messages:undelete-summary','s:3:\"en:\";'),('ady','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('ady','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('ady','messages:undelete_short','s:94:\"ady-cyrl:ТемыгъэкI {{PLURAL:$1|зы еIэзэныгъэ|$1 еIэзэныгъэхэр}}\";'),('ady','messages:undeletebtn','s:34:\"ady-cyrl:ЗэшIогъэуцожь\";'),('ady','messages:undeletecomment','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ady','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('ady','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('ady','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('ady','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('ady','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('ady','messages:undeletelink','s:38:\"ady-cyrl:еплъ/зэкIэгъакIу\";'),('ady','messages:undeletepage','s:110:\"ady-cyrl:ТегъэкIыгъэ нэкIубгъохэр къэгъэлъагъу, зэшIогъэуцожьых\";'),('ady','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('ady','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('ady','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('ady','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('ady','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('ady','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('ady','messages:undeleteviewlink','s:17:\"ady-cyrl:еплъ\";'),('ady','messages:underline-always','s:19:\"ady-cyrl:Ренэу\";'),('ady','messages:underline-default','s:26:\"en:Skin or browser default\";'),('ady','messages:underline-never','s:24:\"ady-cyrl:ЗэнэмыIэ\";'),('ady','messages:undo-failure','s:70:\"en:The edit could not be undone due to conflicting intermediate edits.\";'),('ady','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('ady','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('ady','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('ady','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('ady','messages:undo-summary','s:78:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])\";'),('ady','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('ady','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('ady','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('ady','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('ady','messages:unexpected','s:31:\"en:Unexpected value: \"$1\"=\"$2\".\";'),('ady','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('ady','messages:unit-pixel','s:5:\"en:px\";'),('ady','messages:unknown-error','s:35:\"ady-cyrl:Къончагъэ гор.\";'),('ady','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('ady','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('ady','messages:unlockbtn','s:18:\"en:Unlock database\";'),('ady','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('ady','messages:unlockdb','s:18:\"en:Unlock database\";'),('ady','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('ady','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('ady','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('ady','messages:unpatrolledletter','s:4:\"en:!\";'),('ady','messages:unprotect','s:50:\"ady-cyrl:Ухъумэныгъэр зэблэхъу\";'),('ady','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('ady','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ady','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('ady','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('ady','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('ady','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('ady','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('ady','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('ady','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('ady','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('ady','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('ady','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('ady','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('ady','messages:unusedcategories','s:62:\"ady-cyrl:Мыгъэсэбэпыгъэ категориехэр\";'),('ady','messages:unusedcategories-summary','s:3:\"en:\";'),('ady','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('ady','messages:unusedimages','s:52:\"ady-cyrl:Мыгъэсэбэпыгъэ файлхэр\";'),('ady','messages:unusedimages-summary','s:3:\"en:\";'),('ady','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ady','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ady','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('ady','messages:unusedtemplates-summary','s:3:\"en:\";'),('ady','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('ady','messages:unusedtemplateswlh','s:39:\"ady-cyrl:нэмыкI зэпыщэхэр\";'),('ady','messages:unwatch','s:31:\"ady-cyrl:Лъымыплъэжь\";'),('ady','messages:unwatchedpages','s:62:\"ady-cyrl:Пари лымыплъэрэ нэкIубгъохэр\";'),('ady','messages:unwatchedpages-summary','s:3:\"en:\";'),('ady','messages:unwatching','s:32:\"ady-cyrl:Лъымплъэжь...\";'),('ady','messages:unwatchthispage','s:42:\"ady-cyrl:Лъыплъэныр щыгъэт\";'),('ady','messages:updated','s:12:\"en:(Updated)\";'),('ady','messages:updatedmarker','s:101:\"ady-cyrl:мыщпэм сыкъызихьагъэм азфагу кIэмэ уплъэкIужьыгъэ\";'),('ady','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('ady','messages:upload','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('ady','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('ady','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('ady','messages:upload-curl-error6','s:44:\"ady-cyrl:URL-м нэсын лъэкIырэп\";'),('ady','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('ady','messages:upload-default-description','s:4:\"en:-\";'),('ady','messages:upload-description','s:37:\"ady-cyrl:Файлым и къэбар\";'),('ady','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('ady','messages:upload-dialog-button-cancel','s:22:\"ady-cyrl:Ыуж икӀ\";'),('ady','messages:upload-dialog-button-done','s:31:\"ady-cyrl:ЗэшIуэкIыгъэ\";'),('ady','messages:upload-dialog-button-save','s:15:\"ady-cyrl:Итх\";'),('ady','messages:upload-dialog-button-upload','s:19:\"ady-cyrl:Илъхь\";'),('ady','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('ady','messages:upload-dialog-title','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady','messages:upload-disallowed-here','s:69:\"ady-cyrl:Мы файлым ухэӀэзахьыжьын уфитэп.\";'),('ady','messages:upload-file-error','s:38:\"ady-cyrl:ЫкIоцI фыкъуагъэ\";'),('ady','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('ady','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('ady','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('ady','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('ady','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('ady','messages:upload-form-label-infoform-description','s:32:\"ady-cyrl:АгурыбгъэIон\";'),('ady','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('ady','messages:upload-form-label-infoform-name','s:14:\"ady-cyrl:ЦIэ\";'),('ady','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('ady','messages:upload-form-label-infoform-title','s:21:\"ady-cyrl:Къэбар\";'),('ady','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('ady','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('ady','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('ady','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('ady','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('ady','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('ady','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('ady','messages:upload-form-label-usage-filename','s:24:\"ady-cyrl:ФайлыцIэ\";'),('ady','messages:upload-form-label-usage-title','s:33:\"ady-cyrl:Гъэфедэныгъэ\";'),('ady','messages:upload-http-error','s:58:\"ady-cyrl:HTTP фыкъуагъэ горэ хъугъэ: $1\";'),('ady','messages:upload-maxfilesize','s:57:\"ady-cyrl:Файлым иинагъэ максимум: $1\";'),('ady','messages:upload-misc-error','s:71:\"ady-cyrl:ЗэхэмышIыкIыгъэ илъхьан фыкъуагъэ\";'),('ady','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('ady','messages:upload-options','s:47:\"ady-cyrl:Илъхьан гъэпсыкIэхэр\";'),('ady','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('ady','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('ady','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('ady','messages:upload-proto-error','s:44:\"ady-cyrl:Протокол фыкъуагъэ\";'),('ady','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('ady','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('ady','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('ady','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('ady','messages:upload-source','s:30:\"ady-cyrl:Лъэпсэ файл\";'),('ady','messages:upload-summary','s:3:\"en:\";'),('ady','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('ady','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('ady','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('ady','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('ady','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('ady','messages:upload_source_file','s:77:\"ady-cyrl:(къыхэпхыгъэ файлыр уи компьютер щыщ)\";'),('ady','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('ady','messages:uploadbtn','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('ady','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('ady','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('ady','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('ady','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ady','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ady','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('ady','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ady','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('ady','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('ady','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ady','messages:uploaderror','s:55:\"ady-cyrl:Файл илъхьаныр фыкъуагъэ\";'),('ady','messages:uploadfooter','s:4:\"en:-\";'),('ady','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('ady','messages:uploadlogpage','s:39:\"ady-cyrl:Илъхьанхэм я лог\";'),('ady','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('ady','messages:uploadnewversion-linktext','s:36:\"en:Upload a new version of this file\";'),('ady','messages:uploadnologin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('ady','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('ady','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('ady','messages:uploadstash','s:32:\"ady-cyrl:Илъхьан шъэф\";'),('ady','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('ady','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('ady','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('ady','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('ady','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('ady','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('ady','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('ady','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('ady','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('ady','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('ady','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('ady','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('ady','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('ady','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('ady','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('ady','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('ady','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('ady','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('ady','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('ady','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('ady','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('ady','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('ady','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('ady','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('ady','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('ady','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('ady','messages:uploadvirus','s:67:\"ady-cyrl:Файлым вирусхэр илъыъ!\nКъэбар: $1\";'),('ady','messages:uploadwarning','s:17:\"en:Upload warning\";'),('ady','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('ady','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('ady','messages:user-mail-no-addy','s:90:\"ady-cyrl:Емэйл адрес имыIэу емэйл аригъэхьынэу фэягъ.\";'),('ady','messages:user-mail-no-body','s:107:\"ady-cyrl:Емэйл ебгъэхьынэу уфаягъ, нэкIэу е мэхьанэнчъэ кIакоу.\";'),('ady','messages:usercreated','s:36:\"en:{{GENDER:$3|Created}} on $1 at $2\";'),('ady','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('ady','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('ady','messages:usercssyoucanpreview','s:101:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new CSS before publishing.\";'),('ady','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('ady','messages:userexists','s:116:\"ady-cyrl:Ибгъэхьэгъэ нэбгырацIэр агъэфедэ.\nНэмыкI цIэ горэ къыхэхба.\";'),('ady','messages:userinvalidconfigtitle','s:182:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css, .json, and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('ady','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('ady','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('ady','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('ady','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('ady','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('ady','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('ady','messages:userjsyoucanpreview','s:108:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JavaScript before publishing.\";'),('ady','messages:userlogin-createanother','s:48:\"ady-cyrl:НэмыкI аккаунт къэубл\";'),('ady','messages:userlogin-helplink2','s:61:\"ady-cyrl:Системэм сыхэхьанэу къыздеӏ\";'),('ady','messages:userlogin-joinproject','s:40:\"ady-cyrl:{{SITENAME}} зигъэгъус\";'),('ady','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('ady','messages:userlogin-noaccount','s:37:\"ady-cyrl:Аккаунт уиӏэба?\";'),('ady','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('ady','messages:userlogin-remembermypassword','s:59:\"ady-cyrl:Системэм сыхэтэу сыкъэгъан\";'),('ady','messages:userlogin-resetpassword-link','s:60:\"ady-cyrl:УишъэфгущыIэр пщыгъупшагъа?\";'),('ady','messages:userlogin-signwithsecure','s:66:\"ady-cyrl:Ухъумэгъэ зэпышIэныгъэр гъэфед\";'),('ady','messages:userlogin-yourname','s:31:\"ady-cyrl:НэбгырацӀэр\";'),('ady','messages:userlogin-yourname-ph','s:40:\"ady-cyrl:Итх уи нэбгырацIэ\";'),('ady','messages:userlogin-yourpassword','s:26:\"ady-cyrl:ШъэфгущыI\";'),('ady','messages:userlogin-yourpassword-ph','s:40:\"ady-cyrl:Уи шъэфгущыIэ итх\";'),('ady','messages:userlogout','s:23:\"ady-cyrl:ХэкӀыжь\";'),('ady','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('ady','messages:userlogout-summary','s:3:\"en:\";'),('ady','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('ady','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('ady','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('ady','messages:usermessage-editor','s:19:\"en:System messenger\";'),('ady','messages:usermessage-summary','s:54:\"ady-cyrl:Системэ мессадж къэгъан.\";'),('ady','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ady','messages:username','s:41:\"ady-cyrl:{{GENDER:$1|НэбгырацI}}:\";'),('ady','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('ady','messages:userpage-userdoesnotexist','s:90:\"en:User account \"$1\" is not registered.\nPlease check if you want to create/edit this page.\";'),('ady','messages:userpage-userdoesnotexist-view','s:72:\"ady-cyrl:Аккаунтэу \"$1\" регистрацие ыкIугъэп.\";'),('ady','messages:userrights','s:14:\"en:User rights\";'),('ady','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('ady','messages:userrights-changeable-col','s:59:\"ady-cyrl:Купхэу узхэIэзыхьашъущтхэр\";'),('ady','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('ady','messages:userrights-editusergroup','s:49:\"ady-cyrl:Нэбгырэмэ я купмэ яIаз\";'),('ady','messages:userrights-expiry','s:11:\"en:Expires:\";'),('ady','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('ady','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('ady','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('ady','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('ady','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('ady','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('ady','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('ady','messages:userrights-groupsmember','s:38:\"ady-cyrl:Мы купмэ ахахьэ:\";'),('ady','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('ady','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('ady','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('ady','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('ady','messages:userrights-lookup-user','s:53:\"ady-cyrl:Нэбгырэмэ якупхэр гъэпс\";'),('ady','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('ady','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('ady','messages:userrights-nodatabase','s:78:\"ady-cyrl:Датэбазэу $1 щыIэп е хьанэгъунэу щытэп.\";'),('ady','messages:userrights-reason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady','messages:userrights-summary','s:3:\"en:\";'),('ady','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('ady','messages:userrights-unchangeable-col','s:63:\"ady-cyrl:Купхэу узхэМыIэзыхьашъущтхэр\";'),('ady','messages:userrights-user-editname','s:44:\"ady-cyrl:Итх уи нэбгырацӀэр:\";'),('ady','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ady','messages:variantname-crh','s:6:\"en:crh\";'),('ady','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('ady','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('ady','messages:variantname-gan','s:6:\"en:gan\";'),('ady','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('ady','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('ady','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ady','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ady','messages:variantname-iu','s:5:\"en:iu\";'),('ady','messages:variantname-kk','s:5:\"en:kk\";'),('ady','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ady','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('ady','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('ady','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('ady','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ady','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('ady','messages:variantname-ku','s:5:\"en:ku\";'),('ady','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ady','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ady','messages:variantname-shi','s:6:\"en:shi\";'),('ady','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ady','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ady','messages:variantname-sr','s:5:\"en:sr\";'),('ady','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ady','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('ady','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('ady','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ady','messages:variantname-tg','s:5:\"en:tg\";'),('ady','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ady','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ady','messages:variantname-tly','s:6:\"en:tly\";'),('ady','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ady','messages:variantname-uz','s:5:\"en:uz\";'),('ady','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ady','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ady','messages:variantname-zh','s:5:\"en:zh\";'),('ady','messages:variantname-zh-cn','s:5:\"en:CN\";'),('ady','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('ady','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('ady','messages:variantname-zh-hk','s:5:\"en:HK\";'),('ady','messages:variantname-zh-mo','s:5:\"en:MO\";'),('ady','messages:variantname-zh-my','s:5:\"en:MY\";'),('ady','messages:variantname-zh-sg','s:5:\"en:SG\";'),('ady','messages:variantname-zh-tw','s:5:\"en:TW\";'),('ady','messages:variants','s:29:\"ady-cyrl:Вариантхэр\";'),('ady','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('ady','messages:vector-action-addsection','s:27:\"ady-cyrl:Ӏофтхьабз\";'),('ady','messages:vector-action-delete','s:23:\"ady-cyrl:ТегъэкӀ\";'),('ady','messages:vector-action-move','s:15:\"ady-cyrl:Хьы\";'),('ady','messages:vector-action-protect','s:23:\"ady-cyrl:Иухъумэ\";'),('ady','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('ady','messages:vector-action-undelete','s:25:\"ady-cyrl:УмылъэкӀ\";'),('ady','messages:vector-action-unprotect','s:27:\"ady-cyrl:Умыухъумэ\";'),('ady','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('ady','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('ady','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('ady','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('ady','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('ady','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('ady','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('ady','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('ady','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('ady','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('ady','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('ady','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('ady','messages:vector-languages','s:12:\"en:Languages\";'),('ady','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('ady','messages:vector-more-actions','s:19:\"ady-cyrl:Джыри\";'),('ady','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('ady','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('ady','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('ady','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('ady','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('ady','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ady','messages:vector-site-nav-label','s:7:\"en:Site\";'),('ady','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('ady','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('ady','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('ady','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('ady','messages:vector-toc-heading','s:11:\"en:Contents\";'),('ady','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('ady','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('ady','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('ady','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('ady','messages:vector-view-create','s:19:\"ady-cyrl:КъэшӀ\";'),('ady','messages:vector-view-edit','s:25:\"ady-cyrl:ХэӀэзыхь\";'),('ady','messages:vector-view-history','s:33:\"ady-cyrl:Тарихъым eплъ\";'),('ady','messages:vector-view-view','s:15:\"ady-cyrl:Едж\";'),('ady','messages:vector-view-viewsource','s:32:\"ady-cyrl:Еплъ лъапсэм\";'),('ady','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('ady','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('ady','messages:verification-error','s:80:\"ady-cyrl:Мы файлым файл-уплъэкIуныр ыкIушъугъэп.\";'),('ady','messages:version','s:10:\"en:Version\";'),('ady','messages:version-antispam','s:18:\"en:Spam prevention\";'),('ady','messages:version-api','s:6:\"en:API\";'),('ady','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('ady','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('ady','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('ady','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ady','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ady','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ady','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ady','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ady','messages:version-editors','s:10:\"en:Editors\";'),('ady','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('ady','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ady','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('ady','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('ady','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('ady','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ady','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ady','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('ady','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('ady','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('ady','messages:version-ext-colheader-license','s:10:\"en:License\";'),('ady','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('ady','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('ady','messages:version-ext-license','s:10:\"en:License\";'),('ady','messages:version-extensions','s:23:\"en:Installed extensions\";'),('ady','messages:version-hook-name','s:12:\"en:Hook name\";'),('ady','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('ady','messages:version-hooks','s:8:\"en:Hooks\";'),('ady','messages:version-libraries','s:22:\"en:Installed libraries\";'),('ady','messages:version-libraries-authors','s:10:\"en:Authors\";'),('ady','messages:version-libraries-description','s:14:\"en:Description\";'),('ady','messages:version-libraries-library','s:10:\"en:Library\";'),('ady','messages:version-libraries-license','s:10:\"en:License\";'),('ady','messages:version-libraries-version','s:10:\"en:Version\";'),('ady','messages:version-license','s:20:\"en:MediaWiki License\";'),('ady','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('ady','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('ady','messages:version-license-title','s:17:\"en:License for $1\";'),('ady','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('ady','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('ady','messages:version-other','s:8:\"en:Other\";'),('ady','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('ady','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('ady','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('ady','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('ady','messages:version-poweredby-others','s:9:\"en:others\";'),('ady','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('ady','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('ady','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('ady','messages:version-skins','s:18:\"en:Installed skins\";'),('ady','messages:version-software','s:21:\"en:Installed software\";'),('ady','messages:version-software-product','s:10:\"en:Product\";'),('ady','messages:version-software-version','s:10:\"en:Version\";'),('ady','messages:version-specialpages','s:16:\"en:Special pages\";'),('ady','messages:version-summary','s:3:\"en:\";'),('ady','messages:version-variables','s:12:\"en:Variables\";'),('ady','messages:version-version','s:7:\"en:($1)\";'),('ady','messages:versionrequired','s:61:\"ady-cyrl:MediaWiki-м и $1-рэ версие ищыкIагъ\";'),('ady','messages:versionrequiredtext','s:105:\"ady-cyrl:MediaWiki-м и $1-рэ версие ищыкIагъ.\nЕплъ [[Special:Version|version page]].\";'),('ady','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('ady','messages:view','s:17:\"ady-cyrl:Еплъ\";'),('ady','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ady','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ady','messages:view-pool-error','s:162:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this page.\nPlease wait a while before you try to access this page again.\n\n$1\";'),('ady','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ady','messages:viewcount','s:80:\"ady-cyrl:Мы нэкIубгъом еплъыгъэх {{PLURAL:$1|зэ|$1-рэ}}.\";'),('ady','messages:viewdeleted','s:21:\"ady-cyrl:Еплъ $1?\";'),('ady','messages:viewdeleted_short','s:145:\"ady-cyrl:Къэгъэлъагъу {{PLURAL:$1|зы тегъэкIыгъэ еIэзэныгъэ|$1 тегъэкIыгъэ еIэзэныгъэхэр}}\";'),('ady','messages:viewdeletedpage','s:79:\"ady-cyrl:ТегъэкIыгъэ нэкIубгъохэр къэгъэлъагъу\";'),('ady','messages:viewhelppage','s:54:\"ady-cyrl:IэпыIэгъу нэкIубгъом еплъ\";'),('ady','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ady','messages:viewpagelogs','s:75:\"ady-cyrl:Мы нэкӏубгъом и логхэр къэгъэлъагъу\";'),('ady','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('ady','messages:viewprevnext','s:53:\"ady-cyrl:Еплъ ($1 {{int:pipe-separator}} $2) ($3)\";'),('ady','messages:views','s:31:\"ady-cyrl:Еплъыгъэхэр\";'),('ady','messages:viewsource','s:32:\"ady-cyrl:Еплъ лъапсэм\";'),('ady','messages:viewsource-title','s:42:\"ady-cyrl:Еплъ лъапсэм $1 пае\";'),('ady','messages:viewsourcelink','s:32:\"ady-cyrl:лъапсэм еплъ\";'),('ady','messages:viewsourceold','s:32:\"ady-cyrl:еплъ лъапсэм\";'),('ady','messages:viewsourcetext','s:96:\"ady-cyrl:Мы нэкIубгъом ылъапсэм уеплъын и копи пшIышъущт.\";'),('ady','messages:viewtalkpage','s:45:\"ady-cyrl:ТегущыIэныгъэм еплъ\";'),('ady','messages:viewyourtext','s:152:\"ady-cyrl:<strong>Уэ уи еIэзэнхэм</strong> я лъапсэ уеплъын е копи пшIын плъэкIыыщт мы нэкIубгъом.\";'),('ady','messages:virus-badscanner','s:114:\"ady-cyrl:ЗэтегъэпсыхьакIэ дэй: ЗэхэмышIыкIыгъэ вирус сканер: <em>$1</em>\";'),('ady','messages:virus-scanfailed','s:53:\"ady-cyrl:сканшIын къуанч (кодэу $1)\";'),('ady','messages:virus-unknownscanner','s:57:\"ady-cyrl:зэхэмышIыкIыгъэ антивирус:\";'),('ady','messages:wantedcategories','s:51:\"ady-cyrl:ИщыкIэгъэ категориехэр\";'),('ady','messages:wantedcategories-summary','s:3:\"en:\";'),('ady','messages:wantedfiles','s:41:\"ady-cyrl:ИщыкIэгъэ файлхэр\";'),('ady','messages:wantedfiles-summary','s:3:\"en:\";'),('ady','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ady','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ady','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('ady','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('ady','messages:wantedpages','s:50:\"ady-cyrl:ИщыкIэгъэ нэкIубгъохэр\";'),('ady','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('ady','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('ady','messages:wantedtemplates','s:45:\"ady-cyrl:ИщыкIэгъэ шапхъэхэр\";'),('ady','messages:wantedtemplates-summary','s:3:\"en:\";'),('ady','messages:watch','s:21:\"ady-cyrl:Лъыплъ\";'),('ady','messages:watching','s:24:\"ady-cyrl:Лъыплъ...\";'),('ady','messages:watchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady','messages:watchlist-details','s:77:\"en:{{PLURAL:$1|$1 page is|$1 pages are}} on your Watchlist (plus talk pages).\";'),('ady','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('ady','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('ady','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('ady','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('ady','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('ady','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('ady','messages:watchlist-hide','s:7:\"en:Hide\";'),('ady','messages:watchlist-options','s:20:\"en:Watchlist options\";'),('ady','messages:watchlist-submit','s:7:\"en:Show\";'),('ady','messages:watchlist-summary','s:3:\"en:\";'),('ady','messages:watchlist-unwatch','s:5:\"en:×\";'),('ady','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ady','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('ady','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('ady','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('ady','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('ady','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('ady','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ady','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('ady','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('ady','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('ady','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('ady','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('ady','messages:watchlistedit-normal-legend','s:31:\"en:Remove titles from watchlist\";'),('ady','messages:watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ady','messages:watchlistedit-normal-title','s:17:\"en:Edit watchlist\";'),('ady','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('ady','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('ady','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('ady','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('ady','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ady','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ady','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('ady','messages:watchlistedit-raw-titles','s:10:\"en:Titles:\";'),('ady','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('ady','messages:watchlistfor2','s:21:\"ady-cyrl:$1 $2 пае\";'),('ady','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('ady','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('ady','messages:watchlisttools-edit','s:26:\"en:View and edit watchlist\";'),('ady','messages:watchlisttools-raw','s:21:\"en:Edit raw watchlist\";'),('ady','messages:watchlisttools-view','s:24:\"en:View relevant changes\";'),('ady','messages:watchnologin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady','messages:watchthis','s:47:\"ady-cyrl:Мы нэкӀубгъом лъыплъ\";'),('ady','messages:watchthispage','s:47:\"ady-cyrl:Мы нэкӀубгъом лъыплъ\";'),('ady','messages:watchthisupload','s:39:\"ady-cyrl:Мы файлым лъыплъ\";'),('ady','messages:wed','s:15:\"ady-cyrl:Брж\";'),('ady','messages:wednesday','s:31:\"ady-cyrl:Бэрэскэжъый\";'),('ady','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('ady','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('ady','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('ady','messages:welcomeuser','s:30:\"ady-cyrl:Къеблагъ, $1!\";'),('ady','messages:whatlinkshere','s:72:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэхэр\";'),('ady','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('ady','messages:whatlinkshere-hideimages','s:18:\"en:Hide file links\";'),('ady','messages:whatlinkshere-hidelinks','s:22:\"ady-cyrl:$1 зэпыщ\";'),('ady','messages:whatlinkshere-hideredirs','s:32:\"ady-cyrl:$1 гъэкӀожьын\";'),('ady','messages:whatlinkshere-hidetrans','s:36:\"ady-cyrl:$1 хэлъхьаныгъэ\";'),('ady','messages:whatlinkshere-links','s:31:\"ady-cyrl:← зэпыщэхэр\";'),('ady','messages:whatlinkshere-next','s:73:\"ady-cyrl:{{PLURAL:$1|кӀэлъыкӀорэр|кӀэлъыкӀорэ $1}}\";'),('ady','messages:whatlinkshere-page','s:28:\"ady-cyrl:НэкӀубгъо:\";'),('ady','messages:whatlinkshere-prev','s:49:\"ady-cyrl:{{PLURAL:$1|ыпэ ит|ыпэ ит $1}}\";'),('ady','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('ady','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('ady','messages:whatlinkshere-summary','s:3:\"en:\";'),('ady','messages:whatlinkshere-title','s:60:\"ady-cyrl:\"$1\"-м къэзыщэрэ нэкӀубгъохэр\";'),('ady','messages:whitelistedittext','s:27:\"en:Please $1 to edit pages.\";'),('ady','messages:widthheight','s:11:\"en:$1 × $2\";'),('ady','messages:widthheightpage','s:40:\"en:$1 × $2, $3 {{PLURAL:$3|page|pages}}\";'),('ady','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('ady','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('ady','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('ady','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('ady','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('ady','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('ady','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('ady','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('ady','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('ady','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('ady','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('ady','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('ady','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('ady','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('ady','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('ady','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('ady','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('ady','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('ady','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('ady','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('ady','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('ady','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('ady','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('ady','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('ady','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('ady','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('ady','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('ady','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('ady','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('ady','messages:wikieditor-toolbar-help-content-bold-result','s:29:\"en:<strong>Bold text</strong>\";'),('ady','messages:wikieditor-toolbar-help-content-bold-syntax','s:18:\"en:\'\'\'Bold text\'\'\'\";'),('ady','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('ady','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('ady','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('ady','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('ady','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('ady','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('ady','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('ady','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('ady','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('ady','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('ady','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('ady','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('ady','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('ady','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('ady','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('ady','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('ady','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('ady','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('ady','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('ady','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('ady','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('ady','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('ady','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('ady','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('ady','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('ady','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('ady','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('ady','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ady','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ady','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ady','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('ady','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('ady','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('ady','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"en:Reference\";'),('ady','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('ady','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('ady','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('ady','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ady','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ady','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('ady','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('ady','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ady','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('ady','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('ady','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ady','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('ady','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('ady','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ady','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('ady','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('ady','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('ady','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('ady','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ady','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('ady','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('ady','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('ady','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('ady','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('ady','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('ady','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('ady','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('ady','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('ady','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('ady','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('ady','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('ady','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('ady','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('ady','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('ady','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('ady','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('ady','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('ady','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('ady','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('ady','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('ady','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('ady','messages:wikieditor-toolbar-tool-file-example','s:14:\"en:Example.jpg\";'),('ady','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('ady','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('ady','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('ady','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('ady','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('ady','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('ady','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('ady','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('ady','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('ady','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('ady','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('ady','messages:wikieditor-toolbar-tool-ilink','s:16:\"en:Internal link\";'),('ady','messages:wikieditor-toolbar-tool-ilink-example','s:13:\"en:Link title\";'),('ady','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('ady','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('ady','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('ady','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('ady','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('ady','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('ady','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('ady','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('ady','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('ady','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('ady','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('ady','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('ady','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('ady','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('ady','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('ady','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('ady','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('ady','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('ady','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('ady','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('ady','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('ady','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('ady','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('ady','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('ady','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('ady','messages:wikieditor-toolbar-tool-reference','s:12:\"en:Reference\";'),('ady','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('ady','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('ady','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('ady','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('ady','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('ady','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('ady','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('ady','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('ady','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('ady','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('ady','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('ady','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('ady','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('ady','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('ady','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('ady','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('ady','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('ady','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('ady','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('ady','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('ady','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('ady','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('ady','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('ady','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('ady','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('ady','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('ady','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('ady','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('ady','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('ady','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('ady','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('ady','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('ady','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('ady','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('ady','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('ady','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ady','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('ady','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('ady','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('ady','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('ady','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('ady','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('ady','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('ady','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('ady','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('ady','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('ady','messages:wikieditor-toolbar-tool-xlink','s:42:\"en:External link (remember http:// prefix)\";'),('ady','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('ady','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('ady','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('ady','messages:withoutinterwiki','s:64:\"ady-cyrl:Бзэ зэпыщэ зимыIэ нэкIубгъохэр\";'),('ady','messages:withoutinterwiki-legend','s:9:\"en:Prefix\";'),('ady','messages:withoutinterwiki-submit','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady','messages:withoutinterwiki-summary','s:87:\"ady-cyrl:Мы нэкIубгъомэ нэмыкI бзэ версиехэм ащэрэп.\";'),('ady','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('ady','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('ady','messages:wlnote','s:154:\"en:Below {{PLURAL:$1|is the last change|are the last <strong>$1</strong> changes}} in the last {{PLURAL:$2|hour|<strong>$2</strong> hours}}, as of $3, $4.\";'),('ady','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('ady','messages:wlshowhidebots','s:7:\"en:bots\";'),('ady','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('ady','messages:wlshowhideliu','s:19:\"en:registered users\";'),('ady','messages:wlshowhidemine','s:11:\"en:my edits\";'),('ady','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('ady','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('ady','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('ady','messages:word-separator','s:8:\"en:&#32;\";'),('ady','messages:wrongpassword','s:72:\"ady-cyrl:ШъэфгущыIэр тэрэзэп.\nДжыри зэ еплъ.\";'),('ady','messages:wrongpasswordempty','s:67:\"ady-cyrl:ШъэфгущыIэр нэкIы.\nДжыри зэ еплъ.\";'),('ady','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('ady','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('ady','messages:year','s:66:\"ady-cyrl:Илъэсым ыкӀоцӀ (ыкӀи нахь жьэу):\";'),('ady','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('ady','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('ady','messages:youhavenewmessages','s:37:\"ady-cyrl:{{PLURAL:$3|УиI}} $1 ($2).\";'),('ady','messages:youhavenewmessagesfromusers','s:75:\"en:{{PLURAL:$4|You have}} $1 from {{PLURAL:$3|another user|$3 users}} ($2).\";'),('ady','messages:youhavenewmessagesmanyusers','s:36:\"en:You have $1 from many users ($2).\";'),('ady','messages:yourdiff','s:14:\"en:Differences\";'),('ady','messages:yourdomainname','s:25:\"ady-cyrl:Уи домен:\";'),('ady','messages:youremail','s:20:\"ady-cyrl:Емэйл:\";'),('ady','messages:yourgender','s:37:\"en:How do you prefer to be described?\";'),('ady','messages:yourlanguage','s:16:\"ady-cyrl:Бзэ:\";'),('ady','messages:yourname','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady','messages:yournick','s:37:\"ady-cyrl:КIэтхэжьыкIакIэ:\";'),('ady','messages:yourpassword','s:27:\"ady-cyrl:ШъэфгущыI:\";'),('ady','messages:yourpasswordagain','s:58:\"ady-cyrl:Джыри зэ къэтх шъэфгущыIэр:\";'),('ady','messages:yourrealname','s:32:\"ady-cyrl:ЦIэ шъыпкъэр:\";'),('ady','messages:yourtext','s:24:\"ady-cyrl:Уи текст\";'),('ady','messages:yourvariant','s:55:\"ady-cyrl:КIоцIрытым ыбзэ и вариант:\";'),('ady','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('ady','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('ady','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('ady','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('ady','minimumGroupingDigits','N;'),('ady','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ady','namespaceGenderAliases','a:0:{}'),('ady','namespaceNames','a:17:{i:-2;s:10:\"Медиа\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}'),('ady','originalFallbackSequence','a:1:{i:0;s:8:\"ady-cyrl\";}'),('ady','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('ady','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('ady','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:41:\"ady-cyrl:Project:Фэгъэхьыгъэу\";s:9:\"aboutsite\";s:46:\"ady-cyrl:{{SITENAME}} фэгъэхьыгъэу\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:27:\"ady-cyrl:ШӀагъэхэр\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:49:\"ady-cyrl:Джыр хъугъэ-шӀагъэхэр\";s:17:\"currentevents-url\";s:57:\"ady-cyrl:Project:Джыр хъугъэ-шӀагъэхэр\";s:14:\"disclaimerpage\";s:48:\"ady-cyrl:Project:ПшъэдэкӀ умыхьын\";s:11:\"disclaimers\";s:40:\"ady-cyrl:ПшъэдэкӀ умыхьын\";s:4:\"edit\";s:25:\"ady-cyrl:ХэӀэзыхь\";s:11:\"editsection\";s:25:\"ady-cyrl:хэӀэзыхь\";s:15:\"editsectionhint\";s:38:\"ady-cyrl:Пычыгъом хатх: $1\";s:4:\"help\";s:27:\"ady-cyrl:ӀэпыӀэгъу\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:29:\"ady-cyrl:МыкӀэ пкӀэ:\";s:16:\"jumptonavigation\";s:29:\"ady-cyrl:зыплъыхьэн\";s:12:\"jumptosearch\";s:21:\"ady-cyrl:лъыхъу\";s:14:\"lastmodifiedat\";s:83:\"ady-cyrl:Мыщпэм мы нэкӀубгъор зеӀэзагъэхэр $1, $2-м.\";s:8:\"mainpage\";s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";s:20:\"mainpage-description\";s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";s:14:\"mainpage-nstab\";s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";s:10:\"namespaces\";s:25:\"ady-cyrl:ЦӀэчӀыпӀ\";s:10:\"navigation\";s:29:\"ady-cyrl:Зыплъыхьэн\";s:23:\"nav-login-createaccount\";s:53:\"ady-cyrl:Къыхахь / аккаунт къэубл\";s:10:\"nstab-main\";s:27:\"ady-cyrl:НэкӀубгъо\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:66:\"ady-cyrl:{{PLURAL:$1|Категорий|Категориехэр}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:37:\"ady-cyrl:Ренэу щыт зэпыщ\";s:13:\"personaltools\";s:37:\"ady-cyrl:СиӀэмэпсымэхэр\";s:6:\"portal\";s:44:\"ady-cyrl:Лъэпкъэгъу ӀухьапӀ\";s:10:\"portal-url\";s:52:\"ady-cyrl:Project:Лъэпкъэгъу ӀухьапӀ\";s:16:\"printableversion\";s:32:\"ady-cyrl:Хэутын теплъ\";s:7:\"privacy\";s:40:\"ady-cyrl:Зыушъэфын хабзэр\";s:11:\"privacypage\";s:48:\"ady-cyrl:Project:Зыушъэфын хабзэр\";s:10:\"randompage\";s:50:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъу\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:52:\"ady-cyrl:Ыужрэ зэхъокӀыныгъэхэр\";s:27:\"recentchangeslinked-toolbox\";s:62:\"ady-cyrl:ЕхьылӀэгъэ зэблэхъуныгъэхэр\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:35:\"ady-cyrl:\"$1\" - м къикӀыгъ\";s:6:\"search\";s:21:\"ady-cyrl:Лъыхъу\";s:13:\"searcharticle\";s:15:\"ady-cyrl:КӀо\";s:12:\"searchbutton\";s:21:\"ady-cyrl:Лъыхъу\";s:20:\"searchsuggest-search\";s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:38:\"ady-cyrl:Зыплъыхьэн меню\";s:14:\"site-atom-feed\";s:27:\"ady-cyrl:$1 Atom чэзыу\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:54:\"ady-cyrl:ЯӀамышӀыкӀ нэкӀубгъохэр\";s:7:\"tagline\";s:31:\"ady-cyrl:{{SITENAME}}-м щыщ\";s:4:\"talk\";s:27:\"ady-cyrl:ТегущыӀэн\";s:7:\"toolbox\";s:34:\"ady-cyrl:Ӏэмэ-псымэхэр\";s:15:\"tooltip-ca-edit\";s:57:\"ady-cyrl:Гъэтэрэзыжь мы нэкӀубгъор\";s:18:\"tooltip-ca-history\";s:59:\"ady-cyrl:Мы нэкӀубгъом иверсиежъхэр\";s:21:\"tooltip-ca-nstab-main\";s:44:\"ady-cyrl:КӀоцӀытхагъэм еплъ\";s:15:\"tooltip-ca-talk\";s:73:\"ady-cyrl:Апэ мэхьанэ нэкӀубгъом и тегущыӀэн\";s:21:\"tooltip-ca-viewsource\";s:95:\"ady-cyrl:Мы нэкубгъор ухъумагъ.\nАу ылъапсэ плъэгъушъущт\";s:23:\"tooltip-n-currentevents\";s:46:\"ady-cyrl:КъэбаркӀэ нэкӀубгъу\";s:14:\"tooltip-n-help\";s:67:\"ady-cyrl:ӀэпыӀэгъу зыщыбгъотыщт чӀыпӀэр\";s:30:\"tooltip-n-mainpage-description\";s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";s:16:\"tooltip-n-portal\";s:98:\"ady-cyrl:Проектым пае, пшӀэшъущтыр, сыд пӀомэ узэплъыщтыр\";s:20:\"tooltip-n-randompage\";s:75:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъогорэ къигъахь\";s:23:\"tooltip-n-recentchanges\";s:67:\"ady-cyrl:Мы виким и аужрэ зэхъокӀыгъохэр\";s:14:\"tooltip-p-logo\";s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";s:16:\"tooltip-pt-login\";s:84:\"ady-cyrl:Системэм ухахьэмэ дэгъу; егъэзыгъэ Ӏофэп\";s:24:\"tooltip-pt-createaccount\";s:133:\"ady-cyrl:Ӏамал щыӀэмэ аккаунт егъажьи системэм хахь; ау егъэзыгъэ Ӏоф хэлъэп\";s:14:\"tooltip-search\";s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";s:23:\"tooltip-search-fulltext\";s:72:\"ady-cyrl:Мы тхыгъэр нэкӀубгъомэ къахэгъуат\";s:17:\"tooltip-search-go\";s:77:\"ady-cyrl:ЩыӀэмэ, мыр зыцӀэ дэдэ нэкӀубгъом кӀо\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:80:\"ady-cyrl:Мы нэкӀубгъом къакIорэ зэмыхъокӀ зэпыщ\";s:15:\"tooltip-t-print\";s:55:\"ady-cyrl:НэкӀубгъом ихэутын теплъ\";s:29:\"tooltip-t-recentchangeslinked\";s:116:\"ady-cyrl:Мы нэкӀубгъом пышӀагъэ нэкӀубгъорхэмэ яаужрэ зэблэхъухэр\";s:22:\"tooltip-t-specialpages\";s:53:\"ady-cyrl:Шъхьаф нэкӀубгъо пстэур\";s:23:\"tooltip-t-whatlinkshere\";s:79:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэ пстэур\";s:8:\"variants\";s:29:\"ady-cyrl:Вариантхэр\";s:16:\"vector-view-edit\";s:25:\"ady-cyrl:ХэӀэзыхь\";s:19:\"vector-view-history\";s:33:\"ady-cyrl:Тарихъым eплъ\";s:16:\"vector-view-view\";s:15:\"ady-cyrl:Едж\";s:9:\"viewcount\";s:80:\"ady-cyrl:Мы нэкIубгъом еплъыгъэх {{PLURAL:$1|зэ|$1-рэ}}.\";s:5:\"views\";s:31:\"ady-cyrl:Еплъыгъэхэр\";s:13:\"whatlinkshere\";s:72:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэхэр\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"Медиа\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}}'),('ady','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ady','rtl','b:0;'),('ady','separatorTransformTable','N;'),('ady','specialPageAliases','a:142:{s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('ady-cyrl','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('ady-cyrl','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('ady-cyrl','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ady-cyrl','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ady-cyrl','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('ady-cyrl','defaultDateFormat','s:10:\"dmy or mdy\";'),('ady-cyrl','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAdy_cyrl.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:70:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:80:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:84:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ady-cyrl.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ady-cyrl','digitGroupingPattern','s:9:\"#,##0.###\";'),('ady-cyrl','digitTransformTable','N;'),('ady-cyrl','fallback','b:0;'),('ady-cyrl','fallback8bitEncoding','s:12:\"windows-1252\";'),('ady-cyrl','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('ady-cyrl','imageFiles','N;'),('ady-cyrl','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ady-cyrl','linkPrefixExtension','b:0;'),('ady-cyrl','linkTrail','s:87:\"/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяӀ]+)(.*)$/sDu\";'),('ady-cyrl','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-minordefault\";i:14;s:16:\"tog-previewontop\";i:15;s:18:\"tog-previewonfirst\";i:16;s:24:\"tog-enotifwatchlistpages\";i:17;s:23:\"tog-enotifusertalkpages\";i:18;s:20:\"tog-enotifminoredits\";i:19;s:20:\"tog-enotifrevealaddr\";i:20;s:23:\"tog-shownumberswatching\";i:21;s:10:\"tog-oldsig\";i:22;s:12:\"tog-fancysig\";i:23;s:18:\"tog-uselivepreview\";i:24;s:20:\"tog-forceeditsummary\";i:25;s:20:\"tog-watchlisthideown\";i:26;s:21:\"tog-watchlisthidebots\";i:27;s:22:\"tog-watchlisthideminor\";i:28;s:20:\"tog-watchlisthideliu\";i:29;s:22:\"tog-watchlisthideanons\";i:30;s:26:\"tog-watchlisthidepatrolled\";i:31;s:16:\"tog-ccmeonemails\";i:32;s:12:\"tog-diffonly\";i:33;s:18:\"tog-showhiddencats\";i:34;s:18:\"tog-norollbackdiff\";i:35;s:18:\"tog-useeditwarning\";i:36;s:16:\"tog-prefershttps\";i:37;s:16:\"underline-always\";i:38;s:15:\"underline-never\";i:39;s:14:\"editfont-style\";i:40;s:6:\"sunday\";i:41;s:6:\"monday\";i:42;s:7:\"tuesday\";i:43;s:9:\"wednesday\";i:44;s:8:\"thursday\";i:45;s:6:\"friday\";i:46;s:8:\"saturday\";i:47;s:3:\"sun\";i:48;s:3:\"mon\";i:49;s:3:\"tue\";i:50;s:3:\"wed\";i:51;s:3:\"thu\";i:52;s:3:\"fri\";i:53;s:3:\"sat\";i:54;s:7:\"january\";i:55;s:8:\"february\";i:56;s:5:\"march\";i:57;s:5:\"april\";i:58;s:8:\"may_long\";i:59;s:4:\"june\";i:60;s:4:\"july\";i:61;s:6:\"august\";i:62;s:9:\"september\";i:63;s:7:\"october\";i:64;s:8:\"november\";i:65;s:8:\"december\";i:66;s:11:\"january-gen\";i:67;s:12:\"february-gen\";i:68;s:9:\"march-gen\";i:69;s:9:\"april-gen\";i:70;s:7:\"may-gen\";i:71;s:8:\"june-gen\";i:72;s:8:\"july-gen\";i:73;s:10:\"august-gen\";i:74;s:13:\"september-gen\";i:75;s:11:\"october-gen\";i:76;s:12:\"november-gen\";i:77;s:12:\"december-gen\";i:78;s:3:\"jan\";i:79;s:3:\"feb\";i:80;s:3:\"mar\";i:81;s:3:\"apr\";i:82;s:3:\"may\";i:83;s:3:\"jun\";i:84;s:3:\"jul\";i:85;s:3:\"aug\";i:86;s:3:\"sep\";i:87;s:3:\"oct\";i:88;s:3:\"nov\";i:89;s:3:\"dec\";i:90;s:14:\"pagecategories\";i:91;s:15:\"category_header\";i:92;s:13:\"subcategories\";i:93;s:21:\"category-media-header\";i:94;s:14:\"category-empty\";i:95;s:17:\"hidden-categories\";i:96;s:24:\"hidden-category-category\";i:97;s:21:\"category-subcat-count\";i:98;s:29:\"category-subcat-count-limited\";i:99;s:22:\"category-article-count\";i:100;s:30:\"category-article-count-limited\";i:101;s:19:\"category-file-count\";i:102;s:27:\"category-file-count-limited\";i:103;s:14:\"index-category\";i:104;s:16:\"noindex-category\";i:105;s:20:\"broken-file-category\";i:106;s:5:\"about\";i:107;s:7:\"article\";i:108;s:9:\"newwindow\";i:109;s:6:\"cancel\";i:110;s:13:\"moredotdotdot\";i:111;s:13:\"morenotlisted\";i:112;s:6:\"mypage\";i:113;s:6:\"mytalk\";i:114;s:8:\"anontalk\";i:115;s:10:\"navigation\";i:116;s:3:\"and\";i:117;s:3:\"faq\";i:118;s:7:\"actions\";i:119;s:10:\"namespaces\";i:120;s:8:\"variants\";i:121;s:18:\"navigation-heading\";i:122;s:14:\"errorpagetitle\";i:123;s:8:\"returnto\";i:124;s:7:\"tagline\";i:125;s:4:\"help\";i:126;s:6:\"search\";i:127;s:12:\"searchbutton\";i:128;s:2:\"go\";i:129;s:13:\"searcharticle\";i:130;s:17:\"skin-view-history\";i:131;s:7:\"history\";i:132;s:13:\"history_short\";i:133;s:13:\"updatedmarker\";i:134;s:16:\"printableversion\";i:135;s:9:\"permalink\";i:136;s:5:\"print\";i:137;s:4:\"view\";i:138;s:14:\"skin-view-view\";i:139;s:17:\"skin-view-foreign\";i:140;s:4:\"edit\";i:141;s:14:\"skin-view-edit\";i:142;s:10:\"edit-local\";i:143;s:6:\"create\";i:144;s:16:\"skin-view-create\";i:145;s:12:\"create-local\";i:146;s:6:\"delete\";i:147;s:14:\"undelete_short\";i:148;s:17:\"viewdeleted_short\";i:149;s:7:\"protect\";i:150;s:14:\"protect_change\";i:151;s:21:\"skin-action-unprotect\";i:152;s:9:\"unprotect\";i:153;s:7:\"newpage\";i:154;s:16:\"talkpagelinktext\";i:155;s:11:\"specialpage\";i:156;s:13:\"personaltools\";i:157;s:4:\"talk\";i:158;s:5:\"views\";i:159;s:7:\"toolbox\";i:160;s:9:\"imagepage\";i:161;s:13:\"mediawikipage\";i:162;s:12:\"templatepage\";i:163;s:12:\"viewhelppage\";i:164;s:12:\"categorypage\";i:165;s:12:\"viewtalkpage\";i:166;s:14:\"otherlanguages\";i:167;s:14:\"redirectedfrom\";i:168;s:15:\"redirectpagesub\";i:169;s:10:\"redirectto\";i:170;s:14:\"lastmodifiedat\";i:171;s:9:\"viewcount\";i:172;s:13:\"protectedpage\";i:173;s:6:\"jumpto\";i:174;s:16:\"jumptonavigation\";i:175;s:12:\"jumptosearch\";i:176;s:12:\"pool-timeout\";i:177;s:14:\"pool-queuefull\";i:178;s:17:\"pool-errorunknown\";i:179;s:23:\"poolcounter-usage-error\";i:180;s:9:\"aboutsite\";i:181;s:9:\"aboutpage\";i:182;s:9:\"copyright\";i:183;s:13:\"copyrightpage\";i:184;s:13:\"currentevents\";i:185;s:17:\"currentevents-url\";i:186;s:11:\"disclaimers\";i:187;s:14:\"disclaimerpage\";i:188;s:8:\"edithelp\";i:189;s:20:\"helppage-top-gethelp\";i:190;s:8:\"mainpage\";i:191;s:20:\"mainpage-description\";i:192;s:10:\"policy-url\";i:193;s:6:\"portal\";i:194;s:10:\"portal-url\";i:195;s:7:\"privacy\";i:196;s:11:\"privacypage\";i:197;s:9:\"badaccess\";i:198;s:16:\"badaccess-group0\";i:199;s:15:\"versionrequired\";i:200;s:19:\"versionrequiredtext\";i:201;s:2:\"ok\";i:202;s:13:\"retrievedfrom\";i:203;s:18:\"youhavenewmessages\";i:204;s:21:\"newmessageslinkplural\";i:205;s:25:\"newmessagesdifflinkplural\";i:206;s:11:\"editsection\";i:207;s:7:\"editold\";i:208;s:13:\"viewsourceold\";i:209;s:8:\"editlink\";i:210;s:14:\"viewsourcelink\";i:211;s:15:\"editsectionhint\";i:212;s:3:\"toc\";i:213;s:7:\"showtoc\";i:214;s:7:\"hidetoc\";i:215;s:20:\"collapsible-collapse\";i:216;s:18:\"collapsible-expand\";i:217;s:19:\"confirmable-confirm\";i:218;s:15:\"confirmable-yes\";i:219;s:14:\"confirmable-no\";i:220;s:13:\"thisisdeleted\";i:221;s:11:\"viewdeleted\";i:222;s:11:\"restorelink\";i:223;s:12:\"feed-invalid\";i:224;s:16:\"feed-unavailable\";i:225;s:13:\"site-rss-feed\";i:226;s:14:\"site-atom-feed\";i:227;s:13:\"page-rss-feed\";i:228;s:14:\"page-atom-feed\";i:229;s:14:\"red-link-title\";i:230;s:15:\"sort-descending\";i:231;s:14:\"sort-ascending\";i:232;s:10:\"nstab-main\";i:233;s:10:\"nstab-user\";i:234;s:11:\"nstab-media\";i:235;s:13:\"nstab-special\";i:236;s:13:\"nstab-project\";i:237;s:11:\"nstab-image\";i:238;s:15:\"nstab-mediawiki\";i:239;s:14:\"nstab-template\";i:240;s:10:\"nstab-help\";i:241;s:14:\"nstab-category\";i:242;s:14:\"mainpage-nstab\";i:243;s:12:\"nosuchaction\";i:244;s:17:\"nosuchspecialpage\";i:245;s:5:\"error\";i:246;s:13:\"databaseerror\";i:247;s:19:\"databaseerror-query\";i:248;s:22:\"databaseerror-function\";i:249;s:19:\"databaseerror-error\";i:250;s:17:\"laggedreplicamode\";i:251;s:8:\"readonly\";i:252;s:18:\"missingarticle-rev\";i:253;s:19:\"missingarticle-diff\";i:254;s:13:\"internalerror\";i:255;s:18:\"internalerror_info\";i:256;s:13:\"filecopyerror\";i:257;s:15:\"filerenameerror\";i:258;s:15:\"filedeleteerror\";i:259;s:20:\"directorycreateerror\";i:260;s:22:\"directoryreadonlyerror\";i:261;s:12:\"filenotfound\";i:262;s:9:\"formerror\";i:263;s:15:\"badarticleerror\";i:264;s:12:\"cannotdelete\";i:265;s:18:\"cannotdelete-title\";i:266;s:8:\"badtitle\";i:267;s:12:\"badtitletext\";i:268;s:24:\"title-invalid-characters\";i:269;s:10:\"viewsource\";i:270;s:16:\"viewsource-title\";i:271;s:17:\"protectedpagetext\";i:272;s:14:\"viewsourcetext\";i:273;s:12:\"viewyourtext\";i:274;s:18:\"translateinterface\";i:275;s:18:\"namespaceprotected\";i:276;s:20:\"mycustomcssprotected\";i:277;s:19:\"mycustomjsprotected\";i:278;s:22:\"myprivateinfoprotected\";i:279;s:22:\"mypreferencesprotected\";i:280;s:19:\"ns-specialprotected\";i:281;s:17:\"exception-nologin\";i:282;s:22:\"exception-nologin-text\";i:283;s:16:\"virus-badscanner\";i:284;s:16:\"virus-scanfailed\";i:285;s:20:\"virus-unknownscanner\";i:286;s:11:\"welcomeuser\";i:287;s:8:\"yourname\";i:288;s:18:\"userlogin-yourname\";i:289;s:21:\"userlogin-yourname-ph\";i:290;s:30:\"createacct-another-username-ph\";i:291;s:12:\"yourpassword\";i:292;s:22:\"userlogin-yourpassword\";i:293;s:25:\"userlogin-yourpassword-ph\";i:294;s:26:\"createacct-yourpassword-ph\";i:295;s:17:\"yourpasswordagain\";i:296;s:28:\"createacct-yourpasswordagain\";i:297;s:31:\"createacct-yourpasswordagain-ph\";i:298;s:28:\"userlogin-remembermypassword\";i:299;s:24:\"userlogin-signwithsecure\";i:300;s:14:\"yourdomainname\";i:301;s:25:\"password-change-forbidden\";i:302;s:5:\"login\";i:303;s:23:\"nav-login-createaccount\";i:304;s:6:\"logout\";i:305;s:10:\"userlogout\";i:306;s:11:\"notloggedin\";i:307;s:19:\"userlogin-noaccount\";i:308;s:21:\"userlogin-joinproject\";i:309;s:13:\"createaccount\";i:310;s:28:\"userlogin-resetpassword-link\";i:311;s:19:\"userlogin-helplink2\";i:312;s:23:\"userlogin-createanother\";i:313;s:24:\"createacct-emailrequired\";i:314;s:24:\"createacct-emailoptional\";i:315;s:19:\"createacct-email-ph\";i:316;s:27:\"createacct-another-email-ph\";i:317;s:19:\"createacct-realname\";i:318;s:17:\"createacct-reason\";i:319;s:20:\"createacct-reason-ph\";i:320;s:17:\"createacct-submit\";i:321;s:25:\"createacct-another-submit\";i:322;s:26:\"createacct-benefit-heading\";i:323;s:24:\"createacct-benefit-body1\";i:324;s:24:\"createacct-benefit-body2\";i:325;s:24:\"createacct-benefit-body3\";i:326;s:9:\"badretype\";i:327;s:10:\"userexists\";i:328;s:10:\"loginerror\";i:329;s:16:\"createacct-error\";i:330;s:18:\"createaccounterror\";i:331;s:6:\"noname\";i:332;s:17:\"loginsuccesstitle\";i:333;s:15:\"nosuchusershort\";i:334;s:15:\"nouserspecified\";i:335;s:17:\"login-userblocked\";i:336;s:13:\"wrongpassword\";i:337;s:18:\"wrongpasswordempty\";i:338;s:16:\"passwordtooshort\";i:339;s:15:\"passwordtoolong\";i:340;s:19:\"password-name-match\";i:341;s:24:\"password-login-forbidden\";i:342;s:14:\"mailmypassword\";i:343;s:13:\"noemailcreate\";i:344;s:9:\"mailerror\";i:345;s:18:\"emailauthenticated\";i:346;s:16:\"emailconfirmlink\";i:347;s:13:\"emaildisabled\";i:348;s:14:\"accountcreated\";i:349;s:19:\"createaccount-title\";i:350;s:19:\"login-abort-generic\";i:351;s:18:\"loginlanguagelabel\";i:352;s:8:\"pt-login\";i:353;s:15:\"pt-login-button\";i:354;s:16:\"pt-createaccount\";i:355;s:13:\"pt-userlogout\";i:356;s:22:\"php-mail-error-unknown\";i:357;s:17:\"user-mail-no-addy\";i:358;s:17:\"user-mail-no-body\";i:359;s:14:\"changepassword\";i:360;s:18:\"resetpass_announce\";i:361;s:16:\"resetpass_header\";i:362;s:11:\"oldpassword\";i:363;s:11:\"newpassword\";i:364;s:9:\"retypenew\";i:365;s:16:\"resetpass_submit\";i:366;s:22:\"changepassword-success\";i:367;s:19:\"resetpass_forbidden\";i:368;s:17:\"resetpass-no-info\";i:369;s:25:\"resetpass-submit-loggedin\";i:370;s:23:\"resetpass-submit-cancel\";i:371;s:18:\"resetpass-recycled\";i:372;s:17:\"resetpass-expired\";i:373;s:13:\"passwordreset\";i:374;s:22:\"passwordreset-disabled\";i:375;s:27:\"passwordreset-emaildisabled\";i:376;s:22:\"passwordreset-username\";i:377;s:20:\"passwordreset-domain\";i:378;s:19:\"passwordreset-email\";i:379;s:24:\"passwordreset-emailtitle\";i:380;s:26:\"passwordreset-emailelement\";i:381;s:11:\"changeemail\";i:382;s:19:\"changeemail-no-info\";i:383;s:20:\"changeemail-oldemail\";i:384;s:20:\"changeemail-newemail\";i:385;s:16:\"changeemail-none\";i:386;s:20:\"changeemail-password\";i:387;s:18:\"changeemail-submit\";i:388;s:11:\"resettokens\";i:389;s:21:\"resettokens-no-tokens\";i:390;s:18:\"resettokens-tokens\";i:391;s:16:\"resettokens-done\";i:392;s:23:\"resettokens-resetbutton\";i:393;s:7:\"summary\";i:394;s:9:\"minoredit\";i:395;s:9:\"watchthis\";i:396;s:11:\"savearticle\";i:397;s:7:\"preview\";i:398;s:11:\"showpreview\";i:399;s:8:\"showdiff\";i:400;s:15:\"anoneditwarning\";i:401;s:18:\"missingcommenttext\";i:402;s:15:\"summary-preview\";i:403;s:16:\"previewerrortext\";i:404;s:15:\"blockednoreason\";i:405;s:18:\"nosuchsectiontitle\";i:406;s:13:\"loginreqtitle\";i:407;s:12:\"loginreqlink\";i:408;s:12:\"accmailtitle\";i:409;s:10:\"newarticle\";i:410;s:14:\"newarticletext\";i:411;s:13:\"noarticletext\";i:412;s:26:\"noarticletext-nopermission\";i:413;s:30:\"userpage-userdoesnotexist-view\";i:414;s:4:\"note\";i:415;s:11:\"previewnote\";i:416;s:16:\"continue-editing\";i:417;s:7:\"editing\";i:418;s:8:\"creating\";i:419;s:14:\"editingsection\";i:420;s:14:\"editingcomment\";i:421;s:12:\"editconflict\";i:422;s:8:\"yourtext\";i:423;s:32:\"editpage-cannot-use-custom-model\";i:424;s:13:\"templatesused\";i:425;s:18:\"template-protected\";i:426;s:22:\"template-semiprotected\";i:427;s:16:\"hiddencategories\";i:428;s:17:\"nocreate-loggedin\";i:429;s:17:\"permissionserrors\";i:430;s:32:\"permissionserrorstext-withaction\";i:431;s:19:\"moveddeleted-notice\";i:432;s:11:\"log-fulllog\";i:433;s:13:\"edit-conflict\";i:434;s:29:\"postedit-confirmation-created\";i:435;s:30:\"postedit-confirmation-restored\";i:436;s:27:\"postedit-confirmation-saved\";i:437;s:19:\"edit-already-exists\";i:438;s:20:\"invalid-content-data\";i:439;s:22:\"content-model-wikitext\";i:440;s:18:\"content-model-text\";i:441;s:24:\"content-model-javascript\";i:442;s:25:\"content-json-empty-object\";i:443;s:24:\"content-json-empty-array\";i:444;s:12:\"viewpagelogs\";i:445;s:9:\"nohistory\";i:446;s:10:\"currentrev\";i:447;s:15:\"currentrev-asof\";i:448;s:12:\"revisionasof\";i:449;s:13:\"revision-info\";i:450;s:16:\"previousrevision\";i:451;s:12:\"nextrevision\";i:452;s:19:\"currentrevisionlink\";i:453;s:3:\"cur\";i:454;s:4:\"next\";i:455;s:4:\"last\";i:456;s:10:\"page_first\";i:457;s:9:\"page_last\";i:458;s:22:\"history-fieldset-title\";i:459;s:20:\"history-show-deleted\";i:460;s:9:\"histfirst\";i:461;s:8:\"histlast\";i:462;s:11:\"historysize\";i:463;s:12:\"historyempty\";i:464;s:18:\"history-feed-title\";i:465;s:24:\"history-feed-description\";i:466;s:17:\"history-edit-tags\";i:467;s:19:\"rev-deleted-comment\";i:468;s:16:\"rev-deleted-user\";i:469;s:17:\"rev-deleted-event\";i:470;s:12:\"rev-delundel\";i:471;s:15:\"rev-showdeleted\";i:472;s:17:\"revdelete-no-file\";i:473;s:26:\"revdelete-show-file-submit\";i:474;s:19:\"revdelete-hide-text\";i:475;s:20:\"revdelete-hide-image\";i:476;s:22:\"revdelete-hide-comment\";i:477;s:19:\"revdelete-hide-user\";i:478;s:20:\"revdelete-radio-same\";i:479;s:19:\"revdelete-radio-set\";i:480;s:21:\"revdelete-radio-unset\";i:481;s:13:\"revdelete-log\";i:482;s:14:\"revdel-restore\";i:483;s:8:\"pagehist\";i:484;s:11:\"deletedhist\";i:485;s:25:\"revdelete-reasonotherlist\";i:486;s:18:\"revdelete-offender\";i:487;s:12:\"mergehistory\";i:488;s:16:\"mergehistory-box\";i:489;s:17:\"mergehistory-from\";i:490;s:17:\"mergehistory-into\";i:491;s:15:\"mergehistory-go\";i:492;s:19:\"mergehistory-submit\";i:493;s:22:\"mergehistory-no-source\";i:494;s:27:\"mergehistory-invalid-source\";i:495;s:19:\"mergehistory-reason\";i:496;s:8:\"mergelog\";i:497;s:11:\"revertmerge\";i:498;s:13:\"history-title\";i:499;s:16:\"difference-title\";i:500;s:6:\"lineno\";i:501;s:23:\"compareselectedversions\";i:502;s:8:\"editundo\";i:503;s:10:\"diff-empty\";i:504;s:19:\"diff-multi-sameuser\";i:505;s:13:\"searchresults\";i:506;s:19:\"searchresults-title\";i:507;s:5:\"prevn\";i:508;s:5:\"nextn\";i:509;s:9:\"prev-page\";i:510;s:9:\"next-page\";i:511;s:11:\"nextn-title\";i:512;s:11:\"shown-title\";i:513;s:12:\"viewprevnext\";i:514;s:14:\"searchmenu-new\";i:515;s:22:\"searchprofile-articles\";i:516;s:20:\"searchprofile-images\";i:517;s:24:\"searchprofile-everything\";i:518;s:22:\"searchprofile-advanced\";i:519;s:30:\"searchprofile-articles-tooltip\";i:520;s:28:\"searchprofile-images-tooltip\";i:521;s:32:\"searchprofile-everything-tooltip\";i:522;s:30:\"searchprofile-advanced-tooltip\";i:523;s:18:\"search-result-size\";i:524;s:15:\"search-redirect\";i:525;s:14:\"search-section\";i:526;s:15:\"search-category\";i:527;s:14:\"search-suggest\";i:528;s:21:\"search-interwiki-more\";i:529;s:21:\"search-relatedarticle\";i:530;s:13:\"searchrelated\";i:531;s:9:\"searchall\";i:532;s:21:\"search-showingresults\";i:533;s:16:\"search-nonefound\";i:534;s:18:\"powersearch-legend\";i:535;s:14:\"powersearch-ns\";i:536;s:23:\"powersearch-togglelabel\";i:537;s:21:\"powersearch-toggleall\";i:538;s:22:\"powersearch-togglenone\";i:539;s:11:\"preferences\";i:540;s:13:\"mypreferences\";i:541;s:11:\"prefs-edits\";i:542;s:10:\"prefs-skin\";i:543;s:12:\"skin-preview\";i:544;s:16:\"prefs-user-pages\";i:545;s:14:\"prefs-personal\";i:546;s:8:\"prefs-rc\";i:547;s:15:\"prefs-watchlist\";i:548;s:19:\"prefs-editwatchlist\";i:549;s:23:\"prefs-editwatchlist-raw\";i:550;s:25:\"prefs-editwatchlist-clear\";i:551;s:20:\"prefs-watchlist-days\";i:552;s:24:\"prefs-watchlist-days-max\";i:553;s:25:\"prefs-watchlist-edits-max\";i:554;s:21:\"prefs-watchlist-token\";i:555;s:10:\"prefs-misc\";i:556;s:15:\"prefs-resetpass\";i:557;s:17:\"prefs-changeemail\";i:558;s:14:\"prefs-setemail\";i:559;s:11:\"prefs-email\";i:560;s:15:\"prefs-rendering\";i:561;s:9:\"saveprefs\";i:562;s:13:\"prefs-editing\";i:563;s:17:\"searchresultshead\";i:564;s:21:\"recentchangesdays-max\";i:565;s:10:\"savedprefs\";i:566;s:14:\"timezonelegend\";i:567;s:9:\"localtime\";i:568;s:17:\"timezoneuseoffset\";i:569;s:10:\"servertime\";i:570;s:13:\"guesstimezone\";i:571;s:21:\"timezoneregion-africa\";i:572;s:22:\"timezoneregion-america\";i:573;s:25:\"timezoneregion-antarctica\";i:574;s:21:\"timezoneregion-arctic\";i:575;s:19:\"timezoneregion-asia\";i:576;s:23:\"timezoneregion-atlantic\";i:577;s:24:\"timezoneregion-australia\";i:578;s:21:\"timezoneregion-europe\";i:579;s:21:\"timezoneregion-indian\";i:580;s:22:\"timezoneregion-pacific\";i:581;s:19:\"prefs-searchoptions\";i:582;s:16:\"prefs-namespaces\";i:583;s:11:\"prefs-files\";i:584;s:24:\"prefs-emailconfirm-label\";i:585;s:9:\"youremail\";i:586;s:8:\"username\";i:587;s:18:\"prefs-registration\";i:588;s:12:\"yourrealname\";i:589;s:12:\"yourlanguage\";i:590;s:11:\"yourvariant\";i:591;s:8:\"yournick\";i:592;s:6:\"badsig\";i:593;s:11:\"gender-male\";i:594;s:13:\"gender-female\";i:595;s:5:\"email\";i:596;s:25:\"prefs-help-email-required\";i:597;s:10:\"prefs-info\";i:598;s:10:\"prefs-i18n\";i:599;s:15:\"prefs-signature\";i:600;s:16:\"prefs-dateformat\";i:601;s:16:\"prefs-timeoffset\";i:602;s:12:\"prefs-editor\";i:603;s:13:\"prefs-preview\";i:604;s:16:\"prefs-advancedrc\";i:605;s:23:\"prefs-advancedrendering\";i:606;s:27:\"prefs-advancedsearchoptions\";i:607;s:23:\"prefs-advancedwatchlist\";i:608;s:15:\"prefs-displayrc\";i:609;s:22:\"prefs-displaywatchlist\";i:610;s:20:\"prefs-tokenwatchlist\";i:611;s:22:\"userrights-lookup-user\";i:612;s:24:\"userrights-user-editname\";i:613;s:13:\"editusergroup\";i:614;s:24:\"userrights-editusergroup\";i:615;s:23:\"userrights-groupsmember\";i:616;s:17:\"userrights-reason\";i:617;s:21:\"userrights-nodatabase\";i:618;s:25:\"userrights-changeable-col\";i:619;s:27:\"userrights-unchangeable-col\";i:620;s:5:\"group\";i:621;s:10:\"group-user\";i:622;s:19:\"group-autoconfirmed\";i:623;s:9:\"group-bot\";i:624;s:11:\"group-sysop\";i:625;s:16:\"group-bureaucrat\";i:626;s:9:\"group-all\";i:627;s:17:\"group-user-member\";i:628;s:26:\"group-autoconfirmed-member\";i:629;s:16:\"group-bot-member\";i:630;s:18:\"group-sysop-member\";i:631;s:23:\"group-bureaucrat-member\";i:632;s:14:\"grouppage-user\";i:633;s:23:\"grouppage-autoconfirmed\";i:634;s:13:\"grouppage-bot\";i:635;s:15:\"grouppage-sysop\";i:636;s:20:\"grouppage-bureaucrat\";i:637;s:10:\"right-read\";i:638;s:10:\"right-edit\";i:639;s:16:\"right-createtalk\";i:640;s:19:\"right-createaccount\";i:641;s:15:\"right-minoredit\";i:642;s:10:\"right-move\";i:643;s:19:\"right-move-subpages\";i:644;s:24:\"right-move-categorypages\";i:645;s:14:\"right-movefile\";i:646;s:12:\"right-upload\";i:647;s:14:\"right-reupload\";i:648;s:19:\"right-upload_by_url\";i:649;s:14:\"right-writeapi\";i:650;s:12:\"right-delete\";i:651;s:15:\"right-bigdelete\";i:652;s:19:\"right-browsearchive\";i:653;s:14:\"right-undelete\";i:654;s:20:\"right-viewsuppressed\";i:655;s:22:\"right-editcontentmodel\";i:656;s:19:\"right-editinterface\";i:657;s:17:\"right-editusercss\";i:658;s:18:\"right-edituserjson\";i:659;s:16:\"right-edituserjs\";i:660;s:19:\"right-editmyusercss\";i:661;s:20:\"right-editmyuserjson\";i:662;s:18:\"right-editmyuserjs\";i:663;s:21:\"right-viewmywatchlist\";i:664;s:19:\"right-editmyoptions\";i:665;s:20:\"right-unwatchedpages\";i:666;s:18:\"right-mergehistory\";i:667;s:15:\"right-sendemail\";i:668;s:14:\"newuserlogpage\";i:669;s:11:\"action-read\";i:670;s:22:\"skin-action-addsection\";i:671;s:11:\"action-edit\";i:672;s:17:\"action-createpage\";i:673;s:17:\"action-createtalk\";i:674;s:20:\"action-createaccount\";i:675;s:14:\"action-history\";i:676;s:16:\"action-minoredit\";i:677;s:11:\"action-move\";i:678;s:20:\"action-move-subpages\";i:679;s:25:\"action-move-categorypages\";i:680;s:15:\"action-movefile\";i:681;s:13:\"action-upload\";i:682;s:15:\"action-reupload\";i:683;s:20:\"action-upload_by_url\";i:684;s:15:\"action-writeapi\";i:685;s:13:\"action-delete\";i:686;s:21:\"action-deleterevision\";i:687;s:21:\"action-deletedhistory\";i:688;s:20:\"action-browsearchive\";i:689;s:15:\"action-undelete\";i:690;s:23:\"action-suppressrevision\";i:691;s:14:\"action-protect\";i:692;s:13:\"action-import\";i:693;s:19:\"action-importupload\";i:694;s:21:\"action-unwatchedpages\";i:695;s:16:\"action-sendemail\";i:696;s:22:\"action-editmywatchlist\";i:697;s:22:\"action-viewmywatchlist\";i:698;s:8:\"nchanges\";i:699;s:27:\"enhancedrc-since-last-visit\";i:700;s:18:\"enhancedrc-history\";i:701;s:13:\"recentchanges\";i:702;s:20:\"recentchanges-legend\";i:703;s:21:\"recentchanges-summary\";i:704;s:27:\"recentchanges-label-newpage\";i:705;s:25:\"recentchanges-label-minor\";i:706;s:23:\"recentchanges-label-bot\";i:707;s:31:\"recentchanges-label-unpatrolled\";i:708;s:29:\"recentchanges-label-plusminus\";i:709;s:28:\"recentchanges-legend-heading\";i:710;s:28:\"recentchanges-legend-newpage\";i:711;s:10:\"rclistfrom\";i:712;s:15:\"rcshowhideminor\";i:713;s:20:\"rcshowhideminor-show\";i:714;s:20:\"rcshowhideminor-hide\";i:715;s:14:\"rcshowhidebots\";i:716;s:19:\"rcshowhidebots-show\";i:717;s:19:\"rcshowhidebots-hide\";i:718;s:13:\"rcshowhideliu\";i:719;s:18:\"rcshowhideliu-show\";i:720;s:18:\"rcshowhideliu-hide\";i:721;s:15:\"rcshowhideanons\";i:722;s:20:\"rcshowhideanons-show\";i:723;s:20:\"rcshowhideanons-hide\";i:724;s:14:\"rcshowhidepatr\";i:725;s:19:\"rcshowhidepatr-show\";i:726;s:19:\"rcshowhidepatr-hide\";i:727;s:14:\"rcshowhidemine\";i:728;s:19:\"rcshowhidemine-show\";i:729;s:19:\"rcshowhidemine-hide\";i:730;s:7:\"rclinks\";i:731;s:4:\"diff\";i:732;s:4:\"hist\";i:733;s:4:\"hide\";i:734;s:4:\"show\";i:735;s:15:\"minoreditletter\";i:736;s:13:\"newpageletter\";i:737;s:13:\"boteditletter\";i:738;s:18:\"rc-change-size-new\";i:739;s:17:\"newsectionsummary\";i:740;s:19:\"recentchangeslinked\";i:741;s:24:\"recentchangeslinked-feed\";i:742;s:27:\"recentchangeslinked-toolbox\";i:743;s:25:\"recentchangeslinked-title\";i:744;s:27:\"recentchangeslinked-summary\";i:745;s:24:\"recentchangeslinked-page\";i:746;s:22:\"recentchangeslinked-to\";i:747;s:6:\"upload\";i:748;s:9:\"uploadbtn\";i:749;s:13:\"uploadnologin\";i:750;s:11:\"uploaderror\";i:751;s:13:\"uploadlogpage\";i:752;s:8:\"filename\";i:753;s:8:\"filedesc\";i:754;s:17:\"fileuploadsummary\";i:755;s:19:\"filereuploadsummary\";i:756;s:10:\"filesource\";i:757;s:10:\"minlength1\";i:758;s:16:\"filename-toolong\";i:759;s:11:\"badfilename\";i:760;s:16:\"filetype-missing\";i:761;s:10:\"empty-file\";i:762;s:14:\"file-too-large\";i:763;s:17:\"filename-tooshort\";i:764;s:15:\"filetype-banned\";i:765;s:18:\"verification-error\";i:766;s:16:\"illegal-filename\";i:767;s:9:\"overwrite\";i:768;s:13:\"unknown-error\";i:769;s:8:\"savefile\";i:770;s:11:\"uploadvirus\";i:771;s:13:\"upload-source\";i:772;s:14:\"sourcefilename\";i:773;s:9:\"sourceurl\";i:774;s:12:\"destfilename\";i:775;s:18:\"upload-maxfilesize\";i:776;s:18:\"upload-description\";i:777;s:14:\"upload-options\";i:778;s:15:\"watchthisupload\";i:779;s:18:\"upload-proto-error\";i:780;s:17:\"upload-file-error\";i:781;s:17:\"upload-misc-error\";i:782;s:17:\"upload-http-error\";i:783;s:19:\"upload-dialog-title\";i:784;s:27:\"upload-dialog-button-cancel\";i:785;s:25:\"upload-dialog-button-done\";i:786;s:25:\"upload-dialog-button-save\";i:787;s:27:\"upload-dialog-button-upload\";i:788;s:32:\"upload-form-label-infoform-title\";i:789;s:31:\"upload-form-label-infoform-name\";i:790;s:38:\"upload-form-label-infoform-description\";i:791;s:29:\"upload-form-label-usage-title\";i:792;s:32:\"upload-form-label-usage-filename\";i:793;s:22:\"backend-fail-notexists\";i:794;s:19:\"backend-fail-delete\";i:795;s:17:\"backend-fail-read\";i:796;s:19:\"backend-fail-create\";i:797;s:11:\"uploadstash\";i:798;s:16:\"http-invalid-url\";i:799;s:15:\"http-read-error\";i:800;s:18:\"upload-curl-error6\";i:801;s:14:\"license-header\";i:802;s:9:\"nolicense\";i:803;s:17:\"license-nopreview\";i:804;s:18:\"upload_source_file\";i:805;s:16:\"listfiles-delete\";i:806;s:7:\"imgfile\";i:807;s:16:\"file-anchor-link\";i:808;s:8:\"filehist\";i:809;s:13:\"filehist-help\";i:810;s:15:\"filehist-revert\";i:811;s:16:\"filehist-current\";i:812;s:17:\"filehist-datetime\";i:813;s:14:\"filehist-thumb\";i:814;s:18:\"filehist-thumbtext\";i:815;s:13:\"filehist-user\";i:816;s:19:\"filehist-dimensions\";i:817;s:16:\"filehist-comment\";i:818;s:10:\"imagelinks\";i:819;s:12:\"linkstoimage\";i:820;s:14:\"nolinkstoimage\";i:821;s:22:\"sharedupload-desc-here\";i:822;s:22:\"upload-disallowed-here\";i:823;s:10:\"mimesearch\";i:824;s:8:\"mimetype\";i:825;s:14:\"unwatchedpages\";i:826;s:18:\"unusedtemplateswlh\";i:827;s:10:\"randompage\";i:828;s:25:\"randomincategory-category\";i:829;s:23:\"randomincategory-legend\";i:830;s:23:\"randomincategory-submit\";i:831;s:10:\"statistics\";i:832;s:23:\"statistics-header-pages\";i:833;s:23:\"statistics-header-edits\";i:834;s:23:\"statistics-header-users\";i:835;s:23:\"statistics-header-hooks\";i:836;s:16:\"statistics-pages\";i:837;s:16:\"statistics-files\";i:838;s:20:\"pageswithprop-submit\";i:839;s:20:\"brokenredirects-edit\";i:840;s:22:\"brokenredirects-delete\";i:841;s:16:\"withoutinterwiki\";i:842;s:24:\"withoutinterwiki-summary\";i:843;s:23:\"withoutinterwiki-submit\";i:844;s:6:\"nbytes\";i:845;s:8:\"nmembers\";i:846;s:23:\"uncategorizedcategories\";i:847;s:19:\"uncategorizedimages\";i:848;s:22:\"uncategorizedtemplates\";i:849;s:16:\"unusedcategories\";i:850;s:12:\"unusedimages\";i:851;s:16:\"wantedcategories\";i:852;s:11:\"wantedpages\";i:853;s:11:\"wantedfiles\";i:854;s:15:\"wantedtemplates\";i:855;s:10:\"mostlinked\";i:856;s:20:\"mostlinkedcategories\";i:857;s:14:\"mostcategories\";i:858;s:10:\"mostimages\";i:859;s:10:\"shortpages\";i:860;s:9:\"longpages\";i:861;s:19:\"protectedpages-page\";i:862;s:21:\"protectedpages-reason\";i:863;s:32:\"protectedpages-unknown-timestamp\";i:864;s:8:\"newpages\";i:865;s:17:\"newpages-username\";i:866;s:12:\"ancientpages\";i:867;s:4:\"move\";i:868;s:12:\"movethispage\";i:869;s:13:\"pager-older-n\";i:870;s:11:\"booksources\";i:871;s:25:\"booksources-search-legend\";i:872;s:18:\"booksources-search\";i:873;s:3:\"log\";i:874;s:18:\"log-title-wildcard\";i:875;s:8:\"allpages\";i:876;s:8:\"nextpage\";i:877;s:8:\"prevpage\";i:878;s:11:\"allarticles\";i:879;s:14:\"allinnamespace\";i:880;s:14:\"allpagessubmit\";i:881;s:10:\"categories\";i:882;s:32:\"sp-deletedcontributions-contribs\";i:883;s:14:\"linksearch-pat\";i:884;s:13:\"linksearch-ns\";i:885;s:13:\"linksearch-ok\";i:886;s:16:\"listusers-submit\";i:887;s:18:\"listusers-noresult\";i:888;s:20:\"activeusers-noresult\";i:889;s:15:\"listgrouprights\";i:890;s:21:\"listgrouprights-group\";i:891;s:22:\"listgrouprights-rights\";i:892;s:24:\"listgrouprights-helppage\";i:893;s:23:\"listgrouprights-members\";i:894;s:28:\"listgrouprights-addgroup-all\";i:895;s:31:\"listgrouprights-removegroup-all\";i:896;s:45:\"listgrouprights-namespaceprotection-namespace\";i:897;s:18:\"trackingcategories\";i:898;s:22:\"trackingcategories-msg\";i:899;s:23:\"trackingcategories-name\";i:900;s:11:\"mailnologin\";i:901;s:9:\"emailuser\";i:902;s:24:\"emailuser-title-notarget\";i:903;s:12:\"noemailtitle\";i:904;s:13:\"emailusername\";i:905;s:19:\"emailusernamesubmit\";i:906;s:12:\"emailmessage\";i:907;s:9:\"emailsend\";i:908;s:9:\"emailccme\";i:909;s:9:\"emailsent\";i:910;s:13:\"emailsenttext\";i:911;s:19:\"usermessage-summary\";i:912;s:9:\"watchlist\";i:913;s:11:\"mywatchlist\";i:914;s:13:\"watchlistfor2\";i:915;s:12:\"watchnologin\";i:916;s:8:\"addwatch\";i:917;s:11:\"removewatch\";i:918;s:22:\"removedwatchtext-short\";i:919;s:5:\"watch\";i:920;s:13:\"watchthispage\";i:921;s:7:\"unwatch\";i:922;s:15:\"unwatchthispage\";i:923;s:8:\"watching\";i:924;s:10:\"unwatching\";i:925;s:28:\"enotif_impersonal_salutation\";i:926;s:18:\"enotif_anon_editor\";i:927;s:7:\"created\";i:928;s:7:\"changed\";i:929;s:17:\"deletepage-submit\";i:930;s:7:\"confirm\";i:931;s:9:\"excontent\";i:932;s:15:\"excontentauthor\";i:933;s:14:\"delete-confirm\";i:934;s:13:\"delete-legend\";i:935;s:14:\"actioncomplete\";i:936;s:12:\"actionfailed\";i:937;s:10:\"dellogpage\";i:938;s:14:\"dellogpagetext\";i:939;s:11:\"deletionlog\";i:940;s:8:\"reverted\";i:941;s:13:\"deletecomment\";i:942;s:21:\"deletereasonotherlist\";i:943;s:22:\"delete-edit-reasonlist\";i:944;s:15:\"deleteprotected\";i:945;s:8:\"rollback\";i:946;s:12:\"rollbacklink\";i:947;s:17:\"rollbacklinkcount\";i:948;s:20:\"sessionfailure-title\";i:949;s:18:\"changecontentmodel\";i:950;s:25:\"changecontentmodel-legend\";i:951;s:30:\"changecontentmodel-title-label\";i:952;s:30:\"changecontentmodel-model-label\";i:953;s:31:\"changecontentmodel-reason-label\";i:954;s:32:\"changecontentmodel-success-title\";i:955;s:21:\"log-name-contentmodel\";i:956;s:14:\"protectlogpage\";i:957;s:14:\"prot_1movedto2\";i:958;s:26:\"protect-badnamespace-title\";i:959;s:25:\"protect-badnamespace-text\";i:960;s:32:\"protect-norestrictiontypes-title\";i:961;s:14:\"protect-legend\";i:962;s:14:\"protectcomment\";i:963;s:13:\"protectexpiry\";i:964;s:22:\"protect_expiry_invalid\";i:965;s:15:\"protect-default\";i:966;s:27:\"protect-level-autoconfirmed\";i:967;s:19:\"protect-level-sysop\";i:968;s:23:\"protect-summary-cascade\";i:969;s:16:\"protect-expiring\";i:970;s:22:\"protect-expiring-local\";i:971;s:17:\"protect-othertime\";i:972;s:20:\"protect-othertime-op\";i:973;s:22:\"protect-otherreason-op\";i:974;s:23:\"protect-edit-reasonlist\";i:975;s:16:\"restriction-type\";i:976;s:12:\"minimum-size\";i:977;s:12:\"maximum-size\";i:978;s:8:\"pagesize\";i:979;s:16:\"restriction-edit\";i:980;s:16:\"restriction-move\";i:981;s:18:\"restriction-create\";i:982;s:18:\"restriction-upload\";i:983;s:23:\"restriction-level-sysop\";i:984;s:31:\"restriction-level-autoconfirmed\";i:985;s:8:\"undelete\";i:986;s:12:\"undeletepage\";i:987;s:15:\"viewdeletedpage\";i:988;s:23:\"skin-action-viewdeleted\";i:989;s:23:\"undelete-fieldset-title\";i:990;s:11:\"undeletebtn\";i:991;s:12:\"undeletelink\";i:992;s:16:\"undeleteviewlink\";i:993;s:15:\"undeletecomment\";i:994;s:21:\"undelete-search-title\";i:995;s:19:\"undelete-search-box\";i:996;s:22:\"undelete-search-prefix\";i:997;s:22:\"undelete-search-submit\";i:998;s:25:\"undelete-show-file-submit\";i:999;s:9:\"namespace\";i:1000;s:6:\"invert\";i:1001;s:14:\"tooltip-invert\";i:1002;s:21:\"namespace_association\";i:1003;s:29:\"tooltip-namespace_association\";i:1004;s:14:\"blanknamespace\";i:1005;s:23:\"tool-link-contributions\";i:1006;s:19:\"contributions-title\";i:1007;s:9:\"mycontris\";i:1008;s:12:\"anoncontribs\";i:1009;s:11:\"contribsub2\";i:1010;s:30:\"contributions-userdoesnotexist\";i:1011;s:5:\"uctop\";i:1012;s:5:\"month\";i:1013;s:4:\"year\";i:1014;s:21:\"sp-contributions-logs\";i:1015;s:21:\"sp-contributions-talk\";i:1016;s:25:\"sp-contributions-username\";i:1017;s:23:\"sp-contributions-submit\";i:1018;s:13:\"whatlinkshere\";i:1019;s:19:\"whatlinkshere-title\";i:1020;s:18:\"whatlinkshere-page\";i:1021;s:9:\"linkshere\";i:1022;s:10:\"isredirect\";i:1023;s:10:\"istemplate\";i:1024;s:7:\"isimage\";i:1025;s:18:\"whatlinkshere-prev\";i:1026;s:18:\"whatlinkshere-next\";i:1027;s:19:\"whatlinkshere-links\";i:1028;s:24:\"whatlinkshere-hideredirs\";i:1029;s:23:\"whatlinkshere-hidetrans\";i:1030;s:23:\"whatlinkshere-hidelinks\";i:1031;s:19:\"ipaddressorusername\";i:1032;s:9:\"ipbreason\";i:1033;s:11:\"ipbemailban\";i:1034;s:10:\"ipboptions\";i:1035;s:12:\"badipaddress\";i:1036;s:16:\"blocklist-reason\";i:1037;s:18:\"ipblocklist-submit\";i:1038;s:17:\"ipblocklist-empty\";i:1039;s:9:\"blocklink\";i:1040;s:11:\"unblocklink\";i:1041;s:16:\"change-blocklink\";i:1042;s:12:\"contribslink\";i:1043;s:11:\"movelogpage\";i:1044;s:10:\"revertmove\";i:1045;s:6:\"export\";i:1046;s:17:\"export-addcattext\";i:1047;s:13:\"export-addcat\";i:1048;s:16:\"export-addnstext\";i:1049;s:12:\"export-addns\";i:1050;s:11:\"allmessages\";i:1051;s:15:\"allmessagesname\";i:1052;s:18:\"allmessagescurrent\";i:1053;s:25:\"allmessages-filter-legend\";i:1054;s:29:\"allmessages-filter-unmodified\";i:1055;s:22:\"allmessages-filter-all\";i:1056;s:27:\"allmessages-filter-modified\";i:1057;s:20:\"allmessages-language\";i:1058;s:25:\"allmessages-filter-submit\";i:1059;s:28:\"allmessages-filter-translate\";i:1060;s:14:\"thumbnail-more\";i:1061;s:11:\"filemissing\";i:1062;s:22:\"thumbnail_error_remote\";i:1063;s:27:\"import-interwiki-sourcewiki\";i:1064;s:27:\"import-interwiki-sourcepage\";i:1065;s:23:\"import-interwiki-submit\";i:1066;s:24:\"import-mapping-namespace\";i:1067;s:22:\"import-upload-filename\";i:1068;s:14:\"import-comment\";i:1069;s:19:\"tooltip-pt-userpage\";i:1070;s:17:\"tooltip-pt-mytalk\";i:1071;s:22:\"tooltip-pt-preferences\";i:1072;s:20:\"tooltip-pt-watchlist\";i:1073;s:20:\"tooltip-pt-mycontris\";i:1074;s:16:\"tooltip-pt-login\";i:1075;s:17:\"tooltip-pt-logout\";i:1076;s:24:\"tooltip-pt-createaccount\";i:1077;s:15:\"tooltip-ca-talk\";i:1078;s:15:\"tooltip-ca-edit\";i:1079;s:21:\"tooltip-ca-addsection\";i:1080;s:21:\"tooltip-ca-viewsource\";i:1081;s:18:\"tooltip-ca-history\";i:1082;s:15:\"tooltip-ca-move\";i:1083;s:16:\"tooltip-ca-watch\";i:1084;s:18:\"tooltip-ca-unwatch\";i:1085;s:14:\"tooltip-search\";i:1086;s:17:\"tooltip-search-go\";i:1087;s:23:\"tooltip-search-fulltext\";i:1088;s:14:\"tooltip-p-logo\";i:1089;s:18:\"tooltip-n-mainpage\";i:1090;s:30:\"tooltip-n-mainpage-description\";i:1091;s:16:\"tooltip-n-portal\";i:1092;s:23:\"tooltip-n-currentevents\";i:1093;s:23:\"tooltip-n-recentchanges\";i:1094;s:20:\"tooltip-n-randompage\";i:1095;s:14:\"tooltip-n-help\";i:1096;s:23:\"tooltip-t-whatlinkshere\";i:1097;s:29:\"tooltip-t-recentchangeslinked\";i:1098;s:17:\"tooltip-feed-atom\";i:1099;s:23:\"tooltip-t-contributions\";i:1100;s:16:\"tooltip-t-upload\";i:1101;s:22:\"tooltip-t-specialpages\";i:1102;s:15:\"tooltip-t-print\";i:1103;s:19:\"tooltip-t-permalink\";i:1104;s:21:\"tooltip-ca-nstab-main\";i:1105;s:21:\"tooltip-ca-nstab-user\";i:1106;s:24:\"tooltip-ca-nstab-special\";i:1107;s:24:\"tooltip-ca-nstab-project\";i:1108;s:22:\"tooltip-ca-nstab-image\";i:1109;s:26:\"tooltip-ca-nstab-mediawiki\";i:1110;s:25:\"tooltip-ca-nstab-template\";i:1111;s:25:\"tooltip-ca-nstab-category\";i:1112;s:17:\"tooltip-minoredit\";i:1113;s:12:\"tooltip-save\";i:1114;s:15:\"tooltip-preview\";i:1115;s:12:\"tooltip-diff\";i:1116;s:16:\"tooltip-rollback\";i:1117;s:12:\"tooltip-undo\";i:1118;s:15:\"tooltip-summary\";i:1119;s:20:\"simpleantispam-label\";i:1120;s:17:\"pageinfo-language\";i:1121;s:20:\"pageinfo-toolboxlink\";i:1122;s:12:\"previousdiff\";i:1123;s:8:\"nextdiff\";i:1124;s:14:\"file-info-size\";i:1125;s:12:\"file-nohires\";i:1126;s:13:\"svg-long-desc\";i:1127;s:14:\"show-big-image\";i:1128;s:22:\"show-big-image-preview\";i:1129;s:20:\"show-big-image-other\";i:1130;s:19:\"show-big-image-size\";i:1131;s:8:\"ilsubmit\";i:1132;s:14:\"bad_image_list\";i:1133;s:8:\"metadata\";i:1134;s:13:\"metadata-help\";i:1135;s:15:\"metadata-fields\";i:1136;s:13:\"namespacesall\";i:1137;s:9:\"monthsall\";i:1138;s:9:\"signature\";i:1139;s:26:\"fileduplicatesearch-submit\";i:1140;s:12:\"specialpages\";i:1141;s:24:\"specialpages-group-login\";i:1142;s:10:\"tag-filter\";i:1143;s:16:\"tag-list-wrapper\";i:1144;s:10:\"deletepage\";i:1145;s:22:\"logentry-delete-delete\";i:1146;s:18:\"logentry-move-move\";i:1147;s:24:\"logentry-newusers-create\";i:1148;s:22:\"logentry-upload-upload\";i:1149;s:16:\"feedback-message\";i:1150;s:20:\"searchsuggest-search\";i:1151;s:18:\"api-error-badtoken\";i:1152;s:22:\"expand_templates_input\";i:1153;s:23:\"expand_templates_output\";i:1154;s:27:\"expand_templates_xml_output\";i:1155;s:19:\"expand_templates_ok\";i:1156;s:32:\"expand_templates_remove_comments\";i:1157;s:24:\"expand_templates_preview\";i:1158;s:12:\"pagelanguage\";i:1159;s:13:\"pagelang-name\";i:1160;s:17:\"pagelang-language\";i:1161;s:20:\"pagelang-select-lang\";i:1162;s:14:\"right-pagelang\";i:1163;s:15:\"action-pagelang\";i:1164;s:17:\"log-name-pagelang\";i:1165;s:30:\"mediastatistics-table-mimetype\";i:1166;s:27:\"mediastatistics-table-count\";i:1167;s:32:\"mediastatistics-table-totalbytes\";i:1168;s:30:\"mediastatistics-header-unknown\";i:1169;s:30:\"mediastatistics-header-drawing\";i:1170;s:28:\"mediastatistics-header-audio\";i:1171;s:28:\"mediastatistics-header-video\";i:1172;s:33:\"mediastatistics-header-multimedia\";i:1173;s:29:\"mediastatistics-header-office\";i:1174;s:27:\"mediastatistics-header-text\";i:1175;s:30:\"mediastatistics-header-archive\";i:1176;s:25:\"json-error-state-mismatch\";i:1177;s:17:\"json-error-syntax\";i:1178;s:21:\"headline-anchor-title\";i:1179;s:30:\"special-characters-group-latin\";i:1180;s:38:\"special-characters-group-latinextended\";i:1181;s:28:\"special-characters-group-ipa\";i:1182;s:32:\"special-characters-group-symbols\";i:1183;s:30:\"special-characters-group-greek\";i:1184;s:33:\"special-characters-group-cyrillic\";i:1185;s:31:\"special-characters-group-arabic\";i:1186;s:39:\"special-characters-group-arabicextended\";i:1187;s:32:\"special-characters-group-persian\";i:1188;s:31:\"special-characters-group-hebrew\";i:1189;s:31:\"special-characters-group-bangla\";i:1190;s:30:\"special-characters-group-tamil\";i:1191;s:31:\"special-characters-group-telugu\";i:1192;s:32:\"special-characters-group-sinhala\";i:1193;s:33:\"special-characters-group-gujarati\";i:1194;s:35:\"special-characters-group-devanagari\";i:1195;s:29:\"special-characters-group-thai\";i:1196;s:28:\"special-characters-group-lao\";i:1197;s:30:\"special-characters-group-khmer\";i:1198;s:31:\"special-characters-title-endash\";i:1199;s:31:\"special-characters-title-emdash\";i:1200;s:30:\"special-characters-title-minus\";i:1201;s:28:\"mw-widgets-dateinput-no-date\";i:1202;s:42:\"mw-widgets-titleinput-description-new-page\";i:1203;s:42:\"mw-widgets-titleinput-description-redirect\";i:1204;s:22:\"skin-view-create-local\";i:1205;s:14:\"nstab-mainpage\";i:1206;s:20:\"skin-view-edit-local\";i:1207;s:19:\"skin-action-protect\";i:1208;s:20:\"skin-action-undelete\";i:1209;s:18:\"skin-action-delete\";i:1210;s:16:\"skin-action-move\";i:1211;s:24:\"vector-action-addsection\";i:1212;s:20:\"vector-action-delete\";i:1213;s:18:\"vector-action-move\";i:1214;s:21:\"vector-action-protect\";i:1215;s:22:\"vector-action-undelete\";i:1216;s:23:\"vector-action-unprotect\";i:1217;s:18:\"vector-view-create\";i:1218;s:16:\"vector-view-edit\";i:1219;s:19:\"vector-view-history\";i:1220;s:16:\"vector-view-view\";i:1221;s:22:\"vector-view-viewsource\";i:1222;s:19:\"vector-more-actions\";i:1223;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:1224;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:1225;s:37:\"mobile-frontend-changeslist-nocomment\";i:1226;s:25:\"mobile-frontend-copyright\";i:1227;s:27:\"mobile-frontend-editor-edit\";i:1228;s:32:\"mobile-frontend-featured-article\";i:1229;s:29:\"mobile-frontend-generic-login\";i:1230;s:36:\"mobile-frontend-generic-login-action\";i:1231;s:27:\"mobile-frontend-home-button\";i:1232;s:40:\"mobile-frontend-language-article-heading\";i:1233;s:34:\"mobile-frontend-last-modified-date\";i:1234;s:21:\"mobile-frontend-login\";i:1235;s:40:\"mobile-frontend-main-menu-account-create\";i:1236;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:1237;s:31:\"mobile-frontend-main-menu-login\";i:1238;s:32:\"mobile-frontend-main-menu-nearby\";i:1239;s:34:\"mobile-frontend-main-menu-settings\";i:1240;s:35:\"mobile-frontend-main-menu-watchlist\";i:1241;s:26:\"mobile-frontend-news-items\";i:1242;s:36:\"mobile-frontend-password-placeholder\";i:1243;s:27:\"mobile-frontend-placeholder\";i:1244;s:33:\"mobile-frontend-privacy-link-text\";i:1245;s:29:\"mobile-frontend-random-button\";i:1246;s:26:\"mobile-frontend-terms-text\";i:1247;s:36:\"mobile-frontend-username-placeholder\";i:1248;s:20:\"mobile-frontend-view\";i:1249;s:28:\"mobile-frontend-view-desktop\";i:1250;s:27:\"mobile-frontend-view-mobile\";i:1251;s:15:\"tag-mobile_edit\";i:1252;s:19:\"tag-mobile_web_edit\";i:1253;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:1254;s:7:\"sidebar\";i:1255;s:16:\"tog-watchuploads\";i:1256;s:17:\"tog-watchrollback\";i:1257;s:32:\"tog-watchlistreloadautomatically\";i:1258;s:25:\"tog-watchlistunwatchlinks\";i:1259;s:31:\"tog-watchlisthidecategorization\";i:1260;s:28:\"tog-showrollbackconfirmation\";i:1261;s:16:\"tog-requireemail\";i:1262;s:17:\"underline-default\";i:1263;s:18:\"editfont-monospace\";i:1264;s:18:\"editfont-sansserif\";i:1265;s:14:\"editfont-serif\";i:1266;s:9:\"period-am\";i:1267;s:9:\"period-pm\";i:1268;s:18:\"pagecategorieslink\";i:1269;s:25:\"categoryviewer-pagedlinks\";i:1270;s:24:\"category-header-numerals\";i:1271;s:9:\"sitetitle\";i:1272;s:12:\"sitesubtitle\";i:1273;s:14:\"help-mediawiki\";i:1274;s:23:\"search-ignored-headings\";i:1275;s:13:\"history_small\";i:1276;s:35:\"printableversion-deprecated-warning\";i:1277;s:10:\"addsection\";i:1278;s:8:\"cactions\";i:1279;s:20:\"tool-link-userrights\";i:1280;s:29:\"tool-link-userrights-readonly\";i:1281;s:19:\"tool-link-emailuser\";i:1282;s:14:\"talkpageheader\";i:1283;s:15:\"view-pool-error\";i:1284;s:18:\"generic-pool-error\";i:1285;s:16:\"pool-servererror\";i:1286;s:22:\"view-pool-dirty-output\";i:1287;s:20:\"view-pool-contention\";i:1288;s:17:\"view-pool-timeout\";i:1289;s:12:\"edithelppage\";i:1290;s:8:\"helppage\";i:1291;s:14:\"mainpage-title\";i:1292;s:23:\"mainpage-title-loggedin\";i:1293;s:16:\"badaccess-groups\";i:1294;s:9:\"pagetitle\";i:1295;s:23:\"pagetitle-view-mainpage\";i:1296;s:16:\"backlinksubtitle\";i:1297;s:27:\"youhavenewmessagesfromusers\";i:1298;s:27:\"youhavenewmessagesmanyusers\";i:1299;s:9:\"feed-atom\";i:1300;s:8:\"feed-rss\";i:1301;s:10:\"sitenotice\";i:1302;s:10:\"anonnotice\";i:1303;s:28:\"newsectionheaderdefaultlevel\";i:1304;s:12:\"sort-initial\";i:1305;s:18:\"sort-rowspan-error\";i:1306;s:10:\"nstab-talk\";i:1307;s:16:\"nosuchactiontext\";i:1308;s:17:\"nospecialpagetext\";i:1309;s:18:\"databaseerror-text\";i:1310;s:20:\"databaseerror-textcl\";i:1311;s:35:\"transaction-duration-limit-exceeded\";i:1312;s:39:\"transaction-max-statement-time-exceeded\";i:1313;s:15:\"enterlockreason\";i:1314;s:12:\"readonlytext\";i:1315;s:15:\"missing-article\";i:1316;s:12:\"readonly_lag\";i:1317;s:26:\"nonwrite-api-promise-error\";i:1318;s:12:\"timeouterror\";i:1319;s:17:\"timeouterror-text\";i:1320;s:29:\"internalerror-fatal-exception\";i:1321;s:10:\"unexpected\";i:1322;s:16:\"delete-scheduled\";i:1323;s:19:\"delete-hook-aborted\";i:1324;s:16:\"no-null-revision\";i:1325;s:13:\"title-invalid\";i:1326;s:19:\"title-invalid-empty\";i:1327;s:18:\"title-invalid-utf8\";i:1328;s:23:\"title-invalid-interwiki\";i:1329;s:28:\"title-invalid-talk-namespace\";i:1330;s:22:\"title-invalid-relative\";i:1331;s:25:\"title-invalid-magic-tilde\";i:1332;s:22:\"title-invalid-too-long\";i:1333;s:27:\"title-invalid-leading-colon\";i:1334;s:10:\"perfcached\";i:1335;s:12:\"perfcachedts\";i:1336;s:20:\"querypage-no-updates\";i:1337;s:28:\"querypage-updates-periodical\";i:1338;s:22:\"skin-action-viewsource\";i:1339;s:15:\"actionthrottled\";i:1340;s:19:\"actionthrottledtext\";i:1341;s:18:\"protectedinterface\";i:1342;s:16:\"editinginterface\";i:1343;s:16:\"cascadeprotected\";i:1344;s:18:\"customcssprotected\";i:1345;s:19:\"customjsonprotected\";i:1346;s:17:\"customjsprotected\";i:1347;s:16:\"sitecssprotected\";i:1348;s:17:\"sitejsonprotected\";i:1349;s:15:\"sitejsprotected\";i:1350;s:20:\"siterawhtmlprotected\";i:1351;s:21:\"mycustomjsonprotected\";i:1352;s:14:\"titleprotected\";i:1353;s:17:\"filereadonlyerror\";i:1354;s:12:\"invalidtitle\";i:1355;s:27:\"invalidtitle-knownnamespace\";i:1356;s:29:\"invalidtitle-unknownnamespace\";i:1357;s:29:\"exception-nologin-text-manual\";i:1358;s:10:\"logouttext\";i:1359;s:18:\"logging-out-notify\";i:1360;s:13:\"logout-failed\";i:1361;s:21:\"cannotlogoutnow-title\";i:1362;s:20:\"cannotlogoutnow-text\";i:1363;s:19:\"welcomecreation-msg\";i:1364;s:23:\"createacct-helpusername\";i:1365;s:24:\"createacct-username-help\";i:1366;s:23:\"prefs-help-yourpassword\";i:1367;s:24:\"createacct-useuniquepass\";i:1368;s:17:\"cannotlogin-title\";i:1369;s:16:\"cannotlogin-text\";i:1370;s:20:\"cannotloginnow-title\";i:1371;s:19:\"cannotloginnow-text\";i:1372;s:25:\"cannotcreateaccount-title\";i:1373;s:24:\"cannotcreateaccount-text\";i:1374;s:15:\"externaldberror\";i:1375;s:14:\"login-security\";i:1376;s:11:\"loginprompt\";i:1377;s:18:\"userlogout-summary\";i:1378;s:13:\"helplogin-url\";i:1379;s:18:\"userlogin-loggedin\";i:1380;s:16:\"userlogin-reauth\";i:1381;s:17:\"createaccountmail\";i:1382;s:22:\"createaccountmail-help\";i:1383;s:22:\"createacct-reason-help\";i:1384;s:25:\"createacct-reason-confirm\";i:1385;s:26:\"createacct-imgcaptcha-help\";i:1386;s:26:\"createacct-continue-submit\";i:1387;s:34:\"createacct-another-continue-submit\";i:1388;s:24:\"createacct-benefit-icon1\";i:1389;s:24:\"createacct-benefit-head1\";i:1390;s:24:\"createacct-benefit-icon2\";i:1391;s:24:\"createacct-benefit-head2\";i:1392;s:24:\"createacct-benefit-icon3\";i:1393;s:24:\"createacct-benefit-head3\";i:1394;s:18:\"usernameinprogress\";i:1395;s:24:\"createacct-normalization\";i:1396;s:12:\"nocookiesnew\";i:1397;s:14:\"nocookieslogin\";i:1398;s:15:\"nocookiesfornew\";i:1399;s:17:\"nocookiesforlogin\";i:1400;s:21:\"createacct-loginerror\";i:1401;s:23:\"createacct-temp-warning\";i:1402;s:12:\"loginsuccess\";i:1403;s:10:\"nosuchuser\";i:1404;s:20:\"passwordincommonlist\";i:1405;s:33:\"password-substring-username-match\";i:1406;s:21:\"passwordremindertitle\";i:1407;s:20:\"passwordremindertext\";i:1408;s:7:\"noemail\";i:1409;s:12:\"passwordsent\";i:1410;s:20:\"blocked-mailpassword\";i:1411;s:12:\"eauthentsent\";i:1412;s:22:\"throttled-mailpassword\";i:1413;s:11:\"signupstart\";i:1414;s:9:\"signupend\";i:1415;s:15:\"signupend-https\";i:1416;s:26:\"acct_creation_throttle_hit\";i:1417;s:21:\"emailnotauthenticated\";i:1418;s:12:\"noemailprefs\";i:1419;s:19:\"invalidemailaddress\";i:1420;s:17:\"cannotchangeemail\";i:1421;s:11:\"emailsender\";i:1422;s:18:\"accountcreatedtext\";i:1423;s:18:\"createaccount-text\";i:1424;s:15:\"login-throttled\";i:1425;s:22:\"login-migrated-generic\";i:1426;s:18:\"loginlanguagelinks\";i:1427;s:21:\"suspicious-userlogout\";i:1428;s:31:\"createacct-another-realname-tip\";i:1429;s:24:\"pt-login-continue-button\";i:1430;s:15:\"pear-mail-error\";i:1431;s:14:\"php-mail-error\";i:1432;s:22:\"changepassword-summary\";i:1433;s:14:\"resetpass_text\";i:1434;s:24:\"changepassword-throttled\";i:1435;s:12:\"botpasswords\";i:1436;s:20:\"botpasswords-summary\";i:1437;s:21:\"botpasswords-disabled\";i:1438;s:26:\"botpasswords-no-central-id\";i:1439;s:21:\"botpasswords-existing\";i:1440;s:22:\"botpasswords-createnew\";i:1441;s:25:\"botpasswords-editexisting\";i:1442;s:29:\"botpasswords-label-needsreset\";i:1443;s:24:\"botpasswords-label-appid\";i:1444;s:25:\"botpasswords-label-create\";i:1445;s:25:\"botpasswords-label-update\";i:1446;s:25:\"botpasswords-label-cancel\";i:1447;s:25:\"botpasswords-label-delete\";i:1448;s:32:\"botpasswords-label-resetpassword\";i:1449;s:25:\"botpasswords-label-grants\";i:1450;s:24:\"botpasswords-help-grants\";i:1451;s:32:\"botpasswords-label-grants-column\";i:1452;s:22:\"botpasswords-bad-appid\";i:1453;s:33:\"botpasswords-toolong-restrictions\";i:1454;s:27:\"botpasswords-toolong-grants\";i:1455;s:26:\"botpasswords-insert-failed\";i:1456;s:26:\"botpasswords-update-failed\";i:1457;s:26:\"botpasswords-created-title\";i:1458;s:25:\"botpasswords-created-body\";i:1459;s:26:\"botpasswords-updated-title\";i:1460;s:25:\"botpasswords-updated-body\";i:1461;s:26:\"botpasswords-deleted-title\";i:1462;s:25:\"botpasswords-deleted-body\";i:1463;s:24:\"botpasswords-newpassword\";i:1464;s:24:\"botpasswords-no-provider\";i:1465;s:31:\"botpasswords-restriction-failed\";i:1466;s:25:\"botpasswords-invalid-name\";i:1467;s:22:\"botpasswords-not-exist\";i:1468;s:24:\"botpasswords-needs-reset\";i:1469;s:19:\"botpasswords-locked\";i:1470;s:26:\"resetpass_forbidden-reason\";i:1471;s:23:\"resetpass-wrong-oldpass\";i:1472;s:22:\"resetpass-temp-emailed\";i:1473;s:23:\"resetpass-temp-password\";i:1474;s:23:\"resetpass-abort-generic\";i:1475;s:22:\"resetpass-expired-soft\";i:1476;s:18:\"resetpass-validity\";i:1477;s:23:\"resetpass-validity-soft\";i:1478;s:22:\"passwordreset-text-one\";i:1479;s:23:\"passwordreset-text-many\";i:1480;s:26:\"passwordreset-emailtext-ip\";i:1481;s:28:\"passwordreset-emailtext-user\";i:1482;s:21:\"passwordreset-success\";i:1483;s:37:\"passwordreset-success-details-generic\";i:1484;s:26:\"passwordreset-success-info\";i:1485;s:37:\"passwordreset-emailtext-require-email\";i:1486;s:22:\"passwordreset-nocaller\";i:1487;s:26:\"passwordreset-nosuchcaller\";i:1488;s:21:\"passwordreset-ignored\";i:1489;s:20:\"passwordreset-nodata\";i:1490;s:19:\"changeemail-summary\";i:1491;s:18:\"changeemail-header\";i:1492;s:25:\"changeemail-newemail-help\";i:1493;s:21:\"changeemail-throttled\";i:1494;s:20:\"changeemail-nochange\";i:1495;s:21:\"changeemail-maxlength\";i:1496;s:19:\"resettokens-summary\";i:1497;s:16:\"resettokens-text\";i:1498;s:23:\"resettokens-token-label\";i:1499;s:27:\"resettokens-watchlist-token\";i:1500;s:8:\"sig-text\";i:1501;s:7:\"subject\";i:1502;s:11:\"savechanges\";i:1503;s:11:\"publishpage\";i:1504;s:14:\"publishchanges\";i:1505;s:17:\"savearticle-start\";i:1506;s:17:\"savechanges-start\";i:1507;s:17:\"publishpage-start\";i:1508;s:20:\"publishchanges-start\";i:1509;s:12:\"blankarticle\";i:1510;s:23:\"autocreate-edit-warning\";i:1511;s:18:\"anonpreviewwarning\";i:1512;s:26:\"autocreate-preview-warning\";i:1513;s:14:\"missingsummary\";i:1514;s:12:\"selfredirect\";i:1515;s:20:\"missingcommentheader\";i:1516;s:12:\"blockedtitle\";i:1517;s:19:\"blockedtext-partial\";i:1518;s:11:\"blockedtext\";i:1519;s:15:\"autoblockedtext\";i:1520;s:17:\"systemblockedtext\";i:1521;s:21:\"blockedtext-composite\";i:1522;s:25:\"blockedtext-composite-ids\";i:1523;s:28:\"blockedtext-composite-no-ids\";i:1524;s:28:\"blockedtext-composite-reason\";i:1525;s:17:\"whitelistedittext\";i:1526;s:15:\"confirmedittext\";i:1527;s:17:\"nosuchsectiontext\";i:1528;s:16:\"loginreqpagetext\";i:1529;s:11:\"accmailtext\";i:1530;s:18:\"newarticletextanon\";i:1531;s:12:\"talkpagetext\";i:1532;s:16:\"anontalkpagetext\";i:1533;s:17:\"noarticletextanon\";i:1534;s:27:\"missing-revision-permission\";i:1535;s:16:\"missing-revision\";i:1536;s:24:\"missing-revision-content\";i:1537;s:25:\"userpage-userdoesnotexist\";i:1538;s:25:\"blocked-notice-logextract\";i:1539;s:14:\"clearyourcache\";i:1540;s:20:\"usercssyoucanpreview\";i:1541;s:21:\"userjsonyoucanpreview\";i:1542;s:19:\"userjsyoucanpreview\";i:1543;s:14:\"usercsspreview\";i:1544;s:15:\"userjsonpreview\";i:1545;s:13:\"userjspreview\";i:1546;s:14:\"sitecsspreview\";i:1547;s:15:\"sitejsonpreview\";i:1548;s:13:\"sitejspreview\";i:1549;s:22:\"userinvalidconfigtitle\";i:1550;s:7:\"updated\";i:1551;s:15:\"previewconflict\";i:1552;s:20:\"session_fail_preview\";i:1553;s:25:\"session_fail_preview_html\";i:1554;s:20:\"edit_form_incomplete\";i:1555;s:24:\"edit-textarea-aria-label\";i:1556;s:17:\"editnotice-notext\";i:1557;s:15:\"explainconflict\";i:1558;s:13:\"storedversion\";i:1559;s:10:\"editingold\";i:1560;s:20:\"unicode-support-fail\";i:1561;s:8:\"yourdiff\";i:1562;s:16:\"copyrightwarning\";i:1563;s:17:\"copyrightwarning2\";i:1564;s:23:\"editpage-head-copy-warn\";i:1565;s:20:\"editpage-tos-summary\";i:1566;s:13:\"longpage-hint\";i:1567;s:13:\"longpageerror\";i:1568;s:15:\"readonlywarning\";i:1569;s:20:\"protectedpagewarning\";i:1570;s:24:\"semiprotectedpagewarning\";i:1571;s:23:\"cascadeprotectedwarning\";i:1572;s:21:\"titleprotectedwarning\";i:1573;s:20:\"templatesusedpreview\";i:1574;s:20:\"templatesusedsection\";i:1575;s:9:\"edittools\";i:1576;s:16:\"edittools-upload\";i:1577;s:12:\"nocreatetext\";i:1578;s:29:\"sectioneditnotsupported-title\";i:1579;s:28:\"sectioneditnotsupported-text\";i:1580;s:27:\"modeleditnotsupported-title\";i:1581;s:26:\"modeleditnotsupported-text\";i:1582;s:21:\"permissionserrorstext\";i:1583;s:21:\"contentmodelediterror\";i:1584;s:26:\"recreate-moveddeleted-warn\";i:1585;s:26:\"moveddeleted-notice-recent\";i:1586;s:17:\"edit-hook-aborted\";i:1587;s:17:\"edit-gone-missing\";i:1588;s:14:\"edit-no-change\";i:1589;s:21:\"edit-slots-cannot-add\";i:1590;s:24:\"edit-slots-cannot-remove\";i:1591;s:18:\"edit-slots-missing\";i:1592;s:31:\"postedit-confirmation-published\";i:1593;s:27:\"postedit-temp-created-label\";i:1594;s:21:\"postedit-temp-created\";i:1595;s:18:\"addsection-preload\";i:1596;s:20:\"addsection-editintro\";i:1597;s:18:\"defaultmessagetext\";i:1598;s:23:\"content-failed-to-parse\";i:1599;s:17:\"invalid-json-data\";i:1600;s:24:\"content-not-allowed-here\";i:1601;s:20:\"confirmleave-warning\";i:1602;s:34:\"editpage-invalidcontentmodel-title\";i:1603;s:33:\"editpage-invalidcontentmodel-text\";i:1604;s:40:\"editpage-notsupportedcontentformat-title\";i:1605;s:39:\"editpage-notsupportedcontentformat-text\";i:1606;s:14:\"slot-name-main\";i:1607;s:17:\"content-model-css\";i:1608;s:18:\"content-model-json\";i:1609;s:25:\"unsupported-content-model\";i:1610;s:24:\"unsupported-content-diff\";i:1611;s:25:\"unsupported-content-diff2\";i:1612;s:22:\"duplicate-args-warning\";i:1613;s:23:\"duplicate-args-category\";i:1614;s:28:\"duplicate-args-category-desc\";i:1615;s:32:\"expensive-parserfunction-warning\";i:1616;s:33:\"expensive-parserfunction-category\";i:1617;s:38:\"post-expand-template-inclusion-warning\";i:1618;s:39:\"post-expand-template-inclusion-category\";i:1619;s:37:\"post-expand-template-argument-warning\";i:1620;s:38:\"post-expand-template-argument-category\";i:1621;s:24:\"template-equals-category\";i:1622;s:29:\"template-equals-category-desc\";i:1623;s:23:\"template-equals-warning\";i:1624;s:28:\"parser-template-loop-warning\";i:1625;s:22:\"template-loop-category\";i:1626;s:27:\"template-loop-category-desc\";i:1627;s:21:\"template-loop-warning\";i:1628;s:39:\"parser-template-recursion-depth-warning\";i:1629;s:32:\"language-converter-depth-warning\";i:1630;s:28:\"node-count-exceeded-category\";i:1631;s:33:\"node-count-exceeded-category-desc\";i:1632;s:27:\"node-count-exceeded-warning\";i:1633;s:33:\"expansion-depth-exceeded-category\";i:1634;s:38:\"expansion-depth-exceeded-category-desc\";i:1635;s:32:\"expansion-depth-exceeded-warning\";i:1636;s:27:\"parser-unstrip-loop-warning\";i:1637;s:21:\"unstrip-depth-warning\";i:1638;s:22:\"unstrip-depth-category\";i:1639;s:27:\"unstrip-depth-category-desc\";i:1640;s:20:\"unstrip-size-warning\";i:1641;s:21:\"unstrip-size-category\";i:1642;s:26:\"unstrip-size-category-desc\";i:1643;s:27:\"converter-manual-rule-error\";i:1644;s:12:\"undo-success\";i:1645;s:12:\"undo-failure\";i:1646;s:19:\"undo-main-slot-only\";i:1647;s:10:\"undo-norev\";i:1648;s:13:\"undo-nochange\";i:1649;s:12:\"undo-summary\";i:1650;s:17:\"undo-summary-anon\";i:1651;s:19:\"undo-summary-import\";i:1652;s:20:\"undo-summary-import2\";i:1653;s:28:\"undo-summary-username-hidden\";i:1654;s:26:\"createaccount-hook-aborted\";i:1655;s:22:\"viewpagelogs-lowercase\";i:1656;s:21:\"revision-info-current\";i:1657;s:12:\"revision-nav\";i:1658;s:11:\"tooltip-cur\";i:1659;s:12:\"tooltip-last\";i:1660;s:10:\"histlegend\";i:1661;s:17:\"history_copyright\";i:1662;s:27:\"history-feed-item-nocomment\";i:1663;s:18:\"history-feed-empty\";i:1664;s:13:\"history-empty\";i:1665;s:25:\"rev-deleted-user-contribs\";i:1666;s:27:\"rev-deleted-text-permission\";i:1667;s:19:\"rev-suppressed-text\";i:1668;s:30:\"rev-suppressed-text-permission\";i:1669;s:23:\"rev-deleted-text-unhide\";i:1670;s:26:\"rev-suppressed-text-unhide\";i:1671;s:21:\"rev-deleted-text-view\";i:1672;s:24:\"rev-suppressed-text-view\";i:1673;s:19:\"rev-deleted-no-diff\";i:1674;s:22:\"rev-suppressed-no-diff\";i:1675;s:23:\"rev-deleted-unhide-diff\";i:1676;s:26:\"rev-suppressed-unhide-diff\";i:1677;s:21:\"rev-deleted-diff-view\";i:1678;s:24:\"rev-suppressed-diff-view\";i:1679;s:14:\"revisiondelete\";i:1680;s:23:\"revdelete-nooldid-title\";i:1681;s:22:\"revdelete-nooldid-text\";i:1682;s:27:\"revdelete-show-file-confirm\";i:1683;s:23:\"revdelete-selected-text\";i:1684;s:23:\"revdelete-selected-file\";i:1685;s:18:\"logdelete-selected\";i:1686;s:19:\"revdelete-text-text\";i:1687;s:19:\"revdelete-text-file\";i:1688;s:14:\"logdelete-text\";i:1689;s:21:\"revdelete-text-others\";i:1690;s:17:\"revdelete-confirm\";i:1691;s:23:\"revdelete-suppress-text\";i:1692;s:16:\"revdelete-legend\";i:1693;s:19:\"revdelete-hide-name\";i:1694;s:25:\"revdelete-hide-restricted\";i:1695;s:18:\"revdelete-suppress\";i:1696;s:20:\"revdelete-unsuppress\";i:1697;s:16:\"revdelete-submit\";i:1698;s:17:\"revdelete-success\";i:1699;s:17:\"revdelete-failure\";i:1700;s:17:\"logdelete-success\";i:1701;s:17:\"logdelete-failure\";i:1702;s:22:\"revdelete-hide-current\";i:1703;s:24:\"revdelete-show-no-access\";i:1704;s:26:\"revdelete-modify-no-access\";i:1705;s:24:\"revdelete-modify-missing\";i:1706;s:19:\"revdelete-no-change\";i:1707;s:27:\"revdelete-concurrent-change\";i:1708;s:25:\"revdelete-only-restricted\";i:1709;s:25:\"revdelete-reason-dropdown\";i:1710;s:34:\"revdelete-reason-dropdown-suppress\";i:1711;s:21:\"revdelete-otherreason\";i:1712;s:25:\"revdelete-edit-reasonlist\";i:1713;s:34:\"revdelete-edit-reasonlist-suppress\";i:1714;s:14:\"suppressionlog\";i:1715;s:18:\"suppressionlogtext\";i:1716;s:19:\"mergehistory-header\";i:1717;s:17:\"mergehistory-list\";i:1718;s:18:\"mergehistory-merge\";i:1719;s:18:\"mergehistory-empty\";i:1720;s:17:\"mergehistory-done\";i:1721;s:17:\"mergehistory-fail\";i:1722;s:31:\"mergehistory-fail-bad-timestamp\";i:1723;s:32:\"mergehistory-fail-invalid-source\";i:1724;s:30:\"mergehistory-fail-invalid-dest\";i:1725;s:27:\"mergehistory-fail-no-change\";i:1726;s:28:\"mergehistory-fail-permission\";i:1727;s:28:\"mergehistory-fail-self-merge\";i:1728;s:36:\"mergehistory-fail-timestamps-overlap\";i:1729;s:24:\"mergehistory-fail-toobig\";i:1730;s:41:\"mergehistory-warning-redirect-not-created\";i:1731;s:27:\"mergehistory-no-destination\";i:1732;s:32:\"mergehistory-invalid-destination\";i:1733;s:24:\"mergehistory-autocomment\";i:1734;s:20:\"mergehistory-comment\";i:1735;s:29:\"mergehistory-same-destination\";i:1736;s:34:\"mergehistory-source-deleted-reason\";i:1737;s:27:\"mergehistory-source-deleted\";i:1738;s:24:\"mergehistory-revisionrow\";i:1739;s:26:\"mergehistory-redirect-text\";i:1740;s:18:\"pagemerge-logentry\";i:1741;s:16:\"mergelogpagetext\";i:1742;s:26:\"difference-title-multipage\";i:1743;s:20:\"difference-multipage\";i:1744;s:24:\"showhideselectedversions\";i:1745;s:21:\"diff-multi-otherusers\";i:1746;s:20:\"diff-multi-manyusers\";i:1747;s:26:\"diff-paragraph-moved-tonew\";i:1748;s:26:\"diff-paragraph-moved-toold\";i:1749;s:27:\"difference-missing-revision\";i:1750;s:14:\"search-summary\";i:1751;s:26:\"search-filter-title-prefix\";i:1752;s:32:\"search-filter-title-prefix-reset\";i:1753;s:12:\"titlematches\";i:1754;s:11:\"textmatches\";i:1755;s:13:\"notextmatches\";i:1756;s:11:\"prevn-title\";i:1757;s:17:\"searchmenu-exists\";i:1758;s:23:\"searchmenu-new-nocreate\";i:1759;s:27:\"search-result-category-size\";i:1760;s:17:\"search-file-match\";i:1761;s:16:\"search-rewritten\";i:1762;s:31:\"search-interwiki-resultset-link\";i:1763;s:23:\"search-interwiki-custom\";i:1764;s:29:\"search-interwiki-more-results\";i:1765;s:25:\"search-invalid-sort-order\";i:1766;s:22:\"search-unknown-profile\";i:1767;s:14:\"showingresults\";i:1768;s:21:\"showingresultsinrange\";i:1769;s:25:\"search-nonefound-thiswiki\";i:1770;s:20:\"powersearch-remember\";i:1771;s:15:\"search-external\";i:1772;s:14:\"searchdisabled\";i:1773;s:12:\"googlesearch\";i:1774;s:12:\"search-error\";i:1775;s:14:\"search-warning\";i:1776;s:15:\"opensearch-desc\";i:1777;s:19:\"preferences-summary\";i:1778;s:17:\"prefsnologintext2\";i:1779;s:16:\"prefs-skin-prefs\";i:1780;s:21:\"prefs-skin-responsive\";i:1781;s:26:\"prefs-help-skin-responsive\";i:1782;s:11:\"datedefault\";i:1783;s:10:\"prefs-labs\";i:1784;s:25:\"prefs-editwatchlist-label\";i:1785;s:24:\"prefs-editwatchlist-edit\";i:1786;s:21:\"prefs-watchlist-edits\";i:1787;s:28:\"prefs-watchlist-managetokens\";i:1788;s:16:\"prefs-searchmisc\";i:1789;s:12:\"restoreprefs\";i:1790;s:17:\"recentchangesdays\";i:1791;s:18:\"recentchangescount\";i:1792;s:29:\"prefs-help-recentchangescount\";i:1793;s:27:\"prefs-help-watchlist-token2\";i:1794;s:26:\"prefs-help-tokenmanagement\";i:1795;s:29:\"prefs-user-downloaddata-label\";i:1796;s:28:\"prefs-user-downloaddata-info\";i:1797;s:36:\"prefs-user-downloaddata-help-message\";i:1798;s:29:\"prefs-user-restoreprefs-label\";i:1799;s:28:\"prefs-user-restoreprefs-info\";i:1800;s:11:\"savedrights\";i:1801;s:24:\"timezoneuseserverdefault\";i:1802;s:30:\"timezone-useoffset-placeholder\";i:1803;s:10:\"allowemail\";i:1804;s:27:\"email-allow-new-users-label\";i:1805;s:20:\"email-mutelist-label\";i:1806;s:7:\"default\";i:1807;s:16:\"prefs-custom-css\";i:1808;s:17:\"prefs-custom-json\";i:1809;s:15:\"prefs-custom-js\";i:1810;s:19:\"prefs-common-config\";i:1811;s:17:\"prefs-reset-intro\";i:1812;s:19:\"prefs-reset-confirm\";i:1813;s:20:\"prefs-memberingroups\";i:1814;s:25:\"prefs-memberingroups-type\";i:1815;s:33:\"group-membership-link-with-expiry\";i:1816;s:28:\"prefs-registration-date-time\";i:1817;s:18:\"prefs-help-variant\";i:1818;s:20:\"prefs-help-signature\";i:1819;s:10:\"badsightml\";i:1820;s:11:\"badsiglinks\";i:1821;s:11:\"badsigsubst\";i:1822;s:12:\"badsiglength\";i:1823;s:15:\"badsiglinebreak\";i:1824;s:29:\"linterror-bogus-image-options\";i:1825;s:29:\"linterror-deletable-table-tag\";i:1826;s:26:\"linterror-html5-misnesting\";i:1827;s:38:\"linterror-misc-tidy-replacement-issues\";i:1828;s:23:\"linterror-misnested-tag\";i:1829;s:25:\"linterror-missing-end-tag\";i:1830;s:28:\"linterror-multi-colon-escape\";i:1831;s:38:\"linterror-multiline-html-table-in-list\";i:1832;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1833;s:22:\"linterror-obsolete-tag\";i:1834;s:30:\"linterror-pwrap-bug-workaround\";i:1835;s:25:\"linterror-self-closed-tag\";i:1836;s:22:\"linterror-stripped-tag\";i:1837;s:23:\"linterror-tidy-font-bug\";i:1838;s:29:\"linterror-tidy-whitespace-bug\";i:1839;s:36:\"linterror-unclosed-quotes-in-heading\";i:1840;s:10:\"yourgender\";i:1841;s:14:\"gender-unknown\";i:1842;s:15:\"gender-notknown\";i:1843;s:17:\"prefs-help-gender\";i:1844;s:19:\"prefs-help-realname\";i:1845;s:16:\"prefs-help-email\";i:1846;s:23:\"prefs-help-email-others\";i:1847;s:23:\"prefs-help-requireemail\";i:1848;s:31:\"prefs-signature-invalid-warning\";i:1849;s:27:\"prefs-signature-invalid-new\";i:1850;s:32:\"prefs-signature-invalid-disallow\";i:1851;s:31:\"prefs-signature-highlight-error\";i:1852;s:29:\"prefs-signature-error-details\";i:1853;s:21:\"prefs-advancedediting\";i:1854;s:20:\"prefs-developertools\";i:1855;s:16:\"prefs-discussion\";i:1856;s:15:\"prefs-changesrc\";i:1857;s:22:\"prefs-changeswatchlist\";i:1858;s:20:\"prefs-pageswatchlist\";i:1859;s:11:\"prefs-diffs\";i:1860;s:23:\"prefs-help-prefershttps\";i:1861;s:26:\"prefs-tabs-navigation-hint\";i:1862;s:10:\"userrights\";i:1863;s:18:\"userrights-summary\";i:1864;s:11:\"editinguser\";i:1865;s:17:\"viewinguserrights\";i:1866;s:24:\"userrights-viewusergroup\";i:1867;s:14:\"saveusergroups\";i:1868;s:28:\"userrights-groupsmember-auto\";i:1869;s:28:\"userrights-groupsmember-type\";i:1870;s:21:\"userrights-systemuser\";i:1871;s:22:\"userrights-groups-help\";i:1872;s:23:\"userrights-no-interwiki\";i:1873;s:30:\"userrights-irreversible-marker\";i:1874;s:35:\"userrights-no-shorten-expiry-marker\";i:1875;s:25:\"userrights-expiry-current\";i:1876;s:22:\"userrights-expiry-none\";i:1877;s:17:\"userrights-expiry\";i:1878;s:26:\"userrights-expiry-existing\";i:1879;s:27:\"userrights-expiry-othertime\";i:1880;s:25:\"userrights-expiry-options\";i:1881;s:25:\"userrights-invalid-expiry\";i:1882;s:25:\"userrights-expiry-in-past\";i:1883;s:32:\"userrights-cannot-shorten-expiry\";i:1884;s:19:\"userrights-conflict\";i:1885;s:11:\"group-named\";i:1886;s:21:\"group-interface-admin\";i:1887;s:14:\"group-suppress\";i:1888;s:28:\"group-interface-admin-member\";i:1889;s:21:\"group-suppress-member\";i:1890;s:15:\"grouppage-named\";i:1891;s:25:\"grouppage-interface-admin\";i:1892;s:18:\"grouppage-suppress\";i:1893;s:16:\"right-createpage\";i:1894;s:23:\"right-autocreateaccount\";i:1895;s:24:\"right-move-rootuserpages\";i:1896;s:22:\"right-suppressredirect\";i:1897;s:18:\"right-reupload-own\";i:1898;s:21:\"right-reupload-shared\";i:1899;s:11:\"right-purge\";i:1900;s:19:\"right-autoconfirmed\";i:1901;s:9:\"right-bot\";i:1902;s:20:\"right-nominornewtalk\";i:1903;s:19:\"right-apihighlimits\";i:1904;s:21:\"right-delete-redirect\";i:1905;s:20:\"right-deletelogentry\";i:1906;s:20:\"right-deleterevision\";i:1907;s:20:\"right-deletedhistory\";i:1908;s:17:\"right-deletedtext\";i:1909;s:22:\"right-suppressrevision\";i:1910;s:20:\"right-suppressionlog\";i:1911;s:11:\"right-block\";i:1912;s:16:\"right-blockemail\";i:1913;s:14:\"right-hideuser\";i:1914;s:20:\"right-ipblock-exempt\";i:1915;s:17:\"right-unblockself\";i:1916;s:13:\"right-protect\";i:1917;s:19:\"right-editprotected\";i:1918;s:23:\"right-editsemiprotected\";i:1919;s:17:\"right-editsitecss\";i:1920;s:18:\"right-editsitejson\";i:1921;s:16:\"right-editsitejs\";i:1922;s:26:\"right-editmyuserjsredirect\";i:1923;s:21:\"right-editmywatchlist\";i:1924;s:23:\"right-viewmyprivateinfo\";i:1925;s:23:\"right-editmyprivateinfo\";i:1926;s:14:\"right-rollback\";i:1927;s:18:\"right-markbotedits\";i:1928;s:17:\"right-noratelimit\";i:1929;s:12:\"right-import\";i:1930;s:18:\"right-importupload\";i:1931;s:12:\"right-patrol\";i:1932;s:16:\"right-autopatrol\";i:1933;s:17:\"right-patrolmarks\";i:1934;s:16:\"right-userrights\";i:1935;s:26:\"right-userrights-interwiki\";i:1936;s:15:\"right-siteadmin\";i:1937;s:27:\"right-override-export-depth\";i:1938;s:22:\"right-managechangetags\";i:1939;s:21:\"right-applychangetags\";i:1940;s:16:\"right-changetags\";i:1941;s:22:\"right-deletechangetags\";i:1942;s:13:\"grant-generic\";i:1943;s:28:\"grant-group-page-interaction\";i:1944;s:28:\"grant-group-file-interaction\";i:1945;s:33:\"grant-group-watchlist-interaction\";i:1946;s:17:\"grant-group-email\";i:1947;s:23:\"grant-group-high-volume\";i:1948;s:25:\"grant-group-customization\";i:1949;s:26:\"grant-group-administration\";i:1950;s:31:\"grant-group-private-information\";i:1951;s:17:\"grant-group-other\";i:1952;s:16:\"grant-blockusers\";i:1953;s:19:\"grant-createaccount\";i:1954;s:24:\"grant-createeditmovepage\";i:1955;s:12:\"grant-delete\";i:1956;s:19:\"grant-editinterface\";i:1957;s:17:\"grant-editmycssjs\";i:1958;s:19:\"grant-editmyoptions\";i:1959;s:21:\"grant-editmywatchlist\";i:1960;s:20:\"grant-editsiteconfig\";i:1961;s:14:\"grant-editpage\";i:1962;s:19:\"grant-editprotected\";i:1963;s:16:\"grant-highvolume\";i:1964;s:12:\"grant-import\";i:1965;s:18:\"grant-mergehistory\";i:1966;s:15:\"grant-oversight\";i:1967;s:12:\"grant-patrol\";i:1968;s:17:\"grant-privateinfo\";i:1969;s:13:\"grant-protect\";i:1970;s:14:\"grant-rollback\";i:1971;s:15:\"grant-sendemail\";i:1972;s:24:\"grant-uploadeditmovefile\";i:1973;s:16:\"grant-uploadfile\";i:1974;s:11:\"grant-basic\";i:1975;s:17:\"grant-viewdeleted\";i:1976;s:21:\"grant-viewmywatchlist\";i:1977;s:24:\"grant-viewrestrictedlogs\";i:1978;s:18:\"newuserlogpagetext\";i:1979;s:9:\"rightslog\";i:1980;s:13:\"rightslogtext\";i:1981;s:24:\"action-autocreateaccount\";i:1982;s:25:\"action-move-rootuserpages\";i:1983;s:22:\"action-reupload-shared\";i:1984;s:22:\"action-delete-redirect\";i:1985;s:21:\"action-deletelogentry\";i:1986;s:18:\"action-deletedtext\";i:1987;s:21:\"action-suppressionlog\";i:1988;s:12:\"action-block\";i:1989;s:15:\"action-rollback\";i:1990;s:13:\"action-patrol\";i:1991;s:17:\"action-autopatrol\";i:1992;s:19:\"action-mergehistory\";i:1993;s:17:\"action-userrights\";i:1994;s:27:\"action-userrights-interwiki\";i:1995;s:16:\"action-siteadmin\";i:1996;s:20:\"action-editmyoptions\";i:1997;s:24:\"action-viewmyprivateinfo\";i:1998;s:24:\"action-editmyprivateinfo\";i:1999;s:23:\"action-editcontentmodel\";i:2000;s:23:\"action-managechangetags\";i:2001;s:22:\"action-applychangetags\";i:2002;s:17:\"action-changetags\";i:2003;s:23:\"action-deletechangetags\";i:2004;s:12:\"action-purge\";i:2005;s:20:\"action-apihighlimits\";i:2006;s:20:\"action-autoconfirmed\";i:2007;s:16:\"action-bigdelete\";i:2008;s:17:\"action-blockemail\";i:2009;s:10:\"action-bot\";i:2010;s:20:\"action-editprotected\";i:2011;s:24:\"action-editsemiprotected\";i:2012;s:20:\"action-editinterface\";i:2013;s:18:\"action-editusercss\";i:2014;s:19:\"action-edituserjson\";i:2015;s:17:\"action-edituserjs\";i:2016;s:18:\"action-editsitecss\";i:2017;s:19:\"action-editsitejson\";i:2018;s:17:\"action-editsitejs\";i:2019;s:20:\"action-editmyusercss\";i:2020;s:21:\"action-editmyuserjson\";i:2021;s:19:\"action-editmyuserjs\";i:2022;s:27:\"action-editmyuserjsredirect\";i:2023;s:21:\"action-viewsuppressed\";i:2024;s:15:\"action-hideuser\";i:2025;s:21:\"action-ipblock-exempt\";i:2026;s:18:\"action-unblockself\";i:2027;s:18:\"action-noratelimit\";i:2028;s:19:\"action-reupload-own\";i:2029;s:21:\"action-nominornewtalk\";i:2030;s:19:\"action-markbotedits\";i:2031;s:18:\"action-patrolmarks\";i:2032;s:28:\"action-override-export-depth\";i:2033;s:23:\"action-suppressredirect\";i:2034;s:6:\"ntimes\";i:2035;s:17:\"recentchanges-url\";i:2036;s:17:\"recentchangestext\";i:2037;s:22:\"recentchanges-noresult\";i:2038;s:21:\"recentchanges-timeout\";i:2039;s:21:\"recentchanges-network\";i:2040;s:26:\"recentchanges-notargetpage\";i:2041;s:30:\"recentchanges-feed-description\";i:2042;s:26:\"recentchanges-legend-minor\";i:2043;s:24:\"recentchanges-legend-bot\";i:2044;s:32:\"recentchanges-legend-unpatrolled\";i:2045;s:30:\"recentchanges-legend-plusminus\";i:2046;s:36:\"recentchanges-legend-watchlistexpiry\";i:2047;s:20:\"recentchanges-submit\";i:2048;s:20:\"rcfilters-tag-remove\";i:2049;s:24:\"rcfilters-legend-heading\";i:2050;s:28:\"rcfilters-other-review-tools\";i:2051;s:31:\"rcfilters-group-results-by-page\";i:2052;s:23:\"rcfilters-activefilters\";i:2053;s:28:\"rcfilters-activefilters-hide\";i:2054;s:28:\"rcfilters-activefilters-show\";i:2055;s:36:\"rcfilters-activefilters-hide-tooltip\";i:2056;s:36:\"rcfilters-activefilters-show-tooltip\";i:2057;s:25:\"rcfilters-advancedfilters\";i:2058;s:21:\"rcfilters-limit-title\";i:2059;s:30:\"rcfilters-limit-and-date-label\";i:2060;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2061;s:26:\"rcfilters-date-popup-title\";i:2062;s:20:\"rcfilters-days-title\";i:2063;s:21:\"rcfilters-hours-title\";i:2064;s:24:\"rcfilters-days-show-days\";i:2065;s:25:\"rcfilters-days-show-hours\";i:2066;s:34:\"rcfilters-highlighted-filters-list\";i:2067;s:22:\"rcfilters-quickfilters\";i:2068;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2069;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2070;s:35:\"rcfilters-savedqueries-defaultlabel\";i:2071;s:29:\"rcfilters-savedqueries-rename\";i:2072;s:33:\"rcfilters-savedqueries-setdefault\";i:2073;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2074;s:29:\"rcfilters-savedqueries-remove\";i:2075;s:37:\"rcfilters-savedqueries-new-name-label\";i:2076;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2077;s:34:\"rcfilters-savedqueries-apply-label\";i:2078;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2079;s:35:\"rcfilters-savedqueries-cancel-label\";i:2080;s:36:\"rcfilters-savedqueries-add-new-title\";i:2081;s:36:\"rcfilters-savedqueries-already-saved\";i:2082;s:33:\"rcfilters-restore-default-filters\";i:2083;s:27:\"rcfilters-clear-all-filters\";i:2084;s:26:\"rcfilters-show-new-changes\";i:2085;s:28:\"rcfilters-search-placeholder\";i:2086;s:35:\"rcfilters-search-placeholder-mobile\";i:2087;s:24:\"rcfilters-invalid-filter\";i:2088;s:22:\"rcfilters-empty-filter\";i:2089;s:26:\"rcfilters-filterlist-title\";i:2090;s:30:\"rcfilters-filterlist-whatsthis\";i:2091;s:31:\"rcfilters-highlightbutton-title\";i:2092;s:29:\"rcfilters-highlightmenu-title\";i:2093;s:28:\"rcfilters-highlightmenu-help\";i:2094;s:30:\"rcfilters-filterlist-noresults\";i:2095;s:28:\"rcfilters-noresults-conflict\";i:2096;s:30:\"rcfilters-state-message-subset\";i:2097;s:36:\"rcfilters-state-message-fullcoverage\";i:2098;s:32:\"rcfilters-filtergroup-authorship\";i:2099;s:34:\"rcfilters-filter-editsbyself-label\";i:2100;s:40:\"rcfilters-filter-editsbyself-description\";i:2101;s:35:\"rcfilters-filter-editsbyother-label\";i:2102;s:41:\"rcfilters-filter-editsbyother-description\";i:2103;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2104;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2105;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2106;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2107;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2108;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:2109;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2110;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2111;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2112;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2113;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2114;s:31:\"rcfilters-filtergroup-automated\";i:2115;s:27:\"rcfilters-filter-bots-label\";i:2116;s:33:\"rcfilters-filter-bots-description\";i:2117;s:29:\"rcfilters-filter-humans-label\";i:2118;s:35:\"rcfilters-filter-humans-description\";i:2119;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2120;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2121;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2122;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2123;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2124;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2125;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2126;s:34:\"rcfilters-filtergroup-significance\";i:2127;s:28:\"rcfilters-filter-minor-label\";i:2128;s:34:\"rcfilters-filter-minor-description\";i:2129;s:28:\"rcfilters-filter-major-label\";i:2130;s:34:\"rcfilters-filter-major-description\";i:2131;s:31:\"rcfilters-filtergroup-watchlist\";i:2132;s:40:\"rcfilters-filter-watchlist-watched-label\";i:2133;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2134;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2135;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2136;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:2137;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2138;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2139;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2140;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2141;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2142;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2143;s:32:\"rcfilters-filtergroup-changetype\";i:2144;s:32:\"rcfilters-filter-pageedits-label\";i:2145;s:38:\"rcfilters-filter-pageedits-description\";i:2146;s:31:\"rcfilters-filter-newpages-label\";i:2147;s:37:\"rcfilters-filter-newpages-description\";i:2148;s:37:\"rcfilters-filter-categorization-label\";i:2149;s:43:\"rcfilters-filter-categorization-description\";i:2150;s:33:\"rcfilters-filter-logactions-label\";i:2151;s:39:\"rcfilters-filter-logactions-description\";i:2152;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2153;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2154;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2155;s:34:\"rcfilters-filtergroup-lastrevision\";i:2156;s:35:\"rcfilters-filter-lastrevision-label\";i:2157;s:41:\"rcfilters-filter-lastrevision-description\";i:2158;s:39:\"rcfilters-filter-previousrevision-label\";i:2159;s:45:\"rcfilters-filter-previousrevision-description\";i:2160;s:25:\"rcfilters-filter-excluded\";i:2161;s:30:\"rcfilters-tag-prefix-namespace\";i:2162;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:2163;s:25:\"rcfilters-tag-prefix-tags\";i:2164;s:28:\"rcfilters-exclude-button-off\";i:2165;s:27:\"rcfilters-exclude-button-on\";i:2166;s:19:\"rcfilters-view-tags\";i:2167;s:33:\"rcfilters-view-namespaces-tooltip\";i:2168;s:27:\"rcfilters-view-tags-tooltip\";i:2169;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2170;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2171;s:28:\"rcfilters-liveupdates-button\";i:2172;s:37:\"rcfilters-liveupdates-button-title-on\";i:2173;s:38:\"rcfilters-liveupdates-button-title-off\";i:2174;s:35:\"rcfilters-watchlist-markseen-button\";i:2175;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2176;s:31:\"rcfilters-watchlist-showupdated\";i:2177;s:26:\"rcfilters-preference-label\";i:2178;s:25:\"rcfilters-preference-help\";i:2179;s:36:\"rcfilters-watchlist-preference-label\";i:2180;s:35:\"rcfilters-watchlist-preference-help\";i:2181;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2182;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2183;s:35:\"rcfilters-filter-showlinkedto-label\";i:2184;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2185;s:33:\"rcfilters-target-page-placeholder\";i:2186;s:27:\"rcfilters-allcontents-label\";i:2187;s:30:\"rcfilters-alldiscussions-label\";i:2188;s:10:\"rcnotefrom\";i:2189;s:15:\"rclistfromreset\";i:2190;s:24:\"rcshowhidecategorization\";i:2191;s:29:\"rcshowhidecategorization-show\";i:2192;s:29:\"rcshowhidecategorization-hide\";i:2193;s:17:\"unpatrolledletter\";i:2194;s:43:\"number-of-watching-users-for-recent-changes\";i:2195;s:14:\"rc-change-size\";i:2196;s:12:\"rc-old-title\";i:2197;s:36:\"recentchanges-page-added-to-category\";i:2198;s:44:\"recentchanges-page-added-to-category-bundled\";i:2199;s:40:\"recentchanges-page-removed-from-category\";i:2200;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2201;s:19:\"autochange-username\";i:2202;s:12:\"reuploaddesc\";i:2203;s:15:\"upload-tryagain\";i:2204;s:23:\"upload-tryagain-nostash\";i:2205;s:17:\"uploadnologintext\";i:2206;s:24:\"upload_directory_missing\";i:2207;s:26:\"upload_directory_read_only\";i:2208;s:14:\"upload-summary\";i:2209;s:23:\"upload-recreate-warning\";i:2210;s:10:\"uploadtext\";i:2211;s:16:\"upload-permitted\";i:2212;s:16:\"upload-preferred\";i:2213;s:17:\"upload-prohibited\";i:2214;s:12:\"uploadfooter\";i:2215;s:26:\"upload-default-description\";i:2216;s:17:\"uploadlogpagetext\";i:2217;s:10:\"filestatus\";i:2218;s:13:\"ignorewarning\";i:2219;s:14:\"ignorewarnings\";i:2220;s:15:\"illegalfilename\";i:2221;s:22:\"filetype-mime-mismatch\";i:2222;s:16:\"filetype-badmime\";i:2223;s:20:\"filetype-bad-ie-mime\";i:2224;s:22:\"filetype-unwanted-type\";i:2225;s:20:\"filetype-banned-type\";i:2226;s:11:\"hookaborted\";i:2227;s:16:\"tmp-create-error\";i:2228;s:15:\"tmp-write-error\";i:2229;s:10:\"large-file\";i:2230;s:15:\"largefileserver\";i:2231;s:9:\"emptyfile\";i:2232;s:25:\"windows-nonascii-filename\";i:2233;s:10:\"fileexists\";i:2234;s:14:\"filepageexists\";i:2235;s:20:\"fileexists-extension\";i:2236;s:24:\"fileexists-thumbnail-yes\";i:2237;s:17:\"file-thumbnail-no\";i:2238;s:20:\"fileexists-forbidden\";i:2239;s:27:\"fileexists-shared-forbidden\";i:2240;s:20:\"fileexists-no-change\";i:2241;s:28:\"fileexists-duplicate-version\";i:2242;s:21:\"file-exists-duplicate\";i:2243;s:22:\"file-deleted-duplicate\";i:2244;s:30:\"file-deleted-duplicate-notitle\";i:2245;s:13:\"uploadwarning\";i:2246;s:18:\"uploadwarning-text\";i:2247;s:26:\"uploadwarning-text-nostash\";i:2248;s:13:\"uploadedimage\";i:2249;s:14:\"overwroteimage\";i:2250;s:14:\"uploaddisabled\";i:2251;s:18:\"copyuploaddisabled\";i:2252;s:18:\"uploaddisabledtext\";i:2253;s:22:\"php-uploaddisabledtext\";i:2254;s:14:\"uploadscripted\";i:2255;s:27:\"upload-scripted-pi-callback\";i:2256;s:19:\"upload-scripted-dtd\";i:2257;s:19:\"uploaded-script-svg\";i:2258;s:20:\"uploaded-hostile-svg\";i:2259;s:29:\"uploaded-event-handler-on-svg\";i:2260;s:27:\"uploaded-href-attribute-svg\";i:2261;s:31:\"uploaded-href-unsafe-target-svg\";i:2262;s:20:\"uploaded-animate-svg\";i:2263;s:34:\"uploaded-setting-event-handler-svg\";i:2264;s:25:\"uploaded-setting-href-svg\";i:2265;s:26:\"uploaded-wrong-setting-svg\";i:2266;s:28:\"uploaded-setting-handler-svg\";i:2267;s:23:\"uploaded-remote-url-svg\";i:2268;s:25:\"uploaded-image-filter-svg\";i:2269;s:23:\"uploadscriptednamespace\";i:2270;s:16:\"uploadinvalidxml\";i:2271;s:14:\"filewasdeleted\";i:2272;s:19:\"filename-thumb-name\";i:2273;s:19:\"filename-bad-prefix\";i:2274;s:25:\"filename-prefix-blacklist\";i:2275;s:23:\"upload-proto-error-text\";i:2276;s:22:\"upload-file-error-text\";i:2277;s:22:\"upload-misc-error-text\";i:2278;s:25:\"upload-too-many-redirects\";i:2279;s:33:\"upload-copy-upload-invalid-domain\";i:2280;s:26:\"upload-foreign-cant-upload\";i:2281;s:31:\"upload-foreign-cant-load-config\";i:2282;s:22:\"upload-dialog-disabled\";i:2283;s:25:\"upload-dialog-button-back\";i:2284;s:39:\"upload-form-label-infoform-name-tooltip\";i:2285;s:46:\"upload-form-label-infoform-description-tooltip\";i:2286;s:26:\"upload-form-label-own-work\";i:2287;s:37:\"upload-form-label-infoform-categories\";i:2288;s:31:\"upload-form-label-infoform-date\";i:2289;s:48:\"upload-form-label-own-work-message-generic-local\";i:2290;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2291;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2292;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2293;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2294;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2295;s:19:\"backend-fail-stream\";i:2296;s:19:\"backend-fail-backup\";i:2297;s:19:\"backend-fail-hashes\";i:2298;s:18:\"backend-fail-sizes\";i:2299;s:20:\"backend-fail-notsame\";i:2300;s:24:\"backend-fail-invalidpath\";i:2301;s:21:\"backend-fail-describe\";i:2302;s:26:\"backend-fail-alreadyexists\";i:2303;s:18:\"backend-fail-store\";i:2304;s:17:\"backend-fail-copy\";i:2305;s:17:\"backend-fail-move\";i:2306;s:21:\"backend-fail-opentemp\";i:2307;s:22:\"backend-fail-writetemp\";i:2308;s:22:\"backend-fail-closetemp\";i:2309;s:20:\"backend-fail-maxsize\";i:2310;s:21:\"backend-fail-readonly\";i:2311;s:19:\"backend-fail-synced\";i:2312;s:20:\"backend-fail-connect\";i:2313;s:21:\"backend-fail-internal\";i:2314;s:24:\"backend-fail-contenttype\";i:2315;s:22:\"backend-fail-batchsize\";i:2316;s:19:\"backend-fail-usable\";i:2317;s:17:\"backend-fail-stat\";i:2318;s:17:\"backend-fail-hash\";i:2319;s:21:\"lockmanager-notlocked\";i:2320;s:26:\"lockmanager-fail-closelock\";i:2321;s:27:\"lockmanager-fail-deletelock\";i:2322;s:28:\"lockmanager-fail-acquirelock\";i:2323;s:25:\"lockmanager-fail-openlock\";i:2324;s:28:\"lockmanager-fail-releaselock\";i:2325;s:26:\"lockmanager-fail-db-bucket\";i:2326;s:27:\"lockmanager-fail-db-release\";i:2327;s:28:\"lockmanager-fail-svr-acquire\";i:2328;s:28:\"lockmanager-fail-svr-release\";i:2329;s:25:\"lockmanager-fail-conflict\";i:2330;s:19:\"zip-file-open-error\";i:2331;s:16:\"zip-wrong-format\";i:2332;s:7:\"zip-bad\";i:2333;s:15:\"zip-unsupported\";i:2334;s:19:\"uploadstash-summary\";i:2335;s:17:\"uploadstash-clear\";i:2336;s:19:\"uploadstash-nofiles\";i:2337;s:20:\"uploadstash-badtoken\";i:2338;s:20:\"uploadstash-errclear\";i:2339;s:19:\"uploadstash-refresh\";i:2340;s:21:\"uploadstash-thumbnail\";i:2341;s:21:\"uploadstash-exception\";i:2342;s:20:\"uploadstash-bad-path\";i:2343;s:28:\"uploadstash-bad-path-invalid\";i:2344;s:33:\"uploadstash-bad-path-unknown-type\";i:2345;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2346;s:31:\"uploadstash-bad-path-no-handler\";i:2347;s:31:\"uploadstash-bad-path-bad-format\";i:2348;s:26:\"uploadstash-file-not-found\";i:2349;s:35:\"uploadstash-file-not-found-no-thumb\";i:2350;s:40:\"uploadstash-file-not-found-no-local-path\";i:2351;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2352;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2353;s:37:\"uploadstash-file-not-found-not-exists\";i:2354;s:26:\"uploadstash-file-too-large\";i:2355;s:25:\"uploadstash-not-logged-in\";i:2356;s:23:\"uploadstash-wrong-owner\";i:2357;s:23:\"uploadstash-no-such-key\";i:2358;s:23:\"uploadstash-zero-length\";i:2359;s:20:\"invalid-chunk-offset\";i:2360;s:21:\"img-auth-accessdenied\";i:2361;s:17:\"img-auth-notindir\";i:2362;s:17:\"img-auth-badtitle\";i:2363;s:15:\"img-auth-nofile\";i:2364;s:14:\"img-auth-isdir\";i:2365;s:18:\"img-auth-streaming\";i:2366;s:15:\"img-auth-public\";i:2367;s:15:\"img-auth-noread\";i:2368;s:19:\"http-invalid-scheme\";i:2369;s:18:\"http-request-error\";i:2370;s:14:\"http-timed-out\";i:2371;s:15:\"http-curl-error\";i:2372;s:15:\"http-bad-status\";i:2373;s:19:\"http-internal-error\";i:2374;s:23:\"upload-curl-error6-text\";i:2375;s:19:\"upload-curl-error28\";i:2376;s:24:\"upload-curl-error28-text\";i:2377;s:7:\"license\";i:2378;s:8:\"licenses\";i:2379;s:13:\"licenses-edit\";i:2380;s:17:\"upload_source_url\";i:2381;s:17:\"listfiles-summary\";i:2382;s:26:\"listfiles-userdoesnotexist\";i:2383;s:9:\"listfiles\";i:2384;s:17:\"listfiles_subpage\";i:2385;s:15:\"listfiles_thumb\";i:2386;s:14:\"listfiles_date\";i:2387;s:14:\"listfiles_name\";i:2388;s:14:\"listfiles_user\";i:2389;s:14:\"listfiles_size\";i:2390;s:21:\"listfiles_description\";i:2391;s:15:\"listfiles_count\";i:2392;s:18:\"listfiles-show-all\";i:2393;s:23:\"listfiles-latestversion\";i:2394;s:27:\"listfiles-latestversion-yes\";i:2395;s:26:\"listfiles-latestversion-no\";i:2396;s:18:\"filehist-deleteall\";i:2397;s:18:\"filehist-deleteone\";i:2398;s:16:\"filehist-nothumb\";i:2399;s:17:\"filehist-filesize\";i:2400;s:17:\"linkstoimage-more\";i:2401;s:16:\"morelinkstoimage\";i:2402;s:21:\"linkstoimage-redirect\";i:2403;s:16:\"duplicatesoffile\";i:2404;s:12:\"sharedupload\";i:2405;s:23:\"sharedupload-desc-there\";i:2406;s:22:\"sharedupload-desc-edit\";i:2407;s:24:\"sharedupload-desc-create\";i:2408;s:24:\"shareddescriptionfollows\";i:2409;s:15:\"filepage-nofile\";i:2410;s:20:\"filepage-nofile-link\";i:2411;s:25:\"uploadnewversion-linktext\";i:2412;s:16:\"shared-repo-from\";i:2413;s:11:\"shared-repo\";i:2414;s:33:\"shared-repo-name-wikimediacommons\";i:2415;s:12:\"filepage.css\";i:2416;s:10:\"filerevert\";i:2417;s:17:\"filerevert-legend\";i:2418;s:16:\"filerevert-intro\";i:2419;s:18:\"filerevert-comment\";i:2420;s:25:\"filerevert-defaultcomment\";i:2421;s:17:\"filerevert-submit\";i:2422;s:18:\"filerevert-success\";i:2423;s:21:\"filerevert-badversion\";i:2424;s:20:\"filerevert-identical\";i:2425;s:10:\"filedelete\";i:2426;s:17:\"filedelete-legend\";i:2427;s:16:\"filedelete-intro\";i:2428;s:20:\"filedelete-intro-old\";i:2429;s:18:\"filedelete-comment\";i:2430;s:17:\"filedelete-submit\";i:2431;s:18:\"filedelete-success\";i:2432;s:22:\"filedelete-success-old\";i:2433;s:17:\"filedelete-nofile\";i:2434;s:21:\"filedelete-nofile-old\";i:2435;s:22:\"filedelete-otherreason\";i:2436;s:27:\"filedelete-reason-otherlist\";i:2437;s:26:\"filedelete-reason-dropdown\";i:2438;s:35:\"filedelete-reason-dropdown-suppress\";i:2439;s:26:\"filedelete-edit-reasonlist\";i:2440;s:35:\"filedelete-edit-reasonlist-suppress\";i:2441;s:22:\"filedelete-maintenance\";i:2442;s:28:\"filedelete-maintenance-title\";i:2443;s:18:\"mimesearch-summary\";i:2444;s:8:\"download\";i:2445;s:22:\"unwatchedpages-summary\";i:2446;s:13:\"listredirects\";i:2447;s:21:\"listredirects-summary\";i:2448;s:19:\"listduplicatedfiles\";i:2449;s:27:\"listduplicatedfiles-summary\";i:2450;s:25:\"listduplicatedfiles-entry\";i:2451;s:15:\"unusedtemplates\";i:2452;s:23:\"unusedtemplates-summary\";i:2453;s:19:\"unusedtemplatestext\";i:2454;s:18:\"randompage-nopages\";i:2455;s:14:\"randompage-url\";i:2456;s:16:\"randomincategory\";i:2457;s:32:\"randomincategory-invalidcategory\";i:2458;s:24:\"randomincategory-nopages\";i:2459;s:14:\"randomredirect\";i:2460;s:22:\"randomredirect-nopages\";i:2461;s:18:\"statistics-summary\";i:2462;s:19:\"statistics-articles\";i:2463;s:24:\"statistics-articles-desc\";i:2464;s:21:\"statistics-pages-desc\";i:2465;s:21:\"statistics-files-desc\";i:2466;s:16:\"statistics-edits\";i:2467;s:24:\"statistics-edits-average\";i:2468;s:16:\"statistics-users\";i:2469;s:23:\"statistics-users-active\";i:2470;s:28:\"statistics-users-active-desc\";i:2471;s:17:\"statistics-footer\";i:2472;s:13:\"pageswithprop\";i:2473;s:21:\"pageswithprop-summary\";i:2474;s:20:\"pageswithprop-legend\";i:2475;s:18:\"pageswithprop-text\";i:2476;s:18:\"pageswithprop-prop\";i:2477;s:21:\"pageswithprop-reverse\";i:2478;s:25:\"pageswithprop-sortbyvalue\";i:2479;s:29:\"pageswithprop-prophidden-long\";i:2480;s:31:\"pageswithprop-prophidden-binary\";i:2481;s:15:\"doubleredirects\";i:2482;s:23:\"doubleredirects-summary\";i:2483;s:19:\"doubleredirectstext\";i:2484;s:26:\"double-redirect-fixed-move\";i:2485;s:33:\"double-redirect-fixed-maintenance\";i:2486;s:21:\"double-redirect-fixer\";i:2487;s:15:\"brokenredirects\";i:2488;s:23:\"brokenredirects-summary\";i:2489;s:19:\"brokenredirectstext\";i:2490;s:29:\"brokenredirects-delete-reason\";i:2491;s:23:\"withoutinterwiki-legend\";i:2492;s:15:\"fewestrevisions\";i:2493;s:23:\"fewestrevisions-summary\";i:2494;s:11:\"ncategories\";i:2495;s:11:\"ninterwikis\";i:2496;s:6:\"nlinks\";i:2497;s:15:\"nmemberschanged\";i:2498;s:10:\"nrevisions\";i:2499;s:11:\"nimagelinks\";i:2500;s:14:\"ntransclusions\";i:2501;s:17:\"specialpage-empty\";i:2502;s:11:\"lonelypages\";i:2503;s:19:\"lonelypages-summary\";i:2504;s:15:\"lonelypagestext\";i:2505;s:18:\"uncategorizedpages\";i:2506;s:26:\"uncategorizedpages-summary\";i:2507;s:31:\"uncategorizedcategories-summary\";i:2508;s:27:\"uncategorizedimages-summary\";i:2509;s:30:\"uncategorizedtemplates-summary\";i:2510;s:38:\"uncategorized-categories-exceptionlist\";i:2511;s:24:\"unusedcategories-summary\";i:2512;s:20:\"unusedimages-summary\";i:2513;s:24:\"wantedcategories-summary\";i:2514;s:19:\"wantedpages-summary\";i:2515;s:20:\"wantedpages-badtitle\";i:2516;s:19:\"wantedfiles-summary\";i:2517;s:18:\"wantedfiletext-cat\";i:2518;s:28:\"wantedfiletext-cat-noforeign\";i:2519;s:20:\"wantedfiletext-nocat\";i:2520;s:30:\"wantedfiletext-nocat-noforeign\";i:2521;s:23:\"wantedtemplates-summary\";i:2522;s:18:\"mostlinked-summary\";i:2523;s:28:\"mostlinkedcategories-summary\";i:2524;s:19:\"mostlinkedtemplates\";i:2525;s:27:\"mostlinkedtemplates-summary\";i:2526;s:22:\"mostcategories-summary\";i:2527;s:18:\"mostimages-summary\";i:2528;s:14:\"mostinterwikis\";i:2529;s:22:\"mostinterwikis-summary\";i:2530;s:13:\"mostrevisions\";i:2531;s:21:\"mostrevisions-summary\";i:2532;s:11:\"prefixindex\";i:2533;s:21:\"prefixindex-namespace\";i:2534;s:19:\"prefixindex-summary\";i:2535;s:18:\"prefixindex-submit\";i:2536;s:17:\"prefixindex-strip\";i:2537;s:18:\"shortpages-summary\";i:2538;s:17:\"longpages-summary\";i:2539;s:12:\"deadendpages\";i:2540;s:20:\"deadendpages-summary\";i:2541;s:16:\"deadendpagestext\";i:2542;s:14:\"protectedpages\";i:2543;s:22:\"protectedpages-filters\";i:2544;s:20:\"protectedpages-indef\";i:2545;s:22:\"protectedpages-summary\";i:2546;s:22:\"protectedpages-cascade\";i:2547;s:25:\"protectedpages-noredirect\";i:2548;s:32:\"cachedspecial-viewing-cached-ttl\";i:2549;s:19:\"protectedpagesempty\";i:2550;s:24:\"protectedpages-timestamp\";i:2551;s:21:\"protectedpages-expiry\";i:2552;s:24:\"protectedpages-performer\";i:2553;s:21:\"protectedpages-params\";i:2554;s:21:\"protectedpages-submit\";i:2555;s:32:\"protectedpages-unknown-performer\";i:2556;s:29:\"protectedpages-unknown-reason\";i:2557;s:15:\"protectedtitles\";i:2558;s:23:\"protectedtitles-summary\";i:2559;s:20:\"protectedtitlesempty\";i:2560;s:22:\"protectedtitles-submit\";i:2561;s:9:\"listusers\";i:2562;s:17:\"listusers-summary\";i:2563;s:19:\"listusers-editsonly\";i:2564;s:29:\"listusers-temporarygroupsonly\";i:2565;s:22:\"listusers-creationsort\";i:2566;s:14:\"listusers-desc\";i:2567;s:13:\"usereditcount\";i:2568;s:11:\"usercreated\";i:2569;s:16:\"newpages-summary\";i:2570;s:15:\"newpages-submit\";i:2571;s:20:\"ancientpages-summary\";i:2572;s:16:\"unusedimagestext\";i:2573;s:37:\"unusedimagestext-categorizedimgisused\";i:2574;s:20:\"unusedcategoriestext\";i:2575;s:13:\"notargettitle\";i:2576;s:12:\"notargettext\";i:2577;s:11:\"nopagetitle\";i:2578;s:10:\"nopagetext\";i:2579;s:13:\"pager-newer-n\";i:2580;s:8:\"suppress\";i:2581;s:18:\"querypage-disabled\";i:2582;s:7:\"apihelp\";i:2583;s:15:\"apihelp-summary\";i:2584;s:22:\"apihelp-no-such-module\";i:2585;s:12:\"apihelp-link\";i:2586;s:10:\"apisandbox\";i:2587;s:18:\"apisandbox-summary\";i:2588;s:17:\"apisandbox-jsonly\";i:2589;s:16:\"apisandbox-intro\";i:2590;s:17:\"apisandbox-submit\";i:2591;s:16:\"apisandbox-reset\";i:2592;s:16:\"apisandbox-retry\";i:2593;s:18:\"apisandbox-loading\";i:2594;s:21:\"apisandbox-load-error\";i:2595;s:24:\"apisandbox-no-parameters\";i:2596;s:19:\"apisandbox-helpurls\";i:2597;s:19:\"apisandbox-examples\";i:2598;s:29:\"apisandbox-dynamic-parameters\";i:2599;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2600;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2601;s:31:\"apisandbox-dynamic-error-exists\";i:2602;s:37:\"apisandbox-templated-parameter-reason\";i:2603;s:32:\"apisandbox-deprecated-parameters\";i:2604;s:22:\"apisandbox-fetch-token\";i:2605;s:20:\"apisandbox-add-multi\";i:2606;s:38:\"apisandbox-submit-invalid-fields-title\";i:2607;s:40:\"apisandbox-submit-invalid-fields-message\";i:2608;s:18:\"apisandbox-results\";i:2609;s:26:\"apisandbox-sending-request\";i:2610;s:26:\"apisandbox-loading-results\";i:2611;s:24:\"apisandbox-results-error\";i:2612;s:35:\"apisandbox-results-login-suppressed\";i:2613;s:37:\"apisandbox-request-selectformat-label\";i:2614;s:35:\"apisandbox-request-format-url-label\";i:2615;s:28:\"apisandbox-request-url-label\";i:2616;s:36:\"apisandbox-request-format-json-label\";i:2617;s:29:\"apisandbox-request-json-label\";i:2618;s:35:\"apisandbox-request-format-php-label\";i:2619;s:28:\"apisandbox-request-php-label\";i:2620;s:23:\"apisandbox-request-time\";i:2621;s:27:\"apisandbox-results-fixtoken\";i:2622;s:32:\"apisandbox-results-fixtoken-fail\";i:2623;s:21:\"apisandbox-alert-page\";i:2624;s:22:\"apisandbox-alert-field\";i:2625;s:19:\"apisandbox-continue\";i:2626;s:25:\"apisandbox-continue-clear\";i:2627;s:24:\"apisandbox-continue-help\";i:2628;s:22:\"apisandbox-param-limit\";i:2629;s:36:\"apisandbox-multivalue-all-namespaces\";i:2630;s:32:\"apisandbox-multivalue-all-values\";i:2631;s:19:\"booksources-summary\";i:2632;s:16:\"booksources-isbn\";i:2633;s:16:\"booksources-text\";i:2634;s:24:\"booksources-invalid-isbn\";i:2635;s:22:\"magiclink-tracking-rfc\";i:2636;s:27:\"magiclink-tracking-rfc-desc\";i:2637;s:23:\"magiclink-tracking-pmid\";i:2638;s:28:\"magiclink-tracking-pmid-desc\";i:2639;s:23:\"magiclink-tracking-isbn\";i:2640;s:28:\"magiclink-tracking-isbn-desc\";i:2641;s:6:\"rfcurl\";i:2642;s:9:\"pubmedurl\";i:2643;s:19:\"specialloguserlabel\";i:2644;s:20:\"speciallogtitlelabel\";i:2645;s:20:\"logeventslist-submit\";i:2646;s:26:\"logeventslist-more-filters\";i:2647;s:24:\"logeventslist-patrol-log\";i:2648;s:21:\"logeventslist-tag-log\";i:2649;s:26:\"logeventslist-newusers-log\";i:2650;s:13:\"all-logs-page\";i:2651;s:11:\"alllogstext\";i:2652;s:8:\"logempty\";i:2653;s:26:\"showhideselectedlogentries\";i:2654;s:13:\"log-edit-tags\";i:2655;s:15:\"checkbox-select\";i:2656;s:12:\"checkbox-all\";i:2657;s:13:\"checkbox-none\";i:2658;s:15:\"checkbox-invert\";i:2659;s:16:\"allpages-summary\";i:2660;s:12:\"allpagesfrom\";i:2661;s:10:\"allpagesto\";i:2662;s:14:\"allpagesprefix\";i:2663;s:16:\"allpagesbadtitle\";i:2664;s:15:\"allpages-bad-ns\";i:2665;s:23:\"allpages-hide-redirects\";i:2666;s:18:\"categories-summary\";i:2667;s:17:\"categories-submit\";i:2668;s:18:\"categoriespagetext\";i:2669;s:14:\"categoriesfrom\";i:2670;s:20:\"deletedcontributions\";i:2671;s:28:\"deletedcontributions-summary\";i:2672;s:26:\"deletedcontributions-title\";i:2673;s:10:\"linksearch\";i:2674;s:18:\"linksearch-summary\";i:2675;s:15:\"linksearch-text\";i:2676;s:15:\"linksearch-line\";i:2677;s:16:\"linksearch-error\";i:2678;s:13:\"listusersfrom\";i:2679;s:17:\"listusers-blocked\";i:2680;s:11:\"activeusers\";i:2681;s:19:\"activeusers-summary\";i:2682;s:17:\"activeusers-intro\";i:2683;s:17:\"activeusers-count\";i:2684;s:16:\"activeusers-from\";i:2685;s:18:\"activeusers-groups\";i:2686;s:25:\"activeusers-excludegroups\";i:2687;s:18:\"activeusers-submit\";i:2688;s:23:\"listgrouprights-summary\";i:2689;s:19:\"listgrouprights-key\";i:2690;s:29:\"listgrouprights-right-display\";i:2691;s:29:\"listgrouprights-right-revoked\";i:2692;s:24:\"listgrouprights-addgroup\";i:2693;s:27:\"listgrouprights-removegroup\";i:2694;s:29:\"listgrouprights-addgroup-self\";i:2695;s:32:\"listgrouprights-removegroup-self\";i:2696;s:33:\"listgrouprights-addgroup-self-all\";i:2697;s:36:\"listgrouprights-removegroup-self-all\";i:2698;s:42:\"listgrouprights-namespaceprotection-header\";i:2699;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2700;s:10:\"listgrants\";i:2701;s:18:\"listgrants-summary\";i:2702;s:16:\"listgrants-grant\";i:2703;s:17:\"listgrants-rights\";i:2704;s:24:\"listgrants-grant-display\";i:2705;s:26:\"trackingcategories-summary\";i:2706;s:23:\"trackingcategories-desc\";i:2707;s:31:\"restricted-displaytitle-ignored\";i:2708;s:36:\"restricted-displaytitle-ignored-desc\";i:2709;s:20:\"nonnumeric-formatnum\";i:2710;s:25:\"nonnumeric-formatnum-desc\";i:2711;s:21:\"noindex-category-desc\";i:2712;s:19:\"index-category-desc\";i:2713;s:44:\"post-expand-template-inclusion-category-desc\";i:2714;s:43:\"post-expand-template-argument-category-desc\";i:2715;s:38:\"expensive-parserfunction-category-desc\";i:2716;s:25:\"broken-file-category-desc\";i:2717;s:29:\"hidden-category-category-desc\";i:2718;s:25:\"trackingcategories-nodesc\";i:2719;s:27:\"trackingcategories-disabled\";i:2720;s:15:\"mailnologintext\";i:2721;s:22:\"emailuser-title-target\";i:2722;s:17:\"emailuser-summary\";i:2723;s:13:\"emailpagetext\";i:2724;s:15:\"defemailsubject\";i:2725;s:16:\"usermaildisabled\";i:2726;s:20:\"usermaildisabledtext\";i:2727;s:11:\"noemailtext\";i:2728;s:15:\"nowikiemailtext\";i:2729;s:13:\"emailnotarget\";i:2730;s:11:\"emailtarget\";i:2731;s:12:\"email-legend\";i:2732;s:9:\"emailfrom\";i:2733;s:7:\"emailto\";i:2734;s:12:\"emailsubject\";i:2735;s:14:\"emailccsubject\";i:2736;s:15:\"emailuserfooter\";i:2737;s:18:\"usermessage-editor\";i:2738;s:20:\"usermessage-template\";i:2739;s:17:\"watchlist-summary\";i:2740;s:11:\"nowatchlist\";i:2741;s:17:\"watchlistanontext\";i:2742;s:21:\"watchlistnotwatchable\";i:2743;s:15:\"updatewatchlist\";i:2744;s:14:\"addedwatchtext\";i:2745;s:19:\"addedwatchtext-talk\";i:2746;s:20:\"addedwatchtext-short\";i:2747;s:30:\"addedwatchexpiry-options-label\";i:2748;s:21:\"addedwatchexpiryhours\";i:2749;s:26:\"addedwatchexpiryhours-talk\";i:2750;s:20:\"addedwatchexpirytext\";i:2751;s:25:\"addedwatchexpirytext-talk\";i:2752;s:26:\"addedwatchindefinitelytext\";i:2753;s:31:\"addedwatchindefinitelytext-talk\";i:2754;s:16:\"removedwatchtext\";i:2755;s:21:\"removedwatchtext-talk\";i:2756;s:12:\"notanarticle\";i:2757;s:13:\"notvisiblerev\";i:2758;s:17:\"watchlist-details\";i:2759;s:26:\"watchlist-expiry-days-left\";i:2760;s:33:\"watchlist-expiring-days-full-text\";i:2761;s:27:\"watchlist-expiry-hours-left\";i:2762;s:34:\"watchlist-expiring-hours-full-text\";i:2763;s:15:\"wlheader-enotif\";i:2764;s:20:\"wlheader-showupdated\";i:2765;s:6:\"wlnote\";i:2766;s:14:\"watchlist-hide\";i:2767;s:16:\"watchlist-submit\";i:2768;s:10:\"wlshowtime\";i:2769;s:15:\"wlshowhideminor\";i:2770;s:14:\"wlshowhidebots\";i:2771;s:13:\"wlshowhideliu\";i:2772;s:15:\"wlshowhideanons\";i:2773;s:14:\"wlshowhidepatr\";i:2774;s:14:\"wlshowhidemine\";i:2775;s:24:\"wlshowhidecategorization\";i:2776;s:17:\"watchlist-options\";i:2777;s:17:\"watchlist-unwatch\";i:2778;s:22:\"watchlist-unwatch-undo\";i:2779;s:12:\"enotif_reset\";i:2780;s:22:\"enotif_subject_deleted\";i:2781;s:22:\"enotif_subject_created\";i:2782;s:20:\"enotif_subject_moved\";i:2783;s:23:\"enotif_subject_restored\";i:2784;s:22:\"enotif_subject_changed\";i:2785;s:25:\"enotif_body_intro_deleted\";i:2786;s:25:\"enotif_body_intro_created\";i:2787;s:23:\"enotif_body_intro_moved\";i:2788;s:26:\"enotif_body_intro_restored\";i:2789;s:25:\"enotif_body_intro_changed\";i:2790;s:18:\"enotif_lastvisited\";i:2791;s:15:\"enotif_lastdiff\";i:2792;s:11:\"enotif_body\";i:2793;s:16:\"enotif_minoredit\";i:2794;s:21:\"deletepage-deletetalk\";i:2795;s:13:\"exbeforeblank\";i:2796;s:26:\"delete-talk-summary-prefix\";i:2797;s:14:\"historywarning\";i:2798;s:20:\"historyaction-submit\";i:2799;s:17:\"confirmdeletetext\";i:2800;s:11:\"deletedtext\";i:2801;s:25:\"deleted-page-and-talkpage\";i:2802;s:15:\"log-name-create\";i:2803;s:22:\"log-description-create\";i:2804;s:22:\"logentry-create-create\";i:2805;s:17:\"deleteotherreason\";i:2806;s:21:\"deletereason-dropdown\";i:2807;s:30:\"deletereason-dropdown-suppress\";i:2808;s:31:\"delete-edit-reasonlist-suppress\";i:2809;s:13:\"delete-toobig\";i:2810;s:23:\"delete-toomanyrevisions\";i:2811;s:21:\"delete-warning-toobig\";i:2812;s:35:\"delete-error-associated-alreadytalk\";i:2813;s:36:\"delete-error-associated-doesnotexist\";i:2814;s:26:\"deleting-backlinks-warning\";i:2815;s:25:\"deleting-subpages-warning\";i:2816;s:34:\"deleting-talkpage-subpages-warning\";i:2817;s:29:\"rollback-confirmation-confirm\";i:2818;s:25:\"rollback-confirmation-yes\";i:2819;s:24:\"rollback-confirmation-no\";i:2820;s:26:\"rollbacklinkcount-morethan\";i:2821;s:14:\"rollbackfailed\";i:2822;s:21:\"rollback-missingparam\";i:2823;s:24:\"rollback-missingrevision\";i:2824;s:12:\"cantrollback\";i:2825;s:13:\"alreadyrolled\";i:2826;s:11:\"editcomment\";i:2827;s:10:\"revertpage\";i:2828;s:15:\"revertpage-anon\";i:2829;s:17:\"revertpage-nouser\";i:2830;s:16:\"rollback-success\";i:2831;s:14:\"sessionfailure\";i:2832;s:32:\"changecontentmodel-current-label\";i:2833;s:25:\"changecontentmodel-submit\";i:2834;s:31:\"changecontentmodel-success-text\";i:2835;s:33:\"changecontentmodel-cannot-convert\";i:2836;s:34:\"changecontentmodel-nodirectediting\";i:2837;s:36:\"changecontentmodel-emptymodels-title\";i:2838;s:35:\"changecontentmodel-emptymodels-text\";i:2839;s:28:\"log-description-contentmodel\";i:2840;s:25:\"logentry-contentmodel-new\";i:2841;s:28:\"logentry-contentmodel-change\";i:2842;s:39:\"logentry-contentmodel-change-revertlink\";i:2843;s:35:\"logentry-contentmodel-change-revert\";i:2844;s:14:\"protectlogtext\";i:2845;s:16:\"protectedarticle\";i:2846;s:25:\"modifiedarticleprotection\";i:2847;s:18:\"unprotectedarticle\";i:2848;s:22:\"movedarticleprotection\";i:2849;s:24:\"protectedarticle-comment\";i:2850;s:33:\"modifiedarticleprotection-comment\";i:2851;s:26:\"unprotectedarticle-comment\";i:2852;s:13:\"protect-title\";i:2853;s:24:\"protect-title-notallowed\";i:2854;s:31:\"protect-norestrictiontypes-text\";i:2855;s:18:\"protect_expiry_old\";i:2856;s:27:\"protect-unchain-permissions\";i:2857;s:12:\"protect-text\";i:2858;s:22:\"protect-locked-blocked\";i:2859;s:21:\"protect-locked-dblock\";i:2860;s:21:\"protect-locked-access\";i:2861;s:17:\"protect-cascadeon\";i:2862;s:16:\"protect-fallback\";i:2863;s:20:\"protect-summary-desc\";i:2864;s:25:\"protect-expiry-indefinite\";i:2865;s:15:\"protect-cascade\";i:2866;s:16:\"protect-cantedit\";i:2867;s:23:\"protect-existing-expiry\";i:2868;s:32:\"protect-existing-expiry-infinity\";i:2869;s:19:\"protect-otherreason\";i:2870;s:16:\"protect-dropdown\";i:2871;s:22:\"protect-expiry-options\";i:2872;s:17:\"restriction-level\";i:2873;s:17:\"restriction-blank\";i:2874;s:21:\"restriction-level-all\";i:2875;s:16:\"undelete-summary\";i:2876;s:17:\"undeletepagetitle\";i:2877;s:16:\"undeletepagetext\";i:2878;s:17:\"undeleteextrahelp\";i:2879;s:17:\"undeleterevisions\";i:2880;s:15:\"undeletehistory\";i:2881;s:14:\"undeleterevdel\";i:2882;s:22:\"undeletehistorynoadmin\";i:2883;s:17:\"undelete-revision\";i:2884;s:24:\"undeleterevision-missing\";i:2885;s:32:\"undeleterevision-duplicate-revid\";i:2886;s:15:\"undelete-nodiff\";i:2887;s:21:\"undelete-undeletetalk\";i:2888;s:14:\"undeleteinvert\";i:2889;s:14:\"cannotundelete\";i:2890;s:13:\"undeletedpage\";i:2891;s:15:\"undelete-header\";i:2892;s:20:\"undelete-search-full\";i:2893;s:19:\"undelete-no-results\";i:2894;s:26:\"undelete-filename-mismatch\";i:2895;s:22:\"undelete-bad-store-key\";i:2896;s:22:\"undelete-cleanup-error\";i:2897;s:28:\"undelete-missing-filearchive\";i:2898;s:28:\"undelete-talk-summary-prefix\";i:2899;s:14:\"undelete-error\";i:2900;s:37:\"undelete-error-associated-alreadytalk\";i:2901;s:36:\"undelete-error-associated-notdeleted\";i:2902;s:26:\"undelete-show-file-confirm\";i:2903;s:22:\"undelete-revision-row2\";i:2904;s:21:\"undelete-back-to-list\";i:2905;s:28:\"tooltip-whatlinkshere-invert\";i:2906;s:13:\"contributions\";i:2907;s:21:\"contributions-summary\";i:2908;s:22:\"contributions-subtitle\";i:2909;s:32:\"negative-namespace-not-supported\";i:2910;s:10:\"nocontribs\";i:2911;s:4:\"date\";i:2912;s:25:\"sp-contributions-blocklog\";i:2913;s:28:\"sp-contributions-suppresslog\";i:2914;s:24:\"sp-contributions-deleted\";i:2915;s:24:\"sp-contributions-uploads\";i:2916;s:27:\"sp-contributions-userrights\";i:2917;s:31:\"sp-contributions-blocked-notice\";i:2918;s:39:\"sp-contributions-blocked-notice-partial\";i:2919;s:36:\"sp-contributions-blocked-notice-anon\";i:2920;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2921;s:23:\"sp-contributions-search\";i:2922;s:24:\"sp-contributions-toponly\";i:2923;s:24:\"sp-contributions-newonly\";i:2924;s:26:\"sp-contributions-hideminor\";i:2925;s:24:\"sp-contributions-explain\";i:2926;s:23:\"sp-contributions-footer\";i:2927;s:28:\"sp-contributions-footer-anon\";i:2928;s:34:\"sp-contributions-footer-anon-range\";i:2929;s:27:\"sp-contributions-outofrange\";i:2930;s:33:\"sp-contributions-concurrency-user\";i:2931;s:31:\"sp-contributions-concurrency-ip\";i:2932;s:19:\"whatlinkshere-count\";i:2933;s:21:\"whatlinkshere-summary\";i:2934;s:11:\"nolinkshere\";i:2935;s:14:\"nolinkshere-ns\";i:2936;s:24:\"whatlinkshere-hideimages\";i:2937;s:26:\"whatlinkshere-sectionredir\";i:2938;s:20:\"whatlinkshere-submit\";i:2939;s:11:\"autoblockid\";i:2940;s:5:\"block\";i:2941;s:7:\"unblock\";i:2942;s:15:\"unblock-summary\";i:2943;s:13:\"changeblockip\";i:2944;s:7:\"blockip\";i:2945;s:11:\"blockiptext\";i:2946;s:18:\"ipbreason-dropdown\";i:2947;s:13:\"ipb-hardblock\";i:2948;s:16:\"ipbcreateaccount\";i:2949;s:18:\"ipbenableautoblock\";i:2950;s:9:\"ipbsubmit\";i:2951;s:8:\"ipbother\";i:2952;s:11:\"ipbhidename\";i:2953;s:12:\"ipbwatchuser\";i:2954;s:19:\"ipb-disableusertalk\";i:2955;s:16:\"ipb-change-block\";i:2956;s:11:\"ipb-confirm\";i:2957;s:12:\"ipb-sitewide\";i:2958;s:11:\"ipb-partial\";i:2959;s:17:\"ipb-sitewide-help\";i:2960;s:16:\"ipb-partial-help\";i:2961;s:17:\"ipb-action-create\";i:2962;s:15:\"ipb-action-move\";i:2963;s:17:\"ipb-action-upload\";i:2964;s:15:\"ipb-pages-label\";i:2965;s:20:\"ipb-namespaces-label\";i:2966;s:17:\"blockipsuccesssub\";i:2967;s:18:\"blockipsuccesstext\";i:2968;s:15:\"ipb-empty-block\";i:2969;s:19:\"ipb-block-not-found\";i:2970;s:16:\"ipb-blockingself\";i:2971;s:19:\"ipb-confirmhideuser\";i:2972;s:17:\"ipb-confirmaction\";i:2973;s:17:\"ipb-edit-dropdown\";i:2974;s:16:\"ipb-unblock-addr\";i:2975;s:11:\"ipb-unblock\";i:2976;s:13:\"ipb-blocklist\";i:2977;s:22:\"ipb-blocklist-contribs\";i:2978;s:27:\"ipb-blocklist-duration-left\";i:2979;s:13:\"block-actions\";i:2980;s:13:\"block-details\";i:2981;s:12:\"block-expiry\";i:2982;s:13:\"block-options\";i:2983;s:12:\"block-reason\";i:2984;s:12:\"block-target\";i:2985;s:24:\"block-target-placeholder\";i:2986;s:9:\"unblockip\";i:2987;s:13:\"unblockiptext\";i:2988;s:9:\"ipusubmit\";i:2989;s:9:\"unblocked\";i:2990;s:15:\"unblocked-range\";i:2991;s:12:\"unblocked-id\";i:2992;s:12:\"unblocked-ip\";i:2993;s:9:\"blocklist\";i:2994;s:13:\"autoblocklist\";i:2995;s:20:\"autoblocklist-submit\";i:2996;s:20:\"autoblocklist-legend\";i:2997;s:25:\"autoblocklist-localblocks\";i:2998;s:30:\"autoblocklist-total-autoblocks\";i:2999;s:19:\"autoblocklist-empty\";i:3000;s:25:\"autoblocklist-otherblocks\";i:3001;s:11:\"ipblocklist\";i:3002;s:18:\"ipblocklist-legend\";i:3003;s:20:\"blocklist-autoblocks\";i:3004;s:20:\"blocklist-userblocks\";i:3005;s:20:\"blocklist-tempblocks\";i:3006;s:21:\"blocklist-indefblocks\";i:3007;s:23:\"blocklist-addressblocks\";i:3008;s:14:\"blocklist-type\";i:3009;s:22:\"blocklist-type-opt-all\";i:3010;s:27:\"blocklist-type-opt-sitewide\";i:3011;s:26:\"blocklist-type-opt-partial\";i:3012;s:21:\"blocklist-rangeblocks\";i:3013;s:19:\"blocklist-timestamp\";i:3014;s:16:\"blocklist-target\";i:3015;s:16:\"blocklist-expiry\";i:3016;s:12:\"blocklist-by\";i:3017;s:16:\"blocklist-params\";i:3018;s:17:\"blocklist-summary\";i:3019;s:22:\"ipblocklist-localblock\";i:3020;s:23:\"ipblocklist-otherblocks\";i:3021;s:13:\"infiniteblock\";i:3022;s:13:\"anononlyblock\";i:3023;s:16:\"noautoblockblock\";i:3024;s:18:\"createaccountblock\";i:3025;s:10:\"emailblock\";i:3026;s:20:\"blocklist-nousertalk\";i:3027;s:17:\"blocklist-editing\";i:3028;s:26:\"blocklist-editing-sitewide\";i:3029;s:22:\"blocklist-editing-page\";i:3030;s:20:\"blocklist-editing-ns\";i:3031;s:24:\"blocklist-editing-action\";i:3032;s:22:\"ipblocklist-no-results\";i:3033;s:14:\"empty-username\";i:3034;s:9:\"emaillink\";i:3035;s:11:\"autoblocker\";i:3036;s:12:\"blocklogpage\";i:3037;s:16:\"blocklog-showlog\";i:3038;s:24:\"blocklog-showsuppresslog\";i:3039;s:13:\"blocklogentry\";i:3040;s:16:\"reblock-logentry\";i:3041;s:12:\"blocklogtext\";i:3042;s:15:\"unblocklogentry\";i:3043;s:24:\"block-log-flags-anononly\";i:3044;s:24:\"block-log-flags-nocreate\";i:3045;s:27:\"block-log-flags-noautoblock\";i:3046;s:23:\"block-log-flags-noemail\";i:3047;s:26:\"block-log-flags-nousertalk\";i:3048;s:31:\"block-log-flags-angry-autoblock\";i:3049;s:26:\"block-log-flags-hiddenname\";i:3050;s:20:\"range_block_disabled\";i:3051;s:26:\"ipb-prevent-user-talk-edit\";i:3052;s:18:\"ipb_expiry_invalid\";i:3053;s:14:\"ipb_expiry_old\";i:3054;s:15:\"ipb_expiry_temp\";i:3055;s:16:\"ipb_hide_invalid\";i:3056;s:16:\"ipb_hide_partial\";i:3057;s:19:\"ipb_already_blocked\";i:3058;s:15:\"ipb-needreblock\";i:3059;s:22:\"ipb-otherblocks-header\";i:3060;s:16:\"unblock-hideuser\";i:3061;s:16:\"ipb_cant_unblock\";i:3062;s:20:\"ipb_blocked_as_range\";i:3063;s:16:\"ip_range_invalid\";i:3064;s:17:\"ip_range_toolarge\";i:3065;s:17:\"ip_range_exceeded\";i:3066;s:15:\"ip_range_toolow\";i:3067;s:12:\"proxyblocker\";i:3068;s:16:\"proxyblockreason\";i:3069;s:5:\"sorbs\";i:3070;s:11:\"sorbsreason\";i:3071;s:27:\"sorbs_create_account_reason\";i:3072;s:21:\"softblockrangesreason\";i:3073;s:14:\"xffblockreason\";i:3074;s:20:\"cant-see-hidden-user\";i:3075;s:27:\"cant-block-nonexistent-page\";i:3076;s:10:\"ipbblocked\";i:3077;s:16:\"ipbnounblockself\";i:3078;s:18:\"ipb-default-expiry\";i:3079;s:21:\"ipb-default-expiry-ip\";i:3080;s:6:\"lockdb\";i:3081;s:8:\"unlockdb\";i:3082;s:10:\"lockdbtext\";i:3083;s:12:\"unlockdbtext\";i:3084;s:11:\"lockconfirm\";i:3085;s:13:\"unlockconfirm\";i:3086;s:7:\"lockbtn\";i:3087;s:9:\"unlockbtn\";i:3088;s:13:\"locknoconfirm\";i:3089;s:16:\"lockdbsuccesssub\";i:3090;s:18:\"unlockdbsuccesssub\";i:3091;s:17:\"lockdbsuccesstext\";i:3092;s:19:\"unlockdbsuccesstext\";i:3093;s:19:\"lockfilenotwritable\";i:3094;s:14:\"databaselocked\";i:3095;s:17:\"databasenotlocked\";i:3096;s:15:\"lockedbyandtime\";i:3097;s:9:\"move-page\";i:3098;s:16:\"movepage-summary\";i:3099;s:16:\"move-page-legend\";i:3100;s:12:\"movepagetext\";i:3101;s:28:\"movepagetext-noredirectfixer\";i:3102;s:30:\"movepagetext-noredirectsupport\";i:3103;s:16:\"movepagetalktext\";i:3104;s:20:\"moveuserpage-warning\";i:3105;s:24:\"movecategorypage-warning\";i:3106;s:15:\"movenologintext\";i:3107;s:14:\"movenotallowed\";i:3108;s:18:\"movenotallowedfile\";i:3109;s:19:\"cant-move-user-page\";i:3110;s:22:\"cant-move-to-user-page\";i:3111;s:23:\"cant-move-category-page\";i:3112;s:26:\"cant-move-to-category-page\";i:3113;s:18:\"cant-move-subpages\";i:3114;s:20:\"namespace-nosubpages\";i:3115;s:8:\"newtitle\";i:3116;s:10:\"move-watch\";i:3117;s:11:\"movepagebtn\";i:3118;s:12:\"pagemovedsub\";i:3119;s:10:\"cannotmove\";i:3120;s:14:\"movepage-moved\";i:3121;s:23:\"movepage-moved-redirect\";i:3122;s:25:\"movepage-moved-noredirect\";i:3123;s:21:\"movepage-delete-first\";i:3124;s:13:\"articleexists\";i:3125;s:14:\"redirectexists\";i:3126;s:23:\"cantmove-titleprotected\";i:3127;s:8:\"movetalk\";i:3128;s:13:\"move-subpages\";i:3129;s:18:\"move-talk-subpages\";i:3130;s:20:\"movepage-page-exists\";i:3131;s:28:\"movepage-source-doesnt-exist\";i:3132;s:19:\"movepage-page-moved\";i:3133;s:21:\"movepage-page-unmoved\";i:3134;s:18:\"movepage-max-pages\";i:3135;s:15:\"movelogpagetext\";i:3136;s:11:\"movesubpage\";i:3137;s:15:\"movesubpagetext\";i:3138;s:19:\"movesubpagetalktext\";i:3139;s:25:\"movesubpagetext-truncated\";i:3140;s:29:\"movesubpagetalktext-truncated\";i:3141;s:13:\"movenosubpage\";i:3142;s:10:\"movereason\";i:3143;s:18:\"move-redirect-text\";i:3144;s:31:\"category-move-redirect-override\";i:3145;s:20:\"delete_and_move_text\";i:3146;s:29:\"delete_redirect_and_move_text\";i:3147;s:23:\"delete_and_move_confirm\";i:3148;s:22:\"delete_and_move_reason\";i:3149;s:8:\"selfmove\";i:3150;s:25:\"immobile-source-namespace\";i:3151;s:28:\"immobile-source-namespace-iw\";i:3152;s:25:\"immobile-target-namespace\";i:3153;s:28:\"immobile-target-namespace-iw\";i:3154;s:20:\"immobile-source-page\";i:3155;s:20:\"immobile-target-page\";i:3156;s:29:\"movepage-invalid-target-title\";i:3157;s:16:\"bad-target-model\";i:3158;s:21:\"imagenocrossnamespace\";i:3159;s:27:\"nonfile-cannot-move-to-file\";i:3160;s:17:\"imagetypemismatch\";i:3161;s:20:\"imageinvalidfilename\";i:3162;s:20:\"fix-double-redirects\";i:3163;s:19:\"move-leave-redirect\";i:3164;s:24:\"protectedpagemovewarning\";i:3165;s:28:\"semiprotectedpagemovewarning\";i:3166;s:20:\"move-over-sharedrepo\";i:3167;s:22:\"file-exists-sharedrepo\";i:3168;s:14:\"export-summary\";i:3169;s:10:\"exporttext\";i:3170;s:9:\"exportall\";i:3171;s:13:\"exportcuronly\";i:3172;s:15:\"exportnohistory\";i:3173;s:17:\"exportlistauthors\";i:3174;s:13:\"export-submit\";i:3175;s:15:\"export-download\";i:3176;s:16:\"export-templates\";i:3177;s:16:\"export-pagelinks\";i:3178;s:13:\"export-manual\";i:3179;s:18:\"allmessagesdefault\";i:3180;s:15:\"allmessagestext\";i:3181;s:34:\"allmessages-not-supported-database\";i:3182;s:18:\"allmessages-filter\";i:3183;s:18:\"allmessages-prefix\";i:3184;s:15:\"thumbnail_error\";i:3185;s:15:\"djvu_page_error\";i:3186;s:21:\"thumbnail-temp-create\";i:3187;s:21:\"thumbnail-dest-create\";i:3188;s:24:\"thumbnail_invalid_params\";i:3189;s:25:\"thumbnail_toobigimagearea\";i:3190;s:24:\"thumbnail_dest_directory\";i:3191;s:20:\"thumbnail_image-type\";i:3192;s:20:\"thumbnail_gd-library\";i:3193;s:25:\"thumbnail_image-size-zero\";i:3194;s:23:\"thumbnail_image-missing\";i:3195;s:29:\"thumbnail_image-failure-limit\";i:3196;s:6:\"import\";i:3197;s:14:\"import-summary\";i:3198;s:15:\"importinterwiki\";i:3199;s:21:\"import-interwiki-text\";i:3200;s:24:\"import-interwiki-history\";i:3201;s:26:\"import-interwiki-templates\";i:3202;s:22:\"import-mapping-default\";i:3203;s:22:\"import-mapping-subpage\";i:3204;s:29:\"import-upload-username-prefix\";i:3205;s:25:\"import-assign-known-users\";i:3206;s:10:\"importtext\";i:3207;s:11:\"importstart\";i:3208;s:21:\"import-revision-count\";i:3209;s:13:\"importnopages\";i:3210;s:20:\"imported-log-entries\";i:3211;s:12:\"importfailed\";i:3212;s:19:\"importunknownsource\";i:3213;s:14:\"importnoprefix\";i:3214;s:14:\"importcantopen\";i:3215;s:18:\"importbadinterwiki\";i:3216;s:13:\"importsuccess\";i:3217;s:15:\"importnosources\";i:3218;s:12:\"importnofile\";i:3219;s:21:\"importuploaderrorsize\";i:3220;s:24:\"importuploaderrorpartial\";i:3221;s:21:\"importuploaderrortemp\";i:3222;s:20:\"import-parse-failure\";i:3223;s:16:\"import-noarticle\";i:3224;s:21:\"import-nonewrevisions\";i:3225;s:16:\"xml-error-string\";i:3226;s:13:\"import-upload\";i:3227;s:21:\"import-token-mismatch\";i:3228;s:24:\"import-invalid-interwiki\";i:3229;s:17:\"import-error-edit\";i:3230;s:22:\"import-error-interwiki\";i:3231;s:20:\"import-error-special\";i:3232;s:20:\"import-error-invalid\";i:3233;s:24:\"import-error-unserialize\";i:3234;s:25:\"import-error-bad-location\";i:3235;s:20:\"import-options-wrong\";i:3236;s:23:\"import-rootpage-invalid\";i:3237;s:25:\"import-rootpage-nosubpage\";i:3238;s:13:\"importlogpage\";i:3239;s:17:\"importlogpagetext\";i:3240;s:22:\"import-logentry-upload\";i:3241;s:29:\"import-logentry-upload-detail\";i:3242;s:25:\"import-logentry-interwiki\";i:3243;s:32:\"import-logentry-interwiki-detail\";i:3244;s:14:\"javascripttest\";i:3245;s:26:\"javascripttest-qunit-intro\";i:3246;s:21:\"accesskey-pt-userpage\";i:3247;s:25:\"accesskey-pt-anonuserpage\";i:3248;s:19:\"accesskey-pt-mytalk\";i:3249;s:21:\"accesskey-pt-anontalk\";i:3250;s:24:\"accesskey-pt-preferences\";i:3251;s:22:\"accesskey-pt-watchlist\";i:3252;s:22:\"accesskey-pt-mycontris\";i:3253;s:25:\"accesskey-pt-anoncontribs\";i:3254;s:18:\"accesskey-pt-login\";i:3255;s:26:\"accesskey-pt-login-private\";i:3256;s:19:\"accesskey-pt-logout\";i:3257;s:26:\"accesskey-pt-createaccount\";i:3258;s:17:\"accesskey-ca-view\";i:3259;s:17:\"accesskey-ca-talk\";i:3260;s:17:\"accesskey-ca-edit\";i:3261;s:23:\"accesskey-ca-addsection\";i:3262;s:23:\"accesskey-ca-viewsource\";i:3263;s:20:\"accesskey-ca-history\";i:3264;s:20:\"accesskey-ca-protect\";i:3265;s:22:\"accesskey-ca-unprotect\";i:3266;s:19:\"accesskey-ca-delete\";i:3267;s:21:\"accesskey-ca-undelete\";i:3268;s:17:\"accesskey-ca-move\";i:3269;s:18:\"accesskey-ca-watch\";i:3270;s:20:\"accesskey-ca-unwatch\";i:3271;s:16:\"accesskey-search\";i:3272;s:19:\"accesskey-search-go\";i:3273;s:25:\"accesskey-search-fulltext\";i:3274;s:16:\"accesskey-p-logo\";i:3275;s:26:\"accesskey-n-help-mediawiki\";i:3276;s:20:\"accesskey-n-mainpage\";i:3277;s:32:\"accesskey-n-mainpage-description\";i:3278;s:18:\"accesskey-n-portal\";i:3279;s:25:\"accesskey-n-currentevents\";i:3280;s:25:\"accesskey-n-recentchanges\";i:3281;s:22:\"accesskey-n-randompage\";i:3282;s:16:\"accesskey-n-help\";i:3283;s:25:\"accesskey-t-whatlinkshere\";i:3284;s:31:\"accesskey-t-recentchangeslinked\";i:3285;s:18:\"accesskey-feed-rss\";i:3286;s:19:\"accesskey-feed-atom\";i:3287;s:25:\"accesskey-t-contributions\";i:3288;s:21:\"accesskey-t-emailuser\";i:3289;s:16:\"accesskey-t-info\";i:3290;s:21:\"accesskey-t-permalink\";i:3291;s:17:\"accesskey-t-print\";i:3292;s:18:\"accesskey-t-upload\";i:3293;s:24:\"accesskey-t-specialpages\";i:3294;s:23:\"accesskey-ca-nstab-main\";i:3295;s:23:\"accesskey-ca-nstab-user\";i:3296;s:24:\"accesskey-ca-nstab-media\";i:3297;s:26:\"accesskey-ca-nstab-special\";i:3298;s:26:\"accesskey-ca-nstab-project\";i:3299;s:24:\"accesskey-ca-nstab-image\";i:3300;s:28:\"accesskey-ca-nstab-mediawiki\";i:3301;s:27:\"accesskey-ca-nstab-template\";i:3302;s:23:\"accesskey-ca-nstab-help\";i:3303;s:27:\"accesskey-ca-nstab-category\";i:3304;s:19:\"accesskey-minoredit\";i:3305;s:14:\"accesskey-save\";i:3306;s:17:\"accesskey-publish\";i:3307;s:17:\"accesskey-preview\";i:3308;s:14:\"accesskey-diff\";i:3309;s:33:\"accesskey-compareselectedversions\";i:3310;s:15:\"accesskey-watch\";i:3311;s:26:\"accesskey-watchlist-expiry\";i:3312;s:16:\"accesskey-upload\";i:3313;s:26:\"accesskey-preferences-save\";i:3314;s:17:\"accesskey-summary\";i:3315;s:24:\"accesskey-userrights-set\";i:3316;s:23:\"accesskey-blockip-block\";i:3317;s:16:\"accesskey-export\";i:3318;s:16:\"accesskey-import\";i:3319;s:37:\"accesskey-watchlistedit-normal-submit\";i:3320;s:34:\"accesskey-watchlistedit-raw-submit\";i:3321;s:23:\"tooltip-pt-anonuserpage\";i:3322;s:22:\"tooltip-pt-tmpuserpage\";i:3323;s:19:\"tooltip-pt-anontalk\";i:3324;s:23:\"tooltip-pt-anoncontribs\";i:3325;s:24:\"tooltip-pt-login-private\";i:3326;s:15:\"tooltip-ca-view\";i:3327;s:18:\"tooltip-ca-protect\";i:3328;s:20:\"tooltip-ca-unprotect\";i:3329;s:17:\"tooltip-ca-delete\";i:3330;s:19:\"tooltip-ca-undelete\";i:3331;s:27:\"tooltip-ca-unwatch-expiring\";i:3332;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3333;s:18:\"tooltip-p-cactions\";i:3334;s:14:\"tooltip-p-lang\";i:3335;s:20:\"tooltip-p-navigation\";i:3336;s:18:\"tooltip-p-personal\";i:3337;s:20:\"tooltip-p-namespaces\";i:3338;s:12:\"tooltip-p-tb\";i:3339;s:18:\"tooltip-p-variants\";i:3340;s:15:\"tooltip-p-views\";i:3341;s:36:\"tooltip-p-user-interface-preferences\";i:3342;s:19:\"tooltip-p-user-page\";i:3343;s:24:\"tooltip-n-help-mediawiki\";i:3344;s:16:\"tooltip-feed-rss\";i:3345;s:19:\"tooltip-t-emailuser\";i:3346;s:14:\"tooltip-t-info\";i:3347;s:22:\"tooltip-ca-nstab-media\";i:3348;s:21:\"tooltip-ca-nstab-help\";i:3349;s:15:\"tooltip-publish\";i:3350;s:31:\"tooltip-compareselectedversions\";i:3351;s:13:\"tooltip-watch\";i:3352;s:24:\"tooltip-watchlist-expiry\";i:3353;s:35:\"tooltip-watchlistedit-normal-submit\";i:3354;s:32:\"tooltip-watchlistedit-raw-submit\";i:3355;s:16:\"tooltip-recreate\";i:3356;s:14:\"tooltip-upload\";i:3357;s:24:\"tooltip-preferences-save\";i:3358;s:24:\"interlanguage-link-title\";i:3359;s:33:\"interlanguage-link-title-langonly\";i:3360;s:32:\"interlanguage-link-title-nonlang\";i:3361;s:36:\"interlanguage-link-title-nonlangonly\";i:3362;s:10:\"common.css\";i:3363;s:9:\"print.css\";i:3364;s:12:\"noscript.css\";i:3365;s:23:\"group-autoconfirmed.css\";i:3366;s:14:\"group-user.css\";i:3367;s:13:\"group-bot.css\";i:3368;s:15:\"group-sysop.css\";i:3369;s:20:\"group-bureaucrat.css\";i:3370;s:11:\"common.json\";i:3371;s:9:\"common.js\";i:3372;s:22:\"group-autoconfirmed.js\";i:3373;s:13:\"group-user.js\";i:3374;s:12:\"group-bot.js\";i:3375;s:14:\"group-sysop.js\";i:3376;s:19:\"group-bureaucrat.js\";i:3377;s:9:\"anonymous\";i:3378;s:8:\"siteuser\";i:3379;s:8:\"anonuser\";i:3380;s:16:\"lastmodifiedatby\";i:3381;s:13:\"othercontribs\";i:3382;s:6:\"others\";i:3383;s:9:\"siteusers\";i:3384;s:9:\"anonusers\";i:3385;s:11:\"creditspage\";i:3386;s:9:\"nocredits\";i:3387;s:19:\"spamprotectiontitle\";i:3388;s:18:\"spamprotectiontext\";i:3389;s:19:\"spamprotectionmatch\";i:3390;s:16:\"spambot_username\";i:3391;s:14:\"spam_reverting\";i:3392;s:13:\"spam_blanking\";i:3393;s:13:\"spam_deleting\";i:3394;s:15:\"pageinfo-header\";i:3395;s:14:\"pageinfo-title\";i:3396;s:20:\"pageinfo-not-current\";i:3397;s:21:\"pageinfo-header-basic\";i:3398;s:21:\"pageinfo-header-edits\";i:3399;s:28:\"pageinfo-header-restrictions\";i:3400;s:26:\"pageinfo-header-properties\";i:3401;s:22:\"pageinfo-display-title\";i:3402;s:21:\"pageinfo-default-sort\";i:3403;s:15:\"pageinfo-length\";i:3404;s:18:\"pageinfo-namespace\";i:3405;s:19:\"pageinfo-article-id\";i:3406;s:24:\"pageinfo-language-change\";i:3407;s:22:\"pageinfo-content-model\";i:3408;s:29:\"pageinfo-content-model-change\";i:3409;s:21:\"pageinfo-robot-policy\";i:3410;s:20:\"pageinfo-robot-index\";i:3411;s:22:\"pageinfo-robot-noindex\";i:3412;s:17:\"pageinfo-watchers\";i:3413;s:26:\"pageinfo-visiting-watchers\";i:3414;s:21:\"pageinfo-few-watchers\";i:3415;s:30:\"pageinfo-few-visiting-watchers\";i:3416;s:23:\"pageinfo-redirects-name\";i:3417;s:24:\"pageinfo-redirects-value\";i:3418;s:22:\"pageinfo-subpages-name\";i:3419;s:23:\"pageinfo-subpages-value\";i:3420;s:18:\"pageinfo-firstuser\";i:3421;s:18:\"pageinfo-firsttime\";i:3422;s:17:\"pageinfo-lastuser\";i:3423;s:17:\"pageinfo-lasttime\";i:3424;s:14:\"pageinfo-edits\";i:3425;s:16:\"pageinfo-authors\";i:3426;s:21:\"pageinfo-recent-edits\";i:3427;s:23:\"pageinfo-recent-authors\";i:3428;s:20:\"pageinfo-magic-words\";i:3429;s:26:\"pageinfo-hidden-categories\";i:3430;s:18:\"pageinfo-templates\";i:3431;s:22:\"pageinfo-transclusions\";i:3432;s:15:\"pageinfo-footer\";i:3433;s:20:\"pageinfo-redirectsto\";i:3434;s:25:\"pageinfo-redirectsto-info\";i:3435;s:20:\"pageinfo-contentpage\";i:3436;s:24:\"pageinfo-contentpage-yes\";i:3437;s:26:\"pageinfo-protect-cascading\";i:3438;s:30:\"pageinfo-protect-cascading-yes\";i:3439;s:31:\"pageinfo-protect-cascading-from\";i:3440;s:22:\"pageinfo-category-info\";i:3441;s:23:\"pageinfo-category-total\";i:3442;s:23:\"pageinfo-category-pages\";i:3443;s:25:\"pageinfo-category-subcats\";i:3444;s:23:\"pageinfo-category-files\";i:3445;s:16:\"pageinfo-user-id\";i:3446;s:18:\"pageinfo-file-hash\";i:3447;s:25:\"pageinfo-view-protect-log\";i:3448;s:19:\"markaspatrolleddiff\";i:3449;s:19:\"markaspatrolledlink\";i:3450;s:19:\"markaspatrolledtext\";i:3451;s:24:\"markaspatrolledtext-file\";i:3452;s:17:\"markedaspatrolled\";i:3453;s:21:\"markedaspatrolledtext\";i:3454;s:16:\"rcpatroldisabled\";i:3455;s:20:\"rcpatroldisabledtext\";i:3456;s:22:\"markedaspatrollederror\";i:3457;s:26:\"markedaspatrollederrortext\";i:3458;s:35:\"markedaspatrollederror-noautopatrol\";i:3459;s:23:\"markedaspatrollednotify\";i:3460;s:15:\"patrol-log-page\";i:3461;s:17:\"patrol-log-header\";i:3462;s:28:\"confirm-markpatrolled-button\";i:3463;s:25:\"confirm-markpatrolled-top\";i:3464;s:15:\"deletedrevision\";i:3465;s:21:\"filedeleteerror-short\";i:3466;s:20:\"filedeleteerror-long\";i:3467;s:18:\"filedelete-missing\";i:3468;s:27:\"filedelete-old-unregistered\";i:3469;s:31:\"filedelete-current-unregistered\";i:3470;s:28:\"filedelete-archive-read-only\";i:3471;s:12:\"mediawarning\";i:3472;s:12:\"imagemaxsize\";i:3473;s:9:\"thumbsize\";i:3474;s:11:\"widthheight\";i:3475;s:15:\"widthheightpage\";i:3476;s:9:\"file-info\";i:3477;s:20:\"file-info-size-pages\";i:3478;s:22:\"svg-long-desc-animated\";i:3479;s:14:\"svg-long-error\";i:3480;s:29:\"show-big-image-preview-differ\";i:3481;s:20:\"file-info-gif-looped\";i:3482;s:20:\"file-info-gif-frames\";i:3483;s:20:\"file-info-png-looped\";i:3484;s:20:\"file-info-png-repeat\";i:3485;s:20:\"file-info-png-frames\";i:3486;s:23:\"file-no-thumb-animation\";i:3487;s:27:\"file-no-thumb-animation-gif\";i:3488;s:9:\"newimages\";i:3489;s:13:\"newimagestext\";i:3490;s:13:\"imagelisttext\";i:3491;s:17:\"newimages-summary\";i:3492;s:16:\"newimages-legend\";i:3493;s:14:\"newimages-user\";i:3494;s:18:\"newimages-showbots\";i:3495;s:23:\"newimages-hidepatrolled\";i:3496;s:19:\"newimages-mediatype\";i:3497;s:8:\"noimages\";i:3498;s:24:\"gallery-slideshow-toggle\";i:3499;s:6:\"bydate\";i:3500;s:21:\"sp-newimages-showfrom\";i:3501;s:10:\"video-dims\";i:3502;s:14:\"seconds-abbrev\";i:3503;s:14:\"minutes-abbrev\";i:3504;s:12:\"hours-abbrev\";i:3505;s:11:\"days-abbrev\";i:3506;s:7:\"seconds\";i:3507;s:7:\"minutes\";i:3508;s:5:\"hours\";i:3509;s:4:\"days\";i:3510;s:5:\"weeks\";i:3511;s:6:\"months\";i:3512;s:5:\"years\";i:3513;s:3:\"ago\";i:3514;s:8:\"just-now\";i:3515;s:9:\"hours-ago\";i:3516;s:11:\"minutes-ago\";i:3517;s:11:\"seconds-ago\";i:3518;s:9:\"monday-at\";i:3519;s:10:\"tuesday-at\";i:3520;s:12:\"wednesday-at\";i:3521;s:11:\"thursday-at\";i:3522;s:9:\"friday-at\";i:3523;s:11:\"saturday-at\";i:3524;s:9:\"sunday-at\";i:3525;s:8:\"today-at\";i:3526;s:12:\"yesterday-at\";i:3527;s:19:\"variantname-zh-hans\";i:3528;s:19:\"variantname-zh-hant\";i:3529;s:17:\"variantname-zh-cn\";i:3530;s:17:\"variantname-zh-tw\";i:3531;s:17:\"variantname-zh-hk\";i:3532;s:17:\"variantname-zh-mo\";i:3533;s:17:\"variantname-zh-sg\";i:3534;s:17:\"variantname-zh-my\";i:3535;s:14:\"variantname-zh\";i:3536;s:20:\"variantname-gan-hans\";i:3537;s:20:\"variantname-gan-hant\";i:3538;s:15:\"variantname-gan\";i:3539;s:19:\"variantname-sr-cyrl\";i:3540;s:17:\"variantname-sr-ec\";i:3541;s:17:\"variantname-sr-el\";i:3542;s:19:\"variantname-sr-latn\";i:3543;s:14:\"variantname-sr\";i:3544;s:17:\"variantname-kk-kz\";i:3545;s:17:\"variantname-kk-tr\";i:3546;s:17:\"variantname-kk-cn\";i:3547;s:19:\"variantname-kk-cyrl\";i:3548;s:19:\"variantname-kk-latn\";i:3549;s:19:\"variantname-kk-arab\";i:3550;s:14:\"variantname-kk\";i:3551;s:19:\"variantname-ku-arab\";i:3552;s:19:\"variantname-ku-latn\";i:3553;s:14:\"variantname-ku\";i:3554;s:19:\"variantname-tg-cyrl\";i:3555;s:19:\"variantname-tg-latn\";i:3556;s:14:\"variantname-tg\";i:3557;s:20:\"variantname-tly-cyrl\";i:3558;s:15:\"variantname-tly\";i:3559;s:20:\"variantname-ike-cans\";i:3560;s:20:\"variantname-ike-latn\";i:3561;s:14:\"variantname-iu\";i:3562;s:20:\"variantname-shi-tfng\";i:3563;s:20:\"variantname-shi-latn\";i:3564;s:15:\"variantname-shi\";i:3565;s:14:\"variantname-uz\";i:3566;s:19:\"variantname-uz-latn\";i:3567;s:19:\"variantname-uz-cyrl\";i:3568;s:15:\"variantname-crh\";i:3569;s:20:\"variantname-crh-latn\";i:3570;s:20:\"variantname-crh-cyrl\";i:3571;s:15:\"metadata-expand\";i:3572;s:17:\"metadata-collapse\";i:3573;s:17:\"metadata-langitem\";i:3574;s:25:\"metadata-langitem-default\";i:3575;s:12:\"confirmemail\";i:3576;s:20:\"confirmemail_noemail\";i:3577;s:17:\"confirmemail_text\";i:3578;s:20:\"confirmemail_pending\";i:3579;s:17:\"confirmemail_send\";i:3580;s:17:\"confirmemail_sent\";i:3581;s:21:\"confirmemail_oncreate\";i:3582;s:23:\"confirmemail_sendfailed\";i:3583;s:20:\"confirmemail_invalid\";i:3584;s:22:\"confirmemail_needlogin\";i:3585;s:20:\"confirmemail_success\";i:3586;s:21:\"confirmemail_loggedin\";i:3587;s:20:\"confirmemail_subject\";i:3588;s:17:\"confirmemail_body\";i:3589;s:25:\"confirmemail_body_changed\";i:3590;s:21:\"confirmemail_body_set\";i:3591;s:24:\"confirmemail_invalidated\";i:3592;s:15:\"invalidateemail\";i:3593;s:33:\"notificationemail_subject_changed\";i:3594;s:33:\"notificationemail_subject_removed\";i:3595;s:30:\"notificationemail_body_changed\";i:3596;s:30:\"notificationemail_body_removed\";i:3597;s:23:\"scarytranscludedisabled\";i:3598;s:21:\"scarytranscludefailed\";i:3599;s:32:\"scarytranscludefailed-httpstatus\";i:3600;s:22:\"scarytranscludetoolong\";i:3601;s:19:\"deletedwhileediting\";i:3602;s:15:\"confirmrecreate\";i:3603;s:24:\"confirmrecreate-noreason\";i:3604;s:8:\"recreate\";i:3605;s:10:\"unit-pixel\";i:3606;s:19:\"confirm-purge-title\";i:3607;s:20:\"confirm_purge_button\";i:3608;s:17:\"confirm-purge-top\";i:3609;s:20:\"confirm-purge-bottom\";i:3610;s:20:\"confirm-watch-button\";i:3611;s:17:\"confirm-watch-top\";i:3612;s:19:\"confirm-watch-label\";i:3613;s:24:\"watchlist-expiry-options\";i:3614;s:31:\"watchlist-expires-in-aria-label\";i:3615;s:27:\"confirm-watch-button-expiry\";i:3616;s:22:\"confirm-unwatch-button\";i:3617;s:19:\"confirm-unwatch-top\";i:3618;s:23:\"confirm-rollback-button\";i:3619;s:20:\"confirm-rollback-top\";i:3620;s:23:\"confirm-rollback-bottom\";i:3621;s:24:\"confirm-mcrrestore-title\";i:3622;s:21:\"confirm-mcrundo-title\";i:3623;s:13:\"mcrundofailed\";i:3624;s:20:\"mcrundo-missingparam\";i:3625;s:15:\"mcrundo-changed\";i:3626;s:20:\"mcrundo-parse-failed\";i:3627;s:19:\"semicolon-separator\";i:3628;s:15:\"comma-separator\";i:3629;s:15:\"colon-separator\";i:3630;s:18:\"autocomment-prefix\";i:3631;s:14:\"pipe-separator\";i:3632;s:14:\"word-separator\";i:3633;s:8:\"ellipsis\";i:3634;s:7:\"percent\";i:3635;s:11:\"parentheses\";i:3636;s:17:\"parentheses-start\";i:3637;s:15:\"parentheses-end\";i:3638;s:8:\"brackets\";i:3639;s:14:\"brackets-start\";i:3640;s:12:\"brackets-end\";i:3641;s:15:\"quotation-marks\";i:3642;s:13:\"formatnum-nan\";i:3643;s:16:\"imgmultipageprev\";i:3644;s:16:\"imgmultipagenext\";i:3645;s:10:\"imgmultigo\";i:3646;s:12:\"imgmultigoto\";i:3647;s:12:\"img-lang-opt\";i:3648;s:16:\"img-lang-default\";i:3649;s:13:\"img-lang-info\";i:3650;s:11:\"img-lang-go\";i:3651;s:16:\"table_pager_next\";i:3652;s:16:\"table_pager_prev\";i:3653;s:17:\"table_pager_first\";i:3654;s:16:\"table_pager_last\";i:3655;s:17:\"table_pager_limit\";i:3656;s:23:\"table_pager_limit_label\";i:3657;s:24:\"table_pager_limit_submit\";i:3658;s:17:\"table_pager_empty\";i:3659;s:14:\"autosumm-blank\";i:3660;s:16:\"autosumm-replace\";i:3661;s:16:\"autoredircomment\";i:3662;s:25:\"autosumm-removed-redirect\";i:3663;s:32:\"autosumm-changed-redirect-target\";i:3664;s:12:\"autosumm-new\";i:3665;s:17:\"autosumm-newblank\";i:3666;s:29:\"block-autoblock-exemptionlist\";i:3667;s:10:\"size-bytes\";i:3668;s:14:\"size-kilobytes\";i:3669;s:14:\"size-megabytes\";i:3670;s:14:\"size-gigabytes\";i:3671;s:14:\"size-terabytes\";i:3672;s:14:\"size-petabytes\";i:3673;s:13:\"size-exabytes\";i:3674;s:15:\"size-zettabytes\";i:3675;s:15:\"size-yottabytes\";i:3676;s:15:\"size-ronnabytes\";i:3677;s:16:\"size-quettabytes\";i:3678;s:10:\"size-pixel\";i:3679;s:14:\"size-kilopixel\";i:3680;s:14:\"size-megapixel\";i:3681;s:14:\"size-gigapixel\";i:3682;s:14:\"size-terapixel\";i:3683;s:14:\"size-petapixel\";i:3684;s:13:\"size-exapixel\";i:3685;s:15:\"size-zettapixel\";i:3686;s:15:\"size-yottapixel\";i:3687;s:15:\"size-ronnapixel\";i:3688;s:16:\"size-quettapixel\";i:3689;s:12:\"bitrate-bits\";i:3690;s:16:\"bitrate-kilobits\";i:3691;s:16:\"bitrate-megabits\";i:3692;s:16:\"bitrate-gigabits\";i:3693;s:16:\"bitrate-terabits\";i:3694;s:16:\"bitrate-petabits\";i:3695;s:15:\"bitrate-exabits\";i:3696;s:17:\"bitrate-zettabits\";i:3697;s:17:\"bitrate-yottabits\";i:3698;s:17:\"bitrate-ronnabits\";i:3699;s:18:\"bitrate-quettabits\";i:3700;s:15:\"lag-warn-normal\";i:3701;s:13:\"lag-warn-high\";i:3702;s:21:\"editwatchlist-summary\";i:3703;s:26:\"watchlistedit-normal-title\";i:3704;s:27:\"watchlistedit-normal-legend\";i:3705;s:28:\"watchlistedit-normal-explain\";i:3706;s:27:\"watchlistedit-normal-submit\";i:3707;s:25:\"watchlistedit-normal-done\";i:3708;s:23:\"watchlistedit-raw-title\";i:3709;s:24:\"watchlistedit-raw-legend\";i:3710;s:25:\"watchlistedit-raw-explain\";i:3711;s:24:\"watchlistedit-raw-titles\";i:3712;s:24:\"watchlistedit-raw-submit\";i:3713;s:22:\"watchlistedit-raw-done\";i:3714;s:23:\"watchlistedit-raw-added\";i:3715;s:25:\"watchlistedit-raw-removed\";i:3716;s:25:\"watchlistedit-clear-title\";i:3717;s:26:\"watchlistedit-clear-legend\";i:3718;s:27:\"watchlistedit-clear-explain\";i:3719;s:26:\"watchlistedit-clear-titles\";i:3720;s:26:\"watchlistedit-clear-submit\";i:3721;s:24:\"watchlistedit-clear-done\";i:3722;s:28:\"watchlistedit-clear-jobqueue\";i:3723;s:27:\"watchlistedit-clear-removed\";i:3724;s:22:\"watchlistedit-too-many\";i:3725;s:20:\"watchlisttools-clear\";i:3726;s:19:\"watchlisttools-view\";i:3727;s:19:\"watchlisttools-edit\";i:3728;s:18:\"watchlisttools-raw\";i:3729;s:19:\"iranian-calendar-m1\";i:3730;s:19:\"iranian-calendar-m2\";i:3731;s:19:\"iranian-calendar-m3\";i:3732;s:19:\"iranian-calendar-m4\";i:3733;s:19:\"iranian-calendar-m5\";i:3734;s:19:\"iranian-calendar-m6\";i:3735;s:19:\"iranian-calendar-m7\";i:3736;s:19:\"iranian-calendar-m8\";i:3737;s:19:\"iranian-calendar-m9\";i:3738;s:20:\"iranian-calendar-m10\";i:3739;s:20:\"iranian-calendar-m11\";i:3740;s:20:\"iranian-calendar-m12\";i:3741;s:17:\"hijri-calendar-m1\";i:3742;s:17:\"hijri-calendar-m2\";i:3743;s:17:\"hijri-calendar-m3\";i:3744;s:17:\"hijri-calendar-m4\";i:3745;s:17:\"hijri-calendar-m5\";i:3746;s:17:\"hijri-calendar-m6\";i:3747;s:17:\"hijri-calendar-m7\";i:3748;s:17:\"hijri-calendar-m8\";i:3749;s:17:\"hijri-calendar-m9\";i:3750;s:18:\"hijri-calendar-m10\";i:3751;s:18:\"hijri-calendar-m11\";i:3752;s:18:\"hijri-calendar-m12\";i:3753;s:18:\"hebrew-calendar-m1\";i:3754;s:18:\"hebrew-calendar-m2\";i:3755;s:18:\"hebrew-calendar-m3\";i:3756;s:18:\"hebrew-calendar-m4\";i:3757;s:18:\"hebrew-calendar-m5\";i:3758;s:18:\"hebrew-calendar-m6\";i:3759;s:19:\"hebrew-calendar-m6a\";i:3760;s:19:\"hebrew-calendar-m6b\";i:3761;s:18:\"hebrew-calendar-m7\";i:3762;s:18:\"hebrew-calendar-m8\";i:3763;s:18:\"hebrew-calendar-m9\";i:3764;s:19:\"hebrew-calendar-m10\";i:3765;s:19:\"hebrew-calendar-m11\";i:3766;s:19:\"hebrew-calendar-m12\";i:3767;s:22:\"hebrew-calendar-m1-gen\";i:3768;s:22:\"hebrew-calendar-m2-gen\";i:3769;s:22:\"hebrew-calendar-m3-gen\";i:3770;s:22:\"hebrew-calendar-m4-gen\";i:3771;s:22:\"hebrew-calendar-m5-gen\";i:3772;s:22:\"hebrew-calendar-m6-gen\";i:3773;s:23:\"hebrew-calendar-m6a-gen\";i:3774;s:23:\"hebrew-calendar-m6b-gen\";i:3775;s:22:\"hebrew-calendar-m7-gen\";i:3776;s:22:\"hebrew-calendar-m8-gen\";i:3777;s:22:\"hebrew-calendar-m9-gen\";i:3778;s:23:\"hebrew-calendar-m10-gen\";i:3779;s:23:\"hebrew-calendar-m11-gen\";i:3780;s:23:\"hebrew-calendar-m12-gen\";i:3781;s:14:\"signature-anon\";i:3782;s:14:\"signature-temp\";i:3783;s:12:\"timezone-utc\";i:3784;s:14:\"timezone-local\";i:3785;s:21:\"duplicate-defaultsort\";i:3786;s:22:\"duplicate-displaytitle\";i:3787;s:23:\"restricted-displaytitle\";i:3788;s:22:\"invalid-indicator-name\";i:3789;s:25:\"invalid-langconvert-attrs\";i:3790;s:7:\"version\";i:3791;s:15:\"version-summary\";i:3792;s:18:\"version-extensions\";i:3793;s:13:\"version-skins\";i:3794;s:20:\"version-specialpages\";i:3795;s:19:\"version-parserhooks\";i:3796;s:17:\"version-variables\";i:3797;s:15:\"version-editors\";i:3798;s:16:\"version-antispam\";i:3799;s:11:\"version-api\";i:3800;s:13:\"version-other\";i:3801;s:21:\"version-mediahandlers\";i:3802;s:13:\"version-hooks\";i:3803;s:28:\"version-parser-extensiontags\";i:3804;s:29:\"version-parser-function-hooks\";i:3805;s:17:\"version-hook-name\";i:3806;s:25:\"version-hook-subscribedby\";i:3807;s:15:\"version-version\";i:3808;s:19:\"version-no-ext-name\";i:3809;s:15:\"version-license\";i:3810;s:19:\"version-ext-license\";i:3811;s:26:\"version-ext-colheader-name\";i:3812;s:27:\"version-skin-colheader-name\";i:3813;s:29:\"version-ext-colheader-version\";i:3814;s:29:\"version-ext-colheader-license\";i:3815;s:33:\"version-ext-colheader-description\";i:3816;s:29:\"version-ext-colheader-credits\";i:3817;s:21:\"version-license-title\";i:3818;s:25:\"version-license-not-found\";i:3819;s:21:\"version-credits-title\";i:3820;s:25:\"version-credits-not-found\";i:3821;s:25:\"version-poweredby-credits\";i:3822;s:24:\"version-poweredby-others\";i:3823;s:29:\"version-poweredby-translators\";i:3824;s:25:\"version-poweredby-various\";i:3825;s:23:\"version-credits-summary\";i:3826;s:20:\"version-license-info\";i:3827;s:16:\"version-software\";i:3828;s:24:\"version-software-product\";i:3829;s:24:\"version-software-version\";i:3830;s:20:\"version-db-mysql-url\";i:3831;s:22:\"version-db-mariadb-url\";i:3832;s:22:\"version-db-percona-url\";i:3833;s:23:\"version-db-postgres-url\";i:3834;s:21:\"version-db-sqlite-url\";i:3835;s:19:\"version-entrypoints\";i:3836;s:37:\"version-entrypoints-header-entrypoint\";i:3837;s:30:\"version-entrypoints-header-url\";i:3838;s:31:\"version-entrypoints-articlepath\";i:3839;s:30:\"version-entrypoints-scriptpath\";i:3840;s:29:\"version-entrypoints-index-php\";i:3841;s:27:\"version-entrypoints-api-php\";i:3842;s:28:\"version-entrypoints-rest-php\";i:3843;s:17:\"version-libraries\";i:3844;s:25:\"version-libraries-library\";i:3845;s:25:\"version-libraries-version\";i:3846;s:25:\"version-libraries-license\";i:3847;s:29:\"version-libraries-description\";i:3848;s:25:\"version-libraries-authors\";i:3849;s:8:\"redirect\";i:3850;s:13:\"redirect-text\";i:3851;s:16:\"redirect-summary\";i:3852;s:15:\"redirect-submit\";i:3853;s:15:\"redirect-lookup\";i:3854;s:14:\"redirect-value\";i:3855;s:13:\"redirect-user\";i:3856;s:13:\"redirect-page\";i:3857;s:17:\"redirect-revision\";i:3858;s:13:\"redirect-file\";i:3859;s:14:\"redirect-logid\";i:3860;s:19:\"redirect-not-exists\";i:3861;s:20:\"redirect-not-numeric\";i:3862;s:19:\"fileduplicatesearch\";i:3863;s:27:\"fileduplicatesearch-summary\";i:3864;s:28:\"fileduplicatesearch-filename\";i:3865;s:24:\"fileduplicatesearch-info\";i:3866;s:28:\"fileduplicatesearch-result-1\";i:3867;s:28:\"fileduplicatesearch-result-n\";i:3868;s:29:\"fileduplicatesearch-noresults\";i:3869;s:20:\"specialpages-summary\";i:3870;s:21:\"specialpages-note-top\";i:3871;s:28:\"specialpages-note-restricted\";i:3872;s:24:\"specialpages-note-cached\";i:3873;s:30:\"specialpages-group-maintenance\";i:3874;s:24:\"specialpages-group-other\";i:3875;s:26:\"specialpages-group-changes\";i:3876;s:24:\"specialpages-group-media\";i:3877;s:24:\"specialpages-group-users\";i:3878;s:26:\"specialpages-group-highuse\";i:3879;s:24:\"specialpages-group-pages\";i:3880;s:28:\"specialpages-group-pagetools\";i:3881;s:23:\"specialpages-group-wiki\";i:3882;s:28:\"specialpages-group-redirects\";i:3883;s:23:\"specialpages-group-spam\";i:3884;s:28:\"specialpages-group-developer\";i:3885;s:9:\"blankpage\";i:3886;s:22:\"intentionallyblankpage\";i:3887;s:28:\"disabledspecialpage-disabled\";i:3888;s:24:\"external_image_whitelist\";i:3889;s:4:\"tags\";i:3890;s:12:\"tags-summary\";i:3891;s:17:\"tag-filter-submit\";i:3892;s:10:\"tag-hidden\";i:3893;s:25:\"tag-mw-contentmodelchange\";i:3894;s:37:\"tag-mw-contentmodelchange-description\";i:3895;s:19:\"tag-mw-new-redirect\";i:3896;s:31:\"tag-mw-new-redirect-description\";i:3897;s:23:\"tag-mw-removed-redirect\";i:3898;s:35:\"tag-mw-removed-redirect-description\";i:3899;s:30:\"tag-mw-changed-redirect-target\";i:3900;s:42:\"tag-mw-changed-redirect-target-description\";i:3901;s:12:\"tag-mw-blank\";i:3902;s:24:\"tag-mw-blank-description\";i:3903;s:14:\"tag-mw-replace\";i:3904;s:26:\"tag-mw-replace-description\";i:3905;s:15:\"tag-mw-rollback\";i:3906;s:27:\"tag-mw-rollback-description\";i:3907;s:11:\"tag-mw-undo\";i:3908;s:23:\"tag-mw-undo-description\";i:3909;s:20:\"tag-mw-manual-revert\";i:3910;s:32:\"tag-mw-manual-revert-description\";i:3911;s:15:\"tag-mw-reverted\";i:3912;s:27:\"tag-mw-reverted-description\";i:3913;s:25:\"tag-mw-server-side-upload\";i:3914;s:37:\"tag-mw-server-side-upload-description\";i:3915;s:10:\"tags-title\";i:3916;s:10:\"tags-intro\";i:3917;s:8:\"tags-tag\";i:3918;s:19:\"tags-display-header\";i:3919;s:23:\"tags-description-header\";i:3920;s:18:\"tags-source-header\";i:3921;s:18:\"tags-active-header\";i:3922;s:20:\"tags-hitcount-header\";i:3923;s:19:\"tags-actions-header\";i:3924;s:15:\"tags-active-yes\";i:3925;s:14:\"tags-active-no\";i:3926;s:21:\"tags-source-extension\";i:3927;s:18:\"tags-source-manual\";i:3928;s:16:\"tags-source-none\";i:3929;s:11:\"tags-hidden\";i:3930;s:9:\"tags-edit\";i:3931;s:11:\"tags-delete\";i:3932;s:13:\"tags-activate\";i:3933;s:15:\"tags-deactivate\";i:3934;s:13:\"tags-hitcount\";i:3935;s:25:\"tags-manage-no-permission\";i:3936;s:19:\"tags-manage-blocked\";i:3937;s:19:\"tags-create-heading\";i:3938;s:23:\"tags-create-explanation\";i:3939;s:20:\"tags-create-tag-name\";i:3940;s:18:\"tags-create-reason\";i:3941;s:18:\"tags-create-submit\";i:3942;s:19:\"tags-create-no-name\";i:3943;s:25:\"tags-create-invalid-chars\";i:3944;s:31:\"tags-create-invalid-title-chars\";i:3945;s:26:\"tags-create-already-exists\";i:3946;s:26:\"tags-create-warnings-above\";i:3947;s:26:\"tags-create-warnings-below\";i:3948;s:17:\"tags-delete-title\";i:3949;s:31:\"tags-delete-explanation-initial\";i:3950;s:30:\"tags-delete-explanation-in-use\";i:3951;s:31:\"tags-delete-explanation-warning\";i:3952;s:30:\"tags-delete-explanation-active\";i:3953;s:18:\"tags-delete-reason\";i:3954;s:18:\"tags-delete-submit\";i:3955;s:23:\"tags-delete-not-allowed\";i:3956;s:21:\"tags-delete-not-found\";i:3957;s:25:\"tags-delete-too-many-uses\";i:3958;s:33:\"tags-delete-warnings-after-delete\";i:3959;s:25:\"tags-delete-no-permission\";i:3960;s:19:\"tags-activate-title\";i:3961;s:22:\"tags-activate-question\";i:3962;s:20:\"tags-activate-reason\";i:3963;s:25:\"tags-activate-not-allowed\";i:3964;s:23:\"tags-activate-not-found\";i:3965;s:20:\"tags-activate-submit\";i:3966;s:21:\"tags-deactivate-title\";i:3967;s:24:\"tags-deactivate-question\";i:3968;s:22:\"tags-deactivate-reason\";i:3969;s:27:\"tags-deactivate-not-allowed\";i:3970;s:22:\"tags-deactivate-submit\";i:3971;s:24:\"tags-apply-no-permission\";i:3972;s:18:\"tags-apply-blocked\";i:3973;s:26:\"tags-apply-not-allowed-one\";i:3974;s:28:\"tags-apply-not-allowed-multi\";i:3975;s:25:\"tags-update-no-permission\";i:3976;s:19:\"tags-update-blocked\";i:3977;s:31:\"tags-update-add-not-allowed-one\";i:3978;s:33:\"tags-update-add-not-allowed-multi\";i:3979;s:34:\"tags-update-remove-not-allowed-one\";i:3980;s:36:\"tags-update-remove-not-allowed-multi\";i:3981;s:15:\"tags-edit-title\";i:3982;s:21:\"tags-edit-manage-link\";i:3983;s:27:\"tags-edit-revision-selected\";i:3984;s:27:\"tags-edit-logentry-selected\";i:3985;s:30:\"tags-edit-revision-explanation\";i:3986;s:30:\"tags-edit-logentry-explanation\";i:3987;s:25:\"tags-edit-revision-legend\";i:3988;s:25:\"tags-edit-logentry-legend\";i:3989;s:23:\"tags-edit-existing-tags\";i:3990;s:28:\"tags-edit-existing-tags-none\";i:3991;s:18:\"tags-edit-new-tags\";i:3992;s:13:\"tags-edit-add\";i:3993;s:16:\"tags-edit-remove\";i:3994;s:25:\"tags-edit-remove-all-tags\";i:3995;s:28:\"tags-edit-chosen-placeholder\";i:3996;s:27:\"tags-edit-chosen-no-results\";i:3997;s:16:\"tags-edit-reason\";i:3998;s:25:\"tags-edit-revision-submit\";i:3999;s:25:\"tags-edit-logentry-submit\";i:4000;s:17:\"tags-edit-success\";i:4001;s:17:\"tags-edit-failure\";i:4002;s:23:\"tags-edit-nooldid-title\";i:4003;s:22:\"tags-edit-nooldid-text\";i:4004;s:23:\"tags-edit-none-selected\";i:4005;s:12:\"comparepages\";i:4006;s:20:\"comparepages-summary\";i:4007;s:13:\"compare-page1\";i:4008;s:13:\"compare-page2\";i:4009;s:12:\"compare-rev1\";i:4010;s:12:\"compare-rev2\";i:4011;s:14:\"compare-submit\";i:4012;s:27:\"compare-revision-not-exists\";i:4013;s:9:\"diff-form\";i:4014;s:15:\"diff-form-oldid\";i:4015;s:15:\"diff-form-revid\";i:4016;s:16:\"diff-form-submit\";i:4017;s:17:\"diff-form-summary\";i:4018;s:21:\"diff-form-other-revid\";i:4019;s:21:\"diff-form-error-revid\";i:4020;s:13:\"permanentlink\";i:4021;s:19:\"permanentlink-revid\";i:4022;s:20:\"permanentlink-submit\";i:4023;s:21:\"permanentlink-summary\";i:4024;s:10:\"newsection\";i:4025;s:15:\"newsection-page\";i:4026;s:17:\"newsection-submit\";i:4027;s:18:\"newsection-summary\";i:4028;s:8:\"editpage\";i:4029;s:20:\"specialeditpage-page\";i:4030;s:22:\"specialeditpage-submit\";i:4031;s:16:\"editpage-summary\";i:4032;s:22:\"specialdeletepage-page\";i:4033;s:24:\"specialdeletepage-submit\";i:4034;s:18:\"deletepage-summary\";i:4035;s:8:\"pageinfo\";i:4036;s:20:\"specialpageinfo-page\";i:4037;s:22:\"specialpageinfo-submit\";i:4038;s:16:\"pageinfo-summary\";i:4039;s:11:\"pagehistory\";i:4040;s:23:\"specialpagehistory-page\";i:4041;s:25:\"specialpagehistory-submit\";i:4042;s:19:\"pagehistory-summary\";i:4043;s:11:\"protectpage\";i:4044;s:23:\"specialprotectpage-page\";i:4045;s:25:\"specialprotectpage-submit\";i:4046;s:19:\"protectpage-summary\";i:4047;s:5:\"purge\";i:4048;s:17:\"specialpurge-page\";i:4049;s:19:\"specialpurge-submit\";i:4050;s:13:\"purge-summary\";i:4051;s:14:\"dberr-problems\";i:4052;s:11:\"dberr-again\";i:4053;s:10:\"dberr-info\";i:4054;s:17:\"dberr-info-hidden\";i:4055;s:22:\"htmlform-invalid-input\";i:4056;s:25:\"htmlform-select-badoption\";i:4057;s:20:\"htmlform-int-invalid\";i:4058;s:22:\"htmlform-float-invalid\";i:4059;s:19:\"htmlform-int-toolow\";i:4060;s:20:\"htmlform-int-toohigh\";i:4061;s:28:\"htmlform-multiselect-toomany\";i:4062;s:17:\"htmlform-required\";i:4063;s:15:\"htmlform-submit\";i:4064;s:14:\"htmlform-reset\";i:4065;s:28:\"htmlform-selectorother-other\";i:4066;s:11:\"htmlform-no\";i:4067;s:12:\"htmlform-yes\";i:4068;s:27:\"htmlform-chosen-placeholder\";i:4069;s:22:\"htmlform-cloner-create\";i:4070;s:22:\"htmlform-cloner-delete\";i:4071;s:24:\"htmlform-cloner-required\";i:4072;s:25:\"htmlform-date-placeholder\";i:4073;s:25:\"htmlform-time-placeholder\";i:4074;s:29:\"htmlform-datetime-placeholder\";i:4075;s:21:\"htmlform-date-invalid\";i:4076;s:21:\"htmlform-time-invalid\";i:4077;s:25:\"htmlform-datetime-invalid\";i:4078;s:20:\"htmlform-date-toolow\";i:4079;s:21:\"htmlform-date-toohigh\";i:4080;s:20:\"htmlform-time-toolow\";i:4081;s:21:\"htmlform-time-toohigh\";i:4082;s:24:\"htmlform-datetime-toolow\";i:4083;s:25:\"htmlform-datetime-toohigh\";i:4084;s:27:\"htmlform-title-badnamespace\";i:4085;s:28:\"htmlform-title-not-creatable\";i:4086;s:25:\"htmlform-title-not-exists\";i:4087;s:24:\"htmlform-title-interwiki\";i:4088;s:24:\"htmlform-user-not-exists\";i:4089;s:23:\"htmlform-user-not-valid\";i:4090;s:24:\"htmlform-tag-not-allowed\";i:4091;s:10:\"rawmessage\";i:4092;s:28:\"logentry-delete-delete_redir\";i:4093;s:29:\"logentry-delete-delete_redir2\";i:4094;s:23:\"logentry-delete-restore\";i:4095;s:31:\"logentry-delete-restore-nocount\";i:4096;s:23:\"restore-count-revisions\";i:4097;s:19:\"restore-count-files\";i:4098;s:21:\"logentry-delete-event\";i:4099;s:24:\"logentry-delete-revision\";i:4100;s:28:\"logentry-delete-event-legacy\";i:4101;s:31:\"logentry-delete-revision-legacy\";i:4102;s:24:\"logentry-suppress-delete\";i:4103;s:23:\"logentry-suppress-event\";i:4104;s:26:\"logentry-suppress-revision\";i:4105;s:30:\"logentry-suppress-event-legacy\";i:4106;s:33:\"logentry-suppress-revision-legacy\";i:4107;s:21:\"revdelete-content-hid\";i:4108;s:21:\"revdelete-summary-hid\";i:4109;s:19:\"revdelete-uname-hid\";i:4110;s:23:\"revdelete-content-unhid\";i:4111;s:23:\"revdelete-summary-unhid\";i:4112;s:21:\"revdelete-uname-unhid\";i:4113;s:20:\"revdelete-restricted\";i:4114;s:22:\"revdelete-unrestricted\";i:4115;s:20:\"logentry-block-block\";i:4116;s:22:\"logentry-block-unblock\";i:4117;s:22:\"logentry-block-reblock\";i:4118;s:32:\"logentry-partialblock-block-page\";i:4119;s:30:\"logentry-partialblock-block-ns\";i:4120;s:34:\"logentry-partialblock-block-action\";i:4121;s:27:\"logentry-partialblock-block\";i:4122;s:29:\"logentry-partialblock-reblock\";i:4123;s:32:\"logentry-non-editing-block-block\";i:4124;s:34:\"logentry-non-editing-block-reblock\";i:4125;s:23:\"logentry-suppress-block\";i:4126;s:25:\"logentry-suppress-reblock\";i:4127;s:22:\"logentry-import-upload\";i:4128;s:30:\"logentry-import-upload-details\";i:4129;s:25:\"logentry-import-interwiki\";i:4130;s:33:\"logentry-import-interwiki-details\";i:4131;s:20:\"logentry-merge-merge\";i:4132;s:29:\"logentry-move-move-noredirect\";i:4133;s:24:\"logentry-move-move_redir\";i:4134;s:35:\"logentry-move-move_redir-noredirect\";i:4135;s:22:\"logentry-patrol-patrol\";i:4136;s:27:\"logentry-patrol-patrol-auto\";i:4137;s:26:\"logentry-newusers-newusers\";i:4138;s:25:\"logentry-newusers-create2\";i:4139;s:25:\"logentry-newusers-byemail\";i:4140;s:28:\"logentry-newusers-autocreate\";i:4141;s:26:\"logentry-protect-move_prot\";i:4142;s:26:\"logentry-protect-unprotect\";i:4143;s:24:\"logentry-protect-protect\";i:4144;s:32:\"logentry-protect-protect-cascade\";i:4145;s:23:\"logentry-protect-modify\";i:4146;s:31:\"logentry-protect-modify-cascade\";i:4147;s:22:\"logentry-rights-rights\";i:4148;s:29:\"logentry-rights-rights-legacy\";i:4149;s:27:\"logentry-rights-autopromote\";i:4150;s:25:\"logentry-upload-overwrite\";i:4151;s:22:\"logentry-upload-revert\";i:4152;s:19:\"log-name-managetags\";i:4153;s:26:\"log-description-managetags\";i:4154;s:26:\"logentry-managetags-create\";i:4155;s:26:\"logentry-managetags-delete\";i:4156;s:28:\"logentry-managetags-activate\";i:4157;s:30:\"logentry-managetags-deactivate\";i:4158;s:12:\"log-name-tag\";i:4159;s:19:\"log-description-tag\";i:4160;s:32:\"logentry-tag-update-add-revision\";i:4161;s:32:\"logentry-tag-update-add-logentry\";i:4162;s:35:\"logentry-tag-update-remove-revision\";i:4163;s:35:\"logentry-tag-update-remove-logentry\";i:4164;s:28:\"logentry-tag-update-revision\";i:4165;s:28:\"logentry-tag-update-logentry\";i:4166;s:10:\"rightsnone\";i:4167;s:14:\"deletedarticle\";i:4168;s:16:\"undeletedarticle\";i:4169;s:15:\"patrol-log-line\";i:4170;s:15:\"patrol-log-auto\";i:4171;s:15:\"patrol-log-diff\";i:4172;s:9:\"1movedto2\";i:4173;s:15:\"1movedto2_redir\";i:4174;s:23:\"newuserlog-create-entry\";i:4175;s:24:\"newuserlog-create2-entry\";i:4176;s:27:\"newuserlog-autocreate-entry\";i:4177;s:14:\"rightslogentry\";i:4178;s:26:\"rightslogentry-autopromote\";i:4179;s:30:\"rightslogentry-temporary-group\";i:4180;s:15:\"feedback-adding\";i:4181;s:13:\"feedback-back\";i:4182;s:17:\"feedback-bugcheck\";i:4183;s:15:\"feedback-bugnew\";i:4184;s:18:\"feedback-bugornote\";i:4185;s:15:\"feedback-cancel\";i:4186;s:14:\"feedback-close\";i:4187;s:35:\"feedback-external-bug-report-button\";i:4188;s:21:\"feedback-dialog-title\";i:4189;s:21:\"feedback-dialog-intro\";i:4190;s:15:\"feedback-error1\";i:4191;s:15:\"feedback-error4\";i:4192;s:16:\"feedback-subject\";i:4193;s:15:\"feedback-submit\";i:4194;s:14:\"feedback-terms\";i:4195;s:19:\"feedback-termsofuse\";i:4196;s:15:\"feedback-thanks\";i:4197;s:21:\"feedback-thanks-title\";i:4198;s:18:\"feedback-useragent\";i:4199;s:24:\"searchsuggest-containing\";i:4200;s:27:\"search-match-redirect-label\";i:4201;s:26:\"search-match-redirect-help\";i:4202;s:17:\"searchlimit-label\";i:4203;s:16:\"searchlimit-help\";i:4204;s:30:\"api-clientside-error-noconnect\";i:4205;s:25:\"api-clientside-error-http\";i:4206;s:28:\"api-clientside-error-timeout\";i:4207;s:28:\"api-clientside-error-aborted\";i:4208;s:36:\"api-clientside-error-invalidresponse\";i:4209;s:19:\"api-error-emptypage\";i:4210;s:23:\"api-error-publishfailed\";i:4211;s:21:\"api-error-stashfailed\";i:4212;s:25:\"api-error-unknown-warning\";i:4213;s:22:\"api-error-unknownerror\";i:4214;s:16:\"duration-seconds\";i:4215;s:16:\"duration-minutes\";i:4216;s:14:\"duration-hours\";i:4217;s:13:\"duration-days\";i:4218;s:14:\"duration-weeks\";i:4219;s:14:\"duration-years\";i:4220;s:16:\"duration-decades\";i:4221;s:18:\"duration-centuries\";i:4222;s:18:\"duration-millennia\";i:4223;s:14:\"rotate-comment\";i:4224;s:17:\"limitreport-title\";i:4225;s:19:\"limitreport-cputime\";i:4226;s:25:\"limitreport-cputime-value\";i:4227;s:20:\"limitreport-walltime\";i:4228;s:26:\"limitreport-walltime-value\";i:4229;s:26:\"limitreport-ppvisitednodes\";i:4230;s:32:\"limitreport-ppvisitednodes-value\";i:4231;s:33:\"limitreport-postexpandincludesize\";i:4232;s:39:\"limitreport-postexpandincludesize-value\";i:4233;s:32:\"limitreport-templateargumentsize\";i:4234;s:38:\"limitreport-templateargumentsize-value\";i:4235;s:26:\"limitreport-expansiondepth\";i:4236;s:32:\"limitreport-expansiondepth-value\";i:4237;s:34:\"limitreport-expensivefunctioncount\";i:4238;s:40:\"limitreport-expensivefunctioncount-value\";i:4239;s:25:\"limitreport-unstrip-depth\";i:4240;s:31:\"limitreport-unstrip-depth-value\";i:4241;s:24:\"limitreport-unstrip-size\";i:4242;s:30:\"limitreport-unstrip-size-value\";i:4243;s:15:\"expandtemplates\";i:4244;s:22:\"expand_templates_intro\";i:4245;s:22:\"expand_templates_title\";i:4246;s:28:\"expand_templates_html_output\";i:4247;s:30:\"expand_templates_remove_nowiki\";i:4248;s:29:\"expand_templates_generate_xml\";i:4249;s:33:\"expand_templates_generate_rawhtml\";i:4250;s:34:\"expand_templates_preview_fail_html\";i:4251;s:39:\"expand_templates_preview_fail_html_anon\";i:4252;s:30:\"expand_templates_input_missing\";i:4253;s:20:\"pagelang-use-default\";i:4254;s:15:\"pagelang-reason\";i:4255;s:15:\"pagelang-submit\";i:4256;s:25:\"pagelang-nonexistent-page\";i:4257;s:27:\"pagelang-unchanged-language\";i:4258;s:35:\"pagelang-unchanged-language-default\";i:4259;s:18:\"pagelang-db-failed\";i:4260;s:24:\"log-description-pagelang\";i:4261;s:26:\"logentry-pagelang-pagelang\";i:4262;s:22:\"default-skin-not-found\";i:4263;s:31:\"default-skin-not-found-no-skins\";i:4264;s:34:\"default-skin-not-found-row-enabled\";i:4265;s:35:\"default-skin-not-found-row-disabled\";i:4266;s:15:\"mediastatistics\";i:4267;s:23:\"mediastatistics-summary\";i:4268;s:22:\"mediastatistics-nfiles\";i:4269;s:22:\"mediastatistics-nbytes\";i:4270;s:28:\"mediastatistics-bytespertype\";i:4271;s:24:\"mediastatistics-allbytes\";i:4272;s:32:\"mediastatistics-table-extensions\";i:4273;s:29:\"mediastatistics-header-bitmap\";i:4274;s:33:\"mediastatistics-header-executable\";i:4275;s:25:\"mediastatistics-header-3d\";i:4276;s:28:\"mediastatistics-header-total\";i:4277;s:24:\"json-warn-trailing-comma\";i:4278;s:18:\"json-error-unknown\";i:4279;s:16:\"json-error-depth\";i:4280;s:20:\"json-error-ctrl-char\";i:4281;s:15:\"json-error-utf8\";i:4282;s:32:\"json-error-invalid-property-name\";i:4283;s:16:\"json-error-utf16\";i:4284;s:38:\"special-characters-group-greekextended\";i:4285;s:43:\"special-characters-group-canadianaboriginal\";i:4286;s:30:\"special-characters-group-runes\";i:4287;s:22:\"mw-widgets-abandonedit\";i:4288;s:30:\"mw-widgets-abandonedit-discard\";i:4289;s:27:\"mw-widgets-abandonedit-keep\";i:4290;s:28:\"mw-widgets-abandonedit-title\";i:4291;s:30:\"mw-widgets-copytextlayout-copy\";i:4292;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4293;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4294;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4295;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4296;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4297;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4298;s:32:\"mw-widgets-mediasearch-noresults\";i:4299;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4300;s:27:\"mw-widgets-table-row-delete\";i:4301;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4302;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4303;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4304;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4305;s:15:\"date-range-from\";i:4306;s:13:\"date-range-to\";i:4307;s:18:\"sessionmanager-tie\";i:4308;s:23:\"sessionprovider-generic\";i:4309;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4310;s:25:\"sessionprovider-nocookies\";i:4311;s:14:\"randomrootpage\";i:4312;s:23:\"log-action-filter-block\";i:4313;s:30:\"log-action-filter-contentmodel\";i:4314;s:24:\"log-action-filter-delete\";i:4315;s:24:\"log-action-filter-import\";i:4316;s:28:\"log-action-filter-managetags\";i:4317;s:22:\"log-action-filter-move\";i:4318;s:26:\"log-action-filter-newusers\";i:4319;s:24:\"log-action-filter-patrol\";i:4320;s:25:\"log-action-filter-protect\";i:4321;s:24:\"log-action-filter-rights\";i:4322;s:26:\"log-action-filter-suppress\";i:4323;s:24:\"log-action-filter-upload\";i:4324;s:21:\"log-action-filter-all\";i:4325;s:29:\"log-action-filter-block-block\";i:4326;s:31:\"log-action-filter-block-reblock\";i:4327;s:31:\"log-action-filter-block-unblock\";i:4328;s:37:\"log-action-filter-contentmodel-change\";i:4329;s:34:\"log-action-filter-contentmodel-new\";i:4330;s:31:\"log-action-filter-delete-delete\";i:4331;s:37:\"log-action-filter-delete-delete_redir\";i:4332;s:38:\"log-action-filter-delete-delete_redir2\";i:4333;s:32:\"log-action-filter-delete-restore\";i:4334;s:30:\"log-action-filter-delete-event\";i:4335;s:33:\"log-action-filter-delete-revision\";i:4336;s:34:\"log-action-filter-import-interwiki\";i:4337;s:31:\"log-action-filter-import-upload\";i:4338;s:35:\"log-action-filter-managetags-create\";i:4339;s:35:\"log-action-filter-managetags-delete\";i:4340;s:37:\"log-action-filter-managetags-activate\";i:4341;s:39:\"log-action-filter-managetags-deactivate\";i:4342;s:27:\"log-action-filter-move-move\";i:4343;s:33:\"log-action-filter-move-move_redir\";i:4344;s:33:\"log-action-filter-newusers-create\";i:4345;s:34:\"log-action-filter-newusers-create2\";i:4346;s:37:\"log-action-filter-newusers-autocreate\";i:4347;s:34:\"log-action-filter-newusers-byemail\";i:4348;s:31:\"log-action-filter-patrol-patrol\";i:4349;s:35:\"log-action-filter-patrol-autopatrol\";i:4350;s:33:\"log-action-filter-protect-protect\";i:4351;s:32:\"log-action-filter-protect-modify\";i:4352;s:35:\"log-action-filter-protect-unprotect\";i:4353;s:35:\"log-action-filter-protect-move_prot\";i:4354;s:31:\"log-action-filter-rights-rights\";i:4355;s:36:\"log-action-filter-rights-autopromote\";i:4356;s:32:\"log-action-filter-suppress-event\";i:4357;s:35:\"log-action-filter-suppress-revision\";i:4358;s:33:\"log-action-filter-suppress-delete\";i:4359;s:32:\"log-action-filter-suppress-block\";i:4360;s:34:\"log-action-filter-suppress-reblock\";i:4361;s:31:\"log-action-filter-upload-upload\";i:4362;s:34:\"log-action-filter-upload-overwrite\";i:4363;s:31:\"log-action-filter-upload-revert\";i:4364;s:33:\"authmanager-authn-not-in-progress\";i:4365;s:28:\"authmanager-authn-no-primary\";i:4366;s:31:\"authmanager-authn-no-local-user\";i:4367;s:36:\"authmanager-authn-no-local-user-link\";i:4368;s:35:\"authmanager-authn-autocreate-failed\";i:4369;s:32:\"authmanager-change-not-supported\";i:4370;s:27:\"authmanager-create-disabled\";i:4371;s:29:\"authmanager-create-from-login\";i:4372;s:34:\"authmanager-create-not-in-progress\";i:4373;s:29:\"authmanager-create-no-primary\";i:4374;s:27:\"authmanager-link-no-primary\";i:4375;s:32:\"authmanager-link-not-in-progress\";i:4376;s:29:\"authmanager-autocreate-noperm\";i:4377;s:32:\"authmanager-autocreate-exception\";i:4378;s:28:\"authmanager-userdoesnotexist\";i:4379;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4380;s:25:\"authmanager-username-help\";i:4381;s:25:\"authmanager-password-help\";i:4382;s:23:\"authmanager-domain-help\";i:4383;s:23:\"authmanager-retype-help\";i:4384;s:23:\"authmanager-email-label\";i:4385;s:22:\"authmanager-email-help\";i:4386;s:26:\"authmanager-realname-label\";i:4387;s:25:\"authmanager-realname-help\";i:4388;s:29:\"authmanager-provider-password\";i:4389;s:36:\"authmanager-provider-password-domain\";i:4390;s:35:\"authmanager-account-password-domain\";i:4391;s:38:\"authmanager-provider-temporarypassword\";i:4392;s:32:\"authprovider-confirmlink-message\";i:4393;s:31:\"authprovider-confirmlink-option\";i:4394;s:38:\"authprovider-confirmlink-request-label\";i:4395;s:37:\"authprovider-confirmlink-request-help\";i:4396;s:37:\"authprovider-confirmlink-success-line\";i:4397;s:36:\"authprovider-confirmlink-failed-line\";i:4398;s:31:\"authprovider-confirmlink-failed\";i:4399;s:32:\"authprovider-confirmlink-ok-help\";i:4400;s:33:\"authprovider-resetpass-skip-label\";i:4401;s:32:\"authprovider-resetpass-skip-help\";i:4402;s:24:\"authform-nosession-login\";i:4403;s:25:\"authform-nosession-signup\";i:4404;s:17:\"authform-newtoken\";i:4405;s:16:\"authform-notoken\";i:4406;s:19:\"authform-wrongtoken\";i:4407;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4408;s:37:\"specialpage-securitylevel-not-allowed\";i:4409;s:21:\"authpage-cannot-login\";i:4410;s:30:\"authpage-cannot-login-continue\";i:4411;s:22:\"authpage-cannot-create\";i:4412;s:31:\"authpage-cannot-create-continue\";i:4413;s:20:\"authpage-cannot-link\";i:4414;s:29:\"authpage-cannot-link-continue\";i:4415;s:28:\"cannotauth-not-allowed-title\";i:4416;s:22:\"cannotauth-not-allowed\";i:4417;s:17:\"changecredentials\";i:4418;s:24:\"changecredentials-submit\";i:4419;s:32:\"changecredentials-invalidsubpage\";i:4420;s:25:\"changecredentials-success\";i:4421;s:17:\"removecredentials\";i:4422;s:24:\"removecredentials-submit\";i:4423;s:32:\"removecredentials-invalidsubpage\";i:4424;s:25:\"removecredentials-success\";i:4425;s:24:\"credentialsform-provider\";i:4426;s:23:\"credentialsform-account\";i:4427;s:28:\"cannotlink-no-provider-title\";i:4428;s:22:\"cannotlink-no-provider\";i:4429;s:12:\"linkaccounts\";i:4430;s:25:\"linkaccounts-success-text\";i:4431;s:19:\"linkaccounts-submit\";i:4432;s:30:\"cannotunlink-no-provider-title\";i:4433;s:24:\"cannotunlink-no-provider\";i:4434;s:14:\"unlinkaccounts\";i:4435;s:22:\"unlinkaccounts-success\";i:4436;s:32:\"authenticationdatachange-ignored\";i:4437;s:14:\"userjsispublic\";i:4438;s:16:\"userjsonispublic\";i:4439;s:15:\"usercssispublic\";i:4440;s:15:\"userjsdangerous\";i:4441;s:23:\"restrictionsfield-badip\";i:4442;s:23:\"restrictionsfield-label\";i:4443;s:22:\"restrictionsfield-help\";i:4444;s:11:\"specialmute\";i:4445;s:19:\"specialmute-success\";i:4446;s:18:\"specialmute-submit\";i:4447;s:28:\"specialmute-label-mute-email\";i:4448;s:18:\"specialmute-header\";i:4449;s:30:\"specialmute-error-invalid-user\";i:4450;s:28:\"specialmute-error-no-options\";i:4451;s:24:\"specialmute-email-footer\";i:4452;s:26:\"specialmute-login-required\";i:4453;s:16:\"mute-preferences\";i:4454;s:5:\"revid\";i:4455;s:6:\"pageid\";i:4456;s:18:\"rawhtml-notallowed\";i:4457;s:13:\"gotointerwiki\";i:4458;s:21:\"gotointerwiki-invalid\";i:4459;s:22:\"gotointerwiki-external\";i:4460;s:17:\"undelete-cantedit\";i:4461;s:19:\"undelete-cantcreate\";i:4462;s:14:\"pagedata-title\";i:4463;s:13:\"pagedata-text\";i:4464;s:23:\"pagedata-not-acceptable\";i:4465;s:18:\"pagedata-bad-title\";i:4466;s:24:\"unregistered-user-config\";i:4467;s:16:\"passwordpolicies\";i:4468;s:24:\"passwordpolicies-summary\";i:4469;s:22:\"passwordpolicies-group\";i:4470;s:25:\"passwordpolicies-policies\";i:4471;s:31:\"passwordpolicies-policy-display\";i:4472;s:40:\"passwordpolicies-policy-displaywithflags\";i:4473;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4474;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4475;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4476;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4477;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4478;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4479;s:39:\"passwordpolicies-policyflag-forcechange\";i:4480;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4481;s:27:\"mycustomjsredirectprotected\";i:4482;s:22:\"deflate-invaliddeflate\";i:4483;s:14:\"unprotected-js\";i:4484;s:19:\"userlogout-continue\";i:4485;s:15:\"userlogout-temp\";i:4486;s:22:\"paramvalidator-baduser\";i:4487;s:29:\"paramvalidator-help-type-user\";i:4488;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4489;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4490;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4491;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4492;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4493;s:23:\"paramvalidator-badtitle\";i:4494;s:27:\"paramvalidator-missingtitle\";i:4495;s:30:\"paramvalidator-help-type-title\";i:4496;s:41:\"paramvalidator-help-type-title-must-exist\";i:4497;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4498;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4499;s:18:\"config-missing-key\";i:4500;s:18:\"config-invalid-key\";i:4501;s:21:\"changeslist-nocomment\";i:4502;s:26:\"copyupload-allowed-domains\";i:4503;s:30:\"parsoid-stash-rate-limit-error\";i:4504;s:31:\"parsoid-resource-limit-exceeded\";i:4505;s:20:\"parsoid-client-error\";i:4506;s:22:\"newpages-showhide-bots\";i:4507;s:27:\"newpages-showhide-patrolled\";i:4508;s:26:\"newpages-showhide-redirect\";i:4509;s:28:\"newpages-showhide-registered\";i:4510;s:15:\"exif-imagewidth\";i:4511;s:16:\"exif-imagelength\";i:4512;s:18:\"exif-bitspersample\";i:4513;s:16:\"exif-compression\";i:4514;s:30:\"exif-photometricinterpretation\";i:4515;s:16:\"exif-orientation\";i:4516;s:20:\"exif-samplesperpixel\";i:4517;s:24:\"exif-planarconfiguration\";i:4518;s:21:\"exif-ycbcrsubsampling\";i:4519;s:21:\"exif-ycbcrpositioning\";i:4520;s:16:\"exif-xresolution\";i:4521;s:16:\"exif-yresolution\";i:4522;s:17:\"exif-stripoffsets\";i:4523;s:17:\"exif-rowsperstrip\";i:4524;s:20:\"exif-stripbytecounts\";i:4525;s:26:\"exif-jpeginterchangeformat\";i:4526;s:32:\"exif-jpeginterchangeformatlength\";i:4527;s:15:\"exif-whitepoint\";i:4528;s:26:\"exif-primarychromaticities\";i:4529;s:22:\"exif-ycbcrcoefficients\";i:4530;s:24:\"exif-referenceblackwhite\";i:4531;s:13:\"exif-datetime\";i:4532;s:21:\"exif-imagedescription\";i:4533;s:9:\"exif-make\";i:4534;s:10:\"exif-model\";i:4535;s:13:\"exif-software\";i:4536;s:11:\"exif-artist\";i:4537;s:14:\"exif-copyright\";i:4538;s:16:\"exif-exifversion\";i:4539;s:20:\"exif-flashpixversion\";i:4540;s:15:\"exif-colorspace\";i:4541;s:28:\"exif-componentsconfiguration\";i:4542;s:27:\"exif-compressedbitsperpixel\";i:4543;s:20:\"exif-pixelxdimension\";i:4544;s:20:\"exif-pixelydimension\";i:4545;s:16:\"exif-usercomment\";i:4546;s:21:\"exif-relatedsoundfile\";i:4547;s:21:\"exif-datetimeoriginal\";i:4548;s:22:\"exif-datetimedigitized\";i:4549;s:15:\"exif-subsectime\";i:4550;s:23:\"exif-subsectimeoriginal\";i:4551;s:24:\"exif-subsectimedigitized\";i:4552;s:17:\"exif-exposuretime\";i:4553;s:24:\"exif-exposuretime-format\";i:4554;s:12:\"exif-fnumber\";i:4555;s:19:\"exif-fnumber-format\";i:4556;s:20:\"exif-exposureprogram\";i:4557;s:24:\"exif-spectralsensitivity\";i:4558;s:20:\"exif-isospeedratings\";i:4559;s:22:\"exif-shutterspeedvalue\";i:4560;s:18:\"exif-aperturevalue\";i:4561;s:20:\"exif-brightnessvalue\";i:4562;s:22:\"exif-exposurebiasvalue\";i:4563;s:21:\"exif-maxaperturevalue\";i:4564;s:20:\"exif-subjectdistance\";i:4565;s:17:\"exif-meteringmode\";i:4566;s:16:\"exif-lightsource\";i:4567;s:10:\"exif-flash\";i:4568;s:16:\"exif-focallength\";i:4569;s:23:\"exif-focallength-format\";i:4570;s:16:\"exif-subjectarea\";i:4571;s:16:\"exif-flashenergy\";i:4572;s:26:\"exif-focalplanexresolution\";i:4573;s:26:\"exif-focalplaneyresolution\";i:4574;s:29:\"exif-focalplaneresolutionunit\";i:4575;s:20:\"exif-subjectlocation\";i:4576;s:18:\"exif-exposureindex\";i:4577;s:18:\"exif-sensingmethod\";i:4578;s:15:\"exif-filesource\";i:4579;s:14:\"exif-scenetype\";i:4580;s:19:\"exif-customrendered\";i:4581;s:17:\"exif-exposuremode\";i:4582;s:17:\"exif-whitebalance\";i:4583;s:21:\"exif-digitalzoomratio\";i:4584;s:26:\"exif-focallengthin35mmfilm\";i:4585;s:21:\"exif-scenecapturetype\";i:4586;s:16:\"exif-gaincontrol\";i:4587;s:13:\"exif-contrast\";i:4588;s:15:\"exif-saturation\";i:4589;s:14:\"exif-sharpness\";i:4590;s:29:\"exif-devicesettingdescription\";i:4591;s:25:\"exif-subjectdistancerange\";i:4592;s:18:\"exif-imageuniqueid\";i:4593;s:17:\"exif-gpsversionid\";i:4594;s:19:\"exif-gpslatituderef\";i:4595;s:16:\"exif-gpslatitude\";i:4596;s:20:\"exif-gpslongituderef\";i:4597;s:17:\"exif-gpslongitude\";i:4598;s:19:\"exif-gpsaltituderef\";i:4599;s:16:\"exif-gpsaltitude\";i:4600;s:17:\"exif-gpstimestamp\";i:4601;s:18:\"exif-gpssatellites\";i:4602;s:14:\"exif-gpsstatus\";i:4603;s:19:\"exif-gpsmeasuremode\";i:4604;s:11:\"exif-gpsdop\";i:4605;s:16:\"exif-gpsspeedref\";i:4606;s:13:\"exif-gpsspeed\";i:4607;s:16:\"exif-gpstrackref\";i:4608;s:13:\"exif-gpstrack\";i:4609;s:23:\"exif-gpsimgdirectionref\";i:4610;s:20:\"exif-gpsimgdirection\";i:4611;s:16:\"exif-gpsmapdatum\";i:4612;s:23:\"exif-gpsdestlatituderef\";i:4613;s:20:\"exif-gpsdestlatitude\";i:4614;s:24:\"exif-gpsdestlongituderef\";i:4615;s:21:\"exif-gpsdestlongitude\";i:4616;s:22:\"exif-gpsdestbearingref\";i:4617;s:19:\"exif-gpsdestbearing\";i:4618;s:23:\"exif-gpsdestdistanceref\";i:4619;s:20:\"exif-gpsdestdistance\";i:4620;s:24:\"exif-gpsprocessingmethod\";i:4621;s:23:\"exif-gpsareainformation\";i:4622;s:17:\"exif-gpsdatestamp\";i:4623;s:20:\"exif-gpsdifferential\";i:4624;s:22:\"exif-coordinate-format\";i:4625;s:20:\"exif-jpegfilecomment\";i:4626;s:13:\"exif-keywords\";i:4627;s:23:\"exif-worldregioncreated\";i:4628;s:19:\"exif-countrycreated\";i:4629;s:23:\"exif-countrycodecreated\";i:4630;s:27:\"exif-provinceorstatecreated\";i:4631;s:16:\"exif-citycreated\";i:4632;s:23:\"exif-sublocationcreated\";i:4633;s:20:\"exif-worldregiondest\";i:4634;s:16:\"exif-countrydest\";i:4635;s:20:\"exif-countrycodedest\";i:4636;s:24:\"exif-provinceorstatedest\";i:4637;s:13:\"exif-citydest\";i:4638;s:20:\"exif-sublocationdest\";i:4639;s:15:\"exif-objectname\";i:4640;s:24:\"exif-specialinstructions\";i:4641;s:13:\"exif-headline\";i:4642;s:11:\"exif-credit\";i:4643;s:11:\"exif-source\";i:4644;s:15:\"exif-editstatus\";i:4645;s:12:\"exif-urgency\";i:4646;s:22:\"exif-fixtureidentifier\";i:4647;s:17:\"exif-locationdest\";i:4648;s:21:\"exif-locationdestcode\";i:4649;s:16:\"exif-objectcycle\";i:4650;s:12:\"exif-contact\";i:4651;s:11:\"exif-writer\";i:4652;s:17:\"exif-languagecode\";i:4653;s:15:\"exif-iimversion\";i:4654;s:16:\"exif-iimcategory\";i:4655;s:28:\"exif-iimsupplementalcategory\";i:4656;s:20:\"exif-datetimeexpires\";i:4657;s:21:\"exif-datetimereleased\";i:4658;s:28:\"exif-originaltransmissionref\";i:4659;s:15:\"exif-identifier\";i:4660;s:9:\"exif-lens\";i:4661;s:17:\"exif-serialnumber\";i:4662;s:20:\"exif-cameraownername\";i:4663;s:10:\"exif-label\";i:4664;s:21:\"exif-datetimemetadata\";i:4665;s:13:\"exif-nickname\";i:4666;s:11:\"exif-rating\";i:4667;s:22:\"exif-rightscertificate\";i:4668;s:16:\"exif-copyrighted\";i:4669;s:19:\"exif-copyrightowner\";i:4670;s:15:\"exif-usageterms\";i:4671;s:17:\"exif-webstatement\";i:4672;s:23:\"exif-originaldocumentid\";i:4673;s:15:\"exif-licenseurl\";i:4674;s:23:\"exif-morepermissionsurl\";i:4675;s:19:\"exif-attributionurl\";i:4676;s:29:\"exif-preferredattributionname\";i:4677;s:19:\"exif-pngfilecomment\";i:4678;s:15:\"exif-disclaimer\";i:4679;s:19:\"exif-contentwarning\";i:4680;s:19:\"exif-giffilecomment\";i:4681;s:22:\"exif-intellectualgenre\";i:4682;s:20:\"exif-subjectnewscode\";i:4683;s:14:\"exif-scenecode\";i:4684;s:10:\"exif-event\";i:4685;s:24:\"exif-organisationinimage\";i:4686;s:18:\"exif-personinimage\";i:4687;s:24:\"exif-originalimageheight\";i:4688;s:23:\"exif-originalimagewidth\";i:4689;s:15:\"exif-make-value\";i:4690;s:16:\"exif-model-value\";i:4691;s:19:\"exif-software-value\";i:4692;s:27:\"exif-software-version-value\";i:4693;s:18:\"exif-contact-value\";i:4694;s:26:\"exif-subjectnewscode-value\";i:4695;s:18:\"exif-compression-1\";i:4696;s:18:\"exif-compression-2\";i:4697;s:18:\"exif-compression-3\";i:4698;s:18:\"exif-compression-4\";i:4699;s:18:\"exif-compression-5\";i:4700;s:18:\"exif-compression-6\";i:4701;s:18:\"exif-compression-7\";i:4702;s:18:\"exif-compression-8\";i:4703;s:22:\"exif-compression-32773\";i:4704;s:22:\"exif-compression-32946\";i:4705;s:22:\"exif-compression-34712\";i:4706;s:21:\"exif-copyrighted-true\";i:4707;s:22:\"exif-copyrighted-false\";i:4708;s:32:\"exif-photometricinterpretation-0\";i:4709;s:32:\"exif-photometricinterpretation-1\";i:4710;s:32:\"exif-photometricinterpretation-2\";i:4711;s:32:\"exif-photometricinterpretation-3\";i:4712;s:32:\"exif-photometricinterpretation-4\";i:4713;s:32:\"exif-photometricinterpretation-5\";i:4714;s:32:\"exif-photometricinterpretation-6\";i:4715;s:32:\"exif-photometricinterpretation-8\";i:4716;s:32:\"exif-photometricinterpretation-9\";i:4717;s:33:\"exif-photometricinterpretation-10\";i:4718;s:36:\"exif-photometricinterpretation-32803\";i:4719;s:36:\"exif-photometricinterpretation-34892\";i:4720;s:16:\"exif-unknowndate\";i:4721;s:18:\"exif-orientation-1\";i:4722;s:18:\"exif-orientation-2\";i:4723;s:18:\"exif-orientation-3\";i:4724;s:18:\"exif-orientation-4\";i:4725;s:18:\"exif-orientation-5\";i:4726;s:18:\"exif-orientation-6\";i:4727;s:18:\"exif-orientation-7\";i:4728;s:18:\"exif-orientation-8\";i:4729;s:26:\"exif-planarconfiguration-1\";i:4730;s:26:\"exif-planarconfiguration-2\";i:4731;s:19:\"exif-xyresolution-i\";i:4732;s:19:\"exif-xyresolution-c\";i:4733;s:17:\"exif-colorspace-1\";i:4734;s:21:\"exif-colorspace-65535\";i:4735;s:30:\"exif-componentsconfiguration-0\";i:4736;s:30:\"exif-componentsconfiguration-1\";i:4737;s:30:\"exif-componentsconfiguration-2\";i:4738;s:30:\"exif-componentsconfiguration-3\";i:4739;s:30:\"exif-componentsconfiguration-4\";i:4740;s:30:\"exif-componentsconfiguration-5\";i:4741;s:30:\"exif-componentsconfiguration-6\";i:4742;s:22:\"exif-exposureprogram-0\";i:4743;s:22:\"exif-exposureprogram-1\";i:4744;s:22:\"exif-exposureprogram-2\";i:4745;s:22:\"exif-exposureprogram-3\";i:4746;s:22:\"exif-exposureprogram-4\";i:4747;s:22:\"exif-exposureprogram-5\";i:4748;s:22:\"exif-exposureprogram-6\";i:4749;s:22:\"exif-exposureprogram-7\";i:4750;s:22:\"exif-exposureprogram-8\";i:4751;s:26:\"exif-subjectdistance-value\";i:4752;s:19:\"exif-meteringmode-0\";i:4753;s:19:\"exif-meteringmode-1\";i:4754;s:19:\"exif-meteringmode-2\";i:4755;s:19:\"exif-meteringmode-3\";i:4756;s:19:\"exif-meteringmode-4\";i:4757;s:19:\"exif-meteringmode-5\";i:4758;s:19:\"exif-meteringmode-6\";i:4759;s:21:\"exif-meteringmode-255\";i:4760;s:18:\"exif-lightsource-0\";i:4761;s:18:\"exif-lightsource-1\";i:4762;s:18:\"exif-lightsource-2\";i:4763;s:18:\"exif-lightsource-3\";i:4764;s:18:\"exif-lightsource-4\";i:4765;s:18:\"exif-lightsource-9\";i:4766;s:19:\"exif-lightsource-10\";i:4767;s:19:\"exif-lightsource-11\";i:4768;s:19:\"exif-lightsource-12\";i:4769;s:19:\"exif-lightsource-13\";i:4770;s:19:\"exif-lightsource-14\";i:4771;s:19:\"exif-lightsource-15\";i:4772;s:19:\"exif-lightsource-17\";i:4773;s:19:\"exif-lightsource-18\";i:4774;s:19:\"exif-lightsource-19\";i:4775;s:19:\"exif-lightsource-20\";i:4776;s:19:\"exif-lightsource-21\";i:4777;s:19:\"exif-lightsource-22\";i:4778;s:19:\"exif-lightsource-23\";i:4779;s:19:\"exif-lightsource-24\";i:4780;s:20:\"exif-lightsource-255\";i:4781;s:18:\"exif-flash-fired-0\";i:4782;s:18:\"exif-flash-fired-1\";i:4783;s:19:\"exif-flash-return-0\";i:4784;s:19:\"exif-flash-return-2\";i:4785;s:19:\"exif-flash-return-3\";i:4786;s:17:\"exif-flash-mode-1\";i:4787;s:17:\"exif-flash-mode-2\";i:4788;s:17:\"exif-flash-mode-3\";i:4789;s:21:\"exif-flash-function-1\";i:4790;s:19:\"exif-flash-redeye-1\";i:4791;s:31:\"exif-focalplaneresolutionunit-2\";i:4792;s:20:\"exif-sensingmethod-1\";i:4793;s:20:\"exif-sensingmethod-2\";i:4794;s:20:\"exif-sensingmethod-3\";i:4795;s:20:\"exif-sensingmethod-4\";i:4796;s:20:\"exif-sensingmethod-5\";i:4797;s:20:\"exif-sensingmethod-7\";i:4798;s:20:\"exif-sensingmethod-8\";i:4799;s:17:\"exif-filesource-3\";i:4800;s:16:\"exif-scenetype-1\";i:4801;s:21:\"exif-customrendered-0\";i:4802;s:21:\"exif-customrendered-1\";i:4803;s:21:\"exif-customrendered-2\";i:4804;s:21:\"exif-customrendered-3\";i:4805;s:21:\"exif-customrendered-4\";i:4806;s:21:\"exif-customrendered-6\";i:4807;s:21:\"exif-customrendered-7\";i:4808;s:21:\"exif-customrendered-8\";i:4809;s:19:\"exif-exposuremode-0\";i:4810;s:19:\"exif-exposuremode-1\";i:4811;s:19:\"exif-exposuremode-2\";i:4812;s:19:\"exif-whitebalance-0\";i:4813;s:19:\"exif-whitebalance-1\";i:4814;s:23:\"exif-scenecapturetype-0\";i:4815;s:23:\"exif-scenecapturetype-1\";i:4816;s:23:\"exif-scenecapturetype-2\";i:4817;s:23:\"exif-scenecapturetype-3\";i:4818;s:18:\"exif-gaincontrol-0\";i:4819;s:18:\"exif-gaincontrol-1\";i:4820;s:18:\"exif-gaincontrol-2\";i:4821;s:18:\"exif-gaincontrol-3\";i:4822;s:18:\"exif-gaincontrol-4\";i:4823;s:15:\"exif-contrast-0\";i:4824;s:15:\"exif-contrast-1\";i:4825;s:15:\"exif-contrast-2\";i:4826;s:17:\"exif-saturation-0\";i:4827;s:17:\"exif-saturation-1\";i:4828;s:17:\"exif-saturation-2\";i:4829;s:16:\"exif-sharpness-0\";i:4830;s:16:\"exif-sharpness-1\";i:4831;s:16:\"exif-sharpness-2\";i:4832;s:27:\"exif-subjectdistancerange-0\";i:4833;s:27:\"exif-subjectdistancerange-1\";i:4834;s:27:\"exif-subjectdistancerange-2\";i:4835;s:27:\"exif-subjectdistancerange-3\";i:4836;s:18:\"exif-gpslatitude-n\";i:4837;s:18:\"exif-gpslatitude-s\";i:4838;s:19:\"exif-gpslongitude-e\";i:4839;s:19:\"exif-gpslongitude-w\";i:4840;s:31:\"exif-gpsaltitude-above-sealevel\";i:4841;s:31:\"exif-gpsaltitude-below-sealevel\";i:4842;s:16:\"exif-gpsstatus-a\";i:4843;s:16:\"exif-gpsstatus-v\";i:4844;s:21:\"exif-gpsmeasuremode-2\";i:4845;s:21:\"exif-gpsmeasuremode-3\";i:4846;s:15:\"exif-gpsspeed-k\";i:4847;s:15:\"exif-gpsspeed-m\";i:4848;s:15:\"exif-gpsspeed-n\";i:4849;s:22:\"exif-gpsdestdistance-k\";i:4850;s:22:\"exif-gpsdestdistance-m\";i:4851;s:22:\"exif-gpsdestdistance-n\";i:4852;s:21:\"exif-gpsdop-excellent\";i:4853;s:16:\"exif-gpsdop-good\";i:4854;s:20:\"exif-gpsdop-moderate\";i:4855;s:16:\"exif-gpsdop-fair\";i:4856;s:16:\"exif-gpsdop-poor\";i:4857;s:18:\"exif-objectcycle-a\";i:4858;s:18:\"exif-objectcycle-p\";i:4859;s:18:\"exif-objectcycle-b\";i:4860;s:19:\"exif-gpsdirection-t\";i:4861;s:19:\"exif-gpsdirection-m\";i:4862;s:23:\"exif-ycbcrpositioning-1\";i:4863;s:23:\"exif-ycbcrpositioning-2\";i:4864;s:19:\"exif-dc-contributor\";i:4865;s:16:\"exif-dc-coverage\";i:4866;s:12:\"exif-dc-date\";i:4867;s:17:\"exif-dc-publisher\";i:4868;s:16:\"exif-dc-relation\";i:4869;s:14:\"exif-dc-rights\";i:4870;s:14:\"exif-dc-source\";i:4871;s:12:\"exif-dc-type\";i:4872;s:20:\"exif-rating-rejected\";i:4873;s:29:\"exif-isospeedratings-overflow\";i:4874;s:27:\"exif-maxaperturevalue-value\";i:4875;s:20:\"exif-iimcategory-ace\";i:4876;s:20:\"exif-iimcategory-clj\";i:4877;s:20:\"exif-iimcategory-dis\";i:4878;s:20:\"exif-iimcategory-fin\";i:4879;s:20:\"exif-iimcategory-edu\";i:4880;s:20:\"exif-iimcategory-evn\";i:4881;s:20:\"exif-iimcategory-hth\";i:4882;s:20:\"exif-iimcategory-hum\";i:4883;s:20:\"exif-iimcategory-lab\";i:4884;s:20:\"exif-iimcategory-lif\";i:4885;s:20:\"exif-iimcategory-pol\";i:4886;s:20:\"exif-iimcategory-rel\";i:4887;s:20:\"exif-iimcategory-sci\";i:4888;s:20:\"exif-iimcategory-soi\";i:4889;s:20:\"exif-iimcategory-spo\";i:4890;s:20:\"exif-iimcategory-war\";i:4891;s:20:\"exif-iimcategory-wea\";i:4892;s:19:\"exif-urgency-normal\";i:4893;s:16:\"exif-urgency-low\";i:4894;s:17:\"exif-urgency-high\";i:4895;s:18:\"exif-urgency-other\";i:4896;s:19:\"exif-firstphotodate\";i:4897;s:18:\"exif-lastphotodate\";i:4898;s:19:\"exif-projectiontype\";i:4899;s:35:\"exif-projectiontype-equirectangular\";i:4900;s:22:\"exif-usepanoramaviewer\";i:4901;s:27:\"exif-usepanoramaviewer-true\";i:4902;s:28:\"exif-usepanoramaviewer-false\";i:4903;s:21:\"exif-exposurelockused\";i:4904;s:26:\"exif-exposurelockused-true\";i:4905;s:27:\"exif-exposurelockused-false\";i:4906;s:23:\"exif-poseheadingdegrees\";i:4907;s:21:\"exif-posepitchdegrees\";i:4908;s:20:\"exif-poserolldegrees\";i:4909;s:30:\"exif-initialviewheadingdegrees\";i:4910;s:28:\"exif-initialviewpitchdegrees\";i:4911;s:27:\"exif-initialviewrolldegrees\";i:4912;s:32:\"exif-initialhorizontalfovdegrees\";i:4913;s:30:\"exif-initialverticalfovdegrees\";i:4914;s:22:\"exif-sourcephotoscount\";i:4915;s:32:\"exif-croppedareaimagewidthpixels\";i:4916;s:33:\"exif-croppedareaimageheightpixels\";i:4917;s:24:\"exif-fullpanowidthpixels\";i:4918;s:25:\"exif-fullpanoheightpixels\";i:4919;s:26:\"exif-croppedarealeftpixels\";i:4920;s:25:\"exif-croppedareatoppixels\";i:4921;s:23:\"exif-initialcameradolly\";i:4922;s:22:\"exif-stitchingsoftware\";i:4923;s:20:\"apihelp-main-summary\";i:4924;s:33:\"apihelp-main-extended-description\";i:4925;s:25:\"apihelp-main-param-action\";i:4926;s:25:\"apihelp-main-param-format\";i:4927;s:25:\"apihelp-main-param-maxlag\";i:4928;s:26:\"apihelp-main-param-smaxage\";i:4929;s:25:\"apihelp-main-param-maxage\";i:4930;s:25:\"apihelp-main-param-assert\";i:4931;s:29:\"apihelp-main-param-assertuser\";i:4932;s:28:\"apihelp-main-param-requestid\";i:4933;s:27:\"apihelp-main-param-servedby\";i:4934;s:31:\"apihelp-main-param-curtimestamp\";i:4935;s:35:\"apihelp-main-param-responselanginfo\";i:4936;s:25:\"apihelp-main-param-origin\";i:4937;s:26:\"apihelp-main-param-uselang\";i:4938;s:26:\"apihelp-main-param-variant\";i:4939;s:30:\"apihelp-main-param-errorformat\";i:4940;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4941;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4942;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4943;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4944;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4945;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4946;s:28:\"apihelp-main-param-errorlang\";i:4947;s:33:\"apihelp-main-param-errorsuselocal\";i:4948;s:21:\"apihelp-block-summary\";i:4949;s:24:\"apihelp-block-param-user\";i:4950;s:26:\"apihelp-block-param-userid\";i:4951;s:26:\"apihelp-block-param-expiry\";i:4952;s:26:\"apihelp-block-param-reason\";i:4953;s:28:\"apihelp-block-param-anononly\";i:4954;s:28:\"apihelp-block-param-nocreate\";i:4955;s:29:\"apihelp-block-param-autoblock\";i:4956;s:27:\"apihelp-block-param-noemail\";i:4957;s:28:\"apihelp-block-param-hidename\";i:4958;s:33:\"apihelp-block-param-allowusertalk\";i:4959;s:27:\"apihelp-block-param-reblock\";i:4960;s:29:\"apihelp-block-param-watchuser\";i:4961;s:35:\"apihelp-block-param-watchlistexpiry\";i:4962;s:24:\"apihelp-block-param-tags\";i:4963;s:27:\"apihelp-block-param-partial\";i:4964;s:36:\"apihelp-block-param-pagerestrictions\";i:4965;s:41:\"apihelp-block-param-namespacerestrictions\";i:4966;s:38:\"apihelp-block-param-actionrestrictions\";i:4967;s:31:\"apihelp-block-example-ip-simple\";i:4968;s:34:\"apihelp-block-example-user-complex\";i:4969;s:40:\"apihelp-changeauthenticationdata-summary\";i:4970;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4971;s:34:\"apihelp-changecontentmodel-summary\";i:4972;s:38:\"apihelp-changecontentmodel-param-title\";i:4973;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4974;s:40:\"apihelp-changecontentmodel-param-summary\";i:4975;s:37:\"apihelp-changecontentmodel-param-tags\";i:4976;s:38:\"apihelp-changecontentmodel-param-model\";i:4977;s:36:\"apihelp-changecontentmodel-param-bot\";i:4978;s:34:\"apihelp-changecontentmodel-example\";i:4979;s:26:\"apihelp-checktoken-summary\";i:4980;s:29:\"apihelp-checktoken-param-type\";i:4981;s:30:\"apihelp-checktoken-param-token\";i:4982;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4983;s:33:\"apihelp-checktoken-example-simple\";i:4984;s:27:\"apihelp-clearhasmsg-summary\";i:4985;s:29:\"apihelp-clearhasmsg-example-1\";i:4986;s:27:\"apihelp-clientlogin-summary\";i:4987;s:33:\"apihelp-clientlogin-example-login\";i:4988;s:34:\"apihelp-clientlogin-example-login2\";i:4989;s:23:\"apihelp-compare-summary\";i:4990;s:36:\"apihelp-compare-extended-description\";i:4991;s:31:\"apihelp-compare-param-fromtitle\";i:4992;s:28:\"apihelp-compare-param-fromid\";i:4993;s:29:\"apihelp-compare-param-fromrev\";i:4994;s:29:\"apihelp-compare-param-frompst\";i:4995;s:31:\"apihelp-compare-param-fromslots\";i:4996;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4997;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4998;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4999;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5000;s:30:\"apihelp-compare-param-fromtext\";i:5001;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5002;s:39:\"apihelp-compare-param-fromcontentformat\";i:5003;s:33:\"apihelp-compare-param-fromsection\";i:5004;s:29:\"apihelp-compare-param-totitle\";i:5005;s:26:\"apihelp-compare-param-toid\";i:5006;s:27:\"apihelp-compare-param-torev\";i:5007;s:32:\"apihelp-compare-param-torelative\";i:5008;s:27:\"apihelp-compare-param-topst\";i:5009;s:29:\"apihelp-compare-param-toslots\";i:5010;s:35:\"apihelp-compare-param-totext-{slot}\";i:5011;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5012;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5013;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5014;s:28:\"apihelp-compare-param-totext\";i:5015;s:36:\"apihelp-compare-param-tocontentmodel\";i:5016;s:37:\"apihelp-compare-param-tocontentformat\";i:5017;s:31:\"apihelp-compare-param-tosection\";i:5018;s:26:\"apihelp-compare-param-prop\";i:5019;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5020;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5021;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5022;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5023;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5024;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5025;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5026;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5027;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5028;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5029;s:30:\"apihelp-compare-param-difftype\";i:5030;s:27:\"apihelp-compare-param-slots\";i:5031;s:25:\"apihelp-compare-example-1\";i:5032;s:29:\"apihelp-createaccount-summary\";i:5033;s:41:\"apihelp-createaccount-param-preservestate\";i:5034;s:36:\"apihelp-createaccount-example-create\";i:5035;s:25:\"apihelp-cspreport-summary\";i:5036;s:34:\"apihelp-cspreport-param-reportonly\";i:5037;s:30:\"apihelp-cspreport-param-source\";i:5038;s:22:\"apihelp-delete-summary\";i:5039;s:26:\"apihelp-delete-param-title\";i:5040;s:27:\"apihelp-delete-param-pageid\";i:5041;s:27:\"apihelp-delete-param-reason\";i:5042;s:25:\"apihelp-delete-param-tags\";i:5043;s:31:\"apihelp-delete-param-deletetalk\";i:5044;s:26:\"apihelp-delete-param-watch\";i:5045;s:30:\"apihelp-delete-param-watchlist\";i:5046;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5047;s:28:\"apihelp-delete-param-unwatch\";i:5048;s:29:\"apihelp-delete-param-oldimage\";i:5049;s:29:\"apihelp-delete-example-simple\";i:5050;s:29:\"apihelp-delete-example-reason\";i:5051;s:24:\"apihelp-disabled-summary\";i:5052;s:20:\"apihelp-edit-summary\";i:5053;s:24:\"apihelp-edit-param-title\";i:5054;s:25:\"apihelp-edit-param-pageid\";i:5055;s:26:\"apihelp-edit-param-section\";i:5056;s:31:\"apihelp-edit-param-sectiontitle\";i:5057;s:23:\"apihelp-edit-param-text\";i:5058;s:26:\"apihelp-edit-param-summary\";i:5059;s:23:\"apihelp-edit-param-tags\";i:5060;s:24:\"apihelp-edit-param-minor\";i:5061;s:27:\"apihelp-edit-param-notminor\";i:5062;s:22:\"apihelp-edit-param-bot\";i:5063;s:28:\"apihelp-edit-param-baserevid\";i:5064;s:32:\"apihelp-edit-param-basetimestamp\";i:5065;s:33:\"apihelp-edit-param-starttimestamp\";i:5066;s:27:\"apihelp-edit-param-recreate\";i:5067;s:29:\"apihelp-edit-param-createonly\";i:5068;s:27:\"apihelp-edit-param-nocreate\";i:5069;s:24:\"apihelp-edit-param-watch\";i:5070;s:26:\"apihelp-edit-param-unwatch\";i:5071;s:28:\"apihelp-edit-param-watchlist\";i:5072;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5073;s:22:\"apihelp-edit-param-md5\";i:5074;s:30:\"apihelp-edit-param-prependtext\";i:5075;s:29:\"apihelp-edit-param-appendtext\";i:5076;s:23:\"apihelp-edit-param-undo\";i:5077;s:28:\"apihelp-edit-param-undoafter\";i:5078;s:27:\"apihelp-edit-param-redirect\";i:5079;s:32:\"apihelp-edit-param-contentformat\";i:5080;s:31:\"apihelp-edit-param-contentmodel\";i:5081;s:24:\"apihelp-edit-param-token\";i:5082;s:25:\"apihelp-edit-example-edit\";i:5083;s:28:\"apihelp-edit-example-prepend\";i:5084;s:25:\"apihelp-edit-example-undo\";i:5085;s:25:\"apihelp-emailuser-summary\";i:5086;s:30:\"apihelp-emailuser-param-target\";i:5087;s:31:\"apihelp-emailuser-param-subject\";i:5088;s:28:\"apihelp-emailuser-param-text\";i:5089;s:28:\"apihelp-emailuser-param-ccme\";i:5090;s:31:\"apihelp-emailuser-example-email\";i:5091;s:31:\"apihelp-expandtemplates-summary\";i:5092;s:35:\"apihelp-expandtemplates-param-title\";i:5093;s:34:\"apihelp-expandtemplates-param-text\";i:5094;s:35:\"apihelp-expandtemplates-param-revid\";i:5095;s:34:\"apihelp-expandtemplates-param-prop\";i:5096;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5097;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5098;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5099;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5100;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5101;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5102;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5103;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5104;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5105;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5106;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5107;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5108;s:38:\"apihelp-expandtemplates-example-simple\";i:5109;s:33:\"apihelp-feedcontributions-summary\";i:5110;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5111;s:36:\"apihelp-feedcontributions-param-user\";i:5112;s:41:\"apihelp-feedcontributions-param-namespace\";i:5113;s:36:\"apihelp-feedcontributions-param-year\";i:5114;s:37:\"apihelp-feedcontributions-param-month\";i:5115;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5116;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5117;s:39:\"apihelp-feedcontributions-param-toponly\";i:5118;s:39:\"apihelp-feedcontributions-param-newonly\";i:5119;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5120;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5121;s:40:\"apihelp-feedcontributions-example-simple\";i:5122;s:33:\"apihelp-feedrecentchanges-summary\";i:5123;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5124;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5125;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5126;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5127;s:36:\"apihelp-feedrecentchanges-param-days\";i:5128;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5129;s:36:\"apihelp-feedrecentchanges-param-from\";i:5130;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5131;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5132;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5133;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5134;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5135;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5136;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5137;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5138;s:38:\"apihelp-feedrecentchanges-param-target\";i:5139;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5140;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5141;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5142;s:29:\"apihelp-feedwatchlist-summary\";i:5143;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5144;s:33:\"apihelp-feedwatchlist-param-hours\";i:5145;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5146;s:37:\"apihelp-feedwatchlist-example-default\";i:5147;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5148;s:26:\"apihelp-filerevert-summary\";i:5149;s:33:\"apihelp-filerevert-param-filename\";i:5150;s:32:\"apihelp-filerevert-param-comment\";i:5151;s:36:\"apihelp-filerevert-param-archivename\";i:5152;s:33:\"apihelp-filerevert-example-revert\";i:5153;s:20:\"apihelp-help-summary\";i:5154;s:26:\"apihelp-help-param-modules\";i:5155;s:29:\"apihelp-help-param-submodules\";i:5156;s:38:\"apihelp-help-param-recursivesubmodules\";i:5157;s:29:\"apihelp-help-param-helpformat\";i:5158;s:23:\"apihelp-help-param-wrap\";i:5159;s:22:\"apihelp-help-param-toc\";i:5160;s:25:\"apihelp-help-example-main\";i:5161;s:31:\"apihelp-help-example-submodules\";i:5162;s:30:\"apihelp-help-example-recursive\";i:5163;s:25:\"apihelp-help-example-help\";i:5164;s:26:\"apihelp-help-example-query\";i:5165;s:27:\"apihelp-imagerotate-summary\";i:5166;s:34:\"apihelp-imagerotate-param-rotation\";i:5167;s:30:\"apihelp-imagerotate-param-tags\";i:5168;s:34:\"apihelp-imagerotate-example-simple\";i:5169;s:37:\"apihelp-imagerotate-example-generator\";i:5170;s:22:\"apihelp-import-summary\";i:5171;s:35:\"apihelp-import-extended-description\";i:5172;s:28:\"apihelp-import-param-summary\";i:5173;s:24:\"apihelp-import-param-xml\";i:5174;s:36:\"apihelp-import-param-interwikiprefix\";i:5175;s:37:\"apihelp-import-param-assignknownusers\";i:5176;s:36:\"apihelp-import-param-interwikisource\";i:5177;s:34:\"apihelp-import-param-interwikipage\";i:5178;s:32:\"apihelp-import-param-fullhistory\";i:5179;s:30:\"apihelp-import-param-templates\";i:5180;s:30:\"apihelp-import-param-namespace\";i:5181;s:29:\"apihelp-import-param-rootpage\";i:5182;s:25:\"apihelp-import-param-tags\";i:5183;s:29:\"apihelp-import-example-import\";i:5184;s:27:\"apihelp-linkaccount-summary\";i:5185;s:32:\"apihelp-linkaccount-example-link\";i:5186;s:21:\"apihelp-login-summary\";i:5187;s:34:\"apihelp-login-extended-description\";i:5188;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5189;s:24:\"apihelp-login-param-name\";i:5190;s:28:\"apihelp-login-param-password\";i:5191;s:26:\"apihelp-login-param-domain\";i:5192;s:25:\"apihelp-login-param-token\";i:5193;s:27:\"apihelp-login-example-login\";i:5194;s:22:\"apihelp-logout-summary\";i:5195;s:29:\"apihelp-logout-example-logout\";i:5196;s:26:\"apihelp-managetags-summary\";i:5197;s:34:\"apihelp-managetags-param-operation\";i:5198;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5199;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5200;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5201;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5202;s:28:\"apihelp-managetags-param-tag\";i:5203;s:31:\"apihelp-managetags-param-reason\";i:5204;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5205;s:29:\"apihelp-managetags-param-tags\";i:5206;s:33:\"apihelp-managetags-example-create\";i:5207;s:33:\"apihelp-managetags-example-delete\";i:5208;s:35:\"apihelp-managetags-example-activate\";i:5209;s:37:\"apihelp-managetags-example-deactivate\";i:5210;s:28:\"apihelp-mergehistory-summary\";i:5211;s:31:\"apihelp-mergehistory-param-from\";i:5212;s:33:\"apihelp-mergehistory-param-fromid\";i:5213;s:29:\"apihelp-mergehistory-param-to\";i:5214;s:31:\"apihelp-mergehistory-param-toid\";i:5215;s:36:\"apihelp-mergehistory-param-timestamp\";i:5216;s:33:\"apihelp-mergehistory-param-reason\";i:5217;s:34:\"apihelp-mergehistory-example-merge\";i:5218;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5219;s:20:\"apihelp-move-summary\";i:5220;s:23:\"apihelp-move-param-from\";i:5221;s:25:\"apihelp-move-param-fromid\";i:5222;s:21:\"apihelp-move-param-to\";i:5223;s:25:\"apihelp-move-param-reason\";i:5224;s:27:\"apihelp-move-param-movetalk\";i:5225;s:31:\"apihelp-move-param-movesubpages\";i:5226;s:29:\"apihelp-move-param-noredirect\";i:5227;s:24:\"apihelp-move-param-watch\";i:5228;s:26:\"apihelp-move-param-unwatch\";i:5229;s:28:\"apihelp-move-param-watchlist\";i:5230;s:34:\"apihelp-move-param-watchlistexpiry\";i:5231;s:33:\"apihelp-move-param-ignorewarnings\";i:5232;s:23:\"apihelp-move-param-tags\";i:5233;s:25:\"apihelp-move-example-move\";i:5234;s:26:\"apihelp-opensearch-summary\";i:5235;s:31:\"apihelp-opensearch-param-search\";i:5236;s:30:\"apihelp-opensearch-param-limit\";i:5237;s:34:\"apihelp-opensearch-param-namespace\";i:5238;s:32:\"apihelp-opensearch-param-suggest\";i:5239;s:34:\"apihelp-opensearch-param-redirects\";i:5240;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5241;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5242;s:41:\"apihelp-opensearch-param-redirects-append\";i:5243;s:31:\"apihelp-opensearch-param-format\";i:5244;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5245;s:29:\"apihelp-opensearch-example-te\";i:5246;s:23:\"apihelp-options-summary\";i:5247;s:36:\"apihelp-options-extended-description\";i:5248;s:27:\"apihelp-options-param-reset\";i:5249;s:32:\"apihelp-options-param-resetkinds\";i:5250;s:28:\"apihelp-options-param-change\";i:5251;s:32:\"apihelp-options-param-optionname\";i:5252;s:33:\"apihelp-options-param-optionvalue\";i:5253;s:29:\"apihelp-options-example-reset\";i:5254;s:30:\"apihelp-options-example-change\";i:5255;s:31:\"apihelp-options-example-complex\";i:5256;s:25:\"apihelp-paraminfo-summary\";i:5257;s:31:\"apihelp-paraminfo-param-modules\";i:5258;s:34:\"apihelp-paraminfo-param-helpformat\";i:5259;s:36:\"apihelp-paraminfo-param-querymodules\";i:5260;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5261;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5262;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5263;s:27:\"apihelp-paraminfo-example-1\";i:5264;s:27:\"apihelp-paraminfo-example-2\";i:5265;s:21:\"apihelp-parse-summary\";i:5266;s:34:\"apihelp-parse-extended-description\";i:5267;s:25:\"apihelp-parse-param-title\";i:5268;s:24:\"apihelp-parse-param-text\";i:5269;s:25:\"apihelp-parse-param-revid\";i:5270;s:27:\"apihelp-parse-param-summary\";i:5271;s:24:\"apihelp-parse-param-page\";i:5272;s:26:\"apihelp-parse-param-pageid\";i:5273;s:29:\"apihelp-parse-param-redirects\";i:5274;s:25:\"apihelp-parse-param-oldid\";i:5275;s:24:\"apihelp-parse-param-prop\";i:5276;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5277;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5278;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5279;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5280;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5281;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5282;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5283;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5284;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5285;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5286;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5287;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5288;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5289;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5290;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5291;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5292;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5293;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5294;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5295;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5296;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5297;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5298;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5299;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5300;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5301;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5302;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5303;s:23:\"apihelp-parse-param-pst\";i:5304;s:27:\"apihelp-parse-param-onlypst\";i:5305;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5306;s:27:\"apihelp-parse-param-section\";i:5307;s:32:\"apihelp-parse-param-sectiontitle\";i:5308;s:38:\"apihelp-parse-param-disablelimitreport\";i:5309;s:29:\"apihelp-parse-param-disablepp\";i:5310;s:38:\"apihelp-parse-param-disableeditsection\";i:5311;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5312;s:36:\"apihelp-parse-param-showstrategykeys\";i:5313;s:31:\"apihelp-parse-param-generatexml\";i:5314;s:27:\"apihelp-parse-param-preview\";i:5315;s:34:\"apihelp-parse-param-sectionpreview\";i:5316;s:30:\"apihelp-parse-param-disabletoc\";i:5317;s:27:\"apihelp-parse-param-useskin\";i:5318;s:33:\"apihelp-parse-param-contentformat\";i:5319;s:32:\"apihelp-parse-param-contentmodel\";i:5320;s:26:\"apihelp-parse-example-page\";i:5321;s:26:\"apihelp-parse-example-text\";i:5322;s:31:\"apihelp-parse-example-texttitle\";i:5323;s:29:\"apihelp-parse-example-summary\";i:5324;s:22:\"apihelp-patrol-summary\";i:5325;s:25:\"apihelp-patrol-param-rcid\";i:5326;s:26:\"apihelp-patrol-param-revid\";i:5327;s:25:\"apihelp-patrol-param-tags\";i:5328;s:27:\"apihelp-patrol-example-rcid\";i:5329;s:28:\"apihelp-patrol-example-revid\";i:5330;s:23:\"apihelp-protect-summary\";i:5331;s:27:\"apihelp-protect-param-title\";i:5332;s:28:\"apihelp-protect-param-pageid\";i:5333;s:33:\"apihelp-protect-param-protections\";i:5334;s:28:\"apihelp-protect-param-expiry\";i:5335;s:28:\"apihelp-protect-param-reason\";i:5336;s:26:\"apihelp-protect-param-tags\";i:5337;s:29:\"apihelp-protect-param-cascade\";i:5338;s:27:\"apihelp-protect-param-watch\";i:5339;s:31:\"apihelp-protect-param-watchlist\";i:5340;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5341;s:31:\"apihelp-protect-example-protect\";i:5342;s:33:\"apihelp-protect-example-unprotect\";i:5343;s:34:\"apihelp-protect-example-unprotect2\";i:5344;s:21:\"apihelp-purge-summary\";i:5345;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5346;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5347;s:28:\"apihelp-purge-example-simple\";i:5348;s:31:\"apihelp-purge-example-generator\";i:5349;s:21:\"apihelp-query-summary\";i:5350;s:34:\"apihelp-query-extended-description\";i:5351;s:24:\"apihelp-query-param-prop\";i:5352;s:24:\"apihelp-query-param-list\";i:5353;s:24:\"apihelp-query-param-meta\";i:5354;s:32:\"apihelp-query-param-indexpageids\";i:5355;s:26:\"apihelp-query-param-export\";i:5356;s:32:\"apihelp-query-param-exportnowrap\";i:5357;s:32:\"apihelp-query-param-exportschema\";i:5358;s:25:\"apihelp-query-param-iwurl\";i:5359;s:31:\"apihelp-query-param-rawcontinue\";i:5360;s:31:\"apihelp-query-example-revisions\";i:5361;s:30:\"apihelp-query-example-allpages\";i:5362;s:35:\"apihelp-query+allcategories-summary\";i:5363;s:38:\"apihelp-query+allcategories-param-from\";i:5364;s:36:\"apihelp-query+allcategories-param-to\";i:5365;s:40:\"apihelp-query+allcategories-param-prefix\";i:5366;s:37:\"apihelp-query+allcategories-param-dir\";i:5367;s:37:\"apihelp-query+allcategories-param-min\";i:5368;s:37:\"apihelp-query+allcategories-param-max\";i:5369;s:39:\"apihelp-query+allcategories-param-limit\";i:5370;s:38:\"apihelp-query+allcategories-param-prop\";i:5371;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5372;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5373;s:40:\"apihelp-query+allcategories-example-size\";i:5374;s:45:\"apihelp-query+allcategories-example-generator\";i:5375;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5376;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5377;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5378;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5379;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5380;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5381;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5382;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5383;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5384;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5385;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5386;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5387;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5388;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5389;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5390;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5391;s:35:\"apihelp-query+allfileusages-summary\";i:5392;s:38:\"apihelp-query+allfileusages-param-from\";i:5393;s:36:\"apihelp-query+allfileusages-param-to\";i:5394;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5395;s:40:\"apihelp-query+allfileusages-param-unique\";i:5396;s:38:\"apihelp-query+allfileusages-param-prop\";i:5397;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5398;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5399;s:39:\"apihelp-query+allfileusages-param-limit\";i:5400;s:37:\"apihelp-query+allfileusages-param-dir\";i:5401;s:37:\"apihelp-query+allfileusages-example-b\";i:5402;s:42:\"apihelp-query+allfileusages-example-unique\";i:5403;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5404;s:45:\"apihelp-query+allfileusages-example-generator\";i:5405;s:31:\"apihelp-query+allimages-summary\";i:5406;s:34:\"apihelp-query+allimages-param-sort\";i:5407;s:33:\"apihelp-query+allimages-param-dir\";i:5408;s:34:\"apihelp-query+allimages-param-from\";i:5409;s:32:\"apihelp-query+allimages-param-to\";i:5410;s:35:\"apihelp-query+allimages-param-start\";i:5411;s:33:\"apihelp-query+allimages-param-end\";i:5412;s:36:\"apihelp-query+allimages-param-prefix\";i:5413;s:37:\"apihelp-query+allimages-param-minsize\";i:5414;s:37:\"apihelp-query+allimages-param-maxsize\";i:5415;s:34:\"apihelp-query+allimages-param-sha1\";i:5416;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5417;s:34:\"apihelp-query+allimages-param-user\";i:5418;s:40:\"apihelp-query+allimages-param-filterbots\";i:5419;s:34:\"apihelp-query+allimages-param-mime\";i:5420;s:35:\"apihelp-query+allimages-param-limit\";i:5421;s:33:\"apihelp-query+allimages-example-b\";i:5422;s:38:\"apihelp-query+allimages-example-recent\";i:5423;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5424;s:41:\"apihelp-query+allimages-example-generator\";i:5425;s:30:\"apihelp-query+alllinks-summary\";i:5426;s:33:\"apihelp-query+alllinks-param-from\";i:5427;s:31:\"apihelp-query+alllinks-param-to\";i:5428;s:35:\"apihelp-query+alllinks-param-prefix\";i:5429;s:35:\"apihelp-query+alllinks-param-unique\";i:5430;s:33:\"apihelp-query+alllinks-param-prop\";i:5431;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5432;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5433;s:38:\"apihelp-query+alllinks-param-namespace\";i:5434;s:34:\"apihelp-query+alllinks-param-limit\";i:5435;s:32:\"apihelp-query+alllinks-param-dir\";i:5436;s:32:\"apihelp-query+alllinks-example-b\";i:5437;s:37:\"apihelp-query+alllinks-example-unique\";i:5438;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5439;s:40:\"apihelp-query+alllinks-example-generator\";i:5440;s:33:\"apihelp-query+allmessages-summary\";i:5441;s:40:\"apihelp-query+allmessages-param-messages\";i:5442;s:36:\"apihelp-query+allmessages-param-prop\";i:5443;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5444;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5445;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5446;s:36:\"apihelp-query+allmessages-param-args\";i:5447;s:38:\"apihelp-query+allmessages-param-filter\";i:5448;s:42:\"apihelp-query+allmessages-param-customised\";i:5449;s:36:\"apihelp-query+allmessages-param-lang\";i:5450;s:36:\"apihelp-query+allmessages-param-from\";i:5451;s:34:\"apihelp-query+allmessages-param-to\";i:5452;s:37:\"apihelp-query+allmessages-param-title\";i:5453;s:38:\"apihelp-query+allmessages-param-prefix\";i:5454;s:37:\"apihelp-query+allmessages-example-ipb\";i:5455;s:36:\"apihelp-query+allmessages-example-de\";i:5456;s:30:\"apihelp-query+allpages-summary\";i:5457;s:33:\"apihelp-query+allpages-param-from\";i:5458;s:31:\"apihelp-query+allpages-param-to\";i:5459;s:35:\"apihelp-query+allpages-param-prefix\";i:5460;s:38:\"apihelp-query+allpages-param-namespace\";i:5461;s:40:\"apihelp-query+allpages-param-filterredir\";i:5462;s:36:\"apihelp-query+allpages-param-minsize\";i:5463;s:36:\"apihelp-query+allpages-param-maxsize\";i:5464;s:35:\"apihelp-query+allpages-param-prtype\";i:5465;s:36:\"apihelp-query+allpages-param-prlevel\";i:5466;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5467;s:34:\"apihelp-query+allpages-param-limit\";i:5468;s:32:\"apihelp-query+allpages-param-dir\";i:5469;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5470;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5471;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5472;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5473;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5474;s:32:\"apihelp-query+allpages-example-b\";i:5475;s:40:\"apihelp-query+allpages-example-generator\";i:5476;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5477;s:34:\"apihelp-query+allredirects-summary\";i:5478;s:37:\"apihelp-query+allredirects-param-from\";i:5479;s:35:\"apihelp-query+allredirects-param-to\";i:5480;s:39:\"apihelp-query+allredirects-param-prefix\";i:5481;s:39:\"apihelp-query+allredirects-param-unique\";i:5482;s:37:\"apihelp-query+allredirects-param-prop\";i:5483;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5484;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5485;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5486;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5487;s:42:\"apihelp-query+allredirects-param-namespace\";i:5488;s:38:\"apihelp-query+allredirects-param-limit\";i:5489;s:36:\"apihelp-query+allredirects-param-dir\";i:5490;s:36:\"apihelp-query+allredirects-example-b\";i:5491;s:41:\"apihelp-query+allredirects-example-unique\";i:5492;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5493;s:44:\"apihelp-query+allredirects-example-generator\";i:5494;s:34:\"apihelp-query+allrevisions-summary\";i:5495;s:38:\"apihelp-query+allrevisions-param-start\";i:5496;s:36:\"apihelp-query+allrevisions-param-end\";i:5497;s:37:\"apihelp-query+allrevisions-param-user\";i:5498;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5499;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5500;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5501;s:39:\"apihelp-query+allrevisions-example-user\";i:5502;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5503;s:36:\"apihelp-query+mystashedfiles-summary\";i:5504;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5505;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5506;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5507;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5508;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5509;s:38:\"apihelp-query+alltransclusions-summary\";i:5510;s:41:\"apihelp-query+alltransclusions-param-from\";i:5511;s:39:\"apihelp-query+alltransclusions-param-to\";i:5512;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5513;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5514;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5515;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5516;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5517;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5518;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5519;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5520;s:40:\"apihelp-query+alltransclusions-example-b\";i:5521;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5522;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5523;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5524;s:30:\"apihelp-query+allusers-summary\";i:5525;s:33:\"apihelp-query+allusers-param-from\";i:5526;s:31:\"apihelp-query+allusers-param-to\";i:5527;s:35:\"apihelp-query+allusers-param-prefix\";i:5528;s:32:\"apihelp-query+allusers-param-dir\";i:5529;s:34:\"apihelp-query+allusers-param-group\";i:5530;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5531;s:35:\"apihelp-query+allusers-param-rights\";i:5532;s:33:\"apihelp-query+allusers-param-prop\";i:5533;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5534;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5535;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5536;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5537;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5538;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5539;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5540;s:34:\"apihelp-query+allusers-param-limit\";i:5541;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5542;s:40:\"apihelp-query+allusers-param-activeusers\";i:5543;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5544;s:32:\"apihelp-query+allusers-example-y\";i:5545;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5546;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5547;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5548;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5549;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5550;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5551;s:31:\"apihelp-query+backlinks-summary\";i:5552;s:35:\"apihelp-query+backlinks-param-title\";i:5553;s:36:\"apihelp-query+backlinks-param-pageid\";i:5554;s:39:\"apihelp-query+backlinks-param-namespace\";i:5555;s:33:\"apihelp-query+backlinks-param-dir\";i:5556;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5557;s:35:\"apihelp-query+backlinks-param-limit\";i:5558;s:38:\"apihelp-query+backlinks-param-redirect\";i:5559;s:38:\"apihelp-query+backlinks-example-simple\";i:5560;s:41:\"apihelp-query+backlinks-example-generator\";i:5561;s:28:\"apihelp-query+blocks-summary\";i:5562;s:32:\"apihelp-query+blocks-param-start\";i:5563;s:30:\"apihelp-query+blocks-param-end\";i:5564;s:30:\"apihelp-query+blocks-param-ids\";i:5565;s:32:\"apihelp-query+blocks-param-users\";i:5566;s:29:\"apihelp-query+blocks-param-ip\";i:5567;s:32:\"apihelp-query+blocks-param-limit\";i:5568;s:31:\"apihelp-query+blocks-param-prop\";i:5569;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5570;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5571;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5572;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5573;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5574;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5575;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5576;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5577;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5578;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5579;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5580;s:31:\"apihelp-query+blocks-param-show\";i:5581;s:35:\"apihelp-query+blocks-example-simple\";i:5582;s:34:\"apihelp-query+blocks-example-users\";i:5583;s:32:\"apihelp-query+categories-summary\";i:5584;s:35:\"apihelp-query+categories-param-prop\";i:5585;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5586;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5587;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5588;s:35:\"apihelp-query+categories-param-show\";i:5589;s:36:\"apihelp-query+categories-param-limit\";i:5590;s:41:\"apihelp-query+categories-param-categories\";i:5591;s:34:\"apihelp-query+categories-param-dir\";i:5592;s:39:\"apihelp-query+categories-example-simple\";i:5593;s:42:\"apihelp-query+categories-example-generator\";i:5594;s:34:\"apihelp-query+categoryinfo-summary\";i:5595;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5596;s:37:\"apihelp-query+categorymembers-summary\";i:5597;s:41:\"apihelp-query+categorymembers-param-title\";i:5598;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5599;s:40:\"apihelp-query+categorymembers-param-prop\";i:5600;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5601;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5602;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5603;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5604;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5605;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5606;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5607;s:40:\"apihelp-query+categorymembers-param-type\";i:5608;s:41:\"apihelp-query+categorymembers-param-limit\";i:5609;s:40:\"apihelp-query+categorymembers-param-sort\";i:5610;s:39:\"apihelp-query+categorymembers-param-dir\";i:5611;s:41:\"apihelp-query+categorymembers-param-start\";i:5612;s:39:\"apihelp-query+categorymembers-param-end\";i:5613;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5614;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5615;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5616;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5617;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5618;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5619;s:44:\"apihelp-query+categorymembers-example-simple\";i:5620;s:47:\"apihelp-query+categorymembers-example-generator\";i:5621;s:34:\"apihelp-query+contributors-summary\";i:5622;s:38:\"apihelp-query+contributors-param-group\";i:5623;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5624;s:39:\"apihelp-query+contributors-param-rights\";i:5625;s:46:\"apihelp-query+contributors-param-excluderights\";i:5626;s:38:\"apihelp-query+contributors-param-limit\";i:5627;s:41:\"apihelp-query+contributors-example-simple\";i:5628;s:38:\"apihelp-query+deletedrevisions-summary\";i:5629;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5630;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5631;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5632;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5633;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5634;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5635;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5636;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5637;s:33:\"apihelp-query+deletedrevs-summary\";i:5638;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5639;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5640;s:37:\"apihelp-query+deletedrevs-param-start\";i:5641;s:35:\"apihelp-query+deletedrevs-param-end\";i:5642;s:36:\"apihelp-query+deletedrevs-param-from\";i:5643;s:34:\"apihelp-query+deletedrevs-param-to\";i:5644;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5645;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5646;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5647;s:36:\"apihelp-query+deletedrevs-param-user\";i:5648;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5649;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5650;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5651;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5652;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5653;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5654;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5655;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5656;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5657;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5658;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5659;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5660;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5661;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5662;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5663;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5664;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5665;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5666;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5667;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5668;s:30:\"apihelp-query+disabled-summary\";i:5669;s:36:\"apihelp-query+duplicatefiles-summary\";i:5670;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5671;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5672;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5673;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5674;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5675;s:32:\"apihelp-query+embeddedin-summary\";i:5676;s:36:\"apihelp-query+embeddedin-param-title\";i:5677;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5678;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5679;s:34:\"apihelp-query+embeddedin-param-dir\";i:5680;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5681;s:36:\"apihelp-query+embeddedin-param-limit\";i:5682;s:39:\"apihelp-query+embeddedin-example-simple\";i:5683;s:42:\"apihelp-query+embeddedin-example-generator\";i:5684;s:30:\"apihelp-query+extlinks-summary\";i:5685;s:34:\"apihelp-query+extlinks-param-limit\";i:5686;s:37:\"apihelp-query+extlinks-param-protocol\";i:5687;s:34:\"apihelp-query+extlinks-param-query\";i:5688;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5689;s:37:\"apihelp-query+extlinks-example-simple\";i:5690;s:33:\"apihelp-query+exturlusage-summary\";i:5691;s:36:\"apihelp-query+exturlusage-param-prop\";i:5692;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5693;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5694;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5695;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5696;s:37:\"apihelp-query+exturlusage-param-query\";i:5697;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5698;s:37:\"apihelp-query+exturlusage-param-limit\";i:5699;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5700;s:40:\"apihelp-query+exturlusage-example-simple\";i:5701;s:33:\"apihelp-query+filearchive-summary\";i:5702;s:36:\"apihelp-query+filearchive-param-from\";i:5703;s:34:\"apihelp-query+filearchive-param-to\";i:5704;s:38:\"apihelp-query+filearchive-param-prefix\";i:5705;s:37:\"apihelp-query+filearchive-param-limit\";i:5706;s:35:\"apihelp-query+filearchive-param-dir\";i:5707;s:36:\"apihelp-query+filearchive-param-sha1\";i:5708;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5709;s:36:\"apihelp-query+filearchive-param-prop\";i:5710;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5711;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5712;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5713;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5714;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5715;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5716;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5717;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5718;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5719;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5720;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5721;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5722;s:40:\"apihelp-query+filearchive-example-simple\";i:5723;s:34:\"apihelp-query+filerepoinfo-summary\";i:5724;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5725;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5726;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5727;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5728;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5729;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5730;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5731;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5732;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5733;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5734;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5735;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5736;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5737;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5738;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5739;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5740;s:31:\"apihelp-query+fileusage-summary\";i:5741;s:34:\"apihelp-query+fileusage-param-prop\";i:5742;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5743;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5744;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5745;s:39:\"apihelp-query+fileusage-param-namespace\";i:5746;s:35:\"apihelp-query+fileusage-param-limit\";i:5747;s:34:\"apihelp-query+fileusage-param-show\";i:5748;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5749;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5750;s:38:\"apihelp-query+fileusage-example-simple\";i:5751;s:41:\"apihelp-query+fileusage-example-generator\";i:5752;s:31:\"apihelp-query+imageinfo-summary\";i:5753;s:34:\"apihelp-query+imageinfo-param-prop\";i:5754;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5755;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5756;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5757;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5758;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5759;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5760;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5761;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5762;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5763;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5764;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5765;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5766;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5767;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5768;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5769;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5770;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5771;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5772;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5773;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5774;s:35:\"apihelp-query+imageinfo-param-limit\";i:5775;s:35:\"apihelp-query+imageinfo-param-start\";i:5776;s:33:\"apihelp-query+imageinfo-param-end\";i:5777;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5778;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5779;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5780;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5781;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5782;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5783;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5784;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5785;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5786;s:38:\"apihelp-query+imageinfo-example-simple\";i:5787;s:37:\"apihelp-query+imageinfo-example-dated\";i:5788;s:28:\"apihelp-query+images-summary\";i:5789;s:32:\"apihelp-query+images-param-limit\";i:5790;s:33:\"apihelp-query+images-param-images\";i:5791;s:30:\"apihelp-query+images-param-dir\";i:5792;s:35:\"apihelp-query+images-example-simple\";i:5793;s:38:\"apihelp-query+images-example-generator\";i:5794;s:32:\"apihelp-query+imageusage-summary\";i:5795;s:36:\"apihelp-query+imageusage-param-title\";i:5796;s:37:\"apihelp-query+imageusage-param-pageid\";i:5797;s:40:\"apihelp-query+imageusage-param-namespace\";i:5798;s:34:\"apihelp-query+imageusage-param-dir\";i:5799;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5800;s:36:\"apihelp-query+imageusage-param-limit\";i:5801;s:39:\"apihelp-query+imageusage-param-redirect\";i:5802;s:39:\"apihelp-query+imageusage-example-simple\";i:5803;s:42:\"apihelp-query+imageusage-example-generator\";i:5804;s:26:\"apihelp-query+info-summary\";i:5805;s:29:\"apihelp-query+info-param-prop\";i:5806;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5807;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5808;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5809;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5810;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5811;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5812;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5813;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5814;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5815;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5816;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5817;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5818;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5819;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5820;s:36:\"apihelp-query+info-param-linkcontext\";i:5821;s:36:\"apihelp-query+info-param-testactions\";i:5822;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5823;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5824;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5825;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5826;s:33:\"apihelp-query+info-example-simple\";i:5827;s:37:\"apihelp-query+info-example-protection\";i:5828;s:33:\"apihelp-query+iwbacklinks-summary\";i:5829;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5830;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5831;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5832;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5833;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5834;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5835;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5836;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5837;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5838;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5839;s:29:\"apihelp-query+iwlinks-summary\";i:5840;s:31:\"apihelp-query+iwlinks-param-url\";i:5841;s:32:\"apihelp-query+iwlinks-param-prop\";i:5842;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5843;s:33:\"apihelp-query+iwlinks-param-limit\";i:5844;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5845;s:33:\"apihelp-query+iwlinks-param-title\";i:5846;s:31:\"apihelp-query+iwlinks-param-dir\";i:5847;s:36:\"apihelp-query+iwlinks-example-simple\";i:5848;s:35:\"apihelp-query+langbacklinks-summary\";i:5849;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5850;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5851;s:39:\"apihelp-query+langbacklinks-param-title\";i:5852;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5853;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5854;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5855;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5856;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5857;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5858;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5859;s:31:\"apihelp-query+langlinks-summary\";i:5860;s:35:\"apihelp-query+langlinks-param-limit\";i:5861;s:33:\"apihelp-query+langlinks-param-url\";i:5862;s:34:\"apihelp-query+langlinks-param-prop\";i:5863;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5864;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5865;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5866;s:34:\"apihelp-query+langlinks-param-lang\";i:5867;s:35:\"apihelp-query+langlinks-param-title\";i:5868;s:33:\"apihelp-query+langlinks-param-dir\";i:5869;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5870;s:38:\"apihelp-query+langlinks-example-simple\";i:5871;s:34:\"apihelp-query+languageinfo-summary\";i:5872;s:47:\"apihelp-query+languageinfo-extended-description\";i:5873;s:37:\"apihelp-query+languageinfo-param-prop\";i:5874;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5875;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5876;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5877;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5878;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5879;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5880;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5881;s:37:\"apihelp-query+languageinfo-param-code\";i:5882;s:41:\"apihelp-query+languageinfo-example-simple\";i:5883;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5884;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5885;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5886;s:27:\"apihelp-query+links-summary\";i:5887;s:35:\"apihelp-query+links-param-namespace\";i:5888;s:31:\"apihelp-query+links-param-limit\";i:5889;s:32:\"apihelp-query+links-param-titles\";i:5890;s:29:\"apihelp-query+links-param-dir\";i:5891;s:34:\"apihelp-query+links-example-simple\";i:5892;s:37:\"apihelp-query+links-example-generator\";i:5893;s:38:\"apihelp-query+links-example-namespaces\";i:5894;s:31:\"apihelp-query+linkshere-summary\";i:5895;s:34:\"apihelp-query+linkshere-param-prop\";i:5896;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5897;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5898;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5899;s:39:\"apihelp-query+linkshere-param-namespace\";i:5900;s:35:\"apihelp-query+linkshere-param-limit\";i:5901;s:34:\"apihelp-query+linkshere-param-show\";i:5902;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5903;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5904;s:38:\"apihelp-query+linkshere-example-simple\";i:5905;s:41:\"apihelp-query+linkshere-example-generator\";i:5906;s:31:\"apihelp-query+logevents-summary\";i:5907;s:34:\"apihelp-query+logevents-param-prop\";i:5908;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5909;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5910;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5911;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5912;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5913;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5914;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5915;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5916;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5917;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5918;s:34:\"apihelp-query+logevents-param-type\";i:5919;s:36:\"apihelp-query+logevents-param-action\";i:5920;s:35:\"apihelp-query+logevents-param-start\";i:5921;s:33:\"apihelp-query+logevents-param-end\";i:5922;s:34:\"apihelp-query+logevents-param-user\";i:5923;s:35:\"apihelp-query+logevents-param-title\";i:5924;s:39:\"apihelp-query+logevents-param-namespace\";i:5925;s:36:\"apihelp-query+logevents-param-prefix\";i:5926;s:33:\"apihelp-query+logevents-param-tag\";i:5927;s:35:\"apihelp-query+logevents-param-limit\";i:5928;s:38:\"apihelp-query+logevents-example-simple\";i:5929;s:35:\"apihelp-query+pagepropnames-summary\";i:5930;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5931;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5932;s:31:\"apihelp-query+pageprops-summary\";i:5933;s:34:\"apihelp-query+pageprops-param-prop\";i:5934;s:38:\"apihelp-query+pageprops-example-simple\";i:5935;s:35:\"apihelp-query+pageswithprop-summary\";i:5936;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5937;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5938;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5939;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5940;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5941;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5942;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5943;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5944;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5945;s:34:\"apihelp-query+prefixsearch-summary\";i:5946;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5947;s:39:\"apihelp-query+prefixsearch-param-search\";i:5948;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5949;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5950;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5951;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5952;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5953;s:37:\"apihelp-query+protectedtitles-summary\";i:5954;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5955;s:41:\"apihelp-query+protectedtitles-param-level\";i:5956;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5957;s:41:\"apihelp-query+protectedtitles-param-start\";i:5958;s:39:\"apihelp-query+protectedtitles-param-end\";i:5959;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5960;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5961;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5962;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5963;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5964;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5965;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5966;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5967;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5968;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5969;s:31:\"apihelp-query+querypage-summary\";i:5970;s:34:\"apihelp-query+querypage-param-page\";i:5971;s:35:\"apihelp-query+querypage-param-limit\";i:5972;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5973;s:28:\"apihelp-query+random-summary\";i:5974;s:41:\"apihelp-query+random-extended-description\";i:5975;s:36:\"apihelp-query+random-param-namespace\";i:5976;s:32:\"apihelp-query+random-param-limit\";i:5977;s:35:\"apihelp-query+random-param-redirect\";i:5978;s:38:\"apihelp-query+random-param-filterredir\";i:5979;s:35:\"apihelp-query+random-example-simple\";i:5980;s:38:\"apihelp-query+random-example-generator\";i:5981;s:35:\"apihelp-query+recentchanges-summary\";i:5982;s:39:\"apihelp-query+recentchanges-param-start\";i:5983;s:37:\"apihelp-query+recentchanges-param-end\";i:5984;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5985;s:38:\"apihelp-query+recentchanges-param-user\";i:5986;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5987;s:37:\"apihelp-query+recentchanges-param-tag\";i:5988;s:38:\"apihelp-query+recentchanges-param-slot\";i:5989;s:38:\"apihelp-query+recentchanges-param-prop\";i:5990;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5991;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5992;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5993;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5994;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5995;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5996;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5997;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5998;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5999;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6000;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6001;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6002;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6003;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6004;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6005;s:38:\"apihelp-query+recentchanges-param-show\";i:6006;s:39:\"apihelp-query+recentchanges-param-limit\";i:6007;s:38:\"apihelp-query+recentchanges-param-type\";i:6008;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6009;s:39:\"apihelp-query+recentchanges-param-title\";i:6010;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6011;s:42:\"apihelp-query+recentchanges-example-simple\";i:6012;s:45:\"apihelp-query+recentchanges-example-generator\";i:6013;s:31:\"apihelp-query+redirects-summary\";i:6014;s:34:\"apihelp-query+redirects-param-prop\";i:6015;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6016;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6017;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6018;s:39:\"apihelp-query+redirects-param-namespace\";i:6019;s:35:\"apihelp-query+redirects-param-limit\";i:6020;s:34:\"apihelp-query+redirects-param-show\";i:6021;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6022;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6023;s:38:\"apihelp-query+redirects-example-simple\";i:6024;s:41:\"apihelp-query+redirects-example-generator\";i:6025;s:31:\"apihelp-query+revisions-summary\";i:6026;s:44:\"apihelp-query+revisions-extended-description\";i:6027;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6028;s:37:\"apihelp-query+revisions-param-startid\";i:6029;s:35:\"apihelp-query+revisions-param-endid\";i:6030;s:35:\"apihelp-query+revisions-param-start\";i:6031;s:33:\"apihelp-query+revisions-param-end\";i:6032;s:34:\"apihelp-query+revisions-param-user\";i:6033;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6034;s:33:\"apihelp-query+revisions-param-tag\";i:6035;s:39:\"apihelp-query+revisions-example-content\";i:6036;s:37:\"apihelp-query+revisions-example-last5\";i:6037;s:38:\"apihelp-query+revisions-example-first5\";i:6038;s:44:\"apihelp-query+revisions-example-first5-after\";i:6039;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6040;s:43:\"apihelp-query+revisions-example-first5-user\";i:6041;s:39:\"apihelp-query+revisions+base-param-prop\";i:6042;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6043;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6044;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6045;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6046;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6047;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6048;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6049;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6050;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6051;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6052;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6053;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6054;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6055;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6056;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6057;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6058;s:40:\"apihelp-query+revisions+base-param-slots\";i:6059;s:40:\"apihelp-query+revisions+base-param-limit\";i:6060;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6061;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6062;s:40:\"apihelp-query+revisions+base-param-parse\";i:6063;s:42:\"apihelp-query+revisions+base-param-section\";i:6064;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6065;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6066;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6067;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6068;s:28:\"apihelp-query+search-summary\";i:6069;s:33:\"apihelp-query+search-param-search\";i:6070;s:36:\"apihelp-query+search-param-namespace\";i:6071;s:31:\"apihelp-query+search-param-what\";i:6072;s:31:\"apihelp-query+search-param-info\";i:6073;s:31:\"apihelp-query+search-param-prop\";i:6074;s:36:\"apihelp-query+search-param-qiprofile\";i:6075;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6076;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6077;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6078;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6079;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6080;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6081;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6082;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6083;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6084;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6085;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6086;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6087;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6088;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6089;s:32:\"apihelp-query+search-param-limit\";i:6090;s:36:\"apihelp-query+search-param-interwiki\";i:6091;s:34:\"apihelp-query+search-param-backend\";i:6092;s:41:\"apihelp-query+search-param-enablerewrites\";i:6093;s:31:\"apihelp-query+search-param-sort\";i:6094;s:35:\"apihelp-query+search-example-simple\";i:6095;s:33:\"apihelp-query+search-example-text\";i:6096;s:38:\"apihelp-query+search-example-generator\";i:6097;s:30:\"apihelp-query+siteinfo-summary\";i:6098;s:33:\"apihelp-query+siteinfo-param-prop\";i:6099;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6100;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6101;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6102;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6103;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6104;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6105;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6106;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6107;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6108;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6109;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6110;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6111;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6112;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6113;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6114;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6115;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6116;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6117;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6118;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6119;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6120;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6121;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6122;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6123;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6124;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6125;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6126;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6127;s:37:\"apihelp-query+siteinfo-example-simple\";i:6128;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6129;s:37:\"apihelp-query+siteinfo-example-replag\";i:6130;s:36:\"apihelp-query+stashimageinfo-summary\";i:6131;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6132;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6133;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6134;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6135;s:26:\"apihelp-query+tags-summary\";i:6136;s:30:\"apihelp-query+tags-param-limit\";i:6137;s:29:\"apihelp-query+tags-param-prop\";i:6138;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6139;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6140;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6141;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6142;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6143;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6144;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6145;s:33:\"apihelp-query+tags-example-simple\";i:6146;s:31:\"apihelp-query+templates-summary\";i:6147;s:39:\"apihelp-query+templates-param-namespace\";i:6148;s:35:\"apihelp-query+templates-param-limit\";i:6149;s:39:\"apihelp-query+templates-param-templates\";i:6150;s:33:\"apihelp-query+templates-param-dir\";i:6151;s:38:\"apihelp-query+templates-example-simple\";i:6152;s:41:\"apihelp-query+templates-example-generator\";i:6153;s:42:\"apihelp-query+templates-example-namespaces\";i:6154;s:28:\"apihelp-query+tokens-summary\";i:6155;s:31:\"apihelp-query+tokens-param-type\";i:6156;s:35:\"apihelp-query+tokens-example-simple\";i:6157;s:34:\"apihelp-query+tokens-example-types\";i:6158;s:35:\"apihelp-query+transcludedin-summary\";i:6159;s:38:\"apihelp-query+transcludedin-param-prop\";i:6160;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6161;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6162;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6163;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6164;s:39:\"apihelp-query+transcludedin-param-limit\";i:6165;s:38:\"apihelp-query+transcludedin-param-show\";i:6166;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6167;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6168;s:42:\"apihelp-query+transcludedin-example-simple\";i:6169;s:45:\"apihelp-query+transcludedin-example-generator\";i:6170;s:34:\"apihelp-query+usercontribs-summary\";i:6171;s:38:\"apihelp-query+usercontribs-param-limit\";i:6172;s:38:\"apihelp-query+usercontribs-param-start\";i:6173;s:36:\"apihelp-query+usercontribs-param-end\";i:6174;s:37:\"apihelp-query+usercontribs-param-user\";i:6175;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6176;s:40:\"apihelp-query+usercontribs-param-userids\";i:6177;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6178;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6179;s:37:\"apihelp-query+usercontribs-param-prop\";i:6180;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6181;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6182;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6183;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6184;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6185;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6186;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6187;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6188;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6189;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6190;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6191;s:37:\"apihelp-query+usercontribs-param-show\";i:6192;s:36:\"apihelp-query+usercontribs-param-tag\";i:6193;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6194;s:39:\"apihelp-query+usercontribs-example-user\";i:6195;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6196;s:30:\"apihelp-query+userinfo-summary\";i:6197;s:33:\"apihelp-query+userinfo-param-prop\";i:6198;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6199;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6200;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6201;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6202;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6203;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6204;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6205;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6206;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6207;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6208;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6209;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6210;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6211;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6212;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6213;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6214;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6215;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6216;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6217;s:37:\"apihelp-query+userinfo-example-simple\";i:6218;s:35:\"apihelp-query+userinfo-example-data\";i:6219;s:27:\"apihelp-query+users-summary\";i:6220;s:30:\"apihelp-query+users-param-prop\";i:6221;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6222;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6223;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6224;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6225;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6226;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6227;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6228;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6229;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6230;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6231;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6232;s:38:\"apihelp-query+users-param-attachedwiki\";i:6233;s:31:\"apihelp-query+users-param-users\";i:6234;s:33:\"apihelp-query+users-param-userids\";i:6235;s:34:\"apihelp-query+users-example-simple\";i:6236;s:31:\"apihelp-query+watchlist-summary\";i:6237;s:36:\"apihelp-query+watchlist-param-allrev\";i:6238;s:35:\"apihelp-query+watchlist-param-start\";i:6239;s:33:\"apihelp-query+watchlist-param-end\";i:6240;s:39:\"apihelp-query+watchlist-param-namespace\";i:6241;s:34:\"apihelp-query+watchlist-param-user\";i:6242;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6243;s:35:\"apihelp-query+watchlist-param-limit\";i:6244;s:34:\"apihelp-query+watchlist-param-prop\";i:6245;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6246;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6247;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6248;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6249;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6250;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6251;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6252;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6253;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6254;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6255;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6256;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6257;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6258;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6259;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6260;s:34:\"apihelp-query+watchlist-param-show\";i:6261;s:34:\"apihelp-query+watchlist-param-type\";i:6262;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6263;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6264;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6265;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6266;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6267;s:35:\"apihelp-query+watchlist-param-owner\";i:6268;s:35:\"apihelp-query+watchlist-param-token\";i:6269;s:38:\"apihelp-query+watchlist-example-simple\";i:6270;s:37:\"apihelp-query+watchlist-example-props\";i:6271;s:38:\"apihelp-query+watchlist-example-expiry\";i:6272;s:38:\"apihelp-query+watchlist-example-allrev\";i:6273;s:41:\"apihelp-query+watchlist-example-generator\";i:6274;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6275;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6276;s:34:\"apihelp-query+watchlistraw-summary\";i:6277;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6278;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6279;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6280;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6281;s:37:\"apihelp-query+watchlistraw-param-show\";i:6282;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6283;s:38:\"apihelp-query+watchlistraw-param-token\";i:6284;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6285;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6286;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6287;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6288;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6289;s:40:\"apihelp-removeauthenticationdata-summary\";i:6290;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6291;s:29:\"apihelp-resetpassword-summary\";i:6292;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6293;s:32:\"apihelp-resetpassword-param-user\";i:6294;s:33:\"apihelp-resetpassword-param-email\";i:6295;s:34:\"apihelp-resetpassword-example-user\";i:6296;s:35:\"apihelp-resetpassword-example-email\";i:6297;s:30:\"apihelp-revisiondelete-summary\";i:6298;s:33:\"apihelp-revisiondelete-param-type\";i:6299;s:35:\"apihelp-revisiondelete-param-target\";i:6300;s:32:\"apihelp-revisiondelete-param-ids\";i:6301;s:33:\"apihelp-revisiondelete-param-hide\";i:6302;s:33:\"apihelp-revisiondelete-param-show\";i:6303;s:37:\"apihelp-revisiondelete-param-suppress\";i:6304;s:35:\"apihelp-revisiondelete-param-reason\";i:6305;s:33:\"apihelp-revisiondelete-param-tags\";i:6306;s:39:\"apihelp-revisiondelete-example-revision\";i:6307;s:34:\"apihelp-revisiondelete-example-log\";i:6308;s:24:\"apihelp-rollback-summary\";i:6309;s:37:\"apihelp-rollback-extended-description\";i:6310;s:28:\"apihelp-rollback-param-title\";i:6311;s:29:\"apihelp-rollback-param-pageid\";i:6312;s:27:\"apihelp-rollback-param-tags\";i:6313;s:27:\"apihelp-rollback-param-user\";i:6314;s:30:\"apihelp-rollback-param-summary\";i:6315;s:30:\"apihelp-rollback-param-markbot\";i:6316;s:32:\"apihelp-rollback-param-watchlist\";i:6317;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6318;s:31:\"apihelp-rollback-example-simple\";i:6319;s:32:\"apihelp-rollback-example-summary\";i:6320;s:19:\"apihelp-rsd-summary\";i:6321;s:26:\"apihelp-rsd-example-simple\";i:6322;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6323;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6324;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6325;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6326;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6327;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6328;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6329;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6330;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6331;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6332;s:31:\"apihelp-setpagelanguage-summary\";i:6333;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6334;s:35:\"apihelp-setpagelanguage-param-title\";i:6335;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6336;s:34:\"apihelp-setpagelanguage-param-lang\";i:6337;s:36:\"apihelp-setpagelanguage-param-reason\";i:6338;s:34:\"apihelp-setpagelanguage-param-tags\";i:6339;s:40:\"apihelp-setpagelanguage-example-language\";i:6340;s:39:\"apihelp-setpagelanguage-example-default\";i:6341;s:25:\"apihelp-stashedit-summary\";i:6342;s:38:\"apihelp-stashedit-extended-description\";i:6343;s:29:\"apihelp-stashedit-param-title\";i:6344;s:31:\"apihelp-stashedit-param-section\";i:6345;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6346;s:28:\"apihelp-stashedit-param-text\";i:6347;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6348;s:36:\"apihelp-stashedit-param-contentmodel\";i:6349;s:37:\"apihelp-stashedit-param-contentformat\";i:6350;s:33:\"apihelp-stashedit-param-baserevid\";i:6351;s:31:\"apihelp-stashedit-param-summary\";i:6352;s:19:\"apihelp-tag-summary\";i:6353;s:22:\"apihelp-tag-param-rcid\";i:6354;s:23:\"apihelp-tag-param-revid\";i:6355;s:23:\"apihelp-tag-param-logid\";i:6356;s:21:\"apihelp-tag-param-add\";i:6357;s:24:\"apihelp-tag-param-remove\";i:6358;s:24:\"apihelp-tag-param-reason\";i:6359;s:22:\"apihelp-tag-param-tags\";i:6360;s:23:\"apihelp-tag-example-rev\";i:6361;s:23:\"apihelp-tag-example-log\";i:6362;s:23:\"apihelp-unblock-summary\";i:6363;s:24:\"apihelp-unblock-param-id\";i:6364;s:26:\"apihelp-unblock-param-user\";i:6365;s:28:\"apihelp-unblock-param-userid\";i:6366;s:28:\"apihelp-unblock-param-reason\";i:6367;s:26:\"apihelp-unblock-param-tags\";i:6368;s:26:\"apihelp-unblock-example-id\";i:6369;s:28:\"apihelp-unblock-example-user\";i:6370;s:24:\"apihelp-undelete-summary\";i:6371;s:37:\"apihelp-undelete-extended-description\";i:6372;s:28:\"apihelp-undelete-param-title\";i:6373;s:29:\"apihelp-undelete-param-reason\";i:6374;s:27:\"apihelp-undelete-param-tags\";i:6375;s:33:\"apihelp-undelete-param-timestamps\";i:6376;s:30:\"apihelp-undelete-param-fileids\";i:6377;s:32:\"apihelp-undelete-param-watchlist\";i:6378;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6379;s:35:\"apihelp-undelete-param-undeletetalk\";i:6380;s:29:\"apihelp-undelete-example-page\";i:6381;s:34:\"apihelp-undelete-example-revisions\";i:6382;s:29:\"apihelp-unlinkaccount-summary\";i:6383;s:36:\"apihelp-unlinkaccount-example-simple\";i:6384;s:22:\"apihelp-upload-summary\";i:6385;s:35:\"apihelp-upload-extended-description\";i:6386;s:29:\"apihelp-upload-param-filename\";i:6387;s:28:\"apihelp-upload-param-comment\";i:6388;s:25:\"apihelp-upload-param-tags\";i:6389;s:25:\"apihelp-upload-param-text\";i:6390;s:26:\"apihelp-upload-param-watch\";i:6391;s:30:\"apihelp-upload-param-watchlist\";i:6392;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6393;s:35:\"apihelp-upload-param-ignorewarnings\";i:6394;s:25:\"apihelp-upload-param-file\";i:6395;s:24:\"apihelp-upload-param-url\";i:6396;s:28:\"apihelp-upload-param-filekey\";i:6397;s:31:\"apihelp-upload-param-sessionkey\";i:6398;s:26:\"apihelp-upload-param-stash\";i:6399;s:29:\"apihelp-upload-param-filesize\";i:6400;s:27:\"apihelp-upload-param-offset\";i:6401;s:26:\"apihelp-upload-param-chunk\";i:6402;s:26:\"apihelp-upload-param-async\";i:6403;s:32:\"apihelp-upload-param-checkstatus\";i:6404;s:26:\"apihelp-upload-example-url\";i:6405;s:30:\"apihelp-upload-example-filekey\";i:6406;s:26:\"apihelp-userrights-summary\";i:6407;s:29:\"apihelp-userrights-param-user\";i:6408;s:31:\"apihelp-userrights-param-userid\";i:6409;s:28:\"apihelp-userrights-param-add\";i:6410;s:31:\"apihelp-userrights-param-expiry\";i:6411;s:31:\"apihelp-userrights-param-remove\";i:6412;s:31:\"apihelp-userrights-param-reason\";i:6413;s:29:\"apihelp-userrights-param-tags\";i:6414;s:31:\"apihelp-userrights-example-user\";i:6415;s:33:\"apihelp-userrights-example-userid\";i:6416;s:33:\"apihelp-userrights-example-expiry\";i:6417;s:32:\"apihelp-validatepassword-summary\";i:6418;s:45:\"apihelp-validatepassword-extended-description\";i:6419;s:39:\"apihelp-validatepassword-param-password\";i:6420;s:35:\"apihelp-validatepassword-param-user\";i:6421;s:36:\"apihelp-validatepassword-param-email\";i:6422;s:39:\"apihelp-validatepassword-param-realname\";i:6423;s:34:\"apihelp-validatepassword-example-1\";i:6424;s:34:\"apihelp-validatepassword-example-2\";i:6425;s:21:\"apihelp-watch-summary\";i:6426;s:25:\"apihelp-watch-param-title\";i:6427;s:26:\"apihelp-watch-param-expiry\";i:6428;s:27:\"apihelp-watch-param-unwatch\";i:6429;s:27:\"apihelp-watch-example-watch\";i:6430;s:34:\"apihelp-watch-example-watch-expiry\";i:6431;s:29:\"apihelp-watch-example-unwatch\";i:6432;s:31:\"apihelp-watch-example-generator\";i:6433;s:30:\"apihelp-format-example-generic\";i:6434;s:32:\"apihelp-format-param-wrappedhtml\";i:6435;s:20:\"apihelp-json-summary\";i:6436;s:27:\"apihelp-json-param-callback\";i:6437;s:23:\"apihelp-json-param-utf8\";i:6438;s:24:\"apihelp-json-param-ascii\";i:6439;s:32:\"apihelp-json-param-formatversion\";i:6440;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6441;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6442;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6443;s:22:\"apihelp-jsonfm-summary\";i:6444;s:20:\"apihelp-none-summary\";i:6445;s:19:\"apihelp-php-summary\";i:6446;s:31:\"apihelp-php-param-formatversion\";i:6447;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6448;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6449;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6450;s:21:\"apihelp-phpfm-summary\";i:6451;s:21:\"apihelp-rawfm-summary\";i:6452;s:19:\"apihelp-xml-summary\";i:6453;s:22:\"apihelp-xml-param-xslt\";i:6454;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6455;s:21:\"apihelp-xmlfm-summary\";i:6456;s:16:\"api-format-title\";i:6457;s:29:\"api-format-prettyprint-header\";i:6458;s:39:\"api-format-prettyprint-header-only-html\";i:6459;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6460;s:29:\"api-format-prettyprint-status\";i:6461;s:22:\"api-login-fail-aborted\";i:6462;s:30:\"api-login-fail-aborted-nobotpw\";i:6463;s:33:\"api-login-fail-badsessionprovider\";i:6464;s:25:\"api-login-fail-sameorigin\";i:6465;s:24:\"api-pageset-param-titles\";i:6466;s:25:\"api-pageset-param-pageids\";i:6467;s:24:\"api-pageset-param-revids\";i:6468;s:27:\"api-pageset-param-generator\";i:6469;s:37:\"api-pageset-param-redirects-generator\";i:6470;s:39:\"api-pageset-param-redirects-nogenerator\";i:6471;s:31:\"api-pageset-param-converttitles\";i:6472;s:14:\"api-help-title\";i:6473;s:13:\"api-help-lead\";i:6474;s:20:\"api-help-main-header\";i:6475;s:28:\"api-help-undocumented-module\";i:6476;s:14:\"api-help-flags\";i:6477;s:24:\"api-help-flag-deprecated\";i:6478;s:22:\"api-help-flag-internal\";i:6479;s:24:\"api-help-flag-readrights\";i:6480;s:25:\"api-help-flag-writerights\";i:6481;s:26:\"api-help-flag-mustbeposted\";i:6482;s:23:\"api-help-flag-generator\";i:6483;s:15:\"api-help-source\";i:6484;s:23:\"api-help-source-unknown\";i:6485;s:16:\"api-help-license\";i:6486;s:23:\"api-help-license-noname\";i:6487;s:24:\"api-help-license-unknown\";i:6488;s:18:\"api-help-help-urls\";i:6489;s:19:\"api-help-parameters\";i:6490;s:24:\"api-help-parameters-note\";i:6491;s:25:\"api-help-param-deprecated\";i:6492;s:31:\"api-help-param-deprecated-label\";i:6493;s:23:\"api-help-param-internal\";i:6494;s:29:\"api-help-param-internal-label\";i:6495;s:24:\"api-help-param-templated\";i:6496;s:34:\"api-help-param-templated-var-first\";i:6497;s:28:\"api-help-param-templated-var\";i:6498;s:25:\"api-help-datatypes-header\";i:6499;s:22:\"api-help-datatypes-top\";i:6500;s:25:\"api-help-datatype-boolean\";i:6501;s:24:\"api-help-datatype-expiry\";i:6502;s:27:\"api-help-datatype-timestamp\";i:6503;s:31:\"api-help-templatedparams-header\";i:6504;s:24:\"api-help-templatedparams\";i:6505;s:26:\"api-help-param-type-expiry\";i:6506;s:25:\"api-help-param-type-limit\";i:6507;s:35:\"api-help-param-type-presenceboolean\";i:6508;s:29:\"api-help-param-type-timestamp\";i:6509;s:24:\"api-help-param-type-enum\";i:6510;s:29:\"api-help-param-multi-separate\";i:6511;s:24:\"api-help-param-multi-all\";i:6512;s:28:\"api-help-param-default-empty\";i:6513;s:20:\"api-help-param-token\";i:6514;s:26:\"api-help-param-token-webui\";i:6515;s:37:\"api-help-param-disabled-in-miser-mode\";i:6516;s:36:\"api-help-param-limited-in-miser-mode\";i:6517;s:24:\"api-help-param-direction\";i:6518;s:35:\"api-help-paramvalue-direction-newer\";i:6519;s:35:\"api-help-paramvalue-direction-older\";i:6520;s:23:\"api-help-param-continue\";i:6521;s:29:\"api-help-param-no-description\";i:6522;s:17:\"api-help-examples\";i:6523;s:20:\"api-help-permissions\";i:6524;s:31:\"api-help-permissions-granted-to\";i:6525;s:28:\"api-help-right-apihighlimits\";i:6526;s:27:\"api-help-open-in-apisandbox\";i:6527;s:32:\"api-help-no-extended-description\";i:6528;s:34:\"api-help-authmanager-general-usage\";i:6529;s:35:\"api-help-authmanagerhelper-requests\";i:6530;s:34:\"api-help-authmanagerhelper-request\";i:6531;s:40:\"api-help-authmanagerhelper-messageformat\";i:6532;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6533;s:40:\"api-help-authmanagerhelper-preservestate\";i:6534;s:36:\"api-help-authmanagerhelper-returnurl\";i:6535;s:35:\"api-help-authmanagerhelper-continue\";i:6536;s:44:\"api-help-authmanagerhelper-additional-params\";i:6537;s:27:\"apierror-allimages-redirect\";i:6538;s:37:\"apierror-allpages-generator-redirects\";i:6539;s:27:\"apierror-appendnotsupported\";i:6540;s:22:\"apierror-articleexists\";i:6541;s:25:\"apierror-assertanonfailed\";i:6542;s:24:\"apierror-assertbotfailed\";i:6543;s:30:\"apierror-assertnameduserfailed\";i:6544;s:25:\"apierror-assertuserfailed\";i:6545;s:20:\"apierror-autoblocked\";i:6546;s:32:\"apierror-bad-badfilecontexttitle\";i:6547;s:33:\"apierror-badconfig-resulttoosmall\";i:6548;s:20:\"apierror-badcontinue\";i:6549;s:16:\"apierror-baddiff\";i:6550;s:18:\"apierror-baddiffto\";i:6551;s:26:\"apierror-badformat-generic\";i:6552;s:18:\"apierror-badformat\";i:6553;s:34:\"apierror-badgenerator-notgenerator\";i:6554;s:29:\"apierror-badgenerator-unknown\";i:6555;s:14:\"apierror-badip\";i:6556;s:15:\"apierror-badmd5\";i:6557;s:31:\"apierror-badmodule-badsubmodule\";i:6558;s:31:\"apierror-badmodule-nosubmodules\";i:6559;s:21:\"apierror-badparameter\";i:6560;s:17:\"apierror-badquery\";i:6561;s:21:\"apierror-badtimestamp\";i:6562;s:17:\"apierror-badtoken\";i:6563;s:18:\"apierror-badupload\";i:6564;s:15:\"apierror-badurl\";i:6565;s:16:\"apierror-baduser\";i:6566;s:31:\"apierror-badvalue-notmultivalue\";i:6567;s:28:\"apierror-bad-watchlist-token\";i:6568;s:24:\"apierror-blockedfrommail\";i:6569;s:16:\"apierror-blocked\";i:6570;s:24:\"apierror-blocked-partial\";i:6571;s:25:\"apierror-botsnotsupported\";i:6572;s:33:\"apierror-cannot-async-upload-file\";i:6573;s:29:\"apierror-cannotreauthenticate\";i:6574;s:24:\"apierror-cannotviewtitle\";i:6575;s:24:\"apierror-cantblock-email\";i:6576;s:18:\"apierror-cantblock\";i:6577;s:31:\"apierror-cantchangecontentmodel\";i:6578;s:17:\"apierror-canthide\";i:6579;s:26:\"apierror-cantimport-upload\";i:6580;s:19:\"apierror-cantimport\";i:6581;s:33:\"apierror-cantoverwrite-sharedfile\";i:6582;s:17:\"apierror-cantsend\";i:6583;s:21:\"apierror-cantundelete\";i:6584;s:33:\"apierror-cantview-deleted-comment\";i:6585;s:37:\"apierror-cantview-deleted-description\";i:6586;s:34:\"apierror-cantview-deleted-metadata\";i:6587;s:42:\"apierror-cantview-deleted-revision-content\";i:6588;s:29:\"apierror-changeauth-norequest\";i:6589;s:40:\"apierror-changecontentmodel-missingtitle\";i:6590;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6591;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6592;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6593;s:24:\"apierror-chunk-too-small\";i:6594;s:21:\"apierror-cidrtoobroad\";i:6595;s:33:\"apierror-compare-maintextrequired\";i:6596;s:25:\"apierror-compare-no-title\";i:6597;s:34:\"apierror-compare-nosuchfromsection\";i:6598;s:32:\"apierror-compare-nosuchtosection\";i:6599;s:31:\"apierror-compare-nofromrevision\";i:6600;s:23:\"apierror-compare-notext\";i:6601;s:29:\"apierror-compare-notorevision\";i:6602;s:26:\"apierror-concurrency-limit\";i:6603;s:36:\"apierror-compare-relative-to-deleted\";i:6604;s:36:\"apierror-compare-relative-to-nothing\";i:6605;s:38:\"apierror-contentserializationexception\";i:6606;s:22:\"apierror-contenttoobig\";i:6607;s:30:\"apierror-contentmodel-mismatch\";i:6608;s:28:\"apierror-copyuploadbaddomain\";i:6609;s:25:\"apierror-copyuploadbadurl\";i:6610;s:27:\"apierror-create-titleexists\";i:6611;s:19:\"apierror-csp-report\";i:6612;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6613;s:32:\"apierror-deletedrevs-param-not-3\";i:6614;s:29:\"apierror-edit-invalidredirect\";i:6615;s:24:\"apierror-emptynewsection\";i:6616;s:18:\"apierror-emptypage\";i:6617;s:24:\"apierror-exceptioncaught\";i:6618;s:28:\"apierror-exceptioncaughttype\";i:6619;s:25:\"apierror-filedoesnotexist\";i:6620;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6621;s:19:\"apierror-filenopath\";i:6622;s:32:\"apierror-filetypecannotberotated\";i:6623;s:18:\"apierror-formatphp\";i:6624;s:28:\"apierror-imageusage-badtitle\";i:6625;s:28:\"apierror-import-unknownerror\";i:6626;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6627;s:35:\"apierror-integeroutofrange-abovemax\";i:6628;s:39:\"apierror-integeroutofrange-belowminimum\";i:6629;s:24:\"apierror-invalidcategory\";i:6630;s:22:\"apierror-invalid-chunk\";i:6631;s:22:\"apierror-invalidexpiry\";i:6632;s:25:\"apierror-invalid-file-key\";i:6633;s:23:\"apierror-invalidiprange\";i:6634;s:20:\"apierror-invalidlang\";i:6635;s:22:\"apierror-invalidmethod\";i:6636;s:24:\"apierror-invalidoldimage\";i:6637;s:38:\"apierror-invalidparammix-cannotusewith\";i:6638;s:36:\"apierror-invalidparammix-mustusewith\";i:6639;s:42:\"apierror-invalidparammix-parse-new-section\";i:6640;s:24:\"apierror-invalidparammix\";i:6641;s:23:\"apierror-invalidsection\";i:6642;s:30:\"apierror-invalidsha1base36hash\";i:6643;s:24:\"apierror-invalidsha1hash\";i:6644;s:21:\"apierror-invalidtitle\";i:6645;s:24:\"apierror-invalidurlparam\";i:6646;s:20:\"apierror-invaliduser\";i:6647;s:22:\"apierror-invaliduserid\";i:6648;s:21:\"apierror-ipoutofrange\";i:6649;s:17:\"apierror-maxbytes\";i:6650;s:17:\"apierror-maxchars\";i:6651;s:23:\"apierror-maxlag-generic\";i:6652;s:15:\"apierror-maxlag\";i:6653;s:27:\"apierror-mimesearchdisabled\";i:6654;s:30:\"apierror-missingcontent-pageid\";i:6655;s:29:\"apierror-missingcontent-revid\";i:6656;s:34:\"apierror-missingcontent-revid-role\";i:6657;s:37:\"apierror-missingparam-at-least-one-of\";i:6658;s:28:\"apierror-missingparam-one-of\";i:6659;s:21:\"apierror-missingparam\";i:6660;s:26:\"apierror-missingrev-pageid\";i:6661;s:25:\"apierror-missingrev-title\";i:6662;s:32:\"apierror-missingtitle-createonly\";i:6663;s:21:\"apierror-missingtitle\";i:6664;s:28:\"apierror-missingtitle-byname\";i:6665;s:23:\"apierror-moduledisabled\";i:6666;s:29:\"apierror-multival-only-one-of\";i:6667;s:18:\"apierror-multpages\";i:6668;s:34:\"apierror-mustbeloggedin-changeauth\";i:6669;s:31:\"apierror-mustbeloggedin-generic\";i:6670;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6671;s:34:\"apierror-mustbeloggedin-removeauth\";i:6672;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6673;s:23:\"apierror-mustbeloggedin\";i:6674;s:21:\"apierror-mustbeposted\";i:6675;s:23:\"apierror-mustpostparams\";i:6676;s:19:\"apierror-noapiwrite\";i:6677;s:18:\"apierror-nochanges\";i:6678;s:25:\"apierror-nodeleteablefile\";i:6679;s:26:\"apierror-no-direct-editing\";i:6680;s:20:\"apierror-noedit-anon\";i:6681;s:15:\"apierror-noedit\";i:6682;s:29:\"apierror-noimageredirect-anon\";i:6683;s:24:\"apierror-noimageredirect\";i:6684;s:20:\"apierror-nosuchlogid\";i:6685;s:21:\"apierror-nosuchpageid\";i:6686;s:19:\"apierror-nosuchrcid\";i:6687;s:20:\"apierror-nosuchrevid\";i:6688;s:22:\"apierror-nosuchsection\";i:6689;s:27:\"apierror-nosuchsection-what\";i:6690;s:21:\"apierror-nosuchuserid\";i:6691;s:17:\"apierror-notarget\";i:6692;s:23:\"apierror-notpatrollable\";i:6693;s:23:\"apierror-nouploadmodule\";i:6694;s:33:\"apierror-opensearch-json-warnings\";i:6695;s:24:\"apierror-pagecannotexist\";i:6696;s:20:\"apierror-pagedeleted\";i:6697;s:26:\"apierror-pagelang-disabled\";i:6698;s:19:\"apierror-paramempty\";i:6699;s:30:\"apierror-parsetree-notwikitext\";i:6700;s:36:\"apierror-parsetree-notwikitext-title\";i:6701;s:19:\"apierror-pastexpiry\";i:6702;s:25:\"apierror-permissiondenied\";i:6703;s:33:\"apierror-permissiondenied-generic\";i:6704;s:36:\"apierror-permissiondenied-patrolflag\";i:6705;s:33:\"apierror-permissiondenied-unblock\";i:6706;s:29:\"apierror-prefixsearchdisabled\";i:6707;s:30:\"apierror-promised-nonwrite-api\";i:6708;s:30:\"apierror-protect-invalidaction\";i:6709;s:29:\"apierror-protect-invalidlevel\";i:6710;s:20:\"apierror-ratelimited\";i:6711;s:22:\"apierror-readapidenied\";i:6712;s:17:\"apierror-readonly\";i:6713;s:23:\"apierror-reauthenticate\";i:6714;s:28:\"apierror-redirect-appendonly\";i:6715;s:33:\"apierror-revdel-mutuallyexclusive\";i:6716;s:26:\"apierror-revdel-needtarget\";i:6717;s:27:\"apierror-revdel-paramneeded\";i:6718;s:24:\"apierror-revisions-badid\";i:6719;s:27:\"apierror-revisions-norevids\";i:6720;s:29:\"apierror-revisions-singlepage\";i:6721;s:21:\"apierror-revwrongpage\";i:6722;s:23:\"apierror-searchdisabled\";i:6723;s:29:\"apierror-sectionreplacefailed\";i:6724;s:29:\"apierror-sectionsnotsupported\";i:6725;s:34:\"apierror-sectionsnotsupported-what\";i:6726;s:13:\"apierror-show\";i:6727;s:34:\"apierror-siteinfo-includealldenied\";i:6728;s:25:\"apierror-sizediffdisabled\";i:6729;s:21:\"apierror-spamdetected\";i:6730;s:32:\"apierror-specialpage-cantexecute\";i:6731;s:28:\"apierror-stashedfilenotfound\";i:6732;s:30:\"apierror-stashedit-missingtext\";i:6733;s:23:\"apierror-stashexception\";i:6734;s:29:\"apierror-stashfailed-complete\";i:6735;s:30:\"apierror-stashfailed-nosession\";i:6736;s:25:\"apierror-stashfilestorage\";i:6737;s:25:\"apierror-stashinvalidfile\";i:6738;s:27:\"apierror-stashnosuchfilekey\";i:6739;s:25:\"apierror-stashpathinvalid\";i:6740;s:24:\"apierror-stashwrongowner\";i:6741;s:24:\"apierror-stashzerolength\";i:6742;s:22:\"apierror-systemblocked\";i:6743;s:38:\"apierror-templateexpansion-notwikitext\";i:6744;s:23:\"apierror-toofewexpiries\";i:6745;s:22:\"apierror-toomanyvalues\";i:6746;s:22:\"apierror-unknownaction\";i:6747;s:30:\"apierror-unknownerror-editpage\";i:6748;s:28:\"apierror-unknownerror-nocode\";i:6749;s:21:\"apierror-unknownerror\";i:6750;s:22:\"apierror-unknownformat\";i:6751;s:27:\"apierror-unrecognizedparams\";i:6752;s:26:\"apierror-unrecognizedvalue\";i:6753;s:24:\"apierror-unsupportedrepo\";i:6754;s:29:\"apierror-upload-filekeyneeded\";i:6755;s:33:\"apierror-upload-filekeynotallowed\";i:6756;s:26:\"apierror-upload-inprogress\";i:6757;s:29:\"apierror-upload-missingresult\";i:6758;s:23:\"apierror-urlparamnormal\";i:6759;s:23:\"apierror-writeapidenied\";i:6760;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6761;s:19:\"apiwarn-badurlparam\";i:6762;s:15:\"apiwarn-badutf8\";i:6763;s:34:\"apiwarn-checktoken-percentencoding\";i:6764;s:23:\"apiwarn-compare-no-next\";i:6765;s:23:\"apiwarn-compare-no-prev\";i:6766;s:30:\"apiwarn-compare-nocontentmodel\";i:6767;s:31:\"apiwarn-deprecation-deletedrevs\";i:6768;s:33:\"apiwarn-deprecation-httpsexpected\";i:6769;s:31:\"apiwarn-deprecation-login-botpw\";i:6770;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6771;s:31:\"apiwarn-deprecation-login-token\";i:6772;s:32:\"apiwarn-deprecation-missingparam\";i:6773;s:29:\"apiwarn-deprecation-parameter\";i:6774;s:35:\"apiwarn-deprecation-parse-headitems\";i:6775;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6776;s:29:\"apiwarn-deprecation-purge-get\";i:6777;s:35:\"apiwarn-deprecation-withreplacement\";i:6778;s:20:\"apiwarn-difftohidden\";i:6779;s:26:\"apiwarn-errorprinterfailed\";i:6780;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6781;s:23:\"apiwarn-invalidcategory\";i:6782;s:20:\"apiwarn-invalidtitle\";i:6783;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6784;s:28:\"apiwarn-invalidxmlstylesheet\";i:6785;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6786;s:26:\"apiwarn-moduleswithoutvars\";i:6787;s:15:\"apiwarn-notfile\";i:6788;s:30:\"apiwarn-nothumb-noimagehandler\";i:6789;s:28:\"apiwarn-parse-nocontentmodel\";i:6790;s:30:\"apiwarn-parse-revidwithouttext\";i:6791;s:30:\"apiwarn-parse-titlewithouttext\";i:6792;s:26:\"apiwarn-redirectsandrevids\";i:6793;s:21:\"apiwarn-tokens-origin\";i:6794;s:23:\"apiwarn-truncatedresult\";i:6795;s:27:\"apiwarn-unclearnowtimestamp\";i:6796;s:26:\"apiwarn-unrecognizedvalues\";i:6797;s:24:\"apiwarn-unsupportedarray\";i:6798;s:21:\"apiwarn-urlparamwidth\";i:6799;s:33:\"apiwarn-validationfailed-badchars\";i:6800;s:32:\"apiwarn-validationfailed-badpref\";i:6801;s:34:\"apiwarn-validationfailed-cannotset\";i:6802;s:35:\"apiwarn-validationfailed-keytoolong\";i:6803;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6804;s:24:\"apiwarn-validationfailed\";i:6805;s:18:\"apiwarn-wgdebugapi\";i:6806;s:20:\"api-feed-error-title\";i:6807;s:16:\"api-usage-docref\";i:6808;s:25:\"api-usage-mailinglist-ref\";i:6809;s:19:\"api-exception-trace\";i:6810;s:18:\"api-credits-header\";i:6811;s:11:\"api-credits\";i:6812;s:20:\"rest-prefix-mismatch\";i:6813;s:17:\"rest-wrong-method\";i:6814;s:13:\"rest-no-match\";i:6815;s:22:\"rest-nonexistent-title\";i:6816;s:31:\"rest-nonexistent-title-revision\";i:6817;s:25:\"rest-nonexistent-revision\";i:6818;s:21:\"rest-nonexistent-user\";i:6819;s:17:\"rest-invalid-user\";i:6820;s:27:\"rest-permission-denied-anon\";i:6821;s:28:\"rest-permission-denied-title\";i:6822;s:31:\"rest-permission-denied-revision\";i:6823;s:28:\"rest-resource-limit-exceeded\";i:6824;s:36:\"rest-pagehistory-incompatible-params\";i:6825;s:34:\"rest-pagehistory-param-range-error\";i:6826;s:32:\"rest-pagehistory-timestamp-error\";i:6827;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6828;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6829;s:26:\"rest-compare-page-mismatch\";i:6830;s:30:\"rest-compare-permission-denied\";i:6831;s:24:\"rest-compare-nonexistent\";i:6832;s:25:\"rest-compare-inaccessible\";i:6833;s:26:\"rest-compare-wrong-content\";i:6834;s:22:\"rest-compare-wikidiff2\";i:6835;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6836;s:17:\"rest-search-error\";i:6837;s:27:\"rest-page-source-type-error\";i:6838;s:16:\"rest-no-revision\";i:6839;s:25:\"rest-media-too-many-links\";i:6840;s:23:\"rest-html-backend-error\";i:6841;s:18:\"rest-bad-json-body\";i:6842;s:26:\"rest-json-body-parse-error\";i:6843;s:23:\"rest-missing-body-field\";i:6844;s:22:\"rest-bad-content-model\";i:6845;s:30:\"rest-update-cannot-create-page\";i:6846;s:26:\"rest-extraneous-csrf-token\";i:6847;s:21:\"rest-cannot-load-file\";i:6848;s:28:\"rest-cross-origin-anon-write\";i:6849;s:31:\"rest-requires-safe-against-csrf\";i:6850;s:13:\"rest-badtoken\";i:6851;s:30:\"ooui-outline-control-move-down\";i:6852;s:28:\"ooui-outline-control-move-up\";i:6853;s:27:\"ooui-outline-control-remove\";i:6854;s:17:\"ooui-toolbar-more\";i:6855;s:21:\"ooui-toolgroup-expand\";i:6856;s:23:\"ooui-toolgroup-collapse\";i:6857;s:16:\"ooui-item-remove\";i:6858;s:26:\"ooui-dialog-message-accept\";i:6859;s:26:\"ooui-dialog-message-reject\";i:6860;s:25:\"ooui-dialog-process-error\";i:6861;s:27:\"ooui-dialog-process-dismiss\";i:6862;s:25:\"ooui-dialog-process-retry\";i:6863;s:28:\"ooui-dialog-process-continue\";i:6864;s:26:\"ooui-combobox-button-label\";i:6865;s:29:\"ooui-selectfile-button-select\";i:6866;s:38:\"ooui-selectfile-button-select-multiple\";i:6867;s:29:\"ooui-selectfile-not-supported\";i:6868;s:27:\"ooui-selectfile-placeholder\";i:6869;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6870;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6871;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6872;s:15:\"ooui-field-help\";i:6873;s:22:\"paramvalidator-badbool\";i:6874;s:24:\"paramvalidator-badexpiry\";i:6875;s:33:\"paramvalidator-badexpiry-duration\";i:6876;s:37:\"paramvalidator-badexpiry-duration-max\";i:6877;s:29:\"paramvalidator-badexpiry-past\";i:6878;s:23:\"paramvalidator-badfloat\";i:6879;s:33:\"paramvalidator-badfloat-notfinite\";i:6880;s:25:\"paramvalidator-badinteger\";i:6881;s:27:\"paramvalidator-badtimestamp\";i:6882;s:34:\"paramvalidator-badupload-cantwrite\";i:6883;s:33:\"paramvalidator-badupload-formsize\";i:6884;s:32:\"paramvalidator-badupload-inisize\";i:6885;s:31:\"paramvalidator-badupload-nofile\";i:6886;s:33:\"paramvalidator-badupload-notmpdir\";i:6887;s:34:\"paramvalidator-badupload-notupload\";i:6888;s:32:\"paramvalidator-badupload-partial\";i:6889;s:31:\"paramvalidator-badupload-phpext\";i:6890;s:33:\"paramvalidator-badvalue-enummulti\";i:6891;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6892;s:31:\"paramvalidator-deprecated-value\";i:6893;s:26:\"paramvalidator-emptystring\";i:6894;s:23:\"paramvalidator-maxbytes\";i:6895;s:23:\"paramvalidator-maxchars\";i:6896;s:27:\"paramvalidator-missingparam\";i:6897;s:23:\"paramvalidator-notmulti\";i:6898;s:29:\"paramvalidator-outofrange-max\";i:6899;s:32:\"paramvalidator-outofrange-minmax\";i:6900;s:29:\"paramvalidator-outofrange-min\";i:6901;s:31:\"paramvalidator-param-deprecated\";i:6902;s:30:\"paramvalidator-param-sensitive\";i:6903;s:28:\"paramvalidator-toomanyvalues\";i:6904;s:34:\"paramvalidator-unclearnowtimestamp\";i:6905;s:33:\"paramvalidator-unrecognizedvalues\";i:6906;s:27:\"paramvalidator-help-default\";i:6907;s:33:\"paramvalidator-help-default-empty\";i:6908;s:30:\"paramvalidator-help-deprecated\";i:6909;s:34:\"paramvalidator-help-multi-separate\";i:6910;s:29:\"paramvalidator-help-multi-max\";i:6911;s:36:\"paramvalidator-help-multi-max-simple\";i:6912;s:29:\"paramvalidator-help-multi-all\";i:6913;s:28:\"paramvalidator-help-required\";i:6914;s:32:\"paramvalidator-help-type-boolean\";i:6915;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6916;s:29:\"paramvalidator-help-type-enum\";i:6917;s:31:\"paramvalidator-help-type-expiry\";i:6918;s:30:\"paramvalidator-help-type-float\";i:6919;s:32:\"paramvalidator-help-type-integer\";i:6920;s:30:\"paramvalidator-help-type-limit\";i:6921;s:35:\"paramvalidator-help-type-number-max\";i:6922;s:38:\"paramvalidator-help-type-number-minmax\";i:6923;s:35:\"paramvalidator-help-type-number-min\";i:6924;s:40:\"paramvalidator-help-type-presenceboolean\";i:6925;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6926;s:40:\"paramvalidator-help-type-string-maxchars\";i:6927;s:34:\"paramvalidator-help-type-timestamp\";i:6928;s:31:\"paramvalidator-help-type-upload\";i:6929;s:15:\"skinname-vector\";i:6930;s:20:\"skinname-vector-2022\";i:6931;s:26:\"vector-specialversion-name\";i:6932;s:16:\"vector-skin-desc\";i:6933;s:34:\"prefs-vector-enable-vector-1-label\";i:6934;s:33:\"prefs-vector-enable-vector-1-help\";i:6935;s:14:\"vector-opt-out\";i:6936;s:22:\"vector-opt-out-tooltip\";i:6937;s:10:\"vector.css\";i:6938;s:9:\"vector.js\";i:6939;s:28:\"vector-action-toggle-sidebar\";i:6940;s:16:\"vector-languages\";i:6941;s:33:\"vector-language-button-aria-label\";i:6942;s:28:\"vector-language-button-label\";i:6943;s:31:\"vector-no-language-button-label\";i:6944;s:36:\"vector-no-language-button-aria-label\";i:6945;s:31:\"vector-language-redirect-to-top\";i:6946;s:38:\"vector-language-variant-switcher-label\";i:6947;s:23:\"vector-jumptonavigation\";i:6948;s:19:\"vector-jumptosearch\";i:6949;s:20:\"vector-jumptocontent\";i:6950;s:20:\"vector-search-loader\";i:6951;s:31:\"vector-searchsuggest-containing\";i:6952;s:17:\"vector-intro-page\";i:6953;s:18:\"vector-toc-heading\";i:6954;s:34:\"vector-toc-toggle-position-sidebar\";i:6955;s:32:\"vector-toc-toggle-position-title\";i:6956;s:20:\"vector-toc-beginning\";i:6957;s:30:\"vector-toc-toggle-button-label\";i:6958;s:27:\"vector-anon-user-menu-pages\";i:6959;s:33:\"vector-anon-user-menu-pages-learn\";i:6960;s:33:\"vector-anon-user-menu-pages-label\";i:6961;s:24:\"vector-main-menu-tooltip\";i:6962;s:23:\"vector-toc-menu-tooltip\";i:6963;s:35:\"vector-toc-collapsible-button-label\";i:6964;s:30:\"vector-article-tools-nav-label\";i:6965;s:21:\"vector-site-nav-label\";i:6966;s:26:\"vector-2022-prefs-talkpage\";i:6967;s:35:\"tooltip-vector-anon-user-menu-title\";i:6968;s:10:\"wikieditor\";i:6969;s:15:\"wikieditor-desc\";i:6970;s:23:\"wikieditor-wikitext-tab\";i:6971;s:18:\"wikieditor-loading\";i:6972;s:29:\"wikieditor-preview-preference\";i:6973;s:22:\"wikieditor-preview-tab\";i:6974;s:30:\"wikieditor-preview-changes-tab\";i:6975;s:26:\"wikieditor-preview-loading\";i:6976;s:29:\"wikieditor-publish-preference\";i:6977;s:33:\"wikieditor-publish-button-publish\";i:6978;s:32:\"wikieditor-publish-button-cancel\";i:6979;s:31:\"wikieditor-publish-dialog-title\";i:6980;s:33:\"wikieditor-publish-dialog-summary\";i:6981;s:31:\"wikieditor-publish-dialog-minor\";i:6982;s:31:\"wikieditor-publish-dialog-watch\";i:6983;s:33:\"wikieditor-publish-dialog-publish\";i:6984;s:32:\"wikieditor-publish-dialog-goback\";i:6985;s:18:\"wikieditor-toolbar\";i:6986;s:23:\"wikieditor-toolbar-desc\";i:6987;s:29:\"wikieditor-toolbar-preference\";i:6988;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6989;s:26:\"wikieditor-toolbar-loading\";i:6990;s:28:\"wikieditor-toolbar-tool-bold\";i:6991;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6992;s:30:\"wikieditor-toolbar-tool-italic\";i:6993;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6994;s:29:\"wikieditor-toolbar-tool-ilink\";i:6995;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6996;s:29:\"wikieditor-toolbar-tool-xlink\";i:6997;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6998;s:28:\"wikieditor-toolbar-tool-link\";i:6999;s:34:\"wikieditor-toolbar-tool-link-title\";i:7000;s:32:\"wikieditor-toolbar-tool-link-int\";i:7001;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:7002;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:7003;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:7004;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:7005;s:32:\"wikieditor-toolbar-tool-link-ext\";i:7006;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:7007;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:7008;s:35:\"wikieditor-toolbar-tool-link-insert\";i:7009;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:7010;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:7011;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:7012;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:7013;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:7014;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:7015;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7016;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:7017;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7018;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:7019;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:7020;s:34:\"wikieditor-toolbar-tool-link-empty\";i:7021;s:28:\"wikieditor-toolbar-tool-file\";i:7022;s:36:\"wikieditor-toolbar-tool-file-example\";i:7023;s:34:\"wikieditor-toolbar-tool-file-title\";i:7024;s:30:\"wikieditor-toolbar-file-target\";i:7025;s:31:\"wikieditor-toolbar-file-caption\";i:7026;s:28:\"wikieditor-toolbar-file-size\";i:7027;s:29:\"wikieditor-toolbar-file-float\";i:7028;s:31:\"wikieditor-toolbar-file-default\";i:7029;s:30:\"wikieditor-toolbar-file-format\";i:7030;s:35:\"wikieditor-toolbar-file-format-none\";i:7031;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7032;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7033;s:33:\"wikieditor-toolbar-tool-reference\";i:7034;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7035;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7036;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7037;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7038;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7039;s:33:\"wikieditor-toolbar-tool-signature\";i:7040;s:35:\"wikieditor-toolbar-section-advanced\";i:7041;s:31:\"wikieditor-toolbar-tool-heading\";i:7042;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7043;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7044;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7045;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7046;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7047;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7048;s:31:\"wikieditor-toolbar-group-format\";i:7049;s:29:\"wikieditor-toolbar-tool-ulist\";i:7050;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7051;s:29:\"wikieditor-toolbar-tool-olist\";i:7052;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7053;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7054;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7055;s:32:\"wikieditor-toolbar-tool-redirect\";i:7056;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7057;s:27:\"wikieditor-toolbar-tool-big\";i:7058;s:35:\"wikieditor-toolbar-tool-big-example\";i:7059;s:29:\"wikieditor-toolbar-tool-small\";i:7060;s:37:\"wikieditor-toolbar-tool-small-example\";i:7061;s:35:\"wikieditor-toolbar-tool-superscript\";i:7062;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7063;s:33:\"wikieditor-toolbar-tool-subscript\";i:7064;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7065;s:31:\"wikieditor-toolbar-group-insert\";i:7066;s:31:\"wikieditor-toolbar-tool-gallery\";i:7067;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7068;s:31:\"wikieditor-toolbar-tool-newline\";i:7069;s:29:\"wikieditor-toolbar-tool-table\";i:7070;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7071;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7072;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7073;s:35:\"wikieditor-toolbar-tool-table-title\";i:7074;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7075;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7076;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7077;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7078;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7079;s:37:\"wikieditor-toolbar-tool-table-example\";i:7080;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7081;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7082;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7083;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7084;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7085;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7086;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7087;s:31:\"wikieditor-toolbar-tool-replace\";i:7088;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7089;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7090;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7091;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7092;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7093;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7094;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7095;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7096;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7097;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7098;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7099;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7100;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7101;s:37:\"wikieditor-toolbar-section-characters\";i:7102;s:31:\"wikieditor-toolbar-section-help\";i:7103;s:43:\"wikieditor-toolbar-help-heading-description\";i:7104;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7105;s:38:\"wikieditor-toolbar-help-heading-result\";i:7106;s:35:\"wikieditor-toolbar-help-page-format\";i:7107;s:33:\"wikieditor-toolbar-help-page-link\";i:7108;s:36:\"wikieditor-toolbar-help-page-heading\";i:7109;s:33:\"wikieditor-toolbar-help-page-list\";i:7110;s:33:\"wikieditor-toolbar-help-page-file\";i:7111;s:38:\"wikieditor-toolbar-help-page-reference\";i:7112;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7113;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7114;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7115;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7116;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7117;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:7118;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:7119;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7120;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7121;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7122;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7123;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7124;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7125;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7126;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7127;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7128;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7129;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7130;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7131;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7132;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7133;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7134;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7135;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7136;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7137;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7138;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7139;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7140;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7141;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7142;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7143;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7144;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7145;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7146;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7147;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7148;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7149;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:7150;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7151;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7152;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7153;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7154;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7155;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7156;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7157;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7158;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7159;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7160;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7161;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7162;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7163;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7164;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7165;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7166;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7167;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7168;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7169;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7170;s:20:\"syntaxhighlight-desc\";i:7171;s:30:\"syntaxhighlight-error-category\";i:7172;s:35:\"syntaxhighlight-error-category-desc\";i:7173;s:32:\"syntaxhighlight-enclose-category\";i:7174;s:37:\"syntaxhighlight-enclose-category-desc\";i:7175;s:31:\"syntaxhighlight-source-category\";i:7176;s:36:\"syntaxhighlight-source-category-desc\";i:7177;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7178;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7179;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7180;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7181;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7182;s:38:\"syntaxhighlight-error-unknown-language\";i:7183;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7184;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7185;s:22:\"action-mf-uploadbutton\";i:7186;s:20:\"beta-feature-minerva\";i:7187;s:32:\"beta-feature-minerva-description\";i:7188;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7189;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7190;s:37:\"mobile-frontend-account-create-submit\";i:7191;s:25:\"mobile-frontend-app-title\";i:7192;s:38:\"mobile-frontend-back-to-top-of-section\";i:7193;s:34:\"mobile-frontend-categories-heading\";i:7194;s:37:\"mobile-frontend-categories-subheading\";i:7195;s:32:\"mobile-frontend-categories-nocat\";i:7196;s:30:\"mobile-frontend-categories-add\";i:7197;s:33:\"mobile-frontend-categories-search\";i:7198;s:34:\"mobile-frontend-categories-nomatch\";i:7199;s:33:\"mobile-frontend-categories-nodata\";i:7200;s:34:\"mobile-frontend-categories-summary\";i:7201;s:38:\"mobile-frontend-categories-add-heading\";i:7202;s:35:\"mobile-frontend-categories-add-wait\";i:7203;s:33:\"mobile-frontend-categories-normal\";i:7204;s:33:\"mobile-frontend-categories-hidden\";i:7205;s:30:\"mobile-frontend-changeslist-ip\";i:7206;s:28:\"mobile-frontend-clear-search\";i:7207;s:37:\"mobile-frontend-commons-category-view\";i:7208;s:36:\"mobile-frontend-contribution-summary\";i:7209;s:32:\"mobile-frontend-cookies-required\";i:7210;s:32:\"mobile-frontend-current-language\";i:7211;s:20:\"mobile-frontend-desc\";i:7212;s:33:\"mobile-frontend-diffview-404-desc\";i:7213;s:34:\"mobile-frontend-diffview-404-title\";i:7214;s:34:\"mobile-frontend-diffview-anonymous\";i:7215;s:35:\"mobile-frontend-diffview-bytesadded\";i:7216;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7217;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7218;s:30:\"mobile-frontend-diffview-comma\";i:7219;s:34:\"mobile-frontend-diffview-editcount\";i:7220;s:34:\"mobile-frontend-diffview-explained\";i:7221;s:30:\"mobile-frontend-diffview-title\";i:7222;s:30:\"mobile-frontend-disable-images\";i:7223;s:36:\"mobile-frontend-dismiss-notification\";i:7224;s:33:\"mobile-frontend-donate-image-anon\";i:7225;s:36:\"mobile-frontend-donate-image-heading\";i:7226;s:41:\"mobile-frontend-donate-image-login-action\";i:7227;s:38:\"mobile-frontend-donate-image-nouploads\";i:7228;s:42:\"mobile-frontend-donate-image-signup-action\";i:7229;s:34:\"mobile-frontend-donate-image-title\";i:7230;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7231;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7232;s:29:\"mobile-frontend-drawer-cancel\";i:7233;s:31:\"mobile-frontend-pointer-dismiss\";i:7234;s:33:\"mobile-frontend-edit-login-action\";i:7235;s:34:\"mobile-frontend-edit-signup-action\";i:7236;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7237;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7238;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7239;s:27:\"mobile-frontend-editor-anon\";i:7240;s:34:\"mobile-frontend-editor-anonwarning\";i:7241;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7242;s:35:\"mobile-frontend-editor-blocked-info\";i:7243;s:29:\"mobile-frontend-editor-cancel\";i:7244;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7245;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7246;s:31:\"mobile-frontend-editor-continue\";i:7247;s:26:\"mobile-frontend-editor-cta\";i:7248;s:31:\"mobile-frontend-editor-disabled\";i:7249;s:30:\"mobile-frontend-editor-editing\";i:7250;s:35:\"mobile-frontend-editor-editing-page\";i:7251;s:28:\"mobile-frontend-editor-error\";i:7252;s:37:\"mobile-frontend-editor-error-conflict\";i:7253;s:36:\"mobile-frontend-editor-error-loading\";i:7254;s:36:\"mobile-frontend-editor-error-preview\";i:7255;s:35:\"mobile-frontend-editor-keep-editing\";i:7256;s:32:\"mobile-frontend-editor-licensing\";i:7257;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7258;s:33:\"mobile-frontend-editor-terms-link\";i:7259;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7260;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7261;s:34:\"mobile-frontend-editor-placeholder\";i:7262;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7263;s:38:\"mobile-frontend-editor-previewing-page\";i:7264;s:37:\"mobile-frontend-editor-redirect-title\";i:7265;s:27:\"mobile-frontend-editor-save\";i:7266;s:30:\"mobile-frontend-editor-success\";i:7267;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7268;s:39:\"mobile-frontend-editor-success-new-page\";i:7269;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7270;s:38:\"mobile-frontend-editor-summary-request\";i:7271;s:30:\"mobile-frontend-editor-summary\";i:7272;s:37:\"mobile-frontend-editor-switch-confirm\";i:7273;s:36:\"mobile-frontend-editor-switch-editor\";i:7274;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7275;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7276;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7277;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7278;s:34:\"mobile-frontend-editor-unavailable\";i:7279;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7280;s:35:\"mobile-frontend-editor-uploadenable\";i:7281;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7282;s:27:\"mobile-frontend-editor-wait\";i:7283;s:36:\"mobile-frontend-editor-redlink-leave\";i:7284;s:38:\"mobile-frontend-editor-redlink-explain\";i:7285;s:37:\"mobile-frontend-editor-redlink-create\";i:7286;s:27:\"mobile-frontend-editor-bold\";i:7287;s:29:\"mobile-frontend-editor-italic\";i:7288;s:32:\"mobile-frontend-editor-bold-text\";i:7289;s:34:\"mobile-frontend-editor-italic-text\";i:7290;s:32:\"mobile-frontend-editor-reference\";i:7291;s:39:\"mobile-frontend-editor-insert-reference\";i:7292;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7293;s:36:\"mobile-frontend-editor-add-reference\";i:7294;s:29:\"mobile-frontend-enable-images\";i:7295;s:43:\"mobile-frontend-expand-sections-description\";i:7296;s:38:\"mobile-frontend-expand-sections-status\";i:7297;s:32:\"mobile-frontend-fontchanger-link\";i:7298;s:32:\"mobile-frontend-fontchanger-desc\";i:7299;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7300;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7301;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7302;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7303;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7304;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7305;s:30:\"mobile-frontend-footer-contact\";i:7306;s:31:\"mobile-frontend-footer-sitename\";i:7307;s:32:\"mobile-frontend-generic-404-desc\";i:7308;s:33:\"mobile-frontend-generic-404-title\";i:7309;s:33:\"mobile-frontend-generic-login-new\";i:7310;s:37:\"mobile-frontend-generic-signup-action\";i:7311;s:23:\"mobile-frontend-history\";i:7312;s:32:\"mobile-frontend-history-404-desc\";i:7313;s:33:\"mobile-frontend-history-404-title\";i:7314;s:34:\"mobile-frontend-history-no-results\";i:7315;s:36:\"mobile-frontend-image-cancel-confirm\";i:7316;s:38:\"mobile-frontend-image-heading-describe\";i:7317;s:31:\"mobile-frontend-image-uploading\";i:7318;s:29:\"mobile-frontend-images-status\";i:7319;s:31:\"mobile-frontend-language-header\";i:7320;s:32:\"mobile-frontend-language-heading\";i:7321;s:36:\"mobile-frontend-language-site-choose\";i:7322;s:39:\"mobile-frontend-language-variant-header\";i:7323;s:34:\"mobile-frontend-languages-404-desc\";i:7324;s:35:\"mobile-frontend-languages-404-title\";i:7325;s:32:\"mobile-frontend-languages-header\";i:7326;s:37:\"mobile-frontend-languages-header-page\";i:7327;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7328;s:30:\"mobile-frontend-languages-text\";i:7329;s:40:\"mobile-frontend-languages-variant-header\";i:7330;s:34:\"mobile-frontend-last-modified-days\";i:7331;s:35:\"mobile-frontend-last-modified-hours\";i:7332;s:38:\"mobile-frontend-last-modified-just-now\";i:7333;s:37:\"mobile-frontend-last-modified-minutes\";i:7334;s:36:\"mobile-frontend-last-modified-months\";i:7335;s:37:\"mobile-frontend-last-modified-seconds\";i:7336;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7337;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7338;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7339;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7340;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7341;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7342;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7343;s:35:\"mobile-frontend-last-modified-years\";i:7344;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7345;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7346;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7347;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7348;s:26:\"mobile-frontend-logged-out\";i:7349;s:25:\"mobile-frontend-main-menu\";i:7350;s:30:\"mobile-frontend-main-menu-back\";i:7351;s:34:\"mobile-frontend-main-menu-featured\";i:7352;s:32:\"mobile-frontend-main-menu-logout\";i:7353;s:36:\"mobile-frontend-main-menu-page-title\";i:7354;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7355;s:32:\"mobile-frontend-main-menu-upload\";i:7356;s:29:\"mobile-frontend-media-details\";i:7357;s:34:\"mobile-frontend-media-license-link\";i:7358;s:32:\"mobile-frontend-meta-data-issues\";i:7359;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7360;s:39:\"mobile-frontend-meta-data-issues-header\";i:7361;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7362;s:29:\"mobile-frontend-missing-image\";i:7363;s:31:\"mobile-frontend-nearby-distance\";i:7364;s:38:\"mobile-frontend-nearby-distance-meters\";i:7365;s:28:\"mobile-frontend-nearby-error\";i:7366;s:37:\"mobile-frontend-nearby-error-guidance\";i:7367;s:30:\"mobile-frontend-nearby-loading\";i:7368;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7369;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7370;s:32:\"mobile-frontend-nearby-noresults\";i:7371;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7372;s:33:\"mobile-frontend-nearby-permission\";i:7373;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7374;s:30:\"mobile-frontend-nearby-refresh\";i:7375;s:35:\"mobile-frontend-nearby-requirements\";i:7376;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7377;s:28:\"mobile-frontend-nearby-title\";i:7378;s:34:\"mobile-frontend-nearby-sectiontext\";i:7379;s:30:\"mobile-frontend-opt-in-explain\";i:7380;s:29:\"mobile-frontend-overlay-close\";i:7381;s:32:\"mobile-frontend-overlay-continue\";i:7382;s:34:\"mobile-frontend-page-menu-contents\";i:7383;s:33:\"mobile-frontend-page-menu-history\";i:7384;s:42:\"mobile-frontend-page-menu-language-current\";i:7385;s:33:\"mobile-frontend-page-edit-summary\";i:7386;s:24:\"mobile-frontend-password\";i:7387;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7388;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7389;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7390;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7391;s:31:\"mobile-frontend-photo-licensing\";i:7392;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7393;s:31:\"mobile-frontend-photo-ownership\";i:7394;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7395;s:36:\"mobile-frontend-photo-ownership-help\";i:7396;s:28:\"mobile-frontend-photo-submit\";i:7397;s:28:\"mobile-frontend-photo-upload\";i:7398;s:33:\"mobile-frontend-photo-upload-anon\";i:7399;s:36:\"mobile-frontend-photo-upload-comment\";i:7400;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7401;s:34:\"mobile-frontend-photo-upload-error\";i:7402;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7403;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7404;s:36:\"mobile-frontend-photo-upload-generic\";i:7405;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7406;s:44:\"mobile-frontend-photo-upload-success-article\";i:7407;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7408;s:39:\"mobile-frontend-photo-upload-user-count\";i:7409;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7410;s:31:\"mobile-frontend-placeholder-app\";i:7411;s:32:\"mobile-frontend-placeholder-beta\";i:7412;s:40:\"mobile-frontend-profile-activity-heading\";i:7413;s:29:\"mobile-frontend-profile-error\";i:7414;s:38:\"mobile-frontend-profile-footer-ancient\";i:7415;s:35:\"mobile-frontend-profile-footer-days\";i:7416;s:37:\"mobile-frontend-profile-footer-months\";i:7417;s:36:\"mobile-frontend-profile-footer-years\";i:7418;s:33:\"mobile-frontend-profile-last-edit\";i:7419;s:34:\"mobile-frontend-profile-last-thank\";i:7420;s:30:\"mobile-frontend-profile-noargs\";i:7421;s:30:\"mobile-frontend-profile-nouser\";i:7422;s:29:\"mobile-frontend-profile-title\";i:7423;s:37:\"mobile-frontend-profile-userpage-link\";i:7424;s:32:\"mobile-frontend-profile-usertalk\";i:7425;s:35:\"mobile-frontend-references-citation\";i:7426;s:28:\"mobile-frontend-regular-site\";i:7427;s:31:\"mobile-frontend-requires-mobile\";i:7428;s:30:\"mobile-frontend-requires-optin\";i:7429;s:30:\"mobile-frontend-requires-title\";i:7430;s:26:\"mobile-frontend-save-error\";i:7431;s:29:\"mobile-frontend-save-settings\";i:7432;s:32:\"mobile-frontend-saving-exit-page\";i:7433;s:30:\"mobile-frontend-search-content\";i:7434;s:41:\"mobile-frontend-search-content-no-results\";i:7435;s:33:\"mobile-frontend-search-no-results\";i:7436;s:29:\"mobile-frontend-search-submit\";i:7437;s:39:\"mobile-frontend-settings-images-explain\";i:7438;s:29:\"mobile-frontend-settings-beta\";i:7439;s:41:\"mobile-frontend-settings-site-description\";i:7440;s:36:\"mobile-frontend-settings-site-header\";i:7441;s:37:\"mobile-frontend-sign-in-error-heading\";i:7442;s:31:\"mobile-frontend-sign-in-heading\";i:7443;s:27:\"mobile-frontend-sign-in-why\";i:7444;s:31:\"mobile-frontend-sign-up-heading\";i:7445;s:29:\"mobile-frontend-talk-fullpage\";i:7446;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7447;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7448;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7449;s:33:\"mobile-frontend-talk-back-to-page\";i:7450;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7451;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7452;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7453;s:33:\"mobile-frontend-talk-edit-summary\";i:7454;s:30:\"mobile-frontend-talk-explained\";i:7455;s:36:\"mobile-frontend-talk-explained-empty\";i:7456;s:35:\"mobile-frontend-talk-overlay-header\";i:7457;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7458;s:26:\"mobile-frontend-talk-reply\";i:7459;s:31:\"mobile-frontend-talk-reply-info\";i:7460;s:34:\"mobile-frontend-talk-reply-success\";i:7461;s:35:\"mobile-frontend-talk-topic-feedback\";i:7462;s:32:\"mobile-frontend-talk-topic-error\";i:7463;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7464;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7465;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7466;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7467;s:31:\"mobile-frontend-talk-topic-wait\";i:7468;s:25:\"mobile-frontend-terms-url\";i:7469;s:30:\"mobile-frontend-thanked-notice\";i:7470;s:28:\"mobile-frontend-user-account\";i:7471;s:35:\"mobile-frontend-user-button-tooltip\";i:7472;s:32:\"mobile-frontend-user-newmessages\";i:7473;s:24:\"mobile-frontend-user-cta\";i:7474;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7475;s:24:\"mobile-frontend-username\";i:7476;s:27:\"mobile-frontend-view-source\";i:7477;s:27:\"mobile-frontend-watch-login\";i:7478;s:29:\"mobile-frontend-watchlist-a-z\";i:7479;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7480;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7481;s:29:\"mobile-frontend-watchlist-add\";i:7482;s:35:\"mobile-frontend-watchlist-back-home\";i:7483;s:29:\"mobile-frontend-watchlist-cta\";i:7484;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7485;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7486;s:30:\"mobile-frontend-watchlist-feed\";i:7487;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7488;s:36:\"mobile-frontend-watchlist-filter-all\";i:7489;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7490;s:38:\"mobile-frontend-watchlist-filter-other\";i:7491;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7492;s:38:\"mobile-frontend-watchlist-login-action\";i:7493;s:30:\"mobile-frontend-watchlist-more\";i:7494;s:37:\"mobile-frontend-watchlist-please-wait\";i:7495;s:31:\"mobile-frontend-watchlist-error\";i:7496;s:33:\"mobile-frontend-watchlist-purpose\";i:7497;s:33:\"mobile-frontend-watchlist-removed\";i:7498;s:39:\"mobile-frontend-watchlist-signup-action\";i:7499;s:30:\"mobile-frontend-watchlist-view\";i:7500;s:36:\"mobile-frontend-quick-lookup-looking\";i:7501;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7502;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7503;s:10:\"mobile.css\";i:7504;s:9:\"mobile.js\";i:7505;s:6:\"nearby\";i:7506;s:21:\"right-mf-uploadbutton\";i:7507;s:27:\"tag-mobile_edit-description\";i:7508;s:31:\"tag-mobile_web_edit-description\";i:7509;s:16:\"skinname-minerva\";i:7510;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7511;s:30:\"apihelp-mobileview-description\";i:7512;s:29:\"apihelp-mobileview-param-page\";i:7513;s:33:\"apihelp-mobileview-param-redirect\";i:7514;s:33:\"apihelp-mobileview-param-sections\";i:7515;s:29:\"apihelp-mobileview-param-prop\";i:7516;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7517;s:36:\"apihelp-mobileview-param-sectionprop\";i:7518;s:34:\"apihelp-mobileview-param-pageprops\";i:7519;s:32:\"apihelp-mobileview-param-variant\";i:7520;s:33:\"apihelp-mobileview-param-noimages\";i:7521;s:35:\"apihelp-mobileview-param-noheadings\";i:7522;s:36:\"apihelp-mobileview-param-notransform\";i:7523;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7524;s:31:\"apihelp-mobileview-param-offset\";i:7525;s:31:\"apihelp-mobileview-param-maxlen\";i:7526;s:34:\"apihelp-mobileview-param-thumbsize\";i:7527;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7528;s:36:\"apihelp-mobileview-param-thumbheight\";i:7529;s:28:\"apihelp-mobileview-example-1\";i:7530;s:28:\"apihelp-mobileview-example-2\";i:7531;s:28:\"apihelp-mobileview-example-3\";i:7532;s:32:\"apihelp-parse-param-mobileformat\";i:7533;s:28:\"apihelp-parse-param-noimages\";i:7534;s:28:\"apihelp-parse-param-mainpage\";i:7535;s:35:\"mobile-frontend-donate-button-label\";i:7536;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7537;s:31:\"mobile-frontend-loading-message\";i:7538;s:31:\"mobile-frontend-console-recruit\";i:7539;s:34:\"mobile-frontend-browse-tags-header\";i:7540;s:24:\"mobile-frontend-panel-ok\";i:7541;s:28:\"mobile-frontend-panel-cancel\";i:7542;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7543;s:41:\"mobile-frontend-search-feedback-link-text\";i:7544;s:38:\"mobile-frontend-search-feedback-prompt\";i:7545;s:20:\"googleanalytics-desc\";i:7546;s:17:\"right-noanalytics\";}}'),('ady-cyrl','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('ady-cyrl','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ady-cyrl','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ady-cyrl','messages:about','s:33:\"ady-cyrl:Фэгъэхьыгъэу\";'),('ady-cyrl','messages:aboutpage','s:41:\"ady-cyrl:Project:Фэгъэхьыгъэу\";'),('ady-cyrl','messages:aboutsite','s:46:\"ady-cyrl:{{SITENAME}} фэгъэхьыгъэу\";'),('ady-cyrl','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('ady-cyrl','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ady-cyrl','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ady-cyrl','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ady-cyrl','messages:accesskey-ca-history','s:4:\"en:h\";'),('ady-cyrl','messages:accesskey-ca-move','s:4:\"en:m\";'),('ady-cyrl','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ady-cyrl','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ady-cyrl','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ady-cyrl','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ady-cyrl','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ady-cyrl','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ady-cyrl','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ady-cyrl','messages:accesskey-ca-view','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ady-cyrl','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ady-cyrl','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ady-cyrl','messages:accesskey-diff','s:4:\"en:v\";'),('ady-cyrl','messages:accesskey-export','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-feed-atom','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-feed-rss','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-import','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-minoredit','s:4:\"en:i\";'),('ady-cyrl','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-n-help','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ady-cyrl','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ady-cyrl','messages:accesskey-n-portal','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ady-cyrl','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ady-cyrl','messages:accesskey-p-logo','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-preview','s:4:\"en:p\";'),('ady-cyrl','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ady-cyrl','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ady-cyrl','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ady-cyrl','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-pt-login','s:4:\"en:o\";'),('ady-cyrl','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ady-cyrl','messages:accesskey-pt-logout','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ady-cyrl','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ady-cyrl','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ady-cyrl','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ady-cyrl','messages:accesskey-publish','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-save','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-search','s:4:\"en:f\";'),('ady-cyrl','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-search-go','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-summary','s:4:\"en:b\";'),('ady-cyrl','messages:accesskey-t-contributions','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-t-info','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-t-permalink','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-t-print','s:4:\"en:p\";'),('ady-cyrl','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ady-cyrl','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ady-cyrl','messages:accesskey-t-upload','s:4:\"en:u\";'),('ady-cyrl','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ady-cyrl','messages:accesskey-upload','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-watch','s:4:\"en:w\";'),('ady-cyrl','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ady-cyrl','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ady-cyrl','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ady-cyrl','messages:accmailtext','s:176:\"en:A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the <em>[[Special:ChangePassword|change password]]</em> page upon logging in.\";'),('ady-cyrl','messages:accmailtitle','s:49:\"ady-cyrl:ШъэфгущыIэр агъэхьыгъ\";'),('ady-cyrl','messages:accountcreated','s:42:\"ady-cyrl:Аккаунтыр ублагъэ\";'),('ady-cyrl','messages:accountcreatedtext','s:94:\"en:The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.\";'),('ady-cyrl','messages:acct_creation_throttle_hit','s:252:\"en:Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last $2, which is the maximum allowed in this time period.\nAs a result, visitors using this IP address cannot create any more accounts at the moment.\";'),('ady-cyrl','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('ady-cyrl','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('ady-cyrl','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('ady-cyrl','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('ady-cyrl','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('ady-cyrl','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('ady-cyrl','messages:action-block','s:31:\"en:block this user from editing\";'),('ady-cyrl','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('ady-cyrl','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('ady-cyrl','messages:action-browsearchive','s:73:\"ady-cyrl:тегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady-cyrl','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('ady-cyrl','messages:action-createaccount','s:59:\"ady-cyrl:мы нэбгырэм и аккаунт ублэн\";'),('ady-cyrl','messages:action-createpage','s:44:\"ady-cyrl:нэкIубгъомэ я ублэн\";'),('ady-cyrl','messages:action-createtalk','s:64:\"ady-cyrl:тегущыIэнэ нэкIубгъомэ я ублэн\";'),('ady-cyrl','messages:action-delete','s:47:\"ady-cyrl:мы нэкIубгъор тегъэкI\";'),('ady-cyrl','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('ady-cyrl','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('ady-cyrl','messages:action-deletedhistory','s:88:\"ady-cyrl:мы нэкIубгъом и тегъэкIыгъэ тарихъым еплъын\";'),('ady-cyrl','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('ady-cyrl','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('ady-cyrl','messages:action-deleterevision','s:42:\"ady-cyrl:мы версиер тегъэкI\";'),('ady-cyrl','messages:action-edit','s:41:\"ady-cyrl:мы нэкIубгъом еIаз\";'),('ady-cyrl','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('ady-cyrl','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('ady-cyrl','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('ady-cyrl','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('ady-cyrl','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('ady-cyrl','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('ady-cyrl','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('ady-cyrl','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('ady-cyrl','messages:action-editmywatchlist','s:47:\"ady-cyrl:уи лъыплъэ купым еIаз\";'),('ady-cyrl','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ady-cyrl','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ady-cyrl','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('ady-cyrl','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('ady-cyrl','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('ady-cyrl','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('ady-cyrl','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('ady-cyrl','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('ady-cyrl','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('ady-cyrl','messages:action-history','s:66:\"ady-cyrl:мы нэкIубгъом и тарихъым еплъын\";'),('ady-cyrl','messages:action-import','s:64:\"ady-cyrl:нэмыкI виким нэкIубгъохэр къих\";'),('ady-cyrl','messages:action-importupload','s:73:\"ady-cyrl:илъхьэгъэ файлэм нэкIубгъохэр къих\";'),('ady-cyrl','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('ady-cyrl','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('ady-cyrl','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('ady-cyrl','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('ady-cyrl','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('ady-cyrl','messages:action-minoredit','s:61:\"ady-cyrl:мы еIэзэныгъэр цIыкIоу гъэнаф\";'),('ady-cyrl','messages:action-move','s:52:\"ady-cyrl:мы нэкIубгъом ыцIэ хъожь\";'),('ady-cyrl','messages:action-move-categorypages','s:63:\"ady-cyrl:хьы категорием и нэкIубгъохэр\";'),('ady-cyrl','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('ady-cyrl','messages:action-move-subpages','s:76:\"ady-cyrl:хьы мы нэкIубгъори, кIэтнэкIубгъохэри\";'),('ady-cyrl','messages:action-movefile','s:33:\"ady-cyrl:хьы мы файлыр\";'),('ady-cyrl','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('ady-cyrl','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('ady-cyrl','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('ady-cyrl','messages:action-pagelang','s:59:\"ady-cyrl:мы нэкIубгъом ыбзэ зэблэхъу\";'),('ady-cyrl','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('ady-cyrl','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('ady-cyrl','messages:action-protect','s:19:\"ady-cyrl:Ухъум\";'),('ady-cyrl','messages:action-purge','s:18:\"en:purge this page\";'),('ady-cyrl','messages:action-read','s:40:\"ady-cyrl:едж мы нэкIубгъом\";'),('ady-cyrl','messages:action-reupload','s:53:\"ady-cyrl:мы файлыр икIэу къэтхыжь\";'),('ady-cyrl','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('ady-cyrl','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('ady-cyrl','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('ady-cyrl','messages:action-sendemail','s:38:\"ady-cyrl:емэйлхэр ягъэхь\";'),('ady-cyrl','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('ady-cyrl','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('ady-cyrl','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('ady-cyrl','messages:action-suppressrevision','s:87:\"ady-cyrl:еплъи зэтегъэуцожь мы гъэбылъыгъэ версиер\";'),('ady-cyrl','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('ady-cyrl','messages:action-undelete','s:51:\"ady-cyrl:мы нэкIубгъор теМыгъэкI\";'),('ady-cyrl','messages:action-unwatchedpages','s:81:\"ady-cyrl:зылъыМыплъэхэрэ нэкIубгъо купым яплъын\";'),('ady-cyrl','messages:action-upload','s:37:\"ady-cyrl:илъхь мы файлэр\";'),('ady-cyrl','messages:action-upload_by_url','s:52:\"ady-cyrl:илъхь мы файлыр мы URL-кIэ\";'),('ady-cyrl','messages:action-userrights','s:23:\"en:edit all user rights\";'),('ady-cyrl','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('ady-cyrl','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('ady-cyrl','messages:action-viewmywatchlist','s:48:\"ady-cyrl:уи лъыплъэ купым еплъ\";'),('ady-cyrl','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('ady-cyrl','messages:action-writeapi','s:62:\"ady-cyrl:еIэзэныгъэмэ апае API гъэфедэн\";'),('ady-cyrl','messages:actioncomplete','s:35:\"ady-cyrl:ЗэшIогъэкIыгъэ\";'),('ady-cyrl','messages:actionfailed','s:37:\"ady-cyrl:ЗэшIогъэкIыгъэп\";'),('ady-cyrl','messages:actions','s:27:\"ady-cyrl:ШӀагъэхэр\";'),('ady-cyrl','messages:actionthrottled','s:19:\"en:Action throttled\";'),('ady-cyrl','messages:actionthrottledtext','s:182:\"en:As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.\";'),('ady-cyrl','messages:activeusers','s:20:\"en:Active users list\";'),('ady-cyrl','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('ady-cyrl','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('ady-cyrl','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('ady-cyrl','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('ady-cyrl','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('ady-cyrl','messages:activeusers-noresult','s:52:\"ady-cyrl:Нэбгырэ пари гъотыгъэп.\";'),('ady-cyrl','messages:activeusers-submit','s:23:\"en:Display active users\";'),('ady-cyrl','messages:activeusers-summary','s:3:\"en:\";'),('ady-cyrl','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('ady-cyrl','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ady-cyrl','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ady-cyrl','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ady-cyrl','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ady-cyrl','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ady-cyrl','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ady-cyrl','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('ady-cyrl','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('ady-cyrl','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('ady-cyrl','messages:addsection','s:4:\"en:+\";'),('ady-cyrl','messages:addsection-editintro','s:3:\"en:\";'),('ady-cyrl','messages:addsection-preload','s:3:\"en:\";'),('ady-cyrl','messages:addwatch','s:51:\"ady-cyrl:Лъыплъэ купым хэгъахъу\";'),('ady-cyrl','messages:ago','s:9:\"en:$1 ago\";'),('ady-cyrl','messages:all-logs-page','s:18:\"en:All public logs\";'),('ady-cyrl','messages:allarticles','s:40:\"ady-cyrl:НэкӀубгъо пстэур\";'),('ady-cyrl','messages:allinnamespace','s:62:\"ady-cyrl:НэкIубгъо пстэур ($1 цIэчIыпIэр)\";'),('ady-cyrl','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('ady-cyrl','messages:allmessages','s:44:\"ady-cyrl:Системэ мессаджхэр\";'),('ady-cyrl','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('ady-cyrl','messages:allmessages-filter-all','s:18:\"ady-cyrl:ЗэкIэ\";'),('ady-cyrl','messages:allmessages-filter-legend','s:19:\"ady-cyrl:Филтр\";'),('ady-cyrl','messages:allmessages-filter-modified','s:30:\"ady-cyrl:ЗэхъокIыгъэ\";'),('ady-cyrl','messages:allmessages-filter-submit','s:15:\"ady-cyrl:КӀо\";'),('ady-cyrl','messages:allmessages-filter-translate','s:22:\"ady-cyrl:ЗэдзэкI\";'),('ady-cyrl','messages:allmessages-filter-unmodified','s:34:\"ady-cyrl:ЗэмыхъакIыгъэ\";'),('ady-cyrl','messages:allmessages-language','s:16:\"ady-cyrl:Бзэ:\";'),('ady-cyrl','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('ady-cyrl','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('ady-cyrl','messages:allmessagescurrent','s:51:\"ady-cyrl:Джырэ мессаджым итекст\";'),('ady-cyrl','messages:allmessagesdefault','s:23:\"en:Default message text\";'),('ady-cyrl','messages:allmessagesname','s:14:\"ady-cyrl:ЦIэ\";'),('ady-cyrl','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('ady-cyrl','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('ady-cyrl','messages:allpages','s:39:\"ady-cyrl:НэкIубгъо пстэур\";'),('ady-cyrl','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('ady-cyrl','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('ady-cyrl','messages:allpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('ady-cyrl','messages:allpagesfrom','s:29:\"en:Display pages starting at:\";'),('ady-cyrl','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('ady-cyrl','messages:allpagessubmit','s:14:\"ady-cyrl:KӀо\";'),('ady-cyrl','messages:allpagesto','s:27:\"en:Display pages ending at:\";'),('ady-cyrl','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ady-cyrl','messages:ancientpages','s:47:\"ady-cyrl:Жъыдэдэ нэкIубгъохэр\";'),('ady-cyrl','messages:ancientpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:and','s:22:\"ady-cyrl:&#32;ыкӀи\";'),('ady-cyrl','messages:anoncontribs','s:25:\"ady-cyrl:Лэжьыгъэ\";'),('ady-cyrl','messages:anoneditwarning','s:390:\"ady-cyrl:<strong>Сакъ:</strong>Системэм ухэхьагъэп. Уи IP-адресыр зэкIэми алъэгъушъущт зыгорэм ухэIазэмэ. <strong>[$1 ухахьэмэ]</strong> е <strong>[$2 аккаунт уублэмэ]</strong>, уи еIэзэнхэр уи нэбгырацIэм пышIэгъэщтых, нэмыкI шIуагъэхэм анэмыкIэу.\";'),('ady-cyrl','messages:anonnotice','s:4:\"en:-\";'),('ady-cyrl','messages:anononlyblock','s:13:\"en:anon. only\";'),('ady-cyrl','messages:anonpreviewwarning','s:102:\"en:<em>You are not logged in. Publishing will record your IP address in this page\'s edit history.</em>\";'),('ady-cyrl','messages:anontalk','s:45:\"ady-cyrl:Мы IP-адресым тегущыI\";'),('ady-cyrl','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('ady-cyrl','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('ady-cyrl','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('ady-cyrl','messages:anonymous','s:53:\"en:Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}\";'),('ady-cyrl','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('ady-cyrl','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('ady-cyrl','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('ady-cyrl','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('ady-cyrl','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('ady-cyrl','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('ady-cyrl','messages:api-credits-header','s:10:\"en:Credits\";'),('ady-cyrl','messages:api-error-badtoken','s:58:\"ady-cyrl:ЫкIоцI фыкъуагъэ: Токен дэй.\";'),('ady-cyrl','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ady-cyrl','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('ady-cyrl','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('ady-cyrl','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('ady-cyrl','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ady-cyrl','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('ady-cyrl','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('ady-cyrl','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ady-cyrl','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ady-cyrl','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ady-cyrl','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('ady-cyrl','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('ady-cyrl','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('ady-cyrl','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('ady-cyrl','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ady-cyrl','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ady-cyrl','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ady-cyrl','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('ady-cyrl','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ady-cyrl','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('ady-cyrl','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('ady-cyrl','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('ady-cyrl','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('ady-cyrl','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('ady-cyrl','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('ady-cyrl','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('ady-cyrl','messages:api-help-flags','s:3:\"en:\";'),('ady-cyrl','messages:api-help-help-urls','s:3:\"en:\";'),('ady-cyrl','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ady-cyrl','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('ady-cyrl','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('ady-cyrl','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('ady-cyrl','messages:api-help-main-header','s:14:\"en:Main module\";'),('ady-cyrl','messages:api-help-no-extended-description','s:3:\"en:\";'),('ady-cyrl','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('ady-cyrl','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('ady-cyrl','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('ady-cyrl','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('ady-cyrl','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('ady-cyrl','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('ady-cyrl','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('ady-cyrl','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('ady-cyrl','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('ady-cyrl','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ady-cyrl','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ady-cyrl','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('ady-cyrl','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('ady-cyrl','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('ady-cyrl','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('ady-cyrl','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('ady-cyrl','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ady-cyrl','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('ady-cyrl','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('ady-cyrl','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ady-cyrl','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('ady-cyrl','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ady-cyrl','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ady-cyrl','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('ady-cyrl','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ady-cyrl','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ady-cyrl','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ady-cyrl','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('ady-cyrl','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('ady-cyrl','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('ady-cyrl','messages:api-help-source','s:13:\"en:Source: $1\";'),('ady-cyrl','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('ady-cyrl','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ady-cyrl','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('ady-cyrl','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('ady-cyrl','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('ady-cyrl','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady-cyrl','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady-cyrl','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('ady-cyrl','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('ady-cyrl','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('ady-cyrl','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('ady-cyrl','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('ady-cyrl','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('ady-cyrl','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('ady-cyrl','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('ady-cyrl','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('ady-cyrl','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('ady-cyrl','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('ady-cyrl','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('ady-cyrl','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('ady-cyrl','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('ady-cyrl','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('ady-cyrl','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('ady-cyrl','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('ady-cyrl','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('ady-cyrl','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('ady-cyrl','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('ady-cyrl','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('ady-cyrl','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('ady-cyrl','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('ady-cyrl','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('ady-cyrl','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('ady-cyrl','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('ady-cyrl','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('ady-cyrl','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('ady-cyrl','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('ady-cyrl','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('ady-cyrl','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('ady-cyrl','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('ady-cyrl','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('ady-cyrl','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('ady-cyrl','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('ady-cyrl','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('ady-cyrl','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('ady-cyrl','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ady-cyrl','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('ady-cyrl','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('ady-cyrl','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('ady-cyrl','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('ady-cyrl','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('ady-cyrl','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('ady-cyrl','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('ady-cyrl','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('ady-cyrl','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('ady-cyrl','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('ady-cyrl','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('ady-cyrl','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('ady-cyrl','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('ady-cyrl','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('ady-cyrl','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('ady-cyrl','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('ady-cyrl','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('ady-cyrl','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('ady-cyrl','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('ady-cyrl','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('ady-cyrl','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('ady-cyrl','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ady-cyrl','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ady-cyrl','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ady-cyrl','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ady-cyrl','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('ady-cyrl','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('ady-cyrl','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('ady-cyrl','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('ady-cyrl','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('ady-cyrl','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('ady-cyrl','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('ady-cyrl','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('ady-cyrl','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('ady-cyrl','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('ady-cyrl','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('ady-cyrl','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('ady-cyrl','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ady-cyrl','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('ady-cyrl','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('ady-cyrl','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('ady-cyrl','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('ady-cyrl','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('ady-cyrl','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('ady-cyrl','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('ady-cyrl','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('ady-cyrl','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('ady-cyrl','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('ady-cyrl','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ady-cyrl','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('ady-cyrl','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('ady-cyrl','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('ady-cyrl','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('ady-cyrl','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('ady-cyrl','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('ady-cyrl','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('ady-cyrl','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('ady-cyrl','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('ady-cyrl','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('ady-cyrl','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('ady-cyrl','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('ady-cyrl','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('ady-cyrl','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('ady-cyrl','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('ady-cyrl','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('ady-cyrl','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ady-cyrl','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('ady-cyrl','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('ady-cyrl','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('ady-cyrl','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('ady-cyrl','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('ady-cyrl','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('ady-cyrl','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('ady-cyrl','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('ady-cyrl','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('ady-cyrl','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('ady-cyrl','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ady-cyrl','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('ady-cyrl','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('ady-cyrl','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ady-cyrl','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('ady-cyrl','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('ady-cyrl','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ady-cyrl','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ady-cyrl','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('ady-cyrl','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('ady-cyrl','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('ady-cyrl','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('ady-cyrl','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('ady-cyrl','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('ady-cyrl','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('ady-cyrl','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('ady-cyrl','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('ady-cyrl','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('ady-cyrl','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('ady-cyrl','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('ady-cyrl','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('ady-cyrl','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('ady-cyrl','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('ady-cyrl','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('ady-cyrl','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('ady-cyrl','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('ady-cyrl','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('ady-cyrl','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('ady-cyrl','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('ady-cyrl','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('ady-cyrl','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('ady-cyrl','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('ady-cyrl','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('ady-cyrl','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('ady-cyrl','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('ady-cyrl','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('ady-cyrl','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('ady-cyrl','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('ady-cyrl','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('ady-cyrl','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('ady-cyrl','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('ady-cyrl','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('ady-cyrl','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('ady-cyrl','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('ady-cyrl','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('ady-cyrl','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('ady-cyrl','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('ady-cyrl','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('ady-cyrl','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('ady-cyrl','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('ady-cyrl','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('ady-cyrl','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('ady-cyrl','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('ady-cyrl','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('ady-cyrl','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('ady-cyrl','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('ady-cyrl','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('ady-cyrl','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('ady-cyrl','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('ady-cyrl','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('ady-cyrl','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('ady-cyrl','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('ady-cyrl','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('ady-cyrl','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('ady-cyrl','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('ady-cyrl','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('ady-cyrl','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('ady-cyrl','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('ady-cyrl','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('ady-cyrl','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('ady-cyrl','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('ady-cyrl','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('ady-cyrl','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('ady-cyrl','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('ady-cyrl','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('ady-cyrl','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('ady-cyrl','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('ady-cyrl','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('ady-cyrl','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('ady-cyrl','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('ady-cyrl','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('ady-cyrl','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('ady-cyrl','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('ady-cyrl','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('ady-cyrl','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('ady-cyrl','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('ady-cyrl','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('ady-cyrl','messages:apierror-stashexception','s:5:\"en:$1\";'),('ady-cyrl','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('ady-cyrl','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('ady-cyrl','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('ady-cyrl','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('ady-cyrl','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('ady-cyrl','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('ady-cyrl','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('ady-cyrl','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('ady-cyrl','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('ady-cyrl','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('ady-cyrl','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('ady-cyrl','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('ady-cyrl','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('ady-cyrl','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ady-cyrl','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('ady-cyrl','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('ady-cyrl','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('ady-cyrl','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('ady-cyrl','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('ady-cyrl','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('ady-cyrl','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('ady-cyrl','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('ady-cyrl','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('ady-cyrl','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('ady-cyrl','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('ady-cyrl','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('ady-cyrl','messages:apihelp','s:11:\"en:API help\";'),('ady-cyrl','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('ady-cyrl','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('ady-cyrl','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('ady-cyrl','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ady-cyrl','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('ady-cyrl','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('ady-cyrl','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('ady-cyrl','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('ady-cyrl','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ady-cyrl','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('ady-cyrl','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('ady-cyrl','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ady-cyrl','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('ady-cyrl','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('ady-cyrl','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('ady-cyrl','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ady-cyrl','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('ady-cyrl','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ady-cyrl','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('ady-cyrl','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('ady-cyrl','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('ady-cyrl','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('ady-cyrl','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('ady-cyrl','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('ady-cyrl','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('ady-cyrl','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('ady-cyrl','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('ady-cyrl','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('ady-cyrl','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('ady-cyrl','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('ady-cyrl','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('ady-cyrl','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('ady-cyrl','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ady-cyrl','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('ady-cyrl','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('ady-cyrl','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('ady-cyrl','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('ady-cyrl','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('ady-cyrl','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('ady-cyrl','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('ady-cyrl','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ady-cyrl','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('ady-cyrl','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('ady-cyrl','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('ady-cyrl','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ady-cyrl','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('ady-cyrl','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('ady-cyrl','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('ady-cyrl','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('ady-cyrl','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('ady-cyrl','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ady-cyrl','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('ady-cyrl','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ady-cyrl','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('ady-cyrl','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('ady-cyrl','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('ady-cyrl','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('ady-cyrl','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('ady-cyrl','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('ady-cyrl','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ady-cyrl','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('ady-cyrl','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('ady-cyrl','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('ady-cyrl','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('ady-cyrl','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('ady-cyrl','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('ady-cyrl','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ady-cyrl','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('ady-cyrl','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ady-cyrl','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('ady-cyrl','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('ady-cyrl','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('ady-cyrl','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('ady-cyrl','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('ady-cyrl','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('ady-cyrl','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('ady-cyrl','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('ady-cyrl','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('ady-cyrl','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('ady-cyrl','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ady-cyrl','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('ady-cyrl','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ady-cyrl','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('ady-cyrl','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('ady-cyrl','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('ady-cyrl','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('ady-cyrl','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('ady-cyrl','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('ady-cyrl','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('ady-cyrl','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('ady-cyrl','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('ady-cyrl','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ady-cyrl','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ady-cyrl','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('ady-cyrl','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('ady-cyrl','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('ady-cyrl','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('ady-cyrl','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('ady-cyrl','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('ady-cyrl','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('ady-cyrl','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('ady-cyrl','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('ady-cyrl','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('ady-cyrl','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('ady-cyrl','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('ady-cyrl','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('ady-cyrl','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('ady-cyrl','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('ady-cyrl','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('ady-cyrl','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('ady-cyrl','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('ady-cyrl','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('ady-cyrl','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('ady-cyrl','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('ady-cyrl','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('ady-cyrl','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('ady-cyrl','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('ady-cyrl','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('ady-cyrl','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('ady-cyrl','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('ady-cyrl','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('ady-cyrl','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('ady-cyrl','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('ady-cyrl','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('ady-cyrl','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('ady-cyrl','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('ady-cyrl','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('ady-cyrl','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('ady-cyrl','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('ady-cyrl','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('ady-cyrl','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('ady-cyrl','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ady-cyrl','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('ady-cyrl','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('ady-cyrl','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('ady-cyrl','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('ady-cyrl','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('ady-cyrl','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('ady-cyrl','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('ady-cyrl','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('ady-cyrl','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('ady-cyrl','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('ady-cyrl','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('ady-cyrl','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('ady-cyrl','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('ady-cyrl','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('ady-cyrl','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('ady-cyrl','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('ady-cyrl','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('ady-cyrl','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('ady-cyrl','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('ady-cyrl','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('ady-cyrl','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('ady-cyrl','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('ady-cyrl','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('ady-cyrl','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('ady-cyrl','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('ady-cyrl','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('ady-cyrl','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('ady-cyrl','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('ady-cyrl','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('ady-cyrl','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('ady-cyrl','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('ady-cyrl','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('ady-cyrl','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('ady-cyrl','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('ady-cyrl','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('ady-cyrl','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('ady-cyrl','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('ady-cyrl','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('ady-cyrl','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('ady-cyrl','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('ady-cyrl','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('ady-cyrl','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ady-cyrl','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ady-cyrl','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ady-cyrl','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('ady-cyrl','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('ady-cyrl','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ady-cyrl','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('ady-cyrl','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('ady-cyrl','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady-cyrl','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ady-cyrl','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('ady-cyrl','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('ady-cyrl','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('ady-cyrl','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('ady-cyrl','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('ady-cyrl','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('ady-cyrl','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('ady-cyrl','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('ady-cyrl','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('ady-cyrl','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('ady-cyrl','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('ady-cyrl','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('ady-cyrl','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('ady-cyrl','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('ady-cyrl','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('ady-cyrl','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('ady-cyrl','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ady-cyrl','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('ady-cyrl','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('ady-cyrl','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('ady-cyrl','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('ady-cyrl','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('ady-cyrl','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ady-cyrl','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('ady-cyrl','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('ady-cyrl','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('ady-cyrl','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ady-cyrl','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('ady-cyrl','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('ady-cyrl','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('ady-cyrl','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('ady-cyrl','messages:apihelp-main-summary','s:3:\"en:\";'),('ady-cyrl','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ady-cyrl','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ady-cyrl','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('ady-cyrl','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('ady-cyrl','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('ady-cyrl','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('ady-cyrl','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('ady-cyrl','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('ady-cyrl','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('ady-cyrl','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ady-cyrl','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ady-cyrl','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ady-cyrl','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ady-cyrl','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('ady-cyrl','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('ady-cyrl','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('ady-cyrl','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('ady-cyrl','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('ady-cyrl','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('ady-cyrl','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('ady-cyrl','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('ady-cyrl','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('ady-cyrl','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('ady-cyrl','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('ady-cyrl','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ady-cyrl','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ady-cyrl','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ady-cyrl','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ady-cyrl','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('ady-cyrl','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('ady-cyrl','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('ady-cyrl','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ady-cyrl','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ady-cyrl','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('ady-cyrl','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('ady-cyrl','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ady-cyrl','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ady-cyrl','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('ady-cyrl','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('ady-cyrl','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ady-cyrl','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('ady-cyrl','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('ady-cyrl','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('ady-cyrl','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('ady-cyrl','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('ady-cyrl','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('ady-cyrl','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('ady-cyrl','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ady-cyrl','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('ady-cyrl','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('ady-cyrl','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('ady-cyrl','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('ady-cyrl','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('ady-cyrl','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('ady-cyrl','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('ady-cyrl','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('ady-cyrl','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('ady-cyrl','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('ady-cyrl','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('ady-cyrl','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ady-cyrl','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ady-cyrl','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('ady-cyrl','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ady-cyrl','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('ady-cyrl','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('ady-cyrl','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('ady-cyrl','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ady-cyrl','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ady-cyrl','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('ady-cyrl','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('ady-cyrl','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('ady-cyrl','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('ady-cyrl','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('ady-cyrl','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('ady-cyrl','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('ady-cyrl','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('ady-cyrl','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('ady-cyrl','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('ady-cyrl','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('ady-cyrl','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ady-cyrl','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ady-cyrl','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('ady-cyrl','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('ady-cyrl','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('ady-cyrl','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('ady-cyrl','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('ady-cyrl','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('ady-cyrl','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('ady-cyrl','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('ady-cyrl','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('ady-cyrl','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('ady-cyrl','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('ady-cyrl','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('ady-cyrl','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('ady-cyrl','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('ady-cyrl','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('ady-cyrl','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('ady-cyrl','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('ady-cyrl','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('ady-cyrl','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('ady-cyrl','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('ady-cyrl','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('ady-cyrl','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ady-cyrl','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ady-cyrl','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('ady-cyrl','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('ady-cyrl','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('ady-cyrl','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('ady-cyrl','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('ady-cyrl','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('ady-cyrl','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('ady-cyrl','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ady-cyrl','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('ady-cyrl','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('ady-cyrl','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('ady-cyrl','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ady-cyrl','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('ady-cyrl','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('ady-cyrl','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('ady-cyrl','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('ady-cyrl','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('ady-cyrl','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('ady-cyrl','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('ady-cyrl','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('ady-cyrl','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('ady-cyrl','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('ady-cyrl','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('ady-cyrl','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('ady-cyrl','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('ady-cyrl','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('ady-cyrl','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ady-cyrl','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ady-cyrl','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ady-cyrl','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('ady-cyrl','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('ady-cyrl','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('ady-cyrl','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('ady-cyrl','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('ady-cyrl','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('ady-cyrl','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('ady-cyrl','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('ady-cyrl','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('ady-cyrl','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('ady-cyrl','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('ady-cyrl','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('ady-cyrl','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('ady-cyrl','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('ady-cyrl','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('ady-cyrl','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('ady-cyrl','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('ady-cyrl','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('ady-cyrl','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ady-cyrl','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('ady-cyrl','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('ady-cyrl','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('ady-cyrl','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('ady-cyrl','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('ady-cyrl','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('ady-cyrl','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('ady-cyrl','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ady-cyrl','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('ady-cyrl','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('ady-cyrl','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('ady-cyrl','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady-cyrl','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('ady-cyrl','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('ady-cyrl','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady-cyrl','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('ady-cyrl','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('ady-cyrl','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('ady-cyrl','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('ady-cyrl','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('ady-cyrl','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('ady-cyrl','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('ady-cyrl','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('ady-cyrl','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('ady-cyrl','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('ady-cyrl','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('ady-cyrl','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ady-cyrl','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ady-cyrl','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ady-cyrl','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('ady-cyrl','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('ady-cyrl','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('ady-cyrl','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady-cyrl','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ady-cyrl','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('ady-cyrl','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ady-cyrl','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('ady-cyrl','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('ady-cyrl','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('ady-cyrl','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('ady-cyrl','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('ady-cyrl','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('ady-cyrl','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('ady-cyrl','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('ady-cyrl','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('ady-cyrl','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('ady-cyrl','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('ady-cyrl','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('ady-cyrl','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ady-cyrl','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('ady-cyrl','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('ady-cyrl','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('ady-cyrl','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('ady-cyrl','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('ady-cyrl','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('ady-cyrl','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('ady-cyrl','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('ady-cyrl','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('ady-cyrl','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('ady-cyrl','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('ady-cyrl','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('ady-cyrl','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('ady-cyrl','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('ady-cyrl','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('ady-cyrl','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ady-cyrl','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('ady-cyrl','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('ady-cyrl','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('ady-cyrl','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('ady-cyrl','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('ady-cyrl','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady-cyrl','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('ady-cyrl','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('ady-cyrl','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady-cyrl','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady-cyrl','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady-cyrl','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('ady-cyrl','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ady-cyrl','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ady-cyrl','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('ady-cyrl','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('ady-cyrl','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('ady-cyrl','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('ady-cyrl','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('ady-cyrl','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ady-cyrl','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ady-cyrl','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('ady-cyrl','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ady-cyrl','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('ady-cyrl','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ady-cyrl','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('ady-cyrl','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('ady-cyrl','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('ady-cyrl','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ady-cyrl','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ady-cyrl','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('ady-cyrl','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('ady-cyrl','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('ady-cyrl','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('ady-cyrl','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('ady-cyrl','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('ady-cyrl','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady-cyrl','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady-cyrl','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ady-cyrl','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ady-cyrl','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ady-cyrl','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ady-cyrl','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ady-cyrl','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('ady-cyrl','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('ady-cyrl','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('ady-cyrl','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('ady-cyrl','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('ady-cyrl','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ady-cyrl','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ady-cyrl','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('ady-cyrl','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('ady-cyrl','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('ady-cyrl','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('ady-cyrl','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('ady-cyrl','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('ady-cyrl','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('ady-cyrl','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('ady-cyrl','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('ady-cyrl','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('ady-cyrl','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('ady-cyrl','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('ady-cyrl','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('ady-cyrl','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ady-cyrl','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('ady-cyrl','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('ady-cyrl','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('ady-cyrl','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('ady-cyrl','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('ady-cyrl','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('ady-cyrl','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ady-cyrl','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('ady-cyrl','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('ady-cyrl','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('ady-cyrl','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('ady-cyrl','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('ady-cyrl','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('ady-cyrl','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('ady-cyrl','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('ady-cyrl','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('ady-cyrl','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady-cyrl','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady-cyrl','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ady-cyrl','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ady-cyrl','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ady-cyrl','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ady-cyrl','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ady-cyrl','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('ady-cyrl','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('ady-cyrl','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('ady-cyrl','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('ady-cyrl','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('ady-cyrl','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('ady-cyrl','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('ady-cyrl','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('ady-cyrl','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('ady-cyrl','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('ady-cyrl','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('ady-cyrl','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('ady-cyrl','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('ady-cyrl','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('ady-cyrl','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('ady-cyrl','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('ady-cyrl','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('ady-cyrl','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('ady-cyrl','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('ady-cyrl','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('ady-cyrl','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('ady-cyrl','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('ady-cyrl','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('ady-cyrl','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('ady-cyrl','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('ady-cyrl','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('ady-cyrl','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ady-cyrl','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('ady-cyrl','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('ady-cyrl','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('ady-cyrl','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('ady-cyrl','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('ady-cyrl','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady-cyrl','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady-cyrl','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('ady-cyrl','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('ady-cyrl','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('ady-cyrl','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ady-cyrl','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ady-cyrl','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('ady-cyrl','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('ady-cyrl','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('ady-cyrl','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('ady-cyrl','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('ady-cyrl','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('ady-cyrl','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('ady-cyrl','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('ady-cyrl','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('ady-cyrl','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('ady-cyrl','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('ady-cyrl','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('ady-cyrl','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('ady-cyrl','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('ady-cyrl','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('ady-cyrl','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('ady-cyrl','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('ady-cyrl','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('ady-cyrl','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('ady-cyrl','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('ady-cyrl','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('ady-cyrl','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('ady-cyrl','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('ady-cyrl','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('ady-cyrl','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('ady-cyrl','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('ady-cyrl','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ady-cyrl','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('ady-cyrl','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('ady-cyrl','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('ady-cyrl','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('ady-cyrl','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('ady-cyrl','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('ady-cyrl','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('ady-cyrl','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('ady-cyrl','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('ady-cyrl','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('ady-cyrl','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('ady-cyrl','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('ady-cyrl','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('ady-cyrl','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('ady-cyrl','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('ady-cyrl','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ady-cyrl','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ady-cyrl','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ady-cyrl','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('ady-cyrl','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('ady-cyrl','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('ady-cyrl','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ady-cyrl','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('ady-cyrl','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('ady-cyrl','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('ady-cyrl','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ady-cyrl','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ady-cyrl','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('ady-cyrl','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('ady-cyrl','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('ady-cyrl','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('ady-cyrl','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('ady-cyrl','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('ady-cyrl','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ady-cyrl','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('ady-cyrl','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('ady-cyrl','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('ady-cyrl','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('ady-cyrl','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('ady-cyrl','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('ady-cyrl','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('ady-cyrl','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('ady-cyrl','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('ady-cyrl','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('ady-cyrl','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('ady-cyrl','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('ady-cyrl','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('ady-cyrl','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('ady-cyrl','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('ady-cyrl','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('ady-cyrl','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('ady-cyrl','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('ady-cyrl','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('ady-cyrl','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('ady-cyrl','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('ady-cyrl','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('ady-cyrl','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('ady-cyrl','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('ady-cyrl','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('ady-cyrl','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('ady-cyrl','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('ady-cyrl','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('ady-cyrl','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('ady-cyrl','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('ady-cyrl','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('ady-cyrl','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('ady-cyrl','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('ady-cyrl','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('ady-cyrl','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('ady-cyrl','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('ady-cyrl','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('ady-cyrl','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ady-cyrl','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ady-cyrl','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('ady-cyrl','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('ady-cyrl','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('ady-cyrl','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('ady-cyrl','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('ady-cyrl','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('ady-cyrl','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('ady-cyrl','messages:apihelp-summary','s:3:\"en:\";'),('ady-cyrl','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('ady-cyrl','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('ady-cyrl','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('ady-cyrl','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('ady-cyrl','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('ady-cyrl','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('ady-cyrl','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('ady-cyrl','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('ady-cyrl','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('ady-cyrl','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('ady-cyrl','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('ady-cyrl','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('ady-cyrl','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('ady-cyrl','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('ady-cyrl','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ady-cyrl','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('ady-cyrl','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ady-cyrl','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('ady-cyrl','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ady-cyrl','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('ady-cyrl','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('ady-cyrl','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ady-cyrl','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('ady-cyrl','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('ady-cyrl','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('ady-cyrl','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('ady-cyrl','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('ady-cyrl','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('ady-cyrl','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('ady-cyrl','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('ady-cyrl','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('ady-cyrl','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('ady-cyrl','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('ady-cyrl','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('ady-cyrl','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('ady-cyrl','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('ady-cyrl','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ady-cyrl','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('ady-cyrl','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('ady-cyrl','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ady-cyrl','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('ady-cyrl','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('ady-cyrl','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('ady-cyrl','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('ady-cyrl','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('ady-cyrl','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('ady-cyrl','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('ady-cyrl','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ady-cyrl','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ady-cyrl','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('ady-cyrl','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('ady-cyrl','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ady-cyrl','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ady-cyrl','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('ady-cyrl','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('ady-cyrl','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('ady-cyrl','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('ady-cyrl','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('ady-cyrl','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('ady-cyrl','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ady-cyrl','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('ady-cyrl','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('ady-cyrl','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('ady-cyrl','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('ady-cyrl','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('ady-cyrl','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('ady-cyrl','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('ady-cyrl','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('ady-cyrl','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('ady-cyrl','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('ady-cyrl','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('ady-cyrl','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('ady-cyrl','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('ady-cyrl','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('ady-cyrl','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('ady-cyrl','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('ady-cyrl','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('ady-cyrl','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('ady-cyrl','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('ady-cyrl','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('ady-cyrl','messages:apisandbox','s:14:\"en:API sandbox\";'),('ady-cyrl','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('ady-cyrl','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('ady-cyrl','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('ady-cyrl','messages:apisandbox-continue','s:11:\"en:Continue\";'),('ady-cyrl','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('ady-cyrl','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('ady-cyrl','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('ady-cyrl','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('ady-cyrl','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('ady-cyrl','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('ady-cyrl','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('ady-cyrl','messages:apisandbox-examples','s:11:\"en:Examples\";'),('ady-cyrl','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('ady-cyrl','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('ady-cyrl','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('ady-cyrl','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('ady-cyrl','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('ady-cyrl','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('ady-cyrl','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('ady-cyrl','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('ady-cyrl','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('ady-cyrl','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('ady-cyrl','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('ady-cyrl','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('ady-cyrl','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('ady-cyrl','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('ady-cyrl','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('ady-cyrl','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('ady-cyrl','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('ady-cyrl','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('ady-cyrl','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('ady-cyrl','messages:apisandbox-reset','s:8:\"en:Clear\";'),('ady-cyrl','messages:apisandbox-results','s:10:\"en:Results\";'),('ady-cyrl','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('ady-cyrl','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('ady-cyrl','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('ady-cyrl','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('ady-cyrl','messages:apisandbox-retry','s:8:\"en:Retry\";'),('ady-cyrl','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('ady-cyrl','messages:apisandbox-submit','s:15:\"en:Make request\";'),('ady-cyrl','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('ady-cyrl','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('ady-cyrl','messages:apisandbox-summary','s:3:\"en:\";'),('ady-cyrl','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('ady-cyrl','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('ady-cyrl','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('ady-cyrl','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('ady-cyrl','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('ady-cyrl','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('ady-cyrl','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('ady-cyrl','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('ady-cyrl','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('ady-cyrl','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('ady-cyrl','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('ady-cyrl','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('ady-cyrl','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('ady-cyrl','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('ady-cyrl','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('ady-cyrl','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('ady-cyrl','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('ady-cyrl','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('ady-cyrl','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('ady-cyrl','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('ady-cyrl','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('ady-cyrl','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('ady-cyrl','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('ady-cyrl','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('ady-cyrl','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('ady-cyrl','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('ady-cyrl','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('ady-cyrl','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('ady-cyrl','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('ady-cyrl','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('ady-cyrl','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('ady-cyrl','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('ady-cyrl','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('ady-cyrl','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('ady-cyrl','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('ady-cyrl','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('ady-cyrl','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('ady-cyrl','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('ady-cyrl','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('ady-cyrl','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ady-cyrl','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('ady-cyrl','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('ady-cyrl','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('ady-cyrl','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('ady-cyrl','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ady-cyrl','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ady-cyrl','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('ady-cyrl','messages:apr','s:17:\"ady-cyrl:Мллъ\";'),('ady-cyrl','messages:april','s:31:\"ady-cyrl:Мэлылъфэгъу\";'),('ady-cyrl','messages:april-gen','s:31:\"ady-cyrl:Мэлылъфэгъу\";'),('ady-cyrl','messages:article','s:21:\"ady-cyrl:Дэтхэр\";'),('ady-cyrl','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('ady-cyrl','messages:aug','s:19:\"ady-cyrl:Шшъхь\";'),('ady-cyrl','messages:august','s:27:\"ady-cyrl:ШышъхьэӀу\";'),('ady-cyrl','messages:august-gen','s:27:\"ady-cyrl:ШышъхьаӀу\";'),('ady-cyrl','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('ady-cyrl','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('ady-cyrl','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ady-cyrl','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ady-cyrl','messages:authform-notoken','s:16:\"en:Missing token\";'),('ady-cyrl','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('ady-cyrl','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ady-cyrl','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('ady-cyrl','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('ady-cyrl','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('ady-cyrl','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('ady-cyrl','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('ady-cyrl','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('ady-cyrl','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('ady-cyrl','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('ady-cyrl','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('ady-cyrl','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('ady-cyrl','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('ady-cyrl','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('ady-cyrl','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('ady-cyrl','messages:authmanager-email-help','s:16:\"en:Email address\";'),('ady-cyrl','messages:authmanager-email-label','s:8:\"en:Email\";'),('ady-cyrl','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('ady-cyrl','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('ady-cyrl','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('ady-cyrl','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('ady-cyrl','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('ady-cyrl','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('ady-cyrl','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('ady-cyrl','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('ady-cyrl','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('ady-cyrl','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ady-cyrl','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('ady-cyrl','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('ady-cyrl','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('ady-cyrl','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('ady-cyrl','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('ady-cyrl','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('ady-cyrl','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('ady-cyrl','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('ady-cyrl','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('ady-cyrl','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('ady-cyrl','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('ady-cyrl','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('ady-cyrl','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('ady-cyrl','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ady-cyrl','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('ady-cyrl','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('ady-cyrl','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('ady-cyrl','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('ady-cyrl','messages:autoblockedtext','s:613:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ady-cyrl','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('ady-cyrl','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('ady-cyrl','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('ady-cyrl','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('ady-cyrl','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('ady-cyrl','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('ady-cyrl','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('ady-cyrl','messages:autoblocklist-submit','s:9:\"en:Search\";'),('ady-cyrl','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('ady-cyrl','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('ady-cyrl','messages:autocomment-prefix','s:3:\"en:\";'),('ady-cyrl','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('ady-cyrl','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('ady-cyrl','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('ady-cyrl','messages:autosumm-blank','s:19:\"en:Blanked the page\";'),('ady-cyrl','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('ady-cyrl','messages:autosumm-new','s:25:\"en:Created page with \"$1\"\";'),('ady-cyrl','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('ady-cyrl','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('ady-cyrl','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('ady-cyrl','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('ady-cyrl','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('ady-cyrl','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('ady-cyrl','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('ady-cyrl','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('ady-cyrl','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('ady-cyrl','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('ady-cyrl','messages:backend-fail-create','s:57:\"ady-cyrl:Файлэу \"$1\" еIэзэн лъэкIырэп.\";'),('ady-cyrl','messages:backend-fail-delete','s:63:\"ady-cyrl:Файлэу \"$1\" тегъэкIын лъэкIырэп.\";'),('ady-cyrl','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('ady-cyrl','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('ady-cyrl','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('ady-cyrl','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('ady-cyrl','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('ady-cyrl','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('ady-cyrl','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('ady-cyrl','messages:backend-fail-notexists','s:35:\"ady-cyrl:Файлэу $1 щыIэп.\";'),('ady-cyrl','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('ady-cyrl','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('ady-cyrl','messages:backend-fail-read','s:58:\"ady-cyrl:Файлэу \"$1\" еплъын лъэкIырэп.\";'),('ady-cyrl','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('ady-cyrl','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('ady-cyrl','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('ady-cyrl','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('ady-cyrl','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('ady-cyrl','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('ady-cyrl','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('ady-cyrl','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('ady-cyrl','messages:backlinksubtitle','s:9:\"en:← $1\";'),('ady-cyrl','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('ady-cyrl','messages:bad_image_list','s:437:\"ady-cyrl:Форматыр зэрщытыр:\n\nГулытэ зиӀэныр тхылъым и тамыгъэхэм (сатыр тамыгъэ * къежьэхэр).\nСатырым и техьэпӀэ япэрем сурэт иплъхьэ мыхъуным и техьэпӀэ иӀэн фай.\nЯужы ит техьэпӀэхэр хэгъэкӀа фэдэу къилъытэну, сурэтыр здиплъэ хъуну тхыгъэхэр.\";'),('ady-cyrl','messages:badaccess','s:51:\"ady-cyrl:Фитыныгъэм и къончагъэ\";'),('ady-cyrl','messages:badaccess-group0','s:94:\"ady-cyrl:УзыкIэупчъэрэ шIэн-мурадым пае фитыныгъэ уиIэп.\";'),('ady-cyrl','messages:badaccess-groups','s:102:\"en:The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.\";'),('ady-cyrl','messages:badarticleerror','s:113:\"ady-cyrl:Мы хъугъэ-шIагъэр мы нэкIубгъом щызэшIогъэкIын лъэкIыщтэп.\";'),('ady-cyrl','messages:badfilename','s:63:\"ady-cyrl:ФайлыцIэр хъожьыгъэ мыщкIэ \"$1\".\";'),('ady-cyrl','messages:badipaddress','s:41:\"ady-cyrl:IP адрес фыкъуагъэ\";'),('ady-cyrl','messages:badretype','s:79:\"ady-cyrl:ШъэфгущыIэу ибгъэхьагъэхэр зэтефэрэп.\";'),('ady-cyrl','messages:badsig','s:84:\"ady-cyrl:КIэтхэжьыкIэр къуанчэ.\nHTML тегхэр уплъэкIу.\";'),('ady-cyrl','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('ady-cyrl','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('ady-cyrl','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('ady-cyrl','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('ady-cyrl','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('ady-cyrl','messages:badtitle','s:30:\"ady-cyrl:ЦӀэ дэгъуэп\";'),('ady-cyrl','messages:badtitletext','s:229:\"ady-cyrl:УзкIэупчIэрэ нэкIубгъом ыцIэр къуанчэ, е нэкIы, е бзэзэпыщэ е интервики гъэнэфагъэп.\nМыхъущт символ агъэфедагъэнкIи мэхъу.\";'),('ady-cyrl','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('ady-cyrl','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('ady-cyrl','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('ady-cyrl','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('ady-cyrl','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('ady-cyrl','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('ady-cyrl','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('ady-cyrl','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('ady-cyrl','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ady-cyrl','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ady-cyrl','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('ady-cyrl','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('ady-cyrl','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('ady-cyrl','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('ady-cyrl','messages:blanknamespace','s:23:\"ady-cyrl:(ШъхьаӀ)\";'),('ady-cyrl','messages:blankpage','s:13:\"en:Blank page\";'),('ady-cyrl','messages:block','s:13:\"en:Block user\";'),('ady-cyrl','messages:block-actions','s:13:\"en:Block type\";'),('ady-cyrl','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ady-cyrl','messages:block-details','s:16:\"en:Block details\";'),('ady-cyrl','messages:block-expiry','s:14:\"en:Expiration:\";'),('ady-cyrl','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('ady-cyrl','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('ady-cyrl','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('ady-cyrl','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('ady-cyrl','messages:block-log-flags-nocreate','s:28:\"en:account creation disabled\";'),('ady-cyrl','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('ady-cyrl','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ady-cyrl','messages:block-options','s:22:\"en:Additional options:\";'),('ady-cyrl','messages:block-reason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('ady-cyrl','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('ady-cyrl','messages:blocked-mailpassword','s:126:\"en:Your IP address is blocked from editing. To prevent abuse, it is not allowed to use password recovery from this IP address.\";'),('ady-cyrl','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ady-cyrl','messages:blockednoreason','s:57:\"ady-cyrl:къызыпкъырыкIрэр итхагъэп\";'),('ady-cyrl','messages:blockedtext','s:582:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe block was made by $1.\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ady-cyrl','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ady-cyrl','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('ady-cyrl','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('ady-cyrl','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('ady-cyrl','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('ady-cyrl','messages:blockedtitle','s:18:\"en:User is blocked\";'),('ady-cyrl','messages:blockip','s:27:\"en:Block {{GENDER:$1|user}}\";'),('ady-cyrl','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('ady-cyrl','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('ady-cyrl','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('ady-cyrl','messages:blocklink','s:19:\"ady-cyrl:егъэт\";'),('ady-cyrl','messages:blocklist','s:16:\"en:Blocked users\";'),('ady-cyrl','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('ady-cyrl','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('ady-cyrl','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('ady-cyrl','messages:blocklist-editing','s:10:\"en:editing\";'),('ady-cyrl','messages:blocklist-editing-action','s:10:\"en:actions\";'),('ady-cyrl','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('ady-cyrl','messages:blocklist-editing-page','s:8:\"en:pages\";'),('ady-cyrl','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('ady-cyrl','messages:blocklist-expiry','s:10:\"en:Expires\";'),('ady-cyrl','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('ady-cyrl','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ady-cyrl','messages:blocklist-params','s:19:\"en:Block parameters\";'),('ady-cyrl','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('ady-cyrl','messages:blocklist-reason','s:36:\"ady-cyrl:ЗыпкъырыкIырэр\";'),('ady-cyrl','messages:blocklist-summary','s:3:\"en:\";'),('ady-cyrl','messages:blocklist-target','s:9:\"en:Target\";'),('ady-cyrl','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('ady-cyrl','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('ady-cyrl','messages:blocklist-type','s:8:\"en:Type:\";'),('ady-cyrl','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('ady-cyrl','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('ady-cyrl','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('ady-cyrl','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('ady-cyrl','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('ady-cyrl','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('ady-cyrl','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ady-cyrl','messages:blocklogpage','s:12:\"en:Block log\";'),('ady-cyrl','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ady-cyrl','messages:booksources','s:56:\"ady-cyrl:Тхылъхэр къыздикӀыгъэхэр\";'),('ady-cyrl','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('ady-cyrl','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('ady-cyrl','messages:booksources-search','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:booksources-search-legend','s:53:\"ady-cyrl:Тхылъ лъапсэхэм алъыхъу\";'),('ady-cyrl','messages:booksources-summary','s:3:\"en:\";'),('ady-cyrl','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('ady-cyrl','messages:boteditletter','s:11:\"ady-cyrl:б\";'),('ady-cyrl','messages:botpasswords','s:16:\"en:Bot passwords\";'),('ady-cyrl','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('ady-cyrl','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('ady-cyrl','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('ady-cyrl','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('ady-cyrl','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('ady-cyrl','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('ady-cyrl','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('ady-cyrl','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('ady-cyrl','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('ady-cyrl','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('ady-cyrl','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('ady-cyrl','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('ady-cyrl','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('ady-cyrl','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:botpasswords-label-create','s:9:\"en:Create\";'),('ady-cyrl','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('ady-cyrl','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('ady-cyrl','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('ady-cyrl','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('ady-cyrl','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('ady-cyrl','messages:botpasswords-label-update','s:9:\"en:Update\";'),('ady-cyrl','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('ady-cyrl','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('ady-cyrl','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('ady-cyrl','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('ady-cyrl','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('ady-cyrl','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('ady-cyrl','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('ady-cyrl','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('ady-cyrl','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('ady-cyrl','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('ady-cyrl','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('ady-cyrl','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('ady-cyrl','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('ady-cyrl','messages:brackets','s:7:\"en:[$1]\";'),('ady-cyrl','messages:brackets-end','s:4:\"en:]\";'),('ady-cyrl','messages:brackets-start','s:4:\"en:[\";'),('ady-cyrl','messages:broken-file-category','s:72:\"ady-cyrl:Къончэ зэпыщэхэр зиIэ нэкIубгъохэр\";'),('ady-cyrl','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('ady-cyrl','messages:brokenredirects','s:19:\"en:Broken redirects\";'),('ady-cyrl','messages:brokenredirects-delete','s:22:\"ady-cyrl:тегъэкI\";'),('ady-cyrl','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ady-cyrl','messages:brokenredirects-edit','s:17:\"ady-cyrl:еӀаз\";'),('ady-cyrl','messages:brokenredirects-summary','s:3:\"en:\";'),('ady-cyrl','messages:brokenredirectstext','s:54:\"en:The following redirects link to non-existent pages:\";'),('ady-cyrl','messages:bydate','s:10:\"en:by date\";'),('ady-cyrl','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('ady-cyrl','messages:cactions','s:7:\"en:More\";'),('ady-cyrl','messages:cancel','s:22:\"ady-cyrl:Ыуж икӀ\";'),('ady-cyrl','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('ady-cyrl','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('ady-cyrl','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('ady-cyrl','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('ady-cyrl','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('ady-cyrl','messages:cannotdelete','s:157:\"ady-cyrl:НэкIубгъоу е файлэу \"$1\" тегъэкIын лъэкIыгъэп.\nПэмыкI нэбгырэм тыригъэкIыгъахэн фае.\";'),('ady-cyrl','messages:cannotdelete-title','s:75:\"ady-cyrl:НэкIубгъоу \"$1\" тегъэкIыгъэн лъэкIырэп\";'),('ady-cyrl','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('ady-cyrl','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('ady-cyrl','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('ady-cyrl','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('ady-cyrl','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('ady-cyrl','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('ady-cyrl','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('ady-cyrl','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('ady-cyrl','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ady-cyrl','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('ady-cyrl','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('ady-cyrl','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('ady-cyrl','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('ady-cyrl','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('ady-cyrl','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('ady-cyrl','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('ady-cyrl','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('ady-cyrl','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('ady-cyrl','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('ady-cyrl','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('ady-cyrl','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('ady-cyrl','messages:cascadeprotected','s:185:\"en:This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2\";'),('ady-cyrl','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('ady-cyrl','messages:categories','s:33:\"ady-cyrl:Категориехэр\";'),('ady-cyrl','messages:categories-submit','s:7:\"en:Show\";'),('ady-cyrl','messages:categories-summary','s:3:\"en:\";'),('ady-cyrl','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('ady-cyrl','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('ady-cyrl','messages:category-article-count','s:218:\"ady-cyrl:{{PLURAL:$2|Мы категорием мы нэкIубгъо закъор илъ.|Мы {{PLURAL:$1|нэкIубгъор|$1 нэкIубгъохэр}} мы категорием илъых, $2 пстэумкIэ.}}\";'),('ady-cyrl','messages:category-article-count-limited','s:121:\"ady-cyrl:КIэлъыкIорэ {{PLURAL:$1|файлыр илъ|$1 файлэхэр илъых}} мы категорием.\";'),('ady-cyrl','messages:category-empty','s:107:\"ady-cyrl:<em>Мы категорием нэкIубгъо е медиэ пари джыри илъэп.</em>\";'),('ady-cyrl','messages:category-file-count','s:219:\"ady-cyrl:{{PLURAL:$2|Мы категорием къык1элъык1орэ файлэ закъо илъ.|Мы {{PLURAL:$1|файлыр|$1 файлэхэр}} мы категорием илъхэр, $2 пстэумк1э.}}\";'),('ady-cyrl','messages:category-file-count-limited','s:121:\"ady-cyrl:КIэлъыкIорэ {{PLURAL:$1|файлыр илъ|$1 файлэхэр илъых}} мы категорием.\";'),('ady-cyrl','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('ady-cyrl','messages:category-media-header','s:54:\"ady-cyrl:\"$1\" категорием хэт медиэр\";'),('ady-cyrl','messages:category-move-redirect-override','s:4:\"en:-\";'),('ady-cyrl','messages:category-subcat-count','s:234:\"ady-cyrl:{{PLURAL:$2|Мы категорием мы кIэткатегорие закъу иIэр.|Мы категорием мы {{PLURAL:$1|кIэткатегорие|$1 кIэткатегориехэр}}, $2 пстэум щыщэу.}}\";'),('ady-cyrl','messages:category-subcat-count-limited','s:123:\"ady-cyrl:Мы категорием мы {{PLURAL:$1|кIэткатегорие|$1 кIэткатегориехэр}} иIэр.\";'),('ady-cyrl','messages:category_header','s:75:\"ady-cyrl:НэкӀубгъохэр категориеу \"$1\"-м щыщхэр\";'),('ady-cyrl','messages:categorypage','s:59:\"ady-cyrl:Категорием и нэкIубгъо еплъ\";'),('ady-cyrl','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('ady-cyrl','messages:change-blocklink','s:38:\"ady-cyrl:Ӏухъор зэблэхъу\";'),('ady-cyrl','messages:changeblockip','s:15:\"en:Change block\";'),('ady-cyrl','messages:changecontentmodel','s:85:\"ady-cyrl:НэкIубгъом и кIоцIырытым и модел зэблэхъун\";'),('ady-cyrl','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('ady-cyrl','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('ady-cyrl','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('ady-cyrl','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('ady-cyrl','messages:changecontentmodel-legend','s:62:\"ady-cyrl:КIоцIырытым и модел зэблэхъун\";'),('ady-cyrl','messages:changecontentmodel-model-label','s:50:\"ady-cyrl:КIоцIырытым и моделыкIэ\";'),('ady-cyrl','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('ady-cyrl','messages:changecontentmodel-reason-label','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('ady-cyrl','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('ady-cyrl','messages:changecontentmodel-success-title','s:66:\"ady-cyrl:КIоцIырытым и модел зэблэхъугъэ\";'),('ady-cyrl','messages:changecontentmodel-title-label','s:33:\"ady-cyrl:НэкIубгъуацIэ\";'),('ady-cyrl','messages:changecredentials','s:21:\"en:Change credentials\";'),('ady-cyrl','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ady-cyrl','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('ady-cyrl','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('ady-cyrl','messages:changed','s:31:\"ady-cyrl:зэблэхъугъэ\";'),('ady-cyrl','messages:changeemail','s:68:\"ady-cyrl:Зэблэхъу е тегъэкI емэйл адресыр\";'),('ady-cyrl','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('ady-cyrl','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('ady-cyrl','messages:changeemail-newemail','s:40:\"ady-cyrl:Емэйл адресыкIэр:\";'),('ady-cyrl','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('ady-cyrl','messages:changeemail-no-info','s:121:\"ady-cyrl:Мы нэкIубгъом занкIэу укIонэу уфаемэ, системэм ухэхьэгъэн фае.\";'),('ady-cyrl','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('ady-cyrl','messages:changeemail-none','s:15:\"ady-cyrl:(зи)\";'),('ady-cyrl','messages:changeemail-oldemail','s:42:\"ady-cyrl:Джырэ емэйл адрес:\";'),('ady-cyrl','messages:changeemail-password','s:47:\"ady-cyrl:Уи {{SITENAME}} ишъэфгущыI:\";'),('ady-cyrl','messages:changeemail-submit','s:40:\"ady-cyrl:Емэйлыр зэблэхъу\";'),('ady-cyrl','messages:changeemail-summary','s:3:\"en:\";'),('ady-cyrl','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('ady-cyrl','messages:changepassword','s:47:\"ady-cyrl:ШъэфгущыIэр зэблэхъу\";'),('ady-cyrl','messages:changepassword-success','s:67:\"ady-cyrl:Уи шъэфгущыIэр шIоу зэблэхъугъэ!\";'),('ady-cyrl','messages:changepassword-summary','s:3:\"en:\";'),('ady-cyrl','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ady-cyrl','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('ady-cyrl','messages:checkbox-all','s:6:\"en:All\";'),('ady-cyrl','messages:checkbox-invert','s:9:\"en:Invert\";'),('ady-cyrl','messages:checkbox-none','s:7:\"en:None\";'),('ady-cyrl','messages:checkbox-select','s:13:\"en:Select: $1\";'),('ady-cyrl','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('ady-cyrl','messages:collapsible-collapse','s:27:\"ady-cyrl:Зэхэгъахь\";'),('ady-cyrl','messages:collapsible-expand','s:19:\"ady-cyrl:Зэхэщ\";'),('ady-cyrl','messages:colon-separator','s:9:\"en::&#32;\";'),('ady-cyrl','messages:comma-separator','s:9:\"en:,&#32;\";'),('ady-cyrl','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('ady-cyrl','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('ady-cyrl','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('ady-cyrl','messages:compare-page1','s:9:\"en:Page 1\";'),('ady-cyrl','messages:compare-page2','s:9:\"en:Page 2\";'),('ady-cyrl','messages:compare-rev1','s:13:\"en:Revision 1\";'),('ady-cyrl','messages:compare-rev2','s:13:\"en:Revision 2\";'),('ady-cyrl','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('ady-cyrl','messages:compare-submit','s:10:\"en:Compare\";'),('ady-cyrl','messages:comparepages','s:16:\"en:Compare pages\";'),('ady-cyrl','messages:comparepages-summary','s:3:\"en:\";'),('ady-cyrl','messages:compareselectedversions','s:63:\"ady-cyrl:Хэгъэщыгъэ версиехэр зэгъапш\";'),('ady-cyrl','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('ady-cyrl','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('ady-cyrl','messages:confirm','s:21:\"ady-cyrl:Теубыт\";'),('ady-cyrl','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('ady-cyrl','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('ady-cyrl','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('ady-cyrl','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('ady-cyrl','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('ady-cyrl','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('ady-cyrl','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('ady-cyrl','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('ady-cyrl','messages:confirm-rollback-button','s:5:\"en:OK\";'),('ady-cyrl','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('ady-cyrl','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('ady-cyrl','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('ady-cyrl','messages:confirm-watch-button','s:5:\"en:OK\";'),('ady-cyrl','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('ady-cyrl','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('ady-cyrl','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('ady-cyrl','messages:confirm_purge_button','s:5:\"en:OK\";'),('ady-cyrl','messages:confirmable-confirm','s:47:\"ady-cyrl:{{GENDER:$1|Уэ}} пытэу ошIа?\";'),('ady-cyrl','messages:confirmable-no','s:18:\"ady-cyrl:ХьаIу\";'),('ady-cyrl','messages:confirmable-yes','s:15:\"ady-cyrl:Ары\";'),('ady-cyrl','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ady-cyrl','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('ady-cyrl','messages:confirmemail','s:24:\"en:Confirm email address\";'),('ady-cyrl','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ady-cyrl','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ady-cyrl','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ady-cyrl','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('ady-cyrl','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('ady-cyrl','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('ady-cyrl','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('ady-cyrl','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('ady-cyrl','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('ady-cyrl','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('ady-cyrl','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('ady-cyrl','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('ady-cyrl','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('ady-cyrl','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('ady-cyrl','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('ady-cyrl','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('ady-cyrl','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('ady-cyrl','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('ady-cyrl','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('ady-cyrl','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('ady-cyrl','messages:content-json-empty-array','s:29:\"ady-cyrl:Массив нэкI\";'),('ady-cyrl','messages:content-json-empty-object','s:29:\"ady-cyrl:Объект нэкI\";'),('ady-cyrl','messages:content-model-css','s:6:\"en:CSS\";'),('ady-cyrl','messages:content-model-javascript','s:19:\"ady-cyrl:JavaScript\";'),('ady-cyrl','messages:content-model-json','s:7:\"en:JSON\";'),('ady-cyrl','messages:content-model-text','s:29:\"ady-cyrl:текст занкI\";'),('ady-cyrl','messages:content-model-wikitext','s:28:\"ady-cyrl:вики-текст\";'),('ady-cyrl','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('ady-cyrl','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('ady-cyrl','messages:continue-editing','s:46:\"ady-cyrl:ЕIэзалъэ плIэмыем кIо\";'),('ady-cyrl','messages:contribslink','s:27:\"ady-cyrl:лъэжьыгъэ\";'),('ady-cyrl','messages:contribsub2','s:37:\"ady-cyrl:{{GENDER:$3|$1}} пае ($2)\";'),('ady-cyrl','messages:contributions','s:21:\"en:User contributions\";'),('ady-cyrl','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('ady-cyrl','messages:contributions-summary','s:3:\"en:\";'),('ady-cyrl','messages:contributions-title','s:48:\"ady-cyrl:$1 нэбгырэм и лэжьыгъэ\";'),('ady-cyrl','messages:contributions-userdoesnotexist','s:70:\"ady-cyrl:Аккаунтэу \"$1\" регистрацие шIыгъэп.\";'),('ady-cyrl','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('ady-cyrl','messages:copyright','s:108:\"ady-cyrl:$1-м тетэу кIоцIрытыр олъэгъу, нэмыкIым игугъу къамышIмэ.\";'),('ady-cyrl','messages:copyrightpage','s:56:\"ady-cyrl:{{ns:project}}:Ауторфитныгъэхэр\";'),('ady-cyrl','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ady-cyrl','messages:copyrightwarning2','s:408:\"en:Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.\nIf you do not want your writing to be edited mercilessly, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ady-cyrl','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ady-cyrl','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('ady-cyrl','messages:create','s:19:\"ady-cyrl:КъэшӀ\";'),('ady-cyrl','messages:create-local','s:67:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэ пыдзэжь\";'),('ady-cyrl','messages:createaccount','s:36:\"ady-cyrl:Аккаунт къэубл\";'),('ady-cyrl','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ady-cyrl','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('ady-cyrl','messages:createaccount-title','s:61:\"ady-cyrl:Аккаунт къэублэн, {{SITENAME}} пае\";'),('ady-cyrl','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('ady-cyrl','messages:createaccounterror','s:58:\"ady-cyrl:Аккаунт ублэн лъэкIыгъэп: $1\";'),('ady-cyrl','messages:createaccountmail','s:77:\"en:Use a temporary random password and send it to the specified email address\";'),('ady-cyrl','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('ady-cyrl','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('ady-cyrl','messages:createacct-another-email-ph','s:52:\"ady-cyrl:Игъахь уи емэйл адресыр\";'),('ady-cyrl','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('ady-cyrl','messages:createacct-another-submit','s:32:\"ady-cyrl:Аккаунт ублэ\";'),('ady-cyrl','messages:createacct-another-username-ph','s:43:\"ady-cyrl:Итх уи нэбгырацӀэр\";'),('ady-cyrl','messages:createacct-benefit-body1','s:62:\"ady-cyrl:{{PLURAL:$1|еӀэзэныгъэ|еӀэзэныгъ}}\";'),('ady-cyrl','messages:createacct-benefit-body2','s:60:\"ady-cyrl:{{PLURAL:$1|нэкӀубгъо|нэкӀубгъу}}\";'),('ady-cyrl','messages:createacct-benefit-body3','s:81:\"ady-cyrl:бэмышӀэу {{PLURAL:$1|хэлэжьакӀу|хэлэжьакӀо}}\";'),('ady-cyrl','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ady-cyrl','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ady-cyrl','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ady-cyrl','messages:createacct-benefit-heading','s:62:\"ady-cyrl:{{SITENAME}}-м ощ фэдэхэр дэлажьэх.\";'),('ady-cyrl','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ady-cyrl','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ady-cyrl','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ady-cyrl','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('ady-cyrl','messages:createacct-email-ph','s:52:\"ady-cyrl:Игъахь уи емэйл адресыр\";'),('ady-cyrl','messages:createacct-emailoptional','s:53:\"ady-cyrl:Емэйл адрес (егъэзыгъэп)\";'),('ady-cyrl','messages:createacct-emailrequired','s:30:\"ady-cyrl:Емэйл адрес\";'),('ady-cyrl','messages:createacct-error','s:65:\"ady-cyrl:Аккаунт къэублэныгъэ къончагъ\";'),('ady-cyrl','messages:createacct-helpusername','s:3:\"en:\";'),('ady-cyrl','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ady-cyrl','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('ady-cyrl','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('ady-cyrl','messages:createacct-realname','s:54:\"ady-cyrl:ЦIэ шъыпкъэр (егъэзыгъэп)\";'),('ady-cyrl','messages:createacct-reason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('ady-cyrl','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('ady-cyrl','messages:createacct-reason-ph','s:69:\"ady-cyrl:Сыда пэмыкI аккаунт зэкIэублэрэр?\";'),('ady-cyrl','messages:createacct-submit','s:45:\"ady-cyrl:Уи аккаунт бгъэпсын\";'),('ady-cyrl','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('ady-cyrl','messages:createacct-username-help','s:3:\"en:\";'),('ady-cyrl','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('ady-cyrl','messages:createacct-yourpassword-ph','s:48:\"ady-cyrl:Къэтх шъэфгущыIэ горэ\";'),('ady-cyrl','messages:createacct-yourpasswordagain','s:53:\"ady-cyrl:Тегъэпытыхь шъэфгущыIэр\";'),('ady-cyrl','messages:createacct-yourpasswordagain-ph','s:57:\"ady-cyrl:Къэтх шъэфгущыIэр джыри зэ\";'),('ady-cyrl','messages:created','s:33:\"ady-cyrl:къагъэхъуыгъ\";'),('ady-cyrl','messages:creating','s:52:\"ady-cyrl:$1 нэкӀубгъом и егъэжьэн\";'),('ady-cyrl','messages:credentialsform-account','s:16:\"en:Account name:\";'),('ady-cyrl','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('ady-cyrl','messages:creditspage','s:15:\"en:Page credits\";'),('ady-cyrl','messages:cur','s:15:\"ady-cyrl:джр\";'),('ady-cyrl','messages:currentevents','s:49:\"ady-cyrl:Джыр хъугъэ-шӀагъэхэр\";'),('ady-cyrl','messages:currentevents-url','s:57:\"ady-cyrl:Project:Джыр хъугъэ-шӀагъэхэр\";'),('ady-cyrl','messages:currentrev','s:32:\"ady-cyrl:Ыужрэ версие\";'),('ady-cyrl','messages:currentrev-asof','s:50:\"ady-cyrl:Джырэ версие, $1-м тетэу\";'),('ady-cyrl','messages:currentrevisionlink','s:34:\"ady-cyrl:Ыужрэ теплъэр\";'),('ady-cyrl','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('ady-cyrl','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('ady-cyrl','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('ady-cyrl','messages:databaseerror','s:49:\"ady-cyrl:Датэбазэм и къончагъэ\";'),('ady-cyrl','messages:databaseerror-error','s:35:\"ady-cyrl:Хэукъоныгъэ: $1\";'),('ady-cyrl','messages:databaseerror-function','s:27:\"ady-cyrl:Функцие: $1\";'),('ady-cyrl','messages:databaseerror-query','s:29:\"ady-cyrl:КIэупчIэн: $1\";'),('ady-cyrl','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('ady-cyrl','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('ady-cyrl','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('ady-cyrl','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('ady-cyrl','messages:date','s:27:\"en:From date (and earlier):\";'),('ady-cyrl','messages:date-range-from','s:13:\"en:From date:\";'),('ady-cyrl','messages:date-range-to','s:11:\"en:To date:\";'),('ady-cyrl','messages:datedefault','s:16:\"en:No preference\";'),('ady-cyrl','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('ady-cyrl','messages:days-abbrev','s:7:\"en:$1 d\";'),('ady-cyrl','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('ady-cyrl','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('ady-cyrl','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('ady-cyrl','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('ady-cyrl','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('ady-cyrl','messages:deadendpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('ady-cyrl','messages:dec','s:15:\"ady-cyrl:Тгъ\";'),('ady-cyrl','messages:december','s:27:\"ady-cyrl:Тыгъэгъаз\";'),('ady-cyrl','messages:december-gen','s:27:\"ady-cyrl:Тыгъэгъаз\";'),('ady-cyrl','messages:default','s:10:\"en:default\";'),('ady-cyrl','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('ady-cyrl','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('ady-cyrl','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('ady-cyrl','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('ady-cyrl','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('ady-cyrl','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('ady-cyrl','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('ady-cyrl','messages:delete','s:22:\"ady-cyrl:ТегъэкI\";'),('ady-cyrl','messages:delete-confirm','s:27:\"ady-cyrl:ТегъэкI \"$1\"\";'),('ady-cyrl','messages:delete-edit-reasonlist','s:68:\"ady-cyrl:ТегъэкIын къызпкъырыкIхэм яIэзэн\";'),('ady-cyrl','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ady-cyrl','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('ady-cyrl','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('ady-cyrl','messages:delete-hook-aborted','s:52:\"en:Deletion aborted by hook.\nIt gave no explanation.\";'),('ady-cyrl','messages:delete-legend','s:22:\"ady-cyrl:ТегъэкI\";'),('ady-cyrl','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('ady-cyrl','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('ady-cyrl','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ady-cyrl','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ady-cyrl','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('ady-cyrl','messages:delete_and_move_confirm','s:23:\"en:Yes, delete the page\";'),('ady-cyrl','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('ady-cyrl','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('ady-cyrl','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('ady-cyrl','messages:deletecomment','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('ady-cyrl','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ady-cyrl','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('ady-cyrl','messages:deletedcontributions-summary','s:3:\"en:\";'),('ady-cyrl','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('ady-cyrl','messages:deletedhist','s:50:\"ady-cyrl:ТегъэкIыгъэмэ я тарихъ\";'),('ady-cyrl','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('ady-cyrl','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('ady-cyrl','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('ady-cyrl','messages:deleteotherreason','s:27:\"en:Other/additional reason:\";'),('ady-cyrl','messages:deletepage','s:42:\"ady-cyrl:ТегъэкI нэкIубгъор\";'),('ady-cyrl','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('ady-cyrl','messages:deletepage-submit','s:42:\"ady-cyrl:ТегъэкI нэкIубгъор\";'),('ady-cyrl','messages:deletepage-summary','s:3:\"en:\";'),('ady-cyrl','messages:deleteprotected','s:90:\"ady-cyrl:Мы нэкIубгъор ухъумагъэшъ, тебгъэкIышъущтэп.\";'),('ady-cyrl','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('ady-cyrl','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ady-cyrl','messages:deletereasonotherlist','s:50:\"ady-cyrl:ПэмыкI къызпкъырыкIрэр\";'),('ady-cyrl','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('ady-cyrl','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ady-cyrl','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ady-cyrl','messages:deletionlog','s:41:\"ady-cyrl:тегъэкӏынмэ я лог\";'),('ady-cyrl','messages:dellogpage','s:38:\"ady-cyrl:Тегъэкӏыкӏэ лог\";'),('ady-cyrl','messages:dellogpagetext','s:80:\"ady-cyrl:Анахь бэмышI тегъэкIынмэ я куп ычIэгъкIэ\";'),('ady-cyrl','messages:destfilename','s:44:\"ady-cyrl:ЗдакIорэ файлым цыI:\";'),('ady-cyrl','messages:diff','s:25:\"ady-cyrl:зэфэшъхь\";'),('ady-cyrl','messages:diff-empty','s:35:\"ady-cyrl:(зэфэмыдэ яIэп)\";'),('ady-cyrl','messages:diff-form','s:14:\"en:Differences\";'),('ady-cyrl','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('ady-cyrl','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('ady-cyrl','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('ady-cyrl','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('ady-cyrl','messages:diff-form-submit','s:19:\"en:Show differences\";'),('ady-cyrl','messages:diff-form-summary','s:3:\"en:\";'),('ady-cyrl','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('ady-cyrl','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('ady-cyrl','messages:diff-multi-sameuser','s:159:\"ady-cyrl:({{PLURAL:$1|Зы гурыт версие горэ|$1 гурыт версиехэр}} зы нэбгырэм иеу къэгъэлъэгъуагъэп)\";'),('ady-cyrl','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('ady-cyrl','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('ady-cyrl','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady-cyrl','messages:difference-multipage','s:29:\"en:(Difference between pages)\";'),('ady-cyrl','messages:difference-title','s:51:\"ady-cyrl:\"$1\" - версиемэ зэгъэпшэн\";'),('ady-cyrl','messages:difference-title-multipage','s:38:\"en:$1 and $2: Difference between pages\";'),('ady-cyrl','messages:directorycreateerror','s:74:\"ady-cyrl:Директориеу \"$1\" къэублэн лъэкIыгъэп.\";'),('ady-cyrl','messages:directoryreadonlyerror','s:66:\"ady-cyrl:Директориер \"$1\" еджэн пэе закъу.\";'),('ady-cyrl','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('ady-cyrl','messages:disclaimerpage','s:48:\"ady-cyrl:Project:ПшъэдэкӀ умыхьын\";'),('ady-cyrl','messages:disclaimers','s:40:\"ady-cyrl:ПшъэдэкӀ умыхьын\";'),('ady-cyrl','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('ady-cyrl','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('ady-cyrl','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('ady-cyrl','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('ady-cyrl','messages:doubleredirects','s:19:\"en:Double redirects\";'),('ady-cyrl','messages:doubleredirects-summary','s:3:\"en:\";'),('ady-cyrl','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('ady-cyrl','messages:download','s:11:\"en:download\";'),('ady-cyrl','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('ady-cyrl','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ady-cyrl','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('ady-cyrl','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('ady-cyrl','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('ady-cyrl','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('ady-cyrl','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('ady-cyrl','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ady-cyrl','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('ady-cyrl','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ady-cyrl','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('ady-cyrl','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('ady-cyrl','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ady-cyrl','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('ady-cyrl','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('ady-cyrl','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('ady-cyrl','messages:edit','s:25:\"ady-cyrl:ХэӀэзыхь\";'),('ady-cyrl','messages:edit-already-exists','s:106:\"ady-cyrl:НэкIубгъуакIэр егъэжьэгъэн лъэкIыгъэп.\nАщ фэдэр щыIах.\";'),('ady-cyrl','messages:edit-conflict','s:55:\"ady-cyrl:ЕIэзэным зэгурымыIоныгъэ.\";'),('ady-cyrl','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('ady-cyrl','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('ady-cyrl','messages:edit-local','s:66:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэм еIэзэн\";'),('ady-cyrl','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('ady-cyrl','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('ady-cyrl','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('ady-cyrl','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('ady-cyrl','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('ady-cyrl','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('ady-cyrl','messages:editcomment','s:37:\"en:The edit summary was: <em>$1</em>.\";'),('ady-cyrl','messages:editconflict','s:58:\"ady-cyrl:ЕIэзэным зэгурымыIоныгъэ: $1\";'),('ady-cyrl','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('ady-cyrl','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('ady-cyrl','messages:editfont-serif','s:13:\"en:Serif font\";'),('ady-cyrl','messages:editfont-style','s:67:\"ady-cyrl:ЕIэзалъэ плIэмыем ытхыбзэ теплъ:\";'),('ady-cyrl','messages:edithelp','s:52:\"ady-cyrl:ХэӀэзэнымкӀэ ӀэпыӀэгъу\";'),('ady-cyrl','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ady-cyrl','messages:editing','s:27:\"ady-cyrl:$1 и еӀэзэн\";'),('ady-cyrl','messages:editingcomment','s:58:\"ady-cyrl:$1-м (секциякIэ) и еӀэзэныгъэ\";'),('ady-cyrl','messages:editinginterface','s:208:\"en:<strong>Warning:</strong> You are editing a page that is used to provide interface text for the software.\nChanges to this page will affect the appearance of the user interface for other users on this wiki.\";'),('ady-cyrl','messages:editingold','s:152:\"en:<strong>Warning: You are editing an out-of-date revision of this page.</strong>\nIf you publish it, any changes made since this revision will be lost.\";'),('ady-cyrl','messages:editingsection','s:53:\"ady-cyrl:$1-м (секцие) и еӀэзэныгъэ\";'),('ady-cyrl','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ady-cyrl','messages:editlink','s:17:\"ady-cyrl:еӀаз\";'),('ady-cyrl','messages:editnotice-notext','s:4:\"en:-\";'),('ady-cyrl','messages:editold','s:17:\"ady-cyrl:еӀаз\";'),('ady-cyrl','messages:editpage','s:14:\"en:Edit a page\";'),('ady-cyrl','messages:editpage-cannot-use-custom-model','s:106:\"ady-cyrl:Мы нэкӀубгъом ыкӀоцӀрытым и модел зэхъокӀын хъущтэп.\";'),('ady-cyrl','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ady-cyrl','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('ady-cyrl','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('ady-cyrl','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('ady-cyrl','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('ady-cyrl','messages:editpage-summary','s:3:\"en:\";'),('ady-cyrl','messages:editpage-tos-summary','s:4:\"en:-\";'),('ady-cyrl','messages:editsection','s:25:\"ady-cyrl:хэӀэзыхь\";'),('ady-cyrl','messages:editsectionhint','s:38:\"ady-cyrl:Пычыгъом хатх: $1\";'),('ady-cyrl','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('ady-cyrl','messages:edittools-upload','s:4:\"en:-\";'),('ady-cyrl','messages:editundo','s:35:\"ady-cyrl:зэкӀэгъэкӀожь\";'),('ady-cyrl','messages:editusergroup','s:49:\"ady-cyrl:Нэбгырэмэ я купмэ яIаз\";'),('ady-cyrl','messages:editwatchlist-summary','s:3:\"en:\";'),('ady-cyrl','messages:ellipsis','s:6:\"en:...\";'),('ady-cyrl','messages:email','s:19:\"ady-cyrl:Емэйл\";'),('ady-cyrl','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('ady-cyrl','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('ady-cyrl','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('ady-cyrl','messages:emailauthenticated','s:99:\"ady-cyrl:Уи емэйл адресыр уплъэкIужьыгъы, мафэр $2, уахъэр $3\";'),('ady-cyrl','messages:emailblock','s:17:\"en:email disabled\";'),('ady-cyrl','messages:emailccme','s:68:\"ady-cyrl:Симессаджым икопие къысфегъэхь.\";'),('ady-cyrl','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('ady-cyrl','messages:emailconfirmlink','s:62:\"ady-cyrl:Тегъэпытыхь уи емэйл адресыр\";'),('ady-cyrl','messages:emaildisabled','s:79:\"ady-cyrl:Мы сайтым емэйлхэр ыгъэхьын лъэкIырэп.\";'),('ady-cyrl','messages:emailfrom','s:8:\"en:From:\";'),('ady-cyrl','messages:emaillink','s:13:\"en:send email\";'),('ady-cyrl','messages:emailmessage','s:24:\"ady-cyrl:Мессадж:\";'),('ady-cyrl','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('ady-cyrl','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('ady-cyrl','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('ady-cyrl','messages:emailsend','s:21:\"ady-cyrl:Егъэхь\";'),('ady-cyrl','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ady-cyrl','messages:emailsent','s:42:\"ady-cyrl:Емэйлыр гъахьыгъэ\";'),('ady-cyrl','messages:emailsenttext','s:61:\"ady-cyrl:Уиемэйлыр моу джы гъахьыгъэ.\";'),('ady-cyrl','messages:emailsubject','s:11:\"en:Subject:\";'),('ady-cyrl','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('ady-cyrl','messages:emailto','s:6:\"en:To:\";'),('ady-cyrl','messages:emailuser','s:51:\"ady-cyrl:Нэбгырэм емэйл фегъэхь\";'),('ady-cyrl','messages:emailuser-summary','s:3:\"en:\";'),('ady-cyrl','messages:emailuser-title-notarget','s:55:\"ady-cyrl:Нэбгырэм емэйл фегъэхьын\";'),('ady-cyrl','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ady-cyrl','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('ady-cyrl','messages:emailusername','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady-cyrl','messages:emailusernamesubmit','s:21:\"ady-cyrl:Егъэхь\";'),('ady-cyrl','messages:empty-file','s:55:\"ady-cyrl:Ебгъэхьыгъэ файлыр нэкIы.\";'),('ady-cyrl','messages:empty-username','s:26:\"en:(no username available)\";'),('ady-cyrl','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('ady-cyrl','messages:enhancedrc-history','s:21:\"ady-cyrl:тарихъ\";'),('ady-cyrl','messages:enhancedrc-since-last-visit','s:70:\"ady-cyrl:$1 {{PLURAL:$1|ыужрэ хэхьагъум азыфагу}}\";'),('ady-cyrl','messages:enotif_anon_editor','s:43:\"ady-cyrl:ТымышӀэрэ нэбгыр $1\";'),('ady-cyrl','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('ady-cyrl','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady-cyrl','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady-cyrl','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('ady-cyrl','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady-cyrl','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ady-cyrl','messages:enotif_impersonal_salutation','s:38:\"ady-cyrl:{{SITENAME}} инэбгырэ\";'),('ady-cyrl','messages:enotif_lastdiff','s:30:\"en:To view this change, see $1\";'),('ady-cyrl','messages:enotif_lastvisited','s:48:\"en:For all changes since your last visit, see $1\";'),('ady-cyrl','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('ady-cyrl','messages:enotif_reset','s:25:\"en:Mark all pages visited\";'),('ady-cyrl','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('ady-cyrl','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('ady-cyrl','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('ady-cyrl','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('ady-cyrl','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('ady-cyrl','messages:enterlockreason','s:87:\"en:Enter a reason for the lock, including an estimate of when the lock will be released\";'),('ady-cyrl','messages:error','s:27:\"ady-cyrl:Къончагъэ\";'),('ady-cyrl','messages:errorpagetitle','s:31:\"ady-cyrl:Хэукъоныгъэ\";'),('ady-cyrl','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('ady-cyrl','messages:exception-nologin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady-cyrl','messages:exception-nologin-text','s:104:\"ady-cyrl:Системэм хахьэба мы нэкIубгъом е шIэным унэсышъунэу.\";'),('ady-cyrl','messages:exception-nologin-text-manual','s:54:\"en:Please $1 to be able to access this page or action.\";'),('ady-cyrl','messages:excontent','s:39:\"ady-cyrl:дэтхэгъагъэр: \"$1\"\";'),('ady-cyrl','messages:excontentauthor','s:173:\"ady-cyrl:дэтхагъэщтыгъэхэр: \"$1\", ыкIи хэлэжьэкIо закъощтыгъэр \"[[Special:Contributions/$2|$2]]\"([[User talk:$2|тегущыIэн]])\";'),('ady-cyrl','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('ady-cyrl','messages:exif-artist','s:9:\"en:Author\";'),('ady-cyrl','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('ady-cyrl','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('ady-cyrl','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('ady-cyrl','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('ady-cyrl','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('ady-cyrl','messages:exif-citydest','s:13:\"en:City shown\";'),('ady-cyrl','messages:exif-colorspace','s:14:\"en:Color space\";'),('ady-cyrl','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('ady-cyrl','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('ady-cyrl','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('ady-cyrl','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('ady-cyrl','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('ady-cyrl','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('ady-cyrl','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('ady-cyrl','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('ady-cyrl','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('ady-cyrl','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('ady-cyrl','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('ady-cyrl','messages:exif-compression','s:21:\"en:Compression scheme\";'),('ady-cyrl','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('ady-cyrl','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('ady-cyrl','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('ady-cyrl','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('ady-cyrl','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('ady-cyrl','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('ady-cyrl','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('ady-cyrl','messages:exif-compression-5','s:6:\"en:LZW\";'),('ady-cyrl','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('ady-cyrl','messages:exif-compression-7','s:7:\"en:JPEG\";'),('ady-cyrl','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('ady-cyrl','messages:exif-contact','s:22:\"en:Contact information\";'),('ady-cyrl','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ady-cyrl','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('ady-cyrl','messages:exif-contrast','s:11:\"en:Contrast\";'),('ady-cyrl','messages:exif-contrast-0','s:9:\"en:Normal\";'),('ady-cyrl','messages:exif-contrast-1','s:7:\"en:Soft\";'),('ady-cyrl','messages:exif-contrast-2','s:7:\"en:Hard\";'),('ady-cyrl','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ady-cyrl','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('ady-cyrl','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('ady-cyrl','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('ady-cyrl','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('ady-cyrl','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('ady-cyrl','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('ady-cyrl','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('ady-cyrl','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('ady-cyrl','messages:exif-countrydest','s:16:\"en:Country shown\";'),('ady-cyrl','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('ady-cyrl','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('ady-cyrl','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('ady-cyrl','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('ady-cyrl','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('ady-cyrl','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('ady-cyrl','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('ady-cyrl','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('ady-cyrl','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('ady-cyrl','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('ady-cyrl','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('ady-cyrl','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('ady-cyrl','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('ady-cyrl','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('ady-cyrl','messages:exif-datetime','s:28:\"en:File change date and time\";'),('ady-cyrl','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('ady-cyrl','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('ady-cyrl','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('ady-cyrl','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('ady-cyrl','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('ady-cyrl','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('ady-cyrl','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('ady-cyrl','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('ady-cyrl','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('ady-cyrl','messages:exif-dc-relation','s:16:\"en:Related media\";'),('ady-cyrl','messages:exif-dc-rights','s:9:\"en:Rights\";'),('ady-cyrl','messages:exif-dc-source','s:15:\"en:Source media\";'),('ady-cyrl','messages:exif-dc-type','s:16:\"en:Type of media\";'),('ady-cyrl','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('ady-cyrl','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('ady-cyrl','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('ady-cyrl','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('ady-cyrl','messages:exif-event','s:17:\"en:Event depicted\";'),('ady-cyrl','messages:exif-exifversion','s:15:\"en:Exif version\";'),('ady-cyrl','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('ady-cyrl','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('ady-cyrl','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('ady-cyrl','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('ady-cyrl','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('ady-cyrl','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('ady-cyrl','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('ady-cyrl','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('ady-cyrl','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('ady-cyrl','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('ady-cyrl','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('ady-cyrl','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('ady-cyrl','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('ady-cyrl','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('ady-cyrl','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('ady-cyrl','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('ady-cyrl','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('ady-cyrl','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('ady-cyrl','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('ady-cyrl','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('ady-cyrl','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('ady-cyrl','messages:exif-filesource','s:14:\"en:File source\";'),('ady-cyrl','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('ady-cyrl','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('ady-cyrl','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('ady-cyrl','messages:exif-flash','s:8:\"en:Flash\";'),('ady-cyrl','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('ady-cyrl','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('ady-cyrl','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('ady-cyrl','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('ady-cyrl','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('ady-cyrl','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('ady-cyrl','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('ady-cyrl','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('ady-cyrl','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('ady-cyrl','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('ady-cyrl','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('ady-cyrl','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('ady-cyrl','messages:exif-fnumber','s:11:\"en:F Number\";'),('ady-cyrl','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('ady-cyrl','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('ady-cyrl','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('ady-cyrl','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('ady-cyrl','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('ady-cyrl','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('ady-cyrl','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('ady-cyrl','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('ady-cyrl','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('ady-cyrl','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('ady-cyrl','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('ady-cyrl','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('ady-cyrl','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('ady-cyrl','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('ady-cyrl','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('ady-cyrl','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('ady-cyrl','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('ady-cyrl','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('ady-cyrl','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('ady-cyrl','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('ady-cyrl','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('ady-cyrl','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('ady-cyrl','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('ady-cyrl','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('ady-cyrl','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('ady-cyrl','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('ady-cyrl','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('ady-cyrl','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('ady-cyrl','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('ady-cyrl','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('ady-cyrl','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('ady-cyrl','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('ady-cyrl','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('ady-cyrl','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('ady-cyrl','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('ady-cyrl','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('ady-cyrl','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('ady-cyrl','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('ady-cyrl','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('ady-cyrl','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('ady-cyrl','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('ady-cyrl','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('ady-cyrl','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('ady-cyrl','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('ady-cyrl','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('ady-cyrl','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('ady-cyrl','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('ady-cyrl','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('ady-cyrl','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('ady-cyrl','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('ady-cyrl','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('ady-cyrl','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('ady-cyrl','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('ady-cyrl','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('ady-cyrl','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('ady-cyrl','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('ady-cyrl','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('ady-cyrl','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('ady-cyrl','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('ady-cyrl','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('ady-cyrl','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('ady-cyrl','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('ady-cyrl','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('ady-cyrl','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('ady-cyrl','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('ady-cyrl','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('ady-cyrl','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('ady-cyrl','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('ady-cyrl','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('ady-cyrl','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('ady-cyrl','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('ady-cyrl','messages:exif-headline','s:11:\"en:Headline\";'),('ady-cyrl','messages:exif-identifier','s:13:\"en:Identifier\";'),('ady-cyrl','messages:exif-iimcategory','s:11:\"en:Category\";'),('ady-cyrl','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('ady-cyrl','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('ady-cyrl','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('ady-cyrl','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('ady-cyrl','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('ady-cyrl','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('ady-cyrl','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('ady-cyrl','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('ady-cyrl','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('ady-cyrl','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('ady-cyrl','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('ady-cyrl','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('ady-cyrl','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('ady-cyrl','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('ady-cyrl','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('ady-cyrl','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('ady-cyrl','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('ady-cyrl','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('ady-cyrl','messages:exif-iimversion','s:14:\"en:IIM version\";'),('ady-cyrl','messages:exif-imagedescription','s:14:\"en:Image title\";'),('ady-cyrl','messages:exif-imagelength','s:9:\"en:Height\";'),('ady-cyrl','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('ady-cyrl','messages:exif-imagewidth','s:8:\"en:Width\";'),('ady-cyrl','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('ady-cyrl','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('ady-cyrl','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('ady-cyrl','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('ady-cyrl','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('ady-cyrl','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('ady-cyrl','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('ady-cyrl','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('ady-cyrl','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('ady-cyrl','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('ady-cyrl','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('ady-cyrl','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('ady-cyrl','messages:exif-keywords','s:11:\"en:Keywords\";'),('ady-cyrl','messages:exif-label','s:8:\"en:Label\";'),('ady-cyrl','messages:exif-languagecode','s:11:\"en:Language\";'),('ady-cyrl','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('ady-cyrl','messages:exif-lens','s:12:\"en:Lens used\";'),('ady-cyrl','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('ady-cyrl','messages:exif-lightsource','s:15:\"en:Light source\";'),('ady-cyrl','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('ady-cyrl','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('ady-cyrl','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('ady-cyrl','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('ady-cyrl','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('ady-cyrl','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('ady-cyrl','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('ady-cyrl','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('ady-cyrl','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('ady-cyrl','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('ady-cyrl','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('ady-cyrl','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('ady-cyrl','messages:exif-lightsource-20','s:6:\"en:D55\";'),('ady-cyrl','messages:exif-lightsource-21','s:6:\"en:D65\";'),('ady-cyrl','messages:exif-lightsource-22','s:6:\"en:D75\";'),('ady-cyrl','messages:exif-lightsource-23','s:6:\"en:D50\";'),('ady-cyrl','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('ady-cyrl','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('ady-cyrl','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('ady-cyrl','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('ady-cyrl','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('ady-cyrl','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('ady-cyrl','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('ady-cyrl','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('ady-cyrl','messages:exif-make-value','s:5:\"en:$1\";'),('ady-cyrl','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('ady-cyrl','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('ady-cyrl','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('ady-cyrl','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('ady-cyrl','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('ady-cyrl','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('ady-cyrl','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('ady-cyrl','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('ady-cyrl','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('ady-cyrl','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('ady-cyrl','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('ady-cyrl','messages:exif-model','s:15:\"en:Camera model\";'),('ady-cyrl','messages:exif-model-value','s:5:\"en:$1\";'),('ady-cyrl','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('ady-cyrl','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('ady-cyrl','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('ady-cyrl','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('ady-cyrl','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('ady-cyrl','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('ady-cyrl','messages:exif-objectname','s:14:\"en:Short title\";'),('ady-cyrl','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('ady-cyrl','messages:exif-orientation','s:14:\"en:Orientation\";'),('ady-cyrl','messages:exif-orientation-1','s:9:\"en:Normal\";'),('ady-cyrl','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('ady-cyrl','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('ady-cyrl','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('ady-cyrl','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('ady-cyrl','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('ady-cyrl','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('ady-cyrl','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('ady-cyrl','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('ady-cyrl','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('ady-cyrl','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('ady-cyrl','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('ady-cyrl','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('ady-cyrl','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('ady-cyrl','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('ady-cyrl','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('ady-cyrl','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('ady-cyrl','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('ady-cyrl','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('ady-cyrl','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('ady-cyrl','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('ady-cyrl','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('ady-cyrl','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('ady-cyrl','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('ady-cyrl','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ady-cyrl','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('ady-cyrl','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('ady-cyrl','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('ady-cyrl','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('ady-cyrl','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('ady-cyrl','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('ady-cyrl','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('ady-cyrl','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('ady-cyrl','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('ady-cyrl','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('ady-cyrl','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('ady-cyrl','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('ady-cyrl','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('ady-cyrl','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('ady-cyrl','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('ady-cyrl','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('ady-cyrl','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('ady-cyrl','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('ady-cyrl','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('ady-cyrl','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('ady-cyrl','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('ady-cyrl','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('ady-cyrl','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('ady-cyrl','messages:exif-saturation','s:13:\"en:Saturation\";'),('ady-cyrl','messages:exif-saturation-0','s:9:\"en:Normal\";'),('ady-cyrl','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('ady-cyrl','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('ady-cyrl','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('ady-cyrl','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('ady-cyrl','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('ady-cyrl','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('ady-cyrl','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('ady-cyrl','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('ady-cyrl','messages:exif-scenetype','s:13:\"en:Scene type\";'),('ady-cyrl','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('ady-cyrl','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('ady-cyrl','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('ady-cyrl','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('ady-cyrl','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('ady-cyrl','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('ady-cyrl','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('ady-cyrl','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('ady-cyrl','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('ady-cyrl','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('ady-cyrl','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('ady-cyrl','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('ady-cyrl','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('ady-cyrl','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('ady-cyrl','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('ady-cyrl','messages:exif-software','s:16:\"en:Software used\";'),('ady-cyrl','messages:exif-software-value','s:5:\"en:$1\";'),('ady-cyrl','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ady-cyrl','messages:exif-source','s:9:\"en:Source\";'),('ady-cyrl','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('ady-cyrl','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('ady-cyrl','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('ady-cyrl','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('ady-cyrl','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('ady-cyrl','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('ady-cyrl','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('ady-cyrl','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('ady-cyrl','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('ady-cyrl','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('ady-cyrl','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('ady-cyrl','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('ady-cyrl','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('ady-cyrl','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('ady-cyrl','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('ady-cyrl','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('ady-cyrl','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('ady-cyrl','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('ady-cyrl','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('ady-cyrl','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('ady-cyrl','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('ady-cyrl','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('ady-cyrl','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('ady-cyrl','messages:exif-urgency','s:10:\"en:Urgency\";'),('ady-cyrl','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('ady-cyrl','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('ady-cyrl','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('ady-cyrl','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('ady-cyrl','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('ady-cyrl','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('ady-cyrl','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('ady-cyrl','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('ady-cyrl','messages:exif-usercomment','s:16:\"en:User comments\";'),('ady-cyrl','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('ady-cyrl','messages:exif-whitebalance','s:16:\"en:White balance\";'),('ady-cyrl','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('ady-cyrl','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('ady-cyrl','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('ady-cyrl','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('ady-cyrl','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('ady-cyrl','messages:exif-writer','s:9:\"en:Writer\";'),('ady-cyrl','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('ady-cyrl','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('ady-cyrl','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('ady-cyrl','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('ady-cyrl','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('ady-cyrl','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('ady-cyrl','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('ady-cyrl','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('ady-cyrl','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('ady-cyrl','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('ady-cyrl','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('ady-cyrl','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('ady-cyrl','messages:expand_templates_input','s:33:\"ady-cyrl:Ихьэрэ текст:\";'),('ady-cyrl','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('ady-cyrl','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('ady-cyrl','messages:expand_templates_ok','s:17:\"ady-cyrl:Хъун\";'),('ady-cyrl','messages:expand_templates_output','s:25:\"ady-cyrl:Резултат\";'),('ady-cyrl','messages:expand_templates_preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady-cyrl','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady-cyrl','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('ady-cyrl','messages:expand_templates_remove_comments','s:43:\"ady-cyrl:ТегъэкI комментхэр\";'),('ady-cyrl','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('ady-cyrl','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('ady-cyrl','messages:expand_templates_xml_output','s:30:\"ady-cyrl:XML къикIырэр\";'),('ady-cyrl','messages:expandtemplates','s:19:\"en:Expand templates\";'),('ady-cyrl','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('ady-cyrl','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('ady-cyrl','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('ady-cyrl','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('ady-cyrl','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ady-cyrl','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('ady-cyrl','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('ady-cyrl','messages:export','s:50:\"ady-cyrl:НэкӀубгъохэр къыхэщын\";'),('ady-cyrl','messages:export-addcat','s:25:\"ady-cyrl:Хэгъахъу\";'),('ady-cyrl','messages:export-addcattext','s:82:\"ady-cyrl:Хэгъахъу нэкIубгъохэр категорием щыщэу:\";'),('ady-cyrl','messages:export-addns','s:25:\"ady-cyrl:Хэгъахъу\";'),('ady-cyrl','messages:export-addnstext','s:79:\"ady-cyrl:Хэгъахъу нэкIубгъохэр цIэчIыпIэм щыщэу:\";'),('ady-cyrl','messages:export-download','s:15:\"en:Save as file\";'),('ady-cyrl','messages:export-manual','s:22:\"en:Add pages manually:\";'),('ady-cyrl','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('ady-cyrl','messages:export-submit','s:9:\"en:Export\";'),('ady-cyrl','messages:export-summary','s:3:\"en:\";'),('ady-cyrl','messages:export-templates','s:20:\"en:Include templates\";'),('ady-cyrl','messages:exportall','s:19:\"en:Export all pages\";'),('ady-cyrl','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('ady-cyrl','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('ady-cyrl','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('ady-cyrl','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('ady-cyrl','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('ady-cyrl','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('ady-cyrl','messages:faq','s:21:\"ady-cyrl:ПчъаЗы\";'),('ady-cyrl','messages:feb','s:15:\"ady-cyrl:Мзй\";'),('ady-cyrl','messages:february','s:19:\"ady-cyrl:Мэзай\";'),('ady-cyrl','messages:february-gen','s:19:\"ady-cyrl:Мэзай\";'),('ady-cyrl','messages:feed-atom','s:7:\"en:Atom\";'),('ady-cyrl','messages:feed-invalid','s:69:\"ady-cyrl:КIэтхакIэ каналым и типыр къуанчэ\";'),('ady-cyrl','messages:feed-rss','s:6:\"en:RSS\";'),('ady-cyrl','messages:feed-unavailable','s:56:\"ady-cyrl:Синдикацие чэзыухэр щыIэп\";'),('ady-cyrl','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('ady-cyrl','messages:feedback-back','s:7:\"en:Back\";'),('ady-cyrl','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('ady-cyrl','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('ady-cyrl','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('ady-cyrl','messages:feedback-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:feedback-close','s:7:\"en:Done\";'),('ady-cyrl','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('ady-cyrl','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('ady-cyrl','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('ady-cyrl','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('ady-cyrl','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('ady-cyrl','messages:feedback-message','s:24:\"ady-cyrl:Мессадж:\";'),('ady-cyrl','messages:feedback-subject','s:11:\"en:Subject:\";'),('ady-cyrl','messages:feedback-submit','s:9:\"en:Submit\";'),('ady-cyrl','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('ady-cyrl','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('ady-cyrl','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('ady-cyrl','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('ady-cyrl','messages:feedback-useragent','s:14:\"en:User agent:\";'),('ady-cyrl','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('ady-cyrl','messages:fewestrevisions-summary','s:3:\"en:\";'),('ady-cyrl','messages:file-anchor-link','s:17:\"ady-cyrl:Файл\";'),('ady-cyrl','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('ady-cyrl','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('ady-cyrl','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('ady-cyrl','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('ady-cyrl','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('ady-cyrl','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ady-cyrl','messages:file-info-gif-looped','s:9:\"en:looped\";'),('ady-cyrl','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ady-cyrl','messages:file-info-png-looped','s:9:\"en:looped\";'),('ady-cyrl','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('ady-cyrl','messages:file-info-size','s:80:\"ady-cyrl:Пиксел $1 × $2, файлым иинагъэ: $3, MIME-тип: $4\";'),('ady-cyrl','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('ady-cyrl','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('ady-cyrl','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('ady-cyrl','messages:file-nohires','s:51:\"ady-cyrl:Нахь зэхэщыкIэ ин щыIэп.\";'),('ady-cyrl','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('ady-cyrl','messages:file-too-large','s:56:\"ady-cyrl:Ебгъэхьыгъэ файлыр иныщэ.\";'),('ady-cyrl','messages:filecopyerror','s:72:\"ady-cyrl:\"$1\"-файлыр \"$2\"-м копи шIын лъэкIыгъэп.\";'),('ady-cyrl','messages:filedelete','s:12:\"en:Delete $1\";'),('ady-cyrl','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('ady-cyrl','messages:filedelete-comment','s:10:\"en:Reason:\";'),('ady-cyrl','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('ady-cyrl','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ady-cyrl','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ady-cyrl','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('ady-cyrl','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('ady-cyrl','messages:filedelete-legend','s:14:\"en:Delete file\";'),('ady-cyrl','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('ady-cyrl','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('ady-cyrl','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('ady-cyrl','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ady-cyrl','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('ady-cyrl','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('ady-cyrl','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ady-cyrl','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('ady-cyrl','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ady-cyrl','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('ady-cyrl','messages:filedelete-submit','s:9:\"en:Delete\";'),('ady-cyrl','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('ady-cyrl','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('ady-cyrl','messages:filedeleteerror','s:63:\"ady-cyrl:Файлэу \"$1\" тегъэкIын лъэкIырэп.\";'),('ady-cyrl','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('ady-cyrl','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('ady-cyrl','messages:filedesc','s:23:\"ady-cyrl:КӀэкӀэу\";'),('ady-cyrl','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('ady-cyrl','messages:fileduplicatesearch-filename','s:12:\"en:Filename:\";'),('ady-cyrl','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('ady-cyrl','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('ady-cyrl','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('ady-cyrl','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('ady-cyrl','messages:fileduplicatesearch-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('ady-cyrl','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('ady-cyrl','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('ady-cyrl','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('ady-cyrl','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ady-cyrl','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('ady-cyrl','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ady-cyrl','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('ady-cyrl','messages:filehist','s:30:\"ady-cyrl:Файл тарихъ\";'),('ady-cyrl','messages:filehist-comment','s:27:\"ady-cyrl:ПыӀухьажь\";'),('ady-cyrl','messages:filehist-current','s:19:\"ady-cyrl:джырэ\";'),('ady-cyrl','messages:filehist-datetime','s:30:\"ady-cyrl:Мафэ/Уахътэ\";'),('ady-cyrl','messages:filehist-deleteall','s:13:\"en:delete all\";'),('ady-cyrl','messages:filehist-deleteone','s:9:\"en:delete\";'),('ady-cyrl','messages:filehist-dimensions','s:29:\"ady-cyrl:Иинагъэхэр\";'),('ady-cyrl','messages:filehist-filesize','s:12:\"en:File size\";'),('ady-cyrl','messages:filehist-help','s:133:\"ady-cyrl:Мафэ/уахътэм теӀункӀ итеплъэр ащыгъум зэрэщытыгъэр плъэгъуным пае.\";'),('ady-cyrl','messages:filehist-nothumb','s:15:\"en:No thumbnail\";'),('ady-cyrl','messages:filehist-revert','s:31:\"ady-cyrl:зэкIэгъэкIон\";'),('ady-cyrl','messages:filehist-thumb','s:30:\"ady-cyrl:рэсым цӀыку\";'),('ady-cyrl','messages:filehist-thumbtext','s:71:\"ady-cyrl:Зэманэу $1-м и версие и теплъэцIыкIу\";'),('ady-cyrl','messages:filehist-user','s:21:\"ady-cyrl:Нэбгрэ\";'),('ady-cyrl','messages:filemissing','s:31:\"ady-cyrl:Файлыр щэкIэ\";'),('ady-cyrl','messages:filename','s:24:\"ady-cyrl:ФайлыцIэ\";'),('ady-cyrl','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('ady-cyrl','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('ady-cyrl','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('ady-cyrl','messages:filename-toolong','s:84:\"ady-cyrl:ФайлыцIэр байт 240 нахьыбэ хъун лъэкIыщтэп.\";'),('ady-cyrl','messages:filename-tooshort','s:43:\"ady-cyrl:ФайлыцIэр кIэкуащэ.\";'),('ady-cyrl','messages:filenotfound','s:64:\"ady-cyrl:Файлэу \"$1\" гъотыгъэн лъэкIырэп.\";'),('ady-cyrl','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('ady-cyrl','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('ady-cyrl','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('ady-cyrl','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('ady-cyrl','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('ady-cyrl','messages:filerenameerror','s:84:\"ady-cyrl:Файлэу \"$1\" ыцIэ \"$2\" фэдэу хъожьын лъэкIырэп.\";'),('ady-cyrl','messages:filereuploadsummary','s:50:\"ady-cyrl:Файлым и зэблэхъунхэр:\";'),('ady-cyrl','messages:filerevert','s:12:\"en:Revert $1\";'),('ady-cyrl','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('ady-cyrl','messages:filerevert-comment','s:10:\"en:Reason:\";'),('ady-cyrl','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('ady-cyrl','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('ady-cyrl','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('ady-cyrl','messages:filerevert-legend','s:14:\"en:Revert file\";'),('ady-cyrl','messages:filerevert-submit','s:9:\"en:Revert\";'),('ady-cyrl','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('ady-cyrl','messages:filesource','s:22:\"ady-cyrl:Лъапсэ:\";'),('ady-cyrl','messages:filestatus','s:20:\"en:Copyright status:\";'),('ady-cyrl','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('ady-cyrl','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('ady-cyrl','messages:filetype-banned','s:55:\"ady-cyrl:Мыфэдэ файл типыр адэрэп.\";'),('ady-cyrl','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('ady-cyrl','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('ady-cyrl','messages:filetype-missing','s:85:\"ady-cyrl:Мы файлым зэхэщьыгъэ пари еIэп (\".jpg\" фэдэу).\";'),('ady-cyrl','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('ady-cyrl','messages:fileuploadsummary','s:24:\"ady-cyrl:КӀэкӀэу:\";'),('ady-cyrl','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('ady-cyrl','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('ady-cyrl','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('ady-cyrl','messages:formerror','s:93:\"ady-cyrl:Хэукъоныгъэ: Формэр тегъэпытыхьан лъэкIыгъэп.\";'),('ady-cyrl','messages:fri','s:15:\"ady-cyrl:Брш\";'),('ady-cyrl','messages:friday','s:29:\"ady-cyrl:Бэрэскэшху\";'),('ady-cyrl','messages:friday-at','s:15:\"en:Friday at $1\";'),('ady-cyrl','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('ady-cyrl','messages:gender-female','s:49:\"ady-cyrl:Вики нэкIубгъомэ яIазэ\";'),('ady-cyrl','messages:gender-male','s:49:\"ady-cyrl:Вики нэкIубгъомэ яIазэ\";'),('ady-cyrl','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('ady-cyrl','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('ady-cyrl','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('ady-cyrl','messages:go','s:15:\"ady-cyrl:КӀо\";'),('ady-cyrl','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('ady-cyrl','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ady-cyrl','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('ady-cyrl','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('ady-cyrl','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('ady-cyrl','messages:grant-basic','s:15:\"en:Basic rights\";'),('ady-cyrl','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('ady-cyrl','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('ady-cyrl','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('ady-cyrl','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('ady-cyrl','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('ady-cyrl','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('ady-cyrl','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('ady-cyrl','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('ady-cyrl','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('ady-cyrl','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('ady-cyrl','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('ady-cyrl','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('ady-cyrl','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('ady-cyrl','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('ady-cyrl','messages:grant-group-email','s:13:\"en:Send email\";'),('ady-cyrl','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('ady-cyrl','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('ady-cyrl','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('ady-cyrl','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('ady-cyrl','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('ady-cyrl','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('ady-cyrl','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('ady-cyrl','messages:grant-import','s:19:\"en:Import revisions\";'),('ady-cyrl','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('ady-cyrl','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('ady-cyrl','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('ady-cyrl','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('ady-cyrl','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('ady-cyrl','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('ady-cyrl','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('ady-cyrl','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('ady-cyrl','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('ady-cyrl','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('ady-cyrl','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('ady-cyrl','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('ady-cyrl','messages:group','s:16:\"ady-cyrl:Куп:\";'),('ady-cyrl','messages:group-all','s:20:\"ady-cyrl:(зэкIэ)\";'),('ady-cyrl','messages:group-autoconfirmed','s:59:\"ady-cyrl:АутоуплъэкIугъэ нэбгырэхэр\";'),('ady-cyrl','messages:group-autoconfirmed-member','s:67:\"ady-cyrl:{{GENDER:$1|аутоуплъэкIугъэ нэбгырэ}}\";'),('ady-cyrl','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('ady-cyrl','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('ady-cyrl','messages:group-bot','s:21:\"ady-cyrl:Ботхэр\";'),('ady-cyrl','messages:group-bot-member','s:29:\"ady-cyrl:{{GENDER:$1|бот}}\";'),('ady-cyrl','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('ady-cyrl','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('ady-cyrl','messages:group-bureaucrat','s:31:\"ady-cyrl:Бюрократхэр\";'),('ady-cyrl','messages:group-bureaucrat-member','s:39:\"ady-cyrl:{{GENDER:$1|бюрократ}}\";'),('ady-cyrl','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('ady-cyrl','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('ady-cyrl','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('ady-cyrl','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('ady-cyrl','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('ady-cyrl','messages:group-named','s:19:\"en:Registered users\";'),('ady-cyrl','messages:group-suppress','s:14:\"en:Suppressors\";'),('ady-cyrl','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('ady-cyrl','messages:group-sysop','s:35:\"ady-cyrl:Ιэшъхьэтетхэр\";'),('ady-cyrl','messages:group-sysop-member','s:42:\"ady-cyrl:{{GENDER:$1|Iэшъхьэтет}}\";'),('ady-cyrl','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('ady-cyrl','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('ady-cyrl','messages:group-user','s:29:\"ady-cyrl:Нэбгырэхэр\";'),('ady-cyrl','messages:group-user-member','s:37:\"ady-cyrl:{{GENDER:$1|нэбгырэ}}\";'),('ady-cyrl','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('ady-cyrl','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('ady-cyrl','messages:grouppage-autoconfirmed','s:74:\"ady-cyrl:{{ns:project}}:АутоуплъэкIугъэ нэбгырэхэр\";'),('ady-cyrl','messages:grouppage-bot','s:36:\"ady-cyrl:{{ns:project}}:Ботхэр\";'),('ady-cyrl','messages:grouppage-bureaucrat','s:46:\"ady-cyrl:{{ns:project}}:Бюрократхэр\";'),('ady-cyrl','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('ady-cyrl','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('ady-cyrl','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('ady-cyrl','messages:grouppage-sysop','s:50:\"ady-cyrl:{{ns:project}}:Ӏэшъхьэтетхэр\";'),('ady-cyrl','messages:grouppage-user','s:44:\"ady-cyrl:{{ns:project}}:Нэбгырэхэр\";'),('ady-cyrl','messages:guesstimezone','s:43:\"ady-cyrl:Браузерым къитхыкI\";'),('ady-cyrl','messages:headline-anchor-title','s:58:\"ady-cyrl:Мы секцием къэзыщэрэ зэпыщ\";'),('ady-cyrl','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('ady-cyrl','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('ady-cyrl','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('ady-cyrl','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('ady-cyrl','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('ady-cyrl','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('ady-cyrl','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('ady-cyrl','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('ady-cyrl','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('ady-cyrl','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('ady-cyrl','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('ady-cyrl','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('ady-cyrl','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('ady-cyrl','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('ady-cyrl','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('ady-cyrl','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('ady-cyrl','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('ady-cyrl','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('ady-cyrl','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('ady-cyrl','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('ady-cyrl','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('ady-cyrl','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('ady-cyrl','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('ady-cyrl','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('ady-cyrl','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('ady-cyrl','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('ady-cyrl','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('ady-cyrl','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('ady-cyrl','messages:help','s:27:\"ady-cyrl:ӀэпыӀэгъу\";'),('ady-cyrl','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('ady-cyrl','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ady-cyrl','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ady-cyrl','messages:helppage-top-gethelp','s:27:\"ady-cyrl:ӀэпыӀэгъу\";'),('ady-cyrl','messages:hidden-categories','s:112:\"ady-cyrl:{{PLURAL:$1|Гъэбылъыгъэ категорие|Гъэбылъыгъэ категориехэр}}\";'),('ady-cyrl','messages:hidden-category-category','s:56:\"ady-cyrl:Гъэбылъыгъэ категориехэр\";'),('ady-cyrl','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('ady-cyrl','messages:hiddencategories','s:172:\"ady-cyrl:Мы нэкIубгъор зыщыщыр мы {{PLURAL:$1|1 категорие гъэбылъыгъэр|$1 категорие гъэбылъыгъэхэр}} ары:\";'),('ady-cyrl','messages:hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:hidetoc','s:23:\"ady-cyrl:гъэбылъ\";'),('ady-cyrl','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('ady-cyrl','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('ady-cyrl','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('ady-cyrl','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('ady-cyrl','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('ady-cyrl','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('ady-cyrl','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('ady-cyrl','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('ady-cyrl','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('ady-cyrl','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('ady-cyrl','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('ady-cyrl','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('ady-cyrl','messages:hist','s:15:\"ady-cyrl:тар\";'),('ady-cyrl','messages:histfirst','s:37:\"ady-cyrl:нахьыжъдэдэхэр\";'),('ady-cyrl','messages:histlast','s:28:\"ady-cyrl:кIэдэдэхэр\";'),('ady-cyrl','messages:histlegend','s:317:\"en:Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.<br />\nLegend: <strong>({{int:cur}})</strong> = difference with latest revision, <strong>({{int:last}})</strong> = difference with preceding revision, <strong>{{int:minoreditletter}}</strong> = minor edit.\";'),('ady-cyrl','messages:history','s:38:\"ady-cyrl:Тхьапэм итарихъ\";'),('ady-cyrl','messages:history-edit-tags','s:82:\"ady-cyrl:ХэшыпыкIыгъэ версиемэ я тегхэр зэблэхъу\";'),('ady-cyrl','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('ady-cyrl','messages:history-feed-description','s:84:\"ady-cyrl:Мы нэкIубгъом и еIэзэнмэ я тарихъ викимкIэ\";'),('ady-cyrl','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('ady-cyrl','messages:history-feed-item-nocomment','s:11:\"en:$1 at $2\";'),('ady-cyrl','messages:history-feed-title','s:40:\"ady-cyrl:ЕIэзэнмэ я тарихъ\";'),('ady-cyrl','messages:history-fieldset-title','s:36:\"ady-cyrl:Хаплъ тарихъым\";'),('ady-cyrl','messages:history-show-deleted','s:47:\"ady-cyrl:ТегъэкIыгъэ закъохэр\";'),('ady-cyrl','messages:history-title','s:61:\"ady-cyrl:ЗэхъокIыныгъэмэ я тарихъ - \"$1\"\";'),('ady-cyrl','messages:history_copyright','s:4:\"en:-\";'),('ady-cyrl','messages:history_short','s:21:\"ady-cyrl:Тарихъ\";'),('ady-cyrl','messages:history_small','s:10:\"en:history\";'),('ady-cyrl','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('ady-cyrl','messages:historyempty','s:16:\"ady-cyrl:нэкI\";'),('ady-cyrl','messages:historysize','s:53:\"ady-cyrl:({{PLURAL:$1|1 байт|$1 байтхэр}})\";'),('ady-cyrl','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('ady-cyrl','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('ady-cyrl','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('ady-cyrl','messages:hours-abbrev','s:7:\"en:$1 h\";'),('ady-cyrl','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('ady-cyrl','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('ady-cyrl','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('ady-cyrl','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('ady-cyrl','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('ady-cyrl','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('ady-cyrl','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('ady-cyrl','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('ady-cyrl','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('ady-cyrl','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('ady-cyrl','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('ady-cyrl','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('ady-cyrl','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('ady-cyrl','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('ady-cyrl','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('ady-cyrl','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('ady-cyrl','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('ady-cyrl','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('ady-cyrl','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('ady-cyrl','messages:htmlform-no','s:5:\"en:No\";'),('ady-cyrl','messages:htmlform-required','s:26:\"en:This value is required.\";'),('ady-cyrl','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('ady-cyrl','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('ady-cyrl','messages:htmlform-selectorother-other','s:8:\"en:Other\";'),('ady-cyrl','messages:htmlform-submit','s:9:\"en:Submit\";'),('ady-cyrl','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('ady-cyrl','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('ady-cyrl','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('ady-cyrl','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('ady-cyrl','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('ady-cyrl','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('ady-cyrl','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('ady-cyrl','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('ady-cyrl','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('ady-cyrl','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ady-cyrl','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('ady-cyrl','messages:htmlform-yes','s:6:\"en:Yes\";'),('ady-cyrl','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('ady-cyrl','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('ady-cyrl','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('ady-cyrl','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('ady-cyrl','messages:http-invalid-url','s:29:\"ady-cyrl:URL къуанч: $1\";'),('ady-cyrl','messages:http-read-error','s:47:\"ady-cyrl:HTTP и еджэн фыкъуагъэ.\";'),('ady-cyrl','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('ady-cyrl','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('ady-cyrl','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('ady-cyrl','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('ady-cyrl','messages:illegal-filename','s:45:\"ady-cyrl:Мы файлыцIэр адэрэп.\";'),('ady-cyrl','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('ady-cyrl','messages:ilsubmit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('ady-cyrl','messages:imagelinks','s:41:\"ady-cyrl:Файлым и гъэфедэн\";'),('ady-cyrl','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('ady-cyrl','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('ady-cyrl','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('ady-cyrl','messages:imagepage','s:51:\"ady-cyrl:Файлым и нэкIубгъо еплъ\";'),('ady-cyrl','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('ady-cyrl','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('ady-cyrl','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('ady-cyrl','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('ady-cyrl','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('ady-cyrl','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('ady-cyrl','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('ady-cyrl','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('ady-cyrl','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('ady-cyrl','messages:img-lang-default','s:21:\"en:(default language)\";'),('ady-cyrl','messages:img-lang-go','s:5:\"en:Go\";'),('ady-cyrl','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('ady-cyrl','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('ady-cyrl','messages:imgfile','s:17:\"ady-cyrl:файл\";'),('ady-cyrl','messages:imgmultigo','s:6:\"en:Go!\";'),('ady-cyrl','messages:imgmultigoto','s:16:\"en:Go to page $1\";'),('ady-cyrl','messages:imgmultipagenext','s:16:\"en:next page →\";'),('ady-cyrl','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('ady-cyrl','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('ady-cyrl','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('ady-cyrl','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('ady-cyrl','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('ady-cyrl','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('ady-cyrl','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('ady-cyrl','messages:import','s:15:\"en:Import pages\";'),('ady-cyrl','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('ady-cyrl','messages:import-comment','s:27:\"ady-cyrl:ПыIухьажь:\";'),('ady-cyrl','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('ady-cyrl','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('ady-cyrl','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('ady-cyrl','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('ady-cyrl','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('ady-cyrl','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('ady-cyrl','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('ady-cyrl','messages:import-interwiki-sourcepage','s:42:\"ady-cyrl:Лъапсэ нэкIубгъор:\";'),('ady-cyrl','messages:import-interwiki-sourcewiki','s:36:\"ady-cyrl:Лъапсэм и вики:\";'),('ady-cyrl','messages:import-interwiki-submit','s:17:\"ady-cyrl:Къих\";'),('ady-cyrl','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('ady-cyrl','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('ady-cyrl','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('ady-cyrl','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ady-cyrl','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('ady-cyrl','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ady-cyrl','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('ady-cyrl','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('ady-cyrl','messages:import-mapping-namespace','s:53:\"ady-cyrl:Къихи цIэчIыпIэм къилъхь:\";'),('ady-cyrl','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('ady-cyrl','messages:import-noarticle','s:21:\"en:No page to import!\";'),('ady-cyrl','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('ady-cyrl','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('ady-cyrl','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('ady-cyrl','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ady-cyrl','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('ady-cyrl','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('ady-cyrl','messages:import-summary','s:3:\"en:\";'),('ady-cyrl','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady-cyrl','messages:import-upload','s:18:\"en:Upload XML data\";'),('ady-cyrl','messages:import-upload-filename','s:25:\"ady-cyrl:ФайлыцIэ:\";'),('ady-cyrl','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('ady-cyrl','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('ady-cyrl','messages:importcantopen','s:29:\"en:Could not open import file\";'),('ady-cyrl','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('ady-cyrl','messages:importfailed','s:37:\"en:Import failed: <nowiki>$1</nowiki>\";'),('ady-cyrl','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('ady-cyrl','messages:importlogpage','s:13:\"en:Import log\";'),('ady-cyrl','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('ady-cyrl','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('ady-cyrl','messages:importnopages','s:22:\"en:No pages to import.\";'),('ady-cyrl','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('ady-cyrl','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('ady-cyrl','messages:importstart','s:21:\"en:Importing pages...\";'),('ady-cyrl','messages:importsuccess','s:19:\"en:Import finished!\";'),('ady-cyrl','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('ady-cyrl','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('ady-cyrl','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('ady-cyrl','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('ady-cyrl','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('ady-cyrl','messages:index-category','s:56:\"ady-cyrl:Индекс хъурэ нэкIубгъохэр\";'),('ady-cyrl','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('ady-cyrl','messages:infiniteblock','s:11:\"en:infinite\";'),('ady-cyrl','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('ady-cyrl','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('ady-cyrl','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ady-cyrl','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('ady-cyrl','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ady-cyrl','messages:internalerror','s:42:\"ady-cyrl:ЫкIоцI хэукъоныгъэ\";'),('ady-cyrl','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('ady-cyrl','messages:internalerror_info','s:42:\"ady-cyrl:ЫкIоцI фыкъуагъэ: $1\";'),('ady-cyrl','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('ady-cyrl','messages:invalid-content-data','s:42:\"ady-cyrl:КIоцIрытыр тэрэзэп\";'),('ady-cyrl','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('ady-cyrl','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('ady-cyrl','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('ady-cyrl','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('ady-cyrl','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('ady-cyrl','messages:invalidtitle','s:16:\"en:Invalid title\";'),('ady-cyrl','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('ady-cyrl','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('ady-cyrl','messages:invert','s:62:\"ady-cyrl:Зэшъхьатегъэуцу хэгъэщыгъэр\";'),('ady-cyrl','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('ady-cyrl','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('ady-cyrl','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('ady-cyrl','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('ady-cyrl','messages:ipaddressorusername','s:46:\"ady-cyrl:IP-адрес е нэбгырацIэ:\";'),('ady-cyrl','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('ady-cyrl','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('ady-cyrl','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('ady-cyrl','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('ady-cyrl','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('ady-cyrl','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('ady-cyrl','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('ady-cyrl','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('ady-cyrl','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('ady-cyrl','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('ady-cyrl','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('ady-cyrl','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('ady-cyrl','messages:ipb-default-expiry','s:3:\"en:\";'),('ady-cyrl','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ady-cyrl','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('ady-cyrl','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('ady-cyrl','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('ady-cyrl','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('ady-cyrl','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('ady-cyrl','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('ady-cyrl','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ady-cyrl','messages:ipb-pages-label','s:8:\"en:Pages\";'),('ady-cyrl','messages:ipb-partial','s:10:\"en:Partial\";'),('ady-cyrl','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('ady-cyrl','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('ady-cyrl','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('ady-cyrl','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('ady-cyrl','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('ady-cyrl','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('ady-cyrl','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('ady-cyrl','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('ady-cyrl','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('ady-cyrl','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('ady-cyrl','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('ady-cyrl','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('ady-cyrl','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('ady-cyrl','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('ady-cyrl','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('ady-cyrl','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('ady-cyrl','messages:ipbemailban','s:73:\"ady-cyrl:Нэбгырэм емэйл ымыгъэхьышъунэу шIы\";'),('ady-cyrl','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('ady-cyrl','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('ady-cyrl','messages:ipblocklist','s:16:\"en:Blocked users\";'),('ady-cyrl','messages:ipblocklist-empty','s:39:\"ady-cyrl:Блок купыр нэкIы.\";'),('ady-cyrl','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('ady-cyrl','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('ady-cyrl','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('ady-cyrl','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ady-cyrl','messages:ipblocklist-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('ady-cyrl','messages:ipboptions','s:237:\"ady-cyrl:сыхьатитIу:2 hours, зымаф:1 day,мэфищ:3 days, зытхьамаф:1 week, тхьамафитӀу:2 weeks, зымаз:1 month, мэзищ:3 months, мэзих:6 months, зыилъэс:1 year, ренэу:infinite\";'),('ady-cyrl','messages:ipbother','s:14:\"en:Other time:\";'),('ady-cyrl','messages:ipbreason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('ady-cyrl','messages:ipbsubmit','s:18:\"en:Block this user\";'),('ady-cyrl','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('ady-cyrl','messages:ipusubmit','s:20:\"en:Remove this block\";'),('ady-cyrl','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('ady-cyrl','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('ady-cyrl','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('ady-cyrl','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('ady-cyrl','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('ady-cyrl','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('ady-cyrl','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('ady-cyrl','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('ady-cyrl','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('ady-cyrl','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('ady-cyrl','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('ady-cyrl','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('ady-cyrl','messages:isimage','s:30:\"ady-cyrl:файл зэпыщэ\";'),('ady-cyrl','messages:isredirect','s:54:\"ady-cyrl:езгъэкӀокӀырэ нэкӀубгъо\";'),('ady-cyrl','messages:istemplate','s:33:\"ady-cyrl:хэлъхьаныгъэ\";'),('ady-cyrl','messages:jan','s:13:\"ady-cyrl:Щл\";'),('ady-cyrl','messages:january','s:17:\"ady-cyrl:Щылэ\";'),('ady-cyrl','messages:january-gen','s:17:\"ady-cyrl:Щылэ\";'),('ady-cyrl','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('ady-cyrl','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('ady-cyrl','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('ady-cyrl','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('ady-cyrl','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('ady-cyrl','messages:json-error-state-mismatch','s:48:\"ady-cyrl:Мыхъун е фыкъуэгъэ JSON\";'),('ady-cyrl','messages:json-error-syntax','s:42:\"ady-cyrl:Синтакс къончагъэ\";'),('ady-cyrl','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('ady-cyrl','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('ady-cyrl','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('ady-cyrl','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('ady-cyrl','messages:jul','s:15:\"ady-cyrl:Бдз\";'),('ady-cyrl','messages:july','s:27:\"ady-cyrl:Бэдзэогъу\";'),('ady-cyrl','messages:july-gen','s:27:\"ady-cyrl:Бэдзэогъу\";'),('ady-cyrl','messages:jumpto','s:29:\"ady-cyrl:МыкӀэ пкӀэ:\";'),('ady-cyrl','messages:jumptonavigation','s:29:\"ady-cyrl:зыплъыхьэн\";'),('ady-cyrl','messages:jumptosearch','s:21:\"ady-cyrl:лъыхъу\";'),('ady-cyrl','messages:jun','s:19:\"ady-cyrl:Мкъгъ\";'),('ady-cyrl','messages:june','s:27:\"ady-cyrl:Мэкъуогъу\";'),('ady-cyrl','messages:june-gen','s:27:\"ady-cyrl:Мэкъуогъу\";'),('ady-cyrl','messages:just-now','s:11:\"en:just now\";'),('ady-cyrl','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ady-cyrl','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ady-cyrl','messages:laggedreplicamode','s:121:\"ady-cyrl:<strong>Сакъ:</strong> НэкIубгъом имылъын лъэкIыщт хэIэзэныкIэмэ ащыщ.\";'),('ady-cyrl','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('ady-cyrl','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('ady-cyrl','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('ady-cyrl','messages:last','s:15:\"ady-cyrl:ыпэ\";'),('ady-cyrl','messages:lastmodifiedat','s:83:\"ady-cyrl:Мыщпэм мы нэкӀубгъор зеӀэзагъэхэр $1, $2-м.\";'),('ady-cyrl','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('ady-cyrl','messages:license','s:13:\"en:Licensing:\";'),('ady-cyrl','messages:license-header','s:33:\"ady-cyrl:ЛицензиешӀын\";'),('ady-cyrl','messages:license-nopreview','s:52:\"ady-cyrl:(Ыпэтеплъэр гъэпсыгъэп)\";'),('ady-cyrl','messages:licenses','s:4:\"en:-\";'),('ady-cyrl','messages:licenses-edit','s:23:\"en:Edit license options\";'),('ady-cyrl','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('ady-cyrl','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ady-cyrl','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('ady-cyrl','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('ady-cyrl','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('ady-cyrl','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('ady-cyrl','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('ady-cyrl','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ady-cyrl','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('ady-cyrl','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('ady-cyrl','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('ady-cyrl','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ady-cyrl','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('ady-cyrl','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('ady-cyrl','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('ady-cyrl','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('ady-cyrl','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ady-cyrl','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('ady-cyrl','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ady-cyrl','messages:lineno','s:23:\"ady-cyrl:Сатыр $1:\";'),('ady-cyrl','messages:linkaccounts','s:16:\"en:Link accounts\";'),('ady-cyrl','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('ady-cyrl','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('ady-cyrl','messages:linksearch','s:24:\"en:External links search\";'),('ady-cyrl','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('ady-cyrl','messages:linksearch-line','s:23:\"en:$1 is linked from $2\";'),('ady-cyrl','messages:linksearch-ns','s:26:\"ady-cyrl:ЦӀэчӀыпӀ:\";'),('ady-cyrl','messages:linksearch-ok','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:linksearch-pat','s:35:\"ady-cyrl:Лъыхъун шапхъ:\";'),('ady-cyrl','messages:linksearch-summary','s:3:\"en:\";'),('ady-cyrl','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('ady-cyrl','messages:linkshere','s:90:\"ady-cyrl:Мы нэкӀубгъомэ зэпыщэр мыщ къащэ <strong>$2</strong>:\";'),('ady-cyrl','messages:linkstoimage','s:123:\"ady-cyrl:КIэлъыкIорэ {{PLURAL:$1|нэкIубгъор ещэ|$1 нэкIубгъохэм ащэ}} мы файлым:\";'),('ady-cyrl','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('ady-cyrl','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('ady-cyrl','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('ady-cyrl','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('ady-cyrl','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('ady-cyrl','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('ady-cyrl','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('ady-cyrl','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('ady-cyrl','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('ady-cyrl','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('ady-cyrl','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('ady-cyrl','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('ady-cyrl','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('ady-cyrl','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('ady-cyrl','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('ady-cyrl','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('ady-cyrl','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('ady-cyrl','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('ady-cyrl','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('ady-cyrl','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('ady-cyrl','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('ady-cyrl','messages:listfiles','s:12:\"en:File list\";'),('ady-cyrl','messages:listfiles-delete','s:22:\"ady-cyrl:ТегъэкI\";'),('ady-cyrl','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('ady-cyrl','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('ady-cyrl','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('ady-cyrl','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('ady-cyrl','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('ady-cyrl','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ady-cyrl','messages:listfiles_count','s:11:\"en:Versions\";'),('ady-cyrl','messages:listfiles_date','s:7:\"en:Date\";'),('ady-cyrl','messages:listfiles_description','s:14:\"en:Description\";'),('ady-cyrl','messages:listfiles_name','s:7:\"en:Name\";'),('ady-cyrl','messages:listfiles_size','s:7:\"en:Size\";'),('ady-cyrl','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('ady-cyrl','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('ady-cyrl','messages:listfiles_user','s:7:\"en:User\";'),('ady-cyrl','messages:listgrants','s:9:\"en:Grants\";'),('ady-cyrl','messages:listgrants-grant','s:8:\"en:Grant\";'),('ady-cyrl','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ady-cyrl','messages:listgrants-rights','s:9:\"en:Rights\";'),('ady-cyrl','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ady-cyrl','messages:listgrouprights','s:67:\"ady-cyrl:Нэбгырэмэ якупмэ яфитыныгъэхэр\";'),('ady-cyrl','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('ady-cyrl','messages:listgrouprights-addgroup-all','s:45:\"ady-cyrl:Куп пстэум хэгъахъу\";'),('ady-cyrl','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('ady-cyrl','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('ady-cyrl','messages:listgrouprights-group','s:15:\"ady-cyrl:Куп\";'),('ady-cyrl','messages:listgrouprights-helppage','s:53:\"ady-cyrl:Help:Купхэм яфитыныгъэхэр\";'),('ady-cyrl','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('ady-cyrl','messages:listgrouprights-members','s:43:\"ady-cyrl:(хэлэжьэкIо пстэур)\";'),('ady-cyrl','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('ady-cyrl','messages:listgrouprights-namespaceprotection-namespace','s:25:\"ady-cyrl:ЦӀэчӀыпӀ\";'),('ady-cyrl','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('ady-cyrl','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('ady-cyrl','messages:listgrouprights-removegroup-all','s:42:\"ady-cyrl:Куп пстэур тегъэкI\";'),('ady-cyrl','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('ady-cyrl','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('ady-cyrl','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ady-cyrl','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ady-cyrl','messages:listgrouprights-rights','s:33:\"ady-cyrl:Фитыныгъэхэр\";'),('ady-cyrl','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ady-cyrl','messages:listredirects','s:20:\"en:List of redirects\";'),('ady-cyrl','messages:listredirects-summary','s:3:\"en:\";'),('ady-cyrl','messages:listusers','s:12:\"en:User list\";'),('ady-cyrl','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('ady-cyrl','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('ady-cyrl','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('ady-cyrl','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('ady-cyrl','messages:listusers-noresult','s:52:\"ady-cyrl:Нэбгырэ пари гъотыгъэп.\";'),('ady-cyrl','messages:listusers-submit','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:listusers-summary','s:3:\"en:\";'),('ady-cyrl','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('ady-cyrl','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('ady-cyrl','messages:localtime','s:41:\"ady-cyrl:Хьанэгъунэ уахът:\";'),('ady-cyrl','messages:lockbtn','s:16:\"en:Lock database\";'),('ady-cyrl','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('ady-cyrl','messages:lockdb','s:16:\"en:Lock database\";'),('ady-cyrl','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('ady-cyrl','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('ady-cyrl','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('ady-cyrl','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('ady-cyrl','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('ady-cyrl','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('ady-cyrl','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('ady-cyrl','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('ady-cyrl','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('ady-cyrl','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('ady-cyrl','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('ady-cyrl','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('ady-cyrl','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('ady-cyrl','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('ady-cyrl','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('ady-cyrl','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('ady-cyrl','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('ady-cyrl','messages:log','s:21:\"ady-cyrl:Логхэр\";'),('ady-cyrl','messages:log-action-filter-all','s:6:\"en:All\";'),('ady-cyrl','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('ady-cyrl','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('ady-cyrl','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('ady-cyrl','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('ady-cyrl','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('ady-cyrl','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('ady-cyrl','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('ady-cyrl','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('ady-cyrl','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('ady-cyrl','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('ady-cyrl','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('ady-cyrl','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('ady-cyrl','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('ady-cyrl','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('ady-cyrl','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('ady-cyrl','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('ady-cyrl','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('ady-cyrl','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('ady-cyrl','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('ady-cyrl','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('ady-cyrl','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('ady-cyrl','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('ady-cyrl','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('ady-cyrl','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('ady-cyrl','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('ady-cyrl','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('ady-cyrl','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('ady-cyrl','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('ady-cyrl','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('ady-cyrl','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('ady-cyrl','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('ady-cyrl','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('ady-cyrl','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('ady-cyrl','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('ady-cyrl','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('ady-cyrl','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('ady-cyrl','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('ady-cyrl','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('ady-cyrl','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('ady-cyrl','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('ady-cyrl','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('ady-cyrl','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('ady-cyrl','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('ady-cyrl','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('ady-cyrl','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('ady-cyrl','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('ady-cyrl','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('ady-cyrl','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('ady-cyrl','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('ady-cyrl','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('ady-cyrl','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('ady-cyrl','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('ady-cyrl','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('ady-cyrl','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('ady-cyrl','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('ady-cyrl','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('ady-cyrl','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('ady-cyrl','messages:log-fulllog','s:35:\"ady-cyrl:Лог псаом еплъ\";'),('ady-cyrl','messages:log-name-contentmodel','s:79:\"ady-cyrl:КIоцIырыт моделым и зэхъокIхэм я тарихъ\";'),('ady-cyrl','messages:log-name-create','s:20:\"en:Page creation log\";'),('ady-cyrl','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('ady-cyrl','messages:log-name-pagelang','s:56:\"ady-cyrl:Бзэ зэблэхъунхэм я журнал\";'),('ady-cyrl','messages:log-name-tag','s:10:\"en:Tag log\";'),('ady-cyrl','messages:log-title-wildcard','s:98:\"ady-cyrl:Мы символхэмкIэ къежьэрэ нэкIубгъуацIэмэ алъыхъу\";'),('ady-cyrl','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('ady-cyrl','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ady-cyrl','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('ady-cyrl','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('ady-cyrl','messages:logempty','s:28:\"en:No matching items in log.\";'),('ady-cyrl','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('ady-cyrl','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('ady-cyrl','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('ady-cyrl','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('ady-cyrl','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('ady-cyrl','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('ady-cyrl','messages:logentry-delete-delete','s:58:\"ady-cyrl:$3 нэкӀубгъор $1 {{GENDER:$2|Ӏыгъ}}\";'),('ady-cyrl','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ady-cyrl','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ady-cyrl','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ady-cyrl','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('ady-cyrl','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('ady-cyrl','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('ady-cyrl','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ady-cyrl','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ady-cyrl','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('ady-cyrl','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('ady-cyrl','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('ady-cyrl','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";');
INSERT INTO `mw_l10n_cache` VALUES ('ady-cyrl','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('ady-cyrl','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('ady-cyrl','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('ady-cyrl','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('ady-cyrl','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('ady-cyrl','messages:logentry-move-move','s:80:\"ady-cyrl:$1 {{GENDER:$2|ыгъэкощыгъэ}} нэкIубгъоу $3-р $4-м\";'),('ady-cyrl','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('ady-cyrl','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('ady-cyrl','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('ady-cyrl','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('ady-cyrl','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('ady-cyrl','messages:logentry-newusers-create','s:79:\"ady-cyrl:ХэлэжьэкIо аккаунтэу $1 {{GENDER:$2|ублагъэ}}\";'),('ady-cyrl','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('ady-cyrl','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('ady-cyrl','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('ady-cyrl','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('ady-cyrl','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('ady-cyrl','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('ady-cyrl','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ady-cyrl','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ady-cyrl','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('ady-cyrl','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('ady-cyrl','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('ady-cyrl','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('ady-cyrl','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('ady-cyrl','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('ady-cyrl','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('ady-cyrl','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('ady-cyrl','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('ady-cyrl','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('ady-cyrl','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ady-cyrl','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('ady-cyrl','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ady-cyrl','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ady-cyrl','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ady-cyrl','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('ady-cyrl','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('ady-cyrl','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ady-cyrl','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('ady-cyrl','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('ady-cyrl','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ady-cyrl','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('ady-cyrl','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('ady-cyrl','messages:logentry-upload-upload','s:47:\"ady-cyrl:$1 {{GENDER:$2|къырищыгъ}} $3\";'),('ady-cyrl','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('ady-cyrl','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('ady-cyrl','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('ady-cyrl','messages:logeventslist-submit','s:7:\"en:Show\";'),('ady-cyrl','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('ady-cyrl','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('ady-cyrl','messages:login','s:34:\"ady-cyrl:Системэм хахь\";'),('ady-cyrl','messages:login-abort-generic','s:54:\"ady-cyrl:Уи системэ хэхьакIэр шIоп\";'),('ady-cyrl','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('ady-cyrl','messages:login-security','s:23:\"en:Verify your identity\";'),('ady-cyrl','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ady-cyrl','messages:login-userblocked','s:91:\"ady-cyrl:Мы нэбгырэр блокыгъэ. Системэм хэхьашъущтэп.\";'),('ady-cyrl','messages:loginerror','s:61:\"ady-cyrl:Системэ хэхьаныгъэр къуанчэ\";'),('ady-cyrl','messages:loginlanguagelabel','s:19:\"ady-cyrl:Бзэ: $1\";'),('ady-cyrl','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ady-cyrl','messages:loginprompt','s:3:\"en:\";'),('ady-cyrl','messages:loginreqlink','s:34:\"ady-cyrl:системэм хахь\";'),('ady-cyrl','messages:loginreqpagetext','s:33:\"en:Please $1 to view other pages.\";'),('ady-cyrl','messages:loginreqtitle','s:43:\"ady-cyrl:Ухэхьанэу ищыкIагъ\";'),('ady-cyrl','messages:loginsuccess','s:66:\"en:<strong>You are now logged in to {{SITENAME}} as \"$1\".</strong>\";'),('ady-cyrl','messages:loginsuccesstitle','s:33:\"ady-cyrl:ШIоу ухэхьагъ\";'),('ady-cyrl','messages:logout','s:23:\"ady-cyrl:ХэкӀыжь\";'),('ady-cyrl','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('ady-cyrl','messages:logouttext','s:162:\"en:<strong>You are now logged out.</strong>\n\nNote that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\";'),('ady-cyrl','messages:lonelypages','s:17:\"en:Orphaned pages\";'),('ady-cyrl','messages:lonelypages-summary','s:3:\"en:\";'),('ady-cyrl','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('ady-cyrl','messages:longpage-hint','s:4:\"en:-\";'),('ady-cyrl','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('ady-cyrl','messages:longpages','s:42:\"ady-cyrl:НэкIубгъо кIахьхэр\";'),('ady-cyrl','messages:longpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('ady-cyrl','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ady-cyrl','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('ady-cyrl','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ady-cyrl','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('ady-cyrl','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ady-cyrl','messages:mailerror','s:59:\"ady-cyrl:Емэйл егъэхьыныр къуанчэ: $1\";'),('ady-cyrl','messages:mailmypassword','s:43:\"ady-cyrl:Зэтедз шъэфгущыIэр\";'),('ady-cyrl','messages:mailnologin','s:55:\"ady-cyrl:Гъахьыным пае адрес щыIэп\";'),('ady-cyrl','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('ady-cyrl','messages:mainpage','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady-cyrl','messages:mainpage-description','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady-cyrl','messages:mainpage-nstab','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady-cyrl','messages:mainpage-title','s:4:\"en:-\";'),('ady-cyrl','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ady-cyrl','messages:mar','s:17:\"ady-cyrl:Гътп\";'),('ady-cyrl','messages:march','s:25:\"ady-cyrl:Гъэтхапэ\";'),('ady-cyrl','messages:march-gen','s:25:\"ady-cyrl:Гъэтхапэ\";'),('ady-cyrl','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('ady-cyrl','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ady-cyrl','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('ady-cyrl','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('ady-cyrl','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('ady-cyrl','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('ady-cyrl','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('ady-cyrl','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('ady-cyrl','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('ady-cyrl','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('ady-cyrl','messages:maximum-size','s:39:\"ady-cyrl:Максимал инагъэ:\";'),('ady-cyrl','messages:may','s:15:\"ady-cyrl:Жън\";'),('ady-cyrl','messages:may-gen','s:31:\"ady-cyrl:ЖъоныгъуакӀ\";'),('ady-cyrl','messages:may_long','s:31:\"ady-cyrl:ЖъоныгъуакӀ\";'),('ady-cyrl','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('ady-cyrl','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ady-cyrl','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('ady-cyrl','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('ady-cyrl','messages:mediastatistics','s:19:\"en:Media statistics\";'),('ady-cyrl','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('ady-cyrl','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('ady-cyrl','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ady-cyrl','messages:mediastatistics-header-archive','s:42:\"ady-cyrl:Фызыгъэ форматхэр\";'),('ady-cyrl','messages:mediastatistics-header-audio','s:23:\"ady-cyrl:Мэкъамэ\";'),('ady-cyrl','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('ady-cyrl','messages:mediastatistics-header-drawing','s:57:\"ady-cyrl:Сурэтхэр (вектор сурэтхэр)\";'),('ady-cyrl','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('ady-cyrl','messages:mediastatistics-header-multimedia','s:29:\"ady-cyrl:Мултимедиэ\";'),('ady-cyrl','messages:mediastatistics-header-office','s:17:\"ady-cyrl:Офис\";'),('ady-cyrl','messages:mediastatistics-header-text','s:25:\"ady-cyrl:Текстхэр\";'),('ady-cyrl','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('ady-cyrl','messages:mediastatistics-header-unknown','s:37:\"ady-cyrl:ЗэхэмышIыкIыгъэ\";'),('ady-cyrl','messages:mediastatistics-header-video','s:19:\"ady-cyrl:Видео\";'),('ady-cyrl','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('ady-cyrl','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('ady-cyrl','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('ady-cyrl','messages:mediastatistics-table-count','s:34:\"ady-cyrl:Файл пчъагъэр\";'),('ady-cyrl','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('ady-cyrl','messages:mediastatistics-table-mimetype','s:20:\"ady-cyrl:MIME-тип\";'),('ady-cyrl','messages:mediastatistics-table-totalbytes','s:44:\"ady-cyrl:Пстэум ионтэгъугъэ\";'),('ady-cyrl','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('ady-cyrl','messages:mediawikipage','s:52:\"ady-cyrl:Тхыгъэм инэкIубгъо еплъ\";'),('ady-cyrl','messages:mergehistory','s:64:\"ady-cyrl:НэкIубгъомэ ятарихъхэр зэпыдз\";'),('ady-cyrl','messages:mergehistory-autocomment','s:30:\"en:Merged [[:$1]] into [[:$2]]\";'),('ady-cyrl','messages:mergehistory-box','s:74:\"ady-cyrl:НэкIубгъуитIум ятарихъхэр зэпыдзэх:\";'),('ady-cyrl','messages:mergehistory-comment','s:34:\"en:Merged [[:$1]] into [[:$2]]: $3\";'),('ady-cyrl','messages:mergehistory-done','s:92:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3.\";'),('ady-cyrl','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('ady-cyrl','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('ady-cyrl','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('ady-cyrl','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('ady-cyrl','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('ady-cyrl','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('ady-cyrl','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('ady-cyrl','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('ady-cyrl','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('ady-cyrl','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('ady-cyrl','messages:mergehistory-from','s:42:\"ady-cyrl:Лъапсэ нэкIубгъор:\";'),('ady-cyrl','messages:mergehistory-go','s:78:\"ady-cyrl:Зэпыбдзэшъурэ еIэзэнхэр къэгъэлъагъу\";'),('ady-cyrl','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('ady-cyrl','messages:mergehistory-into','s:47:\"ady-cyrl:ЗыдакIорэ нэкIубгъор:\";'),('ady-cyrl','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('ady-cyrl','messages:mergehistory-invalid-source','s:74:\"ady-cyrl:Лъапсэ нэкIубгъом цIэ тэрэз иIэн фай.\";'),('ady-cyrl','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('ady-cyrl','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('ady-cyrl','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('ady-cyrl','messages:mergehistory-no-source','s:55:\"ady-cyrl:Лъапсэ нэкIубгъоу $1 щыIэп.\";'),('ady-cyrl','messages:mergehistory-reason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ady-cyrl','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ady-cyrl','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('ady-cyrl','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('ady-cyrl','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('ady-cyrl','messages:mergehistory-submit','s:40:\"ady-cyrl:Зэпыдз версиехэр\";'),('ady-cyrl','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ady-cyrl','messages:mergelog','s:37:\"ady-cyrl:Зэпыдзэмэ я лог\";'),('ady-cyrl','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('ady-cyrl','messages:metadata','s:27:\"ady-cyrl:Метадатэр\";'),('ady-cyrl','messages:metadata-collapse','s:24:\"en:Hide extended details\";'),('ady-cyrl','messages:metadata-expand','s:24:\"en:Show extended details\";'),('ady-cyrl','messages:metadata-fields','s:480:\"ady-cyrl:Сурэтым иметадатэ ишъофхэр мы мессаджым къыщыгъэлъэгъуагъэхэр сурэтым инэкIубгъо щыIэщтых, метадатэм инэкIубгъо щыхьагъэу щытэу.\nАдрэхэр гъэбылъыгъэу щытыщтых.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ady-cyrl','messages:metadata-help','s:338:\"ady-cyrl:Мы файлым нэмыкI информацие илъ, диджитал камерэм сканнерым къикIыгъэу, шIыным е и диджитацие пае.\nМы файлыр иублэ щытыкIэ елъытыгъэу еIэзагъэхэмэ, детал горэхэр щыкIэщтхэнкIи мэхъу.\";'),('ady-cyrl','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('ady-cyrl','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ady-cyrl','messages:mimesearch','s:28:\"ady-cyrl:MIME лъыхъун\";'),('ady-cyrl','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('ady-cyrl','messages:mimetype','s:20:\"ady-cyrl:MIME-тип\";'),('ady-cyrl','messages:minimum-size','s:36:\"ady-cyrl:Минимал инагъэ\";'),('ady-cyrl','messages:minlength1','s:78:\"ady-cyrl:ФайлэцIэр зы буквэу щытын фае мыхъуми.\";'),('ady-cyrl','messages:minoredit','s:51:\"ady-cyrl:Мыр хэӀэзэныгъэ цӀыкӀу\";'),('ady-cyrl','messages:minoreditletter','s:11:\"ady-cyrl:ц\";'),('ady-cyrl','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('ady-cyrl','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('ady-cyrl','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('ady-cyrl','messages:missing-article','s:352:\"en:The database did not find the text of a page that it should have found, named \"$1\" $2.\n\nThis is usually caused by following an outdated diff or history link to a page that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.\";'),('ady-cyrl','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady-cyrl','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('ady-cyrl','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('ady-cyrl','messages:missingarticle-diff','s:33:\"ady-cyrl:(Зэгъапш: $1, $2)\";'),('ady-cyrl','messages:missingarticle-rev','s:32:\"ady-cyrl:(версиеу № $1)\";'),('ady-cyrl','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ady-cyrl','messages:missingcommenttext','s:68:\"ady-cyrl:ТегущыIэн горэ кIэтхэжьба ычIэгъ.\";'),('ady-cyrl','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ady-cyrl','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('ady-cyrl','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('ady-cyrl','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('ady-cyrl','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('ady-cyrl','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('ady-cyrl','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('ady-cyrl','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('ady-cyrl','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('ady-cyrl','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('ady-cyrl','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('ady-cyrl','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ady-cyrl','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('ady-cyrl','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('ady-cyrl','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('ady-cyrl','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ady-cyrl','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('ady-cyrl','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('ady-cyrl','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('ady-cyrl','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('ady-cyrl','messages:mobile-frontend-changeslist-nocomment','s:58:\"ady-cyrl:хэIэзэныгъэм и къэбар щыIэп\";'),('ady-cyrl','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('ady-cyrl','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ady-cyrl','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ady-cyrl','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ady-cyrl','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('ady-cyrl','messages:mobile-frontend-copyright','s:109:\"ady-cyrl:$1-м тетэу кIоцIрытыр олъэгъу (нэмыкIым игугъу къамышIмэ).\";'),('ady-cyrl','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ady-cyrl','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('ady-cyrl','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('ady-cyrl','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('ady-cyrl','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('ady-cyrl','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('ady-cyrl','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('ady-cyrl','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('ady-cyrl','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ady-cyrl','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('ady-cyrl','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('ady-cyrl','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('ady-cyrl','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('ady-cyrl','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('ady-cyrl','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('ady-cyrl','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('ady-cyrl','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('ady-cyrl','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('ady-cyrl','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('ady-cyrl','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('ady-cyrl','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('ady-cyrl','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('ady-cyrl','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('ady-cyrl','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('ady-cyrl','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('ady-cyrl','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('ady-cyrl','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('ady-cyrl','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('ady-cyrl','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ady-cyrl','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('ady-cyrl','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('ady-cyrl','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ady-cyrl','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ady-cyrl','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ady-cyrl','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ady-cyrl','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('ady-cyrl','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('ady-cyrl','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('ady-cyrl','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('ady-cyrl','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('ady-cyrl','messages:mobile-frontend-editor-edit','s:17:\"ady-cyrl:ЕӀаз\";'),('ady-cyrl','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('ady-cyrl','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('ady-cyrl','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('ady-cyrl','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('ady-cyrl','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('ady-cyrl','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('ady-cyrl','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ady-cyrl','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ady-cyrl','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ady-cyrl','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('ady-cyrl','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('ady-cyrl','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('ady-cyrl','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('ady-cyrl','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('ady-cyrl','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('ady-cyrl','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('ady-cyrl','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('ady-cyrl','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('ady-cyrl','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ady-cyrl','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('ady-cyrl','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ady-cyrl','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ady-cyrl','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ady-cyrl','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('ady-cyrl','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('ady-cyrl','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('ady-cyrl','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('ady-cyrl','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('ady-cyrl','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('ady-cyrl','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('ady-cyrl','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('ady-cyrl','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('ady-cyrl','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ady-cyrl','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ady-cyrl','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('ady-cyrl','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('ady-cyrl','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('ady-cyrl','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('ady-cyrl','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('ady-cyrl','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('ady-cyrl','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('ady-cyrl','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('ady-cyrl','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('ady-cyrl','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('ady-cyrl','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('ady-cyrl','messages:mobile-frontend-featured-article','s:44:\"ady-cyrl:НепэкIэ хэхыгъэ гор\";'),('ady-cyrl','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('ady-cyrl','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('ady-cyrl','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('ady-cyrl','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('ady-cyrl','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('ady-cyrl','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('ady-cyrl','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('ady-cyrl','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('ady-cyrl','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('ady-cyrl','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('ady-cyrl','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('ady-cyrl','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('ady-cyrl','messages:mobile-frontend-generic-login','s:62:\"ady-cyrl:{{SITENAME}}-м ощ фэдэхэр дэлажьэх.\";'),('ady-cyrl','messages:mobile-frontend-generic-login-action','s:66:\"ady-cyrl:Системэм хахь ухэлэжьэрагъомэ.\";'),('ady-cyrl','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ady-cyrl','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('ady-cyrl','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('ady-cyrl','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('ady-cyrl','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('ady-cyrl','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('ady-cyrl','messages:mobile-frontend-home-button','s:17:\"ady-cyrl:Унэм\";'),('ady-cyrl','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('ady-cyrl','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('ady-cyrl','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('ady-cyrl','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('ady-cyrl','messages:mobile-frontend-language-article-heading','s:39:\"ady-cyrl:ПэмыкI бзэкIэ едж\";'),('ady-cyrl','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('ady-cyrl','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('ady-cyrl','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('ady-cyrl','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('ady-cyrl','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('ady-cyrl','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('ady-cyrl','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('ady-cyrl','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('ady-cyrl','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('ady-cyrl','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('ady-cyrl','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('ady-cyrl','messages:mobile-frontend-last-modified-date','s:60:\"ady-cyrl:Мыщпэм зызэблахъугъэр $1, $2-м\";'),('ady-cyrl','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('ady-cyrl','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('ady-cyrl','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('ady-cyrl','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('ady-cyrl','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('ady-cyrl','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ady-cyrl','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('ady-cyrl','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('ady-cyrl','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('ady-cyrl','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('ady-cyrl','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('ady-cyrl','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('ady-cyrl','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('ady-cyrl','messages:mobile-frontend-login','s:17:\"ady-cyrl:Хахь\";'),('ady-cyrl','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('ady-cyrl','messages:mobile-frontend-main-menu-account-create','s:32:\"ady-cyrl:Паролыр ублэ\";'),('ady-cyrl','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('ady-cyrl','messages:mobile-frontend-main-menu-button-tooltip','s:43:\"ady-cyrl:Меню шъхьаIыр зэIух\";'),('ady-cyrl','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('ady-cyrl','messages:mobile-frontend-main-menu-login','s:34:\"ady-cyrl:Системэм хахь\";'),('ady-cyrl','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('ady-cyrl','messages:mobile-frontend-main-menu-nearby','s:27:\"ady-cyrl:Благъэхэр\";'),('ady-cyrl','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('ady-cyrl','messages:mobile-frontend-main-menu-settings','s:27:\"ady-cyrl:Гъэпсыхэр\";'),('ady-cyrl','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('ady-cyrl','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('ady-cyrl','messages:mobile-frontend-main-menu-watchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady-cyrl','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('ady-cyrl','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('ady-cyrl','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('ady-cyrl','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('ady-cyrl','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('ady-cyrl','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('ady-cyrl','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('ady-cyrl','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('ady-cyrl','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('ady-cyrl','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('ady-cyrl','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('ady-cyrl','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('ady-cyrl','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('ady-cyrl','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('ady-cyrl','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('ady-cyrl','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('ady-cyrl','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('ady-cyrl','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('ady-cyrl','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('ady-cyrl','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('ady-cyrl','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('ady-cyrl','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('ady-cyrl','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('ady-cyrl','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('ady-cyrl','messages:mobile-frontend-news-items','s:27:\"ady-cyrl:Къэбархэр\";'),('ady-cyrl','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ady-cyrl','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('ady-cyrl','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('ady-cyrl','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('ady-cyrl','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('ady-cyrl','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('ady-cyrl','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ady-cyrl','messages:mobile-frontend-pageaction-edit-tooltip','s:78:\"ady-cyrl:Мы нэкIубгъом и секцие шъхьаIэм еIэзэн.\";'),('ady-cyrl','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('ady-cyrl','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ady-cyrl','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ady-cyrl','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('ady-cyrl','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('ady-cyrl','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('ady-cyrl','messages:mobile-frontend-password-placeholder','s:19:\"ady-cyrl:Парол\";'),('ady-cyrl','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('ady-cyrl','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('ady-cyrl','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('ady-cyrl','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('ady-cyrl','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('ady-cyrl','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('ady-cyrl','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('ady-cyrl','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('ady-cyrl','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('ady-cyrl','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('ady-cyrl','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('ady-cyrl','messages:mobile-frontend-placeholder','s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";'),('ady-cyrl','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('ady-cyrl','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('ady-cyrl','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ady-cyrl','messages:mobile-frontend-privacy-link-text','s:45:\"ady-cyrl:Конфиденциал Iофхэр\";'),('ady-cyrl','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('ady-cyrl','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('ady-cyrl','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady-cyrl','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady-cyrl','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady-cyrl','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ady-cyrl','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('ady-cyrl','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('ady-cyrl','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('ady-cyrl','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('ady-cyrl','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('ady-cyrl','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('ady-cyrl','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('ady-cyrl','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ady-cyrl','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ady-cyrl','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ady-cyrl','messages:mobile-frontend-random-button','s:27:\"ady-cyrl:ОшIэдэмышI\";'),('ady-cyrl','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('ady-cyrl','messages:mobile-frontend-regular-site','s:15:\"en:Desktop view\";'),('ady-cyrl','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('ady-cyrl','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('ady-cyrl','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('ady-cyrl','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('ady-cyrl','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('ady-cyrl','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('ady-cyrl','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('ady-cyrl','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('ady-cyrl','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ady-cyrl','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ady-cyrl','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('ady-cyrl','messages:mobile-frontend-search-submit','s:5:\"en:Go\";'),('ady-cyrl','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('ady-cyrl','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('ady-cyrl','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('ady-cyrl','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('ady-cyrl','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('ady-cyrl','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('ady-cyrl','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('ady-cyrl','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('ady-cyrl','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('ady-cyrl','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('ady-cyrl','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('ady-cyrl','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('ady-cyrl','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('ady-cyrl','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('ady-cyrl','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('ady-cyrl','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('ady-cyrl','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('ady-cyrl','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('ady-cyrl','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('ady-cyrl','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('ady-cyrl','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('ady-cyrl','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('ady-cyrl','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('ady-cyrl','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('ady-cyrl','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ady-cyrl','messages:mobile-frontend-terms-text','s:48:\"ady-cyrl:Зэрагъэфедэрэ Хабзэр\";'),('ady-cyrl','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ady-cyrl','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('ady-cyrl','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('ady-cyrl','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('ady-cyrl','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('ady-cyrl','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('ady-cyrl','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('ady-cyrl','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('ady-cyrl','messages:mobile-frontend-username-placeholder','s:31:\"ady-cyrl:СистемэцӀэр\";'),('ady-cyrl','messages:mobile-frontend-view','s:32:\"ady-cyrl:Мобил теплъэ\";'),('ady-cyrl','messages:mobile-frontend-view-desktop','s:22:\"ady-cyrl:Iанэтет\";'),('ady-cyrl','messages:mobile-frontend-view-mobile','s:19:\"ady-cyrl:Мобил\";'),('ady-cyrl','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('ady-cyrl','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('ady-cyrl','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('ady-cyrl','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('ady-cyrl','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('ady-cyrl','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('ady-cyrl','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('ady-cyrl','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('ady-cyrl','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('ady-cyrl','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('ady-cyrl','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('ady-cyrl','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('ady-cyrl','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('ady-cyrl','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('ady-cyrl','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('ady-cyrl','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('ady-cyrl','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ady-cyrl','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ady-cyrl','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('ady-cyrl','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('ady-cyrl','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ady-cyrl','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('ady-cyrl','messages:mon','s:15:\"ady-cyrl:Блп\";'),('ady-cyrl','messages:monday','s:19:\"ady-cyrl:Блыпэ\";'),('ady-cyrl','messages:monday-at','s:15:\"en:Monday at $1\";'),('ady-cyrl','messages:month','s:62:\"ady-cyrl:Мазэм ыкӀоцӀ (ыкӀи нахь жьэу):\";'),('ady-cyrl','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('ady-cyrl','messages:monthsall','s:19:\"ady-cyrl:зэкӀэ\";'),('ady-cyrl','messages:moredotdotdot','s:22:\"ady-cyrl:Джыри...\";'),('ady-cyrl','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('ady-cyrl','messages:morenotlisted','s:45:\"ady-cyrl:Мы купыр джыри изэп.\";'),('ady-cyrl','messages:mostcategories','s:74:\"ady-cyrl:Категорие нахьыбэ зиIэ нэкIубгъохэр\";'),('ady-cyrl','messages:mostcategories-summary','s:3:\"en:\";'),('ady-cyrl','messages:mostimages','s:57:\"ady-cyrl:Нахьыбэу зыдащэрэ файлхэр\";'),('ady-cyrl','messages:mostimages-summary','s:3:\"en:\";'),('ady-cyrl','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('ady-cyrl','messages:mostinterwikis-summary','s:3:\"en:\";'),('ady-cyrl','messages:mostlinked','s:66:\"ady-cyrl:Нахьыбэу зыдащэрэ нэкIубгъохэр\";'),('ady-cyrl','messages:mostlinked-summary','s:3:\"en:\";'),('ady-cyrl','messages:mostlinkedcategories','s:67:\"ady-cyrl:Нахьыбэу зыдащэрэ категориехэр\";'),('ady-cyrl','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ady-cyrl','messages:mostlinkedtemplates','s:25:\"en:Most transcluded pages\";'),('ady-cyrl','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ady-cyrl','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('ady-cyrl','messages:mostrevisions-summary','s:3:\"en:\";'),('ady-cyrl','messages:move','s:15:\"ady-cyrl:Хьы\";'),('ady-cyrl','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('ady-cyrl','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('ady-cyrl','messages:move-page','s:10:\"en:Move $1\";'),('ady-cyrl','messages:move-page-legend','s:12:\"en:Move page\";'),('ady-cyrl','messages:move-redirect-text','s:3:\"en:\";'),('ady-cyrl','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('ady-cyrl','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('ady-cyrl','messages:move-watch','s:36:\"en:Watch source page and target page\";'),('ady-cyrl','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('ady-cyrl','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ady-cyrl','messages:moveddeleted-notice','s:231:\"ady-cyrl:Мы нэкӀубгъор тегъэкӀыжьыгъэу щыт.\nТегъэкӀыжьыным ыкӀи кощыным и лог-нэкӀубгъор кӀэлъыкӀорэ зэпыщэмкӀэ къэбгъотышъущт.\";'),('ady-cyrl','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('ady-cyrl','messages:movelogpage','s:31:\"ady-cyrl:Кощхэм я лог\";'),('ady-cyrl','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('ady-cyrl','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('ady-cyrl','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('ady-cyrl','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('ady-cyrl','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('ady-cyrl','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('ady-cyrl','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('ady-cyrl','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('ady-cyrl','messages:movepage-moved','s:47:\"en:<strong>\"$1\" has been moved to \"$2\"</strong>\";'),('ady-cyrl','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('ady-cyrl','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('ady-cyrl','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('ady-cyrl','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('ady-cyrl','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('ady-cyrl','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('ady-cyrl','messages:movepage-summary','s:3:\"en:\";'),('ady-cyrl','messages:movepagebtn','s:12:\"en:Move page\";'),('ady-cyrl','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('ady-cyrl','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ady-cyrl','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ady-cyrl','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ady-cyrl','messages:movereason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('ady-cyrl','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ady-cyrl','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('ady-cyrl','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ady-cyrl','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('ady-cyrl','messages:movetalk','s:28:\"en:Move associated talk page\";'),('ady-cyrl','messages:movethispage','s:58:\"ady-cyrl:ЫцIэ зэблэхъу мы нэкIубгъом\";'),('ady-cyrl','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('ady-cyrl','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('ady-cyrl','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('ady-cyrl','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('ady-cyrl','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('ady-cyrl','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('ady-cyrl','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('ady-cyrl','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('ady-cyrl','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('ady-cyrl','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('ady-cyrl','messages:mw-widgets-dateinput-no-date','s:42:\"ady-cyrl:Мафэр гъэнэфагъэп\";'),('ady-cyrl','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('ady-cyrl','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('ady-cyrl','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('ady-cyrl','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('ady-cyrl','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('ady-cyrl','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('ady-cyrl','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('ady-cyrl','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('ady-cyrl','messages:mw-widgets-titleinput-description-new-page','s:49:\"ady-cyrl:нэкIубгъор джыри щыIэп\";'),('ady-cyrl','messages:mw-widgets-titleinput-description-redirect','s:33:\"ady-cyrl:гъакIо мыкIэ $1\";'),('ady-cyrl','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('ady-cyrl','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('ady-cyrl','messages:mycontris','s:25:\"ady-cyrl:Лэжьыгъэ\";'),('ady-cyrl','messages:mycustomcssprotected','s:65:\"ady-cyrl:Мы CSS-нэкIубгъом уеIэзэн уфитэп.\";'),('ady-cyrl','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('ady-cyrl','messages:mycustomjsprotected','s:72:\"ady-cyrl:Мы JavaScript нэкIубгъом уеIэзэн уфитэп.\";'),('ady-cyrl','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('ady-cyrl','messages:mypage','s:26:\"ady-cyrl:НэкIубгъо\";'),('ady-cyrl','messages:mypreferences','s:33:\"ady-cyrl:ГъэпсыкӀэхэр\";'),('ady-cyrl','messages:mypreferencesprotected','s:65:\"ady-cyrl:Уи Iэмэпсымэхэм уяIэзэн уфитэп.\";'),('ady-cyrl','messages:myprivateinfoprotected','s:73:\"ady-cyrl:Уи шъэф информацием уеIэзэн уфитэп.\";'),('ady-cyrl','messages:mytalk','s:19:\"ady-cyrl:ГущыӀ\";'),('ady-cyrl','messages:mywatchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady-cyrl','messages:namespace','s:26:\"ady-cyrl:ЦӀэчӀыпӀ:\";'),('ady-cyrl','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('ady-cyrl','messages:namespace_association','s:50:\"ady-cyrl:ЕхьылӀэгъэ цӀэчӀыпӀэр\";'),('ady-cyrl','messages:namespaceprotected','s:119:\"ady-cyrl:<strong>$1</strong> цIэчIыпIэм и нэкIубгъомэ уяIэзэнэу фитыныгъэ уиIэп.\";'),('ady-cyrl','messages:namespaces','s:25:\"ady-cyrl:ЦӀэчӀыпӀ\";'),('ady-cyrl','messages:namespacesall','s:19:\"ady-cyrl:зэкӀэ\";'),('ady-cyrl','messages:nav-login-createaccount','s:53:\"ady-cyrl:Къыхахь / аккаунт къэубл\";'),('ady-cyrl','messages:navigation','s:29:\"ady-cyrl:Зыплъыхьэн\";'),('ady-cyrl','messages:navigation-heading','s:38:\"ady-cyrl:Зыплъыхьэн меню\";'),('ady-cyrl','messages:nbytes','s:48:\"ady-cyrl:$1{{PLURAL:$1|байт|байтхэр}}\";'),('ady-cyrl','messages:ncategories','s:39:\"en:$1 {{PLURAL:$1|category|categories}}\";'),('ady-cyrl','messages:nchanges','s:83:\"ady-cyrl:$1 {{PLURAL:$1|зэхъокIыныгъэ|зэхъокIыныгъэхэр}}\";'),('ady-cyrl','messages:nearby','s:27:\"en:Pages on topics near you\";'),('ady-cyrl','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('ady-cyrl','messages:newarticle','s:16:\"ady-cyrl:(КIэ)\";'),('ady-cyrl','messages:newarticletext','s:412:\"ady-cyrl:ЩымыIэ нэкIубгъом уекIугъ зэпыщэмкIэ.\nНэкIубгъор ебгъэжьэным пае ычIэгъ щыт плIэмыем зыгорэ итх (еплъ [$1 IэпыIэгъу нэкIубгъом] нахьыбэу пшIэным пае).\nУмышIахэу мыщ укъэкIуагъэмэ, уи броузерым и <strong>зэкIакIо</strong> кнопкэм теIункI.\";'),('ady-cyrl','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ady-cyrl','messages:newimages','s:23:\"en:Gallery of new files\";'),('ady-cyrl','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('ady-cyrl','messages:newimages-legend','s:9:\"en:Filter\";'),('ady-cyrl','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('ady-cyrl','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('ady-cyrl','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('ady-cyrl','messages:newimages-user','s:25:\"en:IP address or username\";'),('ady-cyrl','messages:newimagestext','s:4:\"en:-\";'),('ady-cyrl','messages:newmessagesdifflinkplural','s:95:\"ady-cyrl:ыужрэ {{PLURAL:$1|зэхъокIыныгъэ|999=зэхъокIыныгъэхэр}}\";'),('ady-cyrl','messages:newmessageslinkplural','s:73:\"ady-cyrl:{{PLURAL:$1|зы тхыгхакIэ|999=тхыгъакIэхэр}}\";'),('ady-cyrl','messages:newpage','s:35:\"ady-cyrl:НэкӀубгъуакӀэ\";'),('ady-cyrl','messages:newpageletter','s:13:\"ady-cyrl:КӀ\";'),('ady-cyrl','messages:newpages','s:41:\"ady-cyrl:НэкӀубгъуакӀэхэр\";'),('ady-cyrl','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('ady-cyrl','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('ady-cyrl','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('ady-cyrl','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('ady-cyrl','messages:newpages-submit','s:7:\"en:Show\";'),('ady-cyrl','messages:newpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:newpages-username','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady-cyrl','messages:newpassword','s:36:\"ady-cyrl:ШъэфгущыIакIэр:\";'),('ady-cyrl','messages:newsection','s:14:\"en:New section\";'),('ady-cyrl','messages:newsection-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:newsection-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:newsection-summary','s:3:\"en:\";'),('ady-cyrl','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ady-cyrl','messages:newsectionsummary','s:35:\"ady-cyrl:/* $1 */ секциякIэ\";'),('ady-cyrl','messages:newtitle','s:13:\"en:New title:\";'),('ady-cyrl','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ady-cyrl','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ady-cyrl','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ady-cyrl','messages:newuserlogpage','s:53:\"ady-cyrl:ХэлэжьакӀомэ яублэн лог\";'),('ady-cyrl','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('ady-cyrl','messages:newwindow','s:75:\"ady-cyrl:(шъхьангъупчъэ шъхьафым къыщызэӀух)\";'),('ady-cyrl','messages:next','s:19:\"ady-cyrl:кIэлъ.\";'),('ady-cyrl','messages:next-page','s:47:\"ady-cyrl:кIэлъыкIорэ нэкIубгъу\";'),('ady-cyrl','messages:nextdiff','s:46:\"ady-cyrl:Нахь еӀэзэныгъакӀ →\";'),('ady-cyrl','messages:nextn','s:48:\"ady-cyrl:кӀэлъыкӀорэ {{PLURAL:$1|$1}}\";'),('ady-cyrl','messages:nextn-title','s:86:\"ady-cyrl:КIэлъыкIорэ $1 {{PLURAL:$1|резултат|резултатхэр}}\";'),('ady-cyrl','messages:nextpage','s:54:\"ady-cyrl:КIэлъыкIорэ нэкIубгъор ($1)\";'),('ady-cyrl','messages:nextrevision','s:37:\"ady-cyrl:Кӏэлъыкӏорэр →\";'),('ady-cyrl','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('ady-cyrl','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('ady-cyrl','messages:nlinks','s:30:\"en:$1 {{PLURAL:$1|link|links}}\";'),('ady-cyrl','messages:nmembers','s:57:\"ady-cyrl:$1 {{PLURAL:$1|объект|объектхэр}}\";'),('ady-cyrl','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('ady-cyrl','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('ady-cyrl','messages:noarticletext','s:439:\"ady-cyrl:Текст пари итыгоп мы нэкIубгъом.\n[[Special:Search/{{PAGENAME}}|Мы нэкIубгъом ыцIэ улъыхъун]] плъэкIыщт нэмыкI нэкIубгъомэ,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ехьылIэгъэ журналхэм къащыбгъотын],\nе [{{fullurl:{{FULLPAGENAME}}|action=edit}} мы нэкIубгъом уеIэзэн]</span>.\";'),('ady-cyrl','messages:noarticletext-nopermission','s:433:\"ady-cyrl:Текст пари итыгоп мы нэкIубгъом.\n[[Special:Search/{{PAGENAME}}|Мы нэкIубгъом ыцIэ улъыхъун]] плъэкIыщт нэмыкI нэкIубгъомэ, е\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ехьылIэгъэ журналхэм къащыбгъотын]</span>. Ау мы нэкIубгъор уублэнэу фитыныгъэ уиIэп.\";'),('ady-cyrl','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ady-cyrl','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('ady-cyrl','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('ady-cyrl','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ady-cyrl','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('ady-cyrl','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('ady-cyrl','messages:nocookiesnew','s:198:\"en:The user account was created, but you are not logged in.\n{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them, then log in with your new username and password.\";'),('ady-cyrl','messages:nocreate-loggedin','s:64:\"ady-cyrl:НэкIубгъуакIэ ебгъэжьэ уфитэп.\";'),('ady-cyrl','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('ady-cyrl','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('ady-cyrl','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('ady-cyrl','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('ady-cyrl','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('ady-cyrl','messages:noemail','s:52:\"en:There is no email address recorded for user \"$1\".\";'),('ady-cyrl','messages:noemailcreate','s:49:\"ady-cyrl:Емэйл тэрэз птхын фае.\";'),('ady-cyrl','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('ady-cyrl','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('ady-cyrl','messages:noemailtitle','s:44:\"ady-cyrl:Емэйл адресыр щыIэп\";'),('ady-cyrl','messages:nohistory','s:79:\"ady-cyrl:Мы нэкIубгъом и еIэзэнмэ я тарихъ щыIэп.\";'),('ady-cyrl','messages:noimages','s:18:\"en:Nothing to see.\";'),('ady-cyrl','messages:noindex-category','s:60:\"ady-cyrl:Индекс мыхъурэ нэкIубгъохэр\";'),('ady-cyrl','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('ady-cyrl','messages:nolicense','s:39:\"ady-cyrl:Зи хэшыпыкIыгъэп\";'),('ady-cyrl','messages:nolinkshere','s:40:\"en:No pages link to <strong>$2</strong>.\";'),('ady-cyrl','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('ady-cyrl','messages:nolinkstoimage','s:72:\"ady-cyrl:Мыщ къэзыщэу нэкӀубгъо пари щыӀэп.\";'),('ady-cyrl','messages:noname','s:57:\"ady-cyrl:НэбгырацIэ тэрэз итхагъэп.\";'),('ady-cyrl','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('ady-cyrl','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('ady-cyrl','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('ady-cyrl','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('ady-cyrl','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('ady-cyrl','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('ady-cyrl','messages:nopagetitle','s:22:\"en:No such target page\";'),('ady-cyrl','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('ady-cyrl','messages:nospecialpagetext','s:157:\"en:<strong>You have requested an invalid special page.</strong>\n\nA list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].\";'),('ady-cyrl','messages:nosuchaction','s:44:\"ady-cyrl:Ащ фэдэ шIагъэ щыIэп\";'),('ady-cyrl','messages:nosuchactiontext','s:179:\"en:The action specified by the URL is invalid.\nYou might have mistyped the URL, or followed an incorrect link.\nThis might also indicate a bug in the software used by {{SITENAME}}.\";'),('ady-cyrl','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('ady-cyrl','messages:nosuchsectiontitle','s:60:\"ady-cyrl:Секциер гъотыгъэн лъэкIырэп\";'),('ady-cyrl','messages:nosuchspecialpage','s:62:\"ady-cyrl:Афэдэ специал нэкIубгъо щыIэп\";'),('ady-cyrl','messages:nosuchuser','s:139:\"en:There is no user by the name \"$1\".\nUsernames are case-sensitive.\nCheck your spelling, or [[Special:CreateAccount|create a new account]].\";'),('ady-cyrl','messages:nosuchusershort','s:102:\"ady-cyrl:\"$1\", афэдэ цIэ зиIэу нэбгырэ щыIэп.\nТхыкIэр уплъэкIужь.\";'),('ady-cyrl','messages:notanarticle','s:21:\"en:Not a content page\";'),('ady-cyrl','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('ady-cyrl','messages:notargettitle','s:12:\"en:No target\";'),('ady-cyrl','messages:note','s:35:\"ady-cyrl:<strong>Еплъ:</strong>\";'),('ady-cyrl','messages:notextmatches','s:23:\"en:No page text matches\";'),('ady-cyrl','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ady-cyrl','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ady-cyrl','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('ady-cyrl','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('ady-cyrl','messages:notloggedin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady-cyrl','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('ady-cyrl','messages:nouserspecified','s:49:\"ady-cyrl:НэбгырацIэр птхын фае.\";'),('ady-cyrl','messages:nov','s:17:\"ady-cyrl:Шкгъ\";'),('ady-cyrl','messages:november','s:25:\"ady-cyrl:ШэкӀогъу\";'),('ady-cyrl','messages:november-gen','s:25:\"ady-cyrl:ШэкӀогъу\";'),('ady-cyrl','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('ady-cyrl','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('ady-cyrl','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ady-cyrl','messages:ns-specialprotected','s:81:\"ady-cyrl:Специал нэкIубгъохэр зэхъокIын хъущтэп.\";'),('ady-cyrl','messages:nstab-category','s:27:\"ady-cyrl:Категорие\";'),('ady-cyrl','messages:nstab-help','s:43:\"ady-cyrl:IэпыIэгъу нэкIубгъу\";'),('ady-cyrl','messages:nstab-image','s:17:\"ady-cyrl:Файл\";'),('ady-cyrl','messages:nstab-main','s:27:\"ady-cyrl:НэкӀубгъо\";'),('ady-cyrl','messages:nstab-mainpage','s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";'),('ady-cyrl','messages:nstab-media','s:37:\"ady-cyrl:Медиэ нэкIубгъо\";'),('ady-cyrl','messages:nstab-mediawiki','s:21:\"ady-cyrl:Тхыгъэ\";'),('ady-cyrl','messages:nstab-project','s:50:\"ady-cyrl:Проектым фэгъэхьыгъэу\";'),('ady-cyrl','messages:nstab-special','s:48:\"ady-cyrl:ХэшыкӀыгъэ нэкӀубгъу\";'),('ady-cyrl','messages:nstab-talk','s:3:\"en:\";'),('ady-cyrl','messages:nstab-template','s:21:\"ady-cyrl:Шапхъэ\";'),('ady-cyrl','messages:nstab-user','s:42:\"ady-cyrl:{{GENDER:$1|Сэ ситхьап}}\";'),('ady-cyrl','messages:ntimes','s:7:\"en:$1×\";'),('ady-cyrl','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('ady-cyrl','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ady-cyrl','messages:oct','s:15:\"ady-cyrl:Чъп\";'),('ady-cyrl','messages:october','s:27:\"ady-cyrl:Чъэпыогъу\";'),('ady-cyrl','messages:october-gen','s:27:\"ady-cyrl:Чъэпыогъу\";'),('ady-cyrl','messages:ok','s:17:\"ady-cyrl:Хъун\";'),('ady-cyrl','messages:oldpassword','s:37:\"ady-cyrl:ШъэфгущыIэжъыр:\";'),('ady-cyrl','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('ady-cyrl','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('ady-cyrl','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('ady-cyrl','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('ady-cyrl','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('ady-cyrl','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('ady-cyrl','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('ady-cyrl','messages:ooui-field-help','s:7:\"en:Help\";'),('ady-cyrl','messages:ooui-item-remove','s:9:\"en:Remove\";'),('ady-cyrl','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('ady-cyrl','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('ady-cyrl','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('ady-cyrl','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('ady-cyrl','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('ady-cyrl','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('ady-cyrl','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('ady-cyrl','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('ady-cyrl','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('ady-cyrl','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('ady-cyrl','messages:ooui-toolbar-more','s:7:\"en:More\";'),('ady-cyrl','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('ady-cyrl','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('ady-cyrl','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ady-cyrl','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('ady-cyrl','messages:otherlanguages','s:40:\"ady-cyrl:ПэмыкӀ бзэхэмкӀэ\";'),('ady-cyrl','messages:others','s:9:\"en:others\";'),('ady-cyrl','messages:overwrite','s:72:\"ady-cyrl:ЩыIахэ файлым ушъхьатетхэ хъущтэп.\";'),('ady-cyrl','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ady-cyrl','messages:page-atom-feed','s:27:\"ady-cyrl:$1 Atom чэзыу\";'),('ady-cyrl','messages:page-rss-feed','s:26:\"ady-cyrl:$1 RSS чэзыу\";'),('ady-cyrl','messages:page_first','s:19:\"ady-cyrl:апэрэ\";'),('ady-cyrl','messages:page_last','s:19:\"ady-cyrl:ыужрэ\";'),('ady-cyrl','messages:pagecategories','s:66:\"ady-cyrl:{{PLURAL:$1|Категорий|Категориехэр}}\";'),('ady-cyrl','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ady-cyrl','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('ady-cyrl','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('ady-cyrl','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('ady-cyrl','messages:pagedata-title','s:12:\"en:Page data\";'),('ady-cyrl','messages:pagehist','s:44:\"ady-cyrl:НэкIубгъом и тарихъ\";'),('ady-cyrl','messages:pagehistory','s:15:\"en:Page history\";'),('ady-cyrl','messages:pagehistory-summary','s:3:\"en:\";'),('ady-cyrl','messages:pageid','s:13:\"en:page ID $1\";'),('ady-cyrl','messages:pageinfo','s:12:\"en:Page info\";'),('ady-cyrl','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('ady-cyrl','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('ady-cyrl','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('ady-cyrl','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('ady-cyrl','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('ady-cyrl','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('ady-cyrl','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('ady-cyrl','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('ady-cyrl','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('ady-cyrl','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('ady-cyrl','messages:pageinfo-contentpage-yes','s:6:\"en:Yes\";'),('ady-cyrl','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('ady-cyrl','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('ady-cyrl','messages:pageinfo-edits','s:24:\"en:Total number of edits\";'),('ady-cyrl','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('ady-cyrl','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('ady-cyrl','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('ady-cyrl','messages:pageinfo-firsttime','s:24:\"en:Date of page creation\";'),('ady-cyrl','messages:pageinfo-firstuser','s:15:\"en:Page creator\";'),('ady-cyrl','messages:pageinfo-footer','s:4:\"en:-\";'),('ady-cyrl','messages:pageinfo-header','s:4:\"en:-\";'),('ady-cyrl','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('ady-cyrl','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('ady-cyrl','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('ady-cyrl','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('ady-cyrl','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('ady-cyrl','messages:pageinfo-language','s:35:\"ady-cyrl:НэкIубгъом ыбз\";'),('ady-cyrl','messages:pageinfo-language-change','s:9:\"en:change\";'),('ady-cyrl','messages:pageinfo-lasttime','s:22:\"en:Date of latest edit\";'),('ady-cyrl','messages:pageinfo-lastuser','s:16:\"en:Latest editor\";'),('ady-cyrl','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('ady-cyrl','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('ady-cyrl','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('ady-cyrl','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('ady-cyrl','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('ady-cyrl','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('ady-cyrl','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('ady-cyrl','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('ady-cyrl','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('ady-cyrl','messages:pageinfo-redirects-name','s:35:\"en:Number of redirects to this page\";'),('ady-cyrl','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('ady-cyrl','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('ady-cyrl','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('ady-cyrl','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('ady-cyrl','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('ady-cyrl','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('ady-cyrl','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('ady-cyrl','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('ady-cyrl','messages:pageinfo-summary','s:3:\"en:\";'),('ady-cyrl','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('ady-cyrl','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('ady-cyrl','messages:pageinfo-toolboxlink','s:53:\"ady-cyrl:НэкӀубгъом и информацие\";'),('ady-cyrl','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('ady-cyrl','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('ady-cyrl','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('ady-cyrl','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('ady-cyrl','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('ady-cyrl','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('ady-cyrl','messages:pagelang-language','s:15:\"ady-cyrl:Бзэ\";'),('ady-cyrl','messages:pagelang-name','s:27:\"ady-cyrl:НэкӀубгъо\";'),('ady-cyrl','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('ady-cyrl','messages:pagelang-reason','s:9:\"en:Reason\";'),('ady-cyrl','messages:pagelang-select-lang','s:30:\"ady-cyrl:Бзэр къыхэх\";'),('ady-cyrl','messages:pagelang-submit','s:9:\"en:Submit\";'),('ady-cyrl','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('ady-cyrl','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('ady-cyrl','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('ady-cyrl','messages:pagelanguage','s:50:\"ady-cyrl:НэкIубгъом ыбзэ къыхэх\";'),('ady-cyrl','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ady-cyrl','messages:pagemovedsub','s:17:\"en:Move succeeded\";'),('ady-cyrl','messages:pager-newer-n','s:33:\"en:{{PLURAL:$1|newer 1|newer $1}}\";'),('ady-cyrl','messages:pager-older-n','s:67:\"ady-cyrl:{{PLURAL:$1|нахьыжъэу 1|нахьыжъхэу $1}}\";'),('ady-cyrl','messages:pagesize','s:19:\"ady-cyrl:(байт)\";'),('ady-cyrl','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('ady-cyrl','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('ady-cyrl','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('ady-cyrl','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('ady-cyrl','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('ady-cyrl','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('ady-cyrl','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('ady-cyrl','messages:pageswithprop-submit','s:15:\"ady-cyrl:КӀо\";'),('ady-cyrl','messages:pageswithprop-summary','s:3:\"en:\";'),('ady-cyrl','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('ady-cyrl','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('ady-cyrl','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ady-cyrl','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('ady-cyrl','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('ady-cyrl','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('ady-cyrl','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('ady-cyrl','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('ady-cyrl','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('ady-cyrl','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('ady-cyrl','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('ady-cyrl','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('ady-cyrl','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('ady-cyrl','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('ady-cyrl','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('ady-cyrl','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('ady-cyrl','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('ady-cyrl','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('ady-cyrl','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('ady-cyrl','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('ady-cyrl','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('ady-cyrl','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ady-cyrl','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('ady-cyrl','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('ady-cyrl','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('ady-cyrl','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('ady-cyrl','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('ady-cyrl','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('ady-cyrl','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('ady-cyrl','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ady-cyrl','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('ady-cyrl','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('ady-cyrl','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('ady-cyrl','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('ady-cyrl','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('ady-cyrl','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('ady-cyrl','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('ady-cyrl','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('ady-cyrl','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('ady-cyrl','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('ady-cyrl','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('ady-cyrl','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('ady-cyrl','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('ady-cyrl','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('ady-cyrl','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('ady-cyrl','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('ady-cyrl','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('ady-cyrl','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('ady-cyrl','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('ady-cyrl','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('ady-cyrl','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('ady-cyrl','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('ady-cyrl','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('ady-cyrl','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('ady-cyrl','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('ady-cyrl','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('ady-cyrl','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('ady-cyrl','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('ady-cyrl','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('ady-cyrl','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('ady-cyrl','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('ady-cyrl','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('ady-cyrl','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ady-cyrl','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('ady-cyrl','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('ady-cyrl','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('ady-cyrl','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('ady-cyrl','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ady-cyrl','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('ady-cyrl','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('ady-cyrl','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('ady-cyrl','messages:parentheses','s:7:\"en:($1)\";'),('ady-cyrl','messages:parentheses-end','s:4:\"en:)\";'),('ady-cyrl','messages:parentheses-start','s:4:\"en:(\";'),('ady-cyrl','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('ady-cyrl','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('ady-cyrl','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('ady-cyrl','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('ady-cyrl','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('ady-cyrl','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('ady-cyrl','messages:password-change-forbidden','s:88:\"ady-cyrl:Мы виким и шъэфгущыIэхэр зэблэпхъун уфитэп.\";'),('ady-cyrl','messages:password-login-forbidden','s:104:\"ady-cyrl:Мы ныбгырацIэмрэ шъэфгущыIэмрэ бгъэфедэ хъужьыщтэп.\";'),('ady-cyrl','messages:password-name-match','s:91:\"ady-cyrl:Уи шъэфгущыIэр уи нэбгырацIэм фэдапэ хъущтэп.\";'),('ady-cyrl','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('ady-cyrl','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('ady-cyrl','messages:passwordpolicies','s:20:\"en:Password policies\";'),('ady-cyrl','messages:passwordpolicies-group','s:8:\"en:Group\";'),('ady-cyrl','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('ady-cyrl','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ady-cyrl','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ady-cyrl','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('ady-cyrl','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('ady-cyrl','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('ady-cyrl','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('ady-cyrl','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('ady-cyrl','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('ady-cyrl','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('ady-cyrl','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('ady-cyrl','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('ady-cyrl','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('ady-cyrl','messages:passwordremindertitle','s:42:\"en:New temporary password for {{SITENAME}}\";'),('ady-cyrl','messages:passwordreset','s:43:\"ady-cyrl:Зэтедз шъэфгущыIэр\";'),('ady-cyrl','messages:passwordreset-disabled','s:82:\"ady-cyrl:Мы виким шъэфгущыIэр щызэтебдзэшъущтэп.\";'),('ady-cyrl','messages:passwordreset-domain','s:20:\"ady-cyrl:Домен:\";'),('ady-cyrl','messages:passwordreset-email','s:31:\"ady-cyrl:Емэйл адрес:\";'),('ady-cyrl','messages:passwordreset-emaildisabled','s:81:\"ady-cyrl:Мы виким емэйл-Iофыгъохэр щылажьэхэрэп.\";'),('ady-cyrl','messages:passwordreset-emailelement','s:58:\"ady-cyrl:НэбгырацIэ: \n$1\n\nTemporary password: \n$2\";'),('ady-cyrl','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ady-cyrl','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('ady-cyrl','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ady-cyrl','messages:passwordreset-emailtitle','s:77:\"ady-cyrl:Аккаунт и гъэпсыкIэхэр, мий щыI {{SITENAME}}\";'),('ady-cyrl','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('ady-cyrl','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('ady-cyrl','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('ady-cyrl','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('ady-cyrl','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('ady-cyrl','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('ady-cyrl','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('ady-cyrl','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('ady-cyrl','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('ady-cyrl','messages:passwordreset-username','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady-cyrl','messages:passwordsent','s:115:\"en:A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.\";'),('ady-cyrl','messages:passwordtoolong','s:132:\"ady-cyrl:ШъэфгущыIэр мыщ нахь кIыхьэ хъун лъэкIыщтэп: {{PLURAL:$1 символ|$1 символ}}.\";'),('ady-cyrl','messages:passwordtooshort','s:108:\"ady-cyrl:ШъэфгущыIэр мыхъуми {{PLURAL:$1|1 символ |символ $1}} хъун фае.\";'),('ady-cyrl','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ady-cyrl','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ady-cyrl','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('ady-cyrl','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ady-cyrl','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('ady-cyrl','messages:pear-mail-error','s:5:\"en:$1\";'),('ady-cyrl','messages:percent','s:6:\"en:$1%\";'),('ady-cyrl','messages:perfcached','s:138:\"en:The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('ady-cyrl','messages:perfcachedts','s:137:\"en:The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.\";'),('ady-cyrl','messages:period-am','s:5:\"en:AM\";'),('ady-cyrl','messages:period-pm','s:5:\"en:PM\";'),('ady-cyrl','messages:permalink','s:37:\"ady-cyrl:Ренэу щыт зэпыщ\";'),('ady-cyrl','messages:permanentlink','s:17:\"en:Permanent link\";'),('ady-cyrl','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('ady-cyrl','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('ady-cyrl','messages:permanentlink-summary','s:3:\"en:\";'),('ady-cyrl','messages:permissionserrors','s:51:\"ady-cyrl:Фитыныгъэм и къончагъэ\";'),('ady-cyrl','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ady-cyrl','messages:permissionserrorstext-withaction','s:127:\"ady-cyrl:$2-кIэ фитыныгъэ уиIэп, къыкIэлъыкIорэ {{PLURAL:$1|резонкIэ|резонхэмкIэ}}:\";'),('ady-cyrl','messages:personaltools','s:37:\"ady-cyrl:СиӀэмэпсымэхэр\";'),('ady-cyrl','messages:php-mail-error','s:5:\"en:$1\";'),('ady-cyrl','messages:php-mail-error-unknown','s:72:\"ady-cyrl:PHP-функциеу mail()-м къончагъэ горэ иI.\";'),('ady-cyrl','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('ady-cyrl','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('ady-cyrl','messages:policy-url','s:33:\"ady-cyrl:Project:Хабзэхэр\";'),('ady-cyrl','messages:pool-errorunknown','s:51:\"ady-cyrl:ЗэхэмышIагъэ къончагъэ\";'),('ady-cyrl','messages:pool-queuefull','s:42:\"ady-cyrl:Упч1эмэ я Iатэр изы\";'),('ady-cyrl','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('ady-cyrl','messages:pool-timeout','s:74:\"ady-cyrl:Уахътэр икIыгъэ, гъэпытэныр къэсыфэ\";'),('ady-cyrl','messages:poolcounter-usage-error','s:61:\"ady-cyrl:Гъэфедэныгъэм и къончагъэ: $1\";'),('ady-cyrl','messages:portal','s:44:\"ady-cyrl:Лъэпкъэгъу ӀухьапӀ\";'),('ady-cyrl','messages:portal-url','s:52:\"ady-cyrl:Project:Лъэпкъэгъу ӀухьапӀ\";'),('ady-cyrl','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('ady-cyrl','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('ady-cyrl','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('ady-cyrl','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('ady-cyrl','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('ady-cyrl','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('ady-cyrl','messages:postedit-confirmation-created','s:44:\"ady-cyrl:НэкIубгъор ублагъэ.\";'),('ady-cyrl','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('ady-cyrl','messages:postedit-confirmation-restored','s:71:\"ady-cyrl:НэкIубгъор зэтегъэуцожьыгъэу щыт.\";'),('ady-cyrl','messages:postedit-confirmation-saved','s:65:\"ady-cyrl:Уи еIэзэныгъэр тегъэпытыхьагъ.\";'),('ady-cyrl','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('ady-cyrl','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('ady-cyrl','messages:powersearch-legend','s:42:\"ady-cyrl:Зэхэщыгъэ лъыхъун\";'),('ady-cyrl','messages:powersearch-ns','s:48:\"ady-cyrl:ЦIэчIыпIэмэ ащылъыхъу:\";'),('ady-cyrl','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('ady-cyrl','messages:powersearch-toggleall','s:18:\"ady-cyrl:ЗэкIэ\";'),('ady-cyrl','messages:powersearch-togglelabel','s:22:\"ady-cyrl:Гъэнаф:\";'),('ady-cyrl','messages:powersearch-togglenone','s:13:\"ady-cyrl:Зи\";'),('ady-cyrl','messages:preferences','s:33:\"ady-cyrl:Iамэ-псымэхэр\";'),('ady-cyrl','messages:preferences-summary','s:3:\"en:\";'),('ady-cyrl','messages:prefixindex','s:24:\"en:All pages with prefix\";'),('ady-cyrl','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('ady-cyrl','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('ady-cyrl','messages:prefixindex-submit','s:7:\"en:Show\";'),('ady-cyrl','messages:prefixindex-summary','s:3:\"en:\";'),('ady-cyrl','messages:prefs-advancedediting','s:18:\"en:General options\";'),('ady-cyrl','messages:prefs-advancedrc','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady-cyrl','messages:prefs-advancedrendering','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady-cyrl','messages:prefs-advancedsearchoptions','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady-cyrl','messages:prefs-advancedwatchlist','s:56:\"ady-cyrl:ГъэпсыкIэ игъэкIотыгъэхэр\";'),('ady-cyrl','messages:prefs-changeemail','s:68:\"ady-cyrl:Зэблэхъу е тегъэкI емэйл адресыр\";'),('ady-cyrl','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('ady-cyrl','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('ady-cyrl','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('ady-cyrl','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('ady-cyrl','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('ady-cyrl','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('ady-cyrl','messages:prefs-dateformat','s:30:\"ady-cyrl:Мафэ формат\";'),('ady-cyrl','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('ady-cyrl','messages:prefs-diffs','s:8:\"en:Diffs\";'),('ady-cyrl','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('ady-cyrl','messages:prefs-displayrc','s:57:\"ady-cyrl:ГъэпсыкIэхэр къэгъэлъагъу\";'),('ady-cyrl','messages:prefs-displaywatchlist','s:57:\"ady-cyrl:ГъэпсыкIэхэр къэгъэлъагъу\";'),('ady-cyrl','messages:prefs-editing','s:28:\"ady-cyrl:ЕIэзэныгъэ\";'),('ady-cyrl','messages:prefs-editor','s:23:\"ady-cyrl:ЕIэзакIо\";'),('ady-cyrl','messages:prefs-edits','s:42:\"ady-cyrl:ЕIэзэнмэ япчъагъэ:\";'),('ady-cyrl','messages:prefs-editwatchlist','s:46:\"ady-cyrl:Лъыплъэ купым еIэзэн\";'),('ady-cyrl','messages:prefs-editwatchlist-clear','s:44:\"ady-cyrl:Лъыплъэ купыр унэкI\";'),('ady-cyrl','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('ady-cyrl','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('ady-cyrl','messages:prefs-editwatchlist-raw','s:72:\"ady-cyrl:Лъыплъэ купым щыщэу сатырым еIэзэн\";'),('ady-cyrl','messages:prefs-email','s:43:\"ady-cyrl:Емэйл гъэпсыкIэхэр\";'),('ady-cyrl','messages:prefs-emailconfirm-label','s:46:\"ady-cyrl:Емэйл уплъэкIуныгъэ:\";'),('ady-cyrl','messages:prefs-files','s:25:\"ady-cyrl:Файлэхэр\";'),('ady-cyrl','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('ady-cyrl','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('ady-cyrl','messages:prefs-help-email-required','s:47:\"ady-cyrl:Емэйл адрес ищыкIагъ.\";'),('ady-cyrl','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('ady-cyrl','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('ady-cyrl','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('ady-cyrl','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('ady-cyrl','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('ady-cyrl','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('ady-cyrl','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('ady-cyrl','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('ady-cyrl','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('ady-cyrl','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('ady-cyrl','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('ady-cyrl','messages:prefs-i18n','s:47:\"ady-cyrl:Интернационализацие\";'),('ady-cyrl','messages:prefs-info','s:37:\"ady-cyrl:Къэбар шъхьаIэр\";'),('ady-cyrl','messages:prefs-labs','s:16:\"en:Labs features\";'),('ady-cyrl','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('ady-cyrl','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('ady-cyrl','messages:prefs-misc','s:44:\"ady-cyrl:ПэмыкI гъэпсыкIэхэр\";'),('ady-cyrl','messages:prefs-namespaces','s:33:\"ady-cyrl:ЦӀэчӀыпӀэхэр\";'),('ady-cyrl','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('ady-cyrl','messages:prefs-personal','s:41:\"ady-cyrl:Нэбгырэм и профил\";'),('ady-cyrl','messages:prefs-preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady-cyrl','messages:prefs-rc','s:52:\"ady-cyrl:Ыужрэ зэхъокӀыныгъэхэр\";'),('ady-cyrl','messages:prefs-registration','s:43:\"ady-cyrl:Регистрацие уахът:\";'),('ady-cyrl','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('ady-cyrl','messages:prefs-rendering','s:29:\"ady-cyrl:Ышъотеплъэ\";'),('ady-cyrl','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('ady-cyrl','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('ady-cyrl','messages:prefs-resetpass','s:47:\"ady-cyrl:ШъэфгущыIэр зэблэхъу\";'),('ady-cyrl','messages:prefs-searchmisc','s:10:\"en:General\";'),('ady-cyrl','messages:prefs-searchoptions','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:prefs-setemail','s:52:\"ady-cyrl:Игъахь уи емэйл адресыр\";'),('ady-cyrl','messages:prefs-signature','s:31:\"ady-cyrl:КIэтхэжьыкIэ\";'),('ady-cyrl','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('ady-cyrl','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('ady-cyrl','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('ady-cyrl','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('ady-cyrl','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('ady-cyrl','messages:prefs-skin','s:27:\"ady-cyrl:Ышъотеплъ\";'),('ady-cyrl','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('ady-cyrl','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('ady-cyrl','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('ady-cyrl','messages:prefs-timeoffset','s:33:\"ady-cyrl:Уахътэм и кощ\";'),('ady-cyrl','messages:prefs-tokenwatchlist','s:19:\"ady-cyrl:Токен\";'),('ady-cyrl','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ady-cyrl','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('ady-cyrl','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('ady-cyrl','messages:prefs-user-pages','s:46:\"ady-cyrl:Нэбгырэм и нэкIубгъу\";'),('ady-cyrl','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('ady-cyrl','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('ady-cyrl','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('ady-cyrl','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('ady-cyrl','messages:prefs-watchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady-cyrl','messages:prefs-watchlist-days','s:35:\"ady-cyrl:Мафэ пчъагъэр:\";'),('ady-cyrl','messages:prefs-watchlist-days-max','s:64:\"ady-cyrl:Максимум $1 {{PLURAL:$1|маф|мафэхэр}}\";'),('ady-cyrl','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('ady-cyrl','messages:prefs-watchlist-edits-max','s:50:\"ady-cyrl:Нахьинышъущт нумер: 1000\";'),('ady-cyrl','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('ady-cyrl','messages:prefs-watchlist-token','s:49:\"ady-cyrl:Лъыплъэ купым и токен:\";'),('ady-cyrl','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('ady-cyrl','messages:prev-page','s:37:\"ady-cyrl:ыпэит нэкIубгъу\";'),('ady-cyrl','messages:preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady-cyrl','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('ady-cyrl','messages:previewerrortext','s:122:\"ady-cyrl:Уи ыпэтеплъэмэ я къэгъэлъэгъон игъо зы къончагъэ горэ хъугъэ.\";'),('ady-cyrl','messages:previewnote','s:167:\"ady-cyrl:<strong>Зыщымыгъэгъупш, мыр ыпэтеплъэ къодый.</strong>\nУи еIэзэнхэр джыри дэгъэпытыхьагъэхэп.\";'),('ady-cyrl','messages:previousdiff','s:48:\"ady-cyrl:← ЫпэкъэкӀорэ еӀэзэн\";'),('ady-cyrl','messages:previousrevision','s:46:\"ady-cyrl:← Пэсэрэ теплъэжьыр\";'),('ady-cyrl','messages:prevn','s:32:\"ady-cyrl:ыпэ {{PLURAL:$1|$1}}\";'),('ady-cyrl','messages:prevn-title','s:43:\"en:Previous $1 {{PLURAL:$1|result|results}}\";'),('ady-cyrl','messages:prevpage','s:43:\"ady-cyrl:Ыпэит нэкубгъор ($1)\";'),('ady-cyrl','messages:print','s:23:\"ady-cyrl:Къыхэут\";'),('ady-cyrl','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('ady-cyrl','messages:printableversion','s:32:\"ady-cyrl:Хэутын теплъ\";'),('ady-cyrl','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('ady-cyrl','messages:privacy','s:40:\"ady-cyrl:Зыушъэфын хабзэр\";'),('ady-cyrl','messages:privacypage','s:48:\"ady-cyrl:Project:Зыушъэфын хабзэр\";'),('ady-cyrl','messages:prot_1movedto2','s:54:\"ady-cyrl:[[$1]]-р мыдыкIэ кощыгъэ [[$2]]\";'),('ady-cyrl','messages:protect','s:19:\"ady-cyrl:Ухъум\";'),('ady-cyrl','messages:protect-badnamespace-text','s:97:\"ady-cyrl:ЦIэчIыпIэм илъ нэкIубгъохэр ухъумэгъэн лъэкIырэп.\";'),('ady-cyrl','messages:protect-badnamespace-title','s:45:\"ady-cyrl:Мыухъумэгъэ цIэчIыпI\";'),('ady-cyrl','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('ady-cyrl','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('ady-cyrl','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('ady-cyrl','messages:protect-default','s:31:\"ady-cyrl:Мыухъумагъэ\";'),('ady-cyrl','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('ady-cyrl','messages:protect-edit-reasonlist','s:65:\"ady-cyrl:Ухъумэн къызпкъырыкIхэм яIэзэн\";'),('ady-cyrl','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('ady-cyrl','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('ady-cyrl','messages:protect-expiring','s:31:\"ady-cyrl:екIыжьы $1 (UTC)\";'),('ady-cyrl','messages:protect-expiring-local','s:25:\"ady-cyrl:екIыжьы $1\";'),('ady-cyrl','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('ady-cyrl','messages:protect-expiry-options','s:142:\"en:1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite\";'),('ady-cyrl','messages:protect-fallback','s:40:\"en:Allow only users with \"$1\" permission\";'),('ady-cyrl','messages:protect-legend','s:56:\"ady-cyrl:Тегъэпытыхь ухъумэныгъэр\";'),('ady-cyrl','messages:protect-level-autoconfirmed','s:96:\"ady-cyrl:АутоуплъэкIужьыгъэ нэбгырэ закъохэр ары фитхэр\";'),('ady-cyrl','messages:protect-level-sysop','s:72:\"ady-cyrl:Администратор закъохэр ары фитхэр\";'),('ady-cyrl','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ady-cyrl','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ady-cyrl','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ady-cyrl','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('ady-cyrl','messages:protect-norestrictiontypes-title','s:49:\"ady-cyrl:Мыухъумэгъэ нэкIубгъу\";'),('ady-cyrl','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('ady-cyrl','messages:protect-otherreason-op','s:50:\"ady-cyrl:ПэмыкI къызпкъырыкIрэр\";'),('ady-cyrl','messages:protect-othertime','s:32:\"ady-cyrl:ПэмыкI зэман:\";'),('ady-cyrl','messages:protect-othertime-op','s:31:\"ady-cyrl:пэмыкI зэман\";'),('ady-cyrl','messages:protect-summary-cascade','s:25:\"ady-cyrl:каскадэу\";'),('ady-cyrl','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('ady-cyrl','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('ady-cyrl','messages:protect-title','s:38:\"en:Change protection settings for \"$1\"\";'),('ady-cyrl','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('ady-cyrl','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('ady-cyrl','messages:protect_change','s:25:\"ady-cyrl:зэблэхъу\";'),('ady-cyrl','messages:protect_expiry_invalid','s:45:\"ady-cyrl:ИкI-зэманыр къуанчэ.\";'),('ady-cyrl','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('ady-cyrl','messages:protectcomment','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ady-cyrl','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('ady-cyrl','messages:protectedinterface','s:242:\"en:This page provides interface text for the software on this wiki, and is protected to prevent abuse.\nTo add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('ady-cyrl','messages:protectedpage','s:45:\"ady-cyrl:Ухъумагъэ нэкIубгъу\";'),('ady-cyrl','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('ady-cyrl','messages:protectedpages','s:18:\"en:Protected pages\";'),('ady-cyrl','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('ady-cyrl','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('ady-cyrl','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('ady-cyrl','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('ady-cyrl','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('ady-cyrl','messages:protectedpages-page','s:27:\"ady-cyrl:НэкӀубгъо\";'),('ady-cyrl','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('ady-cyrl','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('ady-cyrl','messages:protectedpages-reason','s:36:\"ady-cyrl:ЗыпкъырыкIырэр\";'),('ady-cyrl','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('ady-cyrl','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ady-cyrl','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('ady-cyrl','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('ady-cyrl','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ady-cyrl','messages:protectedpages-unknown-timestamp','s:37:\"ady-cyrl:ЗэхэмышIыкIыгъэ\";'),('ady-cyrl','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('ady-cyrl','messages:protectedpagetext','s:145:\"ady-cyrl:ЕIэзэнхэм ыкIи нэмыкI шIэнмэ яягъэ къэмыкIынэу мы нэкIубгъор ухъумагъэу щыт.\";'),('ady-cyrl','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('ady-cyrl','messages:protectedtitles','s:19:\"en:Protected titles\";'),('ady-cyrl','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('ady-cyrl','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ady-cyrl','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('ady-cyrl','messages:protectexpiry','s:24:\"ady-cyrl:ЕкΙыжьы:\";'),('ady-cyrl','messages:protectlogpage','s:37:\"ady-cyrl:Ухъумэным и лог\";'),('ady-cyrl','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('ady-cyrl','messages:protectpage','s:17:\"en:Protect a page\";'),('ady-cyrl','messages:protectpage-summary','s:3:\"en:\";'),('ady-cyrl','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('ady-cyrl','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('ady-cyrl','messages:pt-createaccount','s:36:\"ady-cyrl:Аккаунт егъажь\";'),('ady-cyrl','messages:pt-login','s:34:\"ady-cyrl:Системэм хахь\";'),('ady-cyrl','messages:pt-login-button','s:34:\"ady-cyrl:Системэм хахь\";'),('ady-cyrl','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('ady-cyrl','messages:pt-userlogout','s:40:\"ady-cyrl:ХэкӀыжь системэм\";'),('ady-cyrl','messages:publishchanges','s:18:\"en:Publish changes\";'),('ady-cyrl','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('ady-cyrl','messages:publishpage','s:15:\"en:Publish page\";'),('ady-cyrl','messages:publishpage-start','s:18:\"en:Publish page…\";'),('ady-cyrl','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ady-cyrl','messages:purge','s:8:\"en:Purge\";'),('ady-cyrl','messages:purge-summary','s:3:\"en:\";'),('ady-cyrl','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('ady-cyrl','messages:querypage-no-updates','s:91:\"en:Updates for this page are currently disabled.\nData here will not presently be refreshed.\";'),('ady-cyrl','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('ady-cyrl','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('ady-cyrl','messages:randomincategory','s:26:\"en:Random page in category\";'),('ady-cyrl','messages:randomincategory-category','s:28:\"ady-cyrl:Категорие:\";'),('ady-cyrl','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('ady-cyrl','messages:randomincategory-legend','s:79:\"ady-cyrl:Категорием щыщэу ошIэдэмышIэ нэкIубгъу\";'),('ady-cyrl','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('ady-cyrl','messages:randomincategory-submit','s:15:\"ady-cyrl:КӀо\";'),('ady-cyrl','messages:randompage','s:50:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъу\";'),('ady-cyrl','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('ady-cyrl','messages:randompage-url','s:17:\"en:Special:Random\";'),('ady-cyrl','messages:randomredirect','s:18:\"en:Random redirect\";'),('ady-cyrl','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('ady-cyrl','messages:randomrootpage','s:19:\"en:Random root page\";'),('ady-cyrl','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('ady-cyrl','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('ady-cyrl','messages:rawmessage','s:5:\"en:$1\";'),('ady-cyrl','messages:rc-change-size','s:5:\"en:$1\";'),('ady-cyrl','messages:rc-change-size-new','s:60:\"ady-cyrl:$1 {{PLURAL:$1|байт}} зэхъокӀым ыуж\";'),('ady-cyrl','messages:rc-old-title','s:29:\"en:originally created as \"$1\"\";'),('ady-cyrl','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('ady-cyrl','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('ady-cyrl','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('ady-cyrl','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('ady-cyrl','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('ady-cyrl','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('ady-cyrl','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('ady-cyrl','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('ady-cyrl','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('ady-cyrl','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('ady-cyrl','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ady-cyrl','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ady-cyrl','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('ady-cyrl','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('ady-cyrl','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('ady-cyrl','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('ady-cyrl','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('ady-cyrl','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('ady-cyrl','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('ady-cyrl','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('ady-cyrl','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('ady-cyrl','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('ady-cyrl','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('ady-cyrl','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('ady-cyrl','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('ady-cyrl','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('ady-cyrl','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('ady-cyrl','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('ady-cyrl','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('ady-cyrl','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('ady-cyrl','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('ady-cyrl','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('ady-cyrl','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('ady-cyrl','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('ady-cyrl','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('ady-cyrl','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('ady-cyrl','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('ady-cyrl','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('ady-cyrl','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('ady-cyrl','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('ady-cyrl','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('ady-cyrl','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('ady-cyrl','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('ady-cyrl','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('ady-cyrl','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('ady-cyrl','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('ady-cyrl','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('ady-cyrl','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('ady-cyrl','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('ady-cyrl','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('ady-cyrl','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('ady-cyrl','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('ady-cyrl','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('ady-cyrl','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('ady-cyrl','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('ady-cyrl','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('ady-cyrl','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('ady-cyrl','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('ady-cyrl','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('ady-cyrl','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('ady-cyrl','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('ady-cyrl','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('ady-cyrl','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('ady-cyrl','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('ady-cyrl','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('ady-cyrl','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('ady-cyrl','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('ady-cyrl','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('ady-cyrl','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('ady-cyrl','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('ady-cyrl','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('ady-cyrl','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('ady-cyrl','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('ady-cyrl','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('ady-cyrl','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('ady-cyrl','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('ady-cyrl','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('ady-cyrl','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('ady-cyrl','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('ady-cyrl','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('ady-cyrl','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('ady-cyrl','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('ady-cyrl','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('ady-cyrl','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('ady-cyrl','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('ady-cyrl','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('ady-cyrl','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('ady-cyrl','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('ady-cyrl','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('ady-cyrl','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('ady-cyrl','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('ady-cyrl','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('ady-cyrl','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('ady-cyrl','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ady-cyrl','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('ady-cyrl','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('ady-cyrl','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('ady-cyrl','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('ady-cyrl','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('ady-cyrl','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('ady-cyrl','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('ady-cyrl','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('ady-cyrl','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('ady-cyrl','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('ady-cyrl','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('ady-cyrl','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('ady-cyrl','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('ady-cyrl','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('ady-cyrl','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('ady-cyrl','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('ady-cyrl','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('ady-cyrl','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('ady-cyrl','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('ady-cyrl','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('ady-cyrl','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('ady-cyrl','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ady-cyrl','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('ady-cyrl','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ady-cyrl','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('ady-cyrl','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('ady-cyrl','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('ady-cyrl','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('ady-cyrl','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('ady-cyrl','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('ady-cyrl','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('ady-cyrl','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('ady-cyrl','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('ady-cyrl','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('ady-cyrl','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('ady-cyrl','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ady-cyrl','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('ady-cyrl','messages:rclinks','s:96:\"ady-cyrl:Ыужрэ $1 зэхъокIыныгъэ къэгъэлъагъу мэфэ $2 ыкIоцI\";'),('ady-cyrl','messages:rclistfrom','s:99:\"ady-cyrl:ХэIэзэныкIэхэр къэгъэлъагъу мыщ щегъэжьагъэу $2, $3\";'),('ady-cyrl','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('ady-cyrl','messages:rcnotefrom','s:117:\"en:Below {{PLURAL:$5|is the change|are the changes}} since <strong>$3, $4</strong> (up to <strong>$1</strong> shown).\";'),('ady-cyrl','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('ady-cyrl','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('ady-cyrl','messages:rcshowhideanons','s:51:\"ady-cyrl:$1 цӀэрамыӀо нэбгырэхэр\";'),('ady-cyrl','messages:rcshowhideanons-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:rcshowhideanons-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:rcshowhidebots','s:18:\"ady-cyrl:$1 бот\";'),('ady-cyrl','messages:rcshowhidebots-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:rcshowhidebots-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('ady-cyrl','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('ady-cyrl','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('ady-cyrl','messages:rcshowhideliu','s:49:\"ady-cyrl:$1 хэхьэгъэ хэлэжьакӀу\";'),('ady-cyrl','messages:rcshowhideliu-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:rcshowhideliu-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:rcshowhidemine','s:37:\"ady-cyrl:$1 си хэӀэзэнхэр\";'),('ady-cyrl','messages:rcshowhidemine-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:rcshowhidemine-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:rcshowhideminor','s:51:\"ady-cyrl:$1 зэхъокӀыныгъэ цӀыкӀу\";'),('ady-cyrl','messages:rcshowhideminor-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:rcshowhideminor-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:rcshowhidepatr','s:51:\"ady-cyrl:$1 уплъэкIужьыгъэ еIэзэн\";'),('ady-cyrl','messages:rcshowhidepatr-hide','s:23:\"ady-cyrl:Гъэбылъ\";'),('ady-cyrl','messages:rcshowhidepatr-show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:readonly','s:48:\"ady-cyrl:Датэбазэр гъэпытагъэ\";'),('ady-cyrl','messages:readonly_lag','s:104:\"en:The database has been automatically locked while the replica database servers catch up to the primary\";'),('ady-cyrl','messages:readonlytext','s:226:\"en:The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ady-cyrl','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ady-cyrl','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ady-cyrl','messages:recentchanges','s:52:\"ady-cyrl:Ыужрэ зэхъокӀыныгъэхэр\";'),('ady-cyrl','messages:recentchanges-feed-description','s:58:\"en:Track the most recent changes to the wiki in this feed.\";'),('ady-cyrl','messages:recentchanges-label-bot','s:62:\"ady-cyrl:Мы хэӀэзэныгъэр ботым ышӀыгъ\";'),('ady-cyrl','messages:recentchanges-label-minor','s:51:\"ady-cyrl:Мыр хэӀэзэныгъэ цӀыкӀу\";'),('ady-cyrl','messages:recentchanges-label-newpage','s:82:\"ady-cyrl:Мы хэӀэзэныгъэм нэкӀубгъуакӀэ къышӀыгъ\";'),('ady-cyrl','messages:recentchanges-label-plusminus','s:120:\"ady-cyrl:НэкIубгъом ионтэгъугъэ мыщ фэдиз байт пчъагъэкIэ зэхъокIыгъэ\";'),('ady-cyrl','messages:recentchanges-label-unpatrolled','s:93:\"ady-cyrl:Мы хэӀэзэныгъэм джыри патрулэу ауплъэкӀугъэп\";'),('ady-cyrl','messages:recentchanges-legend','s:57:\"ady-cyrl:БэмышӀ хэӀэзэгъу лъэкӀхэр\";'),('ady-cyrl','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ady-cyrl','messages:recentchanges-legend-heading','s:37:\"ady-cyrl:<strong>Тхыдэ:</strong>\";'),('ady-cyrl','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ady-cyrl','messages:recentchanges-legend-newpage','s:127:\"ady-cyrl:{{int:recentchanges-label-newpage}} (нэмыкӀэу еплъ [[Special:NewPages|нэкӀубгъуакӀэ куп]])\";'),('ady-cyrl','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('ady-cyrl','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ady-cyrl','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('ady-cyrl','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('ady-cyrl','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('ady-cyrl','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('ady-cyrl','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('ady-cyrl','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ady-cyrl','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('ady-cyrl','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ady-cyrl','messages:recentchanges-submit','s:7:\"en:Show\";'),('ady-cyrl','messages:recentchanges-summary','s:111:\"ady-cyrl:Мы нэкӀубгъом и вики и бэмышӀ зэхъокӀыныгъэхэм алъыплъ.\";'),('ady-cyrl','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('ady-cyrl','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ady-cyrl','messages:recentchangescount','s:86:\"en:Number of edits to show in recent changes, page histories, and in logs, by default:\";'),('ady-cyrl','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('ady-cyrl','messages:recentchangesdays-max','s:64:\"ady-cyrl:Максимум $1 {{PLURAL:$1|маф|мафэхэр}}\";'),('ady-cyrl','messages:recentchangeslinked','s:62:\"ady-cyrl:ЕхьылӀэгъэ зэхъокӀыныгъэхэр\";'),('ady-cyrl','messages:recentchangeslinked-feed','s:62:\"ady-cyrl:ЕхьылӀэгъэ зэхъокӀыныгъэхэр\";'),('ady-cyrl','messages:recentchangeslinked-page','s:41:\"ady-cyrl:НэкӀубгъом ыцӀэр:\";'),('ady-cyrl','messages:recentchangeslinked-summary','s:344:\"ady-cyrl:НэкIубгъо гъэнэфагъэ горэм зыщэрэ (е категорие гъэнэфагъэм итхэм зыщэрэ) нэкIубгъомэ яеIэзэнмэ ябэмышIэ куп.\n\n[[Special:Watchlist|Уилъыплъэ купым]] хахьэрэ нэкIубгъохэр <strong>хэунэфыкIыгъэх</strong>.\";'),('ady-cyrl','messages:recentchangeslinked-title','s:70:\"ady-cyrl:\"$1\"-м ехьылӀэгъэ зэхъокӀыныгъэхэр\";'),('ady-cyrl','messages:recentchangeslinked-to','s:173:\"ady-cyrl:Пхэнджэу, зигугъу шIыгъэ нэкIубгъом къэзыщэрэ нэкIубгъомэ язэхъокIыныгъэхэр къэгъэлъагъу\";'),('ady-cyrl','messages:recentchangeslinked-toolbox','s:62:\"ady-cyrl:ЕхьылӀэгъэ зэблэхъуныгъэхэр\";'),('ady-cyrl','messages:recentchangestext','s:4:\"en:-\";'),('ady-cyrl','messages:recreate','s:11:\"en:Recreate\";'),('ady-cyrl','messages:recreate-moveddeleted-warn','s:236:\"en:<strong>Warning: You are recreating a page that was previously deleted.</strong>\n\nYou should consider whether it is appropriate to continue editing this page.\nThe deletion and move log for this page are provided here for convenience:\";'),('ady-cyrl','messages:red-link-title','s:45:\"ady-cyrl:$1 (нэкӀубгъор щыӀэп)\";'),('ady-cyrl','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('ady-cyrl','messages:redirect-file','s:11:\"en:Filename\";'),('ady-cyrl','messages:redirect-logid','s:9:\"en:Log ID\";'),('ady-cyrl','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('ady-cyrl','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('ady-cyrl','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('ady-cyrl','messages:redirect-page','s:10:\"en:Page ID\";'),('ady-cyrl','messages:redirect-revision','s:16:\"en:Page revision\";'),('ady-cyrl','messages:redirect-submit','s:5:\"en:Go\";'),('ady-cyrl','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('ady-cyrl','messages:redirect-text','s:3:\"en:\";'),('ady-cyrl','messages:redirect-user','s:10:\"en:User ID\";'),('ady-cyrl','messages:redirect-value','s:9:\"en:Value:\";'),('ady-cyrl','messages:redirectedfrom','s:33:\"ady-cyrl:($1-м къикӀыгъ)\";'),('ady-cyrl','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('ady-cyrl','messages:redirectpagesub','s:45:\"ady-cyrl:ЕгъэкIокI нэкIубгъор\";'),('ady-cyrl','messages:redirectto','s:43:\"ady-cyrl:МыдыкӀэ егъэкӀокӀ:\";'),('ady-cyrl','messages:removecredentials','s:21:\"en:Remove credentials\";'),('ady-cyrl','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ady-cyrl','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('ady-cyrl','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('ady-cyrl','messages:removedwatchtext','s:97:\"en:\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ady-cyrl','messages:removedwatchtext-short','s:82:\"ady-cyrl:НэкIубгъоу \"$1\" лъыплъэ купым хэгъэкIыгъэ.\";'),('ady-cyrl','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ady-cyrl','messages:removewatch','s:48:\"ady-cyrl:Лъыплъэ купым хэгъэкI\";'),('ady-cyrl','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('ady-cyrl','messages:resetpass-expired','s:107:\"ady-cyrl:ШъэфгущыIэм и зэман икIыгъ. ШъэфгущыIакIэ горэ гъэпсба.\";'),('ady-cyrl','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ady-cyrl','messages:resetpass-no-info','s:121:\"ady-cyrl:Мы нэкIубгъом занкIэу укIонэу уфаемэ, системэм ухэхьэгъэн фае.\";'),('ady-cyrl','messages:resetpass-recycled','s:80:\"ady-cyrl:УишъэфгущыIэр зэтедзба джырэм фэмыдэу.\";'),('ady-cyrl','messages:resetpass-submit-cancel','s:22:\"ady-cyrl:Ыуж икӀ\";'),('ady-cyrl','messages:resetpass-submit-loggedin','s:47:\"ady-cyrl:ШъэфгущыIэр зэблэхъу\";'),('ady-cyrl','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('ady-cyrl','messages:resetpass-temp-password','s:22:\"en:Temporary password:\";'),('ady-cyrl','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('ady-cyrl','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ady-cyrl','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('ady-cyrl','messages:resetpass_announce','s:120:\"ady-cyrl:Системэ хэхьаныр зэшIобгъэкIынэу, шъэфгущыIакIэ бгъэпсын фае.\";'),('ady-cyrl','messages:resetpass_forbidden','s:69:\"ady-cyrl:ШъэфгущыIэр зэблэхъун лъэкIыщтэп\";'),('ady-cyrl','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('ady-cyrl','messages:resetpass_header','s:69:\"ady-cyrl:Аккаунтым и шъэфгущыIэр зэблэхъу\";'),('ady-cyrl','messages:resetpass_submit','s:59:\"ady-cyrl:ШъэфгущыIэр гъэпси, къыхахь\";'),('ady-cyrl','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('ady-cyrl','messages:resettokens','s:42:\"ady-cyrl:Токенхэр зэтедзэх\";'),('ady-cyrl','messages:resettokens-done','s:49:\"ady-cyrl:Токенхэр зэтедзыгъэх.\";'),('ady-cyrl','messages:resettokens-no-tokens','s:51:\"ady-cyrl:Токен зэтебзынэу щыIэп.\";'),('ady-cyrl','messages:resettokens-resetbutton','s:66:\"ady-cyrl:ХэшыпыкIыгъэ токенхэр зэтедзэх\";'),('ady-cyrl','messages:resettokens-summary','s:3:\"en:\";'),('ady-cyrl','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('ady-cyrl','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('ady-cyrl','messages:resettokens-tokens','s:26:\"ady-cyrl:Токенхэр:\";'),('ady-cyrl','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('ady-cyrl','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('ady-cyrl','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('ady-cyrl','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('ady-cyrl','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('ady-cyrl','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('ady-cyrl','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('ady-cyrl','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('ady-cyrl','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('ady-cyrl','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('ady-cyrl','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('ady-cyrl','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('ady-cyrl','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('ady-cyrl','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('ady-cyrl','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('ady-cyrl','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('ady-cyrl','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('ady-cyrl','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('ady-cyrl','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('ady-cyrl','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('ady-cyrl','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('ady-cyrl','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('ady-cyrl','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('ady-cyrl','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('ady-cyrl','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('ady-cyrl','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('ady-cyrl','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('ady-cyrl','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('ady-cyrl','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('ady-cyrl','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('ady-cyrl','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('ady-cyrl','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('ady-cyrl','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('ady-cyrl','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('ady-cyrl','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('ady-cyrl','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('ady-cyrl','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('ady-cyrl','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('ady-cyrl','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('ady-cyrl','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('ady-cyrl','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('ady-cyrl','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('ady-cyrl','messages:restorelink','s:102:\"ady-cyrl:{{PLURAL:$1|зы еIэзэн тегъэкIыгъ|$1 еIэзэн тегъэкIыгъэхэр}}\";'),('ady-cyrl','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('ady-cyrl','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('ady-cyrl','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('ady-cyrl','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('ady-cyrl','messages:restriction-blank','s:3:\"en:\";'),('ady-cyrl','messages:restriction-create','s:18:\"ady-cyrl:КъэшI\";'),('ady-cyrl','messages:restriction-edit','s:16:\"ady-cyrl:ЕIаз\";'),('ady-cyrl','messages:restriction-level','s:21:\"en:Restriction level:\";'),('ady-cyrl','messages:restriction-level-all','s:12:\"en:any level\";'),('ady-cyrl','messages:restriction-level-autoconfirmed','s:50:\"ady-cyrl:(ызныкъокӀэ ухъумагъэ)\";'),('ady-cyrl','messages:restriction-level-sysop','s:46:\"ady-cyrl:зэрэпсаоу ухъумагъэ\";'),('ady-cyrl','messages:restriction-move','s:15:\"ady-cyrl:Хьы\";'),('ady-cyrl','messages:restriction-type','s:28:\"ady-cyrl:Фитыныгъэ:\";'),('ady-cyrl','messages:restriction-upload','s:21:\"ady-cyrl:Къыхащ\";'),('ady-cyrl','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('ady-cyrl','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('ady-cyrl','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('ady-cyrl','messages:retrievedfrom','s:35:\"ady-cyrl:\"$1\" - м къикӀыгъ\";'),('ady-cyrl','messages:returnto','s:31:\"ady-cyrl:$1-м егъэзэжь\";'),('ady-cyrl','messages:retypenew','s:48:\"ady-cyrl:Къэтхыжь шъэфгущыIэр:\";'),('ady-cyrl','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('ady-cyrl','messages:rev-deleted-comment','s:76:\"ady-cyrl:(еIэзэныгъэм и къэбар тегъэкIыжьыгъэ)\";'),('ady-cyrl','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady-cyrl','messages:rev-deleted-event','s:58:\"ady-cyrl:(лог деталхэр тегъэкIыгъэх)\";'),('ady-cyrl','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ady-cyrl','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ady-cyrl','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ady-cyrl','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ady-cyrl','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ady-cyrl','messages:rev-deleted-user','s:54:\"ady-cyrl:(нэбгырацIэр тегъэкIыгъэ)\";'),('ady-cyrl','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('ady-cyrl','messages:rev-delundel','s:48:\"ady-cyrl:къэгъэлъагъу/гъэбылъ\";'),('ady-cyrl','messages:rev-showdeleted','s:33:\"ady-cyrl:къэгъэлъагъу\";'),('ady-cyrl','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('ady-cyrl','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('ady-cyrl','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('ady-cyrl','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ady-cyrl','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ady-cyrl','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ady-cyrl','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ady-cyrl','messages:revdel-restore','s:54:\"ady-cyrl:плъэгъушъущтыр зэблэхъу\";'),('ady-cyrl','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('ady-cyrl','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ady-cyrl','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('ady-cyrl','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('ady-cyrl','messages:revdelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ady-cyrl','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ady-cyrl','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('ady-cyrl','messages:revdelete-hide-comment','s:39:\"ady-cyrl:ЕIэзэнмэ якъэбар\";'),('ady-cyrl','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('ady-cyrl','messages:revdelete-hide-image','s:55:\"ady-cyrl:Файлым кIоцIрытыр гъэбылъ\";'),('ady-cyrl','messages:revdelete-hide-name','s:29:\"en:Hide target and parameters\";'),('ady-cyrl','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('ady-cyrl','messages:revdelete-hide-text','s:37:\"ady-cyrl:Версием и текст\";'),('ady-cyrl','messages:revdelete-hide-user','s:60:\"ady-cyrl:ЕIэзакIом и нэбгырацI/IP-адрес\";'),('ady-cyrl','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('ady-cyrl','messages:revdelete-log','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('ady-cyrl','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ady-cyrl','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('ady-cyrl','messages:revdelete-no-file','s:59:\"ady-cyrl:Зигугъу шIыгъэ файлыр щыIэп.\";'),('ady-cyrl','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('ady-cyrl','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('ady-cyrl','messages:revdelete-offender','s:38:\"ady-cyrl:Версием и аутор:\";'),('ady-cyrl','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('ady-cyrl','messages:revdelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ady-cyrl','messages:revdelete-radio-same','s:31:\"ady-cyrl:(зэблэмыхъу)\";'),('ady-cyrl','messages:revdelete-radio-set','s:33:\"ady-cyrl:(гъэбылъыгъэ)\";'),('ady-cyrl','messages:revdelete-radio-unset','s:35:\"ady-cyrl:Плъэгъушъунэу\";'),('ady-cyrl','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('ady-cyrl','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('ady-cyrl','messages:revdelete-reasonotherlist','s:50:\"ady-cyrl:ПэмыкI къызпкъырыкIрэр\";'),('ady-cyrl','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('ady-cyrl','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('ady-cyrl','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ady-cyrl','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ady-cyrl','messages:revdelete-show-file-submit','s:15:\"ady-cyrl:Ары\";'),('ady-cyrl','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ady-cyrl','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('ady-cyrl','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('ady-cyrl','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('ady-cyrl','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('ady-cyrl','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('ady-cyrl','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('ady-cyrl','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('ady-cyrl','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('ady-cyrl','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('ady-cyrl','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('ady-cyrl','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('ady-cyrl','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('ady-cyrl','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('ady-cyrl','messages:reverted','s:56:\"ady-cyrl:Ыпэрэ версие горэм дзыгъэ\";'),('ady-cyrl','messages:revertmerge','s:33:\"ady-cyrl:ЗэхэгъэкӀыжь\";'),('ady-cyrl','messages:revertmove','s:31:\"ady-cyrl:зэкIэгъэкIон\";'),('ady-cyrl','messages:revertpage','s:111:\"en:Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]\";'),('ady-cyrl','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('ady-cyrl','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('ady-cyrl','messages:revid','s:14:\"en:revision $1\";'),('ady-cyrl','messages:revision-info','s:67:\"ady-cyrl:$1-м тетэу версие, зиер {{GENDER:$6|$2}}$7\";'),('ady-cyrl','messages:revision-info-current','s:4:\"en:-\";'),('ady-cyrl','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ady-cyrl','messages:revisionasof','s:31:\"ady-cyrl:$1-м щытыгъэр\";'),('ady-cyrl','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('ady-cyrl','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ady-cyrl','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('ady-cyrl','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('ady-cyrl','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('ady-cyrl','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('ady-cyrl','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('ady-cyrl','messages:right-bigdelete','s:77:\"ady-cyrl:ТегъэкI нэкIубгъохэр тарихъ кIахь зиIэ\";'),('ady-cyrl','messages:right-block','s:33:\"en:Block other users from editing\";'),('ady-cyrl','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('ady-cyrl','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('ady-cyrl','messages:right-browsearchive','s:73:\"ady-cyrl:ТегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady-cyrl','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('ady-cyrl','messages:right-createaccount','s:63:\"ady-cyrl:Нэбгырэмэ я аккаунт кIэхэр шIы\";'),('ady-cyrl','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('ady-cyrl','messages:right-createtalk','s:58:\"ady-cyrl:ТегущыIэнэ нэкIубгъохэр шIы\";'),('ady-cyrl','messages:right-delete','s:44:\"ady-cyrl:ТегъэкI нэкIбгъохэр\";'),('ady-cyrl','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('ady-cyrl','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('ady-cyrl','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('ady-cyrl','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('ady-cyrl','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('ady-cyrl','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('ady-cyrl','messages:right-edit','s:38:\"ady-cyrl:НэкIубгъомэ яIаз\";'),('ady-cyrl','messages:right-editcontentmodel','s:85:\"ady-cyrl:НэкIубгъом и кIоцIырытым и модел зэблэхъун\";'),('ady-cyrl','messages:right-editinterface','s:58:\"ady-cyrl:Нэбгырэ-интерфейсым еIэзэн\";'),('ady-cyrl','messages:right-editmyoptions','s:42:\"ady-cyrl:УигъэпсыкIэмэ яIаз\";'),('ady-cyrl','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('ady-cyrl','messages:right-editmyusercss','s:44:\"ady-cyrl:Уи CSS файлэмэ яIэзэн\";'),('ady-cyrl','messages:right-editmyuserjs','s:51:\"ady-cyrl:Уи JavaScript файлэмэ яIэзэн\";'),('ady-cyrl','messages:right-editmyuserjson','s:45:\"ady-cyrl:Уи JSON файлэмэ яIэзэн\";'),('ady-cyrl','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('ady-cyrl','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('ady-cyrl','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ady-cyrl','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ady-cyrl','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('ady-cyrl','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('ady-cyrl','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('ady-cyrl','messages:right-editusercss','s:73:\"ady-cyrl:НэмыкI нэбгырэмэ я CSS файлэмэ яIэзэн\";'),('ady-cyrl','messages:right-edituserjs','s:80:\"ady-cyrl:НэмыкI нэбгырэмэ я JavaScript файлэмэ яIэзэн\";'),('ady-cyrl','messages:right-edituserjson','s:74:\"ady-cyrl:НэмыкI нэбгырэмэ я JSON файлэмэ яIэзэн\";'),('ady-cyrl','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('ady-cyrl','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('ady-cyrl','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('ady-cyrl','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('ady-cyrl','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('ady-cyrl','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('ady-cyrl','messages:right-mergehistory','s:68:\"ady-cyrl:НэкIубгъомэ ятарихъхэр зэпыдзэх\";'),('ady-cyrl','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('ady-cyrl','messages:right-minoredit','s:60:\"ady-cyrl:ЕIэзэнхэр цIыкIухэу гъэнафэх\";'),('ady-cyrl','messages:right-move','s:55:\"ady-cyrl:НэкIубгъомэ ацIэхэр хъожь\";'),('ady-cyrl','messages:right-move-categorypages','s:63:\"ady-cyrl:Хьы категорием и нэкIубгъохэр\";'),('ady-cyrl','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('ady-cyrl','messages:right-move-subpages','s:80:\"ady-cyrl:Хьых нэкIубгъохэмрэ кIэтнэкIубгъохэмрэ\";'),('ady-cyrl','messages:right-movefile','s:48:\"ady-cyrl:Файлэмэ ацIэхэр хъожь\";'),('ady-cyrl','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ady-cyrl','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('ady-cyrl','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('ady-cyrl','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('ady-cyrl','messages:right-pagelang','s:56:\"ady-cyrl:НэкIубгъом ыбзэр зэблэхъу\";'),('ady-cyrl','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('ady-cyrl','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('ady-cyrl','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('ady-cyrl','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('ady-cyrl','messages:right-read','s:39:\"ady-cyrl:НэкIубгъомэ яплъ\";'),('ady-cyrl','messages:right-reupload','s:56:\"ady-cyrl:ЩыIэ файлхэм ашъхьэтетхэн\";'),('ady-cyrl','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('ady-cyrl','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('ady-cyrl','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('ady-cyrl','messages:right-sendemail','s:52:\"ady-cyrl:НэмыкIмэ емэйл афегъэхь\";'),('ady-cyrl','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('ady-cyrl','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('ady-cyrl','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('ady-cyrl','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('ady-cyrl','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('ady-cyrl','messages:right-undelete','s:46:\"ady-cyrl:ТемыгъэкI нэкIубгъор\";'),('ady-cyrl','messages:right-unwatchedpages','s:73:\"ady-cyrl:Зылъымыплъэрэ нэкIубгъо купым еплъ\";'),('ady-cyrl','messages:right-upload','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady-cyrl','messages:right-upload_by_url','s:45:\"ady-cyrl:URL-м файлэхэр къищых\";'),('ady-cyrl','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('ady-cyrl','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('ady-cyrl','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('ady-cyrl','messages:right-viewmywatchlist','s:48:\"ady-cyrl:Уи лъыплъэ купым еплъ\";'),('ady-cyrl','messages:right-viewsuppressed','s:78:\"ady-cyrl:ЗэкIэмэ ашIогъэбылъыгъэ версиемэ яплъ\";'),('ady-cyrl','messages:right-writeapi','s:53:\"ady-cyrl:Итхэным пае API игъэфедэн\";'),('ady-cyrl','messages:rightslog','s:18:\"en:User rights log\";'),('ady-cyrl','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ady-cyrl','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ady-cyrl','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('ady-cyrl','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('ady-cyrl','messages:rightsnone','s:9:\"en:(none)\";'),('ady-cyrl','messages:rollback','s:51:\"ady-cyrl:ЕIэзэнхэр зэкIэгъэкIожь\";'),('ady-cyrl','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('ady-cyrl','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('ady-cyrl','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('ady-cyrl','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ady-cyrl','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('ady-cyrl','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('ady-cyrl','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('ady-cyrl','messages:rollbacklink','s:35:\"ady-cyrl:къегъэгъэзэжъ\";'),('ady-cyrl','messages:rollbacklinkcount','s:104:\"ady-cyrl:зэкIэгъакIу $1 {{PLURAL:$1|зэхъокIыныгъэ|зэхъокIыныгъэхэр}}\";'),('ady-cyrl','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('ady-cyrl','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('ady-cyrl','messages:sat','s:15:\"ady-cyrl:Мфз\";'),('ady-cyrl','messages:saturday','s:27:\"ady-cyrl:Мэфэзакъу\";'),('ady-cyrl','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('ady-cyrl','messages:savearticle','s:44:\"ady-cyrl:НэкӀубгъор дэтхэжь\";'),('ady-cyrl','messages:savearticle-start','s:15:\"en:Save page…\";'),('ady-cyrl','messages:savechanges','s:15:\"en:Save changes\";'),('ady-cyrl','messages:savechanges-start','s:18:\"en:Save changes…\";'),('ady-cyrl','messages:savedprefs','s:76:\"ady-cyrl:Уи гъэпсыкIэхэр джы игъэпытыхьагъэх.\";'),('ady-cyrl','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('ady-cyrl','messages:savefile','s:28:\"ady-cyrl:Файлыр итх\";'),('ady-cyrl','messages:saveprefs','s:29:\"ady-cyrl:Игъэпытыхь\";'),('ady-cyrl','messages:saveusergroups','s:33:\"en:Save {{GENDER:$1|user}} groups\";'),('ady-cyrl','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('ady-cyrl','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('ady-cyrl','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('ady-cyrl','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('ady-cyrl','messages:search','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:search-category','s:34:\"ady-cyrl:(категориеу $1)\";'),('ady-cyrl','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('ady-cyrl','messages:search-external','s:18:\"en:External search\";'),('ady-cyrl','messages:search-file-match','s:25:\"en:(matches file content)\";'),('ady-cyrl','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('ady-cyrl','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('ady-cyrl','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('ady-cyrl','messages:search-interwiki-custom','s:3:\"en:\";'),('ady-cyrl','messages:search-interwiki-more','s:21:\"ady-cyrl:(джыри)\";'),('ady-cyrl','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('ady-cyrl','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('ady-cyrl','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('ady-cyrl','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('ady-cyrl','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('ady-cyrl','messages:search-nonefound','s:75:\"ady-cyrl:Узлъыхъугъэм пари ехьылӀагъэ щыӀэп.\";'),('ady-cyrl','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('ady-cyrl','messages:search-redirect','s:33:\"ady-cyrl:(гъэкӀожь $1-м)\";'),('ady-cyrl','messages:search-relatedarticle','s:26:\"ady-cyrl:ЕхьылIагъ\";'),('ady-cyrl','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('ady-cyrl','messages:search-result-size','s:40:\"ady-cyrl:$1({{PLURAL:$2|$2 гущыӀ}})\";'),('ady-cyrl','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('ady-cyrl','messages:search-section','s:26:\"ady-cyrl:(секцие $1)\";'),('ady-cyrl','messages:search-showingresults','s:185:\"ady-cyrl:{{PLURAL:$4|Резултат <strong>$1</strong> мыщ щыщэу <strong>$3</strong>|Резултатхэр <strong>$1 - $2</strong> мыщ щыщхэу <strong>$3</strong>}}\";'),('ady-cyrl','messages:search-suggest','s:59:\"ady-cyrl:Мыра къэпӀонэу узфэягъэр: $1\";'),('ady-cyrl','messages:search-summary','s:3:\"en:\";'),('ady-cyrl','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('ady-cyrl','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('ady-cyrl','messages:searchall','s:19:\"ady-cyrl:зэкӀэ\";'),('ady-cyrl','messages:searcharticle','s:15:\"ady-cyrl:КӀо\";'),('ady-cyrl','messages:searchbutton','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('ady-cyrl','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('ady-cyrl','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('ady-cyrl','messages:searchmenu-exists','s:109:\"en:There is a page named \"[[:$1]]\" on {{SITENAME}}. {{PLURAL:$2|0=|See also the other search results found.}}\";'),('ady-cyrl','messages:searchmenu-new','s:281:\"ady-cyrl:<strong>НэкIубгъор щыублэ \"[[:$1]]\" мы вики-проектым!</strong> {{PLURAL:$2|0=|Узщылъыхъугъэм ирезултат-нэкIубгъоми еплъ.|Узщылъыхъугъэм ирезултат-нэкIубгъохэми яплъ.}}\";'),('ady-cyrl','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ady-cyrl','messages:searchprofile-advanced','s:29:\"ady-cyrl:Зэхэщыгъэу\";'),('ady-cyrl','messages:searchprofile-advanced-tooltip','s:71:\"ady-cyrl:Къатыгъэ чӀыпӀацӀэмэ къащылъыхъу\";'),('ady-cyrl','messages:searchprofile-articles','s:46:\"ady-cyrl:НэкӀубгъо шъхьаӀхэр\";'),('ady-cyrl','messages:searchprofile-articles-tooltip','s:31:\"ady-cyrl:Хэлъыхъу $1-м\";'),('ady-cyrl','messages:searchprofile-everything','s:19:\"ady-cyrl:ЗэкӀэ\";'),('ady-cyrl','messages:searchprofile-everything-tooltip','s:108:\"ady-cyrl:Тхыгъэм зэкӀэм щылъыхъу (гущыӀэ нэкӀубгъохэри ахэтэу)\";'),('ady-cyrl','messages:searchprofile-images','s:29:\"ady-cyrl:Мултимедие\";'),('ady-cyrl','messages:searchprofile-images-tooltip','s:40:\"ady-cyrl:Файлэхэм алъыхъу\";'),('ady-cyrl','messages:searchrelated','s:26:\"ady-cyrl:ехьылIагъ\";'),('ady-cyrl','messages:searchresults','s:46:\"ady-cyrl:Къэгъотынэу хъугъэр\";'),('ady-cyrl','messages:searchresults-title','s:36:\"ady-cyrl:$1-м пае къэгъот\";'),('ady-cyrl','messages:searchresultshead','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('ady-cyrl','messages:searchsuggest-search','s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";'),('ady-cyrl','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('ady-cyrl','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('ady-cyrl','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('ady-cyrl','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('ady-cyrl','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('ady-cyrl','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('ady-cyrl','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('ady-cyrl','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('ady-cyrl','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('ady-cyrl','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('ady-cyrl','messages:sep','s:15:\"ady-cyrl:Ӏон\";'),('ady-cyrl','messages:september','s:23:\"ady-cyrl:Ӏоныгъу\";'),('ady-cyrl','messages:september-gen','s:23:\"ady-cyrl:Ӏоныгъу\";'),('ady-cyrl','messages:servertime','s:33:\"ady-cyrl:Сервер уахът:\";'),('ady-cyrl','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady-cyrl','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ady-cyrl','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('ady-cyrl','messages:sessionfailure-title','s:40:\"ady-cyrl:Сессиер зэтеуагъ\";'),('ady-cyrl','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('ady-cyrl','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('ady-cyrl','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('ady-cyrl','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('ady-cyrl','messages:shared-repo','s:22:\"en:a shared repository\";'),('ady-cyrl','messages:shared-repo-from','s:10:\"en:from $1\";'),('ady-cyrl','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('ady-cyrl','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ady-cyrl','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('ady-cyrl','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ady-cyrl','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ady-cyrl','messages:sharedupload-desc-here','s:240:\"ady-cyrl:Мы файлыр мыщ къикIыгъ $1 ыкIи нэмыкI проектхэм ащыгъэфедэн лъэкIыщт.\nИнформациеу [$2 файлым и гурыIон-тхыгъэм] щыщыр ычIэгъкIэ щыт.\";'),('ady-cyrl','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('ady-cyrl','messages:shortpages','s:43:\"ady-cyrl:НэкIубгъо кIакIохэр\";'),('ady-cyrl','messages:shortpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:show','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:show-big-image','s:38:\"ady-cyrl:Оригинал файлыр\";'),('ady-cyrl','messages:show-big-image-other','s:85:\"ady-cyrl:НэпэмыкI {{PLURAL:$2|зэхэщыкIэ|зэхэщыкIэхэр}}: $1.\";'),('ady-cyrl','messages:show-big-image-preview','s:61:\"ady-cyrl:Мыщ и ыпэтеплъэм иинагъэр: $1.\";'),('ady-cyrl','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('ady-cyrl','messages:show-big-image-size','s:30:\"ady-cyrl:Пиксел $1 × $2\";'),('ady-cyrl','messages:showdiff','s:66:\"ady-cyrl:ЗэхъокӀыныгъэхэр къэгъэлъагъу\";'),('ady-cyrl','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('ady-cyrl','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('ady-cyrl','messages:showingresults','s:126:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} starting with #<strong>$2</strong>.\";'),('ady-cyrl','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('ady-cyrl','messages:shown-title','s:119:\"ady-cyrl:Зы нэкӀубгъом $1{{PLURAL:$1|гъотыгъэ|гъотыгъэхэр}} къыщыгъэлъагъу\";'),('ady-cyrl','messages:showpreview','s:48:\"ady-cyrl:Итеплъэ къэгъэлъагъу\";'),('ady-cyrl','messages:showtoc','s:33:\"ady-cyrl:къэгъэлъагъу\";'),('ady-cyrl','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ady-cyrl','messages:sig-text','s:7:\"en:--$1\";'),('ady-cyrl','messages:signature','s:78:\"ady-cyrl:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|тегущыIэныр]])\";'),('ady-cyrl','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ady-cyrl','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('ady-cyrl','messages:signupend','s:3:\"en:\";'),('ady-cyrl','messages:signupend-https','s:3:\"en:\";'),('ady-cyrl','messages:signupstart','s:3:\"en:\";'),('ady-cyrl','messages:simpleantispam-label','s:108:\"ady-cyrl:Спам-ебэнрэ уплъэкӀун.\nМыщ зи хаптхэ <strong>хъущтэп</strong>!\";'),('ady-cyrl','messages:site-atom-feed','s:27:\"ady-cyrl:$1 Atom чэзыу\";'),('ady-cyrl','messages:site-rss-feed','s:26:\"ady-cyrl:$1 RSS чэзыу\";'),('ady-cyrl','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('ady-cyrl','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('ady-cyrl','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('ady-cyrl','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('ady-cyrl','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('ady-cyrl','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('ady-cyrl','messages:sitenotice','s:4:\"en:-\";'),('ady-cyrl','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('ady-cyrl','messages:sitesubtitle','s:3:\"en:\";'),('ady-cyrl','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ady-cyrl','messages:siteuser','s:23:\"en:{{SITENAME}} user $1\";'),('ady-cyrl','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('ady-cyrl','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('ady-cyrl','messages:size-exabytes','s:8:\"en:$1 EB\";'),('ady-cyrl','messages:size-exapixel','s:8:\"en:$1 EP\";'),('ady-cyrl','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('ady-cyrl','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('ady-cyrl','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('ady-cyrl','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('ady-cyrl','messages:size-megabytes','s:8:\"en:$1 MB\";'),('ady-cyrl','messages:size-megapixel','s:8:\"en:$1 MP\";'),('ady-cyrl','messages:size-petabytes','s:8:\"en:$1 PB\";'),('ady-cyrl','messages:size-petapixel','s:8:\"en:$1 PP\";'),('ady-cyrl','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('ady-cyrl','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ady-cyrl','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ady-cyrl','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ady-cyrl','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ady-cyrl','messages:size-terabytes','s:8:\"en:$1 TB\";'),('ady-cyrl','messages:size-terapixel','s:8:\"en:$1 TP\";'),('ady-cyrl','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('ady-cyrl','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('ady-cyrl','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('ady-cyrl','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ady-cyrl','messages:skin-action-addsection','s:27:\"ady-cyrl:Ӏофтхьабз\";'),('ady-cyrl','messages:skin-action-delete','s:23:\"ady-cyrl:ТегъэкӀ\";'),('ady-cyrl','messages:skin-action-move','s:15:\"ady-cyrl:Хьы\";'),('ady-cyrl','messages:skin-action-protect','s:19:\"ady-cyrl:Ухъум\";'),('ady-cyrl','messages:skin-action-undelete','s:25:\"ady-cyrl:УмылъэкӀ\";'),('ady-cyrl','messages:skin-action-unprotect','s:50:\"ady-cyrl:Ухъумэныгъэр зэблэхъу\";'),('ady-cyrl','messages:skin-action-viewdeleted','s:21:\"ady-cyrl:Еплъ $1?\";'),('ady-cyrl','messages:skin-action-viewsource','s:14:\"en:View source\";'),('ady-cyrl','messages:skin-preview','s:25:\"ady-cyrl:Ыпэтеплъ\";'),('ady-cyrl','messages:skin-view-create','s:19:\"ady-cyrl:КъэшӀ\";'),('ady-cyrl','messages:skin-view-create-local','s:67:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэ пыдзэжь\";'),('ady-cyrl','messages:skin-view-edit','s:25:\"ady-cyrl:ХэӀэзыхь\";'),('ady-cyrl','messages:skin-view-edit-local','s:66:\"ady-cyrl:Хьанэгъунэ гурыӀоныгъэм еIэзэн\";'),('ady-cyrl','messages:skin-view-foreign','s:56:\"ady-cyrl:Сайтэу $1-м къыщыгъэлъагъу\";'),('ady-cyrl','messages:skin-view-history','s:33:\"ady-cyrl:Тарихъым eплъ\";'),('ady-cyrl','messages:skin-view-view','s:15:\"ady-cyrl:Едж\";'),('ady-cyrl','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ady-cyrl','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('ady-cyrl','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('ady-cyrl','messages:slot-name-main','s:7:\"en:Main\";'),('ady-cyrl','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('ady-cyrl','messages:sorbs','s:8:\"en:DNSBL\";'),('ady-cyrl','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('ady-cyrl','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('ady-cyrl','messages:sort-ascending','s:37:\"ady-cyrl:ДэкIуаерэ чэзыу\";'),('ady-cyrl','messages:sort-descending','s:30:\"ady-cyrl:Ехырэ чэзыу\";'),('ady-cyrl','messages:sort-initial','s:15:\"en:Sort initial\";'),('ady-cyrl','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('ady-cyrl','messages:sourcefilename','s:41:\"ady-cyrl:Лъэпсэ файлым ыцI:\";'),('ady-cyrl','messages:sourceurl','s:26:\"ady-cyrl:Лъэпсэ URL:\";'),('ady-cyrl','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ady-cyrl','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ady-cyrl','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ady-cyrl','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ady-cyrl','messages:sp-contributions-blocklog','s:12:\"en:block log\";'),('ady-cyrl','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('ady-cyrl','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('ady-cyrl','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('ady-cyrl','messages:sp-contributions-explain','s:3:\"en:\";'),('ady-cyrl','messages:sp-contributions-footer','s:4:\"en:-\";'),('ady-cyrl','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ady-cyrl','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ady-cyrl','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('ady-cyrl','messages:sp-contributions-logs','s:21:\"ady-cyrl:логхэр\";'),('ady-cyrl','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('ady-cyrl','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('ady-cyrl','messages:sp-contributions-search','s:27:\"en:Search for contributions\";'),('ady-cyrl','messages:sp-contributions-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('ady-cyrl','messages:sp-contributions-talk','s:22:\"ady-cyrl:тегущыI\";'),('ady-cyrl','messages:sp-contributions-toponly','s:44:\"en:Only show edits that are latest revisions\";'),('ady-cyrl','messages:sp-contributions-uploads','s:10:\"en:uploads\";'),('ady-cyrl','messages:sp-contributions-username','s:46:\"ady-cyrl:IP-адрес е нэбгырацIэ:\";'),('ady-cyrl','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('ady-cyrl','messages:sp-deletedcontributions-contribs','s:25:\"ady-cyrl:лэжьыгъэ\";'),('ady-cyrl','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('ady-cyrl','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('ady-cyrl','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('ady-cyrl','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('ady-cyrl','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('ady-cyrl','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('ady-cyrl','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('ady-cyrl','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('ady-cyrl','messages:special-characters-group-arabic','s:17:\"ady-cyrl:Арап\";'),('ady-cyrl','messages:special-characters-group-arabicextended','s:36:\"ady-cyrl:Арап зэхэщыгъэ\";'),('ady-cyrl','messages:special-characters-group-bangla','s:21:\"ady-cyrl:Бенгал\";'),('ady-cyrl','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('ady-cyrl','messages:special-characters-group-cyrillic','s:21:\"ady-cyrl:Кирилл\";'),('ady-cyrl','messages:special-characters-group-devanagari','s:29:\"ady-cyrl:Деванагари\";'),('ady-cyrl','messages:special-characters-group-greek','s:17:\"ady-cyrl:Урым\";'),('ady-cyrl','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('ady-cyrl','messages:special-characters-group-gujarati','s:27:\"ady-cyrl:Гуджарати\";'),('ady-cyrl','messages:special-characters-group-hebrew','s:19:\"ady-cyrl:Джурт\";'),('ady-cyrl','messages:special-characters-group-ipa','s:15:\"ady-cyrl:ДФА\";'),('ady-cyrl','messages:special-characters-group-khmer','s:19:\"ady-cyrl:Кхмер\";'),('ady-cyrl','messages:special-characters-group-lao','s:15:\"ady-cyrl:Лао\";'),('ady-cyrl','messages:special-characters-group-latin','s:19:\"ady-cyrl:Латин\";'),('ady-cyrl','messages:special-characters-group-latinextended','s:38:\"ady-cyrl:Латин зэхэщыгъэ\";'),('ady-cyrl','messages:special-characters-group-persian','s:17:\"ady-cyrl:Перс\";'),('ady-cyrl','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('ady-cyrl','messages:special-characters-group-sinhala','s:21:\"ady-cyrl:Сингал\";'),('ady-cyrl','messages:special-characters-group-symbols','s:27:\"ady-cyrl:Символхэр\";'),('ady-cyrl','messages:special-characters-group-tamil','s:19:\"ady-cyrl:Тамил\";'),('ady-cyrl','messages:special-characters-group-telugu','s:21:\"ady-cyrl:Телугу\";'),('ady-cyrl','messages:special-characters-group-thai','s:15:\"ady-cyrl:Тай\";'),('ady-cyrl','messages:special-characters-title-emdash','s:27:\"ady-cyrl:тире кIахь\";'),('ady-cyrl','messages:special-characters-title-endash','s:24:\"ady-cyrl:ыку-тире\";'),('ady-cyrl','messages:special-characters-title-minus','s:32:\"ady-cyrl:минус символ\";'),('ady-cyrl','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:specialeditpage-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:speciallogtitlelabel','s:51:\"en:Target (title or {{ns:user}}:username for user):\";'),('ady-cyrl','messages:specialloguserlabel','s:13:\"en:Performer:\";'),('ady-cyrl','messages:specialmute','s:7:\"en:Mute\";'),('ady-cyrl','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('ady-cyrl','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('ady-cyrl','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('ady-cyrl','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ady-cyrl','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('ady-cyrl','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('ady-cyrl','messages:specialmute-submit','s:10:\"en:Confirm\";'),('ady-cyrl','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('ady-cyrl','messages:specialpage','s:48:\"ady-cyrl:ХэшыкӀыгъэ нэкӀубгъу\";'),('ady-cyrl','messages:specialpage-empty','s:40:\"en:There are no results for this report.\";'),('ady-cyrl','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('ady-cyrl','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('ady-cyrl','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:specialpages','s:54:\"ady-cyrl:ЯӀамышӀыкӀ нэкӀубгъохэр\";'),('ady-cyrl','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('ady-cyrl','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('ady-cyrl','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('ady-cyrl','messages:specialpages-group-login','s:53:\"ady-cyrl:Къыхахь / аккаунт къэубл\";'),('ady-cyrl','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('ady-cyrl','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('ady-cyrl','messages:specialpages-group-other','s:22:\"en:Other special pages\";'),('ady-cyrl','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('ady-cyrl','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('ady-cyrl','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('ady-cyrl','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('ady-cyrl','messages:specialpages-group-users','s:19:\"en:Users and rights\";'),('ady-cyrl','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('ady-cyrl','messages:specialpages-note-cached','s:4:\"en:-\";'),('ady-cyrl','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('ady-cyrl','messages:specialpages-note-top','s:9:\"en:Legend\";'),('ady-cyrl','messages:specialpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:specialpurge-page','s:14:\"en:Target page\";'),('ady-cyrl','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('ady-cyrl','messages:statistics','s:29:\"ady-cyrl:Статистикэ\";'),('ady-cyrl','messages:statistics-articles','s:16:\"en:Content pages\";'),('ady-cyrl','messages:statistics-articles-desc','s:3:\"en:\";'),('ady-cyrl','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('ady-cyrl','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('ady-cyrl','messages:statistics-files','s:44:\"ady-cyrl:Илъхьэгъэ файлэхэр\";'),('ady-cyrl','messages:statistics-files-desc','s:3:\"en:\";'),('ady-cyrl','messages:statistics-footer','s:3:\"en:\";'),('ady-cyrl','messages:statistics-header-edits','s:49:\"ady-cyrl:ЕIэзэнхэм ястатистикэ\";'),('ady-cyrl','messages:statistics-header-hooks','s:41:\"ady-cyrl:НэмыкI статистикэ\";'),('ady-cyrl','messages:statistics-header-pages','s:47:\"ady-cyrl:Нэк1убгъо статистикэ\";'),('ady-cyrl','messages:statistics-header-users','s:50:\"ady-cyrl:Нэбгырэмэ ястатистикэ\";'),('ady-cyrl','messages:statistics-pages','s:33:\"ady-cyrl:НэкӀубгъохэр\";'),('ady-cyrl','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('ady-cyrl','messages:statistics-summary','s:3:\"en:\";'),('ady-cyrl','messages:statistics-users','s:19:\"en:Registered users\";'),('ady-cyrl','messages:statistics-users-active','s:15:\"en:Active users\";'),('ady-cyrl','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('ady-cyrl','messages:storedversion','s:18:\"en:Stored revision\";'),('ady-cyrl','messages:subcategories','s:48:\"ady-cyrl:КӀэкӀэт категориехэр\";'),('ady-cyrl','messages:subject','s:11:\"en:Subject:\";'),('ady-cyrl','messages:summary','s:24:\"ady-cyrl:КӀэкӀэу:\";'),('ady-cyrl','messages:summary-preview','s:46:\"ady-cyrl:Къэбарым и ыпэтеплъ:\";'),('ady-cyrl','messages:sun','s:15:\"ady-cyrl:Тмф\";'),('ady-cyrl','messages:sunday','s:25:\"ady-cyrl:Тхьаумаф\";'),('ady-cyrl','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('ady-cyrl','messages:suppress','s:11:\"en:Suppress\";'),('ady-cyrl','messages:suppressionlog','s:18:\"en:Suppression log\";'),('ady-cyrl','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ady-cyrl','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('ady-cyrl','messages:svg-long-desc','s:96:\"ady-cyrl:SVG файл, номиналэу $1 × $2 пиксел, файлым иинагъэ: $3\";'),('ady-cyrl','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('ady-cyrl','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('ady-cyrl','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('ady-cyrl','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('ady-cyrl','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('ady-cyrl','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('ady-cyrl','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('ady-cyrl','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('ady-cyrl','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('ady-cyrl','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('ady-cyrl','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('ady-cyrl','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('ady-cyrl','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:15:\"ady-cyrl:Код\";'),('ady-cyrl','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:15:\"ady-cyrl:Бзэ\";'),('ady-cyrl','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('ady-cyrl','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('ady-cyrl','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('ady-cyrl','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('ady-cyrl','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ady-cyrl','messages:table_pager_empty','s:13:\"en:No results\";'),('ady-cyrl','messages:table_pager_first','s:13:\"en:First page\";'),('ady-cyrl','messages:table_pager_last','s:12:\"en:Last page\";'),('ady-cyrl','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('ady-cyrl','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('ady-cyrl','messages:table_pager_limit_submit','s:5:\"en:Go\";'),('ady-cyrl','messages:table_pager_next','s:12:\"en:Next page\";'),('ady-cyrl','messages:table_pager_prev','s:16:\"en:Previous page\";'),('ady-cyrl','messages:tag-filter','s:45:\"ady-cyrl:[[Special:Tags|Tag]] филтрэр:\";'),('ady-cyrl','messages:tag-filter-submit','s:9:\"en:Filter\";'),('ady-cyrl','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('ady-cyrl','messages:tag-list-wrapper','s:89:\"ady-cyrl:[[Special:Tags|{{PLURAL:$1|Гъэнэфалъ|Гъэнэфалъэхэр}}]]: $2\";'),('ady-cyrl','messages:tag-mobile_edit','s:36:\"ady-cyrl:МобилымкIэ еIаз\";'),('ady-cyrl','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('ady-cyrl','messages:tag-mobile_web_edit','s:36:\"ady-cyrl:МобилымкIэ еIаз\";'),('ady-cyrl','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('ady-cyrl','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('ady-cyrl','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('ady-cyrl','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('ady-cyrl','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('ady-cyrl','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('ady-cyrl','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('ady-cyrl','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('ady-cyrl','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('ady-cyrl','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('ady-cyrl','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('ady-cyrl','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('ady-cyrl','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('ady-cyrl','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('ady-cyrl','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('ady-cyrl','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('ady-cyrl','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('ady-cyrl','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('ady-cyrl','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('ady-cyrl','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('ady-cyrl','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('ady-cyrl','messages:tag-mw-undo','s:7:\"en:Undo\";'),('ady-cyrl','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('ady-cyrl','messages:tagline','s:31:\"ady-cyrl:{{SITENAME}}-м щыщ\";'),('ady-cyrl','messages:tags','s:20:\"en:Valid change tags\";'),('ady-cyrl','messages:tags-actions-header','s:10:\"en:Actions\";'),('ady-cyrl','messages:tags-activate','s:11:\"en:activate\";'),('ady-cyrl','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('ady-cyrl','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ady-cyrl','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('ady-cyrl','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:tags-activate-submit','s:11:\"en:Activate\";'),('ady-cyrl','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('ady-cyrl','messages:tags-active-header','s:10:\"en:Active?\";'),('ady-cyrl','messages:tags-active-no','s:5:\"en:No\";'),('ady-cyrl','messages:tags-active-yes','s:6:\"en:Yes\";'),('ady-cyrl','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('ady-cyrl','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('ady-cyrl','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('ady-cyrl','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('ady-cyrl','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('ady-cyrl','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('ady-cyrl','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('ady-cyrl','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('ady-cyrl','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('ady-cyrl','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('ady-cyrl','messages:tags-create-reason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:tags-create-submit','s:9:\"en:Create\";'),('ady-cyrl','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('ady-cyrl','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('ady-cyrl','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('ady-cyrl','messages:tags-deactivate','s:13:\"en:deactivate\";'),('ady-cyrl','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('ady-cyrl','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('ady-cyrl','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('ady-cyrl','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('ady-cyrl','messages:tags-delete','s:9:\"en:delete\";'),('ady-cyrl','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('ady-cyrl','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('ady-cyrl','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('ady-cyrl','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('ady-cyrl','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('ady-cyrl','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('ady-cyrl','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ady-cyrl','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('ady-cyrl','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('ady-cyrl','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('ady-cyrl','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('ady-cyrl','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('ady-cyrl','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('ady-cyrl','messages:tags-edit','s:7:\"en:edit\";'),('ady-cyrl','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('ady-cyrl','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('ady-cyrl','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('ady-cyrl','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('ady-cyrl','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('ady-cyrl','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('ady-cyrl','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ady-cyrl','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('ady-cyrl','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ady-cyrl','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('ady-cyrl','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('ady-cyrl','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('ady-cyrl','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('ady-cyrl','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('ady-cyrl','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('ady-cyrl','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('ady-cyrl','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('ady-cyrl','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('ady-cyrl','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ady-cyrl','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('ady-cyrl','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ady-cyrl','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('ady-cyrl','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('ady-cyrl','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('ady-cyrl','messages:tags-hidden','s:11:\"en:(hidden)\";'),('ady-cyrl','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('ady-cyrl','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('ady-cyrl','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('ady-cyrl','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('ady-cyrl','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('ady-cyrl','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('ady-cyrl','messages:tags-source-header','s:9:\"en:Source\";'),('ady-cyrl','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('ady-cyrl','messages:tags-source-none','s:19:\"en:No longer in use\";'),('ady-cyrl','messages:tags-summary','s:3:\"en:\";'),('ady-cyrl','messages:tags-tag','s:11:\"en:Tag name\";'),('ady-cyrl','messages:tags-title','s:7:\"en:Tags\";'),('ady-cyrl','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('ady-cyrl','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('ady-cyrl','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('ady-cyrl','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('ady-cyrl','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('ady-cyrl','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('ady-cyrl','messages:talk','s:27:\"ady-cyrl:ТегущыӀэн\";'),('ady-cyrl','messages:talkpageheader','s:4:\"en:-\";'),('ady-cyrl','messages:talkpagelinktext','s:19:\"ady-cyrl:гущыӀ\";'),('ady-cyrl','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ady-cyrl','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('ady-cyrl','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ady-cyrl','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ady-cyrl','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('ady-cyrl','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('ady-cyrl','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('ady-cyrl','messages:template-protected','s:29:\"ady-cyrl:(ухъумагъэ)\";'),('ady-cyrl','messages:template-semiprotected','s:50:\"ady-cyrl:(ызныкъокӀэ ухъумагъэ)\";'),('ady-cyrl','messages:templatepage','s:53:\"ady-cyrl:Шапхъэм и нэкIубгъо еплъ\";'),('ady-cyrl','messages:templatesused','s:107:\"ady-cyrl:{{PLURAL:$1|Шапхъэ|Шапхъэхэр}} мы нэкIубгъом щагъэфедагъэх:\";'),('ady-cyrl','messages:templatesusedpreview','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this preview:\";'),('ady-cyrl','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('ady-cyrl','messages:textmatches','s:20:\"en:Page text matches\";'),('ady-cyrl','messages:thisisdeleted','s:44:\"ady-cyrl:Еплъ е зэкIэдзэжь $1?\";'),('ady-cyrl','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('ady-cyrl','messages:thu','s:15:\"ady-cyrl:Мфк\";'),('ady-cyrl','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('ady-cyrl','messages:thumbnail-more','s:30:\"ady-cyrl:Джадэ къэшӀ\";'),('ady-cyrl','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('ady-cyrl','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('ady-cyrl','messages:thumbnail_error','s:31:\"en:Error creating thumbnail: $1\";'),('ady-cyrl','messages:thumbnail_error_remote','s:63:\"ady-cyrl:Къончагъэм имессадж, зиер $1: $2\";'),('ady-cyrl','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('ady-cyrl','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('ady-cyrl','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('ady-cyrl','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('ady-cyrl','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('ady-cyrl','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('ady-cyrl','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('ady-cyrl','messages:thumbsize','s:18:\"en:Thumbnail size:\";'),('ady-cyrl','messages:thursday','s:21:\"ady-cyrl:Мэфэку\";'),('ady-cyrl','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('ady-cyrl','messages:timeouterror','s:19:\"en:Server timed out\";'),('ady-cyrl','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('ady-cyrl','messages:timezone-local','s:8:\"en:Local\";'),('ady-cyrl','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('ady-cyrl','messages:timezone-utc','s:6:\"en:UTC\";'),('ady-cyrl','messages:timezonelegend','s:29:\"ady-cyrl:Сыхьат зон:\";'),('ady-cyrl','messages:timezoneregion-africa','s:21:\"ady-cyrl:Африкэ\";'),('ady-cyrl','messages:timezoneregion-america','s:23:\"ady-cyrl:Америкэ\";'),('ady-cyrl','messages:timezoneregion-antarctica','s:29:\"ady-cyrl:Антарктикэ\";'),('ady-cyrl','messages:timezoneregion-arctic','s:23:\"ady-cyrl:Арктикэ\";'),('ady-cyrl','messages:timezoneregion-asia','s:17:\"ady-cyrl:Азие\";'),('ady-cyrl','messages:timezoneregion-atlantic','s:36:\"ady-cyrl:Атлантик Океан\";'),('ady-cyrl','messages:timezoneregion-australia','s:27:\"ady-cyrl:Аустралие\";'),('ady-cyrl','messages:timezoneregion-europe','s:21:\"ady-cyrl:Еуропэ\";'),('ady-cyrl','messages:timezoneregion-indian','s:30:\"ady-cyrl:Индие Океан\";'),('ady-cyrl','messages:timezoneregion-pacific','s:28:\"ady-cyrl:Океан Шъэф\";'),('ady-cyrl','messages:timezoneuseoffset','s:58:\"ady-cyrl:НэмыкI (къэгъэлъагъу кощыр)\";'),('ady-cyrl','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('ady-cyrl','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('ady-cyrl','messages:title-invalid-characters','s:104:\"ady-cyrl:УзкIэупчIэрэ нэкIубгъуацIэм символ фыкъуагъэ хэт: \"$1\".\";'),('ady-cyrl','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('ady-cyrl','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('ady-cyrl','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('ady-cyrl','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('ady-cyrl','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('ady-cyrl','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('ady-cyrl','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('ady-cyrl','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('ady-cyrl','messages:titlematches','s:21:\"en:Page title matches\";'),('ady-cyrl','messages:titleprotected','s:98:\"en:This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.\";'),('ady-cyrl','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('ady-cyrl','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('ady-cyrl','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('ady-cyrl','messages:toc','s:23:\"ady-cyrl:Дэлъхэр\";'),('ady-cyrl','messages:today-at','s:5:\"en:$1\";'),('ady-cyrl','messages:tog-ccmeonemails','s:86:\"ady-cyrl:Емэйлэу фязгъэхьхэрэр сэри къысфэдзыжьых\";'),('ady-cyrl','messages:tog-diffonly','s:101:\"ady-cyrl:Зэгъэпшалъэм ычIэгъ нэкIубгъом итыр къэмгъэлъагъу\";'),('ady-cyrl','messages:tog-editondblclick','s:66:\"ady-cyrl:ТIо-теIункIэмкIэ нэкIубгъомэ яIаз\";'),('ady-cyrl','messages:tog-editsectiononrightclick','s:85:\"ady-cyrl:Жъабгъу тIо-теIункIэмкIэ уеIэзэшъунэу къэшI\";'),('ady-cyrl','messages:tog-enotifminoredits','s:98:\"ady-cyrl:Ащ нэмыкIэу еIэзэн цIыкIу щыIэмэ емэйл къысфегъэхь\";'),('ady-cyrl','messages:tog-enotifrevealaddr','s:108:\"ady-cyrl:Къэбар къэӀофыгъохэм си поштэ адресыр къыщыгъэлъагъу\";'),('ady-cyrl','messages:tog-enotifusertalkpages','s:111:\"ady-cyrl:Поштэ къысфегъэхь си тегущыIэн нэкIубгъор зэхъокIыгъэмэ\";'),('ady-cyrl','messages:tog-enotifwatchlistpages','s:144:\"ady-cyrl:Си лъыплъэ купым щыщэу нэкIубгъом е файлым еIэзагъэхэмэ емэйл къысфегъэхь\";'),('ady-cyrl','messages:tog-extendwatchlist','s:143:\"ady-cyrl:КӀэлъыплъэ тхылъыр зэхэщ зэхъокӀ пстэур плъэгъунэу, бэмышӀхэм ямызакъоу\";'),('ady-cyrl','messages:tog-fancysig','s:113:\"ady-cyrl:КIэтхэжьыкIэр викитекстэу лъытэ (аутоматик зэпыщэ имыIэу)\";'),('ady-cyrl','messages:tog-forceeditsummary','s:104:\"ady-cyrl:СэгъашI, гъэтэрэзыным и гурыIогъапIэм зи имытхагъэмэ\";'),('ady-cyrl','messages:tog-hidecategorization','s:66:\"ady-cyrl:НэкIубгъомэ я категоризацие Iух\";'),('ady-cyrl','messages:tog-hideminor','s:89:\"ady-cyrl:ЗэхъокӀ цIыкIухэр бэмышIхэм къащымгъэлъагъу\";'),('ady-cyrl','messages:tog-hidepatrolled','s:106:\"ady-cyrl:УплъэкIужьыгъэ зэхъокӀхэр бэмышIхэм къащымгъэлъагъу\";'),('ady-cyrl','messages:tog-minordefault','s:116:\"ady-cyrl:АпэмкIэ еIэзэн пстэур мэхьанэшхо зимыIэ фэдэу къэгъэлъагъу\";'),('ady-cyrl','messages:tog-newpageshidepatrolled','s:114:\"ady-cyrl:НэкIубгъуакIэ купым и уплъэкIужьыгъэ нэкIубгъохэр гъэбылъ\";'),('ady-cyrl','messages:tog-norollbackdiff','s:91:\"ady-cyrl:ЗэкIэдзэжьым ыуж зэгъэпшалъэр къэмгъэлъагъу\";'),('ady-cyrl','messages:tog-oldsig','s:43:\"ady-cyrl:Джырэ кIэтхэжьыкIэ:\";'),('ady-cyrl','messages:tog-prefershttps','s:119:\"ady-cyrl:Ренэу зэпышIэныгъэ шъэфыр гъэфед, системэм ухэхьагъэу щытмэ\";'),('ady-cyrl','messages:tog-previewonfirst','s:88:\"ady-cyrl:Ыпэтеплъэр къэгъэлъагъу апэрэ еIэзэным ыпэ\";'),('ady-cyrl','messages:tog-previewontop','s:93:\"ady-cyrl:Ыпэтеплъэр еIэзалъэ-плIэмыем ыпэ къэгъэлъагъу\";'),('ady-cyrl','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('ady-cyrl','messages:tog-showhiddencats','s:81:\"ady-cyrl:Гъэбылъыгъэ категориехэр къэгъэлъагъу\";'),('ady-cyrl','messages:tog-shownumberswatching','s:87:\"ady-cyrl:Лъыплъэрэ хэлэжьэкIо пчъагъэ къэгъэлъагъу\";'),('ady-cyrl','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('ady-cyrl','messages:tog-underline','s:52:\"ady-cyrl:Зэпыщэхэм якIэгъэтхъын:\";'),('ady-cyrl','messages:tog-useeditwarning','s:117:\"ady-cyrl:СэгъашI сызэIазэрэ нэкIубгъом темгъэпытыхьагъэу сыкъекIымэ\";'),('ady-cyrl','messages:tog-uselivepreview','s:53:\"ady-cyrl:Ыпэеплъ шӀэхыр гъэфедэн\";'),('ady-cyrl','messages:tog-usenewrc','s:132:\"ady-cyrl:БэмышI зэхъокIхэм ыкIи лъыплъэ купым щыщ зэхъокIхэр куп-купэу гъэзаф\";'),('ady-cyrl','messages:tog-watchcreations','s:140:\"ady-cyrl:СшIыгъэ нэкIубгъохэр ыкIи ислъхьэгъэ файлэхэр си лъыплъэ купым хэгъахъу\";'),('ady-cyrl','messages:tog-watchdefault','s:123:\"ady-cyrl:СызэIэзэрэ нэкIубгъохэр ыкIи файлхэр си лъыплъэ купым хэгъахъу\";'),('ady-cyrl','messages:tog-watchdeletion','s:127:\"ady-cyrl:ТезгъэкIыгъэ нэкIубгъохэмрэ файлхэмрэ си лъыплъэ купым хэгъахъу\";'),('ady-cyrl','messages:tog-watchlisthideanons','s:119:\"ady-cyrl:Системэм хэмыхьэгъэ нэбгырэмэ я еIэзэнхэр лъыплъэ купым хэх\";'),('ady-cyrl','messages:tog-watchlisthidebots','s:74:\"ady-cyrl:Бот еIэзэныгъэхэр лъыплъэ купым хэх\";'),('ady-cyrl','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('ady-cyrl','messages:tog-watchlisthideliu','s:115:\"ady-cyrl:Системэм хэхьэгъэ нэбгырэмэ я еIэзэнхэр лъыплъэ купым хэх\";'),('ady-cyrl','messages:tog-watchlisthideminor','s:92:\"ady-cyrl:МэхьанэцIыкIу еIэзэныгъэхэр лъыплъэ купым хэх\";'),('ady-cyrl','messages:tog-watchlisthideown','s:92:\"ady-cyrl:Лъыплъэ тхылъым си еIэзэнхэр къыщымгъэлъагъу\";'),('ady-cyrl','messages:tog-watchlisthidepatrolled','s:87:\"ady-cyrl:УплъэкIужьыгъэ еIэзэнхэр лъыплъэ купым хэх\";'),('ady-cyrl','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('ady-cyrl','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('ady-cyrl','messages:tog-watchmoves','s:136:\"ady-cyrl:ЗыцIэ схъожьыгъэ нэкIубгъохэмрэ файлэхэмрэ си лъыплъэ купым хэгъахъу\";'),('ady-cyrl','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('ady-cyrl','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('ady-cyrl','messages:tool-link-contributions','s:72:\"ady-cyrl:{{GENDER:$1|ХэлэжьакIом}} и лэжьыгъэ Iахь\";'),('ady-cyrl','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ady-cyrl','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('ady-cyrl','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ady-cyrl','messages:toolbox','s:34:\"ady-cyrl:Ӏэмэ-псымэхэр\";'),('ady-cyrl','messages:tooltip-ca-addsection','s:50:\"ady-cyrl:Секцие кӀэ горэ къэубл\";'),('ady-cyrl','messages:tooltip-ca-delete','s:19:\"en:Delete this page\";'),('ady-cyrl','messages:tooltip-ca-edit','s:57:\"ady-cyrl:Гъэтэрэзыжь мы нэкӀубгъор\";'),('ady-cyrl','messages:tooltip-ca-history','s:59:\"ady-cyrl:Мы нэкӀубгъом иверсиежъхэр\";'),('ady-cyrl','messages:tooltip-ca-move','s:41:\"ady-cyrl:Хьы мы нэкӀубгъор\";'),('ady-cyrl','messages:tooltip-ca-nstab-category','s:51:\"ady-cyrl:Категорие тхьапэм еплъ\";'),('ady-cyrl','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('ady-cyrl','messages:tooltip-ca-nstab-image','s:44:\"ady-cyrl:Тхьапэм и файл еплъ\";'),('ady-cyrl','messages:tooltip-ca-nstab-main','s:44:\"ady-cyrl:КӀоцӀытхагъэм еплъ\";'),('ady-cyrl','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('ady-cyrl','messages:tooltip-ca-nstab-mediawiki','s:49:\"ady-cyrl:Систем мессаджым еплъ\";'),('ady-cyrl','messages:tooltip-ca-nstab-project','s:47:\"ady-cyrl:Проектым и нэкӀубгъу\";'),('ady-cyrl','messages:tooltip-ca-nstab-special','s:95:\"ady-cyrl:Мы нэкӀубгъор шъхьафы, зыцэ хэптхэжьын хъущтэп\";'),('ady-cyrl','messages:tooltip-ca-nstab-template','s:46:\"ady-cyrl:Шапхъэ къэгъэлъагъу\";'),('ady-cyrl','messages:tooltip-ca-nstab-user','s:45:\"ady-cyrl:ЦӀыфым итхьапэ еплъ\";'),('ady-cyrl','messages:tooltip-ca-protect','s:20:\"en:Protect this page\";'),('ady-cyrl','messages:tooltip-ca-talk','s:73:\"ady-cyrl:Апэ мэхьанэ нэкӀубгъом и тегущыӀэн\";'),('ady-cyrl','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('ady-cyrl','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('ady-cyrl','messages:tooltip-ca-unwatch','s:78:\"ady-cyrl:Мы нэкIубгъор си лъыплъэ купым хэгъэкI\";'),('ady-cyrl','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('ady-cyrl','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('ady-cyrl','messages:tooltip-ca-view','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-ca-viewsource','s:95:\"ady-cyrl:Мы нэкубгъор ухъумагъ.\nАу ылъапсэ плъэгъушъущт\";'),('ady-cyrl','messages:tooltip-ca-watch','s:72:\"ady-cyrl:НэкӀубгъор лъыплъэ купым хэгъахъу\";'),('ady-cyrl','messages:tooltip-compareselectedversions','s:70:\"en:See the differences between the two selected revisions of this page\";'),('ady-cyrl','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('ady-cyrl','messages:tooltip-diff','s:50:\"ady-cyrl:Яплъ зэпхъокӀыгъэхэмэ\";'),('ady-cyrl','messages:tooltip-feed-atom','s:73:\"ady-cyrl:Мы нэкӀубгъом ехьылӀэгъэ Atom чэзыур\";'),('ady-cyrl','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('ady-cyrl','messages:tooltip-invert','s:224:\"ady-cyrl:Мы плIэмыер гъэнаф, хэхыгъэ цIэчIыпIэм щыщ нэкIубгъомэ яеIэзэнхэр бгъэбылъынэу (ыкIи ехьылIэгъэ цIэчIыпIэр, гъэнэфагъэмэ)\";'),('ady-cyrl','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('ady-cyrl','messages:tooltip-minoredit','s:84:\"ady-cyrl:Мэхьанэ зимыIэ хэIэзэныгъэу къэгъэлъагъу\";'),('ady-cyrl','messages:tooltip-n-currentevents','s:46:\"ady-cyrl:КъэбаркӀэ нэкӀубгъу\";'),('ady-cyrl','messages:tooltip-n-help','s:67:\"ady-cyrl:ӀэпыӀэгъу зыщыбгъотыщт чӀыпӀэр\";'),('ady-cyrl','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-n-mainpage','s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";'),('ady-cyrl','messages:tooltip-n-mainpage-description','s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";'),('ady-cyrl','messages:tooltip-n-portal','s:98:\"ady-cyrl:Проектым пае, пшӀэшъущтыр, сыд пӀомэ узэплъыщтыр\";'),('ady-cyrl','messages:tooltip-n-randompage','s:75:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъогорэ къигъахь\";'),('ady-cyrl','messages:tooltip-n-recentchanges','s:67:\"ady-cyrl:Мы виким и аужрэ зэхъокӀыгъохэр\";'),('ady-cyrl','messages:tooltip-namespace_association','s:209:\"ady-cyrl:Мы плIэмыер гъэнаф, хэхыгъэ цIэчIыпIэм ехьылIэгъэ тегущыIэн-нэкIубгъор е субъект цIэчIыпIэр пыбгъэхъонэу уфаемэ.\";'),('ady-cyrl','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('ady-cyrl','messages:tooltip-p-lang','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-logo','s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";'),('ady-cyrl','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-navigation','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('ady-cyrl','messages:tooltip-p-tb','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-user-page','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-variants','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-p-views','s:3:\"en:\";'),('ady-cyrl','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('ady-cyrl','messages:tooltip-preview','s:108:\"ady-cyrl:Ыпэ яплъ уи хэӀэзэнхэм, мыр гъэфедэба бгъэпытэным ыпэ!\";'),('ady-cyrl','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('ady-cyrl','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('ady-cyrl','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('ady-cyrl','messages:tooltip-pt-createaccount','s:133:\"ady-cyrl:Ӏамал щыӀэмэ аккаунт егъажьи системэм хахь; ау егъэзыгъэ Ӏоф хэлъэп\";'),('ady-cyrl','messages:tooltip-pt-login','s:84:\"ady-cyrl:Системэм ухахьэмэ дэгъу; егъэзыгъэ Ӏофэп\";'),('ady-cyrl','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('ady-cyrl','messages:tooltip-pt-logout','s:40:\"ady-cyrl:ХэкӀыжь системэм\";'),('ady-cyrl','messages:tooltip-pt-mycontris','s:31:\"ady-cyrl:Силэжьыгъэр\";'),('ady-cyrl','messages:tooltip-pt-mytalk','s:45:\"ady-cyrl:Уи гущыӀэ нэкӀубгъу\";'),('ady-cyrl','messages:tooltip-pt-preferences','s:29:\"ady-cyrl:Сызыфаехэр\";'),('ady-cyrl','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('ady-cyrl','messages:tooltip-pt-userpage','s:25:\"ady-cyrl:Ситхьапэ\";'),('ady-cyrl','messages:tooltip-pt-watchlist','s:82:\"ady-cyrl:НэкӀубгъоу зэӀазэхэрэм узылъыплъэу куп\";'),('ady-cyrl','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('ady-cyrl','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('ady-cyrl','messages:tooltip-rollback','s:158:\"ady-cyrl:\"ЗэкIэгъакIу\"-эм зэтеIункIэу зэкIегъэкIожьы еIэзэнхэу ыужрэ хэлэжьакIомкIэ шIыгъэхэр\";'),('ady-cyrl','messages:tooltip-save','s:54:\"ady-cyrl:Зэблэпхъугъэхэр дэтхэжь\";'),('ady-cyrl','messages:tooltip-search','s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";'),('ady-cyrl','messages:tooltip-search-fulltext','s:72:\"ady-cyrl:Мы тхыгъэр нэкӀубгъомэ къахэгъуат\";'),('ady-cyrl','messages:tooltip-search-go','s:77:\"ady-cyrl:ЩыӀэмэ, мыр зыцӀэ дэдэ нэкӀубгъом кӀо\";'),('ady-cyrl','messages:tooltip-summary','s:50:\"ady-cyrl:Къэбар тӀэкӀу горэ итх\";'),('ady-cyrl','messages:tooltip-t-contributions','s:56:\"ady-cyrl:Мы нэбгырэм и лэжьыгъэхэр\";'),('ady-cyrl','messages:tooltip-t-emailuser','s:43:\"en:Send an email to {{GENDER:$1|this user}}\";'),('ady-cyrl','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('ady-cyrl','messages:tooltip-t-permalink','s:80:\"ady-cyrl:Мы нэкӀубгъом къакIорэ зэмыхъокӀ зэпыщ\";'),('ady-cyrl','messages:tooltip-t-print','s:55:\"ady-cyrl:НэкӀубгъом ихэутын теплъ\";'),('ady-cyrl','messages:tooltip-t-recentchangeslinked','s:116:\"ady-cyrl:Мы нэкӀубгъом пышӀагъэ нэкӀубгъорхэмэ яаужрэ зэблэхъухэр\";'),('ady-cyrl','messages:tooltip-t-specialpages','s:53:\"ady-cyrl:Шъхьаф нэкӀубгъо пстэур\";'),('ady-cyrl','messages:tooltip-t-upload','s:40:\"ady-cyrl:Файлэхэр къилъхь\";'),('ady-cyrl','messages:tooltip-t-whatlinkshere','s:79:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэ пстэур\";'),('ady-cyrl','messages:tooltip-undo','s:274:\"ady-cyrl:«КӀэгъэкӀожьын»-ым мы зэхъокӀыныгъэр зэкӀегъэкӀожьы ыкӀи еӀэзэкӀо формэр утеплъэшъунэу къызэӀуехы. ЗыфызэкӀэбгъэкӀожьыгъэри пыптхэжьышъущт.\";'),('ady-cyrl','messages:tooltip-upload','s:15:\"en:Start upload\";'),('ady-cyrl','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('ady-cyrl','messages:tooltip-watch','s:34:\"en:Add this page to your watchlist\";'),('ady-cyrl','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('ady-cyrl','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ady-cyrl','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ady-cyrl','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('ady-cyrl','messages:trackingcategories','s:52:\"ady-cyrl:Лъыплъэрэ категориехэр\";'),('ady-cyrl','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('ady-cyrl','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('ady-cyrl','messages:trackingcategories-msg','s:46:\"ady-cyrl:Лъыплъэрэ категорие\";'),('ady-cyrl','messages:trackingcategories-name','s:35:\"ady-cyrl:Мессаджым ыцIэ\";'),('ady-cyrl','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('ady-cyrl','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('ady-cyrl','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('ady-cyrl','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('ady-cyrl','messages:translateinterface','s:221:\"ady-cyrl:ЗэкIэ викимэ язэдзэкIмэ ахэбгъэхъон е еIэзэн пшIоигъомэ, [https://translatewiki.net/ translatewiki.net] гъэфед, MediaWiki и хьанэгъуналъэ сайт.\";'),('ady-cyrl','messages:tue','s:15:\"ady-cyrl:Гбж\";'),('ady-cyrl','messages:tuesday','s:21:\"ady-cyrl:Гъубдж\";'),('ady-cyrl','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('ady-cyrl','messages:uctop','s:19:\"ady-cyrl:джырэ\";'),('ady-cyrl','messages:unblock','s:15:\"en:Unblock user\";'),('ady-cyrl','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('ady-cyrl','messages:unblock-summary','s:3:\"en:\";'),('ady-cyrl','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('ady-cyrl','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('ady-cyrl','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('ady-cyrl','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('ady-cyrl','messages:unblockip','s:15:\"en:Unblock user\";'),('ady-cyrl','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('ady-cyrl','messages:unblocklink','s:25:\"ady-cyrl:Ӏухъотещ\";'),('ady-cyrl','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ady-cyrl','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('ady-cyrl','messages:uncategorizedcategories','s:69:\"ady-cyrl:Категорие мыхьыгъэ категориехэр\";'),('ady-cyrl','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ady-cyrl','messages:uncategorizedimages','s:59:\"ady-cyrl:Категорие мыхьыгъэ файлхэр\";'),('ady-cyrl','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ady-cyrl','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('ady-cyrl','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:uncategorizedtemplates','s:63:\"ady-cyrl:Категорие мыхьыгъэ шапхъэхэр\";'),('ady-cyrl','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ady-cyrl','messages:undelete','s:79:\"ady-cyrl:ТегъэкIыгъэ нэкIубгъохэр къэгъэлъагъу\";'),('ady-cyrl','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('ady-cyrl','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('ady-cyrl','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('ady-cyrl','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('ady-cyrl','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('ady-cyrl','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('ady-cyrl','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('ady-cyrl','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('ady-cyrl','messages:undelete-fieldset-title','s:53:\"ady-cyrl:Версиехэр зэшIогъэуцожь\";'),('ady-cyrl','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('ady-cyrl','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('ady-cyrl','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('ady-cyrl','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('ady-cyrl','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('ady-cyrl','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('ady-cyrl','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ady-cyrl','messages:undelete-search-box','s:73:\"ady-cyrl:ТегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady-cyrl','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('ady-cyrl','messages:undelete-search-prefix','s:93:\"ady-cyrl:Къэгъэлъагъу нэкIубгъохэр мыщкIэ къежьэхэрэр:\";'),('ady-cyrl','messages:undelete-search-submit','s:21:\"ady-cyrl:Лъыхъу\";'),('ady-cyrl','messages:undelete-search-title','s:73:\"ady-cyrl:ТегъэкIыжьыгъэ нэкIубгъомэ алъыхъу\";'),('ady-cyrl','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ady-cyrl','messages:undelete-show-file-submit','s:15:\"ady-cyrl:Ары\";'),('ady-cyrl','messages:undelete-summary','s:3:\"en:\";'),('ady-cyrl','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('ady-cyrl','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('ady-cyrl','messages:undelete_short','s:94:\"ady-cyrl:ТемыгъэкI {{PLURAL:$1|зы еIэзэныгъэ|$1 еIэзэныгъэхэр}}\";'),('ady-cyrl','messages:undeletebtn','s:34:\"ady-cyrl:ЗэшIогъэуцожь\";'),('ady-cyrl','messages:undeletecomment','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ady-cyrl','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('ady-cyrl','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('ady-cyrl','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('ady-cyrl','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('ady-cyrl','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('ady-cyrl','messages:undeletelink','s:38:\"ady-cyrl:еплъ/зэкIэгъакIу\";'),('ady-cyrl','messages:undeletepage','s:110:\"ady-cyrl:ТегъэкIыгъэ нэкIубгъохэр къэгъэлъагъу, зэшIогъэуцожьых\";'),('ady-cyrl','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('ady-cyrl','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('ady-cyrl','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('ady-cyrl','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('ady-cyrl','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('ady-cyrl','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('ady-cyrl','messages:undeleteviewlink','s:17:\"ady-cyrl:еплъ\";'),('ady-cyrl','messages:underline-always','s:19:\"ady-cyrl:Ренэу\";'),('ady-cyrl','messages:underline-default','s:26:\"en:Skin or browser default\";'),('ady-cyrl','messages:underline-never','s:24:\"ady-cyrl:ЗэнэмыIэ\";'),('ady-cyrl','messages:undo-failure','s:70:\"en:The edit could not be undone due to conflicting intermediate edits.\";'),('ady-cyrl','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('ady-cyrl','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('ady-cyrl','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('ady-cyrl','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('ady-cyrl','messages:undo-summary','s:78:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])\";'),('ady-cyrl','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('ady-cyrl','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('ady-cyrl','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('ady-cyrl','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('ady-cyrl','messages:unexpected','s:31:\"en:Unexpected value: \"$1\"=\"$2\".\";'),('ady-cyrl','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('ady-cyrl','messages:unit-pixel','s:5:\"en:px\";'),('ady-cyrl','messages:unknown-error','s:35:\"ady-cyrl:Къончагъэ гор.\";'),('ady-cyrl','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('ady-cyrl','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('ady-cyrl','messages:unlockbtn','s:18:\"en:Unlock database\";'),('ady-cyrl','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('ady-cyrl','messages:unlockdb','s:18:\"en:Unlock database\";'),('ady-cyrl','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('ady-cyrl','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('ady-cyrl','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('ady-cyrl','messages:unpatrolledletter','s:4:\"en:!\";'),('ady-cyrl','messages:unprotect','s:50:\"ady-cyrl:Ухъумэныгъэр зэблэхъу\";'),('ady-cyrl','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('ady-cyrl','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ady-cyrl','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('ady-cyrl','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('ady-cyrl','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('ady-cyrl','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('ady-cyrl','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('ady-cyrl','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('ady-cyrl','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('ady-cyrl','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('ady-cyrl','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('ady-cyrl','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('ady-cyrl','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('ady-cyrl','messages:unusedcategories','s:62:\"ady-cyrl:Мыгъэсэбэпыгъэ категориехэр\";'),('ady-cyrl','messages:unusedcategories-summary','s:3:\"en:\";'),('ady-cyrl','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('ady-cyrl','messages:unusedimages','s:52:\"ady-cyrl:Мыгъэсэбэпыгъэ файлхэр\";'),('ady-cyrl','messages:unusedimages-summary','s:3:\"en:\";'),('ady-cyrl','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ady-cyrl','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ady-cyrl','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('ady-cyrl','messages:unusedtemplates-summary','s:3:\"en:\";'),('ady-cyrl','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('ady-cyrl','messages:unusedtemplateswlh','s:39:\"ady-cyrl:нэмыкI зэпыщэхэр\";'),('ady-cyrl','messages:unwatch','s:31:\"ady-cyrl:Лъымыплъэжь\";'),('ady-cyrl','messages:unwatchedpages','s:62:\"ady-cyrl:Пари лымыплъэрэ нэкIубгъохэр\";'),('ady-cyrl','messages:unwatchedpages-summary','s:3:\"en:\";'),('ady-cyrl','messages:unwatching','s:32:\"ady-cyrl:Лъымплъэжь...\";'),('ady-cyrl','messages:unwatchthispage','s:42:\"ady-cyrl:Лъыплъэныр щыгъэт\";'),('ady-cyrl','messages:updated','s:12:\"en:(Updated)\";'),('ady-cyrl','messages:updatedmarker','s:101:\"ady-cyrl:мыщпэм сыкъызихьагъэм азфагу кIэмэ уплъэкIужьыгъэ\";'),('ady-cyrl','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('ady-cyrl','messages:upload','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady-cyrl','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('ady-cyrl','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('ady-cyrl','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('ady-cyrl','messages:upload-curl-error6','s:44:\"ady-cyrl:URL-м нэсын лъэкIырэп\";'),('ady-cyrl','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('ady-cyrl','messages:upload-default-description','s:4:\"en:-\";'),('ady-cyrl','messages:upload-description','s:37:\"ady-cyrl:Файлым и къэбар\";'),('ady-cyrl','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('ady-cyrl','messages:upload-dialog-button-cancel','s:22:\"ady-cyrl:Ыуж икӀ\";'),('ady-cyrl','messages:upload-dialog-button-done','s:31:\"ady-cyrl:ЗэшIуэкIыгъэ\";'),('ady-cyrl','messages:upload-dialog-button-save','s:15:\"ady-cyrl:Итх\";'),('ady-cyrl','messages:upload-dialog-button-upload','s:19:\"ady-cyrl:Илъхь\";'),('ady-cyrl','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('ady-cyrl','messages:upload-dialog-title','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady-cyrl','messages:upload-disallowed-here','s:69:\"ady-cyrl:Мы файлым ухэӀэзахьыжьын уфитэп.\";'),('ady-cyrl','messages:upload-file-error','s:38:\"ady-cyrl:ЫкIоцI фыкъуагъэ\";'),('ady-cyrl','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('ady-cyrl','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('ady-cyrl','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('ady-cyrl','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('ady-cyrl','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('ady-cyrl','messages:upload-form-label-infoform-description','s:32:\"ady-cyrl:АгурыбгъэIон\";'),('ady-cyrl','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('ady-cyrl','messages:upload-form-label-infoform-name','s:14:\"ady-cyrl:ЦIэ\";'),('ady-cyrl','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('ady-cyrl','messages:upload-form-label-infoform-title','s:21:\"ady-cyrl:Къэбар\";'),('ady-cyrl','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('ady-cyrl','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('ady-cyrl','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('ady-cyrl','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('ady-cyrl','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('ady-cyrl','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('ady-cyrl','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('ady-cyrl','messages:upload-form-label-usage-filename','s:24:\"ady-cyrl:ФайлыцIэ\";'),('ady-cyrl','messages:upload-form-label-usage-title','s:33:\"ady-cyrl:Гъэфедэныгъэ\";'),('ady-cyrl','messages:upload-http-error','s:58:\"ady-cyrl:HTTP фыкъуагъэ горэ хъугъэ: $1\";'),('ady-cyrl','messages:upload-maxfilesize','s:57:\"ady-cyrl:Файлым иинагъэ максимум: $1\";'),('ady-cyrl','messages:upload-misc-error','s:71:\"ady-cyrl:ЗэхэмышIыкIыгъэ илъхьан фыкъуагъэ\";'),('ady-cyrl','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('ady-cyrl','messages:upload-options','s:47:\"ady-cyrl:Илъхьан гъэпсыкIэхэр\";'),('ady-cyrl','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('ady-cyrl','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('ady-cyrl','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('ady-cyrl','messages:upload-proto-error','s:44:\"ady-cyrl:Протокол фыкъуагъэ\";'),('ady-cyrl','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('ady-cyrl','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('ady-cyrl','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('ady-cyrl','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('ady-cyrl','messages:upload-source','s:30:\"ady-cyrl:Лъэпсэ файл\";'),('ady-cyrl','messages:upload-summary','s:3:\"en:\";'),('ady-cyrl','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('ady-cyrl','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('ady-cyrl','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('ady-cyrl','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('ady-cyrl','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('ady-cyrl','messages:upload_source_file','s:77:\"ady-cyrl:(къыхэпхыгъэ файлыр уи компьютер щыщ)\";'),('ady-cyrl','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('ady-cyrl','messages:uploadbtn','s:32:\"ady-cyrl:Файлыр илъхь\";'),('ady-cyrl','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('ady-cyrl','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('ady-cyrl','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('ady-cyrl','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ady-cyrl','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('ady-cyrl','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('ady-cyrl','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ady-cyrl','messages:uploaderror','s:55:\"ady-cyrl:Файл илъхьаныр фыкъуагъэ\";'),('ady-cyrl','messages:uploadfooter','s:4:\"en:-\";'),('ady-cyrl','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('ady-cyrl','messages:uploadlogpage','s:39:\"ady-cyrl:Илъхьанхэм я лог\";'),('ady-cyrl','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('ady-cyrl','messages:uploadnewversion-linktext','s:36:\"en:Upload a new version of this file\";'),('ady-cyrl','messages:uploadnologin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady-cyrl','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('ady-cyrl','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('ady-cyrl','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('ady-cyrl','messages:uploadstash','s:32:\"ady-cyrl:Илъхьан шъэф\";'),('ady-cyrl','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('ady-cyrl','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('ady-cyrl','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('ady-cyrl','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('ady-cyrl','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('ady-cyrl','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('ady-cyrl','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('ady-cyrl','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('ady-cyrl','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('ady-cyrl','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('ady-cyrl','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('ady-cyrl','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('ady-cyrl','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('ady-cyrl','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('ady-cyrl','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('ady-cyrl','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('ady-cyrl','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('ady-cyrl','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('ady-cyrl','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('ady-cyrl','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('ady-cyrl','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('ady-cyrl','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('ady-cyrl','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('ady-cyrl','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('ady-cyrl','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('ady-cyrl','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('ady-cyrl','messages:uploadvirus','s:67:\"ady-cyrl:Файлым вирусхэр илъыъ!\nКъэбар: $1\";'),('ady-cyrl','messages:uploadwarning','s:17:\"en:Upload warning\";'),('ady-cyrl','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('ady-cyrl','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('ady-cyrl','messages:user-mail-no-addy','s:90:\"ady-cyrl:Емэйл адрес имыIэу емэйл аригъэхьынэу фэягъ.\";'),('ady-cyrl','messages:user-mail-no-body','s:107:\"ady-cyrl:Емэйл ебгъэхьынэу уфаягъ, нэкIэу е мэхьанэнчъэ кIакоу.\";'),('ady-cyrl','messages:usercreated','s:36:\"en:{{GENDER:$3|Created}} on $1 at $2\";'),('ady-cyrl','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('ady-cyrl','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('ady-cyrl','messages:usercssyoucanpreview','s:101:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new CSS before publishing.\";'),('ady-cyrl','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('ady-cyrl','messages:userexists','s:116:\"ady-cyrl:Ибгъэхьэгъэ нэбгырацIэр агъэфедэ.\nНэмыкI цIэ горэ къыхэхба.\";'),('ady-cyrl','messages:userinvalidconfigtitle','s:182:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css, .json, and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('ady-cyrl','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('ady-cyrl','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('ady-cyrl','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('ady-cyrl','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('ady-cyrl','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('ady-cyrl','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('ady-cyrl','messages:userjsyoucanpreview','s:108:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JavaScript before publishing.\";'),('ady-cyrl','messages:userlogin-createanother','s:48:\"ady-cyrl:НэмыкI аккаунт къэубл\";'),('ady-cyrl','messages:userlogin-helplink2','s:61:\"ady-cyrl:Системэм сыхэхьанэу къыздеӏ\";'),('ady-cyrl','messages:userlogin-joinproject','s:40:\"ady-cyrl:{{SITENAME}} зигъэгъус\";'),('ady-cyrl','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('ady-cyrl','messages:userlogin-noaccount','s:37:\"ady-cyrl:Аккаунт уиӏэба?\";'),('ady-cyrl','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('ady-cyrl','messages:userlogin-remembermypassword','s:59:\"ady-cyrl:Системэм сыхэтэу сыкъэгъан\";'),('ady-cyrl','messages:userlogin-resetpassword-link','s:60:\"ady-cyrl:УишъэфгущыIэр пщыгъупшагъа?\";'),('ady-cyrl','messages:userlogin-signwithsecure','s:66:\"ady-cyrl:Ухъумэгъэ зэпышIэныгъэр гъэфед\";'),('ady-cyrl','messages:userlogin-yourname','s:31:\"ady-cyrl:НэбгырацӀэр\";'),('ady-cyrl','messages:userlogin-yourname-ph','s:40:\"ady-cyrl:Итх уи нэбгырацIэ\";'),('ady-cyrl','messages:userlogin-yourpassword','s:26:\"ady-cyrl:ШъэфгущыI\";'),('ady-cyrl','messages:userlogin-yourpassword-ph','s:40:\"ady-cyrl:Уи шъэфгущыIэ итх\";'),('ady-cyrl','messages:userlogout','s:23:\"ady-cyrl:ХэкӀыжь\";'),('ady-cyrl','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('ady-cyrl','messages:userlogout-summary','s:3:\"en:\";'),('ady-cyrl','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('ady-cyrl','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('ady-cyrl','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('ady-cyrl','messages:usermessage-editor','s:19:\"en:System messenger\";'),('ady-cyrl','messages:usermessage-summary','s:54:\"ady-cyrl:Системэ мессадж къэгъан.\";'),('ady-cyrl','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ady-cyrl','messages:username','s:41:\"ady-cyrl:{{GENDER:$1|НэбгырацI}}:\";'),('ady-cyrl','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('ady-cyrl','messages:userpage-userdoesnotexist','s:90:\"en:User account \"$1\" is not registered.\nPlease check if you want to create/edit this page.\";'),('ady-cyrl','messages:userpage-userdoesnotexist-view','s:72:\"ady-cyrl:Аккаунтэу \"$1\" регистрацие ыкIугъэп.\";'),('ady-cyrl','messages:userrights','s:14:\"en:User rights\";'),('ady-cyrl','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('ady-cyrl','messages:userrights-changeable-col','s:59:\"ady-cyrl:Купхэу узхэIэзыхьашъущтхэр\";'),('ady-cyrl','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('ady-cyrl','messages:userrights-editusergroup','s:49:\"ady-cyrl:Нэбгырэмэ я купмэ яIаз\";'),('ady-cyrl','messages:userrights-expiry','s:11:\"en:Expires:\";'),('ady-cyrl','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('ady-cyrl','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('ady-cyrl','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('ady-cyrl','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('ady-cyrl','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('ady-cyrl','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('ady-cyrl','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('ady-cyrl','messages:userrights-groupsmember','s:38:\"ady-cyrl:Мы купмэ ахахьэ:\";'),('ady-cyrl','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('ady-cyrl','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('ady-cyrl','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('ady-cyrl','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('ady-cyrl','messages:userrights-lookup-user','s:53:\"ady-cyrl:Нэбгырэмэ якупхэр гъэпс\";'),('ady-cyrl','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('ady-cyrl','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('ady-cyrl','messages:userrights-nodatabase','s:78:\"ady-cyrl:Датэбазэу $1 щыIэп е хьанэгъунэу щытэп.\";'),('ady-cyrl','messages:userrights-reason','s:37:\"ady-cyrl:ЗыпкъырыкIырэр:\";'),('ady-cyrl','messages:userrights-summary','s:3:\"en:\";'),('ady-cyrl','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('ady-cyrl','messages:userrights-unchangeable-col','s:63:\"ady-cyrl:Купхэу узхэМыIэзыхьашъущтхэр\";'),('ady-cyrl','messages:userrights-user-editname','s:44:\"ady-cyrl:Итх уи нэбгырацӀэр:\";'),('ady-cyrl','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ady-cyrl','messages:variantname-crh','s:6:\"en:crh\";'),('ady-cyrl','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('ady-cyrl','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('ady-cyrl','messages:variantname-gan','s:6:\"en:gan\";'),('ady-cyrl','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('ady-cyrl','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('ady-cyrl','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ady-cyrl','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ady-cyrl','messages:variantname-iu','s:5:\"en:iu\";'),('ady-cyrl','messages:variantname-kk','s:5:\"en:kk\";'),('ady-cyrl','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ady-cyrl','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('ady-cyrl','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('ady-cyrl','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('ady-cyrl','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ady-cyrl','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('ady-cyrl','messages:variantname-ku','s:5:\"en:ku\";'),('ady-cyrl','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ady-cyrl','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ady-cyrl','messages:variantname-shi','s:6:\"en:shi\";'),('ady-cyrl','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ady-cyrl','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ady-cyrl','messages:variantname-sr','s:5:\"en:sr\";'),('ady-cyrl','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ady-cyrl','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('ady-cyrl','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('ady-cyrl','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ady-cyrl','messages:variantname-tg','s:5:\"en:tg\";'),('ady-cyrl','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ady-cyrl','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ady-cyrl','messages:variantname-tly','s:6:\"en:tly\";'),('ady-cyrl','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ady-cyrl','messages:variantname-uz','s:5:\"en:uz\";'),('ady-cyrl','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ady-cyrl','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ady-cyrl','messages:variantname-zh','s:5:\"en:zh\";'),('ady-cyrl','messages:variantname-zh-cn','s:5:\"en:CN\";'),('ady-cyrl','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('ady-cyrl','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('ady-cyrl','messages:variantname-zh-hk','s:5:\"en:HK\";'),('ady-cyrl','messages:variantname-zh-mo','s:5:\"en:MO\";'),('ady-cyrl','messages:variantname-zh-my','s:5:\"en:MY\";'),('ady-cyrl','messages:variantname-zh-sg','s:5:\"en:SG\";'),('ady-cyrl','messages:variantname-zh-tw','s:5:\"en:TW\";'),('ady-cyrl','messages:variants','s:29:\"ady-cyrl:Вариантхэр\";'),('ady-cyrl','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('ady-cyrl','messages:vector-action-addsection','s:27:\"ady-cyrl:Ӏофтхьабз\";'),('ady-cyrl','messages:vector-action-delete','s:23:\"ady-cyrl:ТегъэкӀ\";'),('ady-cyrl','messages:vector-action-move','s:15:\"ady-cyrl:Хьы\";'),('ady-cyrl','messages:vector-action-protect','s:23:\"ady-cyrl:Иухъумэ\";'),('ady-cyrl','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('ady-cyrl','messages:vector-action-undelete','s:25:\"ady-cyrl:УмылъэкӀ\";'),('ady-cyrl','messages:vector-action-unprotect','s:27:\"ady-cyrl:Умыухъумэ\";'),('ady-cyrl','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('ady-cyrl','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('ady-cyrl','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('ady-cyrl','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('ady-cyrl','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('ady-cyrl','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('ady-cyrl','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('ady-cyrl','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('ady-cyrl','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('ady-cyrl','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('ady-cyrl','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('ady-cyrl','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('ady-cyrl','messages:vector-languages','s:12:\"en:Languages\";'),('ady-cyrl','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('ady-cyrl','messages:vector-more-actions','s:19:\"ady-cyrl:Джыри\";'),('ady-cyrl','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('ady-cyrl','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('ady-cyrl','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('ady-cyrl','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('ady-cyrl','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('ady-cyrl','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ady-cyrl','messages:vector-site-nav-label','s:7:\"en:Site\";'),('ady-cyrl','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('ady-cyrl','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('ady-cyrl','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('ady-cyrl','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('ady-cyrl','messages:vector-toc-heading','s:11:\"en:Contents\";'),('ady-cyrl','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('ady-cyrl','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('ady-cyrl','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('ady-cyrl','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('ady-cyrl','messages:vector-view-create','s:19:\"ady-cyrl:КъэшӀ\";'),('ady-cyrl','messages:vector-view-edit','s:25:\"ady-cyrl:ХэӀэзыхь\";'),('ady-cyrl','messages:vector-view-history','s:33:\"ady-cyrl:Тарихъым eплъ\";'),('ady-cyrl','messages:vector-view-view','s:15:\"ady-cyrl:Едж\";'),('ady-cyrl','messages:vector-view-viewsource','s:32:\"ady-cyrl:Еплъ лъапсэм\";'),('ady-cyrl','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('ady-cyrl','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('ady-cyrl','messages:verification-error','s:80:\"ady-cyrl:Мы файлым файл-уплъэкIуныр ыкIушъугъэп.\";'),('ady-cyrl','messages:version','s:10:\"en:Version\";'),('ady-cyrl','messages:version-antispam','s:18:\"en:Spam prevention\";'),('ady-cyrl','messages:version-api','s:6:\"en:API\";'),('ady-cyrl','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('ady-cyrl','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('ady-cyrl','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('ady-cyrl','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ady-cyrl','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ady-cyrl','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ady-cyrl','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ady-cyrl','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ady-cyrl','messages:version-editors','s:10:\"en:Editors\";'),('ady-cyrl','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('ady-cyrl','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ady-cyrl','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('ady-cyrl','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('ady-cyrl','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('ady-cyrl','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ady-cyrl','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ady-cyrl','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('ady-cyrl','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('ady-cyrl','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('ady-cyrl','messages:version-ext-colheader-license','s:10:\"en:License\";'),('ady-cyrl','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('ady-cyrl','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('ady-cyrl','messages:version-ext-license','s:10:\"en:License\";'),('ady-cyrl','messages:version-extensions','s:23:\"en:Installed extensions\";'),('ady-cyrl','messages:version-hook-name','s:12:\"en:Hook name\";'),('ady-cyrl','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('ady-cyrl','messages:version-hooks','s:8:\"en:Hooks\";'),('ady-cyrl','messages:version-libraries','s:22:\"en:Installed libraries\";'),('ady-cyrl','messages:version-libraries-authors','s:10:\"en:Authors\";'),('ady-cyrl','messages:version-libraries-description','s:14:\"en:Description\";'),('ady-cyrl','messages:version-libraries-library','s:10:\"en:Library\";'),('ady-cyrl','messages:version-libraries-license','s:10:\"en:License\";'),('ady-cyrl','messages:version-libraries-version','s:10:\"en:Version\";'),('ady-cyrl','messages:version-license','s:20:\"en:MediaWiki License\";'),('ady-cyrl','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('ady-cyrl','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('ady-cyrl','messages:version-license-title','s:17:\"en:License for $1\";'),('ady-cyrl','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('ady-cyrl','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('ady-cyrl','messages:version-other','s:8:\"en:Other\";'),('ady-cyrl','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('ady-cyrl','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('ady-cyrl','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('ady-cyrl','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('ady-cyrl','messages:version-poweredby-others','s:9:\"en:others\";'),('ady-cyrl','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('ady-cyrl','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('ady-cyrl','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('ady-cyrl','messages:version-skins','s:18:\"en:Installed skins\";'),('ady-cyrl','messages:version-software','s:21:\"en:Installed software\";'),('ady-cyrl','messages:version-software-product','s:10:\"en:Product\";'),('ady-cyrl','messages:version-software-version','s:10:\"en:Version\";'),('ady-cyrl','messages:version-specialpages','s:16:\"en:Special pages\";'),('ady-cyrl','messages:version-summary','s:3:\"en:\";'),('ady-cyrl','messages:version-variables','s:12:\"en:Variables\";'),('ady-cyrl','messages:version-version','s:7:\"en:($1)\";'),('ady-cyrl','messages:versionrequired','s:61:\"ady-cyrl:MediaWiki-м и $1-рэ версие ищыкIагъ\";'),('ady-cyrl','messages:versionrequiredtext','s:105:\"ady-cyrl:MediaWiki-м и $1-рэ версие ищыкIагъ.\nЕплъ [[Special:Version|version page]].\";'),('ady-cyrl','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('ady-cyrl','messages:view','s:17:\"ady-cyrl:Еплъ\";'),('ady-cyrl','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ady-cyrl','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ady-cyrl','messages:view-pool-error','s:162:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this page.\nPlease wait a while before you try to access this page again.\n\n$1\";'),('ady-cyrl','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ady-cyrl','messages:viewcount','s:80:\"ady-cyrl:Мы нэкIубгъом еплъыгъэх {{PLURAL:$1|зэ|$1-рэ}}.\";'),('ady-cyrl','messages:viewdeleted','s:21:\"ady-cyrl:Еплъ $1?\";'),('ady-cyrl','messages:viewdeleted_short','s:145:\"ady-cyrl:Къэгъэлъагъу {{PLURAL:$1|зы тегъэкIыгъэ еIэзэныгъэ|$1 тегъэкIыгъэ еIэзэныгъэхэр}}\";'),('ady-cyrl','messages:viewdeletedpage','s:79:\"ady-cyrl:ТегъэкIыгъэ нэкIубгъохэр къэгъэлъагъу\";'),('ady-cyrl','messages:viewhelppage','s:54:\"ady-cyrl:IэпыIэгъу нэкIубгъом еплъ\";'),('ady-cyrl','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ady-cyrl','messages:viewpagelogs','s:75:\"ady-cyrl:Мы нэкӏубгъом и логхэр къэгъэлъагъу\";'),('ady-cyrl','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('ady-cyrl','messages:viewprevnext','s:53:\"ady-cyrl:Еплъ ($1 {{int:pipe-separator}} $2) ($3)\";'),('ady-cyrl','messages:views','s:31:\"ady-cyrl:Еплъыгъэхэр\";'),('ady-cyrl','messages:viewsource','s:32:\"ady-cyrl:Еплъ лъапсэм\";'),('ady-cyrl','messages:viewsource-title','s:42:\"ady-cyrl:Еплъ лъапсэм $1 пае\";'),('ady-cyrl','messages:viewsourcelink','s:32:\"ady-cyrl:лъапсэм еплъ\";'),('ady-cyrl','messages:viewsourceold','s:32:\"ady-cyrl:еплъ лъапсэм\";'),('ady-cyrl','messages:viewsourcetext','s:96:\"ady-cyrl:Мы нэкIубгъом ылъапсэм уеплъын и копи пшIышъущт.\";'),('ady-cyrl','messages:viewtalkpage','s:45:\"ady-cyrl:ТегущыIэныгъэм еплъ\";'),('ady-cyrl','messages:viewyourtext','s:152:\"ady-cyrl:<strong>Уэ уи еIэзэнхэм</strong> я лъапсэ уеплъын е копи пшIын плъэкIыыщт мы нэкIубгъом.\";'),('ady-cyrl','messages:virus-badscanner','s:114:\"ady-cyrl:ЗэтегъэпсыхьакIэ дэй: ЗэхэмышIыкIыгъэ вирус сканер: <em>$1</em>\";'),('ady-cyrl','messages:virus-scanfailed','s:53:\"ady-cyrl:сканшIын къуанч (кодэу $1)\";'),('ady-cyrl','messages:virus-unknownscanner','s:57:\"ady-cyrl:зэхэмышIыкIыгъэ антивирус:\";'),('ady-cyrl','messages:wantedcategories','s:51:\"ady-cyrl:ИщыкIэгъэ категориехэр\";'),('ady-cyrl','messages:wantedcategories-summary','s:3:\"en:\";'),('ady-cyrl','messages:wantedfiles','s:41:\"ady-cyrl:ИщыкIэгъэ файлхэр\";'),('ady-cyrl','messages:wantedfiles-summary','s:3:\"en:\";'),('ady-cyrl','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ady-cyrl','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ady-cyrl','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('ady-cyrl','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('ady-cyrl','messages:wantedpages','s:50:\"ady-cyrl:ИщыкIэгъэ нэкIубгъохэр\";'),('ady-cyrl','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('ady-cyrl','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('ady-cyrl','messages:wantedtemplates','s:45:\"ady-cyrl:ИщыкIэгъэ шапхъэхэр\";'),('ady-cyrl','messages:wantedtemplates-summary','s:3:\"en:\";'),('ady-cyrl','messages:watch','s:21:\"ady-cyrl:Лъыплъ\";'),('ady-cyrl','messages:watching','s:24:\"ady-cyrl:Лъыплъ...\";'),('ady-cyrl','messages:watchlist','s:30:\"ady-cyrl:Лъыплъэ куп\";'),('ady-cyrl','messages:watchlist-details','s:77:\"en:{{PLURAL:$1|$1 page is|$1 pages are}} on your Watchlist (plus talk pages).\";'),('ady-cyrl','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('ady-cyrl','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('ady-cyrl','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('ady-cyrl','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('ady-cyrl','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('ady-cyrl','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('ady-cyrl','messages:watchlist-hide','s:7:\"en:Hide\";'),('ady-cyrl','messages:watchlist-options','s:20:\"en:Watchlist options\";'),('ady-cyrl','messages:watchlist-submit','s:7:\"en:Show\";'),('ady-cyrl','messages:watchlist-summary','s:3:\"en:\";'),('ady-cyrl','messages:watchlist-unwatch','s:5:\"en:×\";'),('ady-cyrl','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ady-cyrl','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('ady-cyrl','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('ady-cyrl','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('ady-cyrl','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('ady-cyrl','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('ady-cyrl','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ady-cyrl','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('ady-cyrl','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('ady-cyrl','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('ady-cyrl','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('ady-cyrl','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('ady-cyrl','messages:watchlistedit-normal-legend','s:31:\"en:Remove titles from watchlist\";'),('ady-cyrl','messages:watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ady-cyrl','messages:watchlistedit-normal-title','s:17:\"en:Edit watchlist\";'),('ady-cyrl','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('ady-cyrl','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('ady-cyrl','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('ady-cyrl','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('ady-cyrl','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ady-cyrl','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ady-cyrl','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('ady-cyrl','messages:watchlistedit-raw-titles','s:10:\"en:Titles:\";'),('ady-cyrl','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('ady-cyrl','messages:watchlistfor2','s:21:\"ady-cyrl:$1 $2 пае\";'),('ady-cyrl','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('ady-cyrl','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('ady-cyrl','messages:watchlisttools-edit','s:26:\"en:View and edit watchlist\";'),('ady-cyrl','messages:watchlisttools-raw','s:21:\"en:Edit raw watchlist\";'),('ady-cyrl','messages:watchlisttools-view','s:24:\"en:View relevant changes\";'),('ady-cyrl','messages:watchnologin','s:44:\"ady-cyrl:Системэм хэхьагъэп\";'),('ady-cyrl','messages:watchthis','s:47:\"ady-cyrl:Мы нэкӀубгъом лъыплъ\";'),('ady-cyrl','messages:watchthispage','s:47:\"ady-cyrl:Мы нэкӀубгъом лъыплъ\";'),('ady-cyrl','messages:watchthisupload','s:39:\"ady-cyrl:Мы файлым лъыплъ\";'),('ady-cyrl','messages:wed','s:15:\"ady-cyrl:Брж\";'),('ady-cyrl','messages:wednesday','s:31:\"ady-cyrl:Бэрэскэжъый\";'),('ady-cyrl','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('ady-cyrl','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('ady-cyrl','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('ady-cyrl','messages:welcomeuser','s:30:\"ady-cyrl:Къеблагъ, $1!\";'),('ady-cyrl','messages:whatlinkshere','s:72:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэхэр\";'),('ady-cyrl','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('ady-cyrl','messages:whatlinkshere-hideimages','s:18:\"en:Hide file links\";'),('ady-cyrl','messages:whatlinkshere-hidelinks','s:22:\"ady-cyrl:$1 зэпыщ\";'),('ady-cyrl','messages:whatlinkshere-hideredirs','s:32:\"ady-cyrl:$1 гъэкӀожьын\";'),('ady-cyrl','messages:whatlinkshere-hidetrans','s:36:\"ady-cyrl:$1 хэлъхьаныгъэ\";'),('ady-cyrl','messages:whatlinkshere-links','s:31:\"ady-cyrl:← зэпыщэхэр\";'),('ady-cyrl','messages:whatlinkshere-next','s:73:\"ady-cyrl:{{PLURAL:$1|кӀэлъыкӀорэр|кӀэлъыкӀорэ $1}}\";'),('ady-cyrl','messages:whatlinkshere-page','s:28:\"ady-cyrl:НэкӀубгъо:\";'),('ady-cyrl','messages:whatlinkshere-prev','s:49:\"ady-cyrl:{{PLURAL:$1|ыпэ ит|ыпэ ит $1}}\";'),('ady-cyrl','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('ady-cyrl','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('ady-cyrl','messages:whatlinkshere-summary','s:3:\"en:\";'),('ady-cyrl','messages:whatlinkshere-title','s:60:\"ady-cyrl:\"$1\"-м къэзыщэрэ нэкӀубгъохэр\";'),('ady-cyrl','messages:whitelistedittext','s:27:\"en:Please $1 to edit pages.\";'),('ady-cyrl','messages:widthheight','s:11:\"en:$1 × $2\";'),('ady-cyrl','messages:widthheightpage','s:40:\"en:$1 × $2, $3 {{PLURAL:$3|page|pages}}\";'),('ady-cyrl','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('ady-cyrl','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('ady-cyrl','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('ady-cyrl','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('ady-cyrl','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('ady-cyrl','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('ady-cyrl','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('ady-cyrl','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('ady-cyrl','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('ady-cyrl','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('ady-cyrl','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('ady-cyrl','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('ady-cyrl','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('ady-cyrl','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('ady-cyrl','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('ady-cyrl','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('ady-cyrl','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('ady-cyrl','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('ady-cyrl','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('ady-cyrl','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('ady-cyrl','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('ady-cyrl','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('ady-cyrl','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('ady-cyrl','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('ady-cyrl','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('ady-cyrl','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('ady-cyrl','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-bold-result','s:29:\"en:<strong>Bold text</strong>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-bold-syntax','s:18:\"en:\'\'\'Bold text\'\'\'\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"en:Reference\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ady-cyrl','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('ady-cyrl','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('ady-cyrl','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('ady-cyrl','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('ady-cyrl','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('ady-cyrl','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('ady-cyrl','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('ady-cyrl','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('ady-cyrl','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('ady-cyrl','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-file-example','s:14:\"en:Example.jpg\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-ilink','s:16:\"en:Internal link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-ilink-example','s:13:\"en:Link title\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-reference','s:12:\"en:Reference\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-xlink','s:42:\"en:External link (remember http:// prefix)\";'),('ady-cyrl','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('ady-cyrl','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('ady-cyrl','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('ady-cyrl','messages:withoutinterwiki','s:64:\"ady-cyrl:Бзэ зэпыщэ зимыIэ нэкIубгъохэр\";'),('ady-cyrl','messages:withoutinterwiki-legend','s:9:\"en:Prefix\";'),('ady-cyrl','messages:withoutinterwiki-submit','s:33:\"ady-cyrl:Къэгъэлъагъу\";'),('ady-cyrl','messages:withoutinterwiki-summary','s:87:\"ady-cyrl:Мы нэкIубгъомэ нэмыкI бзэ версиехэм ащэрэп.\";'),('ady-cyrl','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('ady-cyrl','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('ady-cyrl','messages:wlnote','s:154:\"en:Below {{PLURAL:$1|is the last change|are the last <strong>$1</strong> changes}} in the last {{PLURAL:$2|hour|<strong>$2</strong> hours}}, as of $3, $4.\";'),('ady-cyrl','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('ady-cyrl','messages:wlshowhidebots','s:7:\"en:bots\";'),('ady-cyrl','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('ady-cyrl','messages:wlshowhideliu','s:19:\"en:registered users\";'),('ady-cyrl','messages:wlshowhidemine','s:11:\"en:my edits\";'),('ady-cyrl','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('ady-cyrl','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('ady-cyrl','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('ady-cyrl','messages:word-separator','s:8:\"en:&#32;\";'),('ady-cyrl','messages:wrongpassword','s:72:\"ady-cyrl:ШъэфгущыIэр тэрэзэп.\nДжыри зэ еплъ.\";'),('ady-cyrl','messages:wrongpasswordempty','s:67:\"ady-cyrl:ШъэфгущыIэр нэкIы.\nДжыри зэ еплъ.\";'),('ady-cyrl','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('ady-cyrl','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('ady-cyrl','messages:year','s:66:\"ady-cyrl:Илъэсым ыкӀоцӀ (ыкӀи нахь жьэу):\";'),('ady-cyrl','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('ady-cyrl','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('ady-cyrl','messages:youhavenewmessages','s:37:\"ady-cyrl:{{PLURAL:$3|УиI}} $1 ($2).\";'),('ady-cyrl','messages:youhavenewmessagesfromusers','s:75:\"en:{{PLURAL:$4|You have}} $1 from {{PLURAL:$3|another user|$3 users}} ($2).\";'),('ady-cyrl','messages:youhavenewmessagesmanyusers','s:36:\"en:You have $1 from many users ($2).\";'),('ady-cyrl','messages:yourdiff','s:14:\"en:Differences\";'),('ady-cyrl','messages:yourdomainname','s:25:\"ady-cyrl:Уи домен:\";'),('ady-cyrl','messages:youremail','s:20:\"ady-cyrl:Емэйл:\";'),('ady-cyrl','messages:yourgender','s:37:\"en:How do you prefer to be described?\";'),('ady-cyrl','messages:yourlanguage','s:16:\"ady-cyrl:Бзэ:\";'),('ady-cyrl','messages:yourname','s:29:\"ady-cyrl:НэбгырацIэ:\";'),('ady-cyrl','messages:yournick','s:37:\"ady-cyrl:КIэтхэжьыкIакIэ:\";'),('ady-cyrl','messages:yourpassword','s:27:\"ady-cyrl:ШъэфгущыI:\";'),('ady-cyrl','messages:yourpasswordagain','s:58:\"ady-cyrl:Джыри зэ къэтх шъэфгущыIэр:\";'),('ady-cyrl','messages:yourrealname','s:32:\"ady-cyrl:ЦIэ шъыпкъэр:\";'),('ady-cyrl','messages:yourtext','s:24:\"ady-cyrl:Уи текст\";'),('ady-cyrl','messages:yourvariant','s:55:\"ady-cyrl:КIоцIрытым ыбзэ и вариант:\";'),('ady-cyrl','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('ady-cyrl','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('ady-cyrl','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('ady-cyrl','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('ady-cyrl','minimumGroupingDigits','N;'),('ady-cyrl','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ady-cyrl','namespaceGenderAliases','a:0:{}'),('ady-cyrl','namespaceNames','a:17:{i:-2;s:10:\"Медиа\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}'),('ady-cyrl','originalFallbackSequence','a:0:{}'),('ady-cyrl','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('ady-cyrl','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('ady-cyrl','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:41:\"ady-cyrl:Project:Фэгъэхьыгъэу\";s:9:\"aboutsite\";s:46:\"ady-cyrl:{{SITENAME}} фэгъэхьыгъэу\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:27:\"ady-cyrl:ШӀагъэхэр\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:49:\"ady-cyrl:Джыр хъугъэ-шӀагъэхэр\";s:17:\"currentevents-url\";s:57:\"ady-cyrl:Project:Джыр хъугъэ-шӀагъэхэр\";s:14:\"disclaimerpage\";s:48:\"ady-cyrl:Project:ПшъэдэкӀ умыхьын\";s:11:\"disclaimers\";s:40:\"ady-cyrl:ПшъэдэкӀ умыхьын\";s:4:\"edit\";s:25:\"ady-cyrl:ХэӀэзыхь\";s:11:\"editsection\";s:25:\"ady-cyrl:хэӀэзыхь\";s:15:\"editsectionhint\";s:38:\"ady-cyrl:Пычыгъом хатх: $1\";s:4:\"help\";s:27:\"ady-cyrl:ӀэпыӀэгъу\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:29:\"ady-cyrl:МыкӀэ пкӀэ:\";s:16:\"jumptonavigation\";s:29:\"ady-cyrl:зыплъыхьэн\";s:12:\"jumptosearch\";s:21:\"ady-cyrl:лъыхъу\";s:14:\"lastmodifiedat\";s:83:\"ady-cyrl:Мыщпэм мы нэкӀубгъор зеӀэзагъэхэр $1, $2-м.\";s:8:\"mainpage\";s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";s:20:\"mainpage-description\";s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";s:14:\"mainpage-nstab\";s:40:\"ady-cyrl:НэкӀубгъо шъхьаӀ\";s:10:\"namespaces\";s:25:\"ady-cyrl:ЦӀэчӀыпӀ\";s:10:\"navigation\";s:29:\"ady-cyrl:Зыплъыхьэн\";s:23:\"nav-login-createaccount\";s:53:\"ady-cyrl:Къыхахь / аккаунт къэубл\";s:10:\"nstab-main\";s:27:\"ady-cyrl:НэкӀубгъо\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:66:\"ady-cyrl:{{PLURAL:$1|Категорий|Категориехэр}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:37:\"ady-cyrl:Ренэу щыт зэпыщ\";s:13:\"personaltools\";s:37:\"ady-cyrl:СиӀэмэпсымэхэр\";s:6:\"portal\";s:44:\"ady-cyrl:Лъэпкъэгъу ӀухьапӀ\";s:10:\"portal-url\";s:52:\"ady-cyrl:Project:Лъэпкъэгъу ӀухьапӀ\";s:16:\"printableversion\";s:32:\"ady-cyrl:Хэутын теплъ\";s:7:\"privacy\";s:40:\"ady-cyrl:Зыушъэфын хабзэр\";s:11:\"privacypage\";s:48:\"ady-cyrl:Project:Зыушъэфын хабзэр\";s:10:\"randompage\";s:50:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъу\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:52:\"ady-cyrl:Ыужрэ зэхъокӀыныгъэхэр\";s:27:\"recentchangeslinked-toolbox\";s:62:\"ady-cyrl:ЕхьылӀэгъэ зэблэхъуныгъэхэр\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:35:\"ady-cyrl:\"$1\" - м къикӀыгъ\";s:6:\"search\";s:21:\"ady-cyrl:Лъыхъу\";s:13:\"searcharticle\";s:15:\"ady-cyrl:КӀо\";s:12:\"searchbutton\";s:21:\"ady-cyrl:Лъыхъу\";s:20:\"searchsuggest-search\";s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:38:\"ady-cyrl:Зыплъыхьэн меню\";s:14:\"site-atom-feed\";s:27:\"ady-cyrl:$1 Atom чэзыу\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:54:\"ady-cyrl:ЯӀамышӀыкӀ нэкӀубгъохэр\";s:7:\"tagline\";s:31:\"ady-cyrl:{{SITENAME}}-м щыщ\";s:4:\"talk\";s:27:\"ady-cyrl:ТегущыӀэн\";s:7:\"toolbox\";s:34:\"ady-cyrl:Ӏэмэ-псымэхэр\";s:15:\"tooltip-ca-edit\";s:57:\"ady-cyrl:Гъэтэрэзыжь мы нэкӀубгъор\";s:18:\"tooltip-ca-history\";s:59:\"ady-cyrl:Мы нэкӀубгъом иверсиежъхэр\";s:21:\"tooltip-ca-nstab-main\";s:44:\"ady-cyrl:КӀоцӀытхагъэм еплъ\";s:15:\"tooltip-ca-talk\";s:73:\"ady-cyrl:Апэ мэхьанэ нэкӀубгъом и тегущыӀэн\";s:21:\"tooltip-ca-viewsource\";s:95:\"ady-cyrl:Мы нэкубгъор ухъумагъ.\nАу ылъапсэ плъэгъушъущт\";s:23:\"tooltip-n-currentevents\";s:46:\"ady-cyrl:КъэбаркӀэ нэкӀубгъу\";s:14:\"tooltip-n-help\";s:67:\"ady-cyrl:ӀэпыӀэгъу зыщыбгъотыщт чӀыпӀэр\";s:30:\"tooltip-n-mainpage-description\";s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";s:16:\"tooltip-n-portal\";s:98:\"ady-cyrl:Проектым пае, пшӀэшъущтыр, сыд пӀомэ узэплъыщтыр\";s:20:\"tooltip-n-randompage\";s:75:\"ady-cyrl:ОшӀэдэмышӀэ нэкӀубгъогорэ къигъахь\";s:23:\"tooltip-n-recentchanges\";s:67:\"ady-cyrl:Мы виким и аужрэ зэхъокӀыгъохэр\";s:14:\"tooltip-p-logo\";s:51:\"ady-cyrl:НэкӀубгъо шъхьаӀэм кӀо\";s:16:\"tooltip-pt-login\";s:84:\"ady-cyrl:Системэм ухахьэмэ дэгъу; егъэзыгъэ Ӏофэп\";s:24:\"tooltip-pt-createaccount\";s:133:\"ady-cyrl:Ӏамал щыӀэмэ аккаунт егъажьи системэм хахь; ау егъэзыгъэ Ӏоф хэлъэп\";s:14:\"tooltip-search\";s:39:\"ady-cyrl:{{SITENAME}}-ым лъыхъу\";s:23:\"tooltip-search-fulltext\";s:72:\"ady-cyrl:Мы тхыгъэр нэкӀубгъомэ къахэгъуат\";s:17:\"tooltip-search-go\";s:77:\"ady-cyrl:ЩыӀэмэ, мыр зыцӀэ дэдэ нэкӀубгъом кӀо\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:80:\"ady-cyrl:Мы нэкӀубгъом къакIорэ зэмыхъокӀ зэпыщ\";s:15:\"tooltip-t-print\";s:55:\"ady-cyrl:НэкӀубгъом ихэутын теплъ\";s:29:\"tooltip-t-recentchangeslinked\";s:116:\"ady-cyrl:Мы нэкӀубгъом пышӀагъэ нэкӀубгъорхэмэ яаужрэ зэблэхъухэр\";s:22:\"tooltip-t-specialpages\";s:53:\"ady-cyrl:Шъхьаф нэкӀубгъо пстэур\";s:23:\"tooltip-t-whatlinkshere\";s:79:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэ пстэур\";s:8:\"variants\";s:29:\"ady-cyrl:Вариантхэр\";s:16:\"vector-view-edit\";s:25:\"ady-cyrl:ХэӀэзыхь\";s:19:\"vector-view-history\";s:33:\"ady-cyrl:Тарихъым eплъ\";s:16:\"vector-view-view\";s:15:\"ady-cyrl:Едж\";s:9:\"viewcount\";s:80:\"ady-cyrl:Мы нэкIубгъом еплъыгъэх {{PLURAL:$1|зэ|$1-рэ}}.\";s:5:\"views\";s:31:\"ady-cyrl:Еплъыгъэхэр\";s:13:\"whatlinkshere\";s:72:\"ady-cyrl:Мы нэкӀубгъом къэзыщэрэ зэпыщэхэр\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"Медиа\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}}'),('ady-cyrl','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ady-cyrl','rtl','b:0;'),('ady-cyrl','separatorTransformTable','N;'),('ady-cyrl','specialPageAliases','a:142:{s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('aeb','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('aeb','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('aeb','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('aeb','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('aeb','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('aeb','defaultDateFormat','s:10:\"dmy or mdy\";'),('aeb','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAeb.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";i:1445052746;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";i:1727491636;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/aeb.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/api/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:70:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:80:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:84:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAeb_arab.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('aeb','digitGroupingPattern','s:9:\"#,##0.###\";'),('aeb','digitTransformTable','N;'),('aeb','fallback','s:8:\"aeb-arab\";'),('aeb','fallback8bitEncoding','s:12:\"windows-1252\";'),('aeb','fallbackSequence','a:2:{i:0;s:8:\"aeb-arab\";i:1;s:2:\"en\";}'),('aeb','imageFiles','N;'),('aeb','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('aeb','linkPrefixExtension','b:0;'),('aeb','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('aeb','list','a:1:{s:8:\"messages\";a:7614:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:19:\"tog-extendwatchlist\";i:5;s:12:\"tog-usenewrc\";i:6;s:18:\"tog-numberheadings\";i:7;s:15:\"tog-showtoolbar\";i:8;s:18:\"tog-editondblclick\";i:9;s:27:\"tog-editsectiononrightclick\";i:10;s:18:\"tog-watchcreations\";i:11;s:16:\"tog-watchdefault\";i:12;s:14:\"tog-watchmoves\";i:13;s:17:\"tog-watchdeletion\";i:14;s:16:\"tog-minordefault\";i:15;s:16:\"tog-previewontop\";i:16;s:18:\"tog-previewonfirst\";i:17;s:24:\"tog-enotifwatchlistpages\";i:18;s:23:\"tog-enotifusertalkpages\";i:19;s:20:\"tog-enotifminoredits\";i:20;s:20:\"tog-enotifrevealaddr\";i:21;s:23:\"tog-shownumberswatching\";i:22;s:10:\"tog-oldsig\";i:23;s:12:\"tog-fancysig\";i:24;s:18:\"tog-uselivepreview\";i:25;s:20:\"tog-forceeditsummary\";i:26;s:20:\"tog-watchlisthideown\";i:27;s:21:\"tog-watchlisthidebots\";i:28;s:22:\"tog-watchlisthideminor\";i:29;s:20:\"tog-watchlisthideliu\";i:30;s:22:\"tog-watchlisthideanons\";i:31;s:26:\"tog-watchlisthidepatrolled\";i:32;s:16:\"tog-ccmeonemails\";i:33;s:12:\"tog-diffonly\";i:34;s:18:\"tog-showhiddencats\";i:35;s:18:\"tog-norollbackdiff\";i:36;s:16:\"underline-always\";i:37;s:15:\"underline-never\";i:38;s:17:\"underline-default\";i:39;s:14:\"editfont-style\";i:40;s:16:\"editfont-default\";i:41;s:18:\"editfont-monospace\";i:42;s:18:\"editfont-sansserif\";i:43;s:14:\"editfont-serif\";i:44;s:6:\"sunday\";i:45;s:6:\"monday\";i:46;s:7:\"tuesday\";i:47;s:9:\"wednesday\";i:48;s:8:\"thursday\";i:49;s:6:\"friday\";i:50;s:8:\"saturday\";i:51;s:3:\"sun\";i:52;s:3:\"mon\";i:53;s:3:\"tue\";i:54;s:3:\"wed\";i:55;s:3:\"thu\";i:56;s:3:\"fri\";i:57;s:3:\"sat\";i:58;s:7:\"january\";i:59;s:8:\"february\";i:60;s:5:\"march\";i:61;s:5:\"april\";i:62;s:8:\"may_long\";i:63;s:4:\"june\";i:64;s:4:\"july\";i:65;s:6:\"august\";i:66;s:9:\"september\";i:67;s:7:\"october\";i:68;s:8:\"november\";i:69;s:8:\"december\";i:70;s:11:\"january-gen\";i:71;s:12:\"february-gen\";i:72;s:9:\"march-gen\";i:73;s:9:\"april-gen\";i:74;s:7:\"may-gen\";i:75;s:8:\"june-gen\";i:76;s:8:\"july-gen\";i:77;s:10:\"august-gen\";i:78;s:13:\"september-gen\";i:79;s:11:\"october-gen\";i:80;s:12:\"november-gen\";i:81;s:12:\"december-gen\";i:82;s:3:\"jan\";i:83;s:3:\"feb\";i:84;s:3:\"mar\";i:85;s:3:\"apr\";i:86;s:3:\"may\";i:87;s:3:\"jun\";i:88;s:3:\"jul\";i:89;s:3:\"aug\";i:90;s:3:\"sep\";i:91;s:3:\"oct\";i:92;s:3:\"nov\";i:93;s:3:\"dec\";i:94;s:14:\"pagecategories\";i:95;s:15:\"category_header\";i:96;s:13:\"subcategories\";i:97;s:21:\"category-media-header\";i:98;s:14:\"category-empty\";i:99;s:17:\"hidden-categories\";i:100;s:24:\"hidden-category-category\";i:101;s:21:\"category-subcat-count\";i:102;s:29:\"category-subcat-count-limited\";i:103;s:22:\"category-article-count\";i:104;s:30:\"category-article-count-limited\";i:105;s:19:\"category-file-count\";i:106;s:27:\"category-file-count-limited\";i:107;s:22:\"listingcontinuesabbrev\";i:108;s:14:\"index-category\";i:109;s:16:\"noindex-category\";i:110;s:20:\"broken-file-category\";i:111;s:5:\"about\";i:112;s:7:\"article\";i:113;s:9:\"newwindow\";i:114;s:6:\"cancel\";i:115;s:13:\"moredotdotdot\";i:116;s:6:\"mypage\";i:117;s:6:\"mytalk\";i:118;s:8:\"anontalk\";i:119;s:10:\"navigation\";i:120;s:3:\"and\";i:121;s:6:\"qbfind\";i:122;s:8:\"qbbrowse\";i:123;s:6:\"qbedit\";i:124;s:13:\"qbpageoptions\";i:125;s:11:\"qbmyoptions\";i:126;s:3:\"faq\";i:127;s:7:\"faqpage\";i:128;s:7:\"actions\";i:129;s:10:\"namespaces\";i:130;s:8:\"variants\";i:131;s:14:\"errorpagetitle\";i:132;s:8:\"returnto\";i:133;s:7:\"tagline\";i:134;s:4:\"help\";i:135;s:6:\"search\";i:136;s:12:\"searchbutton\";i:137;s:2:\"go\";i:138;s:13:\"searcharticle\";i:139;s:7:\"history\";i:140;s:13:\"history_short\";i:141;s:13:\"updatedmarker\";i:142;s:16:\"printableversion\";i:143;s:9:\"permalink\";i:144;s:5:\"print\";i:145;s:4:\"view\";i:146;s:4:\"edit\";i:147;s:6:\"create\";i:148;s:12:\"editthispage\";i:149;s:16:\"create-this-page\";i:150;s:6:\"delete\";i:151;s:14:\"deletethispage\";i:152;s:14:\"undelete_short\";i:153;s:17:\"viewdeleted_short\";i:154;s:7:\"protect\";i:155;s:14:\"protect_change\";i:156;s:15:\"protectthispage\";i:157;s:9:\"unprotect\";i:158;s:17:\"unprotectthispage\";i:159;s:7:\"newpage\";i:160;s:8:\"talkpage\";i:161;s:16:\"talkpagelinktext\";i:162;s:11:\"specialpage\";i:163;s:13:\"personaltools\";i:164;s:11:\"articlepage\";i:165;s:4:\"talk\";i:166;s:5:\"views\";i:167;s:7:\"toolbox\";i:168;s:8:\"userpage\";i:169;s:11:\"projectpage\";i:170;s:9:\"imagepage\";i:171;s:13:\"mediawikipage\";i:172;s:12:\"templatepage\";i:173;s:12:\"viewhelppage\";i:174;s:12:\"categorypage\";i:175;s:12:\"viewtalkpage\";i:176;s:14:\"otherlanguages\";i:177;s:14:\"redirectedfrom\";i:178;s:15:\"redirectpagesub\";i:179;s:14:\"lastmodifiedat\";i:180;s:9:\"viewcount\";i:181;s:13:\"protectedpage\";i:182;s:6:\"jumpto\";i:183;s:16:\"jumptonavigation\";i:184;s:12:\"jumptosearch\";i:185;s:15:\"view-pool-error\";i:186;s:12:\"pool-timeout\";i:187;s:14:\"pool-queuefull\";i:188;s:17:\"pool-errorunknown\";i:189;s:9:\"aboutsite\";i:190;s:9:\"aboutpage\";i:191;s:9:\"copyright\";i:192;s:13:\"copyrightpage\";i:193;s:13:\"currentevents\";i:194;s:17:\"currentevents-url\";i:195;s:11:\"disclaimers\";i:196;s:14:\"disclaimerpage\";i:197;s:8:\"edithelp\";i:198;s:8:\"mainpage\";i:199;s:20:\"mainpage-description\";i:200;s:10:\"policy-url\";i:201;s:6:\"portal\";i:202;s:10:\"portal-url\";i:203;s:7:\"privacy\";i:204;s:11:\"privacypage\";i:205;s:9:\"badaccess\";i:206;s:16:\"badaccess-group0\";i:207;s:16:\"badaccess-groups\";i:208;s:15:\"versionrequired\";i:209;s:19:\"versionrequiredtext\";i:210;s:2:\"ok\";i:211;s:13:\"retrievedfrom\";i:212;s:18:\"youhavenewmessages\";i:213;s:23:\"youhavenewmessagesmulti\";i:214;s:11:\"editsection\";i:215;s:7:\"editold\";i:216;s:13:\"viewsourceold\";i:217;s:8:\"editlink\";i:218;s:14:\"viewsourcelink\";i:219;s:15:\"editsectionhint\";i:220;s:3:\"toc\";i:221;s:7:\"showtoc\";i:222;s:7:\"hidetoc\";i:223;s:20:\"collapsible-collapse\";i:224;s:18:\"collapsible-expand\";i:225;s:13:\"thisisdeleted\";i:226;s:11:\"viewdeleted\";i:227;s:11:\"restorelink\";i:228;s:9:\"feedlinks\";i:229;s:12:\"feed-invalid\";i:230;s:16:\"feed-unavailable\";i:231;s:13:\"site-rss-feed\";i:232;s:14:\"site-atom-feed\";i:233;s:13:\"page-rss-feed\";i:234;s:14:\"page-atom-feed\";i:235;s:14:\"red-link-title\";i:236;s:15:\"sort-descending\";i:237;s:14:\"sort-ascending\";i:238;s:10:\"nstab-main\";i:239;s:10:\"nstab-user\";i:240;s:11:\"nstab-media\";i:241;s:13:\"nstab-special\";i:242;s:13:\"nstab-project\";i:243;s:11:\"nstab-image\";i:244;s:15:\"nstab-mediawiki\";i:245;s:14:\"nstab-template\";i:246;s:10:\"nstab-help\";i:247;s:14:\"nstab-category\";i:248;s:12:\"nosuchaction\";i:249;s:16:\"nosuchactiontext\";i:250;s:17:\"nosuchspecialpage\";i:251;s:17:\"nospecialpagetext\";i:252;s:5:\"error\";i:253;s:13:\"databaseerror\";i:254;s:15:\"laggedslavemode\";i:255;s:8:\"readonly\";i:256;s:15:\"enterlockreason\";i:257;s:12:\"readonlytext\";i:258;s:15:\"missing-article\";i:259;s:18:\"missingarticle-rev\";i:260;s:19:\"missingarticle-diff\";i:261;s:12:\"readonly_lag\";i:262;s:13:\"internalerror\";i:263;s:18:\"internalerror_info\";i:264;s:13:\"filecopyerror\";i:265;s:15:\"filerenameerror\";i:266;s:15:\"filedeleteerror\";i:267;s:20:\"directorycreateerror\";i:268;s:12:\"filenotfound\";i:269;s:10:\"unexpected\";i:270;s:9:\"formerror\";i:271;s:15:\"badarticleerror\";i:272;s:12:\"cannotdelete\";i:273;s:18:\"cannotdelete-title\";i:274;s:19:\"delete-hook-aborted\";i:275;s:8:\"badtitle\";i:276;s:12:\"badtitletext\";i:277;s:10:\"perfcached\";i:278;s:12:\"perfcachedts\";i:279;s:20:\"querypage-no-updates\";i:280;s:10:\"viewsource\";i:281;s:16:\"viewsource-title\";i:282;s:15:\"actionthrottled\";i:283;s:19:\"actionthrottledtext\";i:284;s:17:\"protectedpagetext\";i:285;s:14:\"viewsourcetext\";i:286;s:12:\"viewyourtext\";i:287;s:18:\"protectedinterface\";i:288;s:16:\"editinginterface\";i:289;s:16:\"cascadeprotected\";i:290;s:18:\"namespaceprotected\";i:291;s:18:\"customcssprotected\";i:292;s:17:\"customjsprotected\";i:293;s:19:\"ns-specialprotected\";i:294;s:14:\"titleprotected\";i:295;s:17:\"filereadonlyerror\";i:296;s:27:\"invalidtitle-knownnamespace\";i:297;s:29:\"invalidtitle-unknownnamespace\";i:298;s:17:\"exception-nologin\";i:299;s:22:\"exception-nologin-text\";i:300;s:16:\"virus-badscanner\";i:301;s:16:\"virus-scanfailed\";i:302;s:20:\"virus-unknownscanner\";i:303;s:10:\"logouttext\";i:304;s:8:\"yourname\";i:305;s:12:\"yourpassword\";i:306;s:17:\"yourpasswordagain\";i:307;s:18:\"remembermypassword\";i:308;s:14:\"yourdomainname\";i:309;s:15:\"externaldberror\";i:310;s:5:\"login\";i:311;s:23:\"nav-login-createaccount\";i:312;s:9:\"userlogin\";i:313;s:17:\"userloginnocreate\";i:314;s:6:\"logout\";i:315;s:10:\"userlogout\";i:316;s:11:\"notloggedin\";i:317;s:7:\"nologin\";i:318;s:11:\"nologinlink\";i:319;s:13:\"createaccount\";i:320;s:10:\"gotaccount\";i:321;s:14:\"gotaccountlink\";i:322;s:19:\"userlogin-resetlink\";i:323;s:17:\"createaccountmail\";i:324;s:19:\"createaccountreason\";i:325;s:9:\"badretype\";i:326;s:10:\"userexists\";i:327;s:10:\"loginerror\";i:328;s:18:\"createaccounterror\";i:329;s:12:\"nocookiesnew\";i:330;s:14:\"nocookieslogin\";i:331;s:15:\"nocookiesfornew\";i:332;s:6:\"noname\";i:333;s:17:\"loginsuccesstitle\";i:334;s:12:\"loginsuccess\";i:335;s:10:\"nosuchuser\";i:336;s:15:\"nosuchusershort\";i:337;s:15:\"nouserspecified\";i:338;s:17:\"login-userblocked\";i:339;s:13:\"wrongpassword\";i:340;s:18:\"wrongpasswordempty\";i:341;s:16:\"passwordtooshort\";i:342;s:19:\"password-name-match\";i:343;s:24:\"password-login-forbidden\";i:344;s:14:\"mailmypassword\";i:345;s:21:\"passwordremindertitle\";i:346;s:20:\"passwordremindertext\";i:347;s:7:\"noemail\";i:348;s:13:\"noemailcreate\";i:349;s:12:\"passwordsent\";i:350;s:20:\"blocked-mailpassword\";i:351;s:12:\"eauthentsent\";i:352;s:22:\"throttled-mailpassword\";i:353;s:9:\"mailerror\";i:354;s:26:\"acct_creation_throttle_hit\";i:355;s:18:\"emailauthenticated\";i:356;s:21:\"emailnotauthenticated\";i:357;s:12:\"noemailprefs\";i:358;s:16:\"emailconfirmlink\";i:359;s:19:\"invalidemailaddress\";i:360;s:17:\"cannotchangeemail\";i:361;s:13:\"emaildisabled\";i:362;s:14:\"accountcreated\";i:363;s:18:\"accountcreatedtext\";i:364;s:19:\"createaccount-title\";i:365;s:18:\"createaccount-text\";i:366;s:15:\"login-throttled\";i:367;s:19:\"login-abort-generic\";i:368;s:18:\"loginlanguagelabel\";i:369;s:21:\"suspicious-userlogout\";i:370;s:22:\"php-mail-error-unknown\";i:371;s:17:\"user-mail-no-addy\";i:372;s:18:\"resetpass_announce\";i:373;s:16:\"resetpass_header\";i:374;s:11:\"oldpassword\";i:375;s:11:\"newpassword\";i:376;s:9:\"retypenew\";i:377;s:16:\"resetpass_submit\";i:378;s:22:\"changepassword-success\";i:379;s:19:\"resetpass_forbidden\";i:380;s:17:\"resetpass-no-info\";i:381;s:25:\"resetpass-submit-loggedin\";i:382;s:23:\"resetpass-submit-cancel\";i:383;s:23:\"resetpass-wrong-oldpass\";i:384;s:23:\"resetpass-temp-password\";i:385;s:13:\"passwordreset\";i:386;s:20:\"passwordreset-legend\";i:387;s:22:\"passwordreset-disabled\";i:388;s:22:\"passwordreset-username\";i:389;s:20:\"passwordreset-domain\";i:390;s:21:\"passwordreset-capture\";i:391;s:26:\"passwordreset-capture-help\";i:392;s:19:\"passwordreset-email\";i:393;s:24:\"passwordreset-emailtitle\";i:394;s:26:\"passwordreset-emailtext-ip\";i:395;s:28:\"passwordreset-emailtext-user\";i:396;s:26:\"passwordreset-emailelement\";i:397;s:23:\"passwordreset-emailsent\";i:398;s:31:\"passwordreset-emailsent-capture\";i:399;s:32:\"passwordreset-emailerror-capture\";i:400;s:11:\"changeemail\";i:401;s:16:\"changeemail-text\";i:402;s:19:\"changeemail-no-info\";i:403;s:20:\"changeemail-oldemail\";i:404;s:20:\"changeemail-newemail\";i:405;s:16:\"changeemail-none\";i:406;s:18:\"changeemail-submit\";i:407;s:11:\"bold_sample\";i:408;s:8:\"bold_tip\";i:409;s:13:\"italic_sample\";i:410;s:10:\"italic_tip\";i:411;s:11:\"link_sample\";i:412;s:8:\"link_tip\";i:413;s:14:\"extlink_sample\";i:414;s:11:\"extlink_tip\";i:415;s:15:\"headline_sample\";i:416;s:12:\"headline_tip\";i:417;s:13:\"nowiki_sample\";i:418;s:10:\"nowiki_tip\";i:419;s:9:\"image_tip\";i:420;s:9:\"media_tip\";i:421;s:7:\"sig_tip\";i:422;s:6:\"hr_tip\";i:423;s:7:\"summary\";i:424;s:7:\"subject\";i:425;s:9:\"minoredit\";i:426;s:9:\"watchthis\";i:427;s:11:\"savearticle\";i:428;s:7:\"preview\";i:429;s:11:\"showpreview\";i:430;s:8:\"showdiff\";i:431;s:15:\"anoneditwarning\";i:432;s:18:\"anonpreviewwarning\";i:433;s:14:\"missingsummary\";i:434;s:18:\"missingcommenttext\";i:435;s:20:\"missingcommentheader\";i:436;s:15:\"summary-preview\";i:437;s:15:\"subject-preview\";i:438;s:12:\"blockedtitle\";i:439;s:11:\"blockedtext\";i:440;s:15:\"autoblockedtext\";i:441;s:15:\"blockednoreason\";i:442;s:17:\"whitelistedittext\";i:443;s:15:\"confirmedittext\";i:444;s:18:\"nosuchsectiontitle\";i:445;s:17:\"nosuchsectiontext\";i:446;s:13:\"loginreqtitle\";i:447;s:12:\"loginreqlink\";i:448;s:16:\"loginreqpagetext\";i:449;s:12:\"accmailtitle\";i:450;s:11:\"accmailtext\";i:451;s:10:\"newarticle\";i:452;s:14:\"newarticletext\";i:453;s:16:\"anontalkpagetext\";i:454;s:13:\"noarticletext\";i:455;s:26:\"noarticletext-nopermission\";i:456;s:25:\"userpage-userdoesnotexist\";i:457;s:30:\"userpage-userdoesnotexist-view\";i:458;s:25:\"blocked-notice-logextract\";i:459;s:14:\"clearyourcache\";i:460;s:20:\"usercssyoucanpreview\";i:461;s:19:\"userjsyoucanpreview\";i:462;s:14:\"usercsspreview\";i:463;s:13:\"userjspreview\";i:464;s:14:\"sitecsspreview\";i:465;s:13:\"sitejspreview\";i:466;s:21:\"userinvalidcssjstitle\";i:467;s:7:\"updated\";i:468;s:4:\"note\";i:469;s:11:\"previewnote\";i:470;s:16:\"continue-editing\";i:471;s:15:\"previewconflict\";i:472;s:20:\"session_fail_preview\";i:473;s:25:\"session_fail_preview_html\";i:474;s:21:\"token_suffix_mismatch\";i:475;s:20:\"edit_form_incomplete\";i:476;s:7:\"editing\";i:477;s:8:\"creating\";i:478;s:14:\"editingsection\";i:479;s:14:\"editingcomment\";i:480;s:12:\"editconflict\";i:481;s:15:\"explainconflict\";i:482;s:8:\"yourtext\";i:483;s:13:\"storedversion\";i:484;s:17:\"nonunicodebrowser\";i:485;s:10:\"editingold\";i:486;s:8:\"yourdiff\";i:487;s:16:\"copyrightwarning\";i:488;s:17:\"copyrightwarning2\";i:489;s:13:\"longpageerror\";i:490;s:15:\"readonlywarning\";i:491;s:20:\"protectedpagewarning\";i:492;s:24:\"semiprotectedpagewarning\";i:493;s:23:\"cascadeprotectedwarning\";i:494;s:21:\"titleprotectedwarning\";i:495;s:13:\"templatesused\";i:496;s:20:\"templatesusedpreview\";i:497;s:20:\"templatesusedsection\";i:498;s:18:\"template-protected\";i:499;s:22:\"template-semiprotected\";i:500;s:16:\"hiddencategories\";i:501;s:12:\"nocreatetext\";i:502;s:17:\"nocreate-loggedin\";i:503;s:29:\"sectioneditnotsupported-title\";i:504;s:28:\"sectioneditnotsupported-text\";i:505;s:17:\"permissionserrors\";i:506;s:21:\"permissionserrorstext\";i:507;s:32:\"permissionserrorstext-withaction\";i:508;s:26:\"recreate-moveddeleted-warn\";i:509;s:19:\"moveddeleted-notice\";i:510;s:11:\"log-fulllog\";i:511;s:17:\"edit-hook-aborted\";i:512;s:17:\"edit-gone-missing\";i:513;s:13:\"edit-conflict\";i:514;s:14:\"edit-no-change\";i:515;s:19:\"edit-already-exists\";i:516;s:18:\"defaultmessagetext\";i:517;s:32:\"expensive-parserfunction-warning\";i:518;s:33:\"expensive-parserfunction-category\";i:519;s:38:\"post-expand-template-inclusion-warning\";i:520;s:39:\"post-expand-template-inclusion-category\";i:521;s:37:\"post-expand-template-argument-warning\";i:522;s:38:\"post-expand-template-argument-category\";i:523;s:28:\"parser-template-loop-warning\";i:524;s:39:\"parser-template-recursion-depth-warning\";i:525;s:32:\"language-converter-depth-warning\";i:526;s:28:\"node-count-exceeded-category\";i:527;s:27:\"node-count-exceeded-warning\";i:528;s:33:\"expansion-depth-exceeded-category\";i:529;s:32:\"expansion-depth-exceeded-warning\";i:530;s:27:\"parser-unstrip-loop-warning\";i:531;s:30:\"parser-unstrip-recursion-limit\";i:532;s:12:\"undo-success\";i:533;s:12:\"undo-failure\";i:534;s:10:\"undo-norev\";i:535;s:12:\"undo-summary\";i:536;s:22:\"cantcreateaccounttitle\";i:537;s:22:\"cantcreateaccount-text\";i:538;s:12:\"viewpagelogs\";i:539;s:9:\"nohistory\";i:540;s:10:\"currentrev\";i:541;s:15:\"currentrev-asof\";i:542;s:12:\"revisionasof\";i:543;s:13:\"revision-info\";i:544;s:16:\"previousrevision\";i:545;s:12:\"nextrevision\";i:546;s:19:\"currentrevisionlink\";i:547;s:3:\"cur\";i:548;s:4:\"next\";i:549;s:4:\"last\";i:550;s:10:\"page_first\";i:551;s:9:\"page_last\";i:552;s:10:\"histlegend\";i:553;s:22:\"history-fieldset-title\";i:554;s:20:\"history-show-deleted\";i:555;s:9:\"histfirst\";i:556;s:8:\"histlast\";i:557;s:11:\"historysize\";i:558;s:12:\"historyempty\";i:559;s:18:\"history-feed-title\";i:560;s:24:\"history-feed-description\";i:561;s:27:\"history-feed-item-nocomment\";i:562;s:18:\"history-feed-empty\";i:563;s:19:\"rev-deleted-comment\";i:564;s:16:\"rev-deleted-user\";i:565;s:17:\"rev-deleted-event\";i:566;s:25:\"rev-deleted-user-contribs\";i:567;s:27:\"rev-deleted-text-permission\";i:568;s:23:\"rev-deleted-text-unhide\";i:569;s:26:\"rev-suppressed-text-unhide\";i:570;s:21:\"rev-deleted-text-view\";i:571;s:24:\"rev-suppressed-text-view\";i:572;s:19:\"rev-deleted-no-diff\";i:573;s:22:\"rev-suppressed-no-diff\";i:574;s:23:\"rev-deleted-unhide-diff\";i:575;s:26:\"rev-suppressed-unhide-diff\";i:576;s:21:\"rev-deleted-diff-view\";i:577;s:24:\"rev-suppressed-diff-view\";i:578;s:12:\"rev-delundel\";i:579;s:15:\"rev-showdeleted\";i:580;s:14:\"revisiondelete\";i:581;s:23:\"revdelete-nooldid-title\";i:582;s:22:\"revdelete-nooldid-text\";i:583;s:17:\"revdelete-no-file\";i:584;s:27:\"revdelete-show-file-confirm\";i:585;s:26:\"revdelete-show-file-submit\";i:586;s:18:\"logdelete-selected\";i:587;s:17:\"revdelete-confirm\";i:588;s:23:\"revdelete-suppress-text\";i:589;s:16:\"revdelete-legend\";i:590;s:19:\"revdelete-hide-text\";i:591;s:20:\"revdelete-hide-image\";i:592;s:19:\"revdelete-hide-name\";i:593;s:22:\"revdelete-hide-comment\";i:594;s:19:\"revdelete-hide-user\";i:595;s:25:\"revdelete-hide-restricted\";i:596;s:20:\"revdelete-radio-same\";i:597;s:19:\"revdelete-radio-set\";i:598;s:21:\"revdelete-radio-unset\";i:599;s:18:\"revdelete-suppress\";i:600;s:20:\"revdelete-unsuppress\";i:601;s:13:\"revdelete-log\";i:602;s:16:\"revdelete-submit\";i:603;s:17:\"revdelete-success\";i:604;s:17:\"revdelete-failure\";i:605;s:17:\"logdelete-success\";i:606;s:17:\"logdelete-failure\";i:607;s:14:\"revdel-restore\";i:608;s:8:\"pagehist\";i:609;s:11:\"deletedhist\";i:610;s:22:\"revdelete-hide-current\";i:611;s:24:\"revdelete-show-no-access\";i:612;s:26:\"revdelete-modify-no-access\";i:613;s:24:\"revdelete-modify-missing\";i:614;s:19:\"revdelete-no-change\";i:615;s:27:\"revdelete-concurrent-change\";i:616;s:25:\"revdelete-only-restricted\";i:617;s:25:\"revdelete-reason-dropdown\";i:618;s:21:\"revdelete-otherreason\";i:619;s:25:\"revdelete-reasonotherlist\";i:620;s:25:\"revdelete-edit-reasonlist\";i:621;s:18:\"revdelete-offender\";i:622;s:14:\"suppressionlog\";i:623;s:18:\"suppressionlogtext\";i:624;s:12:\"mergehistory\";i:625;s:19:\"mergehistory-header\";i:626;s:16:\"mergehistory-box\";i:627;s:17:\"mergehistory-from\";i:628;s:17:\"mergehistory-into\";i:629;s:17:\"mergehistory-list\";i:630;s:18:\"mergehistory-merge\";i:631;s:15:\"mergehistory-go\";i:632;s:19:\"mergehistory-submit\";i:633;s:18:\"mergehistory-empty\";i:634;s:20:\"mergehistory-success\";i:635;s:17:\"mergehistory-fail\";i:636;s:22:\"mergehistory-no-source\";i:637;s:27:\"mergehistory-no-destination\";i:638;s:27:\"mergehistory-invalid-source\";i:639;s:32:\"mergehistory-invalid-destination\";i:640;s:24:\"mergehistory-autocomment\";i:641;s:20:\"mergehistory-comment\";i:642;s:29:\"mergehistory-same-destination\";i:643;s:19:\"mergehistory-reason\";i:644;s:8:\"mergelog\";i:645;s:11:\"revertmerge\";i:646;s:16:\"mergelogpagetext\";i:647;s:13:\"history-title\";i:648;s:16:\"difference-title\";i:649;s:26:\"difference-title-multipage\";i:650;s:20:\"difference-multipage\";i:651;s:6:\"lineno\";i:652;s:23:\"compareselectedversions\";i:653;s:24:\"showhideselectedversions\";i:654;s:8:\"editundo\";i:655;s:20:\"diff-multi-manyusers\";i:656;s:13:\"searchresults\";i:657;s:19:\"searchresults-title\";i:658;s:5:\"prevn\";i:659;s:5:\"nextn\";i:660;s:11:\"prevn-title\";i:661;s:11:\"nextn-title\";i:662;s:11:\"shown-title\";i:663;s:12:\"viewprevnext\";i:664;s:17:\"searchmenu-exists\";i:665;s:14:\"searchmenu-new\";i:666;s:22:\"searchprofile-articles\";i:667;s:20:\"searchprofile-images\";i:668;s:24:\"searchprofile-everything\";i:669;s:22:\"searchprofile-advanced\";i:670;s:30:\"searchprofile-articles-tooltip\";i:671;s:28:\"searchprofile-images-tooltip\";i:672;s:32:\"searchprofile-everything-tooltip\";i:673;s:30:\"searchprofile-advanced-tooltip\";i:674;s:18:\"search-result-size\";i:675;s:27:\"search-result-category-size\";i:676;s:15:\"search-redirect\";i:677;s:14:\"search-section\";i:678;s:14:\"search-suggest\";i:679;s:13:\"searchrelated\";i:680;s:9:\"searchall\";i:681;s:16:\"search-nonefound\";i:682;s:13:\"mypreferences\";i:683;s:9:\"youremail\";i:684;s:12:\"yourrealname\";i:685;s:16:\"prefs-help-email\";i:686;s:23:\"prefs-help-email-others\";i:687;s:14:\"newuserlogpage\";i:688;s:11:\"action-edit\";i:689;s:8:\"nchanges\";i:690;s:13:\"recentchanges\";i:691;s:20:\"recentchanges-legend\";i:692;s:21:\"recentchanges-summary\";i:693;s:30:\"recentchanges-feed-description\";i:694;s:27:\"recentchanges-label-newpage\";i:695;s:25:\"recentchanges-label-minor\";i:696;s:23:\"recentchanges-label-bot\";i:697;s:31:\"recentchanges-label-unpatrolled\";i:698;s:10:\"rcnotefrom\";i:699;s:10:\"rclistfrom\";i:700;s:15:\"rcshowhideminor\";i:701;s:14:\"rcshowhidebots\";i:702;s:13:\"rcshowhideliu\";i:703;s:15:\"rcshowhideanons\";i:704;s:14:\"rcshowhidepatr\";i:705;s:14:\"rcshowhidemine\";i:706;s:7:\"rclinks\";i:707;s:4:\"diff\";i:708;s:4:\"hist\";i:709;s:4:\"hide\";i:710;s:4:\"show\";i:711;s:15:\"minoreditletter\";i:712;s:13:\"newpageletter\";i:713;s:13:\"boteditletter\";i:714;s:18:\"rc-enhanced-expand\";i:715;s:16:\"rc-enhanced-hide\";i:716;s:19:\"recentchangeslinked\";i:717;s:27:\"recentchangeslinked-toolbox\";i:718;s:25:\"recentchangeslinked-title\";i:719;s:27:\"recentchangeslinked-summary\";i:720;s:24:\"recentchangeslinked-page\";i:721;s:22:\"recentchangeslinked-to\";i:722;s:6:\"upload\";i:723;s:13:\"uploadlogpage\";i:724;s:8:\"filedesc\";i:725;s:7:\"license\";i:726;s:14:\"license-header\";i:727;s:16:\"file-anchor-link\";i:728;s:8:\"filehist\";i:729;s:13:\"filehist-help\";i:730;s:15:\"filehist-revert\";i:731;s:16:\"filehist-current\";i:732;s:17:\"filehist-datetime\";i:733;s:14:\"filehist-thumb\";i:734;s:18:\"filehist-thumbtext\";i:735;s:13:\"filehist-user\";i:736;s:19:\"filehist-dimensions\";i:737;s:16:\"filehist-comment\";i:738;s:10:\"imagelinks\";i:739;s:12:\"linkstoimage\";i:740;s:14:\"nolinkstoimage\";i:741;s:22:\"sharedupload-desc-here\";i:742;s:10:\"randompage\";i:743;s:10:\"statistics\";i:744;s:6:\"nbytes\";i:745;s:8:\"nmembers\";i:746;s:11:\"prefixindex\";i:747;s:11:\"usercreated\";i:748;s:8:\"newpages\";i:749;s:4:\"move\";i:750;s:13:\"pager-newer-n\";i:751;s:13:\"pager-older-n\";i:752;s:11:\"booksources\";i:753;s:25:\"booksources-search-legend\";i:754;s:3:\"log\";i:755;s:8:\"allpages\";i:756;s:11:\"allarticles\";i:757;s:14:\"allpagessubmit\";i:758;s:10:\"categories\";i:759;s:15:\"linksearch-line\";i:760;s:23:\"listgrouprights-members\";i:761;s:9:\"emailuser\";i:762;s:9:\"watchlist\";i:763;s:11:\"mywatchlist\";i:764;s:13:\"watchlistfor2\";i:765;s:5:\"watch\";i:766;s:7:\"unwatch\";i:767;s:17:\"watchlist-details\";i:768;s:10:\"wlshowlast\";i:769;s:17:\"watchlist-options\";i:770;s:14:\"actioncomplete\";i:771;s:12:\"actionfailed\";i:772;s:10:\"dellogpage\";i:773;s:12:\"rollbacklink\";i:774;s:14:\"protectlogpage\";i:775;s:16:\"protectedarticle\";i:776;s:12:\"undeletelink\";i:777;s:16:\"undeleteviewlink\";i:778;s:9:\"namespace\";i:779;s:6:\"invert\";i:780;s:14:\"blanknamespace\";i:781;s:13:\"contributions\";i:782;s:19:\"contributions-title\";i:783;s:9:\"mycontris\";i:784;s:11:\"contribsub2\";i:785;s:5:\"uctop\";i:786;s:5:\"month\";i:787;s:4:\"year\";i:788;s:24:\"sp-contributions-newbies\";i:789;s:25:\"sp-contributions-blocklog\";i:790;s:24:\"sp-contributions-uploads\";i:791;s:21:\"sp-contributions-logs\";i:792;s:21:\"sp-contributions-talk\";i:793;s:23:\"sp-contributions-search\";i:794;s:25:\"sp-contributions-username\";i:795;s:24:\"sp-contributions-toponly\";i:796;s:23:\"sp-contributions-submit\";i:797;s:13:\"whatlinkshere\";i:798;s:19:\"whatlinkshere-title\";i:799;s:18:\"whatlinkshere-page\";i:800;s:9:\"linkshere\";i:801;s:11:\"nolinkshere\";i:802;s:10:\"isredirect\";i:803;s:10:\"istemplate\";i:804;s:7:\"isimage\";i:805;s:18:\"whatlinkshere-prev\";i:806;s:18:\"whatlinkshere-next\";i:807;s:19:\"whatlinkshere-links\";i:808;s:24:\"whatlinkshere-hideredirs\";i:809;s:23:\"whatlinkshere-hidetrans\";i:810;s:23:\"whatlinkshere-hidelinks\";i:811;s:24:\"whatlinkshere-hideimages\";i:812;s:21:\"whatlinkshere-filters\";i:813;s:10:\"ipboptions\";i:814;s:11:\"ipblocklist\";i:815;s:9:\"blocklink\";i:816;s:11:\"unblocklink\";i:817;s:16:\"change-blocklink\";i:818;s:12:\"contribslink\";i:819;s:12:\"blocklogpage\";i:820;s:13:\"blocklogentry\";i:821;s:24:\"block-log-flags-nocreate\";i:822;s:11:\"movelogpage\";i:823;s:10:\"revertmove\";i:824;s:6:\"export\";i:825;s:15:\"allmessagesname\";i:826;s:18:\"allmessagesdefault\";i:827;s:14:\"thumbnail-more\";i:828;s:15:\"thumbnail_error\";i:829;s:19:\"tooltip-pt-userpage\";i:830;s:17:\"tooltip-pt-mytalk\";i:831;s:22:\"tooltip-pt-preferences\";i:832;s:20:\"tooltip-pt-watchlist\";i:833;s:20:\"tooltip-pt-mycontris\";i:834;s:16:\"tooltip-pt-login\";i:835;s:17:\"tooltip-pt-logout\";i:836;s:15:\"tooltip-ca-talk\";i:837;s:15:\"tooltip-ca-edit\";i:838;s:21:\"tooltip-ca-addsection\";i:839;s:21:\"tooltip-ca-viewsource\";i:840;s:18:\"tooltip-ca-history\";i:841;s:18:\"tooltip-ca-protect\";i:842;s:17:\"tooltip-ca-delete\";i:843;s:15:\"tooltip-ca-move\";i:844;s:16:\"tooltip-ca-watch\";i:845;s:18:\"tooltip-ca-unwatch\";i:846;s:14:\"tooltip-search\";i:847;s:17:\"tooltip-search-go\";i:848;s:23:\"tooltip-search-fulltext\";i:849;s:14:\"tooltip-p-logo\";i:850;s:18:\"tooltip-n-mainpage\";i:851;s:30:\"tooltip-n-mainpage-description\";i:852;s:16:\"tooltip-n-portal\";i:853;s:23:\"tooltip-n-currentevents\";i:854;s:23:\"tooltip-n-recentchanges\";i:855;s:20:\"tooltip-n-randompage\";i:856;s:14:\"tooltip-n-help\";i:857;s:23:\"tooltip-t-whatlinkshere\";i:858;s:29:\"tooltip-t-recentchangeslinked\";i:859;s:17:\"tooltip-feed-atom\";i:860;s:23:\"tooltip-t-contributions\";i:861;s:19:\"tooltip-t-emailuser\";i:862;s:16:\"tooltip-t-upload\";i:863;s:22:\"tooltip-t-specialpages\";i:864;s:15:\"tooltip-t-print\";i:865;s:19:\"tooltip-t-permalink\";i:866;s:21:\"tooltip-ca-nstab-main\";i:867;s:21:\"tooltip-ca-nstab-user\";i:868;s:24:\"tooltip-ca-nstab-special\";i:869;s:24:\"tooltip-ca-nstab-project\";i:870;s:22:\"tooltip-ca-nstab-image\";i:871;s:25:\"tooltip-ca-nstab-template\";i:872;s:25:\"tooltip-ca-nstab-category\";i:873;s:17:\"tooltip-minoredit\";i:874;s:12:\"tooltip-save\";i:875;s:15:\"tooltip-preview\";i:876;s:12:\"tooltip-diff\";i:877;s:31:\"tooltip-compareselectedversions\";i:878;s:13:\"tooltip-watch\";i:879;s:16:\"tooltip-rollback\";i:880;s:12:\"tooltip-undo\";i:881;s:15:\"tooltip-summary\";i:882;s:12:\"previousdiff\";i:883;s:8:\"nextdiff\";i:884;s:14:\"file-info-size\";i:885;s:12:\"file-nohires\";i:886;s:13:\"svg-long-desc\";i:887;s:14:\"show-big-image\";i:888;s:14:\"bad_image_list\";i:889;s:8:\"metadata\";i:890;s:13:\"metadata-help\";i:891;s:15:\"metadata-fields\";i:892;s:13:\"namespacesall\";i:893;s:9:\"monthsall\";i:894;s:27:\"watchlistedit-clear-explain\";i:895;s:26:\"watchlistedit-clear-titles\";i:896;s:22:\"watchlistedit-too-many\";i:897;s:19:\"watchlisttools-view\";i:898;s:19:\"watchlisttools-edit\";i:899;s:18:\"watchlisttools-raw\";i:900;s:21:\"duplicate-defaultsort\";i:901;s:12:\"specialpages\";i:902;s:24:\"external_image_whitelist\";i:903;s:10:\"tag-filter\";i:904;s:24:\"vector-action-addsection\";i:905;s:20:\"vector-action-delete\";i:906;s:18:\"vector-action-move\";i:907;s:21:\"vector-action-protect\";i:908;s:22:\"vector-action-undelete\";i:909;s:23:\"vector-action-unprotect\";i:910;s:18:\"vector-view-create\";i:911;s:16:\"vector-view-edit\";i:912;s:19:\"vector-view-history\";i:913;s:16:\"vector-view-view\";i:914;s:22:\"vector-view-viewsource\";i:915;s:19:\"vector-more-actions\";i:916;s:27:\"mobile-frontend-editor-edit\";i:917;s:27:\"mobile-frontend-home-button\";i:918;s:31:\"mobile-frontend-main-menu-login\";i:919;s:32:\"mobile-frontend-main-menu-nearby\";i:920;s:34:\"mobile-frontend-main-menu-settings\";i:921;s:27:\"mobile-frontend-placeholder\";i:922;s:29:\"mobile-frontend-random-button\";i:923;s:20:\"mobile-frontend-view\";i:924;s:15:\"tag-mobile_edit\";i:925;s:17:\"skin-view-history\";i:926;s:14:\"skin-view-view\";i:927;s:17:\"skin-view-foreign\";i:928;s:14:\"skin-view-edit\";i:929;s:10:\"redirectto\";i:930;s:14:\"mainpage-nstab\";i:931;s:17:\"laggedreplicamode\";i:932;s:25:\"userlogin-yourpassword-ph\";i:933;s:26:\"createacct-yourpassword-ph\";i:934;s:31:\"createacct-yourpasswordagain-ph\";i:935;s:24:\"createacct-emailoptional\";i:936;s:19:\"createacct-email-ph\";i:937;s:17:\"createacct-submit\";i:938;s:26:\"createacct-benefit-heading\";i:939;s:24:\"createacct-benefit-body1\";i:940;s:24:\"createacct-benefit-body3\";i:941;s:8:\"pt-login\";i:942;s:16:\"pt-createaccount\";i:943;s:13:\"pt-userlogout\";i:944;s:18:\"changeemail-header\";i:945;s:22:\"userinvalidconfigtitle\";i:946;s:21:\"unstrip-depth-warning\";i:947;s:17:\"mergehistory-done\";i:948;s:22:\"skin-action-addsection\";i:949;s:11:\"action-move\";i:950;s:13:\"action-delete\";i:951;s:15:\"action-undelete\";i:952;s:18:\"enhancedrc-history\";i:953;s:28:\"recentchanges-legend-newpage\";i:954;s:20:\"rcshowhideminor-hide\";i:955;s:19:\"rcshowhidebots-show\";i:956;s:18:\"rcshowhideliu-hide\";i:957;s:20:\"rcshowhideanons-hide\";i:958;s:19:\"rcshowhidemine-hide\";i:959;s:18:\"rc-change-size-new\";i:960;s:22:\"upload-disallowed-here\";i:961;s:20:\"brokenredirects-edit\";i:962;s:16:\"restriction-edit\";i:963;s:23:\"skin-action-viewdeleted\";i:964;s:23:\"tool-link-contributions\";i:965;s:12:\"anoncontribs\";i:966;s:24:\"tooltip-pt-createaccount\";i:967;s:9:\"signature\";i:968;s:9:\"tags-edit\";i:969;s:24:\"logentry-newusers-create\";i:970;s:20:\"searchsuggest-search\";i:971;s:14:\"nstab-mainpage\";i:972;s:20:\"skin-action-undelete\";i:973;s:18:\"skin-action-delete\";i:974;s:16:\"skin-action-move\";i:975;s:7:\"sidebar\";i:976;s:22:\"tog-hidecategorization\";i:977;s:16:\"tog-watchuploads\";i:978;s:17:\"tog-watchrollback\";i:979;s:32:\"tog-watchlistreloadautomatically\";i:980;s:25:\"tog-watchlistunwatchlinks\";i:981;s:31:\"tog-watchlisthidecategorization\";i:982;s:18:\"tog-useeditwarning\";i:983;s:16:\"tog-prefershttps\";i:984;s:28:\"tog-showrollbackconfirmation\";i:985;s:16:\"tog-requireemail\";i:986;s:9:\"period-am\";i:987;s:9:\"period-pm\";i:988;s:18:\"pagecategorieslink\";i:989;s:25:\"categoryviewer-pagedlinks\";i:990;s:24:\"category-header-numerals\";i:991;s:13:\"morenotlisted\";i:992;s:9:\"sitetitle\";i:993;s:12:\"sitesubtitle\";i:994;s:18:\"navigation-heading\";i:995;s:14:\"help-mediawiki\";i:996;s:23:\"search-ignored-headings\";i:997;s:13:\"history_small\";i:998;s:35:\"printableversion-deprecated-warning\";i:999;s:10:\"edit-local\";i:1000;s:16:\"skin-view-create\";i:1001;s:12:\"create-local\";i:1002;s:21:\"skin-action-unprotect\";i:1003;s:10:\"addsection\";i:1004;s:8:\"cactions\";i:1005;s:20:\"tool-link-userrights\";i:1006;s:29:\"tool-link-userrights-readonly\";i:1007;s:19:\"tool-link-emailuser\";i:1008;s:14:\"talkpageheader\";i:1009;s:18:\"generic-pool-error\";i:1010;s:16:\"pool-servererror\";i:1011;s:23:\"poolcounter-usage-error\";i:1012;s:22:\"view-pool-dirty-output\";i:1013;s:20:\"view-pool-contention\";i:1014;s:17:\"view-pool-timeout\";i:1015;s:12:\"edithelppage\";i:1016;s:8:\"helppage\";i:1017;s:20:\"helppage-top-gethelp\";i:1018;s:14:\"mainpage-title\";i:1019;s:23:\"mainpage-title-loggedin\";i:1020;s:9:\"pagetitle\";i:1021;s:23:\"pagetitle-view-mainpage\";i:1022;s:16:\"backlinksubtitle\";i:1023;s:27:\"youhavenewmessagesfromusers\";i:1024;s:27:\"youhavenewmessagesmanyusers\";i:1025;s:21:\"newmessageslinkplural\";i:1026;s:25:\"newmessagesdifflinkplural\";i:1027;s:19:\"confirmable-confirm\";i:1028;s:15:\"confirmable-yes\";i:1029;s:14:\"confirmable-no\";i:1030;s:9:\"feed-atom\";i:1031;s:8:\"feed-rss\";i:1032;s:10:\"sitenotice\";i:1033;s:10:\"anonnotice\";i:1034;s:28:\"newsectionheaderdefaultlevel\";i:1035;s:12:\"sort-initial\";i:1036;s:18:\"sort-rowspan-error\";i:1037;s:10:\"nstab-talk\";i:1038;s:18:\"databaseerror-text\";i:1039;s:20:\"databaseerror-textcl\";i:1040;s:19:\"databaseerror-query\";i:1041;s:22:\"databaseerror-function\";i:1042;s:19:\"databaseerror-error\";i:1043;s:35:\"transaction-duration-limit-exceeded\";i:1044;s:39:\"transaction-max-statement-time-exceeded\";i:1045;s:26:\"nonwrite-api-promise-error\";i:1046;s:12:\"timeouterror\";i:1047;s:17:\"timeouterror-text\";i:1048;s:29:\"internalerror-fatal-exception\";i:1049;s:22:\"directoryreadonlyerror\";i:1050;s:16:\"delete-scheduled\";i:1051;s:16:\"no-null-revision\";i:1052;s:13:\"title-invalid\";i:1053;s:19:\"title-invalid-empty\";i:1054;s:18:\"title-invalid-utf8\";i:1055;s:23:\"title-invalid-interwiki\";i:1056;s:28:\"title-invalid-talk-namespace\";i:1057;s:24:\"title-invalid-characters\";i:1058;s:22:\"title-invalid-relative\";i:1059;s:25:\"title-invalid-magic-tilde\";i:1060;s:22:\"title-invalid-too-long\";i:1061;s:27:\"title-invalid-leading-colon\";i:1062;s:28:\"querypage-updates-periodical\";i:1063;s:22:\"skin-action-viewsource\";i:1064;s:18:\"translateinterface\";i:1065;s:19:\"customjsonprotected\";i:1066;s:16:\"sitecssprotected\";i:1067;s:17:\"sitejsonprotected\";i:1068;s:15:\"sitejsprotected\";i:1069;s:20:\"siterawhtmlprotected\";i:1070;s:20:\"mycustomcssprotected\";i:1071;s:21:\"mycustomjsonprotected\";i:1072;s:19:\"mycustomjsprotected\";i:1073;s:22:\"myprivateinfoprotected\";i:1074;s:22:\"mypreferencesprotected\";i:1075;s:12:\"invalidtitle\";i:1076;s:29:\"exception-nologin-text-manual\";i:1077;s:18:\"logging-out-notify\";i:1078;s:13:\"logout-failed\";i:1079;s:21:\"cannotlogoutnow-title\";i:1080;s:20:\"cannotlogoutnow-text\";i:1081;s:11:\"welcomeuser\";i:1082;s:19:\"welcomecreation-msg\";i:1083;s:18:\"userlogin-yourname\";i:1084;s:21:\"userlogin-yourname-ph\";i:1085;s:30:\"createacct-another-username-ph\";i:1086;s:23:\"createacct-helpusername\";i:1087;s:24:\"createacct-username-help\";i:1088;s:23:\"prefs-help-yourpassword\";i:1089;s:22:\"userlogin-yourpassword\";i:1090;s:24:\"createacct-useuniquepass\";i:1091;s:28:\"createacct-yourpasswordagain\";i:1092;s:28:\"userlogin-remembermypassword\";i:1093;s:24:\"userlogin-signwithsecure\";i:1094;s:17:\"cannotlogin-title\";i:1095;s:16:\"cannotlogin-text\";i:1096;s:20:\"cannotloginnow-title\";i:1097;s:19:\"cannotloginnow-text\";i:1098;s:25:\"cannotcreateaccount-title\";i:1099;s:24:\"cannotcreateaccount-text\";i:1100;s:25:\"password-change-forbidden\";i:1101;s:14:\"login-security\";i:1102;s:11:\"loginprompt\";i:1103;s:18:\"userlogout-summary\";i:1104;s:19:\"userlogin-noaccount\";i:1105;s:21:\"userlogin-joinproject\";i:1106;s:28:\"userlogin-resetpassword-link\";i:1107;s:13:\"helplogin-url\";i:1108;s:19:\"userlogin-helplink2\";i:1109;s:18:\"userlogin-loggedin\";i:1110;s:16:\"userlogin-reauth\";i:1111;s:23:\"userlogin-createanother\";i:1112;s:24:\"createacct-emailrequired\";i:1113;s:27:\"createacct-another-email-ph\";i:1114;s:22:\"createaccountmail-help\";i:1115;s:19:\"createacct-realname\";i:1116;s:17:\"createacct-reason\";i:1117;s:20:\"createacct-reason-ph\";i:1118;s:22:\"createacct-reason-help\";i:1119;s:25:\"createacct-reason-confirm\";i:1120;s:26:\"createacct-imgcaptcha-help\";i:1121;s:25:\"createacct-another-submit\";i:1122;s:26:\"createacct-continue-submit\";i:1123;s:34:\"createacct-another-continue-submit\";i:1124;s:24:\"createacct-benefit-icon1\";i:1125;s:24:\"createacct-benefit-head1\";i:1126;s:24:\"createacct-benefit-icon2\";i:1127;s:24:\"createacct-benefit-head2\";i:1128;s:24:\"createacct-benefit-body2\";i:1129;s:24:\"createacct-benefit-icon3\";i:1130;s:24:\"createacct-benefit-head3\";i:1131;s:18:\"usernameinprogress\";i:1132;s:24:\"createacct-normalization\";i:1133;s:16:\"createacct-error\";i:1134;s:17:\"nocookiesforlogin\";i:1135;s:21:\"createacct-loginerror\";i:1136;s:23:\"createacct-temp-warning\";i:1137;s:15:\"passwordtoolong\";i:1138;s:20:\"passwordincommonlist\";i:1139;s:33:\"password-substring-username-match\";i:1140;s:11:\"signupstart\";i:1141;s:9:\"signupend\";i:1142;s:15:\"signupend-https\";i:1143;s:11:\"emailsender\";i:1144;s:22:\"login-migrated-generic\";i:1145;s:18:\"loginlanguagelinks\";i:1146;s:31:\"createacct-another-realname-tip\";i:1147;s:15:\"pt-login-button\";i:1148;s:24:\"pt-login-continue-button\";i:1149;s:15:\"pear-mail-error\";i:1150;s:14:\"php-mail-error\";i:1151;s:17:\"user-mail-no-body\";i:1152;s:14:\"changepassword\";i:1153;s:22:\"changepassword-summary\";i:1154;s:14:\"resetpass_text\";i:1155;s:24:\"changepassword-throttled\";i:1156;s:12:\"botpasswords\";i:1157;s:20:\"botpasswords-summary\";i:1158;s:21:\"botpasswords-disabled\";i:1159;s:26:\"botpasswords-no-central-id\";i:1160;s:21:\"botpasswords-existing\";i:1161;s:22:\"botpasswords-createnew\";i:1162;s:25:\"botpasswords-editexisting\";i:1163;s:29:\"botpasswords-label-needsreset\";i:1164;s:24:\"botpasswords-label-appid\";i:1165;s:25:\"botpasswords-label-create\";i:1166;s:25:\"botpasswords-label-update\";i:1167;s:25:\"botpasswords-label-cancel\";i:1168;s:25:\"botpasswords-label-delete\";i:1169;s:32:\"botpasswords-label-resetpassword\";i:1170;s:25:\"botpasswords-label-grants\";i:1171;s:24:\"botpasswords-help-grants\";i:1172;s:32:\"botpasswords-label-grants-column\";i:1173;s:22:\"botpasswords-bad-appid\";i:1174;s:33:\"botpasswords-toolong-restrictions\";i:1175;s:27:\"botpasswords-toolong-grants\";i:1176;s:26:\"botpasswords-insert-failed\";i:1177;s:26:\"botpasswords-update-failed\";i:1178;s:26:\"botpasswords-created-title\";i:1179;s:25:\"botpasswords-created-body\";i:1180;s:26:\"botpasswords-updated-title\";i:1181;s:25:\"botpasswords-updated-body\";i:1182;s:26:\"botpasswords-deleted-title\";i:1183;s:25:\"botpasswords-deleted-body\";i:1184;s:24:\"botpasswords-newpassword\";i:1185;s:24:\"botpasswords-no-provider\";i:1186;s:31:\"botpasswords-restriction-failed\";i:1187;s:25:\"botpasswords-invalid-name\";i:1188;s:22:\"botpasswords-not-exist\";i:1189;s:24:\"botpasswords-needs-reset\";i:1190;s:19:\"botpasswords-locked\";i:1191;s:26:\"resetpass_forbidden-reason\";i:1192;s:18:\"resetpass-recycled\";i:1193;s:22:\"resetpass-temp-emailed\";i:1194;s:23:\"resetpass-abort-generic\";i:1195;s:17:\"resetpass-expired\";i:1196;s:22:\"resetpass-expired-soft\";i:1197;s:18:\"resetpass-validity\";i:1198;s:23:\"resetpass-validity-soft\";i:1199;s:22:\"passwordreset-text-one\";i:1200;s:23:\"passwordreset-text-many\";i:1201;s:27:\"passwordreset-emaildisabled\";i:1202;s:21:\"passwordreset-success\";i:1203;s:37:\"passwordreset-success-details-generic\";i:1204;s:26:\"passwordreset-success-info\";i:1205;s:37:\"passwordreset-emailtext-require-email\";i:1206;s:22:\"passwordreset-nocaller\";i:1207;s:26:\"passwordreset-nosuchcaller\";i:1208;s:21:\"passwordreset-ignored\";i:1209;s:20:\"passwordreset-nodata\";i:1210;s:19:\"changeemail-summary\";i:1211;s:25:\"changeemail-newemail-help\";i:1212;s:20:\"changeemail-password\";i:1213;s:21:\"changeemail-throttled\";i:1214;s:20:\"changeemail-nochange\";i:1215;s:21:\"changeemail-maxlength\";i:1216;s:11:\"resettokens\";i:1217;s:19:\"resettokens-summary\";i:1218;s:16:\"resettokens-text\";i:1219;s:21:\"resettokens-no-tokens\";i:1220;s:18:\"resettokens-tokens\";i:1221;s:23:\"resettokens-token-label\";i:1222;s:27:\"resettokens-watchlist-token\";i:1223;s:16:\"resettokens-done\";i:1224;s:23:\"resettokens-resetbutton\";i:1225;s:8:\"sig-text\";i:1226;s:11:\"savechanges\";i:1227;s:11:\"publishpage\";i:1228;s:14:\"publishchanges\";i:1229;s:17:\"savearticle-start\";i:1230;s:17:\"savechanges-start\";i:1231;s:17:\"publishpage-start\";i:1232;s:20:\"publishchanges-start\";i:1233;s:12:\"blankarticle\";i:1234;s:23:\"autocreate-edit-warning\";i:1235;s:26:\"autocreate-preview-warning\";i:1236;s:12:\"selfredirect\";i:1237;s:16:\"previewerrortext\";i:1238;s:19:\"blockedtext-partial\";i:1239;s:17:\"systemblockedtext\";i:1240;s:21:\"blockedtext-composite\";i:1241;s:25:\"blockedtext-composite-ids\";i:1242;s:28:\"blockedtext-composite-no-ids\";i:1243;s:28:\"blockedtext-composite-reason\";i:1244;s:18:\"newarticletextanon\";i:1245;s:12:\"talkpagetext\";i:1246;s:17:\"noarticletextanon\";i:1247;s:27:\"missing-revision-permission\";i:1248;s:16:\"missing-revision\";i:1249;s:24:\"missing-revision-content\";i:1250;s:21:\"userjsonyoucanpreview\";i:1251;s:15:\"userjsonpreview\";i:1252;s:15:\"sitejsonpreview\";i:1253;s:24:\"edit-textarea-aria-label\";i:1254;s:17:\"editnotice-notext\";i:1255;s:20:\"unicode-support-fail\";i:1256;s:23:\"editpage-head-copy-warn\";i:1257;s:20:\"editpage-tos-summary\";i:1258;s:32:\"editpage-cannot-use-custom-model\";i:1259;s:13:\"longpage-hint\";i:1260;s:9:\"edittools\";i:1261;s:16:\"edittools-upload\";i:1262;s:27:\"modeleditnotsupported-title\";i:1263;s:26:\"modeleditnotsupported-text\";i:1264;s:21:\"contentmodelediterror\";i:1265;s:26:\"moveddeleted-notice-recent\";i:1266;s:21:\"edit-slots-cannot-add\";i:1267;s:24:\"edit-slots-cannot-remove\";i:1268;s:18:\"edit-slots-missing\";i:1269;s:29:\"postedit-confirmation-created\";i:1270;s:30:\"postedit-confirmation-restored\";i:1271;s:27:\"postedit-confirmation-saved\";i:1272;s:31:\"postedit-confirmation-published\";i:1273;s:27:\"postedit-temp-created-label\";i:1274;s:21:\"postedit-temp-created\";i:1275;s:18:\"addsection-preload\";i:1276;s:20:\"addsection-editintro\";i:1277;s:23:\"content-failed-to-parse\";i:1278;s:20:\"invalid-content-data\";i:1279;s:17:\"invalid-json-data\";i:1280;s:24:\"content-not-allowed-here\";i:1281;s:20:\"confirmleave-warning\";i:1282;s:34:\"editpage-invalidcontentmodel-title\";i:1283;s:33:\"editpage-invalidcontentmodel-text\";i:1284;s:40:\"editpage-notsupportedcontentformat-title\";i:1285;s:39:\"editpage-notsupportedcontentformat-text\";i:1286;s:14:\"slot-name-main\";i:1287;s:22:\"content-model-wikitext\";i:1288;s:18:\"content-model-text\";i:1289;s:24:\"content-model-javascript\";i:1290;s:17:\"content-model-css\";i:1291;s:18:\"content-model-json\";i:1292;s:25:\"content-json-empty-object\";i:1293;s:24:\"content-json-empty-array\";i:1294;s:25:\"unsupported-content-model\";i:1295;s:24:\"unsupported-content-diff\";i:1296;s:25:\"unsupported-content-diff2\";i:1297;s:22:\"duplicate-args-warning\";i:1298;s:23:\"duplicate-args-category\";i:1299;s:28:\"duplicate-args-category-desc\";i:1300;s:24:\"template-equals-category\";i:1301;s:29:\"template-equals-category-desc\";i:1302;s:23:\"template-equals-warning\";i:1303;s:22:\"template-loop-category\";i:1304;s:27:\"template-loop-category-desc\";i:1305;s:21:\"template-loop-warning\";i:1306;s:33:\"node-count-exceeded-category-desc\";i:1307;s:38:\"expansion-depth-exceeded-category-desc\";i:1308;s:22:\"unstrip-depth-category\";i:1309;s:27:\"unstrip-depth-category-desc\";i:1310;s:20:\"unstrip-size-warning\";i:1311;s:21:\"unstrip-size-category\";i:1312;s:26:\"unstrip-size-category-desc\";i:1313;s:27:\"converter-manual-rule-error\";i:1314;s:19:\"undo-main-slot-only\";i:1315;s:13:\"undo-nochange\";i:1316;s:17:\"undo-summary-anon\";i:1317;s:19:\"undo-summary-import\";i:1318;s:20:\"undo-summary-import2\";i:1319;s:28:\"undo-summary-username-hidden\";i:1320;s:26:\"createaccount-hook-aborted\";i:1321;s:22:\"viewpagelogs-lowercase\";i:1322;s:21:\"revision-info-current\";i:1323;s:12:\"revision-nav\";i:1324;s:11:\"tooltip-cur\";i:1325;s:12:\"tooltip-last\";i:1326;s:17:\"history_copyright\";i:1327;s:17:\"history-edit-tags\";i:1328;s:13:\"history-empty\";i:1329;s:19:\"rev-suppressed-text\";i:1330;s:30:\"rev-suppressed-text-permission\";i:1331;s:23:\"revdelete-selected-text\";i:1332;s:23:\"revdelete-selected-file\";i:1333;s:19:\"revdelete-text-text\";i:1334;s:19:\"revdelete-text-file\";i:1335;s:14:\"logdelete-text\";i:1336;s:21:\"revdelete-text-others\";i:1337;s:34:\"revdelete-reason-dropdown-suppress\";i:1338;s:34:\"revdelete-edit-reasonlist-suppress\";i:1339;s:31:\"mergehistory-fail-bad-timestamp\";i:1340;s:32:\"mergehistory-fail-invalid-source\";i:1341;s:30:\"mergehistory-fail-invalid-dest\";i:1342;s:27:\"mergehistory-fail-no-change\";i:1343;s:28:\"mergehistory-fail-permission\";i:1344;s:28:\"mergehistory-fail-self-merge\";i:1345;s:36:\"mergehistory-fail-timestamps-overlap\";i:1346;s:24:\"mergehistory-fail-toobig\";i:1347;s:41:\"mergehistory-warning-redirect-not-created\";i:1348;s:34:\"mergehistory-source-deleted-reason\";i:1349;s:27:\"mergehistory-source-deleted\";i:1350;s:24:\"mergehistory-revisionrow\";i:1351;s:26:\"mergehistory-redirect-text\";i:1352;s:18:\"pagemerge-logentry\";i:1353;s:10:\"diff-empty\";i:1354;s:19:\"diff-multi-sameuser\";i:1355;s:21:\"diff-multi-otherusers\";i:1356;s:26:\"diff-paragraph-moved-tonew\";i:1357;s:26:\"diff-paragraph-moved-toold\";i:1358;s:27:\"difference-missing-revision\";i:1359;s:14:\"search-summary\";i:1360;s:26:\"search-filter-title-prefix\";i:1361;s:32:\"search-filter-title-prefix-reset\";i:1362;s:12:\"titlematches\";i:1363;s:11:\"textmatches\";i:1364;s:13:\"notextmatches\";i:1365;s:9:\"prev-page\";i:1366;s:9:\"next-page\";i:1367;s:23:\"searchmenu-new-nocreate\";i:1368;s:15:\"search-category\";i:1369;s:17:\"search-file-match\";i:1370;s:16:\"search-rewritten\";i:1371;s:31:\"search-interwiki-resultset-link\";i:1372;s:23:\"search-interwiki-custom\";i:1373;s:21:\"search-interwiki-more\";i:1374;s:29:\"search-interwiki-more-results\";i:1375;s:21:\"search-relatedarticle\";i:1376;s:25:\"search-invalid-sort-order\";i:1377;s:22:\"search-unknown-profile\";i:1378;s:14:\"showingresults\";i:1379;s:21:\"showingresultsinrange\";i:1380;s:21:\"search-showingresults\";i:1381;s:25:\"search-nonefound-thiswiki\";i:1382;s:18:\"powersearch-legend\";i:1383;s:14:\"powersearch-ns\";i:1384;s:23:\"powersearch-togglelabel\";i:1385;s:21:\"powersearch-toggleall\";i:1386;s:22:\"powersearch-togglenone\";i:1387;s:20:\"powersearch-remember\";i:1388;s:15:\"search-external\";i:1389;s:14:\"searchdisabled\";i:1390;s:12:\"googlesearch\";i:1391;s:12:\"search-error\";i:1392;s:14:\"search-warning\";i:1393;s:15:\"opensearch-desc\";i:1394;s:11:\"preferences\";i:1395;s:19:\"preferences-summary\";i:1396;s:11:\"prefs-edits\";i:1397;s:17:\"prefsnologintext2\";i:1398;s:10:\"prefs-skin\";i:1399;s:16:\"prefs-skin-prefs\";i:1400;s:21:\"prefs-skin-responsive\";i:1401;s:26:\"prefs-help-skin-responsive\";i:1402;s:12:\"skin-preview\";i:1403;s:11:\"datedefault\";i:1404;s:10:\"prefs-labs\";i:1405;s:16:\"prefs-user-pages\";i:1406;s:14:\"prefs-personal\";i:1407;s:8:\"prefs-rc\";i:1408;s:15:\"prefs-watchlist\";i:1409;s:19:\"prefs-editwatchlist\";i:1410;s:25:\"prefs-editwatchlist-label\";i:1411;s:24:\"prefs-editwatchlist-edit\";i:1412;s:23:\"prefs-editwatchlist-raw\";i:1413;s:25:\"prefs-editwatchlist-clear\";i:1414;s:20:\"prefs-watchlist-days\";i:1415;s:24:\"prefs-watchlist-days-max\";i:1416;s:21:\"prefs-watchlist-edits\";i:1417;s:25:\"prefs-watchlist-edits-max\";i:1418;s:21:\"prefs-watchlist-token\";i:1419;s:28:\"prefs-watchlist-managetokens\";i:1420;s:10:\"prefs-misc\";i:1421;s:15:\"prefs-resetpass\";i:1422;s:17:\"prefs-changeemail\";i:1423;s:14:\"prefs-setemail\";i:1424;s:11:\"prefs-email\";i:1425;s:15:\"prefs-rendering\";i:1426;s:16:\"prefs-searchmisc\";i:1427;s:9:\"saveprefs\";i:1428;s:12:\"restoreprefs\";i:1429;s:13:\"prefs-editing\";i:1430;s:17:\"searchresultshead\";i:1431;s:17:\"recentchangesdays\";i:1432;s:21:\"recentchangesdays-max\";i:1433;s:18:\"recentchangescount\";i:1434;s:29:\"prefs-help-recentchangescount\";i:1435;s:27:\"prefs-help-watchlist-token2\";i:1436;s:26:\"prefs-help-tokenmanagement\";i:1437;s:29:\"prefs-user-downloaddata-label\";i:1438;s:28:\"prefs-user-downloaddata-info\";i:1439;s:36:\"prefs-user-downloaddata-help-message\";i:1440;s:29:\"prefs-user-restoreprefs-label\";i:1441;s:28:\"prefs-user-restoreprefs-info\";i:1442;s:10:\"savedprefs\";i:1443;s:11:\"savedrights\";i:1444;s:14:\"timezonelegend\";i:1445;s:9:\"localtime\";i:1446;s:24:\"timezoneuseserverdefault\";i:1447;s:17:\"timezoneuseoffset\";i:1448;s:30:\"timezone-useoffset-placeholder\";i:1449;s:10:\"servertime\";i:1450;s:13:\"guesstimezone\";i:1451;s:21:\"timezoneregion-africa\";i:1452;s:22:\"timezoneregion-america\";i:1453;s:25:\"timezoneregion-antarctica\";i:1454;s:21:\"timezoneregion-arctic\";i:1455;s:19:\"timezoneregion-asia\";i:1456;s:23:\"timezoneregion-atlantic\";i:1457;s:24:\"timezoneregion-australia\";i:1458;s:21:\"timezoneregion-europe\";i:1459;s:21:\"timezoneregion-indian\";i:1460;s:22:\"timezoneregion-pacific\";i:1461;s:10:\"allowemail\";i:1462;s:27:\"email-allow-new-users-label\";i:1463;s:20:\"email-mutelist-label\";i:1464;s:19:\"prefs-searchoptions\";i:1465;s:16:\"prefs-namespaces\";i:1466;s:7:\"default\";i:1467;s:11:\"prefs-files\";i:1468;s:16:\"prefs-custom-css\";i:1469;s:17:\"prefs-custom-json\";i:1470;s:15:\"prefs-custom-js\";i:1471;s:19:\"prefs-common-config\";i:1472;s:17:\"prefs-reset-intro\";i:1473;s:19:\"prefs-reset-confirm\";i:1474;s:24:\"prefs-emailconfirm-label\";i:1475;s:8:\"username\";i:1476;s:20:\"prefs-memberingroups\";i:1477;s:25:\"prefs-memberingroups-type\";i:1478;s:33:\"group-membership-link-with-expiry\";i:1479;s:18:\"prefs-registration\";i:1480;s:28:\"prefs-registration-date-time\";i:1481;s:12:\"yourlanguage\";i:1482;s:11:\"yourvariant\";i:1483;s:18:\"prefs-help-variant\";i:1484;s:8:\"yournick\";i:1485;s:20:\"prefs-help-signature\";i:1486;s:6:\"badsig\";i:1487;s:10:\"badsightml\";i:1488;s:11:\"badsiglinks\";i:1489;s:11:\"badsigsubst\";i:1490;s:12:\"badsiglength\";i:1491;s:15:\"badsiglinebreak\";i:1492;s:29:\"linterror-bogus-image-options\";i:1493;s:29:\"linterror-deletable-table-tag\";i:1494;s:26:\"linterror-html5-misnesting\";i:1495;s:38:\"linterror-misc-tidy-replacement-issues\";i:1496;s:23:\"linterror-misnested-tag\";i:1497;s:25:\"linterror-missing-end-tag\";i:1498;s:28:\"linterror-multi-colon-escape\";i:1499;s:38:\"linterror-multiline-html-table-in-list\";i:1500;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1501;s:22:\"linterror-obsolete-tag\";i:1502;s:30:\"linterror-pwrap-bug-workaround\";i:1503;s:25:\"linterror-self-closed-tag\";i:1504;s:22:\"linterror-stripped-tag\";i:1505;s:23:\"linterror-tidy-font-bug\";i:1506;s:29:\"linterror-tidy-whitespace-bug\";i:1507;s:36:\"linterror-unclosed-quotes-in-heading\";i:1508;s:10:\"yourgender\";i:1509;s:14:\"gender-unknown\";i:1510;s:15:\"gender-notknown\";i:1511;s:11:\"gender-male\";i:1512;s:13:\"gender-female\";i:1513;s:17:\"prefs-help-gender\";i:1514;s:5:\"email\";i:1515;s:19:\"prefs-help-realname\";i:1516;s:25:\"prefs-help-email-required\";i:1517;s:23:\"prefs-help-requireemail\";i:1518;s:10:\"prefs-info\";i:1519;s:10:\"prefs-i18n\";i:1520;s:15:\"prefs-signature\";i:1521;s:31:\"prefs-signature-invalid-warning\";i:1522;s:27:\"prefs-signature-invalid-new\";i:1523;s:32:\"prefs-signature-invalid-disallow\";i:1524;s:31:\"prefs-signature-highlight-error\";i:1525;s:29:\"prefs-signature-error-details\";i:1526;s:16:\"prefs-dateformat\";i:1527;s:16:\"prefs-timeoffset\";i:1528;s:21:\"prefs-advancedediting\";i:1529;s:20:\"prefs-developertools\";i:1530;s:12:\"prefs-editor\";i:1531;s:16:\"prefs-discussion\";i:1532;s:13:\"prefs-preview\";i:1533;s:16:\"prefs-advancedrc\";i:1534;s:23:\"prefs-advancedrendering\";i:1535;s:27:\"prefs-advancedsearchoptions\";i:1536;s:23:\"prefs-advancedwatchlist\";i:1537;s:15:\"prefs-displayrc\";i:1538;s:22:\"prefs-displaywatchlist\";i:1539;s:15:\"prefs-changesrc\";i:1540;s:22:\"prefs-changeswatchlist\";i:1541;s:20:\"prefs-pageswatchlist\";i:1542;s:20:\"prefs-tokenwatchlist\";i:1543;s:11:\"prefs-diffs\";i:1544;s:23:\"prefs-help-prefershttps\";i:1545;s:26:\"prefs-tabs-navigation-hint\";i:1546;s:10:\"userrights\";i:1547;s:18:\"userrights-summary\";i:1548;s:22:\"userrights-lookup-user\";i:1549;s:24:\"userrights-user-editname\";i:1550;s:13:\"editusergroup\";i:1551;s:11:\"editinguser\";i:1552;s:17:\"viewinguserrights\";i:1553;s:24:\"userrights-editusergroup\";i:1554;s:24:\"userrights-viewusergroup\";i:1555;s:14:\"saveusergroups\";i:1556;s:23:\"userrights-groupsmember\";i:1557;s:28:\"userrights-groupsmember-auto\";i:1558;s:28:\"userrights-groupsmember-type\";i:1559;s:21:\"userrights-systemuser\";i:1560;s:22:\"userrights-groups-help\";i:1561;s:17:\"userrights-reason\";i:1562;s:23:\"userrights-no-interwiki\";i:1563;s:21:\"userrights-nodatabase\";i:1564;s:25:\"userrights-changeable-col\";i:1565;s:27:\"userrights-unchangeable-col\";i:1566;s:30:\"userrights-irreversible-marker\";i:1567;s:35:\"userrights-no-shorten-expiry-marker\";i:1568;s:25:\"userrights-expiry-current\";i:1569;s:22:\"userrights-expiry-none\";i:1570;s:17:\"userrights-expiry\";i:1571;s:26:\"userrights-expiry-existing\";i:1572;s:27:\"userrights-expiry-othertime\";i:1573;s:25:\"userrights-expiry-options\";i:1574;s:25:\"userrights-invalid-expiry\";i:1575;s:25:\"userrights-expiry-in-past\";i:1576;s:32:\"userrights-cannot-shorten-expiry\";i:1577;s:19:\"userrights-conflict\";i:1578;s:5:\"group\";i:1579;s:10:\"group-user\";i:1580;s:11:\"group-named\";i:1581;s:19:\"group-autoconfirmed\";i:1582;s:9:\"group-bot\";i:1583;s:11:\"group-sysop\";i:1584;s:21:\"group-interface-admin\";i:1585;s:16:\"group-bureaucrat\";i:1586;s:14:\"group-suppress\";i:1587;s:9:\"group-all\";i:1588;s:17:\"group-user-member\";i:1589;s:26:\"group-autoconfirmed-member\";i:1590;s:16:\"group-bot-member\";i:1591;s:18:\"group-sysop-member\";i:1592;s:28:\"group-interface-admin-member\";i:1593;s:23:\"group-bureaucrat-member\";i:1594;s:21:\"group-suppress-member\";i:1595;s:14:\"grouppage-user\";i:1596;s:15:\"grouppage-named\";i:1597;s:23:\"grouppage-autoconfirmed\";i:1598;s:13:\"grouppage-bot\";i:1599;s:15:\"grouppage-sysop\";i:1600;s:25:\"grouppage-interface-admin\";i:1601;s:20:\"grouppage-bureaucrat\";i:1602;s:18:\"grouppage-suppress\";i:1603;s:10:\"right-read\";i:1604;s:10:\"right-edit\";i:1605;s:16:\"right-createpage\";i:1606;s:16:\"right-createtalk\";i:1607;s:19:\"right-createaccount\";i:1608;s:23:\"right-autocreateaccount\";i:1609;s:15:\"right-minoredit\";i:1610;s:10:\"right-move\";i:1611;s:19:\"right-move-subpages\";i:1612;s:24:\"right-move-rootuserpages\";i:1613;s:24:\"right-move-categorypages\";i:1614;s:14:\"right-movefile\";i:1615;s:22:\"right-suppressredirect\";i:1616;s:12:\"right-upload\";i:1617;s:14:\"right-reupload\";i:1618;s:18:\"right-reupload-own\";i:1619;s:21:\"right-reupload-shared\";i:1620;s:19:\"right-upload_by_url\";i:1621;s:11:\"right-purge\";i:1622;s:19:\"right-autoconfirmed\";i:1623;s:9:\"right-bot\";i:1624;s:20:\"right-nominornewtalk\";i:1625;s:19:\"right-apihighlimits\";i:1626;s:14:\"right-writeapi\";i:1627;s:12:\"right-delete\";i:1628;s:21:\"right-delete-redirect\";i:1629;s:15:\"right-bigdelete\";i:1630;s:20:\"right-deletelogentry\";i:1631;s:20:\"right-deleterevision\";i:1632;s:20:\"right-deletedhistory\";i:1633;s:17:\"right-deletedtext\";i:1634;s:19:\"right-browsearchive\";i:1635;s:14:\"right-undelete\";i:1636;s:22:\"right-suppressrevision\";i:1637;s:20:\"right-viewsuppressed\";i:1638;s:20:\"right-suppressionlog\";i:1639;s:11:\"right-block\";i:1640;s:16:\"right-blockemail\";i:1641;s:14:\"right-hideuser\";i:1642;s:20:\"right-ipblock-exempt\";i:1643;s:17:\"right-unblockself\";i:1644;s:13:\"right-protect\";i:1645;s:19:\"right-editprotected\";i:1646;s:23:\"right-editsemiprotected\";i:1647;s:22:\"right-editcontentmodel\";i:1648;s:19:\"right-editinterface\";i:1649;s:17:\"right-editusercss\";i:1650;s:18:\"right-edituserjson\";i:1651;s:16:\"right-edituserjs\";i:1652;s:17:\"right-editsitecss\";i:1653;s:18:\"right-editsitejson\";i:1654;s:16:\"right-editsitejs\";i:1655;s:19:\"right-editmyusercss\";i:1656;s:20:\"right-editmyuserjson\";i:1657;s:18:\"right-editmyuserjs\";i:1658;s:26:\"right-editmyuserjsredirect\";i:1659;s:21:\"right-viewmywatchlist\";i:1660;s:21:\"right-editmywatchlist\";i:1661;s:23:\"right-viewmyprivateinfo\";i:1662;s:23:\"right-editmyprivateinfo\";i:1663;s:19:\"right-editmyoptions\";i:1664;s:14:\"right-rollback\";i:1665;s:18:\"right-markbotedits\";i:1666;s:17:\"right-noratelimit\";i:1667;s:12:\"right-import\";i:1668;s:18:\"right-importupload\";i:1669;s:12:\"right-patrol\";i:1670;s:16:\"right-autopatrol\";i:1671;s:17:\"right-patrolmarks\";i:1672;s:20:\"right-unwatchedpages\";i:1673;s:18:\"right-mergehistory\";i:1674;s:16:\"right-userrights\";i:1675;s:26:\"right-userrights-interwiki\";i:1676;s:15:\"right-siteadmin\";i:1677;s:27:\"right-override-export-depth\";i:1678;s:15:\"right-sendemail\";i:1679;s:22:\"right-managechangetags\";i:1680;s:21:\"right-applychangetags\";i:1681;s:16:\"right-changetags\";i:1682;s:22:\"right-deletechangetags\";i:1683;s:13:\"grant-generic\";i:1684;s:28:\"grant-group-page-interaction\";i:1685;s:28:\"grant-group-file-interaction\";i:1686;s:33:\"grant-group-watchlist-interaction\";i:1687;s:17:\"grant-group-email\";i:1688;s:23:\"grant-group-high-volume\";i:1689;s:25:\"grant-group-customization\";i:1690;s:26:\"grant-group-administration\";i:1691;s:31:\"grant-group-private-information\";i:1692;s:17:\"grant-group-other\";i:1693;s:16:\"grant-blockusers\";i:1694;s:19:\"grant-createaccount\";i:1695;s:24:\"grant-createeditmovepage\";i:1696;s:12:\"grant-delete\";i:1697;s:19:\"grant-editinterface\";i:1698;s:17:\"grant-editmycssjs\";i:1699;s:19:\"grant-editmyoptions\";i:1700;s:21:\"grant-editmywatchlist\";i:1701;s:20:\"grant-editsiteconfig\";i:1702;s:14:\"grant-editpage\";i:1703;s:19:\"grant-editprotected\";i:1704;s:16:\"grant-highvolume\";i:1705;s:12:\"grant-import\";i:1706;s:18:\"grant-mergehistory\";i:1707;s:15:\"grant-oversight\";i:1708;s:12:\"grant-patrol\";i:1709;s:17:\"grant-privateinfo\";i:1710;s:13:\"grant-protect\";i:1711;s:14:\"grant-rollback\";i:1712;s:15:\"grant-sendemail\";i:1713;s:24:\"grant-uploadeditmovefile\";i:1714;s:16:\"grant-uploadfile\";i:1715;s:11:\"grant-basic\";i:1716;s:17:\"grant-viewdeleted\";i:1717;s:21:\"grant-viewmywatchlist\";i:1718;s:24:\"grant-viewrestrictedlogs\";i:1719;s:18:\"newuserlogpagetext\";i:1720;s:9:\"rightslog\";i:1721;s:13:\"rightslogtext\";i:1722;s:11:\"action-read\";i:1723;s:17:\"action-createpage\";i:1724;s:17:\"action-createtalk\";i:1725;s:20:\"action-createaccount\";i:1726;s:24:\"action-autocreateaccount\";i:1727;s:14:\"action-history\";i:1728;s:16:\"action-minoredit\";i:1729;s:20:\"action-move-subpages\";i:1730;s:25:\"action-move-rootuserpages\";i:1731;s:25:\"action-move-categorypages\";i:1732;s:15:\"action-movefile\";i:1733;s:13:\"action-upload\";i:1734;s:15:\"action-reupload\";i:1735;s:22:\"action-reupload-shared\";i:1736;s:20:\"action-upload_by_url\";i:1737;s:15:\"action-writeapi\";i:1738;s:22:\"action-delete-redirect\";i:1739;s:21:\"action-deleterevision\";i:1740;s:21:\"action-deletelogentry\";i:1741;s:21:\"action-deletedhistory\";i:1742;s:18:\"action-deletedtext\";i:1743;s:20:\"action-browsearchive\";i:1744;s:23:\"action-suppressrevision\";i:1745;s:21:\"action-suppressionlog\";i:1746;s:12:\"action-block\";i:1747;s:14:\"action-protect\";i:1748;s:15:\"action-rollback\";i:1749;s:13:\"action-import\";i:1750;s:19:\"action-importupload\";i:1751;s:13:\"action-patrol\";i:1752;s:17:\"action-autopatrol\";i:1753;s:21:\"action-unwatchedpages\";i:1754;s:19:\"action-mergehistory\";i:1755;s:17:\"action-userrights\";i:1756;s:27:\"action-userrights-interwiki\";i:1757;s:16:\"action-siteadmin\";i:1758;s:16:\"action-sendemail\";i:1759;s:20:\"action-editmyoptions\";i:1760;s:22:\"action-editmywatchlist\";i:1761;s:22:\"action-viewmywatchlist\";i:1762;s:24:\"action-viewmyprivateinfo\";i:1763;s:24:\"action-editmyprivateinfo\";i:1764;s:23:\"action-editcontentmodel\";i:1765;s:23:\"action-managechangetags\";i:1766;s:22:\"action-applychangetags\";i:1767;s:17:\"action-changetags\";i:1768;s:23:\"action-deletechangetags\";i:1769;s:12:\"action-purge\";i:1770;s:20:\"action-apihighlimits\";i:1771;s:20:\"action-autoconfirmed\";i:1772;s:16:\"action-bigdelete\";i:1773;s:17:\"action-blockemail\";i:1774;s:10:\"action-bot\";i:1775;s:20:\"action-editprotected\";i:1776;s:24:\"action-editsemiprotected\";i:1777;s:20:\"action-editinterface\";i:1778;s:18:\"action-editusercss\";i:1779;s:19:\"action-edituserjson\";i:1780;s:17:\"action-edituserjs\";i:1781;s:18:\"action-editsitecss\";i:1782;s:19:\"action-editsitejson\";i:1783;s:17:\"action-editsitejs\";i:1784;s:20:\"action-editmyusercss\";i:1785;s:21:\"action-editmyuserjson\";i:1786;s:19:\"action-editmyuserjs\";i:1787;s:27:\"action-editmyuserjsredirect\";i:1788;s:21:\"action-viewsuppressed\";i:1789;s:15:\"action-hideuser\";i:1790;s:21:\"action-ipblock-exempt\";i:1791;s:18:\"action-unblockself\";i:1792;s:18:\"action-noratelimit\";i:1793;s:19:\"action-reupload-own\";i:1794;s:21:\"action-nominornewtalk\";i:1795;s:19:\"action-markbotedits\";i:1796;s:18:\"action-patrolmarks\";i:1797;s:28:\"action-override-export-depth\";i:1798;s:23:\"action-suppressredirect\";i:1799;s:6:\"ntimes\";i:1800;s:27:\"enhancedrc-since-last-visit\";i:1801;s:17:\"recentchanges-url\";i:1802;s:17:\"recentchangestext\";i:1803;s:22:\"recentchanges-noresult\";i:1804;s:21:\"recentchanges-timeout\";i:1805;s:21:\"recentchanges-network\";i:1806;s:26:\"recentchanges-notargetpage\";i:1807;s:29:\"recentchanges-label-plusminus\";i:1808;s:28:\"recentchanges-legend-heading\";i:1809;s:26:\"recentchanges-legend-minor\";i:1810;s:24:\"recentchanges-legend-bot\";i:1811;s:32:\"recentchanges-legend-unpatrolled\";i:1812;s:30:\"recentchanges-legend-plusminus\";i:1813;s:36:\"recentchanges-legend-watchlistexpiry\";i:1814;s:20:\"recentchanges-submit\";i:1815;s:20:\"rcfilters-tag-remove\";i:1816;s:24:\"rcfilters-legend-heading\";i:1817;s:28:\"rcfilters-other-review-tools\";i:1818;s:31:\"rcfilters-group-results-by-page\";i:1819;s:23:\"rcfilters-activefilters\";i:1820;s:28:\"rcfilters-activefilters-hide\";i:1821;s:28:\"rcfilters-activefilters-show\";i:1822;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1823;s:36:\"rcfilters-activefilters-show-tooltip\";i:1824;s:25:\"rcfilters-advancedfilters\";i:1825;s:21:\"rcfilters-limit-title\";i:1826;s:30:\"rcfilters-limit-and-date-label\";i:1827;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1828;s:26:\"rcfilters-date-popup-title\";i:1829;s:20:\"rcfilters-days-title\";i:1830;s:21:\"rcfilters-hours-title\";i:1831;s:24:\"rcfilters-days-show-days\";i:1832;s:25:\"rcfilters-days-show-hours\";i:1833;s:34:\"rcfilters-highlighted-filters-list\";i:1834;s:22:\"rcfilters-quickfilters\";i:1835;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1836;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1837;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1838;s:29:\"rcfilters-savedqueries-rename\";i:1839;s:33:\"rcfilters-savedqueries-setdefault\";i:1840;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1841;s:29:\"rcfilters-savedqueries-remove\";i:1842;s:37:\"rcfilters-savedqueries-new-name-label\";i:1843;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1844;s:34:\"rcfilters-savedqueries-apply-label\";i:1845;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1846;s:35:\"rcfilters-savedqueries-cancel-label\";i:1847;s:36:\"rcfilters-savedqueries-add-new-title\";i:1848;s:36:\"rcfilters-savedqueries-already-saved\";i:1849;s:33:\"rcfilters-restore-default-filters\";i:1850;s:27:\"rcfilters-clear-all-filters\";i:1851;s:26:\"rcfilters-show-new-changes\";i:1852;s:28:\"rcfilters-search-placeholder\";i:1853;s:35:\"rcfilters-search-placeholder-mobile\";i:1854;s:24:\"rcfilters-invalid-filter\";i:1855;s:22:\"rcfilters-empty-filter\";i:1856;s:26:\"rcfilters-filterlist-title\";i:1857;s:30:\"rcfilters-filterlist-whatsthis\";i:1858;s:31:\"rcfilters-highlightbutton-title\";i:1859;s:29:\"rcfilters-highlightmenu-title\";i:1860;s:28:\"rcfilters-highlightmenu-help\";i:1861;s:30:\"rcfilters-filterlist-noresults\";i:1862;s:28:\"rcfilters-noresults-conflict\";i:1863;s:30:\"rcfilters-state-message-subset\";i:1864;s:36:\"rcfilters-state-message-fullcoverage\";i:1865;s:32:\"rcfilters-filtergroup-authorship\";i:1866;s:34:\"rcfilters-filter-editsbyself-label\";i:1867;s:40:\"rcfilters-filter-editsbyself-description\";i:1868;s:35:\"rcfilters-filter-editsbyother-label\";i:1869;s:41:\"rcfilters-filter-editsbyother-description\";i:1870;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1871;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1872;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1873;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1874;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1875;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1876;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1877;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1878;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1879;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1880;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1881;s:31:\"rcfilters-filtergroup-automated\";i:1882;s:27:\"rcfilters-filter-bots-label\";i:1883;s:33:\"rcfilters-filter-bots-description\";i:1884;s:29:\"rcfilters-filter-humans-label\";i:1885;s:35:\"rcfilters-filter-humans-description\";i:1886;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1887;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1888;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1889;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1890;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1891;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1892;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1893;s:34:\"rcfilters-filtergroup-significance\";i:1894;s:28:\"rcfilters-filter-minor-label\";i:1895;s:34:\"rcfilters-filter-minor-description\";i:1896;s:28:\"rcfilters-filter-major-label\";i:1897;s:34:\"rcfilters-filter-major-description\";i:1898;s:31:\"rcfilters-filtergroup-watchlist\";i:1899;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1900;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1901;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1902;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1903;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1904;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1905;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1906;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1907;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1908;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1909;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1910;s:32:\"rcfilters-filtergroup-changetype\";i:1911;s:32:\"rcfilters-filter-pageedits-label\";i:1912;s:38:\"rcfilters-filter-pageedits-description\";i:1913;s:31:\"rcfilters-filter-newpages-label\";i:1914;s:37:\"rcfilters-filter-newpages-description\";i:1915;s:37:\"rcfilters-filter-categorization-label\";i:1916;s:43:\"rcfilters-filter-categorization-description\";i:1917;s:33:\"rcfilters-filter-logactions-label\";i:1918;s:39:\"rcfilters-filter-logactions-description\";i:1919;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1920;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1921;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1922;s:34:\"rcfilters-filtergroup-lastrevision\";i:1923;s:35:\"rcfilters-filter-lastrevision-label\";i:1924;s:41:\"rcfilters-filter-lastrevision-description\";i:1925;s:39:\"rcfilters-filter-previousrevision-label\";i:1926;s:45:\"rcfilters-filter-previousrevision-description\";i:1927;s:25:\"rcfilters-filter-excluded\";i:1928;s:30:\"rcfilters-tag-prefix-namespace\";i:1929;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1930;s:25:\"rcfilters-tag-prefix-tags\";i:1931;s:28:\"rcfilters-exclude-button-off\";i:1932;s:27:\"rcfilters-exclude-button-on\";i:1933;s:19:\"rcfilters-view-tags\";i:1934;s:33:\"rcfilters-view-namespaces-tooltip\";i:1935;s:27:\"rcfilters-view-tags-tooltip\";i:1936;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1937;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1938;s:28:\"rcfilters-liveupdates-button\";i:1939;s:37:\"rcfilters-liveupdates-button-title-on\";i:1940;s:38:\"rcfilters-liveupdates-button-title-off\";i:1941;s:35:\"rcfilters-watchlist-markseen-button\";i:1942;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1943;s:31:\"rcfilters-watchlist-showupdated\";i:1944;s:26:\"rcfilters-preference-label\";i:1945;s:25:\"rcfilters-preference-help\";i:1946;s:36:\"rcfilters-watchlist-preference-label\";i:1947;s:35:\"rcfilters-watchlist-preference-help\";i:1948;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1949;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1950;s:35:\"rcfilters-filter-showlinkedto-label\";i:1951;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1952;s:33:\"rcfilters-target-page-placeholder\";i:1953;s:27:\"rcfilters-allcontents-label\";i:1954;s:30:\"rcfilters-alldiscussions-label\";i:1955;s:15:\"rclistfromreset\";i:1956;s:20:\"rcshowhideminor-show\";i:1957;s:19:\"rcshowhidebots-hide\";i:1958;s:18:\"rcshowhideliu-show\";i:1959;s:20:\"rcshowhideanons-show\";i:1960;s:19:\"rcshowhidepatr-show\";i:1961;s:19:\"rcshowhidepatr-hide\";i:1962;s:19:\"rcshowhidemine-show\";i:1963;s:24:\"rcshowhidecategorization\";i:1964;s:29:\"rcshowhidecategorization-show\";i:1965;s:29:\"rcshowhidecategorization-hide\";i:1966;s:17:\"unpatrolledletter\";i:1967;s:43:\"number-of-watching-users-for-recent-changes\";i:1968;s:14:\"rc-change-size\";i:1969;s:17:\"newsectionsummary\";i:1970;s:12:\"rc-old-title\";i:1971;s:24:\"recentchangeslinked-feed\";i:1972;s:36:\"recentchanges-page-added-to-category\";i:1973;s:44:\"recentchanges-page-added-to-category-bundled\";i:1974;s:40:\"recentchanges-page-removed-from-category\";i:1975;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1976;s:19:\"autochange-username\";i:1977;s:9:\"uploadbtn\";i:1978;s:12:\"reuploaddesc\";i:1979;s:15:\"upload-tryagain\";i:1980;s:23:\"upload-tryagain-nostash\";i:1981;s:13:\"uploadnologin\";i:1982;s:17:\"uploadnologintext\";i:1983;s:24:\"upload_directory_missing\";i:1984;s:26:\"upload_directory_read_only\";i:1985;s:11:\"uploaderror\";i:1986;s:14:\"upload-summary\";i:1987;s:23:\"upload-recreate-warning\";i:1988;s:10:\"uploadtext\";i:1989;s:16:\"upload-permitted\";i:1990;s:16:\"upload-preferred\";i:1991;s:17:\"upload-prohibited\";i:1992;s:12:\"uploadfooter\";i:1993;s:26:\"upload-default-description\";i:1994;s:17:\"uploadlogpagetext\";i:1995;s:8:\"filename\";i:1996;s:17:\"fileuploadsummary\";i:1997;s:19:\"filereuploadsummary\";i:1998;s:10:\"filestatus\";i:1999;s:10:\"filesource\";i:2000;s:13:\"ignorewarning\";i:2001;s:14:\"ignorewarnings\";i:2002;s:10:\"minlength1\";i:2003;s:15:\"illegalfilename\";i:2004;s:16:\"filename-toolong\";i:2005;s:11:\"badfilename\";i:2006;s:22:\"filetype-mime-mismatch\";i:2007;s:16:\"filetype-badmime\";i:2008;s:20:\"filetype-bad-ie-mime\";i:2009;s:22:\"filetype-unwanted-type\";i:2010;s:20:\"filetype-banned-type\";i:2011;s:16:\"filetype-missing\";i:2012;s:10:\"empty-file\";i:2013;s:14:\"file-too-large\";i:2014;s:17:\"filename-tooshort\";i:2015;s:15:\"filetype-banned\";i:2016;s:18:\"verification-error\";i:2017;s:11:\"hookaborted\";i:2018;s:16:\"illegal-filename\";i:2019;s:9:\"overwrite\";i:2020;s:13:\"unknown-error\";i:2021;s:16:\"tmp-create-error\";i:2022;s:15:\"tmp-write-error\";i:2023;s:10:\"large-file\";i:2024;s:15:\"largefileserver\";i:2025;s:9:\"emptyfile\";i:2026;s:25:\"windows-nonascii-filename\";i:2027;s:10:\"fileexists\";i:2028;s:14:\"filepageexists\";i:2029;s:20:\"fileexists-extension\";i:2030;s:24:\"fileexists-thumbnail-yes\";i:2031;s:17:\"file-thumbnail-no\";i:2032;s:20:\"fileexists-forbidden\";i:2033;s:27:\"fileexists-shared-forbidden\";i:2034;s:20:\"fileexists-no-change\";i:2035;s:28:\"fileexists-duplicate-version\";i:2036;s:21:\"file-exists-duplicate\";i:2037;s:22:\"file-deleted-duplicate\";i:2038;s:30:\"file-deleted-duplicate-notitle\";i:2039;s:13:\"uploadwarning\";i:2040;s:18:\"uploadwarning-text\";i:2041;s:26:\"uploadwarning-text-nostash\";i:2042;s:8:\"savefile\";i:2043;s:13:\"uploadedimage\";i:2044;s:14:\"overwroteimage\";i:2045;s:14:\"uploaddisabled\";i:2046;s:18:\"copyuploaddisabled\";i:2047;s:18:\"uploaddisabledtext\";i:2048;s:22:\"php-uploaddisabledtext\";i:2049;s:14:\"uploadscripted\";i:2050;s:27:\"upload-scripted-pi-callback\";i:2051;s:19:\"upload-scripted-dtd\";i:2052;s:19:\"uploaded-script-svg\";i:2053;s:20:\"uploaded-hostile-svg\";i:2054;s:29:\"uploaded-event-handler-on-svg\";i:2055;s:27:\"uploaded-href-attribute-svg\";i:2056;s:31:\"uploaded-href-unsafe-target-svg\";i:2057;s:20:\"uploaded-animate-svg\";i:2058;s:34:\"uploaded-setting-event-handler-svg\";i:2059;s:25:\"uploaded-setting-href-svg\";i:2060;s:26:\"uploaded-wrong-setting-svg\";i:2061;s:28:\"uploaded-setting-handler-svg\";i:2062;s:23:\"uploaded-remote-url-svg\";i:2063;s:25:\"uploaded-image-filter-svg\";i:2064;s:23:\"uploadscriptednamespace\";i:2065;s:16:\"uploadinvalidxml\";i:2066;s:11:\"uploadvirus\";i:2067;s:13:\"upload-source\";i:2068;s:14:\"sourcefilename\";i:2069;s:9:\"sourceurl\";i:2070;s:12:\"destfilename\";i:2071;s:18:\"upload-maxfilesize\";i:2072;s:18:\"upload-description\";i:2073;s:14:\"upload-options\";i:2074;s:15:\"watchthisupload\";i:2075;s:14:\"filewasdeleted\";i:2076;s:19:\"filename-thumb-name\";i:2077;s:19:\"filename-bad-prefix\";i:2078;s:25:\"filename-prefix-blacklist\";i:2079;s:18:\"upload-proto-error\";i:2080;s:23:\"upload-proto-error-text\";i:2081;s:17:\"upload-file-error\";i:2082;s:22:\"upload-file-error-text\";i:2083;s:17:\"upload-misc-error\";i:2084;s:22:\"upload-misc-error-text\";i:2085;s:25:\"upload-too-many-redirects\";i:2086;s:17:\"upload-http-error\";i:2087;s:33:\"upload-copy-upload-invalid-domain\";i:2088;s:26:\"upload-foreign-cant-upload\";i:2089;s:31:\"upload-foreign-cant-load-config\";i:2090;s:22:\"upload-dialog-disabled\";i:2091;s:19:\"upload-dialog-title\";i:2092;s:27:\"upload-dialog-button-cancel\";i:2093;s:25:\"upload-dialog-button-back\";i:2094;s:25:\"upload-dialog-button-done\";i:2095;s:25:\"upload-dialog-button-save\";i:2096;s:27:\"upload-dialog-button-upload\";i:2097;s:32:\"upload-form-label-infoform-title\";i:2098;s:31:\"upload-form-label-infoform-name\";i:2099;s:39:\"upload-form-label-infoform-name-tooltip\";i:2100;s:38:\"upload-form-label-infoform-description\";i:2101;s:46:\"upload-form-label-infoform-description-tooltip\";i:2102;s:29:\"upload-form-label-usage-title\";i:2103;s:32:\"upload-form-label-usage-filename\";i:2104;s:26:\"upload-form-label-own-work\";i:2105;s:37:\"upload-form-label-infoform-categories\";i:2106;s:31:\"upload-form-label-infoform-date\";i:2107;s:48:\"upload-form-label-own-work-message-generic-local\";i:2108;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2109;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2110;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2111;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2112;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2113;s:19:\"backend-fail-stream\";i:2114;s:19:\"backend-fail-backup\";i:2115;s:22:\"backend-fail-notexists\";i:2116;s:19:\"backend-fail-hashes\";i:2117;s:18:\"backend-fail-sizes\";i:2118;s:20:\"backend-fail-notsame\";i:2119;s:24:\"backend-fail-invalidpath\";i:2120;s:19:\"backend-fail-delete\";i:2121;s:21:\"backend-fail-describe\";i:2122;s:26:\"backend-fail-alreadyexists\";i:2123;s:18:\"backend-fail-store\";i:2124;s:17:\"backend-fail-copy\";i:2125;s:17:\"backend-fail-move\";i:2126;s:21:\"backend-fail-opentemp\";i:2127;s:22:\"backend-fail-writetemp\";i:2128;s:22:\"backend-fail-closetemp\";i:2129;s:17:\"backend-fail-read\";i:2130;s:19:\"backend-fail-create\";i:2131;s:20:\"backend-fail-maxsize\";i:2132;s:21:\"backend-fail-readonly\";i:2133;s:19:\"backend-fail-synced\";i:2134;s:20:\"backend-fail-connect\";i:2135;s:21:\"backend-fail-internal\";i:2136;s:24:\"backend-fail-contenttype\";i:2137;s:22:\"backend-fail-batchsize\";i:2138;s:19:\"backend-fail-usable\";i:2139;s:17:\"backend-fail-stat\";i:2140;s:17:\"backend-fail-hash\";i:2141;s:21:\"lockmanager-notlocked\";i:2142;s:26:\"lockmanager-fail-closelock\";i:2143;s:27:\"lockmanager-fail-deletelock\";i:2144;s:28:\"lockmanager-fail-acquirelock\";i:2145;s:25:\"lockmanager-fail-openlock\";i:2146;s:28:\"lockmanager-fail-releaselock\";i:2147;s:26:\"lockmanager-fail-db-bucket\";i:2148;s:27:\"lockmanager-fail-db-release\";i:2149;s:28:\"lockmanager-fail-svr-acquire\";i:2150;s:28:\"lockmanager-fail-svr-release\";i:2151;s:25:\"lockmanager-fail-conflict\";i:2152;s:19:\"zip-file-open-error\";i:2153;s:16:\"zip-wrong-format\";i:2154;s:7:\"zip-bad\";i:2155;s:15:\"zip-unsupported\";i:2156;s:11:\"uploadstash\";i:2157;s:19:\"uploadstash-summary\";i:2158;s:17:\"uploadstash-clear\";i:2159;s:19:\"uploadstash-nofiles\";i:2160;s:20:\"uploadstash-badtoken\";i:2161;s:20:\"uploadstash-errclear\";i:2162;s:19:\"uploadstash-refresh\";i:2163;s:21:\"uploadstash-thumbnail\";i:2164;s:21:\"uploadstash-exception\";i:2165;s:20:\"uploadstash-bad-path\";i:2166;s:28:\"uploadstash-bad-path-invalid\";i:2167;s:33:\"uploadstash-bad-path-unknown-type\";i:2168;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2169;s:31:\"uploadstash-bad-path-no-handler\";i:2170;s:31:\"uploadstash-bad-path-bad-format\";i:2171;s:26:\"uploadstash-file-not-found\";i:2172;s:35:\"uploadstash-file-not-found-no-thumb\";i:2173;s:40:\"uploadstash-file-not-found-no-local-path\";i:2174;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2175;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2176;s:37:\"uploadstash-file-not-found-not-exists\";i:2177;s:26:\"uploadstash-file-too-large\";i:2178;s:25:\"uploadstash-not-logged-in\";i:2179;s:23:\"uploadstash-wrong-owner\";i:2180;s:23:\"uploadstash-no-such-key\";i:2181;s:23:\"uploadstash-zero-length\";i:2182;s:20:\"invalid-chunk-offset\";i:2183;s:21:\"img-auth-accessdenied\";i:2184;s:17:\"img-auth-notindir\";i:2185;s:17:\"img-auth-badtitle\";i:2186;s:15:\"img-auth-nofile\";i:2187;s:14:\"img-auth-isdir\";i:2188;s:18:\"img-auth-streaming\";i:2189;s:15:\"img-auth-public\";i:2190;s:15:\"img-auth-noread\";i:2191;s:16:\"http-invalid-url\";i:2192;s:19:\"http-invalid-scheme\";i:2193;s:18:\"http-request-error\";i:2194;s:15:\"http-read-error\";i:2195;s:14:\"http-timed-out\";i:2196;s:15:\"http-curl-error\";i:2197;s:15:\"http-bad-status\";i:2198;s:19:\"http-internal-error\";i:2199;s:18:\"upload-curl-error6\";i:2200;s:23:\"upload-curl-error6-text\";i:2201;s:19:\"upload-curl-error28\";i:2202;s:24:\"upload-curl-error28-text\";i:2203;s:9:\"nolicense\";i:2204;s:8:\"licenses\";i:2205;s:13:\"licenses-edit\";i:2206;s:17:\"license-nopreview\";i:2207;s:17:\"upload_source_url\";i:2208;s:18:\"upload_source_file\";i:2209;s:16:\"listfiles-delete\";i:2210;s:17:\"listfiles-summary\";i:2211;s:26:\"listfiles-userdoesnotexist\";i:2212;s:7:\"imgfile\";i:2213;s:9:\"listfiles\";i:2214;s:17:\"listfiles_subpage\";i:2215;s:15:\"listfiles_thumb\";i:2216;s:14:\"listfiles_date\";i:2217;s:14:\"listfiles_name\";i:2218;s:14:\"listfiles_user\";i:2219;s:14:\"listfiles_size\";i:2220;s:21:\"listfiles_description\";i:2221;s:15:\"listfiles_count\";i:2222;s:18:\"listfiles-show-all\";i:2223;s:23:\"listfiles-latestversion\";i:2224;s:27:\"listfiles-latestversion-yes\";i:2225;s:26:\"listfiles-latestversion-no\";i:2226;s:18:\"filehist-deleteall\";i:2227;s:18:\"filehist-deleteone\";i:2228;s:16:\"filehist-nothumb\";i:2229;s:17:\"filehist-filesize\";i:2230;s:17:\"linkstoimage-more\";i:2231;s:16:\"morelinkstoimage\";i:2232;s:21:\"linkstoimage-redirect\";i:2233;s:16:\"duplicatesoffile\";i:2234;s:12:\"sharedupload\";i:2235;s:23:\"sharedupload-desc-there\";i:2236;s:22:\"sharedupload-desc-edit\";i:2237;s:24:\"sharedupload-desc-create\";i:2238;s:24:\"shareddescriptionfollows\";i:2239;s:15:\"filepage-nofile\";i:2240;s:20:\"filepage-nofile-link\";i:2241;s:25:\"uploadnewversion-linktext\";i:2242;s:16:\"shared-repo-from\";i:2243;s:11:\"shared-repo\";i:2244;s:33:\"shared-repo-name-wikimediacommons\";i:2245;s:12:\"filepage.css\";i:2246;s:10:\"filerevert\";i:2247;s:17:\"filerevert-legend\";i:2248;s:16:\"filerevert-intro\";i:2249;s:18:\"filerevert-comment\";i:2250;s:25:\"filerevert-defaultcomment\";i:2251;s:17:\"filerevert-submit\";i:2252;s:18:\"filerevert-success\";i:2253;s:21:\"filerevert-badversion\";i:2254;s:20:\"filerevert-identical\";i:2255;s:10:\"filedelete\";i:2256;s:17:\"filedelete-legend\";i:2257;s:16:\"filedelete-intro\";i:2258;s:20:\"filedelete-intro-old\";i:2259;s:18:\"filedelete-comment\";i:2260;s:17:\"filedelete-submit\";i:2261;s:18:\"filedelete-success\";i:2262;s:22:\"filedelete-success-old\";i:2263;s:17:\"filedelete-nofile\";i:2264;s:21:\"filedelete-nofile-old\";i:2265;s:22:\"filedelete-otherreason\";i:2266;s:27:\"filedelete-reason-otherlist\";i:2267;s:26:\"filedelete-reason-dropdown\";i:2268;s:35:\"filedelete-reason-dropdown-suppress\";i:2269;s:26:\"filedelete-edit-reasonlist\";i:2270;s:35:\"filedelete-edit-reasonlist-suppress\";i:2271;s:22:\"filedelete-maintenance\";i:2272;s:28:\"filedelete-maintenance-title\";i:2273;s:10:\"mimesearch\";i:2274;s:18:\"mimesearch-summary\";i:2275;s:8:\"mimetype\";i:2276;s:8:\"download\";i:2277;s:14:\"unwatchedpages\";i:2278;s:22:\"unwatchedpages-summary\";i:2279;s:13:\"listredirects\";i:2280;s:21:\"listredirects-summary\";i:2281;s:19:\"listduplicatedfiles\";i:2282;s:27:\"listduplicatedfiles-summary\";i:2283;s:25:\"listduplicatedfiles-entry\";i:2284;s:15:\"unusedtemplates\";i:2285;s:23:\"unusedtemplates-summary\";i:2286;s:19:\"unusedtemplatestext\";i:2287;s:18:\"unusedtemplateswlh\";i:2288;s:18:\"randompage-nopages\";i:2289;s:14:\"randompage-url\";i:2290;s:16:\"randomincategory\";i:2291;s:32:\"randomincategory-invalidcategory\";i:2292;s:24:\"randomincategory-nopages\";i:2293;s:25:\"randomincategory-category\";i:2294;s:23:\"randomincategory-legend\";i:2295;s:23:\"randomincategory-submit\";i:2296;s:14:\"randomredirect\";i:2297;s:22:\"randomredirect-nopages\";i:2298;s:18:\"statistics-summary\";i:2299;s:23:\"statistics-header-pages\";i:2300;s:23:\"statistics-header-edits\";i:2301;s:23:\"statistics-header-users\";i:2302;s:23:\"statistics-header-hooks\";i:2303;s:19:\"statistics-articles\";i:2304;s:24:\"statistics-articles-desc\";i:2305;s:16:\"statistics-pages\";i:2306;s:21:\"statistics-pages-desc\";i:2307;s:16:\"statistics-files\";i:2308;s:21:\"statistics-files-desc\";i:2309;s:16:\"statistics-edits\";i:2310;s:24:\"statistics-edits-average\";i:2311;s:16:\"statistics-users\";i:2312;s:23:\"statistics-users-active\";i:2313;s:28:\"statistics-users-active-desc\";i:2314;s:17:\"statistics-footer\";i:2315;s:13:\"pageswithprop\";i:2316;s:21:\"pageswithprop-summary\";i:2317;s:20:\"pageswithprop-legend\";i:2318;s:18:\"pageswithprop-text\";i:2319;s:18:\"pageswithprop-prop\";i:2320;s:21:\"pageswithprop-reverse\";i:2321;s:25:\"pageswithprop-sortbyvalue\";i:2322;s:20:\"pageswithprop-submit\";i:2323;s:29:\"pageswithprop-prophidden-long\";i:2324;s:31:\"pageswithprop-prophidden-binary\";i:2325;s:15:\"doubleredirects\";i:2326;s:23:\"doubleredirects-summary\";i:2327;s:19:\"doubleredirectstext\";i:2328;s:26:\"double-redirect-fixed-move\";i:2329;s:33:\"double-redirect-fixed-maintenance\";i:2330;s:21:\"double-redirect-fixer\";i:2331;s:15:\"brokenredirects\";i:2332;s:23:\"brokenredirects-summary\";i:2333;s:19:\"brokenredirectstext\";i:2334;s:22:\"brokenredirects-delete\";i:2335;s:29:\"brokenredirects-delete-reason\";i:2336;s:16:\"withoutinterwiki\";i:2337;s:24:\"withoutinterwiki-summary\";i:2338;s:23:\"withoutinterwiki-legend\";i:2339;s:23:\"withoutinterwiki-submit\";i:2340;s:15:\"fewestrevisions\";i:2341;s:23:\"fewestrevisions-summary\";i:2342;s:11:\"ncategories\";i:2343;s:11:\"ninterwikis\";i:2344;s:6:\"nlinks\";i:2345;s:15:\"nmemberschanged\";i:2346;s:10:\"nrevisions\";i:2347;s:11:\"nimagelinks\";i:2348;s:14:\"ntransclusions\";i:2349;s:17:\"specialpage-empty\";i:2350;s:11:\"lonelypages\";i:2351;s:19:\"lonelypages-summary\";i:2352;s:15:\"lonelypagestext\";i:2353;s:18:\"uncategorizedpages\";i:2354;s:26:\"uncategorizedpages-summary\";i:2355;s:23:\"uncategorizedcategories\";i:2356;s:31:\"uncategorizedcategories-summary\";i:2357;s:19:\"uncategorizedimages\";i:2358;s:27:\"uncategorizedimages-summary\";i:2359;s:22:\"uncategorizedtemplates\";i:2360;s:30:\"uncategorizedtemplates-summary\";i:2361;s:38:\"uncategorized-categories-exceptionlist\";i:2362;s:16:\"unusedcategories\";i:2363;s:24:\"unusedcategories-summary\";i:2364;s:12:\"unusedimages\";i:2365;s:20:\"unusedimages-summary\";i:2366;s:16:\"wantedcategories\";i:2367;s:24:\"wantedcategories-summary\";i:2368;s:11:\"wantedpages\";i:2369;s:19:\"wantedpages-summary\";i:2370;s:20:\"wantedpages-badtitle\";i:2371;s:11:\"wantedfiles\";i:2372;s:19:\"wantedfiles-summary\";i:2373;s:18:\"wantedfiletext-cat\";i:2374;s:28:\"wantedfiletext-cat-noforeign\";i:2375;s:20:\"wantedfiletext-nocat\";i:2376;s:30:\"wantedfiletext-nocat-noforeign\";i:2377;s:15:\"wantedtemplates\";i:2378;s:23:\"wantedtemplates-summary\";i:2379;s:10:\"mostlinked\";i:2380;s:18:\"mostlinked-summary\";i:2381;s:20:\"mostlinkedcategories\";i:2382;s:28:\"mostlinkedcategories-summary\";i:2383;s:19:\"mostlinkedtemplates\";i:2384;s:27:\"mostlinkedtemplates-summary\";i:2385;s:14:\"mostcategories\";i:2386;s:22:\"mostcategories-summary\";i:2387;s:10:\"mostimages\";i:2388;s:18:\"mostimages-summary\";i:2389;s:14:\"mostinterwikis\";i:2390;s:22:\"mostinterwikis-summary\";i:2391;s:13:\"mostrevisions\";i:2392;s:21:\"mostrevisions-summary\";i:2393;s:21:\"prefixindex-namespace\";i:2394;s:19:\"prefixindex-summary\";i:2395;s:18:\"prefixindex-submit\";i:2396;s:17:\"prefixindex-strip\";i:2397;s:10:\"shortpages\";i:2398;s:18:\"shortpages-summary\";i:2399;s:9:\"longpages\";i:2400;s:17:\"longpages-summary\";i:2401;s:12:\"deadendpages\";i:2402;s:20:\"deadendpages-summary\";i:2403;s:16:\"deadendpagestext\";i:2404;s:14:\"protectedpages\";i:2405;s:22:\"protectedpages-filters\";i:2406;s:20:\"protectedpages-indef\";i:2407;s:22:\"protectedpages-summary\";i:2408;s:22:\"protectedpages-cascade\";i:2409;s:25:\"protectedpages-noredirect\";i:2410;s:32:\"cachedspecial-viewing-cached-ttl\";i:2411;s:19:\"protectedpagesempty\";i:2412;s:24:\"protectedpages-timestamp\";i:2413;s:19:\"protectedpages-page\";i:2414;s:21:\"protectedpages-expiry\";i:2415;s:24:\"protectedpages-performer\";i:2416;s:21:\"protectedpages-params\";i:2417;s:21:\"protectedpages-reason\";i:2418;s:21:\"protectedpages-submit\";i:2419;s:32:\"protectedpages-unknown-timestamp\";i:2420;s:32:\"protectedpages-unknown-performer\";i:2421;s:29:\"protectedpages-unknown-reason\";i:2422;s:15:\"protectedtitles\";i:2423;s:23:\"protectedtitles-summary\";i:2424;s:20:\"protectedtitlesempty\";i:2425;s:22:\"protectedtitles-submit\";i:2426;s:9:\"listusers\";i:2427;s:17:\"listusers-summary\";i:2428;s:19:\"listusers-editsonly\";i:2429;s:29:\"listusers-temporarygroupsonly\";i:2430;s:22:\"listusers-creationsort\";i:2431;s:14:\"listusers-desc\";i:2432;s:13:\"usereditcount\";i:2433;s:16:\"newpages-summary\";i:2434;s:15:\"newpages-submit\";i:2435;s:17:\"newpages-username\";i:2436;s:12:\"ancientpages\";i:2437;s:20:\"ancientpages-summary\";i:2438;s:12:\"movethispage\";i:2439;s:16:\"unusedimagestext\";i:2440;s:37:\"unusedimagestext-categorizedimgisused\";i:2441;s:20:\"unusedcategoriestext\";i:2442;s:13:\"notargettitle\";i:2443;s:12:\"notargettext\";i:2444;s:11:\"nopagetitle\";i:2445;s:10:\"nopagetext\";i:2446;s:8:\"suppress\";i:2447;s:18:\"querypage-disabled\";i:2448;s:7:\"apihelp\";i:2449;s:15:\"apihelp-summary\";i:2450;s:22:\"apihelp-no-such-module\";i:2451;s:12:\"apihelp-link\";i:2452;s:10:\"apisandbox\";i:2453;s:18:\"apisandbox-summary\";i:2454;s:17:\"apisandbox-jsonly\";i:2455;s:16:\"apisandbox-intro\";i:2456;s:17:\"apisandbox-submit\";i:2457;s:16:\"apisandbox-reset\";i:2458;s:16:\"apisandbox-retry\";i:2459;s:18:\"apisandbox-loading\";i:2460;s:21:\"apisandbox-load-error\";i:2461;s:24:\"apisandbox-no-parameters\";i:2462;s:19:\"apisandbox-helpurls\";i:2463;s:19:\"apisandbox-examples\";i:2464;s:29:\"apisandbox-dynamic-parameters\";i:2465;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2466;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2467;s:31:\"apisandbox-dynamic-error-exists\";i:2468;s:37:\"apisandbox-templated-parameter-reason\";i:2469;s:32:\"apisandbox-deprecated-parameters\";i:2470;s:22:\"apisandbox-fetch-token\";i:2471;s:20:\"apisandbox-add-multi\";i:2472;s:38:\"apisandbox-submit-invalid-fields-title\";i:2473;s:40:\"apisandbox-submit-invalid-fields-message\";i:2474;s:18:\"apisandbox-results\";i:2475;s:26:\"apisandbox-sending-request\";i:2476;s:26:\"apisandbox-loading-results\";i:2477;s:24:\"apisandbox-results-error\";i:2478;s:35:\"apisandbox-results-login-suppressed\";i:2479;s:37:\"apisandbox-request-selectformat-label\";i:2480;s:35:\"apisandbox-request-format-url-label\";i:2481;s:28:\"apisandbox-request-url-label\";i:2482;s:36:\"apisandbox-request-format-json-label\";i:2483;s:29:\"apisandbox-request-json-label\";i:2484;s:35:\"apisandbox-request-format-php-label\";i:2485;s:28:\"apisandbox-request-php-label\";i:2486;s:23:\"apisandbox-request-time\";i:2487;s:27:\"apisandbox-results-fixtoken\";i:2488;s:32:\"apisandbox-results-fixtoken-fail\";i:2489;s:21:\"apisandbox-alert-page\";i:2490;s:22:\"apisandbox-alert-field\";i:2491;s:19:\"apisandbox-continue\";i:2492;s:25:\"apisandbox-continue-clear\";i:2493;s:24:\"apisandbox-continue-help\";i:2494;s:22:\"apisandbox-param-limit\";i:2495;s:36:\"apisandbox-multivalue-all-namespaces\";i:2496;s:32:\"apisandbox-multivalue-all-values\";i:2497;s:19:\"booksources-summary\";i:2498;s:16:\"booksources-isbn\";i:2499;s:18:\"booksources-search\";i:2500;s:16:\"booksources-text\";i:2501;s:24:\"booksources-invalid-isbn\";i:2502;s:22:\"magiclink-tracking-rfc\";i:2503;s:27:\"magiclink-tracking-rfc-desc\";i:2504;s:23:\"magiclink-tracking-pmid\";i:2505;s:28:\"magiclink-tracking-pmid-desc\";i:2506;s:23:\"magiclink-tracking-isbn\";i:2507;s:28:\"magiclink-tracking-isbn-desc\";i:2508;s:6:\"rfcurl\";i:2509;s:9:\"pubmedurl\";i:2510;s:19:\"specialloguserlabel\";i:2511;s:20:\"speciallogtitlelabel\";i:2512;s:20:\"logeventslist-submit\";i:2513;s:26:\"logeventslist-more-filters\";i:2514;s:24:\"logeventslist-patrol-log\";i:2515;s:21:\"logeventslist-tag-log\";i:2516;s:26:\"logeventslist-newusers-log\";i:2517;s:13:\"all-logs-page\";i:2518;s:11:\"alllogstext\";i:2519;s:8:\"logempty\";i:2520;s:18:\"log-title-wildcard\";i:2521;s:26:\"showhideselectedlogentries\";i:2522;s:13:\"log-edit-tags\";i:2523;s:15:\"checkbox-select\";i:2524;s:12:\"checkbox-all\";i:2525;s:13:\"checkbox-none\";i:2526;s:15:\"checkbox-invert\";i:2527;s:16:\"allpages-summary\";i:2528;s:8:\"nextpage\";i:2529;s:8:\"prevpage\";i:2530;s:12:\"allpagesfrom\";i:2531;s:10:\"allpagesto\";i:2532;s:14:\"allinnamespace\";i:2533;s:14:\"allpagesprefix\";i:2534;s:16:\"allpagesbadtitle\";i:2535;s:15:\"allpages-bad-ns\";i:2536;s:23:\"allpages-hide-redirects\";i:2537;s:18:\"categories-summary\";i:2538;s:17:\"categories-submit\";i:2539;s:18:\"categoriespagetext\";i:2540;s:14:\"categoriesfrom\";i:2541;s:20:\"deletedcontributions\";i:2542;s:28:\"deletedcontributions-summary\";i:2543;s:26:\"deletedcontributions-title\";i:2544;s:32:\"sp-deletedcontributions-contribs\";i:2545;s:10:\"linksearch\";i:2546;s:18:\"linksearch-summary\";i:2547;s:14:\"linksearch-pat\";i:2548;s:13:\"linksearch-ns\";i:2549;s:13:\"linksearch-ok\";i:2550;s:15:\"linksearch-text\";i:2551;s:16:\"linksearch-error\";i:2552;s:13:\"listusersfrom\";i:2553;s:16:\"listusers-submit\";i:2554;s:18:\"listusers-noresult\";i:2555;s:17:\"listusers-blocked\";i:2556;s:11:\"activeusers\";i:2557;s:19:\"activeusers-summary\";i:2558;s:17:\"activeusers-intro\";i:2559;s:17:\"activeusers-count\";i:2560;s:16:\"activeusers-from\";i:2561;s:18:\"activeusers-groups\";i:2562;s:25:\"activeusers-excludegroups\";i:2563;s:20:\"activeusers-noresult\";i:2564;s:18:\"activeusers-submit\";i:2565;s:15:\"listgrouprights\";i:2566;s:23:\"listgrouprights-summary\";i:2567;s:19:\"listgrouprights-key\";i:2568;s:21:\"listgrouprights-group\";i:2569;s:22:\"listgrouprights-rights\";i:2570;s:24:\"listgrouprights-helppage\";i:2571;s:29:\"listgrouprights-right-display\";i:2572;s:29:\"listgrouprights-right-revoked\";i:2573;s:24:\"listgrouprights-addgroup\";i:2574;s:27:\"listgrouprights-removegroup\";i:2575;s:28:\"listgrouprights-addgroup-all\";i:2576;s:31:\"listgrouprights-removegroup-all\";i:2577;s:29:\"listgrouprights-addgroup-self\";i:2578;s:32:\"listgrouprights-removegroup-self\";i:2579;s:33:\"listgrouprights-addgroup-self-all\";i:2580;s:36:\"listgrouprights-removegroup-self-all\";i:2581;s:42:\"listgrouprights-namespaceprotection-header\";i:2582;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2583;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2584;s:10:\"listgrants\";i:2585;s:18:\"listgrants-summary\";i:2586;s:16:\"listgrants-grant\";i:2587;s:17:\"listgrants-rights\";i:2588;s:24:\"listgrants-grant-display\";i:2589;s:18:\"trackingcategories\";i:2590;s:26:\"trackingcategories-summary\";i:2591;s:22:\"trackingcategories-msg\";i:2592;s:23:\"trackingcategories-name\";i:2593;s:23:\"trackingcategories-desc\";i:2594;s:31:\"restricted-displaytitle-ignored\";i:2595;s:36:\"restricted-displaytitle-ignored-desc\";i:2596;s:20:\"nonnumeric-formatnum\";i:2597;s:25:\"nonnumeric-formatnum-desc\";i:2598;s:21:\"noindex-category-desc\";i:2599;s:19:\"index-category-desc\";i:2600;s:44:\"post-expand-template-inclusion-category-desc\";i:2601;s:43:\"post-expand-template-argument-category-desc\";i:2602;s:38:\"expensive-parserfunction-category-desc\";i:2603;s:25:\"broken-file-category-desc\";i:2604;s:29:\"hidden-category-category-desc\";i:2605;s:25:\"trackingcategories-nodesc\";i:2606;s:27:\"trackingcategories-disabled\";i:2607;s:11:\"mailnologin\";i:2608;s:15:\"mailnologintext\";i:2609;s:22:\"emailuser-title-target\";i:2610;s:24:\"emailuser-title-notarget\";i:2611;s:17:\"emailuser-summary\";i:2612;s:13:\"emailpagetext\";i:2613;s:15:\"defemailsubject\";i:2614;s:16:\"usermaildisabled\";i:2615;s:20:\"usermaildisabledtext\";i:2616;s:12:\"noemailtitle\";i:2617;s:11:\"noemailtext\";i:2618;s:15:\"nowikiemailtext\";i:2619;s:13:\"emailnotarget\";i:2620;s:11:\"emailtarget\";i:2621;s:13:\"emailusername\";i:2622;s:19:\"emailusernamesubmit\";i:2623;s:12:\"email-legend\";i:2624;s:9:\"emailfrom\";i:2625;s:7:\"emailto\";i:2626;s:12:\"emailsubject\";i:2627;s:12:\"emailmessage\";i:2628;s:9:\"emailsend\";i:2629;s:9:\"emailccme\";i:2630;s:14:\"emailccsubject\";i:2631;s:9:\"emailsent\";i:2632;s:13:\"emailsenttext\";i:2633;s:15:\"emailuserfooter\";i:2634;s:19:\"usermessage-summary\";i:2635;s:18:\"usermessage-editor\";i:2636;s:20:\"usermessage-template\";i:2637;s:17:\"watchlist-summary\";i:2638;s:11:\"nowatchlist\";i:2639;s:17:\"watchlistanontext\";i:2640;s:12:\"watchnologin\";i:2641;s:21:\"watchlistnotwatchable\";i:2642;s:8:\"addwatch\";i:2643;s:15:\"updatewatchlist\";i:2644;s:14:\"addedwatchtext\";i:2645;s:19:\"addedwatchtext-talk\";i:2646;s:20:\"addedwatchtext-short\";i:2647;s:30:\"addedwatchexpiry-options-label\";i:2648;s:21:\"addedwatchexpiryhours\";i:2649;s:26:\"addedwatchexpiryhours-talk\";i:2650;s:20:\"addedwatchexpirytext\";i:2651;s:25:\"addedwatchexpirytext-talk\";i:2652;s:26:\"addedwatchindefinitelytext\";i:2653;s:31:\"addedwatchindefinitelytext-talk\";i:2654;s:11:\"removewatch\";i:2655;s:16:\"removedwatchtext\";i:2656;s:21:\"removedwatchtext-talk\";i:2657;s:22:\"removedwatchtext-short\";i:2658;s:13:\"watchthispage\";i:2659;s:15:\"unwatchthispage\";i:2660;s:12:\"notanarticle\";i:2661;s:13:\"notvisiblerev\";i:2662;s:26:\"watchlist-expiry-days-left\";i:2663;s:33:\"watchlist-expiring-days-full-text\";i:2664;s:27:\"watchlist-expiry-hours-left\";i:2665;s:34:\"watchlist-expiring-hours-full-text\";i:2666;s:15:\"wlheader-enotif\";i:2667;s:20:\"wlheader-showupdated\";i:2668;s:6:\"wlnote\";i:2669;s:14:\"watchlist-hide\";i:2670;s:16:\"watchlist-submit\";i:2671;s:10:\"wlshowtime\";i:2672;s:15:\"wlshowhideminor\";i:2673;s:14:\"wlshowhidebots\";i:2674;s:13:\"wlshowhideliu\";i:2675;s:15:\"wlshowhideanons\";i:2676;s:14:\"wlshowhidepatr\";i:2677;s:14:\"wlshowhidemine\";i:2678;s:24:\"wlshowhidecategorization\";i:2679;s:8:\"watching\";i:2680;s:10:\"unwatching\";i:2681;s:17:\"watchlist-unwatch\";i:2682;s:22:\"watchlist-unwatch-undo\";i:2683;s:12:\"enotif_reset\";i:2684;s:28:\"enotif_impersonal_salutation\";i:2685;s:22:\"enotif_subject_deleted\";i:2686;s:22:\"enotif_subject_created\";i:2687;s:20:\"enotif_subject_moved\";i:2688;s:23:\"enotif_subject_restored\";i:2689;s:22:\"enotif_subject_changed\";i:2690;s:25:\"enotif_body_intro_deleted\";i:2691;s:25:\"enotif_body_intro_created\";i:2692;s:23:\"enotif_body_intro_moved\";i:2693;s:26:\"enotif_body_intro_restored\";i:2694;s:25:\"enotif_body_intro_changed\";i:2695;s:18:\"enotif_lastvisited\";i:2696;s:15:\"enotif_lastdiff\";i:2697;s:18:\"enotif_anon_editor\";i:2698;s:11:\"enotif_body\";i:2699;s:16:\"enotif_minoredit\";i:2700;s:7:\"created\";i:2701;s:7:\"changed\";i:2702;s:21:\"deletepage-deletetalk\";i:2703;s:17:\"deletepage-submit\";i:2704;s:7:\"confirm\";i:2705;s:9:\"excontent\";i:2706;s:15:\"excontentauthor\";i:2707;s:13:\"exbeforeblank\";i:2708;s:14:\"delete-confirm\";i:2709;s:13:\"delete-legend\";i:2710;s:26:\"delete-talk-summary-prefix\";i:2711;s:14:\"historywarning\";i:2712;s:20:\"historyaction-submit\";i:2713;s:17:\"confirmdeletetext\";i:2714;s:11:\"deletedtext\";i:2715;s:25:\"deleted-page-and-talkpage\";i:2716;s:14:\"dellogpagetext\";i:2717;s:11:\"deletionlog\";i:2718;s:15:\"log-name-create\";i:2719;s:22:\"log-description-create\";i:2720;s:22:\"logentry-create-create\";i:2721;s:8:\"reverted\";i:2722;s:13:\"deletecomment\";i:2723;s:17:\"deleteotherreason\";i:2724;s:21:\"deletereasonotherlist\";i:2725;s:21:\"deletereason-dropdown\";i:2726;s:30:\"deletereason-dropdown-suppress\";i:2727;s:22:\"delete-edit-reasonlist\";i:2728;s:31:\"delete-edit-reasonlist-suppress\";i:2729;s:13:\"delete-toobig\";i:2730;s:23:\"delete-toomanyrevisions\";i:2731;s:21:\"delete-warning-toobig\";i:2732;s:35:\"delete-error-associated-alreadytalk\";i:2733;s:36:\"delete-error-associated-doesnotexist\";i:2734;s:15:\"deleteprotected\";i:2735;s:26:\"deleting-backlinks-warning\";i:2736;s:25:\"deleting-subpages-warning\";i:2737;s:34:\"deleting-talkpage-subpages-warning\";i:2738;s:8:\"rollback\";i:2739;s:29:\"rollback-confirmation-confirm\";i:2740;s:25:\"rollback-confirmation-yes\";i:2741;s:24:\"rollback-confirmation-no\";i:2742;s:17:\"rollbacklinkcount\";i:2743;s:26:\"rollbacklinkcount-morethan\";i:2744;s:14:\"rollbackfailed\";i:2745;s:21:\"rollback-missingparam\";i:2746;s:24:\"rollback-missingrevision\";i:2747;s:12:\"cantrollback\";i:2748;s:13:\"alreadyrolled\";i:2749;s:11:\"editcomment\";i:2750;s:10:\"revertpage\";i:2751;s:15:\"revertpage-anon\";i:2752;s:17:\"revertpage-nouser\";i:2753;s:16:\"rollback-success\";i:2754;s:20:\"sessionfailure-title\";i:2755;s:14:\"sessionfailure\";i:2756;s:18:\"changecontentmodel\";i:2757;s:25:\"changecontentmodel-legend\";i:2758;s:30:\"changecontentmodel-title-label\";i:2759;s:32:\"changecontentmodel-current-label\";i:2760;s:30:\"changecontentmodel-model-label\";i:2761;s:31:\"changecontentmodel-reason-label\";i:2762;s:25:\"changecontentmodel-submit\";i:2763;s:32:\"changecontentmodel-success-title\";i:2764;s:31:\"changecontentmodel-success-text\";i:2765;s:33:\"changecontentmodel-cannot-convert\";i:2766;s:34:\"changecontentmodel-nodirectediting\";i:2767;s:36:\"changecontentmodel-emptymodels-title\";i:2768;s:35:\"changecontentmodel-emptymodels-text\";i:2769;s:21:\"log-name-contentmodel\";i:2770;s:28:\"log-description-contentmodel\";i:2771;s:25:\"logentry-contentmodel-new\";i:2772;s:28:\"logentry-contentmodel-change\";i:2773;s:39:\"logentry-contentmodel-change-revertlink\";i:2774;s:35:\"logentry-contentmodel-change-revert\";i:2775;s:14:\"protectlogtext\";i:2776;s:25:\"modifiedarticleprotection\";i:2777;s:18:\"unprotectedarticle\";i:2778;s:22:\"movedarticleprotection\";i:2779;s:24:\"protectedarticle-comment\";i:2780;s:33:\"modifiedarticleprotection-comment\";i:2781;s:26:\"unprotectedarticle-comment\";i:2782;s:13:\"protect-title\";i:2783;s:24:\"protect-title-notallowed\";i:2784;s:14:\"prot_1movedto2\";i:2785;s:26:\"protect-badnamespace-title\";i:2786;s:25:\"protect-badnamespace-text\";i:2787;s:31:\"protect-norestrictiontypes-text\";i:2788;s:32:\"protect-norestrictiontypes-title\";i:2789;s:14:\"protect-legend\";i:2790;s:14:\"protectcomment\";i:2791;s:13:\"protectexpiry\";i:2792;s:22:\"protect_expiry_invalid\";i:2793;s:18:\"protect_expiry_old\";i:2794;s:27:\"protect-unchain-permissions\";i:2795;s:12:\"protect-text\";i:2796;s:22:\"protect-locked-blocked\";i:2797;s:21:\"protect-locked-dblock\";i:2798;s:21:\"protect-locked-access\";i:2799;s:17:\"protect-cascadeon\";i:2800;s:15:\"protect-default\";i:2801;s:16:\"protect-fallback\";i:2802;s:27:\"protect-level-autoconfirmed\";i:2803;s:19:\"protect-level-sysop\";i:2804;s:20:\"protect-summary-desc\";i:2805;s:23:\"protect-summary-cascade\";i:2806;s:16:\"protect-expiring\";i:2807;s:22:\"protect-expiring-local\";i:2808;s:25:\"protect-expiry-indefinite\";i:2809;s:15:\"protect-cascade\";i:2810;s:16:\"protect-cantedit\";i:2811;s:17:\"protect-othertime\";i:2812;s:20:\"protect-othertime-op\";i:2813;s:23:\"protect-existing-expiry\";i:2814;s:32:\"protect-existing-expiry-infinity\";i:2815;s:19:\"protect-otherreason\";i:2816;s:22:\"protect-otherreason-op\";i:2817;s:16:\"protect-dropdown\";i:2818;s:23:\"protect-edit-reasonlist\";i:2819;s:22:\"protect-expiry-options\";i:2820;s:16:\"restriction-type\";i:2821;s:17:\"restriction-level\";i:2822;s:12:\"minimum-size\";i:2823;s:12:\"maximum-size\";i:2824;s:8:\"pagesize\";i:2825;s:16:\"restriction-move\";i:2826;s:18:\"restriction-create\";i:2827;s:18:\"restriction-upload\";i:2828;s:17:\"restriction-blank\";i:2829;s:23:\"restriction-level-sysop\";i:2830;s:31:\"restriction-level-autoconfirmed\";i:2831;s:21:\"restriction-level-all\";i:2832;s:8:\"undelete\";i:2833;s:16:\"undelete-summary\";i:2834;s:12:\"undeletepage\";i:2835;s:17:\"undeletepagetitle\";i:2836;s:15:\"viewdeletedpage\";i:2837;s:16:\"undeletepagetext\";i:2838;s:23:\"undelete-fieldset-title\";i:2839;s:17:\"undeleteextrahelp\";i:2840;s:17:\"undeleterevisions\";i:2841;s:15:\"undeletehistory\";i:2842;s:14:\"undeleterevdel\";i:2843;s:22:\"undeletehistorynoadmin\";i:2844;s:17:\"undelete-revision\";i:2845;s:24:\"undeleterevision-missing\";i:2846;s:32:\"undeleterevision-duplicate-revid\";i:2847;s:15:\"undelete-nodiff\";i:2848;s:11:\"undeletebtn\";i:2849;s:21:\"undelete-undeletetalk\";i:2850;s:14:\"undeleteinvert\";i:2851;s:15:\"undeletecomment\";i:2852;s:14:\"cannotundelete\";i:2853;s:13:\"undeletedpage\";i:2854;s:15:\"undelete-header\";i:2855;s:21:\"undelete-search-title\";i:2856;s:19:\"undelete-search-box\";i:2857;s:22:\"undelete-search-prefix\";i:2858;s:20:\"undelete-search-full\";i:2859;s:22:\"undelete-search-submit\";i:2860;s:19:\"undelete-no-results\";i:2861;s:26:\"undelete-filename-mismatch\";i:2862;s:22:\"undelete-bad-store-key\";i:2863;s:22:\"undelete-cleanup-error\";i:2864;s:28:\"undelete-missing-filearchive\";i:2865;s:28:\"undelete-talk-summary-prefix\";i:2866;s:14:\"undelete-error\";i:2867;s:37:\"undelete-error-associated-alreadytalk\";i:2868;s:36:\"undelete-error-associated-notdeleted\";i:2869;s:26:\"undelete-show-file-confirm\";i:2870;s:25:\"undelete-show-file-submit\";i:2871;s:22:\"undelete-revision-row2\";i:2872;s:21:\"undelete-back-to-list\";i:2873;s:14:\"tooltip-invert\";i:2874;s:28:\"tooltip-whatlinkshere-invert\";i:2875;s:21:\"namespace_association\";i:2876;s:29:\"tooltip-namespace_association\";i:2877;s:21:\"contributions-summary\";i:2878;s:22:\"contributions-subtitle\";i:2879;s:30:\"contributions-userdoesnotexist\";i:2880;s:32:\"negative-namespace-not-supported\";i:2881;s:10:\"nocontribs\";i:2882;s:4:\"date\";i:2883;s:28:\"sp-contributions-suppresslog\";i:2884;s:24:\"sp-contributions-deleted\";i:2885;s:27:\"sp-contributions-userrights\";i:2886;s:31:\"sp-contributions-blocked-notice\";i:2887;s:39:\"sp-contributions-blocked-notice-partial\";i:2888;s:36:\"sp-contributions-blocked-notice-anon\";i:2889;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2890;s:24:\"sp-contributions-newonly\";i:2891;s:26:\"sp-contributions-hideminor\";i:2892;s:24:\"sp-contributions-explain\";i:2893;s:23:\"sp-contributions-footer\";i:2894;s:28:\"sp-contributions-footer-anon\";i:2895;s:34:\"sp-contributions-footer-anon-range\";i:2896;s:27:\"sp-contributions-outofrange\";i:2897;s:33:\"sp-contributions-concurrency-user\";i:2898;s:31:\"sp-contributions-concurrency-ip\";i:2899;s:19:\"whatlinkshere-count\";i:2900;s:21:\"whatlinkshere-summary\";i:2901;s:14:\"nolinkshere-ns\";i:2902;s:26:\"whatlinkshere-sectionredir\";i:2903;s:20:\"whatlinkshere-submit\";i:2904;s:11:\"autoblockid\";i:2905;s:5:\"block\";i:2906;s:7:\"unblock\";i:2907;s:15:\"unblock-summary\";i:2908;s:13:\"changeblockip\";i:2909;s:7:\"blockip\";i:2910;s:11:\"blockiptext\";i:2911;s:19:\"ipaddressorusername\";i:2912;s:9:\"ipbreason\";i:2913;s:18:\"ipbreason-dropdown\";i:2914;s:13:\"ipb-hardblock\";i:2915;s:16:\"ipbcreateaccount\";i:2916;s:11:\"ipbemailban\";i:2917;s:18:\"ipbenableautoblock\";i:2918;s:9:\"ipbsubmit\";i:2919;s:8:\"ipbother\";i:2920;s:11:\"ipbhidename\";i:2921;s:12:\"ipbwatchuser\";i:2922;s:19:\"ipb-disableusertalk\";i:2923;s:16:\"ipb-change-block\";i:2924;s:11:\"ipb-confirm\";i:2925;s:12:\"ipb-sitewide\";i:2926;s:11:\"ipb-partial\";i:2927;s:17:\"ipb-sitewide-help\";i:2928;s:16:\"ipb-partial-help\";i:2929;s:17:\"ipb-action-create\";i:2930;s:15:\"ipb-action-move\";i:2931;s:17:\"ipb-action-upload\";i:2932;s:15:\"ipb-pages-label\";i:2933;s:20:\"ipb-namespaces-label\";i:2934;s:12:\"badipaddress\";i:2935;s:17:\"blockipsuccesssub\";i:2936;s:18:\"blockipsuccesstext\";i:2937;s:15:\"ipb-empty-block\";i:2938;s:19:\"ipb-block-not-found\";i:2939;s:16:\"ipb-blockingself\";i:2940;s:19:\"ipb-confirmhideuser\";i:2941;s:17:\"ipb-confirmaction\";i:2942;s:17:\"ipb-edit-dropdown\";i:2943;s:16:\"ipb-unblock-addr\";i:2944;s:11:\"ipb-unblock\";i:2945;s:13:\"ipb-blocklist\";i:2946;s:22:\"ipb-blocklist-contribs\";i:2947;s:27:\"ipb-blocklist-duration-left\";i:2948;s:13:\"block-actions\";i:2949;s:13:\"block-details\";i:2950;s:12:\"block-expiry\";i:2951;s:13:\"block-options\";i:2952;s:12:\"block-reason\";i:2953;s:12:\"block-target\";i:2954;s:24:\"block-target-placeholder\";i:2955;s:9:\"unblockip\";i:2956;s:13:\"unblockiptext\";i:2957;s:9:\"ipusubmit\";i:2958;s:9:\"unblocked\";i:2959;s:15:\"unblocked-range\";i:2960;s:12:\"unblocked-id\";i:2961;s:12:\"unblocked-ip\";i:2962;s:9:\"blocklist\";i:2963;s:13:\"autoblocklist\";i:2964;s:20:\"autoblocklist-submit\";i:2965;s:20:\"autoblocklist-legend\";i:2966;s:25:\"autoblocklist-localblocks\";i:2967;s:30:\"autoblocklist-total-autoblocks\";i:2968;s:19:\"autoblocklist-empty\";i:2969;s:25:\"autoblocklist-otherblocks\";i:2970;s:18:\"ipblocklist-legend\";i:2971;s:20:\"blocklist-autoblocks\";i:2972;s:20:\"blocklist-userblocks\";i:2973;s:20:\"blocklist-tempblocks\";i:2974;s:21:\"blocklist-indefblocks\";i:2975;s:23:\"blocklist-addressblocks\";i:2976;s:14:\"blocklist-type\";i:2977;s:22:\"blocklist-type-opt-all\";i:2978;s:27:\"blocklist-type-opt-sitewide\";i:2979;s:26:\"blocklist-type-opt-partial\";i:2980;s:21:\"blocklist-rangeblocks\";i:2981;s:19:\"blocklist-timestamp\";i:2982;s:16:\"blocklist-target\";i:2983;s:16:\"blocklist-expiry\";i:2984;s:12:\"blocklist-by\";i:2985;s:16:\"blocklist-params\";i:2986;s:16:\"blocklist-reason\";i:2987;s:17:\"blocklist-summary\";i:2988;s:18:\"ipblocklist-submit\";i:2989;s:22:\"ipblocklist-localblock\";i:2990;s:23:\"ipblocklist-otherblocks\";i:2991;s:13:\"infiniteblock\";i:2992;s:13:\"anononlyblock\";i:2993;s:16:\"noautoblockblock\";i:2994;s:18:\"createaccountblock\";i:2995;s:10:\"emailblock\";i:2996;s:20:\"blocklist-nousertalk\";i:2997;s:17:\"blocklist-editing\";i:2998;s:26:\"blocklist-editing-sitewide\";i:2999;s:22:\"blocklist-editing-page\";i:3000;s:20:\"blocklist-editing-ns\";i:3001;s:24:\"blocklist-editing-action\";i:3002;s:17:\"ipblocklist-empty\";i:3003;s:22:\"ipblocklist-no-results\";i:3004;s:14:\"empty-username\";i:3005;s:9:\"emaillink\";i:3006;s:11:\"autoblocker\";i:3007;s:16:\"blocklog-showlog\";i:3008;s:24:\"blocklog-showsuppresslog\";i:3009;s:16:\"reblock-logentry\";i:3010;s:12:\"blocklogtext\";i:3011;s:15:\"unblocklogentry\";i:3012;s:24:\"block-log-flags-anononly\";i:3013;s:27:\"block-log-flags-noautoblock\";i:3014;s:23:\"block-log-flags-noemail\";i:3015;s:26:\"block-log-flags-nousertalk\";i:3016;s:31:\"block-log-flags-angry-autoblock\";i:3017;s:26:\"block-log-flags-hiddenname\";i:3018;s:20:\"range_block_disabled\";i:3019;s:26:\"ipb-prevent-user-talk-edit\";i:3020;s:18:\"ipb_expiry_invalid\";i:3021;s:14:\"ipb_expiry_old\";i:3022;s:15:\"ipb_expiry_temp\";i:3023;s:16:\"ipb_hide_invalid\";i:3024;s:16:\"ipb_hide_partial\";i:3025;s:19:\"ipb_already_blocked\";i:3026;s:15:\"ipb-needreblock\";i:3027;s:22:\"ipb-otherblocks-header\";i:3028;s:16:\"unblock-hideuser\";i:3029;s:16:\"ipb_cant_unblock\";i:3030;s:20:\"ipb_blocked_as_range\";i:3031;s:16:\"ip_range_invalid\";i:3032;s:17:\"ip_range_toolarge\";i:3033;s:17:\"ip_range_exceeded\";i:3034;s:15:\"ip_range_toolow\";i:3035;s:12:\"proxyblocker\";i:3036;s:16:\"proxyblockreason\";i:3037;s:5:\"sorbs\";i:3038;s:11:\"sorbsreason\";i:3039;s:27:\"sorbs_create_account_reason\";i:3040;s:21:\"softblockrangesreason\";i:3041;s:14:\"xffblockreason\";i:3042;s:20:\"cant-see-hidden-user\";i:3043;s:27:\"cant-block-nonexistent-page\";i:3044;s:10:\"ipbblocked\";i:3045;s:16:\"ipbnounblockself\";i:3046;s:18:\"ipb-default-expiry\";i:3047;s:21:\"ipb-default-expiry-ip\";i:3048;s:6:\"lockdb\";i:3049;s:8:\"unlockdb\";i:3050;s:10:\"lockdbtext\";i:3051;s:12:\"unlockdbtext\";i:3052;s:11:\"lockconfirm\";i:3053;s:13:\"unlockconfirm\";i:3054;s:7:\"lockbtn\";i:3055;s:9:\"unlockbtn\";i:3056;s:13:\"locknoconfirm\";i:3057;s:16:\"lockdbsuccesssub\";i:3058;s:18:\"unlockdbsuccesssub\";i:3059;s:17:\"lockdbsuccesstext\";i:3060;s:19:\"unlockdbsuccesstext\";i:3061;s:19:\"lockfilenotwritable\";i:3062;s:14:\"databaselocked\";i:3063;s:17:\"databasenotlocked\";i:3064;s:15:\"lockedbyandtime\";i:3065;s:9:\"move-page\";i:3066;s:16:\"movepage-summary\";i:3067;s:16:\"move-page-legend\";i:3068;s:12:\"movepagetext\";i:3069;s:28:\"movepagetext-noredirectfixer\";i:3070;s:30:\"movepagetext-noredirectsupport\";i:3071;s:16:\"movepagetalktext\";i:3072;s:20:\"moveuserpage-warning\";i:3073;s:24:\"movecategorypage-warning\";i:3074;s:15:\"movenologintext\";i:3075;s:14:\"movenotallowed\";i:3076;s:18:\"movenotallowedfile\";i:3077;s:19:\"cant-move-user-page\";i:3078;s:22:\"cant-move-to-user-page\";i:3079;s:23:\"cant-move-category-page\";i:3080;s:26:\"cant-move-to-category-page\";i:3081;s:18:\"cant-move-subpages\";i:3082;s:20:\"namespace-nosubpages\";i:3083;s:8:\"newtitle\";i:3084;s:10:\"move-watch\";i:3085;s:11:\"movepagebtn\";i:3086;s:12:\"pagemovedsub\";i:3087;s:10:\"cannotmove\";i:3088;s:14:\"movepage-moved\";i:3089;s:23:\"movepage-moved-redirect\";i:3090;s:25:\"movepage-moved-noredirect\";i:3091;s:21:\"movepage-delete-first\";i:3092;s:13:\"articleexists\";i:3093;s:14:\"redirectexists\";i:3094;s:23:\"cantmove-titleprotected\";i:3095;s:8:\"movetalk\";i:3096;s:13:\"move-subpages\";i:3097;s:18:\"move-talk-subpages\";i:3098;s:20:\"movepage-page-exists\";i:3099;s:28:\"movepage-source-doesnt-exist\";i:3100;s:19:\"movepage-page-moved\";i:3101;s:21:\"movepage-page-unmoved\";i:3102;s:18:\"movepage-max-pages\";i:3103;s:15:\"movelogpagetext\";i:3104;s:11:\"movesubpage\";i:3105;s:15:\"movesubpagetext\";i:3106;s:19:\"movesubpagetalktext\";i:3107;s:25:\"movesubpagetext-truncated\";i:3108;s:29:\"movesubpagetalktext-truncated\";i:3109;s:13:\"movenosubpage\";i:3110;s:10:\"movereason\";i:3111;s:18:\"move-redirect-text\";i:3112;s:31:\"category-move-redirect-override\";i:3113;s:20:\"delete_and_move_text\";i:3114;s:29:\"delete_redirect_and_move_text\";i:3115;s:23:\"delete_and_move_confirm\";i:3116;s:22:\"delete_and_move_reason\";i:3117;s:8:\"selfmove\";i:3118;s:25:\"immobile-source-namespace\";i:3119;s:28:\"immobile-source-namespace-iw\";i:3120;s:25:\"immobile-target-namespace\";i:3121;s:28:\"immobile-target-namespace-iw\";i:3122;s:20:\"immobile-source-page\";i:3123;s:20:\"immobile-target-page\";i:3124;s:29:\"movepage-invalid-target-title\";i:3125;s:16:\"bad-target-model\";i:3126;s:21:\"imagenocrossnamespace\";i:3127;s:27:\"nonfile-cannot-move-to-file\";i:3128;s:17:\"imagetypemismatch\";i:3129;s:20:\"imageinvalidfilename\";i:3130;s:20:\"fix-double-redirects\";i:3131;s:19:\"move-leave-redirect\";i:3132;s:24:\"protectedpagemovewarning\";i:3133;s:28:\"semiprotectedpagemovewarning\";i:3134;s:20:\"move-over-sharedrepo\";i:3135;s:22:\"file-exists-sharedrepo\";i:3136;s:14:\"export-summary\";i:3137;s:10:\"exporttext\";i:3138;s:9:\"exportall\";i:3139;s:13:\"exportcuronly\";i:3140;s:15:\"exportnohistory\";i:3141;s:17:\"exportlistauthors\";i:3142;s:13:\"export-submit\";i:3143;s:17:\"export-addcattext\";i:3144;s:13:\"export-addcat\";i:3145;s:16:\"export-addnstext\";i:3146;s:12:\"export-addns\";i:3147;s:15:\"export-download\";i:3148;s:16:\"export-templates\";i:3149;s:16:\"export-pagelinks\";i:3150;s:13:\"export-manual\";i:3151;s:11:\"allmessages\";i:3152;s:18:\"allmessagescurrent\";i:3153;s:15:\"allmessagestext\";i:3154;s:34:\"allmessages-not-supported-database\";i:3155;s:25:\"allmessages-filter-legend\";i:3156;s:18:\"allmessages-filter\";i:3157;s:29:\"allmessages-filter-unmodified\";i:3158;s:22:\"allmessages-filter-all\";i:3159;s:27:\"allmessages-filter-modified\";i:3160;s:18:\"allmessages-prefix\";i:3161;s:20:\"allmessages-language\";i:3162;s:25:\"allmessages-filter-submit\";i:3163;s:28:\"allmessages-filter-translate\";i:3164;s:11:\"filemissing\";i:3165;s:22:\"thumbnail_error_remote\";i:3166;s:15:\"djvu_page_error\";i:3167;s:21:\"thumbnail-temp-create\";i:3168;s:21:\"thumbnail-dest-create\";i:3169;s:24:\"thumbnail_invalid_params\";i:3170;s:25:\"thumbnail_toobigimagearea\";i:3171;s:24:\"thumbnail_dest_directory\";i:3172;s:20:\"thumbnail_image-type\";i:3173;s:20:\"thumbnail_gd-library\";i:3174;s:25:\"thumbnail_image-size-zero\";i:3175;s:23:\"thumbnail_image-missing\";i:3176;s:29:\"thumbnail_image-failure-limit\";i:3177;s:6:\"import\";i:3178;s:14:\"import-summary\";i:3179;s:15:\"importinterwiki\";i:3180;s:21:\"import-interwiki-text\";i:3181;s:27:\"import-interwiki-sourcewiki\";i:3182;s:27:\"import-interwiki-sourcepage\";i:3183;s:24:\"import-interwiki-history\";i:3184;s:26:\"import-interwiki-templates\";i:3185;s:23:\"import-interwiki-submit\";i:3186;s:22:\"import-mapping-default\";i:3187;s:24:\"import-mapping-namespace\";i:3188;s:22:\"import-mapping-subpage\";i:3189;s:22:\"import-upload-filename\";i:3190;s:29:\"import-upload-username-prefix\";i:3191;s:25:\"import-assign-known-users\";i:3192;s:14:\"import-comment\";i:3193;s:10:\"importtext\";i:3194;s:11:\"importstart\";i:3195;s:21:\"import-revision-count\";i:3196;s:13:\"importnopages\";i:3197;s:20:\"imported-log-entries\";i:3198;s:12:\"importfailed\";i:3199;s:19:\"importunknownsource\";i:3200;s:14:\"importnoprefix\";i:3201;s:14:\"importcantopen\";i:3202;s:18:\"importbadinterwiki\";i:3203;s:13:\"importsuccess\";i:3204;s:15:\"importnosources\";i:3205;s:12:\"importnofile\";i:3206;s:21:\"importuploaderrorsize\";i:3207;s:24:\"importuploaderrorpartial\";i:3208;s:21:\"importuploaderrortemp\";i:3209;s:20:\"import-parse-failure\";i:3210;s:16:\"import-noarticle\";i:3211;s:21:\"import-nonewrevisions\";i:3212;s:16:\"xml-error-string\";i:3213;s:13:\"import-upload\";i:3214;s:21:\"import-token-mismatch\";i:3215;s:24:\"import-invalid-interwiki\";i:3216;s:17:\"import-error-edit\";i:3217;s:22:\"import-error-interwiki\";i:3218;s:20:\"import-error-special\";i:3219;s:20:\"import-error-invalid\";i:3220;s:24:\"import-error-unserialize\";i:3221;s:25:\"import-error-bad-location\";i:3222;s:20:\"import-options-wrong\";i:3223;s:23:\"import-rootpage-invalid\";i:3224;s:25:\"import-rootpage-nosubpage\";i:3225;s:13:\"importlogpage\";i:3226;s:17:\"importlogpagetext\";i:3227;s:22:\"import-logentry-upload\";i:3228;s:29:\"import-logentry-upload-detail\";i:3229;s:25:\"import-logentry-interwiki\";i:3230;s:32:\"import-logentry-interwiki-detail\";i:3231;s:14:\"javascripttest\";i:3232;s:26:\"javascripttest-qunit-intro\";i:3233;s:21:\"accesskey-pt-userpage\";i:3234;s:25:\"accesskey-pt-anonuserpage\";i:3235;s:19:\"accesskey-pt-mytalk\";i:3236;s:21:\"accesskey-pt-anontalk\";i:3237;s:24:\"accesskey-pt-preferences\";i:3238;s:22:\"accesskey-pt-watchlist\";i:3239;s:22:\"accesskey-pt-mycontris\";i:3240;s:25:\"accesskey-pt-anoncontribs\";i:3241;s:18:\"accesskey-pt-login\";i:3242;s:26:\"accesskey-pt-login-private\";i:3243;s:19:\"accesskey-pt-logout\";i:3244;s:26:\"accesskey-pt-createaccount\";i:3245;s:17:\"accesskey-ca-view\";i:3246;s:17:\"accesskey-ca-talk\";i:3247;s:17:\"accesskey-ca-edit\";i:3248;s:23:\"accesskey-ca-addsection\";i:3249;s:23:\"accesskey-ca-viewsource\";i:3250;s:20:\"accesskey-ca-history\";i:3251;s:20:\"accesskey-ca-protect\";i:3252;s:22:\"accesskey-ca-unprotect\";i:3253;s:19:\"accesskey-ca-delete\";i:3254;s:21:\"accesskey-ca-undelete\";i:3255;s:17:\"accesskey-ca-move\";i:3256;s:18:\"accesskey-ca-watch\";i:3257;s:20:\"accesskey-ca-unwatch\";i:3258;s:16:\"accesskey-search\";i:3259;s:19:\"accesskey-search-go\";i:3260;s:25:\"accesskey-search-fulltext\";i:3261;s:16:\"accesskey-p-logo\";i:3262;s:26:\"accesskey-n-help-mediawiki\";i:3263;s:20:\"accesskey-n-mainpage\";i:3264;s:32:\"accesskey-n-mainpage-description\";i:3265;s:18:\"accesskey-n-portal\";i:3266;s:25:\"accesskey-n-currentevents\";i:3267;s:25:\"accesskey-n-recentchanges\";i:3268;s:22:\"accesskey-n-randompage\";i:3269;s:16:\"accesskey-n-help\";i:3270;s:25:\"accesskey-t-whatlinkshere\";i:3271;s:31:\"accesskey-t-recentchangeslinked\";i:3272;s:18:\"accesskey-feed-rss\";i:3273;s:19:\"accesskey-feed-atom\";i:3274;s:25:\"accesskey-t-contributions\";i:3275;s:21:\"accesskey-t-emailuser\";i:3276;s:16:\"accesskey-t-info\";i:3277;s:21:\"accesskey-t-permalink\";i:3278;s:17:\"accesskey-t-print\";i:3279;s:18:\"accesskey-t-upload\";i:3280;s:24:\"accesskey-t-specialpages\";i:3281;s:23:\"accesskey-ca-nstab-main\";i:3282;s:23:\"accesskey-ca-nstab-user\";i:3283;s:24:\"accesskey-ca-nstab-media\";i:3284;s:26:\"accesskey-ca-nstab-special\";i:3285;s:26:\"accesskey-ca-nstab-project\";i:3286;s:24:\"accesskey-ca-nstab-image\";i:3287;s:28:\"accesskey-ca-nstab-mediawiki\";i:3288;s:27:\"accesskey-ca-nstab-template\";i:3289;s:23:\"accesskey-ca-nstab-help\";i:3290;s:27:\"accesskey-ca-nstab-category\";i:3291;s:19:\"accesskey-minoredit\";i:3292;s:14:\"accesskey-save\";i:3293;s:17:\"accesskey-publish\";i:3294;s:17:\"accesskey-preview\";i:3295;s:14:\"accesskey-diff\";i:3296;s:33:\"accesskey-compareselectedversions\";i:3297;s:15:\"accesskey-watch\";i:3298;s:26:\"accesskey-watchlist-expiry\";i:3299;s:16:\"accesskey-upload\";i:3300;s:26:\"accesskey-preferences-save\";i:3301;s:17:\"accesskey-summary\";i:3302;s:24:\"accesskey-userrights-set\";i:3303;s:23:\"accesskey-blockip-block\";i:3304;s:16:\"accesskey-export\";i:3305;s:16:\"accesskey-import\";i:3306;s:37:\"accesskey-watchlistedit-normal-submit\";i:3307;s:34:\"accesskey-watchlistedit-raw-submit\";i:3308;s:23:\"tooltip-pt-anonuserpage\";i:3309;s:22:\"tooltip-pt-tmpuserpage\";i:3310;s:19:\"tooltip-pt-anontalk\";i:3311;s:23:\"tooltip-pt-anoncontribs\";i:3312;s:24:\"tooltip-pt-login-private\";i:3313;s:15:\"tooltip-ca-view\";i:3314;s:20:\"tooltip-ca-unprotect\";i:3315;s:19:\"tooltip-ca-undelete\";i:3316;s:27:\"tooltip-ca-unwatch-expiring\";i:3317;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3318;s:18:\"tooltip-p-cactions\";i:3319;s:14:\"tooltip-p-lang\";i:3320;s:20:\"tooltip-p-navigation\";i:3321;s:18:\"tooltip-p-personal\";i:3322;s:20:\"tooltip-p-namespaces\";i:3323;s:12:\"tooltip-p-tb\";i:3324;s:18:\"tooltip-p-variants\";i:3325;s:15:\"tooltip-p-views\";i:3326;s:36:\"tooltip-p-user-interface-preferences\";i:3327;s:19:\"tooltip-p-user-page\";i:3328;s:24:\"tooltip-n-help-mediawiki\";i:3329;s:16:\"tooltip-feed-rss\";i:3330;s:14:\"tooltip-t-info\";i:3331;s:22:\"tooltip-ca-nstab-media\";i:3332;s:26:\"tooltip-ca-nstab-mediawiki\";i:3333;s:21:\"tooltip-ca-nstab-help\";i:3334;s:15:\"tooltip-publish\";i:3335;s:24:\"tooltip-watchlist-expiry\";i:3336;s:35:\"tooltip-watchlistedit-normal-submit\";i:3337;s:32:\"tooltip-watchlistedit-raw-submit\";i:3338;s:16:\"tooltip-recreate\";i:3339;s:14:\"tooltip-upload\";i:3340;s:24:\"tooltip-preferences-save\";i:3341;s:24:\"interlanguage-link-title\";i:3342;s:33:\"interlanguage-link-title-langonly\";i:3343;s:32:\"interlanguage-link-title-nonlang\";i:3344;s:36:\"interlanguage-link-title-nonlangonly\";i:3345;s:10:\"common.css\";i:3346;s:9:\"print.css\";i:3347;s:12:\"noscript.css\";i:3348;s:23:\"group-autoconfirmed.css\";i:3349;s:14:\"group-user.css\";i:3350;s:13:\"group-bot.css\";i:3351;s:15:\"group-sysop.css\";i:3352;s:20:\"group-bureaucrat.css\";i:3353;s:11:\"common.json\";i:3354;s:9:\"common.js\";i:3355;s:22:\"group-autoconfirmed.js\";i:3356;s:13:\"group-user.js\";i:3357;s:12:\"group-bot.js\";i:3358;s:14:\"group-sysop.js\";i:3359;s:19:\"group-bureaucrat.js\";i:3360;s:9:\"anonymous\";i:3361;s:8:\"siteuser\";i:3362;s:8:\"anonuser\";i:3363;s:16:\"lastmodifiedatby\";i:3364;s:13:\"othercontribs\";i:3365;s:6:\"others\";i:3366;s:9:\"siteusers\";i:3367;s:9:\"anonusers\";i:3368;s:11:\"creditspage\";i:3369;s:9:\"nocredits\";i:3370;s:19:\"spamprotectiontitle\";i:3371;s:18:\"spamprotectiontext\";i:3372;s:19:\"spamprotectionmatch\";i:3373;s:16:\"spambot_username\";i:3374;s:14:\"spam_reverting\";i:3375;s:13:\"spam_blanking\";i:3376;s:13:\"spam_deleting\";i:3377;s:20:\"simpleantispam-label\";i:3378;s:15:\"pageinfo-header\";i:3379;s:14:\"pageinfo-title\";i:3380;s:20:\"pageinfo-not-current\";i:3381;s:21:\"pageinfo-header-basic\";i:3382;s:21:\"pageinfo-header-edits\";i:3383;s:28:\"pageinfo-header-restrictions\";i:3384;s:26:\"pageinfo-header-properties\";i:3385;s:22:\"pageinfo-display-title\";i:3386;s:21:\"pageinfo-default-sort\";i:3387;s:15:\"pageinfo-length\";i:3388;s:18:\"pageinfo-namespace\";i:3389;s:19:\"pageinfo-article-id\";i:3390;s:17:\"pageinfo-language\";i:3391;s:24:\"pageinfo-language-change\";i:3392;s:22:\"pageinfo-content-model\";i:3393;s:29:\"pageinfo-content-model-change\";i:3394;s:21:\"pageinfo-robot-policy\";i:3395;s:20:\"pageinfo-robot-index\";i:3396;s:22:\"pageinfo-robot-noindex\";i:3397;s:17:\"pageinfo-watchers\";i:3398;s:26:\"pageinfo-visiting-watchers\";i:3399;s:21:\"pageinfo-few-watchers\";i:3400;s:30:\"pageinfo-few-visiting-watchers\";i:3401;s:23:\"pageinfo-redirects-name\";i:3402;s:24:\"pageinfo-redirects-value\";i:3403;s:22:\"pageinfo-subpages-name\";i:3404;s:23:\"pageinfo-subpages-value\";i:3405;s:18:\"pageinfo-firstuser\";i:3406;s:18:\"pageinfo-firsttime\";i:3407;s:17:\"pageinfo-lastuser\";i:3408;s:17:\"pageinfo-lasttime\";i:3409;s:14:\"pageinfo-edits\";i:3410;s:16:\"pageinfo-authors\";i:3411;s:21:\"pageinfo-recent-edits\";i:3412;s:23:\"pageinfo-recent-authors\";i:3413;s:20:\"pageinfo-magic-words\";i:3414;s:26:\"pageinfo-hidden-categories\";i:3415;s:18:\"pageinfo-templates\";i:3416;s:22:\"pageinfo-transclusions\";i:3417;s:15:\"pageinfo-footer\";i:3418;s:20:\"pageinfo-toolboxlink\";i:3419;s:20:\"pageinfo-redirectsto\";i:3420;s:25:\"pageinfo-redirectsto-info\";i:3421;s:20:\"pageinfo-contentpage\";i:3422;s:24:\"pageinfo-contentpage-yes\";i:3423;s:26:\"pageinfo-protect-cascading\";i:3424;s:30:\"pageinfo-protect-cascading-yes\";i:3425;s:31:\"pageinfo-protect-cascading-from\";i:3426;s:22:\"pageinfo-category-info\";i:3427;s:23:\"pageinfo-category-total\";i:3428;s:23:\"pageinfo-category-pages\";i:3429;s:25:\"pageinfo-category-subcats\";i:3430;s:23:\"pageinfo-category-files\";i:3431;s:16:\"pageinfo-user-id\";i:3432;s:18:\"pageinfo-file-hash\";i:3433;s:25:\"pageinfo-view-protect-log\";i:3434;s:19:\"markaspatrolleddiff\";i:3435;s:19:\"markaspatrolledlink\";i:3436;s:19:\"markaspatrolledtext\";i:3437;s:24:\"markaspatrolledtext-file\";i:3438;s:17:\"markedaspatrolled\";i:3439;s:21:\"markedaspatrolledtext\";i:3440;s:16:\"rcpatroldisabled\";i:3441;s:20:\"rcpatroldisabledtext\";i:3442;s:22:\"markedaspatrollederror\";i:3443;s:26:\"markedaspatrollederrortext\";i:3444;s:35:\"markedaspatrollederror-noautopatrol\";i:3445;s:23:\"markedaspatrollednotify\";i:3446;s:15:\"patrol-log-page\";i:3447;s:17:\"patrol-log-header\";i:3448;s:28:\"confirm-markpatrolled-button\";i:3449;s:25:\"confirm-markpatrolled-top\";i:3450;s:15:\"deletedrevision\";i:3451;s:21:\"filedeleteerror-short\";i:3452;s:20:\"filedeleteerror-long\";i:3453;s:18:\"filedelete-missing\";i:3454;s:27:\"filedelete-old-unregistered\";i:3455;s:31:\"filedelete-current-unregistered\";i:3456;s:28:\"filedelete-archive-read-only\";i:3457;s:12:\"mediawarning\";i:3458;s:12:\"imagemaxsize\";i:3459;s:9:\"thumbsize\";i:3460;s:11:\"widthheight\";i:3461;s:15:\"widthheightpage\";i:3462;s:9:\"file-info\";i:3463;s:20:\"file-info-size-pages\";i:3464;s:22:\"svg-long-desc-animated\";i:3465;s:14:\"svg-long-error\";i:3466;s:22:\"show-big-image-preview\";i:3467;s:29:\"show-big-image-preview-differ\";i:3468;s:20:\"show-big-image-other\";i:3469;s:19:\"show-big-image-size\";i:3470;s:20:\"file-info-gif-looped\";i:3471;s:20:\"file-info-gif-frames\";i:3472;s:20:\"file-info-png-looped\";i:3473;s:20:\"file-info-png-repeat\";i:3474;s:20:\"file-info-png-frames\";i:3475;s:23:\"file-no-thumb-animation\";i:3476;s:27:\"file-no-thumb-animation-gif\";i:3477;s:9:\"newimages\";i:3478;s:13:\"newimagestext\";i:3479;s:13:\"imagelisttext\";i:3480;s:17:\"newimages-summary\";i:3481;s:16:\"newimages-legend\";i:3482;s:14:\"newimages-user\";i:3483;s:18:\"newimages-showbots\";i:3484;s:23:\"newimages-hidepatrolled\";i:3485;s:19:\"newimages-mediatype\";i:3486;s:8:\"noimages\";i:3487;s:24:\"gallery-slideshow-toggle\";i:3488;s:8:\"ilsubmit\";i:3489;s:6:\"bydate\";i:3490;s:21:\"sp-newimages-showfrom\";i:3491;s:10:\"video-dims\";i:3492;s:14:\"seconds-abbrev\";i:3493;s:14:\"minutes-abbrev\";i:3494;s:12:\"hours-abbrev\";i:3495;s:11:\"days-abbrev\";i:3496;s:7:\"seconds\";i:3497;s:7:\"minutes\";i:3498;s:5:\"hours\";i:3499;s:4:\"days\";i:3500;s:5:\"weeks\";i:3501;s:6:\"months\";i:3502;s:5:\"years\";i:3503;s:3:\"ago\";i:3504;s:8:\"just-now\";i:3505;s:9:\"hours-ago\";i:3506;s:11:\"minutes-ago\";i:3507;s:11:\"seconds-ago\";i:3508;s:9:\"monday-at\";i:3509;s:10:\"tuesday-at\";i:3510;s:12:\"wednesday-at\";i:3511;s:11:\"thursday-at\";i:3512;s:9:\"friday-at\";i:3513;s:11:\"saturday-at\";i:3514;s:9:\"sunday-at\";i:3515;s:8:\"today-at\";i:3516;s:12:\"yesterday-at\";i:3517;s:19:\"variantname-zh-hans\";i:3518;s:19:\"variantname-zh-hant\";i:3519;s:17:\"variantname-zh-cn\";i:3520;s:17:\"variantname-zh-tw\";i:3521;s:17:\"variantname-zh-hk\";i:3522;s:17:\"variantname-zh-mo\";i:3523;s:17:\"variantname-zh-sg\";i:3524;s:17:\"variantname-zh-my\";i:3525;s:14:\"variantname-zh\";i:3526;s:20:\"variantname-gan-hans\";i:3527;s:20:\"variantname-gan-hant\";i:3528;s:15:\"variantname-gan\";i:3529;s:19:\"variantname-sr-cyrl\";i:3530;s:17:\"variantname-sr-ec\";i:3531;s:17:\"variantname-sr-el\";i:3532;s:19:\"variantname-sr-latn\";i:3533;s:14:\"variantname-sr\";i:3534;s:17:\"variantname-kk-kz\";i:3535;s:17:\"variantname-kk-tr\";i:3536;s:17:\"variantname-kk-cn\";i:3537;s:19:\"variantname-kk-cyrl\";i:3538;s:19:\"variantname-kk-latn\";i:3539;s:19:\"variantname-kk-arab\";i:3540;s:14:\"variantname-kk\";i:3541;s:19:\"variantname-ku-arab\";i:3542;s:19:\"variantname-ku-latn\";i:3543;s:14:\"variantname-ku\";i:3544;s:19:\"variantname-tg-cyrl\";i:3545;s:19:\"variantname-tg-latn\";i:3546;s:14:\"variantname-tg\";i:3547;s:20:\"variantname-tly-cyrl\";i:3548;s:15:\"variantname-tly\";i:3549;s:20:\"variantname-ike-cans\";i:3550;s:20:\"variantname-ike-latn\";i:3551;s:14:\"variantname-iu\";i:3552;s:20:\"variantname-shi-tfng\";i:3553;s:20:\"variantname-shi-latn\";i:3554;s:15:\"variantname-shi\";i:3555;s:14:\"variantname-uz\";i:3556;s:19:\"variantname-uz-latn\";i:3557;s:19:\"variantname-uz-cyrl\";i:3558;s:15:\"variantname-crh\";i:3559;s:20:\"variantname-crh-latn\";i:3560;s:20:\"variantname-crh-cyrl\";i:3561;s:15:\"metadata-expand\";i:3562;s:17:\"metadata-collapse\";i:3563;s:17:\"metadata-langitem\";i:3564;s:25:\"metadata-langitem-default\";i:3565;s:12:\"confirmemail\";i:3566;s:20:\"confirmemail_noemail\";i:3567;s:17:\"confirmemail_text\";i:3568;s:20:\"confirmemail_pending\";i:3569;s:17:\"confirmemail_send\";i:3570;s:17:\"confirmemail_sent\";i:3571;s:21:\"confirmemail_oncreate\";i:3572;s:23:\"confirmemail_sendfailed\";i:3573;s:20:\"confirmemail_invalid\";i:3574;s:22:\"confirmemail_needlogin\";i:3575;s:20:\"confirmemail_success\";i:3576;s:21:\"confirmemail_loggedin\";i:3577;s:20:\"confirmemail_subject\";i:3578;s:17:\"confirmemail_body\";i:3579;s:25:\"confirmemail_body_changed\";i:3580;s:21:\"confirmemail_body_set\";i:3581;s:24:\"confirmemail_invalidated\";i:3582;s:15:\"invalidateemail\";i:3583;s:33:\"notificationemail_subject_changed\";i:3584;s:33:\"notificationemail_subject_removed\";i:3585;s:30:\"notificationemail_body_changed\";i:3586;s:30:\"notificationemail_body_removed\";i:3587;s:23:\"scarytranscludedisabled\";i:3588;s:21:\"scarytranscludefailed\";i:3589;s:32:\"scarytranscludefailed-httpstatus\";i:3590;s:22:\"scarytranscludetoolong\";i:3591;s:19:\"deletedwhileediting\";i:3592;s:15:\"confirmrecreate\";i:3593;s:24:\"confirmrecreate-noreason\";i:3594;s:8:\"recreate\";i:3595;s:10:\"unit-pixel\";i:3596;s:19:\"confirm-purge-title\";i:3597;s:20:\"confirm_purge_button\";i:3598;s:17:\"confirm-purge-top\";i:3599;s:20:\"confirm-purge-bottom\";i:3600;s:20:\"confirm-watch-button\";i:3601;s:17:\"confirm-watch-top\";i:3602;s:19:\"confirm-watch-label\";i:3603;s:24:\"watchlist-expiry-options\";i:3604;s:31:\"watchlist-expires-in-aria-label\";i:3605;s:27:\"confirm-watch-button-expiry\";i:3606;s:22:\"confirm-unwatch-button\";i:3607;s:19:\"confirm-unwatch-top\";i:3608;s:23:\"confirm-rollback-button\";i:3609;s:20:\"confirm-rollback-top\";i:3610;s:23:\"confirm-rollback-bottom\";i:3611;s:24:\"confirm-mcrrestore-title\";i:3612;s:21:\"confirm-mcrundo-title\";i:3613;s:13:\"mcrundofailed\";i:3614;s:20:\"mcrundo-missingparam\";i:3615;s:15:\"mcrundo-changed\";i:3616;s:20:\"mcrundo-parse-failed\";i:3617;s:19:\"semicolon-separator\";i:3618;s:15:\"comma-separator\";i:3619;s:15:\"colon-separator\";i:3620;s:18:\"autocomment-prefix\";i:3621;s:14:\"pipe-separator\";i:3622;s:14:\"word-separator\";i:3623;s:8:\"ellipsis\";i:3624;s:7:\"percent\";i:3625;s:11:\"parentheses\";i:3626;s:17:\"parentheses-start\";i:3627;s:15:\"parentheses-end\";i:3628;s:8:\"brackets\";i:3629;s:14:\"brackets-start\";i:3630;s:12:\"brackets-end\";i:3631;s:15:\"quotation-marks\";i:3632;s:13:\"formatnum-nan\";i:3633;s:16:\"imgmultipageprev\";i:3634;s:16:\"imgmultipagenext\";i:3635;s:10:\"imgmultigo\";i:3636;s:12:\"imgmultigoto\";i:3637;s:12:\"img-lang-opt\";i:3638;s:16:\"img-lang-default\";i:3639;s:13:\"img-lang-info\";i:3640;s:11:\"img-lang-go\";i:3641;s:16:\"table_pager_next\";i:3642;s:16:\"table_pager_prev\";i:3643;s:17:\"table_pager_first\";i:3644;s:16:\"table_pager_last\";i:3645;s:17:\"table_pager_limit\";i:3646;s:23:\"table_pager_limit_label\";i:3647;s:24:\"table_pager_limit_submit\";i:3648;s:17:\"table_pager_empty\";i:3649;s:14:\"autosumm-blank\";i:3650;s:16:\"autosumm-replace\";i:3651;s:16:\"autoredircomment\";i:3652;s:25:\"autosumm-removed-redirect\";i:3653;s:32:\"autosumm-changed-redirect-target\";i:3654;s:12:\"autosumm-new\";i:3655;s:17:\"autosumm-newblank\";i:3656;s:29:\"block-autoblock-exemptionlist\";i:3657;s:10:\"size-bytes\";i:3658;s:14:\"size-kilobytes\";i:3659;s:14:\"size-megabytes\";i:3660;s:14:\"size-gigabytes\";i:3661;s:14:\"size-terabytes\";i:3662;s:14:\"size-petabytes\";i:3663;s:13:\"size-exabytes\";i:3664;s:15:\"size-zettabytes\";i:3665;s:15:\"size-yottabytes\";i:3666;s:15:\"size-ronnabytes\";i:3667;s:16:\"size-quettabytes\";i:3668;s:10:\"size-pixel\";i:3669;s:14:\"size-kilopixel\";i:3670;s:14:\"size-megapixel\";i:3671;s:14:\"size-gigapixel\";i:3672;s:14:\"size-terapixel\";i:3673;s:14:\"size-petapixel\";i:3674;s:13:\"size-exapixel\";i:3675;s:15:\"size-zettapixel\";i:3676;s:15:\"size-yottapixel\";i:3677;s:15:\"size-ronnapixel\";i:3678;s:16:\"size-quettapixel\";i:3679;s:12:\"bitrate-bits\";i:3680;s:16:\"bitrate-kilobits\";i:3681;s:16:\"bitrate-megabits\";i:3682;s:16:\"bitrate-gigabits\";i:3683;s:16:\"bitrate-terabits\";i:3684;s:16:\"bitrate-petabits\";i:3685;s:15:\"bitrate-exabits\";i:3686;s:17:\"bitrate-zettabits\";i:3687;s:17:\"bitrate-yottabits\";i:3688;s:17:\"bitrate-ronnabits\";i:3689;s:18:\"bitrate-quettabits\";i:3690;s:15:\"lag-warn-normal\";i:3691;s:13:\"lag-warn-high\";i:3692;s:21:\"editwatchlist-summary\";i:3693;s:26:\"watchlistedit-normal-title\";i:3694;s:27:\"watchlistedit-normal-legend\";i:3695;s:28:\"watchlistedit-normal-explain\";i:3696;s:27:\"watchlistedit-normal-submit\";i:3697;s:25:\"watchlistedit-normal-done\";i:3698;s:23:\"watchlistedit-raw-title\";i:3699;s:24:\"watchlistedit-raw-legend\";i:3700;s:25:\"watchlistedit-raw-explain\";i:3701;s:24:\"watchlistedit-raw-titles\";i:3702;s:24:\"watchlistedit-raw-submit\";i:3703;s:22:\"watchlistedit-raw-done\";i:3704;s:23:\"watchlistedit-raw-added\";i:3705;s:25:\"watchlistedit-raw-removed\";i:3706;s:25:\"watchlistedit-clear-title\";i:3707;s:26:\"watchlistedit-clear-legend\";i:3708;s:26:\"watchlistedit-clear-submit\";i:3709;s:24:\"watchlistedit-clear-done\";i:3710;s:28:\"watchlistedit-clear-jobqueue\";i:3711;s:27:\"watchlistedit-clear-removed\";i:3712;s:20:\"watchlisttools-clear\";i:3713;s:19:\"iranian-calendar-m1\";i:3714;s:19:\"iranian-calendar-m2\";i:3715;s:19:\"iranian-calendar-m3\";i:3716;s:19:\"iranian-calendar-m4\";i:3717;s:19:\"iranian-calendar-m5\";i:3718;s:19:\"iranian-calendar-m6\";i:3719;s:19:\"iranian-calendar-m7\";i:3720;s:19:\"iranian-calendar-m8\";i:3721;s:19:\"iranian-calendar-m9\";i:3722;s:20:\"iranian-calendar-m10\";i:3723;s:20:\"iranian-calendar-m11\";i:3724;s:20:\"iranian-calendar-m12\";i:3725;s:17:\"hijri-calendar-m1\";i:3726;s:17:\"hijri-calendar-m2\";i:3727;s:17:\"hijri-calendar-m3\";i:3728;s:17:\"hijri-calendar-m4\";i:3729;s:17:\"hijri-calendar-m5\";i:3730;s:17:\"hijri-calendar-m6\";i:3731;s:17:\"hijri-calendar-m7\";i:3732;s:17:\"hijri-calendar-m8\";i:3733;s:17:\"hijri-calendar-m9\";i:3734;s:18:\"hijri-calendar-m10\";i:3735;s:18:\"hijri-calendar-m11\";i:3736;s:18:\"hijri-calendar-m12\";i:3737;s:18:\"hebrew-calendar-m1\";i:3738;s:18:\"hebrew-calendar-m2\";i:3739;s:18:\"hebrew-calendar-m3\";i:3740;s:18:\"hebrew-calendar-m4\";i:3741;s:18:\"hebrew-calendar-m5\";i:3742;s:18:\"hebrew-calendar-m6\";i:3743;s:19:\"hebrew-calendar-m6a\";i:3744;s:19:\"hebrew-calendar-m6b\";i:3745;s:18:\"hebrew-calendar-m7\";i:3746;s:18:\"hebrew-calendar-m8\";i:3747;s:18:\"hebrew-calendar-m9\";i:3748;s:19:\"hebrew-calendar-m10\";i:3749;s:19:\"hebrew-calendar-m11\";i:3750;s:19:\"hebrew-calendar-m12\";i:3751;s:22:\"hebrew-calendar-m1-gen\";i:3752;s:22:\"hebrew-calendar-m2-gen\";i:3753;s:22:\"hebrew-calendar-m3-gen\";i:3754;s:22:\"hebrew-calendar-m4-gen\";i:3755;s:22:\"hebrew-calendar-m5-gen\";i:3756;s:22:\"hebrew-calendar-m6-gen\";i:3757;s:23:\"hebrew-calendar-m6a-gen\";i:3758;s:23:\"hebrew-calendar-m6b-gen\";i:3759;s:22:\"hebrew-calendar-m7-gen\";i:3760;s:22:\"hebrew-calendar-m8-gen\";i:3761;s:22:\"hebrew-calendar-m9-gen\";i:3762;s:23:\"hebrew-calendar-m10-gen\";i:3763;s:23:\"hebrew-calendar-m11-gen\";i:3764;s:23:\"hebrew-calendar-m12-gen\";i:3765;s:14:\"signature-anon\";i:3766;s:14:\"signature-temp\";i:3767;s:12:\"timezone-utc\";i:3768;s:14:\"timezone-local\";i:3769;s:22:\"duplicate-displaytitle\";i:3770;s:23:\"restricted-displaytitle\";i:3771;s:22:\"invalid-indicator-name\";i:3772;s:25:\"invalid-langconvert-attrs\";i:3773;s:7:\"version\";i:3774;s:15:\"version-summary\";i:3775;s:18:\"version-extensions\";i:3776;s:13:\"version-skins\";i:3777;s:20:\"version-specialpages\";i:3778;s:19:\"version-parserhooks\";i:3779;s:17:\"version-variables\";i:3780;s:15:\"version-editors\";i:3781;s:16:\"version-antispam\";i:3782;s:11:\"version-api\";i:3783;s:13:\"version-other\";i:3784;s:21:\"version-mediahandlers\";i:3785;s:13:\"version-hooks\";i:3786;s:28:\"version-parser-extensiontags\";i:3787;s:29:\"version-parser-function-hooks\";i:3788;s:17:\"version-hook-name\";i:3789;s:25:\"version-hook-subscribedby\";i:3790;s:15:\"version-version\";i:3791;s:19:\"version-no-ext-name\";i:3792;s:15:\"version-license\";i:3793;s:19:\"version-ext-license\";i:3794;s:26:\"version-ext-colheader-name\";i:3795;s:27:\"version-skin-colheader-name\";i:3796;s:29:\"version-ext-colheader-version\";i:3797;s:29:\"version-ext-colheader-license\";i:3798;s:33:\"version-ext-colheader-description\";i:3799;s:29:\"version-ext-colheader-credits\";i:3800;s:21:\"version-license-title\";i:3801;s:25:\"version-license-not-found\";i:3802;s:21:\"version-credits-title\";i:3803;s:25:\"version-credits-not-found\";i:3804;s:25:\"version-poweredby-credits\";i:3805;s:24:\"version-poweredby-others\";i:3806;s:29:\"version-poweredby-translators\";i:3807;s:25:\"version-poweredby-various\";i:3808;s:23:\"version-credits-summary\";i:3809;s:20:\"version-license-info\";i:3810;s:16:\"version-software\";i:3811;s:24:\"version-software-product\";i:3812;s:24:\"version-software-version\";i:3813;s:20:\"version-db-mysql-url\";i:3814;s:22:\"version-db-mariadb-url\";i:3815;s:22:\"version-db-percona-url\";i:3816;s:23:\"version-db-postgres-url\";i:3817;s:21:\"version-db-sqlite-url\";i:3818;s:19:\"version-entrypoints\";i:3819;s:37:\"version-entrypoints-header-entrypoint\";i:3820;s:30:\"version-entrypoints-header-url\";i:3821;s:31:\"version-entrypoints-articlepath\";i:3822;s:30:\"version-entrypoints-scriptpath\";i:3823;s:29:\"version-entrypoints-index-php\";i:3824;s:27:\"version-entrypoints-api-php\";i:3825;s:28:\"version-entrypoints-rest-php\";i:3826;s:17:\"version-libraries\";i:3827;s:25:\"version-libraries-library\";i:3828;s:25:\"version-libraries-version\";i:3829;s:25:\"version-libraries-license\";i:3830;s:29:\"version-libraries-description\";i:3831;s:25:\"version-libraries-authors\";i:3832;s:8:\"redirect\";i:3833;s:13:\"redirect-text\";i:3834;s:16:\"redirect-summary\";i:3835;s:15:\"redirect-submit\";i:3836;s:15:\"redirect-lookup\";i:3837;s:14:\"redirect-value\";i:3838;s:13:\"redirect-user\";i:3839;s:13:\"redirect-page\";i:3840;s:17:\"redirect-revision\";i:3841;s:13:\"redirect-file\";i:3842;s:14:\"redirect-logid\";i:3843;s:19:\"redirect-not-exists\";i:3844;s:20:\"redirect-not-numeric\";i:3845;s:19:\"fileduplicatesearch\";i:3846;s:27:\"fileduplicatesearch-summary\";i:3847;s:28:\"fileduplicatesearch-filename\";i:3848;s:26:\"fileduplicatesearch-submit\";i:3849;s:24:\"fileduplicatesearch-info\";i:3850;s:28:\"fileduplicatesearch-result-1\";i:3851;s:28:\"fileduplicatesearch-result-n\";i:3852;s:29:\"fileduplicatesearch-noresults\";i:3853;s:20:\"specialpages-summary\";i:3854;s:21:\"specialpages-note-top\";i:3855;s:28:\"specialpages-note-restricted\";i:3856;s:24:\"specialpages-note-cached\";i:3857;s:30:\"specialpages-group-maintenance\";i:3858;s:24:\"specialpages-group-other\";i:3859;s:24:\"specialpages-group-login\";i:3860;s:26:\"specialpages-group-changes\";i:3861;s:24:\"specialpages-group-media\";i:3862;s:24:\"specialpages-group-users\";i:3863;s:26:\"specialpages-group-highuse\";i:3864;s:24:\"specialpages-group-pages\";i:3865;s:28:\"specialpages-group-pagetools\";i:3866;s:23:\"specialpages-group-wiki\";i:3867;s:28:\"specialpages-group-redirects\";i:3868;s:23:\"specialpages-group-spam\";i:3869;s:28:\"specialpages-group-developer\";i:3870;s:9:\"blankpage\";i:3871;s:22:\"intentionallyblankpage\";i:3872;s:28:\"disabledspecialpage-disabled\";i:3873;s:4:\"tags\";i:3874;s:12:\"tags-summary\";i:3875;s:17:\"tag-filter-submit\";i:3876;s:10:\"tag-hidden\";i:3877;s:16:\"tag-list-wrapper\";i:3878;s:25:\"tag-mw-contentmodelchange\";i:3879;s:37:\"tag-mw-contentmodelchange-description\";i:3880;s:19:\"tag-mw-new-redirect\";i:3881;s:31:\"tag-mw-new-redirect-description\";i:3882;s:23:\"tag-mw-removed-redirect\";i:3883;s:35:\"tag-mw-removed-redirect-description\";i:3884;s:30:\"tag-mw-changed-redirect-target\";i:3885;s:42:\"tag-mw-changed-redirect-target-description\";i:3886;s:12:\"tag-mw-blank\";i:3887;s:24:\"tag-mw-blank-description\";i:3888;s:14:\"tag-mw-replace\";i:3889;s:26:\"tag-mw-replace-description\";i:3890;s:15:\"tag-mw-rollback\";i:3891;s:27:\"tag-mw-rollback-description\";i:3892;s:11:\"tag-mw-undo\";i:3893;s:23:\"tag-mw-undo-description\";i:3894;s:20:\"tag-mw-manual-revert\";i:3895;s:32:\"tag-mw-manual-revert-description\";i:3896;s:15:\"tag-mw-reverted\";i:3897;s:27:\"tag-mw-reverted-description\";i:3898;s:25:\"tag-mw-server-side-upload\";i:3899;s:37:\"tag-mw-server-side-upload-description\";i:3900;s:10:\"tags-title\";i:3901;s:10:\"tags-intro\";i:3902;s:8:\"tags-tag\";i:3903;s:19:\"tags-display-header\";i:3904;s:23:\"tags-description-header\";i:3905;s:18:\"tags-source-header\";i:3906;s:18:\"tags-active-header\";i:3907;s:20:\"tags-hitcount-header\";i:3908;s:19:\"tags-actions-header\";i:3909;s:15:\"tags-active-yes\";i:3910;s:14:\"tags-active-no\";i:3911;s:21:\"tags-source-extension\";i:3912;s:18:\"tags-source-manual\";i:3913;s:16:\"tags-source-none\";i:3914;s:11:\"tags-hidden\";i:3915;s:11:\"tags-delete\";i:3916;s:13:\"tags-activate\";i:3917;s:15:\"tags-deactivate\";i:3918;s:13:\"tags-hitcount\";i:3919;s:25:\"tags-manage-no-permission\";i:3920;s:19:\"tags-manage-blocked\";i:3921;s:19:\"tags-create-heading\";i:3922;s:23:\"tags-create-explanation\";i:3923;s:20:\"tags-create-tag-name\";i:3924;s:18:\"tags-create-reason\";i:3925;s:18:\"tags-create-submit\";i:3926;s:19:\"tags-create-no-name\";i:3927;s:25:\"tags-create-invalid-chars\";i:3928;s:31:\"tags-create-invalid-title-chars\";i:3929;s:26:\"tags-create-already-exists\";i:3930;s:26:\"tags-create-warnings-above\";i:3931;s:26:\"tags-create-warnings-below\";i:3932;s:17:\"tags-delete-title\";i:3933;s:31:\"tags-delete-explanation-initial\";i:3934;s:30:\"tags-delete-explanation-in-use\";i:3935;s:31:\"tags-delete-explanation-warning\";i:3936;s:30:\"tags-delete-explanation-active\";i:3937;s:18:\"tags-delete-reason\";i:3938;s:18:\"tags-delete-submit\";i:3939;s:23:\"tags-delete-not-allowed\";i:3940;s:21:\"tags-delete-not-found\";i:3941;s:25:\"tags-delete-too-many-uses\";i:3942;s:33:\"tags-delete-warnings-after-delete\";i:3943;s:25:\"tags-delete-no-permission\";i:3944;s:19:\"tags-activate-title\";i:3945;s:22:\"tags-activate-question\";i:3946;s:20:\"tags-activate-reason\";i:3947;s:25:\"tags-activate-not-allowed\";i:3948;s:23:\"tags-activate-not-found\";i:3949;s:20:\"tags-activate-submit\";i:3950;s:21:\"tags-deactivate-title\";i:3951;s:24:\"tags-deactivate-question\";i:3952;s:22:\"tags-deactivate-reason\";i:3953;s:27:\"tags-deactivate-not-allowed\";i:3954;s:22:\"tags-deactivate-submit\";i:3955;s:24:\"tags-apply-no-permission\";i:3956;s:18:\"tags-apply-blocked\";i:3957;s:26:\"tags-apply-not-allowed-one\";i:3958;s:28:\"tags-apply-not-allowed-multi\";i:3959;s:25:\"tags-update-no-permission\";i:3960;s:19:\"tags-update-blocked\";i:3961;s:31:\"tags-update-add-not-allowed-one\";i:3962;s:33:\"tags-update-add-not-allowed-multi\";i:3963;s:34:\"tags-update-remove-not-allowed-one\";i:3964;s:36:\"tags-update-remove-not-allowed-multi\";i:3965;s:15:\"tags-edit-title\";i:3966;s:21:\"tags-edit-manage-link\";i:3967;s:27:\"tags-edit-revision-selected\";i:3968;s:27:\"tags-edit-logentry-selected\";i:3969;s:30:\"tags-edit-revision-explanation\";i:3970;s:30:\"tags-edit-logentry-explanation\";i:3971;s:25:\"tags-edit-revision-legend\";i:3972;s:25:\"tags-edit-logentry-legend\";i:3973;s:23:\"tags-edit-existing-tags\";i:3974;s:28:\"tags-edit-existing-tags-none\";i:3975;s:18:\"tags-edit-new-tags\";i:3976;s:13:\"tags-edit-add\";i:3977;s:16:\"tags-edit-remove\";i:3978;s:25:\"tags-edit-remove-all-tags\";i:3979;s:28:\"tags-edit-chosen-placeholder\";i:3980;s:27:\"tags-edit-chosen-no-results\";i:3981;s:16:\"tags-edit-reason\";i:3982;s:25:\"tags-edit-revision-submit\";i:3983;s:25:\"tags-edit-logentry-submit\";i:3984;s:17:\"tags-edit-success\";i:3985;s:17:\"tags-edit-failure\";i:3986;s:23:\"tags-edit-nooldid-title\";i:3987;s:22:\"tags-edit-nooldid-text\";i:3988;s:23:\"tags-edit-none-selected\";i:3989;s:12:\"comparepages\";i:3990;s:20:\"comparepages-summary\";i:3991;s:13:\"compare-page1\";i:3992;s:13:\"compare-page2\";i:3993;s:12:\"compare-rev1\";i:3994;s:12:\"compare-rev2\";i:3995;s:14:\"compare-submit\";i:3996;s:27:\"compare-revision-not-exists\";i:3997;s:9:\"diff-form\";i:3998;s:15:\"diff-form-oldid\";i:3999;s:15:\"diff-form-revid\";i:4000;s:16:\"diff-form-submit\";i:4001;s:17:\"diff-form-summary\";i:4002;s:21:\"diff-form-other-revid\";i:4003;s:21:\"diff-form-error-revid\";i:4004;s:13:\"permanentlink\";i:4005;s:19:\"permanentlink-revid\";i:4006;s:20:\"permanentlink-submit\";i:4007;s:21:\"permanentlink-summary\";i:4008;s:10:\"newsection\";i:4009;s:15:\"newsection-page\";i:4010;s:17:\"newsection-submit\";i:4011;s:18:\"newsection-summary\";i:4012;s:8:\"editpage\";i:4013;s:20:\"specialeditpage-page\";i:4014;s:22:\"specialeditpage-submit\";i:4015;s:16:\"editpage-summary\";i:4016;s:10:\"deletepage\";i:4017;s:22:\"specialdeletepage-page\";i:4018;s:24:\"specialdeletepage-submit\";i:4019;s:18:\"deletepage-summary\";i:4020;s:8:\"pageinfo\";i:4021;s:20:\"specialpageinfo-page\";i:4022;s:22:\"specialpageinfo-submit\";i:4023;s:16:\"pageinfo-summary\";i:4024;s:11:\"pagehistory\";i:4025;s:23:\"specialpagehistory-page\";i:4026;s:25:\"specialpagehistory-submit\";i:4027;s:19:\"pagehistory-summary\";i:4028;s:11:\"protectpage\";i:4029;s:23:\"specialprotectpage-page\";i:4030;s:25:\"specialprotectpage-submit\";i:4031;s:19:\"protectpage-summary\";i:4032;s:5:\"purge\";i:4033;s:17:\"specialpurge-page\";i:4034;s:19:\"specialpurge-submit\";i:4035;s:13:\"purge-summary\";i:4036;s:14:\"dberr-problems\";i:4037;s:11:\"dberr-again\";i:4038;s:10:\"dberr-info\";i:4039;s:17:\"dberr-info-hidden\";i:4040;s:22:\"htmlform-invalid-input\";i:4041;s:25:\"htmlform-select-badoption\";i:4042;s:20:\"htmlform-int-invalid\";i:4043;s:22:\"htmlform-float-invalid\";i:4044;s:19:\"htmlform-int-toolow\";i:4045;s:20:\"htmlform-int-toohigh\";i:4046;s:28:\"htmlform-multiselect-toomany\";i:4047;s:17:\"htmlform-required\";i:4048;s:15:\"htmlform-submit\";i:4049;s:14:\"htmlform-reset\";i:4050;s:28:\"htmlform-selectorother-other\";i:4051;s:11:\"htmlform-no\";i:4052;s:12:\"htmlform-yes\";i:4053;s:27:\"htmlform-chosen-placeholder\";i:4054;s:22:\"htmlform-cloner-create\";i:4055;s:22:\"htmlform-cloner-delete\";i:4056;s:24:\"htmlform-cloner-required\";i:4057;s:25:\"htmlform-date-placeholder\";i:4058;s:25:\"htmlform-time-placeholder\";i:4059;s:29:\"htmlform-datetime-placeholder\";i:4060;s:21:\"htmlform-date-invalid\";i:4061;s:21:\"htmlform-time-invalid\";i:4062;s:25:\"htmlform-datetime-invalid\";i:4063;s:20:\"htmlform-date-toolow\";i:4064;s:21:\"htmlform-date-toohigh\";i:4065;s:20:\"htmlform-time-toolow\";i:4066;s:21:\"htmlform-time-toohigh\";i:4067;s:24:\"htmlform-datetime-toolow\";i:4068;s:25:\"htmlform-datetime-toohigh\";i:4069;s:27:\"htmlform-title-badnamespace\";i:4070;s:28:\"htmlform-title-not-creatable\";i:4071;s:25:\"htmlform-title-not-exists\";i:4072;s:24:\"htmlform-title-interwiki\";i:4073;s:24:\"htmlform-user-not-exists\";i:4074;s:23:\"htmlform-user-not-valid\";i:4075;s:24:\"htmlform-tag-not-allowed\";i:4076;s:10:\"rawmessage\";i:4077;s:22:\"logentry-delete-delete\";i:4078;s:28:\"logentry-delete-delete_redir\";i:4079;s:29:\"logentry-delete-delete_redir2\";i:4080;s:23:\"logentry-delete-restore\";i:4081;s:31:\"logentry-delete-restore-nocount\";i:4082;s:23:\"restore-count-revisions\";i:4083;s:19:\"restore-count-files\";i:4084;s:21:\"logentry-delete-event\";i:4085;s:24:\"logentry-delete-revision\";i:4086;s:28:\"logentry-delete-event-legacy\";i:4087;s:31:\"logentry-delete-revision-legacy\";i:4088;s:24:\"logentry-suppress-delete\";i:4089;s:23:\"logentry-suppress-event\";i:4090;s:26:\"logentry-suppress-revision\";i:4091;s:30:\"logentry-suppress-event-legacy\";i:4092;s:33:\"logentry-suppress-revision-legacy\";i:4093;s:21:\"revdelete-content-hid\";i:4094;s:21:\"revdelete-summary-hid\";i:4095;s:19:\"revdelete-uname-hid\";i:4096;s:23:\"revdelete-content-unhid\";i:4097;s:23:\"revdelete-summary-unhid\";i:4098;s:21:\"revdelete-uname-unhid\";i:4099;s:20:\"revdelete-restricted\";i:4100;s:22:\"revdelete-unrestricted\";i:4101;s:20:\"logentry-block-block\";i:4102;s:22:\"logentry-block-unblock\";i:4103;s:22:\"logentry-block-reblock\";i:4104;s:32:\"logentry-partialblock-block-page\";i:4105;s:30:\"logentry-partialblock-block-ns\";i:4106;s:34:\"logentry-partialblock-block-action\";i:4107;s:27:\"logentry-partialblock-block\";i:4108;s:29:\"logentry-partialblock-reblock\";i:4109;s:32:\"logentry-non-editing-block-block\";i:4110;s:34:\"logentry-non-editing-block-reblock\";i:4111;s:23:\"logentry-suppress-block\";i:4112;s:25:\"logentry-suppress-reblock\";i:4113;s:22:\"logentry-import-upload\";i:4114;s:30:\"logentry-import-upload-details\";i:4115;s:25:\"logentry-import-interwiki\";i:4116;s:33:\"logentry-import-interwiki-details\";i:4117;s:20:\"logentry-merge-merge\";i:4118;s:18:\"logentry-move-move\";i:4119;s:29:\"logentry-move-move-noredirect\";i:4120;s:24:\"logentry-move-move_redir\";i:4121;s:35:\"logentry-move-move_redir-noredirect\";i:4122;s:22:\"logentry-patrol-patrol\";i:4123;s:27:\"logentry-patrol-patrol-auto\";i:4124;s:26:\"logentry-newusers-newusers\";i:4125;s:25:\"logentry-newusers-create2\";i:4126;s:25:\"logentry-newusers-byemail\";i:4127;s:28:\"logentry-newusers-autocreate\";i:4128;s:26:\"logentry-protect-move_prot\";i:4129;s:26:\"logentry-protect-unprotect\";i:4130;s:24:\"logentry-protect-protect\";i:4131;s:32:\"logentry-protect-protect-cascade\";i:4132;s:23:\"logentry-protect-modify\";i:4133;s:31:\"logentry-protect-modify-cascade\";i:4134;s:22:\"logentry-rights-rights\";i:4135;s:29:\"logentry-rights-rights-legacy\";i:4136;s:27:\"logentry-rights-autopromote\";i:4137;s:22:\"logentry-upload-upload\";i:4138;s:25:\"logentry-upload-overwrite\";i:4139;s:22:\"logentry-upload-revert\";i:4140;s:19:\"log-name-managetags\";i:4141;s:26:\"log-description-managetags\";i:4142;s:26:\"logentry-managetags-create\";i:4143;s:26:\"logentry-managetags-delete\";i:4144;s:28:\"logentry-managetags-activate\";i:4145;s:30:\"logentry-managetags-deactivate\";i:4146;s:12:\"log-name-tag\";i:4147;s:19:\"log-description-tag\";i:4148;s:32:\"logentry-tag-update-add-revision\";i:4149;s:32:\"logentry-tag-update-add-logentry\";i:4150;s:35:\"logentry-tag-update-remove-revision\";i:4151;s:35:\"logentry-tag-update-remove-logentry\";i:4152;s:28:\"logentry-tag-update-revision\";i:4153;s:28:\"logentry-tag-update-logentry\";i:4154;s:10:\"rightsnone\";i:4155;s:14:\"deletedarticle\";i:4156;s:16:\"undeletedarticle\";i:4157;s:15:\"patrol-log-line\";i:4158;s:15:\"patrol-log-auto\";i:4159;s:15:\"patrol-log-diff\";i:4160;s:9:\"1movedto2\";i:4161;s:15:\"1movedto2_redir\";i:4162;s:23:\"newuserlog-create-entry\";i:4163;s:24:\"newuserlog-create2-entry\";i:4164;s:27:\"newuserlog-autocreate-entry\";i:4165;s:14:\"rightslogentry\";i:4166;s:26:\"rightslogentry-autopromote\";i:4167;s:30:\"rightslogentry-temporary-group\";i:4168;s:15:\"feedback-adding\";i:4169;s:13:\"feedback-back\";i:4170;s:17:\"feedback-bugcheck\";i:4171;s:15:\"feedback-bugnew\";i:4172;s:18:\"feedback-bugornote\";i:4173;s:15:\"feedback-cancel\";i:4174;s:14:\"feedback-close\";i:4175;s:35:\"feedback-external-bug-report-button\";i:4176;s:21:\"feedback-dialog-title\";i:4177;s:21:\"feedback-dialog-intro\";i:4178;s:15:\"feedback-error1\";i:4179;s:15:\"feedback-error4\";i:4180;s:16:\"feedback-message\";i:4181;s:16:\"feedback-subject\";i:4182;s:15:\"feedback-submit\";i:4183;s:14:\"feedback-terms\";i:4184;s:19:\"feedback-termsofuse\";i:4185;s:15:\"feedback-thanks\";i:4186;s:21:\"feedback-thanks-title\";i:4187;s:18:\"feedback-useragent\";i:4188;s:24:\"searchsuggest-containing\";i:4189;s:27:\"search-match-redirect-label\";i:4190;s:26:\"search-match-redirect-help\";i:4191;s:17:\"searchlimit-label\";i:4192;s:16:\"searchlimit-help\";i:4193;s:30:\"api-clientside-error-noconnect\";i:4194;s:25:\"api-clientside-error-http\";i:4195;s:28:\"api-clientside-error-timeout\";i:4196;s:28:\"api-clientside-error-aborted\";i:4197;s:36:\"api-clientside-error-invalidresponse\";i:4198;s:18:\"api-error-badtoken\";i:4199;s:19:\"api-error-emptypage\";i:4200;s:23:\"api-error-publishfailed\";i:4201;s:21:\"api-error-stashfailed\";i:4202;s:25:\"api-error-unknown-warning\";i:4203;s:22:\"api-error-unknownerror\";i:4204;s:16:\"duration-seconds\";i:4205;s:16:\"duration-minutes\";i:4206;s:14:\"duration-hours\";i:4207;s:13:\"duration-days\";i:4208;s:14:\"duration-weeks\";i:4209;s:14:\"duration-years\";i:4210;s:16:\"duration-decades\";i:4211;s:18:\"duration-centuries\";i:4212;s:18:\"duration-millennia\";i:4213;s:14:\"rotate-comment\";i:4214;s:17:\"limitreport-title\";i:4215;s:19:\"limitreport-cputime\";i:4216;s:25:\"limitreport-cputime-value\";i:4217;s:20:\"limitreport-walltime\";i:4218;s:26:\"limitreport-walltime-value\";i:4219;s:26:\"limitreport-ppvisitednodes\";i:4220;s:32:\"limitreport-ppvisitednodes-value\";i:4221;s:33:\"limitreport-postexpandincludesize\";i:4222;s:39:\"limitreport-postexpandincludesize-value\";i:4223;s:32:\"limitreport-templateargumentsize\";i:4224;s:38:\"limitreport-templateargumentsize-value\";i:4225;s:26:\"limitreport-expansiondepth\";i:4226;s:32:\"limitreport-expansiondepth-value\";i:4227;s:34:\"limitreport-expensivefunctioncount\";i:4228;s:40:\"limitreport-expensivefunctioncount-value\";i:4229;s:25:\"limitreport-unstrip-depth\";i:4230;s:31:\"limitreport-unstrip-depth-value\";i:4231;s:24:\"limitreport-unstrip-size\";i:4232;s:30:\"limitreport-unstrip-size-value\";i:4233;s:15:\"expandtemplates\";i:4234;s:22:\"expand_templates_intro\";i:4235;s:22:\"expand_templates_title\";i:4236;s:22:\"expand_templates_input\";i:4237;s:23:\"expand_templates_output\";i:4238;s:27:\"expand_templates_xml_output\";i:4239;s:28:\"expand_templates_html_output\";i:4240;s:19:\"expand_templates_ok\";i:4241;s:32:\"expand_templates_remove_comments\";i:4242;s:30:\"expand_templates_remove_nowiki\";i:4243;s:29:\"expand_templates_generate_xml\";i:4244;s:33:\"expand_templates_generate_rawhtml\";i:4245;s:24:\"expand_templates_preview\";i:4246;s:34:\"expand_templates_preview_fail_html\";i:4247;s:39:\"expand_templates_preview_fail_html_anon\";i:4248;s:30:\"expand_templates_input_missing\";i:4249;s:12:\"pagelanguage\";i:4250;s:13:\"pagelang-name\";i:4251;s:17:\"pagelang-language\";i:4252;s:20:\"pagelang-use-default\";i:4253;s:20:\"pagelang-select-lang\";i:4254;s:15:\"pagelang-reason\";i:4255;s:15:\"pagelang-submit\";i:4256;s:25:\"pagelang-nonexistent-page\";i:4257;s:27:\"pagelang-unchanged-language\";i:4258;s:35:\"pagelang-unchanged-language-default\";i:4259;s:18:\"pagelang-db-failed\";i:4260;s:14:\"right-pagelang\";i:4261;s:15:\"action-pagelang\";i:4262;s:17:\"log-name-pagelang\";i:4263;s:24:\"log-description-pagelang\";i:4264;s:26:\"logentry-pagelang-pagelang\";i:4265;s:22:\"default-skin-not-found\";i:4266;s:31:\"default-skin-not-found-no-skins\";i:4267;s:34:\"default-skin-not-found-row-enabled\";i:4268;s:35:\"default-skin-not-found-row-disabled\";i:4269;s:15:\"mediastatistics\";i:4270;s:23:\"mediastatistics-summary\";i:4271;s:22:\"mediastatistics-nfiles\";i:4272;s:22:\"mediastatistics-nbytes\";i:4273;s:28:\"mediastatistics-bytespertype\";i:4274;s:24:\"mediastatistics-allbytes\";i:4275;s:30:\"mediastatistics-table-mimetype\";i:4276;s:32:\"mediastatistics-table-extensions\";i:4277;s:27:\"mediastatistics-table-count\";i:4278;s:32:\"mediastatistics-table-totalbytes\";i:4279;s:30:\"mediastatistics-header-unknown\";i:4280;s:29:\"mediastatistics-header-bitmap\";i:4281;s:30:\"mediastatistics-header-drawing\";i:4282;s:28:\"mediastatistics-header-audio\";i:4283;s:28:\"mediastatistics-header-video\";i:4284;s:33:\"mediastatistics-header-multimedia\";i:4285;s:29:\"mediastatistics-header-office\";i:4286;s:27:\"mediastatistics-header-text\";i:4287;s:33:\"mediastatistics-header-executable\";i:4288;s:30:\"mediastatistics-header-archive\";i:4289;s:25:\"mediastatistics-header-3d\";i:4290;s:28:\"mediastatistics-header-total\";i:4291;s:24:\"json-warn-trailing-comma\";i:4292;s:18:\"json-error-unknown\";i:4293;s:16:\"json-error-depth\";i:4294;s:25:\"json-error-state-mismatch\";i:4295;s:20:\"json-error-ctrl-char\";i:4296;s:17:\"json-error-syntax\";i:4297;s:15:\"json-error-utf8\";i:4298;s:32:\"json-error-invalid-property-name\";i:4299;s:16:\"json-error-utf16\";i:4300;s:21:\"headline-anchor-title\";i:4301;s:30:\"special-characters-group-latin\";i:4302;s:38:\"special-characters-group-latinextended\";i:4303;s:28:\"special-characters-group-ipa\";i:4304;s:32:\"special-characters-group-symbols\";i:4305;s:30:\"special-characters-group-greek\";i:4306;s:38:\"special-characters-group-greekextended\";i:4307;s:33:\"special-characters-group-cyrillic\";i:4308;s:31:\"special-characters-group-arabic\";i:4309;s:39:\"special-characters-group-arabicextended\";i:4310;s:32:\"special-characters-group-persian\";i:4311;s:31:\"special-characters-group-hebrew\";i:4312;s:31:\"special-characters-group-bangla\";i:4313;s:30:\"special-characters-group-tamil\";i:4314;s:31:\"special-characters-group-telugu\";i:4315;s:32:\"special-characters-group-sinhala\";i:4316;s:33:\"special-characters-group-gujarati\";i:4317;s:35:\"special-characters-group-devanagari\";i:4318;s:29:\"special-characters-group-thai\";i:4319;s:28:\"special-characters-group-lao\";i:4320;s:30:\"special-characters-group-khmer\";i:4321;s:43:\"special-characters-group-canadianaboriginal\";i:4322;s:30:\"special-characters-group-runes\";i:4323;s:31:\"special-characters-title-endash\";i:4324;s:31:\"special-characters-title-emdash\";i:4325;s:30:\"special-characters-title-minus\";i:4326;s:22:\"mw-widgets-abandonedit\";i:4327;s:30:\"mw-widgets-abandonedit-discard\";i:4328;s:27:\"mw-widgets-abandonedit-keep\";i:4329;s:28:\"mw-widgets-abandonedit-title\";i:4330;s:30:\"mw-widgets-copytextlayout-copy\";i:4331;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4332;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4333;s:28:\"mw-widgets-dateinput-no-date\";i:4334;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4335;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4336;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4337;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4338;s:32:\"mw-widgets-mediasearch-noresults\";i:4339;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4340;s:27:\"mw-widgets-table-row-delete\";i:4341;s:42:\"mw-widgets-titleinput-description-new-page\";i:4342;s:42:\"mw-widgets-titleinput-description-redirect\";i:4343;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4344;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4345;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4346;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4347;s:15:\"date-range-from\";i:4348;s:13:\"date-range-to\";i:4349;s:18:\"sessionmanager-tie\";i:4350;s:23:\"sessionprovider-generic\";i:4351;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4352;s:25:\"sessionprovider-nocookies\";i:4353;s:14:\"randomrootpage\";i:4354;s:23:\"log-action-filter-block\";i:4355;s:30:\"log-action-filter-contentmodel\";i:4356;s:24:\"log-action-filter-delete\";i:4357;s:24:\"log-action-filter-import\";i:4358;s:28:\"log-action-filter-managetags\";i:4359;s:22:\"log-action-filter-move\";i:4360;s:26:\"log-action-filter-newusers\";i:4361;s:24:\"log-action-filter-patrol\";i:4362;s:25:\"log-action-filter-protect\";i:4363;s:24:\"log-action-filter-rights\";i:4364;s:26:\"log-action-filter-suppress\";i:4365;s:24:\"log-action-filter-upload\";i:4366;s:21:\"log-action-filter-all\";i:4367;s:29:\"log-action-filter-block-block\";i:4368;s:31:\"log-action-filter-block-reblock\";i:4369;s:31:\"log-action-filter-block-unblock\";i:4370;s:37:\"log-action-filter-contentmodel-change\";i:4371;s:34:\"log-action-filter-contentmodel-new\";i:4372;s:31:\"log-action-filter-delete-delete\";i:4373;s:37:\"log-action-filter-delete-delete_redir\";i:4374;s:38:\"log-action-filter-delete-delete_redir2\";i:4375;s:32:\"log-action-filter-delete-restore\";i:4376;s:30:\"log-action-filter-delete-event\";i:4377;s:33:\"log-action-filter-delete-revision\";i:4378;s:34:\"log-action-filter-import-interwiki\";i:4379;s:31:\"log-action-filter-import-upload\";i:4380;s:35:\"log-action-filter-managetags-create\";i:4381;s:35:\"log-action-filter-managetags-delete\";i:4382;s:37:\"log-action-filter-managetags-activate\";i:4383;s:39:\"log-action-filter-managetags-deactivate\";i:4384;s:27:\"log-action-filter-move-move\";i:4385;s:33:\"log-action-filter-move-move_redir\";i:4386;s:33:\"log-action-filter-newusers-create\";i:4387;s:34:\"log-action-filter-newusers-create2\";i:4388;s:37:\"log-action-filter-newusers-autocreate\";i:4389;s:34:\"log-action-filter-newusers-byemail\";i:4390;s:31:\"log-action-filter-patrol-patrol\";i:4391;s:35:\"log-action-filter-patrol-autopatrol\";i:4392;s:33:\"log-action-filter-protect-protect\";i:4393;s:32:\"log-action-filter-protect-modify\";i:4394;s:35:\"log-action-filter-protect-unprotect\";i:4395;s:35:\"log-action-filter-protect-move_prot\";i:4396;s:31:\"log-action-filter-rights-rights\";i:4397;s:36:\"log-action-filter-rights-autopromote\";i:4398;s:32:\"log-action-filter-suppress-event\";i:4399;s:35:\"log-action-filter-suppress-revision\";i:4400;s:33:\"log-action-filter-suppress-delete\";i:4401;s:32:\"log-action-filter-suppress-block\";i:4402;s:34:\"log-action-filter-suppress-reblock\";i:4403;s:31:\"log-action-filter-upload-upload\";i:4404;s:34:\"log-action-filter-upload-overwrite\";i:4405;s:31:\"log-action-filter-upload-revert\";i:4406;s:33:\"authmanager-authn-not-in-progress\";i:4407;s:28:\"authmanager-authn-no-primary\";i:4408;s:31:\"authmanager-authn-no-local-user\";i:4409;s:36:\"authmanager-authn-no-local-user-link\";i:4410;s:35:\"authmanager-authn-autocreate-failed\";i:4411;s:32:\"authmanager-change-not-supported\";i:4412;s:27:\"authmanager-create-disabled\";i:4413;s:29:\"authmanager-create-from-login\";i:4414;s:34:\"authmanager-create-not-in-progress\";i:4415;s:29:\"authmanager-create-no-primary\";i:4416;s:27:\"authmanager-link-no-primary\";i:4417;s:32:\"authmanager-link-not-in-progress\";i:4418;s:29:\"authmanager-autocreate-noperm\";i:4419;s:32:\"authmanager-autocreate-exception\";i:4420;s:28:\"authmanager-userdoesnotexist\";i:4421;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4422;s:25:\"authmanager-username-help\";i:4423;s:25:\"authmanager-password-help\";i:4424;s:23:\"authmanager-domain-help\";i:4425;s:23:\"authmanager-retype-help\";i:4426;s:23:\"authmanager-email-label\";i:4427;s:22:\"authmanager-email-help\";i:4428;s:26:\"authmanager-realname-label\";i:4429;s:25:\"authmanager-realname-help\";i:4430;s:29:\"authmanager-provider-password\";i:4431;s:36:\"authmanager-provider-password-domain\";i:4432;s:35:\"authmanager-account-password-domain\";i:4433;s:38:\"authmanager-provider-temporarypassword\";i:4434;s:32:\"authprovider-confirmlink-message\";i:4435;s:31:\"authprovider-confirmlink-option\";i:4436;s:38:\"authprovider-confirmlink-request-label\";i:4437;s:37:\"authprovider-confirmlink-request-help\";i:4438;s:37:\"authprovider-confirmlink-success-line\";i:4439;s:36:\"authprovider-confirmlink-failed-line\";i:4440;s:31:\"authprovider-confirmlink-failed\";i:4441;s:32:\"authprovider-confirmlink-ok-help\";i:4442;s:33:\"authprovider-resetpass-skip-label\";i:4443;s:32:\"authprovider-resetpass-skip-help\";i:4444;s:24:\"authform-nosession-login\";i:4445;s:25:\"authform-nosession-signup\";i:4446;s:17:\"authform-newtoken\";i:4447;s:16:\"authform-notoken\";i:4448;s:19:\"authform-wrongtoken\";i:4449;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4450;s:37:\"specialpage-securitylevel-not-allowed\";i:4451;s:21:\"authpage-cannot-login\";i:4452;s:30:\"authpage-cannot-login-continue\";i:4453;s:22:\"authpage-cannot-create\";i:4454;s:31:\"authpage-cannot-create-continue\";i:4455;s:20:\"authpage-cannot-link\";i:4456;s:29:\"authpage-cannot-link-continue\";i:4457;s:28:\"cannotauth-not-allowed-title\";i:4458;s:22:\"cannotauth-not-allowed\";i:4459;s:17:\"changecredentials\";i:4460;s:24:\"changecredentials-submit\";i:4461;s:32:\"changecredentials-invalidsubpage\";i:4462;s:25:\"changecredentials-success\";i:4463;s:17:\"removecredentials\";i:4464;s:24:\"removecredentials-submit\";i:4465;s:32:\"removecredentials-invalidsubpage\";i:4466;s:25:\"removecredentials-success\";i:4467;s:24:\"credentialsform-provider\";i:4468;s:23:\"credentialsform-account\";i:4469;s:28:\"cannotlink-no-provider-title\";i:4470;s:22:\"cannotlink-no-provider\";i:4471;s:12:\"linkaccounts\";i:4472;s:25:\"linkaccounts-success-text\";i:4473;s:19:\"linkaccounts-submit\";i:4474;s:30:\"cannotunlink-no-provider-title\";i:4475;s:24:\"cannotunlink-no-provider\";i:4476;s:14:\"unlinkaccounts\";i:4477;s:22:\"unlinkaccounts-success\";i:4478;s:32:\"authenticationdatachange-ignored\";i:4479;s:14:\"userjsispublic\";i:4480;s:16:\"userjsonispublic\";i:4481;s:15:\"usercssispublic\";i:4482;s:15:\"userjsdangerous\";i:4483;s:23:\"restrictionsfield-badip\";i:4484;s:23:\"restrictionsfield-label\";i:4485;s:22:\"restrictionsfield-help\";i:4486;s:11:\"specialmute\";i:4487;s:19:\"specialmute-success\";i:4488;s:18:\"specialmute-submit\";i:4489;s:28:\"specialmute-label-mute-email\";i:4490;s:18:\"specialmute-header\";i:4491;s:30:\"specialmute-error-invalid-user\";i:4492;s:28:\"specialmute-error-no-options\";i:4493;s:24:\"specialmute-email-footer\";i:4494;s:26:\"specialmute-login-required\";i:4495;s:16:\"mute-preferences\";i:4496;s:5:\"revid\";i:4497;s:6:\"pageid\";i:4498;s:18:\"rawhtml-notallowed\";i:4499;s:13:\"gotointerwiki\";i:4500;s:21:\"gotointerwiki-invalid\";i:4501;s:22:\"gotointerwiki-external\";i:4502;s:17:\"undelete-cantedit\";i:4503;s:19:\"undelete-cantcreate\";i:4504;s:14:\"pagedata-title\";i:4505;s:13:\"pagedata-text\";i:4506;s:23:\"pagedata-not-acceptable\";i:4507;s:18:\"pagedata-bad-title\";i:4508;s:24:\"unregistered-user-config\";i:4509;s:16:\"passwordpolicies\";i:4510;s:24:\"passwordpolicies-summary\";i:4511;s:22:\"passwordpolicies-group\";i:4512;s:25:\"passwordpolicies-policies\";i:4513;s:31:\"passwordpolicies-policy-display\";i:4514;s:40:\"passwordpolicies-policy-displaywithflags\";i:4515;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4516;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4517;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4518;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4519;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4520;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4521;s:39:\"passwordpolicies-policyflag-forcechange\";i:4522;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4523;s:27:\"mycustomjsredirectprotected\";i:4524;s:22:\"deflate-invaliddeflate\";i:4525;s:14:\"unprotected-js\";i:4526;s:19:\"userlogout-continue\";i:4527;s:15:\"userlogout-temp\";i:4528;s:22:\"paramvalidator-baduser\";i:4529;s:29:\"paramvalidator-help-type-user\";i:4530;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4531;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4532;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4533;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4534;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4535;s:23:\"paramvalidator-badtitle\";i:4536;s:27:\"paramvalidator-missingtitle\";i:4537;s:30:\"paramvalidator-help-type-title\";i:4538;s:41:\"paramvalidator-help-type-title-must-exist\";i:4539;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4540;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4541;s:18:\"config-missing-key\";i:4542;s:18:\"config-invalid-key\";i:4543;s:21:\"changeslist-nocomment\";i:4544;s:22:\"skin-view-create-local\";i:4545;s:20:\"skin-view-edit-local\";i:4546;s:19:\"skin-action-protect\";i:4547;s:26:\"copyupload-allowed-domains\";i:4548;s:30:\"parsoid-stash-rate-limit-error\";i:4549;s:31:\"parsoid-resource-limit-exceeded\";i:4550;s:20:\"parsoid-client-error\";i:4551;s:22:\"newpages-showhide-bots\";i:4552;s:27:\"newpages-showhide-patrolled\";i:4553;s:26:\"newpages-showhide-redirect\";i:4554;s:28:\"newpages-showhide-registered\";i:4555;s:15:\"exif-imagewidth\";i:4556;s:16:\"exif-imagelength\";i:4557;s:18:\"exif-bitspersample\";i:4558;s:16:\"exif-compression\";i:4559;s:30:\"exif-photometricinterpretation\";i:4560;s:16:\"exif-orientation\";i:4561;s:20:\"exif-samplesperpixel\";i:4562;s:24:\"exif-planarconfiguration\";i:4563;s:21:\"exif-ycbcrsubsampling\";i:4564;s:21:\"exif-ycbcrpositioning\";i:4565;s:16:\"exif-xresolution\";i:4566;s:16:\"exif-yresolution\";i:4567;s:17:\"exif-stripoffsets\";i:4568;s:17:\"exif-rowsperstrip\";i:4569;s:20:\"exif-stripbytecounts\";i:4570;s:26:\"exif-jpeginterchangeformat\";i:4571;s:32:\"exif-jpeginterchangeformatlength\";i:4572;s:15:\"exif-whitepoint\";i:4573;s:26:\"exif-primarychromaticities\";i:4574;s:22:\"exif-ycbcrcoefficients\";i:4575;s:24:\"exif-referenceblackwhite\";i:4576;s:13:\"exif-datetime\";i:4577;s:21:\"exif-imagedescription\";i:4578;s:9:\"exif-make\";i:4579;s:10:\"exif-model\";i:4580;s:13:\"exif-software\";i:4581;s:11:\"exif-artist\";i:4582;s:14:\"exif-copyright\";i:4583;s:16:\"exif-exifversion\";i:4584;s:20:\"exif-flashpixversion\";i:4585;s:15:\"exif-colorspace\";i:4586;s:28:\"exif-componentsconfiguration\";i:4587;s:27:\"exif-compressedbitsperpixel\";i:4588;s:20:\"exif-pixelxdimension\";i:4589;s:20:\"exif-pixelydimension\";i:4590;s:16:\"exif-usercomment\";i:4591;s:21:\"exif-relatedsoundfile\";i:4592;s:21:\"exif-datetimeoriginal\";i:4593;s:22:\"exif-datetimedigitized\";i:4594;s:15:\"exif-subsectime\";i:4595;s:23:\"exif-subsectimeoriginal\";i:4596;s:24:\"exif-subsectimedigitized\";i:4597;s:17:\"exif-exposuretime\";i:4598;s:24:\"exif-exposuretime-format\";i:4599;s:12:\"exif-fnumber\";i:4600;s:19:\"exif-fnumber-format\";i:4601;s:20:\"exif-exposureprogram\";i:4602;s:24:\"exif-spectralsensitivity\";i:4603;s:20:\"exif-isospeedratings\";i:4604;s:22:\"exif-shutterspeedvalue\";i:4605;s:18:\"exif-aperturevalue\";i:4606;s:20:\"exif-brightnessvalue\";i:4607;s:22:\"exif-exposurebiasvalue\";i:4608;s:21:\"exif-maxaperturevalue\";i:4609;s:20:\"exif-subjectdistance\";i:4610;s:17:\"exif-meteringmode\";i:4611;s:16:\"exif-lightsource\";i:4612;s:10:\"exif-flash\";i:4613;s:16:\"exif-focallength\";i:4614;s:23:\"exif-focallength-format\";i:4615;s:16:\"exif-subjectarea\";i:4616;s:16:\"exif-flashenergy\";i:4617;s:26:\"exif-focalplanexresolution\";i:4618;s:26:\"exif-focalplaneyresolution\";i:4619;s:29:\"exif-focalplaneresolutionunit\";i:4620;s:20:\"exif-subjectlocation\";i:4621;s:18:\"exif-exposureindex\";i:4622;s:18:\"exif-sensingmethod\";i:4623;s:15:\"exif-filesource\";i:4624;s:14:\"exif-scenetype\";i:4625;s:19:\"exif-customrendered\";i:4626;s:17:\"exif-exposuremode\";i:4627;s:17:\"exif-whitebalance\";i:4628;s:21:\"exif-digitalzoomratio\";i:4629;s:26:\"exif-focallengthin35mmfilm\";i:4630;s:21:\"exif-scenecapturetype\";i:4631;s:16:\"exif-gaincontrol\";i:4632;s:13:\"exif-contrast\";i:4633;s:15:\"exif-saturation\";i:4634;s:14:\"exif-sharpness\";i:4635;s:29:\"exif-devicesettingdescription\";i:4636;s:25:\"exif-subjectdistancerange\";i:4637;s:18:\"exif-imageuniqueid\";i:4638;s:17:\"exif-gpsversionid\";i:4639;s:19:\"exif-gpslatituderef\";i:4640;s:16:\"exif-gpslatitude\";i:4641;s:20:\"exif-gpslongituderef\";i:4642;s:17:\"exif-gpslongitude\";i:4643;s:19:\"exif-gpsaltituderef\";i:4644;s:16:\"exif-gpsaltitude\";i:4645;s:17:\"exif-gpstimestamp\";i:4646;s:18:\"exif-gpssatellites\";i:4647;s:14:\"exif-gpsstatus\";i:4648;s:19:\"exif-gpsmeasuremode\";i:4649;s:11:\"exif-gpsdop\";i:4650;s:16:\"exif-gpsspeedref\";i:4651;s:13:\"exif-gpsspeed\";i:4652;s:16:\"exif-gpstrackref\";i:4653;s:13:\"exif-gpstrack\";i:4654;s:23:\"exif-gpsimgdirectionref\";i:4655;s:20:\"exif-gpsimgdirection\";i:4656;s:16:\"exif-gpsmapdatum\";i:4657;s:23:\"exif-gpsdestlatituderef\";i:4658;s:20:\"exif-gpsdestlatitude\";i:4659;s:24:\"exif-gpsdestlongituderef\";i:4660;s:21:\"exif-gpsdestlongitude\";i:4661;s:22:\"exif-gpsdestbearingref\";i:4662;s:19:\"exif-gpsdestbearing\";i:4663;s:23:\"exif-gpsdestdistanceref\";i:4664;s:20:\"exif-gpsdestdistance\";i:4665;s:24:\"exif-gpsprocessingmethod\";i:4666;s:23:\"exif-gpsareainformation\";i:4667;s:17:\"exif-gpsdatestamp\";i:4668;s:20:\"exif-gpsdifferential\";i:4669;s:22:\"exif-coordinate-format\";i:4670;s:20:\"exif-jpegfilecomment\";i:4671;s:13:\"exif-keywords\";i:4672;s:23:\"exif-worldregioncreated\";i:4673;s:19:\"exif-countrycreated\";i:4674;s:23:\"exif-countrycodecreated\";i:4675;s:27:\"exif-provinceorstatecreated\";i:4676;s:16:\"exif-citycreated\";i:4677;s:23:\"exif-sublocationcreated\";i:4678;s:20:\"exif-worldregiondest\";i:4679;s:16:\"exif-countrydest\";i:4680;s:20:\"exif-countrycodedest\";i:4681;s:24:\"exif-provinceorstatedest\";i:4682;s:13:\"exif-citydest\";i:4683;s:20:\"exif-sublocationdest\";i:4684;s:15:\"exif-objectname\";i:4685;s:24:\"exif-specialinstructions\";i:4686;s:13:\"exif-headline\";i:4687;s:11:\"exif-credit\";i:4688;s:11:\"exif-source\";i:4689;s:15:\"exif-editstatus\";i:4690;s:12:\"exif-urgency\";i:4691;s:22:\"exif-fixtureidentifier\";i:4692;s:17:\"exif-locationdest\";i:4693;s:21:\"exif-locationdestcode\";i:4694;s:16:\"exif-objectcycle\";i:4695;s:12:\"exif-contact\";i:4696;s:11:\"exif-writer\";i:4697;s:17:\"exif-languagecode\";i:4698;s:15:\"exif-iimversion\";i:4699;s:16:\"exif-iimcategory\";i:4700;s:28:\"exif-iimsupplementalcategory\";i:4701;s:20:\"exif-datetimeexpires\";i:4702;s:21:\"exif-datetimereleased\";i:4703;s:28:\"exif-originaltransmissionref\";i:4704;s:15:\"exif-identifier\";i:4705;s:9:\"exif-lens\";i:4706;s:17:\"exif-serialnumber\";i:4707;s:20:\"exif-cameraownername\";i:4708;s:10:\"exif-label\";i:4709;s:21:\"exif-datetimemetadata\";i:4710;s:13:\"exif-nickname\";i:4711;s:11:\"exif-rating\";i:4712;s:22:\"exif-rightscertificate\";i:4713;s:16:\"exif-copyrighted\";i:4714;s:19:\"exif-copyrightowner\";i:4715;s:15:\"exif-usageterms\";i:4716;s:17:\"exif-webstatement\";i:4717;s:23:\"exif-originaldocumentid\";i:4718;s:15:\"exif-licenseurl\";i:4719;s:23:\"exif-morepermissionsurl\";i:4720;s:19:\"exif-attributionurl\";i:4721;s:29:\"exif-preferredattributionname\";i:4722;s:19:\"exif-pngfilecomment\";i:4723;s:15:\"exif-disclaimer\";i:4724;s:19:\"exif-contentwarning\";i:4725;s:19:\"exif-giffilecomment\";i:4726;s:22:\"exif-intellectualgenre\";i:4727;s:20:\"exif-subjectnewscode\";i:4728;s:14:\"exif-scenecode\";i:4729;s:10:\"exif-event\";i:4730;s:24:\"exif-organisationinimage\";i:4731;s:18:\"exif-personinimage\";i:4732;s:24:\"exif-originalimageheight\";i:4733;s:23:\"exif-originalimagewidth\";i:4734;s:15:\"exif-make-value\";i:4735;s:16:\"exif-model-value\";i:4736;s:19:\"exif-software-value\";i:4737;s:27:\"exif-software-version-value\";i:4738;s:18:\"exif-contact-value\";i:4739;s:26:\"exif-subjectnewscode-value\";i:4740;s:18:\"exif-compression-1\";i:4741;s:18:\"exif-compression-2\";i:4742;s:18:\"exif-compression-3\";i:4743;s:18:\"exif-compression-4\";i:4744;s:18:\"exif-compression-5\";i:4745;s:18:\"exif-compression-6\";i:4746;s:18:\"exif-compression-7\";i:4747;s:18:\"exif-compression-8\";i:4748;s:22:\"exif-compression-32773\";i:4749;s:22:\"exif-compression-32946\";i:4750;s:22:\"exif-compression-34712\";i:4751;s:21:\"exif-copyrighted-true\";i:4752;s:22:\"exif-copyrighted-false\";i:4753;s:32:\"exif-photometricinterpretation-0\";i:4754;s:32:\"exif-photometricinterpretation-1\";i:4755;s:32:\"exif-photometricinterpretation-2\";i:4756;s:32:\"exif-photometricinterpretation-3\";i:4757;s:32:\"exif-photometricinterpretation-4\";i:4758;s:32:\"exif-photometricinterpretation-5\";i:4759;s:32:\"exif-photometricinterpretation-6\";i:4760;s:32:\"exif-photometricinterpretation-8\";i:4761;s:32:\"exif-photometricinterpretation-9\";i:4762;s:33:\"exif-photometricinterpretation-10\";i:4763;s:36:\"exif-photometricinterpretation-32803\";i:4764;s:36:\"exif-photometricinterpretation-34892\";i:4765;s:16:\"exif-unknowndate\";i:4766;s:18:\"exif-orientation-1\";i:4767;s:18:\"exif-orientation-2\";i:4768;s:18:\"exif-orientation-3\";i:4769;s:18:\"exif-orientation-4\";i:4770;s:18:\"exif-orientation-5\";i:4771;s:18:\"exif-orientation-6\";i:4772;s:18:\"exif-orientation-7\";i:4773;s:18:\"exif-orientation-8\";i:4774;s:26:\"exif-planarconfiguration-1\";i:4775;s:26:\"exif-planarconfiguration-2\";i:4776;s:19:\"exif-xyresolution-i\";i:4777;s:19:\"exif-xyresolution-c\";i:4778;s:17:\"exif-colorspace-1\";i:4779;s:21:\"exif-colorspace-65535\";i:4780;s:30:\"exif-componentsconfiguration-0\";i:4781;s:30:\"exif-componentsconfiguration-1\";i:4782;s:30:\"exif-componentsconfiguration-2\";i:4783;s:30:\"exif-componentsconfiguration-3\";i:4784;s:30:\"exif-componentsconfiguration-4\";i:4785;s:30:\"exif-componentsconfiguration-5\";i:4786;s:30:\"exif-componentsconfiguration-6\";i:4787;s:22:\"exif-exposureprogram-0\";i:4788;s:22:\"exif-exposureprogram-1\";i:4789;s:22:\"exif-exposureprogram-2\";i:4790;s:22:\"exif-exposureprogram-3\";i:4791;s:22:\"exif-exposureprogram-4\";i:4792;s:22:\"exif-exposureprogram-5\";i:4793;s:22:\"exif-exposureprogram-6\";i:4794;s:22:\"exif-exposureprogram-7\";i:4795;s:22:\"exif-exposureprogram-8\";i:4796;s:26:\"exif-subjectdistance-value\";i:4797;s:19:\"exif-meteringmode-0\";i:4798;s:19:\"exif-meteringmode-1\";i:4799;s:19:\"exif-meteringmode-2\";i:4800;s:19:\"exif-meteringmode-3\";i:4801;s:19:\"exif-meteringmode-4\";i:4802;s:19:\"exif-meteringmode-5\";i:4803;s:19:\"exif-meteringmode-6\";i:4804;s:21:\"exif-meteringmode-255\";i:4805;s:18:\"exif-lightsource-0\";i:4806;s:18:\"exif-lightsource-1\";i:4807;s:18:\"exif-lightsource-2\";i:4808;s:18:\"exif-lightsource-3\";i:4809;s:18:\"exif-lightsource-4\";i:4810;s:18:\"exif-lightsource-9\";i:4811;s:19:\"exif-lightsource-10\";i:4812;s:19:\"exif-lightsource-11\";i:4813;s:19:\"exif-lightsource-12\";i:4814;s:19:\"exif-lightsource-13\";i:4815;s:19:\"exif-lightsource-14\";i:4816;s:19:\"exif-lightsource-15\";i:4817;s:19:\"exif-lightsource-17\";i:4818;s:19:\"exif-lightsource-18\";i:4819;s:19:\"exif-lightsource-19\";i:4820;s:19:\"exif-lightsource-20\";i:4821;s:19:\"exif-lightsource-21\";i:4822;s:19:\"exif-lightsource-22\";i:4823;s:19:\"exif-lightsource-23\";i:4824;s:19:\"exif-lightsource-24\";i:4825;s:20:\"exif-lightsource-255\";i:4826;s:18:\"exif-flash-fired-0\";i:4827;s:18:\"exif-flash-fired-1\";i:4828;s:19:\"exif-flash-return-0\";i:4829;s:19:\"exif-flash-return-2\";i:4830;s:19:\"exif-flash-return-3\";i:4831;s:17:\"exif-flash-mode-1\";i:4832;s:17:\"exif-flash-mode-2\";i:4833;s:17:\"exif-flash-mode-3\";i:4834;s:21:\"exif-flash-function-1\";i:4835;s:19:\"exif-flash-redeye-1\";i:4836;s:31:\"exif-focalplaneresolutionunit-2\";i:4837;s:20:\"exif-sensingmethod-1\";i:4838;s:20:\"exif-sensingmethod-2\";i:4839;s:20:\"exif-sensingmethod-3\";i:4840;s:20:\"exif-sensingmethod-4\";i:4841;s:20:\"exif-sensingmethod-5\";i:4842;s:20:\"exif-sensingmethod-7\";i:4843;s:20:\"exif-sensingmethod-8\";i:4844;s:17:\"exif-filesource-3\";i:4845;s:16:\"exif-scenetype-1\";i:4846;s:21:\"exif-customrendered-0\";i:4847;s:21:\"exif-customrendered-1\";i:4848;s:21:\"exif-customrendered-2\";i:4849;s:21:\"exif-customrendered-3\";i:4850;s:21:\"exif-customrendered-4\";i:4851;s:21:\"exif-customrendered-6\";i:4852;s:21:\"exif-customrendered-7\";i:4853;s:21:\"exif-customrendered-8\";i:4854;s:19:\"exif-exposuremode-0\";i:4855;s:19:\"exif-exposuremode-1\";i:4856;s:19:\"exif-exposuremode-2\";i:4857;s:19:\"exif-whitebalance-0\";i:4858;s:19:\"exif-whitebalance-1\";i:4859;s:23:\"exif-scenecapturetype-0\";i:4860;s:23:\"exif-scenecapturetype-1\";i:4861;s:23:\"exif-scenecapturetype-2\";i:4862;s:23:\"exif-scenecapturetype-3\";i:4863;s:18:\"exif-gaincontrol-0\";i:4864;s:18:\"exif-gaincontrol-1\";i:4865;s:18:\"exif-gaincontrol-2\";i:4866;s:18:\"exif-gaincontrol-3\";i:4867;s:18:\"exif-gaincontrol-4\";i:4868;s:15:\"exif-contrast-0\";i:4869;s:15:\"exif-contrast-1\";i:4870;s:15:\"exif-contrast-2\";i:4871;s:17:\"exif-saturation-0\";i:4872;s:17:\"exif-saturation-1\";i:4873;s:17:\"exif-saturation-2\";i:4874;s:16:\"exif-sharpness-0\";i:4875;s:16:\"exif-sharpness-1\";i:4876;s:16:\"exif-sharpness-2\";i:4877;s:27:\"exif-subjectdistancerange-0\";i:4878;s:27:\"exif-subjectdistancerange-1\";i:4879;s:27:\"exif-subjectdistancerange-2\";i:4880;s:27:\"exif-subjectdistancerange-3\";i:4881;s:18:\"exif-gpslatitude-n\";i:4882;s:18:\"exif-gpslatitude-s\";i:4883;s:19:\"exif-gpslongitude-e\";i:4884;s:19:\"exif-gpslongitude-w\";i:4885;s:31:\"exif-gpsaltitude-above-sealevel\";i:4886;s:31:\"exif-gpsaltitude-below-sealevel\";i:4887;s:16:\"exif-gpsstatus-a\";i:4888;s:16:\"exif-gpsstatus-v\";i:4889;s:21:\"exif-gpsmeasuremode-2\";i:4890;s:21:\"exif-gpsmeasuremode-3\";i:4891;s:15:\"exif-gpsspeed-k\";i:4892;s:15:\"exif-gpsspeed-m\";i:4893;s:15:\"exif-gpsspeed-n\";i:4894;s:22:\"exif-gpsdestdistance-k\";i:4895;s:22:\"exif-gpsdestdistance-m\";i:4896;s:22:\"exif-gpsdestdistance-n\";i:4897;s:21:\"exif-gpsdop-excellent\";i:4898;s:16:\"exif-gpsdop-good\";i:4899;s:20:\"exif-gpsdop-moderate\";i:4900;s:16:\"exif-gpsdop-fair\";i:4901;s:16:\"exif-gpsdop-poor\";i:4902;s:18:\"exif-objectcycle-a\";i:4903;s:18:\"exif-objectcycle-p\";i:4904;s:18:\"exif-objectcycle-b\";i:4905;s:19:\"exif-gpsdirection-t\";i:4906;s:19:\"exif-gpsdirection-m\";i:4907;s:23:\"exif-ycbcrpositioning-1\";i:4908;s:23:\"exif-ycbcrpositioning-2\";i:4909;s:19:\"exif-dc-contributor\";i:4910;s:16:\"exif-dc-coverage\";i:4911;s:12:\"exif-dc-date\";i:4912;s:17:\"exif-dc-publisher\";i:4913;s:16:\"exif-dc-relation\";i:4914;s:14:\"exif-dc-rights\";i:4915;s:14:\"exif-dc-source\";i:4916;s:12:\"exif-dc-type\";i:4917;s:20:\"exif-rating-rejected\";i:4918;s:29:\"exif-isospeedratings-overflow\";i:4919;s:27:\"exif-maxaperturevalue-value\";i:4920;s:20:\"exif-iimcategory-ace\";i:4921;s:20:\"exif-iimcategory-clj\";i:4922;s:20:\"exif-iimcategory-dis\";i:4923;s:20:\"exif-iimcategory-fin\";i:4924;s:20:\"exif-iimcategory-edu\";i:4925;s:20:\"exif-iimcategory-evn\";i:4926;s:20:\"exif-iimcategory-hth\";i:4927;s:20:\"exif-iimcategory-hum\";i:4928;s:20:\"exif-iimcategory-lab\";i:4929;s:20:\"exif-iimcategory-lif\";i:4930;s:20:\"exif-iimcategory-pol\";i:4931;s:20:\"exif-iimcategory-rel\";i:4932;s:20:\"exif-iimcategory-sci\";i:4933;s:20:\"exif-iimcategory-soi\";i:4934;s:20:\"exif-iimcategory-spo\";i:4935;s:20:\"exif-iimcategory-war\";i:4936;s:20:\"exif-iimcategory-wea\";i:4937;s:19:\"exif-urgency-normal\";i:4938;s:16:\"exif-urgency-low\";i:4939;s:17:\"exif-urgency-high\";i:4940;s:18:\"exif-urgency-other\";i:4941;s:19:\"exif-firstphotodate\";i:4942;s:18:\"exif-lastphotodate\";i:4943;s:19:\"exif-projectiontype\";i:4944;s:35:\"exif-projectiontype-equirectangular\";i:4945;s:22:\"exif-usepanoramaviewer\";i:4946;s:27:\"exif-usepanoramaviewer-true\";i:4947;s:28:\"exif-usepanoramaviewer-false\";i:4948;s:21:\"exif-exposurelockused\";i:4949;s:26:\"exif-exposurelockused-true\";i:4950;s:27:\"exif-exposurelockused-false\";i:4951;s:23:\"exif-poseheadingdegrees\";i:4952;s:21:\"exif-posepitchdegrees\";i:4953;s:20:\"exif-poserolldegrees\";i:4954;s:30:\"exif-initialviewheadingdegrees\";i:4955;s:28:\"exif-initialviewpitchdegrees\";i:4956;s:27:\"exif-initialviewrolldegrees\";i:4957;s:32:\"exif-initialhorizontalfovdegrees\";i:4958;s:30:\"exif-initialverticalfovdegrees\";i:4959;s:22:\"exif-sourcephotoscount\";i:4960;s:32:\"exif-croppedareaimagewidthpixels\";i:4961;s:33:\"exif-croppedareaimageheightpixels\";i:4962;s:24:\"exif-fullpanowidthpixels\";i:4963;s:25:\"exif-fullpanoheightpixels\";i:4964;s:26:\"exif-croppedarealeftpixels\";i:4965;s:25:\"exif-croppedareatoppixels\";i:4966;s:23:\"exif-initialcameradolly\";i:4967;s:22:\"exif-stitchingsoftware\";i:4968;s:20:\"apihelp-main-summary\";i:4969;s:33:\"apihelp-main-extended-description\";i:4970;s:25:\"apihelp-main-param-action\";i:4971;s:25:\"apihelp-main-param-format\";i:4972;s:25:\"apihelp-main-param-maxlag\";i:4973;s:26:\"apihelp-main-param-smaxage\";i:4974;s:25:\"apihelp-main-param-maxage\";i:4975;s:25:\"apihelp-main-param-assert\";i:4976;s:29:\"apihelp-main-param-assertuser\";i:4977;s:28:\"apihelp-main-param-requestid\";i:4978;s:27:\"apihelp-main-param-servedby\";i:4979;s:31:\"apihelp-main-param-curtimestamp\";i:4980;s:35:\"apihelp-main-param-responselanginfo\";i:4981;s:25:\"apihelp-main-param-origin\";i:4982;s:26:\"apihelp-main-param-uselang\";i:4983;s:26:\"apihelp-main-param-variant\";i:4984;s:30:\"apihelp-main-param-errorformat\";i:4985;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4986;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4987;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4988;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4989;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4990;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4991;s:28:\"apihelp-main-param-errorlang\";i:4992;s:33:\"apihelp-main-param-errorsuselocal\";i:4993;s:21:\"apihelp-block-summary\";i:4994;s:24:\"apihelp-block-param-user\";i:4995;s:26:\"apihelp-block-param-userid\";i:4996;s:26:\"apihelp-block-param-expiry\";i:4997;s:26:\"apihelp-block-param-reason\";i:4998;s:28:\"apihelp-block-param-anononly\";i:4999;s:28:\"apihelp-block-param-nocreate\";i:5000;s:29:\"apihelp-block-param-autoblock\";i:5001;s:27:\"apihelp-block-param-noemail\";i:5002;s:28:\"apihelp-block-param-hidename\";i:5003;s:33:\"apihelp-block-param-allowusertalk\";i:5004;s:27:\"apihelp-block-param-reblock\";i:5005;s:29:\"apihelp-block-param-watchuser\";i:5006;s:35:\"apihelp-block-param-watchlistexpiry\";i:5007;s:24:\"apihelp-block-param-tags\";i:5008;s:27:\"apihelp-block-param-partial\";i:5009;s:36:\"apihelp-block-param-pagerestrictions\";i:5010;s:41:\"apihelp-block-param-namespacerestrictions\";i:5011;s:38:\"apihelp-block-param-actionrestrictions\";i:5012;s:31:\"apihelp-block-example-ip-simple\";i:5013;s:34:\"apihelp-block-example-user-complex\";i:5014;s:40:\"apihelp-changeauthenticationdata-summary\";i:5015;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5016;s:34:\"apihelp-changecontentmodel-summary\";i:5017;s:38:\"apihelp-changecontentmodel-param-title\";i:5018;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5019;s:40:\"apihelp-changecontentmodel-param-summary\";i:5020;s:37:\"apihelp-changecontentmodel-param-tags\";i:5021;s:38:\"apihelp-changecontentmodel-param-model\";i:5022;s:36:\"apihelp-changecontentmodel-param-bot\";i:5023;s:34:\"apihelp-changecontentmodel-example\";i:5024;s:26:\"apihelp-checktoken-summary\";i:5025;s:29:\"apihelp-checktoken-param-type\";i:5026;s:30:\"apihelp-checktoken-param-token\";i:5027;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5028;s:33:\"apihelp-checktoken-example-simple\";i:5029;s:27:\"apihelp-clearhasmsg-summary\";i:5030;s:29:\"apihelp-clearhasmsg-example-1\";i:5031;s:27:\"apihelp-clientlogin-summary\";i:5032;s:33:\"apihelp-clientlogin-example-login\";i:5033;s:34:\"apihelp-clientlogin-example-login2\";i:5034;s:23:\"apihelp-compare-summary\";i:5035;s:36:\"apihelp-compare-extended-description\";i:5036;s:31:\"apihelp-compare-param-fromtitle\";i:5037;s:28:\"apihelp-compare-param-fromid\";i:5038;s:29:\"apihelp-compare-param-fromrev\";i:5039;s:29:\"apihelp-compare-param-frompst\";i:5040;s:31:\"apihelp-compare-param-fromslots\";i:5041;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5042;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5043;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5044;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5045;s:30:\"apihelp-compare-param-fromtext\";i:5046;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5047;s:39:\"apihelp-compare-param-fromcontentformat\";i:5048;s:33:\"apihelp-compare-param-fromsection\";i:5049;s:29:\"apihelp-compare-param-totitle\";i:5050;s:26:\"apihelp-compare-param-toid\";i:5051;s:27:\"apihelp-compare-param-torev\";i:5052;s:32:\"apihelp-compare-param-torelative\";i:5053;s:27:\"apihelp-compare-param-topst\";i:5054;s:29:\"apihelp-compare-param-toslots\";i:5055;s:35:\"apihelp-compare-param-totext-{slot}\";i:5056;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5057;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5058;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5059;s:28:\"apihelp-compare-param-totext\";i:5060;s:36:\"apihelp-compare-param-tocontentmodel\";i:5061;s:37:\"apihelp-compare-param-tocontentformat\";i:5062;s:31:\"apihelp-compare-param-tosection\";i:5063;s:26:\"apihelp-compare-param-prop\";i:5064;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5065;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5066;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5067;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5068;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5069;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5070;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5071;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5072;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5073;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5074;s:30:\"apihelp-compare-param-difftype\";i:5075;s:27:\"apihelp-compare-param-slots\";i:5076;s:25:\"apihelp-compare-example-1\";i:5077;s:29:\"apihelp-createaccount-summary\";i:5078;s:41:\"apihelp-createaccount-param-preservestate\";i:5079;s:36:\"apihelp-createaccount-example-create\";i:5080;s:25:\"apihelp-cspreport-summary\";i:5081;s:34:\"apihelp-cspreport-param-reportonly\";i:5082;s:30:\"apihelp-cspreport-param-source\";i:5083;s:22:\"apihelp-delete-summary\";i:5084;s:26:\"apihelp-delete-param-title\";i:5085;s:27:\"apihelp-delete-param-pageid\";i:5086;s:27:\"apihelp-delete-param-reason\";i:5087;s:25:\"apihelp-delete-param-tags\";i:5088;s:31:\"apihelp-delete-param-deletetalk\";i:5089;s:26:\"apihelp-delete-param-watch\";i:5090;s:30:\"apihelp-delete-param-watchlist\";i:5091;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5092;s:28:\"apihelp-delete-param-unwatch\";i:5093;s:29:\"apihelp-delete-param-oldimage\";i:5094;s:29:\"apihelp-delete-example-simple\";i:5095;s:29:\"apihelp-delete-example-reason\";i:5096;s:24:\"apihelp-disabled-summary\";i:5097;s:20:\"apihelp-edit-summary\";i:5098;s:24:\"apihelp-edit-param-title\";i:5099;s:25:\"apihelp-edit-param-pageid\";i:5100;s:26:\"apihelp-edit-param-section\";i:5101;s:31:\"apihelp-edit-param-sectiontitle\";i:5102;s:23:\"apihelp-edit-param-text\";i:5103;s:26:\"apihelp-edit-param-summary\";i:5104;s:23:\"apihelp-edit-param-tags\";i:5105;s:24:\"apihelp-edit-param-minor\";i:5106;s:27:\"apihelp-edit-param-notminor\";i:5107;s:22:\"apihelp-edit-param-bot\";i:5108;s:28:\"apihelp-edit-param-baserevid\";i:5109;s:32:\"apihelp-edit-param-basetimestamp\";i:5110;s:33:\"apihelp-edit-param-starttimestamp\";i:5111;s:27:\"apihelp-edit-param-recreate\";i:5112;s:29:\"apihelp-edit-param-createonly\";i:5113;s:27:\"apihelp-edit-param-nocreate\";i:5114;s:24:\"apihelp-edit-param-watch\";i:5115;s:26:\"apihelp-edit-param-unwatch\";i:5116;s:28:\"apihelp-edit-param-watchlist\";i:5117;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5118;s:22:\"apihelp-edit-param-md5\";i:5119;s:30:\"apihelp-edit-param-prependtext\";i:5120;s:29:\"apihelp-edit-param-appendtext\";i:5121;s:23:\"apihelp-edit-param-undo\";i:5122;s:28:\"apihelp-edit-param-undoafter\";i:5123;s:27:\"apihelp-edit-param-redirect\";i:5124;s:32:\"apihelp-edit-param-contentformat\";i:5125;s:31:\"apihelp-edit-param-contentmodel\";i:5126;s:24:\"apihelp-edit-param-token\";i:5127;s:25:\"apihelp-edit-example-edit\";i:5128;s:28:\"apihelp-edit-example-prepend\";i:5129;s:25:\"apihelp-edit-example-undo\";i:5130;s:25:\"apihelp-emailuser-summary\";i:5131;s:30:\"apihelp-emailuser-param-target\";i:5132;s:31:\"apihelp-emailuser-param-subject\";i:5133;s:28:\"apihelp-emailuser-param-text\";i:5134;s:28:\"apihelp-emailuser-param-ccme\";i:5135;s:31:\"apihelp-emailuser-example-email\";i:5136;s:31:\"apihelp-expandtemplates-summary\";i:5137;s:35:\"apihelp-expandtemplates-param-title\";i:5138;s:34:\"apihelp-expandtemplates-param-text\";i:5139;s:35:\"apihelp-expandtemplates-param-revid\";i:5140;s:34:\"apihelp-expandtemplates-param-prop\";i:5141;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5142;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5143;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5144;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5145;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5146;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5147;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5148;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5149;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5150;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5151;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5152;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5153;s:38:\"apihelp-expandtemplates-example-simple\";i:5154;s:33:\"apihelp-feedcontributions-summary\";i:5155;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5156;s:36:\"apihelp-feedcontributions-param-user\";i:5157;s:41:\"apihelp-feedcontributions-param-namespace\";i:5158;s:36:\"apihelp-feedcontributions-param-year\";i:5159;s:37:\"apihelp-feedcontributions-param-month\";i:5160;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5161;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5162;s:39:\"apihelp-feedcontributions-param-toponly\";i:5163;s:39:\"apihelp-feedcontributions-param-newonly\";i:5164;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5165;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5166;s:40:\"apihelp-feedcontributions-example-simple\";i:5167;s:33:\"apihelp-feedrecentchanges-summary\";i:5168;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5169;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5170;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5171;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5172;s:36:\"apihelp-feedrecentchanges-param-days\";i:5173;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5174;s:36:\"apihelp-feedrecentchanges-param-from\";i:5175;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5176;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5177;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5178;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5179;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5180;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5181;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5182;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5183;s:38:\"apihelp-feedrecentchanges-param-target\";i:5184;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5185;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5186;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5187;s:29:\"apihelp-feedwatchlist-summary\";i:5188;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5189;s:33:\"apihelp-feedwatchlist-param-hours\";i:5190;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5191;s:37:\"apihelp-feedwatchlist-example-default\";i:5192;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5193;s:26:\"apihelp-filerevert-summary\";i:5194;s:33:\"apihelp-filerevert-param-filename\";i:5195;s:32:\"apihelp-filerevert-param-comment\";i:5196;s:36:\"apihelp-filerevert-param-archivename\";i:5197;s:33:\"apihelp-filerevert-example-revert\";i:5198;s:20:\"apihelp-help-summary\";i:5199;s:26:\"apihelp-help-param-modules\";i:5200;s:29:\"apihelp-help-param-submodules\";i:5201;s:38:\"apihelp-help-param-recursivesubmodules\";i:5202;s:29:\"apihelp-help-param-helpformat\";i:5203;s:23:\"apihelp-help-param-wrap\";i:5204;s:22:\"apihelp-help-param-toc\";i:5205;s:25:\"apihelp-help-example-main\";i:5206;s:31:\"apihelp-help-example-submodules\";i:5207;s:30:\"apihelp-help-example-recursive\";i:5208;s:25:\"apihelp-help-example-help\";i:5209;s:26:\"apihelp-help-example-query\";i:5210;s:27:\"apihelp-imagerotate-summary\";i:5211;s:34:\"apihelp-imagerotate-param-rotation\";i:5212;s:30:\"apihelp-imagerotate-param-tags\";i:5213;s:34:\"apihelp-imagerotate-example-simple\";i:5214;s:37:\"apihelp-imagerotate-example-generator\";i:5215;s:22:\"apihelp-import-summary\";i:5216;s:35:\"apihelp-import-extended-description\";i:5217;s:28:\"apihelp-import-param-summary\";i:5218;s:24:\"apihelp-import-param-xml\";i:5219;s:36:\"apihelp-import-param-interwikiprefix\";i:5220;s:37:\"apihelp-import-param-assignknownusers\";i:5221;s:36:\"apihelp-import-param-interwikisource\";i:5222;s:34:\"apihelp-import-param-interwikipage\";i:5223;s:32:\"apihelp-import-param-fullhistory\";i:5224;s:30:\"apihelp-import-param-templates\";i:5225;s:30:\"apihelp-import-param-namespace\";i:5226;s:29:\"apihelp-import-param-rootpage\";i:5227;s:25:\"apihelp-import-param-tags\";i:5228;s:29:\"apihelp-import-example-import\";i:5229;s:27:\"apihelp-linkaccount-summary\";i:5230;s:32:\"apihelp-linkaccount-example-link\";i:5231;s:21:\"apihelp-login-summary\";i:5232;s:34:\"apihelp-login-extended-description\";i:5233;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5234;s:24:\"apihelp-login-param-name\";i:5235;s:28:\"apihelp-login-param-password\";i:5236;s:26:\"apihelp-login-param-domain\";i:5237;s:25:\"apihelp-login-param-token\";i:5238;s:27:\"apihelp-login-example-login\";i:5239;s:22:\"apihelp-logout-summary\";i:5240;s:29:\"apihelp-logout-example-logout\";i:5241;s:26:\"apihelp-managetags-summary\";i:5242;s:34:\"apihelp-managetags-param-operation\";i:5243;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5244;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5245;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5246;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5247;s:28:\"apihelp-managetags-param-tag\";i:5248;s:31:\"apihelp-managetags-param-reason\";i:5249;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5250;s:29:\"apihelp-managetags-param-tags\";i:5251;s:33:\"apihelp-managetags-example-create\";i:5252;s:33:\"apihelp-managetags-example-delete\";i:5253;s:35:\"apihelp-managetags-example-activate\";i:5254;s:37:\"apihelp-managetags-example-deactivate\";i:5255;s:28:\"apihelp-mergehistory-summary\";i:5256;s:31:\"apihelp-mergehistory-param-from\";i:5257;s:33:\"apihelp-mergehistory-param-fromid\";i:5258;s:29:\"apihelp-mergehistory-param-to\";i:5259;s:31:\"apihelp-mergehistory-param-toid\";i:5260;s:36:\"apihelp-mergehistory-param-timestamp\";i:5261;s:33:\"apihelp-mergehistory-param-reason\";i:5262;s:34:\"apihelp-mergehistory-example-merge\";i:5263;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5264;s:20:\"apihelp-move-summary\";i:5265;s:23:\"apihelp-move-param-from\";i:5266;s:25:\"apihelp-move-param-fromid\";i:5267;s:21:\"apihelp-move-param-to\";i:5268;s:25:\"apihelp-move-param-reason\";i:5269;s:27:\"apihelp-move-param-movetalk\";i:5270;s:31:\"apihelp-move-param-movesubpages\";i:5271;s:29:\"apihelp-move-param-noredirect\";i:5272;s:24:\"apihelp-move-param-watch\";i:5273;s:26:\"apihelp-move-param-unwatch\";i:5274;s:28:\"apihelp-move-param-watchlist\";i:5275;s:34:\"apihelp-move-param-watchlistexpiry\";i:5276;s:33:\"apihelp-move-param-ignorewarnings\";i:5277;s:23:\"apihelp-move-param-tags\";i:5278;s:25:\"apihelp-move-example-move\";i:5279;s:26:\"apihelp-opensearch-summary\";i:5280;s:31:\"apihelp-opensearch-param-search\";i:5281;s:30:\"apihelp-opensearch-param-limit\";i:5282;s:34:\"apihelp-opensearch-param-namespace\";i:5283;s:32:\"apihelp-opensearch-param-suggest\";i:5284;s:34:\"apihelp-opensearch-param-redirects\";i:5285;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5286;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5287;s:41:\"apihelp-opensearch-param-redirects-append\";i:5288;s:31:\"apihelp-opensearch-param-format\";i:5289;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5290;s:29:\"apihelp-opensearch-example-te\";i:5291;s:23:\"apihelp-options-summary\";i:5292;s:36:\"apihelp-options-extended-description\";i:5293;s:27:\"apihelp-options-param-reset\";i:5294;s:32:\"apihelp-options-param-resetkinds\";i:5295;s:28:\"apihelp-options-param-change\";i:5296;s:32:\"apihelp-options-param-optionname\";i:5297;s:33:\"apihelp-options-param-optionvalue\";i:5298;s:29:\"apihelp-options-example-reset\";i:5299;s:30:\"apihelp-options-example-change\";i:5300;s:31:\"apihelp-options-example-complex\";i:5301;s:25:\"apihelp-paraminfo-summary\";i:5302;s:31:\"apihelp-paraminfo-param-modules\";i:5303;s:34:\"apihelp-paraminfo-param-helpformat\";i:5304;s:36:\"apihelp-paraminfo-param-querymodules\";i:5305;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5306;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5307;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5308;s:27:\"apihelp-paraminfo-example-1\";i:5309;s:27:\"apihelp-paraminfo-example-2\";i:5310;s:21:\"apihelp-parse-summary\";i:5311;s:34:\"apihelp-parse-extended-description\";i:5312;s:25:\"apihelp-parse-param-title\";i:5313;s:24:\"apihelp-parse-param-text\";i:5314;s:25:\"apihelp-parse-param-revid\";i:5315;s:27:\"apihelp-parse-param-summary\";i:5316;s:24:\"apihelp-parse-param-page\";i:5317;s:26:\"apihelp-parse-param-pageid\";i:5318;s:29:\"apihelp-parse-param-redirects\";i:5319;s:25:\"apihelp-parse-param-oldid\";i:5320;s:24:\"apihelp-parse-param-prop\";i:5321;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5322;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5323;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5324;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5325;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5326;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5327;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5328;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5329;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5330;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5331;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5332;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5333;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5334;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5335;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5336;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5337;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5338;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5339;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5340;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5341;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5342;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5343;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5344;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5345;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5346;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5347;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5348;s:23:\"apihelp-parse-param-pst\";i:5349;s:27:\"apihelp-parse-param-onlypst\";i:5350;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5351;s:27:\"apihelp-parse-param-section\";i:5352;s:32:\"apihelp-parse-param-sectiontitle\";i:5353;s:38:\"apihelp-parse-param-disablelimitreport\";i:5354;s:29:\"apihelp-parse-param-disablepp\";i:5355;s:38:\"apihelp-parse-param-disableeditsection\";i:5356;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5357;s:36:\"apihelp-parse-param-showstrategykeys\";i:5358;s:31:\"apihelp-parse-param-generatexml\";i:5359;s:27:\"apihelp-parse-param-preview\";i:5360;s:34:\"apihelp-parse-param-sectionpreview\";i:5361;s:30:\"apihelp-parse-param-disabletoc\";i:5362;s:27:\"apihelp-parse-param-useskin\";i:5363;s:33:\"apihelp-parse-param-contentformat\";i:5364;s:32:\"apihelp-parse-param-contentmodel\";i:5365;s:26:\"apihelp-parse-example-page\";i:5366;s:26:\"apihelp-parse-example-text\";i:5367;s:31:\"apihelp-parse-example-texttitle\";i:5368;s:29:\"apihelp-parse-example-summary\";i:5369;s:22:\"apihelp-patrol-summary\";i:5370;s:25:\"apihelp-patrol-param-rcid\";i:5371;s:26:\"apihelp-patrol-param-revid\";i:5372;s:25:\"apihelp-patrol-param-tags\";i:5373;s:27:\"apihelp-patrol-example-rcid\";i:5374;s:28:\"apihelp-patrol-example-revid\";i:5375;s:23:\"apihelp-protect-summary\";i:5376;s:27:\"apihelp-protect-param-title\";i:5377;s:28:\"apihelp-protect-param-pageid\";i:5378;s:33:\"apihelp-protect-param-protections\";i:5379;s:28:\"apihelp-protect-param-expiry\";i:5380;s:28:\"apihelp-protect-param-reason\";i:5381;s:26:\"apihelp-protect-param-tags\";i:5382;s:29:\"apihelp-protect-param-cascade\";i:5383;s:27:\"apihelp-protect-param-watch\";i:5384;s:31:\"apihelp-protect-param-watchlist\";i:5385;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5386;s:31:\"apihelp-protect-example-protect\";i:5387;s:33:\"apihelp-protect-example-unprotect\";i:5388;s:34:\"apihelp-protect-example-unprotect2\";i:5389;s:21:\"apihelp-purge-summary\";i:5390;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5391;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5392;s:28:\"apihelp-purge-example-simple\";i:5393;s:31:\"apihelp-purge-example-generator\";i:5394;s:21:\"apihelp-query-summary\";i:5395;s:34:\"apihelp-query-extended-description\";i:5396;s:24:\"apihelp-query-param-prop\";i:5397;s:24:\"apihelp-query-param-list\";i:5398;s:24:\"apihelp-query-param-meta\";i:5399;s:32:\"apihelp-query-param-indexpageids\";i:5400;s:26:\"apihelp-query-param-export\";i:5401;s:32:\"apihelp-query-param-exportnowrap\";i:5402;s:32:\"apihelp-query-param-exportschema\";i:5403;s:25:\"apihelp-query-param-iwurl\";i:5404;s:31:\"apihelp-query-param-rawcontinue\";i:5405;s:31:\"apihelp-query-example-revisions\";i:5406;s:30:\"apihelp-query-example-allpages\";i:5407;s:35:\"apihelp-query+allcategories-summary\";i:5408;s:38:\"apihelp-query+allcategories-param-from\";i:5409;s:36:\"apihelp-query+allcategories-param-to\";i:5410;s:40:\"apihelp-query+allcategories-param-prefix\";i:5411;s:37:\"apihelp-query+allcategories-param-dir\";i:5412;s:37:\"apihelp-query+allcategories-param-min\";i:5413;s:37:\"apihelp-query+allcategories-param-max\";i:5414;s:39:\"apihelp-query+allcategories-param-limit\";i:5415;s:38:\"apihelp-query+allcategories-param-prop\";i:5416;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5417;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5418;s:40:\"apihelp-query+allcategories-example-size\";i:5419;s:45:\"apihelp-query+allcategories-example-generator\";i:5420;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5421;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5422;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5423;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5424;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5425;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5426;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5427;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5428;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5429;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5430;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5431;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5432;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5433;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5434;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5435;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5436;s:35:\"apihelp-query+allfileusages-summary\";i:5437;s:38:\"apihelp-query+allfileusages-param-from\";i:5438;s:36:\"apihelp-query+allfileusages-param-to\";i:5439;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5440;s:40:\"apihelp-query+allfileusages-param-unique\";i:5441;s:38:\"apihelp-query+allfileusages-param-prop\";i:5442;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5443;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5444;s:39:\"apihelp-query+allfileusages-param-limit\";i:5445;s:37:\"apihelp-query+allfileusages-param-dir\";i:5446;s:37:\"apihelp-query+allfileusages-example-b\";i:5447;s:42:\"apihelp-query+allfileusages-example-unique\";i:5448;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5449;s:45:\"apihelp-query+allfileusages-example-generator\";i:5450;s:31:\"apihelp-query+allimages-summary\";i:5451;s:34:\"apihelp-query+allimages-param-sort\";i:5452;s:33:\"apihelp-query+allimages-param-dir\";i:5453;s:34:\"apihelp-query+allimages-param-from\";i:5454;s:32:\"apihelp-query+allimages-param-to\";i:5455;s:35:\"apihelp-query+allimages-param-start\";i:5456;s:33:\"apihelp-query+allimages-param-end\";i:5457;s:36:\"apihelp-query+allimages-param-prefix\";i:5458;s:37:\"apihelp-query+allimages-param-minsize\";i:5459;s:37:\"apihelp-query+allimages-param-maxsize\";i:5460;s:34:\"apihelp-query+allimages-param-sha1\";i:5461;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5462;s:34:\"apihelp-query+allimages-param-user\";i:5463;s:40:\"apihelp-query+allimages-param-filterbots\";i:5464;s:34:\"apihelp-query+allimages-param-mime\";i:5465;s:35:\"apihelp-query+allimages-param-limit\";i:5466;s:33:\"apihelp-query+allimages-example-b\";i:5467;s:38:\"apihelp-query+allimages-example-recent\";i:5468;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5469;s:41:\"apihelp-query+allimages-example-generator\";i:5470;s:30:\"apihelp-query+alllinks-summary\";i:5471;s:33:\"apihelp-query+alllinks-param-from\";i:5472;s:31:\"apihelp-query+alllinks-param-to\";i:5473;s:35:\"apihelp-query+alllinks-param-prefix\";i:5474;s:35:\"apihelp-query+alllinks-param-unique\";i:5475;s:33:\"apihelp-query+alllinks-param-prop\";i:5476;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5477;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5478;s:38:\"apihelp-query+alllinks-param-namespace\";i:5479;s:34:\"apihelp-query+alllinks-param-limit\";i:5480;s:32:\"apihelp-query+alllinks-param-dir\";i:5481;s:32:\"apihelp-query+alllinks-example-b\";i:5482;s:37:\"apihelp-query+alllinks-example-unique\";i:5483;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5484;s:40:\"apihelp-query+alllinks-example-generator\";i:5485;s:33:\"apihelp-query+allmessages-summary\";i:5486;s:40:\"apihelp-query+allmessages-param-messages\";i:5487;s:36:\"apihelp-query+allmessages-param-prop\";i:5488;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5489;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5490;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5491;s:36:\"apihelp-query+allmessages-param-args\";i:5492;s:38:\"apihelp-query+allmessages-param-filter\";i:5493;s:42:\"apihelp-query+allmessages-param-customised\";i:5494;s:36:\"apihelp-query+allmessages-param-lang\";i:5495;s:36:\"apihelp-query+allmessages-param-from\";i:5496;s:34:\"apihelp-query+allmessages-param-to\";i:5497;s:37:\"apihelp-query+allmessages-param-title\";i:5498;s:38:\"apihelp-query+allmessages-param-prefix\";i:5499;s:37:\"apihelp-query+allmessages-example-ipb\";i:5500;s:36:\"apihelp-query+allmessages-example-de\";i:5501;s:30:\"apihelp-query+allpages-summary\";i:5502;s:33:\"apihelp-query+allpages-param-from\";i:5503;s:31:\"apihelp-query+allpages-param-to\";i:5504;s:35:\"apihelp-query+allpages-param-prefix\";i:5505;s:38:\"apihelp-query+allpages-param-namespace\";i:5506;s:40:\"apihelp-query+allpages-param-filterredir\";i:5507;s:36:\"apihelp-query+allpages-param-minsize\";i:5508;s:36:\"apihelp-query+allpages-param-maxsize\";i:5509;s:35:\"apihelp-query+allpages-param-prtype\";i:5510;s:36:\"apihelp-query+allpages-param-prlevel\";i:5511;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5512;s:34:\"apihelp-query+allpages-param-limit\";i:5513;s:32:\"apihelp-query+allpages-param-dir\";i:5514;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5515;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5516;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5517;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5518;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5519;s:32:\"apihelp-query+allpages-example-b\";i:5520;s:40:\"apihelp-query+allpages-example-generator\";i:5521;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5522;s:34:\"apihelp-query+allredirects-summary\";i:5523;s:37:\"apihelp-query+allredirects-param-from\";i:5524;s:35:\"apihelp-query+allredirects-param-to\";i:5525;s:39:\"apihelp-query+allredirects-param-prefix\";i:5526;s:39:\"apihelp-query+allredirects-param-unique\";i:5527;s:37:\"apihelp-query+allredirects-param-prop\";i:5528;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5529;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5530;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5531;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5532;s:42:\"apihelp-query+allredirects-param-namespace\";i:5533;s:38:\"apihelp-query+allredirects-param-limit\";i:5534;s:36:\"apihelp-query+allredirects-param-dir\";i:5535;s:36:\"apihelp-query+allredirects-example-b\";i:5536;s:41:\"apihelp-query+allredirects-example-unique\";i:5537;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5538;s:44:\"apihelp-query+allredirects-example-generator\";i:5539;s:34:\"apihelp-query+allrevisions-summary\";i:5540;s:38:\"apihelp-query+allrevisions-param-start\";i:5541;s:36:\"apihelp-query+allrevisions-param-end\";i:5542;s:37:\"apihelp-query+allrevisions-param-user\";i:5543;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5544;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5545;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5546;s:39:\"apihelp-query+allrevisions-example-user\";i:5547;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5548;s:36:\"apihelp-query+mystashedfiles-summary\";i:5549;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5550;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5551;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5552;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5553;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5554;s:38:\"apihelp-query+alltransclusions-summary\";i:5555;s:41:\"apihelp-query+alltransclusions-param-from\";i:5556;s:39:\"apihelp-query+alltransclusions-param-to\";i:5557;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5558;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5559;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5560;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5561;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5562;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5563;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5564;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5565;s:40:\"apihelp-query+alltransclusions-example-b\";i:5566;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5567;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5568;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5569;s:30:\"apihelp-query+allusers-summary\";i:5570;s:33:\"apihelp-query+allusers-param-from\";i:5571;s:31:\"apihelp-query+allusers-param-to\";i:5572;s:35:\"apihelp-query+allusers-param-prefix\";i:5573;s:32:\"apihelp-query+allusers-param-dir\";i:5574;s:34:\"apihelp-query+allusers-param-group\";i:5575;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5576;s:35:\"apihelp-query+allusers-param-rights\";i:5577;s:33:\"apihelp-query+allusers-param-prop\";i:5578;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5579;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5580;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5581;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5582;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5583;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5584;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5585;s:34:\"apihelp-query+allusers-param-limit\";i:5586;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5587;s:40:\"apihelp-query+allusers-param-activeusers\";i:5588;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5589;s:32:\"apihelp-query+allusers-example-y\";i:5590;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5591;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5592;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5593;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5594;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5595;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5596;s:31:\"apihelp-query+backlinks-summary\";i:5597;s:35:\"apihelp-query+backlinks-param-title\";i:5598;s:36:\"apihelp-query+backlinks-param-pageid\";i:5599;s:39:\"apihelp-query+backlinks-param-namespace\";i:5600;s:33:\"apihelp-query+backlinks-param-dir\";i:5601;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5602;s:35:\"apihelp-query+backlinks-param-limit\";i:5603;s:38:\"apihelp-query+backlinks-param-redirect\";i:5604;s:38:\"apihelp-query+backlinks-example-simple\";i:5605;s:41:\"apihelp-query+backlinks-example-generator\";i:5606;s:28:\"apihelp-query+blocks-summary\";i:5607;s:32:\"apihelp-query+blocks-param-start\";i:5608;s:30:\"apihelp-query+blocks-param-end\";i:5609;s:30:\"apihelp-query+blocks-param-ids\";i:5610;s:32:\"apihelp-query+blocks-param-users\";i:5611;s:29:\"apihelp-query+blocks-param-ip\";i:5612;s:32:\"apihelp-query+blocks-param-limit\";i:5613;s:31:\"apihelp-query+blocks-param-prop\";i:5614;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5615;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5616;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5617;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5618;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5619;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5620;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5621;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5622;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5623;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5624;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5625;s:31:\"apihelp-query+blocks-param-show\";i:5626;s:35:\"apihelp-query+blocks-example-simple\";i:5627;s:34:\"apihelp-query+blocks-example-users\";i:5628;s:32:\"apihelp-query+categories-summary\";i:5629;s:35:\"apihelp-query+categories-param-prop\";i:5630;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5631;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5632;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5633;s:35:\"apihelp-query+categories-param-show\";i:5634;s:36:\"apihelp-query+categories-param-limit\";i:5635;s:41:\"apihelp-query+categories-param-categories\";i:5636;s:34:\"apihelp-query+categories-param-dir\";i:5637;s:39:\"apihelp-query+categories-example-simple\";i:5638;s:42:\"apihelp-query+categories-example-generator\";i:5639;s:34:\"apihelp-query+categoryinfo-summary\";i:5640;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5641;s:37:\"apihelp-query+categorymembers-summary\";i:5642;s:41:\"apihelp-query+categorymembers-param-title\";i:5643;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5644;s:40:\"apihelp-query+categorymembers-param-prop\";i:5645;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5646;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5647;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5648;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5649;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5650;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5651;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5652;s:40:\"apihelp-query+categorymembers-param-type\";i:5653;s:41:\"apihelp-query+categorymembers-param-limit\";i:5654;s:40:\"apihelp-query+categorymembers-param-sort\";i:5655;s:39:\"apihelp-query+categorymembers-param-dir\";i:5656;s:41:\"apihelp-query+categorymembers-param-start\";i:5657;s:39:\"apihelp-query+categorymembers-param-end\";i:5658;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5659;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5660;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5661;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5662;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5663;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5664;s:44:\"apihelp-query+categorymembers-example-simple\";i:5665;s:47:\"apihelp-query+categorymembers-example-generator\";i:5666;s:34:\"apihelp-query+contributors-summary\";i:5667;s:38:\"apihelp-query+contributors-param-group\";i:5668;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5669;s:39:\"apihelp-query+contributors-param-rights\";i:5670;s:46:\"apihelp-query+contributors-param-excluderights\";i:5671;s:38:\"apihelp-query+contributors-param-limit\";i:5672;s:41:\"apihelp-query+contributors-example-simple\";i:5673;s:38:\"apihelp-query+deletedrevisions-summary\";i:5674;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5675;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5676;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5677;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5678;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5679;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5680;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5681;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5682;s:33:\"apihelp-query+deletedrevs-summary\";i:5683;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5684;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5685;s:37:\"apihelp-query+deletedrevs-param-start\";i:5686;s:35:\"apihelp-query+deletedrevs-param-end\";i:5687;s:36:\"apihelp-query+deletedrevs-param-from\";i:5688;s:34:\"apihelp-query+deletedrevs-param-to\";i:5689;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5690;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5691;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5692;s:36:\"apihelp-query+deletedrevs-param-user\";i:5693;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5694;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5695;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5696;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5697;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5698;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5699;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5700;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5701;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5702;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5703;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5704;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5705;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5706;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5707;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5708;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5709;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5710;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5711;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5712;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5713;s:30:\"apihelp-query+disabled-summary\";i:5714;s:36:\"apihelp-query+duplicatefiles-summary\";i:5715;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5716;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5717;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5718;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5719;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5720;s:32:\"apihelp-query+embeddedin-summary\";i:5721;s:36:\"apihelp-query+embeddedin-param-title\";i:5722;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5723;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5724;s:34:\"apihelp-query+embeddedin-param-dir\";i:5725;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5726;s:36:\"apihelp-query+embeddedin-param-limit\";i:5727;s:39:\"apihelp-query+embeddedin-example-simple\";i:5728;s:42:\"apihelp-query+embeddedin-example-generator\";i:5729;s:30:\"apihelp-query+extlinks-summary\";i:5730;s:34:\"apihelp-query+extlinks-param-limit\";i:5731;s:37:\"apihelp-query+extlinks-param-protocol\";i:5732;s:34:\"apihelp-query+extlinks-param-query\";i:5733;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5734;s:37:\"apihelp-query+extlinks-example-simple\";i:5735;s:33:\"apihelp-query+exturlusage-summary\";i:5736;s:36:\"apihelp-query+exturlusage-param-prop\";i:5737;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5738;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5739;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5740;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5741;s:37:\"apihelp-query+exturlusage-param-query\";i:5742;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5743;s:37:\"apihelp-query+exturlusage-param-limit\";i:5744;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5745;s:40:\"apihelp-query+exturlusage-example-simple\";i:5746;s:33:\"apihelp-query+filearchive-summary\";i:5747;s:36:\"apihelp-query+filearchive-param-from\";i:5748;s:34:\"apihelp-query+filearchive-param-to\";i:5749;s:38:\"apihelp-query+filearchive-param-prefix\";i:5750;s:37:\"apihelp-query+filearchive-param-limit\";i:5751;s:35:\"apihelp-query+filearchive-param-dir\";i:5752;s:36:\"apihelp-query+filearchive-param-sha1\";i:5753;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5754;s:36:\"apihelp-query+filearchive-param-prop\";i:5755;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5756;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5757;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5758;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5759;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5760;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5761;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5762;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5763;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5764;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5765;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5766;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5767;s:40:\"apihelp-query+filearchive-example-simple\";i:5768;s:34:\"apihelp-query+filerepoinfo-summary\";i:5769;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5770;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5771;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5772;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5773;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5774;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5775;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5776;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5777;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5778;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5779;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5780;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5781;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5782;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5783;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5784;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5785;s:31:\"apihelp-query+fileusage-summary\";i:5786;s:34:\"apihelp-query+fileusage-param-prop\";i:5787;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5788;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5789;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5790;s:39:\"apihelp-query+fileusage-param-namespace\";i:5791;s:35:\"apihelp-query+fileusage-param-limit\";i:5792;s:34:\"apihelp-query+fileusage-param-show\";i:5793;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5794;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5795;s:38:\"apihelp-query+fileusage-example-simple\";i:5796;s:41:\"apihelp-query+fileusage-example-generator\";i:5797;s:31:\"apihelp-query+imageinfo-summary\";i:5798;s:34:\"apihelp-query+imageinfo-param-prop\";i:5799;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5800;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5801;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5802;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5803;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5804;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5805;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5806;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5807;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5808;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5809;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5810;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5811;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5812;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5813;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5814;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5815;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5816;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5817;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5818;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5819;s:35:\"apihelp-query+imageinfo-param-limit\";i:5820;s:35:\"apihelp-query+imageinfo-param-start\";i:5821;s:33:\"apihelp-query+imageinfo-param-end\";i:5822;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5823;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5824;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5825;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5826;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5827;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5828;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5829;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5830;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5831;s:38:\"apihelp-query+imageinfo-example-simple\";i:5832;s:37:\"apihelp-query+imageinfo-example-dated\";i:5833;s:28:\"apihelp-query+images-summary\";i:5834;s:32:\"apihelp-query+images-param-limit\";i:5835;s:33:\"apihelp-query+images-param-images\";i:5836;s:30:\"apihelp-query+images-param-dir\";i:5837;s:35:\"apihelp-query+images-example-simple\";i:5838;s:38:\"apihelp-query+images-example-generator\";i:5839;s:32:\"apihelp-query+imageusage-summary\";i:5840;s:36:\"apihelp-query+imageusage-param-title\";i:5841;s:37:\"apihelp-query+imageusage-param-pageid\";i:5842;s:40:\"apihelp-query+imageusage-param-namespace\";i:5843;s:34:\"apihelp-query+imageusage-param-dir\";i:5844;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5845;s:36:\"apihelp-query+imageusage-param-limit\";i:5846;s:39:\"apihelp-query+imageusage-param-redirect\";i:5847;s:39:\"apihelp-query+imageusage-example-simple\";i:5848;s:42:\"apihelp-query+imageusage-example-generator\";i:5849;s:26:\"apihelp-query+info-summary\";i:5850;s:29:\"apihelp-query+info-param-prop\";i:5851;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5852;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5853;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5854;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5855;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5856;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5857;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5858;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5859;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5860;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5861;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5862;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5863;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5864;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5865;s:36:\"apihelp-query+info-param-linkcontext\";i:5866;s:36:\"apihelp-query+info-param-testactions\";i:5867;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5868;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5869;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5870;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5871;s:33:\"apihelp-query+info-example-simple\";i:5872;s:37:\"apihelp-query+info-example-protection\";i:5873;s:33:\"apihelp-query+iwbacklinks-summary\";i:5874;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5875;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5876;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5877;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5878;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5879;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5880;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5881;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5882;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5883;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5884;s:29:\"apihelp-query+iwlinks-summary\";i:5885;s:31:\"apihelp-query+iwlinks-param-url\";i:5886;s:32:\"apihelp-query+iwlinks-param-prop\";i:5887;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5888;s:33:\"apihelp-query+iwlinks-param-limit\";i:5889;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5890;s:33:\"apihelp-query+iwlinks-param-title\";i:5891;s:31:\"apihelp-query+iwlinks-param-dir\";i:5892;s:36:\"apihelp-query+iwlinks-example-simple\";i:5893;s:35:\"apihelp-query+langbacklinks-summary\";i:5894;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5895;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5896;s:39:\"apihelp-query+langbacklinks-param-title\";i:5897;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5898;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5899;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5900;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5901;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5902;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5903;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5904;s:31:\"apihelp-query+langlinks-summary\";i:5905;s:35:\"apihelp-query+langlinks-param-limit\";i:5906;s:33:\"apihelp-query+langlinks-param-url\";i:5907;s:34:\"apihelp-query+langlinks-param-prop\";i:5908;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5909;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5910;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5911;s:34:\"apihelp-query+langlinks-param-lang\";i:5912;s:35:\"apihelp-query+langlinks-param-title\";i:5913;s:33:\"apihelp-query+langlinks-param-dir\";i:5914;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5915;s:38:\"apihelp-query+langlinks-example-simple\";i:5916;s:34:\"apihelp-query+languageinfo-summary\";i:5917;s:47:\"apihelp-query+languageinfo-extended-description\";i:5918;s:37:\"apihelp-query+languageinfo-param-prop\";i:5919;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5920;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5921;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5922;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5923;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5924;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5925;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5926;s:37:\"apihelp-query+languageinfo-param-code\";i:5927;s:41:\"apihelp-query+languageinfo-example-simple\";i:5928;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5929;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5930;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5931;s:27:\"apihelp-query+links-summary\";i:5932;s:35:\"apihelp-query+links-param-namespace\";i:5933;s:31:\"apihelp-query+links-param-limit\";i:5934;s:32:\"apihelp-query+links-param-titles\";i:5935;s:29:\"apihelp-query+links-param-dir\";i:5936;s:34:\"apihelp-query+links-example-simple\";i:5937;s:37:\"apihelp-query+links-example-generator\";i:5938;s:38:\"apihelp-query+links-example-namespaces\";i:5939;s:31:\"apihelp-query+linkshere-summary\";i:5940;s:34:\"apihelp-query+linkshere-param-prop\";i:5941;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5942;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5943;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5944;s:39:\"apihelp-query+linkshere-param-namespace\";i:5945;s:35:\"apihelp-query+linkshere-param-limit\";i:5946;s:34:\"apihelp-query+linkshere-param-show\";i:5947;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5948;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5949;s:38:\"apihelp-query+linkshere-example-simple\";i:5950;s:41:\"apihelp-query+linkshere-example-generator\";i:5951;s:31:\"apihelp-query+logevents-summary\";i:5952;s:34:\"apihelp-query+logevents-param-prop\";i:5953;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5954;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5955;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5956;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5957;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5958;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5959;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5960;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5961;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5962;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5963;s:34:\"apihelp-query+logevents-param-type\";i:5964;s:36:\"apihelp-query+logevents-param-action\";i:5965;s:35:\"apihelp-query+logevents-param-start\";i:5966;s:33:\"apihelp-query+logevents-param-end\";i:5967;s:34:\"apihelp-query+logevents-param-user\";i:5968;s:35:\"apihelp-query+logevents-param-title\";i:5969;s:39:\"apihelp-query+logevents-param-namespace\";i:5970;s:36:\"apihelp-query+logevents-param-prefix\";i:5971;s:33:\"apihelp-query+logevents-param-tag\";i:5972;s:35:\"apihelp-query+logevents-param-limit\";i:5973;s:38:\"apihelp-query+logevents-example-simple\";i:5974;s:35:\"apihelp-query+pagepropnames-summary\";i:5975;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5976;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5977;s:31:\"apihelp-query+pageprops-summary\";i:5978;s:34:\"apihelp-query+pageprops-param-prop\";i:5979;s:38:\"apihelp-query+pageprops-example-simple\";i:5980;s:35:\"apihelp-query+pageswithprop-summary\";i:5981;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5982;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5983;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5984;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5985;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5986;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5987;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5988;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5989;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5990;s:34:\"apihelp-query+prefixsearch-summary\";i:5991;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5992;s:39:\"apihelp-query+prefixsearch-param-search\";i:5993;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5994;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5995;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5996;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5997;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5998;s:37:\"apihelp-query+protectedtitles-summary\";i:5999;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6000;s:41:\"apihelp-query+protectedtitles-param-level\";i:6001;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6002;s:41:\"apihelp-query+protectedtitles-param-start\";i:6003;s:39:\"apihelp-query+protectedtitles-param-end\";i:6004;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6005;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6006;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6007;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6008;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6009;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6010;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6011;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6012;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6013;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6014;s:31:\"apihelp-query+querypage-summary\";i:6015;s:34:\"apihelp-query+querypage-param-page\";i:6016;s:35:\"apihelp-query+querypage-param-limit\";i:6017;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6018;s:28:\"apihelp-query+random-summary\";i:6019;s:41:\"apihelp-query+random-extended-description\";i:6020;s:36:\"apihelp-query+random-param-namespace\";i:6021;s:32:\"apihelp-query+random-param-limit\";i:6022;s:35:\"apihelp-query+random-param-redirect\";i:6023;s:38:\"apihelp-query+random-param-filterredir\";i:6024;s:35:\"apihelp-query+random-example-simple\";i:6025;s:38:\"apihelp-query+random-example-generator\";i:6026;s:35:\"apihelp-query+recentchanges-summary\";i:6027;s:39:\"apihelp-query+recentchanges-param-start\";i:6028;s:37:\"apihelp-query+recentchanges-param-end\";i:6029;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6030;s:38:\"apihelp-query+recentchanges-param-user\";i:6031;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6032;s:37:\"apihelp-query+recentchanges-param-tag\";i:6033;s:38:\"apihelp-query+recentchanges-param-slot\";i:6034;s:38:\"apihelp-query+recentchanges-param-prop\";i:6035;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6036;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6037;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6038;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6039;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6040;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6041;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6042;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6043;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6044;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6045;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6046;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6047;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6048;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6049;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6050;s:38:\"apihelp-query+recentchanges-param-show\";i:6051;s:39:\"apihelp-query+recentchanges-param-limit\";i:6052;s:38:\"apihelp-query+recentchanges-param-type\";i:6053;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6054;s:39:\"apihelp-query+recentchanges-param-title\";i:6055;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6056;s:42:\"apihelp-query+recentchanges-example-simple\";i:6057;s:45:\"apihelp-query+recentchanges-example-generator\";i:6058;s:31:\"apihelp-query+redirects-summary\";i:6059;s:34:\"apihelp-query+redirects-param-prop\";i:6060;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6061;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6062;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6063;s:39:\"apihelp-query+redirects-param-namespace\";i:6064;s:35:\"apihelp-query+redirects-param-limit\";i:6065;s:34:\"apihelp-query+redirects-param-show\";i:6066;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6067;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6068;s:38:\"apihelp-query+redirects-example-simple\";i:6069;s:41:\"apihelp-query+redirects-example-generator\";i:6070;s:31:\"apihelp-query+revisions-summary\";i:6071;s:44:\"apihelp-query+revisions-extended-description\";i:6072;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6073;s:37:\"apihelp-query+revisions-param-startid\";i:6074;s:35:\"apihelp-query+revisions-param-endid\";i:6075;s:35:\"apihelp-query+revisions-param-start\";i:6076;s:33:\"apihelp-query+revisions-param-end\";i:6077;s:34:\"apihelp-query+revisions-param-user\";i:6078;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6079;s:33:\"apihelp-query+revisions-param-tag\";i:6080;s:39:\"apihelp-query+revisions-example-content\";i:6081;s:37:\"apihelp-query+revisions-example-last5\";i:6082;s:38:\"apihelp-query+revisions-example-first5\";i:6083;s:44:\"apihelp-query+revisions-example-first5-after\";i:6084;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6085;s:43:\"apihelp-query+revisions-example-first5-user\";i:6086;s:39:\"apihelp-query+revisions+base-param-prop\";i:6087;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6088;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6089;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6090;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6091;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6092;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6093;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6094;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6095;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6096;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6097;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6098;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6099;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6100;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6101;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6102;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6103;s:40:\"apihelp-query+revisions+base-param-slots\";i:6104;s:40:\"apihelp-query+revisions+base-param-limit\";i:6105;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6106;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6107;s:40:\"apihelp-query+revisions+base-param-parse\";i:6108;s:42:\"apihelp-query+revisions+base-param-section\";i:6109;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6110;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6111;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6112;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6113;s:28:\"apihelp-query+search-summary\";i:6114;s:33:\"apihelp-query+search-param-search\";i:6115;s:36:\"apihelp-query+search-param-namespace\";i:6116;s:31:\"apihelp-query+search-param-what\";i:6117;s:31:\"apihelp-query+search-param-info\";i:6118;s:31:\"apihelp-query+search-param-prop\";i:6119;s:36:\"apihelp-query+search-param-qiprofile\";i:6120;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6121;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6122;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6123;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6124;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6125;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6126;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6127;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6128;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6129;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6130;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6131;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6132;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6133;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6134;s:32:\"apihelp-query+search-param-limit\";i:6135;s:36:\"apihelp-query+search-param-interwiki\";i:6136;s:34:\"apihelp-query+search-param-backend\";i:6137;s:41:\"apihelp-query+search-param-enablerewrites\";i:6138;s:31:\"apihelp-query+search-param-sort\";i:6139;s:35:\"apihelp-query+search-example-simple\";i:6140;s:33:\"apihelp-query+search-example-text\";i:6141;s:38:\"apihelp-query+search-example-generator\";i:6142;s:30:\"apihelp-query+siteinfo-summary\";i:6143;s:33:\"apihelp-query+siteinfo-param-prop\";i:6144;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6145;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6146;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6147;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6148;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6149;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6150;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6151;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6152;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6153;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6154;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6155;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6156;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6157;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6158;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6159;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6160;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6161;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6162;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6163;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6164;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6165;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6166;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6167;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6168;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6169;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6170;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6171;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6172;s:37:\"apihelp-query+siteinfo-example-simple\";i:6173;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6174;s:37:\"apihelp-query+siteinfo-example-replag\";i:6175;s:36:\"apihelp-query+stashimageinfo-summary\";i:6176;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6177;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6178;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6179;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6180;s:26:\"apihelp-query+tags-summary\";i:6181;s:30:\"apihelp-query+tags-param-limit\";i:6182;s:29:\"apihelp-query+tags-param-prop\";i:6183;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6184;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6185;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6186;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6187;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6188;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6189;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6190;s:33:\"apihelp-query+tags-example-simple\";i:6191;s:31:\"apihelp-query+templates-summary\";i:6192;s:39:\"apihelp-query+templates-param-namespace\";i:6193;s:35:\"apihelp-query+templates-param-limit\";i:6194;s:39:\"apihelp-query+templates-param-templates\";i:6195;s:33:\"apihelp-query+templates-param-dir\";i:6196;s:38:\"apihelp-query+templates-example-simple\";i:6197;s:41:\"apihelp-query+templates-example-generator\";i:6198;s:42:\"apihelp-query+templates-example-namespaces\";i:6199;s:28:\"apihelp-query+tokens-summary\";i:6200;s:31:\"apihelp-query+tokens-param-type\";i:6201;s:35:\"apihelp-query+tokens-example-simple\";i:6202;s:34:\"apihelp-query+tokens-example-types\";i:6203;s:35:\"apihelp-query+transcludedin-summary\";i:6204;s:38:\"apihelp-query+transcludedin-param-prop\";i:6205;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6206;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6207;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6208;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6209;s:39:\"apihelp-query+transcludedin-param-limit\";i:6210;s:38:\"apihelp-query+transcludedin-param-show\";i:6211;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6212;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6213;s:42:\"apihelp-query+transcludedin-example-simple\";i:6214;s:45:\"apihelp-query+transcludedin-example-generator\";i:6215;s:34:\"apihelp-query+usercontribs-summary\";i:6216;s:38:\"apihelp-query+usercontribs-param-limit\";i:6217;s:38:\"apihelp-query+usercontribs-param-start\";i:6218;s:36:\"apihelp-query+usercontribs-param-end\";i:6219;s:37:\"apihelp-query+usercontribs-param-user\";i:6220;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6221;s:40:\"apihelp-query+usercontribs-param-userids\";i:6222;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6223;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6224;s:37:\"apihelp-query+usercontribs-param-prop\";i:6225;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6226;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6227;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6228;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6229;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6230;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6231;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6232;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6233;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6234;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6235;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6236;s:37:\"apihelp-query+usercontribs-param-show\";i:6237;s:36:\"apihelp-query+usercontribs-param-tag\";i:6238;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6239;s:39:\"apihelp-query+usercontribs-example-user\";i:6240;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6241;s:30:\"apihelp-query+userinfo-summary\";i:6242;s:33:\"apihelp-query+userinfo-param-prop\";i:6243;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6244;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6245;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6246;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6247;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6248;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6249;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6250;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6251;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6252;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6253;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6254;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6255;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6256;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6257;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6258;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6259;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6260;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6261;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6262;s:37:\"apihelp-query+userinfo-example-simple\";i:6263;s:35:\"apihelp-query+userinfo-example-data\";i:6264;s:27:\"apihelp-query+users-summary\";i:6265;s:30:\"apihelp-query+users-param-prop\";i:6266;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6267;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6268;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6269;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6270;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6271;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6272;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6273;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6274;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6275;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6276;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6277;s:38:\"apihelp-query+users-param-attachedwiki\";i:6278;s:31:\"apihelp-query+users-param-users\";i:6279;s:33:\"apihelp-query+users-param-userids\";i:6280;s:34:\"apihelp-query+users-example-simple\";i:6281;s:31:\"apihelp-query+watchlist-summary\";i:6282;s:36:\"apihelp-query+watchlist-param-allrev\";i:6283;s:35:\"apihelp-query+watchlist-param-start\";i:6284;s:33:\"apihelp-query+watchlist-param-end\";i:6285;s:39:\"apihelp-query+watchlist-param-namespace\";i:6286;s:34:\"apihelp-query+watchlist-param-user\";i:6287;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6288;s:35:\"apihelp-query+watchlist-param-limit\";i:6289;s:34:\"apihelp-query+watchlist-param-prop\";i:6290;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6291;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6292;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6293;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6294;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6295;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6296;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6297;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6298;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6299;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6300;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6301;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6302;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6303;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6304;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6305;s:34:\"apihelp-query+watchlist-param-show\";i:6306;s:34:\"apihelp-query+watchlist-param-type\";i:6307;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6308;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6309;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6310;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6311;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6312;s:35:\"apihelp-query+watchlist-param-owner\";i:6313;s:35:\"apihelp-query+watchlist-param-token\";i:6314;s:38:\"apihelp-query+watchlist-example-simple\";i:6315;s:37:\"apihelp-query+watchlist-example-props\";i:6316;s:38:\"apihelp-query+watchlist-example-expiry\";i:6317;s:38:\"apihelp-query+watchlist-example-allrev\";i:6318;s:41:\"apihelp-query+watchlist-example-generator\";i:6319;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6320;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6321;s:34:\"apihelp-query+watchlistraw-summary\";i:6322;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6323;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6324;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6325;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6326;s:37:\"apihelp-query+watchlistraw-param-show\";i:6327;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6328;s:38:\"apihelp-query+watchlistraw-param-token\";i:6329;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6330;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6331;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6332;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6333;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6334;s:40:\"apihelp-removeauthenticationdata-summary\";i:6335;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6336;s:29:\"apihelp-resetpassword-summary\";i:6337;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6338;s:32:\"apihelp-resetpassword-param-user\";i:6339;s:33:\"apihelp-resetpassword-param-email\";i:6340;s:34:\"apihelp-resetpassword-example-user\";i:6341;s:35:\"apihelp-resetpassword-example-email\";i:6342;s:30:\"apihelp-revisiondelete-summary\";i:6343;s:33:\"apihelp-revisiondelete-param-type\";i:6344;s:35:\"apihelp-revisiondelete-param-target\";i:6345;s:32:\"apihelp-revisiondelete-param-ids\";i:6346;s:33:\"apihelp-revisiondelete-param-hide\";i:6347;s:33:\"apihelp-revisiondelete-param-show\";i:6348;s:37:\"apihelp-revisiondelete-param-suppress\";i:6349;s:35:\"apihelp-revisiondelete-param-reason\";i:6350;s:33:\"apihelp-revisiondelete-param-tags\";i:6351;s:39:\"apihelp-revisiondelete-example-revision\";i:6352;s:34:\"apihelp-revisiondelete-example-log\";i:6353;s:24:\"apihelp-rollback-summary\";i:6354;s:37:\"apihelp-rollback-extended-description\";i:6355;s:28:\"apihelp-rollback-param-title\";i:6356;s:29:\"apihelp-rollback-param-pageid\";i:6357;s:27:\"apihelp-rollback-param-tags\";i:6358;s:27:\"apihelp-rollback-param-user\";i:6359;s:30:\"apihelp-rollback-param-summary\";i:6360;s:30:\"apihelp-rollback-param-markbot\";i:6361;s:32:\"apihelp-rollback-param-watchlist\";i:6362;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6363;s:31:\"apihelp-rollback-example-simple\";i:6364;s:32:\"apihelp-rollback-example-summary\";i:6365;s:19:\"apihelp-rsd-summary\";i:6366;s:26:\"apihelp-rsd-example-simple\";i:6367;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6368;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6369;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6370;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6371;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6372;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6373;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6374;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6375;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6376;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6377;s:31:\"apihelp-setpagelanguage-summary\";i:6378;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6379;s:35:\"apihelp-setpagelanguage-param-title\";i:6380;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6381;s:34:\"apihelp-setpagelanguage-param-lang\";i:6382;s:36:\"apihelp-setpagelanguage-param-reason\";i:6383;s:34:\"apihelp-setpagelanguage-param-tags\";i:6384;s:40:\"apihelp-setpagelanguage-example-language\";i:6385;s:39:\"apihelp-setpagelanguage-example-default\";i:6386;s:25:\"apihelp-stashedit-summary\";i:6387;s:38:\"apihelp-stashedit-extended-description\";i:6388;s:29:\"apihelp-stashedit-param-title\";i:6389;s:31:\"apihelp-stashedit-param-section\";i:6390;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6391;s:28:\"apihelp-stashedit-param-text\";i:6392;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6393;s:36:\"apihelp-stashedit-param-contentmodel\";i:6394;s:37:\"apihelp-stashedit-param-contentformat\";i:6395;s:33:\"apihelp-stashedit-param-baserevid\";i:6396;s:31:\"apihelp-stashedit-param-summary\";i:6397;s:19:\"apihelp-tag-summary\";i:6398;s:22:\"apihelp-tag-param-rcid\";i:6399;s:23:\"apihelp-tag-param-revid\";i:6400;s:23:\"apihelp-tag-param-logid\";i:6401;s:21:\"apihelp-tag-param-add\";i:6402;s:24:\"apihelp-tag-param-remove\";i:6403;s:24:\"apihelp-tag-param-reason\";i:6404;s:22:\"apihelp-tag-param-tags\";i:6405;s:23:\"apihelp-tag-example-rev\";i:6406;s:23:\"apihelp-tag-example-log\";i:6407;s:23:\"apihelp-unblock-summary\";i:6408;s:24:\"apihelp-unblock-param-id\";i:6409;s:26:\"apihelp-unblock-param-user\";i:6410;s:28:\"apihelp-unblock-param-userid\";i:6411;s:28:\"apihelp-unblock-param-reason\";i:6412;s:26:\"apihelp-unblock-param-tags\";i:6413;s:26:\"apihelp-unblock-example-id\";i:6414;s:28:\"apihelp-unblock-example-user\";i:6415;s:24:\"apihelp-undelete-summary\";i:6416;s:37:\"apihelp-undelete-extended-description\";i:6417;s:28:\"apihelp-undelete-param-title\";i:6418;s:29:\"apihelp-undelete-param-reason\";i:6419;s:27:\"apihelp-undelete-param-tags\";i:6420;s:33:\"apihelp-undelete-param-timestamps\";i:6421;s:30:\"apihelp-undelete-param-fileids\";i:6422;s:32:\"apihelp-undelete-param-watchlist\";i:6423;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6424;s:35:\"apihelp-undelete-param-undeletetalk\";i:6425;s:29:\"apihelp-undelete-example-page\";i:6426;s:34:\"apihelp-undelete-example-revisions\";i:6427;s:29:\"apihelp-unlinkaccount-summary\";i:6428;s:36:\"apihelp-unlinkaccount-example-simple\";i:6429;s:22:\"apihelp-upload-summary\";i:6430;s:35:\"apihelp-upload-extended-description\";i:6431;s:29:\"apihelp-upload-param-filename\";i:6432;s:28:\"apihelp-upload-param-comment\";i:6433;s:25:\"apihelp-upload-param-tags\";i:6434;s:25:\"apihelp-upload-param-text\";i:6435;s:26:\"apihelp-upload-param-watch\";i:6436;s:30:\"apihelp-upload-param-watchlist\";i:6437;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6438;s:35:\"apihelp-upload-param-ignorewarnings\";i:6439;s:25:\"apihelp-upload-param-file\";i:6440;s:24:\"apihelp-upload-param-url\";i:6441;s:28:\"apihelp-upload-param-filekey\";i:6442;s:31:\"apihelp-upload-param-sessionkey\";i:6443;s:26:\"apihelp-upload-param-stash\";i:6444;s:29:\"apihelp-upload-param-filesize\";i:6445;s:27:\"apihelp-upload-param-offset\";i:6446;s:26:\"apihelp-upload-param-chunk\";i:6447;s:26:\"apihelp-upload-param-async\";i:6448;s:32:\"apihelp-upload-param-checkstatus\";i:6449;s:26:\"apihelp-upload-example-url\";i:6450;s:30:\"apihelp-upload-example-filekey\";i:6451;s:26:\"apihelp-userrights-summary\";i:6452;s:29:\"apihelp-userrights-param-user\";i:6453;s:31:\"apihelp-userrights-param-userid\";i:6454;s:28:\"apihelp-userrights-param-add\";i:6455;s:31:\"apihelp-userrights-param-expiry\";i:6456;s:31:\"apihelp-userrights-param-remove\";i:6457;s:31:\"apihelp-userrights-param-reason\";i:6458;s:29:\"apihelp-userrights-param-tags\";i:6459;s:31:\"apihelp-userrights-example-user\";i:6460;s:33:\"apihelp-userrights-example-userid\";i:6461;s:33:\"apihelp-userrights-example-expiry\";i:6462;s:32:\"apihelp-validatepassword-summary\";i:6463;s:45:\"apihelp-validatepassword-extended-description\";i:6464;s:39:\"apihelp-validatepassword-param-password\";i:6465;s:35:\"apihelp-validatepassword-param-user\";i:6466;s:36:\"apihelp-validatepassword-param-email\";i:6467;s:39:\"apihelp-validatepassword-param-realname\";i:6468;s:34:\"apihelp-validatepassword-example-1\";i:6469;s:34:\"apihelp-validatepassword-example-2\";i:6470;s:21:\"apihelp-watch-summary\";i:6471;s:25:\"apihelp-watch-param-title\";i:6472;s:26:\"apihelp-watch-param-expiry\";i:6473;s:27:\"apihelp-watch-param-unwatch\";i:6474;s:27:\"apihelp-watch-example-watch\";i:6475;s:34:\"apihelp-watch-example-watch-expiry\";i:6476;s:29:\"apihelp-watch-example-unwatch\";i:6477;s:31:\"apihelp-watch-example-generator\";i:6478;s:30:\"apihelp-format-example-generic\";i:6479;s:32:\"apihelp-format-param-wrappedhtml\";i:6480;s:20:\"apihelp-json-summary\";i:6481;s:27:\"apihelp-json-param-callback\";i:6482;s:23:\"apihelp-json-param-utf8\";i:6483;s:24:\"apihelp-json-param-ascii\";i:6484;s:32:\"apihelp-json-param-formatversion\";i:6485;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6486;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6487;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6488;s:22:\"apihelp-jsonfm-summary\";i:6489;s:20:\"apihelp-none-summary\";i:6490;s:19:\"apihelp-php-summary\";i:6491;s:31:\"apihelp-php-param-formatversion\";i:6492;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6493;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6494;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6495;s:21:\"apihelp-phpfm-summary\";i:6496;s:21:\"apihelp-rawfm-summary\";i:6497;s:19:\"apihelp-xml-summary\";i:6498;s:22:\"apihelp-xml-param-xslt\";i:6499;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6500;s:21:\"apihelp-xmlfm-summary\";i:6501;s:16:\"api-format-title\";i:6502;s:29:\"api-format-prettyprint-header\";i:6503;s:39:\"api-format-prettyprint-header-only-html\";i:6504;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6505;s:29:\"api-format-prettyprint-status\";i:6506;s:22:\"api-login-fail-aborted\";i:6507;s:30:\"api-login-fail-aborted-nobotpw\";i:6508;s:33:\"api-login-fail-badsessionprovider\";i:6509;s:25:\"api-login-fail-sameorigin\";i:6510;s:24:\"api-pageset-param-titles\";i:6511;s:25:\"api-pageset-param-pageids\";i:6512;s:24:\"api-pageset-param-revids\";i:6513;s:27:\"api-pageset-param-generator\";i:6514;s:37:\"api-pageset-param-redirects-generator\";i:6515;s:39:\"api-pageset-param-redirects-nogenerator\";i:6516;s:31:\"api-pageset-param-converttitles\";i:6517;s:14:\"api-help-title\";i:6518;s:13:\"api-help-lead\";i:6519;s:20:\"api-help-main-header\";i:6520;s:28:\"api-help-undocumented-module\";i:6521;s:14:\"api-help-flags\";i:6522;s:24:\"api-help-flag-deprecated\";i:6523;s:22:\"api-help-flag-internal\";i:6524;s:24:\"api-help-flag-readrights\";i:6525;s:25:\"api-help-flag-writerights\";i:6526;s:26:\"api-help-flag-mustbeposted\";i:6527;s:23:\"api-help-flag-generator\";i:6528;s:15:\"api-help-source\";i:6529;s:23:\"api-help-source-unknown\";i:6530;s:16:\"api-help-license\";i:6531;s:23:\"api-help-license-noname\";i:6532;s:24:\"api-help-license-unknown\";i:6533;s:18:\"api-help-help-urls\";i:6534;s:19:\"api-help-parameters\";i:6535;s:24:\"api-help-parameters-note\";i:6536;s:25:\"api-help-param-deprecated\";i:6537;s:31:\"api-help-param-deprecated-label\";i:6538;s:23:\"api-help-param-internal\";i:6539;s:29:\"api-help-param-internal-label\";i:6540;s:24:\"api-help-param-templated\";i:6541;s:34:\"api-help-param-templated-var-first\";i:6542;s:28:\"api-help-param-templated-var\";i:6543;s:25:\"api-help-datatypes-header\";i:6544;s:22:\"api-help-datatypes-top\";i:6545;s:25:\"api-help-datatype-boolean\";i:6546;s:24:\"api-help-datatype-expiry\";i:6547;s:27:\"api-help-datatype-timestamp\";i:6548;s:31:\"api-help-templatedparams-header\";i:6549;s:24:\"api-help-templatedparams\";i:6550;s:26:\"api-help-param-type-expiry\";i:6551;s:25:\"api-help-param-type-limit\";i:6552;s:35:\"api-help-param-type-presenceboolean\";i:6553;s:29:\"api-help-param-type-timestamp\";i:6554;s:24:\"api-help-param-type-enum\";i:6555;s:29:\"api-help-param-multi-separate\";i:6556;s:24:\"api-help-param-multi-all\";i:6557;s:28:\"api-help-param-default-empty\";i:6558;s:20:\"api-help-param-token\";i:6559;s:26:\"api-help-param-token-webui\";i:6560;s:37:\"api-help-param-disabled-in-miser-mode\";i:6561;s:36:\"api-help-param-limited-in-miser-mode\";i:6562;s:24:\"api-help-param-direction\";i:6563;s:35:\"api-help-paramvalue-direction-newer\";i:6564;s:35:\"api-help-paramvalue-direction-older\";i:6565;s:23:\"api-help-param-continue\";i:6566;s:29:\"api-help-param-no-description\";i:6567;s:17:\"api-help-examples\";i:6568;s:20:\"api-help-permissions\";i:6569;s:31:\"api-help-permissions-granted-to\";i:6570;s:28:\"api-help-right-apihighlimits\";i:6571;s:27:\"api-help-open-in-apisandbox\";i:6572;s:32:\"api-help-no-extended-description\";i:6573;s:34:\"api-help-authmanager-general-usage\";i:6574;s:35:\"api-help-authmanagerhelper-requests\";i:6575;s:34:\"api-help-authmanagerhelper-request\";i:6576;s:40:\"api-help-authmanagerhelper-messageformat\";i:6577;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6578;s:40:\"api-help-authmanagerhelper-preservestate\";i:6579;s:36:\"api-help-authmanagerhelper-returnurl\";i:6580;s:35:\"api-help-authmanagerhelper-continue\";i:6581;s:44:\"api-help-authmanagerhelper-additional-params\";i:6582;s:27:\"apierror-allimages-redirect\";i:6583;s:37:\"apierror-allpages-generator-redirects\";i:6584;s:27:\"apierror-appendnotsupported\";i:6585;s:22:\"apierror-articleexists\";i:6586;s:25:\"apierror-assertanonfailed\";i:6587;s:24:\"apierror-assertbotfailed\";i:6588;s:30:\"apierror-assertnameduserfailed\";i:6589;s:25:\"apierror-assertuserfailed\";i:6590;s:20:\"apierror-autoblocked\";i:6591;s:32:\"apierror-bad-badfilecontexttitle\";i:6592;s:33:\"apierror-badconfig-resulttoosmall\";i:6593;s:20:\"apierror-badcontinue\";i:6594;s:16:\"apierror-baddiff\";i:6595;s:18:\"apierror-baddiffto\";i:6596;s:26:\"apierror-badformat-generic\";i:6597;s:18:\"apierror-badformat\";i:6598;s:34:\"apierror-badgenerator-notgenerator\";i:6599;s:29:\"apierror-badgenerator-unknown\";i:6600;s:14:\"apierror-badip\";i:6601;s:15:\"apierror-badmd5\";i:6602;s:31:\"apierror-badmodule-badsubmodule\";i:6603;s:31:\"apierror-badmodule-nosubmodules\";i:6604;s:21:\"apierror-badparameter\";i:6605;s:17:\"apierror-badquery\";i:6606;s:21:\"apierror-badtimestamp\";i:6607;s:17:\"apierror-badtoken\";i:6608;s:18:\"apierror-badupload\";i:6609;s:15:\"apierror-badurl\";i:6610;s:16:\"apierror-baduser\";i:6611;s:31:\"apierror-badvalue-notmultivalue\";i:6612;s:28:\"apierror-bad-watchlist-token\";i:6613;s:24:\"apierror-blockedfrommail\";i:6614;s:16:\"apierror-blocked\";i:6615;s:24:\"apierror-blocked-partial\";i:6616;s:25:\"apierror-botsnotsupported\";i:6617;s:33:\"apierror-cannot-async-upload-file\";i:6618;s:29:\"apierror-cannotreauthenticate\";i:6619;s:24:\"apierror-cannotviewtitle\";i:6620;s:24:\"apierror-cantblock-email\";i:6621;s:18:\"apierror-cantblock\";i:6622;s:31:\"apierror-cantchangecontentmodel\";i:6623;s:17:\"apierror-canthide\";i:6624;s:26:\"apierror-cantimport-upload\";i:6625;s:19:\"apierror-cantimport\";i:6626;s:33:\"apierror-cantoverwrite-sharedfile\";i:6627;s:17:\"apierror-cantsend\";i:6628;s:21:\"apierror-cantundelete\";i:6629;s:33:\"apierror-cantview-deleted-comment\";i:6630;s:37:\"apierror-cantview-deleted-description\";i:6631;s:34:\"apierror-cantview-deleted-metadata\";i:6632;s:42:\"apierror-cantview-deleted-revision-content\";i:6633;s:29:\"apierror-changeauth-norequest\";i:6634;s:40:\"apierror-changecontentmodel-missingtitle\";i:6635;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6636;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6637;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6638;s:24:\"apierror-chunk-too-small\";i:6639;s:21:\"apierror-cidrtoobroad\";i:6640;s:33:\"apierror-compare-maintextrequired\";i:6641;s:25:\"apierror-compare-no-title\";i:6642;s:34:\"apierror-compare-nosuchfromsection\";i:6643;s:32:\"apierror-compare-nosuchtosection\";i:6644;s:31:\"apierror-compare-nofromrevision\";i:6645;s:23:\"apierror-compare-notext\";i:6646;s:29:\"apierror-compare-notorevision\";i:6647;s:26:\"apierror-concurrency-limit\";i:6648;s:36:\"apierror-compare-relative-to-deleted\";i:6649;s:36:\"apierror-compare-relative-to-nothing\";i:6650;s:38:\"apierror-contentserializationexception\";i:6651;s:22:\"apierror-contenttoobig\";i:6652;s:30:\"apierror-contentmodel-mismatch\";i:6653;s:28:\"apierror-copyuploadbaddomain\";i:6654;s:25:\"apierror-copyuploadbadurl\";i:6655;s:27:\"apierror-create-titleexists\";i:6656;s:19:\"apierror-csp-report\";i:6657;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6658;s:32:\"apierror-deletedrevs-param-not-3\";i:6659;s:29:\"apierror-edit-invalidredirect\";i:6660;s:24:\"apierror-emptynewsection\";i:6661;s:18:\"apierror-emptypage\";i:6662;s:24:\"apierror-exceptioncaught\";i:6663;s:28:\"apierror-exceptioncaughttype\";i:6664;s:25:\"apierror-filedoesnotexist\";i:6665;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6666;s:19:\"apierror-filenopath\";i:6667;s:32:\"apierror-filetypecannotberotated\";i:6668;s:18:\"apierror-formatphp\";i:6669;s:28:\"apierror-imageusage-badtitle\";i:6670;s:28:\"apierror-import-unknownerror\";i:6671;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6672;s:35:\"apierror-integeroutofrange-abovemax\";i:6673;s:39:\"apierror-integeroutofrange-belowminimum\";i:6674;s:24:\"apierror-invalidcategory\";i:6675;s:22:\"apierror-invalid-chunk\";i:6676;s:22:\"apierror-invalidexpiry\";i:6677;s:25:\"apierror-invalid-file-key\";i:6678;s:23:\"apierror-invalidiprange\";i:6679;s:20:\"apierror-invalidlang\";i:6680;s:22:\"apierror-invalidmethod\";i:6681;s:24:\"apierror-invalidoldimage\";i:6682;s:38:\"apierror-invalidparammix-cannotusewith\";i:6683;s:36:\"apierror-invalidparammix-mustusewith\";i:6684;s:42:\"apierror-invalidparammix-parse-new-section\";i:6685;s:24:\"apierror-invalidparammix\";i:6686;s:23:\"apierror-invalidsection\";i:6687;s:30:\"apierror-invalidsha1base36hash\";i:6688;s:24:\"apierror-invalidsha1hash\";i:6689;s:21:\"apierror-invalidtitle\";i:6690;s:24:\"apierror-invalidurlparam\";i:6691;s:20:\"apierror-invaliduser\";i:6692;s:22:\"apierror-invaliduserid\";i:6693;s:21:\"apierror-ipoutofrange\";i:6694;s:17:\"apierror-maxbytes\";i:6695;s:17:\"apierror-maxchars\";i:6696;s:23:\"apierror-maxlag-generic\";i:6697;s:15:\"apierror-maxlag\";i:6698;s:27:\"apierror-mimesearchdisabled\";i:6699;s:30:\"apierror-missingcontent-pageid\";i:6700;s:29:\"apierror-missingcontent-revid\";i:6701;s:34:\"apierror-missingcontent-revid-role\";i:6702;s:37:\"apierror-missingparam-at-least-one-of\";i:6703;s:28:\"apierror-missingparam-one-of\";i:6704;s:21:\"apierror-missingparam\";i:6705;s:26:\"apierror-missingrev-pageid\";i:6706;s:25:\"apierror-missingrev-title\";i:6707;s:32:\"apierror-missingtitle-createonly\";i:6708;s:21:\"apierror-missingtitle\";i:6709;s:28:\"apierror-missingtitle-byname\";i:6710;s:23:\"apierror-moduledisabled\";i:6711;s:29:\"apierror-multival-only-one-of\";i:6712;s:18:\"apierror-multpages\";i:6713;s:34:\"apierror-mustbeloggedin-changeauth\";i:6714;s:31:\"apierror-mustbeloggedin-generic\";i:6715;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6716;s:34:\"apierror-mustbeloggedin-removeauth\";i:6717;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6718;s:23:\"apierror-mustbeloggedin\";i:6719;s:21:\"apierror-mustbeposted\";i:6720;s:23:\"apierror-mustpostparams\";i:6721;s:19:\"apierror-noapiwrite\";i:6722;s:18:\"apierror-nochanges\";i:6723;s:25:\"apierror-nodeleteablefile\";i:6724;s:26:\"apierror-no-direct-editing\";i:6725;s:20:\"apierror-noedit-anon\";i:6726;s:15:\"apierror-noedit\";i:6727;s:29:\"apierror-noimageredirect-anon\";i:6728;s:24:\"apierror-noimageredirect\";i:6729;s:20:\"apierror-nosuchlogid\";i:6730;s:21:\"apierror-nosuchpageid\";i:6731;s:19:\"apierror-nosuchrcid\";i:6732;s:20:\"apierror-nosuchrevid\";i:6733;s:22:\"apierror-nosuchsection\";i:6734;s:27:\"apierror-nosuchsection-what\";i:6735;s:21:\"apierror-nosuchuserid\";i:6736;s:17:\"apierror-notarget\";i:6737;s:23:\"apierror-notpatrollable\";i:6738;s:23:\"apierror-nouploadmodule\";i:6739;s:33:\"apierror-opensearch-json-warnings\";i:6740;s:24:\"apierror-pagecannotexist\";i:6741;s:20:\"apierror-pagedeleted\";i:6742;s:26:\"apierror-pagelang-disabled\";i:6743;s:19:\"apierror-paramempty\";i:6744;s:30:\"apierror-parsetree-notwikitext\";i:6745;s:36:\"apierror-parsetree-notwikitext-title\";i:6746;s:19:\"apierror-pastexpiry\";i:6747;s:25:\"apierror-permissiondenied\";i:6748;s:33:\"apierror-permissiondenied-generic\";i:6749;s:36:\"apierror-permissiondenied-patrolflag\";i:6750;s:33:\"apierror-permissiondenied-unblock\";i:6751;s:29:\"apierror-prefixsearchdisabled\";i:6752;s:30:\"apierror-promised-nonwrite-api\";i:6753;s:30:\"apierror-protect-invalidaction\";i:6754;s:29:\"apierror-protect-invalidlevel\";i:6755;s:20:\"apierror-ratelimited\";i:6756;s:22:\"apierror-readapidenied\";i:6757;s:17:\"apierror-readonly\";i:6758;s:23:\"apierror-reauthenticate\";i:6759;s:28:\"apierror-redirect-appendonly\";i:6760;s:33:\"apierror-revdel-mutuallyexclusive\";i:6761;s:26:\"apierror-revdel-needtarget\";i:6762;s:27:\"apierror-revdel-paramneeded\";i:6763;s:24:\"apierror-revisions-badid\";i:6764;s:27:\"apierror-revisions-norevids\";i:6765;s:29:\"apierror-revisions-singlepage\";i:6766;s:21:\"apierror-revwrongpage\";i:6767;s:23:\"apierror-searchdisabled\";i:6768;s:29:\"apierror-sectionreplacefailed\";i:6769;s:29:\"apierror-sectionsnotsupported\";i:6770;s:34:\"apierror-sectionsnotsupported-what\";i:6771;s:13:\"apierror-show\";i:6772;s:34:\"apierror-siteinfo-includealldenied\";i:6773;s:25:\"apierror-sizediffdisabled\";i:6774;s:21:\"apierror-spamdetected\";i:6775;s:32:\"apierror-specialpage-cantexecute\";i:6776;s:28:\"apierror-stashedfilenotfound\";i:6777;s:30:\"apierror-stashedit-missingtext\";i:6778;s:23:\"apierror-stashexception\";i:6779;s:29:\"apierror-stashfailed-complete\";i:6780;s:30:\"apierror-stashfailed-nosession\";i:6781;s:25:\"apierror-stashfilestorage\";i:6782;s:25:\"apierror-stashinvalidfile\";i:6783;s:27:\"apierror-stashnosuchfilekey\";i:6784;s:25:\"apierror-stashpathinvalid\";i:6785;s:24:\"apierror-stashwrongowner\";i:6786;s:24:\"apierror-stashzerolength\";i:6787;s:22:\"apierror-systemblocked\";i:6788;s:38:\"apierror-templateexpansion-notwikitext\";i:6789;s:23:\"apierror-toofewexpiries\";i:6790;s:22:\"apierror-toomanyvalues\";i:6791;s:22:\"apierror-unknownaction\";i:6792;s:30:\"apierror-unknownerror-editpage\";i:6793;s:28:\"apierror-unknownerror-nocode\";i:6794;s:21:\"apierror-unknownerror\";i:6795;s:22:\"apierror-unknownformat\";i:6796;s:27:\"apierror-unrecognizedparams\";i:6797;s:26:\"apierror-unrecognizedvalue\";i:6798;s:24:\"apierror-unsupportedrepo\";i:6799;s:29:\"apierror-upload-filekeyneeded\";i:6800;s:33:\"apierror-upload-filekeynotallowed\";i:6801;s:26:\"apierror-upload-inprogress\";i:6802;s:29:\"apierror-upload-missingresult\";i:6803;s:23:\"apierror-urlparamnormal\";i:6804;s:23:\"apierror-writeapidenied\";i:6805;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6806;s:19:\"apiwarn-badurlparam\";i:6807;s:15:\"apiwarn-badutf8\";i:6808;s:34:\"apiwarn-checktoken-percentencoding\";i:6809;s:23:\"apiwarn-compare-no-next\";i:6810;s:23:\"apiwarn-compare-no-prev\";i:6811;s:30:\"apiwarn-compare-nocontentmodel\";i:6812;s:31:\"apiwarn-deprecation-deletedrevs\";i:6813;s:33:\"apiwarn-deprecation-httpsexpected\";i:6814;s:31:\"apiwarn-deprecation-login-botpw\";i:6815;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6816;s:31:\"apiwarn-deprecation-login-token\";i:6817;s:32:\"apiwarn-deprecation-missingparam\";i:6818;s:29:\"apiwarn-deprecation-parameter\";i:6819;s:35:\"apiwarn-deprecation-parse-headitems\";i:6820;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6821;s:29:\"apiwarn-deprecation-purge-get\";i:6822;s:35:\"apiwarn-deprecation-withreplacement\";i:6823;s:20:\"apiwarn-difftohidden\";i:6824;s:26:\"apiwarn-errorprinterfailed\";i:6825;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6826;s:23:\"apiwarn-invalidcategory\";i:6827;s:20:\"apiwarn-invalidtitle\";i:6828;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6829;s:28:\"apiwarn-invalidxmlstylesheet\";i:6830;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6831;s:26:\"apiwarn-moduleswithoutvars\";i:6832;s:15:\"apiwarn-notfile\";i:6833;s:30:\"apiwarn-nothumb-noimagehandler\";i:6834;s:28:\"apiwarn-parse-nocontentmodel\";i:6835;s:30:\"apiwarn-parse-revidwithouttext\";i:6836;s:30:\"apiwarn-parse-titlewithouttext\";i:6837;s:26:\"apiwarn-redirectsandrevids\";i:6838;s:21:\"apiwarn-tokens-origin\";i:6839;s:23:\"apiwarn-truncatedresult\";i:6840;s:27:\"apiwarn-unclearnowtimestamp\";i:6841;s:26:\"apiwarn-unrecognizedvalues\";i:6842;s:24:\"apiwarn-unsupportedarray\";i:6843;s:21:\"apiwarn-urlparamwidth\";i:6844;s:33:\"apiwarn-validationfailed-badchars\";i:6845;s:32:\"apiwarn-validationfailed-badpref\";i:6846;s:34:\"apiwarn-validationfailed-cannotset\";i:6847;s:35:\"apiwarn-validationfailed-keytoolong\";i:6848;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6849;s:24:\"apiwarn-validationfailed\";i:6850;s:18:\"apiwarn-wgdebugapi\";i:6851;s:20:\"api-feed-error-title\";i:6852;s:16:\"api-usage-docref\";i:6853;s:25:\"api-usage-mailinglist-ref\";i:6854;s:19:\"api-exception-trace\";i:6855;s:18:\"api-credits-header\";i:6856;s:11:\"api-credits\";i:6857;s:20:\"rest-prefix-mismatch\";i:6858;s:17:\"rest-wrong-method\";i:6859;s:13:\"rest-no-match\";i:6860;s:22:\"rest-nonexistent-title\";i:6861;s:31:\"rest-nonexistent-title-revision\";i:6862;s:25:\"rest-nonexistent-revision\";i:6863;s:21:\"rest-nonexistent-user\";i:6864;s:17:\"rest-invalid-user\";i:6865;s:27:\"rest-permission-denied-anon\";i:6866;s:28:\"rest-permission-denied-title\";i:6867;s:31:\"rest-permission-denied-revision\";i:6868;s:28:\"rest-resource-limit-exceeded\";i:6869;s:36:\"rest-pagehistory-incompatible-params\";i:6870;s:34:\"rest-pagehistory-param-range-error\";i:6871;s:32:\"rest-pagehistory-timestamp-error\";i:6872;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6873;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6874;s:26:\"rest-compare-page-mismatch\";i:6875;s:30:\"rest-compare-permission-denied\";i:6876;s:24:\"rest-compare-nonexistent\";i:6877;s:25:\"rest-compare-inaccessible\";i:6878;s:26:\"rest-compare-wrong-content\";i:6879;s:22:\"rest-compare-wikidiff2\";i:6880;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6881;s:17:\"rest-search-error\";i:6882;s:27:\"rest-page-source-type-error\";i:6883;s:16:\"rest-no-revision\";i:6884;s:25:\"rest-media-too-many-links\";i:6885;s:23:\"rest-html-backend-error\";i:6886;s:18:\"rest-bad-json-body\";i:6887;s:26:\"rest-json-body-parse-error\";i:6888;s:23:\"rest-missing-body-field\";i:6889;s:22:\"rest-bad-content-model\";i:6890;s:30:\"rest-update-cannot-create-page\";i:6891;s:26:\"rest-extraneous-csrf-token\";i:6892;s:21:\"rest-cannot-load-file\";i:6893;s:28:\"rest-cross-origin-anon-write\";i:6894;s:31:\"rest-requires-safe-against-csrf\";i:6895;s:13:\"rest-badtoken\";i:6896;s:30:\"ooui-outline-control-move-down\";i:6897;s:28:\"ooui-outline-control-move-up\";i:6898;s:27:\"ooui-outline-control-remove\";i:6899;s:17:\"ooui-toolbar-more\";i:6900;s:21:\"ooui-toolgroup-expand\";i:6901;s:23:\"ooui-toolgroup-collapse\";i:6902;s:16:\"ooui-item-remove\";i:6903;s:26:\"ooui-dialog-message-accept\";i:6904;s:26:\"ooui-dialog-message-reject\";i:6905;s:25:\"ooui-dialog-process-error\";i:6906;s:27:\"ooui-dialog-process-dismiss\";i:6907;s:25:\"ooui-dialog-process-retry\";i:6908;s:28:\"ooui-dialog-process-continue\";i:6909;s:26:\"ooui-combobox-button-label\";i:6910;s:29:\"ooui-selectfile-button-select\";i:6911;s:38:\"ooui-selectfile-button-select-multiple\";i:6912;s:29:\"ooui-selectfile-not-supported\";i:6913;s:27:\"ooui-selectfile-placeholder\";i:6914;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6915;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6916;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6917;s:15:\"ooui-field-help\";i:6918;s:22:\"paramvalidator-badbool\";i:6919;s:24:\"paramvalidator-badexpiry\";i:6920;s:33:\"paramvalidator-badexpiry-duration\";i:6921;s:37:\"paramvalidator-badexpiry-duration-max\";i:6922;s:29:\"paramvalidator-badexpiry-past\";i:6923;s:23:\"paramvalidator-badfloat\";i:6924;s:33:\"paramvalidator-badfloat-notfinite\";i:6925;s:25:\"paramvalidator-badinteger\";i:6926;s:27:\"paramvalidator-badtimestamp\";i:6927;s:34:\"paramvalidator-badupload-cantwrite\";i:6928;s:33:\"paramvalidator-badupload-formsize\";i:6929;s:32:\"paramvalidator-badupload-inisize\";i:6930;s:31:\"paramvalidator-badupload-nofile\";i:6931;s:33:\"paramvalidator-badupload-notmpdir\";i:6932;s:34:\"paramvalidator-badupload-notupload\";i:6933;s:32:\"paramvalidator-badupload-partial\";i:6934;s:31:\"paramvalidator-badupload-phpext\";i:6935;s:33:\"paramvalidator-badvalue-enummulti\";i:6936;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6937;s:31:\"paramvalidator-deprecated-value\";i:6938;s:26:\"paramvalidator-emptystring\";i:6939;s:23:\"paramvalidator-maxbytes\";i:6940;s:23:\"paramvalidator-maxchars\";i:6941;s:27:\"paramvalidator-missingparam\";i:6942;s:23:\"paramvalidator-notmulti\";i:6943;s:29:\"paramvalidator-outofrange-max\";i:6944;s:32:\"paramvalidator-outofrange-minmax\";i:6945;s:29:\"paramvalidator-outofrange-min\";i:6946;s:31:\"paramvalidator-param-deprecated\";i:6947;s:30:\"paramvalidator-param-sensitive\";i:6948;s:28:\"paramvalidator-toomanyvalues\";i:6949;s:34:\"paramvalidator-unclearnowtimestamp\";i:6950;s:33:\"paramvalidator-unrecognizedvalues\";i:6951;s:27:\"paramvalidator-help-default\";i:6952;s:33:\"paramvalidator-help-default-empty\";i:6953;s:30:\"paramvalidator-help-deprecated\";i:6954;s:34:\"paramvalidator-help-multi-separate\";i:6955;s:29:\"paramvalidator-help-multi-max\";i:6956;s:36:\"paramvalidator-help-multi-max-simple\";i:6957;s:29:\"paramvalidator-help-multi-all\";i:6958;s:28:\"paramvalidator-help-required\";i:6959;s:32:\"paramvalidator-help-type-boolean\";i:6960;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6961;s:29:\"paramvalidator-help-type-enum\";i:6962;s:31:\"paramvalidator-help-type-expiry\";i:6963;s:30:\"paramvalidator-help-type-float\";i:6964;s:32:\"paramvalidator-help-type-integer\";i:6965;s:30:\"paramvalidator-help-type-limit\";i:6966;s:35:\"paramvalidator-help-type-number-max\";i:6967;s:38:\"paramvalidator-help-type-number-minmax\";i:6968;s:35:\"paramvalidator-help-type-number-min\";i:6969;s:40:\"paramvalidator-help-type-presenceboolean\";i:6970;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6971;s:40:\"paramvalidator-help-type-string-maxchars\";i:6972;s:34:\"paramvalidator-help-type-timestamp\";i:6973;s:31:\"paramvalidator-help-type-upload\";i:6974;s:15:\"skinname-vector\";i:6975;s:20:\"skinname-vector-2022\";i:6976;s:26:\"vector-specialversion-name\";i:6977;s:16:\"vector-skin-desc\";i:6978;s:34:\"prefs-vector-enable-vector-1-label\";i:6979;s:33:\"prefs-vector-enable-vector-1-help\";i:6980;s:14:\"vector-opt-out\";i:6981;s:22:\"vector-opt-out-tooltip\";i:6982;s:10:\"vector.css\";i:6983;s:9:\"vector.js\";i:6984;s:28:\"vector-action-toggle-sidebar\";i:6985;s:16:\"vector-languages\";i:6986;s:33:\"vector-language-button-aria-label\";i:6987;s:28:\"vector-language-button-label\";i:6988;s:31:\"vector-no-language-button-label\";i:6989;s:36:\"vector-no-language-button-aria-label\";i:6990;s:31:\"vector-language-redirect-to-top\";i:6991;s:38:\"vector-language-variant-switcher-label\";i:6992;s:23:\"vector-jumptonavigation\";i:6993;s:19:\"vector-jumptosearch\";i:6994;s:20:\"vector-jumptocontent\";i:6995;s:20:\"vector-search-loader\";i:6996;s:31:\"vector-searchsuggest-containing\";i:6997;s:17:\"vector-intro-page\";i:6998;s:18:\"vector-toc-heading\";i:6999;s:34:\"vector-toc-toggle-position-sidebar\";i:7000;s:32:\"vector-toc-toggle-position-title\";i:7001;s:20:\"vector-toc-beginning\";i:7002;s:30:\"vector-toc-toggle-button-label\";i:7003;s:27:\"vector-anon-user-menu-pages\";i:7004;s:33:\"vector-anon-user-menu-pages-learn\";i:7005;s:33:\"vector-anon-user-menu-pages-label\";i:7006;s:24:\"vector-main-menu-tooltip\";i:7007;s:23:\"vector-toc-menu-tooltip\";i:7008;s:35:\"vector-toc-collapsible-button-label\";i:7009;s:30:\"vector-article-tools-nav-label\";i:7010;s:21:\"vector-site-nav-label\";i:7011;s:26:\"vector-2022-prefs-talkpage\";i:7012;s:35:\"tooltip-vector-anon-user-menu-title\";i:7013;s:10:\"wikieditor\";i:7014;s:15:\"wikieditor-desc\";i:7015;s:23:\"wikieditor-wikitext-tab\";i:7016;s:18:\"wikieditor-loading\";i:7017;s:29:\"wikieditor-preview-preference\";i:7018;s:22:\"wikieditor-preview-tab\";i:7019;s:30:\"wikieditor-preview-changes-tab\";i:7020;s:26:\"wikieditor-preview-loading\";i:7021;s:29:\"wikieditor-publish-preference\";i:7022;s:33:\"wikieditor-publish-button-publish\";i:7023;s:32:\"wikieditor-publish-button-cancel\";i:7024;s:31:\"wikieditor-publish-dialog-title\";i:7025;s:33:\"wikieditor-publish-dialog-summary\";i:7026;s:31:\"wikieditor-publish-dialog-minor\";i:7027;s:31:\"wikieditor-publish-dialog-watch\";i:7028;s:33:\"wikieditor-publish-dialog-publish\";i:7029;s:32:\"wikieditor-publish-dialog-goback\";i:7030;s:18:\"wikieditor-toolbar\";i:7031;s:23:\"wikieditor-toolbar-desc\";i:7032;s:29:\"wikieditor-toolbar-preference\";i:7033;s:37:\"wikieditor-toolbar-dialogs-preference\";i:7034;s:26:\"wikieditor-toolbar-loading\";i:7035;s:28:\"wikieditor-toolbar-tool-bold\";i:7036;s:36:\"wikieditor-toolbar-tool-bold-example\";i:7037;s:30:\"wikieditor-toolbar-tool-italic\";i:7038;s:38:\"wikieditor-toolbar-tool-italic-example\";i:7039;s:29:\"wikieditor-toolbar-tool-ilink\";i:7040;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:7041;s:29:\"wikieditor-toolbar-tool-xlink\";i:7042;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:7043;s:28:\"wikieditor-toolbar-tool-link\";i:7044;s:34:\"wikieditor-toolbar-tool-link-title\";i:7045;s:32:\"wikieditor-toolbar-tool-link-int\";i:7046;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:7047;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:7048;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:7049;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:7050;s:32:\"wikieditor-toolbar-tool-link-ext\";i:7051;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:7052;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:7053;s:35:\"wikieditor-toolbar-tool-link-insert\";i:7054;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:7055;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:7056;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:7057;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:7058;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:7059;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:7060;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7061;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:7062;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7063;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:7064;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:7065;s:34:\"wikieditor-toolbar-tool-link-empty\";i:7066;s:28:\"wikieditor-toolbar-tool-file\";i:7067;s:36:\"wikieditor-toolbar-tool-file-example\";i:7068;s:34:\"wikieditor-toolbar-tool-file-title\";i:7069;s:30:\"wikieditor-toolbar-file-target\";i:7070;s:31:\"wikieditor-toolbar-file-caption\";i:7071;s:28:\"wikieditor-toolbar-file-size\";i:7072;s:29:\"wikieditor-toolbar-file-float\";i:7073;s:31:\"wikieditor-toolbar-file-default\";i:7074;s:30:\"wikieditor-toolbar-file-format\";i:7075;s:35:\"wikieditor-toolbar-file-format-none\";i:7076;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7077;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7078;s:33:\"wikieditor-toolbar-tool-reference\";i:7079;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7080;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7081;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7082;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7083;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7084;s:33:\"wikieditor-toolbar-tool-signature\";i:7085;s:35:\"wikieditor-toolbar-section-advanced\";i:7086;s:31:\"wikieditor-toolbar-tool-heading\";i:7087;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7088;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7089;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7090;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7091;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7092;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7093;s:31:\"wikieditor-toolbar-group-format\";i:7094;s:29:\"wikieditor-toolbar-tool-ulist\";i:7095;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7096;s:29:\"wikieditor-toolbar-tool-olist\";i:7097;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7098;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7099;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7100;s:32:\"wikieditor-toolbar-tool-redirect\";i:7101;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7102;s:27:\"wikieditor-toolbar-tool-big\";i:7103;s:35:\"wikieditor-toolbar-tool-big-example\";i:7104;s:29:\"wikieditor-toolbar-tool-small\";i:7105;s:37:\"wikieditor-toolbar-tool-small-example\";i:7106;s:35:\"wikieditor-toolbar-tool-superscript\";i:7107;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7108;s:33:\"wikieditor-toolbar-tool-subscript\";i:7109;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7110;s:31:\"wikieditor-toolbar-group-insert\";i:7111;s:31:\"wikieditor-toolbar-tool-gallery\";i:7112;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7113;s:31:\"wikieditor-toolbar-tool-newline\";i:7114;s:29:\"wikieditor-toolbar-tool-table\";i:7115;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7116;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7117;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7118;s:35:\"wikieditor-toolbar-tool-table-title\";i:7119;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7120;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7121;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7122;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7123;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7124;s:37:\"wikieditor-toolbar-tool-table-example\";i:7125;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7126;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7127;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7128;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7129;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7130;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7131;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7132;s:31:\"wikieditor-toolbar-tool-replace\";i:7133;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7134;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7135;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7136;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7137;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7138;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7139;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7140;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7141;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7142;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7143;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7144;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7145;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7146;s:37:\"wikieditor-toolbar-section-characters\";i:7147;s:31:\"wikieditor-toolbar-section-help\";i:7148;s:43:\"wikieditor-toolbar-help-heading-description\";i:7149;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7150;s:38:\"wikieditor-toolbar-help-heading-result\";i:7151;s:35:\"wikieditor-toolbar-help-page-format\";i:7152;s:33:\"wikieditor-toolbar-help-page-link\";i:7153;s:36:\"wikieditor-toolbar-help-page-heading\";i:7154;s:33:\"wikieditor-toolbar-help-page-list\";i:7155;s:33:\"wikieditor-toolbar-help-page-file\";i:7156;s:38:\"wikieditor-toolbar-help-page-reference\";i:7157;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7158;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7159;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7160;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7161;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7162;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:7163;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:7164;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7165;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7166;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7167;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7168;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7169;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7170;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7171;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7172;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7173;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7174;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7175;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7176;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7177;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7178;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7179;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7180;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7181;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7182;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7183;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7184;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7185;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7186;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7187;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7188;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7189;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7190;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7191;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7192;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7193;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7194;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:7195;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7196;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7197;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7198;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7199;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7200;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7201;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7202;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7203;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7204;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7205;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7206;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7207;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7208;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7209;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7210;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7211;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7212;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7213;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7214;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7215;s:20:\"syntaxhighlight-desc\";i:7216;s:30:\"syntaxhighlight-error-category\";i:7217;s:35:\"syntaxhighlight-error-category-desc\";i:7218;s:32:\"syntaxhighlight-enclose-category\";i:7219;s:37:\"syntaxhighlight-enclose-category-desc\";i:7220;s:31:\"syntaxhighlight-source-category\";i:7221;s:36:\"syntaxhighlight-source-category-desc\";i:7222;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7223;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7224;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7225;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7226;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7227;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7228;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7229;s:38:\"syntaxhighlight-error-unknown-language\";i:7230;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7231;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7232;s:22:\"action-mf-uploadbutton\";i:7233;s:20:\"beta-feature-minerva\";i:7234;s:32:\"beta-feature-minerva-description\";i:7235;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7236;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7237;s:37:\"mobile-frontend-account-create-submit\";i:7238;s:25:\"mobile-frontend-app-title\";i:7239;s:38:\"mobile-frontend-back-to-top-of-section\";i:7240;s:34:\"mobile-frontend-categories-heading\";i:7241;s:37:\"mobile-frontend-categories-subheading\";i:7242;s:32:\"mobile-frontend-categories-nocat\";i:7243;s:30:\"mobile-frontend-categories-add\";i:7244;s:33:\"mobile-frontend-categories-search\";i:7245;s:34:\"mobile-frontend-categories-nomatch\";i:7246;s:33:\"mobile-frontend-categories-nodata\";i:7247;s:34:\"mobile-frontend-categories-summary\";i:7248;s:38:\"mobile-frontend-categories-add-heading\";i:7249;s:35:\"mobile-frontend-categories-add-wait\";i:7250;s:33:\"mobile-frontend-categories-normal\";i:7251;s:33:\"mobile-frontend-categories-hidden\";i:7252;s:30:\"mobile-frontend-changeslist-ip\";i:7253;s:37:\"mobile-frontend-changeslist-nocomment\";i:7254;s:28:\"mobile-frontend-clear-search\";i:7255;s:37:\"mobile-frontend-commons-category-view\";i:7256;s:36:\"mobile-frontend-contribution-summary\";i:7257;s:32:\"mobile-frontend-cookies-required\";i:7258;s:25:\"mobile-frontend-copyright\";i:7259;s:32:\"mobile-frontend-current-language\";i:7260;s:20:\"mobile-frontend-desc\";i:7261;s:33:\"mobile-frontend-diffview-404-desc\";i:7262;s:34:\"mobile-frontend-diffview-404-title\";i:7263;s:34:\"mobile-frontend-diffview-anonymous\";i:7264;s:35:\"mobile-frontend-diffview-bytesadded\";i:7265;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7266;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7267;s:30:\"mobile-frontend-diffview-comma\";i:7268;s:34:\"mobile-frontend-diffview-editcount\";i:7269;s:34:\"mobile-frontend-diffview-explained\";i:7270;s:30:\"mobile-frontend-diffview-title\";i:7271;s:30:\"mobile-frontend-disable-images\";i:7272;s:36:\"mobile-frontend-dismiss-notification\";i:7273;s:33:\"mobile-frontend-donate-image-anon\";i:7274;s:36:\"mobile-frontend-donate-image-heading\";i:7275;s:41:\"mobile-frontend-donate-image-login-action\";i:7276;s:38:\"mobile-frontend-donate-image-nouploads\";i:7277;s:42:\"mobile-frontend-donate-image-signup-action\";i:7278;s:34:\"mobile-frontend-donate-image-title\";i:7279;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7280;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7281;s:29:\"mobile-frontend-drawer-cancel\";i:7282;s:31:\"mobile-frontend-pointer-dismiss\";i:7283;s:33:\"mobile-frontend-edit-login-action\";i:7284;s:34:\"mobile-frontend-edit-signup-action\";i:7285;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7286;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7287;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7288;s:27:\"mobile-frontend-editor-anon\";i:7289;s:34:\"mobile-frontend-editor-anonwarning\";i:7290;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7291;s:35:\"mobile-frontend-editor-blocked-info\";i:7292;s:29:\"mobile-frontend-editor-cancel\";i:7293;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7294;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7295;s:31:\"mobile-frontend-editor-continue\";i:7296;s:26:\"mobile-frontend-editor-cta\";i:7297;s:31:\"mobile-frontend-editor-disabled\";i:7298;s:30:\"mobile-frontend-editor-editing\";i:7299;s:35:\"mobile-frontend-editor-editing-page\";i:7300;s:28:\"mobile-frontend-editor-error\";i:7301;s:37:\"mobile-frontend-editor-error-conflict\";i:7302;s:36:\"mobile-frontend-editor-error-loading\";i:7303;s:36:\"mobile-frontend-editor-error-preview\";i:7304;s:35:\"mobile-frontend-editor-keep-editing\";i:7305;s:32:\"mobile-frontend-editor-licensing\";i:7306;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7307;s:33:\"mobile-frontend-editor-terms-link\";i:7308;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7309;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7310;s:34:\"mobile-frontend-editor-placeholder\";i:7311;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7312;s:38:\"mobile-frontend-editor-previewing-page\";i:7313;s:37:\"mobile-frontend-editor-redirect-title\";i:7314;s:27:\"mobile-frontend-editor-save\";i:7315;s:30:\"mobile-frontend-editor-success\";i:7316;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7317;s:39:\"mobile-frontend-editor-success-new-page\";i:7318;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7319;s:38:\"mobile-frontend-editor-summary-request\";i:7320;s:30:\"mobile-frontend-editor-summary\";i:7321;s:37:\"mobile-frontend-editor-switch-confirm\";i:7322;s:36:\"mobile-frontend-editor-switch-editor\";i:7323;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7324;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7325;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7326;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7327;s:34:\"mobile-frontend-editor-unavailable\";i:7328;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7329;s:35:\"mobile-frontend-editor-uploadenable\";i:7330;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7331;s:27:\"mobile-frontend-editor-wait\";i:7332;s:36:\"mobile-frontend-editor-redlink-leave\";i:7333;s:38:\"mobile-frontend-editor-redlink-explain\";i:7334;s:37:\"mobile-frontend-editor-redlink-create\";i:7335;s:27:\"mobile-frontend-editor-bold\";i:7336;s:29:\"mobile-frontend-editor-italic\";i:7337;s:32:\"mobile-frontend-editor-bold-text\";i:7338;s:34:\"mobile-frontend-editor-italic-text\";i:7339;s:32:\"mobile-frontend-editor-reference\";i:7340;s:39:\"mobile-frontend-editor-insert-reference\";i:7341;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7342;s:36:\"mobile-frontend-editor-add-reference\";i:7343;s:29:\"mobile-frontend-enable-images\";i:7344;s:43:\"mobile-frontend-expand-sections-description\";i:7345;s:38:\"mobile-frontend-expand-sections-status\";i:7346;s:32:\"mobile-frontend-fontchanger-link\";i:7347;s:32:\"mobile-frontend-fontchanger-desc\";i:7348;s:32:\"mobile-frontend-featured-article\";i:7349;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7350;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7351;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7352;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7353;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7354;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7355;s:30:\"mobile-frontend-footer-contact\";i:7356;s:31:\"mobile-frontend-footer-sitename\";i:7357;s:32:\"mobile-frontend-generic-404-desc\";i:7358;s:33:\"mobile-frontend-generic-404-title\";i:7359;s:29:\"mobile-frontend-generic-login\";i:7360;s:36:\"mobile-frontend-generic-login-action\";i:7361;s:33:\"mobile-frontend-generic-login-new\";i:7362;s:37:\"mobile-frontend-generic-signup-action\";i:7363;s:23:\"mobile-frontend-history\";i:7364;s:32:\"mobile-frontend-history-404-desc\";i:7365;s:33:\"mobile-frontend-history-404-title\";i:7366;s:34:\"mobile-frontend-history-no-results\";i:7367;s:36:\"mobile-frontend-image-cancel-confirm\";i:7368;s:38:\"mobile-frontend-image-heading-describe\";i:7369;s:31:\"mobile-frontend-image-uploading\";i:7370;s:29:\"mobile-frontend-images-status\";i:7371;s:40:\"mobile-frontend-language-article-heading\";i:7372;s:31:\"mobile-frontend-language-header\";i:7373;s:32:\"mobile-frontend-language-heading\";i:7374;s:36:\"mobile-frontend-language-site-choose\";i:7375;s:39:\"mobile-frontend-language-variant-header\";i:7376;s:34:\"mobile-frontend-languages-404-desc\";i:7377;s:35:\"mobile-frontend-languages-404-title\";i:7378;s:32:\"mobile-frontend-languages-header\";i:7379;s:37:\"mobile-frontend-languages-header-page\";i:7380;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7381;s:30:\"mobile-frontend-languages-text\";i:7382;s:40:\"mobile-frontend-languages-variant-header\";i:7383;s:34:\"mobile-frontend-last-modified-date\";i:7384;s:34:\"mobile-frontend-last-modified-days\";i:7385;s:35:\"mobile-frontend-last-modified-hours\";i:7386;s:38:\"mobile-frontend-last-modified-just-now\";i:7387;s:37:\"mobile-frontend-last-modified-minutes\";i:7388;s:36:\"mobile-frontend-last-modified-months\";i:7389;s:37:\"mobile-frontend-last-modified-seconds\";i:7390;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7391;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7392;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7393;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7394;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7395;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7396;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7397;s:35:\"mobile-frontend-last-modified-years\";i:7398;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7399;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7400;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7401;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7402;s:26:\"mobile-frontend-logged-out\";i:7403;s:21:\"mobile-frontend-login\";i:7404;s:25:\"mobile-frontend-main-menu\";i:7405;s:30:\"mobile-frontend-main-menu-back\";i:7406;s:40:\"mobile-frontend-main-menu-account-create\";i:7407;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:7408;s:34:\"mobile-frontend-main-menu-featured\";i:7409;s:32:\"mobile-frontend-main-menu-logout\";i:7410;s:36:\"mobile-frontend-main-menu-page-title\";i:7411;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7412;s:32:\"mobile-frontend-main-menu-upload\";i:7413;s:35:\"mobile-frontend-main-menu-watchlist\";i:7414;s:29:\"mobile-frontend-media-details\";i:7415;s:34:\"mobile-frontend-media-license-link\";i:7416;s:32:\"mobile-frontend-meta-data-issues\";i:7417;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7418;s:39:\"mobile-frontend-meta-data-issues-header\";i:7419;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7420;s:29:\"mobile-frontend-missing-image\";i:7421;s:31:\"mobile-frontend-nearby-distance\";i:7422;s:38:\"mobile-frontend-nearby-distance-meters\";i:7423;s:28:\"mobile-frontend-nearby-error\";i:7424;s:37:\"mobile-frontend-nearby-error-guidance\";i:7425;s:30:\"mobile-frontend-nearby-loading\";i:7426;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7427;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7428;s:32:\"mobile-frontend-nearby-noresults\";i:7429;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7430;s:33:\"mobile-frontend-nearby-permission\";i:7431;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7432;s:30:\"mobile-frontend-nearby-refresh\";i:7433;s:35:\"mobile-frontend-nearby-requirements\";i:7434;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7435;s:28:\"mobile-frontend-nearby-title\";i:7436;s:34:\"mobile-frontend-nearby-sectiontext\";i:7437;s:26:\"mobile-frontend-news-items\";i:7438;s:30:\"mobile-frontend-opt-in-explain\";i:7439;s:29:\"mobile-frontend-overlay-close\";i:7440;s:32:\"mobile-frontend-overlay-continue\";i:7441;s:34:\"mobile-frontend-page-menu-contents\";i:7442;s:33:\"mobile-frontend-page-menu-history\";i:7443;s:42:\"mobile-frontend-page-menu-language-current\";i:7444;s:33:\"mobile-frontend-page-edit-summary\";i:7445;s:24:\"mobile-frontend-password\";i:7446;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7447;s:36:\"mobile-frontend-password-placeholder\";i:7448;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7449;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7450;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7451;s:31:\"mobile-frontend-photo-licensing\";i:7452;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7453;s:31:\"mobile-frontend-photo-ownership\";i:7454;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7455;s:36:\"mobile-frontend-photo-ownership-help\";i:7456;s:28:\"mobile-frontend-photo-submit\";i:7457;s:28:\"mobile-frontend-photo-upload\";i:7458;s:33:\"mobile-frontend-photo-upload-anon\";i:7459;s:36:\"mobile-frontend-photo-upload-comment\";i:7460;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7461;s:34:\"mobile-frontend-photo-upload-error\";i:7462;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7463;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7464;s:36:\"mobile-frontend-photo-upload-generic\";i:7465;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7466;s:44:\"mobile-frontend-photo-upload-success-article\";i:7467;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7468;s:39:\"mobile-frontend-photo-upload-user-count\";i:7469;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7470;s:31:\"mobile-frontend-placeholder-app\";i:7471;s:32:\"mobile-frontend-placeholder-beta\";i:7472;s:33:\"mobile-frontend-privacy-link-text\";i:7473;s:40:\"mobile-frontend-profile-activity-heading\";i:7474;s:29:\"mobile-frontend-profile-error\";i:7475;s:38:\"mobile-frontend-profile-footer-ancient\";i:7476;s:35:\"mobile-frontend-profile-footer-days\";i:7477;s:37:\"mobile-frontend-profile-footer-months\";i:7478;s:36:\"mobile-frontend-profile-footer-years\";i:7479;s:33:\"mobile-frontend-profile-last-edit\";i:7480;s:34:\"mobile-frontend-profile-last-thank\";i:7481;s:30:\"mobile-frontend-profile-noargs\";i:7482;s:30:\"mobile-frontend-profile-nouser\";i:7483;s:29:\"mobile-frontend-profile-title\";i:7484;s:37:\"mobile-frontend-profile-userpage-link\";i:7485;s:32:\"mobile-frontend-profile-usertalk\";i:7486;s:35:\"mobile-frontend-references-citation\";i:7487;s:28:\"mobile-frontend-regular-site\";i:7488;s:31:\"mobile-frontend-requires-mobile\";i:7489;s:30:\"mobile-frontend-requires-optin\";i:7490;s:30:\"mobile-frontend-requires-title\";i:7491;s:26:\"mobile-frontend-save-error\";i:7492;s:29:\"mobile-frontend-save-settings\";i:7493;s:32:\"mobile-frontend-saving-exit-page\";i:7494;s:30:\"mobile-frontend-search-content\";i:7495;s:41:\"mobile-frontend-search-content-no-results\";i:7496;s:33:\"mobile-frontend-search-no-results\";i:7497;s:29:\"mobile-frontend-search-submit\";i:7498;s:39:\"mobile-frontend-settings-images-explain\";i:7499;s:29:\"mobile-frontend-settings-beta\";i:7500;s:41:\"mobile-frontend-settings-site-description\";i:7501;s:36:\"mobile-frontend-settings-site-header\";i:7502;s:37:\"mobile-frontend-sign-in-error-heading\";i:7503;s:31:\"mobile-frontend-sign-in-heading\";i:7504;s:27:\"mobile-frontend-sign-in-why\";i:7505;s:31:\"mobile-frontend-sign-up-heading\";i:7506;s:29:\"mobile-frontend-talk-fullpage\";i:7507;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7508;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7509;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7510;s:33:\"mobile-frontend-talk-back-to-page\";i:7511;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7512;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7513;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7514;s:33:\"mobile-frontend-talk-edit-summary\";i:7515;s:30:\"mobile-frontend-talk-explained\";i:7516;s:36:\"mobile-frontend-talk-explained-empty\";i:7517;s:35:\"mobile-frontend-talk-overlay-header\";i:7518;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7519;s:26:\"mobile-frontend-talk-reply\";i:7520;s:31:\"mobile-frontend-talk-reply-info\";i:7521;s:34:\"mobile-frontend-talk-reply-success\";i:7522;s:35:\"mobile-frontend-talk-topic-feedback\";i:7523;s:32:\"mobile-frontend-talk-topic-error\";i:7524;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7525;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7526;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7527;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7528;s:31:\"mobile-frontend-talk-topic-wait\";i:7529;s:26:\"mobile-frontend-terms-text\";i:7530;s:25:\"mobile-frontend-terms-url\";i:7531;s:30:\"mobile-frontend-thanked-notice\";i:7532;s:28:\"mobile-frontend-user-account\";i:7533;s:35:\"mobile-frontend-user-button-tooltip\";i:7534;s:32:\"mobile-frontend-user-newmessages\";i:7535;s:24:\"mobile-frontend-user-cta\";i:7536;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7537;s:24:\"mobile-frontend-username\";i:7538;s:36:\"mobile-frontend-username-placeholder\";i:7539;s:28:\"mobile-frontend-view-desktop\";i:7540;s:27:\"mobile-frontend-view-mobile\";i:7541;s:27:\"mobile-frontend-view-source\";i:7542;s:27:\"mobile-frontend-watch-login\";i:7543;s:29:\"mobile-frontend-watchlist-a-z\";i:7544;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7545;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7546;s:29:\"mobile-frontend-watchlist-add\";i:7547;s:35:\"mobile-frontend-watchlist-back-home\";i:7548;s:29:\"mobile-frontend-watchlist-cta\";i:7549;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7550;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7551;s:30:\"mobile-frontend-watchlist-feed\";i:7552;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7553;s:36:\"mobile-frontend-watchlist-filter-all\";i:7554;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7555;s:38:\"mobile-frontend-watchlist-filter-other\";i:7556;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7557;s:38:\"mobile-frontend-watchlist-login-action\";i:7558;s:30:\"mobile-frontend-watchlist-more\";i:7559;s:37:\"mobile-frontend-watchlist-please-wait\";i:7560;s:31:\"mobile-frontend-watchlist-error\";i:7561;s:33:\"mobile-frontend-watchlist-purpose\";i:7562;s:33:\"mobile-frontend-watchlist-removed\";i:7563;s:39:\"mobile-frontend-watchlist-signup-action\";i:7564;s:30:\"mobile-frontend-watchlist-view\";i:7565;s:36:\"mobile-frontend-quick-lookup-looking\";i:7566;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7567;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7568;s:10:\"mobile.css\";i:7569;s:9:\"mobile.js\";i:7570;s:6:\"nearby\";i:7571;s:21:\"right-mf-uploadbutton\";i:7572;s:27:\"tag-mobile_edit-description\";i:7573;s:19:\"tag-mobile_web_edit\";i:7574;s:31:\"tag-mobile_web_edit-description\";i:7575;s:16:\"skinname-minerva\";i:7576;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7577;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7578;s:30:\"apihelp-mobileview-description\";i:7579;s:29:\"apihelp-mobileview-param-page\";i:7580;s:33:\"apihelp-mobileview-param-redirect\";i:7581;s:33:\"apihelp-mobileview-param-sections\";i:7582;s:29:\"apihelp-mobileview-param-prop\";i:7583;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7584;s:36:\"apihelp-mobileview-param-sectionprop\";i:7585;s:34:\"apihelp-mobileview-param-pageprops\";i:7586;s:32:\"apihelp-mobileview-param-variant\";i:7587;s:33:\"apihelp-mobileview-param-noimages\";i:7588;s:35:\"apihelp-mobileview-param-noheadings\";i:7589;s:36:\"apihelp-mobileview-param-notransform\";i:7590;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7591;s:31:\"apihelp-mobileview-param-offset\";i:7592;s:31:\"apihelp-mobileview-param-maxlen\";i:7593;s:34:\"apihelp-mobileview-param-thumbsize\";i:7594;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7595;s:36:\"apihelp-mobileview-param-thumbheight\";i:7596;s:28:\"apihelp-mobileview-example-1\";i:7597;s:28:\"apihelp-mobileview-example-2\";i:7598;s:28:\"apihelp-mobileview-example-3\";i:7599;s:32:\"apihelp-parse-param-mobileformat\";i:7600;s:28:\"apihelp-parse-param-noimages\";i:7601;s:28:\"apihelp-parse-param-mainpage\";i:7602;s:35:\"mobile-frontend-donate-button-label\";i:7603;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7604;s:31:\"mobile-frontend-loading-message\";i:7605;s:31:\"mobile-frontend-console-recruit\";i:7606;s:34:\"mobile-frontend-browse-tags-header\";i:7607;s:24:\"mobile-frontend-panel-ok\";i:7608;s:28:\"mobile-frontend-panel-cancel\";i:7609;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7610;s:41:\"mobile-frontend-search-feedback-link-text\";i:7611;s:38:\"mobile-frontend-search-feedback-prompt\";i:7612;s:20:\"googleanalytics-desc\";i:7613;s:17:\"right-noanalytics\";}}'),('aeb','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('aeb','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('aeb','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('aeb','messages:about','s:8:\"aeb:عن\";'),('aeb','messages:aboutpage','s:24:\"aeb:Project:Fima ykhosʾ\";'),('aeb','messages:aboutsite','s:29:\"aeb:Fima ykhosʾ {{SITENAME}}\";'),('aeb','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('aeb','messages:accesskey-blockip-block','s:4:\"en:s\";'),('aeb','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('aeb','messages:accesskey-ca-delete','s:4:\"en:d\";'),('aeb','messages:accesskey-ca-edit','s:4:\"en:e\";'),('aeb','messages:accesskey-ca-history','s:4:\"en:h\";'),('aeb','messages:accesskey-ca-move','s:4:\"en:m\";'),('aeb','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('aeb','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('aeb','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('aeb','messages:accesskey-ca-protect','s:4:\"en:=\";'),('aeb','messages:accesskey-ca-talk','s:4:\"en:t\";'),('aeb','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('aeb','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('aeb','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('aeb','messages:accesskey-ca-view','s:3:\"en:\";'),('aeb','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('aeb','messages:accesskey-ca-watch','s:4:\"en:w\";'),('aeb','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('aeb','messages:accesskey-diff','s:4:\"en:v\";'),('aeb','messages:accesskey-export','s:4:\"en:s\";'),('aeb','messages:accesskey-feed-atom','s:3:\"en:\";'),('aeb','messages:accesskey-feed-rss','s:3:\"en:\";'),('aeb','messages:accesskey-import','s:4:\"en:s\";'),('aeb','messages:accesskey-minoredit','s:4:\"en:i\";'),('aeb','messages:accesskey-n-currentevents','s:3:\"en:\";'),('aeb','messages:accesskey-n-help','s:3:\"en:\";'),('aeb','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('aeb','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('aeb','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('aeb','messages:accesskey-n-portal','s:3:\"en:\";'),('aeb','messages:accesskey-n-randompage','s:4:\"en:x\";'),('aeb','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('aeb','messages:accesskey-p-logo','s:3:\"en:\";'),('aeb','messages:accesskey-preferences-save','s:4:\"en:s\";'),('aeb','messages:accesskey-preview','s:4:\"en:p\";'),('aeb','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('aeb','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('aeb','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('aeb','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('aeb','messages:accesskey-pt-login','s:4:\"en:o\";'),('aeb','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('aeb','messages:accesskey-pt-logout','s:3:\"en:\";'),('aeb','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('aeb','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('aeb','messages:accesskey-pt-preferences','s:3:\"en:\";'),('aeb','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('aeb','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('aeb','messages:accesskey-publish','s:4:\"en:s\";'),('aeb','messages:accesskey-save','s:4:\"en:s\";'),('aeb','messages:accesskey-search','s:4:\"en:f\";'),('aeb','messages:accesskey-search-fulltext','s:3:\"en:\";'),('aeb','messages:accesskey-search-go','s:3:\"en:\";'),('aeb','messages:accesskey-summary','s:4:\"en:b\";'),('aeb','messages:accesskey-t-contributions','s:3:\"en:\";'),('aeb','messages:accesskey-t-emailuser','s:3:\"en:\";'),('aeb','messages:accesskey-t-info','s:3:\"en:\";'),('aeb','messages:accesskey-t-permalink','s:3:\"en:\";'),('aeb','messages:accesskey-t-print','s:4:\"en:p\";'),('aeb','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('aeb','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('aeb','messages:accesskey-t-upload','s:4:\"en:u\";'),('aeb','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('aeb','messages:accesskey-upload','s:4:\"en:s\";'),('aeb','messages:accesskey-userrights-set','s:4:\"en:s\";'),('aeb','messages:accesskey-watch','s:4:\"en:w\";'),('aeb','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('aeb','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('aeb','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('aeb','messages:accmailtext','s:281:\"aeb:كلمة سر مولدة عشوائيا ل [[User talk:$1|$1]] تم إرسالها إلى $2.\n\nكلمة السر لهذا الحساب الجديد يمكن تغييرها في صفحة \'\'[[Special:ChangePassword|تغيير كلمة السر]]\'\' عند تسجيل الدخول.\";'),('aeb','messages:accmailtitle','s:38:\"aeb:تم إرسال كلمة السر.\";'),('aeb','messages:accountcreated','s:32:\"aeb:تم إنشاء الحساب\";'),('aeb','messages:accountcreatedtext','s:49:\"aeb:تم إنشاء الحساب الخاص ب$1.\";'),('aeb','messages:acct_creation_throttle_hit','s:462:\"aeb:أنشأ زوار هذه الويكي باستخدام عنوان آيبيك {{PLURAL:$1||حسابا واحدا|حسابين|$1 حسابات|$1 حسابا|$1 حساب}} في اليوم الماضي، وهو الحد الأقصى المسموح به في هذه الفترة الزمنية.\nوكنتيجة لذلك، لن يتمكن الزوار الذين يستخدمون عنوان الأيبي هذا من إنشاء أي حسابات أخرى حاليا.\";'),('aeb','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('aeb','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('aeb','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('aeb','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('aeb','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('aeb','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('aeb','messages:action-block','s:31:\"en:block this user from editing\";'),('aeb','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('aeb','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('aeb','messages:action-browsearchive','s:23:\"en:search deleted pages\";'),('aeb','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('aeb','messages:action-createaccount','s:27:\"en:create this user account\";'),('aeb','messages:action-createpage','s:19:\"en:create this page\";'),('aeb','messages:action-createtalk','s:30:\"en:create this discussion page\";'),('aeb','messages:action-delete','s:17:\"aeb-arab:احذف\";'),('aeb','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('aeb','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('aeb','messages:action-deletedhistory','s:32:\"en:view a page\'s deleted history\";'),('aeb','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('aeb','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('aeb','messages:action-deleterevision','s:19:\"en:delete revisions\";'),('aeb','messages:action-edit','s:19:\"aeb:modifi hal page\";'),('aeb','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('aeb','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('aeb','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('aeb','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('aeb','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('aeb','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('aeb','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('aeb','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('aeb','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('aeb','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('aeb','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('aeb','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('aeb','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('aeb','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('aeb','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('aeb','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('aeb','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('aeb','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('aeb','messages:action-history','s:32:\"en:view the history of this page\";'),('aeb','messages:action-import','s:33:\"en:import pages from another wiki\";'),('aeb','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('aeb','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('aeb','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('aeb','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('aeb','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('aeb','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('aeb','messages:action-minoredit','s:26:\"en:mark this edit as minor\";'),('aeb','messages:action-move','s:17:\"aeb-arab:حوّل\";'),('aeb','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('aeb','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('aeb','messages:action-move-subpages','s:35:\"en:move this page, and its subpages\";'),('aeb','messages:action-movefile','s:17:\"en:move this file\";'),('aeb','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('aeb','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('aeb','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('aeb','messages:action-pagelang','s:27:\"en:change the page language\";'),('aeb','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('aeb','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('aeb','messages:action-protect','s:43:\"en:change protection settings for this page\";'),('aeb','messages:action-purge','s:18:\"en:purge this page\";'),('aeb','messages:action-read','s:17:\"en:read this page\";'),('aeb','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('aeb','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('aeb','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('aeb','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('aeb','messages:action-sendemail','s:14:\"en:send emails\";'),('aeb','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('aeb','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('aeb','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('aeb','messages:action-suppressrevision','s:39:\"en:review and undelete hidden revisions\";'),('aeb','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('aeb','messages:action-undelete','s:32:\"aeb-arab:استرجع الحذف\";'),('aeb','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('aeb','messages:action-upload','s:19:\"en:upload this file\";'),('aeb','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('aeb','messages:action-userrights','s:23:\"en:edit all user rights\";'),('aeb','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('aeb','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('aeb','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('aeb','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('aeb','messages:action-writeapi','s:20:\"en:use the write API\";'),('aeb','messages:actioncomplete','s:31:\"aeb:انتهاء العملية\";'),('aeb','messages:actionfailed','s:21:\"aeb:الفعل فشل\";'),('aeb','messages:actions','s:13:\"aeb:Aksyonàt\";'),('aeb','messages:actionthrottled','s:60:\"aeb:لا يمكن عمل المزيد من هذا الفعل\";'),('aeb','messages:actionthrottledtext','s:268:\"aeb:كإجراء ضد السبام، أنت ممنوع من إجراء هذا الفعل عدد كبير من المرات في فترة زمنية قصيرة، ولقد تجاوزت هذا الحد.\nمن فضلك حاول مرة ثانية خلال عدة دقائق.\";'),('aeb','messages:activeusers','s:20:\"en:Active users list\";'),('aeb','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('aeb','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('aeb','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('aeb','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('aeb','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('aeb','messages:activeusers-noresult','s:18:\"en:No users found.\";'),('aeb','messages:activeusers-submit','s:23:\"en:Display active users\";'),('aeb','messages:activeusers-summary','s:3:\"en:\";'),('aeb','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('aeb','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('aeb','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('aeb','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('aeb','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('aeb','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('aeb','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('aeb','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('aeb','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('aeb','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('aeb','messages:addsection','s:4:\"en:+\";'),('aeb','messages:addsection-editintro','s:3:\"en:\";'),('aeb','messages:addsection-preload','s:3:\"en:\";'),('aeb','messages:addwatch','s:19:\"en:Add to watchlist\";'),('aeb','messages:ago','s:9:\"en:$1 ago\";'),('aeb','messages:all-logs-page','s:18:\"en:All public logs\";'),('aeb','messages:allarticles','s:18:\"aeb:kol ess\'afa7at\";'),('aeb','messages:allinnamespace','s:27:\"en:All pages ($1 namespace)\";'),('aeb','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('aeb','messages:allmessages','s:18:\"en:System messages\";'),('aeb','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('aeb','messages:allmessages-filter-all','s:6:\"en:All\";'),('aeb','messages:allmessages-filter-legend','s:9:\"en:Filter\";'),('aeb','messages:allmessages-filter-modified','s:11:\"en:Modified\";'),('aeb','messages:allmessages-filter-submit','s:9:\"en:Filter\";'),('aeb','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('aeb','messages:allmessages-filter-unmodified','s:13:\"en:Unmodified\";'),('aeb','messages:allmessages-language','s:12:\"en:Language:\";'),('aeb','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('aeb','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('aeb','messages:allmessagescurrent','s:23:\"en:Current message text\";'),('aeb','messages:allmessagesdefault','s:31:\"aeb:النص الافتراضي\";'),('aeb','messages:allmessagesname','s:14:\"aeb:الاسم\";'),('aeb','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('aeb','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('aeb','messages:allpages','s:18:\"aeb:kol ess\'afa7at\";'),('aeb','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('aeb','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('aeb','messages:allpages-summary','s:3:\"en:\";'),('aeb','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('aeb','messages:allpagesfrom','s:29:\"en:Display pages starting at:\";'),('aeb','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('aeb','messages:allpagessubmit','s:12:\"aeb:اذهب\";'),('aeb','messages:allpagesto','s:27:\"en:Display pages ending at:\";'),('aeb','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('aeb','messages:ancientpages','s:15:\"en:Oldest pages\";'),('aeb','messages:ancientpages-summary','s:3:\"en:\";'),('aeb','messages:and','s:10:\"aeb:&#32;w\";'),('aeb','messages:anoncontribs','s:23:\"aeb-arab:مساهمات\";'),('aeb','messages:anoneditwarning','s:132:\"aeb:\'\'\'تحذير:\'\'\' لم تقم بالدخول.\nسيسجل عنوان الآيبي خاصتك في تاريخ هذه الصفحة.\";'),('aeb','messages:anonnotice','s:4:\"en:-\";'),('aeb','messages:anononlyblock','s:13:\"en:anon. only\";'),('aeb','messages:anonpreviewwarning','s:143:\"aeb:\'\'أنت غير مسجل الدخول. الحفظ سيسجل عنوان الأيبي الخاص بك في تاريخ هذه الصفحة.\'\'\";'),('aeb','messages:anontalk','s:36:\"aeb:Tħaddeth mgħa ladrisa IP hadhi\";'),('aeb','messages:anontalkpagetext','s:653:\"aeb:----\'\'هذه صفحة نقاش لمستخدم مجهول لم يقم بإنشاء حساب بعد أو لا يستعمل ذلك الحساب.\nلذا فيجب علينا استعمال رقم الأيبي للتعرف عليه/عليها.\nمثل هذا العنوان يمكن أن يشترك فيه عدة مستخدمين.\nلو كنت مستخدما مجهولا وتشعر بأن تعليقات لا تخصك تم توجيهها إليك، من فضلك [[Special:UserLogin/signup|أنشئ حسابا]] أو [[Special:UserLogin|سجل الدخول]] لتجنب الارتباك المستقبلي مع مستخدمين مجهولين آخرين.\'\'\";'),('aeb','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('aeb','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('aeb','messages:anonymous','s:53:\"en:Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}\";'),('aeb','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('aeb','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('aeb','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('aeb','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('aeb','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('aeb','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('aeb','messages:api-credits-header','s:10:\"en:Credits\";'),('aeb','messages:api-error-badtoken','s:29:\"en:Internal error: Bad token.\";'),('aeb','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('aeb','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('aeb','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('aeb','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('aeb','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('aeb','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('aeb','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('aeb','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aeb','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aeb','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aeb','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('aeb','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('aeb','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('aeb','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('aeb','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('aeb','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('aeb','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('aeb','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('aeb','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('aeb','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('aeb','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('aeb','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('aeb','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('aeb','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('aeb','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('aeb','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('aeb','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('aeb','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('aeb','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('aeb','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('aeb','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('aeb','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('aeb','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('aeb','messages:api-help-flags','s:3:\"en:\";'),('aeb','messages:api-help-help-urls','s:3:\"en:\";'),('aeb','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('aeb','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('aeb','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('aeb','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('aeb','messages:api-help-main-header','s:14:\"en:Main module\";'),('aeb','messages:api-help-no-extended-description','s:3:\"en:\";'),('aeb','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('aeb','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('aeb','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('aeb','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('aeb','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('aeb','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('aeb','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('aeb','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('aeb','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('aeb','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('aeb','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('aeb','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('aeb','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('aeb','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('aeb','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('aeb','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('aeb','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('aeb','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('aeb','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('aeb','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('aeb','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('aeb','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('aeb','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('aeb','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('aeb','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('aeb','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('aeb','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('aeb','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('aeb','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('aeb','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('aeb','messages:api-help-source','s:13:\"en:Source: $1\";'),('aeb','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('aeb','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('aeb','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('aeb','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('aeb','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('aeb','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('aeb','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('aeb','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('aeb','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('aeb','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('aeb','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('aeb','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('aeb','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('aeb','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('aeb','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('aeb','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('aeb','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('aeb','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('aeb','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('aeb','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('aeb','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('aeb','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('aeb','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('aeb','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('aeb','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('aeb','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('aeb','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('aeb','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('aeb','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('aeb','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('aeb','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('aeb','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('aeb','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('aeb','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('aeb','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('aeb','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('aeb','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('aeb','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('aeb','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('aeb','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('aeb','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('aeb','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('aeb','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('aeb','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('aeb','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('aeb','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('aeb','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('aeb','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('aeb','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('aeb','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('aeb','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('aeb','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('aeb','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('aeb','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('aeb','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('aeb','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('aeb','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('aeb','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('aeb','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('aeb','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('aeb','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('aeb','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('aeb','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('aeb','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('aeb','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('aeb','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('aeb','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('aeb','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('aeb','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('aeb','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('aeb','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('aeb','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('aeb','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('aeb','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('aeb','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('aeb','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('aeb','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('aeb','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('aeb','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('aeb','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('aeb','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('aeb','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('aeb','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('aeb','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('aeb','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('aeb','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('aeb','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('aeb','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('aeb','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('aeb','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('aeb','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('aeb','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('aeb','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('aeb','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('aeb','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('aeb','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('aeb','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('aeb','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('aeb','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('aeb','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('aeb','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('aeb','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('aeb','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('aeb','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('aeb','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('aeb','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('aeb','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('aeb','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('aeb','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('aeb','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('aeb','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('aeb','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('aeb','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('aeb','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('aeb','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('aeb','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('aeb','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('aeb','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('aeb','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('aeb','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('aeb','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('aeb','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('aeb','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('aeb','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('aeb','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('aeb','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('aeb','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('aeb','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('aeb','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('aeb','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('aeb','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('aeb','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('aeb','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('aeb','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('aeb','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('aeb','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('aeb','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('aeb','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('aeb','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('aeb','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('aeb','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('aeb','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('aeb','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('aeb','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('aeb','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('aeb','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('aeb','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('aeb','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('aeb','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('aeb','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('aeb','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('aeb','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('aeb','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('aeb','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('aeb','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('aeb','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('aeb','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('aeb','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('aeb','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('aeb','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('aeb','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('aeb','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('aeb','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('aeb','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('aeb','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('aeb','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('aeb','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('aeb','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('aeb','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('aeb','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('aeb','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('aeb','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('aeb','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('aeb','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('aeb','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('aeb','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('aeb','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('aeb','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('aeb','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('aeb','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('aeb','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('aeb','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('aeb','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('aeb','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('aeb','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('aeb','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('aeb','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('aeb','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('aeb','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('aeb','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('aeb','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('aeb','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('aeb','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('aeb','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('aeb','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('aeb','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('aeb','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('aeb','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('aeb','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('aeb','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('aeb','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('aeb','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('aeb','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('aeb','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('aeb','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('aeb','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('aeb','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('aeb','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('aeb','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('aeb','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('aeb','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('aeb','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('aeb','messages:apierror-stashexception','s:5:\"en:$1\";'),('aeb','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('aeb','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('aeb','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('aeb','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('aeb','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('aeb','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('aeb','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('aeb','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('aeb','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('aeb','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('aeb','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('aeb','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('aeb','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('aeb','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('aeb','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('aeb','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('aeb','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('aeb','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('aeb','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('aeb','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('aeb','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('aeb','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('aeb','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('aeb','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('aeb','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('aeb','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('aeb','messages:apihelp','s:11:\"en:API help\";'),('aeb','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('aeb','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('aeb','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('aeb','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('aeb','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('aeb','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('aeb','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('aeb','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('aeb','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('aeb','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('aeb','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('aeb','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('aeb','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('aeb','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('aeb','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('aeb','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('aeb','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('aeb','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aeb','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('aeb','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('aeb','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('aeb','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('aeb','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('aeb','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('aeb','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('aeb','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('aeb','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('aeb','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('aeb','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('aeb','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('aeb','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('aeb','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('aeb','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('aeb','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('aeb','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('aeb','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('aeb','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('aeb','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('aeb','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('aeb','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('aeb','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('aeb','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('aeb','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('aeb','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('aeb','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('aeb','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('aeb','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('aeb','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('aeb','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('aeb','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('aeb','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('aeb','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('aeb','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('aeb','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('aeb','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('aeb','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('aeb','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('aeb','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('aeb','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('aeb','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('aeb','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('aeb','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('aeb','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('aeb','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('aeb','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('aeb','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('aeb','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('aeb','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('aeb','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('aeb','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('aeb','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('aeb','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('aeb','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('aeb','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('aeb','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('aeb','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('aeb','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('aeb','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('aeb','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('aeb','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('aeb','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('aeb','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('aeb','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('aeb','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('aeb','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('aeb','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('aeb','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('aeb','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('aeb','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('aeb','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('aeb','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('aeb','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('aeb','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('aeb','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('aeb','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('aeb','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('aeb','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('aeb','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('aeb','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('aeb','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('aeb','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('aeb','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('aeb','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('aeb','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('aeb','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('aeb','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('aeb','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('aeb','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('aeb','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('aeb','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('aeb','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('aeb','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('aeb','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('aeb','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('aeb','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('aeb','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('aeb','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('aeb','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('aeb','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('aeb','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('aeb','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('aeb','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('aeb','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('aeb','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('aeb','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('aeb','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('aeb','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('aeb','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('aeb','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('aeb','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('aeb','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('aeb','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('aeb','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('aeb','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('aeb','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('aeb','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('aeb','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('aeb','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('aeb','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('aeb','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('aeb','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('aeb','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('aeb','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('aeb','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('aeb','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('aeb','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('aeb','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('aeb','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('aeb','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('aeb','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('aeb','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('aeb','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aeb','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('aeb','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('aeb','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('aeb','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('aeb','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('aeb','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('aeb','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('aeb','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('aeb','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('aeb','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('aeb','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('aeb','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('aeb','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('aeb','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('aeb','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('aeb','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('aeb','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('aeb','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('aeb','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('aeb','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('aeb','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('aeb','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('aeb','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('aeb','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('aeb','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('aeb','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('aeb','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('aeb','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('aeb','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('aeb','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('aeb','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('aeb','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('aeb','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('aeb','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('aeb','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('aeb','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('aeb','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('aeb','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('aeb','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('aeb','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('aeb','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('aeb','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('aeb','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('aeb','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('aeb','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('aeb','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('aeb','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('aeb','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('aeb','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('aeb','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('aeb','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('aeb','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('aeb','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('aeb','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('aeb','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('aeb','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('aeb','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('aeb','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('aeb','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('aeb','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('aeb','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('aeb','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('aeb','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('aeb','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('aeb','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('aeb','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('aeb','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('aeb','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('aeb','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('aeb','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('aeb','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('aeb','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('aeb','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('aeb','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('aeb','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('aeb','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('aeb','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('aeb','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('aeb','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('aeb','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('aeb','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('aeb','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('aeb','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('aeb','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('aeb','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('aeb','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('aeb','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('aeb','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('aeb','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('aeb','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('aeb','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('aeb','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('aeb','messages:apihelp-main-summary','s:3:\"en:\";'),('aeb','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('aeb','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('aeb','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('aeb','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('aeb','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('aeb','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('aeb','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('aeb','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('aeb','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('aeb','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('aeb','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('aeb','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('aeb','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('aeb','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('aeb','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('aeb','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('aeb','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('aeb','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('aeb','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('aeb','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('aeb','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('aeb','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('aeb','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('aeb','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('aeb','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('aeb','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('aeb','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('aeb','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('aeb','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('aeb','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('aeb','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('aeb','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('aeb','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('aeb','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('aeb','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('aeb','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('aeb','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('aeb','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('aeb','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('aeb','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('aeb','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('aeb','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('aeb','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('aeb','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('aeb','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('aeb','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('aeb','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('aeb','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('aeb','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('aeb','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('aeb','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('aeb','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('aeb','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('aeb','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('aeb','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('aeb','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('aeb','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('aeb','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('aeb','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('aeb','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('aeb','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('aeb','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aeb','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('aeb','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('aeb','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('aeb','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('aeb','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('aeb','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('aeb','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('aeb','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('aeb','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('aeb','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('aeb','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('aeb','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('aeb','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('aeb','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('aeb','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('aeb','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('aeb','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('aeb','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('aeb','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('aeb','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('aeb','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('aeb','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('aeb','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('aeb','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('aeb','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('aeb','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('aeb','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('aeb','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('aeb','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('aeb','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('aeb','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('aeb','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('aeb','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('aeb','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('aeb','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('aeb','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('aeb','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('aeb','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('aeb','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('aeb','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('aeb','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('aeb','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('aeb','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('aeb','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('aeb','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('aeb','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('aeb','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('aeb','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('aeb','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('aeb','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('aeb','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('aeb','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('aeb','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('aeb','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('aeb','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('aeb','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('aeb','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('aeb','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('aeb','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('aeb','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('aeb','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('aeb','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('aeb','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('aeb','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('aeb','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('aeb','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('aeb','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('aeb','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('aeb','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('aeb','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('aeb','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('aeb','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('aeb','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('aeb','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('aeb','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('aeb','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('aeb','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('aeb','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('aeb','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('aeb','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('aeb','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('aeb','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('aeb','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('aeb','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('aeb','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('aeb','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('aeb','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('aeb','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('aeb','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('aeb','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('aeb','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('aeb','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('aeb','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('aeb','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('aeb','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('aeb','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('aeb','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('aeb','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('aeb','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('aeb','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('aeb','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('aeb','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('aeb','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('aeb','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('aeb','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('aeb','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('aeb','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aeb','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('aeb','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('aeb','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('aeb','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('aeb','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('aeb','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('aeb','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('aeb','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('aeb','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('aeb','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('aeb','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('aeb','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('aeb','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('aeb','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('aeb','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('aeb','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('aeb','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('aeb','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('aeb','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('aeb','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('aeb','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('aeb','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('aeb','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('aeb','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('aeb','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('aeb','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('aeb','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('aeb','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('aeb','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('aeb','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('aeb','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('aeb','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('aeb','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('aeb','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('aeb','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('aeb','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('aeb','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('aeb','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('aeb','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('aeb','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('aeb','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('aeb','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('aeb','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('aeb','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('aeb','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('aeb','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('aeb','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('aeb','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('aeb','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('aeb','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('aeb','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('aeb','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('aeb','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('aeb','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('aeb','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('aeb','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('aeb','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('aeb','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('aeb','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('aeb','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('aeb','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('aeb','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('aeb','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('aeb','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('aeb','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('aeb','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('aeb','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aeb','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('aeb','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('aeb','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('aeb','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('aeb','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('aeb','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('aeb','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('aeb','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('aeb','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('aeb','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('aeb','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('aeb','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('aeb','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('aeb','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('aeb','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('aeb','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('aeb','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('aeb','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('aeb','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('aeb','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('aeb','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('aeb','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('aeb','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('aeb','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aeb','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('aeb','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('aeb','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('aeb','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('aeb','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('aeb','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('aeb','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('aeb','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('aeb','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('aeb','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('aeb','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('aeb','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('aeb','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('aeb','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('aeb','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('aeb','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('aeb','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('aeb','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('aeb','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('aeb','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('aeb','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('aeb','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('aeb','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('aeb','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('aeb','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('aeb','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('aeb','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('aeb','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('aeb','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('aeb','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('aeb','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('aeb','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('aeb','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('aeb','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('aeb','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('aeb','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('aeb','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('aeb','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('aeb','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('aeb','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('aeb','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('aeb','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('aeb','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('aeb','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('aeb','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('aeb','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('aeb','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('aeb','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('aeb','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('aeb','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aeb','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('aeb','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('aeb','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('aeb','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('aeb','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('aeb','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('aeb','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('aeb','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('aeb','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('aeb','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('aeb','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('aeb','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('aeb','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('aeb','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('aeb','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('aeb','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('aeb','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('aeb','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('aeb','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('aeb','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('aeb','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('aeb','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('aeb','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('aeb','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('aeb','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('aeb','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('aeb','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('aeb','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('aeb','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('aeb','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('aeb','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('aeb','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('aeb','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('aeb','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('aeb','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('aeb','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aeb','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aeb','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('aeb','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('aeb','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('aeb','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('aeb','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('aeb','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('aeb','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('aeb','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('aeb','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('aeb','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('aeb','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('aeb','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('aeb','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('aeb','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('aeb','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('aeb','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('aeb','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('aeb','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('aeb','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('aeb','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('aeb','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('aeb','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('aeb','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('aeb','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('aeb','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('aeb','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('aeb','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('aeb','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('aeb','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('aeb','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('aeb','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('aeb','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('aeb','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('aeb','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('aeb','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('aeb','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('aeb','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('aeb','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('aeb','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('aeb','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('aeb','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('aeb','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('aeb','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('aeb','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('aeb','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('aeb','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('aeb','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('aeb','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aeb','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aeb','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aeb','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('aeb','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('aeb','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('aeb','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('aeb','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('aeb','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('aeb','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('aeb','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('aeb','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('aeb','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('aeb','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('aeb','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('aeb','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('aeb','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('aeb','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('aeb','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('aeb','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('aeb','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('aeb','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('aeb','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('aeb','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('aeb','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('aeb','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('aeb','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('aeb','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('aeb','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('aeb','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('aeb','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('aeb','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('aeb','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('aeb','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('aeb','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('aeb','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('aeb','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('aeb','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('aeb','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('aeb','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('aeb','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('aeb','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('aeb','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('aeb','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('aeb','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('aeb','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('aeb','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('aeb','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('aeb','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('aeb','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('aeb','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('aeb','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('aeb','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('aeb','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('aeb','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('aeb','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('aeb','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('aeb','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('aeb','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('aeb','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('aeb','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('aeb','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('aeb','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('aeb','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('aeb','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('aeb','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('aeb','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('aeb','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('aeb','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('aeb','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('aeb','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('aeb','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('aeb','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('aeb','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('aeb','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('aeb','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('aeb','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('aeb','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('aeb','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('aeb','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('aeb','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('aeb','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('aeb','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('aeb','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('aeb','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('aeb','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('aeb','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('aeb','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('aeb','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aeb','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aeb','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aeb','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('aeb','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('aeb','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('aeb','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aeb','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('aeb','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('aeb','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('aeb','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('aeb','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('aeb','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('aeb','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('aeb','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('aeb','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('aeb','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('aeb','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('aeb','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('aeb','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('aeb','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('aeb','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('aeb','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('aeb','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('aeb','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('aeb','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('aeb','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('aeb','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('aeb','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('aeb','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('aeb','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('aeb','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('aeb','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('aeb','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('aeb','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('aeb','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('aeb','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aeb','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('aeb','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('aeb','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('aeb','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('aeb','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('aeb','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('aeb','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('aeb','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('aeb','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('aeb','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('aeb','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('aeb','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('aeb','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('aeb','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('aeb','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('aeb','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('aeb','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('aeb','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('aeb','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('aeb','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('aeb','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('aeb','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('aeb','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('aeb','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('aeb','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('aeb','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('aeb','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('aeb','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aeb','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('aeb','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('aeb','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('aeb','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('aeb','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('aeb','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('aeb','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('aeb','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('aeb','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('aeb','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('aeb','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('aeb','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('aeb','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('aeb','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('aeb','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('aeb','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('aeb','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('aeb','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('aeb','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('aeb','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('aeb','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('aeb','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('aeb','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('aeb','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('aeb','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('aeb','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('aeb','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('aeb','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('aeb','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('aeb','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('aeb','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('aeb','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('aeb','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('aeb','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('aeb','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('aeb','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('aeb','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('aeb','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('aeb','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('aeb','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('aeb','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('aeb','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('aeb','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('aeb','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('aeb','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('aeb','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('aeb','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('aeb','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('aeb','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('aeb','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('aeb','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('aeb','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('aeb','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('aeb','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('aeb','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('aeb','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('aeb','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('aeb','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('aeb','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('aeb','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('aeb','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('aeb','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('aeb','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('aeb','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('aeb','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('aeb','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('aeb','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('aeb','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('aeb','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('aeb','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('aeb','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('aeb','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('aeb','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('aeb','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('aeb','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('aeb','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('aeb','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('aeb','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('aeb','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('aeb','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('aeb','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('aeb','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('aeb','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('aeb','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('aeb','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('aeb','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aeb','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aeb','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aeb','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('aeb','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('aeb','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('aeb','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('aeb','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('aeb','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('aeb','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('aeb','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('aeb','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('aeb','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('aeb','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('aeb','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('aeb','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('aeb','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('aeb','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('aeb','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('aeb','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('aeb','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('aeb','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('aeb','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('aeb','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('aeb','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('aeb','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('aeb','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('aeb','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('aeb','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('aeb','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('aeb','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aeb','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('aeb','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('aeb','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('aeb','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('aeb','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('aeb','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('aeb','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('aeb','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('aeb','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('aeb','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('aeb','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('aeb','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('aeb','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('aeb','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('aeb','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('aeb','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('aeb','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('aeb','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('aeb','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('aeb','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('aeb','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('aeb','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('aeb','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('aeb','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('aeb','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('aeb','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('aeb','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('aeb','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('aeb','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('aeb','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('aeb','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('aeb','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('aeb','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('aeb','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('aeb','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('aeb','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('aeb','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('aeb','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('aeb','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('aeb','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('aeb','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('aeb','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('aeb','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('aeb','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('aeb','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('aeb','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('aeb','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('aeb','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('aeb','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('aeb','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('aeb','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('aeb','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('aeb','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('aeb','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('aeb','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('aeb','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('aeb','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('aeb','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('aeb','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('aeb','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('aeb','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('aeb','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('aeb','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('aeb','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('aeb','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('aeb','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('aeb','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('aeb','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('aeb','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('aeb','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('aeb','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('aeb','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('aeb','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('aeb','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('aeb','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('aeb','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('aeb','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('aeb','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('aeb','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('aeb','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('aeb','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('aeb','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('aeb','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('aeb','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('aeb','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('aeb','messages:apihelp-summary','s:3:\"en:\";'),('aeb','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('aeb','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('aeb','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('aeb','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('aeb','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('aeb','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('aeb','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('aeb','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('aeb','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('aeb','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('aeb','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('aeb','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('aeb','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('aeb','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('aeb','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('aeb','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('aeb','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aeb','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('aeb','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('aeb','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('aeb','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('aeb','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('aeb','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('aeb','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('aeb','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('aeb','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('aeb','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('aeb','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('aeb','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('aeb','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('aeb','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('aeb','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('aeb','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('aeb','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('aeb','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('aeb','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('aeb','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('aeb','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('aeb','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('aeb','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('aeb','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('aeb','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('aeb','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('aeb','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('aeb','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('aeb','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('aeb','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('aeb','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('aeb','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('aeb','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('aeb','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('aeb','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('aeb','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('aeb','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('aeb','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('aeb','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('aeb','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('aeb','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aeb','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('aeb','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('aeb','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('aeb','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('aeb','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('aeb','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('aeb','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('aeb','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('aeb','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('aeb','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('aeb','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('aeb','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('aeb','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('aeb','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('aeb','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('aeb','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('aeb','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('aeb','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('aeb','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('aeb','messages:apisandbox','s:14:\"en:API sandbox\";'),('aeb','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('aeb','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('aeb','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('aeb','messages:apisandbox-continue','s:11:\"en:Continue\";'),('aeb','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('aeb','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('aeb','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('aeb','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('aeb','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('aeb','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('aeb','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('aeb','messages:apisandbox-examples','s:11:\"en:Examples\";'),('aeb','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('aeb','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('aeb','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('aeb','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('aeb','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('aeb','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('aeb','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('aeb','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('aeb','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('aeb','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('aeb','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('aeb','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('aeb','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('aeb','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('aeb','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('aeb','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('aeb','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('aeb','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('aeb','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('aeb','messages:apisandbox-reset','s:8:\"en:Clear\";'),('aeb','messages:apisandbox-results','s:10:\"en:Results\";'),('aeb','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('aeb','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('aeb','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('aeb','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('aeb','messages:apisandbox-retry','s:8:\"en:Retry\";'),('aeb','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('aeb','messages:apisandbox-submit','s:15:\"en:Make request\";'),('aeb','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('aeb','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('aeb','messages:apisandbox-summary','s:3:\"en:\";'),('aeb','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('aeb','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('aeb','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('aeb','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('aeb','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('aeb','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('aeb','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('aeb','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('aeb','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('aeb','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('aeb','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('aeb','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('aeb','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('aeb','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('aeb','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";');
INSERT INTO `mw_l10n_cache` VALUES ('aeb','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('aeb','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('aeb','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('aeb','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('aeb','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('aeb','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('aeb','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('aeb','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('aeb','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('aeb','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('aeb','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('aeb','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('aeb','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('aeb','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('aeb','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('aeb','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('aeb','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('aeb','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('aeb','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('aeb','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('aeb','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('aeb','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('aeb','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('aeb','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('aeb','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('aeb','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('aeb','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('aeb','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('aeb','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('aeb','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aeb','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aeb','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('aeb','messages:apr','s:8:\"aeb:Avrl\";'),('aeb','messages:april','s:9:\"aeb:Avril\";'),('aeb','messages:april-gen','s:9:\"aeb:Avril\";'),('aeb','messages:article','s:23:\"aeb:صفحة محتوى\";'),('aeb','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('aeb','messages:articlepage','s:33:\"aeb:Warri elpàj mtagħ elkontenu\";'),('aeb','messages:aug','s:9:\"aeb:Août\";'),('aeb','messages:august','s:9:\"aeb:Août\";'),('aeb','messages:august-gen','s:9:\"aeb:Août\";'),('aeb','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('aeb','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('aeb','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('aeb','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('aeb','messages:authform-notoken','s:16:\"en:Missing token\";'),('aeb','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('aeb','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('aeb','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('aeb','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('aeb','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('aeb','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('aeb','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('aeb','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('aeb','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('aeb','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('aeb','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('aeb','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('aeb','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('aeb','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('aeb','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('aeb','messages:authmanager-email-help','s:16:\"en:Email address\";'),('aeb','messages:authmanager-email-label','s:8:\"en:Email\";'),('aeb','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('aeb','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('aeb','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('aeb','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('aeb','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('aeb','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('aeb','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('aeb','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('aeb','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('aeb','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('aeb','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('aeb','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('aeb','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('aeb','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('aeb','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('aeb','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('aeb','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('aeb','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('aeb','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('aeb','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('aeb','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('aeb','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('aeb','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('aeb','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('aeb','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('aeb','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('aeb','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('aeb','messages:autoblockedtext','s:872:\"aeb:تم منع عنوان آيبيك تلقائيا لأن مستخدما آخرا ممنوعا بواسطة $1 استخدمه.\nالسبب الممنوح هو التالي:\n\n:\'\'$2\'\'\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك أن تتصل ب $1 أو أحد [[{{MediaWiki:Grouppage-sysop}}|الإداريين]] الآخرين لمناقشة المنع.\n\nلاحظ أنه لا يمكنك استخدام خاصية \"إرسال رسالة لهذا المستخدم\" إلا لو كان لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]] ولم يتم منعك من استخدامه.\n\nعنوان آيبيك الحالي $3، ورقم المنع #$5.\nمن فضلك اذكر كل التفاصيل بالأعلى في أي استعلامات تقوم بها.\";'),('aeb','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('aeb','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('aeb','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('aeb','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('aeb','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('aeb','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('aeb','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('aeb','messages:autoblocklist-submit','s:9:\"en:Search\";'),('aeb','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('aeb','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('aeb','messages:autocomment-prefix','s:3:\"en:\";'),('aeb','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('aeb','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('aeb','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('aeb','messages:autosumm-blank','s:19:\"en:Blanked the page\";'),('aeb','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('aeb','messages:autosumm-new','s:25:\"en:Created page with \"$1\"\";'),('aeb','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('aeb','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('aeb','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('aeb','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('aeb','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('aeb','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('aeb','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('aeb','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('aeb','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('aeb','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('aeb','messages:backend-fail-create','s:29:\"en:Could not write file \"$1\".\";'),('aeb','messages:backend-fail-delete','s:30:\"en:Could not delete file \"$1\".\";'),('aeb','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('aeb','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('aeb','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('aeb','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('aeb','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('aeb','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('aeb','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('aeb','messages:backend-fail-notexists','s:30:\"en:The file $1 does not exist.\";'),('aeb','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('aeb','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('aeb','messages:backend-fail-read','s:28:\"en:Could not read file \"$1\".\";'),('aeb','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('aeb','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('aeb','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('aeb','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('aeb','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('aeb','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('aeb','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('aeb','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('aeb','messages:backlinksubtitle','s:9:\"en:← $1\";'),('aeb','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('aeb','messages:bad_image_list','s:250:\"aeb:Elformat kima hakka:\nLes élements mtaε lista (lostra elli yabdew b\' *) yetħesbou.\nEllien lowel fi star yelzmou ykoun lien el fichier khayeb.\nAy lien ekher fi nafs estar yetħseb exception, maħneha des pages win elfichier ynajem ykoun fi star.\";'),('aeb','messages:badaccess','s:28:\"aeb:خطأ في السماح\";'),('aeb','messages:badaccess-group0','s:78:\"aeb:ليس من المسموح لك تنفيذ الفعل الذي طلبته.\";'),('aeb','messages:badaccess-groups','s:173:\"aeb:الفعل الذي طلبته مقصور على المستخدمين في {{PLURAL:$2||مجموعة|واحدة من مجموعتي|واحدة من مجموعات}}: $1.\";'),('aeb','messages:badarticleerror','s:74:\"aeb:لا يمكن إجراء هذا الفعل على هذه الصفحة.\";'),('aeb','messages:badfilename','s:37:\"en:Filename has been changed to \"$1\".\";'),('aeb','messages:badipaddress','s:21:\"en:Invalid IP address\";'),('aeb','messages:badretype','s:66:\"aeb:كلمات السر التي أدخلتها لا تتطابق.\";'),('aeb','messages:badsig','s:42:\"en:Invalid raw signature.\nCheck HTML tags.\";'),('aeb','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('aeb','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('aeb','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('aeb','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('aeb','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('aeb','messages:badtitle','s:21:\"aeb:عنوان سيء\";'),('aeb','messages:badtitletext','s:260:\"aeb:عنوان الصفحة المطلوب إما غير صحيح أو فارغ، وربما الوصلة بين اللغات أو بين المشاريع خاطئة.\nومن الممكن وجود رموز لا تصلح للاستخدام في العناوين.\";'),('aeb','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('aeb','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('aeb','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('aeb','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('aeb','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('aeb','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('aeb','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('aeb','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('aeb','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('aeb','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('aeb','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('aeb','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('aeb','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('aeb','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('aeb','messages:blanknamespace','s:15:\"aeb:(Principal)\";'),('aeb','messages:blankpage','s:13:\"en:Blank page\";'),('aeb','messages:block','s:13:\"en:Block user\";'),('aeb','messages:block-actions','s:13:\"en:Block type\";'),('aeb','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('aeb','messages:block-details','s:16:\"en:Block details\";'),('aeb','messages:block-expiry','s:14:\"en:Expiration:\";'),('aeb','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('aeb','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('aeb','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('aeb','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('aeb','messages:block-log-flags-nocreate','s:42:\"aeb:إنشاء الحسابات ممنوع\";'),('aeb','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('aeb','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('aeb','messages:block-options','s:22:\"en:Additional options:\";'),('aeb','messages:block-reason','s:10:\"en:Reason:\";'),('aeb','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('aeb','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('aeb','messages:blocked-mailpassword','s:182:\"aeb:تم منع عنوان الأيبي الخاص بك من التحرير، ولمنع التخريب لا يمكنك أن تستخدم خاصية استرجاع كلمة السر.\";'),('aeb','messages:blocked-notice-logextract','s:129:\"aeb:هذا المستخدم ممنوع حاليا.\nآخر مدخلة في سجل المنع موفرة بالأسفل كمرجع:\";'),('aeb','messages:blockednoreason','s:24:\"aeb:لا سبب معطى\";'),('aeb','messages:blockedtext','s:826:\"aeb:\'\'\'اسم المستخدم أو عنوان الأيبي الخاص بك تم منعه.\'\'\'\n\nقام بالمنع $1.\nسبب المنع هو: \'\'$2\'\'.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك الاتصال ب$1 أو مع أحد [[{{MediaWiki:Grouppage-sysop}}|الإداريين]] للنقاش حول المنع.\nلا يمكنك استخدام خاصية \'مراسلة هذا المستخدم\' إلا إذا كنت قد وضعت عنوان بريدي صحيح في [[Special:Preferences|تفضيلات حسابك]] ولم يتم منعك من استخدامها.\nعنوان الأيبي الخاص بك حاليا هو $3، ورقم المنع هو #$5.\nمن فضلك اذكر كل التفاصيل بالأعلى في أي استعلامات تقوم بها.\";'),('aeb','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('aeb','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('aeb','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('aeb','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('aeb','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('aeb','messages:blockedtitle','s:31:\"aeb:المستخدم ممنوع\";'),('aeb','messages:blockip','s:27:\"en:Block {{GENDER:$1|user}}\";'),('aeb','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('aeb','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('aeb','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('aeb','messages:blocklink','s:10:\"aeb:Bloqui\";'),('aeb','messages:blocklist','s:16:\"en:Blocked users\";'),('aeb','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('aeb','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('aeb','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('aeb','messages:blocklist-editing','s:10:\"en:editing\";'),('aeb','messages:blocklist-editing-action','s:10:\"en:actions\";'),('aeb','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('aeb','messages:blocklist-editing-page','s:8:\"en:pages\";'),('aeb','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('aeb','messages:blocklist-expiry','s:10:\"en:Expires\";'),('aeb','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('aeb','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('aeb','messages:blocklist-params','s:19:\"en:Block parameters\";'),('aeb','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('aeb','messages:blocklist-reason','s:9:\"en:Reason\";'),('aeb','messages:blocklist-summary','s:3:\"en:\";'),('aeb','messages:blocklist-target','s:9:\"en:Target\";'),('aeb','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('aeb','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('aeb','messages:blocklist-type','s:8:\"en:Type:\";'),('aeb','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('aeb','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('aeb','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('aeb','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('aeb','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('aeb','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('aeb','messages:blocklogentry','s:58:\"aeb:منع \"[[$1]]\" لفترة زمنية مدتها $2 $3\";'),('aeb','messages:blocklogpage','s:21:\"aeb:سجل المنع\";'),('aeb','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('aeb','messages:bold_sample','s:17:\"aeb:نص غليظ\";'),('aeb','messages:bold_tip','s:17:\"aeb:نص غليظ\";'),('aeb','messages:booksources','s:23:\"aeb:مصادر كتاب\";'),('aeb','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('aeb','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('aeb','messages:booksources-search','s:9:\"en:Search\";'),('aeb','messages:booksources-search-legend','s:41:\"aeb:البحث عن مصادر الكتب\";'),('aeb','messages:booksources-summary','s:3:\"en:\";'),('aeb','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('aeb','messages:boteditletter','s:7:\"aeb:bot\";'),('aeb','messages:botpasswords','s:16:\"en:Bot passwords\";'),('aeb','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('aeb','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('aeb','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('aeb','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('aeb','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('aeb','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('aeb','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('aeb','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('aeb','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('aeb','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('aeb','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('aeb','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('aeb','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('aeb','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('aeb','messages:botpasswords-label-create','s:9:\"en:Create\";'),('aeb','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('aeb','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('aeb','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('aeb','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('aeb','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('aeb','messages:botpasswords-label-update','s:9:\"en:Update\";'),('aeb','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('aeb','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('aeb','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('aeb','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('aeb','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('aeb','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('aeb','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('aeb','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('aeb','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('aeb','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('aeb','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('aeb','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('aeb','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('aeb','messages:brackets','s:7:\"en:[$1]\";'),('aeb','messages:brackets-end','s:4:\"en:]\";'),('aeb','messages:brackets-start','s:4:\"en:[\";'),('aeb','messages:broken-file-category','s:60:\"aeb:صفحات تحتوي وصلات ملفات معطوبة\";'),('aeb','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('aeb','messages:brokenredirects','s:19:\"en:Broken redirects\";'),('aeb','messages:brokenredirects-delete','s:9:\"en:delete\";'),('aeb','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('aeb','messages:brokenredirects-edit','s:17:\"aeb-arab:بدّل\";'),('aeb','messages:brokenredirects-summary','s:3:\"en:\";'),('aeb','messages:brokenredirectstext','s:54:\"en:The following redirects link to non-existent pages:\";'),('aeb','messages:bydate','s:10:\"en:by date\";'),('aeb','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('aeb','messages:cactions','s:7:\"en:More\";'),('aeb','messages:cancel','s:9:\"aeb:ifsa5\";'),('aeb','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('aeb','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('aeb','messages:cannotchangeemail','s:124:\"aeb:تغيير عنوان البريد الإلكتروني لهذا الحساب غير ممكن على هذا الويكي\";'),('aeb','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('aeb','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('aeb','messages:cannotdelete','s:89:\"aeb:تعذر حذف الصفحة أو الملف \"$1\".\nربما حذفها شحص آخر.\";'),('aeb','messages:cannotdelete-title','s:42:\"aeb:لا يمكن حذف الصفحة \"$1\"\";'),('aeb','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('aeb','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('aeb','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('aeb','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('aeb','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('aeb','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('aeb','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('aeb','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('aeb','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('aeb','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('aeb','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('aeb','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('aeb','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('aeb','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('aeb','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('aeb','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('aeb','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('aeb','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('aeb','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('aeb','messages:cantcreateaccount-text','s:174:\"aeb:إنشاء الحسابات من عنوان الأيبي هذا (\'\'\'$1\'\'\') تم منعه بواسطة [[User:$3|$3]].\n\nالسبب المعطى بواسطة $3 هو \'\'$2\'\'\";'),('aeb','messages:cantcreateaccounttitle','s:37:\"aeb:لا يمكن إنشاء حساب\";'),('aeb','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('aeb','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('aeb','messages:cascadeprotected','s:356:\"aeb:تمت حماية هذه الصفحة من التعديل لأنها مدمجة في {{PLURAL:$1||الصفحة التالية، والتي|الصفحتين التاليتين، واللتين|الصفحات التالية، والتي}} تم استعمال خاصية \"حماية الصفحات المدمجة\" {{PLURAL:$1||بها|بهما|بها}}:\n$2\";'),('aeb','messages:cascadeprotectedwarning','s:474:\"aeb:\'\'\'تحذير:\'\'\' تمت حماية هذه الصفحة بحيث يستطيع المستخدمون ذوو الصلاحيات الإدارية فقط تعديلها، وذلك لأنها مدمجة في {{PLURAL:$1||الصفحة التالية والتي تمت حمايتها|الصفحتين التاليتين واللتين تمت حمايتها|الصفحات التالية والتي تمت حمايتها}} بخاصية \"حماية الصفحات المدمجة\":\";'),('aeb','messages:categories','s:18:\"aeb:تصنيفات\";'),('aeb','messages:categories-submit','s:7:\"en:Show\";'),('aeb','messages:categories-summary','s:3:\"en:\";'),('aeb','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('aeb','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('aeb','messages:category-article-count','s:373:\"aeb:{{PLURAL:$2|لا يحتوي هذا التصنيف أي صفحات.|هذا التصنيف يحتوي على الصفحة التالية فقط.|{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|ال$1 صفحات التالية|ال$1 صفحة التالية|ال$1 صفحة التالية}} في هذا التصنيف، من إجمالي $2.}}\";'),('aeb','messages:category-article-count-limited','s:211:\"aeb:{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|ال$1 صفحات التالية|ال$1 صفحة التالية|ال$1 صفحة التالية}} في التصنيف الحالي.\";'),('aeb','messages:category-empty','s:91:\"aeb:\'\'هذا التصنيف لا يحتوي حاليا على صفحات أو وسائط.\'\'\";'),('aeb','messages:category-file-count','s:373:\"aeb:{{PLURAL:$2|لا يحتوي هذا التصنيف أي صفحات.|هذا التصنيف يحتوي على الصفحة التالية فقط.|{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|ال$1 صفحات التالية|ال$1 صفحة التالية|ال$1 صفحة التالية}} في هذا التصنيف، من إجمالي $2.}}\";'),('aeb','messages:category-file-count-limited','s:194:\"aeb:{{PLURAL:$1|الملف التالي|الملفان التاليان|ال$1 ملفات التالية|ال$1 ملفًا تاليًا|ال$1 ملف تالٍ}} في التصنيف الحالي.\";'),('aeb','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('aeb','messages:category-media-header','s:43:\"aeb:الوسائط في التصنيف \"$1\"\";'),('aeb','messages:category-move-redirect-override','s:4:\"en:-\";'),('aeb','messages:category-subcat-count','s:413:\"aeb:{{PLURAL:$2|لا تصانيف فرعية في هذا التصنيف|هذا التصنيف فيه التصنيف الفرعي التالي فقط.|هذا التصنيف فيه {{PLURAL:$1||هذا التصنيف الفرعي|هذين التصنيفين الفرعيين|هذه ال$1 تصانيف الفرعية|هذه ال$1 تصنيفا فرعيا|هذه ال$1 تصنيف فرعي}}، من إجمالي $2.}}\";'),('aeb','messages:category-subcat-count-limited','s:250:\"aeb:هذا التصنيف فيه {{PLURAL:$1||التصنيف الفرعي التالي|التصنيفين الفرعيين التاليين|$1 تصانيف فرعية تالية|$1 تصنيفا فرعيا تاليا|$1 تصنيف فرعي تالي}}.\";'),('aeb','messages:category_header','s:30:\"aeb:صفحات تصنيف \"$1\"\";'),('aeb','messages:categorypage','s:35:\"aeb:Chouf elpàj mtagħ elkatégori\";'),('aeb','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('aeb','messages:change-blocklink','s:25:\"aeb:تغيير المنع\";'),('aeb','messages:changeblockip','s:15:\"en:Change block\";'),('aeb','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('aeb','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('aeb','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('aeb','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('aeb','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('aeb','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('aeb','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('aeb','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('aeb','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('aeb','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('aeb','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('aeb','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('aeb','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('aeb','messages:changecredentials','s:21:\"en:Change credentials\";'),('aeb','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('aeb','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('aeb','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('aeb','messages:changed','s:10:\"en:changed\";'),('aeb','messages:changeemail','s:59:\"aeb:تغيير عنوان البريد الإلكتروني\";'),('aeb','messages:changeemail-header','s:77:\"aeb-arab:تغيير عنوان البريد الإلكتروني للحساب\";'),('aeb','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('aeb','messages:changeemail-newemail','s:62:\"aeb:عنوان البريد الإلكتروني الجديد:\";'),('aeb','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('aeb','messages:changeemail-no-info','s:88:\"aeb:يجب تسجيل الدخول للوصول إلى هذه الصفحة مباشرة.\";'),('aeb','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('aeb','messages:changeemail-none','s:17:\"aeb:(لا شيء)\";'),('aeb','messages:changeemail-oldemail','s:62:\"aeb:عنوان البريد الإلكتروني الحالي:\";'),('aeb','messages:changeemail-password','s:30:\"en:Your {{SITENAME}} password:\";'),('aeb','messages:changeemail-submit','s:46:\"aeb:غيّر البريد الإلكتروني\";'),('aeb','messages:changeemail-summary','s:3:\"en:\";'),('aeb','messages:changeemail-text','s:201:\"aeb:أكمل هذا النموذج لتغيير عنوان البريد الإلكتروني. سوف تحتاج إلى إدخال كلمة السر الخاصة بك لتأكيد هذا التغيير.\";'),('aeb','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('aeb','messages:changepassword','s:18:\"en:Change password\";'),('aeb','messages:changepassword-success','s:108:\"aeb:تم تغيير كلمة السر الخاصة بك بنجاح! يتم تسجيل دخولك الآن...\";'),('aeb','messages:changepassword-summary','s:3:\"en:\";'),('aeb','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('aeb','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('aeb','messages:checkbox-all','s:6:\"en:All\";'),('aeb','messages:checkbox-invert','s:9:\"en:Invert\";'),('aeb','messages:checkbox-none','s:7:\"en:None\";'),('aeb','messages:checkbox-select','s:13:\"en:Select: $1\";'),('aeb','messages:clearyourcache','s:634:\"aeb:\'\'\'ملاحظة:\'\'\' بعد الحفظ, أنت ربما تحتاج إلى إفراغ كاش متصفحك لرؤية التغييرات.\n* \'\'\'فيرفكس / سفاري:\'\'\' اضغط \'\'Shift\'\' أثناء ضغط \'\'Reload\'\', أو اضغط أيا من \'\'Ctrl-F5\'\' أو \'\'Ctrl-R\'\' (\'\'⌘-R\'\' على ماك)\n* \'\'\'جوجل كروم:\'\'\' اضغط \'\'Ctrl-Shift-R\'\' (\'\'⌘-Shift-R\'\' على ماك)\n* \'\'\'إنترنت إكسبلورر:\'\'\' اضغط \'\'Ctrl\'\' أثناء ضغط \'\'Refresh\'\'، أو اضغط \'\'Ctrl-F5\'\'\n* \'\'\'كنكرر:\'\'\' اضغط \'\'Reload\'\' أو اضغط \'\'F5\'\'\n* \'\'\'أوبرا:\'\'\' أفرغ الكاش في \'\'Tools → Preferences\'\'\";'),('aeb','messages:collapsible-collapse','s:12:\"aeb:Tʾabbes\";'),('aeb','messages:collapsible-expand','s:12:\"aeb:Wassegħ\";'),('aeb','messages:colon-separator','s:9:\"en::&#32;\";'),('aeb','messages:comma-separator','s:9:\"en:,&#32;\";'),('aeb','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('aeb','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('aeb','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('aeb','messages:compare-page1','s:9:\"en:Page 1\";'),('aeb','messages:compare-page2','s:9:\"en:Page 2\";'),('aeb','messages:compare-rev1','s:13:\"en:Revision 1\";'),('aeb','messages:compare-rev2','s:13:\"en:Revision 2\";'),('aeb','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('aeb','messages:compare-submit','s:10:\"en:Compare\";'),('aeb','messages:comparepages','s:16:\"en:Compare pages\";'),('aeb','messages:comparepages-summary','s:3:\"en:\";'),('aeb','messages:compareselectedversions','s:57:\"aeb:قارن بين النسختين المختارتين\";'),('aeb','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('aeb','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('aeb','messages:confirm','s:10:\"en:Confirm\";'),('aeb','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('aeb','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('aeb','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('aeb','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('aeb','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('aeb','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('aeb','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('aeb','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('aeb','messages:confirm-rollback-button','s:5:\"en:OK\";'),('aeb','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('aeb','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('aeb','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('aeb','messages:confirm-watch-button','s:5:\"en:OK\";'),('aeb','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('aeb','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('aeb','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('aeb','messages:confirm_purge_button','s:5:\"en:OK\";'),('aeb','messages:confirmable-confirm','s:30:\"en:Are {{GENDER:$1|you}} sure?\";'),('aeb','messages:confirmable-no','s:5:\"en:No\";'),('aeb','messages:confirmable-yes','s:6:\"en:Yes\";'),('aeb','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('aeb','messages:confirmedittext','s:216:\"aeb:يجب عليك تأكيد بريدك الإلكتروني قبل تعديل الصفحات.\nمن فضلك اكتب وأكد بريدك الإلكتروني من خلال [[Special:Preferences|تفضيلاتك]].\";'),('aeb','messages:confirmemail','s:24:\"en:Confirm email address\";'),('aeb','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('aeb','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('aeb','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('aeb','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('aeb','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('aeb','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('aeb','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('aeb','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('aeb','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('aeb','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('aeb','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('aeb','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('aeb','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('aeb','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('aeb','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('aeb','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('aeb','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('aeb','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('aeb','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('aeb','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('aeb','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('aeb','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('aeb','messages:content-model-css','s:6:\"en:CSS\";'),('aeb','messages:content-model-javascript','s:13:\"en:JavaScript\";'),('aeb','messages:content-model-json','s:7:\"en:JSON\";'),('aeb','messages:content-model-text','s:13:\"en:plain text\";'),('aeb','messages:content-model-wikitext','s:11:\"en:wikitext\";'),('aeb','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('aeb','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('aeb','messages:continue-editing','s:27:\"aeb:أكمل التحرير\";'),('aeb','messages:contribslink','s:13:\"aeb:Mousehmet\";'),('aeb','messages:contribsub2','s:13:\"aeb:ل$1 ($2)\";'),('aeb','messages:contributions','s:20:\"aeb:مساهماتي\";'),('aeb','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('aeb','messages:contributions-summary','s:3:\"en:\";'),('aeb','messages:contributions-title','s:38:\"aeb:مساهمات المستخدم $1\";'),('aeb','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('aeb','messages:copyright','s:40:\"aeb:المحتوى متوفر تحت $1.\";'),('aeb','messages:copyrightpage','s:29:\"aeb:{{ns:project}}:Copyrights\";'),('aeb','messages:copyrightwarning','s:596:\"aeb:من فضلك لاحظ أن جميع المساهمات ل {{SITENAME}} خاضعة وصادرة تحت ترخيص $2 (انظر في $1 للمزيد من التفاصيل)\nإذا لم ترد أن تخضع كتابتك للتعديل والتوزيع الحر، لا تضعها هنا<br />.\nكما أنك تتعهد بأنك قمت بكتابة ما هو موجود بنفسك، أو قمت بنسخها من مصدر يخضع ضمن الملكية العامة، أو مصدر حر آخر.\n\'\'\'لا ترسل أي عمل ذي حقوق محفوظة بدون الإذن من صاحب الحق\'\'\'.\";'),('aeb','messages:copyrightwarning2','s:552:\"aeb:من فضلك لاحظ أن جميع المساهمات في {{SITENAME}} يمكن أن تعدل أو تتغير أو تزال من قبل المساهمين الآخرين.\nإذا لم تكن ترغب أن تعدل مشاركاتك بهذا الشكل، لا تضعها هنا.<br />\nأنت تقر أيضا أنك كتبت هذا بنفسك، أو نسخته من مصدر يخضع للملكية العامة، أو مصدر حر آخر (انظر $1 للتفاصيل).\n\'\'\'لا تضف أي عمل ذي حقوق محفوظة بدون تصريح!\'\'\'\";'),('aeb','messages:copyupload-allowed-domains','s:3:\"en:\";'),('aeb','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('aeb','messages:create','s:11:\"aeb:Agħmel\";'),('aeb','messages:create-local','s:24:\"en:Add local description\";'),('aeb','messages:create-this-page','s:24:\"aeb:Agħmel elpàj hadhi\";'),('aeb','messages:createaccount','s:23:\"aeb:أنشئ حسابا\";'),('aeb','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('aeb','messages:createaccount-text','s:352:\"aeb:شخص ما أنشأ حسابا لعنوان بريدك الإلكتروني في {{SITENAME}} ($4) بالاسم \"$2\"، كلمة السر \"$3\".\nينبغي عليك تسجيل الدخول وتغيير كلمة السر الخاصة بك الآن.\n\nيمكنك تجاهل هذه الرسالة، لو تم إنشاء هذا الحساب بالخطأ.\";'),('aeb','messages:createaccount-title','s:41:\"aeb:إنشاء حساب في {{SITENAME}}\";'),('aeb','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('aeb','messages:createaccounterror','s:53:\"aeb:تعذر إنشاء حساب المستخدم: $1\";'),('aeb','messages:createaccountmail','s:50:\"aeb:بواسطة البريد الإلكتروني\";'),('aeb','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('aeb','messages:createaccountreason','s:15:\"aeb:السبب:\";'),('aeb','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('aeb','messages:createacct-another-email-ph','s:22:\"en:Enter email address\";'),('aeb','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('aeb','messages:createacct-another-submit','s:17:\"en:Create account\";'),('aeb','messages:createacct-another-username-ph','s:21:\"en:Enter the username\";'),('aeb','messages:createacct-benefit-body1','s:179:\"aeb-arab:{{PLURAL:$1|تبديل|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديل}}\";'),('aeb','messages:createacct-benefit-body2','s:27:\"en:{{PLURAL:$1|page|pages}}\";'),('aeb','messages:createacct-benefit-body3','s:55:\"aeb-arab:آخر {{PLURAL:$1|مساهم|مساهمين}}\";'),('aeb','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('aeb','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('aeb','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('aeb','messages:createacct-benefit-heading','s:55:\"aeb-arab:{{SITENAME}} إتّعمل بعباد كيفك.\";'),('aeb','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('aeb','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('aeb','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('aeb','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('aeb','messages:createacct-email-ph','s:45:\"aeb-arab:دخّل الإيمايل متاعك\";'),('aeb','messages:createacct-emailoptional','s:42:\"aeb-arab:الإيمايل (إختياري)\";'),('aeb','messages:createacct-emailrequired','s:16:\"en:Email address\";'),('aeb','messages:createacct-error','s:25:\"en:Account creation error\";'),('aeb','messages:createacct-helpusername','s:3:\"en:\";'),('aeb','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('aeb','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('aeb','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('aeb','messages:createacct-realname','s:23:\"en:Real name (optional)\";'),('aeb','messages:createacct-reason','s:27:\"en:Reason (publicly logged)\";'),('aeb','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('aeb','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('aeb','messages:createacct-reason-ph','s:39:\"en:Why you are creating another account\";'),('aeb','messages:createacct-submit','s:30:\"aeb-arab:أعمل الحساب\";'),('aeb','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('aeb','messages:createacct-username-help','s:3:\"en:\";'),('aeb','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('aeb','messages:createacct-yourpassword-ph','s:35:\"aeb-arab:دخّل كلمة السر\";'),('aeb','messages:createacct-yourpasswordagain','s:19:\"en:Confirm password\";'),('aeb','messages:createacct-yourpasswordagain-ph','s:51:\"aeb-arab:دخّل كلمة السر مرة أخرى\";'),('aeb','messages:created','s:10:\"en:created\";'),('aeb','messages:creating','s:21:\"aeb:إنشاء «$1»\";'),('aeb','messages:credentialsform-account','s:16:\"en:Account name:\";'),('aeb','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('aeb','messages:creditspage','s:15:\"en:Page credits\";'),('aeb','messages:cur','s:16:\"aeb:الحالي\";'),('aeb','messages:currentevents','s:23:\"aeb:Elli sʾàyer tawwa\";'),('aeb','messages:currentevents-url','s:31:\"aeb:Project:Elli sʾàyer tawwa\";'),('aeb','messages:currentrev','s:35:\"aeb:المراجعة الحالية\";'),('aeb','messages:currentrev-asof','s:51:\"aeb:المراجعة الحالية بتاريخ $1\";'),('aeb','messages:currentrevisionlink','s:35:\"aeb:المراجعة الحالية\";'),('aeb','messages:customcssprotected','s:164:\"aeb:أنت لا تمتلك السماح لتعديل صفحة الCSS هذه، لأنها تحتوي على الإعدادات الشخصية لمستخدم آخر.\";'),('aeb','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('aeb','messages:customjsprotected','s:181:\"aeb:أنت لا تمتلك السماح لتعديل صفحة الجافاسكريبت هذه، لأنها تحتوي على الإعدادات الشخصية لمستخدم آخر.\";'),('aeb','messages:databaseerror','s:43:\"aeb:خطأ في قاعدة البيانات\";'),('aeb','messages:databaseerror-error','s:12:\"en:Error: $1\";'),('aeb','messages:databaseerror-function','s:15:\"en:Function: $1\";'),('aeb','messages:databaseerror-query','s:12:\"en:Query: $1\";'),('aeb','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('aeb','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('aeb','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('aeb','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('aeb','messages:date','s:27:\"en:From date (and earlier):\";'),('aeb','messages:date-range-from','s:13:\"en:From date:\";'),('aeb','messages:date-range-to','s:11:\"en:To date:\";'),('aeb','messages:datedefault','s:16:\"en:No preference\";'),('aeb','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('aeb','messages:days-abbrev','s:7:\"en:$1 d\";'),('aeb','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('aeb','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('aeb','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('aeb','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('aeb','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('aeb','messages:deadendpages-summary','s:3:\"en:\";'),('aeb','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('aeb','messages:dec','s:8:\"aeb:Déc\";'),('aeb','messages:december','s:13:\"aeb:Décembre\";'),('aeb','messages:december-gen','s:13:\"aeb:Décembre\";'),('aeb','messages:default','s:10:\"en:default\";'),('aeb','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('aeb','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('aeb','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('aeb','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('aeb','messages:defaultmessagetext','s:42:\"aeb:نص الرسالة الافتراضي\";'),('aeb','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('aeb','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('aeb','messages:delete','s:10:\"aeb:Afsakh\";'),('aeb','messages:delete-confirm','s:14:\"en:Delete \"$1\"\";'),('aeb','messages:delete-edit-reasonlist','s:24:\"en:Edit deletion reasons\";'),('aeb','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aeb','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('aeb','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('aeb','messages:delete-hook-aborted','s:44:\"aeb:faskhan wa9fou flash.\nmahouwech mobarrar\";'),('aeb','messages:delete-legend','s:9:\"en:Delete\";'),('aeb','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('aeb','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('aeb','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('aeb','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('aeb','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('aeb','messages:delete_and_move_confirm','s:23:\"en:Yes, delete the page\";'),('aeb','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('aeb','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('aeb','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('aeb','messages:deletecomment','s:10:\"en:Reason:\";'),('aeb','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('aeb','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('aeb','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('aeb','messages:deletedcontributions-summary','s:3:\"en:\";'),('aeb','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('aeb','messages:deletedhist','s:33:\"aeb:التاريخ المحذوف\";'),('aeb','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('aeb','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('aeb','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('aeb','messages:deleteotherreason','s:27:\"en:Other/additional reason:\";'),('aeb','messages:deletepage','s:16:\"en:Delete a page\";'),('aeb','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('aeb','messages:deletepage-submit','s:14:\"en:Delete page\";'),('aeb','messages:deletepage-summary','s:3:\"en:\";'),('aeb','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('aeb','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('aeb','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('aeb','messages:deletereasonotherlist','s:15:\"en:Other reason\";'),('aeb','messages:deletethispage','s:23:\"aeb:Afsakh elpàj hadhi\";'),('aeb','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('aeb','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aeb','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aeb','messages:deletionlog','s:15:\"en:deletion log\";'),('aeb','messages:dellogpage','s:21:\"aeb:سجل الحذف\";'),('aeb','messages:dellogpagetext','s:48:\"en:Below is a list of the most recent deletions.\";'),('aeb','messages:destfilename','s:24:\"en:Destination filename:\";'),('aeb','messages:diff','s:8:\"aeb:Farq\";'),('aeb','messages:diff-empty','s:18:\"en:(No difference)\";'),('aeb','messages:diff-form','s:14:\"en:Differences\";'),('aeb','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('aeb','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('aeb','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('aeb','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('aeb','messages:diff-form-submit','s:19:\"en:Show differences\";'),('aeb','messages:diff-form-summary','s:3:\"en:\";'),('aeb','messages:diff-multi-manyusers','s:414:\"aeb:({{PLURAL:$1||مراجعة واحدة متوسطة غير معروضة أجراها|مراجعتان متوسطتان غير معروضتان أجراهما|$1 مراجعات متوسطة غير معروضة أجراها|$1 مراجعة متوسطة غير معروضة أجراها}} أكثر من {{PLURAL:$2||مستخدم واحد|مستخدمين|$2 مستخدمين|$2 مستخدمًا|$2 مستخدم}}.)\";'),('aeb','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('aeb','messages:diff-multi-sameuser','s:97:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same user not shown)\";'),('aeb','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('aeb','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('aeb','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aeb','messages:difference-multipage','s:40:\"aeb:(الفرق بين الصفحتين)\";'),('aeb','messages:difference-title','s:50:\"aeb:«$1»: الفرق بين المراجعتين\";'),('aeb','messages:difference-title-multipage','s:55:\"aeb:«$1» و«$2»: الفرق بين الصفحتين\";'),('aeb','messages:directorycreateerror','s:47:\"aeb:لم يمكن إنشاء المجلد \"$1\".\";'),('aeb','messages:directoryreadonlyerror','s:31:\"en:Directory \"$1\" is read-only.\";'),('aeb','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('aeb','messages:disclaimerpage','s:30:\"aeb:Project:Tambihàt għàmma\";'),('aeb','messages:disclaimers','s:13:\"aeb:Tambihàt\";'),('aeb','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('aeb','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('aeb','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('aeb','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('aeb','messages:doubleredirects','s:19:\"en:Double redirects\";'),('aeb','messages:doubleredirects-summary','s:3:\"en:\";'),('aeb','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('aeb','messages:download','s:11:\"en:download\";'),('aeb','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('aeb','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('aeb','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('aeb','messages:duplicate-defaultsort','s:148:\"aeb:\'\'\'تحذير:\'\'\' مفتاح الترتيب الافتراضي \"$2\" يتجاوز مفتاح الترتيب الافتراضي السابق \"$1\".\";'),('aeb','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('aeb','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('aeb','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('aeb','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('aeb','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('aeb','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('aeb','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('aeb','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('aeb','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aeb','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('aeb','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('aeb','messages:eauthentsent','s:298:\"aeb:تم إرسال رسالة تأكيد إلكترونية إلى العنوان المسمى.\nحتى ترسل أي رسالة أخرى لذلك الحساب عليك أن تتبع التعليمات الواردة في الرسالة لتأكيد أن هذا الحساب هو لك بالفعل.\";'),('aeb','messages:edit','s:10:\"aeb:Baddel\";'),('aeb','messages:edit-already-exists','s:81:\"aeb:لم يمكن إنشاء صفحة جديدة.\nهي موجودة بالفعل.\";'),('aeb','messages:edit-conflict','s:28:\"aeb:تضارب تحريري.\";'),('aeb','messages:edit-gone-missing','s:75:\"aeb:لم يمكن تحديث الصفحة.\nيبدو أنه تم حذفها.\";'),('aeb','messages:edit-hook-aborted','s:85:\"aeb:التعديل تم تركه بواسطة الخطاف.\nلم يعط تفسيرا.\";'),('aeb','messages:edit-local','s:25:\"en:Edit local description\";'),('aeb','messages:edit-no-change','s:85:\"aeb:تعديلك تم تجاهله، لأنه لم يحدث أي تعديل للنص.\";'),('aeb','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('aeb','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('aeb','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('aeb','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('aeb','messages:edit_form_incomplete','s:163:\"aeb:\'\'\'بعض أجزاء من نموذج التعديل لم تصل إلى الخادم؛ تأكد من أن تعديلاتك لم تمس وحاول مجددا.\'\'\'\";'),('aeb','messages:editcomment','s:37:\"en:The edit summary was: <em>$1</em>.\";'),('aeb','messages:editconflict','s:38:\"aeb:تضارب في التحرير: $1\";'),('aeb','messages:editfont-default','s:44:\"aeb:تبعا لإعدادات المتصفح\";'),('aeb','messages:editfont-monospace','s:28:\"aeb:خط ثابت العرض\";'),('aeb','messages:editfont-sansserif','s:26:\"aeb:خط بلا زوائد\";'),('aeb','messages:editfont-serif','s:21:\"aeb:خط بزوائد\";'),('aeb','messages:editfont-style','s:42:\"aeb:نمط خط منطقة التحرير:\";'),('aeb','messages:edithelp','s:23:\"aeb:Mgħàwna f elktiba\";'),('aeb','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('aeb','messages:editing','s:17:\"aeb:تحرير $1\";'),('aeb','messages:editingcomment','s:35:\"aeb:تعديل $1 (قسم جديد)\";'),('aeb','messages:editinginterface','s:420:\"aeb:\'\'\'تحذير:\'\'\' أنت تقوم بتحرير صفحة تستخدم في الواجهة النصية للبرنامج.\nسوف تؤثر التغييرات على هذه الصفحة على مظهر واجهة المستخدم للمستخدمين الآخرين.\nللترجمات، من فضلك استخدم مشروع ترجمة ميدياويكي [//translatewiki.net/wiki/Main_Page?setlang=ar translatewiki.net].\";'),('aeb','messages:editingold','s:221:\"aeb:\'\'\' تحذير: أنت تقوم الآن بتحرير نسخة قديمة من هذه الصفحة.\nإذا قمت بحفظها، ستفقد كافة التغييرات التي حدثت بعد هذه النسخة. \'\'\'\";'),('aeb','messages:editingsection','s:26:\"aeb:تحرير $1 (قسم)\";'),('aeb','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('aeb','messages:editlink','s:10:\"aeb:baddel\";'),('aeb','messages:editnotice-notext','s:4:\"en:-\";'),('aeb','messages:editold','s:10:\"aeb:Baddel\";'),('aeb','messages:editpage','s:14:\"en:Edit a page\";'),('aeb','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('aeb','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('aeb','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('aeb','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('aeb','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('aeb','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('aeb','messages:editpage-summary','s:3:\"en:\";'),('aeb','messages:editpage-tos-summary','s:4:\"en:-\";'),('aeb','messages:editsection','s:21:\"aeb:Baddel essʾafħa\";'),('aeb','messages:editsectionhint','s:24:\"aeb:Baddel essection: $1\";'),('aeb','messages:editthispage','s:25:\"aeb:Baddel f elpàj hadhi\";'),('aeb','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('aeb','messages:edittools-upload','s:4:\"en:-\";'),('aeb','messages:editundo','s:11:\"aeb:Rajjaε\";'),('aeb','messages:editusergroup','s:19:\"en:Load user groups\";'),('aeb','messages:editwatchlist-summary','s:3:\"en:\";'),('aeb','messages:ellipsis','s:6:\"en:...\";'),('aeb','messages:email','s:8:\"en:Email\";'),('aeb','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('aeb','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('aeb','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('aeb','messages:emailauthenticated','s:76:\"aeb:تم تأكيد بريدك الإلكتروني في $2 الساعة $3.\";'),('aeb','messages:emailblock','s:17:\"en:email disabled\";'),('aeb','messages:emailccme','s:33:\"en:Email me a copy of my message.\";'),('aeb','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('aeb','messages:emailconfirmlink','s:53:\"aeb:أكد عنوان بريدك الإلكتروني\";'),('aeb','messages:emaildisabled','s:99:\"aeb:لا يمكن إرسال رسائل البريد الإلكتروني من هذا الموقع.\";'),('aeb','messages:emailfrom','s:8:\"en:From:\";'),('aeb','messages:emaillink','s:13:\"en:send email\";'),('aeb','messages:emailmessage','s:11:\"en:Message:\";'),('aeb','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('aeb','messages:emailnotauthenticated','s:143:\"aeb:لم يتم التحقق من بريدك الإلكتروني.\nلن يتم إرسال رسائل لأي من الميزات التالية.\";'),('aeb','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('aeb','messages:emailsend','s:7:\"en:Send\";'),('aeb','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('aeb','messages:emailsent','s:13:\"en:Email sent\";'),('aeb','messages:emailsenttext','s:36:\"en:Your email message has been sent.\";'),('aeb','messages:emailsubject','s:11:\"en:Subject:\";'),('aeb','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('aeb','messages:emailto','s:6:\"en:To:\";'),('aeb','messages:emailuser','s:51:\"aeb:إرسال رسالة لهذا المستخدم\";'),('aeb','messages:emailuser-summary','s:3:\"en:\";'),('aeb','messages:emailuser-title-notarget','s:13:\"en:Email user\";'),('aeb','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('aeb','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('aeb','messages:emailusername','s:12:\"en:Username:\";'),('aeb','messages:emailusernamesubmit','s:9:\"en:Submit\";'),('aeb','messages:empty-file','s:36:\"en:The file you submitted was empty.\";'),('aeb','messages:empty-username','s:26:\"en:(no username available)\";'),('aeb','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('aeb','messages:enhancedrc-history','s:19:\"aeb-arab:تاريخ\";'),('aeb','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('aeb','messages:enotif_anon_editor','s:20:\"en:anonymous user $1\";'),('aeb','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('aeb','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('aeb','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb','messages:enotif_impersonal_salutation','s:20:\"en:{{SITENAME}} user\";'),('aeb','messages:enotif_lastdiff','s:30:\"en:To view this change, see $1\";'),('aeb','messages:enotif_lastvisited','s:48:\"en:For all changes since your last visit, see $1\";'),('aeb','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('aeb','messages:enotif_reset','s:25:\"en:Mark all pages visited\";'),('aeb','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('aeb','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('aeb','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('aeb','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('aeb','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('aeb','messages:enterlockreason','s:87:\"aeb:أدخل سببا للغلق، متضمنا تقديرا لوقت رفع الغلق\";'),('aeb','messages:error','s:11:\"aeb:ghalath\";'),('aeb','messages:errorpagetitle','s:13:\"aeb:Għaltʾa\";'),('aeb','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('aeb','messages:exception-nologin','s:32:\"aeb:غير مسجل الدخول\";'),('aeb','messages:exception-nologin-text','s:83:\"aeb:hedhi ess\'af7a wa 2ella el action te7tej mennek bech etloginni il hedha el wiki\";'),('aeb','messages:exception-nologin-text-manual','s:54:\"en:Please $1 to be able to access this page or action.\";'),('aeb','messages:excontent','s:20:\"en:content was: \"$1\"\";'),('aeb','messages:excontentauthor','s:108:\"en:content was: \"$1\", and the only contributor was \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('aeb','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('aeb','messages:exif-artist','s:9:\"en:Author\";'),('aeb','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('aeb','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('aeb','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('aeb','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('aeb','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('aeb','messages:exif-citydest','s:13:\"en:City shown\";'),('aeb','messages:exif-colorspace','s:14:\"en:Color space\";'),('aeb','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('aeb','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('aeb','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('aeb','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('aeb','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('aeb','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('aeb','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('aeb','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('aeb','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('aeb','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('aeb','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('aeb','messages:exif-compression','s:21:\"en:Compression scheme\";'),('aeb','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('aeb','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('aeb','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('aeb','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('aeb','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('aeb','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('aeb','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('aeb','messages:exif-compression-5','s:6:\"en:LZW\";'),('aeb','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('aeb','messages:exif-compression-7','s:7:\"en:JPEG\";'),('aeb','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('aeb','messages:exif-contact','s:22:\"en:Contact information\";'),('aeb','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('aeb','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('aeb','messages:exif-contrast','s:11:\"en:Contrast\";'),('aeb','messages:exif-contrast-0','s:9:\"en:Normal\";'),('aeb','messages:exif-contrast-1','s:7:\"en:Soft\";'),('aeb','messages:exif-contrast-2','s:7:\"en:Hard\";'),('aeb','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('aeb','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('aeb','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('aeb','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('aeb','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('aeb','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('aeb','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('aeb','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('aeb','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('aeb','messages:exif-countrydest','s:16:\"en:Country shown\";'),('aeb','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('aeb','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('aeb','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('aeb','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('aeb','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('aeb','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('aeb','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('aeb','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('aeb','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('aeb','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('aeb','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('aeb','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('aeb','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('aeb','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('aeb','messages:exif-datetime','s:28:\"en:File change date and time\";'),('aeb','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('aeb','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('aeb','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('aeb','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('aeb','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('aeb','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('aeb','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('aeb','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('aeb','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('aeb','messages:exif-dc-relation','s:16:\"en:Related media\";'),('aeb','messages:exif-dc-rights','s:9:\"en:Rights\";'),('aeb','messages:exif-dc-source','s:15:\"en:Source media\";'),('aeb','messages:exif-dc-type','s:16:\"en:Type of media\";'),('aeb','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('aeb','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('aeb','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('aeb','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('aeb','messages:exif-event','s:17:\"en:Event depicted\";'),('aeb','messages:exif-exifversion','s:15:\"en:Exif version\";'),('aeb','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('aeb','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('aeb','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('aeb','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('aeb','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('aeb','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('aeb','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('aeb','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('aeb','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('aeb','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('aeb','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('aeb','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('aeb','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('aeb','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('aeb','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('aeb','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('aeb','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('aeb','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('aeb','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('aeb','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('aeb','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('aeb','messages:exif-filesource','s:14:\"en:File source\";'),('aeb','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('aeb','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('aeb','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('aeb','messages:exif-flash','s:8:\"en:Flash\";'),('aeb','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('aeb','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('aeb','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('aeb','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('aeb','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('aeb','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('aeb','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('aeb','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('aeb','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('aeb','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('aeb','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('aeb','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('aeb','messages:exif-fnumber','s:11:\"en:F Number\";'),('aeb','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('aeb','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('aeb','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('aeb','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('aeb','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('aeb','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('aeb','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('aeb','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('aeb','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('aeb','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('aeb','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('aeb','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('aeb','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('aeb','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('aeb','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('aeb','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('aeb','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('aeb','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('aeb','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('aeb','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('aeb','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('aeb','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('aeb','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('aeb','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('aeb','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('aeb','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('aeb','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('aeb','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('aeb','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('aeb','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('aeb','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('aeb','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('aeb','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('aeb','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('aeb','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('aeb','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('aeb','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('aeb','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('aeb','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('aeb','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('aeb','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('aeb','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('aeb','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('aeb','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('aeb','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('aeb','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('aeb','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('aeb','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('aeb','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('aeb','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('aeb','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('aeb','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('aeb','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('aeb','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('aeb','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('aeb','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('aeb','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('aeb','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('aeb','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('aeb','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('aeb','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('aeb','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('aeb','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('aeb','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('aeb','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('aeb','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('aeb','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('aeb','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('aeb','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('aeb','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('aeb','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('aeb','messages:exif-headline','s:11:\"en:Headline\";'),('aeb','messages:exif-identifier','s:13:\"en:Identifier\";'),('aeb','messages:exif-iimcategory','s:11:\"en:Category\";'),('aeb','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('aeb','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('aeb','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('aeb','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('aeb','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('aeb','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('aeb','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('aeb','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('aeb','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('aeb','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('aeb','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('aeb','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('aeb','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('aeb','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('aeb','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('aeb','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('aeb','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('aeb','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('aeb','messages:exif-iimversion','s:14:\"en:IIM version\";'),('aeb','messages:exif-imagedescription','s:14:\"en:Image title\";'),('aeb','messages:exif-imagelength','s:9:\"en:Height\";'),('aeb','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('aeb','messages:exif-imagewidth','s:8:\"en:Width\";'),('aeb','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('aeb','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('aeb','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('aeb','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('aeb','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('aeb','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('aeb','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('aeb','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('aeb','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('aeb','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('aeb','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('aeb','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('aeb','messages:exif-keywords','s:11:\"en:Keywords\";'),('aeb','messages:exif-label','s:8:\"en:Label\";'),('aeb','messages:exif-languagecode','s:11:\"en:Language\";'),('aeb','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('aeb','messages:exif-lens','s:12:\"en:Lens used\";'),('aeb','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('aeb','messages:exif-lightsource','s:15:\"en:Light source\";'),('aeb','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('aeb','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('aeb','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('aeb','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('aeb','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('aeb','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('aeb','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('aeb','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('aeb','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('aeb','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('aeb','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('aeb','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('aeb','messages:exif-lightsource-20','s:6:\"en:D55\";'),('aeb','messages:exif-lightsource-21','s:6:\"en:D65\";'),('aeb','messages:exif-lightsource-22','s:6:\"en:D75\";'),('aeb','messages:exif-lightsource-23','s:6:\"en:D50\";'),('aeb','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('aeb','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('aeb','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('aeb','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('aeb','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('aeb','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('aeb','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('aeb','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('aeb','messages:exif-make-value','s:5:\"en:$1\";'),('aeb','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('aeb','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('aeb','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('aeb','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('aeb','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('aeb','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('aeb','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('aeb','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('aeb','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('aeb','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('aeb','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('aeb','messages:exif-model','s:15:\"en:Camera model\";'),('aeb','messages:exif-model-value','s:5:\"en:$1\";'),('aeb','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('aeb','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('aeb','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('aeb','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('aeb','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('aeb','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('aeb','messages:exif-objectname','s:14:\"en:Short title\";'),('aeb','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('aeb','messages:exif-orientation','s:14:\"en:Orientation\";'),('aeb','messages:exif-orientation-1','s:9:\"en:Normal\";'),('aeb','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('aeb','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('aeb','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('aeb','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('aeb','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('aeb','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('aeb','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('aeb','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('aeb','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('aeb','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('aeb','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('aeb','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('aeb','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('aeb','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('aeb','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('aeb','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('aeb','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('aeb','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('aeb','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('aeb','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('aeb','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('aeb','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('aeb','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('aeb','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('aeb','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('aeb','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('aeb','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('aeb','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('aeb','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('aeb','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('aeb','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('aeb','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('aeb','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('aeb','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('aeb','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('aeb','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('aeb','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('aeb','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('aeb','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('aeb','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('aeb','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('aeb','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('aeb','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('aeb','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('aeb','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('aeb','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('aeb','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('aeb','messages:exif-saturation','s:13:\"en:Saturation\";'),('aeb','messages:exif-saturation-0','s:9:\"en:Normal\";'),('aeb','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('aeb','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('aeb','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('aeb','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('aeb','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('aeb','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('aeb','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('aeb','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('aeb','messages:exif-scenetype','s:13:\"en:Scene type\";'),('aeb','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('aeb','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('aeb','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('aeb','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('aeb','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('aeb','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('aeb','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('aeb','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('aeb','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('aeb','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('aeb','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('aeb','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('aeb','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('aeb','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('aeb','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('aeb','messages:exif-software','s:16:\"en:Software used\";'),('aeb','messages:exif-software-value','s:5:\"en:$1\";'),('aeb','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('aeb','messages:exif-source','s:9:\"en:Source\";'),('aeb','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('aeb','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('aeb','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('aeb','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('aeb','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('aeb','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('aeb','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('aeb','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('aeb','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('aeb','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('aeb','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('aeb','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('aeb','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('aeb','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('aeb','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('aeb','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('aeb','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('aeb','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('aeb','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('aeb','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('aeb','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('aeb','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('aeb','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('aeb','messages:exif-urgency','s:10:\"en:Urgency\";'),('aeb','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('aeb','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('aeb','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('aeb','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('aeb','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('aeb','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('aeb','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('aeb','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('aeb','messages:exif-usercomment','s:16:\"en:User comments\";'),('aeb','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('aeb','messages:exif-whitebalance','s:16:\"en:White balance\";'),('aeb','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('aeb','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('aeb','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('aeb','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('aeb','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('aeb','messages:exif-writer','s:9:\"en:Writer\";'),('aeb','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('aeb','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('aeb','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('aeb','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('aeb','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('aeb','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('aeb','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('aeb','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('aeb','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('aeb','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('aeb','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('aeb','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('aeb','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('aeb','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('aeb','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('aeb','messages:expand_templates_ok','s:5:\"en:OK\";'),('aeb','messages:expand_templates_output','s:9:\"en:Result\";'),('aeb','messages:expand_templates_preview','s:10:\"en:Preview\";'),('aeb','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aeb','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('aeb','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('aeb','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('aeb','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('aeb','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('aeb','messages:expandtemplates','s:19:\"en:Expand templates\";'),('aeb','messages:expansion-depth-exceeded-category','s:76:\"aeb:الصفحات التي حدث فيها تجاوز عمق التوسيع\";'),('aeb','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('aeb','messages:expansion-depth-exceeded-warning','s:51:\"aeb:الصفحة تجاوزت عمق التوسيع\";'),('aeb','messages:expensive-parserfunction-category','s:91:\"aeb:صفحات يوجد بها استدعاءات دوال محلل كثيرة ومكلفة\";'),('aeb','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('aeb','messages:expensive-parserfunction-warning','s:373:\"aeb:\'\'\'تحذير:\'\'\' هذه الصفحة تحتوي على استدعاءات دالة محلل كثيرة مكلفة.\n\nينبغي أن تكون أقل من {{PLURAL:$2||استدعاء واحد|استدعاءين|$2 استدعاءات|$2 استدعاء}}، يوجد الآن {{PLURAL:$1|استدعاء واحد|استدعاءان|$2 استدعاءات|$2 استدعاء}}.\";'),('aeb','messages:explainconflict','s:554:\"aeb:لقد عدل شخص آخر هذه الصفحة بعد أن بدأت أنت بتحريرها.\nصندوق النصوص العلوي يحتوي على النص الموجود حاليا في الصفحة.\nوالتغييرات التي قمت أنت بها موجودة في الصندوق في أسفل الصفحة.\nيجب أن تقوم بدمج تغييراتك في النص الموجود حاليا.\n\'\'\'فقط\'\'\' ما هو موجود في الصندوق العلوي هو ما سيتم حفظه عند الضغط على زر \"حفظ الصفحة\".\";'),('aeb','messages:export','s:25:\"aeb:تصدير صفحات\";'),('aeb','messages:export-addcat','s:6:\"en:Add\";'),('aeb','messages:export-addcattext','s:27:\"en:Add pages from category:\";'),('aeb','messages:export-addns','s:6:\"en:Add\";'),('aeb','messages:export-addnstext','s:28:\"en:Add pages from namespace:\";'),('aeb','messages:export-download','s:15:\"en:Save as file\";'),('aeb','messages:export-manual','s:22:\"en:Add pages manually:\";'),('aeb','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('aeb','messages:export-submit','s:9:\"en:Export\";'),('aeb','messages:export-summary','s:3:\"en:\";'),('aeb','messages:export-templates','s:20:\"en:Include templates\";'),('aeb','messages:exportall','s:19:\"en:Export all pages\";'),('aeb','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('aeb','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('aeb','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('aeb','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('aeb','messages:external_image_whitelist','s:696:\"aeb: #<pre>اترك هذا السطر تماما كما هو\n#ضع منثورات التعبيرات المنتظمة (فقط الجزء الذي يذهب بين //) بالأسفل\n#هذه ستتم مطابقتها مع مسارات الصور الخرجية (الموصولة بشكل مباشر)\n#هذه التي تطابق سيتم عرضها كصور، غير ذلك فقط وصلة إلى الصورة سيتم عرضها\n#السطور التي تبدأ ب# تتم معاملتها كتعليقات\n#هذا لا يتأثر بحالة الحروف\n\n#ضع كل منثورات التعبيرات المنتظمة فوق هذا السطر. اترك هذا السطر تماما كما هو</pre>\";'),('aeb','messages:externaldberror','s:160:\"aeb:هناك إما خطأ في دخول قاعدة البيانات الخارجية أو أنه غير مسموح لك بتحديث حسابك الخارجي.\";'),('aeb','messages:extlink_sample','s:50:\"aeb:http://www.example.com عنوان الوصلة\";'),('aeb','messages:extlink_tip','s:55:\"aeb:وصلة خارجية (تذكر بادئة http://)\";'),('aeb','messages:faq','s:7:\"aeb:FAQ\";'),('aeb','messages:faqpage','s:15:\"aeb:Project:FAQ\";'),('aeb','messages:feb','s:8:\"aeb:Fivr\";'),('aeb','messages:february','s:9:\"aeb:Fivri\";'),('aeb','messages:february-gen','s:9:\"aeb:Fivri\";'),('aeb','messages:feed-atom','s:7:\"en:Atom\";'),('aeb','messages:feed-invalid','s:55:\"aeb:نوع اشتراك التلقيم غير صحيح.\";'),('aeb','messages:feed-rss','s:6:\"en:RSS\";'),('aeb','messages:feed-unavailable','s:42:\"aeb:التلقيمات غير متوفرة\";'),('aeb','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('aeb','messages:feedback-back','s:7:\"en:Back\";'),('aeb','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('aeb','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('aeb','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('aeb','messages:feedback-cancel','s:9:\"en:Cancel\";'),('aeb','messages:feedback-close','s:7:\"en:Done\";'),('aeb','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('aeb','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('aeb','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('aeb','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('aeb','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('aeb','messages:feedback-message','s:11:\"en:Message:\";'),('aeb','messages:feedback-subject','s:11:\"en:Subject:\";'),('aeb','messages:feedback-submit','s:9:\"en:Submit\";'),('aeb','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('aeb','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('aeb','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('aeb','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('aeb','messages:feedback-useragent','s:14:\"en:User agent:\";'),('aeb','messages:feedlinks','s:19:\"aeb:التغذية:\";'),('aeb','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('aeb','messages:fewestrevisions-summary','s:3:\"en:\";'),('aeb','messages:file-anchor-link','s:19:\"aeb:milaf (Fichier)\";'),('aeb','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('aeb','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('aeb','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('aeb','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('aeb','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('aeb','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('aeb','messages:file-info-gif-looped','s:9:\"en:looped\";'),('aeb','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('aeb','messages:file-info-png-looped','s:9:\"en:looped\";'),('aeb','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('aeb','messages:file-info-size','s:61:\"aeb:$1 × $2 بكسل حجم الملف: $3، نوع MIME: $4\";'),('aeb','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('aeb','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('aeb','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('aeb','messages:file-nohires','s:47:\"aeb:لا توجد دقة أعلى متوفرة.\";'),('aeb','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('aeb','messages:file-too-large','s:40:\"en:The file you submitted was too large.\";'),('aeb','messages:filecopyerror','s:53:\"aeb:لم يمكن نسخ الملف \"$1\" إلى \"$2\".\";'),('aeb','messages:filedelete','s:12:\"en:Delete $1\";'),('aeb','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('aeb','messages:filedelete-comment','s:10:\"en:Reason:\";'),('aeb','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('aeb','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('aeb','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aeb','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('aeb','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('aeb','messages:filedelete-legend','s:14:\"en:Delete file\";'),('aeb','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('aeb','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('aeb','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('aeb','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('aeb','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('aeb','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('aeb','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('aeb','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('aeb','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('aeb','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('aeb','messages:filedelete-submit','s:9:\"en:Delete\";'),('aeb','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('aeb','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('aeb','messages:filedeleteerror','s:41:\"aeb:لم يمكن حذف الملف \"$1\".\";'),('aeb','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('aeb','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('aeb','messages:filedesc','s:13:\"aeb:ملخص:\";'),('aeb','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('aeb','messages:fileduplicatesearch-filename','s:12:\"en:Filename:\";'),('aeb','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('aeb','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('aeb','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('aeb','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('aeb','messages:fileduplicatesearch-submit','s:9:\"en:Search\";'),('aeb','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('aeb','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('aeb','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('aeb','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('aeb','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('aeb','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('aeb','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('aeb','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('aeb','messages:filehist','s:18:\"aeb:teri5 el milaf\";'),('aeb','messages:filehist-comment','s:12:\"aeb:ta3li9at\";'),('aeb','messages:filehist-current','s:12:\"aeb:حالي\";'),('aeb','messages:filehist-datetime','s:17:\"aeb:وقت/زمن\";'),('aeb','messages:filehist-deleteall','s:13:\"en:delete all\";'),('aeb','messages:filehist-deleteone','s:9:\"en:delete\";'),('aeb','messages:filehist-dimensions','s:18:\"aeb:الأبعاد\";'),('aeb','messages:filehist-filesize','s:12:\"en:File size\";'),('aeb','messages:filehist-help','s:93:\"aeb:اضغط على وقت/زمن لرؤية الملف كما بدا في هذا الزمن.\";'),('aeb','messages:filehist-nothumb','s:15:\"en:No thumbnail\";'),('aeb','messages:filehist-revert','s:16:\"aeb:استرجع\";'),('aeb','messages:filehist-thumb','s:23:\"aeb:صورة مصغرة\";'),('aeb','messages:filehist-thumbtext','s:43:\"aeb:تصغير للنسخة بتاريخ $1\";'),('aeb','messages:filehist-user','s:16:\"aeb:مستخدم\";'),('aeb','messages:filemissing','s:15:\"en:File missing\";'),('aeb','messages:filename','s:11:\"en:Filename\";'),('aeb','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('aeb','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('aeb','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('aeb','messages:filename-toolong','s:46:\"en:Filenames may not be longer than 240 bytes.\";'),('aeb','messages:filename-tooshort','s:29:\"en:The filename is too short.\";'),('aeb','messages:filenotfound','s:45:\"aeb:لم يمكن إيجاد الملف \"$1\".\";'),('aeb','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('aeb','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('aeb','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('aeb','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('aeb','messages:filereadonlyerror','s:194:\"aeb:تعذر تعديل الملف \"$1\" لأن مستودع الملف \"$2\" في وضع القراءة فقط. \n\nالمدير الذي قام بغلقه قدم التفسير التالي: \"$3\".\";'),('aeb','messages:filerenameerror','s:68:\"aeb:لم يمكن إعادة تسمية الملف \"$1\" إلى \"$2\".\";'),('aeb','messages:filereuploadsummary','s:16:\"en:File changes:\";'),('aeb','messages:filerevert','s:12:\"en:Revert $1\";'),('aeb','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('aeb','messages:filerevert-comment','s:10:\"en:Reason:\";'),('aeb','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('aeb','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('aeb','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('aeb','messages:filerevert-legend','s:14:\"en:Revert file\";'),('aeb','messages:filerevert-submit','s:9:\"en:Revert\";'),('aeb','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('aeb','messages:filesource','s:10:\"en:Source:\";'),('aeb','messages:filestatus','s:20:\"en:Copyright status:\";'),('aeb','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('aeb','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('aeb','messages:filetype-banned','s:31:\"en:This type of file is banned.\";'),('aeb','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('aeb','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('aeb','messages:filetype-missing','s:43:\"en:The file has no extension (like \".jpg\").\";'),('aeb','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('aeb','messages:fileuploadsummary','s:11:\"en:Summary:\";'),('aeb','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('aeb','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('aeb','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('aeb','messages:formerror','s:55:\"aeb:خطأ: لم يمكن تنفيذ الاستمارة\";'),('aeb','messages:fri','s:11:\"aeb:ejjom3a\";'),('aeb','messages:friday','s:11:\"aeb:eljom3a\";'),('aeb','messages:friday-at','s:15:\"en:Friday at $1\";'),('aeb','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('aeb','messages:gender-female','s:23:\"en:She edits wiki pages\";'),('aeb','messages:gender-male','s:22:\"en:He edits wiki pages\";'),('aeb','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('aeb','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('aeb','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('aeb','messages:go','s:9:\"aeb:Emchi\";'),('aeb','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('aeb','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('aeb','messages:gotaccount','s:50:\"aeb:تمتلك حسابا بالفعل؟ \'\'\'$1\'\'\'.\";'),('aeb','messages:gotaccountlink','s:12:\"aeb:ادخل\";'),('aeb','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('aeb','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('aeb','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('aeb','messages:grant-basic','s:15:\"en:Basic rights\";'),('aeb','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('aeb','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('aeb','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('aeb','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('aeb','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('aeb','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('aeb','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('aeb','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('aeb','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('aeb','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('aeb','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('aeb','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('aeb','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('aeb','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('aeb','messages:grant-group-email','s:13:\"en:Send email\";'),('aeb','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('aeb','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('aeb','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('aeb','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('aeb','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('aeb','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('aeb','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('aeb','messages:grant-import','s:19:\"en:Import revisions\";'),('aeb','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('aeb','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('aeb','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('aeb','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('aeb','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('aeb','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('aeb','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('aeb','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('aeb','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('aeb','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('aeb','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('aeb','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('aeb','messages:group','s:9:\"en:Group:\";'),('aeb','messages:group-all','s:8:\"en:(all)\";'),('aeb','messages:group-autoconfirmed','s:22:\"en:Autoconfirmed users\";'),('aeb','messages:group-autoconfirmed-member','s:35:\"en:{{GENDER:$1|autoconfirmed user}}\";'),('aeb','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('aeb','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('aeb','messages:group-bot','s:7:\"en:Bots\";'),('aeb','messages:group-bot-member','s:20:\"en:{{GENDER:$1|bot}}\";'),('aeb','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('aeb','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('aeb','messages:group-bureaucrat','s:14:\"en:Bureaucrats\";'),('aeb','messages:group-bureaucrat-member','s:27:\"en:{{GENDER:$1|bureaucrat}}\";'),('aeb','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('aeb','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('aeb','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('aeb','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('aeb','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('aeb','messages:group-named','s:19:\"en:Registered users\";'),('aeb','messages:group-suppress','s:14:\"en:Suppressors\";'),('aeb','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('aeb','messages:group-sysop','s:17:\"en:Administrators\";'),('aeb','messages:group-sysop-member','s:30:\"en:{{GENDER:$1|administrator}}\";'),('aeb','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('aeb','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('aeb','messages:group-user','s:8:\"en:Users\";'),('aeb','messages:group-user-member','s:21:\"en:{{GENDER:$1|user}}\";'),('aeb','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('aeb','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('aeb','messages:grouppage-autoconfirmed','s:37:\"en:{{ns:project}}:Autoconfirmed users\";'),('aeb','messages:grouppage-bot','s:22:\"en:{{ns:project}}:Bots\";'),('aeb','messages:grouppage-bureaucrat','s:29:\"en:{{ns:project}}:Bureaucrats\";'),('aeb','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('aeb','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('aeb','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('aeb','messages:grouppage-sysop','s:32:\"en:{{ns:project}}:Administrators\";'),('aeb','messages:grouppage-user','s:23:\"en:{{ns:project}}:Users\";'),('aeb','messages:guesstimezone','s:23:\"en:Fill in from browser\";'),('aeb','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('aeb','messages:headline_sample','s:30:\"aeb:نص عنوان رئيسي\";'),('aeb','messages:headline_tip','s:47:\"aeb:عنوان من المستوى الثاني\";'),('aeb','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('aeb','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('aeb','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('aeb','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('aeb','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('aeb','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('aeb','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('aeb','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('aeb','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('aeb','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('aeb','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('aeb','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('aeb','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('aeb','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('aeb','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('aeb','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('aeb','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('aeb','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('aeb','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('aeb','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('aeb','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('aeb','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('aeb','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('aeb','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('aeb','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('aeb','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('aeb','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('aeb','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('aeb','messages:help','s:13:\"aeb:Mgħàwna\";'),('aeb','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('aeb','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('aeb','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('aeb','messages:helppage-top-gethelp','s:7:\"en:Help\";'),('aeb','messages:hidden-categories','s:115:\"aeb:{{PLURAL:Catégorie mkhabia waħda|Zouz catégories mkhabbin|$1 catégories mkhabbin|$1 en catégorie mkhabia}}\";'),('aeb','messages:hidden-category-category','s:29:\"aeb:تصنيفات مخفية\";'),('aeb','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('aeb','messages:hiddencategories','s:416:\"aeb:{{PLURAL:$1|هذه الصفحة غير موجودة في أي تصنايف مخفية|هذه الصفحة موجودة في تصنيف مخفي واحد|هذه الصفحة موجودة في تصنيفين مخفيين|هذه الصفحة موجودة في $1 تصانيف مخفية|هذه الصفحة موجودة في $1 تصنيفا مخفيا|هذه الصفحة موجودة في $1 تصنيف مخفي}}:\";'),('aeb','messages:hide','s:10:\"aeb:أخف\";'),('aeb','messages:hidetoc','s:10:\"aeb:Khabbi\";'),('aeb','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('aeb','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('aeb','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('aeb','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('aeb','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('aeb','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('aeb','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('aeb','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('aeb','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('aeb','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('aeb','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('aeb','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('aeb','messages:hist','s:8:\"aeb:Hist\";'),('aeb','messages:histfirst','s:10:\"aeb:أول\";'),('aeb','messages:histlast','s:10:\"aeb:آخر\";'),('aeb','messages:histlegend','s:335:\"aeb:اختيار الفرق: علم على صناديق النسخ للمقارنة واضغط قارن بين النسخ المختارة أو الزر بالأسفل.<br />\nمفتاح: (الحالي) = الفرق مع النسخة الحالية\n(السابق) = الفرق مع النسخة السابقة، ط = تغيير طفيف\";'),('aeb','messages:history','s:26:\"aeb:Listorik mtagħ elpàj\";'),('aeb','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('aeb','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('aeb','messages:history-feed-description','s:69:\"aeb:تاريخ التعديل لهذه الصفحة في الويكي\";'),('aeb','messages:history-feed-empty','s:256:\"aeb:الصفحة المطلوبة غير موجودة.\nمن المحتمل أن تكون هذه الصفحة قد حذفت من الويكي، أو نقلت.\nحاول [[Special:Search|البحث في الويكي]] عن صفحات جديدة ذات صلة.\";'),('aeb','messages:history-feed-item-nocomment','s:14:\"aeb:$1 في $2\";'),('aeb','messages:history-feed-title','s:31:\"aeb:تاريخ المراجعة\";'),('aeb','messages:history-fieldset-title','s:27:\"aeb:تصفح التاريخ\";'),('aeb','messages:history-show-deleted','s:27:\"aeb:المحذوفة فقط\";'),('aeb','messages:history-title','s:40:\"aeb: «$1»: تاريخ المراجعة\";'),('aeb','messages:history_copyright','s:4:\"en:-\";'),('aeb','messages:history_short','s:12:\"aeb:Listorik\";'),('aeb','messages:history_small','s:10:\"en:history\";'),('aeb','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('aeb','messages:historyempty','s:14:\"aeb:(فارغ)\";'),('aeb','messages:historysize','s:42:\"aeb:({{PLURAL:$1|1 بايت|$1 بايت}})\";'),('aeb','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('aeb','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('aeb','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('aeb','messages:hours-abbrev','s:7:\"en:$1 h\";'),('aeb','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('aeb','messages:hr_tip','s:58:\"aeb:خط أفقي (تجنب الاستخدام بكثرة)\";'),('aeb','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('aeb','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('aeb','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('aeb','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('aeb','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('aeb','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('aeb','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('aeb','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('aeb','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('aeb','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('aeb','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('aeb','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('aeb','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('aeb','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('aeb','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('aeb','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('aeb','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('aeb','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('aeb','messages:htmlform-no','s:5:\"en:No\";'),('aeb','messages:htmlform-required','s:26:\"en:This value is required.\";'),('aeb','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('aeb','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('aeb','messages:htmlform-selectorother-other','s:8:\"en:Other\";'),('aeb','messages:htmlform-submit','s:9:\"en:Submit\";'),('aeb','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('aeb','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('aeb','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('aeb','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('aeb','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('aeb','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('aeb','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('aeb','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('aeb','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('aeb','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('aeb','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('aeb','messages:htmlform-yes','s:6:\"en:Yes\";'),('aeb','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('aeb','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('aeb','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('aeb','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('aeb','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('aeb','messages:http-read-error','s:19:\"en:HTTP read error.\";'),('aeb','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('aeb','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('aeb','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('aeb','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('aeb','messages:illegal-filename','s:31:\"en:The filename is not allowed.\";'),('aeb','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('aeb','messages:ilsubmit','s:9:\"en:Search\";'),('aeb','messages:image_tip','s:19:\"aeb:ملف مدرج\";'),('aeb','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('aeb','messages:imagelinks','s:29:\"aeb:استخدام الملف\";'),('aeb','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('aeb','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('aeb','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('aeb','messages:imagepage','s:33:\"aeb:Chouf elpàj mtagħ elfichyé\";'),('aeb','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('aeb','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('aeb','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('aeb','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('aeb','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('aeb','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('aeb','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('aeb','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('aeb','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('aeb','messages:img-lang-default','s:21:\"en:(default language)\";'),('aeb','messages:img-lang-go','s:5:\"en:Go\";'),('aeb','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('aeb','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('aeb','messages:imgfile','s:7:\"en:file\";'),('aeb','messages:imgmultigo','s:6:\"en:Go!\";'),('aeb','messages:imgmultigoto','s:16:\"en:Go to page $1\";'),('aeb','messages:imgmultipagenext','s:16:\"en:next page →\";'),('aeb','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('aeb','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('aeb','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('aeb','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('aeb','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('aeb','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('aeb','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('aeb','messages:import','s:15:\"en:Import pages\";'),('aeb','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('aeb','messages:import-comment','s:11:\"en:Comment:\";'),('aeb','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('aeb','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('aeb','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('aeb','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('aeb','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('aeb','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('aeb','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('aeb','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('aeb','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('aeb','messages:import-interwiki-submit','s:9:\"en:Import\";'),('aeb','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('aeb','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('aeb','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('aeb','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('aeb','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('aeb','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('aeb','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('aeb','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('aeb','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('aeb','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('aeb','messages:import-noarticle','s:21:\"en:No page to import!\";'),('aeb','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('aeb','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('aeb','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('aeb','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('aeb','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('aeb','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('aeb','messages:import-summary','s:3:\"en:\";'),('aeb','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aeb','messages:import-upload','s:18:\"en:Upload XML data\";'),('aeb','messages:import-upload-filename','s:12:\"en:Filename:\";'),('aeb','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('aeb','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('aeb','messages:importcantopen','s:29:\"en:Could not open import file\";'),('aeb','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('aeb','messages:importfailed','s:37:\"en:Import failed: <nowiki>$1</nowiki>\";'),('aeb','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('aeb','messages:importlogpage','s:13:\"en:Import log\";'),('aeb','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('aeb','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('aeb','messages:importnopages','s:22:\"en:No pages to import.\";'),('aeb','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('aeb','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('aeb','messages:importstart','s:21:\"en:Importing pages...\";'),('aeb','messages:importsuccess','s:19:\"en:Import finished!\";'),('aeb','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('aeb','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('aeb','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('aeb','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('aeb','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('aeb','messages:index-category','s:27:\"aeb:صفحات مفهرسة\";'),('aeb','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('aeb','messages:infiniteblock','s:11:\"en:infinite\";'),('aeb','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('aeb','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('aeb','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('aeb','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('aeb','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('aeb','messages:internalerror','s:21:\"aeb:خطأ داخلي\";'),('aeb','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('aeb','messages:internalerror_info','s:25:\"aeb:خطأ داخلي: $1\";'),('aeb','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('aeb','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('aeb','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('aeb','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('aeb','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('aeb','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('aeb','messages:invalidemailaddress','s:174:\"aeb:لا يمكن قبول عنوان البريد الإلكتروني حيث تبدو صيغته خاطئة.\nضع عنوانا مضبوطا أو أفرغ هذا الحقل.\";'),('aeb','messages:invalidtitle','s:16:\"en:Invalid title\";'),('aeb','messages:invalidtitle-knownnamespace','s:72:\"aeb:عنوان غير صالح في النطاق «$2» مع نص «$3»\";'),('aeb','messages:invalidtitle-unknownnamespace','s:86:\"aeb:عنوان غير صالح ذو نطاق غير معروف رقم $1 ونص «$2»\";'),('aeb','messages:invert','s:29:\"aeb:اعكس الاختيار\";'),('aeb','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('aeb','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('aeb','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('aeb','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('aeb','messages:ipaddressorusername','s:36:\"en:IP address, username or block ID:\";'),('aeb','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('aeb','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('aeb','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('aeb','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('aeb','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('aeb','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('aeb','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('aeb','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('aeb','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('aeb','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('aeb','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('aeb','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('aeb','messages:ipb-default-expiry','s:3:\"en:\";'),('aeb','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('aeb','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('aeb','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('aeb','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('aeb','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('aeb','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('aeb','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('aeb','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('aeb','messages:ipb-pages-label','s:8:\"en:Pages\";'),('aeb','messages:ipb-partial','s:10:\"en:Partial\";'),('aeb','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('aeb','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('aeb','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('aeb','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('aeb','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('aeb','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('aeb','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('aeb','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('aeb','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('aeb','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('aeb','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('aeb','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('aeb','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('aeb','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('aeb','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('aeb','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('aeb','messages:ipbemailban','s:16:\"en:Sending email\";'),('aeb','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('aeb','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('aeb','messages:ipblocklist','s:43:\"aeb:المستخدمون الممنوعون\";'),('aeb','messages:ipblocklist-empty','s:27:\"en:The block list is empty.\";'),('aeb','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('aeb','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('aeb','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('aeb','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('aeb','messages:ipblocklist-submit','s:9:\"en:Search\";'),('aeb','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('aeb','messages:ipboptions','s:221:\"aeb:ساعتين:2 hours,يوم واحد:1 day,3 أيام:3 days,أسبوع واحد:1 week,أسبوعين:2 weeks,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months,سنة واحدة:1 year,دائم:infinite\";'),('aeb','messages:ipbother','s:14:\"en:Other time:\";'),('aeb','messages:ipbreason','s:10:\"en:Reason:\";'),('aeb','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('aeb','messages:ipbsubmit','s:18:\"en:Block this user\";'),('aeb','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('aeb','messages:ipusubmit','s:20:\"en:Remove this block\";'),('aeb','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('aeb','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('aeb','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('aeb','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('aeb','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('aeb','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('aeb','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('aeb','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('aeb','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('aeb','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('aeb','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('aeb','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('aeb','messages:isimage','s:19:\"aeb:وصلة ملف\";'),('aeb','messages:isredirect','s:23:\"aeb:صفحة تحويل\";'),('aeb','messages:istemplate','s:12:\"aeb:مضمن\";'),('aeb','messages:italic_sample','s:17:\"aeb:نص مائل\";'),('aeb','messages:italic_tip','s:17:\"aeb:نص مائل\";'),('aeb','messages:jan','s:8:\"aeb:Janv\";'),('aeb','messages:january','s:9:\"aeb:Janvi\";'),('aeb','messages:january-gen','s:9:\"aeb:Janvi\";'),('aeb','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('aeb','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('aeb','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('aeb','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('aeb','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('aeb','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('aeb','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('aeb','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('aeb','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('aeb','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('aeb','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('aeb','messages:jul','s:8:\"aeb:Juil\";'),('aeb','messages:july','s:10:\"aeb:Juilia\";'),('aeb','messages:july-gen','s:10:\"aeb:Juilia\";'),('aeb','messages:jumpto','s:12:\"aeb:Emchi l:\";'),('aeb','messages:jumptonavigation','s:11:\"aeb:Ħawwes\";'),('aeb','messages:jumptosearch','s:10:\"aeb:Lawwej\";'),('aeb','messages:jun','s:8:\"aeb:Juin\";'),('aeb','messages:june','s:8:\"aeb:Juin\";'),('aeb','messages:june-gen','s:8:\"aeb:Juin\";'),('aeb','messages:just-now','s:11:\"en:just now\";'),('aeb','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('aeb','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('aeb','messages:laggedreplicamode','s:107:\"aeb-arab:<strong>تحذير:</strong> الصفحة قد لا تحتوي على أحدث التحديثات.\";'),('aeb','messages:laggedslavemode','s:91:\"aeb:\'\'\'تحذير:\'\'\' الصفحة قد لا تحتوي على أحدث التحديثات.\";'),('aeb','messages:language-converter-depth-warning','s:54:\"aeb:تم تخطي حد عمق محول اللغة ($1)\";'),('aeb','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('aeb','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('aeb','messages:last','s:16:\"aeb:السابق\";'),('aeb','messages:lastmodifiedat','s:58:\"aeb:Elpàj hadhi tbaddlet àkher marra nhàr $1, mgħa $2.\";'),('aeb','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('aeb','messages:license','s:15:\"aeb:ترخيص:\";'),('aeb','messages:license-header','s:11:\"aeb:licence\";'),('aeb','messages:license-nopreview','s:26:\"en:(Preview not available)\";'),('aeb','messages:licenses','s:4:\"en:-\";'),('aeb','messages:licenses-edit','s:23:\"en:Edit license options\";'),('aeb','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('aeb','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aeb','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('aeb','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('aeb','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('aeb','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('aeb','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('aeb','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aeb','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('aeb','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('aeb','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('aeb','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aeb','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('aeb','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('aeb','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('aeb','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('aeb','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aeb','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('aeb','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aeb','messages:lineno','s:12:\"aeb:Star $1:\";'),('aeb','messages:link_sample','s:23:\"aeb:عنوان وصلة\";'),('aeb','messages:link_tip','s:25:\"aeb:وصلة داخلية\";'),('aeb','messages:linkaccounts','s:16:\"en:Link accounts\";'),('aeb','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('aeb','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('aeb','messages:linksearch','s:24:\"en:External links search\";'),('aeb','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('aeb','messages:linksearch-line','s:27:\"aeb:$1 موصولة من $2\";'),('aeb','messages:linksearch-ns','s:13:\"en:Namespace:\";'),('aeb','messages:linksearch-ok','s:9:\"en:Search\";'),('aeb','messages:linksearch-pat','s:18:\"en:Search pattern:\";'),('aeb','messages:linksearch-summary','s:3:\"en:\";'),('aeb','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('aeb','messages:linkshere','s:62:\"aeb:الصفحات التالية تصل إلى \'\'\'[[:$1]]\'\'\':\";'),('aeb','messages:linkstoimage','s:204:\"aeb:{{PLURAL:$1||الصفحة التالية تصل|الصفحتان التاليتان تصلان|ال$1 صفحات التالية تصل|ال$1 صفحة التالية تصل}} إلى هذا الملف:\";'),('aeb','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('aeb','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('aeb','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('aeb','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('aeb','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('aeb','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('aeb','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('aeb','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('aeb','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('aeb','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('aeb','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('aeb','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('aeb','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('aeb','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('aeb','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('aeb','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('aeb','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('aeb','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('aeb','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('aeb','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('aeb','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('aeb','messages:listfiles','s:12:\"en:File list\";'),('aeb','messages:listfiles-delete','s:9:\"en:delete\";'),('aeb','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('aeb','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('aeb','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('aeb','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('aeb','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('aeb','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb','messages:listfiles_count','s:11:\"en:Versions\";'),('aeb','messages:listfiles_date','s:7:\"en:Date\";'),('aeb','messages:listfiles_description','s:14:\"en:Description\";'),('aeb','messages:listfiles_name','s:7:\"en:Name\";'),('aeb','messages:listfiles_size','s:7:\"en:Size\";'),('aeb','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('aeb','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('aeb','messages:listfiles_user','s:7:\"en:User\";'),('aeb','messages:listgrants','s:9:\"en:Grants\";'),('aeb','messages:listgrants-grant','s:8:\"en:Grant\";'),('aeb','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('aeb','messages:listgrants-rights','s:9:\"en:Rights\";'),('aeb','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('aeb','messages:listgrouprights','s:20:\"en:User group rights\";'),('aeb','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('aeb','messages:listgrouprights-addgroup-all','s:17:\"en:Add all groups\";'),('aeb','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('aeb','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('aeb','messages:listgrouprights-group','s:8:\"en:Group\";'),('aeb','messages:listgrouprights-helppage','s:20:\"en:Help:Group rights\";'),('aeb','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('aeb','messages:listgrouprights-members','s:31:\"aeb:(قائمة الأعضاء)\";'),('aeb','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('aeb','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('aeb','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('aeb','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('aeb','messages:listgrouprights-removegroup-all','s:20:\"en:Remove all groups\";'),('aeb','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('aeb','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('aeb','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('aeb','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('aeb','messages:listgrouprights-rights','s:9:\"en:Rights\";'),('aeb','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('aeb','messages:listingcontinuesabbrev','s:16:\"aeb:متابعة\";'),('aeb','messages:listredirects','s:20:\"en:List of redirects\";'),('aeb','messages:listredirects-summary','s:3:\"en:\";'),('aeb','messages:listusers','s:12:\"en:User list\";'),('aeb','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('aeb','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('aeb','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('aeb','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('aeb','messages:listusers-noresult','s:17:\"en:No user found.\";'),('aeb','messages:listusers-submit','s:7:\"en:Show\";'),('aeb','messages:listusers-summary','s:3:\"en:\";'),('aeb','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('aeb','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('aeb','messages:localtime','s:14:\"en:Local time:\";'),('aeb','messages:lockbtn','s:16:\"en:Lock database\";'),('aeb','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('aeb','messages:lockdb','s:16:\"en:Lock database\";'),('aeb','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('aeb','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('aeb','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('aeb','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('aeb','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('aeb','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('aeb','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('aeb','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('aeb','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('aeb','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('aeb','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('aeb','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('aeb','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('aeb','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('aeb','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('aeb','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('aeb','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('aeb','messages:log','s:14:\"aeb:سجلات\";'),('aeb','messages:log-action-filter-all','s:6:\"en:All\";'),('aeb','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('aeb','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('aeb','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('aeb','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('aeb','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('aeb','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('aeb','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('aeb','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('aeb','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('aeb','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('aeb','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('aeb','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('aeb','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('aeb','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('aeb','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('aeb','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('aeb','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('aeb','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('aeb','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('aeb','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('aeb','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('aeb','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('aeb','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('aeb','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('aeb','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('aeb','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('aeb','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('aeb','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('aeb','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('aeb','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('aeb','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('aeb','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('aeb','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('aeb','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('aeb','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('aeb','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('aeb','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('aeb','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('aeb','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('aeb','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('aeb','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('aeb','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('aeb','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('aeb','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('aeb','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('aeb','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('aeb','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('aeb','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('aeb','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('aeb','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('aeb','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('aeb','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('aeb','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('aeb','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('aeb','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('aeb','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('aeb','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('aeb','messages:log-fulllog','s:36:\"aeb:أظهر السجل الكامل\";'),('aeb','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('aeb','messages:log-name-create','s:20:\"en:Page creation log\";'),('aeb','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('aeb','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('aeb','messages:log-name-tag','s:10:\"en:Tag log\";'),('aeb','messages:log-title-wildcard','s:40:\"en:Search titles starting with this text\";'),('aeb','messages:logdelete-failure','s:49:\"aeb:\'\'\'تعذر ضبط رؤية السجل:\'\'\'\n$1\";'),('aeb','messages:logdelete-selected','s:90:\"aeb:{{PLURAL:$1|حدث السجل المختار|أحداث السجل المختارة}}:\";'),('aeb','messages:logdelete-success','s:57:\"aeb:\'\'\'تم ضبط رؤية السجلات بنجاح.\'\'\'\";'),('aeb','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('aeb','messages:logempty','s:28:\"en:No matching items in log.\";'),('aeb','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('aeb','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('aeb','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('aeb','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('aeb','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('aeb','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('aeb','messages:logentry-delete-delete','s:35:\"en:$1 {{GENDER:$2|deleted}} page $3\";'),('aeb','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('aeb','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('aeb','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('aeb','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('aeb','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('aeb','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('aeb','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('aeb','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('aeb','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('aeb','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('aeb','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('aeb','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('aeb','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('aeb','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('aeb','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('aeb','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('aeb','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('aeb','messages:logentry-move-move','s:39:\"en:$1 {{GENDER:$2|moved}} page $3 to $4\";'),('aeb','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('aeb','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('aeb','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('aeb','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('aeb','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('aeb','messages:logentry-newusers-create','s:81:\"aeb-arab:إتحلّ حساب {{GENDER:$2|المستعمل|المستعملة}} $1\";'),('aeb','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('aeb','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('aeb','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('aeb','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('aeb','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('aeb','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('aeb','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('aeb','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('aeb','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('aeb','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('aeb','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('aeb','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('aeb','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('aeb','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('aeb','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('aeb','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('aeb','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('aeb','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('aeb','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('aeb','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('aeb','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('aeb','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('aeb','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('aeb','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('aeb','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('aeb','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('aeb','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('aeb','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('aeb','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('aeb','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('aeb','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('aeb','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('aeb','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('aeb','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('aeb','messages:logentry-upload-upload','s:31:\"en:$1 {{GENDER:$2|uploaded}} $3\";'),('aeb','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('aeb','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('aeb','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('aeb','messages:logeventslist-submit','s:7:\"en:Show\";'),('aeb','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('aeb','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('aeb','messages:login','s:12:\"aeb:ادخل\";'),('aeb','messages:login-abort-generic','s:41:\"aeb:لم ينجح ولوجك - إجهاض\";'),('aeb','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('aeb','messages:login-security','s:23:\"en:Verify your identity\";'),('aeb','messages:login-throttled','s:139:\"aeb:لقد قمت بمحاولات دخول كثيرة جدا مؤخرا.\nمن فضلك انتظر قبل المحاولة مرة أخرى.\";'),('aeb','messages:login-userblocked','s:69:\"aeb:هذا المستخدم ممنوع. لا يسمح بالولوج.\";'),('aeb','messages:loginerror','s:28:\"aeb:خطأ في الدخول\";'),('aeb','messages:loginlanguagelabel','s:18:\"aeb:اللغة: $1\";'),('aeb','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('aeb','messages:loginprompt','s:3:\"en:\";'),('aeb','messages:loginreqlink','s:16:\"aeb:الولوج\";'),('aeb','messages:loginreqpagetext','s:56:\"aeb:يجب عليك $1 لتشاهد صفحات أخرى.\";'),('aeb','messages:loginreqtitle','s:38:\"aeb:تسجيل الدخول مطلوب\";'),('aeb','messages:loginsuccess','s:79:\"aeb:\'\'\'لقد قمت بتسجيل الدخول ل{{SITENAME}} باسم \"$1\".\'\'\'\";'),('aeb','messages:loginsuccesstitle','s:39:\"aeb:تم الدخول بشكل صحيح\";'),('aeb','messages:logout','s:12:\"aeb:اخرج\";'),('aeb','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('aeb','messages:logouttext','s:439:\"aeb:\'\'\'أنت الآن غير مسجل الدخول.\'\'\'\n\nتستطيع المتابعة باستعمال {{SITENAME}} كمجهول، أو <span class=\'plainlinks\'>[$1 الدخول مرة أخرى]</span> بنفس الاسم أو باسم آخر.\nمن الممكن أن ترى بعض الصفحات كما لو أنك مسجل الدخول، وذلك حتى تقوم بإفراغ الصفحات المختزنة في المتصفح لديك.\";'),('aeb','messages:lonelypages','s:17:\"en:Orphaned pages\";'),('aeb','messages:lonelypages-summary','s:3:\"en:\";'),('aeb','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('aeb','messages:longpage-hint','s:4:\"en:-\";'),('aeb','messages:longpageerror','s:255:\"aeb:\'\'\'خطأ: النص الذي قمت بإدخاله {{PLURAL:$1|واحد كيلوبايت|$1 كيلوبيات}} أطول, وهو أطول من الحد الأقصى {{PLURAL:$2|واحد كيلوبايت|$2 كيلوبايت}}.\'\'\'\nو يتعذر حفظه.\";'),('aeb','messages:longpages','s:13:\"en:Long pages\";'),('aeb','messages:longpages-summary','s:3:\"en:\";'),('aeb','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('aeb','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aeb','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('aeb','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aeb','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('aeb','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aeb','messages:mailerror','s:49:\"aeb:خطأ أثناء إرسال البريد: $1\";'),('aeb','messages:mailmypassword','s:42:\"aeb:أرسل لي كلمة سر جديدة\";'),('aeb','messages:mailnologin','s:18:\"en:No send address\";'),('aeb','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('aeb','messages:mainpage','s:21:\"aeb:Elpàj Lawlàniya\";'),('aeb','messages:mainpage-description','s:21:\"aeb:Elpàj Lawlàniya\";'),('aeb','messages:mainpage-nstab','s:40:\"aeb-arab:الپاج الأولانيّة\";'),('aeb','messages:mainpage-title','s:4:\"en:-\";'),('aeb','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('aeb','messages:mar','s:8:\"aeb:Mars\";'),('aeb','messages:march','s:8:\"aeb:Mars\";'),('aeb','messages:march-gen','s:8:\"aeb:Mars\";'),('aeb','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('aeb','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('aeb','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('aeb','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('aeb','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('aeb','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('aeb','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('aeb','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('aeb','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('aeb','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('aeb','messages:maximum-size','s:12:\"en:Max size:\";'),('aeb','messages:may','s:7:\"aeb:Mai\";'),('aeb','messages:may-gen','s:7:\"aeb:Mai\";'),('aeb','messages:may_long','s:7:\"aeb:Mai\";'),('aeb','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('aeb','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('aeb','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('aeb','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('aeb','messages:media_tip','s:19:\"aeb:وصلة ملف\";'),('aeb','messages:mediastatistics','s:19:\"en:Media statistics\";'),('aeb','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('aeb','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('aeb','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('aeb','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('aeb','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('aeb','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('aeb','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('aeb','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('aeb','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('aeb','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('aeb','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('aeb','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('aeb','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('aeb','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('aeb','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('aeb','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('aeb','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('aeb','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('aeb','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('aeb','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('aeb','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('aeb','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('aeb','messages:mediawikipage','s:33:\"aeb:Chouf elpàj mtagħ elmessàj\";'),('aeb','messages:mergehistory','s:36:\"aeb:دمج تواريخ الصفحة\";'),('aeb','messages:mergehistory-autocomment','s:31:\"aeb:دمج [[:$1]] في [[:$2]]\";'),('aeb','messages:mergehistory-box','s:39:\"aeb:دمج مراجعات صفحتين:\";'),('aeb','messages:mergehistory-comment','s:35:\"aeb:دمج [[:$1]] في [[:$2]]: $3\";'),('aeb','messages:mergehistory-done','s:100:\"aeb-arab:$3 {{PLURAL:$3|مراجعة|مراجعة}} من $1 تم دمجها بنجاح في [[:$2]].\";'),('aeb','messages:mergehistory-empty','s:44:\"aeb:لا مراجعات يمكن دمجها.\";'),('aeb','messages:mergehistory-fail','s:136:\"aeb:غير قادر على عمل دمج التاريخ، من فضلك أعد التحقق من محددات الصفحة والزمن.\";'),('aeb','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('aeb','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('aeb','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('aeb','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('aeb','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('aeb','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('aeb','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('aeb','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('aeb','messages:mergehistory-from','s:30:\"aeb:الصفحة المصدر:\";'),('aeb','messages:mergehistory-go','s:55:\"aeb:عرض التعديلات القابلة للدمج\";'),('aeb','messages:mergehistory-header','s:205:\"aeb:هذه الصفحة تسمح لك بدمج نسخ تاريخ صفحة ما إلى صفحة أخرى.\nتأكد من أن هذا التغيير سيحافظ على استمرار تاريخ الصفحة.\";'),('aeb','messages:mergehistory-into','s:28:\"aeb:الصفحة الهدف:\";'),('aeb','messages:mergehistory-invalid-destination','s:73:\"aeb:الصفحة الهدف يجب أن تكون عنوانا صحيحا.\";'),('aeb','messages:mergehistory-invalid-source','s:75:\"aeb:الصفحة المصدر يجب أن تكون عنوانا صحيحا.\";'),('aeb','messages:mergehistory-list','s:53:\"aeb:تاريخ التعديل القابل للدمج\";'),('aeb','messages:mergehistory-merge','s:317:\"aeb:المراجعات التالية من [[:$1]] يمكن دمجها إلى [[:$2]].\nاستخدم عامود الصناديق لدمج المراجعات التي تم إنشاؤها في وقبل الوقت المحدد.\nلاحظ أن استخدام وصلات التصفح سيعيد ضبط هذا العامود.\";'),('aeb','messages:mergehistory-no-destination','s:51:\"aeb:الصفحة الهدف $1 غير موجودة.\";'),('aeb','messages:mergehistory-no-source','s:53:\"aeb:الصفحة المصدر $1 غير موجودة.\";'),('aeb','messages:mergehistory-reason','s:15:\"aeb:السبب:\";'),('aeb','messages:mergehistory-redirect-text','s:3:\"en:\";'),('aeb','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('aeb','messages:mergehistory-same-destination','s:88:\"aeb:صفحتا المصدر والهدف لا يمكن أن تكونا نفس الشيء\";'),('aeb','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('aeb','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('aeb','messages:mergehistory-submit','s:29:\"aeb:دمج المراجعات\";'),('aeb','messages:mergehistory-success','s:100:\"aeb:$3 {{PLURAL:$3|مراجعة|مراجعة}} من [[:$1]] تم دمجها بنجاح في [[:$2]].\";'),('aeb','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('aeb','messages:mergelog','s:21:\"aeb:سجل الدمج\";'),('aeb','messages:mergelogpagetext','s:108:\"aeb:بالأسفل قائمة بأحدث عمليات الدمج لتاريخ صفحة ما إلى أخرى.\";'),('aeb','messages:metadata','s:25:\"aeb:بيانات ميتا\";'),('aeb','messages:metadata-collapse','s:24:\"en:Hide extended details\";'),('aeb','messages:metadata-expand','s:24:\"en:Show extended details\";'),('aeb','messages:metadata-fields','s:434:\"aeb:حقول معطيات الميتا الموجودة في هذه الرسالة سوف تعرض في صفحة الصورة عندما يكون جدول معطيات الميتا مضغوطا.\nالحقول الأخرى ستكون مخفية افتراضيا.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('aeb','messages:metadata-help','s:370:\"aeb:هذا الملف يحتوي على معلومات إضافية، غالبا ما تكون أضيفت من قبل الكاميرا الرقمية أو الماسح الضوئي المستخدم في إنشاء الملف.\nإذا كان الملف قد عدل عن حالته الأصلية، فبعض التفاصيل قد لا تعبر عن الملف المعدل.\";'),('aeb','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('aeb','messages:metadata-langitem-default','s:5:\"en:$1\";'),('aeb','messages:mimesearch','s:14:\"en:MIME search\";'),('aeb','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('aeb','messages:mimetype','s:13:\"en:MIME type:\";'),('aeb','messages:minimum-size','s:11:\"en:Min size\";'),('aeb','messages:minlength1','s:41:\"en:Filenames must be at least one letter.\";'),('aeb','messages:minoredit','s:30:\"aeb:هذا تعديل طفيف\";'),('aeb','messages:minoreditletter','s:10:\"aeb:thafif\";'),('aeb','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('aeb','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('aeb','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('aeb','messages:missing-article','s:385:\"aeb:Elbase de données malqatech ettexte mtaε essafħa elli supposée talqaha, welli esmha \"$1\" $2.\n\nHedha elli ysir elεada waqtelli tħel farq qdim walla lien mtaε l\'historique mtaε safħa tnaħħat.\n\nIdha ken mouch hedheka li sar, rak momken lqit mochkla fel programme.\nAman qoul elweħeb mel les [[Special:ListUsers/sysop|administrateurs]], waεtih ellien elli ħabit temchilou.\";'),('aeb','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aeb','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('aeb','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('aeb','messages:missingarticle-diff','s:21:\"aeb:(فرق: $1، $2)\";'),('aeb','messages:missingarticle-rev','s:33:\"aeb:(رقم المراجعة: $1)\";'),('aeb','messages:missingcommentheader','s:208:\"aeb:\'\'\'تنبيه:\'\'\' لم تقم بوضع موضوع/عنوان لهذا التعليق.\nإذا قمت بالضغط على \"{{int:savearticle}}\" مجددا، سيتم حفظ تعليقك بدون عنوان.\";'),('aeb','messages:missingcommenttext','s:58:\"aeb:من فضلك أدخل تعليقا في الأسفل.\";'),('aeb','messages:missingsummary','s:180:\"aeb:\'\'\'تنبيه:\'\'\' لم تقم بكتابة ملخص للتعديل.\nإذا قمت بضغط حفظ الصفحة مرة أخرى، فيتم حفظ تعديلك بدون ملخص.\";'),('aeb','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('aeb','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('aeb','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('aeb','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('aeb','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('aeb','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('aeb','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('aeb','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('aeb','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('aeb','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('aeb','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('aeb','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('aeb','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('aeb','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('aeb','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('aeb','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('aeb','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('aeb','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('aeb','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('aeb','messages:mobile-frontend-changeslist-nocomment','s:18:\"en:no edit summary\";'),('aeb','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('aeb','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('aeb','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('aeb','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('aeb','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('aeb','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('aeb','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aeb','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('aeb','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('aeb','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('aeb','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('aeb','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('aeb','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('aeb','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('aeb','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('aeb','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('aeb','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('aeb','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('aeb','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('aeb','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('aeb','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('aeb','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('aeb','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('aeb','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('aeb','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('aeb','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('aeb','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('aeb','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('aeb','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('aeb','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('aeb','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('aeb','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('aeb','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('aeb','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('aeb','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('aeb','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('aeb','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('aeb','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('aeb','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('aeb','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('aeb','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('aeb','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('aeb','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('aeb','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('aeb','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('aeb','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('aeb','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('aeb','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('aeb','messages:mobile-frontend-editor-edit','s:10:\"aeb:Baddil\";'),('aeb','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('aeb','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('aeb','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('aeb','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('aeb','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('aeb','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('aeb','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('aeb','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('aeb','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('aeb','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('aeb','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('aeb','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('aeb','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('aeb','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('aeb','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('aeb','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('aeb','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('aeb','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('aeb','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('aeb','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('aeb','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('aeb','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('aeb','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('aeb','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('aeb','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('aeb','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('aeb','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('aeb','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('aeb','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('aeb','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('aeb','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('aeb','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('aeb','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('aeb','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('aeb','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('aeb','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('aeb','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('aeb','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('aeb','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('aeb','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('aeb','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('aeb','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('aeb','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('aeb','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('aeb','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('aeb','messages:mobile-frontend-featured-article','s:27:\"en:Today\'s featured content\";'),('aeb','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('aeb','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('aeb','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('aeb','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('aeb','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('aeb','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('aeb','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('aeb','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('aeb','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('aeb','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('aeb','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('aeb','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('aeb','messages:mobile-frontend-generic-login','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('aeb','messages:mobile-frontend-generic-login-action','s:24:\"en:Log in to contribute.\";'),('aeb','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('aeb','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('aeb','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('aeb','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('aeb','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('aeb','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('aeb','messages:mobile-frontend-home-button','s:25:\"aeb:il-pâj il-ewelêniye\";'),('aeb','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('aeb','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('aeb','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('aeb','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('aeb','messages:mobile-frontend-language-article-heading','s:27:\"en:Read in another language\";'),('aeb','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('aeb','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('aeb','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('aeb','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('aeb','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('aeb','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('aeb','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('aeb','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('aeb','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('aeb','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('aeb','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('aeb','messages:mobile-frontend-last-modified-date','s:29:\"en:Last modified on $1, at $2\";'),('aeb','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('aeb','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('aeb','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('aeb','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('aeb','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('aeb','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('aeb','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('aeb','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('aeb','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('aeb','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('aeb','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('aeb','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('aeb','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('aeb','messages:mobile-frontend-login','s:10:\"en:Sign in\";'),('aeb','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('aeb','messages:mobile-frontend-main-menu-account-create','s:17:\"en:Create account\";'),('aeb','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('aeb','messages:mobile-frontend-main-menu-button-tooltip','s:17:\"en:Open main menu\";'),('aeb','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('aeb','messages:mobile-frontend-main-menu-login','s:9:\"aeb:Odkul\";'),('aeb','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('aeb','messages:mobile-frontend-main-menu-nearby','s:13:\"aeb:taqrîban\";'),('aeb','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('aeb','messages:mobile-frontend-main-menu-settings','s:14:\"aeb:paramêtir\";'),('aeb','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('aeb','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('aeb','messages:mobile-frontend-main-menu-watchlist','s:12:\"en:Watchlist\";'),('aeb','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('aeb','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('aeb','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('aeb','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('aeb','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('aeb','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('aeb','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('aeb','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('aeb','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('aeb','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('aeb','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('aeb','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('aeb','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('aeb','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('aeb','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('aeb','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('aeb','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('aeb','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('aeb','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('aeb','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('aeb','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('aeb','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('aeb','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('aeb','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('aeb','messages:mobile-frontend-news-items','s:14:\"en:In the news\";'),('aeb','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('aeb','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('aeb','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('aeb','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('aeb','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('aeb','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('aeb','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aeb','messages:mobile-frontend-pageaction-edit-tooltip','s:38:\"en:Edit the lead section of this page.\";'),('aeb','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('aeb','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('aeb','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('aeb','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('aeb','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('aeb','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('aeb','messages:mobile-frontend-password-placeholder','s:11:\"en:Password\";'),('aeb','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('aeb','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('aeb','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('aeb','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('aeb','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('aeb','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('aeb','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('aeb','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('aeb','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('aeb','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('aeb','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('aeb','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('aeb','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('aeb','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('aeb','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('aeb','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('aeb','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('aeb','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('aeb','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('aeb','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('aeb','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('aeb','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('aeb','messages:mobile-frontend-placeholder','s:28:\"aeb:Lawwij fî- {{SITENAME}}\";'),('aeb','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('aeb','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('aeb','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('aeb','messages:mobile-frontend-privacy-link-text','s:10:\"en:Privacy\";'),('aeb','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('aeb','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('aeb','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('aeb','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('aeb','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('aeb','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('aeb','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('aeb','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('aeb','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('aeb','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('aeb','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('aeb','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('aeb','messages:mobile-frontend-random-button','s:14:\"aeb:Kimê yjî\";'),('aeb','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('aeb','messages:mobile-frontend-regular-site','s:15:\"en:Desktop view\";'),('aeb','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('aeb','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('aeb','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('aeb','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('aeb','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('aeb','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('aeb','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('aeb','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('aeb','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('aeb','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('aeb','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('aeb','messages:mobile-frontend-search-submit','s:5:\"en:Go\";'),('aeb','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('aeb','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('aeb','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('aeb','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('aeb','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('aeb','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('aeb','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('aeb','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('aeb','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('aeb','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('aeb','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('aeb','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('aeb','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('aeb','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('aeb','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('aeb','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('aeb','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('aeb','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('aeb','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('aeb','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('aeb','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('aeb','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('aeb','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('aeb','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('aeb','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('aeb','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('aeb','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('aeb','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('aeb','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('aeb','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('aeb','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('aeb','messages:mobile-frontend-terms-text','s:15:\"en:Terms of Use\";'),('aeb','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('aeb','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('aeb','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('aeb','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('aeb','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('aeb','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('aeb','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('aeb','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('aeb','messages:mobile-frontend-username-placeholder','s:11:\"en:Username\";'),('aeb','messages:mobile-frontend-view','s:36:\"aeb:Il-vêrsyoñ mtêģ il-portâbil\";'),('aeb','messages:mobile-frontend-view-desktop','s:10:\"en:Desktop\";'),('aeb','messages:mobile-frontend-view-mobile','s:9:\"en:Mobile\";'),('aeb','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('aeb','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('aeb','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('aeb','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('aeb','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('aeb','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('aeb','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('aeb','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('aeb','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('aeb','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('aeb','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('aeb','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('aeb','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('aeb','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('aeb','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('aeb','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('aeb','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('aeb','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('aeb','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('aeb','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('aeb','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('aeb','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('aeb','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('aeb','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('aeb','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('aeb','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('aeb','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('aeb','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('aeb','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('aeb','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('aeb','messages:mon','s:15:\"aeb:el ithnaine\";'),('aeb','messages:monday','s:14:\"aeb:elithnaine\";'),('aeb','messages:monday-at','s:15:\"en:Monday at $1\";'),('aeb','messages:month','s:29:\"aeb:من سنة (وأقدم):\";'),('aeb','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('aeb','messages:monthsall','s:12:\"aeb:الكل\";'),('aeb','messages:moredotdotdot','s:13:\"aeb:Akther...\";'),('aeb','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('aeb','messages:morenotlisted','s:31:\"en:This list may be incomplete.\";'),('aeb','messages:mostcategories','s:33:\"en:Pages with the most categories\";'),('aeb','messages:mostcategories-summary','s:3:\"en:\";'),('aeb','messages:mostimages','s:23:\"en:Most linked-to files\";'),('aeb','messages:mostimages-summary','s:3:\"en:\";'),('aeb','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('aeb','messages:mostinterwikis-summary','s:3:\"en:\";'),('aeb','messages:mostlinked','s:23:\"en:Most linked-to pages\";'),('aeb','messages:mostlinked-summary','s:3:\"en:\";'),('aeb','messages:mostlinkedcategories','s:28:\"en:Most linked-to categories\";'),('aeb','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('aeb','messages:mostlinkedtemplates','s:25:\"en:Most transcluded pages\";'),('aeb','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('aeb','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('aeb','messages:mostrevisions-summary','s:3:\"en:\";'),('aeb','messages:move','s:12:\"aeb:انقل\";'),('aeb','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('aeb','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('aeb','messages:move-page','s:10:\"en:Move $1\";'),('aeb','messages:move-page-legend','s:12:\"en:Move page\";'),('aeb','messages:move-redirect-text','s:3:\"en:\";'),('aeb','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('aeb','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('aeb','messages:move-watch','s:36:\"en:Watch source page and target page\";'),('aeb','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('aeb','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('aeb','messages:moveddeleted-notice','s:128:\"aeb:هذه الصفحة تم حذفها.\nسجلا الحذف والنقل للصفحة معروضان بالأسفل كمرجع.\";'),('aeb','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('aeb','messages:movelogpage','s:21:\"aeb:سجل النقل\";'),('aeb','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('aeb','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('aeb','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('aeb','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('aeb','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('aeb','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('aeb','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('aeb','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('aeb','messages:movepage-moved','s:47:\"en:<strong>\"$1\" has been moved to \"$2\"</strong>\";'),('aeb','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('aeb','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('aeb','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('aeb','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('aeb','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('aeb','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('aeb','messages:movepage-summary','s:3:\"en:\";'),('aeb','messages:movepagebtn','s:12:\"en:Move page\";'),('aeb','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('aeb','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aeb','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aeb','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aeb','messages:movereason','s:10:\"en:Reason:\";'),('aeb','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('aeb','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('aeb','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('aeb','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('aeb','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('aeb','messages:movetalk','s:28:\"en:Move associated talk page\";'),('aeb','messages:movethispage','s:17:\"en:Move this page\";'),('aeb','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('aeb','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('aeb','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('aeb','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('aeb','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('aeb','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('aeb','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('aeb','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('aeb','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('aeb','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('aeb','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('aeb','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('aeb','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('aeb','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('aeb','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('aeb','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('aeb','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('aeb','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('aeb','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('aeb','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('aeb','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('aeb','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('aeb','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('aeb','messages:mycontris','s:20:\"aeb:مساهماتي\";'),('aeb','messages:mycustomcssprotected','s:52:\"en:You do not have permission to edit this CSS page.\";'),('aeb','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('aeb','messages:mycustomjsprotected','s:59:\"en:You do not have permission to edit this JavaScript page.\";'),('aeb','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('aeb','messages:mypage','s:14:\"aeb:صفحتي\";'),('aeb','messages:mypreferences','s:20:\"aeb:تفضيلاتي\";'),('aeb','messages:mypreferencesprotected','s:55:\"en:You do not have permission to edit your preferences.\";'),('aeb','messages:myprivateinfoprotected','s:63:\"en:You do not have permission to edit your private information.\";'),('aeb','messages:mytalk','s:14:\"aeb:نقاشي\";'),('aeb','messages:mywatchlist','s:29:\"aeb:قائمة مراقبتي\";'),('aeb','messages:namespace','s:16:\"aeb:النطاق\";'),('aeb','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('aeb','messages:namespace_association','s:23:\"en:Associated namespace\";'),('aeb','messages:namespaceprotected','s:88:\"aeb:لا تمتلك الصلاحية لتعديل الصفحات في نطاق \'\'\'$1\'\'\'.\";'),('aeb','messages:namespaces','s:23:\"aeb:Blàsʾàt làsàmi\";'),('aeb','messages:namespacesall','s:12:\"aeb:الكل\";'),('aeb','messages:nav-login-createaccount','s:28:\"aeb:Connecti / aεmel compte\";'),('aeb','messages:navigation','s:11:\"aeb:Ħawwes\";'),('aeb','messages:navigation-heading','s:18:\"en:Navigation menu\";'),('aeb','messages:nbytes','s:61:\"aeb:{{PLURAL:Octet weħed|Zouz octets|$1 octets|$1 en octet}}\";'),('aeb','messages:ncategories','s:39:\"en:$1 {{PLURAL:$1|category|categories}}\";'),('aeb','messages:nchanges','s:120:\"aeb:{{PLURAL:$1|لا تغييرات|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرا|$1 تغيير}}\";'),('aeb','messages:nearby','s:27:\"en:Pages on topics near you\";'),('aeb','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('aeb','messages:newarticle','s:14:\"aeb:(جديد)\";'),('aeb','messages:newarticletext','s:394:\"aeb:لقد تبعت وصلة لصفحة لم يتم إنشائها بعد.\nلإنشاء هذه الصفحة ابدأ الكتابة في الصندوق بالأسفل (انظر في [$1 صفحة المساعدة] للمزيد من المعلومات).\nإذا كانت زيارتك لهذه الصفحة بالخطأ، اضغط على زر \'\'رجوع\'\' في متصفح الإنترنت لديك.\";'),('aeb','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('aeb','messages:newimages','s:23:\"en:Gallery of new files\";'),('aeb','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('aeb','messages:newimages-legend','s:9:\"en:Filter\";'),('aeb','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('aeb','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('aeb','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('aeb','messages:newimages-user','s:25:\"en:IP address or username\";'),('aeb','messages:newimagestext','s:4:\"en:-\";'),('aeb','messages:newmessagesdifflinkplural','s:40:\"en:last {{PLURAL:$1|change|999=changes}}\";'),('aeb','messages:newmessageslinkplural','s:47:\"en:{{PLURAL:$1|a new message|999=new messages}}\";'),('aeb','messages:newpage','s:14:\"aeb:Pàj jdida\";'),('aeb','messages:newpageletter','s:9:\"aeb:jadid\";'),('aeb','messages:newpages','s:16:\"aeb:Safħat jdod\";'),('aeb','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('aeb','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('aeb','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('aeb','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('aeb','messages:newpages-submit','s:7:\"en:Show\";'),('aeb','messages:newpages-summary','s:3:\"en:\";'),('aeb','messages:newpages-username','s:12:\"en:Username:\";'),('aeb','messages:newpassword','s:37:\"aeb:كلمة السر الجديدة:\";'),('aeb','messages:newsection','s:14:\"en:New section\";'),('aeb','messages:newsection-page','s:14:\"en:Target page\";'),('aeb','messages:newsection-submit','s:13:\"en:Go to page\";'),('aeb','messages:newsection-summary','s:3:\"en:\";'),('aeb','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('aeb','messages:newsectionsummary','s:23:\"en:/* $1 */ new section\";'),('aeb','messages:newtitle','s:13:\"en:New title:\";'),('aeb','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('aeb','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('aeb','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('aeb','messages:newuserlogpage','s:42:\"aeb:سجل إنشاء المستخدمين\";'),('aeb','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('aeb','messages:newwindow','s:41:\"aeb:(تفتح في نافذة جديدة)\";'),('aeb','messages:next','s:16:\"aeb:التالي\";'),('aeb','messages:next-page','s:12:\"en:next page\";'),('aeb','messages:nextdiff','s:35:\"aeb:التعديل اللاحق ←\";'),('aeb','messages:nextn','s:35:\"aeb:{{PLURAL:$1|$1}} التالية\";'),('aeb','messages:nextn-title','s:53:\"aeb:$1 {{PLURAL:$1|نتيجة|نتيجة}} سابقة\";'),('aeb','messages:nextpage','s:17:\"en:Next page ($1)\";'),('aeb','messages:nextrevision','s:29:\"aeb:مراجعة أحدث ←\";'),('aeb','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('aeb','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('aeb','messages:nlinks','s:30:\"en:$1 {{PLURAL:$1|link|links}}\";'),('aeb','messages:nmembers','s:96:\"aeb:{{PLURAL:$1|لا أعضاء|عضو واحد|عضوان|$1 أعضاء|$1 عضوا|$1 عضو}}\";'),('aeb','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('aeb','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('aeb','messages:noarticletext','s:347:\"aeb:Mafamma ħatta texte tawa f\'essafħa hedhi.\nTnajjem [[Special:Search/{{PAGENAME}}|tfarkes εal titre mtaε essafħa]] fi safħat okhrine, <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} tfarkes f\'elhistoriques elli εandhom εaleqa], \nwalla [{{fullurl:{{FULLPAGENAME}}|action=edit}} tbaddel essafħa hedhi]</span>\";'),('aeb','messages:noarticletext-nopermission','s:315:\"aeb:لا يوجد حاليا أي نص في هذه الصفحة.يمكنك [[Special:Search/{{PAGENAME}}|البحث عن عنوان هذه الصفحة]] في الصفحات الأخرى,أو <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} بحث السجلات المتصلة]</span>.\";'),('aeb','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('aeb','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('aeb','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('aeb','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('aeb','messages:nocookiesfornew','s:266:\"aeb:لم يتم إنشاء حساب المستخدم، لأننا لم نستطع تأكيد مصدره. \nتأكد من أن ملفات تعريف الارتباط (الكوكيز) مفعلة عندك، ثم أعد تحميل الصفحة وحاول مرة أخرى.\";'),('aeb','messages:nocookieslogin','s:163:\"aeb:يستخدم {{SITENAME}} الكوكيز لتسجيل الدخول.\nالكوكيز معطلة لديك.\nمن فضلك فعلها ثم حاول مرة أخرى.\";'),('aeb','messages:nocookiesnew','s:311:\"aeb:تم إنشاء حساب المستخدم، ولكنك لست مسجل الدخول بعد.\nيستخدم {{SITENAME}} كوكيز لتسجيل الدخول.\nلديك الكوكيز معطلة.\nمن فضلك فعلها، ثم سجل الدخول باسم المستخدم وكلمة السر الجديدين.\";'),('aeb','messages:nocreate-loggedin','s:79:\"aeb:أنت لا تمتلك الصلاحية لإنشاء صفحات جديدة.\";'),('aeb','messages:nocreatetext','s:230:\"aeb:قام {{SITENAME}} بتحديد القدرة على إنشاء صفحات جديدة.\nيمكنك العودة وتحرير صفحة موجودة بالفعل، أو [[Special:UserLogin|الدخول أو تسجيل حساب]].\";'),('aeb','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('aeb','messages:node-count-exceeded-category','s:76:\"aeb:الصفحات التي حدث فيها تجاوز تعداد العقد\";'),('aeb','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('aeb','messages:node-count-exceeded-warning','s:58:\"aeb:تجاوزت هذه الصفحة تعداد العقد\";'),('aeb','messages:noemail','s:86:\"aeb:لا يوجد عنوان بريد إلكتروني مسجل للمستخدم \"$1\".\";'),('aeb','messages:noemailcreate','s:69:\"aeb:عليك تقديم عنوان بريد إلكتروني صالح\";'),('aeb','messages:noemailprefs','s:105:\"aeb:حدد عنوان بريد إلكتروني في تفضيلاتك لهذه الخصائص لتعمل.\";'),('aeb','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('aeb','messages:noemailtitle','s:19:\"en:No email address\";'),('aeb','messages:nohistory','s:70:\"aeb:لا يوجد تاريخ للتعديلات لهذه الصفحة.\";'),('aeb','messages:noimages','s:18:\"en:Nothing to see.\";'),('aeb','messages:noindex-category','s:34:\"aeb:صفحات غير مفهرسة\";'),('aeb','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('aeb','messages:nolicense','s:16:\"en:None selected\";'),('aeb','messages:nolinkshere','s:57:\"aeb:لا توجد صفحات تصل إلى \'\'\'[[:$1]]\'\'\'.\";'),('aeb','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('aeb','messages:nolinkstoimage','s:56:\"aeb:لا توجد صفحات تصل لهذا الملف.\";'),('aeb','messages:nologin','s:44:\"aeb:ألا تمتلك حسابا؟ \'\'\'$1\'\'\'.\";'),('aeb','messages:nologinlink','s:23:\"aeb:أنشئ حسابا\";'),('aeb','messages:noname','s:47:\"aeb:لم تحدد اسم مستخدم صحيح.\";'),('aeb','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('aeb','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('aeb','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('aeb','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('aeb','messages:nonunicodebrowser','s:294:\"aeb:\'\'\'تحذير: متصفحك لا يتوافق مع الترميز الموحد.\nتمت معالجة هذا لكي تتمكن من تحرير الصفحات بأمان: الحروف التي ليست ASCII سوف تظهر في صندوق التحرير كأكواد سداسي عشرية.\'\'\'\";'),('aeb','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('aeb','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('aeb','messages:nopagetitle','s:22:\"en:No such target page\";'),('aeb','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('aeb','messages:nospecialpagetext','s:206:\"aeb:<strong>لقد طلبت صفحة خاصة غير صحيحة.</strong>\n\nقائمة بالصفحات الخاصة الصحيحة يمكن إيجادها في [[Special:SpecialPages|{{int:specialpages}}]].\";'),('aeb','messages:nosuchaction','s:33:\"aeb:لا يوجد فعل كهذا\";'),('aeb','messages:nosuchactiontext','s:259:\"aeb:الفعل المحدد بواسطة المسار غير صحيح.\nربما تكون قد كتبت المسار بطريقة غير صحيحة، أو اتبعت وصلة غير صحيحة.\nهذا ربما يشير أيضا إلى علة في {{SITENAME}}.\";'),('aeb','messages:nosuchsectiontext','s:149:\"aeb:لقد حاولت تحرير قسم غير موجود.\nربما يكون قد تم نقله أو حذفه أثناء مشاهدتك للصفحة.\";'),('aeb','messages:nosuchsectiontitle','s:34:\"aeb:تعذر إيجاد القسم\";'),('aeb','messages:nosuchspecialpage','s:55:\"aeb:لا توجد صفحة خاصة بهذا الاسم\";'),('aeb','messages:nosuchuser','s:226:\"aeb:لا يوجد مستخدم بالاسم \"$1\".\nأسماء المستخدمين حساسة لحالة الحروف.\nتأكد من إملاء الاسم، أو [[Special:UserLogin/signup|قم بإنشاء حساب جديد]].\";'),('aeb','messages:nosuchusershort','s:81:\"aeb:لا يوجد مستخدم باسم $1\".\nتأكد من إملاء الاسم.\";'),('aeb','messages:notanarticle','s:21:\"en:Not a content page\";'),('aeb','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('aeb','messages:notargettitle','s:12:\"en:No target\";'),('aeb','messages:note','s:23:\"aeb:\'\'\'ملاحظة:\'\'\'\";'),('aeb','messages:notextmatches','s:23:\"en:No page text matches\";'),('aeb','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('aeb','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('aeb','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('aeb','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('aeb','messages:notloggedin','s:32:\"aeb:غير مسجل الدخول\";'),('aeb','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('aeb','messages:nouserspecified','s:51:\"aeb:يجب عليك تحديد اسم مستخدم.\";'),('aeb','messages:nov','s:7:\"aeb:Nov\";'),('aeb','messages:november','s:12:\"aeb:Novembre\";'),('aeb','messages:november-gen','s:12:\"aeb:Novembre\";'),('aeb','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('aeb','messages:nowiki_sample','s:48:\"aeb:أدخل النص غير المنسق هنا\";'),('aeb','messages:nowiki_tip','s:36:\"aeb:أهمل تهيئة الويكي\";'),('aeb','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('aeb','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('aeb','messages:ns-specialprotected','s:61:\"aeb:الصفحات الخاصة لا يمكن تعديلها.\";'),('aeb','messages:nstab-category','s:14:\"aeb:تصنيف\";'),('aeb','messages:nstab-help','s:25:\"aeb:صفحة مساعدة\";'),('aeb','messages:nstab-image','s:11:\"aeb:Fichier\";'),('aeb','messages:nstab-main','s:12:\"aeb:Sʾafħa\";'),('aeb','messages:nstab-mainpage','s:40:\"aeb-arab:الپاج الأولانيّة\";'),('aeb','messages:nstab-media','s:21:\"aeb:صفحة وسيط\";'),('aeb','messages:nstab-mediawiki','s:11:\"aeb:Messàj\";'),('aeb','messages:nstab-project','s:23:\"aeb:صفحة مشروع\";'),('aeb','messages:nstab-special','s:21:\"aeb:Sʾafħa spesyàl\";'),('aeb','messages:nstab-talk','s:3:\"en:\";'),('aeb','messages:nstab-template','s:12:\"aeb:قالب\";'),('aeb','messages:nstab-user','s:25:\"aeb:صفحة مستخدم\";'),('aeb','messages:ntimes','s:7:\"en:$1×\";'),('aeb','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('aeb','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('aeb','messages:oct','s:7:\"aeb:Oct\";'),('aeb','messages:october','s:11:\"aeb:Octobre\";'),('aeb','messages:october-gen','s:11:\"aeb:Octobre\";'),('aeb','messages:ok','s:6:\"aeb:ok\";'),('aeb','messages:oldpassword','s:37:\"aeb:كلمة السر القديمة:\";'),('aeb','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('aeb','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('aeb','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('aeb','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('aeb','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('aeb','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('aeb','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('aeb','messages:ooui-field-help','s:7:\"en:Help\";'),('aeb','messages:ooui-item-remove','s:9:\"en:Remove\";'),('aeb','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('aeb','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('aeb','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('aeb','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('aeb','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('aeb','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('aeb','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('aeb','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('aeb','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('aeb','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('aeb','messages:ooui-toolbar-more','s:7:\"en:More\";'),('aeb','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('aeb','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('aeb','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('aeb','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('aeb','messages:otherlanguages','s:19:\"aeb:B loughat okhra\";'),('aeb','messages:others','s:9:\"en:others\";'),('aeb','messages:overwrite','s:47:\"en:Overwriting an existing file is not allowed.\";'),('aeb','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('aeb','messages:page-atom-feed','s:26:\"aeb:$1 تلقيم أتوم\";'),('aeb','messages:page-rss-feed','s:34:\"aeb:\"$1\" تلقيم أر إس إس\";'),('aeb','messages:page_first','s:16:\"aeb:الأولى\";'),('aeb','messages:page_last','s:18:\"aeb:الأخيرة\";'),('aeb','messages:pagecategories','s:81:\"aeb:{{PLURAL:Catégorie weħed|Zouz catégories|$1 catégories|$1 en catégorie}}\";'),('aeb','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('aeb','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('aeb','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('aeb','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('aeb','messages:pagedata-title','s:12:\"en:Page data\";'),('aeb','messages:pagehist','s:23:\"aeb:تاريخ صفحة\";'),('aeb','messages:pagehistory','s:15:\"en:Page history\";'),('aeb','messages:pagehistory-summary','s:3:\"en:\";'),('aeb','messages:pageid','s:13:\"en:page ID $1\";'),('aeb','messages:pageinfo','s:12:\"en:Page info\";'),('aeb','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('aeb','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('aeb','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('aeb','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('aeb','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('aeb','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('aeb','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('aeb','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('aeb','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('aeb','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('aeb','messages:pageinfo-contentpage-yes','s:6:\"en:Yes\";'),('aeb','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('aeb','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('aeb','messages:pageinfo-edits','s:24:\"en:Total number of edits\";'),('aeb','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('aeb','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('aeb','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('aeb','messages:pageinfo-firsttime','s:24:\"en:Date of page creation\";'),('aeb','messages:pageinfo-firstuser','s:15:\"en:Page creator\";'),('aeb','messages:pageinfo-footer','s:4:\"en:-\";'),('aeb','messages:pageinfo-header','s:4:\"en:-\";'),('aeb','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('aeb','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('aeb','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('aeb','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('aeb','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('aeb','messages:pageinfo-language','s:24:\"en:Page content language\";'),('aeb','messages:pageinfo-language-change','s:9:\"en:change\";'),('aeb','messages:pageinfo-lasttime','s:22:\"en:Date of latest edit\";'),('aeb','messages:pageinfo-lastuser','s:16:\"en:Latest editor\";'),('aeb','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('aeb','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('aeb','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('aeb','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('aeb','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('aeb','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('aeb','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('aeb','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('aeb','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('aeb','messages:pageinfo-redirects-name','s:35:\"en:Number of redirects to this page\";'),('aeb','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('aeb','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('aeb','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('aeb','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('aeb','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('aeb','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('aeb','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('aeb','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('aeb','messages:pageinfo-summary','s:3:\"en:\";'),('aeb','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('aeb','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('aeb','messages:pageinfo-toolboxlink','s:19:\"en:Page information\";'),('aeb','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('aeb','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('aeb','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('aeb','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('aeb','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('aeb','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('aeb','messages:pagelang-language','s:11:\"en:Language\";'),('aeb','messages:pagelang-name','s:7:\"en:Page\";'),('aeb','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('aeb','messages:pagelang-reason','s:9:\"en:Reason\";'),('aeb','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('aeb','messages:pagelang-submit','s:9:\"en:Submit\";'),('aeb','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('aeb','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('aeb','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('aeb','messages:pagelanguage','s:23:\"en:Change page language\";'),('aeb','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('aeb','messages:pagemovedsub','s:17:\"en:Move succeeded\";'),('aeb','messages:pager-newer-n','s:40:\"aeb:{{PLURAL:$1|أقدم 1|أقدم $1}}\";'),('aeb','messages:pager-older-n','s:40:\"aeb:{{PLURAL:$1|أقدم 1|أقدم $1}}\";'),('aeb','messages:pagesize','s:10:\"en:(bytes)\";'),('aeb','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('aeb','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('aeb','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('aeb','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('aeb','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('aeb','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('aeb','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('aeb','messages:pageswithprop-submit','s:5:\"en:Go\";'),('aeb','messages:pageswithprop-summary','s:3:\"en:\";'),('aeb','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('aeb','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('aeb','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('aeb','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('aeb','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('aeb','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('aeb','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('aeb','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('aeb','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('aeb','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('aeb','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('aeb','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('aeb','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('aeb','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('aeb','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('aeb','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('aeb','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('aeb','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('aeb','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('aeb','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('aeb','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('aeb','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('aeb','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('aeb','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('aeb','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('aeb','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('aeb','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('aeb','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('aeb','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('aeb','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('aeb','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('aeb','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('aeb','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('aeb','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('aeb','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('aeb','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('aeb','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('aeb','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('aeb','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('aeb','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('aeb','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('aeb','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('aeb','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('aeb','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('aeb','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('aeb','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('aeb','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('aeb','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('aeb','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('aeb','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('aeb','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('aeb','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('aeb','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('aeb','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('aeb','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('aeb','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('aeb','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('aeb','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('aeb','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('aeb','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('aeb','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('aeb','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('aeb','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('aeb','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('aeb','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('aeb','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('aeb','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('aeb','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('aeb','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('aeb','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('aeb','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('aeb','messages:parentheses','s:7:\"en:($1)\";'),('aeb','messages:parentheses-end','s:4:\"en:)\";'),('aeb','messages:parentheses-start','s:4:\"en:(\";'),('aeb','messages:parser-template-loop-warning','s:41:\"aeb:تم كشف حلقة قالب: [[$1]]\";'),('aeb','messages:parser-template-recursion-depth-warning','s:58:\"aeb:تم تجاوز حد عمق فرد القوالب ($1)\";'),('aeb','messages:parser-unstrip-loop-warning','s:48:\"aeb:حلقة معراة تم الكشف عنها\";'),('aeb','messages:parser-unstrip-recursion-limit','s:46:\"aeb:تعدى حد العودية Unstrip  ($1)\";'),('aeb','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('aeb','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('aeb','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('aeb','messages:password-change-forbidden','s:44:\"en:You cannot change passwords on this wiki.\";'),('aeb','messages:password-login-forbidden','s:82:\"aeb:تم منع استخدام اسم المستخدم هذا وكلمة السر.\";'),('aeb','messages:password-name-match','s:89:\"aeb:يجب أن تكون كلمة المرور مختلفة عن اسم المستخدم.\";'),('aeb','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('aeb','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('aeb','messages:passwordpolicies','s:20:\"en:Password policies\";'),('aeb','messages:passwordpolicies-group','s:8:\"en:Group\";'),('aeb','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('aeb','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('aeb','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('aeb','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('aeb','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('aeb','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('aeb','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('aeb','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('aeb','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('aeb','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('aeb','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('aeb','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('aeb','messages:passwordremindertext','s:797:\"aeb:لقد طلب شخص ما (غالبا أنت، من عنوان الآيبي $1) كلمة سر جديدة ل{{SITENAME}} ($4).\nأنشئت كلمة سر مؤقتة للمستخدم \"$2\" وجعلت \"$3\".\nلو أن هذا ما تريده، فعليك أن تقوم بتسجيل الدخول واختيار كلمة سر جديدة الآن.\nسوف تنتهي مدة صلاحية كلمة سرك المؤقتة في غضون {{PLURAL:$5|أقل من يوم واحد|يوم واحد|يومين|$5 أيام|$5 يوما|$5 يوم}}.\n\nإذا كان الذي قام بهذا الطلب شخص آخر أو إذا تذكرت كلمة سرك ولا ترغب  في تغييرها، فبإمكانك أن تتجاهل هذه الرسالة وأن تستمر في استخدام كلمة سرك القديمة.\";'),('aeb','messages:passwordremindertitle','s:54:\"aeb:كلمة سر مؤقتة جديدة ل{{SITENAME}}\";'),('aeb','messages:passwordreset','s:39:\"aeb:إعادة ضبط كلمة السر\";'),('aeb','messages:passwordreset-capture','s:63:\"aeb:أأعرض البريد الإلكتروني الناتج؟\";'),('aeb','messages:passwordreset-capture-help','s:182:\"aeb:إذا علّمت هذا الصندوق فسيعرض لك البريد الإلكتروني (الذي يحتوي كلمة سر مؤقتة) وسيرسل أيضا للمستخدم.\";'),('aeb','messages:passwordreset-disabled','s:84:\"aeb:عُطّلت إعادة تعيين كلمة السر على هذه الويكي.\";'),('aeb','messages:passwordreset-domain','s:17:\"aeb:النطاق:\";'),('aeb','messages:passwordreset-email','s:49:\"aeb:عنوان البريد الإلكتروني:\";'),('aeb','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('aeb','messages:passwordreset-emailelement','s:68:\"aeb:اسم المستخدم: $1\nكلمة السر المؤقتة: $2\";'),('aeb','messages:passwordreset-emailerror-capture','s:132:\"aeb:ولّد بريد إلكتروني تذكيري وهو معروض بالأسفل لكن فشل إرساله للمستخدم: $1\";'),('aeb','messages:passwordreset-emailsent','s:51:\"aeb:أرسل بريد إلكتروني تذكيري\";'),('aeb','messages:passwordreset-emailsent-capture','s:85:\"aeb:أرسل بريد إلكتروني تذكيري وهو معروض بالأسفل.\";'),('aeb','messages:passwordreset-emailtext-ip','s:749:\"aeb:احد ما (قد يكون انت$1)طلب مذكرة تفاصيل الحساب ل{{SITENAME}} ($4).المستخدم الاتي {{PLURAL:$3|الحساب هو|الحسابات هي}} قد قرن بهذا العنوان :\n\n$2\n\n{{PLURAL:$3|كلمة المرور المؤقتة|كلمات المرور المؤقة}}سينتهي في {{PLURAL:$5|يوم|ايام$5 }}\nمن الافضل ان تسجل الدخول وتختار كلمة مرور جديدة الان .\nإذا قام شخص آخر بهذا الطلب، أو إذا  تذكرت كلمة المرور الأصلية الخاصة بك،ولم تعد ترغب في تغييره، يمكنك تجاهل هذه الرسالة ومتابعة استخدام  كلمة المرورالقديمة.\";'),('aeb','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('aeb','messages:passwordreset-emailtext-user','s:749:\"aeb:احد ما (قد يكون انت$1)طلب مذكرة تفاصيل الحساب ل{{SITENAME}} ($4).المستخدم الاتي {{PLURAL:$3|الحساب هو|الحسابات هي}} قد قرن بهذا العنوان :\n\n$2\n\n{{PLURAL:$3|كلمة المرور المؤقتة|كلمات المرور المؤقة}}سينتهي في {{PLURAL:$5|يوم|ايام$5 }}\nمن الافضل ان تسجل الدخول وتختار كلمة مرور جديدة الان .\nإذا قام شخص آخر بهذا الطلب، أو إذا  تذكرت كلمة المرور الأصلية الخاصة بك،ولم تعد ترغب في تغييره، يمكنك تجاهل هذه الرسالة ومتابعة استخدام  كلمة المرورالقديمة.\";'),('aeb','messages:passwordreset-emailtitle','s:38:\"aeb:تفاصيل حساب {{SITENAME}}\";'),('aeb','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('aeb','messages:passwordreset-legend','s:43:\"aeb:إعادة تعيين كلمة السر\";'),('aeb','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('aeb','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('aeb','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('aeb','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('aeb','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('aeb','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('aeb','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('aeb','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('aeb','messages:passwordreset-username','s:28:\"aeb:اسم المستخدم:\";'),('aeb','messages:passwordsent','s:222:\"aeb:تم إرسال كلمة سر جديدة إلى عنوان البريد الإلكتروني المسجل للمستخدم \"$1\".\nمن فضلك حاول تسجيل الدخول مرة ثانية بعد استلامها.\";'),('aeb','messages:passwordtoolong','s:75:\"en:Passwords cannot be longer than {{PLURAL:$1|1 character|$1 characters}}.\";'),('aeb','messages:passwordtooshort','s:143:\"aeb:يجب أن تتكون كلمة السر على الأقل من {{PLURAL:$1|حرف واحد|حرفين|$1 حروف|$1 حرفا|$1 حرف}}.\";'),('aeb','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('aeb','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('aeb','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('aeb','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('aeb','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('aeb','messages:pear-mail-error','s:5:\"en:$1\";'),('aeb','messages:percent','s:6:\"en:$1%\";'),('aeb','messages:perfcached','s:240:\"aeb:البيانات التالية مختزنة وقد لا تكون محدثة. {{PLURAL:$1||نتيجة واحدة|نتيجتان|$1 نتائج|$1 نتيجة}} على الأكثر {{PLURAL:$1||مختزنة|مختزنتان|مختزنة}}.\";'),('aeb','messages:perfcachedts','s:250:\"aeb:البيانات التالية مختزنة وكان آخر تحديث لها في $1. {{PLURAL:$4||نتيجة واحدة|نتيجتان|$4 نتائج|$4 نتيجة}} على الأكثر {{PLURAL:$4||مختزنة|مختزنتان|مختزنة}}.\";'),('aeb','messages:period-am','s:5:\"en:AM\";'),('aeb','messages:period-pm','s:5:\"en:PM\";'),('aeb','messages:permalink','s:24:\"aeb:Rabtʾa għla tʾoul\";'),('aeb','messages:permanentlink','s:17:\"en:Permanent link\";'),('aeb','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('aeb','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('aeb','messages:permanentlink-summary','s:3:\"en:\";'),('aeb','messages:permissionserrors','s:31:\"aeb:أخطاء السماحات\";'),('aeb','messages:permissionserrorstext','s:156:\"aeb:لا تمتلك الصلاحية لفعل هذا، {{PLURAL:$1||للسبب التالي|للسببين التاليين|للأسباب التالية}}:\";'),('aeb','messages:permissionserrorstext-withaction','s:137:\"aeb:لا تملك الصلاحيات ل$2، لل{{PLURAL:$1||سبب التالي|سببين التاليين|أسباب التالية}}:\";'),('aeb','messages:personaltools','s:14:\"aeb:Magħounek\";'),('aeb','messages:php-mail-error','s:5:\"en:$1\";'),('aeb','messages:php-mail-error-unknown','s:70:\"aeb:خطأ غير معروف في وظيفة البريد PHP\'s mail()\";'),('aeb','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('aeb','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('aeb','messages:policy-url','s:21:\"aeb:Project:Elpolitik\";'),('aeb','messages:pool-errorunknown','s:30:\"aeb:Ghaltʾa ma nagħrfouhàch\";'),('aeb','messages:pool-queuefull','s:20:\"aeb:Essʾaf mgħabbi\";'),('aeb','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('aeb','messages:pool-timeout','s:22:\"aeb:Waqt esstennya wfa\";'),('aeb','messages:poolcounter-usage-error','s:18:\"en:Usage error: $1\";'),('aeb','messages:portal','s:24:\"aeb:Dakhlet elmojtamagħ\";'),('aeb','messages:portal-url','s:22:\"aeb:Project:Mojtamagħ\";'),('aeb','messages:post-expand-template-argument-category','s:68:\"aeb:صفحات تحتوي مدخلات القالب المحذوفة\";'),('aeb','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('aeb','messages:post-expand-template-argument-warning','s:181:\"aeb:\'\'\'تحذير:\'\'\' هذه الصفحة تحتوي على عامل قالب واحد على الأقل له حجم تمدد كبير جدا.\nهذه العوامل تم حذفها.\";'),('aeb','messages:post-expand-template-inclusion-category','s:72:\"aeb:الصفحات حيث تم تجاوز حجم تضمين القالب\";'),('aeb','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('aeb','messages:post-expand-template-inclusion-warning','s:106:\"aeb:\'\'\'تحذير:\'\'\' حجم تضمين القالب كبير جدا.\nبعض القوالب لن تضمن.\";'),('aeb','messages:postedit-confirmation-created','s:29:\"en:The page has been created.\";'),('aeb','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('aeb','messages:postedit-confirmation-restored','s:30:\"en:The page has been restored.\";'),('aeb','messages:postedit-confirmation-saved','s:23:\"en:Your edit was saved.\";'),('aeb','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('aeb','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('aeb','messages:powersearch-legend','s:18:\"en:Advanced search\";'),('aeb','messages:powersearch-ns','s:24:\"en:Search in namespaces:\";'),('aeb','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('aeb','messages:powersearch-toggleall','s:6:\"en:All\";'),('aeb','messages:powersearch-togglelabel','s:9:\"en:Check:\";'),('aeb','messages:powersearch-togglenone','s:7:\"en:None\";'),('aeb','messages:preferences','s:14:\"en:Preferences\";'),('aeb','messages:preferences-summary','s:3:\"en:\";'),('aeb','messages:prefixindex','s:40:\"aeb:كل الصفحات بالبادئة\";'),('aeb','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('aeb','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('aeb','messages:prefixindex-submit','s:7:\"en:Show\";'),('aeb','messages:prefixindex-summary','s:3:\"en:\";'),('aeb','messages:prefs-advancedediting','s:18:\"en:General options\";'),('aeb','messages:prefs-advancedrc','s:19:\"en:Advanced options\";'),('aeb','messages:prefs-advancedrendering','s:19:\"en:Advanced options\";'),('aeb','messages:prefs-advancedsearchoptions','s:19:\"en:Advanced options\";'),('aeb','messages:prefs-advancedwatchlist','s:19:\"en:Advanced options\";'),('aeb','messages:prefs-changeemail','s:33:\"en:Change or remove email address\";'),('aeb','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('aeb','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('aeb','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('aeb','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('aeb','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('aeb','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('aeb','messages:prefs-dateformat','s:14:\"en:Date format\";'),('aeb','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('aeb','messages:prefs-diffs','s:8:\"en:Diffs\";'),('aeb','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('aeb','messages:prefs-displayrc','s:18:\"en:Display options\";'),('aeb','messages:prefs-displaywatchlist','s:18:\"en:Display options\";'),('aeb','messages:prefs-editing','s:10:\"en:Editing\";'),('aeb','messages:prefs-editor','s:9:\"en:Editor\";'),('aeb','messages:prefs-edits','s:19:\"en:Number of edits:\";'),('aeb','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('aeb','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('aeb','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('aeb','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('aeb','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('aeb','messages:prefs-email','s:16:\"en:Email options\";'),('aeb','messages:prefs-emailconfirm-label','s:22:\"en:Email confirmation:\";'),('aeb','messages:prefs-files','s:8:\"en:Files\";'),('aeb','messages:prefs-help-email','s:202:\"aeb:عنوان البريد الإلكتروني هو أمر اختياري، ولكن ستحتاج لإعادة تعيين كلمة المرور، إن نسيت كلمة المرور الخاصة بك.\";'),('aeb','messages:prefs-help-email-others','s:246:\"aeb:يمكنك أيضا اختيار للسماح للآخرين الاتصال بك عن طريق صفحة المستخدم أو نقاش المستخدم الخاص بك دون الحاجة إلى الكشف عن الهوية الخاصة بك.\";'),('aeb','messages:prefs-help-email-required','s:29:\"en:Email address is required.\";'),('aeb','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('aeb','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('aeb','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('aeb','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('aeb','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('aeb','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('aeb','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('aeb','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('aeb','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('aeb','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('aeb','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('aeb','messages:prefs-i18n','s:23:\"en:Internationalisation\";'),('aeb','messages:prefs-info','s:20:\"en:Basic information\";'),('aeb','messages:prefs-labs','s:16:\"en:Labs features\";'),('aeb','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('aeb','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('aeb','messages:prefs-misc','s:7:\"en:Misc\";'),('aeb','messages:prefs-namespaces','s:13:\"en:Namespaces\";'),('aeb','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('aeb','messages:prefs-personal','s:15:\"en:User profile\";'),('aeb','messages:prefs-preview','s:10:\"en:Preview\";'),('aeb','messages:prefs-rc','s:17:\"en:Recent changes\";'),('aeb','messages:prefs-registration','s:21:\"en:Registration time:\";'),('aeb','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('aeb','messages:prefs-rendering','s:13:\"en:Appearance\";'),('aeb','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('aeb','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('aeb','messages:prefs-resetpass','s:18:\"en:Change password\";'),('aeb','messages:prefs-searchmisc','s:10:\"en:General\";'),('aeb','messages:prefs-searchoptions','s:9:\"en:Search\";'),('aeb','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('aeb','messages:prefs-signature','s:12:\"en:Signature\";'),('aeb','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('aeb','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('aeb','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('aeb','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('aeb','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('aeb','messages:prefs-skin','s:7:\"en:Skin\";'),('aeb','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('aeb','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('aeb','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('aeb','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('aeb','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('aeb','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('aeb','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('aeb','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('aeb','messages:prefs-user-pages','s:13:\"en:User pages\";'),('aeb','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('aeb','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('aeb','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('aeb','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('aeb','messages:prefs-watchlist','s:12:\"en:Watchlist\";'),('aeb','messages:prefs-watchlist-days','s:29:\"en:Days to show in watchlist:\";'),('aeb','messages:prefs-watchlist-days-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('aeb','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('aeb','messages:prefs-watchlist-edits-max','s:23:\"en:Maximum number: 1000\";'),('aeb','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('aeb','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('aeb','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('aeb','messages:prev-page','s:16:\"en:previous page\";'),('aeb','messages:preview','s:16:\"aeb:معاينة\";'),('aeb','messages:previewconflict','s:150:\"aeb:هذا العرض يوضح النص الموجود في صندوق التحرير العلوي والذي سيظهر إذا اخترت الحفظ.\";'),('aeb','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('aeb','messages:previewnote','s:112:\"aeb:\'\'\'تذكر أن هذه مجرد معاينة أولية.\'\'\'\nلم تحفظ تغييراتك إلى الآن!\";'),('aeb','messages:previousdiff','s:35:\"aeb:→ التعديل السابق\";'),('aeb','messages:previousrevision','s:29:\"aeb:→ مراجعة أقدم\";'),('aeb','messages:prevn','s:35:\"aeb:{{PLURAL:$1|$1}} السابقة\";'),('aeb','messages:prevn-title','s:53:\"aeb:$1 {{PLURAL:$1|نتيجة|نتيجة}} سابقة\";'),('aeb','messages:prevpage','s:21:\"en:Previous page ($1)\";'),('aeb','messages:print','s:13:\"aeb:Atʾbagħ\";'),('aeb','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('aeb','messages:printableversion','s:26:\"aeb:Kopi bech tatʾbaħħa\";'),('aeb','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('aeb','messages:privacy','s:39:\"aeb:Elpolitik mtagħ elkonfidonsyalité\";'),('aeb','messages:privacypage','s:47:\"aeb:Project:Elpolitik mtagħ elkonfidonsyalité\";'),('aeb','messages:projectpage','s:32:\"aeb:Chouf elpàj mtagħ leprojé\";'),('aeb','messages:prot_1movedto2','s:25:\"en:[[$1]] moved to [[$2]]\";'),('aeb','messages:protect','s:10:\"aeb:Ħàmi\";'),('aeb','messages:protect-badnamespace-text','s:47:\"en:Pages in this namespace cannot be protected.\";'),('aeb','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('aeb','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('aeb','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('aeb','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('aeb','messages:protect-default','s:18:\"en:Allow all users\";'),('aeb','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('aeb','messages:protect-edit-reasonlist','s:26:\"en:Edit protection reasons\";'),('aeb','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('aeb','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('aeb','messages:protect-expiring','s:19:\"en:expires $1 (UTC)\";'),('aeb','messages:protect-expiring-local','s:13:\"en:expires $1\";'),('aeb','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('aeb','messages:protect-expiry-options','s:142:\"en:1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite\";'),('aeb','messages:protect-fallback','s:40:\"en:Allow only users with \"$1\" permission\";'),('aeb','messages:protect-legend','s:21:\"en:Confirm protection\";'),('aeb','messages:protect-level-autoconfirmed','s:33:\"en:Allow only autoconfirmed users\";'),('aeb','messages:protect-level-sysop','s:28:\"en:Allow only administrators\";'),('aeb','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('aeb','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('aeb','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('aeb','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('aeb','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('aeb','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('aeb','messages:protect-otherreason-op','s:15:\"en:Other reason\";'),('aeb','messages:protect-othertime','s:14:\"en:Other time:\";'),('aeb','messages:protect-othertime-op','s:13:\"en:other time\";'),('aeb','messages:protect-summary-cascade','s:12:\"en:cascading\";'),('aeb','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('aeb','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('aeb','messages:protect-title','s:38:\"en:Change protection settings for \"$1\"\";'),('aeb','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('aeb','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('aeb','messages:protect_change','s:10:\"aeb:baddel\";'),('aeb','messages:protect_expiry_invalid','s:30:\"en:Expiration time is invalid.\";'),('aeb','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('aeb','messages:protectcomment','s:10:\"en:Reason:\";'),('aeb','messages:protectedarticle','s:19:\"aeb:حمى \"[[$1]]\"\";'),('aeb','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('aeb','messages:protectedinterface','s:114:\"aeb:هذه الصفحة توفر نص الواجهة للبرنامج، وهي مقفلة لمنع التخريب.\";'),('aeb','messages:protectedpage','s:18:\"aeb:Pàj protéjé\";'),('aeb','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('aeb','messages:protectedpages','s:18:\"en:Protected pages\";'),('aeb','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('aeb','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('aeb','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('aeb','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('aeb','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('aeb','messages:protectedpages-page','s:7:\"en:Page\";'),('aeb','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('aeb','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('aeb','messages:protectedpages-reason','s:9:\"en:Reason\";'),('aeb','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('aeb','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('aeb','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('aeb','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('aeb','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('aeb','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('aeb','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('aeb','messages:protectedpagetext','s:70:\"aeb:هذه الصفحة تمت حمايتها لمنع التعديل.\";'),('aeb','messages:protectedpagewarning','s:225:\"aeb:\'\'\'تحذير: تمت حماية هذه الصفحة حتى يمكن للمستخدمين ذوي الصلاحيات الإدارية فقط تعديلها.\'\'\'\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb','messages:protectedtitles','s:19:\"en:Protected titles\";'),('aeb','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('aeb','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('aeb','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('aeb','messages:protectexpiry','s:11:\"en:Expires:\";'),('aeb','messages:protectlogpage','s:25:\"aeb:سجل الحماية\";'),('aeb','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('aeb','messages:protectpage','s:17:\"en:Protect a page\";'),('aeb','messages:protectpage-summary','s:3:\"en:\";'),('aeb','messages:protectthispage','s:27:\"aeb:Ħàmi għal pàj hadhi\";'),('aeb','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('aeb','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('aeb','messages:pt-createaccount','s:26:\"aeb-arab:أعمل حساب\";'),('aeb','messages:pt-login','s:17:\"aeb-arab:أدخل\";'),('aeb','messages:pt-login-button','s:9:\"en:Log in\";'),('aeb','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('aeb','messages:pt-userlogout','s:17:\"aeb-arab:أخرج\";'),('aeb','messages:publishchanges','s:18:\"en:Publish changes\";'),('aeb','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('aeb','messages:publishpage','s:15:\"en:Publish page\";'),('aeb','messages:publishpage-start','s:18:\"en:Publish page…\";'),('aeb','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('aeb','messages:purge','s:8:\"en:Purge\";'),('aeb','messages:purge-summary','s:3:\"en:\";'),('aeb','messages:qbbrowse','s:10:\"aeb:Navigi\";'),('aeb','messages:qbedit','s:10:\"aeb:Baddel\";'),('aeb','messages:qbfind','s:10:\"aeb:Lawwej\";'),('aeb','messages:qbmyoptions','s:12:\"aeb:Pàjàti\";'),('aeb','messages:qbpageoptions','s:16:\"aeb:Elpàj hadhi\";'),('aeb','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('aeb','messages:querypage-no-updates','s:130:\"aeb:التحديثات لهذه الصفحة معطلة حاليا.\nالبيانات هنا لن يتم تحديثها حاليا.\";'),('aeb','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('aeb','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('aeb','messages:randomincategory','s:26:\"en:Random page in category\";'),('aeb','messages:randomincategory-category','s:12:\"en:Category:\";'),('aeb','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('aeb','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('aeb','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('aeb','messages:randomincategory-submit','s:5:\"en:Go\";'),('aeb','messages:randompage','s:21:\"aeb:Sʾafħa elli tji\";'),('aeb','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('aeb','messages:randompage-url','s:17:\"en:Special:Random\";'),('aeb','messages:randomredirect','s:18:\"en:Random redirect\";'),('aeb','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('aeb','messages:randomrootpage','s:19:\"en:Random root page\";'),('aeb','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('aeb','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('aeb','messages:rawmessage','s:5:\"en:$1\";'),('aeb','messages:rc-change-size','s:5:\"en:$1\";'),('aeb','messages:rc-change-size-new','s:73:\"aeb-arab:$1 {{PLURAL:$1|أوكتاي|أوكتاي}} بعد التبديل\";'),('aeb','messages:rc-enhanced-expand','s:61:\"aeb:عرض التفاصيل (يتطلب جافاسكريبت)\";'),('aeb','messages:rc-enhanced-hide','s:29:\"aeb:أخفِ التفاصيل\";'),('aeb','messages:rc-old-title','s:29:\"en:originally created as \"$1\"\";'),('aeb','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('aeb','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('aeb','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('aeb','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('aeb','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('aeb','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('aeb','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('aeb','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('aeb','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('aeb','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('aeb','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('aeb','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('aeb','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('aeb','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('aeb','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('aeb','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('aeb','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('aeb','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('aeb','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('aeb','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('aeb','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('aeb','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('aeb','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('aeb','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('aeb','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('aeb','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('aeb','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('aeb','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('aeb','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('aeb','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('aeb','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('aeb','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('aeb','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('aeb','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('aeb','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('aeb','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('aeb','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('aeb','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('aeb','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('aeb','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('aeb','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('aeb','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('aeb','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('aeb','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('aeb','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('aeb','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('aeb','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('aeb','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('aeb','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('aeb','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('aeb','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('aeb','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('aeb','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('aeb','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('aeb','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('aeb','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('aeb','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('aeb','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('aeb','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('aeb','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('aeb','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('aeb','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('aeb','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('aeb','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('aeb','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('aeb','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('aeb','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('aeb','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('aeb','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('aeb','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('aeb','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('aeb','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('aeb','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('aeb','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('aeb','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('aeb','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('aeb','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('aeb','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('aeb','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('aeb','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('aeb','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('aeb','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('aeb','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('aeb','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('aeb','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('aeb','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('aeb','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('aeb','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('aeb','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('aeb','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('aeb','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('aeb','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('aeb','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('aeb','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('aeb','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('aeb','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('aeb','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('aeb','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('aeb','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('aeb','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('aeb','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('aeb','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('aeb','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('aeb','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('aeb','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('aeb','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('aeb','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('aeb','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('aeb','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('aeb','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('aeb','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('aeb','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('aeb','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('aeb','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('aeb','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('aeb','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('aeb','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('aeb','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('aeb','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('aeb','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('aeb','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('aeb','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('aeb','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('aeb','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('aeb','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('aeb','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('aeb','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('aeb','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('aeb','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('aeb','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('aeb','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('aeb','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('aeb','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('aeb','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('aeb','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('aeb','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('aeb','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('aeb','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('aeb','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('aeb','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('aeb','messages:rclinks','s:63:\"aeb:أظهر آخر $1 تعديل في آخر $2 يوم<br />$3\";'),('aeb','messages:rclistfrom','s:51:\"aeb:أظهر التغييرات بدءا من $3 $2\";'),('aeb','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('aeb','messages:rcnotefrom','s:85:\"aeb:بالأسفل التغييرات منذ \'\'\'$2\'\'\' (إلى \'\'\'$1\'\'\' معروضة).\";'),('aeb','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('aeb','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('aeb','messages:rcshowhideanons','s:46:\"aeb:$1 المستخدمين المجهولين\";'),('aeb','messages:rcshowhideanons-hide','s:17:\"aeb-arab:خبّي\";'),('aeb','messages:rcshowhideanons-show','s:7:\"en:Show\";'),('aeb','messages:rcshowhidebots','s:21:\"aeb:$1 البوتات\";'),('aeb','messages:rcshowhidebots-hide','s:7:\"en:Hide\";'),('aeb','messages:rcshowhidebots-show','s:17:\"aeb-arab:ورّي\";'),('aeb','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('aeb','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('aeb','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('aeb','messages:rcshowhideliu','s:44:\"aeb:$1 المستخدمين المسجلين\";'),('aeb','messages:rcshowhideliu-hide','s:17:\"aeb-arab:خبّي\";'),('aeb','messages:rcshowhideliu-show','s:7:\"en:Show\";'),('aeb','messages:rcshowhidemine','s:23:\"aeb:$1 تعديلاتي\";'),('aeb','messages:rcshowhidemine-hide','s:17:\"aeb-arab:خبّي\";'),('aeb','messages:rcshowhidemine-show','s:7:\"en:Show\";'),('aeb','messages:rcshowhideminor','s:40:\"aeb:$1 التعديلات الطفيفة\";'),('aeb','messages:rcshowhideminor-hide','s:17:\"aeb-arab:خبّي\";'),('aeb','messages:rcshowhideminor-show','s:7:\"en:Show\";'),('aeb','messages:rcshowhidepatr','s:42:\"aeb:$1 التعديلات المراجعة\";'),('aeb','messages:rcshowhidepatr-hide','s:7:\"en:Hide\";'),('aeb','messages:rcshowhidepatr-show','s:7:\"en:Show\";'),('aeb','messages:readonly','s:42:\"aeb:قاعدة البيانات مغلقة\";'),('aeb','messages:readonly_lag','s:157:\"aeb:تم إغلاق قاعدة البيانات تلقائيا حتى تستطيع الخواديم التابعة ملاحقة الخادوم الرئيسي\";'),('aeb','messages:readonlytext','s:365:\"aeb:قاعدة البيانات مغلقة حاليا أمام المدخلات الجديدة والتعديلات الأخرى، السبب غالبا ما يكون الصيانة، وستعود قاعدة البيانات للوضع الطبيعي قريبا.\n\nالإداري الذي أغلق قاعدة البيانات أعطى التفسير التالي: $1\";'),('aeb','messages:readonlywarning','s:385:\"aeb:\'\'\'تحذير: لقد أغلقت قاعدة البيانات للصيانة، لذلك لن تتمكن من حفظ التعديلات التي قمت بها حاليا.\nإذا رغبت بإمكانك أن تنسخ النص الذي تعمل عليه وتحفظه في ملف نصي إلى وقت لاحق.\'\'\'\n\nالإداري الذي أغلقها أعطى هذا التفسير: $1\";'),('aeb','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('aeb','messages:recentchanges','s:17:\"aeb:Ajad tabdilet\";'),('aeb','messages:recentchanges-feed-description','s:85:\"aeb:تابع أحدث التغييرات للويكي عبر هذه التلقيمة.\";'),('aeb','messages:recentchanges-label-bot','s:41:\"aeb:أجرى هذا التعديل بوت\";'),('aeb','messages:recentchanges-label-minor','s:30:\"aeb:هذا تعديل طفيف\";'),('aeb','messages:recentchanges-label-newpage','s:54:\"aeb:أنشأ هذا التعديل صفحة جديدة\";'),('aeb','messages:recentchanges-label-plusminus','s:48:\"en:The page size changed by this number of bytes\";'),('aeb','messages:recentchanges-label-unpatrolled','s:57:\"aeb:لم يراجع هذا التعديل إلى الآن\";'),('aeb','messages:recentchanges-legend','s:44:\"aeb:خيارات أحدث التغييرات\";'),('aeb','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('aeb','messages:recentchanges-legend-heading','s:27:\"en:<strong>Legend:</strong>\";'),('aeb','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('aeb','messages:recentchanges-legend-newpage','s:120:\"aeb-arab:{{int:recentchanges-label-newpage}} (شوف زادة [[Special:NewPages|ليستة الپاجات الجدد]])\";'),('aeb','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('aeb','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('aeb','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('aeb','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('aeb','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('aeb','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('aeb','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('aeb','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('aeb','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('aeb','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('aeb','messages:recentchanges-submit','s:7:\"en:Show\";'),('aeb','messages:recentchanges-summary','s:85:\"aeb:تابع أحدث التغييرات للويكي عبر هذه التلقيمة.\";'),('aeb','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('aeb','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('aeb','messages:recentchangescount','s:86:\"en:Number of edits to show in recent changes, page histories, and in logs, by default:\";'),('aeb','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('aeb','messages:recentchangesdays-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('aeb','messages:recentchangeslinked','s:36:\"aeb:تغييرات ذات علاقة\";'),('aeb','messages:recentchangeslinked-feed','s:18:\"en:Related changes\";'),('aeb','messages:recentchangeslinked-page','s:24:\"aeb:اسم الصفحة:\";'),('aeb','messages:recentchangeslinked-summary','s:268:\"aeb:هذه قائمة بالتغييرات التي تمت حديثا للصفحات الموصولة من صفحة معينة (أو إلى الأعضاء ضمن تصنيف معين).\nالصفحات في [[Special:Watchlist|قائمة مراقبتك]] \'\'\'عريضة\'\'\'\";'),('aeb','messages:recentchangeslinked-title','s:47:\"aeb:التغييرات المرتبطة ب \"$1\"\";'),('aeb','messages:recentchangeslinked-to','s:112:\"aeb:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضا عن ذلك\";'),('aeb','messages:recentchangeslinked-toolbox','s:17:\"aeb:Tabdilet them\";'),('aeb','messages:recentchangestext','s:4:\"en:-\";'),('aeb','messages:recreate','s:11:\"en:Recreate\";'),('aeb','messages:recreate-moveddeleted-warn','s:286:\"aeb:\'\'\'تحذير: أنت تقوم بإعادة إنشاء صفحة سبق حذفها.\'\'\'\n\nيجب عليك التيقن من أن الاستمرار بتحرير هذه الصفحة ملائم.\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('aeb','messages:red-link-title','s:32:\"aeb:$1 (Essafħa mouch mawjouda)\";'),('aeb','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('aeb','messages:redirect-file','s:11:\"en:Filename\";'),('aeb','messages:redirect-logid','s:9:\"en:Log ID\";'),('aeb','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('aeb','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('aeb','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('aeb','messages:redirect-page','s:10:\"en:Page ID\";'),('aeb','messages:redirect-revision','s:16:\"en:Page revision\";'),('aeb','messages:redirect-submit','s:5:\"en:Go\";'),('aeb','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('aeb','messages:redirect-text','s:3:\"en:\";'),('aeb','messages:redirect-user','s:10:\"en:User ID\";'),('aeb','messages:redirect-value','s:9:\"en:Value:\";'),('aeb','messages:redirectedfrom','s:22:\"aeb:(Tħawwelt men $1)\";'),('aeb','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('aeb','messages:redirectpagesub','s:23:\"aeb:Pàj mtagħ taħwil\";'),('aeb','messages:redirectto','s:25:\"aeb-arab:تحويل لـ:\";'),('aeb','messages:remembermypassword','s:155:\"aeb:تذكر دخولي على هذا الحاسوب (إلى {{PLURAL:$1||يوم واحد|يومين|$1 أيام|$1 يومًا|$1 يوم}} كحد أقصى)\";'),('aeb','messages:removecredentials','s:21:\"en:Remove credentials\";'),('aeb','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('aeb','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('aeb','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('aeb','messages:removedwatchtext','s:97:\"en:\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].\";'),('aeb','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('aeb','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('aeb','messages:removewatch','s:24:\"en:Remove from watchlist\";'),('aeb','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('aeb','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('aeb','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('aeb','messages:resetpass-no-info','s:100:\"aeb:يجب أن تكون مسجل الدخول للوصول إلى هذه الصفحة مباشرة.\";'),('aeb','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('aeb','messages:resetpass-submit-cancel','s:9:\"aeb:ifsa5\";'),('aeb','messages:resetpass-submit-loggedin','s:32:\"aeb:تغيير كلمة السر\";'),('aeb','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('aeb','messages:resetpass-temp-password','s:29:\"aeb:كلمة سر مؤقتة:\";'),('aeb','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('aeb','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('aeb','messages:resetpass-wrong-oldpass','s:188:\"aeb:كلمة سر حالية أو مؤقتة غير صحيحة.\nربما تكون غيرت كلمة السر الخاصة بك بنجاح أو طلبت كلمة سر مؤقتة جديدة.\";'),('aeb','messages:resetpass_announce','s:149:\"aeb:تم تسجيل دخولك بكلمة سر مؤقتة.\nللدخول بشكل نهائي، يجب عليك ضبط كلمة سر جديدة هنا:\";'),('aeb','messages:resetpass_forbidden','s:52:\"aeb:كلمات السر لا يمكن تغييرها\";'),('aeb','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('aeb','messages:resetpass_header','s:37:\"aeb:غير كلمة سر الحساب\";'),('aeb','messages:resetpass_submit','s:43:\"aeb:ضبط كلمة السر والدخول\";'),('aeb','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('aeb','messages:resettokens','s:15:\"en:Reset tokens\";'),('aeb','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('aeb','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('aeb','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('aeb','messages:resettokens-summary','s:3:\"en:\";'),('aeb','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('aeb','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('aeb','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('aeb','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('aeb','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('aeb','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('aeb','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('aeb','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('aeb','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('aeb','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('aeb','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('aeb','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('aeb','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('aeb','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('aeb','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('aeb','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('aeb','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('aeb','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('aeb','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('aeb','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('aeb','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('aeb','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('aeb','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('aeb','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('aeb','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('aeb','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('aeb','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('aeb','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('aeb','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('aeb','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('aeb','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('aeb','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('aeb','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('aeb','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('aeb','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('aeb','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('aeb','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('aeb','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('aeb','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('aeb','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('aeb','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('aeb','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('aeb','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('aeb','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('aeb','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('aeb','messages:restorelink','s:198:\"aeb:{{PLURAL:$1|$1 تعديل محذوف|تعديلا واحدا محذوفا|تعديلين محذوفين|$1 تعديلات محذوفة|$1 تعديلا محذوفا|$1 تعديلا محذوفا}}\";'),('aeb','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('aeb','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('aeb','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('aeb','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('aeb','messages:restriction-blank','s:3:\"en:\";'),('aeb','messages:restriction-create','s:9:\"en:Create\";'),('aeb','messages:restriction-edit','s:19:\"aeb-arab:تبديل\";'),('aeb','messages:restriction-level','s:21:\"en:Restriction level:\";'),('aeb','messages:restriction-level-all','s:12:\"en:any level\";'),('aeb','messages:restriction-level-autoconfirmed','s:17:\"en:semi protected\";'),('aeb','messages:restriction-level-sysop','s:18:\"en:fully protected\";'),('aeb','messages:restriction-move','s:7:\"en:Move\";'),('aeb','messages:restriction-type','s:14:\"en:Permission:\";'),('aeb','messages:restriction-upload','s:9:\"en:Upload\";'),('aeb','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('aeb','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('aeb','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('aeb','messages:retrievedfrom','s:21:\"aeb:Tekhdhet men \"$1\"\";'),('aeb','messages:returnto','s:17:\"aeb:Arjagħ l $1.\";'),('aeb','messages:retypenew','s:55:\"aeb:أعد كتابة كلمة السر الجديدة:\";'),('aeb','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('aeb','messages:rev-deleted-comment','s:38:\"aeb:(أزيل ملخص التعديل)\";'),('aeb','messages:rev-deleted-diff-view','s:233:\"aeb:\'\'\'حُذِفت\'\'\' إحدى مراجعتي هذا الفرق.\nيمكنك رؤية الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb','messages:rev-deleted-event','s:43:\"aeb:(فعل السجل تمت إزالته)\";'),('aeb','messages:rev-deleted-no-diff','s:234:\"aeb:لا يمكنك رؤية هذا الفرق لأن إحدى المراجعات \'\'\'حُذِفت\'\'\'.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb','messages:rev-deleted-text-permission','s:189:\"aeb:\'\'\'حُذِفت\'\'\' مراجعة هذه الصفحة.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb','messages:rev-deleted-text-unhide','s:281:\"aeb:\'\'\'حُذِفت\'\'\' مراجعة الصفحة هذه.\nيمكن العثور على تفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nمازال بإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('aeb','messages:rev-deleted-text-view','s:217:\"aeb:\'\'\'حُذِفت\'\'\' مراجعة هذه الصفحة.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb','messages:rev-deleted-unhide-diff','s:277:\"aeb:\'\'\'حُذِفت\'\'\' إحدى مراجعتي هذا الفرق.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('aeb','messages:rev-deleted-user','s:49:\"aeb:(اسم المستخدم تمت إزالته)\";'),('aeb','messages:rev-deleted-user-contribs','s:128:\"aeb:[اسم المستخدم أو عنوان الأيبي تمت إزالته - التعديل مخفي من المساهمات]\";'),('aeb','messages:rev-delundel','s:19:\"aeb:أظهر/أخف\";'),('aeb','messages:rev-showdeleted','s:12:\"aeb:أظهر\";'),('aeb','messages:rev-suppressed-diff-view','s:246:\"aeb:\'\'\'أُخفيت\'\'\' إحدى مراجعتي هذا الفرق.\nيمكنك رؤية هذا الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\";'),('aeb','messages:rev-suppressed-no-diff','s:107:\"aeb:ليس بإمكانك مشاهدة هذا الفرق لأن إحدى المراجعات \'\'\'حذفت\'\'\'.\";'),('aeb','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('aeb','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('aeb','messages:rev-suppressed-text-unhide','s:282:\"aeb:\'\'\'أُخفيت\'\'\' مراجعة الصفحة هذه.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('aeb','messages:rev-suppressed-text-view','s:224:\"aeb:\'\'\'أُخفيت\'\'\' مراجعة الصفحة هذه.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في  [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\";'),('aeb','messages:rev-suppressed-unhide-diff','s:285:\"aeb:\'\'\'أُخفيت\'\'\' إحدى مراجعتي هذا الفرق.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('aeb','messages:revdel-restore','s:27:\"aeb:تغيير الرؤية\";'),('aeb','messages:revdelete-concurrent-change','s:195:\"aeb:خطأ في تعديل العنصر ذي التاريخ $2 $1: تظهر حالته أن شخصا آخر عدله أثناء محاولتك تعديله.\nمن فضلك راجع السجلات.\";'),('aeb','messages:revdelete-confirm','s:436:\"aeb:الإداريون الآخرون في {{SITENAME}} سيظل بإمكانهم رؤية المحتوى المخفي ويمكنهم استرجاعه مجددا من خلال هذه الواجهة نفسها، مالم يتم وضع قيود إضافية.\nمن فضلك أكد أنك تنوي فعل هذا، وأنك تفهم العواقب، وأنك تفعل هذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('aeb','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('aeb','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('aeb','messages:revdelete-edit-reasonlist','s:32:\"aeb:عدل أسباب الحذف\";'),('aeb','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aeb','messages:revdelete-failure','s:59:\"aeb:\'\'\'تعذر تحديث رؤية المراجعة:\'\'\'\n$1\";'),('aeb','messages:revdelete-hide-comment','s:36:\"aeb:أخف تعليق التعديل\";'),('aeb','messages:revdelete-hide-current','s:141:\"aeb:خطأ عند إحفاء العنصر المؤرخ في $2 $1: هذه هي المراجعة الحالية.\nلا يمكن إخفاؤها.\";'),('aeb','messages:revdelete-hide-image','s:32:\"aeb:أخف محتوى الملف\";'),('aeb','messages:revdelete-hide-name','s:34:\"aeb:أخف الفعل والهدف\";'),('aeb','messages:revdelete-hide-restricted','s:84:\"aeb:أخف البيانات عن الإداريين إضافة إلى الآخرين\";'),('aeb','messages:revdelete-hide-text','s:32:\"aeb:أخف نص المراجعة\";'),('aeb','messages:revdelete-hide-user','s:43:\"aeb:أخف اسم/آيبي المستخدم\";'),('aeb','messages:revdelete-legend','s:30:\"aeb:وضع ضوابط رؤية\";'),('aeb','messages:revdelete-log','s:15:\"aeb:السبب:\";'),('aeb','messages:revdelete-modify-missing','s:119:\"aeb:خطأ في تعديل العنصر ذا الهوية $1: العنصر مفقود من قاعدة البيانات!\";'),('aeb','messages:revdelete-modify-no-access','s:157:\"aeb:خطأ في تعديل العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('aeb','messages:revdelete-no-change','s:124:\"aeb:\'\'\'تحذير:\'\'\' العنصر ذو التاريخ $2 $1 لديه أصلا إعدادات الظهور المطلوبة.\";'),('aeb','messages:revdelete-no-file','s:46:\"aeb:الملف المحدد غير موجود.\";'),('aeb','messages:revdelete-nooldid-text','s:243:\"aeb:إما أنك لم تحدد مراجعة (أو مراجعات) معينة هدفا لهذه الوظيفة، أو أن المراجعة المحددة غير موجودة، أو أنك تحاول إخفاء المراجعة الحالية.\";'),('aeb','messages:revdelete-nooldid-title','s:41:\"aeb:مراجعة هدف غير صحيحة\";'),('aeb','messages:revdelete-offender','s:30:\"aeb:مؤلف المراجعة:\";'),('aeb','messages:revdelete-only-restricted','s:213:\"aeb:خطأ إخفاء العنصر المؤرخ $2, $1: لا تستطيع تنحية العناصر من عرض الإداريين بدون أن تحدد أيضا إحدى خيارات التنحية الأخرى.\";'),('aeb','messages:revdelete-otherreason','s:29:\"aeb:سبب آخر/إضافي:\";'),('aeb','messages:revdelete-radio-same','s:19:\"aeb:(لا تغير)\";'),('aeb','messages:revdelete-radio-set','s:10:\"aeb:نعم\";'),('aeb','messages:revdelete-radio-unset','s:8:\"aeb:لا\";'),('aeb','messages:revdelete-reason-dropdown','s:158:\"aeb:* أسباب حذف عامة\n** خرق لحقوق النشر\n** معلومات شخصية غير ملائمة\n**معلومات تشهيرية محتملة\";'),('aeb','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('aeb','messages:revdelete-reasonotherlist','s:17:\"aeb:سبب آخر\";'),('aeb','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('aeb','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('aeb','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('aeb','messages:revdelete-show-file-confirm','s:144:\"aeb:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('aeb','messages:revdelete-show-file-submit','s:10:\"aeb:نعم\";'),('aeb','messages:revdelete-show-no-access','s:157:\"aeb:خطأ في إظهار العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('aeb','messages:revdelete-submit','s:144:\"aeb:طبق على {{PLURAL:$1||المراجعة المختارة|المراجعتين المختارتين|المراجعات المختارة}}\";'),('aeb','messages:revdelete-success','s:65:\"aeb:\'\'\'تم تحديث رؤية المراجعات بنجاح.\'\'\'\";'),('aeb','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('aeb','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('aeb','messages:revdelete-suppress','s:71:\"aeb:أخف البيانات عن مديري النظام والبقية\";'),('aeb','messages:revdelete-suppress-text','s:288:\"aeb:الإخفاء ينبغي أن يتم استخدامه \'\'\'فقط\'\'\' في الحالات التالية:\n* معلومات شخصية غير ملائمة\n*: \'\'عناوين المنازل وأرقام التليفونات، أرقام الضمان الاجتماعي، إلى آخره.\'\'\";'),('aeb','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('aeb','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('aeb','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('aeb','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('aeb','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('aeb','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('aeb','messages:revdelete-unsuppress','s:72:\"aeb:إزالة الضوابط من المراجعات المسترجعة\";'),('aeb','messages:reverted','s:31:\"en:Reverted to earlier revision\";'),('aeb','messages:revertmerge','s:25:\"aeb:إلغاء الدمج\";'),('aeb','messages:revertmove','s:16:\"aeb:استرجع\";'),('aeb','messages:revertpage','s:111:\"en:Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]\";'),('aeb','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('aeb','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('aeb','messages:revid','s:14:\"en:revision $1\";'),('aeb','messages:revision-info','s:35:\"aeb:مراجعة $1 بواسطة $2\";'),('aeb','messages:revision-info-current','s:4:\"en:-\";'),('aeb','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('aeb','messages:revisionasof','s:20:\"aeb:Version mtaε $1\";'),('aeb','messages:revisiondelete','s:44:\"aeb:حذف/استرجاع المراجعات\";'),('aeb','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('aeb','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('aeb','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('aeb','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('aeb','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('aeb','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('aeb','messages:right-bigdelete','s:36:\"en:Delete pages with large histories\";'),('aeb','messages:right-block','s:33:\"en:Block other users from editing\";'),('aeb','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('aeb','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('aeb','messages:right-browsearchive','s:23:\"en:Search deleted pages\";'),('aeb','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('aeb','messages:right-createaccount','s:27:\"en:Create new user accounts\";'),('aeb','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('aeb','messages:right-createtalk','s:26:\"en:Create discussion pages\";'),('aeb','messages:right-delete','s:15:\"en:Delete pages\";'),('aeb','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('aeb','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('aeb','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('aeb','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('aeb','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('aeb','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('aeb','messages:right-edit','s:13:\"en:Edit pages\";'),('aeb','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('aeb','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('aeb','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('aeb','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('aeb','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('aeb','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('aeb','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";'),('aeb','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('aeb','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('aeb','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('aeb','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('aeb','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('aeb','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('aeb','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('aeb','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('aeb','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('aeb','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('aeb','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('aeb','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('aeb','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('aeb','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('aeb','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('aeb','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('aeb','messages:right-mergehistory','s:29:\"en:Merge the history of pages\";'),('aeb','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('aeb','messages:right-minoredit','s:22:\"en:Mark edits as minor\";'),('aeb','messages:right-move','s:13:\"en:Move pages\";'),('aeb','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('aeb','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('aeb','messages:right-move-subpages','s:33:\"en:Move pages with their subpages\";'),('aeb','messages:right-movefile','s:13:\"en:Move files\";'),('aeb','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('aeb','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('aeb','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('aeb','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('aeb','messages:right-pagelang','s:23:\"en:Change page language\";'),('aeb','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('aeb','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('aeb','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('aeb','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('aeb','messages:right-read','s:13:\"en:Read pages\";'),('aeb','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('aeb','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('aeb','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('aeb','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('aeb','messages:right-sendemail','s:28:\"en:Send email to other users\";'),('aeb','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('aeb','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('aeb','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('aeb','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('aeb','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('aeb','messages:right-undelete','s:18:\"en:Undelete a page\";'),('aeb','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('aeb','messages:right-upload','s:15:\"en:Upload files\";'),('aeb','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('aeb','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('aeb','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('aeb','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('aeb','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('aeb','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('aeb','messages:right-writeapi','s:23:\"en:Use of the write API\";'),('aeb','messages:rightslog','s:18:\"en:User rights log\";'),('aeb','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('aeb','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('aeb','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('aeb','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('aeb','messages:rightsnone','s:9:\"en:(none)\";'),('aeb','messages:rollback','s:18:\"en:Roll back edits\";'),('aeb','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('aeb','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('aeb','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('aeb','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('aeb','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('aeb','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('aeb','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('aeb','messages:rollbacklink','s:11:\"aeb:rajjaε\";'),('aeb','messages:rollbacklinkcount','s:39:\"en:rollback $1 {{PLURAL:$1|edit|edits}}\";'),('aeb','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('aeb','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('aeb','messages:sat','s:10:\"aeb:essibt\";'),('aeb','messages:saturday','s:10:\"aeb:essibt\";'),('aeb','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('aeb','messages:savearticle','s:25:\"aeb:احفظ الصفحة\";'),('aeb','messages:savearticle-start','s:15:\"en:Save page…\";'),('aeb','messages:savechanges','s:15:\"en:Save changes\";'),('aeb','messages:savechanges-start','s:18:\"en:Save changes…\";'),('aeb','messages:savedprefs','s:36:\"en:Your preferences have been saved.\";'),('aeb','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('aeb','messages:savefile','s:12:\"en:Save file\";'),('aeb','messages:saveprefs','s:7:\"en:Save\";'),('aeb','messages:saveusergroups','s:33:\"en:Save {{GENDER:$1|user}} groups\";'),('aeb','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('aeb','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('aeb','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('aeb','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('aeb','messages:search','s:10:\"aeb:Lawwej\";'),('aeb','messages:search-category','s:16:\"en:(category $1)\";'),('aeb','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('aeb','messages:search-external','s:18:\"en:External search\";'),('aeb','messages:search-file-match','s:25:\"en:(matches file content)\";'),('aeb','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('aeb','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('aeb','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('aeb','messages:search-interwiki-custom','s:3:\"en:\";'),('aeb','messages:search-interwiki-more','s:9:\"en:(more)\";'),('aeb','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('aeb','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('aeb','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('aeb','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('aeb','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('aeb','messages:search-nonefound','s:59:\"aeb:لا توجد نتائج تطابق الاستعلام.\";'),('aeb','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('aeb','messages:search-redirect','s:21:\"aeb:(تحويلة $1)\";'),('aeb','messages:search-relatedarticle','s:10:\"en:Related\";'),('aeb','messages:search-result-category-size','s:380:\"aeb:{{PLURAL:$1|لا أعضاء|عضو واحد|عضوان|$1 أعضاء|$1 عضوًا|$1 عضو}} ({{PLURAL:$2|لا تصانيف فرعية|تصنيف فرعي واحد|تصنيفان فرعيان|$2 تصنيفات فرعية|$2 تصنيفًا فرعيًا|$2 تصنيف فرعي}} و{{PLURAL:$3|لا ملفات|ملف واحد|ملفان|$3 ملفات|$3 ملفًا|$3 ملف}})\";'),('aeb','messages:search-result-size','s:75:\"aeb:$1 ({{PLURAL:Ħatta kelma|Kelma waħda|Kelmtin|$2 kelmat|$2 en kelma}})\";'),('aeb','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('aeb','messages:search-section','s:16:\"aeb:(section $1)\";'),('aeb','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('aeb','messages:search-suggest','s:28:\"aeb:هل كنت تقصد: $1\";'),('aeb','messages:search-summary','s:3:\"en:\";'),('aeb','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('aeb','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('aeb','messages:searchall','s:9:\"aeb:Elkol\";'),('aeb','messages:searcharticle','s:10:\"aeb:Lawwej\";'),('aeb','messages:searchbutton','s:10:\"aeb:Lawwej\";'),('aeb','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('aeb','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('aeb','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('aeb','messages:searchmenu-exists','s:57:\"aeb:\'\'\'famma ss\'af7a ismha \"[[:$1]]\" fi hedha el wiki.\'\'\'\";'),('aeb','messages:searchmenu-new','s:67:\"aeb:\'\'\'أنشئ الصفحة \"[[:$1]]\" في هذا الويكي!\'\'\'\";'),('aeb','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('aeb','messages:searchprofile-advanced','s:11:\"aeb:Avancé\";'),('aeb','messages:searchprofile-advanced-tooltip','s:56:\"aeb:Ekhtar les espaces de noms elli bech tfarkes εlihom\";'),('aeb','messages:searchprofile-articles','s:25:\"aeb:Safħat mtaε contenu\";'),('aeb','messages:searchprofile-articles-tooltip','s:16:\"aeb:Farkes fi $1\";'),('aeb','messages:searchprofile-everything','s:12:\"aeb:Kol chay\";'),('aeb','messages:searchprofile-everything-tooltip','s:45:\"aeb:Farkes kol chay (ħatta safħat leħdith)\";'),('aeb','messages:searchprofile-images','s:15:\"aeb:Multimédia\";'),('aeb','messages:searchprofile-images-tooltip','s:23:\"aeb:Farkes f\'elfichiers\";'),('aeb','messages:searchrelated','s:16:\"aeb:مرتبطة\";'),('aeb','messages:searchresults','s:32:\"aeb:Errézultʾa mtagħ ettalwij\";'),('aeb','messages:searchresults-title','s:43:\"aeb:Errézultʾa mtagħ ettalwij għla \"$1\"\";'),('aeb','messages:searchresultshead','s:9:\"en:Search\";'),('aeb','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('aeb','messages:searchsuggest-search','s:35:\"aeb-arab:لوّج في {{SITENAME}}\";'),('aeb','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('aeb','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('aeb','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('aeb','messages:sectioneditnotsupported-text','s:72:\"aeb:تعديل الأقسام غير مدعوم في هذه الصفحة\";'),('aeb','messages:sectioneditnotsupported-title','s:47:\"aeb:تعديل الأقسام غير مدعوم\";'),('aeb','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('aeb','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('aeb','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('aeb','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('aeb','messages:semiprotectedpagewarning','s:203:\"aeb:\'\'\'ملاحظة:\'\'\' تمت حماية هذه الصفحة بحيث يمكن للمستخدمين المسجلين فقط تعديلها.\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb','messages:sep','s:8:\"aeb:Sept\";'),('aeb','messages:september','s:13:\"aeb:Septembre\";'),('aeb','messages:september-gen','s:13:\"aeb:Septembre\";'),('aeb','messages:servertime','s:15:\"en:Server time:\";'),('aeb','messages:session_fail_preview','s:330:\"aeb:\'\'\'عذرا! لم نتمكن من حفظ التعديلات التي قمت بها نتيجة لضياع بيانات هذه الجلسة.\nمن فضلك حاول مرة أخرى.\nفي حال استمرار المشكلة حاول أن تقوم [[Special:UserLogout|بالخروج]] ومن ثم الولوج مرة أخرى.\'\'\'\";'),('aeb','messages:session_fail_preview_html','s:509:\"aeb:\'\'\'عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\'\'\'\n\n\'\'لأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.\'\'\n\n\'\'\'إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا.\'\'\'\";'),('aeb','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('aeb','messages:sessionfailure-title','s:18:\"en:Session failure\";'),('aeb','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('aeb','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('aeb','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('aeb','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('aeb','messages:shared-repo','s:22:\"en:a shared repository\";'),('aeb','messages:shared-repo-from','s:10:\"en:from $1\";'),('aeb','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('aeb','messages:shareddescriptionfollows','s:4:\"en:-\";'),('aeb','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('aeb','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('aeb','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('aeb','messages:sharedupload-desc-here','s:187:\"aeb:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\nالوصف على [$2 صفحة وصف الملف] هناك معروض بالأسفل.\";'),('aeb','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('aeb','messages:shortpages','s:14:\"en:Short pages\";'),('aeb','messages:shortpages-summary','s:3:\"en:\";'),('aeb','messages:show','s:12:\"aeb:اعرض\";'),('aeb','messages:show-big-image','s:21:\"aeb:دقة كاملة\";'),('aeb','messages:show-big-image-other','s:50:\"en:Other {{PLURAL:$2|resolution|resolutions}}: $1.\";'),('aeb','messages:show-big-image-preview','s:28:\"en:Size of this preview: $1.\";'),('aeb','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('aeb','messages:show-big-image-size','s:18:\"en:$1 × $2 pixels\";'),('aeb','messages:showdiff','s:31:\"aeb:أظهر التغييرات\";'),('aeb','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('aeb','messages:showhideselectedversions','s:55:\"aeb:أظهر/أخف المراجعات المختارة\";'),('aeb','messages:showingresults','s:126:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} starting with #<strong>$2</strong>.\";'),('aeb','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('aeb','messages:shown-title','s:99:\"aeb: Warri{{PLURAL:Résultat weħed|Zouz résultats|$1  résultats|$1 en résultat}} men kol safħa\";'),('aeb','messages:showpreview','s:25:\"aeb:أظهر معاينة\";'),('aeb','messages:showtoc','s:9:\"aeb:Warri\";'),('aeb','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('aeb','messages:sig-text','s:7:\"en:--$1\";'),('aeb','messages:sig_tip','s:51:\"aeb:توقيعك مع الساعة والتاريخ\";'),('aeb','messages:signature','s:65:\"aeb-arab:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|حديث]])\";'),('aeb','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('aeb','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('aeb','messages:signupend','s:3:\"en:\";'),('aeb','messages:signupend-https','s:3:\"en:\";'),('aeb','messages:signupstart','s:3:\"en:\";'),('aeb','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('aeb','messages:site-atom-feed','s:22:\"aeb:Flux Atom mtaε $1\";'),('aeb','messages:site-rss-feed','s:32:\"aeb:$1 تلقيم أر إس إس\";'),('aeb','messages:sitecsspreview','s:127:\"aeb:\'\'\' تذكر أنك فقط في وضع المعاينة لهذا CSS \'\'\' \n\'\'\' ولم يتم حفظ الصفحة بعد! \'\'\'\";'),('aeb','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('aeb','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('aeb','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('aeb','messages:sitejspreview','s:129:\"aeb:\'\'\' تذكر أنك فقط في وضع المعاينة لكود JavaScript هذا\'\'\' \n\'\'\' ولم يتم حفظه بعد! \'\'\'\";'),('aeb','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('aeb','messages:sitenotice','s:4:\"en:-\";'),('aeb','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('aeb','messages:sitesubtitle','s:3:\"en:\";'),('aeb','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('aeb','messages:siteuser','s:23:\"en:{{SITENAME}} user $1\";'),('aeb','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('aeb','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('aeb','messages:size-exabytes','s:8:\"en:$1 EB\";'),('aeb','messages:size-exapixel','s:8:\"en:$1 EP\";'),('aeb','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('aeb','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('aeb','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('aeb','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('aeb','messages:size-megabytes','s:8:\"en:$1 MB\";'),('aeb','messages:size-megapixel','s:8:\"en:$1 MP\";'),('aeb','messages:size-petabytes','s:8:\"en:$1 PB\";'),('aeb','messages:size-petapixel','s:8:\"en:$1 PP\";'),('aeb','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('aeb','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('aeb','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('aeb','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('aeb','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('aeb','messages:size-terabytes','s:8:\"en:$1 TB\";'),('aeb','messages:size-terapixel','s:8:\"en:$1 TP\";'),('aeb','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('aeb','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('aeb','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('aeb','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('aeb','messages:skin-action-addsection','s:28:\"aeb-arab:أضف موضوعا\";'),('aeb','messages:skin-action-delete','s:17:\"aeb-arab:احذف\";'),('aeb','messages:skin-action-move','s:17:\"aeb-arab:حوّل\";'),('aeb','messages:skin-action-protect','s:10:\"en:Protect\";'),('aeb','messages:skin-action-undelete','s:32:\"aeb-arab:استرجع الحذف\";'),('aeb','messages:skin-action-unprotect','s:20:\"en:Change protection\";'),('aeb','messages:skin-action-viewdeleted','s:24:\"aeb-arab:أأعرض $1؟\";'),('aeb','messages:skin-action-viewsource','s:14:\"en:View source\";'),('aeb','messages:skin-preview','s:10:\"en:Preview\";'),('aeb','messages:skin-view-create','s:9:\"en:Create\";'),('aeb','messages:skin-view-create-local','s:24:\"en:Add local description\";'),('aeb','messages:skin-view-edit','s:17:\"aeb-arab:بدّل\";'),('aeb','messages:skin-view-edit-local','s:25:\"en:Edit local description\";'),('aeb','messages:skin-view-foreign','s:27:\"aeb-arab:ورّي على $1\";'),('aeb','messages:skin-view-history','s:28:\"aeb-arab:ورّي الپاج\";'),('aeb','messages:skin-view-view','s:17:\"aeb-arab:أقرا\";'),('aeb','messages:skinname-minerva','s:10:\"en:Minerva\";'),('aeb','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('aeb','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('aeb','messages:slot-name-main','s:7:\"en:Main\";'),('aeb','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('aeb','messages:sorbs','s:8:\"en:DNSBL\";'),('aeb','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('aeb','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('aeb','messages:sort-ascending','s:27:\"aeb:ترتيب تصاعدي\";'),('aeb','messages:sort-descending','s:27:\"aeb:ترتيب تنازلي\";'),('aeb','messages:sort-initial','s:15:\"en:Sort initial\";'),('aeb','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('aeb','messages:sourcefilename','s:19:\"en:Source filename:\";'),('aeb','messages:sourceurl','s:14:\"en:Source URL:\";'),('aeb','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb','messages:sp-contributions-blocklog','s:21:\"aeb:سجل المنع\";'),('aeb','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('aeb','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('aeb','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('aeb','messages:sp-contributions-explain','s:3:\"en:\";'),('aeb','messages:sp-contributions-footer','s:4:\"en:-\";'),('aeb','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('aeb','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('aeb','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('aeb','messages:sp-contributions-logs','s:14:\"aeb:سجلات\";'),('aeb','messages:sp-contributions-newbies','s:66:\"aeb:اعرض مساهمات الحسابات الجديدة فقط\";'),('aeb','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('aeb','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('aeb','messages:sp-contributions-search','s:30:\"aeb:بحث عن مساهمات\";'),('aeb','messages:sp-contributions-submit','s:10:\"aeb:lawwej\";'),('aeb','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('aeb','messages:sp-contributions-talk','s:12:\"aeb:نقاش\";'),('aeb','messages:sp-contributions-toponly','s:47:\"aeb:أظهر أعلى المراجعات فقط\";'),('aeb','messages:sp-contributions-uploads','s:18:\"aeb:مرفوعات\";'),('aeb','messages:sp-contributions-username','s:49:\"aeb:عنوان أيبي أو اسم مستخدم:\";'),('aeb','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('aeb','messages:sp-deletedcontributions-contribs','s:16:\"en:contributions\";'),('aeb','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('aeb','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('aeb','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('aeb','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('aeb','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('aeb','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('aeb','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('aeb','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('aeb','messages:special-characters-group-arabic','s:9:\"en:Arabic\";'),('aeb','messages:special-characters-group-arabicextended','s:18:\"en:Arabic extended\";'),('aeb','messages:special-characters-group-bangla','s:9:\"en:Bangla\";'),('aeb','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('aeb','messages:special-characters-group-cyrillic','s:11:\"en:Cyrillic\";'),('aeb','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('aeb','messages:special-characters-group-greek','s:8:\"en:Greek\";'),('aeb','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('aeb','messages:special-characters-group-gujarati','s:11:\"en:Gujarati\";'),('aeb','messages:special-characters-group-hebrew','s:9:\"en:Hebrew\";'),('aeb','messages:special-characters-group-ipa','s:6:\"en:IPA\";'),('aeb','messages:special-characters-group-khmer','s:8:\"en:Khmer\";'),('aeb','messages:special-characters-group-lao','s:6:\"en:Lao\";'),('aeb','messages:special-characters-group-latin','s:8:\"en:Latin\";'),('aeb','messages:special-characters-group-latinextended','s:17:\"en:Latin extended\";'),('aeb','messages:special-characters-group-persian','s:10:\"en:Persian\";'),('aeb','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('aeb','messages:special-characters-group-sinhala','s:10:\"en:Sinhala\";'),('aeb','messages:special-characters-group-symbols','s:10:\"en:Symbols\";'),('aeb','messages:special-characters-group-tamil','s:8:\"en:Tamil\";'),('aeb','messages:special-characters-group-telugu','s:9:\"en:Telugu\";'),('aeb','messages:special-characters-group-thai','s:7:\"en:Thai\";'),('aeb','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('aeb','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('aeb','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('aeb','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('aeb','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('aeb','messages:specialeditpage-page','s:14:\"en:Target page\";'),('aeb','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('aeb','messages:speciallogtitlelabel','s:51:\"en:Target (title or {{ns:user}}:username for user):\";'),('aeb','messages:specialloguserlabel','s:13:\"en:Performer:\";'),('aeb','messages:specialmute','s:7:\"en:Mute\";'),('aeb','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('aeb','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('aeb','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('aeb','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('aeb','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('aeb','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('aeb','messages:specialmute-submit','s:10:\"en:Confirm\";'),('aeb','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('aeb','messages:specialpage','s:21:\"aeb:Sʾafħa spesyàl\";'),('aeb','messages:specialpage-empty','s:40:\"en:There are no results for this report.\";'),('aeb','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('aeb','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('aeb','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('aeb','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('aeb','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('aeb','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('aeb','messages:specialpages','s:22:\"aeb:Safħat spéciales\";'),('aeb','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('aeb','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('aeb','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('aeb','messages:specialpages-group-login','s:25:\"en:Login / create account\";'),('aeb','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('aeb','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('aeb','messages:specialpages-group-other','s:22:\"en:Other special pages\";'),('aeb','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('aeb','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('aeb','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('aeb','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('aeb','messages:specialpages-group-users','s:19:\"en:Users and rights\";'),('aeb','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('aeb','messages:specialpages-note-cached','s:4:\"en:-\";'),('aeb','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('aeb','messages:specialpages-note-top','s:9:\"en:Legend\";'),('aeb','messages:specialpages-summary','s:3:\"en:\";'),('aeb','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('aeb','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('aeb','messages:specialpurge-page','s:14:\"en:Target page\";'),('aeb','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('aeb','messages:statistics','s:18:\"aeb:إحصاءات\";'),('aeb','messages:statistics-articles','s:16:\"en:Content pages\";'),('aeb','messages:statistics-articles-desc','s:3:\"en:\";'),('aeb','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('aeb','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('aeb','messages:statistics-files','s:17:\"en:Uploaded files\";'),('aeb','messages:statistics-files-desc','s:3:\"en:\";'),('aeb','messages:statistics-footer','s:3:\"en:\";'),('aeb','messages:statistics-header-edits','s:18:\"en:Edit statistics\";'),('aeb','messages:statistics-header-hooks','s:19:\"en:Other statistics\";'),('aeb','messages:statistics-header-pages','s:18:\"en:Page statistics\";'),('aeb','messages:statistics-header-users','s:18:\"en:User statistics\";'),('aeb','messages:statistics-pages','s:8:\"en:Pages\";'),('aeb','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('aeb','messages:statistics-summary','s:3:\"en:\";'),('aeb','messages:statistics-users','s:19:\"en:Registered users\";'),('aeb','messages:statistics-users-active','s:15:\"en:Active users\";'),('aeb','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('aeb','messages:storedversion','s:31:\"aeb:النسخة المخزنة\";'),('aeb','messages:subcategories','s:37:\"aeb:التصنيفات الفرعية\";'),('aeb','messages:subject','s:26:\"aeb:موضوع/عنوان:\";'),('aeb','messages:subject-preview','s:47:\"aeb:معاينة للموضوع/العنوان:\";'),('aeb','messages:summary','s:13:\"aeb:ملخص:\";'),('aeb','messages:summary-preview','s:30:\"aeb:معاينة الملخص:\";'),('aeb','messages:sun','s:10:\"aeb:ela7ad\";'),('aeb','messages:sunday','s:10:\"aeb:ela7ad\";'),('aeb','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('aeb','messages:suppress','s:11:\"en:Suppress\";'),('aeb','messages:suppressionlog','s:25:\"aeb:سجل الإخفاء\";'),('aeb','messages:suppressionlogtext','s:255:\"aeb:بالأسفل قائمة بعمليات الحذف والمنع التي تتضمن محتوى مخفيا عن الإداريين.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لترى عمليات المنع القائمة الآن.\";'),('aeb','messages:suspicious-userlogout','s:126:\"aeb:رفض طلب خروجك لأنه يبدو كأنه أرسل عن طريق متصفح معطوب أو وسيط تخزين.\";'),('aeb','messages:svg-long-desc','s:71:\"aeb:ملف SVG، أبعاده $1 × $2 بكسل، حجم الملف: $3\";'),('aeb','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('aeb','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('aeb','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('aeb','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('aeb','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('aeb','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('aeb','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('aeb','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('aeb','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('aeb','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('aeb','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('aeb','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('aeb','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('aeb','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('aeb','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('aeb','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('aeb','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('aeb','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('aeb','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('aeb','messages:table_pager_empty','s:13:\"en:No results\";'),('aeb','messages:table_pager_first','s:13:\"en:First page\";'),('aeb','messages:table_pager_last','s:12:\"en:Last page\";'),('aeb','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('aeb','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('aeb','messages:table_pager_limit_submit','s:5:\"en:Go\";'),('aeb','messages:table_pager_next','s:12:\"en:Next page\";'),('aeb','messages:table_pager_prev','s:16:\"en:Previous page\";'),('aeb','messages:tag-filter','s:43:\"aeb:مرشح [[Special:Tags|الوسوم]]:\";'),('aeb','messages:tag-filter-submit','s:9:\"en:Filter\";'),('aeb','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('aeb','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('aeb','messages:tag-mobile_edit','s:23:\"aeb:Baddil mil-portabil\";'),('aeb','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('aeb','messages:tag-mobile_web_edit','s:18:\"en:Mobile web edit\";'),('aeb','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('aeb','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('aeb','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('aeb','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('aeb','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('aeb','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('aeb','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('aeb','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('aeb','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('aeb','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('aeb','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('aeb','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('aeb','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('aeb','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('aeb','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('aeb','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('aeb','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('aeb','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('aeb','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('aeb','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('aeb','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('aeb','messages:tag-mw-undo','s:7:\"en:Undo\";'),('aeb','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('aeb','messages:tagline','s:20:\"aeb:Men {{SITENAME}}\";'),('aeb','messages:tags','s:20:\"en:Valid change tags\";'),('aeb','messages:tags-actions-header','s:10:\"en:Actions\";'),('aeb','messages:tags-activate','s:11:\"en:activate\";'),('aeb','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('aeb','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('aeb','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('aeb','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('aeb','messages:tags-activate-submit','s:11:\"en:Activate\";'),('aeb','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('aeb','messages:tags-active-header','s:10:\"en:Active?\";'),('aeb','messages:tags-active-no','s:5:\"en:No\";'),('aeb','messages:tags-active-yes','s:6:\"en:Yes\";'),('aeb','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('aeb','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('aeb','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('aeb','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('aeb','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('aeb','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('aeb','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('aeb','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('aeb','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('aeb','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('aeb','messages:tags-create-reason','s:10:\"en:Reason:\";'),('aeb','messages:tags-create-submit','s:9:\"en:Create\";'),('aeb','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('aeb','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('aeb','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('aeb','messages:tags-deactivate','s:13:\"en:deactivate\";'),('aeb','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('aeb','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('aeb','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('aeb','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('aeb','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('aeb','messages:tags-delete','s:9:\"en:delete\";'),('aeb','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('aeb','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('aeb','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('aeb','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('aeb','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('aeb','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('aeb','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('aeb','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('aeb','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('aeb','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('aeb','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('aeb','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('aeb','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('aeb','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('aeb','messages:tags-edit','s:17:\"aeb-arab:بدّل\";'),('aeb','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('aeb','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('aeb','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('aeb','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('aeb','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('aeb','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('aeb','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('aeb','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('aeb','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('aeb','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('aeb','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('aeb','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('aeb','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('aeb','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('aeb','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('aeb','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('aeb','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('aeb','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('aeb','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('aeb','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('aeb','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('aeb','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('aeb','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('aeb','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('aeb','messages:tags-hidden','s:11:\"en:(hidden)\";'),('aeb','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('aeb','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('aeb','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('aeb','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('aeb','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('aeb','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('aeb','messages:tags-source-header','s:9:\"en:Source\";'),('aeb','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('aeb','messages:tags-source-none','s:19:\"en:No longer in use\";'),('aeb','messages:tags-summary','s:3:\"en:\";'),('aeb','messages:tags-tag','s:11:\"en:Tag name\";'),('aeb','messages:tags-title','s:7:\"en:Tags\";'),('aeb','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('aeb','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('aeb','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('aeb','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('aeb','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('aeb','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('aeb','messages:talk','s:10:\"aeb:Ħdith\";'),('aeb','messages:talkpage','s:30:\"aeb:Tħaddeth għal pàj hadhi\";'),('aeb','messages:talkpageheader','s:4:\"en:-\";'),('aeb','messages:talkpagelinktext','s:10:\"aeb:Ħdith\";'),('aeb','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('aeb','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('aeb','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('aeb','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('aeb','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('aeb','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('aeb','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('aeb','messages:template-protected','s:15:\"aeb:(protégé)\";'),('aeb','messages:template-semiprotected','s:27:\"aeb:(حماية جزئية)\";'),('aeb','messages:templatepage','s:32:\"aeb:Chouf elpàj mtagħ elmodàl\";'),('aeb','messages:templatesused','s:146:\"aeb:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذه الصفحة:\";'),('aeb','messages:templatesusedpreview','s:150:\"aeb:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذه المعاينة:\";'),('aeb','messages:templatesusedsection','s:144:\"aeb:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذا القسم:\";'),('aeb','messages:textmatches','s:20:\"en:Page text matches\";'),('aeb','messages:thisisdeleted','s:29:\"aeb:Warri wella rajjagħ $1؟\";'),('aeb','messages:throttled-mailpassword','s:337:\"aeb:تم بالفعل إرسال تذكير بكلمة السر، في ال{{PLURAL:$1||ساعة الماضية|ساعتين الماضيتين|$1 ساعات الماضية|$1 ساعة الماضية}}.\nلمنع التخريب، سيتم إرسال تذكير واحد كل {{PLURAL:$1||ساعة|ساعتين|$1 ساعات|$1 ساعة}}.\";'),('aeb','messages:thu','s:10:\"aeb:el5mis\";'),('aeb','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('aeb','messages:thumbnail-more','s:10:\"aeb:Kabber\";'),('aeb','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('aeb','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('aeb','messages:thumbnail_error','s:50:\"aeb:خطأ في إنشاء صورة مصغرة: $1\";'),('aeb','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('aeb','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('aeb','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('aeb','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('aeb','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('aeb','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('aeb','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('aeb','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('aeb','messages:thumbsize','s:18:\"en:Thumbnail size:\";'),('aeb','messages:thursday','s:11:\"aeb:el5amis\";'),('aeb','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('aeb','messages:timeouterror','s:19:\"en:Server timed out\";'),('aeb','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('aeb','messages:timezone-local','s:8:\"en:Local\";'),('aeb','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('aeb','messages:timezone-utc','s:6:\"en:UTC\";'),('aeb','messages:timezonelegend','s:13:\"en:Time zone:\";'),('aeb','messages:timezoneregion-africa','s:9:\"en:Africa\";'),('aeb','messages:timezoneregion-america','s:10:\"en:America\";'),('aeb','messages:timezoneregion-antarctica','s:13:\"en:Antarctica\";'),('aeb','messages:timezoneregion-arctic','s:9:\"en:Arctic\";'),('aeb','messages:timezoneregion-asia','s:7:\"en:Asia\";'),('aeb','messages:timezoneregion-atlantic','s:17:\"en:Atlantic Ocean\";'),('aeb','messages:timezoneregion-australia','s:12:\"en:Australia\";'),('aeb','messages:timezoneregion-europe','s:9:\"en:Europe\";'),('aeb','messages:timezoneregion-indian','s:15:\"en:Indian Ocean\";'),('aeb','messages:timezoneregion-pacific','s:16:\"en:Pacific Ocean\";'),('aeb','messages:timezoneuseoffset','s:31:\"en:Other (time offset from UTC)\";'),('aeb','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('aeb','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('aeb','messages:title-invalid-characters','s:62:\"en:The requested page title contains invalid characters: \"$1\".\";'),('aeb','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('aeb','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('aeb','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('aeb','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('aeb','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('aeb','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('aeb','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('aeb','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('aeb','messages:titlematches','s:21:\"en:Page title matches\";'),('aeb','messages:titleprotected','s:126:\"aeb:{{GENDER:$1|حمى|حمت}} [[User:$1|$1]] هذا العنوان من الإنشاء.\nالسبب المعطى هو \'\'$2\'\'.\";'),('aeb','messages:titleprotectedwarning','s:226:\"aeb:\'\'\'تحذير:  هذه الصفحة تمت حمايتها بحيث أن [[Special:ListGroupRights|صلاحيات معينة]] مطلوبة لإنشائها.\'\'\'\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('aeb','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('aeb','messages:toc','s:11:\"aeb:Contenu\";'),('aeb','messages:today-at','s:5:\"en:$1\";'),('aeb','messages:tog-ccmeonemails','s:134:\"aeb:أرسل لي نسخا من رسائل البريد الإلكتروني التي أرسلها للمستخدمين الآخرين\";'),('aeb','messages:tog-diffonly','s:67:\"aeb:لا تعرض محتوى الصفحة أسفل الفروقات\";'),('aeb','messages:tog-editondblclick','s:79:\"aeb:عدل الصفحات عند الضغط المزدوج (جافاسكربت)\";'),('aeb','messages:tog-editsectiononrightclick','s:142:\"aeb:فعل تعديل الأقسام بواسطة كبسة الفأرة اليمين على عناوين الأقسام (جافاسكريبت)\";'),('aeb','messages:tog-enotifminoredits','s:83:\"aeb:Abgħethli mail zàda għattabdilàt essʾghàr mtagħ elpàjàt w elfichyéàt\";'),('aeb','messages:tog-enotifrevealaddr','s:64:\"aeb:Warri ladrisa mail mtagħi f elmailàt mtagħ ennotifikasyon\";'),('aeb','messages:tog-enotifusertalkpages','s:68:\"aeb:Abgħethli mail watelli elpàj mtagħ leħdith mtagħi tetbaddel\";'),('aeb','messages:tog-enotifwatchlistpages','s:90:\"aeb:Abgħethli mail waqtelli pàj wella fichyé m ellista mtagħ elgħassa mtagħi tbaddel\";'),('aeb','messages:tog-extendwatchlist','s:95:\"aeb:Wassegħ ellista mtagħ elgħassa bech twarri ettabdilàt elkoll, w mouch lekhrànìn kahaw\";'),('aeb','messages:tog-fancysig','s:86:\"aeb:عامل التوقيع كنص ويكي (بدون وصلة أوتوماتيكية)\";'),('aeb','messages:tog-forceeditsummary','s:61:\"aeb:نبهني عند إدخال ملخص تعديل فارغ\";'),('aeb','messages:tog-hidecategorization','s:31:\"en:Hide categorization of pages\";'),('aeb','messages:tog-hideminor','s:60:\"aeb:Khabbi ettabdilàt essʾgħàr m ettabdilàt lekhrànìn\";'),('aeb','messages:tog-hidepatrolled','s:69:\"aeb:Khabbi ettabdilàt elmagħsous għlihom m ettabdilàt lekhrànìn\";'),('aeb','messages:tog-minordefault','s:49:\"aeb:Marki ettabdilàt essʾghàr elkoll par défo\";'),('aeb','messages:tog-newpageshidepatrolled','s:76:\"aeb:Khabbi elpàjàt elmagħsous għlihom m ellista mtagħ elpàjàt ejjdida\";'),('aeb','messages:tog-norollbackdiff','s:58:\"aeb:أزل الفرق بعد القيام باسترجاع\";'),('aeb','messages:tog-numberheadings','s:51:\"aeb:Nwàmer otomatik l ettitrouàt mtagħ esseksyon\";'),('aeb','messages:tog-oldsig','s:30:\"aeb:Ettosʾħàħa elmawjouda:\";'),('aeb','messages:tog-prefershttps','s:49:\"en:Always use a secure connection while logged in\";'),('aeb','messages:tog-previewonfirst','s:55:\"aeb:Warri tʾalla għla chsʾàr f ettabdila lawlàniya\";'),('aeb','messages:tog-previewontop','s:54:\"aeb:Warri tʾalla għla chsʾàr qbal ħokket ettabdil\";'),('aeb','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('aeb','messages:tog-showhiddencats','s:46:\"aeb:أظهر التصنيفات المخفية\";'),('aeb','messages:tog-shownumberswatching','s:45:\"aeb:Warri għdad lutilizateuràt elgħassàsa\";'),('aeb','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('aeb','messages:tog-showtoolbar','s:68:\"aeb:أظهر شريط التحرير (يتطلب جافاسكربت)\";'),('aeb','messages:tog-underline','s:34:\"aeb:Ħotʾ stʾar taħt errabtʾa:\";'),('aeb','messages:tog-useeditwarning','s:57:\"en:Warn me when I leave an edit page with unsaved changes\";'),('aeb','messages:tog-uselivepreview','s:86:\"aeb:استخدم الاستعراض السريع (جافاسكريبت) (تجريبي)\";'),('aeb','messages:tog-usenewrc','s:146:\"aeb:)جمّع التعديلات حسب الصفحة في أحدث التغييرات وقائمة المراقبة (يتطلب جافاسكربت\";'),('aeb','messages:tog-watchcreations','s:105:\"aeb:Zid elpàjàt elli għmalt\'hom w elfichyéàt elli tʾallagħt\'hom l ellista mtagħ elgħassa mtagħi\";'),('aeb','messages:tog-watchdefault','s:83:\"aeb:Zid elpàjàt w elfichyéàt elli nbaddelhom l ellista mtagħ elgħassa mtagħi\";'),('aeb','messages:tog-watchdeletion','s:84:\"aeb:Zid elpàjàt w elfichyéàt elli nnaħħihom l ellista mtagħ elgħassa mtagħi\";'),('aeb','messages:tog-watchlisthideanons','s:98:\"aeb:أخف تعديلات المستخدمين المجهولين من قائمة المراقبة\";'),('aeb','messages:tog-watchlisthidebots','s:69:\"aeb:أخف تعديلات البوت من قائمة المراقبة\";'),('aeb','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('aeb','messages:tog-watchlisthideliu','s:96:\"aeb:أخف تعديلات المستخدمين المسجلين من قائمة المراقبة\";'),('aeb','messages:tog-watchlisthideminor','s:77:\"aeb:أخف التعديلات الطفيفة من قائمة المراقبة\";'),('aeb','messages:tog-watchlisthideown','s:60:\"aeb:أخف تعديلاتي من قائمة المراقبة\";'),('aeb','messages:tog-watchlisthidepatrolled','s:79:\"aeb:أخف التعديلات المراجعة من قائمة المراقبة\";'),('aeb','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('aeb','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('aeb','messages:tog-watchmoves','s:82:\"aeb:Zid elpàjàt w elfichyéàt elli nhezzhom, l ellista mtagħ elgħassa mtagħi\";'),('aeb','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('aeb','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('aeb','messages:token_suffix_mismatch','s:313:\"aeb:\'\'\'تعديلك تم رفضه لأن عميلك أخطأ في علامات الترقيم\nفي نص التعديل. تم رفض التعديل لمنع فساد نص المقالة.\nهذا يحدث أحيانا عندما تستخدم خدمة بروكسي مجهول معيبة مبنية على الوب.\'\'\'\";'),('aeb','messages:tool-link-contributions','s:73:\"aeb-arab:مساهمات {{GENDER:$1|المستعمل|المستعملة}}\";'),('aeb','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('aeb','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('aeb','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('aeb','messages:toolbox','s:12:\"aeb:Magħoun\";'),('aeb','messages:tooltip-ca-addsection','s:32:\"aeb:ابدأ قسما جديدا\";'),('aeb','messages:tooltip-ca-delete','s:32:\"aeb:احذف هذه الصفحة\";'),('aeb','messages:tooltip-ca-edit','s:96:\"aeb:Tannjem tbaddel essafħa hedhi. Aman enzel εal bouton mtaε elvue el msabqa qbal matsajjel.\";'),('aeb','messages:tooltip-ca-history','s:36:\"aeb:Copiet qdom mtaε essafħa hedhi\";'),('aeb','messages:tooltip-ca-move','s:30:\"aeb:علم هذه الصفحة\";'),('aeb','messages:tooltip-ca-nstab-category','s:36:\"aeb:رؤية صفحة التصنيف\";'),('aeb','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('aeb','messages:tooltip-ca-nstab-image','s:32:\"aeb:رؤية صفحة الملف\";'),('aeb','messages:tooltip-ca-nstab-main','s:34:\"aeb:Chouf elcontenu mtaε essafħa\";'),('aeb','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('aeb','messages:tooltip-ca-nstab-mediawiki','s:26:\"en:View the system message\";'),('aeb','messages:tooltip-ca-nstab-project','s:36:\"aeb:رؤية صفحة المحتوى\";'),('aeb','messages:tooltip-ca-nstab-special','s:86:\"aeb:هذه صفحة خاصة، لا تستطيع أن تعدل الصفحة نفسها\";'),('aeb','messages:tooltip-ca-nstab-template','s:25:\"aeb:رؤية القالب\";'),('aeb','messages:tooltip-ca-nstab-user','s:38:\"aeb:اعرض صفحة المستخدم\";'),('aeb','messages:tooltip-ca-protect','s:30:\"aeb:احم هذه الصفحة\";'),('aeb','messages:tooltip-ca-talk','s:42:\"aeb:Discussion εal contenu mtaε essafħa\";'),('aeb','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('aeb','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('aeb','messages:tooltip-ca-unwatch','s:61:\"aeb:أزل هذه الصفحة من قائمة مراقبتك\";'),('aeb','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('aeb','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('aeb','messages:tooltip-ca-view','s:3:\"en:\";'),('aeb','messages:tooltip-ca-viewsource','s:58:\"aeb:Essʾafħa protéjé.\nTnajjem tchouf essours mtaħħa.\";'),('aeb','messages:tooltip-ca-watch','s:63:\"aeb:أضف هذه الصفحة إلى قائمة مراقبتك\";'),('aeb','messages:tooltip-compareselectedversions','s:96:\"aeb:شاهد الفروق بين النسختين المختارتين من هذه الصفحة.\";'),('aeb','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('aeb','messages:tooltip-diff','s:64:\"aeb:اعرض التغييرات التي قمت بها للنص.\";'),('aeb','messages:tooltip-feed-atom','s:45:\"aeb:تلقيم أتوم لهذه الصفحة\";'),('aeb','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('aeb','messages:tooltip-invert','s:114:\"en:Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)\";'),('aeb','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('aeb','messages:tooltip-minoredit','s:46:\"aeb:علم على هذا كتعديل طفيف\";'),('aeb','messages:tooltip-n-currentevents','s:51:\"aeb: Alqa information εla aham laħdeth mtaε tawa\";'),('aeb','messages:tooltip-n-help','s:13:\"aeb:Mouεawna\";'),('aeb','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('aeb','messages:tooltip-n-mainpage','s:29:\"aeb:Emchi l\'elpage principale\";'),('aeb','messages:tooltip-n-mainpage-description','s:29:\"aeb:Emchi l\'elpage principale\";'),('aeb','messages:tooltip-n-portal','s:69:\"aeb:Ɛ\'almachrouε, chnowa tnajem taεmel, win talqa elli ħajtek bih\";'),('aeb','messages:tooltip-n-randompage','s:27:\"aeb:Ħell sʾafħa elli tji\";'),('aeb','messages:tooltip-n-recentchanges','s:40:\"aeb:Lista mtaε ajad ettabdilat f\'elwiki\";'),('aeb','messages:tooltip-namespace_association','s:102:\"en:Check this box to also include the talk or subject namespace associated with the selected namespace\";'),('aeb','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('aeb','messages:tooltip-p-lang','s:3:\"en:\";'),('aeb','messages:tooltip-p-logo','s:29:\"aeb:Emchi l\'elpage principale\";'),('aeb','messages:tooltip-p-namespaces','s:3:\"en:\";'),('aeb','messages:tooltip-p-navigation','s:3:\"en:\";'),('aeb','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('aeb','messages:tooltip-p-tb','s:3:\"en:\";'),('aeb','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('aeb','messages:tooltip-p-user-page','s:3:\"en:\";'),('aeb','messages:tooltip-p-variants','s:3:\"en:\";'),('aeb','messages:tooltip-p-views','s:3:\"en:\";'),('aeb','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('aeb','messages:tooltip-preview','s:84:\"aeb:اعرض تغييراتك، من فضلك استخدم هذا قبل الحفظ!\";'),('aeb','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('aeb','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('aeb','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('aeb','messages:tooltip-pt-createaccount','s:122:\"aeb-arab:ماذابيك لوكان تعمل حساب و تدخل للويكي، أما موش لازمك تعمل هكّا\";'),('aeb','messages:tooltip-pt-login','s:45:\"aeb:Madhabina ken tconnecti, ama mouch bessif\";'),('aeb','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('aeb','messages:tooltip-pt-logout','s:12:\"aeb:خروج\";'),('aeb','messages:tooltip-pt-mycontris','s:31:\"aeb:قائمة مساهماتك\";'),('aeb','messages:tooltip-pt-mytalk','s:23:\"aeb:صفحة نقاشك\";'),('aeb','messages:tooltip-pt-preferences','s:20:\"aeb:تفضيلاتي\";'),('aeb','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('aeb','messages:tooltip-pt-userpage','s:47:\"aeb:صفحة المستخدم الخاصة بك\";'),('aeb','messages:tooltip-pt-watchlist','s:93:\"aeb:قائمة الصفحات التي تراقب التغييرات التي تحدث بها\";'),('aeb','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('aeb','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('aeb','messages:tooltip-rollback','s:85:\"aeb:\"Rajjaε\" yrajjeε ettabdilet f\'hassafħa el\'ekher weħed baddel fi nazla waħda.\";'),('aeb','messages:tooltip-save','s:29:\"aeb:احفظ تغييراتك\";'),('aeb','messages:tooltip-search','s:26:\"aeb:Lawwej fi {{SITENAME}}\";'),('aeb','messages:tooltip-search-fulltext','s:38:\"aeb:Farkes f\'essafħat εattexte hedha\";'),('aeb','messages:tooltip-search-go','s:64:\"aeb:اذهب إلى صفحة بالاسم نفسه إن وجدت\";'),('aeb','messages:tooltip-summary','s:34:\"aeb:أدخل ملخصا قصيرا\";'),('aeb','messages:tooltip-t-contributions','s:62:\"aeb:رؤية قائمة مساهمات هذا المستخدم\";'),('aeb','messages:tooltip-t-emailuser','s:49:\"aeb:أرسل رسالة لهذا المستخدم\";'),('aeb','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('aeb','messages:tooltip-t-permalink','s:47:\"aeb:Lien dayem l\'elversion hedhi mtaε essafħa\";'),('aeb','messages:tooltip-t-print','s:45:\"aeb:Version l\'ettabεan mtaε essafħa hedhi.\";'),('aeb','messages:tooltip-t-recentchangeslinked','s:62:\"aeb:Aham ettabldilet f\'essafħat elli ywaslou l\'essafħa hedhi\";'),('aeb','messages:tooltip-t-specialpages','s:44:\"aeb:Lista mtaε essafħat esspéciales elkol\";'),('aeb','messages:tooltip-t-upload','s:36:\"aeb:Abεeth des fichiers l\'esserveur\";'),('aeb','messages:tooltip-t-whatlinkshere','s:57:\"aeb:Lista mtaε safħat elwiki elkol elli twassel elhouni\";'),('aeb','messages:tooltip-undo','s:298:\"aeb:\"رجوع\" تسترجع هذا التعديل وتفتح نافذة التعديل في نمط العرض المسبق. تسمح بإضافة سبب في الملخص.\n\"Annuler\" trajjeε eltabdila lekhra w tħel fenêtre mtaε  el tabdil mtaε elvue el msabqa. Tnajjem tqoul εlech f\'ettalkhis.\";'),('aeb','messages:tooltip-upload','s:15:\"en:Start upload\";'),('aeb','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('aeb','messages:tooltip-watch','s:63:\"aeb:أضف هذه الصفحة إلى قائمة مراقبتك\";'),('aeb','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('aeb','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('aeb','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('aeb','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('aeb','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('aeb','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('aeb','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('aeb','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('aeb','messages:trackingcategories-name','s:15:\"en:Message name\";'),('aeb','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('aeb','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('aeb','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('aeb','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('aeb','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('aeb','messages:tue','s:11:\"aeb:ethlath\";'),('aeb','messages:tuesday','s:13:\"aeb:etholatha\";'),('aeb','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('aeb','messages:uctop','s:9:\"aeb:(top)\";'),('aeb','messages:unblock','s:15:\"en:Unblock user\";'),('aeb','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('aeb','messages:unblock-summary','s:3:\"en:\";'),('aeb','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('aeb','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('aeb','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('aeb','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('aeb','messages:unblockip','s:15:\"en:Unblock user\";'),('aeb','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('aeb','messages:unblocklink','s:23:\"aeb:ارفع المنع\";'),('aeb','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('aeb','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('aeb','messages:uncategorizedcategories','s:27:\"en:Uncategorized categories\";'),('aeb','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('aeb','messages:uncategorizedimages','s:22:\"en:Uncategorized files\";'),('aeb','messages:uncategorizedimages-summary','s:3:\"en:\";'),('aeb','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('aeb','messages:uncategorizedpages-summary','s:3:\"en:\";'),('aeb','messages:uncategorizedtemplates','s:26:\"en:Uncategorized templates\";'),('aeb','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('aeb','messages:undelete','s:21:\"en:View deleted pages\";'),('aeb','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('aeb','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('aeb','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('aeb','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('aeb','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('aeb','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('aeb','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('aeb','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('aeb','messages:undelete-fieldset-title','s:21:\"en:Undelete revisions\";'),('aeb','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('aeb','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('aeb','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('aeb','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('aeb','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('aeb','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('aeb','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('aeb','messages:undelete-search-box','s:23:\"en:Search deleted pages\";'),('aeb','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('aeb','messages:undelete-search-prefix','s:28:\"en:Show pages starting with:\";'),('aeb','messages:undelete-search-submit','s:9:\"en:Search\";'),('aeb','messages:undelete-search-title','s:23:\"en:Search deleted pages\";'),('aeb','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('aeb','messages:undelete-show-file-submit','s:6:\"en:Yes\";'),('aeb','messages:undelete-summary','s:3:\"en:\";'),('aeb','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('aeb','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('aeb','messages:undelete_short','s:51:\"aeb:Rajjagħ{{PLURAL:$1|tabdila waħda|$1 tabdila}}\";'),('aeb','messages:undeletebtn','s:11:\"en:Undelete\";'),('aeb','messages:undeletecomment','s:10:\"en:Reason:\";'),('aeb','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('aeb','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('aeb','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('aeb','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('aeb','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('aeb','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('aeb','messages:undeletelink','s:23:\"aeb:اعرض/استعد\";'),('aeb','messages:undeletepage','s:34:\"en:View and undelete deleted pages\";'),('aeb','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('aeb','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('aeb','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('aeb','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('aeb','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('aeb','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('aeb','messages:undeleteviewlink','s:12:\"aeb:اعرض\";'),('aeb','messages:underline-always','s:8:\"aeb:Dima\";'),('aeb','messages:underline-default','s:44:\"aeb:تبعا لإعدادات المتصفح\";'),('aeb','messages:underline-never','s:9:\"aeb:Jemla\";'),('aeb','messages:undo-failure','s:114:\"aeb:لم يمكن استرجاع التعديل بسبب تعديلات متعارضة تمت على الصفحة.\";'),('aeb','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('aeb','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('aeb','messages:undo-norev','s:100:\"aeb:فشل في الرجوع عن التعديل حيث أنه غير موجود أو تم حذفه.\";'),('aeb','messages:undo-success','s:282:\"aeb:يمكن استرجاع التعديل.\nمن فضلك تحقق من المقارنة بالأسفل للتأكد من أن هذا هو ما تريد أن تفعله، وبعد ذلك احفظ التغييرات بالأسفل للانتهاء من استرجاع التعديل.\";'),('aeb','messages:undo-summary','s:112:\"aeb:الرجوع عن التعديل $1 بواسطة [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]])\";'),('aeb','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('aeb','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('aeb','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('aeb','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('aeb','messages:unexpected','s:44:\"aeb:قيمة غير متوقعة: \"$1\"=\"$2\".\";'),('aeb','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('aeb','messages:unit-pixel','s:5:\"en:px\";'),('aeb','messages:unknown-error','s:29:\"en:An unknown error occurred.\";'),('aeb','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('aeb','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('aeb','messages:unlockbtn','s:18:\"en:Unlock database\";'),('aeb','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('aeb','messages:unlockdb','s:18:\"en:Unlock database\";'),('aeb','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('aeb','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('aeb','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('aeb','messages:unpatrolledletter','s:4:\"en:!\";'),('aeb','messages:unprotect','s:21:\"aeb:Baddel elħimàya\";'),('aeb','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('aeb','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('aeb','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('aeb','messages:unprotectthispage','s:41:\"aeb:Baddel elħimàya mtagħ elpàj hadhi\";'),('aeb','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('aeb','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('aeb','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('aeb','messages:unstrip-depth-warning','s:51:\"aeb-arab:تعدى حد العودية Unstrip  ($1)\";'),('aeb','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('aeb','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('aeb','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('aeb','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('aeb','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('aeb','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('aeb','messages:unusedcategories','s:20:\"en:Unused categories\";'),('aeb','messages:unusedcategories-summary','s:3:\"en:\";'),('aeb','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('aeb','messages:unusedimages','s:15:\"en:Unused files\";'),('aeb','messages:unusedimages-summary','s:3:\"en:\";'),('aeb','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('aeb','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('aeb','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('aeb','messages:unusedtemplates-summary','s:3:\"en:\";'),('aeb','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('aeb','messages:unusedtemplateswlh','s:14:\"en:other links\";'),('aeb','messages:unwatch','s:29:\"aeb:أوقف المراقبة\";'),('aeb','messages:unwatchedpages','s:18:\"en:Unwatched pages\";'),('aeb','messages:unwatchedpages-summary','s:3:\"en:\";'),('aeb','messages:unwatching','s:16:\"en:Unwatching...\";'),('aeb','messages:unwatchthispage','s:16:\"en:Stop watching\";'),('aeb','messages:updated','s:16:\"aeb:(محدثة)\";'),('aeb','messages:updatedmarker','s:35:\"aeb:tbaddlet melli jit àkher marra\";'),('aeb','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('aeb','messages:upload','s:36:\"aeb:Abεeth des fichiers l\'esserveur\";'),('aeb','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('aeb','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('aeb','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('aeb','messages:upload-curl-error6','s:22:\"en:Could not reach URL\";'),('aeb','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('aeb','messages:upload-default-description','s:4:\"en:-\";'),('aeb','messages:upload-description','s:19:\"en:File description\";'),('aeb','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('aeb','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('aeb','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('aeb','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('aeb','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('aeb','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('aeb','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('aeb','messages:upload-disallowed-here','s:62:\"aeb-arab:ما تنجّمش تبدّل هذي التصويرة.\";'),('aeb','messages:upload-file-error','s:17:\"en:Internal error\";'),('aeb','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('aeb','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('aeb','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('aeb','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('aeb','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('aeb','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('aeb','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('aeb','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('aeb','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('aeb','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('aeb','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('aeb','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('aeb','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('aeb','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('aeb','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('aeb','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('aeb','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('aeb','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('aeb','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('aeb','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('aeb','messages:upload-maxfilesize','s:24:\"en:Maximum file size: $1\";'),('aeb','messages:upload-misc-error','s:23:\"en:Unknown upload error\";'),('aeb','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('aeb','messages:upload-options','s:17:\"en:Upload options\";'),('aeb','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('aeb','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('aeb','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('aeb','messages:upload-proto-error','s:21:\"en:Incorrect protocol\";'),('aeb','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('aeb','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('aeb','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('aeb','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('aeb','messages:upload-source','s:14:\"en:Source file\";'),('aeb','messages:upload-summary','s:3:\"en:\";'),('aeb','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('aeb','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('aeb','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('aeb','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('aeb','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('aeb','messages:upload_source_file','s:40:\"en:(your chosen file from your computer)\";'),('aeb','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('aeb','messages:uploadbtn','s:14:\"en:Upload file\";'),('aeb','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('aeb','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('aeb','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('aeb','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('aeb','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('aeb','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('aeb','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('aeb','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('aeb','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('aeb','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('aeb','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('aeb','messages:uploaderror','s:15:\"en:Upload error\";'),('aeb','messages:uploadfooter','s:4:\"en:-\";'),('aeb','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('aeb','messages:uploadlogpage','s:21:\"aeb:سجل الرفع\";'),('aeb','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('aeb','messages:uploadnewversion-linktext','s:36:\"en:Upload a new version of this file\";'),('aeb','messages:uploadnologin','s:16:\"en:Not logged in\";'),('aeb','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('aeb','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('aeb','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('aeb','messages:uploadstash','s:15:\"en:Upload stash\";'),('aeb','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('aeb','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('aeb','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('aeb','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('aeb','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('aeb','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('aeb','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('aeb','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('aeb','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('aeb','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('aeb','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('aeb','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('aeb','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('aeb','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('aeb','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('aeb','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('aeb','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('aeb','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('aeb','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('aeb','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('aeb','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('aeb','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('aeb','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('aeb','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('aeb','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('aeb','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('aeb','messages:uploadvirus','s:41:\"en:The file contains a virus!\nDetails: $1\";'),('aeb','messages:uploadwarning','s:17:\"en:Upload warning\";'),('aeb','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('aeb','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('aeb','messages:user-mail-no-addy','s:103:\"aeb:لقد حاولت إرسال بريد إلكتروني دون عنوان بريد إلكتروني.\";'),('aeb','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('aeb','messages:usercreated','s:65:\"aeb:{{GENDER:$3|أنشأه|أنشأته}} في $1 الساعة $2\";'),('aeb','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('aeb','messages:usercsspreview','s:137:\"aeb:\'\'\'تذكر أنك تقوم بعرض الأنماط المتراصة (CSS) الخاصة بك فقط\nلم يتم حفظها بعد!\'\'\'\";'),('aeb','messages:usercssyoucanpreview','s:121:\"aeb:\'\'\'ملاحظة:\'\'\' استعمل زر \"{{int:showpreview}}\" لتجربة CSS الجديد قبل حفظ الصفحة.\";'),('aeb','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('aeb','messages:userexists','s:126:\"aeb:اسم المستخدم الذي تم إدخاله مستعمل بالفعل.\nالرجاء اختيار اسم مختلف.\";'),('aeb','messages:userinvalidconfigtitle','s:240:\"aeb-arab:<strong>تحذير:</strong> T لا توجد واجهة \"$1\".\nصفحات Custom .css و.json و.js تستخدم حروفا صغيرة في العنوان، مثل {{ns:user}}:Foo/vector.css على عكس {{ns:user}}:Foo/Vector.css.\";'),('aeb','messages:userinvalidcssjstitle','s:230:\"aeb:\'\'\'تحذير:\'\'\' لا توجد واجهة  \"$1\".\nتذكر أن ملفات ال.css و ال.js تستخدم حروف صغيرة في العنوان ، كمثال {{ns:user}}:Foo/vector.css و ليس {{ns:user}}:Foo/Vector.css.\";'),('aeb','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('aeb','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('aeb','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('aeb','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('aeb','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('aeb','messages:userjspreview','s:109:\"aeb:\'\'\'تذكر أنك فقط تجرب/تعاين جافاسكربت.\'\'\'\n\'\'\'لم يتم الحفظ بعد!\'\'\'\";'),('aeb','messages:userjsyoucanpreview','s:138:\"aeb:\'\'\'ملاحظة:\'\'\' استعمل زر \"{{int:showpreview}}\" لتجربة جافاسكربت الجديدة قبل حفظ الصفحة.\";'),('aeb','messages:userlogin','s:34:\"aeb:ادخل / أنشئ حسابا\";'),('aeb','messages:userlogin-createanother','s:25:\"en:Create another account\";'),('aeb','messages:userlogin-helplink2','s:23:\"en:Help with logging in\";'),('aeb','messages:userlogin-joinproject','s:20:\"en:Join {{SITENAME}}\";'),('aeb','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('aeb','messages:userlogin-noaccount','s:25:\"en:Don\'t have an account?\";'),('aeb','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('aeb','messages:userlogin-remembermypassword','s:20:\"en:Keep me logged in\";'),('aeb','messages:userlogin-resetlink','s:42:\"aeb:أنسيت بيانات الولوج؟\";'),('aeb','messages:userlogin-resetpassword-link','s:24:\"en:Forgot your password?\";'),('aeb','messages:userlogin-signwithsecure','s:24:\"en:Use secure connection\";'),('aeb','messages:userlogin-yourname','s:11:\"en:Username\";'),('aeb','messages:userlogin-yourname-ph','s:22:\"en:Enter your username\";'),('aeb','messages:userlogin-yourpassword','s:11:\"en:Password\";'),('aeb','messages:userlogin-yourpassword-ph','s:35:\"aeb-arab:دخّل كلمة السر\";'),('aeb','messages:userloginnocreate','s:12:\"aeb:دخول\";'),('aeb','messages:userlogout','s:12:\"aeb:خروج\";'),('aeb','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('aeb','messages:userlogout-summary','s:3:\"en:\";'),('aeb','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('aeb','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('aeb','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('aeb','messages:usermessage-editor','s:19:\"en:System messenger\";'),('aeb','messages:usermessage-summary','s:26:\"en:Leaving system message.\";'),('aeb','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('aeb','messages:username','s:26:\"en:{{GENDER:$1|Username}}:\";'),('aeb','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('aeb','messages:userpage','s:36:\"aeb:Chour elpàj mtagħ lutilizateur\";'),('aeb','messages:userpage-userdoesnotexist','s:150:\"aeb:حساب المستخدم \"<nowiki>$1</nowiki>\" غير مسجل.\nمن فضلك تأكد أنك تريد إنشاء/تعديل هذه الصفحة.\";'),('aeb','messages:userpage-userdoesnotexist-view','s:51:\"aeb:حساب المستخدم \"$1\" غير مسجل.\";'),('aeb','messages:userrights','s:14:\"en:User rights\";'),('aeb','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('aeb','messages:userrights-changeable-col','s:24:\"en:Groups you can change\";'),('aeb','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('aeb','messages:userrights-editusergroup','s:33:\"en:Edit {{GENDER:$1|user}} groups\";'),('aeb','messages:userrights-expiry','s:11:\"en:Expires:\";'),('aeb','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('aeb','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('aeb','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('aeb','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('aeb','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('aeb','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('aeb','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('aeb','messages:userrights-groupsmember','s:13:\"en:Member of:\";'),('aeb','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('aeb','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('aeb','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('aeb','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('aeb','messages:userrights-lookup-user','s:16:\"en:Select a user\";'),('aeb','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('aeb','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('aeb','messages:userrights-nodatabase','s:46:\"en:Database $1 does not exist or is not local.\";'),('aeb','messages:userrights-reason','s:10:\"en:Reason:\";'),('aeb','messages:userrights-summary','s:3:\"en:\";'),('aeb','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('aeb','messages:userrights-unchangeable-col','s:27:\"en:Groups you cannot change\";'),('aeb','messages:userrights-user-editname','s:20:\"en:Enter a username:\";'),('aeb','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('aeb','messages:variantname-crh','s:6:\"en:crh\";'),('aeb','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('aeb','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('aeb','messages:variantname-gan','s:6:\"en:gan\";'),('aeb','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('aeb','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('aeb','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('aeb','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('aeb','messages:variantname-iu','s:5:\"en:iu\";'),('aeb','messages:variantname-kk','s:5:\"en:kk\";'),('aeb','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('aeb','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('aeb','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('aeb','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('aeb','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('aeb','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('aeb','messages:variantname-ku','s:5:\"en:ku\";'),('aeb','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('aeb','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('aeb','messages:variantname-shi','s:6:\"en:shi\";'),('aeb','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('aeb','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('aeb','messages:variantname-sr','s:5:\"en:sr\";'),('aeb','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('aeb','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('aeb','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('aeb','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('aeb','messages:variantname-tg','s:5:\"en:tg\";'),('aeb','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('aeb','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('aeb','messages:variantname-tly','s:6:\"en:tly\";'),('aeb','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('aeb','messages:variantname-uz','s:5:\"en:uz\";'),('aeb','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('aeb','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('aeb','messages:variantname-zh','s:5:\"en:zh\";'),('aeb','messages:variantname-zh-cn','s:5:\"en:CN\";'),('aeb','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('aeb','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('aeb','messages:variantname-zh-hk','s:5:\"en:HK\";'),('aeb','messages:variantname-zh-mo','s:5:\"en:MO\";'),('aeb','messages:variantname-zh-my','s:5:\"en:MY\";'),('aeb','messages:variantname-zh-sg','s:5:\"en:SG\";'),('aeb','messages:variantname-zh-tw','s:5:\"en:TW\";'),('aeb','messages:variants','s:15:\"aeb:Tanwigħàt\";'),('aeb','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('aeb','messages:vector-action-addsection','s:23:\"aeb:أضف موضوعا\";'),('aeb','messages:vector-action-delete','s:12:\"aeb:احذف\";'),('aeb','messages:vector-action-move','s:12:\"aeb:انقل\";'),('aeb','messages:vector-action-protect','s:10:\"aeb:احم\";'),('aeb','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('aeb','messages:vector-action-undelete','s:27:\"aeb:استرجع الحذف\";'),('aeb','messages:vector-action-unprotect','s:25:\"aeb:غير الحماية\";'),('aeb','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('aeb','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('aeb','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('aeb','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('aeb','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('aeb','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('aeb','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('aeb','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('aeb','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('aeb','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('aeb','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('aeb','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('aeb','messages:vector-languages','s:12:\"en:Languages\";'),('aeb','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('aeb','messages:vector-more-actions','s:10:\"aeb:Akŧar\";'),('aeb','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('aeb','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('aeb','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('aeb','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('aeb','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('aeb','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('aeb','messages:vector-site-nav-label','s:7:\"en:Site\";'),('aeb','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('aeb','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('aeb','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('aeb','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('aeb','messages:vector-toc-heading','s:11:\"en:Contents\";'),('aeb','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('aeb','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('aeb','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('aeb','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('aeb','messages:vector-view-create','s:12:\"aeb:أنشئ\";'),('aeb','messages:vector-view-edit','s:10:\"aeb:Baddel\";'),('aeb','messages:vector-view-history','s:18:\"aeb:Warri listorik\";'),('aeb','messages:vector-view-view','s:9:\"aeb:Aqrê\";'),('aeb','messages:vector-view-viewsource','s:25:\"aeb:اعرض المصدر\";'),('aeb','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('aeb','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('aeb','messages:verification-error','s:44:\"en:This file did not pass file verification.\";'),('aeb','messages:version','s:10:\"en:Version\";'),('aeb','messages:version-antispam','s:18:\"en:Spam prevention\";'),('aeb','messages:version-api','s:6:\"en:API\";'),('aeb','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('aeb','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('aeb','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('aeb','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('aeb','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('aeb','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('aeb','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('aeb','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('aeb','messages:version-editors','s:10:\"en:Editors\";'),('aeb','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('aeb','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('aeb','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('aeb','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('aeb','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('aeb','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('aeb','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('aeb','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('aeb','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('aeb','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('aeb','messages:version-ext-colheader-license','s:10:\"en:License\";'),('aeb','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('aeb','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('aeb','messages:version-ext-license','s:10:\"en:License\";'),('aeb','messages:version-extensions','s:23:\"en:Installed extensions\";'),('aeb','messages:version-hook-name','s:12:\"en:Hook name\";'),('aeb','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('aeb','messages:version-hooks','s:8:\"en:Hooks\";'),('aeb','messages:version-libraries','s:22:\"en:Installed libraries\";'),('aeb','messages:version-libraries-authors','s:10:\"en:Authors\";'),('aeb','messages:version-libraries-description','s:14:\"en:Description\";'),('aeb','messages:version-libraries-library','s:10:\"en:Library\";'),('aeb','messages:version-libraries-license','s:10:\"en:License\";'),('aeb','messages:version-libraries-version','s:10:\"en:Version\";'),('aeb','messages:version-license','s:20:\"en:MediaWiki License\";'),('aeb','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('aeb','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('aeb','messages:version-license-title','s:17:\"en:License for $1\";'),('aeb','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('aeb','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('aeb','messages:version-other','s:8:\"en:Other\";'),('aeb','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('aeb','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('aeb','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('aeb','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('aeb','messages:version-poweredby-others','s:9:\"en:others\";'),('aeb','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('aeb','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('aeb','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('aeb','messages:version-skins','s:18:\"en:Installed skins\";'),('aeb','messages:version-software','s:21:\"en:Installed software\";'),('aeb','messages:version-software-product','s:10:\"en:Product\";'),('aeb','messages:version-software-version','s:10:\"en:Version\";'),('aeb','messages:version-specialpages','s:16:\"en:Special pages\";'),('aeb','messages:version-summary','s:3:\"en:\";'),('aeb','messages:version-variables','s:12:\"en:Variables\";'),('aeb','messages:version-version','s:7:\"en:($1)\";'),('aeb','messages:versionrequired','s:48:\"aeb:تلزم نسخة $1 من ميدياويكي\";'),('aeb','messages:versionrequiredtext','s:141:\"aeb:تلزم النسخة $1 من ميدياويكي لاستعمال هذه الصفحة. انظر [[Special:Version|صفحة النسخة]]\";'),('aeb','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('aeb','messages:view','s:8:\"aeb:Aqra\";'),('aeb','messages:view-pool-contention','s:18:\"en:pool contention\";'),('aeb','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('aeb','messages:view-pool-error','s:173:\"aeb:Pardon, esserveuràt tàgħba tawwa.\nBarcha għbàd yħebbou ychoufou nafs elpàj.\nYgħaychek estanna chway qbal ma tjarreb bech todkhel l elpàj hadhi marra okhra.\n\n\n$1\";'),('aeb','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('aeb','messages:viewcount','s:64:\"aeb:Elpàj hadhi dakhloulha {{PLURAL:$1|marra waħda|$1 marra}}.\";'),('aeb','messages:viewdeleted','s:14:\"aeb:Warri $1؟\";'),('aeb','messages:viewdeleted_short','s:69:\"aeb:Warri {{PLURAL:$1|tabdila waħda mafsoukha|$1 tabdila mafsoukha}}\";'),('aeb','messages:viewdeletedpage','s:21:\"en:View deleted pages\";'),('aeb','messages:viewhelppage','s:35:\"aeb:Chouf elpàj mtagħ lemgħàwna\";'),('aeb','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('aeb','messages:viewpagelogs','s:43:\"aeb:اعرض سجلات هذه الصفحة\";'),('aeb','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('aeb','messages:viewprevnext','s:45:\"aeb:Chouf ($1 {{int:pipe-separator}} $2) ($3)\";'),('aeb','messages:views','s:13:\"aeb:Mandhʾer\";'),('aeb','messages:viewsource','s:25:\"aeb:اعرض المصدر\";'),('aeb','messages:viewsource-title','s:26:\"aeb:إظهار مصدر $1\";'),('aeb','messages:viewsourcelink','s:18:\"aeb:Warri essource\";'),('aeb','messages:viewsourceold','s:17:\"aeb:Warri essours\";'),('aeb','messages:viewsourcetext','s:62:\"aeb:يمكنك رؤية ونسخ مصدر هذه الصفحة:\";'),('aeb','messages:viewtalkpage','s:18:\"aeb:Chouf leħdith\";'),('aeb','messages:viewyourtext','s:92:\"aeb:يمكنك رؤية ونسخ مصدر \'\'\' تعديلاتك \'\'\' في هذه الصفحة:\";'),('aeb','messages:virus-badscanner','s:68:\"aeb:ضبط سيء: ماسح فيروسات غير معروف: \'\'$1\'\'\";'),('aeb','messages:virus-scanfailed','s:33:\"aeb:فشل المسح (كود $1)\";'),('aeb','messages:virus-unknownscanner','s:46:\"aeb:مضاد فيروسات غير معروف:\";'),('aeb','messages:wantedcategories','s:20:\"en:Wanted categories\";'),('aeb','messages:wantedcategories-summary','s:3:\"en:\";'),('aeb','messages:wantedfiles','s:15:\"en:Wanted files\";'),('aeb','messages:wantedfiles-summary','s:3:\"en:\";'),('aeb','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('aeb','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('aeb','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('aeb','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('aeb','messages:wantedpages','s:15:\"en:Wanted pages\";'),('aeb','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('aeb','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('aeb','messages:wantedtemplates','s:19:\"en:Wanted templates\";'),('aeb','messages:wantedtemplates-summary','s:3:\"en:\";'),('aeb','messages:watch','s:12:\"aeb:راقب\";'),('aeb','messages:watching','s:14:\"en:Watching...\";'),('aeb','messages:watchlist','s:29:\"aeb:قائمة مراقبتي\";'),('aeb','messages:watchlist-details','s:149:\"aeb:{{PLURAL:$1||صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} في قائمة مراقبتك، بدون عد صفحات النقاش.\";'),('aeb','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('aeb','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('aeb','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('aeb','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('aeb','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('aeb','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('aeb','messages:watchlist-hide','s:7:\"en:Hide\";'),('aeb','messages:watchlist-options','s:44:\"aeb:خيارات قائمة المراقبة\";'),('aeb','messages:watchlist-submit','s:7:\"en:Show\";'),('aeb','messages:watchlist-summary','s:3:\"en:\";'),('aeb','messages:watchlist-unwatch','s:5:\"en:×\";'),('aeb','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('aeb','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('aeb','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('aeb','messages:watchlistedit-clear-explain','s:52:\"aeb:Elɛanawin lkol bech yetnaħaw mel\'lista mteɛek\";'),('aeb','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('aeb','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('aeb','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('aeb','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('aeb','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('aeb','messages:watchlistedit-clear-titles','s:14:\"aeb:Elɛanawin\";'),('aeb','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('aeb','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('aeb','messages:watchlistedit-normal-legend','s:31:\"en:Remove titles from watchlist\";'),('aeb','messages:watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('aeb','messages:watchlistedit-normal-title','s:17:\"en:Edit watchlist\";'),('aeb','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('aeb','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('aeb','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('aeb','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('aeb','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('aeb','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('aeb','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('aeb','messages:watchlistedit-raw-titles','s:10:\"en:Titles:\";'),('aeb','messages:watchlistedit-too-many','s:58:\"aeb:Famma barcha pajet w\'manajmouch nħotouhom lkol lahné\";'),('aeb','messages:watchlistfor2','s:11:\"aeb:ل$1 $2\";'),('aeb','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('aeb','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('aeb','messages:watchlisttools-edit','s:53:\"aeb:اعرض قائمة المراقبة وعدلها\";'),('aeb','messages:watchlisttools-raw','s:49:\"aeb:عدل قائمة المراقبة الخام\";'),('aeb','messages:watchlisttools-view','s:48:\"aeb:اعرض التغييرات المرتبطة\";'),('aeb','messages:watchnologin','s:16:\"en:Not logged in\";'),('aeb','messages:watchthis','s:32:\"aeb:راقب هذه الصفحة\";'),('aeb','messages:watchthispage','s:18:\"en:Watch this page\";'),('aeb','messages:watchthisupload','s:18:\"en:Watch this file\";'),('aeb','messages:wed','s:11:\"aeb:elirb3a\";'),('aeb','messages:wednesday','s:12:\"aeb:elirbi3a\";'),('aeb','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('aeb','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('aeb','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('aeb','messages:welcomeuser','s:15:\"en:Welcome, $1!\";'),('aeb','messages:whatlinkshere','s:31:\"aeb:Chnowa elli ywassel elhouni\";'),('aeb','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('aeb','messages:whatlinkshere-filters','s:16:\"aeb:مرشحات\";'),('aeb','messages:whatlinkshere-hideimages','s:24:\"aeb:$1 وصلة صورة\";'),('aeb','messages:whatlinkshere-hidelinks','s:21:\"aeb:$1 الوصلات\";'),('aeb','messages:whatlinkshere-hideredirs','s:25:\"aeb:$1 التحويلات\";'),('aeb','messages:whatlinkshere-hidetrans','s:25:\"aeb:$1 التضمينات\";'),('aeb','messages:whatlinkshere-links','s:18:\"aeb:← وصلات\";'),('aeb','messages:whatlinkshere-next','s:54:\"aeb:{{PLURAL:$1|القادمة|ال$1 القادمة}}\";'),('aeb','messages:whatlinkshere-page','s:12:\"aeb:ss\'af7a:\";'),('aeb','messages:whatlinkshere-prev','s:38:\"aeb:{{PLURAL:$1|previous|previous $1}}\";'),('aeb','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('aeb','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('aeb','messages:whatlinkshere-summary','s:3:\"en:\";'),('aeb','messages:whatlinkshere-title','s:46:\"aeb:الصفحات التي تصل إلى \"$1\"\";'),('aeb','messages:whitelistedittext','s:67:\"aeb:يجب عليك $1 لتتمكن من تعديل الصفحات.\";'),('aeb','messages:widthheight','s:11:\"en:$1 × $2\";'),('aeb','messages:widthheightpage','s:40:\"en:$1 × $2, $3 {{PLURAL:$3|page|pages}}\";'),('aeb','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('aeb','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('aeb','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('aeb','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('aeb','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('aeb','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('aeb','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('aeb','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('aeb','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('aeb','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('aeb','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('aeb','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('aeb','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('aeb','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('aeb','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('aeb','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('aeb','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('aeb','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('aeb','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('aeb','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('aeb','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('aeb','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('aeb','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('aeb','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('aeb','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('aeb','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('aeb','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('aeb','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('aeb','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('aeb','messages:wikieditor-toolbar-help-content-bold-result','s:29:\"en:<strong>Bold text</strong>\";'),('aeb','messages:wikieditor-toolbar-help-content-bold-syntax','s:18:\"en:\'\'\'Bold text\'\'\'\";'),('aeb','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('aeb','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('aeb','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('aeb','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('aeb','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('aeb','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('aeb','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('aeb','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('aeb','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('aeb','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('aeb','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('aeb','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('aeb','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('aeb','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('aeb','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('aeb','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('aeb','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('aeb','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('aeb','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('aeb','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('aeb','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('aeb','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('aeb','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('aeb','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('aeb','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('aeb','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('aeb','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('aeb','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('aeb','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('aeb','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('aeb','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('aeb','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('aeb','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('aeb','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"en:Reference\";'),('aeb','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('aeb','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('aeb','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('aeb','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('aeb','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('aeb','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('aeb','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('aeb','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('aeb','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('aeb','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('aeb','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('aeb','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('aeb','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('aeb','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('aeb','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('aeb','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('aeb','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('aeb','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('aeb','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('aeb','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('aeb','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('aeb','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('aeb','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('aeb','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('aeb','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('aeb','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('aeb','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('aeb','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('aeb','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('aeb','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('aeb','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('aeb','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('aeb','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('aeb','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('aeb','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('aeb','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('aeb','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('aeb','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('aeb','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('aeb','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('aeb','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('aeb','messages:wikieditor-toolbar-tool-file-example','s:14:\"en:Example.jpg\";'),('aeb','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('aeb','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('aeb','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('aeb','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('aeb','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('aeb','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('aeb','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('aeb','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('aeb','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('aeb','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('aeb','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('aeb','messages:wikieditor-toolbar-tool-ilink','s:16:\"en:Internal link\";'),('aeb','messages:wikieditor-toolbar-tool-ilink-example','s:13:\"en:Link title\";'),('aeb','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('aeb','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('aeb','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('aeb','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('aeb','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('aeb','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('aeb','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('aeb','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('aeb','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('aeb','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('aeb','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('aeb','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('aeb','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('aeb','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('aeb','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('aeb','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('aeb','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('aeb','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('aeb','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('aeb','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('aeb','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('aeb','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('aeb','messages:wikieditor-toolbar-tool-reference','s:12:\"en:Reference\";'),('aeb','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('aeb','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('aeb','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('aeb','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('aeb','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('aeb','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('aeb','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('aeb','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('aeb','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('aeb','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('aeb','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('aeb','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('aeb','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('aeb','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('aeb','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('aeb','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('aeb','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('aeb','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('aeb','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('aeb','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('aeb','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('aeb','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('aeb','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('aeb','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('aeb','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('aeb','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('aeb','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('aeb','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('aeb','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('aeb','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('aeb','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('aeb','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('aeb','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('aeb','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('aeb','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('aeb','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('aeb','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('aeb','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('aeb','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('aeb','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('aeb','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('aeb','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('aeb','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('aeb','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('aeb','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('aeb','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('aeb','messages:wikieditor-toolbar-tool-xlink','s:42:\"en:External link (remember http:// prefix)\";'),('aeb','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('aeb','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('aeb','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('aeb','messages:withoutinterwiki','s:31:\"en:Pages without language links\";'),('aeb','messages:withoutinterwiki-legend','s:9:\"en:Prefix\";'),('aeb','messages:withoutinterwiki-submit','s:7:\"en:Show\";'),('aeb','messages:withoutinterwiki-summary','s:62:\"en:The following pages do not link to other language versions.\";'),('aeb','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('aeb','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('aeb','messages:wlnote','s:154:\"en:Below {{PLURAL:$1|is the last change|are the last <strong>$1</strong> changes}} in the last {{PLURAL:$2|hour|<strong>$2</strong> hours}}, as of $3, $4.\";'),('aeb','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('aeb','messages:wlshowhidebots','s:7:\"en:bots\";'),('aeb','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('aeb','messages:wlshowhideliu','s:19:\"en:registered users\";'),('aeb','messages:wlshowhidemine','s:11:\"en:my edits\";'),('aeb','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('aeb','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('aeb','messages:wlshowlast','s:43:\"aeb:عرض آخر $1 ساعات $2 أيام\";'),('aeb','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('aeb','messages:word-separator','s:8:\"en:&#32;\";'),('aeb','messages:wrongpassword','s:104:\"aeb:كلمة السر التي أدخلتها غير صحيحة.\nمن فضلك حاول مرة أخرى.\";'),('aeb','messages:wrongpasswordempty','s:97:\"aeb:كلمة السر المدخلة كانت فارغة.\nمن فضلك حاول مرة أخرى.\";'),('aeb','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('aeb','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('aeb','messages:year','s:29:\"aeb:من سنة (وأقدم):\";'),('aeb','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('aeb','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('aeb','messages:youhavenewmessages','s:30:\"aeb:توجد لديك $1 ($2).\";'),('aeb','messages:youhavenewmessagesfromusers','s:75:\"en:{{PLURAL:$4|You have}} $1 from {{PLURAL:$3|another user|$3 users}} ($2).\";'),('aeb','messages:youhavenewmessagesmanyusers','s:36:\"en:You have $1 from many users ($2).\";'),('aeb','messages:youhavenewmessagesmulti','s:44:\"aeb:لديك رسائل جديدة على $1\";'),('aeb','messages:yourdiff','s:16:\"aeb:الفروق\";'),('aeb','messages:yourdomainname','s:15:\"aeb:نطاقك:\";'),('aeb','messages:youremail','s:17:\"aeb:البريد:\";'),('aeb','messages:yourgender','s:37:\"en:How do you prefer to be described?\";'),('aeb','messages:yourlanguage','s:12:\"en:Language:\";'),('aeb','messages:yourname','s:28:\"aeb:اسم المستخدم:\";'),('aeb','messages:yournick','s:17:\"en:New signature:\";'),('aeb','messages:yourpassword','s:22:\"aeb:كلمة السر:\";'),('aeb','messages:yourpasswordagain','s:40:\"aeb:أعد كتابة كلمة السر:\";'),('aeb','messages:yourrealname','s:30:\"aeb:الاسم الحقيقي:\";'),('aeb','messages:yourtext','s:10:\"aeb:نصك\";'),('aeb','messages:yourvariant','s:28:\"en:Content language variant:\";'),('aeb','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('aeb','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('aeb','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('aeb','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('aeb','minimumGroupingDigits','N;'),('aeb','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('aeb','namespaceGenderAliases','a:0:{}'),('aeb','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}'),('aeb','originalFallbackSequence','a:1:{i:0;s:8:\"aeb-arab\";}'),('aeb','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('aeb','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('aeb','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:24:\"aeb:Project:Fima ykhosʾ\";s:9:\"aboutsite\";s:29:\"aeb:Fima ykhosʾ {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:13:\"aeb:Aksyonàt\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:23:\"aeb:Elli sʾàyer tawwa\";s:17:\"currentevents-url\";s:31:\"aeb:Project:Elli sʾàyer tawwa\";s:14:\"disclaimerpage\";s:30:\"aeb:Project:Tambihàt għàmma\";s:11:\"disclaimers\";s:13:\"aeb:Tambihàt\";s:4:\"edit\";s:10:\"aeb:Baddel\";s:11:\"editsection\";s:21:\"aeb:Baddel essʾafħa\";s:15:\"editsectionhint\";s:24:\"aeb:Baddel essection: $1\";s:4:\"help\";s:13:\"aeb:Mgħàwna\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:12:\"aeb:Emchi l:\";s:16:\"jumptonavigation\";s:11:\"aeb:Ħawwes\";s:12:\"jumptosearch\";s:10:\"aeb:Lawwej\";s:14:\"lastmodifiedat\";s:58:\"aeb:Elpàj hadhi tbaddlet àkher marra nhàr $1, mgħa $2.\";s:8:\"mainpage\";s:21:\"aeb:Elpàj Lawlàniya\";s:20:\"mainpage-description\";s:21:\"aeb:Elpàj Lawlàniya\";s:14:\"mainpage-nstab\";s:40:\"aeb-arab:الپاج الأولانيّة\";s:10:\"namespaces\";s:23:\"aeb:Blàsʾàt làsàmi\";s:10:\"navigation\";s:11:\"aeb:Ħawwes\";s:23:\"nav-login-createaccount\";s:28:\"aeb:Connecti / aεmel compte\";s:10:\"nstab-main\";s:12:\"aeb:Sʾafħa\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:81:\"aeb:{{PLURAL:Catégorie weħed|Zouz catégories|$1 catégories|$1 en catégorie}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:24:\"aeb:Rabtʾa għla tʾoul\";s:13:\"personaltools\";s:14:\"aeb:Magħounek\";s:6:\"portal\";s:24:\"aeb:Dakhlet elmojtamagħ\";s:10:\"portal-url\";s:22:\"aeb:Project:Mojtamagħ\";s:16:\"printableversion\";s:26:\"aeb:Kopi bech tatʾbaħħa\";s:7:\"privacy\";s:39:\"aeb:Elpolitik mtagħ elkonfidonsyalité\";s:11:\"privacypage\";s:47:\"aeb:Project:Elpolitik mtagħ elkonfidonsyalité\";s:10:\"randompage\";s:21:\"aeb:Sʾafħa elli tji\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:17:\"aeb:Ajad tabdilet\";s:27:\"recentchangeslinked-toolbox\";s:17:\"aeb:Tabdilet them\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:21:\"aeb:Tekhdhet men \"$1\"\";s:6:\"search\";s:10:\"aeb:Lawwej\";s:13:\"searcharticle\";s:10:\"aeb:Lawwej\";s:12:\"searchbutton\";s:10:\"aeb:Lawwej\";s:20:\"searchsuggest-search\";s:35:\"aeb-arab:لوّج في {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:18:\"en:Navigation menu\";s:14:\"site-atom-feed\";s:22:\"aeb:Flux Atom mtaε $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:22:\"aeb:Safħat spéciales\";s:7:\"tagline\";s:20:\"aeb:Men {{SITENAME}}\";s:4:\"talk\";s:10:\"aeb:Ħdith\";s:7:\"toolbox\";s:12:\"aeb:Magħoun\";s:15:\"tooltip-ca-edit\";s:96:\"aeb:Tannjem tbaddel essafħa hedhi. Aman enzel εal bouton mtaε elvue el msabqa qbal matsajjel.\";s:18:\"tooltip-ca-history\";s:36:\"aeb:Copiet qdom mtaε essafħa hedhi\";s:21:\"tooltip-ca-nstab-main\";s:34:\"aeb:Chouf elcontenu mtaε essafħa\";s:15:\"tooltip-ca-talk\";s:42:\"aeb:Discussion εal contenu mtaε essafħa\";s:21:\"tooltip-ca-viewsource\";s:58:\"aeb:Essʾafħa protéjé.\nTnajjem tchouf essours mtaħħa.\";s:23:\"tooltip-n-currentevents\";s:51:\"aeb: Alqa information εla aham laħdeth mtaε tawa\";s:14:\"tooltip-n-help\";s:13:\"aeb:Mouεawna\";s:30:\"tooltip-n-mainpage-description\";s:29:\"aeb:Emchi l\'elpage principale\";s:16:\"tooltip-n-portal\";s:69:\"aeb:Ɛ\'almachrouε, chnowa tnajem taεmel, win talqa elli ħajtek bih\";s:20:\"tooltip-n-randompage\";s:27:\"aeb:Ħell sʾafħa elli tji\";s:23:\"tooltip-n-recentchanges\";s:40:\"aeb:Lista mtaε ajad ettabdilat f\'elwiki\";s:14:\"tooltip-p-logo\";s:29:\"aeb:Emchi l\'elpage principale\";s:16:\"tooltip-pt-login\";s:45:\"aeb:Madhabina ken tconnecti, ama mouch bessif\";s:24:\"tooltip-pt-createaccount\";s:122:\"aeb-arab:ماذابيك لوكان تعمل حساب و تدخل للويكي، أما موش لازمك تعمل هكّا\";s:14:\"tooltip-search\";s:26:\"aeb:Lawwej fi {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:38:\"aeb:Farkes f\'essafħat εattexte hedha\";s:17:\"tooltip-search-go\";s:64:\"aeb:اذهب إلى صفحة بالاسم نفسه إن وجدت\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:47:\"aeb:Lien dayem l\'elversion hedhi mtaε essafħa\";s:15:\"tooltip-t-print\";s:45:\"aeb:Version l\'ettabεan mtaε essafħa hedhi.\";s:29:\"tooltip-t-recentchangeslinked\";s:62:\"aeb:Aham ettabldilet f\'essafħat elli ywaslou l\'essafħa hedhi\";s:22:\"tooltip-t-specialpages\";s:44:\"aeb:Lista mtaε essafħat esspéciales elkol\";s:23:\"tooltip-t-whatlinkshere\";s:57:\"aeb:Lista mtaε safħat elwiki elkol elli twassel elhouni\";s:8:\"variants\";s:15:\"aeb:Tanwigħàt\";s:16:\"vector-view-edit\";s:10:\"aeb:Baddel\";s:19:\"vector-view-history\";s:18:\"aeb:Warri listorik\";s:16:\"vector-view-view\";s:9:\"aeb:Aqrê\";s:9:\"viewcount\";s:64:\"aeb:Elpàj hadhi dakhloulha {{PLURAL:$1|marra waħda|$1 marra}}.\";s:5:\"views\";s:13:\"aeb:Mandhʾer\";s:13:\"whatlinkshere\";s:31:\"aeb:Chnowa elli ywassel elhouni\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}}'),('aeb','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('aeb','rtl','b:1;'),('aeb','separatorTransformTable','N;'),('aeb','specialPageAliases','a:142:{s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('aeb-arab','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('aeb-arab','compiledPluralRules','a:5:{i:0;s:6:\"n 0 in\";i:1;s:6:\"n 1 in\";i:2;s:6:\"n 2 in\";i:3;s:20:\"n 100 mod 3 10 .. in\";i:4;s:21:\"n 100 mod 11 99 .. in\";}'),('aeb-arab','dateFormats','a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('aeb-arab','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('aeb-arab','datePreferences','a:7:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:5:\"hijri\";i:5;s:8:\"ISO 8601\";i:6;s:3:\"jMY\";}'),('aeb-arab','defaultDateFormat','s:10:\"dmy or mdy\";'),('aeb-arab','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAeb_arab.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/api/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:70:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:80:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:84:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/aeb-arab.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAr.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('aeb-arab','digitGroupingPattern','s:9:\"#,##0.###\";'),('aeb-arab','digitTransformTable','a:10:{i:0;s:2:\"٠\";i:1;s:2:\"١\";i:2;s:2:\"٢\";i:3;s:2:\"٣\";i:4;s:2:\"٤\";i:5;s:2:\"٥\";i:6;s:2:\"٦\";i:7;s:2:\"٧\";i:8;s:2:\"٨\";i:9;s:2:\"٩\";}'),('aeb-arab','fallback','s:2:\"ar\";'),('aeb-arab','fallback8bitEncoding','s:12:\"windows-1256\";'),('aeb-arab','fallbackSequence','a:2:{i:0;s:2:\"ar\";i:1;s:2:\"en\";}'),('aeb-arab','imageFiles','N;'),('aeb-arab','linkPrefixCharset','s:120:\"a-zA-Zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}\";'),('aeb-arab','linkPrefixExtension','b:1;'),('aeb-arab','linkTrail','s:133:\"/^([a-zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}]+)(.*)$/sDu\";'),('aeb-arab','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:12:\"tog-usenewrc\";i:1;s:18:\"tog-editondblclick\";i:2;s:27:\"tog-editsectiononrightclick\";i:3;s:12:\"tog-fancysig\";i:4;s:18:\"tog-uselivepreview\";i:5;s:20:\"tog-forceeditsummary\";i:6;s:20:\"tog-watchlisthideown\";i:7;s:21:\"tog-watchlisthidebots\";i:8;s:22:\"tog-watchlisthideminor\";i:9;s:20:\"tog-watchlisthideliu\";i:10;s:22:\"tog-watchlisthideanons\";i:11;s:26:\"tog-watchlisthidepatrolled\";i:12;s:16:\"tog-ccmeonemails\";i:13;s:12:\"tog-diffonly\";i:14;s:18:\"tog-showhiddencats\";i:15;s:18:\"tog-norollbackdiff\";i:16;s:17:\"underline-default\";i:17;s:14:\"editfont-style\";i:18;s:18:\"editfont-monospace\";i:19;s:18:\"editfont-sansserif\";i:20;s:14:\"editfont-serif\";i:21;s:6:\"sunday\";i:22;s:6:\"monday\";i:23;s:7:\"tuesday\";i:24;s:9:\"wednesday\";i:25;s:8:\"thursday\";i:26;s:6:\"friday\";i:27;s:8:\"saturday\";i:28;s:3:\"sun\";i:29;s:3:\"mon\";i:30;s:3:\"tue\";i:31;s:3:\"wed\";i:32;s:3:\"thu\";i:33;s:3:\"fri\";i:34;s:3:\"sat\";i:35;s:7:\"january\";i:36;s:8:\"february\";i:37;s:5:\"march\";i:38;s:5:\"april\";i:39;s:8:\"may_long\";i:40;s:4:\"june\";i:41;s:4:\"july\";i:42;s:6:\"august\";i:43;s:9:\"september\";i:44;s:7:\"october\";i:45;s:8:\"november\";i:46;s:8:\"december\";i:47;s:11:\"january-gen\";i:48;s:12:\"february-gen\";i:49;s:9:\"march-gen\";i:50;s:9:\"april-gen\";i:51;s:7:\"may-gen\";i:52;s:8:\"june-gen\";i:53;s:8:\"july-gen\";i:54;s:10:\"august-gen\";i:55;s:13:\"september-gen\";i:56;s:11:\"october-gen\";i:57;s:12:\"november-gen\";i:58;s:12:\"december-gen\";i:59;s:3:\"jan\";i:60;s:3:\"feb\";i:61;s:3:\"mar\";i:62;s:3:\"apr\";i:63;s:3:\"may\";i:64;s:3:\"jun\";i:65;s:3:\"jul\";i:66;s:3:\"aug\";i:67;s:3:\"sep\";i:68;s:3:\"oct\";i:69;s:3:\"nov\";i:70;s:3:\"dec\";i:71;s:15:\"category_header\";i:72;s:13:\"subcategories\";i:73;s:21:\"category-media-header\";i:74;s:14:\"category-empty\";i:75;s:24:\"hidden-category-category\";i:76;s:21:\"category-subcat-count\";i:77;s:29:\"category-subcat-count-limited\";i:78;s:22:\"category-article-count\";i:79;s:30:\"category-article-count-limited\";i:80;s:19:\"category-file-count\";i:81;s:27:\"category-file-count-limited\";i:82;s:14:\"index-category\";i:83;s:16:\"noindex-category\";i:84;s:20:\"broken-file-category\";i:85;s:5:\"about\";i:86;s:7:\"article\";i:87;s:9:\"newwindow\";i:88;s:6:\"cancel\";i:89;s:6:\"mypage\";i:90;s:6:\"mytalk\";i:91;s:8:\"returnto\";i:92;s:7:\"tagline\";i:93;s:4:\"help\";i:94;s:6:\"search\";i:95;s:12:\"searchbutton\";i:96;s:13:\"searcharticle\";i:97;s:17:\"skin-view-history\";i:98;s:7:\"history\";i:99;s:13:\"history_short\";i:100;s:4:\"view\";i:101;s:14:\"skin-view-view\";i:102;s:17:\"skin-view-foreign\";i:103;s:4:\"edit\";i:104;s:14:\"skin-view-edit\";i:105;s:16:\"talkpagelinktext\";i:106;s:4:\"talk\";i:107;s:5:\"views\";i:108;s:14:\"otherlanguages\";i:109;s:10:\"redirectto\";i:110;s:14:\"lastmodifiedat\";i:111;s:6:\"jumpto\";i:112;s:12:\"jumptosearch\";i:113;s:9:\"aboutsite\";i:114;s:9:\"copyright\";i:115;s:8:\"edithelp\";i:116;s:8:\"mainpage\";i:117;s:20:\"mainpage-description\";i:118;s:9:\"badaccess\";i:119;s:16:\"badaccess-group0\";i:120;s:16:\"badaccess-groups\";i:121;s:15:\"versionrequired\";i:122;s:19:\"versionrequiredtext\";i:123;s:18:\"youhavenewmessages\";i:124;s:11:\"editsection\";i:125;s:7:\"editold\";i:126;s:8:\"editlink\";i:127;s:14:\"viewsourcelink\";i:128;s:15:\"editsectionhint\";i:129;s:11:\"viewdeleted\";i:130;s:11:\"restorelink\";i:131;s:12:\"feed-invalid\";i:132;s:16:\"feed-unavailable\";i:133;s:13:\"site-rss-feed\";i:134;s:13:\"page-rss-feed\";i:135;s:14:\"page-atom-feed\";i:136;s:14:\"red-link-title\";i:137;s:15:\"sort-descending\";i:138;s:14:\"sort-ascending\";i:139;s:10:\"nstab-main\";i:140;s:10:\"nstab-user\";i:141;s:11:\"nstab-media\";i:142;s:13:\"nstab-project\";i:143;s:11:\"nstab-image\";i:144;s:14:\"nstab-template\";i:145;s:10:\"nstab-help\";i:146;s:14:\"nstab-category\";i:147;s:14:\"mainpage-nstab\";i:148;s:12:\"nosuchaction\";i:149;s:16:\"nosuchactiontext\";i:150;s:17:\"nosuchspecialpage\";i:151;s:17:\"nospecialpagetext\";i:152;s:13:\"databaseerror\";i:153;s:17:\"laggedreplicamode\";i:154;s:8:\"readonly\";i:155;s:15:\"enterlockreason\";i:156;s:12:\"readonlytext\";i:157;s:18:\"missingarticle-rev\";i:158;s:19:\"missingarticle-diff\";i:159;s:12:\"readonly_lag\";i:160;s:13:\"internalerror\";i:161;s:18:\"internalerror_info\";i:162;s:13:\"filecopyerror\";i:163;s:15:\"filerenameerror\";i:164;s:15:\"filedeleteerror\";i:165;s:20:\"directorycreateerror\";i:166;s:12:\"filenotfound\";i:167;s:10:\"unexpected\";i:168;s:9:\"formerror\";i:169;s:15:\"badarticleerror\";i:170;s:12:\"cannotdelete\";i:171;s:18:\"cannotdelete-title\";i:172;s:8:\"badtitle\";i:173;s:12:\"badtitletext\";i:174;s:10:\"perfcached\";i:175;s:12:\"perfcachedts\";i:176;s:20:\"querypage-no-updates\";i:177;s:10:\"viewsource\";i:178;s:16:\"viewsource-title\";i:179;s:15:\"actionthrottled\";i:180;s:19:\"actionthrottledtext\";i:181;s:17:\"protectedpagetext\";i:182;s:14:\"viewsourcetext\";i:183;s:12:\"viewyourtext\";i:184;s:18:\"protectedinterface\";i:185;s:16:\"editinginterface\";i:186;s:16:\"cascadeprotected\";i:187;s:18:\"namespaceprotected\";i:188;s:18:\"customcssprotected\";i:189;s:17:\"customjsprotected\";i:190;s:19:\"ns-specialprotected\";i:191;s:14:\"titleprotected\";i:192;s:17:\"filereadonlyerror\";i:193;s:27:\"invalidtitle-knownnamespace\";i:194;s:29:\"invalidtitle-unknownnamespace\";i:195;s:17:\"exception-nologin\";i:196;s:16:\"virus-badscanner\";i:197;s:16:\"virus-scanfailed\";i:198;s:20:\"virus-unknownscanner\";i:199;s:10:\"logouttext\";i:200;s:8:\"yourname\";i:201;s:12:\"yourpassword\";i:202;s:25:\"userlogin-yourpassword-ph\";i:203;s:26:\"createacct-yourpassword-ph\";i:204;s:17:\"yourpasswordagain\";i:205;s:31:\"createacct-yourpasswordagain-ph\";i:206;s:14:\"yourdomainname\";i:207;s:15:\"externaldberror\";i:208;s:5:\"login\";i:209;s:6:\"logout\";i:210;s:10:\"userlogout\";i:211;s:11:\"notloggedin\";i:212;s:13:\"createaccount\";i:213;s:24:\"createacct-emailoptional\";i:214;s:19:\"createacct-email-ph\";i:215;s:17:\"createaccountmail\";i:216;s:17:\"createacct-submit\";i:217;s:26:\"createacct-benefit-heading\";i:218;s:24:\"createacct-benefit-body1\";i:219;s:24:\"createacct-benefit-body3\";i:220;s:9:\"badretype\";i:221;s:10:\"userexists\";i:222;s:10:\"loginerror\";i:223;s:18:\"createaccounterror\";i:224;s:12:\"nocookiesnew\";i:225;s:14:\"nocookieslogin\";i:226;s:15:\"nocookiesfornew\";i:227;s:6:\"noname\";i:228;s:17:\"loginsuccesstitle\";i:229;s:12:\"loginsuccess\";i:230;s:10:\"nosuchuser\";i:231;s:15:\"nosuchusershort\";i:232;s:15:\"nouserspecified\";i:233;s:17:\"login-userblocked\";i:234;s:13:\"wrongpassword\";i:235;s:18:\"wrongpasswordempty\";i:236;s:16:\"passwordtooshort\";i:237;s:19:\"password-name-match\";i:238;s:24:\"password-login-forbidden\";i:239;s:14:\"mailmypassword\";i:240;s:21:\"passwordremindertitle\";i:241;s:20:\"passwordremindertext\";i:242;s:7:\"noemail\";i:243;s:13:\"noemailcreate\";i:244;s:12:\"passwordsent\";i:245;s:20:\"blocked-mailpassword\";i:246;s:12:\"eauthentsent\";i:247;s:22:\"throttled-mailpassword\";i:248;s:9:\"mailerror\";i:249;s:26:\"acct_creation_throttle_hit\";i:250;s:18:\"emailauthenticated\";i:251;s:21:\"emailnotauthenticated\";i:252;s:12:\"noemailprefs\";i:253;s:16:\"emailconfirmlink\";i:254;s:19:\"invalidemailaddress\";i:255;s:17:\"cannotchangeemail\";i:256;s:13:\"emaildisabled\";i:257;s:14:\"accountcreated\";i:258;s:18:\"accountcreatedtext\";i:259;s:19:\"createaccount-title\";i:260;s:18:\"createaccount-text\";i:261;s:15:\"login-throttled\";i:262;s:19:\"login-abort-generic\";i:263;s:18:\"loginlanguagelabel\";i:264;s:21:\"suspicious-userlogout\";i:265;s:8:\"pt-login\";i:266;s:16:\"pt-createaccount\";i:267;s:13:\"pt-userlogout\";i:268;s:22:\"php-mail-error-unknown\";i:269;s:17:\"user-mail-no-addy\";i:270;s:18:\"resetpass_announce\";i:271;s:16:\"resetpass_header\";i:272;s:11:\"oldpassword\";i:273;s:11:\"newpassword\";i:274;s:9:\"retypenew\";i:275;s:16:\"resetpass_submit\";i:276;s:22:\"changepassword-success\";i:277;s:19:\"resetpass_forbidden\";i:278;s:17:\"resetpass-no-info\";i:279;s:25:\"resetpass-submit-loggedin\";i:280;s:23:\"resetpass-wrong-oldpass\";i:281;s:23:\"resetpass-temp-password\";i:282;s:13:\"passwordreset\";i:283;s:22:\"passwordreset-disabled\";i:284;s:22:\"passwordreset-username\";i:285;s:20:\"passwordreset-domain\";i:286;s:19:\"passwordreset-email\";i:287;s:24:\"passwordreset-emailtitle\";i:288;s:26:\"passwordreset-emailtext-ip\";i:289;s:28:\"passwordreset-emailtext-user\";i:290;s:26:\"passwordreset-emailelement\";i:291;s:11:\"changeemail\";i:292;s:18:\"changeemail-header\";i:293;s:19:\"changeemail-no-info\";i:294;s:20:\"changeemail-oldemail\";i:295;s:20:\"changeemail-newemail\";i:296;s:16:\"changeemail-none\";i:297;s:18:\"changeemail-submit\";i:298;s:7:\"summary\";i:299;s:7:\"subject\";i:300;s:9:\"minoredit\";i:301;s:9:\"watchthis\";i:302;s:11:\"savearticle\";i:303;s:7:\"preview\";i:304;s:11:\"showpreview\";i:305;s:8:\"showdiff\";i:306;s:15:\"anoneditwarning\";i:307;s:18:\"anonpreviewwarning\";i:308;s:14:\"missingsummary\";i:309;s:18:\"missingcommenttext\";i:310;s:20:\"missingcommentheader\";i:311;s:15:\"summary-preview\";i:312;s:12:\"blockedtitle\";i:313;s:11:\"blockedtext\";i:314;s:15:\"autoblockedtext\";i:315;s:15:\"blockednoreason\";i:316;s:17:\"whitelistedittext\";i:317;s:15:\"confirmedittext\";i:318;s:18:\"nosuchsectiontitle\";i:319;s:17:\"nosuchsectiontext\";i:320;s:13:\"loginreqtitle\";i:321;s:12:\"loginreqlink\";i:322;s:16:\"loginreqpagetext\";i:323;s:12:\"accmailtitle\";i:324;s:11:\"accmailtext\";i:325;s:10:\"newarticle\";i:326;s:14:\"newarticletext\";i:327;s:16:\"anontalkpagetext\";i:328;s:26:\"noarticletext-nopermission\";i:329;s:25:\"userpage-userdoesnotexist\";i:330;s:30:\"userpage-userdoesnotexist-view\";i:331;s:25:\"blocked-notice-logextract\";i:332;s:14:\"clearyourcache\";i:333;s:20:\"usercssyoucanpreview\";i:334;s:19:\"userjsyoucanpreview\";i:335;s:14:\"usercsspreview\";i:336;s:13:\"userjspreview\";i:337;s:14:\"sitecsspreview\";i:338;s:13:\"sitejspreview\";i:339;s:22:\"userinvalidconfigtitle\";i:340;s:7:\"updated\";i:341;s:4:\"note\";i:342;s:11:\"previewnote\";i:343;s:16:\"continue-editing\";i:344;s:15:\"previewconflict\";i:345;s:20:\"session_fail_preview\";i:346;s:25:\"session_fail_preview_html\";i:347;s:20:\"edit_form_incomplete\";i:348;s:7:\"editing\";i:349;s:8:\"creating\";i:350;s:14:\"editingsection\";i:351;s:14:\"editingcomment\";i:352;s:12:\"editconflict\";i:353;s:15:\"explainconflict\";i:354;s:8:\"yourtext\";i:355;s:13:\"storedversion\";i:356;s:10:\"editingold\";i:357;s:8:\"yourdiff\";i:358;s:16:\"copyrightwarning\";i:359;s:17:\"copyrightwarning2\";i:360;s:13:\"longpageerror\";i:361;s:15:\"readonlywarning\";i:362;s:20:\"protectedpagewarning\";i:363;s:24:\"semiprotectedpagewarning\";i:364;s:23:\"cascadeprotectedwarning\";i:365;s:21:\"titleprotectedwarning\";i:366;s:13:\"templatesused\";i:367;s:20:\"templatesusedpreview\";i:368;s:20:\"templatesusedsection\";i:369;s:18:\"template-protected\";i:370;s:22:\"template-semiprotected\";i:371;s:16:\"hiddencategories\";i:372;s:12:\"nocreatetext\";i:373;s:17:\"nocreate-loggedin\";i:374;s:29:\"sectioneditnotsupported-title\";i:375;s:28:\"sectioneditnotsupported-text\";i:376;s:17:\"permissionserrors\";i:377;s:21:\"permissionserrorstext\";i:378;s:32:\"permissionserrorstext-withaction\";i:379;s:26:\"recreate-moveddeleted-warn\";i:380;s:19:\"moveddeleted-notice\";i:381;s:11:\"log-fulllog\";i:382;s:17:\"edit-hook-aborted\";i:383;s:17:\"edit-gone-missing\";i:384;s:13:\"edit-conflict\";i:385;s:14:\"edit-no-change\";i:386;s:19:\"edit-already-exists\";i:387;s:18:\"defaultmessagetext\";i:388;s:32:\"expensive-parserfunction-warning\";i:389;s:33:\"expensive-parserfunction-category\";i:390;s:38:\"post-expand-template-inclusion-warning\";i:391;s:39:\"post-expand-template-inclusion-category\";i:392;s:37:\"post-expand-template-argument-warning\";i:393;s:38:\"post-expand-template-argument-category\";i:394;s:28:\"parser-template-loop-warning\";i:395;s:39:\"parser-template-recursion-depth-warning\";i:396;s:32:\"language-converter-depth-warning\";i:397;s:28:\"node-count-exceeded-category\";i:398;s:27:\"node-count-exceeded-warning\";i:399;s:33:\"expansion-depth-exceeded-category\";i:400;s:32:\"expansion-depth-exceeded-warning\";i:401;s:27:\"parser-unstrip-loop-warning\";i:402;s:21:\"unstrip-depth-warning\";i:403;s:12:\"undo-success\";i:404;s:12:\"undo-failure\";i:405;s:10:\"undo-norev\";i:406;s:12:\"undo-summary\";i:407;s:12:\"viewpagelogs\";i:408;s:9:\"nohistory\";i:409;s:10:\"currentrev\";i:410;s:15:\"currentrev-asof\";i:411;s:13:\"revision-info\";i:412;s:16:\"previousrevision\";i:413;s:12:\"nextrevision\";i:414;s:19:\"currentrevisionlink\";i:415;s:3:\"cur\";i:416;s:4:\"next\";i:417;s:4:\"last\";i:418;s:10:\"page_first\";i:419;s:9:\"page_last\";i:420;s:10:\"histlegend\";i:421;s:22:\"history-fieldset-title\";i:422;s:20:\"history-show-deleted\";i:423;s:9:\"histfirst\";i:424;s:8:\"histlast\";i:425;s:11:\"historysize\";i:426;s:12:\"historyempty\";i:427;s:18:\"history-feed-title\";i:428;s:24:\"history-feed-description\";i:429;s:27:\"history-feed-item-nocomment\";i:430;s:18:\"history-feed-empty\";i:431;s:19:\"rev-deleted-comment\";i:432;s:16:\"rev-deleted-user\";i:433;s:17:\"rev-deleted-event\";i:434;s:25:\"rev-deleted-user-contribs\";i:435;s:27:\"rev-deleted-text-permission\";i:436;s:23:\"rev-deleted-text-unhide\";i:437;s:26:\"rev-suppressed-text-unhide\";i:438;s:21:\"rev-deleted-text-view\";i:439;s:24:\"rev-suppressed-text-view\";i:440;s:19:\"rev-deleted-no-diff\";i:441;s:22:\"rev-suppressed-no-diff\";i:442;s:23:\"rev-deleted-unhide-diff\";i:443;s:26:\"rev-suppressed-unhide-diff\";i:444;s:21:\"rev-deleted-diff-view\";i:445;s:24:\"rev-suppressed-diff-view\";i:446;s:12:\"rev-delundel\";i:447;s:15:\"rev-showdeleted\";i:448;s:14:\"revisiondelete\";i:449;s:23:\"revdelete-nooldid-title\";i:450;s:22:\"revdelete-nooldid-text\";i:451;s:17:\"revdelete-no-file\";i:452;s:27:\"revdelete-show-file-confirm\";i:453;s:26:\"revdelete-show-file-submit\";i:454;s:18:\"logdelete-selected\";i:455;s:17:\"revdelete-confirm\";i:456;s:23:\"revdelete-suppress-text\";i:457;s:16:\"revdelete-legend\";i:458;s:19:\"revdelete-hide-text\";i:459;s:20:\"revdelete-hide-image\";i:460;s:19:\"revdelete-hide-name\";i:461;s:22:\"revdelete-hide-comment\";i:462;s:19:\"revdelete-hide-user\";i:463;s:25:\"revdelete-hide-restricted\";i:464;s:20:\"revdelete-radio-same\";i:465;s:19:\"revdelete-radio-set\";i:466;s:21:\"revdelete-radio-unset\";i:467;s:18:\"revdelete-suppress\";i:468;s:20:\"revdelete-unsuppress\";i:469;s:13:\"revdelete-log\";i:470;s:16:\"revdelete-submit\";i:471;s:17:\"revdelete-success\";i:472;s:17:\"revdelete-failure\";i:473;s:17:\"logdelete-success\";i:474;s:17:\"logdelete-failure\";i:475;s:14:\"revdel-restore\";i:476;s:8:\"pagehist\";i:477;s:11:\"deletedhist\";i:478;s:22:\"revdelete-hide-current\";i:479;s:24:\"revdelete-show-no-access\";i:480;s:26:\"revdelete-modify-no-access\";i:481;s:24:\"revdelete-modify-missing\";i:482;s:19:\"revdelete-no-change\";i:483;s:27:\"revdelete-concurrent-change\";i:484;s:25:\"revdelete-only-restricted\";i:485;s:25:\"revdelete-reason-dropdown\";i:486;s:21:\"revdelete-otherreason\";i:487;s:25:\"revdelete-reasonotherlist\";i:488;s:25:\"revdelete-edit-reasonlist\";i:489;s:18:\"revdelete-offender\";i:490;s:14:\"suppressionlog\";i:491;s:18:\"suppressionlogtext\";i:492;s:12:\"mergehistory\";i:493;s:19:\"mergehistory-header\";i:494;s:16:\"mergehistory-box\";i:495;s:17:\"mergehistory-from\";i:496;s:17:\"mergehistory-into\";i:497;s:17:\"mergehistory-list\";i:498;s:18:\"mergehistory-merge\";i:499;s:15:\"mergehistory-go\";i:500;s:19:\"mergehistory-submit\";i:501;s:18:\"mergehistory-empty\";i:502;s:17:\"mergehistory-done\";i:503;s:17:\"mergehistory-fail\";i:504;s:22:\"mergehistory-no-source\";i:505;s:27:\"mergehistory-no-destination\";i:506;s:27:\"mergehistory-invalid-source\";i:507;s:32:\"mergehistory-invalid-destination\";i:508;s:24:\"mergehistory-autocomment\";i:509;s:20:\"mergehistory-comment\";i:510;s:29:\"mergehistory-same-destination\";i:511;s:19:\"mergehistory-reason\";i:512;s:8:\"mergelog\";i:513;s:11:\"revertmerge\";i:514;s:16:\"mergelogpagetext\";i:515;s:13:\"history-title\";i:516;s:16:\"difference-title\";i:517;s:26:\"difference-title-multipage\";i:518;s:20:\"difference-multipage\";i:519;s:6:\"lineno\";i:520;s:23:\"compareselectedversions\";i:521;s:24:\"showhideselectedversions\";i:522;s:8:\"editundo\";i:523;s:20:\"diff-multi-manyusers\";i:524;s:13:\"searchresults\";i:525;s:5:\"prevn\";i:526;s:5:\"nextn\";i:527;s:11:\"prevn-title\";i:528;s:11:\"nextn-title\";i:529;s:14:\"searchmenu-new\";i:530;s:24:\"searchprofile-everything\";i:531;s:30:\"searchprofile-articles-tooltip\";i:532;s:28:\"searchprofile-images-tooltip\";i:533;s:27:\"search-result-category-size\";i:534;s:15:\"search-redirect\";i:535;s:14:\"search-suggest\";i:536;s:13:\"searchrelated\";i:537;s:16:\"search-nonefound\";i:538;s:13:\"mypreferences\";i:539;s:9:\"youremail\";i:540;s:12:\"yourrealname\";i:541;s:16:\"prefs-help-email\";i:542;s:23:\"prefs-help-email-others\";i:543;s:14:\"newuserlogpage\";i:544;s:22:\"skin-action-addsection\";i:545;s:11:\"action-move\";i:546;s:13:\"action-delete\";i:547;s:15:\"action-undelete\";i:548;s:8:\"nchanges\";i:549;s:18:\"enhancedrc-history\";i:550;s:13:\"recentchanges\";i:551;s:20:\"recentchanges-legend\";i:552;s:21:\"recentchanges-summary\";i:553;s:30:\"recentchanges-feed-description\";i:554;s:27:\"recentchanges-label-newpage\";i:555;s:25:\"recentchanges-label-minor\";i:556;s:23:\"recentchanges-label-bot\";i:557;s:31:\"recentchanges-label-unpatrolled\";i:558;s:28:\"recentchanges-legend-newpage\";i:559;s:10:\"rcnotefrom\";i:560;s:10:\"rclistfrom\";i:561;s:15:\"rcshowhideminor\";i:562;s:20:\"rcshowhideminor-hide\";i:563;s:14:\"rcshowhidebots\";i:564;s:19:\"rcshowhidebots-show\";i:565;s:13:\"rcshowhideliu\";i:566;s:18:\"rcshowhideliu-hide\";i:567;s:15:\"rcshowhideanons\";i:568;s:20:\"rcshowhideanons-hide\";i:569;s:14:\"rcshowhidepatr\";i:570;s:14:\"rcshowhidemine\";i:571;s:19:\"rcshowhidemine-hide\";i:572;s:7:\"rclinks\";i:573;s:4:\"diff\";i:574;s:4:\"hist\";i:575;s:4:\"hide\";i:576;s:4:\"show\";i:577;s:15:\"minoreditletter\";i:578;s:13:\"newpageletter\";i:579;s:13:\"boteditletter\";i:580;s:18:\"rc-change-size-new\";i:581;s:19:\"recentchangeslinked\";i:582;s:25:\"recentchangeslinked-title\";i:583;s:27:\"recentchangeslinked-summary\";i:584;s:24:\"recentchangeslinked-page\";i:585;s:22:\"recentchangeslinked-to\";i:586;s:6:\"upload\";i:587;s:13:\"uploadlogpage\";i:588;s:8:\"filedesc\";i:589;s:7:\"license\";i:590;s:16:\"file-anchor-link\";i:591;s:8:\"filehist\";i:592;s:13:\"filehist-help\";i:593;s:15:\"filehist-revert\";i:594;s:16:\"filehist-current\";i:595;s:17:\"filehist-datetime\";i:596;s:14:\"filehist-thumb\";i:597;s:18:\"filehist-thumbtext\";i:598;s:13:\"filehist-user\";i:599;s:19:\"filehist-dimensions\";i:600;s:16:\"filehist-comment\";i:601;s:10:\"imagelinks\";i:602;s:12:\"linkstoimage\";i:603;s:14:\"nolinkstoimage\";i:604;s:22:\"sharedupload-desc-here\";i:605;s:22:\"upload-disallowed-here\";i:606;s:10:\"randompage\";i:607;s:10:\"statistics\";i:608;s:20:\"brokenredirects-edit\";i:609;s:8:\"nmembers\";i:610;s:11:\"prefixindex\";i:611;s:11:\"usercreated\";i:612;s:8:\"newpages\";i:613;s:4:\"move\";i:614;s:13:\"pager-newer-n\";i:615;s:13:\"pager-older-n\";i:616;s:11:\"booksources\";i:617;s:25:\"booksources-search-legend\";i:618;s:3:\"log\";i:619;s:14:\"allpagessubmit\";i:620;s:10:\"categories\";i:621;s:15:\"linksearch-line\";i:622;s:23:\"listgrouprights-members\";i:623;s:9:\"emailuser\";i:624;s:9:\"watchlist\";i:625;s:11:\"mywatchlist\";i:626;s:13:\"watchlistfor2\";i:627;s:5:\"watch\";i:628;s:7:\"unwatch\";i:629;s:17:\"watchlist-details\";i:630;s:17:\"watchlist-options\";i:631;s:14:\"actioncomplete\";i:632;s:12:\"actionfailed\";i:633;s:10:\"dellogpage\";i:634;s:12:\"rollbacklink\";i:635;s:14:\"protectlogpage\";i:636;s:16:\"restriction-edit\";i:637;s:23:\"skin-action-viewdeleted\";i:638;s:12:\"undeletelink\";i:639;s:16:\"undeleteviewlink\";i:640;s:9:\"namespace\";i:641;s:6:\"invert\";i:642;s:14:\"blanknamespace\";i:643;s:23:\"tool-link-contributions\";i:644;s:19:\"contributions-title\";i:645;s:9:\"mycontris\";i:646;s:12:\"anoncontribs\";i:647;s:11:\"contribsub2\";i:648;s:5:\"month\";i:649;s:4:\"year\";i:650;s:25:\"sp-contributions-blocklog\";i:651;s:24:\"sp-contributions-uploads\";i:652;s:21:\"sp-contributions-logs\";i:653;s:21:\"sp-contributions-talk\";i:654;s:23:\"sp-contributions-search\";i:655;s:25:\"sp-contributions-username\";i:656;s:24:\"sp-contributions-toponly\";i:657;s:19:\"whatlinkshere-title\";i:658;s:18:\"whatlinkshere-page\";i:659;s:9:\"linkshere\";i:660;s:11:\"nolinkshere\";i:661;s:10:\"isredirect\";i:662;s:10:\"istemplate\";i:663;s:7:\"isimage\";i:664;s:18:\"whatlinkshere-next\";i:665;s:19:\"whatlinkshere-links\";i:666;s:24:\"whatlinkshere-hideredirs\";i:667;s:23:\"whatlinkshere-hidetrans\";i:668;s:23:\"whatlinkshere-hidelinks\";i:669;s:24:\"whatlinkshere-hideimages\";i:670;s:10:\"ipboptions\";i:671;s:11:\"ipblocklist\";i:672;s:9:\"blocklink\";i:673;s:11:\"unblocklink\";i:674;s:16:\"change-blocklink\";i:675;s:12:\"blocklogpage\";i:676;s:24:\"block-log-flags-nocreate\";i:677;s:11:\"movelogpage\";i:678;s:10:\"revertmove\";i:679;s:6:\"export\";i:680;s:15:\"allmessagesname\";i:681;s:18:\"allmessagesdefault\";i:682;s:15:\"thumbnail_error\";i:683;s:19:\"tooltip-pt-userpage\";i:684;s:17:\"tooltip-pt-mytalk\";i:685;s:22:\"tooltip-pt-preferences\";i:686;s:20:\"tooltip-pt-watchlist\";i:687;s:20:\"tooltip-pt-mycontris\";i:688;s:16:\"tooltip-pt-login\";i:689;s:17:\"tooltip-pt-logout\";i:690;s:24:\"tooltip-pt-createaccount\";i:691;s:15:\"tooltip-ca-edit\";i:692;s:21:\"tooltip-ca-addsection\";i:693;s:21:\"tooltip-ca-viewsource\";i:694;s:18:\"tooltip-ca-protect\";i:695;s:17:\"tooltip-ca-delete\";i:696;s:15:\"tooltip-ca-move\";i:697;s:16:\"tooltip-ca-watch\";i:698;s:18:\"tooltip-ca-unwatch\";i:699;s:14:\"tooltip-search\";i:700;s:17:\"tooltip-search-go\";i:701;s:14:\"tooltip-p-logo\";i:702;s:18:\"tooltip-n-mainpage\";i:703;s:30:\"tooltip-n-mainpage-description\";i:704;s:20:\"tooltip-n-randompage\";i:705;s:17:\"tooltip-feed-atom\";i:706;s:23:\"tooltip-t-contributions\";i:707;s:19:\"tooltip-t-emailuser\";i:708;s:16:\"tooltip-t-upload\";i:709;s:21:\"tooltip-ca-nstab-user\";i:710;s:24:\"tooltip-ca-nstab-special\";i:711;s:24:\"tooltip-ca-nstab-project\";i:712;s:22:\"tooltip-ca-nstab-image\";i:713;s:25:\"tooltip-ca-nstab-template\";i:714;s:25:\"tooltip-ca-nstab-category\";i:715;s:17:\"tooltip-minoredit\";i:716;s:12:\"tooltip-save\";i:717;s:15:\"tooltip-preview\";i:718;s:12:\"tooltip-diff\";i:719;s:31:\"tooltip-compareselectedversions\";i:720;s:13:\"tooltip-watch\";i:721;s:12:\"tooltip-undo\";i:722;s:15:\"tooltip-summary\";i:723;s:12:\"previousdiff\";i:724;s:8:\"nextdiff\";i:725;s:14:\"file-info-size\";i:726;s:12:\"file-nohires\";i:727;s:13:\"svg-long-desc\";i:728;s:14:\"show-big-image\";i:729;s:8:\"metadata\";i:730;s:13:\"metadata-help\";i:731;s:15:\"metadata-fields\";i:732;s:13:\"namespacesall\";i:733;s:9:\"monthsall\";i:734;s:19:\"watchlisttools-view\";i:735;s:19:\"watchlisttools-edit\";i:736;s:18:\"watchlisttools-raw\";i:737;s:9:\"signature\";i:738;s:21:\"duplicate-defaultsort\";i:739;s:24:\"external_image_whitelist\";i:740;s:10:\"tag-filter\";i:741;s:9:\"tags-edit\";i:742;s:24:\"logentry-newusers-create\";i:743;s:20:\"searchsuggest-search\";i:744;s:14:\"nstab-mainpage\";i:745;s:20:\"skin-action-undelete\";i:746;s:18:\"skin-action-delete\";i:747;s:16:\"skin-action-move\";i:748;s:24:\"vector-action-addsection\";i:749;s:20:\"vector-action-delete\";i:750;s:18:\"vector-action-move\";i:751;s:21:\"vector-action-protect\";i:752;s:22:\"vector-action-undelete\";i:753;s:23:\"vector-action-unprotect\";i:754;s:18:\"vector-view-create\";i:755;s:16:\"vector-view-edit\";i:756;s:19:\"vector-view-history\";i:757;s:16:\"vector-view-view\";i:758;s:22:\"vector-view-viewsource\";i:759;s:19:\"vector-more-actions\";i:760;s:13:\"tog-underline\";i:761;s:13:\"tog-hideminor\";i:762;s:17:\"tog-hidepatrolled\";i:763;s:25:\"tog-newpageshidepatrolled\";i:764;s:22:\"tog-hidecategorization\";i:765;s:19:\"tog-extendwatchlist\";i:766;s:18:\"tog-watchcreations\";i:767;s:16:\"tog-watchdefault\";i:768;s:14:\"tog-watchmoves\";i:769;s:17:\"tog-watchdeletion\";i:770;s:16:\"tog-watchuploads\";i:771;s:17:\"tog-watchrollback\";i:772;s:16:\"tog-minordefault\";i:773;s:16:\"tog-previewontop\";i:774;s:18:\"tog-previewonfirst\";i:775;s:24:\"tog-enotifwatchlistpages\";i:776;s:23:\"tog-enotifusertalkpages\";i:777;s:20:\"tog-enotifminoredits\";i:778;s:20:\"tog-enotifrevealaddr\";i:779;s:23:\"tog-shownumberswatching\";i:780;s:10:\"tog-oldsig\";i:781;s:32:\"tog-watchlistreloadautomatically\";i:782;s:25:\"tog-watchlistunwatchlinks\";i:783;s:31:\"tog-watchlisthidecategorization\";i:784;s:18:\"tog-useeditwarning\";i:785;s:16:\"tog-prefershttps\";i:786;s:28:\"tog-showrollbackconfirmation\";i:787;s:16:\"tog-requireemail\";i:788;s:16:\"underline-always\";i:789;s:15:\"underline-never\";i:790;s:9:\"period-am\";i:791;s:9:\"period-pm\";i:792;s:14:\"pagecategories\";i:793;s:17:\"hidden-categories\";i:794;s:25:\"categoryviewer-pagedlinks\";i:795;s:24:\"category-header-numerals\";i:796;s:13:\"moredotdotdot\";i:797;s:13:\"morenotlisted\";i:798;s:8:\"anontalk\";i:799;s:10:\"navigation\";i:800;s:3:\"and\";i:801;s:3:\"faq\";i:802;s:7:\"actions\";i:803;s:10:\"namespaces\";i:804;s:8:\"variants\";i:805;s:18:\"navigation-heading\";i:806;s:14:\"errorpagetitle\";i:807;s:14:\"help-mediawiki\";i:808;s:23:\"search-ignored-headings\";i:809;s:2:\"go\";i:810;s:13:\"history_small\";i:811;s:13:\"updatedmarker\";i:812;s:16:\"printableversion\";i:813;s:35:\"printableversion-deprecated-warning\";i:814;s:9:\"permalink\";i:815;s:5:\"print\";i:816;s:10:\"edit-local\";i:817;s:6:\"create\";i:818;s:16:\"skin-view-create\";i:819;s:12:\"create-local\";i:820;s:6:\"delete\";i:821;s:14:\"undelete_short\";i:822;s:17:\"viewdeleted_short\";i:823;s:7:\"protect\";i:824;s:14:\"protect_change\";i:825;s:21:\"skin-action-unprotect\";i:826;s:9:\"unprotect\";i:827;s:7:\"newpage\";i:828;s:11:\"specialpage\";i:829;s:13:\"personaltools\";i:830;s:7:\"toolbox\";i:831;s:8:\"cactions\";i:832;s:20:\"tool-link-userrights\";i:833;s:29:\"tool-link-userrights-readonly\";i:834;s:19:\"tool-link-emailuser\";i:835;s:9:\"imagepage\";i:836;s:13:\"mediawikipage\";i:837;s:12:\"templatepage\";i:838;s:12:\"viewhelppage\";i:839;s:12:\"categorypage\";i:840;s:12:\"viewtalkpage\";i:841;s:14:\"redirectedfrom\";i:842;s:15:\"redirectpagesub\";i:843;s:9:\"viewcount\";i:844;s:13:\"protectedpage\";i:845;s:16:\"jumptonavigation\";i:846;s:15:\"view-pool-error\";i:847;s:18:\"generic-pool-error\";i:848;s:12:\"pool-timeout\";i:849;s:14:\"pool-queuefull\";i:850;s:17:\"pool-errorunknown\";i:851;s:16:\"pool-servererror\";i:852;s:23:\"poolcounter-usage-error\";i:853;s:9:\"aboutpage\";i:854;s:13:\"copyrightpage\";i:855;s:13:\"currentevents\";i:856;s:17:\"currentevents-url\";i:857;s:11:\"disclaimers\";i:858;s:14:\"disclaimerpage\";i:859;s:20:\"helppage-top-gethelp\";i:860;s:10:\"policy-url\";i:861;s:6:\"portal\";i:862;s:10:\"portal-url\";i:863;s:7:\"privacy\";i:864;s:11:\"privacypage\";i:865;s:2:\"ok\";i:866;s:9:\"pagetitle\";i:867;s:16:\"backlinksubtitle\";i:868;s:13:\"retrievedfrom\";i:869;s:27:\"youhavenewmessagesfromusers\";i:870;s:27:\"youhavenewmessagesmanyusers\";i:871;s:21:\"newmessageslinkplural\";i:872;s:25:\"newmessagesdifflinkplural\";i:873;s:13:\"viewsourceold\";i:874;s:3:\"toc\";i:875;s:7:\"showtoc\";i:876;s:7:\"hidetoc\";i:877;s:20:\"collapsible-collapse\";i:878;s:18:\"collapsible-expand\";i:879;s:19:\"confirmable-confirm\";i:880;s:15:\"confirmable-yes\";i:881;s:14:\"confirmable-no\";i:882;s:13:\"thisisdeleted\";i:883;s:14:\"site-atom-feed\";i:884;s:9:\"feed-atom\";i:885;s:8:\"feed-rss\";i:886;s:12:\"sort-initial\";i:887;s:18:\"sort-rowspan-error\";i:888;s:13:\"nstab-special\";i:889;s:15:\"nstab-mediawiki\";i:890;s:5:\"error\";i:891;s:18:\"databaseerror-text\";i:892;s:20:\"databaseerror-textcl\";i:893;s:19:\"databaseerror-query\";i:894;s:22:\"databaseerror-function\";i:895;s:19:\"databaseerror-error\";i:896;s:35:\"transaction-duration-limit-exceeded\";i:897;s:39:\"transaction-max-statement-time-exceeded\";i:898;s:15:\"missing-article\";i:899;s:26:\"nonwrite-api-promise-error\";i:900;s:12:\"timeouterror\";i:901;s:17:\"timeouterror-text\";i:902;s:29:\"internalerror-fatal-exception\";i:903;s:22:\"directoryreadonlyerror\";i:904;s:16:\"delete-scheduled\";i:905;s:19:\"delete-hook-aborted\";i:906;s:16:\"no-null-revision\";i:907;s:13:\"title-invalid\";i:908;s:19:\"title-invalid-empty\";i:909;s:18:\"title-invalid-utf8\";i:910;s:23:\"title-invalid-interwiki\";i:911;s:28:\"title-invalid-talk-namespace\";i:912;s:24:\"title-invalid-characters\";i:913;s:22:\"title-invalid-relative\";i:914;s:25:\"title-invalid-magic-tilde\";i:915;s:22:\"title-invalid-too-long\";i:916;s:27:\"title-invalid-leading-colon\";i:917;s:28:\"querypage-updates-periodical\";i:918;s:22:\"skin-action-viewsource\";i:919;s:18:\"translateinterface\";i:920;s:19:\"customjsonprotected\";i:921;s:16:\"sitecssprotected\";i:922;s:17:\"sitejsonprotected\";i:923;s:15:\"sitejsprotected\";i:924;s:20:\"siterawhtmlprotected\";i:925;s:20:\"mycustomcssprotected\";i:926;s:21:\"mycustomjsonprotected\";i:927;s:19:\"mycustomjsprotected\";i:928;s:22:\"myprivateinfoprotected\";i:929;s:22:\"mypreferencesprotected\";i:930;s:12:\"invalidtitle\";i:931;s:22:\"exception-nologin-text\";i:932;s:29:\"exception-nologin-text-manual\";i:933;s:18:\"logging-out-notify\";i:934;s:13:\"logout-failed\";i:935;s:21:\"cannotlogoutnow-title\";i:936;s:20:\"cannotlogoutnow-text\";i:937;s:11:\"welcomeuser\";i:938;s:19:\"welcomecreation-msg\";i:939;s:18:\"userlogin-yourname\";i:940;s:21:\"userlogin-yourname-ph\";i:941;s:30:\"createacct-another-username-ph\";i:942;s:23:\"prefs-help-yourpassword\";i:943;s:22:\"userlogin-yourpassword\";i:944;s:24:\"createacct-useuniquepass\";i:945;s:28:\"createacct-yourpasswordagain\";i:946;s:28:\"userlogin-remembermypassword\";i:947;s:24:\"userlogin-signwithsecure\";i:948;s:17:\"cannotlogin-title\";i:949;s:16:\"cannotlogin-text\";i:950;s:20:\"cannotloginnow-title\";i:951;s:19:\"cannotloginnow-text\";i:952;s:25:\"cannotcreateaccount-title\";i:953;s:24:\"cannotcreateaccount-text\";i:954;s:25:\"password-change-forbidden\";i:955;s:14:\"login-security\";i:956;s:23:\"nav-login-createaccount\";i:957;s:19:\"userlogin-noaccount\";i:958;s:21:\"userlogin-joinproject\";i:959;s:28:\"userlogin-resetpassword-link\";i:960;s:19:\"userlogin-helplink2\";i:961;s:18:\"userlogin-loggedin\";i:962;s:16:\"userlogin-reauth\";i:963;s:23:\"userlogin-createanother\";i:964;s:24:\"createacct-emailrequired\";i:965;s:27:\"createacct-another-email-ph\";i:966;s:22:\"createaccountmail-help\";i:967;s:19:\"createacct-realname\";i:968;s:17:\"createacct-reason\";i:969;s:20:\"createacct-reason-ph\";i:970;s:22:\"createacct-reason-help\";i:971;s:25:\"createacct-reason-confirm\";i:972;s:25:\"createacct-another-submit\";i:973;s:26:\"createacct-continue-submit\";i:974;s:34:\"createacct-another-continue-submit\";i:975;s:24:\"createacct-benefit-body2\";i:976;s:18:\"usernameinprogress\";i:977;s:24:\"createacct-normalization\";i:978;s:16:\"createacct-error\";i:979;s:21:\"createacct-loginerror\";i:980;s:23:\"createacct-temp-warning\";i:981;s:15:\"passwordtoolong\";i:982;s:20:\"passwordincommonlist\";i:983;s:33:\"password-substring-username-match\";i:984;s:22:\"login-migrated-generic\";i:985;s:31:\"createacct-another-realname-tip\";i:986;s:15:\"pt-login-button\";i:987;s:24:\"pt-login-continue-button\";i:988;s:17:\"user-mail-no-body\";i:989;s:14:\"changepassword\";i:990;s:14:\"resetpass_text\";i:991;s:24:\"changepassword-throttled\";i:992;s:12:\"botpasswords\";i:993;s:20:\"botpasswords-summary\";i:994;s:21:\"botpasswords-disabled\";i:995;s:26:\"botpasswords-no-central-id\";i:996;s:21:\"botpasswords-existing\";i:997;s:22:\"botpasswords-createnew\";i:998;s:25:\"botpasswords-editexisting\";i:999;s:29:\"botpasswords-label-needsreset\";i:1000;s:24:\"botpasswords-label-appid\";i:1001;s:25:\"botpasswords-label-create\";i:1002;s:25:\"botpasswords-label-update\";i:1003;s:25:\"botpasswords-label-cancel\";i:1004;s:25:\"botpasswords-label-delete\";i:1005;s:32:\"botpasswords-label-resetpassword\";i:1006;s:25:\"botpasswords-label-grants\";i:1007;s:24:\"botpasswords-help-grants\";i:1008;s:32:\"botpasswords-label-grants-column\";i:1009;s:22:\"botpasswords-bad-appid\";i:1010;s:33:\"botpasswords-toolong-restrictions\";i:1011;s:27:\"botpasswords-toolong-grants\";i:1012;s:26:\"botpasswords-insert-failed\";i:1013;s:26:\"botpasswords-update-failed\";i:1014;s:26:\"botpasswords-created-title\";i:1015;s:25:\"botpasswords-created-body\";i:1016;s:26:\"botpasswords-updated-title\";i:1017;s:25:\"botpasswords-updated-body\";i:1018;s:26:\"botpasswords-deleted-title\";i:1019;s:25:\"botpasswords-deleted-body\";i:1020;s:24:\"botpasswords-newpassword\";i:1021;s:24:\"botpasswords-no-provider\";i:1022;s:31:\"botpasswords-restriction-failed\";i:1023;s:25:\"botpasswords-invalid-name\";i:1024;s:22:\"botpasswords-not-exist\";i:1025;s:24:\"botpasswords-needs-reset\";i:1026;s:19:\"botpasswords-locked\";i:1027;s:26:\"resetpass_forbidden-reason\";i:1028;s:23:\"resetpass-submit-cancel\";i:1029;s:18:\"resetpass-recycled\";i:1030;s:22:\"resetpass-temp-emailed\";i:1031;s:23:\"resetpass-abort-generic\";i:1032;s:17:\"resetpass-expired\";i:1033;s:22:\"resetpass-expired-soft\";i:1034;s:18:\"resetpass-validity\";i:1035;s:23:\"resetpass-validity-soft\";i:1036;s:22:\"passwordreset-text-one\";i:1037;s:23:\"passwordreset-text-many\";i:1038;s:27:\"passwordreset-emaildisabled\";i:1039;s:21:\"passwordreset-success\";i:1040;s:37:\"passwordreset-success-details-generic\";i:1041;s:26:\"passwordreset-success-info\";i:1042;s:37:\"passwordreset-emailtext-require-email\";i:1043;s:22:\"passwordreset-nocaller\";i:1044;s:26:\"passwordreset-nosuchcaller\";i:1045;s:21:\"passwordreset-ignored\";i:1046;s:20:\"passwordreset-nodata\";i:1047;s:25:\"changeemail-newemail-help\";i:1048;s:20:\"changeemail-password\";i:1049;s:21:\"changeemail-throttled\";i:1050;s:20:\"changeemail-nochange\";i:1051;s:21:\"changeemail-maxlength\";i:1052;s:11:\"resettokens\";i:1053;s:16:\"resettokens-text\";i:1054;s:21:\"resettokens-no-tokens\";i:1055;s:18:\"resettokens-tokens\";i:1056;s:23:\"resettokens-token-label\";i:1057;s:27:\"resettokens-watchlist-token\";i:1058;s:16:\"resettokens-done\";i:1059;s:23:\"resettokens-resetbutton\";i:1060;s:11:\"savechanges\";i:1061;s:11:\"publishpage\";i:1062;s:14:\"publishchanges\";i:1063;s:17:\"savearticle-start\";i:1064;s:17:\"savechanges-start\";i:1065;s:17:\"publishpage-start\";i:1066;s:20:\"publishchanges-start\";i:1067;s:12:\"blankarticle\";i:1068;s:23:\"autocreate-edit-warning\";i:1069;s:26:\"autocreate-preview-warning\";i:1070;s:12:\"selfredirect\";i:1071;s:16:\"previewerrortext\";i:1072;s:19:\"blockedtext-partial\";i:1073;s:17:\"systemblockedtext\";i:1074;s:21:\"blockedtext-composite\";i:1075;s:25:\"blockedtext-composite-ids\";i:1076;s:28:\"blockedtext-composite-no-ids\";i:1077;s:28:\"blockedtext-composite-reason\";i:1078;s:13:\"noarticletext\";i:1079;s:27:\"missing-revision-permission\";i:1080;s:16:\"missing-revision\";i:1081;s:24:\"missing-revision-content\";i:1082;s:21:\"userjsonyoucanpreview\";i:1083;s:15:\"userjsonpreview\";i:1084;s:15:\"sitejsonpreview\";i:1085;s:24:\"edit-textarea-aria-label\";i:1086;s:20:\"unicode-support-fail\";i:1087;s:32:\"editpage-cannot-use-custom-model\";i:1088;s:9:\"edittools\";i:1089;s:16:\"edittools-upload\";i:1090;s:27:\"modeleditnotsupported-title\";i:1091;s:26:\"modeleditnotsupported-text\";i:1092;s:21:\"contentmodelediterror\";i:1093;s:26:\"moveddeleted-notice-recent\";i:1094;s:21:\"edit-slots-cannot-add\";i:1095;s:24:\"edit-slots-cannot-remove\";i:1096;s:18:\"edit-slots-missing\";i:1097;s:29:\"postedit-confirmation-created\";i:1098;s:30:\"postedit-confirmation-restored\";i:1099;s:27:\"postedit-confirmation-saved\";i:1100;s:31:\"postedit-confirmation-published\";i:1101;s:27:\"postedit-temp-created-label\";i:1102;s:21:\"postedit-temp-created\";i:1103;s:23:\"content-failed-to-parse\";i:1104;s:20:\"invalid-content-data\";i:1105;s:17:\"invalid-json-data\";i:1106;s:24:\"content-not-allowed-here\";i:1107;s:20:\"confirmleave-warning\";i:1108;s:34:\"editpage-invalidcontentmodel-title\";i:1109;s:33:\"editpage-invalidcontentmodel-text\";i:1110;s:40:\"editpage-notsupportedcontentformat-title\";i:1111;s:39:\"editpage-notsupportedcontentformat-text\";i:1112;s:14:\"slot-name-main\";i:1113;s:22:\"content-model-wikitext\";i:1114;s:18:\"content-model-text\";i:1115;s:24:\"content-model-javascript\";i:1116;s:17:\"content-model-css\";i:1117;s:18:\"content-model-json\";i:1118;s:25:\"content-json-empty-object\";i:1119;s:24:\"content-json-empty-array\";i:1120;s:25:\"unsupported-content-model\";i:1121;s:24:\"unsupported-content-diff\";i:1122;s:25:\"unsupported-content-diff2\";i:1123;s:22:\"duplicate-args-warning\";i:1124;s:23:\"duplicate-args-category\";i:1125;s:28:\"duplicate-args-category-desc\";i:1126;s:24:\"template-equals-category\";i:1127;s:29:\"template-equals-category-desc\";i:1128;s:23:\"template-equals-warning\";i:1129;s:22:\"template-loop-category\";i:1130;s:27:\"template-loop-category-desc\";i:1131;s:21:\"template-loop-warning\";i:1132;s:33:\"node-count-exceeded-category-desc\";i:1133;s:38:\"expansion-depth-exceeded-category-desc\";i:1134;s:22:\"unstrip-depth-category\";i:1135;s:27:\"unstrip-depth-category-desc\";i:1136;s:20:\"unstrip-size-warning\";i:1137;s:21:\"unstrip-size-category\";i:1138;s:26:\"unstrip-size-category-desc\";i:1139;s:27:\"converter-manual-rule-error\";i:1140;s:19:\"undo-main-slot-only\";i:1141;s:13:\"undo-nochange\";i:1142;s:17:\"undo-summary-anon\";i:1143;s:19:\"undo-summary-import\";i:1144;s:20:\"undo-summary-import2\";i:1145;s:28:\"undo-summary-username-hidden\";i:1146;s:22:\"viewpagelogs-lowercase\";i:1147;s:12:\"revisionasof\";i:1148;s:11:\"tooltip-cur\";i:1149;s:12:\"tooltip-last\";i:1150;s:17:\"history-edit-tags\";i:1151;s:13:\"history-empty\";i:1152;s:19:\"rev-suppressed-text\";i:1153;s:30:\"rev-suppressed-text-permission\";i:1154;s:23:\"revdelete-selected-text\";i:1155;s:23:\"revdelete-selected-file\";i:1156;s:19:\"revdelete-text-text\";i:1157;s:19:\"revdelete-text-file\";i:1158;s:14:\"logdelete-text\";i:1159;s:21:\"revdelete-text-others\";i:1160;s:34:\"revdelete-reason-dropdown-suppress\";i:1161;s:34:\"revdelete-edit-reasonlist-suppress\";i:1162;s:31:\"mergehistory-fail-bad-timestamp\";i:1163;s:32:\"mergehistory-fail-invalid-source\";i:1164;s:30:\"mergehistory-fail-invalid-dest\";i:1165;s:27:\"mergehistory-fail-no-change\";i:1166;s:28:\"mergehistory-fail-permission\";i:1167;s:28:\"mergehistory-fail-self-merge\";i:1168;s:36:\"mergehistory-fail-timestamps-overlap\";i:1169;s:24:\"mergehistory-fail-toobig\";i:1170;s:34:\"mergehistory-source-deleted-reason\";i:1171;s:27:\"mergehistory-source-deleted\";i:1172;s:24:\"mergehistory-revisionrow\";i:1173;s:10:\"diff-empty\";i:1174;s:19:\"diff-multi-sameuser\";i:1175;s:21:\"diff-multi-otherusers\";i:1176;s:26:\"diff-paragraph-moved-tonew\";i:1177;s:26:\"diff-paragraph-moved-toold\";i:1178;s:27:\"difference-missing-revision\";i:1179;s:26:\"search-filter-title-prefix\";i:1180;s:32:\"search-filter-title-prefix-reset\";i:1181;s:19:\"searchresults-title\";i:1182;s:12:\"titlematches\";i:1183;s:11:\"textmatches\";i:1184;s:13:\"notextmatches\";i:1185;s:9:\"prev-page\";i:1186;s:9:\"next-page\";i:1187;s:11:\"shown-title\";i:1188;s:12:\"viewprevnext\";i:1189;s:17:\"searchmenu-exists\";i:1190;s:22:\"searchprofile-articles\";i:1191;s:20:\"searchprofile-images\";i:1192;s:22:\"searchprofile-advanced\";i:1193;s:32:\"searchprofile-everything-tooltip\";i:1194;s:30:\"searchprofile-advanced-tooltip\";i:1195;s:18:\"search-result-size\";i:1196;s:14:\"search-section\";i:1197;s:15:\"search-category\";i:1198;s:17:\"search-file-match\";i:1199;s:16:\"search-rewritten\";i:1200;s:31:\"search-interwiki-resultset-link\";i:1201;s:21:\"search-interwiki-more\";i:1202;s:29:\"search-interwiki-more-results\";i:1203;s:21:\"search-relatedarticle\";i:1204;s:25:\"search-invalid-sort-order\";i:1205;s:22:\"search-unknown-profile\";i:1206;s:9:\"searchall\";i:1207;s:14:\"showingresults\";i:1208;s:21:\"showingresultsinrange\";i:1209;s:21:\"search-showingresults\";i:1210;s:25:\"search-nonefound-thiswiki\";i:1211;s:18:\"powersearch-legend\";i:1212;s:14:\"powersearch-ns\";i:1213;s:23:\"powersearch-togglelabel\";i:1214;s:21:\"powersearch-toggleall\";i:1215;s:22:\"powersearch-togglenone\";i:1216;s:20:\"powersearch-remember\";i:1217;s:15:\"search-external\";i:1218;s:14:\"searchdisabled\";i:1219;s:12:\"search-error\";i:1220;s:14:\"search-warning\";i:1221;s:11:\"preferences\";i:1222;s:11:\"prefs-edits\";i:1223;s:17:\"prefsnologintext2\";i:1224;s:10:\"prefs-skin\";i:1225;s:16:\"prefs-skin-prefs\";i:1226;s:21:\"prefs-skin-responsive\";i:1227;s:26:\"prefs-help-skin-responsive\";i:1228;s:12:\"skin-preview\";i:1229;s:11:\"datedefault\";i:1230;s:10:\"prefs-labs\";i:1231;s:16:\"prefs-user-pages\";i:1232;s:14:\"prefs-personal\";i:1233;s:8:\"prefs-rc\";i:1234;s:15:\"prefs-watchlist\";i:1235;s:19:\"prefs-editwatchlist\";i:1236;s:25:\"prefs-editwatchlist-label\";i:1237;s:24:\"prefs-editwatchlist-edit\";i:1238;s:23:\"prefs-editwatchlist-raw\";i:1239;s:25:\"prefs-editwatchlist-clear\";i:1240;s:20:\"prefs-watchlist-days\";i:1241;s:24:\"prefs-watchlist-days-max\";i:1242;s:21:\"prefs-watchlist-edits\";i:1243;s:25:\"prefs-watchlist-edits-max\";i:1244;s:21:\"prefs-watchlist-token\";i:1245;s:28:\"prefs-watchlist-managetokens\";i:1246;s:10:\"prefs-misc\";i:1247;s:15:\"prefs-resetpass\";i:1248;s:17:\"prefs-changeemail\";i:1249;s:14:\"prefs-setemail\";i:1250;s:11:\"prefs-email\";i:1251;s:15:\"prefs-rendering\";i:1252;s:16:\"prefs-searchmisc\";i:1253;s:9:\"saveprefs\";i:1254;s:12:\"restoreprefs\";i:1255;s:13:\"prefs-editing\";i:1256;s:17:\"searchresultshead\";i:1257;s:17:\"recentchangesdays\";i:1258;s:21:\"recentchangesdays-max\";i:1259;s:18:\"recentchangescount\";i:1260;s:29:\"prefs-help-recentchangescount\";i:1261;s:27:\"prefs-help-watchlist-token2\";i:1262;s:26:\"prefs-help-tokenmanagement\";i:1263;s:29:\"prefs-user-downloaddata-label\";i:1264;s:28:\"prefs-user-downloaddata-info\";i:1265;s:29:\"prefs-user-restoreprefs-label\";i:1266;s:28:\"prefs-user-restoreprefs-info\";i:1267;s:10:\"savedprefs\";i:1268;s:11:\"savedrights\";i:1269;s:14:\"timezonelegend\";i:1270;s:9:\"localtime\";i:1271;s:24:\"timezoneuseserverdefault\";i:1272;s:17:\"timezoneuseoffset\";i:1273;s:30:\"timezone-useoffset-placeholder\";i:1274;s:10:\"servertime\";i:1275;s:13:\"guesstimezone\";i:1276;s:21:\"timezoneregion-africa\";i:1277;s:22:\"timezoneregion-america\";i:1278;s:25:\"timezoneregion-antarctica\";i:1279;s:21:\"timezoneregion-arctic\";i:1280;s:19:\"timezoneregion-asia\";i:1281;s:23:\"timezoneregion-atlantic\";i:1282;s:24:\"timezoneregion-australia\";i:1283;s:21:\"timezoneregion-europe\";i:1284;s:21:\"timezoneregion-indian\";i:1285;s:22:\"timezoneregion-pacific\";i:1286;s:10:\"allowemail\";i:1287;s:27:\"email-allow-new-users-label\";i:1288;s:20:\"email-mutelist-label\";i:1289;s:19:\"prefs-searchoptions\";i:1290;s:16:\"prefs-namespaces\";i:1291;s:7:\"default\";i:1292;s:11:\"prefs-files\";i:1293;s:16:\"prefs-custom-css\";i:1294;s:17:\"prefs-custom-json\";i:1295;s:15:\"prefs-custom-js\";i:1296;s:19:\"prefs-common-config\";i:1297;s:17:\"prefs-reset-intro\";i:1298;s:19:\"prefs-reset-confirm\";i:1299;s:24:\"prefs-emailconfirm-label\";i:1300;s:8:\"username\";i:1301;s:20:\"prefs-memberingroups\";i:1302;s:25:\"prefs-memberingroups-type\";i:1303;s:33:\"group-membership-link-with-expiry\";i:1304;s:18:\"prefs-registration\";i:1305;s:28:\"prefs-registration-date-time\";i:1306;s:12:\"yourlanguage\";i:1307;s:11:\"yourvariant\";i:1308;s:18:\"prefs-help-variant\";i:1309;s:8:\"yournick\";i:1310;s:20:\"prefs-help-signature\";i:1311;s:6:\"badsig\";i:1312;s:10:\"badsightml\";i:1313;s:11:\"badsiglinks\";i:1314;s:11:\"badsigsubst\";i:1315;s:12:\"badsiglength\";i:1316;s:15:\"badsiglinebreak\";i:1317;s:29:\"linterror-bogus-image-options\";i:1318;s:29:\"linterror-deletable-table-tag\";i:1319;s:26:\"linterror-html5-misnesting\";i:1320;s:38:\"linterror-misc-tidy-replacement-issues\";i:1321;s:23:\"linterror-misnested-tag\";i:1322;s:25:\"linterror-missing-end-tag\";i:1323;s:28:\"linterror-multi-colon-escape\";i:1324;s:38:\"linterror-multiline-html-table-in-list\";i:1325;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1326;s:22:\"linterror-obsolete-tag\";i:1327;s:30:\"linterror-pwrap-bug-workaround\";i:1328;s:25:\"linterror-self-closed-tag\";i:1329;s:22:\"linterror-stripped-tag\";i:1330;s:23:\"linterror-tidy-font-bug\";i:1331;s:29:\"linterror-tidy-whitespace-bug\";i:1332;s:36:\"linterror-unclosed-quotes-in-heading\";i:1333;s:10:\"yourgender\";i:1334;s:14:\"gender-unknown\";i:1335;s:15:\"gender-notknown\";i:1336;s:11:\"gender-male\";i:1337;s:13:\"gender-female\";i:1338;s:17:\"prefs-help-gender\";i:1339;s:5:\"email\";i:1340;s:19:\"prefs-help-realname\";i:1341;s:25:\"prefs-help-email-required\";i:1342;s:23:\"prefs-help-requireemail\";i:1343;s:10:\"prefs-info\";i:1344;s:10:\"prefs-i18n\";i:1345;s:15:\"prefs-signature\";i:1346;s:31:\"prefs-signature-invalid-warning\";i:1347;s:27:\"prefs-signature-invalid-new\";i:1348;s:32:\"prefs-signature-invalid-disallow\";i:1349;s:31:\"prefs-signature-highlight-error\";i:1350;s:29:\"prefs-signature-error-details\";i:1351;s:16:\"prefs-dateformat\";i:1352;s:16:\"prefs-timeoffset\";i:1353;s:21:\"prefs-advancedediting\";i:1354;s:20:\"prefs-developertools\";i:1355;s:12:\"prefs-editor\";i:1356;s:16:\"prefs-discussion\";i:1357;s:13:\"prefs-preview\";i:1358;s:16:\"prefs-advancedrc\";i:1359;s:23:\"prefs-advancedrendering\";i:1360;s:27:\"prefs-advancedsearchoptions\";i:1361;s:23:\"prefs-advancedwatchlist\";i:1362;s:15:\"prefs-displayrc\";i:1363;s:22:\"prefs-displaywatchlist\";i:1364;s:15:\"prefs-changesrc\";i:1365;s:22:\"prefs-changeswatchlist\";i:1366;s:20:\"prefs-pageswatchlist\";i:1367;s:20:\"prefs-tokenwatchlist\";i:1368;s:11:\"prefs-diffs\";i:1369;s:23:\"prefs-help-prefershttps\";i:1370;s:26:\"prefs-tabs-navigation-hint\";i:1371;s:10:\"userrights\";i:1372;s:22:\"userrights-lookup-user\";i:1373;s:24:\"userrights-user-editname\";i:1374;s:13:\"editusergroup\";i:1375;s:11:\"editinguser\";i:1376;s:17:\"viewinguserrights\";i:1377;s:24:\"userrights-editusergroup\";i:1378;s:24:\"userrights-viewusergroup\";i:1379;s:14:\"saveusergroups\";i:1380;s:23:\"userrights-groupsmember\";i:1381;s:28:\"userrights-groupsmember-auto\";i:1382;s:28:\"userrights-groupsmember-type\";i:1383;s:21:\"userrights-systemuser\";i:1384;s:22:\"userrights-groups-help\";i:1385;s:17:\"userrights-reason\";i:1386;s:23:\"userrights-no-interwiki\";i:1387;s:21:\"userrights-nodatabase\";i:1388;s:25:\"userrights-changeable-col\";i:1389;s:27:\"userrights-unchangeable-col\";i:1390;s:30:\"userrights-irreversible-marker\";i:1391;s:35:\"userrights-no-shorten-expiry-marker\";i:1392;s:25:\"userrights-expiry-current\";i:1393;s:22:\"userrights-expiry-none\";i:1394;s:17:\"userrights-expiry\";i:1395;s:26:\"userrights-expiry-existing\";i:1396;s:27:\"userrights-expiry-othertime\";i:1397;s:25:\"userrights-expiry-options\";i:1398;s:25:\"userrights-invalid-expiry\";i:1399;s:25:\"userrights-expiry-in-past\";i:1400;s:32:\"userrights-cannot-shorten-expiry\";i:1401;s:19:\"userrights-conflict\";i:1402;s:5:\"group\";i:1403;s:10:\"group-user\";i:1404;s:11:\"group-named\";i:1405;s:19:\"group-autoconfirmed\";i:1406;s:9:\"group-bot\";i:1407;s:11:\"group-sysop\";i:1408;s:21:\"group-interface-admin\";i:1409;s:16:\"group-bureaucrat\";i:1410;s:14:\"group-suppress\";i:1411;s:9:\"group-all\";i:1412;s:17:\"group-user-member\";i:1413;s:26:\"group-autoconfirmed-member\";i:1414;s:16:\"group-bot-member\";i:1415;s:18:\"group-sysop-member\";i:1416;s:28:\"group-interface-admin-member\";i:1417;s:23:\"group-bureaucrat-member\";i:1418;s:21:\"group-suppress-member\";i:1419;s:14:\"grouppage-user\";i:1420;s:15:\"grouppage-named\";i:1421;s:23:\"grouppage-autoconfirmed\";i:1422;s:13:\"grouppage-bot\";i:1423;s:15:\"grouppage-sysop\";i:1424;s:25:\"grouppage-interface-admin\";i:1425;s:20:\"grouppage-bureaucrat\";i:1426;s:18:\"grouppage-suppress\";i:1427;s:10:\"right-read\";i:1428;s:10:\"right-edit\";i:1429;s:16:\"right-createpage\";i:1430;s:16:\"right-createtalk\";i:1431;s:19:\"right-createaccount\";i:1432;s:23:\"right-autocreateaccount\";i:1433;s:15:\"right-minoredit\";i:1434;s:10:\"right-move\";i:1435;s:19:\"right-move-subpages\";i:1436;s:24:\"right-move-rootuserpages\";i:1437;s:24:\"right-move-categorypages\";i:1438;s:14:\"right-movefile\";i:1439;s:22:\"right-suppressredirect\";i:1440;s:12:\"right-upload\";i:1441;s:14:\"right-reupload\";i:1442;s:18:\"right-reupload-own\";i:1443;s:21:\"right-reupload-shared\";i:1444;s:19:\"right-upload_by_url\";i:1445;s:11:\"right-purge\";i:1446;s:19:\"right-autoconfirmed\";i:1447;s:9:\"right-bot\";i:1448;s:20:\"right-nominornewtalk\";i:1449;s:19:\"right-apihighlimits\";i:1450;s:14:\"right-writeapi\";i:1451;s:12:\"right-delete\";i:1452;s:21:\"right-delete-redirect\";i:1453;s:15:\"right-bigdelete\";i:1454;s:20:\"right-deletelogentry\";i:1455;s:20:\"right-deleterevision\";i:1456;s:20:\"right-deletedhistory\";i:1457;s:17:\"right-deletedtext\";i:1458;s:19:\"right-browsearchive\";i:1459;s:14:\"right-undelete\";i:1460;s:22:\"right-suppressrevision\";i:1461;s:20:\"right-viewsuppressed\";i:1462;s:20:\"right-suppressionlog\";i:1463;s:11:\"right-block\";i:1464;s:16:\"right-blockemail\";i:1465;s:14:\"right-hideuser\";i:1466;s:20:\"right-ipblock-exempt\";i:1467;s:17:\"right-unblockself\";i:1468;s:13:\"right-protect\";i:1469;s:19:\"right-editprotected\";i:1470;s:23:\"right-editsemiprotected\";i:1471;s:22:\"right-editcontentmodel\";i:1472;s:19:\"right-editinterface\";i:1473;s:17:\"right-editusercss\";i:1474;s:18:\"right-edituserjson\";i:1475;s:16:\"right-edituserjs\";i:1476;s:17:\"right-editsitecss\";i:1477;s:18:\"right-editsitejson\";i:1478;s:16:\"right-editsitejs\";i:1479;s:19:\"right-editmyusercss\";i:1480;s:20:\"right-editmyuserjson\";i:1481;s:18:\"right-editmyuserjs\";i:1482;s:26:\"right-editmyuserjsredirect\";i:1483;s:21:\"right-viewmywatchlist\";i:1484;s:21:\"right-editmywatchlist\";i:1485;s:23:\"right-viewmyprivateinfo\";i:1486;s:23:\"right-editmyprivateinfo\";i:1487;s:19:\"right-editmyoptions\";i:1488;s:14:\"right-rollback\";i:1489;s:18:\"right-markbotedits\";i:1490;s:17:\"right-noratelimit\";i:1491;s:12:\"right-import\";i:1492;s:18:\"right-importupload\";i:1493;s:12:\"right-patrol\";i:1494;s:16:\"right-autopatrol\";i:1495;s:17:\"right-patrolmarks\";i:1496;s:20:\"right-unwatchedpages\";i:1497;s:18:\"right-mergehistory\";i:1498;s:16:\"right-userrights\";i:1499;s:26:\"right-userrights-interwiki\";i:1500;s:15:\"right-siteadmin\";i:1501;s:27:\"right-override-export-depth\";i:1502;s:15:\"right-sendemail\";i:1503;s:22:\"right-managechangetags\";i:1504;s:21:\"right-applychangetags\";i:1505;s:16:\"right-changetags\";i:1506;s:22:\"right-deletechangetags\";i:1507;s:13:\"grant-generic\";i:1508;s:28:\"grant-group-page-interaction\";i:1509;s:28:\"grant-group-file-interaction\";i:1510;s:33:\"grant-group-watchlist-interaction\";i:1511;s:17:\"grant-group-email\";i:1512;s:23:\"grant-group-high-volume\";i:1513;s:25:\"grant-group-customization\";i:1514;s:26:\"grant-group-administration\";i:1515;s:31:\"grant-group-private-information\";i:1516;s:17:\"grant-group-other\";i:1517;s:16:\"grant-blockusers\";i:1518;s:19:\"grant-createaccount\";i:1519;s:24:\"grant-createeditmovepage\";i:1520;s:12:\"grant-delete\";i:1521;s:19:\"grant-editinterface\";i:1522;s:17:\"grant-editmycssjs\";i:1523;s:19:\"grant-editmyoptions\";i:1524;s:21:\"grant-editmywatchlist\";i:1525;s:20:\"grant-editsiteconfig\";i:1526;s:14:\"grant-editpage\";i:1527;s:19:\"grant-editprotected\";i:1528;s:16:\"grant-highvolume\";i:1529;s:12:\"grant-import\";i:1530;s:18:\"grant-mergehistory\";i:1531;s:15:\"grant-oversight\";i:1532;s:12:\"grant-patrol\";i:1533;s:17:\"grant-privateinfo\";i:1534;s:13:\"grant-protect\";i:1535;s:14:\"grant-rollback\";i:1536;s:15:\"grant-sendemail\";i:1537;s:24:\"grant-uploadeditmovefile\";i:1538;s:16:\"grant-uploadfile\";i:1539;s:11:\"grant-basic\";i:1540;s:17:\"grant-viewdeleted\";i:1541;s:21:\"grant-viewmywatchlist\";i:1542;s:24:\"grant-viewrestrictedlogs\";i:1543;s:18:\"newuserlogpagetext\";i:1544;s:9:\"rightslog\";i:1545;s:13:\"rightslogtext\";i:1546;s:11:\"action-read\";i:1547;s:11:\"action-edit\";i:1548;s:17:\"action-createpage\";i:1549;s:17:\"action-createtalk\";i:1550;s:20:\"action-createaccount\";i:1551;s:24:\"action-autocreateaccount\";i:1552;s:14:\"action-history\";i:1553;s:16:\"action-minoredit\";i:1554;s:20:\"action-move-subpages\";i:1555;s:25:\"action-move-rootuserpages\";i:1556;s:25:\"action-move-categorypages\";i:1557;s:15:\"action-movefile\";i:1558;s:13:\"action-upload\";i:1559;s:15:\"action-reupload\";i:1560;s:22:\"action-reupload-shared\";i:1561;s:20:\"action-upload_by_url\";i:1562;s:15:\"action-writeapi\";i:1563;s:22:\"action-delete-redirect\";i:1564;s:21:\"action-deleterevision\";i:1565;s:21:\"action-deletelogentry\";i:1566;s:21:\"action-deletedhistory\";i:1567;s:18:\"action-deletedtext\";i:1568;s:20:\"action-browsearchive\";i:1569;s:23:\"action-suppressrevision\";i:1570;s:21:\"action-suppressionlog\";i:1571;s:12:\"action-block\";i:1572;s:14:\"action-protect\";i:1573;s:15:\"action-rollback\";i:1574;s:13:\"action-import\";i:1575;s:19:\"action-importupload\";i:1576;s:13:\"action-patrol\";i:1577;s:17:\"action-autopatrol\";i:1578;s:21:\"action-unwatchedpages\";i:1579;s:19:\"action-mergehistory\";i:1580;s:17:\"action-userrights\";i:1581;s:27:\"action-userrights-interwiki\";i:1582;s:16:\"action-siteadmin\";i:1583;s:16:\"action-sendemail\";i:1584;s:20:\"action-editmyoptions\";i:1585;s:22:\"action-editmywatchlist\";i:1586;s:22:\"action-viewmywatchlist\";i:1587;s:24:\"action-viewmyprivateinfo\";i:1588;s:24:\"action-editmyprivateinfo\";i:1589;s:23:\"action-editcontentmodel\";i:1590;s:23:\"action-managechangetags\";i:1591;s:22:\"action-applychangetags\";i:1592;s:17:\"action-changetags\";i:1593;s:23:\"action-deletechangetags\";i:1594;s:12:\"action-purge\";i:1595;s:20:\"action-apihighlimits\";i:1596;s:20:\"action-autoconfirmed\";i:1597;s:16:\"action-bigdelete\";i:1598;s:17:\"action-blockemail\";i:1599;s:10:\"action-bot\";i:1600;s:20:\"action-editprotected\";i:1601;s:24:\"action-editsemiprotected\";i:1602;s:20:\"action-editinterface\";i:1603;s:18:\"action-editusercss\";i:1604;s:19:\"action-edituserjson\";i:1605;s:17:\"action-edituserjs\";i:1606;s:18:\"action-editsitecss\";i:1607;s:19:\"action-editsitejson\";i:1608;s:17:\"action-editsitejs\";i:1609;s:20:\"action-editmyusercss\";i:1610;s:21:\"action-editmyuserjson\";i:1611;s:19:\"action-editmyuserjs\";i:1612;s:27:\"action-editmyuserjsredirect\";i:1613;s:21:\"action-viewsuppressed\";i:1614;s:15:\"action-hideuser\";i:1615;s:21:\"action-ipblock-exempt\";i:1616;s:18:\"action-unblockself\";i:1617;s:18:\"action-noratelimit\";i:1618;s:19:\"action-reupload-own\";i:1619;s:21:\"action-nominornewtalk\";i:1620;s:19:\"action-markbotedits\";i:1621;s:18:\"action-patrolmarks\";i:1622;s:28:\"action-override-export-depth\";i:1623;s:23:\"action-suppressredirect\";i:1624;s:6:\"ntimes\";i:1625;s:27:\"enhancedrc-since-last-visit\";i:1626;s:22:\"recentchanges-noresult\";i:1627;s:21:\"recentchanges-timeout\";i:1628;s:21:\"recentchanges-network\";i:1629;s:26:\"recentchanges-notargetpage\";i:1630;s:29:\"recentchanges-label-plusminus\";i:1631;s:28:\"recentchanges-legend-heading\";i:1632;s:30:\"recentchanges-legend-plusminus\";i:1633;s:36:\"recentchanges-legend-watchlistexpiry\";i:1634;s:20:\"recentchanges-submit\";i:1635;s:20:\"rcfilters-tag-remove\";i:1636;s:24:\"rcfilters-legend-heading\";i:1637;s:28:\"rcfilters-other-review-tools\";i:1638;s:31:\"rcfilters-group-results-by-page\";i:1639;s:23:\"rcfilters-activefilters\";i:1640;s:28:\"rcfilters-activefilters-hide\";i:1641;s:28:\"rcfilters-activefilters-show\";i:1642;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1643;s:36:\"rcfilters-activefilters-show-tooltip\";i:1644;s:25:\"rcfilters-advancedfilters\";i:1645;s:21:\"rcfilters-limit-title\";i:1646;s:30:\"rcfilters-limit-and-date-label\";i:1647;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1648;s:26:\"rcfilters-date-popup-title\";i:1649;s:20:\"rcfilters-days-title\";i:1650;s:21:\"rcfilters-hours-title\";i:1651;s:24:\"rcfilters-days-show-days\";i:1652;s:25:\"rcfilters-days-show-hours\";i:1653;s:34:\"rcfilters-highlighted-filters-list\";i:1654;s:22:\"rcfilters-quickfilters\";i:1655;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1656;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1657;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1658;s:29:\"rcfilters-savedqueries-rename\";i:1659;s:33:\"rcfilters-savedqueries-setdefault\";i:1660;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1661;s:29:\"rcfilters-savedqueries-remove\";i:1662;s:37:\"rcfilters-savedqueries-new-name-label\";i:1663;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1664;s:34:\"rcfilters-savedqueries-apply-label\";i:1665;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1666;s:35:\"rcfilters-savedqueries-cancel-label\";i:1667;s:36:\"rcfilters-savedqueries-add-new-title\";i:1668;s:36:\"rcfilters-savedqueries-already-saved\";i:1669;s:33:\"rcfilters-restore-default-filters\";i:1670;s:27:\"rcfilters-clear-all-filters\";i:1671;s:26:\"rcfilters-show-new-changes\";i:1672;s:28:\"rcfilters-search-placeholder\";i:1673;s:35:\"rcfilters-search-placeholder-mobile\";i:1674;s:24:\"rcfilters-invalid-filter\";i:1675;s:22:\"rcfilters-empty-filter\";i:1676;s:26:\"rcfilters-filterlist-title\";i:1677;s:30:\"rcfilters-filterlist-whatsthis\";i:1678;s:31:\"rcfilters-highlightbutton-title\";i:1679;s:29:\"rcfilters-highlightmenu-title\";i:1680;s:28:\"rcfilters-highlightmenu-help\";i:1681;s:30:\"rcfilters-filterlist-noresults\";i:1682;s:28:\"rcfilters-noresults-conflict\";i:1683;s:30:\"rcfilters-state-message-subset\";i:1684;s:36:\"rcfilters-state-message-fullcoverage\";i:1685;s:32:\"rcfilters-filtergroup-authorship\";i:1686;s:34:\"rcfilters-filter-editsbyself-label\";i:1687;s:40:\"rcfilters-filter-editsbyself-description\";i:1688;s:35:\"rcfilters-filter-editsbyother-label\";i:1689;s:41:\"rcfilters-filter-editsbyother-description\";i:1690;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1691;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1692;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1693;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1694;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1695;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1696;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1697;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1698;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1699;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1700;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1701;s:31:\"rcfilters-filtergroup-automated\";i:1702;s:27:\"rcfilters-filter-bots-label\";i:1703;s:33:\"rcfilters-filter-bots-description\";i:1704;s:29:\"rcfilters-filter-humans-label\";i:1705;s:35:\"rcfilters-filter-humans-description\";i:1706;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1707;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1708;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1709;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1710;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1711;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1712;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1713;s:34:\"rcfilters-filtergroup-significance\";i:1714;s:28:\"rcfilters-filter-minor-label\";i:1715;s:34:\"rcfilters-filter-minor-description\";i:1716;s:28:\"rcfilters-filter-major-label\";i:1717;s:34:\"rcfilters-filter-major-description\";i:1718;s:31:\"rcfilters-filtergroup-watchlist\";i:1719;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1720;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1721;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1722;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1723;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1724;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1725;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1726;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1727;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1728;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1729;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1730;s:32:\"rcfilters-filtergroup-changetype\";i:1731;s:32:\"rcfilters-filter-pageedits-label\";i:1732;s:38:\"rcfilters-filter-pageedits-description\";i:1733;s:31:\"rcfilters-filter-newpages-label\";i:1734;s:37:\"rcfilters-filter-newpages-description\";i:1735;s:37:\"rcfilters-filter-categorization-label\";i:1736;s:43:\"rcfilters-filter-categorization-description\";i:1737;s:33:\"rcfilters-filter-logactions-label\";i:1738;s:39:\"rcfilters-filter-logactions-description\";i:1739;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1740;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1741;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1742;s:34:\"rcfilters-filtergroup-lastrevision\";i:1743;s:35:\"rcfilters-filter-lastrevision-label\";i:1744;s:41:\"rcfilters-filter-lastrevision-description\";i:1745;s:39:\"rcfilters-filter-previousrevision-label\";i:1746;s:45:\"rcfilters-filter-previousrevision-description\";i:1747;s:25:\"rcfilters-filter-excluded\";i:1748;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1749;s:28:\"rcfilters-exclude-button-off\";i:1750;s:27:\"rcfilters-exclude-button-on\";i:1751;s:19:\"rcfilters-view-tags\";i:1752;s:33:\"rcfilters-view-namespaces-tooltip\";i:1753;s:27:\"rcfilters-view-tags-tooltip\";i:1754;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1755;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1756;s:28:\"rcfilters-liveupdates-button\";i:1757;s:37:\"rcfilters-liveupdates-button-title-on\";i:1758;s:38:\"rcfilters-liveupdates-button-title-off\";i:1759;s:35:\"rcfilters-watchlist-markseen-button\";i:1760;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1761;s:31:\"rcfilters-watchlist-showupdated\";i:1762;s:26:\"rcfilters-preference-label\";i:1763;s:25:\"rcfilters-preference-help\";i:1764;s:36:\"rcfilters-watchlist-preference-label\";i:1765;s:35:\"rcfilters-watchlist-preference-help\";i:1766;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1767;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1768;s:35:\"rcfilters-filter-showlinkedto-label\";i:1769;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1770;s:33:\"rcfilters-target-page-placeholder\";i:1771;s:27:\"rcfilters-allcontents-label\";i:1772;s:30:\"rcfilters-alldiscussions-label\";i:1773;s:15:\"rclistfromreset\";i:1774;s:20:\"rcshowhideminor-show\";i:1775;s:19:\"rcshowhidebots-hide\";i:1776;s:18:\"rcshowhideliu-show\";i:1777;s:20:\"rcshowhideanons-show\";i:1778;s:19:\"rcshowhidepatr-show\";i:1779;s:19:\"rcshowhidepatr-hide\";i:1780;s:19:\"rcshowhidemine-show\";i:1781;s:24:\"rcshowhidecategorization\";i:1782;s:29:\"rcshowhidecategorization-show\";i:1783;s:29:\"rcshowhidecategorization-hide\";i:1784;s:17:\"unpatrolledletter\";i:1785;s:14:\"rc-change-size\";i:1786;s:17:\"newsectionsummary\";i:1787;s:12:\"rc-old-title\";i:1788;s:24:\"recentchangeslinked-feed\";i:1789;s:27:\"recentchangeslinked-toolbox\";i:1790;s:36:\"recentchanges-page-added-to-category\";i:1791;s:44:\"recentchanges-page-added-to-category-bundled\";i:1792;s:40:\"recentchanges-page-removed-from-category\";i:1793;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1794;s:19:\"autochange-username\";i:1795;s:9:\"uploadbtn\";i:1796;s:12:\"reuploaddesc\";i:1797;s:15:\"upload-tryagain\";i:1798;s:23:\"upload-tryagain-nostash\";i:1799;s:13:\"uploadnologin\";i:1800;s:17:\"uploadnologintext\";i:1801;s:24:\"upload_directory_missing\";i:1802;s:26:\"upload_directory_read_only\";i:1803;s:11:\"uploaderror\";i:1804;s:23:\"upload-recreate-warning\";i:1805;s:10:\"uploadtext\";i:1806;s:16:\"upload-permitted\";i:1807;s:16:\"upload-preferred\";i:1808;s:17:\"upload-prohibited\";i:1809;s:17:\"uploadlogpagetext\";i:1810;s:8:\"filename\";i:1811;s:17:\"fileuploadsummary\";i:1812;s:19:\"filereuploadsummary\";i:1813;s:10:\"filestatus\";i:1814;s:10:\"filesource\";i:1815;s:13:\"ignorewarning\";i:1816;s:14:\"ignorewarnings\";i:1817;s:10:\"minlength1\";i:1818;s:15:\"illegalfilename\";i:1819;s:16:\"filename-toolong\";i:1820;s:11:\"badfilename\";i:1821;s:22:\"filetype-mime-mismatch\";i:1822;s:16:\"filetype-badmime\";i:1823;s:20:\"filetype-bad-ie-mime\";i:1824;s:22:\"filetype-unwanted-type\";i:1825;s:20:\"filetype-banned-type\";i:1826;s:16:\"filetype-missing\";i:1827;s:10:\"empty-file\";i:1828;s:14:\"file-too-large\";i:1829;s:17:\"filename-tooshort\";i:1830;s:15:\"filetype-banned\";i:1831;s:18:\"verification-error\";i:1832;s:11:\"hookaborted\";i:1833;s:16:\"illegal-filename\";i:1834;s:9:\"overwrite\";i:1835;s:13:\"unknown-error\";i:1836;s:16:\"tmp-create-error\";i:1837;s:15:\"tmp-write-error\";i:1838;s:10:\"large-file\";i:1839;s:15:\"largefileserver\";i:1840;s:9:\"emptyfile\";i:1841;s:25:\"windows-nonascii-filename\";i:1842;s:10:\"fileexists\";i:1843;s:14:\"filepageexists\";i:1844;s:20:\"fileexists-extension\";i:1845;s:24:\"fileexists-thumbnail-yes\";i:1846;s:17:\"file-thumbnail-no\";i:1847;s:20:\"fileexists-forbidden\";i:1848;s:27:\"fileexists-shared-forbidden\";i:1849;s:20:\"fileexists-no-change\";i:1850;s:28:\"fileexists-duplicate-version\";i:1851;s:21:\"file-exists-duplicate\";i:1852;s:22:\"file-deleted-duplicate\";i:1853;s:30:\"file-deleted-duplicate-notitle\";i:1854;s:13:\"uploadwarning\";i:1855;s:18:\"uploadwarning-text\";i:1856;s:26:\"uploadwarning-text-nostash\";i:1857;s:8:\"savefile\";i:1858;s:14:\"uploaddisabled\";i:1859;s:18:\"copyuploaddisabled\";i:1860;s:18:\"uploaddisabledtext\";i:1861;s:22:\"php-uploaddisabledtext\";i:1862;s:14:\"uploadscripted\";i:1863;s:27:\"upload-scripted-pi-callback\";i:1864;s:19:\"upload-scripted-dtd\";i:1865;s:19:\"uploaded-script-svg\";i:1866;s:20:\"uploaded-hostile-svg\";i:1867;s:29:\"uploaded-event-handler-on-svg\";i:1868;s:27:\"uploaded-href-attribute-svg\";i:1869;s:31:\"uploaded-href-unsafe-target-svg\";i:1870;s:20:\"uploaded-animate-svg\";i:1871;s:34:\"uploaded-setting-event-handler-svg\";i:1872;s:25:\"uploaded-setting-href-svg\";i:1873;s:26:\"uploaded-wrong-setting-svg\";i:1874;s:28:\"uploaded-setting-handler-svg\";i:1875;s:23:\"uploaded-remote-url-svg\";i:1876;s:25:\"uploaded-image-filter-svg\";i:1877;s:23:\"uploadscriptednamespace\";i:1878;s:16:\"uploadinvalidxml\";i:1879;s:11:\"uploadvirus\";i:1880;s:13:\"upload-source\";i:1881;s:14:\"sourcefilename\";i:1882;s:9:\"sourceurl\";i:1883;s:12:\"destfilename\";i:1884;s:18:\"upload-maxfilesize\";i:1885;s:18:\"upload-description\";i:1886;s:14:\"upload-options\";i:1887;s:15:\"watchthisupload\";i:1888;s:14:\"filewasdeleted\";i:1889;s:19:\"filename-thumb-name\";i:1890;s:19:\"filename-bad-prefix\";i:1891;s:25:\"filename-prefix-blacklist\";i:1892;s:18:\"upload-proto-error\";i:1893;s:23:\"upload-proto-error-text\";i:1894;s:17:\"upload-file-error\";i:1895;s:22:\"upload-file-error-text\";i:1896;s:17:\"upload-misc-error\";i:1897;s:22:\"upload-misc-error-text\";i:1898;s:25:\"upload-too-many-redirects\";i:1899;s:17:\"upload-http-error\";i:1900;s:33:\"upload-copy-upload-invalid-domain\";i:1901;s:26:\"upload-foreign-cant-upload\";i:1902;s:31:\"upload-foreign-cant-load-config\";i:1903;s:22:\"upload-dialog-disabled\";i:1904;s:19:\"upload-dialog-title\";i:1905;s:27:\"upload-dialog-button-cancel\";i:1906;s:25:\"upload-dialog-button-back\";i:1907;s:25:\"upload-dialog-button-done\";i:1908;s:25:\"upload-dialog-button-save\";i:1909;s:27:\"upload-dialog-button-upload\";i:1910;s:32:\"upload-form-label-infoform-title\";i:1911;s:31:\"upload-form-label-infoform-name\";i:1912;s:39:\"upload-form-label-infoform-name-tooltip\";i:1913;s:38:\"upload-form-label-infoform-description\";i:1914;s:46:\"upload-form-label-infoform-description-tooltip\";i:1915;s:29:\"upload-form-label-usage-title\";i:1916;s:32:\"upload-form-label-usage-filename\";i:1917;s:26:\"upload-form-label-own-work\";i:1918;s:37:\"upload-form-label-infoform-categories\";i:1919;s:31:\"upload-form-label-infoform-date\";i:1920;s:48:\"upload-form-label-own-work-message-generic-local\";i:1921;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1922;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1923;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1924;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1925;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1926;s:19:\"backend-fail-stream\";i:1927;s:19:\"backend-fail-backup\";i:1928;s:22:\"backend-fail-notexists\";i:1929;s:19:\"backend-fail-hashes\";i:1930;s:18:\"backend-fail-sizes\";i:1931;s:20:\"backend-fail-notsame\";i:1932;s:24:\"backend-fail-invalidpath\";i:1933;s:19:\"backend-fail-delete\";i:1934;s:21:\"backend-fail-describe\";i:1935;s:26:\"backend-fail-alreadyexists\";i:1936;s:18:\"backend-fail-store\";i:1937;s:17:\"backend-fail-copy\";i:1938;s:17:\"backend-fail-move\";i:1939;s:21:\"backend-fail-opentemp\";i:1940;s:22:\"backend-fail-writetemp\";i:1941;s:22:\"backend-fail-closetemp\";i:1942;s:17:\"backend-fail-read\";i:1943;s:19:\"backend-fail-create\";i:1944;s:20:\"backend-fail-maxsize\";i:1945;s:21:\"backend-fail-readonly\";i:1946;s:19:\"backend-fail-synced\";i:1947;s:20:\"backend-fail-connect\";i:1948;s:21:\"backend-fail-internal\";i:1949;s:24:\"backend-fail-contenttype\";i:1950;s:22:\"backend-fail-batchsize\";i:1951;s:19:\"backend-fail-usable\";i:1952;s:17:\"backend-fail-stat\";i:1953;s:17:\"backend-fail-hash\";i:1954;s:21:\"lockmanager-notlocked\";i:1955;s:26:\"lockmanager-fail-closelock\";i:1956;s:27:\"lockmanager-fail-deletelock\";i:1957;s:28:\"lockmanager-fail-acquirelock\";i:1958;s:25:\"lockmanager-fail-openlock\";i:1959;s:28:\"lockmanager-fail-releaselock\";i:1960;s:26:\"lockmanager-fail-db-bucket\";i:1961;s:27:\"lockmanager-fail-db-release\";i:1962;s:28:\"lockmanager-fail-svr-acquire\";i:1963;s:28:\"lockmanager-fail-svr-release\";i:1964;s:25:\"lockmanager-fail-conflict\";i:1965;s:19:\"zip-file-open-error\";i:1966;s:16:\"zip-wrong-format\";i:1967;s:7:\"zip-bad\";i:1968;s:15:\"zip-unsupported\";i:1969;s:11:\"uploadstash\";i:1970;s:19:\"uploadstash-summary\";i:1971;s:17:\"uploadstash-clear\";i:1972;s:19:\"uploadstash-nofiles\";i:1973;s:20:\"uploadstash-badtoken\";i:1974;s:20:\"uploadstash-errclear\";i:1975;s:19:\"uploadstash-refresh\";i:1976;s:21:\"uploadstash-thumbnail\";i:1977;s:21:\"uploadstash-exception\";i:1978;s:20:\"uploadstash-bad-path\";i:1979;s:28:\"uploadstash-bad-path-invalid\";i:1980;s:33:\"uploadstash-bad-path-unknown-type\";i:1981;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1982;s:31:\"uploadstash-bad-path-no-handler\";i:1983;s:31:\"uploadstash-bad-path-bad-format\";i:1984;s:26:\"uploadstash-file-not-found\";i:1985;s:35:\"uploadstash-file-not-found-no-thumb\";i:1986;s:40:\"uploadstash-file-not-found-no-local-path\";i:1987;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1988;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1989;s:37:\"uploadstash-file-not-found-not-exists\";i:1990;s:26:\"uploadstash-file-too-large\";i:1991;s:25:\"uploadstash-not-logged-in\";i:1992;s:23:\"uploadstash-wrong-owner\";i:1993;s:23:\"uploadstash-no-such-key\";i:1994;s:23:\"uploadstash-zero-length\";i:1995;s:20:\"invalid-chunk-offset\";i:1996;s:21:\"img-auth-accessdenied\";i:1997;s:17:\"img-auth-notindir\";i:1998;s:17:\"img-auth-badtitle\";i:1999;s:15:\"img-auth-nofile\";i:2000;s:14:\"img-auth-isdir\";i:2001;s:18:\"img-auth-streaming\";i:2002;s:15:\"img-auth-public\";i:2003;s:15:\"img-auth-noread\";i:2004;s:16:\"http-invalid-url\";i:2005;s:19:\"http-invalid-scheme\";i:2006;s:18:\"http-request-error\";i:2007;s:15:\"http-read-error\";i:2008;s:14:\"http-timed-out\";i:2009;s:15:\"http-curl-error\";i:2010;s:15:\"http-bad-status\";i:2011;s:19:\"http-internal-error\";i:2012;s:18:\"upload-curl-error6\";i:2013;s:23:\"upload-curl-error6-text\";i:2014;s:19:\"upload-curl-error28\";i:2015;s:24:\"upload-curl-error28-text\";i:2016;s:14:\"license-header\";i:2017;s:9:\"nolicense\";i:2018;s:13:\"licenses-edit\";i:2019;s:17:\"license-nopreview\";i:2020;s:17:\"upload_source_url\";i:2021;s:18:\"upload_source_file\";i:2022;s:16:\"listfiles-delete\";i:2023;s:17:\"listfiles-summary\";i:2024;s:26:\"listfiles-userdoesnotexist\";i:2025;s:7:\"imgfile\";i:2026;s:9:\"listfiles\";i:2027;s:17:\"listfiles_subpage\";i:2028;s:15:\"listfiles_thumb\";i:2029;s:14:\"listfiles_date\";i:2030;s:14:\"listfiles_name\";i:2031;s:14:\"listfiles_user\";i:2032;s:14:\"listfiles_size\";i:2033;s:21:\"listfiles_description\";i:2034;s:15:\"listfiles_count\";i:2035;s:18:\"listfiles-show-all\";i:2036;s:23:\"listfiles-latestversion\";i:2037;s:27:\"listfiles-latestversion-yes\";i:2038;s:26:\"listfiles-latestversion-no\";i:2039;s:18:\"filehist-deleteall\";i:2040;s:18:\"filehist-deleteone\";i:2041;s:16:\"filehist-nothumb\";i:2042;s:17:\"filehist-filesize\";i:2043;s:17:\"linkstoimage-more\";i:2044;s:16:\"morelinkstoimage\";i:2045;s:21:\"linkstoimage-redirect\";i:2046;s:16:\"duplicatesoffile\";i:2047;s:12:\"sharedupload\";i:2048;s:23:\"sharedupload-desc-there\";i:2049;s:22:\"sharedupload-desc-edit\";i:2050;s:24:\"sharedupload-desc-create\";i:2051;s:15:\"filepage-nofile\";i:2052;s:20:\"filepage-nofile-link\";i:2053;s:25:\"uploadnewversion-linktext\";i:2054;s:16:\"shared-repo-from\";i:2055;s:11:\"shared-repo\";i:2056;s:33:\"shared-repo-name-wikimediacommons\";i:2057;s:12:\"filepage.css\";i:2058;s:10:\"filerevert\";i:2059;s:17:\"filerevert-legend\";i:2060;s:16:\"filerevert-intro\";i:2061;s:18:\"filerevert-comment\";i:2062;s:25:\"filerevert-defaultcomment\";i:2063;s:17:\"filerevert-submit\";i:2064;s:18:\"filerevert-success\";i:2065;s:21:\"filerevert-badversion\";i:2066;s:20:\"filerevert-identical\";i:2067;s:10:\"filedelete\";i:2068;s:17:\"filedelete-legend\";i:2069;s:16:\"filedelete-intro\";i:2070;s:20:\"filedelete-intro-old\";i:2071;s:18:\"filedelete-comment\";i:2072;s:17:\"filedelete-submit\";i:2073;s:18:\"filedelete-success\";i:2074;s:22:\"filedelete-success-old\";i:2075;s:17:\"filedelete-nofile\";i:2076;s:21:\"filedelete-nofile-old\";i:2077;s:22:\"filedelete-otherreason\";i:2078;s:27:\"filedelete-reason-otherlist\";i:2079;s:26:\"filedelete-reason-dropdown\";i:2080;s:26:\"filedelete-edit-reasonlist\";i:2081;s:35:\"filedelete-edit-reasonlist-suppress\";i:2082;s:22:\"filedelete-maintenance\";i:2083;s:28:\"filedelete-maintenance-title\";i:2084;s:10:\"mimesearch\";i:2085;s:18:\"mimesearch-summary\";i:2086;s:8:\"mimetype\";i:2087;s:8:\"download\";i:2088;s:14:\"unwatchedpages\";i:2089;s:13:\"listredirects\";i:2090;s:19:\"listduplicatedfiles\";i:2091;s:27:\"listduplicatedfiles-summary\";i:2092;s:25:\"listduplicatedfiles-entry\";i:2093;s:15:\"unusedtemplates\";i:2094;s:19:\"unusedtemplatestext\";i:2095;s:18:\"unusedtemplateswlh\";i:2096;s:18:\"randompage-nopages\";i:2097;s:16:\"randomincategory\";i:2098;s:32:\"randomincategory-invalidcategory\";i:2099;s:24:\"randomincategory-nopages\";i:2100;s:25:\"randomincategory-category\";i:2101;s:23:\"randomincategory-legend\";i:2102;s:23:\"randomincategory-submit\";i:2103;s:14:\"randomredirect\";i:2104;s:22:\"randomredirect-nopages\";i:2105;s:23:\"statistics-header-pages\";i:2106;s:23:\"statistics-header-edits\";i:2107;s:23:\"statistics-header-users\";i:2108;s:23:\"statistics-header-hooks\";i:2109;s:19:\"statistics-articles\";i:2110;s:16:\"statistics-pages\";i:2111;s:21:\"statistics-pages-desc\";i:2112;s:16:\"statistics-files\";i:2113;s:16:\"statistics-edits\";i:2114;s:24:\"statistics-edits-average\";i:2115;s:16:\"statistics-users\";i:2116;s:23:\"statistics-users-active\";i:2117;s:28:\"statistics-users-active-desc\";i:2118;s:13:\"pageswithprop\";i:2119;s:20:\"pageswithprop-legend\";i:2120;s:18:\"pageswithprop-text\";i:2121;s:18:\"pageswithprop-prop\";i:2122;s:21:\"pageswithprop-reverse\";i:2123;s:25:\"pageswithprop-sortbyvalue\";i:2124;s:20:\"pageswithprop-submit\";i:2125;s:29:\"pageswithprop-prophidden-long\";i:2126;s:31:\"pageswithprop-prophidden-binary\";i:2127;s:15:\"doubleredirects\";i:2128;s:19:\"doubleredirectstext\";i:2129;s:26:\"double-redirect-fixed-move\";i:2130;s:33:\"double-redirect-fixed-maintenance\";i:2131;s:21:\"double-redirect-fixer\";i:2132;s:15:\"brokenredirects\";i:2133;s:19:\"brokenredirectstext\";i:2134;s:22:\"brokenredirects-delete\";i:2135;s:16:\"withoutinterwiki\";i:2136;s:24:\"withoutinterwiki-summary\";i:2137;s:23:\"withoutinterwiki-legend\";i:2138;s:23:\"withoutinterwiki-submit\";i:2139;s:15:\"fewestrevisions\";i:2140;s:6:\"nbytes\";i:2141;s:11:\"ncategories\";i:2142;s:11:\"ninterwikis\";i:2143;s:6:\"nlinks\";i:2144;s:15:\"nmemberschanged\";i:2145;s:10:\"nrevisions\";i:2146;s:11:\"nimagelinks\";i:2147;s:14:\"ntransclusions\";i:2148;s:17:\"specialpage-empty\";i:2149;s:11:\"lonelypages\";i:2150;s:15:\"lonelypagestext\";i:2151;s:18:\"uncategorizedpages\";i:2152;s:23:\"uncategorizedcategories\";i:2153;s:19:\"uncategorizedimages\";i:2154;s:22:\"uncategorizedtemplates\";i:2155;s:38:\"uncategorized-categories-exceptionlist\";i:2156;s:16:\"unusedcategories\";i:2157;s:12:\"unusedimages\";i:2158;s:16:\"wantedcategories\";i:2159;s:11:\"wantedpages\";i:2160;s:19:\"wantedpages-summary\";i:2161;s:20:\"wantedpages-badtitle\";i:2162;s:11:\"wantedfiles\";i:2163;s:18:\"wantedfiletext-cat\";i:2164;s:28:\"wantedfiletext-cat-noforeign\";i:2165;s:20:\"wantedfiletext-nocat\";i:2166;s:30:\"wantedfiletext-nocat-noforeign\";i:2167;s:15:\"wantedtemplates\";i:2168;s:10:\"mostlinked\";i:2169;s:20:\"mostlinkedcategories\";i:2170;s:19:\"mostlinkedtemplates\";i:2171;s:14:\"mostcategories\";i:2172;s:10:\"mostimages\";i:2173;s:14:\"mostinterwikis\";i:2174;s:13:\"mostrevisions\";i:2175;s:21:\"prefixindex-namespace\";i:2176;s:18:\"prefixindex-submit\";i:2177;s:17:\"prefixindex-strip\";i:2178;s:10:\"shortpages\";i:2179;s:9:\"longpages\";i:2180;s:12:\"deadendpages\";i:2181;s:16:\"deadendpagestext\";i:2182;s:14:\"protectedpages\";i:2183;s:22:\"protectedpages-filters\";i:2184;s:20:\"protectedpages-indef\";i:2185;s:22:\"protectedpages-summary\";i:2186;s:22:\"protectedpages-cascade\";i:2187;s:25:\"protectedpages-noredirect\";i:2188;s:32:\"cachedspecial-viewing-cached-ttl\";i:2189;s:19:\"protectedpagesempty\";i:2190;s:24:\"protectedpages-timestamp\";i:2191;s:19:\"protectedpages-page\";i:2192;s:21:\"protectedpages-expiry\";i:2193;s:24:\"protectedpages-performer\";i:2194;s:21:\"protectedpages-params\";i:2195;s:21:\"protectedpages-reason\";i:2196;s:21:\"protectedpages-submit\";i:2197;s:32:\"protectedpages-unknown-timestamp\";i:2198;s:32:\"protectedpages-unknown-performer\";i:2199;s:15:\"protectedtitles\";i:2200;s:23:\"protectedtitles-summary\";i:2201;s:20:\"protectedtitlesempty\";i:2202;s:22:\"protectedtitles-submit\";i:2203;s:9:\"listusers\";i:2204;s:19:\"listusers-editsonly\";i:2205;s:29:\"listusers-temporarygroupsonly\";i:2206;s:22:\"listusers-creationsort\";i:2207;s:14:\"listusers-desc\";i:2208;s:13:\"usereditcount\";i:2209;s:15:\"newpages-submit\";i:2210;s:17:\"newpages-username\";i:2211;s:12:\"ancientpages\";i:2212;s:12:\"movethispage\";i:2213;s:16:\"unusedimagestext\";i:2214;s:37:\"unusedimagestext-categorizedimgisused\";i:2215;s:20:\"unusedcategoriestext\";i:2216;s:13:\"notargettitle\";i:2217;s:12:\"notargettext\";i:2218;s:11:\"nopagetitle\";i:2219;s:10:\"nopagetext\";i:2220;s:8:\"suppress\";i:2221;s:18:\"querypage-disabled\";i:2222;s:7:\"apihelp\";i:2223;s:22:\"apihelp-no-such-module\";i:2224;s:10:\"apisandbox\";i:2225;s:17:\"apisandbox-jsonly\";i:2226;s:16:\"apisandbox-intro\";i:2227;s:17:\"apisandbox-submit\";i:2228;s:16:\"apisandbox-reset\";i:2229;s:16:\"apisandbox-retry\";i:2230;s:18:\"apisandbox-loading\";i:2231;s:21:\"apisandbox-load-error\";i:2232;s:24:\"apisandbox-no-parameters\";i:2233;s:19:\"apisandbox-helpurls\";i:2234;s:19:\"apisandbox-examples\";i:2235;s:29:\"apisandbox-dynamic-parameters\";i:2236;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2237;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2238;s:31:\"apisandbox-dynamic-error-exists\";i:2239;s:37:\"apisandbox-templated-parameter-reason\";i:2240;s:32:\"apisandbox-deprecated-parameters\";i:2241;s:22:\"apisandbox-fetch-token\";i:2242;s:20:\"apisandbox-add-multi\";i:2243;s:38:\"apisandbox-submit-invalid-fields-title\";i:2244;s:40:\"apisandbox-submit-invalid-fields-message\";i:2245;s:18:\"apisandbox-results\";i:2246;s:26:\"apisandbox-sending-request\";i:2247;s:26:\"apisandbox-loading-results\";i:2248;s:24:\"apisandbox-results-error\";i:2249;s:35:\"apisandbox-results-login-suppressed\";i:2250;s:37:\"apisandbox-request-selectformat-label\";i:2251;s:35:\"apisandbox-request-format-url-label\";i:2252;s:28:\"apisandbox-request-url-label\";i:2253;s:36:\"apisandbox-request-format-json-label\";i:2254;s:29:\"apisandbox-request-json-label\";i:2255;s:35:\"apisandbox-request-format-php-label\";i:2256;s:28:\"apisandbox-request-php-label\";i:2257;s:23:\"apisandbox-request-time\";i:2258;s:27:\"apisandbox-results-fixtoken\";i:2259;s:32:\"apisandbox-results-fixtoken-fail\";i:2260;s:21:\"apisandbox-alert-page\";i:2261;s:22:\"apisandbox-alert-field\";i:2262;s:19:\"apisandbox-continue\";i:2263;s:25:\"apisandbox-continue-clear\";i:2264;s:24:\"apisandbox-continue-help\";i:2265;s:22:\"apisandbox-param-limit\";i:2266;s:36:\"apisandbox-multivalue-all-namespaces\";i:2267;s:32:\"apisandbox-multivalue-all-values\";i:2268;s:16:\"booksources-isbn\";i:2269;s:18:\"booksources-search\";i:2270;s:16:\"booksources-text\";i:2271;s:24:\"booksources-invalid-isbn\";i:2272;s:22:\"magiclink-tracking-rfc\";i:2273;s:27:\"magiclink-tracking-rfc-desc\";i:2274;s:23:\"magiclink-tracking-pmid\";i:2275;s:28:\"magiclink-tracking-pmid-desc\";i:2276;s:23:\"magiclink-tracking-isbn\";i:2277;s:28:\"magiclink-tracking-isbn-desc\";i:2278;s:19:\"specialloguserlabel\";i:2279;s:20:\"speciallogtitlelabel\";i:2280;s:20:\"logeventslist-submit\";i:2281;s:26:\"logeventslist-more-filters\";i:2282;s:24:\"logeventslist-patrol-log\";i:2283;s:21:\"logeventslist-tag-log\";i:2284;s:26:\"logeventslist-newusers-log\";i:2285;s:13:\"all-logs-page\";i:2286;s:11:\"alllogstext\";i:2287;s:8:\"logempty\";i:2288;s:18:\"log-title-wildcard\";i:2289;s:26:\"showhideselectedlogentries\";i:2290;s:13:\"log-edit-tags\";i:2291;s:15:\"checkbox-select\";i:2292;s:12:\"checkbox-all\";i:2293;s:13:\"checkbox-none\";i:2294;s:15:\"checkbox-invert\";i:2295;s:8:\"allpages\";i:2296;s:8:\"nextpage\";i:2297;s:8:\"prevpage\";i:2298;s:12:\"allpagesfrom\";i:2299;s:10:\"allpagesto\";i:2300;s:11:\"allarticles\";i:2301;s:14:\"allinnamespace\";i:2302;s:14:\"allpagesprefix\";i:2303;s:16:\"allpagesbadtitle\";i:2304;s:15:\"allpages-bad-ns\";i:2305;s:23:\"allpages-hide-redirects\";i:2306;s:17:\"categories-submit\";i:2307;s:18:\"categoriespagetext\";i:2308;s:14:\"categoriesfrom\";i:2309;s:20:\"deletedcontributions\";i:2310;s:26:\"deletedcontributions-title\";i:2311;s:32:\"sp-deletedcontributions-contribs\";i:2312;s:10:\"linksearch\";i:2313;s:14:\"linksearch-pat\";i:2314;s:13:\"linksearch-ns\";i:2315;s:13:\"linksearch-ok\";i:2316;s:15:\"linksearch-text\";i:2317;s:16:\"linksearch-error\";i:2318;s:13:\"listusersfrom\";i:2319;s:16:\"listusers-submit\";i:2320;s:18:\"listusers-noresult\";i:2321;s:17:\"listusers-blocked\";i:2322;s:11:\"activeusers\";i:2323;s:17:\"activeusers-intro\";i:2324;s:17:\"activeusers-count\";i:2325;s:16:\"activeusers-from\";i:2326;s:18:\"activeusers-groups\";i:2327;s:25:\"activeusers-excludegroups\";i:2328;s:20:\"activeusers-noresult\";i:2329;s:18:\"activeusers-submit\";i:2330;s:15:\"listgrouprights\";i:2331;s:23:\"listgrouprights-summary\";i:2332;s:19:\"listgrouprights-key\";i:2333;s:21:\"listgrouprights-group\";i:2334;s:22:\"listgrouprights-rights\";i:2335;s:24:\"listgrouprights-helppage\";i:2336;s:29:\"listgrouprights-right-display\";i:2337;s:29:\"listgrouprights-right-revoked\";i:2338;s:24:\"listgrouprights-addgroup\";i:2339;s:27:\"listgrouprights-removegroup\";i:2340;s:28:\"listgrouprights-addgroup-all\";i:2341;s:31:\"listgrouprights-removegroup-all\";i:2342;s:29:\"listgrouprights-addgroup-self\";i:2343;s:32:\"listgrouprights-removegroup-self\";i:2344;s:33:\"listgrouprights-addgroup-self-all\";i:2345;s:36:\"listgrouprights-removegroup-self-all\";i:2346;s:42:\"listgrouprights-namespaceprotection-header\";i:2347;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2348;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2349;s:10:\"listgrants\";i:2350;s:18:\"listgrants-summary\";i:2351;s:16:\"listgrants-grant\";i:2352;s:17:\"listgrants-rights\";i:2353;s:24:\"listgrants-grant-display\";i:2354;s:18:\"trackingcategories\";i:2355;s:26:\"trackingcategories-summary\";i:2356;s:22:\"trackingcategories-msg\";i:2357;s:23:\"trackingcategories-name\";i:2358;s:23:\"trackingcategories-desc\";i:2359;s:31:\"restricted-displaytitle-ignored\";i:2360;s:36:\"restricted-displaytitle-ignored-desc\";i:2361;s:20:\"nonnumeric-formatnum\";i:2362;s:25:\"nonnumeric-formatnum-desc\";i:2363;s:21:\"noindex-category-desc\";i:2364;s:19:\"index-category-desc\";i:2365;s:44:\"post-expand-template-inclusion-category-desc\";i:2366;s:43:\"post-expand-template-argument-category-desc\";i:2367;s:38:\"expensive-parserfunction-category-desc\";i:2368;s:25:\"broken-file-category-desc\";i:2369;s:29:\"hidden-category-category-desc\";i:2370;s:25:\"trackingcategories-nodesc\";i:2371;s:27:\"trackingcategories-disabled\";i:2372;s:11:\"mailnologin\";i:2373;s:15:\"mailnologintext\";i:2374;s:22:\"emailuser-title-target\";i:2375;s:24:\"emailuser-title-notarget\";i:2376;s:13:\"emailpagetext\";i:2377;s:15:\"defemailsubject\";i:2378;s:16:\"usermaildisabled\";i:2379;s:20:\"usermaildisabledtext\";i:2380;s:12:\"noemailtitle\";i:2381;s:11:\"noemailtext\";i:2382;s:15:\"nowikiemailtext\";i:2383;s:13:\"emailnotarget\";i:2384;s:11:\"emailtarget\";i:2385;s:13:\"emailusername\";i:2386;s:19:\"emailusernamesubmit\";i:2387;s:12:\"email-legend\";i:2388;s:9:\"emailfrom\";i:2389;s:7:\"emailto\";i:2390;s:12:\"emailsubject\";i:2391;s:12:\"emailmessage\";i:2392;s:9:\"emailsend\";i:2393;s:9:\"emailccme\";i:2394;s:14:\"emailccsubject\";i:2395;s:9:\"emailsent\";i:2396;s:13:\"emailsenttext\";i:2397;s:15:\"emailuserfooter\";i:2398;s:19:\"usermessage-summary\";i:2399;s:18:\"usermessage-editor\";i:2400;s:11:\"nowatchlist\";i:2401;s:17:\"watchlistanontext\";i:2402;s:12:\"watchnologin\";i:2403;s:21:\"watchlistnotwatchable\";i:2404;s:8:\"addwatch\";i:2405;s:15:\"updatewatchlist\";i:2406;s:14:\"addedwatchtext\";i:2407;s:19:\"addedwatchtext-talk\";i:2408;s:20:\"addedwatchtext-short\";i:2409;s:30:\"addedwatchexpiry-options-label\";i:2410;s:21:\"addedwatchexpiryhours\";i:2411;s:26:\"addedwatchexpiryhours-talk\";i:2412;s:20:\"addedwatchexpirytext\";i:2413;s:25:\"addedwatchexpirytext-talk\";i:2414;s:26:\"addedwatchindefinitelytext\";i:2415;s:31:\"addedwatchindefinitelytext-talk\";i:2416;s:11:\"removewatch\";i:2417;s:16:\"removedwatchtext\";i:2418;s:21:\"removedwatchtext-talk\";i:2419;s:22:\"removedwatchtext-short\";i:2420;s:13:\"watchthispage\";i:2421;s:15:\"unwatchthispage\";i:2422;s:12:\"notanarticle\";i:2423;s:13:\"notvisiblerev\";i:2424;s:26:\"watchlist-expiry-days-left\";i:2425;s:33:\"watchlist-expiring-days-full-text\";i:2426;s:27:\"watchlist-expiry-hours-left\";i:2427;s:34:\"watchlist-expiring-hours-full-text\";i:2428;s:15:\"wlheader-enotif\";i:2429;s:20:\"wlheader-showupdated\";i:2430;s:6:\"wlnote\";i:2431;s:14:\"watchlist-hide\";i:2432;s:16:\"watchlist-submit\";i:2433;s:10:\"wlshowtime\";i:2434;s:15:\"wlshowhideminor\";i:2435;s:14:\"wlshowhidebots\";i:2436;s:13:\"wlshowhideliu\";i:2437;s:15:\"wlshowhideanons\";i:2438;s:14:\"wlshowhidepatr\";i:2439;s:14:\"wlshowhidemine\";i:2440;s:24:\"wlshowhidecategorization\";i:2441;s:8:\"watching\";i:2442;s:10:\"unwatching\";i:2443;s:12:\"enotif_reset\";i:2444;s:28:\"enotif_impersonal_salutation\";i:2445;s:22:\"enotif_subject_deleted\";i:2446;s:22:\"enotif_subject_created\";i:2447;s:20:\"enotif_subject_moved\";i:2448;s:23:\"enotif_subject_restored\";i:2449;s:22:\"enotif_subject_changed\";i:2450;s:25:\"enotif_body_intro_deleted\";i:2451;s:25:\"enotif_body_intro_created\";i:2452;s:23:\"enotif_body_intro_moved\";i:2453;s:26:\"enotif_body_intro_restored\";i:2454;s:25:\"enotif_body_intro_changed\";i:2455;s:18:\"enotif_lastvisited\";i:2456;s:15:\"enotif_lastdiff\";i:2457;s:18:\"enotif_anon_editor\";i:2458;s:11:\"enotif_body\";i:2459;s:16:\"enotif_minoredit\";i:2460;s:7:\"created\";i:2461;s:7:\"changed\";i:2462;s:21:\"deletepage-deletetalk\";i:2463;s:17:\"deletepage-submit\";i:2464;s:7:\"confirm\";i:2465;s:9:\"excontent\";i:2466;s:15:\"excontentauthor\";i:2467;s:13:\"exbeforeblank\";i:2468;s:14:\"delete-confirm\";i:2469;s:13:\"delete-legend\";i:2470;s:26:\"delete-talk-summary-prefix\";i:2471;s:14:\"historywarning\";i:2472;s:20:\"historyaction-submit\";i:2473;s:17:\"confirmdeletetext\";i:2474;s:11:\"deletedtext\";i:2475;s:25:\"deleted-page-and-talkpage\";i:2476;s:14:\"dellogpagetext\";i:2477;s:11:\"deletionlog\";i:2478;s:15:\"log-name-create\";i:2479;s:22:\"log-description-create\";i:2480;s:22:\"logentry-create-create\";i:2481;s:8:\"reverted\";i:2482;s:13:\"deletecomment\";i:2483;s:17:\"deleteotherreason\";i:2484;s:21:\"deletereasonotherlist\";i:2485;s:21:\"deletereason-dropdown\";i:2486;s:22:\"delete-edit-reasonlist\";i:2487;s:31:\"delete-edit-reasonlist-suppress\";i:2488;s:13:\"delete-toobig\";i:2489;s:23:\"delete-toomanyrevisions\";i:2490;s:21:\"delete-warning-toobig\";i:2491;s:35:\"delete-error-associated-alreadytalk\";i:2492;s:36:\"delete-error-associated-doesnotexist\";i:2493;s:15:\"deleteprotected\";i:2494;s:26:\"deleting-backlinks-warning\";i:2495;s:25:\"deleting-subpages-warning\";i:2496;s:34:\"deleting-talkpage-subpages-warning\";i:2497;s:8:\"rollback\";i:2498;s:29:\"rollback-confirmation-confirm\";i:2499;s:25:\"rollback-confirmation-yes\";i:2500;s:24:\"rollback-confirmation-no\";i:2501;s:17:\"rollbacklinkcount\";i:2502;s:26:\"rollbacklinkcount-morethan\";i:2503;s:14:\"rollbackfailed\";i:2504;s:21:\"rollback-missingparam\";i:2505;s:24:\"rollback-missingrevision\";i:2506;s:12:\"cantrollback\";i:2507;s:13:\"alreadyrolled\";i:2508;s:11:\"editcomment\";i:2509;s:10:\"revertpage\";i:2510;s:15:\"revertpage-anon\";i:2511;s:17:\"revertpage-nouser\";i:2512;s:16:\"rollback-success\";i:2513;s:20:\"sessionfailure-title\";i:2514;s:14:\"sessionfailure\";i:2515;s:18:\"changecontentmodel\";i:2516;s:25:\"changecontentmodel-legend\";i:2517;s:30:\"changecontentmodel-title-label\";i:2518;s:32:\"changecontentmodel-current-label\";i:2519;s:30:\"changecontentmodel-model-label\";i:2520;s:31:\"changecontentmodel-reason-label\";i:2521;s:25:\"changecontentmodel-submit\";i:2522;s:32:\"changecontentmodel-success-title\";i:2523;s:31:\"changecontentmodel-success-text\";i:2524;s:33:\"changecontentmodel-cannot-convert\";i:2525;s:34:\"changecontentmodel-nodirectediting\";i:2526;s:36:\"changecontentmodel-emptymodels-title\";i:2527;s:35:\"changecontentmodel-emptymodels-text\";i:2528;s:21:\"log-name-contentmodel\";i:2529;s:28:\"log-description-contentmodel\";i:2530;s:25:\"logentry-contentmodel-new\";i:2531;s:28:\"logentry-contentmodel-change\";i:2532;s:39:\"logentry-contentmodel-change-revertlink\";i:2533;s:35:\"logentry-contentmodel-change-revert\";i:2534;s:14:\"protectlogtext\";i:2535;s:24:\"protectedarticle-comment\";i:2536;s:33:\"modifiedarticleprotection-comment\";i:2537;s:26:\"unprotectedarticle-comment\";i:2538;s:13:\"protect-title\";i:2539;s:24:\"protect-title-notallowed\";i:2540;s:14:\"prot_1movedto2\";i:2541;s:26:\"protect-badnamespace-title\";i:2542;s:25:\"protect-badnamespace-text\";i:2543;s:31:\"protect-norestrictiontypes-text\";i:2544;s:32:\"protect-norestrictiontypes-title\";i:2545;s:14:\"protect-legend\";i:2546;s:14:\"protectcomment\";i:2547;s:13:\"protectexpiry\";i:2548;s:22:\"protect_expiry_invalid\";i:2549;s:18:\"protect_expiry_old\";i:2550;s:27:\"protect-unchain-permissions\";i:2551;s:12:\"protect-text\";i:2552;s:22:\"protect-locked-blocked\";i:2553;s:21:\"protect-locked-dblock\";i:2554;s:21:\"protect-locked-access\";i:2555;s:17:\"protect-cascadeon\";i:2556;s:15:\"protect-default\";i:2557;s:16:\"protect-fallback\";i:2558;s:27:\"protect-level-autoconfirmed\";i:2559;s:19:\"protect-level-sysop\";i:2560;s:20:\"protect-summary-desc\";i:2561;s:23:\"protect-summary-cascade\";i:2562;s:16:\"protect-expiring\";i:2563;s:22:\"protect-expiring-local\";i:2564;s:25:\"protect-expiry-indefinite\";i:2565;s:15:\"protect-cascade\";i:2566;s:16:\"protect-cantedit\";i:2567;s:17:\"protect-othertime\";i:2568;s:20:\"protect-othertime-op\";i:2569;s:23:\"protect-existing-expiry\";i:2570;s:32:\"protect-existing-expiry-infinity\";i:2571;s:19:\"protect-otherreason\";i:2572;s:22:\"protect-otherreason-op\";i:2573;s:16:\"protect-dropdown\";i:2574;s:23:\"protect-edit-reasonlist\";i:2575;s:22:\"protect-expiry-options\";i:2576;s:16:\"restriction-type\";i:2577;s:17:\"restriction-level\";i:2578;s:12:\"minimum-size\";i:2579;s:12:\"maximum-size\";i:2580;s:8:\"pagesize\";i:2581;s:16:\"restriction-move\";i:2582;s:18:\"restriction-create\";i:2583;s:18:\"restriction-upload\";i:2584;s:23:\"restriction-level-sysop\";i:2585;s:31:\"restriction-level-autoconfirmed\";i:2586;s:21:\"restriction-level-all\";i:2587;s:8:\"undelete\";i:2588;s:12:\"undeletepage\";i:2589;s:17:\"undeletepagetitle\";i:2590;s:15:\"viewdeletedpage\";i:2591;s:16:\"undeletepagetext\";i:2592;s:23:\"undelete-fieldset-title\";i:2593;s:17:\"undeleteextrahelp\";i:2594;s:17:\"undeleterevisions\";i:2595;s:15:\"undeletehistory\";i:2596;s:14:\"undeleterevdel\";i:2597;s:22:\"undeletehistorynoadmin\";i:2598;s:17:\"undelete-revision\";i:2599;s:24:\"undeleterevision-missing\";i:2600;s:32:\"undeleterevision-duplicate-revid\";i:2601;s:15:\"undelete-nodiff\";i:2602;s:11:\"undeletebtn\";i:2603;s:21:\"undelete-undeletetalk\";i:2604;s:14:\"undeleteinvert\";i:2605;s:15:\"undeletecomment\";i:2606;s:14:\"cannotundelete\";i:2607;s:13:\"undeletedpage\";i:2608;s:15:\"undelete-header\";i:2609;s:21:\"undelete-search-title\";i:2610;s:19:\"undelete-search-box\";i:2611;s:22:\"undelete-search-prefix\";i:2612;s:20:\"undelete-search-full\";i:2613;s:22:\"undelete-search-submit\";i:2614;s:19:\"undelete-no-results\";i:2615;s:26:\"undelete-filename-mismatch\";i:2616;s:22:\"undelete-bad-store-key\";i:2617;s:22:\"undelete-cleanup-error\";i:2618;s:28:\"undelete-missing-filearchive\";i:2619;s:28:\"undelete-talk-summary-prefix\";i:2620;s:14:\"undelete-error\";i:2621;s:37:\"undelete-error-associated-alreadytalk\";i:2622;s:36:\"undelete-error-associated-notdeleted\";i:2623;s:26:\"undelete-show-file-confirm\";i:2624;s:25:\"undelete-show-file-submit\";i:2625;s:22:\"undelete-revision-row2\";i:2626;s:21:\"undelete-back-to-list\";i:2627;s:14:\"tooltip-invert\";i:2628;s:28:\"tooltip-whatlinkshere-invert\";i:2629;s:21:\"namespace_association\";i:2630;s:29:\"tooltip-namespace_association\";i:2631;s:13:\"contributions\";i:2632;s:22:\"contributions-subtitle\";i:2633;s:30:\"contributions-userdoesnotexist\";i:2634;s:32:\"negative-namespace-not-supported\";i:2635;s:10:\"nocontribs\";i:2636;s:5:\"uctop\";i:2637;s:4:\"date\";i:2638;s:28:\"sp-contributions-suppresslog\";i:2639;s:24:\"sp-contributions-deleted\";i:2640;s:27:\"sp-contributions-userrights\";i:2641;s:31:\"sp-contributions-blocked-notice\";i:2642;s:39:\"sp-contributions-blocked-notice-partial\";i:2643;s:36:\"sp-contributions-blocked-notice-anon\";i:2644;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2645;s:24:\"sp-contributions-newonly\";i:2646;s:26:\"sp-contributions-hideminor\";i:2647;s:23:\"sp-contributions-submit\";i:2648;s:27:\"sp-contributions-outofrange\";i:2649;s:33:\"sp-contributions-concurrency-user\";i:2650;s:31:\"sp-contributions-concurrency-ip\";i:2651;s:13:\"whatlinkshere\";i:2652;s:19:\"whatlinkshere-count\";i:2653;s:14:\"nolinkshere-ns\";i:2654;s:18:\"whatlinkshere-prev\";i:2655;s:26:\"whatlinkshere-sectionredir\";i:2656;s:20:\"whatlinkshere-submit\";i:2657;s:11:\"autoblockid\";i:2658;s:5:\"block\";i:2659;s:7:\"unblock\";i:2660;s:13:\"changeblockip\";i:2661;s:7:\"blockip\";i:2662;s:11:\"blockiptext\";i:2663;s:19:\"ipaddressorusername\";i:2664;s:9:\"ipbreason\";i:2665;s:18:\"ipbreason-dropdown\";i:2666;s:13:\"ipb-hardblock\";i:2667;s:16:\"ipbcreateaccount\";i:2668;s:11:\"ipbemailban\";i:2669;s:18:\"ipbenableautoblock\";i:2670;s:9:\"ipbsubmit\";i:2671;s:8:\"ipbother\";i:2672;s:11:\"ipbhidename\";i:2673;s:12:\"ipbwatchuser\";i:2674;s:19:\"ipb-disableusertalk\";i:2675;s:16:\"ipb-change-block\";i:2676;s:11:\"ipb-confirm\";i:2677;s:12:\"ipb-sitewide\";i:2678;s:11:\"ipb-partial\";i:2679;s:17:\"ipb-sitewide-help\";i:2680;s:16:\"ipb-partial-help\";i:2681;s:17:\"ipb-action-create\";i:2682;s:15:\"ipb-action-move\";i:2683;s:17:\"ipb-action-upload\";i:2684;s:15:\"ipb-pages-label\";i:2685;s:20:\"ipb-namespaces-label\";i:2686;s:12:\"badipaddress\";i:2687;s:17:\"blockipsuccesssub\";i:2688;s:18:\"blockipsuccesstext\";i:2689;s:15:\"ipb-empty-block\";i:2690;s:19:\"ipb-block-not-found\";i:2691;s:16:\"ipb-blockingself\";i:2692;s:19:\"ipb-confirmhideuser\";i:2693;s:17:\"ipb-confirmaction\";i:2694;s:17:\"ipb-edit-dropdown\";i:2695;s:16:\"ipb-unblock-addr\";i:2696;s:11:\"ipb-unblock\";i:2697;s:13:\"ipb-blocklist\";i:2698;s:22:\"ipb-blocklist-contribs\";i:2699;s:27:\"ipb-blocklist-duration-left\";i:2700;s:13:\"block-actions\";i:2701;s:13:\"block-details\";i:2702;s:12:\"block-expiry\";i:2703;s:13:\"block-options\";i:2704;s:12:\"block-reason\";i:2705;s:12:\"block-target\";i:2706;s:24:\"block-target-placeholder\";i:2707;s:9:\"unblockip\";i:2708;s:13:\"unblockiptext\";i:2709;s:9:\"ipusubmit\";i:2710;s:9:\"unblocked\";i:2711;s:15:\"unblocked-range\";i:2712;s:12:\"unblocked-id\";i:2713;s:12:\"unblocked-ip\";i:2714;s:9:\"blocklist\";i:2715;s:13:\"autoblocklist\";i:2716;s:20:\"autoblocklist-submit\";i:2717;s:20:\"autoblocklist-legend\";i:2718;s:25:\"autoblocklist-localblocks\";i:2719;s:30:\"autoblocklist-total-autoblocks\";i:2720;s:19:\"autoblocklist-empty\";i:2721;s:25:\"autoblocklist-otherblocks\";i:2722;s:18:\"ipblocklist-legend\";i:2723;s:20:\"blocklist-autoblocks\";i:2724;s:20:\"blocklist-userblocks\";i:2725;s:20:\"blocklist-tempblocks\";i:2726;s:21:\"blocklist-indefblocks\";i:2727;s:23:\"blocklist-addressblocks\";i:2728;s:14:\"blocklist-type\";i:2729;s:22:\"blocklist-type-opt-all\";i:2730;s:27:\"blocklist-type-opt-sitewide\";i:2731;s:26:\"blocklist-type-opt-partial\";i:2732;s:21:\"blocklist-rangeblocks\";i:2733;s:19:\"blocklist-timestamp\";i:2734;s:16:\"blocklist-target\";i:2735;s:16:\"blocklist-expiry\";i:2736;s:12:\"blocklist-by\";i:2737;s:16:\"blocklist-params\";i:2738;s:16:\"blocklist-reason\";i:2739;s:18:\"ipblocklist-submit\";i:2740;s:22:\"ipblocklist-localblock\";i:2741;s:23:\"ipblocklist-otherblocks\";i:2742;s:13:\"infiniteblock\";i:2743;s:13:\"anononlyblock\";i:2744;s:16:\"noautoblockblock\";i:2745;s:18:\"createaccountblock\";i:2746;s:10:\"emailblock\";i:2747;s:20:\"blocklist-nousertalk\";i:2748;s:17:\"blocklist-editing\";i:2749;s:26:\"blocklist-editing-sitewide\";i:2750;s:22:\"blocklist-editing-page\";i:2751;s:20:\"blocklist-editing-ns\";i:2752;s:24:\"blocklist-editing-action\";i:2753;s:17:\"ipblocklist-empty\";i:2754;s:22:\"ipblocklist-no-results\";i:2755;s:14:\"empty-username\";i:2756;s:12:\"contribslink\";i:2757;s:9:\"emaillink\";i:2758;s:11:\"autoblocker\";i:2759;s:16:\"blocklog-showlog\";i:2760;s:24:\"blocklog-showsuppresslog\";i:2761;s:12:\"blocklogtext\";i:2762;s:24:\"block-log-flags-anononly\";i:2763;s:27:\"block-log-flags-noautoblock\";i:2764;s:23:\"block-log-flags-noemail\";i:2765;s:26:\"block-log-flags-nousertalk\";i:2766;s:31:\"block-log-flags-angry-autoblock\";i:2767;s:26:\"block-log-flags-hiddenname\";i:2768;s:20:\"range_block_disabled\";i:2769;s:26:\"ipb-prevent-user-talk-edit\";i:2770;s:18:\"ipb_expiry_invalid\";i:2771;s:14:\"ipb_expiry_old\";i:2772;s:15:\"ipb_expiry_temp\";i:2773;s:16:\"ipb_hide_invalid\";i:2774;s:16:\"ipb_hide_partial\";i:2775;s:19:\"ipb_already_blocked\";i:2776;s:15:\"ipb-needreblock\";i:2777;s:22:\"ipb-otherblocks-header\";i:2778;s:16:\"unblock-hideuser\";i:2779;s:16:\"ipb_cant_unblock\";i:2780;s:20:\"ipb_blocked_as_range\";i:2781;s:16:\"ip_range_invalid\";i:2782;s:17:\"ip_range_toolarge\";i:2783;s:17:\"ip_range_exceeded\";i:2784;s:15:\"ip_range_toolow\";i:2785;s:12:\"proxyblocker\";i:2786;s:16:\"proxyblockreason\";i:2787;s:5:\"sorbs\";i:2788;s:11:\"sorbsreason\";i:2789;s:27:\"sorbs_create_account_reason\";i:2790;s:21:\"softblockrangesreason\";i:2791;s:14:\"xffblockreason\";i:2792;s:20:\"cant-see-hidden-user\";i:2793;s:27:\"cant-block-nonexistent-page\";i:2794;s:10:\"ipbblocked\";i:2795;s:16:\"ipbnounblockself\";i:2796;s:6:\"lockdb\";i:2797;s:8:\"unlockdb\";i:2798;s:10:\"lockdbtext\";i:2799;s:12:\"unlockdbtext\";i:2800;s:11:\"lockconfirm\";i:2801;s:13:\"unlockconfirm\";i:2802;s:7:\"lockbtn\";i:2803;s:9:\"unlockbtn\";i:2804;s:13:\"locknoconfirm\";i:2805;s:16:\"lockdbsuccesssub\";i:2806;s:18:\"unlockdbsuccesssub\";i:2807;s:17:\"lockdbsuccesstext\";i:2808;s:19:\"unlockdbsuccesstext\";i:2809;s:19:\"lockfilenotwritable\";i:2810;s:14:\"databaselocked\";i:2811;s:17:\"databasenotlocked\";i:2812;s:15:\"lockedbyandtime\";i:2813;s:9:\"move-page\";i:2814;s:16:\"move-page-legend\";i:2815;s:12:\"movepagetext\";i:2816;s:28:\"movepagetext-noredirectfixer\";i:2817;s:30:\"movepagetext-noredirectsupport\";i:2818;s:16:\"movepagetalktext\";i:2819;s:20:\"moveuserpage-warning\";i:2820;s:24:\"movecategorypage-warning\";i:2821;s:15:\"movenologintext\";i:2822;s:14:\"movenotallowed\";i:2823;s:18:\"movenotallowedfile\";i:2824;s:19:\"cant-move-user-page\";i:2825;s:22:\"cant-move-to-user-page\";i:2826;s:23:\"cant-move-category-page\";i:2827;s:26:\"cant-move-to-category-page\";i:2828;s:18:\"cant-move-subpages\";i:2829;s:20:\"namespace-nosubpages\";i:2830;s:8:\"newtitle\";i:2831;s:10:\"move-watch\";i:2832;s:11:\"movepagebtn\";i:2833;s:12:\"pagemovedsub\";i:2834;s:10:\"cannotmove\";i:2835;s:14:\"movepage-moved\";i:2836;s:23:\"movepage-moved-redirect\";i:2837;s:25:\"movepage-moved-noredirect\";i:2838;s:21:\"movepage-delete-first\";i:2839;s:13:\"articleexists\";i:2840;s:14:\"redirectexists\";i:2841;s:23:\"cantmove-titleprotected\";i:2842;s:8:\"movetalk\";i:2843;s:13:\"move-subpages\";i:2844;s:18:\"move-talk-subpages\";i:2845;s:20:\"movepage-page-exists\";i:2846;s:28:\"movepage-source-doesnt-exist\";i:2847;s:19:\"movepage-page-moved\";i:2848;s:21:\"movepage-page-unmoved\";i:2849;s:18:\"movepage-max-pages\";i:2850;s:15:\"movelogpagetext\";i:2851;s:11:\"movesubpage\";i:2852;s:15:\"movesubpagetext\";i:2853;s:19:\"movesubpagetalktext\";i:2854;s:13:\"movenosubpage\";i:2855;s:10:\"movereason\";i:2856;s:20:\"delete_and_move_text\";i:2857;s:29:\"delete_redirect_and_move_text\";i:2858;s:23:\"delete_and_move_confirm\";i:2859;s:22:\"delete_and_move_reason\";i:2860;s:8:\"selfmove\";i:2861;s:25:\"immobile-source-namespace\";i:2862;s:28:\"immobile-source-namespace-iw\";i:2863;s:25:\"immobile-target-namespace\";i:2864;s:28:\"immobile-target-namespace-iw\";i:2865;s:20:\"immobile-source-page\";i:2866;s:20:\"immobile-target-page\";i:2867;s:29:\"movepage-invalid-target-title\";i:2868;s:16:\"bad-target-model\";i:2869;s:21:\"imagenocrossnamespace\";i:2870;s:27:\"nonfile-cannot-move-to-file\";i:2871;s:17:\"imagetypemismatch\";i:2872;s:20:\"imageinvalidfilename\";i:2873;s:20:\"fix-double-redirects\";i:2874;s:19:\"move-leave-redirect\";i:2875;s:24:\"protectedpagemovewarning\";i:2876;s:28:\"semiprotectedpagemovewarning\";i:2877;s:20:\"move-over-sharedrepo\";i:2878;s:22:\"file-exists-sharedrepo\";i:2879;s:10:\"exporttext\";i:2880;s:9:\"exportall\";i:2881;s:13:\"exportcuronly\";i:2882;s:15:\"exportnohistory\";i:2883;s:17:\"exportlistauthors\";i:2884;s:13:\"export-submit\";i:2885;s:17:\"export-addcattext\";i:2886;s:13:\"export-addcat\";i:2887;s:16:\"export-addnstext\";i:2888;s:12:\"export-addns\";i:2889;s:15:\"export-download\";i:2890;s:16:\"export-templates\";i:2891;s:16:\"export-pagelinks\";i:2892;s:13:\"export-manual\";i:2893;s:11:\"allmessages\";i:2894;s:18:\"allmessagescurrent\";i:2895;s:15:\"allmessagestext\";i:2896;s:34:\"allmessages-not-supported-database\";i:2897;s:25:\"allmessages-filter-legend\";i:2898;s:18:\"allmessages-filter\";i:2899;s:29:\"allmessages-filter-unmodified\";i:2900;s:22:\"allmessages-filter-all\";i:2901;s:27:\"allmessages-filter-modified\";i:2902;s:18:\"allmessages-prefix\";i:2903;s:20:\"allmessages-language\";i:2904;s:25:\"allmessages-filter-submit\";i:2905;s:28:\"allmessages-filter-translate\";i:2906;s:14:\"thumbnail-more\";i:2907;s:11:\"filemissing\";i:2908;s:22:\"thumbnail_error_remote\";i:2909;s:15:\"djvu_page_error\";i:2910;s:21:\"thumbnail-temp-create\";i:2911;s:21:\"thumbnail-dest-create\";i:2912;s:24:\"thumbnail_invalid_params\";i:2913;s:25:\"thumbnail_toobigimagearea\";i:2914;s:24:\"thumbnail_dest_directory\";i:2915;s:20:\"thumbnail_image-type\";i:2916;s:20:\"thumbnail_gd-library\";i:2917;s:25:\"thumbnail_image-size-zero\";i:2918;s:23:\"thumbnail_image-missing\";i:2919;s:29:\"thumbnail_image-failure-limit\";i:2920;s:6:\"import\";i:2921;s:15:\"importinterwiki\";i:2922;s:21:\"import-interwiki-text\";i:2923;s:27:\"import-interwiki-sourcewiki\";i:2924;s:27:\"import-interwiki-sourcepage\";i:2925;s:24:\"import-interwiki-history\";i:2926;s:26:\"import-interwiki-templates\";i:2927;s:23:\"import-interwiki-submit\";i:2928;s:22:\"import-mapping-default\";i:2929;s:24:\"import-mapping-namespace\";i:2930;s:22:\"import-mapping-subpage\";i:2931;s:22:\"import-upload-filename\";i:2932;s:29:\"import-upload-username-prefix\";i:2933;s:25:\"import-assign-known-users\";i:2934;s:14:\"import-comment\";i:2935;s:10:\"importtext\";i:2936;s:11:\"importstart\";i:2937;s:21:\"import-revision-count\";i:2938;s:13:\"importnopages\";i:2939;s:20:\"imported-log-entries\";i:2940;s:12:\"importfailed\";i:2941;s:19:\"importunknownsource\";i:2942;s:14:\"importnoprefix\";i:2943;s:14:\"importcantopen\";i:2944;s:18:\"importbadinterwiki\";i:2945;s:13:\"importsuccess\";i:2946;s:15:\"importnosources\";i:2947;s:12:\"importnofile\";i:2948;s:21:\"importuploaderrorsize\";i:2949;s:24:\"importuploaderrorpartial\";i:2950;s:21:\"importuploaderrortemp\";i:2951;s:20:\"import-parse-failure\";i:2952;s:16:\"import-noarticle\";i:2953;s:21:\"import-nonewrevisions\";i:2954;s:16:\"xml-error-string\";i:2955;s:13:\"import-upload\";i:2956;s:21:\"import-token-mismatch\";i:2957;s:24:\"import-invalid-interwiki\";i:2958;s:17:\"import-error-edit\";i:2959;s:22:\"import-error-interwiki\";i:2960;s:20:\"import-error-special\";i:2961;s:20:\"import-error-invalid\";i:2962;s:24:\"import-error-unserialize\";i:2963;s:25:\"import-error-bad-location\";i:2964;s:20:\"import-options-wrong\";i:2965;s:23:\"import-rootpage-invalid\";i:2966;s:25:\"import-rootpage-nosubpage\";i:2967;s:13:\"importlogpage\";i:2968;s:17:\"importlogpagetext\";i:2969;s:29:\"import-logentry-upload-detail\";i:2970;s:32:\"import-logentry-interwiki-detail\";i:2971;s:14:\"javascripttest\";i:2972;s:26:\"javascripttest-qunit-intro\";i:2973;s:23:\"tooltip-pt-anonuserpage\";i:2974;s:22:\"tooltip-pt-tmpuserpage\";i:2975;s:19:\"tooltip-pt-anontalk\";i:2976;s:23:\"tooltip-pt-anoncontribs\";i:2977;s:24:\"tooltip-pt-login-private\";i:2978;s:15:\"tooltip-ca-talk\";i:2979;s:18:\"tooltip-ca-history\";i:2980;s:20:\"tooltip-ca-unprotect\";i:2981;s:19:\"tooltip-ca-undelete\";i:2982;s:27:\"tooltip-ca-unwatch-expiring\";i:2983;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:2984;s:23:\"tooltip-search-fulltext\";i:2985;s:18:\"tooltip-p-cactions\";i:2986;s:18:\"tooltip-p-personal\";i:2987;s:16:\"tooltip-n-portal\";i:2988;s:23:\"tooltip-n-currentevents\";i:2989;s:23:\"tooltip-n-recentchanges\";i:2990;s:14:\"tooltip-n-help\";i:2991;s:23:\"tooltip-t-whatlinkshere\";i:2992;s:29:\"tooltip-t-recentchangeslinked\";i:2993;s:16:\"tooltip-feed-rss\";i:2994;s:14:\"tooltip-t-info\";i:2995;s:22:\"tooltip-t-specialpages\";i:2996;s:15:\"tooltip-t-print\";i:2997;s:19:\"tooltip-t-permalink\";i:2998;s:21:\"tooltip-ca-nstab-main\";i:2999;s:22:\"tooltip-ca-nstab-media\";i:3000;s:26:\"tooltip-ca-nstab-mediawiki\";i:3001;s:21:\"tooltip-ca-nstab-help\";i:3002;s:15:\"tooltip-publish\";i:3003;s:24:\"tooltip-watchlist-expiry\";i:3004;s:35:\"tooltip-watchlistedit-normal-submit\";i:3005;s:32:\"tooltip-watchlistedit-raw-submit\";i:3006;s:16:\"tooltip-recreate\";i:3007;s:14:\"tooltip-upload\";i:3008;s:16:\"tooltip-rollback\";i:3009;s:24:\"tooltip-preferences-save\";i:3010;s:24:\"interlanguage-link-title\";i:3011;s:32:\"interlanguage-link-title-nonlang\";i:3012;s:10:\"common.css\";i:3013;s:9:\"print.css\";i:3014;s:12:\"noscript.css\";i:3015;s:23:\"group-autoconfirmed.css\";i:3016;s:14:\"group-user.css\";i:3017;s:13:\"group-bot.css\";i:3018;s:15:\"group-sysop.css\";i:3019;s:20:\"group-bureaucrat.css\";i:3020;s:11:\"common.json\";i:3021;s:9:\"common.js\";i:3022;s:22:\"group-autoconfirmed.js\";i:3023;s:13:\"group-user.js\";i:3024;s:12:\"group-bot.js\";i:3025;s:14:\"group-sysop.js\";i:3026;s:19:\"group-bureaucrat.js\";i:3027;s:9:\"anonymous\";i:3028;s:8:\"siteuser\";i:3029;s:8:\"anonuser\";i:3030;s:16:\"lastmodifiedatby\";i:3031;s:13:\"othercontribs\";i:3032;s:6:\"others\";i:3033;s:9:\"siteusers\";i:3034;s:9:\"anonusers\";i:3035;s:11:\"creditspage\";i:3036;s:9:\"nocredits\";i:3037;s:19:\"spamprotectiontitle\";i:3038;s:18:\"spamprotectiontext\";i:3039;s:19:\"spamprotectionmatch\";i:3040;s:16:\"spambot_username\";i:3041;s:14:\"spam_reverting\";i:3042;s:13:\"spam_blanking\";i:3043;s:13:\"spam_deleting\";i:3044;s:20:\"simpleantispam-label\";i:3045;s:14:\"pageinfo-title\";i:3046;s:20:\"pageinfo-not-current\";i:3047;s:21:\"pageinfo-header-basic\";i:3048;s:21:\"pageinfo-header-edits\";i:3049;s:28:\"pageinfo-header-restrictions\";i:3050;s:26:\"pageinfo-header-properties\";i:3051;s:22:\"pageinfo-display-title\";i:3052;s:21:\"pageinfo-default-sort\";i:3053;s:15:\"pageinfo-length\";i:3054;s:18:\"pageinfo-namespace\";i:3055;s:19:\"pageinfo-article-id\";i:3056;s:17:\"pageinfo-language\";i:3057;s:24:\"pageinfo-language-change\";i:3058;s:22:\"pageinfo-content-model\";i:3059;s:29:\"pageinfo-content-model-change\";i:3060;s:21:\"pageinfo-robot-policy\";i:3061;s:20:\"pageinfo-robot-index\";i:3062;s:22:\"pageinfo-robot-noindex\";i:3063;s:17:\"pageinfo-watchers\";i:3064;s:26:\"pageinfo-visiting-watchers\";i:3065;s:21:\"pageinfo-few-watchers\";i:3066;s:30:\"pageinfo-few-visiting-watchers\";i:3067;s:23:\"pageinfo-redirects-name\";i:3068;s:24:\"pageinfo-redirects-value\";i:3069;s:22:\"pageinfo-subpages-name\";i:3070;s:23:\"pageinfo-subpages-value\";i:3071;s:18:\"pageinfo-firstuser\";i:3072;s:18:\"pageinfo-firsttime\";i:3073;s:17:\"pageinfo-lastuser\";i:3074;s:17:\"pageinfo-lasttime\";i:3075;s:14:\"pageinfo-edits\";i:3076;s:16:\"pageinfo-authors\";i:3077;s:21:\"pageinfo-recent-edits\";i:3078;s:23:\"pageinfo-recent-authors\";i:3079;s:20:\"pageinfo-magic-words\";i:3080;s:26:\"pageinfo-hidden-categories\";i:3081;s:18:\"pageinfo-templates\";i:3082;s:22:\"pageinfo-transclusions\";i:3083;s:20:\"pageinfo-toolboxlink\";i:3084;s:20:\"pageinfo-redirectsto\";i:3085;s:25:\"pageinfo-redirectsto-info\";i:3086;s:20:\"pageinfo-contentpage\";i:3087;s:24:\"pageinfo-contentpage-yes\";i:3088;s:26:\"pageinfo-protect-cascading\";i:3089;s:30:\"pageinfo-protect-cascading-yes\";i:3090;s:31:\"pageinfo-protect-cascading-from\";i:3091;s:22:\"pageinfo-category-info\";i:3092;s:23:\"pageinfo-category-total\";i:3093;s:23:\"pageinfo-category-pages\";i:3094;s:25:\"pageinfo-category-subcats\";i:3095;s:23:\"pageinfo-category-files\";i:3096;s:16:\"pageinfo-user-id\";i:3097;s:18:\"pageinfo-file-hash\";i:3098;s:25:\"pageinfo-view-protect-log\";i:3099;s:19:\"markaspatrolleddiff\";i:3100;s:19:\"markaspatrolledtext\";i:3101;s:24:\"markaspatrolledtext-file\";i:3102;s:17:\"markedaspatrolled\";i:3103;s:21:\"markedaspatrolledtext\";i:3104;s:16:\"rcpatroldisabled\";i:3105;s:20:\"rcpatroldisabledtext\";i:3106;s:22:\"markedaspatrollederror\";i:3107;s:26:\"markedaspatrollederrortext\";i:3108;s:35:\"markedaspatrollederror-noautopatrol\";i:3109;s:23:\"markedaspatrollednotify\";i:3110;s:15:\"patrol-log-page\";i:3111;s:17:\"patrol-log-header\";i:3112;s:28:\"confirm-markpatrolled-button\";i:3113;s:25:\"confirm-markpatrolled-top\";i:3114;s:15:\"deletedrevision\";i:3115;s:21:\"filedeleteerror-short\";i:3116;s:20:\"filedeleteerror-long\";i:3117;s:18:\"filedelete-missing\";i:3118;s:27:\"filedelete-old-unregistered\";i:3119;s:31:\"filedelete-current-unregistered\";i:3120;s:28:\"filedelete-archive-read-only\";i:3121;s:12:\"mediawarning\";i:3122;s:12:\"imagemaxsize\";i:3123;s:9:\"thumbsize\";i:3124;s:11:\"widthheight\";i:3125;s:15:\"widthheightpage\";i:3126;s:9:\"file-info\";i:3127;s:20:\"file-info-size-pages\";i:3128;s:22:\"svg-long-desc-animated\";i:3129;s:14:\"svg-long-error\";i:3130;s:22:\"show-big-image-preview\";i:3131;s:29:\"show-big-image-preview-differ\";i:3132;s:20:\"show-big-image-other\";i:3133;s:19:\"show-big-image-size\";i:3134;s:20:\"file-info-gif-looped\";i:3135;s:20:\"file-info-gif-frames\";i:3136;s:20:\"file-info-png-looped\";i:3137;s:20:\"file-info-png-repeat\";i:3138;s:20:\"file-info-png-frames\";i:3139;s:23:\"file-no-thumb-animation\";i:3140;s:27:\"file-no-thumb-animation-gif\";i:3141;s:9:\"newimages\";i:3142;s:13:\"imagelisttext\";i:3143;s:17:\"newimages-summary\";i:3144;s:16:\"newimages-legend\";i:3145;s:14:\"newimages-user\";i:3146;s:18:\"newimages-showbots\";i:3147;s:23:\"newimages-hidepatrolled\";i:3148;s:19:\"newimages-mediatype\";i:3149;s:8:\"noimages\";i:3150;s:24:\"gallery-slideshow-toggle\";i:3151;s:8:\"ilsubmit\";i:3152;s:6:\"bydate\";i:3153;s:21:\"sp-newimages-showfrom\";i:3154;s:10:\"video-dims\";i:3155;s:14:\"seconds-abbrev\";i:3156;s:14:\"minutes-abbrev\";i:3157;s:12:\"hours-abbrev\";i:3158;s:11:\"days-abbrev\";i:3159;s:7:\"seconds\";i:3160;s:7:\"minutes\";i:3161;s:5:\"hours\";i:3162;s:4:\"days\";i:3163;s:5:\"weeks\";i:3164;s:6:\"months\";i:3165;s:5:\"years\";i:3166;s:3:\"ago\";i:3167;s:8:\"just-now\";i:3168;s:9:\"hours-ago\";i:3169;s:11:\"minutes-ago\";i:3170;s:11:\"seconds-ago\";i:3171;s:9:\"monday-at\";i:3172;s:10:\"tuesday-at\";i:3173;s:12:\"wednesday-at\";i:3174;s:11:\"thursday-at\";i:3175;s:9:\"friday-at\";i:3176;s:11:\"saturday-at\";i:3177;s:9:\"sunday-at\";i:3178;s:12:\"yesterday-at\";i:3179;s:14:\"bad_image_list\";i:3180;s:19:\"variantname-zh-hans\";i:3181;s:19:\"variantname-zh-hant\";i:3182;s:17:\"variantname-zh-cn\";i:3183;s:17:\"variantname-zh-tw\";i:3184;s:17:\"variantname-zh-hk\";i:3185;s:17:\"variantname-zh-mo\";i:3186;s:17:\"variantname-zh-sg\";i:3187;s:17:\"variantname-zh-my\";i:3188;s:20:\"variantname-gan-hans\";i:3189;s:20:\"variantname-gan-hant\";i:3190;s:17:\"variantname-sr-ec\";i:3191;s:17:\"variantname-sr-el\";i:3192;s:17:\"variantname-kk-kz\";i:3193;s:17:\"variantname-kk-tr\";i:3194;s:17:\"variantname-kk-cn\";i:3195;s:19:\"variantname-kk-cyrl\";i:3196;s:19:\"variantname-kk-latn\";i:3197;s:19:\"variantname-kk-arab\";i:3198;s:14:\"variantname-kk\";i:3199;s:19:\"variantname-ku-arab\";i:3200;s:19:\"variantname-ku-latn\";i:3201;s:19:\"variantname-tg-cyrl\";i:3202;s:19:\"variantname-tg-latn\";i:3203;s:14:\"variantname-tg\";i:3204;s:20:\"variantname-tly-cyrl\";i:3205;s:15:\"variantname-tly\";i:3206;s:20:\"variantname-ike-cans\";i:3207;s:20:\"variantname-ike-latn\";i:3208;s:14:\"variantname-iu\";i:3209;s:20:\"variantname-shi-tfng\";i:3210;s:20:\"variantname-shi-latn\";i:3211;s:15:\"variantname-shi\";i:3212;s:14:\"variantname-uz\";i:3213;s:19:\"variantname-uz-latn\";i:3214;s:19:\"variantname-uz-cyrl\";i:3215;s:15:\"variantname-crh\";i:3216;s:20:\"variantname-crh-latn\";i:3217;s:20:\"variantname-crh-cyrl\";i:3218;s:15:\"metadata-expand\";i:3219;s:17:\"metadata-collapse\";i:3220;s:17:\"metadata-langitem\";i:3221;s:12:\"confirmemail\";i:3222;s:20:\"confirmemail_noemail\";i:3223;s:17:\"confirmemail_text\";i:3224;s:20:\"confirmemail_pending\";i:3225;s:17:\"confirmemail_send\";i:3226;s:17:\"confirmemail_sent\";i:3227;s:21:\"confirmemail_oncreate\";i:3228;s:23:\"confirmemail_sendfailed\";i:3229;s:20:\"confirmemail_invalid\";i:3230;s:22:\"confirmemail_needlogin\";i:3231;s:20:\"confirmemail_success\";i:3232;s:21:\"confirmemail_loggedin\";i:3233;s:20:\"confirmemail_subject\";i:3234;s:17:\"confirmemail_body\";i:3235;s:25:\"confirmemail_body_changed\";i:3236;s:21:\"confirmemail_body_set\";i:3237;s:24:\"confirmemail_invalidated\";i:3238;s:15:\"invalidateemail\";i:3239;s:33:\"notificationemail_subject_changed\";i:3240;s:33:\"notificationemail_subject_removed\";i:3241;s:30:\"notificationemail_body_changed\";i:3242;s:30:\"notificationemail_body_removed\";i:3243;s:23:\"scarytranscludedisabled\";i:3244;s:21:\"scarytranscludefailed\";i:3245;s:32:\"scarytranscludefailed-httpstatus\";i:3246;s:22:\"scarytranscludetoolong\";i:3247;s:19:\"deletedwhileediting\";i:3248;s:15:\"confirmrecreate\";i:3249;s:24:\"confirmrecreate-noreason\";i:3250;s:8:\"recreate\";i:3251;s:10:\"unit-pixel\";i:3252;s:19:\"confirm-purge-title\";i:3253;s:20:\"confirm_purge_button\";i:3254;s:17:\"confirm-purge-top\";i:3255;s:20:\"confirm-purge-bottom\";i:3256;s:20:\"confirm-watch-button\";i:3257;s:17:\"confirm-watch-top\";i:3258;s:19:\"confirm-watch-label\";i:3259;s:24:\"watchlist-expiry-options\";i:3260;s:31:\"watchlist-expires-in-aria-label\";i:3261;s:27:\"confirm-watch-button-expiry\";i:3262;s:22:\"confirm-unwatch-button\";i:3263;s:19:\"confirm-unwatch-top\";i:3264;s:23:\"confirm-rollback-button\";i:3265;s:20:\"confirm-rollback-top\";i:3266;s:23:\"confirm-rollback-bottom\";i:3267;s:24:\"confirm-mcrrestore-title\";i:3268;s:21:\"confirm-mcrundo-title\";i:3269;s:13:\"mcrundofailed\";i:3270;s:20:\"mcrundo-missingparam\";i:3271;s:15:\"mcrundo-changed\";i:3272;s:20:\"mcrundo-parse-failed\";i:3273;s:19:\"semicolon-separator\";i:3274;s:15:\"comma-separator\";i:3275;s:15:\"colon-separator\";i:3276;s:14:\"pipe-separator\";i:3277;s:14:\"word-separator\";i:3278;s:8:\"ellipsis\";i:3279;s:7:\"percent\";i:3280;s:11:\"parentheses\";i:3281;s:17:\"parentheses-start\";i:3282;s:15:\"parentheses-end\";i:3283;s:8:\"brackets\";i:3284;s:14:\"brackets-start\";i:3285;s:12:\"brackets-end\";i:3286;s:15:\"quotation-marks\";i:3287;s:13:\"formatnum-nan\";i:3288;s:16:\"imgmultipageprev\";i:3289;s:16:\"imgmultipagenext\";i:3290;s:10:\"imgmultigo\";i:3291;s:12:\"imgmultigoto\";i:3292;s:12:\"img-lang-opt\";i:3293;s:16:\"img-lang-default\";i:3294;s:13:\"img-lang-info\";i:3295;s:11:\"img-lang-go\";i:3296;s:16:\"table_pager_next\";i:3297;s:16:\"table_pager_prev\";i:3298;s:17:\"table_pager_first\";i:3299;s:16:\"table_pager_last\";i:3300;s:17:\"table_pager_limit\";i:3301;s:23:\"table_pager_limit_label\";i:3302;s:24:\"table_pager_limit_submit\";i:3303;s:17:\"table_pager_empty\";i:3304;s:14:\"autosumm-blank\";i:3305;s:16:\"autosumm-replace\";i:3306;s:16:\"autoredircomment\";i:3307;s:25:\"autosumm-removed-redirect\";i:3308;s:32:\"autosumm-changed-redirect-target\";i:3309;s:12:\"autosumm-new\";i:3310;s:17:\"autosumm-newblank\";i:3311;s:10:\"size-bytes\";i:3312;s:14:\"size-kilobytes\";i:3313;s:14:\"size-megabytes\";i:3314;s:14:\"size-gigabytes\";i:3315;s:14:\"size-terabytes\";i:3316;s:14:\"size-petabytes\";i:3317;s:13:\"size-exabytes\";i:3318;s:15:\"size-zettabytes\";i:3319;s:15:\"size-yottabytes\";i:3320;s:10:\"size-pixel\";i:3321;s:14:\"size-kilopixel\";i:3322;s:14:\"size-megapixel\";i:3323;s:14:\"size-gigapixel\";i:3324;s:14:\"size-terapixel\";i:3325;s:14:\"size-petapixel\";i:3326;s:13:\"size-exapixel\";i:3327;s:15:\"size-zettapixel\";i:3328;s:15:\"size-yottapixel\";i:3329;s:12:\"bitrate-bits\";i:3330;s:16:\"bitrate-kilobits\";i:3331;s:16:\"bitrate-megabits\";i:3332;s:16:\"bitrate-gigabits\";i:3333;s:16:\"bitrate-terabits\";i:3334;s:16:\"bitrate-petabits\";i:3335;s:15:\"bitrate-exabits\";i:3336;s:17:\"bitrate-zettabits\";i:3337;s:17:\"bitrate-yottabits\";i:3338;s:15:\"lag-warn-normal\";i:3339;s:13:\"lag-warn-high\";i:3340;s:26:\"watchlistedit-normal-title\";i:3341;s:27:\"watchlistedit-normal-legend\";i:3342;s:28:\"watchlistedit-normal-explain\";i:3343;s:27:\"watchlistedit-normal-submit\";i:3344;s:25:\"watchlistedit-normal-done\";i:3345;s:23:\"watchlistedit-raw-title\";i:3346;s:24:\"watchlistedit-raw-legend\";i:3347;s:25:\"watchlistedit-raw-explain\";i:3348;s:24:\"watchlistedit-raw-titles\";i:3349;s:24:\"watchlistedit-raw-submit\";i:3350;s:22:\"watchlistedit-raw-done\";i:3351;s:23:\"watchlistedit-raw-added\";i:3352;s:25:\"watchlistedit-raw-removed\";i:3353;s:25:\"watchlistedit-clear-title\";i:3354;s:26:\"watchlistedit-clear-legend\";i:3355;s:27:\"watchlistedit-clear-explain\";i:3356;s:26:\"watchlistedit-clear-titles\";i:3357;s:26:\"watchlistedit-clear-submit\";i:3358;s:24:\"watchlistedit-clear-done\";i:3359;s:28:\"watchlistedit-clear-jobqueue\";i:3360;s:27:\"watchlistedit-clear-removed\";i:3361;s:22:\"watchlistedit-too-many\";i:3362;s:20:\"watchlisttools-clear\";i:3363;s:19:\"iranian-calendar-m1\";i:3364;s:19:\"iranian-calendar-m2\";i:3365;s:19:\"iranian-calendar-m3\";i:3366;s:19:\"iranian-calendar-m4\";i:3367;s:19:\"iranian-calendar-m5\";i:3368;s:19:\"iranian-calendar-m6\";i:3369;s:19:\"iranian-calendar-m7\";i:3370;s:19:\"iranian-calendar-m8\";i:3371;s:19:\"iranian-calendar-m9\";i:3372;s:20:\"iranian-calendar-m10\";i:3373;s:20:\"iranian-calendar-m11\";i:3374;s:20:\"iranian-calendar-m12\";i:3375;s:17:\"hijri-calendar-m1\";i:3376;s:17:\"hijri-calendar-m2\";i:3377;s:17:\"hijri-calendar-m3\";i:3378;s:17:\"hijri-calendar-m4\";i:3379;s:17:\"hijri-calendar-m5\";i:3380;s:17:\"hijri-calendar-m6\";i:3381;s:17:\"hijri-calendar-m7\";i:3382;s:17:\"hijri-calendar-m8\";i:3383;s:17:\"hijri-calendar-m9\";i:3384;s:18:\"hijri-calendar-m10\";i:3385;s:18:\"hijri-calendar-m11\";i:3386;s:18:\"hijri-calendar-m12\";i:3387;s:18:\"hebrew-calendar-m1\";i:3388;s:18:\"hebrew-calendar-m2\";i:3389;s:18:\"hebrew-calendar-m3\";i:3390;s:18:\"hebrew-calendar-m4\";i:3391;s:18:\"hebrew-calendar-m5\";i:3392;s:18:\"hebrew-calendar-m6\";i:3393;s:19:\"hebrew-calendar-m6a\";i:3394;s:19:\"hebrew-calendar-m6b\";i:3395;s:18:\"hebrew-calendar-m7\";i:3396;s:18:\"hebrew-calendar-m8\";i:3397;s:18:\"hebrew-calendar-m9\";i:3398;s:19:\"hebrew-calendar-m10\";i:3399;s:19:\"hebrew-calendar-m11\";i:3400;s:19:\"hebrew-calendar-m12\";i:3401;s:22:\"hebrew-calendar-m1-gen\";i:3402;s:22:\"hebrew-calendar-m2-gen\";i:3403;s:22:\"hebrew-calendar-m3-gen\";i:3404;s:22:\"hebrew-calendar-m4-gen\";i:3405;s:22:\"hebrew-calendar-m5-gen\";i:3406;s:22:\"hebrew-calendar-m6-gen\";i:3407;s:23:\"hebrew-calendar-m6a-gen\";i:3408;s:23:\"hebrew-calendar-m6b-gen\";i:3409;s:22:\"hebrew-calendar-m7-gen\";i:3410;s:22:\"hebrew-calendar-m8-gen\";i:3411;s:22:\"hebrew-calendar-m9-gen\";i:3412;s:23:\"hebrew-calendar-m10-gen\";i:3413;s:23:\"hebrew-calendar-m11-gen\";i:3414;s:23:\"hebrew-calendar-m12-gen\";i:3415;s:14:\"signature-temp\";i:3416;s:12:\"timezone-utc\";i:3417;s:14:\"timezone-local\";i:3418;s:22:\"duplicate-displaytitle\";i:3419;s:23:\"restricted-displaytitle\";i:3420;s:22:\"invalid-indicator-name\";i:3421;s:25:\"invalid-langconvert-attrs\";i:3422;s:7:\"version\";i:3423;s:18:\"version-extensions\";i:3424;s:13:\"version-skins\";i:3425;s:20:\"version-specialpages\";i:3426;s:19:\"version-parserhooks\";i:3427;s:17:\"version-variables\";i:3428;s:15:\"version-editors\";i:3429;s:16:\"version-antispam\";i:3430;s:11:\"version-api\";i:3431;s:13:\"version-other\";i:3432;s:21:\"version-mediahandlers\";i:3433;s:13:\"version-hooks\";i:3434;s:28:\"version-parser-extensiontags\";i:3435;s:29:\"version-parser-function-hooks\";i:3436;s:17:\"version-hook-name\";i:3437;s:25:\"version-hook-subscribedby\";i:3438;s:15:\"version-version\";i:3439;s:19:\"version-no-ext-name\";i:3440;s:15:\"version-license\";i:3441;s:19:\"version-ext-license\";i:3442;s:26:\"version-ext-colheader-name\";i:3443;s:27:\"version-skin-colheader-name\";i:3444;s:29:\"version-ext-colheader-version\";i:3445;s:29:\"version-ext-colheader-license\";i:3446;s:33:\"version-ext-colheader-description\";i:3447;s:29:\"version-ext-colheader-credits\";i:3448;s:21:\"version-license-title\";i:3449;s:25:\"version-license-not-found\";i:3450;s:21:\"version-credits-title\";i:3451;s:25:\"version-credits-not-found\";i:3452;s:25:\"version-poweredby-credits\";i:3453;s:24:\"version-poweredby-others\";i:3454;s:29:\"version-poweredby-translators\";i:3455;s:25:\"version-poweredby-various\";i:3456;s:23:\"version-credits-summary\";i:3457;s:20:\"version-license-info\";i:3458;s:16:\"version-software\";i:3459;s:24:\"version-software-product\";i:3460;s:24:\"version-software-version\";i:3461;s:19:\"version-entrypoints\";i:3462;s:37:\"version-entrypoints-header-entrypoint\";i:3463;s:30:\"version-entrypoints-header-url\";i:3464;s:31:\"version-entrypoints-articlepath\";i:3465;s:30:\"version-entrypoints-scriptpath\";i:3466;s:17:\"version-libraries\";i:3467;s:25:\"version-libraries-library\";i:3468;s:25:\"version-libraries-version\";i:3469;s:25:\"version-libraries-license\";i:3470;s:29:\"version-libraries-description\";i:3471;s:25:\"version-libraries-authors\";i:3472;s:8:\"redirect\";i:3473;s:16:\"redirect-summary\";i:3474;s:15:\"redirect-submit\";i:3475;s:15:\"redirect-lookup\";i:3476;s:14:\"redirect-value\";i:3477;s:13:\"redirect-user\";i:3478;s:13:\"redirect-page\";i:3479;s:17:\"redirect-revision\";i:3480;s:13:\"redirect-file\";i:3481;s:14:\"redirect-logid\";i:3482;s:19:\"redirect-not-exists\";i:3483;s:20:\"redirect-not-numeric\";i:3484;s:19:\"fileduplicatesearch\";i:3485;s:27:\"fileduplicatesearch-summary\";i:3486;s:28:\"fileduplicatesearch-filename\";i:3487;s:26:\"fileduplicatesearch-submit\";i:3488;s:24:\"fileduplicatesearch-info\";i:3489;s:28:\"fileduplicatesearch-result-1\";i:3490;s:28:\"fileduplicatesearch-result-n\";i:3491;s:29:\"fileduplicatesearch-noresults\";i:3492;s:12:\"specialpages\";i:3493;s:21:\"specialpages-note-top\";i:3494;s:28:\"specialpages-note-restricted\";i:3495;s:30:\"specialpages-group-maintenance\";i:3496;s:24:\"specialpages-group-other\";i:3497;s:24:\"specialpages-group-login\";i:3498;s:26:\"specialpages-group-changes\";i:3499;s:24:\"specialpages-group-media\";i:3500;s:24:\"specialpages-group-users\";i:3501;s:26:\"specialpages-group-highuse\";i:3502;s:24:\"specialpages-group-pages\";i:3503;s:28:\"specialpages-group-pagetools\";i:3504;s:23:\"specialpages-group-wiki\";i:3505;s:28:\"specialpages-group-redirects\";i:3506;s:23:\"specialpages-group-spam\";i:3507;s:28:\"specialpages-group-developer\";i:3508;s:9:\"blankpage\";i:3509;s:22:\"intentionallyblankpage\";i:3510;s:28:\"disabledspecialpage-disabled\";i:3511;s:4:\"tags\";i:3512;s:17:\"tag-filter-submit\";i:3513;s:10:\"tag-hidden\";i:3514;s:16:\"tag-list-wrapper\";i:3515;s:25:\"tag-mw-contentmodelchange\";i:3516;s:37:\"tag-mw-contentmodelchange-description\";i:3517;s:19:\"tag-mw-new-redirect\";i:3518;s:31:\"tag-mw-new-redirect-description\";i:3519;s:23:\"tag-mw-removed-redirect\";i:3520;s:35:\"tag-mw-removed-redirect-description\";i:3521;s:30:\"tag-mw-changed-redirect-target\";i:3522;s:42:\"tag-mw-changed-redirect-target-description\";i:3523;s:12:\"tag-mw-blank\";i:3524;s:24:\"tag-mw-blank-description\";i:3525;s:14:\"tag-mw-replace\";i:3526;s:26:\"tag-mw-replace-description\";i:3527;s:15:\"tag-mw-rollback\";i:3528;s:27:\"tag-mw-rollback-description\";i:3529;s:11:\"tag-mw-undo\";i:3530;s:23:\"tag-mw-undo-description\";i:3531;s:20:\"tag-mw-manual-revert\";i:3532;s:32:\"tag-mw-manual-revert-description\";i:3533;s:15:\"tag-mw-reverted\";i:3534;s:27:\"tag-mw-reverted-description\";i:3535;s:25:\"tag-mw-server-side-upload\";i:3536;s:37:\"tag-mw-server-side-upload-description\";i:3537;s:10:\"tags-title\";i:3538;s:10:\"tags-intro\";i:3539;s:8:\"tags-tag\";i:3540;s:19:\"tags-display-header\";i:3541;s:23:\"tags-description-header\";i:3542;s:18:\"tags-source-header\";i:3543;s:18:\"tags-active-header\";i:3544;s:20:\"tags-hitcount-header\";i:3545;s:19:\"tags-actions-header\";i:3546;s:15:\"tags-active-yes\";i:3547;s:14:\"tags-active-no\";i:3548;s:21:\"tags-source-extension\";i:3549;s:18:\"tags-source-manual\";i:3550;s:16:\"tags-source-none\";i:3551;s:11:\"tags-hidden\";i:3552;s:11:\"tags-delete\";i:3553;s:13:\"tags-activate\";i:3554;s:15:\"tags-deactivate\";i:3555;s:13:\"tags-hitcount\";i:3556;s:25:\"tags-manage-no-permission\";i:3557;s:19:\"tags-manage-blocked\";i:3558;s:19:\"tags-create-heading\";i:3559;s:23:\"tags-create-explanation\";i:3560;s:20:\"tags-create-tag-name\";i:3561;s:18:\"tags-create-reason\";i:3562;s:18:\"tags-create-submit\";i:3563;s:19:\"tags-create-no-name\";i:3564;s:25:\"tags-create-invalid-chars\";i:3565;s:31:\"tags-create-invalid-title-chars\";i:3566;s:26:\"tags-create-already-exists\";i:3567;s:26:\"tags-create-warnings-above\";i:3568;s:26:\"tags-create-warnings-below\";i:3569;s:17:\"tags-delete-title\";i:3570;s:31:\"tags-delete-explanation-initial\";i:3571;s:30:\"tags-delete-explanation-in-use\";i:3572;s:31:\"tags-delete-explanation-warning\";i:3573;s:30:\"tags-delete-explanation-active\";i:3574;s:18:\"tags-delete-reason\";i:3575;s:18:\"tags-delete-submit\";i:3576;s:23:\"tags-delete-not-allowed\";i:3577;s:21:\"tags-delete-not-found\";i:3578;s:25:\"tags-delete-too-many-uses\";i:3579;s:33:\"tags-delete-warnings-after-delete\";i:3580;s:25:\"tags-delete-no-permission\";i:3581;s:19:\"tags-activate-title\";i:3582;s:22:\"tags-activate-question\";i:3583;s:20:\"tags-activate-reason\";i:3584;s:25:\"tags-activate-not-allowed\";i:3585;s:23:\"tags-activate-not-found\";i:3586;s:20:\"tags-activate-submit\";i:3587;s:21:\"tags-deactivate-title\";i:3588;s:24:\"tags-deactivate-question\";i:3589;s:22:\"tags-deactivate-reason\";i:3590;s:27:\"tags-deactivate-not-allowed\";i:3591;s:22:\"tags-deactivate-submit\";i:3592;s:24:\"tags-apply-no-permission\";i:3593;s:18:\"tags-apply-blocked\";i:3594;s:26:\"tags-apply-not-allowed-one\";i:3595;s:28:\"tags-apply-not-allowed-multi\";i:3596;s:25:\"tags-update-no-permission\";i:3597;s:19:\"tags-update-blocked\";i:3598;s:31:\"tags-update-add-not-allowed-one\";i:3599;s:33:\"tags-update-add-not-allowed-multi\";i:3600;s:34:\"tags-update-remove-not-allowed-one\";i:3601;s:36:\"tags-update-remove-not-allowed-multi\";i:3602;s:15:\"tags-edit-title\";i:3603;s:21:\"tags-edit-manage-link\";i:3604;s:27:\"tags-edit-revision-selected\";i:3605;s:27:\"tags-edit-logentry-selected\";i:3606;s:25:\"tags-edit-revision-legend\";i:3607;s:25:\"tags-edit-logentry-legend\";i:3608;s:23:\"tags-edit-existing-tags\";i:3609;s:28:\"tags-edit-existing-tags-none\";i:3610;s:18:\"tags-edit-new-tags\";i:3611;s:13:\"tags-edit-add\";i:3612;s:16:\"tags-edit-remove\";i:3613;s:25:\"tags-edit-remove-all-tags\";i:3614;s:28:\"tags-edit-chosen-placeholder\";i:3615;s:27:\"tags-edit-chosen-no-results\";i:3616;s:16:\"tags-edit-reason\";i:3617;s:25:\"tags-edit-revision-submit\";i:3618;s:25:\"tags-edit-logentry-submit\";i:3619;s:17:\"tags-edit-success\";i:3620;s:17:\"tags-edit-failure\";i:3621;s:23:\"tags-edit-nooldid-title\";i:3622;s:22:\"tags-edit-nooldid-text\";i:3623;s:23:\"tags-edit-none-selected\";i:3624;s:12:\"comparepages\";i:3625;s:13:\"compare-page1\";i:3626;s:13:\"compare-page2\";i:3627;s:12:\"compare-rev1\";i:3628;s:12:\"compare-rev2\";i:3629;s:14:\"compare-submit\";i:3630;s:27:\"compare-revision-not-exists\";i:3631;s:9:\"diff-form\";i:3632;s:15:\"diff-form-oldid\";i:3633;s:15:\"diff-form-revid\";i:3634;s:16:\"diff-form-submit\";i:3635;s:21:\"diff-form-other-revid\";i:3636;s:21:\"diff-form-error-revid\";i:3637;s:13:\"permanentlink\";i:3638;s:19:\"permanentlink-revid\";i:3639;s:20:\"permanentlink-submit\";i:3640;s:10:\"newsection\";i:3641;s:15:\"newsection-page\";i:3642;s:17:\"newsection-submit\";i:3643;s:8:\"editpage\";i:3644;s:20:\"specialeditpage-page\";i:3645;s:22:\"specialeditpage-submit\";i:3646;s:10:\"deletepage\";i:3647;s:22:\"specialdeletepage-page\";i:3648;s:24:\"specialdeletepage-submit\";i:3649;s:8:\"pageinfo\";i:3650;s:20:\"specialpageinfo-page\";i:3651;s:22:\"specialpageinfo-submit\";i:3652;s:11:\"pagehistory\";i:3653;s:23:\"specialpagehistory-page\";i:3654;s:25:\"specialpagehistory-submit\";i:3655;s:11:\"protectpage\";i:3656;s:23:\"specialprotectpage-page\";i:3657;s:25:\"specialprotectpage-submit\";i:3658;s:5:\"purge\";i:3659;s:17:\"specialpurge-page\";i:3660;s:19:\"specialpurge-submit\";i:3661;s:14:\"dberr-problems\";i:3662;s:11:\"dberr-again\";i:3663;s:10:\"dberr-info\";i:3664;s:17:\"dberr-info-hidden\";i:3665;s:22:\"htmlform-invalid-input\";i:3666;s:25:\"htmlform-select-badoption\";i:3667;s:20:\"htmlform-int-invalid\";i:3668;s:22:\"htmlform-float-invalid\";i:3669;s:19:\"htmlform-int-toolow\";i:3670;s:20:\"htmlform-int-toohigh\";i:3671;s:28:\"htmlform-multiselect-toomany\";i:3672;s:17:\"htmlform-required\";i:3673;s:15:\"htmlform-submit\";i:3674;s:14:\"htmlform-reset\";i:3675;s:28:\"htmlform-selectorother-other\";i:3676;s:11:\"htmlform-no\";i:3677;s:12:\"htmlform-yes\";i:3678;s:27:\"htmlform-chosen-placeholder\";i:3679;s:22:\"htmlform-cloner-create\";i:3680;s:22:\"htmlform-cloner-delete\";i:3681;s:24:\"htmlform-cloner-required\";i:3682;s:25:\"htmlform-date-placeholder\";i:3683;s:25:\"htmlform-time-placeholder\";i:3684;s:29:\"htmlform-datetime-placeholder\";i:3685;s:21:\"htmlform-date-invalid\";i:3686;s:21:\"htmlform-time-invalid\";i:3687;s:25:\"htmlform-datetime-invalid\";i:3688;s:20:\"htmlform-date-toolow\";i:3689;s:21:\"htmlform-date-toohigh\";i:3690;s:20:\"htmlform-time-toolow\";i:3691;s:21:\"htmlform-time-toohigh\";i:3692;s:24:\"htmlform-datetime-toolow\";i:3693;s:25:\"htmlform-datetime-toohigh\";i:3694;s:27:\"htmlform-title-badnamespace\";i:3695;s:28:\"htmlform-title-not-creatable\";i:3696;s:25:\"htmlform-title-not-exists\";i:3697;s:24:\"htmlform-title-interwiki\";i:3698;s:24:\"htmlform-user-not-exists\";i:3699;s:23:\"htmlform-user-not-valid\";i:3700;s:24:\"htmlform-tag-not-allowed\";i:3701;s:22:\"logentry-delete-delete\";i:3702;s:28:\"logentry-delete-delete_redir\";i:3703;s:29:\"logentry-delete-delete_redir2\";i:3704;s:23:\"logentry-delete-restore\";i:3705;s:31:\"logentry-delete-restore-nocount\";i:3706;s:23:\"restore-count-revisions\";i:3707;s:19:\"restore-count-files\";i:3708;s:21:\"logentry-delete-event\";i:3709;s:24:\"logentry-delete-revision\";i:3710;s:28:\"logentry-delete-event-legacy\";i:3711;s:31:\"logentry-delete-revision-legacy\";i:3712;s:24:\"logentry-suppress-delete\";i:3713;s:23:\"logentry-suppress-event\";i:3714;s:26:\"logentry-suppress-revision\";i:3715;s:30:\"logentry-suppress-event-legacy\";i:3716;s:33:\"logentry-suppress-revision-legacy\";i:3717;s:21:\"revdelete-content-hid\";i:3718;s:21:\"revdelete-summary-hid\";i:3719;s:19:\"revdelete-uname-hid\";i:3720;s:23:\"revdelete-content-unhid\";i:3721;s:23:\"revdelete-summary-unhid\";i:3722;s:21:\"revdelete-uname-unhid\";i:3723;s:20:\"revdelete-restricted\";i:3724;s:22:\"revdelete-unrestricted\";i:3725;s:20:\"logentry-block-block\";i:3726;s:22:\"logentry-block-unblock\";i:3727;s:22:\"logentry-block-reblock\";i:3728;s:32:\"logentry-partialblock-block-page\";i:3729;s:30:\"logentry-partialblock-block-ns\";i:3730;s:34:\"logentry-partialblock-block-action\";i:3731;s:27:\"logentry-partialblock-block\";i:3732;s:29:\"logentry-partialblock-reblock\";i:3733;s:32:\"logentry-non-editing-block-block\";i:3734;s:34:\"logentry-non-editing-block-reblock\";i:3735;s:23:\"logentry-suppress-block\";i:3736;s:25:\"logentry-suppress-reblock\";i:3737;s:22:\"logentry-import-upload\";i:3738;s:30:\"logentry-import-upload-details\";i:3739;s:25:\"logentry-import-interwiki\";i:3740;s:33:\"logentry-import-interwiki-details\";i:3741;s:20:\"logentry-merge-merge\";i:3742;s:18:\"logentry-move-move\";i:3743;s:29:\"logentry-move-move-noredirect\";i:3744;s:24:\"logentry-move-move_redir\";i:3745;s:35:\"logentry-move-move_redir-noredirect\";i:3746;s:22:\"logentry-patrol-patrol\";i:3747;s:27:\"logentry-patrol-patrol-auto\";i:3748;s:26:\"logentry-newusers-newusers\";i:3749;s:25:\"logentry-newusers-create2\";i:3750;s:25:\"logentry-newusers-byemail\";i:3751;s:28:\"logentry-newusers-autocreate\";i:3752;s:26:\"logentry-protect-move_prot\";i:3753;s:26:\"logentry-protect-unprotect\";i:3754;s:24:\"logentry-protect-protect\";i:3755;s:32:\"logentry-protect-protect-cascade\";i:3756;s:23:\"logentry-protect-modify\";i:3757;s:31:\"logentry-protect-modify-cascade\";i:3758;s:22:\"logentry-rights-rights\";i:3759;s:29:\"logentry-rights-rights-legacy\";i:3760;s:27:\"logentry-rights-autopromote\";i:3761;s:22:\"logentry-upload-upload\";i:3762;s:25:\"logentry-upload-overwrite\";i:3763;s:22:\"logentry-upload-revert\";i:3764;s:19:\"log-name-managetags\";i:3765;s:26:\"log-description-managetags\";i:3766;s:26:\"logentry-managetags-create\";i:3767;s:26:\"logentry-managetags-delete\";i:3768;s:28:\"logentry-managetags-activate\";i:3769;s:30:\"logentry-managetags-deactivate\";i:3770;s:12:\"log-name-tag\";i:3771;s:19:\"log-description-tag\";i:3772;s:32:\"logentry-tag-update-add-revision\";i:3773;s:32:\"logentry-tag-update-add-logentry\";i:3774;s:35:\"logentry-tag-update-remove-revision\";i:3775;s:35:\"logentry-tag-update-remove-logentry\";i:3776;s:28:\"logentry-tag-update-revision\";i:3777;s:28:\"logentry-tag-update-logentry\";i:3778;s:10:\"rightsnone\";i:3779;s:30:\"rightslogentry-temporary-group\";i:3780;s:15:\"feedback-adding\";i:3781;s:13:\"feedback-back\";i:3782;s:17:\"feedback-bugcheck\";i:3783;s:15:\"feedback-bugnew\";i:3784;s:18:\"feedback-bugornote\";i:3785;s:15:\"feedback-cancel\";i:3786;s:14:\"feedback-close\";i:3787;s:35:\"feedback-external-bug-report-button\";i:3788;s:21:\"feedback-dialog-title\";i:3789;s:21:\"feedback-dialog-intro\";i:3790;s:15:\"feedback-error1\";i:3791;s:15:\"feedback-error4\";i:3792;s:16:\"feedback-message\";i:3793;s:16:\"feedback-subject\";i:3794;s:15:\"feedback-submit\";i:3795;s:14:\"feedback-terms\";i:3796;s:19:\"feedback-termsofuse\";i:3797;s:15:\"feedback-thanks\";i:3798;s:21:\"feedback-thanks-title\";i:3799;s:18:\"feedback-useragent\";i:3800;s:24:\"searchsuggest-containing\";i:3801;s:27:\"search-match-redirect-label\";i:3802;s:26:\"search-match-redirect-help\";i:3803;s:17:\"searchlimit-label\";i:3804;s:16:\"searchlimit-help\";i:3805;s:30:\"api-clientside-error-noconnect\";i:3806;s:25:\"api-clientside-error-http\";i:3807;s:28:\"api-clientside-error-timeout\";i:3808;s:28:\"api-clientside-error-aborted\";i:3809;s:36:\"api-clientside-error-invalidresponse\";i:3810;s:18:\"api-error-badtoken\";i:3811;s:19:\"api-error-emptypage\";i:3812;s:23:\"api-error-publishfailed\";i:3813;s:21:\"api-error-stashfailed\";i:3814;s:25:\"api-error-unknown-warning\";i:3815;s:22:\"api-error-unknownerror\";i:3816;s:16:\"duration-seconds\";i:3817;s:16:\"duration-minutes\";i:3818;s:14:\"duration-hours\";i:3819;s:13:\"duration-days\";i:3820;s:14:\"duration-weeks\";i:3821;s:14:\"duration-years\";i:3822;s:16:\"duration-decades\";i:3823;s:18:\"duration-centuries\";i:3824;s:18:\"duration-millennia\";i:3825;s:14:\"rotate-comment\";i:3826;s:17:\"limitreport-title\";i:3827;s:19:\"limitreport-cputime\";i:3828;s:25:\"limitreport-cputime-value\";i:3829;s:20:\"limitreport-walltime\";i:3830;s:26:\"limitreport-walltime-value\";i:3831;s:26:\"limitreport-ppvisitednodes\";i:3832;s:32:\"limitreport-ppvisitednodes-value\";i:3833;s:33:\"limitreport-postexpandincludesize\";i:3834;s:39:\"limitreport-postexpandincludesize-value\";i:3835;s:32:\"limitreport-templateargumentsize\";i:3836;s:38:\"limitreport-templateargumentsize-value\";i:3837;s:26:\"limitreport-expansiondepth\";i:3838;s:32:\"limitreport-expansiondepth-value\";i:3839;s:34:\"limitreport-expensivefunctioncount\";i:3840;s:40:\"limitreport-expensivefunctioncount-value\";i:3841;s:25:\"limitreport-unstrip-depth\";i:3842;s:31:\"limitreport-unstrip-depth-value\";i:3843;s:24:\"limitreport-unstrip-size\";i:3844;s:30:\"limitreport-unstrip-size-value\";i:3845;s:15:\"expandtemplates\";i:3846;s:22:\"expand_templates_intro\";i:3847;s:22:\"expand_templates_title\";i:3848;s:22:\"expand_templates_input\";i:3849;s:23:\"expand_templates_output\";i:3850;s:27:\"expand_templates_xml_output\";i:3851;s:28:\"expand_templates_html_output\";i:3852;s:19:\"expand_templates_ok\";i:3853;s:32:\"expand_templates_remove_comments\";i:3854;s:30:\"expand_templates_remove_nowiki\";i:3855;s:29:\"expand_templates_generate_xml\";i:3856;s:33:\"expand_templates_generate_rawhtml\";i:3857;s:24:\"expand_templates_preview\";i:3858;s:34:\"expand_templates_preview_fail_html\";i:3859;s:39:\"expand_templates_preview_fail_html_anon\";i:3860;s:30:\"expand_templates_input_missing\";i:3861;s:12:\"pagelanguage\";i:3862;s:13:\"pagelang-name\";i:3863;s:17:\"pagelang-language\";i:3864;s:20:\"pagelang-use-default\";i:3865;s:20:\"pagelang-select-lang\";i:3866;s:15:\"pagelang-reason\";i:3867;s:15:\"pagelang-submit\";i:3868;s:25:\"pagelang-nonexistent-page\";i:3869;s:27:\"pagelang-unchanged-language\";i:3870;s:35:\"pagelang-unchanged-language-default\";i:3871;s:18:\"pagelang-db-failed\";i:3872;s:14:\"right-pagelang\";i:3873;s:15:\"action-pagelang\";i:3874;s:17:\"log-name-pagelang\";i:3875;s:24:\"log-description-pagelang\";i:3876;s:26:\"logentry-pagelang-pagelang\";i:3877;s:22:\"default-skin-not-found\";i:3878;s:31:\"default-skin-not-found-no-skins\";i:3879;s:34:\"default-skin-not-found-row-enabled\";i:3880;s:35:\"default-skin-not-found-row-disabled\";i:3881;s:15:\"mediastatistics\";i:3882;s:23:\"mediastatistics-summary\";i:3883;s:22:\"mediastatistics-nfiles\";i:3884;s:22:\"mediastatistics-nbytes\";i:3885;s:28:\"mediastatistics-bytespertype\";i:3886;s:24:\"mediastatistics-allbytes\";i:3887;s:30:\"mediastatistics-table-mimetype\";i:3888;s:32:\"mediastatistics-table-extensions\";i:3889;s:27:\"mediastatistics-table-count\";i:3890;s:32:\"mediastatistics-table-totalbytes\";i:3891;s:30:\"mediastatistics-header-unknown\";i:3892;s:29:\"mediastatistics-header-bitmap\";i:3893;s:30:\"mediastatistics-header-drawing\";i:3894;s:28:\"mediastatistics-header-audio\";i:3895;s:28:\"mediastatistics-header-video\";i:3896;s:33:\"mediastatistics-header-multimedia\";i:3897;s:29:\"mediastatistics-header-office\";i:3898;s:27:\"mediastatistics-header-text\";i:3899;s:33:\"mediastatistics-header-executable\";i:3900;s:30:\"mediastatistics-header-archive\";i:3901;s:25:\"mediastatistics-header-3d\";i:3902;s:28:\"mediastatistics-header-total\";i:3903;s:24:\"json-warn-trailing-comma\";i:3904;s:18:\"json-error-unknown\";i:3905;s:16:\"json-error-depth\";i:3906;s:25:\"json-error-state-mismatch\";i:3907;s:20:\"json-error-ctrl-char\";i:3908;s:17:\"json-error-syntax\";i:3909;s:15:\"json-error-utf8\";i:3910;s:32:\"json-error-invalid-property-name\";i:3911;s:16:\"json-error-utf16\";i:3912;s:21:\"headline-anchor-title\";i:3913;s:30:\"special-characters-group-latin\";i:3914;s:38:\"special-characters-group-latinextended\";i:3915;s:28:\"special-characters-group-ipa\";i:3916;s:32:\"special-characters-group-symbols\";i:3917;s:30:\"special-characters-group-greek\";i:3918;s:38:\"special-characters-group-greekextended\";i:3919;s:33:\"special-characters-group-cyrillic\";i:3920;s:31:\"special-characters-group-arabic\";i:3921;s:39:\"special-characters-group-arabicextended\";i:3922;s:32:\"special-characters-group-persian\";i:3923;s:31:\"special-characters-group-hebrew\";i:3924;s:31:\"special-characters-group-bangla\";i:3925;s:30:\"special-characters-group-tamil\";i:3926;s:31:\"special-characters-group-telugu\";i:3927;s:32:\"special-characters-group-sinhala\";i:3928;s:33:\"special-characters-group-gujarati\";i:3929;s:35:\"special-characters-group-devanagari\";i:3930;s:29:\"special-characters-group-thai\";i:3931;s:28:\"special-characters-group-lao\";i:3932;s:30:\"special-characters-group-khmer\";i:3933;s:43:\"special-characters-group-canadianaboriginal\";i:3934;s:30:\"special-characters-group-runes\";i:3935;s:31:\"special-characters-title-endash\";i:3936;s:31:\"special-characters-title-emdash\";i:3937;s:30:\"special-characters-title-minus\";i:3938;s:22:\"mw-widgets-abandonedit\";i:3939;s:30:\"mw-widgets-abandonedit-discard\";i:3940;s:27:\"mw-widgets-abandonedit-keep\";i:3941;s:28:\"mw-widgets-abandonedit-title\";i:3942;s:30:\"mw-widgets-copytextlayout-copy\";i:3943;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3944;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3945;s:28:\"mw-widgets-dateinput-no-date\";i:3946;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3947;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3948;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3949;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3950;s:32:\"mw-widgets-mediasearch-noresults\";i:3951;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3952;s:27:\"mw-widgets-table-row-delete\";i:3953;s:42:\"mw-widgets-titleinput-description-new-page\";i:3954;s:42:\"mw-widgets-titleinput-description-redirect\";i:3955;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3956;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3957;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3958;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3959;s:15:\"date-range-from\";i:3960;s:13:\"date-range-to\";i:3961;s:18:\"sessionmanager-tie\";i:3962;s:23:\"sessionprovider-generic\";i:3963;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3964;s:25:\"sessionprovider-nocookies\";i:3965;s:14:\"randomrootpage\";i:3966;s:23:\"log-action-filter-block\";i:3967;s:30:\"log-action-filter-contentmodel\";i:3968;s:24:\"log-action-filter-delete\";i:3969;s:24:\"log-action-filter-import\";i:3970;s:28:\"log-action-filter-managetags\";i:3971;s:22:\"log-action-filter-move\";i:3972;s:26:\"log-action-filter-newusers\";i:3973;s:24:\"log-action-filter-patrol\";i:3974;s:25:\"log-action-filter-protect\";i:3975;s:24:\"log-action-filter-rights\";i:3976;s:26:\"log-action-filter-suppress\";i:3977;s:24:\"log-action-filter-upload\";i:3978;s:21:\"log-action-filter-all\";i:3979;s:29:\"log-action-filter-block-block\";i:3980;s:31:\"log-action-filter-block-reblock\";i:3981;s:31:\"log-action-filter-block-unblock\";i:3982;s:37:\"log-action-filter-contentmodel-change\";i:3983;s:34:\"log-action-filter-contentmodel-new\";i:3984;s:31:\"log-action-filter-delete-delete\";i:3985;s:37:\"log-action-filter-delete-delete_redir\";i:3986;s:38:\"log-action-filter-delete-delete_redir2\";i:3987;s:32:\"log-action-filter-delete-restore\";i:3988;s:30:\"log-action-filter-delete-event\";i:3989;s:33:\"log-action-filter-delete-revision\";i:3990;s:34:\"log-action-filter-import-interwiki\";i:3991;s:31:\"log-action-filter-import-upload\";i:3992;s:35:\"log-action-filter-managetags-create\";i:3993;s:35:\"log-action-filter-managetags-delete\";i:3994;s:37:\"log-action-filter-managetags-activate\";i:3995;s:39:\"log-action-filter-managetags-deactivate\";i:3996;s:27:\"log-action-filter-move-move\";i:3997;s:33:\"log-action-filter-move-move_redir\";i:3998;s:33:\"log-action-filter-newusers-create\";i:3999;s:34:\"log-action-filter-newusers-create2\";i:4000;s:37:\"log-action-filter-newusers-autocreate\";i:4001;s:34:\"log-action-filter-newusers-byemail\";i:4002;s:31:\"log-action-filter-patrol-patrol\";i:4003;s:35:\"log-action-filter-patrol-autopatrol\";i:4004;s:33:\"log-action-filter-protect-protect\";i:4005;s:32:\"log-action-filter-protect-modify\";i:4006;s:35:\"log-action-filter-protect-unprotect\";i:4007;s:35:\"log-action-filter-protect-move_prot\";i:4008;s:31:\"log-action-filter-rights-rights\";i:4009;s:36:\"log-action-filter-rights-autopromote\";i:4010;s:32:\"log-action-filter-suppress-event\";i:4011;s:35:\"log-action-filter-suppress-revision\";i:4012;s:33:\"log-action-filter-suppress-delete\";i:4013;s:32:\"log-action-filter-suppress-block\";i:4014;s:34:\"log-action-filter-suppress-reblock\";i:4015;s:31:\"log-action-filter-upload-upload\";i:4016;s:34:\"log-action-filter-upload-overwrite\";i:4017;s:31:\"log-action-filter-upload-revert\";i:4018;s:33:\"authmanager-authn-not-in-progress\";i:4019;s:28:\"authmanager-authn-no-primary\";i:4020;s:31:\"authmanager-authn-no-local-user\";i:4021;s:36:\"authmanager-authn-no-local-user-link\";i:4022;s:35:\"authmanager-authn-autocreate-failed\";i:4023;s:32:\"authmanager-change-not-supported\";i:4024;s:27:\"authmanager-create-disabled\";i:4025;s:29:\"authmanager-create-from-login\";i:4026;s:34:\"authmanager-create-not-in-progress\";i:4027;s:29:\"authmanager-create-no-primary\";i:4028;s:27:\"authmanager-link-no-primary\";i:4029;s:32:\"authmanager-link-not-in-progress\";i:4030;s:29:\"authmanager-autocreate-noperm\";i:4031;s:32:\"authmanager-autocreate-exception\";i:4032;s:28:\"authmanager-userdoesnotexist\";i:4033;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4034;s:25:\"authmanager-username-help\";i:4035;s:25:\"authmanager-password-help\";i:4036;s:23:\"authmanager-domain-help\";i:4037;s:23:\"authmanager-retype-help\";i:4038;s:23:\"authmanager-email-label\";i:4039;s:22:\"authmanager-email-help\";i:4040;s:26:\"authmanager-realname-label\";i:4041;s:25:\"authmanager-realname-help\";i:4042;s:29:\"authmanager-provider-password\";i:4043;s:36:\"authmanager-provider-password-domain\";i:4044;s:38:\"authmanager-provider-temporarypassword\";i:4045;s:32:\"authprovider-confirmlink-message\";i:4046;s:31:\"authprovider-confirmlink-option\";i:4047;s:38:\"authprovider-confirmlink-request-label\";i:4048;s:37:\"authprovider-confirmlink-success-line\";i:4049;s:36:\"authprovider-confirmlink-failed-line\";i:4050;s:31:\"authprovider-confirmlink-failed\";i:4051;s:32:\"authprovider-confirmlink-ok-help\";i:4052;s:33:\"authprovider-resetpass-skip-label\";i:4053;s:32:\"authprovider-resetpass-skip-help\";i:4054;s:24:\"authform-nosession-login\";i:4055;s:25:\"authform-nosession-signup\";i:4056;s:17:\"authform-newtoken\";i:4057;s:16:\"authform-notoken\";i:4058;s:19:\"authform-wrongtoken\";i:4059;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4060;s:37:\"specialpage-securitylevel-not-allowed\";i:4061;s:21:\"authpage-cannot-login\";i:4062;s:30:\"authpage-cannot-login-continue\";i:4063;s:22:\"authpage-cannot-create\";i:4064;s:31:\"authpage-cannot-create-continue\";i:4065;s:20:\"authpage-cannot-link\";i:4066;s:29:\"authpage-cannot-link-continue\";i:4067;s:28:\"cannotauth-not-allowed-title\";i:4068;s:22:\"cannotauth-not-allowed\";i:4069;s:17:\"changecredentials\";i:4070;s:24:\"changecredentials-submit\";i:4071;s:32:\"changecredentials-invalidsubpage\";i:4072;s:25:\"changecredentials-success\";i:4073;s:17:\"removecredentials\";i:4074;s:24:\"removecredentials-submit\";i:4075;s:32:\"removecredentials-invalidsubpage\";i:4076;s:25:\"removecredentials-success\";i:4077;s:24:\"credentialsform-provider\";i:4078;s:23:\"credentialsform-account\";i:4079;s:28:\"cannotlink-no-provider-title\";i:4080;s:22:\"cannotlink-no-provider\";i:4081;s:12:\"linkaccounts\";i:4082;s:25:\"linkaccounts-success-text\";i:4083;s:19:\"linkaccounts-submit\";i:4084;s:30:\"cannotunlink-no-provider-title\";i:4085;s:24:\"cannotunlink-no-provider\";i:4086;s:14:\"unlinkaccounts\";i:4087;s:22:\"unlinkaccounts-success\";i:4088;s:32:\"authenticationdatachange-ignored\";i:4089;s:14:\"userjsispublic\";i:4090;s:16:\"userjsonispublic\";i:4091;s:15:\"usercssispublic\";i:4092;s:15:\"userjsdangerous\";i:4093;s:23:\"restrictionsfield-badip\";i:4094;s:23:\"restrictionsfield-label\";i:4095;s:22:\"restrictionsfield-help\";i:4096;s:11:\"specialmute\";i:4097;s:19:\"specialmute-success\";i:4098;s:18:\"specialmute-submit\";i:4099;s:28:\"specialmute-label-mute-email\";i:4100;s:18:\"specialmute-header\";i:4101;s:30:\"specialmute-error-invalid-user\";i:4102;s:28:\"specialmute-error-no-options\";i:4103;s:24:\"specialmute-email-footer\";i:4104;s:26:\"specialmute-login-required\";i:4105;s:16:\"mute-preferences\";i:4106;s:5:\"revid\";i:4107;s:6:\"pageid\";i:4108;s:18:\"rawhtml-notallowed\";i:4109;s:13:\"gotointerwiki\";i:4110;s:21:\"gotointerwiki-invalid\";i:4111;s:22:\"gotointerwiki-external\";i:4112;s:17:\"undelete-cantedit\";i:4113;s:19:\"undelete-cantcreate\";i:4114;s:14:\"pagedata-title\";i:4115;s:13:\"pagedata-text\";i:4116;s:23:\"pagedata-not-acceptable\";i:4117;s:18:\"pagedata-bad-title\";i:4118;s:24:\"unregistered-user-config\";i:4119;s:16:\"passwordpolicies\";i:4120;s:24:\"passwordpolicies-summary\";i:4121;s:22:\"passwordpolicies-group\";i:4122;s:25:\"passwordpolicies-policies\";i:4123;s:31:\"passwordpolicies-policy-display\";i:4124;s:40:\"passwordpolicies-policy-displaywithflags\";i:4125;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4126;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4127;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4128;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4129;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4130;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4131;s:39:\"passwordpolicies-policyflag-forcechange\";i:4132;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4133;s:27:\"mycustomjsredirectprotected\";i:4134;s:22:\"deflate-invaliddeflate\";i:4135;s:14:\"unprotected-js\";i:4136;s:19:\"userlogout-continue\";i:4137;s:15:\"userlogout-temp\";i:4138;s:22:\"paramvalidator-baduser\";i:4139;s:29:\"paramvalidator-help-type-user\";i:4140;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4141;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4142;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4143;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4144;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4145;s:23:\"paramvalidator-badtitle\";i:4146;s:27:\"paramvalidator-missingtitle\";i:4147;s:30:\"paramvalidator-help-type-title\";i:4148;s:41:\"paramvalidator-help-type-title-must-exist\";i:4149;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4150;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4151;s:18:\"config-missing-key\";i:4152;s:18:\"config-invalid-key\";i:4153;s:21:\"changeslist-nocomment\";i:4154;s:22:\"skin-view-create-local\";i:4155;s:20:\"skin-view-edit-local\";i:4156;s:19:\"skin-action-protect\";i:4157;s:30:\"parsoid-stash-rate-limit-error\";i:4158;s:31:\"parsoid-resource-limit-exceeded\";i:4159;s:20:\"parsoid-client-error\";i:4160;s:22:\"newpages-showhide-bots\";i:4161;s:27:\"newpages-showhide-patrolled\";i:4162;s:26:\"newpages-showhide-redirect\";i:4163;s:28:\"newpages-showhide-registered\";i:4164;s:15:\"exif-imagewidth\";i:4165;s:16:\"exif-imagelength\";i:4166;s:18:\"exif-bitspersample\";i:4167;s:16:\"exif-compression\";i:4168;s:30:\"exif-photometricinterpretation\";i:4169;s:16:\"exif-orientation\";i:4170;s:20:\"exif-samplesperpixel\";i:4171;s:24:\"exif-planarconfiguration\";i:4172;s:21:\"exif-ycbcrsubsampling\";i:4173;s:21:\"exif-ycbcrpositioning\";i:4174;s:16:\"exif-xresolution\";i:4175;s:16:\"exif-yresolution\";i:4176;s:17:\"exif-stripoffsets\";i:4177;s:17:\"exif-rowsperstrip\";i:4178;s:20:\"exif-stripbytecounts\";i:4179;s:26:\"exif-jpeginterchangeformat\";i:4180;s:32:\"exif-jpeginterchangeformatlength\";i:4181;s:15:\"exif-whitepoint\";i:4182;s:26:\"exif-primarychromaticities\";i:4183;s:22:\"exif-ycbcrcoefficients\";i:4184;s:24:\"exif-referenceblackwhite\";i:4185;s:13:\"exif-datetime\";i:4186;s:21:\"exif-imagedescription\";i:4187;s:9:\"exif-make\";i:4188;s:10:\"exif-model\";i:4189;s:13:\"exif-software\";i:4190;s:11:\"exif-artist\";i:4191;s:14:\"exif-copyright\";i:4192;s:16:\"exif-exifversion\";i:4193;s:20:\"exif-flashpixversion\";i:4194;s:15:\"exif-colorspace\";i:4195;s:28:\"exif-componentsconfiguration\";i:4196;s:27:\"exif-compressedbitsperpixel\";i:4197;s:20:\"exif-pixelxdimension\";i:4198;s:20:\"exif-pixelydimension\";i:4199;s:16:\"exif-usercomment\";i:4200;s:21:\"exif-relatedsoundfile\";i:4201;s:21:\"exif-datetimeoriginal\";i:4202;s:22:\"exif-datetimedigitized\";i:4203;s:15:\"exif-subsectime\";i:4204;s:23:\"exif-subsectimeoriginal\";i:4205;s:24:\"exif-subsectimedigitized\";i:4206;s:17:\"exif-exposuretime\";i:4207;s:24:\"exif-exposuretime-format\";i:4208;s:12:\"exif-fnumber\";i:4209;s:19:\"exif-fnumber-format\";i:4210;s:20:\"exif-exposureprogram\";i:4211;s:24:\"exif-spectralsensitivity\";i:4212;s:20:\"exif-isospeedratings\";i:4213;s:22:\"exif-shutterspeedvalue\";i:4214;s:18:\"exif-aperturevalue\";i:4215;s:20:\"exif-brightnessvalue\";i:4216;s:22:\"exif-exposurebiasvalue\";i:4217;s:21:\"exif-maxaperturevalue\";i:4218;s:20:\"exif-subjectdistance\";i:4219;s:17:\"exif-meteringmode\";i:4220;s:16:\"exif-lightsource\";i:4221;s:10:\"exif-flash\";i:4222;s:16:\"exif-focallength\";i:4223;s:23:\"exif-focallength-format\";i:4224;s:16:\"exif-subjectarea\";i:4225;s:16:\"exif-flashenergy\";i:4226;s:26:\"exif-focalplanexresolution\";i:4227;s:26:\"exif-focalplaneyresolution\";i:4228;s:29:\"exif-focalplaneresolutionunit\";i:4229;s:20:\"exif-subjectlocation\";i:4230;s:18:\"exif-exposureindex\";i:4231;s:18:\"exif-sensingmethod\";i:4232;s:15:\"exif-filesource\";i:4233;s:14:\"exif-scenetype\";i:4234;s:19:\"exif-customrendered\";i:4235;s:17:\"exif-exposuremode\";i:4236;s:17:\"exif-whitebalance\";i:4237;s:21:\"exif-digitalzoomratio\";i:4238;s:26:\"exif-focallengthin35mmfilm\";i:4239;s:21:\"exif-scenecapturetype\";i:4240;s:16:\"exif-gaincontrol\";i:4241;s:13:\"exif-contrast\";i:4242;s:15:\"exif-saturation\";i:4243;s:14:\"exif-sharpness\";i:4244;s:29:\"exif-devicesettingdescription\";i:4245;s:25:\"exif-subjectdistancerange\";i:4246;s:18:\"exif-imageuniqueid\";i:4247;s:17:\"exif-gpsversionid\";i:4248;s:19:\"exif-gpslatituderef\";i:4249;s:16:\"exif-gpslatitude\";i:4250;s:20:\"exif-gpslongituderef\";i:4251;s:17:\"exif-gpslongitude\";i:4252;s:19:\"exif-gpsaltituderef\";i:4253;s:16:\"exif-gpsaltitude\";i:4254;s:17:\"exif-gpstimestamp\";i:4255;s:18:\"exif-gpssatellites\";i:4256;s:14:\"exif-gpsstatus\";i:4257;s:19:\"exif-gpsmeasuremode\";i:4258;s:11:\"exif-gpsdop\";i:4259;s:16:\"exif-gpsspeedref\";i:4260;s:13:\"exif-gpsspeed\";i:4261;s:16:\"exif-gpstrackref\";i:4262;s:13:\"exif-gpstrack\";i:4263;s:23:\"exif-gpsimgdirectionref\";i:4264;s:20:\"exif-gpsimgdirection\";i:4265;s:16:\"exif-gpsmapdatum\";i:4266;s:23:\"exif-gpsdestlatituderef\";i:4267;s:20:\"exif-gpsdestlatitude\";i:4268;s:24:\"exif-gpsdestlongituderef\";i:4269;s:21:\"exif-gpsdestlongitude\";i:4270;s:22:\"exif-gpsdestbearingref\";i:4271;s:19:\"exif-gpsdestbearing\";i:4272;s:23:\"exif-gpsdestdistanceref\";i:4273;s:20:\"exif-gpsdestdistance\";i:4274;s:24:\"exif-gpsprocessingmethod\";i:4275;s:23:\"exif-gpsareainformation\";i:4276;s:17:\"exif-gpsdatestamp\";i:4277;s:20:\"exif-gpsdifferential\";i:4278;s:20:\"exif-jpegfilecomment\";i:4279;s:13:\"exif-keywords\";i:4280;s:23:\"exif-worldregioncreated\";i:4281;s:19:\"exif-countrycreated\";i:4282;s:23:\"exif-countrycodecreated\";i:4283;s:27:\"exif-provinceorstatecreated\";i:4284;s:16:\"exif-citycreated\";i:4285;s:23:\"exif-sublocationcreated\";i:4286;s:20:\"exif-worldregiondest\";i:4287;s:16:\"exif-countrydest\";i:4288;s:20:\"exif-countrycodedest\";i:4289;s:24:\"exif-provinceorstatedest\";i:4290;s:13:\"exif-citydest\";i:4291;s:20:\"exif-sublocationdest\";i:4292;s:15:\"exif-objectname\";i:4293;s:24:\"exif-specialinstructions\";i:4294;s:13:\"exif-headline\";i:4295;s:11:\"exif-credit\";i:4296;s:11:\"exif-source\";i:4297;s:15:\"exif-editstatus\";i:4298;s:12:\"exif-urgency\";i:4299;s:22:\"exif-fixtureidentifier\";i:4300;s:17:\"exif-locationdest\";i:4301;s:21:\"exif-locationdestcode\";i:4302;s:16:\"exif-objectcycle\";i:4303;s:12:\"exif-contact\";i:4304;s:11:\"exif-writer\";i:4305;s:17:\"exif-languagecode\";i:4306;s:15:\"exif-iimversion\";i:4307;s:16:\"exif-iimcategory\";i:4308;s:28:\"exif-iimsupplementalcategory\";i:4309;s:20:\"exif-datetimeexpires\";i:4310;s:21:\"exif-datetimereleased\";i:4311;s:28:\"exif-originaltransmissionref\";i:4312;s:15:\"exif-identifier\";i:4313;s:9:\"exif-lens\";i:4314;s:17:\"exif-serialnumber\";i:4315;s:20:\"exif-cameraownername\";i:4316;s:10:\"exif-label\";i:4317;s:21:\"exif-datetimemetadata\";i:4318;s:13:\"exif-nickname\";i:4319;s:11:\"exif-rating\";i:4320;s:22:\"exif-rightscertificate\";i:4321;s:16:\"exif-copyrighted\";i:4322;s:19:\"exif-copyrightowner\";i:4323;s:15:\"exif-usageterms\";i:4324;s:17:\"exif-webstatement\";i:4325;s:23:\"exif-originaldocumentid\";i:4326;s:15:\"exif-licenseurl\";i:4327;s:23:\"exif-morepermissionsurl\";i:4328;s:19:\"exif-attributionurl\";i:4329;s:29:\"exif-preferredattributionname\";i:4330;s:19:\"exif-pngfilecomment\";i:4331;s:15:\"exif-disclaimer\";i:4332;s:19:\"exif-contentwarning\";i:4333;s:19:\"exif-giffilecomment\";i:4334;s:22:\"exif-intellectualgenre\";i:4335;s:20:\"exif-subjectnewscode\";i:4336;s:14:\"exif-scenecode\";i:4337;s:10:\"exif-event\";i:4338;s:24:\"exif-organisationinimage\";i:4339;s:18:\"exif-personinimage\";i:4340;s:24:\"exif-originalimageheight\";i:4341;s:23:\"exif-originalimagewidth\";i:4342;s:26:\"exif-subjectnewscode-value\";i:4343;s:18:\"exif-compression-1\";i:4344;s:18:\"exif-compression-2\";i:4345;s:18:\"exif-compression-3\";i:4346;s:18:\"exif-compression-4\";i:4347;s:18:\"exif-compression-5\";i:4348;s:18:\"exif-compression-6\";i:4349;s:18:\"exif-compression-7\";i:4350;s:18:\"exif-compression-8\";i:4351;s:22:\"exif-compression-32773\";i:4352;s:22:\"exif-compression-32946\";i:4353;s:22:\"exif-compression-34712\";i:4354;s:21:\"exif-copyrighted-true\";i:4355;s:22:\"exif-copyrighted-false\";i:4356;s:32:\"exif-photometricinterpretation-0\";i:4357;s:32:\"exif-photometricinterpretation-1\";i:4358;s:32:\"exif-photometricinterpretation-2\";i:4359;s:32:\"exif-photometricinterpretation-3\";i:4360;s:32:\"exif-photometricinterpretation-4\";i:4361;s:32:\"exif-photometricinterpretation-5\";i:4362;s:32:\"exif-photometricinterpretation-6\";i:4363;s:32:\"exif-photometricinterpretation-8\";i:4364;s:32:\"exif-photometricinterpretation-9\";i:4365;s:33:\"exif-photometricinterpretation-10\";i:4366;s:36:\"exif-photometricinterpretation-32803\";i:4367;s:36:\"exif-photometricinterpretation-34892\";i:4368;s:16:\"exif-unknowndate\";i:4369;s:18:\"exif-orientation-1\";i:4370;s:18:\"exif-orientation-2\";i:4371;s:18:\"exif-orientation-3\";i:4372;s:18:\"exif-orientation-4\";i:4373;s:18:\"exif-orientation-5\";i:4374;s:18:\"exif-orientation-6\";i:4375;s:18:\"exif-orientation-7\";i:4376;s:18:\"exif-orientation-8\";i:4377;s:26:\"exif-planarconfiguration-1\";i:4378;s:26:\"exif-planarconfiguration-2\";i:4379;s:19:\"exif-xyresolution-i\";i:4380;s:19:\"exif-xyresolution-c\";i:4381;s:17:\"exif-colorspace-1\";i:4382;s:21:\"exif-colorspace-65535\";i:4383;s:30:\"exif-componentsconfiguration-0\";i:4384;s:30:\"exif-componentsconfiguration-1\";i:4385;s:30:\"exif-componentsconfiguration-2\";i:4386;s:30:\"exif-componentsconfiguration-3\";i:4387;s:30:\"exif-componentsconfiguration-4\";i:4388;s:30:\"exif-componentsconfiguration-5\";i:4389;s:30:\"exif-componentsconfiguration-6\";i:4390;s:22:\"exif-exposureprogram-0\";i:4391;s:22:\"exif-exposureprogram-1\";i:4392;s:22:\"exif-exposureprogram-2\";i:4393;s:22:\"exif-exposureprogram-3\";i:4394;s:22:\"exif-exposureprogram-4\";i:4395;s:22:\"exif-exposureprogram-5\";i:4396;s:22:\"exif-exposureprogram-6\";i:4397;s:22:\"exif-exposureprogram-7\";i:4398;s:22:\"exif-exposureprogram-8\";i:4399;s:26:\"exif-subjectdistance-value\";i:4400;s:19:\"exif-meteringmode-0\";i:4401;s:19:\"exif-meteringmode-1\";i:4402;s:19:\"exif-meteringmode-2\";i:4403;s:19:\"exif-meteringmode-3\";i:4404;s:19:\"exif-meteringmode-4\";i:4405;s:19:\"exif-meteringmode-5\";i:4406;s:19:\"exif-meteringmode-6\";i:4407;s:21:\"exif-meteringmode-255\";i:4408;s:18:\"exif-lightsource-0\";i:4409;s:18:\"exif-lightsource-1\";i:4410;s:18:\"exif-lightsource-2\";i:4411;s:18:\"exif-lightsource-3\";i:4412;s:18:\"exif-lightsource-4\";i:4413;s:18:\"exif-lightsource-9\";i:4414;s:19:\"exif-lightsource-10\";i:4415;s:19:\"exif-lightsource-11\";i:4416;s:19:\"exif-lightsource-12\";i:4417;s:19:\"exif-lightsource-13\";i:4418;s:19:\"exif-lightsource-14\";i:4419;s:19:\"exif-lightsource-15\";i:4420;s:19:\"exif-lightsource-17\";i:4421;s:19:\"exif-lightsource-18\";i:4422;s:19:\"exif-lightsource-19\";i:4423;s:19:\"exif-lightsource-20\";i:4424;s:19:\"exif-lightsource-21\";i:4425;s:19:\"exif-lightsource-22\";i:4426;s:19:\"exif-lightsource-23\";i:4427;s:19:\"exif-lightsource-24\";i:4428;s:20:\"exif-lightsource-255\";i:4429;s:18:\"exif-flash-fired-0\";i:4430;s:18:\"exif-flash-fired-1\";i:4431;s:19:\"exif-flash-return-0\";i:4432;s:19:\"exif-flash-return-2\";i:4433;s:19:\"exif-flash-return-3\";i:4434;s:17:\"exif-flash-mode-1\";i:4435;s:17:\"exif-flash-mode-2\";i:4436;s:17:\"exif-flash-mode-3\";i:4437;s:21:\"exif-flash-function-1\";i:4438;s:19:\"exif-flash-redeye-1\";i:4439;s:31:\"exif-focalplaneresolutionunit-2\";i:4440;s:20:\"exif-sensingmethod-1\";i:4441;s:20:\"exif-sensingmethod-2\";i:4442;s:20:\"exif-sensingmethod-3\";i:4443;s:20:\"exif-sensingmethod-4\";i:4444;s:20:\"exif-sensingmethod-5\";i:4445;s:20:\"exif-sensingmethod-7\";i:4446;s:20:\"exif-sensingmethod-8\";i:4447;s:17:\"exif-filesource-3\";i:4448;s:16:\"exif-scenetype-1\";i:4449;s:21:\"exif-customrendered-0\";i:4450;s:21:\"exif-customrendered-1\";i:4451;s:21:\"exif-customrendered-2\";i:4452;s:21:\"exif-customrendered-3\";i:4453;s:21:\"exif-customrendered-4\";i:4454;s:21:\"exif-customrendered-6\";i:4455;s:21:\"exif-customrendered-7\";i:4456;s:21:\"exif-customrendered-8\";i:4457;s:19:\"exif-exposuremode-0\";i:4458;s:19:\"exif-exposuremode-1\";i:4459;s:19:\"exif-exposuremode-2\";i:4460;s:19:\"exif-whitebalance-0\";i:4461;s:19:\"exif-whitebalance-1\";i:4462;s:23:\"exif-scenecapturetype-0\";i:4463;s:23:\"exif-scenecapturetype-1\";i:4464;s:23:\"exif-scenecapturetype-2\";i:4465;s:23:\"exif-scenecapturetype-3\";i:4466;s:18:\"exif-gaincontrol-0\";i:4467;s:18:\"exif-gaincontrol-1\";i:4468;s:18:\"exif-gaincontrol-2\";i:4469;s:18:\"exif-gaincontrol-3\";i:4470;s:18:\"exif-gaincontrol-4\";i:4471;s:15:\"exif-contrast-0\";i:4472;s:15:\"exif-contrast-1\";i:4473;s:15:\"exif-contrast-2\";i:4474;s:17:\"exif-saturation-0\";i:4475;s:17:\"exif-saturation-1\";i:4476;s:17:\"exif-saturation-2\";i:4477;s:16:\"exif-sharpness-0\";i:4478;s:16:\"exif-sharpness-1\";i:4479;s:16:\"exif-sharpness-2\";i:4480;s:27:\"exif-subjectdistancerange-0\";i:4481;s:27:\"exif-subjectdistancerange-1\";i:4482;s:27:\"exif-subjectdistancerange-2\";i:4483;s:27:\"exif-subjectdistancerange-3\";i:4484;s:18:\"exif-gpslatitude-n\";i:4485;s:18:\"exif-gpslatitude-s\";i:4486;s:19:\"exif-gpslongitude-e\";i:4487;s:19:\"exif-gpslongitude-w\";i:4488;s:31:\"exif-gpsaltitude-above-sealevel\";i:4489;s:31:\"exif-gpsaltitude-below-sealevel\";i:4490;s:16:\"exif-gpsstatus-a\";i:4491;s:16:\"exif-gpsstatus-v\";i:4492;s:21:\"exif-gpsmeasuremode-2\";i:4493;s:21:\"exif-gpsmeasuremode-3\";i:4494;s:15:\"exif-gpsspeed-k\";i:4495;s:15:\"exif-gpsspeed-m\";i:4496;s:15:\"exif-gpsspeed-n\";i:4497;s:22:\"exif-gpsdestdistance-k\";i:4498;s:22:\"exif-gpsdestdistance-m\";i:4499;s:22:\"exif-gpsdestdistance-n\";i:4500;s:21:\"exif-gpsdop-excellent\";i:4501;s:16:\"exif-gpsdop-good\";i:4502;s:20:\"exif-gpsdop-moderate\";i:4503;s:16:\"exif-gpsdop-fair\";i:4504;s:16:\"exif-gpsdop-poor\";i:4505;s:18:\"exif-objectcycle-a\";i:4506;s:18:\"exif-objectcycle-p\";i:4507;s:18:\"exif-objectcycle-b\";i:4508;s:19:\"exif-gpsdirection-t\";i:4509;s:19:\"exif-gpsdirection-m\";i:4510;s:23:\"exif-ycbcrpositioning-1\";i:4511;s:23:\"exif-ycbcrpositioning-2\";i:4512;s:19:\"exif-dc-contributor\";i:4513;s:16:\"exif-dc-coverage\";i:4514;s:12:\"exif-dc-date\";i:4515;s:17:\"exif-dc-publisher\";i:4516;s:16:\"exif-dc-relation\";i:4517;s:14:\"exif-dc-rights\";i:4518;s:14:\"exif-dc-source\";i:4519;s:12:\"exif-dc-type\";i:4520;s:20:\"exif-rating-rejected\";i:4521;s:29:\"exif-isospeedratings-overflow\";i:4522;s:27:\"exif-maxaperturevalue-value\";i:4523;s:20:\"exif-iimcategory-ace\";i:4524;s:20:\"exif-iimcategory-clj\";i:4525;s:20:\"exif-iimcategory-dis\";i:4526;s:20:\"exif-iimcategory-fin\";i:4527;s:20:\"exif-iimcategory-edu\";i:4528;s:20:\"exif-iimcategory-evn\";i:4529;s:20:\"exif-iimcategory-hth\";i:4530;s:20:\"exif-iimcategory-hum\";i:4531;s:20:\"exif-iimcategory-lab\";i:4532;s:20:\"exif-iimcategory-lif\";i:4533;s:20:\"exif-iimcategory-pol\";i:4534;s:20:\"exif-iimcategory-rel\";i:4535;s:20:\"exif-iimcategory-sci\";i:4536;s:20:\"exif-iimcategory-soi\";i:4537;s:20:\"exif-iimcategory-spo\";i:4538;s:20:\"exif-iimcategory-war\";i:4539;s:20:\"exif-iimcategory-wea\";i:4540;s:19:\"exif-urgency-normal\";i:4541;s:16:\"exif-urgency-low\";i:4542;s:17:\"exif-urgency-high\";i:4543;s:18:\"exif-urgency-other\";i:4544;s:19:\"exif-firstphotodate\";i:4545;s:18:\"exif-lastphotodate\";i:4546;s:19:\"exif-projectiontype\";i:4547;s:35:\"exif-projectiontype-equirectangular\";i:4548;s:22:\"exif-usepanoramaviewer\";i:4549;s:27:\"exif-usepanoramaviewer-true\";i:4550;s:28:\"exif-usepanoramaviewer-false\";i:4551;s:21:\"exif-exposurelockused\";i:4552;s:26:\"exif-exposurelockused-true\";i:4553;s:27:\"exif-exposurelockused-false\";i:4554;s:23:\"exif-poseheadingdegrees\";i:4555;s:21:\"exif-posepitchdegrees\";i:4556;s:20:\"exif-poserolldegrees\";i:4557;s:30:\"exif-initialviewheadingdegrees\";i:4558;s:28:\"exif-initialviewpitchdegrees\";i:4559;s:27:\"exif-initialviewrolldegrees\";i:4560;s:32:\"exif-initialhorizontalfovdegrees\";i:4561;s:30:\"exif-initialverticalfovdegrees\";i:4562;s:22:\"exif-sourcephotoscount\";i:4563;s:32:\"exif-croppedareaimagewidthpixels\";i:4564;s:33:\"exif-croppedareaimageheightpixels\";i:4565;s:24:\"exif-fullpanowidthpixels\";i:4566;s:25:\"exif-fullpanoheightpixels\";i:4567;s:26:\"exif-croppedarealeftpixels\";i:4568;s:25:\"exif-croppedareatoppixels\";i:4569;s:23:\"exif-initialcameradolly\";i:4570;s:22:\"exif-stitchingsoftware\";i:4571;s:33:\"apihelp-main-extended-description\";i:4572;s:25:\"apihelp-main-param-action\";i:4573;s:25:\"apihelp-main-param-format\";i:4574;s:25:\"apihelp-main-param-maxlag\";i:4575;s:26:\"apihelp-main-param-smaxage\";i:4576;s:25:\"apihelp-main-param-maxage\";i:4577;s:25:\"apihelp-main-param-assert\";i:4578;s:29:\"apihelp-main-param-assertuser\";i:4579;s:28:\"apihelp-main-param-requestid\";i:4580;s:27:\"apihelp-main-param-servedby\";i:4581;s:31:\"apihelp-main-param-curtimestamp\";i:4582;s:35:\"apihelp-main-param-responselanginfo\";i:4583;s:25:\"apihelp-main-param-origin\";i:4584;s:26:\"apihelp-main-param-uselang\";i:4585;s:26:\"apihelp-main-param-variant\";i:4586;s:30:\"apihelp-main-param-errorformat\";i:4587;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4588;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4589;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4590;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4591;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4592;s:28:\"apihelp-main-param-errorlang\";i:4593;s:33:\"apihelp-main-param-errorsuselocal\";i:4594;s:21:\"apihelp-block-summary\";i:4595;s:24:\"apihelp-block-param-user\";i:4596;s:26:\"apihelp-block-param-userid\";i:4597;s:26:\"apihelp-block-param-expiry\";i:4598;s:26:\"apihelp-block-param-reason\";i:4599;s:28:\"apihelp-block-param-anononly\";i:4600;s:28:\"apihelp-block-param-nocreate\";i:4601;s:29:\"apihelp-block-param-autoblock\";i:4602;s:27:\"apihelp-block-param-noemail\";i:4603;s:28:\"apihelp-block-param-hidename\";i:4604;s:33:\"apihelp-block-param-allowusertalk\";i:4605;s:27:\"apihelp-block-param-reblock\";i:4606;s:29:\"apihelp-block-param-watchuser\";i:4607;s:35:\"apihelp-block-param-watchlistexpiry\";i:4608;s:24:\"apihelp-block-param-tags\";i:4609;s:27:\"apihelp-block-param-partial\";i:4610;s:36:\"apihelp-block-param-pagerestrictions\";i:4611;s:41:\"apihelp-block-param-namespacerestrictions\";i:4612;s:38:\"apihelp-block-param-actionrestrictions\";i:4613;s:31:\"apihelp-block-example-ip-simple\";i:4614;s:34:\"apihelp-block-example-user-complex\";i:4615;s:40:\"apihelp-changeauthenticationdata-summary\";i:4616;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4617;s:34:\"apihelp-changecontentmodel-summary\";i:4618;s:38:\"apihelp-changecontentmodel-param-title\";i:4619;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4620;s:40:\"apihelp-changecontentmodel-param-summary\";i:4621;s:37:\"apihelp-changecontentmodel-param-tags\";i:4622;s:38:\"apihelp-changecontentmodel-param-model\";i:4623;s:36:\"apihelp-changecontentmodel-param-bot\";i:4624;s:34:\"apihelp-changecontentmodel-example\";i:4625;s:26:\"apihelp-checktoken-summary\";i:4626;s:29:\"apihelp-checktoken-param-type\";i:4627;s:30:\"apihelp-checktoken-param-token\";i:4628;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4629;s:33:\"apihelp-checktoken-example-simple\";i:4630;s:27:\"apihelp-clearhasmsg-summary\";i:4631;s:29:\"apihelp-clearhasmsg-example-1\";i:4632;s:27:\"apihelp-clientlogin-summary\";i:4633;s:33:\"apihelp-clientlogin-example-login\";i:4634;s:34:\"apihelp-clientlogin-example-login2\";i:4635;s:23:\"apihelp-compare-summary\";i:4636;s:36:\"apihelp-compare-extended-description\";i:4637;s:31:\"apihelp-compare-param-fromtitle\";i:4638;s:28:\"apihelp-compare-param-fromid\";i:4639;s:29:\"apihelp-compare-param-fromrev\";i:4640;s:29:\"apihelp-compare-param-frompst\";i:4641;s:31:\"apihelp-compare-param-fromslots\";i:4642;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4643;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4644;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4645;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4646;s:30:\"apihelp-compare-param-fromtext\";i:4647;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4648;s:39:\"apihelp-compare-param-fromcontentformat\";i:4649;s:33:\"apihelp-compare-param-fromsection\";i:4650;s:29:\"apihelp-compare-param-totitle\";i:4651;s:26:\"apihelp-compare-param-toid\";i:4652;s:27:\"apihelp-compare-param-torev\";i:4653;s:32:\"apihelp-compare-param-torelative\";i:4654;s:27:\"apihelp-compare-param-topst\";i:4655;s:29:\"apihelp-compare-param-toslots\";i:4656;s:35:\"apihelp-compare-param-totext-{slot}\";i:4657;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4658;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4659;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4660;s:28:\"apihelp-compare-param-totext\";i:4661;s:36:\"apihelp-compare-param-tocontentmodel\";i:4662;s:37:\"apihelp-compare-param-tocontentformat\";i:4663;s:31:\"apihelp-compare-param-tosection\";i:4664;s:26:\"apihelp-compare-param-prop\";i:4665;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4666;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4667;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4668;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4669;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4670;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4671;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4672;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4673;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4674;s:27:\"apihelp-compare-param-slots\";i:4675;s:25:\"apihelp-compare-example-1\";i:4676;s:29:\"apihelp-createaccount-summary\";i:4677;s:41:\"apihelp-createaccount-param-preservestate\";i:4678;s:36:\"apihelp-createaccount-example-create\";i:4679;s:25:\"apihelp-cspreport-summary\";i:4680;s:34:\"apihelp-cspreport-param-reportonly\";i:4681;s:30:\"apihelp-cspreport-param-source\";i:4682;s:22:\"apihelp-delete-summary\";i:4683;s:26:\"apihelp-delete-param-title\";i:4684;s:27:\"apihelp-delete-param-pageid\";i:4685;s:27:\"apihelp-delete-param-reason\";i:4686;s:25:\"apihelp-delete-param-tags\";i:4687;s:31:\"apihelp-delete-param-deletetalk\";i:4688;s:26:\"apihelp-delete-param-watch\";i:4689;s:30:\"apihelp-delete-param-watchlist\";i:4690;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4691;s:28:\"apihelp-delete-param-unwatch\";i:4692;s:29:\"apihelp-delete-param-oldimage\";i:4693;s:29:\"apihelp-delete-example-simple\";i:4694;s:29:\"apihelp-delete-example-reason\";i:4695;s:24:\"apihelp-disabled-summary\";i:4696;s:20:\"apihelp-edit-summary\";i:4697;s:24:\"apihelp-edit-param-title\";i:4698;s:25:\"apihelp-edit-param-pageid\";i:4699;s:26:\"apihelp-edit-param-section\";i:4700;s:31:\"apihelp-edit-param-sectiontitle\";i:4701;s:23:\"apihelp-edit-param-text\";i:4702;s:26:\"apihelp-edit-param-summary\";i:4703;s:23:\"apihelp-edit-param-tags\";i:4704;s:24:\"apihelp-edit-param-minor\";i:4705;s:27:\"apihelp-edit-param-notminor\";i:4706;s:22:\"apihelp-edit-param-bot\";i:4707;s:28:\"apihelp-edit-param-baserevid\";i:4708;s:32:\"apihelp-edit-param-basetimestamp\";i:4709;s:33:\"apihelp-edit-param-starttimestamp\";i:4710;s:27:\"apihelp-edit-param-recreate\";i:4711;s:29:\"apihelp-edit-param-createonly\";i:4712;s:27:\"apihelp-edit-param-nocreate\";i:4713;s:24:\"apihelp-edit-param-watch\";i:4714;s:26:\"apihelp-edit-param-unwatch\";i:4715;s:28:\"apihelp-edit-param-watchlist\";i:4716;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4717;s:22:\"apihelp-edit-param-md5\";i:4718;s:30:\"apihelp-edit-param-prependtext\";i:4719;s:29:\"apihelp-edit-param-appendtext\";i:4720;s:23:\"apihelp-edit-param-undo\";i:4721;s:28:\"apihelp-edit-param-undoafter\";i:4722;s:27:\"apihelp-edit-param-redirect\";i:4723;s:32:\"apihelp-edit-param-contentformat\";i:4724;s:31:\"apihelp-edit-param-contentmodel\";i:4725;s:24:\"apihelp-edit-param-token\";i:4726;s:25:\"apihelp-edit-example-edit\";i:4727;s:28:\"apihelp-edit-example-prepend\";i:4728;s:25:\"apihelp-edit-example-undo\";i:4729;s:25:\"apihelp-emailuser-summary\";i:4730;s:30:\"apihelp-emailuser-param-target\";i:4731;s:31:\"apihelp-emailuser-param-subject\";i:4732;s:28:\"apihelp-emailuser-param-text\";i:4733;s:28:\"apihelp-emailuser-param-ccme\";i:4734;s:31:\"apihelp-emailuser-example-email\";i:4735;s:31:\"apihelp-expandtemplates-summary\";i:4736;s:35:\"apihelp-expandtemplates-param-title\";i:4737;s:34:\"apihelp-expandtemplates-param-text\";i:4738;s:35:\"apihelp-expandtemplates-param-revid\";i:4739;s:34:\"apihelp-expandtemplates-param-prop\";i:4740;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4741;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4742;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4743;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4744;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4745;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4746;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4747;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4748;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4749;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4750;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4751;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4752;s:38:\"apihelp-expandtemplates-example-simple\";i:4753;s:33:\"apihelp-feedcontributions-summary\";i:4754;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4755;s:36:\"apihelp-feedcontributions-param-user\";i:4756;s:41:\"apihelp-feedcontributions-param-namespace\";i:4757;s:36:\"apihelp-feedcontributions-param-year\";i:4758;s:37:\"apihelp-feedcontributions-param-month\";i:4759;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4760;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4761;s:39:\"apihelp-feedcontributions-param-toponly\";i:4762;s:39:\"apihelp-feedcontributions-param-newonly\";i:4763;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4764;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4765;s:40:\"apihelp-feedcontributions-example-simple\";i:4766;s:33:\"apihelp-feedrecentchanges-summary\";i:4767;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4768;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4769;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4770;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4771;s:36:\"apihelp-feedrecentchanges-param-days\";i:4772;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4773;s:36:\"apihelp-feedrecentchanges-param-from\";i:4774;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4775;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4776;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4777;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4778;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4779;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4780;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4781;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4782;s:38:\"apihelp-feedrecentchanges-param-target\";i:4783;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4784;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4785;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4786;s:29:\"apihelp-feedwatchlist-summary\";i:4787;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4788;s:33:\"apihelp-feedwatchlist-param-hours\";i:4789;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4790;s:37:\"apihelp-feedwatchlist-example-default\";i:4791;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4792;s:26:\"apihelp-filerevert-summary\";i:4793;s:33:\"apihelp-filerevert-param-filename\";i:4794;s:32:\"apihelp-filerevert-param-comment\";i:4795;s:36:\"apihelp-filerevert-param-archivename\";i:4796;s:33:\"apihelp-filerevert-example-revert\";i:4797;s:20:\"apihelp-help-summary\";i:4798;s:26:\"apihelp-help-param-modules\";i:4799;s:29:\"apihelp-help-param-submodules\";i:4800;s:38:\"apihelp-help-param-recursivesubmodules\";i:4801;s:29:\"apihelp-help-param-helpformat\";i:4802;s:23:\"apihelp-help-param-wrap\";i:4803;s:22:\"apihelp-help-param-toc\";i:4804;s:25:\"apihelp-help-example-main\";i:4805;s:31:\"apihelp-help-example-submodules\";i:4806;s:30:\"apihelp-help-example-recursive\";i:4807;s:25:\"apihelp-help-example-help\";i:4808;s:26:\"apihelp-help-example-query\";i:4809;s:27:\"apihelp-imagerotate-summary\";i:4810;s:34:\"apihelp-imagerotate-param-rotation\";i:4811;s:30:\"apihelp-imagerotate-param-tags\";i:4812;s:34:\"apihelp-imagerotate-example-simple\";i:4813;s:37:\"apihelp-imagerotate-example-generator\";i:4814;s:22:\"apihelp-import-summary\";i:4815;s:35:\"apihelp-import-extended-description\";i:4816;s:28:\"apihelp-import-param-summary\";i:4817;s:24:\"apihelp-import-param-xml\";i:4818;s:36:\"apihelp-import-param-interwikiprefix\";i:4819;s:37:\"apihelp-import-param-assignknownusers\";i:4820;s:36:\"apihelp-import-param-interwikisource\";i:4821;s:34:\"apihelp-import-param-interwikipage\";i:4822;s:32:\"apihelp-import-param-fullhistory\";i:4823;s:30:\"apihelp-import-param-templates\";i:4824;s:30:\"apihelp-import-param-namespace\";i:4825;s:29:\"apihelp-import-param-rootpage\";i:4826;s:25:\"apihelp-import-param-tags\";i:4827;s:29:\"apihelp-import-example-import\";i:4828;s:27:\"apihelp-linkaccount-summary\";i:4829;s:32:\"apihelp-linkaccount-example-link\";i:4830;s:21:\"apihelp-login-summary\";i:4831;s:34:\"apihelp-login-extended-description\";i:4832;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4833;s:24:\"apihelp-login-param-name\";i:4834;s:28:\"apihelp-login-param-password\";i:4835;s:26:\"apihelp-login-param-domain\";i:4836;s:25:\"apihelp-login-param-token\";i:4837;s:27:\"apihelp-login-example-login\";i:4838;s:22:\"apihelp-logout-summary\";i:4839;s:29:\"apihelp-logout-example-logout\";i:4840;s:26:\"apihelp-managetags-summary\";i:4841;s:34:\"apihelp-managetags-param-operation\";i:4842;s:28:\"apihelp-managetags-param-tag\";i:4843;s:31:\"apihelp-managetags-param-reason\";i:4844;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4845;s:29:\"apihelp-managetags-param-tags\";i:4846;s:33:\"apihelp-managetags-example-create\";i:4847;s:33:\"apihelp-managetags-example-delete\";i:4848;s:35:\"apihelp-managetags-example-activate\";i:4849;s:37:\"apihelp-managetags-example-deactivate\";i:4850;s:28:\"apihelp-mergehistory-summary\";i:4851;s:31:\"apihelp-mergehistory-param-from\";i:4852;s:33:\"apihelp-mergehistory-param-fromid\";i:4853;s:29:\"apihelp-mergehistory-param-to\";i:4854;s:31:\"apihelp-mergehistory-param-toid\";i:4855;s:36:\"apihelp-mergehistory-param-timestamp\";i:4856;s:33:\"apihelp-mergehistory-param-reason\";i:4857;s:34:\"apihelp-mergehistory-example-merge\";i:4858;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4859;s:20:\"apihelp-move-summary\";i:4860;s:23:\"apihelp-move-param-from\";i:4861;s:25:\"apihelp-move-param-fromid\";i:4862;s:21:\"apihelp-move-param-to\";i:4863;s:25:\"apihelp-move-param-reason\";i:4864;s:27:\"apihelp-move-param-movetalk\";i:4865;s:31:\"apihelp-move-param-movesubpages\";i:4866;s:29:\"apihelp-move-param-noredirect\";i:4867;s:24:\"apihelp-move-param-watch\";i:4868;s:26:\"apihelp-move-param-unwatch\";i:4869;s:28:\"apihelp-move-param-watchlist\";i:4870;s:34:\"apihelp-move-param-watchlistexpiry\";i:4871;s:33:\"apihelp-move-param-ignorewarnings\";i:4872;s:23:\"apihelp-move-param-tags\";i:4873;s:25:\"apihelp-move-example-move\";i:4874;s:26:\"apihelp-opensearch-summary\";i:4875;s:31:\"apihelp-opensearch-param-search\";i:4876;s:30:\"apihelp-opensearch-param-limit\";i:4877;s:34:\"apihelp-opensearch-param-namespace\";i:4878;s:32:\"apihelp-opensearch-param-suggest\";i:4879;s:34:\"apihelp-opensearch-param-redirects\";i:4880;s:31:\"apihelp-opensearch-param-format\";i:4881;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4882;s:29:\"apihelp-opensearch-example-te\";i:4883;s:23:\"apihelp-options-summary\";i:4884;s:36:\"apihelp-options-extended-description\";i:4885;s:27:\"apihelp-options-param-reset\";i:4886;s:32:\"apihelp-options-param-resetkinds\";i:4887;s:28:\"apihelp-options-param-change\";i:4888;s:32:\"apihelp-options-param-optionname\";i:4889;s:33:\"apihelp-options-param-optionvalue\";i:4890;s:29:\"apihelp-options-example-reset\";i:4891;s:30:\"apihelp-options-example-change\";i:4892;s:31:\"apihelp-options-example-complex\";i:4893;s:25:\"apihelp-paraminfo-summary\";i:4894;s:31:\"apihelp-paraminfo-param-modules\";i:4895;s:34:\"apihelp-paraminfo-param-helpformat\";i:4896;s:36:\"apihelp-paraminfo-param-querymodules\";i:4897;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4898;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4899;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4900;s:27:\"apihelp-paraminfo-example-1\";i:4901;s:27:\"apihelp-paraminfo-example-2\";i:4902;s:21:\"apihelp-parse-summary\";i:4903;s:34:\"apihelp-parse-extended-description\";i:4904;s:25:\"apihelp-parse-param-title\";i:4905;s:24:\"apihelp-parse-param-text\";i:4906;s:25:\"apihelp-parse-param-revid\";i:4907;s:27:\"apihelp-parse-param-summary\";i:4908;s:24:\"apihelp-parse-param-page\";i:4909;s:26:\"apihelp-parse-param-pageid\";i:4910;s:29:\"apihelp-parse-param-redirects\";i:4911;s:25:\"apihelp-parse-param-oldid\";i:4912;s:24:\"apihelp-parse-param-prop\";i:4913;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4914;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4915;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4916;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4917;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4918;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4919;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4920;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4921;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4922;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4923;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4924;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4925;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4926;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4927;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4928;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4929;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4930;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4931;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4932;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4933;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4934;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4935;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4936;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4937;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4938;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4939;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4940;s:23:\"apihelp-parse-param-pst\";i:4941;s:27:\"apihelp-parse-param-onlypst\";i:4942;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4943;s:27:\"apihelp-parse-param-section\";i:4944;s:32:\"apihelp-parse-param-sectiontitle\";i:4945;s:38:\"apihelp-parse-param-disablelimitreport\";i:4946;s:29:\"apihelp-parse-param-disablepp\";i:4947;s:38:\"apihelp-parse-param-disableeditsection\";i:4948;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4949;s:36:\"apihelp-parse-param-showstrategykeys\";i:4950;s:31:\"apihelp-parse-param-generatexml\";i:4951;s:27:\"apihelp-parse-param-preview\";i:4952;s:34:\"apihelp-parse-param-sectionpreview\";i:4953;s:30:\"apihelp-parse-param-disabletoc\";i:4954;s:27:\"apihelp-parse-param-useskin\";i:4955;s:33:\"apihelp-parse-param-contentformat\";i:4956;s:32:\"apihelp-parse-param-contentmodel\";i:4957;s:26:\"apihelp-parse-example-page\";i:4958;s:26:\"apihelp-parse-example-text\";i:4959;s:31:\"apihelp-parse-example-texttitle\";i:4960;s:29:\"apihelp-parse-example-summary\";i:4961;s:22:\"apihelp-patrol-summary\";i:4962;s:25:\"apihelp-patrol-param-rcid\";i:4963;s:26:\"apihelp-patrol-param-revid\";i:4964;s:25:\"apihelp-patrol-param-tags\";i:4965;s:27:\"apihelp-patrol-example-rcid\";i:4966;s:28:\"apihelp-patrol-example-revid\";i:4967;s:23:\"apihelp-protect-summary\";i:4968;s:27:\"apihelp-protect-param-title\";i:4969;s:28:\"apihelp-protect-param-pageid\";i:4970;s:33:\"apihelp-protect-param-protections\";i:4971;s:28:\"apihelp-protect-param-expiry\";i:4972;s:28:\"apihelp-protect-param-reason\";i:4973;s:26:\"apihelp-protect-param-tags\";i:4974;s:29:\"apihelp-protect-param-cascade\";i:4975;s:27:\"apihelp-protect-param-watch\";i:4976;s:31:\"apihelp-protect-param-watchlist\";i:4977;s:37:\"apihelp-protect-param-watchlistexpiry\";i:4978;s:31:\"apihelp-protect-example-protect\";i:4979;s:33:\"apihelp-protect-example-unprotect\";i:4980;s:34:\"apihelp-protect-example-unprotect2\";i:4981;s:21:\"apihelp-purge-summary\";i:4982;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4983;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4984;s:28:\"apihelp-purge-example-simple\";i:4985;s:31:\"apihelp-purge-example-generator\";i:4986;s:21:\"apihelp-query-summary\";i:4987;s:34:\"apihelp-query-extended-description\";i:4988;s:24:\"apihelp-query-param-prop\";i:4989;s:24:\"apihelp-query-param-list\";i:4990;s:24:\"apihelp-query-param-meta\";i:4991;s:32:\"apihelp-query-param-indexpageids\";i:4992;s:26:\"apihelp-query-param-export\";i:4993;s:32:\"apihelp-query-param-exportnowrap\";i:4994;s:32:\"apihelp-query-param-exportschema\";i:4995;s:25:\"apihelp-query-param-iwurl\";i:4996;s:31:\"apihelp-query-param-rawcontinue\";i:4997;s:31:\"apihelp-query-example-revisions\";i:4998;s:30:\"apihelp-query-example-allpages\";i:4999;s:35:\"apihelp-query+allcategories-summary\";i:5000;s:38:\"apihelp-query+allcategories-param-from\";i:5001;s:36:\"apihelp-query+allcategories-param-to\";i:5002;s:40:\"apihelp-query+allcategories-param-prefix\";i:5003;s:37:\"apihelp-query+allcategories-param-dir\";i:5004;s:37:\"apihelp-query+allcategories-param-min\";i:5005;s:37:\"apihelp-query+allcategories-param-max\";i:5006;s:39:\"apihelp-query+allcategories-param-limit\";i:5007;s:38:\"apihelp-query+allcategories-param-prop\";i:5008;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5009;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5010;s:40:\"apihelp-query+allcategories-example-size\";i:5011;s:45:\"apihelp-query+allcategories-example-generator\";i:5012;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5013;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5014;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5015;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5016;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5017;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5018;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5019;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5020;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5021;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5022;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5023;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5024;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5025;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5026;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5027;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5028;s:35:\"apihelp-query+allfileusages-summary\";i:5029;s:38:\"apihelp-query+allfileusages-param-from\";i:5030;s:36:\"apihelp-query+allfileusages-param-to\";i:5031;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5032;s:40:\"apihelp-query+allfileusages-param-unique\";i:5033;s:38:\"apihelp-query+allfileusages-param-prop\";i:5034;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5035;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5036;s:39:\"apihelp-query+allfileusages-param-limit\";i:5037;s:37:\"apihelp-query+allfileusages-param-dir\";i:5038;s:37:\"apihelp-query+allfileusages-example-b\";i:5039;s:42:\"apihelp-query+allfileusages-example-unique\";i:5040;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5041;s:45:\"apihelp-query+allfileusages-example-generator\";i:5042;s:31:\"apihelp-query+allimages-summary\";i:5043;s:34:\"apihelp-query+allimages-param-sort\";i:5044;s:33:\"apihelp-query+allimages-param-dir\";i:5045;s:34:\"apihelp-query+allimages-param-from\";i:5046;s:32:\"apihelp-query+allimages-param-to\";i:5047;s:35:\"apihelp-query+allimages-param-start\";i:5048;s:33:\"apihelp-query+allimages-param-end\";i:5049;s:36:\"apihelp-query+allimages-param-prefix\";i:5050;s:37:\"apihelp-query+allimages-param-minsize\";i:5051;s:37:\"apihelp-query+allimages-param-maxsize\";i:5052;s:34:\"apihelp-query+allimages-param-sha1\";i:5053;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5054;s:34:\"apihelp-query+allimages-param-user\";i:5055;s:40:\"apihelp-query+allimages-param-filterbots\";i:5056;s:34:\"apihelp-query+allimages-param-mime\";i:5057;s:35:\"apihelp-query+allimages-param-limit\";i:5058;s:33:\"apihelp-query+allimages-example-b\";i:5059;s:38:\"apihelp-query+allimages-example-recent\";i:5060;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5061;s:41:\"apihelp-query+allimages-example-generator\";i:5062;s:30:\"apihelp-query+alllinks-summary\";i:5063;s:33:\"apihelp-query+alllinks-param-from\";i:5064;s:31:\"apihelp-query+alllinks-param-to\";i:5065;s:35:\"apihelp-query+alllinks-param-prefix\";i:5066;s:35:\"apihelp-query+alllinks-param-unique\";i:5067;s:33:\"apihelp-query+alllinks-param-prop\";i:5068;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5069;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5070;s:38:\"apihelp-query+alllinks-param-namespace\";i:5071;s:34:\"apihelp-query+alllinks-param-limit\";i:5072;s:32:\"apihelp-query+alllinks-param-dir\";i:5073;s:32:\"apihelp-query+alllinks-example-b\";i:5074;s:37:\"apihelp-query+alllinks-example-unique\";i:5075;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5076;s:40:\"apihelp-query+alllinks-example-generator\";i:5077;s:33:\"apihelp-query+allmessages-summary\";i:5078;s:40:\"apihelp-query+allmessages-param-messages\";i:5079;s:36:\"apihelp-query+allmessages-param-prop\";i:5080;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5081;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5082;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5083;s:36:\"apihelp-query+allmessages-param-args\";i:5084;s:38:\"apihelp-query+allmessages-param-filter\";i:5085;s:42:\"apihelp-query+allmessages-param-customised\";i:5086;s:36:\"apihelp-query+allmessages-param-lang\";i:5087;s:36:\"apihelp-query+allmessages-param-from\";i:5088;s:34:\"apihelp-query+allmessages-param-to\";i:5089;s:37:\"apihelp-query+allmessages-param-title\";i:5090;s:38:\"apihelp-query+allmessages-param-prefix\";i:5091;s:37:\"apihelp-query+allmessages-example-ipb\";i:5092;s:36:\"apihelp-query+allmessages-example-de\";i:5093;s:30:\"apihelp-query+allpages-summary\";i:5094;s:33:\"apihelp-query+allpages-param-from\";i:5095;s:31:\"apihelp-query+allpages-param-to\";i:5096;s:35:\"apihelp-query+allpages-param-prefix\";i:5097;s:38:\"apihelp-query+allpages-param-namespace\";i:5098;s:40:\"apihelp-query+allpages-param-filterredir\";i:5099;s:36:\"apihelp-query+allpages-param-minsize\";i:5100;s:36:\"apihelp-query+allpages-param-maxsize\";i:5101;s:35:\"apihelp-query+allpages-param-prtype\";i:5102;s:36:\"apihelp-query+allpages-param-prlevel\";i:5103;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5104;s:34:\"apihelp-query+allpages-param-limit\";i:5105;s:32:\"apihelp-query+allpages-param-dir\";i:5106;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5107;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5108;s:32:\"apihelp-query+allpages-example-b\";i:5109;s:40:\"apihelp-query+allpages-example-generator\";i:5110;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5111;s:34:\"apihelp-query+allredirects-summary\";i:5112;s:37:\"apihelp-query+allredirects-param-from\";i:5113;s:35:\"apihelp-query+allredirects-param-to\";i:5114;s:39:\"apihelp-query+allredirects-param-prefix\";i:5115;s:39:\"apihelp-query+allredirects-param-unique\";i:5116;s:37:\"apihelp-query+allredirects-param-prop\";i:5117;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5118;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5119;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5120;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5121;s:42:\"apihelp-query+allredirects-param-namespace\";i:5122;s:38:\"apihelp-query+allredirects-param-limit\";i:5123;s:36:\"apihelp-query+allredirects-param-dir\";i:5124;s:36:\"apihelp-query+allredirects-example-b\";i:5125;s:41:\"apihelp-query+allredirects-example-unique\";i:5126;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5127;s:44:\"apihelp-query+allredirects-example-generator\";i:5128;s:34:\"apihelp-query+allrevisions-summary\";i:5129;s:38:\"apihelp-query+allrevisions-param-start\";i:5130;s:36:\"apihelp-query+allrevisions-param-end\";i:5131;s:37:\"apihelp-query+allrevisions-param-user\";i:5132;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5133;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5134;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5135;s:39:\"apihelp-query+allrevisions-example-user\";i:5136;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5137;s:36:\"apihelp-query+mystashedfiles-summary\";i:5138;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5139;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5140;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5141;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5142;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5143;s:38:\"apihelp-query+alltransclusions-summary\";i:5144;s:41:\"apihelp-query+alltransclusions-param-from\";i:5145;s:39:\"apihelp-query+alltransclusions-param-to\";i:5146;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5147;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5148;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5149;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5150;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5151;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5152;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5153;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5154;s:40:\"apihelp-query+alltransclusions-example-b\";i:5155;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5156;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5157;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5158;s:30:\"apihelp-query+allusers-summary\";i:5159;s:33:\"apihelp-query+allusers-param-from\";i:5160;s:31:\"apihelp-query+allusers-param-to\";i:5161;s:35:\"apihelp-query+allusers-param-prefix\";i:5162;s:32:\"apihelp-query+allusers-param-dir\";i:5163;s:34:\"apihelp-query+allusers-param-group\";i:5164;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5165;s:35:\"apihelp-query+allusers-param-rights\";i:5166;s:33:\"apihelp-query+allusers-param-prop\";i:5167;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5168;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5169;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5170;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5171;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5172;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5173;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5174;s:34:\"apihelp-query+allusers-param-limit\";i:5175;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5176;s:40:\"apihelp-query+allusers-param-activeusers\";i:5177;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5178;s:32:\"apihelp-query+allusers-example-y\";i:5179;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5180;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5181;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5182;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5183;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5184;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5185;s:31:\"apihelp-query+backlinks-summary\";i:5186;s:35:\"apihelp-query+backlinks-param-title\";i:5187;s:36:\"apihelp-query+backlinks-param-pageid\";i:5188;s:39:\"apihelp-query+backlinks-param-namespace\";i:5189;s:33:\"apihelp-query+backlinks-param-dir\";i:5190;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5191;s:35:\"apihelp-query+backlinks-param-limit\";i:5192;s:38:\"apihelp-query+backlinks-param-redirect\";i:5193;s:38:\"apihelp-query+backlinks-example-simple\";i:5194;s:41:\"apihelp-query+backlinks-example-generator\";i:5195;s:28:\"apihelp-query+blocks-summary\";i:5196;s:32:\"apihelp-query+blocks-param-start\";i:5197;s:30:\"apihelp-query+blocks-param-end\";i:5198;s:30:\"apihelp-query+blocks-param-ids\";i:5199;s:32:\"apihelp-query+blocks-param-users\";i:5200;s:29:\"apihelp-query+blocks-param-ip\";i:5201;s:32:\"apihelp-query+blocks-param-limit\";i:5202;s:31:\"apihelp-query+blocks-param-prop\";i:5203;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5204;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5205;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5206;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5207;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5208;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5209;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5210;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5211;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5212;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5213;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5214;s:31:\"apihelp-query+blocks-param-show\";i:5215;s:35:\"apihelp-query+blocks-example-simple\";i:5216;s:34:\"apihelp-query+blocks-example-users\";i:5217;s:32:\"apihelp-query+categories-summary\";i:5218;s:35:\"apihelp-query+categories-param-prop\";i:5219;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5220;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5221;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5222;s:35:\"apihelp-query+categories-param-show\";i:5223;s:36:\"apihelp-query+categories-param-limit\";i:5224;s:41:\"apihelp-query+categories-param-categories\";i:5225;s:34:\"apihelp-query+categories-param-dir\";i:5226;s:39:\"apihelp-query+categories-example-simple\";i:5227;s:42:\"apihelp-query+categories-example-generator\";i:5228;s:34:\"apihelp-query+categoryinfo-summary\";i:5229;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5230;s:37:\"apihelp-query+categorymembers-summary\";i:5231;s:41:\"apihelp-query+categorymembers-param-title\";i:5232;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5233;s:40:\"apihelp-query+categorymembers-param-prop\";i:5234;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5235;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5236;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5237;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5238;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5239;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5240;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5241;s:40:\"apihelp-query+categorymembers-param-type\";i:5242;s:41:\"apihelp-query+categorymembers-param-limit\";i:5243;s:40:\"apihelp-query+categorymembers-param-sort\";i:5244;s:39:\"apihelp-query+categorymembers-param-dir\";i:5245;s:41:\"apihelp-query+categorymembers-param-start\";i:5246;s:39:\"apihelp-query+categorymembers-param-end\";i:5247;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5248;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5249;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5250;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5251;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5252;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5253;s:44:\"apihelp-query+categorymembers-example-simple\";i:5254;s:47:\"apihelp-query+categorymembers-example-generator\";i:5255;s:34:\"apihelp-query+contributors-summary\";i:5256;s:38:\"apihelp-query+contributors-param-group\";i:5257;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5258;s:39:\"apihelp-query+contributors-param-rights\";i:5259;s:46:\"apihelp-query+contributors-param-excluderights\";i:5260;s:38:\"apihelp-query+contributors-param-limit\";i:5261;s:41:\"apihelp-query+contributors-example-simple\";i:5262;s:38:\"apihelp-query+deletedrevisions-summary\";i:5263;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5264;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5265;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5266;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5267;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5268;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5269;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5270;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5271;s:33:\"apihelp-query+deletedrevs-summary\";i:5272;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5273;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5274;s:37:\"apihelp-query+deletedrevs-param-start\";i:5275;s:35:\"apihelp-query+deletedrevs-param-end\";i:5276;s:36:\"apihelp-query+deletedrevs-param-from\";i:5277;s:34:\"apihelp-query+deletedrevs-param-to\";i:5278;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5279;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5280;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5281;s:36:\"apihelp-query+deletedrevs-param-user\";i:5282;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5283;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5284;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5285;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5286;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5287;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5288;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5289;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5290;s:30:\"apihelp-query+disabled-summary\";i:5291;s:36:\"apihelp-query+duplicatefiles-summary\";i:5292;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5293;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5294;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5295;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5296;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5297;s:32:\"apihelp-query+embeddedin-summary\";i:5298;s:36:\"apihelp-query+embeddedin-param-title\";i:5299;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5300;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5301;s:34:\"apihelp-query+embeddedin-param-dir\";i:5302;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5303;s:36:\"apihelp-query+embeddedin-param-limit\";i:5304;s:39:\"apihelp-query+embeddedin-example-simple\";i:5305;s:42:\"apihelp-query+embeddedin-example-generator\";i:5306;s:30:\"apihelp-query+extlinks-summary\";i:5307;s:34:\"apihelp-query+extlinks-param-limit\";i:5308;s:37:\"apihelp-query+extlinks-param-protocol\";i:5309;s:34:\"apihelp-query+extlinks-param-query\";i:5310;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5311;s:37:\"apihelp-query+extlinks-example-simple\";i:5312;s:33:\"apihelp-query+exturlusage-summary\";i:5313;s:36:\"apihelp-query+exturlusage-param-prop\";i:5314;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5315;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5316;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5317;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5318;s:37:\"apihelp-query+exturlusage-param-query\";i:5319;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5320;s:37:\"apihelp-query+exturlusage-param-limit\";i:5321;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5322;s:40:\"apihelp-query+exturlusage-example-simple\";i:5323;s:33:\"apihelp-query+filearchive-summary\";i:5324;s:36:\"apihelp-query+filearchive-param-from\";i:5325;s:34:\"apihelp-query+filearchive-param-to\";i:5326;s:38:\"apihelp-query+filearchive-param-prefix\";i:5327;s:37:\"apihelp-query+filearchive-param-limit\";i:5328;s:35:\"apihelp-query+filearchive-param-dir\";i:5329;s:36:\"apihelp-query+filearchive-param-sha1\";i:5330;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5331;s:36:\"apihelp-query+filearchive-param-prop\";i:5332;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5333;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5334;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5335;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5336;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5337;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5338;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5339;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5340;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5341;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5342;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5343;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5344;s:40:\"apihelp-query+filearchive-example-simple\";i:5345;s:34:\"apihelp-query+filerepoinfo-summary\";i:5346;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5347;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5348;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5349;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5350;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5351;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5352;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5353;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5354;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5355;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5356;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5357;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5358;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5359;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5360;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5361;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5362;s:31:\"apihelp-query+fileusage-summary\";i:5363;s:34:\"apihelp-query+fileusage-param-prop\";i:5364;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5365;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5366;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5367;s:39:\"apihelp-query+fileusage-param-namespace\";i:5368;s:35:\"apihelp-query+fileusage-param-limit\";i:5369;s:34:\"apihelp-query+fileusage-param-show\";i:5370;s:38:\"apihelp-query+fileusage-example-simple\";i:5371;s:41:\"apihelp-query+fileusage-example-generator\";i:5372;s:31:\"apihelp-query+imageinfo-summary\";i:5373;s:34:\"apihelp-query+imageinfo-param-prop\";i:5374;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5375;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5376;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5377;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5378;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5379;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5380;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5381;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5382;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5383;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5384;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5385;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5386;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5387;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5388;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5389;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5390;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5391;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5392;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5393;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5394;s:35:\"apihelp-query+imageinfo-param-limit\";i:5395;s:35:\"apihelp-query+imageinfo-param-start\";i:5396;s:33:\"apihelp-query+imageinfo-param-end\";i:5397;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5398;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5399;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5400;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5401;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5402;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5403;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5404;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5405;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5406;s:38:\"apihelp-query+imageinfo-example-simple\";i:5407;s:37:\"apihelp-query+imageinfo-example-dated\";i:5408;s:28:\"apihelp-query+images-summary\";i:5409;s:32:\"apihelp-query+images-param-limit\";i:5410;s:33:\"apihelp-query+images-param-images\";i:5411;s:30:\"apihelp-query+images-param-dir\";i:5412;s:35:\"apihelp-query+images-example-simple\";i:5413;s:38:\"apihelp-query+images-example-generator\";i:5414;s:32:\"apihelp-query+imageusage-summary\";i:5415;s:36:\"apihelp-query+imageusage-param-title\";i:5416;s:37:\"apihelp-query+imageusage-param-pageid\";i:5417;s:40:\"apihelp-query+imageusage-param-namespace\";i:5418;s:34:\"apihelp-query+imageusage-param-dir\";i:5419;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5420;s:36:\"apihelp-query+imageusage-param-limit\";i:5421;s:39:\"apihelp-query+imageusage-param-redirect\";i:5422;s:39:\"apihelp-query+imageusage-example-simple\";i:5423;s:42:\"apihelp-query+imageusage-example-generator\";i:5424;s:26:\"apihelp-query+info-summary\";i:5425;s:29:\"apihelp-query+info-param-prop\";i:5426;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5427;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5428;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5429;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5430;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5431;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5432;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5433;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5434;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5435;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5436;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5437;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5438;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5439;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5440;s:36:\"apihelp-query+info-param-linkcontext\";i:5441;s:36:\"apihelp-query+info-param-testactions\";i:5442;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5443;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5444;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5445;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5446;s:33:\"apihelp-query+info-example-simple\";i:5447;s:37:\"apihelp-query+info-example-protection\";i:5448;s:33:\"apihelp-query+iwbacklinks-summary\";i:5449;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5450;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5451;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5452;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5453;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5454;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5455;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5456;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5457;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5458;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5459;s:29:\"apihelp-query+iwlinks-summary\";i:5460;s:31:\"apihelp-query+iwlinks-param-url\";i:5461;s:32:\"apihelp-query+iwlinks-param-prop\";i:5462;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5463;s:33:\"apihelp-query+iwlinks-param-limit\";i:5464;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5465;s:33:\"apihelp-query+iwlinks-param-title\";i:5466;s:31:\"apihelp-query+iwlinks-param-dir\";i:5467;s:36:\"apihelp-query+iwlinks-example-simple\";i:5468;s:35:\"apihelp-query+langbacklinks-summary\";i:5469;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5470;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5471;s:39:\"apihelp-query+langbacklinks-param-title\";i:5472;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5473;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5474;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5475;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5476;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5477;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5478;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5479;s:31:\"apihelp-query+langlinks-summary\";i:5480;s:35:\"apihelp-query+langlinks-param-limit\";i:5481;s:33:\"apihelp-query+langlinks-param-url\";i:5482;s:34:\"apihelp-query+langlinks-param-prop\";i:5483;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5484;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5485;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5486;s:34:\"apihelp-query+langlinks-param-lang\";i:5487;s:35:\"apihelp-query+langlinks-param-title\";i:5488;s:33:\"apihelp-query+langlinks-param-dir\";i:5489;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5490;s:38:\"apihelp-query+langlinks-example-simple\";i:5491;s:34:\"apihelp-query+languageinfo-summary\";i:5492;s:47:\"apihelp-query+languageinfo-extended-description\";i:5493;s:37:\"apihelp-query+languageinfo-param-prop\";i:5494;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5495;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5496;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5497;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5498;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5499;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5500;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5501;s:37:\"apihelp-query+languageinfo-param-code\";i:5502;s:41:\"apihelp-query+languageinfo-example-simple\";i:5503;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5504;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5505;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5506;s:27:\"apihelp-query+links-summary\";i:5507;s:35:\"apihelp-query+links-param-namespace\";i:5508;s:31:\"apihelp-query+links-param-limit\";i:5509;s:32:\"apihelp-query+links-param-titles\";i:5510;s:29:\"apihelp-query+links-param-dir\";i:5511;s:34:\"apihelp-query+links-example-simple\";i:5512;s:37:\"apihelp-query+links-example-generator\";i:5513;s:38:\"apihelp-query+links-example-namespaces\";i:5514;s:31:\"apihelp-query+linkshere-summary\";i:5515;s:34:\"apihelp-query+linkshere-param-prop\";i:5516;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5517;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5518;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5519;s:39:\"apihelp-query+linkshere-param-namespace\";i:5520;s:35:\"apihelp-query+linkshere-param-limit\";i:5521;s:34:\"apihelp-query+linkshere-param-show\";i:5522;s:38:\"apihelp-query+linkshere-example-simple\";i:5523;s:41:\"apihelp-query+linkshere-example-generator\";i:5524;s:31:\"apihelp-query+logevents-summary\";i:5525;s:34:\"apihelp-query+logevents-param-prop\";i:5526;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5527;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5528;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5529;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5530;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5531;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5532;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5533;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5534;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5535;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5536;s:34:\"apihelp-query+logevents-param-type\";i:5537;s:36:\"apihelp-query+logevents-param-action\";i:5538;s:35:\"apihelp-query+logevents-param-start\";i:5539;s:33:\"apihelp-query+logevents-param-end\";i:5540;s:34:\"apihelp-query+logevents-param-user\";i:5541;s:35:\"apihelp-query+logevents-param-title\";i:5542;s:39:\"apihelp-query+logevents-param-namespace\";i:5543;s:36:\"apihelp-query+logevents-param-prefix\";i:5544;s:33:\"apihelp-query+logevents-param-tag\";i:5545;s:35:\"apihelp-query+logevents-param-limit\";i:5546;s:38:\"apihelp-query+logevents-example-simple\";i:5547;s:35:\"apihelp-query+pagepropnames-summary\";i:5548;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5549;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5550;s:31:\"apihelp-query+pageprops-summary\";i:5551;s:34:\"apihelp-query+pageprops-param-prop\";i:5552;s:38:\"apihelp-query+pageprops-example-simple\";i:5553;s:35:\"apihelp-query+pageswithprop-summary\";i:5554;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5555;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5556;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5557;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5558;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5559;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5560;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5561;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5562;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5563;s:34:\"apihelp-query+prefixsearch-summary\";i:5564;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5565;s:39:\"apihelp-query+prefixsearch-param-search\";i:5566;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5567;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5568;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5569;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5570;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5571;s:37:\"apihelp-query+protectedtitles-summary\";i:5572;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5573;s:41:\"apihelp-query+protectedtitles-param-level\";i:5574;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5575;s:41:\"apihelp-query+protectedtitles-param-start\";i:5576;s:39:\"apihelp-query+protectedtitles-param-end\";i:5577;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5578;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5579;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5580;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5581;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5582;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5583;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5584;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5585;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5586;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5587;s:31:\"apihelp-query+querypage-summary\";i:5588;s:34:\"apihelp-query+querypage-param-page\";i:5589;s:35:\"apihelp-query+querypage-param-limit\";i:5590;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5591;s:28:\"apihelp-query+random-summary\";i:5592;s:41:\"apihelp-query+random-extended-description\";i:5593;s:36:\"apihelp-query+random-param-namespace\";i:5594;s:32:\"apihelp-query+random-param-limit\";i:5595;s:35:\"apihelp-query+random-param-redirect\";i:5596;s:38:\"apihelp-query+random-param-filterredir\";i:5597;s:35:\"apihelp-query+random-example-simple\";i:5598;s:38:\"apihelp-query+random-example-generator\";i:5599;s:35:\"apihelp-query+recentchanges-summary\";i:5600;s:39:\"apihelp-query+recentchanges-param-start\";i:5601;s:37:\"apihelp-query+recentchanges-param-end\";i:5602;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5603;s:38:\"apihelp-query+recentchanges-param-user\";i:5604;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5605;s:37:\"apihelp-query+recentchanges-param-tag\";i:5606;s:38:\"apihelp-query+recentchanges-param-slot\";i:5607;s:38:\"apihelp-query+recentchanges-param-prop\";i:5608;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5609;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5610;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5611;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5612;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5613;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5614;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5615;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5616;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5617;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5618;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5619;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5620;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5621;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5622;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5623;s:38:\"apihelp-query+recentchanges-param-show\";i:5624;s:39:\"apihelp-query+recentchanges-param-limit\";i:5625;s:38:\"apihelp-query+recentchanges-param-type\";i:5626;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5627;s:39:\"apihelp-query+recentchanges-param-title\";i:5628;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5629;s:42:\"apihelp-query+recentchanges-example-simple\";i:5630;s:45:\"apihelp-query+recentchanges-example-generator\";i:5631;s:31:\"apihelp-query+redirects-summary\";i:5632;s:34:\"apihelp-query+redirects-param-prop\";i:5633;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5634;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5635;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5636;s:39:\"apihelp-query+redirects-param-namespace\";i:5637;s:35:\"apihelp-query+redirects-param-limit\";i:5638;s:34:\"apihelp-query+redirects-param-show\";i:5639;s:38:\"apihelp-query+redirects-example-simple\";i:5640;s:41:\"apihelp-query+redirects-example-generator\";i:5641;s:31:\"apihelp-query+revisions-summary\";i:5642;s:44:\"apihelp-query+revisions-extended-description\";i:5643;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5644;s:37:\"apihelp-query+revisions-param-startid\";i:5645;s:35:\"apihelp-query+revisions-param-endid\";i:5646;s:35:\"apihelp-query+revisions-param-start\";i:5647;s:33:\"apihelp-query+revisions-param-end\";i:5648;s:34:\"apihelp-query+revisions-param-user\";i:5649;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5650;s:33:\"apihelp-query+revisions-param-tag\";i:5651;s:39:\"apihelp-query+revisions-example-content\";i:5652;s:37:\"apihelp-query+revisions-example-last5\";i:5653;s:38:\"apihelp-query+revisions-example-first5\";i:5654;s:44:\"apihelp-query+revisions-example-first5-after\";i:5655;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5656;s:43:\"apihelp-query+revisions-example-first5-user\";i:5657;s:39:\"apihelp-query+revisions+base-param-prop\";i:5658;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5659;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5660;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5661;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5662;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5663;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5664;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5665;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5666;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5667;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5668;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5669;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5670;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5671;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5672;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5673;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5674;s:40:\"apihelp-query+revisions+base-param-slots\";i:5675;s:40:\"apihelp-query+revisions+base-param-limit\";i:5676;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5677;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5678;s:40:\"apihelp-query+revisions+base-param-parse\";i:5679;s:42:\"apihelp-query+revisions+base-param-section\";i:5680;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5681;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5682;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5683;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5684;s:28:\"apihelp-query+search-summary\";i:5685;s:33:\"apihelp-query+search-param-search\";i:5686;s:36:\"apihelp-query+search-param-namespace\";i:5687;s:31:\"apihelp-query+search-param-what\";i:5688;s:31:\"apihelp-query+search-param-info\";i:5689;s:31:\"apihelp-query+search-param-prop\";i:5690;s:36:\"apihelp-query+search-param-qiprofile\";i:5691;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5692;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5693;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5694;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5695;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5696;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5697;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5698;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5699;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5700;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5701;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5702;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5703;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5704;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5705;s:32:\"apihelp-query+search-param-limit\";i:5706;s:36:\"apihelp-query+search-param-interwiki\";i:5707;s:34:\"apihelp-query+search-param-backend\";i:5708;s:41:\"apihelp-query+search-param-enablerewrites\";i:5709;s:31:\"apihelp-query+search-param-sort\";i:5710;s:35:\"apihelp-query+search-example-simple\";i:5711;s:33:\"apihelp-query+search-example-text\";i:5712;s:38:\"apihelp-query+search-example-generator\";i:5713;s:30:\"apihelp-query+siteinfo-summary\";i:5714;s:33:\"apihelp-query+siteinfo-param-prop\";i:5715;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5716;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5717;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5718;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5719;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5720;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5721;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5722;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5723;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5724;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5725;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5726;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5727;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5728;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5729;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5730;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5731;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5732;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5733;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5734;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5735;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5736;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5737;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5738;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5739;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5740;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5741;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5742;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5743;s:37:\"apihelp-query+siteinfo-example-simple\";i:5744;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5745;s:37:\"apihelp-query+siteinfo-example-replag\";i:5746;s:36:\"apihelp-query+stashimageinfo-summary\";i:5747;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5748;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5749;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5750;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5751;s:26:\"apihelp-query+tags-summary\";i:5752;s:30:\"apihelp-query+tags-param-limit\";i:5753;s:29:\"apihelp-query+tags-param-prop\";i:5754;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5755;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5756;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5757;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5758;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5759;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5760;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5761;s:33:\"apihelp-query+tags-example-simple\";i:5762;s:31:\"apihelp-query+templates-summary\";i:5763;s:39:\"apihelp-query+templates-param-namespace\";i:5764;s:35:\"apihelp-query+templates-param-limit\";i:5765;s:39:\"apihelp-query+templates-param-templates\";i:5766;s:33:\"apihelp-query+templates-param-dir\";i:5767;s:38:\"apihelp-query+templates-example-simple\";i:5768;s:41:\"apihelp-query+templates-example-generator\";i:5769;s:42:\"apihelp-query+templates-example-namespaces\";i:5770;s:28:\"apihelp-query+tokens-summary\";i:5771;s:31:\"apihelp-query+tokens-param-type\";i:5772;s:35:\"apihelp-query+tokens-example-simple\";i:5773;s:34:\"apihelp-query+tokens-example-types\";i:5774;s:35:\"apihelp-query+transcludedin-summary\";i:5775;s:38:\"apihelp-query+transcludedin-param-prop\";i:5776;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5777;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5778;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5779;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5780;s:39:\"apihelp-query+transcludedin-param-limit\";i:5781;s:38:\"apihelp-query+transcludedin-param-show\";i:5782;s:42:\"apihelp-query+transcludedin-example-simple\";i:5783;s:45:\"apihelp-query+transcludedin-example-generator\";i:5784;s:34:\"apihelp-query+usercontribs-summary\";i:5785;s:38:\"apihelp-query+usercontribs-param-limit\";i:5786;s:38:\"apihelp-query+usercontribs-param-start\";i:5787;s:36:\"apihelp-query+usercontribs-param-end\";i:5788;s:37:\"apihelp-query+usercontribs-param-user\";i:5789;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5790;s:40:\"apihelp-query+usercontribs-param-userids\";i:5791;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5792;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5793;s:37:\"apihelp-query+usercontribs-param-prop\";i:5794;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5795;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5796;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5797;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5798;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5799;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5800;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5801;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5802;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5803;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5804;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5805;s:37:\"apihelp-query+usercontribs-param-show\";i:5806;s:36:\"apihelp-query+usercontribs-param-tag\";i:5807;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5808;s:39:\"apihelp-query+usercontribs-example-user\";i:5809;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5810;s:30:\"apihelp-query+userinfo-summary\";i:5811;s:33:\"apihelp-query+userinfo-param-prop\";i:5812;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5813;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5814;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5815;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5816;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5817;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5818;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5819;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5820;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5821;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5822;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:5823;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5824;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5825;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5826;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5827;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5828;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5829;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5830;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5831;s:37:\"apihelp-query+userinfo-example-simple\";i:5832;s:35:\"apihelp-query+userinfo-example-data\";i:5833;s:27:\"apihelp-query+users-summary\";i:5834;s:30:\"apihelp-query+users-param-prop\";i:5835;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5836;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5837;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5838;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5839;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5840;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5841;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5842;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5843;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5844;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5845;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5846;s:38:\"apihelp-query+users-param-attachedwiki\";i:5847;s:31:\"apihelp-query+users-param-users\";i:5848;s:33:\"apihelp-query+users-param-userids\";i:5849;s:34:\"apihelp-query+users-example-simple\";i:5850;s:31:\"apihelp-query+watchlist-summary\";i:5851;s:36:\"apihelp-query+watchlist-param-allrev\";i:5852;s:35:\"apihelp-query+watchlist-param-start\";i:5853;s:33:\"apihelp-query+watchlist-param-end\";i:5854;s:39:\"apihelp-query+watchlist-param-namespace\";i:5855;s:34:\"apihelp-query+watchlist-param-user\";i:5856;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5857;s:35:\"apihelp-query+watchlist-param-limit\";i:5858;s:34:\"apihelp-query+watchlist-param-prop\";i:5859;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5860;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5861;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5862;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5863;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5864;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5865;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5866;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5867;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5868;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5869;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5870;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5871;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5872;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5873;s:34:\"apihelp-query+watchlist-param-show\";i:5874;s:34:\"apihelp-query+watchlist-param-type\";i:5875;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5876;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5877;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5878;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5879;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5880;s:35:\"apihelp-query+watchlist-param-owner\";i:5881;s:35:\"apihelp-query+watchlist-param-token\";i:5882;s:38:\"apihelp-query+watchlist-example-simple\";i:5883;s:37:\"apihelp-query+watchlist-example-props\";i:5884;s:38:\"apihelp-query+watchlist-example-expiry\";i:5885;s:38:\"apihelp-query+watchlist-example-allrev\";i:5886;s:41:\"apihelp-query+watchlist-example-generator\";i:5887;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5888;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5889;s:34:\"apihelp-query+watchlistraw-summary\";i:5890;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5891;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5892;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5893;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5894;s:37:\"apihelp-query+watchlistraw-param-show\";i:5895;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5896;s:38:\"apihelp-query+watchlistraw-param-token\";i:5897;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5898;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5899;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5900;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5901;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5902;s:40:\"apihelp-removeauthenticationdata-summary\";i:5903;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5904;s:29:\"apihelp-resetpassword-summary\";i:5905;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5906;s:32:\"apihelp-resetpassword-param-user\";i:5907;s:33:\"apihelp-resetpassword-param-email\";i:5908;s:34:\"apihelp-resetpassword-example-user\";i:5909;s:35:\"apihelp-resetpassword-example-email\";i:5910;s:30:\"apihelp-revisiondelete-summary\";i:5911;s:33:\"apihelp-revisiondelete-param-type\";i:5912;s:35:\"apihelp-revisiondelete-param-target\";i:5913;s:32:\"apihelp-revisiondelete-param-ids\";i:5914;s:33:\"apihelp-revisiondelete-param-hide\";i:5915;s:33:\"apihelp-revisiondelete-param-show\";i:5916;s:37:\"apihelp-revisiondelete-param-suppress\";i:5917;s:35:\"apihelp-revisiondelete-param-reason\";i:5918;s:33:\"apihelp-revisiondelete-param-tags\";i:5919;s:39:\"apihelp-revisiondelete-example-revision\";i:5920;s:34:\"apihelp-revisiondelete-example-log\";i:5921;s:24:\"apihelp-rollback-summary\";i:5922;s:37:\"apihelp-rollback-extended-description\";i:5923;s:28:\"apihelp-rollback-param-title\";i:5924;s:29:\"apihelp-rollback-param-pageid\";i:5925;s:27:\"apihelp-rollback-param-tags\";i:5926;s:27:\"apihelp-rollback-param-user\";i:5927;s:30:\"apihelp-rollback-param-summary\";i:5928;s:30:\"apihelp-rollback-param-markbot\";i:5929;s:32:\"apihelp-rollback-param-watchlist\";i:5930;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:5931;s:31:\"apihelp-rollback-example-simple\";i:5932;s:32:\"apihelp-rollback-example-summary\";i:5933;s:19:\"apihelp-rsd-summary\";i:5934;s:26:\"apihelp-rsd-example-simple\";i:5935;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5936;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5937;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5938;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5939;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5940;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5941;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5942;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5943;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5944;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5945;s:31:\"apihelp-setpagelanguage-summary\";i:5946;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5947;s:35:\"apihelp-setpagelanguage-param-title\";i:5948;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5949;s:34:\"apihelp-setpagelanguage-param-lang\";i:5950;s:36:\"apihelp-setpagelanguage-param-reason\";i:5951;s:34:\"apihelp-setpagelanguage-param-tags\";i:5952;s:40:\"apihelp-setpagelanguage-example-language\";i:5953;s:39:\"apihelp-setpagelanguage-example-default\";i:5954;s:25:\"apihelp-stashedit-summary\";i:5955;s:38:\"apihelp-stashedit-extended-description\";i:5956;s:29:\"apihelp-stashedit-param-title\";i:5957;s:31:\"apihelp-stashedit-param-section\";i:5958;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5959;s:28:\"apihelp-stashedit-param-text\";i:5960;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5961;s:36:\"apihelp-stashedit-param-contentmodel\";i:5962;s:37:\"apihelp-stashedit-param-contentformat\";i:5963;s:33:\"apihelp-stashedit-param-baserevid\";i:5964;s:31:\"apihelp-stashedit-param-summary\";i:5965;s:19:\"apihelp-tag-summary\";i:5966;s:22:\"apihelp-tag-param-rcid\";i:5967;s:23:\"apihelp-tag-param-revid\";i:5968;s:23:\"apihelp-tag-param-logid\";i:5969;s:21:\"apihelp-tag-param-add\";i:5970;s:24:\"apihelp-tag-param-remove\";i:5971;s:24:\"apihelp-tag-param-reason\";i:5972;s:22:\"apihelp-tag-param-tags\";i:5973;s:23:\"apihelp-tag-example-rev\";i:5974;s:23:\"apihelp-tag-example-log\";i:5975;s:23:\"apihelp-unblock-summary\";i:5976;s:24:\"apihelp-unblock-param-id\";i:5977;s:26:\"apihelp-unblock-param-user\";i:5978;s:28:\"apihelp-unblock-param-userid\";i:5979;s:28:\"apihelp-unblock-param-reason\";i:5980;s:26:\"apihelp-unblock-param-tags\";i:5981;s:26:\"apihelp-unblock-example-id\";i:5982;s:28:\"apihelp-unblock-example-user\";i:5983;s:24:\"apihelp-undelete-summary\";i:5984;s:37:\"apihelp-undelete-extended-description\";i:5985;s:28:\"apihelp-undelete-param-title\";i:5986;s:29:\"apihelp-undelete-param-reason\";i:5987;s:27:\"apihelp-undelete-param-tags\";i:5988;s:33:\"apihelp-undelete-param-timestamps\";i:5989;s:30:\"apihelp-undelete-param-fileids\";i:5990;s:32:\"apihelp-undelete-param-watchlist\";i:5991;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:5992;s:35:\"apihelp-undelete-param-undeletetalk\";i:5993;s:29:\"apihelp-undelete-example-page\";i:5994;s:34:\"apihelp-undelete-example-revisions\";i:5995;s:29:\"apihelp-unlinkaccount-summary\";i:5996;s:36:\"apihelp-unlinkaccount-example-simple\";i:5997;s:22:\"apihelp-upload-summary\";i:5998;s:35:\"apihelp-upload-extended-description\";i:5999;s:29:\"apihelp-upload-param-filename\";i:6000;s:28:\"apihelp-upload-param-comment\";i:6001;s:25:\"apihelp-upload-param-tags\";i:6002;s:25:\"apihelp-upload-param-text\";i:6003;s:26:\"apihelp-upload-param-watch\";i:6004;s:30:\"apihelp-upload-param-watchlist\";i:6005;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6006;s:35:\"apihelp-upload-param-ignorewarnings\";i:6007;s:25:\"apihelp-upload-param-file\";i:6008;s:24:\"apihelp-upload-param-url\";i:6009;s:28:\"apihelp-upload-param-filekey\";i:6010;s:31:\"apihelp-upload-param-sessionkey\";i:6011;s:26:\"apihelp-upload-param-stash\";i:6012;s:29:\"apihelp-upload-param-filesize\";i:6013;s:27:\"apihelp-upload-param-offset\";i:6014;s:26:\"apihelp-upload-param-chunk\";i:6015;s:26:\"apihelp-upload-param-async\";i:6016;s:32:\"apihelp-upload-param-checkstatus\";i:6017;s:26:\"apihelp-upload-example-url\";i:6018;s:30:\"apihelp-upload-example-filekey\";i:6019;s:26:\"apihelp-userrights-summary\";i:6020;s:29:\"apihelp-userrights-param-user\";i:6021;s:31:\"apihelp-userrights-param-userid\";i:6022;s:28:\"apihelp-userrights-param-add\";i:6023;s:31:\"apihelp-userrights-param-expiry\";i:6024;s:31:\"apihelp-userrights-param-remove\";i:6025;s:31:\"apihelp-userrights-param-reason\";i:6026;s:29:\"apihelp-userrights-param-tags\";i:6027;s:31:\"apihelp-userrights-example-user\";i:6028;s:33:\"apihelp-userrights-example-userid\";i:6029;s:33:\"apihelp-userrights-example-expiry\";i:6030;s:32:\"apihelp-validatepassword-summary\";i:6031;s:45:\"apihelp-validatepassword-extended-description\";i:6032;s:39:\"apihelp-validatepassword-param-password\";i:6033;s:35:\"apihelp-validatepassword-param-user\";i:6034;s:36:\"apihelp-validatepassword-param-email\";i:6035;s:39:\"apihelp-validatepassword-param-realname\";i:6036;s:34:\"apihelp-validatepassword-example-1\";i:6037;s:34:\"apihelp-validatepassword-example-2\";i:6038;s:21:\"apihelp-watch-summary\";i:6039;s:25:\"apihelp-watch-param-title\";i:6040;s:26:\"apihelp-watch-param-expiry\";i:6041;s:27:\"apihelp-watch-param-unwatch\";i:6042;s:27:\"apihelp-watch-example-watch\";i:6043;s:34:\"apihelp-watch-example-watch-expiry\";i:6044;s:29:\"apihelp-watch-example-unwatch\";i:6045;s:31:\"apihelp-watch-example-generator\";i:6046;s:30:\"apihelp-format-example-generic\";i:6047;s:32:\"apihelp-format-param-wrappedhtml\";i:6048;s:20:\"apihelp-json-summary\";i:6049;s:27:\"apihelp-json-param-callback\";i:6050;s:23:\"apihelp-json-param-utf8\";i:6051;s:24:\"apihelp-json-param-ascii\";i:6052;s:32:\"apihelp-json-param-formatversion\";i:6053;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6054;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6055;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6056;s:22:\"apihelp-jsonfm-summary\";i:6057;s:20:\"apihelp-none-summary\";i:6058;s:19:\"apihelp-php-summary\";i:6059;s:31:\"apihelp-php-param-formatversion\";i:6060;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6061;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6062;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6063;s:21:\"apihelp-phpfm-summary\";i:6064;s:21:\"apihelp-rawfm-summary\";i:6065;s:19:\"apihelp-xml-summary\";i:6066;s:22:\"apihelp-xml-param-xslt\";i:6067;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6068;s:21:\"apihelp-xmlfm-summary\";i:6069;s:16:\"api-format-title\";i:6070;s:29:\"api-format-prettyprint-header\";i:6071;s:39:\"api-format-prettyprint-header-only-html\";i:6072;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6073;s:29:\"api-format-prettyprint-status\";i:6074;s:22:\"api-login-fail-aborted\";i:6075;s:30:\"api-login-fail-aborted-nobotpw\";i:6076;s:33:\"api-login-fail-badsessionprovider\";i:6077;s:25:\"api-login-fail-sameorigin\";i:6078;s:24:\"api-pageset-param-titles\";i:6079;s:25:\"api-pageset-param-pageids\";i:6080;s:24:\"api-pageset-param-revids\";i:6081;s:27:\"api-pageset-param-generator\";i:6082;s:37:\"api-pageset-param-redirects-generator\";i:6083;s:39:\"api-pageset-param-redirects-nogenerator\";i:6084;s:31:\"api-pageset-param-converttitles\";i:6085;s:14:\"api-help-title\";i:6086;s:13:\"api-help-lead\";i:6087;s:20:\"api-help-main-header\";i:6088;s:28:\"api-help-undocumented-module\";i:6089;s:24:\"api-help-flag-deprecated\";i:6090;s:22:\"api-help-flag-internal\";i:6091;s:24:\"api-help-flag-readrights\";i:6092;s:25:\"api-help-flag-writerights\";i:6093;s:26:\"api-help-flag-mustbeposted\";i:6094;s:23:\"api-help-flag-generator\";i:6095;s:15:\"api-help-source\";i:6096;s:23:\"api-help-source-unknown\";i:6097;s:16:\"api-help-license\";i:6098;s:23:\"api-help-license-noname\";i:6099;s:24:\"api-help-license-unknown\";i:6100;s:19:\"api-help-parameters\";i:6101;s:25:\"api-help-param-deprecated\";i:6102;s:31:\"api-help-param-deprecated-label\";i:6103;s:23:\"api-help-param-internal\";i:6104;s:29:\"api-help-param-internal-label\";i:6105;s:24:\"api-help-param-templated\";i:6106;s:34:\"api-help-param-templated-var-first\";i:6107;s:28:\"api-help-param-templated-var\";i:6108;s:25:\"api-help-datatypes-header\";i:6109;s:31:\"api-help-templatedparams-header\";i:6110;s:24:\"api-help-templatedparams\";i:6111;s:25:\"api-help-param-type-limit\";i:6112;s:29:\"api-help-param-type-timestamp\";i:6113;s:24:\"api-help-param-type-enum\";i:6114;s:29:\"api-help-param-multi-separate\";i:6115;s:24:\"api-help-param-multi-all\";i:6116;s:28:\"api-help-param-default-empty\";i:6117;s:20:\"api-help-param-token\";i:6118;s:26:\"api-help-param-token-webui\";i:6119;s:37:\"api-help-param-disabled-in-miser-mode\";i:6120;s:36:\"api-help-param-limited-in-miser-mode\";i:6121;s:24:\"api-help-param-direction\";i:6122;s:23:\"api-help-param-continue\";i:6123;s:29:\"api-help-param-no-description\";i:6124;s:17:\"api-help-examples\";i:6125;s:20:\"api-help-permissions\";i:6126;s:31:\"api-help-permissions-granted-to\";i:6127;s:28:\"api-help-right-apihighlimits\";i:6128;s:27:\"api-help-open-in-apisandbox\";i:6129;s:34:\"api-help-authmanager-general-usage\";i:6130;s:35:\"api-help-authmanagerhelper-requests\";i:6131;s:34:\"api-help-authmanagerhelper-request\";i:6132;s:40:\"api-help-authmanagerhelper-messageformat\";i:6133;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6134;s:40:\"api-help-authmanagerhelper-preservestate\";i:6135;s:36:\"api-help-authmanagerhelper-returnurl\";i:6136;s:35:\"api-help-authmanagerhelper-continue\";i:6137;s:44:\"api-help-authmanagerhelper-additional-params\";i:6138;s:27:\"apierror-allimages-redirect\";i:6139;s:37:\"apierror-allpages-generator-redirects\";i:6140;s:27:\"apierror-appendnotsupported\";i:6141;s:22:\"apierror-articleexists\";i:6142;s:25:\"apierror-assertanonfailed\";i:6143;s:24:\"apierror-assertbotfailed\";i:6144;s:30:\"apierror-assertnameduserfailed\";i:6145;s:25:\"apierror-assertuserfailed\";i:6146;s:20:\"apierror-autoblocked\";i:6147;s:32:\"apierror-bad-badfilecontexttitle\";i:6148;s:33:\"apierror-badconfig-resulttoosmall\";i:6149;s:20:\"apierror-badcontinue\";i:6150;s:16:\"apierror-baddiff\";i:6151;s:18:\"apierror-baddiffto\";i:6152;s:26:\"apierror-badformat-generic\";i:6153;s:18:\"apierror-badformat\";i:6154;s:34:\"apierror-badgenerator-notgenerator\";i:6155;s:29:\"apierror-badgenerator-unknown\";i:6156;s:14:\"apierror-badip\";i:6157;s:15:\"apierror-badmd5\";i:6158;s:31:\"apierror-badmodule-badsubmodule\";i:6159;s:31:\"apierror-badmodule-nosubmodules\";i:6160;s:21:\"apierror-badparameter\";i:6161;s:17:\"apierror-badquery\";i:6162;s:21:\"apierror-badtimestamp\";i:6163;s:17:\"apierror-badtoken\";i:6164;s:18:\"apierror-badupload\";i:6165;s:15:\"apierror-badurl\";i:6166;s:16:\"apierror-baduser\";i:6167;s:31:\"apierror-badvalue-notmultivalue\";i:6168;s:28:\"apierror-bad-watchlist-token\";i:6169;s:24:\"apierror-blockedfrommail\";i:6170;s:16:\"apierror-blocked\";i:6171;s:24:\"apierror-blocked-partial\";i:6172;s:25:\"apierror-botsnotsupported\";i:6173;s:33:\"apierror-cannot-async-upload-file\";i:6174;s:29:\"apierror-cannotreauthenticate\";i:6175;s:24:\"apierror-cannotviewtitle\";i:6176;s:24:\"apierror-cantblock-email\";i:6177;s:18:\"apierror-cantblock\";i:6178;s:31:\"apierror-cantchangecontentmodel\";i:6179;s:17:\"apierror-canthide\";i:6180;s:26:\"apierror-cantimport-upload\";i:6181;s:19:\"apierror-cantimport\";i:6182;s:33:\"apierror-cantoverwrite-sharedfile\";i:6183;s:17:\"apierror-cantsend\";i:6184;s:21:\"apierror-cantundelete\";i:6185;s:33:\"apierror-cantview-deleted-comment\";i:6186;s:37:\"apierror-cantview-deleted-description\";i:6187;s:34:\"apierror-cantview-deleted-metadata\";i:6188;s:42:\"apierror-cantview-deleted-revision-content\";i:6189;s:29:\"apierror-changeauth-norequest\";i:6190;s:24:\"apierror-chunk-too-small\";i:6191;s:21:\"apierror-cidrtoobroad\";i:6192;s:33:\"apierror-compare-maintextrequired\";i:6193;s:25:\"apierror-compare-no-title\";i:6194;s:34:\"apierror-compare-nosuchfromsection\";i:6195;s:32:\"apierror-compare-nosuchtosection\";i:6196;s:31:\"apierror-compare-nofromrevision\";i:6197;s:23:\"apierror-compare-notext\";i:6198;s:29:\"apierror-compare-notorevision\";i:6199;s:26:\"apierror-concurrency-limit\";i:6200;s:36:\"apierror-compare-relative-to-deleted\";i:6201;s:36:\"apierror-compare-relative-to-nothing\";i:6202;s:38:\"apierror-contentserializationexception\";i:6203;s:22:\"apierror-contenttoobig\";i:6204;s:28:\"apierror-copyuploadbaddomain\";i:6205;s:25:\"apierror-copyuploadbadurl\";i:6206;s:27:\"apierror-create-titleexists\";i:6207;s:19:\"apierror-csp-report\";i:6208;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6209;s:32:\"apierror-deletedrevs-param-not-3\";i:6210;s:29:\"apierror-edit-invalidredirect\";i:6211;s:24:\"apierror-emptynewsection\";i:6212;s:18:\"apierror-emptypage\";i:6213;s:24:\"apierror-exceptioncaught\";i:6214;s:28:\"apierror-exceptioncaughttype\";i:6215;s:25:\"apierror-filedoesnotexist\";i:6216;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6217;s:19:\"apierror-filenopath\";i:6218;s:32:\"apierror-filetypecannotberotated\";i:6219;s:18:\"apierror-formatphp\";i:6220;s:28:\"apierror-imageusage-badtitle\";i:6221;s:28:\"apierror-import-unknownerror\";i:6222;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6223;s:35:\"apierror-integeroutofrange-abovemax\";i:6224;s:39:\"apierror-integeroutofrange-belowminimum\";i:6225;s:24:\"apierror-invalidcategory\";i:6226;s:22:\"apierror-invalid-chunk\";i:6227;s:22:\"apierror-invalidexpiry\";i:6228;s:25:\"apierror-invalid-file-key\";i:6229;s:20:\"apierror-invalidlang\";i:6230;s:22:\"apierror-invalidmethod\";i:6231;s:24:\"apierror-invalidoldimage\";i:6232;s:38:\"apierror-invalidparammix-cannotusewith\";i:6233;s:36:\"apierror-invalidparammix-mustusewith\";i:6234;s:42:\"apierror-invalidparammix-parse-new-section\";i:6235;s:24:\"apierror-invalidparammix\";i:6236;s:23:\"apierror-invalidsection\";i:6237;s:30:\"apierror-invalidsha1base36hash\";i:6238;s:24:\"apierror-invalidsha1hash\";i:6239;s:21:\"apierror-invalidtitle\";i:6240;s:24:\"apierror-invalidurlparam\";i:6241;s:20:\"apierror-invaliduser\";i:6242;s:22:\"apierror-invaliduserid\";i:6243;s:17:\"apierror-maxbytes\";i:6244;s:17:\"apierror-maxchars\";i:6245;s:23:\"apierror-maxlag-generic\";i:6246;s:15:\"apierror-maxlag\";i:6247;s:27:\"apierror-mimesearchdisabled\";i:6248;s:30:\"apierror-missingcontent-pageid\";i:6249;s:29:\"apierror-missingcontent-revid\";i:6250;s:34:\"apierror-missingcontent-revid-role\";i:6251;s:37:\"apierror-missingparam-at-least-one-of\";i:6252;s:28:\"apierror-missingparam-one-of\";i:6253;s:21:\"apierror-missingparam\";i:6254;s:26:\"apierror-missingrev-pageid\";i:6255;s:25:\"apierror-missingrev-title\";i:6256;s:32:\"apierror-missingtitle-createonly\";i:6257;s:21:\"apierror-missingtitle\";i:6258;s:28:\"apierror-missingtitle-byname\";i:6259;s:23:\"apierror-moduledisabled\";i:6260;s:29:\"apierror-multival-only-one-of\";i:6261;s:18:\"apierror-multpages\";i:6262;s:34:\"apierror-mustbeloggedin-changeauth\";i:6263;s:31:\"apierror-mustbeloggedin-generic\";i:6264;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6265;s:34:\"apierror-mustbeloggedin-removeauth\";i:6266;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6267;s:23:\"apierror-mustbeloggedin\";i:6268;s:21:\"apierror-mustbeposted\";i:6269;s:23:\"apierror-mustpostparams\";i:6270;s:19:\"apierror-noapiwrite\";i:6271;s:18:\"apierror-nochanges\";i:6272;s:25:\"apierror-nodeleteablefile\";i:6273;s:26:\"apierror-no-direct-editing\";i:6274;s:20:\"apierror-noedit-anon\";i:6275;s:15:\"apierror-noedit\";i:6276;s:29:\"apierror-noimageredirect-anon\";i:6277;s:24:\"apierror-noimageredirect\";i:6278;s:20:\"apierror-nosuchlogid\";i:6279;s:21:\"apierror-nosuchpageid\";i:6280;s:19:\"apierror-nosuchrcid\";i:6281;s:20:\"apierror-nosuchrevid\";i:6282;s:22:\"apierror-nosuchsection\";i:6283;s:27:\"apierror-nosuchsection-what\";i:6284;s:21:\"apierror-nosuchuserid\";i:6285;s:17:\"apierror-notarget\";i:6286;s:23:\"apierror-notpatrollable\";i:6287;s:23:\"apierror-nouploadmodule\";i:6288;s:33:\"apierror-opensearch-json-warnings\";i:6289;s:24:\"apierror-pagecannotexist\";i:6290;s:20:\"apierror-pagedeleted\";i:6291;s:26:\"apierror-pagelang-disabled\";i:6292;s:19:\"apierror-paramempty\";i:6293;s:30:\"apierror-parsetree-notwikitext\";i:6294;s:36:\"apierror-parsetree-notwikitext-title\";i:6295;s:19:\"apierror-pastexpiry\";i:6296;s:25:\"apierror-permissiondenied\";i:6297;s:33:\"apierror-permissiondenied-generic\";i:6298;s:36:\"apierror-permissiondenied-patrolflag\";i:6299;s:33:\"apierror-permissiondenied-unblock\";i:6300;s:29:\"apierror-prefixsearchdisabled\";i:6301;s:30:\"apierror-promised-nonwrite-api\";i:6302;s:30:\"apierror-protect-invalidaction\";i:6303;s:29:\"apierror-protect-invalidlevel\";i:6304;s:20:\"apierror-ratelimited\";i:6305;s:22:\"apierror-readapidenied\";i:6306;s:17:\"apierror-readonly\";i:6307;s:23:\"apierror-reauthenticate\";i:6308;s:28:\"apierror-redirect-appendonly\";i:6309;s:33:\"apierror-revdel-mutuallyexclusive\";i:6310;s:26:\"apierror-revdel-needtarget\";i:6311;s:27:\"apierror-revdel-paramneeded\";i:6312;s:24:\"apierror-revisions-badid\";i:6313;s:27:\"apierror-revisions-norevids\";i:6314;s:29:\"apierror-revisions-singlepage\";i:6315;s:21:\"apierror-revwrongpage\";i:6316;s:23:\"apierror-searchdisabled\";i:6317;s:29:\"apierror-sectionreplacefailed\";i:6318;s:29:\"apierror-sectionsnotsupported\";i:6319;s:34:\"apierror-sectionsnotsupported-what\";i:6320;s:13:\"apierror-show\";i:6321;s:34:\"apierror-siteinfo-includealldenied\";i:6322;s:25:\"apierror-sizediffdisabled\";i:6323;s:21:\"apierror-spamdetected\";i:6324;s:32:\"apierror-specialpage-cantexecute\";i:6325;s:28:\"apierror-stashedfilenotfound\";i:6326;s:30:\"apierror-stashedit-missingtext\";i:6327;s:29:\"apierror-stashfailed-complete\";i:6328;s:30:\"apierror-stashfailed-nosession\";i:6329;s:25:\"apierror-stashfilestorage\";i:6330;s:25:\"apierror-stashinvalidfile\";i:6331;s:27:\"apierror-stashnosuchfilekey\";i:6332;s:25:\"apierror-stashpathinvalid\";i:6333;s:24:\"apierror-stashwrongowner\";i:6334;s:24:\"apierror-stashzerolength\";i:6335;s:22:\"apierror-systemblocked\";i:6336;s:38:\"apierror-templateexpansion-notwikitext\";i:6337;s:23:\"apierror-toofewexpiries\";i:6338;s:22:\"apierror-toomanyvalues\";i:6339;s:22:\"apierror-unknownaction\";i:6340;s:30:\"apierror-unknownerror-editpage\";i:6341;s:28:\"apierror-unknownerror-nocode\";i:6342;s:21:\"apierror-unknownerror\";i:6343;s:22:\"apierror-unknownformat\";i:6344;s:27:\"apierror-unrecognizedparams\";i:6345;s:26:\"apierror-unrecognizedvalue\";i:6346;s:24:\"apierror-unsupportedrepo\";i:6347;s:29:\"apierror-upload-filekeyneeded\";i:6348;s:33:\"apierror-upload-filekeynotallowed\";i:6349;s:26:\"apierror-upload-inprogress\";i:6350;s:29:\"apierror-upload-missingresult\";i:6351;s:23:\"apierror-urlparamnormal\";i:6352;s:23:\"apierror-writeapidenied\";i:6353;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6354;s:19:\"apiwarn-badurlparam\";i:6355;s:15:\"apiwarn-badutf8\";i:6356;s:34:\"apiwarn-checktoken-percentencoding\";i:6357;s:23:\"apiwarn-compare-no-next\";i:6358;s:23:\"apiwarn-compare-no-prev\";i:6359;s:30:\"apiwarn-compare-nocontentmodel\";i:6360;s:31:\"apiwarn-deprecation-deletedrevs\";i:6361;s:33:\"apiwarn-deprecation-httpsexpected\";i:6362;s:31:\"apiwarn-deprecation-login-botpw\";i:6363;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6364;s:31:\"apiwarn-deprecation-login-token\";i:6365;s:32:\"apiwarn-deprecation-missingparam\";i:6366;s:29:\"apiwarn-deprecation-parameter\";i:6367;s:35:\"apiwarn-deprecation-parse-headitems\";i:6368;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6369;s:29:\"apiwarn-deprecation-purge-get\";i:6370;s:35:\"apiwarn-deprecation-withreplacement\";i:6371;s:20:\"apiwarn-difftohidden\";i:6372;s:26:\"apiwarn-errorprinterfailed\";i:6373;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6374;s:23:\"apiwarn-invalidcategory\";i:6375;s:20:\"apiwarn-invalidtitle\";i:6376;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6377;s:28:\"apiwarn-invalidxmlstylesheet\";i:6378;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6379;s:26:\"apiwarn-moduleswithoutvars\";i:6380;s:15:\"apiwarn-notfile\";i:6381;s:30:\"apiwarn-nothumb-noimagehandler\";i:6382;s:28:\"apiwarn-parse-nocontentmodel\";i:6383;s:30:\"apiwarn-parse-revidwithouttext\";i:6384;s:30:\"apiwarn-parse-titlewithouttext\";i:6385;s:26:\"apiwarn-redirectsandrevids\";i:6386;s:21:\"apiwarn-tokens-origin\";i:6387;s:23:\"apiwarn-truncatedresult\";i:6388;s:27:\"apiwarn-unclearnowtimestamp\";i:6389;s:26:\"apiwarn-unrecognizedvalues\";i:6390;s:24:\"apiwarn-unsupportedarray\";i:6391;s:21:\"apiwarn-urlparamwidth\";i:6392;s:33:\"apiwarn-validationfailed-badchars\";i:6393;s:32:\"apiwarn-validationfailed-badpref\";i:6394;s:34:\"apiwarn-validationfailed-cannotset\";i:6395;s:35:\"apiwarn-validationfailed-keytoolong\";i:6396;s:24:\"apiwarn-validationfailed\";i:6397;s:18:\"apiwarn-wgdebugapi\";i:6398;s:20:\"api-feed-error-title\";i:6399;s:16:\"api-usage-docref\";i:6400;s:25:\"api-usage-mailinglist-ref\";i:6401;s:19:\"api-exception-trace\";i:6402;s:18:\"api-credits-header\";i:6403;s:11:\"api-credits\";i:6404;s:20:\"rest-prefix-mismatch\";i:6405;s:17:\"rest-wrong-method\";i:6406;s:13:\"rest-no-match\";i:6407;s:22:\"rest-nonexistent-title\";i:6408;s:31:\"rest-nonexistent-title-revision\";i:6409;s:25:\"rest-nonexistent-revision\";i:6410;s:21:\"rest-nonexistent-user\";i:6411;s:17:\"rest-invalid-user\";i:6412;s:27:\"rest-permission-denied-anon\";i:6413;s:28:\"rest-permission-denied-title\";i:6414;s:31:\"rest-permission-denied-revision\";i:6415;s:28:\"rest-resource-limit-exceeded\";i:6416;s:36:\"rest-pagehistory-incompatible-params\";i:6417;s:34:\"rest-pagehistory-param-range-error\";i:6418;s:32:\"rest-pagehistory-timestamp-error\";i:6419;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6420;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6421;s:26:\"rest-compare-page-mismatch\";i:6422;s:30:\"rest-compare-permission-denied\";i:6423;s:24:\"rest-compare-nonexistent\";i:6424;s:25:\"rest-compare-inaccessible\";i:6425;s:26:\"rest-compare-wrong-content\";i:6426;s:22:\"rest-compare-wikidiff2\";i:6427;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6428;s:17:\"rest-search-error\";i:6429;s:27:\"rest-page-source-type-error\";i:6430;s:16:\"rest-no-revision\";i:6431;s:25:\"rest-media-too-many-links\";i:6432;s:23:\"rest-html-backend-error\";i:6433;s:18:\"rest-bad-json-body\";i:6434;s:26:\"rest-json-body-parse-error\";i:6435;s:23:\"rest-missing-body-field\";i:6436;s:22:\"rest-bad-content-model\";i:6437;s:30:\"rest-update-cannot-create-page\";i:6438;s:26:\"rest-extraneous-csrf-token\";i:6439;s:21:\"rest-cannot-load-file\";i:6440;s:28:\"rest-cross-origin-anon-write\";i:6441;s:31:\"rest-requires-safe-against-csrf\";i:6442;s:13:\"rest-badtoken\";i:6443;s:30:\"ooui-outline-control-move-down\";i:6444;s:28:\"ooui-outline-control-move-up\";i:6445;s:27:\"ooui-outline-control-remove\";i:6446;s:17:\"ooui-toolbar-more\";i:6447;s:21:\"ooui-toolgroup-expand\";i:6448;s:23:\"ooui-toolgroup-collapse\";i:6449;s:16:\"ooui-item-remove\";i:6450;s:26:\"ooui-dialog-message-accept\";i:6451;s:26:\"ooui-dialog-message-reject\";i:6452;s:25:\"ooui-dialog-process-error\";i:6453;s:27:\"ooui-dialog-process-dismiss\";i:6454;s:25:\"ooui-dialog-process-retry\";i:6455;s:28:\"ooui-dialog-process-continue\";i:6456;s:26:\"ooui-combobox-button-label\";i:6457;s:29:\"ooui-selectfile-button-select\";i:6458;s:38:\"ooui-selectfile-button-select-multiple\";i:6459;s:29:\"ooui-selectfile-not-supported\";i:6460;s:27:\"ooui-selectfile-placeholder\";i:6461;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6462;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6463;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6464;s:15:\"ooui-field-help\";i:6465;s:22:\"paramvalidator-badbool\";i:6466;s:24:\"paramvalidator-badexpiry\";i:6467;s:33:\"paramvalidator-badexpiry-duration\";i:6468;s:37:\"paramvalidator-badexpiry-duration-max\";i:6469;s:29:\"paramvalidator-badexpiry-past\";i:6470;s:23:\"paramvalidator-badfloat\";i:6471;s:33:\"paramvalidator-badfloat-notfinite\";i:6472;s:25:\"paramvalidator-badinteger\";i:6473;s:27:\"paramvalidator-badtimestamp\";i:6474;s:34:\"paramvalidator-badupload-cantwrite\";i:6475;s:33:\"paramvalidator-badupload-formsize\";i:6476;s:32:\"paramvalidator-badupload-inisize\";i:6477;s:31:\"paramvalidator-badupload-nofile\";i:6478;s:33:\"paramvalidator-badupload-notmpdir\";i:6479;s:34:\"paramvalidator-badupload-notupload\";i:6480;s:32:\"paramvalidator-badupload-partial\";i:6481;s:31:\"paramvalidator-badupload-phpext\";i:6482;s:33:\"paramvalidator-badvalue-enummulti\";i:6483;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6484;s:31:\"paramvalidator-deprecated-value\";i:6485;s:26:\"paramvalidator-emptystring\";i:6486;s:23:\"paramvalidator-maxbytes\";i:6487;s:23:\"paramvalidator-maxchars\";i:6488;s:27:\"paramvalidator-missingparam\";i:6489;s:23:\"paramvalidator-notmulti\";i:6490;s:29:\"paramvalidator-outofrange-max\";i:6491;s:32:\"paramvalidator-outofrange-minmax\";i:6492;s:29:\"paramvalidator-outofrange-min\";i:6493;s:31:\"paramvalidator-param-deprecated\";i:6494;s:28:\"paramvalidator-toomanyvalues\";i:6495;s:34:\"paramvalidator-unclearnowtimestamp\";i:6496;s:33:\"paramvalidator-unrecognizedvalues\";i:6497;s:27:\"paramvalidator-help-default\";i:6498;s:33:\"paramvalidator-help-default-empty\";i:6499;s:30:\"paramvalidator-help-deprecated\";i:6500;s:34:\"paramvalidator-help-multi-separate\";i:6501;s:29:\"paramvalidator-help-multi-max\";i:6502;s:36:\"paramvalidator-help-multi-max-simple\";i:6503;s:29:\"paramvalidator-help-multi-all\";i:6504;s:28:\"paramvalidator-help-required\";i:6505;s:32:\"paramvalidator-help-type-boolean\";i:6506;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6507;s:29:\"paramvalidator-help-type-enum\";i:6508;s:31:\"paramvalidator-help-type-expiry\";i:6509;s:30:\"paramvalidator-help-type-float\";i:6510;s:32:\"paramvalidator-help-type-integer\";i:6511;s:30:\"paramvalidator-help-type-limit\";i:6512;s:35:\"paramvalidator-help-type-number-max\";i:6513;s:38:\"paramvalidator-help-type-number-minmax\";i:6514;s:35:\"paramvalidator-help-type-number-min\";i:6515;s:40:\"paramvalidator-help-type-presenceboolean\";i:6516;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6517;s:40:\"paramvalidator-help-type-string-maxchars\";i:6518;s:34:\"paramvalidator-help-type-timestamp\";i:6519;s:31:\"paramvalidator-help-type-upload\";i:6520;s:15:\"skinname-vector\";i:6521;s:20:\"skinname-vector-2022\";i:6522;s:26:\"vector-specialversion-name\";i:6523;s:16:\"vector-skin-desc\";i:6524;s:34:\"prefs-vector-enable-vector-1-label\";i:6525;s:33:\"prefs-vector-enable-vector-1-help\";i:6526;s:14:\"vector-opt-out\";i:6527;s:22:\"vector-opt-out-tooltip\";i:6528;s:10:\"vector.css\";i:6529;s:9:\"vector.js\";i:6530;s:28:\"vector-action-toggle-sidebar\";i:6531;s:16:\"vector-languages\";i:6532;s:33:\"vector-language-button-aria-label\";i:6533;s:28:\"vector-language-button-label\";i:6534;s:31:\"vector-no-language-button-label\";i:6535;s:36:\"vector-no-language-button-aria-label\";i:6536;s:31:\"vector-language-redirect-to-top\";i:6537;s:38:\"vector-language-variant-switcher-label\";i:6538;s:23:\"vector-jumptonavigation\";i:6539;s:19:\"vector-jumptosearch\";i:6540;s:20:\"vector-jumptocontent\";i:6541;s:20:\"vector-search-loader\";i:6542;s:31:\"vector-searchsuggest-containing\";i:6543;s:17:\"vector-intro-page\";i:6544;s:18:\"vector-toc-heading\";i:6545;s:34:\"vector-toc-toggle-position-sidebar\";i:6546;s:32:\"vector-toc-toggle-position-title\";i:6547;s:20:\"vector-toc-beginning\";i:6548;s:30:\"vector-toc-toggle-button-label\";i:6549;s:27:\"vector-anon-user-menu-pages\";i:6550;s:33:\"vector-anon-user-menu-pages-learn\";i:6551;s:33:\"vector-anon-user-menu-pages-label\";i:6552;s:24:\"vector-main-menu-tooltip\";i:6553;s:23:\"vector-toc-menu-tooltip\";i:6554;s:35:\"vector-toc-collapsible-button-label\";i:6555;s:30:\"vector-article-tools-nav-label\";i:6556;s:21:\"vector-site-nav-label\";i:6557;s:26:\"vector-2022-prefs-talkpage\";i:6558;s:35:\"tooltip-vector-anon-user-menu-title\";i:6559;s:10:\"wikieditor\";i:6560;s:15:\"wikieditor-desc\";i:6561;s:23:\"wikieditor-wikitext-tab\";i:6562;s:18:\"wikieditor-loading\";i:6563;s:29:\"wikieditor-preview-preference\";i:6564;s:22:\"wikieditor-preview-tab\";i:6565;s:30:\"wikieditor-preview-changes-tab\";i:6566;s:26:\"wikieditor-preview-loading\";i:6567;s:29:\"wikieditor-publish-preference\";i:6568;s:33:\"wikieditor-publish-button-publish\";i:6569;s:32:\"wikieditor-publish-button-cancel\";i:6570;s:31:\"wikieditor-publish-dialog-title\";i:6571;s:33:\"wikieditor-publish-dialog-summary\";i:6572;s:31:\"wikieditor-publish-dialog-minor\";i:6573;s:31:\"wikieditor-publish-dialog-watch\";i:6574;s:33:\"wikieditor-publish-dialog-publish\";i:6575;s:32:\"wikieditor-publish-dialog-goback\";i:6576;s:18:\"wikieditor-toolbar\";i:6577;s:23:\"wikieditor-toolbar-desc\";i:6578;s:29:\"wikieditor-toolbar-preference\";i:6579;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6580;s:26:\"wikieditor-toolbar-loading\";i:6581;s:28:\"wikieditor-toolbar-tool-bold\";i:6582;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6583;s:30:\"wikieditor-toolbar-tool-italic\";i:6584;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6585;s:29:\"wikieditor-toolbar-tool-ilink\";i:6586;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6587;s:29:\"wikieditor-toolbar-tool-xlink\";i:6588;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6589;s:28:\"wikieditor-toolbar-tool-link\";i:6590;s:34:\"wikieditor-toolbar-tool-link-title\";i:6591;s:32:\"wikieditor-toolbar-tool-link-int\";i:6592;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6593;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6594;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6595;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6596;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6597;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6598;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6599;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6600;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6601;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6602;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6603;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6604;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6605;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6606;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6607;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6608;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6609;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6610;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6611;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6612;s:28:\"wikieditor-toolbar-tool-file\";i:6613;s:36:\"wikieditor-toolbar-tool-file-example\";i:6614;s:34:\"wikieditor-toolbar-tool-file-title\";i:6615;s:30:\"wikieditor-toolbar-file-target\";i:6616;s:31:\"wikieditor-toolbar-file-caption\";i:6617;s:28:\"wikieditor-toolbar-file-size\";i:6618;s:29:\"wikieditor-toolbar-file-float\";i:6619;s:31:\"wikieditor-toolbar-file-default\";i:6620;s:30:\"wikieditor-toolbar-file-format\";i:6621;s:35:\"wikieditor-toolbar-file-format-none\";i:6622;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6623;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6624;s:33:\"wikieditor-toolbar-tool-reference\";i:6625;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6626;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6627;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6628;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6629;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6630;s:33:\"wikieditor-toolbar-tool-signature\";i:6631;s:35:\"wikieditor-toolbar-section-advanced\";i:6632;s:31:\"wikieditor-toolbar-tool-heading\";i:6633;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6634;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6635;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6636;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6637;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6638;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6639;s:31:\"wikieditor-toolbar-group-format\";i:6640;s:29:\"wikieditor-toolbar-tool-ulist\";i:6641;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6642;s:29:\"wikieditor-toolbar-tool-olist\";i:6643;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6644;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6645;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6646;s:32:\"wikieditor-toolbar-tool-redirect\";i:6647;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6648;s:27:\"wikieditor-toolbar-tool-big\";i:6649;s:35:\"wikieditor-toolbar-tool-big-example\";i:6650;s:29:\"wikieditor-toolbar-tool-small\";i:6651;s:37:\"wikieditor-toolbar-tool-small-example\";i:6652;s:35:\"wikieditor-toolbar-tool-superscript\";i:6653;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6654;s:33:\"wikieditor-toolbar-tool-subscript\";i:6655;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6656;s:31:\"wikieditor-toolbar-group-insert\";i:6657;s:31:\"wikieditor-toolbar-tool-gallery\";i:6658;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6659;s:31:\"wikieditor-toolbar-tool-newline\";i:6660;s:29:\"wikieditor-toolbar-tool-table\";i:6661;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6662;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6663;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6664;s:35:\"wikieditor-toolbar-tool-table-title\";i:6665;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6666;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6667;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6668;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6669;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6670;s:37:\"wikieditor-toolbar-tool-table-example\";i:6671;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6672;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6673;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6674;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6675;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6676;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6677;s:31:\"wikieditor-toolbar-tool-replace\";i:6678;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6679;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6680;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6681;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6682;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6683;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6684;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6685;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6686;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6687;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6688;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6689;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6690;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6691;s:37:\"wikieditor-toolbar-section-characters\";i:6692;s:31:\"wikieditor-toolbar-section-help\";i:6693;s:43:\"wikieditor-toolbar-help-heading-description\";i:6694;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6695;s:38:\"wikieditor-toolbar-help-heading-result\";i:6696;s:35:\"wikieditor-toolbar-help-page-format\";i:6697;s:33:\"wikieditor-toolbar-help-page-link\";i:6698;s:36:\"wikieditor-toolbar-help-page-heading\";i:6699;s:33:\"wikieditor-toolbar-help-page-list\";i:6700;s:33:\"wikieditor-toolbar-help-page-file\";i:6701;s:38:\"wikieditor-toolbar-help-page-reference\";i:6702;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6703;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6704;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6705;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6706;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6707;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6708;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6709;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6710;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6711;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6712;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6713;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6714;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6715;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6716;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6717;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6718;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6719;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6720;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6721;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6722;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6723;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6724;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6725;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6726;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6727;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6728;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6729;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6730;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6731;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6732;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6733;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6734;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6735;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6736;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6737;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6738;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6739;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6740;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6741;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6742;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6743;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6744;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6745;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6746;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6747;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6748;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6749;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6750;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6751;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6752;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6753;s:20:\"syntaxhighlight-desc\";i:6754;s:30:\"syntaxhighlight-error-category\";i:6755;s:35:\"syntaxhighlight-error-category-desc\";i:6756;s:32:\"syntaxhighlight-enclose-category\";i:6757;s:37:\"syntaxhighlight-enclose-category-desc\";i:6758;s:31:\"syntaxhighlight-source-category\";i:6759;s:36:\"syntaxhighlight-source-category-desc\";i:6760;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6761;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6762;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6763;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6764;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6765;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6766;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6767;s:38:\"syntaxhighlight-error-unknown-language\";i:6768;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6769;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6770;s:22:\"action-mf-uploadbutton\";i:6771;s:20:\"beta-feature-minerva\";i:6772;s:32:\"beta-feature-minerva-description\";i:6773;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6774;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6775;s:37:\"mobile-frontend-account-create-submit\";i:6776;s:25:\"mobile-frontend-app-title\";i:6777;s:38:\"mobile-frontend-back-to-top-of-section\";i:6778;s:34:\"mobile-frontend-categories-heading\";i:6779;s:37:\"mobile-frontend-categories-subheading\";i:6780;s:32:\"mobile-frontend-categories-nocat\";i:6781;s:30:\"mobile-frontend-categories-add\";i:6782;s:34:\"mobile-frontend-categories-summary\";i:6783;s:30:\"mobile-frontend-changeslist-ip\";i:6784;s:37:\"mobile-frontend-changeslist-nocomment\";i:6785;s:28:\"mobile-frontend-clear-search\";i:6786;s:36:\"mobile-frontend-contribution-summary\";i:6787;s:32:\"mobile-frontend-cookies-required\";i:6788;s:25:\"mobile-frontend-copyright\";i:6789;s:20:\"mobile-frontend-desc\";i:6790;s:33:\"mobile-frontend-diffview-404-desc\";i:6791;s:34:\"mobile-frontend-diffview-404-title\";i:6792;s:34:\"mobile-frontend-diffview-anonymous\";i:6793;s:35:\"mobile-frontend-diffview-bytesadded\";i:6794;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6795;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6796;s:34:\"mobile-frontend-diffview-editcount\";i:6797;s:34:\"mobile-frontend-diffview-explained\";i:6798;s:30:\"mobile-frontend-diffview-title\";i:6799;s:30:\"mobile-frontend-disable-images\";i:6800;s:36:\"mobile-frontend-dismiss-notification\";i:6801;s:33:\"mobile-frontend-donate-image-anon\";i:6802;s:36:\"mobile-frontend-donate-image-heading\";i:6803;s:41:\"mobile-frontend-donate-image-login-action\";i:6804;s:38:\"mobile-frontend-donate-image-nouploads\";i:6805;s:42:\"mobile-frontend-donate-image-signup-action\";i:6806;s:34:\"mobile-frontend-donate-image-title\";i:6807;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6808;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6809;s:29:\"mobile-frontend-drawer-cancel\";i:6810;s:33:\"mobile-frontend-edit-login-action\";i:6811;s:34:\"mobile-frontend-edit-signup-action\";i:6812;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6813;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6814;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6815;s:27:\"mobile-frontend-editor-anon\";i:6816;s:34:\"mobile-frontend-editor-anonwarning\";i:6817;s:29:\"mobile-frontend-editor-cancel\";i:6818;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6819;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6820;s:31:\"mobile-frontend-editor-continue\";i:6821;s:26:\"mobile-frontend-editor-cta\";i:6822;s:31:\"mobile-frontend-editor-disabled\";i:6823;s:27:\"mobile-frontend-editor-edit\";i:6824;s:30:\"mobile-frontend-editor-editing\";i:6825;s:35:\"mobile-frontend-editor-editing-page\";i:6826;s:28:\"mobile-frontend-editor-error\";i:6827;s:37:\"mobile-frontend-editor-error-conflict\";i:6828;s:36:\"mobile-frontend-editor-error-loading\";i:6829;s:36:\"mobile-frontend-editor-error-preview\";i:6830;s:35:\"mobile-frontend-editor-keep-editing\";i:6831;s:32:\"mobile-frontend-editor-licensing\";i:6832;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6833;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6834;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6835;s:34:\"mobile-frontend-editor-placeholder\";i:6836;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6837;s:38:\"mobile-frontend-editor-previewing-page\";i:6838;s:37:\"mobile-frontend-editor-redirect-title\";i:6839;s:27:\"mobile-frontend-editor-save\";i:6840;s:30:\"mobile-frontend-editor-success\";i:6841;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6842;s:39:\"mobile-frontend-editor-success-new-page\";i:6843;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6844;s:38:\"mobile-frontend-editor-summary-request\";i:6845;s:30:\"mobile-frontend-editor-summary\";i:6846;s:37:\"mobile-frontend-editor-switch-confirm\";i:6847;s:36:\"mobile-frontend-editor-switch-editor\";i:6848;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6849;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6850;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6851;s:34:\"mobile-frontend-editor-unavailable\";i:6852;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6853;s:35:\"mobile-frontend-editor-uploadenable\";i:6854;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6855;s:27:\"mobile-frontend-editor-wait\";i:6856;s:38:\"mobile-frontend-editor-redlink-explain\";i:6857;s:29:\"mobile-frontend-enable-images\";i:6858;s:43:\"mobile-frontend-expand-sections-description\";i:6859;s:38:\"mobile-frontend-expand-sections-status\";i:6860;s:32:\"mobile-frontend-fontchanger-link\";i:6861;s:32:\"mobile-frontend-fontchanger-desc\";i:6862;s:32:\"mobile-frontend-featured-article\";i:6863;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6864;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6865;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6866;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6867;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6868;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6869;s:30:\"mobile-frontend-footer-contact\";i:6870;s:31:\"mobile-frontend-footer-sitename\";i:6871;s:32:\"mobile-frontend-generic-404-desc\";i:6872;s:33:\"mobile-frontend-generic-404-title\";i:6873;s:29:\"mobile-frontend-generic-login\";i:6874;s:36:\"mobile-frontend-generic-login-action\";i:6875;s:37:\"mobile-frontend-generic-signup-action\";i:6876;s:23:\"mobile-frontend-history\";i:6877;s:32:\"mobile-frontend-history-404-desc\";i:6878;s:33:\"mobile-frontend-history-404-title\";i:6879;s:34:\"mobile-frontend-history-no-results\";i:6880;s:27:\"mobile-frontend-home-button\";i:6881;s:36:\"mobile-frontend-image-cancel-confirm\";i:6882;s:38:\"mobile-frontend-image-heading-describe\";i:6883;s:31:\"mobile-frontend-image-uploading\";i:6884;s:29:\"mobile-frontend-images-status\";i:6885;s:40:\"mobile-frontend-language-article-heading\";i:6886;s:31:\"mobile-frontend-language-header\";i:6887;s:32:\"mobile-frontend-language-heading\";i:6888;s:36:\"mobile-frontend-language-site-choose\";i:6889;s:39:\"mobile-frontend-language-variant-header\";i:6890;s:34:\"mobile-frontend-languages-404-desc\";i:6891;s:35:\"mobile-frontend-languages-404-title\";i:6892;s:32:\"mobile-frontend-languages-header\";i:6893;s:37:\"mobile-frontend-languages-header-page\";i:6894;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6895;s:30:\"mobile-frontend-languages-text\";i:6896;s:40:\"mobile-frontend-languages-variant-header\";i:6897;s:34:\"mobile-frontend-last-modified-date\";i:6898;s:34:\"mobile-frontend-last-modified-days\";i:6899;s:35:\"mobile-frontend-last-modified-hours\";i:6900;s:38:\"mobile-frontend-last-modified-just-now\";i:6901;s:37:\"mobile-frontend-last-modified-minutes\";i:6902;s:36:\"mobile-frontend-last-modified-months\";i:6903;s:37:\"mobile-frontend-last-modified-seconds\";i:6904;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6905;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6906;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6907;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6908;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6909;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6910;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6911;s:35:\"mobile-frontend-last-modified-years\";i:6912;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6913;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6914;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6915;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6916;s:26:\"mobile-frontend-logged-out\";i:6917;s:21:\"mobile-frontend-login\";i:6918;s:25:\"mobile-frontend-main-menu\";i:6919;s:30:\"mobile-frontend-main-menu-back\";i:6920;s:40:\"mobile-frontend-main-menu-account-create\";i:6921;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6922;s:34:\"mobile-frontend-main-menu-featured\";i:6923;s:31:\"mobile-frontend-main-menu-login\";i:6924;s:32:\"mobile-frontend-main-menu-logout\";i:6925;s:32:\"mobile-frontend-main-menu-nearby\";i:6926;s:36:\"mobile-frontend-main-menu-page-title\";i:6927;s:34:\"mobile-frontend-main-menu-settings\";i:6928;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6929;s:32:\"mobile-frontend-main-menu-upload\";i:6930;s:35:\"mobile-frontend-main-menu-watchlist\";i:6931;s:29:\"mobile-frontend-media-details\";i:6932;s:34:\"mobile-frontend-media-license-link\";i:6933;s:32:\"mobile-frontend-meta-data-issues\";i:6934;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6935;s:39:\"mobile-frontend-meta-data-issues-header\";i:6936;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6937;s:29:\"mobile-frontend-missing-image\";i:6938;s:31:\"mobile-frontend-nearby-distance\";i:6939;s:38:\"mobile-frontend-nearby-distance-meters\";i:6940;s:28:\"mobile-frontend-nearby-error\";i:6941;s:37:\"mobile-frontend-nearby-error-guidance\";i:6942;s:30:\"mobile-frontend-nearby-loading\";i:6943;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6944;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6945;s:32:\"mobile-frontend-nearby-noresults\";i:6946;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6947;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6948;s:30:\"mobile-frontend-nearby-refresh\";i:6949;s:35:\"mobile-frontend-nearby-requirements\";i:6950;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6951;s:28:\"mobile-frontend-nearby-title\";i:6952;s:34:\"mobile-frontend-nearby-sectiontext\";i:6953;s:26:\"mobile-frontend-news-items\";i:6954;s:30:\"mobile-frontend-opt-in-explain\";i:6955;s:29:\"mobile-frontend-overlay-close\";i:6956;s:32:\"mobile-frontend-overlay-continue\";i:6957;s:34:\"mobile-frontend-page-menu-contents\";i:6958;s:33:\"mobile-frontend-page-menu-history\";i:6959;s:33:\"mobile-frontend-page-edit-summary\";i:6960;s:24:\"mobile-frontend-password\";i:6961;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6962;s:36:\"mobile-frontend-password-placeholder\";i:6963;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6964;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6965;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6966;s:31:\"mobile-frontend-photo-licensing\";i:6967;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6968;s:31:\"mobile-frontend-photo-ownership\";i:6969;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6970;s:36:\"mobile-frontend-photo-ownership-help\";i:6971;s:28:\"mobile-frontend-photo-submit\";i:6972;s:28:\"mobile-frontend-photo-upload\";i:6973;s:33:\"mobile-frontend-photo-upload-anon\";i:6974;s:36:\"mobile-frontend-photo-upload-comment\";i:6975;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6976;s:34:\"mobile-frontend-photo-upload-error\";i:6977;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6978;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6979;s:36:\"mobile-frontend-photo-upload-generic\";i:6980;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6981;s:44:\"mobile-frontend-photo-upload-success-article\";i:6982;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6983;s:39:\"mobile-frontend-photo-upload-user-count\";i:6984;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6985;s:27:\"mobile-frontend-placeholder\";i:6986;s:31:\"mobile-frontend-placeholder-app\";i:6987;s:32:\"mobile-frontend-placeholder-beta\";i:6988;s:33:\"mobile-frontend-privacy-link-text\";i:6989;s:40:\"mobile-frontend-profile-activity-heading\";i:6990;s:29:\"mobile-frontend-profile-error\";i:6991;s:38:\"mobile-frontend-profile-footer-ancient\";i:6992;s:35:\"mobile-frontend-profile-footer-days\";i:6993;s:37:\"mobile-frontend-profile-footer-months\";i:6994;s:36:\"mobile-frontend-profile-footer-years\";i:6995;s:33:\"mobile-frontend-profile-last-edit\";i:6996;s:34:\"mobile-frontend-profile-last-thank\";i:6997;s:30:\"mobile-frontend-profile-noargs\";i:6998;s:30:\"mobile-frontend-profile-nouser\";i:6999;s:29:\"mobile-frontend-profile-title\";i:7000;s:37:\"mobile-frontend-profile-userpage-link\";i:7001;s:32:\"mobile-frontend-profile-usertalk\";i:7002;s:29:\"mobile-frontend-random-button\";i:7003;s:35:\"mobile-frontend-references-citation\";i:7004;s:28:\"mobile-frontend-regular-site\";i:7005;s:31:\"mobile-frontend-requires-mobile\";i:7006;s:30:\"mobile-frontend-requires-optin\";i:7007;s:30:\"mobile-frontend-requires-title\";i:7008;s:26:\"mobile-frontend-save-error\";i:7009;s:29:\"mobile-frontend-save-settings\";i:7010;s:32:\"mobile-frontend-saving-exit-page\";i:7011;s:30:\"mobile-frontend-search-content\";i:7012;s:41:\"mobile-frontend-search-content-no-results\";i:7013;s:33:\"mobile-frontend-search-no-results\";i:7014;s:29:\"mobile-frontend-search-submit\";i:7015;s:39:\"mobile-frontend-settings-images-explain\";i:7016;s:29:\"mobile-frontend-settings-beta\";i:7017;s:41:\"mobile-frontend-settings-site-description\";i:7018;s:36:\"mobile-frontend-settings-site-header\";i:7019;s:37:\"mobile-frontend-sign-in-error-heading\";i:7020;s:31:\"mobile-frontend-sign-in-heading\";i:7021;s:27:\"mobile-frontend-sign-in-why\";i:7022;s:31:\"mobile-frontend-sign-up-heading\";i:7023;s:29:\"mobile-frontend-talk-fullpage\";i:7024;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7025;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7026;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7027;s:33:\"mobile-frontend-talk-back-to-page\";i:7028;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7029;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7030;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7031;s:33:\"mobile-frontend-talk-edit-summary\";i:7032;s:30:\"mobile-frontend-talk-explained\";i:7033;s:36:\"mobile-frontend-talk-explained-empty\";i:7034;s:35:\"mobile-frontend-talk-overlay-header\";i:7035;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7036;s:26:\"mobile-frontend-talk-reply\";i:7037;s:31:\"mobile-frontend-talk-reply-info\";i:7038;s:34:\"mobile-frontend-talk-reply-success\";i:7039;s:35:\"mobile-frontend-talk-topic-feedback\";i:7040;s:32:\"mobile-frontend-talk-topic-error\";i:7041;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7042;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7043;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7044;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7045;s:26:\"mobile-frontend-terms-text\";i:7046;s:30:\"mobile-frontend-thanked-notice\";i:7047;s:28:\"mobile-frontend-user-account\";i:7048;s:35:\"mobile-frontend-user-button-tooltip\";i:7049;s:32:\"mobile-frontend-user-newmessages\";i:7050;s:24:\"mobile-frontend-user-cta\";i:7051;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7052;s:24:\"mobile-frontend-username\";i:7053;s:36:\"mobile-frontend-username-placeholder\";i:7054;s:20:\"mobile-frontend-view\";i:7055;s:28:\"mobile-frontend-view-desktop\";i:7056;s:27:\"mobile-frontend-view-mobile\";i:7057;s:27:\"mobile-frontend-view-source\";i:7058;s:27:\"mobile-frontend-watch-login\";i:7059;s:29:\"mobile-frontend-watchlist-a-z\";i:7060;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7061;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7062;s:29:\"mobile-frontend-watchlist-add\";i:7063;s:35:\"mobile-frontend-watchlist-back-home\";i:7064;s:29:\"mobile-frontend-watchlist-cta\";i:7065;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7066;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7067;s:30:\"mobile-frontend-watchlist-feed\";i:7068;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7069;s:36:\"mobile-frontend-watchlist-filter-all\";i:7070;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7071;s:38:\"mobile-frontend-watchlist-filter-other\";i:7072;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7073;s:38:\"mobile-frontend-watchlist-login-action\";i:7074;s:30:\"mobile-frontend-watchlist-more\";i:7075;s:37:\"mobile-frontend-watchlist-please-wait\";i:7076;s:31:\"mobile-frontend-watchlist-error\";i:7077;s:33:\"mobile-frontend-watchlist-purpose\";i:7078;s:33:\"mobile-frontend-watchlist-removed\";i:7079;s:39:\"mobile-frontend-watchlist-signup-action\";i:7080;s:30:\"mobile-frontend-watchlist-view\";i:7081;s:6:\"nearby\";i:7082;s:21:\"right-mf-uploadbutton\";i:7083;s:15:\"tag-mobile_edit\";i:7084;s:27:\"tag-mobile_edit-description\";i:7085;s:19:\"tag-mobile_web_edit\";i:7086;s:31:\"tag-mobile_web_edit-description\";i:7087;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7088;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7089;s:30:\"apihelp-mobileview-description\";i:7090;s:29:\"apihelp-mobileview-param-page\";i:7091;s:33:\"apihelp-mobileview-param-redirect\";i:7092;s:36:\"apihelp-mobileview-param-sectionprop\";i:7093;s:34:\"apihelp-mobileview-param-pageprops\";i:7094;s:32:\"apihelp-mobileview-param-variant\";i:7095;s:33:\"apihelp-mobileview-param-noimages\";i:7096;s:35:\"apihelp-mobileview-param-noheadings\";i:7097;s:36:\"apihelp-mobileview-param-notransform\";i:7098;s:34:\"apihelp-mobileview-param-thumbsize\";i:7099;s:28:\"apihelp-parse-param-noimages\";i:7100;s:35:\"mobile-frontend-donate-button-label\";i:7101;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7102;s:34:\"mobile-frontend-browse-tags-header\";i:7103;s:24:\"mobile-frontend-panel-ok\";i:7104;s:20:\"googleanalytics-desc\";i:7105;s:7:\"sidebar\";i:7106;s:18:\"pagecategorieslink\";i:7107;s:9:\"sitetitle\";i:7108;s:12:\"sitesubtitle\";i:7109;s:10:\"addsection\";i:7110;s:14:\"talkpageheader\";i:7111;s:22:\"view-pool-dirty-output\";i:7112;s:20:\"view-pool-contention\";i:7113;s:17:\"view-pool-timeout\";i:7114;s:12:\"edithelppage\";i:7115;s:8:\"helppage\";i:7116;s:14:\"mainpage-title\";i:7117;s:23:\"mainpage-title-loggedin\";i:7118;s:23:\"pagetitle-view-mainpage\";i:7119;s:10:\"sitenotice\";i:7120;s:10:\"anonnotice\";i:7121;s:28:\"newsectionheaderdefaultlevel\";i:7122;s:10:\"nstab-talk\";i:7123;s:23:\"createacct-helpusername\";i:7124;s:24:\"createacct-username-help\";i:7125;s:11:\"loginprompt\";i:7126;s:18:\"userlogout-summary\";i:7127;s:13:\"helplogin-url\";i:7128;s:26:\"createacct-imgcaptcha-help\";i:7129;s:24:\"createacct-benefit-icon1\";i:7130;s:24:\"createacct-benefit-head1\";i:7131;s:24:\"createacct-benefit-icon2\";i:7132;s:24:\"createacct-benefit-head2\";i:7133;s:24:\"createacct-benefit-icon3\";i:7134;s:24:\"createacct-benefit-head3\";i:7135;s:17:\"nocookiesforlogin\";i:7136;s:11:\"signupstart\";i:7137;s:9:\"signupend\";i:7138;s:15:\"signupend-https\";i:7139;s:11:\"emailsender\";i:7140;s:18:\"loginlanguagelinks\";i:7141;s:15:\"pear-mail-error\";i:7142;s:14:\"php-mail-error\";i:7143;s:22:\"changepassword-summary\";i:7144;s:19:\"changeemail-summary\";i:7145;s:19:\"resettokens-summary\";i:7146;s:8:\"sig-text\";i:7147;s:18:\"newarticletextanon\";i:7148;s:12:\"talkpagetext\";i:7149;s:17:\"noarticletextanon\";i:7150;s:17:\"editnotice-notext\";i:7151;s:23:\"editpage-head-copy-warn\";i:7152;s:20:\"editpage-tos-summary\";i:7153;s:13:\"longpage-hint\";i:7154;s:18:\"addsection-preload\";i:7155;s:20:\"addsection-editintro\";i:7156;s:26:\"createaccount-hook-aborted\";i:7157;s:21:\"revision-info-current\";i:7158;s:12:\"revision-nav\";i:7159;s:17:\"history_copyright\";i:7160;s:41:\"mergehistory-warning-redirect-not-created\";i:7161;s:26:\"mergehistory-redirect-text\";i:7162;s:18:\"pagemerge-logentry\";i:7163;s:14:\"search-summary\";i:7164;s:23:\"searchmenu-new-nocreate\";i:7165;s:23:\"search-interwiki-custom\";i:7166;s:12:\"googlesearch\";i:7167;s:15:\"opensearch-desc\";i:7168;s:19:\"preferences-summary\";i:7169;s:36:\"prefs-user-downloaddata-help-message\";i:7170;s:18:\"userrights-summary\";i:7171;s:17:\"recentchanges-url\";i:7172;s:17:\"recentchangestext\";i:7173;s:26:\"recentchanges-legend-minor\";i:7174;s:24:\"recentchanges-legend-bot\";i:7175;s:32:\"recentchanges-legend-unpatrolled\";i:7176;s:30:\"rcfilters-tag-prefix-namespace\";i:7177;s:25:\"rcfilters-tag-prefix-tags\";i:7178;s:43:\"number-of-watching-users-for-recent-changes\";i:7179;s:14:\"upload-summary\";i:7180;s:12:\"uploadfooter\";i:7181;s:26:\"upload-default-description\";i:7182;s:13:\"uploadedimage\";i:7183;s:14:\"overwroteimage\";i:7184;s:8:\"licenses\";i:7185;s:24:\"shareddescriptionfollows\";i:7186;s:35:\"filedelete-reason-dropdown-suppress\";i:7187;s:22:\"unwatchedpages-summary\";i:7188;s:21:\"listredirects-summary\";i:7189;s:23:\"unusedtemplates-summary\";i:7190;s:14:\"randompage-url\";i:7191;s:18:\"statistics-summary\";i:7192;s:24:\"statistics-articles-desc\";i:7193;s:21:\"statistics-files-desc\";i:7194;s:17:\"statistics-footer\";i:7195;s:21:\"pageswithprop-summary\";i:7196;s:23:\"doubleredirects-summary\";i:7197;s:23:\"brokenredirects-summary\";i:7198;s:29:\"brokenredirects-delete-reason\";i:7199;s:23:\"fewestrevisions-summary\";i:7200;s:19:\"lonelypages-summary\";i:7201;s:26:\"uncategorizedpages-summary\";i:7202;s:31:\"uncategorizedcategories-summary\";i:7203;s:27:\"uncategorizedimages-summary\";i:7204;s:30:\"uncategorizedtemplates-summary\";i:7205;s:24:\"unusedcategories-summary\";i:7206;s:20:\"unusedimages-summary\";i:7207;s:24:\"wantedcategories-summary\";i:7208;s:19:\"wantedfiles-summary\";i:7209;s:23:\"wantedtemplates-summary\";i:7210;s:18:\"mostlinked-summary\";i:7211;s:28:\"mostlinkedcategories-summary\";i:7212;s:27:\"mostlinkedtemplates-summary\";i:7213;s:22:\"mostcategories-summary\";i:7214;s:18:\"mostimages-summary\";i:7215;s:22:\"mostinterwikis-summary\";i:7216;s:21:\"mostrevisions-summary\";i:7217;s:19:\"prefixindex-summary\";i:7218;s:18:\"shortpages-summary\";i:7219;s:17:\"longpages-summary\";i:7220;s:20:\"deadendpages-summary\";i:7221;s:29:\"protectedpages-unknown-reason\";i:7222;s:17:\"listusers-summary\";i:7223;s:16:\"newpages-summary\";i:7224;s:20:\"ancientpages-summary\";i:7225;s:15:\"apihelp-summary\";i:7226;s:12:\"apihelp-link\";i:7227;s:18:\"apisandbox-summary\";i:7228;s:19:\"booksources-summary\";i:7229;s:6:\"rfcurl\";i:7230;s:9:\"pubmedurl\";i:7231;s:16:\"allpages-summary\";i:7232;s:18:\"categories-summary\";i:7233;s:28:\"deletedcontributions-summary\";i:7234;s:18:\"linksearch-summary\";i:7235;s:19:\"activeusers-summary\";i:7236;s:17:\"emailuser-summary\";i:7237;s:20:\"usermessage-template\";i:7238;s:17:\"watchlist-summary\";i:7239;s:17:\"watchlist-unwatch\";i:7240;s:22:\"watchlist-unwatch-undo\";i:7241;s:30:\"deletereason-dropdown-suppress\";i:7242;s:16:\"protectedarticle\";i:7243;s:25:\"modifiedarticleprotection\";i:7244;s:18:\"unprotectedarticle\";i:7245;s:22:\"movedarticleprotection\";i:7246;s:17:\"restriction-blank\";i:7247;s:16:\"undelete-summary\";i:7248;s:21:\"contributions-summary\";i:7249;s:24:\"sp-contributions-explain\";i:7250;s:23:\"sp-contributions-footer\";i:7251;s:28:\"sp-contributions-footer-anon\";i:7252;s:34:\"sp-contributions-footer-anon-range\";i:7253;s:21:\"whatlinkshere-summary\";i:7254;s:15:\"unblock-summary\";i:7255;s:17:\"blocklist-summary\";i:7256;s:13:\"blocklogentry\";i:7257;s:16:\"reblock-logentry\";i:7258;s:15:\"unblocklogentry\";i:7259;s:18:\"ipb-default-expiry\";i:7260;s:21:\"ipb-default-expiry-ip\";i:7261;s:16:\"movepage-summary\";i:7262;s:25:\"movesubpagetext-truncated\";i:7263;s:29:\"movesubpagetalktext-truncated\";i:7264;s:18:\"move-redirect-text\";i:7265;s:31:\"category-move-redirect-override\";i:7266;s:14:\"export-summary\";i:7267;s:14:\"import-summary\";i:7268;s:22:\"import-logentry-upload\";i:7269;s:25:\"import-logentry-interwiki\";i:7270;s:21:\"accesskey-pt-userpage\";i:7271;s:25:\"accesskey-pt-anonuserpage\";i:7272;s:19:\"accesskey-pt-mytalk\";i:7273;s:21:\"accesskey-pt-anontalk\";i:7274;s:24:\"accesskey-pt-preferences\";i:7275;s:22:\"accesskey-pt-watchlist\";i:7276;s:22:\"accesskey-pt-mycontris\";i:7277;s:25:\"accesskey-pt-anoncontribs\";i:7278;s:18:\"accesskey-pt-login\";i:7279;s:26:\"accesskey-pt-login-private\";i:7280;s:19:\"accesskey-pt-logout\";i:7281;s:26:\"accesskey-pt-createaccount\";i:7282;s:17:\"accesskey-ca-view\";i:7283;s:17:\"accesskey-ca-talk\";i:7284;s:17:\"accesskey-ca-edit\";i:7285;s:23:\"accesskey-ca-addsection\";i:7286;s:23:\"accesskey-ca-viewsource\";i:7287;s:20:\"accesskey-ca-history\";i:7288;s:20:\"accesskey-ca-protect\";i:7289;s:22:\"accesskey-ca-unprotect\";i:7290;s:19:\"accesskey-ca-delete\";i:7291;s:21:\"accesskey-ca-undelete\";i:7292;s:17:\"accesskey-ca-move\";i:7293;s:18:\"accesskey-ca-watch\";i:7294;s:20:\"accesskey-ca-unwatch\";i:7295;s:16:\"accesskey-search\";i:7296;s:19:\"accesskey-search-go\";i:7297;s:25:\"accesskey-search-fulltext\";i:7298;s:16:\"accesskey-p-logo\";i:7299;s:26:\"accesskey-n-help-mediawiki\";i:7300;s:20:\"accesskey-n-mainpage\";i:7301;s:32:\"accesskey-n-mainpage-description\";i:7302;s:18:\"accesskey-n-portal\";i:7303;s:25:\"accesskey-n-currentevents\";i:7304;s:25:\"accesskey-n-recentchanges\";i:7305;s:22:\"accesskey-n-randompage\";i:7306;s:16:\"accesskey-n-help\";i:7307;s:25:\"accesskey-t-whatlinkshere\";i:7308;s:31:\"accesskey-t-recentchangeslinked\";i:7309;s:18:\"accesskey-feed-rss\";i:7310;s:19:\"accesskey-feed-atom\";i:7311;s:25:\"accesskey-t-contributions\";i:7312;s:21:\"accesskey-t-emailuser\";i:7313;s:16:\"accesskey-t-info\";i:7314;s:21:\"accesskey-t-permalink\";i:7315;s:17:\"accesskey-t-print\";i:7316;s:18:\"accesskey-t-upload\";i:7317;s:24:\"accesskey-t-specialpages\";i:7318;s:23:\"accesskey-ca-nstab-main\";i:7319;s:23:\"accesskey-ca-nstab-user\";i:7320;s:24:\"accesskey-ca-nstab-media\";i:7321;s:26:\"accesskey-ca-nstab-special\";i:7322;s:26:\"accesskey-ca-nstab-project\";i:7323;s:24:\"accesskey-ca-nstab-image\";i:7324;s:28:\"accesskey-ca-nstab-mediawiki\";i:7325;s:27:\"accesskey-ca-nstab-template\";i:7326;s:23:\"accesskey-ca-nstab-help\";i:7327;s:27:\"accesskey-ca-nstab-category\";i:7328;s:19:\"accesskey-minoredit\";i:7329;s:14:\"accesskey-save\";i:7330;s:17:\"accesskey-publish\";i:7331;s:17:\"accesskey-preview\";i:7332;s:14:\"accesskey-diff\";i:7333;s:33:\"accesskey-compareselectedversions\";i:7334;s:15:\"accesskey-watch\";i:7335;s:26:\"accesskey-watchlist-expiry\";i:7336;s:16:\"accesskey-upload\";i:7337;s:26:\"accesskey-preferences-save\";i:7338;s:17:\"accesskey-summary\";i:7339;s:24:\"accesskey-userrights-set\";i:7340;s:23:\"accesskey-blockip-block\";i:7341;s:16:\"accesskey-export\";i:7342;s:16:\"accesskey-import\";i:7343;s:37:\"accesskey-watchlistedit-normal-submit\";i:7344;s:34:\"accesskey-watchlistedit-raw-submit\";i:7345;s:15:\"tooltip-ca-view\";i:7346;s:14:\"tooltip-p-lang\";i:7347;s:20:\"tooltip-p-navigation\";i:7348;s:20:\"tooltip-p-namespaces\";i:7349;s:12:\"tooltip-p-tb\";i:7350;s:18:\"tooltip-p-variants\";i:7351;s:15:\"tooltip-p-views\";i:7352;s:36:\"tooltip-p-user-interface-preferences\";i:7353;s:19:\"tooltip-p-user-page\";i:7354;s:24:\"tooltip-n-help-mediawiki\";i:7355;s:33:\"interlanguage-link-title-langonly\";i:7356;s:36:\"interlanguage-link-title-nonlangonly\";i:7357;s:15:\"pageinfo-header\";i:7358;s:15:\"pageinfo-footer\";i:7359;s:19:\"markaspatrolledlink\";i:7360;s:13:\"newimagestext\";i:7361;s:8:\"today-at\";i:7362;s:14:\"variantname-zh\";i:7363;s:15:\"variantname-gan\";i:7364;s:19:\"variantname-sr-cyrl\";i:7365;s:19:\"variantname-sr-latn\";i:7366;s:14:\"variantname-sr\";i:7367;s:14:\"variantname-ku\";i:7368;s:25:\"metadata-langitem-default\";i:7369;s:18:\"autocomment-prefix\";i:7370;s:29:\"block-autoblock-exemptionlist\";i:7371;s:15:\"size-ronnabytes\";i:7372;s:16:\"size-quettabytes\";i:7373;s:15:\"size-ronnapixel\";i:7374;s:16:\"size-quettapixel\";i:7375;s:17:\"bitrate-ronnabits\";i:7376;s:18:\"bitrate-quettabits\";i:7377;s:21:\"editwatchlist-summary\";i:7378;s:14:\"signature-anon\";i:7379;s:15:\"version-summary\";i:7380;s:20:\"version-db-mysql-url\";i:7381;s:22:\"version-db-mariadb-url\";i:7382;s:22:\"version-db-percona-url\";i:7383;s:23:\"version-db-postgres-url\";i:7384;s:21:\"version-db-sqlite-url\";i:7385;s:29:\"version-entrypoints-index-php\";i:7386;s:27:\"version-entrypoints-api-php\";i:7387;s:28:\"version-entrypoints-rest-php\";i:7388;s:13:\"redirect-text\";i:7389;s:20:\"specialpages-summary\";i:7390;s:24:\"specialpages-note-cached\";i:7391;s:12:\"tags-summary\";i:7392;s:30:\"tags-edit-revision-explanation\";i:7393;s:30:\"tags-edit-logentry-explanation\";i:7394;s:20:\"comparepages-summary\";i:7395;s:17:\"diff-form-summary\";i:7396;s:21:\"permanentlink-summary\";i:7397;s:18:\"newsection-summary\";i:7398;s:16:\"editpage-summary\";i:7399;s:18:\"deletepage-summary\";i:7400;s:16:\"pageinfo-summary\";i:7401;s:19:\"pagehistory-summary\";i:7402;s:19:\"protectpage-summary\";i:7403;s:13:\"purge-summary\";i:7404;s:10:\"rawmessage\";i:7405;s:14:\"deletedarticle\";i:7406;s:16:\"undeletedarticle\";i:7407;s:15:\"patrol-log-line\";i:7408;s:15:\"patrol-log-auto\";i:7409;s:15:\"patrol-log-diff\";i:7410;s:9:\"1movedto2\";i:7411;s:15:\"1movedto2_redir\";i:7412;s:23:\"newuserlog-create-entry\";i:7413;s:24:\"newuserlog-create2-entry\";i:7414;s:27:\"newuserlog-autocreate-entry\";i:7415;s:14:\"rightslogentry\";i:7416;s:26:\"rightslogentry-autopromote\";i:7417;s:35:\"authmanager-account-password-domain\";i:7418;s:37:\"authprovider-confirmlink-request-help\";i:7419;s:26:\"copyupload-allowed-domains\";i:7420;s:22:\"exif-coordinate-format\";i:7421;s:15:\"exif-make-value\";i:7422;s:16:\"exif-model-value\";i:7423;s:19:\"exif-software-value\";i:7424;s:27:\"exif-software-version-value\";i:7425;s:18:\"exif-contact-value\";i:7426;s:20:\"apihelp-main-summary\";i:7427;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7428;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:7429;s:30:\"apihelp-compare-param-difftype\";i:7430;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:7431;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:7432;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:7433;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:7434;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:7435;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:7436;s:41:\"apihelp-opensearch-param-redirects-append\";i:7437;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:7438;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:7439;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:7440;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:7441;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:7442;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:7443;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:7444;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:7445;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:7446;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7447;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:7448;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:7449;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7450;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:7451;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:7452;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:7453;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:7454;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:7455;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:7456;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7457;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7458;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7459;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7460;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:7461;s:14:\"api-help-flags\";i:7462;s:18:\"api-help-help-urls\";i:7463;s:24:\"api-help-parameters-note\";i:7464;s:22:\"api-help-datatypes-top\";i:7465;s:25:\"api-help-datatype-boolean\";i:7466;s:24:\"api-help-datatype-expiry\";i:7467;s:27:\"api-help-datatype-timestamp\";i:7468;s:26:\"api-help-param-type-expiry\";i:7469;s:35:\"api-help-param-type-presenceboolean\";i:7470;s:35:\"api-help-paramvalue-direction-newer\";i:7471;s:35:\"api-help-paramvalue-direction-older\";i:7472;s:32:\"api-help-no-extended-description\";i:7473;s:40:\"apierror-changecontentmodel-missingtitle\";i:7474;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7475;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7476;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7477;s:30:\"apierror-contentmodel-mismatch\";i:7478;s:23:\"apierror-invalidiprange\";i:7479;s:21:\"apierror-ipoutofrange\";i:7480;s:23:\"apierror-stashexception\";i:7481;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7482;s:30:\"paramvalidator-param-sensitive\";i:7483;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7484;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7485;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7486;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7487;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7488;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7489;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7490;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7491;s:33:\"mobile-frontend-categories-search\";i:7492;s:34:\"mobile-frontend-categories-nomatch\";i:7493;s:33:\"mobile-frontend-categories-nodata\";i:7494;s:38:\"mobile-frontend-categories-add-heading\";i:7495;s:35:\"mobile-frontend-categories-add-wait\";i:7496;s:33:\"mobile-frontend-categories-normal\";i:7497;s:33:\"mobile-frontend-categories-hidden\";i:7498;s:37:\"mobile-frontend-commons-category-view\";i:7499;s:32:\"mobile-frontend-current-language\";i:7500;s:30:\"mobile-frontend-diffview-comma\";i:7501;s:31:\"mobile-frontend-pointer-dismiss\";i:7502;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7503;s:35:\"mobile-frontend-editor-blocked-info\";i:7504;s:33:\"mobile-frontend-editor-terms-link\";i:7505;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7506;s:36:\"mobile-frontend-editor-redlink-leave\";i:7507;s:37:\"mobile-frontend-editor-redlink-create\";i:7508;s:27:\"mobile-frontend-editor-bold\";i:7509;s:29:\"mobile-frontend-editor-italic\";i:7510;s:32:\"mobile-frontend-editor-bold-text\";i:7511;s:34:\"mobile-frontend-editor-italic-text\";i:7512;s:32:\"mobile-frontend-editor-reference\";i:7513;s:39:\"mobile-frontend-editor-insert-reference\";i:7514;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7515;s:36:\"mobile-frontend-editor-add-reference\";i:7516;s:33:\"mobile-frontend-generic-login-new\";i:7517;s:33:\"mobile-frontend-nearby-permission\";i:7518;s:42:\"mobile-frontend-page-menu-language-current\";i:7519;s:31:\"mobile-frontend-talk-topic-wait\";i:7520;s:25:\"mobile-frontend-terms-url\";i:7521;s:36:\"mobile-frontend-quick-lookup-looking\";i:7522;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7523;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7524;s:10:\"mobile.css\";i:7525;s:9:\"mobile.js\";i:7526;s:16:\"skinname-minerva\";i:7527;s:33:\"apihelp-mobileview-param-sections\";i:7528;s:29:\"apihelp-mobileview-param-prop\";i:7529;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7530;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7531;s:31:\"apihelp-mobileview-param-offset\";i:7532;s:31:\"apihelp-mobileview-param-maxlen\";i:7533;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7534;s:36:\"apihelp-mobileview-param-thumbheight\";i:7535;s:28:\"apihelp-mobileview-example-1\";i:7536;s:28:\"apihelp-mobileview-example-2\";i:7537;s:28:\"apihelp-mobileview-example-3\";i:7538;s:32:\"apihelp-parse-param-mobileformat\";i:7539;s:28:\"apihelp-parse-param-mainpage\";i:7540;s:31:\"mobile-frontend-loading-message\";i:7541;s:31:\"mobile-frontend-console-recruit\";i:7542;s:28:\"mobile-frontend-panel-cancel\";i:7543;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7544;s:41:\"mobile-frontend-search-feedback-link-text\";i:7545;s:38:\"mobile-frontend-search-feedback-prompt\";i:7546;s:17:\"right-noanalytics\";}}'),('aeb-arab','magicWords','a:172:{s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:21:\"كود_الأنكور\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:23:\"مسار_المقالة\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:34:\"اسم_الصفحة_الأساسي\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:38:\"عنوان_الصفحة_الأساسي\";i:2;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:3:{i:0;i:0;i:1;s:5:\"ثا:\";i:2;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:22:\"عنوان_قاعدة:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:20:\"مسار_قاعدة:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:21:\"مصادر_مضمنة\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:21:\"لغة_المحتوى\";i:2;s:17:\"لغة_محتوى\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_حالي\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_حالي2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_الحالي\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_حالي_مأ\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_حالية\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_حالي\";i:2;s:16:\"شهر_حالي2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_حالي1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_الحالي\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_الحالي\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_الحالي_المولد\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_حالي\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_الحالي\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:19:\"نسخة_حالية\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_حالي\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_حالي\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:26:\"ترتيب_افتراضي:\";i:2;s:37:\"مفتاح_ترتيب_افتراضي:\";i:3;s:37:\"ترتيب_تصنيف_افتراضي:\";i:4;s:22:\"ترتيب_غيابي:\";i:5;s:12:\"DEFAULTSORT:\";i:6;s:15:\"DEFAULTSORTKEY:\";i:7;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"لاخطأ\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:16:\"لاتستبدل\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:5:{i:0;i:1;i:1;s:25:\"علامة_الاتجاه\";i:2;s:21:\"علامة_اتجاه\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:21:\"عرض_العنوان\";i:2;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:11:\"لا_خطأ\";i:2;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:18:\"لااستبدال\";i:2;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:3:{i:0;i:1;i:1;s:43:\"__توقع_تصنيف_غير_مستخدم__\";i:2;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:20:\"مسار_الملف:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:19:\"__لصق_فهرس__\";i:2;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:25:\"تهيئة_التاريخ\";i:2;s:21:\"تهيئة_تاريخ\";i:3;s:10:\"formatdate\";i:4;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:15:\"صيغة_رقم\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:5:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الكامل\";i:2;s:24:\"اسم_صفحة_كامل\";i:3;s:15:\"اسم_كامل\";i:4;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الكامل\";i:2;s:28:\"عنوان_صفحة_كامل\";i:3;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كامل:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:18:\"مسار_كامل:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"نوع:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:22:\"قواعد_اللغة:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:23:\"__تصنيف_مخفي__\";i:2;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:11:\"بديل=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:15:\"خط_أساسي\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:8:\"حدود\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:8:\"أسفل\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:8:\"مركز\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:11:\"رتبة=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:8:\"إطار\";i:2;s:10:\"بإطار\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:12:\"لاإطار\";i:2;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:9:\"لغة=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:8:\"يسار\";i:2;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:11:\"وصلة=$1\";i:2;s:11:\"رابط=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:13:\"تصغير=$1\";i:2;s:11:\"مصغر=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"وسط\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:8:\"بدون\";i:2;s:6:\"بلا\";i:3;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:11:\"صفحة=$1\";i:2;s:11:\"صفحة_$1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:8:\"يمين\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:8:\"فرعي\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:8:\"سوبر\";i:2;s:4:\"سب\";i:3;s:5:\"super\";i:4;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:13:\"نص_أسفل\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:13:\"نص_أعلى\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:4:{i:0;i:1;i:1;s:10:\"تصغير\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:8:\"أعلى\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:10:\"معدول\";i:2;s:13:\"معدول=$1\";i:3;s:13:\"معدول_$1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:4:{i:0;i:1;i:1;s:6:\"$1بك\";i:2;s:6:\"$1عن\";i:3;s:4:\"$1px\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:14:\"__فهرسة__\";i:2;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:11:\"محتوى:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:8:\"#لغة:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:9:\"صغير:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كبير:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_محلي\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_محلي2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_المحلي\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_محلي_مأ\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_محلية\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_محلي\";i:2;s:16:\"شهر_محلي2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_محلي1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_المحلي\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_المحلي\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_المحلي_المولد\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_محلي\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_المحلي\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:18:\"مسار_محلي:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:37:\"عنوان_المسار_المحلي:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_محلي\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_محلي\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:11:\"رسالة:\";i:2;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:31:\"رسالة_بدون_تهيئة:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:8:\"نطاق\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:19:\"عنوان_نطاق\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:15:\"عدد_نطاق\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:28:\"__وصلة_قسم_جديد__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:3:{i:0;i:0;i:1;s:11:\"لا_سيب\";i:2;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_محتوى__\";i:2;s:12:\"__لاتم__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:24:\"__لاتحريرقسم__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:16:\"__لامعرض__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:18:\"__لافهرسة__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:31:\"لا_وصلة_قسم_جديد__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_عنوان__\";i:2;s:12:\"__لاتع__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:3:{i:0;i:0;i:1;s:16:\"__لافهرس__\";i:2;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:5:\"نط:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"نطم:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:28:\"عدد_في_المجموعة\";i:2;s:24:\"عدد_في_مجموعة\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:42:\"عدد_المستخدمين_النشطين\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:25:\"عدد_الإداريين\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:23:\"عدد_المقالات\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:25:\"عدد_التعديلات\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الملفات\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الصفحات\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:27:\"عدد_المستخدمين\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:15:\"باد_يسار\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:15:\"باد_يمين\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:15:\"رقم_صفحة\";i:2;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:3:{i:0;i:1;i:1;s:19:\"لغة_الصفحة\";i:2;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الصفحة\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_الصفحة\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:5:{i:0;i:1;i:1;s:30:\"صفحات_في_التصنيف\";i:2;s:26:\"صفحات_في_تصنيف\";i:3;s:15:\"PAGESINCATEGORY\";i:4;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"كل\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:10:\"ملفات\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:10:\"صفحات\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:25:\"تصنيفات_فرعية\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:5:{i:0;i:1;i:1;s:25:\"صفحات_في_نطاق:\";i:2;s:21:\"صفحات_في_نط:\";i:3;s:17:\"PAGESINNAMESPACE:\";i:4;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:19:\"حجم_الصفحة\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:7:\"جمع:\";i:2;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:3:{i:0;i:1;i:1;s:27:\"انتهاء_الحماية\";i:2;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:25:\"مستوى_الحماية\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:7:\"خام:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:4:{i:0;i:1;i:1;s:4:\"أر\";i:2;s:4:\"آر\";i:3;s:1:\"R\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:11:\"#تحويل\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:23:\"يوم_المراجعة\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:24:\"يوم_المراجعة2\";i:2;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:23:\"رقم_المراجعة\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:23:\"شهر_المراجعة\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:24:\"شهر_المراجعة1\";i:2;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:23:\"حجم_المراجعة\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_وقت_المراجعة\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:29:\"مستخدم_المراجعة\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:23:\"عام_المراجعة\";i:2;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:26:\"جذر_اسم_الصفحة\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:30:\"عنوان_جذر_الصفحة\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:14:\"نسخ_آمن:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:25:\"مسار_السكريبت\";i:2;s:21:\"مسار_سكريبت\";i:3;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"خادم\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:19:\"اسم_الخادم\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الموقع\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:6:\"خاص\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:17:\"عنوان_خاص\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:35:\"__تحويلة_إستاتيكية__\";i:2;s:27:\"__تحويلة_ساكنة__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:21:\"مسار_الهيئة\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:5:{i:0;i:1;i:1;s:30:\"اسم_صفحة_الموضوع\";i:2;s:30:\"اسم_صفحة_المقالة\";i:3;s:15:\"SUBJECTPAGENAME\";i:4;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_صفحة_الموضوع\";i:2;s:34:\"عنوان_صفحة_المقالة\";i:3;s:16:\"SUBJECTPAGENAMEE\";i:4;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:5:{i:0;i:1;i:1;s:23:\"نطاق_الموضوع\";i:2;s:23:\"نطاق_المقالة\";i:3;s:12:\"SUBJECTSPACE\";i:4;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_نطاق_الموضوع\";i:2;s:34:\"عنوان_نطاق_المقالة\";i:3;s:13:\"SUBJECTSPACEE\";i:4;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الفرعي\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الفرعي\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:7:\"نسخ:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:6:\"وسم\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:28:\"اسم_صفحة_النقاش\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:32:\"عنوان_صفحة_النقاش\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:21:\"نطاق_النقاش\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_النقاش\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:12:\"__فهرس__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:9:\"كبير:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_صغير:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:20:\"كود_المسار:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:8:\"مسار\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:14:\"استعلام\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ويكي\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}}'),('aeb-arab','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('aeb-arab','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('aeb-arab','messages:about','s:13:\"aeb-arab:عن\";'),('aeb-arab','messages:aboutpage','s:15:\"ar:Project:عن\";'),('aeb-arab','messages:aboutsite','s:28:\"aeb-arab:على {{SITENAME}}\";'),('aeb-arab','messages:abusefilter-edit-builder-vars-user-mobile','s:73:\"ar:إذا كان المستخدم يعدل عبر واجهة الجوال\";'),('aeb-arab','messages:accesskey-blockip-block','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('aeb-arab','messages:accesskey-ca-delete','s:4:\"en:d\";'),('aeb-arab','messages:accesskey-ca-edit','s:4:\"en:e\";'),('aeb-arab','messages:accesskey-ca-history','s:4:\"en:h\";'),('aeb-arab','messages:accesskey-ca-move','s:4:\"en:m\";'),('aeb-arab','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('aeb-arab','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('aeb-arab','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('aeb-arab','messages:accesskey-ca-protect','s:4:\"en:=\";'),('aeb-arab','messages:accesskey-ca-talk','s:4:\"en:t\";'),('aeb-arab','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('aeb-arab','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('aeb-arab','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('aeb-arab','messages:accesskey-ca-view','s:3:\"en:\";'),('aeb-arab','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('aeb-arab','messages:accesskey-ca-watch','s:4:\"en:w\";'),('aeb-arab','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('aeb-arab','messages:accesskey-diff','s:4:\"en:v\";'),('aeb-arab','messages:accesskey-export','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-feed-atom','s:3:\"en:\";'),('aeb-arab','messages:accesskey-feed-rss','s:3:\"en:\";'),('aeb-arab','messages:accesskey-import','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-minoredit','s:4:\"en:i\";'),('aeb-arab','messages:accesskey-n-currentevents','s:3:\"en:\";'),('aeb-arab','messages:accesskey-n-help','s:3:\"en:\";'),('aeb-arab','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('aeb-arab','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('aeb-arab','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('aeb-arab','messages:accesskey-n-portal','s:3:\"en:\";'),('aeb-arab','messages:accesskey-n-randompage','s:4:\"en:x\";'),('aeb-arab','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('aeb-arab','messages:accesskey-p-logo','s:3:\"en:\";'),('aeb-arab','messages:accesskey-preferences-save','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-preview','s:4:\"en:p\";'),('aeb-arab','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('aeb-arab','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('aeb-arab','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('aeb-arab','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('aeb-arab','messages:accesskey-pt-login','s:4:\"en:o\";'),('aeb-arab','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('aeb-arab','messages:accesskey-pt-logout','s:3:\"en:\";'),('aeb-arab','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('aeb-arab','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('aeb-arab','messages:accesskey-pt-preferences','s:3:\"en:\";'),('aeb-arab','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('aeb-arab','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('aeb-arab','messages:accesskey-publish','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-save','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-search','s:4:\"en:f\";'),('aeb-arab','messages:accesskey-search-fulltext','s:3:\"en:\";'),('aeb-arab','messages:accesskey-search-go','s:3:\"en:\";'),('aeb-arab','messages:accesskey-summary','s:4:\"en:b\";'),('aeb-arab','messages:accesskey-t-contributions','s:3:\"en:\";'),('aeb-arab','messages:accesskey-t-emailuser','s:3:\"en:\";'),('aeb-arab','messages:accesskey-t-info','s:3:\"en:\";'),('aeb-arab','messages:accesskey-t-permalink','s:3:\"en:\";'),('aeb-arab','messages:accesskey-t-print','s:4:\"en:p\";'),('aeb-arab','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('aeb-arab','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('aeb-arab','messages:accesskey-t-upload','s:4:\"en:u\";'),('aeb-arab','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('aeb-arab','messages:accesskey-upload','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-userrights-set','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-watch','s:4:\"en:w\";'),('aeb-arab','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('aeb-arab','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('aeb-arab','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('aeb-arab','messages:accmailtext','s:290:\"aeb-arab:كلمة سر مولدة عشوائيا ل[[User talk:$1|$1]] تم إرسالها إلى $2.\n\nكلمة السر لهذا الحساب الجديد يمكن تغييرها في صفحة <em>[[Special:ChangePassword|تغيير كلمة السر]]</em> عند تسجيل الدخول.\";'),('aeb-arab','messages:accmailtitle','s:43:\"aeb-arab:تم إرسال كلمة السر.\";'),('aeb-arab','messages:accountcreated','s:37:\"aeb-arab:تم إنشاء الحساب\";'),('aeb-arab','messages:accountcreatedtext','s:108:\"aeb-arab:تم إنشاء الحساب الخاص ب[[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|نقاش]]).\";'),('aeb-arab','messages:acct_creation_throttle_hit','s:453:\"aeb-arab:أنشأ زوار هذه الويكي باستخدام عنوان آيبيك {{PLURAL:$1||حسابا واحدا|حسابين|$1 حسابات|$1 حسابا|$1 حساب}} في آخر $2، وهو الحد الأقصى المسموح به في هذه الفترة الزمنية.\nوكنتيجة لذلك، لن يتمكن الزوار الذين يستخدمون عنوان الأيبي هذا من إنشاء أي حسابات أخرى حاليا.\";'),('aeb-arab','messages:action-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('aeb-arab','messages:action-applychangetags','s:48:\"ar:تطبيق الوسوم مع تغييراتك\";'),('aeb-arab','messages:action-autoconfirmed','s:81:\"ar:غير متأثر بحدود المعدل المستندة إلى الآيبي\";'),('aeb-arab','messages:action-autocreateaccount','s:80:\"ar:تلقائيا إنشاء هذا الحساب الخارجي للمستخدم\";'),('aeb-arab','messages:action-autopatrol','s:53:\"ar:جعل تعديلك معلم عليه كمراجع\";'),('aeb-arab','messages:action-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('aeb-arab','messages:action-block','s:53:\"ar:منع هذا المستخدم من التعديل\";'),('aeb-arab','messages:action-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('aeb-arab','messages:action-bot','s:39:\"ar:يًعامَل كعملية آلية\";'),('aeb-arab','messages:action-browsearchive','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('aeb-arab','messages:action-changetags','s:82:\"ar:أضف وأزل وسوما في مراجعات ومدخلات سجل فردية\";'),('aeb-arab','messages:action-createaccount','s:46:\"ar:إنشاء حساب المستخدم هذا\";'),('aeb-arab','messages:action-createpage','s:33:\"ar:إنشاء هذه الصفحة\";'),('aeb-arab','messages:action-createtalk','s:42:\"ar:إنشاء صفحة النقاش هذه\";'),('aeb-arab','messages:action-delete','s:17:\"aeb-arab:احذف\";'),('aeb-arab','messages:action-delete-redirect','s:93:\"ar:استبدال حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('aeb-arab','messages:action-deletechangetags','s:55:\"ar:حذف الوسوم من قاعدة البيانات\";'),('aeb-arab','messages:action-deletedhistory','s:52:\"ar:رؤية تاريخ الصفحات المحذوف\";'),('aeb-arab','messages:action-deletedtext','s:56:\"ar:رؤية تاريخ المراجعات المحذوف\";'),('aeb-arab','messages:action-deletelogentry','s:33:\"ar:حذف مدخلات السجل\";'),('aeb-arab','messages:action-deleterevision','s:28:\"ar:حذف المراجعات\";'),('aeb-arab','messages:action-edit','s:33:\"ar:تعديل هذه الصفحة\";'),('aeb-arab','messages:action-editcontentmodel','s:47:\"ar:عدل عدل طريقة محتوى صفحة\";'),('aeb-arab','messages:action-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('aeb-arab','messages:action-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('aeb-arab','messages:action-editmyprivateinfo','s:43:\"ar:تعديل معلوماتك الخاصة\";'),('aeb-arab','messages:action-editmyusercss','s:63:\"ar:تحرير ملفات CSS المستخدم الخاصة بك\";'),('aeb-arab','messages:action-editmyuserjs','s:81:\"ar:تحرير ملفات جافا سكريبت المستخدم الخاصة بك\";'),('aeb-arab','messages:action-editmyuserjson','s:68:\"ar:تحرير ملفات جسون المستخدم الخاصة بك\";'),('aeb-arab','messages:action-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('aeb-arab','messages:action-editmywatchlist','s:39:\"ar:تعديل قائمة مراقبتك\";'),('aeb-arab','messages:action-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('aeb-arab','messages:action-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('aeb-arab','messages:action-editsitecss','s:43:\"ar:تحرير CSS للموقع بأكمله\";'),('aeb-arab','messages:action-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('aeb-arab','messages:action-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('aeb-arab','messages:action-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('aeb-arab','messages:action-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('aeb-arab','messages:action-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('aeb-arab','messages:action-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('aeb-arab','messages:action-history','s:42:\"ar:اعرض تاريخ هذه الصفحة\";'),('aeb-arab','messages:action-import','s:49:\"ar:استيراد صفحات من ويكي آخر\";'),('aeb-arab','messages:action-importupload','s:51:\"ar:استيراد صفحات من ملف مرفوع\";'),('aeb-arab','messages:action-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي والمنع التلقائي ومنع النطاق\";'),('aeb-arab','messages:action-managechangetags','s:39:\"ar:إنشاء وتعطيل الوسوم\";'),('aeb-arab','messages:action-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('aeb-arab','messages:action-mergehistory','s:40:\"ar:دمج تاريخ هذه الصفحة\";'),('aeb-arab','messages:action-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('aeb-arab','messages:action-minoredit','s:57:\"ar:التعليم على هذا التعديل كطفيف\";'),('aeb-arab','messages:action-move','s:17:\"aeb-arab:حوّل\";'),('aeb-arab','messages:action-move-categorypages','s:37:\"ar:انقل صفحات التصنيف\";'),('aeb-arab','messages:action-move-rootuserpages','s:58:\"ar:نقل صفحات المستخدمين الأساسية\";'),('aeb-arab','messages:action-move-subpages','s:63:\"ar:نقل هذه الصفحة، وصفحاتها الفرعية\";'),('aeb-arab','messages:action-movefile','s:27:\"ar:نقل هذا الملف\";'),('aeb-arab','messages:action-nominornewtalk','s:124:\"ar:عدم وجود تعديلات طفيفة على صفحات النقاشة تؤدي إلى ظهور رسائل جديدة\";'),('aeb-arab','messages:action-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('aeb-arab','messages:action-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('aeb-arab','messages:action-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('aeb-arab','messages:action-patrol','s:73:\"ar:تعليم تعديلات الآخرين بعلامة المراجعة\";'),('aeb-arab','messages:action-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('aeb-arab','messages:action-protect','s:65:\"ar:تغيير مستويات الحماية لهذه الصفحة\";'),('aeb-arab','messages:action-purge','s:40:\"ar:محو مختزن هذه الصفحة\";'),('aeb-arab','messages:action-read','s:33:\"ar:قراءة هذه الصفحة\";'),('aeb-arab','messages:action-reupload','s:57:\"ar:الكتابة على هذا الملف الموجود\";'),('aeb-arab','messages:action-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('aeb-arab','messages:action-reupload-shared','s:71:\"ar:الكتابة على هذا الملف في مستودع مشترك\";'),('aeb-arab','messages:action-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('aeb-arab','messages:action-sendemail','s:50:\"ar:إرسال رسائل بريد إلكتروني\";'),('aeb-arab','messages:action-siteadmin','s:56:\"ar:غلق أو رفع غلق قاعدة البيانات\";'),('aeb-arab','messages:action-suppressionlog','s:40:\"ar:رؤية هذا السجل الخاص\";'),('aeb-arab','messages:action-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('aeb-arab','messages:action-suppressrevision','s:66:\"ar:مراجعة واسترجاع المراجعات المخفية\";'),('aeb-arab','messages:action-unblockself','s:38:\"ar:رفع المنع عن أنفسهم\";'),('aeb-arab','messages:action-undelete','s:32:\"aeb-arab:استرجع الحذف\";'),('aeb-arab','messages:action-unwatchedpages','s:61:\"ar:رؤية قائمة الصفحات غير المراقبة\";'),('aeb-arab','messages:action-upload','s:27:\"ar:رفع هذا الملف\";'),('aeb-arab','messages:action-upload_by_url','s:52:\"ar:رفع هذا الملف من عنوان مسار\";'),('aeb-arab','messages:action-userrights','s:50:\"ar:تعديل كل صلاحيات المستخدم\";'),('aeb-arab','messages:action-userrights-interwiki','s:101:\"ar:تعديل صلاحيات المستخدم للمستخدمين في الويكيات الأخرى\";'),('aeb-arab','messages:action-viewmyprivateinfo','s:45:\"ar:مشاهدة معلوماتك الخاصة\";'),('aeb-arab','messages:action-viewmywatchlist','s:41:\"ar:مشاهدة قائمة مراقبتك\";'),('aeb-arab','messages:action-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('aeb-arab','messages:action-writeapi','s:36:\"ar:استخدام API الكتابة\";'),('aeb-arab','messages:actioncomplete','s:36:\"aeb-arab:انتهاء العملية\";'),('aeb-arab','messages:actionfailed','s:26:\"aeb-arab:الفعل فشل\";'),('aeb-arab','messages:actions','s:13:\"ar:أفعال\";'),('aeb-arab','messages:actionthrottled','s:65:\"aeb-arab:لا يمكن عمل المزيد من هذا الفعل\";'),('aeb-arab','messages:actionthrottledtext','s:273:\"aeb-arab:كإجراء ضد السبام، أنت ممنوع من إجراء هذا الفعل عدد كبير من المرات في فترة زمنية قصيرة، ولقد تجاوزت هذا الحد.\nمن فضلك حاول مرة ثانية خلال عدة دقائق.\";'),('aeb-arab','messages:activeusers','s:49:\"ar:قائمة المستخدمين النشطين\";'),('aeb-arab','messages:activeusers-count','s:180:\"ar:{{PLURAL:$1|لا أفعال|فعل واحد|فعلان اثنان|$1 أفعال|$1 فعلا|$1 فعل}} منذ {{PLURAL:$3||يوم|يومين|$3 أيام|$3 يوما|$1 يوم}}\";'),('aeb-arab','messages:activeusers-excludegroups','s:71:\"ar:استثن المستخدمين المنتمين للمجموعات:\";'),('aeb-arab','messages:activeusers-from','s:51:\"ar:اعرض المستخدمين ابتداء من:\";'),('aeb-arab','messages:activeusers-groups','s:67:\"ar:عرض المستخدمين المنتمين للمجموعات:\";'),('aeb-arab','messages:activeusers-intro','s:256:\"ar:هذه قائمة بالمستخدمين الذين مارسوا نوعا من النشاط خلال {{PLURAL:$1||اليوم الماضي|اليومين الماضيين|ال$1 أيام الماضية|ال$1 يوما ماضيا|ال$1 يوم ماضي}}.\";'),('aeb-arab','messages:activeusers-noresult','s:45:\"ar:لم يعثر على أي مستخدمين\";'),('aeb-arab','messages:activeusers-submit','s:45:\"ar:عرض المستخدمين النشطين\";'),('aeb-arab','messages:activeusers-summary','s:3:\"en:\";'),('aeb-arab','messages:addedwatchexpiry-options-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('aeb-arab','messages:addedwatchexpiryhours','s:125:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('aeb-arab','messages:addedwatchexpiryhours-talk','s:138:\"ar:\"[[:$1]]\" والصفحة المرفقة بها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('aeb-arab','messages:addedwatchexpirytext','s:117:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('aeb-arab','messages:addedwatchexpirytext-talk','s:125:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('aeb-arab','messages:addedwatchindefinitelytext','s:123:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('aeb-arab','messages:addedwatchindefinitelytext-talk','s:131:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('aeb-arab','messages:addedwatchtext','s:105:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('aeb-arab','messages:addedwatchtext-short','s:61:\"ar:أضيفت صفحة \"$1\" إلى قائمة مراقبتك.\";'),('aeb-arab','messages:addedwatchtext-talk','s:122:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إضافتها إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('aeb-arab','messages:addsection','s:4:\"en:+\";'),('aeb-arab','messages:addsection-editintro','s:3:\"en:\";'),('aeb-arab','messages:addsection-preload','s:3:\"en:\";'),('aeb-arab','messages:addwatch','s:48:\"ar:إضافة إلى قائمة المراقبة\";'),('aeb-arab','messages:ago','s:12:\"ar:قبل $1\";'),('aeb-arab','messages:all-logs-page','s:35:\"ar:كل السجلات العامة\";'),('aeb-arab','messages:allarticles','s:22:\"ar:كل الصفحات\";'),('aeb-arab','messages:allinnamespace','s:41:\"ar:كل الصفحات (في نطاق $1)\";'),('aeb-arab','messages:alllogstext','s:330:\"ar:عرض شامل لكل السجلات المتوفرة في {{SITENAME}}.\nباستطاعتك جعل القائمة أكثر تحديداً، وذلك باختيار نوع السجل واسم المستخدم (حساس لحالة الحروف)، أو الصفحة المتأثرة (أيضاً حساس لحالة الحروف).\";'),('aeb-arab','messages:allmessages','s:26:\"ar:رسائل النظام\";'),('aeb-arab','messages:allmessages-filter','s:41:\"ar:رشح حسب حالة التخصيص:\";'),('aeb-arab','messages:allmessages-filter-all','s:11:\"ar:الكل\";'),('aeb-arab','messages:allmessages-filter-legend','s:15:\"ar:المرشح\";'),('aeb-arab','messages:allmessages-filter-modified','s:15:\"ar:المعدل\";'),('aeb-arab','messages:allmessages-filter-submit','s:11:\"ar:مرشح\";'),('aeb-arab','messages:allmessages-filter-translate','s:11:\"ar:ترجم\";'),('aeb-arab','messages:allmessages-filter-unmodified','s:18:\"ar:غير معدل\";'),('aeb-arab','messages:allmessages-language','s:14:\"ar:اللغة:\";'),('aeb-arab','messages:allmessages-not-supported-database','s:121:\"ar:هذه الصفحة لا يمكن استخدامها لأن <strong>$wgUseDatabaseMessages</strong> تم تعطيله.\";'),('aeb-arab','messages:allmessages-prefix','s:32:\"ar:رشح حسب البادئة:\";'),('aeb-arab','messages:allmessagescurrent','s:24:\"ar:النص الحالي\";'),('aeb-arab','messages:allmessagesdefault','s:36:\"aeb-arab:النص الافتراضي\";'),('aeb-arab','messages:allmessagesname','s:19:\"aeb-arab:الاسم\";'),('aeb-arab','messages:allmessagestext','s:376:\"ar:هذه قائمة برسائل النظام المتوفرة في نطاق ميدياويكي.\nمن فضلك زر [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation ترجمة ميدياويكي] و [https://translatewiki.net ترانسليت ويكي دوت نت] لو كنت ترغب في المساهمة في ترجمة ميدياويكي الأساسية.\";'),('aeb-arab','messages:allowemail','s:93:\"ar:اسمح للمستخدمين الآخرين بإرسال بريد إلكتروني إلي\";'),('aeb-arab','messages:allpages','s:22:\"ar:كل الصفحات\";'),('aeb-arab','messages:allpages-bad-ns','s:51:\"ar:{{SITENAME}} لا يوجد بها نطاق \"$1\".\";'),('aeb-arab','messages:allpages-hide-redirects','s:28:\"ar:أخف التحويلات\";'),('aeb-arab','messages:allpages-summary','s:3:\"en:\";'),('aeb-arab','messages:allpagesbadtitle','s:213:\"ar:العنوان المقترح للصفحة غير مقبول أو يضم لغات أخرى أو سابقة إنترويكي.\nأو ربما فيه أحرف لا يمكن استعمالها في العناوين.\";'),('aeb-arab','messages:allpagesfrom','s:45:\"ar:اعرض الصفحات ابتداء من:\";'),('aeb-arab','messages:allpagesprefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('aeb-arab','messages:allpagessubmit','s:17:\"aeb-arab:اذهب\";'),('aeb-arab','messages:allpagesto','s:51:\"ar:اعرض الصفحات المنتهية عند:\";'),('aeb-arab','messages:alreadyrolled','s:407:\"ar:لم يمكن استرجاع آخر تعديل ل[[:$1]] بواسطة [[User:$2|$2]] ([[User talk:$2|نقاش]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nشخص آخر عدل أو استرجع الصفحة بالفعل.\n\nآخر تعديل كان بواسطة [[User:$3|$3]] ([[User talk:$3|نقاش]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('aeb-arab','messages:ancientpages','s:26:\"ar:أقدم الصفحات\";'),('aeb-arab','messages:ancientpages-summary','s:3:\"en:\";'),('aeb-arab','messages:and','s:10:\"ar:&#32;و\";'),('aeb-arab','messages:anoncontribs','s:23:\"aeb-arab:مساهمات\";'),('aeb-arab','messages:anoneditwarning','s:562:\"aeb-arab:\'\'\'ردّ بالك:\'\'\' راك ما دخلتش للحساب متاعك.\nإذا بدّلت حاجة، ينجّموا العباد الكلّ يعرفوا الإي پاي متاعك. أما إذا <strong>[$1 دخلت لحسابك]</strong> ولّا <strong>[$2 عملت حساب جديد]</strong>، التبديلات متاعك الكل بش يتنسبوا لإسم المستعمل متاعك، و بخلاف هذا تنجّم تعمل برشا حوايج ما تنجّمش تعملهم وقت إلّي تبدّل حاجة بالإي پاي متاعك.\";'),('aeb-arab','messages:anonnotice','s:4:\"en:-\";'),('aeb-arab','messages:anononlyblock','s:20:\"ar:مجهول فقط\";'),('aeb-arab','messages:anonpreviewwarning','s:153:\"aeb-arab:<em>أنت غير مسجل الدخول. الحفظ سيسجل عنوان الأيبي الخاص بك في تاريخ هذه الصفحة.</em>\";'),('aeb-arab','messages:anontalk','s:11:\"ar:نقاش\";'),('aeb-arab','messages:anontalkpagetext','s:661:\"aeb-arab:----\n<em>هذه صفحة نقاش لمستخدم مجهول لم يقم بإنشاء حساب بعد أو لا يستعمل ذلك الحساب.</em>\nلذا فيجب علينا استعمال رقم الأيبي للتعرف عليه/عليها.\nمثل هذا العنوان يمكن أن يشترك فيه عدة مستخدمين.\nلو كنت مستخدما مجهولا وتشعر بأن تعليقات لا تخصك تم توجيهها إليك، من فضلك [[Special:CreateAccount|أنشئ حسابا]] أو [[Special:UserLogin|سجل الدخول]] لتجنب الارتباك المستقبلي مع مستخدمين مجهولين آخرين.\";'),('aeb-arab','messages:anonuser','s:46:\"ar:مستخدم {{SITENAME}} المجهول $1\";'),('aeb-arab','messages:anonusers','s:144:\"ar:{{PLURAL:$2||مستخدم|مستخدما|مستخدمو}} {{SITENAME}} {{PLURAL:$2||المجهول|المجهولان|المجهولون}} $1\";'),('aeb-arab','messages:anonymous','s:87:\"ar:{{PLURAL:$1|مستخدم مجهول|مستخدمون مجهولون}} ل{{SITENAME}}\";'),('aeb-arab','messages:api-clientside-error-aborted','s:30:\"ar:تم إحباط الطلب.\";'),('aeb-arab','messages:api-clientside-error-http','s:37:\"ar:خطأ في الخادم: HTTP $1.\";'),('aeb-arab','messages:api-clientside-error-invalidresponse','s:54:\"ar:استجابة غير صالحة من الخادم.\";'),('aeb-arab','messages:api-clientside-error-noconnect','s:137:\"ar:لا يمكن الاتصال بالخادم؛ تأكد من أن لديك اتصال إنترنت فعال وحاول مرة أخرى.\";'),('aeb-arab','messages:api-clientside-error-timeout','s:65:\"ar:لم يستجب الخادم ضمن الوقت المتوقع.\";'),('aeb-arab','messages:api-credits','s:544:\"ar:مطورو API:\n* يوري أستراخان (مبتكر، المطور الرئيسي سبتمبر 2006 - سبتمبر 2007) \n* روان كاتو (المطور الرئيسي سبتمبر 2007-2009) \n* فيكتور فاسيليف \n* برايان تونغ مينه \n* سام ريد \n* براد يورش (المطور الرئيسي 2013–2020)\n\nيُرجَى إرسال تعليقاتك واقتراحاتك وأسئلتك لـmediawiki-api@lists.wikimedia.org\nأو إرسال تقريرا عن خطأ في https://phabricator.wikimedia.org/.\";'),('aeb-arab','messages:api-credits-header','s:19:\"ar:الإحالات\";'),('aeb-arab','messages:api-error-badtoken','s:54:\"ar:خطأ داخلي: رمز مميز غير صحيح.\";'),('aeb-arab','messages:api-error-emptypage','s:72:\"ar:إنشاء صفحات فارغة جديدة، غير مسموح به.\";'),('aeb-arab','messages:api-error-publishfailed','s:78:\"ar:خطأ داخلي: لم ينجح الخادوم في نشر ملف مؤقت\";'),('aeb-arab','messages:api-error-stashfailed','s:88:\"ar:خطأ داخلي: فشل الملقم في تخزين الملفات المؤقتة.\";'),('aeb-arab','messages:api-error-unknown-warning','s:38:\"ar:تحذير غير معروف: \"$1\".\";'),('aeb-arab','messages:api-error-unknownerror','s:33:\"ar:خطأ غير معروف: \"$1\"\";'),('aeb-arab','messages:api-exception-trace','s:20:\"ar:$1 في $2($3)\n$4\";'),('aeb-arab','messages:api-feed-error-title','s:14:\"ar:خطأ ($1)\";'),('aeb-arab','messages:api-format-prettyprint-header','s:473:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط <kbd>format=$2</kbd>.\n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('aeb-arab','messages:api-format-prettyprint-header-hyperlinked','s:459:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط [$3 <kbd>format=$2</kbd>].\n\nراجع [[mw:API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('aeb-arab','messages:api-format-prettyprint-header-only-html','s:257:\"ar:هذا تمثيل HTML مخصص للتصحيح، وغير مناسب لاستخدام تطبيق HTML. \n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('aeb-arab','messages:api-format-prettyprint-status','s:71:\"ar:سيتم إرجاع هذه الاستجابة بحالة HTTP $1 $2.\";'),('aeb-arab','messages:api-format-title','s:34:\"ar:ناتج API ميدياويكي\";'),('aeb-arab','messages:api-help-authmanager-general-usage','s:1574:\"ar:الإجراء العام لاستخدام هذه الوحدة هو:\n# جلب الحقول المتاحة من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع amirequestsfor=$4، $<kbd>amirequestsfor=$4</kbd> ورمز <kbd>$5</kbd> من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\nعرض الحقول للمستخدم، والحصول على تقديمها.\n# النشر في هذه الوحدة، مع توفير <var>$1returnurl</var> وأية حقول ذات صلة.\n# افحص <samp>status</samp> في الاستجابة.\n#* إذا تلقيت <samp>PASS</samp> أو <samp>FAIL</samp> أنت انتهيت، العملية نجحت أو لم تفعل.\n#* إذا تلقيت <samp>UI</samp>، قدم الحقول الجديدة للمستخدم والحصول على تقديمها، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> والحقول ذات الصلة المحددة، وكرر الخطوة 4.\n#* إذا تلقيت <samp>REDIRECT</samp>، وجه المستخدم إلى <samp>redirecttarget</samp> وانتظر العودة إلى <var>$1returnurl</var>، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> وأية حقول تم تمريرها إلى المسار للعودة ، وكرر الخطوة 4.\n#* إذا تلقيت <samp>RESTART</samp>، هذا يعني أن المصادقة ناجحة ولكن ليس لدينا حساب مستخدم مرتبط، قد تعامل هذا كـ<samp>UI</samp> أو كـ<samp>FAIL</samp>.\";'),('aeb-arab','messages:api-help-authmanagerhelper-additional-params','s:421:\"ar:تقبل هذه الوحدة معايير إضافية بناءً على طلبات المصادقة المتاحة، استخدم <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd> (أو استجابة سابقة من هذه الوحدة، إن وُجِدت) لتحديد الطلبات المتاحة والحقول التي يستخدمونها.\";'),('aeb-arab','messages:api-help-authmanagerhelper-continue','s:167:\"ar:هذا الطلب استمرار بعد استجابة <samp>UI</samp> أو <samp>REDIRECT</samp> سابقة، مطلوب إما هذا أو <var>$1returnurl</var>.\";'),('aeb-arab','messages:api-help-authmanagerhelper-mergerequestfields','s:102:\"ar:دمج معلومات الحقل لجميع طلبات التوثيق في مصفوفة واحدة.\";'),('aeb-arab','messages:api-help-authmanagerhelper-messageformat','s:64:\"ar:تنسيق لاستخدامه في إرسال الرسائل.\";'),('aeb-arab','messages:api-help-authmanagerhelper-preservestate','s:112:\"ar:الحفاظ على الحالة من محاولة تسجيل دخول فاشلة سابقة، إن أمكن.\";'),('aeb-arab','messages:api-help-authmanagerhelper-request','s:234:\"ar:استخدم طلب المصادقة هذا ، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd>.\";'),('aeb-arab','messages:api-help-authmanagerhelper-requests','s:293:\"ar:استخدم فقط طلبات المصادقة هذه، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> أو من رد سابق من هذه الوحدة.\";'),('aeb-arab','messages:api-help-authmanagerhelper-returnurl','s:673:\"ar:يجب أن يكون العودة لتدفقات المصادقة من الجهات الخارجية مطلقا، مطلوب إما هذا أو <var>$1continue</var>.\n\nعند استلام استجابة <samp>REDIRECT</samp>، ستفتح عادةً متصفح أو عرض ويب للمسار <samp>redirecttarget</samp>المحدد لتدفق مصادقة طرف ثالث، عند اكتمال ذلك، سيرسل الطرف الثالث المتصفح أو عرض الويب إلى هذا المسار، يجب عليك استخلاص أي استعلام أو وسائط POST من المسار وتمريرها كطلب <var>$1continue</var> إلى وحدة API هذه.\";'),('aeb-arab','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('aeb-arab','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('aeb-arab','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('aeb-arab','messages:api-help-datatypes-header','s:30:\"ar:أنواع البيانات\";'),('aeb-arab','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('aeb-arab','messages:api-help-examples','s:37:\"ar:{{PLURAL:$1|مثال|أمثلة}}:\";'),('aeb-arab','messages:api-help-flag-deprecated','s:34:\"ar:هذه الوحدة مهملة.\";'),('aeb-arab','messages:api-help-flag-generator','s:65:\"ar:هذه الوحدة يمكن أن تُستخدَم كمولد.\";'),('aeb-arab','messages:api-help-flag-internal','s:129:\"ar:<strong> هذه الوحدة داخلية أو غير مستقرة.</strong> قد تتغير عمليتها دون إشعار.\";'),('aeb-arab','messages:api-help-flag-mustbeposted','s:55:\"ar:هذه الوحدة تقبل طلبات POST فقط.\";'),('aeb-arab','messages:api-help-flag-readrights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات القراءة.\";'),('aeb-arab','messages:api-help-flag-writerights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات الكتابة.\";'),('aeb-arab','messages:api-help-flags','s:3:\"en:\";'),('aeb-arab','messages:api-help-help-urls','s:3:\"en:\";'),('aeb-arab','messages:api-help-lead','s:188:\"ar:\nهذه صفحة توثيق ميدياويكي API التي تم إنشاؤها تلقائيا.\n\nوثائق وأمثلة: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('aeb-arab','messages:api-help-license','s:28:\"ar:الترخيص: [[$1|$2]]\";'),('aeb-arab','messages:api-help-license-noname','s:47:\"ar:الترخيص: [[$1|انظر الوصلة]]\";'),('aeb-arab','messages:api-help-license-unknown','s:73:\"ar:الترخيص: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('aeb-arab','messages:api-help-main-header','s:32:\"ar:الوحدة الرئيسية\";'),('aeb-arab','messages:api-help-no-extended-description','s:3:\"en:\";'),('aeb-arab','messages:api-help-open-in-apisandbox','s:40:\"ar:<small>[فتح في ملعب]</small>\";'),('aeb-arab','messages:api-help-param-continue','s:96:\"ar:عندما تتوفر المزيد من النتائج، استخدم هذا للمتابعة\";'),('aeb-arab','messages:api-help-param-default-empty','s:68:\"ar:الافتراضي: <span class=\"apihelp-empty\">(فارغ)</span>\";'),('aeb-arab','messages:api-help-param-deprecated','s:12:\"ar:مهمل.\";'),('aeb-arab','messages:api-help-param-deprecated-label','s:22:\"ar:مستغنى عنه\";'),('aeb-arab','messages:api-help-param-direction','s:340:\"ar:في أي اتجاه للتعداد:\n;الأحدث: سرد الأقدم أولا، ملاحظة: يجب أن يكون $1start قبل $1end.\n;older:List newest first (default). Note: $1start has to be later than $1end.\n;الأقدم: سرد الأحدث أولا (افتراضي)، ملاحظة: يجب أن يكون $1start بعد $1end.\";'),('aeb-arab','messages:api-help-param-disabled-in-miser-mode','s:91:\"ar:تم التعطيل بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]].\";'),('aeb-arab','messages:api-help-param-internal','s:14:\"ar:داخلي.\";'),('aeb-arab','messages:api-help-param-internal-label','s:13:\"ar:داخلي\";'),('aeb-arab','messages:api-help-param-limited-in-miser-mode','s:328:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام هذا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('aeb-arab','messages:api-help-param-multi-all','s:60:\"ar:لتحديد كل القيم; استخدم <kbd>$1</kbd>.\";'),('aeb-arab','messages:api-help-param-multi-separate','s:94:\"ar:قيم منفصلة بـ<kbd>|</kbd> أو [[Special:ApiHelp/main#main/datatypes|بديل]].\";'),('aeb-arab','messages:api-help-param-no-description','s:60:\"ar:<span class=\"apihelp-empty\">(لا يوجد وصف)</span>\";'),('aeb-arab','messages:api-help-param-templated','s:110:\"ar:هذا [[Special:ApiHelp/main#main/templatedparams|وسيط قالب]]، عند تقديم الطلب، $2.\";'),('aeb-arab','messages:api-help-param-templated-var','s:51:\"ar:<var>&#x7B;$1&#x7D;</var> بقيم <var>$2</var>\";'),('aeb-arab','messages:api-help-param-templated-var-first','s:98:\"ar:يجب استبدال <var>&#x7B;$1&#x7D;</var> في اسم الوسيط بقيم <var>$2</var>\";'),('aeb-arab','messages:api-help-param-token','s:106:\"ar:تم استرداد رمز مميز \"$1\" من [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('aeb-arab','messages:api-help-param-token-webui','s:136:\"ar:للتوافق; يتم أيضا قبول الرمز المميز المستخدم في واجهة المستخدم على الويب.\";'),('aeb-arab','messages:api-help-param-type-enum','s:165:\"ar:{{PLURAL:$1|1=إحدى القيم التالية|2=القيم (منفصلة مع <kbd>{{!}}</kbd> أو [[Special:ApiHelp/main#main/datatypes|البديل]])}}: $2\";'),('aeb-arab','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('aeb-arab','messages:api-help-param-type-limit','s:50:\"ar:النوع: عدد صحيح أو <kbd>max</kbd>\";'),('aeb-arab','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('aeb-arab','messages:api-help-param-type-timestamp','s:128:\"ar:النوع: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('aeb-arab','messages:api-help-parameters','s:37:\"ar:{{PLURAL:$1|وسيط|وسائط}}:\";'),('aeb-arab','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('aeb-arab','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('aeb-arab','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('aeb-arab','messages:api-help-permissions','s:45:\"ar:{{PLURAL:$1|الإذن|الأذونات}}:\";'),('aeb-arab','messages:api-help-permissions-granted-to','s:38:\"ar:{{PLURAL:$1|ممنوحة لـ}}: $2\";'),('aeb-arab','messages:api-help-right-apihighlimits','s:247:\"ar:استخدم حدودا أعلى في استعلامات API (استعلامات بطيئة: $1، استعلامات سريعة: $2)، تنطبق حدود الاستعلامات البطيئة أيضا على وسائط متعددة القيم.\";'),('aeb-arab','messages:api-help-source','s:18:\"ar:المصدر:$1\";'),('aeb-arab','messages:api-help-source-unknown','s:71:\"ar:المصدر: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('aeb-arab','messages:api-help-templatedparams','s:664:\"ar:تدعم وسائط القوالب الحالات التي تحتاج فيها API إلى قيمة لكل قيمة من وسيط آخر، على سبيل المثال، إذا كانت هناك وحدة API لطلب الفاكهة، فإنه قد يكون لديك وسيط <var>fruits</var> لتحديد أي الفواكه تم طلبها ووسيط قالب <var>{fruit}-quantity</var>لتحديد عدد الفواكه لكل طلب، يمكن لعميل API الذي يريد 1 تفاحة، 5 موز، 20 فراولة ثم تقديم طلب مثل <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('aeb-arab','messages:api-help-templatedparams-header','s:26:\"ar:وسائط القالب\";'),('aeb-arab','messages:api-help-title','s:38:\"ar:مساعدة API ميدياويكي\";'),('aeb-arab','messages:api-help-undocumented-module','s:44:\"ar:لا توجد وثائق للوحدة $1.\";'),('aeb-arab','messages:api-login-fail-aborted','s:395:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتتمكن من تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-arab','messages:api-login-fail-aborted-nobotpw','s:212:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتسجيل الدخول; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-arab','messages:api-login-fail-badsessionprovider','s:61:\"ar:لا يمكن تسجيل الدخول باستخدام $1.\";'),('aeb-arab','messages:api-login-fail-sameorigin','s:105:\"ar:لا يمكن تسجيل الدخول عندما لا يتم تطبيق السياسة الأصلية.\";'),('aeb-arab','messages:api-pageset-param-converttitles','s:268:\"ar:تحويل العناوين إلى المتغيرات الأخرى إذا لزم الأمر، يعمل فقط إذا كانت لغة محتوى الويكي تدعم تحويل المتغير، تتضمن اللغات التي تدعم تحويل المتغير $1.\";'),('aeb-arab','messages:api-pageset-param-generator','s:260:\"ar:احصل على قائمة الصفحات للعمل عليها من خلال تنفيذ وحدة الاستعلام المحددة.\n\n<strong>ملاحظة:</strong> يجب أن تبدأ أسماء وسطائط المولد بـ\"g\"، انظر الأمثلة.\";'),('aeb-arab','messages:api-pageset-param-pageids','s:66:\"ar:قائمة بمعرفات الصفحات للعمل عليها.\";'),('aeb-arab','messages:api-pageset-param-redirects-generator','s:201:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var> وفي الصفحات التي يتم إرجاعها بواسطة <var>$1generator</var>.\";'),('aeb-arab','messages:api-pageset-param-redirects-nogenerator','s:112:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var>.\";'),('aeb-arab','messages:api-pageset-param-revids','s:70:\"ar:قائمة بمعرفات المراجعات للعمل عليها.\";'),('aeb-arab','messages:api-pageset-param-titles','s:49:\"ar:قائمة عناوين للعمل عليها.\";'),('aeb-arab','messages:api-usage-docref','s:36:\"ar:راجع $1 لاستخدام API.\";'),('aeb-arab','messages:api-usage-mailinglist-ref','s:269:\"ar:اشترك في القائمة البريدية لإعلان api ميدياويكي في &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt ; للحصول على إشعار بإيقاف API وإيقاف التغييرات.\";'),('aeb-arab','messages:apierror-allimages-redirect','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('aeb-arab','messages:apierror-allpages-generator-redirects','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('aeb-arab','messages:apierror-appendnotsupported','s:89:\"ar:لا يمكن إلحاق الصفحات باستخدام نموذج المحتوى $1.\";'),('aeb-arab','messages:apierror-articleexists','s:82:\"ar:تم بالفعل إنشاء المقالة التي حاولت إنشاءها.\";'),('aeb-arab','messages:apierror-assertanonfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('aeb-arab','messages:apierror-assertbotfailed','s:84:\"ar:التأكيد على فشل المستخدم في صلاحية <code>bot</code>.\";'),('aeb-arab','messages:apierror-assertnameduserfailed','s:48:\"ar:تأكيد أن المستخدم \"$1\" فشل.\";'),('aeb-arab','messages:apierror-assertuserfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('aeb-arab','messages:apierror-autoblocked','s:141:\"ar:عنوان الآيبي الخاص بك تم منعه تلقائيا; لأنه تم استخدامه بواسطة مستخدم ممنوع.\";'),('aeb-arab','messages:apierror-bad-badfilecontexttitle','s:81:\"ar:عنوان غير صالح في الوسيط <var>$1badfilecontexttitle</var>.\";'),('aeb-arab','messages:apierror-bad-watchlist-token','s:129:\"ar:رمز قائمة مراقبة غير صحيح مقدم; يُرجَى تعيين رمز مميز في [[Special:Preferences]].\";'),('aeb-arab','messages:apierror-badconfig-resulttoosmall','s:163:\"ar:إن قيمة <code>$wgAPIMaxResultSize</code> في هذا الويكي صغيرة جدا لا تحتوي على معلومات النتائج الأساسية.\";'),('aeb-arab','messages:apierror-badcontinue','s:164:\"ar:متابعة غير صحيحة; يجب عليك تمرير القيمة الأصلية التي تم إرجاعها بواسطة الاستعلام السابق.\";'),('aeb-arab','messages:apierror-baddiff','s:155:\"ar:لا يمكن استرجاع الفرقك; إحدى أو كلا المراجعتين غير موجودة أو ليس لديك صلاحية لعرضها.\";'),('aeb-arab','messages:apierror-baddiffto','s:126:\"ar:يجب تعيين <var>$1diffto</var> على عدد غير سالب، <kbd>prev</kbd>, <kbd>next</kbd> أو <kbd>cur</kbd>.\";'),('aeb-arab','messages:apierror-badformat','s:118:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2 المستخدم بواسطة $3.\";'),('aeb-arab','messages:apierror-badformat-generic','s:85:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2.\";'),('aeb-arab','messages:apierror-badgenerator-notgenerator','s:70:\"ar:لا يمكن استخدام الوحدة <kbd>$1</kbd> كمولد.\";'),('aeb-arab','messages:apierror-badgenerator-unknown','s:38:\"ar:<kbd>generator=$1</kbd> مجهول.\";'),('aeb-arab','messages:apierror-badip','s:41:\"ar:وسيط الآيبي غير صالح.\";'),('aeb-arab','messages:apierror-badmd5','s:56:\"ar:رمز الرقم MD5 المتوفر غير صحيح.\";'),('aeb-arab','messages:apierror-badmodule-badsubmodule','s:78:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدة فرعية \"$2\".\";'),('aeb-arab','messages:apierror-badmodule-nosubmodules','s:75:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدات فرعية.\";'),('aeb-arab','messages:apierror-badparameter','s:57:\"ar:قيمة غير صالحة للوسيط <var>$1</var>.\";'),('aeb-arab','messages:apierror-badquery','s:34:\"ar:استعلام غير صالح.\";'),('aeb-arab','messages:apierror-badtimestamp','s:86:\"ar:قيمة غير صالحة \"$2\" لوسيط الطابع الزمني <var>$1</var>.\";'),('aeb-arab','messages:apierror-badtoken','s:31:\"ar:رمز CSRF غير صالح.\";'),('aeb-arab','messages:apierror-badupload','s:236:\"ar:وسيط رفع الملف <var>$1</var> ليس رفع ملف; تأكد من استخدام <code>multipart/form-data</code> لـPOST الخاص بك وقم بتضمين اسم ملف في الرأس <code>Content-Disposition</code>.\";'),('aeb-arab','messages:apierror-badurl','s:75:\"ar:قيمة غير صالحة \"$2\" لوسيط العنوان <var>$1</var>.\";'),('aeb-arab','messages:apierror-baduser','s:77:\"ar:قيمة غير صالحة \"$2\" لوسيط المستخدم <var>$1</var>.\";'),('aeb-arab','messages:apierror-badvalue-notmultivalue','s:112:\"ar:لا يمكن استخدام فصل U+001F متعدد القيم إلا لوسائط متعددة القيم.\";'),('aeb-arab','messages:apierror-blocked','s:44:\"ar:لقد تم منعك من التحرير.\";'),('aeb-arab','messages:apierror-blocked-partial','s:60:\"ar:لقد تم منعك من تحرير هذه الصفحة.\";'),('aeb-arab','messages:apierror-blockedfrommail','s:74:\"ar:لقد تم منعك من إرسال البريد الإلكتروني.\";'),('aeb-arab','messages:apierror-botsnotsupported','s:60:\"ar:هذه الواجهة غير مدعومة للبوتات.\";'),('aeb-arab','messages:apierror-cannot-async-upload-file','s:394:\"ar:لا يمكن الجمع بين الوسيطين <var>async</var> و<var>file</var>، إذا كنت تريد معالجة غير متزامنة لملفك المرفوع، فارفعه أولاً إلى المخبأ (باستخدام الوسيط <var>stash</var>) ثم انشر الملف المتقطع بشكل غير متزامن (باستخدام <var>filekey</var> و<var>async</var>).\";'),('aeb-arab','messages:apierror-cannotreauthenticate','s:95:\"ar:هذا الإجراء غير متاح لأن هويتك لا يمكن التحقق منها.\";'),('aeb-arab','messages:apierror-cannotviewtitle','s:38:\"ar:لا يُسمَح لك بعرض $1.\";'),('aeb-arab','messages:apierror-cantblock','s:62:\"ar:ليس لديك صلاحية لمنع المستخدمين.\";'),('aeb-arab','messages:apierror-cantblock-email','s:139:\"ar:ليس لديك صلاحية لمنع المستخدمين من إرسال البريد الإلكتروني من خلال الويكي.\";'),('aeb-arab','messages:apierror-cantchangecontentmodel','s:106:\"ar:ليس لديك صلاحية لمنع المستخدمين لتغيير نموذج محتوى صفحة.\";'),('aeb-arab','messages:apierror-canthide','s:98:\"ar:ليس لديك صلاحية إخفاء أسماء المستخدمين من سجل المنع.\";'),('aeb-arab','messages:apierror-cantimport','s:64:\"ar:ليس لديك صلاحية لاستيراد الصفحات.\";'),('aeb-arab','messages:apierror-cantimport-upload','s:79:\"ar:ليس لديك صلاحية استيراد الصفحات المرفوعة.\";'),('aeb-arab','messages:apierror-cantoverwrite-sharedfile','s:113:\"ar:الملف الهدف موجود في مستودع مشترك وليست لديك صلاحية لتجاوزه.\";'),('aeb-arab','messages:apierror-cantsend','s:273:\"ar:لم تقم بتسجيل الدخول أو ليس لديك عنوان بريد إلكتروني مؤكد أو غير مسموح لك بإرسال بريد إلكتروني إلى مستخدمين آخرين; لذلك لا يمكنك إرسال بريد إلكتروني.\";'),('aeb-arab','messages:apierror-cantundelete','s:153:\"ar:تعذر الاسترجاع: قد لا تكون المراجعات المطلوبة موجودة، أو ربما تم الاسترجاع بالفعل.\";'),('aeb-arab','messages:apierror-cantview-deleted-comment','s:77:\"ar:ليس لديك صلاحية لعرض التعليقات المحذوفة.\";'),('aeb-arab','messages:apierror-cantview-deleted-description','s:84:\"ar:ليس لديك صلاحية لعرض أوصاف الملفات المحذوفة.\";'),('aeb-arab','messages:apierror-cantview-deleted-metadata','s:105:\"ar:ليس لديك صلاحية لعرض البيانات الوصفية للملفات المحذوفة.\";'),('aeb-arab','messages:apierror-cantview-deleted-revision-content','s:88:\"ar:ليس لديك صلاحية لعرض محتوى المراجعات المحذوفة.\";'),('aeb-arab','messages:apierror-changeauth-norequest','s:48:\"ar:فشل في إنشاء طلب التغيير.\";'),('aeb-arab','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('aeb-arab','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('aeb-arab','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('aeb-arab','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('aeb-arab','messages:apierror-chunk-too-small','s:113:\"ar:الحد الأدنى لحجم القطعة هو $1 {{PLURAL:$1|بايت}} للقطع غير النهائية.\";'),('aeb-arab','messages:apierror-cidrtoobroad','s:54:\"ar:لا يُقبَل مدى $1 CIDR أكبر من /$2.\";'),('aeb-arab','messages:apierror-compare-maintextrequired','s:176:\"ar:الوسيط <var>$1text-main</var> مطلوب عندما يكون <var>$1slots</var> يحتوي على <kbd>main</kbd> (لا يمكن حذف الفتحة الرئيسية).\";'),('aeb-arab','messages:apierror-compare-no-title','s:138:\"ar:لا يمكن الحفظ المسبق للحفظ بدون عنوان; حاول تحديد <var>fromtitle</var> أو <var>totitle</var>.\";'),('aeb-arab','messages:apierror-compare-nofromrevision','s:107:\"ar:ليس \'من\' مراجعة، حدد <var>fromrev</var> أو <var>fromtitle</var> أو <var>fromid</var>.\";'),('aeb-arab','messages:apierror-compare-nosuchfromsection','s:54:\"ar:لا يوجد قسم $1 في المحتوى \'من\'.\";'),('aeb-arab','messages:apierror-compare-nosuchtosection','s:56:\"ar:لا يوجد قسم $1 في المحتوى \'إلى\'.\";'),('aeb-arab','messages:apierror-compare-notext','s:82:\"ar:لا يمكن استخدام الوسيط <var>$1</var> بدون <var>$2</var>.\";'),('aeb-arab','messages:apierror-compare-notorevision','s:103:\"ar:ليس \'إلى\' مراجعة، حدد <var>torev</var> أو <var>totitle</var> أو <var>toid</var>.\";'),('aeb-arab','messages:apierror-compare-relative-to-deleted','s:100:\"ar:لا يمكن استخدام <kbd>torelative=$1</kbd> بالنسبة لمراجعة محذوفة.\";'),('aeb-arab','messages:apierror-compare-relative-to-nothing','s:83:\"ar:لا توجد مراجعة \'من\' لـ<var>torelative</var> لتكون نسبة.\";'),('aeb-arab','messages:apierror-concurrency-limit','s:137:\"ar: .تم تجاوز حد التزامن. يرجى الانتظار حتى يعود كل طلب قبل إرسال الطلب التالي\";'),('aeb-arab','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('aeb-arab','messages:apierror-contentserializationexception','s:39:\"ar:فشل تسلسل المحتوى: $1\";'),('aeb-arab','messages:apierror-contenttoobig','s:128:\"ar:يتجاوز المحتوى الذي أدخلته حد حجم المقالة البالغ $1 {{PLURAL:$1|كيبي بايت}}.\";'),('aeb-arab','messages:apierror-copyuploadbaddomain','s:89:\"ar:لا يُسمَح بالمرفوعات بواسطة مسار من هذا النطاق.\";'),('aeb-arab','messages:apierror-copyuploadbadurl','s:59:\"ar:لا يُسمَح بالرفع من هذا المسار.\";'),('aeb-arab','messages:apierror-create-titleexists','s:97:\"ar:لا يمكن حماية العناوين الموجودة باستخدام <kbd>create</kbd>.\";'),('aeb-arab','messages:apierror-csp-report','s:47:\"ar:خطأ في معالجة تقرير CSP: $1.\";'),('aeb-arab','messages:apierror-deletedrevs-param-not-1-2','s:88:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الأوضاع 1 أو 2.\";'),('aeb-arab','messages:apierror-deletedrevs-param-not-3','s:77:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الوضع 3.\";'),('aeb-arab','messages:apierror-edit-invalidredirect','s:135:\"ar:لا يمكن تعديل <kbd>$1</kbd> أثناء متابعة التحويلات؛ لأن الهدف <kbd>$2</kbd> غير صالح.\";'),('aeb-arab','messages:apierror-emptynewsection','s:63:\"ar:إنشاء أقسام جديدة فارغة غير ممكن.\";'),('aeb-arab','messages:apierror-emptypage','s:67:\"ar:لا يُسمَح بإنشاء صفحات جديدة فارغة.\";'),('aeb-arab','messages:apierror-exceptioncaught','s:48:\"ar:[$1] تم اكتشاف الاستثناء: $2\";'),('aeb-arab','messages:apierror-exceptioncaughttype','s:60:\"ar:[$1] تم اكتشافها باستثناء النوع $2\";'),('aeb-arab','messages:apierror-filedoesnotexist','s:32:\"ar:الملف غير موجود.\";'),('aeb-arab','messages:apierror-fileexists-sharedrepo-perm','s:133:\"ar:الملف الهدف موجود في مستودع مشترك; استخدم الوسيط <var>ignorewarnings</var> لتجاوزه.\";'),('aeb-arab','messages:apierror-filenopath','s:70:\"ar:لا يمكن الحصول على مسار الملف المحلي.\";'),('aeb-arab','messages:apierror-filetypecannotberotated','s:46:\"ar:لا يمكن تدوير نوع الملف.\";'),('aeb-arab','messages:apierror-formatphp','s:144:\"ar:لا يمكن تمثيل هذه الاستجابة باستخدام <kbd>format=php</kbd>; انظر https://phabricator.wikimedia.org/T68776.\";'),('aeb-arab','messages:apierror-imageusage-badtitle','s:59:\"ar:يجب أن يكون عنوان <<kbd>$1</kbd> ملفا.\";'),('aeb-arab','messages:apierror-import-unknownerror','s:56:\"ar:خطأ غير معروف في الاستيراد: $1.\";'),('aeb-arab','messages:apierror-integeroutofrange-abovebotmax','s:122:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للبوتات أو الإداريين.\";'),('aeb-arab','messages:apierror-integeroutofrange-abovemax','s:104:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للمستخدمين.\";'),('aeb-arab','messages:apierror-integeroutofrange-belowminimum','s:80:\"ar:لا يجوز أن يكون <var>$1</var> أقل من $2 (معين إلى $3)\";'),('aeb-arab','messages:apierror-invalid-chunk','s:118:\"ar:الإزاحة بالإضافة إلى الجزء الحالي أكبر من حجم الملف المطالب به.\";'),('aeb-arab','messages:apierror-invalid-file-key','s:37:\"ar:ليس مفتاح ملف صالح.\";'),('aeb-arab','messages:apierror-invalidcategory','s:65:\"ar:اسم التصنيفف الذي أدخلته غير صالح.\";'),('aeb-arab','messages:apierror-invalidexpiry','s:61:\"ar:وقت انتهاء الصلاحية غير صالح \"$1\".\";'),('aeb-arab','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('aeb-arab','messages:apierror-invalidlang','s:60:\"ar:رمز لغة غير صالح للوسيط <var>$1</var>.\";'),('aeb-arab','messages:apierror-invalidmethod','s:79:\"ar:طريقة HTTP غير صالحة; فكر في استخدام GET أو POST.\";'),('aeb-arab','messages:apierror-invalidoldimage','s:81:\"ar:يحتوي الوسيط <var>oldimage</var> على تنسيق غير صالح.\";'),('aeb-arab','messages:apierror-invalidparammix','s:71:\"ar:لا يمكن استخدام {{PLURAL:$2|الوسائط}} $1 معا.\";'),('aeb-arab','messages:apierror-invalidparammix-cannotusewith','s:78:\"ar:لا يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd>.\";'),('aeb-arab','messages:apierror-invalidparammix-mustusewith','s:80:\"ar:يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd> فقط.\";'),('aeb-arab','messages:apierror-invalidparammix-parse-new-section','s:192:\"ar:لا يمكن دمج <kbd>section=new</kbd> مع الوسائط <var>oldid</var> أو <var>pageid</var> أو <var>page</var>; الرجاء استخدام <var>title</var> و<var>text</var>.\";'),('aeb-arab','messages:apierror-invalidsection','s:103:\"ar:يجب أن يكون الوسيط <var>section</var> معرف قسم صالحا أو <kbd>new</kbd>.\";'),('aeb-arab','messages:apierror-invalidsha1base36hash','s:57:\"ar:رمز رقم SHA1Base36 المقدم غير صالح.\";'),('aeb-arab','messages:apierror-invalidsha1hash','s:51:\"ar:رمز رقم SHA1 المقدم غير صالح.\";'),('aeb-arab','messages:apierror-invalidtitle','s:26:\"ar:عنوان سيئ \"$1\".\";'),('aeb-arab','messages:apierror-invalidurlparam','s:75:\"ar:قيمة غير صالحة لـ<var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('aeb-arab','messages:apierror-invaliduser','s:48:\"ar:اسم المستخدم غير صالح \"$1\".\";'),('aeb-arab','messages:apierror-invaliduserid','s:59:\"ar:معرف المستخدم <var>$1</var> غير صالح.\";'),('aeb-arab','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('aeb-arab','messages:apierror-maxbytes','s:97:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|بايت}}\";'),('aeb-arab','messages:apierror-maxchars','s:104:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|حرف|أحرف}}\";'),('aeb-arab','messages:apierror-maxlag','s:73:\"ar:في انتظار $2: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('aeb-arab','messages:apierror-maxlag-generic','s:107:\"ar:في انتظار خادم قاعدة البيانات: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('aeb-arab','messages:apierror-mimesearchdisabled','s:49:\"ar:تم تعطيل بحث MIME في وضع Miser.\";'),('aeb-arab','messages:apierror-missingcontent-pageid','s:52:\"ar:محتوى مفقود لمعرف الصفحة $1.\";'),('aeb-arab','messages:apierror-missingcontent-revid','s:56:\"ar:محتوى مفقود لمعرف المراجعة $1.\";'),('aeb-arab','messages:apierror-missingcontent-revid-role','s:70:\"ar:محتوى مفقود لمعرف المراجعة $1 للدور $2.\";'),('aeb-arab','messages:apierror-missingparam','s:48:\"ar:يجب تعيين الوسيط <var>$1</var>.\";'),('aeb-arab','messages:apierror-missingparam-at-least-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('aeb-arab','messages:apierror-missingparam-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('aeb-arab','messages:apierror-missingrev-pageid','s:68:\"ar:لا توجد مراجعة حالية لمعرف الصفحة $1.\";'),('aeb-arab','messages:apierror-missingrev-title','s:59:\"ar:لا توجد مراجعة حالية للعنوان $1.\";'),('aeb-arab','messages:apierror-missingtitle','s:58:\"ar:الصفحة التي حددتها غير موجودة.\";'),('aeb-arab','messages:apierror-missingtitle-byname','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('aeb-arab','messages:apierror-missingtitle-createonly','s:99:\"ar:يمكن حماية العناوين المفقودة فقط باستخدام <kbd>create</kbd>.\";'),('aeb-arab','messages:apierror-moduledisabled','s:46:\"ar:تم تعطيل الوحدة <kbd>$1</kbd>.\";'),('aeb-arab','messages:apierror-multival-only-one-of','s:91:\"ar:{{PLURAL:$3|فقط|واحد فقط من}} $2 مسموح به للوسيط <var>$1</var>.\";'),('aeb-arab','messages:apierror-multpages','s:78:\"ar:لا يجوز استخدام <var>$1</var> إلا مع صفحة واحدة.\";'),('aeb-arab','messages:apierror-mustbeloggedin','s:44:\"ar:يجب تسجيل الدخول إلى $1.\";'),('aeb-arab','messages:apierror-mustbeloggedin-changeauth','s:86:\"ar:يجب عليك تسجيل الدخول لتغيير بيانات المصادقة.\";'),('aeb-arab','messages:apierror-mustbeloggedin-generic','s:35:\"ar:يجب أن تكون مسجلا.\";'),('aeb-arab','messages:apierror-mustbeloggedin-linkaccounts','s:69:\"ar:يجب عليك تسجيل الدخول لربط الحسابات.\";'),('aeb-arab','messages:apierror-mustbeloggedin-removeauth','s:86:\"ar:يجب عليك تسجيل الدخول لإزالة بيانات المصادقة.\";'),('aeb-arab','messages:apierror-mustbeloggedin-uploadstash','s:88:\"ar:لا يتوفر الرفع المخبأ إلا للمستخدمين المسجلين.\";'),('aeb-arab','messages:apierror-mustbeposted','s:53:\"ar:تتطلب الوحدة <kbd>$1</kbd> طلب POST.\";'),('aeb-arab','messages:apierror-mustpostparams','s:156:\"ar:تم العثور على {{PLURAL:$2|الوسيط|الوسائط}} في سلسلة الاستعلام، ولكن يجب أن يكون في نص POST: $1.\";'),('aeb-arab','messages:apierror-no-direct-editing','s:118:\"ar:التعديل المباشر عبر API غير مدعوم لنموذج المحتوى $1 المستخدم في $2.\";'),('aeb-arab','messages:apierror-noapiwrite','s:68:\"ar:تم تعطيل تحرير هذا الويكي من خلال API.\";'),('aeb-arab','messages:apierror-nochanges','s:44:\"ar:لم يتم طلب أية تغييرات.\";'),('aeb-arab','messages:apierror-nodeleteablefile','s:75:\"ar:لا يوجد مثل هذا الإصدار القديم من الملف.\";'),('aeb-arab','messages:apierror-noedit','s:58:\"ar:ليس لديك صلاحية تعديل الصفحات.\";'),('aeb-arab','messages:apierror-noedit-anon','s:83:\"ar:لا يمكن للمستخدمين المجهولين تحرير الصفحات.\";'),('aeb-arab','messages:apierror-noimageredirect','s:95:\"ar:ليس لديك صلاحية تعديل الصفحات إنشاء تحويلات الصور.\";'),('aeb-arab','messages:apierror-noimageredirect-anon','s:90:\"ar:لا يمكن للمستخدمين المجهولين إنشاء تحويلات صور.\";'),('aeb-arab','messages:apierror-nosuchlogid','s:53:\"ar:لا توجد مدخلة سجل بالمعرف $1.\";'),('aeb-arab','messages:apierror-nosuchpageid','s:44:\"ar:لا توجد صفحة بالمعرف $1.\";'),('aeb-arab','messages:apierror-nosuchrcid','s:55:\"ar:لا يوجد تغيير حديث بالمعرف $1.\";'),('aeb-arab','messages:apierror-nosuchrevid','s:48:\"ar:لا توجد مراجعة بالمعرف $1.\";'),('aeb-arab','messages:apierror-nosuchsection','s:27:\"ar:لا يوجد قسم $1.\";'),('aeb-arab','messages:apierror-nosuchsection-what','s:35:\"ar:لا يوجد قسم $1 في $2.\";'),('aeb-arab','messages:apierror-nosuchuserid','s:48:\"ar:لا يوجد مستخدم بالمعرف $1.\";'),('aeb-arab','messages:apierror-notarget','s:61:\"ar:لم تحدد هدفا صالحا لهذا الإجراء.\";'),('aeb-arab','messages:apierror-notpatrollable','s:90:\"ar:لا يمكن إجراء مراجعة للمراجعة $1 لأنها قديمة جدا.\";'),('aeb-arab','messages:apierror-nouploadmodule','s:44:\"ar:لا توجد وحدة رفع محددة.\";'),('aeb-arab','messages:apierror-opensearch-json-warnings','s:76:\"ar:لا يمكن تمثيل التحذيرات بتنسيق OpenSearch JSON.\";'),('aeb-arab','messages:apierror-pagecannotexist','s:62:\"ar:النطاق لا يسمح بالصفحات الفعلية.\";'),('aeb-arab','messages:apierror-pagedeleted','s:82:\"ar:لقد تم حذف الصفحة منذ أن جلبت طابعها الزمني.\";'),('aeb-arab','messages:apierror-pagelang-disabled','s:75:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\";'),('aeb-arab','messages:apierror-paramempty','s:60:\"ar:قد لا يكون الوسيط <var>$1</var> فارغا.\";'),('aeb-arab','messages:apierror-parsetree-notwikitext','s:78:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط.\";'),('aeb-arab','messages:apierror-parsetree-notwikitext-title','s:125:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('aeb-arab','messages:apierror-pastexpiry','s:63:\"ar:وقت انتهاء الصلاحية \"$1\" في الماضي.\";'),('aeb-arab','messages:apierror-permissiondenied','s:39:\"ar:ليس لديك صلاحية لـ$1.\";'),('aeb-arab','messages:apierror-permissiondenied-generic','s:25:\"ar:الإذن مرفوض.\";'),('aeb-arab','messages:apierror-permissiondenied-patrolflag','s:110:\"ar:تحتاج إلى صلاحية<code>patrol</code> أو <code>patrolmarks</code> لطلب علم مراجع.\";'),('aeb-arab','messages:apierror-permissiondenied-unblock','s:69:\"ar:ليس لديك صلاحية لرفع منع المستخدمين.\";'),('aeb-arab','messages:apierror-prefixsearchdisabled','s:69:\"ar:تم تعطيل البحث عن بادئة MIME في وضع Miser.\";'),('aeb-arab','messages:apierror-promised-nonwrite-api','s:141:\"ar:لا يمكن إرسال رأس HTTP <code>Promise-Non-Write-API-Action</code> إلى وحدات API الخاصة بوضع الكتابة.\";'),('aeb-arab','messages:apierror-protect-invalidaction','s:42:\"ar:نوع حماية غير صالح \"$1\".\";'),('aeb-arab','messages:apierror-protect-invalidlevel','s:46:\"ar:مستوى حماية غير صالح \"$1\".\";'),('aeb-arab','messages:apierror-ratelimited','s:141:\"ar:لقد تجاوزت حد المعدل الخاص بك; يُرجَى الانتظار بعض الوقت والمحاولة مرة أخرى.\";'),('aeb-arab','messages:apierror-readapidenied','s:88:\"ar:أنت بحاجة لصلاحية القراءة لاستخدام هذه الوحدة.\";'),('aeb-arab','messages:apierror-readonly','s:61:\"ar:الويكي حاليا في وضع القراءة فقط.\";'),('aeb-arab','messages:apierror-reauthenticate','s:112:\"ar:لم تقم بالمصادقة مؤخرًا في هذه الجلسة; الرجاء إعادة التصديق.\";'),('aeb-arab','messages:apierror-redirect-appendonly','s:237:\"ar:لقد حاولت إجراء التعديل باستخدام وضع تحويل التالي، والذي يجب استخدامه في الاقتران مع <kbd>section=new</kbd> أو <var>prependtext</var> أو <var>appendtext</var>.\";'),('aeb-arab','messages:apierror-revdel-mutuallyexclusive','s:99:\"ar:لا يمكن استخدام نفس الحقل في كل من <var>hide</var> و<var>show</var>.\";'),('aeb-arab','messages:apierror-revdel-needtarget','s:61:\"ar:مطلوب عنوان مستهدف لنوع RevDel هذا.\";'),('aeb-arab','messages:apierror-revdel-paramneeded','s:107:\"ar:هناك قيمة واحدة على الأقل مطلوبة لـ<var>hide</var> و/أو <var>show</var>.\";'),('aeb-arab','messages:apierror-revisions-badid','s:75:\"ar:لم يتم العثور على مراجعة للوسيط <var>$1</var>.\";'),('aeb-arab','messages:apierror-revisions-norevids','s:272:\"ar:لا يجوز استخدام الوسيط <var>revids</var> مع خيارات القائمة (<var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var>).\";'),('aeb-arab','messages:apierror-revisions-singlepage','s:367:\"ar:تم استخدام <var>titles</var> أو <var>pageids</var> أو مولد لتزويد صفحات متعددة، لكن يمكن استخدام وسائط <var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var> و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var> في صفحة واحدة فقط.\";'),('aeb-arab','messages:apierror-revwrongpage','s:32:\"ar:r$1 ليست مراجعة $2.\";'),('aeb-arab','messages:apierror-searchdisabled','s:40:\"ar:تم تعطيل بحث <var>$1</var>.\";'),('aeb-arab','messages:apierror-sectionreplacefailed','s:48:\"ar:لا يمكن دمج القسم المحدث.\";'),('aeb-arab','messages:apierror-sectionsnotsupported','s:69:\"ar:الأقسام غير مدعومة لنموذج المحتوى $1.\";'),('aeb-arab','messages:apierror-sectionsnotsupported-what','s:54:\"ar:الأقسام غير مدعومة بواسطة $1.\";'),('aeb-arab','messages:apierror-show','s:90:\"ar:وسيط غير صحيحة; قد لا يتم تقديم قيم خاصة متبادلة.\";'),('aeb-arab','messages:apierror-siteinfo-includealldenied','s:114:\"ar:يمكن عرض جميع معلومات الخوادم ما لم يكن <var>$wgShowHostnames</var> صحيحا.\";'),('aeb-arab','messages:apierror-sizediffdisabled','s:55:\"ar:تم تعطيل فرق الحجم في وضع Miser.\";'),('aeb-arab','messages:apierror-spamdetected','s:130:\"ar:تم رفض تعديلك لأنه يحتوي على جزء من الرسائل غير المرغوب فيها: <code>$1</code>.\";'),('aeb-arab','messages:apierror-specialpage-cantexecute','s:85:\"ar:ليس لديك صلاحية لعرض نتائج هذه الصفحة الخاصة.\";'),('aeb-arab','messages:apierror-stashedfilenotfound','s:65:\"ar:تعذر العثور على الملف في المخبأ: $1.\";'),('aeb-arab','messages:apierror-stashedit-missingtext','s:87:\"ar:لم يتم العثور على نص متقطع مع رمز الرقم المحدد.\";'),('aeb-arab','messages:apierror-stashexception','s:5:\"en:$1\";'),('aeb-arab','messages:apierror-stashfailed-complete','s:104:\"ar:تم اكتمال الرفع المقسم بالفعل، تحقق من الحالة للتفاصيل.\";'),('aeb-arab','messages:apierror-stashfailed-nosession','s:68:\"ar:لا توجد جلسة رفع مقسمة بهذا المفتاح.\";'),('aeb-arab','messages:apierror-stashfilestorage','s:55:\"ar:تعذر تخزين الرفع في المخبأ: $1\";'),('aeb-arab','messages:apierror-stashinvalidfile','s:35:\"ar:ملف مخفي غير صالح.\";'),('aeb-arab','messages:apierror-stashnosuchfilekey','s:48:\"ar:لا يوجد مفتاح ملف كهذا: $1.\";'),('aeb-arab','messages:apierror-stashpathinvalid','s:100:\"ar:مفتاح الملف بتنسيق غير لائق أو غير صالح بأي شكل آخر: $1.\";'),('aeb-arab','messages:apierror-stashwrongowner','s:31:\"ar:مالك غير صحيح: $1\";'),('aeb-arab','messages:apierror-stashzerolength','s:88:\"ar:الملف ذو طول صفري، ولا يمكن تخزينه في المخبأ: $1.\";'),('aeb-arab','messages:apierror-systemblocked','s:71:\"ar:لقد تم منعك تلقائيا بواسطة ميدياويكي.\";'),('aeb-arab','messages:apierror-templateexpansion-notwikitext','s:123:\"ar:توسيع القالب مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('aeb-arab','messages:apierror-toofewexpiries','s:185:\"ar:$1 انتهت صلاحية {{PLURAL:$1|الطابع الزمني المقدم|الطوابع الزمنية المقدمة}} حيث كان يلزم توفر $2 {{PLURAL:$2|ه|ها}}.\";'),('aeb-arab','messages:apierror-toomanyvalues','s:90:\"ar:تم توفير قيم كثيرة جدا للوسيط <var>$1</var>، الحد هو $2.\";'),('aeb-arab','messages:apierror-unknownaction','s:77:\"ar:لم يتم التعرف على الإجراء المحدد <kbd>$1</kbd>.\";'),('aeb-arab','messages:apierror-unknownerror','s:34:\"ar:خطأ غير معروف: \"$1\".\";'),('aeb-arab','messages:apierror-unknownerror-editpage','s:61:\"ar:خطأ غير معروف في صفحة التعديل: $1.\";'),('aeb-arab','messages:apierror-unknownerror-nocode','s:28:\"ar:خطأ غير معروف.\";'),('aeb-arab','messages:apierror-unknownformat','s:37:\"ar:تنسيق غير معروف \"$1\".\";'),('aeb-arab','messages:apierror-unrecognizedparams','s:89:\"ar:{{PLURAL:$2|وسيط غير معترف به|وسائط غير معترف بها}}: $1.\";'),('aeb-arab','messages:apierror-unrecognizedvalue','s:63:\"ar:قيمة غير معروفة للوسيط <var>$1</var>: $2.\";'),('aeb-arab','messages:apierror-unsupportedrepo','s:98:\"ar:مستودع الملفات المحلي لا يدعم الاستعلام عن كل الصور.\";'),('aeb-arab','messages:apierror-upload-filekeyneeded','s:108:\"ar:يجب توفير Must supply a <var>filekey</var> عندما يكون <var>offset</var> غير صفري.\";'),('aeb-arab','messages:apierror-upload-filekeynotallowed','s:87:\"ar:لا يمكن توفير <var>filekey</var> عندما يكون <var>offset</var> 0.\";'),('aeb-arab','messages:apierror-upload-inprogress','s:65:\"ar:الرفع من المخبأ قيد التقدم بالفعل.\";'),('aeb-arab','messages:apierror-upload-missingresult','s:59:\"ar:لا توجد نتيجة في بيانات الحالة.\";'),('aeb-arab','messages:apierror-urlparamnormal','s:52:\"ar:تعذر تطبيع وسائط الصور لـ$1.\";'),('aeb-arab','messages:apierror-writeapidenied','s:77:\"ar:لا يُسمَح لك بتعديل هذا الويكي من خلال API.\";'),('aeb-arab','messages:apihelp','s:19:\"ar:مساعدة API\";'),('aeb-arab','messages:apihelp-block-example-ip-simple','s:83:\"ar:منع عنوان IP <kbd>192.0.2.5</kbd> لمدة ثلاثة أيام بسبب.\";'),('aeb-arab','messages:apihelp-block-example-user-complex','s:164:\"ar:منع المستخدم <kbd>المخرب</kbd> لأجل غير مسمى بسبب، ومنع إنشاء حساب جديد وإرسال بريد إلكتروني.\";'),('aeb-arab','messages:apihelp-block-param-actionrestrictions','s:156:\"ar:قائمة الإجراءات لمنع المستخدم من الأداء. ينطبق فقط عندما يتم تعيين <var>partial</var> على true.\";'),('aeb-arab','messages:apihelp-block-param-allowusertalk','s:183:\"ar:تسمح للمستخدم بتحرير صفحة النقاش الخاصة (يعتمد على <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('aeb-arab','messages:apihelp-block-param-anononly','s:136:\"ar:منع المستخدمين المجهولين فقط (أي تعطيل تعديلات المجهولين من  عنوان IP هذا).\";'),('aeb-arab','messages:apihelp-block-param-autoblock','s:137:\"ar:منع آخر عنوان IP مستخدم تلقائيا، وأية عناوين IP لاحقة حاولت الدخول من خلاله.\";'),('aeb-arab','messages:apihelp-block-param-expiry','s:377:\"ar:وقت انتهاء الصلاحية، قد يكون نسبيا (على سبيل المثال <kbd>5 months</kbd> أو <kbd>2 weeks</kbd>) أو مطلق (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>)، إذا تم التعيين على <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>never</kbd> فلن تنتهي صلاحية المنع مطلقا.\";'),('aeb-arab','messages:apihelp-block-param-hidename','s:110:\"ar:إخفاء اسم المستخدم من سجل المنع. (يتطلب صلاحية <code>hideuser</code>).\";'),('aeb-arab','messages:apihelp-block-param-namespacerestrictions','s:172:\"ar:قائمة بمعرفات النطاق لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('aeb-arab','messages:apihelp-block-param-nocreate','s:40:\"ar:امنع إنشاء الحسابات.\";'),('aeb-arab','messages:apihelp-block-param-noemail','s:155:\"ar:منع المستخدم من إرسال البريد الإلكتروني من خلال الويكي. (يتطلب صلاحية <code>blockemail</code>).\";'),('aeb-arab','messages:apihelp-block-param-pagerestrictions','s:161:\"ar:قائمة العناوين لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('aeb-arab','messages:apihelp-block-param-partial','s:112:\"ar:منع المستخدم من صفحات أو نطاقات محددة بدلا من الموقع بأكمله.\";'),('aeb-arab','messages:apihelp-block-param-reason','s:25:\"ar:السبب للمنع.\";'),('aeb-arab','messages:apihelp-block-param-reblock','s:99:\"ar:إذا كان المستخدم محظورا بالفعل، يستبدل الحظر القائم.\";'),('aeb-arab','messages:apihelp-block-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل الحظر.\";'),('aeb-arab','messages:apihelp-block-param-user','s:42:\"ar:المستخدم المراد حظره.\";'),('aeb-arab','messages:apihelp-block-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('aeb-arab','messages:apihelp-block-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-block-param-watchuser','s:56:\"ar:مشاهدة صفحة المستخدم ونقاش IP.\";'),('aeb-arab','messages:apihelp-block-summary','s:23:\"ar:منع مستخدم.\";'),('aeb-arab','messages:apihelp-changeauthenticationdata-example-password','s:113:\"ar:محاولة تغيير كلمة المرور للمستخدم الحالي إلى <kbd>ExamplePassword</kbd>.\";'),('aeb-arab','messages:apihelp-changeauthenticationdata-summary','s:74:\"ar:تغيير بيانات المصادقة للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-changecontentmodel-example','s:110:\"ar:قم بتغيير الصفحة الرئيسية للحصول على نموذج محتوى <code>text</code>\";'),('aeb-arab','messages:apihelp-changecontentmodel-param-bot','s:75:\"ar:قم بتمييز تغيير نموذج المحتوى بعلامة bot.\";'),('aeb-arab','messages:apihelp-changecontentmodel-param-model','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('aeb-arab','messages:apihelp-changecontentmodel-param-pageid','s:168:\"ar:معرّف الصفحة الخاص بالصفحة لتغيير نموذج المحتوى الخاص بها. لا يمكن استخدامها مع <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-changecontentmodel-param-summary','s:62:\"ar:تحرير ملخص وسبب التدوين في السجل\";'),('aeb-arab','messages:apihelp-changecontentmodel-param-tags','s:99:\"ar:قم بتغيير العلامات لتطبيقها على إدخال السجل وتحريره.\";'),('aeb-arab','messages:apihelp-changecontentmodel-param-title','s:121:\"ar:عنوان الصفحة لتغيير نموذج محتوى. لا يمكن استخدامها مع <var>$1pageid</var>.\";'),('aeb-arab','messages:apihelp-changecontentmodel-summary','s:48:\"ar:تغيير نموذج محتوى الصفحة\";'),('aeb-arab','messages:apihelp-checktoken-example-simple','s:52:\"ar:اختبار صلاحية رمز <kbd>csrf</kbd>.\";'),('aeb-arab','messages:apihelp-checktoken-param-maxtokenage','s:55:\"ar:أقصى عمر للرمز يسمح، في ثوان.\";'),('aeb-arab','messages:apihelp-checktoken-param-token','s:29:\"ar:اختبار الرموز.\";'),('aeb-arab','messages:apihelp-checktoken-param-type','s:54:\"ar:نوع من الرموز يجري اختبارها.\";'),('aeb-arab','messages:apihelp-checktoken-summary','s:105:\"ar:تحقق من صحة رمز من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('aeb-arab','messages:apihelp-clearhasmsg-example-1','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-clearhasmsg-summary','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-clientlogin-example-login','s:150:\"ar:بدء عملية تسجيل الدخول إلى الويكي كمستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('aeb-arab','messages:apihelp-clientlogin-example-login2','s:158:\"ar:واصلة تسجيل الدخول بعد استجابة <samp>UI</samp> لعاملي الصادقة، إمداد <var>OATHToken</var> ل<kbd>987654</kbd>.\";'),('aeb-arab','messages:apihelp-clientlogin-summary','s:90:\"ar:تسجيل الدخول إلى ويكي باستخدام التدفق التفاعلي.\";'),('aeb-arab','messages:apihelp-compare-example-1','s:51:\"ar:إنشاء فرق بين المراجعة 1 و2.\";'),('aeb-arab','messages:apihelp-compare-extended-description','s:131:\"ar:يجب تمرير عنوان الصفحة أو رقم المراجعة أو معرف الصفحة لكل من \"من\" و\"إلى\".\";'),('aeb-arab','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('aeb-arab','messages:apihelp-compare-param-fromcontentformat','s:96:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentformat-main</var> كبديل.\";'),('aeb-arab','messages:apihelp-compare-param-fromcontentformat-{slot}','s:68:\"ar:تنسيق تسلسل محتوى <var>fromtext-&#x7B;slot}</var>.\";'),('aeb-arab','messages:apihelp-compare-param-fromcontentmodel','s:95:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentmodel-main</var> كبديل.\";'),('aeb-arab','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:167:\"ar:نموذج محتوى <var>fromtext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('aeb-arab','messages:apihelp-compare-param-fromid','s:51:\"ar:رقم الصفحة الأول للمقارنة.\";'),('aeb-arab','messages:apihelp-compare-param-frompst','s:94:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>fromtext-&#x7B;slot}</var>.\";'),('aeb-arab','messages:apihelp-compare-param-fromrev','s:40:\"ar:أول مراجعة للمقارنة.\";'),('aeb-arab','messages:apihelp-compare-param-fromsection','s:87:\"ar:استخدم فقط القسم المحدد في المحتوى \'من\' المحدد.\";'),('aeb-arab','messages:apihelp-compare-param-fromsection-{slot}','s:296:\"ar:عندما يكون <var>fromtext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var> كما لو كان لتحرير قسم.\";'),('aeb-arab','messages:apihelp-compare-param-fromslots','s:384:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>fromtext-&#x7B;slot}</var> و<var>fromcontentmodel-&#x7B;slot}</var> و<var>fromcontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('aeb-arab','messages:apihelp-compare-param-fromtext','s:87:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromtext-main</var> كبديل.\";'),('aeb-arab','messages:apihelp-compare-param-fromtext-{slot}','s:116:\"ar:نص الفتحة المحددة، إذا تم حذفها، تتم إزالة الفتحة من المراجعة.\";'),('aeb-arab','messages:apihelp-compare-param-fromtitle','s:46:\"ar:العنوان الأول للمقارنة.\";'),('aeb-arab','messages:apihelp-compare-param-prop','s:67:\"ar:أية قطعة من المعلومات للحصول عليها.\";'),('aeb-arab','messages:apihelp-compare-param-slots','s:119:\"ar:إرجاع فرق فردي لهذه الفتحات، بدلا من فرق واحد مشترك لجميع فتحات.\";'),('aeb-arab','messages:apihelp-compare-param-tocontentformat','s:92:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentformat-main</var> كبديل.\";'),('aeb-arab','messages:apihelp-compare-param-tocontentformat-{slot}','s:66:\"ar:تنسيق تسلسل محتوى <var>totext-&#x7B;slot}</var>.\";'),('aeb-arab','messages:apihelp-compare-param-tocontentmodel','s:91:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentmodel-main</var> كبديل.\";'),('aeb-arab','messages:apihelp-compare-param-tocontentmodel-{slot}','s:165:\"ar:نموذج محتوى <var>totext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('aeb-arab','messages:apihelp-compare-param-toid','s:53:\"ar:رقم الصفحة الثاني للمقارنة.\";'),('aeb-arab','messages:apihelp-compare-param-topst','s:80:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>totext</var>.\";'),('aeb-arab','messages:apihelp-compare-param-torelative','s:215:\"ar:استخدم مراجعة متعلقة بالمراجعة المحددة من <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>، سيتم تجاهل جميع خيارات \'إلى\' الأخرى.\";'),('aeb-arab','messages:apihelp-compare-param-torev','s:52:\"ar:المراجعة الثانية للمقارنة.\";'),('aeb-arab','messages:apihelp-compare-param-tosection','s:89:\"ar:استخدم فقط القسم المحدد في المحتوى \'إلى\' المحدد.\";'),('aeb-arab','messages:apihelp-compare-param-tosection-{slot}','s:288:\"ar:عندما يكون <var>totext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var> كما لو كان لتحرير قسم.\";'),('aeb-arab','messages:apihelp-compare-param-toslots','s:372:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>totext-&#x7B;slot}</var> و<var>tocontentmodel-&#x7B;slot}</var> و<var>tocontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('aeb-arab','messages:apihelp-compare-param-totext','s:83:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>totext-main</var> كبديل.\";'),('aeb-arab','messages:apihelp-compare-param-totext-{slot}','s:114:\"ar:نص الفتحة المحددة، إذا تم حذفه، تتم إزالة الفتحة من المراجعة.\";'),('aeb-arab','messages:apihelp-compare-param-totitle','s:48:\"ar:العنوان الثاني للمقارنة.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-comment','s:198:\"ar:التعليق على المراجعات \'من\' و\'إلى\'، إذا كان التعليق محذوفا، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-diff','s:19:\"ar:HTML الفرق.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-diffsize','s:43:\"ar:حجم HTML الفرق، بالبايت.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-ids','s:85:\"ar:معرفات الصفحة والمراجعة للمراجعات \'من\' و\'إلى\'.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:228:\"ar:التعليق المحلل على المراجعات \'من\' و\'إلى\'. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>fromcommenthidden</samp> أو <samp>tocommenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-rel','s:130:\"ar:معرفات المراجعة السابقة للمراجعة السابقة من \'من\' وبعد \'إلى\'، إن وُجِدت.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-size','s:47:\"ar:حجم المراجعات \'من\' و\'إلى\'.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-title','s:64:\"ar:عناوين صفحات المراجعات \'من\' و\'إلى\'.\";'),('aeb-arab','messages:apihelp-compare-paramvalue-prop-user','s:233:\"ar:المعرف واسم المستخدم للمراجعات \'من\' و\'إلى\'، إذا كان المستخدم قد حذف المراجعة، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('aeb-arab','messages:apihelp-compare-summary','s:54:\"ar:الحصول على الفرق بين صفحتين.\";'),('aeb-arab','messages:apihelp-createaccount-example-create','s:119:\"ar:بدء عملية إنشاء المستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('aeb-arab','messages:apihelp-createaccount-param-preservestate','s:428:\"ar:إذا تم عرض <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> بشكل صحيح لـ<samp>hasprimarypreservedstate</samp>، فقد تم تعليم طلبات <samp>primary-required</samp> لكي يجب حذفها، إذا عرضت قيمة غير فارغة لـ<samp>preservedusername</samp> فيجب استخدام اسم المستخدم هذا للوسيط <var>username</var>.\";'),('aeb-arab','messages:apihelp-createaccount-summary','s:44:\"ar:إنشاء حساب مستخدم جديد\";'),('aeb-arab','messages:apihelp-cspreport-param-reportonly','s:90:\"ar:علم على أنه تقرير عن سياسة الرصد، وليس فرض سياسة\";'),('aeb-arab','messages:apihelp-cspreport-param-source','s:76:\"ar:ماذا أنشأ رأس CSP الذي تسبب في هذا التقرير\";'),('aeb-arab','messages:apihelp-cspreport-summary','s:285:\"ar:مستخدمة من قبل المتصفحات للإبلاغ عن انتهاكات سياسة أمن المحتوى. لا ينبغي أبدا أن تستخدم هذه الوحدة، إلا عند استخدامها تلقائيا باستخدام متصفح ويب CSP متوافق.\";'),('aeb-arab','messages:apihelp-delete-example-reason','s:70:\"ar:حذف <kbd>Main Page</kbd> بسبب <kbd>Preparing for move</kbd>.\";'),('aeb-arab','messages:apihelp-delete-example-simple','s:31:\"ar:حذف <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-delete-param-deletetalk','s:54:\"ar:احذف صفحة النقاش، إذا وُجدت.\";'),('aeb-arab','messages:apihelp-delete-param-oldimage','s:166:\"ar:اسم الصورة القديمة لحذفها كما هو منصوص عليه [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('aeb-arab','messages:apihelp-delete-param-pageid','s:119:\"ar:معرف الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-delete-param-reason','s:130:\"ar:سبب الحذف. إذا لم يُحدَّد، سوف تُستخدَم أحد الأسباب التي تنشأ تلقائيا.\";'),('aeb-arab','messages:apihelp-delete-param-tags','s:74:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحذف.\";'),('aeb-arab','messages:apihelp-delete-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-delete-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-delete-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('aeb-arab','messages:apihelp-delete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-delete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-delete-summary','s:19:\"ar:حذف صفحة.\";'),('aeb-arab','messages:apihelp-disabled-summary','s:43:\"ar:هذا الاصدار تم تعطيله.\";'),('aeb-arab','messages:apihelp-edit-example-edit','s:19:\"ar:عدل صفحة.\";'),('aeb-arab','messages:apihelp-edit-example-prepend','s:78:\"ar:إضافة البادئة <kbd>_&#95;NOTOC_&#95;</kbd> إلى الصفحة.\";'),('aeb-arab','messages:apihelp-edit-example-undo','s:87:\"ar:التراجع عن التعديلات 13579 خلال 13585 بملخص تلقائي.\";'),('aeb-arab','messages:apihelp-edit-param-appendtext','s:196:\"ar:أضف هذا النص إلى نهاية الصفحة أو القسم. تجاوز نص $1text.\n\nاستخدم $1section=new لإلحاق قسم جديد ، بدلاً من هذه المعلمة.\";'),('aeb-arab','messages:apihelp-edit-param-baserevid','s:339:\"ar:معرّف المراجعة الأساسية ، يُستخدم للكشف عن تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. تتسبب التعارضات الذاتية في فشل التحرير ما لم يتم تعيين basetimestamp.\";'),('aeb-arab','messages:apihelp-edit-param-basetimestamp','s:304:\"ar:الطابع الزمني للمراجعة الأساسية ، يستخدم لاكتشاف تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. يتم تجاهل الصراعات الذاتية.\";'),('aeb-arab','messages:apihelp-edit-param-bot','s:59:\"ar:علم على هذا التعديل كتعديل بوت.\";'),('aeb-arab','messages:apihelp-edit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('aeb-arab','messages:apihelp-edit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('aeb-arab','messages:apihelp-edit-param-createonly','s:70:\"ar:لا تحرر الصفحة إذا كان موجودا بالفعل.\";'),('aeb-arab','messages:apihelp-edit-param-md5','s:217:\"ar:رمز الرقم MD5 للوسيط $1text، أو الوسائط $1prependtext و$1appendtext متسلسلة، في حالة التعيين، لن يتم التعديل ما لم يكن رمز الرقم صحيحا.\";'),('aeb-arab','messages:apihelp-edit-param-minor','s:69:\"ar:التعليم على هذا التعديل كتعديل طفيف.\";'),('aeb-arab','messages:apihelp-edit-param-nocreate','s:68:\"ar:يحدث خطأ إذا كانت الصفحة غير موجودة.\";'),('aeb-arab','messages:apihelp-edit-param-notminor','s:161:\"ar:عدم التعليم على هذا التعديل كتعديل طفيف حتى إذا تم تعيين تفضيل المستخدم \"{{int:tog-minordefault}}\".\";'),('aeb-arab','messages:apihelp-edit-param-pageid','s:125:\"ar:معرف الصفحة لتحريرها. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-edit-param-prependtext','s:96:\"ar:أضف هذا النص إلى بداية الصفحة أو القسم. يتجاوز نص $1 .\";'),('aeb-arab','messages:apihelp-edit-param-recreate','s:104:\"ar:تجاوز أية أخطاء حول الصفحة التي تم حذفها في هذه الأثناء.\";'),('aeb-arab','messages:apihelp-edit-param-redirect','s:42:\"ar:حل التحويلات تلقائيا.\";'),('aeb-arab','messages:apihelp-edit-param-section','s:229:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد. غالبًا ما يكون عددًا صحيحًا موجبًا ، ولكن يمكن أن يكون أيضًا غير رقمي.\";'),('aeb-arab','messages:apihelp-edit-param-sectiontitle','s:93:\"ar:عنوان القسم الجديد عند استخدام <var>قسم $1 = جديد</var> .\";'),('aeb-arab','messages:apihelp-edit-param-starttimestamp','s:315:\"ar:الطابع الزمني عند بدء عملية التحرير، ويُستخدَم للكشف عن الحروب التحريرية، ويمكن الحصول عليها من خلال <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('aeb-arab','messages:apihelp-edit-param-summary','s:464:\"ar:تحرير الملخص.\n\nعندما لا يتم توفير هذه المعلمة أو فارغة ، [[mw:Special:MyLanguage/Autosummary|يمكن إنشاء ملخص تحرير تلقائيًا]].\n\nعند استخدام <var>$1section=new</var> و <var>$1sectiontitle</var> غير متوفر ، ويتم استخدام قيمة هذه المعلمة لعنوان القسم بدلاً من ذلك ، ويتم إنشاء ملخص التحرير تلقائيًا.\";'),('aeb-arab','messages:apihelp-edit-param-tags','s:53:\"ar:عدل الوسوم لتطبيق المراجعة.\";'),('aeb-arab','messages:apihelp-edit-param-text','s:26:\"ar:محتوى الصفحة\";'),('aeb-arab','messages:apihelp-edit-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-edit-param-token','s:126:\"ar:ينبغي دائما أن يُرسَل الرمز كوسيط أخير، أو على الأقل بعد الوسيط $1text.\";'),('aeb-arab','messages:apihelp-edit-param-undo','s:96:\"ar:التراجع عن هذه المراجعة. تجاوز $1text, $1prependtext و$1appendtext.\";'),('aeb-arab','messages:apihelp-edit-param-undoafter','s:152:\"ar:التراجع عن جميع المراجعات من $1undo لهذه. إذا لم يتم التغيير، تراجع عن تعديل واحد فقط.\";');
INSERT INTO `mw_l10n_cache` VALUES ('aeb-arab','messages:apihelp-edit-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-edit-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('aeb-arab','messages:apihelp-edit-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-edit-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-edit-summary','s:42:\"ar:إنشاء وتعديل الصفحات.\";'),('aeb-arab','messages:apihelp-emailuser-example-email','s:110:\"ar:أرسل بريدا إلكترونيا للمستخدم <kbd>WikiSysop</kbd> بالنص <kbd>Content</kbd>.\";'),('aeb-arab','messages:apihelp-emailuser-param-ccme','s:55:\"ar:إرسال نسخة من هذه الرسالة لي.\";'),('aeb-arab','messages:apihelp-emailuser-param-subject','s:24:\"ar:رأس الموضوع\";'),('aeb-arab','messages:apihelp-emailuser-param-target','s:60:\"ar:مستخدم لإرسال بريد إلكتروني له.\";'),('aeb-arab','messages:apihelp-emailuser-param-text','s:43:\"ar:جسم البريد الإلكتروني\";'),('aeb-arab','messages:apihelp-emailuser-summary','s:32:\"ar:مراسلة المستخدم\";'),('aeb-arab','messages:apihelp-expandtemplates-example-simple','s:80:\"ar:توسيع نص الويكي <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('aeb-arab','messages:apihelp-expandtemplates-param-generatexml','s:69:\"ar:ولد شجرة تحليل XML (حل محلها $1prop=parsetree).\";'),('aeb-arab','messages:apihelp-expandtemplates-param-includecomments','s:77:\"ar:إدراج أو عدم إدراج تعليقات HTML في الإخراج.\";'),('aeb-arab','messages:apihelp-expandtemplates-param-prop','s:251:\"ar:أية قطعة من المعلومات للحصول عليها،\n\nلاحظ أنه في حالة عدم تحديد أية قيم، فإن النتيجة ستحتوي على نص ويكي، ولكن سيكون الإخراج بتنسيق موقوف.\";'),('aeb-arab','messages:apihelp-expandtemplates-param-revid','s:112:\"ar:معرف المراجعة، ل<code><nowiki>{{REVISIONID}}</nowiki></code> والمتغيرات مماثلة.\";'),('aeb-arab','messages:apihelp-expandtemplates-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('aeb-arab','messages:apihelp-expandtemplates-param-text','s:32:\"ar:نص ويكي للتحويل.\";'),('aeb-arab','messages:apihelp-expandtemplates-param-title','s:27:\"ar:عنوان الصفحة.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:114:\"ar:أية تصنيفات موجودة في المدخلات غير ممثلة في مخرجات نص الويكي.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:95:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:262:\"ar:تتم إضافة أية وحدات ResourceLoader التي طلبت تعيين دالات المحلل اللغوي إلى الإخراج، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:44:\"ar:شجرة تحليل XML للمدخلات.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:117:\"ar:خصائص الصفحة التي تحددها الكلمات السحرية الموسعة في نص الويكي.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:126:\"ar:الحد الأقصى للوقت الذي يجب بعده إبطال ذاكرة التخزين المؤقت للنتيجة.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:139:\"ar:إذا كان الإخراج سريع التأثر، ينبغي عدم استخدامه في أي مكان آخر داخل الصفحة.\";'),('aeb-arab','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:33:\"ar:نص الويكي الموسع\";'),('aeb-arab','messages:apihelp-expandtemplates-summary','s:65:\"ar:يوسع كافة القوالب ضمن نصوص الويكي.\";'),('aeb-arab','messages:apihelp-feedcontributions-example-simple','s:67:\"ar:عودة المساهمات للمستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-deletedonly','s:55:\"ar:اعرض المساهمات المحذوفة فقط.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-month','s:28:\"ar:من شهر (وأقدم).\";'),('aeb-arab','messages:apihelp-feedcontributions-param-namespace','s:65:\"ar:أي نطاق ستتم تصفية المساهمات حسبه.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-newonly','s:44:\"ar:أظهر إنشاء الصفحات فقط\";'),('aeb-arab','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"ar:عرض حجم الفرق بين النسخ.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-tagfilter','s:69:\"ar:تصفية المساهمات التي بها هذه الوسوم.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-toponly','s:80:\"ar:تظهر فقط التعديلات التي هي أحدث المراجعات.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-user','s:78:\"ar:أي المستخدمين سيتم الحصول على تبرعات لهم.\";'),('aeb-arab','messages:apihelp-feedcontributions-param-year','s:28:\"ar:من سنة (وأقدم).\";'),('aeb-arab','messages:apihelp-feedcontributions-summary','s:57:\"ar:إرجاع تغذية مساهمات المستخدم.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-example-30days','s:61:\"ar:أظهر التغييرات الأخيرة في 30 يوم.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-example-simple','s:46:\"ar: اظهر التغييرات الحديثة\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-associated','s:71:\"ar:تشمل النطاق المرتبط (نقاش أو الرئيسي).\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-days','s:40:\"ar:أيام لتقييد النتائج.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-from','s:37:\"ar:أظهر التغييرات منذ\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hideanons','s:87:\"ar:إخفاء التغييرات التي أجراها مستخدمون مجهولون.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hidebots','s:66:\"ar:إخفاء التغييرات التي أجرتها بوتات.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hidecategorization','s:51:\"ar:إخفاء تغيير عضوية التصنيف.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hideliu','s:85:\"ar:إخفاء التغييرات التي أجراها مستخدمون مسجلون.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hidemyself','s:86:\"ar:إخفاء التغييرات التي قام بها المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:50:\"ar:إخفاء التغييرات المراجعة.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-invert','s:51:\"ar:جميع النطاقات عدا المختار.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-namespace','s:40:\"ar:نطاق لتقييد النتائج.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-showlinkedto','s:111:\"ar:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضا عن ذلك\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-tagfilter','s:25:\"ar:فلتر بالوسم.\";'),('aeb-arab','messages:apihelp-feedrecentchanges-param-target','s:99:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة فقط\";'),('aeb-arab','messages:apihelp-feedrecentchanges-summary','s:49:\"ar:عرض خلاصة أحدث التغييرات.\";'),('aeb-arab','messages:apihelp-feedwatchlist-example-all6hrs','s:60:\"ar:اظهر كل التغييرات في اخر 6 ساعات\";'),('aeb-arab','messages:apihelp-feedwatchlist-example-default','s:49:\"ar:عرض تغذية قائمة المراقبة.\";'),('aeb-arab','messages:apihelp-feedwatchlist-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('aeb-arab','messages:apihelp-feedwatchlist-param-hours','s:75:\"ar:صفحات قائمة معدلة ضمن عدة ساعات من الآن.\";'),('aeb-arab','messages:apihelp-feedwatchlist-param-linktosections','s:89:\"ar:الربط مباشرةً بالأقسام التي تم تغييرها إن أمكن.\";'),('aeb-arab','messages:apihelp-feedwatchlist-summary','s:53:\"ar:إرجاع تغذية قائمة المراقبة.\";'),('aeb-arab','messages:apihelp-filerevert-example-revert','s:81:\"ar:استرجاع <kbd>Wiki.png</kbd> لنسحة <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('aeb-arab','messages:apihelp-filerevert-param-archivename','s:60:\"ar:اسم أرشيف المراجعة للعودة إليه.\";'),('aeb-arab','messages:apihelp-filerevert-param-comment','s:25:\"ar:تعليق الرفع.\";'),('aeb-arab','messages:apihelp-filerevert-param-filename','s:70:\"ar:اسم الملف المستهدف، دون البادئة ملف:.\";'),('aeb-arab','messages:apihelp-filerevert-summary','s:49:\"ar:استرجع الملف لنسخة قديمة.\";'),('aeb-arab','messages:apihelp-format-example-generic','s:60:\"ar:إرجاع نتيجة الاستعلام بتنسيق $1.\";'),('aeb-arab','messages:apihelp-format-param-wrappedhtml','s:116:\"ar:إرجاع HTML المطبوع بشكل جيد ووحدات ResourceLoader المرتبطة به ككائن JSON.\";'),('aeb-arab','messages:apihelp-help-example-help','s:55:\"ar:مساعدة لوحدة المساعدة نفسها.\";'),('aeb-arab','messages:apihelp-help-example-main','s:46:\"ar:مساعدة للوحدة الرئيسية.\";'),('aeb-arab','messages:apihelp-help-example-query','s:59:\"ar:مساعدة لوحدتي استعلام فرعيتين.\";'),('aeb-arab','messages:apihelp-help-example-recursive','s:50:\"ar:كل المساعدة في صفحة واحدة.\";'),('aeb-arab','messages:apihelp-help-example-submodules','s:90:\"ar:مساعدة ل<kbd>action=query</kbd> وجميع الوحدات الفرعية لها.\";'),('aeb-arab','messages:apihelp-help-param-helpformat','s:40:\"ar:شكل مخرجات المساعدة.\";'),('aeb-arab','messages:apihelp-help-param-modules','s:188:\"ar:وحدات لعرض مساعدة لها (قيم وسائط <var>action</var> و<var>format</var> أو<kbd>main</kbd>). يمكن تحديد الوحدات الفرعية ب <kbd>+</kbd>.\";'),('aeb-arab','messages:apihelp-help-param-recursivesubmodules','s:79:\"ar:تشمل المساعدة للوحدات الفرعية بشكل متكرر.\";'),('aeb-arab','messages:apihelp-help-param-submodules','s:92:\"ar:تشمل المساعدة للوحدات الفرعية من الوحدة المسماة.\";'),('aeb-arab','messages:apihelp-help-param-toc','s:65:\"ar:يتضمن جدول المحتويات في مخرجات HTML.\";'),('aeb-arab','messages:apihelp-help-param-wrap','s:83:\"ar:التفاف المخرجات في بنية استجابة API القياسية.\";'),('aeb-arab','messages:apihelp-help-summary','s:47:\"ar:عرض مساعدة لوحدات محددة.\";'),('aeb-arab','messages:apihelp-imagerotate-example-generator','s:101:\"ar:تدوير جميع الصور في <kbd>Category:Flip</kbd> بمقدار <kbd>180</kbd> درجة.\";'),('aeb-arab','messages:apihelp-imagerotate-example-simple','s:78:\"ar:تدوير <kbd>File:Example.png</kbd> بمقدار <kbd>90</kbd> درجة.\";'),('aeb-arab','messages:apihelp-imagerotate-param-rotation','s:76:\"ar:درجة تدوير الصورة في اتجاه عقارب الساعة.\";'),('aeb-arab','messages:apihelp-imagerotate-param-tags','s:72:\"ar:تنطبق الوسوم على الإدخال في سجل الرفع.\";'),('aeb-arab','messages:apihelp-imagerotate-summary','s:48:\"ar:تدوير صورة واحدة أو أكثر.\";'),('aeb-arab','messages:apihelp-import-example-import','s:95:\"ar:استيراد [[meta:Help:ParserFunctions]] للنطاق 100 بالتاريخ الكامل.\";'),('aeb-arab','messages:apihelp-import-extended-description','s:208:\"ar:لاحظ أنه يجب أن يتم إجراء POST HTTP كرفع ملف (أي باستخدام بيانات متعددة الأجزاء/النماذج) عند إرسال ملف للوسيط <var>xml</var>.\";'),('aeb-arab','messages:apihelp-import-param-assignknownusers','s:124:\"ar:تعيين تعديلات للمستخدمين المحليين حيث يوجد المستخدم المحدد محليا.\";'),('aeb-arab','messages:apihelp-import-param-fullhistory','s:144:\"ar:بالنسبة لواردات الإنترويكي: استيراد التاريخ كاملا، وليست النسخة الحالية فقط.\";'),('aeb-arab','messages:apihelp-import-param-interwikipage','s:85:\"ar:بالنسبة لواردات الإنترويكي: صفحة لاستيرادها.\";'),('aeb-arab','messages:apihelp-import-param-interwikiprefix','s:250:\"ar:بالنسبة للواردات المرفوعة: بادئة إنترويكي لتطبيقها على أسماء مستخدمين غير معروفة (والمستخدمين المعروفين إذا تم تعيين <var>$1assignknownusers</var>).\";'),('aeb-arab','messages:apihelp-import-param-interwikisource','s:90:\"ar:بالنسبة لواردات الإنترويكي: ويكي للاستيراد منه.\";'),('aeb-arab','messages:apihelp-import-param-namespace','s:120:\"ar:استيراد إلى هذا النطاق. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('aeb-arab','messages:apihelp-import-param-rootpage','s:137:\"ar:استيراد كصفحة فرعية لهذه الصفحة. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('aeb-arab','messages:apihelp-import-param-summary','s:49:\"ar:ملخص إدخال سجل الاستيراد.\";'),('aeb-arab','messages:apihelp-import-param-tags','s:177:\"ar:تغيير الوسوم لتطبيقها على الإدخال في سجل الاستيراد وعلى المراجعة الخالية في الصفحات المستوردة.\";'),('aeb-arab','messages:apihelp-import-param-templates','s:114:\"ar:بالنسبة لواردات الإنترويكي: الإستيراد شمل كافة القوالب كذلك.\";'),('aeb-arab','messages:apihelp-import-param-xml','s:25:\"ar:ملف XML مرفوع.\";'),('aeb-arab','messages:apihelp-import-summary','s:78:\"ar:استيراد صفحة من موقع ويكي آخر أو من ملف XML.\";'),('aeb-arab','messages:apihelp-json-param-ascii','s:209:\"ar:إذا تم تحديده، يشفر كل غير ASCII باستخدام تسلسلات الهروب السداسية العشرية، افتراضي عندما يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('aeb-arab','messages:apihelp-json-param-callback','s:207:\"ar:إذا تم تحديده، فسيقوم بإخراج الإخراج في استدعاء دالة معينة، للسلامة; سيتم تقييد جميع البيانات الخاصة بالمستخدم.\";'),('aeb-arab','messages:apihelp-json-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('aeb-arab','messages:apihelp-json-param-utf8','s:288:\"ar:إذا تم تحديده، يقوم بترميز معظم (وليس كل) الأحرف غير ASCII كـUTF-8 بدلا من استبدالها بتسلسلات الهروب السداسية العشرية، افتراضي عندما لا يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('aeb-arab','messages:apihelp-json-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('aeb-arab','messages:apihelp-json-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('aeb-arab','messages:apihelp-json-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('aeb-arab','messages:apihelp-json-summary','s:49:\"ar:بيانات الإخراج بتنسيق JSON.\";'),('aeb-arab','messages:apihelp-jsonfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('aeb-arab','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('aeb-arab','messages:apihelp-linkaccount-example-link','s:61:\"ar:بدء عملية ربط حساب من <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-linkaccount-summary','s:79:\"ar:ربط حساب من موفر طرف ثالث للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-login-example-login','s:26:\"ar:تسجيل الدخول\";'),('aeb-arab','messages:apihelp-login-extended-description','s:424:\"ar:وينبغي استخدام هذا الإجراء فقط في تركيبة مع [[Special:BotPasswords|خاص:كلمات مرور البوت]]. تم إهمال استخدام لتسجيل الدخول للحساب الرئيسي وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-arab','messages:apihelp-login-extended-description-nobotpasswords','s:226:\"ar:هذا العمل مستنكر وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-arab','messages:apihelp-login-param-domain','s:33:\"ar:النطاق (اختياري).\";'),('aeb-arab','messages:apihelp-login-param-name','s:27:\"ar:اسم المستخدم.\";'),('aeb-arab','messages:apihelp-login-param-password','s:20:\"ar:كلمة السر\";'),('aeb-arab','messages:apihelp-login-param-token','s:75:\"ar:تم الحصول على رمز الدخول في الطلب الأول.\";'),('aeb-arab','messages:apihelp-login-summary','s:76:\"ar:سجل دخولك الآن واحصل على مصادقة الكوكيز.\";'),('aeb-arab','messages:apihelp-logout-example-logout','s:53:\"ar:تسجيل خروج المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-logout-summary','s:62:\"ar:تسجيل الخروج ومسح بيانات الجلسة.\";'),('aeb-arab','messages:apihelp-main-extended-description','s:1714:\"ar:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|التوثيق]]\n* [[mw:Special:MyLanguage/API:Etiquette|الآداب وإرشادات الاستخدام]]\n* [[mw:Special:MyLanguage/API:FAQ|الأسئلة الأكثر تكرارا]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ القائمة البريدية]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ إعلانات API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R الأخطاء والطلبات]\n</div>\n<strong>الحالة:</strong> API ميدياويكي هي واجهة ناضجة ومستقرة يتم دعمها وتحسينها بشكل نشط، في حين أننا نحاول تجنب ذلك، قد نحتاج في بعض الأحيان إلى إجراء تغييرات في التكسير، اشترك في [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ القائمة البريدية لإعلان API ميدياويكي] لإشعارات التحديثات.\n\n<strong>الطلبات الخاطئة:</strong>عندما يتم إرسال طلبات خاطئة إلى API، سيتم إرسال رأس HTTP مع مفتاح \"خطأ-API-ميدياويكي\"، وبعد ذلك سترجع قيمة الرأس ورمز الخطأ المرتجع إلى يتم تعيينه على نفس القيمة، لمزيد من المعلومات; راجع [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>الاختبار:</strong>لسهولة اختبار طلبات API ; انظر [[Special:ApiSandbox]].</p>\";'),('aeb-arab','messages:apihelp-main-param-action','s:26:\"ar:أي فعل للعمل.\";'),('aeb-arab','messages:apihelp-main-param-assert','s:276:\"ar:تحقق من تسجيل المستخدم للدخول في حالة التعيين على <kbd>user</kbd>، أو <em>عدم</em> تسجيل الدخول إذا تم التعيين على <kbd>anon</kbd>، أو حق مستخدم الروبوت في حالة <kbd>bot</kbd>.\";'),('aeb-arab','messages:apihelp-main-param-assertuser','s:91:\"ar:التحقق من أن المستخدم الحالي هو المستخدم المسمى.\";'),('aeb-arab','messages:apihelp-main-param-curtimestamp','s:71:\"ar:تشمل الطابع الزمني الحالي في النتيجة.\";'),('aeb-arab','messages:apihelp-main-param-errorformat','s:81:\"ar:تنسيق لاستخدامه في التحذير وإخراج نص الخطأ\";'),('aeb-arab','messages:apihelp-main-param-errorlang','s:429:\"ar:لغة لاستخدامها في التحذيرات والأخطاء. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا، أو تحديد <kbd>uselang</kbd> لاستخدام نفس القيمة كوسيط <var>uselang</var>.\";'),('aeb-arab','messages:apihelp-main-param-errorsuselocal','s:139:\"ar:إذا ما أعطيت، النصوص الخطأ ستستخدم الرسائل المخصصة محليا من نطاق {{ns:MediaWiki}}.\";'),('aeb-arab','messages:apihelp-main-param-format','s:23:\"ar:صيغة الخرج.\";'),('aeb-arab','messages:apihelp-main-param-maxage','s:208:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>max-age</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('aeb-arab','messages:apihelp-main-param-maxlag','s:724:\"ar:يمكن استخدام التأخر الأقصى عند تثبيت ميدياويكي على قاعدة بيانات مكررة، لحفظ الإجراءات التي تتسبب في أي تأخير أكثر في النسخ المتماثل للموقع; يمكن أن يجعل هذا الوسيط العميل ينتظر حتى يكون تأخر النسخ المتماثل أقل من القيمة المحددة، في حالة التأخير المفرط، يتم إرجاع رمز الخطأ <samp>maxlag</samp> برسالة مثل <samp>Waiting for $host: $lag seconds lagged</samp>،<br />انظر [[mw:Special:MyLanguage/Manual:Maxlag_parameter|دليل: الوسيط maxlag]] لمزيد من المعلومات.\";'),('aeb-arab','messages:apihelp-main-param-origin','s:1392:\"ar:عند الوصول إلى API باستخدام طلب AJAX عبر النطاقات (CORS)، اضبطها على النطاق الأصلي، يجب تضمين هذا في أي طلب ما قبل الطيران، وبالتالي يجب أن يكون جزءا من طلب URI (وليس جسم POST). \n\nبالنسبة للطلبات المصادقة، يجب أن يتطابق هذا مع أحد المصادر الموجودة في الرأس<code>Origin</code> بالضبط; لذا يجب تعيينه على شيء مثل<kbd>https://en.wikipedia.org</kbd> أو <kbd>https://meta.wikimedia.org</kbd>، إذا لم يتطابق هذا الوسيط مع الرأس<code>Origin</code>، فسيتم إرجاع استجابة 403، إذا كانت هذه المعلمة تتطابق مع رأس <code>Origin</code> وكان الأصل مسموحًا به، ستتم إضافة الأصل إلى القائمة البيضاء، سيتم تعيين الرؤوس <code>Access-Control-Allow-Origin</code> و<code>Access-Control-Allow-Credentials</code>.\n\nبالنسبة للطلبات غير المصادقة، حدد القيمة <kbd>*</kbd>، سيؤدي ذلك إلى تعيين الرأس <code>Access-Control-Allow-Origin</code>، ولكن <code>Access-Control-Allow-Credentials</code> سيكون <code>false</code> وسيتم تقييد كل البيانات الخاصة بالمستخدم.\";'),('aeb-arab','messages:apihelp-main-param-requestid','s:135:\"ar:سيتم إدراج أي قيمة معينة هنا في الاستجابة. يمكن أن تستخدم لتمييز الطلبات.\";'),('aeb-arab','messages:apihelp-main-param-responselanginfo','s:117:\"ar:تشمل اللغات المستخدمة لأجل <var>uselang</var> and <var>errorlang</var> في النتيجة.\";'),('aeb-arab','messages:apihelp-main-param-servedby','s:81:\"ar:تتضمن اسم المضيف الذي الخدم طلب في النتائج.\";'),('aeb-arab','messages:apihelp-main-param-smaxage','s:209:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>s-maxage</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('aeb-arab','messages:apihelp-main-param-uselang','s:417:\"ar:اللغة المستخدمة لترجمة الرسائل. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>user</kbd> لاستخدام تفضيل اللغة للمستخدم الحالي، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا.\";'),('aeb-arab','messages:apihelp-main-param-variant','s:125:\"ar:متغير اللغة. يعمل فقط إذا كانت اللغة الأساسية تدعم التحويل المتغير.\";'),('aeb-arab','messages:apihelp-main-paramvalue-errorformat-bc','s:134:\"ar:التنسيق المستخدم قبل ميدياويكي 1.29. يتم تجاهل <var>errorlang</var> و<var>errorsuselocal</var>.\";'),('aeb-arab','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('aeb-arab','messages:apihelp-main-paramvalue-errorformat-none','s:64:\"ar:لا يوجد إخراج نصي، فقط رموز الخطأ.\";'),('aeb-arab','messages:apihelp-main-paramvalue-errorformat-plaintext','s:85:\"ar:ويكي نص مع إزالة علامات HTML واستبدال الكيانات.\";'),('aeb-arab','messages:apihelp-main-paramvalue-errorformat-raw','s:48:\"ar:مفتاح الرسالة والمعلمات.\";'),('aeb-arab','messages:apihelp-main-paramvalue-errorformat-wikitext','s:33:\"ar:نص ويكي غير معرب.\";'),('aeb-arab','messages:apihelp-main-summary','s:3:\"en:\";'),('aeb-arab','messages:apihelp-managetags-example-activate','s:100:\"ar:تنشيط الوسم المسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('aeb-arab','messages:apihelp-managetags-example-create','s:92:\"ar:إنشاء وسم مسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('aeb-arab','messages:apihelp-managetags-example-deactivate','s:92:\"ar:تعطيل الوسم المسمى <kbd>spam</kbd> بسبب <kbd>No longer required</kbd>\";'),('aeb-arab','messages:apihelp-managetags-example-delete','s:66:\"ar:حذف <kbd>vandlaism</kbd> وسم بسبب <kbd>Misspelt</kbd>\";'),('aeb-arab','messages:apihelp-managetags-param-ignorewarnings','s:90:\"ar:إذا كان سيتم تجاهل أي تحذيرات تصدر خلال العملية.\";'),('aeb-arab','messages:apihelp-managetags-param-operation','s:614:\"ar:أي الإجراءات ستنفذ:\n؛ إنشاء: إنشاء وسم التغيير جديدة للاستخدام اليدوي.\n؛ حذف: إزالة وسم التغيير من قاعدة البيانات، بما في ذلك إزالة الوسم من كافة المراجعات، وإدخالات التغيير الأخيرة، وإدخالات السجل المستخدم.\n؛ تنشيط: تنشيط وسم التغيير، مما يسمح للمستخدمين بتطبيقه يدويا.\n; إلغاء: إلغاء تنشيط وسم التغيير، ومنع المستخدمين من تطبيقه يدويا.\";'),('aeb-arab','messages:apihelp-managetags-param-reason','s:91:\"ar:سبب اختياري لإنشاء، وحذف، وتفعيل أو تعطيل الوسم.\";'),('aeb-arab','messages:apihelp-managetags-param-tag','s:464:\"ar:وسم لإنشاء أو حذف أو تنشيط أو إلغاء تنشيط. لإنشاء وسم; يجب ألا يكون الوسم موجودا، لحذف وسم; يجب أن يكون الوسم موجودا، لتنشيط وسم; يجب أن يكون الوسم موجودا وغير مستخدم بواسطة إضافة، لإلغاء تنشيط وسم; يجب أن يكون الوسم نشطا في الوقت الحالي ويتم تحديدها يدويا.\";'),('aeb-arab','messages:apihelp-managetags-param-tags','s:102:\"ar:تغيير الوسوم لتطبيق الإدخال في سجل الحذف إدارة الوسوم.\";'),('aeb-arab','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('aeb-arab','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('aeb-arab','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('aeb-arab','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('aeb-arab','messages:apihelp-managetags-summary','s:85:\"ar:أداء المهام الإدارية المتعلقة بتغيير الوسوم.\";'),('aeb-arab','messages:apihelp-mergehistory-example-merge','s:77:\"ar:دمج تاريخ <kbd>Oldpage</kbd> كاملا إلى <kbd>Newpage</kbd>.\";'),('aeb-arab','messages:apihelp-mergehistory-example-merge-timestamp','s:128:\"ar:دمج مراجعات الصفحة <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> إلى <kbd>Newpage</kbd>.\";'),('aeb-arab','messages:apihelp-mergehistory-param-from','s:135:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1fromid</var>.\";'),('aeb-arab','messages:apihelp-mergehistory-param-fromid','s:131:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1from</var>.\";'),('aeb-arab','messages:apihelp-mergehistory-param-reason','s:32:\"ar:سبب دمج التاريخ.\";'),('aeb-arab','messages:apihelp-mergehistory-param-timestamp','s:288:\"ar:الطابع الزمني للمراجعات التي سيتم نقلها من تاريخ صفحة المصدر إلى تاريخ صفحة الوجهة. إذا تم حذفها، سيتم دمج تاريخ الصفحة كاملا من صفحة المصدر إلى صفحة الوجهة.\";'),('aeb-arab','messages:apihelp-mergehistory-param-to','s:133:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1toid</var>.\";'),('aeb-arab','messages:apihelp-mergehistory-param-toid','s:129:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1to</var>.\";'),('aeb-arab','messages:apihelp-mergehistory-summary','s:36:\"ar:ادمج تاريخ الصفحة.\";'),('aeb-arab','messages:apihelp-mobileview-description','s:77:\"ar:يعطي البيانات الضرورية لعرض نسخة الجوال.\";'),('aeb-arab','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('aeb-arab','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('aeb-arab','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('aeb-arab','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('aeb-arab','messages:apihelp-mobileview-param-noheadings','s:54:\"ar:عدم تضمين العناوين في الخرج.\";'),('aeb-arab','messages:apihelp-mobileview-param-noimages','s:33:\"ar:إعطاء HTML بلا صور.\";'),('aeb-arab','messages:apihelp-mobileview-param-notransform','s:74:\"ar:عدم تحويل HTML إلى النسخة الخاصة بالجوال.\";'),('aeb-arab','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('aeb-arab','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('aeb-arab','messages:apihelp-mobileview-param-page','s:59:\"ar:عنوان الصفحة المطلوب معالجتها.\";'),('aeb-arab','messages:apihelp-mobileview-param-pageprops','s:167:\"ar:الخصائص الواجب سردها في النتائج: قائمة مفصولة بخطوط عمودية («|») أو «*» لإعطاء جميع الخصائص.\";'),('aeb-arab','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('aeb-arab','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('aeb-arab','messages:apihelp-mobileview-param-redirect','s:70:\"ar:ما إذا كان من المطلوب تتبع التحويلات.\";'),('aeb-arab','messages:apihelp-mobileview-param-sectionprop','s:74:\"ar:المعلومات الواجب استخلاصها عن المقاطع.\";'),('aeb-arab','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('aeb-arab','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('aeb-arab','messages:apihelp-mobileview-param-thumbsize','s:68:\"ar:القيمة القصوى لبعدي الصورة المصغرة.\";'),('aeb-arab','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('aeb-arab','messages:apihelp-mobileview-param-variant','s:56:\"ar:تحويل المحتوى إلى هذه اللهجة.\";'),('aeb-arab','messages:apihelp-move-example-move','s:87:\"ar:انقل <kbd>Badtitle</kbd> إلى <kbd>Goodtitle</kbd> دون ترك تحويلة.\";'),('aeb-arab','messages:apihelp-move-param-from','s:104:\"ar:عنوان الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-move-param-fromid','s:102:\"ar:معرف الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-move-param-ignorewarnings','s:34:\"ar:تجاهل أي تحذيرات.\";'),('aeb-arab','messages:apihelp-move-param-movesubpages','s:75:\"ar:إعادة تسمية الصفحات الفرعية، إن وُجِدت.\";'),('aeb-arab','messages:apihelp-move-param-movetalk','s:67:\"ar:إعادة تسمية صفحة النقاش، إن وُجِدت.\";'),('aeb-arab','messages:apihelp-move-param-noredirect','s:30:\"ar:لا تنشئ تحويلة.\";'),('aeb-arab','messages:apihelp-move-param-reason','s:42:\"ar:السبب لإعادة التسمية.\";'),('aeb-arab','messages:apihelp-move-param-tags','s:153:\"ar:غير الوسوم لتطبيقها على الإدخال في سجل النقل وعلى النسخة الفارغة في الصفحة الوجهة.\";'),('aeb-arab','messages:apihelp-move-param-to','s:56:\"ar:عنوان لإعادة تسمية الصفحة له.\";'),('aeb-arab','messages:apihelp-move-param-unwatch','s:107:\"ar:إزالة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-move-param-watch','s:107:\"ar:إضافة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-move-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-move-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-move-summary','s:19:\"ar:نقل صفحة.\";'),('aeb-arab','messages:apihelp-no-such-module','s:41:\"ar:الوحدة \"$1\" غير موجودة.\";'),('aeb-arab','messages:apihelp-none-summary','s:33:\"ar:عدم إخراج أي شيء.\";'),('aeb-arab','messages:apihelp-opensearch-example-te','s:59:\"ar:العثور على صفحات تبدأ ب<kbd>Te</kbd>.\";'),('aeb-arab','messages:apihelp-opensearch-param-format','s:25:\"ar:شكل الإخراج.\";'),('aeb-arab','messages:apihelp-opensearch-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('aeb-arab','messages:apihelp-opensearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('aeb-arab','messages:apihelp-opensearch-param-redirects','s:346:\"ar:كيفية التعامل مع التحويلات:\n;إرجاع: إرجاع التحويلة نفسها.\n;حل: إرجاع الصفحة الهدف، قد ترجع نتائج أقل من $1limit.\nلأسباب تاريخية; يكون الإعداد الافتراضي هو \"إرجاع\" لـ$1format=json و\"حل\" للتنسيقات الأخرى.\";'),('aeb-arab','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('aeb-arab','messages:apihelp-opensearch-param-search','s:20:\"ar:سطر البحث\";'),('aeb-arab','messages:apihelp-opensearch-param-suggest','s:30:\"ar:لم يعد مستخدما.\";'),('aeb-arab','messages:apihelp-opensearch-param-warningsaserror','s:118:\"ar:إذا تم رفع التحذيرات ب<kbd>format=json</kbd>, أعد أخطاء API بدلا من تجاهلها.\";'),('aeb-arab','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('aeb-arab','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('aeb-arab','messages:apihelp-opensearch-summary','s:86:\"ar:بحث الويكي باستخدام بروتوكول أوبن سيرش OpenSearch.\";'),('aeb-arab','messages:apihelp-options-example-change','s:64:\"ar:غير تفضيلات <kbd>skin</kbd> و<kbd>hideminor</kbd>.\";'),('aeb-arab','messages:apihelp-options-example-complex','s:105:\"ar:إعادة تعيين جميع تفضيلات، ثم تعيين <kbd>skin</kbd> و<kbd>nickname</kbd>.\";'),('aeb-arab','messages:apihelp-options-example-reset','s:49:\"ar:إعادة تعيين كل التفضيلات.\";'),('aeb-arab','messages:apihelp-options-extended-description','s:309:\"ar:لا يمكن تعيين سوى الخيارات المسجلة في النواة أو في أحد الملحقات المثبتة، أو الخيارات مع المفاتيح المسبوقة بـ<code>userjs-</code> (التي يُراد استخدامها من قبل سكريبتات المستخدم).\";'),('aeb-arab','messages:apihelp-options-param-change','s:560:\"ar:قائمة بالتغييرات، الاسم المنسق=value (مثل skin=vector)، إذا لم يتم تحديد أية قيمة (ولا حتى علامة المساواة)، على سبيل المثال، optionname|otheroption|..., ستتم إعادة تعيين الخيار إلى قيمته الافتراضية، إذا كانت أية قيمة تم تمريرها تحتوي على حرف الأنبوب(<kbd>|</kbd>)، فاستخدم [[Special:ApiHelp/main#main/datatypes| فاصل بديل متعدد القيم]] للعملية الصحيحة.\";'),('aeb-arab','messages:apihelp-options-param-optionname','s:117:\"ar:اسم الخيار الذي ينبغي ضبطه إلى القيمة التي قدمها <var>$1optionvalue</var>.\";'),('aeb-arab','messages:apihelp-options-param-optionvalue','s:74:\"ar:قيمة للخيار المحدد من قبل <var>$1optionname</var>.\";'),('aeb-arab','messages:apihelp-options-param-reset','s:100:\"ar:إعادة تعيين التفضيلات إلى إعدادات الموقع الإفتراضية.\";'),('aeb-arab','messages:apihelp-options-param-resetkinds','s:123:\"ar:قائمة أنواع الخيارات لإعادة ضبطها عندما يتم تعيين خيار <var>$1reset</var>.\";'),('aeb-arab','messages:apihelp-options-summary','s:59:\"ar:تغيير تفضيلات المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-paraminfo-example-1','s:284:\"ar:عرض معلومات عن <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> و<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd> و<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> و<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('aeb-arab','messages:apihelp-paraminfo-example-2','s:124:\"ar:أظهر المعلومات لجميع الوحدات الفرعية ل<kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('aeb-arab','messages:apihelp-paraminfo-param-formatmodules','s:149:\"ar:قائمة بأسماء أشكال الوحدات (قيم الوسيط <var>format</var>). استخدم <var>$1modules</var> بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-paraminfo-param-helpformat','s:38:\"ar:شكل سلاسل المساعدة.\";'),('aeb-arab','messages:apihelp-paraminfo-param-mainmodule','s:169:\"ar:الحصول على معلومات عن وحدة (المستوى الأعلى) الرئيسية أيضا. استخدم <kbd>$1modules=main</kbd> بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-paraminfo-param-modules','s:388:\"ar:قائمة بأسماء الوحدات (قيم الوسائط <var>action</var> أو <var>format</var> أو <kbd>main</kbd>)، يمكن تحديد الوحدات الفرعية التي تحتوي على <kbd>+</kbd>، أو كل الوحدات الفرعية التي تحتوي على <kbd>+*</kbd>، أو جميع الوحدات الفرعية بشكل متكرر بـ<kbd>+**</kbd>.\";'),('aeb-arab','messages:apihelp-paraminfo-param-pagesetmodule','s:136:\"ar:الحصول على معلومات حول وحدة مجموعة الصفحة (يتم توفير titles= والأصدقاء) كذلك.\";'),('aeb-arab','messages:apihelp-paraminfo-param-querymodules','s:225:\"ar:قائمة بأسماء وحدات الاستعلام (قيمة وسيط <var>prop</var> أو <var>meta</var> أو <var>list</var>)، استخدم <kbd>$1modules=query+foo</kbd> بدلا من <kbd>$1querymodules=foo</kbd>.\";'),('aeb-arab','messages:apihelp-paraminfo-summary','s:60:\"ar:الحصول على معلومات حول وحدات API.\";'),('aeb-arab','messages:apihelp-parse-example-page','s:23:\"ar:تحليل صفحة.\";'),('aeb-arab','messages:apihelp-parse-example-summary','s:27:\"ar:تحليل الملخص.\";'),('aeb-arab','messages:apihelp-parse-example-text','s:31:\"ar:تحليل نصوص ويكي\";'),('aeb-arab','messages:apihelp-parse-example-texttitle','s:69:\"ar:تحليل نصوص ويكي، تحديد عنوان الصفحة.\";'),('aeb-arab','messages:apihelp-parse-extended-description','s:628:\"ar:راجع مختلف وحدات prop لـ<kbd>[[Special:ApiHelp/query|action=query]]</kbd> للحصول على معلومات من الإصدار الحالي للصفحة.\n\nهناك عدة طرق لتحديد النص المراد تحليله: \n# حدد صفحة أو مراجعة، باستخدام <var>$1page</var> أو <var>$1pageid</var> أو <var>$1oldid</var>.\n# حدد المحتوى بشكل صريح، باستخدام <var>$1text</var> و<var>$1title</var> و<var>$1revid</var> و<var>$1contentmodel</var>.\n# تحديد ملخص للتحليل فقط، يجب إعطاء قيمة فارغة لـ<var>$1prop</var>.\";'),('aeb-arab','messages:apihelp-parse-param-contentformat','s:136:\"ar:نموذج المحتوى المسلسل يُستخدَم للنص المدخل. صالح فقط عند استخدامه مع $1text.\";'),('aeb-arab','messages:apihelp-parse-param-contentmodel','s:255:\"ar:نموذج المحتوى لنص الإدخال، إذا تم تجاهله، فيجب تحديد $1title، وسيكون الإعداد الافتراضي هو نموذج العنوان المحدد، صالح فقط عند استخدامه مع $1text.\";'),('aeb-arab','messages:apihelp-parse-param-disableeditsection','s:82:\"ar:تجاهل وصلات تحرير الأقسام من مخرجات المحلل.\";'),('aeb-arab','messages:apihelp-parse-param-disablelimitreport','s:88:\"ar:تجاهل تقرير الحد (\"NewPP limit report\") من مخرجات المحلل.\";'),('aeb-arab','messages:apihelp-parse-param-disablepp','s:69:\"ar:استخدم <var>$1disablelimitreport</var> بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-parse-param-disablestylededuplication','s:87:\"ar:لا تكرر أوراق الأنماط المضمنة في إخراج المحلل.\";'),('aeb-arab','messages:apihelp-parse-param-disabletoc','s:64:\"ar:تجاهل جدول المحتويات في المخرجات.\";'),('aeb-arab','messages:apihelp-parse-param-effectivelanglinks','s:125:\"ar:يشمل وصلات لغة المقدمة بواسطة ملحقات (للاستخدام مع <kbd>$1prop=langlinks</kbd>).\";'),('aeb-arab','messages:apihelp-parse-param-generatexml','s:138:\"ar:توليد شجرة تحليل XML (يتطلب نموذج المحتوى <code>$1</code>; حل محلها <kbd>$2prop=parsetree</kbd>).\";'),('aeb-arab','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('aeb-arab','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('aeb-arab','messages:apihelp-parse-param-noimages','s:50:\"ar:تعطيل الصور في خرج الجوال.\";'),('aeb-arab','messages:apihelp-parse-param-oldid','s:99:\"ar:تحليل مضمون هذا التعديل. تجاوز <var>$1page</var> و<var>$1pageid</var>.\";'),('aeb-arab','messages:apihelp-parse-param-onlypst','s:245:\"ar:قم بإجراء تحويل ما قبل الحفظ (PST) على الإدخال، ولكن لا تقم بتحليله; لعرض نفس نص الويكي، بعد تطبيق PST، صالح فقط عند استخدامه مع <var>$1text</var>.\";'),('aeb-arab','messages:apihelp-parse-param-page','s:134:\"ar:تحليل محتوى هذه الصفحة. لا يمكن أن تُستخدَم بجانب <var>$1text</var> and <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-parse-param-pageid','s:71:\"ar:حلل محتوى هذه الصفحة. تجاوز <var>$1page</var>.\";'),('aeb-arab','messages:apihelp-parse-param-preview','s:43:\"ar:تحليل في وضع المعاينة.\";'),('aeb-arab','messages:apihelp-parse-param-prop','s:74:\"ar:أي قطعة من المعلومات تريد الحصول عليها:\";'),('aeb-arab','messages:apihelp-parse-param-pst','s:143:\"ar:قم بتحويل قبل الحفظ على المدخلات قبل تحليل ذلك. صالح فقط عند استخدامه مع النص.\";'),('aeb-arab','messages:apihelp-parse-param-redirects','s:100:\"ar:لو <var>$1page</var> أو <var>$1pageid</var> is تم تعيينها للتحويل، حلها.\";'),('aeb-arab','messages:apihelp-parse-param-revid','s:110:\"ar:معرف المراجعة، لـ<code><nowiki>{{REVISIONID}}</nowiki></code> ومتغيرات مشابهة.\";'),('aeb-arab','messages:apihelp-parse-param-section','s:384:\"ar:قم فقط بتحليل محتوى القسم باستخدام هذا المعرف.! N !! N! عندما يكون <kbd>جديدًا</kbd> ، قم بتحليل <var>$1</var> <var>$1 وعنوان المقطع $ 1</var> كما لو كنت تضيف قسمًا جديدًا إلى الصفحة.! N !! N! <kbd>جديد</kbd> مسموح به فقط عند تحديد <var>النص</var> .\";'),('aeb-arab','messages:apihelp-parse-param-sectionpreview','s:94:\"ar:تحليل في وضع معاينة القسم (يمكن وضع المعاينة أيضا).\";'),('aeb-arab','messages:apihelp-parse-param-sectiontitle','s:207:\"ar:عنوان قسم جديد عندما يكون <var>section</var> <kbd>new</kbd>.\n\nعلى عكس تحرير الصفحة، لا يرجع هذا إلى <var>summary</var> عند حذفه أو تفريغه.\";'),('aeb-arab','messages:apihelp-parse-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('aeb-arab','messages:apihelp-parse-param-summary','s:27:\"ar:ملخص للتحليل.\";'),('aeb-arab','messages:apihelp-parse-param-text','s:131:\"ar:نص للتحليل. استخدم <var>$1title</var> أو <var>$1contentmodel</var> للتحكم في نموذج المحتوى.\";'),('aeb-arab','messages:apihelp-parse-param-title','s:201:\"ar:عنوان الصفحة التي ينتمي النص إليها.إذا تم حذفها، <var>$1contentmodel</var> يجب أن تكون محددة، و[[API]] سيتم استخدامه كعنوان.\";'),('aeb-arab','messages:apihelp-parse-param-useskin','s:248:\"ar:تطبيق المظهر المحدد لإخراج المحلل اللغوي، قد يؤثر على الخصائص التالية: <kbd>langlinks</kbd> ،<kbd>headitems</kbd> ،<kbd>modules</kbd> ،<kbd>jsconfigvars</kbd> ،<kbd>indicators</kbd>.\";'),('aeb-arab','messages:apihelp-parse-param-wrapoutputclass','s:68:\"ar:فئة CSS لاستخدام التفاف إخراج المحلل.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-categories','s:69:\"ar:يعطي التصنيفات في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:47:\"ar:يعطي إصدار HTML للتصنيفات.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-displaytitle','s:65:\"ar:يضيف العنوان في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-externallinks','s:82:\"ar:يعطي الوصلات الخارجية في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-headhtml','s:169:\"ar:يمنح نوع مستند محلولا، ويفتح عنصر <code>&lt;html&gt;</code>، <code>&lt;head&gt;</code> ويفتح <code>&lt;body&gt;</code> الصفحة.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-headitems','s:80:\"ar:يعطي عناصر لوضعها في <code>&lt;head&gt;</code> الصفحة.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-images','s:61:\"ar:يعطي الصور في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-indicators','s:89:\"ar:يعطي HTML مؤشرات حالة الصفحة المستخدمة في الصفحة.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-iwlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:154:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة. للتطبيق; استخدم <code>mw.config.set()</code>.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-langlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:154:\"ar:يعطي تقرير الحد بطريقة منظمة. لا يعطي أية بيانات، عندما يتم تعيين <var>$1disablelimitreport</var>.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:147:\"ar:يعطي إصدار HTML لتقرير الحد. لا يعطي أية بيانات، عندما يتم تعيين<var>$1disablelimitreport</var>.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-links','s:82:\"ar:يعطي الوصلات الداخلية في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-modules','s:257:\"ar:يعطي وحدات ResourceLoader المستخدمة في الصفحة، للتحميل; استخدم <code>mw.loader.using()</code>، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-parsetree','s:111:\"ar:شجرة تحليل XML لمحتويات المراجعة (يتطلب نموذج محتوى <code>$1</code>)\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:104:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (كنص ويكي).\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:106:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (بتنسيق HTML).\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-properties','s:97:\"ar:يعطي الخصائص المختلفة المحددة في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-revid','s:82:\"ar:يضيف معرِف المراجعة للصفحة التي تم تحليلها.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-sections','s:65:\"ar:يعطي الأقسام في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-subtitle','s:95:\"ar:يضيف العنوان الفرعي للصفحة للصفحة التي تم تحليلها.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-templates','s:65:\"ar:يعطي القوالب في تحليل نصوص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-text','s:56:\"ar:يعطي النص المعالج لنص الويكي.\";'),('aeb-arab','messages:apihelp-parse-paramvalue-prop-wikitext','s:78:\"ar:يعطي نصوص الويكي الأصلية التي تم تحليلها.\";'),('aeb-arab','messages:apihelp-parse-summary','s:64:\"ar:يوزع المحتوى ويرجع مخرجات المحلل.\";'),('aeb-arab','messages:apihelp-patrol-example-rcid','s:36:\"ar:ابحث عن تغيير جديد\";'),('aeb-arab','messages:apihelp-patrol-example-revid','s:25:\"ar:راجع مراجعة.\";'),('aeb-arab','messages:apihelp-patrol-param-rcid','s:56:\"ar:معرف أحدث التغييرات للمراجعة\";'),('aeb-arab','messages:apihelp-patrol-param-revid','s:41:\"ar:معرف مراجعة للمراجعة\";'),('aeb-arab','messages:apihelp-patrol-param-tags','s:80:\"ar:تغيير وسوم لتطبيق الإدخال في سجل المراجعة.\";'),('aeb-arab','messages:apihelp-patrol-summary','s:43:\"ar:مراجعة صفحة أو مراجعة.\";'),('aeb-arab','messages:apihelp-php-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('aeb-arab','messages:apihelp-php-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('aeb-arab','messages:apihelp-php-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('aeb-arab','messages:apihelp-php-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('aeb-arab','messages:apihelp-php-summary','s:65:\"ar:بيانات الإخراج بتنسيق PHP المتسلسل.\";'),('aeb-arab','messages:apihelp-phpfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('aeb-arab','messages:apihelp-protect-example-protect','s:23:\"ar:حماية صفحة.\";'),('aeb-arab','messages:apihelp-protect-example-unprotect','s:149:\"ar:إلغاء حماية الصفحة من خلال وضع قيود ل<kbd>all</kbd> (أي يُسمَح أي شخص باتخاذ الإجراءات).\";'),('aeb-arab','messages:apihelp-protect-example-unprotect2','s:82:\"ar:إلغاء حماية الصفحة عن طريق عدم وضع أية قيود.\";'),('aeb-arab','messages:apihelp-protect-param-cascade','s:275:\"ar:تمكين الحماية المتتالية (أي حماية القوالب المضمنة والصور المستخدمة في هذه الصفحة)، يتم التجاهل إذا كان أي من مستويات الحماية المعطاة لا يدعم التتالي.\";'),('aeb-arab','messages:apihelp-protect-param-expiry','s:326:\"ar:انتهاء الطوابع الزمنية، إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكل أشكال الحماية، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> للحماية التي لا تنتهي أبدا.\";'),('aeb-arab','messages:apihelp-protect-param-pageid','s:113:\"ar:معرف الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('aeb-arab','messages:apihelp-protect-param-protections','s:376:\"ar:قائمة بمستويات الحماية، منسقة <kbd>action=level</kbd> (على سبيل المثال <kbd>edit=sysop</kbd>)، يعني مستوى <kbd>all</kbd> أن أي شخص مسموح له باتخاذ الإجراء: أي أنه لا توجد قيود.\n\n<strong>ملاحظة:</strong> أية إجراءات غير مدرجة ستتم إزالة قيودها.\";'),('aeb-arab','messages:apihelp-protect-param-reason','s:38:\"ar:سبب (إزالة) الحماية.\";'),('aeb-arab','messages:apihelp-protect-param-tags','s:78:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحماية.\";'),('aeb-arab','messages:apihelp-protect-param-title','s:115:\"ar:عنوان الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('aeb-arab','messages:apihelp-protect-param-watch','s:128:\"ar:إذا تم الضبط، أضف الصفحة (غير) المحمية لقائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-protect-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-protect-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-protect-summary','s:47:\"ar:غير مستوى الحماية لصفحة.\";'),('aeb-arab','messages:apihelp-purge-example-generator','s:75:\"ar:إفراغ كاش أول 10 صفحات في النطاق الرئيسي.\";'),('aeb-arab','messages:apihelp-purge-example-simple','s:68:\"ar:إفراغ كاش <kbd>Main Page</kbd> وصفحة <kbd>API</kbd>.\";'),('aeb-arab','messages:apihelp-purge-param-forcelinkupdate','s:104:\"ar:تحديث جداول الروابط وتحديثات البيانات الثانوية الأخرى.\";'),('aeb-arab','messages:apihelp-purge-param-forcerecursivelinkupdate','s:177:\"ar:مثل <kbd>forcelinkupdate</kbd>، تحديث جدول الروابط، وتحديث جداول الروابط لأية صفحة تستخدم هذه الصفحة كقالب.\";'),('aeb-arab','messages:apihelp-purge-summary','s:80:\"ar:مسح ذاكرة التخزين المؤقت للعناوين المعطاة\";'),('aeb-arab','messages:apihelp-query+allcategories-example-generator','s:134:\"ar:استرداد المعلومات حول صفحة التصنيف نفسها للتصنيفات التي تبدأ ب<kbd>List</kbd>.\";'),('aeb-arab','messages:apihelp-query+allcategories-example-size','s:101:\"ar:إدراج التصنيفات مع معلومات حول عدد الصفحات في كل منها.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-dir','s:25:\"ar:اتجاه الفرز.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-from','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-max','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-min','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-prefix','s:100:\"ar:ابحث عن جميع التصنيفات التي تبدأ أسماؤها بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+allcategories-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('aeb-arab','messages:apihelp-query+allcategories-param-to','s:58:\"ar:التصنيف الذي يقف التعداد عنده.\";'),('aeb-arab','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aeb-arab','messages:apihelp-query+allcategories-paramvalue-prop-size','s:59:\"ar:أضف عدد الصفحات في هذا التصنيف.\";'),('aeb-arab','messages:apihelp-query+allcategories-summary','s:42:\"ar:تعداد جميع التصنيفات.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:81:\"ar:سرد أول 50 مراجعات محذوفة في النطاق الرئيسي.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-example-user','s:96:\"ar:اذكر آخر 50 مشاركة محذوفة بواسطة المستخدم <kbd>Example</kbd.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-from','s:72:\"ar:بدء الإدراج في القائمة من هذا العنوان.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:371:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام <var>$1user</var> و<var>$1namespace</var> معا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-prefix','s:109:\"ar:ابحث عن جميع عناوين الصفحات التي تبدأ أسماؤها بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-to','s:72:\"ar:وقف الإدراج في القائمة من هذا العنوان.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:62:\"ar:لا يمكن أن تُستخدَم مع <var>$3user</var>.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:64:\"ar:يمكن أن تُستخدَم فقط مع <var>$3user</var>.\";'),('aeb-arab','messages:apihelp-query+alldeletedrevisions-summary','s:108:\"ar:قائمة جميع المراجعات المحذوفة بواسطة المستخدم أو في نطاق.\";'),('aeb-arab','messages:apihelp-query+allfileusages-example-b','s:187:\"ar:سرد عناوين الملفات، بما في ذلك العناوين المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('aeb-arab','messages:apihelp-query+allfileusages-example-generator','s:80:\"ar:الحصول على الصفحات التي تحتوي على الملفات.\";'),('aeb-arab','messages:apihelp-query+allfileusages-example-unique','s:53:\"ar:سرد عناوين الملفات الفريدة.\";'),('aeb-arab','messages:apihelp-query+allfileusages-example-unique-generator','s:103:\"ar:الحصول على جميع عناوين الملفات، والتعليم على المفقودة.\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-from','s:56:\"ar:عنوان الملف لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-prefix','s:92:\"ar:البحث عن كل عناوين الملفات التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-to','s:56:\"ar:عنوان الملف لوقف التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allfileusages-param-unique','s:236:\"ar:عرض عناوين ملفات متميزة فقط، لا يمكن استخدامها مع $1prop=ids، عند استخدامها كمولد،\nيتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('aeb-arab','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:104:\"ar:تضيف معرفات استخدام الصفحات (لا يمكن استخدامها مع $1unique).\";'),('aeb-arab','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:34:\"ar:تضيف عنوان الملف.\";'),('aeb-arab','messages:apihelp-query+allfileusages-summary','s:102:\"ar:قائمة جميع استخدامات الملفات، بما في ذلك غير الموجودة.\";'),('aeb-arab','messages:apihelp-query+allimages-example-b','s:71:\"ar:أظهر قائمة الملفات التي تبدأ ب<kbd>B</kbd>.\";'),('aeb-arab','messages:apihelp-query+allimages-example-generator','s:80:\"ar:عرض معلومات حول 4 ملفات تبدأ بالحرف <kbd>T</kbd>.\";'),('aeb-arab','messages:apihelp-query+allimages-example-mimetypes','s:101:\"ar:أظهر قائمة الملفات من نوع MIME <kbd>image/png</kbd> أو <kbd>image/gif</kbd>\";'),('aeb-arab','messages:apihelp-query+allimages-example-recent','s:146:\"ar:أظهر قائمة الملفات التي تم تحميلها مؤخرا، على غرار [[Special:NewFiles|خاص:ملفات جديدة]].\";'),('aeb-arab','messages:apihelp-query+allimages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+allimages-param-end','s:102:\"ar:طابع زمني لإنهاء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('aeb-arab','messages:apihelp-query+allimages-param-filterbots','s:206:\"ar:كيفية تصفية الملفات التي تم تحميلها بواسطة بوتات. يمكن استخدامها مع $1sort=timestamp فقط. لا يمكن أن تُستخدَم بجانب $1user.\";'),('aeb-arab','messages:apihelp-query+allimages-param-from','s:111:\"ar:عنوان الصورة لبدء التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('aeb-arab','messages:apihelp-query+allimages-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('aeb-arab','messages:apihelp-query+allimages-param-maxsize','s:74:\"ar:الحد من الصور بهذه البايتات على الأكثر.\";'),('aeb-arab','messages:apihelp-query+allimages-param-mime','s:91:\"ar:عن أي أنواع MIME تبحث، على سبيل المثال <kbd>image/jpeg</kbd>.\";'),('aeb-arab','messages:apihelp-query+allimages-param-minsize','s:101:\"ar:الحد من الصور بهذا العدد الكبير من البايتات على الأقل.\";'),('aeb-arab','messages:apihelp-query+allimages-param-prefix','s:136:\"ar:البحث عن كل عناوين الصور التي تبدأ بهذه القيمة. يمكن استخدامها مع $1sort فقط.\";'),('aeb-arab','messages:apihelp-query+allimages-param-sha1','s:57:\"ar:SHA1 تجزئة الصورة. تجاوز $1sha1base36.\";'),('aeb-arab','messages:apihelp-query+allimages-param-sha1base36','s:94:\"ar:SHA1 تجزئة الصورة في قاعدة 36 (تُستخدَم في ميدياويكي).\";'),('aeb-arab','messages:apihelp-query+allimages-param-sort','s:43:\"ar:خاصية للفرز وفقًا لها.\";'),('aeb-arab','messages:apihelp-query+allimages-param-start','s:98:\"ar:طابع زمني لبدء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('aeb-arab','messages:apihelp-query+allimages-param-to','s:111:\"ar:عنوان الصورة لوقف التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('aeb-arab','messages:apihelp-query+allimages-param-user','s:209:\"ar:فقط إرجاع الملفات التي تم رفعها من قبل هذا المستخدم، يمكن استخدامها فقط مع\n$1sort=timestamp، لا يمكن استخدامها مع $1filterbots.\";'),('aeb-arab','messages:apihelp-query+allimages-summary','s:56:\"ar:تعداد كافة الصور بشكل متتالي.\";'),('aeb-arab','messages:apihelp-query+alllinks-example-b','s:176:\"ar:سرد العناوين المرتبطة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('aeb-arab','messages:apihelp-query+alllinks-example-generator','s:72:\"ar:يحصل على الصفحات التي تحتوي على وصلات.\";'),('aeb-arab','messages:apihelp-query+alllinks-example-unique','s:59:\"ar:سرد العناوين المرتبطة الفريدة.\";'),('aeb-arab','messages:apihelp-query+alllinks-example-unique-generator','s:109:\"ar:الحصول على جميع العناوين المرتبطة، والتعليم على المفقودة.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-from','s:58:\"ar:عنوان الرابط لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-prefix','s:98:\"ar:البحث عن كل العناوين المرتبطة التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+alllinks-param-to','s:58:\"ar:عنوان الرابط لوقف التعداد منه.\";'),('aeb-arab','messages:apihelp-query+alllinks-param-unique','s:261:\"ar:عرض فقط العناوين المتميزة المرتبطة، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('aeb-arab','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:113:\"ar:تضيف معرف الصفحة للصفحة المرتبطة (لا يمكن استخدامها مع $1unique).\";'),('aeb-arab','messages:apihelp-query+alllinks-paramvalue-prop-title','s:36:\"ar:تضيف عنوان الرابط.\";'),('aeb-arab','messages:apihelp-query+alllinks-summary','s:81:\"ar:تعداد كافة الروابط التي تشير إلى نطاق معين.\";'),('aeb-arab','messages:apihelp-query+allmessages-example-de','s:95:\"ar:عرض رسائل <kbd>august</kbd> and <kbd>mainpage</kbd> باللغة الألمانية.\";'),('aeb-arab','messages:apihelp-query+allmessages-example-ipb','s:48:\"ar:عرض رسائل تبدأ ب<kbd>ipb-</kbd>.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-args','s:58:\"ar:الوسائط ليتم نسخها في الرسالة.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-customised','s:72:\"ar:إرجاع الرسائل فقط في حالة التخصيص هذه.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-enableparser','s:199:\"ar:تعيين إلى تمكين المحلل، ستتم معالجة مسبقة لنص الويكي الخاص بالرسالة (كلمات سحرية بديلة، قوالب معالجة، إلخ.).\";'),('aeb-arab','messages:apihelp-query+allmessages-param-filter','s:102:\"ar:إرجاع الرسائل بالأسماء التي تحتوي على هذه السلسلة فقط.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-from','s:69:\"ar:إرجاع الرسائل ابتداء من هذه الرسالة.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-includelocal','s:396:\"ar:تضمين الرسائل المحلية أيضا: أي الرسائل غير الموجودة في البرنامج ولكنها موجودة كما هو الحال في نطاق {{ns:MediaWiki}}،\nيسرد هذا جميع صفحات نطاق {{ns:MediaWiki}}، بحيث يسرد أيضا تلك الصفحات التي ليست رسائل فعلية مثل [[MediaWiki:Common.js|Common.js]].\";'),('aeb-arab','messages:apihelp-query+allmessages-param-lang','s:49:\"ar:إرجاع الرسائل بهذه اللغة.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-messages','s:101:\"ar:أية رسائل للإخراج، <kbd>*</kbd> (افتراضي) تعني جميع الرسائل.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-nocontent','s:105:\"ar:في حالة التعيين، لا تقم بتضمين محتوى الرسائل في الإخراج.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-prefix','s:53:\"ar:إرجاء الرسائل بهذه البادئة.\";'),('aeb-arab','messages:apihelp-query+allmessages-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('aeb-arab','messages:apihelp-query+allmessages-param-title','s:114:\"ar:اسم الصفحة لاستخدامه كسياق عند توزيع الرسالة (لخيار $1enableparser).\";'),('aeb-arab','messages:apihelp-query+allmessages-param-to','s:73:\"ar:إرجاع الرسائل التي تنتهي بهذه الرسالة.\";'),('aeb-arab','messages:apihelp-query+allmessages-summary','s:54:\"ar:إرجاع الرسائل من هذا الموقع.\";'),('aeb-arab','messages:apihelp-query+allpages-example-b','s:85:\"ar:عرض قائمة من الصفحات التي تبدأ بالحرف <kbd>B</kbd>.\";'),('aeb-arab','messages:apihelp-query+allpages-example-generator','s:80:\"ar:عرض معلومات حول 4 صفحات تبدأ بالحرف <kbd>T</kbd>.\";'),('aeb-arab','messages:apihelp-query+allpages-example-generator-revisions','s:102:\"ar:عرض محتوى أول صفحتين غير تحويلتين التي تبدأ من <kbd>Re</kbd>.\";'),('aeb-arab','messages:apihelp-query+allpages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+allpages-param-filterlanglinks','s:228:\"ar:التصفية استنادا إلى ما إذا كانت الصفحة تحتوي على وصلات لغات، لاحظ أن هذا قد لا يفكر في وصلات اللغات المضافة بواسطة الإضافات.\";'),('aeb-arab','messages:apihelp-query+allpages-param-filterredir','s:34:\"ar:أي الصفحات للعرض.\";'),('aeb-arab','messages:apihelp-query+allpages-param-from','s:58:\"ar:عنوان الصفحة لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allpages-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+allpages-param-maxsize','s:86:\"ar:الحد من صفحات مع هذا العدد الكبير من البايتات.\";'),('aeb-arab','messages:apihelp-query+allpages-param-minsize','s:105:\"ar:الحد من الصفحات بهذا العدد الكبير من البايتات على الأقل.\";'),('aeb-arab','messages:apihelp-query+allpages-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+allpages-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+allpages-param-prexpiry','s:376:\"ar:مدة انتهاء الحماية لتصفية الصفحة فيها: \n; غير محددة: احصل على الصفحات التي لها تاريخ انتهاء غير محدود للحماية. \n; واضح: احصل على صفحات ذات مدة حماية محددة فقط.\n; الكل: الحصول على صفحات بأي انتهاء صلاحية للحماية.\";'),('aeb-arab','messages:apihelp-query+allpages-param-prfiltercascade','s:129:\"ar:تصفية الحماية على أساس مستوى الحماية (يتم تجاهلها عند عدم تعيين $1prtype).\";'),('aeb-arab','messages:apihelp-query+allpages-param-prlevel','s:121:\"ar:تصفية الحماية على أساس مستوى الحماية (يجب استخدامه مع $1prtype= وسيط).\";'),('aeb-arab','messages:apihelp-query+allpages-param-prtype','s:54:\"ar:الحد من الصفحات المحمية فقط.\";'),('aeb-arab','messages:apihelp-query+allpages-param-to','s:62:\"ar:عنوان الصفحة لإيقاف التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('aeb-arab','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('aeb-arab','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('aeb-arab','messages:apihelp-query+allpages-summary','s:83:\"ar:تعداد كافة الصفحات بشكل متتالي في نطاق معين.\";'),('aeb-arab','messages:apihelp-query+allredirects-example-b','s:168:\"ar:سرد الصفحات الهدف، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('aeb-arab','messages:apihelp-query+allredirects-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تحويلات.\";'),('aeb-arab','messages:apihelp-query+allredirects-example-unique','s:51:\"ar:سرد الصفحات الهدف الفريدة.\";'),('aeb-arab','messages:apihelp-query+allredirects-example-unique-generator','s:109:\"ar:الحصول على جميع الصفحات المستهدفة، والتعليم على المفقودة.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-from','s:62:\"ar:عنوان التحويلة لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-prefix','s:113:\"ar:ابحث عن جميع عناوين الصفحات المستهدفة التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+allredirects-param-to','s:66:\"ar:عنوان التحويلة لإيقاف التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allredirects-param-unique','s:253:\"ar:عرض صفحات الهدف متميزة فقط، لا يمكن استخدامها مع $1prop=ids|fragment|interwiki،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('aeb-arab','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:121:\"ar:يضيف الجزء من التحويلة، إن وُجِد (لا يمكن استخدامه مع <var>$1unique</var>).\";'),('aeb-arab','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:109:\"ar:تضيف معرف الصفحة لصفحة التحويل (لا يمكن استخدامها مع $1unique).\";'),('aeb-arab','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:142:\"ar:يضيف بادئة إنترويكي من التحويلة، إن وُجِدت (لا يمكن استخدامها مع <var>$1unique</var>).\";'),('aeb-arab','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"ar:تضيف عنوان التحويلة.\";'),('aeb-arab','messages:apihelp-query+allredirects-summary','s:56:\"ar:أدرج جميع التحويلات إلى نطاق.\";'),('aeb-arab','messages:apihelp-query+allrevisions-example-ns-any','s:63:\"ar:أدرج أول 50 مراجعة في أي مساحة اسم.\";'),('aeb-arab','messages:apihelp-query+allrevisions-example-user','s:84:\"ar:أدرج آخر 50 مساهمة بواسطة المستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-query+allrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('aeb-arab','messages:apihelp-query+allrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('aeb-arab','messages:apihelp-query+allrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('aeb-arab','messages:apihelp-query+allrevisions-param-start','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('aeb-arab','messages:apihelp-query+allrevisions-summary','s:36:\"ar:اعرض كل المراجعات.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-example-b','s:176:\"ar:سرد العناوين المعطلة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</ kbd>.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تضمينات.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-example-unique','s:49:\"ar:إدراج عناوين مضمنة فريدة.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-example-unique-generator','s:107:\"ar:الحصول على جميع العناوين المضمنة، والتعليم على المفقودة.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-from','s:60:\"ar:عنوان التضمين لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-limit','s:47:\"ar:كم عدد العناصر لإرجاعها.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-prefix','s:98:\"ar:ابحث عن جميع العناوين المضمنة التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-prop','s:54:\"ar:أي جزء من المعلومات لتضمينه:\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-to','s:60:\"ar:عنوان التضمين لوقف التعداد فيه.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-param-unique','s:259:\"ar:عرض العناوين المضمنة المتميزة فقط، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:105:\"ar:يضيف معرف الصفحة لتضين الصفحة (لا يمكن استخدامه مع $1unique).\";'),('aeb-arab','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"ar:يضيف عنوان التضمين.\";'),('aeb-arab','messages:apihelp-query+alltransclusions-summary','s:156:\"ar:أدرج كل التضمينات (الصفحات المضمنة باستخدام &#123;&#123;x&#125;&#125;)، بما في ذلك غير الموجودة.\";'),('aeb-arab','messages:apihelp-query+allusers-example-y','s:62:\"ar:سرد المستخدمين ابتداء من <kbd>Y</kbd>.\";'),('aeb-arab','messages:apihelp-query+allusers-param-activeusers','s:98:\"ar:سرد المستخدمين النشطين في آخر $1 {{PLURAL:$1|يوم|أيام}} فقط.\";'),('aeb-arab','messages:apihelp-query+allusers-param-attachedwiki','s:184:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، أشر أيضا إلى ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('aeb-arab','messages:apihelp-query+allusers-param-dir','s:32:\"ar:اتجاه للفرز فيه.\";'),('aeb-arab','messages:apihelp-query+allusers-param-excludegroup','s:78:\"ar:استبعاد المستخدمين في المجموعات المحددة.\";'),('aeb-arab','messages:apihelp-query+allusers-param-from','s:58:\"ar:اسم المستخدم لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+allusers-param-group','s:81:\"ar:تضمين المستخدمين في المجموعات المحددة فقط.\";'),('aeb-arab','messages:apihelp-query+allusers-param-limit','s:64:\"ar:كم عدد أسماء المستخدمين لإرجاعها.\";'),('aeb-arab','messages:apihelp-query+allusers-param-prefix','s:93:\"ar:ابحث عن جميع المستخدمين الذين يبدأون بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+allusers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+allusers-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('aeb-arab','messages:apihelp-query+allusers-param-to','s:62:\"ar:اسم المستخدم لإيقاف التعداد فيه.\";'),('aeb-arab','messages:apihelp-query+allusers-param-witheditsonly','s:77:\"ar:سرد المستخدمين الذين قاموا بتحريرات فقط.\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:79:\"ar:يضيف المعلومات حول المنع الحالي للمستخدم.\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:83:\"ar:يضيف معرفات مركزية وحالة المرفقات للمستخدم.\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:51:\"ar:يضيف عدد تحريرات المستخدم.\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-groups','s:205:\"ar:يسرد المجموعات التي يوجد بها المستخدم، يستخدم هذا المزيد من موارد الخادم وقد يعرض نتائج أقل من الحد المسموح به.\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-registration','s:127:\"ar:يإضيف الطابع الزمني عند تسجيل المستخدم إذا كان متاحا (قد يكون فارغا).\";'),('aeb-arab','messages:apihelp-query+allusers-paramvalue-prop-rights','s:72:\"ar:يسرد الصلاحيات التي يمتلكها المستخدم.\";'),('aeb-arab','messages:apihelp-query+allusers-summary','s:61:\"ar:تعداد جميع المستخدمين المسجلين.\";'),('aeb-arab','messages:apihelp-query+authmanagerinfo-example-login','s:96:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول.\";'),('aeb-arab','messages:apihelp-query+authmanagerinfo-example-login-merged','s:134:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول، مع دمج حقول النماذج.\";'),('aeb-arab','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:89:\"ar:اختبار ما إذا كانت المصادقة كافية لعمل <kbd>foo</kbd>.\";'),('aeb-arab','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:124:\"ar:إحضار معلومات حول طلبات المصادقة المطلوبة لإجراء المصادقة المحدد.\";'),('aeb-arab','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:174:\"ar:اختبار ما إذا كانت حالة المصادقة الحالية للمستخدم كافية للعملية الحساسة للأمان المحددة أم لا.\";'),('aeb-arab','messages:apihelp-query+authmanagerinfo-summary','s:81:\"ar:استرداد معلومات حول حالة المصادقة الحالية.\";'),('aeb-arab','messages:apihelp-query+backlinks-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تصل إلى <kbd>Main page</kbd>.\";'),('aeb-arab','messages:apihelp-query+backlinks-example-simple','s:53:\"ar:عرض الوصلات إلى <kbd>Main page</kbd>.\";'),('aeb-arab','messages:apihelp-query+backlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+backlinks-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('aeb-arab','messages:apihelp-query+backlinks-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('aeb-arab','messages:apihelp-query+backlinks-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+backlinks-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-query+backlinks-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('aeb-arab','messages:apihelp-query+backlinks-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-query+backlinks-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('aeb-arab','messages:apihelp-query+blocks-example-simple','s:25:\"ar:قائمة المنع.\";'),('aeb-arab','messages:apihelp-query+blocks-example-users','s:89:\"ar:إدراج عمليات منع المستخدمين <kbd>Alice</kbd> و<kbd>Bob</kbd>.\";'),('aeb-arab','messages:apihelp-query+blocks-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('aeb-arab','messages:apihelp-query+blocks-param-ids','s:70:\"ar:قائمة معرفات المنع للإدراج (اختياري).\";'),('aeb-arab','messages:apihelp-query+blocks-param-ip','s:316:\"ar:احصل على كل عمليات المنع التي تنطبق على عنوان الآيبي أو نطاق CIDR عذا، بما في ذلك عمليات منع النطاق،\nلا يمكن استخدامه مع <var>$3users</var>، لا يتم قبول نطاقات CIDR الأوسع من IPv4/$1 أو IPv6/$2.\";'),('aeb-arab','messages:apihelp-query+blocks-param-limit','s:75:\"ar:الحد الأقصى لعدد عمليات المنع لإدراجها.\";'),('aeb-arab','messages:apihelp-query+blocks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+blocks-param-show','s:249:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط،\nعلى سبيل المثال، لمشاهدة عمليات المنع غير المحددة فقط على عناوين أيبي; اضبط <kbd>$1show=ip|!temp</kbd>.\";'),('aeb-arab','messages:apihelp-query+blocks-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+blocks-param-users','s:72:\"ar:قائمة المستخدمين للبحث عنهم (اختياري).\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-by','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-byid','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:84:\"ar:يضيف الطابع الزمني عندما تنتهي صلاحية المنع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-flags','s:106:\"ar:يوسم المنع بـ(المنع التلقائي والمجهولون فقط وما إلى ذلك).\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-id','s:32:\"ar:يضيف معرف المنع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-range','s:77:\"ar:يضيف نطاق عناوين الآيبي المتأثرة بالمنع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-reason','s:47:\"ar:يضيف السبب المعطى للمنع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:106:\"ar:يضيف قيود المنع الجزئي إذا لم يكن المنع على مستوى الموقع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:72:\"ar:يضيف الطابع الزمني عندما تم منح المنع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-user','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('aeb-arab','messages:apihelp-query+blocks-paramvalue-prop-userid','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('aeb-arab','messages:apihelp-query+blocks-summary','s:89:\"ar:إدراج جميع المستخدمين وعناوين الآيبي الممنوعة.\";'),('aeb-arab','messages:apihelp-query+categories-example-generator','s:133:\"ar:الحصول على معلومات حول جميع التصنيفات المستخدمة في صفحة <kbd>Albert Einstein</kbd>.\";'),('aeb-arab','messages:apihelp-query+categories-example-simple','s:118:\"ar:احصل على قائمة بالتصنيفات التي تنتمي إليها صفحة <kbd>Albert Einstein</kbd>.\";'),('aeb-arab','messages:apihelp-query+categories-param-categories','s:137:\"ar:إدراج هذه التصنيفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة في تصنيف معين.\";'),('aeb-arab','messages:apihelp-query+categories-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+categories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('aeb-arab','messages:apihelp-query+categories-param-prop','s:102:\"ar:أي الخصائص الإضافية التي يمكنك الحصول عليها لكل تصنيف:\";'),('aeb-arab','messages:apihelp-query+categories-param-show','s:54:\"ar:أي نوع من التصنيفات لإظهاره.\";'),('aeb-arab','messages:apihelp-query+categories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aeb-arab','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:176:\"ar:يضيف مفتاح الفرز (سلسلة سداسية عشرية) وبادئة مفتاح الفرز (جزء يمكن قراءته بواسطة البشر) للتصنيف.\";'),('aeb-arab','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:71:\"ar:يضيف الطابع الزمني عند إضافة التصنيف.\";'),('aeb-arab','messages:apihelp-query+categories-summary','s:86:\"ar:أدرج جميع التصنيفات التي تنتمي إليها الصفحات.\";'),('aeb-arab','messages:apihelp-query+categoryinfo-example-simple','s:93:\"ar:الحصول على معلومات عن <kbd>Category:Foo</kbd> و<kbd>Category:Bar</kbd>.\";'),('aeb-arab','messages:apihelp-query+categoryinfo-summary','s:72:\"ar:يرجع المعلومات حول التصنيفات المحددة.\";'),('aeb-arab','messages:apihelp-query+categorymembers-example-generator','s:112:\"ar:الحصول على معلومات الصفحة حول أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-example-simple','s:77:\"ar:الحصول على أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-end','s:132:\"ar:الطابع الزمني لإنهاء الإدراج فيه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-endhexsortkey','s:190:\"ar:منتاح فرز لإنهاء الإدراج فيه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-endsortkey','s:53:\"ar:استخدم $1endhexsortkey بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:207:\"ar:بادئة منتاح فرز لإنهاء الإدراج فيها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-namespace','s:218:\"ar:تضمين الصفحات في هذه النطاقات فقط، لاحظ أنه يمكن استخدام <kbd>$1type=subcat</kbd> أو <kbd>$1type=file</kbd> بدلا من <kbd>$1namespace=14</kbd> أو <kbd>6</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-pageid','s:108:\"ar:معرف صفحة التصنيف للتعداد، لا يمكن استخدامه مع <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-sort','s:41:\"ar:خاصية للفرز وفقا لها.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-start','s:128:\"ar:الطابع الزمني لبدء الإدراج منه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-starthexsortkey','s:186:\"ar:منتاح فرز لبدء الإدراج منه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-startsortkey','s:53:\"ar:استخدم $1arthexsortkey بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:203:\"ar:بادئة منتاح فرز لبدء الإدراج منها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-title','s:166:\"ar:أي تصنيف لتعداد (مطلوب)، يجب تضمين البادئة <kbd>{{ns:category}}:</kbd>، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-param-type','s:133:\"ar:أي نوع من أعضاء التصنيفات لتضمينه، تم التجاهل عند تعيين <kbd>$1sort=timestamp</kbd>.\";'),('aeb-arab','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('aeb-arab','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:119:\"ar:يضيف مفتاح الفرز المستخدم للفرز في التصنيف (سلسلة سداسية عشرية).\";'),('aeb-arab','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:177:\"ar:يضيف بادئة مفتاح الفرز المستخدمة للفرز في الفئة (جزء يمكن قراءته بواسطة الإنسان من مفتاح الفرز).\";'),('aeb-arab','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني عندما تم تضمين الصفحة.\";'),('aeb-arab','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('aeb-arab','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:145:\"ar:يضيف نوع الصفحة التي تم تصنيفها على أنها (<samp>page</samp> أو <samp>subcat</samp> أو <samp>file</samp>).\";'),('aeb-arab','messages:apihelp-query+categorymembers-summary','s:63:\"ar:إدراج جميع الصفحات في تصنيف معين.\";'),('aeb-arab','messages:apihelp-query+contributors-example-simple','s:68:\"ar:عرض المساهمين في الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+contributors-param-excludegroup','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('aeb-arab','messages:apihelp-query+contributors-param-excluderights','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('aeb-arab','messages:apihelp-query+contributors-param-group','s:307:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('aeb-arab','messages:apihelp-query+contributors-param-limit','s:47:\"ar:كم عدد المساهمين للعودة.\";'),('aeb-arab','messages:apihelp-query+contributors-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('aeb-arab','messages:apihelp-query+contributors-summary','s:151:\"ar:احصل على قائمة بالمساهمين الذين سجلوا الدخول وعدد المشتركين المجهولين في الصفحة.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-example-revids','s:100:\"ar:إدراج المعلومات الخاصة بالمراجعة المحذوفة <kbd>123456</kbd>.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-example-titles','s:134:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-extended-description','s:474:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على مراجعات محذوفة لمجموعة من الصفحات، عن طريق تعيين عناوين أو صفحات، مرتبة حسب العنوان والطابع الزمني. \n# الحصول على بيانات حول مجموعة من المراجعات المحذوفة عن طريق تعيين معرفاتها مع معرفات المراجعات، مرتبة حسب معرف المراجعة.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-param-end','s:149:\"ar:الطابع الزمني لإيقاف التعداد فيه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-param-start','s:139:\"ar:الطابع الزمني لبدء العد منه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-param-user','s:77:\"ar:إدراج المراجعات بواسطة هذا المستخدم فقط.\";'),('aeb-arab','messages:apihelp-query+deletedrevisions-summary','s:72:\"ar:الحصول على معلومات المراجعة المحذوفة.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-example-mode1','s:149:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى (الوضع 1).\";'),('aeb-arab','messages:apihelp-query+deletedrevs-example-mode2','s:93:\"ar:إدراج آخر 50 مساهمة محذوفة بواسطة <kbd>Bob</kbd> (الوضع 2).\";'),('aeb-arab','messages:apihelp-query+deletedrevs-example-mode3-main','s:98:\"ar:إدراج آخر 50 مراجعة محذوفة في النطاق الرئيسي (الوضع 3).\";'),('aeb-arab','messages:apihelp-query+deletedrevs-example-mode3-talk','s:91:\"ar:إدراج أول 50 صفحة محذوفة في النطاق {{ns:talk}} (الوضع 3).\";'),('aeb-arab','messages:apihelp-query+deletedrevs-extended-description','s:672:\"ar:يعمل في ثلاثة أوضاع: \n# إدراج المراجعات المحذوفات للعناوين المحددة، مرتبة حسب الطابع الزمني. \n# إدراج المساهمات المحذوفة لمستخدم معين، مرتبة حسب الطابع الزمني (لم يتم تحديد عناوين). \n# سرد جميع المراجعات المحذوفة في النطاق المحدد، مرتبة حسب العنوان والطابع الزمني (لم يتم تحديد عناوين، ولم يتم تعيين $1user). \n\nتنطبق بعض الوسائط فقط على بعض الأوضاع ويتم تجاهلها في أوضاع أخرى.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-from','s:52:\"ar:بدء الإدراج من هذا العنوان.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-limit','s:70:\"ar:الحد الأقصى لكمية المراجعات للإدراج.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-namespace','s:61:\"ar:إدراج الصفحات في هذا النطاق فقط.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-prop','s:892:\"ar:أي الخصائص للحصول عليها: \n;revid:يضيف معرف المراجعة معرف المراجعة للمراجعة المحذوفة.\n;parentid: يضيف معرف المراجعة للنسخة السابقة السابقة إلى الصفحة.\n;user:يضيف المستخدم الذي قام بإجراء المراجعة.\n;userid:يضيف معرف المستخدم الذي قام بإجراء المراجعة.\n;comment:يضيف تعليق المراجعة.\n;parsedcomment:يضيف التعليق المحسن للمراجعة.\n;minor:يوسم إذا كانت المراجعة طفيفة.\n;len:يضيف طول (بالبايت) المراجعة.\n;sha1:يضيف SHA-1 (الأساس 16) للمراجعة.\n;content:يضيف محتوى المراجعة.\n;token:<span class=\"apihelp-deprecated\">موقوف.</span> يعطي رمز التعديل.\n;tags:يوسم للمراجعة.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-to','s:52:\"ar:وقف الإدراج من هذا العنوان.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-unique','s:61:\"ar:إدراج مراجعة واحدة فقط لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paraminfo-modes','s:38:\"ar:{{PLURAL:$1|وضع|أوضاع}}: $2\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('aeb-arab','messages:apihelp-query+deletedrevs-summary','s:50:\"ar:إدراج المراجعات المحذوفة.\";'),('aeb-arab','messages:apihelp-query+disabled-summary','s:54:\"ar:تم تعطيل وحدة الاستعلام هذه.\";'),('aeb-arab','messages:apihelp-query+duplicatefiles-example-generated','s:52:\"ar:ابحث عن تكرارات كل الملفات.\";'),('aeb-arab','messages:apihelp-query+duplicatefiles-example-simple','s:67:\"ar:ابحث عن تكرارات [[:File:Albert Einstein Head.jpg]].\";'),('aeb-arab','messages:apihelp-query+duplicatefiles-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+duplicatefiles-param-limit','s:58:\"ar:كم عدد الملفات المكررة للعودة.\";'),('aeb-arab','messages:apihelp-query+duplicatefiles-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('aeb-arab','messages:apihelp-query+duplicatefiles-summary','s:145:\"ar:سرد كافة الملفات التي تكون مكررة عن الملفات المحددة استنادا إلى قيم رمز الرقم.\";'),('aeb-arab','messages:apihelp-query+embeddedin-example-generator','s:105:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('aeb-arab','messages:apihelp-query+embeddedin-example-simple','s:70:\"ar:عرض الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('aeb-arab','messages:apihelp-query+embeddedin-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+embeddedin-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('aeb-arab','messages:apihelp-query+embeddedin-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+embeddedin-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+embeddedin-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-query+embeddedin-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-query+embeddedin-summary','s:104:\"ar:العثور على جميع الصفحات التي تتضمن (نسخ) العنوان المعطى.\";'),('aeb-arab','messages:apihelp-query+extlinks-example-simple','s:90:\"ar:احصل على قائمة بالوصلات الخارجية في <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+extlinks-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('aeb-arab','messages:apihelp-query+extlinks-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('aeb-arab','messages:apihelp-query+extlinks-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('aeb-arab','messages:apihelp-query+extlinks-param-query','s:159:\"ar:بحث سلسلة دون بروتوكول، مفيد للتحقق مما إذا كانت صفحة معينة تحتوي على مسار خارجي معين.\";'),('aeb-arab','messages:apihelp-query+extlinks-summary','s:122:\"ar:يرجع جميع المسارات الخارجية (وليس الإنترويكي) من الصفحات المعينة.\";'),('aeb-arab','messages:apihelp-query+exturlusage-example-simple','s:84:\"ar:عرض الصفحات التي تربط بـ<kbd>https://www.mediawiki.org</kbd>.\";'),('aeb-arab','messages:apihelp-query+exturlusage-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('aeb-arab','messages:apihelp-query+exturlusage-param-limit','s:43:\"ar:كم عدد الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+exturlusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+exturlusage-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+exturlusage-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('aeb-arab','messages:apihelp-query+exturlusage-param-query','s:151:\"ar:بحث سلسلة دون بروتوكول، انظر [[Special:LinkSearch]]، اتركه فارغًا لسرد كل الروابط الخارجية.\";'),('aeb-arab','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('aeb-arab','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('aeb-arab','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:60:\"ar:يضيف المسار المستخدم في الصفحة.\";'),('aeb-arab','messages:apihelp-query+exturlusage-summary','s:74:\"ar:تعداد الصفحات التي تحتوي على مسار محدد.\";'),('aeb-arab','messages:apihelp-query+filearchive-example-simple','s:64:\"ar:عرض قائمة بجميع الملفات المحذوفة.\";'),('aeb-arab','messages:apihelp-query+filearchive-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+filearchive-param-from','s:58:\"ar:عنوان الصورة لبدء التعداد منه.\";'),('aeb-arab','messages:apihelp-query+filearchive-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('aeb-arab','messages:apihelp-query+filearchive-param-prefix','s:90:\"ar:ابحث عن جميع عناوين الصور التي تبدأ بهذه القيمة.\";'),('aeb-arab','messages:apihelp-query+filearchive-param-prop','s:68:\"ar:أي المعلومات عن الصورة للحصول عليها\";'),('aeb-arab','messages:apihelp-query+filearchive-param-sha1','s:60:\"ar:SHA1 تجزئة الصورة، يتجاوز $1sha1base36.\";'),('aeb-arab','messages:apihelp-query+filearchive-param-sha1base36','s:100:\"ar:SHA1 تجزئة الصورة في القاعدة 36 (المستخدمة في ميدياويكي).\";'),('aeb-arab','messages:apihelp-query+filearchive-param-to','s:62:\"ar:عنوان الصورة لإيقاف التعداد فيه.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:91:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:43:\"ar:يضيف عمق البت للإصدار.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-description','s:45:\"ar:يضيف وصفا لنسخة الصورة.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:43:\"ar:يضيف نوع وسائط الصورة.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:67:\"ar:يسرد بيانات تعريف Exif لإصدار الصورة.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:30:\"ar:يضيف MIME الصورة.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:36:\"ar:تحليل وصف الإصدار.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:42:\"ar:يضيف تجزئة SHA-1 للصورة.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-size','s:134:\"ar:يضيف حجم الصورة بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('aeb-arab','messages:apihelp-query+filearchive-paramvalue-prop-user','s:67:\"ar:يضيف المستخدم الذي رفع نسخة الصورة.\";'),('aeb-arab','messages:apihelp-query+filearchive-summary','s:72:\"ar:تعداد كافة الملفات المحذوفة بالتسلسل.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-example-simple','s:77:\"ar:الحصول على معلومات حول مستودعات الملفات.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-param-prop','s:136:\"ar:أي خصائص المستودع للحصول عليها (قد يكون هناك المزيد متاح في بعض الويكيات).\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:137:\"ar:مسار إلى API تطبيقات المستودع، مفيد في الحصول على معلومات الصورة من المضيف.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:126:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> أو ما يعادله.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:159:\"ar:ما إذا كان يمكن رفع ملفات إلى هذا المستودع، على سبيل المثال عبر CORS والمصادقة المشتركة.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:92:\"ar:اسم قابل للقراءة من قبل الإنسان في مستودع الويكي.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:147:\"ar:مسار أيقونة المفضلة الخاصة بمستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:147:\"ar:ما إذا تم جلب صفحات وصف الملفات من هذا المستودع عند عرض صفحات وصف الملف المحلية.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:88:\"ar:ما إذا كانت أسماء الملفات تبدأ ضمنيا بحرف كبير.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:64:\"ar:سواء كان هذا المستودع محليا أم لا.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:238:\"ar:مفتاح المستودع، المستخدم على سبيل المثال في <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] يعيد القيم.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:60:\"ar:مسار مسار الجذر لمسارات الصورة.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:103:\"ar:مسار مسار الجذر لتثبيت ميدياويكي الخاص بمستودع الويكي.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:116:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> أو ما يعادله.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:75:\"ar:مسار مسار الجذر لمسارات الصورة المصغرة.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:49:\"ar:مسار مسار المنطقة العامة.\";'),('aeb-arab','messages:apihelp-query+filerepoinfo-summary','s:112:\"ar:إرجاع معلومات التعريف حول مستودعات الصور المكونة في الويكي.\";'),('aeb-arab','messages:apihelp-query+fileusage-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('aeb-arab','messages:apihelp-query+fileusage-example-simple','s:89:\"ar:احصل على قائمة الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('aeb-arab','messages:apihelp-query+fileusage-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('aeb-arab','messages:apihelp-query+fileusage-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+fileusage-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+fileusage-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('aeb-arab','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('aeb-arab','messages:apihelp-query+fileusage-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('aeb-arab','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb-arab','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb-arab','messages:apihelp-query+fileusage-summary','s:89:\"ar:ابحث عن كل الصفحات التي تستخدم الملفات المعطاة.\";'),('aeb-arab','messages:apihelp-query+imageinfo-example-dated','s:103:\"ar:إحضار معلومات حول إصدارات [[:File:Test.jpg]] من عام 2008 وما بعده.\";'),('aeb-arab','messages:apihelp-query+imageinfo-example-simple','s:104:\"ar:إحضار معلومات حول الإصدار الحالي من [[:File:Albert Einstein Head.jpg]].\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:155:\"ar:إذا تم تعيين<kbd>$2prop=badfile</kbd> ، فهذا هو عنوان الصفحة المستخدم عند تقييم [[MediaWiki:Bad image list]]\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-end','s:64:\"ar:الطابع الزمني لإيقاف الإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:124:\"ar:إذا كان محددا وغير فارغ، فسيتم إرجاع هذه المفاتيح فقط لـ$1prop=extmetadata.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:257:\"ar:أية لغة لجلب extmetadata بها، هذا يؤثر على كل الترجمة التي يتم جلبها، إذا كانت متعددة متاحة، وكذلك كيفية تنسيق أشياء مثل الأرقام والقيم المختلفة.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"ar:إذا كانت ترجمات خاصية extmetadata متاحة، فاجلبها كلها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-limit','s:78:\"ar:عدد مراجعات الملفات ليتم إرجاعها لكل ملف.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-metadataversion','s:231:\"ar:إصدار البيانات الوصفية لاستخدامه، إذا تم تحديد <kbd>latest</kbd>، استخدم أحدث إصدار، الافتراضي <kbd>1</kbd> للتوافق مع الإصدارات السابقة.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-prop','s:69:\"ar:معلومات الملف التي يجب الحصول عليها:\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-start','s:60:\"ar:الطابع الزمني لبدء الإدراج منه.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-urlheight','s:30:\"ar:على غرار $1urlwidth.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-urlparam','s:239:\"ar:سلسلة وسيط خاصة بالمعالج، على سبيل المثال، قد تستخدم ملفات PDF <kbd>page15-100px</kbd>، يجب استخدام <var>$1urlwidth</var> وأن يكون متسقا مع <var>$1urlparam</var>.\";'),('aeb-arab','messages:apihelp-query+imageinfo-param-urlwidth','s:273:\"ar:إذا تم تعيين $2prop=url، فسيتم إرجاع مسار صورة مقسمة إلى هذا العرض،\nلأسباب تتعلق بالأداء في حالة استخدام هذا الخيار; لن يتم عرض أكثر من $1 من الصور المقاسة.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:208:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:88:\"ar:يضيف ما إذا كان الملف موجودا في [[MediaWiki:Bad image list]]\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:160:\"ar:يضيف عمق البت للإصدار. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:170:\"ar:يضيف العنوان الأساسي للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:160:\"ar:تعليق على الإصدار. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:216:\"ar:يسرد بيانات التعريف العامة لصيغة الملف لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:240:\"ar:يسرد البيانات الوصفية المنسقة من مصادر متعددة، النتائج بتنسيق HTML. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:162:\"ar:يضيف نوع الوسائط للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:182:\"ar:يسرد بيانات تعريف Exif لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:152:\"ar:يضيف نوع MIME للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:173:\"ar:تحليل التعليق على النسخة. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:157:\"ar:يضيف تجزئة SHA-1 للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:132:\"ar:يضيف حجم الملف بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:213:\"ar:يضيف نوع MIME للصورة المصغرة (يتطلب مسار ووسيط $1urlwidth). لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:190:\"ar:تُستخدَم من قبل صفحة Special:Upload للحصول على معلومات حول ملف موجود، غير مخصص للاستخدام خارج نواة ميدياويكي.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:173:\"ar:يعطي مسارا للملف وصفحة الوصف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:191:\"ar:يضيف المستخدم الذي رفع كل إصدار من الملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:206:\"ar:إضافة هوية المستخدم الذي قام بتحميل كل إصدار ملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+imageinfo-summary','s:58:\"ar:يعرض معلومات الملف وسجل الرفع.\";'),('aeb-arab','messages:apihelp-query+images-example-generator','s:107:\"ar:الحصول على معلومات حول جميع الملفات المستخدمة في [[Main Page]].\";'),('aeb-arab','messages:apihelp-query+images-example-simple','s:85:\"ar:احصل على قائمة بالملفات المستخدمة في [[Main Page]].\";'),('aeb-arab','messages:apihelp-query+images-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+images-param-images','s:142:\"ar:إدراج هذه الملفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة تحتوي على ملف معين.\";'),('aeb-arab','messages:apihelp-query+images-param-limit','s:43:\"ar:كم عدد الملفات للعودة.\";'),('aeb-arab','messages:apihelp-query+images-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('aeb-arab','messages:apihelp-query+imageusage-example-generator','s:113:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('aeb-arab','messages:apihelp-query+imageusage-example-simple','s:82:\"ar:عرض الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('aeb-arab','messages:apihelp-query+imageusage-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+imageusage-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('aeb-arab','messages:apihelp-query+imageusage-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('aeb-arab','messages:apihelp-query+imageusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('aeb-arab','messages:apihelp-query+imageusage-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-query+imageusage-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('aeb-arab','messages:apihelp-query+imageusage-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('aeb-arab','messages:apihelp-query+imageusage-summary','s:96:\"ar:ابحث عن كل الصفحات التي تستخدم عنوان الصورة المعين.\";'),('aeb-arab','messages:apihelp-query+info-example-protection','s:97:\"ar:احصل على معلومات عامة وحماية حول الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+info-example-simple','s:79:\"ar:الحصول على معلومات حول الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+info-param-linkcontext','s:232:\"ar:عنوان السياق المراد استخدامه عند تحديد فئات CSS إضافية (مثل ألوان الارتباط) عندما تحتوي الخاصية <var>$1</var> على <var>فئات الروابط</var> .\";'),('aeb-arab','messages:apihelp-query+info-param-prop','s:75:\"ar:الخصائص الإضافية التي يجب الحصول عليها:\";'),('aeb-arab','messages:apihelp-query+info-param-testactions','s:131:\"ar:اختبر ما إذا كان المستخدم الحالي يمكنه تنفيذ إجراءات معينة على الصفحة.\";'),('aeb-arab','messages:apihelp-query+info-param-testactionsdetail','s:260:\"ar:مستوى التفاصيل لـ<var>$1testactions</var>، استخدم وسائط [[Special:ApiHelp/main|الوحدة الرئيسية]] <var>errorformat</var> و<var>errorlang</var> للتحكم في تنسيق الرسائل التي تم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:132:\"ar:العنوان المسبق لـ [[:mw:Special:MyLanguage/Help:Associated_pages|موضوع أو صفحة نقاش مرتبطة]].\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:94:\"ar:يعطي الطريقة التي يتم بها عرض عنوان الصفحة بالفعل.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:240:\"ar:يعطي فئات CSS الإضافية (مثل ألوان الارتباط) المستخدمة للارتباطات إلى هذه الصفحة إذا كانت ستظهر على الصفحة المسماة بـ <var>linkcontext $1</var> .\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:86:\"ar:الطابع الزمني لإشعار قائمة المراقبة لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-preload','s:81:\"ar:يعطي النص الذي تم إرجاعه بواسطة EditFormPreloadText.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-protection','s:56:\"ar:إدراج مستوى الحماية لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-readable','s:145:\"ar:ما إذا كان يمكن للمستخدم قراءة هذه الصفحة، استخدم <kbd>intestactions=read</kbd> بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-subjectid','s:80:\"ar:معرف الصفحة للصفحة الرئيسية لكل صفحة نقاش.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-talkid','s:85:\"ar:معرف الصفحة لصفحة النقاش لكل صفحة غير النقاش.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-url','s:108:\"ar:يعطي مسارا كاملا، ومسارا للتعديل، ومسار الأساسي لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:102:\"ar:يعطي عنوان العرض بجميع الصيغ الخاصة بلغة محتوى الموقع.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:153:\"ar:عدد مراقبي كل صفحة الذين زاروا التحريرات الأخيرة لتلك الصفحة، إذا كان مسموحا بذلك.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-watched','s:54:\"ar:أدرج حالة المراقبة لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-prop-watchers','s:58:\"ar:عدد المراقبين، إذا كان مسموحا.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:54:\"ar:إرجاع قيمة منطقية لكل إجراء.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:155:\"ar:إرجاع الرسائل التي تصف سبب عدم السماح بالإجراء ، أو مصفوفة فارغة إذا كان مسموحا بها.\";'),('aeb-arab','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:85:\"ar:مثل <kbd>full</kbd> ولكن تخطي المراجعات باهظة الثمن.\";'),('aeb-arab','messages:apihelp-query+info-summary','s:68:\"ar:الحصول على معلومات الصفحة الأساسية.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-example-generator','s:100:\"ar:الحصول على معلومات عن الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-example-simple','s:80:\"ar:الحصول على الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-extended-description','s:269:\"ar:يمكن استخدامها للعثور على جميع الوصلات ببادئة، أو كل الوصلات إلى عنوان (ببادئة معينة)، استخدام أي من الوسيطين \"جميع وصلات الإنترويكي\" على نحو فعال.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-param-prefix','s:35:\"ar:بادئة للإنترويكي.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-param-title','s:99:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1blprefix</var.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:44:\"ar:يضيف بادئة الإنترويكي.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:44:\"ar:يضيف عنوان الإنترويكي.\";'),('aeb-arab','messages:apihelp-query+iwbacklinks-summary','s:115:\"ar:العثور على جميع الصفحات التي تصل إلى وصلة الإنترويكي المعطاه.\";'),('aeb-arab','messages:apihelp-query+iwlinks-example-simple','s:90:\"ar:الحصول على وصلات إنترويكي من الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+iwlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+iwlinks-param-limit','s:60:\"ar:كم عدد وصلات الإنترويكي للعودة.\";'),('aeb-arab','messages:apihelp-query+iwlinks-param-prefix','s:75:\"ar:عودة وصلات الإنترويكي بهذه البادئة فقط.\";'),('aeb-arab','messages:apihelp-query+iwlinks-param-prop','s:105:\"ar:الخصائص الإضافية التي يجب الحصول عليها لكل ارتباط interwiki:\";'),('aeb-arab','messages:apihelp-query+iwlinks-param-title','s:97:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('aeb-arab','messages:apihelp-query+iwlinks-param-url','s:122:\"ar:ما إذا كنت تريد الحصول على المسار الكامل (لا يمكن استخدامه مع $1prop).\";'),('aeb-arab','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('aeb-arab','messages:apihelp-query+iwlinks-summary','s:88:\"ar:يعرض جميع وصلات الإنترويكي من الصفحات المحددة.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-example-generator','s:96:\"ar:الحصول على معلومات حول الصفحات التي تصل إلى [[:fr:Test]].\";'),('aeb-arab','messages:apihelp-query+langbacklinks-example-simple','s:74:\"ar:الحصول على الصفحات التي تصل إلى [[:fr:Test]].\";'),('aeb-arab','messages:apihelp-query+langbacklinks-extended-description','s:381:\"ar:يمكن استخدامها للعثور على جميع الوصلات برمز لغة، أو كل الوصلات إلى عنوان (بلغة معينة)، استخدام أي من الوسيطين \"كل وصلات اللغات\" بشكل فعال،\nلاحظ أن هذا قد لا يفكر في وصلات اللغة التي تتم إضافتها بواسطة الإضافات.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-param-lang','s:32:\"ar:لغة لرابط اللغة.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-param-title','s:79:\"ar:رابط اللغة للبحث عنه، يجب استخدامه مع $1lang.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:46:\"ar:يضيف رمز لغة رابط اللغة.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:43:\"ar:يضيف عنوان رابط اللغة.\";'),('aeb-arab','messages:apihelp-query+langbacklinks-summary','s:92:\"ar:ابحث عن جميع الصفحات التي تصل لرابط اللغة المحدد.\";'),('aeb-arab','messages:apihelp-query+langlinks-example-simple','s:102:\"ar:الحصول على وصلات بين اللغات تربط من الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+langlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+langlinks-param-inlanguagecode','s:62:\"ar:رمز اللغة لأسماء اللغة المترجمة.\";'),('aeb-arab','messages:apihelp-query+langlinks-param-lang','s:70:\"ar:إرجاع وصلات اللغة برمز اللغة هذا فقط.\";'),('aeb-arab','messages:apihelp-query+langlinks-param-limit','s:65:\"ar:كم عدد الروابط المحلية التي ستعود.\";'),('aeb-arab','messages:apihelp-query+langlinks-param-prop','s:115:\"ar:الخصائص الإضافية التي يمكنك الحصول عليها لكل رابط بين اللغات:\";'),('aeb-arab','messages:apihelp-query+langlinks-param-title','s:80:\"ar:رابط للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('aeb-arab','messages:apihelp-query+langlinks-param-url','s:122:\"ar:ما إذا كنت ستحصل على المسار الكامل (لا يمكن استخدامه مع <var>$1prop</var>).\";'),('aeb-arab','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:39:\"ar:يضيف اسم اللغة الأم.\";'),('aeb-arab','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:137:\"ar:يضيف اسم اللغة المترجمة (أفضل جهد)، استخدم <var>$1inlanguagecode</var> للتحكم في اللغة.\";'),('aeb-arab','messages:apihelp-query+langlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('aeb-arab','messages:apihelp-query+langlinks-summary','s:106:\"ar:يعرض جميع وصلات الإنترويكي التي تربط من الصفحات المحددة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-example-autonym-name-de','s:115:\"ar:احصل على المرادفات والأسماء الألمانية لجميع اللغات المدعومة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-example-bcp47-dir','s:92:\"ar:احصل على رمز لغة BCP-47 واتجاه جميع اللغات المدعومة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:97:\"ar:الحصول على اللغات الاحتياطية ومتغيرات الأوكيتانية.\";'),('aeb-arab','messages:apihelp-query+languageinfo-example-simple','s:86:\"ar:الحصول على رموز اللغات لجميع اللغات المدعومة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-extended-description','s:182:\"ar:[[mw:Special:MyLanguage/API:Continue|الاستمرار]] يمكن تطبيقه إذا كان استرجاع المعلومات يستغرق وقتا طويلا لطلب واحد.\";'),('aeb-arab','messages:apihelp-query+languageinfo-param-code','s:102:\"ar:رموز اللغات التي يجب إرجاعها، أو <code>*</code> لجميع اللغات.\";'),('aeb-arab','messages:apihelp-query+languageinfo-param-prop','s:65:\"ar:أي المعلومات للحصول عليها لكل لغة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:77:\"ar:الاسم الداخلي للغة، أي: الاسم بتلك اللغة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:24:\"ar:رمز لغة BCP-47.\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:150:\"ar:رمز اللغة. (هذا الرمز خاص بميدياويكي، على الرغم من وجود تداخل مع المعايير الأخرى.)\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:84:\"ar:اتجاه كتابة اللغة (إما <code>ltr</code> أو <code>rtl</code>).\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:257:\"ar:رموز لغة اللغات الاحتياطية التي تم تكوينها لهذه اللغة، لا يتم تضمين الإرجاع النهائي الضمني إلى \"en\" (ولكن قد ترجع بعض اللغات إلى \"en\" بشكل صريح).\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:165:\"ar:اسم اللغة ياللغة المحددة بواسطة الوسيط <var>uselang</var>، مع تطبيق احتياطات اللغة إذا لزم الأمر.\";'),('aeb-arab','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:84:\"ar:رموز اللغات للمتغيرات التي تدعمها هذه اللغة.\";'),('aeb-arab','messages:apihelp-query+languageinfo-summary','s:60:\"ar:عرض معلومات حول اللغات المتاحة.\";'),('aeb-arab','messages:apihelp-query+links-example-generator','s:112:\"ar:الحصول على معلومات حول صفحات الارتباط في الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+links-example-namespaces','s:121:\"ar:احصل على وصلات من الصفحة <kbd>Main Page</kbd> في النطاقات {{ns:user}} و{{ns:template}}.\";'),('aeb-arab','messages:apihelp-query+links-example-simple','s:73:\"ar:الحصول على وصلات من الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+links-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+links-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('aeb-arab','messages:apihelp-query+links-param-namespace','s:65:\"ar:إظهار الروابط في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+links-param-titles','s:162:\"ar:إدراج الروابط لهذه العناوين فقط، مفيد للتحقق مما إذا كانت صفحة معينة ترتبط بعنوان معين.\";'),('aeb-arab','messages:apihelp-query+links-summary','s:71:\"ar:يعرض جميع الروابط من الصفحات المحددة.\";'),('aeb-arab','messages:apihelp-query+linkshere-example-generator','s:93:\"ar:احصل على معلومات حول الصفحات التي تصل إلى [[Main Page]].\";'),('aeb-arab','messages:apihelp-query+linkshere-example-simple','s:81:\"ar:احصل على قائمة الصفحات التي تربط بـ[[Main Page]].\";'),('aeb-arab','messages:apihelp-query+linkshere-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('aeb-arab','messages:apihelp-query+linkshere-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+linkshere-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+linkshere-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('aeb-arab','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('aeb-arab','messages:apihelp-query+linkshere-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('aeb-arab','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb-arab','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb-arab','messages:apihelp-query+linkshere-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('aeb-arab','messages:apihelp-query+logevents-example-simple','s:51:\"ar:إدراج أحداث السجل الأخيرة.\";'),('aeb-arab','messages:apihelp-query+logevents-param-action','s:325:\"ar:تصفية إجراءات السجل لهذا الإجراء فقط، يتجاوز <var>$1type</var>، في قائمة القيم المحتملة، يمكن أن تحتوي القيم بحرف بدل العلامة النجمية مثل <kbd>action/*</kbd> على سلاسل مختلفة بعد الخط المائل (/).\";'),('aeb-arab','messages:apihelp-query+logevents-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('aeb-arab','messages:apihelp-query+logevents-param-limit','s:71:\"ar:كم العدد الكلي لإدخالات الحدث للعودة.\";'),('aeb-arab','messages:apihelp-query+logevents-param-namespace','s:95:\"ar:تصفية الإدخالات إلى تلك الموجودة في النطاق المحدد.\";'),('aeb-arab','messages:apihelp-query+logevents-param-prefix','s:75:\"ar:تصفية الإدخالات التي تبدأ بهذه البادئة.\";'),('aeb-arab','messages:apihelp-query+logevents-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+logevents-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+logevents-param-tag','s:82:\"ar:إدراج إدخالات الحدث الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+logevents-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('aeb-arab','messages:apihelp-query+logevents-param-type','s:67:\"ar:تصفية إدخالات السجل لهذا النوع فقط.\";'),('aeb-arab','messages:apihelp-query+logevents-param-user','s:101:\"ar:تصفية الإلدخالات تلك المدخلات من قبل المستخدم المعطى.\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-comment','s:152:\"ar:يضيف تعليق حدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-details','s:190:\"ar:يسرد تفاصيل إضافية حول حدث السجل. إذا تم حذف مراجعة حدث السجل ، فسيتم إرجاع خاصية <samp>مخفية الإجراء</samp> .\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-ids','s:39:\"ar:يضيف معرف حدث السجل.\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:171:\"ar:يضيف التعليق المحلل لحدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-tags','s:43:\"ar:يسرد وسوما لحدث السجل.\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:58:\"ar:يضيف الطابع الزمني لحدث السجل.\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-title','s:56:\"ar:يضيف عنوان الصفحة لحدث السجل.\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-type','s:37:\"ar:يضيف نوع حدث السجل.\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-user','s:182:\"ar:يضيف المستخدم المسؤول عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('aeb-arab','messages:apihelp-query+logevents-paramvalue-prop-userid','s:207:\"ar:يضيف معرف المستخدم الذي كان مسؤولاً عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('aeb-arab','messages:apihelp-query+logevents-summary','s:58:\"ar:الحصول على الأحداث من السجلات.\";'),('aeb-arab','messages:apihelp-query+mystashedfiles-example-simple','s:192:\"ar:احصل على مفتاح الملف وحجم الملف وحجم البكسل للملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+mystashedfiles-param-limit','s:54:\"ar:كم عدد الملفات للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+mystashedfiles-param-prop','s:56:\"ar:أي الخصائص تريد لجلب للملفات.\";'),('aeb-arab','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:54:\"ar:جلب حجم الملف وأبعاد الصورة.\";'),('aeb-arab','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:57:\"ar:جلب نوع MIME للملف ونوع الوسائط.\";'),('aeb-arab','messages:apihelp-query+mystashedfiles-summary','s:141:\"ar:احصل على قائمة بالملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+pagepropnames-example-simple','s:53:\"ar:الحصول على أول 10 أسماء خواص.\";'),('aeb-arab','messages:apihelp-query+pagepropnames-param-limit','s:62:\"ar:الحد الأقصى لعدد الأسماء للعودة.\";'),('aeb-arab','messages:apihelp-query+pagepropnames-summary','s:100:\"ar:إدراج جميع أسماء خواص الصفحة قيد الاستخدام في الويكي.\";'),('aeb-arab','messages:apihelp-query+pageprops-example-simple','s:89:\"ar:احصل على خصائص للصفحات <kbd>Main Page</kbd> و<kbd>MediaWiki</kbd>.\";'),('aeb-arab','messages:apihelp-query+pageprops-param-prop','s:322:\"ar:سرد خصائص الصفحة هذه فقط (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام)، مفيد للتحقق مما إذا كانت الصفحات تستخدم خاصية صفحة معينة.\";'),('aeb-arab','messages:apihelp-query+pageprops-summary','s:96:\"ar:الحصول على خصائص صفحة مختلفة محددة في محتوى الصفحة.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-example-generator','s:119:\"ar:احصل على معلومات إضافية حول أول 10 صفحات تستخدم <code>_&#95;NOTOC_&#95;</code>.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-example-simple','s:97:\"ar:أدرج أول 10 صفحات تستخدم <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+pageswithprop-param-propname','s:239:\"ar:خاصية الصفحة التي تريد تعداد الصفحات (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام).\";'),('aeb-arab','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:45:\"ar:يضيف قيمة خاصية الصفحة.\";'),('aeb-arab','messages:apihelp-query+pageswithprop-summary','s:87:\"ar:سرد جميع الصفحات التي تستخدم خاصية صفحة معينة.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-example-simple','s:86:\"ar:ابحث عن عناوين الصفحات التي تبدأ بـ<kbd>meaning</kbd>.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-extended-description','s:681:\"ar:على الرغم من التشابه في الأسماء، لا يُقصَد بهذه الوحدة أن تكون مكافئة لـ [[Special:PrefixIndex]]، لذلك; راجع <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> مع الوسيط <kbd>apprefix</kbd>، يشبه الغرض من هذه الوحدة <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: لأخذ مدخلات المستخدم وتقديم أفضل العناوين المطابقة، استنادا إلى الواجهة الخلفية لمحرك البحث، قد يتضمن هذا تصحيحا مطبعيا أو تجنبا للتحويل أو استدلالا آخر.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-param-limit','s:62:\"ar:الحد الأقصى لعدد النتائج للعودة.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-param-offset','s:51:\"ar:عدد النتائج المراد تخطيها.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-param-profile','s:52:\"ar:ابحث عن ملف شخصي لاستخدامه.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-param-search','s:25:\"ar:سلسلة البحث.\";'),('aeb-arab','messages:apihelp-query+prefixsearch-summary','s:78:\"ar:قم بإجراء بحث بالبادئة عن عناوين الصفحات.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-example-generator','s:93:\"ar:ابحث عن وصلات للعناوين المحمية في النطاق الرئيسي.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-example-simple','s:42:\"ar:سرد العناوين المحمية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-param-end','s:78:\"ar:وقف الإدراج في هذا الطابع الزمني للحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-param-level','s:77:\"ar:إدراج العناوين بمستويات الحماية هذه فقط.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-param-namespace','s:63:\"ar:إدراج عناوين في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-param-start','s:78:\"ar:بدء الإدراج في هذا الطابع الزمني للحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"ar:يضيف التعليق للحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:98:\"ar:يإضيف الطابع الزمني للوقت الذي سيتم فيه رفع الحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:38:\"ar:يضيف مستوى الحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:66:\"ar:يضيف تعليق التعليق المحلل للحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:73:\"ar:يإضيف الطابع الزمني عند إضافة الحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:62:\"ar:يضيف المستخدم الذي أضاف الحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:71:\"ar:يضيف معرف المستخدم الذي أضاف الحماية.\";'),('aeb-arab','messages:apihelp-query+protectedtitles-summary','s:71:\"ar:سرد جميع العناوين المحمية من الإنشاء.\";'),('aeb-arab','messages:apihelp-query+querypage-example-ancientpages','s:59:\"ar:إرجاع النتائج من [[Special:Ancientpages]].\";'),('aeb-arab','messages:apihelp-query+querypage-param-limit','s:38:\"ar:عدد النتائج للعودة.\";'),('aeb-arab','messages:apihelp-query+querypage-param-page','s:92:\"ar:اسم الصفحة الخاصة، ملاحظة: هذا حساس لحالة الأحرف.\";'),('aeb-arab','messages:apihelp-query+querypage-summary','s:130:\"ar:الحصول على قائمة يتم توفيرها من خلال صفحة خاصة تستند إلى صفحة استعلام.\";'),('aeb-arab','messages:apihelp-query+random-example-generator','s:114:\"ar:إرجاع معلومات الصفحة حول صفحتين عشوائيتين من النطاق الرئيسي.\";'),('aeb-arab','messages:apihelp-query+random-example-simple','s:86:\"ar:قم بإرجاع صفحتين عشوائيتين من النطاق الرئيسي.\";'),('aeb-arab','messages:apihelp-query+random-extended-description','s:412:\"ar:يتم سرد الصفحات بتسلسل ثابت، نقطة البداية فقط عشوائية: هذا يعني أنه إذا، على سبيل المثال، كانت <samp>Main Page</samp> أول صفحة عشوائية في القائمة، <samp>List of fictional monkeys</samp> سوف تكون الثانية <em>always</em>، <samp>List of people on stamps of Vanuatu</samp> الثالثة، إلخ.\";'),('aeb-arab','messages:apihelp-query+random-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('aeb-arab','messages:apihelp-query+random-param-limit','s:88:\"ar:تحديد عدد الصفحات العشوائية التي سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+random-param-namespace','s:65:\"ar:إرجاع الصفحات في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+random-param-redirect','s:72:\"ar:استخدم <kbd>$1filterredir=redirects</kbd> بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-query+random-summary','s:75:\"ar:الحصول على مجموعة من الصفحات العشوائية.\";'),('aeb-arab','messages:apihelp-query+recentchanges-example-generator','s:110:\"ar:الحصول على معلومات الصفحة حول أحدث التغييرات غير المراجعة.\";'),('aeb-arab','messages:apihelp-query+recentchanges-example-simple','s:38:\"ar:سرد أحدث التغييرات.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-generaterevisions','s:339:\"ar:عند استخدامه كمولد، قم بإنشاء معرفات المراجعة بدلا من العناوين، ولن تؤدي إدخالات التغيير الأخيرة التي لا تحتوي على معرفات المراجعة المرتبطة (مثل معظم إدخالات السجلات) إلى توليد أي شيء.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-limit','s:64:\"ar:كم عدد التغييرات الإجمالي للعودة.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-namespace','s:71:\"ar:تصفية التغييرات على هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-slot','s:82:\"ar:سرد فقط التغييرات التي تلمس الفتحة المسماة.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-tag','s:75:\"ar:إدراج التغييرات الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('aeb-arab','messages:apihelp-query+recentchanges-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة تلقائيا أم لا.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:157:\"ar:يضيف التعليق للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:129:\"ar:يضيف معرف الصفحة ومعرف أحدث التغييرات ومعرف النسخة الجديدة والقديمة.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:117:\"ar:يضيف معلومات السجل (معرف السجل، نوع السجل، إلخ) لإدخالات السجل.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:166:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذفه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة أو غير مراجعة.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:68:\"ar:يوسم التحرير إذا كانت الصفحة تحويلة\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:224:\"ar:يضيف المجموع الاختباري للمحتوى للإدخالات المرتبطة بمراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:75:\"ar:يضيف طول الصفحة الجديد والقديم بالبايت.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:47:\"ar:يضيف عنوان صفحة التحرير.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:225:\"ar:يضيف المستخدم المسؤول عن التحرير والوسوم إذا كان يوجد أيبي. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:178:\"ar:يضيف المستخدم المسؤول عن التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+recentchanges-summary','s:42:\"ar:تعداد أحدث التغييرات.\";'),('aeb-arab','messages:apihelp-query+redirects-example-generator','s:90:\"ar:احصل على معلومات حول جميع التحويلات إلى [[Main Page]].\";'),('aeb-arab','messages:apihelp-query+redirects-example-simple','s:72:\"ar:احصل على قائمة بالتحويلات إلى [[Main Page]].\";'),('aeb-arab','messages:apihelp-query+redirects-param-limit','s:51:\"ar:كم عدد التحويلات لإرجاعها.\";'),('aeb-arab','messages:apihelp-query+redirects-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+redirects-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+redirects-param-show','s:204:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;fragment:إظهار التحويلات بجزء فقط.\n;!fragment:إظهار التحويلات بدون جزء فقط.\";'),('aeb-arab','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:53:\"ar:جزء من كل تحويلة، إن وُجِدت.\";'),('aeb-arab','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:45:\"ar:معرف الصفحة لكل تحويلة.\";'),('aeb-arab','messages:apihelp-query+redirects-paramvalue-prop-title','s:32:\"ar:عنوان كل تحويلة.\";'),('aeb-arab','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('aeb-arab','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('aeb-arab','messages:apihelp-query+redirects-summary','s:76:\"ar:يعرض جميعالتحويلات إلى الصفحات المحددة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-contentformat','s:119:\"ar:تنسيق التسلسل المستخدم لـ<var>$1difftotext</var> والمتوقع لإخراج المحتوى.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-diffto','s:313:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، معرف المراجعة للتفريق بين كل مراجعة، استخدم <kbd>prev</kbd> و<kbd>next</kbd> و<kbd>cur</kbd> للمراجعة السابقة واللاحقة والحالية على التوالي.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-difftotext','s:361:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، النص للتفريق بين كل مراجعة، يختلف عدد محدود فقط من المراجعات، يتجاوز <var>$1diffto</var>، إذا تم تعيين <var>$1section</var>، فسيتم تمييز هذا القسم فقط مقابل هذا النص.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-difftotextpst','s:248:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، قم بإجراء تحويل ما قبل الحفظ على النص قبل نشره، صالح فقط عند استخدامه مع <var>$1difftotext</var>.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-expandtemplates','s:203:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> بدلا من ذلك، قم بتوسيع القوالب في محتوى المراجعة (يتطلب $1prop=content).\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-generatexml','s:264:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، قم بتوليد شجرة تحليل XML لمحتوى المراجعة (تتطلب $1prop=content).\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-limit','s:76:\"ar:الحد من عدد المراجعات التي سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-parse','s:278:\"ar:استخدم <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، تحليل محتوى المراجعة (يتطلب $1prop=content)، لأسباب تتعلق بالأداء; إذا تم استخدام هذا الخيار، يتم فرض $1limit إلى 1.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-prop','s:67:\"ar:أي الخصائص للحصول عليها لكل مراجعة:\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-section','s:91:\"ar:قم فقط باسترداد محتوى القسم باستخدام هذا المعرف.\";'),('aeb-arab','messages:apihelp-query+revisions+base-param-slots','s:334:\"ar:أي الفتحات المراجعة لتعيد البيانات، عندما يتم تضمين الخصائص ذات الصلة بالفتحات في <var>$1props</var>، إذا تم حذفها، فسيتم إرجاع البيانات من فتحة <kbd>main</kbd> بتنسيق متوافق مع الإصدارات السابقة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:175:\"ar:تعليق من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:162:\"ar:محتوى كل فتحة مراجعة. لو أن المحتوى قد تم حذف مراجعته، فخاصية <samp>texthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:67:\"ar:معرف نموذج المحتوى لكل فتحة مراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:44:\"ar:أعلام المراجعة (طفيفة).\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:29:\"ar:معرف المراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:184:\"ar:تعليق محلل من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:273:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، شجرة تحليل XML لمحتوى المراجعة (تتطلب نموذج المحتوى <code>$1</code>).\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:86:\"ar:أدرج أدوار فتحة المحتوى الموجودة في المراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:158:\"ar:SHA-1 (القاعدة 16) المراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:38:\"ar:طول (بايت) المراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:170:\"ar:SHA-1 (القاعدة 16) لكل فتحة مراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:48:\"ar:طول (بايت) كل فتحة مراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:29:\"ar:وسوم للمراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:46:\"ar:الطابع الزمني للمراجعة.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:169:\"ar:المستخدم الذي أجرى المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:171:\"ar:معرف المستخدم لمنشئ المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+revisions-example-content','s:133:\"ar:احصل على بيانات تتضمن محتوى آخر مراجعة لـ<kbd>API</kbd> العناوين و<kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+revisions-example-first5','s:69:\"ar:احصل على أول 5 مراجعات من <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+revisions-example-first5-after','s:95:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> بعد 2006-05-01.\";'),('aeb-arab','messages:apihelp-query+revisions-example-first5-not-localhost','s:155:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي لم يجرها المستخدم المجهول <kbd>127.0.0.1</kbd>.\";'),('aeb-arab','messages:apihelp-query+revisions-example-first5-user','s:165:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي تم إجراؤها بواسطة المستخدم <kbd>MediaWiki default</kbd>.\";'),('aeb-arab','messages:apihelp-query+revisions-example-last5','s:68:\"ar:احصل على آخر 5 مراجعات لـ<kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+revisions-extended-description','s:571:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على بيانات حول مجموعة من الصفحات (المراجعة الأخيرة)، عن طريق تعيين عناوين أو معرفات صفحات. \n# احصل على مراجعات لصفحة معينة، باستخدام العناوين أو معرفات الصفحات ذات البداية، أو النهاية، أو الحد. \n# الحصول على بيانات حول مجموعة من المراجعات من خلال تعيين معرفاتها مع معرفات المراجعات.\";'),('aeb-arab','messages:apihelp-query+revisions-param-end','s:61:\"ar:تعداد يصل إلى هذا الطابع الزمني.\";'),('aeb-arab','messages:apihelp-query+revisions-param-endid','s:199:\"ar:إيقاف التعداد في الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('aeb-arab','messages:apihelp-query+revisions-param-excludeuser','s:76:\"ar:استبعاد المراجعات التي أجراها المستخدم.\";'),('aeb-arab','messages:apihelp-query+revisions-param-start','s:72:\"ar:من أي طابع زمني للمراجعة لبدء التعداد.\";'),('aeb-arab','messages:apihelp-query+revisions-param-startid','s:195:\"ar:بدء التعداد من الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('aeb-arab','messages:apihelp-query+revisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+revisions-param-user','s:86:\"ar:عدم تضمين سوى المراجعات التي أجراها المستخدم.\";'),('aeb-arab','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:84:\"ar:لا يجوز استخدامها إلا مع صفحة واحدة (الوضع #2).\";'),('aeb-arab','messages:apihelp-query+revisions-summary','s:55:\"ar:الحصول على معلومات المراجعة.\";'),('aeb-arab','messages:apihelp-query+search-example-generator','s:133:\"ar:احصل على معلومات الصفحة حول الصفحات التي تم إرجاعها للبحث عن <kbd>meaning</kbd>.\";'),('aeb-arab','messages:apihelp-query+search-example-simple','s:38:\"ar:البحث عن <kbd>meaning</kbd>.\";'),('aeb-arab','messages:apihelp-query+search-example-text','s:56:\"ar:البحث في النصوص عن <kbd>meaning</kbd>.\";'),('aeb-arab','messages:apihelp-query+search-param-backend','s:98:\"ar:أية واجهة خلفية للبحث مستخدمة، إن لم تكن الافتراضية.\";'),('aeb-arab','messages:apihelp-query+search-param-enablerewrites','s:331:\"ar:تمكين إعادة كتابة الاستعلام الداخلية، يمكن لبعض الواجهات الخلفية البحث إعادة كتابة الاستعلام إلى آخر يُعتَقد أنه يوفر نتائج أفضل، على سبيل المثال عن طريق تصحيح الأخطاء الإملائية.\";'),('aeb-arab','messages:apihelp-query+search-param-info','s:47:\"ar:أية بيانات وصفية لعرضها.\";'),('aeb-arab','messages:apihelp-query+search-param-interwiki','s:96:\"ar:تضمين نتائج الإنترويكي في البحث، إذا كان ذلك متاحا.\";'),('aeb-arab','messages:apihelp-query+search-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('aeb-arab','messages:apihelp-query+search-param-namespace','s:52:\"ar:ابحث داخل هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+search-param-prop','s:36:\"ar:أي الخصائص للعودة.\";'),('aeb-arab','messages:apihelp-query+search-param-qiprofile','s:123:\"ar:الاستعلام عن ملف شخصي مستقل للاستخدام (يؤثر على خوارزمية الترتيب).\";'),('aeb-arab','messages:apihelp-query+search-param-search','s:307:\"ar:ابحث عن عناوين الصفحات أو المحتوى الذي يطابق هذه القيمة، يمكنك استخدام سلسلة البحث لاستدعاء ميزات بحث خاصة، اعتمادا على ما تنفذه الواجهة الخلفية للبحث في موقع الويكي.\";'),('aeb-arab','messages:apihelp-query+search-param-sort','s:80:\"ar:تعيين ترتيب الفرز للنتائج التي تم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+search-param-what','s:44:\"ar:أي نوع من البحث لأدائه.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:90:\"ar:يضيف اسم الفئة المطابق ، مع تمييز تمييز المصطلح.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:79:\"ar:يضيف بيانات إضافية منشأة بواسطة الإضافات.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:21:\"ar:تم تجاهله.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:119:\"ar:يضيف قيمة منطقية تشير إلى ما إذا كان محتوى البحث مطابقا للمحتوى.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:123:\"ar:يضيف عنوان إعادة التوجيه المطابق ، مع تمييز تمييز مصطلح طلب البحث.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:57:\"ar:يضيف عنوان التحويلة المطابقة.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-score','s:21:\"ar:تم تجاهله.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:109:\"ar:يضيف عنوان القسم المطابق ، مع تمييز تمييز مصطلح الاستعلام.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:49:\"ar:يضيف عنوان القسم المطابق.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-size','s:47:\"ar:يضيف حجم الصفحة بالبايت.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-snippet','s:94:\"ar:يضيف مقتطفًا من الصفحة ، مع تحديد مصطلح الاستعلام.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني لوقت آخر تعديل للصفحة.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:96:\"ar:يضيف عنوان الصفحة ، مع تمييز تمييز مصطلح الاستعلام.\";'),('aeb-arab','messages:apihelp-query+search-paramvalue-prop-wordcount','s:43:\"ar:يضيف عدد كلمات الصفحة.\";'),('aeb-arab','messages:apihelp-query+search-summary','s:35:\"ar:إجراء بحث نص كامل.\";'),('aeb-arab','messages:apihelp-query+siteinfo-example-interwiki','s:76:\"ar:إحضار قائمة ببادئات الإنترويكي المحلية.\";'),('aeb-arab','messages:apihelp-query+siteinfo-example-replag','s:67:\"ar:تحقق من تأخر النسخ المتماثل الحالي.\";'),('aeb-arab','messages:apihelp-query+siteinfo-example-simple','s:42:\"ar:إحضار معلومات الموقع.\";'),('aeb-arab','messages:apihelp-query+siteinfo-param-filteriw','s:116:\"ar:إرجاع الإدخالات المحلية أو غير المحلية فقط بخريطة الإنترويكي.\";'),('aeb-arab','messages:apihelp-query+siteinfo-param-inlanguagecode','s:110:\"ar:رمز اللغة لأسماء اللغة المترجمة (أفضل جهد) وأسماء الواجهات.\";'),('aeb-arab','messages:apihelp-query+siteinfo-param-numberingroup','s:81:\"ar:يسرد عدد المستخدمين في مجموعات المستخدمين.\";'),('aeb-arab','messages:apihelp-query+siteinfo-param-prop','s:51:\"ar:أي المعلومات للحصول عليها:\";'),('aeb-arab','messages:apihelp-query+siteinfo-param-showalldb','s:109:\"ar:سرد جميع خوادم قواعد البيانات، وليست فقط واحدة تخلفت أكثر.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:104:\"ar:يرجع خادم قاعدة البيانات مع تأخر النسخ المتماثل الأعلى.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:78:\"ar:يعرض القيم الافتراضية لتفضيلات المستخدم.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:64:\"ar:يرجع الإضافات المثبتة على الويكي.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:58:\"ar:يعرض قائمة وسوم امتداد المحلل.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:111:\"ar:يرجع قائمة امتدادات الملفات (أنواع الملفات) المسموح برفعها.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:58:\"ar:يرجع قائمة خطاطيف دالة المحلل.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:46:\"ar:معلومات النظام الشاملة.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:175:\"ar:يرجع خريطة الإنترويكي (يتم ترشيحها اختياريا، ويتم اختيارها اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:154:\"ar:يعرض قائمة اللغات التي يدعمها ميدياويكي (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:218:\"ar:يعرض قائمة بأكواد اللغات التي يتم تمكين [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] بها، والمتغيرات المدعومة المختلفة لكل منها.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:64:\"ar:يرجع المكتبات المثبتة على الويكي.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:80:\"ar:قائمة الكلمات السحرية وأسمائها المستعارة.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:80:\"ar:قائمة الاسماء المستعارة المسجلة للنطاقات.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:80:\"ar:قائمة النطاقات المسجلة وأسمائها الأساسية.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:109:\"ar:يعرض قائمة بالبروتوكولات المسموح بها في الروابط الخارجية.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:94:\"ar:يرجع المعلومات حول أنواع القيود (الحماية) المتاحة.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:87:\"ar:يرجع معلومات حقوق (ترخيص) الويكي إن كانت متاحة.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:143:\"ar:يعرض قائمة بكل الخطاطيف المشتركة (محتويات <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:178:\"ar:يعرض قائمة بجميع الواجهات المفعلة (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>، بخلاف لغة المحتوى).\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:76:\"ar:قائمة الأسماء المستعارة للصفحات الخاصة.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:42:\"ar:يعيد إحصائيات الموقع.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:52:\"ar:يعرض تكوين مربع حوار الرفع.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:86:\"ar:يرجع مجموعات المستخدمين والصلاحيات المرتبطة.\";'),('aeb-arab','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:57:\"ar:يعرض قائمة بمعرفات المتغيرات.\";'),('aeb-arab','messages:apihelp-query+siteinfo-summary','s:58:\"ar:إرجاع معلومات عامة حول الموقع.\";'),('aeb-arab','messages:apihelp-query+stashimageinfo-example-params','s:64:\"ar:يرجع الصور المصغرة لملفين مخزنين.\";'),('aeb-arab','messages:apihelp-query+stashimageinfo-example-simple','s:47:\"ar:يرجع معلومات لملف مملوء.\";'),('aeb-arab','messages:apihelp-query+stashimageinfo-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('aeb-arab','messages:apihelp-query+stashimageinfo-param-sessionkey','s:100:\"ar:الاسم المستعار لـ$1filekey; للتوافق مع الإصدارات السابقة.\";'),('aeb-arab','messages:apihelp-query+stashimageinfo-summary','s:70:\"ar:يرجع معلومات الملف للملفات المملوءة.\";'),('aeb-arab','messages:apihelp-query+tags-example-simple','s:38:\"ar:سرد الوسوم المتاحة.\";'),('aeb-arab','messages:apihelp-query+tags-param-limit','s:64:\"ar:الحد الأقصى لعدد الوسوم لإدراجها.\";'),('aeb-arab','messages:apihelp-query+tags-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-active','s:69:\"ar:ما إذا كان الوسم لا يزال قيد التطبيق.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-defined','s:53:\"ar:حدد ما إذا كانت الوسم محددا.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-description','s:30:\"ar:يضيف وصف الوسم.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-displayname','s:43:\"ar:يضيف رسالة نظام للوسم.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:115:\"ar:يضيف عدد المراجعات وإدخالات السجلات التي تحتوي على هذا الوسم.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-name','s:30:\"ar:يضيف اسم الوسم.\";'),('aeb-arab','messages:apihelp-query+tags-paramvalue-prop-source','s:259:\"ar:الحصول على مصادر الوسم، والتي قد تتضمن <samp>extension</samp> للوسوم المعرفة بالامتداد و<samp>manual</samp> للوسوم التي قد يتم تطبيقها يدويا من قبل المستخدمين.\";'),('aeb-arab','messages:apihelp-query+tags-summary','s:34:\"ar:سرد وسوم التغيير.\";'),('aeb-arab','messages:apihelp-query+templates-example-generator','s:112:\"ar:احصل على معلومات حول صفحات القوالب المستخدمة في <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+templates-example-namespaces','s:130:\"ar:احصل على صفحات في نطاقي {{ns:user}} و{{ns:template}} المضمنة في الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+templates-example-simple','s:92:\"ar:احصل على القوالب المستخدمة في الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+templates-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+templates-param-limit','s:43:\"ar:كم عدد القوالب للعودة.\";'),('aeb-arab','messages:apihelp-query+templates-param-namespace','s:65:\"ar:إظهار القوالب في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+templates-param-templates','s:143:\"ar:إدراج هذه القوالب فقط، مفيد للتحقق ما إذا كانت صفحة معينة تستخدم قالبا معينا.\";'),('aeb-arab','messages:apihelp-query+templates-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('aeb-arab','messages:apihelp-query+tokens-example-simple','s:51:\"ar:استرداد رمز csrf (الافتراضي).\";'),('aeb-arab','messages:apihelp-query+tokens-example-types','s:58:\"ar:استرجع رمز مراقبة ورمز مراجعة.\";'),('aeb-arab','messages:apihelp-query+tokens-param-type','s:49:\"ar:أنواع الرمز المميز للطلب.\";'),('aeb-arab','messages:apihelp-query+tokens-summary','s:96:\"ar:الحصول على الرموز المميزة لإجراءات تعديل البيانات.\";'),('aeb-arab','messages:apihelp-query+transcludedin-example-generator','s:101:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+transcludedin-example-simple','s:88:\"ar:احصل على قائمة بالصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query+transcludedin-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('aeb-arab','messages:apihelp-query+transcludedin-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+transcludedin-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('aeb-arab','messages:apihelp-query+transcludedin-param-show','s:191:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;!تحويلة:إظهار غير التحويلات فقط.\";'),('aeb-arab','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('aeb-arab','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('aeb-arab','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('aeb-arab','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb-arab','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb-arab','messages:apihelp-query+transcludedin-summary','s:91:\"ar:ابحث عن جميع الصفحات التي تتضمن الصفحات المعينة.\";'),('aeb-arab','messages:apihelp-query+usercontribs-example-ipprefix','s:106:\"ar:عرض المساهمات من جميع عناوين الآيبي بالبادئة <kbd>192.0.2.</kbd>.\";'),('aeb-arab','messages:apihelp-query+usercontribs-example-user','s:61:\"ar:عرض مساهمات المستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-end','s:146:\"ar:الطابع الزمني للنهاية المراد العودة إليه ، أي المراجعات بعد هذا الطابع الزمني.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-iprange','s:186:\"ar:نطاق CIDR لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 userids</var> .\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-limit','s:66:\"ar:الحد الأقصى لعدد المساهمات للعودة.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-namespace','s:69:\"ar:إدراج المساهمات في هذه النطاقات فقط.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-show','s:413:\"ar:عرض العناصر التي تستوفي هذه المعايير فقط، مثل التعديلات الطفيفة فقط: <kbd>$2show=!minor</kbd>.\n\nإذا تم تعيين <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd>، فإن المراجعات أقدم من <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|ثانية|ثوانٍ}}) لن يتم عرضها.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-start','s:145:\"ar:الطابع الزمني للبدء الذي سيتم الرجوع منه ، أي المراجعات قبل هذا الطابع الزمني.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-user','s:180:\"ar:المستخدمين لاسترداد المساهمات ل. لا يمكن استخدامه مع <var>$1 userids</var> أو <var>$1 userprefix</var> أو <var>$1 iprange</var> .\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-userids','s:202:\"ar:معرفات المستخدم لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 iprange</var> .\";'),('aeb-arab','messages:apihelp-query+usercontribs-param-userprefix','s:243:\"ar:استرداد المساهمات لجميع المستخدمين الذين تبدأ أسماؤهم بهذه القيمة. لا يمكن استخدامها مع مستخدم $ 1 أو <var>$1</var> <var>$1</var> أو <var>$1 iprange</var> .\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:162:\"ar:يضيف تعليق التعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:40:\"ar:يضيف علامات التحرير.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:62:\"ar:يضيف معرف الصفحة ومعرف المراجعة.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:179:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:51:\"ar:يضيف الحجم الجديد للتحرير.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:59:\"ar:يضيف حجم دلتا التعديل ضد الأصل.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:38:\"ar:يسرد وسوما للتحرير.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('aeb-arab','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('aeb-arab','messages:apihelp-query+usercontribs-summary','s:80:\"ar:الحصول على جميع التعديلات من قبل المستخدم.\";'),('aeb-arab','messages:apihelp-query+userinfo-example-data','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+userinfo-example-simple','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+userinfo-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('aeb-arab','messages:apihelp-query+userinfo-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:107:\"ar:يكرر الرأس <code>Accept-Language</code> الذي يرسله العميل بتنسيق منظم.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:122:\"ar:يسرد المجموعات التي يمكن للمستخدم الحالي الإضافتة والإزالة منها.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:60:\"ar:يضيف عدد تحرير المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-email','s:134:\"ar:يضيف عنوان البريد الإلكتروني للمستخدم وتاريخ مصادقة البريد الإلكتروني.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:97:\"ar:يسرد كل المجموعات التي ينتمي إليها المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:116:\"ar:يضيف وسم <samp>messages</samp> إذا كان المستخدم الحالي لديه رسائل معلقة.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:121:\"ar:يسرد جميع المجموعات التي يكون المستخدم الحالي عضوا فيها تلقائيا.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:60:\"ar:يضيف تاريخ آخر مساهمة للمستخدم.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-options','s:103:\"ar:يسرد جميع التفضيلات التي قام المستخدم الحالي بتعيينها.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:95:\"ar:يسرد جميع حدود المعدل المطبقة على المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:51:\"ar:يضيف اسم المستخدم الحقيقي.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:51:\"ar:يضيف تاريخ تسجيل المستخدم.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:94:\"ar:يسرد جميع الصلاحيات التي يمتلكها المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:266:\"ar:يسرد جميع حدود الأسعار التي يمكن أن تنطبق على المستخدم الحالي إذا لم يتم إعفاؤه من جميع حدود المعدلات بناءً على حقوق المستخدم أو الملكية الفكرية\";'),('aeb-arab','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:174:\"ar:يضيف عدد الصفحات غير المقروءة في قائمة مراقبة المستخدم (بحد أقصى $1; ترجع <samp>$2</samp> إذا كان أكثر).\";'),('aeb-arab','messages:apihelp-query+userinfo-summary','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+users-example-simple','s:67:\"ar:عودة المعلومات للمستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-query+users-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('aeb-arab','messages:apihelp-query+users-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('aeb-arab','messages:apihelp-query+users-param-userids','s:92:\"ar:قائمة معرفات المستخدمين للحصول على معلومات عنهم.\";'),('aeb-arab','messages:apihelp-query+users-param-users','s:84:\"ar:قائمة من المستخدمين للحصول على معلومات عنهم.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-cancreate','s:135:\"ar:يشير إلى ما إذا كان يمكن إنشاء حساب لأسماء مستخدمين صالحة ولكن غير مسجلة.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-editcount','s:47:\"ar:يضيف عدد تحرير المستخدم.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-emailable','s:151:\"ar:يوسم إذا كان المستخدم يستطيع ويرغب في تلقي البريد الإلكتروني من خلال [[Special:Emailuser]].\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-gender','s:105:\"ar:يوسم الجنس من المستخدم: يرجع \"ذكر\" أو \"أنثى\" أو \"غير معروف\".\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-groups','s:85:\"ar:يسرد كل المجموعات التي ينتمي إليها كل مستخدم.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-registration','s:70:\"ar:يضيف الطابع الزمني للتسجيل للمستخدم.\";'),('aeb-arab','messages:apihelp-query+users-paramvalue-prop-rights','s:82:\"ar:يسرد جميع الصلاحيات التي يمتلكها كل مستخدم.\";'),('aeb-arab','messages:apihelp-query+users-summary','s:77:\"ar:الحصول على معلومات حول قائمة المستخدمين.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-allrev','s:167:\"ar:يمكنك جلب معلومات حول جميع التغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-expiry','s:318:\"ar:قم بإحضار معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرًا في قائمة مراقبة المستخدم الحالي ، بما في ذلك وقت انتهاء صلاحية العناصر التي تمت مشاهدتها مؤقتًا.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-generator','s:154:\"ar:جلب معلومات الصفحة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-generator-rev','s:157:\"ar:جلب معلومات المراجعة للتغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-props','s:200:\"ar:احصل على معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-simple','s:150:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('aeb-arab','messages:apihelp-query+watchlist-example-wlowner','s:154:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-allrev','s:96:\"ar:تضمين مراجعات متعددة لنفس الصفحة في إطار زمني محدد.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-limit','s:69:\"ar:إجمالي عدد النتائج لإرجاعها لكل طلب.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-namespace','s:79:\"ar:تصفية التغييرات على النطاقات المعطاة فقط.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('aeb-arab','messages:apihelp-query+watchlist-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('aeb-arab','messages:apihelp-query+watchlist-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:153:\"ar:يضيف تعليق التعديل. لو أن التعديل قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:74:\"ar:يضيف معرفات المراجعات ومعرفات الصفحات.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:62:\"ar:يضيف معلومات السجل عند الاقتضاء.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:170:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:72:\"ar:يضيف الأطوال القديمة والجديدة للصفحة.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-title','s:36:\"ar:يضيف عنوان الصفحة.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-user','s:176:\"ar:يضيف المستخدم الذي قام بالتعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:185:\"ar:يضيف معرف المستخدم الذي أجرى التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:44:\"ar:تغييرات عضوية التصنيف.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-type-edit','s:46:\"ar:تعديلات الصفحة العادية.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-type-external','s:39:\"ar:التغييرات الخارجية.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-type-log','s:33:\"ar:ادخالات السجلات.\";'),('aeb-arab','messages:apihelp-query+watchlist-paramvalue-type-new','s:29:\"ar:إنشاء الصفحات.\";'),('aeb-arab','messages:apihelp-query+watchlist-summary','s:128:\"ar:احصل على أحدث التغييرات على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-example-generator','s:114:\"ar:جلب معلومات الصفحة للصفحات في قائمة مراقبة المستخدم الحالية.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-example-simple','s:84:\"ar:سرد الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-fromtitle','s:74:\"ar:العنوان (مع بادئة النطاق) لبدء العد منه.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-limit','s:82:\"ar:كم الإجمالي العدد للنتائج لإرجاعها لكل طلب.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-namespace','s:71:\"ar:إدراج عناوين في النطاقات المعطاة فقط.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-show','s:78:\"ar:إدراج العناصر التي تفي بهذه المعايير فقط.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-param-totitle','s:80:\"ar:العنوان (مع بادئة النطاق) لإيقاف العد عنده.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('aeb-arab','messages:apihelp-query+watchlistraw-summary','s:97:\"ar:الحصول على جميع صفحات قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-query-example-allpages','s:76:\"ar:جلب مراجعات الصفحات التي تبدأ ب<kbd>API/</kbd>.\";'),('aeb-arab','messages:apihelp-query-example-revisions','s:147:\"ar:جلب [[Special:ApiHelp/query+siteinfo|معلومات الموقع]] و[[Special:ApiHelp/query+revisions|مراجعات]] <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-query-extended-description','s:185:\"ar:يجب على جميع تعديلات البيانات أولا استخدام استعلام للحصول على رمز لمنع الاعتداء من المواقع الخبيثة.\";'),('aeb-arab','messages:apihelp-query-param-export','s:109:\"ar:تصدير المراجعات الحالية لجميع الصفحات المعينة أو المولدة.\";'),('aeb-arab','messages:apihelp-query-param-exportnowrap','s:181:\"ar:إعادة تصدير XML دون التفاف عليه في نتيجة XML (نفس شكل [[Special:Export|خاص:تصدير]]). يمكن استخدامها فقط مع $1export.\";'),('aeb-arab','messages:apihelp-query-param-exportschema','s:159:\"ar:استهداف الإصدار المحدد من تنسيق تفريغ XML عند التصدير، يمكن استخدامه مع <var>$1export</var> فقط.\";'),('aeb-arab','messages:apihelp-query-param-indexpageids','s:137:\"ar:تضمين قسم إضافي لمعرفات الصفحات يسرد جميع معرفات الصفحات التي تم إرجاعها.\";'),('aeb-arab','messages:apihelp-query-param-iwurl','s:132:\"ar:ما إذا كنت تريد الحصول على المسار الكامل إذا كان العنوان رابط إنترويكي.\";'),('aeb-arab','messages:apihelp-query-param-list','s:56:\"ar:أي القوائم تريد الحصول عليها.\";'),('aeb-arab','messages:apihelp-query-param-meta','s:73:\"ar:أي البيانات الوصفية تريد الحصول عليها.\";'),('aeb-arab','messages:apihelp-query-param-prop','s:87:\"ar:أي الخصائص تريد الحصول على صفحات استعلام عنها.\";'),('aeb-arab','messages:apihelp-query-param-rawcontinue','s:81:\"ar:إرجاع <samp>query-continue</samp> بيانات خام للاستمرار.\";'),('aeb-arab','messages:apihelp-query-summary','s:58:\"ar:جلب البيانات من وعن ميدياويكي.\";'),('aeb-arab','messages:apihelp-rawfm-summary','s:135:\"ar:بيانات الإخراج، بما في ذلك عناصر تصحيح الأخطاء، بتنسيق JSON (الطباعة بـHTML).\";'),('aeb-arab','messages:apihelp-removeauthenticationdata-example-simple','s:110:\"ar:محاولة إزالة بيانات المستخدم الحالي لـ<kbd>FooAuthenticationRequest</kbd>.\";'),('aeb-arab','messages:apihelp-removeauthenticationdata-summary','s:74:\"ar:إزالة بيانات المصادقة للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-resetpassword-example-email','s:211:\"ar:رسال بريد إلكتروني لإعادة تعيين كلمة المرور لجميع المستخدمين الذين لديهم عنوان البريد الإلكتروني <kbd>user@example.com</kbd>.\";'),('aeb-arab','messages:apihelp-resetpassword-example-user','s:129:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى المستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-resetpassword-extended-description-noroutes','s:232:\"ar:لا تتوفر طرق إعادة تعيين كلمة المرور.\n\nتمكين المسارات في <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> لاستخدام هذه الوحدة.\";'),('aeb-arab','messages:apihelp-resetpassword-param-email','s:92:\"ar:تجري إعادة ضبط عنوان البريد الإلكتروني للمستخدم.\";'),('aeb-arab','messages:apihelp-resetpassword-param-user','s:51:\"ar:تجري إعادة تعيين المستخدم.\";'),('aeb-arab','messages:apihelp-resetpassword-summary','s:106:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى مستخدم.\";'),('aeb-arab','messages:apihelp-revisiondelete-example-log','s:135:\"ar:إخفاء كافة البيانات الموجودة في إدخال السجل <kbd>67890</kbd> بسبب <kbd>BLP violation</kbd>.\";'),('aeb-arab','messages:apihelp-revisiondelete-example-revision','s:98:\"ar:إخفاء محتوى المراجعة <kbd>12345</kbd> في الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-hide','s:43:\"ar:ماذا نختبئ لكل مراجعة.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-ids','s:52:\"ar:المعرفات للمراجعات لحذفها.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-reason','s:45:\"ar:سبب للحذف أو الاسترجاع.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-show','s:57:\"ar:ما الذي يجب إظهاره لكل مراجعة.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-suppress','s:90:\"ar:سواء إخفاء البيانات من الإداريين وكذلك الآخرين.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-tags','s:74:\"ar:وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-target','s:93:\"ar:عنوان الصفحة لحذف المراجعة، إذا كان مطلوبا للنوع.\";'),('aeb-arab','messages:apihelp-revisiondelete-param-type','s:63:\"ar:نوع حذف المراجعة الذي يتم تنفيذه.\";'),('aeb-arab','messages:apihelp-revisiondelete-summary','s:46:\"ar:حذف واسترجاع المراجعات.\";'),('aeb-arab','messages:apihelp-rollback-example-simple','s:141:\"ar:استرجاع التعديلات الأخيرة على الصفحة<kbd>Main Page</kbd> بواسطة المستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-rollback-example-summary','s:280:\"ar:استرجاع التعديلات الأخيرة على صفحة <kbd>Main Page</kbd>بواسطة مستخدم الآيبي <kbd>192.0.2.5</kbd> بالملخص <kbd>Reverting vandalism</kbd>، وتعليم تلك التعديلات والاسترجاع كتعديلات بوت.\";'),('aeb-arab','messages:apihelp-rollback-extended-description','s:193:\"ar:إذا قام المستخدم الأخير الذي قام بتحرير الصفحة بإجراء تعديلات متعددة في صف، فسوف يتم استرجاعها مرة أخرى.\";'),('aeb-arab','messages:apihelp-rollback-param-markbot','s:76:\"ar:تعليم التعديلات المسترجعة كتعديلات بوت.\";'),('aeb-arab','messages:apihelp-rollback-param-pageid','s:112:\"ar:معرف الصفحة للصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('aeb-arab','messages:apihelp-rollback-param-summary','s:117:\"ar:ملخص تعديل مخصص، إذا كان فارغا، سيتم استخدام الملخص الافتراضي.\";'),('aeb-arab','messages:apihelp-rollback-param-tags','s:49:\"ar:وسوم للتطبيق على التراجع.\";'),('aeb-arab','messages:apihelp-rollback-param-title','s:101:\"ar:عنوان الصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('aeb-arab','messages:apihelp-rollback-param-user','s:73:\"ar:اسم المستخدم الذي سيتم إرجاع تعديلاته.\";'),('aeb-arab','messages:apihelp-rollback-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-rollback-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-rollback-summary','s:61:\"ar:التراجع عن آخر تعديل على الصفحة.\";'),('aeb-arab','messages:apihelp-rsd-example-simple','s:27:\"ar:تصدير مخطط RSD.\";'),('aeb-arab','messages:apihelp-rsd-summary','s:58:\"ar:تصدير مخطط RSD (اكتشاف بسيط حقا).\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-example-all','s:94:\"ar:إعادة تعيين حالة الإشعار لقائمة المراقبة بأكملها.\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-example-allpages','s:101:\"ar:إعادة تعيين حالة الإشعار للصفحات في نطاق <kbd>{{ns:user}}</kbd>.\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-example-page','s:70:\"ar:إعادة ضبط حالة الإخطار لـ<kbd>Main page</kbd>.\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:168:\"ar:تعيين الطابع الزمني للإشعار للصفحة <kbd>Main page</kbd> حتى لا يتم عرض جميع التعديلات منذ 1 يناير 2012.\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-extended-description','s:248:\"ar:يؤثر هذا على إبراز الصفحات التي تم تغييرها في قائمة المراقبة والتاريخ، وإرسال البريد الإلكتروني عند تمكين التفضيل \"{{int:tog-enotifwatchlistpages}}\".\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:62:\"ar:العمل على جميع الصفحات المراقبة.\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:117:\"ar:مراجعة لضبط الطابع الزمني للإشعار الأحدث منها (صفحة واحدة فقط).\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-param-timestamp','s:92:\"ar:الطابع الزمني الذي لتعيين الطابع الزمني للإشعار.\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-param-torevid','s:106:\"ar:مراجعة لضبط الطابع الزمني للإشعار عليها (صفحة واحدة فقط).\";'),('aeb-arab','messages:apihelp-setnotificationtimestamp-summary','s:87:\"ar:تحديث الطابع الزمني للإخطار للصفحات المراقبة.\";'),('aeb-arab','messages:apihelp-setpagelanguage-example-default','s:108:\"ar:تغيير لغة الصفحة بمعرف 123 إلى لغة محتوى الويكي الافتراضية.\";'),('aeb-arab','messages:apihelp-setpagelanguage-example-language','s:69:\"ar:تغيير لغة <kbd>Main Page</kbd> إلى لغة الباسك.\";'),('aeb-arab','messages:apihelp-setpagelanguage-extended-description-disabled','s:207:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\n\nتمكين <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]] لاستخدام هذا الإجراء.\";'),('aeb-arab','messages:apihelp-setpagelanguage-param-lang','s:176:\"ar:كود اللغة للغة لتغيير الصفحة إليها، استخدم <kbd>default</kbd> لإعادة تعيين الصفحة إلى لغة محتوى الويكي.\";'),('aeb-arab','messages:apihelp-setpagelanguage-param-pageid','s:140:\"ar:معرف الصفحة للصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1title</var>.\";'),('aeb-arab','messages:apihelp-setpagelanguage-param-reason','s:25:\"ar:سبب للتغيير.\";'),('aeb-arab','messages:apihelp-setpagelanguage-param-tags','s:113:\"ar:تغيير الوسوم لتطبيقها على إدخال السجل الناتج عن هذا الإجراء.\";'),('aeb-arab','messages:apihelp-setpagelanguage-param-title','s:130:\"ar:عنوان الصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('aeb-arab','messages:apihelp-setpagelanguage-summary','s:30:\"ar:تغيير لغة صفحة.\";'),('aeb-arab','messages:apihelp-stashedit-extended-description','s:130:\"ar:يهدف هذا إلى الاستخدام عبر AJAX من نموذج التحرير لتحسين أداء حفظ الصفحة.\";'),('aeb-arab','messages:apihelp-stashedit-param-baserevid','s:63:\"ar:معرف المراجعة للمراجعة الأساسية.\";'),('aeb-arab','messages:apihelp-stashedit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('aeb-arab','messages:apihelp-stashedit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('aeb-arab','messages:apihelp-stashedit-param-section','s:102:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد.\";'),('aeb-arab','messages:apihelp-stashedit-param-sectiontitle','s:36:\"ar:العنوان لقسم جديد.\";'),('aeb-arab','messages:apihelp-stashedit-param-stashedtexthash','s:119:\"ar:رمز رقم محتوى الصفحة من وحدة تخزين سابقة لاستخدامها بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-stashedit-param-summary','s:27:\"ar:تغيير الملخص.\";'),('aeb-arab','messages:apihelp-stashedit-param-text','s:27:\"ar:محتوى الصفحة.\";'),('aeb-arab','messages:apihelp-stashedit-param-title','s:58:\"ar:عنوان الصفحة التي يتم تحريرها.\";'),('aeb-arab','messages:apihelp-stashedit-summary','s:86:\"ar:إعداد تحرير في ذاكرة التخزين المؤقت المشتركة.\";'),('aeb-arab','messages:apihelp-summary','s:3:\"en:\";'),('aeb-arab','messages:apihelp-tag-example-log','s:120:\"ar:إزالة الوسم <kbd>spam</kbd> من معرف إدخال السجل 123 بالسبب <kbd>Wrongly applied</kbd>\";'),('aeb-arab','messages:apihelp-tag-example-rev','s:107:\"ar:أضف الوسم <kbd>vandalism</kbd> إلى معرّف المراجعة 123 بدون تحديد سبب\";'),('aeb-arab','messages:apihelp-tag-param-add','s:87:\"ar:وسوم للإضافة، يمكن فقط إضافة وسوم محددة يدويا.\";'),('aeb-arab','messages:apihelp-tag-param-logid','s:129:\"ar:واحد أو أكثر من معرفات إدخال السجل يمكن من خلاله إضافة أو إزالة الوسم.\";'),('aeb-arab','messages:apihelp-tag-param-rcid','s:156:\"ar:واحد أو أكثر من التغييرات الحديثة للمعرفات التي يمكن من خلالها إضافة أو إزالة الوسم.\";'),('aeb-arab','messages:apihelp-tag-param-reason','s:25:\"ar:سبب للتغيير.\";'),('aeb-arab','messages:apihelp-tag-param-remove','s:140:\"ar:وسوم لإزالتها، لا يمكن إزالة سوى الوسوم المعرفة يدويا أو غير المعرفة تماما.\";'),('aeb-arab','messages:apihelp-tag-param-revid','s:109:\"ar:معرف تعديل واحد أو أكثر يمكن من خلاله إضافة أو إزالة الوسم.\";'),('aeb-arab','messages:apihelp-tag-param-tags','s:126:\"ar:وسوم لتطبيقها على إدخال السجل الذي سيتم إنشاؤه كنتيجة لهذا الإجراء.\";'),('aeb-arab','messages:apihelp-tag-summary','s:128:\"ar:إضافة أو إزالة وسوم التغيير من المراجعات الفردية أو إدخالات السجلات.\";'),('aeb-arab','messages:apihelp-unblock-example-id','s:46:\"ar:رفع منع المعرف #<kbd>105</kbd>.\";'),('aeb-arab','messages:apihelp-unblock-example-user','s:83:\"ar:رفع منع المستخدم <kbd>Bob</kbd> بالسبب <kbd>Sorry Bob</kbd>.\";'),('aeb-arab','messages:apihelp-unblock-param-id','s:212:\"ar:معرف الكتلة المراد إلغاء حظرها (تم الحصول عليها من خلال <kbd>القائمة = الكتل</kbd> ). لا يمكن استخدامها مع <var>مستخدم $1</var> .\";'),('aeb-arab','messages:apihelp-unblock-param-reason','s:30:\"ar:سبب لرفع للمنع.\";'),('aeb-arab','messages:apihelp-unblock-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل المنع.\";'),('aeb-arab','messages:apihelp-unblock-param-user','s:112:\"ar:المستخدم المطلوب إلغاء حظره. لا يمكن استخدامها مع <var>$1 id</var> .\";'),('aeb-arab','messages:apihelp-unblock-param-userid','s:78:\"ar:حدد <kbd>مستخدم $1 = # <var>ID</var></kbd> بدلاً من ذلك.\";'),('aeb-arab','messages:apihelp-unblock-summary','s:38:\"ar:إلغاء منع المستخدم.\";'),('aeb-arab','messages:apihelp-undelete-example-page','s:48:\"ar:استرجاع صفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-undelete-example-revisions','s:67:\"ar:استرجاع مراجعتين لصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-undelete-extended-description','s:357:\"ar:يمكن استرداد قائمة المراجعات المحذوفة (بما في ذلك الطوابع الزمنية) من خلال [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]، ويمكن استرداد قائمة معرفات الملفات المحذوفة من خلال [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('aeb-arab','messages:apihelp-undelete-param-fileids','s:184:\"ar:الطوابع الزمنية لمراجعات الملف للاسترجاع، إذا كانت كل من <var>$1timestamps</var> فارغة، فستتم استعادتها كلها.\";'),('aeb-arab','messages:apihelp-undelete-param-reason','s:29:\"ar:سبب للاسترجاع.\";'),('aeb-arab','messages:apihelp-undelete-param-tags','s:85:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('aeb-arab','messages:apihelp-undelete-param-timestamps','s:229:\"ar:الطوابع الزمنية للمراجعات لإلغاء الحذف. إذا كانت كل من <var>الطوابع $1</var> <var>$1 والمعرفات $ 1</var> فارغة ، فسيتم إلغاء حذفها جميعًا.\";'),('aeb-arab','messages:apihelp-undelete-param-title','s:46:\"ar:عنوان الصفحة للاسترجاع.\";'),('aeb-arab','messages:apihelp-undelete-param-undeletetalk','s:127:\"ar:قم بإلغاء حذف جميع المراجعات الخاصة بصفحة الحديث المرتبطة ، إن وجدت.\";'),('aeb-arab','messages:apihelp-undelete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-undelete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-undelete-summary','s:56:\"ar:حذف المراجعات من صفحة محذوفة.\";'),('aeb-arab','messages:apihelp-unlinkaccount-example-simple','s:134:\"ar:محاولة إزالة رابط المستخدم الحالي للموفر المقترن بـ<kbd>FooAuthenticationRequest</kbd>.\";'),('aeb-arab','messages:apihelp-unlinkaccount-summary','s:89:\"ar:إزالة حساب جهة خارجية مرتبط من المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-upload-example-filekey','s:69:\"ar:أكمل الرفع الذي أخفق بسبب التحذيرات.\";'),('aeb-arab','messages:apihelp-upload-example-url','s:24:\"ar:رفع من مسار.\";'),('aeb-arab','messages:apihelp-upload-extended-description','s:679:\"ar:تتوفر عدة طرق: \n* ارفع محتويات الملف مباشرة، باستخدام الوسيط <var>$1file</var>.\n* ارفع الملف على أجزاء باستخدام الوسائط <var>$1filesize</var> و<var>$1chunk</var> و<var>$1offset</var>.\n* اجعل خادم ميدياويكي يقوم بجلب ملف من مسار، باستخدام الوسيط <var>$1url</var>.\n* أكمل عملية رفع سابقة فشلت بسبب التحذيرات، باستخدام الوسيط <var>$1filekey</var>.\nلاحظ أنه يجب إجراء HTTP POST كرفع ملف (أي استخدام <code>multipart/form-data</code>) عند إرسال <var>$1file</var>.\";'),('aeb-arab','messages:apihelp-upload-param-async','s:102:\"ar:إجراء عمليات ملف كبيرة محتملة غير متزامنة عند الإمكان.\";'),('aeb-arab','messages:apihelp-upload-param-checkstatus','s:74:\"ar:فقط جلب حالة الرفع لمفتاح الملف المحدد.\";'),('aeb-arab','messages:apihelp-upload-param-chunk','s:31:\"ar:محتويات القطعة.\";'),('aeb-arab','messages:apihelp-upload-param-comment','s:175:\"ar:تحميل تعليق الرفع، يُستخدَم أيضا كنص الصفحة الأولي للملفات الجديدة إذا لم يتم تحديد <var>$1text</var>.\";'),('aeb-arab','messages:apihelp-upload-param-file','s:29:\"ar:محتويات الملف.\";'),('aeb-arab','messages:apihelp-upload-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('aeb-arab','messages:apihelp-upload-param-filename','s:38:\"ar:اسم الملف المستهدف.\";'),('aeb-arab','messages:apihelp-upload-param-filesize','s:41:\"ar:حجم ملف الرفع الكامل.\";'),('aeb-arab','messages:apihelp-upload-param-ignorewarnings','s:36:\"ar:تجاهل أية تحذيرات.\";'),('aeb-arab','messages:apihelp-upload-param-offset','s:42:\"ar:إزاحة القطعة بالبايت.\";'),('aeb-arab','messages:apihelp-upload-param-sessionkey','s:96:\"ar:نفس $1filekey، تتم صيانته للتوافق مع الإصدارات السابقة.\";'),('aeb-arab','messages:apihelp-upload-param-stash','s:131:\"ar:في حالة التعيين، سيخزن الخادم الملف مؤقتا بدلا من إضافته إلى المستودع.\";'),('aeb-arab','messages:apihelp-upload-param-tags','s:115:\"ar:غتيير الوسوم لتطبيقها على إدخال سجل الرفع ومراجعة صفحة الملف.\";'),('aeb-arab','messages:apihelp-upload-param-text','s:68:\"ar:النص الأولي للصفحة للملفات الجديدة.\";'),('aeb-arab','messages:apihelp-upload-param-url','s:39:\"ar:مسار لجلب الملف منه.\";'),('aeb-arab','messages:apihelp-upload-param-watch','s:25:\"ar:راقب الصفحة.\";'),('aeb-arab','messages:apihelp-upload-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('aeb-arab','messages:apihelp-upload-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('aeb-arab','messages:apihelp-upload-summary','s:85:\"ar:رفع ملف أو الحصول على حالة المرفوعات المعلقة.\";'),('aeb-arab','messages:apihelp-userrights-example-expiry','s:118:\"ar:إضافة المستخدم <kbd>SometimeSysop</kbd> إلى مجموعة <kbd>sysop</kbd> لمدة شهر واحد.\";'),('aeb-arab','messages:apihelp-userrights-example-user','s:164:\"ar:إضافة المستخدم <kbd>FooBot</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('aeb-arab','messages:apihelp-userrights-example-userid','s:176:\"ar:إضافة المستخدم بالمعرف <kbd>123</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('aeb-arab','messages:apihelp-userrights-param-add','s:178:\"ar:أضف المستخدم إلى هذه المجموعات، أو إذا كان بالفعل عضوا، قم بتحديث صلاحية عضويته في تلك المجموعة.\";'),('aeb-arab','messages:apihelp-userrights-param-expiry','s:611:\"ar:الطوابع الزمنية لانتهاء الصلاحية، قد تكون نسبية (على سبيل المثال <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكافة المجموعات التي تم تمريرها إلى الوسيط <var>$1add</var>، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> لمجموعة مستخدمين لا تنتهي صلاحيتها أبدا.\";'),('aeb-arab','messages:apihelp-userrights-param-reason','s:25:\"ar:سبب للتغيير.\";'),('aeb-arab','messages:apihelp-userrights-param-remove','s:58:\"ar:أزل المستخدم من هذه المجموعات.\";'),('aeb-arab','messages:apihelp-userrights-param-tags','s:106:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل صلاحيات المستخدم.\";'),('aeb-arab','messages:apihelp-userrights-param-user','s:20:\"ar:المستخدم.\";'),('aeb-arab','messages:apihelp-userrights-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('aeb-arab','messages:apihelp-userrights-summary','s:55:\"ar:تغيير عضوية مجموعة المستخدم.\";'),('aeb-arab','messages:apihelp-validatepassword-example-1','s:87:\"ar:تحقق من كلمة المرور <kbd>foobar</kbd> للمستخدم الحالي.\";'),('aeb-arab','messages:apihelp-validatepassword-example-2','s:106:\"ar:تحقق من كلمة المرور <kbd>qwerty</kbd> لإنشاء المستخدم <kbd>Example</kbd>.\";'),('aeb-arab','messages:apihelp-validatepassword-extended-description','s:368:\"ar:يتم الإبلاغ عن الصلاحية كـ<samp>Good</samp> إذا كانت كلمة المرور مقبولة، أو <samp>Change</samp> إذا كان قد يتم استخدام كلمة المرور لتسجيل الدخول ولكن يجب تغييرها، أو <samp>Invalid</samp> إذا كان كلمة المرور غير قابلة للاستخدام.\";'),('aeb-arab','messages:apihelp-validatepassword-param-email','s:112:\"ar:عنوان البريد الإلكتروني; للاستخدام عند اختبار إنشاء الحساب.\";'),('aeb-arab','messages:apihelp-validatepassword-param-password','s:38:\"ar:كلمة المرور للتحقق.\";'),('aeb-arab','messages:apihelp-validatepassword-param-realname','s:93:\"ar:الاسم الحقيقي; للاستخدام عند اختبار إنشاء الحساب.\";'),('aeb-arab','messages:apihelp-validatepassword-param-user','s:159:\"ar:اسم المستخدم; للاستخدام عند اختبار إنشاء الحساب، يجب ألا يكون المستخدم المحدد موجودا.\";'),('aeb-arab','messages:apihelp-validatepassword-summary','s:95:\"ar:التحقق من صحة كلمة السر ضد سياسات كلمة السر للويكي.\";'),('aeb-arab','messages:apihelp-watch-example-generator','s:88:\"ar:راقب الصفحات القليلة الأولى في النطاق الرئيسي.\";'),('aeb-arab','messages:apihelp-watch-example-unwatch','s:59:\"ar:ألغِ مراقبة الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-watch-example-watch','s:46:\"ar:راقب الصفحة <kbd>Main Page</kbd>.\";'),('aeb-arab','messages:apihelp-watch-example-watch-expiry','s:127:\"ar:شاهد الصفحات <kbd>الصفحة الرئيسة</kbd> و <kbd>Foo</kbd> و <kbd>Bar</kbd> لمدة شهر واحد.\";'),('aeb-arab','messages:apihelp-watch-param-expiry','s:197:\"ar:سيتم تطبيق ختم وقت الانتهاء على جميع الصفحات. احذف هذه المعلمة تمامًا لترك أي انتهاء صلاحية حالي دون تغيير.\";'),('aeb-arab','messages:apihelp-watch-param-title','s:99:\"ar:الصفحة ل(عدم)مراقبتها، استخدم <var>$1titles</var> بدلا من ذلك.\";'),('aeb-arab','messages:apihelp-watch-param-unwatch','s:129:\"ar:إذا تم التعيين فستتم إزالة الصفحة من قائمة المراقبة بدلا من مراقبتها.\";'),('aeb-arab','messages:apihelp-watch-summary','s:100:\"ar:إضافة أو إزالة صفحات من قائمة مراقبة المستخدم الحالي.\";'),('aeb-arab','messages:apihelp-xml-param-includexmlnamespace','s:57:\"ar:\nإذا تم تحديدها، سيضيف نطاق XML.\";'),('aeb-arab','messages:apihelp-xml-param-xslt','s:208:\"ar:إذا تم تحديده، سيضيف الصفحة المسماة كورقة أنماط XSL، يجب أن تكون القيمة عنوانا في نطاق {{ns:MediaWiki}} ينتهي بـ<code>.xsl</code>.\";'),('aeb-arab','messages:apihelp-xml-summary','s:48:\"ar:بيانات الإخراج بتنسيق XML.\";'),('aeb-arab','messages:apihelp-xmlfm-summary','s:74:\"ar:بيانات الإخراج بتنسيق XML (الطباعة بـHTML).\";'),('aeb-arab','messages:apisandbox','s:15:\"ar:ملعب API\";'),('aeb-arab','messages:apisandbox-add-multi','s:13:\"ar:إضافة\";'),('aeb-arab','messages:apisandbox-alert-field','s:48:\"ar:قيمة هذا الحقل غير صالحة.\";'),('aeb-arab','messages:apisandbox-alert-page','s:64:\"ar:هناك حقول غير صالحة في هذه الصفحة.\";'),('aeb-arab','messages:apisandbox-continue','s:17:\"ar:استمرار\";'),('aeb-arab','messages:apisandbox-continue-clear','s:13:\"ar:إفراغ\";'),('aeb-arab','messages:apisandbox-continue-help','s:259:\"ar:{{int:apisandbox-continue}} س [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries يستمر] في الطلب الأخير؛ {{int:apisandbox-continue-clear}} سيفرغ المعاملات المرتبطة بالاستمرار.\";'),('aeb-arab','messages:apisandbox-deprecated-parameters','s:28:\"ar:معاملات مهملة\";'),('aeb-arab','messages:apisandbox-dynamic-error-exists','s:50:\"ar:يوجد بالفعل معامل باسم \"$1\".\";'),('aeb-arab','messages:apisandbox-dynamic-parameters','s:30:\"ar:معاملات إضافية\";'),('aeb-arab','messages:apisandbox-dynamic-parameters-add-label','s:25:\"ar:أضف مُعاملا:\";'),('aeb-arab','messages:apisandbox-dynamic-parameters-add-placeholder','s:24:\"ar:اسم المعامل\";'),('aeb-arab','messages:apisandbox-examples','s:13:\"ar:أمثلة\";'),('aeb-arab','messages:apisandbox-fetch-token','s:41:\"ar:املأ التوكين تلقائيا\";'),('aeb-arab','messages:apisandbox-helpurls','s:30:\"ar:وصلات المساعدة\";'),('aeb-arab','messages:apisandbox-intro','s:673:\"ar:استخدم هذه الصفحة لتجربة <strong>MediaWiki web service API</strong>.\nارجع إلى [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page توثيق الAPI] للمزيد من التفاصيل حول استخدام الAPI. مثال: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query البحث عن عناوين الصفحات المطابقة لكلمة رئيسية معينة]. اختر فعلا لترى المزيد من الأمثلة.\n\nلاحظ أنه، على الرغم من أن هذا ملعب، فالأفعال التي تقوم بها على هذه الصفحة ربما تعدل الويكي.\";'),('aeb-arab','messages:apisandbox-jsonly','s:71:\"ar:الجافا سكريبت مطلوبة لاستخدام ملعب API\";'),('aeb-arab','messages:apisandbox-load-error','s:79:\"ar:حدث خطأ أثناء تحميل المعلومات لAPI module \"$1\": $2\";'),('aeb-arab','messages:apisandbox-loading','s:53:\"ar:تحميل المعلومات لAPI module \"$1\"...\";'),('aeb-arab','messages:apisandbox-loading-results','s:36:\"ar:استقبال طلبات API ...\";'),('aeb-arab','messages:apisandbox-multivalue-all-namespaces','s:29:\"ar:$1 (كل النطاقات)\";'),('aeb-arab','messages:apisandbox-multivalue-all-values','s:23:\"ar:$1 (كل القيم)\";'),('aeb-arab','messages:apisandbox-no-parameters','s:52:\"ar:وحدة API هذه ليس بها معاملات.\";'),('aeb-arab','messages:apisandbox-param-limit','s:66:\"ar:أدخل <kbd>max</kbd> لاستخدام الحد الأقصى.\";'),('aeb-arab','messages:apisandbox-request-format-json-label','s:11:\"ar:جسون\";'),('aeb-arab','messages:apisandbox-request-format-php-label','s:19:\"ar:مصفوفة PHP\";'),('aeb-arab','messages:apisandbox-request-format-url-label','s:50:\"ar:سلسلة حروف استعلام المسار\";'),('aeb-arab','messages:apisandbox-request-json-label','s:19:\"ar:JSON الطلب:\";'),('aeb-arab','messages:apisandbox-request-php-label','s:29:\"ar:اطلب مصفوفة PHP:\";'),('aeb-arab','messages:apisandbox-request-selectformat-label','s:37:\"ar:عرض بيانات الطلب ك:\";'),('aeb-arab','messages:apisandbox-request-time','s:41:\"ar:وقت الطلب: {{PLURAL:$1|$1 ms}}\";'),('aeb-arab','messages:apisandbox-request-url-label','s:23:\"ar:مسار الطلب:\";'),('aeb-arab','messages:apisandbox-reset','s:13:\"ar:إفراغ\";'),('aeb-arab','messages:apisandbox-results','s:17:\"ar:النتائج\";'),('aeb-arab','messages:apisandbox-results-error','s:73:\"ar:حدث خطأ أثناء تحميل رد استعدلام الAPI: $1.\";'),('aeb-arab','messages:apisandbox-results-fixtoken','s:52:\"ar:رمز الصحيح وإعادة الموافقة\";'),('aeb-arab','messages:apisandbox-results-fixtoken-fail','s:32:\"ar:فشل جلب توكين \"$1\"\";'),('aeb-arab','messages:apisandbox-results-login-suppressed','s:335:\"ar:هذا الطلب تمت معالجته كمستخدم مسجل الخروج حيث أنه يمكن استخدامه لتجاوز سرية نفس-الأصل للمتصفح. لاحظ أن معالجة توكين ملعب الAPI لا يعمل بشكل جيد مع مثل هذه الطلبات، من فضلك املأها يدويا.\";'),('aeb-arab','messages:apisandbox-retry','s:30:\"ar:إعادة المحاولة\";'),('aeb-arab','messages:apisandbox-sending-request','s:28:\"ar:إرسال طلب API ...\";'),('aeb-arab','messages:apisandbox-submit','s:20:\"ar:عمل الطلب\";'),('aeb-arab','messages:apisandbox-submit-invalid-fields-message','s:84:\"ar:برجاء تصحيح الحقل المعلم والمحاولة مرة أخرى.\";'),('aeb-arab','messages:apisandbox-submit-invalid-fields-title','s:40:\"ar:بعض الحقول غير صالحة\";'),('aeb-arab','messages:apisandbox-summary','s:3:\"en:\";'),('aeb-arab','messages:apisandbox-templated-parameter-reason','s:142:\"ar:يتم تقديم [[Special:ApiHelp/main#main/templatedparams|templated parameter]] استنادا إلى {{PLURAL:$1|قيمة|قيم}} $2.\";'),('aeb-arab','messages:apiwarn-alldeletedrevisions-performance','s:109:\"ar:للحصول على أداء أفضل عند إنشاء العناوين; اضبط <kbd>$1dir=newer</kbd>.\";'),('aeb-arab','messages:apiwarn-badurlparam','s:102:\"ar:تعذر تحليل <var>$1urlparam</var> لـ$2، باستخدام العرض والطول فقط.\";'),('aeb-arab','messages:apiwarn-badutf8','s:291:\"ar:تحتوي القيمة التي تم تمريرها لـ<var>$1</var> على بيانات غير صالحة أو غير طبيعية، يجب أن تكون البيانات النصية صالحة، NFC-normalized Unicode بدون أحرف تحكم C0 غير HT (\\t) وLF (\\n) وCR (\\r).\";'),('aeb-arab','messages:apiwarn-checktoken-percentencoding','s:133:\"ar:تحقق من أن الرموز مثل \"+\" في الرمز المميز يتم ترميزها بشكل صحيح في المسار.\";'),('aeb-arab','messages:apiwarn-compare-no-next','s:144:\"ar:المراجعة $2 هي أحدث مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('aeb-arab','messages:apiwarn-compare-no-prev','s:144:\"ar:المراجعة $2 هي أقدم مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('aeb-arab','messages:apiwarn-compare-nocontentmodel','s:75:\"ar:لا يمكن تحديد نموذج محتوى، على افتراض $1.\";'),('aeb-arab','messages:apiwarn-deprecation-deletedrevs','s:169:\"ar:تم إيقاف <kbd>list=deletedrevs</kbd>; الرجاء استخدام <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> بدلا من ذلك.\";'),('aeb-arab','messages:apiwarn-deprecation-httpsexpected','s:49:\"ar:HTTP المستخدمة عند توقع HTTPS.\";'),('aeb-arab','messages:apiwarn-deprecation-login-botpw','s:429:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd> وقد يتوقف عن العمل دون سابق إنذار، لمتابعة تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('aeb-arab','messages:apiwarn-deprecation-login-nobotpw','s:251:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd>، وقد يتوقف عن العمل دون سابق إنذار، لتسجيل الدخول بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('aeb-arab','messages:apiwarn-deprecation-login-token','s:155:\"ar:تم إيقاف عمل رمز مميز عبر <kbd>action=login</kbd> ;استخدم <kbd>action=query&meta=tokens&type=login</kbd> بدلا من ذلك.\";'),('aeb-arab','messages:apiwarn-deprecation-missingparam','s:231:\"ar:نظرا لعدم تحديد <var>$1</var>; تم استخدام تنسيق قديم للإخراج، تم إيقاف هذا التنسيق، وسيتم دائما استخدام التنسيق الجديد في المستقبل.\";'),('aeb-arab','messages:apiwarn-deprecation-parameter','s:46:\"ar:تم إيقاف الوسيط <var>$1</var>.\";'),('aeb-arab','messages:apiwarn-deprecation-parse-headitems','s:264:\"ar:تم إيقاف <kbd>prop=headitems</kbd> منذ ميدياويكي 1.28; استخدم <kbd>prop=headhtml</kbd> عند إنشاء مستندات HTML جديدة، أو <kbd>prop=modules|jsconfigvars</kbd> عند تحديث مستند من جانب العميل.\";'),('aeb-arab','messages:apiwarn-deprecation-post-without-content-type','s:120:\"ar:تم تقديم طلب POST بدون عنوان <code>Content-Type</code>، هذا لا يعمل بشكل موثوق.\";'),('aeb-arab','messages:apiwarn-deprecation-purge-get','s:109:\"ar:تم إيقاف استخدام <kbd>action=purge</kbd> عبر GET; استخدم POST بدلا من ذلك.\";'),('aeb-arab','messages:apiwarn-deprecation-withreplacement','s:97:\"ar:تم إيقاف <kbd>$1</kbd>; الرجاء استخدام <kbd>$2</kbd> بدلا من ذلك.\";'),('aeb-arab','messages:apiwarn-difftohidden','s:77:\"ar:لا يمكنك إجراء مقارنة مع r$1: المحتوى مخفي.\";'),('aeb-arab','messages:apiwarn-errorprinterfailed','s:67:\"ar:فشل خطأ الطباعة; سوف يعيد دون وسائط.\";'),('aeb-arab','messages:apiwarn-ignoring-invalid-templated-value','s:106:\"ar:تجاهل القيمة <kbd>$2</kbd> في <var>$1</var> عند معالجة وسائط القوالب.\";'),('aeb-arab','messages:apiwarn-invalidcategory','s:28:\"ar:\"$1\" ليس تصنيفا.\";'),('aeb-arab','messages:apiwarn-invalidtitle','s:39:\"ar:\"$1\" ليس عنوانا صالحا.\";'),('aeb-arab','messages:apiwarn-invalidxmlstylesheet','s:77:\"ar:ورقة أنماط غير صالحة أو غير موجودة محددة.\";'),('aeb-arab','messages:apiwarn-invalidxmlstylesheetext','s:98:\"ar:يجب أن تحتوي ورقة الأنماط على الملحق <code>.xsl</code> extension.\";'),('aeb-arab','messages:apiwarn-invalidxmlstylesheetns','s:79:\"ar:يجب أن تكون ورقة الأنماط في نطاق {{ns:MediaWiki}}.\";'),('aeb-arab','messages:apiwarn-moduleswithoutvars','s:221:\"ar:تم تعيين الخاصية <kbd>modules</kbd> ولكن ليست <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd>، متغيرات التكوين ضرورية للاستخدام السليم للوحدة.\";'),('aeb-arab','messages:apiwarn-notfile','s:24:\"ar:\"$1\" ليس ملفا.\";'),('aeb-arab','messages:apiwarn-nothumb-noimagehandler','s:123:\"ar:تعذر إنشاء الصورة المصغرة نظرا لعدم احتواء $1 على معالج صورة مقترن.\";'),('aeb-arab','messages:apiwarn-parse-nocontentmodel','s:97:\"ar:لم يتم إعطاء <var>title</var> أو <var>contentmodel</var>، على افتراض $1.\";'),('aeb-arab','messages:apiwarn-parse-revidwithouttext','s:200:\"ar:تم استخدام <var>revid</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>oldid</var> بدلا من <var>revid</var>؟\";'),('aeb-arab','messages:apiwarn-parse-titlewithouttext','s:199:\"ar:تم استخدام <var>title</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>page</var> بدلا من <var>title</var>؟\";'),('aeb-arab','messages:apiwarn-redirectsandrevids','s:162:\"ar:لا يمكن استخدام دقة تحويلة مع الوسيط <var>revids</var>، أية تحويلات لنقطة <var>revids</var> لم يتم حلها.\";'),('aeb-arab','messages:apiwarn-tokens-origin','s:108:\"ar:قد لا يتم الحصول على الرموز عند عدم تطبيق السياسة الأصلية.\";'),('aeb-arab','messages:apiwarn-truncatedresult','s:105:\"ar:تم اقتطاع هذه النتيجة لأنها قد تكون أكبر من حد الـ$1 بايت.\";'),('aeb-arab','messages:apiwarn-unclearnowtimestamp','s:238:\"ar:تم إيقاف تمرير \"$2\" لوسيط الطابع الزمني <var>$1</var>; إذا احتجت لسبب ما إلى تحديد الوقت الحالي دون حسابه من جانب العميل، فاستخدم <kbd>now</kbd>.\";'),('aeb-arab','messages:apiwarn-unrecognizedvalues','s:84:\"ar:{{PLURAL:$3|قيمة|قيم}} غير معروفة للوسيط <var>$1</var>: $2.\";'),('aeb-arab','messages:apiwarn-unsupportedarray','s:89:\"ar:يستخدم الوسيط <var>$1</var> بنية مصفوفة PHP غير مدعومة.\";'),('aeb-arab','messages:apiwarn-urlparamwidth','s:182:\"ar:تجاهل قيمة العرض المحددة في <var>$1urlparam</var> ($2) لصالح قيمة العرض المشتقة من <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('aeb-arab','messages:apiwarn-validationfailed','s:50:\"ar:خطأ في التحقق من <kbd>$1</kbd>: $2\";'),('aeb-arab','messages:apiwarn-validationfailed-badchars','s:163:\"ar:أحرف غير صالحة في المفتاح (مسموح فقط بـ<code>a-z</code> و<code>A-Z</code> و<code>0-9</code> و<code>_</code> و<code>-</code>).\";'),('aeb-arab','messages:apiwarn-validationfailed-badpref','s:34:\"ar:ليس تفضيلا صالحا.\";'),('aeb-arab','messages:apiwarn-validationfailed-cannotset','s:61:\"ar:لا يمكن ضبطها بواسطة هذه الوحدة.\";'),('aeb-arab','messages:apiwarn-validationfailed-keytoolong','s:84:\"ar:المفتاح طويل جدًا (لا يُسمَح بأكثر من $1 بايت).\";'),('aeb-arab','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aeb-arab','messages:apiwarn-wgdebugapi','s:84:\"ar:<strong>تحذير الأمان:</strong> تم تمكين <var>$wgDebugAPI</var>.\";'),('aeb-arab','messages:apr','s:19:\"aeb-arab:أڥريل\";'),('aeb-arab','messages:april','s:19:\"aeb-arab:أڥريل\";'),('aeb-arab','messages:april-gen','s:19:\"aeb-arab:أڥريل\";'),('aeb-arab','messages:article','s:28:\"aeb-arab:صفحة محتوى\";'),('aeb-arab','messages:articleexists','s:157:\"ar:توجد صفحة بالفعل في [[:$1]] ط، أو اسم الصفحة الذي اخترته غير صالح؛\nالرجاء اختيار اسم آخر.\";'),('aeb-arab','messages:aug','s:15:\"aeb-arab:أوت\";'),('aeb-arab','messages:august','s:15:\"aeb-arab:أوت\";'),('aeb-arab','messages:august-gen','s:15:\"aeb-arab:أوت\";'),('aeb-arab','messages:authenticationdatachange-ignored','s:113:\"ar:تغيير بيانات التحقق لم يتم التعامل معه. ربما لم يتم ضبط موفر؟\";'),('aeb-arab','messages:authform-newtoken','s:28:\"ar:توكين مفقود. $1\";'),('aeb-arab','messages:authform-nosession-login','s:129:\"ar:عملية التحقق كانت ناجحة، لكن متصفحك لا يمكنه \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('aeb-arab','messages:authform-nosession-signup','s:123:\"ar:الحساب تم إنشاؤه، لكن متصفحك لا يمكنه cannot \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('aeb-arab','messages:authform-notoken','s:24:\"ar:توكين مفقود\";'),('aeb-arab','messages:authform-wrongtoken','s:22:\"ar:توكين خاطئ\";'),('aeb-arab','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('aeb-arab','messages:authmanager-authn-autocreate-failed','s:65:\"ar:الإنشاء التلقائي لحساب محلي فشل: $1\";'),('aeb-arab','messages:authmanager-authn-no-local-user','s:98:\"ar:الاعتماد الموفر غير مرتبط بأي مستخدم على هذه الويكي.\";'),('aeb-arab','messages:authmanager-authn-no-local-user-link','s:319:\"ar:الاعتمادات الموفرة صحيحة لكن غير مرتبطة بأي مستخدم على هذه الويكي. سجل الدخول باستخدام طريقة أخرى، أو أنشئ حسابا جديدا، وستمتلك الاختيار لوصل اعتماداتك السابقة لذلك الحساب.\";'),('aeb-arab','messages:authmanager-authn-no-primary','s:67:\"ar:الاعتماد الموفر لم يمكن التحقق منه.\";'),('aeb-arab','messages:authmanager-authn-not-in-progress','s:154:\"ar:عملية التحقق ليست جارية أو بينات الجلسة تم فقدها. من فضلك ابدأ مرة ثانية من البداية.\";'),('aeb-arab','messages:authmanager-autocreate-exception','s:116:\"ar:إنشاء الحسابات التلقائي تم تعطيله مؤقتا نظرا للأخطاء السابقة.\";'),('aeb-arab','messages:authmanager-autocreate-noperm','s:67:\"ar:إنشاء الحساب التلقائي غير مسموح به.\";'),('aeb-arab','messages:authmanager-change-not-supported','s:113:\"ar:الاعتمادات الموفرة لم يمكن تغييرها، حيث أن لا شيء سيستخدمها.\";'),('aeb-arab','messages:authmanager-create-disabled','s:40:\"ar:إنشاء الحسابات معطل.\";'),('aeb-arab','messages:authmanager-create-from-login','s:69:\"ar:لإنشاء حساب، برجاء ملء الحقول أدناه.\";'),('aeb-arab','messages:authmanager-create-no-primary','s:98:\"ar:الاعتمادات الموفرة لم يمكن استخدامها لإنشاء الحساب.\";'),('aeb-arab','messages:authmanager-create-not-in-progress','s:147:\"ar:إنشاء الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('aeb-arab','messages:authmanager-domain-help','s:46:\"ar:النطاق للتوثيق الخارجي.\";'),('aeb-arab','messages:authmanager-email-help','s:47:\"ar:عنوان البريد الإلكتروني\";'),('aeb-arab','messages:authmanager-email-label','s:36:\"ar:البريد الإلكتروني\";'),('aeb-arab','messages:authmanager-link-no-primary','s:90:\"ar:الاعتماد الموفر لم يمكن استخدامه لوصل الحسابات.\";'),('aeb-arab','messages:authmanager-link-not-in-progress','s:143:\"ar:وصل الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('aeb-arab','messages:authmanager-password-help','s:35:\"ar:كلمة السر للتوثيق\";'),('aeb-arab','messages:authmanager-provider-password','s:51:\"ar:توثيق مبني على كلمة المرور\";'),('aeb-arab','messages:authmanager-provider-password-domain','s:66:\"ar:توثيق مبني على كلمة المرور والنطاق\";'),('aeb-arab','messages:authmanager-provider-temporarypassword','s:27:\"ar:كلمة سر مؤقتة\";'),('aeb-arab','messages:authmanager-realname-help','s:45:\"ar:الاسم الحقيقي للمستخدم\";'),('aeb-arab','messages:authmanager-realname-label','s:28:\"ar:الاسم الحقيقي\";'),('aeb-arab','messages:authmanager-retype-help','s:56:\"ar:كلمة المرور مرة أخرى للتأكيد.\";'),('aeb-arab','messages:authmanager-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('aeb-arab','messages:authmanager-userlogin-remembermypassword-help','s:114:\"ar:ما إذا كانت كلمة السر ينبغي أن يتم تذكرها لأطول من مدة الجلسة.\";'),('aeb-arab','messages:authmanager-username-help','s:42:\"ar:اسم المستخدم للتوثيق.\";'),('aeb-arab','messages:authpage-cannot-create','s:68:\"ar:غير قادر على بدء عملية إنشاء الحساب.\";'),('aeb-arab','messages:authpage-cannot-create-continue','s:134:\"ar:غير قادر على الاستمرار في إنشاء الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('aeb-arab','messages:authpage-cannot-link','s:68:\"ar:غير قادر على بدء عملية وصل الحسابات.\";'),('aeb-arab','messages:authpage-cannot-link-continue','s:130:\"ar:غير قادر على الاستمرار في وصل الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('aeb-arab','messages:authpage-cannot-login','s:68:\"ar:غير قادر على بدء عملية تسجيل الدخول.\";'),('aeb-arab','messages:authpage-cannot-login-continue','s:134:\"ar:غير قادر على الاستمرار في تسجيل الدخول. جلستك على الأرجح انتهت صلاحيتها.\";'),('aeb-arab','messages:authprovider-confirmlink-failed','s:58:\"ar:وصل الحساب لم ينجح بشكل كامل: $1\";'),('aeb-arab','messages:authprovider-confirmlink-failed-line','s:9:\"ar:$1: $2\";'),('aeb-arab','messages:authprovider-confirmlink-message','s:330:\"ar:بناء على محاولات تسجيل الدخول الحديثة الخاصة بك، فالحسابات التالية يمكن وصلها بحساب الويكي الخاص بك. وصلهم يفعل تسجيل الدخول عبر هذه الحسابات. من فضلك اختر أيهم ينبغي أن يتم وصلها.\";'),('aeb-arab','messages:authprovider-confirmlink-ok-help','s:65:\"ar:الاستمرار بعد عرض رسائل فشل الوصل.\";'),('aeb-arab','messages:authprovider-confirmlink-option','s:10:\"ar:$1 ($2)\";'),('aeb-arab','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('aeb-arab','messages:authprovider-confirmlink-request-label','s:62:\"ar:الحسابات التي ينبغي أن يتم وصلها\";'),('aeb-arab','messages:authprovider-confirmlink-success-line','s:41:\"ar:$1: تم الوصل بشكل صحيح.\";'),('aeb-arab','messages:authprovider-resetpass-skip-help','s:55:\"ar:تخطي إعادة تعيين كلمة المرور\";'),('aeb-arab','messages:authprovider-resetpass-skip-label','s:15:\"ar:تَخطَّ\";'),('aeb-arab','messages:autoblockedtext','s:852:\"aeb-arab:تم منع عنوان آيبيك تلقائيا لأن مستخدما آخرا ممنوعا بواسطة $1 استخدمه.\nالسبب الممنوح هو التالي:\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك أن تتصل ب $1 أو أحد [[{{MediaWiki:Grouppage-sysop}}|الإداريين]] الآخرين لمناقشة المنع.\n\nلاحظ أنه لا يمكنك استخدام خاصية \"{{int:emailuser}}\" إلا لو كان لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]] ولم يتم منعك من استخدامه.\n\nعنوان آيبيك الحالي $3، ورقم المنع #$5.\nمن فضلك اذكر كل التفاصيل بالأعلى في أي استعلامات تقوم بها.\";'),('aeb-arab','messages:autoblocker','s:178:\"ar:تم منعك تلقائيا لأن الأيبي الخاص بك تم استخدامه مؤخرا بواسطة \"[[User:$1|$1]]\".\nالسبب المعطى لمنع $1 هو: \"$2\"\";'),('aeb-arab','messages:autoblockid','s:26:\"ar:منع تلقائي #$1\";'),('aeb-arab','messages:autoblocklist','s:22:\"ar:منع تلقائي\";'),('aeb-arab','messages:autoblocklist-empty','s:53:\"ar:قائمة المنع التلقائي فارغة.\";'),('aeb-arab','messages:autoblocklist-legend','s:41:\"ar:قائمة المنع التلقائي\";'),('aeb-arab','messages:autoblocklist-localblocks','s:113:\"ar:{{PLURAL:$1|المنع التلقائي المحلي|عمليات المنع التلقائي المحلية}}\";'),('aeb-arab','messages:autoblocklist-otherblocks','s:109:\"ar:{{PLURAL:$1|المنع التلقائي الآخر|عمليات المنع التلقائي الأخرى}}\";'),('aeb-arab','messages:autoblocklist-submit','s:9:\"ar:بحث\";'),('aeb-arab','messages:autoblocklist-total-autoblocks','s:49:\"ar:مجمل الممنوعون تلقائيا: $1\";'),('aeb-arab','messages:autochange-username','s:41:\"ar:تغيير آلي لميدياويكي\";'),('aeb-arab','messages:autocomment-prefix','s:3:\"en:\";'),('aeb-arab','messages:autocreate-edit-warning','s:554:\"ar:<strong>تحذير:</ strong> لم تسجل الدخول. سيُنسب تعديلك إلى <strong> اسم أُنشئ تلقائيًا</ strong> عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. سيكون عنوان الآيبي الخاص بك مرئيًا للمستخدمين الموثوق بهم. في حالة <strong>[تسجيل دخول $1]</strong> أو <strong>[إنشاء حساب $2]</strong>، ستُنسب تعديلاتك إلى الاسم الذي تختاره، إلى جانب المزايا الأخرى.\";'),('aeb-arab','messages:autocreate-preview-warning','s:191:\"ar:<em>لم تسجل الدخول. سيُنسب تعديلك إلى اسم أُنشئ تلقائيًا وسيكون عنوان الآيبي الخاص بك مرئيًا لإداريين.</em>\";'),('aeb-arab','messages:autoredircomment','s:27:\"ar:تحويل إلى [[$1]]\";'),('aeb-arab','messages:autosumm-blank','s:26:\"ar:إفراغ الصفحة\";'),('aeb-arab','messages:autosumm-changed-redirect-target','s:59:\"ar:غير هدف التحويلة من [[$1]] إلى [[$2]]\";'),('aeb-arab','messages:autosumm-new','s:31:\"ar:أنشأ الصفحة ب\'$1\'\";'),('aeb-arab','messages:autosumm-newblank','s:31:\"ar:أنشأ صفحة فارغة\";'),('aeb-arab','messages:autosumm-removed-redirect','s:42:\"ar:أزال التحويلة إلى [[$1]]\";'),('aeb-arab','messages:autosumm-replace','s:37:\"ar:استبدال الصفحة ب\'$1\'\";'),('aeb-arab','messages:backend-fail-alreadyexists','s:43:\"ar:الملف \"$1\" موجود بالفعل.\";'),('aeb-arab','messages:backend-fail-backup','s:64:\"ar:لا يمكن صنع نسخة أحتياطية للملف $1.\";'),('aeb-arab','messages:backend-fail-batchsize','s:164:\"ar:أعطت خلفية التخزين دفعة $1 ملف {{PLURAL:$1|عملية|عمليات}}; الحد الأقصى هو $2 {{PLURAL:$2|عملية|عمليات}}.\";'),('aeb-arab','messages:backend-fail-closetemp','s:39:\"ar:تعذر إغلاق ملف مؤقت.\";'),('aeb-arab','messages:backend-fail-connect','s:67:\"ar:تعذر ربط الإتصال بخلفية التخزين \"$1\".\";'),('aeb-arab','messages:backend-fail-contenttype','s:93:\"ar:تعذر تحديد نوع محتوى الملف الذي تريد تخزينه في \"$1\".\";'),('aeb-arab','messages:backend-fail-copy','s:52:\"ar:لا يمكن نسخ الملف \"$1\" إلى \"$2\".\";'),('aeb-arab','messages:backend-fail-create','s:39:\"ar:تعذر كتابة الملف \"$1\".\";'),('aeb-arab','messages:backend-fail-delete','s:40:\"ar:لم يمكن حذف الملف \"$1\".\";'),('aeb-arab','messages:backend-fail-describe','s:81:\"ar:لا يمكن تغيير بيانات التعريف metadata للملف \"$1\".\";'),('aeb-arab','messages:backend-fail-hash','s:66:\"ar:لا يمكن تحديد دالة التشفير لملف \"$1\".\";'),('aeb-arab','messages:backend-fail-hashes','s:87:\"ar:لم يمكن الحصول على hashes الملفات من أجل المقارنة\";'),('aeb-arab','messages:backend-fail-internal','s:71:\"ar:وقع خطأ غير معروف في خلفية التخزين \"$1\".\";'),('aeb-arab','messages:backend-fail-invalidpath','s:56:\"ar:\"$1\" ليس مساراً صالحاً للتخزين.\";'),('aeb-arab','messages:backend-fail-maxsize','s:106:\"ar:تعذر كتابة الملف \"$1\" لأنه أكبر من {{PLURAL:$2|بايت واحد|$2 بايت}}.\";'),('aeb-arab','messages:backend-fail-move','s:43:\"ar:تعذر نقل ملف \"$1\" إلى \"$2\".\";'),('aeb-arab','messages:backend-fail-notexists','s:35:\"ar:الملف $1 غير موجود.\";'),('aeb-arab','messages:backend-fail-notsame','s:62:\"ar:يوجد بالفعل ملف غير متطابق في \"$1\".\";'),('aeb-arab','messages:backend-fail-opentemp','s:37:\"ar:تعذّر فتح ملف مؤقت.\";'),('aeb-arab','messages:backend-fail-read','s:44:\"ar:لا يمكن قراءة الملف \"$1\".\";'),('aeb-arab','messages:backend-fail-readonly','s:124:\"ar:خلفية التخزين \"$1\" في وضعية القراءة فقط حاليا. السبب في ذلك هو:\n<em>$2</em>\";'),('aeb-arab','messages:backend-fail-sizes','s:74:\"ar:تعذر الحصول على أحجام الملفات للمقارنة\";'),('aeb-arab','messages:backend-fail-stat','s:53:\"ar:لا يمكن قراءة حالة الملف \"$1\".\";'),('aeb-arab','messages:backend-fail-store','s:54:\"ar:لا يمكن تخزين الملف \"$1\" في \"$2\".\";'),('aeb-arab','messages:backend-fail-stream','s:38:\"ar:لا يمكن عرض الملف $1.\";'),('aeb-arab','messages:backend-fail-synced','s:104:\"ar:الملف \"$1\" في حالة غير متناسقة ضمن خلفية التخزين الداخلية\";'),('aeb-arab','messages:backend-fail-usable','s:134:\"ar:تعذر قراءة أو كتابة الملف \"$1\" لنقص في التراخيص أو فقدان الدلائل/الحاويات.\";'),('aeb-arab','messages:backend-fail-writetemp','s:41:\"ar:تعذرت كتابة ملف مؤقت.\";'),('aeb-arab','messages:backlinksubtitle','s:9:\"ar:→ $1\";'),('aeb-arab','messages:bad-target-model','s:123:\"ar:الوجهة المطلوبة تستخدم نموذج محتوى مختلف. لا يمكن تحويل من $1 إلى $2.\";'),('aeb-arab','messages:bad_image_list','s:362:\"ar:الصيغة كالتالي:\n\nفقط عناصر القائمة (السطور التي تبدأ ب *) تؤخذ في الاعتبار.\nيجب أن تكون أول وصلة في السطر وصلة لملف سيىء.\nأي وصلات تالية في السطر نفسه تعتبر استثناءات، أي صفحات قد يكون الملف فيها سطريا.\";'),('aeb-arab','messages:badaccess','s:33:\"aeb-arab:خطأ في السماح\";'),('aeb-arab','messages:badaccess-group0','s:83:\"aeb-arab:ليس من المسموح لك تنفيذ الفعل الذي طلبته.\";'),('aeb-arab','messages:badaccess-groups','s:178:\"aeb-arab:الفعل الذي طلبته مقصور على المستخدمين في {{PLURAL:$2||مجموعة|واحدة من مجموعتي|واحدة من مجموعات}}: $1.\";'),('aeb-arab','messages:badarticleerror','s:79:\"aeb-arab:لا يمكن إجراء هذا الفعل على هذه الصفحة.\";'),('aeb-arab','messages:badfilename','s:49:\"ar:تم تغيير اسم الملف إلى \"$1\".\";'),('aeb-arab','messages:badipaddress','s:38:\"ar:عنوان أيبي غير صحيح\";'),('aeb-arab','messages:badretype','s:71:\"aeb-arab:كلمات السر التي أدخلتها لا تتطابق.\";'),('aeb-arab','messages:badsig','s:67:\"ar:توقيع خام غير صحيح؛ تحقق من وسوم HTML.\";'),('aeb-arab','messages:badsightml','s:114:\"ar:يحتوي توقيعك على بنية إتش تي إم إل نحوية غير صالحة أو متقادمة:\";'),('aeb-arab','messages:badsiglength','s:99:\"ar:توقيعك طويل جدا.\nيجب أن يكون أقل من $1 {{PLURAL:$1|حرف|حروف}}.\";'),('aeb-arab','messages:badsiglinebreak','s:79:\"ar:يجب أن يتكون توقيعك من سطر واحد من نص ويكي.\";'),('aeb-arab','messages:badsiglinks','s:257:\"ar:يتعين أن يحتوي توقيعك على وصلة شبكية إلى صفحة مستخدمك أو صفحة نقاشك أو مساهماتك على موقع الويكي هذا. يرجى إضافتها، على سبيل المثال: <code>$1</code>.\";'),('aeb-arab','messages:badsigsubst','s:142:\"ar:يحتوي توقيعك على حالات إحلال متداخلة (مثال <code>subst:</code> أو <code><nowiki>~~~~</nowiki></code>).\";'),('aeb-arab','messages:badtitle','s:26:\"aeb-arab:عنوان سيء\";'),('aeb-arab','messages:badtitletext','s:265:\"aeb-arab:عنوان الصفحة المطلوب إما غير صحيح أو فارغ، وربما الوصلة بين اللغات أو بين المشاريع خاطئة.\nومن الممكن وجود رموز لا تصلح للاستخدام في العناوين.\";'),('aeb-arab','messages:beta-feature-minerva','s:88:\"ar:فعل واجهة المحمول (مينيرفا) على جهاز سطح المكتب\";'),('aeb-arab','messages:beta-feature-minerva-description','s:199:\"ar:اجعل المظهر المستخدم على الأجهزة النقالة مظهر سطح المكتب قابلاً للانتقاء من صفحة التفضيلات «{{int:prefs-rendering}}».\";'),('aeb-arab','messages:bitrate-bits','s:29:\"ar:$1بيت لكل ثانية\";'),('aeb-arab','messages:bitrate-exabits','s:37:\"ar:$1إكسابيت لكل ثانية\";'),('aeb-arab','messages:bitrate-gigabits','s:37:\"ar:$1جيجابيت لكل ثانية\";'),('aeb-arab','messages:bitrate-kilobits','s:37:\"ar:$1كيلوبيت لكل ثانية\";'),('aeb-arab','messages:bitrate-megabits','s:37:\"ar:$1ميجابيت لكل ثانية\";'),('aeb-arab','messages:bitrate-petabits','s:37:\"ar:$1بيتابيت لكل ثانية\";'),('aeb-arab','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('aeb-arab','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('aeb-arab','messages:bitrate-terabits','s:37:\"ar:$1تيرابيت لكل ثانية\";'),('aeb-arab','messages:bitrate-yottabits','s:37:\"ar:$1يوتابيت لكل ثانية\";'),('aeb-arab','messages:bitrate-zettabits','s:38:\"ar:$1 زيتابيت لكل ثانية\";'),('aeb-arab','messages:blankarticle','s:168:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد إنشاءها فارغة. إذا نقرت \"$1\" ثانية فستنشأ الصفحة بدون محتوى.\";'),('aeb-arab','messages:blanknamespace','s:21:\"aeb-arab:(رئيسي)\";'),('aeb-arab','messages:blankpage','s:22:\"ar:صفحة فارغة\";'),('aeb-arab','messages:block','s:26:\"ar:منع المستخدم\";'),('aeb-arab','messages:block-actions','s:20:\"ar:نوع المنع\";'),('aeb-arab','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('aeb-arab','messages:block-details','s:26:\"ar:تفاصيل المنع\";'),('aeb-arab','messages:block-expiry','s:21:\"ar:مدة المنع:\";'),('aeb-arab','messages:block-log-flags-angry-autoblock','s:54:\"ar:المنع التلقائي المتقدم مفعل\";'),('aeb-arab','messages:block-log-flags-anononly','s:49:\"ar:المستخدمون المجهولون فقط\";'),('aeb-arab','messages:block-log-flags-hiddenname','s:35:\"ar:اسم المستخدم مخفي\";'),('aeb-arab','messages:block-log-flags-noautoblock','s:39:\"ar:المنع التلقائي معطل\";'),('aeb-arab','messages:block-log-flags-nocreate','s:47:\"aeb-arab:إنشاء الحسابات ممنوع\";'),('aeb-arab','messages:block-log-flags-noemail','s:47:\"ar:البريد الإلكتروني ممنوع\";'),('aeb-arab','messages:block-log-flags-nousertalk','s:62:\"ar:لا يمكن تعديل صفحة النقاش الخاصة\";'),('aeb-arab','messages:block-options','s:29:\"ar:خيارات إضافية:\";'),('aeb-arab','messages:block-reason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:block-target','s:119:\"ar:اسم المستخدم أو عنوان بروتوكول الإنترنت خاصته أو نطاق العناوين:\";'),('aeb-arab','messages:block-target-placeholder','s:50:\"ar:اسم مستخدم، 1.1.1.42 أو 1.1.1.42/16\";'),('aeb-arab','messages:blocked-mailpassword','s:187:\"aeb-arab:تم منع عنوان الأيبي الخاص بك من التحرير، ولمنع التخريب لا يمكنك أن تستخدم خاصية استرجاع كلمة السر.\";'),('aeb-arab','messages:blocked-notice-logextract','s:134:\"aeb-arab:هذا المستخدم ممنوع حاليا.\nآخر مدخلة في سجل المنع موفرة بالأسفل كمرجع:\";'),('aeb-arab','messages:blockednoreason','s:29:\"aeb-arab:لا سبب معطى\";'),('aeb-arab','messages:blockedtext','s:828:\"aeb-arab:<strong>اسم المستخدم أو عنوان الأيبي الخاص بك تم منعه.</strong>\n\nقام بالمنع $1.\nسبب المنع هو: <em>$2</em>.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك الاتصال ب$1 أو مع أحد [[{{MediaWiki:Grouppage-sysop}}|الإداريين]] للنقاش حول المنع.\nلا يمكنك استخدام خاصية \"{{int:emailuser}}\" إلا إذا كنت قد وضعت عنوان بريدي صحيح في [[Special:Preferences|تفضيلات حسابك]] ولم يتم منعك من استخدامها.\nعنوان الأيبي الخاص بك حاليا هو $3، ورقم المنع هو #$5.\nمن فضلك اذكر كل التفاصيل بالأعلى في أي استعلامات تقوم بها.\";'),('aeb-arab','messages:blockedtext-composite','s:397:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك.</strong>\n\nالسبب المعطى هو:\n\n:<em>$2</em>.\n\n* بداية المنع: $8\n*  نهاية صلاحية أطول منع: $6\n\n* $5\n\nعنوان الآيبي الحالي الخاص بك هو $3.\nيرجى تضمين جميع التفاصيل أعلاه في أية استفسارات تقوم بها.\";'),('aeb-arab','messages:blockedtext-composite-ids','s:145:\"ar:معرفات المنع ذات الصلة: $1 (قد يتم أيضا إدراج عنوان الآيبي الخاص بك في قائمة منع)\";'),('aeb-arab','messages:blockedtext-composite-no-ids','s:96:\"ar:يظهر عنوان الآيبي الخاص بك في العديد من قوائم المنع\";'),('aeb-arab','messages:blockedtext-composite-reason','s:102:\"ar:هناك عدة عمليات منع ضد حسابك و/أو عنوان الآيبي الخاص بك\";'),('aeb-arab','messages:blockedtext-partial','s:582:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك من القيام بذلك, قد تظل قادرا على القيام بأشياء أخرى على هذا الموقع، مثل تحرير صفحات معينة، </strong> يمكنك عرض تفاصيل المنع بالكامل في [[Special:MyContributions|مساهمات الحساب]].\n\nتم المنع بواسطة $1.\n\nالسبب المعطى هو <em>$2</em>.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n* معرف المنع #$5\";'),('aeb-arab','messages:blockedtitle','s:36:\"aeb-arab:المستخدم ممنوع\";'),('aeb-arab','messages:blockip','s:59:\"ar:منع {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:blockipsuccesssub','s:33:\"ar:نجحت عملية المنع\";'),('aeb-arab','messages:blockipsuccesstext','s:155:\"ar:[[Special:Contributions/$1|$1]] تم منعه.<br />\nانظر [[Special:BlockList|قائمة منع الأيبي]] لمراجعة حالات المنع.\";'),('aeb-arab','messages:blockiptext','s:728:\"ar:استخدم النموذج التالي لمنع مستخدم، أو عنوان أيبي، معين من التعديل أو إنشاء حسابات جديدة.\nتستخدم هذه العملية لمنع التخريب فقط، ويجب أن تتماشى مع [[{{MediaWiki:Policy-url}}|سياسة المنع]].\nأدخل تعليلا واضحا لسبب المنع في الخانة المخصصة لذلك (مثلاً: ذكر صفحات محددة تم تخريبها من قبل المستخدم).\nيمكنك منع نطاقات عناوين IP باستخدام قواعد [https://ar.wikipedia.org/wiki/توجيه_بين_نطاقي_غير_صنفي CIDR]؛ أكبر نطاق مسموح به هو /$1 لIPv4 و /$2 لIPv6.\";'),('aeb-arab','messages:blocklink','s:19:\"aeb-arab:بلوكي\";'),('aeb-arab','messages:blocklist','s:42:\"ar:المستخدمون الممنوعون\";'),('aeb-arab','messages:blocklist-addressblocks','s:45:\"ar:أخف منع عنوان أيبي واحد\";'),('aeb-arab','messages:blocklist-autoblocks','s:37:\"ar:أخف المنع التلقائي\";'),('aeb-arab','messages:blocklist-by','s:30:\"ar:الإداري المانع\";'),('aeb-arab','messages:blocklist-editing','s:17:\"ar:التحرير\";'),('aeb-arab','messages:blocklist-editing-action','s:13:\"ar:أفعال\";'),('aeb-arab','messages:blocklist-editing-ns','s:19:\"ar:النطاقات\";'),('aeb-arab','messages:blocklist-editing-page','s:17:\"ar:الصفحات\";'),('aeb-arab','messages:blocklist-editing-sitewide','s:50:\"ar:التحرير (على مستوى الموقع)\";'),('aeb-arab','messages:blocklist-expiry','s:18:\"ar:ينتهي في\";'),('aeb-arab','messages:blocklist-indefblocks','s:55:\"ar:أخف عمليات المنع غير المحددة\";'),('aeb-arab','messages:blocklist-nousertalk','s:62:\"ar:لا يمكنه تعديل صفحة نقاشه الخاصة\";'),('aeb-arab','messages:blocklist-params','s:26:\"ar:معطيات المنع\";'),('aeb-arab','messages:blocklist-rangeblocks','s:33:\"ar:أخف منع النطاقات\";'),('aeb-arab','messages:blocklist-reason','s:13:\"ar:السبب\";'),('aeb-arab','messages:blocklist-summary','s:3:\"en:\";'),('aeb-arab','messages:blocklist-target','s:13:\"ar:الهدف\";'),('aeb-arab','messages:blocklist-tempblocks','s:33:\"ar:أخف المنع المؤقت\";'),('aeb-arab','messages:blocklist-timestamp','s:13:\"ar:الزمن\";'),('aeb-arab','messages:blocklist-type','s:14:\"ar:النوع:\";'),('aeb-arab','messages:blocklist-type-opt-all','s:11:\"ar:الكل\";'),('aeb-arab','messages:blocklist-type-opt-partial','s:11:\"ar:جزئي\";'),('aeb-arab','messages:blocklist-type-opt-sitewide','s:33:\"ar:على مستوى الموقع\";'),('aeb-arab','messages:blocklist-userblocks','s:33:\"ar:أخف منع الحسابات\";'),('aeb-arab','messages:blocklog-showlog','s:111:\"ar:سبق منع {{GENDER:$1|هذا المستخدم}}.\nسجل المنع معروض بالأسفل كمرجع:\";'),('aeb-arab','messages:blocklog-showsuppresslog','s:114:\"ar:سبق منع وإخفاء هذا المستخدم.\nسجل الإخفاء معروض بالأسفل كمرجع:\";'),('aeb-arab','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('aeb-arab','messages:blocklogpage','s:26:\"aeb-arab:سجل المنع\";'),('aeb-arab','messages:blocklogtext','s:270:\"ar:هذا سجل بعمليات المنع ورفع المنع.\nعناوين الأيبي الممنوعة تلقائياً غير معروضة.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لرؤية عمليات المنع المفعلة حالياً.\";'),('aeb-arab','messages:booksources','s:28:\"aeb-arab:مصادر كتاب\";'),('aeb-arab','messages:booksources-invalid-isbn','s:122:\"ar:رقم ISBN المعطى لا يبدو صحيحا؛ تحقق من أخطاء النسخ من المصدر الأصلي.\";'),('aeb-arab','messages:booksources-isbn','s:12:\"ar:ردمك:\";'),('aeb-arab','messages:booksources-search','s:9:\"ar:بحث\";'),('aeb-arab','messages:booksources-search-legend','s:52:\"aeb-arab:التلويج على مصادر الكتب\";'),('aeb-arab','messages:booksources-summary','s:3:\"en:\";'),('aeb-arab','messages:booksources-text','s:253:\"ar:توجد أدناه قائمة بوصلات لمواقع أخرى تبيع الكتب الجديدة والمستعملة، أيضا يمكنك أن تحصل على معلومات إضافية عن الكتب التي تبحث عنها من هناك:\";'),('aeb-arab','messages:boteditletter','s:11:\"aeb-arab:ب\";'),('aeb-arab','messages:botpasswords','s:33:\"ar:كلمات مرور البوت\";'),('aeb-arab','messages:botpasswords-bad-appid','s:42:\"ar:اسم البوت \"$1\" غير صحيح.\";'),('aeb-arab','messages:botpasswords-created-body','s:134:\"ar:كلمة سر البوت للبوت \"$1\" الخاص {{GENDER:$2|بالمستخدم|بالمستخدمة}} \"$2\" تم إنشاؤها.\";'),('aeb-arab','messages:botpasswords-created-title','s:39:\"ar:تم إنشاء كلمة سر بوت\";'),('aeb-arab','messages:botpasswords-createnew','s:49:\"ar:إنشاء كلمة سر جديدة للبوت\";'),('aeb-arab','messages:botpasswords-deleted-body','s:102:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" قد حذفت.\";'),('aeb-arab','messages:botpasswords-deleted-title','s:36:\"ar:كلمة سر البوت حذفت\";'),('aeb-arab','messages:botpasswords-disabled','s:60:\"ar:كلمات السر الخاصة بالبوت معطلة.\";'),('aeb-arab','messages:botpasswords-editexisting','s:51:\"ar:تعديل كلمة سر موجودة للبوت\";'),('aeb-arab','messages:botpasswords-existing','s:50:\"ar:كلمات مرور البوت الموجودة\";'),('aeb-arab','messages:botpasswords-help-grants','s:241:\"ar:كل منحة تعطي وصولا لصلاحيات المستخدم المعروضة التي يمتلكها حساب المستخدم بالفعل. انظر [[Special:ListGrants|جدول المنح]] للمزيد من المعلومات.\";'),('aeb-arab','messages:botpasswords-insert-failed','s:78:\"ar:فشل في إضافة  اسم البوت \"$1\".هل أضيف بالفعل؟\";'),('aeb-arab','messages:botpasswords-invalid-name','s:104:\"ar:اسم المستخدم الموفر لا يحتوي على فاصل كلمة سر البوت (\"$1\").\";'),('aeb-arab','messages:botpasswords-label-appid','s:21:\"ar:اسم البوت:\";'),('aeb-arab','messages:botpasswords-label-cancel','s:9:\"ar:ألغ\";'),('aeb-arab','messages:botpasswords-label-create','s:13:\"ar:إنشاء\";'),('aeb-arab','messages:botpasswords-label-delete','s:11:\"ar:احذف\";'),('aeb-arab','messages:botpasswords-label-grants','s:47:\"ar:المنح التي يمكن تطبيقها:\";'),('aeb-arab','messages:botpasswords-label-grants-column','s:17:\"ar:الممنوح\";'),('aeb-arab','messages:botpasswords-label-needsreset','s:66:\"ar:(تحتاج كلمة المرور إلى إعادة الضبط)\";'),('aeb-arab','messages:botpasswords-label-resetpassword','s:34:\"ar:أعد ضبط كلمة السر\";'),('aeb-arab','messages:botpasswords-label-update','s:13:\"ar:تحديث\";'),('aeb-arab','messages:botpasswords-locked','s:100:\"ar:لا يمكنك تسجيل الدخول بكلمة مرور بوت حيث تم منع حسابك.\";'),('aeb-arab','messages:botpasswords-needs-reset','s:127:\"ar:يجب إعادة تعيين كلمة سر البوت لاسم بوت \"$2\" {{GENDER:$1|المستخدم|المستخدم}}\".\";'),('aeb-arab','messages:botpasswords-newpassword','s:448:\"ar:كلمة السر الجديدة لتسجيل الدخول ب <strong>$1</strong> هي <strong>$2</strong>. <em>من فضلك سجل هذه كمرجع في المستقبل .</em><br> (للبوتات القديمة التي تتطلب أن يكون اسم تسجيل الدخول مثل اسم المستخدم النهائي، يمكنك أيضا استخدام <strong>$3</strong> كاسم مستخدم و <strong>$4</strong> ككلمة سر.)\";'),('aeb-arab','messages:botpasswords-no-central-id','s:145:\"ar:لاستخدام كلمة السر الخاصة بالبوت، يجب أن تقوم بتسجيل الدخول من خلال حساب موحد.\";'),('aeb-arab','messages:botpasswords-no-provider','s:47:\"ar:BotPasswordsSessionProvider غير متاح.\";'),('aeb-arab','messages:botpasswords-not-exist','s:80:\"ar:المستخدم \"$1\" لا يمتلك كلمة سر بوت بالاسم \"$2\".\";'),('aeb-arab','messages:botpasswords-restriction-failed','s:66:\"ar:قيود كلمة سر البوت تمنع هذا الولوج.\";'),('aeb-arab','messages:botpasswords-summary','s:580:\"ar:<em>كلمات سر البوت</em> تسمح بالوصول لحساب مستخدم من خلال API بدون استخدام اعتمادات تسجيل الدخول الرئيسية للحساب. صلاحيات المستخدم المتوفرة عند تسجيل الدخول باستخدام كلمة سر بوت ربما تكون مقيدة.\n\nإن لم تكن تعلم لماذا تريد فعل هذا، فينبغي عليك على الأرجح ألا تفعله. لا ينبغي أن يسألك أحد أبدًا أن تولد واحدة من هذه وتعطيها له.\";'),('aeb-arab','messages:botpasswords-toolong-grants','s:82:\"ar:لقد جرى تحديد عدد كبير جدًا من تصاريح المنح.\";'),('aeb-arab','messages:botpasswords-toolong-restrictions','s:102:\"ar:هناك عدد كبير من الإدخالات لعناوين الأي بي أو النطاقات\";'),('aeb-arab','messages:botpasswords-update-failed','s:77:\"ar:فشل في تحديث كلمة سر البوت \"$1\". هل تم حذفه؟\";'),('aeb-arab','messages:botpasswords-updated-body','s:108:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" تم تحديثها.\";'),('aeb-arab','messages:botpasswords-updated-title','s:43:\"ar:تم تحديث كلمة سر البوت\";'),('aeb-arab','messages:brackets','s:7:\"ar:[$1]\";'),('aeb-arab','messages:brackets-end','s:4:\"ar:]\";'),('aeb-arab','messages:brackets-start','s:4:\"ar:[\";'),('aeb-arab','messages:broken-file-category','s:65:\"aeb-arab:صفحات تحتوي وصلات ملفات معطوبة\";'),('aeb-arab','messages:broken-file-category-desc','s:150:\"ar:يضاف التصنيف إذا كانت الصفحة تحتوي وصلة معطوبة (وصلة لتضمين ملف والملف غير موجود)\";'),('aeb-arab','messages:brokenredirects','s:30:\"ar:تحويلات مكسورة\";'),('aeb-arab','messages:brokenredirects-delete','s:9:\"ar:حذف\";'),('aeb-arab','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('aeb-arab','messages:brokenredirects-edit','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:brokenredirects-summary','s:3:\"en:\";'),('aeb-arab','messages:brokenredirectstext','s:77:\"ar:التحويلات التالية تصل لصفحات غير موجودة:\";'),('aeb-arab','messages:bydate','s:24:\"ar:حسب التاريخ\";'),('aeb-arab','messages:cachedspecial-viewing-cached-ttl','s:105:\"ar:أنت تستعرض نسخة مخبأة من هذه الصفحة، وقدمها قد يصل إلى $1.\";'),('aeb-arab','messages:cactions','s:15:\"ar:المزيد\";'),('aeb-arab','messages:cancel','s:17:\"aeb-arab:بطّل\";'),('aeb-arab','messages:cannotauth-not-allowed','s:69:\"ar:أنت غير مسموح لك باستخدام هذه الصفحة\";'),('aeb-arab','messages:cannotauth-not-allowed-title','s:24:\"ar:الإذن مرفوض\";'),('aeb-arab','messages:cannotchangeemail','s:129:\"aeb-arab:تغيير عنوان البريد الإلكتروني لهذا الحساب غير ممكن على هذا الويكي\";'),('aeb-arab','messages:cannotcreateaccount-text','s:89:\"ar:إنشاء الحسابات المباشر غير مفعل على هذه الويكي.\";'),('aeb-arab','messages:cannotcreateaccount-title','s:44:\"ar:لا يمكن إنشاء الحسابات\";'),('aeb-arab','messages:cannotdelete','s:94:\"aeb-arab:تعذر حذف الصفحة أو الملف \"$1\".\nربما حذفها شحص آخر.\";'),('aeb-arab','messages:cannotdelete-title','s:47:\"aeb-arab:لا يمكن حذف الصفحة \"$1\"\";'),('aeb-arab','messages:cannotlink-no-provider','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('aeb-arab','messages:cannotlink-no-provider-title','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('aeb-arab','messages:cannotlogin-text','s:43:\"ar:تسجيل الدخول غير ممكن.\";'),('aeb-arab','messages:cannotlogin-title','s:40:\"ar:لا يمكن تسجيل الدخول\";'),('aeb-arab','messages:cannotloginnow-text','s:66:\"ar:لا يمكن تسجيل الدخول عند استخدام $1.\";'),('aeb-arab','messages:cannotloginnow-title','s:49:\"ar:لا يمكن تسجيل الدخول الآن\";'),('aeb-arab','messages:cannotlogoutnow-text','s:65:\"ar:لا يمكن تسجيل الخروج عند استخدام $1\";'),('aeb-arab','messages:cannotlogoutnow-title','s:49:\"ar:لا يمكن تسجيل الخروج الآن\";'),('aeb-arab','messages:cannotmove','s:101:\"ar:تعذر نقل الصفحة; {{PLURAL:$1|للسبب التالي|للأسباب التالية}}:\";'),('aeb-arab','messages:cannotundelete','s:62:\"ar:بعض أو كل عملية الاسترجاع فشلت:\n$1\";'),('aeb-arab','messages:cannotunlink-no-provider','s:74:\"ar:لا توجد حسابات مرتبطة يمكن إلغاء ربطها.\";'),('aeb-arab','messages:cannotunlink-no-provider-title','s:66:\"ar:لا توجد حسابات مرتبطة لإلغاء الربط\";'),('aeb-arab','messages:cant-block-nonexistent-page','s:86:\"ar:لا يمكنك منع مستخدم من $1 لأن الصفحة غير موجودة\";'),('aeb-arab','messages:cant-move-category-page','s:74:\"ar:أنت لا تمتلك صلاحية نقل صفحات التصانيف.\";'),('aeb-arab','messages:cant-move-subpages','s:82:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات الفرعية.\";'),('aeb-arab','messages:cant-move-to-category-page','s:82:\"ar:أنت لا تمتلك صلاحية نقل صفحة إلى صفحة تصنيف.\";'),('aeb-arab','messages:cant-move-to-user-page','s:143:\"ar:أنت لا تمتلك الصلاحية لنقل صفحة إلى صفحة مستخدم (ماعدا إلى صفحة مستخدم فرعية).\";'),('aeb-arab','messages:cant-move-user-page','s:97:\"ar:أنت لا تمتلك الصلاحية لنقل صفحات المستخدم الرئيسية.\";'),('aeb-arab','messages:cant-see-hidden-user','s:223:\"ar:المستخدم الذي تحاول منعه تم منعه سابقاً وإخفاؤه. بما أنك لا تمتلك صلاحية إخفاء المستخدم، لا يمكنك مشاهدة المنع أو تعديله.\";'),('aeb-arab','messages:cantmove-titleprotected','s:138:\"ar:لا يمكنك نقل صفحة إلى هذا الموقع، لأن العنوان الجديد تمت حمايته ضد الإنشاء\";'),('aeb-arab','messages:cantrollback','s:119:\"ar:لم يمكن استرجاع التعديل.\nآخر مساهم هو المؤلف الوحيد لهذه الصفحة.\";'),('aeb-arab','messages:cascadeprotected','s:361:\"aeb-arab:تمت حماية هذه الصفحة من التعديل لأنها مدمجة في {{PLURAL:$1||الصفحة التالية، والتي|الصفحتين التاليتين، واللتين|الصفحات التالية، والتي}} تم استعمال خاصية \"حماية الصفحات المدمجة\" {{PLURAL:$1||بها|بهما|بها}}:\n$2\";'),('aeb-arab','messages:cascadeprotectedwarning','s:508:\"aeb-arab:<strong>تحذير:</strong> تمت حماية هذه الصفحة بحيث يستطيع المستخدمون [[Special:ListGroupRights|ذوو صلاحيات محددة]] فقط تعديلها، وذلك لأنها مدمجة في {{PLURAL:$1||الصفحة التالية والتي تمت حمايتها|الصفحتين التاليتين واللتين تمت حمايتها|الصفحات التالية والتي تمت حمايتها}} بخاصية \"حماية الصفحات المدمجة\":\";'),('aeb-arab','messages:categories','s:23:\"aeb-arab:تصنيفات\";'),('aeb-arab','messages:categories-submit','s:11:\"ar:أظهر\";'),('aeb-arab','messages:categories-summary','s:3:\"en:\";'),('aeb-arab','messages:categoriesfrom','s:49:\"ar:اعرض التصنيفات ابتداء من:\";'),('aeb-arab','messages:categoriespagetext','s:255:\"ar:{{PLURAL:$1|التصنيف التالي|التصنيفات التالية}} موجودة في الويكي، وقد تكون مستخدمة أو غير مستخدمة،\nانظر أيضا [[Special:WantedCategories|التصنيفات المطلوبة]].\";'),('aeb-arab','messages:category-article-count','s:378:\"aeb-arab:{{PLURAL:$2|لا يحتوي هذا التصنيف أي صفحات.|هذا التصنيف يحتوي على الصفحة التالية فقط.|{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|ال$1 صفحات التالية|ال$1 صفحة التالية|ال$1 صفحة التالية}} في هذا التصنيف، من إجمالي $2.}}\";'),('aeb-arab','messages:category-article-count-limited','s:216:\"aeb-arab:{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|ال$1 صفحات التالية|ال$1 صفحة التالية|ال$1 صفحة التالية}} في التصنيف الحالي.\";'),('aeb-arab','messages:category-empty','s:101:\"aeb-arab:<em>هذا التصنيف لا يحتوي حاليا على صفحات أو وسائط.</em>\";'),('aeb-arab','messages:category-file-count','s:378:\"aeb-arab:{{PLURAL:$2|لا يحتوي هذا التصنيف أي صفحات.|هذا التصنيف يحتوي على الصفحة التالية فقط.|{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|ال$1 صفحات التالية|ال$1 صفحة التالية|ال$1 صفحة التالية}} في هذا التصنيف، من إجمالي $2.}}\";'),('aeb-arab','messages:category-file-count-limited','s:199:\"aeb-arab:{{PLURAL:$1|الملف التالي|الملفان التاليان|ال$1 ملفات التالية|ال$1 ملفًا تاليًا|ال$1 ملف تالٍ}} في التصنيف الحالي.\";'),('aeb-arab','messages:category-header-numerals','s:10:\"ar:$1–$2\";'),('aeb-arab','messages:category-media-header','s:48:\"aeb-arab:الوسائط في التصنيف \"$1\"\";'),('aeb-arab','messages:category-move-redirect-override','s:4:\"en:-\";'),('aeb-arab','messages:category-subcat-count','s:418:\"aeb-arab:{{PLURAL:$2|لا تصانيف فرعية في هذا التصنيف|هذا التصنيف فيه التصنيف الفرعي التالي فقط.|هذا التصنيف فيه {{PLURAL:$1||هذا التصنيف الفرعي|هذين التصنيفين الفرعيين|هذه ال$1 تصانيف الفرعية|هذه ال$1 تصنيفا فرعيا|هذه ال$1 تصنيف فرعي}}، من إجمالي $2.}}\";'),('aeb-arab','messages:category-subcat-count-limited','s:255:\"aeb-arab:هذا التصنيف فيه {{PLURAL:$1||التصنيف الفرعي التالي|التصنيفين الفرعيين التاليين|$1 تصانيف فرعية تالية|$1 تصنيفا فرعيا تاليا|$1 تصنيف فرعي تالي}}.\";'),('aeb-arab','messages:category_header','s:35:\"aeb-arab:صفحات تصنيف \"$1\"\";'),('aeb-arab','messages:categorypage','s:35:\"ar:طالع صفحة التصنيف\";'),('aeb-arab','messages:categoryviewer-pagedlinks','s:12:\"ar:($1) ($2)\";'),('aeb-arab','messages:change-blocklink','s:30:\"aeb-arab:تغيير المنع\";'),('aeb-arab','messages:changeblockip','s:24:\"ar:تغيير المنع\";'),('aeb-arab','messages:changecontentmodel','s:50:\"ar:تغيير نموذج المحتوى لصفحة\";'),('aeb-arab','messages:changecontentmodel-cannot-convert','s:77:\"ar:المحتوى على [[:$1]] لا يمكن تحويله لنوع من $2.\";'),('aeb-arab','messages:changecontentmodel-current-label','s:42:\"ar:نموذج المحتوى الحالي:\";'),('aeb-arab','messages:changecontentmodel-emptymodels-text','s:73:\"ar:المحتوى على[[:$1]] لا يمكن تغييره لأي نوع.\";'),('aeb-arab','messages:changecontentmodel-emptymodels-title','s:46:\"ar:لا موديلات محتوى متوفرة\";'),('aeb-arab','messages:changecontentmodel-legend','s:35:\"ar:غير نموذج المحتوى\";'),('aeb-arab','messages:changecontentmodel-model-label','s:34:\"ar:نموذج محتوى جديد:\";'),('aeb-arab','messages:changecontentmodel-nodirectediting','s:75:\"ar:نموذج المحتوى $1 لا يدعم التعديل المباشر\";'),('aeb-arab','messages:changecontentmodel-reason-label','s:14:\"ar:السبب:\";'),('aeb-arab','messages:changecontentmodel-submit','s:13:\"ar:تغيير\";'),('aeb-arab','messages:changecontentmodel-success-text','s:53:\"ar:نوع المحتوى ل[[:$1]] تم تغييره.\";'),('aeb-arab','messages:changecontentmodel-success-title','s:46:\"ar:نموذج المحتوى تم تغييره\";'),('aeb-arab','messages:changecontentmodel-title-label','s:27:\"ar:عنوان الصفحة:\";'),('aeb-arab','messages:changecredentials','s:30:\"ar:تغيير الاعتماد\";'),('aeb-arab','messages:changecredentials-invalidsubpage','s:42:\"ar:$1 ليس نوع اعتماد صحيح.\";'),('aeb-arab','messages:changecredentials-submit','s:30:\"ar:تغيير الاعتماد\";'),('aeb-arab','messages:changecredentials-success','s:42:\"ar:اعتماداتك تم تغييرها.\";'),('aeb-arab','messages:changed','s:11:\"ar:غيرت\";'),('aeb-arab','messages:changeemail','s:64:\"aeb-arab:تغيير عنوان البريد الإلكتروني\";'),('aeb-arab','messages:changeemail-header','s:77:\"aeb-arab:تغيير عنوان البريد الإلكتروني للحساب\";'),('aeb-arab','messages:changeemail-maxlength','s:92:\"ar:ينبغي ألا يتجاوز عنوان بريدك الإلكتروني 255 حرفًا.\";'),('aeb-arab','messages:changeemail-newemail','s:67:\"aeb-arab:عنوان البريد الإلكتروني الجديد:\";'),('aeb-arab','messages:changeemail-newemail-help','s:361:\"ar:هذا الحقل يجب أن يترك فارغا لو كنت تريد إزالة عنوان البريد الإلكتروني الخاص بك. لو أزيل عنوان البريد الإلكتروني لن تكون قادرا على إعادة ضبط كلمة سر ضائعة ولن تتلقى رسائل بريد إلكتروني من هذه الويكي.\";'),('aeb-arab','messages:changeemail-no-info','s:93:\"aeb-arab:يجب تسجيل الدخول للوصول إلى هذه الصفحة مباشرة.\";'),('aeb-arab','messages:changeemail-nochange','s:59:\"ar:رجاءً أدخل كلمة سر جديد مختلفة.\";'),('aeb-arab','messages:changeemail-none','s:22:\"aeb-arab:(لا شيء)\";'),('aeb-arab','messages:changeemail-oldemail','s:67:\"aeb-arab:عنوان البريد الإلكتروني الحالي:\";'),('aeb-arab','messages:changeemail-password','s:48:\"ar:كلمة سر {{SITENAME}} الخاصة بك:\";'),('aeb-arab','messages:changeemail-submit','s:51:\"aeb-arab:غيّر البريد الإلكتروني\";'),('aeb-arab','messages:changeemail-summary','s:3:\"en:\";'),('aeb-arab','messages:changeemail-throttled','s:129:\"ar:أنت قمت بمحاولات تسجيل دخول كثيرة.\nمن فضلك انتظر $1 قبل المحاولة ثانية.\";'),('aeb-arab','messages:changepassword','s:27:\"ar:غير كلمة السر\";'),('aeb-arab','messages:changepassword-success','s:113:\"aeb-arab:تم تغيير كلمة السر الخاصة بك بنجاح! يتم تسجيل دخولك الآن...\";'),('aeb-arab','messages:changepassword-summary','s:3:\"en:\";'),('aeb-arab','messages:changepassword-throttled','s:133:\"ar:لديك محاولات تسجيل دخول كثيرة حديثة. من فضلك انتظر $1 قبل المحاولة ثانية.\";'),('aeb-arab','messages:changeslist-nocomment','s:27:\"ar:لا ملخص تعديل\";'),('aeb-arab','messages:checkbox-all','s:11:\"ar:الكل\";'),('aeb-arab','messages:checkbox-invert','s:11:\"ar:اعكس\";'),('aeb-arab','messages:checkbox-none','s:14:\"ar:لا شيء\";'),('aeb-arab','messages:checkbox-select','s:15:\"ar:اختر: $1\";'),('aeb-arab','messages:clearyourcache','s:838:\"aeb-arab:<strong>ملاحظة:</strong> بعد الحفظ، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.\n* <strong>فايرفوكس / سافاري:</strong> أمسك <em>Shift</em> أثناء ضغط <em>Reload</em>، أو اضغط على إما <em>Ctrl-F5</em> أو <em>Ctrl-R</em> (<em>⌘-R</em> على ماك)\n* <strong>جوجل كروم:</strong> اضغط <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> على ماك)\n* <strong>إنترنت إكسبلورر:</strong> أمسك <em>Ctrl</em> أثناء ضغط <em>Refresh</em>، أو اضغط <em>Ctrl-F5</em>\n* <strong>أوبرا:</strong> اذهب إلى <em>Menu → Settings</em> (<em>Opera → Preferences</em> على ماك) ثم إلى <em>Privacy & security → Clear browsing data → Cached images and files</em>.\";'),('aeb-arab','messages:collapsible-collapse','s:9:\"ar:أخف\";'),('aeb-arab','messages:collapsible-expand','s:11:\"ar:أظهر\";'),('aeb-arab','messages:colon-separator','s:9:\"ar::&#32;\";'),('aeb-arab','messages:comma-separator','s:10:\"ar:،&#32;\";'),('aeb-arab','messages:common.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */\";'),('aeb-arab','messages:common.js','s:128:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها لكل المستخدمين مع كل تحميل للصفحة. */\";'),('aeb-arab','messages:common.json','s:116:\"ar:/* سيتم تحميل أي جسون هنا لجميع المستخدمين في كل تحميل للصفحة. */\";'),('aeb-arab','messages:compare-page1','s:13:\"ar:صفحة 1\";'),('aeb-arab','messages:compare-page2','s:13:\"ar:صفحة 2\";'),('aeb-arab','messages:compare-rev1','s:13:\"ar:نسخة 1\";'),('aeb-arab','messages:compare-rev2','s:13:\"ar:نسخة 2\";'),('aeb-arab','messages:compare-revision-not-exists','s:62:\"ar:المراجعة التي حددتها غير موجودة.\";'),('aeb-arab','messages:compare-submit','s:11:\"ar:قارن\";'),('aeb-arab','messages:comparepages','s:22:\"ar:قارن صفحات\";'),('aeb-arab','messages:comparepages-summary','s:3:\"en:\";'),('aeb-arab','messages:compareselectedversions','s:62:\"aeb-arab:قارن بين النسختين المختارتين\";'),('aeb-arab','messages:config-invalid-key','s:70:\"ar:معلمة تكوين ميدياويكي غير صالحة \"$1\": $2\";'),('aeb-arab','messages:config-missing-key','s:61:\"ar:معلمة تكوين ميدياويكي مفقودة \"$1\"\";'),('aeb-arab','messages:confirm','s:9:\"ar:أكد\";'),('aeb-arab','messages:confirm-markpatrolled-button','s:13:\"ar:موافق\";'),('aeb-arab','messages:confirm-markpatrolled-top','s:61:\"ar:علم على المراجعة $3 من $2 كمراجعة؟\";'),('aeb-arab','messages:confirm-mcrrestore-title','s:30:\"ar:استرجاع مراجعة\";'),('aeb-arab','messages:confirm-mcrundo-title','s:31:\"ar:الرجوع عن تغيير\";'),('aeb-arab','messages:confirm-purge-bottom','s:111:\"ar:إفراغ مختزن الصفحة يمحو المختزن ويجبر أحدث نسخة على الظهور.\";'),('aeb-arab','messages:confirm-purge-title','s:40:\"ar:محو مختزن هذه الصفحة\";'),('aeb-arab','messages:confirm-purge-top','s:42:\"ar:محو مختزن هذه الصفحة؟\";'),('aeb-arab','messages:confirm-rollback-bottom','s:108:\"ar:هذا الإجراء سيسترجع فورا التغييرات المحددة في هذه الصفحة.\";'),('aeb-arab','messages:confirm-rollback-button','s:13:\"ar:موافق\";'),('aeb-arab','messages:confirm-rollback-top','s:60:\"ar:استرجاع التعديلات لهذه الصفحة؟\";'),('aeb-arab','messages:confirm-unwatch-button','s:13:\"ar:موافق\";'),('aeb-arab','messages:confirm-unwatch-top','s:66:\"ar:إزالة هذه الصفحة من قائمة مراقبتك؟\";'),('aeb-arab','messages:confirm-watch-button','s:13:\"ar:موافق\";'),('aeb-arab','messages:confirm-watch-button-expiry','s:11:\"ar:راقب\";'),('aeb-arab','messages:confirm-watch-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('aeb-arab','messages:confirm-watch-top','s:68:\"ar:إضافة هذه الصفحة إلى قائمة مراقبتك؟\";'),('aeb-arab','messages:confirm_purge_button','s:13:\"ar:موافق\";'),('aeb-arab','messages:confirmable-confirm','s:41:\"ar:أأنت متأكد{{GENDER:$1||ة}}؟\";'),('aeb-arab','messages:confirmable-no','s:7:\"ar:لا\";'),('aeb-arab','messages:confirmable-yes','s:9:\"ar:نعم\";'),('aeb-arab','messages:confirmdeletetext','s:294:\"ar:أنت على وشك أن تقوم بحذف صفحة بالإضافة إلى كل تاريخها.\nمن فضلك التأكد من عزمك على الحذف، وبأنك مدرك للعواقب، وبأنك تقوم بهذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('aeb-arab','messages:confirmedittext','s:221:\"aeb-arab:يجب عليك تأكيد بريدك الإلكتروني قبل تعديل الصفحات.\nمن فضلك اكتب وأكد بريدك الإلكتروني من خلال [[Special:Preferences|تفضيلاتك]].\";'),('aeb-arab','messages:confirmemail','s:58:\"ar:تأكيد عنوان البريد الإلكتروني\";'),('aeb-arab','messages:confirmemail_body','s:586:\"ar:شخص ما، من المحتمل أن يكون أنت، من عنوان الأيبي $1،\nسجل حسابا \"$2\" بعنوان البريد الإلكتروني هذا في {{SITENAME}}.\n\nلتأكيد أن هذا الحساب ينتمي إليك فعلا وتفعيل خواص البريد الإلكتروني في {{SITENAME}}، افتح هذه الوصلة في متصفحك :\n\n$3\n\nلو كنت *لم* تسجل الحساب، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد الإلكتروني\n:\n\n$5\n\nكود التفعيل هذا سينتهي في $4.\";'),('aeb-arab','messages:confirmemail_body_changed','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتفعيل خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('aeb-arab','messages:confirmemail_body_set','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتنشيط خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('aeb-arab','messages:confirmemail_invalid','s:82:\"ar:كود تأكيد غير صحيح.\nربما انتهت فترة صلاحيته.\";'),('aeb-arab','messages:confirmemail_invalidated','s:76:\"ar:تأكيد عنوان البريد الإلكتروني تم إلغاؤه\";'),('aeb-arab','messages:confirmemail_loggedin','s:62:\"ar:بريدك الإلكتروني تم تأكيده الآن.\";'),('aeb-arab','messages:confirmemail_needlogin','s:67:\"ar:يجب عليك $1 لتأكيد بريدك الإلكتروني.\";'),('aeb-arab','messages:confirmemail_noemail','s:120:\"ar:ليس لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]].\";'),('aeb-arab','messages:confirmemail_oncreate','s:288:\"ar:تم إرسال كود تأكيد إلى عنوان بريدك الإلكتروني.\nالكود غير مطلوب للدخول، ولكن يجب إدخاله قبل استخدامك أيًّا من خواص البريد الإلكتروني المستخدمة هنا في الويكي.\";'),('aeb-arab','messages:confirmemail_pending','s:238:\"ar:تم إرسال كود التأكيد إلى بريدك الإلكتروني مؤخراً؛\nإذا كنت قد أنشأت حسابك للتو، من الأفضل أن تنتظر بضع دقائق قبل أن تطلب كوداً آخر.\";'),('aeb-arab','messages:confirmemail_send','s:29:\"ar:أرسل كود تأكيد\";'),('aeb-arab','messages:confirmemail_sendfailed','s:234:\"ar:لم يتمكن {{SITENAME}} من إرسال رسالة التأكيد إليك.\nمن فضلك تأكد من عنوان بريدك الإلكتروني بحثاً عن حروف غير صحيحة.\n\nأرجع خادم البريد: $1\";'),('aeb-arab','messages:confirmemail_sent','s:61:\"ar:تم إرسال رسالة التأكيد، شكرا لك.\";'),('aeb-arab','messages:confirmemail_subject','s:55:\"ar:رسالة تأكيد البريد من {{SITENAME}}\";'),('aeb-arab','messages:confirmemail_success','s:137:\"ar:تم تأكيد بريدك الإلكتروني.\nيمكنك الآن [[Special:UserLogin|الدخول]] والتمتع بالويكي.\";'),('aeb-arab','messages:confirmemail_text','s:419:\"ar:{{SITENAME}} يجب تأكيد عنوانك الإلكتروني قبل استخدام خصائص البريد الإلكتروني.\nاضغط على زر التفعيل بالأسفل ليتم إرسال رسالة تأكيد إلى عنوانك.\nستتضمن الرسالة رمز تفعيل؛\nاضغط على الوصلة التي تحتوي الرمز لتأكيد أن عنوانك الإلكتروني صحيح.\";'),('aeb-arab','messages:confirmleave-warning','s:108:\"ar:قد تتسبب مغادرة هذه الصفحة في فقد أي تغييرات قمت بإجرائها.\";'),('aeb-arab','messages:confirmrecreate','s:305:\"ar:{{GENDER:$1|حذف المستخدم|حذفت المستخدمة}} [[User:$1|$1]] ([[User talk:$1|نقاش]]) هذه الصفحة بعد أن بدأت أنت بتحريرها للسبب التالي:\n: <em>$2</em>\nالرجاء التأكد من أنك تريد إعادة إنشاء هذه الصفحة.\";'),('aeb-arab','messages:confirmrecreate-noreason','s:267:\"ar:{{GENDER:$1|حذف المستخدم|حذفت المستخدمة}} [[User:$1|$1]] ([[User talk:$1|نقاش]]) هذه الصفحة بعد أن بدأت أنت بتحريرها. الرجاء التأكد من أنك تريد إعادة إنشاء هذه الصفحة.\";'),('aeb-arab','messages:content-failed-to-parse','s:62:\"ar:فشل في تحليل $2 محتوى لـ $1 نموذج: $3\";'),('aeb-arab','messages:content-json-empty-array','s:26:\"ar:مصفوفة فارغة\";'),('aeb-arab','messages:content-json-empty-object','s:20:\"ar:كائن فارغ\";'),('aeb-arab','messages:content-model-css','s:17:\"ar:سي إس إس\";'),('aeb-arab','messages:content-model-javascript','s:21:\"ar:جافاسكربت\";'),('aeb-arab','messages:content-model-json','s:11:\"ar:جسون\";'),('aeb-arab','messages:content-model-text','s:16:\"ar:نص عادي\";'),('aeb-arab','messages:content-model-wikitext','s:16:\"ar:نص ويكي\";'),('aeb-arab','messages:content-not-allowed-here','s:81:\"ar:لا يسمح بمحتوى \"$1\" على صفحة [[:$2]] في الفتحة \"$3\"\";'),('aeb-arab','messages:contentmodelediterror','s:214:\"ar:أنت لا يمكنك تعديل هذه المراجعة لأن موديل محتواها هو  <code>$1</code>، والذي يختلف عن موديل المحتوى الحالي للصفحة  <code>$2</code>.\";'),('aeb-arab','messages:continue-editing','s:32:\"aeb-arab:أكمل التحرير\";'),('aeb-arab','messages:contribslink','s:17:\"ar:مساهمات\";'),('aeb-arab','messages:contribsub2','s:32:\"aeb-arab:ل{{GENDER:$3|$1}} ($2)\";'),('aeb-arab','messages:contributions','s:34:\"ar:مساهمات المستخدم\";'),('aeb-arab','messages:contributions-subtitle','s:23:\"ar:لـ{{GENDER:$3|$1}}\";'),('aeb-arab','messages:contributions-summary','s:3:\"en:\";'),('aeb-arab','messages:contributions-title','s:43:\"aeb-arab:مساهمات المستخدم $1\";'),('aeb-arab','messages:contributions-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('aeb-arab','messages:converter-manual-rule-error','s:82:\"ar:خطأ تم اكتشافه في قاعدة تحويل اللغة اليدوية\";'),('aeb-arab','messages:copyright','s:45:\"aeb-arab:المحتوى متوفر تحت $1.\";'),('aeb-arab','messages:copyrightpage','s:54:\"ar:{{ns:project}}:حقوق التأليف والنشر\";'),('aeb-arab','messages:copyrightwarning','s:607:\"aeb-arab:من فضلك لاحظ أن جميع المساهمات ل{{SITENAME}} خاضعة وصادرة تحت ترخيص $2 (انظر $1 للمزيد من التفاصيل).\nإذا لم ترد أن تخضع كتابتك للتعديل والتوزيع الحر، لا تضعها هنا<br />.\nكما أنك تتعهد بأنك قمت بكتابة ما هو موجود بنفسك، أو قمت بنسخها من مصدر يخضع ضمن الملكية العامة، أو مصدر حر آخر.\n<strong>لا ترسل أي عمل ذي حقوق محفوظة بدون الإذن من صاحب الحق!</strong>\";'),('aeb-arab','messages:copyrightwarning2','s:568:\"aeb-arab:من فضلك لاحظ أن جميع المساهمات في {{SITENAME}} يمكن أن تعدل أو تتغير أو تزال من قبل المساهمين الآخرين.\nإذا لم تكن ترغب أن تعدل مشاركاتك بهذا الشكل، لا تضعها هنا.<br />\nأنت تقر أيضا أنك كتبت هذا بنفسك، أو نسخته من مصدر يخضع للملكية العامة، أو مصدر حر آخر (انظر $1 للتفاصيل).\n<strong>لا تضف أي عمل ذي حقوق محفوظة بدون تصريح!</strong>\";'),('aeb-arab','messages:copyupload-allowed-domains','s:3:\"en:\";'),('aeb-arab','messages:copyuploaddisabled','s:37:\"ar:الرفع من مسار معطل.\";'),('aeb-arab','messages:create','s:11:\"ar:أنشئ\";'),('aeb-arab','messages:create-local','s:29:\"ar:أضف وصفا محليا\";'),('aeb-arab','messages:createaccount','s:28:\"aeb-arab:أنشئ حسابا\";'),('aeb-arab','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('aeb-arab','messages:createaccount-text','s:357:\"aeb-arab:شخص ما أنشأ حسابا لعنوان بريدك الإلكتروني في {{SITENAME}} ($4) بالاسم \"$2\"، كلمة السر \"$3\".\nينبغي عليك تسجيل الدخول وتغيير كلمة السر الخاصة بك الآن.\n\nيمكنك تجاهل هذه الرسالة، لو تم إنشاء هذا الحساب بالخطأ.\";'),('aeb-arab','messages:createaccount-title','s:46:\"aeb-arab:إنشاء حساب في {{SITENAME}}\";'),('aeb-arab','messages:createaccountblock','s:42:\"ar:إنشاء الحسابات ممنوع.\";'),('aeb-arab','messages:createaccounterror','s:58:\"aeb-arab:تعذر إنشاء حساب المستخدم: $1\";'),('aeb-arab','messages:createaccountmail','s:55:\"aeb-arab:بواسطة البريد الإلكتروني\";'),('aeb-arab','messages:createaccountmail-help','s:112:\"ar:يمكن استخدامه لإنشاء حساب لشخص آخر من دون معرفة كلمة المرور.\";'),('aeb-arab','messages:createacct-another-continue-submit','s:39:\"ar:مواصلة إنشاء الحساب\";'),('aeb-arab','messages:createacct-another-email-ph','s:56:\"ar:أدخل عنوان البريد الإلكتروني\";'),('aeb-arab','messages:createacct-another-realname-tip','s:137:\"ar:الاسم الحقيقي اختياري.\nإذا اخترت توفيره فسيستخدم لنسبة عمل المستخدم إليه.\";'),('aeb-arab','messages:createacct-another-submit','s:24:\"ar:أنشئ حسابًا\";'),('aeb-arab','messages:createacct-another-username-ph','s:35:\"ar:أدخل اسم المستخدم\";'),('aeb-arab','messages:createacct-benefit-body1','s:179:\"aeb-arab:{{PLURAL:$1|تبديل|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديلات|تبديل}}\";'),('aeb-arab','messages:createacct-benefit-body2','s:27:\"ar:{{PLURAL:$1|مقالة}}\";'),('aeb-arab','messages:createacct-benefit-body3','s:55:\"aeb-arab:آخر {{PLURAL:$1|مساهم|مساهمين}}\";'),('aeb-arab','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('aeb-arab','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('aeb-arab','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('aeb-arab','messages:createacct-benefit-heading','s:55:\"aeb-arab:{{SITENAME}} إتّعمل بعباد كيفك.\";'),('aeb-arab','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('aeb-arab','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('aeb-arab','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('aeb-arab','messages:createacct-continue-submit','s:39:\"ar:مواصلة إنشاء الحساب\";'),('aeb-arab','messages:createacct-email-ph','s:45:\"aeb-arab:دخّل الإيمايل متاعك\";'),('aeb-arab','messages:createacct-emailoptional','s:42:\"aeb-arab:الإيمايل (إختياري)\";'),('aeb-arab','messages:createacct-emailrequired','s:47:\"ar:عنوان البريد الإلكتروني\";'),('aeb-arab','messages:createacct-error','s:34:\"ar:خطأ في إنشاء حساب\";'),('aeb-arab','messages:createacct-helpusername','s:3:\"en:\";'),('aeb-arab','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('aeb-arab','messages:createacct-loginerror','s:197:\"ar:الحساب تم إنشاؤه تلقائيا لكن لم يمكن تسجيل دخولك تلقائيا. من فضلك اذهب إلى [[Special:UserLogin|تسجيل الدخول اليدوي]].\";'),('aeb-arab','messages:createacct-normalization','s:102:\"ar:سيتم تعديل اسم المستخدم الخاص بك إلى \"$2\" بسبب قيود فنية.\";'),('aeb-arab','messages:createacct-realname','s:45:\"ar:الاسم الحقيقي (اختياري)\";'),('aeb-arab','messages:createacct-reason','s:40:\"ar:السبب (مسجل بشكل عام)\";'),('aeb-arab','messages:createacct-reason-confirm','s:190:\"ar:السبب الذي قمت بإدخاله هو بريدٌ إلكتروني. إذا كان الإدخال صحيحًا، يرجى النقر فوق \"إنشاء حساب\" مرةً أخرى.\";'),('aeb-arab','messages:createacct-reason-help','s:62:\"ar:رسالة تظهر في سجل إنشاء الحسابات\";'),('aeb-arab','messages:createacct-reason-ph','s:51:\"ar:لماذا تقوم بإنشاء حساب آخر\";'),('aeb-arab','messages:createacct-submit','s:30:\"aeb-arab:أعمل الحساب\";'),('aeb-arab','messages:createacct-temp-warning','s:117:\"ar:التعديلات التي تجريها بحسابك المؤقت لن تُنقل إلى حسابك الدائم.\";'),('aeb-arab','messages:createacct-username-help','s:3:\"en:\";'),('aeb-arab','messages:createacct-useuniquepass','s:116:\"ar:ننصحك أن تستخدم كلمة سر فريدة لا تستخدمها على أي موقع شبكي آخر.\";'),('aeb-arab','messages:createacct-yourpassword-ph','s:35:\"aeb-arab:دخّل كلمة السر\";'),('aeb-arab','messages:createacct-yourpasswordagain','s:27:\"ar:أكد كلمة السر\";'),('aeb-arab','messages:createacct-yourpasswordagain-ph','s:51:\"aeb-arab:دخّل كلمة السر مرة أخرى\";'),('aeb-arab','messages:created','s:13:\"ar:أنشئت\";'),('aeb-arab','messages:creating','s:26:\"aeb-arab:عملان «$1»\";'),('aeb-arab','messages:credentialsform-account','s:23:\"ar:اسم الحساب:\";'),('aeb-arab','messages:credentialsform-provider','s:31:\"ar:نوع الاعتمادات:\";'),('aeb-arab','messages:creditspage','s:28:\"ar:إشادات الصفحة\";'),('aeb-arab','messages:cur','s:21:\"aeb-arab:الحالي\";'),('aeb-arab','messages:currentevents','s:32:\"ar:الأحداث الجارية\";'),('aeb-arab','messages:currentevents-url','s:40:\"ar:Project:الأحداث الجارية\";'),('aeb-arab','messages:currentrev','s:40:\"aeb-arab:المراجعة الحالية\";'),('aeb-arab','messages:currentrev-asof','s:56:\"aeb-arab:المراجعة الحالية بتاريخ $1\";'),('aeb-arab','messages:currentrevisionlink','s:40:\"aeb-arab:المراجعة الحالية\";'),('aeb-arab','messages:customcssprotected','s:169:\"aeb-arab:أنت لا تمتلك السماح لتعديل صفحة الCSS هذه، لأنها تحتوي على الإعدادات الشخصية لمستخدم آخر.\";'),('aeb-arab','messages:customjsonprotected','s:145:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه لأنها تحتوي على إعدادات شخصية لمستخدم آخر.\";'),('aeb-arab','messages:customjsprotected','s:186:\"aeb-arab:أنت لا تمتلك السماح لتعديل صفحة الجافاسكريبت هذه، لأنها تحتوي على الإعدادات الشخصية لمستخدم آخر.\";'),('aeb-arab','messages:databaseerror','s:48:\"aeb-arab:خطأ في قاعدة البيانات\";'),('aeb-arab','messages:databaseerror-error','s:13:\"ar:خطأ: $1\";'),('aeb-arab','messages:databaseerror-function','s:15:\"ar:دالة: $1\";'),('aeb-arab','messages:databaseerror-query','s:21:\"ar:استعلام: $1\";'),('aeb-arab','messages:databaseerror-text','s:123:\"ar:حدث خطأ في إستعلام قاعدة البيانات. قد يشير هذا إلى خطأ في البرنامج.\";'),('aeb-arab','messages:databaseerror-textcl','s:65:\"ar:حدث خطأ في إستعلام قاعدة البيانات.\";'),('aeb-arab','messages:databaselocked','s:55:\"ar:قاعدة البيانات مقفلة بالفعل.\";'),('aeb-arab','messages:databasenotlocked','s:51:\"ar:قاعدة البيانات ليست مغلقة.\";'),('aeb-arab','messages:date','s:32:\"ar:من تاريخ (وأقدم):\";'),('aeb-arab','messages:date-range-from','s:19:\"ar:من تاريخ:\";'),('aeb-arab','messages:date-range-to','s:21:\"ar:حتى تاريخ:\";'),('aeb-arab','messages:datedefault','s:18:\"ar:لا تفضيل\";'),('aeb-arab','messages:days','s:80:\"ar:{{PLURAL:$1||يوم واحد|يومين|$1 أيام|$1 يومًا|$1 يوم}}\";'),('aeb-arab','messages:days-abbrev','s:7:\"ar:$1ي\";'),('aeb-arab','messages:dberr-again','s:73:\"ar:جرب الانتظار بضع دقائق وإعادة التحميل.\";'),('aeb-arab','messages:dberr-info','s:70:\"ar:(لا يمكن الوصول إلى قاعدة البيانات: $1)\";'),('aeb-arab','messages:dberr-info-hidden','s:63:\"ar:(لا يمكن الاتصال بقاعدة البيانات)\";'),('aeb-arab','messages:dberr-problems','s:73:\"ar:عذرا! هذا الموقع يعاني من صعوبات تقنية.\";'),('aeb-arab','messages:deadendpages','s:37:\"ar:صفحات نهاية مسدودة\";'),('aeb-arab','messages:deadendpages-summary','s:3:\"en:\";'),('aeb-arab','messages:deadendpagestext','s:90:\"ar:الصفحات التالية لا تصل إلى صفحات أخرى في {{SITENAME}}.\";'),('aeb-arab','messages:dec','s:21:\"aeb-arab:ديسمبر\";'),('aeb-arab','messages:december','s:21:\"aeb-arab:ديسمبر\";'),('aeb-arab','messages:december-gen','s:21:\"aeb-arab:ديسمبر\";'),('aeb-arab','messages:default','s:17:\"ar:افتراضي\";'),('aeb-arab','messages:default-skin-not-found','s:2220:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code dir=\"ltr\">$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nعملية تنصيبك يبدو أنها تحتوي على {{PLURAL:$4|الواجهة|الواجهات}} التالية. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيف تفعل  {{PLURAL:$4|ها|هم وتختار الافتراضي}}.\n\n$2\n\n; لو أنك قمت بتنصيب ميدياويكي حالا:\n: أنت ربما قمت بالتنصيب من git, أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. حاول تنصيب بعض الواجهات من [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل:\n:* تحميل [https://www.mediawiki.org/wiki/Download tarball installer]، والذي يأتي مع واجهات وامتدادات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> مباشرة منه.\n:* تحميل ال  واجهات الtarballs الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتعارض مع مستودع git الخاص بك لو أنك مطور ميدياويكي.\n\n; لو أنك قمت بترقية ميدياويكي حالا:\n: MediaWiki 1.24 وأحدث لم يعد يقوم بتفعيل الواجهات المنصبة تلقائيا (انظر [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). أنت يمكنك نسخ {{PLURAL:$5|السطر التالي|السطور التالية}} إلى <code>LocalSettings.php</code> لتفعيل {{PLURAL:$5||كل}}  {{PLURAL:$5|الواجهة|الواجهات}} المنصبة:\n\n<pre dir=\"ltr\">$3</pre>\n\n; لو أنك قمت بتعديل <code>LocalSettings.php</code> حالا:\n: فتحقق مجددا من أسماء الواجهات للأخطاء الإملائية.\";'),('aeb-arab','messages:default-skin-not-found-no-skins','s:1555:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code>$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nأنت ليس لديك أي واجهات منصبة.\n\n; لو أنك قد قمت بتنصيب أو ترقية ميدياويكي حالا:\n: أنت على الأرجح قد قمت بالتنصيب من git، أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. MediaWiki 1.24 وأحدث لا يحتوي على أي واجهات في المستودع الرئيسي. حاول تنصيب بعض الواجهات من  [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل [https://www.mediawiki.org/wiki/Download tarball installer], والذي يأتي مع واجهات وامتداات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> منه.\n:* تحميل tarballs الواجهات الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتداخل مع مستودع git الخاص بك لو أنك مطور ميدياويكي. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيفية تفعيل الواجهات واختيار الافتراضي.\";'),('aeb-arab','messages:default-skin-not-found-row-disabled','s:55:\"ar:* <code>$1</code> / $2 (<strong>ملغاة</strong>)\";'),('aeb-arab','messages:default-skin-not-found-row-enabled','s:36:\"ar:* <code>$1</code> / $2 (مفعل)\";'),('aeb-arab','messages:defaultmessagetext','s:47:\"aeb-arab:نص الرسالة الافتراضي\";'),('aeb-arab','messages:defemailsubject','s:53:\"ar:رسالة {{SITENAME}} من المستخدم \"$1\"\";'),('aeb-arab','messages:deflate-invaliddeflate','s:73:\"ar:المحتوى المقدم لا يتم تفريغه بشكل صحيح\";'),('aeb-arab','messages:delete','s:9:\"ar:حذف\";'),('aeb-arab','messages:delete-confirm','s:14:\"ar:حذف \"$1\"\";'),('aeb-arab','messages:delete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('aeb-arab','messages:delete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('aeb-arab','messages:delete-error-associated-alreadytalk','s:74:\"ar:لا يُمكن حذف النقاش المرتبط بصفحة نقاش.\";'),('aeb-arab','messages:delete-error-associated-doesnotexist','s:77:\"ar:لا يُمكن حذف صفحة نقاش مرتبطة غير موجودة.\";'),('aeb-arab','messages:delete-hook-aborted','s:65:\"ar:أجهض خطّاف الحذف.\nلم يقدم أي توضيح.\";'),('aeb-arab','messages:delete-legend','s:9:\"ar:حذف\";'),('aeb-arab','messages:delete-scheduled','s:91:\"ar:تمت جدولة الصفحة \"$1\" للحذف،\nيُرجَى التحلي بالصبر.\";'),('aeb-arab','messages:delete-talk-summary-prefix','s:70:\"ar:حُذفت مع صفحة النقاش المرتبطة بسبب: $1\";'),('aeb-arab','messages:delete-toobig','s:273:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقُيّد محذف مثل هذه الصفحات لمنع الاضطراب المفاجئة في {{SITENAME}}.\";'),('aeb-arab','messages:delete-toomanyrevisions','s:257:\"ar:أنت تحاول حذف أكثر من {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} في المرة الواحدة. قُيد مثل هذه العملية لمنع الانقطاع العرضي لـ{{SITENAME}}.\";'),('aeb-arab','messages:delete-warning-toobig','s:296:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقد يؤدي حذفها إلى اضطراب عمليات قاعدة البيانات في {{SITENAME}}؛\nاستمر مع الحذر.\";'),('aeb-arab','messages:delete_and_move_confirm','s:33:\"ar:نعم، احذف الصفحة\";'),('aeb-arab','messages:delete_and_move_reason','s:55:\"ar:حُذِفت لإفساح مجال لنقل \"[[$1]]\"\";'),('aeb-arab','messages:delete_and_move_text','s:127:\"ar:الصفحة الهدف \"[[:$1]]\" موجودة بالفعل.\nهل تريد حذفها لإفساح المجال للنقل؟\";'),('aeb-arab','messages:delete_redirect_and_move_text','s:170:\"ar:الصفحة المستهدفة \"[[:$1]]\" قائمة بالفعل بصفة إعادة توجيه.\nهل ترغب في حذفها كي تفسح المجال للنقل؟\";'),('aeb-arab','messages:deletecomment','s:14:\"ar:السبب:\";'),('aeb-arab','messages:deleted-page-and-talkpage','s:88:\"ar:حُذفت \"$1\" و \"$2\".\nطالع $3 لسجل عمليات الحذف الأخيرة.\";'),('aeb-arab','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('aeb-arab','messages:deletedcontributions','s:51:\"ar:مساهمات المستخدم المحذوفة\";'),('aeb-arab','messages:deletedcontributions-summary','s:3:\"en:\";'),('aeb-arab','messages:deletedcontributions-title','s:56:\"ar:مساهمات المستخدم المحذوفة ل$1\";'),('aeb-arab','messages:deletedhist','s:38:\"aeb-arab:التاريخ المحذوف\";'),('aeb-arab','messages:deletedrevision','s:44:\"ar:حذف المراجعة القديمة $1\";'),('aeb-arab','messages:deletedtext','s:113:\"ar:حُذفت «$1». انظر $2 للاطلاع على سجل عمليات الحذف الأكثر حداثةً.\";'),('aeb-arab','messages:deletedwhileediting','s:113:\"ar:<strong>تحذير:</strong> هذه الصفحة تم حذفها بعد أن بدأت أنت بتعديلها!\";'),('aeb-arab','messages:deleteotherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('aeb-arab','messages:deletepage','s:20:\"ar:احذف صفحة\";'),('aeb-arab','messages:deletepage-deletetalk','s:50:\"ar:احذف صفحة النقاش المرتبطة\";'),('aeb-arab','messages:deletepage-submit','s:22:\"ar:حذف الصفحة\";'),('aeb-arab','messages:deletepage-summary','s:3:\"en:\";'),('aeb-arab','messages:deleteprotected','s:68:\"ar:لا يمكنك حذف هذه الصفحة لأنها محمية.\";'),('aeb-arab','messages:deletereason-dropdown','s:167:\"ar:*أسباب الحذف الشائعة\n** سخام\n** تخريب\n** خرق لحقوق التأليف والنشر\n** طلب المؤلف\n** تحويلة مكسورة\";'),('aeb-arab','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('aeb-arab','messages:deletereasonotherlist','s:16:\"ar:سبب آخر\";'),('aeb-arab','messages:deleting-backlinks-warning','s:177:\"ar:<strong>تحذير:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|صفحات أخرى]] تصل إلى أو تضمن الصفحة التي أنت على وشك حذفها.\";'),('aeb-arab','messages:deleting-subpages-warning','s:238:\"ar:<strong>تحذير:</strong> الصفحة التي على وشك أن تحذفها لديها [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|صفحة فرعية|$1 صفحات فرعية|51=أكثر من 50 صفحة فرعية}}]].\";'),('aeb-arab','messages:deleting-talkpage-subpages-warning','s:243:\"ar:<strong>تحذير:</ strong> تحتوي صفحة الحديث المرتبطة بالصفحة التي أنت على وشك حذفهاعلى [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aeb-arab','messages:deletionlog','s:20:\"ar:سجل الحذف\";'),('aeb-arab','messages:dellogpage','s:26:\"aeb-arab:سجل الحذف\";'),('aeb-arab','messages:dellogpagetext','s:64:\"ar:بالأسفل قائمة بأحدث عمليات الحذف.\";'),('aeb-arab','messages:destfilename','s:38:\"ar:اسم الملف المستهدف:\";'),('aeb-arab','messages:diff','s:15:\"aeb-arab:فرق\";'),('aeb-arab','messages:diff-empty','s:16:\"ar:(لا فرق)\";'),('aeb-arab','messages:diff-form','s:11:\"ar:فروق\";'),('aeb-arab','messages:diff-form-error-revid','s:54:\"ar:إدخال معرف المراجعة الرقمية\";'),('aeb-arab','messages:diff-form-oldid','s:52:\"ar:معرف مراجعة قديمة (اختياري)\";'),('aeb-arab','messages:diff-form-other-revid','s:28:\"ar:معرف المراجعة\";'),('aeb-arab','messages:diff-form-revid','s:35:\"ar:معرف مراجعة الفرق\";'),('aeb-arab','messages:diff-form-submit','s:24:\"ar:أظهر الفروق\";'),('aeb-arab','messages:diff-form-summary','s:3:\"en:\";'),('aeb-arab','messages:diff-multi-manyusers','s:419:\"aeb-arab:({{PLURAL:$1||مراجعة واحدة متوسطة غير معروضة أجراها|مراجعتان متوسطتان غير معروضتان أجراهما|$1 مراجعات متوسطة غير معروضة أجراها|$1 مراجعة متوسطة غير معروضة أجراها}} أكثر من {{PLURAL:$2||مستخدم واحد|مستخدمين|$2 مستخدمين|$2 مستخدمًا|$2 مستخدم}}.)\";'),('aeb-arab','messages:diff-multi-otherusers','s:417:\"ar:({{PLURAL:$1|لا مراجعات|مراجعة متوسطة واحدة|مراجعتان متوسطتان|$1 مراجعات متوسطة|$1 مراجعة متوسطة}} بواسطة {{PLURAL:$2|ولا مستخدم|مستخدم واحد آخر|مستخدمين اثنين آخرين|$2 مستخدمين|$2 مستخدماً|$2 مستخدم}} غير {{PLURAL:$1|معروضة|معروضة|معروضتين|معروضة}})\";'),('aeb-arab','messages:diff-multi-sameuser','s:296:\"ar:({{PLURAL:$1|لا مراجعات متوسطة|مراجعة متوسطة واحدة|مراجعتان متوسطتان|$1 مراجعات متوسطة|$1 مراجعة متوسطة}} بواسطة نفس المستخدم غير {{PLURAL:$1|معروضة|معروضة|معروضتين|معروضة}})\";'),('aeb-arab','messages:diff-paragraph-moved-tonew','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع الجديد.\";'),('aeb-arab','messages:diff-paragraph-moved-toold','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع القديم.\";'),('aeb-arab','messages:difference-missing-revision','s:362:\"ar:{{PLURAL:$2|مراجعة واحدة|$2 مراجعات}} لهذا الفرق ($1) {{PLURAL:$2|لم|لم}} يتم إيجادها.\n\nهذا يحدث عادة عن طريق اتباع وصلة فرق قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb-arab','messages:difference-multipage','s:45:\"aeb-arab:(الفرق بين الصفحتين)\";'),('aeb-arab','messages:difference-title','s:60:\"aeb-arab:الفرق بينات المراجعتين ل«$1»\";'),('aeb-arab','messages:difference-title-multipage','s:59:\"aeb-arab:الفرق بين الصفحتين «$1» و«$2»\";'),('aeb-arab','messages:directorycreateerror','s:52:\"aeb-arab:لم يمكن إنشاء المجلد \"$1\".\";'),('aeb-arab','messages:directoryreadonlyerror','s:45:\"ar:المجلد «$1» للقراءة فقط.\";'),('aeb-arab','messages:disabledspecialpage-disabled','s:71:\"ar:تم تعطيل هذه الصفحة من قبل إداري نظام.\";'),('aeb-arab','messages:disclaimerpage','s:43:\"ar:Project:إخلاء مسؤولية عام\";'),('aeb-arab','messages:disclaimers','s:28:\"ar:إخلاء مسؤولية\";'),('aeb-arab','messages:djvu_page_error','s:38:\"ar:صفحة DjVu خارج النطاق\";'),('aeb-arab','messages:double-redirect-fixed-maintenance','s:105:\"ar:تصحيح تلقائي لتحويلة مزدوجة من [[$1]] إلى [[$2]] في مهمة صيانة\";'),('aeb-arab','messages:double-redirect-fixed-move','s:93:\"ar:نُقلت [[$1]].\nحُدّثت تلقائيا وهي الآن تحويلة إلى [[$2]].\";'),('aeb-arab','messages:double-redirect-fixer','s:26:\"ar:مصلح التحويل\";'),('aeb-arab','messages:doubleredirects','s:30:\"ar:تحويلات مزدوجة\";'),('aeb-arab','messages:doubleredirects-summary','s:3:\"en:\";'),('aeb-arab','messages:doubleredirectstext','s:456:\"ar:هذه الصفحة تعرض الصفحات التي تحول إلى صفحات تحويل أخرى.\nكل سطر يحتوي على وصلات للتحويلة الأولى والثانية وهدف التحويلة الثانية، والذي عادة ما يشير إلى صفحة الهدف \"الحقيقية\"، التي من المفترض أن تحول إليها التحويلة الأولى.\nالمدخلات <del>المشطوبة</del> صححت.\";'),('aeb-arab','messages:download','s:13:\"ar:تنزيل\";'),('aeb-arab','messages:duplicate-args-category','s:63:\"ar:صفحات تستعمل قالبا ببيانات مكررة\";'),('aeb-arab','messages:duplicate-args-category-desc','s:211:\"ar:تحوي هذه الصفحة استدعاءات قالب تستخدم متغيرات مزدوجة مثل <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> أو <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('aeb-arab','messages:duplicate-args-warning','s:154:\"ar:<strong>تنبيه:</strong> المدخل \"$3\" ل[[:$1]] المستعمل في [[:$2]] مكرر. آخر قيمة مكرر منه هي المعتمدة.\";'),('aeb-arab','messages:duplicate-defaultsort','s:164:\"aeb-arab:<strong>تحذير:</strong> مفتاح الترتيب الافتراضي \"$2\" يتجاوز مفتاح الترتيب الافتراضي السابق \"$1\".\";'),('aeb-arab','messages:duplicate-displaytitle','s:114:\"ar:<strong>تحذير:</strong> أعرض عنوان \"$2\" تجاهل العنوان المعروض سابقا \"$1\".\";'),('aeb-arab','messages:duplicatesoffile','s:182:\"ar:{{PLURAL:$1|الملف التالي مكرر|ال$1 ملف التالي مكررات}} لهذا الملف\n([[Special:FileDuplicateSearch/$2|المزيد من التفاصيل]]):\";'),('aeb-arab','messages:duration-centuries','s:80:\"ar:{{PLURAL:$1||قرن واحد|قرنان|$1 قرون|$1 قرنًا|$1 قرن}}\";'),('aeb-arab','messages:duration-days','s:80:\"ar:{{PLURAL:$1||يوم واحد|يومان|$1 أيام|$1 يومًا|$1 يوم}}\";'),('aeb-arab','messages:duration-decades','s:80:\"ar:{{PLURAL:$1||عقد واحد|عقدان|$1 عقود|$1 عقدًا|$1 عقد}}\";'),('aeb-arab','messages:duration-hours','s:78:\"ar:({{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}})\";'),('aeb-arab','messages:duration-millennia','s:84:\"ar:{{PLURAL:$1||ألفية واحدة|ألفيتان|$1 ألفيات|$1 ألفية}}\";'),('aeb-arab','messages:duration-minutes','s:104:\"ar:{{PLURAL:$1|أقل من دقيقة|دقيقة واحدة|دقيقتان|$1 دقائق|$1 دقيقة}}\";'),('aeb-arab','messages:duration-seconds','s:104:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوانٍ|$1 ثانية}}\";'),('aeb-arab','messages:duration-weeks','s:100:\"ar:{{PLURAL:$1||أسبوع واحد|أسبوعان|$1 أسابيع|$1 أسبوعًا|$1 أسبوع}}\";'),('aeb-arab','messages:duration-years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتان|$1 سنين|$1 سنة}}\";'),('aeb-arab','messages:eauthentsent','s:303:\"aeb-arab:تم إرسال رسالة تأكيد إلكترونية إلى العنوان المسمى.\nحتى ترسل أي رسالة أخرى لذلك الحساب عليك أن تتبع التعليمات الواردة في الرسالة لتأكيد أن هذا الحساب هو لك بالفعل.\";'),('aeb-arab','messages:edit','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:edit-already-exists','s:86:\"aeb-arab:لم يمكن إنشاء صفحة جديدة.\nهي موجودة بالفعل.\";'),('aeb-arab','messages:edit-conflict','s:33:\"aeb-arab:تضارب تحريري.\";'),('aeb-arab','messages:edit-gone-missing','s:80:\"aeb-arab:لم يمكن تحديث الصفحة.\nيبدو أنه تم حذفها.\";'),('aeb-arab','messages:edit-hook-aborted','s:90:\"aeb-arab:التعديل تم تركه بواسطة الخطاف.\nلم يعط تفسيرا.\";'),('aeb-arab','messages:edit-local','s:33:\"ar:عدل الوصف المحلي\";'),('aeb-arab','messages:edit-no-change','s:90:\"aeb-arab:تعديلك تم تجاهله، لأنه لم يحدث أي تعديل للنص.\";'),('aeb-arab','messages:edit-slots-cannot-add','s:91:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية غير مدعومة هنا: $2.\";'),('aeb-arab','messages:edit-slots-cannot-remove','s:108:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مطلوبة ولا يمكن إزالتها: $2.\";'),('aeb-arab','messages:edit-slots-missing','s:77:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مفقودة: $2.\";'),('aeb-arab','messages:edit-textarea-aria-label','s:29:\"ar:محرر نص الويكي\";'),('aeb-arab','messages:edit_form_incomplete','s:179:\"aeb-arab:<strong>بعض أجزاء من نموذج التعديل لم تصل إلى الخادم؛ تأكد من أن تعديلاتك لم تمس وحاول مجددا.</strong>\";'),('aeb-arab','messages:editcomment','s:46:\"ar:ملخص التعديل كان:<em>$1</em>.\";'),('aeb-arab','messages:editconflict','s:43:\"aeb-arab:تضارب في التحرير: $1\";'),('aeb-arab','messages:editfont-monospace','s:33:\"aeb-arab:خط ثابت العرض\";'),('aeb-arab','messages:editfont-sansserif','s:31:\"aeb-arab:خط بلا زوائد\";'),('aeb-arab','messages:editfont-serif','s:26:\"aeb-arab:خط بزوائد\";'),('aeb-arab','messages:editfont-style','s:47:\"aeb-arab:نمط خط منطقة التحرير:\";'),('aeb-arab','messages:edithelp','s:46:\"aeb-arab:معاونة باش تبدّل پاج\";'),('aeb-arab','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('aeb-arab','messages:editing','s:22:\"aeb-arab:تبديل $1\";'),('aeb-arab','messages:editingcomment','s:40:\"aeb-arab:تعديل $1 (قسم جديد)\";'),('aeb-arab','messages:editinginterface','s:282:\"aeb-arab:<strong>تحذير:</strong> أنت تقوم بتحرير صفحة تستخدم في الواجهة النصية للبرنامج.\nسوف تؤثر التغييرات على هذه الصفحة على مظهر واجهة المستخدم للمستخدمين الآخرين.\";'),('aeb-arab','messages:editingold','s:235:\"aeb-arab:<strong>تحذير: أنت تقوم الآن بتحرير نسخة قديمة من هذه الصفحة.</strong>\nإذا قمت بحفظها، ستفقد كافة التغييرات التي حدثت بعد هذه النسخة.\";'),('aeb-arab','messages:editingsection','s:31:\"aeb-arab:تبديل $1 (طرف)\";'),('aeb-arab','messages:editinguser','s:113:\"ar:تغيير صلاحيات {{GENDER:$1|المستخدم|المستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('aeb-arab','messages:editlink','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:editnotice-notext','s:4:\"en:-\";'),('aeb-arab','messages:editold','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:editpage','s:18:\"ar:عدل صفحة\";'),('aeb-arab','messages:editpage-cannot-use-custom-model','s:78:\"ar:نموذج المحتوى لهذه الصفحة لا يمكن تغييره.\";'),('aeb-arab','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('aeb-arab','messages:editpage-invalidcontentmodel-text','s:52:\"ar:موديل المحتوى \"$1\" غير مدعوم.\";'),('aeb-arab','messages:editpage-invalidcontentmodel-title','s:46:\"ar:موديل المحتوى غير مدعوم\";'),('aeb-arab','messages:editpage-notsupportedcontentformat-text','s:92:\"ar:تنسيق المحتوى $1 غير مدعوم بواسطة نموذج المحتوى $2.\";'),('aeb-arab','messages:editpage-notsupportedcontentformat-title','s:46:\"ar:تنسيق المحتوى غير مدعوم\";'),('aeb-arab','messages:editpage-summary','s:3:\"en:\";'),('aeb-arab','messages:editpage-tos-summary','s:4:\"en:-\";'),('aeb-arab','messages:editsection','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:editsectionhint','s:32:\"aeb-arab:بدّل الطرف: $1\";'),('aeb-arab','messages:edittools','s:107:\"ar:<!-- النص هنا سيظهر تحت صندوق التحرير واستمارة رفع الصور. -->\";'),('aeb-arab','messages:edittools-upload','s:4:\"ar:-\";'),('aeb-arab','messages:editundo','s:17:\"aeb-arab:نحّي\";'),('aeb-arab','messages:editusergroup','s:45:\"ar:تحميل مجموعات المستخدم\";'),('aeb-arab','messages:editwatchlist-summary','s:3:\"en:\";'),('aeb-arab','messages:ellipsis','s:6:\"ar:...\";'),('aeb-arab','messages:email','s:36:\"ar:البريد الإلكتروني\";'),('aeb-arab','messages:email-allow-new-users-label','s:97:\"ar:اسمح بالبريد الإلكتروني من المستخدمين الجدد تمامًا\";'),('aeb-arab','messages:email-legend','s:79:\"ar:إرسال بريد إلكتروني إلى مستخدم {{SITENAME}} آخر\";'),('aeb-arab','messages:email-mutelist-label','s:91:\"ar:امنع هؤلاء المستخدمين من إرسال بريد إلكتروني لي:\";'),('aeb-arab','messages:emailauthenticated','s:81:\"aeb-arab:تم تأكيد بريدك الإلكتروني في $2 الساعة $3.\";'),('aeb-arab','messages:emailblock','s:47:\"ar:البريد الإلكتروني ممنوع\";'),('aeb-arab','messages:emailccme','s:46:\"ar:أرسل لي بنسخة من رسالتي.\";'),('aeb-arab','messages:emailccsubject','s:43:\"ar:نسخة من رسالتك إلى $1: $2\";'),('aeb-arab','messages:emailconfirmlink','s:58:\"aeb-arab:أكد عنوان بريدك الإلكتروني\";'),('aeb-arab','messages:emaildisabled','s:104:\"aeb-arab:لا يمكن إرسال رسائل البريد الإلكتروني من هذا الموقع.\";'),('aeb-arab','messages:emailfrom','s:8:\"ar:من:\";'),('aeb-arab','messages:emaillink','s:41:\"ar:أرسل بريدا إلكترونيا\";'),('aeb-arab','messages:emailmessage','s:18:\"ar:الرسالة:\";'),('aeb-arab','messages:emailnotarget','s:99:\"ar:المستلم ليس مستخدمًا موجودًا أو ليس مستخدمًا صحيحًا.\";'),('aeb-arab','messages:emailnotauthenticated','s:148:\"aeb-arab:لم يتم التحقق من بريدك الإلكتروني.\nلن يتم إرسال رسائل لأي من الميزات التالية.\";'),('aeb-arab','messages:emailpagetext','s:476:\"ar:يمكنك استخدام الاستمارة بالأسفل لإرسال رسالة بريد إلكتروني إلى {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}.\n\'\'\'يمكن أن يرى المرسل إليه عنوان بريدك الإلكتروني\'\'\' الذي أدخلته في [[Special:Preferences|تفضيلاتك]] كعنوان المرسل في البريد الإلكتروني، كي يستطيع المتلقي الرد عليك مباشرة.\";'),('aeb-arab','messages:emailsend','s:11:\"ar:أرسل\";'),('aeb-arab','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('aeb-arab','messages:emailsent','s:47:\"ar:أُرسل البريد الإلكتروني\";'),('aeb-arab','messages:emailsenttext','s:52:\"ar:أُرسلت رسالتك الإلكترونية.\";'),('aeb-arab','messages:emailsubject','s:18:\"ar:الموضوع:\";'),('aeb-arab','messages:emailtarget','s:46:\"ar:أدخل اسم مستخدم المستلم\";'),('aeb-arab','messages:emailto','s:10:\"ar:إلى:\";'),('aeb-arab','messages:emailuser','s:56:\"aeb-arab:إرسال رسالة لهذا المستخدم\";'),('aeb-arab','messages:emailuser-summary','s:3:\"en:\";'),('aeb-arab','messages:emailuser-title-notarget','s:32:\"ar:مراسلة المستخدم\";'),('aeb-arab','messages:emailuser-title-target','s:87:\"ar:راسل هذا  {{GENDER:$1| المستخدم}} بالبريد الإلكتروني\";'),('aeb-arab','messages:emailuserfooter','s:518:\"ar:هذا البريد الإلكتروني {{GENDER:$1|تم إرساله}} بواسطة $1 إلى {{GENDER:$2|$2}} بواسطة وظيفة \"{{int:emailuser}}\" في {{SITENAME}}. لو {{GENDER:$2|أنك}} رددت على هذا البريد، فعنوان البريد الخاص {{GENDER:$2|بك}} سيتم إرساله مباشرة {{GENDER:$1|للمرسل الأصلي|للمرسلة الأصلية}}، مما يكشف عنوان البريد الإلكتروني الخاص {{GENDER:$2|بك}} {{GENDER:$1|لهم}}.\";'),('aeb-arab','messages:emailusername','s:27:\"ar:اسم المستخدم:\";'),('aeb-arab','messages:emailusernamesubmit','s:13:\"ar:إرسال\";'),('aeb-arab','messages:empty-file','s:54:\"ar:الملف الذي أرسلته كان فارغا.\";'),('aeb-arab','messages:empty-username','s:47:\"ar:(لا يوجد اسم مستخدم متاح)\";'),('aeb-arab','messages:emptyfile','s:199:\"ar:يبدو أن الملف الذي رفعته فارغ.\nقد يكون سبب ذلك خطأ في كتابة الاسم.\nمن فضلك تأكد من أنك تريد فعلا رفع هذا الملف.\";'),('aeb-arab','messages:enhancedrc-history','s:19:\"aeb-arab:تاريخ\";'),('aeb-arab','messages:enhancedrc-since-last-visit','s:56:\"ar:$1 {{PLURAL:$1|منذ الزيارة الأخيرة}}\";'),('aeb-arab','messages:enotif_anon_editor','s:29:\"ar:مستخدم مجهول $1\";'),('aeb-arab','messages:enotif_body','s:968:\"ar:عزيزي $WATCHINGUSERNAME\n\n$PAGEINTRO $NEWPAGE\n\nملخص التعديل: $PAGESUMMARY $PAGEMINOREDIT\n\nاتصل بالمحرر:\nالبريد: $PAGEEDITOR_EMAIL\nويكي: $PAGEEDITOR_WIKI\n\nلن يكون هناك إخطارات أخرى في حالة حدوث مزيد من التغييرات إلا إذا قمت بزيارة تلك الصفحة أثناء تواجدك. يمكنك أيضاً إزالة العلامات عن جميع الصفحات في قائمة مراقبتك.\n\nنظام {{SITENAME}} للإشعار\n\n--\nلتغيير إعدادات الإشعار بالبريد الإلكتروني الخاص بك، قم بزيارة\n{{canonicalurl:{{#special:Preferences}}}}\n\nلتغيير إعدادات قائمة مراقبتك، قم بزيارة\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nلحذف الصفحة من قائمة مراقبتك، قم بزيارة\n$UNWATCHURL\n\nللمقترحات وللحصول على مساعدة إضافية:\n$HELPPAGE\";'),('aeb-arab','messages:enotif_body_intro_changed','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('aeb-arab','messages:enotif_body_intro_created','s:148:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|أنشأها|أنشأتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('aeb-arab','messages:enotif_body_intro_deleted','s:100:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|حذفها|حذفتها}} $2 في $PAGEEDITDATE.راجع $3.\";'),('aeb-arab','messages:enotif_body_intro_moved','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('aeb-arab','messages:enotif_body_intro_restored','s:156:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('aeb-arab','messages:enotif_impersonal_salutation','s:28:\"ar:مستخدم {{SITENAME}}\";'),('aeb-arab','messages:enotif_lastdiff','s:49:\"ar:لرؤية هذا التغيير، انظر $1\";'),('aeb-arab','messages:enotif_lastvisited','s:77:\"ar:لكل التغييرات منذ زيارتك الأخيرة، انظر $1\";'),('aeb-arab','messages:enotif_minoredit','s:29:\"ar:هذا تعديل طفيف\";'),('aeb-arab','messages:enotif_reset','s:72:\"ar:علم كل الصفحات كما لو كنت زرتها بالفعل\";'),('aeb-arab','messages:enotif_subject_changed','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2\";'),('aeb-arab','messages:enotif_subject_created','s:77:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|إنشاؤها}} بواسطة $2\";'),('aeb-arab','messages:enotif_subject_deleted','s:73:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|حذفها}} بواسطة $2\";'),('aeb-arab','messages:enotif_subject_moved','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2\";'),('aeb-arab','messages:enotif_subject_restored','s:80:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2\";'),('aeb-arab','messages:enterlockreason','s:92:\"aeb-arab:أدخل سببا للغلق، متضمنا تقديرا لوقت رفع الغلق\";'),('aeb-arab','messages:error','s:9:\"ar:خطأ\";'),('aeb-arab','messages:errorpagetitle','s:9:\"ar:خطأ\";'),('aeb-arab','messages:exbeforeblank','s:52:\"ar:المحتوى قبل الإفراغ كان: \"$1\"\";'),('aeb-arab','messages:exception-nologin','s:37:\"aeb-arab:غير مسجل الدخول\";'),('aeb-arab','messages:exception-nologin-text','s:102:\"ar:سجل الدخول للتمكن من عرض هذه الصفحة أو إجراء هذا الفعل.\";'),('aeb-arab','messages:exception-nologin-text-manual','s:108:\"ar:الرجاء $1 لتتمكن من الوصول لهذه الصفحة أو أداء هذا الإجراء.\";'),('aeb-arab','messages:excontent','s:30:\"ar:المحتوى كان: \'$1\'\";'),('aeb-arab','messages:excontentauthor','s:125:\"ar:المحتوى كان: \"$1\" والمساهم الوحيد كان \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('aeb-arab','messages:exif-aperturevalue','s:29:\"ar:فتحة الغالق APEX\";'),('aeb-arab','messages:exif-artist','s:15:\"ar:المؤلف\";'),('aeb-arab','messages:exif-attributionurl','s:80:\"ar:عند إعادة استخدام الملف، رجاءً ضع وصلة إلى\";'),('aeb-arab','messages:exif-bitspersample','s:25:\"ar:بت لكل مكونة\";'),('aeb-arab','messages:exif-brightnessvalue','s:16:\"ar:سطوع APEX\";'),('aeb-arab','messages:exif-cameraownername','s:28:\"ar:مالك الكاميرا\";'),('aeb-arab','messages:exif-citycreated','s:62:\"ar: المدينة التي التقطت الصورة فيها\";'),('aeb-arab','messages:exif-citydest','s:32:\"ar:المدينة المصورة\";'),('aeb-arab','messages:exif-colorspace','s:28:\"ar:الفضاء اللوني\";'),('aeb-arab','messages:exif-colorspace-1','s:22:\"ar:إس آر جي بي\";'),('aeb-arab','messages:exif-colorspace-65535','s:20:\"ar:غير معاير\";'),('aeb-arab','messages:exif-componentsconfiguration','s:27:\"ar:معنى كل مكونة\";'),('aeb-arab','messages:exif-componentsconfiguration-0','s:20:\"ar:غير موجود\";'),('aeb-arab','messages:exif-componentsconfiguration-1','s:9:\"ar:واي\";'),('aeb-arab','messages:exif-componentsconfiguration-2','s:7:\"ar:سب\";'),('aeb-arab','messages:exif-componentsconfiguration-3','s:7:\"ar:سر\";'),('aeb-arab','messages:exif-componentsconfiguration-4','s:7:\"ar:آر\";'),('aeb-arab','messages:exif-componentsconfiguration-5','s:7:\"ar:جي\";'),('aeb-arab','messages:exif-componentsconfiguration-6','s:7:\"ar:بي\";'),('aeb-arab','messages:exif-compressedbitsperpixel','s:29:\"ar:طور ضغط الصورة\";'),('aeb-arab','messages:exif-compression','s:22:\"ar:نظام الضغط\";'),('aeb-arab','messages:exif-compression-1','s:20:\"ar:غير مضغوط\";'),('aeb-arab','messages:exif-compression-2','s:96:\"ar:CCITT المجموعة 3 -1 تعديل طول تشغيل ترميز هوفمان البعدي\";'),('aeb-arab','messages:exif-compression-3','s:47:\"ar:ترميز فاكس المجموعة 3 CCITT\";'),('aeb-arab','messages:exif-compression-32773','s:32:\"ar:PackBits (ماكنتوش RLE)\";'),('aeb-arab','messages:exif-compression-32946','s:31:\"ar:Deflate (بي كيه زيب)\";'),('aeb-arab','messages:exif-compression-34712','s:28:\"ar:جيه بي إي جي2000\";'),('aeb-arab','messages:exif-compression-4','s:47:\"ar:ترميز فاكس المجموعة 4 CCITT\";'),('aeb-arab','messages:exif-compression-5','s:23:\"ar:إل زد دبليو\";'),('aeb-arab','messages:exif-compression-6','s:18:\"ar:JPEG (قديم)\";'),('aeb-arab','messages:exif-compression-7','s:24:\"ar:جيه بي إي جي\";'),('aeb-arab','messages:exif-compression-8','s:23:\"ar:Deflate (أدوبي)\";'),('aeb-arab','messages:exif-contact','s:32:\"ar:معلومات الاتصال\";'),('aeb-arab','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('aeb-arab','messages:exif-contentwarning','s:24:\"ar:تحذير محتوى\";'),('aeb-arab','messages:exif-contrast','s:17:\"ar:التعارض\";'),('aeb-arab','messages:exif-contrast-0','s:11:\"ar:عادي\";'),('aeb-arab','messages:exif-contrast-1','s:11:\"ar:ناعم\";'),('aeb-arab','messages:exif-contrast-2','s:11:\"ar:قاسي\";'),('aeb-arab','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('aeb-arab','messages:exif-copyright','s:24:\"ar:مالك الحقوق\";'),('aeb-arab','messages:exif-copyrighted','s:31:\"ar:حالة حقوق النشر\";'),('aeb-arab','messages:exif-copyrighted-false','s:53:\"ar:حالة حقوق النشر غير مُعرّفة\";'),('aeb-arab','messages:exif-copyrighted-true','s:26:\"ar:محفوظ الحقوق\";'),('aeb-arab','messages:exif-copyrightowner','s:31:\"ar:مالك حقوق النشر\";'),('aeb-arab','messages:exif-countrycodecreated','s:58:\"ar:رمز البلد التي أخذت الصورة فيه\";'),('aeb-arab','messages:exif-countrycodedest','s:37:\"ar:رمز الدولة المصورة\";'),('aeb-arab','messages:exif-countrycreated','s:59:\"ar:الدولة التي التقطت الصورة فيها\";'),('aeb-arab','messages:exif-countrydest','s:30:\"ar:الدولة المصورة\";'),('aeb-arab','messages:exif-credit','s:28:\"ar:الرصيد/المزود\";'),('aeb-arab','messages:exif-croppedareaimageheightpixels','s:45:\"ar:اقتصاص ارتفاع بانوراما\";'),('aeb-arab','messages:exif-croppedareaimagewidthpixels','s:39:\"ar:اقتصاص عرض بانوراما\";'),('aeb-arab','messages:exif-croppedarealeftpixels','s:45:\"ar:غادر بانوراما المحاصيل\";'),('aeb-arab','messages:exif-croppedareatoppixels','s:49:\"ar:بانوراما المحاصيل الأعلى\";'),('aeb-arab','messages:exif-customrendered','s:46:\"ar:معالجة الصورة حسب الطلب\";'),('aeb-arab','messages:exif-customrendered-0','s:24:\"ar:عملية عادية\";'),('aeb-arab','messages:exif-customrendered-1','s:31:\"ar:عملية حسب الطلب\";'),('aeb-arab','messages:exif-customrendered-2','s:55:\"ar:HDR (لم يتم حفظ النسخة الأصلية)\";'),('aeb-arab','messages:exif-customrendered-3','s:48:\"ar:HDR (تم حفظ النسخة الأصلية)\";'),('aeb-arab','messages:exif-customrendered-4','s:25:\"ar:الأصلي (لـHDR)\";'),('aeb-arab','messages:exif-customrendered-6','s:19:\"ar:بانوراما\";'),('aeb-arab','messages:exif-customrendered-7','s:21:\"ar:بورتريه HDR\";'),('aeb-arab','messages:exif-customrendered-8','s:17:\"ar:بورتريه\";'),('aeb-arab','messages:exif-datetime','s:44:\"ar:تاريخ ووقت تغيير الملف\";'),('aeb-arab','messages:exif-datetimedigitized','s:50:\"ar:تاريخ ووقت التحويل الرقمي\";'),('aeb-arab','messages:exif-datetimeexpires','s:27:\"ar:لا تستخدم بعد\";'),('aeb-arab','messages:exif-datetimemetadata','s:56:\"ar:آخر تعديل للبيانات التعريفية\";'),('aeb-arab','messages:exif-datetimeoriginal','s:50:\"ar:تاريخ ووقت توليد البيانات\";'),('aeb-arab','messages:exif-datetimereleased','s:21:\"ar:صدر في يوم\";'),('aeb-arab','messages:exif-dc-contributor','s:21:\"ar:المساهمون\";'),('aeb-arab','messages:exif-dc-coverage','s:78:\"ar:النطاق المكاني أو الزماني لوسائل الإعلام\";'),('aeb-arab','messages:exif-dc-date','s:36:\"ar:التاريخ (التواريخ)\";'),('aeb-arab','messages:exif-dc-publisher','s:15:\"ar:الناشر\";'),('aeb-arab','messages:exif-dc-relation','s:26:\"ar:وسائط متعلقة\";'),('aeb-arab','messages:exif-dc-rights','s:15:\"ar:الحقوق\";'),('aeb-arab','messages:exif-dc-source','s:26:\"ar:مصدر الوسائط\";'),('aeb-arab','messages:exif-dc-type','s:23:\"ar:نوع  الوسيط\";'),('aeb-arab','messages:exif-devicesettingdescription','s:37:\"ar:وصف إعدادات الجهاز\";'),('aeb-arab','messages:exif-digitalzoomratio','s:41:\"ar:نسبة التقريب الرقمية\";'),('aeb-arab','messages:exif-disclaimer','s:28:\"ar:إخلاء مسؤولية\";'),('aeb-arab','messages:exif-editstatus','s:47:\"ar:الحالة التحريرية للصورة\";'),('aeb-arab','messages:exif-event','s:31:\"ar:الحدث في الصورة\";'),('aeb-arab','messages:exif-exifversion','s:16:\"ar:نسخة Exif\";'),('aeb-arab','messages:exif-exposurebiasvalue','s:26:\"ar:تعويض التعرض\";'),('aeb-arab','messages:exif-exposureindex','s:24:\"ar:فهرس التعرض\";'),('aeb-arab','messages:exif-exposurelockused','s:42:\"ar:تم استخدام قفل التعرض\";'),('aeb-arab','messages:exif-exposurelockused-false','s:7:\"ar:لا\";'),('aeb-arab','messages:exif-exposurelockused-true','s:9:\"ar:نعم\";'),('aeb-arab','messages:exif-exposuremode','s:22:\"ar:طور التعرض\";'),('aeb-arab','messages:exif-exposuremode-0','s:24:\"ar:تعرض تلقائي\";'),('aeb-arab','messages:exif-exposuremode-1','s:20:\"ar:تعرض يدوي\";'),('aeb-arab','messages:exif-exposuremode-2','s:28:\"ar:سلسلة تلقائية\";'),('aeb-arab','messages:exif-exposureprogram','s:28:\"ar:برنامج التعرض\";'),('aeb-arab','messages:exif-exposureprogram-0','s:18:\"ar:غير معرف\";'),('aeb-arab','messages:exif-exposureprogram-1','s:11:\"ar:يدوي\";'),('aeb-arab','messages:exif-exposureprogram-2','s:24:\"ar:برنامج عادي\";'),('aeb-arab','messages:exif-exposureprogram-3','s:28:\"ar:أولوية الفتحة\";'),('aeb-arab','messages:exif-exposureprogram-4','s:30:\"ar:أولوية المغلاق\";'),('aeb-arab','messages:exif-exposureprogram-5','s:64:\"ar:برنامج خلاق (تحيز لصالح عمق الحقل)\";'),('aeb-arab','messages:exif-exposureprogram-6','s:72:\"ar:برنامج الفعل (تحيز لصالح سرعة المغلاق)\";'),('aeb-arab','messages:exif-exposureprogram-7','s:90:\"ar:أسلوب البورتريه (تصوير من قريب مع تغييم الخلفية)\";'),('aeb-arab','messages:exif-exposureprogram-8','s:122:\"ar:أسلوب المنظر الطبيعي (لصور المناظر الطبيعية مع الخلفية في البؤرة)\";'),('aeb-arab','messages:exif-exposuretime','s:22:\"ar:زمن التعرض\";'),('aeb-arab','messages:exif-exposuretime-format','s:21:\"ar:$1 ثانية ($2)\";'),('aeb-arab','messages:exif-filesource','s:22:\"ar:مصدر الملف\";'),('aeb-arab','messages:exif-filesource-3','s:26:\"ar:كاميرا رقمية\";'),('aeb-arab','messages:exif-firstphotodate','s:39:\"ar:تاريخ الصورة الأولى\";'),('aeb-arab','messages:exif-fixtureidentifier','s:22:\"ar:اسم العنصر\";'),('aeb-arab','messages:exif-flash','s:11:\"ar:فلاش\";'),('aeb-arab','messages:exif-flash-fired-0','s:29:\"ar:الفلاش لم يبدأ\";'),('aeb-arab','messages:exif-flash-fired-1','s:22:\"ar:الفلاش بدأ\";'),('aeb-arab','messages:exif-flash-function-1','s:27:\"ar:لا وظيفة فلاش\";'),('aeb-arab','messages:exif-flash-mode-1','s:31:\"ar:بدء فلاش إجباري\";'),('aeb-arab','messages:exif-flash-mode-2','s:31:\"ar:ضغط فلاش إجباري\";'),('aeb-arab','messages:exif-flash-mode-3','s:22:\"ar:نمط تلقائي\";'),('aeb-arab','messages:exif-flash-redeye-1','s:48:\"ar:نمط اختزال العين الحمراء\";'),('aeb-arab','messages:exif-flash-return-0','s:41:\"ar:لا دالة كشف رجوع وميض\";'),('aeb-arab','messages:exif-flash-return-2','s:52:\"ar:ضوء رجوع الوميض لم يتم كشفه\";'),('aeb-arab','messages:exif-flash-return-3','s:45:\"ar:ضوء رجوع الوميض تم كشفه\";'),('aeb-arab','messages:exif-flashenergy','s:24:\"ar:طاقة الفلاش\";'),('aeb-arab','messages:exif-flashpixversion','s:37:\"ar:نسخة Flashpix المدعومة\";'),('aeb-arab','messages:exif-fnumber','s:26:\"ar:العدد البؤري\";'),('aeb-arab','messages:exif-fnumber-format','s:29:\"ar:البعد البؤري/$1\";'),('aeb-arab','messages:exif-focallength','s:39:\"ar:البعد البؤري للعدسة\";'),('aeb-arab','messages:exif-focallength-format','s:12:\"ar:$1 ملم\";'),('aeb-arab','messages:exif-focallengthin35mmfilm','s:48:\"ar:البعد البؤري في فيلم 35 مم\";'),('aeb-arab','messages:exif-focalplaneresolutionunit','s:50:\"ar:وحدة تحليل المستوى البؤري\";'),('aeb-arab','messages:exif-focalplaneresolutionunit-2','s:11:\"ar:بوصة\";'),('aeb-arab','messages:exif-focalplanexresolution','s:43:\"ar:تحليل المستوى البؤري X\";'),('aeb-arab','messages:exif-focalplaneyresolution','s:43:\"ar:تحليل المستوى البؤري Y\";'),('aeb-arab','messages:exif-fullpanoheightpixels','s:41:\"ar:بانوراما ارتفاع كامل\";'),('aeb-arab','messages:exif-fullpanowidthpixels','s:37:\"ar:بانوراما بعرض كامل\";'),('aeb-arab','messages:exif-gaincontrol','s:30:\"ar:التحكم بالمشهد\";'),('aeb-arab','messages:exif-gaincontrol-0','s:14:\"ar:لا شيء\";'),('aeb-arab','messages:exif-gaincontrol-1','s:31:\"ar:تحكم أعلى منخفض\";'),('aeb-arab','messages:exif-gaincontrol-2','s:31:\"ar:تحكم أعلى مرتفع\";'),('aeb-arab','messages:exif-gaincontrol-3','s:31:\"ar:تحكم أسفل منخفض\";'),('aeb-arab','messages:exif-gaincontrol-4','s:31:\"ar:تحكم أسفل مرتفع\";'),('aeb-arab','messages:exif-giffilecomment','s:24:\"ar:تعليق ملف GIF\";'),('aeb-arab','messages:exif-gpsaltitude','s:19:\"ar:الارتفاع\";'),('aeb-arab','messages:exif-gpsaltitude-above-sealevel','s:98:\"ar:{{PLURAL:$1||متر|متران|$1 أمتار|$1 مترًا|$1 متر}} فوق سطح البحر\";'),('aeb-arab','messages:exif-gpsaltitude-below-sealevel','s:98:\"ar:{{PLURAL:$1||متر|متران|$1 أمتار|$1 مترًا|$1 متر}} تحت سطح البحر\";'),('aeb-arab','messages:exif-gpsaltituderef','s:28:\"ar:مرجع الارتفاع\";'),('aeb-arab','messages:exif-gpsareainformation','s:24:\"ar:اسم مساحة GPS\";'),('aeb-arab','messages:exif-gpsdatestamp','s:17:\"ar:تاريخ GPS\";'),('aeb-arab','messages:exif-gpsdestbearing','s:24:\"ar:تحمل الوجهة\";'),('aeb-arab','messages:exif-gpsdestbearingref','s:39:\"ar:المرجع لتحمل الوجهة\";'),('aeb-arab','messages:exif-gpsdestdistance','s:28:\"ar:المسافة للهدف\";'),('aeb-arab','messages:exif-gpsdestdistance-k','s:17:\"ar:كيلومتر\";'),('aeb-arab','messages:exif-gpsdestdistance-m','s:9:\"ar:ميل\";'),('aeb-arab','messages:exif-gpsdestdistance-n','s:18:\"ar:ميل بحري\";'),('aeb-arab','messages:exif-gpsdestdistanceref','s:41:\"ar:المرجع للمسافة للهدف\";'),('aeb-arab','messages:exif-gpsdestlatitude','s:33:\"ar:دائرة عرض الوجهة\";'),('aeb-arab','messages:exif-gpsdestlatituderef','s:48:\"ar:المرجع لدائرة عرض الوجهة\";'),('aeb-arab','messages:exif-gpsdestlongitude','s:27:\"ar:خط طول الوجهة\";'),('aeb-arab','messages:exif-gpsdestlongituderef','s:42:\"ar:المرجع لخط طول الوجهة\";'),('aeb-arab','messages:exif-gpsdifferential','s:34:\"ar:تصحيح GPS التفاضلي\";'),('aeb-arab','messages:exif-gpsdirection-m','s:38:\"ar:الاتجاه المغناطيسي\";'),('aeb-arab','messages:exif-gpsdirection-t','s:32:\"ar:الاتجاه الحقيقي\";'),('aeb-arab','messages:exif-gpsdop','s:22:\"ar:دقة القياس\";'),('aeb-arab','messages:exif-gpsdop-excellent','s:18:\"ar:ممتاز ($1)\";'),('aeb-arab','messages:exif-gpsdop-fair','s:18:\"ar:مقبول ($1)\";'),('aeb-arab','messages:exif-gpsdop-good','s:14:\"ar:جيد ($1)\";'),('aeb-arab','messages:exif-gpsdop-moderate','s:18:\"ar:متوسط ($1)\";'),('aeb-arab','messages:exif-gpsdop-poor','s:16:\"ar:ضعيف ($1)\";'),('aeb-arab','messages:exif-gpsimgdirection','s:26:\"ar:اتجاه الصورة\";'),('aeb-arab','messages:exif-gpsimgdirectionref','s:41:\"ar:المرجع لاتجاه الصورة\";'),('aeb-arab','messages:exif-gpslatitude','s:24:\"ar:دائرة العرض\";'),('aeb-arab','messages:exif-gpslatitude-n','s:41:\"ar:دائرة العرض الشمالية\";'),('aeb-arab','messages:exif-gpslatitude-s','s:41:\"ar:دائرة العرض الجنوبية\";'),('aeb-arab','messages:exif-gpslatituderef','s:63:\"ar:دائرة العرض الشمالية أو الجنوبية\";'),('aeb-arab','messages:exif-gpslongitude','s:18:\"ar:خط الطول\";'),('aeb-arab','messages:exif-gpslongitude-e','s:31:\"ar:خط الطول الشرقي\";'),('aeb-arab','messages:exif-gpslongitude-w','s:31:\"ar:خط الطول الغربي\";'),('aeb-arab','messages:exif-gpslongituderef','s:49:\"ar:خط الطول الشرقي أو الغربي\";'),('aeb-arab','messages:exif-gpsmapdatum','s:70:\"ar:بيانات استطلاع الجيوديسيك المستخدمة\";'),('aeb-arab','messages:exif-gpsmeasuremode','s:26:\"ar:طريقة القياس\";'),('aeb-arab','messages:exif-gpsmeasuremode-2','s:50:\"ar:عملية قياس ثنائية الأبعاد\";'),('aeb-arab','messages:exif-gpsmeasuremode-3','s:50:\"ar:عملية قياس ثلاثية الأبعاد\";'),('aeb-arab','messages:exif-gpsprocessingmethod','s:37:\"ar:اسم وسيلة معالجة GPS\";'),('aeb-arab','messages:exif-gpssatellites','s:66:\"ar:الأقمار الصناعية المستخدمة للقياس\";'),('aeb-arab','messages:exif-gpsspeed','s:28:\"ar:سرعة مستقبل GPS\";'),('aeb-arab','messages:exif-gpsspeed-k','s:35:\"ar:كيلومتر في الساعة\";'),('aeb-arab','messages:exif-gpsspeed-m','s:27:\"ar:ميل في الساعة\";'),('aeb-arab','messages:exif-gpsspeed-n','s:9:\"ar:عقد\";'),('aeb-arab','messages:exif-gpsspeedref','s:24:\"ar:وحدة السرعة\";'),('aeb-arab','messages:exif-gpsstatus','s:39:\"ar:حالة جهاز الاستقبال\";'),('aeb-arab','messages:exif-gpsstatus-a','s:41:\"ar:عملية القياس الحالية\";'),('aeb-arab','messages:exif-gpsstatus-v','s:24:\"ar:شمول القياس\";'),('aeb-arab','messages:exif-gpstimestamp','s:33:\"ar:وقت GPS (ساعة ذرية)\";'),('aeb-arab','messages:exif-gpstrack','s:26:\"ar:اتجاه الحركة\";'),('aeb-arab','messages:exif-gpstrackref','s:41:\"ar:المرجع لاتجاه الحركة\";'),('aeb-arab','messages:exif-gpsversionid','s:22:\"ar:نسخة وسم GPS\";'),('aeb-arab','messages:exif-headline','s:13:\"ar:عنوان\";'),('aeb-arab','messages:exif-identifier','s:11:\"ar:معرف\";'),('aeb-arab','messages:exif-iimcategory','s:17:\"ar:التصنيف\";'),('aeb-arab','messages:exif-iimcategory-ace','s:37:\"ar:فنون وثقافة وترفيه\";'),('aeb-arab','messages:exif-iimcategory-clj','s:26:\"ar:جريمة وقانون\";'),('aeb-arab','messages:exif-iimcategory-dis','s:26:\"ar:كوارث وحوادث\";'),('aeb-arab','messages:exif-iimcategory-edu','s:13:\"ar:تعليم\";'),('aeb-arab','messages:exif-iimcategory-evn','s:11:\"ar:بيئة\";'),('aeb-arab','messages:exif-iimcategory-fin','s:28:\"ar:اقتصاد وتجارة\";'),('aeb-arab','messages:exif-iimcategory-hth','s:9:\"ar:صحة\";'),('aeb-arab','messages:exif-iimcategory-hum','s:30:\"ar:اهتمام البشرية\";'),('aeb-arab','messages:exif-iimcategory-lab','s:9:\"ar:عمل\";'),('aeb-arab','messages:exif-iimcategory-lif','s:52:\"ar:أسلوب الحياة وأوقات الفراغ\";'),('aeb-arab','messages:exif-iimcategory-pol','s:13:\"ar:سياسة\";'),('aeb-arab','messages:exif-iimcategory-rel','s:26:\"ar:دين ومعتقدات\";'),('aeb-arab','messages:exif-iimcategory-sci','s:22:\"ar:علم وتقنية\";'),('aeb-arab','messages:exif-iimcategory-soi','s:30:\"ar:قضايا اجتماعية\";'),('aeb-arab','messages:exif-iimcategory-spo','s:13:\"ar:رياضة\";'),('aeb-arab','messages:exif-iimcategory-war','s:45:\"ar:حروب وصراعات واضطرابات\";'),('aeb-arab','messages:exif-iimcategory-wea','s:13:\"ar:الطقس\";'),('aeb-arab','messages:exif-iimsupplementalcategory','s:32:\"ar:تصنيفات تكميلية\";'),('aeb-arab','messages:exif-iimversion','s:15:\"ar:نسخة IIM\";'),('aeb-arab','messages:exif-imagedescription','s:26:\"ar:عنوان الصورة\";'),('aeb-arab','messages:exif-imagelength','s:19:\"ar:الارتفاع\";'),('aeb-arab','messages:exif-imageuniqueid','s:35:\"ar:رقم الصورة الفريد\";'),('aeb-arab','messages:exif-imagewidth','s:13:\"ar:العرض\";'),('aeb-arab','messages:exif-initialcameradolly','s:45:\"ar:الكاميرا الأولية دوللي\";'),('aeb-arab','messages:exif-initialhorizontalfovdegrees','s:43:\"ar:FOV الأولي (درجات أفقية)\";'),('aeb-arab','messages:exif-initialverticalfovdegrees','s:71:\"ar:مجال الرؤية الأولي (بالدرجات الرأسية)\";'),('aeb-arab','messages:exif-initialviewheadingdegrees','s:56:\"ar:عنوان العرض الأولي (بالدرجات)\";'),('aeb-arab','messages:exif-initialviewpitchdegrees','s:54:\"ar:عرض الملعب الأولي (بالدرجات)\";'),('aeb-arab','messages:exif-initialviewrolldegrees','s:56:\"ar:لفة الرؤية الأولية (بالدرجات)\";'),('aeb-arab','messages:exif-intellectualgenre','s:22:\"ar:نوع العنصر\";'),('aeb-arab','messages:exif-isospeedratings','s:31:\"ar:تقييم سرعة أيزو\";'),('aeb-arab','messages:exif-isospeedratings-overflow','s:22:\"ar:أكبر من 65535\";'),('aeb-arab','messages:exif-jpegfilecomment','s:25:\"ar:تعليق ملف JPEG\";'),('aeb-arab','messages:exif-jpeginterchangeformat','s:23:\"ar:الحد ل JPEG SOI\";'),('aeb-arab','messages:exif-jpeginterchangeformatlength','s:34:\"ar:بايت من بيانات JPEG\";'),('aeb-arab','messages:exif-keywords','s:36:\"ar:الكلمات المفتاحية\";'),('aeb-arab','messages:exif-label','s:17:\"ar:التسمية\";'),('aeb-arab','messages:exif-languagecode','s:13:\"ar:اللغة\";'),('aeb-arab','messages:exif-lastphotodate','s:29:\"ar:تاريخ آخر صورة\";'),('aeb-arab','messages:exif-lens','s:34:\"ar:العدسة المستخدمة\";'),('aeb-arab','messages:exif-licenseurl','s:70:\"ar:عنوان الموقع لرخصة حقوق الطبع والنشر\";'),('aeb-arab','messages:exif-lightsource','s:22:\"ar:مصدر الضوء\";'),('aeb-arab','messages:exif-lightsource-0','s:20:\"ar:غير معروف\";'),('aeb-arab','messages:exif-lightsource-1','s:22:\"ar:ضوء النهار\";'),('aeb-arab','messages:exif-lightsource-10','s:31:\"ar:جو ملبد بالغيوم\";'),('aeb-arab','messages:exif-lightsource-11','s:7:\"ar:ظل\";'),('aeb-arab','messages:exif-lightsource-12','s:56:\"ar:فلورسنت ضوء النهار (D 5700 – 7100K)\";'),('aeb-arab','messages:exif-lightsource-13','s:54:\"ar:فلورسنت نهار أبيض (N 4600 – 5400K)\";'),('aeb-arab','messages:exif-lightsource-14','s:54:\"ar:فلورسنت أبيض هادئ (W 3900 – 4500K)\";'),('aeb-arab','messages:exif-lightsource-15','s:46:\"ar:فلورسنت أبيض (WW 3200 – 3700K)\";'),('aeb-arab','messages:exif-lightsource-17','s:22:\"ar:ضوء قياسي A\";'),('aeb-arab','messages:exif-lightsource-18','s:22:\"ar:ضوء قياسي B\";'),('aeb-arab','messages:exif-lightsource-19','s:22:\"ar:ضوء قياسي C\";'),('aeb-arab','messages:exif-lightsource-2','s:17:\"ar:فلورسنت\";'),('aeb-arab','messages:exif-lightsource-20','s:9:\"ar:دي55\";'),('aeb-arab','messages:exif-lightsource-21','s:9:\"ar:دي65\";'),('aeb-arab','messages:exif-lightsource-22','s:9:\"ar:دي75\";'),('aeb-arab','messages:exif-lightsource-23','s:9:\"ar:دي50\";'),('aeb-arab','messages:exif-lightsource-24','s:39:\"ar:تنجستين ستوديو أيزو\";'),('aeb-arab','messages:exif-lightsource-255','s:25:\"ar:مصدر ضوء آخر\";'),('aeb-arab','messages:exif-lightsource-3','s:33:\"ar:تنجستين (ضوء مشع)\";'),('aeb-arab','messages:exif-lightsource-4','s:11:\"ar:فلاش\";'),('aeb-arab','messages:exif-lightsource-9','s:14:\"ar:جو صحو\";'),('aeb-arab','messages:exif-locationdest','s:33:\"ar:اسم الموقع مصورا\";'),('aeb-arab','messages:exif-locationdestcode','s:33:\"ar:رمز الموقع مصورا\";'),('aeb-arab','messages:exif-make','s:28:\"ar:صانع الكاميرا\";'),('aeb-arab','messages:exif-make-value','s:5:\"en:$1\";'),('aeb-arab','messages:exif-maxaperturevalue','s:29:\"ar:أقصى غالق أرضي\";'),('aeb-arab','messages:exif-maxaperturevalue-value','s:21:\"ar:$1 أبكس (f/$2)\";'),('aeb-arab','messages:exif-meteringmode','s:35:\"ar:طور القياس بالمتر\";'),('aeb-arab','messages:exif-meteringmode-0','s:20:\"ar:غير معروف\";'),('aeb-arab','messages:exif-meteringmode-1','s:13:\"ar:متوسط\";'),('aeb-arab','messages:exif-meteringmode-2','s:39:\"ar:متوسط موزون بالمركز\";'),('aeb-arab','messages:exif-meteringmode-255','s:16:\"ar:غير ذلك\";'),('aeb-arab','messages:exif-meteringmode-3','s:11:\"ar:بقعة\";'),('aeb-arab','messages:exif-meteringmode-4','s:24:\"ar:متعدد البقع\";'),('aeb-arab','messages:exif-meteringmode-5','s:9:\"ar:نمط\";'),('aeb-arab','messages:exif-meteringmode-6','s:11:\"ar:جزئي\";'),('aeb-arab','messages:exif-model','s:28:\"ar:طراز الكاميرا\";'),('aeb-arab','messages:exif-model-value','s:5:\"en:$1\";'),('aeb-arab','messages:exif-morepermissionsurl','s:45:\"ar:معلومات الرخصة البديلة\";'),('aeb-arab','messages:exif-nickname','s:46:\"ar:الاسم غير الرسمي للصورة\";'),('aeb-arab','messages:exif-objectcycle','s:72:\"ar:الوقت من اليوم المتعلق بوسائل الإعلام\";'),('aeb-arab','messages:exif-objectcycle-a','s:20:\"ar:صباحا فقط\";'),('aeb-arab','messages:exif-objectcycle-b','s:24:\"ar:صباحا ومساء\";'),('aeb-arab','messages:exif-objectcycle-p','s:18:\"ar:مساء فقط\";'),('aeb-arab','messages:exif-objectname','s:22:\"ar:عنوان قصير\";'),('aeb-arab','messages:exif-organisationinimage','s:35:\"ar:المنظمة في الصورة\";'),('aeb-arab','messages:exif-orientation','s:17:\"ar:التوجيه\";'),('aeb-arab','messages:exif-orientation-1','s:11:\"ar:عادي\";'),('aeb-arab','messages:exif-orientation-2','s:28:\"ar:مقلوبة أفقياً\";'),('aeb-arab','messages:exif-orientation-3','s:19:\"ar:مدورة 180°\";'),('aeb-arab','messages:exif-orientation-4','s:28:\"ar:مقلوبة رأسياً\";'),('aeb-arab','messages:exif-orientation-5','s:77:\"ar:مدورة 90° عكس عقارب الساعة ومقلوبة رأسياً\";'),('aeb-arab','messages:exif-orientation-6','s:49:\"ar:مدورة 90° عكس عقارب الساعة\";'),('aeb-arab','messages:exif-orientation-7','s:86:\"ar:مدورة 90° في اتجاه عقارب الساعة ومقلوبة رأسياً\";'),('aeb-arab','messages:exif-orientation-8','s:58:\"ar:مدورة 90° في اتجاه عقارب الساعة\";'),('aeb-arab','messages:exif-originaldocumentid','s:56:\"ar:المعرف الفريد للمستند الأصلي\";'),('aeb-arab','messages:exif-originalimageheight','s:51:\"ar:ارتفاع الصورة قبل أن تقتطع\";'),('aeb-arab','messages:exif-originalimagewidth','s:45:\"ar:عرض الصورة قبل أن تقتطع\";'),('aeb-arab','messages:exif-originaltransmissionref','s:46:\"ar:رمز موقع الإرسال الأصلي\";'),('aeb-arab','messages:exif-personinimage','s:31:\"ar:الشخص في الصورة\";'),('aeb-arab','messages:exif-photometricinterpretation','s:26:\"ar:تركيب البكسل\";'),('aeb-arab','messages:exif-photometricinterpretation-0','s:44:\"ar:أسود وأبيض (الأبيض هو 0)\";'),('aeb-arab','messages:exif-photometricinterpretation-1','s:39:\"ar:أسود وأبيض (الأسود 0)\";'),('aeb-arab','messages:exif-photometricinterpretation-10','s:30:\"ar:CIE L*a*b* (تكويد ITU)\";'),('aeb-arab','messages:exif-photometricinterpretation-2','s:17:\"ar:آر جي بي\";'),('aeb-arab','messages:exif-photometricinterpretation-3','s:24:\"ar:لوح الألوان\";'),('aeb-arab','messages:exif-photometricinterpretation-32803','s:41:\"ar:مصفوفة فلترة الألوان\";'),('aeb-arab','messages:exif-photometricinterpretation-34892','s:16:\"ar:خام خطي\";'),('aeb-arab','messages:exif-photometricinterpretation-4','s:28:\"ar:قناع الشفافية\";'),('aeb-arab','messages:exif-photometricinterpretation-5','s:29:\"ar:مفصول (ربما CMYK)\";'),('aeb-arab','messages:exif-photometricinterpretation-6','s:19:\"ar:واي سب سر\";'),('aeb-arab','messages:exif-photometricinterpretation-8','s:16:\"ar:CIE L*a*b*‎\";'),('aeb-arab','messages:exif-photometricinterpretation-9','s:30:\"ar:CIE L*a*b* (تكويد ICC)\";'),('aeb-arab','messages:exif-pixelxdimension','s:22:\"ar:عرض الصورة\";'),('aeb-arab','messages:exif-pixelydimension','s:28:\"ar:ارتفاع الصورة\";'),('aeb-arab','messages:exif-planarconfiguration','s:30:\"ar:ترتيب البيانات\";'),('aeb-arab','messages:exif-planarconfiguration-1','s:24:\"ar:صيغة مكتنزة\";'),('aeb-arab','messages:exif-planarconfiguration-2','s:24:\"ar:صيغة مستوية\";'),('aeb-arab','messages:exif-pngfilecomment','s:24:\"ar:تعليق ملف PNG\";'),('aeb-arab','messages:exif-poseheadingdegrees','s:43:\"ar:وضع العنوان (بالدرجات)\";'),('aeb-arab','messages:exif-posepitchdegrees','s:28:\"ar:الملعب (درجات)\";'),('aeb-arab','messages:exif-poserolldegrees','s:28:\"ar:لفة (بالدرجات)\";'),('aeb-arab','messages:exif-preferredattributionname','s:77:\"ar:عند إعادة استخدام الملف، رجاءً انسبه إلى\";'),('aeb-arab','messages:exif-primarychromaticities','s:32:\"ar:ألوان الأساسيات\";'),('aeb-arab','messages:exif-projectiontype','s:24:\"ar:نوع الإسقاط\";'),('aeb-arab','messages:exif-projectiontype-equirectangular','s:32:\"ar:متساوي المستطيل\";'),('aeb-arab','messages:exif-provinceorstatecreated','s:82:\"ar:المقاطعة أو الدولة اين تم التقاط هذه الصورة\";'),('aeb-arab','messages:exif-provinceorstatedest','s:54:\"ar:المقاطعة أو الولاية المصورة\";'),('aeb-arab','messages:exif-rating','s:26:\"ar:التقييم (من 5)\";'),('aeb-arab','messages:exif-rating-rejected','s:13:\"ar:مرفوض\";'),('aeb-arab','messages:exif-referenceblackwhite','s:66:\"ar:زوج من قيم المرجع السوداء والبيضاء\";'),('aeb-arab','messages:exif-relatedsoundfile','s:29:\"ar:ملف صوتي مرتبط\";'),('aeb-arab','messages:exif-rightscertificate','s:37:\"ar:شهادة إدارة الحقوق\";'),('aeb-arab','messages:exif-rowsperstrip','s:40:\"ar:عدد الصفوف لكل شريحة\";'),('aeb-arab','messages:exif-samplesperpixel','s:26:\"ar:عدد المكونات\";'),('aeb-arab','messages:exif-saturation','s:15:\"ar:التشبع\";'),('aeb-arab','messages:exif-saturation-0','s:11:\"ar:عادي\";'),('aeb-arab','messages:exif-saturation-1','s:24:\"ar:إشباع منخفض\";'),('aeb-arab','messages:exif-saturation-2','s:24:\"ar:إشباع مرتفع\";'),('aeb-arab','messages:exif-scenecapturetype','s:33:\"ar:نوع إمساك المشهد\";'),('aeb-arab','messages:exif-scenecapturetype-0','s:13:\"ar:قياسي\";'),('aeb-arab','messages:exif-scenecapturetype-1','s:13:\"ar:عرضية\";'),('aeb-arab','messages:exif-scenecapturetype-2','s:13:\"ar:طولية\";'),('aeb-arab','messages:exif-scenecapturetype-3','s:20:\"ar:مشهد ليلي\";'),('aeb-arab','messages:exif-scenecode','s:23:\"ar:رمز مشهد IPTC\";'),('aeb-arab','messages:exif-scenetype','s:22:\"ar:نوع المشهد\";'),('aeb-arab','messages:exif-scenetype-1','s:44:\"ar:صورة ملتقطة بشكل مباشر\";'),('aeb-arab','messages:exif-sensingmethod','s:32:\"ar:وسيلة الاستشعار\";'),('aeb-arab','messages:exif-sensingmethod-1','s:18:\"ar:غير معرف\";'),('aeb-arab','messages:exif-sensingmethod-2','s:64:\"ar:مستشعر لون المساحة من رقاقة واحدة\";'),('aeb-arab','messages:exif-sensingmethod-3','s:57:\"ar:مستشعر لون المساحة من رقاقتين\";'),('aeb-arab','messages:exif-sensingmethod-4','s:64:\"ar:مستشعر لون المساحة من ثلاث رقاقات\";'),('aeb-arab','messages:exif-sensingmethod-5','s:46:\"ar:مستشعر لون مساحة متتابع\";'),('aeb-arab','messages:exif-sensingmethod-7','s:33:\"ar:مستشعر خطي ثلاثي\";'),('aeb-arab','messages:exif-sensingmethod-8','s:42:\"ar:مستشعر لون خطي متتابع\";'),('aeb-arab','messages:exif-serialnumber','s:47:\"ar:الرقم التسلسلي للكاميرا\";'),('aeb-arab','messages:exif-sharpness','s:13:\"ar:الحدة\";'),('aeb-arab','messages:exif-sharpness-0','s:11:\"ar:عادي\";'),('aeb-arab','messages:exif-sharpness-1','s:11:\"ar:ناعم\";'),('aeb-arab','messages:exif-sharpness-2','s:11:\"ar:قاسي\";'),('aeb-arab','messages:exif-shutterspeedvalue','s:29:\"ar:سرعة الغالق APEX\";'),('aeb-arab','messages:exif-software','s:40:\"ar:البرمجيات المستخدمة\";'),('aeb-arab','messages:exif-software-value','s:5:\"en:$1\";'),('aeb-arab','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('aeb-arab','messages:exif-source','s:15:\"ar:المصدر\";'),('aeb-arab','messages:exif-sourcephotoscount','s:29:\"ar:عدد صور المصدر\";'),('aeb-arab','messages:exif-specialinstructions','s:26:\"ar:تعليمات خاصة\";'),('aeb-arab','messages:exif-spectralsensitivity','s:34:\"ar:الحساسية الطيفية\";'),('aeb-arab','messages:exif-stitchingsoftware','s:26:\"ar:برنامج خياطة\";'),('aeb-arab','messages:exif-stripbytecounts','s:42:\"ar:بايت لكل شريحة مضغوطة\";'),('aeb-arab','messages:exif-stripoffsets','s:37:\"ar:موقع بيانات الصورة\";'),('aeb-arab','messages:exif-subjectarea','s:24:\"ar:مساحة الجسم\";'),('aeb-arab','messages:exif-subjectdistance','s:24:\"ar:مسافة الجسم\";'),('aeb-arab','messages:exif-subjectdistance-value','s:12:\"ar:$1 متر\";'),('aeb-arab','messages:exif-subjectdistancerange','s:33:\"ar:نطاق مسافة الجسم\";'),('aeb-arab','messages:exif-subjectdistancerange-0','s:20:\"ar:غير معروف\";'),('aeb-arab','messages:exif-subjectdistancerange-1','s:13:\"ar:ماكرو\";'),('aeb-arab','messages:exif-subjectdistancerange-2','s:25:\"ar:صورة من قريب\";'),('aeb-arab','messages:exif-subjectdistancerange-3','s:25:\"ar:صورة من بعيد\";'),('aeb-arab','messages:exif-subjectlocation','s:22:\"ar:موضع الجسم\";'),('aeb-arab','messages:exif-subjectnewscode','s:24:\"ar:رمز الموضوع\";'),('aeb-arab','messages:exif-subjectnewscode-value','s:10:\"ar:$2 ($1)\";'),('aeb-arab','messages:exif-sublocationcreated','s:87:\"ar:موقع من المدينة التي تم التقاط هذه الصورة فيها\";'),('aeb-arab','messages:exif-sublocationdest','s:48:\"ar:موقع من المدينة المعروضة\";'),('aeb-arab','messages:exif-subsectime','s:42:\"ar:وقت تاريخ ثواني فرعية\";'),('aeb-arab','messages:exif-subsectimedigitized','s:51:\"ar:وقت تاريخ رقمي ثواني فرعية\";'),('aeb-arab','messages:exif-subsectimeoriginal','s:51:\"ar:وقت تاريخ أصلي ثواني فرعية\";'),('aeb-arab','messages:exif-unknowndate','s:31:\"ar:تاريخ غير معروف\";'),('aeb-arab','messages:exif-urgency','s:11:\"ar:عاجل\";'),('aeb-arab','messages:exif-urgency-high','s:18:\"ar:عالي ( $1 )\";'),('aeb-arab','messages:exif-urgency-low','s:20:\"ar:منخفض ( $1 )\";'),('aeb-arab','messages:exif-urgency-normal','s:16:\"ar:عادي ($1)\";'),('aeb-arab','messages:exif-urgency-other','s:64:\"ar:الأولوية محددة من قبل المستخدم ($1)\";'),('aeb-arab','messages:exif-usageterms','s:30:\"ar:شروط الاستخدام\";'),('aeb-arab','messages:exif-usepanoramaviewer','s:45:\"ar:استخدم عارض البانوراما\";'),('aeb-arab','messages:exif-usepanoramaviewer-false','s:7:\"ar:لا\";'),('aeb-arab','messages:exif-usepanoramaviewer-true','s:9:\"ar:نعم\";'),('aeb-arab','messages:exif-usercomment','s:34:\"ar:تعليقات المستخدم\";'),('aeb-arab','messages:exif-webstatement','s:81:\"ar:بيان حقوق التأليف والنشر على شبكة الإنترنت\";'),('aeb-arab','messages:exif-whitebalance','s:26:\"ar:توازن الأبيض\";'),('aeb-arab','messages:exif-whitebalance-0','s:39:\"ar:توازن الأبيض تلقائي\";'),('aeb-arab','messages:exif-whitebalance-1','s:35:\"ar:توازن الأبيض يدوي\";'),('aeb-arab','messages:exif-whitepoint','s:41:\"ar:ألوان النقطة البيضاء\";'),('aeb-arab','messages:exif-worldregioncreated','s:62:\"ar: المنطقة التي التقطت الصورة فيها\";'),('aeb-arab','messages:exif-worldregiondest','s:43:\"ar:مناطق العالم المعروضة\";'),('aeb-arab','messages:exif-writer','s:15:\"ar:الكاتب\";'),('aeb-arab','messages:exif-xresolution','s:28:\"ar:الدقة الأفقية\";'),('aeb-arab','messages:exif-xyresolution-c','s:20:\"ar:$1 دي بي سي\";'),('aeb-arab','messages:exif-xyresolution-i','s:30:\"ar:$1 نقطة لكل بوصة\";'),('aeb-arab','messages:exif-ycbcrcoefficients','s:61:\"ar:معاملات مصفوفة تحويل فضاء اللون\";'),('aeb-arab','messages:exif-ycbcrpositioning','s:16:\"ar:وضع Y و C\";'),('aeb-arab','messages:exif-ycbcrpositioning-1','s:13:\"ar:توسيط\";'),('aeb-arab','messages:exif-ycbcrpositioning-2','s:43:\"ar:مذكورة في أكثر من موقع\";'),('aeb-arab','messages:exif-ycbcrsubsampling','s:52:\"ar:نسبة العينة الفرعية لY إلى C\";'),('aeb-arab','messages:exif-yresolution','s:28:\"ar:الدقة الرأسية\";'),('aeb-arab','messages:expand_templates_generate_rawhtml','s:23:\"ar:أظهر خام HTML\";'),('aeb-arab','messages:expand_templates_generate_xml','s:30:\"ar:اعرض شجرة XML parse\";'),('aeb-arab','messages:expand_templates_html_output','s:23:\"ar:ناتج خام HTML\";'),('aeb-arab','messages:expand_templates_input','s:34:\"ar:نص الويكي المدخل:\";'),('aeb-arab','messages:expand_templates_input_missing','s:83:\"ar:يجب تقديم بعض المدخلات بنص الويكي على الأقل.\";'),('aeb-arab','messages:expand_templates_intro','s:405:\"ar:تتعامل هذه الصفحة الخاصة مع نصوص الويكي وتقوم بفرد كل القوالب الموجودة به.\nوتقوم أيضا بفرد دوال القوالب مثل\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like <code><nowiki>{{</nowiki>CURRENTDAY}}</code>. حقيقةً، تقوم التعامل مع كل ما بين الأقواس المزدوجة.\";'),('aeb-arab','messages:expand_templates_ok','s:13:\"ar:موافق\";'),('aeb-arab','messages:expand_templates_output','s:17:\"ar:النتيجة\";'),('aeb-arab','messages:expand_templates_preview','s:18:\"ar:عرض مسبق\";'),('aeb-arab','messages:expand_templates_preview_fail_html','s:606:\"ar:<em>عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\n\nلأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.</em>\n\n<strong>إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.</strong>\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا.و تاكد في  متصفحك من الكوكيز  الخاصة  بهذا الموقع.\";'),('aeb-arab','messages:expand_templates_preview_fail_html_anon','s:377:\"ar:<em>لأن {{SITENAME}} لديه الHTML الخام مفعل وأنت غير مسجل الدخول، فعملية المعاينة مخفية كاحتياط ضد عمليات هجوم الجافاسكريبت.</em>\n\n<strong>لو أن هذه عملية معاينة صحيحة، فمن فضلك  [[Special:UserLogin|سجل الدخول]] وحاول مرة أخرى.</strong>\";'),('aeb-arab','messages:expand_templates_remove_comments','s:28:\"ar:أزل التعليقات\";'),('aeb-arab','messages:expand_templates_remove_nowiki','s:47:\"ar:أخفِ وسوم <nowiki> في الناتج\";'),('aeb-arab','messages:expand_templates_title','s:88:\"ar:عنوان صفحة هذا النص، لأجل معالجة {{FULLPAGENAME}} إلخ.:\";'),('aeb-arab','messages:expand_templates_xml_output','s:13:\"ar:خرج XML\";'),('aeb-arab','messages:expandtemplates','s:22:\"ar:توسعة قالب\";'),('aeb-arab','messages:expansion-depth-exceeded-category','s:81:\"aeb-arab:الصفحات التي حدث فيها تجاوز عمق التوسيع\";'),('aeb-arab','messages:expansion-depth-exceeded-category-desc','s:75:\"ar:الصفحة تجاوزت الحد الأقصى لعمق التوسيع.\";'),('aeb-arab','messages:expansion-depth-exceeded-warning','s:56:\"aeb-arab:الصفحة تجاوزت عمق التوسيع\";'),('aeb-arab','messages:expensive-parserfunction-category','s:96:\"aeb-arab:صفحات يوجد بها استدعاءات دوال محلل كثيرة ومكلفة\";'),('aeb-arab','messages:expensive-parserfunction-category-desc','s:233:\"ar:دوال المعالجة المكلفة (مثل <code>#ifexist</code>) كثيرة جدا. راجع [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('aeb-arab','messages:expensive-parserfunction-warning','s:389:\"aeb-arab:<strong>تحذير:</strong> هذه الصفحة تحتوي على استدعاءات دالة محلل كثيرة مكلفة.\n\nينبغي أن تكون أقل من {{PLURAL:$2||استدعاء واحد|استدعاءين|$2 استدعاءات|$2 استدعاء}}، يوجد الآن {{PLURAL:$1|استدعاء واحد|استدعاءان|$2 استدعاءات|$2 استدعاء}}.\";'),('aeb-arab','messages:explainconflict','s:497:\"aeb-arab:لقد عدل شخص آخر هذه الصفحة بعد أن بدأت أنت بتحريرها.\nصندوق النصوص العلوي يحتوي على النص الموجود حاليا في الصفحة.\nالتعديلات التي أجريتها أنت معروضة في الصندوق أسفله.\nويلزم دمجها في النص الموجود حاليا.\n<strong>لن يحفظ</strong> بعد الضغط على زر \"$1\" إلا ما هو موجود في الصندوق العلوي.\";'),('aeb-arab','messages:export','s:30:\"aeb-arab:تصدير صفحات\";'),('aeb-arab','messages:export-addcat','s:9:\"ar:أضف\";'),('aeb-arab','messages:export-addcattext','s:37:\"ar:أضف صفحات من تصنيف:\";'),('aeb-arab','messages:export-addns','s:9:\"ar:أضف\";'),('aeb-arab','messages:export-addnstext','s:35:\"ar:أضف صفحات من نطاق:\";'),('aeb-arab','messages:export-download','s:18:\"ar:حفظ كملف\";'),('aeb-arab','messages:export-manual','s:36:\"ar:إضافة صفحات يدويا:\";'),('aeb-arab','messages:export-pagelinks','s:56:\"ar:ضمن الصفحات الموصولة إلى عمق:\";'),('aeb-arab','messages:export-submit','s:13:\"ar:تصدير\";'),('aeb-arab','messages:export-summary','s:3:\"en:\";'),('aeb-arab','messages:export-templates','s:24:\"ar:ضمن القوالب\";'),('aeb-arab','messages:exportall','s:31:\"ar:صدّر كل الصفحات\";'),('aeb-arab','messages:exportcuronly','s:87:\"ar:ضمن المراجعة الحالية فقط، وليس التاريخ الكامل\";'),('aeb-arab','messages:exportlistauthors','s:68:\"ar:أضف قائمة كاملة بالمساهمين لكل صفحة\";'),('aeb-arab','messages:exportnohistory','s:190:\"ar:----\n<strong>ملاحظة:</strong> تصدير التاريخ الكامل للصفحات من خلال هذه الاستمارة تم تعطيله لأسباب تتعلق بالأداء.\";'),('aeb-arab','messages:exporttext','s:890:\"ar:يمكنك تصدير النص وتاريخ تعديلات صفحة أو مجموعة صفحات في صيغة XML.\nهذا يمكن استيراده إلى ويكي آخر يستعمل ميدياويكي بواسطة [[Special:Import|صفحة الاستيراد]].\n\nلتصدير الصفحات، أدخل عناوينها في الصندوق أسفله، عنواناً واحداً في كل سطر، مع اختيار ما إذا كنت ترغب بتصدير النسخة الحالية مع جميع النسخ القديمة، أي مع كامل معلومات تاريخ الصفحة، أو فقط النسخة الحالية مع معلومات عن التعديل الأخير.\n\nفي الحالة الأخيرة يمكنك أيضاً استخدام وصلة، على سبيل المثال [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] للصفحة «[[{{MediaWiki:Mainpage}}]]».\";'),('aeb-arab','messages:external_image_whitelist','s:701:\"aeb-arab: #<pre>اترك هذا السطر تماما كما هو\n#ضع منثورات التعبيرات المنتظمة (فقط الجزء الذي يذهب بين //) بالأسفل\n#هذه ستتم مطابقتها مع مسارات الصور الخرجية (الموصولة بشكل مباشر)\n#هذه التي تطابق سيتم عرضها كصور، غير ذلك فقط وصلة إلى الصورة سيتم عرضها\n#السطور التي تبدأ ب# تتم معاملتها كتعليقات\n#هذا لا يتأثر بحالة الحروف\n\n#ضع كل منثورات التعبيرات المنتظمة فوق هذا السطر. اترك هذا السطر تماما كما هو</pre>\";'),('aeb-arab','messages:externaldberror','s:165:\"aeb-arab:هناك إما خطأ في دخول قاعدة البيانات الخارجية أو أنه غير مسموح لك بتحديث حسابك الخارجي.\";'),('aeb-arab','messages:faq','s:34:\"ar:الأسئلة المتكررة\";'),('aeb-arab','messages:feb','s:19:\"aeb-arab:فيڥري\";'),('aeb-arab','messages:february','s:19:\"aeb-arab:فيڥري\";'),('aeb-arab','messages:february-gen','s:19:\"aeb-arab:فيڥري\";'),('aeb-arab','messages:feed-atom','s:11:\"ar:أتوم\";'),('aeb-arab','messages:feed-invalid','s:60:\"aeb-arab:نوع اشتراك التلقيم غير صحيح.\";'),('aeb-arab','messages:feed-rss','s:17:\"ar:أر إس إس\";'),('aeb-arab','messages:feed-unavailable','s:47:\"aeb-arab:التلقيمات غير متوفرة\";'),('aeb-arab','messages:feedback-adding','s:51:\"ar:إضافة تعليقات إلى الصفحة...\";'),('aeb-arab','messages:feedback-back','s:11:\"ar:رجوع\";'),('aeb-arab','messages:feedback-bugcheck','s:90:\"ar:رائع! تحقق من أن هذه ليست إحدى [$1 العلل المعروفة].\";'),('aeb-arab','messages:feedback-bugnew','s:52:\"ar:لقد تحققت. بلغ عن علة جديدة.\";'),('aeb-arab','messages:feedback-bugornote','s:322:\"ar:إن كنت مستعدا لشرح  مشكلة تقنية بالتفصيل، رجاءا [$1 قدم تقريرا بالخلل].\nبخلاف ذلك، يمكنك أستخدام الطريقة الأسهل أسفله، سيتم إضافة تعليقك للصفحة \"[$3 $2]\"، بالإضافة إلى اسم المستخدم.\";'),('aeb-arab','messages:feedback-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:feedback-close','s:7:\"ar:تم\";'),('aeb-arab','messages:feedback-dialog-intro','s:210:\"ar:أنت يمكنك استخدام الاستمارة السهلة بالأسفل لإرسال تعليقك. تعليقك ستتم إضافته للصفحة \"$1\"، مع اسم المستخدم الخاص بك.\";'),('aeb-arab','messages:feedback-dialog-title','s:33:\"ar:أرسل تغذية راجعة\";'),('aeb-arab','messages:feedback-error1','s:57:\"ar:خطأ: لا يمكن التعرف عليها من API\";'),('aeb-arab','messages:feedback-error4','s:72:\"ar:خطأ: غير قادر على نشر الى ان تعطي عنوان\";'),('aeb-arab','messages:feedback-external-bug-report-button','s:40:\"ar:أرسل تقرير علة تقنية\";'),('aeb-arab','messages:feedback-message','s:18:\"ar:الرسالة:\";'),('aeb-arab','messages:feedback-subject','s:18:\"ar:الموضوع:\";'),('aeb-arab','messages:feedback-submit','s:13:\"ar:إرسال\";'),('aeb-arab','messages:feedback-terms','s:252:\"ar:أنا أفهم أن معلومات وكيل المستخدم الخاص بي تشمل معلومات حول نسخة متصفحي ونظام التشغيل الخاص بي بالضبط وستتم مشاركتها علنيا بجانب تعليقي.\";'),('aeb-arab','messages:feedback-termsofuse','s:104:\"ar:أنا أوافق على توفير تعليقات بالتوافق مع شروط الاستخدام.\";'),('aeb-arab','messages:feedback-thanks','s:64:\"ar:شكرا! أُرسلت ملاحظاتك لصفحة \"[$2 $1]\".\";'),('aeb-arab','messages:feedback-thanks-title','s:19:\"ar:شكرًا لك!\";'),('aeb-arab','messages:feedback-useragent','s:29:\"ar:وكيل المستخدم:\";'),('aeb-arab','messages:fewestrevisions','s:42:\"ar:الصفحات ذات أقل تعديل\";'),('aeb-arab','messages:fewestrevisions-summary','s:3:\"en:\";'),('aeb-arab','messages:file-anchor-link','s:21:\"aeb-arab:فيشياي\";'),('aeb-arab','messages:file-deleted-duplicate','s:198:\"ar:ملف مطابق لهذه الملف ([[:$1]]) تم حذفه من قبل. ينبغي أن تتحقق من تاريخ الحذف لهذا الملف قبل المتابعة بإعادة رفعه.\";'),('aeb-arab','messages:file-deleted-duplicate-notitle','s:290:\"ar:سابقا تم حذف ملف مطابق لهذا الملف، وقد تم منع العنوان.\nينبغي أن تسأل شخص ما لديه القدرة على عرض بيانات الملف الممنوع لاستعراض الوضع قبل الشروع في إعادة تحميله.\";'),('aeb-arab','messages:file-exists-duplicate','s:86:\"ar:هذا الملف مكرر  {{PLURAL:$1|للملف|للملفات}} التالية:\";'),('aeb-arab','messages:file-exists-sharedrepo','s:139:\"ar:اسم الملف الذي اخترته مستخدم من قبل في مستودع مشترك.\nمن فضلك اختر اسماً آخر.\";'),('aeb-arab','messages:file-info','s:42:\"ar:حجم الملف: $1، نوع MIME: $2\";'),('aeb-arab','messages:file-info-gif-frames','s:90:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارا|$1 إطار}}\";'),('aeb-arab','messages:file-info-gif-looped','s:13:\"ar:ملفوف\";'),('aeb-arab','messages:file-info-png-frames','s:92:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارًا|$1 إطار}}\";'),('aeb-arab','messages:file-info-png-looped','s:13:\"ar:ملفوف\";'),('aeb-arab','messages:file-info-png-repeat','s:77:\"ar:عرضت {{PLURAL:$1||مرة واحدة|مرتين|$1 مرات|$1 مرة}}\";'),('aeb-arab','messages:file-info-size','s:66:\"aeb-arab:$1 × $2 بكسل حجم الملف: $3، نوع MIME: $4\";'),('aeb-arab','messages:file-info-size-pages','s:114:\"ar:$1 × $2 بكسل, حجم الملف  : $3 ، نوع الملف : $4 ، $5 {{PLURAL:$5| صفحة | صفحات}}\";'),('aeb-arab','messages:file-no-thumb-animation','s:161:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف ستكون غير متحركة.</strong>\";'),('aeb-arab','messages:file-no-thumb-animation-gif','s:185:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف GIF عالي الدقة ستكون غير متحركة.</strong>\";'),('aeb-arab','messages:file-nohires','s:52:\"aeb-arab:لا توجد دقة أعلى متوفرة.\";'),('aeb-arab','messages:file-thumbnail-no','s:268:\"ar:يبدأ الملف ب <strong>$1</strong>.\nيبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\nإذا كانت لديك الصورة في درجة دقة كاملة قم برفعها، أو قم بتغيير اسم الملف من فضلك.\";'),('aeb-arab','messages:file-too-large','s:61:\"ar:الملف الذي أرسلته كان كبيرا جدا.\";'),('aeb-arab','messages:filecopyerror','s:58:\"aeb-arab:لم يمكن نسخ الملف \"$1\" إلى \"$2\".\";'),('aeb-arab','messages:filedelete','s:12:\"ar:حذف $1\";'),('aeb-arab','messages:filedelete-archive-read-only','s:103:\"ar:مجلد الأرشيف \"$1\" لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('aeb-arab','messages:filedelete-comment','s:14:\"ar:السبب:\";'),('aeb-arab','messages:filedelete-current-unregistered','s:72:\"ar:الملف المحدد \"$1\" ليس في قاعدة البيانات.\";'),('aeb-arab','messages:filedelete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('aeb-arab','messages:filedelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('aeb-arab','messages:filedelete-intro','s:98:\"ar:أنت على وشك حذف الملف <strong>[[Media:$1|$1]]</strong> مع كل تاريخه.\";'),('aeb-arab','messages:filedelete-intro-old','s:87:\"ar:أنت تحذف نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ [$4 $3، $2].\";'),('aeb-arab','messages:filedelete-legend','s:20:\"ar:حذف الملف\";'),('aeb-arab','messages:filedelete-maintenance','s:86:\"ar:حذف واسترجاع الملفات معطل مؤقتا خلال الصيانة.\";'),('aeb-arab','messages:filedelete-maintenance-title','s:34:\"ar:لا يمكن حذف الملف\";'),('aeb-arab','messages:filedelete-missing','s:71:\"ar:الملف \"$1\" لم يمكن حذفه، لأنه غير موجود.\";'),('aeb-arab','messages:filedelete-nofile','s:41:\"ar:<strong>$1</strong> غير موجود.\";'),('aeb-arab','messages:filedelete-nofile-old','s:96:\"ar:لا توجد نسخة مؤرشفة من <strong>$1</strong> بالعناصر المحددة.\";'),('aeb-arab','messages:filedelete-old-unregistered','s:89:\"ar:مراجعة الملف المحددة \"$1\" ليست في قاعدة البيانات.\";'),('aeb-arab','messages:filedelete-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('aeb-arab','messages:filedelete-reason-dropdown','s:89:\"ar:*أسباب الحذف الشائعة\n** خرق حقوق النشر\n** ملف مكرر\";'),('aeb-arab','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('aeb-arab','messages:filedelete-reason-otherlist','s:16:\"ar:سبب آخر\";'),('aeb-arab','messages:filedelete-submit','s:9:\"ar:حذف\";'),('aeb-arab','messages:filedelete-success','s:37:\"ar:<strong>$1</strong> تم حذفه.\";'),('aeb-arab','messages:filedelete-success-old','s:82:\"ar:نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ $3، $2 تم حذفها.\";'),('aeb-arab','messages:filedeleteerror','s:46:\"aeb-arab:لم يمكن حذف الملف \"$1\".\";'),('aeb-arab','messages:filedeleteerror-long','s:56:\"ar:حدثت أخطاء أثناء حذف الملف:\n\n$1\";'),('aeb-arab','messages:filedeleteerror-short','s:31:\"ar:خطأ حذف الملف: $1\";'),('aeb-arab','messages:filedesc','s:17:\"aeb-arab:ملخص\";'),('aeb-arab','messages:fileduplicatesearch','s:36:\"ar:بحث عن ملفات مكررة\";'),('aeb-arab','messages:fileduplicatesearch-filename','s:21:\"ar:اسم الملف:\";'),('aeb-arab','messages:fileduplicatesearch-info','s:68:\"ar:$1 × $2 بكسل<br />حجم الملف: $3<br />نوع MIME: $4\";'),('aeb-arab','messages:fileduplicatesearch-noresults','s:60:\"ar:لا ملف بالاسم \"$1\" تم العثور عليه.\";'),('aeb-arab','messages:fileduplicatesearch-result-1','s:53:\"ar:الملف \"$1\" ليس له تكرار مطابق.\";'),('aeb-arab','messages:fileduplicatesearch-result-n','s:87:\"ar:الملف \"$1\" له {{PLURAL:$2|1 تكرار مطابق|$2 تكرار مطابق}}.\";'),('aeb-arab','messages:fileduplicatesearch-submit','s:9:\"ar:بحث\";'),('aeb-arab','messages:fileduplicatesearch-summary','s:81:\"ar:ابحث عن الملفات المكررة بناء على قيم الهاش.\";'),('aeb-arab','messages:fileexists','s:204:\"ar:هناك ملف موجود يحمل نفس هذا الاسم الرجاء التحقق من <strong>[[:$1]]</strong> لو {{GENDER:|كنت}} غير متأكد أنك تريد تبديله.\n[[$1|thumb]]\";'),('aeb-arab','messages:fileexists-duplicate-version','s:139:\"ar:الملف المرفوع هو نسخة مطابقة من {{PLURAL:$2|نسخة أقدم|نسخ أقدم}} من <strong>[[:$1]]</strong>.\";'),('aeb-arab','messages:fileexists-extension','s:231:\"ar:يوجد ملف باسم مشابه: [[$2|thumb]]\n* اسم الملف المراد رفعه: <strong>[[:$1]]</strong>\n* اسم الملف الموجود: <strong>[[:$2]]</strong>\nمن فضلك اختر اسماً مختلفاً.\";'),('aeb-arab','messages:fileexists-forbidden','s:253:\"ar:هناك ملف موجود بهذا الاسم بالفعل، ولا يمكن إعادة الكتابة عليه.\nلو أنك مازلت تريد رفع ملفك، من فضلك عد واستخدم اسماً جديداً. [[File:$1|thumb|center|$1]]\";'),('aeb-arab','messages:fileexists-no-change','s:127:\"ar:الملف المرفوع هو نسخة مطابقة تمامًا للنسخة الحالية من <strong>[[:$1]]</strong>.\";'),('aeb-arab','messages:fileexists-shared-forbidden','s:241:\"ar:يوجد ملف بنفس الاسم بالفعل في مستودع الملفات المشترك.\nلو كنت مازلت تريد رفع ملفك، من فضلك ارجع واستخدم اسماً جديداً.\n[[File:$1|thumb|center|$1]]\";'),('aeb-arab','messages:fileexists-thumbnail-yes','s:260:\"ar:يبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\n[[$1|thumb]]\nمن فضلك افحص الملف <strong>[[:$1]]</strong>.\nإن كان هو نفس الملف بالحجم الأصلي فلا داعي لرفع تصغير إضافي.\";'),('aeb-arab','messages:filehist','s:30:\"aeb-arab:تاريخ الپاج\";'),('aeb-arab','messages:filehist-comment','s:19:\"aeb-arab:تعليق\";'),('aeb-arab','messages:filehist-current','s:17:\"aeb-arab:حالي\";'),('aeb-arab','messages:filehist-datetime','s:22:\"aeb-arab:وقت/زمن\";'),('aeb-arab','messages:filehist-deleteall','s:18:\"ar:حذف الكل\";'),('aeb-arab','messages:filehist-deleteone','s:9:\"ar:حذف\";'),('aeb-arab','messages:filehist-dimensions','s:23:\"aeb-arab:الأبعاد\";'),('aeb-arab','messages:filehist-filesize','s:20:\"ar:حجم الملف\";'),('aeb-arab','messages:filehist-help','s:98:\"aeb-arab:اضغط على وقت/زمن لرؤية الملف كما بدا في هذا الزمن.\";'),('aeb-arab','messages:filehist-nothumb','s:18:\"ar:لا تصغير\";'),('aeb-arab','messages:filehist-revert','s:21:\"aeb-arab:استرجع\";'),('aeb-arab','messages:filehist-thumb','s:28:\"aeb-arab:صورة مصغرة\";'),('aeb-arab','messages:filehist-thumbtext','s:48:\"aeb-arab:تصغير للنسخة بتاريخ $1\";'),('aeb-arab','messages:filehist-user','s:21:\"aeb-arab:مستخدم\";'),('aeb-arab','messages:filemissing','s:24:\"ar:الملف مفقود\";'),('aeb-arab','messages:filename','s:20:\"ar:اسم الملف\";'),('aeb-arab','messages:filename-bad-prefix','s:257:\"ar:اسم الملف الذي ترفعه يبدأ ب<strong>\"$1\"</strong>، وهو اسم غير وصفي غالباً ما تخصصه الكاميرات الرقمية تلقائياً.\nمن فضلك اختر اسماً يصف ملفك بوضوح أكثر.\";'),('aeb-arab','messages:filename-prefix-blacklist','s:609:\"ar: #<!-- اترك هذا السطر تماما كما هو --> <pre>\n# الصيغة كالتالي:\n#   * كل شيء من علامة \"#\" إلى آخر السطر هو تعليق\n#   * كل سطر غير فارغ هو بادئة لأسماء الملفات النمطية التي توضع تلقائيا بواسطة الكاميرات الرقمية\nCIMG # كاسيو\nDSC_ # نيكون\nDSCF # فوجي\nDSCN # نيكون\nDUW # بعض الهواتف المحمولة\nIMG # عام\nJD # جينوبتيك\nMGP # بينتاكس\nPICT # متنوع\n #</pre> <!-- اترك هذا السطر تماما كما هو -->\";'),('aeb-arab','messages:filename-thumb-name','s:303:\"ar:هذا يبدو وكأنه عنوان صورة مصغرة. من فضلك لا ترفع صورة مصغرة لنفس الويكي مرة ثانية. أو، من فضلك أصلح اسم الملف بحيث يكون معبرا أكثر، ولا يحتوي على بادئة الصورة المصغرة.\";'),('aeb-arab','messages:filename-toolong','s:78:\"ar:طول أسماء الملفات يجب أن لا يتجاوز 240 بايت\";'),('aeb-arab','messages:filename-tooshort','s:37:\"ar:اسم الملف قصير جدا.\";'),('aeb-arab','messages:filenotfound','s:50:\"aeb-arab:لم يمكن إيجاد الملف \"$1\".\";'),('aeb-arab','messages:filepage-nofile','s:46:\"ar:لا ملف موجود بهذا الاسم.\";'),('aeb-arab','messages:filepage-nofile-link','s:78:\"ar:لا يوجد ملف بهذا الاسم، لكن يمكنك [$1 رفعه].\";'),('aeb-arab','messages:filepage.css','s:135:\"ar:/* CSS المعروض هنا سيضمن في صفحات وصف الملفات، أيضا على الويكيات الأجنبية */\";'),('aeb-arab','messages:filepageexists','s:316:\"ar:أنشئت صفحة وصف هذا الملف في <strong>[[:$1]]</strong>، لكن لا يوجد ملف بهذا الاسم حالياً.\nلن يظهر الملخص الذي تدخله على صفحة الوصف.\nلجعل ملخصك يظهر هناك، ستحتاج إلى تعديله يدوياً.\n[[$1|thumb]]\";'),('aeb-arab','messages:filereadonlyerror','s:199:\"aeb-arab:تعذر تعديل الملف \"$1\" لأن مستودع الملف \"$2\" في وضع القراءة فقط. \n\nالمدير الذي قام بغلقه قدم التفسير التالي: \"$3\".\";'),('aeb-arab','messages:filerenameerror','s:73:\"aeb-arab:لم يمكن إعادة تسمية الملف \"$1\" إلى \"$2\".\";'),('aeb-arab','messages:filereuploadsummary','s:29:\"ar:تغييرات الملف:\";'),('aeb-arab','messages:filerevert','s:18:\"ar:استرجع $1\";'),('aeb-arab','messages:filerevert-badversion','s:98:\"ar:لا توجد نسخة محلية سابقة لهذا الملف بالتاريخ المعطى.\";'),('aeb-arab','messages:filerevert-comment','s:14:\"ar:السبب:\";'),('aeb-arab','messages:filerevert-defaultcomment','s:54:\"ar:استرجع للنسخة بتاريخ $2، $1 ($3)\";'),('aeb-arab','messages:filerevert-identical','s:99:\"ar:الإصدار الحالي من الملف بالفعل مطابق للإصدار المحدد.\";'),('aeb-arab','messages:filerevert-intro','s:106:\"ar:أنت تسترجع الملف <strong>[[Media:$1|$1]]</strong> للنسخة [$4 بتاريخ $3، $2].\";'),('aeb-arab','messages:filerevert-legend','s:26:\"ar:استرجع الملف\";'),('aeb-arab','messages:filerevert-submit','s:15:\"ar:استرجع\";'),('aeb-arab','messages:filerevert-success','s:97:\"ar:<strong>[[Media:$1|$1]]</strong> تم استرجاعه [$4 للنسخة بتاريخ $3، $2].\";'),('aeb-arab','messages:filesource','s:12:\"ar:مصدر:\";'),('aeb-arab','messages:filestatus','s:32:\"ar:حالة حقوق النسخ:\";'),('aeb-arab','messages:filetype-bad-ie-mime','s:177:\"ar:لم يمكن رفع هذا المف لأن إنترنت إكسبلورر سيكتشفه ك\"$1\", وهو نوع ملف ممنوع ومن المحتمل أن يكون خطرا.\";'),('aeb-arab','messages:filetype-badmime','s:74:\"ar:من غير المسموح به رفع ملفات من النوع \"$1\".\";'),('aeb-arab','messages:filetype-banned','s:39:\"ar:نوع الملف هذا ممنوع.\";'),('aeb-arab','messages:filetype-banned-type','s:242:\"ar:<strong>\".$1\"</strong> {{PLURAL:$4|ليس نوع ملف مسموح به|ليسوا أنواع ملفات مسموح بها}}.\n{{PLURAL:$3|نوع الملف المسموح به هو|أنواع الملفات المسموح بها هي}} $2.\";'),('aeb-arab','messages:filetype-mime-mismatch','s:77:\"ar:امتداد الملف \".$1\" لا يطابق نوع MIME للملف ($2).\";'),('aeb-arab','messages:filetype-missing','s:52:\"ar:الملف بدون امتداد (مثل \".jpg\").\";'),('aeb-arab','messages:filetype-unwanted-type','s:170:\"ar:<strong>\".$1\"</strong> هو نوع ملف غير مرغوب فيه.\n{{PLURAL:$3|نوع الملف المفضل هو|أنواع الملفات المفضلة هي}} $2.\";'),('aeb-arab','messages:fileuploadsummary','s:12:\"ar:ملخص:\";'),('aeb-arab','messages:filewasdeleted','s:133:\"ar:تم رفع ثم حذف ملف بهذا الاسم من قبل.\nمن الأفضل مراجعة $1 قبل رفعه مرة أخرى.\";'),('aeb-arab','messages:fix-double-redirects','s:73:\"ar:حدث أي تحويلات تشير إلى العنوان الأصلي\";'),('aeb-arab','messages:formatnum-nan','s:18:\"ar:ليس عددا\";'),('aeb-arab','messages:formerror','s:60:\"aeb-arab:خطأ: لم يمكن تنفيذ الاستمارة\";'),('aeb-arab','messages:fri','s:21:\"aeb-arab:الجمعة\";'),('aeb-arab','messages:friday','s:21:\"aeb-arab:الجمعة\";'),('aeb-arab','messages:friday-at','s:38:\"ar:يوم الجمعة الساعة $1\";'),('aeb-arab','messages:gallery-slideshow-toggle','s:39:\"ar:تغيير الصور المصغرة\";'),('aeb-arab','messages:gender-female','s:40:\"ar:هي تعدل صفحات الويكي\";'),('aeb-arab','messages:gender-male','s:40:\"ar:هو يعدل صفحات الويكي\";'),('aeb-arab','messages:gender-notknown','s:44:\"ar:هم يحررون صفحات الويكي\";'),('aeb-arab','messages:gender-unknown','s:126:\"ar:عند ذكرك، البرنامج سيستخدم كلمات محايدة النوع متى ما كان ذلك ممكناً\";'),('aeb-arab','messages:generic-pool-error','s:235:\"ar:عذرا، الخوادم منهكة حاليا.\nيحاول مستخدمون كثر الوصول إلى هذا المورد.\nمن فضلك تمهّل قليلا قبل محاولة الوصول إلى هذا المورد مجددا.\";'),('aeb-arab','messages:go','s:11:\"ar:اذهب\";'),('aeb-arab','messages:googleanalytics-desc','s:112:\"ar:يضيف سكريبت جوجل التحليلي (ga.js) إلى صفحات الميدياويكي للتتبع\";'),('aeb-arab','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('aeb-arab','messages:gotointerwiki','s:22:\"ar:ترك {{SITENAME}}\";'),('aeb-arab','messages:gotointerwiki-external','s:150:\"ar:أنت على وشك ترك {{SITENAME}} لزيارة [[$2]]، وهو موقع منفصل.\n\n\'\'\'[$1 اضغط هنا للاستمرار إلى $1]\'\'\'\";'),('aeb-arab','messages:gotointerwiki-invalid','s:47:\"ar:العنوان المحدد غير صحيح.\";'),('aeb-arab','messages:grant-basic','s:38:\"ar:الصلاحيات الأساسية\";'),('aeb-arab','messages:grant-blockusers','s:55:\"ar:منع ورفع المنع عن المستخدمين\";'),('aeb-arab','messages:grant-createaccount','s:26:\"ar:إنشاء حسابات\";'),('aeb-arab','messages:grant-createeditmovepage','s:50:\"ar:إنشاء وتعديل ونقل الصفحات\";'),('aeb-arab','messages:grant-delete','s:75:\"ar:حذف الصفحات والمراجعات ومدخلات السجلات\";'),('aeb-arab','messages:grant-editinterface','s:100:\"ar:تعديل نطاق ميدياويكي وجسون على مستوى الموقع/المستخدم\";'),('aeb-arab','messages:grant-editmycssjs','s:72:\"ar:تعديل CSS/جافا سكريت/جسون الخاصة بحسابك\";'),('aeb-arab','messages:grant-editmyoptions','s:74:\"ar:تعديل تفضيلاتك وإعدادات الJSON الخاصة بك\";'),('aeb-arab','messages:grant-editmywatchlist','s:39:\"ar:تعديل قائمة مراقبتك\";'),('aeb-arab','messages:grant-editpage','s:37:\"ar:تعديل صفحات موجودة\";'),('aeb-arab','messages:grant-editprotected','s:35:\"ar:تعديل صفحات محمية\";'),('aeb-arab','messages:grant-editsiteconfig','s:66:\"ar:عدل CSS/JS على مستوى الموقع والمستخدم\";'),('aeb-arab','messages:grant-generic','s:35:\"ar:\"$1\" حزمة الصلاحيات\";'),('aeb-arab','messages:grant-group-administration','s:37:\"ar:أداء عمليات إدارية\";'),('aeb-arab','messages:grant-group-customization','s:38:\"ar:التخصيص والتفضيلات\";'),('aeb-arab','messages:grant-group-email','s:39:\"ar:إرسال بريد إلكتروني\";'),('aeb-arab','messages:grant-group-file-interaction','s:37:\"ar:التفاعل مع الوسائط\";'),('aeb-arab','messages:grant-group-high-volume','s:40:\"ar:أداء نشاط كبير الحجم\";'),('aeb-arab','messages:grant-group-other','s:28:\"ar:نشاطات متفرقة\";'),('aeb-arab','messages:grant-group-page-interaction','s:37:\"ar:التفاعل مع الصفحات\";'),('aeb-arab','messages:grant-group-private-information','s:67:\"ar:الوصول للبيانات السرية المتعلقة بك\";'),('aeb-arab','messages:grant-group-watchlist-interaction','s:50:\"ar:التفاعل مع قائمة المراقبة\";'),('aeb-arab','messages:grant-highvolume','s:33:\"ar:تعديل كبير الحجم\";'),('aeb-arab','messages:grant-import','s:36:\"ar:استيراد المراجعات\";'),('aeb-arab','messages:grant-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('aeb-arab','messages:grant-oversight','s:66:\"ar:إخفاء المستخدمين وإخفاء المراجعات\";'),('aeb-arab','messages:grant-patrol','s:43:\"ar:تغييرات دورية للصفحات\";'),('aeb-arab','messages:grant-privateinfo','s:47:\"ar:الوصول للمعلومات السرية\";'),('aeb-arab','messages:grant-protect','s:52:\"ar:حماية وإزالة حماية الصفحات\";'),('aeb-arab','messages:grant-rollback','s:56:\"ar:استرجاع التغييرات في الصفحات\";'),('aeb-arab','messages:grant-sendemail','s:75:\"ar:إرسال بريد إلكتروني للمستخدمين الآخرين\";'),('aeb-arab','messages:grant-uploadeditmovefile','s:46:\"ar:رفع وإزاحة ونقل الملفات\";'),('aeb-arab','messages:grant-uploadfile','s:33:\"ar:ارفع ملفات جديدة\";'),('aeb-arab','messages:grant-viewdeleted','s:58:\"ar:عرض الملفات والصفحات المحذوفة\";'),('aeb-arab','messages:grant-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('aeb-arab','messages:grant-viewrestrictedlogs','s:50:\"ar:عرض مدخلات السجل المحظورة\";'),('aeb-arab','messages:group','s:20:\"ar:المجموعة:\";'),('aeb-arab','messages:group-all','s:13:\"ar:(الكل)\";'),('aeb-arab','messages:group-autoconfirmed','s:51:\"ar:مستخدمون مؤكدون تلقائيًّا\";'),('aeb-arab','messages:group-autoconfirmed-member','s:98:\"ar:{{GENDER:$1|مستخدم مؤكد تلقائيًا|مستخدمة مؤكدة تلقائيًا}}\";'),('aeb-arab','messages:group-autoconfirmed.css','s:146:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين المؤكدين تلقائيا فقط */\";'),('aeb-arab','messages:group-autoconfirmed.js','s:125:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للمستخدمين المؤكدين تلقائيا فقط */\";'),('aeb-arab','messages:group-bot','s:13:\"ar:بوتات\";'),('aeb-arab','messages:group-bot-member','s:23:\"ar:{{GENDER:$1|بوت}}\";'),('aeb-arab','messages:group-bot.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البوتات فقط */\";'),('aeb-arab','messages:group-bot.js','s:87:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبوتات فقط */\";'),('aeb-arab','messages:group-bureaucrat','s:25:\"ar:بيروقراطيون\";'),('aeb-arab','messages:group-bureaucrat-member','s:33:\"ar:{{GENDER:$1|بيروقراط}}\";'),('aeb-arab','messages:group-bureaucrat.css','s:120:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البيروقراطيين فقط */\";'),('aeb-arab','messages:group-bureaucrat.js','s:99:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبيروقراطيين فقط */\";'),('aeb-arab','messages:group-interface-admin','s:30:\"ar:إداريو الواجهة\";'),('aeb-arab','messages:group-interface-admin-member','s:42:\"ar:{{GENDER:$1|إداري الواجهة}}\";'),('aeb-arab','messages:group-membership-link-with-expiry','s:17:\"ar:$1 (حتى $2)\";'),('aeb-arab','messages:group-named','s:32:\"ar:مستخدمون مسجلون\";'),('aeb-arab','messages:group-suppress','s:15:\"ar:مزيلون\";'),('aeb-arab','messages:group-suppress-member','s:36:\"ar:{{GENDER:$1|مزيل|مزيلة}}\";'),('aeb-arab','messages:group-sysop','s:17:\"ar:إداريون\";'),('aeb-arab','messages:group-sysop-member','s:40:\"ar:{{GENDER:$1|إداري|إدارية}}\";'),('aeb-arab','messages:group-sysop.css','s:112:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على الإداريين فقط */\";'),('aeb-arab','messages:group-sysop.js','s:91:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للإداريين فقط */\";'),('aeb-arab','messages:group-user','s:19:\"ar:مستخدمون\";'),('aeb-arab','messages:group-user-member','s:44:\"ar:{{GENDER:$1|مستخدم|مستخدمة}}\";'),('aeb-arab','messages:group-user.css','s:97:\"ar:/* CSS المعروض هنا سيؤثر على المستخدمين المسجلين فقط */\";'),('aeb-arab','messages:group-user.js','s:98:\"ar:/* أي JavaScript هنا سيتم تحميله للمستخدمين المسجلين فقط */\";'),('aeb-arab','messages:grouppage-autoconfirmed','s:62:\"ar:{{ns:project}}:مستخدمون مؤكدون تلقائيا\";'),('aeb-arab','messages:grouppage-bot','s:28:\"ar:{{ns:project}}:بوتات\";'),('aeb-arab','messages:grouppage-bureaucrat','s:40:\"ar:{{ns:project}}:بيروقراطيون\";'),('aeb-arab','messages:grouppage-interface-admin','s:45:\"ar:{{ns:project}}:إداريو الواجهة\";'),('aeb-arab','messages:grouppage-named','s:47:\"ar:{{ns:project}}:مستخدمون مسجلون\";'),('aeb-arab','messages:grouppage-suppress','s:43:\"ar:{{ns:project}}:خاصية الإزالة\";'),('aeb-arab','messages:grouppage-sysop','s:32:\"ar:{{ns:project}}:إداريون\";'),('aeb-arab','messages:grouppage-user','s:34:\"ar:{{ns:project}}:مستخدمون\";'),('aeb-arab','messages:guesstimezone','s:46:\"ar:أدخل التوقيت من المتصفح\";'),('aeb-arab','messages:headline-anchor-title','s:31:\"ar:وصلة لهذا القسم\";'),('aeb-arab','messages:hebrew-calendar-m1','s:13:\"ar:تيشري\";'),('aeb-arab','messages:hebrew-calendar-m1-gen','s:13:\"ar:تيشري\";'),('aeb-arab','messages:hebrew-calendar-m10','s:11:\"ar:تموز\";'),('aeb-arab','messages:hebrew-calendar-m10-gen','s:11:\"ar:تموز\";'),('aeb-arab','messages:hebrew-calendar-m11','s:7:\"ar:آف\";'),('aeb-arab','messages:hebrew-calendar-m11-gen','s:7:\"ar:آف\";'),('aeb-arab','messages:hebrew-calendar-m12','s:13:\"ar:أيلول\";'),('aeb-arab','messages:hebrew-calendar-m12-gen','s:13:\"ar:أيلول\";'),('aeb-arab','messages:hebrew-calendar-m2','s:15:\"ar:تيشفان\";'),('aeb-arab','messages:hebrew-calendar-m2-gen','s:15:\"ar:تيشفان\";'),('aeb-arab','messages:hebrew-calendar-m3','s:15:\"ar:كيسليف\";'),('aeb-arab','messages:hebrew-calendar-m3-gen','s:15:\"ar:كيسليف\";'),('aeb-arab','messages:hebrew-calendar-m4','s:13:\"ar:تيفيت\";'),('aeb-arab','messages:hebrew-calendar-m4-gen','s:13:\"ar:تيفيت\";'),('aeb-arab','messages:hebrew-calendar-m5','s:13:\"ar:شيفات\";'),('aeb-arab','messages:hebrew-calendar-m5-gen','s:13:\"ar:شيفات\";'),('aeb-arab','messages:hebrew-calendar-m6','s:11:\"ar:أدار\";'),('aeb-arab','messages:hebrew-calendar-m6-gen','s:11:\"ar:أدار\";'),('aeb-arab','messages:hebrew-calendar-m6a','s:22:\"ar:أدار الأول\";'),('aeb-arab','messages:hebrew-calendar-m6a-gen','s:22:\"ar:أدار الأول\";'),('aeb-arab','messages:hebrew-calendar-m6b','s:24:\"ar:أدار الثاني\";'),('aeb-arab','messages:hebrew-calendar-m6b-gen','s:24:\"ar:أدار الثاني\";'),('aeb-arab','messages:hebrew-calendar-m7','s:13:\"ar:نيزان\";'),('aeb-arab','messages:hebrew-calendar-m7-gen','s:13:\"ar:نيسان\";'),('aeb-arab','messages:hebrew-calendar-m8','s:11:\"ar:أيار\";'),('aeb-arab','messages:hebrew-calendar-m8-gen','s:11:\"ar:أيار\";'),('aeb-arab','messages:hebrew-calendar-m9','s:13:\"ar:سيفان\";'),('aeb-arab','messages:hebrew-calendar-m9-gen','s:13:\"ar:سيفان\";'),('aeb-arab','messages:help','s:21:\"aeb-arab:معاونة\";'),('aeb-arab','messages:help-mediawiki','s:41:\"ar:مساعدة حول ميدياويكي\";'),('aeb-arab','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('aeb-arab','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('aeb-arab','messages:helppage-top-gethelp','s:15:\"ar:مساعدة\";'),('aeb-arab','messages:hidden-categories','s:121:\"ar:{{PLURAL:$1|لا تصنيفات مخفية|تصنيف مخفي|تصنيفان مخفيان|تصنيفات مخفية}}\";'),('aeb-arab','messages:hidden-category-category','s:34:\"aeb-arab:تصنيفات مخفية\";'),('aeb-arab','messages:hidden-category-category-desc','s:184:\"ar:التصنيف الذي فيه <code><nowiki>__HIDDENCAT__</nowiki></code> والذي يمنع مبدئيا عرضه في صندوق وصلات التصانيف في الصفحات.\";'),('aeb-arab','messages:hiddencategories','s:421:\"aeb-arab:{{PLURAL:$1|هذه الصفحة غير موجودة في أي تصنايف مخفية|هذه الصفحة موجودة في تصنيف مخفي واحد|هذه الصفحة موجودة في تصنيفين مخفيين|هذه الصفحة موجودة في $1 تصانيف مخفية|هذه الصفحة موجودة في $1 تصنيفا مخفيا|هذه الصفحة موجودة في $1 تصنيف مخفي}}:\";'),('aeb-arab','messages:hide','s:15:\"aeb-arab:أخف\";'),('aeb-arab','messages:hidetoc','s:9:\"ar:أخف\";'),('aeb-arab','messages:hijri-calendar-m1','s:11:\"ar:محرم\";'),('aeb-arab','messages:hijri-calendar-m10','s:11:\"ar:شوال\";'),('aeb-arab','messages:hijri-calendar-m11','s:20:\"ar:ذو القعدة\";'),('aeb-arab','messages:hijri-calendar-m12','s:18:\"ar:ذو الحجة\";'),('aeb-arab','messages:hijri-calendar-m2','s:9:\"ar:صفر\";'),('aeb-arab','messages:hijri-calendar-m3','s:22:\"ar:ربيع الأول\";'),('aeb-arab','messages:hijri-calendar-m4','s:24:\"ar:ربيع الثاني\";'),('aeb-arab','messages:hijri-calendar-m5','s:26:\"ar:جمادى الأولى\";'),('aeb-arab','messages:hijri-calendar-m6','s:28:\"ar:جمادى الثانية\";'),('aeb-arab','messages:hijri-calendar-m7','s:9:\"ar:رجب\";'),('aeb-arab','messages:hijri-calendar-m8','s:13:\"ar:شعبان\";'),('aeb-arab','messages:hijri-calendar-m9','s:13:\"ar:رمضان\";'),('aeb-arab','messages:hist','s:19:\"aeb-arab:تاريخ\";'),('aeb-arab','messages:histfirst','s:15:\"aeb-arab:أول\";'),('aeb-arab','messages:histlast','s:15:\"aeb-arab:آخر\";'),('aeb-arab','messages:histlegend','s:414:\"aeb-arab:اختيار الفرق: علم على صناديق النسخ للمقارنة واضغط قارن بين النسخ المختارة أو الزر بالأسفل.<br />\nمفتاح: <strong>({{int:cur}})</strong> = الفرق مع النسخة الحالية، <strong>({{int:last}})</strong> = الفرق مع النسخة السابقة، <strong>{{int:minoreditletter}}</strong> = تغيير طفيف.\";'),('aeb-arab','messages:history','s:30:\"aeb-arab:تاريخ الپاج\";'),('aeb-arab','messages:history-edit-tags','s:63:\"ar:عدّل وسوم المراجعات التي اخترتها\";'),('aeb-arab','messages:history-empty','s:71:\"ar:لم يتم العثور على التنقيحات المطابقة.\";'),('aeb-arab','messages:history-feed-description','s:74:\"aeb-arab:تاريخ التعديل لهذه الصفحة في الويكي\";'),('aeb-arab','messages:history-feed-empty','s:261:\"aeb-arab:الصفحة المطلوبة غير موجودة.\nمن المحتمل أن تكون هذه الصفحة قد حذفت من الويكي، أو نقلت.\nحاول [[Special:Search|البحث في الويكي]] عن صفحات جديدة ذات صلة.\";'),('aeb-arab','messages:history-feed-item-nocomment','s:19:\"aeb-arab:$1 في $2\";'),('aeb-arab','messages:history-feed-title','s:36:\"aeb-arab:تاريخ المراجعة\";'),('aeb-arab','messages:history-fieldset-title','s:32:\"aeb-arab:تصفح التاريخ\";'),('aeb-arab','messages:history-show-deleted','s:32:\"aeb-arab:المحذوفة فقط\";'),('aeb-arab','messages:history-title','s:24:\"aeb-arab:تاريخ \"$1\"\";'),('aeb-arab','messages:history_copyright','s:4:\"en:-\";'),('aeb-arab','messages:history_short','s:23:\"aeb-arab:التاريخ\";'),('aeb-arab','messages:history_small','s:13:\"ar:تاريخ\";'),('aeb-arab','messages:historyaction-submit','s:28:\"ar:عرض المراجعات\";'),('aeb-arab','messages:historyempty','s:17:\"aeb-arab:فارغ\";'),('aeb-arab','messages:historysize','s:47:\"aeb-arab:({{PLURAL:$1|1 بايت|$1 بايت}})\";'),('aeb-arab','messages:historywarning','s:159:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد حذفها بها {{PLURAL:$1|نسخة|نسخة واحدة|نسختان|$1 نسخ|$1 نسخة}}:\";'),('aeb-arab','messages:hookaborted','s:91:\"ar:التعديل الذي تحاول أن تقوم به أجهض من قبل امتداد.\";'),('aeb-arab','messages:hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('aeb-arab','messages:hours-abbrev','s:7:\"ar:$1س\";'),('aeb-arab','messages:hours-ago','s:46:\"ar:قبل {{PLURAL:$1|ساعة|$1 ساعات}}\";'),('aeb-arab','messages:htmlform-chosen-placeholder','s:11:\"ar:اختر\";'),('aeb-arab','messages:htmlform-cloner-create','s:26:\"ar:إضافة المزيد\";'),('aeb-arab','messages:htmlform-cloner-delete','s:13:\"ar:إزالة\";'),('aeb-arab','messages:htmlform-cloner-required','s:52:\"ar:مطلوب قيمة واحدة على الأقل.\";'),('aeb-arab','messages:htmlform-date-invalid','s:123:\"ar:القيمة التي حددتها ليست تاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD.\";'),('aeb-arab','messages:htmlform-date-placeholder','s:13:\"ar:YYYY-MM-DD\";'),('aeb-arab','messages:htmlform-date-toohigh','s:87:\"ar:القيمة التي حددتها هي بعد آخر تاريخ مسموح به $1.\";'),('aeb-arab','messages:htmlform-date-toolow','s:87:\"ar:القيمة التي حددتها هي قبل أول تاريخ مسموح به $1.\";'),('aeb-arab','messages:htmlform-datetime-invalid','s:143:\"ar:القيمة التي حددتها ليست وقتا وتاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD HH:MM:SS.\";'),('aeb-arab','messages:htmlform-datetime-placeholder','s:22:\"ar:YYYY-MM-DD HH:MM:SS\";'),('aeb-arab','messages:htmlform-datetime-toohigh','s:100:\"ar:القيمة التي حددتها هي بعد آخر تاريخ ووقت مسموح بهما $1.\";'),('aeb-arab','messages:htmlform-datetime-toolow','s:100:\"ar:القيمة التي حددتها هي قبل أول تاريخ ووقت مسموح بهما $1.\";'),('aeb-arab','messages:htmlform-float-invalid','s:56:\"ar:القيمة التي حددتها ليست عددا.\";'),('aeb-arab','messages:htmlform-int-invalid','s:67:\"ar:القيمة التي حددتها ليست عددا صحيحا.\";'),('aeb-arab','messages:htmlform-int-toohigh','s:83:\"ar:القيمة التي حددتها أكبر من الحد الأقصى وهو $1\";'),('aeb-arab','messages:htmlform-int-toolow','s:81:\"ar:القيمة التي حددتها أقل من الحد الأدنى وهو $1\";'),('aeb-arab','messages:htmlform-invalid-input','s:58:\"ar:توجد مشكلات ضمن بعض من مدخلاتك\";'),('aeb-arab','messages:htmlform-multiselect-toomany','s:85:\"ar:يتجاوز عدد العناصر التي حددتها الحد الأقصى $1.\";'),('aeb-arab','messages:htmlform-no','s:7:\"ar:لا\";'),('aeb-arab','messages:htmlform-required','s:35:\"ar:هذه القيمة مطلوبة\";'),('aeb-arab','messages:htmlform-reset','s:39:\"ar:الرجوع عن التغييرات\";'),('aeb-arab','messages:htmlform-select-badoption','s:74:\"ar:القيمة التي تم تحديدها غير صالحة كخيار.\";'),('aeb-arab','messages:htmlform-selectorother-other','s:11:\"ar:أخرى\";'),('aeb-arab','messages:htmlform-submit','s:13:\"ar:إرسال\";'),('aeb-arab','messages:htmlform-tag-not-allowed','s:39:\"ar:$1 هو ليس وسما مقبولا\";'),('aeb-arab','messages:htmlform-time-invalid','s:117:\"ar:القيمة التي حددتها ليست وقتا متعرف عليه. جرب استخدام صيغة HH:MM:SS.\";'),('aeb-arab','messages:htmlform-time-placeholder','s:11:\"ar:HH:MM:SS\";'),('aeb-arab','messages:htmlform-time-toohigh','s:83:\"ar:القيمة التي حددتها هي بعد آخر وقت مسموح به $1.\";'),('aeb-arab','messages:htmlform-time-toolow','s:83:\"ar:القيمة التي حددتها هي قبل أول وقت مسموح به $1.\";'),('aeb-arab','messages:htmlform-title-badnamespace','s:44:\"ar:[[:$1]] ليس في نطاق \"{{ns:$2}}\".\";'),('aeb-arab','messages:htmlform-title-interwiki','s:83:\"ar:$1 هو عنوان ما بين الويكي، يجب أن يكون محليًا.\";'),('aeb-arab','messages:htmlform-title-not-creatable','s:56:\"ar:\"$1\" ليس عنوان صفحة يمكن إنشاؤه\";'),('aeb-arab','messages:htmlform-title-not-exists','s:24:\"ar:$1 غير موجود.\";'),('aeb-arab','messages:htmlform-user-not-exists','s:40:\"ar:<strong>$1</strong> غير موجود\";'),('aeb-arab','messages:htmlform-user-not-valid','s:63:\"ar:اسم المستخدم <strong>$1</strong> غير صالح.\";'),('aeb-arab','messages:htmlform-yes','s:9:\"ar:نعم\";'),('aeb-arab','messages:http-bad-status','s:50:\"ar:ثمة مشكلة أثناء طلب HTTP: $1 $2\";'),('aeb-arab','messages:http-curl-error','s:33:\"ar:فشل جلب المسار: $1\";'),('aeb-arab','messages:http-internal-error','s:26:\"ar:خطأ HTTP داخلي.\";'),('aeb-arab','messages:http-invalid-scheme','s:71:\"ar:المسارات ذات البروتكول \"$1\" غير مدعومة.\";'),('aeb-arab','messages:http-invalid-url','s:31:\"ar:مسار غير صالح: $1\";'),('aeb-arab','messages:http-read-error','s:26:\"ar:خطأ قراءة HTTP.\";'),('aeb-arab','messages:http-request-error','s:49:\"ar:فشل طلب HTTP لسبب غير معروف.\";'),('aeb-arab','messages:http-timed-out','s:35:\"ar:انتهت مهلة طلب HTTP.\";'),('aeb-arab','messages:ignorewarning','s:72:\"ar:تجاهل التحذير واحفظ الملف على أية حال.\";'),('aeb-arab','messages:ignorewarnings','s:35:\"ar:تجاهل أية تحذيرات\";'),('aeb-arab','messages:illegal-filename','s:44:\"ar:لا يسمح باسم الملف هذا.\";'),('aeb-arab','messages:illegalfilename','s:191:\"ar:اسم الملف \"$1\" يحتوي على حروف غير مسموح بها في عناوين الصفحات.\nمن فضلك أعد تسمية الملف وحاول رفعه مرة أخرى.\";'),('aeb-arab','messages:ilsubmit','s:9:\"ar:بحث\";'),('aeb-arab','messages:imageinvalidfilename','s:47:\"ar:اسم الملف الهدف غير صحيح\";'),('aeb-arab','messages:imagelinks','s:36:\"aeb-arab:استعمال الدوسي\";'),('aeb-arab','messages:imagelisttext','s:105:\"ar:فيما يلي قائمة تحوي <strong>$1</strong> {{PLURAL:$1|ملف|ملفات}} مرتبة $2.\";'),('aeb-arab','messages:imagemaxsize','s:66:\"ar:حد حجم الصورة في صفحات وصف الملفات:\";'),('aeb-arab','messages:imagenocrossnamespace','s:81:\"ar:لا يمكن نقل الملف إلى نطاق غير نطاق الملفات\";'),('aeb-arab','messages:imagepage','s:31:\"ar:طالع صفحة الملف\";'),('aeb-arab','messages:imagetypemismatch','s:64:\"ar:امتداد الملف الجديد لا يطابق نوعه\";'),('aeb-arab','messages:img-auth-accessdenied','s:22:\"ar:رفض الوصول\";'),('aeb-arab','messages:img-auth-badtitle','s:53:\"ar:تعذر تشكيل عنوان صالح من \"$1\".\";'),('aeb-arab','messages:img-auth-isdir','s:102:\"ar:أنت تحاول الوصول إلى الدليل \"$1\".\nيسمح بوصول الملفات فقط.\";'),('aeb-arab','messages:img-auth-nofile','s:37:\"ar:الملف \"$1\" غير موجود.\";'),('aeb-arab','messages:img-auth-noread','s:63:\"ar:لا يملك المستخدم صلاحية قراءة \"$1\".\";'),('aeb-arab','messages:img-auth-notindir','s:89:\"ar:المسار المطلوب غير موجود في مجلد الرفع المضبوط.\";'),('aeb-arab','messages:img-auth-public','s:193:\"ar:وظيفة img_auth.php هي لإخراج الملفات من ويكي سري.\nهذا الويكي مضبوط كويكي علني.\nلتأمين إضافي، img_auth.php تم تعطيلها.\";'),('aeb-arab','messages:img-auth-streaming','s:15:\"ar:عرض \"$1\".\";'),('aeb-arab','messages:img-lang-default','s:36:\"ar:(اللغة الافتراضية)\";'),('aeb-arab','messages:img-lang-go','s:11:\"ar:اذهب\";'),('aeb-arab','messages:img-lang-info','s:45:\"ar:ترجم هذه الصورة إلى $1. $2\";'),('aeb-arab','messages:img-lang-opt','s:10:\"ar:$2 ($1)\";'),('aeb-arab','messages:imgfile','s:9:\"ar:ملف\";'),('aeb-arab','messages:imgmultigo','s:12:\"ar:اذهب!\";'),('aeb-arab','messages:imgmultigoto','s:30:\"ar:اذهب إلى صفحة $1\";'),('aeb-arab','messages:imgmultipagenext','s:34:\"ar:الصفحة التالية ←\";'),('aeb-arab','messages:imgmultipageprev','s:34:\"ar:→ الصفحة السابقة\";'),('aeb-arab','messages:immobile-source-namespace','s:70:\"ar:غير قادر على نقل الصفحات في النطاق \"$1\"\";'),('aeb-arab','messages:immobile-source-namespace-iw','s:101:\"ar:لا يمكن نقل الصفحات على الويكيات الأخرى من هذه الويكي.\";'),('aeb-arab','messages:immobile-source-page','s:52:\"ar:هذه الصفحة غير قابلة للنقل.\";'),('aeb-arab','messages:immobile-target-namespace','s:72:\"ar:غير قادر على نقل الصفحات إلى النطاق \"$1\"\";'),('aeb-arab','messages:immobile-target-namespace-iw','s:84:\"ar:وصلة الإنترويكي ليست هدفاً صالحاً لنقل صفحة.\";'),('aeb-arab','messages:immobile-target-page','s:79:\"ar:غير قادر على النقل إلى العنوان الوجهة هذا.\";'),('aeb-arab','messages:import','s:28:\"ar:استيراد صفحات\";'),('aeb-arab','messages:import-assign-known-users','s:127:\"ar:نسبة التعديلات للمستخدمين المحليين حيث المستخدم المسمى موجود محليا\";'),('aeb-arab','messages:import-comment','s:14:\"ar:تعليق:\";'),('aeb-arab','messages:import-error-bad-location','s:223:\"ar:المراجعة $2 التي تستخدم نموذج المحتوى $3 لا يمكن تخزينها على \"$1\" على هذه الويكي، بما أن هذا النموذج غير مدعوم على هذه الصفحة.\";'),('aeb-arab','messages:import-error-edit','s:95:\"ar:الصفحة \"$1\" لم يتم استيرادها لأنه لا يمكن لك تحريرها.\";'),('aeb-arab','messages:import-error-interwiki','s:119:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها محجوز للربط الخارجي (interwiki).\";'),('aeb-arab','messages:import-error-invalid','s:86:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها غير صحيح.\";'),('aeb-arab','messages:import-error-special','s:104:\"ar:صفحة \"$1\" لم تستورد لأنها تنتمي إلى نطاق خاص يمنع الصفحات.\";'),('aeb-arab','messages:import-error-unserialize','s:189:\"ar:مراجعة  $2  من صفحة \" $1 \" لا يمكن أن يكون أونسيرياليزيد. وأفيد المراجعة استخدام طراز المحتوى  $3  تسلسل ك  $4 .\";'),('aeb-arab','messages:import-interwiki-history','s:57:\"ar:انسخ كل المراجعات لهذه الصفحة\";'),('aeb-arab','messages:import-interwiki-sourcepage','s:29:\"ar:الصفحة المصدر:\";'),('aeb-arab','messages:import-interwiki-sourcewiki','s:29:\"ar:الويكي المصدر:\";'),('aeb-arab','messages:import-interwiki-submit','s:17:\"ar:استيراد\";'),('aeb-arab','messages:import-interwiki-templates','s:65:\"ar:ضمن كل القوالب والصفحات المسترجعة\";'),('aeb-arab','messages:import-interwiki-text','s:296:\"ar:اختر ويكي وعنوان الصفحة للاستيراد.\nتواريخ المراجعات وأسماء المحررين سيتم حفظها.\nكل أفعال الاستيراد من الويكيات الأخرى يتم تسجيلها في [[Special:Log/import|سجل الاستيراد]].\";'),('aeb-arab','messages:import-invalid-interwiki','s:67:\"ar:لم يمكن الاستيراد من الويكي المحدد.\";'),('aeb-arab','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('aeb-arab','messages:import-logentry-interwiki-detail','s:120:\"ar:تم استيراد {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} من $2\";'),('aeb-arab','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('aeb-arab','messages:import-logentry-upload-detail','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('aeb-arab','messages:import-mapping-default','s:41:\"ar:استورد للنطاق الأصلي\";'),('aeb-arab','messages:import-mapping-namespace','s:32:\"ar:استورد إلى نطاق:\";'),('aeb-arab','messages:import-mapping-subpage','s:68:\"ar:استورد كصفحات فرعية للصفحة التالية:\";'),('aeb-arab','messages:import-noarticle','s:36:\"ar:لا صفحة للاستيراد!\";'),('aeb-arab','messages:import-nonewrevisions','s:175:\"ar:لا مراجعات تم استيرادها (كل المراجعات إما أنها كانت موجودة بالفعل، وأو تم تجاوزها نتيجة أخطاء).\";'),('aeb-arab','messages:import-options-wrong','s:66:\"ar:خطأ {{PLURAL:$2|خيار|خيارات}}: <nowiki>$1</nowiki>\";'),('aeb-arab','messages:import-parse-failure','s:39:\"ar:فشل تحليل استيراد XML\";'),('aeb-arab','messages:import-revision-count','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('aeb-arab','messages:import-rootpage-invalid','s:97:\"ar:إن عنوان الصفحة الجذر المعطاة هي ذات عنوان غير صالح.\";'),('aeb-arab','messages:import-rootpage-nosubpage','s:86:\"ar:إن النطاق \"$1\" لصفحة الجذر لا يسمح بصفحات فرعية.\";'),('aeb-arab','messages:import-summary','s:3:\"en:\";'),('aeb-arab','messages:import-token-mismatch','s:442:\"ar:فقد لبيانات الجلسة.\nربما تم تسجيل خروجك. \'\'\'الرجاء التحقق من أنك لا تزال مسجلا الدخول وإعادة المحاولة\'\'\'.\nإذا كان لا يزال لا يعمل، حاول [[Special:UserLogout|تسجيل الخروج]] وتسجيل الدخول مرة أخرى، وتحقق من أن متصفحك يسمح بملفات تعريف الارتباط من هذا الموقع.\";'),('aeb-arab','messages:import-upload','s:26:\"ar:رفع بيانات XML\";'),('aeb-arab','messages:import-upload-filename','s:21:\"ar:اسم الملف:\";'),('aeb-arab','messages:import-upload-username-prefix','s:35:\"ar:بادئة الإنترويكي:\";'),('aeb-arab','messages:importbadinterwiki','s:37:\"ar:وصلة إنترويكي سيئة\";'),('aeb-arab','messages:importcantopen','s:49:\"ar:لم يمكن فتح ملف الاستيراد\";'),('aeb-arab','messages:imported-log-entries','s:122:\"ar:استورد {{PLURAL:$1||مدخلة سجل واحدة|مدخلتي سجل|$1 مدخلات سجل|$1 مدخل سجل}}.\";'),('aeb-arab','messages:importfailed','s:49:\"ar:فشل الاستيراد: <nowiki>$1</nowiki>\";'),('aeb-arab','messages:importinterwiki','s:38:\"ar:استورد من ويكي أخرى\";'),('aeb-arab','messages:importlogpage','s:28:\"ar:سجل الاستيراد\";'),('aeb-arab','messages:importlogpagetext','s:125:\"ar:عمليات الاستيراد الإدارية للصفحات مع تاريخ التعديل من ويكيات أخرى.\";'),('aeb-arab','messages:importnofile','s:44:\"ar:لم يتم رفع ملف استيراد.\";'),('aeb-arab','messages:importnopages','s:37:\"ar:لا صفحات للاستيراد\";'),('aeb-arab','messages:importnoprefix','s:55:\"ar:لا بادئة إنترويكي تم توفيرها\";'),('aeb-arab','messages:importnosources','s:134:\"ar:لا ويكيات للاستيراد منها تم تعريفها وعمليات رفع التاريخ المباشرة معطلة.\";'),('aeb-arab','messages:importstart','s:31:\"ar:استيراد صفحات...\";'),('aeb-arab','messages:importsuccess','s:33:\"ar:الاستيراد انتهى!\";'),('aeb-arab','messages:importtext','s:185:\"ar:من فضلك صدر الملف من الويكي المصدر باستخدام [[Special:Export|أداة التصدير]].\nاحفظها على حاسوبك ثم ارفعها هنا.\";'),('aeb-arab','messages:importunknownsource','s:44:\"ar:نوع مصدر استيراد مجهول\";'),('aeb-arab','messages:importuploaderrorpartial','s:94:\"ar:فشل رفع ملف الاستيراد. لم يتم رفع الملف إلا جزئياً.\";'),('aeb-arab','messages:importuploaderrorsize','s:102:\"ar:رفع ملف الاستيراد فشل.\nالملف أكبر من حجم الرفع المسموح.\";'),('aeb-arab','messages:importuploaderrortemp','s:82:\"ar:رفع ملف الاستيراد فشل.\nهناك مجلد مؤقت مفقود.\";'),('aeb-arab','messages:index-category','s:32:\"aeb-arab:صفحات مفهرسة\";'),('aeb-arab','messages:index-category-desc','s:200:\"ar:الصفحة فيها <code><nowiki>__INDEX__</nowiki></code> (وهي في نطاق يسمح بهذا العلم) ولذا فالروبوتات تفهرسها بينما الأصل ألا تفعل.\";'),('aeb-arab','messages:infiniteblock','s:18:\"ar:لا نهائي\";'),('aeb-arab','messages:intentionallyblankpage','s:54:\"ar:هذه الصفحة تركت فارغة عن قصد\";'),('aeb-arab','messages:interlanguage-link-title','s:12:\"ar:$1 – $2\";'),('aeb-arab','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('aeb-arab','messages:interlanguage-link-title-nonlang','s:12:\"ar:$1 – $2\";'),('aeb-arab','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('aeb-arab','messages:internalerror','s:26:\"aeb-arab:خطأ داخلي\";'),('aeb-arab','messages:internalerror-fatal-exception','s:47:\"ar:استثناء مميت من النوع \"$1\"\";'),('aeb-arab','messages:internalerror_info','s:30:\"aeb-arab:خطأ داخلي: $1\";'),('aeb-arab','messages:invalid-chunk-offset','s:40:\"ar:قطعة أوفست غير صالحة\";'),('aeb-arab','messages:invalid-content-data','s:48:\"ar:بيانات المحتوى غير صالحة\";'),('aeb-arab','messages:invalid-indicator-name','s:133:\"ar:<strong>خطأ:</strong> لا يجوز أن تبقى خاصية <code>name</code> لمؤشرات وضع الصفحة فارغةً.\";'),('aeb-arab','messages:invalid-json-data','s:28:\"ar: JSON غير صالح: $1\";'),('aeb-arab','messages:invalid-langconvert-attrs','s:258:\"ar:<strong>خطأ:</ strong> يجب ألا تكون السمات <code>from</code> و <code>to</code> علامة Langconvert فارغة ويجب أن تحتوي على أكواد BCP 47 للمتغيرات القابلة للتحويل من نفس اللغة.\";'),('aeb-arab','messages:invalidateemail','s:58:\"ar:إلغاء تأكيد البريد الإلكتروني\";'),('aeb-arab','messages:invalidemailaddress','s:179:\"aeb-arab:لا يمكن قبول عنوان البريد الإلكتروني حيث تبدو صيغته خاطئة.\nضع عنوانا مضبوطا أو أفرغ هذا الحقل.\";'),('aeb-arab','messages:invalidtitle','s:29:\"ar:عنوان غير صالح\";'),('aeb-arab','messages:invalidtitle-knownnamespace','s:77:\"aeb-arab:عنوان غير صالح في النطاق «$2» مع نص «$3»\";'),('aeb-arab','messages:invalidtitle-unknownnamespace','s:91:\"aeb-arab:عنوان غير صالح ذو نطاق غير معروف رقم $1 ونص «$2»\";'),('aeb-arab','messages:invert','s:34:\"aeb-arab:اعكس الاختيار\";'),('aeb-arab','messages:ip_range_exceeded','s:101:\"ar:نطاق الأيبي يتجاوز نطاقه الأقصى. النطاق المسموح به: /$1.\";'),('aeb-arab','messages:ip_range_invalid','s:67:\"ar:نطاق عناوين الأيبي المدخل غير صحيح.\";'),('aeb-arab','messages:ip_range_toolarge','s:64:\"ar:لا يسمح بنطاقات المنع الأكبر من /$1\";'),('aeb-arab','messages:ip_range_toolow','s:65:\"ar:نطاقات الأيبي فعليا غير مسموح بها.\";'),('aeb-arab','messages:ipaddressorusername','s:81:\"ar:عنوان الآيبي أو اسم المستخدم أو معرف المنع:\";'),('aeb-arab','messages:ipb-action-create','s:35:\"ar:إنشاء صفحات جديدة\";'),('aeb-arab','messages:ipb-action-move','s:39:\"ar:إعادة تسمية الصفحات\";'),('aeb-arab','messages:ipb-action-upload','s:24:\"ar:رفع الملفات\";'),('aeb-arab','messages:ipb-block-not-found','s:257:\"ar:لم يمكن فرض المنع، إلا أننا لم نجد منع قائم مفروض على \"$1\". لو استمرت هذه المشكلة، يرجى [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users الإبلاغ عنها].\";'),('aeb-arab','messages:ipb-blockingself','s:98:\"ar:أنت على وشك منع نفسك! أمتأكد من رغبتك في القيام بذلك؟\";'),('aeb-arab','messages:ipb-blocklist','s:46:\"ar:عرض حالات المنع الحالية\";'),('aeb-arab','messages:ipb-blocklist-contribs','s:34:\"ar:مساهمات {{GENDER:$1|$1}}\";'),('aeb-arab','messages:ipb-blocklist-duration-left','s:16:\"ar:يتبقى $1\";'),('aeb-arab','messages:ipb-change-block','s:61:\"ar:أعد منع المستخدم بهذه الإعدادات\";'),('aeb-arab','messages:ipb-confirm','s:20:\"ar:أكد المنع\";'),('aeb-arab','messages:ipb-confirmaction','s:159:\"ar:إن كنت متأكدًا أنك تريد القيام بذلك حقًا، فالرجاء التحقق من حقل \"{{int:ipb-confirm}}\" في الأسفل.\";'),('aeb-arab','messages:ipb-confirmhideuser','s:273:\"ar:أنت على وشك منع مستخدم مع تفعيل خيار \"أخف المستخدم\". سوف يخفي هذا الخيار اسم المستخدم من جميع القوائم ومدخلات السجلات. أمتأكد من رغبتك في القيام بذلك؟\";'),('aeb-arab','messages:ipb-default-expiry','s:3:\"en:\";'),('aeb-arab','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('aeb-arab','messages:ipb-disableusertalk','s:33:\"ar:تعديل صفحة نقاشه\";'),('aeb-arab','messages:ipb-edit-dropdown','s:31:\"ar:عدل أسباب المنع\";'),('aeb-arab','messages:ipb-empty-block','s:62:\"ar:رفع المنع ليس لديه أي قيود ممكنة.\";'),('aeb-arab','messages:ipb-hardblock','s:94:\"ar:طبق المنع للمستخدمين الوالجين من عنوان الأيبي هذا\";'),('aeb-arab','messages:ipb-namespaces-label','s:15:\"ar:نطاقات\";'),('aeb-arab','messages:ipb-needreblock','s:74:\"ar:$1 ممنوع حاليا. هل تريد تغيير الإعدادات؟\";'),('aeb-arab','messages:ipb-otherblocks-header','s:99:\"ar:{{PLURAL:$1||المنع الآخر|المنعان الآخران|المنوعات الأخرى}}\";'),('aeb-arab','messages:ipb-pages-label','s:17:\"ar:الصفحات\";'),('aeb-arab','messages:ipb-partial','s:11:\"ar:جزئي\";'),('aeb-arab','messages:ipb-partial-help','s:212:\"ar:يسمح لك بتحديد الصفحات ومساحات الأسماء لحظرها. لا يحظر الإجراءات الافتراضية ولكنه يتيح لك حظر إجراءات معينة معينة.\";'),('aeb-arab','messages:ipb-prevent-user-talk-edit','s:152:\"ar:يجب السماح بتحرير صفحة نقاشه لمنع جزئي، ما لم يتضمن تقييدا على نطاق نقاش المستخدم.\";'),('aeb-arab','messages:ipb-sitewide','s:11:\"ar:كامل\";'),('aeb-arab','messages:ipb-sitewide-help','s:228:\"ar:يمنع التعديل على كل الصفحات و النطاقات. أيضا يمنع الأفعال الافتراضية ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users انظر المساعدة])\";'),('aeb-arab','messages:ipb-unblock','s:63:\"ar:رفع المنع عن مستخدم أو عنوان أيبي\";'),('aeb-arab','messages:ipb-unblock-addr','s:19:\"ar:رفع منع $1\";'),('aeb-arab','messages:ipb_already_blocked','s:31:\"ar:\"$1\" ممنوع حالياً\";'),('aeb-arab','messages:ipb_blocked_as_range','s:201:\"ar:خطأ: الأيبي $1 ليس ممنوعاً مباشرة ولا يمكن رفع المنع عنه.\nلكنه ممنوع كجزء من النطاق $2، والذي يمكن رفع المنع عنه.\";'),('aeb-arab','messages:ipb_cant_unblock','s:83:\"ar:خطأ: لم يعثر على منع $1. ربما رُفع منعه بالفعل.\";'),('aeb-arab','messages:ipb_expiry_invalid','s:47:\"ar:تاريخ الانتهاء غير صحيح.\";'),('aeb-arab','messages:ipb_expiry_old','s:65:\"ar:توقيت انتهاء المنع واقع في الماضي.\";'),('aeb-arab','messages:ipb_expiry_temp','s:102:\"ar:عمليات منع أسماء المستخدمين المخفية يجب أن تكون دائمة.\";'),('aeb-arab','messages:ipb_hide_invalid','s:119:\"ar:غير قادر على منع الحساب؛ لديه أكثر من {{PLURAL:$1|تعديل واحد|$1 تعديل}}.\";'),('aeb-arab','messages:ipb_hide_partial','s:132:\"ar:عمليات المنع التي تشمل إخفاء اسم المستخدم يجب أن تكون عمليات منع كاملة.\";'),('aeb-arab','messages:ipbblocked','s:92:\"ar:لا يمكنك منع أو رفع منع مستخدمين آخرين لأنك ممنوع\";'),('aeb-arab','messages:ipbcreateaccount','s:30:\"ar:إنشاء الحسابات\";'),('aeb-arab','messages:ipbemailban','s:39:\"ar:إرسال بريد إلكتروني\";'),('aeb-arab','messages:ipbenableautoblock','s:210:\"ar:تلقائيا امنع آخر عنوان أيبي تم استعماله بواسطة هذا المستخدم، وأي عناوين أيبي أخرى يحاول التحرير من خلالها، لمدة $1\";'),('aeb-arab','messages:ipbhidename','s:74:\"ar:أخف اسم المستخدم من التعديلات والقوائم\";'),('aeb-arab','messages:ipblocklist','s:48:\"aeb-arab:المستخدمون الممنوعون\";'),('aeb-arab','messages:ipblocklist-empty','s:36:\"ar:قائمة المنع فارغة.\";'),('aeb-arab','messages:ipblocklist-legend','s:37:\"ar:إيجاد مستخدم ممنوع\";'),('aeb-arab','messages:ipblocklist-localblock','s:26:\"ar:المنع المحلي\";'),('aeb-arab','messages:ipblocklist-no-results','s:138:\"ar:لم يتم العثور على عمليات منع مطابقة لعنوان الأيبي أو اسم المستخدم المطلوب.\";'),('aeb-arab','messages:ipblocklist-otherblocks','s:99:\"ar:{{PLURAL:$1||المنع الآخر|المنعان الآخران|المنوعات الأخرى}}\";'),('aeb-arab','messages:ipblocklist-submit','s:9:\"ar:بحث\";'),('aeb-arab','messages:ipbnounblockself','s:55:\"ar:لا يسمح لك برفع المنع عن نفسك\";'),('aeb-arab','messages:ipboptions','s:226:\"aeb-arab:ساعتين:2 hours,يوم واحد:1 day,3 أيام:3 days,أسبوع واحد:1 week,أسبوعين:2 weeks,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months,سنة واحدة:1 year,دائم:infinite\";'),('aeb-arab','messages:ipbother','s:17:\"ar:وقت آخر:\";'),('aeb-arab','messages:ipbreason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:ipbreason-dropdown','s:361:\"ar:*أسباب المنع الشائعة\n** كتابة معلومات زائفة\n** إزالة المحتوى من الصفحات\n** سبام وصلات لمواقع خارجية\n** كتابة كلام لا معنى له في الصفحات\n** سلوك عدواني\n** إساءة استخدام حسابات متعددة\n** اسم مستخدم غير مقبول\";'),('aeb-arab','messages:ipbsubmit','s:35:\"ar:امنع هذا المستخدم\";'),('aeb-arab','messages:ipbwatchuser','s:80:\"ar:راقب صفحتي المستخدم والنقاش لهذا المستخدم\";'),('aeb-arab','messages:ipusubmit','s:29:\"ar:ارفع هذا المنع\";'),('aeb-arab','messages:iranian-calendar-m1','s:17:\"ar:فروردین\";'),('aeb-arab','messages:iranian-calendar-m10','s:7:\"ar:دی\";'),('aeb-arab','messages:iranian-calendar-m11','s:11:\"ar:بهمن\";'),('aeb-arab','messages:iranian-calendar-m12','s:13:\"ar:إسفند\";'),('aeb-arab','messages:iranian-calendar-m2','s:19:\"ar:أردیبهشت\";'),('aeb-arab','messages:iranian-calendar-m3','s:13:\"ar:خرداد\";'),('aeb-arab','messages:iranian-calendar-m4','s:9:\"ar:تیر\";'),('aeb-arab','messages:iranian-calendar-m5','s:15:\"ar:امرداد\";'),('aeb-arab','messages:iranian-calendar-m6','s:15:\"ar:شهریور\";'),('aeb-arab','messages:iranian-calendar-m7','s:9:\"ar:مهر\";'),('aeb-arab','messages:iranian-calendar-m8','s:11:\"ar:آبان\";'),('aeb-arab','messages:iranian-calendar-m9','s:9:\"ar:آذر\";'),('aeb-arab','messages:isimage','s:24:\"aeb-arab:وصلة ملف\";'),('aeb-arab','messages:isredirect','s:28:\"aeb-arab:صفحة تحويل\";'),('aeb-arab','messages:istemplate','s:17:\"aeb-arab:مضمن\";'),('aeb-arab','messages:jan','s:19:\"aeb-arab:جانفي\";'),('aeb-arab','messages:january','s:19:\"aeb-arab:جانفي\";'),('aeb-arab','messages:january-gen','s:19:\"aeb-arab:جانفي\";'),('aeb-arab','messages:javascripttest','s:34:\"ar:اختبار جافاسكربت\";'),('aeb-arab','messages:javascripttest-qunit-intro','s:66:\"ar:راجع [$1 وثيقة الاختبار] على mediawiki.org.\";'),('aeb-arab','messages:json-error-ctrl-char','s:79:\"ar:خطأ في محرف التحكم، ربما نتيجة سوء ترميزه.\";'),('aeb-arab','messages:json-error-depth','s:53:\"ar:عمق الستاك الأقصى تم تجاوزه\";'),('aeb-arab','messages:json-error-invalid-property-name','s:71:\"ar:اسم الخاصية التي فُك ترميزها غير صالح\";'),('aeb-arab','messages:json-error-state-mismatch','s:44:\"ar:JSON غير صحيح أو غير مهيأ\";'),('aeb-arab','messages:json-error-syntax','s:20:\"ar:خطأ صياغة\";'),('aeb-arab','messages:json-error-unknown','s:59:\"ar:وقعت مشكلة مع JSON. رسالة الخطأ: $1\";'),('aeb-arab','messages:json-error-utf16','s:85:\"ar:أحرف UTF-8 مشوهة؛ ربما تم تشفيرها بشكل غير صحيح.\";'),('aeb-arab','messages:json-error-utf8','s:87:\"ar:خطأ في تشكيل محارف UTF-8، ربما نتيجة سوء ترميزها.\";'),('aeb-arab','messages:json-warn-trailing-comma','s:183:\"ar:تمت إزالة {{PLURAL:$1|فاصلة انتهائية واحدة|فاصلتين انتهائيتين|$1 فاصلات انتهائية|$1 فاصلة انتهائية}} من JSON\";'),('aeb-arab','messages:jul','s:21:\"aeb-arab:جويلية\";'),('aeb-arab','messages:july','s:21:\"aeb-arab:جويلية\";'),('aeb-arab','messages:july-gen','s:21:\"aeb-arab:جويلية\";'),('aeb-arab','messages:jumpto','s:23:\"aeb-arab:إمشي لـ:\";'),('aeb-arab','messages:jumptonavigation','s:11:\"ar:تصفح\";'),('aeb-arab','messages:jumptosearch','s:17:\"aeb-arab:لوّج\";'),('aeb-arab','messages:jun','s:17:\"aeb-arab:جوان\";'),('aeb-arab','messages:june','s:17:\"aeb-arab:جوان\";'),('aeb-arab','messages:june-gen','s:17:\"aeb-arab:جوان\";'),('aeb-arab','messages:just-now','s:18:\"ar:الآن فقط\";'),('aeb-arab','messages:lag-warn-high','s:300:\"ar:نتيجة لوجود تأخر كبير في تحديث قاعدة بيانات الخادوم، التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} ربما لا تكون ظاهرة في هذه القائمة.\";'),('aeb-arab','messages:lag-warn-normal','s:188:\"ar:التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} قد لا تظهر في هذه القائمة.\";'),('aeb-arab','messages:laggedreplicamode','s:107:\"aeb-arab:<strong>تحذير:</strong> الصفحة قد لا تحتوي على أحدث التحديثات.\";'),('aeb-arab','messages:language-converter-depth-warning','s:59:\"aeb-arab:تم تخطي حد عمق محول اللغة ($1)\";'),('aeb-arab','messages:large-file','s:92:\"ar:ينصح ألا تكون الملفات أكبر من $1؛ هذا الملف حجمه $2.\";'),('aeb-arab','messages:largefileserver','s:91:\"ar:حجم هذا الملف أكبر من المسموح به على هذا الخادوم.\";'),('aeb-arab','messages:last','s:21:\"aeb-arab:السابق\";'),('aeb-arab','messages:lastmodifiedat','s:74:\"aeb-arab:آخر تبديل لهذي الپاج كان نهار $1 في $2.\";'),('aeb-arab','messages:lastmodifiedatby','s:68:\"ar:أجرى $3 آخر تعديل لهذه الصفحة في $2، $1.\";'),('aeb-arab','messages:license','s:20:\"aeb-arab:ترخيص:\";'),('aeb-arab','messages:license-header','s:13:\"ar:ترخيص\";'),('aeb-arab','messages:license-nopreview','s:46:\"ar:(العرض المسبق غير متوفر)\";'),('aeb-arab','messages:licenses','s:4:\"en:-\";'),('aeb-arab','messages:licenses-edit','s:37:\"ar:عدل خيارات الترخيص\";'),('aeb-arab','messages:limitreport-cputime','s:43:\"ar:زمن المعالجة المستغرق\";'),('aeb-arab','messages:limitreport-cputime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('aeb-arab','messages:limitreport-expansiondepth','s:30:\"ar:أعمق التوسيعات\";'),('aeb-arab','messages:limitreport-expansiondepth-value','s:8:\"ar:$1/$2\";'),('aeb-arab','messages:limitreport-expensivefunctioncount','s:33:\"ar:دوال محللة مكلفة\";'),('aeb-arab','messages:limitreport-expensivefunctioncount-value','s:8:\"ar:$1/$2\";'),('aeb-arab','messages:limitreport-postexpandincludesize','s:39:\"ar:حجم تضمين التوسيعات\";'),('aeb-arab','messages:limitreport-postexpandincludesize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('aeb-arab','messages:limitreport-ppvisitednodes','s:37:\"ar:عدد العقد المعالجة\";'),('aeb-arab','messages:limitreport-ppvisitednodes-value','s:8:\"ar:$1/$2\";'),('aeb-arab','messages:limitreport-templateargumentsize','s:37:\"ar:حجم معطيات القوالب\";'),('aeb-arab','messages:limitreport-templateargumentsize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('aeb-arab','messages:limitreport-title','s:31:\"ar:بيانات تحليلية:\";'),('aeb-arab','messages:limitreport-unstrip-depth','s:60:\"ar:عمق الاستدعاء الذاتي لأونستريب\";'),('aeb-arab','messages:limitreport-unstrip-depth-value','s:8:\"ar:$1/$2\";'),('aeb-arab','messages:limitreport-unstrip-size','s:51:\"ar:حجم أونستريب ما بعد التوسع\";'),('aeb-arab','messages:limitreport-unstrip-size-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('aeb-arab','messages:limitreport-walltime','s:45:\"ar:الزمن الحقيقي المستغرق\";'),('aeb-arab','messages:limitreport-walltime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('aeb-arab','messages:lineno','s:19:\"aeb-arab:سطر $1:\";'),('aeb-arab','messages:linkaccounts','s:26:\"ar:ربط الحسابات\";'),('aeb-arab','messages:linkaccounts-submit','s:28:\"ar:اربط الحسابات\";'),('aeb-arab','messages:linkaccounts-success-text','s:30:\"ar:الحساب تم وصله.\";'),('aeb-arab','messages:linksearch','s:46:\"ar:بحث في الوصلات الخارجية\";'),('aeb-arab','messages:linksearch-error','s:95:\"ar:الكروت الخاصة يمكن أن تظهر فقط في بداية اسم المضيف.\";'),('aeb-arab','messages:linksearch-line','s:32:\"aeb-arab:$1 موصولة من $2\";'),('aeb-arab','messages:linksearch-ns','s:16:\"ar:النطاق:\";'),('aeb-arab','messages:linksearch-ok','s:9:\"ar:بحث\";'),('aeb-arab','messages:linksearch-pat','s:21:\"ar:نمط البحث:\";'),('aeb-arab','messages:linksearch-summary','s:3:\"en:\";'),('aeb-arab','messages:linksearch-text','s:395:\"ar:Wildcards مثل \"*.wikipedia.org\" يمكن استخدامها.\nتحتاج على الأقل إلى نطاق ذو مستوى أعلى، كمثال \"*.org\".<br />\n{{PLURAL:$2|البروتوكول المدعوم|البروتوكولان المدعومان|البروتوكولات المدعومة}}: $1 (تتم إضافة http:// تلقائيا عند عدم تحديد أي بروتوكول).\";'),('aeb-arab','messages:linkshere','s:73:\"aeb-arab:الصفحات التالية تصل إلى <strong>$2</strong>:\";'),('aeb-arab','messages:linkstoimage','s:209:\"aeb-arab:{{PLURAL:$1||الصفحة التالية تصل|الصفحتان التاليتان تصلان|ال$1 صفحات التالية تصل|ال$1 صفحة التالية تصل}} إلى هذا الملف:\";'),('aeb-arab','messages:linkstoimage-more','s:442:\"ar:أكثر من {{PLURAL:$1||صفحة واحدة تستخدم|صفحتين تستخدمان|$1 صفحات تستخدم|$1 صفحة تستخدم}} هذا الملف.\nالقائمة التالية تعرض فقط {{PLURAL:$1||أول صفحة تستخدم|أول صفحتين تستخدمان|أول $1 صفحات تستخدم|أول $1 صفحة تستخدم}} هذا الملف.\n[[Special:WhatLinksHere/$2|قائمة كاملة]] متوفرة.\";'),('aeb-arab','messages:linkstoimage-redirect','s:30:\"ar:$1 (تحويلة ملف) $2\";'),('aeb-arab','messages:linterror-bogus-image-options','s:27:\"ar:خيار ملف زائف\";'),('aeb-arab','messages:linterror-deletable-table-tag','s:57:\"ar:علامة الجدول التي ينبغي حذفها\";'),('aeb-arab','messages:linterror-html5-misnesting','s:42:\"ar:عدم تداخل (معطوب الآن)\";'),('aeb-arab','messages:linterror-misc-tidy-replacement-issues','s:77:\"ar:أخطاء ترميز متنوعة تؤثر على استبدال تيدي\";'),('aeb-arab','messages:linterror-misnested-tag','s:110:\"ar:العلامة غير المتداخلة التي ينبغي أن تكون متداخلة بشكل صحيح\";'),('aeb-arab','messages:linterror-missing-end-tag','s:39:\"ar:علامة انتهاء مفقودة\";'),('aeb-arab','messages:linterror-multi-colon-escape','s:54:\"ar:الهروب متعدد النقاط الرأسية\";'),('aeb-arab','messages:linterror-multiline-html-table-in-list','s:123:\"ar:جدول HTML5 متعدد الأسطر داخل قائمة، تم تقديمه بشكل مختلف في HTML5 وتيدي\";'),('aeb-arab','messages:linterror-multiple-unclosed-formatting-tags','s:75:\"ar:علامات تنسيق متعددة غير مغلقة في الصفحة\";'),('aeb-arab','messages:linterror-obsolete-tag','s:23:\"ar:وسم HTML قديم\";'),('aeb-arab','messages:linterror-pwrap-bug-workaround','s:40:\"ar:حل علة التفاف الفقرة\";'),('aeb-arab','messages:linterror-self-closed-tag','s:35:\"ar:علامة مغلقة ذاتيا\";'),('aeb-arab','messages:linterror-stripped-tag','s:26:\"ar:علامة مجهولة\";'),('aeb-arab','messages:linterror-tidy-font-bug','s:105:\"ar:تغير لون علامة لون الارتباط في تيدي ولكنها لن تظهر في HTML5\";'),('aeb-arab','messages:linterror-tidy-whitespace-bug','s:40:\"ar:علة مسافة بيضاء تيدي\";'),('aeb-arab','messages:linterror-unclosed-quotes-in-heading','s:79:\"ar:اقتباس غير مغلق يتسرب خارج جدول المحتويات\";'),('aeb-arab','messages:listduplicatedfiles','s:50:\"ar:قائمة الملفات مع المكررات\";'),('aeb-arab','messages:listduplicatedfiles-entry','s:179:\"ar:[[:File:$1|$1]] مكرر في [[$3|{{PLURAL:$2||مكان آخر واحد|مكانين آخرين اثنين|$2 أماكن أخرى|$2 مكاناً آخر|$2مكان آخر}}]].\";'),('aeb-arab','messages:listduplicatedfiles-summary','s:174:\"ar:هذه قائمة بملفات أحدث نسخة منها تكرر أحدث نسخة من ملف آخر. لا تشمل القائمة إلا الملفات المحلية.\";'),('aeb-arab','messages:listfiles','s:28:\"ar:قائمة الملفات\";'),('aeb-arab','messages:listfiles-delete','s:9:\"ar:حذف\";'),('aeb-arab','messages:listfiles-latestversion','s:30:\"ar:النسخة الحالية\";'),('aeb-arab','messages:listfiles-latestversion-no','s:7:\"ar:لا\";'),('aeb-arab','messages:listfiles-latestversion-yes','s:9:\"ar:نعم\";'),('aeb-arab','messages:listfiles-show-all','s:57:\"ar:أدرج النسخ القديمة من الملفات\";'),('aeb-arab','messages:listfiles-summary','s:82:\"ar:هذه الصفحة الخاصة تعرض كل الملفات المرفوعة.\";'),('aeb-arab','messages:listfiles-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('aeb-arab','messages:listfiles_count','s:9:\"ar:نسخ\";'),('aeb-arab','messages:listfiles_date','s:13:\"ar:تاريخ\";'),('aeb-arab','messages:listfiles_description','s:13:\"ar:الوصف\";'),('aeb-arab','messages:listfiles_name','s:13:\"ar:الاسم\";'),('aeb-arab','messages:listfiles_size','s:13:\"ar:الحجم\";'),('aeb-arab','messages:listfiles_subpage','s:20:\"ar:مرفوعات $1\";'),('aeb-arab','messages:listfiles_thumb','s:13:\"ar:تصغير\";'),('aeb-arab','messages:listfiles_user','s:19:\"ar:المستخدم\";'),('aeb-arab','messages:listgrants','s:13:\"ar:المنح\";'),('aeb-arab','messages:listgrants-grant','s:15:\"ar:المنحة\";'),('aeb-arab','messages:listgrants-grant-display','s:23:\"ar:$1 <code>($2)</code>\";'),('aeb-arab','messages:listgrants-rights','s:21:\"ar:الصلاحيات\";'),('aeb-arab','messages:listgrants-summary','s:668:\"ar:التالي هو قائمة بالمنح بعمليات الوصول لصلاحيات المستخدم المصاحبة لها. المستخدمون يمكنهم إعطاء صلاحية للتطبيقات لاستخدام حساباتهم، ولكن بسماحات محدودة بناء على المنح التي أعطاها المستخدم للتطبيق. تطبيق يعمل بالنيابة عن مستخدم لا يمكنه استخدام الصلاحيات التي لا يمتلكها المستخدم بالفعل.\nربما تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] حول الصلاحيات الفردية.\";'),('aeb-arab','messages:listgrouprights','s:53:\"ar:صلاحيات مجموعات المستخدمين\";'),('aeb-arab','messages:listgrouprights-addgroup','s:78:\"ar:يمكنه إضافة {{PLURAL:$2|المجموعة|المجموعات}}: $1\";'),('aeb-arab','messages:listgrouprights-addgroup-all','s:48:\"ar:يمكنه إضافة كل المجموعات\";'),('aeb-arab','messages:listgrouprights-addgroup-self','s:107:\"ar:يمكنه إضافة {{PLURAL:$2|المجموعة|المجموعات}} إلى حسابه الخاص: $1\";'),('aeb-arab','messages:listgrouprights-addgroup-self-all','s:77:\"ar:يمكنه إضافة كل المجموعات إلى حسابه الخاص\";'),('aeb-arab','messages:listgrouprights-group','s:19:\"ar:المجموعة\";'),('aeb-arab','messages:listgrouprights-helppage','s:41:\"ar:Help:صلاحيات المجموعات\";'),('aeb-arab','messages:listgrouprights-key','s:160:\"ar:عنوان:\n* <span class=\"listgrouprights-granted\">صلاحية ممنوحة</span>\n* <span class=\"listgrouprights-revoked\">صلاحية مسحوبة</span>\";'),('aeb-arab','messages:listgrouprights-members','s:36:\"aeb-arab:(قائمة الأعضاء)\";'),('aeb-arab','messages:listgrouprights-namespaceprotection-header','s:24:\"ar:قيود النطاق\";'),('aeb-arab','messages:listgrouprights-namespaceprotection-namespace','s:15:\"ar:النطاق\";'),('aeb-arab','messages:listgrouprights-namespaceprotection-restrictedto','s:73:\"ar:الصلاحيات التي تسمح للمستخدم بالتعديل\";'),('aeb-arab','messages:listgrouprights-removegroup','s:78:\"ar:يمكنه إزالة {{PLURAL:$2|المجموعة|المجموعات}}: $1\";'),('aeb-arab','messages:listgrouprights-removegroup-all','s:48:\"ar:يمكنه إزالة كل المجموعات\";'),('aeb-arab','messages:listgrouprights-removegroup-self','s:105:\"ar:يمكنه إزالة {{PLURAL:$2|المجموعة|المجموعات}} من حسابه الخاص: $1\";'),('aeb-arab','messages:listgrouprights-removegroup-self-all','s:75:\"ar:يمكنه إزالة كل المجموعات من حسابه الخاص\";'),('aeb-arab','messages:listgrouprights-right-display','s:68:\"ar:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('aeb-arab','messages:listgrouprights-right-revoked','s:68:\"ar:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('aeb-arab','messages:listgrouprights-rights','s:21:\"ar:الصلاحيات\";'),('aeb-arab','messages:listgrouprights-summary','s:290:\"ar:فيما يلي قائمة بمجموعات المستخدمين المحددة في هذا الويكي،  مع حقوق الوصول المرتبطة بها. قد تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] على صلاحيات محددة.\";'),('aeb-arab','messages:listredirects','s:28:\"ar:عرض التحويلات\";'),('aeb-arab','messages:listredirects-summary','s:3:\"en:\";'),('aeb-arab','messages:listusers','s:28:\"ar:قائمة الأعضاء\";'),('aeb-arab','messages:listusers-blocked','s:15:\"ar:(ممنوع)\";'),('aeb-arab','messages:listusers-creationsort','s:42:\"ar:رتب حسب تاريخ الإنشاء\";'),('aeb-arab','messages:listusers-desc','s:24:\"ar:رتب تنازليا\";'),('aeb-arab','messages:listusers-editsonly','s:76:\"ar:اعرض المستخدمين الذين أجروا تعديلات فقط\";'),('aeb-arab','messages:listusers-noresult','s:39:\"ar:لم يتم إيجاد مستخدم.\";'),('aeb-arab','messages:listusers-submit','s:11:\"ar:اعرض\";'),('aeb-arab','messages:listusers-summary','s:3:\"en:\";'),('aeb-arab','messages:listusers-temporarygroupsonly','s:93:\"ar:عرض المستخدمين في مجموعات المستخدمين المؤقتة فقط\";'),('aeb-arab','messages:listusersfrom','s:51:\"ar:اعرض المستخدمين ابتداء من:\";'),('aeb-arab','messages:localtime','s:27:\"ar:الوقت المحلي:\";'),('aeb-arab','messages:lockbtn','s:37:\"ar:قفل قاعدة البيانات\";'),('aeb-arab','messages:lockconfirm','s:67:\"ar:نعم، أريد قفل قاعدة البيانات فعلاً.\";'),('aeb-arab','messages:lockdb','s:37:\"ar:قفل قاعدة البيانات\";'),('aeb-arab','messages:lockdbsuccesssub','s:48:\"ar:نجح إقفال قاعدة البيانات\";'),('aeb-arab','messages:lockdbsuccesstext','s:157:\"ar:لقد أغلقت قاعدة البيانات.<br />\nتذكر أن [[Special:UnlockDB|تزيل الغلق]] بعد اكتمال أعمال الصيانة.\";'),('aeb-arab','messages:lockdbtext','s:487:\"ar:إغلاق قاعدة البيانات سوف يمنع جميع المستخدمين من تحرير الصفحات وتغيير التفضيلات الخاصة بهم وتعديل قائمة المراقبة وغير ذلك من الأمور التي تتطلب تعديل قاعدة البيانات.\nمن فضلك تأكد من أن هذا حقاً ما ترغب القيام به، ومن أنك سوف تقوم بإزالة الغلق بعد الانتهاء من الصيانة.\";'),('aeb-arab','messages:lockedbyandtime','s:44:\"ar:(من {{GENDER:$1|$1}} على $2 في $3)\";'),('aeb-arab','messages:lockfilenotwritable','s:245:\"ar:ملف غلق قاعدة البيانات لا يمكن الكتابة عليه.\nلغلق قاعدة البيانات أو إزالة الغلق يجب أن يكون هذا الملف قابلا للكتابة من قبل خادم الويب.\";'),('aeb-arab','messages:lockmanager-fail-acquirelock','s:58:\"ar:لا يمكن الحصول على تأمين لـ \"$1\".\";'),('aeb-arab','messages:lockmanager-fail-closelock','s:50:\"ar:تعذر إغلاق ملف التأمين \"$1\".\";'),('aeb-arab','messages:lockmanager-fail-conflict','s:103:\"ar:تعذر الحصول على القفل. يقوم شخص آخر بعمل شيء لهذا الملف.\";'),('aeb-arab','messages:lockmanager-fail-db-bucket','s:110:\"ar:تعذر الإتصال بعدد كافي من قواعد تأمين البيانات في الحزمة $1.\";'),('aeb-arab','messages:lockmanager-fail-db-release','s:75:\"ar:تعذر تحرير الأقفال في  قاعدة البيانات $1.\";'),('aeb-arab','messages:lockmanager-fail-deletelock','s:46:\"ar:تعذر حذف ملف التأمين \"$1\".\";'),('aeb-arab','messages:lockmanager-fail-openlock','s:312:\"ar:تعذر إغلاق ملف التأمين \"$1\".\nتأكد من تهيئة دليل التحميل بشكل صحيح وأن خادم الويب لديه إذن بالكتابة إلى هذا الدليل. انظر https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('aeb-arab','messages:lockmanager-fail-releaselock','s:49:\"ar:تعذر تحرير التأمين لـ \"$1\"..\";'),('aeb-arab','messages:lockmanager-fail-svr-acquire','s:58:\"ar:لم يمكن فرض أقفال على المخدم $1.\";'),('aeb-arab','messages:lockmanager-fail-svr-release','s:61:\"ar:تعذر تحرير الأقفال على الخادم $1.\";'),('aeb-arab','messages:lockmanager-notlocked','s:53:\"ar:تعذر فتح \"$1\"، الملف غير مغلق.\";'),('aeb-arab','messages:locknoconfirm','s:54:\"ar:لم تقم بتعليم صندوق التأكيد.\";'),('aeb-arab','messages:log','s:19:\"aeb-arab:سجلات\";'),('aeb-arab','messages:log-action-filter-all','s:11:\"ar:الكل\";'),('aeb-arab','messages:log-action-filter-block','s:21:\"ar:نوع المنع:\";'),('aeb-arab','messages:log-action-filter-block-block','s:9:\"ar:منع\";'),('aeb-arab','messages:log-action-filter-block-reblock','s:24:\"ar:منع التعديل\";'),('aeb-arab','messages:log-action-filter-block-unblock','s:20:\"ar:رفع المنع\";'),('aeb-arab','messages:log-action-filter-contentmodel','s:47:\"ar:نوع تغيير موديل المحتوى:\";'),('aeb-arab','messages:log-action-filter-contentmodel-change','s:39:\"ar:تغيير موديل المحتوى\";'),('aeb-arab','messages:log-action-filter-contentmodel-new','s:68:\"ar:إنشاء صفحة بموديل محتوى غير افتراضي\";'),('aeb-arab','messages:log-action-filter-delete','s:21:\"ar:نوع الحذف:\";'),('aeb-arab','messages:log-action-filter-delete-delete','s:24:\"ar:حذف الصفحات\";'),('aeb-arab','messages:log-action-filter-delete-delete_redir','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('aeb-arab','messages:log-action-filter-delete-delete_redir2','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('aeb-arab','messages:log-action-filter-delete-event','s:24:\"ar:حذف السجلات\";'),('aeb-arab','messages:log-action-filter-delete-restore','s:32:\"ar:استرجاع الصفحات\";'),('aeb-arab','messages:log-action-filter-delete-revision','s:28:\"ar:حذف المراجعات\";'),('aeb-arab','messages:log-action-filter-import','s:29:\"ar:نوع الاستيراد:\";'),('aeb-arab','messages:log-action-filter-import-interwiki','s:39:\"ar:استيراد عابر للويكي\";'),('aeb-arab','messages:log-action-filter-import-upload','s:41:\"ar:استيراد بواسطة رفع XML\";'),('aeb-arab','messages:log-action-filter-managetags','s:41:\"ar:نوع فعل إدارة الوسوم:\";'),('aeb-arab','messages:log-action-filter-managetags-activate','s:24:\"ar:تفعيل الوسم\";'),('aeb-arab','messages:log-action-filter-managetags-create','s:26:\"ar:إنشاء الوسوم\";'),('aeb-arab','messages:log-action-filter-managetags-deactivate','s:24:\"ar:تعطيل الوسم\";'),('aeb-arab','messages:log-action-filter-managetags-delete','s:22:\"ar:حذف الوسوم\";'),('aeb-arab','messages:log-action-filter-move','s:21:\"ar:نوع النقل:\";'),('aeb-arab','messages:log-action-filter-move-move','s:59:\"ar:نقل بدون الكتابة على التحويلات\";'),('aeb-arab','messages:log-action-filter-move-move_redir','s:55:\"ar:نقل مع الكتابة على التحويلات\";'),('aeb-arab','messages:log-action-filter-newusers','s:34:\"ar:نوع إنشاء الحساب:\";'),('aeb-arab','messages:log-action-filter-newusers-autocreate','s:20:\"ar:إنشاء آلي\";'),('aeb-arab','messages:log-action-filter-newusers-byemail','s:89:\"ar:الإنشاء بكلمة مرور مرسلة عبر البريد الإلكتروني\";'),('aeb-arab','messages:log-action-filter-newusers-create','s:50:\"ar:إنشاء بواسطة مستخدم مجهول\";'),('aeb-arab','messages:log-action-filter-newusers-create2','s:48:\"ar:إنشاء بواسطة مستخدم مسجل\";'),('aeb-arab','messages:log-action-filter-patrol','s:21:\"ar:نوع الخفر:\";'),('aeb-arab','messages:log-action-filter-patrol-autopatrol','s:30:\"ar:خفر أوتوماتيكي\";'),('aeb-arab','messages:log-action-filter-patrol-patrol','s:18:\"ar:خفر يدوي\";'),('aeb-arab','messages:log-action-filter-protect','s:25:\"ar:نوع الحماية:\";'),('aeb-arab','messages:log-action-filter-protect-modify','s:28:\"ar:تعديل الحماية\";'),('aeb-arab','messages:log-action-filter-protect-move_prot','s:24:\"ar:نقل الحماية\";'),('aeb-arab','messages:log-action-filter-protect-protect','s:13:\"ar:حماية\";'),('aeb-arab','messages:log-action-filter-protect-unprotect','s:24:\"ar:رفع الحماية\";'),('aeb-arab','messages:log-action-filter-rights','s:38:\"ar:نوع تغيير الصلاحية:\";'),('aeb-arab','messages:log-action-filter-rights-autopromote','s:34:\"ar:تغيير أوتوماتيكي\";'),('aeb-arab','messages:log-action-filter-rights-rights','s:22:\"ar:تغيير يدوي\";'),('aeb-arab','messages:log-action-filter-suppress','s:25:\"ar:نوع الإخفاء:\";'),('aeb-arab','messages:log-action-filter-suppress-block','s:54:\"ar:إخفاء المستخدم بواسطة المنع\";'),('aeb-arab','messages:log-action-filter-suppress-delete','s:26:\"ar:إخفاء الصفحة\";'),('aeb-arab','messages:log-action-filter-suppress-event','s:24:\"ar:إخفاء السجل\";'),('aeb-arab','messages:log-action-filter-suppress-reblock','s:65:\"ar:إخفاء المستخدم بواسطة إعادة المنع\";'),('aeb-arab','messages:log-action-filter-suppress-revision','s:30:\"ar:إخفاء المراجعة\";'),('aeb-arab','messages:log-action-filter-upload','s:21:\"ar:نوع الرفع:\";'),('aeb-arab','messages:log-action-filter-upload-overwrite','s:24:\"ar:إعادة الرفع\";'),('aeb-arab','messages:log-action-filter-upload-revert','s:17:\"ar:استرجاع\";'),('aeb-arab','messages:log-action-filter-upload-upload','s:18:\"ar:رفع جديد\";'),('aeb-arab','messages:log-description-contentmodel','s:200:\"ar:هذه الصفحة تعرض التغييرات لموديل المحتوى للصفحات، والصفحات التي تم إنشاؤها بموديل محتوى يختلف عن الافتراضي\";'),('aeb-arab','messages:log-description-create','s:80:\"ar:فيما يلي قائمة بأحدث عمليات إنشاء الصفحات.\";'),('aeb-arab','messages:log-description-managetags','s:374:\"ar:هذه الصفحة تعرض مهام الإدارة المرتعلقة ب[[Special:Tags|الوسوم]]. السجل يحتوي فقط على الافعال التي تم عملها يدويا بواسطة إداري؛ الوسوم ربما يتم إنشاؤها او حذفها بواسطة برنامج الويكي بدون تسجيل مدخلة في هذا السجل.\";'),('aeb-arab','messages:log-description-pagelang','s:57:\"ar:هذا سجل تغيرات في صفحة اللغات.\";'),('aeb-arab','messages:log-description-tag','s:325:\"ar:هذه الصفحة تعرض متى قام المستخدمون بإضافة أو إزالة [[Special:Tags|الوسوم]] من المراجعات أو مدخلات السجل الفردية. السجل لا يعرض أفعال الوسم عندما يحدثوا كجزء من تعديل، حذف، أو فعل مماثل.\";'),('aeb-arab','messages:log-edit-tags','s:57:\"ar:عدل وسوم مدخلات السجل المختار\";'),('aeb-arab','messages:log-fulllog','s:41:\"aeb-arab:أظهر السجل الكامل\";'),('aeb-arab','messages:log-name-contentmodel','s:46:\"ar:سجل تغيير نموذج المحتوى\";'),('aeb-arab','messages:log-name-create','s:35:\"ar:سجل إنشاء الصفحات\";'),('aeb-arab','messages:log-name-managetags','s:33:\"ar:سجل إدارة الوسوم\";'),('aeb-arab','messages:log-name-pagelang','s:31:\"ar:سجل تغيير اللغة\";'),('aeb-arab','messages:log-name-tag','s:22:\"ar:سجل الوسوم\";'),('aeb-arab','messages:log-title-wildcard','s:56:\"ar:ابحث عن عناوين تبدأ بهذا النص\";'),('aeb-arab','messages:logdelete-failure','s:54:\"aeb-arab:\'\'\'تعذر ضبط رؤية السجل:\'\'\'\n$1\";'),('aeb-arab','messages:logdelete-selected','s:95:\"aeb-arab:{{PLURAL:$1|حدث السجل المختار|أحداث السجل المختارة}}:\";'),('aeb-arab','messages:logdelete-success','s:62:\"aeb-arab:\'\'\'تم ضبط رؤية السجلات بنجاح.\'\'\'\";'),('aeb-arab','messages:logdelete-text','s:149:\"ar:ستبقى أحداث السجل المحذوفة تظهر في السجلات، لكن جزءاً من مضمونها لن يتاح للعموم.\";'),('aeb-arab','messages:logempty','s:59:\"ar:لا توجد مدخلات مطابقة في السجل.\";'),('aeb-arab','messages:logentry-block-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('aeb-arab','messages:logentry-block-reblock','s:113:\"ar: {{GENDER:$2|غير|غيرت}} $1 إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('aeb-arab','messages:logentry-block-unblock','s:50:\"ar:$1 {{GENDER:$2|رفع منع}} {{GENDER:$4|$3}}\";'),('aeb-arab','messages:logentry-contentmodel-change','s:99:\"ar:$1 {{GENDER:$2|غير|غيرت}} موديل المحتوى للصفحة $3 من \"$4\" إلى \"$5\"\";'),('aeb-arab','messages:logentry-contentmodel-change-revert','s:15:\"ar:استرجع\";'),('aeb-arab','messages:logentry-contentmodel-change-revertlink','s:15:\"ar:استرجع\";'),('aeb-arab','messages:logentry-contentmodel-new','s:117:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الصفحة $3 باستخدام موديل محتوى غير قياسي \"$5\"\";'),('aeb-arab','messages:logentry-create-create','s:51:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 صفحة $3\";'),('aeb-arab','messages:logentry-delete-delete','s:47:\"ar:{{GENDER:$2|حذف|حذفت}} $1 صفحة $3\";'),('aeb-arab','messages:logentry-delete-delete_redir','s:83:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بالكتابة فوقها\";'),('aeb-arab','messages:logentry-delete-delete_redir2','s:94:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بواسطة إعادة الكتابة\";'),('aeb-arab','messages:logentry-delete-event','s:157:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('aeb-arab','messages:logentry-delete-event-legacy','s:89:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية أحداث في سجل $3\";'),('aeb-arab','messages:logentry-delete-restore','s:68:\"ar:{{GENDER:$2|استرجع|استرجعت}} $1 الصفحة $3 ($4)\";'),('aeb-arab','messages:logentry-delete-restore-nocount','s:63:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} الصفحة $3\";'),('aeb-arab','messages:logentry-delete-revision','s:170:\"ar:غيّر{{GENDER:$2||ت}} $1 إمكانية مشاهدة {{PLURAL:$5||مراجعة واحدة|مراجعتين|$5 مراجعات|$5 مراجعة}} في صفحة $3: $4\";'),('aeb-arab','messages:logentry-delete-revision-legacy','s:95:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية مراجعات من صفحة $3\";'),('aeb-arab','messages:logentry-import-interwiki','s:73:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من ويكي أخرى\";'),('aeb-arab','messages:logentry-import-interwiki-details','s:105:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من $5 ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('aeb-arab','messages:logentry-import-upload','s:62:\"ar:$1 {{GENDER:$2|استورد}} $3 بواسطة رفع ملف\";'),('aeb-arab','messages:logentry-import-upload-details','s:128:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 بواسطة رفع الملف ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('aeb-arab','messages:logentry-managetags-activate','s:121:\"ar:$1 {{GENDER:$2|فعل|فعلت}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('aeb-arab','messages:logentry-managetags-create','s:55:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الوسم \"$4\"\";'),('aeb-arab','messages:logentry-managetags-deactivate','s:145:\"ar:$1 {{GENDER:$2|ألغى تفعيل|ألغت تفعيل}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('aeb-arab','messages:logentry-managetags-delete','s:163:\"ar:$1 {{GENDER:$2|حذف|حذفت}} الوسم \"$4\" (أزيل من $5 {{PLURAL:$5|مراجعة أو مدخلة سجل|مراجعات و/أو مدخلات سجل}})\";'),('aeb-arab','messages:logentry-merge-merge','s:80:\"ar:{{GENDER:$2|دمج|دمجت}} $1 $3 إلى $4 (المراجعات حتى $5).\";'),('aeb-arab','messages:logentry-move-move','s:57:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4\";'),('aeb-arab','messages:logentry-move-move-noredirect','s:84:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 دون ترك تحويلة\";'),('aeb-arab','messages:logentry-move-move_redir','s:77:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 على تحويلة\";'),('aeb-arab','messages:logentry-move-move_redir-noredirect','s:104:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 على تحويلة دون ترك تحويلة\";'),('aeb-arab','messages:logentry-newusers-autocreate','s:90:\"ar:أنشئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1 تلقائيًا\";'),('aeb-arab','messages:logentry-newusers-byemail','s:137:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 حساب المستخدم $3 وأُرسلت كلمة السر بالبريد الإلكتروني\";'),('aeb-arab','messages:logentry-newusers-create','s:81:\"aeb-arab:إتحلّ حساب {{GENDER:$2|المستعمل|المستعملة}} $1\";'),('aeb-arab','messages:logentry-newusers-create2','s:78:\"ar:أنشأ $1 حسابا {{GENDER:$2|للمستخدم|للمستخدمة}} $3\";'),('aeb-arab','messages:logentry-newusers-newusers','s:77:\"ar:أُنشِئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1\";'),('aeb-arab','messages:logentry-non-editing-block-block','s:133:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من إجراءات محددة غير التعديل بوقت انتهاء $5 $6\";'),('aeb-arab','messages:logentry-non-editing-block-reblock','s:161:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات منع {{GENDER:$4|$3}} لإجراءات محددة غير التعديل بوقت انتهاء يبلغ $5 $6\";'),('aeb-arab','messages:logentry-pagelang-pagelang','s:90:\"ar: {{GENDER:$2|غيَّر|غيَّرت}} $1 لغة الصفحة «$3» من $4 إلى $5.\";'),('aeb-arab','messages:logentry-partialblock-block','s:100:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من $7 مع وقت انتهاء يبلغ $5 $6\";'),('aeb-arab','messages:logentry-partialblock-block-action','s:53:\"ar:{{PLURAL:$1|الإجراء|الإجراءات}} $2\";'),('aeb-arab','messages:logentry-partialblock-block-ns','s:49:\"ar:{{PLURAL:$1|النطاق|النطاقات}} $2\";'),('aeb-arab','messages:logentry-partialblock-block-page','s:47:\"ar:{{PLURAL:$1|الصفحة|الصفحات}} $2\";'),('aeb-arab','messages:logentry-partialblock-reblock','s:140:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات منع {{GENDER:$4|$3}} الَّتي تمنع $7 بوقت انتهاء يبلغ $5 $6\";'),('aeb-arab','messages:logentry-patrol-patrol','s:73:\"ar:{{GENDER:$2|عاين|عاين}} $1 المراجعة $4 للصفحة $3\";'),('aeb-arab','messages:logentry-patrol-patrol-auto','s:90:\"ar:{{GENDER:$2|عاين|عاينت}} $1 تلقائيا المراجعة $4 للصفحة $3\";'),('aeb-arab','messages:logentry-protect-modify','s:71:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إعدادات حماية $3 $4\";'),('aeb-arab','messages:logentry-protect-modify-cascade','s:82:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات حماية $3 $4 [مضمن]\";'),('aeb-arab','messages:logentry-protect-move_prot','s:74:\"ar:$1 {{GENDER:$2|نقل}} إعدادات الحماية من $4 إلى $3\";'),('aeb-arab','messages:logentry-protect-protect','s:39:\"ar:{{GENDER:$2|حمى|حمت}} $1 $3 $4\";'),('aeb-arab','messages:logentry-protect-protect-cascade','s:52:\"ar:$1 {{GENDER:$2|حمى|حمت}} $3 $4 [مضمنة]\";'),('aeb-arab','messages:logentry-protect-unprotect','s:58:\"ar:{{GENDER:$2|رفع|رفعت}} $1 الحماية عن $3\";'),('aeb-arab','messages:logentry-rights-autopromote','s:109:\"ar:تمَ تلقائياً ترقية {{GENDER:$2|المستخدم|المستخدمة}} $1 من  $4 إلى $5\";'),('aeb-arab','messages:logentry-rights-rights','s:85:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية {{GENDER:$6|$3}} من $4 إلى $5\";'),('aeb-arab','messages:logentry-rights-rights-legacy','s:53:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية $3\";'),('aeb-arab','messages:logentry-suppress-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('aeb-arab','messages:logentry-suppress-delete','s:49:\"ar:{{GENDER:$2|أخفى|أخفت}} $1 صفحة $3\";'),('aeb-arab','messages:logentry-suppress-event','s:160:\"ar:غيّر{{GENDER:$2||ت}} $1 بسرية إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('aeb-arab','messages:logentry-suppress-event-legacy','s:68:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية سِجِلّ $3\";'),('aeb-arab','messages:logentry-suppress-reblock','s:112:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('aeb-arab','messages:logentry-suppress-revision','s:179:\"ar:غيّر{{GENDER:$2||ت}} $1 سراً إمكانية مشاهدة {{PLURAL:$5||مراجعة واحدة|مراجعتين|$5 مراجعات|$5 مراجعة}} في صفحة $3: $4\";'),('aeb-arab','messages:logentry-suppress-revision-legacy','s:79:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية مراجعات صفحة $3\";'),('aeb-arab','messages:logentry-tag-update-add-logentry','s:123:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 لمدخلة السجل $5 للصفحة $3\";'),('aeb-arab','messages:logentry-tag-update-add-revision','s:116:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 للمراجعة $4 للصفحة $3\";'),('aeb-arab','messages:logentry-tag-update-logentry','s:151:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم على مدخلة السجل $5 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('aeb-arab','messages:logentry-tag-update-remove-logentry','s:126:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من مدخلة السجل $5 للصفحة $3\";'),('aeb-arab','messages:logentry-tag-update-remove-revision','s:121:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من المراجعة $4 للصفحة $3\";'),('aeb-arab','messages:logentry-tag-update-revision','s:139:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم للمراجعة $4 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('aeb-arab','messages:logentry-upload-overwrite','s:64:\"ar:{{GENDER:$2|رفع|رفعت}} $1 نسخة جديدة من  $3\";'),('aeb-arab','messages:logentry-upload-revert','s:72:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} $3 لنسخة قديمة\";'),('aeb-arab','messages:logentry-upload-upload','s:39:\"ar: {{GENDER:$2|رفع|رفعت}} $1 $3\";'),('aeb-arab','messages:logeventslist-more-filters','s:46:\"ar:إظهار السجلات الإضافية:\";'),('aeb-arab','messages:logeventslist-newusers-log','s:41:\"ar:سجل إنشاء المستخدمين\";'),('aeb-arab','messages:logeventslist-patrol-log','s:20:\"ar:سجل الخفر\";'),('aeb-arab','messages:logeventslist-submit','s:11:\"ar:أظهر\";'),('aeb-arab','messages:logeventslist-tag-log','s:20:\"ar:سجل الوسم\";'),('aeb-arab','messages:logging-out-notify','s:58:\"ar:تم تسجيل خروجك، يرجى الانتظار.\";'),('aeb-arab','messages:login','s:17:\"aeb-arab:دخول\";'),('aeb-arab','messages:login-abort-generic','s:46:\"aeb-arab:لم ينجح ولوجك - إجهاض\";'),('aeb-arab','messages:login-migrated-generic','s:127:\"ar:تم تهجير حسابك، ولم يعد اسم المستخدم الخاص بك موجوداً على هذه الويكي\";'),('aeb-arab','messages:login-security','s:24:\"ar:تأكيد هويتك\";'),('aeb-arab','messages:login-throttled','s:147:\"aeb-arab:لقد قمت بمحاولات دخول كثيرة جدا مؤخرا.\nمن فضلك انتظر $1 قبل المحاولة مرة أخرى.\";'),('aeb-arab','messages:login-userblocked','s:74:\"aeb-arab:هذا المستخدم ممنوع. لا يسمح بالولوج.\";'),('aeb-arab','messages:loginerror','s:33:\"aeb-arab:خطأ في الدخول\";'),('aeb-arab','messages:loginlanguagelabel','s:23:\"aeb-arab:اللغة: $1\";'),('aeb-arab','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('aeb-arab','messages:loginprompt','s:3:\"en:\";'),('aeb-arab','messages:loginreqlink','s:21:\"aeb-arab:الولوج\";'),('aeb-arab','messages:loginreqpagetext','s:61:\"aeb-arab:يجب عليك $1 لتشاهد صفحات أخرى.\";'),('aeb-arab','messages:loginreqtitle','s:43:\"aeb-arab:تسجيل الدخول مطلوب\";'),('aeb-arab','messages:loginsuccess','s:95:\"aeb-arab:<strong>لقد قمت بتسجيل الدخول ل{{SITENAME}} باسم \"$1\".</strong>\";'),('aeb-arab','messages:loginsuccesstitle','s:44:\"aeb-arab:تم الدخول بشكل صحيح\";'),('aeb-arab','messages:logout','s:17:\"aeb-arab:خروج\";'),('aeb-arab','messages:logout-failed','s:53:\"ar:لا يمكن تسجيل الخروج الآن: $1\";'),('aeb-arab','messages:logouttext','s:267:\"aeb-arab:<strong>أنت الآن غير مسجل الدخول.</strong>\n\nمن الممكن أن ترى بعض الصفحات كما لو أنك مسجل الدخول، وذلك حتى تقوم بإفراغ الصفحات المختزنة في المتصفح لديك.\";'),('aeb-arab','messages:lonelypages','s:24:\"ar:صفحات يتيمة\";'),('aeb-arab','messages:lonelypages-summary','s:3:\"en:\";'),('aeb-arab','messages:lonelypagestext','s:125:\"ar:الصفحات التالية غير موصولة من أو مضمنة في الصفحات الأخرى في {{SITENAME}}.\";'),('aeb-arab','messages:longpage-hint','s:4:\"en:-\";'),('aeb-arab','messages:longpageerror','s:271:\"aeb-arab:<strong>خطأ: النص الذي قمت بإدخاله {{PLURAL:$1|واحد كيلوبايت|$1 كيلوبيات}} أطول, وهو أطول من الحد الأقصى {{PLURAL:$2|واحد كيلوبايت|$2 كيلوبايت}}.</strong>\nلا بمكن حفظه.\";'),('aeb-arab','messages:longpages','s:24:\"ar:صفحات طويلة\";'),('aeb-arab','messages:longpages-summary','s:3:\"en:\";'),('aeb-arab','messages:magiclink-tracking-isbn','s:70:\"ar:الصفحات التي تستخدم وصلات ISBN السحرية\";'),('aeb-arab','messages:magiclink-tracking-isbn-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لISBN. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('aeb-arab','messages:magiclink-tracking-pmid','s:70:\"ar:الصفحات التي تستخدم وصلات PMID السحرية\";'),('aeb-arab','messages:magiclink-tracking-pmid-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لPMID. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('aeb-arab','messages:magiclink-tracking-rfc','s:69:\"ar:الصفحات التي تستخدم وصلات RFC السحرية\";'),('aeb-arab','messages:magiclink-tracking-rfc-desc','s:198:\"ar:هذه الصفحة تستخدم الوصلات السحرية لRFC. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('aeb-arab','messages:mailerror','s:54:\"aeb-arab:خطأ أثناء إرسال البريد: $1\";'),('aeb-arab','messages:mailmypassword','s:47:\"aeb-arab:أرسل لي كلمة سر جديدة\";'),('aeb-arab','messages:mailnologin','s:42:\"ar:لا يوجد عنوان للإرسال\";'),('aeb-arab','messages:mailnologintext','s:251:\"ar:يجب أن تقوم [[Special:UserLogin|بتسجيل الدخول]] وإدخال بريد إلكتروني صالح في صفحة [[Special:Preferences|التفضيلات]] لتتمكن من إرسال الرسائل لمستخدمين آخرين.\";'),('aeb-arab','messages:mainpage','s:40:\"aeb-arab:الپاج الأولانيّة\";'),('aeb-arab','messages:mainpage-description','s:40:\"aeb-arab:الپاج الأولانيّة\";'),('aeb-arab','messages:mainpage-nstab','s:40:\"aeb-arab:الپاج الأولانيّة\";'),('aeb-arab','messages:mainpage-title','s:4:\"en:-\";'),('aeb-arab','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('aeb-arab','messages:mar','s:17:\"aeb-arab:مارس\";'),('aeb-arab','messages:march','s:17:\"aeb-arab:مارس\";'),('aeb-arab','messages:march-gen','s:17:\"aeb-arab:مارس\";'),('aeb-arab','messages:markaspatrolleddiff','s:39:\"ar:علم بعلامة المراجعة\";'),('aeb-arab','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('aeb-arab','messages:markaspatrolledtext','s:59:\"ar:علم هذه الصفحة بعلامة المراجعة\";'),('aeb-arab','messages:markaspatrolledtext-file','s:66:\"ar:علم نسخة الملف هذه بعلامة المراجعة\";'),('aeb-arab','messages:markedaspatrolled','s:41:\"ar:علمت بعلامة المراجعة\";'),('aeb-arab','messages:markedaspatrollederror','s:50:\"ar:لا يمكن التعليم بالمراجعة\";'),('aeb-arab','messages:markedaspatrollederror-noautopatrol','s:95:\"ar:لا يجوز لك تعليم تغييراتك الشخصية بعلامة المراجعة.\";'),('aeb-arab','messages:markedaspatrollederrortext','s:102:\"ar:يجب عليك اختيار المراجعة التي تريد أن تشير أنها مراجعة\";'),('aeb-arab','messages:markedaspatrollednotify','s:67:\"ar:هذا التغيير لـ $1  تم تعليمه كمراجَع.\";'),('aeb-arab','messages:markedaspatrolledtext','s:89:\"ar:المراجعة المختارة من [[:$1]] علمت بعلامة المراجعة.\";'),('aeb-arab','messages:maximum-size','s:27:\"ar:الحجم الأقصى:\";'),('aeb-arab','messages:may','s:15:\"aeb-arab:ماي\";'),('aeb-arab','messages:may-gen','s:15:\"aeb-arab:ماي\";'),('aeb-arab','messages:may_long','s:15:\"aeb-arab:ماي\";'),('aeb-arab','messages:mcrundo-changed','s:121:\"ar:لقد تم تغيير الصفحة منذ عرضت الفرق; يُرجَى مراجعة التغيير الجديد.\";'),('aeb-arab','messages:mcrundo-missingparam','s:58:\"ar:وسائط مطلوبة مفقودة عند الطلب.\";'),('aeb-arab','messages:mcrundo-parse-failed','s:61:\"ar:فشل في تحليل المراجعة الجديدة: $1\";'),('aeb-arab','messages:mcrundofailed','s:22:\"ar:الرجوع فشل\";'),('aeb-arab','messages:mediastatistics','s:32:\"ar:إحصاءات الميديا\";'),('aeb-arab','messages:mediastatistics-allbytes','s:110:\"ar:الحجم الكلي لكل {{PLURAL:$3|$3 الملف|$3 الملفات}}: {{PLURAL:$1|$1 بايت}} ($2).\";'),('aeb-arab','messages:mediastatistics-bytespertype','s:141:\"ar:إجمالي حجم الملف لهذا القسم من {{PLURAL:$4|$4 ملف|$4 ملفات}} ($5%): {{PLURAL:$1|$1 بايت}} ($2؛ $3%).\";'),('aeb-arab','messages:mediastatistics-header-3d','s:28:\"ar:ثلاثي الأبعاد\";'),('aeb-arab','messages:mediastatistics-header-archive','s:22:\"ar:صيغ مضغوطة\";'),('aeb-arab','messages:mediastatistics-header-audio','s:9:\"ar:صوت\";'),('aeb-arab','messages:mediastatistics-header-bitmap','s:16:\"ar:صور Bitmap\";'),('aeb-arab','messages:mediastatistics-header-drawing','s:31:\"ar:رسم (صور متجهية)\";'),('aeb-arab','messages:mediastatistics-header-executable','s:17:\"ar:تنفيذية\";'),('aeb-arab','messages:mediastatistics-header-multimedia','s:22:\"ar:ريتش ميديا\";'),('aeb-arab','messages:mediastatistics-header-office','s:11:\"ar:مكتب\";'),('aeb-arab','messages:mediastatistics-header-text','s:9:\"ar:نصي\";'),('aeb-arab','messages:mediastatistics-header-total','s:22:\"ar:كل الملفات\";'),('aeb-arab','messages:mediastatistics-header-unknown','s:20:\"ar:غير معروف\";'),('aeb-arab','messages:mediastatistics-header-video','s:28:\"ar:مقاطع الفيديو\";'),('aeb-arab','messages:mediastatistics-nbytes','s:112:\"ar:{{PLURAL:$1|بايت واحد|بايتان اثنان|$1 بايتات|$1 بايتاً|$1 بايت}} ($2; $3%)\";'),('aeb-arab','messages:mediastatistics-nfiles','s:11:\"ar:$1 ($2%)\";'),('aeb-arab','messages:mediastatistics-summary','s:210:\"ar:إحصاءات عن أنماط الملفات المرفوعة، وتشمل أحدث نسخة من الملف فقط، حيث تستبعد النسخ القديمة أو المحذوفة من الملفات.\";'),('aeb-arab','messages:mediastatistics-table-count','s:24:\"ar:عدد الملفات\";'),('aeb-arab','messages:mediastatistics-table-extensions','s:38:\"ar:الامتدادات الممكنة\";'),('aeb-arab','messages:mediastatistics-table-mimetype','s:14:\"ar:نوع MIME\";'),('aeb-arab','messages:mediastatistics-table-totalbytes','s:26:\"ar:الحجم المدمج\";'),('aeb-arab','messages:mediawarning','s:159:\"ar:<strong>تحذير:</strong> قد يحتوي نوع هذا الملف على كود خبيث.\nيمكن عند تشغيله السيطرة على نظامك.\";'),('aeb-arab','messages:mediawikipage','s:35:\"ar:طالع صفحة الرسالة\";'),('aeb-arab','messages:mergehistory','s:41:\"aeb-arab:دمج تواريخ الصفحة\";'),('aeb-arab','messages:mergehistory-autocomment','s:36:\"aeb-arab:دمج [[:$1]] في [[:$2]]\";'),('aeb-arab','messages:mergehistory-box','s:44:\"aeb-arab:دمج مراجعات صفحتين:\";'),('aeb-arab','messages:mergehistory-comment','s:40:\"aeb-arab:دمج [[:$1]] في [[:$2]]: $3\";'),('aeb-arab','messages:mergehistory-done','s:100:\"aeb-arab:$3 {{PLURAL:$3|مراجعة|مراجعة}} من $1 تم دمجها بنجاح في [[:$2]].\";'),('aeb-arab','messages:mergehistory-empty','s:49:\"aeb-arab:لا مراجعات يمكن دمجها.\";'),('aeb-arab','messages:mergehistory-fail','s:141:\"aeb-arab:غير قادر على عمل دمج التاريخ، من فضلك أعد التحقق من محددات الصفحة والزمن.\";'),('aeb-arab','messages:mergehistory-fail-bad-timestamp','s:43:\"ar:الختم الزمني غير صالح.\";'),('aeb-arab','messages:mergehistory-fail-invalid-dest','s:47:\"ar:الصفحة الوجهة غير صالحة.\";'),('aeb-arab','messages:mergehistory-fail-invalid-source','s:47:\"ar:الصفحة المصدر غير صالحة.\";'),('aeb-arab','messages:mergehistory-fail-no-change','s:132:\"ar:دمج التاريخ لم يدمج أية مراجعات. برجاء التحقق من معاملات الصفحة والزمن.\";'),('aeb-arab','messages:mergehistory-fail-permission','s:60:\"ar:سماحيات غير كافية لدمج التاريخ.\";'),('aeb-arab','messages:mergehistory-fail-self-merge','s:75:\"ar:الصفحتان المصدر والوجهة هما نفس الصفحة.\";'),('aeb-arab','messages:mergehistory-fail-timestamps-overlap','s:93:\"ar:مراجعات المصدر تتداخل أو تأتي بعد مراجعات الوجهة.\";'),('aeb-arab','messages:mergehistory-fail-toobig','s:223:\"ar:لا يمكن إجراء دمج التاريخ بسبب تجاوز حدود عدد المراجعات المنقولة {{PLURAL:$1|المراجعة الواحدة|المراجعتين|$1 مراجعات|$1 مراجعة}}.\";'),('aeb-arab','messages:mergehistory-from','s:35:\"aeb-arab:الصفحة المصدر:\";'),('aeb-arab','messages:mergehistory-go','s:60:\"aeb-arab:عرض التعديلات القابلة للدمج\";'),('aeb-arab','messages:mergehistory-header','s:210:\"aeb-arab:هذه الصفحة تسمح لك بدمج نسخ تاريخ صفحة ما إلى صفحة أخرى.\nتأكد من أن هذا التغيير سيحافظ على استمرار تاريخ الصفحة.\";'),('aeb-arab','messages:mergehistory-into','s:33:\"aeb-arab:الصفحة الهدف:\";'),('aeb-arab','messages:mergehistory-invalid-destination','s:78:\"aeb-arab:الصفحة الهدف يجب أن تكون عنوانا صحيحا.\";'),('aeb-arab','messages:mergehistory-invalid-source','s:80:\"aeb-arab:الصفحة المصدر يجب أن تكون عنوانا صحيحا.\";'),('aeb-arab','messages:mergehistory-list','s:58:\"aeb-arab:تاريخ التعديل القابل للدمج\";'),('aeb-arab','messages:mergehistory-merge','s:322:\"aeb-arab:المراجعات التالية من [[:$1]] يمكن دمجها إلى [[:$2]].\nاستخدم عامود الصناديق لدمج المراجعات التي تم إنشاؤها في وقبل الوقت المحدد.\nلاحظ أن استخدام وصلات التصفح سيعيد ضبط هذا العامود.\";'),('aeb-arab','messages:mergehistory-no-destination','s:56:\"aeb-arab:الصفحة الهدف $1 غير موجودة.\";'),('aeb-arab','messages:mergehistory-no-source','s:58:\"aeb-arab:الصفحة المصدر $1 غير موجودة.\";'),('aeb-arab','messages:mergehistory-reason','s:20:\"aeb-arab:السبب:\";'),('aeb-arab','messages:mergehistory-redirect-text','s:3:\"en:\";'),('aeb-arab','messages:mergehistory-revisionrow','s:29:\"ar:$1 ($2) $3 . . $4 $5 $6 $7\";'),('aeb-arab','messages:mergehistory-same-destination','s:93:\"aeb-arab:صفحتا المصدر والهدف لا يمكن أن تكونا نفس الشيء\";'),('aeb-arab','messages:mergehistory-source-deleted','s:206:\"ar:بالإضافة إلى ذلك، حُذفت [[:$1]] لأنها لم تعد تحتوي أي مراجعات مرئية ونموذج المحتوى الخاص بها لا يدعم عمل التحويلات.\";'),('aeb-arab','messages:mergehistory-source-deleted-reason','s:204:\"ar:يتم حذف صفحة المصدر تلقائيًا بعد دمج التواريخ لأن نموذج محتواها لا يدعم عمليات التحويل ولا المراجعات المتبقية\";'),('aeb-arab','messages:mergehistory-submit','s:34:\"aeb-arab:دمج المراجعات\";'),('aeb-arab','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('aeb-arab','messages:mergelog','s:26:\"aeb-arab:سجل الدمج\";'),('aeb-arab','messages:mergelogpagetext','s:113:\"aeb-arab:بالأسفل قائمة بأحدث عمليات الدمج لتاريخ صفحة ما إلى أخرى.\";'),('aeb-arab','messages:metadata','s:30:\"aeb-arab:بيانات ميتا\";'),('aeb-arab','messages:metadata-collapse','s:43:\"ar:أخفِ التفاصيل الممتدة\";'),('aeb-arab','messages:metadata-expand','s:43:\"ar:أظهر التفاصيل الممتدة\";'),('aeb-arab','messages:metadata-fields','s:439:\"aeb-arab:حقول معطيات الميتا الموجودة في هذه الرسالة سوف تعرض في صفحة الصورة عندما يكون جدول معطيات الميتا مضغوطا.\nالحقول الأخرى ستكون مخفية افتراضيا.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('aeb-arab','messages:metadata-help','s:375:\"aeb-arab:هذا الملف يحتوي على معلومات إضافية، غالبا ما تكون أضيفت من قبل الكاميرا الرقمية أو الماسح الضوئي المستخدم في إنشاء الملف.\nإذا كان الملف قد عدل عن حالته الأصلية، فبعض التفاصيل قد لا تعبر عن الملف المعدل.\";'),('aeb-arab','messages:metadata-langitem','s:26:\"ar:<strong>$2:</strong> $1\";'),('aeb-arab','messages:metadata-langitem-default','s:5:\"en:$1\";'),('aeb-arab','messages:mimesearch','s:14:\"ar:بحث MIME\";'),('aeb-arab','messages:mimesearch-summary','s:200:\"ar:تمكنك هذه الصفحة من ترشيح الملفات وفق نوع MIME الخاص بها.\nالمدخل: نوع المحتوى/النوع الفرعي، كمثال <code>image/jpeg</code>.\";'),('aeb-arab','messages:mimetype','s:21:\"ar:نوع الملف:\";'),('aeb-arab','messages:minimum-size','s:26:\"ar:الحجم الأدنى\";'),('aeb-arab','messages:minlength1','s:91:\"ar:أسماء الملفات يجب أن تتكون من حرف واحد على الأقل.\";'),('aeb-arab','messages:minoredit','s:35:\"aeb-arab:هذا تعديل طفيف\";'),('aeb-arab','messages:minoreditletter','s:11:\"aeb-arab:ص\";'),('aeb-arab','messages:minutes','s:82:\"ar:{{PLURAL:$1||دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('aeb-arab','messages:minutes-abbrev','s:7:\"ar:$1ق\";'),('aeb-arab','messages:minutes-ago','s:48:\"ar:قبل {{PLURAL:$1|دقيقة|$1 دقائق}}\";'),('aeb-arab','messages:missing-article','s:474:\"ar:لم تجد قاعدة البيانات نصّ صفحة كان يجب أن يوجد، الصفحة هي \"$1\" $2.\n\nعادة ما يحدث هذا عند اتباع فرق قديم أو رابط تأريخ صفحة محذوفة.\n\nإذا لم تكن هذه هي الحال فمن المحتمل أنك قد وقعت على علّة في البرمجية.\nمن فضلك أبلغ أحد [[Special:ListUsers/sysop|الإداريين]]، و أعطه مسار هذه الصفحة.\";'),('aeb-arab','messages:missing-revision','s:332:\"ar:المراجعة #$1 من الصفحة المسماة \"{{FULLPAGENAME}}\" غير موجودة.\n\nهذا يحدث عادة عن طريق اتباع وصلة تاريخ قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb-arab','messages:missing-revision-content','s:82:\"ar:تعذر تحميل المراجعة #$1 من الصفحة المسماة \"$2\".\";'),('aeb-arab','messages:missing-revision-permission','s:293:\"ar:المراجعة #$1 تتبع صفحة محذوفة. بإمكانك [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} استعراضها]؛ كذلك بإمكانك الاطلاع على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$3}} سجل الحذف].\";'),('aeb-arab','messages:missingarticle-diff','s:26:\"aeb-arab:(فرق: $1، $2)\";'),('aeb-arab','messages:missingarticle-rev','s:38:\"aeb-arab:(رقم المراجعة: $1)\";'),('aeb-arab','messages:missingcommentheader','s:207:\"aeb-arab:<strong>تنبيه:</strong> لم تقم بوضع موضوع/عنوان لهذا التعليق.\nإذا قمت بالضغط على \"$1\" مجددا، سيتم حفظ تعليقك بدون عنوان.\";'),('aeb-arab','messages:missingcommenttext','s:63:\"aeb-arab:من فضلك أدخل تعليقا في الأسفل.\";'),('aeb-arab','messages:missingsummary','s:183:\"aeb-arab:<strong>تنبيه:</strong> لم تقم بكتابة ملخص للتعديل.\nإذا قمت بضغط \"$1\" مرة أخرى، فسيتم حفظ تعديلك بدون ملخص.\";'),('aeb-arab','messages:mobile-frontend-account-create-captcha-placeholder','s:33:\"ar:أدخل رمز التأكيد\";'),('aeb-arab','messages:mobile-frontend-account-create-email-placeholder','s:53:\"ar:البريد الإلكتروني (اختياري)\";'),('aeb-arab','messages:mobile-frontend-account-create-submit','s:24:\"ar:أنشئ حسابًا\";'),('aeb-arab','messages:mobile-frontend-app-title','s:24:\"ar:تطبيق محمول\";'),('aeb-arab','messages:mobile-frontend-back-to-top-of-section','s:42:\"ar:اقفز إلى القسم السابق\";'),('aeb-arab','messages:mobile-frontend-browse-tags-header','s:15:\"ar:الوسوم\";'),('aeb-arab','messages:mobile-frontend-categories-add','s:24:\"ar:إضافة تصنيف\";'),('aeb-arab','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('aeb-arab','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('aeb-arab','messages:mobile-frontend-categories-heading','s:38:\"ar:<strong>التصنيفات</strong>\";'),('aeb-arab','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('aeb-arab','messages:mobile-frontend-categories-nocat','s:73:\"ar:لا تنتمي هذه الصفحة بعد إلى أي تصنيفات.\";'),('aeb-arab','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('aeb-arab','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('aeb-arab','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('aeb-arab','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('aeb-arab','messages:mobile-frontend-categories-subheading','s:75:\"ar:تنتمي هذه الصفحة إلى التصنيفات التالية:\";'),('aeb-arab','messages:mobile-frontend-categories-summary','s:32:\"ar:أضيفت للتصنيفات\";'),('aeb-arab','messages:mobile-frontend-changeslist-ip','s:26:\"ar:مستخدم مجهول\";'),('aeb-arab','messages:mobile-frontend-changeslist-nocomment','s:36:\"ar:لا يوجد ملخص تحرير\";'),('aeb-arab','messages:mobile-frontend-clear-search','s:13:\"ar:إفراغ\";'),('aeb-arab','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('aeb-arab','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('aeb-arab','messages:mobile-frontend-contribution-summary','s:102:\"ar:كل التعديلات التي أجريت من قبل {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('aeb-arab','messages:mobile-frontend-cookies-required','s:220:\"ar:إن ملفات تعريف الإرتباط (كوكيز) ضرورية لتغيير واجهة العرض. الرجاء تفعيل خاصية الإحتفاظ بهذه الملفات والمحاولة مرة أخرى.\";'),('aeb-arab','messages:mobile-frontend-copyright','s:70:\"ar:المحتوى متاح وفق $1 إن لم يرد خلاف ذلك.\";'),('aeb-arab','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aeb-arab','messages:mobile-frontend-desc','s:26:\"ar:واجهة الجوال\";'),('aeb-arab','messages:mobile-frontend-diffview-404-desc','s:62:\"ar:معرف النسخة الذي طلبته غير موجود\";'),('aeb-arab','messages:mobile-frontend-diffview-404-title','s:22:\"ar:نسخة خاطئة\";'),('aeb-arab','messages:mobile-frontend-diffview-anonymous','s:26:\"ar:مستخدم مجهول\";'),('aeb-arab','messages:mobile-frontend-diffview-bytesadded','s:53:\"ar:تم إضافة {{PLURAL:$1|بايت|$1 بايت}}\";'),('aeb-arab','messages:mobile-frontend-diffview-bytesnochange','s:34:\"ar:لا تغيير في الحجم\";'),('aeb-arab','messages:mobile-frontend-diffview-bytesremoved','s:53:\"ar:تم إزالة {{PLURAL:$1|بايت|$1 بايت}}\";'),('aeb-arab','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('aeb-arab','messages:mobile-frontend-diffview-editcount','s:105:\"ar:<div>$1</div> {{PLURAL:$1||تعديل|تعديلان|$1 تعديلات|$1 تعديلا|$1 تعديل}}\";'),('aeb-arab','messages:mobile-frontend-diffview-explained','s:61:\"ar:السطور التالية أضيفت (+) وحذفت (-):\";'),('aeb-arab','messages:mobile-frontend-diffview-title','s:17:\"ar:تغييرات\";'),('aeb-arab','messages:mobile-frontend-disable-images','s:49:\"ar:عطل الصور على موقع الجوال\";'),('aeb-arab','messages:mobile-frontend-dismiss-notification','s:33:\"ar:أخفِ هذا الإخطار\";'),('aeb-arab','messages:mobile-frontend-donate-button-label','s:13:\"ar:تبرّع\";'),('aeb-arab','messages:mobile-frontend-donate-image-anon','s:78:\"ar:يرجى تسجيل الدخول لرؤية صفحة رفع الملفات.\";'),('aeb-arab','messages:mobile-frontend-donate-image-heading','s:34:\"ar:مساهماتك الأخيرة\";'),('aeb-arab','messages:mobile-frontend-donate-image-login-action','s:80:\"ar:سجل دخولك لمشاركة ملفات الوسائط الخاصة بك.\";'),('aeb-arab','messages:mobile-frontend-donate-image-nouploads','s:23:\"ar:لا مرفوعات.\";'),('aeb-arab','messages:mobile-frontend-donate-image-signup-action','s:74:\"ar:انشىء حسابًا لمشاركة وسائطك  مع العالم.\";'),('aeb-arab','messages:mobile-frontend-donate-image-title','s:21:\"ar:المرفوعات\";'),('aeb-arab','messages:mobile-frontend-donate-photo-first-upload-success','s:57:\"ar:نجحت! شكرا على مساهمتك الأولى!\";'),('aeb-arab','messages:mobile-frontend-donate-photo-upload-success','s:82:\"ar:نجحت! يمكن الآن أن تُشَاهد صورتك على {{SITENAME}}!\";'),('aeb-arab','messages:mobile-frontend-drawer-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:mobile-frontend-edit-login-action','s:35:\"ar:سجل دخولك للتحرير\";'),('aeb-arab','messages:mobile-frontend-edit-signup-action','s:35:\"ar:أنشأ حساب للتحرير\";'),('aeb-arab','messages:mobile-frontend-editor-abusefilter-disallow','s:85:\"ar:هذا التعديل لا يمكن حفظه لأننا اكتشفنا مشكلة.\";'),('aeb-arab','messages:mobile-frontend-editor-abusefilter-read-more','s:24:\"ar:اقرأ المزيد\";'),('aeb-arab','messages:mobile-frontend-editor-abusefilter-warning','s:129:\"ar:تحذير: هل أنت متأكد من أنك تريد حفظ هذا التعديل؟ هل تكون هناك مشكلة به.\";'),('aeb-arab','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('aeb-arab','messages:mobile-frontend-editor-anon','s:40:\"ar:حرر بلا تسجيل الدخول\";'),('aeb-arab','messages:mobile-frontend-editor-anonwarning','s:360:\"ar:\'\'\'تحذير:\'\'\' لم تقم بالدخول. سيكون عنوان الآيبي خاصتك مرئيا للعامة عند قيامك بأي تعديل.إذا \'\'\'سجلت دخولك\'\'\' أو أنشأت حساب في ويكيبيديا\'\'\'، تعديلاتك ستنسب لاسم المستخدم خاصتك ،مع المزيد من الميزات الأخرى.\";'),('aeb-arab','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('aeb-arab','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('aeb-arab','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('aeb-arab','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('aeb-arab','messages:mobile-frontend-editor-cancel','s:11:\"ar:ألغِ\";'),('aeb-arab','messages:mobile-frontend-editor-cancel-confirm','s:53:\"ar:أتريد حقا أن تهجر تعديلاتك؟\";'),('aeb-arab','messages:mobile-frontend-editor-captcha-try-again','s:97:\"ar:لقد قمت بإدخال رموز خاطئة، الرجاء المحاولة مرة أخرى\";'),('aeb-arab','messages:mobile-frontend-editor-continue','s:13:\"ar:استمر\";'),('aeb-arab','messages:mobile-frontend-editor-cta','s:48:\"ar:ساعد في تحسين هذه الصفحة!\";'),('aeb-arab','messages:mobile-frontend-editor-disabled','s:58:\"ar:هذه الصفحة محمية لمنع التخريب.\";'),('aeb-arab','messages:mobile-frontend-editor-edit','s:9:\"ar:عدل\";'),('aeb-arab','messages:mobile-frontend-editor-editing','s:24:\"ar:قيد التحرير\";'),('aeb-arab','messages:mobile-frontend-editor-editing-page','s:46:\"ar:<strong>تعديل</strong><span> $1</span>\";'),('aeb-arab','messages:mobile-frontend-editor-error','s:41:\"ar:خطأ، لم يحفظ التعديل.\";'),('aeb-arab','messages:mobile-frontend-editor-error-conflict','s:59:\"ar:خطأ، عدل مستخدم آخر هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-editor-error-loading','s:43:\"ar:خطأ، تعذر تحميل القسم.\";'),('aeb-arab','messages:mobile-frontend-editor-error-preview','s:139:\"ar:خطأ، حدث شيء غير متوقع أثناء تحميل المعاينة. أغلق الصفحة رجاءً واحفظ مجددا.\";'),('aeb-arab','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('aeb-arab','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('aeb-arab','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('aeb-arab','messages:mobile-frontend-editor-keep-editing','s:26:\"ar:تابع التحرير\";'),('aeb-arab','messages:mobile-frontend-editor-licensing','s:121:\"ar:عندما تحفظ تعديلاتك أنت توافق ضمناً على طرح مساهمتك بموجب رخصة $1.\";'),('aeb-arab','messages:mobile-frontend-editor-licensing-with-terms','s:122:\"ar:عندما تحفظ تعديلاتك أنت توافق على $1 وعلى طرح مساهمتك بموجب رخصة $2.\";'),('aeb-arab','messages:mobile-frontend-editor-new-page-confirm','s:172:\"ar:{{GENDER:$1|هل أنت متأكد من أنك تريد إنشاء|هل أنت متأكدة من أنك تريدي إنشاء}} صفحة جديدة على {{SITENAME}}؟\";'),('aeb-arab','messages:mobile-frontend-editor-newpage-prompt','s:100:\"ar:هذه الصفحة غير موجودة. لماذا لا تتجرأ وتقوم بإنشائها؟\";'),('aeb-arab','messages:mobile-frontend-editor-placeholder','s:61:\"ar:هذا القسم فارغ. كن أول من يوسّعه!\";'),('aeb-arab','messages:mobile-frontend-editor-placeholder-new-page','s:82:\"ar:{{GENDER:$1|أنت بصدد إنشاء}} صفحة جديدة في {{SITENAME}}!\";'),('aeb-arab','messages:mobile-frontend-editor-previewing-page','s:48:\"ar:<span><strong>معاينة</strong> $1</span>\";'),('aeb-arab','messages:mobile-frontend-editor-redirect-title','s:47:\"ar:إعادة توجيه إلى المحرر...\";'),('aeb-arab','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('aeb-arab','messages:mobile-frontend-editor-redlink-explain','s:57:\"ar:هذه الصفحة لم يتم إنشاؤها بعد.\";'),('aeb-arab','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('aeb-arab','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('aeb-arab','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('aeb-arab','messages:mobile-frontend-editor-save','s:11:\"ar:احفظ\";'),('aeb-arab','messages:mobile-frontend-editor-success','s:37:\"ar:نجاح! تعديلك محفوظ.\";'),('aeb-arab','messages:mobile-frontend-editor-success-landmark-1','s:58:\"ar:تهانينا، أنت الآن محرر {{SITENAME}}!\";'),('aeb-arab','messages:mobile-frontend-editor-success-new-page','s:56:\"ar:تهانينا على إنشاء صفحة جديدة!\";'),('aeb-arab','messages:mobile-frontend-editor-summary','s:16:\"ar:الملخص:\";'),('aeb-arab','messages:mobile-frontend-editor-summary-placeholder','s:50:\"ar:أخبرنا عن تعديلك (اختياري)\";'),('aeb-arab','messages:mobile-frontend-editor-summary-request','s:35:\"ar:كيف حسّنت الصفحة؟\";'),('aeb-arab','messages:mobile-frontend-editor-switch-confirm','s:91:\"ar:يجب أن تحفظ الصفحة قبل التحول إلى نظام تحرير آخر.\";'),('aeb-arab','messages:mobile-frontend-editor-switch-editor','s:39:\"ar:تحويل معالج التحرير\";'),('aeb-arab','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('aeb-arab','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('aeb-arab','messages:mobile-frontend-editor-tutorial-cancel','s:18:\"ar:لا، شكرا\";'),('aeb-arab','messages:mobile-frontend-editor-tutorial-confirm','s:26:\"ar:ابدأ التعديل\";'),('aeb-arab','messages:mobile-frontend-editor-tutorial-summary','s:79:\"ar:لا تخشَ علامات الترميز.  حاول تحسين صفحة $1.\";'),('aeb-arab','messages:mobile-frontend-editor-unavailable','s:131:\"ar:حاليا لا يتوفر التعديل عبر الجوال لمتصفحك. الرجاء المحاولة بمتصفح آخر.\";'),('aeb-arab','messages:mobile-frontend-editor-undo-unsupported','s:106:\"ar:خاصية التراجع (Undo) غير مدعمة حالياً على الأجهزة المدعومة.\";'),('aeb-arab','messages:mobile-frontend-editor-uploadenable','s:81:\"ar:من فضلك ارفع الصورة ليمكن تحرير هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-editor-viewing-source-page','s:51:\"ar:<strong>عرض مصدر</strong><span> $1</span>\";'),('aeb-arab','messages:mobile-frontend-editor-wait','s:51:\"ar:يحفظ التعديل، انتظر رجاءً.\";'),('aeb-arab','messages:mobile-frontend-enable-images','s:51:\"ar:مكّن الصور على موقع الجوال\";'),('aeb-arab','messages:mobile-frontend-expand-sections-description','s:82:\"ar:قم بإظهار كل الأقسام عند التوجه لصفحة جديدة\";'),('aeb-arab','messages:mobile-frontend-expand-sections-status','s:31:\"ar:أظهر كل الأقسام\";'),('aeb-arab','messages:mobile-frontend-featured-article','s:39:\"ar:محتوى اليوم المختار\";'),('aeb-arab','messages:mobile-frontend-first-upload-wizard-new-page-1','s:75:\"ar:تأتي الصور في {{SITENAME}} من ويكيميديا كومنز\";'),('aeb-arab','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:62:\"ar:ساهم بصورك. ساهم في إنعاش {{SITENAME}}!\";'),('aeb-arab','messages:mobile-frontend-first-upload-wizard-new-page-2','s:151:\"ar:تجنب المواد محفوظة الحقوق الموجودة على الإنترنت وصور الملصقات وأغلفة الكتب، إلخ.\";'),('aeb-arab','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:89:\"ar:صورك تساعد الناس في شتى أنحاء العالم على التعلم\";'),('aeb-arab','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:13:\"ar:فهمت؟\";'),('aeb-arab','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:10:\"ar:نعم!\";'),('aeb-arab','messages:mobile-frontend-fontchanger-desc','s:74:\"ar:تكبير أو تصغير حجم الخط لتيسير القراءة.\";'),('aeb-arab','messages:mobile-frontend-fontchanger-link','s:18:\"ar:حجم الخط\";'),('aeb-arab','messages:mobile-frontend-footer-contact','s:11:\"ar:اتصل\";'),('aeb-arab','messages:mobile-frontend-footer-sitename','s:15:\"ar:{{SITENAME}}\";'),('aeb-arab','messages:mobile-frontend-generic-404-desc','s:74:\"ar:لم يتم العثور على الصفحة التي تبحث عنها\";'),('aeb-arab','messages:mobile-frontend-generic-404-title','s:44:\"ar:خطأ - الصفحة غير موجودة\";'),('aeb-arab','messages:mobile-frontend-generic-login','s:56:\"ar:{{SITENAME}} مبني بأيادي أناس مثلك.\";'),('aeb-arab','messages:mobile-frontend-generic-login-action','s:37:\"ar:سجل دخولك للمساهمة\";'),('aeb-arab','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('aeb-arab','messages:mobile-frontend-generic-signup-action','s:37:\"ar:أنشأ حساب للمساهمة\";'),('aeb-arab','messages:mobile-frontend-history','s:54:\"ar:اعرض تاريخ تعديل هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-history-404-desc','s:182:\"ar:لا يمكن تصفح تاريخ هذه الصفحة لأنها غير موجودة. قد يعود هذا لحذف الصفحة أو لأنك قد تتبعت رابط مغلوط.\";'),('aeb-arab','messages:mobile-frontend-history-404-title','s:38:\"ar:لا وجود لهذه الصفحة\";'),('aeb-arab','messages:mobile-frontend-history-no-results','s:65:\"ar:المرشح لم يوفر أي تطابقات تاريخية.\";'),('aeb-arab','messages:mobile-frontend-home-button','s:19:\"ar:الرئيسية\";'),('aeb-arab','messages:mobile-frontend-image-cancel-confirm','s:26:\"ar:إلغاء الرفع؟\";'),('aeb-arab','messages:mobile-frontend-image-heading-describe','s:30:\"ar:\'\'\'اوصف\'\'\' الصورة\";'),('aeb-arab','messages:mobile-frontend-image-uploading','s:31:\"ar:\'\'\'تحميل\'\'\' صورة...\";'),('aeb-arab','messages:mobile-frontend-images-status','s:13:\"ar:الصور\";'),('aeb-arab','messages:mobile-frontend-language-article-heading','s:29:\"ar:اقرأ بلغة أخرى\";'),('aeb-arab','messages:mobile-frontend-language-header','s:106:\"ar:هذه الصفحة متوفرة في {{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('aeb-arab','messages:mobile-frontend-language-heading','s:32:\"ar:<strong>اللغات</strong>\";'),('aeb-arab','messages:mobile-frontend-language-site-choose','s:23:\"ar:ابحث عن لغة\";'),('aeb-arab','messages:mobile-frontend-language-variant-header','s:82:\"ar:اختر اللهجة التي تريد للغة: {{#language:{{CONTENTLANG}}}}\";'),('aeb-arab','messages:mobile-frontend-languages-404-desc','s:41:\"ar:يجب تحديد عنوان صالح.\";'),('aeb-arab','messages:mobile-frontend-languages-404-title','s:27:\"ar:خطأ في اللغات\";'),('aeb-arab','messages:mobile-frontend-languages-header','s:11:\"ar:لغات\";'),('aeb-arab','messages:mobile-frontend-languages-header-page','s:20:\"ar:$1 - اللغات\";'),('aeb-arab','messages:mobile-frontend-languages-nonexistent-title','s:41:\"ar:الصفحة \"$1\" غير موجودة.\";'),('aeb-arab','messages:mobile-frontend-languages-text','s:64:\"ar:$1 متوفر في {{PLURAL:$2|لغة واحدة|$2 لغة}}.\";'),('aeb-arab','messages:mobile-frontend-languages-variant-header','s:43:\"ar:لهجات {{#language:{{CONTENTLANG}}}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-date','s:41:\"ar:آخر تعديل بتاريخ $1، $2\";'),('aeb-arab','messages:mobile-frontend-last-modified-days','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من يوم واحد|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-hours','s:133:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ساعة واحدة|ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-just-now','s:41:\"ar:آخر تعديل تم نشره توا\";'),('aeb-arab','messages:mobile-frontend-last-modified-minutes','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من دقيقة واحدة|دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-months','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من شهر واحد|شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-seconds','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ثانية واحدة|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-days','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|يوم واحد|يومين|$3 أيام|$3 يوماً|$3 يوم}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-hours','s:211:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ساعة واحدة|ساعتين|$3 ساعات|$3 ساعة}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-just-now','s:149:\"ar:[$3 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$4|[$5 $2]|0=مستخدم مجهول}} منذ لحظات\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-minutes','s:217:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|دقيقة واحدة|دقيقتين|$3 دقائق|$3 دقيقة}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-months','s:214:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|شهر واحد|شهرين|$3 أشهر|$3شهراً|$3 شهر}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-seconds','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ثانية واحدة|ثانيتين|$3 ثوان|$3 ثانية}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-with-user-years','s:194:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|سنة|سنتين|$3 سنوات|$3 سنة}}\";'),('aeb-arab','messages:mobile-frontend-last-modified-years','s:125:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من سنة واحدة|سنة واحدة|سنتين|$1 سنوات|$1 سنة}}\";'),('aeb-arab','messages:mobile-frontend-lead-image-tutorial-confirm','s:22:\"ar:ابدأ الرفع\";'),('aeb-arab','messages:mobile-frontend-lead-image-tutorial-summary','s:152:\"ar:تأكد أن صفحتك تساعد في توضيح الصفحة. يجب أن تكون صورة أنشأتها وألا تخرق حقوق النشر.\";'),('aeb-arab','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('aeb-arab','messages:mobile-frontend-logged-in-homepage-notification','s:27:\"ar:أهلاً بك يا $1!\";'),('aeb-arab','messages:mobile-frontend-logged-in-toast-notification','s:39:\"ar:مسجل الدخول بحساب $1.\";'),('aeb-arab','messages:mobile-frontend-logged-out','s:31:\"ar:غير مسجل الدخول\";'),('aeb-arab','messages:mobile-frontend-login','s:11:\"ar:ادخل\";'),('aeb-arab','messages:mobile-frontend-main-menu','s:34:\"ar:القائمة الرئيسية\";'),('aeb-arab','messages:mobile-frontend-main-menu-account-create','s:22:\"ar:أنشئ حسابا\";'),('aeb-arab','messages:mobile-frontend-main-menu-back','s:29:\"ar:ارجع إلى الخلف\";'),('aeb-arab','messages:mobile-frontend-main-menu-button-tooltip','s:43:\"ar:افتح القائمة الرئيسية\";'),('aeb-arab','messages:mobile-frontend-main-menu-featured','s:13:\"ar:مميزة\";'),('aeb-arab','messages:mobile-frontend-main-menu-login','s:11:\"ar:ادخل\";'),('aeb-arab','messages:mobile-frontend-main-menu-logout','s:11:\"ar:اخرج\";'),('aeb-arab','messages:mobile-frontend-main-menu-nearby','s:27:\"ar:بالقرب من هنا\";'),('aeb-arab','messages:mobile-frontend-main-menu-page-title','s:24:\"ar:تصفح الموقع\";'),('aeb-arab','messages:mobile-frontend-main-menu-settings','s:21:\"ar:الإعدادات\";'),('aeb-arab','messages:mobile-frontend-main-menu-settings-heading','s:21:\"ar:الإعدادات\";'),('aeb-arab','messages:mobile-frontend-main-menu-upload','s:21:\"ar:المرفوعات\";'),('aeb-arab','messages:mobile-frontend-main-menu-watchlist','s:28:\"ar:قائمة مراقبتي\";'),('aeb-arab','messages:mobile-frontend-media-details','s:15:\"ar:تفاصيل\";'),('aeb-arab','messages:mobile-frontend-media-license-link','s:32:\"ar:معلومات الترخيص\";'),('aeb-arab','messages:mobile-frontend-meta-data-issues','s:55:\"ar:تعاني الصفحة من بعض المشكلات\";'),('aeb-arab','messages:mobile-frontend-meta-data-issues-categories','s:29:\"ar:عن هذا التصنيف\";'),('aeb-arab','messages:mobile-frontend-meta-data-issues-header','s:13:\"ar:قضايا\";'),('aeb-arab','messages:mobile-frontend-meta-data-issues-header-talk','s:29:\"ar:حول هذه الصفحة\";'),('aeb-arab','messages:mobile-frontend-meta-data-issues-talk','s:27:\"ar:عن هذه الصفحة\";'),('aeb-arab','messages:mobile-frontend-missing-image','s:11:\"ar:صورة\";'),('aeb-arab','messages:mobile-frontend-nearby-distance','s:24:\"ar:{{PLURAL:$1|$1 كم}}\";'),('aeb-arab','messages:mobile-frontend-nearby-distance-meters','s:22:\"ar:{{PLURAL:$1|$1 م}}\";'),('aeb-arab','messages:mobile-frontend-nearby-error','s:91:\"ar:الصفحات القريبة في {{SITENAME}} تعاني من بعض المشكلات.\";'),('aeb-arab','messages:mobile-frontend-nearby-error-guidance','s:34:\"ar:حاول إنعاش مكانك.\";'),('aeb-arab','messages:mobile-frontend-nearby-loading','s:75:\"ar:تحميل مواضيع قرب الموقع الحالي الخاص بك\";'),('aeb-arab','messages:mobile-frontend-nearby-lookup-ui-error','s:126:\"ar:لا يمكن للصفحات القريبة في {{SITENAME}}  أن تتعرف على مكانك..أأحاول مجددا؟\";'),('aeb-arab','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:70:\"ar:حاول في منطقة مفتوحة فيها إشارة أقوى.\";'),('aeb-arab','messages:mobile-frontend-nearby-noresults','s:95:\"ar:هذا المكان هادئ...لا وجود لأية صفحات عن أماكن قريبة.\";'),('aeb-arab','messages:mobile-frontend-nearby-noresults-guidance','s:95:\"ar:حاول إنشاء صفحة جديدة أو إضافة الموقع لصفحة موجودة\";'),('aeb-arab','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('aeb-arab','messages:mobile-frontend-nearby-permission-guidance','s:181:\"ar:الرجاء التأكد من إعطاء الإذن لإظهار المكان الذي تتواجد فيه. قد تحتاج إلى فحص إعدادات موقع المتصفح.\";'),('aeb-arab','messages:mobile-frontend-nearby-refresh','s:113:\"ar:عثرنا على مكان أدق لك. انقر هنا لإنعاش قائمة الصفحات القريبة.\";'),('aeb-arab','messages:mobile-frontend-nearby-requirements','s:90:\"ar:نعتذر! متصفحك لا يدعم الصفحات القريبة في {{SITENAME}}.\";'),('aeb-arab','messages:mobile-frontend-nearby-requirements-guidance','s:96:\"ar:جرّب متصفحا آخرًا أو مكّن جافاسكربت إذا كنت عطلتها.\";'),('aeb-arab','messages:mobile-frontend-nearby-sectiontext','s:29:\"ar:قرب هذه الصفحة\";'),('aeb-arab','messages:mobile-frontend-nearby-title','s:27:\"ar:بالقرب من هنا\";'),('aeb-arab','messages:mobile-frontend-news-items','s:22:\"ar:في الأخبار\";'),('aeb-arab','messages:mobile-frontend-opt-in-explain','s:127:\"ar:بانضمامك إلى نسخة بيتا ستصل إلى ميزات تجريبية وقد تصادف عللا ومشاكل.\";'),('aeb-arab','messages:mobile-frontend-overlay-close','s:11:\"ar:أغلق\";'),('aeb-arab','messages:mobile-frontend-overlay-continue','s:13:\"ar:استمر\";'),('aeb-arab','messages:mobile-frontend-page-edit-summary','s:55:\"ar:<span><strong>ملخص تعديل</strong> $1</span>\";'),('aeb-arab','messages:mobile-frontend-page-menu-contents','s:17:\"ar:محتويات\";'),('aeb-arab','messages:mobile-frontend-page-menu-history','s:17:\"ar:التاريخ\";'),('aeb-arab','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aeb-arab','messages:mobile-frontend-pageaction-edit-tooltip','s:63:\"ar:تحرير مقطع المقدمة في هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-pageaction-upload-tooltip','s:56:\"ar:رفع صورة المقدمة لهذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('aeb-arab','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('aeb-arab','messages:mobile-frontend-panel-ok','s:13:\"ar:موافق\";'),('aeb-arab','messages:mobile-frontend-password','s:21:\"ar:كلمة السر:\";'),('aeb-arab','messages:mobile-frontend-password-confirm-placeholder','s:27:\"ar:أكد كلمة السر\";'),('aeb-arab','messages:mobile-frontend-password-placeholder','s:20:\"ar:كلمة السر\";'),('aeb-arab','messages:mobile-frontend-photo-article-donate-comment','s:48:\"ar:ساهمت بصورة عبر Special:Uploads.\";'),('aeb-arab','messages:mobile-frontend-photo-article-edit-comment','s:57:\"ar:أضفت صورة للاستخدام في الصفحة\";'),('aeb-arab','messages:mobile-frontend-photo-caption-placeholder','s:40:\"ar:صف هذه الصورة (مطلوب)\";'),('aeb-arab','messages:mobile-frontend-photo-licensing','s:95:\"ar:برفعك لهذه الصورة أنت توافق على طرحها بموجب رخصة $1.\";'),('aeb-arab','messages:mobile-frontend-photo-licensing-with-terms','s:116:\"ar:برفعك لهذه الصورة أنت توافق على $1 وعلى طرح الصورة بموجب رخصة $2.\";'),('aeb-arab','messages:mobile-frontend-photo-ownership','s:46:\"ar:أنا ($1) أنشأت هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-photo-ownership-confirm','s:12:\"ar:فهمت!\";'),('aeb-arab','messages:mobile-frontend-photo-ownership-help','s:29:\"ar:ماذا يعني هذا؟\";'),('aeb-arab','messages:mobile-frontend-photo-submit','s:13:\"ar:إرسال\";'),('aeb-arab','messages:mobile-frontend-photo-upload','s:40:\"ar:أضف صورة لهذه الصفحة\";'),('aeb-arab','messages:mobile-frontend-photo-upload-anon','s:85:\"ar:يلزمك تسجيل الدخول لكي تضيف صورة لهذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-comment','s:33:\"ar:أضفت صورة للصفحة\";'),('aeb-arab','messages:mobile-frontend-photo-upload-copyvio','s:171:\"ar:تحذير! هذه الصورة تبدو مشبوهة. إن لم تكن من تصويرك، الرجاء عدم  رفعها. هل بعدك تريد الاستمرار؟\";'),('aeb-arab','messages:mobile-frontend-photo-upload-error','s:37:\"ar:خطأ، حاول مرة أخرى.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-error-file-type','s:39:\"ar:رجاء ارفع الصور فقط.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-error-filename','s:63:\"ar:خطأ، الرجاء تقديم ملخص وصفي أوفى.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-generic','s:22:\"ar:ساهم بصورة\";'),('aeb-arab','messages:mobile-frontend-photo-upload-invalid-user','s:43:\"ar:المستخدم «$1» غير مسجل.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-success-article','s:69:\"ar:رائع! تظهر صورتك الأن على هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-unavailable','s:48:\"ar:متصفحك لا يدعم رفع الصور.\";'),('aeb-arab','messages:mobile-frontend-photo-upload-user-count','s:118:\"ar:{{PLURAL:$1|ملف واحد|ملفان|<span>$1</span> ملفات|<span>$1</span> ملفا|<span>$1</span> ملف}}\";'),('aeb-arab','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"ar:500 + ملف\";'),('aeb-arab','messages:mobile-frontend-placeholder','s:29:\"ar:ابحث في {{SITENAME}}\";'),('aeb-arab','messages:mobile-frontend-placeholder-app','s:53:\"ar:ابحث في {{SITENAME}} (تطبيق محمول)\";'),('aeb-arab','messages:mobile-frontend-placeholder-beta','s:44:\"ar:ابحث في {{SITENAME}} (تجريبي)\";'),('aeb-arab','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('aeb-arab','messages:mobile-frontend-privacy-link-text','s:19:\"ar:الخصوصية\";'),('aeb-arab','messages:mobile-frontend-profile-activity-heading','s:34:\"ar:النشاطات الحديثة\";'),('aeb-arab','messages:mobile-frontend-profile-error','s:15:\"ar:أوه لا!\";'),('aeb-arab','messages:mobile-frontend-profile-footer-ancient','s:320:\"ar:{{GENDER:$1|قام|قامت}} بـ[[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] و{{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('aeb-arab','messages:mobile-frontend-profile-footer-days','s:439:\"ar:{{GENDER:$1|انضم|انضمت}} منذ {{PLURAL:$2|يوم واحد|يومين|$2 أيام|$2 يوماً|$2 يوم}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('aeb-arab','messages:mobile-frontend-profile-footer-months','s:444:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|شهر|شهرين|$2 أشهر|$2 شهراً|$2 شهر}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('aeb-arab','messages:mobile-frontend-profile-footer-years','s:432:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|سنة|سنتين|$2 سنوات|$2 سنة}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('aeb-arab','messages:mobile-frontend-profile-last-edit','s:191:\"ar:{{GENDER:$3|حرر|حررت}} الصفحة [[:$1]], {{PLURAL:$2|أمس|أمس الأول|منذ $2 أيام|منذ $2 يوماً| منذ $2 يوم|0=في وقت سابق من اليوم}}.\";'),('aeb-arab','messages:mobile-frontend-profile-last-thank','s:85:\"ar:{{GENDER:$1|شكر|شكرت}}{{GENDER:$2|ه|ها}}  [[Special:UserProfile/$1|$1]].\";'),('aeb-arab','messages:mobile-frontend-profile-noargs','s:146:\"ar:لم يتم توفير اسم مستخدم. الرجاء توفير اسم مستخدم لمطالعة ملف المستخدم الخاص به.\";'),('aeb-arab','messages:mobile-frontend-profile-nouser','s:213:\"ar:لا يوجد مستخدم بهذا الاسم. أسماء المستخدمين حساسة لحالة الأحرف. الرجاء التأكد من أن الإسم قد تم كتابته بطريقة صحيحة.\";'),('aeb-arab','messages:mobile-frontend-profile-title','s:26:\"ar:ملف المستخدم\";'),('aeb-arab','messages:mobile-frontend-profile-userpage-link','s:74:\"ar:زيارة صفحة {{GENDER:$1|المستخدم|المستخدمة}} .\";'),('aeb-arab','messages:mobile-frontend-profile-usertalk','s:56:\"ar:{{GENDER:$1|تحدث إلى $1|تحدثي إلى $1}}\";'),('aeb-arab','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('aeb-arab','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('aeb-arab','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('aeb-arab','messages:mobile-frontend-random-button','s:15:\"ar:عشوائي\";'),('aeb-arab','messages:mobile-frontend-references-citation','s:15:\"ar:اقتباس\";'),('aeb-arab','messages:mobile-frontend-regular-site','s:29:\"ar:عرض سطح المكتب\";'),('aeb-arab','messages:mobile-frontend-requires-mobile','s:165:\"ar:هذه الصفحة غير متاحة على الحاسب المكتبي. من فضلك انقر على وصلة نسخة الجوال في أسفل الصفحة.\";'),('aeb-arab','messages:mobile-frontend-requires-optin','s:242:\"ar:هذه الصفحة غير متوفرة إلا إذا وافقت على استخدام وضع البيتا(الوضع التجريبي). الرجاء زيارة [[Special:MobileOptions|صفحة التفضيلات]] لتفعيل الوضع.\";'),('aeb-arab','messages:mobile-frontend-requires-title','s:35:\"ar:الصفحة غير متوفرة\";'),('aeb-arab','messages:mobile-frontend-save-error','s:154:\"ar:حدث خطأ أثناء حفظ التعديلات. الرجاء التأكد من أن ملفات تعريف الإرتباط (كوكيز) مفعلة.\";'),('aeb-arab','messages:mobile-frontend-save-settings','s:11:\"ar:احفظ\";'),('aeb-arab','messages:mobile-frontend-saving-exit-page','s:155:\"ar:لا تزال مساهمتك قيد الحفظ. إذا غادرت فستُفقد تعديلاتك. هل أنت متأكد أنك تريد الخروج؟\";'),('aeb-arab','messages:mobile-frontend-search-content','s:37:\"ar:البحث داخل الصفحات\";'),('aeb-arab','messages:mobile-frontend-search-content-no-results','s:115:\"ar:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' لترى إن كانت هذه العبارة مذكورة فيها.\";'),('aeb-arab','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('aeb-arab','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('aeb-arab','messages:mobile-frontend-search-no-results','s:50:\"ar:لا توجد صفحة بهذا العنوان.\";'),('aeb-arab','messages:mobile-frontend-search-submit','s:11:\"ar:اذهب\";'),('aeb-arab','messages:mobile-frontend-settings-beta','s:11:\"ar:بيتا\";'),('aeb-arab','messages:mobile-frontend-settings-images-explain','s:59:\"ar:تحميل كل محتوى الصفحة من الصور.\";'),('aeb-arab','messages:mobile-frontend-settings-site-description','s:155:\"ar:{{SITENAME}} متوفرة ب{{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}. جميع النسخ الأخرى مسرودة أدناه.\";'),('aeb-arab','messages:mobile-frontend-settings-site-header','s:24:\"ar:لغات {{SITENAME}}\";'),('aeb-arab','messages:mobile-frontend-sign-in-error-heading','s:7:\"ar:آخ\";'),('aeb-arab','messages:mobile-frontend-sign-in-heading','s:26:\"ar:تسجيل الدخول\";'),('aeb-arab','messages:mobile-frontend-sign-in-why','s:92:\"ar:إذا كان لديك حساب على {{SITENAME}} فيمكنك الدخول أدناه.\";'),('aeb-arab','messages:mobile-frontend-sign-up-heading','s:22:\"ar:إنشاء حساب\";'),('aeb-arab','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:18:\"ar:ما رأيك؟\";'),('aeb-arab','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:28:\"ar:عنوان الموضوع\";'),('aeb-arab','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"ar:أضف نقاشا\";'),('aeb-arab','messages:mobile-frontend-talk-back-to-filepage','s:33:\"ar:عد إلى الملف «$1».\";'),('aeb-arab','messages:mobile-frontend-talk-back-to-page','s:31:\"ar:عُد إلى صفحة \"$1\".\";'),('aeb-arab','messages:mobile-frontend-talk-back-to-projectpage','s:45:\"ar:عد إلى صفحة المشروع «$1»\";'),('aeb-arab','messages:mobile-frontend-talk-back-to-userpage','s:40:\"ar:عد إلى صفحة {{GENDER:$1|$1}}\";'),('aeb-arab','messages:mobile-frontend-talk-edit-summary','s:31:\"ar:قسم نقاش جديد: $1\";'),('aeb-arab','messages:mobile-frontend-talk-explained','s:56:\"ar:المحادثات التالية نشطة حاليا\";'),('aeb-arab','messages:mobile-frontend-talk-explained-empty','s:57:\"ar:لا توجد محادثات عن هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-talk-fullpage','s:35:\"ar:اقرأها كصفحة ويكي\";'),('aeb-arab','messages:mobile-frontend-talk-overlay-header','s:11:\"ar:نقاش\";'),('aeb-arab','messages:mobile-frontend-talk-overlay-lead-header','s:31:\"ar:نقاش غير مُسمّى\";'),('aeb-arab','messages:mobile-frontend-talk-reply','s:7:\"ar:رد\";'),('aeb-arab','messages:mobile-frontend-talk-reply-info','s:67:\"ar:لاحظ أن ردّك سيُوقّع تلقائيا باسمك.\";'),('aeb-arab','messages:mobile-frontend-talk-reply-success','s:61:\"ar:حُفِظ ردك بنجاح إلى صفحة النقاش.\";'),('aeb-arab','messages:mobile-frontend-talk-topic-error','s:79:\"ar:لا يمكن إضافة هذا الموضوع نتيجة خطأ مجهول.\";'),('aeb-arab','messages:mobile-frontend-talk-topic-error-badtoken','s:119:\"ar:حصل خطأ على الخادوم. لا يمكن حفظ تعديلك. حاول إعادة تحميل الصفحة.\";'),('aeb-arab','messages:mobile-frontend-talk-topic-error-permission','s:112:\"ar:لا يمكن إضافة هذا الموضوع، إذ ليس لديك صلاحية تحرير الصفحات.\";'),('aeb-arab','messages:mobile-frontend-talk-topic-error-protected','s:111:\"ar:صفحة النقاش هذه محمية، وليس لديك صلاحية إضافة مواضيع إليها.\";'),('aeb-arab','messages:mobile-frontend-talk-topic-error-spam','s:85:\"ar:هذا الموضوع مرفوض لأنه يحوي مقطعاً فيه دعاية.\";'),('aeb-arab','messages:mobile-frontend-talk-topic-feedback','s:72:\"ar:تم إضافة موضوع جديد إلى صفحة المناقشة!\";'),('aeb-arab','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('aeb-arab','messages:mobile-frontend-terms-text','s:30:\"ar:شروط الاستخدام\";'),('aeb-arab','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('aeb-arab','messages:mobile-frontend-thanked-notice','s:114:\"ar:{{GENDER:$2|أُخبِر|أُخبِرت}} $1 أن {{GENDER:$2|تعديلاته|تعديلاتها}} تعجبك.\";'),('aeb-arab','messages:mobile-frontend-user-account','s:24:\"ar:حساب مستخدم\";'),('aeb-arab','messages:mobile-frontend-user-button-tooltip','s:28:\"ar:أظهر إشعاراتي\";'),('aeb-arab','messages:mobile-frontend-user-cta','s:61:\"ar:رجاء ادخل أو سجّل لترى إشعاراتك.\";'),('aeb-arab','messages:mobile-frontend-user-newmessages','s:61:\"ar:لديك رسائل جديدة على صفحة نقاشك.\";'),('aeb-arab','messages:mobile-frontend-userlogin-loggedin-register','s:204:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول باسم {{GENDER:$1|$1}}.\n{{GENDER:$1|استخدم|استخدمي}} الاستمارة أدناه لإنشاء حساب مستخدم جديداً.\";'),('aeb-arab','messages:mobile-frontend-username','s:27:\"ar:اسم المستخدم:\";'),('aeb-arab','messages:mobile-frontend-username-placeholder','s:26:\"ar:اسم المستخدم\";'),('aeb-arab','messages:mobile-frontend-view','s:24:\"ar:نسخة الجوال\";'),('aeb-arab','messages:mobile-frontend-view-desktop','s:22:\"ar:سطح المكتب\";'),('aeb-arab','messages:mobile-frontend-view-mobile','s:11:\"ar:جوال\";'),('aeb-arab','messages:mobile-frontend-view-source','s:24:\"ar:اعرض المصدر\";'),('aeb-arab','messages:mobile-frontend-watch-login','s:46:\"ar:أضف $1 إلى قائمة مراقبتك.\";'),('aeb-arab','messages:mobile-frontend-watchlist-a-z','s:13:\"ar:قائمة\";'),('aeb-arab','messages:mobile-frontend-watchlist-a-z-empty-howto','s:198:\"ar:حاليا لا تراقب أي صفحات.  تساعدك قائمة المراقبة على تتبع الصفحات التي تهمك. راقب الصفحات بنقر أيقونة النجمة.\";'),('aeb-arab','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:36:\"ar:اضغط أيقونةالنجمة\";'),('aeb-arab','messages:mobile-frontend-watchlist-add','s:56:\"ar:تمت إضافة $1 إلى قائمة مراقبتك\";'),('aeb-arab','messages:mobile-frontend-watchlist-back-home','s:52:\"ar:العودة إلى الصفحة الرئيسية\";'),('aeb-arab','messages:mobile-frontend-watchlist-cta','s:85:\"ar:تابع كافة التغييرات التي تطرأ على هذه الصفحة.\";'),('aeb-arab','messages:mobile-frontend-watchlist-cta-button-login','s:11:\"ar:ادخل\";'),('aeb-arab','messages:mobile-frontend-watchlist-cta-button-signup','s:24:\"ar:أنشئ حسابًا\";'),('aeb-arab','messages:mobile-frontend-watchlist-error','s:137:\"ar:حصلت مشكلة في إضافة هذه الصفحة إلى قائمة المراقبة. يرجى المحاولة مرة أخرى.\";'),('aeb-arab','messages:mobile-frontend-watchlist-feed','s:15:\"ar:المعدل\";'),('aeb-arab','messages:mobile-frontend-watchlist-feed-empty','s:58:\"ar:لا توجد صفحات تم تحديثها مؤخرا\";'),('aeb-arab','messages:mobile-frontend-watchlist-filter-all','s:11:\"ar:الكل\";'),('aeb-arab','messages:mobile-frontend-watchlist-filter-articles','s:13:\"ar:صفحات\";'),('aeb-arab','messages:mobile-frontend-watchlist-filter-other','s:11:\"ar:أخرى\";'),('aeb-arab','messages:mobile-frontend-watchlist-filter-talk','s:11:\"ar:نقاش\";'),('aeb-arab','messages:mobile-frontend-watchlist-login-action','s:39:\"ar:سجل الدخول للمطالعة\";'),('aeb-arab','messages:mobile-frontend-watchlist-more','s:15:\"ar:المزيد\";'),('aeb-arab','messages:mobile-frontend-watchlist-please-wait','s:149:\"ar:يرجى الانتظار، فعملية الإضافة إلى قائمة المراقبة استغرقت زمناً أطول من المتوقع.\";'),('aeb-arab','messages:mobile-frontend-watchlist-purpose','s:134:\"ar:قائمة المراقبة تساعدك في وضع إشارة مرجعية للصفحات وتتبع التغيرات عليها.\";'),('aeb-arab','messages:mobile-frontend-watchlist-removed','s:54:\"ar:تمت إزالة $1 من قائمة مراقبتك\";'),('aeb-arab','messages:mobile-frontend-watchlist-signup-action','s:39:\"ar:سجل لبدء واحدة الآن.\";'),('aeb-arab','messages:mobile-frontend-watchlist-view','s:37:\"ar:اعرض قائمة مراقبتك\";'),('aeb-arab','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('aeb-arab','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('aeb-arab','messages:modeleditnotsupported-text','s:67:\"ar:التحرير غير مدعوم لنموذج المحتوى $1.\";'),('aeb-arab','messages:modeleditnotsupported-title','s:35:\"ar:التحرير غير مدعوم\";'),('aeb-arab','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('aeb-arab','messages:modifiedarticleprotection-comment','s:73:\"ar:{{GENDER:$2|غيّر|غيّرت}} إعدادات حماية «[[$1]]»\";'),('aeb-arab','messages:mon','s:23:\"aeb-arab:الإثنين\";'),('aeb-arab','messages:monday','s:23:\"aeb-arab:الإثنين\";'),('aeb-arab','messages:monday-at','s:40:\"ar:يوم الإثنين الساعة $1\";'),('aeb-arab','messages:month','s:35:\"aeb-arab:من شهر (و أقدم):\";'),('aeb-arab','messages:months','s:78:\"ar:{{PLURAL:$1||شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('aeb-arab','messages:monthsall','s:17:\"aeb-arab:الكل\";'),('aeb-arab','messages:moredotdotdot','s:18:\"ar:المزيد...\";'),('aeb-arab','messages:morelinkstoimage','s:97:\"ar:عرض [[Special:WhatLinksHere/$1|المزيد من الوصلات]] إلى هذا الملف.\";'),('aeb-arab','messages:morenotlisted','s:63:\"ar:هذه القائمة ربما تكون غير مكتملة.\";'),('aeb-arab','messages:mostcategories','s:39:\"ar:أكثر الصفحات تصنيفا\";'),('aeb-arab','messages:mostcategories-summary','s:3:\"en:\";'),('aeb-arab','messages:mostimages','s:41:\"ar:أكثر الملفات ارتباطا\";'),('aeb-arab','messages:mostimages-summary','s:3:\"en:\";'),('aeb-arab','messages:mostinterwikis','s:85:\"ar:الصفحات التي تحتوي على أغلب وصلات الإنترويكي\";'),('aeb-arab','messages:mostinterwikis-summary','s:3:\"en:\";'),('aeb-arab','messages:mostlinked','s:35:\"ar:أكثر الصفحات وصلا\";'),('aeb-arab','messages:mostlinked-summary','s:3:\"en:\";'),('aeb-arab','messages:mostlinkedcategories','s:45:\"ar:أكثر التصنيفات ارتباطا\";'),('aeb-arab','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('aeb-arab','messages:mostlinkedtemplates','s:39:\"ar:أكثر الصفحات تضمينا\";'),('aeb-arab','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('aeb-arab','messages:mostrevisions','s:39:\"ar:أكثر الصفحات تعديلا\";'),('aeb-arab','messages:mostrevisions-summary','s:3:\"en:\";'),('aeb-arab','messages:move','s:17:\"aeb-arab:انقل\";'),('aeb-arab','messages:move-leave-redirect','s:24:\"ar:اترك تحويلة\";'),('aeb-arab','messages:move-over-sharedrepo','s:141:\"ar:[[:$1]] موجود في مستودع مشترك. نقل الملف إلى هذا العنوان سوف يلغي الملف المشترك.\";'),('aeb-arab','messages:move-page','s:12:\"ar:نقل $1\";'),('aeb-arab','messages:move-page-legend','s:22:\"ar:نقل الصفحة\";'),('aeb-arab','messages:move-redirect-text','s:3:\"en:\";'),('aeb-arab','messages:move-subpages','s:53:\"ar:انقل الصفحات الفرعية (حتى $1)\";'),('aeb-arab','messages:move-talk-subpages','s:77:\"ar:انقل الصفحات الفرعية لصفحة النقاش (حتى $1)\";'),('aeb-arab','messages:move-watch','s:80:\"ar:راقب الصفحتين المنقول منها والمنقول إليها\";'),('aeb-arab','messages:movecategorypage-warning','s:243:\"ar:<strong>تحذير:</strong> أنت على وشك نقل صفحة التصنيف إلى عنوان جديد، ولكن <em>لن</em> تُنقل الصفحات الموجودة تحت هذا التصنيف إلى العنوان الجديد.\";'),('aeb-arab','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('aeb-arab','messages:moveddeleted-notice','s:124:\"aeb-arab:ها الپاج تفسخت.\nسجلا الحذف والنقل للصفحة معروضان بالأسفل كمرجع.\";'),('aeb-arab','messages:moveddeleted-notice-recent','s:167:\"ar:عذرا، هذه الصفحة تم حذفها مؤخرا (في آخر 24 ساعة).\nسجلا حذف ونقل الصفحة معروضان بالأسفل كمرجع.\";'),('aeb-arab','messages:movelogpage','s:30:\"aeb-arab:سجل التحويل\";'),('aeb-arab','messages:movelogpagetext','s:71:\"ar:بالأسفل قائمة بالصفحات التي تم نقلها.\";'),('aeb-arab','messages:movenologintext','s:129:\"ar:يجب أن تكون مستخدماً مسجلاً وأن  [[Special:UserLogin|تسجل دخولك]] لكي تنقل صفحة.\";'),('aeb-arab','messages:movenosubpage','s:54:\"ar:ليس لهذه الصفحة صفحات فرعية.\";'),('aeb-arab','messages:movenotallowed','s:67:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات.\";'),('aeb-arab','messages:movenotallowedfile','s:67:\"ar:أنت لا تمتلك الصلاحية لنقل الملفات.\";'),('aeb-arab','messages:movepage-delete-first','s:228:\"ar:تحتوي الصفحة الهدف على عدد كبير جدا من المراجعات لحذفها كجزء من نقل الصفحة; يُرجَى أولا حذف الصفحة يدويا، ثم إعادة المحاولة.\";'),('aeb-arab','messages:movepage-invalid-target-title','s:45:\"ar:الاسم المطلوب غير صحيح.\";'),('aeb-arab','messages:movepage-max-pages','s:166:\"ar:تم نقل الحد الأقصى وهو {{PLURAL:$1|صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} ولن يتم نقل المزيد تلقائيا.\";'),('aeb-arab','messages:movepage-moved','s:49:\"ar:<strong>نُقِلت \"$1\" إلى \"$2\"</strong>\";'),('aeb-arab','messages:movepage-moved-noredirect','s:51:\"ar:أُلغيت عملية إنشاء تحويلة.\";'),('aeb-arab','messages:movepage-moved-redirect','s:27:\"ar:أنشئت تحويلة.\";'),('aeb-arab','messages:movepage-page-exists','s:104:\"ar:الصفحة $1 موجودة بالفعل ولا يمكن الكتابة عليها تلقائياً.\";'),('aeb-arab','messages:movepage-page-moved','s:45:\"ar:نقلت صفحة $1 إلى $2 بنجاح.\";'),('aeb-arab','messages:movepage-page-unmoved','s:46:\"ar:لم يمكن نقل صفحة $1 إلى $2.\";'),('aeb-arab','messages:movepage-source-doesnt-exist','s:66:\"ar:الصفحة $1 غير موجودة ولا يمكن نقلها.\";'),('aeb-arab','messages:movepage-summary','s:3:\"en:\";'),('aeb-arab','messages:movepagebtn','s:24:\"ar:انقل الصفحة\";'),('aeb-arab','messages:movepagetalktext','s:359:\"ar:لو علمت على هذا الصندوق، فصفحة النقاش المرفقة يتم نقلها أوتوماتيكيا للعنوان الجديد، إلا لو كانت صفحة نقاش غير فارغة هناك بالفعل.\n\nفي هذه الحالة، فسيتعين عليك نقل أو دمج الصفحة يدويا لو رغبت في ذلك.\";'),('aeb-arab','messages:movepagetext','s:1381:\"ar:باستخدام  الاستمارة بالأسفل بإمكانك أن تغير اسم الصفحة، وأن تنقل تاريخها إلى الاسم الجديد.\nالعنوان القديم سيصبح تحويلة للعنوان الجديد.\nيمكنك أن تترك التحويلات التي تشير إلى العنوان الأصلي كما هي لتقوم البوتات بتحديثها تلقائياً.\nإذا اخترت أن تقوم بالتحديث يدوياً، فتأكد من عدم وجود تحويلات [[Special:DoubleRedirects|مزدوجة]] أو [[Special:BrokenRedirects|مكسورة]] وقم بتصحيحها.\nأنت المسؤول عن التأكد من أن الوصلات تصل إلى الصفحات التي يفترض أن تصل إليها.\n\nلاحظ أنه <strong>لن يتم</strong> نقل الصفحة إذا وجدت صفحة في العنوان الجديد، إلا إذا كانت صفحة تحويل، ولا تاريخ لها.\nهذا يعني أنك تستطيع استرجاع الصفحة إلى مكانها لو قمت بخطأ، ولا يمكنك نسخ هذه الصفحة فوق صفحة موجودة.\n\n<strong>ملاحظة:</strong>\n\nهذا قد يكون تغييراً كارثياً وغير متوقع لصفحة مشهورة؛\nمن فضلك تأكد أنك تفهم عواقب هذا الفعل قبل أن تستمر.\";'),('aeb-arab','messages:movepagetext-noredirectfixer','s:1281:\"ar:باستخدام  الاستمارة بالأسفل بإمكانك أن تغير اسم الصفحة، وأن تنقل تاريخها إلى الاسم الجديد.\nالعنوان القديم سيصبح تحويلة للعنوان الجديد.\nيمكنك تحديث التحويلات التي تشير إلى العنوان الأصلي تلقائياً.\nلو اخترت ألا تفعل، تأكد من عدم وجود تحويلات [[Special:DoubleRedirects|مزدوجة]] أو [[Special:BrokenRedirects|مكسورة]].\nأنت المسؤول عن التأكد من أن الوصلات تصل إلى الصفحات التي يفترض أن تصل إليها.\n\nلاحظ أنه <strong>لن يتم</strong>  نقل الصفحة إذا كان هناك صفحة بنفس العنوان الجديد، إلا إذا كانت فارغة، أو تحويلة لا تاريخ لها.\nهذا يعني أنك تستطيع استرجاع الصفحة إلى مكانها لو قمت بخطأ، وأنك لا يمكنك الكتابة على صفحة موجودة.\n\n<strong>ملاحظة</strong> \n\nهذا قد يكون تغييراً كارثياً وغير متوقع لصفحة مشهورة؛\nمن فضلك تأكد أنك تفهم عواقب هذا الفعل قبل أن تستمر.\";'),('aeb-arab','messages:movepagetext-noredirectsupport','s:904:\"ar:سيؤدي استخدام النموذج أدناه إلى إعادة تسمية صفحة، مع نقل كل تاريخها إلى الاسم الجديد،\nأنت مسئول عن التأكد من أن الروابط لا تزال تشير إلى المكان الذي من المفترض أن تذهب إليه.\n\nلاحظ أنه <strong>لن</strong> يتم نقل الصفحة إذا كانت هناك بالفعل صفحة في العنوان الجديد:\nهذا يعني أنه يمكنك إعادة تسمية صفحة إلى المكان الذي تمت إعادة تسميتها منه إذا ارتكبت خطأً، ولا يمكنك استبدال صفحة موجودة.\n\n<strong>ملاحظة:</strong>\nيمكن أن يكون هذا تغييرا جذريا وغير متوقع لصفحة شائعة؛\nيُرجَى التأكد من أنك تفهم عواقب هذا قبل المتابعة.\";'),('aeb-arab','messages:movereason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:movesubpage','s:111:\"ar:{{PLURAL:$1||الصفحة الفرعية|الصفحتان الفرعيتان|الصفحات الفرعية}}\";'),('aeb-arab','messages:movesubpagetalktext','s:140:\"ar:صفحة النقاش المكافئة لديها $1 {{PLURAL:$1|صفحة فرعية|صفحات فرعية}} معروضة بالأسفل.\";'),('aeb-arab','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('aeb-arab','messages:movesubpagetext','s:218:\"ar:لهذه الصفحة {{PLURAL:$1||صفحة فرعية واحدة معروضة|صفحتان فرعيتان معروضتان|$1 صفحات فرعية معروضة|$1 صفحة فرعية معروضة}} بالأسفل.\";'),('aeb-arab','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('aeb-arab','messages:movetalk','s:48:\"ar:انقل صفحة النقاش المرفقة\";'),('aeb-arab','messages:movethispage','s:31:\"ar:انقل هذه الصفحة\";'),('aeb-arab','messages:moveuserpage-warning','s:196:\"ar:<strong>تحذير:</strong> أنت على وشك نقل صفحة مستخدم. ستنقل الصفحة إلى الاسم الجديد ولكن <em>لن</em> يتغير اسم المستخدم.\";'),('aeb-arab','messages:mute-preferences','s:35:\"ar:تفضيلات كتم الصوت\";'),('aeb-arab','messages:mw-widgets-abandonedit','s:118:\"ar:هل أنت متأكد من الخروج من وضع التَّحرير قبل نشر النَّص أوَّلًا؟\";'),('aeb-arab','messages:mw-widgets-abandonedit-discard','s:32:\"ar:تجاهل التعديلات\";'),('aeb-arab','messages:mw-widgets-abandonedit-keep','s:30:\"ar:مواصلة التعديل\";'),('aeb-arab','messages:mw-widgets-abandonedit-title','s:27:\"ar:هل أنت متأكد؟\";'),('aeb-arab','messages:mw-widgets-categoryselector-add-category-placeholder','s:25:\"ar:أضف تصنيفا...\";'),('aeb-arab','messages:mw-widgets-copytextlayout-copy','s:9:\"ar:نسخ\";'),('aeb-arab','messages:mw-widgets-copytextlayout-copy-fail','s:43:\"ar:فشل النسخ إلى الحافظة.\";'),('aeb-arab','messages:mw-widgets-copytextlayout-copy-success','s:32:\"ar:نسخ إلى الحافظة.\";'),('aeb-arab','messages:mw-widgets-dateinput-no-date','s:38:\"ar:لا تاريخ تم اختياره\";'),('aeb-arab','messages:mw-widgets-dateinput-placeholder-day','s:21:\"ar:سسسس-شش-يي\";'),('aeb-arab','messages:mw-widgets-dateinput-placeholder-month','s:16:\"ar:سسسس-شش\";'),('aeb-arab','messages:mw-widgets-mediasearch-input-placeholder','s:29:\"ar:البحث عن ملفات\";'),('aeb-arab','messages:mw-widgets-mediasearch-noresults','s:46:\"ar:لم يتم العثور على نتائج.\";'),('aeb-arab','messages:mw-widgets-mediasearch-recent-uploads','s:48:\"ar:{{GENDER:$1|مرفوعاتك}} الأخيرة\";'),('aeb-arab','messages:mw-widgets-mediasearch-results-aria-label','s:35:\"ar:نتائج بحث الوسائط\";'),('aeb-arab','messages:mw-widgets-table-row-delete','s:20:\"ar:احذف الصف\";'),('aeb-arab','messages:mw-widgets-tagmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('aeb-arab','messages:mw-widgets-titleinput-description-new-page','s:42:\"ar:الصفحة غير موجودة بعد\";'),('aeb-arab','messages:mw-widgets-titleinput-description-redirect','s:23:\"ar:تحويل إلى $1\";'),('aeb-arab','messages:mw-widgets-titlesmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('aeb-arab','messages:mw-widgets-usersmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('aeb-arab','messages:mycontris','s:23:\"aeb-arab:مساهمات\";'),('aeb-arab','messages:mycustomcssprotected','s:91:\"ar:ليس لديك صلاحية تعديل هذه الصفحة للطرز المتراصة.\";'),('aeb-arab','messages:mycustomjsonprotected','s:67:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه\";'),('aeb-arab','messages:mycustomjsprotected','s:78:\"ar:ليس لديك صلاحية تعديل صفحة جافاسكربت هذه.\";'),('aeb-arab','messages:mycustomjsredirectprotected','s:174:\"ar:ليس لديك صلاحية لتعديل صفحة جافا سكريبت هذه لأنها تحويلة ولا تشير إلى نطاق المستخدمي الخاص بك.\";'),('aeb-arab','messages:mypage','s:19:\"aeb-arab:صفحتي\";'),('aeb-arab','messages:mypreferences','s:25:\"aeb-arab:تفضيلاتي\";'),('aeb-arab','messages:mypreferencesprotected','s:60:\"ar:ليس لديك صلاحية تعديل تفضيلاتك.\";'),('aeb-arab','messages:myprivateinfoprotected','s:73:\"ar:ليس لديك صلاحية تعديل معلوماتك الخاصة.\";'),('aeb-arab','messages:mytalk','s:19:\"aeb-arab:نقاشي\";'),('aeb-arab','messages:mywatchlist','s:58:\"aeb-arab:ليستة الپاجات إلّي نتبّعها\";'),('aeb-arab','messages:namespace','s:22:\"aeb-arab:النطاق:\";'),('aeb-arab','messages:namespace-nosubpages','s:67:\"ar:النطاق \"$1\" لا يسمح بالصفحات الفرعية.\";'),('aeb-arab','messages:namespace_association','s:30:\"ar:النطاق المقترن\";'),('aeb-arab','messages:namespaceprotected','s:104:\"aeb-arab:لا تمتلك الصلاحية لتعديل الصفحات في نطاق <strong>$1</strong>.\";'),('aeb-arab','messages:namespaces','s:15:\"ar:نطاقات\";'),('aeb-arab','messages:namespacesall','s:17:\"aeb-arab:الكل\";'),('aeb-arab','messages:nav-login-createaccount','s:33:\"ar:دخول / إنشاء حساب\";'),('aeb-arab','messages:navigation','s:11:\"ar:تصفح\";'),('aeb-arab','messages:navigation-heading','s:26:\"ar:قائمة التصفح\";'),('aeb-arab','messages:nbytes','s:37:\"ar:$1 {{PLURAL:$1|بايت|بايت}}\";'),('aeb-arab','messages:ncategories','s:93:\"ar:$1 {{PLURAL:$1|تصنيف واحد|تصنيفان|تصنيفات|تصنيف|تصنيفا}}\";'),('aeb-arab','messages:nchanges','s:125:\"aeb-arab:{{PLURAL:$1|لا تغييرات|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرا|$1 تغيير}}\";'),('aeb-arab','messages:nearby','s:31:\"ar:صفحات قريبة منك\";'),('aeb-arab','messages:negative-namespace-not-supported','s:73:\"ar:النطاقات ذات القيم السالبة غير مدعومة.\";'),('aeb-arab','messages:newarticle','s:19:\"aeb-arab:(جديد)\";'),('aeb-arab','messages:newarticletext','s:408:\"aeb-arab:لقد تبعت وصلة لصفحة لم يتم إنشائها بعد.\nلإنشاء هذه الصفحة ابدأ الكتابة في الصندوق بالأسفل (انظر في [$1 صفحة المساعدة] للمزيد من المعلومات).\nإذا كانت زيارتك لهذه الصفحة بالخطأ، اضغط على زر <strong>back</strong> في متصفح الإنترنت لديك.\";'),('aeb-arab','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('aeb-arab','messages:newimages','s:41:\"ar:معرض الملفات الجديدة\";'),('aeb-arab','messages:newimages-hidepatrolled','s:45:\"ar:أخف المرفوعات المنظورة\";'),('aeb-arab','messages:newimages-legend','s:15:\"ar:المرشح\";'),('aeb-arab','messages:newimages-mediatype','s:23:\"ar:نوع الوسيط:\";'),('aeb-arab','messages:newimages-showbots','s:58:\"ar:أظهر التحميلات بواسطة البوتات\";'),('aeb-arab','messages:newimages-summary','s:84:\"ar:هذه الصفحة الخاصة تعرض آخر الملفات المرفوعة.\";'),('aeb-arab','messages:newimages-user','s:55:\"ar:عنوان الأيبي أو اسم المستخدم\";'),('aeb-arab','messages:newimagestext','s:4:\"en:-\";'),('aeb-arab','messages:newmessagesdifflinkplural','s:55:\"ar:أحدث {{PLURAL:$1|تغيير|999=تغييرات}}\";'),('aeb-arab','messages:newmessageslinkplural','s:64:\"ar:{{PLURAL:$1|رسالة جديدة|999=رسائل جديدة}}\";'),('aeb-arab','messages:newpage','s:22:\"ar:صفحة جديدة\";'),('aeb-arab','messages:newpageletter','s:14:\"aeb-arab:ج‌\";'),('aeb-arab','messages:newpages','s:26:\"aeb-arab:پاجات جدد\";'),('aeb-arab','messages:newpages-showhide-bots','s:20:\"ar:$1 البوتات\";'),('aeb-arab','messages:newpages-showhide-patrolled','s:41:\"ar:$1 التعديلات المراجعة\";'),('aeb-arab','messages:newpages-showhide-redirect','s:24:\"ar:$1 التحويلات\";'),('aeb-arab','messages:newpages-showhide-registered','s:43:\"ar:$1 المستخدمين المسجلين\";'),('aeb-arab','messages:newpages-submit','s:11:\"ar:اعرض\";'),('aeb-arab','messages:newpages-summary','s:3:\"en:\";'),('aeb-arab','messages:newpages-username','s:27:\"ar:اسم المستخدم:\";'),('aeb-arab','messages:newpassword','s:42:\"aeb-arab:كلمة السر الجديدة:\";'),('aeb-arab','messages:newsection','s:18:\"ar:قسم جديد\";'),('aeb-arab','messages:newsection-page','s:36:\"ar:الصفحات المستهدفة\";'),('aeb-arab','messages:newsection-submit','s:29:\"ar:انتقل إلى صفحة\";'),('aeb-arab','messages:newsection-summary','s:3:\"en:\";'),('aeb-arab','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('aeb-arab','messages:newsectionsummary','s:27:\"ar:/* $1 */ قسم جديد\";'),('aeb-arab','messages:newtitle','s:31:\"ar:العنوان الجديد:\";'),('aeb-arab','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('aeb-arab','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('aeb-arab','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('aeb-arab','messages:newuserlogpage','s:47:\"aeb-arab:سجل إنشاء المستخدمين\";'),('aeb-arab','messages:newuserlogpagetext','s:64:\"ar:هذا سجل بعمليات إنشاء المستخدمين.\";'),('aeb-arab','messages:newwindow','s:46:\"aeb-arab:(تتحلّ في شبّاك جديد)\";'),('aeb-arab','messages:next','s:21:\"aeb-arab:التالي\";'),('aeb-arab','messages:next-page','s:30:\"ar:الصفحة التالية\";'),('aeb-arab','messages:nextdiff','s:38:\"aeb-arab:التبديل الجاي ←\";'),('aeb-arab','messages:nextn','s:38:\"aeb-arab:{{PLURAL:$1|$1}} الجاية\";'),('aeb-arab','messages:nextn-title','s:58:\"aeb-arab:$1 {{PLURAL:$1|نتيجة|نتيجة}} سابقة\";'),('aeb-arab','messages:nextpage','s:35:\"ar:الصفحة التالية ($1)\";'),('aeb-arab','messages:nextrevision','s:34:\"aeb-arab:مراجعة أجدد ←\";'),('aeb-arab','messages:nimagelinks','s:94:\"ar:مستخدم في {{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}}\";'),('aeb-arab','messages:ninterwikis','s:40:\"ar:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('aeb-arab','messages:nlinks','s:91:\"ar:{{PLURAL:$1|لا وصلات|وصلة واحدة|وصلتان|$1 وصلات|$1 وصلة}}\";'),('aeb-arab','messages:nmembers','s:81:\"aeb-arab:{{PLURAL:$1|حتى عضو|عضو واحد||زوز أعضاء|$1 عضو}}\";'),('aeb-arab','messages:nmemberschanged','s:44:\"ar:$1 → $2 {{PLURAL:$2|عضو|أعضاء}}\";'),('aeb-arab','messages:no-null-revision','s:73:\"ar:تعذر إنشاء مراجعة جديدة فارغة لصفحة \"$1\"\";'),('aeb-arab','messages:noarticletext','s:402:\"ar:هذه الصفحة غير موجودة حاليا. يمكنك [[Special:Search/{{PAGENAME}}|البحث عن عنوانها]] في الصفحات الأخرى أو\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} البحث في السجلات] (لتعرف إن كانت قد حُذِفَت)،\nأو \'\'\'[{{fullurl:{{FULLPAGENAME}}|action=edit}} إنشاؤها]\'\'\'</span>.\";'),('aeb-arab','messages:noarticletext-nopermission','s:320:\"aeb-arab:لا يوجد حاليا أي نص في هذه الصفحة.يمكنك [[Special:Search/{{PAGENAME}}|البحث عن عنوان هذه الصفحة]] في الصفحات الأخرى,أو <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} بحث السجلات المتصلة]</span>.\";'),('aeb-arab','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('aeb-arab','messages:noautoblockblock','s:39:\"ar:المنع التلقائي معطل\";'),('aeb-arab','messages:nocontribs','s:85:\"ar:لم يتم العثور على تغييرات تطابق هذه المحددات.\";'),('aeb-arab','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('aeb-arab','messages:nocookiesfornew','s:271:\"aeb-arab:لم يتم إنشاء حساب المستخدم، لأننا لم نستطع تأكيد مصدره. \nتأكد من أن ملفات تعريف الارتباط (الكوكيز) مفعلة عندك، ثم أعد تحميل الصفحة وحاول مرة أخرى.\";'),('aeb-arab','messages:nocookieslogin','s:168:\"aeb-arab:يستخدم {{SITENAME}} الكوكيز لتسجيل الدخول.\nالكوكيز معطلة لديك.\nمن فضلك فعلها ثم حاول مرة أخرى.\";'),('aeb-arab','messages:nocookiesnew','s:316:\"aeb-arab:تم إنشاء حساب المستخدم، ولكنك لست مسجل الدخول بعد.\nيستخدم {{SITENAME}} كوكيز لتسجيل الدخول.\nلديك الكوكيز معطلة.\nمن فضلك فعلها، ثم سجل الدخول باسم المستخدم وكلمة السر الجديدين.\";'),('aeb-arab','messages:nocreate-loggedin','s:84:\"aeb-arab:أنت لا تمتلك الصلاحية لإنشاء صفحات جديدة.\";'),('aeb-arab','messages:nocreatetext','s:235:\"aeb-arab:قام {{SITENAME}} بتحديد القدرة على إنشاء صفحات جديدة.\nيمكنك العودة وتحرير صفحة موجودة بالفعل، أو [[Special:UserLogin|الدخول أو تسجيل حساب]].\";'),('aeb-arab','messages:nocredits','s:78:\"ar:لا توجد معلومات إشادة متوفرة لهذه الصفحة.\";'),('aeb-arab','messages:node-count-exceeded-category','s:81:\"aeb-arab:الصفحات التي حدث فيها تجاوز تعداد العقد\";'),('aeb-arab','messages:node-count-exceeded-category-desc','s:79:\"ar:الصفحة تتجاوز الحد الأقصى للعقد البرمجية.\";'),('aeb-arab','messages:node-count-exceeded-warning','s:63:\"aeb-arab:تجاوزت هذه الصفحة تعداد العقد\";'),('aeb-arab','messages:noemail','s:91:\"aeb-arab:لا يوجد عنوان بريد إلكتروني مسجل للمستخدم \"$1\".\";'),('aeb-arab','messages:noemailcreate','s:74:\"aeb-arab:عليك تقديم عنوان بريد إلكتروني صالح\";'),('aeb-arab','messages:noemailprefs','s:110:\"aeb-arab:حدد عنوان بريد إلكتروني في تفضيلاتك لهذه الخصائص لتعمل.\";'),('aeb-arab','messages:noemailtext','s:87:\"ar:لم يحدد هذا المستخدم عنوان بريد إلكتروني صحيح.\";'),('aeb-arab','messages:noemailtitle','s:53:\"ar:لا يوجد عنوان بريد إلكتروني\";'),('aeb-arab','messages:nohistory','s:75:\"aeb-arab:لا يوجد تاريخ للتعديلات لهذه الصفحة.\";'),('aeb-arab','messages:noimages','s:26:\"ar:لا شيء للعرض.\";'),('aeb-arab','messages:noindex-category','s:39:\"aeb-arab:صفحات غير مفهرسة\";'),('aeb-arab','messages:noindex-category-desc','s:204:\"ar:هذه الصفحة لا تفهرسها الروبوتات لأن فيها الكلمة السحرية <code><nowiki>__NOINDEX__</nowiki></code> ولأنها في نطاق يسمح بهذا العلم.\";'),('aeb-arab','messages:nolicense','s:18:\"ar:غير محدد\";'),('aeb-arab','messages:nolinkshere','s:68:\"aeb-arab:لا توجد صفحات تصل إلى <strong>$2</strong>.\";'),('aeb-arab','messages:nolinkshere-ns','s:95:\"ar:لا توجد صفحات تصل إلى <strong>$2</strong> في النطاق المختار.\";'),('aeb-arab','messages:nolinkstoimage','s:61:\"aeb-arab:لا توجد صفحات تصل لهذا الملف.\";'),('aeb-arab','messages:noname','s:52:\"aeb-arab:لم تحدد اسم مستخدم صحيح.\";'),('aeb-arab','messages:nonfile-cannot-move-to-file','s:76:\"ar:لا يمكن نقل غير الملفات إلى نطاق الملفات\";'),('aeb-arab','messages:nonmain-slot-differences-therefore-readonly','s:325:\"ar:لا يمكنك تحرير نص ويكي في هذه المراجعة للصفحة، حيث كانت هناك تغييرات على البيانات الموجودة على الصفحة منذ هذه المراجعة التي لا تستند إلى نص ويكي. [$1 لاستعادة هذه النسخة انقر هنا.]\";'),('aeb-arab','messages:nonnumeric-formatnum','s:74:\"ar:صفحات تحتوي على معاملات formatnum غير عددية\";'),('aeb-arab','messages:nonnumeric-formatnum-desc','s:95:\"ar:تحتوي الصفحة على وسيطة غير رقمية لوظيفة محلل formatnum.\";'),('aeb-arab','messages:nonwrite-api-promise-error','s:108:\"ar:\'Promise-Non-Write-API-Action\' HTTP header تم إرساله لكن الطلب كان لAPI write module.\";'),('aeb-arab','messages:nopagetext','s:65:\"ar:صفحة الهدف التي حددتها غير موجودة.\";'),('aeb-arab','messages:nopagetitle','s:41:\"ar:لا توجد صفحة هدف كهذه\";'),('aeb-arab','messages:noscript.css','s:165:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين الذين الجافاسكريبت لديهم معطلة */\";'),('aeb-arab','messages:nospecialpagetext','s:211:\"aeb-arab:<strong>لقد طلبت صفحة خاصة غير صحيحة.</strong>\n\nقائمة بالصفحات الخاصة الصحيحة يمكن إيجادها في [[Special:SpecialPages|{{int:specialpages}}]].\";'),('aeb-arab','messages:nosuchaction','s:38:\"aeb-arab:لا يوجد فعل كهذا\";'),('aeb-arab','messages:nosuchactiontext','s:264:\"aeb-arab:الفعل المحدد بواسطة المسار غير صحيح.\nربما تكون قد كتبت المسار بطريقة غير صحيحة، أو اتبعت وصلة غير صحيحة.\nهذا ربما يشير أيضا إلى علة في {{SITENAME}}.\";'),('aeb-arab','messages:nosuchsectiontext','s:154:\"aeb-arab:لقد حاولت تحرير قسم غير موجود.\nربما يكون قد تم نقله أو حذفه أثناء مشاهدتك للصفحة.\";'),('aeb-arab','messages:nosuchsectiontitle','s:39:\"aeb-arab:تعذر إيجاد القسم\";'),('aeb-arab','messages:nosuchspecialpage','s:60:\"aeb-arab:لا توجد صفحة خاصة بهذا الاسم\";'),('aeb-arab','messages:nosuchuser','s:228:\"aeb-arab:لا يوجد مستخدم بالاسم \"$1\".\nأسماء المستخدمين حساسة لحالة الحروف.\nتأكد من إملاء الاسم، أو [[Special:CreateAccount|قم بإنشاء حساب جديد]].\";'),('aeb-arab','messages:nosuchusershort','s:86:\"aeb-arab:لا يوجد مستخدم باسم $1\".\nتأكد من إملاء الاسم.\";'),('aeb-arab','messages:notanarticle','s:31:\"ar:ليست صفحة محتوى\";'),('aeb-arab','messages:notargettext','s:100:\"ar:لم تحدد الصفحة أو المستخدم المستهدف لعمل هذه الخاصية.\";'),('aeb-arab','messages:notargettitle','s:14:\"ar:لا هدف\";'),('aeb-arab','messages:note','s:39:\"aeb-arab:<strong>ملاحظة:</strong>\";'),('aeb-arab','messages:notextmatches','s:46:\"ar:لم يتم إيجاد أي نص مطابق\";'),('aeb-arab','messages:notificationemail_body_changed','s:271:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بتغيير عنوان البريد الإلكتروني للحساب \"$2\" إلى \"$3\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('aeb-arab','messages:notificationemail_body_removed','s:259:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بإزالة عنوان البريد الإلكتروني للحساب \"$2\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('aeb-arab','messages:notificationemail_subject_changed','s:93:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تم تغييره\";'),('aeb-arab','messages:notificationemail_subject_removed','s:95:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تمت إزالته\";'),('aeb-arab','messages:notloggedin','s:37:\"aeb-arab:غير مسجل الدخول\";'),('aeb-arab','messages:notvisiblerev','s:35:\"ar:المراجعة تم حذفها\";'),('aeb-arab','messages:nouserspecified','s:56:\"aeb-arab:يجب عليك تحديد اسم مستخدم.\";'),('aeb-arab','messages:nov','s:21:\"aeb-arab:نوڥمبر\";'),('aeb-arab','messages:november','s:21:\"aeb-arab:نوڥمبر\";'),('aeb-arab','messages:november-gen','s:21:\"aeb-arab:نوڥمبر\";'),('aeb-arab','messages:nowatchlist','s:61:\"ar:لا توجد مدخلات في قائمة مراقبتك.\";'),('aeb-arab','messages:nowikiemailtext','s:133:\"ar:هذا المستخدم اختار ألا يستقبل البريد الإلكتروني من المستخدمين الآخرين.\";'),('aeb-arab','messages:nrevisions','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('aeb-arab','messages:ns-specialprotected','s:66:\"aeb-arab:الصفحات الخاصة لا يمكن تعديلها.\";'),('aeb-arab','messages:nstab-category','s:19:\"aeb-arab:تصنيف\";'),('aeb-arab','messages:nstab-help','s:30:\"aeb-arab:صفحة مساعدة\";'),('aeb-arab','messages:nstab-image','s:21:\"aeb-arab:فيشياي\";'),('aeb-arab','messages:nstab-main','s:19:\"aeb-arab:الپاج\";'),('aeb-arab','messages:nstab-mainpage','s:40:\"aeb-arab:الپاج الأولانيّة\";'),('aeb-arab','messages:nstab-media','s:26:\"aeb-arab:صفحة وسيط\";'),('aeb-arab','messages:nstab-mediawiki','s:13:\"ar:رسالة\";'),('aeb-arab','messages:nstab-project','s:26:\"aeb-arab:پاج مشروع\";'),('aeb-arab','messages:nstab-special','s:20:\"ar:صفحة خاصة\";'),('aeb-arab','messages:nstab-talk','s:3:\"en:\";'),('aeb-arab','messages:nstab-template','s:17:\"aeb-arab:قالب\";'),('aeb-arab','messages:nstab-user','s:30:\"aeb-arab:صفحة مستخدم\";'),('aeb-arab','messages:ntimes','s:7:\"ar:$1×\";'),('aeb-arab','messages:ntransclusions','s:94:\"ar:مستخدم في {{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}}\";'),('aeb-arab','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('aeb-arab','messages:oct','s:21:\"aeb-arab:أكتوبر\";'),('aeb-arab','messages:october','s:21:\"aeb-arab:أكتوبر\";'),('aeb-arab','messages:october-gen','s:21:\"aeb-arab:أكتوبر\";'),('aeb-arab','messages:ok','s:13:\"ar:موافق\";'),('aeb-arab','messages:oldpassword','s:42:\"aeb-arab:كلمة السر القديمة:\";'),('aeb-arab','messages:ooui-combobox-button-label','s:30:\"ar:خيارات التبديل\";'),('aeb-arab','messages:ooui-dialog-message-accept','s:13:\"ar:موافق\";'),('aeb-arab','messages:ooui-dialog-message-reject','s:9:\"ar:ألغ\";'),('aeb-arab','messages:ooui-dialog-process-continue','s:13:\"ar:استمر\";'),('aeb-arab','messages:ooui-dialog-process-dismiss','s:11:\"ar:أغلق\";'),('aeb-arab','messages:ooui-dialog-process-error','s:16:\"ar:حدث خطأ\";'),('aeb-arab','messages:ooui-dialog-process-retry','s:27:\"ar:حاول مرة أخرى\";'),('aeb-arab','messages:ooui-field-help','s:15:\"ar:مساعدة\";'),('aeb-arab','messages:ooui-item-remove','s:13:\"ar:إزالة\";'),('aeb-arab','messages:ooui-outline-control-move-down','s:37:\"ar:انقل العنصر للأسفل\";'),('aeb-arab','messages:ooui-outline-control-move-up','s:37:\"ar:انقل العنصر للأعلى\";'),('aeb-arab','messages:ooui-outline-control-remove','s:22:\"ar:أزل العنصر\";'),('aeb-arab','messages:ooui-popup-widget-close-button-aria-label','s:11:\"ar:أغلق\";'),('aeb-arab','messages:ooui-selectfile-button-select','s:20:\"ar:اختر ملفا\";'),('aeb-arab','messages:ooui-selectfile-button-select-multiple','s:26:\"ar:اختر الملفات\";'),('aeb-arab','messages:ooui-selectfile-dragdrop-placeholder','s:29:\"ar:اترك الملف هنا\";'),('aeb-arab','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:33:\"ar:أسقط الملفات هنا\";'),('aeb-arab','messages:ooui-selectfile-not-supported','s:48:\"ar:اختيار الملفات غير مدعوم\";'),('aeb-arab','messages:ooui-selectfile-placeholder','s:39:\"ar:لم يتم اختيار أي ملف\";'),('aeb-arab','messages:ooui-toolbar-more','s:11:\"ar:مزيد\";'),('aeb-arab','messages:ooui-toolgroup-collapse','s:9:\"ar:أقل\";'),('aeb-arab','messages:ooui-toolgroup-expand','s:11:\"ar:مزيد\";'),('aeb-arab','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('aeb-arab','messages:othercontribs','s:29:\"ar:بناء على عمل $1.\";'),('aeb-arab','messages:otherlanguages','s:33:\"aeb-arab:في لغات أخرين\";'),('aeb-arab','messages:others','s:13:\"ar:آخرون\";'),('aeb-arab','messages:overwrite','s:59:\"ar:لا يسمح بالكتابة فوق ملف موجود.\";'),('aeb-arab','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('aeb-arab','messages:page-atom-feed','s:31:\"aeb-arab:$1 تلقيم أتوم\";'),('aeb-arab','messages:page-rss-feed','s:39:\"aeb-arab:\"$1\" تلقيم أر إس إس\";'),('aeb-arab','messages:page_first','s:21:\"aeb-arab:الأولى\";'),('aeb-arab','messages:page_last','s:23:\"aeb-arab:الأخيرة\";'),('aeb-arab','messages:pagecategories','s:75:\"ar:{{PLURAL:$1|بلا تصنيف|تصنيف|تصنيفان|تصنيفات}}\";'),('aeb-arab','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('aeb-arab','messages:pagedata-bad-title','s:27:\"ar:عنوان خاطئ: $1.\";'),('aeb-arab','messages:pagedata-not-acceptable','s:94:\"ar:لم يتم العثور على هيئة مطابقة. أنماط MIME المدعومة: $1\";'),('aeb-arab','messages:pagedata-text','s:404:\"ar:هذه الصفحة توفر واجهة بيانات للصفحات. من فضلك وفر عنوان الصفحة في المسار، باستخدام صيغة الصفحات الفرعية.\n* تفاوض المحتوى يطبق بناء على الAccept header الخاص بعميلك. هذا يعني أن بيانات الصفحة سيتم توفيرها بالصيغة المفضلة لعميلك.\";'),('aeb-arab','messages:pagedata-title','s:28:\"ar:بيانات الصفحة\";'),('aeb-arab','messages:pagehist','s:28:\"aeb-arab:تاريخ صفحة\";'),('aeb-arab','messages:pagehistory','s:26:\"ar:تاريخ الصفحة\";'),('aeb-arab','messages:pagehistory-summary','s:3:\"en:\";'),('aeb-arab','messages:pageid','s:27:\"ar:معرف الصفحة $1\";'),('aeb-arab','messages:pageinfo','s:30:\"ar:معلومات الصفحة\";'),('aeb-arab','messages:pageinfo-article-id','s:29:\"ar:معرف الصفحة (ID)\";'),('aeb-arab','messages:pageinfo-authors','s:45:\"ar:عدد المؤلفين المختلفين\";'),('aeb-arab','messages:pageinfo-category-files','s:24:\"ar:عدد الملفات\";'),('aeb-arab','messages:pageinfo-category-info','s:32:\"ar:معلومات التصنيف\";'),('aeb-arab','messages:pageinfo-category-pages','s:24:\"ar:عدد الصفحات\";'),('aeb-arab','messages:pageinfo-category-subcats','s:43:\"ar:عدد التصنيفات الفرعية\";'),('aeb-arab','messages:pageinfo-category-total','s:39:\"ar:العدد الكلي للأعضاء\";'),('aeb-arab','messages:pageinfo-content-model','s:37:\"ar:نموذج محتوى الصفحة\";'),('aeb-arab','messages:pageinfo-content-model-change','s:13:\"ar:تغيير\";'),('aeb-arab','messages:pageinfo-contentpage','s:37:\"ar:محسوبة كصفحة محتوى\";'),('aeb-arab','messages:pageinfo-contentpage-yes','s:9:\"ar:نعم\";'),('aeb-arab','messages:pageinfo-default-sort','s:47:\"ar:مفتاح الترتيب الافتراضي\";'),('aeb-arab','messages:pageinfo-display-title','s:24:\"ar:عرض العنوان\";'),('aeb-arab','messages:pageinfo-edits','s:28:\"ar:عدد التعديلات\";'),('aeb-arab','messages:pageinfo-few-visiting-watchers','s:102:\"ar:قد يكون أو لا يكون هناك مستخدم  يزور ويشاهد اخر تعديلات\";'),('aeb-arab','messages:pageinfo-few-watchers','s:125:\"ar:أقل من {{PLURAL:$1||مراقب واحد|مراقبين اثنين|$1 مراقبين|$1 مراقباً|$1 مراقب}}\";'),('aeb-arab','messages:pageinfo-file-hash','s:22:\"ar:قيمة الهاش\";'),('aeb-arab','messages:pageinfo-firsttime','s:37:\"ar:تاريخ إنشاء الصفحة\";'),('aeb-arab','messages:pageinfo-firstuser','s:24:\"ar:منشئ الصفحة\";'),('aeb-arab','messages:pageinfo-footer','s:4:\"en:-\";'),('aeb-arab','messages:pageinfo-header','s:4:\"en:-\";'),('aeb-arab','messages:pageinfo-header-basic','s:38:\"ar:المعلومات الأساسية\";'),('aeb-arab','messages:pageinfo-header-edits','s:21:\"ar:التعديلات\";'),('aeb-arab','messages:pageinfo-header-properties','s:26:\"ar:خصائص الصفحة\";'),('aeb-arab','messages:pageinfo-header-restrictions','s:26:\"ar:حماية الصفحة\";'),('aeb-arab','messages:pageinfo-hidden-categories','s:150:\"ar:{{PLURAL:$1|لا تصنيفات مخفية|التصنيف المخفي|التصنيفان المخفيان|التصنيفات المخفية ($1)}}\";'),('aeb-arab','messages:pageinfo-language','s:33:\"ar:لغة محتوى الصفحة\";'),('aeb-arab','messages:pageinfo-language-change','s:9:\"ar:غير\";'),('aeb-arab','messages:pageinfo-lasttime','s:31:\"ar:تاريخ آخر تعديل\";'),('aeb-arab','messages:pageinfo-lastuser','s:18:\"ar:آخر محرر\";'),('aeb-arab','messages:pageinfo-length','s:39:\"ar:حجم الصفحة (بالبايت)\";'),('aeb-arab','messages:pageinfo-magic-words','s:91:\"ar:{{PLURAL:$1|لا كلمات سحرية|الكلمة|الكلمات}} السحرية ($1)\";'),('aeb-arab','messages:pageinfo-namespace','s:15:\"ar:النطاق\";'),('aeb-arab','messages:pageinfo-not-current','s:87:\"ar:عذرا، لا يمكن عرض تلك المعلومات للنسخ القديمة.\";'),('aeb-arab','messages:pageinfo-protect-cascading','s:68:\"ar:مصدر توريث  الحماية للصفحات المدمجة\";'),('aeb-arab','messages:pageinfo-protect-cascading-from','s:61:\"ar:حماية الصفحات المدمجة موروثة من\";'),('aeb-arab','messages:pageinfo-protect-cascading-yes','s:9:\"ar:نعم\";'),('aeb-arab','messages:pageinfo-recent-authors','s:62:\"ar:عدد المؤلفين المختلفين الأخيرين\";'),('aeb-arab','messages:pageinfo-recent-edits','s:64:\"ar:عدد التعديلات الأخيرة (خلال آخر $1)\";'),('aeb-arab','messages:pageinfo-redirects-name','s:55:\"ar:عدد التحويلات إلى هذه الصفحة\";'),('aeb-arab','messages:pageinfo-redirects-value','s:5:\"ar:$1\";'),('aeb-arab','messages:pageinfo-redirectsto','s:22:\"ar:تحويلة إلى\";'),('aeb-arab','messages:pageinfo-redirectsto-info','s:17:\"ar:معلومات\";'),('aeb-arab','messages:pageinfo-robot-index','s:20:\"ar:مسموح بها\";'),('aeb-arab','messages:pageinfo-robot-noindex','s:27:\"ar:غير مسموح بها\";'),('aeb-arab','messages:pageinfo-robot-policy','s:32:\"ar:فهرسة الروبوتات\";'),('aeb-arab','messages:pageinfo-subpages-name','s:54:\"ar:الصفحات الفرعية لهذه الصفحة\";'),('aeb-arab','messages:pageinfo-subpages-value','s:167:\"ar:$1 ({{PLURAL:$2|لا تحويلات|تحويلة واحدة|تحويلتان|$2 تحويلات|$2 تحويلة}}؛ $3 {{PLURAL:$3|من غير  التحويلات}})\";'),('aeb-arab','messages:pageinfo-summary','s:3:\"en:\";'),('aeb-arab','messages:pageinfo-templates','s:138:\"ar:{{PLURAL:$1|لا قوالب مضمنة|القالب المضمن|القالبان المضمنان|القوالب المضمنة ($1)}}\";'),('aeb-arab','messages:pageinfo-title','s:33:\"ar:المعلومات عن «$1»\";'),('aeb-arab','messages:pageinfo-toolboxlink','s:42:\"ar:معلومات عن هذه الصفحة\";'),('aeb-arab','messages:pageinfo-transclusions','s:97:\"ar:{{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}} مضمنة في ($1)\";'),('aeb-arab','messages:pageinfo-user-id','s:34:\"ar:مُعرِّف المستخدم\";'),('aeb-arab','messages:pageinfo-view-protect-log','s:54:\"ar:عرض سجل الحماية لهذه الصفحة.\";'),('aeb-arab','messages:pageinfo-visiting-watchers','s:91:\"ar:عدد مراقبي الصفحة الذين زاروا التعديلات الأخيرة\";'),('aeb-arab','messages:pageinfo-watchers','s:28:\"ar:عدد المراقبين\";'),('aeb-arab','messages:pagelang-db-failed','s:76:\"ar:قاعدة البيانات فشلت في تغيير لغة الصفحة.\";'),('aeb-arab','messages:pagelang-language','s:13:\"ar:اللغة\";'),('aeb-arab','messages:pagelang-name','s:11:\"ar:صفحة\";'),('aeb-arab','messages:pagelang-nonexistent-page','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('aeb-arab','messages:pagelang-reason','s:13:\"ar:السبب\";'),('aeb-arab','messages:pagelang-select-lang','s:22:\"ar:اختر اللغة\";'),('aeb-arab','messages:pagelang-submit','s:13:\"ar:إرسال\";'),('aeb-arab','messages:pagelang-unchanged-language','s:53:\"ar:الصفحة $1 مضبوطة فعلا للغة $2.\";'),('aeb-arab','messages:pagelang-unchanged-language-default','s:114:\"ar:الصفحة $1 مضبوطة فعلا للغة المحتوى الافتراضية الخاصة بالويكي.\";'),('aeb-arab','messages:pagelang-use-default','s:49:\"ar:استخدام اللغة الافتراضية\";'),('aeb-arab','messages:pagelanguage','s:33:\"ar:تغيير لغة الصفحة\";'),('aeb-arab','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('aeb-arab','messages:pagemovedsub','s:39:\"ar:نُقِلت الصفحة بنجاح\";'),('aeb-arab','messages:pager-newer-n','s:45:\"aeb-arab:{{PLURAL:$1|أقدم 1|أقدم $1}}\";'),('aeb-arab','messages:pager-older-n','s:45:\"aeb-arab:{{PLURAL:$1|أقدم 1|أقدم $1}}\";'),('aeb-arab','messages:pagesize','s:13:\"ar:(بايت)\";'),('aeb-arab','messages:pageswithprop','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('aeb-arab','messages:pageswithprop-legend','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('aeb-arab','messages:pageswithprop-prop','s:25:\"ar:اسم الخاصية:\";'),('aeb-arab','messages:pageswithprop-prophidden-binary','s:63:\"ar:قيمة الخاصية الثنائية المخفية ($1)\";'),('aeb-arab','messages:pageswithprop-prophidden-long','s:64:\"ar:قيمة خاصية النص الطويل المخفية ($1)\";'),('aeb-arab','messages:pageswithprop-reverse','s:31:\"ar:فرز بترتيب عكسي\";'),('aeb-arab','messages:pageswithprop-sortbyvalue','s:44:\"ar:ترتيب حسب قيمة الخاصية\";'),('aeb-arab','messages:pageswithprop-submit','s:11:\"ar:اذهب\";'),('aeb-arab','messages:pageswithprop-summary','s:3:\"en:\";'),('aeb-arab','messages:pageswithprop-text','s:100:\"ar:تسرد هذه الصفحة الصفحات التي تستخدم خاصية صفحة معينة.\";'),('aeb-arab','messages:pagetitle','s:20:\"ar:$1 - {{SITENAME}}\";'),('aeb-arab','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('aeb-arab','messages:paramvalidator-badbool','s:117:\"ar:قيمة غير صالحة \" $2 \" للمعامل المنطقي \" $1 \". مرر $3 للصواب أو $5 للخطأ.\";'),('aeb-arab','messages:paramvalidator-badexpiry','s:87:\"ar:قيمة غير صالحة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \".\";'),('aeb-arab','messages:paramvalidator-badexpiry-duration','s:116:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \".\";'),('aeb-arab','messages:paramvalidator-badexpiry-duration-max','s:179:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \". باستخدام الحد الأقصى بدلاً من ذلك.\";'),('aeb-arab','messages:paramvalidator-badexpiry-past','s:87:\"ar:قيمة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \" في الماضي.\";'),('aeb-arab','messages:paramvalidator-badfloat','s:68:\"ar:قيمة غير صحيحة \" $2 \" لمعامل الطفو \" $1 \".\";'),('aeb-arab','messages:paramvalidator-badfloat-notfinite','s:103:\"ar:القيمة \" $2 \" للمعامل العائم \" $1 \" كبيرة جدًا أو ليست رقمًا.\";'),('aeb-arab','messages:paramvalidator-badinteger','s:72:\"ar:قيمة غير صالحة \" $2 \" للمعامل الصحيح \" $1 \".\";'),('aeb-arab','messages:paramvalidator-badtimestamp','s:83:\"ar:قيمة غير صالحة \" $2 \" لمعلمة الطابع الزمني \" $1 \".\";'),('aeb-arab','messages:paramvalidator-badtitle','s:120:\"ar:\"$2\" قيمة غير صالحة لمعلمة العنوان <var>$1</var>: ليست سلسلة عنوان صالحة.\";'),('aeb-arab','messages:paramvalidator-badupload-cantwrite','s:125:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (فشلت الكتابة).\";'),('aeb-arab','messages:paramvalidator-badupload-formsize','s:126:\"ar:الملف الذي تم تحميله لـ \" $1 \" يتجاوز الحد الأقصى المحدد من قبل العميل.\";'),('aeb-arab','messages:paramvalidator-badupload-inisize','s:112:\"ar:يتجاوز الملف الذي تم تحميله لـ \" $1 \" الحد الأقصى للخادم وهو $3 .\";'),('aeb-arab','messages:paramvalidator-badupload-nofile','s:68:\"ar:لم يتم توفير ملف لمعلمة التحميل \" $1 \".\";'),('aeb-arab','messages:paramvalidator-badupload-notmpdir','s:133:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (لا يوجد دليل مؤقت).\";'),('aeb-arab','messages:paramvalidator-badupload-notupload','s:233:\"ar:معلمة تحميل الملف \" $1 \" ليست تحميل ملف ؛ تأكد من استخدام بيانات نموذجية / متعددة الأجزاء لـ POST وتضمين اسم ملف في عنوان Content-Disposition.\";'),('aeb-arab','messages:paramvalidator-badupload-partial','s:53:\"ar:تم تحميل ملف \" $1 \" جزئيًا فقط.\";'),('aeb-arab','messages:paramvalidator-badupload-phpext','s:52:\"ar:منع امتداد PHP تحميل ملف \" $1 \".\";'),('aeb-arab','messages:paramvalidator-baduser','s:79:\"ar:قيمة غير صحيحة \"$2\" لمعامل المستخدم <var>$1</var>.\";'),('aeb-arab','messages:paramvalidator-badvalue-enummulti','s:149:\"ar:قيمة غير صالحة \" $2 \" للمعلمة \" $1 \". {{PLURAL:$4| مسموح فقط بـ \" $3 \". | القيم المسموح بها هي $3 }}\";'),('aeb-arab','messages:paramvalidator-badvalue-enumnotmulti','s:59:\"ar:قيمة غير معروفة للمعامل \" $1 \": $2 .\";'),('aeb-arab','messages:paramvalidator-deprecated-value','s:61:\"ar:تم إهمال القيمة \" $2 \" للمعلمة \" $1 \".\";'),('aeb-arab','messages:paramvalidator-emptystring','s:32:\"ar:السلسلة الفارغة\";'),('aeb-arab','messages:paramvalidator-help-default','s:25:\"ar:الافتراضي: $1\";'),('aeb-arab','messages:paramvalidator-help-default-empty','s:33:\"ar:الافتراضي: (فارغ)\";'),('aeb-arab','messages:paramvalidator-help-deprecated','s:41:\"ar:تم إهمال هذه المعلمة.\";'),('aeb-arab','messages:paramvalidator-help-multi-all','s:63:\"ar:لتحديد كل القيم ، استخدم <kbd>$1</kbd> .\";'),('aeb-arab','messages:paramvalidator-help-multi-max','s:148:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }} ( {{PLURAL:$2| $2 }} للعملاء المسموح لهم بحدود أعلى).\";'),('aeb-arab','messages:paramvalidator-help-multi-max-simple','s:69:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }}.\";'),('aeb-arab','messages:paramvalidator-help-multi-separate','s:114:\"ar:افصل القيم بـ \"|\" ، أو ابدأ القائمة بـ U + 001F وافصل بينها بـ U + 001F.\";'),('aeb-arab','messages:paramvalidator-help-required','s:38:\"ar:هذه المعلمة مطلوبة.\";'),('aeb-arab','messages:paramvalidator-help-type-boolean','s:74:\"ar:النوع: {{PLURAL:$1| 1 = منطقي | 2 = قائمة منطقية}}\";'),('aeb-arab','messages:paramvalidator-help-type-enum','s:190:\"ar:{{PLURAL:$1| 1 = إحدى القيم التالية | 2 = القيم (منفصلة بـ U + 007C (أنبوب) ، أو ابدأ القائمة بـ U + 001F وافصل بـ U + 001F)}}: $2\";'),('aeb-arab','messages:paramvalidator-help-type-enum-can-be-empty','s:105:\"ar:{{PLURAL:$2| 0 = يجب أن يكون فارغًا | يمكن أن يكون فارغًا ، أو $1 }}\";'),('aeb-arab','messages:paramvalidator-help-type-expiry','s:354:\"ar:النوع: {{PLURAL:$1|1=انتهاء الصلاحية|2=قائمة انتهاء الصلاحية}}.\n\nقد تكون نسبية (على سبيل المثال <kbd>5 أشهر</kbd> أو <kbd>أسبوعين</kbd> ) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). لعدم انتهاء الصلاحية ، استخدم $2.\";'),('aeb-arab','messages:paramvalidator-help-type-float','s:73:\"ar:النوع: {{PLURAL:$1| 1 = float | 2 = قائمة العوامات}}\";'),('aeb-arab','messages:paramvalidator-help-type-integer','s:96:\"ar:النوع: {{PLURAL:$1| 1 = عدد صحيح | 2 = قائمة الأعداد الصحيحة}}\";'),('aeb-arab','messages:paramvalidator-help-type-limit','s:46:\"ar:النوع: عدد صحيح أو \"ماكس\"\";'),('aeb-arab','messages:paramvalidator-help-type-number-max','s:84:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تزيد عن $3 .\";'),('aeb-arab','messages:paramvalidator-help-type-number-min','s:82:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تقل عن $2 .\";'),('aeb-arab','messages:paramvalidator-help-type-number-minmax','s:87:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب أن تكون بين $2 $3 .\";'),('aeb-arab','messages:paramvalidator-help-type-presenceboolean','s:25:\"ar:النوع: منطقي\";'),('aeb-arab','messages:paramvalidator-help-type-string-maxbytes','s:83:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| بايت | بايت}}.\";'),('aeb-arab','messages:paramvalidator-help-type-string-maxchars','s:81:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| حرف | أحرف}}.\";'),('aeb-arab','messages:paramvalidator-help-type-timestamp','s:106:\"ar:النوع: {{PLURAL:$1| 1 = الطابع الزمني | 2 = قائمة الطوابع الزمنية}}\";'),('aeb-arab','messages:paramvalidator-help-type-title','s:34:\"ar:النوع: عنوان صفحة\";'),('aeb-arab','messages:paramvalidator-help-type-title-must-exist','s:51:\"ar:فقط يقبل الصفحات الموجودة.\";'),('aeb-arab','messages:paramvalidator-help-type-title-no-must-exist','s:51:\"ar:يقبل الصفحات غير الموجودة.\";'),('aeb-arab','messages:paramvalidator-help-type-upload','s:116:\"ar:يجب نشرها كتحميل ملف باستخدام بيانات متعددة الأجزاء / النموذج.\";'),('aeb-arab','messages:paramvalidator-help-type-user','s:132:\"ar:النوع: {{PLURAL:$1|1=مستخدم|2=قائمة المستخدمين}}، {{PLURAL:$3|بواسطة|بواسطة أي من}} $2\";'),('aeb-arab','messages:paramvalidator-help-type-user-subtype-cidr','s:25:\"ar:نطاق الآي بي\";'),('aeb-arab','messages:paramvalidator-help-type-user-subtype-id','s:48:\"ar:معرف المستخدم (مثال \"#12345\")\";'),('aeb-arab','messages:paramvalidator-help-type-user-subtype-interwiki','s:62:\"ar:اسم الإنترويكي (مثال \"prefix>ExampleName\")\";'),('aeb-arab','messages:paramvalidator-help-type-user-subtype-ip','s:16:\"ar:الآي بي\";'),('aeb-arab','messages:paramvalidator-help-type-user-subtype-name','s:26:\"ar:اسم المستخدم\";'),('aeb-arab','messages:paramvalidator-maxbytes','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| بايت | بايت}} (كان $4 ).\";'),('aeb-arab','messages:paramvalidator-maxchars','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| حرف | محارف}} (كان $4 ).\";'),('aeb-arab','messages:paramvalidator-missingparam','s:43:\"ar:يجب تعيين المعلمة \" $1 \".\";'),('aeb-arab','messages:paramvalidator-missingtitle','s:111:\"ar:قيمة غير صالحة \"$2\" لمعلمة العنوان <var>$1</var>: الصفحة غير موجودة.\";'),('aeb-arab','messages:paramvalidator-notmulti','s:181:\"ar:تقبل المعلمة \" $1 \" قيمة واحدة فقط. لا يجوز استخدام الفصل متعدد القيم U + 001F إلا للمعلمات متعددة القيم.\";'),('aeb-arab','messages:paramvalidator-outofrange-max','s:73:\"ar:يجب ألا تزيد قيمة \" $2 \" للمعلمة \" $1 \" عن $4 .\";'),('aeb-arab','messages:paramvalidator-outofrange-min','s:75:\"ar:يجب ألا تقل القيمة \" $2 \" للمعامل \" $1 \" عن $3 .\";'),('aeb-arab','messages:paramvalidator-outofrange-minmax','s:80:\"ar:يجب أن تتراوح قيمة \" $2 \" للمعلمة \" $1 \" بين $3 $4 .\";'),('aeb-arab','messages:paramvalidator-param-deprecated','s:41:\"ar:تم إهمال المعلمة \" $1 \".\";'),('aeb-arab','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('aeb-arab','messages:paramvalidator-toomanyvalues','s:101:\"ar:تم توفير عدد كبير جدًا من القيم للمعامل \" $1 \". الحد هو $2 .\";'),('aeb-arab','messages:paramvalidator-unclearnowtimestamp','s:245:\"ar:تم إهمال تمرير \" $2 \" لمعلمة الطابع الزمني \" $1 \". إذا احتجت لسبب ما إلى تحديد الوقت الحالي صراحةً دون حسابه من جانب العميل ، فاستخدم \"الآن\".\";'),('aeb-arab','messages:paramvalidator-unrecognizedvalues','s:87:\"ar:غير معروف {{PLURAL:$4| القيمة | القيم}} للمعلمة \" $1 \": $3\";'),('aeb-arab','messages:parentheses','s:7:\"ar:($1)\";'),('aeb-arab','messages:parentheses-end','s:4:\"ar:)\";'),('aeb-arab','messages:parentheses-start','s:4:\"ar:(\";'),('aeb-arab','messages:parser-template-loop-warning','s:46:\"aeb-arab:تم كشف حلقة قالب: [[$1]]\";'),('aeb-arab','messages:parser-template-recursion-depth-warning','s:63:\"aeb-arab:تم تجاوز حد عمق فرد القوالب ($1)\";'),('aeb-arab','messages:parser-unstrip-loop-warning','s:53:\"aeb-arab:حلقة معراة تم الكشف عنها\";'),('aeb-arab','messages:parsoid-client-error','s:42:\"ar:إدخال غير صالح Parsoid : $1\";'),('aeb-arab','messages:parsoid-resource-limit-exceeded','s:46:\"ar:تم تجاوز حد موارد Parsoid: $1\";'),('aeb-arab','messages:parsoid-stash-rate-limit-error','s:133:\"ar:فشل التخزين لأنه تم تجاوز حد المعدل. الرجاء معاودة المحاولة في وقت قليل.\";'),('aeb-arab','messages:password-change-forbidden','s:77:\"ar:لا يمكنك تغيير كلمات السر على هذا الويكي.\";'),('aeb-arab','messages:password-login-forbidden','s:87:\"aeb-arab:تم منع استخدام اسم المستخدم هذا وكلمة السر.\";'),('aeb-arab','messages:password-name-match','s:94:\"aeb-arab:يجب أن تكون كلمة المرور مختلفة عن اسم المستخدم.\";'),('aeb-arab','messages:password-substring-username-match','s:118:\"ar:كلمة السر الخاصة بك لا ينبغي أن تظهر خلال اسم المستخدم الخاص بك.\";'),('aeb-arab','messages:passwordincommonlist','s:185:\"ar:كلمة السر التي تم إدخالها موجودة في قائمة كلمات المرور شائعة الاستخدام; الرجاء اختيار كلمة سر فريدة.\";'),('aeb-arab','messages:passwordpolicies','s:37:\"ar:سياسات كلمة المرور\";'),('aeb-arab','messages:passwordpolicies-group','s:19:\"ar:المجموعة\";'),('aeb-arab','messages:passwordpolicies-policies','s:19:\"ar:السياسات\";'),('aeb-arab','messages:passwordpolicies-policy-display','s:68:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('aeb-arab','messages:passwordpolicies-policy-displaywithflags','s:124:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('aeb-arab','messages:passwordpolicies-policy-maximalpasswordlength','s:97:\"ar:يجب أن يكون طول كلمة المرور أقل من $1 {{PLURAL:$1|حرف|أحرف}}\";'),('aeb-arab','messages:passwordpolicies-policy-minimalpasswordlength','s:103:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}}\";'),('aeb-arab','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:145:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}} لتتمكن من تسجيل الدخول\";'),('aeb-arab','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:113:\"ar:كلمة السر لا يمكن أن تكون سلسلة حروف فرعية خلال اسم المستخدم.\";'),('aeb-arab','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:133:\"ar:لا يمكن أن تتطابق كلمة المرور مع قائمة محددة من كلمات المرور الافتراضية\";'),('aeb-arab','messages:passwordpolicies-policy-passwordnotincommonlist','s:138:\"ar:لا يمكن أن تكون كلمة المرور في قائمة كلمات المرور الـ100،000 الأكثر استخداما.\";'),('aeb-arab','messages:passwordpolicies-policyflag-forcechange','s:56:\"ar:يجب أن تتغير عند تسجيل الدخول\";'),('aeb-arab','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:61:\"ar:اقتراح التغيير عند تسجيل الدخول\";'),('aeb-arab','messages:passwordpolicies-summary','s:151:\"ar:هذه قائمة بسياسات كلمة المرور الفعالة لمجموعات المستخدمين المعرفة في هذا الويكي.\";'),('aeb-arab','messages:passwordremindertext','s:802:\"aeb-arab:لقد طلب شخص ما (غالبا أنت، من عنوان الآيبي $1) كلمة سر جديدة ل{{SITENAME}} ($4).\nأنشئت كلمة سر مؤقتة للمستخدم \"$2\" وجعلت \"$3\".\nلو أن هذا ما تريده، فعليك أن تقوم بتسجيل الدخول واختيار كلمة سر جديدة الآن.\nسوف تنتهي مدة صلاحية كلمة سرك المؤقتة في غضون {{PLURAL:$5|أقل من يوم واحد|يوم واحد|يومين|$5 أيام|$5 يوما|$5 يوم}}.\n\nإذا كان الذي قام بهذا الطلب شخص آخر أو إذا تذكرت كلمة سرك ولا ترغب  في تغييرها، فبإمكانك أن تتجاهل هذه الرسالة وأن تستمر في استخدام كلمة سرك القديمة.\";'),('aeb-arab','messages:passwordremindertitle','s:59:\"aeb-arab:كلمة سر مؤقتة جديدة ل{{SITENAME}}\";'),('aeb-arab','messages:passwordreset','s:37:\"aeb-arab:تبديل كلمة السر\";'),('aeb-arab','messages:passwordreset-disabled','s:89:\"aeb-arab:عُطّلت إعادة تعيين كلمة السر على هذه الويكي.\";'),('aeb-arab','messages:passwordreset-domain','s:22:\"aeb-arab:النطاق:\";'),('aeb-arab','messages:passwordreset-email','s:54:\"aeb-arab:عنوان البريد الإلكتروني:\";'),('aeb-arab','messages:passwordreset-emaildisabled','s:91:\"ar:تم تعطيل ميزات البريد الإلكتروني على هذه الويكي.\";'),('aeb-arab','messages:passwordreset-emailelement','s:76:\"aeb-arab:اسم المستخدم: \n$1\n\nكلمة السر المؤقتة: \n$2\";'),('aeb-arab','messages:passwordreset-emailtext-ip','s:843:\"aeb-arab:أحد ما (قد يكون أنت، من العنوان $1)  طلب إعادة ضبط كلمة سر حسابك على {{SITENAME}} ($4). {{PLURAL:$3||الحساب|الحسابان| الحسابات}} أدناه قد اقترنت ببريدك الإلكتروني :\n\n$2\n\n{{PLURAL:$3||كلمة السر المؤقتة|كلمات السر المؤقتة}} ستنتهي صلاحيتها في {{PLURAL:$5||يوم واحد|يومين|$5 أيام|$5 يوما|$5 يوم}}\nيمكنك تسجيل الدخول واختيار كلمة سر جديدة. إذا كان هذا الطلب تم بواسطة شخص أخر، أو إذا تذكرت كلمة السر الأصلية الخاصة بك، ولم تعد ترغب في تغييرها، يمكنك تجاهل هذه الرسالة ومتابعة استخدام كلمة السر القديمة.\";'),('aeb-arab','messages:passwordreset-emailtext-require-email','s:522:\"ar:مع ذلك، إذا لم تقم بإنشاء هذا الطلب وتريد منع رسائل البريد الإلكتروني\nغير المرغوب فيها، قد ترغب في تحديث خيارات البريد الإلكتروني الخاص بك في $1.د،\nيمكنك طلب كل من اسم المستخدم وعنوان البريد الإلكتروني لإنشاء إعادة تعيين كلمة المرور\nرسائل البريد الإلكتروني، هذا قد يقلل عدد هذه الحوادث.\";'),('aeb-arab','messages:passwordreset-emailtext-user','s:822:\"aeb-arab:المستخدم $1 على {{SITENAME}} طلب إعادة ضبط كلمة سر حسابك على {{SITENAME}} ($4). {{PLURAL:$3||الحساب|الحسابان| الحسابات}} أدناه قد اقترنت ببريدك الإلكتروني :\n\n$2\n\n{{PLURAL:$3||كلمة السر المؤقتة|كلمات السر المؤقتة}} ستنتهي صلاحيتها في {{PLURAL:$5||يوم واحد|يومين|$5 أيام|$5 يوما|$5 يوم}}\nيمكنك تسجيل الدخول واختيار كلمة سر جديدة. إذا كان هذا الطلب تم بواسطة شخص أخر، أو إذا تذكرت كلمة السر الأصلية الخاصة بك، ولم تعد ترغب في تغييرها، يمكنك تجاهل هذه الرسالة ومتابعة استخدام كلمة السر القديمة.\";'),('aeb-arab','messages:passwordreset-emailtitle','s:43:\"aeb-arab:تفاصيل حساب {{SITENAME}}\";'),('aeb-arab','messages:passwordreset-ignored','s:114:\"ar:إعادة ضبط كلمة السر لم تتم التعامل معها. ربما لا موفر تم ضبطه؟\";'),('aeb-arab','messages:passwordreset-nocaller','s:45:\"ar:يجب أن يتم توفير مستدعي\";'),('aeb-arab','messages:passwordreset-nodata','s:91:\"ar:لا اسم مستخدم ولا عنوان بريد الإلكتروي تم توفيره\";'),('aeb-arab','messages:passwordreset-nosuchcaller','s:41:\"ar:المستدعي غير موجود: $1\";'),('aeb-arab','messages:passwordreset-success','s:63:\"ar:لقد طلبت إعادة تعيين كلمة المرور.\";'),('aeb-arab','messages:passwordreset-success-details-generic','s:771:\"ar:إذا كانت المعلومات المقدمة صالحة، فسيتم إرسال بريد إلكتروني لإعادة تعيين كلمة المرور. إذا لم تتلق بريدًا إلكترونيًا ، نوصيك بزيارة [[mw:Special:MyLanguage/Help:Reset_password|صفحة مساعدة إعادة تعيين كلمة المرور]] أو حاول مرة أخرى. يمكنك فقط <strong>اطلب عددًا محدودًا من عمليات إعادة تعيين كلمة المرور خلال فترة زمنية قصيرة. سيتم إرسال بريد إلكتروني واحد فقط لإعادة تعيين كلمة المرور لكل حساب صالح كل {{PLURAL:$1|ساعة|$1 ساعة}}</strong> لمنع إساءة الاستخدام.\";'),('aeb-arab','messages:passwordreset-success-info','s:45:\"ar:التفاصيل التي قدمتها: $1\";'),('aeb-arab','messages:passwordreset-text-many','s:197:\"ar:{{PLURAL:$1||املأ الحقل لتستعيد كلمة السر|املأ أحد الحقلين لتستعيد كلمة السر|املأ أحد الحقول لتستعيد كلمة السر}}.\";'),('aeb-arab','messages:passwordreset-text-one','s:90:\"ar:أكمل هذا النموذج لإعادة ضبط كلمة السر الخاصة بك.\";'),('aeb-arab','messages:passwordreset-username','s:33:\"aeb-arab:اسم المستخدم:\";'),('aeb-arab','messages:passwordsent','s:227:\"aeb-arab:تم إرسال كلمة سر جديدة إلى عنوان البريد الإلكتروني المسجل للمستخدم \"$1\".\nمن فضلك حاول تسجيل الدخول مرة ثانية بعد استلامها.\";'),('aeb-arab','messages:passwordtoolong','s:99:\"ar:كلمات السر لا يجب أن تكون أطول من  {{PLURAL:$1|1 حرف|$1 حروف}}.\";'),('aeb-arab','messages:passwordtooshort','s:148:\"aeb-arab:يجب أن تتكون كلمة السر على الأقل من {{PLURAL:$1|حرف واحد|حرفين|$1 حروف|$1 حرفا|$1 حرف}}.\";'),('aeb-arab','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('aeb-arab','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('aeb-arab','messages:patrol-log-header','s:55:\"ar:هذا سجل بالمراجعات المراجعة.\";'),('aeb-arab','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('aeb-arab','messages:patrol-log-page','s:20:\"ar:سجل الخفر\";'),('aeb-arab','messages:pear-mail-error','s:5:\"en:$1\";'),('aeb-arab','messages:percent','s:6:\"ar:$1%\";'),('aeb-arab','messages:perfcached','s:245:\"aeb-arab:البيانات التالية مختزنة وقد لا تكون محدثة. {{PLURAL:$1||نتيجة واحدة|نتيجتان|$1 نتائج|$1 نتيجة}} على الأكثر {{PLURAL:$1||مختزنة|مختزنتان|مختزنة}}.\";'),('aeb-arab','messages:perfcachedts','s:255:\"aeb-arab:البيانات التالية مختزنة وكان آخر تحديث لها في $1. {{PLURAL:$4||نتيجة واحدة|نتيجتان|$4 نتائج|$4 نتيجة}} على الأكثر {{PLURAL:$4||مختزنة|مختزنتان|مختزنة}}.\";'),('aeb-arab','messages:period-am','s:15:\"ar:صباحًا\";'),('aeb-arab','messages:period-pm','s:13:\"ar:مساءً\";'),('aeb-arab','messages:permalink','s:22:\"ar:وصلة دائمة\";'),('aeb-arab','messages:permanentlink','s:22:\"ar:وصلة دائمة\";'),('aeb-arab','messages:permanentlink-revid','s:28:\"ar:معرف المراجعة\";'),('aeb-arab','messages:permanentlink-submit','s:39:\"ar:الذهاب إلى المراجعة\";'),('aeb-arab','messages:permanentlink-summary','s:3:\"en:\";'),('aeb-arab','messages:permissionserrors','s:36:\"aeb-arab:أخطاء السماحات\";'),('aeb-arab','messages:permissionserrorstext','s:161:\"aeb-arab:لا تمتلك الصلاحية لفعل هذا، {{PLURAL:$1||للسبب التالي|للسببين التاليين|للأسباب التالية}}:\";'),('aeb-arab','messages:permissionserrorstext-withaction','s:110:\"aeb-arab:ما عندكش الحق بش $2، على خاطر{{PLURAL:$1||ها السبب|ها الأسباب}}:\";'),('aeb-arab','messages:personaltools','s:24:\"ar:أدوات شخصية\";'),('aeb-arab','messages:php-mail-error','s:5:\"en:$1\";'),('aeb-arab','messages:php-mail-error-unknown','s:75:\"aeb-arab:خطأ غير معروف في وظيفة البريد PHP\'s mail()\";'),('aeb-arab','messages:php-uploaddisabledtext','s:100:\"ar:رفع ملفات PHP معطل. من فضلك تحقق من إعدادات رفع الملفات.\";'),('aeb-arab','messages:pipe-separator','s:14:\"ar:&#32;|&#32;\";'),('aeb-arab','messages:policy-url','s:21:\"ar:Project:سياسة\";'),('aeb-arab','messages:pool-errorunknown','s:27:\"ar:خطأ غير معروف\";'),('aeb-arab','messages:pool-queuefull','s:26:\"ar:الطابور ملآن\";'),('aeb-arab','messages:pool-servererror','s:50:\"ar:خدمة العداد غير متاحة ( $1 ).\";'),('aeb-arab','messages:pool-timeout','s:33:\"ar:انتهت مهلة القفل\";'),('aeb-arab','messages:poolcounter-usage-error','s:32:\"ar:خطأ الاستخدام: $1\";'),('aeb-arab','messages:portal','s:28:\"ar:بوابة المجتمع\";'),('aeb-arab','messages:portal-url','s:36:\"ar:Project:بوابة المجتمع\";'),('aeb-arab','messages:post-expand-template-argument-category','s:73:\"aeb-arab:صفحات تحتوي مدخلات القالب المحذوفة\";'),('aeb-arab','messages:post-expand-template-argument-category-desc','s:189:\"ar:بعد توسيع معطى قالب (الموجود بين أقواس معقوفة ثلاثة مثل <code>{{{شيء}}}</code>) الصفحة أكبر من <code>$wgMaxArticleSize</code>.\";'),('aeb-arab','messages:post-expand-template-argument-warning','s:197:\"aeb-arab:<strong>تحذير:</strong> هذه الصفحة تحتوي على عامل قالب واحد على الأقل له حجم تمدد كبير جدا.\nهذه العوامل تم حذفها.\";'),('aeb-arab','messages:post-expand-template-inclusion-category','s:77:\"aeb-arab:الصفحات حيث تم تجاوز حجم تضمين القالب\";'),('aeb-arab','messages:post-expand-template-inclusion-category-desc','s:170:\"ar:بعد توسيع جميع القوالب حجم الصفحة أكبر من <code><nowiki>__INDEX__</nowiki></code> ولذا فبعض القوالب لا تُوسّع.\";'),('aeb-arab','messages:post-expand-template-inclusion-warning','s:122:\"aeb-arab:<strong>تحذير:</strong> حجم تضمين القالب كبير جدا.\nبعض القوالب لن تضمن.\";'),('aeb-arab','messages:postedit-confirmation-created','s:27:\"ar:أنشئت الصفحة.\";'),('aeb-arab','messages:postedit-confirmation-published','s:27:\"ar:نُشِر تعديلك.\";'),('aeb-arab','messages:postedit-confirmation-restored','s:38:\"ar:تمت استعادة الصفحة.\";'),('aeb-arab','messages:postedit-confirmation-saved','s:27:\"ar:حُفِظ تعديلك.\";'),('aeb-arab','messages:postedit-temp-created','s:267:\"ar:أُنشئ الحساب تلقائيًا من أجلك عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. لكي تختار اسما بنفسك والحصول على المزيد من الميزات، فكر في [$1 إنشاء حساب].\";'),('aeb-arab','messages:postedit-temp-created-label','s:20:\"ar:حساب مؤقت\";'),('aeb-arab','messages:powersearch-legend','s:20:\"ar:بحث متقدم\";'),('aeb-arab','messages:powersearch-ns','s:32:\"ar:بحث في النطاقات:\";'),('aeb-arab','messages:powersearch-remember','s:54:\"ar:تذكر الخيارات للبحث مستقبلا\";'),('aeb-arab','messages:powersearch-toggleall','s:11:\"ar:الكل\";'),('aeb-arab','messages:powersearch-togglelabel','s:12:\"ar:اختر:\";'),('aeb-arab','messages:powersearch-togglenone','s:14:\"ar:لا شيء\";'),('aeb-arab','messages:preferences','s:17:\"ar:تفضيلات\";'),('aeb-arab','messages:preferences-summary','s:3:\"en:\";'),('aeb-arab','messages:prefixindex','s:45:\"aeb-arab:كل الصفحات بالبادئة\";'),('aeb-arab','messages:prefixindex-namespace','s:52:\"ar:كل الصفحات مع بادئة (نطاق $1)\";'),('aeb-arab','messages:prefixindex-strip','s:48:\"ar:إخفاء البادئة في النتائج\";'),('aeb-arab','messages:prefixindex-submit','s:11:\"ar:اعرض\";'),('aeb-arab','messages:prefixindex-summary','s:3:\"en:\";'),('aeb-arab','messages:prefs-advancedediting','s:24:\"ar:خيارات عامة\";'),('aeb-arab','messages:prefs-advancedrc','s:28:\"ar:خيارات متقدمة\";'),('aeb-arab','messages:prefs-advancedrendering','s:28:\"ar:خيارات متقدمة\";'),('aeb-arab','messages:prefs-advancedsearchoptions','s:28:\"ar:خيارات متقدمة\";'),('aeb-arab','messages:prefs-advancedwatchlist','s:28:\"ar:خيارات متقدمة\";'),('aeb-arab','messages:prefs-changeemail','s:74:\"ar:تغيير أو إزالة عنوان البريد الإلكتروني\";'),('aeb-arab','messages:prefs-changesrc','s:38:\"ar:التغييرات المعروضة\";'),('aeb-arab','messages:prefs-changeswatchlist','s:38:\"ar:التغييرات المعروضة\";'),('aeb-arab','messages:prefs-common-config','s:70:\"ar:جافاسكربت/CSS/JSON مشترك لجميع الواجهات:\";'),('aeb-arab','messages:prefs-custom-css','s:15:\"ar:CSS مخصص\";'),('aeb-arab','messages:prefs-custom-js','s:30:\"ar:جافاسكربت مخصص\";'),('aeb-arab','messages:prefs-custom-json','s:20:\"ar:جسون مخصص\";'),('aeb-arab','messages:prefs-dateformat','s:22:\"ar:صيغة الوقت\";'),('aeb-arab','messages:prefs-developertools','s:30:\"ar:أدوات المطورين\";'),('aeb-arab','messages:prefs-diffs','s:15:\"ar:فروقات\";'),('aeb-arab','messages:prefs-discussion','s:26:\"ar:صفحات النقاش\";'),('aeb-arab','messages:prefs-displayrc','s:26:\"ar:خيارات العرض\";'),('aeb-arab','messages:prefs-displaywatchlist','s:24:\"ar:خصائص العرض\";'),('aeb-arab','messages:prefs-editing','s:17:\"ar:التحرير\";'),('aeb-arab','messages:prefs-editor','s:11:\"ar:محرر\";'),('aeb-arab','messages:prefs-edits','s:29:\"ar:عدد التعديلات:\";'),('aeb-arab','messages:prefs-editwatchlist','s:41:\"ar:تعديل قائمة المراقبة\";'),('aeb-arab','messages:prefs-editwatchlist-clear','s:39:\"ar:امسح قائمة المراقبة\";'),('aeb-arab','messages:prefs-editwatchlist-edit','s:66:\"ar:اعرض واحذف عناوين من قائمة مراقبتك\";'),('aeb-arab','messages:prefs-editwatchlist-label','s:36:\"ar:عدل قائمة مراقبتك:\";'),('aeb-arab','messages:prefs-editwatchlist-raw','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('aeb-arab','messages:prefs-email','s:49:\"ar:خيارات البريد الإلكتروني\";'),('aeb-arab','messages:prefs-emailconfirm-label','s:48:\"ar:تأكيد البريد الإلكتروني:\";'),('aeb-arab','messages:prefs-files','s:13:\"ar:ملفات\";'),('aeb-arab','messages:prefs-help-email','s:207:\"aeb-arab:عنوان البريد الإلكتروني هو أمر اختياري، ولكن ستحتاج لإعادة تعيين كلمة المرور، إن نسيت كلمة المرور الخاصة بك.\";'),('aeb-arab','messages:prefs-help-email-others','s:251:\"aeb-arab:يمكنك أيضا اختيار للسماح للآخرين الاتصال بك عن طريق صفحة المستخدم أو نقاش المستخدم الخاص بك دون الحاجة إلى الكشف عن الهوية الخاصة بك.\";'),('aeb-arab','messages:prefs-help-email-required','s:59:\"ar:عنوان البريد الإلكتروني مطلوب.\";'),('aeb-arab','messages:prefs-help-gender','s:266:\"ar:ضبط هذا التفضيل اختياري.\nيستخدم البرنامج هذه القيمة لمخاطبتك ومخاطبة الآخرين عنك وفقاً للصيغة النحوية الملائمة للجنس.\nهذه المعلومة ستكون علنية.\";'),('aeb-arab','messages:prefs-help-prefershttps','s:96:\"ar:سيتم تفعيل هذا التفضيل عند ولوجوك في المرة القادمة.\";'),('aeb-arab','messages:prefs-help-realname','s:132:\"ar:الاسم الحقيقي اختياري.\nلو اخترت أن توفره، فسيستخدم في الإشارة إلى عملك.\";'),('aeb-arab','messages:prefs-help-recentchangescount','s:32:\"ar:العدد الأقصى: 1000\";'),('aeb-arab','messages:prefs-help-requireemail','s:139:\"ar:هذا يحسن الخصوصية ويساعد على منع رسائل البريد الإلكتروني غير المرغوب فيها.\";'),('aeb-arab','messages:prefs-help-signature','s:167:\"ar:يجب أن توقع تعليقات صفحات النقاش باستخدام \"<nowiki>~~~~</nowiki>\" الذي سيحول إلى توقيعك مع طابع زمني.\";'),('aeb-arab','messages:prefs-help-skin-responsive','s:89:\"ar:تكييف التنسيق مع حجم الشاشة على الهاتف المحمول.\";'),('aeb-arab','messages:prefs-help-tokenmanagement','s:290:\"ar:أنت يمكنك رؤية وإعادة ضبط المفتاح السري لحسابك الذي يمكنه الوصول لتلقيم الويب لقائمة مراقبتك، أي شخص يعرف المفتاح سيمكنه قراءة قائمة مراقبتك; لذا فلا تشاركه.\";'),('aeb-arab','messages:prefs-help-variant','s:109:\"ar:عرض لهجتك المفضلة أو إملاؤها في صفحات المحتوى لهذا الويكي.\";'),('aeb-arab','messages:prefs-help-watchlist-token2','s:287:\"ar:هذا هو المفتاح السري لتغذية الويب لقائمة مراقبتك.\nيمكن لأي شخص يعرفه أن يقرأ قائمة مراقبتك، ولذا لا تتشاركه مع أحد.\nإذا احتجت، [[Special:ResetTokens|يمكنك إعادة ضبطه]].\";'),('aeb-arab','messages:prefs-help-yourpassword','s:90:\"ar:استعادة الحساب مفعلة. انظر $1 لمزيد من الإعدادات.\";'),('aeb-arab','messages:prefs-i18n','s:28:\"ar:إعدادات اللغة\";'),('aeb-arab','messages:prefs-info','s:38:\"ar:المعلومات الأساسية\";'),('aeb-arab','messages:prefs-labs','s:28:\"ar:مزايا مختبرية\";'),('aeb-arab','messages:prefs-memberingroups','s:108:\"ar:{{GENDER:$2|عضو|عضوة}} في {{PLURAL:$1|مجموعة|مجموعة|مجموعتي|مجموعات}}:\";'),('aeb-arab','messages:prefs-memberingroups-type','s:5:\"ar:$1\";'),('aeb-arab','messages:prefs-misc','s:17:\"ar:متفرقات\";'),('aeb-arab','messages:prefs-namespaces','s:30:\"ar:أسماء النطاقات\";'),('aeb-arab','messages:prefs-pageswatchlist','s:34:\"ar:الصفحات المراقبة\";'),('aeb-arab','messages:prefs-personal','s:26:\"ar:ملف المستخدم\";'),('aeb-arab','messages:prefs-preview','s:18:\"ar:عرض مسبق\";'),('aeb-arab','messages:prefs-rc','s:30:\"ar:أحدث التغييرات\";'),('aeb-arab','messages:prefs-registration','s:25:\"ar:وقت التسجيل:\";'),('aeb-arab','messages:prefs-registration-date-time','s:5:\"ar:$1\";'),('aeb-arab','messages:prefs-rendering','s:15:\"ar:المظهر\";'),('aeb-arab','messages:prefs-reset-confirm','s:61:\"ar:نعم ، أريد إعادة تعيين تفضيلاتي.\";'),('aeb-arab','messages:prefs-reset-intro','s:188:\"ar:يمكنك استخدام هذه الصفحة لإعادة تفضيلاتك للحالة الافتراضية للموقع.\nلن تستطيع استرجاع الحالة السابقة.\";'),('aeb-arab','messages:prefs-resetpass','s:27:\"ar:غير كلمة السر\";'),('aeb-arab','messages:prefs-searchmisc','s:9:\"ar:عام\";'),('aeb-arab','messages:prefs-searchoptions','s:13:\"ar:البحث\";'),('aeb-arab','messages:prefs-setemail','s:58:\"ar:تعيين عنوان البريد الإلكتروني\";'),('aeb-arab','messages:prefs-signature','s:17:\"ar:التوقيع\";'),('aeb-arab','messages:prefs-signature-error-details','s:26:\"ar:معرفة المزيد\";'),('aeb-arab','messages:prefs-signature-highlight-error','s:33:\"ar:إظهار موقع الخطأ\";'),('aeb-arab','messages:prefs-signature-invalid-disallow','s:173:\"ar:توقيعك الحالي غير صالح. حتى تقوم بتصحيحه ، سيتم استخدام التوقيع الافتراضي عند توقيع تعليقاتك.\";'),('aeb-arab','messages:prefs-signature-invalid-new','s:190:\"ar:توقيعك الحالي غير صالح. على الرغم من أنه لا يزال بإمكانك استخدامه ، لن تتمكن من تغييره حتى تقوم بتصحيحه.\";'),('aeb-arab','messages:prefs-signature-invalid-warning','s:68:\"ar:قد يسبب توقيعك مشاكل مع بعض الأدوات.\";'),('aeb-arab','messages:prefs-skin','s:13:\"ar:واجهة\";'),('aeb-arab','messages:prefs-skin-prefs','s:32:\"ar:تفضيلات الواجهة\";'),('aeb-arab','messages:prefs-skin-responsive','s:39:\"ar:تفعيل وضع الاستجابة\";'),('aeb-arab','messages:prefs-tabs-navigation-hint','s:163:\"ar:تلميح: يمكنك استخدام مفتاحي السهمين الأيمن والأيسر للتنقل بين الألسنة في قائمة الألسنة.\";'),('aeb-arab','messages:prefs-timeoffset','s:32:\"ar:المنطقة الزمنية\";'),('aeb-arab','messages:prefs-tokenwatchlist','s:13:\"ar:مفتاح\";'),('aeb-arab','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('aeb-arab','messages:prefs-user-downloaddata-info','s:60:\"ar:نزل بيانات حسابي من هذا المشروع\";'),('aeb-arab','messages:prefs-user-downloaddata-label','s:49:\"ar:الوصول إلى بيانات الحساب:\";'),('aeb-arab','messages:prefs-user-pages','s:34:\"ar:صفحات المستخدمين\";'),('aeb-arab','messages:prefs-user-restoreprefs-info','s:93:\"ar:استعد التفضيلات الافتراضية جميعها (في كل الأقسام)\";'),('aeb-arab','messages:prefs-user-restoreprefs-label','s:25:\"ar:إعادة الضبط:\";'),('aeb-arab','messages:prefs-vector-enable-vector-1-help','s:435:\"ar:على مدار السنوات القليلة القادمة، سنقوم بتحديث واجهة فيكتور بشكل تدريجي. ستسمح لك النسخة القديمة لفيكتور  بمشاهدة الإصدار القديم من فيكتور (اعتبارا من ديسمبر 2019). لمعرفة المزيد حول التحديثات، انتقل إلى [[mw:Reading/Web/Desktop_Improvements|صفحة المشروع]].\";'),('aeb-arab','messages:prefs-vector-enable-vector-1-label','s:58:\"ar:استخدم النسخة القديمة لفيكتور\";'),('aeb-arab','messages:prefs-watchlist','s:30:\"ar:قائمة المراقبة\";'),('aeb-arab','messages:prefs-watchlist-days','s:67:\"ar:عدد الأيام للعرض في قائمة المراقبة:\";'),('aeb-arab','messages:prefs-watchlist-days-max','s:118:\"ar:الحد الأقصى {{PLURAL:$1|أقل من يوم|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('aeb-arab','messages:prefs-watchlist-edits','s:80:\"ar:عدد التعديلات التي تعرض في قائمة المراقبة:\";'),('aeb-arab','messages:prefs-watchlist-edits-max','s:32:\"ar:العدد الأقصى: 1000\";'),('aeb-arab','messages:prefs-watchlist-managetokens','s:26:\"ar:إدارة الرموز\";'),('aeb-arab','messages:prefs-watchlist-token','s:42:\"ar:مفتاح قائمة المراقبة:\";'),('aeb-arab','messages:prefsnologintext2','s:81:\"ar:الرجاء تسجيل الدخول لضبط تفضيلات المستخدم.\";'),('aeb-arab','messages:prev-page','s:30:\"ar:الصفحة السابقة\";'),('aeb-arab','messages:preview','s:21:\"aeb-arab:معاينة\";'),('aeb-arab','messages:previewconflict','s:155:\"aeb-arab:هذا العرض يوضح النص الموجود في صندوق التحرير العلوي والذي سيظهر إذا اخترت الحفظ.\";'),('aeb-arab','messages:previewerrortext','s:71:\"ar:حدث خطأ أثناء محاولة معاينة تغييراتك.\";'),('aeb-arab','messages:previewnote','s:128:\"aeb-arab:<strong>تذكر أن هذه مجرد معاينة أولية.</strong>\nلم تحفظ تغييراتك إلى الآن!\";'),('aeb-arab','messages:previousdiff','s:40:\"aeb-arab:→ التبديل الفايت\";'),('aeb-arab','messages:previousrevision','s:34:\"aeb-arab:→ مراجعة أقدم\";'),('aeb-arab','messages:prevn','s:40:\"aeb-arab:{{PLURAL:$1|$1}} الفايتة\";'),('aeb-arab','messages:prevn-title','s:58:\"aeb-arab:$1 {{PLURAL:$1|نتيجة|نتيجة}} سابقة\";'),('aeb-arab','messages:prevpage','s:35:\"ar:الصفحة السابقة ($1)\";'),('aeb-arab','messages:print','s:11:\"ar:اطبع\";'),('aeb-arab','messages:print.css','s:110:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على ناتج الطباعة */\";'),('aeb-arab','messages:printableversion','s:26:\"ar:نسخة للطباعة\";'),('aeb-arab','messages:printableversion-deprecated-warning','s:287:\"ar:لم تعد النسخة القابلة للطباعة مدعومة وقد تحتوي على أخطاء في العرض. يرجى تحديث علامات متصفحك المرجعية واستخدام وظيفة الطباعة الافتراضية في متصفحك بدلا منها.\";'),('aeb-arab','messages:privacy','s:30:\"ar:سياسة الخصوصية\";'),('aeb-arab','messages:privacypage','s:38:\"ar:Project:سياسة الخصوصية\";'),('aeb-arab','messages:prot_1movedto2','s:34:\"ar:نُقلت [[$1]] إلى [[$2]]\";'),('aeb-arab','messages:protect','s:11:\"ar:احمِ\";'),('aeb-arab','messages:protect-badnamespace-text','s:62:\"ar:صفحات هذا النطاق لا يمكن حمايتها\";'),('aeb-arab','messages:protect-badnamespace-title','s:25:\"ar:نطاق لا يحمى\";'),('aeb-arab','messages:protect-cantedit','s:143:\"ar:لا يمكنك تغيير إعدادات الحماية لهذه الصفحة؛ لأنك لا تمتلك الصلاحية لتعديلها.\";'),('aeb-arab','messages:protect-cascade','s:88:\"ar:احم الصفحات المضمنة في هذه الصفحة (حماية مضمنة)\";'),('aeb-arab','messages:protect-cascadeon','s:384:\"ar:هذه الصفحة محمية حاليًا لكونها مضمنة في {{PLURAL:$1||الصفحة التالية|الصفحتين التاليتين|الصفحات التالية}}، والتي بها خيار حماية الصفحات المدمجة فعال.\nلن يؤثر تغيير إعدادات حماية هذه الصفحة على حماية الصفحات المدمجة.\";'),('aeb-arab','messages:protect-default','s:39:\"ar:اسمح لكل المستخدمين\";'),('aeb-arab','messages:protect-dropdown','s:191:\"ar:*أسباب الحماية الشائعة\n** تخريب شديد\n** نشر مزعج شديد\n** حرب تحرير معرقلة للعمل المنتج\n** صفحة زوارها كثيرون\";'),('aeb-arab','messages:protect-edit-reasonlist','s:35:\"ar:عدل أسباب الحماية\";'),('aeb-arab','messages:protect-existing-expiry','s:54:\"ar:تاريخ الانتهاء الموجود: $3، $2\";'),('aeb-arab','messages:protect-existing-expiry-infinity','s:57:\"ar:زمن الانتهاء الموجود: لانهائي\";'),('aeb-arab','messages:protect-expiring','s:27:\"ar:تنتهي في $1 (UTC)\";'),('aeb-arab','messages:protect-expiring-local','s:16:\"ar:ينتهي $1\";'),('aeb-arab','messages:protect-expiry-indefinite','s:18:\"ar:غير محدد\";'),('aeb-arab','messages:protect-expiry-options','s:170:\"ar:1 ساعة:1 hour,1 يوم:1 day,1 أسبوع:1 week,2 أسبوع:2 weeks,1 شهر:1 month,3 شهر:3 months,6 شهر:6 months,1 سنة:1 year,لا نهائي:infinite\";'),('aeb-arab','messages:protect-fallback','s:72:\"ar:السماح فقط للمستخدمين ذوي الصلاحية \"$1\"\";'),('aeb-arab','messages:protect-legend','s:28:\"ar:تأكيد الحماية\";'),('aeb-arab','messages:protect-level-autoconfirmed','s:75:\"ar:السماح للمستخدمين المؤكدين تلقائيا فقط\";'),('aeb-arab','messages:protect-level-sysop','s:41:\"ar:السماح للإداريين فقط\";'),('aeb-arab','messages:protect-locked-access','s:171:\"ar:لا يملك حسابك هذا صلاحية تغيير إعدادات حماية الصفحة.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('aeb-arab','messages:protect-locked-blocked','s:153:\"ar:لا يمكنك تغيير إعدادات الحماية وأنت ممنوع.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('aeb-arab','messages:protect-locked-dblock','s:188:\"ar:لا يمكن تغيير إعدادات الحماية بسبب غلق قاعدة البيانات حاليًا.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('aeb-arab','messages:protect-norestrictiontypes-text','s:113:\"ar:لا يمكن حماية هذه الصفحة لعدم توافر أنواع المحددات المطلوبة.\";'),('aeb-arab','messages:protect-norestrictiontypes-title','s:44:\"ar:صفحة غير قابلة للحماية\";'),('aeb-arab','messages:protect-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('aeb-arab','messages:protect-otherreason-op','s:16:\"ar:سبب آخر\";'),('aeb-arab','messages:protect-othertime','s:17:\"ar:وقت آخر:\";'),('aeb-arab','messages:protect-othertime-op','s:16:\"ar:وقت آخر\";'),('aeb-arab','messages:protect-summary-cascade','s:13:\"ar:مضمنة\";'),('aeb-arab','messages:protect-summary-desc','s:15:\"ar:[$1=$2] ($3)\";'),('aeb-arab','messages:protect-text','s:109:\"ar:يمكنك هنا أن تعرض وتغير إعدادات الحماية للصفحة <strong>$1</strong>.\";'),('aeb-arab','messages:protect-title','s:42:\"ar:ضبط إعدادات حماية «$1»\";'),('aeb-arab','messages:protect-title-notallowed','s:42:\"ar:عرض إعدادات حماية «$1»\";'),('aeb-arab','messages:protect-unchain-permissions','s:57:\"ar:ألغ قفل خيارات الحماية الأخرى\";'),('aeb-arab','messages:protect_change','s:9:\"ar:غير\";'),('aeb-arab','messages:protect_expiry_invalid','s:43:\"ar:وقت الانتهاء غير صحيح.\";'),('aeb-arab','messages:protect_expiry_old','s:59:\"ar:وقت انتهاء المنع يقع في الماضي.\";'),('aeb-arab','messages:protectcomment','s:14:\"ar:السبب:\";'),('aeb-arab','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('aeb-arab','messages:protectedarticle-comment','s:34:\"ar:{{GENDER:$2|حمى}} «[[$1]]»\";'),('aeb-arab','messages:protectedinterface','s:357:\"aeb-arab:توفر هذه الصفحة نص الواجهة للبرنامج في هذا الويكي، وهي محمية لمنع سوء استخدامها.\nلإضافة أو تغيير الترجمات لكل الويكيات، رجاء استخدم [https://translatewiki.net/ translatewiki.net]، مشروع الترجمة الخاص بميدياويكي.\";'),('aeb-arab','messages:protectedpage','s:22:\"ar:صفحة محمية\";'),('aeb-arab','messages:protectedpagemovewarning','s:252:\"ar:<strong>تحذير:</strong> هذه الصفحة قد تم حمايتها، فقط المستخدمون الذين يمتلكون امتيازات الإدارة يمكنهم نقلها.\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb-arab','messages:protectedpages','s:24:\"ar:صفحات محمية\";'),('aeb-arab','messages:protectedpages-cascade','s:39:\"ar:الحماية المضمنة فقط\";'),('aeb-arab','messages:protectedpages-expiry','s:18:\"ar:ينتهي في\";'),('aeb-arab','messages:protectedpages-filters','s:16:\"ar:مرشحات:\";'),('aeb-arab','messages:protectedpages-indef','s:59:\"ar:عمليات الحماية غير المحددة فقط\";'),('aeb-arab','messages:protectedpages-noredirect','s:28:\"ar:أخف التحويلات\";'),('aeb-arab','messages:protectedpages-page','s:15:\"ar:الصفحة\";'),('aeb-arab','messages:protectedpages-params','s:32:\"ar:معاملات الحماية\";'),('aeb-arab','messages:protectedpages-performer','s:26:\"ar:حماية مستخدم\";'),('aeb-arab','messages:protectedpages-reason','s:13:\"ar:السبب\";'),('aeb-arab','messages:protectedpages-submit','s:26:\"ar:اعرض الصفحات\";'),('aeb-arab','messages:protectedpages-summary','s:259:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً. لمطالعة قائمة الصفحات التي تم فرض حماية على إنشائها انظر [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('aeb-arab','messages:protectedpages-timestamp','s:18:\"ar:ختم زمني\";'),('aeb-arab','messages:protectedpages-unknown-performer','s:33:\"ar:مستخدم غير معروف\";'),('aeb-arab','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('aeb-arab','messages:protectedpages-unknown-timestamp','s:20:\"ar:غير معروف\";'),('aeb-arab','messages:protectedpagesempty','s:76:\"ar:لا توجد صفحات محمية حاليا بهذه المحددات.\";'),('aeb-arab','messages:protectedpagetext','s:75:\"aeb-arab:هذه الصفحة تمت حمايتها لمنع التعديل.\";'),('aeb-arab','messages:protectedpagewarning','s:241:\"aeb-arab:<strong>تحذير: تمت حماية هذه الصفحة حتى يمكن للمستخدمين ذوي الصلاحيات الإدارية فقط تعديلها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb-arab','messages:protectedtitles','s:26:\"ar:عناوين محمية\";'),('aeb-arab','messages:protectedtitles-submit','s:28:\"ar:لعرض العناوين\";'),('aeb-arab','messages:protectedtitles-summary','s:269:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً من الإنشاء. لمطالعة قائمة الصفحات التي تم إنشائها وحمايتها انظر [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('aeb-arab','messages:protectedtitlesempty','s:78:\"ar:لا توجد عناوين محمية حاليا بهذه المحددات.\";'),('aeb-arab','messages:protectexpiry','s:19:\"ar:تنتهي في:\";'),('aeb-arab','messages:protectlogpage','s:30:\"aeb-arab:سجل الحماية\";'),('aeb-arab','messages:protectlogtext','s:239:\"ar:بالأسفل قائمة بالتغييرات في حماية الصفحات.\nانظر [[Special:ProtectedPages|قائمة الصفحات المحمية]] لقائمة بعمليات حماية الصفحات المفعلة حاليا.\";'),('aeb-arab','messages:protectpage','s:22:\"ar:حماية صفحة\";'),('aeb-arab','messages:protectpage-summary','s:3:\"en:\";'),('aeb-arab','messages:proxyblocker','s:28:\"ar:مانع البروكسي\";'),('aeb-arab','messages:proxyblockreason','s:263:\"ar:تم منع عنوان الأيبي الخاص بك لكونه بروكسي مفتوح.\nمن فضلك اتصل بمزود خدمة الإنترنت الخاص بك أو الدعم الفني وأعلمهم بهذه المشكلة الأمنية الخطيرة.\";'),('aeb-arab','messages:pt-createaccount','s:26:\"aeb-arab:أعمل حساب\";'),('aeb-arab','messages:pt-login','s:17:\"aeb-arab:أدخل\";'),('aeb-arab','messages:pt-login-button','s:11:\"ar:دخول\";'),('aeb-arab','messages:pt-login-continue-button','s:39:\"ar:مواصلة تسجيل الدخول\";'),('aeb-arab','messages:pt-userlogout','s:17:\"aeb-arab:أخرج\";'),('aeb-arab','messages:publishchanges','s:28:\"ar:نشر التغييرات\";'),('aeb-arab','messages:publishchanges-start','s:31:\"ar:نشر التغييرات...\";'),('aeb-arab','messages:publishpage','s:22:\"ar:نشر الصفحة\";'),('aeb-arab','messages:publishpage-start','s:25:\"ar:نشر الصفحة...\";'),('aeb-arab','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('aeb-arab','messages:purge','s:24:\"ar:إفراغ الكاش\";'),('aeb-arab','messages:purge-summary','s:3:\"en:\";'),('aeb-arab','messages:querypage-disabled','s:91:\"ar:تم تعطيل هذه الصفحة الخاصة لأسباب تتعلق بالأداء.\";'),('aeb-arab','messages:querypage-no-updates','s:135:\"aeb-arab:التحديثات لهذه الصفحة معطلة حاليا.\nالبيانات هنا لن يتم تحديثها حاليا.\";'),('aeb-arab','messages:querypage-updates-periodical','s:74:\"ar:يتم تشغيل تحديثات هذه الصفحة بشكل دوري.\";'),('aeb-arab','messages:quotation-marks','s:9:\"ar:«$1»\";'),('aeb-arab','messages:randomincategory','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('aeb-arab','messages:randomincategory-category','s:18:\"ar:التصنيف:\";'),('aeb-arab','messages:randomincategory-invalidcategory','s:42:\"ar:\"$1\" ليس اسم تصنيف صالح.\";'),('aeb-arab','messages:randomincategory-legend','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('aeb-arab','messages:randomincategory-nopages','s:68:\"ar:لا توجد صفحات في التصنيف [[:Category:$1|$1]].\";'),('aeb-arab','messages:randomincategory-submit','s:11:\"ar:اذهب\";'),('aeb-arab','messages:randompage','s:28:\"aeb-arab:پاج بالزهر\";'),('aeb-arab','messages:randompage-nopages','s:144:\"ar:لا توجد صفحات في {{PLURAL:$2||النطاق التالي|النطاقين التاليين|النطاقات التالية}}: $1.\";'),('aeb-arab','messages:randompage-url','s:17:\"en:Special:Random\";'),('aeb-arab','messages:randomredirect','s:30:\"ar:تحويلة عشوائية\";'),('aeb-arab','messages:randomredirect-nopages','s:55:\"ar:لا توجد تحويلات في النطاق \"$1\".\";'),('aeb-arab','messages:randomrootpage','s:33:\"ar:صفحة جذر عشوائية\";'),('aeb-arab','messages:range_block_disabled','s:69:\"ar:إمكانية مدير النظام لمنع نطاق معطلة.\";'),('aeb-arab','messages:rawhtml-notallowed','s:93:\"ar:لا يمكن استخدام وسوم &lt;html&gt; خارج الصفحات العادية.\";'),('aeb-arab','messages:rawmessage','s:5:\"en:$1\";'),('aeb-arab','messages:rc-change-size','s:5:\"ar:$1\";'),('aeb-arab','messages:rc-change-size-new','s:73:\"aeb-arab:$1 {{PLURAL:$1|أوكتاي|أوكتاي}} بعد التبديل\";'),('aeb-arab','messages:rc-old-title','s:54:\"ar:تم إنشاؤها في الأصل باسم «$1»\";'),('aeb-arab','messages:rcfilters-activefilters','s:32:\"ar:المرشحات النشطة\";'),('aeb-arab','messages:rcfilters-activefilters-hide','s:13:\"ar:إخفاء\";'),('aeb-arab','messages:rcfilters-activefilters-hide-tooltip','s:54:\"ar:إخفاء منطقة المرشحات النشطة\";'),('aeb-arab','messages:rcfilters-activefilters-show','s:9:\"ar:عرض\";'),('aeb-arab','messages:rcfilters-activefilters-show-tooltip','s:54:\"ar:إظهار منطقة المرشحات النشطة\";'),('aeb-arab','messages:rcfilters-advancedfilters','s:28:\"ar:مرشحات متقدمة\";'),('aeb-arab','messages:rcfilters-allcontents-label','s:30:\"ar:جميع المحتويات\";'),('aeb-arab','messages:rcfilters-alldiscussions-label','s:28:\"ar:جميع النقاشات\";'),('aeb-arab','messages:rcfilters-clear-all-filters','s:31:\"ar:مسح كل المرشحات\";'),('aeb-arab','messages:rcfilters-date-popup-title','s:41:\"ar:الفترة الزمنية للبحث\";'),('aeb-arab','messages:rcfilters-days-show-days','s:71:\"ar:{{PLURAL:$1|يوما واحدا|يومان|$1 أيام|$1 يوما}}\";'),('aeb-arab','messages:rcfilters-days-show-hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}}\";'),('aeb-arab','messages:rcfilters-days-title','s:37:\"ar:عدد الأيام الأخيرة\";'),('aeb-arab','messages:rcfilters-empty-filter','s:70:\"ar:لا مرشحات فعالة. كل المساهمات معروضة.\";'),('aeb-arab','messages:rcfilters-exclude-button-off','s:34:\"ar:استبعاد المختارة\";'),('aeb-arab','messages:rcfilters-exclude-button-on','s:34:\"ar:استثناء المختارة\";'),('aeb-arab','messages:rcfilters-filter-bots-description','s:77:\"ar:التعديلات بواسطة الأدوات الأوتوماتيكية.\";'),('aeb-arab','messages:rcfilters-filter-bots-label','s:9:\"ar:بوت\";'),('aeb-arab','messages:rcfilters-filter-categorization-description','s:80:\"ar:سجلات إضافة أو إزالة الصفحات من التصنيفات.\";'),('aeb-arab','messages:rcfilters-filter-categorization-label','s:36:\"ar:تغييرات التصنيفات\";'),('aeb-arab','messages:rcfilters-filter-editsbyother-description','s:61:\"ar:كل التغييرات باستثناء تغييراتك.\";'),('aeb-arab','messages:rcfilters-filter-editsbyother-label','s:49:\"ar:التغييرات بواسطة الآخرين\";'),('aeb-arab','messages:rcfilters-filter-editsbyself-description','s:35:\"ar:مساهماتك الشخصية.\";'),('aeb-arab','messages:rcfilters-filter-editsbyself-label','s:34:\"ar:تعديلاتك الشخصية\";'),('aeb-arab','messages:rcfilters-filter-excluded','s:15:\"ar:مستبعد\";'),('aeb-arab','messages:rcfilters-filter-humans-description','s:69:\"ar:التعديلات بواسطة المحررين البشريين.\";'),('aeb-arab','messages:rcfilters-filter-humans-label','s:27:\"ar:بشري (ليس بوت)\";'),('aeb-arab','messages:rcfilters-filter-lastrevision-description','s:76:\"ar:فقط أحدث التغييرات التي طرأت على الصفحة.\";'),('aeb-arab','messages:rcfilters-filter-lastrevision-label','s:22:\"ar:آخر مراجعة\";'),('aeb-arab','messages:rcfilters-filter-logactions-description','s:117:\"ar:الأفعال الإدارية، إنشاء الحسابات، حذف الصفحات، عمليات الرفع…\";'),('aeb-arab','messages:rcfilters-filter-logactions-label','s:32:\"ar:الأفعال المسجلة\";'),('aeb-arab','messages:rcfilters-filter-major-description','s:66:\"ar:التعديلات غير المعلم عليها كطفيفة.\";'),('aeb-arab','messages:rcfilters-filter-major-label','s:43:\"ar:التعديلات غير الطفيفة\";'),('aeb-arab','messages:rcfilters-filter-minor-description','s:79:\"ar:التعديلات التي علم عليها المستخدم كطفيفة.\";'),('aeb-arab','messages:rcfilters-filter-minor-label','s:28:\"ar:تعديلات طفيفة\";'),('aeb-arab','messages:rcfilters-filter-newpages-description','s:62:\"ar:التعديلات التي تصنع صفحات جديدة.\";'),('aeb-arab','messages:rcfilters-filter-newpages-label','s:28:\"ar:إنشاء الصفحات\";'),('aeb-arab','messages:rcfilters-filter-pageedits-description','s:103:\"ar:التعديلات لمحتوى الويكي، النقاشات، وصوفات التصنيفات…\";'),('aeb-arab','messages:rcfilters-filter-pageedits-label','s:30:\"ar:تعديلات الصفحة\";'),('aeb-arab','messages:rcfilters-filter-previousrevision-description','s:67:\"ar:جميع التغييرات ما عدا \"أحدث مراجعة\".\";'),('aeb-arab','messages:rcfilters-filter-previousrevision-label','s:29:\"ar:ليس آخر مراجعة\";'),('aeb-arab','messages:rcfilters-filter-reviewstatus-auto-description','s:143:\"ar:التعديلات بواسطة المستخدمين المتقدمين الذين يتم تعليم عملهم تلقائيا كمراجع.\";'),('aeb-arab','messages:rcfilters-filter-reviewstatus-auto-label','s:34:\"ar:المراجعة تلقائيا\";'),('aeb-arab','messages:rcfilters-filter-reviewstatus-manual-description','s:77:\"ar:التعديلات التي تم تعليمها يدويا كمراجعة.\";'),('aeb-arab','messages:rcfilters-filter-reviewstatus-manual-label','s:26:\"ar:مراجعة يدويا\";'),('aeb-arab','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:118:\"ar:التعديلات التي لم يتم وضع علامة عليها يدويا أو تلقائيا كمراجعة.\";'),('aeb-arab','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:22:\"ar:غير مراجعة\";'),('aeb-arab','messages:rcfilters-filter-showlinkedfrom-label','s:70:\"ar:عرض التغييرات في الصفحات الموصولة من\";'),('aeb-arab','messages:rcfilters-filter-showlinkedfrom-option-label','s:86:\"ar:<strong>الصفحات الموصولة من</strong> الصفحة المختارة\";'),('aeb-arab','messages:rcfilters-filter-showlinkedto-label','s:76:\"ar:عرض التغييرات في الصفحات الموصولة بصفحة\";'),('aeb-arab','messages:rcfilters-filter-showlinkedto-option-label','s:88:\"ar:<strong>الصفحات الموصولة إلى</strong> الصفحة المختارة\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-experienced-description','s:121:\"ar:المحررون المسجلون الذين لديهم أكثر من 500 تعديل و 30 يوما من النشاط.\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-experienced-label','s:43:\"ar:المستخدمون ذوو الخبرة\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-learner-description','s:153:\"ar:المحررون المسجلون الذين تقع تجربتهم بين \"القادمين الجدد\" و \"المستخدمين ذوي الخبرة\".\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-learner-label','s:21:\"ar:المتعلمون\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-newcomer-description','s:123:\"ar:المحررون المسجلون الذين لديهم أقل من 10 تعديلات أو 4 أيام من النشاط.\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-newcomer-label','s:30:\"ar:القادمون الجدد\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-registered-description','s:37:\"ar:المحررون المسجلون.\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-registered-label','s:24:\"ar:مسجل الدخول\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-unregistered-description','s:62:\"ar:المحررون الذين لم يسجلوا الدخول.\";'),('aeb-arab','messages:rcfilters-filter-user-experience-level-unregistered-label','s:26:\"ar:غير المسجلين\";'),('aeb-arab','messages:rcfilters-filter-watchlist-notwatched-description','s:93:\"ar:كل شيء باستثناء التغييرات في صفحات قائمة مراقبتك.\";'),('aeb-arab','messages:rcfilters-filter-watchlist-notwatched-label','s:42:\"ar:ليس في قائمة المراقبة\";'),('aeb-arab','messages:rcfilters-filter-watchlist-watched-description','s:68:\"ar:التغييرات للصفحات في قائمة مراقبتك.\";'),('aeb-arab','messages:rcfilters-filter-watchlist-watched-label','s:35:\"ar:في قائمة المراقبة\";'),('aeb-arab','messages:rcfilters-filter-watchlist-watchednew-description','s:129:\"ar:التغييرات التي حدثت على الصفحات التي تراقبها ولم تزرها منذ ذلك الحين.\";'),('aeb-arab','messages:rcfilters-filter-watchlist-watchednew-label','s:60:\"ar:تغييرات قائمة المراقبة الجديدة\";'),('aeb-arab','messages:rcfilters-filter-watchlistactivity-seen-description','s:99:\"ar:التغييرات للصفحات التي زرتها منذ حدوث هذه التغييرات.\";'),('aeb-arab','messages:rcfilters-filter-watchlistactivity-seen-label','s:36:\"ar:التغييرات المرئية\";'),('aeb-arab','messages:rcfilters-filter-watchlistactivity-unseen-description','s:104:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث هذه التغييرات.\";'),('aeb-arab','messages:rcfilters-filter-watchlistactivity-unseen-label','s:35:\"ar:تغييرات غير مرئية\";'),('aeb-arab','messages:rcfilters-filtergroup-authorship','s:32:\"ar:ملكية التعديلات\";'),('aeb-arab','messages:rcfilters-filtergroup-automated','s:48:\"ar:المساهمات الأوتوماتيكية\";'),('aeb-arab','messages:rcfilters-filtergroup-changetype','s:24:\"ar:نوع التغيير\";'),('aeb-arab','messages:rcfilters-filtergroup-lastrevision','s:30:\"ar:أحدث المراجعات\";'),('aeb-arab','messages:rcfilters-filtergroup-reviewstatus','s:28:\"ar:حالة المراجعة\";'),('aeb-arab','messages:rcfilters-filtergroup-significance','s:17:\"ar:الأهمية\";'),('aeb-arab','messages:rcfilters-filtergroup-user-experience-level','s:43:\"ar:تسجيل المستخدم وخبرته\";'),('aeb-arab','messages:rcfilters-filtergroup-watchlist','s:50:\"ar:الصفحات في قائمة المراقبة\";'),('aeb-arab','messages:rcfilters-filtergroup-watchlistactivity','s:39:\"ar:نشاط قائمة المراقبة\";'),('aeb-arab','messages:rcfilters-filterlist-noresults','s:47:\"ar:لم يتم العثور على مرشحات\";'),('aeb-arab','messages:rcfilters-filterlist-title','s:15:\"ar:مرشحات\";'),('aeb-arab','messages:rcfilters-filterlist-whatsthis','s:27:\"ar:كيف تعمل هذه؟\";'),('aeb-arab','messages:rcfilters-group-results-by-page','s:44:\"ar:جمع النتائج حسب الصفحة\";'),('aeb-arab','messages:rcfilters-hideminor-conflicts-typeofchange','s:197:\"ar:بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة،\" لذا فهذا المرشح يتعارض مع مرشحات نوع التغيير التالية: $1\";'),('aeb-arab','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:362:\"ar:مرشح \"التعديلات الطفيفة\" يتعارض مع مرشح واحد أو أكثر من مرشحات نوع التغيير، وذلك لأن بعض أنواع التغيير لا يمكن التعليم عليها ك\"طفيفة.\" المرشحات المتعارضة معلم عليها في مساحة المرشحات النشطة بالأعلى.\";'),('aeb-arab','messages:rcfilters-highlightbutton-title','s:39:\"ar:التعليم على النتائج\";'),('aeb-arab','messages:rcfilters-highlighted-filters-list','s:17:\"ar:معلمة: $1\";'),('aeb-arab','messages:rcfilters-highlightmenu-help','s:64:\"ar:اختر لونا للتعليم على هذه الخاصية\";'),('aeb-arab','messages:rcfilters-highlightmenu-title','s:20:\"ar:اختر لونا\";'),('aeb-arab','messages:rcfilters-hours-title','s:39:\"ar:عدد الساعات الأخيرة\";'),('aeb-arab','messages:rcfilters-invalid-filter','s:27:\"ar:مرشح غير صحيح\";'),('aeb-arab','messages:rcfilters-legend-heading','s:52:\"ar:<strong>قائمة الاختصارات:</strong>\";'),('aeb-arab','messages:rcfilters-limit-and-date-label','s:124:\"ar:{{PLURAL:$1|لا تغيير|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرًا|$1 تغييرٍ}}، $2\";'),('aeb-arab','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:91:\"ar:ترشيح النتائج حسب عدد التغييرات والفترة الزمنية\";'),('aeb-arab','messages:rcfilters-limit-title','s:28:\"ar:النتائج للعرض\";'),('aeb-arab','messages:rcfilters-liveupdates-button','s:24:\"ar:تحديثات حية\";'),('aeb-arab','messages:rcfilters-liveupdates-button-title-off','s:63:\"ar:عرض التغييرات الجديدة فور حدوثها\";'),('aeb-arab','messages:rcfilters-liveupdates-button-title-on','s:43:\"ar:إيقاف التحديثات الحية\";'),('aeb-arab','messages:rcfilters-noresults-conflict','s:111:\"ar:لا نتائج تم العثور عليها لأن محددات البحث تعارض بعضها البعض\";'),('aeb-arab','messages:rcfilters-other-review-tools','s:35:\"ar:أدوات مراجعة أخرى\";'),('aeb-arab','messages:rcfilters-preference-help','s:216:\"ar:يحمل [[{{#special:RecentChanges}}|أحدث التغييرات]] و[[{{#special:RecentChangesLinked}}|التغييرات ذات الصلة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('aeb-arab','messages:rcfilters-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('aeb-arab','messages:rcfilters-quickfilters','s:36:\"ar:المرشحات المحفوظة\";'),('aeb-arab','messages:rcfilters-quickfilters-placeholder-description','s:200:\"ar:لحفظ إعدادات الفلتر وإعادة استخدامها في وقت لاحق; انقر فوق رمز الإشارة المرجعية في منطقة الفلتر النشط أدناه.\";'),('aeb-arab','messages:rcfilters-quickfilters-placeholder-title','s:43:\"ar:لا مرشحات تم حفظها بعد\";'),('aeb-arab','messages:rcfilters-restore-default-filters','s:55:\"ar:استرجاع المرشحات الافتراضية\";'),('aeb-arab','messages:rcfilters-savedqueries-add-new-title','s:52:\"ar:حفظ إعدادات المرشح الحالية\";'),('aeb-arab','messages:rcfilters-savedqueries-already-saved','s:120:\"ar:هذه المرشحات محفوظة بالفعل. غير إعداداتك لإنشاء مرشح محفوظ جديد.\";'),('aeb-arab','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:37:\"ar:إنشاء مرشح افتراضي\";'),('aeb-arab','messages:rcfilters-savedqueries-apply-label','s:22:\"ar:أنشئ مرشحا\";'),('aeb-arab','messages:rcfilters-savedqueries-cancel-label','s:9:\"ar:ألغ\";'),('aeb-arab','messages:rcfilters-savedqueries-defaultlabel','s:28:\"ar:مرشحات محفوظة\";'),('aeb-arab','messages:rcfilters-savedqueries-new-name-label','s:13:\"ar:الاسم\";'),('aeb-arab','messages:rcfilters-savedqueries-new-name-placeholder','s:36:\"ar:صف الغرض من المرشح\";'),('aeb-arab','messages:rcfilters-savedqueries-remove','s:9:\"ar:حذف\";'),('aeb-arab','messages:rcfilters-savedqueries-rename','s:24:\"ar:أعد التسمية\";'),('aeb-arab','messages:rcfilters-savedqueries-setdefault','s:37:\"ar:حفظ كقيمة افتراضية\";'),('aeb-arab','messages:rcfilters-savedqueries-unsetdefault','s:47:\"ar:إزالة القيمة الافتراضية\";'),('aeb-arab','messages:rcfilters-search-placeholder','s:97:\"ar:رشح التغييرات (استخدم القائمة أو ابحث عن اسم المرشح)\";'),('aeb-arab','messages:rcfilters-search-placeholder-mobile','s:15:\"ar:مرشحات\";'),('aeb-arab','messages:rcfilters-show-new-changes','s:53:\"ar:عرض التغييرات الجديدة منذ $1\";'),('aeb-arab','messages:rcfilters-state-message-fullcoverage','s:207:\"ar:اختيار كل المرشحات في هذه المجموعة له نفس التأثير كاختيار لا شيء، لذا فهذا المرشح ليس له تأثير. المجموعة تتضمن: $1\";'),('aeb-arab','messages:rcfilters-state-message-subset','s:224:\"ar:هذا المرشح ليس له تأثير لأن نتائجه متضمنة في {{PLURAL:$2|المرشح التالي|المرشحات التالية}} الأكثر عمومية (جرب التعليم لتمييزه): $1\";'),('aeb-arab','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('aeb-arab','messages:rcfilters-tag-prefix-namespace-inverted','s:30:\"ar:<strong>:ليس</strong> $1\";'),('aeb-arab','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('aeb-arab','messages:rcfilters-tag-remove','s:14:\"ar:أزل \'$1\'\";'),('aeb-arab','messages:rcfilters-target-page-placeholder','s:45:\"ar:أدخل اسم صفحة (أو تصنيف)\";'),('aeb-arab','messages:rcfilters-typeofchange-conflicts-hideminor','s:197:\"ar:مرشح نوع التغيير هذا يتعارض مع مرشح \"التعديلات الطفيفة\". بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة.\"\";'),('aeb-arab','messages:rcfilters-view-namespaces-tooltip','s:44:\"ar:رشح النتائج حسب النطاق\";'),('aeb-arab','messages:rcfilters-view-return-to-default-tooltip','s:58:\"ar:ارجع لقائمة المرشحات الرئيسية\";'),('aeb-arab','messages:rcfilters-view-tags','s:30:\"ar:تعديلات موسومة\";'),('aeb-arab','messages:rcfilters-view-tags-help-icon-tooltip','s:58:\"ar:المزيد حول التعديلات الموسومة\";'),('aeb-arab','messages:rcfilters-view-tags-tooltip','s:55:\"ar:رشح النتائج حسب وسوم التعديل\";'),('aeb-arab','messages:rcfilters-watchlist-edit-watchlist-button','s:52:\"ar:عدل قائمة الصفحات المراقبة\";'),('aeb-arab','messages:rcfilters-watchlist-markseen-button','s:50:\"ar:اعتبر كل التغييرات منظورة\";'),('aeb-arab','messages:rcfilters-watchlist-preference-help','s:136:\"ar:يحمل [[{{#special:Watchlist}}|قائمة المراقبة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('aeb-arab','messages:rcfilters-watchlist-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('aeb-arab','messages:rcfilters-watchlist-showupdated','s:147:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث التغييرات تكون <strong>بالخط الغليظ</strong>.\";'),('aeb-arab','messages:rclinks','s:60:\"aeb-arab:أظهر آخر $1 تعديل في آخر $2 يوم\";'),('aeb-arab','messages:rclistfrom','s:56:\"aeb-arab:ورّي التبديلات بدءا من $3 $2\";'),('aeb-arab','messages:rclistfromreset','s:44:\"ar:إعادة ضبط خيار التاريخ\";'),('aeb-arab','messages:rcnotefrom','s:146:\"aeb-arab:بالأسفل {{PLURAL:$5|التغيير|التغييرات}} منذ <strong>$3، $4</strong> (إلى <strong>$1</strong> معروضة).\";'),('aeb-arab','messages:rcpatroldisabled','s:54:\"ar:مراجعة أحدث التغييرات معطلة\";'),('aeb-arab','messages:rcpatroldisabledtext','s:76:\"ar:خاصية مراجعة أحدث التغييرات معطلة حاليا\";'),('aeb-arab','messages:rcshowhideanons','s:51:\"aeb-arab:$1 المستخدمين المجهولين\";'),('aeb-arab','messages:rcshowhideanons-hide','s:17:\"aeb-arab:خبّي\";'),('aeb-arab','messages:rcshowhideanons-show','s:11:\"ar:أظهر\";'),('aeb-arab','messages:rcshowhidebots','s:26:\"aeb-arab:$1 البوتات\";'),('aeb-arab','messages:rcshowhidebots-hide','s:9:\"ar:أخف\";'),('aeb-arab','messages:rcshowhidebots-show','s:17:\"aeb-arab:ورّي\";'),('aeb-arab','messages:rcshowhidecategorization','s:31:\"ar:$1 تصنيف الصفحات\";'),('aeb-arab','messages:rcshowhidecategorization-hide','s:9:\"ar:أخف\";'),('aeb-arab','messages:rcshowhidecategorization-show','s:11:\"ar:أظهر\";'),('aeb-arab','messages:rcshowhideliu','s:49:\"aeb-arab:$1 المستخدمين المسجلين\";'),('aeb-arab','messages:rcshowhideliu-hide','s:17:\"aeb-arab:خبّي\";'),('aeb-arab','messages:rcshowhideliu-show','s:11:\"ar:أظهر\";'),('aeb-arab','messages:rcshowhidemine','s:28:\"aeb-arab:$1 تعديلاتي\";'),('aeb-arab','messages:rcshowhidemine-hide','s:17:\"aeb-arab:خبّي\";'),('aeb-arab','messages:rcshowhidemine-show','s:11:\"ar:أظهر\";'),('aeb-arab','messages:rcshowhideminor','s:45:\"aeb-arab:$1 التعديلات الطفيفة\";'),('aeb-arab','messages:rcshowhideminor-hide','s:17:\"aeb-arab:خبّي\";'),('aeb-arab','messages:rcshowhideminor-show','s:11:\"ar:أظهر\";'),('aeb-arab','messages:rcshowhidepatr','s:47:\"aeb-arab:$1 التعديلات المراجعة\";'),('aeb-arab','messages:rcshowhidepatr-hide','s:9:\"ar:أخف\";'),('aeb-arab','messages:rcshowhidepatr-show','s:11:\"ar:أظهر\";'),('aeb-arab','messages:readonly','s:47:\"aeb-arab:قاعدة البيانات مغلقة\";'),('aeb-arab','messages:readonly_lag','s:162:\"aeb-arab:تم إغلاق قاعدة البيانات تلقائيا حتى تستطيع الخواديم التابعة ملاحقة الخادوم الرئيسي\";'),('aeb-arab','messages:readonlytext','s:370:\"aeb-arab:قاعدة البيانات مغلقة حاليا أمام المدخلات الجديدة والتعديلات الأخرى، السبب غالبا ما يكون الصيانة، وستعود قاعدة البيانات للوضع الطبيعي قريبا.\n\nالإداري الذي أغلق قاعدة البيانات أعطى التفسير التالي: $1\";'),('aeb-arab','messages:readonlywarning','s:410:\"aeb-arab:<strong>تحذير: لقد أغلقت قاعدة البيانات للصيانة، لذلك لن تتمكن من حفظ التعديلات التي قمت بها حاليا.\nإذا رغبت بإمكانك أن تنسخ النص الذي تعمل عليه وتحفظه في ملف نصي إلى وقت لاحق.</strong>\n\nإداري النظام الذي أغلقها أعطى هذا التفسير: $1\";'),('aeb-arab','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('aeb-arab','messages:recentchanges','s:38:\"aeb-arab:التبديلات الجدد\";'),('aeb-arab','messages:recentchanges-feed-description','s:90:\"aeb-arab:تابع أحدث التغييرات للويكي عبر هذه التلقيمة.\";'),('aeb-arab','messages:recentchanges-label-bot','s:44:\"aeb-arab:عمل هذا التبديل بوت\";'),('aeb-arab','messages:recentchanges-label-minor','s:35:\"aeb-arab:هذا تبديل صغير\";'),('aeb-arab','messages:recentchanges-label-newpage','s:55:\"aeb-arab:عمل هذا التبديل پاج جديدة\";'),('aeb-arab','messages:recentchanges-label-plusminus','s:73:\"ar:حجم الصفحة تغير بهذا العدد من البايتات\";'),('aeb-arab','messages:recentchanges-label-unpatrolled','s:62:\"aeb-arab:لم يراجع هذا التعديل إلى الآن\";'),('aeb-arab','messages:recentchanges-legend','s:49:\"aeb-arab:خيارات أحدث التغييرات\";'),('aeb-arab','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('aeb-arab','messages:recentchanges-legend-heading','s:27:\"ar:<strong>شرح:</strong>\";'),('aeb-arab','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('aeb-arab','messages:recentchanges-legend-newpage','s:120:\"aeb-arab:{{int:recentchanges-label-newpage}} (شوف زادة [[Special:NewPages|ليستة الپاجات الجدد]])\";'),('aeb-arab','messages:recentchanges-legend-plusminus','s:19:\"ar:(<em>±123</em>)\";'),('aeb-arab','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('aeb-arab','messages:recentchanges-legend-watchlistexpiry','s:37:\"ar:صفحة مراقبة مؤقتاً\";'),('aeb-arab','messages:recentchanges-network','s:128:\"ar:نتيجة لخطأ تقني، تعذر تحميل النتائج. من فضلك حاول إعادة تحديث الصفحة.\";'),('aeb-arab','messages:recentchanges-noresult','s:104:\"ar:لا توجد تغييرات خلال الفترة المحددة تطابق هذه المعايير.\";'),('aeb-arab','messages:recentchanges-notargetpage','s:112:\"ar:أدخل اسم صفحة بالأعلى لرؤية التغييرات المرتبطة بهذه الصفحة.\";'),('aeb-arab','messages:recentchanges-page-added-to-category','s:43:\"ar:[[:$1]] أضيفت إلى التصنيف\";'),('aeb-arab','messages:recentchanges-page-added-to-category-bundled','s:130:\"ar:أضيفت [[:$1]] إلى التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات اخرى]]\";'),('aeb-arab','messages:recentchanges-page-removed-from-category','s:41:\"ar:أزيلت [[:$1]] من التصنيف\";'),('aeb-arab','messages:recentchanges-page-removed-from-category-bundled','s:128:\"ar:أزيلت [[:$1]] من التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات أخرى]]\";'),('aeb-arab','messages:recentchanges-submit','s:11:\"ar:أظهر\";'),('aeb-arab','messages:recentchanges-summary','s:90:\"aeb-arab:تابع أحدث التغييرات للويكي عبر هذه التلقيمة.\";'),('aeb-arab','messages:recentchanges-timeout','s:106:\"ar:البحث انتهى بدون نتائج. ربما تحب تجربة مدخلات بحث مختلفة.\";'),('aeb-arab','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('aeb-arab','messages:recentchangescount','s:141:\"ar:عدد التعديلات للعرض في أحدث التغييرات وتواريخ الصفحات، والسجلات، افتراضيا:\";'),('aeb-arab','messages:recentchangesdays','s:73:\"ar:عدد الأيام المعروضة في أحدث التغييرات:\";'),('aeb-arab','messages:recentchangesdays-max','s:118:\"ar:الحد الأقصى {{PLURAL:$1|أقل من يوم|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('aeb-arab','messages:recentchangeslinked','s:41:\"aeb-arab:تغييرات ذات علاقة\";'),('aeb-arab','messages:recentchangeslinked-feed','s:35:\"ar:تغييرات ذات علاقة\";'),('aeb-arab','messages:recentchangeslinked-page','s:27:\"aeb-arab:اسم الپاج:\";'),('aeb-arab','messages:recentchangeslinked-summary','s:424:\"aeb-arab:هذي ليستة بالتبديلات إلّي صاروا ما صارلهمش برشا للپاجات إلّي موجود ليان يدّي ليهم في پاج بذاتها. (ولّا في پاج متاع تصنيف معين، اكتب {{ns:category}}:اسم التصنيف). الپاجات في [[Special:Watchlist|ليستة الپاجات إلّي تّبعها]] <strong>مكتوبين بالغليظ</strong>.\";'),('aeb-arab','messages:recentchangeslinked-title','s:52:\"aeb-arab:التغييرات المرتبطة ب \"$1\"\";'),('aeb-arab','messages:recentchangeslinked-to','s:119:\"aeb-arab:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضاً عن ذلك\";'),('aeb-arab','messages:recentchangeslinked-toolbox','s:35:\"ar:تغييرات ذات علاقة\";'),('aeb-arab','messages:recentchangestext','s:4:\"en:-\";'),('aeb-arab','messages:recreate','s:24:\"ar:إعادة إنشاء\";'),('aeb-arab','messages:recreate-moveddeleted-warn','s:289:\"aeb-arab:<strong>تحذير: أنت تعيد إنشاء صفحة سبق حذفها.</strong>\n\nيجب عليك التيقن من أن الاستمرار بتحرير هذه الصفحة ملائم.\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('aeb-arab','messages:red-link-title','s:40:\"aeb-arab:$1 (الپاج ما فمّاش)\";'),('aeb-arab','messages:redirect','s:98:\"ar:تحويل حسب الملف أو المستخدم أو الصفحة أو معرف الدخول\";'),('aeb-arab','messages:redirect-file','s:16:\"ar:اسم ملف\";'),('aeb-arab','messages:redirect-logid','s:22:\"ar:معرف السجل\";'),('aeb-arab','messages:redirect-lookup','s:17:\"ar:ابحث في:\";'),('aeb-arab','messages:redirect-not-exists','s:35:\"ar:المطلوب غير موجود\";'),('aeb-arab','messages:redirect-not-numeric','s:29:\"ar:قيمة غير رقمية\";'),('aeb-arab','messages:redirect-page','s:24:\"ar:معرف الصفحة\";'),('aeb-arab','messages:redirect-revision','s:24:\"ar:مراجعة صفحة\";'),('aeb-arab','messages:redirect-submit','s:11:\"ar:اذهب\";'),('aeb-arab','messages:redirect-summary','s:434:\"ar:هذه الصفحة الخاصة تحوّل إلى ملف (باسمه) أو صفحة (برقم إحدى مراجعاتها) أو إلى صفحة مستخدم (برقمه التعريفي) أو إلى مدخلة سجل (برقم السجل). الاستخدام [[{{#Special:Redirect}}/file/Example.jpg]] أو [[{{#Special:Redirect}}/revision/328429]] أو [[{{#Special:Redirect}}/user/101]] أو [[{{#Special:Redirect}}/logid/186]].\";'),('aeb-arab','messages:redirect-text','s:3:\"en:\";'),('aeb-arab','messages:redirect-user','s:22:\"ar:رقم مستخدم\";'),('aeb-arab','messages:redirect-value','s:16:\"ar:الوجهة:\";'),('aeb-arab','messages:redirectedfrom','s:29:\"ar:(بالتحويل من $1)\";'),('aeb-arab','messages:redirectexists','s:157:\"ar:توجد حالة إعادة توجيه قائمة بالفعل على [[:$1]]، ولا يمكن حذفها آليا.\nيرجى اختيار اسم آخر.\";'),('aeb-arab','messages:redirectpagesub','s:22:\"ar:صفحة تحويل\";'),('aeb-arab','messages:redirectto','s:25:\"aeb-arab:تحويل لـ:\";'),('aeb-arab','messages:removecredentials','s:30:\"ar:إزالة الاعتماد\";'),('aeb-arab','messages:removecredentials-invalidsubpage','s:46:\"ar:$1 ليس نوع اعتمادات صحيح.\";'),('aeb-arab','messages:removecredentials-submit','s:30:\"ar:إزالة الاعتماد\";'),('aeb-arab','messages:removecredentials-success','s:44:\"ar:اعتماداتك تمت إزالتها.\";'),('aeb-arab','messages:removedwatchtext','s:103:\"ar:\"[[:$1]]\" وصفحة نقاشها أزيلتا من [[Special:Watchlist|قائمة مراقبتك]].\";'),('aeb-arab','messages:removedwatchtext-short','s:59:\"ar:أزيلت صفحة \"$1\" من قائمة مراقبتك.\";'),('aeb-arab','messages:removedwatchtext-talk','s:120:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إزالتها من [[Special:Watchlist|قائمة مراقبتك]].\";'),('aeb-arab','messages:removewatch','s:46:\"ar:إزالة من قائمة المراقبة\";'),('aeb-arab','messages:resetpass-abort-generic','s:80:\"ar:منعت مُلحقة إتمام صيرورة تغيير كلمة السّر.\";'),('aeb-arab','messages:resetpass-expired','s:146:\"ar:انتهت مدة صلاحية كلمة السر الخاصة بك. الرجاء تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('aeb-arab','messages:resetpass-expired-soft','s:249:\"ar:انتهت مدة صلاحية كلمة السر الخاصة بك; الرجاء تغيير كلمة السر الآن أو النقر على زر \"{{int:authprovider-resetpass-skip-label}}\" لإعادة تعيين كلمة السر لاحقاً.\";'),('aeb-arab','messages:resetpass-no-info','s:105:\"aeb-arab:يجب أن تكون مسجل الدخول للوصول إلى هذه الصفحة مباشرة.\";'),('aeb-arab','messages:resetpass-recycled','s:132:\"ar:الرجاء تغيير كلمة السر الخاصة بك إلى تركيبة أخرى غير كلمة السر الحالية.\";'),('aeb-arab','messages:resetpass-submit-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:resetpass-submit-loggedin','s:37:\"aeb-arab:تغيير كلمة السر\";'),('aeb-arab','messages:resetpass-temp-emailed','s:218:\"ar:أنت مسجل الدخول حالياً بتركيبة مرسلة عبر البريد الإلكتروني. لإكمال عملية تسجيل الدخول‘ يجب إعادة تعيين كلمة السر هنا:\";'),('aeb-arab','messages:resetpass-temp-password','s:34:\"aeb-arab:كلمة سر مؤقتة:\";'),('aeb-arab','messages:resetpass-validity','s:115:\"ar:كلمة السر غير صالحة: $1\n\nيرجى تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('aeb-arab','messages:resetpass-validity-soft','s:224:\"ar:كلمة السر الخاصة بك غير صالحة :  $1 \n\nرجاءا اختر كلمة سر جديدة الآن، أو انقر فوق \"{{int:authprovider-resetpass-skip-label}}\" لتغييرها في وقت لاحق.\";'),('aeb-arab','messages:resetpass-wrong-oldpass','s:193:\"aeb-arab:كلمة سر حالية أو مؤقتة غير صحيحة.\nربما تكون غيرت كلمة السر الخاصة بك بنجاح أو طلبت كلمة سر مؤقتة جديدة.\";'),('aeb-arab','messages:resetpass_announce','s:102:\"aeb-arab:لإنهاء عملية تسجيل الدخول، يجب تعيين كلمة سر جديدة.\";'),('aeb-arab','messages:resetpass_forbidden','s:57:\"aeb-arab:كلمات السر لا يمكن تغييرها\";'),('aeb-arab','messages:resetpass_forbidden-reason','s:53:\"ar:لا يمكن تغيير كلمة المرور: $1\";'),('aeb-arab','messages:resetpass_header','s:42:\"aeb-arab:غير كلمة سر الحساب\";'),('aeb-arab','messages:resetpass_submit','s:48:\"aeb-arab:ضبط كلمة السر والدخول\";'),('aeb-arab','messages:resetpass_text','s:32:\"ar:<!-- أضف نصا هنا -->\";'),('aeb-arab','messages:resettokens','s:26:\"ar:غير المفاتيح\";'),('aeb-arab','messages:resettokens-done','s:30:\"ar:تغيير المفاتيح\";'),('aeb-arab','messages:resettokens-no-tokens','s:41:\"ar:ما من مفاتيح للتغيير.\";'),('aeb-arab','messages:resettokens-resetbutton','s:43:\"ar:غير المفاتيح المختارة\";'),('aeb-arab','messages:resettokens-summary','s:3:\"en:\";'),('aeb-arab','messages:resettokens-text','s:266:\"ar:عليك تغيير الرموز من الاطلاع على البيانات الخصوصية المتعلقة بحسابك.\n\nغير الرموز إذا أطلعت عليها أحدهم عن طريف الخطأ أو إذا كان حسابك قد اُختُرِق.\";'),('aeb-arab','messages:resettokens-token-label','s:39:\"ar:$1 (القيمة الحالية: $2)\";'),('aeb-arab','messages:resettokens-tokens','s:16:\"ar:مفاتيح:\";'),('aeb-arab','messages:resettokens-watchlist-token','s:138:\"ar:رمز تغذية الويب (آتوم/آس إس إس) [[Special:Watchlist|للتغيرات التي على قائمة مراقبتك]]\";'),('aeb-arab','messages:rest-bad-content-model','s:43:\"ar:نموذج المحتوى السيئ: $1\";'),('aeb-arab','messages:rest-bad-json-body','s:72:\"ar:نص الطلب غير صالح، يجب أن يكون كائن JSON.\";'),('aeb-arab','messages:rest-badtoken','s:44:\"ar:رمز CSRF المقدم غير صالح.\";'),('aeb-arab','messages:rest-cannot-load-file','s:57:\"ar:لا يمكن تحميل ملف العنوان «$1».\";'),('aeb-arab','messages:rest-compare-inaccessible','s:97:\"ar:المراجعة المحددة بواسطة الوسيط $1 ليست متاحة علانية.\";'),('aeb-arab','messages:rest-compare-nonexistent','s:84:\"ar:المراجعة المحددة بواسطة الوسيط $1 غير موجودة.\";'),('aeb-arab','messages:rest-compare-page-mismatch','s:105:\"ar:المراجعات المحددة تنتمي إلى صفحات مختلفة؛ رفض مقارنتها.\";'),('aeb-arab','messages:rest-compare-permission-denied','s:89:\"ar:لا يمكن للمستخدم الوصول إلى المراجعات المطلوبة\";'),('aeb-arab','messages:rest-compare-wikidiff2','s:75:\"ar:تتطلب نقطة النهاية هذه wikidiff2 1.9.0 أو أحدث.\";'),('aeb-arab','messages:rest-compare-wrong-content','s:151:\"ar:تحتوي فتحة $1 للمراجعة المحددة بواسطة الوسيط $2 على نوع محتوى لا يمكن تحويله إلى نص.\";'),('aeb-arab','messages:rest-cross-origin-anon-write','s:81:\"ar:غير مسموح بطلبات الكتابة عبر الأصل المجهول\";'),('aeb-arab','messages:rest-extraneous-csrf-token','s:205:\"ar:تم العثور على رمز CSRF غريب. يجب عدم استخدام رموز CSRF المميزة عند استخدام آليات المصادقة مثل OAuth الآمنة ضد هجمات CSRF.\";'),('aeb-arab','messages:rest-html-backend-error','s:31:\"ar:تعذر جلب Parsoid HTML\";'),('aeb-arab','messages:rest-invalid-user','s:60:\"ar:اسم المستخدم المحدد ($1) غير صالح\";'),('aeb-arab','messages:rest-json-body-parse-error','s:54:\"ar:تحليل نص الطلب بسبب فشل JSON: $1\";'),('aeb-arab','messages:rest-media-too-many-links','s:130:\"ar:تم العثور على عدد كبير جدًا من ارتباطات الوسائط في العنوان $1 (مسموح ب$2)\";'),('aeb-arab','messages:rest-missing-body-field','s:70:\"ar:الحقل الإلزامي «$1» مفقود من نص الطلب.\";'),('aeb-arab','messages:rest-no-match','s:98:\"ar:المسار النسبي المطلوب ($1) لا يتطابق مع أي معالج معروف\";'),('aeb-arab','messages:rest-no-revision','s:71:\"ar:غير قادر على استرداد مراجعة للعنوان $1\";'),('aeb-arab','messages:rest-nonexistent-revision','s:60:\"ar:المراجعة المحددة ($1) غير موجودة.\";'),('aeb-arab','messages:rest-nonexistent-title','s:53:\"ar:العنوان المحدد ($1) غير موجود\";'),('aeb-arab','messages:rest-nonexistent-title-revision','s:92:\"ar:المراجعة المحددة ($1) غير موجودة للصفحة المحددة ($2)\";'),('aeb-arab','messages:rest-nonexistent-user','s:55:\"ar:المستخدم المحدد ($1) غير موجود\";'),('aeb-arab','messages:rest-page-source-type-error','s:75:\"ar:نوع محتوى مصدر الصفحة المطلوب غير مدعوم\";'),('aeb-arab','messages:rest-pagehistory-incompatible-params','s:93:\"ar:لا يمكن تحديد كلا الوسيطين \"الأقدم من\" و\"الأحدث من\"\";'),('aeb-arab','messages:rest-pagehistory-param-range-error','s:65:\"ar:يجب أن يكون معرف المراجعة أكبر من 0\";'),('aeb-arab','messages:rest-pagehistory-timestamp-error','s:103:\"ar:غير قادر على استرداد الطابع الزمني للمراجعة المحددة ($1)\";'),('aeb-arab','messages:rest-pagehistorycount-parameters-invalid','s:75:\"ar:المجموعة المحددة من الوسائط غير مدعومة.\";'),('aeb-arab','messages:rest-pagehistorycount-too-many-revisions','s:131:\"ar:يحتوي العنوان المحدد على عدد كبير جدا من المراجعات لاسترداد هذا العدد.\";'),('aeb-arab','messages:rest-pagehistorycount-type-unrecognized','s:52:\"ar:نوع العد المحدد ($1) غير صالح\";'),('aeb-arab','messages:rest-permission-denied-anon','s:76:\"ar:لا يمكن الوصول إليها من قبل مستخدم مجهول\";'),('aeb-arab','messages:rest-permission-denied-revision','s:93:\"ar:لا يمكن للمستخدم الوصول إلى المراجعة المطلوبة ($1).\";'),('aeb-arab','messages:rest-permission-denied-title','s:81:\"ar:المستخدم ليست لديه صلاحية قراءة العنوان ($1)\";'),('aeb-arab','messages:rest-prefix-mismatch','s:86:\"ar:المسار المطلوب ($1) لم يكن داخل مسار جذر API REST ($2)\";'),('aeb-arab','messages:rest-requires-safe-against-csrf','s:79:\"ar:تتطلب نقطة النهاية هذه موفر جلسة CSRF آمنًا.\";'),('aeb-arab','messages:rest-resource-limit-exceeded','s:64:\"ar:تجاوزت حدود الموارد معالجة الطلب.\";'),('aeb-arab','messages:rest-search-error','s:53:\"ar:خطأ عند إرجاع نتائج البحث: $1\";'),('aeb-arab','messages:rest-update-cannot-create-page','s:266:\"ar:لا يمكن إنشاء الصفحة «$1» لأنها موجودة بالفعل. لتحديث الصفحة الحالية، قم بتوفير معرّف المراجعة الأساسي في البنية أسفل مفتاح «الأحدث» في نص الطلب.\";'),('aeb-arab','messages:rest-wrong-method','s:141:\"ar:لم تكن طريقة الطلب  ($1)  {{PLURAL:$3|الطريقة|إحدى الطرق}} المسموح بها لهذا المسار ($2)\";'),('aeb-arab','messages:restore-count-files','s:82:\"ar:{{PLURAL:$1||ملف واحد|ملفان|$1 ملفات|$1 ملفًا|$1 ملف}}\";'),('aeb-arab','messages:restore-count-revisions','s:47:\"ar:{{PLURAL:$1|1 مراجعة|$1 مراجعة}}\";'),('aeb-arab','messages:restorelink','s:203:\"aeb-arab:{{PLURAL:$1|$1 تعديل محذوف|تعديلا واحدا محذوفا|تعديلين محذوفين|$1 تعديلات محذوفة|$1 تعديلا محذوفا|$1 تعديلا محذوفا}}\";'),('aeb-arab','messages:restoreprefs','s:62:\"ar:استرجاع كل الإعدادات الافتراضية\";'),('aeb-arab','messages:restricted-displaytitle','s:144:\"ar:<strong>تحذير:</strong> عنوان العرض \"$1\" تم تجاهله بما أنه لا يساوي عنوان الصفحة الفعلي.\";'),('aeb-arab','messages:restricted-displaytitle-ignored','s:59:\"ar:الصفحات بعناوين عرض تم تجاهلها\";'),('aeb-arab','messages:restricted-displaytitle-ignored-desc','s:168:\"ar:هذه الصفحة تحتوي على <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> تم تجاهله لأنه لا يساوي عنوان الصفحة الفعلي.\";'),('aeb-arab','messages:restriction-blank','s:3:\"en:\";'),('aeb-arab','messages:restriction-create','s:17:\"ar:الإنشاء\";'),('aeb-arab','messages:restriction-edit','s:19:\"aeb-arab:تبديل\";'),('aeb-arab','messages:restriction-level','s:29:\"ar:مستوى الضوابط:\";'),('aeb-arab','messages:restriction-level-all','s:18:\"ar:أي مستوى\";'),('aeb-arab','messages:restriction-level-autoconfirmed','s:24:\"ar:حماية جزئية\";'),('aeb-arab','messages:restriction-level-sysop','s:24:\"ar:حماية كاملة\";'),('aeb-arab','messages:restriction-move','s:13:\"ar:النقل\";'),('aeb-arab','messages:restriction-type','s:10:\"ar:إذن:\";'),('aeb-arab','messages:restriction-upload','s:9:\"ar:رفع\";'),('aeb-arab','messages:restrictionsfield-badip','s:56:\"ar:عنوان أيبي أو نطاق غير صحيح: $1\";'),('aeb-arab','messages:restrictionsfield-help','s:132:\"ar:عنوان أيبي أو نطاق CIDR واحد لكل سطر. لتفعيل كل شيء، استخدم:\n<pre>0.0.0.0/0\n::/0</pre>\";'),('aeb-arab','messages:restrictionsfield-label','s:51:\"ar:نطاقات الأيبي المسموح بها:\";'),('aeb-arab','messages:retrievedfrom','s:27:\"ar:مجلوبة من «$1»\";'),('aeb-arab','messages:returnto','s:24:\"aeb-arab:إرجع لـ$1\";'),('aeb-arab','messages:retypenew','s:60:\"aeb-arab:أعد كتابة كلمة السر الجديدة:\";'),('aeb-arab','messages:reuploaddesc','s:72:\"ar:إلغاء الرفع والرجوع إلى استمارة الرفع\";'),('aeb-arab','messages:rev-deleted-comment','s:43:\"aeb-arab:(أزيل ملخص التعديل)\";'),('aeb-arab','messages:rev-deleted-diff-view','s:249:\"aeb-arab:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb-arab','messages:rev-deleted-event','s:48:\"aeb-arab:(فعل السجل تمت إزالته)\";'),('aeb-arab','messages:rev-deleted-no-diff','s:250:\"aeb-arab:لا يمكنك رؤية هذا الفرق لأن إحدى المراجعات <strong>حُذِفت</strong>.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('aeb-arab','messages:rev-deleted-text-permission','s:190:\"aeb-arab:<strong>حُذِفت</strong> مراجعة هذه الصفحة.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف].\";'),('aeb-arab','messages:rev-deleted-text-unhide','s:301:\"aeb-arab:<strong>حُذِفت</strong> مراجعة الصفحة هذه.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nمازال بإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('aeb-arab','messages:rev-deleted-text-view','s:218:\"aeb-arab:<strong>حُذِفت</strong> مراجعة هذه الصفحة.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف].\";'),('aeb-arab','messages:rev-deleted-unhide-diff','s:293:\"aeb-arab:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('aeb-arab','messages:rev-deleted-user','s:54:\"aeb-arab:(اسم المستخدم تمت إزالته)\";'),('aeb-arab','messages:rev-deleted-user-contribs','s:133:\"aeb-arab:[اسم المستخدم أو عنوان الأيبي تمت إزالته - التعديل مخفي من المساهمات]\";'),('aeb-arab','messages:rev-delundel','s:26:\"aeb-arab:ظهّر/خبّي\";'),('aeb-arab','messages:rev-showdeleted','s:17:\"aeb-arab:أظهر\";'),('aeb-arab','messages:rev-suppressed-diff-view','s:262:\"aeb-arab:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية هذا الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\";'),('aeb-arab','messages:rev-suppressed-no-diff','s:123:\"aeb-arab:ليس بإمكانك مشاهدة هذا الفرق لأن إحدى المراجعات <strong>حذفت</strong>.\";'),('aeb-arab','messages:rev-suppressed-text','s:65:\"ar:<strong>مُنعت</ strong> مراجعة الصفحة هذه.\";'),('aeb-arab','messages:rev-suppressed-text-permission','s:181:\"ar:هذه النسخة قد <strong>أخفيت</strong>. \nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('aeb-arab','messages:rev-suppressed-text-unhide','s:298:\"aeb-arab:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('aeb-arab','messages:rev-suppressed-text-view','s:224:\"aeb-arab:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('aeb-arab','messages:rev-suppressed-unhide-diff','s:301:\"aeb-arab:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('aeb-arab','messages:revdel-restore','s:32:\"aeb-arab:تغيير الرؤية\";'),('aeb-arab','messages:revdelete-concurrent-change','s:200:\"aeb-arab:خطأ في تعديل العنصر ذي التاريخ $2 $1: تظهر حالته أن شخصا آخر عدله أثناء محاولتك تعديله.\nمن فضلك راجع السجلات.\";'),('aeb-arab','messages:revdelete-confirm','s:188:\"aeb-arab:من فضلك أكد أنك تنوي فعل هذا، وأنك تفهم العواقب، وأنك تفعل هذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('aeb-arab','messages:revdelete-content-hid','s:22:\"ar:محتوى مخفي\";'),('aeb-arab','messages:revdelete-content-unhid','s:29:\"ar:محتوى غير مخفي\";'),('aeb-arab','messages:revdelete-edit-reasonlist','s:37:\"aeb-arab:عدل أسباب الحذف\";'),('aeb-arab','messages:revdelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('aeb-arab','messages:revdelete-failure','s:64:\"aeb-arab:\'\'\'تعذر تحديث رؤية المراجعة:\'\'\'\n$1\";'),('aeb-arab','messages:revdelete-hide-comment','s:41:\"aeb-arab:أخف تعليق التعديل\";'),('aeb-arab','messages:revdelete-hide-current','s:146:\"aeb-arab:خطأ عند إخفاء العنصر المؤرخ في $2 $1: هذه هي المراجعة الحالية.\nلا يمكن إخفاؤها.\";'),('aeb-arab','messages:revdelete-hide-image','s:37:\"aeb-arab:أخف محتوى الملف\";'),('aeb-arab','messages:revdelete-hide-name','s:39:\"aeb-arab:أخف الفعل والهدف\";'),('aeb-arab','messages:revdelete-hide-restricted','s:89:\"aeb-arab:أخف البيانات عن الإداريين إضافة إلى الآخرين\";'),('aeb-arab','messages:revdelete-hide-text','s:37:\"aeb-arab:أخف نص المراجعة\";'),('aeb-arab','messages:revdelete-hide-user','s:41:\"aeb-arab:اسم/أيبي المستخدم\";'),('aeb-arab','messages:revdelete-legend','s:35:\"aeb-arab:وضع ضوابط رؤية\";'),('aeb-arab','messages:revdelete-log','s:20:\"aeb-arab:السبب:\";'),('aeb-arab','messages:revdelete-modify-missing','s:124:\"aeb-arab:خطأ في تعديل العنصر ذا الهوية $1: العنصر مفقود من قاعدة البيانات!\";'),('aeb-arab','messages:revdelete-modify-no-access','s:162:\"aeb-arab:خطأ في تعديل العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('aeb-arab','messages:revdelete-no-change','s:140:\"aeb-arab:<strong>تحذير:</strong> العنصر ذو التاريخ $2 $1 لديه أصلا إعدادات الظهور المطلوبة.\";'),('aeb-arab','messages:revdelete-no-file','s:51:\"aeb-arab:الملف المحدد غير موجود.\";'),('aeb-arab','messages:revdelete-nooldid-text','s:248:\"aeb-arab:إما أنك لم تحدد مراجعة (أو مراجعات) معينة هدفا لهذه الوظيفة، أو أن المراجعة المحددة غير موجودة، أو أنك تحاول إخفاء المراجعة الحالية.\";'),('aeb-arab','messages:revdelete-nooldid-title','s:46:\"aeb-arab:مراجعة هدف غير صحيحة\";'),('aeb-arab','messages:revdelete-offender','s:35:\"aeb-arab:مؤلف المراجعة:\";'),('aeb-arab','messages:revdelete-only-restricted','s:218:\"aeb-arab:خطأ إخفاء العنصر المؤرخ $2, $1: لا تستطيع تنحية العناصر من عرض الإداريين بدون أن تحدد أيضا إحدى خيارات التنحية الأخرى.\";'),('aeb-arab','messages:revdelete-otherreason','s:34:\"aeb-arab:سبب آخر/إضافي:\";'),('aeb-arab','messages:revdelete-radio-same','s:24:\"aeb-arab:(لا تغير)\";'),('aeb-arab','messages:revdelete-radio-set','s:15:\"aeb-arab:نعم\";'),('aeb-arab','messages:revdelete-radio-unset','s:13:\"aeb-arab:لا\";'),('aeb-arab','messages:revdelete-reason-dropdown','s:163:\"aeb-arab:* أسباب حذف عامة\n** خرق لحقوق النشر\n** معلومات شخصية غير ملائمة\n**معلومات تشهيرية محتملة\";'),('aeb-arab','messages:revdelete-reason-dropdown-suppress','s:93:\"ar:*أسباب الإخفاء الشائعة\n** معلومات شخصية غير مناسبة\";'),('aeb-arab','messages:revdelete-reasonotherlist','s:22:\"aeb-arab:سبب آخر\";'),('aeb-arab','messages:revdelete-restricted','s:50:\"ar:طبق الضوابط لمديري النظام\";'),('aeb-arab','messages:revdelete-selected-file','s:120:\"ar:{{PLURAL:$1|النسخة المختارة من الملف|النسخ المختارة من الملف}} لـ [[:$2]]:\";'),('aeb-arab','messages:revdelete-selected-text','s:69:\"ar:{{PLURAL:$1|نسخة مختارة|نسخ مختارة}} ل[[:$2]]:\";'),('aeb-arab','messages:revdelete-show-file-confirm','s:149:\"aeb-arab:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('aeb-arab','messages:revdelete-show-file-submit','s:15:\"aeb-arab:نعم\";'),('aeb-arab','messages:revdelete-show-no-access','s:162:\"aeb-arab:خطأ في إظهار العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('aeb-arab','messages:revdelete-submit','s:153:\"aeb-arab:تطبيق على {{PLURAL:$1||المراجعة المختارة|المراجعتين المختارتين|المراجعات المختارة}}\";'),('aeb-arab','messages:revdelete-success','s:70:\"aeb-arab:\'\'\'تم تحديث رؤية المراجعات بنجاح.\'\'\'\";'),('aeb-arab','messages:revdelete-summary-hid','s:35:\"ar:ملخص التحرير مخفي\";'),('aeb-arab','messages:revdelete-summary-unhid','s:42:\"ar:ملخص التحرير غير مخفي\";'),('aeb-arab','messages:revdelete-suppress','s:76:\"aeb-arab:أخف البيانات عن مديري النظام والبقية\";'),('aeb-arab','messages:revdelete-suppress-text','s:345:\"aeb-arab:ينبغي للإخفاء أن يستخدم <strong>فقط</strong> في الحالات التالية:\n* معلومات يحتمل أن تكون تشهيرية\n* معلومات شخصية غير ملائمة\n*: <em>عناوين المنازل وأرقام الهواتف وأرقام الهويات الوطنية إلى آخره.</em>\";'),('aeb-arab','messages:revdelete-text-file','s:165:\"ar:ستبقى نسخ الملف المحذوفة تظهر في تاريخ الملف، ولكن جزءاً من مضمونها لن تكون متاحة للعموم.\";'),('aeb-arab','messages:revdelete-text-others','s:179:\"ar:سيتمكن الإداريون الآخرون من الوصول إلى المحتوى المخفي وإلغاء حذفه مجددا، ما لم تطبق قيود إضافية.\";'),('aeb-arab','messages:revdelete-text-text','s:172:\"ar:المراجعات المحذوفة ستظل تظهر في تاريخ الصفحة، ولكن أجزاءا من محتواها سيكون محجوبا عن الجميع.\";'),('aeb-arab','messages:revdelete-uname-hid','s:35:\"ar:اسم المستخدم مخفي\";'),('aeb-arab','messages:revdelete-uname-unhid','s:42:\"ar:اسم المستخدم غير مخفي\";'),('aeb-arab','messages:revdelete-unrestricted','s:52:\"ar:أزال الضوابط لمديري النظام\";'),('aeb-arab','messages:revdelete-unsuppress','s:77:\"aeb-arab:إزالة الضوابط من المراجعات المسترجعة\";'),('aeb-arab','messages:reverted','s:35:\"ar:استرجع لنسخة أقدم\";'),('aeb-arab','messages:revertmerge','s:30:\"aeb-arab:إلغاء الدمج\";'),('aeb-arab','messages:revertmove','s:21:\"aeb-arab:استرجع\";'),('aeb-arab','messages:revertpage','s:134:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]]) حتى آخر مراجعة ل[[User:$1|$1]]\";'),('aeb-arab','messages:revertpage-anon','s:117:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] حتى آخر مراجعة بواسطة [[User:$1|$1]]\";'),('aeb-arab','messages:revertpage-nouser','s:110:\"ar:استرجع تعديلات مستخدم مخفي حتى آخر مراجعة ل{{GENDER:$1|[[User:$1|$1]]}}\";'),('aeb-arab','messages:revid','s:22:\"ar:المراجعة $1\";'),('aeb-arab','messages:revision-info','s:56:\"aeb-arab:مراجعة $1 بواسطة {{GENDER:$6|$2}}$7\";'),('aeb-arab','messages:revision-info-current','s:4:\"en:-\";'),('aeb-arab','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('aeb-arab','messages:revisionasof','s:18:\"ar:مراجعة $1\";'),('aeb-arab','messages:revisiondelete','s:49:\"aeb-arab:حذف/استرجاع المراجعات\";'),('aeb-arab','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('aeb-arab','messages:right-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('aeb-arab','messages:right-applychangetags','s:93:\"ar:تطبيق [[Special:Tags|الوسوم]]  مع التغييرات التي أجريتها.\";'),('aeb-arab','messages:right-autoconfirmed','s:53:\"ar:غير متأثر بحدود معدل الآيبي\";'),('aeb-arab','messages:right-autocreateaccount','s:76:\"ar:تسجيل الدخول باستخدام حساب مستخدم خارجي\";'),('aeb-arab','messages:right-autopatrol','s:86:\"ar:التعليم على تعديلات المستخدم كمراجعة تلقائيا\";'),('aeb-arab','messages:right-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('aeb-arab','messages:right-block','s:65:\"ar:منع المستخدمين الآخرين من التعديل\";'),('aeb-arab','messages:right-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('aeb-arab','messages:right-bot','s:49:\"ar:تعامل كعملية أوتوماتيكية\";'),('aeb-arab','messages:right-browsearchive','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('aeb-arab','messages:right-changetags','s:105:\"ar:إضافة وإزالة [[Special:Tags|وسوم]] في مراجعات ومدخلات سجل فردية\";'),('aeb-arab','messages:right-createaccount','s:50:\"ar:إنشاء حسابات مستخدم جديدة\";'),('aeb-arab','messages:right-createpage','s:68:\"ar:إنشاء الصفحات (التي ليست صفحات نقاش)\";'),('aeb-arab','messages:right-createtalk','s:37:\"ar:إنشاء صفحات النقاش\";'),('aeb-arab','messages:right-delete','s:24:\"ar:حذف الصفحات\";'),('aeb-arab','messages:right-delete-redirect','s:85:\"ar:حذف حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('aeb-arab','messages:right-deletechangetags','s:72:\"ar:حذف [[Special:Tags|الوسوم]] من قاعدة البيانات\";'),('aeb-arab','messages:right-deletedhistory','s:97:\"ar:رؤية مدخلات التاريخ المحذوفة، بدون نصوصها المصاحبة\";'),('aeb-arab','messages:right-deletedtext','s:97:\"ar:عرض النص المحذوف والتغييرات بين المراجعات المحذوفة\";'),('aeb-arab','messages:right-deletelogentry','s:60:\"ar:حذف وإلغاء حذف مدخلات سجل معينة\";'),('aeb-arab','messages:right-deleterevision','s:72:\"ar:حذف واسترجاع مراجعات معينة من الصفحات\";'),('aeb-arab','messages:right-edit','s:28:\"ar:تعديل الصفحات\";'),('aeb-arab','messages:right-editcontentmodel','s:40:\"ar:عدل طريقة محتوى صفحة\";'),('aeb-arab','messages:right-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('aeb-arab','messages:right-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('aeb-arab','messages:right-editmyprivateinfo','s:114:\"ar:تعديل بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('aeb-arab','messages:right-editmyusercss','s:54:\"ar:تعديل ملفات CSS للمستخدم نفسه\";'),('aeb-arab','messages:right-editmyuserjs','s:69:\"ar:تعديل ملفات جافاسكربت للمستخدم نفسه\";'),('aeb-arab','messages:right-editmyuserjson','s:59:\"ar:تعديل ملفات جسون للمستخدم نفسه\";'),('aeb-arab','messages:right-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('aeb-arab','messages:right-editmywatchlist','s:147:\"ar:حرر قائمة مراقبتك. لاحظ أن بعض الإجراءات لا تزال تضيف الصفحات حتى بدون هذا الحق.\";'),('aeb-arab','messages:right-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('aeb-arab','messages:right-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('aeb-arab','messages:right-editsitecss','s:48:\"ar:تعديل CSS على مستوى الموقع\";'),('aeb-arab','messages:right-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('aeb-arab','messages:right-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('aeb-arab','messages:right-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('aeb-arab','messages:right-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('aeb-arab','messages:right-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('aeb-arab','messages:right-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('aeb-arab','messages:right-import','s:59:\"ar:استيراد الصفحات من ويكيات أخرى\";'),('aeb-arab','messages:right-importupload','s:55:\"ar:استيراد الصفحات من ملف مرفوع\";'),('aeb-arab','messages:right-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي، المنع التلقائي ومنع النطاق\";'),('aeb-arab','messages:right-managechangetags','s:56:\"ar:إنشاء وتعطيل [[Special:Tags|الوسوم]]\";'),('aeb-arab','messages:right-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('aeb-arab','messages:right-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('aeb-arab','messages:right-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('aeb-arab','messages:right-minoredit','s:56:\"ar:التعليم على التعديلات كطفيفة\";'),('aeb-arab','messages:right-move','s:24:\"ar:نقل الصفحات\";'),('aeb-arab','messages:right-move-categorypages','s:35:\"ar:نقل صفحات التصنيف\";'),('aeb-arab','messages:right-move-rootuserpages','s:58:\"ar:نقل صفحات المستخدمين الأساسية\";'),('aeb-arab','messages:right-move-subpages','s:59:\"ar:نقل الصفحات مع صفحاتها الفرعية\";'),('aeb-arab','messages:right-movefile','s:24:\"ar:نقل الملفات\";'),('aeb-arab','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('aeb-arab','messages:right-nominornewtalk','s:126:\"ar:عدم جعل التعديلات الطفيفة لصفحات النقاش تظهر برواز الرسائل الجديدة\";'),('aeb-arab','messages:right-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('aeb-arab','messages:right-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('aeb-arab','messages:right-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('aeb-arab','messages:right-patrol','s:73:\"ar:تعليم تعديلات الآخرين بعلامة المراجعة\";'),('aeb-arab','messages:right-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('aeb-arab','messages:right-protect','s:86:\"ar:تغيير مستويات الحماية وتعديل الصفحات المحمية\";'),('aeb-arab','messages:right-purge','s:46:\"ar:تحديث كاش الموقع للصفحة\";'),('aeb-arab','messages:right-read','s:28:\"ar:قراءة الصفحات\";'),('aeb-arab','messages:right-reupload','s:42:\"ar:الكتابة على ملف موجود\";'),('aeb-arab','messages:right-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('aeb-arab','messages:right-reupload-shared','s:94:\"ar:الرفع على الملفات في مستودع الملفات المشترك محليا\";'),('aeb-arab','messages:right-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('aeb-arab','messages:right-sendemail','s:85:\"ar:إرسال رسائل بريد إلكتروني إلى مستخدمين آخرين\";'),('aeb-arab','messages:right-siteadmin','s:53:\"ar:غلق ورفع غلق قاعدة البيانات\";'),('aeb-arab','messages:right-suppressionlog','s:39:\"ar:رؤية السجلات السرية\";'),('aeb-arab','messages:right-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('aeb-arab','messages:right-suppressrevision','s:95:\"ar:مراجعة واسترجاع المراجعات المخفية عن مديري النظام\";'),('aeb-arab','messages:right-unblockself','s:38:\"ar:رفع المنع عن أنفسهم\";'),('aeb-arab','messages:right-undelete','s:26:\"ar:استرجاع صفحة\";'),('aeb-arab','messages:right-unwatchedpages','s:63:\"ar:رؤية قائمة بالصفحات غير المراقبة\";'),('aeb-arab','messages:right-upload','s:24:\"ar:رفع الملفات\";'),('aeb-arab','messages:right-upload_by_url','s:41:\"ar:رفع ملف من عنوان مسار\";'),('aeb-arab','messages:right-userrights','s:54:\"ar:تعديل كل صلاحيات المستخدمين\";'),('aeb-arab','messages:right-userrights-interwiki','s:101:\"ar:تعديل صلاحيات المستخدم للمستخدمين في الويكيات الأخرى\";'),('aeb-arab','messages:right-viewmyprivateinfo','s:118:\"ar:استعراض بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('aeb-arab','messages:right-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('aeb-arab','messages:right-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('aeb-arab','messages:right-writeapi','s:36:\"ar:استخدام API للكتابة\";'),('aeb-arab','messages:rightslog','s:45:\"ar:سجل صلاحيات المستخدمين\";'),('aeb-arab','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('aeb-arab','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('aeb-arab','messages:rightslogentry-temporary-group','s:28:\"ar:$1 (مؤقت، حتى $2)\";'),('aeb-arab','messages:rightslogtext','s:79:\"ar:هذا سجل بالتغييرات في صلاحيات المستخدمين.\";'),('aeb-arab','messages:rightsnone','s:16:\"ar:(لا شيء)\";'),('aeb-arab','messages:rollback','s:41:\"ar:التراجع عن التعديلات\";'),('aeb-arab','messages:rollback-confirmation-confirm','s:29:\"ar:يُرجى التأكيد:\";'),('aeb-arab','messages:rollback-confirmation-no','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:rollback-confirmation-yes','s:17:\"ar:استرجاع\";'),('aeb-arab','messages:rollback-missingparam','s:60:\"ar:محددات مطلوبة مفقودة عند الطلب.\";'),('aeb-arab','messages:rollback-missingrevision','s:67:\"ar:غير قادر على تحميل بيانات المراجعة.\";'),('aeb-arab','messages:rollback-success','s:110:\"ar:تم استرجاع تعديلات {{GENDER:$3|$1}}، حتى آخر نسخة بواسطة {{GENDER:$4|$2}}.\";'),('aeb-arab','messages:rollbackfailed','s:35:\"ar:لم ينجح الاسترجاع\";'),('aeb-arab','messages:rollbacklink','s:17:\"aeb-arab:رجّع\";'),('aeb-arab','messages:rollbacklinkcount','s:135:\"ar:استرجع {{PLURAL:$1|لا تعديلات|تعديلا واحدا|تعديلين|$1 تعديلات|$1 تعديلاً|تعديل}}\";'),('aeb-arab','messages:rollbacklinkcount-morethan','s:132:\"ar:استرجاع أكثر من {{PLURAL:$1|تعديل|تعديل|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('aeb-arab','messages:rotate-comment','s:138:\"ar:تدوير الصورة  {{PLURAL:$1||درجة واحدة|درجتان|$1 درجات|$1 درجة}} باتجاه عقارب الساعة\";'),('aeb-arab','messages:sat','s:19:\"aeb-arab:السبت\";'),('aeb-arab','messages:saturday','s:19:\"aeb-arab:السبت\";'),('aeb-arab','messages:saturday-at','s:36:\"ar:يوم السبت الساعة $1\";'),('aeb-arab','messages:savearticle','s:28:\"aeb-arab:حفظ الصفحة\";'),('aeb-arab','messages:savearticle-start','s:25:\"ar:حفظ الصفحة…\";'),('aeb-arab','messages:savechanges','s:28:\"ar:حفظ التغييرات\";'),('aeb-arab','messages:savechanges-start','s:31:\"ar:حفظ التغييرات...\";'),('aeb-arab','messages:savedprefs','s:32:\"ar:تم حفظ تفضيلاتك.\";'),('aeb-arab','messages:savedrights','s:101:\"ar:حُفظت المجموعات الجديدة {{GENDER:$1|للمستخدم|للمستخدمة}} $1.\";'),('aeb-arab','messages:savefile','s:20:\"ar:حفظ الملف\";'),('aeb-arab','messages:saveprefs','s:9:\"ar:حفظ\";'),('aeb-arab','messages:saveusergroups','s:74:\"ar:حفظ مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:scarytranscludedisabled','s:51:\"ar:[التضمين بالإنترويكي معطل]\";'),('aeb-arab','messages:scarytranscludefailed','s:45:\"ar:[البحث عن القالب فشل ل$1]\";'),('aeb-arab','messages:scarytranscludefailed-httpstatus','s:48:\"ar:[فشل جلب القالب لـ $1: HTTP $2]\";'),('aeb-arab','messages:scarytranscludetoolong','s:39:\"ar:[المسار طويل للغاية]\";'),('aeb-arab','messages:search','s:17:\"aeb-arab:لوّج\";'),('aeb-arab','messages:search-category','s:22:\"ar:(التصنيف $1)\";'),('aeb-arab','messages:search-error','s:47:\"ar:حدث خطأ ما أثناء البحث: $1\";'),('aeb-arab','messages:search-external','s:20:\"ar:بحث خارجي\";'),('aeb-arab','messages:search-file-match','s:37:\"ar:(يطابق محتوى الملف)\";'),('aeb-arab','messages:search-filter-title-prefix','s:83:\"ar:البحث فقط في الصفحات التي يبدأ عنوانها بـ \"$1\"\";'),('aeb-arab','messages:search-filter-title-prefix-reset','s:42:\"ar:البحث في جميع الصفحات\";'),('aeb-arab','messages:search-ignored-headings','s:752:\"ar:# <!-- اترك هذا السطر كما هو --> <pre>\n# سيتم تجاهل الترويسات خلال عملية البحث\n#التغييرات ستأخذ مجراها ما أن يتم فهرسة الصفحة التي تحتوي على ترويسات\n# يمكنك فرض عملية فهرسة الصفحة من خلال تعديل فارغ\n# الصيغة هي كالأتي:\n# * كل ما يكتب بعد \"#\" إلى آخر السطر يعتبر تعليق\n# * كل سطر غير فارغ سيكون العنوان الذي سيتم تجاهله (سيأخذ العنوان كما هو بالضبط بالتشكيل وخلافه)\nالمراجع\nالوصلات الخارجية\nانظر أيضا\n#</pre><!--أترك هذا السطر كما هو -->\";'),('aeb-arab','messages:search-interwiki-custom','s:3:\"en:\";'),('aeb-arab','messages:search-interwiki-more','s:17:\"ar:(المزيد)\";'),('aeb-arab','messages:search-interwiki-more-results','s:35:\"ar:المزيد من النتائج\";'),('aeb-arab','messages:search-interwiki-resultset-link','s:35:\"ar:مشاهدة كل النتائج\";'),('aeb-arab','messages:search-invalid-sort-order','s:144:\"ar:ترتيب فرز $1 غير معروفP سيتم تطبيق الفرز الافتراضي، ترتيبات الفرز الصالحة هي: $2\";'),('aeb-arab','messages:search-match-redirect-help','s:145:\"ar:حدد هذا الخيار لإعادة توجيهك إلى صفحة عندما يتطابق عنوان الصفحة مع ما بحثت عنه\";'),('aeb-arab','messages:search-match-redirect-label','s:74:\"ar:التحويل إلى التطابقات التامة عند البحث\";'),('aeb-arab','messages:search-nonefound','s:64:\"aeb-arab:لا توجد نتائج تطابق الاستعلام.\";'),('aeb-arab','messages:search-nonefound-thiswiki','s:83:\"ar:لا توجد نتائج تطابق الاستعلام في هذا الموقع.\";'),('aeb-arab','messages:search-redirect','s:26:\"aeb-arab:(تحويلة $1)\";'),('aeb-arab','messages:search-relatedarticle','s:15:\"ar:مرتبطة\";'),('aeb-arab','messages:search-result-category-size','s:385:\"aeb-arab:{{PLURAL:$1|لا أعضاء|عضو واحد|عضوان|$1 أعضاء|$1 عضوًا|$1 عضو}} ({{PLURAL:$2|لا تصانيف فرعية|تصنيف فرعي واحد|تصنيفان فرعيان|$2 تصنيفات فرعية|$2 تصنيفًا فرعيًا|$2 تصنيف فرعي}} و{{PLURAL:$3|لا ملفات|ملف واحد|ملفان|$3 ملفات|$3 ملفًا|$3 ملف}})\";'),('aeb-arab','messages:search-result-size','s:96:\"ar:$1 ({{PLURAL:$2|لا كلمات|كلمة واحدة|كلمتان|$2 كلمات|$2 كلمة}})\";'),('aeb-arab','messages:search-rewritten','s:85:\"ar:إظهار النتائج ل$1،  لم يتم العثور على نتائج ل$2.\";'),('aeb-arab','messages:search-section','s:14:\"ar:(قسم $1)\";'),('aeb-arab','messages:search-showingresults','s:148:\"ar:{{PLURAL:$4|النتائج <strong>$1</strong> من <strong>$3</strong>|النتائج <strong>$1 - $2</strong> من أصل <strong>$3</strong>}}\";'),('aeb-arab','messages:search-suggest','s:37:\"aeb-arab:ياخي كنت تقصد: $1\";'),('aeb-arab','messages:search-summary','s:3:\"en:\";'),('aeb-arab','messages:search-unknown-profile','s:137:\"ar:لم يتم التعرف على ملف تعريف البحث $1؛ سيتم تطبيق ملف تعريف البحث الافتراضي.\";'),('aeb-arab','messages:search-warning','s:42:\"ar:حدث خطأ أثناء البحث: $1\";'),('aeb-arab','messages:searchall','s:11:\"ar:الكل\";'),('aeb-arab','messages:searcharticle','s:17:\"aeb-arab:إمشي\";'),('aeb-arab','messages:searchbutton','s:17:\"aeb-arab:لوّج\";'),('aeb-arab','messages:searchdisabled','s:206:\"ar:البحث في {{SITENAME}} معطل.\nيمكنك البحث من خلال جوجل في الوقت الحالي.\nلاحظ أن فهارسه لمحتوى {{SITENAME}} ربما تكون غير محدثة.\";'),('aeb-arab','messages:searchlimit-help','s:30:\"ar:العدد الأقصى: $1\";'),('aeb-arab','messages:searchlimit-label','s:79:\"ar:عدد نتائج البحث المراد إظهارها في كل صفحة:\";'),('aeb-arab','messages:searchmenu-exists','s:135:\"ar:توجد صفحة اسمها «[[:$1]]» على {{SITENAME}}. {{PLURAL:$2|0=|انظر أيضا نتائج البحث الأخرى.}}\";'),('aeb-arab','messages:searchmenu-new','s:222:\"aeb-arab:<strong>أنشئ الصفحة \"[[:$1]]\" في هذه الويكي.</strong> {{PLURAL:$2|0=|انظر أيضا الصفحة التي وجدت بالبحث.|انظر أيضا نتائج البحث التي وجدت.}}\";'),('aeb-arab','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('aeb-arab','messages:searchprofile-advanced','s:13:\"ar:متقدم\";'),('aeb-arab','messages:searchprofile-advanced-tooltip','s:48:\"ar:ابحث في النطاقات المخصصة\";'),('aeb-arab','messages:searchprofile-articles','s:28:\"ar:صفحات المحتوى\";'),('aeb-arab','messages:searchprofile-articles-tooltip','s:25:\"aeb-arab:لوّج في $1\";'),('aeb-arab','messages:searchprofile-everything','s:20:\"aeb-arab:كلّ شي\";'),('aeb-arab','messages:searchprofile-everything-tooltip','s:73:\"ar:ابحث في كل المحتوى (شاملا صفحات النقاش)\";'),('aeb-arab','messages:searchprofile-images','s:34:\"ar:الوسائط المتعددة\";'),('aeb-arab','messages:searchprofile-images-tooltip','s:34:\"aeb-arab:لوّج عالتصاور\";'),('aeb-arab','messages:searchrelated','s:21:\"aeb-arab:مرتبطة\";'),('aeb-arab','messages:searchresults','s:34:\"aeb-arab:نتايج التلويج\";'),('aeb-arab','messages:searchresults-title','s:36:\"ar:نتائج البحث عن «$1»\";'),('aeb-arab','messages:searchresultshead','s:9:\"ar:بحث\";'),('aeb-arab','messages:searchsuggest-containing','s:51:\"ar:ابحث عن الصفحات التي تحتوي\";'),('aeb-arab','messages:searchsuggest-search','s:35:\"aeb-arab:لوّج في {{SITENAME}}\";'),('aeb-arab','messages:seconds','s:82:\"ar:{{PLURAL:$1||ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}}\";'),('aeb-arab','messages:seconds-abbrev','s:7:\"ar:$1ث\";'),('aeb-arab','messages:seconds-ago','s:46:\"ar:قبل {{PLURAL:$1|ثانية|$1 ثوان}}\";'),('aeb-arab','messages:sectioneditnotsupported-text','s:77:\"aeb-arab:تعديل الأقسام غير مدعوم في هذه الصفحة\";'),('aeb-arab','messages:sectioneditnotsupported-title','s:52:\"aeb-arab:تعديل الأقسام غير مدعوم\";'),('aeb-arab','messages:selfmove','s:82:\"ar:العنوان هو نفسه؛\nلا يمكن نقل صفحة على نفسها.\";'),('aeb-arab','messages:selfredirect','s:313:\"ar:<strong>تحذير:</strong> أنت تقوم بتحويل الصفحة إلى نفسها.\nربما حددت الهدف الخطأ للتحويلة أو أنك تقوم بتحرير الصفحة الخطأ.\n\nإذا نقرت على «$1» مرة أخرى، سيتم إنشاء التحويلة رغم الخطأ.\";'),('aeb-arab','messages:semicolon-separator','s:10:\"ar:؛&#32;\";'),('aeb-arab','messages:semiprotectedpagemovewarning','s:231:\"ar:<strong>ملاحظة:</strong> هذه الصفحة تمت حمايتها ليتمكن المستخدمون المؤكون تلقائيا وحدهم من نقلها،\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb-arab','messages:semiprotectedpagewarning','s:236:\"aeb-arab:<strong>ملاحظة:</strong> هذه الصفحة محمية بحيث يمكن للمستخدمين المؤكدين تلقائيًّا فقط تعديلها،\nأحدث مدخلة سجل معروضة بالأسفل كمرجع:\";'),('aeb-arab','messages:sep','s:21:\"aeb-arab:سبتمبر\";'),('aeb-arab','messages:september','s:21:\"aeb-arab:سبتمبر\";'),('aeb-arab','messages:september-gen','s:21:\"aeb-arab:سبتمبر\";'),('aeb-arab','messages:servertime','s:23:\"ar:وقت الخادم:\";'),('aeb-arab','messages:session_fail_preview','s:531:\"aeb-arab:عذرا! لم نتمكن من حفظ التعديلات التي قمت بها نتيجة لضياع بيانات هذه الجلسة.\n\nربما تكون قد تم تسجيل خروجك. <strong>من فضلك تأكد من أنك مسجل الدخول وحاول مرة أخرى</strong>.\nفي حال استمرار المشكلة حاول أن تقوم [[Special:UserLogout|بالخروج]] ومن ثم الولوج مرة أخرى. و تأكد من أن متصفحك يسمح بالكوكيز من  هذا الموقع.\";'),('aeb-arab','messages:session_fail_preview_html','s:611:\"aeb-arab:عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\n\n<em>لأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.</em>\n\n<strong>إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.</strong>\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا. و تأكد من أن متصفحك يسمح بالكوكيز من هذا الموقع.\";'),('aeb-arab','messages:sessionfailure','s:253:\"ar:يبدو أنه هناك مشكلة في جلسة الدخول الخاصة بك؛\nلذلك فقد ألغيت هذه العملية كإجراء احترازي ضد الاختراق.\nمن فضلك أعد إرسال الاستمارة مرة أخرى.\";'),('aeb-arab','messages:sessionfailure-title','s:27:\"ar:فشل في الجلسة\";'),('aeb-arab','messages:sessionmanager-tie','s:67:\"ar:لا يمكن جمع أنواع استيثاق متعددة: $1.\";'),('aeb-arab','messages:sessionprovider-generic','s:16:\"ar:جلسات $1\";'),('aeb-arab','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:83:\"ar:جلسات قائمة على ملفات تعريف الارتباط (كوكيز)\";'),('aeb-arab','messages:sessionprovider-nocookies','s:130:\"ar:قد يتم تعطيل الكوكيز. تأكد من تمكين ملفات تعريف الأرتباط وأبد مرةأخرى.\";'),('aeb-arab','messages:shared-repo','s:26:\"ar:مستودع مشترك\";'),('aeb-arab','messages:shared-repo-from','s:10:\"ar:من $1\";'),('aeb-arab','messages:shared-repo-name-wikimediacommons','s:32:\"ar:ويكيميديا كومنز\";'),('aeb-arab','messages:shareddescriptionfollows','s:4:\"en:-\";'),('aeb-arab','messages:sharedupload','s:100:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\";'),('aeb-arab','messages:sharedupload-desc-create','s:161:\"ar:هذا ملف من $1 وقد يكون مستخدما في مشاريع أخرى.\nيمكن لك أن تعدل وصف الملف في [$2  صفحته] هناك.\";'),('aeb-arab','messages:sharedupload-desc-edit','s:161:\"ar:هذا ملف من $1 وقد يكون مستخدما في مشاريع أخرى.\nيمكن لك أن تعدل وصف الملف في [$2  صفحته] هناك.\";'),('aeb-arab','messages:sharedupload-desc-here','s:192:\"aeb-arab:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\nالوصف على [$2 صفحة وصف الملف] هناك معروض بالأسفل.\";'),('aeb-arab','messages:sharedupload-desc-there','s:191:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\nمن فضلك انظر [$2 صفحة وصف الملف] لمزيد من المعلومات.\";'),('aeb-arab','messages:shortpages','s:24:\"ar:صفحات قصيرة\";'),('aeb-arab','messages:shortpages-summary','s:3:\"en:\";'),('aeb-arab','messages:show','s:17:\"aeb-arab:ورّي\";'),('aeb-arab','messages:show-big-image','s:38:\"aeb-arab:الفيشياي الأصلي\";'),('aeb-arab','messages:show-big-image-other','s:102:\"ar:{{PLURAL:$2||البعد الآخر|البعدان الآخران|الأبعاد الأخرى}}: $1.\";'),('aeb-arab','messages:show-big-image-preview','s:38:\"ar:حجم هذه المعاينة: $1.\";'),('aeb-arab','messages:show-big-image-preview-differ','s:75:\"ar:حجم معاينة $3 لذلك الملف ذي الامتداد $2: $1.\";'),('aeb-arab','messages:show-big-image-size','s:20:\"ar:$1 × $2 بكسل\";'),('aeb-arab','messages:showdiff','s:36:\"aeb-arab:ورّي التبديلات\";'),('aeb-arab','messages:showhideselectedlogentries','s:59:\"ar:غير رؤية مدخلات السجل المختارة\";'),('aeb-arab','messages:showhideselectedversions','s:60:\"aeb-arab:أظهر/أخف المراجعات المختارة\";'),('aeb-arab','messages:showingresults','s:114:\"ar:معروض بالأسفل {{PLURAL:$1|<strong>1</strong> نتيجة}} بدءا من رقم <strong>$2</strong>.\";'),('aeb-arab','messages:showingresultsinrange','s:186:\"ar:بالأسفل {{PLURAL:$1|نتيجة واحدة|<strong>$1</strong> نتائج|<strong>$1</strong> نتيجة}} في النطاق من <strong>$2</strong> إلى <strong>$3</strong>.\";'),('aeb-arab','messages:shown-title','s:64:\"ar:عرض $1 {{PLURAL:$1|نتيجة|نتيجة}} لكل صفحة\";'),('aeb-arab','messages:showpreview','s:30:\"aeb-arab:أظهر معاينة\";'),('aeb-arab','messages:showtoc','s:11:\"ar:أظهر\";'),('aeb-arab','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('aeb-arab','messages:sig-text','s:7:\"en:--$1\";'),('aeb-arab','messages:signature','s:65:\"aeb-arab:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|حديث]])\";'),('aeb-arab','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('aeb-arab','messages:signature-temp','s:74:\"ar:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|نقاش]])\";'),('aeb-arab','messages:signupend','s:3:\"en:\";'),('aeb-arab','messages:signupend-https','s:3:\"en:\";'),('aeb-arab','messages:signupstart','s:3:\"en:\";'),('aeb-arab','messages:simpleantispam-label','s:77:\"ar:اختبار ضد السُّخام.\n<strong>لا</strong> تملأ هذا!\";'),('aeb-arab','messages:site-atom-feed','s:27:\"ar:تلقيمة أتوم $1\";'),('aeb-arab','messages:site-rss-feed','s:37:\"aeb-arab:$1 تلقيم أر إس إس\";'),('aeb-arab','messages:sitecsspreview','s:132:\"aeb-arab:<strong>تذكر أنك فقط في وضع المعاينة لهذا CSS. \nلم يتم حفظ الصفحة بعد!</strong>\";'),('aeb-arab','messages:sitecssprotected','s:117:\"ar:ليس لديك صلاحية تعديل صفحة CSS هذه لأنها قد تؤثر على جميع الزوار.\";'),('aeb-arab','messages:sitejsonpreview','s:135:\"ar:<strong>تذكّر أنك في وضع المعاينة فقط لتهيئة جسون هذه،\nفهي لم تُنشر بعد!</strong>\";'),('aeb-arab','messages:sitejsonprotected','s:122:\"ar:ليس لديك صلاحية تعديل صفحة جسون هذه لأنها قد تؤثر على جميع الزوار.\";'),('aeb-arab','messages:sitejspreview','s:134:\"aeb-arab:<strong>تذكر أنك فقط في وضع المعاينة لكود JavaScript هذا.\nلم يتم حفظه بعد!</strong>\";'),('aeb-arab','messages:sitejsprotected','s:135:\"ar:ليس لديك صلاحية تعديل صفحة جافا سكريبت هذه لأنها قد تؤثر على جميع الزوار.\";'),('aeb-arab','messages:sitenotice','s:4:\"en:-\";'),('aeb-arab','messages:siterawhtmlprotected','s:174:\"ar:ليس لديك صلاحية لتعديل هذه الصفحة لأنها تحتوي على HTML خام ويمكن تعديله للتأثير على جميع الزوار.\";'),('aeb-arab','messages:sitesubtitle','s:3:\"en:\";'),('aeb-arab','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('aeb-arab','messages:siteuser','s:31:\"ar:مستخدم {{SITENAME}} $1\";'),('aeb-arab','messages:siteusers','s:74:\"ar:{{PLURAL:$2|{{GENDER:$1|مستخدم}}|مستخدمو}} {{SITENAME}} $1\";'),('aeb-arab','messages:size-bytes','s:28:\"ar:$1 {{PLURAL:$1|بايت}}\";'),('aeb-arab','messages:size-exabytes','s:22:\"ar:$1 إكسابايت\";'),('aeb-arab','messages:size-exapixel','s:22:\"ar:$1 إكسابكسل\";'),('aeb-arab','messages:size-gigabytes','s:22:\"ar:$1 جيجابايت\";'),('aeb-arab','messages:size-gigapixel','s:22:\"ar:$1 غيغابكسل\";'),('aeb-arab','messages:size-kilobytes','s:22:\"ar:$1 كيلوبايت\";'),('aeb-arab','messages:size-kilopixel','s:22:\"ar:$1 كيلوبكسل\";'),('aeb-arab','messages:size-megabytes','s:22:\"ar:$1 ميجابايت\";'),('aeb-arab','messages:size-megapixel','s:24:\"ar:$1  ميغا بكسل\";'),('aeb-arab','messages:size-petabytes','s:22:\"ar:$1 بيتابايت\";'),('aeb-arab','messages:size-petapixel','s:22:\"ar:$1 بيتابكسل\";'),('aeb-arab','messages:size-pixel','s:28:\"ar:$1 {{PLURAL:$1|بكسل}}\";'),('aeb-arab','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('aeb-arab','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('aeb-arab','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('aeb-arab','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('aeb-arab','messages:size-terabytes','s:22:\"ar:$1 تيرابايت\";'),('aeb-arab','messages:size-terapixel','s:22:\"ar:$1 تيرابكسل\";'),('aeb-arab','messages:size-yottabytes','s:22:\"ar:$1 يوتابايت\";'),('aeb-arab','messages:size-yottapixel','s:22:\"ar:$1 يوتابكسل\";'),('aeb-arab','messages:size-zettabytes','s:22:\"ar:$1 زيبيبايت\";'),('aeb-arab','messages:size-zettapixel','s:22:\"ar:$1 زيتابكسل\";'),('aeb-arab','messages:skin-action-addsection','s:28:\"aeb-arab:أضف موضوعا\";'),('aeb-arab','messages:skin-action-delete','s:17:\"aeb-arab:احذف\";'),('aeb-arab','messages:skin-action-move','s:17:\"aeb-arab:حوّل\";'),('aeb-arab','messages:skin-action-protect','s:11:\"ar:احمِ\";'),('aeb-arab','messages:skin-action-undelete','s:32:\"aeb-arab:استرجع الحذف\";'),('aeb-arab','messages:skin-action-unprotect','s:24:\"ar:غير الحماية\";'),('aeb-arab','messages:skin-action-viewdeleted','s:24:\"aeb-arab:أأعرض $1؟\";'),('aeb-arab','messages:skin-action-viewsource','s:22:\"ar:عرض المصدر\";'),('aeb-arab','messages:skin-preview','s:18:\"ar:عرض مسبق\";'),('aeb-arab','messages:skin-view-create','s:11:\"ar:أنشئ\";'),('aeb-arab','messages:skin-view-create-local','s:33:\"ar:أضف وصفًا محليًا\";'),('aeb-arab','messages:skin-view-edit','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:skin-view-edit-local','s:33:\"ar:عدل الوصف المحلي\";'),('aeb-arab','messages:skin-view-foreign','s:27:\"aeb-arab:ورّي على $1\";'),('aeb-arab','messages:skin-view-history','s:28:\"aeb-arab:ورّي الپاج\";'),('aeb-arab','messages:skin-view-view','s:17:\"aeb-arab:أقرا\";'),('aeb-arab','messages:skinname-minerva','s:10:\"en:Minerva\";'),('aeb-arab','messages:skinname-vector','s:33:\"ar:فكتور القديم (2010)\";'),('aeb-arab','messages:skinname-vector-2022','s:22:\"ar:فيكتور (2022)\";'),('aeb-arab','messages:slot-name-main','s:13:\"ar:رئيسي\";'),('aeb-arab','messages:softblockrangesreason','s:165:\"ar:المساهمات بدون تسجيل الدخول غير مسموح بها من عنوان الأيبي الخاص بك ($1). من فضلك سجل الدخول.\";'),('aeb-arab','messages:sorbs','s:27:\"ar:دي إن إس بي إل\";'),('aeb-arab','messages:sorbs_create_account_reason','s:171:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\nلا يمكنك إنشاء حساب.\";'),('aeb-arab','messages:sorbsreason','s:134:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\";'),('aeb-arab','messages:sort-ascending','s:32:\"aeb-arab:ترتيب تصاعدي\";'),('aeb-arab','messages:sort-descending','s:32:\"aeb-arab:ترتيب تنازلي\";'),('aeb-arab','messages:sort-initial','s:30:\"ar:الترتيب الأصلي\";'),('aeb-arab','messages:sort-rowspan-error','s:217:\"ar:تحتوي هذه الصفحة على جدول بسمة rowspan تمتد صفوفا أكثر مما يحتوي عليه الجدول بالفعل. يمكنك إصلاح هذا عن طريق تحرير الصفحة.\";'),('aeb-arab','messages:sourcefilename','s:30:\"ar:اسم ملف المصدر:\";'),('aeb-arab','messages:sourceurl','s:25:\"ar:مسار المصدر:\";'),('aeb-arab','messages:sp-contributions-blocked-notice','s:140:\"ar:{{GENDER:$1|هذا المستخدم}} ممنوع حاليا.\nآخر مدخلة في سجل المنع موجودة أدناه كمرجع:\";'),('aeb-arab','messages:sp-contributions-blocked-notice-anon','s:126:\"ar:عنوان الأيبي هذا ممنوع حاليا.\nآخر مدخلة لسجل المنع معروضة هنا كمرجع:\";'),('aeb-arab','messages:sp-contributions-blocked-notice-anon-partial','s:150:\"ar:عنوان الأيبي هذا ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('aeb-arab','messages:sp-contributions-blocked-notice-partial','s:143:\"ar:هذا المستخدم ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('aeb-arab','messages:sp-contributions-blocklog','s:26:\"aeb-arab:سجل المنع\";'),('aeb-arab','messages:sp-contributions-concurrency-ip','s:176:\"ar:عذرا، يتم تقديم الكثير من الطلبات من عنوان الآيبي الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('aeb-arab','messages:sp-contributions-concurrency-user','s:178:\"ar:عذرا، يتم تقديم الكثير من الطلبات من حساب المستخدم الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('aeb-arab','messages:sp-contributions-deleted','s:84:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المحذوفة\";'),('aeb-arab','messages:sp-contributions-explain','s:3:\"en:\";'),('aeb-arab','messages:sp-contributions-footer','s:4:\"en:-\";'),('aeb-arab','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('aeb-arab','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('aeb-arab','messages:sp-contributions-hideminor','s:43:\"ar:أخف التعديلات الطفيفة\";'),('aeb-arab','messages:sp-contributions-logs','s:19:\"aeb-arab:سجلات\";'),('aeb-arab','messages:sp-contributions-newonly','s:44:\"ar:أظهر إنشاء الصفحات فقط\";'),('aeb-arab','messages:sp-contributions-outofrange','s:127:\"ar:غير قادر على عرض أي نتائج. نطاق الأيبي المطلوب هو أكبر من حد CIDR وهو /$1.\";'),('aeb-arab','messages:sp-contributions-search','s:35:\"aeb-arab:بحث عن مساهمات\";'),('aeb-arab','messages:sp-contributions-submit','s:9:\"ar:بحث\";'),('aeb-arab','messages:sp-contributions-suppresslog','s:82:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المخفية\";'),('aeb-arab','messages:sp-contributions-talk','s:17:\"aeb-arab:نقاش\";'),('aeb-arab','messages:sp-contributions-toponly','s:52:\"aeb-arab:أظهر أعلى المراجعات فقط\";'),('aeb-arab','messages:sp-contributions-uploads','s:23:\"aeb-arab:مرفوعات\";'),('aeb-arab','messages:sp-contributions-username','s:54:\"aeb-arab:عنوان أيبي أو اسم مستخدم:\";'),('aeb-arab','messages:sp-contributions-userrights','s:78:\"ar:إدارة صلاحيات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:sp-deletedcontributions-contribs','s:17:\"ar:مساهمات\";'),('aeb-arab','messages:sp-newimages-showfrom','s:63:\"ar:أظهر الملفات الجديدة بدءا من $2، $1\";'),('aeb-arab','messages:spam_blanking','s:66:\"ar:كل النسخ احتوت على وصلات ل $1، إفراغ\";'),('aeb-arab','messages:spam_deleting','s:72:\"ar:جميع النسخ تحوي رابطا إلى $1، يتم الحذف\";'),('aeb-arab','messages:spam_reverting','s:68:\"ar:استرجاع آخر نسخة ليس بها وصلات إلى $1\";'),('aeb-arab','messages:spambot_username','s:41:\"ar:تنظيف سبام ميدياويكي\";'),('aeb-arab','messages:spamprotectionmatch','s:85:\"ar:النص التالي هو ما نشط مانع السبام الخاص بنا: $1\";'),('aeb-arab','messages:spamprotectiontext','s:178:\"ar:منع مرشح الإساءة النص الذي أردت نشره.\nهذا على الأرجح بسبب وصلة إلى موقع خارجي في القائمة السوداء.\";'),('aeb-arab','messages:spamprotectiontitle','s:44:\"ar:مرشح الحماية من السخام\";'),('aeb-arab','messages:special-characters-group-arabic','s:13:\"ar:عربية\";'),('aeb-arab','messages:special-characters-group-arabicextended','s:24:\"ar:عربية موسعة\";'),('aeb-arab','messages:special-characters-group-bangla','s:17:\"ar:بنغالية\";'),('aeb-arab','messages:special-characters-group-canadianaboriginal','s:20:\"ar:كندي أصلي\";'),('aeb-arab','messages:special-characters-group-cyrillic','s:17:\"ar:كيريلية\";'),('aeb-arab','messages:special-characters-group-devanagari','s:21:\"ar:ديوناكرية\";'),('aeb-arab','messages:special-characters-group-greek','s:17:\"ar:يونانية\";'),('aeb-arab','messages:special-characters-group-greekextended','s:28:\"ar:يونانية موسعة\";'),('aeb-arab','messages:special-characters-group-gujarati','s:17:\"ar:غجراتية\";'),('aeb-arab','messages:special-characters-group-hebrew','s:13:\"ar:عبرية\";'),('aeb-arab','messages:special-characters-group-ipa','s:24:\"ar:صوتية دولية\";'),('aeb-arab','messages:special-characters-group-khmer','s:15:\"ar:خميرية\";'),('aeb-arab','messages:special-characters-group-lao','s:13:\"ar:لاوية\";'),('aeb-arab','messages:special-characters-group-latin','s:17:\"ar:لاتينية\";'),('aeb-arab','messages:special-characters-group-latinextended','s:28:\"ar:لاتينية موسعة\";'),('aeb-arab','messages:special-characters-group-persian','s:15:\"ar:فارسية\";'),('aeb-arab','messages:special-characters-group-runes','s:26:\"ar:أبجدية رونية\";'),('aeb-arab','messages:special-characters-group-sinhala','s:17:\"ar:سنهالية\";'),('aeb-arab','messages:special-characters-group-symbols','s:11:\"ar:رموز\";'),('aeb-arab','messages:special-characters-group-tamil','s:17:\"ar:تاميلية\";'),('aeb-arab','messages:special-characters-group-telugu','s:17:\"ar:تيلوجية\";'),('aeb-arab','messages:special-characters-group-thai','s:19:\"ar:تايلندية\";'),('aeb-arab','messages:special-characters-title-emdash','s:24:\"ar:واصلة طويلة\";'),('aeb-arab','messages:special-characters-title-endash','s:24:\"ar:واصلة قصيرة\";'),('aeb-arab','messages:special-characters-title-minus','s:24:\"ar:علامة الطرح\";'),('aeb-arab','messages:specialdeletepage-page','s:34:\"ar:الصفحة المستهدفة\";'),('aeb-arab','messages:specialdeletepage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('aeb-arab','messages:specialeditpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('aeb-arab','messages:specialeditpage-submit','s:29:\"ar:انتقل إلى صفحة\";'),('aeb-arab','messages:speciallogtitlelabel','s:85:\"ar:الهدف (عنوان أو {{ns:user}}:اسم المستخدم للمستخدم):\";'),('aeb-arab','messages:specialloguserlabel','s:16:\"ar:المؤدي:\";'),('aeb-arab','messages:specialmute','s:20:\"ar:كتم الصوت\";'),('aeb-arab','messages:specialmute-email-footer','s:124:\"ar:لإدارة تفضيلات البريد الإلكتروني للمستخدم {{BIDI:$2}}؛ تُرجَى زيارة <$1>\";'),('aeb-arab','messages:specialmute-error-invalid-user','s:76:\"ar:لا يمكن العثور على اسم المستخدم المطلوب.\";'),('aeb-arab','messages:specialmute-error-no-options','s:340:\"ar:ميزات كتم الصوت غير متوفرة. قد يكون هذا بسبب أنك لم تؤكد عنوان بريدك الإلكتروني، أو بسبب قيام إداري الويكي بتعطيل ميزات البريد الإلكتروني أو قائمة كتم صوت البريد الإلكتروني لهذه الويكي.\";'),('aeb-arab','messages:specialmute-header','s:108:\"ar:يُرجَى تحديد تفضيلات كتم الصوت للمستخدم <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('aeb-arab','messages:specialmute-label-mute-email','s:123:\"ar:كتم رسائل البريد الإلكتروني من {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}\";'),('aeb-arab','messages:specialmute-login-required','s:97:\"ar:يُرجَى تسجيل الدخول لتغيير تفضيلات الصمت الخاصة بك.\";'),('aeb-arab','messages:specialmute-submit','s:13:\"ar:تأكيد\";'),('aeb-arab','messages:specialmute-success','s:162:\"ar:تم تحديث تفضيلات كتم الصوت بنجاح. شاهد كل المستخدمين الصامتين في [[Special:Preferences|تفضيلاتك]].\";'),('aeb-arab','messages:specialpage','s:20:\"ar:صفحة خاصة\";'),('aeb-arab','messages:specialpage-empty','s:52:\"ar:لا توجد نتائج لهذا التقرير.\";'),('aeb-arab','messages:specialpage-securitylevel-not-allowed','s:133:\"ar:عذرا، أنت غير مسموح لك باستخدام هذه الصفة لأن هويتك لا يمكن التحقق منها.\";'),('aeb-arab','messages:specialpage-securitylevel-not-allowed-title','s:25:\"ar:غير مسموح به\";'),('aeb-arab','messages:specialpagehistory-page','s:34:\"ar:الصفحة المستهدفة\";'),('aeb-arab','messages:specialpagehistory-submit','s:29:\"ar:انتقل إلى صفحة\";'),('aeb-arab','messages:specialpageinfo-page','s:34:\"ar:الصفحة المستهدفة\";'),('aeb-arab','messages:specialpageinfo-submit','s:29:\"ar:انتقل إلى صفحة\";'),('aeb-arab','messages:specialpages','s:30:\"ar:الصفحات الخاصة\";'),('aeb-arab','messages:specialpages-group-changes','s:47:\"ar:السجلات وأحدث التغييرات\";'),('aeb-arab','messages:specialpages-group-developer','s:30:\"ar:أدوات المطورين\";'),('aeb-arab','messages:specialpages-group-highuse','s:35:\"ar:صفحات استخدام عال\";'),('aeb-arab','messages:specialpages-group-login','s:33:\"ar:دخول / إنشاء حساب\";'),('aeb-arab','messages:specialpages-group-maintenance','s:30:\"ar:تقارير الصيانة\";'),('aeb-arab','messages:specialpages-group-media','s:56:\"ar:تقارير الميديا وعمليات الرفع\";'),('aeb-arab','messages:specialpages-group-other','s:31:\"ar:صفحات خاصة أخرى\";'),('aeb-arab','messages:specialpages-group-pages','s:28:\"ar:قوائم الصفحات\";'),('aeb-arab','messages:specialpages-group-pagetools','s:28:\"ar:أدوات الصفحات\";'),('aeb-arab','messages:specialpages-group-redirects','s:21:\"ar:التحويلات\";'),('aeb-arab','messages:specialpages-group-spam','s:26:\"ar:أدوات السبام\";'),('aeb-arab','messages:specialpages-group-users','s:44:\"ar:المستخدمون والصلاحيات\";'),('aeb-arab','messages:specialpages-group-wiki','s:36:\"ar:البيانات والأدوات\";'),('aeb-arab','messages:specialpages-note-cached','s:4:\"en:-\";'),('aeb-arab','messages:specialpages-note-restricted','s:116:\"ar:* صفحات خاصة عادية.\n* <span class=\"mw-specialpagerestricted\">صفحات خاصة مقيدة.</span>\";'),('aeb-arab','messages:specialpages-note-top','s:17:\"ar:المفتاح\";'),('aeb-arab','messages:specialpages-summary','s:3:\"en:\";'),('aeb-arab','messages:specialprotectpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('aeb-arab','messages:specialprotectpage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('aeb-arab','messages:specialpurge-page','s:34:\"ar:الصفحة المستهدفة\";'),('aeb-arab','messages:specialpurge-submit','s:29:\"ar:انتقل إلى صفحة\";'),('aeb-arab','messages:statistics','s:23:\"aeb-arab:إحصاءات\";'),('aeb-arab','messages:statistics-articles','s:28:\"ar:صفحات المحتوى\";'),('aeb-arab','messages:statistics-articles-desc','s:3:\"en:\";'),('aeb-arab','messages:statistics-edits','s:63:\"ar:تعديلات الصفحات منذ تنصيب {{SITENAME}}\";'),('aeb-arab','messages:statistics-edits-average','s:48:\"ar:متوسط التعديلات لكل صفحة\";'),('aeb-arab','messages:statistics-files','s:34:\"ar:الملفات المرفوعة\";'),('aeb-arab','messages:statistics-files-desc','s:3:\"en:\";'),('aeb-arab','messages:statistics-footer','s:3:\"en:\";'),('aeb-arab','messages:statistics-header-edits','s:36:\"ar:إحصاءات التعديلات\";'),('aeb-arab','messages:statistics-header-hooks','s:26:\"ar:إحصاءات أخرى\";'),('aeb-arab','messages:statistics-header-pages','s:32:\"ar:إحصاءات الصفحات\";'),('aeb-arab','messages:statistics-header-users','s:38:\"ar:إحصاءات المستخدمين\";'),('aeb-arab','messages:statistics-pages','s:17:\"ar:الصفحات\";'),('aeb-arab','messages:statistics-pages-desc','s:125:\"ar:كل الصفحات في الويكي، بما في ذلك صفحات النقاش، التحويلات، إلى آخره.\";'),('aeb-arab','messages:statistics-summary','s:3:\"en:\";'),('aeb-arab','messages:statistics-users','s:32:\"ar:مستخدمون مسجلون\";'),('aeb-arab','messages:statistics-users-active','s:30:\"ar:مستخدمون نشطون\";'),('aeb-arab','messages:statistics-users-active-desc','s:142:\"ar:المستخدمون الذين قاموا بفعل في آخر {{PLURAL:$1|$1 يوم|يوم|يومين|$1 أيام|$1 يوما|$1 يوم}}\";'),('aeb-arab','messages:storedversion','s:36:\"aeb-arab:النسخة المخزنة\";'),('aeb-arab','messages:subcategories','s:42:\"aeb-arab:التصنيفات الفرعية\";'),('aeb-arab','messages:subject','s:31:\"aeb-arab:موضوع/عنوان:\";'),('aeb-arab','messages:summary','s:18:\"aeb-arab:ملخص:\";'),('aeb-arab','messages:summary-preview','s:35:\"aeb-arab:معاينة الملخص:\";'),('aeb-arab','messages:sun','s:19:\"aeb-arab:الأحد\";'),('aeb-arab','messages:sunday','s:19:\"aeb-arab:الأحد\";'),('aeb-arab','messages:sunday-at','s:36:\"ar:يوم الأحد الساعة $1\";'),('aeb-arab','messages:suppress','s:19:\"ar:أوفرسايت\";'),('aeb-arab','messages:suppressionlog','s:30:\"aeb-arab:سجل الإخفاء\";'),('aeb-arab','messages:suppressionlogtext','s:260:\"aeb-arab:بالأسفل قائمة بعمليات الحذف والمنع التي تتضمن محتوى مخفيا عن الإداريين.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لترى عمليات المنع القائمة الآن.\";'),('aeb-arab','messages:suspicious-userlogout','s:131:\"aeb-arab:رفض طلب خروجك لأنه يبدو كأنه أرسل عن طريق متصفح معطوب أو وسيط تخزين.\";'),('aeb-arab','messages:svg-long-desc','s:76:\"aeb-arab:ملف SVG، أبعاده $1 × $2 بكسل، حجم الملف: $3\";'),('aeb-arab','messages:svg-long-desc-animated','s:87:\"ar:ملف SVG متحرك، بمقاسات  $1  ×  $2  بكسل، حجم الملف: $3\";'),('aeb-arab','messages:svg-long-error','s:33:\"ar:ملف SVG غير صالح: $1\";'),('aeb-arab','messages:syntaxhighlight-desc','s:151:\"ar:يوفر تمييزا لتركيب <code>&lt;syntaxhighlight&gt;</code> باستخدام [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('aeb-arab','messages:syntaxhighlight-enclose-category','s:69:\"ar:الصفحات التي تستخدم سمات enclose مهجورة\";'),('aeb-arab','messages:syntaxhighlight-enclose-category-desc','s:104:\"ar:يستخدم إبراز بناء الجملة على الصفحة بناء جملة enclose مهمل.\";'),('aeb-arab','messages:syntaxhighlight-error-category','s:60:\"ar:صفحات بها أخطاء في تعليم الصيغة\";'),('aeb-arab','messages:syntaxhighlight-error-category-desc','s:121:\"ar:كان هناك خطأ عند محاولة لتسليط الضوء على الكود المدرجة في الصفحة.\";'),('aeb-arab','messages:syntaxhighlight-error-exceeds-size-limit','s:147:\"ar:يتجاوز حجم الكود البالغ $1 {{PLURAL:$1|بايت}} الحد الأقصى المسموح به وهو $2 {{PLURAL:$2|بايت}}\";'),('aeb-arab','messages:syntaxhighlight-error-pygments-invocation-failure','s:33:\"ar:فشل استدعاء Pygments\";'),('aeb-arab','messages:syntaxhighlight-error-unknown-language','s:34:\"ar:لغة غير معروفة \"$1\"\";'),('aeb-arab','messages:syntaxhighlight-source-category','s:82:\"ar:الصفحات التي تستخدم علامات المصدر الموقوفة\";'),('aeb-arab','messages:syntaxhighlight-source-category-desc','s:92:\"ar:يستخدم تسليط الضوء على الصفحة علامات مصدر مهجورة\";'),('aeb-arab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:13:\"ar:الكود\";'),('aeb-arab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:13:\"ar:اللغة\";'),('aeb-arab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:16:\"ar:(لا شيء)\";'),('aeb-arab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:37:\"ar:إظهار أرقام الخطوط\";'),('aeb-arab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:27:\"ar:رقم سطر البدء\";'),('aeb-arab','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:14:\"ar:نص خام\";'),('aeb-arab','messages:systemblockedtext','s:429:\"ar:اسم المستخدم أو عنوان الأيبي الخاص بك تم منعه تلقائيا بواسطة ميدياويكي.\nالسبب المعطى هو:\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* نهاية المنع: $6\n* المقصود بالمنع: $7\n\nعنوان الأيبي الحالي الخاص بك هو $3.\nمن فضلك ضمن كل التفاصيل بالأعلى في أي استعلام تقوم به.\";'),('aeb-arab','messages:table_pager_empty','s:18:\"ar:لا نتائج\";'),('aeb-arab','messages:table_pager_first','s:28:\"ar:الصفحة الأولى\";'),('aeb-arab','messages:table_pager_last','s:30:\"ar:الصفحة الأخيرة\";'),('aeb-arab','messages:table_pager_limit','s:43:\"ar:اعرض $1 مدخلة في الصفحة\";'),('aeb-arab','messages:table_pager_limit_label','s:37:\"ar:العناصر في كل صفحة:\";'),('aeb-arab','messages:table_pager_limit_submit','s:11:\"ar:اذهب\";'),('aeb-arab','messages:table_pager_next','s:30:\"ar:الصفحة التالية\";'),('aeb-arab','messages:table_pager_prev','s:30:\"ar:الصفحة السابقة\";'),('aeb-arab','messages:tag-filter','s:48:\"aeb-arab:مرشح [[Special:Tags|الوسوم]]:\";'),('aeb-arab','messages:tag-filter-submit','s:11:\"ar:مرشح\";'),('aeb-arab','messages:tag-hidden','s:29:\"ar:$1 (علامة مخفية)\";'),('aeb-arab','messages:tag-list-wrapper','s:65:\"ar:[[Special:Tags|{{PLURAL:$1||وسم|وسمان|وسوم}}]]: $2\";'),('aeb-arab','messages:tag-mobile_edit','s:31:\"ar:تحرير من الجوال\";'),('aeb-arab','messages:tag-mobile_edit-description','s:48:\"ar:تحرير بواسطة موقع الجوال\";'),('aeb-arab','messages:tag-mobile_web_edit','s:29:\"ar:تعديل ويب جوال\";'),('aeb-arab','messages:tag-mobile_web_edit-description','s:58:\"ar:تعديل من موقع الويب في المحمول\";'),('aeb-arab','messages:tag-mw-blank','s:13:\"ar:إفراغ\";'),('aeb-arab','messages:tag-mw-blank-description','s:48:\"ar:التعديلات التي تفرغ صفحة\";'),('aeb-arab','messages:tag-mw-changed-redirect-target','s:39:\"ar:غُيَّر هدف التحويلة\";'),('aeb-arab','messages:tag-mw-changed-redirect-target-description','s:59:\"ar:التعديلات التي تغير هدف تحويلة\";'),('aeb-arab','messages:tag-mw-contentmodelchange','s:39:\"ar:تغيير موديل المحتوى\";'),('aeb-arab','messages:tag-mw-contentmodelchange-description','s:152:\"ar:التعديلات التي [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel تغير موديل المحتوى] لصفحة\";'),('aeb-arab','messages:tag-mw-manual-revert','s:22:\"ar:تراجع يدوي\";'),('aeb-arab','messages:tag-mw-manual-revert-description','s:89:\"ar:التعديلات التي تسترجع الصفحة يدويا لحالة سابقة\";'),('aeb-arab','messages:tag-mw-new-redirect','s:26:\"ar:تحويلة جديدة\";'),('aeb-arab','messages:tag-mw-new-redirect-description','s:103:\"ar:التعديلات التي تنشيء تحويلة جديدة أو تغير صفحة لتحويلة\";'),('aeb-arab','messages:tag-mw-removed-redirect','s:28:\"ar:أزال التحويلة\";'),('aeb-arab','messages:tag-mw-removed-redirect-description','s:92:\"ar:التعديلات التي تغير تحويلة موجودة إلى غير تحويلة\";'),('aeb-arab','messages:tag-mw-replace','s:15:\"ar:استبدل\";'),('aeb-arab','messages:tag-mw-replace-description','s:84:\"ar:التعديلات التي أزالت أكثر من 90% من محتوى صفحة\";'),('aeb-arab','messages:tag-mw-reverted','s:15:\"ar:مسترجع\";'),('aeb-arab','messages:tag-mw-reverted-description','s:86:\"ar:التعديلات التي جرى التراجع عنها في تعديل لاحق\";'),('aeb-arab','messages:tag-mw-rollback','s:17:\"ar:استرجاع\";'),('aeb-arab','messages:tag-mw-rollback-description','s:124:\"ar:التعديلات التي استرجعت التعديلات السابقة باستخدام وصلة الاسترجاع\";'),('aeb-arab','messages:tag-mw-server-side-upload','s:40:\"ar:رفع من طرف المُخدِّم\";'),('aeb-arab','messages:tag-mw-server-side-upload-description','s:87:\"ar:ملفات الوسائط المرفوعة عبر برنامج نصي للصيانة\";'),('aeb-arab','messages:tag-mw-undo','s:11:\"ar:رجوع\";'),('aeb-arab','messages:tag-mw-undo-description','s:113:\"ar:التعديلات التي ترجع عن التعديلات السابقة باستخدام وصلة رجوع\";'),('aeb-arab','messages:tagline','s:26:\"aeb-arab:من {{SITENAME}}\";'),('aeb-arab','messages:tags','s:43:\"ar:وسوم التغيير المفعّلة\";'),('aeb-arab','messages:tags-actions-header','s:17:\"ar:إجراءات\";'),('aeb-arab','messages:tags-activate','s:13:\"ar:تنشيط\";'),('aeb-arab','messages:tags-activate-not-allowed','s:55:\"ar:ليس من الممكن تفعيل الوسم \"$1\".\";'),('aeb-arab','messages:tags-activate-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('aeb-arab','messages:tags-activate-question','s:51:\"ar:أنت على وشك تنشيط الوسم \"$1\".\";'),('aeb-arab','messages:tags-activate-reason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:tags-activate-submit','s:13:\"ar:تفعيل\";'),('aeb-arab','messages:tags-activate-title','s:20:\"ar:نشط الوسم\";'),('aeb-arab','messages:tags-active-header','s:11:\"ar:نشط؟\";'),('aeb-arab','messages:tags-active-no','s:7:\"ar:لا\";'),('aeb-arab','messages:tags-active-yes','s:9:\"ar:نعم\";'),('aeb-arab','messages:tags-apply-blocked','s:133:\"ar:لا يمكنك تطبيق وسوم التغيير جنبا إلى جنب مع تغييراتك أثناء {{GENDER:$1|منعك}}.\";'),('aeb-arab','messages:tags-apply-no-permission','s:114:\"ar:ليس لديك إذن لتطبيق علامات التغيير جنبا إلى جنب مع التغييرات.\";'),('aeb-arab','messages:tags-apply-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن يتم تطبيقها يدويا: $1\";'),('aeb-arab','messages:tags-apply-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن يتم تطبيقه يدويا.\";'),('aeb-arab','messages:tags-create-already-exists','s:43:\"ar:الوسم \"$1\" موجود بالفعل.\";'),('aeb-arab','messages:tags-create-explanation','s:129:\"ar:افتراضيا، الوسوم المنشأة حديثا سيتاح استخدامها للمستخدمين والبوتات.\";'),('aeb-arab','messages:tags-create-heading','s:29:\"ar:إنشاء وسم جديد\";'),('aeb-arab','messages:tags-create-invalid-chars','s:186:\"ar:ينبغي ألا تحتوي أسماء الوسوم على فواصل (<code>,</code>) أو عارضة عمودية (<code>|</code>) أو خط مائل للأمام (<code>/</code>).\";'),('aeb-arab','messages:tags-create-invalid-title-chars','s:147:\"ar:يجب أن لا تحتوي أسماء العلامات الأحرف التي لا يمكن استخدامها في عناوين الصفحات.\";'),('aeb-arab','messages:tags-create-no-name','s:44:\"ar:عليك أن تحدد اسم الوسم.\";'),('aeb-arab','messages:tags-create-reason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:tags-create-submit','s:11:\"ar:أنشئ\";'),('aeb-arab','messages:tags-create-tag-name','s:21:\"ar:اسم الوسم:\";'),('aeb-arab','messages:tags-create-warnings-above','s:142:\"ar:{{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}} عند محاولة إنشاء الوسم \"$1\":\";'),('aeb-arab','messages:tags-create-warnings-below','s:51:\"ar:هل تود متابعة إنشاء الوسم؟\";'),('aeb-arab','messages:tags-deactivate','s:13:\"ar:تعطيل\";'),('aeb-arab','messages:tags-deactivate-not-allowed','s:55:\"ar:من غير الممكن تعطيل الوسم \"$1\".\";'),('aeb-arab','messages:tags-deactivate-question','s:51:\"ar:أنت على وشك تعطيل الوسم \"$1\".\";'),('aeb-arab','messages:tags-deactivate-reason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:tags-deactivate-submit','s:9:\"ar:عطل\";'),('aeb-arab','messages:tags-deactivate-title','s:20:\"ar:عطل الوسم\";'),('aeb-arab','messages:tags-delete','s:11:\"ar:احذف\";'),('aeb-arab','messages:tags-delete-explanation-active','s:283:\"ar:<strong>الوسم \"$1\" مازال نشطا، وسيتم الاستمرار في تطبيقه في المستقبل.</strong> لمنع هذا من الحدوث، اذهب إلى المكان(الأمكنة) حيث الوسم مضبوط ليتم تطبيقه، وعطله هناك.\";'),('aeb-arab','messages:tags-delete-explanation-in-use','s:179:\"ar:ستتم إزالته من {{PLURAL:$2|$2 مراجعة او مدخلة سجل|كل $2 مراجعات و/أو مدخلات سجل}} الذي هو مطبق عليهم حاليا.\";'),('aeb-arab','messages:tags-delete-explanation-initial','s:80:\"ar:أنت على وشك حذف الوسم \"$1\" من قاعدة البيانات.\";'),('aeb-arab','messages:tags-delete-explanation-warning','s:259:\"ar:هذا الفعل <strong>غير رجعي</strong> و <strong>لا يمكن التراجع عنه</strong>، ولا حتى بواسطة إداريي قاعدة البيانات. كن متاكدا من أن هذا هو الوسم الذي تريد حذفه.\";'),('aeb-arab','messages:tags-delete-no-permission','s:76:\"ar:أنت لا تمتلك الصلاحية لحذف وسوم التغيير.\";'),('aeb-arab','messages:tags-delete-not-allowed','s:123:\"ar:الوسوم التي يعرفها امتداد لا يمكن حذفها إلا إذا أتاح الامتداد ذلك.\";'),('aeb-arab','messages:tags-delete-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('aeb-arab','messages:tags-delete-reason','s:10:\"ar:سبب:\";'),('aeb-arab','messages:tags-delete-submit','s:80:\"ar:حذف هذا الوسم دون رجعة (ستدمر بعض البيانات)\";'),('aeb-arab','messages:tags-delete-title','s:20:\"ar:حذف الوسم\";'),('aeb-arab','messages:tags-delete-too-many-uses','s:140:\"ar:الوسم \"$1\" مطبق في أكثر من $2 {{PLURAL:$2|مراجعة|مراجعات}}، مما يعني أنه لا يمكن حذفه.\";'),('aeb-arab','messages:tags-delete-warnings-after-delete','s:134:\"ar:الوسم \"$1\" تم حذفه، لكن {{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}}:\";'),('aeb-arab','messages:tags-description-header','s:31:\"ar:وصف كامل للمعنى\";'),('aeb-arab','messages:tags-display-header','s:50:\"ar:الظهور في قوائم التغييرات\";'),('aeb-arab','messages:tags-edit','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:tags-edit-add','s:30:\"ar:أضف هذه الوسوم:\";'),('aeb-arab','messages:tags-edit-chosen-no-results','s:29:\"ar:لا وسوم مطابقة\";'),('aeb-arab','messages:tags-edit-chosen-placeholder','s:31:\"ar:اختر بعض الوسوم\";'),('aeb-arab','messages:tags-edit-existing-tags','s:33:\"ar:الوسوم الموجودة:\";'),('aeb-arab','messages:tags-edit-existing-tags-none','s:25:\"ar:<em>لا وسوم</em>\";'),('aeb-arab','messages:tags-edit-failure','s:39:\"ar:التغييرات لم تطبق: $1\";'),('aeb-arab','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('aeb-arab','messages:tags-edit-logentry-legend','s:118:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|مدخلة السجل هذه|كل مدخلات السجل ال$1}}\";'),('aeb-arab','messages:tags-edit-logentry-selected','s:73:\"ar:{{PLURAL:$1|حدث سجل مختار|أحداث سجل مختارة}}:\";'),('aeb-arab','messages:tags-edit-logentry-submit','s:100:\"ar:طبق التغييرات ل{{PLURAL:$1|مدخلة السجل هذه|$1 مدخلات السجل}}\";'),('aeb-arab','messages:tags-edit-manage-link','s:30:\"ar:التحكم بالوسوم\";'),('aeb-arab','messages:tags-edit-new-tags','s:23:\"ar:وسوم جديدة:\";'),('aeb-arab','messages:tags-edit-none-selected','s:99:\"ar:من فضلك اختر على الأقل وسما واحدا للإضافة أو الإزالة.\";'),('aeb-arab','messages:tags-edit-nooldid-text','s:129:\"ar:لم تحدد النسخة التي تريد تطبيق العملية عليها أو لا يوجد نسخة من الأصل.\";'),('aeb-arab','messages:tags-edit-nooldid-title','s:40:\"ar:مراجعة هدف غير صالحة\";'),('aeb-arab','messages:tags-edit-reason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:tags-edit-remove','s:30:\"ar:أزل هذه الوسوم:\";'),('aeb-arab','messages:tags-edit-remove-all-tags','s:29:\"ar:(أزل كل الوسوم)\";'),('aeb-arab','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('aeb-arab','messages:tags-edit-revision-legend','s:104:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|هذه المراجعة|كل $1 المراجعات}}\";'),('aeb-arab','messages:tags-edit-revision-selected','s:84:\"ar:{{PLURAL:$1|مراجعة مختارة|مراجعات مختارة}} من [[:$2]]:\";'),('aeb-arab','messages:tags-edit-revision-submit','s:86:\"ar:طبق التغييرات ل{{PLURAL:$1|هذه المراجعة|$1 مراجعات}}\";'),('aeb-arab','messages:tags-edit-success','s:31:\"ar:طبقت التغييرات.\";'),('aeb-arab','messages:tags-edit-title','s:26:\"ar:تعديل الوسوم\";'),('aeb-arab','messages:tags-hidden','s:13:\"ar:(مخفي)\";'),('aeb-arab','messages:tags-hitcount','s:119:\"ar:{{PLURAL:$1|لا تغييرات|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرا|$1 تغيير}}\";'),('aeb-arab','messages:tags-hitcount-header','s:30:\"ar:تغييرات موسومة\";'),('aeb-arab','messages:tags-intro','s:172:\"ar:هذه الصفحة تعرض الوسوم التي من الممكن للبرنامج أن يوسم أحد التعديلات بها، بالإضافة لمعانيها.\";'),('aeb-arab','messages:tags-manage-blocked','s:88:\"ar:لا يمكنك إدارة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('aeb-arab','messages:tags-manage-no-permission','s:67:\"ar:ليس لديك صلاحية إدارة وسوم التغيير.\";'),('aeb-arab','messages:tags-source-extension','s:41:\"ar:معرف بواسطة البرنامج\";'),('aeb-arab','messages:tags-source-header','s:15:\"ar:المصدر\";'),('aeb-arab','messages:tags-source-manual','s:82:\"ar:تم تطبيقه يدويا بواسطة المستخدمين والبوتات\";'),('aeb-arab','messages:tags-source-none','s:40:\"ar:لم يعد قيد الاستخدام\";'),('aeb-arab','messages:tags-summary','s:3:\"en:\";'),('aeb-arab','messages:tags-tag','s:20:\"ar:اسم الوسم\";'),('aeb-arab','messages:tags-title','s:11:\"ar:وسوم\";'),('aeb-arab','messages:tags-update-add-not-allowed-multi','s:129:\"ar:The following {{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إضافتها يدويا: $1\";'),('aeb-arab','messages:tags-update-add-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن تتم إضافته يدويا.\";'),('aeb-arab','messages:tags-update-blocked','s:104:\"ar:لا يمكنك إضافة أو إزالة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('aeb-arab','messages:tags-update-no-permission','s:160:\"ar:أنت لا تمتلك السماح لإضافة أو إزالة وسوم التغيير من المراجعات أو مدخلات السجل الفردية.\";'),('aeb-arab','messages:tags-update-remove-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إزالتها يدويا: $1\";'),('aeb-arab','messages:tags-update-remove-not-allowed-one','s:57:\"ar:من غير المسموح إزالة الوسم \"$1\".\";'),('aeb-arab','messages:talk','s:17:\"aeb-arab:حديث\";'),('aeb-arab','messages:talkpageheader','s:4:\"en:-\";'),('aeb-arab','messages:talkpagelinktext','s:28:\"aeb-arab:پاج الحديث\";'),('aeb-arab','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('aeb-arab','messages:template-equals-category','s:52:\"ar:الصفحات التي تستخدم = كقالب\";'),('aeb-arab','messages:template-equals-category-desc','s:303:\"ar:تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('aeb-arab','messages:template-equals-warning','s:333:\"ar:<strong>تحذير:</ strong> تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('aeb-arab','messages:template-loop-category','s:39:\"ar:الصفحات بحلقات قالب\";'),('aeb-arab','messages:template-loop-category-desc','s:99:\"ar:الصفحة تحتوي على حلقة قالب، أي أن القالب يستدعي نفسه.\";'),('aeb-arab','messages:template-loop-warning','s:169:\"ar:<strong>تحديز:</strong> هذه الصفحة تستدعي [[:$1]] والذي يتسبب في حدوث حلقة قالب (استدعاء عودي لا نهائي).\";'),('aeb-arab','messages:template-protected','s:19:\"aeb-arab:(محمي)\";'),('aeb-arab','messages:template-semiprotected','s:32:\"aeb-arab:(حماية جزئية)\";'),('aeb-arab','messages:templatepage','s:33:\"ar:طالع صفحة القالب\";'),('aeb-arab','messages:templatesused','s:113:\"aeb-arab:{{PLURAL:$1||القالب المستعملة|القوالب المستعملة}} في هذي الپاج:\";'),('aeb-arab','messages:templatesusedpreview','s:155:\"aeb-arab:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذه المعاينة:\";'),('aeb-arab','messages:templatesusedsection','s:149:\"aeb-arab:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذا القسم:\";'),('aeb-arab','messages:textmatches','s:31:\"ar:نص الصفحة يطابق\";'),('aeb-arab','messages:thisisdeleted','s:34:\"ar:عرض أو استرجاع $1؟\";'),('aeb-arab','messages:throttled-mailpassword','s:342:\"aeb-arab:تم بالفعل إرسال تذكير بكلمة السر، في ال{{PLURAL:$1||ساعة الماضية|ساعتين الماضيتين|$1 ساعات الماضية|$1 ساعة الماضية}}.\nلمنع التخريب، سيتم إرسال تذكير واحد كل {{PLURAL:$1||ساعة|ساعتين|$1 ساعات|$1 ساعة}}.\";'),('aeb-arab','messages:thu','s:21:\"aeb-arab:الخميس\";'),('aeb-arab','messages:thumbnail-dest-create','s:59:\"ar:تعذر حفظ الصورة المصغرة للوجهة\";'),('aeb-arab','messages:thumbnail-more','s:11:\"ar:كبّر\";'),('aeb-arab','messages:thumbnail-temp-create','s:70:\"ar:تعذر إنشاء ملف الصورة المصغرة المؤقت\";'),('aeb-arab','messages:thumbnail_dest_directory','s:60:\"ar:غير قادر على إنشاء المجلد الهدف\";'),('aeb-arab','messages:thumbnail_error','s:55:\"aeb-arab:خطأ في إنشاء صورة مصغرة: $1\";'),('aeb-arab','messages:thumbnail_error_remote','s:32:\"ar:رسالة عطل من $1:\n$2\";'),('aeb-arab','messages:thumbnail_gd-library','s:67:\"ar:ضبط مكتبة GD غير مكتمل: دالة مفقودة $1\";'),('aeb-arab','messages:thumbnail_image-failure-limit','s:208:\"ar:هناك الكثير من المحاولات الفاشلة مؤخراً ($1 أو أكثر) لتَصْيير هذه الصورة المصغرة. الرجاء المحاولة مرة أخرى لاحقاً.\";'),('aeb-arab','messages:thumbnail_image-missing','s:44:\"ar:الملف يبدو أنه مفقود: $1\";'),('aeb-arab','messages:thumbnail_image-size-zero','s:53:\"ar:حجم ملف الصورة يبدو أنه صفر.\";'),('aeb-arab','messages:thumbnail_image-type','s:40:\"ar:نوع الصورة غير مدعوم\";'),('aeb-arab','messages:thumbnail_invalid_params','s:48:\"ar:محددات التصغير غير صحيحة\";'),('aeb-arab','messages:thumbnail_toobigimagearea','s:39:\"ar:ملف أبعداه أكبر من $1\";'),('aeb-arab','messages:thumbsize','s:34:\"ar:حجم العرض المصغر:\";'),('aeb-arab','messages:thursday','s:21:\"aeb-arab:الخميس\";'),('aeb-arab','messages:thursday-at','s:38:\"ar:يوم الخميس الساعة $1\";'),('aeb-arab','messages:timeouterror','s:35:\"ar:انتهت مهلة الخادم\";'),('aeb-arab','messages:timeouterror-text','s:147:\"ar:تم تجاوز الحد الأقصى لوقت الطلب وهو {{PLURAL:$1|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}.\";'),('aeb-arab','messages:timezone-local','s:11:\"ar:محلي\";'),('aeb-arab','messages:timezone-useoffset-placeholder','s:45:\"ar:مثال القيم: \"-07:00\" أو \"01:00\"\";'),('aeb-arab','messages:timezone-utc','s:11:\"ar:ت ع م\";'),('aeb-arab','messages:timezonelegend','s:33:\"ar:المنطقة الزمنية:\";'),('aeb-arab','messages:timezoneregion-africa','s:17:\"ar:إفريقيا\";'),('aeb-arab','messages:timezoneregion-america','s:15:\"ar:أمريكا\";'),('aeb-arab','messages:timezoneregion-antarctica','s:23:\"ar:أنتاركتيكا\";'),('aeb-arab','messages:timezoneregion-arctic','s:28:\"ar:القطب الشمالي\";'),('aeb-arab','messages:timezoneregion-asia','s:11:\"ar:آسيا\";'),('aeb-arab','messages:timezoneregion-atlantic','s:32:\"ar:المحيط الأطلنطي\";'),('aeb-arab','messages:timezoneregion-australia','s:19:\"ar:أستراليا\";'),('aeb-arab','messages:timezoneregion-europe','s:15:\"ar:أوروبا\";'),('aeb-arab','messages:timezoneregion-indian','s:28:\"ar:المحيط الهندي\";'),('aeb-arab','messages:timezoneregion-pacific','s:28:\"ar:المحيط الهادي\";'),('aeb-arab','messages:timezoneuseoffset','s:46:\"ar:أخرى (حدد الإزاحة أدناه)\";'),('aeb-arab','messages:timezoneuseserverdefault','s:54:\"ar:استخدام الويكي الافتراضي ($1)\";'),('aeb-arab','messages:title-invalid','s:59:\"ar:عنوان الصفحة المطلوبة غير صالح\";'),('aeb-arab','messages:title-invalid-characters','s:89:\"ar:عنوان الصفحة المطلوب يتضمن رموزًا غير صالحة: \"$1\"\";'),('aeb-arab','messages:title-invalid-empty','s:96:\"ar:عنوان الصفحة المطلوبة فارغ أو يحتوي اسم النطاق فقط.\";'),('aeb-arab','messages:title-invalid-interwiki','s:145:\"ar:عنوان الصفحة المطلوب يتضمن وصلة لحلقة لغة وهو ما لا يمكن استخدامه في العناوين.\";'),('aeb-arab','messages:title-invalid-leading-colon','s:100:\"ar:عنوان الصفحة المطلوب يتضمن فاصلة غير صالحة في بدايته.\";'),('aeb-arab','messages:title-invalid-magic-tilde','s:136:\"ar:عنوان الصفحة المطلوب يحتوي على تتابع الشر السحري غير الصحيح (<nowiki>~~~</nowiki>).\";'),('aeb-arab','messages:title-invalid-relative','s:268:\"ar:العنوان به مسار نسبي. عنوان الصفحات النسبية (./, ../) هي غير صحيحة، لأنها ستكون غاليا لا يمكن الوصول لها عندما يتم التعامل معها بواسطة متصفح المستخدم.\";'),('aeb-arab','messages:title-invalid-talk-namespace','s:98:\"ar:عنوان الصفحة المطلوبة يشير إلى صفحة نقاش غير موجودة.\";'),('aeb-arab','messages:title-invalid-too-long','s:163:\"ar:عنوان الصفحة المطلوبة طويل جدا. يجب أن يكون ليس أطول من $1 {{PLURAL:$1|بايت}} باستخدام ترميز UTF-8.\";'),('aeb-arab','messages:title-invalid-utf8','s:99:\"ar:عنوان الصفحة المطلوب يحتوي سلسلة محارف UTF-8 غير صالحة.\";'),('aeb-arab','messages:titlematches','s:37:\"ar:عنوان الصفحة يطابق\";'),('aeb-arab','messages:titleprotected','s:115:\"aeb-arab:حمى [[User:$1|$1]] هذا العنوان من الإنشاء.\nالسبب المعطى هو <em>$2</em>.\";'),('aeb-arab','messages:titleprotectedwarning','s:241:\"aeb-arab:<strong>تحذير: هذه الصفحة تمت حمايتها بحيث أن [[Special:ListGroupRights|صلاحيات معينة]] مطلوبة لإنشائها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('aeb-arab','messages:tmp-create-error','s:39:\"ar:تعذر إنشاء ملف مؤقت.\";'),('aeb-arab','messages:tmp-write-error','s:56:\"ar:خطأ أثناء كتابة الملف المؤقت.\";'),('aeb-arab','messages:toc','s:17:\"ar:محتويات\";'),('aeb-arab','messages:today-at','s:5:\"en:$1\";'),('aeb-arab','messages:tog-ccmeonemails','s:139:\"aeb-arab:أرسل لي نسخا من رسائل البريد الإلكتروني التي أرسلها للمستخدمين الآخرين\";'),('aeb-arab','messages:tog-diffonly','s:72:\"aeb-arab:لا تعرض محتوى الصفحة أسفل الفروقات\";'),('aeb-arab','messages:tog-editondblclick','s:84:\"aeb-arab:عدل الصفحات عند الضغط المزدوج (جافاسكربت)\";'),('aeb-arab','messages:tog-editsectiononrightclick','s:147:\"aeb-arab:فعل تعديل الأقسام بواسطة كبسة الفأرة اليمين على عناوين الأقسام (جافاسكريبت)\";'),('aeb-arab','messages:tog-enotifminoredits','s:123:\"ar:أرسل إلي رسالة إلكترونية بشأن التعديلات الطفيفة للصفحات والملفات\";'),('aeb-arab','messages:tog-enotifrevealaddr','s:108:\"ar:أظهر عنوان بريدي الإلكتروني في إشعارات البريد الإلكتروني\";'),('aeb-arab','messages:tog-enotifusertalkpages','s:86:\"ar:أرسل إلي رسالة إلكترونية عند تعديل صفحة نقاشي\";'),('aeb-arab','messages:tog-enotifwatchlistpages','s:118:\"ar:أرسل إلي رسالة إلكترونية عند تعديل صفحة أو ملف في قائمة مراقبتي\";'),('aeb-arab','messages:tog-extendwatchlist','s:103:\"ar:وسع قائمة المراقبة لتعرض كل التغييرات، وليس أحدثها فقط\";'),('aeb-arab','messages:tog-fancysig','s:91:\"aeb-arab:عامل التوقيع كنص ويكي (بدون وصلة أوتوماتيكية)\";'),('aeb-arab','messages:tog-forceeditsummary','s:66:\"aeb-arab:نبهني عند إدخال ملخص تعديل فارغ\";'),('aeb-arab','messages:tog-hidecategorization','s:35:\"ar:أخف تصنيف الصفحات\";'),('aeb-arab','messages:tog-hideminor','s:76:\"ar:أخف التعديلات الطفيفة في أحدث التغييرات\";'),('aeb-arab','messages:tog-hidepatrolled','s:78:\"ar:أخف التعديلات المراجعة في أحدث التغييرات\";'),('aeb-arab','messages:tog-minordefault','s:92:\"ar:علّم جميع التعديلات على أنها طفيفة بشكلٍ افتراضي\";'),('aeb-arab','messages:tog-newpageshidepatrolled','s:87:\"ar:أخف الصفحات المراجعة من قائمة الصفحات الجديدة\";'),('aeb-arab','messages:tog-norollbackdiff','s:63:\"aeb-arab:أزل الفرق بعد القيام باسترجاع\";'),('aeb-arab','messages:tog-oldsig','s:29:\"ar:توقيعك الحالي:\";'),('aeb-arab','messages:tog-prefershttps','s:79:\"ar:استخدم دائما اتصالا آمنا عند تسجيل الدخول\";'),('aeb-arab','messages:tog-previewonfirst','s:53:\"ar:أظهر معاينة عند بداية تعديل\";'),('aeb-arab','messages:tog-previewontop','s:66:\"ar:أظهر معاينة النص فوق صندوق التحرير\";'),('aeb-arab','messages:tog-requireemail','s:222:\"ar:إرسال رسائل البريد الإلكتروني لإعادة تعيين كلمة المرور فقط عندما يتم توفير كل من عنوان البريد الإلكتروني واسم المستخدم.\";'),('aeb-arab','messages:tog-showhiddencats','s:51:\"aeb-arab:أظهر التصنيفات المخفية\";'),('aeb-arab','messages:tog-shownumberswatching','s:58:\"ar:اعرض عدد المستخدمين المراقبين\";'),('aeb-arab','messages:tog-showrollbackconfirmation','s:88:\"ar:إظهار رسالة تأكيد عند النقر على رابط الاسترجاع\";'),('aeb-arab','messages:tog-underline','s:32:\"ar:سطر تحت الوصلات:\";'),('aeb-arab','messages:tog-useeditwarning','s:99:\"ar:حذّرني عندما أغادر تحرير صفحة فيها تغييرات لم أحفظها\";'),('aeb-arab','messages:tog-uselivepreview','s:91:\"aeb-arab:استخدم الاستعراض السريع (جافاسكريبت) (تجريبي)\";'),('aeb-arab','messages:tog-usenewrc','s:151:\"aeb-arab:)جمّع التعديلات حسب الصفحة في أحدث التغييرات وقائمة المراقبة (يتطلب جافاسكربت\";'),('aeb-arab','messages:tog-watchcreations','s:119:\"ar:أضف الصفحات التي أنشئها والملفات التي أرفعها إلى قائمة مراقبتي.\";'),('aeb-arab','messages:tog-watchdefault','s:96:\"ar:أضف الصفحات والملفات التي أعدلها إلى قائمة مراقبتي\";'),('aeb-arab','messages:tog-watchdeletion','s:96:\"ar:أضف الصفحات والملفات التي أحذفها إلى قائمة مراقبتي\";'),('aeb-arab','messages:tog-watchlisthideanons','s:103:\"aeb-arab:أخف تعديلات المستخدمين المجهولين من قائمة المراقبة\";'),('aeb-arab','messages:tog-watchlisthidebots','s:74:\"aeb-arab:أخف تعديلات البوت من قائمة المراقبة\";'),('aeb-arab','messages:tog-watchlisthidecategorization','s:35:\"ar:أخف تصنيف الصفحات\";'),('aeb-arab','messages:tog-watchlisthideliu','s:101:\"aeb-arab:أخف تعديلات المستخدمين المسجلين من قائمة المراقبة\";'),('aeb-arab','messages:tog-watchlisthideminor','s:82:\"aeb-arab:أخف التعديلات الطفيفة من قائمة المراقبة\";'),('aeb-arab','messages:tog-watchlisthideown','s:65:\"aeb-arab:أخف تعديلاتي من قائمة المراقبة\";'),('aeb-arab','messages:tog-watchlisthidepatrolled','s:84:\"aeb-arab:أخف التعديلات المراجعة من قائمة المراقبة\";'),('aeb-arab','messages:tog-watchlistreloadautomatically','s:134:\"ar:أعد تحميل قائمة المراقبة بصفة آلية حينما يتغير مرشح ما (يتطلب جافاسكربت)\";'),('aeb-arab','messages:tog-watchlistunwatchlinks','s:362:\"ar:إضافة وصلات مباشرة للمراقبة/إلغاء المراقبة ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) إضافة وصلات مباشرة للمراقبة/إزالة المراقبة إلى إدخالات قائمة المراقبة ذات التغييرات (جافا سكريبت مطلوبة لوظيفة التبديل)\";'),('aeb-arab','messages:tog-watchmoves','s:96:\"ar:أضف الصفحات والملفات التي أنقلها إلى قائمة مراقبتي\";'),('aeb-arab','messages:tog-watchrollback','s:105:\"ar:أضف الصفحات التي أجري عليها استرجاعات إلى قائمة مراقبتي\";'),('aeb-arab','messages:tog-watchuploads','s:94:\"ar:أضف الملفات الجديدة التي أرفعها إلى قائمة مراقبتي\";'),('aeb-arab','messages:tool-link-contributions','s:73:\"aeb-arab:مساهمات {{GENDER:$1|المستعمل|المستعملة}}\";'),('aeb-arab','messages:tool-link-emailuser','s:90:\"ar:أرسل رسالة {{GENDER:$1|لهذا المستخدم|لهذه المستخدمة}}\";'),('aeb-arab','messages:tool-link-userrights','s:78:\"ar:تغيير مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:tool-link-userrights-readonly','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:toolbox','s:13:\"ar:أدوات\";'),('aeb-arab','messages:tooltip-ca-addsection','s:37:\"aeb-arab:ابدأ قسما جديدا\";'),('aeb-arab','messages:tooltip-ca-delete','s:35:\"aeb-arab:حذف هذه الصفحة\";'),('aeb-arab','messages:tooltip-ca-edit','s:28:\"aeb-arab:بدّل الپاج\";'),('aeb-arab','messages:tooltip-ca-history','s:50:\"ar:النسخ السابقة لهذه الصفحة\";'),('aeb-arab','messages:tooltip-ca-move','s:35:\"aeb-arab:حوّل هذي الپاج\";'),('aeb-arab','messages:tooltip-ca-nstab-category','s:41:\"aeb-arab:رؤية صفحة التصنيف\";'),('aeb-arab','messages:tooltip-ca-nstab-help','s:37:\"ar:رؤية صفحة المساعدة\";'),('aeb-arab','messages:tooltip-ca-nstab-image','s:37:\"aeb-arab:رؤية صفحة الملف\";'),('aeb-arab','messages:tooltip-ca-nstab-main','s:35:\"ar:رؤية صفحة المحتوى\";'),('aeb-arab','messages:tooltip-ca-nstab-media','s:35:\"ar:رؤية صفحة الميديا\";'),('aeb-arab','messages:tooltip-ca-nstab-mediawiki','s:35:\"ar:رؤية رسالة النظام\";'),('aeb-arab','messages:tooltip-ca-nstab-project','s:41:\"aeb-arab:رؤية صفحة المحتوى\";'),('aeb-arab','messages:tooltip-ca-nstab-special','s:85:\"aeb-arab:هذي پاج سپاسيال، و ما تنجّمش تبدّل فيها شي\";'),('aeb-arab','messages:tooltip-ca-nstab-template','s:30:\"aeb-arab:رؤية القالب\";'),('aeb-arab','messages:tooltip-ca-nstab-user','s:43:\"aeb-arab:اعرض صفحة المستخدم\";'),('aeb-arab','messages:tooltip-ca-protect','s:35:\"aeb-arab:احم هذه الصفحة\";'),('aeb-arab','messages:tooltip-ca-talk','s:40:\"ar:نقاش عن صفحة المحتوى\";'),('aeb-arab','messages:tooltip-ca-undelete','s:95:\"ar:استرجع التعديلات التي تمت على هذه الصفحة قبل حذفها\";'),('aeb-arab','messages:tooltip-ca-unprotect','s:40:\"ar:غير حماية هذه الصفحة\";'),('aeb-arab','messages:tooltip-ca-unwatch','s:66:\"aeb-arab:أزل هذه الصفحة من قائمة مراقبتك\";'),('aeb-arab','messages:tooltip-ca-unwatch-expiring','s:147:\"ar:بقي {{PLURAL:  1 |يوم واحد|يومان|$1 أيام|$1 يومًا|$1 أيام}} في قائمة مراقبتك. انقر لإزالته.\";'),('aeb-arab','messages:tooltip-ca-unwatch-expiring-hours','s:86:\"ar:بقيت بضع ساعات في قائمة مراقبتك. انقر لإزالته.\";'),('aeb-arab','messages:tooltip-ca-view','s:3:\"en:\";'),('aeb-arab','messages:tooltip-ca-viewsource','s:72:\"aeb-arab:هذه الپاج محمية.\nتنجّم تشوف مصدرها.\";'),('aeb-arab','messages:tooltip-ca-watch','s:81:\"aeb-arab:زيد ها الپاج لليستة الپاجات إلّي تّبعها\";'),('aeb-arab','messages:tooltip-compareselectedversions','s:101:\"aeb-arab:شاهد الفروق بين النسختين المختارتين من هذه الصفحة.\";'),('aeb-arab','messages:tooltip-cur','s:50:\"ar:الفرق مع المراجعة الأخيرة\";'),('aeb-arab','messages:tooltip-diff','s:69:\"aeb-arab:اعرض التغييرات التي قمت بها للنص.\";'),('aeb-arab','messages:tooltip-feed-atom','s:50:\"aeb-arab:تلقيم أتوم لهذه الصفحة\";'),('aeb-arab','messages:tooltip-feed-rss','s:50:\"ar:تلقيم أر إس إس لهذه الصفحة\";'),('aeb-arab','messages:tooltip-invert','s:184:\"ar:أشِّر هذا الخيار لإخفاء التغييرات في الصفحات في النطاق المختار (والنطاق المقترن به إذا أُشِّر عليه)\";'),('aeb-arab','messages:tooltip-last','s:50:\"ar:الفرق مع المراجعة السابقة\";'),('aeb-arab','messages:tooltip-minoredit','s:51:\"aeb-arab:علم على هذا كتعديل طفيف\";'),('aeb-arab','messages:tooltip-n-currentevents','s:65:\"ar:مطالعة سريعة لأهم الأحداث الجارية\";'),('aeb-arab','messages:tooltip-n-help','s:33:\"ar:حيث تجد المساعدة\";'),('aeb-arab','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('aeb-arab','messages:tooltip-n-mainpage','s:47:\"aeb-arab:شوف الپاج الأولانيّة\";'),('aeb-arab','messages:tooltip-n-mainpage-description','s:47:\"aeb-arab:شوف الپاج الأولانيّة\";'),('aeb-arab','messages:tooltip-n-portal','s:106:\"ar:حول المشروع، ماذا يمكن أن تفعل، أين يمكن أن تجد ما تحتاجه\";'),('aeb-arab','messages:tooltip-n-randompage','s:37:\"aeb-arab:خرّج پاج بالزهر\";'),('aeb-arab','messages:tooltip-n-recentchanges','s:60:\"ar:قائمة أحدث التغييرات في الويكي.\";'),('aeb-arab','messages:tooltip-namespace_association','s:133:\"ar:أشِّر هذا الخيار لتضمين نطاق النقاش أو الموضوع المقترن بالنطاق المختار\";'),('aeb-arab','messages:tooltip-p-cactions','s:37:\"ar:المزيد من الخيارات\";'),('aeb-arab','messages:tooltip-p-lang','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-logo','s:47:\"aeb-arab:شوف الپاج الأولانيّة\";'),('aeb-arab','messages:tooltip-p-namespaces','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-navigation','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-personal','s:30:\"ar:قائمة المستخدم\";'),('aeb-arab','messages:tooltip-p-tb','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-user-page','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-variants','s:3:\"en:\";'),('aeb-arab','messages:tooltip-p-views','s:3:\"en:\";'),('aeb-arab','messages:tooltip-preferences-save','s:28:\"ar:حفظ التغييرات\";'),('aeb-arab','messages:tooltip-preview','s:89:\"aeb-arab:اعرض تغييراتك، من فضلك استخدم هذا قبل الحفظ!\";'),('aeb-arab','messages:tooltip-pt-anoncontribs','s:69:\"ar:قائمة بتعديلات قام بها عنوان الآي بي\";'),('aeb-arab','messages:tooltip-pt-anontalk','s:73:\"ar:نقاش حول التعديلات من عنوان الأيبي هذا\";'),('aeb-arab','messages:tooltip-pt-anonuserpage','s:92:\"ar:صفحة المستخدم للأيبي الذي تقوم بالتحرير من خلاله\";'),('aeb-arab','messages:tooltip-pt-createaccount','s:122:\"aeb-arab:ماذابيك لوكان تعمل حساب و تدخل للويكي، أما موش لازمك تعمل هكّا\";'),('aeb-arab','messages:tooltip-pt-login','s:101:\"aeb-arab:ماذابيك لوكان تدخل للويكي، أما موش لازمك تعمل هكّا\";'),('aeb-arab','messages:tooltip-pt-login-private','s:73:\"ar:عليك تسجيل الدخول لاستخدام هذه الويكي.\";'),('aeb-arab','messages:tooltip-pt-logout','s:17:\"aeb-arab:خروج\";'),('aeb-arab','messages:tooltip-pt-mycontris','s:48:\"aeb-arab:قائمة مساهمات{{GENDER:|ك}}\";'),('aeb-arab','messages:tooltip-pt-mytalk','s:40:\"aeb-arab:صفحة {{GENDER:|نقاشك}}\";'),('aeb-arab','messages:tooltip-pt-preferences','s:37:\"aeb-arab:{{GENDER:|تفضيلاتك}}\";'),('aeb-arab','messages:tooltip-pt-tmpuserpage','s:71:\"ar:اسم المستخدم المؤقت المُنشأ تلقائيًا\";'),('aeb-arab','messages:tooltip-pt-userpage','s:64:\"aeb-arab:{{GENDER:|صفحة المستخدم}} الخاصة بك\";'),('aeb-arab','messages:tooltip-pt-watchlist','s:98:\"aeb-arab:قائمة الصفحات التي تراقب التغييرات التي تحدث بها\";'),('aeb-arab','messages:tooltip-publish','s:28:\"ar:انشر تغييراتك\";'),('aeb-arab','messages:tooltip-recreate','s:60:\"ar:أعد إنشاء الصفحة رغم كونها حذفت\";'),('aeb-arab','messages:tooltip-rollback','s:107:\"ar:\"استرجاع\" تسترجع تعديلات آخر محرر لهذه الصفحة بضغطة واحدة\";'),('aeb-arab','messages:tooltip-save','s:32:\"aeb-arab:حفظ تغييراتك\";'),('aeb-arab','messages:tooltip-search','s:35:\"aeb-arab:لوّج في {{SITENAME}}\";'),('aeb-arab','messages:tooltip-search-fulltext','s:52:\"ar:ابحث في الصفحات عن هذا النص\";'),('aeb-arab','messages:tooltip-search-go','s:104:\"aeb-arab:إمشي للپاج إلّي عندها هذا الإسم بالضبط إذا هي موجودة\";'),('aeb-arab','messages:tooltip-summary','s:39:\"aeb-arab:أدخل ملخصا قصيرا\";'),('aeb-arab','messages:tooltip-t-contributions','s:89:\"aeb-arab:ليستة مساهمات ها {{GENDER:$1|المستعمل|المستعملة}}\";'),('aeb-arab','messages:tooltip-t-emailuser','s:98:\"aeb-arab:إرسال رسالة {{GENDER:$1|لهذا المستخدم|لهذه المستخدمة}}\";'),('aeb-arab','messages:tooltip-t-info','s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";'),('aeb-arab','messages:tooltip-t-permalink','s:62:\"ar:وصلة دائمة لهذه النسخة من الصفحة\";'),('aeb-arab','messages:tooltip-t-print','s:48:\"ar:نسخة للطباعة لهذه الصفحة\";'),('aeb-arab','messages:tooltip-t-recentchangeslinked','s:92:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة\";'),('aeb-arab','messages:tooltip-t-specialpages','s:48:\"ar:قائمة بكل الصفحات الخاصة\";'),('aeb-arab','messages:tooltip-t-upload','s:32:\"aeb-arab:صبّ فيشيايات\";'),('aeb-arab','messages:tooltip-t-whatlinkshere','s:67:\"ar:قائمة بكل صفحات الويكي التي تصل هنا\";'),('aeb-arab','messages:tooltip-undo','s:303:\"aeb-arab:\"رجوع\" تسترجع هذا التعديل وتفتح نافذة التعديل في نمط العرض المسبق. تسمح بإضافة سبب في الملخص.\n\"Annuler\" trajjeε eltabdila lekhra w tħel fenêtre mtaε  el tabdil mtaε elvue el msabqa. Tnajjem tqoul εlech f\'ettalkhis.\";'),('aeb-arab','messages:tooltip-upload','s:22:\"ar:ابدأ الرفع\";'),('aeb-arab','messages:tooltip-vector-anon-user-menu-title','s:37:\"ar:المزيد من الخيارات\";'),('aeb-arab','messages:tooltip-watch','s:68:\"aeb-arab:أضف هذه الصفحة إلى قائمة مراقبتك\";'),('aeb-arab','messages:tooltip-watchlist-expiry','s:94:\"ar:مؤقتًا ضف هذه الصفحة إلى قائمة المراقبة الخاصة بك.\";'),('aeb-arab','messages:tooltip-watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('aeb-arab','messages:tooltip-watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('aeb-arab','messages:tooltip-whatlinkshere-invert','s:131:\"ar:قم بتعليم هذا الخيار لإخفاء الروابط من الصفحات التي تم تعليم نطاقاتها.\";'),('aeb-arab','messages:trackingcategories','s:30:\"ar:تصنيفات التتبع\";'),('aeb-arab','messages:trackingcategories-desc','s:37:\"ar:معايير إدراج تصنيف\";'),('aeb-arab','messages:trackingcategories-disabled','s:33:\"ar:التصنيف غير مفعل\";'),('aeb-arab','messages:trackingcategories-msg','s:26:\"ar:تصنيف التتبع\";'),('aeb-arab','messages:trackingcategories-name','s:24:\"ar:اسم الرسالة\";'),('aeb-arab','messages:trackingcategories-nodesc','s:26:\"ar:لا يتوفر وصف.\";'),('aeb-arab','messages:trackingcategories-summary','s:210:\"ar:تسرد هذه الصفحة تصنيفات التتبع التي ينشئها برنامج ميدياويكي. يمكن تغيير أسمائها بتغيير رسائل النظام في نطاق {{ns:8}}.\";'),('aeb-arab','messages:transaction-duration-limit-exceeded','s:301:\"ar:لتفادي إنشاء تأخير نسخ عالي، هذا الفعل تم إنهاؤه لأن فترة الكتابة ($1) تجاوزت حد $2 ثانية.\nلو أنك تغير عناصر عديدة في نفس الوقت، حاول تجربة عمليا عديدة أصغر بدلا من ذلك.\";'),('aeb-arab','messages:transaction-max-statement-time-exceeded','s:290:\"ar:لتجنب خلق حمل كبير على قاعدة البيانات، أُنهي هذا الاستعلام لأن مدته تجاوزت الحد.\nلو أنك تقرأ العديد من العناصر مرة واحدة، جرب إجراء عمليات صغيرة متعددة كبديل.\";'),('aeb-arab','messages:translateinterface','s:222:\"ar:من أجل إضافة أو تعديل ترجمات في كل مشاريع الويكي يرجى استخدام [https://translatewiki.net/ translatewiki.net]، مشروع ميدياويكي لترجمة الواجهة.\";'),('aeb-arab','messages:tue','s:21:\"aeb-arab:الثلاث\";'),('aeb-arab','messages:tuesday','s:21:\"aeb-arab:الثلاث\";'),('aeb-arab','messages:tuesday-at','s:42:\"ar:يوم الثلاثاء الساعة $1\";'),('aeb-arab','messages:uctop','s:13:\"ar:حالية\";'),('aeb-arab','messages:unblock','s:33:\"ar:إلغاء منع مستخدم\";'),('aeb-arab','messages:unblock-hideuser','s:101:\"ar:لا يمكنك إلغاء منع هذا المستخدم لأن اسم مستخدمه أُخفي.\";'),('aeb-arab','messages:unblock-summary','s:3:\"en:\";'),('aeb-arab','messages:unblocked','s:45:\"ar:رُفِع المنع عن [[User:$1|$1]].\";'),('aeb-arab','messages:unblocked-id','s:26:\"ar:منع $1 تم رفعه\";'),('aeb-arab','messages:unblocked-ip','s:63:\"ar:تم رفع المنع عن [[Special:Contributions/$1|$1]].\";'),('aeb-arab','messages:unblocked-range','s:28:\"ar:تم إلغاء منع $1\";'),('aeb-arab','messages:unblockip','s:42:\"ar:رفع المنع عن المستخدم\";'),('aeb-arab','messages:unblockiptext','s:172:\"ar:استخدم النموذج أدناه لإعادة صلاحية التعديل إلى عنوان الآي بي أو اسم المستخدم المحظور مسبقًا.\";'),('aeb-arab','messages:unblocklink','s:28:\"aeb-arab:ارفع المنع\";'),('aeb-arab','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('aeb-arab','messages:uncategorized-categories-exceptionlist','s:339:\"ar: # يحتوي على قائمة بالتصنيفات، التي لا ينبغي أن تكون موجودة في Special:UncategorizedCategories. واحد لكل سطر، مع البدء ب \"*\". السطور التي تبدأ بحرف آخر (بما في ذلك الفراغ) سيتم تجاهلها. استخدم \"#\" للتعليقات.\";'),('aeb-arab','messages:uncategorizedcategories','s:35:\"ar:تصنيفات غير مصنفة\";'),('aeb-arab','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('aeb-arab','messages:uncategorizedimages','s:31:\"ar:ملفات غير مصنفة\";'),('aeb-arab','messages:uncategorizedimages-summary','s:3:\"en:\";'),('aeb-arab','messages:uncategorizedpages','s:31:\"ar:صفحات غير مصنفة\";'),('aeb-arab','messages:uncategorizedpages-summary','s:3:\"en:\";'),('aeb-arab','messages:uncategorizedtemplates','s:31:\"ar:قوالب غير مصنفة\";'),('aeb-arab','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('aeb-arab','messages:undelete','s:41:\"ar:عرض الصفحات المحذوفة\";'),('aeb-arab','messages:undelete-back-to-list','s:44:\"ar:عرض جميع النسخ الملغاة\";'),('aeb-arab','messages:undelete-bad-store-key','s:123:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: الملف كان مفقوداً قبل الحذف\";'),('aeb-arab','messages:undelete-cantcreate','s:183:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا توجد صفحة بهذا الاسم وأنت غير مسموح لك بإنشاء هذه الصفحة.\";'),('aeb-arab','messages:undelete-cantedit','s:122:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا يمكنك تعديل هذه الصفحة.\";'),('aeb-arab','messages:undelete-cleanup-error','s:60:\"ar:خطأ حذف ملف أرشيف غير مستخدم \"$1\".\";'),('aeb-arab','messages:undelete-error','s:54:\"ar:وقع خطأ عند إلغاء حذف الصفحة\";'),('aeb-arab','messages:undelete-error-associated-alreadytalk','s:85:\"ar:لا يُمكن استرجاع صفحة نقاش مرتبطة بصفحة نقاش.\";'),('aeb-arab','messages:undelete-error-associated-notdeleted','s:108:\"ar:لا تحتوي صفحة النقاش المرتبطة على مراجعات يمكن استعادتها.\";'),('aeb-arab','messages:undelete-fieldset-title','s:36:\"ar:استرجاع المراجعات\";'),('aeb-arab','messages:undelete-filename-mismatch','s:106:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: اسم الملف لا يطابق\";'),('aeb-arab','messages:undelete-header','s:101:\"ar:انظر الصفحات المحذوفة حديثا في [[Special:Log/delete|سجل الحذف]].\";'),('aeb-arab','messages:undelete-missing-filearchive','s:168:\"ar:غير قادر على استرجاع ملف الأرشيف رقم $1 لأنه ليس في قاعدة البيانات.\nربما يكون قد تم استرجاعه.\";'),('aeb-arab','messages:undelete-no-results','s:94:\"ar:لم يتم العثور على صفحات مطابقة في أرشيف المحذوفات.\";'),('aeb-arab','messages:undelete-nodiff','s:59:\"ar:لم يتم العثور على مراجعة سابقة.\";'),('aeb-arab','messages:undelete-revision','s:94:\"ar:المراجعة المحذوفة ل$1 (بتاريخ $4، الساعة $5) بواسطة $3:\";'),('aeb-arab','messages:undelete-revision-row2','s:32:\"ar:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('aeb-arab','messages:undelete-search-box','s:48:\"ar:ابحث في الصفحات المحذوفة\";'),('aeb-arab','messages:undelete-search-full','s:60:\"ar:اعرض عناوين الصفحات التي تحتوي:\";'),('aeb-arab','messages:undelete-search-prefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('aeb-arab','messages:undelete-search-submit','s:9:\"ar:بحث\";'),('aeb-arab','messages:undelete-search-title','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('aeb-arab','messages:undelete-show-file-confirm','s:143:\"ar:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('aeb-arab','messages:undelete-show-file-submit','s:9:\"ar:نعم\";'),('aeb-arab','messages:undelete-summary','s:3:\"en:\";'),('aeb-arab','messages:undelete-talk-summary-prefix','s:65:\"ar:استعيدت مع الصفحة المرتبطة بسبب: $1\";'),('aeb-arab','messages:undelete-undeletetalk','s:70:\"ar:استرجع جميع نسخ صفحة النقاش المرتبطة\";'),('aeb-arab','messages:undelete_short','s:117:\"ar:استرجاع {{PLURAL:$1||تعديل واحد|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('aeb-arab','messages:undeletebtn','s:17:\"ar:استرجاع\";'),('aeb-arab','messages:undeletecomment','s:14:\"ar:السبب:\";'),('aeb-arab','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('aeb-arab','messages:undeletedpage','s:171:\"ar:<strong>أُلغي حذف $1</strong>\n\nراجع [[Special:Log/delete|سجل الحذف]] لمعاينة عمليات الحذف والاسترجاعات الحديثة.\";'),('aeb-arab','messages:undeleteextrahelp','s:390:\"ar:لاسترجاع تاريخ الصفحة كاملا، اترك جميع خانات الاختيار فارغة واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\nللاسترجاع بشكل انتقائي، ضع علامة في خانات الاختيار أمام المراجعات التي تريد استرجاعها، واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('aeb-arab','messages:undeletehistory','s:264:\"ar:لو استرجعت الصفحة، ستُسترجع كل المراجعات إلى التاريخ.\nلو أُنشئت صفحة جديدة بالاسم نفسه بعد الحذف، ستظهر المراجعات المسترجعة في التاريخ السابق.\";'),('aeb-arab','messages:undeletehistorynoadmin','s:328:\"ar:هذه الصفحة تم حذفها.\nالسبب للحذف معروض في الملخص بالأسفل، إلى جانب تفاصيل المستخدمين الذين قاموا بالتعديل على هذه الصفحة قبل حذفها.\nنص المراجعات المحذوفة هذه متوفر فقط للإداريين.\";'),('aeb-arab','messages:undeleteinvert','s:28:\"ar:اعكس الاختيار\";'),('aeb-arab','messages:undeletelink','s:28:\"aeb-arab:اعرض/استعد\";'),('aeb-arab','messages:undeletepage','s:58:\"ar:عرض واسترجاع الصفحات المحذوفة\";'),('aeb-arab','messages:undeletepagetext','s:274:\"ar:حُذفت {{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|$1 الصفحات التالية|ال$1 صفحة التالية}} ولكنها مازالت في الأرشيف ويمكن استرجاعها.\nقد يمسح الأرشيف دوريا.\";'),('aeb-arab','messages:undeletepagetitle','s:101:\"ar:<strong>التالي يتكون من المراجعات المحذوفة من [[:$1|$1]]</strong>.\";'),('aeb-arab','messages:undeleterevdel','s:268:\"ar:الاسترجاع لن يتم إذا كان سينتج عنه أن تكون المراجعة أعلى الصفحة أو الملف محذوفة جزئيا.\nفي مثل هذه الحالات، يجب عليك إظهار أحدث المراجعات المحذوفة.\";'),('aeb-arab','messages:undeleterevision-duplicate-revid','s:261:\"ar:لم يمكن استعادة {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}، لأن ال<code>rev_id</code> {{PLURAL:$1|الخاص به|الخاص بهما|$1 الخاص بهم}}  كان مستخدما بالفعل.\";'),('aeb-arab','messages:undeleterevision-missing','s:186:\"ar:مراجعة غير صحيحة أو مفقودة.\nربما لديك وصلة سيئة، أو ربما المراجعة تم استرجاعها أو إزالتها من الأرشيف.\";'),('aeb-arab','messages:undeleterevisions','s:159:\"ar:{{PLURAL:$1|لم تحذف أي مراجعة|حذفت مراجعة واحدة|حذفت مراجعتان|حذفت $1 مراجعات|حذفت $1 مراجعة}}\";'),('aeb-arab','messages:undeleteviewlink','s:17:\"aeb-arab:اعرض\";'),('aeb-arab','messages:underline-always','s:13:\"ar:دائما\";'),('aeb-arab','messages:underline-default','s:49:\"aeb-arab:تبعا لإعدادات المتصفح\";'),('aeb-arab','messages:underline-never','s:11:\"ar:أبدا\";'),('aeb-arab','messages:undo-failure','s:119:\"aeb-arab:لم يمكن استرجاع التعديل بسبب تعديلات متعارضة تمت على الصفحة.\";'),('aeb-arab','messages:undo-main-slot-only','s:129:\"ar:لا يمكن التراجع عن التعديل لأنه ينطوي على محتوى خارج الفتحة الرئيسية.\";'),('aeb-arab','messages:undo-nochange','s:77:\"ar:يبدو أن التعديل قد تم التراجع عنه بالفعل.\";'),('aeb-arab','messages:undo-norev','s:105:\"aeb-arab:فشل في الرجوع عن التعديل حيث أنه غير موجود أو تم حذفه.\";'),('aeb-arab','messages:undo-success','s:287:\"aeb-arab:يمكن استرجاع التعديل.\nمن فضلك تحقق من المقارنة بالأسفل للتأكد من أن هذا هو ما تريد أن تفعله، وبعد ذلك احفظ التغييرات بالأسفل للانتهاء من استرجاع التعديل.\";'),('aeb-arab','messages:undo-summary','s:117:\"aeb-arab:الرجوع عن التعديل $1 بواسطة [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]])\";'),('aeb-arab','messages:undo-summary-anon','s:87:\"ar:التراجع عن المراجعة $1 بواسطة [[Special:Contributions/$2|$2]]\";'),('aeb-arab','messages:undo-summary-import','s:98:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم [[:$2|$3]]\";'),('aeb-arab','messages:undo-summary-import2','s:90:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم $2\";'),('aeb-arab','messages:undo-summary-username-hidden','s:86:\"ar:الرجوع عن المراجعة $1 التي أجراها مستخدمي مخفي\";'),('aeb-arab','messages:unexpected','s:49:\"aeb-arab:قيمة غير متوقعة: \"$1\"=\"$2\".\";'),('aeb-arab','messages:unicode-support-fail','s:153:\"ar:يبو أن متصفحك لا يدعم اليونيكود. وهو ضروري لتعديل الصفحات، لذا فتعديلك لم يتم حفظه.\";'),('aeb-arab','messages:unit-pixel','s:7:\"ar:بك\";'),('aeb-arab','messages:unknown-error','s:35:\"ar:خطأ غير معروف حدث.\";'),('aeb-arab','messages:unlinkaccounts','s:37:\"ar:إزالة ربط الحسابات\";'),('aeb-arab','messages:unlinkaccounts-success','s:35:\"ar:الحساب تم فك وصله.\";'),('aeb-arab','messages:unlockbtn','s:44:\"ar:رفع غلق قاعدة البيانات\";'),('aeb-arab','messages:unlockconfirm','s:65:\"ar:نعم، أريد فتح قاعدة البيانات فعلا.\";'),('aeb-arab','messages:unlockdb','s:37:\"ar:فتح قاعدة البيانات\";'),('aeb-arab','messages:unlockdbsuccesssub','s:53:\"ar:تم إزالة قفل قاعدة البيانات\";'),('aeb-arab','messages:unlockdbsuccesstext','s:53:\"ar:تم إعادة فتح قاعدة البيانات\";'),('aeb-arab','messages:unlockdbtext','s:352:\"ar:فتح قاعدة البيانات سيسترجع قدرة كل المستخدمين على تحرير الصفحات، تغيير تفضيلاتهم، تعديل قوائم المراقبة الخاصة بهم، وأشياء أخرى تحتاج التغيير في قاعدة البيانات.\nمن فضلك أكد أن هذا هو ما تريده.\";'),('aeb-arab','messages:unpatrolledletter','s:4:\"ar:!\";'),('aeb-arab','messages:unprotect','s:24:\"ar:غير الحماية\";'),('aeb-arab','messages:unprotected-js','s:263:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل جافا سكريبت من الصفحات غير المحمية; الرجاء إنشاء جافا سكريبت فقط في نطاق ميدياويكي: أو كصفحة فرعية للمستخدم\";'),('aeb-arab','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('aeb-arab','messages:unprotectedarticle-comment','s:80:\"ar:{{GENDER:$2|أزال الحماية|أزالت الحماية}} من \"[[$1]]\"\";'),('aeb-arab','messages:unregistered-user-config','s:167:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل الصفحات الفرعية JavaScript وCSS وJSON للمستخدمين غير المسجلين.\";'),('aeb-arab','messages:unstrip-depth-category','s:82:\"ar:الصفحات التي يتم تجاوز حد عمق أونستريب فيها\";'),('aeb-arab','messages:unstrip-depth-category-desc','s:49:\"ar:الصفحة تتجاوز حد عمق unstrip.\";'),('aeb-arab','messages:unstrip-depth-warning','s:51:\"aeb-arab:تعدى حد العودية Unstrip  ($1)\";'),('aeb-arab','messages:unstrip-size-category','s:101:\"ar:الصفحات التي يتم تجاوز الحد الأقصى لحجم أونستريب فيها\";'),('aeb-arab','messages:unstrip-size-category-desc','s:49:\"ar:الصفحة تتجاوز حد حجم unstrip.\";'),('aeb-arab','messages:unstrip-size-warning','s:47:\"ar:تم تجاوز حد الحجم Unstrip ($1)\";'),('aeb-arab','messages:unsupported-content-diff','s:67:\"ar:الفروق غير مدعومة لنموذج المحتوى $1.\";'),('aeb-arab','messages:unsupported-content-diff2','s:104:\"ar:الفروق بين نموذجي المحتوى $1 و$2 غير مدعومة في هذا الويكي.\";'),('aeb-arab','messages:unsupported-content-model','s:104:\"ar:<strong>تحذير:</strong> نموذج المحتوى $1 غير مدعوم في هذا الويكي.\";'),('aeb-arab','messages:unusedcategories','s:39:\"ar:تصنيفات غير مستخدمة\";'),('aeb-arab','messages:unusedcategories-summary','s:3:\"en:\";'),('aeb-arab','messages:unusedcategoriestext','s:152:\"ar:التصنيفات التالية موجودة على الرغم من أنها لا تحتوي على أية صفحات أو تصنيفات أخرى.\";'),('aeb-arab','messages:unusedimages','s:35:\"ar:ملفات غير مستخدمة\";'),('aeb-arab','messages:unusedimages-summary','s:3:\"en:\";'),('aeb-arab','messages:unusedimagestext','s:290:\"ar:الملفات التالية موجودة لكن غير مضمنة في أي صفحة.\nمن فضلك لاحظ أن المواقع الأخرى ربما تصل إلى ملف بمسار مباشر، ولذا ربما يكون معروضا هنا بالرغم من كونه مستخدما.\";'),('aeb-arab','messages:unusedimagestext-categorizedimgisused','s:478:\"ar:الملفات التالية موجودة ولكنها غير مضمنة في أية صفحة، تُعتبَر الصور المصنفة مستعملة على الرغم من أنها غير مضمنة في أية صفحة.\n\nتُرجَى ملاحظة أن مواقع الويب الأخرى قد ترتبط بملف يحتوي على مسار مباشر; ولذلك قد لا تزال مدرجة هنا على الرغم من كونها قيد الاستخدام النشط.\";'),('aeb-arab','messages:unusedtemplates','s:35:\"ar:قوالب غير مستخدمة\";'),('aeb-arab','messages:unusedtemplates-summary','s:3:\"en:\";'),('aeb-arab','messages:unusedtemplatestext','s:221:\"ar:هذه الصفحة تعرض كل الصفحات في نطاق {{ns:template}} غير المضمنة في صفحة أخرى.\nتذكر بأن تتحقق من الوصلات الأخرى للقوالب قبل حذفها.\";'),('aeb-arab','messages:unusedtemplateswlh','s:22:\"ar:وصلات أخرى\";'),('aeb-arab','messages:unwatch','s:34:\"aeb-arab:أوقف المراقبة\";'),('aeb-arab','messages:unwatchedpages','s:33:\"ar:صفحات غير مراقبة\";'),('aeb-arab','messages:unwatchedpages-summary','s:3:\"en:\";'),('aeb-arab','messages:unwatching','s:33:\"ar:إزالة المراقبة...\";'),('aeb-arab','messages:unwatchthispage','s:28:\"ar:أوقف المراقبة\";'),('aeb-arab','messages:updated','s:21:\"aeb-arab:(محدثة)\";'),('aeb-arab','messages:updatedmarker','s:52:\"ar:عُدِّلت منذ زيارتك الأخيرة\";'),('aeb-arab','messages:updatewatchlist','s:41:\"ar:تحديث قائمة المراقبة\";'),('aeb-arab','messages:upload','s:26:\"aeb-arab:صبّ فشياي\";'),('aeb-arab','messages:upload-copy-upload-invalid-domain','s:61:\"ar:رفع النسخ غير متاح من هذا الموقع\";'),('aeb-arab','messages:upload-curl-error28','s:35:\"ar:انتهاء مهلة الرفع\";'),('aeb-arab','messages:upload-curl-error28-text','s:248:\"ar:أخذ الموقع وقتا طويلا للاستجابة.\nمن فضلك تأكد أن الموقع يعمل، وانتظر فترة قصيرة ثم حاول مرة أخرى.\nربما تريد المحاولة في وقت أقل ازدحاما.\";'),('aeb-arab','messages:upload-curl-error6','s:49:\"ar:لم يتمكن من الوصول للمسار\";'),('aeb-arab','messages:upload-curl-error6-text','s:159:\"ar:لم يمكن الوصول إلى المسار الذي حددته.\nمن فضلك راجع صحة المسار مرة أخرى وأن الموقع يعمل.\";'),('aeb-arab','messages:upload-default-description','s:4:\"en:-\";'),('aeb-arab','messages:upload-description','s:20:\"ar:وصف الملف\";'),('aeb-arab','messages:upload-dialog-button-back','s:11:\"ar:رجوع\";'),('aeb-arab','messages:upload-dialog-button-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:upload-dialog-button-done','s:7:\"ar:تم\";'),('aeb-arab','messages:upload-dialog-button-save','s:9:\"ar:حفظ\";'),('aeb-arab','messages:upload-dialog-button-upload','s:9:\"ar:رفع\";'),('aeb-arab','messages:upload-dialog-disabled','s:100:\"ar:رفع الملفات باستخدام هذا الحوار معطلة على هذه الويكي.\";'),('aeb-arab','messages:upload-dialog-title','s:20:\"ar:رفع الملف\";'),('aeb-arab','messages:upload-disallowed-here','s:62:\"aeb-arab:ما تنجّمش تبدّل هذي التصويرة.\";'),('aeb-arab','messages:upload-file-error','s:20:\"ar:خطأ داخلي\";'),('aeb-arab','messages:upload-file-error-text','s:162:\"ar:حدث خطأ داخلي عند محاولة إنشاء ملف مؤقت على الخادوم.\nمن فضلك اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('aeb-arab','messages:upload-foreign-cant-load-config','s:117:\"ar:فشل تحميل الإعدادات للملفات المرفوعة لمستودع الملفات الخارجي.\";'),('aeb-arab','messages:upload-foreign-cant-upload','s:129:\"ar:هذه الويكي ليست مضبوطة لرفع الملفات لمستودع الملفات الخارجي المطلوب.\";'),('aeb-arab','messages:upload-form-label-infoform-categories','s:17:\"ar:تصنيفات\";'),('aeb-arab','messages:upload-form-label-infoform-date','s:17:\"ar:التاريخ\";'),('aeb-arab','messages:upload-form-label-infoform-description','s:13:\"ar:الوصف\";'),('aeb-arab','messages:upload-form-label-infoform-description-tooltip','s:171:\"ar:باختصار صف كل شيء ملحوظ حول العمل.\nلصورة، اذكر الأشياء الأساسية المصورة، المناسبة أو المكان.\";'),('aeb-arab','messages:upload-form-label-infoform-name','s:13:\"ar:الاسم\";'),('aeb-arab','messages:upload-form-label-infoform-name-tooltip','s:190:\"ar:عنوان وصفي فريد للملف، والذي سيكون اسم الملف. يمكنك أن تستخدم لغة عادية مع مسافات. لا تضمن امتداد الملف.\";'),('aeb-arab','messages:upload-form-label-infoform-title','s:19:\"ar:التفاصيل\";'),('aeb-arab','messages:upload-form-label-not-own-work-local-generic-foreign','s:188:\"ar:أنت ربما تريد أيضا تجربة [[Special:Upload|صفحة الرفع على {{SITENAME}}]]، لو أن هذا الملف يمكن رفعه هناك تحت سياساتهم.\";'),('aeb-arab','messages:upload-form-label-not-own-work-local-generic-local','s:99:\"ar:أنت ربما تريد تجربة [[Special:Upload|صفحة الرفع الافتراضية]].\";'),('aeb-arab','messages:upload-form-label-not-own-work-message-generic-foreign','s:189:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات المستودع المشترك، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('aeb-arab','messages:upload-form-label-not-own-work-message-generic-local','s:170:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات {{SITENAME}}، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('aeb-arab','messages:upload-form-label-own-work','s:29:\"ar:هذا عملي الخاص\";'),('aeb-arab','messages:upload-form-label-own-work-message-generic-foreign','s:222:\"ar:أنا أفهم أنني أقوم برفع هذا الملف إلى مستودع مشترك. أنا أؤكد أنني أقوم بهذا بالتوافق مع شروط الخدمة وسياسات الترخيص هناك.\";'),('aeb-arab','messages:upload-form-label-own-work-message-generic-local','s:152:\"ar:أنا أؤكد أنني أقوم برفع هذا الملف مع مراعاة شروط الخدمة وسياسات الترخيص في {{SITENAME}}.\";'),('aeb-arab','messages:upload-form-label-usage-filename','s:20:\"ar:اسم الملف\";'),('aeb-arab','messages:upload-form-label-usage-title','s:21:\"ar:الاستخدام\";'),('aeb-arab','messages:upload-http-error','s:27:\"ar:صودف خطأ HTTP: $1\";'),('aeb-arab','messages:upload-maxfilesize','s:37:\"ar:حجم الملف الأقصى: $1\";'),('aeb-arab','messages:upload-misc-error','s:43:\"ar:خطأ غير معروف في الرفع\";'),('aeb-arab','messages:upload-misc-error-text','s:297:\"ar:حدث خطأ غير معروف أثناء عملية الرفع.\nمن فضلك تاكد أن المسار صحيح ومن الممكن الدخول عليه ثم حاول مرة أخرى.\nإذا استمرت المشكلة في الحدوث، اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('aeb-arab','messages:upload-options','s:26:\"ar:خيارات الرفع\";'),('aeb-arab','messages:upload-permitted','s:75:\"ar:أنواع الملفات المسموحة {{PLURAL:$2|type|types}}: $1.\";'),('aeb-arab','messages:upload-preferred','s:73:\"ar:أنواع الملفات المفضلة {{PLURAL:$2|type|types}}: $1.\";'),('aeb-arab','messages:upload-prohibited','s:75:\"ar:أنواع الملفات الممنوعة {{PLURAL:$2|type|types}}: $1.\";'),('aeb-arab','messages:upload-proto-error','s:35:\"ar:بروتوكول غير صحيح\";'),('aeb-arab','messages:upload-proto-error-text','s:110:\"ar:الرفع عن بعد يتطلب مساراً يبدأ بـ <code>http://</code> أو <code>ftp://</code>.\";'),('aeb-arab','messages:upload-recreate-warning','s:179:\"ar:<strong>تحذير: سبق حذف أو نقل ملف بهذا الاسم.</strong>\n\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('aeb-arab','messages:upload-scripted-dtd','s:99:\"ar:لا يمكن رفع ملفات SVG التي تحتوي على إعلان DTD غير قياسي.\";'),('aeb-arab','messages:upload-scripted-pi-callback','s:89:\"ar:لا يمكن رفع ملف يحتوي على تعليمة معالجة XML-stylesheet\";'),('aeb-arab','messages:upload-source','s:26:\"ar:الملف المصدر\";'),('aeb-arab','messages:upload-summary','s:3:\"en:\";'),('aeb-arab','messages:upload-too-many-redirects','s:59:\"ar:احتوى المسار تحويلات كثيرة جدا\";'),('aeb-arab','messages:upload-tryagain','s:34:\"ar:أرسل وصف ملف معدل\";'),('aeb-arab','messages:upload-tryagain-nostash','s:70:\"ar:ارفع الملف المعاد رفعه والوصف المعدل\";'),('aeb-arab','messages:upload_directory_missing','s:101:\"ar:مجلد الرفع ($1) مفقود ولم يمكن إنشاؤه بواسطة خادم الويب.\";'),('aeb-arab','messages:upload_directory_read_only','s:99:\"ar:مجلد الرفع ($1) لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('aeb-arab','messages:upload_source_file','s:32:\"ar: (ملف على حاسوبك)\";'),('aeb-arab','messages:upload_source_url','s:57:\"ar:  (مسار صحيح، يمكن الوصول إليه)\";'),('aeb-arab','messages:uploadbtn','s:20:\"ar:رفع ملفٍّ\";'),('aeb-arab','messages:uploaddisabled','s:29:\"ar:تم تعطيل الرفع\";'),('aeb-arab','messages:uploaddisabledtext','s:34:\"ar:رفع الملفات معطل.\";'),('aeb-arab','messages:uploaded-animate-svg','s:181:\"ar:تم العثور على وسم \"animate\" الذي ربما يكون يغير href, باستخدام سمة \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploaded-event-handler-on-svg','s:109:\"ar:ضبط سمات معالج الأحداث <code>$1=\"$2\"</code> غير مسموح به في ملفات SVG.\";'),('aeb-arab','messages:uploaded-hostile-svg','s:106:\"ar:تم العثور على CSS غير آمن في عنصر الشكل في ملف الSVG المرفوع.\";'),('aeb-arab','messages:uploaded-href-attribute-svg','s:390:\"ar:<a> العناصر يمكنها فقط وصل (href) للبيانات: (ملف مضمن)، أهداف http:// أو https://, أو fragment (#, same-document). للعناصر الأخرى، مثل <image>، فقط بيانات: و fragment مسموح بها. جرب تضمين الصور عند تصدير الSVG الخاص بك. تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('aeb-arab','messages:uploaded-href-unsafe-target-svg','s:139:\"ar:تم العثور على href لبيانات غير آمنة: هدف URI <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploaded-image-filter-svg','s:119:\"ar:تم العثور على فلتر صورة مع URL: <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploaded-remote-url-svg','s:153:\"ar:SVG الذي يضبط أي سمة شكل مع URL خارجي ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploaded-script-svg','s:90:\"ar:تم العثور على عنصر سكريبت \"$1\" في ملف الSVG المرفوع.\";'),('aeb-arab','messages:uploaded-setting-event-handler-svg','s:146:\"ar:ضبط سمات معالج الأحداث ممنوع، تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploaded-setting-handler-svg','s:173:\"ar:SVG الذي يضبط سمة \"handler\" مع خارجي/بيانات/سكريبت ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploaded-setting-href-svg','s:91:\"ar:استخدام وسم \"set\" لإضافة سمة \"href\" للعنصر الأب ممنوع.\";'),('aeb-arab','messages:uploaded-wrong-setting-svg','s:203:\"ar:استخدام وسم \"set\" لإضافة هدف خارجي/بيانات/سكريبت لأي سمة ممنوع. تم العثور على <code>&lt;set to=\"$1\"&gt;</code> في ملف SVG المرفوع.\";'),('aeb-arab','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('aeb-arab','messages:uploaderror','s:25:\"ar:خطأ في الرفع\";'),('aeb-arab','messages:uploadfooter','s:4:\"en:-\";'),('aeb-arab','messages:uploadinvalidxml','s:58:\"ar:تعذر تحليل XML في الملف المرفوع.\";'),('aeb-arab','messages:uploadlogpage','s:26:\"aeb-arab:سجل الرفع\";'),('aeb-arab','messages:uploadlogpagetext','s:174:\"ar:في الأسفل قائمة بأحدث عمليات رفع الملفات.\nانظر [[Special:NewFiles|معرض الملفات الجديدة]] لعرض بصري أكثر\";'),('aeb-arab','messages:uploadnewversion-linktext','s:52:\"ar:رفع نسخة جديدة من هذا الملف\";'),('aeb-arab','messages:uploadnologin','s:31:\"ar:غير مسجل الدخول\";'),('aeb-arab','messages:uploadnologintext','s:48:\"ar:يجب عليك $1 لترفع الملفات.\";'),('aeb-arab','messages:uploadscripted','s:130:\"ar:هذا الملف يضم كود HTML أو كود آخر يمكن أن يفسره متصفح الويب بطريقة خاطئة.\";'),('aeb-arab','messages:uploadscriptednamespace','s:94:\"ar:يحتوي ملف SVG هذا على اسم نطاق غير مشروع \"<nowiki>$1</nowiki>\"\";'),('aeb-arab','messages:uploadstash','s:22:\"ar:تحميل مخبأ\";'),('aeb-arab','messages:uploadstash-bad-path','s:33:\"ar:المسار غير موجود\";'),('aeb-arab','messages:uploadstash-bad-path-bad-format','s:52:\"ar:المفتاح \"$1\" ليس بصيغة صحيحة.\";'),('aeb-arab','messages:uploadstash-bad-path-invalid','s:32:\"ar:المسار غير صحيح.\";'),('aeb-arab','messages:uploadstash-bad-path-no-handler','s:76:\"ar:لم يتم العثور على هاندلر للميم $1 للملف $2.\";'),('aeb-arab','messages:uploadstash-bad-path-unknown-type','s:33:\"ar:نوع غير معروف \"$1\".\";'),('aeb-arab','messages:uploadstash-bad-path-unrecognized-thumb-name','s:48:\"ar:اسم تصغير غير متعرف عليه.\";'),('aeb-arab','messages:uploadstash-badtoken','s:180:\"ar:فشل أداء ذلك العمل، ربما لأن وثائق تفويض التحرير الخاصة بك منتهية الصلاحية. من فضلك حاول مرة أخرى.\";'),('aeb-arab','messages:uploadstash-clear','s:39:\"ar:مسح الملفات المخبأة\";'),('aeb-arab','messages:uploadstash-errclear','s:45:\"ar:فشلت عملية مسح الملفات.\";'),('aeb-arab','messages:uploadstash-exception','s:65:\"ar:لم يمكن تخزين الرفع في الstash ($1): \"$2\".\";'),('aeb-arab','messages:uploadstash-file-not-found','s:75:\"ar:المفتاح \"$1\" لم يتم العثور عليه في الستاش.\";'),('aeb-arab','messages:uploadstash-file-not-found-missing-content-type','s:45:\"ar:رأس مفقود لنوع المحتوى.\";'),('aeb-arab','messages:uploadstash-file-not-found-no-local-path','s:52:\"ar:لا مسار محلي للعنصر المصغر.\";'),('aeb-arab','messages:uploadstash-file-not-found-no-remote-thumb','s:57:\"ar:الحصول على التصغير فشل: $1\nURL = $2\";'),('aeb-arab','messages:uploadstash-file-not-found-no-thumb','s:48:\"ar:لم يمكن الحصول على تصغير.\";'),('aeb-arab','messages:uploadstash-file-not-found-not-exists','s:80:\"ar:لم يمكن العثور على المسار، أو ليس ملف صريح.\";'),('aeb-arab','messages:uploadstash-file-too-large','s:57:\"ar:لا يمكن عرض ملف أكبر من $1 بايت.\";'),('aeb-arab','messages:uploadstash-no-such-key','s:64:\"ar:لا مفتاح كهذا ($1)، لم يمكن الإزالة.\";'),('aeb-arab','messages:uploadstash-nofiles','s:46:\"ar:ليس لديك أي ملفات مخبأة.\";'),('aeb-arab','messages:uploadstash-not-logged-in','s:107:\"ar:لا مستخدم مسجل الدخول، الملفات يجب أن تنتمي إلى مستخدمين.\";'),('aeb-arab','messages:uploadstash-refresh','s:39:\"ar:تحديث قائمة الملفات\";'),('aeb-arab','messages:uploadstash-summary','s:245:\"ar:توفر هذه الصفحة الوصول إلى الملفات التي يتم رفعها ولكنها لم تُنشَر بعد في الويكي، هذه الملفات غير مرئية لأحد إلا للمستخدم الذي رفعها.\";'),('aeb-arab','messages:uploadstash-thumbnail','s:31:\"ar:اعرض صورة مصغرة\";'),('aeb-arab','messages:uploadstash-wrong-owner','s:72:\"ar:هذا الملف ($1) لا ينتمي للمستخدم الحالي.\";'),('aeb-arab','messages:uploadstash-zero-length','s:30:\"ar:الملف طوله صفر.\";'),('aeb-arab','messages:uploadtext','s:1053:\"ar:استخدم الاستمارة بالأسفل لرفع الملفات.\nلرؤية أو البحث في الملفات المرفوعة سابقا، راجع [[Special:FileList|قائمة الملفات المرفوعة]]، عمليات الرفع (وإعادة الرفع) مسجلة في [[Special:Log/upload|سجل الرفع]] وعمليات الحذف في [[Special:Log/delete|سجل الحذف]].\n\nلإدراج صورة في صفحة، استخدم الوصلات في الصيغ التالية:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> لاستخدام النسخة الكاملة لملف\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|نص بديل]]</nowiki></code></strong> لاستخدام صورة عرضها 200 بكسل في صندوق في الجانب الأيسر مع \"نص بديل\" كوصف\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> للوصل للملف مباشرة بدون عرض الملف\";'),('aeb-arab','messages:uploadvirus','s:64:\"ar:الملف يحتوي على فيروس! التفاصيل: $1\";'),('aeb-arab','messages:uploadwarning','s:24:\"ar:تحذير الرفع\";'),('aeb-arab','messages:uploadwarning-text','s:80:\"ar:من فضلك عدل وصف الملف أدناه وحاول مرة أخرى.\";'),('aeb-arab','messages:uploadwarning-text-nostash','s:106:\"ar:من فضلك أعد رفع الملف، عدل الوصف بالأسفل وحاول مرة ثانية.\";'),('aeb-arab','messages:user-mail-no-addy','s:108:\"aeb-arab:لقد حاولت إرسال بريد إلكتروني دون عنوان بريد إلكتروني.\";'),('aeb-arab','messages:user-mail-no-body','s:84:\"ar:محاول ارسال بريد إلكتروني فارغ أو ذو نص قصير.\";'),('aeb-arab','messages:usercreated','s:70:\"aeb-arab:{{GENDER:$3|أنشأه|أنشأته}} في $1 الساعة $2\";'),('aeb-arab','messages:usercssispublic','s:194:\"ar:من فضلك لاحظ: أنه لا ينبغي أن تحتوي صفحات الCSS الفرعية على بيانات سرية حيث يمكن للمستخدمين الآخرين رؤيتها.\";'),('aeb-arab','messages:usercsspreview','s:154:\"aeb-arab:<strong>تذكر أنك تقوم بعرض الأنماط المتراصة (CSS) الخاصة بك فقط.\nلم يتم حفظها بعد!</strong>\";'),('aeb-arab','messages:usercssyoucanpreview','s:137:\"aeb-arab:<strong>ملاحظة:</strong> استعمل زر \"{{int:showpreview}}\" لتجربة CSS الجديد قبل حفظ الصفحة.\";'),('aeb-arab','messages:usereditcount','s:121:\"ar:{{PLURAL:$1|لا تعديلات|تعديل واحد|تعديلان|$1 تعديلات|$1 تعديلًا|$1 تعديل}}\";'),('aeb-arab','messages:userexists','s:131:\"aeb-arab:اسم المستخدم الذي تم إدخاله مستعمل بالفعل.\nالرجاء اختيار اسم مختلف.\";'),('aeb-arab','messages:userinvalidconfigtitle','s:240:\"aeb-arab:<strong>تحذير:</strong> T لا توجد واجهة \"$1\".\nصفحات Custom .css و.json و.js تستخدم حروفا صغيرة في العنوان، مثل {{ns:user}}:Foo/vector.css على عكس {{ns:user}}:Foo/Vector.css.\";'),('aeb-arab','messages:userjsdangerous','s:381:\"ar:يرجى ملاحظة: سيتم تشغيل البرامج النصية المضمنة في هذه الصفحة في أي وقت تقوم فيه بتحميل صفحة. قد يؤدي الكود الضار المضاف هنا إلى اختراق الحساب. سيتم تنفيذ الكود عند معاينة التغييرات التي أجريتها على هذه الصفحة.\";'),('aeb-arab','messages:userjsispublic','s:236:\"ar:من فضلك لاحظ: صفحات الجافاسكريبت الفرعية لا ينبغي أن تحتوي على بياناتٍ سرية، وذلك لأنه يمكن مشاهدتها بواسطة المستخدمين الآخرين.\";'),('aeb-arab','messages:userjsonispublic','s:213:\"ar:الرجاء ملاحظة أنه: يجب ألا تحتوي الصفحات الفرعية لجسون على بيانات سرية لأنها قابلة للعرض من قبل المستخدمين الآخرين.\";'),('aeb-arab','messages:userjsonpreview','s:163:\"ar:<strong>تذكّر أنك فقط تختبر/تعاين تهيئة جسون لصفحة المستخدم الخاصة بك\nفهي لم تُنشر بعد!</strong>\";'),('aeb-arab','messages:userjsonyoucanpreview','s:132:\"ar:<strong>نصيحة:</strong>  استخدم الزر \"{{int:showpreview}}\" لاختبار جسون الجديد قبل الحفظ.\";'),('aeb-arab','messages:userjspreview','s:119:\"aeb-arab:<strong>تذكر أنك فقط تجرب/تعاين جافاسكربت.\nلم يتم الحفظ بعد!</strong>\";'),('aeb-arab','messages:userjsyoucanpreview','s:160:\"aeb-arab:<strong>ملاحظة:</strong> استعمل زر \"{{int:showpreview}}\" لتجربة الجافاسكريبت الجديدة قبل حفظ الصفحة.\";'),('aeb-arab','messages:userlogin-createanother','s:29:\"ar:إنشاء حساب آخر\";'),('aeb-arab','messages:userlogin-helplink2','s:37:\"ar:المساعدة في الدخول\";'),('aeb-arab','messages:userlogin-joinproject','s:31:\"ar:انضم إلى {{SITENAME}}\";'),('aeb-arab','messages:userlogin-loggedin','s:199:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول مسبقًا باسم $1. {{GENDER:$1|استخدم|استخدمي}} النموذج بالأسفل لتسجيل الدخول بحساب آخر.\";'),('aeb-arab','messages:userlogin-noaccount','s:29:\"ar:ليس لديك حساب؟\";'),('aeb-arab','messages:userlogin-reauth','s:76:\"ar:عليك الدخول مرة أخرى لتؤكد أنك {{GENDER:$1|$1}}.\";'),('aeb-arab','messages:userlogin-remembermypassword','s:37:\"ar:أبقني مسجلا للدخول\";'),('aeb-arab','messages:userlogin-resetpassword-link','s:33:\"ar:نسيت كلمة مرورك؟\";'),('aeb-arab','messages:userlogin-signwithsecure','s:35:\"ar:استخدام اتصال آمن\";'),('aeb-arab','messages:userlogin-yourname','s:26:\"ar:اسم المستخدم\";'),('aeb-arab','messages:userlogin-yourname-ph','s:51:\"ar:أدخل اسم المستخدم الخاص بك\";'),('aeb-arab','messages:userlogin-yourpassword','s:20:\"ar:كلمة السر\";'),('aeb-arab','messages:userlogin-yourpassword-ph','s:35:\"aeb-arab:دخّل كلمة السر\";'),('aeb-arab','messages:userlogout','s:17:\"aeb-arab:خروج\";'),('aeb-arab','messages:userlogout-continue','s:42:\"ar:هل تريد تسجيل الخروج؟\";'),('aeb-arab','messages:userlogout-summary','s:3:\"en:\";'),('aeb-arab','messages:userlogout-temp','s:170:\"ar:هل أنت متأكد أنك تريد تسجيل الخروج؟ لن تكون هناك طريقة لإعادة تسجيل الدخول إلى حسابك المؤقت.\";'),('aeb-arab','messages:usermaildisabled','s:58:\"ar:بريد المستخدم الإلكتروني معطل\";'),('aeb-arab','messages:usermaildisabledtext','s:117:\"ar:لا يمكنك إرسال بريد إلكتروني إلى مستخدمين آخرين على هذه الويكي\";'),('aeb-arab','messages:usermessage-editor','s:26:\"ar:مراسل النظام\";'),('aeb-arab','messages:usermessage-summary','s:30:\"ar:ترك رسالة نظام.\";'),('aeb-arab','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('aeb-arab','messages:username','s:67:\"ar:{{GENDER:$1|اسم المستخدم|اسم المستخدمة}}:\";'),('aeb-arab','messages:usernameinprogress','s:125:\"ar:إن عملية إنشاء حساب لاسم المستخدم هذا جارية بالفعل. برجاء الانتظار.\";'),('aeb-arab','messages:userpage-userdoesnotexist','s:155:\"aeb-arab:حساب المستخدم \"<nowiki>$1</nowiki>\" غير مسجل.\nمن فضلك تأكد أنك تريد إنشاء/تعديل هذه الصفحة.\";'),('aeb-arab','messages:userpage-userdoesnotexist-view','s:56:\"aeb-arab:حساب المستخدم \"$1\" غير مسجل.\";'),('aeb-arab','messages:userrights','s:34:\"ar:صلاحيات المستخدم\";'),('aeb-arab','messages:userrights-cannot-shorten-expiry','s:272:\"ar:أنت لا يمكنك تقديم تاريخ الانتهاء لعضوية المجموعة \"$1\". فقط المستخدمون الذين يمتلكون السماح لإضافة وإزالة هذه المجموعة يمكنهم تقديم تواريخ الانتهاء.\";'),('aeb-arab','messages:userrights-changeable-col','s:56:\"ar:المجموعات التي يمكنك تغييرها\";'),('aeb-arab','messages:userrights-conflict','s:136:\"ar:تضارب في تغيير صلاحيات المستخدم! الرجاء مراجعة تغييراتك مجدّدا وتأكيدها.\";'),('aeb-arab','messages:userrights-editusergroup','s:78:\"ar:تعديل مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:userrights-expiry','s:14:\"ar:تنتهي:\";'),('aeb-arab','messages:userrights-expiry-current','s:16:\"ar:تنتهي $1\";'),('aeb-arab','messages:userrights-expiry-existing','s:50:\"ar:وقت الانتهاء الموجود: $3، $2\";'),('aeb-arab','messages:userrights-expiry-in-past','s:72:\"ar:تاريخ انتهاء المجموعة \"$1\" هو في الماضي.\";'),('aeb-arab','messages:userrights-expiry-none','s:22:\"ar:غير منتهية\";'),('aeb-arab','messages:userrights-expiry-options','s:110:\"ar:1 يوم:1 day,1 أسبوع:1 week,1 شهر:1 month,3 شهور:3 months,6 شهور:6 months,1 سنة:1 year\";'),('aeb-arab','messages:userrights-expiry-othertime','s:17:\"ar:وقت آخر:\";'),('aeb-arab','messages:userrights-groups-help','s:611:\"ar:يمكنك تغيير المجموعات التي ينتمي {{GENDER:$1|هذا المستخدم}} إليها:\n* يعني الصندوق المعلم أن المستخدم ضمن هذه المجموعة.\n* يعني الصندوق غير المعلم أن المستخدم ليس في هذه المجموعة.\n* تعني علامة * عدم إمكانية إزالة المجموعة متى ما أضفتها أو العكس.\n* تعني علامة # أنه يمكنك فقط تحديد تاريخ الانتهاء لعضوية هذه المجموعة؛ لكن لا يمكنك تقديمه بعد تحديده.\";'),('aeb-arab','messages:userrights-groupsmember','s:15:\"ar:عضو في:\";'),('aeb-arab','messages:userrights-groupsmember-auto','s:24:\"ar:عضو ضمني في:\";'),('aeb-arab','messages:userrights-groupsmember-type','s:5:\"ar:$1\";'),('aeb-arab','messages:userrights-invalid-expiry','s:65:\"ar:تاريخ انتهاء المجموعة \"$1\" غير صحيح.\";'),('aeb-arab','messages:userrights-irreversible-marker','s:6:\"ar:$1*\";'),('aeb-arab','messages:userrights-lookup-user','s:32:\"ar:اختيار المستخدم\";'),('aeb-arab','messages:userrights-no-interwiki','s:129:\"ar:أنت لا تمتلك الصلاحية لتعديل صلاحيات المستخدمين على الويكيات الأخرى.\";'),('aeb-arab','messages:userrights-no-shorten-expiry-marker','s:6:\"ar:$1#\";'),('aeb-arab','messages:userrights-nodatabase','s:79:\"ar:قاعدة البيانات $1 غير موجودة أو ليست محلية.\";'),('aeb-arab','messages:userrights-reason','s:14:\"ar:السبب:\";'),('aeb-arab','messages:userrights-summary','s:3:\"en:\";'),('aeb-arab','messages:userrights-systemuser','s:67:\"ar:{{GENDER:$1|هذا مستخدم|هذه مستخدمة}} نظام\";'),('aeb-arab','messages:userrights-unchangeable-col','s:61:\"ar:المجموعات التي لا يمكنك تغييرها\";'),('aeb-arab','messages:userrights-user-editname','s:32:\"ar:أدخل اسم مستخدم:\";'),('aeb-arab','messages:userrights-viewusergroup','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('aeb-arab','messages:variantname-crh','s:6:\"ar:crh\";'),('aeb-arab','messages:variantname-crh-cyrl','s:11:\"ar:crh-Cyrl\";'),('aeb-arab','messages:variantname-crh-latn','s:11:\"ar:crh-Latn\";'),('aeb-arab','messages:variantname-gan','s:6:\"en:gan\";'),('aeb-arab','messages:variantname-gan-hans','s:7:\"ar:Hans\";'),('aeb-arab','messages:variantname-gan-hant','s:7:\"ar:Hant\";'),('aeb-arab','messages:variantname-ike-cans','s:11:\"ar:ike-Cans\";'),('aeb-arab','messages:variantname-ike-latn','s:11:\"ar:ike-Latn\";'),('aeb-arab','messages:variantname-iu','s:5:\"ar:iu\";'),('aeb-arab','messages:variantname-kk','s:5:\"ar:kk\";'),('aeb-arab','messages:variantname-kk-arab','s:10:\"ar:kk-Arab\";'),('aeb-arab','messages:variantname-kk-cn','s:8:\"ar:kk-CN\";'),('aeb-arab','messages:variantname-kk-cyrl','s:10:\"ar:kk-Cyrl\";'),('aeb-arab','messages:variantname-kk-kz','s:8:\"ar:kk-KZ\";'),('aeb-arab','messages:variantname-kk-latn','s:10:\"ar:kk-Latn\";'),('aeb-arab','messages:variantname-kk-tr','s:8:\"ar:kk-TR\";'),('aeb-arab','messages:variantname-ku','s:5:\"en:ku\";'),('aeb-arab','messages:variantname-ku-arab','s:10:\"ar:ku-Arab\";'),('aeb-arab','messages:variantname-ku-latn','s:10:\"ar:ku-Latn\";'),('aeb-arab','messages:variantname-shi','s:6:\"ar:shi\";'),('aeb-arab','messages:variantname-shi-latn','s:11:\"ar:shi-Latn\";'),('aeb-arab','messages:variantname-shi-tfng','s:11:\"ar:shi-Tfng\";'),('aeb-arab','messages:variantname-sr','s:5:\"en:sr\";'),('aeb-arab','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('aeb-arab','messages:variantname-sr-ec','s:10:\"ar:sr-Cyrl\";'),('aeb-arab','messages:variantname-sr-el','s:10:\"ar:sr-Latn\";'),('aeb-arab','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('aeb-arab','messages:variantname-tg','s:5:\"ar:tg\";'),('aeb-arab','messages:variantname-tg-cyrl','s:10:\"ar:tg-Cyrl\";'),('aeb-arab','messages:variantname-tg-latn','s:10:\"ar:tg-Latn\";'),('aeb-arab','messages:variantname-tly','s:6:\"ar:tly\";'),('aeb-arab','messages:variantname-tly-cyrl','s:11:\"ar:tly-Cyrl\";'),('aeb-arab','messages:variantname-uz','s:5:\"ar:uz\";'),('aeb-arab','messages:variantname-uz-cyrl','s:10:\"ar:uz-Cyrl\";'),('aeb-arab','messages:variantname-uz-latn','s:10:\"ar:uz-Latn\";'),('aeb-arab','messages:variantname-zh','s:5:\"en:zh\";'),('aeb-arab','messages:variantname-zh-cn','s:5:\"ar:CN\";'),('aeb-arab','messages:variantname-zh-hans','s:7:\"ar:Hans\";'),('aeb-arab','messages:variantname-zh-hant','s:7:\"ar:Hant\";'),('aeb-arab','messages:variantname-zh-hk','s:5:\"ar:HK\";'),('aeb-arab','messages:variantname-zh-mo','s:5:\"ar:MO\";'),('aeb-arab','messages:variantname-zh-my','s:5:\"ar:MY\";'),('aeb-arab','messages:variantname-zh-sg','s:5:\"ar:SG\";'),('aeb-arab','messages:variantname-zh-tw','s:5:\"ar:TW\";'),('aeb-arab','messages:variants','s:21:\"ar:المتغيرات\";'),('aeb-arab','messages:vector-2022-prefs-talkpage','s:56:\"ar:[[mw:Talk:Reading/Web/Desktop_Improvements|نقاش]]\";'),('aeb-arab','messages:vector-action-addsection','s:30:\"aeb-arab:أضف موضوعاً\";'),('aeb-arab','messages:vector-action-delete','s:17:\"aeb-arab:احذف\";'),('aeb-arab','messages:vector-action-move','s:17:\"aeb-arab:حوّل\";'),('aeb-arab','messages:vector-action-protect','s:15:\"aeb-arab:احم\";'),('aeb-arab','messages:vector-action-toggle-sidebar','s:41:\"ar:تبديل الشريط الجانبي\";'),('aeb-arab','messages:vector-action-undelete','s:32:\"aeb-arab:استرجع الحذف\";'),('aeb-arab','messages:vector-action-unprotect','s:30:\"aeb-arab:غير الحماية\";'),('aeb-arab','messages:vector-anon-user-menu-pages','s:69:\"ar:صفحات للمحررين الذين سجَّلوا خروجهم\";'),('aeb-arab','messages:vector-anon-user-menu-pages-label','s:54:\"ar:تعلَّم المزيد بخصوص التحرير\";'),('aeb-arab','messages:vector-anon-user-menu-pages-learn','s:28:\"ar:تعلَّم المزيد\";'),('aeb-arab','messages:vector-article-tools-nav-label','s:17:\"ar:الأدوات\";'),('aeb-arab','messages:vector-intro-page','s:18:\"ar:Help:مقدمة\";'),('aeb-arab','messages:vector-jumptocontent','s:35:\"ar:انتقل إلى المحتوى\";'),('aeb-arab','messages:vector-jumptonavigation','s:31:\"ar:اذهب إلى التنقل\";'),('aeb-arab','messages:vector-jumptosearch','s:29:\"ar:اذهب إلى البحث\";'),('aeb-arab','messages:vector-language-button-aria-label','s:175:\"ar:{{GENDER:|اذهب|اذهبي}} إلى المقالة في لغةٍ أخرى. مُتاحة في {{PLURAL:$1|لا لغة|لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('aeb-arab','messages:vector-language-button-label','s:81:\"ar:{{PLURAL:$1|لا لغات|لغة واحدة|لغتان|$1 لغات|$1 لغة}}\";'),('aeb-arab','messages:vector-language-redirect-to-top','s:196:\"ar:في نسخة {{SITENAME}} هذه، وصلات اللغات موجودة في الزاوية العليا اليسرى بجانب العنوان. [[#p-lang-btn|انتقل إلى الأعلى]].\";'),('aeb-arab','messages:vector-language-variant-switcher-label','s:31:\"ar:غيّر لهجة اللغة\";'),('aeb-arab','messages:vector-languages','s:11:\"ar:لغات\";'),('aeb-arab','messages:vector-main-menu-tooltip','s:32:\"ar:القائمة الرئيسة\";'),('aeb-arab','messages:vector-more-actions','s:17:\"aeb-arab:زادة\";'),('aeb-arab','messages:vector-no-language-button-aria-label','s:113:\"ar:هذه المقالة تتواجد فقط في هذه اللغة. أضفها إلى اللغات الأخرى.\";'),('aeb-arab','messages:vector-no-language-button-label','s:18:\"ar:أضف لغات\";'),('aeb-arab','messages:vector-opt-out','s:48:\"ar:التبديل إلى الشكل القديم\";'),('aeb-arab','messages:vector-opt-out-tooltip','s:132:\"ar:غيِّر الإعدادت للعودة إلى طريقة العرض القديمة (النسخة القديمة لفيكتور)\";'),('aeb-arab','messages:vector-search-loader','s:41:\"ar:تحميل اقتراحات البحث\";'),('aeb-arab','messages:vector-searchsuggest-containing','s:109:\"ar:ابحث عن صفحات تحتوي <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('aeb-arab','messages:vector-site-nav-label','s:15:\"ar:الموقع\";'),('aeb-arab','messages:vector-skin-desc','s:368:\"ar:توفر نسختان من مظهر فيكتور:\n* 2011 - النسخة الحديثة من مظهر مونوبوك بمظهر أحدث وتحسينات لسهولة الاستخدام.\n* 2022 - نسخة فيكتور المبنيّة كجزءٍ من مشروع مؤسسة ويكيميديا [[mw:Desktop Improvements|لتحسينات نسخة سطح المكتب]].\";'),('aeb-arab','messages:vector-specialversion-name','s:13:\"ar:فكتور\";'),('aeb-arab','messages:vector-toc-beginning','s:17:\"ar:المقدمة\";'),('aeb-arab','messages:vector-toc-collapsible-button-label','s:48:\"ar:تبديل عرض جدول المحتويات\";'),('aeb-arab','messages:vector-toc-heading','s:21:\"ar:المحتويات\";'),('aeb-arab','messages:vector-toc-menu-tooltip','s:30:\"ar:جدول المحتويات\";'),('aeb-arab','messages:vector-toc-toggle-button-label','s:40:\"ar:ثبِّت القسم الفرعي $1\";'),('aeb-arab','messages:vector-toc-toggle-position-sidebar','s:39:\"ar:انقل للشريط الجانبي\";'),('aeb-arab','messages:vector-toc-toggle-position-title','s:9:\"ar:أخف\";'),('aeb-arab','messages:vector-view-create','s:17:\"aeb-arab:أنشئ\";'),('aeb-arab','messages:vector-view-edit','s:17:\"aeb-arab:بدّل\";'),('aeb-arab','messages:vector-view-history','s:28:\"aeb-arab:ورّي الپاج\";'),('aeb-arab','messages:vector-view-view','s:17:\"aeb-arab:أقرا\";'),('aeb-arab','messages:vector-view-viewsource','s:28:\"aeb-arab:عرض المصدر\";'),('aeb-arab','messages:vector.css','s:127:\"ar:/* ستؤثِّر الأنماط المتراصة CSS المعروضة هنا على مستخدمي واجهة فكتور */\";'),('aeb-arab','messages:vector.js','s:146:\"ar:/* سيُحمَّل أي نص برمجي مكتوب بلغة جافا للمستخدمين الذين يستعملون واجهة فكتور */\";'),('aeb-arab','messages:verification-error','s:59:\"ar:لم يجتز الملف تحقق صحة الملفات.\";'),('aeb-arab','messages:version','s:11:\"ar:نسخة\";'),('aeb-arab','messages:version-antispam','s:35:\"ar:منع البريد المزعج\";'),('aeb-arab','messages:version-api','s:19:\"ar:إيه بي آي\";'),('aeb-arab','messages:version-credits-not-found','s:103:\"ar:لم يتم العثور على أي معلومات للعاملين على هذا الامتداد.\";'),('aeb-arab','messages:version-credits-summary','s:134:\"ar:نود أن نعرف بالأشخاص التالية أسماؤهم لمساهمتهم في [[Special:Version|ميدياويكي]].\";'),('aeb-arab','messages:version-credits-title','s:29:\"ar:العاملون على $1\";'),('aeb-arab','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('aeb-arab','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('aeb-arab','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('aeb-arab','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('aeb-arab','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('aeb-arab','messages:version-editors','s:19:\"ar:المحررون\";'),('aeb-arab','messages:version-entrypoints','s:46:\"ar:نقطة دخول وصلات المواقع\";'),('aeb-arab','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('aeb-arab','messages:version-entrypoints-articlepath','s:102:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath مسار المقالات]\";'),('aeb-arab','messages:version-entrypoints-header-entrypoint','s:20:\"ar:تقطة دخول\";'),('aeb-arab','messages:version-entrypoints-header-url','s:15:\"ar:المسار\";'),('aeb-arab','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('aeb-arab','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('aeb-arab','messages:version-entrypoints-scriptpath','s:101:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath مسار السكريبت]\";'),('aeb-arab','messages:version-ext-colheader-credits','s:15:\"ar:مؤلفون\";'),('aeb-arab','messages:version-ext-colheader-description','s:9:\"ar:وصف\";'),('aeb-arab','messages:version-ext-colheader-license','s:13:\"ar:ترخيص\";'),('aeb-arab','messages:version-ext-colheader-name','s:15:\"ar:امتداد\";'),('aeb-arab','messages:version-ext-colheader-version','s:11:\"ar:نسخة\";'),('aeb-arab','messages:version-ext-license','s:13:\"ar:ترخيص\";'),('aeb-arab','messages:version-extensions','s:38:\"ar:الامتدادات المثبتة\";'),('aeb-arab','messages:version-hook-name','s:22:\"ar:اسم الخطاف\";'),('aeb-arab','messages:version-hook-subscribedby','s:28:\"ar:يستخدم بواسطة\";'),('aeb-arab','messages:version-hooks','s:19:\"ar:الخطاطيف\";'),('aeb-arab','messages:version-libraries','s:26:\"ar:مكتبات مثبتة\";'),('aeb-arab','messages:version-libraries-authors','s:19:\"ar:المؤلفون\";'),('aeb-arab','messages:version-libraries-description','s:13:\"ar:الوصف\";'),('aeb-arab','messages:version-libraries-library','s:17:\"ar:المكتبة\";'),('aeb-arab','messages:version-libraries-license','s:17:\"ar:الترخيص\";'),('aeb-arab','messages:version-libraries-version','s:19:\"ar:الإصدارة\";'),('aeb-arab','messages:version-license','s:32:\"ar:ترخيص ميدياويكي\";'),('aeb-arab','messages:version-license-info','s:975:\"ar:ميدياويكي برنامج حر، يحق لك توزيعه و/أو تعديله وفقاً لبنود رخصة جنو العمومية كما نشرتها مؤسسة البرمجيات الحرة، الإصدار الثاني أو (وفقا لاختيارك أنت) أي إصدار لاحق.\n\nهذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن <em>دون أية ضمانات</em>، بما في ذلك ضمانات <strong>التسويق</strong> أو <strong>الملاءمة لغرض معين</strong>. انظر رخصة جنو العمومية لمزيد من التفاصيل.\n\nينبغي أن تكون قد تلقيت [{{SERVER}}{{SCRIPTPATH}}/COPYING نسخة من رخصة جنو العمومية] إذا لم يتم ذلك، اكتب إلى Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA أو [//www.gnu.org/licenses/old-licenses/gpl-2.0.html اقرأها على الإنترنت].\";'),('aeb-arab','messages:version-license-not-found','s:92:\"ar:لم يتم العثور على أي معلومات ترخيص لهذا الامتداد.\";'),('aeb-arab','messages:version-license-title','s:21:\"ar:ترخيص لـ $1\";'),('aeb-arab','messages:version-mediahandlers','s:32:\"ar:متحكمات الميديا\";'),('aeb-arab','messages:version-no-ext-name','s:16:\"ar:[لا اسم]\";'),('aeb-arab','messages:version-other','s:11:\"ar:أخرى\";'),('aeb-arab','messages:version-parser-extensiontags','s:37:\"ar:وسوم امتداد المحلل\";'),('aeb-arab','messages:version-parser-function-hooks','s:37:\"ar:خطاطيف دالة المحلل\";'),('aeb-arab','messages:version-parserhooks','s:28:\"ar:خطاطيف المحلل\";'),('aeb-arab','messages:version-poweredby-credits','s:146:\"ar:تدار هذه الويكي بواسطة <strong>[https://www.mediawiki.org/ ميدياويكي]</strong>، حقوق النشر © 2001-$1 $2.\";'),('aeb-arab','messages:version-poweredby-others','s:13:\"ar:آخرون\";'),('aeb-arab','messages:version-poweredby-translators','s:53:\"ar:مترجمو ترانسليت ويكي دوت نت\";'),('aeb-arab','messages:version-poweredby-various','s:30:\"ar:مؤلفون متعددون\";'),('aeb-arab','messages:version-skin-colheader-name','s:13:\"ar:واجهة\";'),('aeb-arab','messages:version-skins','s:34:\"ar:الواجهات المنصبة\";'),('aeb-arab','messages:version-software','s:32:\"ar:البرنامج المثبت\";'),('aeb-arab','messages:version-software-product','s:15:\"ar:المنتج\";'),('aeb-arab','messages:version-software-version','s:15:\"ar:النسخة\";'),('aeb-arab','messages:version-specialpages','s:22:\"ar:صفحات خاصة\";'),('aeb-arab','messages:version-summary','s:3:\"en:\";'),('aeb-arab','messages:version-variables','s:21:\"ar:المتغيرات\";'),('aeb-arab','messages:version-version','s:7:\"ar:($1)\";'),('aeb-arab','messages:versionrequired','s:53:\"aeb-arab:تلزم نسخة $1 من ميدياويكي\";'),('aeb-arab','messages:versionrequiredtext','s:146:\"aeb-arab:تلزم النسخة $1 من ميدياويكي لاستعمال هذه الصفحة. انظر [[Special:Version|صفحة النسخة]]\";'),('aeb-arab','messages:video-dims','s:14:\"ar:$1، $2×$3\";'),('aeb-arab','messages:view','s:17:\"aeb-arab:شوفة\";'),('aeb-arab','messages:view-pool-contention','s:18:\"en:pool contention\";'),('aeb-arab','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('aeb-arab','messages:view-pool-error','s:239:\"ar:عذرا، الخوادم منهكة حاليا.\nيحاول مستخدمون كثر الوصول إلى هذه الصفحة.\nمن فضلك تمهّل قليلا قبل محاولة الوصول إلى هذه الصفحة مجددا.\n\n$1\";'),('aeb-arab','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('aeb-arab','messages:viewcount','s:239:\"ar:{{PLURAL:$1|لم تعرض هذه الصفحة أبدا|تم عرض هذه الصفحة مرة واحدة|تم عرض هذه الصفحة مرتين|تم عرض هذه الصفحة $1 مرات|تم عرض هذه الصفحة $1 مرة}}.\";'),('aeb-arab','messages:viewdeleted','s:24:\"aeb-arab:أأعرض $1؟\";'),('aeb-arab','messages:viewdeleted_short','s:115:\"ar:استعرض {{PLURAL:$1||تعديل واحد|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('aeb-arab','messages:viewdeletedpage','s:41:\"ar:عرض الصفحات المحذوفة\";'),('aeb-arab','messages:viewhelppage','s:37:\"ar:طالع صفحة المساعدة\";'),('aeb-arab','messages:viewinguserrights','s:126:\"ar:عرض صلاحيات المستخدم {{GENDER:$1|للمستخدم|للمستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('aeb-arab','messages:viewpagelogs','s:48:\"aeb-arab:اعرض سجلات هذه الصفحة\";'),('aeb-arab','messages:viewpagelogs-lowercase','s:40:\"ar:عرض سجلات هذه الصفحة\";'),('aeb-arab','messages:viewprevnext','s:46:\"ar:عرض ($1 {{int:pipe-separator}} $2) ($3).\";'),('aeb-arab','messages:views','s:19:\"aeb-arab:شوفات\";'),('aeb-arab','messages:viewsource','s:28:\"aeb-arab:عرض المصدر\";'),('aeb-arab','messages:viewsource-title','s:31:\"aeb-arab:إظهار مصدر $1\";'),('aeb-arab','messages:viewsourcelink','s:28:\"aeb-arab:شوف المصدر\";'),('aeb-arab','messages:viewsourceold','s:22:\"ar:عرض المصدر\";'),('aeb-arab','messages:viewsourcetext','s:67:\"aeb-arab:يمكنك رؤية ونسخ مصدر هذه الصفحة.\";'),('aeb-arab','messages:viewtalkpage','s:24:\"ar:اعرض النقاش\";'),('aeb-arab','messages:viewyourtext','s:106:\"aeb-arab:يمكنك رؤية ونسخ مصدر <strong>تعديلاتك</strong> في هذه الصفحة.\";'),('aeb-arab','messages:virus-badscanner','s:78:\"aeb-arab:ضبط سيء: ماسح فيروسات غير معروف: <em>$1</em>\";'),('aeb-arab','messages:virus-scanfailed','s:38:\"aeb-arab:فشل المسح (كود $1)\";'),('aeb-arab','messages:virus-unknownscanner','s:51:\"aeb-arab:مضاد فيروسات غير معروف:\";'),('aeb-arab','messages:wantedcategories','s:30:\"ar:تصنيفات مطلوبة\";'),('aeb-arab','messages:wantedcategories-summary','s:3:\"en:\";'),('aeb-arab','messages:wantedfiles','s:26:\"ar:ملفات مطلوبة\";'),('aeb-arab','messages:wantedfiles-summary','s:3:\"en:\";'),('aeb-arab','messages:wantedfiletext-cat','s:348:\"ar:الملفات التالية مستعملة ولكن لا وجود لها. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة. بالإضافة، أي صفحات تتضمن الملفات الغير موجودة تم سردها في [[:$1]].\";'),('aeb-arab','messages:wantedfiletext-cat-noforeign','s:186:\"ar:الملفات التالية مستخدمة لكنها غير موجودة. عدا ذلك، تسرد الصفحات التي تستخدم ملفات غير موجودة في [[:$1]].\";'),('aeb-arab','messages:wantedfiletext-nocat','s:232:\"ar:الملفات التالية مستعملة ولكن غير متوفرة. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة.\";'),('aeb-arab','messages:wantedfiletext-nocat-noforeign','s:79:\"ar:الملفات التالية مستخدمة لكنها غير موجودة.\";'),('aeb-arab','messages:wantedpages','s:26:\"ar:صفحات مطلوبة\";'),('aeb-arab','messages:wantedpages-badtitle','s:66:\"ar:عنوان غير صحيح في مجموعة النتائج: $1\";'),('aeb-arab','messages:wantedpages-summary','s:382:\"ar:قائمة بالصفحات غير الموجودة التي لديها أكثر وصلات لها، باستثناء الصفحات التي تحويلات فقط تصل إليها. لقائمة بالصفحات غير الموجودة التي توجد تحويلات تصل إليها، انظر [[{{#special:BrokenRedirects}}|قائمة التحويلات المكسورة]].\";'),('aeb-arab','messages:wantedtemplates','s:26:\"ar:قوالب مطلوبة\";'),('aeb-arab','messages:wantedtemplates-summary','s:3:\"en:\";'),('aeb-arab','messages:watch','s:17:\"aeb-arab:راقب\";'),('aeb-arab','messages:watching','s:16:\"ar:يراقب...\";'),('aeb-arab','messages:watchlist','s:34:\"aeb-arab:قائمة مراقبتي\";'),('aeb-arab','messages:watchlist-details','s:154:\"aeb-arab:{{PLURAL:$1||صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} في قائمة مراقبتك، بدون عد صفحات النقاش.\";'),('aeb-arab','messages:watchlist-expires-in-aria-label','s:65:\"ar:انتهاء صلاحية عنصر قائمة المراقبة\";'),('aeb-arab','messages:watchlist-expiring-days-full-text','s:77:\"ar:{{PLURAL:$1|1 يوم|$1 أيام}} بقيت في قائمة مراقبتك\";'),('aeb-arab','messages:watchlist-expiring-hours-full-text','s:60:\"ar:بقيت بضع ساعات في قائمة مراقبتك\";'),('aeb-arab','messages:watchlist-expiry-days-left','s:87:\"ar:بقي {{PLURAL:$1||يوم واحد|يومان|$1 أيام|$1 يومًا|$1 يوم}}\";'),('aeb-arab','messages:watchlist-expiry-hours-left','s:36:\"ar:بقيت بضع ساعات فقط\";'),('aeb-arab','messages:watchlist-expiry-options','s:111:\"ar:دائم:infinite,أسبوع واحد:1 week,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months\";'),('aeb-arab','messages:watchlist-hide','s:13:\"ar:إخفاء\";'),('aeb-arab','messages:watchlist-options','s:49:\"aeb-arab:خيارات قائمة المراقبة\";'),('aeb-arab','messages:watchlist-submit','s:11:\"ar:أظهر\";'),('aeb-arab','messages:watchlist-summary','s:3:\"en:\";'),('aeb-arab','messages:watchlist-unwatch','s:5:\"en:×\";'),('aeb-arab','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('aeb-arab','messages:watchlistanontext','s:111:\"ar:الرجاء تسجيل الدخول لعرض أو تعديل الصفحات في قائمة مراقبتك.\";'),('aeb-arab','messages:watchlistedit-clear-done','s:42:\"ar:مُسِحت قائمة مراقبتك.\";'),('aeb-arab','messages:watchlistedit-clear-explain','s:68:\"ar:ستحذف جميع الصفحات من قائمة مراقبتك\";'),('aeb-arab','messages:watchlistedit-clear-jobqueue','s:95:\"ar:قائمة مراقبتك يتم إفراغها. هذا قد يستغرق بعض الوقت!\";'),('aeb-arab','messages:watchlistedit-clear-legend','s:39:\"ar:امسح قائمة المراقبة\";'),('aeb-arab','messages:watchlistedit-clear-removed','s:150:\"ar:{{PLURAL:$1||أزيل العنوان التالي|أزيل العنوانان التاليان|أزيلت العناوين ال$1 التالية}}:\";'),('aeb-arab','messages:watchlistedit-clear-submit','s:58:\"ar:امسح قائمة المراقبة (هذا دائم!)\";'),('aeb-arab','messages:watchlistedit-clear-title','s:39:\"ar:امسح قائمة المراقبة\";'),('aeb-arab','messages:watchlistedit-clear-titles','s:20:\"ar:العناوين:\";'),('aeb-arab','messages:watchlistedit-normal-done','s:148:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}} من قائمة مراقبتك:\";'),('aeb-arab','messages:watchlistedit-normal-explain','s:289:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل.\nلإزالة عنوان، اضغط على الصندوق بجواره، واضغط \"{{int:Watchlistedit-normal-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist/raw|تعديل القائمة الخام]].\";'),('aeb-arab','messages:watchlistedit-normal-legend','s:59:\"ar:إزالة عناوين من قائمة المراقبة\";'),('aeb-arab','messages:watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('aeb-arab','messages:watchlistedit-normal-title','s:41:\"ar:تعديل قائمة المراقبة\";'),('aeb-arab','messages:watchlistedit-raw-added','s:117:\"ar:تمت إضافة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('aeb-arab','messages:watchlistedit-raw-done','s:49:\"ar:قائمة مراقبتك تم تحديثها.\";'),('aeb-arab','messages:watchlistedit-raw-explain','s:370:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل، ويمكن تعديلها عن طريق الإضافة والإزالة من القائمة؛ عنوان واحد لكل سطر.\nعند الانتهاء، اضغط \"{{int:Watchlistedit-raw-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist|استخدام المحرر القياسي]].\";'),('aeb-arab','messages:watchlistedit-raw-legend','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('aeb-arab','messages:watchlistedit-raw-removed','s:117:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('aeb-arab','messages:watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('aeb-arab','messages:watchlistedit-raw-title','s:52:\"ar:تعديل قائمة المراقبة الخام\";'),('aeb-arab','messages:watchlistedit-raw-titles','s:20:\"ar:العناوين:\";'),('aeb-arab','messages:watchlistedit-too-many','s:108:\"ar:تم تحديث قائمة مراقبتك. هناك الكثير من الصفحات لعرضها هنا.\";'),('aeb-arab','messages:watchlistfor2','s:16:\"aeb-arab:ل$1 $2\";'),('aeb-arab','messages:watchlistnotwatchable','s:46:\"ar:لا يُمكنك مشاهدة الصفحة\";'),('aeb-arab','messages:watchlisttools-clear','s:39:\"ar:امسح قائمة المراقبة\";'),('aeb-arab','messages:watchlisttools-edit','s:58:\"aeb-arab:اعرض قائمة المراقبة وعدلها\";'),('aeb-arab','messages:watchlisttools-raw','s:54:\"aeb-arab:عدل قائمة المراقبة الخام\";'),('aeb-arab','messages:watchlisttools-view','s:53:\"aeb-arab:اعرض التغييرات المرتبطة\";'),('aeb-arab','messages:watchnologin','s:31:\"ar:غير مسجل الدخول\";'),('aeb-arab','messages:watchthis','s:37:\"aeb-arab:راقب هذه الصفحة\";'),('aeb-arab','messages:watchthispage','s:31:\"ar:راقب هذه الصفحة\";'),('aeb-arab','messages:watchthisupload','s:29:\"ar:راقب هذا الملف\";'),('aeb-arab','messages:wed','s:23:\"aeb-arab:الأربعا\";'),('aeb-arab','messages:wednesday','s:23:\"aeb-arab:الأربعا\";'),('aeb-arab','messages:wednesday-at','s:42:\"ar:يوم الأربعاء الساعة $1\";'),('aeb-arab','messages:weeks','s:43:\"ar:{{PLURAL:$1|أسبوع|$1 أسابيع}}\";'),('aeb-arab','messages:welcomecreation-msg','s:113:\"ar:تم إنشاء حسابك.\nلا تنس تعديل [[Special:Preferences|تفضيلاتك في {{SITENAME}}]].\";'),('aeb-arab','messages:welcomeuser','s:21:\"ar:مرحبًا، $1!\";'),('aeb-arab','messages:whatlinkshere','s:25:\"ar:ماذا يصل هنا\";'),('aeb-arab','messages:whatlinkshere-count','s:110:\"ar:تعرض {{PLURAL:$1||عنصرًا واحدًا|عنصرين|$1 عناصر|$1 عنصرًا|$1 عنصرٍ}}.\";'),('aeb-arab','messages:whatlinkshere-hideimages','s:29:\"aeb-arab:$1 وصلة صورة\";'),('aeb-arab','messages:whatlinkshere-hidelinks','s:24:\"aeb-arab:$1 ليانات\";'),('aeb-arab','messages:whatlinkshere-hideredirs','s:26:\"aeb-arab:$1 تحويلات\";'),('aeb-arab','messages:whatlinkshere-hidetrans','s:30:\"aeb-arab:$1 التضمينات\";'),('aeb-arab','messages:whatlinkshere-links','s:23:\"aeb-arab:→ وصلات\";'),('aeb-arab','messages:whatlinkshere-next','s:59:\"aeb-arab:{{PLURAL:$1|التالية|ال$1 التالية}}\";'),('aeb-arab','messages:whatlinkshere-page','s:20:\"aeb-arab:الپاج:\";'),('aeb-arab','messages:whatlinkshere-prev','s:51:\"ar:{{PLURAL:$1|السابق|ال$1 السابقة}}\";'),('aeb-arab','messages:whatlinkshere-sectionredir','s:40:\"ar:التحويل إلى القسم \"$1\"\";'),('aeb-arab','messages:whatlinkshere-submit','s:11:\"ar:اذهب\";'),('aeb-arab','messages:whatlinkshere-summary','s:3:\"en:\";'),('aeb-arab','messages:whatlinkshere-title','s:51:\"aeb-arab:الصفحات التي تصل إلى \"$1\"\";'),('aeb-arab','messages:whitelistedittext','s:72:\"aeb-arab:يجب عليك $1 لتتمكن من تعديل الصفحات.\";'),('aeb-arab','messages:widthheight','s:11:\"ar:$1 × $2\";'),('aeb-arab','messages:widthheightpage','s:100:\"ar:$1×$2، {{PLURAL:$3|لا صفحات|صفحة واحدة|صفحتان|$3 صفحات|$3 صفحة}}\";'),('aeb-arab','messages:wikieditor','s:61:\"ar:الواجهة المتقدمة لتعديل نص ويكي\";'),('aeb-arab','messages:wikieditor-desc','s:141:\"ar:يوفر واجهة تعديل نص ويكي قابلة للتمديد والعديد من الوحدات التي توفر المزايا\";'),('aeb-arab','messages:wikieditor-loading','s:16:\"ar:تحميل...\";'),('aeb-arab','messages:wikieditor-preview-changes-tab','s:17:\"ar:تغييرات\";'),('aeb-arab','messages:wikieditor-preview-loading','s:16:\"ar:تحميل...\";'),('aeb-arab','messages:wikieditor-preview-preference','s:48:\"ar:تفعيل المعاينة جنبا بجنب\";'),('aeb-arab','messages:wikieditor-preview-tab','s:15:\"ar:معاينة\";'),('aeb-arab','messages:wikieditor-publish-button-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:wikieditor-publish-button-publish','s:11:\"ar:انشر\";'),('aeb-arab','messages:wikieditor-publish-dialog-goback','s:11:\"ar:ارجع\";'),('aeb-arab','messages:wikieditor-publish-dialog-minor','s:22:\"ar:تعديل طفيف\";'),('aeb-arab','messages:wikieditor-publish-dialog-publish','s:11:\"ar:انشر\";'),('aeb-arab','messages:wikieditor-publish-dialog-summary','s:96:\"ar:ملخص التعديل (اشرح باختصار التغييرات التي أجريتها):\";'),('aeb-arab','messages:wikieditor-publish-dialog-title','s:29:\"ar:انشر في {{SITENAME}}\";'),('aeb-arab','messages:wikieditor-publish-dialog-watch','s:31:\"ar:راقب هذه الصفحة\";'),('aeb-arab','messages:wikieditor-publish-preference','s:44:\"ar:تفعيل النشر خطوة بخطوة\";'),('aeb-arab','messages:wikieditor-toolbar','s:37:\"ar:شريط أدوات التحرير\";'),('aeb-arab','messages:wikieditor-toolbar-desc','s:76:\"ar:شريط تحرير الصفحات مع تحسين الاستخدامية\";'),('aeb-arab','messages:wikieditor-toolbar-dialogs-preference','s:114:\"ar:تفعيل حوارات إدراج الوصلات والجداول وخاصية البحث والاستبدال\";'),('aeb-arab','messages:wikieditor-toolbar-file-caption','s:18:\"ar:التعليق:\";'),('aeb-arab','messages:wikieditor-toolbar-file-default','s:15:\"ar:(غيابي)\";'),('aeb-arab','messages:wikieditor-toolbar-file-float','s:14:\"ar:ناحية:\";'),('aeb-arab','messages:wikieditor-toolbar-file-format','s:12:\"ar:صيغة:\";'),('aeb-arab','messages:wikieditor-toolbar-file-format-none','s:16:\"ar:لا يوجد\";'),('aeb-arab','messages:wikieditor-toolbar-file-size','s:14:\"ar:الحجم:\";'),('aeb-arab','messages:wikieditor-toolbar-file-target','s:21:\"ar:اسم الملف:\";'),('aeb-arab','messages:wikieditor-toolbar-group-format','s:13:\"ar:تنسيق\";'),('aeb-arab','messages:wikieditor-toolbar-group-insert','s:13:\"ar:إدراج\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-bold-description','s:11:\"ar:غليظ\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-bold-result','s:33:\"ar:<strong>نص غليظ</strong>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-bold-syntax','s:22:\"ar:\'\'\'نص غليظ\'\'\'\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-bolditalic-description','s:22:\"ar:غليظ ومائل\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-bolditalic-result','s:53:\"ar:<strong><em>نص غليظ ومائل</em></strong>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:37:\"ar:\'\'\'\'\'نص غليظ ومائل\'\'\'\'\'\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-file-caption','s:22:\"ar:نص التعليق\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-file-description','s:18:\"ar:ملف مضمن\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"ar:[[$1:Example.png|$2|$3]]\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading2-description','s:46:\"ar:عنوان من المستوى الثاني\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading2-result','s:22:\"ar:<h2>عنوان</h2>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading2-syntax','s:19:\"ar:== عنوان ==\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading3-description','s:46:\"ar:عنوان من المستوى الثالث\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading3-result','s:22:\"ar:<h3>عنوان</h3>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading3-syntax','s:21:\"ar:=== عنوان ===\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading4-description','s:46:\"ar:عنوان من المستوى الرابع\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading4-result','s:22:\"ar:<h4>عنوان</h4>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading4-syntax','s:23:\"ar:==== عنوان ====\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading5-description','s:46:\"ar:عنوان من المستوى الخامس\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading5-result','s:22:\"ar:<h5>عنوان</h5>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-heading5-syntax','s:25:\"ar:===== عنوان =====\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-ilink-description','s:24:\"ar:وصلة داخلية\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-ilink-result','s:83:\"ar:<a href=\'#\'>اسم الوصلة</a><br /><a href=\'#\'>عنوان الصفحة</a>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-ilink-syntax','s:83:\"ar:[[عنوان الصفحة|اسم الوصلة]]<br />[[عنوان الصفحة]]\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-indent-description','s:13:\"ar:إزاحة\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-indent-result','s:78:\"ar:نص عادي<dl><dd>نص مزاح<dl><dd>نص مزاح</dd></dl></dd></dl>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-indent-syntax','s:57:\"ar:نص عادي<br />:نص مزاح<br />::نص مزاح\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-italic-description','s:11:\"ar:مائل\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-italic-result','s:25:\"ar:<em>نص مائل</em>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-italic-syntax','s:20:\"ar:\'\'نص مائل\'\'\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-olist-description','s:24:\"ar:قائمة مرقمة\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-olist-result','s:68:\"ar:<ol><li>عنصر قائمة</li><li>عنصر قائمة</li></ol>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-olist-syntax','s:51:\"ar:# عنصر قائمة<br /># عنصر قائمة\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-reference-description','s:11:\"ar:مرجع\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-reference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[1]</a></sup>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-reference-syntax','s:105:\"ar:نص الصفحة.&lt;ref&gt;[http://www.example.org نص الوصلة]، نص إضافي.&lt;/ref&gt;\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-rereference-description','s:53:\"ar:استخدام نفس المرجع مرة أخرى\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-rereference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[2]</a></sup>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-showreferences-description','s:26:\"ar:اعرض المراجع\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-showreferences-result','s:216:\"ar:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>نص الرابط</a>، نص إضافي.</li></ol>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-signature-description','s:13:\"ar:توقيع\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-signature-result','s:125:\"ar:<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>)\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:36:\"ar:توقيع مع طابع زمني\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:165:\"ar:--<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>) 15:54، 10 يونيو 2009 (ت ع م)\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-ulist-description','s:24:\"ar:قائمة منقطة\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-ulist-result','s:68:\"ar:<ul><li>عنصر قائمة</li><li>عنصر قائمة</li></ul>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-ulist-syntax','s:51:\"ar:* عنصر قائمة<br />* عنصر قائمة\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-xlink-description','s:24:\"ar:وصلة خارجية\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-xlink-result','s:169:\"ar:<a href=\'#\' class=\'external\'>اسم الوصلة</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('aeb-arab','messages:wikieditor-toolbar-help-content-xlink-syntax','s:105:\"ar:[http://www.example.org اسم الوصلة]<br />[http://www.example.org]<br />http://www.example.org\";'),('aeb-arab','messages:wikieditor-toolbar-help-heading-description','s:9:\"ar:وصف\";'),('aeb-arab','messages:wikieditor-toolbar-help-heading-result','s:25:\"ar:ما تحصل عليه\";'),('aeb-arab','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"ar:ما تكتبه\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-discussion','s:11:\"ar:نقاش\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-file','s:13:\"ar:ملفات\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-format','s:13:\"ar:تنسيق\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-heading','s:15:\"ar:عناوين\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-link','s:13:\"ar:وصلات\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-list','s:13:\"ar:قوائم\";'),('aeb-arab','messages:wikieditor-toolbar-help-page-reference','s:13:\"ar:مراجع\";'),('aeb-arab','messages:wikieditor-toolbar-loading','s:16:\"ar:تحميل...\";'),('aeb-arab','messages:wikieditor-toolbar-preference','s:61:\"ar:تفعيل شريط أدوات التحرير المحسن\";'),('aeb-arab','messages:wikieditor-toolbar-section-advanced','s:13:\"ar:متقدم\";'),('aeb-arab','messages:wikieditor-toolbar-section-characters','s:20:\"ar:أحرف خاصة\";'),('aeb-arab','messages:wikieditor-toolbar-section-help','s:15:\"ar:مساعدة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-big','s:11:\"ar:كبير\";'),('aeb-arab','messages:wikieditor-toolbar-tool-big-example','s:16:\"ar:نص كبير\";'),('aeb-arab','messages:wikieditor-toolbar-tool-bold','s:11:\"ar:غليظ\";'),('aeb-arab','messages:wikieditor-toolbar-tool-bold-example','s:16:\"ar:نص غليظ\";'),('aeb-arab','messages:wikieditor-toolbar-tool-file','s:18:\"ar:ملف مضمن\";'),('aeb-arab','messages:wikieditor-toolbar-tool-file-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:wikieditor-toolbar-tool-file-example','s:14:\"ar:Example.jpg\";'),('aeb-arab','messages:wikieditor-toolbar-tool-file-insert','s:13:\"ar:إدراج\";'),('aeb-arab','messages:wikieditor-toolbar-tool-file-title','s:22:\"ar:أدرج الملف\";'),('aeb-arab','messages:wikieditor-toolbar-tool-gallery','s:18:\"ar:معرض صور\";'),('aeb-arab','messages:wikieditor-toolbar-tool-gallery-example','s:50:\"ar:Example.jpg|تعليق1\nExample.jpg|تعليق2\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading','s:13:\"ar:عنوان\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading-1','s:15:\"ar:مستوى 1\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading-2','s:15:\"ar:مستوى 2\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading-3','s:15:\"ar:مستوى 3\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading-4','s:15:\"ar:مستوى 4\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading-5','s:15:\"ar:مستوى 5\";'),('aeb-arab','messages:wikieditor-toolbar-tool-heading-example','s:22:\"ar:نص العنوان\";'),('aeb-arab','messages:wikieditor-toolbar-tool-ilink','s:24:\"ar:وصلة داخلية\";'),('aeb-arab','messages:wikieditor-toolbar-tool-ilink-example','s:26:\"ar:عنوان الوصلة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-italic','s:11:\"ar:مائل\";'),('aeb-arab','messages:wikieditor-toolbar-tool-italic-example','s:16:\"ar:نص مائل\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link','s:11:\"ar:وصلة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-empty','s:40:\"ar:لم تدخل شيئا لتصل به.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-ext','s:31:\"ar:لصفحة وب خارجية\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-ext-target','s:25:\"ar:مسار الوصلة:\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-ext-text','s:21:\"ar:نص الوصلة:\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-insert','s:24:\"ar:أدرج الوصلة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int','s:22:\"ar:لصفحة ويكي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-invalid','s:56:\"ar:العنوان الذي اخترته غير صالح.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target','s:27:\"ar:عنوان الصفحة:\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"ar:صفحة توضيح\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:28:\"ar:الصفحة موجودة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:24:\"ar:وصلة خارجية\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:29:\"ar:عنوان غير صحيح\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:38:\"ar:يلتمس وجود الصفحة...\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:35:\"ar:الصفحة غير موجودة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:44:\"ar:عنوان الصفحة أو المسار\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-text','s:21:\"ar:نص الوصلة:\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:53:\"ar:أدخل النص الذي ينبغي إظهاره\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:163:\"ar:يبدو أن المُراد بالمسار الذي حددته وصلة إلى صفحة ويكي أخرى. أتريد أن تجعلها وصلة داخلية؟\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:24:\"ar:وصلة خارجية\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:24:\"ar:وصلة داخلية\";'),('aeb-arab','messages:wikieditor-toolbar-tool-link-title','s:22:\"ar:إدراج وصلة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-newline','s:18:\"ar:سطر جديد\";'),('aeb-arab','messages:wikieditor-toolbar-tool-nowiki','s:29:\"ar:بلا تنسيق ويكي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-nowiki-example','s:23:\"ar:نص غير منسق\";'),('aeb-arab','messages:wikieditor-toolbar-tool-olist','s:24:\"ar:قائمة مرقمة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-olist-example','s:33:\"ar:عنصر قائمة مرقمة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-redirect','s:15:\"ar:تحويلة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-redirect-example','s:33:\"ar:اسم الصفحة الهدف\";'),('aeb-arab','messages:wikieditor-toolbar-tool-reference','s:11:\"ar:مرجع\";'),('aeb-arab','messages:wikieditor-toolbar-tool-reference-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:wikieditor-toolbar-tool-reference-example','s:38:\"ar:أدرج نص الحاشية هنا\";'),('aeb-arab','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"ar:أدرج\";'),('aeb-arab','messages:wikieditor-toolbar-tool-reference-text','s:20:\"ar:نص المرجع\";'),('aeb-arab','messages:wikieditor-toolbar-tool-reference-title','s:22:\"ar:إدراج مرجع\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace','s:26:\"ar:ابحث واستبدل\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-button-findnext','s:20:\"ar:جد التالي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-button-replace','s:15:\"ar:استبدل\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:24:\"ar:استبدل الكل\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-case','s:72:\"ar:مطابقة حالة الأحرف الكبيرة أو الصغيرة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-close','s:11:\"ar:أغلق\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"ar:لم تكتب شيئا لتبحث عنه.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-invalidregex','s:72:\"ar:التعبير النمطي الذي أدخلته غير صالح: $1\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-nomatch','s:40:\"ar:بحثك لم يطابق أي شيء.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-regex','s:50:\"ar:البحث باستعمال تعبير نمطي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-replace','s:19:\"ar:استبدل ب:\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-search','s:17:\"ar:ابحث عن:\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-success','s:144:\"ar:أجري {{PLURAL:$1|استبدال|استبدال واحد|استبدالان|$1 استبدالات|$1 استبدالا|$1 استبدال}}.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-replace-title','s:26:\"ar:ابحث واستبدل\";'),('aeb-arab','messages:wikieditor-toolbar-tool-signature','s:44:\"ar:توقيع مع الطابع الزمني\";'),('aeb-arab','messages:wikieditor-toolbar-tool-small','s:11:\"ar:صغير\";'),('aeb-arab','messages:wikieditor-toolbar-tool-small-example','s:16:\"ar:نص صغير\";'),('aeb-arab','messages:wikieditor-toolbar-tool-subscript','s:18:\"ar:حرف سفلي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-subscript-example','s:16:\"ar:نص سفلي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-superscript','s:18:\"ar:حرف علوي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-superscript-example','s:16:\"ar:نص علوي\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table','s:11:\"ar:جدول\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-cancel','s:13:\"ar:إلغاء\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:13:\"ar:أعمدة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-dimensions-header','s:24:\"ar:صف العناوين\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:11:\"ar:صفوف\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-example','s:11:\"ar:مثال\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-example-cell-text','s:20:\"ar:نص الخانة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-example-header','s:26:\"ar:عنوان العمود\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-example-old','s:214:\"ar:-\n! عنوان عمود 1\n! عنوان عمود 2\n! عنوان عمود 3\n|-\n| صف 1، خانة 1\n| صف 1، خانة 2\n| صف 1، خانة 3\n|-\n| صف 2، خانة 1\n| صف 2، خانة 2\n| صف 2، خانة 3\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-insert','s:11:\"ar:أدرج\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-invalidnumber','s:70:\"ar:لم تدخل رقما صحيحا للصفوف أو الأعمدة.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-preview','s:15:\"ar:معاينة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-sortable','s:50:\"ar:اجعل الجدول قابلا للترتيب\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-title','s:22:\"ar:إدراج جدول\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-toomany','s:76:\"ar:إدراج جدول بأكثر من 1000 خانة غير ممكن هنا.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-wikitable','s:11:\"ar:حدود\";'),('aeb-arab','messages:wikieditor-toolbar-tool-table-zero','s:74:\"ar:لا يمكن أن تدرج جدولا بلا صفوف أو أعمدة.\";'),('aeb-arab','messages:wikieditor-toolbar-tool-ulist','s:24:\"ar:قائمة منقطة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-ulist-example','s:33:\"ar:عنصر قائمة منقطة\";'),('aeb-arab','messages:wikieditor-toolbar-tool-xlink','s:56:\"ar:وصلة خارجية (تذكر البدء بhttp://)\";'),('aeb-arab','messages:wikieditor-toolbar-tool-xlink-example','s:49:\"ar:http://www.example.com عنوان الوصلة\";'),('aeb-arab','messages:wikieditor-wikitext-tab','s:20:\"ar:نص الويكي\";'),('aeb-arab','messages:windows-nonascii-filename','s:92:\"ar:هذا ويكي لا يعتمد أسماء الملفات مع الأحرف الخاصة.\";'),('aeb-arab','messages:withoutinterwiki','s:51:\"ar:صفحات بدون وصلات لغات أخرى\";'),('aeb-arab','messages:withoutinterwiki-legend','s:13:\"ar:بادئة\";'),('aeb-arab','messages:withoutinterwiki-submit','s:11:\"ar:اعرض\";'),('aeb-arab','messages:withoutinterwiki-summary','s:79:\"ar:الصفحات التالية لا تصل إلى نسخ بلغات أخرى.\";'),('aeb-arab','messages:wlheader-enotif','s:63:\"ar:الإخطار بالبريد الإلكتروني مفعل.\";'),('aeb-arab','messages:wlheader-showupdated','s:152:\"ar:الصفحات التي تم تحريرها بعد مطالعتك إياها آخر مرة عناوينها بالخط <strong>الغليظ</strong>.\";'),('aeb-arab','messages:wlnote','s:468:\"ar:بالأسفل {{PLURAL:$1|لا توجد تغييرات|التغيير الأخير|آخر تغييرين|آخر <strong>$1</strong> تغييرات|آخر <strong>$1</strong> تغييرا|آخر <strong>$1</strong> تغيير}} في {{PLURAL:$2||<strong>الساعة</strong> الماضية|<strong>الساعتين</strong> الماضيتين|ال<strong>$2</strong> ساعات الماضية|ال<strong>$2</strong> ساعة الماضية}} وفقاً ل$3، $4.\";'),('aeb-arab','messages:wlshowhideanons','s:21:\"ar:المجهولين\";'),('aeb-arab','messages:wlshowhidebots','s:17:\"ar:البوتات\";'),('aeb-arab','messages:wlshowhidecategorization','s:28:\"ar:تصنيف الصفحات\";'),('aeb-arab','messages:wlshowhideliu','s:19:\"ar:المسجلين\";'),('aeb-arab','messages:wlshowhidemine','s:19:\"ar:تعديلاتي\";'),('aeb-arab','messages:wlshowhideminor','s:17:\"ar:الطفيفة\";'),('aeb-arab','messages:wlshowhidepatr','s:38:\"ar:التعديلات المراجعة\";'),('aeb-arab','messages:wlshowtime','s:42:\"ar:الفترة الزمنية للعرض:\";'),('aeb-arab','messages:word-separator','s:8:\"ar:&#32;\";'),('aeb-arab','messages:wrongpassword','s:109:\"aeb-arab:كلمة السر التي أدخلتها غير صحيحة.\nمن فضلك حاول مرة أخرى.\";'),('aeb-arab','messages:wrongpasswordempty','s:102:\"aeb-arab:كلمة السر المدخلة كانت فارغة.\nمن فضلك حاول مرة أخرى.\";'),('aeb-arab','messages:xffblockreason','s:219:\"ar:عنوان آي‌بي مذكور في ترويسة X-Forwarded-For، الذي ربما يخصّك أو يخصّ خادوما وسيطا تستخدمه، قد حُظِر. السبب الأصلي للحظر كان: $1\";'),('aeb-arab','messages:xml-error-string','s:62:\"ar:$1 عند السطر $2، العمود $3 (بايت $4): $5\";'),('aeb-arab','messages:year','s:35:\"aeb-arab:من عام (و أقدم):\";'),('aeb-arab','messages:years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتين|$1 سنين|$1 سنة}}\";'),('aeb-arab','messages:yesterday-at','s:32:\"ar:يوم أمس الساعة $1\";'),('aeb-arab','messages:youhavenewmessages','s:49:\"aeb-arab:{{PLURAL:$3|توجد لديك}} $1 ($2).\";'),('aeb-arab','messages:youhavenewmessagesfromusers','s:179:\"ar:{{PLURAL:$4|لديك}} $1 من {{PLURAL:$3|مستخدم واحد|مستخدم واحد|مستخدمين اثنين|$3 مستخدمين|$3 مستخدما|$3 مستخدم}} ($2).\";'),('aeb-arab','messages:youhavenewmessagesmanyusers','s:49:\"ar:لديك $1 من مستخدمين كثر ($2).\";'),('aeb-arab','messages:yourdiff','s:21:\"aeb-arab:الفروق\";'),('aeb-arab','messages:yourdomainname','s:20:\"aeb-arab:نطاقك:\";'),('aeb-arab','messages:youremail','s:22:\"aeb-arab:البريد:\";'),('aeb-arab','messages:yourgender','s:34:\"ar:كيف تفضل أن توصف؟\";'),('aeb-arab','messages:yourlanguage','s:14:\"ar:اللغة:\";'),('aeb-arab','messages:yourname','s:33:\"aeb-arab:اسم المستخدم:\";'),('aeb-arab','messages:yournick','s:18:\"ar:التوقيع:\";'),('aeb-arab','messages:yourpassword','s:27:\"aeb-arab:كلمة السر:\";'),('aeb-arab','messages:yourpasswordagain','s:45:\"aeb-arab:أعد كتابة كلمة السر:\";'),('aeb-arab','messages:yourrealname','s:35:\"aeb-arab:الاسم الحقيقي:\";'),('aeb-arab','messages:yourtext','s:15:\"aeb-arab:نصك\";'),('aeb-arab','messages:yourvariant','s:27:\"ar:لهجة المحتوى:\";'),('aeb-arab','messages:zip-bad','s:126:\"ar:ملف ZIP هذا معطوب أو لا يمكن قراءته لسبب آخر.\nلا يمكن التحقق من سلامته.\";'),('aeb-arab','messages:zip-file-open-error','s:67:\"ar:صودف خطأ أثناء فتح الملف لفحوصات ZIP.\";'),('aeb-arab','messages:zip-unsupported','s:148:\"ar:هذا ملف ZIP يستخدم بعض مزايا ZIP التي لا يدعمها ميدياويكي.\nلا يمكن التحقق من سلامته.\";'),('aeb-arab','messages:zip-wrong-format','s:45:\"ar:الملف المحدد ليس ملف ZIP.\";'),('aeb-arab','minimumGroupingDigits','N;'),('aeb-arab','namespaceAliases','a:5:{s:10:\"وسائط\";i:-2;s:8:\"صورة\";i:6;s:21:\"نقاش_الصورة\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('aeb-arab','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:12:\"مستخدم\";s:6:\"female\";s:14:\"مستخدمة\";}i:3;a:2:{s:4:\"male\";s:25:\"نقاش_المستخدم\";s:6:\"female\";s:27:\"نقاش_المستخدمة\";}}'),('aeb-arab','namespaceNames','a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:8:\"نقاش\";i:2;s:12:\"مستخدم\";i:3;s:25:\"نقاش_المستخدم\";i:5;s:11:\"نقاش_$1\";i:6;s:6:\"ملف\";i:7;s:19:\"نقاش_الملف\";i:8;s:18:\"ميدياويكي\";i:9;s:27:\"نقاش_ميدياويكي\";i:10;s:8:\"قالب\";i:11;s:21:\"نقاش_القالب\";i:12;s:12:\"مساعدة\";i:13;s:25:\"نقاش_المساعدة\";i:14;s:10:\"تصنيف\";i:15;s:23:\"نقاش_التصنيف\";i:0;s:0:\"\";}'),('aeb-arab','originalFallbackSequence','a:1:{i:0;s:2:\"ar\";}'),('aeb-arab','pluralRuleTypes','a:5:{i:0;s:4:\"zero\";i:1;s:3:\"one\";i:2;s:3:\"two\";i:3;s:3:\"few\";i:4;s:4:\"many\";}'),('aeb-arab','pluralRules','a:5:{i:0;s:50:\"n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000\";i:1;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";i:2;s:50:\"n = 2 @integer 2 @decimal 2.0, 2.00, 2.000, 2.0000\";i:3;s:118:\"n % 100 = 3..10 @integer 3~10, 103~110, 1003, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 103.0, 1003.0, …\";i:4;s:123:\"n % 100 = 11..99 @integer 11~26, 111, 1011, … @decimal 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 111.0, 1011.0, …\";}'),('aeb-arab','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:15:\"ar:Project:عن\";s:9:\"aboutsite\";s:28:\"aeb-arab:على {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:13:\"ar:أفعال\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"ar:[$1]\";s:15:\"comma-separator\";s:10:\"ar:،&#32;\";s:13:\"currentevents\";s:32:\"ar:الأحداث الجارية\";s:17:\"currentevents-url\";s:40:\"ar:Project:الأحداث الجارية\";s:14:\"disclaimerpage\";s:43:\"ar:Project:إخلاء مسؤولية عام\";s:11:\"disclaimers\";s:28:\"ar:إخلاء مسؤولية\";s:4:\"edit\";s:17:\"aeb-arab:بدّل\";s:11:\"editsection\";s:17:\"aeb-arab:بدّل\";s:15:\"editsectionhint\";s:32:\"aeb-arab:بدّل الطرف: $1\";s:4:\"help\";s:21:\"aeb-arab:معاونة\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"ar:$1 – $2\";s:6:\"jumpto\";s:23:\"aeb-arab:إمشي لـ:\";s:16:\"jumptonavigation\";s:11:\"ar:تصفح\";s:12:\"jumptosearch\";s:17:\"aeb-arab:لوّج\";s:14:\"lastmodifiedat\";s:74:\"aeb-arab:آخر تبديل لهذي الپاج كان نهار $1 في $2.\";s:8:\"mainpage\";s:40:\"aeb-arab:الپاج الأولانيّة\";s:20:\"mainpage-description\";s:40:\"aeb-arab:الپاج الأولانيّة\";s:14:\"mainpage-nstab\";s:40:\"aeb-arab:الپاج الأولانيّة\";s:10:\"namespaces\";s:15:\"ar:نطاقات\";s:10:\"navigation\";s:11:\"ar:تصفح\";s:23:\"nav-login-createaccount\";s:33:\"ar:دخول / إنشاء حساب\";s:10:\"nstab-main\";s:19:\"aeb-arab:الپاج\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:75:\"ar:{{PLURAL:$1|بلا تصنيف|تصنيف|تصنيفان|تصنيفات}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"ar:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:22:\"ar:وصلة دائمة\";s:13:\"personaltools\";s:24:\"ar:أدوات شخصية\";s:6:\"portal\";s:28:\"ar:بوابة المجتمع\";s:10:\"portal-url\";s:36:\"ar:Project:بوابة المجتمع\";s:16:\"printableversion\";s:26:\"ar:نسخة للطباعة\";s:7:\"privacy\";s:30:\"ar:سياسة الخصوصية\";s:11:\"privacypage\";s:38:\"ar:Project:سياسة الخصوصية\";s:10:\"randompage\";s:28:\"aeb-arab:پاج بالزهر\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:38:\"aeb-arab:التبديلات الجدد\";s:27:\"recentchangeslinked-toolbox\";s:35:\"ar:تغييرات ذات علاقة\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:27:\"ar:مجلوبة من «$1»\";s:6:\"search\";s:17:\"aeb-arab:لوّج\";s:13:\"searcharticle\";s:17:\"aeb-arab:إمشي\";s:12:\"searchbutton\";s:17:\"aeb-arab:لوّج\";s:20:\"searchsuggest-search\";s:35:\"aeb-arab:لوّج في {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:26:\"ar:قائمة التصفح\";s:14:\"site-atom-feed\";s:27:\"ar:تلقيمة أتوم $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:30:\"ar:الصفحات الخاصة\";s:7:\"tagline\";s:26:\"aeb-arab:من {{SITENAME}}\";s:4:\"talk\";s:17:\"aeb-arab:حديث\";s:7:\"toolbox\";s:13:\"ar:أدوات\";s:15:\"tooltip-ca-edit\";s:28:\"aeb-arab:بدّل الپاج\";s:18:\"tooltip-ca-history\";s:50:\"ar:النسخ السابقة لهذه الصفحة\";s:21:\"tooltip-ca-nstab-main\";s:35:\"ar:رؤية صفحة المحتوى\";s:15:\"tooltip-ca-talk\";s:40:\"ar:نقاش عن صفحة المحتوى\";s:21:\"tooltip-ca-viewsource\";s:72:\"aeb-arab:هذه الپاج محمية.\nتنجّم تشوف مصدرها.\";s:23:\"tooltip-n-currentevents\";s:65:\"ar:مطالعة سريعة لأهم الأحداث الجارية\";s:14:\"tooltip-n-help\";s:33:\"ar:حيث تجد المساعدة\";s:30:\"tooltip-n-mainpage-description\";s:47:\"aeb-arab:شوف الپاج الأولانيّة\";s:16:\"tooltip-n-portal\";s:106:\"ar:حول المشروع، ماذا يمكن أن تفعل، أين يمكن أن تجد ما تحتاجه\";s:20:\"tooltip-n-randompage\";s:37:\"aeb-arab:خرّج پاج بالزهر\";s:23:\"tooltip-n-recentchanges\";s:60:\"ar:قائمة أحدث التغييرات في الويكي.\";s:14:\"tooltip-p-logo\";s:47:\"aeb-arab:شوف الپاج الأولانيّة\";s:16:\"tooltip-pt-login\";s:101:\"aeb-arab:ماذابيك لوكان تدخل للويكي، أما موش لازمك تعمل هكّا\";s:24:\"tooltip-pt-createaccount\";s:122:\"aeb-arab:ماذابيك لوكان تعمل حساب و تدخل للويكي، أما موش لازمك تعمل هكّا\";s:14:\"tooltip-search\";s:35:\"aeb-arab:لوّج في {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:52:\"ar:ابحث في الصفحات عن هذا النص\";s:17:\"tooltip-search-go\";s:104:\"aeb-arab:إمشي للپاج إلّي عندها هذا الإسم بالضبط إذا هي موجودة\";s:14:\"tooltip-t-info\";s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";s:19:\"tooltip-t-permalink\";s:62:\"ar:وصلة دائمة لهذه النسخة من الصفحة\";s:15:\"tooltip-t-print\";s:48:\"ar:نسخة للطباعة لهذه الصفحة\";s:29:\"tooltip-t-recentchangeslinked\";s:92:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة\";s:22:\"tooltip-t-specialpages\";s:48:\"ar:قائمة بكل الصفحات الخاصة\";s:23:\"tooltip-t-whatlinkshere\";s:67:\"ar:قائمة بكل صفحات الويكي التي تصل هنا\";s:8:\"variants\";s:21:\"ar:المتغيرات\";s:16:\"vector-view-edit\";s:17:\"aeb-arab:بدّل\";s:19:\"vector-view-history\";s:28:\"aeb-arab:ورّي الپاج\";s:16:\"vector-view-view\";s:17:\"aeb-arab:أقرا\";s:9:\"viewcount\";s:239:\"ar:{{PLURAL:$1|لم تعرض هذه الصفحة أبدا|تم عرض هذه الصفحة مرة واحدة|تم عرض هذه الصفحة مرتين|تم عرض هذه الصفحة $1 مرات|تم عرض هذه الصفحة $1 مرة}}.\";s:5:\"views\";s:19:\"aeb-arab:شوفات\";s:13:\"whatlinkshere\";s:25:\"ar:ماذا يصل هنا\";s:14:\"word-separator\";s:8:\"ar:&#32;\";}s:11:\"dateFormats\";a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:8:\"نقاش\";i:2;s:12:\"مستخدم\";i:3;s:25:\"نقاش_المستخدم\";i:5;s:11:\"نقاش_$1\";i:6;s:6:\"ملف\";i:7;s:19:\"نقاش_الملف\";i:8;s:18:\"ميدياويكي\";i:9;s:27:\"نقاش_ميدياويكي\";i:10;s:8:\"قالب\";i:11;s:21:\"نقاش_القالب\";i:12;s:12:\"مساعدة\";i:13;s:25:\"نقاش_المساعدة\";i:14;s:10:\"تصنيف\";i:15;s:23:\"نقاش_التصنيف\";i:0;s:0:\"\";}}'),('aeb-arab','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('aeb-arab','rtl','b:1;'),('aeb-arab','separatorTransformTable','a:2:{s:1:\".\";s:2:\"٫\";s:1:\",\";s:2:\"٬\";}'),('aeb-arab','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:10:\"تاريخ\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:27:\"خيارات_المحمول\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:14:\"مرفوعات\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:21:\"فرق_المحمول\";i:1;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:2:{i:0;s:23:\"محرر_المحمول\";i:1;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:2:{i:0;s:25:\"قائمة_المحمول\";i:1;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:2:{i:0;s:23:\"لغات_المحمول\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:8:\"قريب\";i:1;s:6:\"Nearby\";}s:8:\"TopicTag\";a:2:{i:0;s:21:\"وسم_الموضوع\";i:1;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:2:{i:0;s:23:\"ملف_المستخدم\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:27:\"مستخدمون_نشطون\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:19:\"كل_الرسائل\";i:1;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:4:{i:0;s:21:\"كل_مرفوعاتي\";i:1;s:17:\"كل_ملفاتي\";i:2;s:12:\"AllMyUploads\";i:3;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:19:\"كل_الصفحات\";i:1;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:21:\"صفحات_قديمة\";i:1;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:2:{i:0;s:29:\"مساعدة_إيه_بي_آي\";i:1;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:2:{i:0;s:25:\"ملعب_إيه_بي_آي\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:4:{i:0;s:38:\"قائمة_المنع_التلقائي\";i:1;s:34:\"عرض_المنع_التلقائي\";i:2;s:13:\"AutoblockList\";i:3;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:2:{i:0;s:17:\"عنوان_سيئ\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:19:\"صفحة_فارغة\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:6:{i:0;s:6:\"منع\";i:1;s:15:\"منع_أيبي\";i:2;s:19:\"منع_مستخدم\";i:3;s:5:\"Block\";i:4;s:7:\"BlockIP\";i:5;s:9:\"BlockUser\";}s:9:\"BlockList\";a:6:{i:0;s:21:\"قائمة_المنع\";i:1;s:17:\"عرض_المنع\";i:2;s:26:\"قائمة_منع_أيبي\";i:3;s:9:\"BlockList\";i:4;s:10:\"ListBlocks\";i:5;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:19:\"مصادر_كتاب\";i:1;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:2:{i:0;s:26:\"كلمات_سر_البوت\";i:1;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:27:\"تحويلات_مكسورة\";i:1;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:14:\"تصنيفات\";i:1;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:2:{i:0;s:36:\"تغيير_موديل_المحتوى\";i:1;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:2:{i:0;s:31:\"تغيير_الاعتمادات\";i:1;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:2:{i:0;s:23:\"تغيير_البريد\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:5:{i:0;s:28:\"تغيير_كلمة_السر\";i:1;s:24:\"ضبط_كلمة_السر\";i:2;s:14:\"ChangePassword\";i:3;s:9:\"ResetPass\";i:4;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:27:\"مقارنة_الصفحات\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:2:{i:0;s:23:\"تأكيد_البريد\";i:1;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:14:\"مساهمات\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:19:\"إنشاء_حساب\";i:1;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:34:\"صفحات_نهاية_مسدودة\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:27:\"مساهمات_محذوفة\";i:1;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:4:{i:0;s:19:\"حذف_الصفحة\";i:1;s:6:\"حذف\";i:2;s:10:\"DeletePage\";i:3;s:6:\"Delete\";}s:4:\"Diff\";a:2:{i:0;s:6:\"فرق\";i:1;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:27:\"تحويلات_مزدوجة\";i:1;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:4:{i:0;s:19:\"عدل_الصفحة\";i:1;s:6:\"عدل\";i:2;s:8:\"EditPage\";i:3;s:4:\"Edit\";}s:8:\"EditTags\";a:2:{i:0;s:23:\"تعديل_الوسوم\";i:1;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:2:{i:0;s:38:\"تعديل_قائمة_المراقبة\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:3:{i:0;s:29:\"مراسلة_المستخدم\";i:1;s:9:\"EmailUser\";i:2;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:21:\"فرد_القوالب\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:10:\"تصدير\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:23:\"الأقل_تعديلا\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:22:\"بحث_ملف_مكرر\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:15:\"مسار_ملف\";i:1;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:2:{i:0;s:40:\"الذهاب_إلى_الإنترويكي\";i:1;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:2:{i:0;s:14:\"استيراد\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:44:\"تعطيل_البريد_الإلكتروني\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:34:\"اختبار_جافا_سكريبت\";i:1;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:2:{i:0;s:23:\"وصل_الحسابات\";i:1;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:2:{i:0;s:21:\"بحث_الوصلات\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:25:\"عرض_الإداريين\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:21:\"عرض_البوتات\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:4:{i:0;s:36:\"عرض_الملفات_المكررة\";i:1;s:32:\"عرض_تكرار_الملفات\";i:2;s:19:\"ListDuplicatedFiles\";i:3;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:6:{i:0;s:21:\"عرض_الملفات\";i:1;s:25:\"قائمة_الملفات\";i:2;s:21:\"قائمة_الصور\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:10:\"Listgrants\";a:2:{i:0;s:17:\"عرض_المنح\";i:1;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:4:{i:0;s:40:\"عرض_صلاحيات_المجموعات\";i:1;s:50:\"صلاحيات_مجموعات_المستخدمين\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:25:\"عرض_التحويلات\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:27:\"عرض_المستخدمين\";i:1;s:31:\"قائمة_المستخدمين\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:11:\"غلق_قب\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:6:\"سجل\";i:1;s:10:\"سجلات\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:21:\"صفحات_وحيدة\";i:1;s:21:\"صفحات_يتيمة\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:21:\"صفحات_طويلة\";i:1;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:2:{i:0;s:29:\"إحصاءات_الميديا\";i:1;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:2:{i:0;s:21:\"دمج_التاريخ\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:13:\"بحث_ميم\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:25:\"الأكثر_تصنيفا\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:6:{i:0;s:32:\"أكثر_الملفات_وصلا\";i:1;s:23:\"أكثر_الملفات\";i:2;s:19:\"أكثر_الصور\";i:3;s:15:\"MostLinkedFiles\";i:4;s:9:\"MostFiles\";i:5;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:29:\"الأكثر_إنترويكي\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:4:{i:0;s:32:\"أكثر_الصفحات_وصلا\";i:1;s:21:\"الأكثر_وصلا\";i:2;s:15:\"MostLinkedPages\";i:3;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:36:\"أكثر_التصنيفات_وصلا\";i:1;s:44:\"أكثر_التصنيفات_استخداما\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:32:\"أكثر_القوالب_وصلا\";i:1;s:40:\"أكثر_القوالب_استخداما\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:25:\"الأكثر_تعديلا\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:2:{i:0;s:15:\"نقل_صفحة\";i:1;s:8:\"MovePage\";}s:4:\"Mute\";a:2:{i:0;s:6:\"كتم\";i:1;s:4:\"Mute\";}s:15:\"Mycontributions\";a:3:{i:0;s:16:\"مساهماتي\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:8:\"لغتي\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:10:\"صفحتي\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:10:\"نقاشي\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:16:\"مرفوعاتي\";i:1;s:12:\"ملفاتي\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:21:\"ملفات_جديدة\";i:1;s:17:\"صور_جديدة\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:21:\"صفحات_جديدة\";i:1;s:8:\"NewPages\";}s:10:\"NewSection\";a:3:{i:0;s:15:\"قسم_جديد\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:8:\"PageData\";a:2:{i:0;s:25:\"بيانات_الصفحة\";i:1;s:8:\"PageData\";}s:11:\"PageHistory\";a:4:{i:0;s:23:\"تاريخ_الصفحة\";i:1;s:10:\"تاريخ\";i:2;s:11:\"PageHistory\";i:3;s:7:\"History\";}s:8:\"PageInfo\";a:4:{i:0;s:27:\"معلومات_الصفحة\";i:1;s:14:\"معلومات\";i:2;s:8:\"PageInfo\";i:3;s:4:\"Info\";}s:12:\"PageLanguage\";a:2:{i:0;s:19:\"لغة_الصفحة\";i:1;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:23:\"صفحات_بخاصية\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:30:\"سياسات_كلمة_السر\";i:1;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:2:{i:0;s:35:\"إعادة_ضبط_كلمة_السر\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:19:\"وصلة_دائمة\";i:1;s:17:\"رابط_دائم\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:14:\"تفضيلات\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:19:\"فهرس_بادئة\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:21:\"صفحات_محمية\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:23:\"عناوين_محمية\";i:1;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:4:{i:0;s:23:\"حماية_الصفحة\";i:1;s:10:\"حماية\";i:2;s:11:\"ProtectPage\";i:3;s:7:\"Protect\";}s:5:\"Purge\";a:2:{i:0;s:21:\"إفراغ_الكاش\";i:1;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:2:{i:0;s:28:\"عشوائي_في_تصنيف\";i:1;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:4:{i:0;s:12:\"عشوائي\";i:1;s:23:\"صفحة_عشوائية\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:2:{i:0;s:27:\"تحويلة_عشوائية\";i:1;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:2:{i:0;s:30:\"صفحة_جذر_عشوائية\";i:1;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:2:{i:0;s:27:\"أحدث_التغييرات\";i:1;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:44:\"أحدث_التغييرات_الموصولة\";i:1;s:27:\"تغييرات_مرتبطة\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:10:\"تحويل\";i:1;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:2:{i:0;s:31:\"إزالة_الاعتمادات\";i:1;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:2:{i:0;s:34:\"إعادة_ضبط_المفاتيح\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:3:{i:0;s:19:\"حذف_مراجعة\";i:1;s:15:\"حذف_نسخة\";i:2;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:2:{i:0;s:25:\"تشغيل_الوظائف\";i:1;s:7:\"RunJobs\";}s:6:\"Search\";a:2:{i:0;s:6:\"بحث\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:21:\"صفحات_قصيرة\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:19:\"صفحات_خاصة\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:14:\"إحصاءات\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:8:\"وسوم\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:2:{i:0;s:27:\"تصنيفات_التتبع\";i:1;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:13:\"رفع_منع\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:32:\"تصنيفات_غير_مصنفة\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:28:\"ملفات_غير_مصنفة\";i:1;s:24:\"صور_غير_مصنفة\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:28:\"صفحات_غير_مصنفة\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:28:\"قوالب_غير_مصنفة\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:14:\"استرجاع\";i:1;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:2:{i:0;s:21:\"فك_الحسابات\";i:1;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:2:{i:0;s:11:\"فتح_قب\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:36:\"تصنيفات_غير_مستخدمة\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:32:\"ملفات_غير_مستخدمة\";i:1;s:28:\"صور_غير_مستخدمة\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:32:\"قوالب_غير_مستخدمة\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:2:{i:0;s:30:\"صفحات_غير_مراقبة\";i:1;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:2:{i:0;s:6:\"رفع\";i:1;s:6:\"Upload\";}s:11:\"UploadStash\";a:2:{i:0;s:15:\"رفع_مخفي\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:25:\"دخول_المستخدم\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:3:{i:0;s:25:\"خروج_المستخدم\";i:1;s:10:\"UserLogout\";i:2;s:6:\"Logout\";}s:10:\"Userrights\";a:6:{i:0;s:31:\"صلاحيات_المستخدم\";i:1;s:28:\"ترقية_مدير_نظام\";i:2;s:17:\"ترقية_بوت\";i:3;s:10:\"UserRights\";i:4;s:9:\"MakeSysop\";i:5;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:8:\"نسخة\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:27:\"تصنيفات_مطلوبة\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:23:\"ملفات_مطلوبة\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:23:\"صفحات_مطلوبة\";i:1;s:23:\"وصلات_مكسورة\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:23:\"قوالب_مطلوبة\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:27:\"قائمة_المراقبة\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:22:\"ماذا_يصل_هنا\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:25:\"بدون_إنترويكي\";i:1;s:16:\"WithoutInterwiki\";}}'),('aeb-latn','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('aeb-latn','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('aeb-latn','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('aeb-latn','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('aeb-latn','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('aeb-latn','defaultDateFormat','s:10:\"dmy or mdy\";'),('aeb-latn','deps','a:31:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/api/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:70:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:80:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:84:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/aeb-latn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('aeb-latn','digitGroupingPattern','s:9:\"#,##0.###\";'),('aeb-latn','digitTransformTable','N;'),('aeb-latn','fallback','b:0;'),('aeb-latn','fallback8bitEncoding','s:12:\"windows-1252\";'),('aeb-latn','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('aeb-latn','imageFiles','N;'),('aeb-latn','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('aeb-latn','linkPrefixExtension','b:0;'),('aeb-latn','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";');
INSERT INTO `mw_l10n_cache` VALUES ('aeb-latn','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:19:\"tog-extendwatchlist\";i:5;s:18:\"tog-watchcreations\";i:6;s:16:\"tog-watchdefault\";i:7;s:14:\"tog-watchmoves\";i:8;s:17:\"tog-watchdeletion\";i:9;s:16:\"tog-minordefault\";i:10;s:16:\"tog-previewontop\";i:11;s:18:\"tog-previewonfirst\";i:12;s:24:\"tog-enotifwatchlistpages\";i:13;s:23:\"tog-enotifusertalkpages\";i:14;s:20:\"tog-enotifminoredits\";i:15;s:20:\"tog-enotifrevealaddr\";i:16;s:23:\"tog-shownumberswatching\";i:17;s:10:\"tog-oldsig\";i:18;s:16:\"underline-always\";i:19;s:15:\"underline-never\";i:20;s:6:\"sunday\";i:21;s:6:\"monday\";i:22;s:7:\"tuesday\";i:23;s:9:\"wednesday\";i:24;s:8:\"thursday\";i:25;s:6:\"friday\";i:26;s:8:\"saturday\";i:27;s:3:\"sun\";i:28;s:3:\"mon\";i:29;s:3:\"tue\";i:30;s:3:\"wed\";i:31;s:3:\"thu\";i:32;s:3:\"fri\";i:33;s:3:\"sat\";i:34;s:7:\"january\";i:35;s:8:\"february\";i:36;s:5:\"march\";i:37;s:5:\"april\";i:38;s:8:\"may_long\";i:39;s:4:\"june\";i:40;s:4:\"july\";i:41;s:6:\"august\";i:42;s:9:\"september\";i:43;s:7:\"october\";i:44;s:8:\"november\";i:45;s:8:\"december\";i:46;s:11:\"january-gen\";i:47;s:12:\"february-gen\";i:48;s:9:\"march-gen\";i:49;s:9:\"april-gen\";i:50;s:7:\"may-gen\";i:51;s:8:\"june-gen\";i:52;s:8:\"july-gen\";i:53;s:10:\"august-gen\";i:54;s:13:\"september-gen\";i:55;s:11:\"october-gen\";i:56;s:12:\"november-gen\";i:57;s:12:\"december-gen\";i:58;s:3:\"jan\";i:59;s:3:\"feb\";i:60;s:3:\"mar\";i:61;s:3:\"apr\";i:62;s:3:\"may\";i:63;s:3:\"jun\";i:64;s:3:\"jul\";i:65;s:3:\"aug\";i:66;s:3:\"sep\";i:67;s:3:\"oct\";i:68;s:3:\"nov\";i:69;s:3:\"dec\";i:70;s:14:\"pagecategories\";i:71;s:15:\"category_header\";i:72;s:17:\"hidden-categories\";i:73;s:24:\"hidden-category-category\";i:74;s:9:\"newwindow\";i:75;s:6:\"cancel\";i:76;s:13:\"moredotdotdot\";i:77;s:6:\"mytalk\";i:78;s:8:\"anontalk\";i:79;s:10:\"navigation\";i:80;s:3:\"and\";i:81;s:3:\"faq\";i:82;s:7:\"actions\";i:83;s:10:\"namespaces\";i:84;s:8:\"variants\";i:85;s:18:\"navigation-heading\";i:86;s:14:\"errorpagetitle\";i:87;s:8:\"returnto\";i:88;s:7:\"tagline\";i:89;s:4:\"help\";i:90;s:6:\"search\";i:91;s:12:\"searchbutton\";i:92;s:2:\"go\";i:93;s:13:\"searcharticle\";i:94;s:17:\"skin-view-history\";i:95;s:7:\"history\";i:96;s:13:\"history_short\";i:97;s:13:\"updatedmarker\";i:98;s:16:\"printableversion\";i:99;s:9:\"permalink\";i:100;s:5:\"print\";i:101;s:4:\"view\";i:102;s:14:\"skin-view-view\";i:103;s:17:\"skin-view-foreign\";i:104;s:4:\"edit\";i:105;s:14:\"skin-view-edit\";i:106;s:6:\"create\";i:107;s:16:\"skin-view-create\";i:108;s:6:\"delete\";i:109;s:14:\"undelete_short\";i:110;s:17:\"viewdeleted_short\";i:111;s:7:\"protect\";i:112;s:14:\"protect_change\";i:113;s:21:\"skin-action-unprotect\";i:114;s:9:\"unprotect\";i:115;s:7:\"newpage\";i:116;s:16:\"talkpagelinktext\";i:117;s:11:\"specialpage\";i:118;s:13:\"personaltools\";i:119;s:4:\"talk\";i:120;s:5:\"views\";i:121;s:7:\"toolbox\";i:122;s:9:\"imagepage\";i:123;s:13:\"mediawikipage\";i:124;s:12:\"templatepage\";i:125;s:12:\"viewhelppage\";i:126;s:12:\"categorypage\";i:127;s:12:\"viewtalkpage\";i:128;s:14:\"otherlanguages\";i:129;s:14:\"redirectedfrom\";i:130;s:15:\"redirectpagesub\";i:131;s:10:\"redirectto\";i:132;s:14:\"lastmodifiedat\";i:133;s:9:\"viewcount\";i:134;s:13:\"protectedpage\";i:135;s:6:\"jumpto\";i:136;s:16:\"jumptonavigation\";i:137;s:12:\"jumptosearch\";i:138;s:15:\"view-pool-error\";i:139;s:12:\"pool-timeout\";i:140;s:14:\"pool-queuefull\";i:141;s:17:\"pool-errorunknown\";i:142;s:9:\"aboutsite\";i:143;s:9:\"aboutpage\";i:144;s:13:\"copyrightpage\";i:145;s:13:\"currentevents\";i:146;s:17:\"currentevents-url\";i:147;s:11:\"disclaimers\";i:148;s:14:\"disclaimerpage\";i:149;s:8:\"edithelp\";i:150;s:8:\"mainpage\";i:151;s:20:\"mainpage-description\";i:152;s:10:\"policy-url\";i:153;s:6:\"portal\";i:154;s:10:\"portal-url\";i:155;s:7:\"privacy\";i:156;s:11:\"privacypage\";i:157;s:2:\"ok\";i:158;s:13:\"retrievedfrom\";i:159;s:11:\"editsection\";i:160;s:7:\"editold\";i:161;s:13:\"viewsourceold\";i:162;s:8:\"editlink\";i:163;s:14:\"viewsourcelink\";i:164;s:15:\"editsectionhint\";i:165;s:3:\"toc\";i:166;s:7:\"showtoc\";i:167;s:7:\"hidetoc\";i:168;s:20:\"collapsible-collapse\";i:169;s:18:\"collapsible-expand\";i:170;s:19:\"confirmable-confirm\";i:171;s:15:\"confirmable-yes\";i:172;s:14:\"confirmable-no\";i:173;s:13:\"thisisdeleted\";i:174;s:11:\"viewdeleted\";i:175;s:14:\"site-atom-feed\";i:176;s:14:\"page-atom-feed\";i:177;s:14:\"red-link-title\";i:178;s:10:\"nstab-main\";i:179;s:10:\"nstab-user\";i:180;s:13:\"nstab-special\";i:181;s:13:\"nstab-project\";i:182;s:11:\"nstab-image\";i:183;s:15:\"nstab-mediawiki\";i:184;s:14:\"nstab-template\";i:185;s:10:\"nstab-help\";i:186;s:14:\"nstab-category\";i:187;s:5:\"error\";i:188;s:15:\"missing-article\";i:189;s:19:\"delete-hook-aborted\";i:190;s:8:\"badtitle\";i:191;s:12:\"badtitletext\";i:192;s:10:\"viewsource\";i:193;s:19:\"ns-specialprotected\";i:194;s:17:\"exception-nologin\";i:195;s:22:\"exception-nologin-text\";i:196;s:29:\"exception-nologin-text-manual\";i:197;s:8:\"yourname\";i:198;s:18:\"userlogin-yourname\";i:199;s:21:\"userlogin-yourname-ph\";i:200;s:30:\"createacct-another-username-ph\";i:201;s:12:\"yourpassword\";i:202;s:22:\"userlogin-yourpassword\";i:203;s:25:\"userlogin-yourpassword-ph\";i:204;s:26:\"createacct-yourpassword-ph\";i:205;s:17:\"yourpasswordagain\";i:206;s:28:\"createacct-yourpasswordagain\";i:207;s:31:\"createacct-yourpasswordagain-ph\";i:208;s:28:\"userlogin-remembermypassword\";i:209;s:5:\"login\";i:210;s:23:\"nav-login-createaccount\";i:211;s:19:\"userlogin-noaccount\";i:212;s:13:\"createaccount\";i:213;s:28:\"userlogin-resetpassword-link\";i:214;s:19:\"userlogin-helplink2\";i:215;s:24:\"createacct-emailoptional\";i:216;s:19:\"createacct-email-ph\";i:217;s:17:\"createacct-submit\";i:218;s:24:\"createacct-benefit-body1\";i:219;s:18:\"loginlanguagelabel\";i:220;s:8:\"pt-login\";i:221;s:15:\"pt-login-button\";i:222;s:16:\"pt-createaccount\";i:223;s:13:\"pt-userlogout\";i:224;s:25:\"resetpass-submit-loggedin\";i:225;s:23:\"resetpass-submit-cancel\";i:226;s:7:\"summary\";i:227;s:9:\"minoredit\";i:228;s:9:\"watchthis\";i:229;s:11:\"savearticle\";i:230;s:11:\"showpreview\";i:231;s:8:\"showdiff\";i:232;s:12:\"loginreqlink\";i:233;s:13:\"noarticletext\";i:234;s:7:\"editing\";i:235;s:14:\"editingsection\";i:236;s:18:\"template-protected\";i:237;s:22:\"template-semiprotected\";i:238;s:12:\"revisionasof\";i:239;s:19:\"currentrevisionlink\";i:240;s:4:\"last\";i:241;s:13:\"history-title\";i:242;s:6:\"lineno\";i:243;s:8:\"editundo\";i:244;s:13:\"searchresults\";i:245;s:19:\"searchresults-title\";i:246;s:5:\"prevn\";i:247;s:5:\"nextn\";i:248;s:11:\"nextn-title\";i:249;s:11:\"shown-title\";i:250;s:12:\"viewprevnext\";i:251;s:17:\"searchmenu-exists\";i:252;s:22:\"searchprofile-articles\";i:253;s:20:\"searchprofile-images\";i:254;s:24:\"searchprofile-everything\";i:255;s:22:\"searchprofile-advanced\";i:256;s:30:\"searchprofile-articles-tooltip\";i:257;s:28:\"searchprofile-images-tooltip\";i:258;s:32:\"searchprofile-everything-tooltip\";i:259;s:30:\"searchprofile-advanced-tooltip\";i:260;s:18:\"search-result-size\";i:261;s:14:\"search-section\";i:262;s:14:\"search-suggest\";i:263;s:9:\"searchall\";i:264;s:22:\"skin-action-addsection\";i:265;s:11:\"action-edit\";i:266;s:11:\"action-move\";i:267;s:14:\"action-protect\";i:268;s:18:\"enhancedrc-history\";i:269;s:13:\"recentchanges\";i:270;s:27:\"recentchanges-label-newpage\";i:271;s:25:\"recentchanges-label-minor\";i:272;s:23:\"recentchanges-label-bot\";i:273;s:15:\"rcshowhideminor\";i:274;s:20:\"rcshowhideminor-show\";i:275;s:20:\"rcshowhideminor-hide\";i:276;s:19:\"rcshowhidebots-show\";i:277;s:19:\"rcshowhidebots-hide\";i:278;s:13:\"rcshowhideliu\";i:279;s:18:\"rcshowhideliu-hide\";i:280;s:15:\"rcshowhideanons\";i:281;s:20:\"rcshowhideanons-show\";i:282;s:20:\"rcshowhideanons-hide\";i:283;s:14:\"rcshowhidemine\";i:284;s:19:\"rcshowhidemine-show\";i:285;s:19:\"rcshowhidemine-hide\";i:286;s:4:\"diff\";i:287;s:4:\"hist\";i:288;s:4:\"hide\";i:289;s:4:\"show\";i:290;s:15:\"minoreditletter\";i:291;s:13:\"newpageletter\";i:292;s:13:\"boteditletter\";i:293;s:18:\"rc-change-size-new\";i:294;s:19:\"recentchangeslinked\";i:295;s:27:\"recentchangeslinked-toolbox\";i:296;s:25:\"recentchangeslinked-title\";i:297;s:24:\"recentchangeslinked-page\";i:298;s:6:\"upload\";i:299;s:8:\"filedesc\";i:300;s:14:\"license-header\";i:301;s:7:\"imgfile\";i:302;s:16:\"file-anchor-link\";i:303;s:8:\"filehist\";i:304;s:17:\"filehist-datetime\";i:305;s:14:\"filehist-thumb\";i:306;s:18:\"filehist-thumbtext\";i:307;s:13:\"filehist-user\";i:308;s:19:\"filehist-dimensions\";i:309;s:16:\"filehist-comment\";i:310;s:10:\"imagelinks\";i:311;s:14:\"nolinkstoimage\";i:312;s:22:\"upload-disallowed-here\";i:313;s:10:\"randompage\";i:314;s:6:\"nbytes\";i:315;s:8:\"newpages\";i:316;s:18:\"booksources-search\";i:317;s:8:\"allpages\";i:318;s:11:\"allarticles\";i:319;s:14:\"allpagessubmit\";i:320;s:10:\"categories\";i:321;s:11:\"mywatchlist\";i:322;s:13:\"watchlistfor2\";i:323;s:5:\"watch\";i:324;s:12:\"rollbacklink\";i:325;s:17:\"rollbacklinkcount\";i:326;s:23:\"skin-action-viewdeleted\";i:327;s:9:\"namespace\";i:328;s:6:\"invert\";i:329;s:14:\"tooltip-invert\";i:330;s:21:\"namespace_association\";i:331;s:29:\"tooltip-namespace_association\";i:332;s:14:\"blanknamespace\";i:333;s:23:\"tool-link-contributions\";i:334;s:9:\"mycontris\";i:335;s:11:\"contribsub2\";i:336;s:5:\"uctop\";i:337;s:23:\"sp-contributions-submit\";i:338;s:13:\"whatlinkshere\";i:339;s:19:\"whatlinkshere-title\";i:340;s:18:\"whatlinkshere-page\";i:341;s:9:\"linkshere\";i:342;s:7:\"isimage\";i:343;s:18:\"whatlinkshere-prev\";i:344;s:18:\"whatlinkshere-next\";i:345;s:19:\"whatlinkshere-links\";i:346;s:24:\"whatlinkshere-hideredirs\";i:347;s:23:\"whatlinkshere-hidelinks\";i:348;s:9:\"blocklink\";i:349;s:12:\"contribslink\";i:350;s:14:\"thumbnail-more\";i:351;s:19:\"tooltip-pt-userpage\";i:352;s:17:\"tooltip-pt-mytalk\";i:353;s:22:\"tooltip-pt-preferences\";i:354;s:20:\"tooltip-pt-mycontris\";i:355;s:16:\"tooltip-pt-login\";i:356;s:17:\"tooltip-pt-logout\";i:357;s:24:\"tooltip-pt-createaccount\";i:358;s:15:\"tooltip-ca-talk\";i:359;s:15:\"tooltip-ca-edit\";i:360;s:21:\"tooltip-ca-addsection\";i:361;s:21:\"tooltip-ca-viewsource\";i:362;s:18:\"tooltip-ca-history\";i:363;s:15:\"tooltip-ca-move\";i:364;s:16:\"tooltip-ca-watch\";i:365;s:14:\"tooltip-search\";i:366;s:17:\"tooltip-search-go\";i:367;s:23:\"tooltip-search-fulltext\";i:368;s:14:\"tooltip-p-logo\";i:369;s:18:\"tooltip-n-mainpage\";i:370;s:30:\"tooltip-n-mainpage-description\";i:371;s:16:\"tooltip-n-portal\";i:372;s:23:\"tooltip-n-currentevents\";i:373;s:23:\"tooltip-n-recentchanges\";i:374;s:20:\"tooltip-n-randompage\";i:375;s:14:\"tooltip-n-help\";i:376;s:23:\"tooltip-t-whatlinkshere\";i:377;s:29:\"tooltip-t-recentchangeslinked\";i:378;s:17:\"tooltip-feed-atom\";i:379;s:23:\"tooltip-t-contributions\";i:380;s:16:\"tooltip-t-upload\";i:381;s:22:\"tooltip-t-specialpages\";i:382;s:15:\"tooltip-t-print\";i:383;s:19:\"tooltip-t-permalink\";i:384;s:21:\"tooltip-ca-nstab-main\";i:385;s:21:\"tooltip-ca-nstab-user\";i:386;s:24:\"tooltip-ca-nstab-special\";i:387;s:24:\"tooltip-ca-nstab-project\";i:388;s:22:\"tooltip-ca-nstab-image\";i:389;s:25:\"tooltip-ca-nstab-template\";i:390;s:25:\"tooltip-ca-nstab-category\";i:391;s:12:\"tooltip-save\";i:392;s:15:\"tooltip-preview\";i:393;s:12:\"tooltip-diff\";i:394;s:16:\"tooltip-rollback\";i:395;s:15:\"tooltip-summary\";i:396;s:20:\"pageinfo-toolboxlink\";i:397;s:12:\"previousdiff\";i:398;s:8:\"nextdiff\";i:399;s:14:\"show-big-image\";i:400;s:22:\"show-big-image-preview\";i:401;s:14:\"bad_image_list\";i:402;s:8:\"metadata\";i:403;s:15:\"metadata-fields\";i:404;s:13:\"namespacesall\";i:405;s:9:\"monthsall\";i:406;s:27:\"watchlistedit-clear-explain\";i:407;s:26:\"watchlistedit-clear-titles\";i:408;s:22:\"watchlistedit-too-many\";i:409;s:9:\"signature\";i:410;s:12:\"specialpages\";i:411;s:22:\"logentry-upload-upload\";i:412;s:20:\"searchsuggest-search\";i:413;s:19:\"skin-action-protect\";i:414;s:16:\"skin-action-move\";i:415;s:24:\"vector-action-addsection\";i:416;s:18:\"vector-action-move\";i:417;s:18:\"vector-view-create\";i:418;s:16:\"vector-view-edit\";i:419;s:19:\"vector-view-history\";i:420;s:16:\"vector-view-view\";i:421;s:19:\"vector-more-actions\";i:422;s:27:\"mobile-frontend-editor-edit\";i:423;s:36:\"mobile-frontend-generic-login-action\";i:424;s:27:\"mobile-frontend-home-button\";i:425;s:40:\"mobile-frontend-language-article-heading\";i:426;s:34:\"mobile-frontend-last-modified-date\";i:427;s:21:\"mobile-frontend-login\";i:428;s:40:\"mobile-frontend-main-menu-account-create\";i:429;s:31:\"mobile-frontend-main-menu-login\";i:430;s:32:\"mobile-frontend-main-menu-nearby\";i:431;s:34:\"mobile-frontend-main-menu-settings\";i:432;s:35:\"mobile-frontend-main-menu-watchlist\";i:433;s:26:\"mobile-frontend-news-items\";i:434;s:36:\"mobile-frontend-password-placeholder\";i:435;s:27:\"mobile-frontend-placeholder\";i:436;s:29:\"mobile-frontend-random-button\";i:437;s:36:\"mobile-frontend-username-placeholder\";i:438;s:20:\"mobile-frontend-view\";i:439;s:28:\"mobile-frontend-view-desktop\";i:440;s:27:\"mobile-frontend-view-mobile\";i:441;s:15:\"tag-mobile_edit\";i:442;s:19:\"tag-mobile_web_edit\";i:443;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:444;s:7:\"sidebar\";i:445;s:22:\"tog-hidecategorization\";i:446;s:12:\"tog-usenewrc\";i:447;s:18:\"tog-editondblclick\";i:448;s:27:\"tog-editsectiononrightclick\";i:449;s:16:\"tog-watchuploads\";i:450;s:17:\"tog-watchrollback\";i:451;s:12:\"tog-fancysig\";i:452;s:18:\"tog-uselivepreview\";i:453;s:20:\"tog-forceeditsummary\";i:454;s:20:\"tog-watchlisthideown\";i:455;s:21:\"tog-watchlisthidebots\";i:456;s:22:\"tog-watchlisthideminor\";i:457;s:20:\"tog-watchlisthideliu\";i:458;s:32:\"tog-watchlistreloadautomatically\";i:459;s:25:\"tog-watchlistunwatchlinks\";i:460;s:22:\"tog-watchlisthideanons\";i:461;s:26:\"tog-watchlisthidepatrolled\";i:462;s:31:\"tog-watchlisthidecategorization\";i:463;s:16:\"tog-ccmeonemails\";i:464;s:12:\"tog-diffonly\";i:465;s:18:\"tog-showhiddencats\";i:466;s:18:\"tog-norollbackdiff\";i:467;s:18:\"tog-useeditwarning\";i:468;s:16:\"tog-prefershttps\";i:469;s:28:\"tog-showrollbackconfirmation\";i:470;s:16:\"tog-requireemail\";i:471;s:17:\"underline-default\";i:472;s:14:\"editfont-style\";i:473;s:18:\"editfont-monospace\";i:474;s:18:\"editfont-sansserif\";i:475;s:14:\"editfont-serif\";i:476;s:9:\"period-am\";i:477;s:9:\"period-pm\";i:478;s:18:\"pagecategorieslink\";i:479;s:13:\"subcategories\";i:480;s:21:\"category-media-header\";i:481;s:14:\"category-empty\";i:482;s:21:\"category-subcat-count\";i:483;s:29:\"category-subcat-count-limited\";i:484;s:22:\"category-article-count\";i:485;s:30:\"category-article-count-limited\";i:486;s:19:\"category-file-count\";i:487;s:27:\"category-file-count-limited\";i:488;s:14:\"index-category\";i:489;s:16:\"noindex-category\";i:490;s:20:\"broken-file-category\";i:491;s:25:\"categoryviewer-pagedlinks\";i:492;s:24:\"category-header-numerals\";i:493;s:5:\"about\";i:494;s:7:\"article\";i:495;s:13:\"morenotlisted\";i:496;s:6:\"mypage\";i:497;s:9:\"sitetitle\";i:498;s:12:\"sitesubtitle\";i:499;s:14:\"help-mediawiki\";i:500;s:23:\"search-ignored-headings\";i:501;s:13:\"history_small\";i:502;s:35:\"printableversion-deprecated-warning\";i:503;s:10:\"edit-local\";i:504;s:12:\"create-local\";i:505;s:10:\"addsection\";i:506;s:8:\"cactions\";i:507;s:20:\"tool-link-userrights\";i:508;s:29:\"tool-link-userrights-readonly\";i:509;s:19:\"tool-link-emailuser\";i:510;s:14:\"talkpageheader\";i:511;s:18:\"generic-pool-error\";i:512;s:16:\"pool-servererror\";i:513;s:23:\"poolcounter-usage-error\";i:514;s:22:\"view-pool-dirty-output\";i:515;s:20:\"view-pool-contention\";i:516;s:17:\"view-pool-timeout\";i:517;s:9:\"copyright\";i:518;s:12:\"edithelppage\";i:519;s:8:\"helppage\";i:520;s:20:\"helppage-top-gethelp\";i:521;s:14:\"mainpage-title\";i:522;s:23:\"mainpage-title-loggedin\";i:523;s:9:\"badaccess\";i:524;s:16:\"badaccess-group0\";i:525;s:16:\"badaccess-groups\";i:526;s:15:\"versionrequired\";i:527;s:19:\"versionrequiredtext\";i:528;s:9:\"pagetitle\";i:529;s:23:\"pagetitle-view-mainpage\";i:530;s:16:\"backlinksubtitle\";i:531;s:18:\"youhavenewmessages\";i:532;s:27:\"youhavenewmessagesfromusers\";i:533;s:27:\"youhavenewmessagesmanyusers\";i:534;s:21:\"newmessageslinkplural\";i:535;s:25:\"newmessagesdifflinkplural\";i:536;s:11:\"restorelink\";i:537;s:12:\"feed-invalid\";i:538;s:16:\"feed-unavailable\";i:539;s:13:\"site-rss-feed\";i:540;s:13:\"page-rss-feed\";i:541;s:9:\"feed-atom\";i:542;s:8:\"feed-rss\";i:543;s:10:\"sitenotice\";i:544;s:10:\"anonnotice\";i:545;s:28:\"newsectionheaderdefaultlevel\";i:546;s:15:\"sort-descending\";i:547;s:14:\"sort-ascending\";i:548;s:12:\"sort-initial\";i:549;s:18:\"sort-rowspan-error\";i:550;s:10:\"nstab-talk\";i:551;s:11:\"nstab-media\";i:552;s:14:\"mainpage-nstab\";i:553;s:12:\"nosuchaction\";i:554;s:16:\"nosuchactiontext\";i:555;s:17:\"nosuchspecialpage\";i:556;s:17:\"nospecialpagetext\";i:557;s:13:\"databaseerror\";i:558;s:18:\"databaseerror-text\";i:559;s:20:\"databaseerror-textcl\";i:560;s:19:\"databaseerror-query\";i:561;s:22:\"databaseerror-function\";i:562;s:19:\"databaseerror-error\";i:563;s:35:\"transaction-duration-limit-exceeded\";i:564;s:39:\"transaction-max-statement-time-exceeded\";i:565;s:17:\"laggedreplicamode\";i:566;s:8:\"readonly\";i:567;s:15:\"enterlockreason\";i:568;s:12:\"readonlytext\";i:569;s:18:\"missingarticle-rev\";i:570;s:19:\"missingarticle-diff\";i:571;s:12:\"readonly_lag\";i:572;s:26:\"nonwrite-api-promise-error\";i:573;s:12:\"timeouterror\";i:574;s:17:\"timeouterror-text\";i:575;s:13:\"internalerror\";i:576;s:18:\"internalerror_info\";i:577;s:29:\"internalerror-fatal-exception\";i:578;s:13:\"filecopyerror\";i:579;s:15:\"filerenameerror\";i:580;s:15:\"filedeleteerror\";i:581;s:20:\"directorycreateerror\";i:582;s:22:\"directoryreadonlyerror\";i:583;s:12:\"filenotfound\";i:584;s:10:\"unexpected\";i:585;s:9:\"formerror\";i:586;s:15:\"badarticleerror\";i:587;s:12:\"cannotdelete\";i:588;s:18:\"cannotdelete-title\";i:589;s:16:\"delete-scheduled\";i:590;s:16:\"no-null-revision\";i:591;s:13:\"title-invalid\";i:592;s:19:\"title-invalid-empty\";i:593;s:18:\"title-invalid-utf8\";i:594;s:23:\"title-invalid-interwiki\";i:595;s:28:\"title-invalid-talk-namespace\";i:596;s:24:\"title-invalid-characters\";i:597;s:22:\"title-invalid-relative\";i:598;s:25:\"title-invalid-magic-tilde\";i:599;s:22:\"title-invalid-too-long\";i:600;s:27:\"title-invalid-leading-colon\";i:601;s:10:\"perfcached\";i:602;s:12:\"perfcachedts\";i:603;s:20:\"querypage-no-updates\";i:604;s:28:\"querypage-updates-periodical\";i:605;s:22:\"skin-action-viewsource\";i:606;s:16:\"viewsource-title\";i:607;s:15:\"actionthrottled\";i:608;s:19:\"actionthrottledtext\";i:609;s:17:\"protectedpagetext\";i:610;s:14:\"viewsourcetext\";i:611;s:12:\"viewyourtext\";i:612;s:18:\"protectedinterface\";i:613;s:16:\"editinginterface\";i:614;s:18:\"translateinterface\";i:615;s:16:\"cascadeprotected\";i:616;s:18:\"namespaceprotected\";i:617;s:18:\"customcssprotected\";i:618;s:19:\"customjsonprotected\";i:619;s:17:\"customjsprotected\";i:620;s:16:\"sitecssprotected\";i:621;s:17:\"sitejsonprotected\";i:622;s:15:\"sitejsprotected\";i:623;s:20:\"siterawhtmlprotected\";i:624;s:20:\"mycustomcssprotected\";i:625;s:21:\"mycustomjsonprotected\";i:626;s:19:\"mycustomjsprotected\";i:627;s:22:\"myprivateinfoprotected\";i:628;s:22:\"mypreferencesprotected\";i:629;s:14:\"titleprotected\";i:630;s:17:\"filereadonlyerror\";i:631;s:12:\"invalidtitle\";i:632;s:27:\"invalidtitle-knownnamespace\";i:633;s:29:\"invalidtitle-unknownnamespace\";i:634;s:16:\"virus-badscanner\";i:635;s:16:\"virus-scanfailed\";i:636;s:20:\"virus-unknownscanner\";i:637;s:10:\"logouttext\";i:638;s:18:\"logging-out-notify\";i:639;s:13:\"logout-failed\";i:640;s:21:\"cannotlogoutnow-title\";i:641;s:20:\"cannotlogoutnow-text\";i:642;s:11:\"welcomeuser\";i:643;s:19:\"welcomecreation-msg\";i:644;s:23:\"createacct-helpusername\";i:645;s:24:\"createacct-username-help\";i:646;s:23:\"prefs-help-yourpassword\";i:647;s:24:\"createacct-useuniquepass\";i:648;s:24:\"userlogin-signwithsecure\";i:649;s:17:\"cannotlogin-title\";i:650;s:16:\"cannotlogin-text\";i:651;s:20:\"cannotloginnow-title\";i:652;s:19:\"cannotloginnow-text\";i:653;s:25:\"cannotcreateaccount-title\";i:654;s:24:\"cannotcreateaccount-text\";i:655;s:14:\"yourdomainname\";i:656;s:25:\"password-change-forbidden\";i:657;s:15:\"externaldberror\";i:658;s:14:\"login-security\";i:659;s:11:\"loginprompt\";i:660;s:6:\"logout\";i:661;s:10:\"userlogout\";i:662;s:18:\"userlogout-summary\";i:663;s:11:\"notloggedin\";i:664;s:21:\"userlogin-joinproject\";i:665;s:13:\"helplogin-url\";i:666;s:18:\"userlogin-loggedin\";i:667;s:16:\"userlogin-reauth\";i:668;s:23:\"userlogin-createanother\";i:669;s:24:\"createacct-emailrequired\";i:670;s:27:\"createacct-another-email-ph\";i:671;s:17:\"createaccountmail\";i:672;s:22:\"createaccountmail-help\";i:673;s:19:\"createacct-realname\";i:674;s:17:\"createacct-reason\";i:675;s:20:\"createacct-reason-ph\";i:676;s:22:\"createacct-reason-help\";i:677;s:25:\"createacct-reason-confirm\";i:678;s:26:\"createacct-imgcaptcha-help\";i:679;s:25:\"createacct-another-submit\";i:680;s:26:\"createacct-continue-submit\";i:681;s:34:\"createacct-another-continue-submit\";i:682;s:26:\"createacct-benefit-heading\";i:683;s:24:\"createacct-benefit-icon1\";i:684;s:24:\"createacct-benefit-head1\";i:685;s:24:\"createacct-benefit-icon2\";i:686;s:24:\"createacct-benefit-head2\";i:687;s:24:\"createacct-benefit-body2\";i:688;s:24:\"createacct-benefit-icon3\";i:689;s:24:\"createacct-benefit-head3\";i:690;s:24:\"createacct-benefit-body3\";i:691;s:9:\"badretype\";i:692;s:18:\"usernameinprogress\";i:693;s:10:\"userexists\";i:694;s:24:\"createacct-normalization\";i:695;s:10:\"loginerror\";i:696;s:16:\"createacct-error\";i:697;s:18:\"createaccounterror\";i:698;s:12:\"nocookiesnew\";i:699;s:14:\"nocookieslogin\";i:700;s:15:\"nocookiesfornew\";i:701;s:17:\"nocookiesforlogin\";i:702;s:21:\"createacct-loginerror\";i:703;s:23:\"createacct-temp-warning\";i:704;s:6:\"noname\";i:705;s:17:\"loginsuccesstitle\";i:706;s:12:\"loginsuccess\";i:707;s:10:\"nosuchuser\";i:708;s:15:\"nosuchusershort\";i:709;s:15:\"nouserspecified\";i:710;s:17:\"login-userblocked\";i:711;s:13:\"wrongpassword\";i:712;s:18:\"wrongpasswordempty\";i:713;s:16:\"passwordtooshort\";i:714;s:15:\"passwordtoolong\";i:715;s:20:\"passwordincommonlist\";i:716;s:19:\"password-name-match\";i:717;s:33:\"password-substring-username-match\";i:718;s:24:\"password-login-forbidden\";i:719;s:14:\"mailmypassword\";i:720;s:21:\"passwordremindertitle\";i:721;s:20:\"passwordremindertext\";i:722;s:7:\"noemail\";i:723;s:13:\"noemailcreate\";i:724;s:12:\"passwordsent\";i:725;s:20:\"blocked-mailpassword\";i:726;s:12:\"eauthentsent\";i:727;s:22:\"throttled-mailpassword\";i:728;s:11:\"signupstart\";i:729;s:9:\"signupend\";i:730;s:15:\"signupend-https\";i:731;s:9:\"mailerror\";i:732;s:26:\"acct_creation_throttle_hit\";i:733;s:18:\"emailauthenticated\";i:734;s:21:\"emailnotauthenticated\";i:735;s:12:\"noemailprefs\";i:736;s:16:\"emailconfirmlink\";i:737;s:19:\"invalidemailaddress\";i:738;s:17:\"cannotchangeemail\";i:739;s:13:\"emaildisabled\";i:740;s:11:\"emailsender\";i:741;s:14:\"accountcreated\";i:742;s:18:\"accountcreatedtext\";i:743;s:19:\"createaccount-title\";i:744;s:18:\"createaccount-text\";i:745;s:15:\"login-throttled\";i:746;s:19:\"login-abort-generic\";i:747;s:22:\"login-migrated-generic\";i:748;s:18:\"loginlanguagelinks\";i:749;s:21:\"suspicious-userlogout\";i:750;s:31:\"createacct-another-realname-tip\";i:751;s:24:\"pt-login-continue-button\";i:752;s:15:\"pear-mail-error\";i:753;s:14:\"php-mail-error\";i:754;s:22:\"php-mail-error-unknown\";i:755;s:17:\"user-mail-no-addy\";i:756;s:17:\"user-mail-no-body\";i:757;s:14:\"changepassword\";i:758;s:22:\"changepassword-summary\";i:759;s:18:\"resetpass_announce\";i:760;s:14:\"resetpass_text\";i:761;s:16:\"resetpass_header\";i:762;s:11:\"oldpassword\";i:763;s:11:\"newpassword\";i:764;s:9:\"retypenew\";i:765;s:16:\"resetpass_submit\";i:766;s:22:\"changepassword-success\";i:767;s:24:\"changepassword-throttled\";i:768;s:12:\"botpasswords\";i:769;s:20:\"botpasswords-summary\";i:770;s:21:\"botpasswords-disabled\";i:771;s:26:\"botpasswords-no-central-id\";i:772;s:21:\"botpasswords-existing\";i:773;s:22:\"botpasswords-createnew\";i:774;s:25:\"botpasswords-editexisting\";i:775;s:29:\"botpasswords-label-needsreset\";i:776;s:24:\"botpasswords-label-appid\";i:777;s:25:\"botpasswords-label-create\";i:778;s:25:\"botpasswords-label-update\";i:779;s:25:\"botpasswords-label-cancel\";i:780;s:25:\"botpasswords-label-delete\";i:781;s:32:\"botpasswords-label-resetpassword\";i:782;s:25:\"botpasswords-label-grants\";i:783;s:24:\"botpasswords-help-grants\";i:784;s:32:\"botpasswords-label-grants-column\";i:785;s:22:\"botpasswords-bad-appid\";i:786;s:33:\"botpasswords-toolong-restrictions\";i:787;s:27:\"botpasswords-toolong-grants\";i:788;s:26:\"botpasswords-insert-failed\";i:789;s:26:\"botpasswords-update-failed\";i:790;s:26:\"botpasswords-created-title\";i:791;s:25:\"botpasswords-created-body\";i:792;s:26:\"botpasswords-updated-title\";i:793;s:25:\"botpasswords-updated-body\";i:794;s:26:\"botpasswords-deleted-title\";i:795;s:25:\"botpasswords-deleted-body\";i:796;s:24:\"botpasswords-newpassword\";i:797;s:24:\"botpasswords-no-provider\";i:798;s:31:\"botpasswords-restriction-failed\";i:799;s:25:\"botpasswords-invalid-name\";i:800;s:22:\"botpasswords-not-exist\";i:801;s:24:\"botpasswords-needs-reset\";i:802;s:19:\"botpasswords-locked\";i:803;s:19:\"resetpass_forbidden\";i:804;s:26:\"resetpass_forbidden-reason\";i:805;s:17:\"resetpass-no-info\";i:806;s:23:\"resetpass-wrong-oldpass\";i:807;s:18:\"resetpass-recycled\";i:808;s:22:\"resetpass-temp-emailed\";i:809;s:23:\"resetpass-temp-password\";i:810;s:23:\"resetpass-abort-generic\";i:811;s:17:\"resetpass-expired\";i:812;s:22:\"resetpass-expired-soft\";i:813;s:18:\"resetpass-validity\";i:814;s:23:\"resetpass-validity-soft\";i:815;s:13:\"passwordreset\";i:816;s:22:\"passwordreset-text-one\";i:817;s:23:\"passwordreset-text-many\";i:818;s:22:\"passwordreset-disabled\";i:819;s:27:\"passwordreset-emaildisabled\";i:820;s:22:\"passwordreset-username\";i:821;s:20:\"passwordreset-domain\";i:822;s:19:\"passwordreset-email\";i:823;s:24:\"passwordreset-emailtitle\";i:824;s:26:\"passwordreset-emailtext-ip\";i:825;s:28:\"passwordreset-emailtext-user\";i:826;s:26:\"passwordreset-emailelement\";i:827;s:21:\"passwordreset-success\";i:828;s:37:\"passwordreset-success-details-generic\";i:829;s:26:\"passwordreset-success-info\";i:830;s:37:\"passwordreset-emailtext-require-email\";i:831;s:22:\"passwordreset-nocaller\";i:832;s:26:\"passwordreset-nosuchcaller\";i:833;s:21:\"passwordreset-ignored\";i:834;s:20:\"passwordreset-nodata\";i:835;s:11:\"changeemail\";i:836;s:19:\"changeemail-summary\";i:837;s:18:\"changeemail-header\";i:838;s:19:\"changeemail-no-info\";i:839;s:20:\"changeemail-oldemail\";i:840;s:20:\"changeemail-newemail\";i:841;s:25:\"changeemail-newemail-help\";i:842;s:16:\"changeemail-none\";i:843;s:20:\"changeemail-password\";i:844;s:18:\"changeemail-submit\";i:845;s:21:\"changeemail-throttled\";i:846;s:20:\"changeemail-nochange\";i:847;s:21:\"changeemail-maxlength\";i:848;s:11:\"resettokens\";i:849;s:19:\"resettokens-summary\";i:850;s:16:\"resettokens-text\";i:851;s:21:\"resettokens-no-tokens\";i:852;s:18:\"resettokens-tokens\";i:853;s:23:\"resettokens-token-label\";i:854;s:27:\"resettokens-watchlist-token\";i:855;s:16:\"resettokens-done\";i:856;s:23:\"resettokens-resetbutton\";i:857;s:8:\"sig-text\";i:858;s:7:\"subject\";i:859;s:11:\"savechanges\";i:860;s:11:\"publishpage\";i:861;s:14:\"publishchanges\";i:862;s:17:\"savearticle-start\";i:863;s:17:\"savechanges-start\";i:864;s:17:\"publishpage-start\";i:865;s:20:\"publishchanges-start\";i:866;s:7:\"preview\";i:867;s:12:\"blankarticle\";i:868;s:15:\"anoneditwarning\";i:869;s:23:\"autocreate-edit-warning\";i:870;s:18:\"anonpreviewwarning\";i:871;s:26:\"autocreate-preview-warning\";i:872;s:14:\"missingsummary\";i:873;s:12:\"selfredirect\";i:874;s:18:\"missingcommenttext\";i:875;s:20:\"missingcommentheader\";i:876;s:15:\"summary-preview\";i:877;s:16:\"previewerrortext\";i:878;s:12:\"blockedtitle\";i:879;s:19:\"blockedtext-partial\";i:880;s:11:\"blockedtext\";i:881;s:15:\"autoblockedtext\";i:882;s:17:\"systemblockedtext\";i:883;s:15:\"blockednoreason\";i:884;s:21:\"blockedtext-composite\";i:885;s:25:\"blockedtext-composite-ids\";i:886;s:28:\"blockedtext-composite-no-ids\";i:887;s:28:\"blockedtext-composite-reason\";i:888;s:17:\"whitelistedittext\";i:889;s:15:\"confirmedittext\";i:890;s:18:\"nosuchsectiontitle\";i:891;s:17:\"nosuchsectiontext\";i:892;s:13:\"loginreqtitle\";i:893;s:16:\"loginreqpagetext\";i:894;s:12:\"accmailtitle\";i:895;s:11:\"accmailtext\";i:896;s:10:\"newarticle\";i:897;s:14:\"newarticletext\";i:898;s:18:\"newarticletextanon\";i:899;s:12:\"talkpagetext\";i:900;s:16:\"anontalkpagetext\";i:901;s:26:\"noarticletext-nopermission\";i:902;s:17:\"noarticletextanon\";i:903;s:27:\"missing-revision-permission\";i:904;s:16:\"missing-revision\";i:905;s:24:\"missing-revision-content\";i:906;s:25:\"userpage-userdoesnotexist\";i:907;s:30:\"userpage-userdoesnotexist-view\";i:908;s:25:\"blocked-notice-logextract\";i:909;s:14:\"clearyourcache\";i:910;s:20:\"usercssyoucanpreview\";i:911;s:21:\"userjsonyoucanpreview\";i:912;s:19:\"userjsyoucanpreview\";i:913;s:14:\"usercsspreview\";i:914;s:15:\"userjsonpreview\";i:915;s:13:\"userjspreview\";i:916;s:14:\"sitecsspreview\";i:917;s:15:\"sitejsonpreview\";i:918;s:13:\"sitejspreview\";i:919;s:22:\"userinvalidconfigtitle\";i:920;s:7:\"updated\";i:921;s:4:\"note\";i:922;s:11:\"previewnote\";i:923;s:16:\"continue-editing\";i:924;s:15:\"previewconflict\";i:925;s:20:\"session_fail_preview\";i:926;s:25:\"session_fail_preview_html\";i:927;s:20:\"edit_form_incomplete\";i:928;s:24:\"edit-textarea-aria-label\";i:929;s:8:\"creating\";i:930;s:14:\"editingcomment\";i:931;s:12:\"editconflict\";i:932;s:17:\"editnotice-notext\";i:933;s:15:\"explainconflict\";i:934;s:8:\"yourtext\";i:935;s:13:\"storedversion\";i:936;s:10:\"editingold\";i:937;s:20:\"unicode-support-fail\";i:938;s:8:\"yourdiff\";i:939;s:16:\"copyrightwarning\";i:940;s:17:\"copyrightwarning2\";i:941;s:23:\"editpage-head-copy-warn\";i:942;s:20:\"editpage-tos-summary\";i:943;s:32:\"editpage-cannot-use-custom-model\";i:944;s:13:\"longpage-hint\";i:945;s:13:\"longpageerror\";i:946;s:15:\"readonlywarning\";i:947;s:20:\"protectedpagewarning\";i:948;s:24:\"semiprotectedpagewarning\";i:949;s:23:\"cascadeprotectedwarning\";i:950;s:21:\"titleprotectedwarning\";i:951;s:13:\"templatesused\";i:952;s:20:\"templatesusedpreview\";i:953;s:20:\"templatesusedsection\";i:954;s:16:\"hiddencategories\";i:955;s:9:\"edittools\";i:956;s:16:\"edittools-upload\";i:957;s:12:\"nocreatetext\";i:958;s:17:\"nocreate-loggedin\";i:959;s:29:\"sectioneditnotsupported-title\";i:960;s:28:\"sectioneditnotsupported-text\";i:961;s:27:\"modeleditnotsupported-title\";i:962;s:26:\"modeleditnotsupported-text\";i:963;s:17:\"permissionserrors\";i:964;s:21:\"permissionserrorstext\";i:965;s:32:\"permissionserrorstext-withaction\";i:966;s:21:\"contentmodelediterror\";i:967;s:26:\"recreate-moveddeleted-warn\";i:968;s:19:\"moveddeleted-notice\";i:969;s:26:\"moveddeleted-notice-recent\";i:970;s:11:\"log-fulllog\";i:971;s:17:\"edit-hook-aborted\";i:972;s:17:\"edit-gone-missing\";i:973;s:13:\"edit-conflict\";i:974;s:14:\"edit-no-change\";i:975;s:21:\"edit-slots-cannot-add\";i:976;s:24:\"edit-slots-cannot-remove\";i:977;s:18:\"edit-slots-missing\";i:978;s:29:\"postedit-confirmation-created\";i:979;s:30:\"postedit-confirmation-restored\";i:980;s:27:\"postedit-confirmation-saved\";i:981;s:31:\"postedit-confirmation-published\";i:982;s:27:\"postedit-temp-created-label\";i:983;s:21:\"postedit-temp-created\";i:984;s:19:\"edit-already-exists\";i:985;s:18:\"addsection-preload\";i:986;s:20:\"addsection-editintro\";i:987;s:18:\"defaultmessagetext\";i:988;s:23:\"content-failed-to-parse\";i:989;s:20:\"invalid-content-data\";i:990;s:17:\"invalid-json-data\";i:991;s:24:\"content-not-allowed-here\";i:992;s:20:\"confirmleave-warning\";i:993;s:34:\"editpage-invalidcontentmodel-title\";i:994;s:33:\"editpage-invalidcontentmodel-text\";i:995;s:40:\"editpage-notsupportedcontentformat-title\";i:996;s:39:\"editpage-notsupportedcontentformat-text\";i:997;s:14:\"slot-name-main\";i:998;s:22:\"content-model-wikitext\";i:999;s:18:\"content-model-text\";i:1000;s:24:\"content-model-javascript\";i:1001;s:17:\"content-model-css\";i:1002;s:18:\"content-model-json\";i:1003;s:25:\"content-json-empty-object\";i:1004;s:24:\"content-json-empty-array\";i:1005;s:25:\"unsupported-content-model\";i:1006;s:24:\"unsupported-content-diff\";i:1007;s:25:\"unsupported-content-diff2\";i:1008;s:22:\"duplicate-args-warning\";i:1009;s:23:\"duplicate-args-category\";i:1010;s:28:\"duplicate-args-category-desc\";i:1011;s:32:\"expensive-parserfunction-warning\";i:1012;s:33:\"expensive-parserfunction-category\";i:1013;s:38:\"post-expand-template-inclusion-warning\";i:1014;s:39:\"post-expand-template-inclusion-category\";i:1015;s:37:\"post-expand-template-argument-warning\";i:1016;s:38:\"post-expand-template-argument-category\";i:1017;s:24:\"template-equals-category\";i:1018;s:29:\"template-equals-category-desc\";i:1019;s:23:\"template-equals-warning\";i:1020;s:28:\"parser-template-loop-warning\";i:1021;s:22:\"template-loop-category\";i:1022;s:27:\"template-loop-category-desc\";i:1023;s:21:\"template-loop-warning\";i:1024;s:39:\"parser-template-recursion-depth-warning\";i:1025;s:32:\"language-converter-depth-warning\";i:1026;s:28:\"node-count-exceeded-category\";i:1027;s:33:\"node-count-exceeded-category-desc\";i:1028;s:27:\"node-count-exceeded-warning\";i:1029;s:33:\"expansion-depth-exceeded-category\";i:1030;s:38:\"expansion-depth-exceeded-category-desc\";i:1031;s:32:\"expansion-depth-exceeded-warning\";i:1032;s:27:\"parser-unstrip-loop-warning\";i:1033;s:21:\"unstrip-depth-warning\";i:1034;s:22:\"unstrip-depth-category\";i:1035;s:27:\"unstrip-depth-category-desc\";i:1036;s:20:\"unstrip-size-warning\";i:1037;s:21:\"unstrip-size-category\";i:1038;s:26:\"unstrip-size-category-desc\";i:1039;s:27:\"converter-manual-rule-error\";i:1040;s:12:\"undo-success\";i:1041;s:12:\"undo-failure\";i:1042;s:19:\"undo-main-slot-only\";i:1043;s:10:\"undo-norev\";i:1044;s:13:\"undo-nochange\";i:1045;s:12:\"undo-summary\";i:1046;s:17:\"undo-summary-anon\";i:1047;s:19:\"undo-summary-import\";i:1048;s:20:\"undo-summary-import2\";i:1049;s:28:\"undo-summary-username-hidden\";i:1050;s:26:\"createaccount-hook-aborted\";i:1051;s:12:\"viewpagelogs\";i:1052;s:22:\"viewpagelogs-lowercase\";i:1053;s:9:\"nohistory\";i:1054;s:10:\"currentrev\";i:1055;s:15:\"currentrev-asof\";i:1056;s:13:\"revision-info\";i:1057;s:21:\"revision-info-current\";i:1058;s:12:\"revision-nav\";i:1059;s:16:\"previousrevision\";i:1060;s:12:\"nextrevision\";i:1061;s:3:\"cur\";i:1062;s:11:\"tooltip-cur\";i:1063;s:4:\"next\";i:1064;s:12:\"tooltip-last\";i:1065;s:10:\"page_first\";i:1066;s:9:\"page_last\";i:1067;s:10:\"histlegend\";i:1068;s:22:\"history-fieldset-title\";i:1069;s:20:\"history-show-deleted\";i:1070;s:17:\"history_copyright\";i:1071;s:9:\"histfirst\";i:1072;s:8:\"histlast\";i:1073;s:11:\"historysize\";i:1074;s:12:\"historyempty\";i:1075;s:18:\"history-feed-title\";i:1076;s:24:\"history-feed-description\";i:1077;s:27:\"history-feed-item-nocomment\";i:1078;s:18:\"history-feed-empty\";i:1079;s:17:\"history-edit-tags\";i:1080;s:13:\"history-empty\";i:1081;s:19:\"rev-deleted-comment\";i:1082;s:16:\"rev-deleted-user\";i:1083;s:17:\"rev-deleted-event\";i:1084;s:25:\"rev-deleted-user-contribs\";i:1085;s:27:\"rev-deleted-text-permission\";i:1086;s:19:\"rev-suppressed-text\";i:1087;s:30:\"rev-suppressed-text-permission\";i:1088;s:23:\"rev-deleted-text-unhide\";i:1089;s:26:\"rev-suppressed-text-unhide\";i:1090;s:21:\"rev-deleted-text-view\";i:1091;s:24:\"rev-suppressed-text-view\";i:1092;s:19:\"rev-deleted-no-diff\";i:1093;s:22:\"rev-suppressed-no-diff\";i:1094;s:23:\"rev-deleted-unhide-diff\";i:1095;s:26:\"rev-suppressed-unhide-diff\";i:1096;s:21:\"rev-deleted-diff-view\";i:1097;s:24:\"rev-suppressed-diff-view\";i:1098;s:12:\"rev-delundel\";i:1099;s:15:\"rev-showdeleted\";i:1100;s:14:\"revisiondelete\";i:1101;s:23:\"revdelete-nooldid-title\";i:1102;s:22:\"revdelete-nooldid-text\";i:1103;s:17:\"revdelete-no-file\";i:1104;s:27:\"revdelete-show-file-confirm\";i:1105;s:26:\"revdelete-show-file-submit\";i:1106;s:23:\"revdelete-selected-text\";i:1107;s:23:\"revdelete-selected-file\";i:1108;s:18:\"logdelete-selected\";i:1109;s:19:\"revdelete-text-text\";i:1110;s:19:\"revdelete-text-file\";i:1111;s:14:\"logdelete-text\";i:1112;s:21:\"revdelete-text-others\";i:1113;s:17:\"revdelete-confirm\";i:1114;s:23:\"revdelete-suppress-text\";i:1115;s:16:\"revdelete-legend\";i:1116;s:19:\"revdelete-hide-text\";i:1117;s:20:\"revdelete-hide-image\";i:1118;s:19:\"revdelete-hide-name\";i:1119;s:22:\"revdelete-hide-comment\";i:1120;s:19:\"revdelete-hide-user\";i:1121;s:25:\"revdelete-hide-restricted\";i:1122;s:20:\"revdelete-radio-same\";i:1123;s:19:\"revdelete-radio-set\";i:1124;s:21:\"revdelete-radio-unset\";i:1125;s:18:\"revdelete-suppress\";i:1126;s:20:\"revdelete-unsuppress\";i:1127;s:13:\"revdelete-log\";i:1128;s:16:\"revdelete-submit\";i:1129;s:17:\"revdelete-success\";i:1130;s:17:\"revdelete-failure\";i:1131;s:17:\"logdelete-success\";i:1132;s:17:\"logdelete-failure\";i:1133;s:14:\"revdel-restore\";i:1134;s:8:\"pagehist\";i:1135;s:11:\"deletedhist\";i:1136;s:22:\"revdelete-hide-current\";i:1137;s:24:\"revdelete-show-no-access\";i:1138;s:26:\"revdelete-modify-no-access\";i:1139;s:24:\"revdelete-modify-missing\";i:1140;s:19:\"revdelete-no-change\";i:1141;s:27:\"revdelete-concurrent-change\";i:1142;s:25:\"revdelete-only-restricted\";i:1143;s:25:\"revdelete-reason-dropdown\";i:1144;s:34:\"revdelete-reason-dropdown-suppress\";i:1145;s:21:\"revdelete-otherreason\";i:1146;s:25:\"revdelete-reasonotherlist\";i:1147;s:25:\"revdelete-edit-reasonlist\";i:1148;s:34:\"revdelete-edit-reasonlist-suppress\";i:1149;s:18:\"revdelete-offender\";i:1150;s:14:\"suppressionlog\";i:1151;s:18:\"suppressionlogtext\";i:1152;s:12:\"mergehistory\";i:1153;s:19:\"mergehistory-header\";i:1154;s:16:\"mergehistory-box\";i:1155;s:17:\"mergehistory-from\";i:1156;s:17:\"mergehistory-into\";i:1157;s:17:\"mergehistory-list\";i:1158;s:18:\"mergehistory-merge\";i:1159;s:15:\"mergehistory-go\";i:1160;s:19:\"mergehistory-submit\";i:1161;s:18:\"mergehistory-empty\";i:1162;s:17:\"mergehistory-done\";i:1163;s:17:\"mergehistory-fail\";i:1164;s:31:\"mergehistory-fail-bad-timestamp\";i:1165;s:32:\"mergehistory-fail-invalid-source\";i:1166;s:30:\"mergehistory-fail-invalid-dest\";i:1167;s:27:\"mergehistory-fail-no-change\";i:1168;s:28:\"mergehistory-fail-permission\";i:1169;s:28:\"mergehistory-fail-self-merge\";i:1170;s:36:\"mergehistory-fail-timestamps-overlap\";i:1171;s:24:\"mergehistory-fail-toobig\";i:1172;s:41:\"mergehistory-warning-redirect-not-created\";i:1173;s:22:\"mergehistory-no-source\";i:1174;s:27:\"mergehistory-no-destination\";i:1175;s:27:\"mergehistory-invalid-source\";i:1176;s:32:\"mergehistory-invalid-destination\";i:1177;s:24:\"mergehistory-autocomment\";i:1178;s:20:\"mergehistory-comment\";i:1179;s:29:\"mergehistory-same-destination\";i:1180;s:19:\"mergehistory-reason\";i:1181;s:34:\"mergehistory-source-deleted-reason\";i:1182;s:27:\"mergehistory-source-deleted\";i:1183;s:24:\"mergehistory-revisionrow\";i:1184;s:26:\"mergehistory-redirect-text\";i:1185;s:8:\"mergelog\";i:1186;s:18:\"pagemerge-logentry\";i:1187;s:11:\"revertmerge\";i:1188;s:16:\"mergelogpagetext\";i:1189;s:16:\"difference-title\";i:1190;s:26:\"difference-title-multipage\";i:1191;s:20:\"difference-multipage\";i:1192;s:23:\"compareselectedversions\";i:1193;s:24:\"showhideselectedversions\";i:1194;s:10:\"diff-empty\";i:1195;s:19:\"diff-multi-sameuser\";i:1196;s:21:\"diff-multi-otherusers\";i:1197;s:20:\"diff-multi-manyusers\";i:1198;s:26:\"diff-paragraph-moved-tonew\";i:1199;s:26:\"diff-paragraph-moved-toold\";i:1200;s:27:\"difference-missing-revision\";i:1201;s:14:\"search-summary\";i:1202;s:26:\"search-filter-title-prefix\";i:1203;s:32:\"search-filter-title-prefix-reset\";i:1204;s:12:\"titlematches\";i:1205;s:11:\"textmatches\";i:1206;s:13:\"notextmatches\";i:1207;s:9:\"prev-page\";i:1208;s:9:\"next-page\";i:1209;s:11:\"prevn-title\";i:1210;s:14:\"searchmenu-new\";i:1211;s:23:\"searchmenu-new-nocreate\";i:1212;s:27:\"search-result-category-size\";i:1213;s:15:\"search-redirect\";i:1214;s:15:\"search-category\";i:1215;s:17:\"search-file-match\";i:1216;s:16:\"search-rewritten\";i:1217;s:31:\"search-interwiki-resultset-link\";i:1218;s:23:\"search-interwiki-custom\";i:1219;s:21:\"search-interwiki-more\";i:1220;s:29:\"search-interwiki-more-results\";i:1221;s:21:\"search-relatedarticle\";i:1222;s:25:\"search-invalid-sort-order\";i:1223;s:22:\"search-unknown-profile\";i:1224;s:13:\"searchrelated\";i:1225;s:14:\"showingresults\";i:1226;s:21:\"showingresultsinrange\";i:1227;s:21:\"search-showingresults\";i:1228;s:16:\"search-nonefound\";i:1229;s:25:\"search-nonefound-thiswiki\";i:1230;s:18:\"powersearch-legend\";i:1231;s:14:\"powersearch-ns\";i:1232;s:23:\"powersearch-togglelabel\";i:1233;s:21:\"powersearch-toggleall\";i:1234;s:22:\"powersearch-togglenone\";i:1235;s:20:\"powersearch-remember\";i:1236;s:15:\"search-external\";i:1237;s:14:\"searchdisabled\";i:1238;s:12:\"googlesearch\";i:1239;s:12:\"search-error\";i:1240;s:14:\"search-warning\";i:1241;s:15:\"opensearch-desc\";i:1242;s:11:\"preferences\";i:1243;s:19:\"preferences-summary\";i:1244;s:13:\"mypreferences\";i:1245;s:11:\"prefs-edits\";i:1246;s:17:\"prefsnologintext2\";i:1247;s:10:\"prefs-skin\";i:1248;s:16:\"prefs-skin-prefs\";i:1249;s:21:\"prefs-skin-responsive\";i:1250;s:26:\"prefs-help-skin-responsive\";i:1251;s:12:\"skin-preview\";i:1252;s:11:\"datedefault\";i:1253;s:10:\"prefs-labs\";i:1254;s:16:\"prefs-user-pages\";i:1255;s:14:\"prefs-personal\";i:1256;s:8:\"prefs-rc\";i:1257;s:15:\"prefs-watchlist\";i:1258;s:19:\"prefs-editwatchlist\";i:1259;s:25:\"prefs-editwatchlist-label\";i:1260;s:24:\"prefs-editwatchlist-edit\";i:1261;s:23:\"prefs-editwatchlist-raw\";i:1262;s:25:\"prefs-editwatchlist-clear\";i:1263;s:20:\"prefs-watchlist-days\";i:1264;s:24:\"prefs-watchlist-days-max\";i:1265;s:21:\"prefs-watchlist-edits\";i:1266;s:25:\"prefs-watchlist-edits-max\";i:1267;s:21:\"prefs-watchlist-token\";i:1268;s:28:\"prefs-watchlist-managetokens\";i:1269;s:10:\"prefs-misc\";i:1270;s:15:\"prefs-resetpass\";i:1271;s:17:\"prefs-changeemail\";i:1272;s:14:\"prefs-setemail\";i:1273;s:11:\"prefs-email\";i:1274;s:15:\"prefs-rendering\";i:1275;s:16:\"prefs-searchmisc\";i:1276;s:9:\"saveprefs\";i:1277;s:12:\"restoreprefs\";i:1278;s:13:\"prefs-editing\";i:1279;s:17:\"searchresultshead\";i:1280;s:17:\"recentchangesdays\";i:1281;s:21:\"recentchangesdays-max\";i:1282;s:18:\"recentchangescount\";i:1283;s:29:\"prefs-help-recentchangescount\";i:1284;s:27:\"prefs-help-watchlist-token2\";i:1285;s:26:\"prefs-help-tokenmanagement\";i:1286;s:29:\"prefs-user-downloaddata-label\";i:1287;s:28:\"prefs-user-downloaddata-info\";i:1288;s:36:\"prefs-user-downloaddata-help-message\";i:1289;s:29:\"prefs-user-restoreprefs-label\";i:1290;s:28:\"prefs-user-restoreprefs-info\";i:1291;s:10:\"savedprefs\";i:1292;s:11:\"savedrights\";i:1293;s:14:\"timezonelegend\";i:1294;s:9:\"localtime\";i:1295;s:24:\"timezoneuseserverdefault\";i:1296;s:17:\"timezoneuseoffset\";i:1297;s:30:\"timezone-useoffset-placeholder\";i:1298;s:10:\"servertime\";i:1299;s:13:\"guesstimezone\";i:1300;s:21:\"timezoneregion-africa\";i:1301;s:22:\"timezoneregion-america\";i:1302;s:25:\"timezoneregion-antarctica\";i:1303;s:21:\"timezoneregion-arctic\";i:1304;s:19:\"timezoneregion-asia\";i:1305;s:23:\"timezoneregion-atlantic\";i:1306;s:24:\"timezoneregion-australia\";i:1307;s:21:\"timezoneregion-europe\";i:1308;s:21:\"timezoneregion-indian\";i:1309;s:22:\"timezoneregion-pacific\";i:1310;s:10:\"allowemail\";i:1311;s:27:\"email-allow-new-users-label\";i:1312;s:20:\"email-mutelist-label\";i:1313;s:19:\"prefs-searchoptions\";i:1314;s:16:\"prefs-namespaces\";i:1315;s:7:\"default\";i:1316;s:11:\"prefs-files\";i:1317;s:16:\"prefs-custom-css\";i:1318;s:17:\"prefs-custom-json\";i:1319;s:15:\"prefs-custom-js\";i:1320;s:19:\"prefs-common-config\";i:1321;s:17:\"prefs-reset-intro\";i:1322;s:19:\"prefs-reset-confirm\";i:1323;s:24:\"prefs-emailconfirm-label\";i:1324;s:9:\"youremail\";i:1325;s:8:\"username\";i:1326;s:20:\"prefs-memberingroups\";i:1327;s:25:\"prefs-memberingroups-type\";i:1328;s:33:\"group-membership-link-with-expiry\";i:1329;s:18:\"prefs-registration\";i:1330;s:28:\"prefs-registration-date-time\";i:1331;s:12:\"yourrealname\";i:1332;s:12:\"yourlanguage\";i:1333;s:11:\"yourvariant\";i:1334;s:18:\"prefs-help-variant\";i:1335;s:8:\"yournick\";i:1336;s:20:\"prefs-help-signature\";i:1337;s:6:\"badsig\";i:1338;s:10:\"badsightml\";i:1339;s:11:\"badsiglinks\";i:1340;s:11:\"badsigsubst\";i:1341;s:12:\"badsiglength\";i:1342;s:15:\"badsiglinebreak\";i:1343;s:29:\"linterror-bogus-image-options\";i:1344;s:29:\"linterror-deletable-table-tag\";i:1345;s:26:\"linterror-html5-misnesting\";i:1346;s:38:\"linterror-misc-tidy-replacement-issues\";i:1347;s:23:\"linterror-misnested-tag\";i:1348;s:25:\"linterror-missing-end-tag\";i:1349;s:28:\"linterror-multi-colon-escape\";i:1350;s:38:\"linterror-multiline-html-table-in-list\";i:1351;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1352;s:22:\"linterror-obsolete-tag\";i:1353;s:30:\"linterror-pwrap-bug-workaround\";i:1354;s:25:\"linterror-self-closed-tag\";i:1355;s:22:\"linterror-stripped-tag\";i:1356;s:23:\"linterror-tidy-font-bug\";i:1357;s:29:\"linterror-tidy-whitespace-bug\";i:1358;s:36:\"linterror-unclosed-quotes-in-heading\";i:1359;s:10:\"yourgender\";i:1360;s:14:\"gender-unknown\";i:1361;s:15:\"gender-notknown\";i:1362;s:11:\"gender-male\";i:1363;s:13:\"gender-female\";i:1364;s:17:\"prefs-help-gender\";i:1365;s:5:\"email\";i:1366;s:19:\"prefs-help-realname\";i:1367;s:16:\"prefs-help-email\";i:1368;s:23:\"prefs-help-email-others\";i:1369;s:25:\"prefs-help-email-required\";i:1370;s:23:\"prefs-help-requireemail\";i:1371;s:10:\"prefs-info\";i:1372;s:10:\"prefs-i18n\";i:1373;s:15:\"prefs-signature\";i:1374;s:31:\"prefs-signature-invalid-warning\";i:1375;s:27:\"prefs-signature-invalid-new\";i:1376;s:32:\"prefs-signature-invalid-disallow\";i:1377;s:31:\"prefs-signature-highlight-error\";i:1378;s:29:\"prefs-signature-error-details\";i:1379;s:16:\"prefs-dateformat\";i:1380;s:16:\"prefs-timeoffset\";i:1381;s:21:\"prefs-advancedediting\";i:1382;s:20:\"prefs-developertools\";i:1383;s:12:\"prefs-editor\";i:1384;s:16:\"prefs-discussion\";i:1385;s:13:\"prefs-preview\";i:1386;s:16:\"prefs-advancedrc\";i:1387;s:23:\"prefs-advancedrendering\";i:1388;s:27:\"prefs-advancedsearchoptions\";i:1389;s:23:\"prefs-advancedwatchlist\";i:1390;s:15:\"prefs-displayrc\";i:1391;s:22:\"prefs-displaywatchlist\";i:1392;s:15:\"prefs-changesrc\";i:1393;s:22:\"prefs-changeswatchlist\";i:1394;s:20:\"prefs-pageswatchlist\";i:1395;s:20:\"prefs-tokenwatchlist\";i:1396;s:11:\"prefs-diffs\";i:1397;s:23:\"prefs-help-prefershttps\";i:1398;s:26:\"prefs-tabs-navigation-hint\";i:1399;s:10:\"userrights\";i:1400;s:18:\"userrights-summary\";i:1401;s:22:\"userrights-lookup-user\";i:1402;s:24:\"userrights-user-editname\";i:1403;s:13:\"editusergroup\";i:1404;s:11:\"editinguser\";i:1405;s:17:\"viewinguserrights\";i:1406;s:24:\"userrights-editusergroup\";i:1407;s:24:\"userrights-viewusergroup\";i:1408;s:14:\"saveusergroups\";i:1409;s:23:\"userrights-groupsmember\";i:1410;s:28:\"userrights-groupsmember-auto\";i:1411;s:28:\"userrights-groupsmember-type\";i:1412;s:21:\"userrights-systemuser\";i:1413;s:22:\"userrights-groups-help\";i:1414;s:17:\"userrights-reason\";i:1415;s:23:\"userrights-no-interwiki\";i:1416;s:21:\"userrights-nodatabase\";i:1417;s:25:\"userrights-changeable-col\";i:1418;s:27:\"userrights-unchangeable-col\";i:1419;s:30:\"userrights-irreversible-marker\";i:1420;s:35:\"userrights-no-shorten-expiry-marker\";i:1421;s:25:\"userrights-expiry-current\";i:1422;s:22:\"userrights-expiry-none\";i:1423;s:17:\"userrights-expiry\";i:1424;s:26:\"userrights-expiry-existing\";i:1425;s:27:\"userrights-expiry-othertime\";i:1426;s:25:\"userrights-expiry-options\";i:1427;s:25:\"userrights-invalid-expiry\";i:1428;s:25:\"userrights-expiry-in-past\";i:1429;s:32:\"userrights-cannot-shorten-expiry\";i:1430;s:19:\"userrights-conflict\";i:1431;s:5:\"group\";i:1432;s:10:\"group-user\";i:1433;s:11:\"group-named\";i:1434;s:19:\"group-autoconfirmed\";i:1435;s:9:\"group-bot\";i:1436;s:11:\"group-sysop\";i:1437;s:21:\"group-interface-admin\";i:1438;s:16:\"group-bureaucrat\";i:1439;s:14:\"group-suppress\";i:1440;s:9:\"group-all\";i:1441;s:17:\"group-user-member\";i:1442;s:26:\"group-autoconfirmed-member\";i:1443;s:16:\"group-bot-member\";i:1444;s:18:\"group-sysop-member\";i:1445;s:28:\"group-interface-admin-member\";i:1446;s:23:\"group-bureaucrat-member\";i:1447;s:21:\"group-suppress-member\";i:1448;s:14:\"grouppage-user\";i:1449;s:15:\"grouppage-named\";i:1450;s:23:\"grouppage-autoconfirmed\";i:1451;s:13:\"grouppage-bot\";i:1452;s:15:\"grouppage-sysop\";i:1453;s:25:\"grouppage-interface-admin\";i:1454;s:20:\"grouppage-bureaucrat\";i:1455;s:18:\"grouppage-suppress\";i:1456;s:10:\"right-read\";i:1457;s:10:\"right-edit\";i:1458;s:16:\"right-createpage\";i:1459;s:16:\"right-createtalk\";i:1460;s:19:\"right-createaccount\";i:1461;s:23:\"right-autocreateaccount\";i:1462;s:15:\"right-minoredit\";i:1463;s:10:\"right-move\";i:1464;s:19:\"right-move-subpages\";i:1465;s:24:\"right-move-rootuserpages\";i:1466;s:24:\"right-move-categorypages\";i:1467;s:14:\"right-movefile\";i:1468;s:22:\"right-suppressredirect\";i:1469;s:12:\"right-upload\";i:1470;s:14:\"right-reupload\";i:1471;s:18:\"right-reupload-own\";i:1472;s:21:\"right-reupload-shared\";i:1473;s:19:\"right-upload_by_url\";i:1474;s:11:\"right-purge\";i:1475;s:19:\"right-autoconfirmed\";i:1476;s:9:\"right-bot\";i:1477;s:20:\"right-nominornewtalk\";i:1478;s:19:\"right-apihighlimits\";i:1479;s:14:\"right-writeapi\";i:1480;s:12:\"right-delete\";i:1481;s:21:\"right-delete-redirect\";i:1482;s:15:\"right-bigdelete\";i:1483;s:20:\"right-deletelogentry\";i:1484;s:20:\"right-deleterevision\";i:1485;s:20:\"right-deletedhistory\";i:1486;s:17:\"right-deletedtext\";i:1487;s:19:\"right-browsearchive\";i:1488;s:14:\"right-undelete\";i:1489;s:22:\"right-suppressrevision\";i:1490;s:20:\"right-viewsuppressed\";i:1491;s:20:\"right-suppressionlog\";i:1492;s:11:\"right-block\";i:1493;s:16:\"right-blockemail\";i:1494;s:14:\"right-hideuser\";i:1495;s:20:\"right-ipblock-exempt\";i:1496;s:17:\"right-unblockself\";i:1497;s:13:\"right-protect\";i:1498;s:19:\"right-editprotected\";i:1499;s:23:\"right-editsemiprotected\";i:1500;s:22:\"right-editcontentmodel\";i:1501;s:19:\"right-editinterface\";i:1502;s:17:\"right-editusercss\";i:1503;s:18:\"right-edituserjson\";i:1504;s:16:\"right-edituserjs\";i:1505;s:17:\"right-editsitecss\";i:1506;s:18:\"right-editsitejson\";i:1507;s:16:\"right-editsitejs\";i:1508;s:19:\"right-editmyusercss\";i:1509;s:20:\"right-editmyuserjson\";i:1510;s:18:\"right-editmyuserjs\";i:1511;s:26:\"right-editmyuserjsredirect\";i:1512;s:21:\"right-viewmywatchlist\";i:1513;s:21:\"right-editmywatchlist\";i:1514;s:23:\"right-viewmyprivateinfo\";i:1515;s:23:\"right-editmyprivateinfo\";i:1516;s:19:\"right-editmyoptions\";i:1517;s:14:\"right-rollback\";i:1518;s:18:\"right-markbotedits\";i:1519;s:17:\"right-noratelimit\";i:1520;s:12:\"right-import\";i:1521;s:18:\"right-importupload\";i:1522;s:12:\"right-patrol\";i:1523;s:16:\"right-autopatrol\";i:1524;s:17:\"right-patrolmarks\";i:1525;s:20:\"right-unwatchedpages\";i:1526;s:18:\"right-mergehistory\";i:1527;s:16:\"right-userrights\";i:1528;s:26:\"right-userrights-interwiki\";i:1529;s:15:\"right-siteadmin\";i:1530;s:27:\"right-override-export-depth\";i:1531;s:15:\"right-sendemail\";i:1532;s:22:\"right-managechangetags\";i:1533;s:21:\"right-applychangetags\";i:1534;s:16:\"right-changetags\";i:1535;s:22:\"right-deletechangetags\";i:1536;s:13:\"grant-generic\";i:1537;s:28:\"grant-group-page-interaction\";i:1538;s:28:\"grant-group-file-interaction\";i:1539;s:33:\"grant-group-watchlist-interaction\";i:1540;s:17:\"grant-group-email\";i:1541;s:23:\"grant-group-high-volume\";i:1542;s:25:\"grant-group-customization\";i:1543;s:26:\"grant-group-administration\";i:1544;s:31:\"grant-group-private-information\";i:1545;s:17:\"grant-group-other\";i:1546;s:16:\"grant-blockusers\";i:1547;s:19:\"grant-createaccount\";i:1548;s:24:\"grant-createeditmovepage\";i:1549;s:12:\"grant-delete\";i:1550;s:19:\"grant-editinterface\";i:1551;s:17:\"grant-editmycssjs\";i:1552;s:19:\"grant-editmyoptions\";i:1553;s:21:\"grant-editmywatchlist\";i:1554;s:20:\"grant-editsiteconfig\";i:1555;s:14:\"grant-editpage\";i:1556;s:19:\"grant-editprotected\";i:1557;s:16:\"grant-highvolume\";i:1558;s:12:\"grant-import\";i:1559;s:18:\"grant-mergehistory\";i:1560;s:15:\"grant-oversight\";i:1561;s:12:\"grant-patrol\";i:1562;s:17:\"grant-privateinfo\";i:1563;s:13:\"grant-protect\";i:1564;s:14:\"grant-rollback\";i:1565;s:15:\"grant-sendemail\";i:1566;s:24:\"grant-uploadeditmovefile\";i:1567;s:16:\"grant-uploadfile\";i:1568;s:11:\"grant-basic\";i:1569;s:17:\"grant-viewdeleted\";i:1570;s:21:\"grant-viewmywatchlist\";i:1571;s:24:\"grant-viewrestrictedlogs\";i:1572;s:14:\"newuserlogpage\";i:1573;s:18:\"newuserlogpagetext\";i:1574;s:9:\"rightslog\";i:1575;s:13:\"rightslogtext\";i:1576;s:11:\"action-read\";i:1577;s:17:\"action-createpage\";i:1578;s:17:\"action-createtalk\";i:1579;s:20:\"action-createaccount\";i:1580;s:24:\"action-autocreateaccount\";i:1581;s:14:\"action-history\";i:1582;s:16:\"action-minoredit\";i:1583;s:20:\"action-move-subpages\";i:1584;s:25:\"action-move-rootuserpages\";i:1585;s:25:\"action-move-categorypages\";i:1586;s:15:\"action-movefile\";i:1587;s:13:\"action-upload\";i:1588;s:15:\"action-reupload\";i:1589;s:22:\"action-reupload-shared\";i:1590;s:20:\"action-upload_by_url\";i:1591;s:15:\"action-writeapi\";i:1592;s:13:\"action-delete\";i:1593;s:22:\"action-delete-redirect\";i:1594;s:21:\"action-deleterevision\";i:1595;s:21:\"action-deletelogentry\";i:1596;s:21:\"action-deletedhistory\";i:1597;s:18:\"action-deletedtext\";i:1598;s:20:\"action-browsearchive\";i:1599;s:15:\"action-undelete\";i:1600;s:23:\"action-suppressrevision\";i:1601;s:21:\"action-suppressionlog\";i:1602;s:12:\"action-block\";i:1603;s:15:\"action-rollback\";i:1604;s:13:\"action-import\";i:1605;s:19:\"action-importupload\";i:1606;s:13:\"action-patrol\";i:1607;s:17:\"action-autopatrol\";i:1608;s:21:\"action-unwatchedpages\";i:1609;s:19:\"action-mergehistory\";i:1610;s:17:\"action-userrights\";i:1611;s:27:\"action-userrights-interwiki\";i:1612;s:16:\"action-siteadmin\";i:1613;s:16:\"action-sendemail\";i:1614;s:20:\"action-editmyoptions\";i:1615;s:22:\"action-editmywatchlist\";i:1616;s:22:\"action-viewmywatchlist\";i:1617;s:24:\"action-viewmyprivateinfo\";i:1618;s:24:\"action-editmyprivateinfo\";i:1619;s:23:\"action-editcontentmodel\";i:1620;s:23:\"action-managechangetags\";i:1621;s:22:\"action-applychangetags\";i:1622;s:17:\"action-changetags\";i:1623;s:23:\"action-deletechangetags\";i:1624;s:12:\"action-purge\";i:1625;s:20:\"action-apihighlimits\";i:1626;s:20:\"action-autoconfirmed\";i:1627;s:16:\"action-bigdelete\";i:1628;s:17:\"action-blockemail\";i:1629;s:10:\"action-bot\";i:1630;s:20:\"action-editprotected\";i:1631;s:24:\"action-editsemiprotected\";i:1632;s:20:\"action-editinterface\";i:1633;s:18:\"action-editusercss\";i:1634;s:19:\"action-edituserjson\";i:1635;s:17:\"action-edituserjs\";i:1636;s:18:\"action-editsitecss\";i:1637;s:19:\"action-editsitejson\";i:1638;s:17:\"action-editsitejs\";i:1639;s:20:\"action-editmyusercss\";i:1640;s:21:\"action-editmyuserjson\";i:1641;s:19:\"action-editmyuserjs\";i:1642;s:27:\"action-editmyuserjsredirect\";i:1643;s:21:\"action-viewsuppressed\";i:1644;s:15:\"action-hideuser\";i:1645;s:21:\"action-ipblock-exempt\";i:1646;s:18:\"action-unblockself\";i:1647;s:18:\"action-noratelimit\";i:1648;s:19:\"action-reupload-own\";i:1649;s:21:\"action-nominornewtalk\";i:1650;s:19:\"action-markbotedits\";i:1651;s:18:\"action-patrolmarks\";i:1652;s:28:\"action-override-export-depth\";i:1653;s:23:\"action-suppressredirect\";i:1654;s:8:\"nchanges\";i:1655;s:6:\"ntimes\";i:1656;s:27:\"enhancedrc-since-last-visit\";i:1657;s:17:\"recentchanges-url\";i:1658;s:20:\"recentchanges-legend\";i:1659;s:21:\"recentchanges-summary\";i:1660;s:17:\"recentchangestext\";i:1661;s:22:\"recentchanges-noresult\";i:1662;s:21:\"recentchanges-timeout\";i:1663;s:21:\"recentchanges-network\";i:1664;s:26:\"recentchanges-notargetpage\";i:1665;s:30:\"recentchanges-feed-description\";i:1666;s:31:\"recentchanges-label-unpatrolled\";i:1667;s:29:\"recentchanges-label-plusminus\";i:1668;s:28:\"recentchanges-legend-heading\";i:1669;s:28:\"recentchanges-legend-newpage\";i:1670;s:26:\"recentchanges-legend-minor\";i:1671;s:24:\"recentchanges-legend-bot\";i:1672;s:32:\"recentchanges-legend-unpatrolled\";i:1673;s:30:\"recentchanges-legend-plusminus\";i:1674;s:36:\"recentchanges-legend-watchlistexpiry\";i:1675;s:20:\"recentchanges-submit\";i:1676;s:20:\"rcfilters-tag-remove\";i:1677;s:24:\"rcfilters-legend-heading\";i:1678;s:28:\"rcfilters-other-review-tools\";i:1679;s:31:\"rcfilters-group-results-by-page\";i:1680;s:23:\"rcfilters-activefilters\";i:1681;s:28:\"rcfilters-activefilters-hide\";i:1682;s:28:\"rcfilters-activefilters-show\";i:1683;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1684;s:36:\"rcfilters-activefilters-show-tooltip\";i:1685;s:25:\"rcfilters-advancedfilters\";i:1686;s:21:\"rcfilters-limit-title\";i:1687;s:30:\"rcfilters-limit-and-date-label\";i:1688;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1689;s:26:\"rcfilters-date-popup-title\";i:1690;s:20:\"rcfilters-days-title\";i:1691;s:21:\"rcfilters-hours-title\";i:1692;s:24:\"rcfilters-days-show-days\";i:1693;s:25:\"rcfilters-days-show-hours\";i:1694;s:34:\"rcfilters-highlighted-filters-list\";i:1695;s:22:\"rcfilters-quickfilters\";i:1696;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1697;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1698;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1699;s:29:\"rcfilters-savedqueries-rename\";i:1700;s:33:\"rcfilters-savedqueries-setdefault\";i:1701;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1702;s:29:\"rcfilters-savedqueries-remove\";i:1703;s:37:\"rcfilters-savedqueries-new-name-label\";i:1704;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1705;s:34:\"rcfilters-savedqueries-apply-label\";i:1706;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1707;s:35:\"rcfilters-savedqueries-cancel-label\";i:1708;s:36:\"rcfilters-savedqueries-add-new-title\";i:1709;s:36:\"rcfilters-savedqueries-already-saved\";i:1710;s:33:\"rcfilters-restore-default-filters\";i:1711;s:27:\"rcfilters-clear-all-filters\";i:1712;s:26:\"rcfilters-show-new-changes\";i:1713;s:28:\"rcfilters-search-placeholder\";i:1714;s:35:\"rcfilters-search-placeholder-mobile\";i:1715;s:24:\"rcfilters-invalid-filter\";i:1716;s:22:\"rcfilters-empty-filter\";i:1717;s:26:\"rcfilters-filterlist-title\";i:1718;s:30:\"rcfilters-filterlist-whatsthis\";i:1719;s:31:\"rcfilters-highlightbutton-title\";i:1720;s:29:\"rcfilters-highlightmenu-title\";i:1721;s:28:\"rcfilters-highlightmenu-help\";i:1722;s:30:\"rcfilters-filterlist-noresults\";i:1723;s:28:\"rcfilters-noresults-conflict\";i:1724;s:30:\"rcfilters-state-message-subset\";i:1725;s:36:\"rcfilters-state-message-fullcoverage\";i:1726;s:32:\"rcfilters-filtergroup-authorship\";i:1727;s:34:\"rcfilters-filter-editsbyself-label\";i:1728;s:40:\"rcfilters-filter-editsbyself-description\";i:1729;s:35:\"rcfilters-filter-editsbyother-label\";i:1730;s:41:\"rcfilters-filter-editsbyother-description\";i:1731;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1732;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1733;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1734;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1735;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1736;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1737;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1738;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1739;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1740;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1741;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1742;s:31:\"rcfilters-filtergroup-automated\";i:1743;s:27:\"rcfilters-filter-bots-label\";i:1744;s:33:\"rcfilters-filter-bots-description\";i:1745;s:29:\"rcfilters-filter-humans-label\";i:1746;s:35:\"rcfilters-filter-humans-description\";i:1747;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1748;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1749;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1750;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1751;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1752;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1753;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1754;s:34:\"rcfilters-filtergroup-significance\";i:1755;s:28:\"rcfilters-filter-minor-label\";i:1756;s:34:\"rcfilters-filter-minor-description\";i:1757;s:28:\"rcfilters-filter-major-label\";i:1758;s:34:\"rcfilters-filter-major-description\";i:1759;s:31:\"rcfilters-filtergroup-watchlist\";i:1760;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1761;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1762;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1763;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1764;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1765;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1766;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1767;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1768;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1769;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1770;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1771;s:32:\"rcfilters-filtergroup-changetype\";i:1772;s:32:\"rcfilters-filter-pageedits-label\";i:1773;s:38:\"rcfilters-filter-pageedits-description\";i:1774;s:31:\"rcfilters-filter-newpages-label\";i:1775;s:37:\"rcfilters-filter-newpages-description\";i:1776;s:37:\"rcfilters-filter-categorization-label\";i:1777;s:43:\"rcfilters-filter-categorization-description\";i:1778;s:33:\"rcfilters-filter-logactions-label\";i:1779;s:39:\"rcfilters-filter-logactions-description\";i:1780;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1781;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1782;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1783;s:34:\"rcfilters-filtergroup-lastrevision\";i:1784;s:35:\"rcfilters-filter-lastrevision-label\";i:1785;s:41:\"rcfilters-filter-lastrevision-description\";i:1786;s:39:\"rcfilters-filter-previousrevision-label\";i:1787;s:45:\"rcfilters-filter-previousrevision-description\";i:1788;s:25:\"rcfilters-filter-excluded\";i:1789;s:30:\"rcfilters-tag-prefix-namespace\";i:1790;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1791;s:25:\"rcfilters-tag-prefix-tags\";i:1792;s:28:\"rcfilters-exclude-button-off\";i:1793;s:27:\"rcfilters-exclude-button-on\";i:1794;s:19:\"rcfilters-view-tags\";i:1795;s:33:\"rcfilters-view-namespaces-tooltip\";i:1796;s:27:\"rcfilters-view-tags-tooltip\";i:1797;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1798;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1799;s:28:\"rcfilters-liveupdates-button\";i:1800;s:37:\"rcfilters-liveupdates-button-title-on\";i:1801;s:38:\"rcfilters-liveupdates-button-title-off\";i:1802;s:35:\"rcfilters-watchlist-markseen-button\";i:1803;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1804;s:31:\"rcfilters-watchlist-showupdated\";i:1805;s:26:\"rcfilters-preference-label\";i:1806;s:25:\"rcfilters-preference-help\";i:1807;s:36:\"rcfilters-watchlist-preference-label\";i:1808;s:35:\"rcfilters-watchlist-preference-help\";i:1809;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1810;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1811;s:35:\"rcfilters-filter-showlinkedto-label\";i:1812;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1813;s:33:\"rcfilters-target-page-placeholder\";i:1814;s:27:\"rcfilters-allcontents-label\";i:1815;s:30:\"rcfilters-alldiscussions-label\";i:1816;s:10:\"rcnotefrom\";i:1817;s:15:\"rclistfromreset\";i:1818;s:10:\"rclistfrom\";i:1819;s:14:\"rcshowhidebots\";i:1820;s:18:\"rcshowhideliu-show\";i:1821;s:14:\"rcshowhidepatr\";i:1822;s:19:\"rcshowhidepatr-show\";i:1823;s:19:\"rcshowhidepatr-hide\";i:1824;s:24:\"rcshowhidecategorization\";i:1825;s:29:\"rcshowhidecategorization-show\";i:1826;s:29:\"rcshowhidecategorization-hide\";i:1827;s:7:\"rclinks\";i:1828;s:17:\"unpatrolledletter\";i:1829;s:43:\"number-of-watching-users-for-recent-changes\";i:1830;s:14:\"rc-change-size\";i:1831;s:17:\"newsectionsummary\";i:1832;s:12:\"rc-old-title\";i:1833;s:24:\"recentchangeslinked-feed\";i:1834;s:27:\"recentchangeslinked-summary\";i:1835;s:22:\"recentchangeslinked-to\";i:1836;s:36:\"recentchanges-page-added-to-category\";i:1837;s:44:\"recentchanges-page-added-to-category-bundled\";i:1838;s:40:\"recentchanges-page-removed-from-category\";i:1839;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1840;s:19:\"autochange-username\";i:1841;s:9:\"uploadbtn\";i:1842;s:12:\"reuploaddesc\";i:1843;s:15:\"upload-tryagain\";i:1844;s:23:\"upload-tryagain-nostash\";i:1845;s:13:\"uploadnologin\";i:1846;s:17:\"uploadnologintext\";i:1847;s:24:\"upload_directory_missing\";i:1848;s:26:\"upload_directory_read_only\";i:1849;s:11:\"uploaderror\";i:1850;s:14:\"upload-summary\";i:1851;s:23:\"upload-recreate-warning\";i:1852;s:10:\"uploadtext\";i:1853;s:16:\"upload-permitted\";i:1854;s:16:\"upload-preferred\";i:1855;s:17:\"upload-prohibited\";i:1856;s:12:\"uploadfooter\";i:1857;s:26:\"upload-default-description\";i:1858;s:13:\"uploadlogpage\";i:1859;s:17:\"uploadlogpagetext\";i:1860;s:8:\"filename\";i:1861;s:17:\"fileuploadsummary\";i:1862;s:19:\"filereuploadsummary\";i:1863;s:10:\"filestatus\";i:1864;s:10:\"filesource\";i:1865;s:13:\"ignorewarning\";i:1866;s:14:\"ignorewarnings\";i:1867;s:10:\"minlength1\";i:1868;s:15:\"illegalfilename\";i:1869;s:16:\"filename-toolong\";i:1870;s:11:\"badfilename\";i:1871;s:22:\"filetype-mime-mismatch\";i:1872;s:16:\"filetype-badmime\";i:1873;s:20:\"filetype-bad-ie-mime\";i:1874;s:22:\"filetype-unwanted-type\";i:1875;s:20:\"filetype-banned-type\";i:1876;s:16:\"filetype-missing\";i:1877;s:10:\"empty-file\";i:1878;s:14:\"file-too-large\";i:1879;s:17:\"filename-tooshort\";i:1880;s:15:\"filetype-banned\";i:1881;s:18:\"verification-error\";i:1882;s:11:\"hookaborted\";i:1883;s:16:\"illegal-filename\";i:1884;s:9:\"overwrite\";i:1885;s:13:\"unknown-error\";i:1886;s:16:\"tmp-create-error\";i:1887;s:15:\"tmp-write-error\";i:1888;s:10:\"large-file\";i:1889;s:15:\"largefileserver\";i:1890;s:9:\"emptyfile\";i:1891;s:25:\"windows-nonascii-filename\";i:1892;s:10:\"fileexists\";i:1893;s:14:\"filepageexists\";i:1894;s:20:\"fileexists-extension\";i:1895;s:24:\"fileexists-thumbnail-yes\";i:1896;s:17:\"file-thumbnail-no\";i:1897;s:20:\"fileexists-forbidden\";i:1898;s:27:\"fileexists-shared-forbidden\";i:1899;s:20:\"fileexists-no-change\";i:1900;s:28:\"fileexists-duplicate-version\";i:1901;s:21:\"file-exists-duplicate\";i:1902;s:22:\"file-deleted-duplicate\";i:1903;s:30:\"file-deleted-duplicate-notitle\";i:1904;s:13:\"uploadwarning\";i:1905;s:18:\"uploadwarning-text\";i:1906;s:26:\"uploadwarning-text-nostash\";i:1907;s:8:\"savefile\";i:1908;s:13:\"uploadedimage\";i:1909;s:14:\"overwroteimage\";i:1910;s:14:\"uploaddisabled\";i:1911;s:18:\"copyuploaddisabled\";i:1912;s:18:\"uploaddisabledtext\";i:1913;s:22:\"php-uploaddisabledtext\";i:1914;s:14:\"uploadscripted\";i:1915;s:27:\"upload-scripted-pi-callback\";i:1916;s:19:\"upload-scripted-dtd\";i:1917;s:19:\"uploaded-script-svg\";i:1918;s:20:\"uploaded-hostile-svg\";i:1919;s:29:\"uploaded-event-handler-on-svg\";i:1920;s:27:\"uploaded-href-attribute-svg\";i:1921;s:31:\"uploaded-href-unsafe-target-svg\";i:1922;s:20:\"uploaded-animate-svg\";i:1923;s:34:\"uploaded-setting-event-handler-svg\";i:1924;s:25:\"uploaded-setting-href-svg\";i:1925;s:26:\"uploaded-wrong-setting-svg\";i:1926;s:28:\"uploaded-setting-handler-svg\";i:1927;s:23:\"uploaded-remote-url-svg\";i:1928;s:25:\"uploaded-image-filter-svg\";i:1929;s:23:\"uploadscriptednamespace\";i:1930;s:16:\"uploadinvalidxml\";i:1931;s:11:\"uploadvirus\";i:1932;s:13:\"upload-source\";i:1933;s:14:\"sourcefilename\";i:1934;s:9:\"sourceurl\";i:1935;s:12:\"destfilename\";i:1936;s:18:\"upload-maxfilesize\";i:1937;s:18:\"upload-description\";i:1938;s:14:\"upload-options\";i:1939;s:15:\"watchthisupload\";i:1940;s:14:\"filewasdeleted\";i:1941;s:19:\"filename-thumb-name\";i:1942;s:19:\"filename-bad-prefix\";i:1943;s:25:\"filename-prefix-blacklist\";i:1944;s:18:\"upload-proto-error\";i:1945;s:23:\"upload-proto-error-text\";i:1946;s:17:\"upload-file-error\";i:1947;s:22:\"upload-file-error-text\";i:1948;s:17:\"upload-misc-error\";i:1949;s:22:\"upload-misc-error-text\";i:1950;s:25:\"upload-too-many-redirects\";i:1951;s:17:\"upload-http-error\";i:1952;s:33:\"upload-copy-upload-invalid-domain\";i:1953;s:26:\"upload-foreign-cant-upload\";i:1954;s:31:\"upload-foreign-cant-load-config\";i:1955;s:22:\"upload-dialog-disabled\";i:1956;s:19:\"upload-dialog-title\";i:1957;s:27:\"upload-dialog-button-cancel\";i:1958;s:25:\"upload-dialog-button-back\";i:1959;s:25:\"upload-dialog-button-done\";i:1960;s:25:\"upload-dialog-button-save\";i:1961;s:27:\"upload-dialog-button-upload\";i:1962;s:32:\"upload-form-label-infoform-title\";i:1963;s:31:\"upload-form-label-infoform-name\";i:1964;s:39:\"upload-form-label-infoform-name-tooltip\";i:1965;s:38:\"upload-form-label-infoform-description\";i:1966;s:46:\"upload-form-label-infoform-description-tooltip\";i:1967;s:29:\"upload-form-label-usage-title\";i:1968;s:32:\"upload-form-label-usage-filename\";i:1969;s:26:\"upload-form-label-own-work\";i:1970;s:37:\"upload-form-label-infoform-categories\";i:1971;s:31:\"upload-form-label-infoform-date\";i:1972;s:48:\"upload-form-label-own-work-message-generic-local\";i:1973;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1974;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1975;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1976;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1977;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1978;s:19:\"backend-fail-stream\";i:1979;s:19:\"backend-fail-backup\";i:1980;s:22:\"backend-fail-notexists\";i:1981;s:19:\"backend-fail-hashes\";i:1982;s:18:\"backend-fail-sizes\";i:1983;s:20:\"backend-fail-notsame\";i:1984;s:24:\"backend-fail-invalidpath\";i:1985;s:19:\"backend-fail-delete\";i:1986;s:21:\"backend-fail-describe\";i:1987;s:26:\"backend-fail-alreadyexists\";i:1988;s:18:\"backend-fail-store\";i:1989;s:17:\"backend-fail-copy\";i:1990;s:17:\"backend-fail-move\";i:1991;s:21:\"backend-fail-opentemp\";i:1992;s:22:\"backend-fail-writetemp\";i:1993;s:22:\"backend-fail-closetemp\";i:1994;s:17:\"backend-fail-read\";i:1995;s:19:\"backend-fail-create\";i:1996;s:20:\"backend-fail-maxsize\";i:1997;s:21:\"backend-fail-readonly\";i:1998;s:19:\"backend-fail-synced\";i:1999;s:20:\"backend-fail-connect\";i:2000;s:21:\"backend-fail-internal\";i:2001;s:24:\"backend-fail-contenttype\";i:2002;s:22:\"backend-fail-batchsize\";i:2003;s:19:\"backend-fail-usable\";i:2004;s:17:\"backend-fail-stat\";i:2005;s:17:\"backend-fail-hash\";i:2006;s:21:\"lockmanager-notlocked\";i:2007;s:26:\"lockmanager-fail-closelock\";i:2008;s:27:\"lockmanager-fail-deletelock\";i:2009;s:28:\"lockmanager-fail-acquirelock\";i:2010;s:25:\"lockmanager-fail-openlock\";i:2011;s:28:\"lockmanager-fail-releaselock\";i:2012;s:26:\"lockmanager-fail-db-bucket\";i:2013;s:27:\"lockmanager-fail-db-release\";i:2014;s:28:\"lockmanager-fail-svr-acquire\";i:2015;s:28:\"lockmanager-fail-svr-release\";i:2016;s:25:\"lockmanager-fail-conflict\";i:2017;s:19:\"zip-file-open-error\";i:2018;s:16:\"zip-wrong-format\";i:2019;s:7:\"zip-bad\";i:2020;s:15:\"zip-unsupported\";i:2021;s:11:\"uploadstash\";i:2022;s:19:\"uploadstash-summary\";i:2023;s:17:\"uploadstash-clear\";i:2024;s:19:\"uploadstash-nofiles\";i:2025;s:20:\"uploadstash-badtoken\";i:2026;s:20:\"uploadstash-errclear\";i:2027;s:19:\"uploadstash-refresh\";i:2028;s:21:\"uploadstash-thumbnail\";i:2029;s:21:\"uploadstash-exception\";i:2030;s:20:\"uploadstash-bad-path\";i:2031;s:28:\"uploadstash-bad-path-invalid\";i:2032;s:33:\"uploadstash-bad-path-unknown-type\";i:2033;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2034;s:31:\"uploadstash-bad-path-no-handler\";i:2035;s:31:\"uploadstash-bad-path-bad-format\";i:2036;s:26:\"uploadstash-file-not-found\";i:2037;s:35:\"uploadstash-file-not-found-no-thumb\";i:2038;s:40:\"uploadstash-file-not-found-no-local-path\";i:2039;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2040;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2041;s:37:\"uploadstash-file-not-found-not-exists\";i:2042;s:26:\"uploadstash-file-too-large\";i:2043;s:25:\"uploadstash-not-logged-in\";i:2044;s:23:\"uploadstash-wrong-owner\";i:2045;s:23:\"uploadstash-no-such-key\";i:2046;s:23:\"uploadstash-zero-length\";i:2047;s:20:\"invalid-chunk-offset\";i:2048;s:21:\"img-auth-accessdenied\";i:2049;s:17:\"img-auth-notindir\";i:2050;s:17:\"img-auth-badtitle\";i:2051;s:15:\"img-auth-nofile\";i:2052;s:14:\"img-auth-isdir\";i:2053;s:18:\"img-auth-streaming\";i:2054;s:15:\"img-auth-public\";i:2055;s:15:\"img-auth-noread\";i:2056;s:16:\"http-invalid-url\";i:2057;s:19:\"http-invalid-scheme\";i:2058;s:18:\"http-request-error\";i:2059;s:15:\"http-read-error\";i:2060;s:14:\"http-timed-out\";i:2061;s:15:\"http-curl-error\";i:2062;s:15:\"http-bad-status\";i:2063;s:19:\"http-internal-error\";i:2064;s:18:\"upload-curl-error6\";i:2065;s:23:\"upload-curl-error6-text\";i:2066;s:19:\"upload-curl-error28\";i:2067;s:24:\"upload-curl-error28-text\";i:2068;s:7:\"license\";i:2069;s:9:\"nolicense\";i:2070;s:8:\"licenses\";i:2071;s:13:\"licenses-edit\";i:2072;s:17:\"license-nopreview\";i:2073;s:17:\"upload_source_url\";i:2074;s:18:\"upload_source_file\";i:2075;s:16:\"listfiles-delete\";i:2076;s:17:\"listfiles-summary\";i:2077;s:26:\"listfiles-userdoesnotexist\";i:2078;s:9:\"listfiles\";i:2079;s:17:\"listfiles_subpage\";i:2080;s:15:\"listfiles_thumb\";i:2081;s:14:\"listfiles_date\";i:2082;s:14:\"listfiles_name\";i:2083;s:14:\"listfiles_user\";i:2084;s:14:\"listfiles_size\";i:2085;s:21:\"listfiles_description\";i:2086;s:15:\"listfiles_count\";i:2087;s:18:\"listfiles-show-all\";i:2088;s:23:\"listfiles-latestversion\";i:2089;s:27:\"listfiles-latestversion-yes\";i:2090;s:26:\"listfiles-latestversion-no\";i:2091;s:13:\"filehist-help\";i:2092;s:18:\"filehist-deleteall\";i:2093;s:18:\"filehist-deleteone\";i:2094;s:15:\"filehist-revert\";i:2095;s:16:\"filehist-current\";i:2096;s:16:\"filehist-nothumb\";i:2097;s:17:\"filehist-filesize\";i:2098;s:12:\"linkstoimage\";i:2099;s:17:\"linkstoimage-more\";i:2100;s:16:\"morelinkstoimage\";i:2101;s:21:\"linkstoimage-redirect\";i:2102;s:16:\"duplicatesoffile\";i:2103;s:12:\"sharedupload\";i:2104;s:23:\"sharedupload-desc-there\";i:2105;s:22:\"sharedupload-desc-here\";i:2106;s:22:\"sharedupload-desc-edit\";i:2107;s:24:\"sharedupload-desc-create\";i:2108;s:24:\"shareddescriptionfollows\";i:2109;s:15:\"filepage-nofile\";i:2110;s:20:\"filepage-nofile-link\";i:2111;s:25:\"uploadnewversion-linktext\";i:2112;s:16:\"shared-repo-from\";i:2113;s:11:\"shared-repo\";i:2114;s:33:\"shared-repo-name-wikimediacommons\";i:2115;s:12:\"filepage.css\";i:2116;s:10:\"filerevert\";i:2117;s:17:\"filerevert-legend\";i:2118;s:16:\"filerevert-intro\";i:2119;s:18:\"filerevert-comment\";i:2120;s:25:\"filerevert-defaultcomment\";i:2121;s:17:\"filerevert-submit\";i:2122;s:18:\"filerevert-success\";i:2123;s:21:\"filerevert-badversion\";i:2124;s:20:\"filerevert-identical\";i:2125;s:10:\"filedelete\";i:2126;s:17:\"filedelete-legend\";i:2127;s:16:\"filedelete-intro\";i:2128;s:20:\"filedelete-intro-old\";i:2129;s:18:\"filedelete-comment\";i:2130;s:17:\"filedelete-submit\";i:2131;s:18:\"filedelete-success\";i:2132;s:22:\"filedelete-success-old\";i:2133;s:17:\"filedelete-nofile\";i:2134;s:21:\"filedelete-nofile-old\";i:2135;s:22:\"filedelete-otherreason\";i:2136;s:27:\"filedelete-reason-otherlist\";i:2137;s:26:\"filedelete-reason-dropdown\";i:2138;s:35:\"filedelete-reason-dropdown-suppress\";i:2139;s:26:\"filedelete-edit-reasonlist\";i:2140;s:35:\"filedelete-edit-reasonlist-suppress\";i:2141;s:22:\"filedelete-maintenance\";i:2142;s:28:\"filedelete-maintenance-title\";i:2143;s:10:\"mimesearch\";i:2144;s:18:\"mimesearch-summary\";i:2145;s:8:\"mimetype\";i:2146;s:8:\"download\";i:2147;s:14:\"unwatchedpages\";i:2148;s:22:\"unwatchedpages-summary\";i:2149;s:13:\"listredirects\";i:2150;s:21:\"listredirects-summary\";i:2151;s:19:\"listduplicatedfiles\";i:2152;s:27:\"listduplicatedfiles-summary\";i:2153;s:25:\"listduplicatedfiles-entry\";i:2154;s:15:\"unusedtemplates\";i:2155;s:23:\"unusedtemplates-summary\";i:2156;s:19:\"unusedtemplatestext\";i:2157;s:18:\"unusedtemplateswlh\";i:2158;s:18:\"randompage-nopages\";i:2159;s:14:\"randompage-url\";i:2160;s:16:\"randomincategory\";i:2161;s:32:\"randomincategory-invalidcategory\";i:2162;s:24:\"randomincategory-nopages\";i:2163;s:25:\"randomincategory-category\";i:2164;s:23:\"randomincategory-legend\";i:2165;s:23:\"randomincategory-submit\";i:2166;s:14:\"randomredirect\";i:2167;s:22:\"randomredirect-nopages\";i:2168;s:10:\"statistics\";i:2169;s:18:\"statistics-summary\";i:2170;s:23:\"statistics-header-pages\";i:2171;s:23:\"statistics-header-edits\";i:2172;s:23:\"statistics-header-users\";i:2173;s:23:\"statistics-header-hooks\";i:2174;s:19:\"statistics-articles\";i:2175;s:24:\"statistics-articles-desc\";i:2176;s:16:\"statistics-pages\";i:2177;s:21:\"statistics-pages-desc\";i:2178;s:16:\"statistics-files\";i:2179;s:21:\"statistics-files-desc\";i:2180;s:16:\"statistics-edits\";i:2181;s:24:\"statistics-edits-average\";i:2182;s:16:\"statistics-users\";i:2183;s:23:\"statistics-users-active\";i:2184;s:28:\"statistics-users-active-desc\";i:2185;s:17:\"statistics-footer\";i:2186;s:13:\"pageswithprop\";i:2187;s:21:\"pageswithprop-summary\";i:2188;s:20:\"pageswithprop-legend\";i:2189;s:18:\"pageswithprop-text\";i:2190;s:18:\"pageswithprop-prop\";i:2191;s:21:\"pageswithprop-reverse\";i:2192;s:25:\"pageswithprop-sortbyvalue\";i:2193;s:20:\"pageswithprop-submit\";i:2194;s:29:\"pageswithprop-prophidden-long\";i:2195;s:31:\"pageswithprop-prophidden-binary\";i:2196;s:15:\"doubleredirects\";i:2197;s:23:\"doubleredirects-summary\";i:2198;s:19:\"doubleredirectstext\";i:2199;s:26:\"double-redirect-fixed-move\";i:2200;s:33:\"double-redirect-fixed-maintenance\";i:2201;s:21:\"double-redirect-fixer\";i:2202;s:15:\"brokenredirects\";i:2203;s:23:\"brokenredirects-summary\";i:2204;s:19:\"brokenredirectstext\";i:2205;s:20:\"brokenredirects-edit\";i:2206;s:22:\"brokenredirects-delete\";i:2207;s:29:\"brokenredirects-delete-reason\";i:2208;s:16:\"withoutinterwiki\";i:2209;s:24:\"withoutinterwiki-summary\";i:2210;s:23:\"withoutinterwiki-legend\";i:2211;s:23:\"withoutinterwiki-submit\";i:2212;s:15:\"fewestrevisions\";i:2213;s:23:\"fewestrevisions-summary\";i:2214;s:11:\"ncategories\";i:2215;s:11:\"ninterwikis\";i:2216;s:6:\"nlinks\";i:2217;s:8:\"nmembers\";i:2218;s:15:\"nmemberschanged\";i:2219;s:10:\"nrevisions\";i:2220;s:11:\"nimagelinks\";i:2221;s:14:\"ntransclusions\";i:2222;s:17:\"specialpage-empty\";i:2223;s:11:\"lonelypages\";i:2224;s:19:\"lonelypages-summary\";i:2225;s:15:\"lonelypagestext\";i:2226;s:18:\"uncategorizedpages\";i:2227;s:26:\"uncategorizedpages-summary\";i:2228;s:23:\"uncategorizedcategories\";i:2229;s:31:\"uncategorizedcategories-summary\";i:2230;s:19:\"uncategorizedimages\";i:2231;s:27:\"uncategorizedimages-summary\";i:2232;s:22:\"uncategorizedtemplates\";i:2233;s:30:\"uncategorizedtemplates-summary\";i:2234;s:38:\"uncategorized-categories-exceptionlist\";i:2235;s:16:\"unusedcategories\";i:2236;s:24:\"unusedcategories-summary\";i:2237;s:12:\"unusedimages\";i:2238;s:20:\"unusedimages-summary\";i:2239;s:16:\"wantedcategories\";i:2240;s:24:\"wantedcategories-summary\";i:2241;s:11:\"wantedpages\";i:2242;s:19:\"wantedpages-summary\";i:2243;s:20:\"wantedpages-badtitle\";i:2244;s:11:\"wantedfiles\";i:2245;s:19:\"wantedfiles-summary\";i:2246;s:18:\"wantedfiletext-cat\";i:2247;s:28:\"wantedfiletext-cat-noforeign\";i:2248;s:20:\"wantedfiletext-nocat\";i:2249;s:30:\"wantedfiletext-nocat-noforeign\";i:2250;s:15:\"wantedtemplates\";i:2251;s:23:\"wantedtemplates-summary\";i:2252;s:10:\"mostlinked\";i:2253;s:18:\"mostlinked-summary\";i:2254;s:20:\"mostlinkedcategories\";i:2255;s:28:\"mostlinkedcategories-summary\";i:2256;s:19:\"mostlinkedtemplates\";i:2257;s:27:\"mostlinkedtemplates-summary\";i:2258;s:14:\"mostcategories\";i:2259;s:22:\"mostcategories-summary\";i:2260;s:10:\"mostimages\";i:2261;s:18:\"mostimages-summary\";i:2262;s:14:\"mostinterwikis\";i:2263;s:22:\"mostinterwikis-summary\";i:2264;s:13:\"mostrevisions\";i:2265;s:21:\"mostrevisions-summary\";i:2266;s:11:\"prefixindex\";i:2267;s:21:\"prefixindex-namespace\";i:2268;s:19:\"prefixindex-summary\";i:2269;s:18:\"prefixindex-submit\";i:2270;s:17:\"prefixindex-strip\";i:2271;s:10:\"shortpages\";i:2272;s:18:\"shortpages-summary\";i:2273;s:9:\"longpages\";i:2274;s:17:\"longpages-summary\";i:2275;s:12:\"deadendpages\";i:2276;s:20:\"deadendpages-summary\";i:2277;s:16:\"deadendpagestext\";i:2278;s:14:\"protectedpages\";i:2279;s:22:\"protectedpages-filters\";i:2280;s:20:\"protectedpages-indef\";i:2281;s:22:\"protectedpages-summary\";i:2282;s:22:\"protectedpages-cascade\";i:2283;s:25:\"protectedpages-noredirect\";i:2284;s:32:\"cachedspecial-viewing-cached-ttl\";i:2285;s:19:\"protectedpagesempty\";i:2286;s:24:\"protectedpages-timestamp\";i:2287;s:19:\"protectedpages-page\";i:2288;s:21:\"protectedpages-expiry\";i:2289;s:24:\"protectedpages-performer\";i:2290;s:21:\"protectedpages-params\";i:2291;s:21:\"protectedpages-reason\";i:2292;s:21:\"protectedpages-submit\";i:2293;s:32:\"protectedpages-unknown-timestamp\";i:2294;s:32:\"protectedpages-unknown-performer\";i:2295;s:29:\"protectedpages-unknown-reason\";i:2296;s:15:\"protectedtitles\";i:2297;s:23:\"protectedtitles-summary\";i:2298;s:20:\"protectedtitlesempty\";i:2299;s:22:\"protectedtitles-submit\";i:2300;s:9:\"listusers\";i:2301;s:17:\"listusers-summary\";i:2302;s:19:\"listusers-editsonly\";i:2303;s:29:\"listusers-temporarygroupsonly\";i:2304;s:22:\"listusers-creationsort\";i:2305;s:14:\"listusers-desc\";i:2306;s:13:\"usereditcount\";i:2307;s:11:\"usercreated\";i:2308;s:16:\"newpages-summary\";i:2309;s:15:\"newpages-submit\";i:2310;s:17:\"newpages-username\";i:2311;s:12:\"ancientpages\";i:2312;s:20:\"ancientpages-summary\";i:2313;s:4:\"move\";i:2314;s:12:\"movethispage\";i:2315;s:16:\"unusedimagestext\";i:2316;s:37:\"unusedimagestext-categorizedimgisused\";i:2317;s:20:\"unusedcategoriestext\";i:2318;s:13:\"notargettitle\";i:2319;s:12:\"notargettext\";i:2320;s:11:\"nopagetitle\";i:2321;s:10:\"nopagetext\";i:2322;s:13:\"pager-newer-n\";i:2323;s:13:\"pager-older-n\";i:2324;s:8:\"suppress\";i:2325;s:18:\"querypage-disabled\";i:2326;s:7:\"apihelp\";i:2327;s:15:\"apihelp-summary\";i:2328;s:22:\"apihelp-no-such-module\";i:2329;s:12:\"apihelp-link\";i:2330;s:10:\"apisandbox\";i:2331;s:18:\"apisandbox-summary\";i:2332;s:17:\"apisandbox-jsonly\";i:2333;s:16:\"apisandbox-intro\";i:2334;s:17:\"apisandbox-submit\";i:2335;s:16:\"apisandbox-reset\";i:2336;s:16:\"apisandbox-retry\";i:2337;s:18:\"apisandbox-loading\";i:2338;s:21:\"apisandbox-load-error\";i:2339;s:24:\"apisandbox-no-parameters\";i:2340;s:19:\"apisandbox-helpurls\";i:2341;s:19:\"apisandbox-examples\";i:2342;s:29:\"apisandbox-dynamic-parameters\";i:2343;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2344;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2345;s:31:\"apisandbox-dynamic-error-exists\";i:2346;s:37:\"apisandbox-templated-parameter-reason\";i:2347;s:32:\"apisandbox-deprecated-parameters\";i:2348;s:22:\"apisandbox-fetch-token\";i:2349;s:20:\"apisandbox-add-multi\";i:2350;s:38:\"apisandbox-submit-invalid-fields-title\";i:2351;s:40:\"apisandbox-submit-invalid-fields-message\";i:2352;s:18:\"apisandbox-results\";i:2353;s:26:\"apisandbox-sending-request\";i:2354;s:26:\"apisandbox-loading-results\";i:2355;s:24:\"apisandbox-results-error\";i:2356;s:35:\"apisandbox-results-login-suppressed\";i:2357;s:37:\"apisandbox-request-selectformat-label\";i:2358;s:35:\"apisandbox-request-format-url-label\";i:2359;s:28:\"apisandbox-request-url-label\";i:2360;s:36:\"apisandbox-request-format-json-label\";i:2361;s:29:\"apisandbox-request-json-label\";i:2362;s:35:\"apisandbox-request-format-php-label\";i:2363;s:28:\"apisandbox-request-php-label\";i:2364;s:23:\"apisandbox-request-time\";i:2365;s:27:\"apisandbox-results-fixtoken\";i:2366;s:32:\"apisandbox-results-fixtoken-fail\";i:2367;s:21:\"apisandbox-alert-page\";i:2368;s:22:\"apisandbox-alert-field\";i:2369;s:19:\"apisandbox-continue\";i:2370;s:25:\"apisandbox-continue-clear\";i:2371;s:24:\"apisandbox-continue-help\";i:2372;s:22:\"apisandbox-param-limit\";i:2373;s:36:\"apisandbox-multivalue-all-namespaces\";i:2374;s:32:\"apisandbox-multivalue-all-values\";i:2375;s:11:\"booksources\";i:2376;s:19:\"booksources-summary\";i:2377;s:25:\"booksources-search-legend\";i:2378;s:16:\"booksources-isbn\";i:2379;s:16:\"booksources-text\";i:2380;s:24:\"booksources-invalid-isbn\";i:2381;s:22:\"magiclink-tracking-rfc\";i:2382;s:27:\"magiclink-tracking-rfc-desc\";i:2383;s:23:\"magiclink-tracking-pmid\";i:2384;s:28:\"magiclink-tracking-pmid-desc\";i:2385;s:23:\"magiclink-tracking-isbn\";i:2386;s:28:\"magiclink-tracking-isbn-desc\";i:2387;s:6:\"rfcurl\";i:2388;s:9:\"pubmedurl\";i:2389;s:19:\"specialloguserlabel\";i:2390;s:20:\"speciallogtitlelabel\";i:2391;s:3:\"log\";i:2392;s:20:\"logeventslist-submit\";i:2393;s:26:\"logeventslist-more-filters\";i:2394;s:24:\"logeventslist-patrol-log\";i:2395;s:21:\"logeventslist-tag-log\";i:2396;s:26:\"logeventslist-newusers-log\";i:2397;s:13:\"all-logs-page\";i:2398;s:11:\"alllogstext\";i:2399;s:8:\"logempty\";i:2400;s:18:\"log-title-wildcard\";i:2401;s:26:\"showhideselectedlogentries\";i:2402;s:13:\"log-edit-tags\";i:2403;s:15:\"checkbox-select\";i:2404;s:12:\"checkbox-all\";i:2405;s:13:\"checkbox-none\";i:2406;s:15:\"checkbox-invert\";i:2407;s:16:\"allpages-summary\";i:2408;s:8:\"nextpage\";i:2409;s:8:\"prevpage\";i:2410;s:12:\"allpagesfrom\";i:2411;s:10:\"allpagesto\";i:2412;s:14:\"allinnamespace\";i:2413;s:14:\"allpagesprefix\";i:2414;s:16:\"allpagesbadtitle\";i:2415;s:15:\"allpages-bad-ns\";i:2416;s:23:\"allpages-hide-redirects\";i:2417;s:18:\"categories-summary\";i:2418;s:17:\"categories-submit\";i:2419;s:18:\"categoriespagetext\";i:2420;s:14:\"categoriesfrom\";i:2421;s:20:\"deletedcontributions\";i:2422;s:28:\"deletedcontributions-summary\";i:2423;s:26:\"deletedcontributions-title\";i:2424;s:32:\"sp-deletedcontributions-contribs\";i:2425;s:10:\"linksearch\";i:2426;s:18:\"linksearch-summary\";i:2427;s:14:\"linksearch-pat\";i:2428;s:13:\"linksearch-ns\";i:2429;s:13:\"linksearch-ok\";i:2430;s:15:\"linksearch-text\";i:2431;s:15:\"linksearch-line\";i:2432;s:16:\"linksearch-error\";i:2433;s:13:\"listusersfrom\";i:2434;s:16:\"listusers-submit\";i:2435;s:18:\"listusers-noresult\";i:2436;s:17:\"listusers-blocked\";i:2437;s:11:\"activeusers\";i:2438;s:19:\"activeusers-summary\";i:2439;s:17:\"activeusers-intro\";i:2440;s:17:\"activeusers-count\";i:2441;s:16:\"activeusers-from\";i:2442;s:18:\"activeusers-groups\";i:2443;s:25:\"activeusers-excludegroups\";i:2444;s:20:\"activeusers-noresult\";i:2445;s:18:\"activeusers-submit\";i:2446;s:15:\"listgrouprights\";i:2447;s:23:\"listgrouprights-summary\";i:2448;s:19:\"listgrouprights-key\";i:2449;s:21:\"listgrouprights-group\";i:2450;s:22:\"listgrouprights-rights\";i:2451;s:24:\"listgrouprights-helppage\";i:2452;s:23:\"listgrouprights-members\";i:2453;s:29:\"listgrouprights-right-display\";i:2454;s:29:\"listgrouprights-right-revoked\";i:2455;s:24:\"listgrouprights-addgroup\";i:2456;s:27:\"listgrouprights-removegroup\";i:2457;s:28:\"listgrouprights-addgroup-all\";i:2458;s:31:\"listgrouprights-removegroup-all\";i:2459;s:29:\"listgrouprights-addgroup-self\";i:2460;s:32:\"listgrouprights-removegroup-self\";i:2461;s:33:\"listgrouprights-addgroup-self-all\";i:2462;s:36:\"listgrouprights-removegroup-self-all\";i:2463;s:42:\"listgrouprights-namespaceprotection-header\";i:2464;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2465;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2466;s:10:\"listgrants\";i:2467;s:18:\"listgrants-summary\";i:2468;s:16:\"listgrants-grant\";i:2469;s:17:\"listgrants-rights\";i:2470;s:24:\"listgrants-grant-display\";i:2471;s:18:\"trackingcategories\";i:2472;s:26:\"trackingcategories-summary\";i:2473;s:22:\"trackingcategories-msg\";i:2474;s:23:\"trackingcategories-name\";i:2475;s:23:\"trackingcategories-desc\";i:2476;s:31:\"restricted-displaytitle-ignored\";i:2477;s:36:\"restricted-displaytitle-ignored-desc\";i:2478;s:20:\"nonnumeric-formatnum\";i:2479;s:25:\"nonnumeric-formatnum-desc\";i:2480;s:21:\"noindex-category-desc\";i:2481;s:19:\"index-category-desc\";i:2482;s:44:\"post-expand-template-inclusion-category-desc\";i:2483;s:43:\"post-expand-template-argument-category-desc\";i:2484;s:38:\"expensive-parserfunction-category-desc\";i:2485;s:25:\"broken-file-category-desc\";i:2486;s:29:\"hidden-category-category-desc\";i:2487;s:25:\"trackingcategories-nodesc\";i:2488;s:27:\"trackingcategories-disabled\";i:2489;s:11:\"mailnologin\";i:2490;s:15:\"mailnologintext\";i:2491;s:9:\"emailuser\";i:2492;s:22:\"emailuser-title-target\";i:2493;s:24:\"emailuser-title-notarget\";i:2494;s:17:\"emailuser-summary\";i:2495;s:13:\"emailpagetext\";i:2496;s:15:\"defemailsubject\";i:2497;s:16:\"usermaildisabled\";i:2498;s:20:\"usermaildisabledtext\";i:2499;s:12:\"noemailtitle\";i:2500;s:11:\"noemailtext\";i:2501;s:15:\"nowikiemailtext\";i:2502;s:13:\"emailnotarget\";i:2503;s:11:\"emailtarget\";i:2504;s:13:\"emailusername\";i:2505;s:19:\"emailusernamesubmit\";i:2506;s:12:\"email-legend\";i:2507;s:9:\"emailfrom\";i:2508;s:7:\"emailto\";i:2509;s:12:\"emailsubject\";i:2510;s:12:\"emailmessage\";i:2511;s:9:\"emailsend\";i:2512;s:9:\"emailccme\";i:2513;s:14:\"emailccsubject\";i:2514;s:9:\"emailsent\";i:2515;s:13:\"emailsenttext\";i:2516;s:15:\"emailuserfooter\";i:2517;s:19:\"usermessage-summary\";i:2518;s:18:\"usermessage-editor\";i:2519;s:20:\"usermessage-template\";i:2520;s:9:\"watchlist\";i:2521;s:17:\"watchlist-summary\";i:2522;s:11:\"nowatchlist\";i:2523;s:17:\"watchlistanontext\";i:2524;s:12:\"watchnologin\";i:2525;s:21:\"watchlistnotwatchable\";i:2526;s:8:\"addwatch\";i:2527;s:15:\"updatewatchlist\";i:2528;s:14:\"addedwatchtext\";i:2529;s:19:\"addedwatchtext-talk\";i:2530;s:20:\"addedwatchtext-short\";i:2531;s:30:\"addedwatchexpiry-options-label\";i:2532;s:21:\"addedwatchexpiryhours\";i:2533;s:26:\"addedwatchexpiryhours-talk\";i:2534;s:20:\"addedwatchexpirytext\";i:2535;s:25:\"addedwatchexpirytext-talk\";i:2536;s:26:\"addedwatchindefinitelytext\";i:2537;s:31:\"addedwatchindefinitelytext-talk\";i:2538;s:11:\"removewatch\";i:2539;s:16:\"removedwatchtext\";i:2540;s:21:\"removedwatchtext-talk\";i:2541;s:22:\"removedwatchtext-short\";i:2542;s:13:\"watchthispage\";i:2543;s:7:\"unwatch\";i:2544;s:15:\"unwatchthispage\";i:2545;s:12:\"notanarticle\";i:2546;s:13:\"notvisiblerev\";i:2547;s:17:\"watchlist-details\";i:2548;s:26:\"watchlist-expiry-days-left\";i:2549;s:33:\"watchlist-expiring-days-full-text\";i:2550;s:27:\"watchlist-expiry-hours-left\";i:2551;s:34:\"watchlist-expiring-hours-full-text\";i:2552;s:15:\"wlheader-enotif\";i:2553;s:20:\"wlheader-showupdated\";i:2554;s:6:\"wlnote\";i:2555;s:14:\"watchlist-hide\";i:2556;s:16:\"watchlist-submit\";i:2557;s:10:\"wlshowtime\";i:2558;s:15:\"wlshowhideminor\";i:2559;s:14:\"wlshowhidebots\";i:2560;s:13:\"wlshowhideliu\";i:2561;s:15:\"wlshowhideanons\";i:2562;s:14:\"wlshowhidepatr\";i:2563;s:14:\"wlshowhidemine\";i:2564;s:24:\"wlshowhidecategorization\";i:2565;s:17:\"watchlist-options\";i:2566;s:8:\"watching\";i:2567;s:10:\"unwatching\";i:2568;s:17:\"watchlist-unwatch\";i:2569;s:22:\"watchlist-unwatch-undo\";i:2570;s:12:\"enotif_reset\";i:2571;s:28:\"enotif_impersonal_salutation\";i:2572;s:22:\"enotif_subject_deleted\";i:2573;s:22:\"enotif_subject_created\";i:2574;s:20:\"enotif_subject_moved\";i:2575;s:23:\"enotif_subject_restored\";i:2576;s:22:\"enotif_subject_changed\";i:2577;s:25:\"enotif_body_intro_deleted\";i:2578;s:25:\"enotif_body_intro_created\";i:2579;s:23:\"enotif_body_intro_moved\";i:2580;s:26:\"enotif_body_intro_restored\";i:2581;s:25:\"enotif_body_intro_changed\";i:2582;s:18:\"enotif_lastvisited\";i:2583;s:15:\"enotif_lastdiff\";i:2584;s:18:\"enotif_anon_editor\";i:2585;s:11:\"enotif_body\";i:2586;s:16:\"enotif_minoredit\";i:2587;s:7:\"created\";i:2588;s:7:\"changed\";i:2589;s:21:\"deletepage-deletetalk\";i:2590;s:17:\"deletepage-submit\";i:2591;s:7:\"confirm\";i:2592;s:9:\"excontent\";i:2593;s:15:\"excontentauthor\";i:2594;s:13:\"exbeforeblank\";i:2595;s:14:\"delete-confirm\";i:2596;s:13:\"delete-legend\";i:2597;s:26:\"delete-talk-summary-prefix\";i:2598;s:14:\"historywarning\";i:2599;s:20:\"historyaction-submit\";i:2600;s:17:\"confirmdeletetext\";i:2601;s:14:\"actioncomplete\";i:2602;s:12:\"actionfailed\";i:2603;s:11:\"deletedtext\";i:2604;s:25:\"deleted-page-and-talkpage\";i:2605;s:10:\"dellogpage\";i:2606;s:14:\"dellogpagetext\";i:2607;s:11:\"deletionlog\";i:2608;s:15:\"log-name-create\";i:2609;s:22:\"log-description-create\";i:2610;s:22:\"logentry-create-create\";i:2611;s:8:\"reverted\";i:2612;s:13:\"deletecomment\";i:2613;s:17:\"deleteotherreason\";i:2614;s:21:\"deletereasonotherlist\";i:2615;s:21:\"deletereason-dropdown\";i:2616;s:30:\"deletereason-dropdown-suppress\";i:2617;s:22:\"delete-edit-reasonlist\";i:2618;s:31:\"delete-edit-reasonlist-suppress\";i:2619;s:13:\"delete-toobig\";i:2620;s:23:\"delete-toomanyrevisions\";i:2621;s:21:\"delete-warning-toobig\";i:2622;s:35:\"delete-error-associated-alreadytalk\";i:2623;s:36:\"delete-error-associated-doesnotexist\";i:2624;s:15:\"deleteprotected\";i:2625;s:26:\"deleting-backlinks-warning\";i:2626;s:25:\"deleting-subpages-warning\";i:2627;s:34:\"deleting-talkpage-subpages-warning\";i:2628;s:8:\"rollback\";i:2629;s:29:\"rollback-confirmation-confirm\";i:2630;s:25:\"rollback-confirmation-yes\";i:2631;s:24:\"rollback-confirmation-no\";i:2632;s:26:\"rollbacklinkcount-morethan\";i:2633;s:14:\"rollbackfailed\";i:2634;s:21:\"rollback-missingparam\";i:2635;s:24:\"rollback-missingrevision\";i:2636;s:12:\"cantrollback\";i:2637;s:13:\"alreadyrolled\";i:2638;s:11:\"editcomment\";i:2639;s:10:\"revertpage\";i:2640;s:15:\"revertpage-anon\";i:2641;s:17:\"revertpage-nouser\";i:2642;s:16:\"rollback-success\";i:2643;s:20:\"sessionfailure-title\";i:2644;s:14:\"sessionfailure\";i:2645;s:18:\"changecontentmodel\";i:2646;s:25:\"changecontentmodel-legend\";i:2647;s:30:\"changecontentmodel-title-label\";i:2648;s:32:\"changecontentmodel-current-label\";i:2649;s:30:\"changecontentmodel-model-label\";i:2650;s:31:\"changecontentmodel-reason-label\";i:2651;s:25:\"changecontentmodel-submit\";i:2652;s:32:\"changecontentmodel-success-title\";i:2653;s:31:\"changecontentmodel-success-text\";i:2654;s:33:\"changecontentmodel-cannot-convert\";i:2655;s:34:\"changecontentmodel-nodirectediting\";i:2656;s:36:\"changecontentmodel-emptymodels-title\";i:2657;s:35:\"changecontentmodel-emptymodels-text\";i:2658;s:21:\"log-name-contentmodel\";i:2659;s:28:\"log-description-contentmodel\";i:2660;s:25:\"logentry-contentmodel-new\";i:2661;s:28:\"logentry-contentmodel-change\";i:2662;s:39:\"logentry-contentmodel-change-revertlink\";i:2663;s:35:\"logentry-contentmodel-change-revert\";i:2664;s:14:\"protectlogpage\";i:2665;s:14:\"protectlogtext\";i:2666;s:16:\"protectedarticle\";i:2667;s:25:\"modifiedarticleprotection\";i:2668;s:18:\"unprotectedarticle\";i:2669;s:22:\"movedarticleprotection\";i:2670;s:24:\"protectedarticle-comment\";i:2671;s:33:\"modifiedarticleprotection-comment\";i:2672;s:26:\"unprotectedarticle-comment\";i:2673;s:13:\"protect-title\";i:2674;s:24:\"protect-title-notallowed\";i:2675;s:14:\"prot_1movedto2\";i:2676;s:26:\"protect-badnamespace-title\";i:2677;s:25:\"protect-badnamespace-text\";i:2678;s:31:\"protect-norestrictiontypes-text\";i:2679;s:32:\"protect-norestrictiontypes-title\";i:2680;s:14:\"protect-legend\";i:2681;s:14:\"protectcomment\";i:2682;s:13:\"protectexpiry\";i:2683;s:22:\"protect_expiry_invalid\";i:2684;s:18:\"protect_expiry_old\";i:2685;s:27:\"protect-unchain-permissions\";i:2686;s:12:\"protect-text\";i:2687;s:22:\"protect-locked-blocked\";i:2688;s:21:\"protect-locked-dblock\";i:2689;s:21:\"protect-locked-access\";i:2690;s:17:\"protect-cascadeon\";i:2691;s:15:\"protect-default\";i:2692;s:16:\"protect-fallback\";i:2693;s:27:\"protect-level-autoconfirmed\";i:2694;s:19:\"protect-level-sysop\";i:2695;s:20:\"protect-summary-desc\";i:2696;s:23:\"protect-summary-cascade\";i:2697;s:16:\"protect-expiring\";i:2698;s:22:\"protect-expiring-local\";i:2699;s:25:\"protect-expiry-indefinite\";i:2700;s:15:\"protect-cascade\";i:2701;s:16:\"protect-cantedit\";i:2702;s:17:\"protect-othertime\";i:2703;s:20:\"protect-othertime-op\";i:2704;s:23:\"protect-existing-expiry\";i:2705;s:32:\"protect-existing-expiry-infinity\";i:2706;s:19:\"protect-otherreason\";i:2707;s:22:\"protect-otherreason-op\";i:2708;s:16:\"protect-dropdown\";i:2709;s:23:\"protect-edit-reasonlist\";i:2710;s:22:\"protect-expiry-options\";i:2711;s:16:\"restriction-type\";i:2712;s:17:\"restriction-level\";i:2713;s:12:\"minimum-size\";i:2714;s:12:\"maximum-size\";i:2715;s:8:\"pagesize\";i:2716;s:16:\"restriction-edit\";i:2717;s:16:\"restriction-move\";i:2718;s:18:\"restriction-create\";i:2719;s:18:\"restriction-upload\";i:2720;s:17:\"restriction-blank\";i:2721;s:23:\"restriction-level-sysop\";i:2722;s:31:\"restriction-level-autoconfirmed\";i:2723;s:21:\"restriction-level-all\";i:2724;s:8:\"undelete\";i:2725;s:16:\"undelete-summary\";i:2726;s:12:\"undeletepage\";i:2727;s:17:\"undeletepagetitle\";i:2728;s:15:\"viewdeletedpage\";i:2729;s:16:\"undeletepagetext\";i:2730;s:23:\"undelete-fieldset-title\";i:2731;s:17:\"undeleteextrahelp\";i:2732;s:17:\"undeleterevisions\";i:2733;s:15:\"undeletehistory\";i:2734;s:14:\"undeleterevdel\";i:2735;s:22:\"undeletehistorynoadmin\";i:2736;s:17:\"undelete-revision\";i:2737;s:24:\"undeleterevision-missing\";i:2738;s:32:\"undeleterevision-duplicate-revid\";i:2739;s:15:\"undelete-nodiff\";i:2740;s:11:\"undeletebtn\";i:2741;s:12:\"undeletelink\";i:2742;s:16:\"undeleteviewlink\";i:2743;s:21:\"undelete-undeletetalk\";i:2744;s:14:\"undeleteinvert\";i:2745;s:15:\"undeletecomment\";i:2746;s:14:\"cannotundelete\";i:2747;s:13:\"undeletedpage\";i:2748;s:15:\"undelete-header\";i:2749;s:21:\"undelete-search-title\";i:2750;s:19:\"undelete-search-box\";i:2751;s:22:\"undelete-search-prefix\";i:2752;s:20:\"undelete-search-full\";i:2753;s:22:\"undelete-search-submit\";i:2754;s:19:\"undelete-no-results\";i:2755;s:26:\"undelete-filename-mismatch\";i:2756;s:22:\"undelete-bad-store-key\";i:2757;s:22:\"undelete-cleanup-error\";i:2758;s:28:\"undelete-missing-filearchive\";i:2759;s:28:\"undelete-talk-summary-prefix\";i:2760;s:14:\"undelete-error\";i:2761;s:37:\"undelete-error-associated-alreadytalk\";i:2762;s:36:\"undelete-error-associated-notdeleted\";i:2763;s:26:\"undelete-show-file-confirm\";i:2764;s:25:\"undelete-show-file-submit\";i:2765;s:22:\"undelete-revision-row2\";i:2766;s:21:\"undelete-back-to-list\";i:2767;s:28:\"tooltip-whatlinkshere-invert\";i:2768;s:13:\"contributions\";i:2769;s:21:\"contributions-summary\";i:2770;s:19:\"contributions-title\";i:2771;s:12:\"anoncontribs\";i:2772;s:22:\"contributions-subtitle\";i:2773;s:30:\"contributions-userdoesnotexist\";i:2774;s:32:\"negative-namespace-not-supported\";i:2775;s:10:\"nocontribs\";i:2776;s:5:\"month\";i:2777;s:4:\"year\";i:2778;s:4:\"date\";i:2779;s:25:\"sp-contributions-blocklog\";i:2780;s:28:\"sp-contributions-suppresslog\";i:2781;s:24:\"sp-contributions-deleted\";i:2782;s:24:\"sp-contributions-uploads\";i:2783;s:21:\"sp-contributions-logs\";i:2784;s:21:\"sp-contributions-talk\";i:2785;s:27:\"sp-contributions-userrights\";i:2786;s:31:\"sp-contributions-blocked-notice\";i:2787;s:39:\"sp-contributions-blocked-notice-partial\";i:2788;s:36:\"sp-contributions-blocked-notice-anon\";i:2789;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2790;s:23:\"sp-contributions-search\";i:2791;s:25:\"sp-contributions-username\";i:2792;s:24:\"sp-contributions-toponly\";i:2793;s:24:\"sp-contributions-newonly\";i:2794;s:26:\"sp-contributions-hideminor\";i:2795;s:24:\"sp-contributions-explain\";i:2796;s:23:\"sp-contributions-footer\";i:2797;s:28:\"sp-contributions-footer-anon\";i:2798;s:34:\"sp-contributions-footer-anon-range\";i:2799;s:27:\"sp-contributions-outofrange\";i:2800;s:33:\"sp-contributions-concurrency-user\";i:2801;s:31:\"sp-contributions-concurrency-ip\";i:2802;s:19:\"whatlinkshere-count\";i:2803;s:21:\"whatlinkshere-summary\";i:2804;s:11:\"nolinkshere\";i:2805;s:14:\"nolinkshere-ns\";i:2806;s:10:\"isredirect\";i:2807;s:10:\"istemplate\";i:2808;s:23:\"whatlinkshere-hidetrans\";i:2809;s:24:\"whatlinkshere-hideimages\";i:2810;s:26:\"whatlinkshere-sectionredir\";i:2811;s:20:\"whatlinkshere-submit\";i:2812;s:11:\"autoblockid\";i:2813;s:5:\"block\";i:2814;s:7:\"unblock\";i:2815;s:15:\"unblock-summary\";i:2816;s:13:\"changeblockip\";i:2817;s:7:\"blockip\";i:2818;s:11:\"blockiptext\";i:2819;s:19:\"ipaddressorusername\";i:2820;s:9:\"ipbreason\";i:2821;s:18:\"ipbreason-dropdown\";i:2822;s:13:\"ipb-hardblock\";i:2823;s:16:\"ipbcreateaccount\";i:2824;s:11:\"ipbemailban\";i:2825;s:18:\"ipbenableautoblock\";i:2826;s:9:\"ipbsubmit\";i:2827;s:8:\"ipbother\";i:2828;s:10:\"ipboptions\";i:2829;s:11:\"ipbhidename\";i:2830;s:12:\"ipbwatchuser\";i:2831;s:19:\"ipb-disableusertalk\";i:2832;s:16:\"ipb-change-block\";i:2833;s:11:\"ipb-confirm\";i:2834;s:12:\"ipb-sitewide\";i:2835;s:11:\"ipb-partial\";i:2836;s:17:\"ipb-sitewide-help\";i:2837;s:16:\"ipb-partial-help\";i:2838;s:17:\"ipb-action-create\";i:2839;s:15:\"ipb-action-move\";i:2840;s:17:\"ipb-action-upload\";i:2841;s:15:\"ipb-pages-label\";i:2842;s:20:\"ipb-namespaces-label\";i:2843;s:12:\"badipaddress\";i:2844;s:17:\"blockipsuccesssub\";i:2845;s:18:\"blockipsuccesstext\";i:2846;s:15:\"ipb-empty-block\";i:2847;s:19:\"ipb-block-not-found\";i:2848;s:16:\"ipb-blockingself\";i:2849;s:19:\"ipb-confirmhideuser\";i:2850;s:17:\"ipb-confirmaction\";i:2851;s:17:\"ipb-edit-dropdown\";i:2852;s:16:\"ipb-unblock-addr\";i:2853;s:11:\"ipb-unblock\";i:2854;s:13:\"ipb-blocklist\";i:2855;s:22:\"ipb-blocklist-contribs\";i:2856;s:27:\"ipb-blocklist-duration-left\";i:2857;s:13:\"block-actions\";i:2858;s:13:\"block-details\";i:2859;s:12:\"block-expiry\";i:2860;s:13:\"block-options\";i:2861;s:12:\"block-reason\";i:2862;s:12:\"block-target\";i:2863;s:24:\"block-target-placeholder\";i:2864;s:9:\"unblockip\";i:2865;s:13:\"unblockiptext\";i:2866;s:9:\"ipusubmit\";i:2867;s:9:\"unblocked\";i:2868;s:15:\"unblocked-range\";i:2869;s:12:\"unblocked-id\";i:2870;s:12:\"unblocked-ip\";i:2871;s:9:\"blocklist\";i:2872;s:13:\"autoblocklist\";i:2873;s:20:\"autoblocklist-submit\";i:2874;s:20:\"autoblocklist-legend\";i:2875;s:25:\"autoblocklist-localblocks\";i:2876;s:30:\"autoblocklist-total-autoblocks\";i:2877;s:19:\"autoblocklist-empty\";i:2878;s:25:\"autoblocklist-otherblocks\";i:2879;s:11:\"ipblocklist\";i:2880;s:18:\"ipblocklist-legend\";i:2881;s:20:\"blocklist-autoblocks\";i:2882;s:20:\"blocklist-userblocks\";i:2883;s:20:\"blocklist-tempblocks\";i:2884;s:21:\"blocklist-indefblocks\";i:2885;s:23:\"blocklist-addressblocks\";i:2886;s:14:\"blocklist-type\";i:2887;s:22:\"blocklist-type-opt-all\";i:2888;s:27:\"blocklist-type-opt-sitewide\";i:2889;s:26:\"blocklist-type-opt-partial\";i:2890;s:21:\"blocklist-rangeblocks\";i:2891;s:19:\"blocklist-timestamp\";i:2892;s:16:\"blocklist-target\";i:2893;s:16:\"blocklist-expiry\";i:2894;s:12:\"blocklist-by\";i:2895;s:16:\"blocklist-params\";i:2896;s:16:\"blocklist-reason\";i:2897;s:17:\"blocklist-summary\";i:2898;s:18:\"ipblocklist-submit\";i:2899;s:22:\"ipblocklist-localblock\";i:2900;s:23:\"ipblocklist-otherblocks\";i:2901;s:13:\"infiniteblock\";i:2902;s:13:\"anononlyblock\";i:2903;s:16:\"noautoblockblock\";i:2904;s:18:\"createaccountblock\";i:2905;s:10:\"emailblock\";i:2906;s:20:\"blocklist-nousertalk\";i:2907;s:17:\"blocklist-editing\";i:2908;s:26:\"blocklist-editing-sitewide\";i:2909;s:22:\"blocklist-editing-page\";i:2910;s:20:\"blocklist-editing-ns\";i:2911;s:24:\"blocklist-editing-action\";i:2912;s:17:\"ipblocklist-empty\";i:2913;s:22:\"ipblocklist-no-results\";i:2914;s:11:\"unblocklink\";i:2915;s:16:\"change-blocklink\";i:2916;s:14:\"empty-username\";i:2917;s:9:\"emaillink\";i:2918;s:11:\"autoblocker\";i:2919;s:12:\"blocklogpage\";i:2920;s:16:\"blocklog-showlog\";i:2921;s:24:\"blocklog-showsuppresslog\";i:2922;s:13:\"blocklogentry\";i:2923;s:16:\"reblock-logentry\";i:2924;s:12:\"blocklogtext\";i:2925;s:15:\"unblocklogentry\";i:2926;s:24:\"block-log-flags-anononly\";i:2927;s:24:\"block-log-flags-nocreate\";i:2928;s:27:\"block-log-flags-noautoblock\";i:2929;s:23:\"block-log-flags-noemail\";i:2930;s:26:\"block-log-flags-nousertalk\";i:2931;s:31:\"block-log-flags-angry-autoblock\";i:2932;s:26:\"block-log-flags-hiddenname\";i:2933;s:20:\"range_block_disabled\";i:2934;s:26:\"ipb-prevent-user-talk-edit\";i:2935;s:18:\"ipb_expiry_invalid\";i:2936;s:14:\"ipb_expiry_old\";i:2937;s:15:\"ipb_expiry_temp\";i:2938;s:16:\"ipb_hide_invalid\";i:2939;s:16:\"ipb_hide_partial\";i:2940;s:19:\"ipb_already_blocked\";i:2941;s:15:\"ipb-needreblock\";i:2942;s:22:\"ipb-otherblocks-header\";i:2943;s:16:\"unblock-hideuser\";i:2944;s:16:\"ipb_cant_unblock\";i:2945;s:20:\"ipb_blocked_as_range\";i:2946;s:16:\"ip_range_invalid\";i:2947;s:17:\"ip_range_toolarge\";i:2948;s:17:\"ip_range_exceeded\";i:2949;s:15:\"ip_range_toolow\";i:2950;s:12:\"proxyblocker\";i:2951;s:16:\"proxyblockreason\";i:2952;s:5:\"sorbs\";i:2953;s:11:\"sorbsreason\";i:2954;s:27:\"sorbs_create_account_reason\";i:2955;s:21:\"softblockrangesreason\";i:2956;s:14:\"xffblockreason\";i:2957;s:20:\"cant-see-hidden-user\";i:2958;s:27:\"cant-block-nonexistent-page\";i:2959;s:10:\"ipbblocked\";i:2960;s:16:\"ipbnounblockself\";i:2961;s:18:\"ipb-default-expiry\";i:2962;s:21:\"ipb-default-expiry-ip\";i:2963;s:6:\"lockdb\";i:2964;s:8:\"unlockdb\";i:2965;s:10:\"lockdbtext\";i:2966;s:12:\"unlockdbtext\";i:2967;s:11:\"lockconfirm\";i:2968;s:13:\"unlockconfirm\";i:2969;s:7:\"lockbtn\";i:2970;s:9:\"unlockbtn\";i:2971;s:13:\"locknoconfirm\";i:2972;s:16:\"lockdbsuccesssub\";i:2973;s:18:\"unlockdbsuccesssub\";i:2974;s:17:\"lockdbsuccesstext\";i:2975;s:19:\"unlockdbsuccesstext\";i:2976;s:19:\"lockfilenotwritable\";i:2977;s:14:\"databaselocked\";i:2978;s:17:\"databasenotlocked\";i:2979;s:15:\"lockedbyandtime\";i:2980;s:9:\"move-page\";i:2981;s:16:\"movepage-summary\";i:2982;s:16:\"move-page-legend\";i:2983;s:12:\"movepagetext\";i:2984;s:28:\"movepagetext-noredirectfixer\";i:2985;s:30:\"movepagetext-noredirectsupport\";i:2986;s:16:\"movepagetalktext\";i:2987;s:20:\"moveuserpage-warning\";i:2988;s:24:\"movecategorypage-warning\";i:2989;s:15:\"movenologintext\";i:2990;s:14:\"movenotallowed\";i:2991;s:18:\"movenotallowedfile\";i:2992;s:19:\"cant-move-user-page\";i:2993;s:22:\"cant-move-to-user-page\";i:2994;s:23:\"cant-move-category-page\";i:2995;s:26:\"cant-move-to-category-page\";i:2996;s:18:\"cant-move-subpages\";i:2997;s:20:\"namespace-nosubpages\";i:2998;s:8:\"newtitle\";i:2999;s:10:\"move-watch\";i:3000;s:11:\"movepagebtn\";i:3001;s:12:\"pagemovedsub\";i:3002;s:10:\"cannotmove\";i:3003;s:14:\"movepage-moved\";i:3004;s:23:\"movepage-moved-redirect\";i:3005;s:25:\"movepage-moved-noredirect\";i:3006;s:21:\"movepage-delete-first\";i:3007;s:13:\"articleexists\";i:3008;s:14:\"redirectexists\";i:3009;s:23:\"cantmove-titleprotected\";i:3010;s:8:\"movetalk\";i:3011;s:13:\"move-subpages\";i:3012;s:18:\"move-talk-subpages\";i:3013;s:20:\"movepage-page-exists\";i:3014;s:28:\"movepage-source-doesnt-exist\";i:3015;s:19:\"movepage-page-moved\";i:3016;s:21:\"movepage-page-unmoved\";i:3017;s:18:\"movepage-max-pages\";i:3018;s:11:\"movelogpage\";i:3019;s:15:\"movelogpagetext\";i:3020;s:11:\"movesubpage\";i:3021;s:15:\"movesubpagetext\";i:3022;s:19:\"movesubpagetalktext\";i:3023;s:25:\"movesubpagetext-truncated\";i:3024;s:29:\"movesubpagetalktext-truncated\";i:3025;s:13:\"movenosubpage\";i:3026;s:10:\"movereason\";i:3027;s:18:\"move-redirect-text\";i:3028;s:31:\"category-move-redirect-override\";i:3029;s:10:\"revertmove\";i:3030;s:20:\"delete_and_move_text\";i:3031;s:29:\"delete_redirect_and_move_text\";i:3032;s:23:\"delete_and_move_confirm\";i:3033;s:22:\"delete_and_move_reason\";i:3034;s:8:\"selfmove\";i:3035;s:25:\"immobile-source-namespace\";i:3036;s:28:\"immobile-source-namespace-iw\";i:3037;s:25:\"immobile-target-namespace\";i:3038;s:28:\"immobile-target-namespace-iw\";i:3039;s:20:\"immobile-source-page\";i:3040;s:20:\"immobile-target-page\";i:3041;s:29:\"movepage-invalid-target-title\";i:3042;s:16:\"bad-target-model\";i:3043;s:21:\"imagenocrossnamespace\";i:3044;s:27:\"nonfile-cannot-move-to-file\";i:3045;s:17:\"imagetypemismatch\";i:3046;s:20:\"imageinvalidfilename\";i:3047;s:20:\"fix-double-redirects\";i:3048;s:19:\"move-leave-redirect\";i:3049;s:24:\"protectedpagemovewarning\";i:3050;s:28:\"semiprotectedpagemovewarning\";i:3051;s:20:\"move-over-sharedrepo\";i:3052;s:22:\"file-exists-sharedrepo\";i:3053;s:6:\"export\";i:3054;s:14:\"export-summary\";i:3055;s:10:\"exporttext\";i:3056;s:9:\"exportall\";i:3057;s:13:\"exportcuronly\";i:3058;s:15:\"exportnohistory\";i:3059;s:17:\"exportlistauthors\";i:3060;s:13:\"export-submit\";i:3061;s:17:\"export-addcattext\";i:3062;s:13:\"export-addcat\";i:3063;s:16:\"export-addnstext\";i:3064;s:12:\"export-addns\";i:3065;s:15:\"export-download\";i:3066;s:16:\"export-templates\";i:3067;s:16:\"export-pagelinks\";i:3068;s:13:\"export-manual\";i:3069;s:11:\"allmessages\";i:3070;s:15:\"allmessagesname\";i:3071;s:18:\"allmessagesdefault\";i:3072;s:18:\"allmessagescurrent\";i:3073;s:15:\"allmessagestext\";i:3074;s:34:\"allmessages-not-supported-database\";i:3075;s:25:\"allmessages-filter-legend\";i:3076;s:18:\"allmessages-filter\";i:3077;s:29:\"allmessages-filter-unmodified\";i:3078;s:22:\"allmessages-filter-all\";i:3079;s:27:\"allmessages-filter-modified\";i:3080;s:18:\"allmessages-prefix\";i:3081;s:20:\"allmessages-language\";i:3082;s:25:\"allmessages-filter-submit\";i:3083;s:28:\"allmessages-filter-translate\";i:3084;s:11:\"filemissing\";i:3085;s:15:\"thumbnail_error\";i:3086;s:22:\"thumbnail_error_remote\";i:3087;s:15:\"djvu_page_error\";i:3088;s:21:\"thumbnail-temp-create\";i:3089;s:21:\"thumbnail-dest-create\";i:3090;s:24:\"thumbnail_invalid_params\";i:3091;s:25:\"thumbnail_toobigimagearea\";i:3092;s:24:\"thumbnail_dest_directory\";i:3093;s:20:\"thumbnail_image-type\";i:3094;s:20:\"thumbnail_gd-library\";i:3095;s:25:\"thumbnail_image-size-zero\";i:3096;s:23:\"thumbnail_image-missing\";i:3097;s:29:\"thumbnail_image-failure-limit\";i:3098;s:6:\"import\";i:3099;s:14:\"import-summary\";i:3100;s:15:\"importinterwiki\";i:3101;s:21:\"import-interwiki-text\";i:3102;s:27:\"import-interwiki-sourcewiki\";i:3103;s:27:\"import-interwiki-sourcepage\";i:3104;s:24:\"import-interwiki-history\";i:3105;s:26:\"import-interwiki-templates\";i:3106;s:23:\"import-interwiki-submit\";i:3107;s:22:\"import-mapping-default\";i:3108;s:24:\"import-mapping-namespace\";i:3109;s:22:\"import-mapping-subpage\";i:3110;s:22:\"import-upload-filename\";i:3111;s:29:\"import-upload-username-prefix\";i:3112;s:25:\"import-assign-known-users\";i:3113;s:14:\"import-comment\";i:3114;s:10:\"importtext\";i:3115;s:11:\"importstart\";i:3116;s:21:\"import-revision-count\";i:3117;s:13:\"importnopages\";i:3118;s:20:\"imported-log-entries\";i:3119;s:12:\"importfailed\";i:3120;s:19:\"importunknownsource\";i:3121;s:14:\"importnoprefix\";i:3122;s:14:\"importcantopen\";i:3123;s:18:\"importbadinterwiki\";i:3124;s:13:\"importsuccess\";i:3125;s:15:\"importnosources\";i:3126;s:12:\"importnofile\";i:3127;s:21:\"importuploaderrorsize\";i:3128;s:24:\"importuploaderrorpartial\";i:3129;s:21:\"importuploaderrortemp\";i:3130;s:20:\"import-parse-failure\";i:3131;s:16:\"import-noarticle\";i:3132;s:21:\"import-nonewrevisions\";i:3133;s:16:\"xml-error-string\";i:3134;s:13:\"import-upload\";i:3135;s:21:\"import-token-mismatch\";i:3136;s:24:\"import-invalid-interwiki\";i:3137;s:17:\"import-error-edit\";i:3138;s:22:\"import-error-interwiki\";i:3139;s:20:\"import-error-special\";i:3140;s:20:\"import-error-invalid\";i:3141;s:24:\"import-error-unserialize\";i:3142;s:25:\"import-error-bad-location\";i:3143;s:20:\"import-options-wrong\";i:3144;s:23:\"import-rootpage-invalid\";i:3145;s:25:\"import-rootpage-nosubpage\";i:3146;s:13:\"importlogpage\";i:3147;s:17:\"importlogpagetext\";i:3148;s:22:\"import-logentry-upload\";i:3149;s:29:\"import-logentry-upload-detail\";i:3150;s:25:\"import-logentry-interwiki\";i:3151;s:32:\"import-logentry-interwiki-detail\";i:3152;s:14:\"javascripttest\";i:3153;s:26:\"javascripttest-qunit-intro\";i:3154;s:21:\"accesskey-pt-userpage\";i:3155;s:25:\"accesskey-pt-anonuserpage\";i:3156;s:19:\"accesskey-pt-mytalk\";i:3157;s:21:\"accesskey-pt-anontalk\";i:3158;s:24:\"accesskey-pt-preferences\";i:3159;s:22:\"accesskey-pt-watchlist\";i:3160;s:22:\"accesskey-pt-mycontris\";i:3161;s:25:\"accesskey-pt-anoncontribs\";i:3162;s:18:\"accesskey-pt-login\";i:3163;s:26:\"accesskey-pt-login-private\";i:3164;s:19:\"accesskey-pt-logout\";i:3165;s:26:\"accesskey-pt-createaccount\";i:3166;s:17:\"accesskey-ca-view\";i:3167;s:17:\"accesskey-ca-talk\";i:3168;s:17:\"accesskey-ca-edit\";i:3169;s:23:\"accesskey-ca-addsection\";i:3170;s:23:\"accesskey-ca-viewsource\";i:3171;s:20:\"accesskey-ca-history\";i:3172;s:20:\"accesskey-ca-protect\";i:3173;s:22:\"accesskey-ca-unprotect\";i:3174;s:19:\"accesskey-ca-delete\";i:3175;s:21:\"accesskey-ca-undelete\";i:3176;s:17:\"accesskey-ca-move\";i:3177;s:18:\"accesskey-ca-watch\";i:3178;s:20:\"accesskey-ca-unwatch\";i:3179;s:16:\"accesskey-search\";i:3180;s:19:\"accesskey-search-go\";i:3181;s:25:\"accesskey-search-fulltext\";i:3182;s:16:\"accesskey-p-logo\";i:3183;s:26:\"accesskey-n-help-mediawiki\";i:3184;s:20:\"accesskey-n-mainpage\";i:3185;s:32:\"accesskey-n-mainpage-description\";i:3186;s:18:\"accesskey-n-portal\";i:3187;s:25:\"accesskey-n-currentevents\";i:3188;s:25:\"accesskey-n-recentchanges\";i:3189;s:22:\"accesskey-n-randompage\";i:3190;s:16:\"accesskey-n-help\";i:3191;s:25:\"accesskey-t-whatlinkshere\";i:3192;s:31:\"accesskey-t-recentchangeslinked\";i:3193;s:18:\"accesskey-feed-rss\";i:3194;s:19:\"accesskey-feed-atom\";i:3195;s:25:\"accesskey-t-contributions\";i:3196;s:21:\"accesskey-t-emailuser\";i:3197;s:16:\"accesskey-t-info\";i:3198;s:21:\"accesskey-t-permalink\";i:3199;s:17:\"accesskey-t-print\";i:3200;s:18:\"accesskey-t-upload\";i:3201;s:24:\"accesskey-t-specialpages\";i:3202;s:23:\"accesskey-ca-nstab-main\";i:3203;s:23:\"accesskey-ca-nstab-user\";i:3204;s:24:\"accesskey-ca-nstab-media\";i:3205;s:26:\"accesskey-ca-nstab-special\";i:3206;s:26:\"accesskey-ca-nstab-project\";i:3207;s:24:\"accesskey-ca-nstab-image\";i:3208;s:28:\"accesskey-ca-nstab-mediawiki\";i:3209;s:27:\"accesskey-ca-nstab-template\";i:3210;s:23:\"accesskey-ca-nstab-help\";i:3211;s:27:\"accesskey-ca-nstab-category\";i:3212;s:19:\"accesskey-minoredit\";i:3213;s:14:\"accesskey-save\";i:3214;s:17:\"accesskey-publish\";i:3215;s:17:\"accesskey-preview\";i:3216;s:14:\"accesskey-diff\";i:3217;s:33:\"accesskey-compareselectedversions\";i:3218;s:15:\"accesskey-watch\";i:3219;s:26:\"accesskey-watchlist-expiry\";i:3220;s:16:\"accesskey-upload\";i:3221;s:26:\"accesskey-preferences-save\";i:3222;s:17:\"accesskey-summary\";i:3223;s:24:\"accesskey-userrights-set\";i:3224;s:23:\"accesskey-blockip-block\";i:3225;s:16:\"accesskey-export\";i:3226;s:16:\"accesskey-import\";i:3227;s:37:\"accesskey-watchlistedit-normal-submit\";i:3228;s:34:\"accesskey-watchlistedit-raw-submit\";i:3229;s:23:\"tooltip-pt-anonuserpage\";i:3230;s:22:\"tooltip-pt-tmpuserpage\";i:3231;s:19:\"tooltip-pt-anontalk\";i:3232;s:20:\"tooltip-pt-watchlist\";i:3233;s:23:\"tooltip-pt-anoncontribs\";i:3234;s:24:\"tooltip-pt-login-private\";i:3235;s:15:\"tooltip-ca-view\";i:3236;s:18:\"tooltip-ca-protect\";i:3237;s:20:\"tooltip-ca-unprotect\";i:3238;s:17:\"tooltip-ca-delete\";i:3239;s:19:\"tooltip-ca-undelete\";i:3240;s:18:\"tooltip-ca-unwatch\";i:3241;s:27:\"tooltip-ca-unwatch-expiring\";i:3242;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3243;s:18:\"tooltip-p-cactions\";i:3244;s:14:\"tooltip-p-lang\";i:3245;s:20:\"tooltip-p-navigation\";i:3246;s:18:\"tooltip-p-personal\";i:3247;s:20:\"tooltip-p-namespaces\";i:3248;s:12:\"tooltip-p-tb\";i:3249;s:18:\"tooltip-p-variants\";i:3250;s:15:\"tooltip-p-views\";i:3251;s:36:\"tooltip-p-user-interface-preferences\";i:3252;s:19:\"tooltip-p-user-page\";i:3253;s:24:\"tooltip-n-help-mediawiki\";i:3254;s:16:\"tooltip-feed-rss\";i:3255;s:19:\"tooltip-t-emailuser\";i:3256;s:14:\"tooltip-t-info\";i:3257;s:22:\"tooltip-ca-nstab-media\";i:3258;s:26:\"tooltip-ca-nstab-mediawiki\";i:3259;s:21:\"tooltip-ca-nstab-help\";i:3260;s:17:\"tooltip-minoredit\";i:3261;s:15:\"tooltip-publish\";i:3262;s:31:\"tooltip-compareselectedversions\";i:3263;s:13:\"tooltip-watch\";i:3264;s:24:\"tooltip-watchlist-expiry\";i:3265;s:35:\"tooltip-watchlistedit-normal-submit\";i:3266;s:32:\"tooltip-watchlistedit-raw-submit\";i:3267;s:16:\"tooltip-recreate\";i:3268;s:14:\"tooltip-upload\";i:3269;s:12:\"tooltip-undo\";i:3270;s:24:\"tooltip-preferences-save\";i:3271;s:24:\"interlanguage-link-title\";i:3272;s:33:\"interlanguage-link-title-langonly\";i:3273;s:32:\"interlanguage-link-title-nonlang\";i:3274;s:36:\"interlanguage-link-title-nonlangonly\";i:3275;s:10:\"common.css\";i:3276;s:9:\"print.css\";i:3277;s:12:\"noscript.css\";i:3278;s:23:\"group-autoconfirmed.css\";i:3279;s:14:\"group-user.css\";i:3280;s:13:\"group-bot.css\";i:3281;s:15:\"group-sysop.css\";i:3282;s:20:\"group-bureaucrat.css\";i:3283;s:11:\"common.json\";i:3284;s:9:\"common.js\";i:3285;s:22:\"group-autoconfirmed.js\";i:3286;s:13:\"group-user.js\";i:3287;s:12:\"group-bot.js\";i:3288;s:14:\"group-sysop.js\";i:3289;s:19:\"group-bureaucrat.js\";i:3290;s:9:\"anonymous\";i:3291;s:8:\"siteuser\";i:3292;s:8:\"anonuser\";i:3293;s:16:\"lastmodifiedatby\";i:3294;s:13:\"othercontribs\";i:3295;s:6:\"others\";i:3296;s:9:\"siteusers\";i:3297;s:9:\"anonusers\";i:3298;s:11:\"creditspage\";i:3299;s:9:\"nocredits\";i:3300;s:19:\"spamprotectiontitle\";i:3301;s:18:\"spamprotectiontext\";i:3302;s:19:\"spamprotectionmatch\";i:3303;s:16:\"spambot_username\";i:3304;s:14:\"spam_reverting\";i:3305;s:13:\"spam_blanking\";i:3306;s:13:\"spam_deleting\";i:3307;s:20:\"simpleantispam-label\";i:3308;s:15:\"pageinfo-header\";i:3309;s:14:\"pageinfo-title\";i:3310;s:20:\"pageinfo-not-current\";i:3311;s:21:\"pageinfo-header-basic\";i:3312;s:21:\"pageinfo-header-edits\";i:3313;s:28:\"pageinfo-header-restrictions\";i:3314;s:26:\"pageinfo-header-properties\";i:3315;s:22:\"pageinfo-display-title\";i:3316;s:21:\"pageinfo-default-sort\";i:3317;s:15:\"pageinfo-length\";i:3318;s:18:\"pageinfo-namespace\";i:3319;s:19:\"pageinfo-article-id\";i:3320;s:17:\"pageinfo-language\";i:3321;s:24:\"pageinfo-language-change\";i:3322;s:22:\"pageinfo-content-model\";i:3323;s:29:\"pageinfo-content-model-change\";i:3324;s:21:\"pageinfo-robot-policy\";i:3325;s:20:\"pageinfo-robot-index\";i:3326;s:22:\"pageinfo-robot-noindex\";i:3327;s:17:\"pageinfo-watchers\";i:3328;s:26:\"pageinfo-visiting-watchers\";i:3329;s:21:\"pageinfo-few-watchers\";i:3330;s:30:\"pageinfo-few-visiting-watchers\";i:3331;s:23:\"pageinfo-redirects-name\";i:3332;s:24:\"pageinfo-redirects-value\";i:3333;s:22:\"pageinfo-subpages-name\";i:3334;s:23:\"pageinfo-subpages-value\";i:3335;s:18:\"pageinfo-firstuser\";i:3336;s:18:\"pageinfo-firsttime\";i:3337;s:17:\"pageinfo-lastuser\";i:3338;s:17:\"pageinfo-lasttime\";i:3339;s:14:\"pageinfo-edits\";i:3340;s:16:\"pageinfo-authors\";i:3341;s:21:\"pageinfo-recent-edits\";i:3342;s:23:\"pageinfo-recent-authors\";i:3343;s:20:\"pageinfo-magic-words\";i:3344;s:26:\"pageinfo-hidden-categories\";i:3345;s:18:\"pageinfo-templates\";i:3346;s:22:\"pageinfo-transclusions\";i:3347;s:15:\"pageinfo-footer\";i:3348;s:20:\"pageinfo-redirectsto\";i:3349;s:25:\"pageinfo-redirectsto-info\";i:3350;s:20:\"pageinfo-contentpage\";i:3351;s:24:\"pageinfo-contentpage-yes\";i:3352;s:26:\"pageinfo-protect-cascading\";i:3353;s:30:\"pageinfo-protect-cascading-yes\";i:3354;s:31:\"pageinfo-protect-cascading-from\";i:3355;s:22:\"pageinfo-category-info\";i:3356;s:23:\"pageinfo-category-total\";i:3357;s:23:\"pageinfo-category-pages\";i:3358;s:25:\"pageinfo-category-subcats\";i:3359;s:23:\"pageinfo-category-files\";i:3360;s:16:\"pageinfo-user-id\";i:3361;s:18:\"pageinfo-file-hash\";i:3362;s:25:\"pageinfo-view-protect-log\";i:3363;s:19:\"markaspatrolleddiff\";i:3364;s:19:\"markaspatrolledlink\";i:3365;s:19:\"markaspatrolledtext\";i:3366;s:24:\"markaspatrolledtext-file\";i:3367;s:17:\"markedaspatrolled\";i:3368;s:21:\"markedaspatrolledtext\";i:3369;s:16:\"rcpatroldisabled\";i:3370;s:20:\"rcpatroldisabledtext\";i:3371;s:22:\"markedaspatrollederror\";i:3372;s:26:\"markedaspatrollederrortext\";i:3373;s:35:\"markedaspatrollederror-noautopatrol\";i:3374;s:23:\"markedaspatrollednotify\";i:3375;s:15:\"patrol-log-page\";i:3376;s:17:\"patrol-log-header\";i:3377;s:28:\"confirm-markpatrolled-button\";i:3378;s:25:\"confirm-markpatrolled-top\";i:3379;s:15:\"deletedrevision\";i:3380;s:21:\"filedeleteerror-short\";i:3381;s:20:\"filedeleteerror-long\";i:3382;s:18:\"filedelete-missing\";i:3383;s:27:\"filedelete-old-unregistered\";i:3384;s:31:\"filedelete-current-unregistered\";i:3385;s:28:\"filedelete-archive-read-only\";i:3386;s:12:\"mediawarning\";i:3387;s:12:\"imagemaxsize\";i:3388;s:9:\"thumbsize\";i:3389;s:11:\"widthheight\";i:3390;s:15:\"widthheightpage\";i:3391;s:9:\"file-info\";i:3392;s:14:\"file-info-size\";i:3393;s:20:\"file-info-size-pages\";i:3394;s:12:\"file-nohires\";i:3395;s:13:\"svg-long-desc\";i:3396;s:22:\"svg-long-desc-animated\";i:3397;s:14:\"svg-long-error\";i:3398;s:29:\"show-big-image-preview-differ\";i:3399;s:20:\"show-big-image-other\";i:3400;s:19:\"show-big-image-size\";i:3401;s:20:\"file-info-gif-looped\";i:3402;s:20:\"file-info-gif-frames\";i:3403;s:20:\"file-info-png-looped\";i:3404;s:20:\"file-info-png-repeat\";i:3405;s:20:\"file-info-png-frames\";i:3406;s:23:\"file-no-thumb-animation\";i:3407;s:27:\"file-no-thumb-animation-gif\";i:3408;s:9:\"newimages\";i:3409;s:13:\"newimagestext\";i:3410;s:13:\"imagelisttext\";i:3411;s:17:\"newimages-summary\";i:3412;s:16:\"newimages-legend\";i:3413;s:14:\"newimages-user\";i:3414;s:18:\"newimages-showbots\";i:3415;s:23:\"newimages-hidepatrolled\";i:3416;s:19:\"newimages-mediatype\";i:3417;s:8:\"noimages\";i:3418;s:24:\"gallery-slideshow-toggle\";i:3419;s:8:\"ilsubmit\";i:3420;s:6:\"bydate\";i:3421;s:21:\"sp-newimages-showfrom\";i:3422;s:10:\"video-dims\";i:3423;s:14:\"seconds-abbrev\";i:3424;s:14:\"minutes-abbrev\";i:3425;s:12:\"hours-abbrev\";i:3426;s:11:\"days-abbrev\";i:3427;s:7:\"seconds\";i:3428;s:7:\"minutes\";i:3429;s:5:\"hours\";i:3430;s:4:\"days\";i:3431;s:5:\"weeks\";i:3432;s:6:\"months\";i:3433;s:5:\"years\";i:3434;s:3:\"ago\";i:3435;s:8:\"just-now\";i:3436;s:9:\"hours-ago\";i:3437;s:11:\"minutes-ago\";i:3438;s:11:\"seconds-ago\";i:3439;s:9:\"monday-at\";i:3440;s:10:\"tuesday-at\";i:3441;s:12:\"wednesday-at\";i:3442;s:11:\"thursday-at\";i:3443;s:9:\"friday-at\";i:3444;s:11:\"saturday-at\";i:3445;s:9:\"sunday-at\";i:3446;s:8:\"today-at\";i:3447;s:12:\"yesterday-at\";i:3448;s:19:\"variantname-zh-hans\";i:3449;s:19:\"variantname-zh-hant\";i:3450;s:17:\"variantname-zh-cn\";i:3451;s:17:\"variantname-zh-tw\";i:3452;s:17:\"variantname-zh-hk\";i:3453;s:17:\"variantname-zh-mo\";i:3454;s:17:\"variantname-zh-sg\";i:3455;s:17:\"variantname-zh-my\";i:3456;s:14:\"variantname-zh\";i:3457;s:20:\"variantname-gan-hans\";i:3458;s:20:\"variantname-gan-hant\";i:3459;s:15:\"variantname-gan\";i:3460;s:19:\"variantname-sr-cyrl\";i:3461;s:17:\"variantname-sr-ec\";i:3462;s:17:\"variantname-sr-el\";i:3463;s:19:\"variantname-sr-latn\";i:3464;s:14:\"variantname-sr\";i:3465;s:17:\"variantname-kk-kz\";i:3466;s:17:\"variantname-kk-tr\";i:3467;s:17:\"variantname-kk-cn\";i:3468;s:19:\"variantname-kk-cyrl\";i:3469;s:19:\"variantname-kk-latn\";i:3470;s:19:\"variantname-kk-arab\";i:3471;s:14:\"variantname-kk\";i:3472;s:19:\"variantname-ku-arab\";i:3473;s:19:\"variantname-ku-latn\";i:3474;s:14:\"variantname-ku\";i:3475;s:19:\"variantname-tg-cyrl\";i:3476;s:19:\"variantname-tg-latn\";i:3477;s:14:\"variantname-tg\";i:3478;s:20:\"variantname-tly-cyrl\";i:3479;s:15:\"variantname-tly\";i:3480;s:20:\"variantname-ike-cans\";i:3481;s:20:\"variantname-ike-latn\";i:3482;s:14:\"variantname-iu\";i:3483;s:20:\"variantname-shi-tfng\";i:3484;s:20:\"variantname-shi-latn\";i:3485;s:15:\"variantname-shi\";i:3486;s:14:\"variantname-uz\";i:3487;s:19:\"variantname-uz-latn\";i:3488;s:19:\"variantname-uz-cyrl\";i:3489;s:15:\"variantname-crh\";i:3490;s:20:\"variantname-crh-latn\";i:3491;s:20:\"variantname-crh-cyrl\";i:3492;s:13:\"metadata-help\";i:3493;s:15:\"metadata-expand\";i:3494;s:17:\"metadata-collapse\";i:3495;s:17:\"metadata-langitem\";i:3496;s:25:\"metadata-langitem-default\";i:3497;s:12:\"confirmemail\";i:3498;s:20:\"confirmemail_noemail\";i:3499;s:17:\"confirmemail_text\";i:3500;s:20:\"confirmemail_pending\";i:3501;s:17:\"confirmemail_send\";i:3502;s:17:\"confirmemail_sent\";i:3503;s:21:\"confirmemail_oncreate\";i:3504;s:23:\"confirmemail_sendfailed\";i:3505;s:20:\"confirmemail_invalid\";i:3506;s:22:\"confirmemail_needlogin\";i:3507;s:20:\"confirmemail_success\";i:3508;s:21:\"confirmemail_loggedin\";i:3509;s:20:\"confirmemail_subject\";i:3510;s:17:\"confirmemail_body\";i:3511;s:25:\"confirmemail_body_changed\";i:3512;s:21:\"confirmemail_body_set\";i:3513;s:24:\"confirmemail_invalidated\";i:3514;s:15:\"invalidateemail\";i:3515;s:33:\"notificationemail_subject_changed\";i:3516;s:33:\"notificationemail_subject_removed\";i:3517;s:30:\"notificationemail_body_changed\";i:3518;s:30:\"notificationemail_body_removed\";i:3519;s:23:\"scarytranscludedisabled\";i:3520;s:21:\"scarytranscludefailed\";i:3521;s:32:\"scarytranscludefailed-httpstatus\";i:3522;s:22:\"scarytranscludetoolong\";i:3523;s:19:\"deletedwhileediting\";i:3524;s:15:\"confirmrecreate\";i:3525;s:24:\"confirmrecreate-noreason\";i:3526;s:8:\"recreate\";i:3527;s:10:\"unit-pixel\";i:3528;s:19:\"confirm-purge-title\";i:3529;s:20:\"confirm_purge_button\";i:3530;s:17:\"confirm-purge-top\";i:3531;s:20:\"confirm-purge-bottom\";i:3532;s:20:\"confirm-watch-button\";i:3533;s:17:\"confirm-watch-top\";i:3534;s:19:\"confirm-watch-label\";i:3535;s:24:\"watchlist-expiry-options\";i:3536;s:31:\"watchlist-expires-in-aria-label\";i:3537;s:27:\"confirm-watch-button-expiry\";i:3538;s:22:\"confirm-unwatch-button\";i:3539;s:19:\"confirm-unwatch-top\";i:3540;s:23:\"confirm-rollback-button\";i:3541;s:20:\"confirm-rollback-top\";i:3542;s:23:\"confirm-rollback-bottom\";i:3543;s:24:\"confirm-mcrrestore-title\";i:3544;s:21:\"confirm-mcrundo-title\";i:3545;s:13:\"mcrundofailed\";i:3546;s:20:\"mcrundo-missingparam\";i:3547;s:15:\"mcrundo-changed\";i:3548;s:20:\"mcrundo-parse-failed\";i:3549;s:19:\"semicolon-separator\";i:3550;s:15:\"comma-separator\";i:3551;s:15:\"colon-separator\";i:3552;s:18:\"autocomment-prefix\";i:3553;s:14:\"pipe-separator\";i:3554;s:14:\"word-separator\";i:3555;s:8:\"ellipsis\";i:3556;s:7:\"percent\";i:3557;s:11:\"parentheses\";i:3558;s:17:\"parentheses-start\";i:3559;s:15:\"parentheses-end\";i:3560;s:8:\"brackets\";i:3561;s:14:\"brackets-start\";i:3562;s:12:\"brackets-end\";i:3563;s:15:\"quotation-marks\";i:3564;s:13:\"formatnum-nan\";i:3565;s:16:\"imgmultipageprev\";i:3566;s:16:\"imgmultipagenext\";i:3567;s:10:\"imgmultigo\";i:3568;s:12:\"imgmultigoto\";i:3569;s:12:\"img-lang-opt\";i:3570;s:16:\"img-lang-default\";i:3571;s:13:\"img-lang-info\";i:3572;s:11:\"img-lang-go\";i:3573;s:16:\"table_pager_next\";i:3574;s:16:\"table_pager_prev\";i:3575;s:17:\"table_pager_first\";i:3576;s:16:\"table_pager_last\";i:3577;s:17:\"table_pager_limit\";i:3578;s:23:\"table_pager_limit_label\";i:3579;s:24:\"table_pager_limit_submit\";i:3580;s:17:\"table_pager_empty\";i:3581;s:14:\"autosumm-blank\";i:3582;s:16:\"autosumm-replace\";i:3583;s:16:\"autoredircomment\";i:3584;s:25:\"autosumm-removed-redirect\";i:3585;s:32:\"autosumm-changed-redirect-target\";i:3586;s:12:\"autosumm-new\";i:3587;s:17:\"autosumm-newblank\";i:3588;s:29:\"block-autoblock-exemptionlist\";i:3589;s:10:\"size-bytes\";i:3590;s:14:\"size-kilobytes\";i:3591;s:14:\"size-megabytes\";i:3592;s:14:\"size-gigabytes\";i:3593;s:14:\"size-terabytes\";i:3594;s:14:\"size-petabytes\";i:3595;s:13:\"size-exabytes\";i:3596;s:15:\"size-zettabytes\";i:3597;s:15:\"size-yottabytes\";i:3598;s:15:\"size-ronnabytes\";i:3599;s:16:\"size-quettabytes\";i:3600;s:10:\"size-pixel\";i:3601;s:14:\"size-kilopixel\";i:3602;s:14:\"size-megapixel\";i:3603;s:14:\"size-gigapixel\";i:3604;s:14:\"size-terapixel\";i:3605;s:14:\"size-petapixel\";i:3606;s:13:\"size-exapixel\";i:3607;s:15:\"size-zettapixel\";i:3608;s:15:\"size-yottapixel\";i:3609;s:15:\"size-ronnapixel\";i:3610;s:16:\"size-quettapixel\";i:3611;s:12:\"bitrate-bits\";i:3612;s:16:\"bitrate-kilobits\";i:3613;s:16:\"bitrate-megabits\";i:3614;s:16:\"bitrate-gigabits\";i:3615;s:16:\"bitrate-terabits\";i:3616;s:16:\"bitrate-petabits\";i:3617;s:15:\"bitrate-exabits\";i:3618;s:17:\"bitrate-zettabits\";i:3619;s:17:\"bitrate-yottabits\";i:3620;s:17:\"bitrate-ronnabits\";i:3621;s:18:\"bitrate-quettabits\";i:3622;s:15:\"lag-warn-normal\";i:3623;s:13:\"lag-warn-high\";i:3624;s:21:\"editwatchlist-summary\";i:3625;s:26:\"watchlistedit-normal-title\";i:3626;s:27:\"watchlistedit-normal-legend\";i:3627;s:28:\"watchlistedit-normal-explain\";i:3628;s:27:\"watchlistedit-normal-submit\";i:3629;s:25:\"watchlistedit-normal-done\";i:3630;s:23:\"watchlistedit-raw-title\";i:3631;s:24:\"watchlistedit-raw-legend\";i:3632;s:25:\"watchlistedit-raw-explain\";i:3633;s:24:\"watchlistedit-raw-titles\";i:3634;s:24:\"watchlistedit-raw-submit\";i:3635;s:22:\"watchlistedit-raw-done\";i:3636;s:23:\"watchlistedit-raw-added\";i:3637;s:25:\"watchlistedit-raw-removed\";i:3638;s:25:\"watchlistedit-clear-title\";i:3639;s:26:\"watchlistedit-clear-legend\";i:3640;s:26:\"watchlistedit-clear-submit\";i:3641;s:24:\"watchlistedit-clear-done\";i:3642;s:28:\"watchlistedit-clear-jobqueue\";i:3643;s:27:\"watchlistedit-clear-removed\";i:3644;s:20:\"watchlisttools-clear\";i:3645;s:19:\"watchlisttools-view\";i:3646;s:19:\"watchlisttools-edit\";i:3647;s:18:\"watchlisttools-raw\";i:3648;s:19:\"iranian-calendar-m1\";i:3649;s:19:\"iranian-calendar-m2\";i:3650;s:19:\"iranian-calendar-m3\";i:3651;s:19:\"iranian-calendar-m4\";i:3652;s:19:\"iranian-calendar-m5\";i:3653;s:19:\"iranian-calendar-m6\";i:3654;s:19:\"iranian-calendar-m7\";i:3655;s:19:\"iranian-calendar-m8\";i:3656;s:19:\"iranian-calendar-m9\";i:3657;s:20:\"iranian-calendar-m10\";i:3658;s:20:\"iranian-calendar-m11\";i:3659;s:20:\"iranian-calendar-m12\";i:3660;s:17:\"hijri-calendar-m1\";i:3661;s:17:\"hijri-calendar-m2\";i:3662;s:17:\"hijri-calendar-m3\";i:3663;s:17:\"hijri-calendar-m4\";i:3664;s:17:\"hijri-calendar-m5\";i:3665;s:17:\"hijri-calendar-m6\";i:3666;s:17:\"hijri-calendar-m7\";i:3667;s:17:\"hijri-calendar-m8\";i:3668;s:17:\"hijri-calendar-m9\";i:3669;s:18:\"hijri-calendar-m10\";i:3670;s:18:\"hijri-calendar-m11\";i:3671;s:18:\"hijri-calendar-m12\";i:3672;s:18:\"hebrew-calendar-m1\";i:3673;s:18:\"hebrew-calendar-m2\";i:3674;s:18:\"hebrew-calendar-m3\";i:3675;s:18:\"hebrew-calendar-m4\";i:3676;s:18:\"hebrew-calendar-m5\";i:3677;s:18:\"hebrew-calendar-m6\";i:3678;s:19:\"hebrew-calendar-m6a\";i:3679;s:19:\"hebrew-calendar-m6b\";i:3680;s:18:\"hebrew-calendar-m7\";i:3681;s:18:\"hebrew-calendar-m8\";i:3682;s:18:\"hebrew-calendar-m9\";i:3683;s:19:\"hebrew-calendar-m10\";i:3684;s:19:\"hebrew-calendar-m11\";i:3685;s:19:\"hebrew-calendar-m12\";i:3686;s:22:\"hebrew-calendar-m1-gen\";i:3687;s:22:\"hebrew-calendar-m2-gen\";i:3688;s:22:\"hebrew-calendar-m3-gen\";i:3689;s:22:\"hebrew-calendar-m4-gen\";i:3690;s:22:\"hebrew-calendar-m5-gen\";i:3691;s:22:\"hebrew-calendar-m6-gen\";i:3692;s:23:\"hebrew-calendar-m6a-gen\";i:3693;s:23:\"hebrew-calendar-m6b-gen\";i:3694;s:22:\"hebrew-calendar-m7-gen\";i:3695;s:22:\"hebrew-calendar-m8-gen\";i:3696;s:22:\"hebrew-calendar-m9-gen\";i:3697;s:23:\"hebrew-calendar-m10-gen\";i:3698;s:23:\"hebrew-calendar-m11-gen\";i:3699;s:23:\"hebrew-calendar-m12-gen\";i:3700;s:14:\"signature-anon\";i:3701;s:14:\"signature-temp\";i:3702;s:12:\"timezone-utc\";i:3703;s:14:\"timezone-local\";i:3704;s:21:\"duplicate-defaultsort\";i:3705;s:22:\"duplicate-displaytitle\";i:3706;s:23:\"restricted-displaytitle\";i:3707;s:22:\"invalid-indicator-name\";i:3708;s:25:\"invalid-langconvert-attrs\";i:3709;s:7:\"version\";i:3710;s:15:\"version-summary\";i:3711;s:18:\"version-extensions\";i:3712;s:13:\"version-skins\";i:3713;s:20:\"version-specialpages\";i:3714;s:19:\"version-parserhooks\";i:3715;s:17:\"version-variables\";i:3716;s:15:\"version-editors\";i:3717;s:16:\"version-antispam\";i:3718;s:11:\"version-api\";i:3719;s:13:\"version-other\";i:3720;s:21:\"version-mediahandlers\";i:3721;s:13:\"version-hooks\";i:3722;s:28:\"version-parser-extensiontags\";i:3723;s:29:\"version-parser-function-hooks\";i:3724;s:17:\"version-hook-name\";i:3725;s:25:\"version-hook-subscribedby\";i:3726;s:15:\"version-version\";i:3727;s:19:\"version-no-ext-name\";i:3728;s:15:\"version-license\";i:3729;s:19:\"version-ext-license\";i:3730;s:26:\"version-ext-colheader-name\";i:3731;s:27:\"version-skin-colheader-name\";i:3732;s:29:\"version-ext-colheader-version\";i:3733;s:29:\"version-ext-colheader-license\";i:3734;s:33:\"version-ext-colheader-description\";i:3735;s:29:\"version-ext-colheader-credits\";i:3736;s:21:\"version-license-title\";i:3737;s:25:\"version-license-not-found\";i:3738;s:21:\"version-credits-title\";i:3739;s:25:\"version-credits-not-found\";i:3740;s:25:\"version-poweredby-credits\";i:3741;s:24:\"version-poweredby-others\";i:3742;s:29:\"version-poweredby-translators\";i:3743;s:25:\"version-poweredby-various\";i:3744;s:23:\"version-credits-summary\";i:3745;s:20:\"version-license-info\";i:3746;s:16:\"version-software\";i:3747;s:24:\"version-software-product\";i:3748;s:24:\"version-software-version\";i:3749;s:20:\"version-db-mysql-url\";i:3750;s:22:\"version-db-mariadb-url\";i:3751;s:22:\"version-db-percona-url\";i:3752;s:23:\"version-db-postgres-url\";i:3753;s:21:\"version-db-sqlite-url\";i:3754;s:19:\"version-entrypoints\";i:3755;s:37:\"version-entrypoints-header-entrypoint\";i:3756;s:30:\"version-entrypoints-header-url\";i:3757;s:31:\"version-entrypoints-articlepath\";i:3758;s:30:\"version-entrypoints-scriptpath\";i:3759;s:29:\"version-entrypoints-index-php\";i:3760;s:27:\"version-entrypoints-api-php\";i:3761;s:28:\"version-entrypoints-rest-php\";i:3762;s:17:\"version-libraries\";i:3763;s:25:\"version-libraries-library\";i:3764;s:25:\"version-libraries-version\";i:3765;s:25:\"version-libraries-license\";i:3766;s:29:\"version-libraries-description\";i:3767;s:25:\"version-libraries-authors\";i:3768;s:8:\"redirect\";i:3769;s:13:\"redirect-text\";i:3770;s:16:\"redirect-summary\";i:3771;s:15:\"redirect-submit\";i:3772;s:15:\"redirect-lookup\";i:3773;s:14:\"redirect-value\";i:3774;s:13:\"redirect-user\";i:3775;s:13:\"redirect-page\";i:3776;s:17:\"redirect-revision\";i:3777;s:13:\"redirect-file\";i:3778;s:14:\"redirect-logid\";i:3779;s:19:\"redirect-not-exists\";i:3780;s:20:\"redirect-not-numeric\";i:3781;s:19:\"fileduplicatesearch\";i:3782;s:27:\"fileduplicatesearch-summary\";i:3783;s:28:\"fileduplicatesearch-filename\";i:3784;s:26:\"fileduplicatesearch-submit\";i:3785;s:24:\"fileduplicatesearch-info\";i:3786;s:28:\"fileduplicatesearch-result-1\";i:3787;s:28:\"fileduplicatesearch-result-n\";i:3788;s:29:\"fileduplicatesearch-noresults\";i:3789;s:20:\"specialpages-summary\";i:3790;s:21:\"specialpages-note-top\";i:3791;s:28:\"specialpages-note-restricted\";i:3792;s:24:\"specialpages-note-cached\";i:3793;s:30:\"specialpages-group-maintenance\";i:3794;s:24:\"specialpages-group-other\";i:3795;s:24:\"specialpages-group-login\";i:3796;s:26:\"specialpages-group-changes\";i:3797;s:24:\"specialpages-group-media\";i:3798;s:24:\"specialpages-group-users\";i:3799;s:26:\"specialpages-group-highuse\";i:3800;s:24:\"specialpages-group-pages\";i:3801;s:28:\"specialpages-group-pagetools\";i:3802;s:23:\"specialpages-group-wiki\";i:3803;s:28:\"specialpages-group-redirects\";i:3804;s:23:\"specialpages-group-spam\";i:3805;s:28:\"specialpages-group-developer\";i:3806;s:9:\"blankpage\";i:3807;s:22:\"intentionallyblankpage\";i:3808;s:28:\"disabledspecialpage-disabled\";i:3809;s:24:\"external_image_whitelist\";i:3810;s:4:\"tags\";i:3811;s:12:\"tags-summary\";i:3812;s:10:\"tag-filter\";i:3813;s:17:\"tag-filter-submit\";i:3814;s:10:\"tag-hidden\";i:3815;s:16:\"tag-list-wrapper\";i:3816;s:25:\"tag-mw-contentmodelchange\";i:3817;s:37:\"tag-mw-contentmodelchange-description\";i:3818;s:19:\"tag-mw-new-redirect\";i:3819;s:31:\"tag-mw-new-redirect-description\";i:3820;s:23:\"tag-mw-removed-redirect\";i:3821;s:35:\"tag-mw-removed-redirect-description\";i:3822;s:30:\"tag-mw-changed-redirect-target\";i:3823;s:42:\"tag-mw-changed-redirect-target-description\";i:3824;s:12:\"tag-mw-blank\";i:3825;s:24:\"tag-mw-blank-description\";i:3826;s:14:\"tag-mw-replace\";i:3827;s:26:\"tag-mw-replace-description\";i:3828;s:15:\"tag-mw-rollback\";i:3829;s:27:\"tag-mw-rollback-description\";i:3830;s:11:\"tag-mw-undo\";i:3831;s:23:\"tag-mw-undo-description\";i:3832;s:20:\"tag-mw-manual-revert\";i:3833;s:32:\"tag-mw-manual-revert-description\";i:3834;s:15:\"tag-mw-reverted\";i:3835;s:27:\"tag-mw-reverted-description\";i:3836;s:25:\"tag-mw-server-side-upload\";i:3837;s:37:\"tag-mw-server-side-upload-description\";i:3838;s:10:\"tags-title\";i:3839;s:10:\"tags-intro\";i:3840;s:8:\"tags-tag\";i:3841;s:19:\"tags-display-header\";i:3842;s:23:\"tags-description-header\";i:3843;s:18:\"tags-source-header\";i:3844;s:18:\"tags-active-header\";i:3845;s:20:\"tags-hitcount-header\";i:3846;s:19:\"tags-actions-header\";i:3847;s:15:\"tags-active-yes\";i:3848;s:14:\"tags-active-no\";i:3849;s:21:\"tags-source-extension\";i:3850;s:18:\"tags-source-manual\";i:3851;s:16:\"tags-source-none\";i:3852;s:11:\"tags-hidden\";i:3853;s:9:\"tags-edit\";i:3854;s:11:\"tags-delete\";i:3855;s:13:\"tags-activate\";i:3856;s:15:\"tags-deactivate\";i:3857;s:13:\"tags-hitcount\";i:3858;s:25:\"tags-manage-no-permission\";i:3859;s:19:\"tags-manage-blocked\";i:3860;s:19:\"tags-create-heading\";i:3861;s:23:\"tags-create-explanation\";i:3862;s:20:\"tags-create-tag-name\";i:3863;s:18:\"tags-create-reason\";i:3864;s:18:\"tags-create-submit\";i:3865;s:19:\"tags-create-no-name\";i:3866;s:25:\"tags-create-invalid-chars\";i:3867;s:31:\"tags-create-invalid-title-chars\";i:3868;s:26:\"tags-create-already-exists\";i:3869;s:26:\"tags-create-warnings-above\";i:3870;s:26:\"tags-create-warnings-below\";i:3871;s:17:\"tags-delete-title\";i:3872;s:31:\"tags-delete-explanation-initial\";i:3873;s:30:\"tags-delete-explanation-in-use\";i:3874;s:31:\"tags-delete-explanation-warning\";i:3875;s:30:\"tags-delete-explanation-active\";i:3876;s:18:\"tags-delete-reason\";i:3877;s:18:\"tags-delete-submit\";i:3878;s:23:\"tags-delete-not-allowed\";i:3879;s:21:\"tags-delete-not-found\";i:3880;s:25:\"tags-delete-too-many-uses\";i:3881;s:33:\"tags-delete-warnings-after-delete\";i:3882;s:25:\"tags-delete-no-permission\";i:3883;s:19:\"tags-activate-title\";i:3884;s:22:\"tags-activate-question\";i:3885;s:20:\"tags-activate-reason\";i:3886;s:25:\"tags-activate-not-allowed\";i:3887;s:23:\"tags-activate-not-found\";i:3888;s:20:\"tags-activate-submit\";i:3889;s:21:\"tags-deactivate-title\";i:3890;s:24:\"tags-deactivate-question\";i:3891;s:22:\"tags-deactivate-reason\";i:3892;s:27:\"tags-deactivate-not-allowed\";i:3893;s:22:\"tags-deactivate-submit\";i:3894;s:24:\"tags-apply-no-permission\";i:3895;s:18:\"tags-apply-blocked\";i:3896;s:26:\"tags-apply-not-allowed-one\";i:3897;s:28:\"tags-apply-not-allowed-multi\";i:3898;s:25:\"tags-update-no-permission\";i:3899;s:19:\"tags-update-blocked\";i:3900;s:31:\"tags-update-add-not-allowed-one\";i:3901;s:33:\"tags-update-add-not-allowed-multi\";i:3902;s:34:\"tags-update-remove-not-allowed-one\";i:3903;s:36:\"tags-update-remove-not-allowed-multi\";i:3904;s:15:\"tags-edit-title\";i:3905;s:21:\"tags-edit-manage-link\";i:3906;s:27:\"tags-edit-revision-selected\";i:3907;s:27:\"tags-edit-logentry-selected\";i:3908;s:30:\"tags-edit-revision-explanation\";i:3909;s:30:\"tags-edit-logentry-explanation\";i:3910;s:25:\"tags-edit-revision-legend\";i:3911;s:25:\"tags-edit-logentry-legend\";i:3912;s:23:\"tags-edit-existing-tags\";i:3913;s:28:\"tags-edit-existing-tags-none\";i:3914;s:18:\"tags-edit-new-tags\";i:3915;s:13:\"tags-edit-add\";i:3916;s:16:\"tags-edit-remove\";i:3917;s:25:\"tags-edit-remove-all-tags\";i:3918;s:28:\"tags-edit-chosen-placeholder\";i:3919;s:27:\"tags-edit-chosen-no-results\";i:3920;s:16:\"tags-edit-reason\";i:3921;s:25:\"tags-edit-revision-submit\";i:3922;s:25:\"tags-edit-logentry-submit\";i:3923;s:17:\"tags-edit-success\";i:3924;s:17:\"tags-edit-failure\";i:3925;s:23:\"tags-edit-nooldid-title\";i:3926;s:22:\"tags-edit-nooldid-text\";i:3927;s:23:\"tags-edit-none-selected\";i:3928;s:12:\"comparepages\";i:3929;s:20:\"comparepages-summary\";i:3930;s:13:\"compare-page1\";i:3931;s:13:\"compare-page2\";i:3932;s:12:\"compare-rev1\";i:3933;s:12:\"compare-rev2\";i:3934;s:14:\"compare-submit\";i:3935;s:27:\"compare-revision-not-exists\";i:3936;s:9:\"diff-form\";i:3937;s:15:\"diff-form-oldid\";i:3938;s:15:\"diff-form-revid\";i:3939;s:16:\"diff-form-submit\";i:3940;s:17:\"diff-form-summary\";i:3941;s:21:\"diff-form-other-revid\";i:3942;s:21:\"diff-form-error-revid\";i:3943;s:13:\"permanentlink\";i:3944;s:19:\"permanentlink-revid\";i:3945;s:20:\"permanentlink-submit\";i:3946;s:21:\"permanentlink-summary\";i:3947;s:10:\"newsection\";i:3948;s:15:\"newsection-page\";i:3949;s:17:\"newsection-submit\";i:3950;s:18:\"newsection-summary\";i:3951;s:8:\"editpage\";i:3952;s:20:\"specialeditpage-page\";i:3953;s:22:\"specialeditpage-submit\";i:3954;s:16:\"editpage-summary\";i:3955;s:10:\"deletepage\";i:3956;s:22:\"specialdeletepage-page\";i:3957;s:24:\"specialdeletepage-submit\";i:3958;s:18:\"deletepage-summary\";i:3959;s:8:\"pageinfo\";i:3960;s:20:\"specialpageinfo-page\";i:3961;s:22:\"specialpageinfo-submit\";i:3962;s:16:\"pageinfo-summary\";i:3963;s:11:\"pagehistory\";i:3964;s:23:\"specialpagehistory-page\";i:3965;s:25:\"specialpagehistory-submit\";i:3966;s:19:\"pagehistory-summary\";i:3967;s:11:\"protectpage\";i:3968;s:23:\"specialprotectpage-page\";i:3969;s:25:\"specialprotectpage-submit\";i:3970;s:19:\"protectpage-summary\";i:3971;s:5:\"purge\";i:3972;s:17:\"specialpurge-page\";i:3973;s:19:\"specialpurge-submit\";i:3974;s:13:\"purge-summary\";i:3975;s:14:\"dberr-problems\";i:3976;s:11:\"dberr-again\";i:3977;s:10:\"dberr-info\";i:3978;s:17:\"dberr-info-hidden\";i:3979;s:22:\"htmlform-invalid-input\";i:3980;s:25:\"htmlform-select-badoption\";i:3981;s:20:\"htmlform-int-invalid\";i:3982;s:22:\"htmlform-float-invalid\";i:3983;s:19:\"htmlform-int-toolow\";i:3984;s:20:\"htmlform-int-toohigh\";i:3985;s:28:\"htmlform-multiselect-toomany\";i:3986;s:17:\"htmlform-required\";i:3987;s:15:\"htmlform-submit\";i:3988;s:14:\"htmlform-reset\";i:3989;s:28:\"htmlform-selectorother-other\";i:3990;s:11:\"htmlform-no\";i:3991;s:12:\"htmlform-yes\";i:3992;s:27:\"htmlform-chosen-placeholder\";i:3993;s:22:\"htmlform-cloner-create\";i:3994;s:22:\"htmlform-cloner-delete\";i:3995;s:24:\"htmlform-cloner-required\";i:3996;s:25:\"htmlform-date-placeholder\";i:3997;s:25:\"htmlform-time-placeholder\";i:3998;s:29:\"htmlform-datetime-placeholder\";i:3999;s:21:\"htmlform-date-invalid\";i:4000;s:21:\"htmlform-time-invalid\";i:4001;s:25:\"htmlform-datetime-invalid\";i:4002;s:20:\"htmlform-date-toolow\";i:4003;s:21:\"htmlform-date-toohigh\";i:4004;s:20:\"htmlform-time-toolow\";i:4005;s:21:\"htmlform-time-toohigh\";i:4006;s:24:\"htmlform-datetime-toolow\";i:4007;s:25:\"htmlform-datetime-toohigh\";i:4008;s:27:\"htmlform-title-badnamespace\";i:4009;s:28:\"htmlform-title-not-creatable\";i:4010;s:25:\"htmlform-title-not-exists\";i:4011;s:24:\"htmlform-title-interwiki\";i:4012;s:24:\"htmlform-user-not-exists\";i:4013;s:23:\"htmlform-user-not-valid\";i:4014;s:24:\"htmlform-tag-not-allowed\";i:4015;s:10:\"rawmessage\";i:4016;s:22:\"logentry-delete-delete\";i:4017;s:28:\"logentry-delete-delete_redir\";i:4018;s:29:\"logentry-delete-delete_redir2\";i:4019;s:23:\"logentry-delete-restore\";i:4020;s:31:\"logentry-delete-restore-nocount\";i:4021;s:23:\"restore-count-revisions\";i:4022;s:19:\"restore-count-files\";i:4023;s:21:\"logentry-delete-event\";i:4024;s:24:\"logentry-delete-revision\";i:4025;s:28:\"logentry-delete-event-legacy\";i:4026;s:31:\"logentry-delete-revision-legacy\";i:4027;s:24:\"logentry-suppress-delete\";i:4028;s:23:\"logentry-suppress-event\";i:4029;s:26:\"logentry-suppress-revision\";i:4030;s:30:\"logentry-suppress-event-legacy\";i:4031;s:33:\"logentry-suppress-revision-legacy\";i:4032;s:21:\"revdelete-content-hid\";i:4033;s:21:\"revdelete-summary-hid\";i:4034;s:19:\"revdelete-uname-hid\";i:4035;s:23:\"revdelete-content-unhid\";i:4036;s:23:\"revdelete-summary-unhid\";i:4037;s:21:\"revdelete-uname-unhid\";i:4038;s:20:\"revdelete-restricted\";i:4039;s:22:\"revdelete-unrestricted\";i:4040;s:20:\"logentry-block-block\";i:4041;s:22:\"logentry-block-unblock\";i:4042;s:22:\"logentry-block-reblock\";i:4043;s:32:\"logentry-partialblock-block-page\";i:4044;s:30:\"logentry-partialblock-block-ns\";i:4045;s:34:\"logentry-partialblock-block-action\";i:4046;s:27:\"logentry-partialblock-block\";i:4047;s:29:\"logentry-partialblock-reblock\";i:4048;s:32:\"logentry-non-editing-block-block\";i:4049;s:34:\"logentry-non-editing-block-reblock\";i:4050;s:23:\"logentry-suppress-block\";i:4051;s:25:\"logentry-suppress-reblock\";i:4052;s:22:\"logentry-import-upload\";i:4053;s:30:\"logentry-import-upload-details\";i:4054;s:25:\"logentry-import-interwiki\";i:4055;s:33:\"logentry-import-interwiki-details\";i:4056;s:20:\"logentry-merge-merge\";i:4057;s:18:\"logentry-move-move\";i:4058;s:29:\"logentry-move-move-noredirect\";i:4059;s:24:\"logentry-move-move_redir\";i:4060;s:35:\"logentry-move-move_redir-noredirect\";i:4061;s:22:\"logentry-patrol-patrol\";i:4062;s:27:\"logentry-patrol-patrol-auto\";i:4063;s:26:\"logentry-newusers-newusers\";i:4064;s:24:\"logentry-newusers-create\";i:4065;s:25:\"logentry-newusers-create2\";i:4066;s:25:\"logentry-newusers-byemail\";i:4067;s:28:\"logentry-newusers-autocreate\";i:4068;s:26:\"logentry-protect-move_prot\";i:4069;s:26:\"logentry-protect-unprotect\";i:4070;s:24:\"logentry-protect-protect\";i:4071;s:32:\"logentry-protect-protect-cascade\";i:4072;s:23:\"logentry-protect-modify\";i:4073;s:31:\"logentry-protect-modify-cascade\";i:4074;s:22:\"logentry-rights-rights\";i:4075;s:29:\"logentry-rights-rights-legacy\";i:4076;s:27:\"logentry-rights-autopromote\";i:4077;s:25:\"logentry-upload-overwrite\";i:4078;s:22:\"logentry-upload-revert\";i:4079;s:19:\"log-name-managetags\";i:4080;s:26:\"log-description-managetags\";i:4081;s:26:\"logentry-managetags-create\";i:4082;s:26:\"logentry-managetags-delete\";i:4083;s:28:\"logentry-managetags-activate\";i:4084;s:30:\"logentry-managetags-deactivate\";i:4085;s:12:\"log-name-tag\";i:4086;s:19:\"log-description-tag\";i:4087;s:32:\"logentry-tag-update-add-revision\";i:4088;s:32:\"logentry-tag-update-add-logentry\";i:4089;s:35:\"logentry-tag-update-remove-revision\";i:4090;s:35:\"logentry-tag-update-remove-logentry\";i:4091;s:28:\"logentry-tag-update-revision\";i:4092;s:28:\"logentry-tag-update-logentry\";i:4093;s:10:\"rightsnone\";i:4094;s:14:\"deletedarticle\";i:4095;s:16:\"undeletedarticle\";i:4096;s:15:\"patrol-log-line\";i:4097;s:15:\"patrol-log-auto\";i:4098;s:15:\"patrol-log-diff\";i:4099;s:9:\"1movedto2\";i:4100;s:15:\"1movedto2_redir\";i:4101;s:23:\"newuserlog-create-entry\";i:4102;s:24:\"newuserlog-create2-entry\";i:4103;s:27:\"newuserlog-autocreate-entry\";i:4104;s:14:\"rightslogentry\";i:4105;s:26:\"rightslogentry-autopromote\";i:4106;s:30:\"rightslogentry-temporary-group\";i:4107;s:15:\"feedback-adding\";i:4108;s:13:\"feedback-back\";i:4109;s:17:\"feedback-bugcheck\";i:4110;s:15:\"feedback-bugnew\";i:4111;s:18:\"feedback-bugornote\";i:4112;s:15:\"feedback-cancel\";i:4113;s:14:\"feedback-close\";i:4114;s:35:\"feedback-external-bug-report-button\";i:4115;s:21:\"feedback-dialog-title\";i:4116;s:21:\"feedback-dialog-intro\";i:4117;s:15:\"feedback-error1\";i:4118;s:15:\"feedback-error4\";i:4119;s:16:\"feedback-message\";i:4120;s:16:\"feedback-subject\";i:4121;s:15:\"feedback-submit\";i:4122;s:14:\"feedback-terms\";i:4123;s:19:\"feedback-termsofuse\";i:4124;s:15:\"feedback-thanks\";i:4125;s:21:\"feedback-thanks-title\";i:4126;s:18:\"feedback-useragent\";i:4127;s:24:\"searchsuggest-containing\";i:4128;s:27:\"search-match-redirect-label\";i:4129;s:26:\"search-match-redirect-help\";i:4130;s:17:\"searchlimit-label\";i:4131;s:16:\"searchlimit-help\";i:4132;s:30:\"api-clientside-error-noconnect\";i:4133;s:25:\"api-clientside-error-http\";i:4134;s:28:\"api-clientside-error-timeout\";i:4135;s:28:\"api-clientside-error-aborted\";i:4136;s:36:\"api-clientside-error-invalidresponse\";i:4137;s:18:\"api-error-badtoken\";i:4138;s:19:\"api-error-emptypage\";i:4139;s:23:\"api-error-publishfailed\";i:4140;s:21:\"api-error-stashfailed\";i:4141;s:25:\"api-error-unknown-warning\";i:4142;s:22:\"api-error-unknownerror\";i:4143;s:16:\"duration-seconds\";i:4144;s:16:\"duration-minutes\";i:4145;s:14:\"duration-hours\";i:4146;s:13:\"duration-days\";i:4147;s:14:\"duration-weeks\";i:4148;s:14:\"duration-years\";i:4149;s:16:\"duration-decades\";i:4150;s:18:\"duration-centuries\";i:4151;s:18:\"duration-millennia\";i:4152;s:14:\"rotate-comment\";i:4153;s:17:\"limitreport-title\";i:4154;s:19:\"limitreport-cputime\";i:4155;s:25:\"limitreport-cputime-value\";i:4156;s:20:\"limitreport-walltime\";i:4157;s:26:\"limitreport-walltime-value\";i:4158;s:26:\"limitreport-ppvisitednodes\";i:4159;s:32:\"limitreport-ppvisitednodes-value\";i:4160;s:33:\"limitreport-postexpandincludesize\";i:4161;s:39:\"limitreport-postexpandincludesize-value\";i:4162;s:32:\"limitreport-templateargumentsize\";i:4163;s:38:\"limitreport-templateargumentsize-value\";i:4164;s:26:\"limitreport-expansiondepth\";i:4165;s:32:\"limitreport-expansiondepth-value\";i:4166;s:34:\"limitreport-expensivefunctioncount\";i:4167;s:40:\"limitreport-expensivefunctioncount-value\";i:4168;s:25:\"limitreport-unstrip-depth\";i:4169;s:31:\"limitreport-unstrip-depth-value\";i:4170;s:24:\"limitreport-unstrip-size\";i:4171;s:30:\"limitreport-unstrip-size-value\";i:4172;s:15:\"expandtemplates\";i:4173;s:22:\"expand_templates_intro\";i:4174;s:22:\"expand_templates_title\";i:4175;s:22:\"expand_templates_input\";i:4176;s:23:\"expand_templates_output\";i:4177;s:27:\"expand_templates_xml_output\";i:4178;s:28:\"expand_templates_html_output\";i:4179;s:19:\"expand_templates_ok\";i:4180;s:32:\"expand_templates_remove_comments\";i:4181;s:30:\"expand_templates_remove_nowiki\";i:4182;s:29:\"expand_templates_generate_xml\";i:4183;s:33:\"expand_templates_generate_rawhtml\";i:4184;s:24:\"expand_templates_preview\";i:4185;s:34:\"expand_templates_preview_fail_html\";i:4186;s:39:\"expand_templates_preview_fail_html_anon\";i:4187;s:30:\"expand_templates_input_missing\";i:4188;s:12:\"pagelanguage\";i:4189;s:13:\"pagelang-name\";i:4190;s:17:\"pagelang-language\";i:4191;s:20:\"pagelang-use-default\";i:4192;s:20:\"pagelang-select-lang\";i:4193;s:15:\"pagelang-reason\";i:4194;s:15:\"pagelang-submit\";i:4195;s:25:\"pagelang-nonexistent-page\";i:4196;s:27:\"pagelang-unchanged-language\";i:4197;s:35:\"pagelang-unchanged-language-default\";i:4198;s:18:\"pagelang-db-failed\";i:4199;s:14:\"right-pagelang\";i:4200;s:15:\"action-pagelang\";i:4201;s:17:\"log-name-pagelang\";i:4202;s:24:\"log-description-pagelang\";i:4203;s:26:\"logentry-pagelang-pagelang\";i:4204;s:22:\"default-skin-not-found\";i:4205;s:31:\"default-skin-not-found-no-skins\";i:4206;s:34:\"default-skin-not-found-row-enabled\";i:4207;s:35:\"default-skin-not-found-row-disabled\";i:4208;s:15:\"mediastatistics\";i:4209;s:23:\"mediastatistics-summary\";i:4210;s:22:\"mediastatistics-nfiles\";i:4211;s:22:\"mediastatistics-nbytes\";i:4212;s:28:\"mediastatistics-bytespertype\";i:4213;s:24:\"mediastatistics-allbytes\";i:4214;s:30:\"mediastatistics-table-mimetype\";i:4215;s:32:\"mediastatistics-table-extensions\";i:4216;s:27:\"mediastatistics-table-count\";i:4217;s:32:\"mediastatistics-table-totalbytes\";i:4218;s:30:\"mediastatistics-header-unknown\";i:4219;s:29:\"mediastatistics-header-bitmap\";i:4220;s:30:\"mediastatistics-header-drawing\";i:4221;s:28:\"mediastatistics-header-audio\";i:4222;s:28:\"mediastatistics-header-video\";i:4223;s:33:\"mediastatistics-header-multimedia\";i:4224;s:29:\"mediastatistics-header-office\";i:4225;s:27:\"mediastatistics-header-text\";i:4226;s:33:\"mediastatistics-header-executable\";i:4227;s:30:\"mediastatistics-header-archive\";i:4228;s:25:\"mediastatistics-header-3d\";i:4229;s:28:\"mediastatistics-header-total\";i:4230;s:24:\"json-warn-trailing-comma\";i:4231;s:18:\"json-error-unknown\";i:4232;s:16:\"json-error-depth\";i:4233;s:25:\"json-error-state-mismatch\";i:4234;s:20:\"json-error-ctrl-char\";i:4235;s:17:\"json-error-syntax\";i:4236;s:15:\"json-error-utf8\";i:4237;s:32:\"json-error-invalid-property-name\";i:4238;s:16:\"json-error-utf16\";i:4239;s:21:\"headline-anchor-title\";i:4240;s:30:\"special-characters-group-latin\";i:4241;s:38:\"special-characters-group-latinextended\";i:4242;s:28:\"special-characters-group-ipa\";i:4243;s:32:\"special-characters-group-symbols\";i:4244;s:30:\"special-characters-group-greek\";i:4245;s:38:\"special-characters-group-greekextended\";i:4246;s:33:\"special-characters-group-cyrillic\";i:4247;s:31:\"special-characters-group-arabic\";i:4248;s:39:\"special-characters-group-arabicextended\";i:4249;s:32:\"special-characters-group-persian\";i:4250;s:31:\"special-characters-group-hebrew\";i:4251;s:31:\"special-characters-group-bangla\";i:4252;s:30:\"special-characters-group-tamil\";i:4253;s:31:\"special-characters-group-telugu\";i:4254;s:32:\"special-characters-group-sinhala\";i:4255;s:33:\"special-characters-group-gujarati\";i:4256;s:35:\"special-characters-group-devanagari\";i:4257;s:29:\"special-characters-group-thai\";i:4258;s:28:\"special-characters-group-lao\";i:4259;s:30:\"special-characters-group-khmer\";i:4260;s:43:\"special-characters-group-canadianaboriginal\";i:4261;s:30:\"special-characters-group-runes\";i:4262;s:31:\"special-characters-title-endash\";i:4263;s:31:\"special-characters-title-emdash\";i:4264;s:30:\"special-characters-title-minus\";i:4265;s:22:\"mw-widgets-abandonedit\";i:4266;s:30:\"mw-widgets-abandonedit-discard\";i:4267;s:27:\"mw-widgets-abandonedit-keep\";i:4268;s:28:\"mw-widgets-abandonedit-title\";i:4269;s:30:\"mw-widgets-copytextlayout-copy\";i:4270;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4271;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4272;s:28:\"mw-widgets-dateinput-no-date\";i:4273;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4274;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4275;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4276;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4277;s:32:\"mw-widgets-mediasearch-noresults\";i:4278;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4279;s:27:\"mw-widgets-table-row-delete\";i:4280;s:42:\"mw-widgets-titleinput-description-new-page\";i:4281;s:42:\"mw-widgets-titleinput-description-redirect\";i:4282;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4283;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4284;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4285;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4286;s:15:\"date-range-from\";i:4287;s:13:\"date-range-to\";i:4288;s:18:\"sessionmanager-tie\";i:4289;s:23:\"sessionprovider-generic\";i:4290;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4291;s:25:\"sessionprovider-nocookies\";i:4292;s:14:\"randomrootpage\";i:4293;s:23:\"log-action-filter-block\";i:4294;s:30:\"log-action-filter-contentmodel\";i:4295;s:24:\"log-action-filter-delete\";i:4296;s:24:\"log-action-filter-import\";i:4297;s:28:\"log-action-filter-managetags\";i:4298;s:22:\"log-action-filter-move\";i:4299;s:26:\"log-action-filter-newusers\";i:4300;s:24:\"log-action-filter-patrol\";i:4301;s:25:\"log-action-filter-protect\";i:4302;s:24:\"log-action-filter-rights\";i:4303;s:26:\"log-action-filter-suppress\";i:4304;s:24:\"log-action-filter-upload\";i:4305;s:21:\"log-action-filter-all\";i:4306;s:29:\"log-action-filter-block-block\";i:4307;s:31:\"log-action-filter-block-reblock\";i:4308;s:31:\"log-action-filter-block-unblock\";i:4309;s:37:\"log-action-filter-contentmodel-change\";i:4310;s:34:\"log-action-filter-contentmodel-new\";i:4311;s:31:\"log-action-filter-delete-delete\";i:4312;s:37:\"log-action-filter-delete-delete_redir\";i:4313;s:38:\"log-action-filter-delete-delete_redir2\";i:4314;s:32:\"log-action-filter-delete-restore\";i:4315;s:30:\"log-action-filter-delete-event\";i:4316;s:33:\"log-action-filter-delete-revision\";i:4317;s:34:\"log-action-filter-import-interwiki\";i:4318;s:31:\"log-action-filter-import-upload\";i:4319;s:35:\"log-action-filter-managetags-create\";i:4320;s:35:\"log-action-filter-managetags-delete\";i:4321;s:37:\"log-action-filter-managetags-activate\";i:4322;s:39:\"log-action-filter-managetags-deactivate\";i:4323;s:27:\"log-action-filter-move-move\";i:4324;s:33:\"log-action-filter-move-move_redir\";i:4325;s:33:\"log-action-filter-newusers-create\";i:4326;s:34:\"log-action-filter-newusers-create2\";i:4327;s:37:\"log-action-filter-newusers-autocreate\";i:4328;s:34:\"log-action-filter-newusers-byemail\";i:4329;s:31:\"log-action-filter-patrol-patrol\";i:4330;s:35:\"log-action-filter-patrol-autopatrol\";i:4331;s:33:\"log-action-filter-protect-protect\";i:4332;s:32:\"log-action-filter-protect-modify\";i:4333;s:35:\"log-action-filter-protect-unprotect\";i:4334;s:35:\"log-action-filter-protect-move_prot\";i:4335;s:31:\"log-action-filter-rights-rights\";i:4336;s:36:\"log-action-filter-rights-autopromote\";i:4337;s:32:\"log-action-filter-suppress-event\";i:4338;s:35:\"log-action-filter-suppress-revision\";i:4339;s:33:\"log-action-filter-suppress-delete\";i:4340;s:32:\"log-action-filter-suppress-block\";i:4341;s:34:\"log-action-filter-suppress-reblock\";i:4342;s:31:\"log-action-filter-upload-upload\";i:4343;s:34:\"log-action-filter-upload-overwrite\";i:4344;s:31:\"log-action-filter-upload-revert\";i:4345;s:33:\"authmanager-authn-not-in-progress\";i:4346;s:28:\"authmanager-authn-no-primary\";i:4347;s:31:\"authmanager-authn-no-local-user\";i:4348;s:36:\"authmanager-authn-no-local-user-link\";i:4349;s:35:\"authmanager-authn-autocreate-failed\";i:4350;s:32:\"authmanager-change-not-supported\";i:4351;s:27:\"authmanager-create-disabled\";i:4352;s:29:\"authmanager-create-from-login\";i:4353;s:34:\"authmanager-create-not-in-progress\";i:4354;s:29:\"authmanager-create-no-primary\";i:4355;s:27:\"authmanager-link-no-primary\";i:4356;s:32:\"authmanager-link-not-in-progress\";i:4357;s:29:\"authmanager-autocreate-noperm\";i:4358;s:32:\"authmanager-autocreate-exception\";i:4359;s:28:\"authmanager-userdoesnotexist\";i:4360;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4361;s:25:\"authmanager-username-help\";i:4362;s:25:\"authmanager-password-help\";i:4363;s:23:\"authmanager-domain-help\";i:4364;s:23:\"authmanager-retype-help\";i:4365;s:23:\"authmanager-email-label\";i:4366;s:22:\"authmanager-email-help\";i:4367;s:26:\"authmanager-realname-label\";i:4368;s:25:\"authmanager-realname-help\";i:4369;s:29:\"authmanager-provider-password\";i:4370;s:36:\"authmanager-provider-password-domain\";i:4371;s:35:\"authmanager-account-password-domain\";i:4372;s:38:\"authmanager-provider-temporarypassword\";i:4373;s:32:\"authprovider-confirmlink-message\";i:4374;s:31:\"authprovider-confirmlink-option\";i:4375;s:38:\"authprovider-confirmlink-request-label\";i:4376;s:37:\"authprovider-confirmlink-request-help\";i:4377;s:37:\"authprovider-confirmlink-success-line\";i:4378;s:36:\"authprovider-confirmlink-failed-line\";i:4379;s:31:\"authprovider-confirmlink-failed\";i:4380;s:32:\"authprovider-confirmlink-ok-help\";i:4381;s:33:\"authprovider-resetpass-skip-label\";i:4382;s:32:\"authprovider-resetpass-skip-help\";i:4383;s:24:\"authform-nosession-login\";i:4384;s:25:\"authform-nosession-signup\";i:4385;s:17:\"authform-newtoken\";i:4386;s:16:\"authform-notoken\";i:4387;s:19:\"authform-wrongtoken\";i:4388;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4389;s:37:\"specialpage-securitylevel-not-allowed\";i:4390;s:21:\"authpage-cannot-login\";i:4391;s:30:\"authpage-cannot-login-continue\";i:4392;s:22:\"authpage-cannot-create\";i:4393;s:31:\"authpage-cannot-create-continue\";i:4394;s:20:\"authpage-cannot-link\";i:4395;s:29:\"authpage-cannot-link-continue\";i:4396;s:28:\"cannotauth-not-allowed-title\";i:4397;s:22:\"cannotauth-not-allowed\";i:4398;s:17:\"changecredentials\";i:4399;s:24:\"changecredentials-submit\";i:4400;s:32:\"changecredentials-invalidsubpage\";i:4401;s:25:\"changecredentials-success\";i:4402;s:17:\"removecredentials\";i:4403;s:24:\"removecredentials-submit\";i:4404;s:32:\"removecredentials-invalidsubpage\";i:4405;s:25:\"removecredentials-success\";i:4406;s:24:\"credentialsform-provider\";i:4407;s:23:\"credentialsform-account\";i:4408;s:28:\"cannotlink-no-provider-title\";i:4409;s:22:\"cannotlink-no-provider\";i:4410;s:12:\"linkaccounts\";i:4411;s:25:\"linkaccounts-success-text\";i:4412;s:19:\"linkaccounts-submit\";i:4413;s:30:\"cannotunlink-no-provider-title\";i:4414;s:24:\"cannotunlink-no-provider\";i:4415;s:14:\"unlinkaccounts\";i:4416;s:22:\"unlinkaccounts-success\";i:4417;s:32:\"authenticationdatachange-ignored\";i:4418;s:14:\"userjsispublic\";i:4419;s:16:\"userjsonispublic\";i:4420;s:15:\"usercssispublic\";i:4421;s:15:\"userjsdangerous\";i:4422;s:23:\"restrictionsfield-badip\";i:4423;s:23:\"restrictionsfield-label\";i:4424;s:22:\"restrictionsfield-help\";i:4425;s:11:\"specialmute\";i:4426;s:19:\"specialmute-success\";i:4427;s:18:\"specialmute-submit\";i:4428;s:28:\"specialmute-label-mute-email\";i:4429;s:18:\"specialmute-header\";i:4430;s:30:\"specialmute-error-invalid-user\";i:4431;s:28:\"specialmute-error-no-options\";i:4432;s:24:\"specialmute-email-footer\";i:4433;s:26:\"specialmute-login-required\";i:4434;s:16:\"mute-preferences\";i:4435;s:5:\"revid\";i:4436;s:6:\"pageid\";i:4437;s:18:\"rawhtml-notallowed\";i:4438;s:13:\"gotointerwiki\";i:4439;s:21:\"gotointerwiki-invalid\";i:4440;s:22:\"gotointerwiki-external\";i:4441;s:17:\"undelete-cantedit\";i:4442;s:19:\"undelete-cantcreate\";i:4443;s:14:\"pagedata-title\";i:4444;s:13:\"pagedata-text\";i:4445;s:23:\"pagedata-not-acceptable\";i:4446;s:18:\"pagedata-bad-title\";i:4447;s:24:\"unregistered-user-config\";i:4448;s:16:\"passwordpolicies\";i:4449;s:24:\"passwordpolicies-summary\";i:4450;s:22:\"passwordpolicies-group\";i:4451;s:25:\"passwordpolicies-policies\";i:4452;s:31:\"passwordpolicies-policy-display\";i:4453;s:40:\"passwordpolicies-policy-displaywithflags\";i:4454;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4455;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4456;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4457;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4458;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4459;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4460;s:39:\"passwordpolicies-policyflag-forcechange\";i:4461;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4462;s:27:\"mycustomjsredirectprotected\";i:4463;s:22:\"deflate-invaliddeflate\";i:4464;s:14:\"unprotected-js\";i:4465;s:19:\"userlogout-continue\";i:4466;s:15:\"userlogout-temp\";i:4467;s:22:\"paramvalidator-baduser\";i:4468;s:29:\"paramvalidator-help-type-user\";i:4469;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4470;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4471;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4472;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4473;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4474;s:23:\"paramvalidator-badtitle\";i:4475;s:27:\"paramvalidator-missingtitle\";i:4476;s:30:\"paramvalidator-help-type-title\";i:4477;s:41:\"paramvalidator-help-type-title-must-exist\";i:4478;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4479;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4480;s:18:\"config-missing-key\";i:4481;s:18:\"config-invalid-key\";i:4482;s:21:\"changeslist-nocomment\";i:4483;s:22:\"skin-view-create-local\";i:4484;s:14:\"nstab-mainpage\";i:4485;s:20:\"skin-view-edit-local\";i:4486;s:20:\"skin-action-undelete\";i:4487;s:18:\"skin-action-delete\";i:4488;s:26:\"copyupload-allowed-domains\";i:4489;s:30:\"parsoid-stash-rate-limit-error\";i:4490;s:31:\"parsoid-resource-limit-exceeded\";i:4491;s:20:\"parsoid-client-error\";i:4492;s:22:\"newpages-showhide-bots\";i:4493;s:27:\"newpages-showhide-patrolled\";i:4494;s:26:\"newpages-showhide-redirect\";i:4495;s:28:\"newpages-showhide-registered\";i:4496;s:15:\"exif-imagewidth\";i:4497;s:16:\"exif-imagelength\";i:4498;s:18:\"exif-bitspersample\";i:4499;s:16:\"exif-compression\";i:4500;s:30:\"exif-photometricinterpretation\";i:4501;s:16:\"exif-orientation\";i:4502;s:20:\"exif-samplesperpixel\";i:4503;s:24:\"exif-planarconfiguration\";i:4504;s:21:\"exif-ycbcrsubsampling\";i:4505;s:21:\"exif-ycbcrpositioning\";i:4506;s:16:\"exif-xresolution\";i:4507;s:16:\"exif-yresolution\";i:4508;s:17:\"exif-stripoffsets\";i:4509;s:17:\"exif-rowsperstrip\";i:4510;s:20:\"exif-stripbytecounts\";i:4511;s:26:\"exif-jpeginterchangeformat\";i:4512;s:32:\"exif-jpeginterchangeformatlength\";i:4513;s:15:\"exif-whitepoint\";i:4514;s:26:\"exif-primarychromaticities\";i:4515;s:22:\"exif-ycbcrcoefficients\";i:4516;s:24:\"exif-referenceblackwhite\";i:4517;s:13:\"exif-datetime\";i:4518;s:21:\"exif-imagedescription\";i:4519;s:9:\"exif-make\";i:4520;s:10:\"exif-model\";i:4521;s:13:\"exif-software\";i:4522;s:11:\"exif-artist\";i:4523;s:14:\"exif-copyright\";i:4524;s:16:\"exif-exifversion\";i:4525;s:20:\"exif-flashpixversion\";i:4526;s:15:\"exif-colorspace\";i:4527;s:28:\"exif-componentsconfiguration\";i:4528;s:27:\"exif-compressedbitsperpixel\";i:4529;s:20:\"exif-pixelxdimension\";i:4530;s:20:\"exif-pixelydimension\";i:4531;s:16:\"exif-usercomment\";i:4532;s:21:\"exif-relatedsoundfile\";i:4533;s:21:\"exif-datetimeoriginal\";i:4534;s:22:\"exif-datetimedigitized\";i:4535;s:15:\"exif-subsectime\";i:4536;s:23:\"exif-subsectimeoriginal\";i:4537;s:24:\"exif-subsectimedigitized\";i:4538;s:17:\"exif-exposuretime\";i:4539;s:24:\"exif-exposuretime-format\";i:4540;s:12:\"exif-fnumber\";i:4541;s:19:\"exif-fnumber-format\";i:4542;s:20:\"exif-exposureprogram\";i:4543;s:24:\"exif-spectralsensitivity\";i:4544;s:20:\"exif-isospeedratings\";i:4545;s:22:\"exif-shutterspeedvalue\";i:4546;s:18:\"exif-aperturevalue\";i:4547;s:20:\"exif-brightnessvalue\";i:4548;s:22:\"exif-exposurebiasvalue\";i:4549;s:21:\"exif-maxaperturevalue\";i:4550;s:20:\"exif-subjectdistance\";i:4551;s:17:\"exif-meteringmode\";i:4552;s:16:\"exif-lightsource\";i:4553;s:10:\"exif-flash\";i:4554;s:16:\"exif-focallength\";i:4555;s:23:\"exif-focallength-format\";i:4556;s:16:\"exif-subjectarea\";i:4557;s:16:\"exif-flashenergy\";i:4558;s:26:\"exif-focalplanexresolution\";i:4559;s:26:\"exif-focalplaneyresolution\";i:4560;s:29:\"exif-focalplaneresolutionunit\";i:4561;s:20:\"exif-subjectlocation\";i:4562;s:18:\"exif-exposureindex\";i:4563;s:18:\"exif-sensingmethod\";i:4564;s:15:\"exif-filesource\";i:4565;s:14:\"exif-scenetype\";i:4566;s:19:\"exif-customrendered\";i:4567;s:17:\"exif-exposuremode\";i:4568;s:17:\"exif-whitebalance\";i:4569;s:21:\"exif-digitalzoomratio\";i:4570;s:26:\"exif-focallengthin35mmfilm\";i:4571;s:21:\"exif-scenecapturetype\";i:4572;s:16:\"exif-gaincontrol\";i:4573;s:13:\"exif-contrast\";i:4574;s:15:\"exif-saturation\";i:4575;s:14:\"exif-sharpness\";i:4576;s:29:\"exif-devicesettingdescription\";i:4577;s:25:\"exif-subjectdistancerange\";i:4578;s:18:\"exif-imageuniqueid\";i:4579;s:17:\"exif-gpsversionid\";i:4580;s:19:\"exif-gpslatituderef\";i:4581;s:16:\"exif-gpslatitude\";i:4582;s:20:\"exif-gpslongituderef\";i:4583;s:17:\"exif-gpslongitude\";i:4584;s:19:\"exif-gpsaltituderef\";i:4585;s:16:\"exif-gpsaltitude\";i:4586;s:17:\"exif-gpstimestamp\";i:4587;s:18:\"exif-gpssatellites\";i:4588;s:14:\"exif-gpsstatus\";i:4589;s:19:\"exif-gpsmeasuremode\";i:4590;s:11:\"exif-gpsdop\";i:4591;s:16:\"exif-gpsspeedref\";i:4592;s:13:\"exif-gpsspeed\";i:4593;s:16:\"exif-gpstrackref\";i:4594;s:13:\"exif-gpstrack\";i:4595;s:23:\"exif-gpsimgdirectionref\";i:4596;s:20:\"exif-gpsimgdirection\";i:4597;s:16:\"exif-gpsmapdatum\";i:4598;s:23:\"exif-gpsdestlatituderef\";i:4599;s:20:\"exif-gpsdestlatitude\";i:4600;s:24:\"exif-gpsdestlongituderef\";i:4601;s:21:\"exif-gpsdestlongitude\";i:4602;s:22:\"exif-gpsdestbearingref\";i:4603;s:19:\"exif-gpsdestbearing\";i:4604;s:23:\"exif-gpsdestdistanceref\";i:4605;s:20:\"exif-gpsdestdistance\";i:4606;s:24:\"exif-gpsprocessingmethod\";i:4607;s:23:\"exif-gpsareainformation\";i:4608;s:17:\"exif-gpsdatestamp\";i:4609;s:20:\"exif-gpsdifferential\";i:4610;s:22:\"exif-coordinate-format\";i:4611;s:20:\"exif-jpegfilecomment\";i:4612;s:13:\"exif-keywords\";i:4613;s:23:\"exif-worldregioncreated\";i:4614;s:19:\"exif-countrycreated\";i:4615;s:23:\"exif-countrycodecreated\";i:4616;s:27:\"exif-provinceorstatecreated\";i:4617;s:16:\"exif-citycreated\";i:4618;s:23:\"exif-sublocationcreated\";i:4619;s:20:\"exif-worldregiondest\";i:4620;s:16:\"exif-countrydest\";i:4621;s:20:\"exif-countrycodedest\";i:4622;s:24:\"exif-provinceorstatedest\";i:4623;s:13:\"exif-citydest\";i:4624;s:20:\"exif-sublocationdest\";i:4625;s:15:\"exif-objectname\";i:4626;s:24:\"exif-specialinstructions\";i:4627;s:13:\"exif-headline\";i:4628;s:11:\"exif-credit\";i:4629;s:11:\"exif-source\";i:4630;s:15:\"exif-editstatus\";i:4631;s:12:\"exif-urgency\";i:4632;s:22:\"exif-fixtureidentifier\";i:4633;s:17:\"exif-locationdest\";i:4634;s:21:\"exif-locationdestcode\";i:4635;s:16:\"exif-objectcycle\";i:4636;s:12:\"exif-contact\";i:4637;s:11:\"exif-writer\";i:4638;s:17:\"exif-languagecode\";i:4639;s:15:\"exif-iimversion\";i:4640;s:16:\"exif-iimcategory\";i:4641;s:28:\"exif-iimsupplementalcategory\";i:4642;s:20:\"exif-datetimeexpires\";i:4643;s:21:\"exif-datetimereleased\";i:4644;s:28:\"exif-originaltransmissionref\";i:4645;s:15:\"exif-identifier\";i:4646;s:9:\"exif-lens\";i:4647;s:17:\"exif-serialnumber\";i:4648;s:20:\"exif-cameraownername\";i:4649;s:10:\"exif-label\";i:4650;s:21:\"exif-datetimemetadata\";i:4651;s:13:\"exif-nickname\";i:4652;s:11:\"exif-rating\";i:4653;s:22:\"exif-rightscertificate\";i:4654;s:16:\"exif-copyrighted\";i:4655;s:19:\"exif-copyrightowner\";i:4656;s:15:\"exif-usageterms\";i:4657;s:17:\"exif-webstatement\";i:4658;s:23:\"exif-originaldocumentid\";i:4659;s:15:\"exif-licenseurl\";i:4660;s:23:\"exif-morepermissionsurl\";i:4661;s:19:\"exif-attributionurl\";i:4662;s:29:\"exif-preferredattributionname\";i:4663;s:19:\"exif-pngfilecomment\";i:4664;s:15:\"exif-disclaimer\";i:4665;s:19:\"exif-contentwarning\";i:4666;s:19:\"exif-giffilecomment\";i:4667;s:22:\"exif-intellectualgenre\";i:4668;s:20:\"exif-subjectnewscode\";i:4669;s:14:\"exif-scenecode\";i:4670;s:10:\"exif-event\";i:4671;s:24:\"exif-organisationinimage\";i:4672;s:18:\"exif-personinimage\";i:4673;s:24:\"exif-originalimageheight\";i:4674;s:23:\"exif-originalimagewidth\";i:4675;s:15:\"exif-make-value\";i:4676;s:16:\"exif-model-value\";i:4677;s:19:\"exif-software-value\";i:4678;s:27:\"exif-software-version-value\";i:4679;s:18:\"exif-contact-value\";i:4680;s:26:\"exif-subjectnewscode-value\";i:4681;s:18:\"exif-compression-1\";i:4682;s:18:\"exif-compression-2\";i:4683;s:18:\"exif-compression-3\";i:4684;s:18:\"exif-compression-4\";i:4685;s:18:\"exif-compression-5\";i:4686;s:18:\"exif-compression-6\";i:4687;s:18:\"exif-compression-7\";i:4688;s:18:\"exif-compression-8\";i:4689;s:22:\"exif-compression-32773\";i:4690;s:22:\"exif-compression-32946\";i:4691;s:22:\"exif-compression-34712\";i:4692;s:21:\"exif-copyrighted-true\";i:4693;s:22:\"exif-copyrighted-false\";i:4694;s:32:\"exif-photometricinterpretation-0\";i:4695;s:32:\"exif-photometricinterpretation-1\";i:4696;s:32:\"exif-photometricinterpretation-2\";i:4697;s:32:\"exif-photometricinterpretation-3\";i:4698;s:32:\"exif-photometricinterpretation-4\";i:4699;s:32:\"exif-photometricinterpretation-5\";i:4700;s:32:\"exif-photometricinterpretation-6\";i:4701;s:32:\"exif-photometricinterpretation-8\";i:4702;s:32:\"exif-photometricinterpretation-9\";i:4703;s:33:\"exif-photometricinterpretation-10\";i:4704;s:36:\"exif-photometricinterpretation-32803\";i:4705;s:36:\"exif-photometricinterpretation-34892\";i:4706;s:16:\"exif-unknowndate\";i:4707;s:18:\"exif-orientation-1\";i:4708;s:18:\"exif-orientation-2\";i:4709;s:18:\"exif-orientation-3\";i:4710;s:18:\"exif-orientation-4\";i:4711;s:18:\"exif-orientation-5\";i:4712;s:18:\"exif-orientation-6\";i:4713;s:18:\"exif-orientation-7\";i:4714;s:18:\"exif-orientation-8\";i:4715;s:26:\"exif-planarconfiguration-1\";i:4716;s:26:\"exif-planarconfiguration-2\";i:4717;s:19:\"exif-xyresolution-i\";i:4718;s:19:\"exif-xyresolution-c\";i:4719;s:17:\"exif-colorspace-1\";i:4720;s:21:\"exif-colorspace-65535\";i:4721;s:30:\"exif-componentsconfiguration-0\";i:4722;s:30:\"exif-componentsconfiguration-1\";i:4723;s:30:\"exif-componentsconfiguration-2\";i:4724;s:30:\"exif-componentsconfiguration-3\";i:4725;s:30:\"exif-componentsconfiguration-4\";i:4726;s:30:\"exif-componentsconfiguration-5\";i:4727;s:30:\"exif-componentsconfiguration-6\";i:4728;s:22:\"exif-exposureprogram-0\";i:4729;s:22:\"exif-exposureprogram-1\";i:4730;s:22:\"exif-exposureprogram-2\";i:4731;s:22:\"exif-exposureprogram-3\";i:4732;s:22:\"exif-exposureprogram-4\";i:4733;s:22:\"exif-exposureprogram-5\";i:4734;s:22:\"exif-exposureprogram-6\";i:4735;s:22:\"exif-exposureprogram-7\";i:4736;s:22:\"exif-exposureprogram-8\";i:4737;s:26:\"exif-subjectdistance-value\";i:4738;s:19:\"exif-meteringmode-0\";i:4739;s:19:\"exif-meteringmode-1\";i:4740;s:19:\"exif-meteringmode-2\";i:4741;s:19:\"exif-meteringmode-3\";i:4742;s:19:\"exif-meteringmode-4\";i:4743;s:19:\"exif-meteringmode-5\";i:4744;s:19:\"exif-meteringmode-6\";i:4745;s:21:\"exif-meteringmode-255\";i:4746;s:18:\"exif-lightsource-0\";i:4747;s:18:\"exif-lightsource-1\";i:4748;s:18:\"exif-lightsource-2\";i:4749;s:18:\"exif-lightsource-3\";i:4750;s:18:\"exif-lightsource-4\";i:4751;s:18:\"exif-lightsource-9\";i:4752;s:19:\"exif-lightsource-10\";i:4753;s:19:\"exif-lightsource-11\";i:4754;s:19:\"exif-lightsource-12\";i:4755;s:19:\"exif-lightsource-13\";i:4756;s:19:\"exif-lightsource-14\";i:4757;s:19:\"exif-lightsource-15\";i:4758;s:19:\"exif-lightsource-17\";i:4759;s:19:\"exif-lightsource-18\";i:4760;s:19:\"exif-lightsource-19\";i:4761;s:19:\"exif-lightsource-20\";i:4762;s:19:\"exif-lightsource-21\";i:4763;s:19:\"exif-lightsource-22\";i:4764;s:19:\"exif-lightsource-23\";i:4765;s:19:\"exif-lightsource-24\";i:4766;s:20:\"exif-lightsource-255\";i:4767;s:18:\"exif-flash-fired-0\";i:4768;s:18:\"exif-flash-fired-1\";i:4769;s:19:\"exif-flash-return-0\";i:4770;s:19:\"exif-flash-return-2\";i:4771;s:19:\"exif-flash-return-3\";i:4772;s:17:\"exif-flash-mode-1\";i:4773;s:17:\"exif-flash-mode-2\";i:4774;s:17:\"exif-flash-mode-3\";i:4775;s:21:\"exif-flash-function-1\";i:4776;s:19:\"exif-flash-redeye-1\";i:4777;s:31:\"exif-focalplaneresolutionunit-2\";i:4778;s:20:\"exif-sensingmethod-1\";i:4779;s:20:\"exif-sensingmethod-2\";i:4780;s:20:\"exif-sensingmethod-3\";i:4781;s:20:\"exif-sensingmethod-4\";i:4782;s:20:\"exif-sensingmethod-5\";i:4783;s:20:\"exif-sensingmethod-7\";i:4784;s:20:\"exif-sensingmethod-8\";i:4785;s:17:\"exif-filesource-3\";i:4786;s:16:\"exif-scenetype-1\";i:4787;s:21:\"exif-customrendered-0\";i:4788;s:21:\"exif-customrendered-1\";i:4789;s:21:\"exif-customrendered-2\";i:4790;s:21:\"exif-customrendered-3\";i:4791;s:21:\"exif-customrendered-4\";i:4792;s:21:\"exif-customrendered-6\";i:4793;s:21:\"exif-customrendered-7\";i:4794;s:21:\"exif-customrendered-8\";i:4795;s:19:\"exif-exposuremode-0\";i:4796;s:19:\"exif-exposuremode-1\";i:4797;s:19:\"exif-exposuremode-2\";i:4798;s:19:\"exif-whitebalance-0\";i:4799;s:19:\"exif-whitebalance-1\";i:4800;s:23:\"exif-scenecapturetype-0\";i:4801;s:23:\"exif-scenecapturetype-1\";i:4802;s:23:\"exif-scenecapturetype-2\";i:4803;s:23:\"exif-scenecapturetype-3\";i:4804;s:18:\"exif-gaincontrol-0\";i:4805;s:18:\"exif-gaincontrol-1\";i:4806;s:18:\"exif-gaincontrol-2\";i:4807;s:18:\"exif-gaincontrol-3\";i:4808;s:18:\"exif-gaincontrol-4\";i:4809;s:15:\"exif-contrast-0\";i:4810;s:15:\"exif-contrast-1\";i:4811;s:15:\"exif-contrast-2\";i:4812;s:17:\"exif-saturation-0\";i:4813;s:17:\"exif-saturation-1\";i:4814;s:17:\"exif-saturation-2\";i:4815;s:16:\"exif-sharpness-0\";i:4816;s:16:\"exif-sharpness-1\";i:4817;s:16:\"exif-sharpness-2\";i:4818;s:27:\"exif-subjectdistancerange-0\";i:4819;s:27:\"exif-subjectdistancerange-1\";i:4820;s:27:\"exif-subjectdistancerange-2\";i:4821;s:27:\"exif-subjectdistancerange-3\";i:4822;s:18:\"exif-gpslatitude-n\";i:4823;s:18:\"exif-gpslatitude-s\";i:4824;s:19:\"exif-gpslongitude-e\";i:4825;s:19:\"exif-gpslongitude-w\";i:4826;s:31:\"exif-gpsaltitude-above-sealevel\";i:4827;s:31:\"exif-gpsaltitude-below-sealevel\";i:4828;s:16:\"exif-gpsstatus-a\";i:4829;s:16:\"exif-gpsstatus-v\";i:4830;s:21:\"exif-gpsmeasuremode-2\";i:4831;s:21:\"exif-gpsmeasuremode-3\";i:4832;s:15:\"exif-gpsspeed-k\";i:4833;s:15:\"exif-gpsspeed-m\";i:4834;s:15:\"exif-gpsspeed-n\";i:4835;s:22:\"exif-gpsdestdistance-k\";i:4836;s:22:\"exif-gpsdestdistance-m\";i:4837;s:22:\"exif-gpsdestdistance-n\";i:4838;s:21:\"exif-gpsdop-excellent\";i:4839;s:16:\"exif-gpsdop-good\";i:4840;s:20:\"exif-gpsdop-moderate\";i:4841;s:16:\"exif-gpsdop-fair\";i:4842;s:16:\"exif-gpsdop-poor\";i:4843;s:18:\"exif-objectcycle-a\";i:4844;s:18:\"exif-objectcycle-p\";i:4845;s:18:\"exif-objectcycle-b\";i:4846;s:19:\"exif-gpsdirection-t\";i:4847;s:19:\"exif-gpsdirection-m\";i:4848;s:23:\"exif-ycbcrpositioning-1\";i:4849;s:23:\"exif-ycbcrpositioning-2\";i:4850;s:19:\"exif-dc-contributor\";i:4851;s:16:\"exif-dc-coverage\";i:4852;s:12:\"exif-dc-date\";i:4853;s:17:\"exif-dc-publisher\";i:4854;s:16:\"exif-dc-relation\";i:4855;s:14:\"exif-dc-rights\";i:4856;s:14:\"exif-dc-source\";i:4857;s:12:\"exif-dc-type\";i:4858;s:20:\"exif-rating-rejected\";i:4859;s:29:\"exif-isospeedratings-overflow\";i:4860;s:27:\"exif-maxaperturevalue-value\";i:4861;s:20:\"exif-iimcategory-ace\";i:4862;s:20:\"exif-iimcategory-clj\";i:4863;s:20:\"exif-iimcategory-dis\";i:4864;s:20:\"exif-iimcategory-fin\";i:4865;s:20:\"exif-iimcategory-edu\";i:4866;s:20:\"exif-iimcategory-evn\";i:4867;s:20:\"exif-iimcategory-hth\";i:4868;s:20:\"exif-iimcategory-hum\";i:4869;s:20:\"exif-iimcategory-lab\";i:4870;s:20:\"exif-iimcategory-lif\";i:4871;s:20:\"exif-iimcategory-pol\";i:4872;s:20:\"exif-iimcategory-rel\";i:4873;s:20:\"exif-iimcategory-sci\";i:4874;s:20:\"exif-iimcategory-soi\";i:4875;s:20:\"exif-iimcategory-spo\";i:4876;s:20:\"exif-iimcategory-war\";i:4877;s:20:\"exif-iimcategory-wea\";i:4878;s:19:\"exif-urgency-normal\";i:4879;s:16:\"exif-urgency-low\";i:4880;s:17:\"exif-urgency-high\";i:4881;s:18:\"exif-urgency-other\";i:4882;s:19:\"exif-firstphotodate\";i:4883;s:18:\"exif-lastphotodate\";i:4884;s:19:\"exif-projectiontype\";i:4885;s:35:\"exif-projectiontype-equirectangular\";i:4886;s:22:\"exif-usepanoramaviewer\";i:4887;s:27:\"exif-usepanoramaviewer-true\";i:4888;s:28:\"exif-usepanoramaviewer-false\";i:4889;s:21:\"exif-exposurelockused\";i:4890;s:26:\"exif-exposurelockused-true\";i:4891;s:27:\"exif-exposurelockused-false\";i:4892;s:23:\"exif-poseheadingdegrees\";i:4893;s:21:\"exif-posepitchdegrees\";i:4894;s:20:\"exif-poserolldegrees\";i:4895;s:30:\"exif-initialviewheadingdegrees\";i:4896;s:28:\"exif-initialviewpitchdegrees\";i:4897;s:27:\"exif-initialviewrolldegrees\";i:4898;s:32:\"exif-initialhorizontalfovdegrees\";i:4899;s:30:\"exif-initialverticalfovdegrees\";i:4900;s:22:\"exif-sourcephotoscount\";i:4901;s:32:\"exif-croppedareaimagewidthpixels\";i:4902;s:33:\"exif-croppedareaimageheightpixels\";i:4903;s:24:\"exif-fullpanowidthpixels\";i:4904;s:25:\"exif-fullpanoheightpixels\";i:4905;s:26:\"exif-croppedarealeftpixels\";i:4906;s:25:\"exif-croppedareatoppixels\";i:4907;s:23:\"exif-initialcameradolly\";i:4908;s:22:\"exif-stitchingsoftware\";i:4909;s:20:\"apihelp-main-summary\";i:4910;s:33:\"apihelp-main-extended-description\";i:4911;s:25:\"apihelp-main-param-action\";i:4912;s:25:\"apihelp-main-param-format\";i:4913;s:25:\"apihelp-main-param-maxlag\";i:4914;s:26:\"apihelp-main-param-smaxage\";i:4915;s:25:\"apihelp-main-param-maxage\";i:4916;s:25:\"apihelp-main-param-assert\";i:4917;s:29:\"apihelp-main-param-assertuser\";i:4918;s:28:\"apihelp-main-param-requestid\";i:4919;s:27:\"apihelp-main-param-servedby\";i:4920;s:31:\"apihelp-main-param-curtimestamp\";i:4921;s:35:\"apihelp-main-param-responselanginfo\";i:4922;s:25:\"apihelp-main-param-origin\";i:4923;s:26:\"apihelp-main-param-uselang\";i:4924;s:26:\"apihelp-main-param-variant\";i:4925;s:30:\"apihelp-main-param-errorformat\";i:4926;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4927;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4928;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4929;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4930;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4931;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4932;s:28:\"apihelp-main-param-errorlang\";i:4933;s:33:\"apihelp-main-param-errorsuselocal\";i:4934;s:21:\"apihelp-block-summary\";i:4935;s:24:\"apihelp-block-param-user\";i:4936;s:26:\"apihelp-block-param-userid\";i:4937;s:26:\"apihelp-block-param-expiry\";i:4938;s:26:\"apihelp-block-param-reason\";i:4939;s:28:\"apihelp-block-param-anononly\";i:4940;s:28:\"apihelp-block-param-nocreate\";i:4941;s:29:\"apihelp-block-param-autoblock\";i:4942;s:27:\"apihelp-block-param-noemail\";i:4943;s:28:\"apihelp-block-param-hidename\";i:4944;s:33:\"apihelp-block-param-allowusertalk\";i:4945;s:27:\"apihelp-block-param-reblock\";i:4946;s:29:\"apihelp-block-param-watchuser\";i:4947;s:35:\"apihelp-block-param-watchlistexpiry\";i:4948;s:24:\"apihelp-block-param-tags\";i:4949;s:27:\"apihelp-block-param-partial\";i:4950;s:36:\"apihelp-block-param-pagerestrictions\";i:4951;s:41:\"apihelp-block-param-namespacerestrictions\";i:4952;s:38:\"apihelp-block-param-actionrestrictions\";i:4953;s:31:\"apihelp-block-example-ip-simple\";i:4954;s:34:\"apihelp-block-example-user-complex\";i:4955;s:40:\"apihelp-changeauthenticationdata-summary\";i:4956;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4957;s:34:\"apihelp-changecontentmodel-summary\";i:4958;s:38:\"apihelp-changecontentmodel-param-title\";i:4959;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4960;s:40:\"apihelp-changecontentmodel-param-summary\";i:4961;s:37:\"apihelp-changecontentmodel-param-tags\";i:4962;s:38:\"apihelp-changecontentmodel-param-model\";i:4963;s:36:\"apihelp-changecontentmodel-param-bot\";i:4964;s:34:\"apihelp-changecontentmodel-example\";i:4965;s:26:\"apihelp-checktoken-summary\";i:4966;s:29:\"apihelp-checktoken-param-type\";i:4967;s:30:\"apihelp-checktoken-param-token\";i:4968;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4969;s:33:\"apihelp-checktoken-example-simple\";i:4970;s:27:\"apihelp-clearhasmsg-summary\";i:4971;s:29:\"apihelp-clearhasmsg-example-1\";i:4972;s:27:\"apihelp-clientlogin-summary\";i:4973;s:33:\"apihelp-clientlogin-example-login\";i:4974;s:34:\"apihelp-clientlogin-example-login2\";i:4975;s:23:\"apihelp-compare-summary\";i:4976;s:36:\"apihelp-compare-extended-description\";i:4977;s:31:\"apihelp-compare-param-fromtitle\";i:4978;s:28:\"apihelp-compare-param-fromid\";i:4979;s:29:\"apihelp-compare-param-fromrev\";i:4980;s:29:\"apihelp-compare-param-frompst\";i:4981;s:31:\"apihelp-compare-param-fromslots\";i:4982;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4983;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4984;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4985;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4986;s:30:\"apihelp-compare-param-fromtext\";i:4987;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4988;s:39:\"apihelp-compare-param-fromcontentformat\";i:4989;s:33:\"apihelp-compare-param-fromsection\";i:4990;s:29:\"apihelp-compare-param-totitle\";i:4991;s:26:\"apihelp-compare-param-toid\";i:4992;s:27:\"apihelp-compare-param-torev\";i:4993;s:32:\"apihelp-compare-param-torelative\";i:4994;s:27:\"apihelp-compare-param-topst\";i:4995;s:29:\"apihelp-compare-param-toslots\";i:4996;s:35:\"apihelp-compare-param-totext-{slot}\";i:4997;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4998;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4999;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5000;s:28:\"apihelp-compare-param-totext\";i:5001;s:36:\"apihelp-compare-param-tocontentmodel\";i:5002;s:37:\"apihelp-compare-param-tocontentformat\";i:5003;s:31:\"apihelp-compare-param-tosection\";i:5004;s:26:\"apihelp-compare-param-prop\";i:5005;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5006;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5007;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5008;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5009;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5010;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5011;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5012;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5013;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5014;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5015;s:30:\"apihelp-compare-param-difftype\";i:5016;s:27:\"apihelp-compare-param-slots\";i:5017;s:25:\"apihelp-compare-example-1\";i:5018;s:29:\"apihelp-createaccount-summary\";i:5019;s:41:\"apihelp-createaccount-param-preservestate\";i:5020;s:36:\"apihelp-createaccount-example-create\";i:5021;s:25:\"apihelp-cspreport-summary\";i:5022;s:34:\"apihelp-cspreport-param-reportonly\";i:5023;s:30:\"apihelp-cspreport-param-source\";i:5024;s:22:\"apihelp-delete-summary\";i:5025;s:26:\"apihelp-delete-param-title\";i:5026;s:27:\"apihelp-delete-param-pageid\";i:5027;s:27:\"apihelp-delete-param-reason\";i:5028;s:25:\"apihelp-delete-param-tags\";i:5029;s:31:\"apihelp-delete-param-deletetalk\";i:5030;s:26:\"apihelp-delete-param-watch\";i:5031;s:30:\"apihelp-delete-param-watchlist\";i:5032;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5033;s:28:\"apihelp-delete-param-unwatch\";i:5034;s:29:\"apihelp-delete-param-oldimage\";i:5035;s:29:\"apihelp-delete-example-simple\";i:5036;s:29:\"apihelp-delete-example-reason\";i:5037;s:24:\"apihelp-disabled-summary\";i:5038;s:20:\"apihelp-edit-summary\";i:5039;s:24:\"apihelp-edit-param-title\";i:5040;s:25:\"apihelp-edit-param-pageid\";i:5041;s:26:\"apihelp-edit-param-section\";i:5042;s:31:\"apihelp-edit-param-sectiontitle\";i:5043;s:23:\"apihelp-edit-param-text\";i:5044;s:26:\"apihelp-edit-param-summary\";i:5045;s:23:\"apihelp-edit-param-tags\";i:5046;s:24:\"apihelp-edit-param-minor\";i:5047;s:27:\"apihelp-edit-param-notminor\";i:5048;s:22:\"apihelp-edit-param-bot\";i:5049;s:28:\"apihelp-edit-param-baserevid\";i:5050;s:32:\"apihelp-edit-param-basetimestamp\";i:5051;s:33:\"apihelp-edit-param-starttimestamp\";i:5052;s:27:\"apihelp-edit-param-recreate\";i:5053;s:29:\"apihelp-edit-param-createonly\";i:5054;s:27:\"apihelp-edit-param-nocreate\";i:5055;s:24:\"apihelp-edit-param-watch\";i:5056;s:26:\"apihelp-edit-param-unwatch\";i:5057;s:28:\"apihelp-edit-param-watchlist\";i:5058;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5059;s:22:\"apihelp-edit-param-md5\";i:5060;s:30:\"apihelp-edit-param-prependtext\";i:5061;s:29:\"apihelp-edit-param-appendtext\";i:5062;s:23:\"apihelp-edit-param-undo\";i:5063;s:28:\"apihelp-edit-param-undoafter\";i:5064;s:27:\"apihelp-edit-param-redirect\";i:5065;s:32:\"apihelp-edit-param-contentformat\";i:5066;s:31:\"apihelp-edit-param-contentmodel\";i:5067;s:24:\"apihelp-edit-param-token\";i:5068;s:25:\"apihelp-edit-example-edit\";i:5069;s:28:\"apihelp-edit-example-prepend\";i:5070;s:25:\"apihelp-edit-example-undo\";i:5071;s:25:\"apihelp-emailuser-summary\";i:5072;s:30:\"apihelp-emailuser-param-target\";i:5073;s:31:\"apihelp-emailuser-param-subject\";i:5074;s:28:\"apihelp-emailuser-param-text\";i:5075;s:28:\"apihelp-emailuser-param-ccme\";i:5076;s:31:\"apihelp-emailuser-example-email\";i:5077;s:31:\"apihelp-expandtemplates-summary\";i:5078;s:35:\"apihelp-expandtemplates-param-title\";i:5079;s:34:\"apihelp-expandtemplates-param-text\";i:5080;s:35:\"apihelp-expandtemplates-param-revid\";i:5081;s:34:\"apihelp-expandtemplates-param-prop\";i:5082;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5083;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5084;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5085;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5086;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5087;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5088;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5089;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5090;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5091;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5092;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5093;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5094;s:38:\"apihelp-expandtemplates-example-simple\";i:5095;s:33:\"apihelp-feedcontributions-summary\";i:5096;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5097;s:36:\"apihelp-feedcontributions-param-user\";i:5098;s:41:\"apihelp-feedcontributions-param-namespace\";i:5099;s:36:\"apihelp-feedcontributions-param-year\";i:5100;s:37:\"apihelp-feedcontributions-param-month\";i:5101;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5102;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5103;s:39:\"apihelp-feedcontributions-param-toponly\";i:5104;s:39:\"apihelp-feedcontributions-param-newonly\";i:5105;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5106;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5107;s:40:\"apihelp-feedcontributions-example-simple\";i:5108;s:33:\"apihelp-feedrecentchanges-summary\";i:5109;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5110;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5111;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5112;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5113;s:36:\"apihelp-feedrecentchanges-param-days\";i:5114;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5115;s:36:\"apihelp-feedrecentchanges-param-from\";i:5116;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5117;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5118;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5119;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5120;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5121;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5122;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5123;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5124;s:38:\"apihelp-feedrecentchanges-param-target\";i:5125;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5126;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5127;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5128;s:29:\"apihelp-feedwatchlist-summary\";i:5129;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5130;s:33:\"apihelp-feedwatchlist-param-hours\";i:5131;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5132;s:37:\"apihelp-feedwatchlist-example-default\";i:5133;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5134;s:26:\"apihelp-filerevert-summary\";i:5135;s:33:\"apihelp-filerevert-param-filename\";i:5136;s:32:\"apihelp-filerevert-param-comment\";i:5137;s:36:\"apihelp-filerevert-param-archivename\";i:5138;s:33:\"apihelp-filerevert-example-revert\";i:5139;s:20:\"apihelp-help-summary\";i:5140;s:26:\"apihelp-help-param-modules\";i:5141;s:29:\"apihelp-help-param-submodules\";i:5142;s:38:\"apihelp-help-param-recursivesubmodules\";i:5143;s:29:\"apihelp-help-param-helpformat\";i:5144;s:23:\"apihelp-help-param-wrap\";i:5145;s:22:\"apihelp-help-param-toc\";i:5146;s:25:\"apihelp-help-example-main\";i:5147;s:31:\"apihelp-help-example-submodules\";i:5148;s:30:\"apihelp-help-example-recursive\";i:5149;s:25:\"apihelp-help-example-help\";i:5150;s:26:\"apihelp-help-example-query\";i:5151;s:27:\"apihelp-imagerotate-summary\";i:5152;s:34:\"apihelp-imagerotate-param-rotation\";i:5153;s:30:\"apihelp-imagerotate-param-tags\";i:5154;s:34:\"apihelp-imagerotate-example-simple\";i:5155;s:37:\"apihelp-imagerotate-example-generator\";i:5156;s:22:\"apihelp-import-summary\";i:5157;s:35:\"apihelp-import-extended-description\";i:5158;s:28:\"apihelp-import-param-summary\";i:5159;s:24:\"apihelp-import-param-xml\";i:5160;s:36:\"apihelp-import-param-interwikiprefix\";i:5161;s:37:\"apihelp-import-param-assignknownusers\";i:5162;s:36:\"apihelp-import-param-interwikisource\";i:5163;s:34:\"apihelp-import-param-interwikipage\";i:5164;s:32:\"apihelp-import-param-fullhistory\";i:5165;s:30:\"apihelp-import-param-templates\";i:5166;s:30:\"apihelp-import-param-namespace\";i:5167;s:29:\"apihelp-import-param-rootpage\";i:5168;s:25:\"apihelp-import-param-tags\";i:5169;s:29:\"apihelp-import-example-import\";i:5170;s:27:\"apihelp-linkaccount-summary\";i:5171;s:32:\"apihelp-linkaccount-example-link\";i:5172;s:21:\"apihelp-login-summary\";i:5173;s:34:\"apihelp-login-extended-description\";i:5174;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5175;s:24:\"apihelp-login-param-name\";i:5176;s:28:\"apihelp-login-param-password\";i:5177;s:26:\"apihelp-login-param-domain\";i:5178;s:25:\"apihelp-login-param-token\";i:5179;s:27:\"apihelp-login-example-login\";i:5180;s:22:\"apihelp-logout-summary\";i:5181;s:29:\"apihelp-logout-example-logout\";i:5182;s:26:\"apihelp-managetags-summary\";i:5183;s:34:\"apihelp-managetags-param-operation\";i:5184;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5185;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5186;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5187;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5188;s:28:\"apihelp-managetags-param-tag\";i:5189;s:31:\"apihelp-managetags-param-reason\";i:5190;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5191;s:29:\"apihelp-managetags-param-tags\";i:5192;s:33:\"apihelp-managetags-example-create\";i:5193;s:33:\"apihelp-managetags-example-delete\";i:5194;s:35:\"apihelp-managetags-example-activate\";i:5195;s:37:\"apihelp-managetags-example-deactivate\";i:5196;s:28:\"apihelp-mergehistory-summary\";i:5197;s:31:\"apihelp-mergehistory-param-from\";i:5198;s:33:\"apihelp-mergehistory-param-fromid\";i:5199;s:29:\"apihelp-mergehistory-param-to\";i:5200;s:31:\"apihelp-mergehistory-param-toid\";i:5201;s:36:\"apihelp-mergehistory-param-timestamp\";i:5202;s:33:\"apihelp-mergehistory-param-reason\";i:5203;s:34:\"apihelp-mergehistory-example-merge\";i:5204;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5205;s:20:\"apihelp-move-summary\";i:5206;s:23:\"apihelp-move-param-from\";i:5207;s:25:\"apihelp-move-param-fromid\";i:5208;s:21:\"apihelp-move-param-to\";i:5209;s:25:\"apihelp-move-param-reason\";i:5210;s:27:\"apihelp-move-param-movetalk\";i:5211;s:31:\"apihelp-move-param-movesubpages\";i:5212;s:29:\"apihelp-move-param-noredirect\";i:5213;s:24:\"apihelp-move-param-watch\";i:5214;s:26:\"apihelp-move-param-unwatch\";i:5215;s:28:\"apihelp-move-param-watchlist\";i:5216;s:34:\"apihelp-move-param-watchlistexpiry\";i:5217;s:33:\"apihelp-move-param-ignorewarnings\";i:5218;s:23:\"apihelp-move-param-tags\";i:5219;s:25:\"apihelp-move-example-move\";i:5220;s:26:\"apihelp-opensearch-summary\";i:5221;s:31:\"apihelp-opensearch-param-search\";i:5222;s:30:\"apihelp-opensearch-param-limit\";i:5223;s:34:\"apihelp-opensearch-param-namespace\";i:5224;s:32:\"apihelp-opensearch-param-suggest\";i:5225;s:34:\"apihelp-opensearch-param-redirects\";i:5226;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5227;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5228;s:41:\"apihelp-opensearch-param-redirects-append\";i:5229;s:31:\"apihelp-opensearch-param-format\";i:5230;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5231;s:29:\"apihelp-opensearch-example-te\";i:5232;s:23:\"apihelp-options-summary\";i:5233;s:36:\"apihelp-options-extended-description\";i:5234;s:27:\"apihelp-options-param-reset\";i:5235;s:32:\"apihelp-options-param-resetkinds\";i:5236;s:28:\"apihelp-options-param-change\";i:5237;s:32:\"apihelp-options-param-optionname\";i:5238;s:33:\"apihelp-options-param-optionvalue\";i:5239;s:29:\"apihelp-options-example-reset\";i:5240;s:30:\"apihelp-options-example-change\";i:5241;s:31:\"apihelp-options-example-complex\";i:5242;s:25:\"apihelp-paraminfo-summary\";i:5243;s:31:\"apihelp-paraminfo-param-modules\";i:5244;s:34:\"apihelp-paraminfo-param-helpformat\";i:5245;s:36:\"apihelp-paraminfo-param-querymodules\";i:5246;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5247;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5248;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5249;s:27:\"apihelp-paraminfo-example-1\";i:5250;s:27:\"apihelp-paraminfo-example-2\";i:5251;s:21:\"apihelp-parse-summary\";i:5252;s:34:\"apihelp-parse-extended-description\";i:5253;s:25:\"apihelp-parse-param-title\";i:5254;s:24:\"apihelp-parse-param-text\";i:5255;s:25:\"apihelp-parse-param-revid\";i:5256;s:27:\"apihelp-parse-param-summary\";i:5257;s:24:\"apihelp-parse-param-page\";i:5258;s:26:\"apihelp-parse-param-pageid\";i:5259;s:29:\"apihelp-parse-param-redirects\";i:5260;s:25:\"apihelp-parse-param-oldid\";i:5261;s:24:\"apihelp-parse-param-prop\";i:5262;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5263;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5264;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5265;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5266;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5267;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5268;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5269;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5270;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5271;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5272;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5273;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5274;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5275;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5276;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5277;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5278;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5279;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5280;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5281;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5282;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5283;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5284;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5285;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5286;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5287;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5288;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5289;s:23:\"apihelp-parse-param-pst\";i:5290;s:27:\"apihelp-parse-param-onlypst\";i:5291;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5292;s:27:\"apihelp-parse-param-section\";i:5293;s:32:\"apihelp-parse-param-sectiontitle\";i:5294;s:38:\"apihelp-parse-param-disablelimitreport\";i:5295;s:29:\"apihelp-parse-param-disablepp\";i:5296;s:38:\"apihelp-parse-param-disableeditsection\";i:5297;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5298;s:36:\"apihelp-parse-param-showstrategykeys\";i:5299;s:31:\"apihelp-parse-param-generatexml\";i:5300;s:27:\"apihelp-parse-param-preview\";i:5301;s:34:\"apihelp-parse-param-sectionpreview\";i:5302;s:30:\"apihelp-parse-param-disabletoc\";i:5303;s:27:\"apihelp-parse-param-useskin\";i:5304;s:33:\"apihelp-parse-param-contentformat\";i:5305;s:32:\"apihelp-parse-param-contentmodel\";i:5306;s:26:\"apihelp-parse-example-page\";i:5307;s:26:\"apihelp-parse-example-text\";i:5308;s:31:\"apihelp-parse-example-texttitle\";i:5309;s:29:\"apihelp-parse-example-summary\";i:5310;s:22:\"apihelp-patrol-summary\";i:5311;s:25:\"apihelp-patrol-param-rcid\";i:5312;s:26:\"apihelp-patrol-param-revid\";i:5313;s:25:\"apihelp-patrol-param-tags\";i:5314;s:27:\"apihelp-patrol-example-rcid\";i:5315;s:28:\"apihelp-patrol-example-revid\";i:5316;s:23:\"apihelp-protect-summary\";i:5317;s:27:\"apihelp-protect-param-title\";i:5318;s:28:\"apihelp-protect-param-pageid\";i:5319;s:33:\"apihelp-protect-param-protections\";i:5320;s:28:\"apihelp-protect-param-expiry\";i:5321;s:28:\"apihelp-protect-param-reason\";i:5322;s:26:\"apihelp-protect-param-tags\";i:5323;s:29:\"apihelp-protect-param-cascade\";i:5324;s:27:\"apihelp-protect-param-watch\";i:5325;s:31:\"apihelp-protect-param-watchlist\";i:5326;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5327;s:31:\"apihelp-protect-example-protect\";i:5328;s:33:\"apihelp-protect-example-unprotect\";i:5329;s:34:\"apihelp-protect-example-unprotect2\";i:5330;s:21:\"apihelp-purge-summary\";i:5331;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5332;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5333;s:28:\"apihelp-purge-example-simple\";i:5334;s:31:\"apihelp-purge-example-generator\";i:5335;s:21:\"apihelp-query-summary\";i:5336;s:34:\"apihelp-query-extended-description\";i:5337;s:24:\"apihelp-query-param-prop\";i:5338;s:24:\"apihelp-query-param-list\";i:5339;s:24:\"apihelp-query-param-meta\";i:5340;s:32:\"apihelp-query-param-indexpageids\";i:5341;s:26:\"apihelp-query-param-export\";i:5342;s:32:\"apihelp-query-param-exportnowrap\";i:5343;s:32:\"apihelp-query-param-exportschema\";i:5344;s:25:\"apihelp-query-param-iwurl\";i:5345;s:31:\"apihelp-query-param-rawcontinue\";i:5346;s:31:\"apihelp-query-example-revisions\";i:5347;s:30:\"apihelp-query-example-allpages\";i:5348;s:35:\"apihelp-query+allcategories-summary\";i:5349;s:38:\"apihelp-query+allcategories-param-from\";i:5350;s:36:\"apihelp-query+allcategories-param-to\";i:5351;s:40:\"apihelp-query+allcategories-param-prefix\";i:5352;s:37:\"apihelp-query+allcategories-param-dir\";i:5353;s:37:\"apihelp-query+allcategories-param-min\";i:5354;s:37:\"apihelp-query+allcategories-param-max\";i:5355;s:39:\"apihelp-query+allcategories-param-limit\";i:5356;s:38:\"apihelp-query+allcategories-param-prop\";i:5357;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5358;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5359;s:40:\"apihelp-query+allcategories-example-size\";i:5360;s:45:\"apihelp-query+allcategories-example-generator\";i:5361;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5362;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5363;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5364;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5365;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5366;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5367;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5368;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5369;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5370;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5371;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5372;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5373;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5374;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5375;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5376;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5377;s:35:\"apihelp-query+allfileusages-summary\";i:5378;s:38:\"apihelp-query+allfileusages-param-from\";i:5379;s:36:\"apihelp-query+allfileusages-param-to\";i:5380;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5381;s:40:\"apihelp-query+allfileusages-param-unique\";i:5382;s:38:\"apihelp-query+allfileusages-param-prop\";i:5383;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5384;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5385;s:39:\"apihelp-query+allfileusages-param-limit\";i:5386;s:37:\"apihelp-query+allfileusages-param-dir\";i:5387;s:37:\"apihelp-query+allfileusages-example-b\";i:5388;s:42:\"apihelp-query+allfileusages-example-unique\";i:5389;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5390;s:45:\"apihelp-query+allfileusages-example-generator\";i:5391;s:31:\"apihelp-query+allimages-summary\";i:5392;s:34:\"apihelp-query+allimages-param-sort\";i:5393;s:33:\"apihelp-query+allimages-param-dir\";i:5394;s:34:\"apihelp-query+allimages-param-from\";i:5395;s:32:\"apihelp-query+allimages-param-to\";i:5396;s:35:\"apihelp-query+allimages-param-start\";i:5397;s:33:\"apihelp-query+allimages-param-end\";i:5398;s:36:\"apihelp-query+allimages-param-prefix\";i:5399;s:37:\"apihelp-query+allimages-param-minsize\";i:5400;s:37:\"apihelp-query+allimages-param-maxsize\";i:5401;s:34:\"apihelp-query+allimages-param-sha1\";i:5402;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5403;s:34:\"apihelp-query+allimages-param-user\";i:5404;s:40:\"apihelp-query+allimages-param-filterbots\";i:5405;s:34:\"apihelp-query+allimages-param-mime\";i:5406;s:35:\"apihelp-query+allimages-param-limit\";i:5407;s:33:\"apihelp-query+allimages-example-b\";i:5408;s:38:\"apihelp-query+allimages-example-recent\";i:5409;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5410;s:41:\"apihelp-query+allimages-example-generator\";i:5411;s:30:\"apihelp-query+alllinks-summary\";i:5412;s:33:\"apihelp-query+alllinks-param-from\";i:5413;s:31:\"apihelp-query+alllinks-param-to\";i:5414;s:35:\"apihelp-query+alllinks-param-prefix\";i:5415;s:35:\"apihelp-query+alllinks-param-unique\";i:5416;s:33:\"apihelp-query+alllinks-param-prop\";i:5417;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5418;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5419;s:38:\"apihelp-query+alllinks-param-namespace\";i:5420;s:34:\"apihelp-query+alllinks-param-limit\";i:5421;s:32:\"apihelp-query+alllinks-param-dir\";i:5422;s:32:\"apihelp-query+alllinks-example-b\";i:5423;s:37:\"apihelp-query+alllinks-example-unique\";i:5424;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5425;s:40:\"apihelp-query+alllinks-example-generator\";i:5426;s:33:\"apihelp-query+allmessages-summary\";i:5427;s:40:\"apihelp-query+allmessages-param-messages\";i:5428;s:36:\"apihelp-query+allmessages-param-prop\";i:5429;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5430;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5431;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5432;s:36:\"apihelp-query+allmessages-param-args\";i:5433;s:38:\"apihelp-query+allmessages-param-filter\";i:5434;s:42:\"apihelp-query+allmessages-param-customised\";i:5435;s:36:\"apihelp-query+allmessages-param-lang\";i:5436;s:36:\"apihelp-query+allmessages-param-from\";i:5437;s:34:\"apihelp-query+allmessages-param-to\";i:5438;s:37:\"apihelp-query+allmessages-param-title\";i:5439;s:38:\"apihelp-query+allmessages-param-prefix\";i:5440;s:37:\"apihelp-query+allmessages-example-ipb\";i:5441;s:36:\"apihelp-query+allmessages-example-de\";i:5442;s:30:\"apihelp-query+allpages-summary\";i:5443;s:33:\"apihelp-query+allpages-param-from\";i:5444;s:31:\"apihelp-query+allpages-param-to\";i:5445;s:35:\"apihelp-query+allpages-param-prefix\";i:5446;s:38:\"apihelp-query+allpages-param-namespace\";i:5447;s:40:\"apihelp-query+allpages-param-filterredir\";i:5448;s:36:\"apihelp-query+allpages-param-minsize\";i:5449;s:36:\"apihelp-query+allpages-param-maxsize\";i:5450;s:35:\"apihelp-query+allpages-param-prtype\";i:5451;s:36:\"apihelp-query+allpages-param-prlevel\";i:5452;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5453;s:34:\"apihelp-query+allpages-param-limit\";i:5454;s:32:\"apihelp-query+allpages-param-dir\";i:5455;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5456;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5457;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5458;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5459;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5460;s:32:\"apihelp-query+allpages-example-b\";i:5461;s:40:\"apihelp-query+allpages-example-generator\";i:5462;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5463;s:34:\"apihelp-query+allredirects-summary\";i:5464;s:37:\"apihelp-query+allredirects-param-from\";i:5465;s:35:\"apihelp-query+allredirects-param-to\";i:5466;s:39:\"apihelp-query+allredirects-param-prefix\";i:5467;s:39:\"apihelp-query+allredirects-param-unique\";i:5468;s:37:\"apihelp-query+allredirects-param-prop\";i:5469;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5470;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5471;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5472;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5473;s:42:\"apihelp-query+allredirects-param-namespace\";i:5474;s:38:\"apihelp-query+allredirects-param-limit\";i:5475;s:36:\"apihelp-query+allredirects-param-dir\";i:5476;s:36:\"apihelp-query+allredirects-example-b\";i:5477;s:41:\"apihelp-query+allredirects-example-unique\";i:5478;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5479;s:44:\"apihelp-query+allredirects-example-generator\";i:5480;s:34:\"apihelp-query+allrevisions-summary\";i:5481;s:38:\"apihelp-query+allrevisions-param-start\";i:5482;s:36:\"apihelp-query+allrevisions-param-end\";i:5483;s:37:\"apihelp-query+allrevisions-param-user\";i:5484;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5485;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5486;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5487;s:39:\"apihelp-query+allrevisions-example-user\";i:5488;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5489;s:36:\"apihelp-query+mystashedfiles-summary\";i:5490;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5491;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5492;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5493;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5494;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5495;s:38:\"apihelp-query+alltransclusions-summary\";i:5496;s:41:\"apihelp-query+alltransclusions-param-from\";i:5497;s:39:\"apihelp-query+alltransclusions-param-to\";i:5498;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5499;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5500;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5501;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5502;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5503;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5504;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5505;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5506;s:40:\"apihelp-query+alltransclusions-example-b\";i:5507;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5508;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5509;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5510;s:30:\"apihelp-query+allusers-summary\";i:5511;s:33:\"apihelp-query+allusers-param-from\";i:5512;s:31:\"apihelp-query+allusers-param-to\";i:5513;s:35:\"apihelp-query+allusers-param-prefix\";i:5514;s:32:\"apihelp-query+allusers-param-dir\";i:5515;s:34:\"apihelp-query+allusers-param-group\";i:5516;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5517;s:35:\"apihelp-query+allusers-param-rights\";i:5518;s:33:\"apihelp-query+allusers-param-prop\";i:5519;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5520;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5521;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5522;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5523;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5524;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5525;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5526;s:34:\"apihelp-query+allusers-param-limit\";i:5527;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5528;s:40:\"apihelp-query+allusers-param-activeusers\";i:5529;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5530;s:32:\"apihelp-query+allusers-example-y\";i:5531;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5532;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5533;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5534;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5535;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5536;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5537;s:31:\"apihelp-query+backlinks-summary\";i:5538;s:35:\"apihelp-query+backlinks-param-title\";i:5539;s:36:\"apihelp-query+backlinks-param-pageid\";i:5540;s:39:\"apihelp-query+backlinks-param-namespace\";i:5541;s:33:\"apihelp-query+backlinks-param-dir\";i:5542;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5543;s:35:\"apihelp-query+backlinks-param-limit\";i:5544;s:38:\"apihelp-query+backlinks-param-redirect\";i:5545;s:38:\"apihelp-query+backlinks-example-simple\";i:5546;s:41:\"apihelp-query+backlinks-example-generator\";i:5547;s:28:\"apihelp-query+blocks-summary\";i:5548;s:32:\"apihelp-query+blocks-param-start\";i:5549;s:30:\"apihelp-query+blocks-param-end\";i:5550;s:30:\"apihelp-query+blocks-param-ids\";i:5551;s:32:\"apihelp-query+blocks-param-users\";i:5552;s:29:\"apihelp-query+blocks-param-ip\";i:5553;s:32:\"apihelp-query+blocks-param-limit\";i:5554;s:31:\"apihelp-query+blocks-param-prop\";i:5555;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5556;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5557;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5558;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5559;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5560;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5561;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5562;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5563;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5564;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5565;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5566;s:31:\"apihelp-query+blocks-param-show\";i:5567;s:35:\"apihelp-query+blocks-example-simple\";i:5568;s:34:\"apihelp-query+blocks-example-users\";i:5569;s:32:\"apihelp-query+categories-summary\";i:5570;s:35:\"apihelp-query+categories-param-prop\";i:5571;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5572;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5573;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5574;s:35:\"apihelp-query+categories-param-show\";i:5575;s:36:\"apihelp-query+categories-param-limit\";i:5576;s:41:\"apihelp-query+categories-param-categories\";i:5577;s:34:\"apihelp-query+categories-param-dir\";i:5578;s:39:\"apihelp-query+categories-example-simple\";i:5579;s:42:\"apihelp-query+categories-example-generator\";i:5580;s:34:\"apihelp-query+categoryinfo-summary\";i:5581;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5582;s:37:\"apihelp-query+categorymembers-summary\";i:5583;s:41:\"apihelp-query+categorymembers-param-title\";i:5584;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5585;s:40:\"apihelp-query+categorymembers-param-prop\";i:5586;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5587;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5588;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5589;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5590;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5591;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5592;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5593;s:40:\"apihelp-query+categorymembers-param-type\";i:5594;s:41:\"apihelp-query+categorymembers-param-limit\";i:5595;s:40:\"apihelp-query+categorymembers-param-sort\";i:5596;s:39:\"apihelp-query+categorymembers-param-dir\";i:5597;s:41:\"apihelp-query+categorymembers-param-start\";i:5598;s:39:\"apihelp-query+categorymembers-param-end\";i:5599;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5600;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5601;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5602;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5603;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5604;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5605;s:44:\"apihelp-query+categorymembers-example-simple\";i:5606;s:47:\"apihelp-query+categorymembers-example-generator\";i:5607;s:34:\"apihelp-query+contributors-summary\";i:5608;s:38:\"apihelp-query+contributors-param-group\";i:5609;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5610;s:39:\"apihelp-query+contributors-param-rights\";i:5611;s:46:\"apihelp-query+contributors-param-excluderights\";i:5612;s:38:\"apihelp-query+contributors-param-limit\";i:5613;s:41:\"apihelp-query+contributors-example-simple\";i:5614;s:38:\"apihelp-query+deletedrevisions-summary\";i:5615;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5616;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5617;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5618;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5619;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5620;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5621;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5622;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5623;s:33:\"apihelp-query+deletedrevs-summary\";i:5624;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5625;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5626;s:37:\"apihelp-query+deletedrevs-param-start\";i:5627;s:35:\"apihelp-query+deletedrevs-param-end\";i:5628;s:36:\"apihelp-query+deletedrevs-param-from\";i:5629;s:34:\"apihelp-query+deletedrevs-param-to\";i:5630;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5631;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5632;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5633;s:36:\"apihelp-query+deletedrevs-param-user\";i:5634;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5635;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5636;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5637;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5638;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5639;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5640;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5641;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5642;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5643;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5644;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5645;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5646;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5647;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5648;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5649;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5650;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5651;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5652;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5653;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5654;s:30:\"apihelp-query+disabled-summary\";i:5655;s:36:\"apihelp-query+duplicatefiles-summary\";i:5656;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5657;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5658;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5659;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5660;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5661;s:32:\"apihelp-query+embeddedin-summary\";i:5662;s:36:\"apihelp-query+embeddedin-param-title\";i:5663;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5664;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5665;s:34:\"apihelp-query+embeddedin-param-dir\";i:5666;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5667;s:36:\"apihelp-query+embeddedin-param-limit\";i:5668;s:39:\"apihelp-query+embeddedin-example-simple\";i:5669;s:42:\"apihelp-query+embeddedin-example-generator\";i:5670;s:30:\"apihelp-query+extlinks-summary\";i:5671;s:34:\"apihelp-query+extlinks-param-limit\";i:5672;s:37:\"apihelp-query+extlinks-param-protocol\";i:5673;s:34:\"apihelp-query+extlinks-param-query\";i:5674;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5675;s:37:\"apihelp-query+extlinks-example-simple\";i:5676;s:33:\"apihelp-query+exturlusage-summary\";i:5677;s:36:\"apihelp-query+exturlusage-param-prop\";i:5678;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5679;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5680;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5681;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5682;s:37:\"apihelp-query+exturlusage-param-query\";i:5683;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5684;s:37:\"apihelp-query+exturlusage-param-limit\";i:5685;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5686;s:40:\"apihelp-query+exturlusage-example-simple\";i:5687;s:33:\"apihelp-query+filearchive-summary\";i:5688;s:36:\"apihelp-query+filearchive-param-from\";i:5689;s:34:\"apihelp-query+filearchive-param-to\";i:5690;s:38:\"apihelp-query+filearchive-param-prefix\";i:5691;s:37:\"apihelp-query+filearchive-param-limit\";i:5692;s:35:\"apihelp-query+filearchive-param-dir\";i:5693;s:36:\"apihelp-query+filearchive-param-sha1\";i:5694;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5695;s:36:\"apihelp-query+filearchive-param-prop\";i:5696;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5697;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5698;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5699;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5700;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5701;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5702;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5703;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5704;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5705;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5706;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5707;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5708;s:40:\"apihelp-query+filearchive-example-simple\";i:5709;s:34:\"apihelp-query+filerepoinfo-summary\";i:5710;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5711;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5712;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5713;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5714;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5715;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5716;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5717;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5718;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5719;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5720;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5721;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5722;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5723;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5724;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5725;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5726;s:31:\"apihelp-query+fileusage-summary\";i:5727;s:34:\"apihelp-query+fileusage-param-prop\";i:5728;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5729;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5730;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5731;s:39:\"apihelp-query+fileusage-param-namespace\";i:5732;s:35:\"apihelp-query+fileusage-param-limit\";i:5733;s:34:\"apihelp-query+fileusage-param-show\";i:5734;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5735;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5736;s:38:\"apihelp-query+fileusage-example-simple\";i:5737;s:41:\"apihelp-query+fileusage-example-generator\";i:5738;s:31:\"apihelp-query+imageinfo-summary\";i:5739;s:34:\"apihelp-query+imageinfo-param-prop\";i:5740;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5741;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5742;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5743;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5744;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5745;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5746;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5747;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5748;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5749;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5750;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5751;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5752;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5753;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5754;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5755;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5756;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5757;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5758;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5759;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5760;s:35:\"apihelp-query+imageinfo-param-limit\";i:5761;s:35:\"apihelp-query+imageinfo-param-start\";i:5762;s:33:\"apihelp-query+imageinfo-param-end\";i:5763;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5764;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5765;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5766;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5767;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5768;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5769;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5770;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5771;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5772;s:38:\"apihelp-query+imageinfo-example-simple\";i:5773;s:37:\"apihelp-query+imageinfo-example-dated\";i:5774;s:28:\"apihelp-query+images-summary\";i:5775;s:32:\"apihelp-query+images-param-limit\";i:5776;s:33:\"apihelp-query+images-param-images\";i:5777;s:30:\"apihelp-query+images-param-dir\";i:5778;s:35:\"apihelp-query+images-example-simple\";i:5779;s:38:\"apihelp-query+images-example-generator\";i:5780;s:32:\"apihelp-query+imageusage-summary\";i:5781;s:36:\"apihelp-query+imageusage-param-title\";i:5782;s:37:\"apihelp-query+imageusage-param-pageid\";i:5783;s:40:\"apihelp-query+imageusage-param-namespace\";i:5784;s:34:\"apihelp-query+imageusage-param-dir\";i:5785;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5786;s:36:\"apihelp-query+imageusage-param-limit\";i:5787;s:39:\"apihelp-query+imageusage-param-redirect\";i:5788;s:39:\"apihelp-query+imageusage-example-simple\";i:5789;s:42:\"apihelp-query+imageusage-example-generator\";i:5790;s:26:\"apihelp-query+info-summary\";i:5791;s:29:\"apihelp-query+info-param-prop\";i:5792;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5793;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5794;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5795;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5796;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5797;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5798;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5799;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5800;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5801;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5802;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5803;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5804;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5805;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5806;s:36:\"apihelp-query+info-param-linkcontext\";i:5807;s:36:\"apihelp-query+info-param-testactions\";i:5808;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5809;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5810;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5811;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5812;s:33:\"apihelp-query+info-example-simple\";i:5813;s:37:\"apihelp-query+info-example-protection\";i:5814;s:33:\"apihelp-query+iwbacklinks-summary\";i:5815;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5816;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5817;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5818;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5819;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5820;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5821;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5822;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5823;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5824;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5825;s:29:\"apihelp-query+iwlinks-summary\";i:5826;s:31:\"apihelp-query+iwlinks-param-url\";i:5827;s:32:\"apihelp-query+iwlinks-param-prop\";i:5828;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5829;s:33:\"apihelp-query+iwlinks-param-limit\";i:5830;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5831;s:33:\"apihelp-query+iwlinks-param-title\";i:5832;s:31:\"apihelp-query+iwlinks-param-dir\";i:5833;s:36:\"apihelp-query+iwlinks-example-simple\";i:5834;s:35:\"apihelp-query+langbacklinks-summary\";i:5835;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5836;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5837;s:39:\"apihelp-query+langbacklinks-param-title\";i:5838;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5839;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5840;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5841;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5842;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5843;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5844;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5845;s:31:\"apihelp-query+langlinks-summary\";i:5846;s:35:\"apihelp-query+langlinks-param-limit\";i:5847;s:33:\"apihelp-query+langlinks-param-url\";i:5848;s:34:\"apihelp-query+langlinks-param-prop\";i:5849;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5850;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5851;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5852;s:34:\"apihelp-query+langlinks-param-lang\";i:5853;s:35:\"apihelp-query+langlinks-param-title\";i:5854;s:33:\"apihelp-query+langlinks-param-dir\";i:5855;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5856;s:38:\"apihelp-query+langlinks-example-simple\";i:5857;s:34:\"apihelp-query+languageinfo-summary\";i:5858;s:47:\"apihelp-query+languageinfo-extended-description\";i:5859;s:37:\"apihelp-query+languageinfo-param-prop\";i:5860;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5861;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5862;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5863;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5864;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5865;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5866;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5867;s:37:\"apihelp-query+languageinfo-param-code\";i:5868;s:41:\"apihelp-query+languageinfo-example-simple\";i:5869;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5870;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5871;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5872;s:27:\"apihelp-query+links-summary\";i:5873;s:35:\"apihelp-query+links-param-namespace\";i:5874;s:31:\"apihelp-query+links-param-limit\";i:5875;s:32:\"apihelp-query+links-param-titles\";i:5876;s:29:\"apihelp-query+links-param-dir\";i:5877;s:34:\"apihelp-query+links-example-simple\";i:5878;s:37:\"apihelp-query+links-example-generator\";i:5879;s:38:\"apihelp-query+links-example-namespaces\";i:5880;s:31:\"apihelp-query+linkshere-summary\";i:5881;s:34:\"apihelp-query+linkshere-param-prop\";i:5882;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5883;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5884;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5885;s:39:\"apihelp-query+linkshere-param-namespace\";i:5886;s:35:\"apihelp-query+linkshere-param-limit\";i:5887;s:34:\"apihelp-query+linkshere-param-show\";i:5888;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5889;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5890;s:38:\"apihelp-query+linkshere-example-simple\";i:5891;s:41:\"apihelp-query+linkshere-example-generator\";i:5892;s:31:\"apihelp-query+logevents-summary\";i:5893;s:34:\"apihelp-query+logevents-param-prop\";i:5894;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5895;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5896;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5897;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5898;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5899;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5900;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5901;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5902;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5903;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5904;s:34:\"apihelp-query+logevents-param-type\";i:5905;s:36:\"apihelp-query+logevents-param-action\";i:5906;s:35:\"apihelp-query+logevents-param-start\";i:5907;s:33:\"apihelp-query+logevents-param-end\";i:5908;s:34:\"apihelp-query+logevents-param-user\";i:5909;s:35:\"apihelp-query+logevents-param-title\";i:5910;s:39:\"apihelp-query+logevents-param-namespace\";i:5911;s:36:\"apihelp-query+logevents-param-prefix\";i:5912;s:33:\"apihelp-query+logevents-param-tag\";i:5913;s:35:\"apihelp-query+logevents-param-limit\";i:5914;s:38:\"apihelp-query+logevents-example-simple\";i:5915;s:35:\"apihelp-query+pagepropnames-summary\";i:5916;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5917;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5918;s:31:\"apihelp-query+pageprops-summary\";i:5919;s:34:\"apihelp-query+pageprops-param-prop\";i:5920;s:38:\"apihelp-query+pageprops-example-simple\";i:5921;s:35:\"apihelp-query+pageswithprop-summary\";i:5922;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5923;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5924;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5925;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5926;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5927;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5928;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5929;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5930;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5931;s:34:\"apihelp-query+prefixsearch-summary\";i:5932;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5933;s:39:\"apihelp-query+prefixsearch-param-search\";i:5934;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5935;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5936;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5937;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5938;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5939;s:37:\"apihelp-query+protectedtitles-summary\";i:5940;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5941;s:41:\"apihelp-query+protectedtitles-param-level\";i:5942;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5943;s:41:\"apihelp-query+protectedtitles-param-start\";i:5944;s:39:\"apihelp-query+protectedtitles-param-end\";i:5945;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5946;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5947;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5948;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5949;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5950;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5951;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5952;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5953;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5954;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5955;s:31:\"apihelp-query+querypage-summary\";i:5956;s:34:\"apihelp-query+querypage-param-page\";i:5957;s:35:\"apihelp-query+querypage-param-limit\";i:5958;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5959;s:28:\"apihelp-query+random-summary\";i:5960;s:41:\"apihelp-query+random-extended-description\";i:5961;s:36:\"apihelp-query+random-param-namespace\";i:5962;s:32:\"apihelp-query+random-param-limit\";i:5963;s:35:\"apihelp-query+random-param-redirect\";i:5964;s:38:\"apihelp-query+random-param-filterredir\";i:5965;s:35:\"apihelp-query+random-example-simple\";i:5966;s:38:\"apihelp-query+random-example-generator\";i:5967;s:35:\"apihelp-query+recentchanges-summary\";i:5968;s:39:\"apihelp-query+recentchanges-param-start\";i:5969;s:37:\"apihelp-query+recentchanges-param-end\";i:5970;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5971;s:38:\"apihelp-query+recentchanges-param-user\";i:5972;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5973;s:37:\"apihelp-query+recentchanges-param-tag\";i:5974;s:38:\"apihelp-query+recentchanges-param-slot\";i:5975;s:38:\"apihelp-query+recentchanges-param-prop\";i:5976;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5977;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5978;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5979;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5980;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5981;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5982;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5983;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5984;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5985;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5986;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5987;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5988;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5989;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5990;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5991;s:38:\"apihelp-query+recentchanges-param-show\";i:5992;s:39:\"apihelp-query+recentchanges-param-limit\";i:5993;s:38:\"apihelp-query+recentchanges-param-type\";i:5994;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5995;s:39:\"apihelp-query+recentchanges-param-title\";i:5996;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5997;s:42:\"apihelp-query+recentchanges-example-simple\";i:5998;s:45:\"apihelp-query+recentchanges-example-generator\";i:5999;s:31:\"apihelp-query+redirects-summary\";i:6000;s:34:\"apihelp-query+redirects-param-prop\";i:6001;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6002;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6003;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6004;s:39:\"apihelp-query+redirects-param-namespace\";i:6005;s:35:\"apihelp-query+redirects-param-limit\";i:6006;s:34:\"apihelp-query+redirects-param-show\";i:6007;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6008;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6009;s:38:\"apihelp-query+redirects-example-simple\";i:6010;s:41:\"apihelp-query+redirects-example-generator\";i:6011;s:31:\"apihelp-query+revisions-summary\";i:6012;s:44:\"apihelp-query+revisions-extended-description\";i:6013;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6014;s:37:\"apihelp-query+revisions-param-startid\";i:6015;s:35:\"apihelp-query+revisions-param-endid\";i:6016;s:35:\"apihelp-query+revisions-param-start\";i:6017;s:33:\"apihelp-query+revisions-param-end\";i:6018;s:34:\"apihelp-query+revisions-param-user\";i:6019;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6020;s:33:\"apihelp-query+revisions-param-tag\";i:6021;s:39:\"apihelp-query+revisions-example-content\";i:6022;s:37:\"apihelp-query+revisions-example-last5\";i:6023;s:38:\"apihelp-query+revisions-example-first5\";i:6024;s:44:\"apihelp-query+revisions-example-first5-after\";i:6025;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6026;s:43:\"apihelp-query+revisions-example-first5-user\";i:6027;s:39:\"apihelp-query+revisions+base-param-prop\";i:6028;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6029;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6030;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6031;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6032;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6033;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6034;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6035;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6036;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6037;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6038;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6039;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6040;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6041;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6042;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6043;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6044;s:40:\"apihelp-query+revisions+base-param-slots\";i:6045;s:40:\"apihelp-query+revisions+base-param-limit\";i:6046;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6047;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6048;s:40:\"apihelp-query+revisions+base-param-parse\";i:6049;s:42:\"apihelp-query+revisions+base-param-section\";i:6050;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6051;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6052;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6053;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6054;s:28:\"apihelp-query+search-summary\";i:6055;s:33:\"apihelp-query+search-param-search\";i:6056;s:36:\"apihelp-query+search-param-namespace\";i:6057;s:31:\"apihelp-query+search-param-what\";i:6058;s:31:\"apihelp-query+search-param-info\";i:6059;s:31:\"apihelp-query+search-param-prop\";i:6060;s:36:\"apihelp-query+search-param-qiprofile\";i:6061;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6062;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6063;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6064;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6065;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6066;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6067;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6068;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6069;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6070;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6071;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6072;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6073;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6074;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6075;s:32:\"apihelp-query+search-param-limit\";i:6076;s:36:\"apihelp-query+search-param-interwiki\";i:6077;s:34:\"apihelp-query+search-param-backend\";i:6078;s:41:\"apihelp-query+search-param-enablerewrites\";i:6079;s:31:\"apihelp-query+search-param-sort\";i:6080;s:35:\"apihelp-query+search-example-simple\";i:6081;s:33:\"apihelp-query+search-example-text\";i:6082;s:38:\"apihelp-query+search-example-generator\";i:6083;s:30:\"apihelp-query+siteinfo-summary\";i:6084;s:33:\"apihelp-query+siteinfo-param-prop\";i:6085;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6086;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6087;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6088;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6089;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6090;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6091;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6092;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6093;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6094;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6095;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6096;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6097;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6098;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6099;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6100;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6101;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6102;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6103;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6104;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6105;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6106;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6107;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6108;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6109;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6110;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6111;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6112;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6113;s:37:\"apihelp-query+siteinfo-example-simple\";i:6114;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6115;s:37:\"apihelp-query+siteinfo-example-replag\";i:6116;s:36:\"apihelp-query+stashimageinfo-summary\";i:6117;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6118;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6119;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6120;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6121;s:26:\"apihelp-query+tags-summary\";i:6122;s:30:\"apihelp-query+tags-param-limit\";i:6123;s:29:\"apihelp-query+tags-param-prop\";i:6124;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6125;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6126;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6127;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6128;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6129;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6130;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6131;s:33:\"apihelp-query+tags-example-simple\";i:6132;s:31:\"apihelp-query+templates-summary\";i:6133;s:39:\"apihelp-query+templates-param-namespace\";i:6134;s:35:\"apihelp-query+templates-param-limit\";i:6135;s:39:\"apihelp-query+templates-param-templates\";i:6136;s:33:\"apihelp-query+templates-param-dir\";i:6137;s:38:\"apihelp-query+templates-example-simple\";i:6138;s:41:\"apihelp-query+templates-example-generator\";i:6139;s:42:\"apihelp-query+templates-example-namespaces\";i:6140;s:28:\"apihelp-query+tokens-summary\";i:6141;s:31:\"apihelp-query+tokens-param-type\";i:6142;s:35:\"apihelp-query+tokens-example-simple\";i:6143;s:34:\"apihelp-query+tokens-example-types\";i:6144;s:35:\"apihelp-query+transcludedin-summary\";i:6145;s:38:\"apihelp-query+transcludedin-param-prop\";i:6146;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6147;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6148;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6149;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6150;s:39:\"apihelp-query+transcludedin-param-limit\";i:6151;s:38:\"apihelp-query+transcludedin-param-show\";i:6152;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6153;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6154;s:42:\"apihelp-query+transcludedin-example-simple\";i:6155;s:45:\"apihelp-query+transcludedin-example-generator\";i:6156;s:34:\"apihelp-query+usercontribs-summary\";i:6157;s:38:\"apihelp-query+usercontribs-param-limit\";i:6158;s:38:\"apihelp-query+usercontribs-param-start\";i:6159;s:36:\"apihelp-query+usercontribs-param-end\";i:6160;s:37:\"apihelp-query+usercontribs-param-user\";i:6161;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6162;s:40:\"apihelp-query+usercontribs-param-userids\";i:6163;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6164;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6165;s:37:\"apihelp-query+usercontribs-param-prop\";i:6166;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6167;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6168;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6169;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6170;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6171;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6172;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6173;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6174;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6175;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6176;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6177;s:37:\"apihelp-query+usercontribs-param-show\";i:6178;s:36:\"apihelp-query+usercontribs-param-tag\";i:6179;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6180;s:39:\"apihelp-query+usercontribs-example-user\";i:6181;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6182;s:30:\"apihelp-query+userinfo-summary\";i:6183;s:33:\"apihelp-query+userinfo-param-prop\";i:6184;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6185;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6186;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6187;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6188;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6189;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6190;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6191;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6192;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6193;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6194;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6195;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6196;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6197;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6198;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6199;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6200;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6201;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6202;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6203;s:37:\"apihelp-query+userinfo-example-simple\";i:6204;s:35:\"apihelp-query+userinfo-example-data\";i:6205;s:27:\"apihelp-query+users-summary\";i:6206;s:30:\"apihelp-query+users-param-prop\";i:6207;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6208;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6209;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6210;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6211;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6212;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6213;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6214;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6215;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6216;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6217;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6218;s:38:\"apihelp-query+users-param-attachedwiki\";i:6219;s:31:\"apihelp-query+users-param-users\";i:6220;s:33:\"apihelp-query+users-param-userids\";i:6221;s:34:\"apihelp-query+users-example-simple\";i:6222;s:31:\"apihelp-query+watchlist-summary\";i:6223;s:36:\"apihelp-query+watchlist-param-allrev\";i:6224;s:35:\"apihelp-query+watchlist-param-start\";i:6225;s:33:\"apihelp-query+watchlist-param-end\";i:6226;s:39:\"apihelp-query+watchlist-param-namespace\";i:6227;s:34:\"apihelp-query+watchlist-param-user\";i:6228;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6229;s:35:\"apihelp-query+watchlist-param-limit\";i:6230;s:34:\"apihelp-query+watchlist-param-prop\";i:6231;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6232;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6233;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6234;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6235;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6236;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6237;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6238;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6239;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6240;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6241;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6242;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6243;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6244;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6245;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6246;s:34:\"apihelp-query+watchlist-param-show\";i:6247;s:34:\"apihelp-query+watchlist-param-type\";i:6248;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6249;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6250;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6251;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6252;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6253;s:35:\"apihelp-query+watchlist-param-owner\";i:6254;s:35:\"apihelp-query+watchlist-param-token\";i:6255;s:38:\"apihelp-query+watchlist-example-simple\";i:6256;s:37:\"apihelp-query+watchlist-example-props\";i:6257;s:38:\"apihelp-query+watchlist-example-expiry\";i:6258;s:38:\"apihelp-query+watchlist-example-allrev\";i:6259;s:41:\"apihelp-query+watchlist-example-generator\";i:6260;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6261;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6262;s:34:\"apihelp-query+watchlistraw-summary\";i:6263;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6264;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6265;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6266;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6267;s:37:\"apihelp-query+watchlistraw-param-show\";i:6268;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6269;s:38:\"apihelp-query+watchlistraw-param-token\";i:6270;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6271;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6272;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6273;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6274;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6275;s:40:\"apihelp-removeauthenticationdata-summary\";i:6276;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6277;s:29:\"apihelp-resetpassword-summary\";i:6278;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6279;s:32:\"apihelp-resetpassword-param-user\";i:6280;s:33:\"apihelp-resetpassword-param-email\";i:6281;s:34:\"apihelp-resetpassword-example-user\";i:6282;s:35:\"apihelp-resetpassword-example-email\";i:6283;s:30:\"apihelp-revisiondelete-summary\";i:6284;s:33:\"apihelp-revisiondelete-param-type\";i:6285;s:35:\"apihelp-revisiondelete-param-target\";i:6286;s:32:\"apihelp-revisiondelete-param-ids\";i:6287;s:33:\"apihelp-revisiondelete-param-hide\";i:6288;s:33:\"apihelp-revisiondelete-param-show\";i:6289;s:37:\"apihelp-revisiondelete-param-suppress\";i:6290;s:35:\"apihelp-revisiondelete-param-reason\";i:6291;s:33:\"apihelp-revisiondelete-param-tags\";i:6292;s:39:\"apihelp-revisiondelete-example-revision\";i:6293;s:34:\"apihelp-revisiondelete-example-log\";i:6294;s:24:\"apihelp-rollback-summary\";i:6295;s:37:\"apihelp-rollback-extended-description\";i:6296;s:28:\"apihelp-rollback-param-title\";i:6297;s:29:\"apihelp-rollback-param-pageid\";i:6298;s:27:\"apihelp-rollback-param-tags\";i:6299;s:27:\"apihelp-rollback-param-user\";i:6300;s:30:\"apihelp-rollback-param-summary\";i:6301;s:30:\"apihelp-rollback-param-markbot\";i:6302;s:32:\"apihelp-rollback-param-watchlist\";i:6303;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6304;s:31:\"apihelp-rollback-example-simple\";i:6305;s:32:\"apihelp-rollback-example-summary\";i:6306;s:19:\"apihelp-rsd-summary\";i:6307;s:26:\"apihelp-rsd-example-simple\";i:6308;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6309;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6310;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6311;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6312;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6313;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6314;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6315;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6316;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6317;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6318;s:31:\"apihelp-setpagelanguage-summary\";i:6319;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6320;s:35:\"apihelp-setpagelanguage-param-title\";i:6321;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6322;s:34:\"apihelp-setpagelanguage-param-lang\";i:6323;s:36:\"apihelp-setpagelanguage-param-reason\";i:6324;s:34:\"apihelp-setpagelanguage-param-tags\";i:6325;s:40:\"apihelp-setpagelanguage-example-language\";i:6326;s:39:\"apihelp-setpagelanguage-example-default\";i:6327;s:25:\"apihelp-stashedit-summary\";i:6328;s:38:\"apihelp-stashedit-extended-description\";i:6329;s:29:\"apihelp-stashedit-param-title\";i:6330;s:31:\"apihelp-stashedit-param-section\";i:6331;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6332;s:28:\"apihelp-stashedit-param-text\";i:6333;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6334;s:36:\"apihelp-stashedit-param-contentmodel\";i:6335;s:37:\"apihelp-stashedit-param-contentformat\";i:6336;s:33:\"apihelp-stashedit-param-baserevid\";i:6337;s:31:\"apihelp-stashedit-param-summary\";i:6338;s:19:\"apihelp-tag-summary\";i:6339;s:22:\"apihelp-tag-param-rcid\";i:6340;s:23:\"apihelp-tag-param-revid\";i:6341;s:23:\"apihelp-tag-param-logid\";i:6342;s:21:\"apihelp-tag-param-add\";i:6343;s:24:\"apihelp-tag-param-remove\";i:6344;s:24:\"apihelp-tag-param-reason\";i:6345;s:22:\"apihelp-tag-param-tags\";i:6346;s:23:\"apihelp-tag-example-rev\";i:6347;s:23:\"apihelp-tag-example-log\";i:6348;s:23:\"apihelp-unblock-summary\";i:6349;s:24:\"apihelp-unblock-param-id\";i:6350;s:26:\"apihelp-unblock-param-user\";i:6351;s:28:\"apihelp-unblock-param-userid\";i:6352;s:28:\"apihelp-unblock-param-reason\";i:6353;s:26:\"apihelp-unblock-param-tags\";i:6354;s:26:\"apihelp-unblock-example-id\";i:6355;s:28:\"apihelp-unblock-example-user\";i:6356;s:24:\"apihelp-undelete-summary\";i:6357;s:37:\"apihelp-undelete-extended-description\";i:6358;s:28:\"apihelp-undelete-param-title\";i:6359;s:29:\"apihelp-undelete-param-reason\";i:6360;s:27:\"apihelp-undelete-param-tags\";i:6361;s:33:\"apihelp-undelete-param-timestamps\";i:6362;s:30:\"apihelp-undelete-param-fileids\";i:6363;s:32:\"apihelp-undelete-param-watchlist\";i:6364;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6365;s:35:\"apihelp-undelete-param-undeletetalk\";i:6366;s:29:\"apihelp-undelete-example-page\";i:6367;s:34:\"apihelp-undelete-example-revisions\";i:6368;s:29:\"apihelp-unlinkaccount-summary\";i:6369;s:36:\"apihelp-unlinkaccount-example-simple\";i:6370;s:22:\"apihelp-upload-summary\";i:6371;s:35:\"apihelp-upload-extended-description\";i:6372;s:29:\"apihelp-upload-param-filename\";i:6373;s:28:\"apihelp-upload-param-comment\";i:6374;s:25:\"apihelp-upload-param-tags\";i:6375;s:25:\"apihelp-upload-param-text\";i:6376;s:26:\"apihelp-upload-param-watch\";i:6377;s:30:\"apihelp-upload-param-watchlist\";i:6378;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6379;s:35:\"apihelp-upload-param-ignorewarnings\";i:6380;s:25:\"apihelp-upload-param-file\";i:6381;s:24:\"apihelp-upload-param-url\";i:6382;s:28:\"apihelp-upload-param-filekey\";i:6383;s:31:\"apihelp-upload-param-sessionkey\";i:6384;s:26:\"apihelp-upload-param-stash\";i:6385;s:29:\"apihelp-upload-param-filesize\";i:6386;s:27:\"apihelp-upload-param-offset\";i:6387;s:26:\"apihelp-upload-param-chunk\";i:6388;s:26:\"apihelp-upload-param-async\";i:6389;s:32:\"apihelp-upload-param-checkstatus\";i:6390;s:26:\"apihelp-upload-example-url\";i:6391;s:30:\"apihelp-upload-example-filekey\";i:6392;s:26:\"apihelp-userrights-summary\";i:6393;s:29:\"apihelp-userrights-param-user\";i:6394;s:31:\"apihelp-userrights-param-userid\";i:6395;s:28:\"apihelp-userrights-param-add\";i:6396;s:31:\"apihelp-userrights-param-expiry\";i:6397;s:31:\"apihelp-userrights-param-remove\";i:6398;s:31:\"apihelp-userrights-param-reason\";i:6399;s:29:\"apihelp-userrights-param-tags\";i:6400;s:31:\"apihelp-userrights-example-user\";i:6401;s:33:\"apihelp-userrights-example-userid\";i:6402;s:33:\"apihelp-userrights-example-expiry\";i:6403;s:32:\"apihelp-validatepassword-summary\";i:6404;s:45:\"apihelp-validatepassword-extended-description\";i:6405;s:39:\"apihelp-validatepassword-param-password\";i:6406;s:35:\"apihelp-validatepassword-param-user\";i:6407;s:36:\"apihelp-validatepassword-param-email\";i:6408;s:39:\"apihelp-validatepassword-param-realname\";i:6409;s:34:\"apihelp-validatepassword-example-1\";i:6410;s:34:\"apihelp-validatepassword-example-2\";i:6411;s:21:\"apihelp-watch-summary\";i:6412;s:25:\"apihelp-watch-param-title\";i:6413;s:26:\"apihelp-watch-param-expiry\";i:6414;s:27:\"apihelp-watch-param-unwatch\";i:6415;s:27:\"apihelp-watch-example-watch\";i:6416;s:34:\"apihelp-watch-example-watch-expiry\";i:6417;s:29:\"apihelp-watch-example-unwatch\";i:6418;s:31:\"apihelp-watch-example-generator\";i:6419;s:30:\"apihelp-format-example-generic\";i:6420;s:32:\"apihelp-format-param-wrappedhtml\";i:6421;s:20:\"apihelp-json-summary\";i:6422;s:27:\"apihelp-json-param-callback\";i:6423;s:23:\"apihelp-json-param-utf8\";i:6424;s:24:\"apihelp-json-param-ascii\";i:6425;s:32:\"apihelp-json-param-formatversion\";i:6426;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6427;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6428;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6429;s:22:\"apihelp-jsonfm-summary\";i:6430;s:20:\"apihelp-none-summary\";i:6431;s:19:\"apihelp-php-summary\";i:6432;s:31:\"apihelp-php-param-formatversion\";i:6433;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6434;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6435;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6436;s:21:\"apihelp-phpfm-summary\";i:6437;s:21:\"apihelp-rawfm-summary\";i:6438;s:19:\"apihelp-xml-summary\";i:6439;s:22:\"apihelp-xml-param-xslt\";i:6440;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6441;s:21:\"apihelp-xmlfm-summary\";i:6442;s:16:\"api-format-title\";i:6443;s:29:\"api-format-prettyprint-header\";i:6444;s:39:\"api-format-prettyprint-header-only-html\";i:6445;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6446;s:29:\"api-format-prettyprint-status\";i:6447;s:22:\"api-login-fail-aborted\";i:6448;s:30:\"api-login-fail-aborted-nobotpw\";i:6449;s:33:\"api-login-fail-badsessionprovider\";i:6450;s:25:\"api-login-fail-sameorigin\";i:6451;s:24:\"api-pageset-param-titles\";i:6452;s:25:\"api-pageset-param-pageids\";i:6453;s:24:\"api-pageset-param-revids\";i:6454;s:27:\"api-pageset-param-generator\";i:6455;s:37:\"api-pageset-param-redirects-generator\";i:6456;s:39:\"api-pageset-param-redirects-nogenerator\";i:6457;s:31:\"api-pageset-param-converttitles\";i:6458;s:14:\"api-help-title\";i:6459;s:13:\"api-help-lead\";i:6460;s:20:\"api-help-main-header\";i:6461;s:28:\"api-help-undocumented-module\";i:6462;s:14:\"api-help-flags\";i:6463;s:24:\"api-help-flag-deprecated\";i:6464;s:22:\"api-help-flag-internal\";i:6465;s:24:\"api-help-flag-readrights\";i:6466;s:25:\"api-help-flag-writerights\";i:6467;s:26:\"api-help-flag-mustbeposted\";i:6468;s:23:\"api-help-flag-generator\";i:6469;s:15:\"api-help-source\";i:6470;s:23:\"api-help-source-unknown\";i:6471;s:16:\"api-help-license\";i:6472;s:23:\"api-help-license-noname\";i:6473;s:24:\"api-help-license-unknown\";i:6474;s:18:\"api-help-help-urls\";i:6475;s:19:\"api-help-parameters\";i:6476;s:24:\"api-help-parameters-note\";i:6477;s:25:\"api-help-param-deprecated\";i:6478;s:31:\"api-help-param-deprecated-label\";i:6479;s:23:\"api-help-param-internal\";i:6480;s:29:\"api-help-param-internal-label\";i:6481;s:24:\"api-help-param-templated\";i:6482;s:34:\"api-help-param-templated-var-first\";i:6483;s:28:\"api-help-param-templated-var\";i:6484;s:25:\"api-help-datatypes-header\";i:6485;s:22:\"api-help-datatypes-top\";i:6486;s:25:\"api-help-datatype-boolean\";i:6487;s:24:\"api-help-datatype-expiry\";i:6488;s:27:\"api-help-datatype-timestamp\";i:6489;s:31:\"api-help-templatedparams-header\";i:6490;s:24:\"api-help-templatedparams\";i:6491;s:26:\"api-help-param-type-expiry\";i:6492;s:25:\"api-help-param-type-limit\";i:6493;s:35:\"api-help-param-type-presenceboolean\";i:6494;s:29:\"api-help-param-type-timestamp\";i:6495;s:24:\"api-help-param-type-enum\";i:6496;s:29:\"api-help-param-multi-separate\";i:6497;s:24:\"api-help-param-multi-all\";i:6498;s:28:\"api-help-param-default-empty\";i:6499;s:20:\"api-help-param-token\";i:6500;s:26:\"api-help-param-token-webui\";i:6501;s:37:\"api-help-param-disabled-in-miser-mode\";i:6502;s:36:\"api-help-param-limited-in-miser-mode\";i:6503;s:24:\"api-help-param-direction\";i:6504;s:35:\"api-help-paramvalue-direction-newer\";i:6505;s:35:\"api-help-paramvalue-direction-older\";i:6506;s:23:\"api-help-param-continue\";i:6507;s:29:\"api-help-param-no-description\";i:6508;s:17:\"api-help-examples\";i:6509;s:20:\"api-help-permissions\";i:6510;s:31:\"api-help-permissions-granted-to\";i:6511;s:28:\"api-help-right-apihighlimits\";i:6512;s:27:\"api-help-open-in-apisandbox\";i:6513;s:32:\"api-help-no-extended-description\";i:6514;s:34:\"api-help-authmanager-general-usage\";i:6515;s:35:\"api-help-authmanagerhelper-requests\";i:6516;s:34:\"api-help-authmanagerhelper-request\";i:6517;s:40:\"api-help-authmanagerhelper-messageformat\";i:6518;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6519;s:40:\"api-help-authmanagerhelper-preservestate\";i:6520;s:36:\"api-help-authmanagerhelper-returnurl\";i:6521;s:35:\"api-help-authmanagerhelper-continue\";i:6522;s:44:\"api-help-authmanagerhelper-additional-params\";i:6523;s:27:\"apierror-allimages-redirect\";i:6524;s:37:\"apierror-allpages-generator-redirects\";i:6525;s:27:\"apierror-appendnotsupported\";i:6526;s:22:\"apierror-articleexists\";i:6527;s:25:\"apierror-assertanonfailed\";i:6528;s:24:\"apierror-assertbotfailed\";i:6529;s:30:\"apierror-assertnameduserfailed\";i:6530;s:25:\"apierror-assertuserfailed\";i:6531;s:20:\"apierror-autoblocked\";i:6532;s:32:\"apierror-bad-badfilecontexttitle\";i:6533;s:33:\"apierror-badconfig-resulttoosmall\";i:6534;s:20:\"apierror-badcontinue\";i:6535;s:16:\"apierror-baddiff\";i:6536;s:18:\"apierror-baddiffto\";i:6537;s:26:\"apierror-badformat-generic\";i:6538;s:18:\"apierror-badformat\";i:6539;s:34:\"apierror-badgenerator-notgenerator\";i:6540;s:29:\"apierror-badgenerator-unknown\";i:6541;s:14:\"apierror-badip\";i:6542;s:15:\"apierror-badmd5\";i:6543;s:31:\"apierror-badmodule-badsubmodule\";i:6544;s:31:\"apierror-badmodule-nosubmodules\";i:6545;s:21:\"apierror-badparameter\";i:6546;s:17:\"apierror-badquery\";i:6547;s:21:\"apierror-badtimestamp\";i:6548;s:17:\"apierror-badtoken\";i:6549;s:18:\"apierror-badupload\";i:6550;s:15:\"apierror-badurl\";i:6551;s:16:\"apierror-baduser\";i:6552;s:31:\"apierror-badvalue-notmultivalue\";i:6553;s:28:\"apierror-bad-watchlist-token\";i:6554;s:24:\"apierror-blockedfrommail\";i:6555;s:16:\"apierror-blocked\";i:6556;s:24:\"apierror-blocked-partial\";i:6557;s:25:\"apierror-botsnotsupported\";i:6558;s:33:\"apierror-cannot-async-upload-file\";i:6559;s:29:\"apierror-cannotreauthenticate\";i:6560;s:24:\"apierror-cannotviewtitle\";i:6561;s:24:\"apierror-cantblock-email\";i:6562;s:18:\"apierror-cantblock\";i:6563;s:31:\"apierror-cantchangecontentmodel\";i:6564;s:17:\"apierror-canthide\";i:6565;s:26:\"apierror-cantimport-upload\";i:6566;s:19:\"apierror-cantimport\";i:6567;s:33:\"apierror-cantoverwrite-sharedfile\";i:6568;s:17:\"apierror-cantsend\";i:6569;s:21:\"apierror-cantundelete\";i:6570;s:33:\"apierror-cantview-deleted-comment\";i:6571;s:37:\"apierror-cantview-deleted-description\";i:6572;s:34:\"apierror-cantview-deleted-metadata\";i:6573;s:42:\"apierror-cantview-deleted-revision-content\";i:6574;s:29:\"apierror-changeauth-norequest\";i:6575;s:40:\"apierror-changecontentmodel-missingtitle\";i:6576;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6577;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6578;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6579;s:24:\"apierror-chunk-too-small\";i:6580;s:21:\"apierror-cidrtoobroad\";i:6581;s:33:\"apierror-compare-maintextrequired\";i:6582;s:25:\"apierror-compare-no-title\";i:6583;s:34:\"apierror-compare-nosuchfromsection\";i:6584;s:32:\"apierror-compare-nosuchtosection\";i:6585;s:31:\"apierror-compare-nofromrevision\";i:6586;s:23:\"apierror-compare-notext\";i:6587;s:29:\"apierror-compare-notorevision\";i:6588;s:26:\"apierror-concurrency-limit\";i:6589;s:36:\"apierror-compare-relative-to-deleted\";i:6590;s:36:\"apierror-compare-relative-to-nothing\";i:6591;s:38:\"apierror-contentserializationexception\";i:6592;s:22:\"apierror-contenttoobig\";i:6593;s:30:\"apierror-contentmodel-mismatch\";i:6594;s:28:\"apierror-copyuploadbaddomain\";i:6595;s:25:\"apierror-copyuploadbadurl\";i:6596;s:27:\"apierror-create-titleexists\";i:6597;s:19:\"apierror-csp-report\";i:6598;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6599;s:32:\"apierror-deletedrevs-param-not-3\";i:6600;s:29:\"apierror-edit-invalidredirect\";i:6601;s:24:\"apierror-emptynewsection\";i:6602;s:18:\"apierror-emptypage\";i:6603;s:24:\"apierror-exceptioncaught\";i:6604;s:28:\"apierror-exceptioncaughttype\";i:6605;s:25:\"apierror-filedoesnotexist\";i:6606;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6607;s:19:\"apierror-filenopath\";i:6608;s:32:\"apierror-filetypecannotberotated\";i:6609;s:18:\"apierror-formatphp\";i:6610;s:28:\"apierror-imageusage-badtitle\";i:6611;s:28:\"apierror-import-unknownerror\";i:6612;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6613;s:35:\"apierror-integeroutofrange-abovemax\";i:6614;s:39:\"apierror-integeroutofrange-belowminimum\";i:6615;s:24:\"apierror-invalidcategory\";i:6616;s:22:\"apierror-invalid-chunk\";i:6617;s:22:\"apierror-invalidexpiry\";i:6618;s:25:\"apierror-invalid-file-key\";i:6619;s:23:\"apierror-invalidiprange\";i:6620;s:20:\"apierror-invalidlang\";i:6621;s:22:\"apierror-invalidmethod\";i:6622;s:24:\"apierror-invalidoldimage\";i:6623;s:38:\"apierror-invalidparammix-cannotusewith\";i:6624;s:36:\"apierror-invalidparammix-mustusewith\";i:6625;s:42:\"apierror-invalidparammix-parse-new-section\";i:6626;s:24:\"apierror-invalidparammix\";i:6627;s:23:\"apierror-invalidsection\";i:6628;s:30:\"apierror-invalidsha1base36hash\";i:6629;s:24:\"apierror-invalidsha1hash\";i:6630;s:21:\"apierror-invalidtitle\";i:6631;s:24:\"apierror-invalidurlparam\";i:6632;s:20:\"apierror-invaliduser\";i:6633;s:22:\"apierror-invaliduserid\";i:6634;s:21:\"apierror-ipoutofrange\";i:6635;s:17:\"apierror-maxbytes\";i:6636;s:17:\"apierror-maxchars\";i:6637;s:23:\"apierror-maxlag-generic\";i:6638;s:15:\"apierror-maxlag\";i:6639;s:27:\"apierror-mimesearchdisabled\";i:6640;s:30:\"apierror-missingcontent-pageid\";i:6641;s:29:\"apierror-missingcontent-revid\";i:6642;s:34:\"apierror-missingcontent-revid-role\";i:6643;s:37:\"apierror-missingparam-at-least-one-of\";i:6644;s:28:\"apierror-missingparam-one-of\";i:6645;s:21:\"apierror-missingparam\";i:6646;s:26:\"apierror-missingrev-pageid\";i:6647;s:25:\"apierror-missingrev-title\";i:6648;s:32:\"apierror-missingtitle-createonly\";i:6649;s:21:\"apierror-missingtitle\";i:6650;s:28:\"apierror-missingtitle-byname\";i:6651;s:23:\"apierror-moduledisabled\";i:6652;s:29:\"apierror-multival-only-one-of\";i:6653;s:18:\"apierror-multpages\";i:6654;s:34:\"apierror-mustbeloggedin-changeauth\";i:6655;s:31:\"apierror-mustbeloggedin-generic\";i:6656;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6657;s:34:\"apierror-mustbeloggedin-removeauth\";i:6658;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6659;s:23:\"apierror-mustbeloggedin\";i:6660;s:21:\"apierror-mustbeposted\";i:6661;s:23:\"apierror-mustpostparams\";i:6662;s:19:\"apierror-noapiwrite\";i:6663;s:18:\"apierror-nochanges\";i:6664;s:25:\"apierror-nodeleteablefile\";i:6665;s:26:\"apierror-no-direct-editing\";i:6666;s:20:\"apierror-noedit-anon\";i:6667;s:15:\"apierror-noedit\";i:6668;s:29:\"apierror-noimageredirect-anon\";i:6669;s:24:\"apierror-noimageredirect\";i:6670;s:20:\"apierror-nosuchlogid\";i:6671;s:21:\"apierror-nosuchpageid\";i:6672;s:19:\"apierror-nosuchrcid\";i:6673;s:20:\"apierror-nosuchrevid\";i:6674;s:22:\"apierror-nosuchsection\";i:6675;s:27:\"apierror-nosuchsection-what\";i:6676;s:21:\"apierror-nosuchuserid\";i:6677;s:17:\"apierror-notarget\";i:6678;s:23:\"apierror-notpatrollable\";i:6679;s:23:\"apierror-nouploadmodule\";i:6680;s:33:\"apierror-opensearch-json-warnings\";i:6681;s:24:\"apierror-pagecannotexist\";i:6682;s:20:\"apierror-pagedeleted\";i:6683;s:26:\"apierror-pagelang-disabled\";i:6684;s:19:\"apierror-paramempty\";i:6685;s:30:\"apierror-parsetree-notwikitext\";i:6686;s:36:\"apierror-parsetree-notwikitext-title\";i:6687;s:19:\"apierror-pastexpiry\";i:6688;s:25:\"apierror-permissiondenied\";i:6689;s:33:\"apierror-permissiondenied-generic\";i:6690;s:36:\"apierror-permissiondenied-patrolflag\";i:6691;s:33:\"apierror-permissiondenied-unblock\";i:6692;s:29:\"apierror-prefixsearchdisabled\";i:6693;s:30:\"apierror-promised-nonwrite-api\";i:6694;s:30:\"apierror-protect-invalidaction\";i:6695;s:29:\"apierror-protect-invalidlevel\";i:6696;s:20:\"apierror-ratelimited\";i:6697;s:22:\"apierror-readapidenied\";i:6698;s:17:\"apierror-readonly\";i:6699;s:23:\"apierror-reauthenticate\";i:6700;s:28:\"apierror-redirect-appendonly\";i:6701;s:33:\"apierror-revdel-mutuallyexclusive\";i:6702;s:26:\"apierror-revdel-needtarget\";i:6703;s:27:\"apierror-revdel-paramneeded\";i:6704;s:24:\"apierror-revisions-badid\";i:6705;s:27:\"apierror-revisions-norevids\";i:6706;s:29:\"apierror-revisions-singlepage\";i:6707;s:21:\"apierror-revwrongpage\";i:6708;s:23:\"apierror-searchdisabled\";i:6709;s:29:\"apierror-sectionreplacefailed\";i:6710;s:29:\"apierror-sectionsnotsupported\";i:6711;s:34:\"apierror-sectionsnotsupported-what\";i:6712;s:13:\"apierror-show\";i:6713;s:34:\"apierror-siteinfo-includealldenied\";i:6714;s:25:\"apierror-sizediffdisabled\";i:6715;s:21:\"apierror-spamdetected\";i:6716;s:32:\"apierror-specialpage-cantexecute\";i:6717;s:28:\"apierror-stashedfilenotfound\";i:6718;s:30:\"apierror-stashedit-missingtext\";i:6719;s:23:\"apierror-stashexception\";i:6720;s:29:\"apierror-stashfailed-complete\";i:6721;s:30:\"apierror-stashfailed-nosession\";i:6722;s:25:\"apierror-stashfilestorage\";i:6723;s:25:\"apierror-stashinvalidfile\";i:6724;s:27:\"apierror-stashnosuchfilekey\";i:6725;s:25:\"apierror-stashpathinvalid\";i:6726;s:24:\"apierror-stashwrongowner\";i:6727;s:24:\"apierror-stashzerolength\";i:6728;s:22:\"apierror-systemblocked\";i:6729;s:38:\"apierror-templateexpansion-notwikitext\";i:6730;s:23:\"apierror-toofewexpiries\";i:6731;s:22:\"apierror-toomanyvalues\";i:6732;s:22:\"apierror-unknownaction\";i:6733;s:30:\"apierror-unknownerror-editpage\";i:6734;s:28:\"apierror-unknownerror-nocode\";i:6735;s:21:\"apierror-unknownerror\";i:6736;s:22:\"apierror-unknownformat\";i:6737;s:27:\"apierror-unrecognizedparams\";i:6738;s:26:\"apierror-unrecognizedvalue\";i:6739;s:24:\"apierror-unsupportedrepo\";i:6740;s:29:\"apierror-upload-filekeyneeded\";i:6741;s:33:\"apierror-upload-filekeynotallowed\";i:6742;s:26:\"apierror-upload-inprogress\";i:6743;s:29:\"apierror-upload-missingresult\";i:6744;s:23:\"apierror-urlparamnormal\";i:6745;s:23:\"apierror-writeapidenied\";i:6746;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6747;s:19:\"apiwarn-badurlparam\";i:6748;s:15:\"apiwarn-badutf8\";i:6749;s:34:\"apiwarn-checktoken-percentencoding\";i:6750;s:23:\"apiwarn-compare-no-next\";i:6751;s:23:\"apiwarn-compare-no-prev\";i:6752;s:30:\"apiwarn-compare-nocontentmodel\";i:6753;s:31:\"apiwarn-deprecation-deletedrevs\";i:6754;s:33:\"apiwarn-deprecation-httpsexpected\";i:6755;s:31:\"apiwarn-deprecation-login-botpw\";i:6756;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6757;s:31:\"apiwarn-deprecation-login-token\";i:6758;s:32:\"apiwarn-deprecation-missingparam\";i:6759;s:29:\"apiwarn-deprecation-parameter\";i:6760;s:35:\"apiwarn-deprecation-parse-headitems\";i:6761;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6762;s:29:\"apiwarn-deprecation-purge-get\";i:6763;s:35:\"apiwarn-deprecation-withreplacement\";i:6764;s:20:\"apiwarn-difftohidden\";i:6765;s:26:\"apiwarn-errorprinterfailed\";i:6766;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6767;s:23:\"apiwarn-invalidcategory\";i:6768;s:20:\"apiwarn-invalidtitle\";i:6769;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6770;s:28:\"apiwarn-invalidxmlstylesheet\";i:6771;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6772;s:26:\"apiwarn-moduleswithoutvars\";i:6773;s:15:\"apiwarn-notfile\";i:6774;s:30:\"apiwarn-nothumb-noimagehandler\";i:6775;s:28:\"apiwarn-parse-nocontentmodel\";i:6776;s:30:\"apiwarn-parse-revidwithouttext\";i:6777;s:30:\"apiwarn-parse-titlewithouttext\";i:6778;s:26:\"apiwarn-redirectsandrevids\";i:6779;s:21:\"apiwarn-tokens-origin\";i:6780;s:23:\"apiwarn-truncatedresult\";i:6781;s:27:\"apiwarn-unclearnowtimestamp\";i:6782;s:26:\"apiwarn-unrecognizedvalues\";i:6783;s:24:\"apiwarn-unsupportedarray\";i:6784;s:21:\"apiwarn-urlparamwidth\";i:6785;s:33:\"apiwarn-validationfailed-badchars\";i:6786;s:32:\"apiwarn-validationfailed-badpref\";i:6787;s:34:\"apiwarn-validationfailed-cannotset\";i:6788;s:35:\"apiwarn-validationfailed-keytoolong\";i:6789;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6790;s:24:\"apiwarn-validationfailed\";i:6791;s:18:\"apiwarn-wgdebugapi\";i:6792;s:20:\"api-feed-error-title\";i:6793;s:16:\"api-usage-docref\";i:6794;s:25:\"api-usage-mailinglist-ref\";i:6795;s:19:\"api-exception-trace\";i:6796;s:18:\"api-credits-header\";i:6797;s:11:\"api-credits\";i:6798;s:20:\"rest-prefix-mismatch\";i:6799;s:17:\"rest-wrong-method\";i:6800;s:13:\"rest-no-match\";i:6801;s:22:\"rest-nonexistent-title\";i:6802;s:31:\"rest-nonexistent-title-revision\";i:6803;s:25:\"rest-nonexistent-revision\";i:6804;s:21:\"rest-nonexistent-user\";i:6805;s:17:\"rest-invalid-user\";i:6806;s:27:\"rest-permission-denied-anon\";i:6807;s:28:\"rest-permission-denied-title\";i:6808;s:31:\"rest-permission-denied-revision\";i:6809;s:28:\"rest-resource-limit-exceeded\";i:6810;s:36:\"rest-pagehistory-incompatible-params\";i:6811;s:34:\"rest-pagehistory-param-range-error\";i:6812;s:32:\"rest-pagehistory-timestamp-error\";i:6813;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6814;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6815;s:26:\"rest-compare-page-mismatch\";i:6816;s:30:\"rest-compare-permission-denied\";i:6817;s:24:\"rest-compare-nonexistent\";i:6818;s:25:\"rest-compare-inaccessible\";i:6819;s:26:\"rest-compare-wrong-content\";i:6820;s:22:\"rest-compare-wikidiff2\";i:6821;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6822;s:17:\"rest-search-error\";i:6823;s:27:\"rest-page-source-type-error\";i:6824;s:16:\"rest-no-revision\";i:6825;s:25:\"rest-media-too-many-links\";i:6826;s:23:\"rest-html-backend-error\";i:6827;s:18:\"rest-bad-json-body\";i:6828;s:26:\"rest-json-body-parse-error\";i:6829;s:23:\"rest-missing-body-field\";i:6830;s:22:\"rest-bad-content-model\";i:6831;s:30:\"rest-update-cannot-create-page\";i:6832;s:26:\"rest-extraneous-csrf-token\";i:6833;s:21:\"rest-cannot-load-file\";i:6834;s:28:\"rest-cross-origin-anon-write\";i:6835;s:31:\"rest-requires-safe-against-csrf\";i:6836;s:13:\"rest-badtoken\";i:6837;s:30:\"ooui-outline-control-move-down\";i:6838;s:28:\"ooui-outline-control-move-up\";i:6839;s:27:\"ooui-outline-control-remove\";i:6840;s:17:\"ooui-toolbar-more\";i:6841;s:21:\"ooui-toolgroup-expand\";i:6842;s:23:\"ooui-toolgroup-collapse\";i:6843;s:16:\"ooui-item-remove\";i:6844;s:26:\"ooui-dialog-message-accept\";i:6845;s:26:\"ooui-dialog-message-reject\";i:6846;s:25:\"ooui-dialog-process-error\";i:6847;s:27:\"ooui-dialog-process-dismiss\";i:6848;s:25:\"ooui-dialog-process-retry\";i:6849;s:28:\"ooui-dialog-process-continue\";i:6850;s:26:\"ooui-combobox-button-label\";i:6851;s:29:\"ooui-selectfile-button-select\";i:6852;s:38:\"ooui-selectfile-button-select-multiple\";i:6853;s:29:\"ooui-selectfile-not-supported\";i:6854;s:27:\"ooui-selectfile-placeholder\";i:6855;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6856;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6857;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6858;s:15:\"ooui-field-help\";i:6859;s:22:\"paramvalidator-badbool\";i:6860;s:24:\"paramvalidator-badexpiry\";i:6861;s:33:\"paramvalidator-badexpiry-duration\";i:6862;s:37:\"paramvalidator-badexpiry-duration-max\";i:6863;s:29:\"paramvalidator-badexpiry-past\";i:6864;s:23:\"paramvalidator-badfloat\";i:6865;s:33:\"paramvalidator-badfloat-notfinite\";i:6866;s:25:\"paramvalidator-badinteger\";i:6867;s:27:\"paramvalidator-badtimestamp\";i:6868;s:34:\"paramvalidator-badupload-cantwrite\";i:6869;s:33:\"paramvalidator-badupload-formsize\";i:6870;s:32:\"paramvalidator-badupload-inisize\";i:6871;s:31:\"paramvalidator-badupload-nofile\";i:6872;s:33:\"paramvalidator-badupload-notmpdir\";i:6873;s:34:\"paramvalidator-badupload-notupload\";i:6874;s:32:\"paramvalidator-badupload-partial\";i:6875;s:31:\"paramvalidator-badupload-phpext\";i:6876;s:33:\"paramvalidator-badvalue-enummulti\";i:6877;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6878;s:31:\"paramvalidator-deprecated-value\";i:6879;s:26:\"paramvalidator-emptystring\";i:6880;s:23:\"paramvalidator-maxbytes\";i:6881;s:23:\"paramvalidator-maxchars\";i:6882;s:27:\"paramvalidator-missingparam\";i:6883;s:23:\"paramvalidator-notmulti\";i:6884;s:29:\"paramvalidator-outofrange-max\";i:6885;s:32:\"paramvalidator-outofrange-minmax\";i:6886;s:29:\"paramvalidator-outofrange-min\";i:6887;s:31:\"paramvalidator-param-deprecated\";i:6888;s:30:\"paramvalidator-param-sensitive\";i:6889;s:28:\"paramvalidator-toomanyvalues\";i:6890;s:34:\"paramvalidator-unclearnowtimestamp\";i:6891;s:33:\"paramvalidator-unrecognizedvalues\";i:6892;s:27:\"paramvalidator-help-default\";i:6893;s:33:\"paramvalidator-help-default-empty\";i:6894;s:30:\"paramvalidator-help-deprecated\";i:6895;s:34:\"paramvalidator-help-multi-separate\";i:6896;s:29:\"paramvalidator-help-multi-max\";i:6897;s:36:\"paramvalidator-help-multi-max-simple\";i:6898;s:29:\"paramvalidator-help-multi-all\";i:6899;s:28:\"paramvalidator-help-required\";i:6900;s:32:\"paramvalidator-help-type-boolean\";i:6901;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6902;s:29:\"paramvalidator-help-type-enum\";i:6903;s:31:\"paramvalidator-help-type-expiry\";i:6904;s:30:\"paramvalidator-help-type-float\";i:6905;s:32:\"paramvalidator-help-type-integer\";i:6906;s:30:\"paramvalidator-help-type-limit\";i:6907;s:35:\"paramvalidator-help-type-number-max\";i:6908;s:38:\"paramvalidator-help-type-number-minmax\";i:6909;s:35:\"paramvalidator-help-type-number-min\";i:6910;s:40:\"paramvalidator-help-type-presenceboolean\";i:6911;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6912;s:40:\"paramvalidator-help-type-string-maxchars\";i:6913;s:34:\"paramvalidator-help-type-timestamp\";i:6914;s:31:\"paramvalidator-help-type-upload\";i:6915;s:15:\"skinname-vector\";i:6916;s:20:\"skinname-vector-2022\";i:6917;s:26:\"vector-specialversion-name\";i:6918;s:16:\"vector-skin-desc\";i:6919;s:34:\"prefs-vector-enable-vector-1-label\";i:6920;s:33:\"prefs-vector-enable-vector-1-help\";i:6921;s:14:\"vector-opt-out\";i:6922;s:22:\"vector-opt-out-tooltip\";i:6923;s:10:\"vector.css\";i:6924;s:9:\"vector.js\";i:6925;s:28:\"vector-action-toggle-sidebar\";i:6926;s:16:\"vector-languages\";i:6927;s:33:\"vector-language-button-aria-label\";i:6928;s:28:\"vector-language-button-label\";i:6929;s:31:\"vector-no-language-button-label\";i:6930;s:36:\"vector-no-language-button-aria-label\";i:6931;s:31:\"vector-language-redirect-to-top\";i:6932;s:38:\"vector-language-variant-switcher-label\";i:6933;s:20:\"vector-action-delete\";i:6934;s:21:\"vector-action-protect\";i:6935;s:22:\"vector-action-undelete\";i:6936;s:23:\"vector-action-unprotect\";i:6937;s:22:\"vector-view-viewsource\";i:6938;s:23:\"vector-jumptonavigation\";i:6939;s:19:\"vector-jumptosearch\";i:6940;s:20:\"vector-jumptocontent\";i:6941;s:20:\"vector-search-loader\";i:6942;s:31:\"vector-searchsuggest-containing\";i:6943;s:17:\"vector-intro-page\";i:6944;s:18:\"vector-toc-heading\";i:6945;s:34:\"vector-toc-toggle-position-sidebar\";i:6946;s:32:\"vector-toc-toggle-position-title\";i:6947;s:20:\"vector-toc-beginning\";i:6948;s:30:\"vector-toc-toggle-button-label\";i:6949;s:27:\"vector-anon-user-menu-pages\";i:6950;s:33:\"vector-anon-user-menu-pages-learn\";i:6951;s:33:\"vector-anon-user-menu-pages-label\";i:6952;s:24:\"vector-main-menu-tooltip\";i:6953;s:23:\"vector-toc-menu-tooltip\";i:6954;s:35:\"vector-toc-collapsible-button-label\";i:6955;s:30:\"vector-article-tools-nav-label\";i:6956;s:21:\"vector-site-nav-label\";i:6957;s:26:\"vector-2022-prefs-talkpage\";i:6958;s:35:\"tooltip-vector-anon-user-menu-title\";i:6959;s:10:\"wikieditor\";i:6960;s:15:\"wikieditor-desc\";i:6961;s:23:\"wikieditor-wikitext-tab\";i:6962;s:18:\"wikieditor-loading\";i:6963;s:29:\"wikieditor-preview-preference\";i:6964;s:22:\"wikieditor-preview-tab\";i:6965;s:30:\"wikieditor-preview-changes-tab\";i:6966;s:26:\"wikieditor-preview-loading\";i:6967;s:29:\"wikieditor-publish-preference\";i:6968;s:33:\"wikieditor-publish-button-publish\";i:6969;s:32:\"wikieditor-publish-button-cancel\";i:6970;s:31:\"wikieditor-publish-dialog-title\";i:6971;s:33:\"wikieditor-publish-dialog-summary\";i:6972;s:31:\"wikieditor-publish-dialog-minor\";i:6973;s:31:\"wikieditor-publish-dialog-watch\";i:6974;s:33:\"wikieditor-publish-dialog-publish\";i:6975;s:32:\"wikieditor-publish-dialog-goback\";i:6976;s:18:\"wikieditor-toolbar\";i:6977;s:23:\"wikieditor-toolbar-desc\";i:6978;s:29:\"wikieditor-toolbar-preference\";i:6979;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6980;s:26:\"wikieditor-toolbar-loading\";i:6981;s:28:\"wikieditor-toolbar-tool-bold\";i:6982;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6983;s:30:\"wikieditor-toolbar-tool-italic\";i:6984;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6985;s:29:\"wikieditor-toolbar-tool-ilink\";i:6986;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6987;s:29:\"wikieditor-toolbar-tool-xlink\";i:6988;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6989;s:28:\"wikieditor-toolbar-tool-link\";i:6990;s:34:\"wikieditor-toolbar-tool-link-title\";i:6991;s:32:\"wikieditor-toolbar-tool-link-int\";i:6992;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6993;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6994;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6995;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6996;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6997;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6998;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6999;s:35:\"wikieditor-toolbar-tool-link-insert\";i:7000;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:7001;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:7002;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:7003;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:7004;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:7005;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:7006;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7007;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:7008;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7009;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:7010;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:7011;s:34:\"wikieditor-toolbar-tool-link-empty\";i:7012;s:28:\"wikieditor-toolbar-tool-file\";i:7013;s:36:\"wikieditor-toolbar-tool-file-example\";i:7014;s:34:\"wikieditor-toolbar-tool-file-title\";i:7015;s:30:\"wikieditor-toolbar-file-target\";i:7016;s:31:\"wikieditor-toolbar-file-caption\";i:7017;s:28:\"wikieditor-toolbar-file-size\";i:7018;s:29:\"wikieditor-toolbar-file-float\";i:7019;s:31:\"wikieditor-toolbar-file-default\";i:7020;s:30:\"wikieditor-toolbar-file-format\";i:7021;s:35:\"wikieditor-toolbar-file-format-none\";i:7022;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7023;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7024;s:33:\"wikieditor-toolbar-tool-reference\";i:7025;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7026;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7027;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7028;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7029;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7030;s:33:\"wikieditor-toolbar-tool-signature\";i:7031;s:35:\"wikieditor-toolbar-section-advanced\";i:7032;s:31:\"wikieditor-toolbar-tool-heading\";i:7033;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7034;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7035;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7036;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7037;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7038;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7039;s:31:\"wikieditor-toolbar-group-format\";i:7040;s:29:\"wikieditor-toolbar-tool-ulist\";i:7041;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7042;s:29:\"wikieditor-toolbar-tool-olist\";i:7043;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7044;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7045;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7046;s:32:\"wikieditor-toolbar-tool-redirect\";i:7047;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7048;s:27:\"wikieditor-toolbar-tool-big\";i:7049;s:35:\"wikieditor-toolbar-tool-big-example\";i:7050;s:29:\"wikieditor-toolbar-tool-small\";i:7051;s:37:\"wikieditor-toolbar-tool-small-example\";i:7052;s:35:\"wikieditor-toolbar-tool-superscript\";i:7053;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7054;s:33:\"wikieditor-toolbar-tool-subscript\";i:7055;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7056;s:31:\"wikieditor-toolbar-group-insert\";i:7057;s:31:\"wikieditor-toolbar-tool-gallery\";i:7058;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7059;s:31:\"wikieditor-toolbar-tool-newline\";i:7060;s:29:\"wikieditor-toolbar-tool-table\";i:7061;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7062;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7063;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7064;s:35:\"wikieditor-toolbar-tool-table-title\";i:7065;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7066;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7067;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7068;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7069;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7070;s:37:\"wikieditor-toolbar-tool-table-example\";i:7071;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7072;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7073;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7074;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7075;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7076;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7077;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7078;s:31:\"wikieditor-toolbar-tool-replace\";i:7079;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7080;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7081;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7082;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7083;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7084;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7085;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7086;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7087;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7088;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7089;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7090;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7091;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7092;s:37:\"wikieditor-toolbar-section-characters\";i:7093;s:31:\"wikieditor-toolbar-section-help\";i:7094;s:43:\"wikieditor-toolbar-help-heading-description\";i:7095;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7096;s:38:\"wikieditor-toolbar-help-heading-result\";i:7097;s:35:\"wikieditor-toolbar-help-page-format\";i:7098;s:33:\"wikieditor-toolbar-help-page-link\";i:7099;s:36:\"wikieditor-toolbar-help-page-heading\";i:7100;s:33:\"wikieditor-toolbar-help-page-list\";i:7101;s:33:\"wikieditor-toolbar-help-page-file\";i:7102;s:38:\"wikieditor-toolbar-help-page-reference\";i:7103;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7104;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7105;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7106;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7107;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7108;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:7109;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:7110;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7111;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7112;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7113;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7114;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7115;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7116;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7117;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7118;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7119;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7120;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7121;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7122;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7123;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7124;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7125;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7126;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7127;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7128;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7129;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7130;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7131;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7132;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7133;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7134;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7135;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7136;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7137;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7138;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7139;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7140;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:7141;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7142;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7143;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7144;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7145;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7146;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7147;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7148;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7149;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7150;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7151;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7152;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7153;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7154;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7155;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7156;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7157;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7158;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7159;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7160;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7161;s:20:\"syntaxhighlight-desc\";i:7162;s:30:\"syntaxhighlight-error-category\";i:7163;s:35:\"syntaxhighlight-error-category-desc\";i:7164;s:32:\"syntaxhighlight-enclose-category\";i:7165;s:37:\"syntaxhighlight-enclose-category-desc\";i:7166;s:31:\"syntaxhighlight-source-category\";i:7167;s:36:\"syntaxhighlight-source-category-desc\";i:7168;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7169;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7170;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7171;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7172;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7173;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7174;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7175;s:38:\"syntaxhighlight-error-unknown-language\";i:7176;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7177;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7178;s:22:\"action-mf-uploadbutton\";i:7179;s:20:\"beta-feature-minerva\";i:7180;s:32:\"beta-feature-minerva-description\";i:7181;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7182;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7183;s:37:\"mobile-frontend-account-create-submit\";i:7184;s:25:\"mobile-frontend-app-title\";i:7185;s:38:\"mobile-frontend-back-to-top-of-section\";i:7186;s:34:\"mobile-frontend-categories-heading\";i:7187;s:37:\"mobile-frontend-categories-subheading\";i:7188;s:32:\"mobile-frontend-categories-nocat\";i:7189;s:30:\"mobile-frontend-categories-add\";i:7190;s:33:\"mobile-frontend-categories-search\";i:7191;s:34:\"mobile-frontend-categories-nomatch\";i:7192;s:33:\"mobile-frontend-categories-nodata\";i:7193;s:34:\"mobile-frontend-categories-summary\";i:7194;s:38:\"mobile-frontend-categories-add-heading\";i:7195;s:35:\"mobile-frontend-categories-add-wait\";i:7196;s:33:\"mobile-frontend-categories-normal\";i:7197;s:33:\"mobile-frontend-categories-hidden\";i:7198;s:30:\"mobile-frontend-changeslist-ip\";i:7199;s:37:\"mobile-frontend-changeslist-nocomment\";i:7200;s:28:\"mobile-frontend-clear-search\";i:7201;s:37:\"mobile-frontend-commons-category-view\";i:7202;s:36:\"mobile-frontend-contribution-summary\";i:7203;s:32:\"mobile-frontend-cookies-required\";i:7204;s:25:\"mobile-frontend-copyright\";i:7205;s:32:\"mobile-frontend-current-language\";i:7206;s:20:\"mobile-frontend-desc\";i:7207;s:33:\"mobile-frontend-diffview-404-desc\";i:7208;s:34:\"mobile-frontend-diffview-404-title\";i:7209;s:34:\"mobile-frontend-diffview-anonymous\";i:7210;s:35:\"mobile-frontend-diffview-bytesadded\";i:7211;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7212;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7213;s:30:\"mobile-frontend-diffview-comma\";i:7214;s:34:\"mobile-frontend-diffview-editcount\";i:7215;s:34:\"mobile-frontend-diffview-explained\";i:7216;s:30:\"mobile-frontend-diffview-title\";i:7217;s:30:\"mobile-frontend-disable-images\";i:7218;s:36:\"mobile-frontend-dismiss-notification\";i:7219;s:33:\"mobile-frontend-donate-image-anon\";i:7220;s:36:\"mobile-frontend-donate-image-heading\";i:7221;s:41:\"mobile-frontend-donate-image-login-action\";i:7222;s:38:\"mobile-frontend-donate-image-nouploads\";i:7223;s:42:\"mobile-frontend-donate-image-signup-action\";i:7224;s:34:\"mobile-frontend-donate-image-title\";i:7225;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7226;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7227;s:29:\"mobile-frontend-drawer-cancel\";i:7228;s:31:\"mobile-frontend-pointer-dismiss\";i:7229;s:33:\"mobile-frontend-edit-login-action\";i:7230;s:34:\"mobile-frontend-edit-signup-action\";i:7231;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7232;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7233;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7234;s:27:\"mobile-frontend-editor-anon\";i:7235;s:34:\"mobile-frontend-editor-anonwarning\";i:7236;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7237;s:35:\"mobile-frontend-editor-blocked-info\";i:7238;s:29:\"mobile-frontend-editor-cancel\";i:7239;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7240;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7241;s:31:\"mobile-frontend-editor-continue\";i:7242;s:26:\"mobile-frontend-editor-cta\";i:7243;s:31:\"mobile-frontend-editor-disabled\";i:7244;s:30:\"mobile-frontend-editor-editing\";i:7245;s:35:\"mobile-frontend-editor-editing-page\";i:7246;s:28:\"mobile-frontend-editor-error\";i:7247;s:37:\"mobile-frontend-editor-error-conflict\";i:7248;s:36:\"mobile-frontend-editor-error-loading\";i:7249;s:36:\"mobile-frontend-editor-error-preview\";i:7250;s:35:\"mobile-frontend-editor-keep-editing\";i:7251;s:32:\"mobile-frontend-editor-licensing\";i:7252;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7253;s:33:\"mobile-frontend-editor-terms-link\";i:7254;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7255;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7256;s:34:\"mobile-frontend-editor-placeholder\";i:7257;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7258;s:38:\"mobile-frontend-editor-previewing-page\";i:7259;s:37:\"mobile-frontend-editor-redirect-title\";i:7260;s:27:\"mobile-frontend-editor-save\";i:7261;s:30:\"mobile-frontend-editor-success\";i:7262;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7263;s:39:\"mobile-frontend-editor-success-new-page\";i:7264;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7265;s:38:\"mobile-frontend-editor-summary-request\";i:7266;s:30:\"mobile-frontend-editor-summary\";i:7267;s:37:\"mobile-frontend-editor-switch-confirm\";i:7268;s:36:\"mobile-frontend-editor-switch-editor\";i:7269;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7270;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7271;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7272;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7273;s:34:\"mobile-frontend-editor-unavailable\";i:7274;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7275;s:35:\"mobile-frontend-editor-uploadenable\";i:7276;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7277;s:27:\"mobile-frontend-editor-wait\";i:7278;s:36:\"mobile-frontend-editor-redlink-leave\";i:7279;s:38:\"mobile-frontend-editor-redlink-explain\";i:7280;s:37:\"mobile-frontend-editor-redlink-create\";i:7281;s:27:\"mobile-frontend-editor-bold\";i:7282;s:29:\"mobile-frontend-editor-italic\";i:7283;s:32:\"mobile-frontend-editor-bold-text\";i:7284;s:34:\"mobile-frontend-editor-italic-text\";i:7285;s:32:\"mobile-frontend-editor-reference\";i:7286;s:39:\"mobile-frontend-editor-insert-reference\";i:7287;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7288;s:36:\"mobile-frontend-editor-add-reference\";i:7289;s:29:\"mobile-frontend-enable-images\";i:7290;s:43:\"mobile-frontend-expand-sections-description\";i:7291;s:38:\"mobile-frontend-expand-sections-status\";i:7292;s:32:\"mobile-frontend-fontchanger-link\";i:7293;s:32:\"mobile-frontend-fontchanger-desc\";i:7294;s:32:\"mobile-frontend-featured-article\";i:7295;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7296;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7297;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7298;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7299;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7300;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7301;s:30:\"mobile-frontend-footer-contact\";i:7302;s:31:\"mobile-frontend-footer-sitename\";i:7303;s:32:\"mobile-frontend-generic-404-desc\";i:7304;s:33:\"mobile-frontend-generic-404-title\";i:7305;s:29:\"mobile-frontend-generic-login\";i:7306;s:33:\"mobile-frontend-generic-login-new\";i:7307;s:37:\"mobile-frontend-generic-signup-action\";i:7308;s:23:\"mobile-frontend-history\";i:7309;s:32:\"mobile-frontend-history-404-desc\";i:7310;s:33:\"mobile-frontend-history-404-title\";i:7311;s:34:\"mobile-frontend-history-no-results\";i:7312;s:36:\"mobile-frontend-image-cancel-confirm\";i:7313;s:38:\"mobile-frontend-image-heading-describe\";i:7314;s:31:\"mobile-frontend-image-uploading\";i:7315;s:29:\"mobile-frontend-images-status\";i:7316;s:31:\"mobile-frontend-language-header\";i:7317;s:32:\"mobile-frontend-language-heading\";i:7318;s:36:\"mobile-frontend-language-site-choose\";i:7319;s:39:\"mobile-frontend-language-variant-header\";i:7320;s:34:\"mobile-frontend-languages-404-desc\";i:7321;s:35:\"mobile-frontend-languages-404-title\";i:7322;s:32:\"mobile-frontend-languages-header\";i:7323;s:37:\"mobile-frontend-languages-header-page\";i:7324;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7325;s:30:\"mobile-frontend-languages-text\";i:7326;s:40:\"mobile-frontend-languages-variant-header\";i:7327;s:34:\"mobile-frontend-last-modified-days\";i:7328;s:35:\"mobile-frontend-last-modified-hours\";i:7329;s:38:\"mobile-frontend-last-modified-just-now\";i:7330;s:37:\"mobile-frontend-last-modified-minutes\";i:7331;s:36:\"mobile-frontend-last-modified-months\";i:7332;s:37:\"mobile-frontend-last-modified-seconds\";i:7333;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7334;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7335;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7336;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7337;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7338;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7339;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7340;s:35:\"mobile-frontend-last-modified-years\";i:7341;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7342;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7343;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7344;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7345;s:26:\"mobile-frontend-logged-out\";i:7346;s:25:\"mobile-frontend-main-menu\";i:7347;s:30:\"mobile-frontend-main-menu-back\";i:7348;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:7349;s:34:\"mobile-frontend-main-menu-featured\";i:7350;s:32:\"mobile-frontend-main-menu-logout\";i:7351;s:36:\"mobile-frontend-main-menu-page-title\";i:7352;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7353;s:32:\"mobile-frontend-main-menu-upload\";i:7354;s:29:\"mobile-frontend-media-details\";i:7355;s:34:\"mobile-frontend-media-license-link\";i:7356;s:32:\"mobile-frontend-meta-data-issues\";i:7357;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7358;s:39:\"mobile-frontend-meta-data-issues-header\";i:7359;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7360;s:29:\"mobile-frontend-missing-image\";i:7361;s:31:\"mobile-frontend-nearby-distance\";i:7362;s:38:\"mobile-frontend-nearby-distance-meters\";i:7363;s:28:\"mobile-frontend-nearby-error\";i:7364;s:37:\"mobile-frontend-nearby-error-guidance\";i:7365;s:30:\"mobile-frontend-nearby-loading\";i:7366;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7367;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7368;s:32:\"mobile-frontend-nearby-noresults\";i:7369;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7370;s:33:\"mobile-frontend-nearby-permission\";i:7371;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7372;s:30:\"mobile-frontend-nearby-refresh\";i:7373;s:35:\"mobile-frontend-nearby-requirements\";i:7374;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7375;s:28:\"mobile-frontend-nearby-title\";i:7376;s:34:\"mobile-frontend-nearby-sectiontext\";i:7377;s:30:\"mobile-frontend-opt-in-explain\";i:7378;s:29:\"mobile-frontend-overlay-close\";i:7379;s:32:\"mobile-frontend-overlay-continue\";i:7380;s:34:\"mobile-frontend-page-menu-contents\";i:7381;s:33:\"mobile-frontend-page-menu-history\";i:7382;s:42:\"mobile-frontend-page-menu-language-current\";i:7383;s:33:\"mobile-frontend-page-edit-summary\";i:7384;s:24:\"mobile-frontend-password\";i:7385;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7386;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7387;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7388;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7389;s:31:\"mobile-frontend-photo-licensing\";i:7390;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7391;s:31:\"mobile-frontend-photo-ownership\";i:7392;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7393;s:36:\"mobile-frontend-photo-ownership-help\";i:7394;s:28:\"mobile-frontend-photo-submit\";i:7395;s:28:\"mobile-frontend-photo-upload\";i:7396;s:33:\"mobile-frontend-photo-upload-anon\";i:7397;s:36:\"mobile-frontend-photo-upload-comment\";i:7398;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7399;s:34:\"mobile-frontend-photo-upload-error\";i:7400;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7401;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7402;s:36:\"mobile-frontend-photo-upload-generic\";i:7403;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7404;s:44:\"mobile-frontend-photo-upload-success-article\";i:7405;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7406;s:39:\"mobile-frontend-photo-upload-user-count\";i:7407;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7408;s:31:\"mobile-frontend-placeholder-app\";i:7409;s:32:\"mobile-frontend-placeholder-beta\";i:7410;s:33:\"mobile-frontend-privacy-link-text\";i:7411;s:40:\"mobile-frontend-profile-activity-heading\";i:7412;s:29:\"mobile-frontend-profile-error\";i:7413;s:38:\"mobile-frontend-profile-footer-ancient\";i:7414;s:35:\"mobile-frontend-profile-footer-days\";i:7415;s:37:\"mobile-frontend-profile-footer-months\";i:7416;s:36:\"mobile-frontend-profile-footer-years\";i:7417;s:33:\"mobile-frontend-profile-last-edit\";i:7418;s:34:\"mobile-frontend-profile-last-thank\";i:7419;s:30:\"mobile-frontend-profile-noargs\";i:7420;s:30:\"mobile-frontend-profile-nouser\";i:7421;s:29:\"mobile-frontend-profile-title\";i:7422;s:37:\"mobile-frontend-profile-userpage-link\";i:7423;s:32:\"mobile-frontend-profile-usertalk\";i:7424;s:35:\"mobile-frontend-references-citation\";i:7425;s:28:\"mobile-frontend-regular-site\";i:7426;s:31:\"mobile-frontend-requires-mobile\";i:7427;s:30:\"mobile-frontend-requires-optin\";i:7428;s:30:\"mobile-frontend-requires-title\";i:7429;s:26:\"mobile-frontend-save-error\";i:7430;s:29:\"mobile-frontend-save-settings\";i:7431;s:32:\"mobile-frontend-saving-exit-page\";i:7432;s:30:\"mobile-frontend-search-content\";i:7433;s:41:\"mobile-frontend-search-content-no-results\";i:7434;s:33:\"mobile-frontend-search-no-results\";i:7435;s:29:\"mobile-frontend-search-submit\";i:7436;s:39:\"mobile-frontend-settings-images-explain\";i:7437;s:29:\"mobile-frontend-settings-beta\";i:7438;s:41:\"mobile-frontend-settings-site-description\";i:7439;s:36:\"mobile-frontend-settings-site-header\";i:7440;s:37:\"mobile-frontend-sign-in-error-heading\";i:7441;s:31:\"mobile-frontend-sign-in-heading\";i:7442;s:27:\"mobile-frontend-sign-in-why\";i:7443;s:31:\"mobile-frontend-sign-up-heading\";i:7444;s:29:\"mobile-frontend-talk-fullpage\";i:7445;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7446;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7447;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7448;s:33:\"mobile-frontend-talk-back-to-page\";i:7449;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7450;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7451;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7452;s:33:\"mobile-frontend-talk-edit-summary\";i:7453;s:30:\"mobile-frontend-talk-explained\";i:7454;s:36:\"mobile-frontend-talk-explained-empty\";i:7455;s:35:\"mobile-frontend-talk-overlay-header\";i:7456;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7457;s:26:\"mobile-frontend-talk-reply\";i:7458;s:31:\"mobile-frontend-talk-reply-info\";i:7459;s:34:\"mobile-frontend-talk-reply-success\";i:7460;s:35:\"mobile-frontend-talk-topic-feedback\";i:7461;s:32:\"mobile-frontend-talk-topic-error\";i:7462;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7463;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7464;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7465;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7466;s:31:\"mobile-frontend-talk-topic-wait\";i:7467;s:26:\"mobile-frontend-terms-text\";i:7468;s:25:\"mobile-frontend-terms-url\";i:7469;s:30:\"mobile-frontend-thanked-notice\";i:7470;s:28:\"mobile-frontend-user-account\";i:7471;s:35:\"mobile-frontend-user-button-tooltip\";i:7472;s:32:\"mobile-frontend-user-newmessages\";i:7473;s:24:\"mobile-frontend-user-cta\";i:7474;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7475;s:24:\"mobile-frontend-username\";i:7476;s:27:\"mobile-frontend-view-source\";i:7477;s:27:\"mobile-frontend-watch-login\";i:7478;s:29:\"mobile-frontend-watchlist-a-z\";i:7479;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7480;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7481;s:29:\"mobile-frontend-watchlist-add\";i:7482;s:35:\"mobile-frontend-watchlist-back-home\";i:7483;s:29:\"mobile-frontend-watchlist-cta\";i:7484;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7485;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7486;s:30:\"mobile-frontend-watchlist-feed\";i:7487;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7488;s:36:\"mobile-frontend-watchlist-filter-all\";i:7489;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7490;s:38:\"mobile-frontend-watchlist-filter-other\";i:7491;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7492;s:38:\"mobile-frontend-watchlist-login-action\";i:7493;s:30:\"mobile-frontend-watchlist-more\";i:7494;s:37:\"mobile-frontend-watchlist-please-wait\";i:7495;s:31:\"mobile-frontend-watchlist-error\";i:7496;s:33:\"mobile-frontend-watchlist-purpose\";i:7497;s:33:\"mobile-frontend-watchlist-removed\";i:7498;s:39:\"mobile-frontend-watchlist-signup-action\";i:7499;s:30:\"mobile-frontend-watchlist-view\";i:7500;s:36:\"mobile-frontend-quick-lookup-looking\";i:7501;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7502;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7503;s:10:\"mobile.css\";i:7504;s:9:\"mobile.js\";i:7505;s:6:\"nearby\";i:7506;s:21:\"right-mf-uploadbutton\";i:7507;s:27:\"tag-mobile_edit-description\";i:7508;s:31:\"tag-mobile_web_edit-description\";i:7509;s:16:\"skinname-minerva\";i:7510;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7511;s:30:\"apihelp-mobileview-description\";i:7512;s:29:\"apihelp-mobileview-param-page\";i:7513;s:33:\"apihelp-mobileview-param-redirect\";i:7514;s:33:\"apihelp-mobileview-param-sections\";i:7515;s:29:\"apihelp-mobileview-param-prop\";i:7516;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7517;s:36:\"apihelp-mobileview-param-sectionprop\";i:7518;s:34:\"apihelp-mobileview-param-pageprops\";i:7519;s:32:\"apihelp-mobileview-param-variant\";i:7520;s:33:\"apihelp-mobileview-param-noimages\";i:7521;s:35:\"apihelp-mobileview-param-noheadings\";i:7522;s:36:\"apihelp-mobileview-param-notransform\";i:7523;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7524;s:31:\"apihelp-mobileview-param-offset\";i:7525;s:31:\"apihelp-mobileview-param-maxlen\";i:7526;s:34:\"apihelp-mobileview-param-thumbsize\";i:7527;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7528;s:36:\"apihelp-mobileview-param-thumbheight\";i:7529;s:28:\"apihelp-mobileview-example-1\";i:7530;s:28:\"apihelp-mobileview-example-2\";i:7531;s:28:\"apihelp-mobileview-example-3\";i:7532;s:32:\"apihelp-parse-param-mobileformat\";i:7533;s:28:\"apihelp-parse-param-noimages\";i:7534;s:28:\"apihelp-parse-param-mainpage\";i:7535;s:35:\"mobile-frontend-donate-button-label\";i:7536;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7537;s:31:\"mobile-frontend-loading-message\";i:7538;s:31:\"mobile-frontend-console-recruit\";i:7539;s:34:\"mobile-frontend-browse-tags-header\";i:7540;s:24:\"mobile-frontend-panel-ok\";i:7541;s:28:\"mobile-frontend-panel-cancel\";i:7542;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7543;s:41:\"mobile-frontend-search-feedback-link-text\";i:7544;s:38:\"mobile-frontend-search-feedback-prompt\";i:7545;s:20:\"googleanalytics-desc\";i:7546;s:17:\"right-noanalytics\";}}'),('aeb-latn','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('aeb-latn','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('aeb-latn','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('aeb-latn','messages:about','s:8:\"en:About\";'),('aeb-latn','messages:aboutpage','s:32:\"aeb-latn:Project:Fi- illī yxuş\";'),('aeb-latn','messages:aboutsite','s:37:\"aeb-latn:Fi- illī yxuş {{SITENAME}}\";'),('aeb-latn','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('aeb-latn','messages:accesskey-blockip-block','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('aeb-latn','messages:accesskey-ca-delete','s:4:\"en:d\";'),('aeb-latn','messages:accesskey-ca-edit','s:4:\"en:e\";'),('aeb-latn','messages:accesskey-ca-history','s:4:\"en:h\";'),('aeb-latn','messages:accesskey-ca-move','s:4:\"en:m\";'),('aeb-latn','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('aeb-latn','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('aeb-latn','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('aeb-latn','messages:accesskey-ca-protect','s:4:\"en:=\";'),('aeb-latn','messages:accesskey-ca-talk','s:4:\"en:t\";'),('aeb-latn','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('aeb-latn','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('aeb-latn','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('aeb-latn','messages:accesskey-ca-view','s:3:\"en:\";'),('aeb-latn','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('aeb-latn','messages:accesskey-ca-watch','s:4:\"en:w\";'),('aeb-latn','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('aeb-latn','messages:accesskey-diff','s:4:\"en:v\";'),('aeb-latn','messages:accesskey-export','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-feed-atom','s:3:\"en:\";'),('aeb-latn','messages:accesskey-feed-rss','s:3:\"en:\";'),('aeb-latn','messages:accesskey-import','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-minoredit','s:4:\"en:i\";'),('aeb-latn','messages:accesskey-n-currentevents','s:3:\"en:\";'),('aeb-latn','messages:accesskey-n-help','s:3:\"en:\";'),('aeb-latn','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('aeb-latn','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('aeb-latn','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('aeb-latn','messages:accesskey-n-portal','s:3:\"en:\";'),('aeb-latn','messages:accesskey-n-randompage','s:4:\"en:x\";'),('aeb-latn','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('aeb-latn','messages:accesskey-p-logo','s:3:\"en:\";'),('aeb-latn','messages:accesskey-preferences-save','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-preview','s:4:\"en:p\";'),('aeb-latn','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('aeb-latn','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('aeb-latn','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('aeb-latn','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('aeb-latn','messages:accesskey-pt-login','s:4:\"en:o\";'),('aeb-latn','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('aeb-latn','messages:accesskey-pt-logout','s:3:\"en:\";'),('aeb-latn','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('aeb-latn','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('aeb-latn','messages:accesskey-pt-preferences','s:3:\"en:\";'),('aeb-latn','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('aeb-latn','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('aeb-latn','messages:accesskey-publish','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-save','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-search','s:4:\"en:f\";'),('aeb-latn','messages:accesskey-search-fulltext','s:3:\"en:\";'),('aeb-latn','messages:accesskey-search-go','s:3:\"en:\";'),('aeb-latn','messages:accesskey-summary','s:4:\"en:b\";'),('aeb-latn','messages:accesskey-t-contributions','s:3:\"en:\";'),('aeb-latn','messages:accesskey-t-emailuser','s:3:\"en:\";'),('aeb-latn','messages:accesskey-t-info','s:3:\"en:\";'),('aeb-latn','messages:accesskey-t-permalink','s:3:\"en:\";'),('aeb-latn','messages:accesskey-t-print','s:4:\"en:p\";'),('aeb-latn','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('aeb-latn','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('aeb-latn','messages:accesskey-t-upload','s:4:\"en:u\";'),('aeb-latn','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('aeb-latn','messages:accesskey-upload','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-userrights-set','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-watch','s:4:\"en:w\";'),('aeb-latn','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('aeb-latn','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('aeb-latn','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('aeb-latn','messages:accmailtext','s:176:\"en:A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the <em>[[Special:ChangePassword|change password]]</em> page upon logging in.\";'),('aeb-latn','messages:accmailtitle','s:16:\"en:Password sent\";'),('aeb-latn','messages:accountcreated','s:18:\"en:Account created\";'),('aeb-latn','messages:accountcreatedtext','s:94:\"en:The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.\";'),('aeb-latn','messages:acct_creation_throttle_hit','s:252:\"en:Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last $2, which is the maximum allowed in this time period.\nAs a result, visitors using this IP address cannot create any more accounts at the moment.\";'),('aeb-latn','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('aeb-latn','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('aeb-latn','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('aeb-latn','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('aeb-latn','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('aeb-latn','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('aeb-latn','messages:action-block','s:31:\"en:block this user from editing\";'),('aeb-latn','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('aeb-latn','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('aeb-latn','messages:action-browsearchive','s:23:\"en:search deleted pages\";'),('aeb-latn','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('aeb-latn','messages:action-createaccount','s:27:\"en:create this user account\";'),('aeb-latn','messages:action-createpage','s:19:\"en:create this page\";'),('aeb-latn','messages:action-createtalk','s:30:\"en:create this discussion page\";'),('aeb-latn','messages:action-delete','s:19:\"en:delete this page\";'),('aeb-latn','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('aeb-latn','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('aeb-latn','messages:action-deletedhistory','s:32:\"en:view a page\'s deleted history\";'),('aeb-latn','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('aeb-latn','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('aeb-latn','messages:action-deleterevision','s:19:\"en:delete revisions\";'),('aeb-latn','messages:action-edit','s:31:\"aeb-latn:Baddil fil-pâj hêđi\";'),('aeb-latn','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('aeb-latn','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('aeb-latn','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('aeb-latn','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('aeb-latn','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('aeb-latn','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('aeb-latn','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('aeb-latn','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('aeb-latn','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('aeb-latn','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('aeb-latn','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('aeb-latn','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('aeb-latn','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('aeb-latn','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('aeb-latn','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('aeb-latn','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('aeb-latn','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('aeb-latn','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('aeb-latn','messages:action-history','s:32:\"en:view the history of this page\";'),('aeb-latn','messages:action-import','s:33:\"en:import pages from another wiki\";'),('aeb-latn','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('aeb-latn','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('aeb-latn','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('aeb-latn','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('aeb-latn','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('aeb-latn','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('aeb-latn','messages:action-minoredit','s:26:\"en:mark this edit as minor\";'),('aeb-latn','messages:action-move','s:17:\"aeb-latn:Ḩawwil\";'),('aeb-latn','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('aeb-latn','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('aeb-latn','messages:action-move-subpages','s:35:\"en:move this page, and its subpages\";'),('aeb-latn','messages:action-movefile','s:17:\"en:move this file\";'),('aeb-latn','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('aeb-latn','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('aeb-latn','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('aeb-latn','messages:action-pagelang','s:27:\"en:change the page language\";'),('aeb-latn','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('aeb-latn','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('aeb-latn','messages:action-protect','s:15:\"aeb-latn:Ħàmi\";'),('aeb-latn','messages:action-purge','s:18:\"en:purge this page\";'),('aeb-latn','messages:action-read','s:17:\"en:read this page\";'),('aeb-latn','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('aeb-latn','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('aeb-latn','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('aeb-latn','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('aeb-latn','messages:action-sendemail','s:14:\"en:send emails\";'),('aeb-latn','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('aeb-latn','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('aeb-latn','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('aeb-latn','messages:action-suppressrevision','s:39:\"en:review and undelete hidden revisions\";'),('aeb-latn','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('aeb-latn','messages:action-undelete','s:17:\"en:undelete pages\";'),('aeb-latn','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('aeb-latn','messages:action-upload','s:19:\"en:upload this file\";'),('aeb-latn','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('aeb-latn','messages:action-userrights','s:23:\"en:edit all user rights\";'),('aeb-latn','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('aeb-latn','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('aeb-latn','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('aeb-latn','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('aeb-latn','messages:action-writeapi','s:20:\"en:use the write API\";'),('aeb-latn','messages:actioncomplete','s:18:\"en:Action complete\";'),('aeb-latn','messages:actionfailed','s:16:\"en:Action failed\";'),('aeb-latn','messages:actions','s:18:\"aeb-latn:Aksyonàt\";'),('aeb-latn','messages:actionthrottled','s:19:\"en:Action throttled\";'),('aeb-latn','messages:actionthrottledtext','s:182:\"en:As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.\";'),('aeb-latn','messages:activeusers','s:20:\"en:Active users list\";'),('aeb-latn','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('aeb-latn','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('aeb-latn','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('aeb-latn','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('aeb-latn','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('aeb-latn','messages:activeusers-noresult','s:18:\"en:No users found.\";'),('aeb-latn','messages:activeusers-submit','s:23:\"en:Display active users\";'),('aeb-latn','messages:activeusers-summary','s:3:\"en:\";'),('aeb-latn','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('aeb-latn','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('aeb-latn','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('aeb-latn','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('aeb-latn','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('aeb-latn','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('aeb-latn','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('aeb-latn','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('aeb-latn','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('aeb-latn','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('aeb-latn','messages:addsection','s:4:\"en:+\";'),('aeb-latn','messages:addsection-editintro','s:3:\"en:\";'),('aeb-latn','messages:addsection-preload','s:3:\"en:\";'),('aeb-latn','messages:addwatch','s:19:\"en:Add to watchlist\";'),('aeb-latn','messages:ago','s:9:\"en:$1 ago\";'),('aeb-latn','messages:all-logs-page','s:18:\"en:All public logs\";'),('aeb-latn','messages:allarticles','s:30:\"aeb-latn:iş-şafḩāt il-kul\";'),('aeb-latn','messages:allinnamespace','s:27:\"en:All pages ($1 namespace)\";'),('aeb-latn','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('aeb-latn','messages:allmessages','s:18:\"en:System messages\";'),('aeb-latn','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('aeb-latn','messages:allmessages-filter-all','s:6:\"en:All\";'),('aeb-latn','messages:allmessages-filter-legend','s:9:\"en:Filter\";'),('aeb-latn','messages:allmessages-filter-modified','s:11:\"en:Modified\";'),('aeb-latn','messages:allmessages-filter-submit','s:9:\"en:Filter\";'),('aeb-latn','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('aeb-latn','messages:allmessages-filter-unmodified','s:13:\"en:Unmodified\";'),('aeb-latn','messages:allmessages-language','s:12:\"en:Language:\";'),('aeb-latn','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('aeb-latn','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('aeb-latn','messages:allmessagescurrent','s:23:\"en:Current message text\";'),('aeb-latn','messages:allmessagesdefault','s:23:\"en:Default message text\";'),('aeb-latn','messages:allmessagesname','s:7:\"en:Name\";'),('aeb-latn','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('aeb-latn','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('aeb-latn','messages:allpages','s:23:\"aeb-latn:kol ess\'afa7at\";'),('aeb-latn','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('aeb-latn','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('aeb-latn','messages:allpages-summary','s:3:\"en:\";'),('aeb-latn','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('aeb-latn','messages:allpagesfrom','s:29:\"en:Display pages starting at:\";'),('aeb-latn','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('aeb-latn','messages:allpagessubmit','s:14:\"aeb-latn:Imcī\";'),('aeb-latn','messages:allpagesto','s:27:\"en:Display pages ending at:\";'),('aeb-latn','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('aeb-latn','messages:ancientpages','s:15:\"en:Oldest pages\";'),('aeb-latn','messages:ancientpages-summary','s:3:\"en:\";'),('aeb-latn','messages:and','s:15:\"aeb-latn:&#32;w\";'),('aeb-latn','messages:anoncontribs','s:16:\"en:Contributions\";'),('aeb-latn','messages:anoneditwarning','s:270:\"en:<strong>Warning:</strong> You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to your username, along with other benefits.\";'),('aeb-latn','messages:anonnotice','s:4:\"en:-\";'),('aeb-latn','messages:anononlyblock','s:13:\"en:anon. only\";'),('aeb-latn','messages:anonpreviewwarning','s:102:\"en:<em>You are not logged in. Publishing will record your IP address in this page\'s edit history.</em>\";'),('aeb-latn','messages:anontalk','s:41:\"aeb-latn:Tħaddeth mgħa ladrisa IP hadhi\";'),('aeb-latn','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('aeb-latn','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('aeb-latn','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('aeb-latn','messages:anonymous','s:53:\"en:Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}\";'),('aeb-latn','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('aeb-latn','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('aeb-latn','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('aeb-latn','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('aeb-latn','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('aeb-latn','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('aeb-latn','messages:api-credits-header','s:10:\"en:Credits\";'),('aeb-latn','messages:api-error-badtoken','s:29:\"en:Internal error: Bad token.\";'),('aeb-latn','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('aeb-latn','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('aeb-latn','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('aeb-latn','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('aeb-latn','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('aeb-latn','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('aeb-latn','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('aeb-latn','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aeb-latn','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aeb-latn','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aeb-latn','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('aeb-latn','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('aeb-latn','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('aeb-latn','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('aeb-latn','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('aeb-latn','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('aeb-latn','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('aeb-latn','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('aeb-latn','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('aeb-latn','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('aeb-latn','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('aeb-latn','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('aeb-latn','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('aeb-latn','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('aeb-latn','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('aeb-latn','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('aeb-latn','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('aeb-latn','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('aeb-latn','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('aeb-latn','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('aeb-latn','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('aeb-latn','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('aeb-latn','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('aeb-latn','messages:api-help-flags','s:3:\"en:\";'),('aeb-latn','messages:api-help-help-urls','s:3:\"en:\";'),('aeb-latn','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('aeb-latn','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('aeb-latn','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('aeb-latn','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('aeb-latn','messages:api-help-main-header','s:14:\"en:Main module\";'),('aeb-latn','messages:api-help-no-extended-description','s:3:\"en:\";'),('aeb-latn','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('aeb-latn','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('aeb-latn','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('aeb-latn','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('aeb-latn','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('aeb-latn','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('aeb-latn','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('aeb-latn','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('aeb-latn','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('aeb-latn','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('aeb-latn','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('aeb-latn','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('aeb-latn','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('aeb-latn','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('aeb-latn','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('aeb-latn','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('aeb-latn','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('aeb-latn','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('aeb-latn','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('aeb-latn','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('aeb-latn','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('aeb-latn','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('aeb-latn','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('aeb-latn','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('aeb-latn','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('aeb-latn','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('aeb-latn','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('aeb-latn','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('aeb-latn','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('aeb-latn','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('aeb-latn','messages:api-help-source','s:13:\"en:Source: $1\";'),('aeb-latn','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('aeb-latn','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('aeb-latn','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('aeb-latn','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('aeb-latn','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('aeb-latn','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-latn','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-latn','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('aeb-latn','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('aeb-latn','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('aeb-latn','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('aeb-latn','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('aeb-latn','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('aeb-latn','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('aeb-latn','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('aeb-latn','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('aeb-latn','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('aeb-latn','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('aeb-latn','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('aeb-latn','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('aeb-latn','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('aeb-latn','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('aeb-latn','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('aeb-latn','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('aeb-latn','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('aeb-latn','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('aeb-latn','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('aeb-latn','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('aeb-latn','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('aeb-latn','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('aeb-latn','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('aeb-latn','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('aeb-latn','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('aeb-latn','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('aeb-latn','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('aeb-latn','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('aeb-latn','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('aeb-latn','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('aeb-latn','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('aeb-latn','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('aeb-latn','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('aeb-latn','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('aeb-latn','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('aeb-latn','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('aeb-latn','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('aeb-latn','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('aeb-latn','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('aeb-latn','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('aeb-latn','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('aeb-latn','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('aeb-latn','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('aeb-latn','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('aeb-latn','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('aeb-latn','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('aeb-latn','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('aeb-latn','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('aeb-latn','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('aeb-latn','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('aeb-latn','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('aeb-latn','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('aeb-latn','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('aeb-latn','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('aeb-latn','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('aeb-latn','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('aeb-latn','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('aeb-latn','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('aeb-latn','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('aeb-latn','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('aeb-latn','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('aeb-latn','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('aeb-latn','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('aeb-latn','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('aeb-latn','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('aeb-latn','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('aeb-latn','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('aeb-latn','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('aeb-latn','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('aeb-latn','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('aeb-latn','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('aeb-latn','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('aeb-latn','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('aeb-latn','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('aeb-latn','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('aeb-latn','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('aeb-latn','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('aeb-latn','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('aeb-latn','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('aeb-latn','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('aeb-latn','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('aeb-latn','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('aeb-latn','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('aeb-latn','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('aeb-latn','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('aeb-latn','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('aeb-latn','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('aeb-latn','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('aeb-latn','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('aeb-latn','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('aeb-latn','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('aeb-latn','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('aeb-latn','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('aeb-latn','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('aeb-latn','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('aeb-latn','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('aeb-latn','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('aeb-latn','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('aeb-latn','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('aeb-latn','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('aeb-latn','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('aeb-latn','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('aeb-latn','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('aeb-latn','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('aeb-latn','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('aeb-latn','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('aeb-latn','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('aeb-latn','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('aeb-latn','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('aeb-latn','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('aeb-latn','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('aeb-latn','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('aeb-latn','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('aeb-latn','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('aeb-latn','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('aeb-latn','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('aeb-latn','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('aeb-latn','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('aeb-latn','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('aeb-latn','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('aeb-latn','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('aeb-latn','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('aeb-latn','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('aeb-latn','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('aeb-latn','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('aeb-latn','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('aeb-latn','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('aeb-latn','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('aeb-latn','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('aeb-latn','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('aeb-latn','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('aeb-latn','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('aeb-latn','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('aeb-latn','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('aeb-latn','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('aeb-latn','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('aeb-latn','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('aeb-latn','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('aeb-latn','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('aeb-latn','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('aeb-latn','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('aeb-latn','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('aeb-latn','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('aeb-latn','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('aeb-latn','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('aeb-latn','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('aeb-latn','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('aeb-latn','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('aeb-latn','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('aeb-latn','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('aeb-latn','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('aeb-latn','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('aeb-latn','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('aeb-latn','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('aeb-latn','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('aeb-latn','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('aeb-latn','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('aeb-latn','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('aeb-latn','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('aeb-latn','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('aeb-latn','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('aeb-latn','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('aeb-latn','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('aeb-latn','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('aeb-latn','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('aeb-latn','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('aeb-latn','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('aeb-latn','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('aeb-latn','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('aeb-latn','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('aeb-latn','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('aeb-latn','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('aeb-latn','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('aeb-latn','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('aeb-latn','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('aeb-latn','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('aeb-latn','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('aeb-latn','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('aeb-latn','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('aeb-latn','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('aeb-latn','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('aeb-latn','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('aeb-latn','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('aeb-latn','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('aeb-latn','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('aeb-latn','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('aeb-latn','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('aeb-latn','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('aeb-latn','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('aeb-latn','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('aeb-latn','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('aeb-latn','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('aeb-latn','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('aeb-latn','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('aeb-latn','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('aeb-latn','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('aeb-latn','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('aeb-latn','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('aeb-latn','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('aeb-latn','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('aeb-latn','messages:apierror-stashexception','s:5:\"en:$1\";'),('aeb-latn','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('aeb-latn','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('aeb-latn','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('aeb-latn','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('aeb-latn','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('aeb-latn','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('aeb-latn','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('aeb-latn','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('aeb-latn','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('aeb-latn','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('aeb-latn','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('aeb-latn','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('aeb-latn','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('aeb-latn','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('aeb-latn','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('aeb-latn','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('aeb-latn','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('aeb-latn','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('aeb-latn','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('aeb-latn','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('aeb-latn','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('aeb-latn','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('aeb-latn','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('aeb-latn','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('aeb-latn','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('aeb-latn','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('aeb-latn','messages:apihelp','s:11:\"en:API help\";'),('aeb-latn','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('aeb-latn','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('aeb-latn','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('aeb-latn','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('aeb-latn','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('aeb-latn','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('aeb-latn','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('aeb-latn','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('aeb-latn','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('aeb-latn','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('aeb-latn','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('aeb-latn','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('aeb-latn','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('aeb-latn','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('aeb-latn','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('aeb-latn','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('aeb-latn','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('aeb-latn','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aeb-latn','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('aeb-latn','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('aeb-latn','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('aeb-latn','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('aeb-latn','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('aeb-latn','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('aeb-latn','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('aeb-latn','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('aeb-latn','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('aeb-latn','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('aeb-latn','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('aeb-latn','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('aeb-latn','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('aeb-latn','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('aeb-latn','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('aeb-latn','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('aeb-latn','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('aeb-latn','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('aeb-latn','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('aeb-latn','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('aeb-latn','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('aeb-latn','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('aeb-latn','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('aeb-latn','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('aeb-latn','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('aeb-latn','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('aeb-latn','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('aeb-latn','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('aeb-latn','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('aeb-latn','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('aeb-latn','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('aeb-latn','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('aeb-latn','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('aeb-latn','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('aeb-latn','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('aeb-latn','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('aeb-latn','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('aeb-latn','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('aeb-latn','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('aeb-latn','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('aeb-latn','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('aeb-latn','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('aeb-latn','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('aeb-latn','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('aeb-latn','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('aeb-latn','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('aeb-latn','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('aeb-latn','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('aeb-latn','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('aeb-latn','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('aeb-latn','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('aeb-latn','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('aeb-latn','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('aeb-latn','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('aeb-latn','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('aeb-latn','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('aeb-latn','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('aeb-latn','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('aeb-latn','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('aeb-latn','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('aeb-latn','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('aeb-latn','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('aeb-latn','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('aeb-latn','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('aeb-latn','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('aeb-latn','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('aeb-latn','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('aeb-latn','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('aeb-latn','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('aeb-latn','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('aeb-latn','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('aeb-latn','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('aeb-latn','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('aeb-latn','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('aeb-latn','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('aeb-latn','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('aeb-latn','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('aeb-latn','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('aeb-latn','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('aeb-latn','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('aeb-latn','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('aeb-latn','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('aeb-latn','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('aeb-latn','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('aeb-latn','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('aeb-latn','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('aeb-latn','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('aeb-latn','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('aeb-latn','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('aeb-latn','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('aeb-latn','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('aeb-latn','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('aeb-latn','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('aeb-latn','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('aeb-latn','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('aeb-latn','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('aeb-latn','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('aeb-latn','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('aeb-latn','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('aeb-latn','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('aeb-latn','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('aeb-latn','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('aeb-latn','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('aeb-latn','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('aeb-latn','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('aeb-latn','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('aeb-latn','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('aeb-latn','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('aeb-latn','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('aeb-latn','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('aeb-latn','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('aeb-latn','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('aeb-latn','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('aeb-latn','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('aeb-latn','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('aeb-latn','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('aeb-latn','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('aeb-latn','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('aeb-latn','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('aeb-latn','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('aeb-latn','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('aeb-latn','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('aeb-latn','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('aeb-latn','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('aeb-latn','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('aeb-latn','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('aeb-latn','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('aeb-latn','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('aeb-latn','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('aeb-latn','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('aeb-latn','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('aeb-latn','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('aeb-latn','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('aeb-latn','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('aeb-latn','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('aeb-latn','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('aeb-latn','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('aeb-latn','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('aeb-latn','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('aeb-latn','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('aeb-latn','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('aeb-latn','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('aeb-latn','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('aeb-latn','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('aeb-latn','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('aeb-latn','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('aeb-latn','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('aeb-latn','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('aeb-latn','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('aeb-latn','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('aeb-latn','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('aeb-latn','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('aeb-latn','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('aeb-latn','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('aeb-latn','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('aeb-latn','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('aeb-latn','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('aeb-latn','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('aeb-latn','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('aeb-latn','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('aeb-latn','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('aeb-latn','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('aeb-latn','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('aeb-latn','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('aeb-latn','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('aeb-latn','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('aeb-latn','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('aeb-latn','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('aeb-latn','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('aeb-latn','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('aeb-latn','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-latn','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aeb-latn','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('aeb-latn','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('aeb-latn','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('aeb-latn','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('aeb-latn','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('aeb-latn','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('aeb-latn','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('aeb-latn','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('aeb-latn','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('aeb-latn','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('aeb-latn','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('aeb-latn','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('aeb-latn','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('aeb-latn','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('aeb-latn','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('aeb-latn','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('aeb-latn','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('aeb-latn','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('aeb-latn','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('aeb-latn','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('aeb-latn','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('aeb-latn','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('aeb-latn','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('aeb-latn','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('aeb-latn','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('aeb-latn','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('aeb-latn','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('aeb-latn','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('aeb-latn','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('aeb-latn','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('aeb-latn','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('aeb-latn','messages:apihelp-main-summary','s:3:\"en:\";'),('aeb-latn','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('aeb-latn','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('aeb-latn','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('aeb-latn','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('aeb-latn','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('aeb-latn','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('aeb-latn','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('aeb-latn','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('aeb-latn','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('aeb-latn','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('aeb-latn','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('aeb-latn','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('aeb-latn','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('aeb-latn','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('aeb-latn','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('aeb-latn','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('aeb-latn','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('aeb-latn','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('aeb-latn','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('aeb-latn','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('aeb-latn','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('aeb-latn','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('aeb-latn','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('aeb-latn','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('aeb-latn','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('aeb-latn','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('aeb-latn','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('aeb-latn','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('aeb-latn','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('aeb-latn','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('aeb-latn','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('aeb-latn','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('aeb-latn','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('aeb-latn','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('aeb-latn','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('aeb-latn','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('aeb-latn','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('aeb-latn','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('aeb-latn','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('aeb-latn','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('aeb-latn','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('aeb-latn','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('aeb-latn','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('aeb-latn','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('aeb-latn','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('aeb-latn','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('aeb-latn','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('aeb-latn','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('aeb-latn','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('aeb-latn','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('aeb-latn','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('aeb-latn','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('aeb-latn','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('aeb-latn','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('aeb-latn','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('aeb-latn','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('aeb-latn','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('aeb-latn','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('aeb-latn','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('aeb-latn','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aeb-latn','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('aeb-latn','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('aeb-latn','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('aeb-latn','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('aeb-latn','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('aeb-latn','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('aeb-latn','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('aeb-latn','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('aeb-latn','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('aeb-latn','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('aeb-latn','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('aeb-latn','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('aeb-latn','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('aeb-latn','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('aeb-latn','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('aeb-latn','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('aeb-latn','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('aeb-latn','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('aeb-latn','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('aeb-latn','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('aeb-latn','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('aeb-latn','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('aeb-latn','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('aeb-latn','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('aeb-latn','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('aeb-latn','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('aeb-latn','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('aeb-latn','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('aeb-latn','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('aeb-latn','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('aeb-latn','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('aeb-latn','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('aeb-latn','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('aeb-latn','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('aeb-latn','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('aeb-latn','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('aeb-latn','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('aeb-latn','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('aeb-latn','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('aeb-latn','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('aeb-latn','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('aeb-latn','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('aeb-latn','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('aeb-latn','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('aeb-latn','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('aeb-latn','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('aeb-latn','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('aeb-latn','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('aeb-latn','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('aeb-latn','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('aeb-latn','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('aeb-latn','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('aeb-latn','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('aeb-latn','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('aeb-latn','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('aeb-latn','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('aeb-latn','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('aeb-latn','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('aeb-latn','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('aeb-latn','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('aeb-latn','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('aeb-latn','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('aeb-latn','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('aeb-latn','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('aeb-latn','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('aeb-latn','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('aeb-latn','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('aeb-latn','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('aeb-latn','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('aeb-latn','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('aeb-latn','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('aeb-latn','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('aeb-latn','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('aeb-latn','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('aeb-latn','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('aeb-latn','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('aeb-latn','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('aeb-latn','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('aeb-latn','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('aeb-latn','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('aeb-latn','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('aeb-latn','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('aeb-latn','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('aeb-latn','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('aeb-latn','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('aeb-latn','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('aeb-latn','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('aeb-latn','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('aeb-latn','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('aeb-latn','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('aeb-latn','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('aeb-latn','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('aeb-latn','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aeb-latn','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('aeb-latn','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('aeb-latn','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('aeb-latn','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb-latn','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('aeb-latn','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('aeb-latn','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb-latn','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('aeb-latn','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('aeb-latn','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('aeb-latn','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('aeb-latn','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('aeb-latn','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('aeb-latn','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('aeb-latn','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('aeb-latn','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('aeb-latn','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('aeb-latn','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('aeb-latn','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('aeb-latn','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('aeb-latn','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('aeb-latn','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('aeb-latn','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('aeb-latn','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('aeb-latn','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('aeb-latn','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('aeb-latn','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('aeb-latn','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('aeb-latn','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('aeb-latn','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb-latn','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('aeb-latn','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('aeb-latn','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb-latn','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('aeb-latn','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('aeb-latn','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('aeb-latn','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('aeb-latn','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('aeb-latn','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('aeb-latn','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('aeb-latn','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('aeb-latn','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('aeb-latn','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('aeb-latn','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('aeb-latn','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('aeb-latn','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('aeb-latn','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('aeb-latn','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('aeb-latn','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb-latn','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('aeb-latn','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('aeb-latn','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('aeb-latn','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('aeb-latn','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('aeb-latn','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('aeb-latn','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('aeb-latn','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('aeb-latn','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('aeb-latn','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('aeb-latn','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb-latn','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('aeb-latn','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('aeb-latn','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb-latn','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('aeb-latn','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('aeb-latn','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('aeb-latn','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('aeb-latn','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('aeb-latn','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('aeb-latn','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('aeb-latn','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aeb-latn','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('aeb-latn','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('aeb-latn','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('aeb-latn','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('aeb-latn','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('aeb-latn','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('aeb-latn','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('aeb-latn','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('aeb-latn','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('aeb-latn','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('aeb-latn','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('aeb-latn','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb-latn','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('aeb-latn','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('aeb-latn','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('aeb-latn','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('aeb-latn','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('aeb-latn','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('aeb-latn','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('aeb-latn','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('aeb-latn','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('aeb-latn','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('aeb-latn','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('aeb-latn','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('aeb-latn','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('aeb-latn','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('aeb-latn','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('aeb-latn','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('aeb-latn','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('aeb-latn','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('aeb-latn','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('aeb-latn','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('aeb-latn','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('aeb-latn','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('aeb-latn','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('aeb-latn','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('aeb-latn','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('aeb-latn','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('aeb-latn','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('aeb-latn','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('aeb-latn','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aeb-latn','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('aeb-latn','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('aeb-latn','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('aeb-latn','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('aeb-latn','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('aeb-latn','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('aeb-latn','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('aeb-latn','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('aeb-latn','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('aeb-latn','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('aeb-latn','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb-latn','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('aeb-latn','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('aeb-latn','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb-latn','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb-latn','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb-latn','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('aeb-latn','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aeb-latn','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('aeb-latn','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('aeb-latn','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('aeb-latn','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('aeb-latn','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('aeb-latn','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('aeb-latn','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('aeb-latn','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('aeb-latn','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('aeb-latn','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('aeb-latn','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('aeb-latn','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('aeb-latn','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('aeb-latn','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('aeb-latn','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('aeb-latn','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb-latn','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('aeb-latn','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('aeb-latn','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('aeb-latn','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('aeb-latn','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('aeb-latn','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('aeb-latn','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('aeb-latn','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('aeb-latn','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('aeb-latn','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('aeb-latn','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('aeb-latn','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('aeb-latn','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('aeb-latn','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('aeb-latn','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('aeb-latn','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb-latn','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('aeb-latn','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('aeb-latn','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('aeb-latn','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('aeb-latn','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('aeb-latn','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('aeb-latn','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('aeb-latn','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('aeb-latn','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('aeb-latn','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('aeb-latn','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('aeb-latn','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('aeb-latn','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('aeb-latn','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('aeb-latn','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('aeb-latn','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb-latn','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb-latn','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aeb-latn','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aeb-latn','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aeb-latn','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb-latn','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb-latn','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('aeb-latn','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('aeb-latn','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('aeb-latn','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('aeb-latn','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('aeb-latn','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('aeb-latn','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('aeb-latn','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('aeb-latn','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('aeb-latn','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('aeb-latn','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('aeb-latn','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aeb-latn','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('aeb-latn','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('aeb-latn','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('aeb-latn','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('aeb-latn','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('aeb-latn','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('aeb-latn','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('aeb-latn','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('aeb-latn','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('aeb-latn','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('aeb-latn','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('aeb-latn','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('aeb-latn','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('aeb-latn','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('aeb-latn','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('aeb-latn','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('aeb-latn','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('aeb-latn','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('aeb-latn','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('aeb-latn','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('aeb-latn','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('aeb-latn','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('aeb-latn','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('aeb-latn','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('aeb-latn','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('aeb-latn','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('aeb-latn','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('aeb-latn','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('aeb-latn','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('aeb-latn','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('aeb-latn','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('aeb-latn','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('aeb-latn','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('aeb-latn','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('aeb-latn','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('aeb-latn','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('aeb-latn','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('aeb-latn','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('aeb-latn','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('aeb-latn','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('aeb-latn','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('aeb-latn','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('aeb-latn','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('aeb-latn','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('aeb-latn','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('aeb-latn','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('aeb-latn','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('aeb-latn','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb-latn','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb-latn','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aeb-latn','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aeb-latn','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aeb-latn','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb-latn','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb-latn','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('aeb-latn','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('aeb-latn','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('aeb-latn','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aeb-latn','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('aeb-latn','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('aeb-latn','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('aeb-latn','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('aeb-latn','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('aeb-latn','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('aeb-latn','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('aeb-latn','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('aeb-latn','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('aeb-latn','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('aeb-latn','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('aeb-latn','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('aeb-latn','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('aeb-latn','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('aeb-latn','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('aeb-latn','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('aeb-latn','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('aeb-latn','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('aeb-latn','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('aeb-latn','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('aeb-latn','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('aeb-latn','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('aeb-latn','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('aeb-latn','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('aeb-latn','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('aeb-latn','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('aeb-latn','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('aeb-latn','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('aeb-latn','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('aeb-latn','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('aeb-latn','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('aeb-latn','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('aeb-latn','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('aeb-latn','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('aeb-latn','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('aeb-latn','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('aeb-latn','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('aeb-latn','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('aeb-latn','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb-latn','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb-latn','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('aeb-latn','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('aeb-latn','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('aeb-latn','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('aeb-latn','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('aeb-latn','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('aeb-latn','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('aeb-latn','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('aeb-latn','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('aeb-latn','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('aeb-latn','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('aeb-latn','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('aeb-latn','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('aeb-latn','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('aeb-latn','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('aeb-latn','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('aeb-latn','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('aeb-latn','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('aeb-latn','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('aeb-latn','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('aeb-latn','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('aeb-latn','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('aeb-latn','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('aeb-latn','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('aeb-latn','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('aeb-latn','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('aeb-latn','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('aeb-latn','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('aeb-latn','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('aeb-latn','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('aeb-latn','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('aeb-latn','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('aeb-latn','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('aeb-latn','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('aeb-latn','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('aeb-latn','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('aeb-latn','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('aeb-latn','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('aeb-latn','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('aeb-latn','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('aeb-latn','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('aeb-latn','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('aeb-latn','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('aeb-latn','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('aeb-latn','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('aeb-latn','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('aeb-latn','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('aeb-latn','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('aeb-latn','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('aeb-latn','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('aeb-latn','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('aeb-latn','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('aeb-latn','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('aeb-latn','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('aeb-latn','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('aeb-latn','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('aeb-latn','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('aeb-latn','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('aeb-latn','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('aeb-latn','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('aeb-latn','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('aeb-latn','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('aeb-latn','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('aeb-latn','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aeb-latn','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('aeb-latn','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aeb-latn','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aeb-latn','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aeb-latn','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aeb-latn','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aeb-latn','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aeb-latn','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('aeb-latn','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('aeb-latn','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('aeb-latn','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('aeb-latn','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aeb-latn','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('aeb-latn','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('aeb-latn','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('aeb-latn','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('aeb-latn','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('aeb-latn','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('aeb-latn','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('aeb-latn','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('aeb-latn','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aeb-latn','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('aeb-latn','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('aeb-latn','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('aeb-latn','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('aeb-latn','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('aeb-latn','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('aeb-latn','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('aeb-latn','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('aeb-latn','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('aeb-latn','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('aeb-latn','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('aeb-latn','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('aeb-latn','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('aeb-latn','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('aeb-latn','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('aeb-latn','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('aeb-latn','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('aeb-latn','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('aeb-latn','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('aeb-latn','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('aeb-latn','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('aeb-latn','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('aeb-latn','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('aeb-latn','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('aeb-latn','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('aeb-latn','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('aeb-latn','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('aeb-latn','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('aeb-latn','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('aeb-latn','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('aeb-latn','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('aeb-latn','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('aeb-latn','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('aeb-latn','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('aeb-latn','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('aeb-latn','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('aeb-latn','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('aeb-latn','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('aeb-latn','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('aeb-latn','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('aeb-latn','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('aeb-latn','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('aeb-latn','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('aeb-latn','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('aeb-latn','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('aeb-latn','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('aeb-latn','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('aeb-latn','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('aeb-latn','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('aeb-latn','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('aeb-latn','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('aeb-latn','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('aeb-latn','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('aeb-latn','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('aeb-latn','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('aeb-latn','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('aeb-latn','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('aeb-latn','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('aeb-latn','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('aeb-latn','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('aeb-latn','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('aeb-latn','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('aeb-latn','messages:apihelp-summary','s:3:\"en:\";'),('aeb-latn','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('aeb-latn','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('aeb-latn','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('aeb-latn','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('aeb-latn','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('aeb-latn','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('aeb-latn','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('aeb-latn','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('aeb-latn','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('aeb-latn','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('aeb-latn','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('aeb-latn','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('aeb-latn','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('aeb-latn','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('aeb-latn','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('aeb-latn','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('aeb-latn','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aeb-latn','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('aeb-latn','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('aeb-latn','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('aeb-latn','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('aeb-latn','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('aeb-latn','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('aeb-latn','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('aeb-latn','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('aeb-latn','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('aeb-latn','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('aeb-latn','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('aeb-latn','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('aeb-latn','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('aeb-latn','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('aeb-latn','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('aeb-latn','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('aeb-latn','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('aeb-latn','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('aeb-latn','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('aeb-latn','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('aeb-latn','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('aeb-latn','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('aeb-latn','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('aeb-latn','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('aeb-latn','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('aeb-latn','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('aeb-latn','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('aeb-latn','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('aeb-latn','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('aeb-latn','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('aeb-latn','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aeb-latn','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aeb-latn','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('aeb-latn','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('aeb-latn','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('aeb-latn','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('aeb-latn','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('aeb-latn','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('aeb-latn','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('aeb-latn','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('aeb-latn','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('aeb-latn','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('aeb-latn','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aeb-latn','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('aeb-latn','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('aeb-latn','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('aeb-latn','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('aeb-latn','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('aeb-latn','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('aeb-latn','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('aeb-latn','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('aeb-latn','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('aeb-latn','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('aeb-latn','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('aeb-latn','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('aeb-latn','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('aeb-latn','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('aeb-latn','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('aeb-latn','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('aeb-latn','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('aeb-latn','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('aeb-latn','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('aeb-latn','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('aeb-latn','messages:apisandbox','s:14:\"en:API sandbox\";'),('aeb-latn','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('aeb-latn','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('aeb-latn','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('aeb-latn','messages:apisandbox-continue','s:11:\"en:Continue\";'),('aeb-latn','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('aeb-latn','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('aeb-latn','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('aeb-latn','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('aeb-latn','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('aeb-latn','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('aeb-latn','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('aeb-latn','messages:apisandbox-examples','s:11:\"en:Examples\";'),('aeb-latn','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('aeb-latn','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('aeb-latn','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('aeb-latn','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('aeb-latn','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('aeb-latn','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('aeb-latn','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('aeb-latn','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('aeb-latn','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('aeb-latn','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('aeb-latn','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('aeb-latn','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('aeb-latn','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('aeb-latn','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('aeb-latn','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('aeb-latn','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('aeb-latn','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('aeb-latn','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('aeb-latn','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('aeb-latn','messages:apisandbox-reset','s:8:\"en:Clear\";'),('aeb-latn','messages:apisandbox-results','s:10:\"en:Results\";'),('aeb-latn','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('aeb-latn','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('aeb-latn','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('aeb-latn','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('aeb-latn','messages:apisandbox-retry','s:8:\"en:Retry\";'),('aeb-latn','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('aeb-latn','messages:apisandbox-submit','s:15:\"en:Make request\";'),('aeb-latn','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('aeb-latn','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('aeb-latn','messages:apisandbox-summary','s:3:\"en:\";'),('aeb-latn','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('aeb-latn','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('aeb-latn','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('aeb-latn','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('aeb-latn','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('aeb-latn','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('aeb-latn','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('aeb-latn','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('aeb-latn','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('aeb-latn','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('aeb-latn','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('aeb-latn','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('aeb-latn','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('aeb-latn','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('aeb-latn','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('aeb-latn','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('aeb-latn','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('aeb-latn','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('aeb-latn','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('aeb-latn','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('aeb-latn','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('aeb-latn','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('aeb-latn','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('aeb-latn','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('aeb-latn','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('aeb-latn','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('aeb-latn','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('aeb-latn','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('aeb-latn','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('aeb-latn','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('aeb-latn','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('aeb-latn','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('aeb-latn','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('aeb-latn','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('aeb-latn','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('aeb-latn','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('aeb-latn','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('aeb-latn','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('aeb-latn','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('aeb-latn','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('aeb-latn','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('aeb-latn','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('aeb-latn','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('aeb-latn','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('aeb-latn','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aeb-latn','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aeb-latn','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('aeb-latn','messages:apr','s:13:\"aeb-latn:Avr.\";'),('aeb-latn','messages:april','s:15:\"aeb-latn:Avrīl\";'),('aeb-latn','messages:april-gen','s:15:\"aeb-latn:Avrīl\";'),('aeb-latn','messages:article','s:15:\"en:Content page\";'),('aeb-latn','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('aeb-latn','messages:aug','s:12:\"aeb-latn:Ūt\";'),('aeb-latn','messages:august','s:12:\"aeb-latn:Ūt\";'),('aeb-latn','messages:august-gen','s:12:\"aeb-latn:Ūt\";'),('aeb-latn','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('aeb-latn','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('aeb-latn','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('aeb-latn','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('aeb-latn','messages:authform-notoken','s:16:\"en:Missing token\";'),('aeb-latn','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('aeb-latn','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('aeb-latn','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('aeb-latn','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('aeb-latn','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('aeb-latn','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('aeb-latn','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('aeb-latn','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('aeb-latn','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('aeb-latn','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('aeb-latn','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('aeb-latn','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('aeb-latn','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('aeb-latn','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('aeb-latn','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('aeb-latn','messages:authmanager-email-help','s:16:\"en:Email address\";'),('aeb-latn','messages:authmanager-email-label','s:8:\"en:Email\";'),('aeb-latn','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('aeb-latn','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('aeb-latn','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('aeb-latn','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('aeb-latn','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('aeb-latn','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('aeb-latn','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('aeb-latn','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('aeb-latn','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('aeb-latn','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb-latn','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('aeb-latn','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('aeb-latn','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('aeb-latn','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('aeb-latn','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('aeb-latn','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('aeb-latn','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('aeb-latn','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('aeb-latn','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('aeb-latn','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('aeb-latn','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('aeb-latn','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('aeb-latn','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('aeb-latn','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('aeb-latn','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('aeb-latn','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('aeb-latn','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('aeb-latn','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('aeb-latn','messages:autoblockedtext','s:613:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('aeb-latn','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('aeb-latn','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('aeb-latn','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('aeb-latn','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('aeb-latn','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('aeb-latn','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('aeb-latn','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('aeb-latn','messages:autoblocklist-submit','s:9:\"en:Search\";'),('aeb-latn','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('aeb-latn','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('aeb-latn','messages:autocomment-prefix','s:3:\"en:\";'),('aeb-latn','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('aeb-latn','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('aeb-latn','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('aeb-latn','messages:autosumm-blank','s:19:\"en:Blanked the page\";'),('aeb-latn','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('aeb-latn','messages:autosumm-new','s:25:\"en:Created page with \"$1\"\";'),('aeb-latn','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('aeb-latn','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('aeb-latn','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('aeb-latn','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('aeb-latn','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('aeb-latn','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('aeb-latn','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('aeb-latn','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('aeb-latn','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('aeb-latn','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('aeb-latn','messages:backend-fail-create','s:29:\"en:Could not write file \"$1\".\";'),('aeb-latn','messages:backend-fail-delete','s:30:\"en:Could not delete file \"$1\".\";'),('aeb-latn','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('aeb-latn','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('aeb-latn','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('aeb-latn','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('aeb-latn','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('aeb-latn','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('aeb-latn','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('aeb-latn','messages:backend-fail-notexists','s:30:\"en:The file $1 does not exist.\";'),('aeb-latn','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('aeb-latn','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('aeb-latn','messages:backend-fail-read','s:28:\"en:Could not read file \"$1\".\";'),('aeb-latn','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('aeb-latn','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('aeb-latn','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('aeb-latn','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('aeb-latn','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('aeb-latn','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('aeb-latn','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('aeb-latn','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('aeb-latn','messages:backlinksubtitle','s:9:\"en:← $1\";'),('aeb-latn','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('aeb-latn','messages:bad_image_list','s:255:\"aeb-latn:Elformat kima hakka:\nLes élements mtaε lista (lostra elli yabdew b\' *) yetħesbou.\nEllien lowel fi star yelzmou ykoun lien el fichier khayeb.\nAy lien ekher fi nafs estar yetħseb exception, maħneha des pages win elfichier ynajem ykoun fi star.\";'),('aeb-latn','messages:badaccess','s:19:\"en:Permission error\";'),('aeb-latn','messages:badaccess-group0','s:64:\"en:You are not allowed to execute the action you have requested.\";'),('aeb-latn','messages:badaccess-groups','s:102:\"en:The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.\";'),('aeb-latn','messages:badarticleerror','s:48:\"en:This action cannot be performed on this page.\";'),('aeb-latn','messages:badfilename','s:37:\"en:Filename has been changed to \"$1\".\";'),('aeb-latn','messages:badipaddress','s:21:\"en:Invalid IP address\";'),('aeb-latn','messages:badretype','s:42:\"en:The passwords you entered do not match.\";'),('aeb-latn','messages:badsig','s:42:\"en:Invalid raw signature.\nCheck HTML tags.\";'),('aeb-latn','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('aeb-latn','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('aeb-latn','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('aeb-latn','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('aeb-latn','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('aeb-latn','messages:badtitle','s:39:\"aeb-latn:Il-ism mtēģ il-pāj ğāliţ\";'),('aeb-latn','messages:badtitletext','s:248:\"aeb-latn:Il-ģunwēn mtēģ il-pāj illī ţlebthē mē huwēc şḩīḩ, fērağ w illē il-lyeñ illī yhizlu min lūğa w illē wīkī ēxir ğāliţ.\nYnejjim ykūn fīh ḩarf w illē ezyed ḩrūf illī mē tnejjimc tistaģmilhum fi ģunwēn.\";'),('aeb-latn','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('aeb-latn','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('aeb-latn','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('aeb-latn','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('aeb-latn','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('aeb-latn','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('aeb-latn','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('aeb-latn','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('aeb-latn','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('aeb-latn','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('aeb-latn','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('aeb-latn','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('aeb-latn','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('aeb-latn','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('aeb-latn','messages:blanknamespace','s:19:\"aeb-latn:(Ra\'īsī)\";'),('aeb-latn','messages:blankpage','s:13:\"en:Blank page\";'),('aeb-latn','messages:block','s:13:\"en:Block user\";'),('aeb-latn','messages:block-actions','s:13:\"en:Block type\";'),('aeb-latn','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('aeb-latn','messages:block-details','s:16:\"en:Block details\";'),('aeb-latn','messages:block-expiry','s:14:\"en:Expiration:\";'),('aeb-latn','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('aeb-latn','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('aeb-latn','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('aeb-latn','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('aeb-latn','messages:block-log-flags-nocreate','s:28:\"en:account creation disabled\";'),('aeb-latn','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('aeb-latn','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('aeb-latn','messages:block-options','s:22:\"en:Additional options:\";'),('aeb-latn','messages:block-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('aeb-latn','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('aeb-latn','messages:blocked-mailpassword','s:126:\"en:Your IP address is blocked from editing. To prevent abuse, it is not allowed to use password recovery from this IP address.\";'),('aeb-latn','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb-latn','messages:blockednoreason','s:18:\"en:no reason given\";'),('aeb-latn','messages:blockedtext','s:582:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe block was made by $1.\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('aeb-latn','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('aeb-latn','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('aeb-latn','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('aeb-latn','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('aeb-latn','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('aeb-latn','messages:blockedtitle','s:18:\"en:User is blocked\";'),('aeb-latn','messages:blockip','s:27:\"en:Block {{GENDER:$1|user}}\";'),('aeb-latn','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('aeb-latn','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('aeb-latn','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('aeb-latn','messages:blocklink','s:15:\"aeb-latn:Blokī\";'),('aeb-latn','messages:blocklist','s:16:\"en:Blocked users\";'),('aeb-latn','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('aeb-latn','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('aeb-latn','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('aeb-latn','messages:blocklist-editing','s:10:\"en:editing\";'),('aeb-latn','messages:blocklist-editing-action','s:10:\"en:actions\";'),('aeb-latn','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('aeb-latn','messages:blocklist-editing-page','s:8:\"en:pages\";'),('aeb-latn','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('aeb-latn','messages:blocklist-expiry','s:10:\"en:Expires\";'),('aeb-latn','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('aeb-latn','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('aeb-latn','messages:blocklist-params','s:19:\"en:Block parameters\";'),('aeb-latn','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('aeb-latn','messages:blocklist-reason','s:9:\"en:Reason\";'),('aeb-latn','messages:blocklist-summary','s:3:\"en:\";'),('aeb-latn','messages:blocklist-target','s:9:\"en:Target\";'),('aeb-latn','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('aeb-latn','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('aeb-latn','messages:blocklist-type','s:8:\"en:Type:\";'),('aeb-latn','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('aeb-latn','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('aeb-latn','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('aeb-latn','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('aeb-latn','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('aeb-latn','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('aeb-latn','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('aeb-latn','messages:blocklogpage','s:12:\"en:Block log\";'),('aeb-latn','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('aeb-latn','messages:booksources','s:15:\"en:Book sources\";'),('aeb-latn','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('aeb-latn','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('aeb-latn','messages:booksources-search','s:15:\"aeb-latn:Lawwij\";'),('aeb-latn','messages:booksources-search-legend','s:26:\"en:Search for book sources\";'),('aeb-latn','messages:booksources-summary','s:3:\"en:\";'),('aeb-latn','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('aeb-latn','messages:boteditletter','s:10:\"aeb-latn:b\";'),('aeb-latn','messages:botpasswords','s:16:\"en:Bot passwords\";'),('aeb-latn','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('aeb-latn','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('aeb-latn','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('aeb-latn','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('aeb-latn','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('aeb-latn','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('aeb-latn','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('aeb-latn','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('aeb-latn','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('aeb-latn','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('aeb-latn','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('aeb-latn','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('aeb-latn','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('aeb-latn','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:botpasswords-label-create','s:9:\"en:Create\";'),('aeb-latn','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('aeb-latn','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('aeb-latn','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('aeb-latn','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('aeb-latn','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('aeb-latn','messages:botpasswords-label-update','s:9:\"en:Update\";'),('aeb-latn','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('aeb-latn','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('aeb-latn','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('aeb-latn','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('aeb-latn','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('aeb-latn','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('aeb-latn','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('aeb-latn','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('aeb-latn','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('aeb-latn','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('aeb-latn','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('aeb-latn','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('aeb-latn','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('aeb-latn','messages:brackets','s:7:\"en:[$1]\";'),('aeb-latn','messages:brackets-end','s:4:\"en:]\";'),('aeb-latn','messages:brackets-start','s:4:\"en:[\";'),('aeb-latn','messages:broken-file-category','s:31:\"en:Pages with broken file links\";'),('aeb-latn','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('aeb-latn','messages:brokenredirects','s:19:\"en:Broken redirects\";'),('aeb-latn','messages:brokenredirects-delete','s:9:\"en:delete\";'),('aeb-latn','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('aeb-latn','messages:brokenredirects-edit','s:7:\"en:edit\";'),('aeb-latn','messages:brokenredirects-summary','s:3:\"en:\";'),('aeb-latn','messages:brokenredirectstext','s:54:\"en:The following redirects link to non-existent pages:\";'),('aeb-latn','messages:bydate','s:10:\"en:by date\";'),('aeb-latn','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('aeb-latn','messages:cactions','s:7:\"en:More\";'),('aeb-latn','messages:cancel','s:19:\"aeb-latn:Naḩḩī\";'),('aeb-latn','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('aeb-latn','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('aeb-latn','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('aeb-latn','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('aeb-latn','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('aeb-latn','messages:cannotdelete','s:96:\"en:The page or file \"$1\" could not be deleted.\nIt may have already been deleted by someone else.\";'),('aeb-latn','messages:cannotdelete-title','s:26:\"en:Cannot delete page \"$1\"\";'),('aeb-latn','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('aeb-latn','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('aeb-latn','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('aeb-latn','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('aeb-latn','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('aeb-latn','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('aeb-latn','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('aeb-latn','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('aeb-latn','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('aeb-latn','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('aeb-latn','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('aeb-latn','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('aeb-latn','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('aeb-latn','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('aeb-latn','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('aeb-latn','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('aeb-latn','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('aeb-latn','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('aeb-latn','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('aeb-latn','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('aeb-latn','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('aeb-latn','messages:cascadeprotected','s:185:\"en:This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2\";'),('aeb-latn','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('aeb-latn','messages:categories','s:23:\"aeb-latn:Katēgorīyēt\";'),('aeb-latn','messages:categories-submit','s:7:\"en:Show\";'),('aeb-latn','messages:categories-summary','s:3:\"en:\";'),('aeb-latn','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('aeb-latn','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('aeb-latn','messages:category-article-count','s:148:\"en:{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}\";'),('aeb-latn','messages:category-article-count-limited','s:76:\"en:The following {{PLURAL:$1|page is|$1 pages are}} in the current category.\";'),('aeb-latn','messages:category-empty','s:63:\"en:<em>This category currently contains no pages or media.</em>\";'),('aeb-latn','messages:category-file-count','s:148:\"en:{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}\";'),('aeb-latn','messages:category-file-count-limited','s:76:\"en:The following {{PLURAL:$1|file is|$1 files are}} in the current category.\";'),('aeb-latn','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('aeb-latn','messages:category-media-header','s:25:\"en:Media in category \"$1\"\";'),('aeb-latn','messages:category-move-redirect-override','s:4:\"en:-\";'),('aeb-latn','messages:category-subcat-count','s:159:\"en:{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}\";'),('aeb-latn','messages:category-subcat-count-limited','s:78:\"en:This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.\";'),('aeb-latn','messages:category_header','s:38:\"aeb-latn:Pajēt fi- il-katēgorī \"$1\"\";'),('aeb-latn','messages:categorypage','s:42:\"aeb-latn:Cûf il-pâj mtêģ il-katêgorî\";'),('aeb-latn','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('aeb-latn','messages:change-blocklink','s:15:\"en:change block\";'),('aeb-latn','messages:changeblockip','s:15:\"en:Change block\";'),('aeb-latn','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('aeb-latn','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('aeb-latn','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('aeb-latn','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('aeb-latn','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('aeb-latn','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('aeb-latn','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('aeb-latn','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('aeb-latn','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('aeb-latn','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('aeb-latn','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('aeb-latn','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('aeb-latn','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('aeb-latn','messages:changecredentials','s:21:\"en:Change credentials\";'),('aeb-latn','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('aeb-latn','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('aeb-latn','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('aeb-latn','messages:changed','s:10:\"en:changed\";'),('aeb-latn','messages:changeemail','s:33:\"en:Change or remove email address\";'),('aeb-latn','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('aeb-latn','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('aeb-latn','messages:changeemail-newemail','s:21:\"en:New email address:\";'),('aeb-latn','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('aeb-latn','messages:changeemail-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('aeb-latn','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('aeb-latn','messages:changeemail-none','s:9:\"en:(none)\";'),('aeb-latn','messages:changeemail-oldemail','s:25:\"en:Current email address:\";'),('aeb-latn','messages:changeemail-password','s:30:\"en:Your {{SITENAME}} password:\";'),('aeb-latn','messages:changeemail-submit','s:15:\"en:Change email\";'),('aeb-latn','messages:changeemail-summary','s:3:\"en:\";'),('aeb-latn','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('aeb-latn','messages:changepassword','s:18:\"en:Change password\";'),('aeb-latn','messages:changepassword-success','s:34:\"en:Your password has been changed!\";'),('aeb-latn','messages:changepassword-summary','s:3:\"en:\";'),('aeb-latn','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('aeb-latn','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('aeb-latn','messages:checkbox-all','s:6:\"en:All\";'),('aeb-latn','messages:checkbox-invert','s:9:\"en:Invert\";'),('aeb-latn','messages:checkbox-none','s:7:\"en:None\";'),('aeb-latn','messages:checkbox-select','s:13:\"en:Select: $1\";'),('aeb-latn','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('aeb-latn','messages:collapsible-collapse','s:17:\"aeb-latn:Tʾabbes\";'),('aeb-latn','messages:collapsible-expand','s:17:\"aeb-latn:Wassegħ\";'),('aeb-latn','messages:colon-separator','s:9:\"en::&#32;\";'),('aeb-latn','messages:comma-separator','s:9:\"en:,&#32;\";'),('aeb-latn','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('aeb-latn','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('aeb-latn','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('aeb-latn','messages:compare-page1','s:9:\"en:Page 1\";'),('aeb-latn','messages:compare-page2','s:9:\"en:Page 2\";'),('aeb-latn','messages:compare-rev1','s:13:\"en:Revision 1\";'),('aeb-latn','messages:compare-rev2','s:13:\"en:Revision 2\";'),('aeb-latn','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('aeb-latn','messages:compare-submit','s:10:\"en:Compare\";'),('aeb-latn','messages:comparepages','s:16:\"en:Compare pages\";'),('aeb-latn','messages:comparepages-summary','s:3:\"en:\";'),('aeb-latn','messages:compareselectedversions','s:29:\"en:Compare selected revisions\";'),('aeb-latn','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('aeb-latn','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('aeb-latn','messages:confirm','s:10:\"en:Confirm\";'),('aeb-latn','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('aeb-latn','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('aeb-latn','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('aeb-latn','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('aeb-latn','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('aeb-latn','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('aeb-latn','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('aeb-latn','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('aeb-latn','messages:confirm-rollback-button','s:5:\"en:OK\";'),('aeb-latn','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('aeb-latn','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('aeb-latn','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('aeb-latn','messages:confirm-watch-button','s:5:\"en:OK\";'),('aeb-latn','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('aeb-latn','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('aeb-latn','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('aeb-latn','messages:confirm_purge_button','s:5:\"en:OK\";'),('aeb-latn','messages:confirmable-confirm','s:49:\"aeb-latn:Intî {{GENDER:$1|mut\'akkid|mut\'akkde}}?\";'),('aeb-latn','messages:confirmable-no','s:12:\"aeb-latn:Lê\";'),('aeb-latn','messages:confirmable-yes','s:12:\"aeb-latn:Îh\";'),('aeb-latn','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('aeb-latn','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('aeb-latn','messages:confirmemail','s:24:\"en:Confirm email address\";'),('aeb-latn','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('aeb-latn','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('aeb-latn','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('aeb-latn','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('aeb-latn','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('aeb-latn','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('aeb-latn','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('aeb-latn','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('aeb-latn','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('aeb-latn','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('aeb-latn','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('aeb-latn','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('aeb-latn','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('aeb-latn','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('aeb-latn','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('aeb-latn','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('aeb-latn','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('aeb-latn','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('aeb-latn','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('aeb-latn','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('aeb-latn','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('aeb-latn','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('aeb-latn','messages:content-model-css','s:6:\"en:CSS\";'),('aeb-latn','messages:content-model-javascript','s:13:\"en:JavaScript\";'),('aeb-latn','messages:content-model-json','s:7:\"en:JSON\";'),('aeb-latn','messages:content-model-text','s:13:\"en:plain text\";'),('aeb-latn','messages:content-model-wikitext','s:11:\"en:wikitext\";'),('aeb-latn','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('aeb-latn','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('aeb-latn','messages:continue-editing','s:21:\"en:Go to editing area\";'),('aeb-latn','messages:contribslink','s:20:\"aeb-latn:Mūsēhmēt\";'),('aeb-latn','messages:contribsub2','s:18:\"aeb-latn:ل$1 ($2)\";'),('aeb-latn','messages:contributions','s:21:\"en:User contributions\";'),('aeb-latn','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('aeb-latn','messages:contributions-summary','s:3:\"en:\";'),('aeb-latn','messages:contributions-title','s:28:\"en:User contributions for $1\";'),('aeb-latn','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb-latn','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('aeb-latn','messages:copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('aeb-latn','messages:copyrightpage','s:43:\"aeb-latn:{{ns:project}}:Ḩuqūq it-te\'līf\";'),('aeb-latn','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('aeb-latn','messages:copyrightwarning2','s:408:\"en:Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.\nIf you do not want your writing to be edited mercilessly, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('aeb-latn','messages:copyupload-allowed-domains','s:3:\"en:\";'),('aeb-latn','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('aeb-latn','messages:create','s:16:\"aeb-latn:Agħmel\";'),('aeb-latn','messages:create-local','s:24:\"en:Add local description\";'),('aeb-latn','messages:createaccount','s:21:\"aeb-latn:Aģmil koñt\";'),('aeb-latn','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('aeb-latn','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('aeb-latn','messages:createaccount-title','s:36:\"en:Account creation for {{SITENAME}}\";'),('aeb-latn','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('aeb-latn','messages:createaccounterror','s:31:\"en:Could not create account: $1\";'),('aeb-latn','messages:createaccountmail','s:77:\"en:Use a temporary random password and send it to the specified email address\";'),('aeb-latn','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('aeb-latn','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('aeb-latn','messages:createacct-another-email-ph','s:22:\"en:Enter email address\";'),('aeb-latn','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('aeb-latn','messages:createacct-another-submit','s:17:\"en:Create account\";'),('aeb-latn','messages:createacct-another-username-ph','s:45:\"aeb-latn:Iktib ism il-ütîlîzatër mtêģik\";'),('aeb-latn','messages:createacct-benefit-body1','s:42:\"aeb-latn:{{PLURAL:$1|tabdīle|tabdīlēt}}\";'),('aeb-latn','messages:createacct-benefit-body2','s:27:\"en:{{PLURAL:$1|page|pages}}\";'),('aeb-latn','messages:createacct-benefit-body3','s:48:\"en:recent {{PLURAL:$1|contributor|contributors}}\";'),('aeb-latn','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('aeb-latn','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('aeb-latn','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('aeb-latn','messages:createacct-benefit-heading','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('aeb-latn','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('aeb-latn','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('aeb-latn','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('aeb-latn','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('aeb-latn','messages:createacct-email-ph','s:25:\"aeb-latn:Dexxil imēylik:\";'),('aeb-latn','messages:createacct-emailoptional','s:30:\"aeb-latn:Imēylik (Ixtiyērī)\";'),('aeb-latn','messages:createacct-emailrequired','s:16:\"en:Email address\";'),('aeb-latn','messages:createacct-error','s:25:\"en:Account creation error\";'),('aeb-latn','messages:createacct-helpusername','s:3:\"en:\";'),('aeb-latn','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('aeb-latn','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('aeb-latn','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('aeb-latn','messages:createacct-realname','s:23:\"en:Real name (optional)\";'),('aeb-latn','messages:createacct-reason','s:27:\"en:Reason (publicly logged)\";'),('aeb-latn','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('aeb-latn','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('aeb-latn','messages:createacct-reason-ph','s:39:\"en:Why you are creating another account\";'),('aeb-latn','messages:createacct-submit','s:33:\"aeb-latn:Aģmil il-koñt mtēģik\";'),('aeb-latn','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('aeb-latn','messages:createacct-username-help','s:3:\"en:\";'),('aeb-latn','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('aeb-latn','messages:createacct-yourpassword-ph','s:26:\"aeb-latn:Daxxil kilmit sir\";'),('aeb-latn','messages:createacct-yourpasswordagain','s:29:\"aeb-latn:Dexxil kilmit is-sir\";'),('aeb-latn','messages:createacct-yourpasswordagain-ph','s:41:\"aeb-latn:Dexxil kilmit is-sir marre uxrā\";'),('aeb-latn','messages:created','s:10:\"en:created\";'),('aeb-latn','messages:creating','s:14:\"en:Creating $1\";'),('aeb-latn','messages:credentialsform-account','s:16:\"en:Account name:\";'),('aeb-latn','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('aeb-latn','messages:creditspage','s:15:\"en:Page credits\";'),('aeb-latn','messages:cur','s:6:\"en:cur\";'),('aeb-latn','messages:currentevents','s:28:\"aeb-latn:Illī şâyir tawwe\";'),('aeb-latn','messages:currentevents-url','s:36:\"aeb-latn:Project:Illī şâyir tawwe\";'),('aeb-latn','messages:currentrev','s:18:\"en:Latest revision\";'),('aeb-latn','messages:currentrev-asof','s:27:\"en:Latest revision as of $1\";'),('aeb-latn','messages:currentrevisionlink','s:25:\"aeb-latn:Exir rēvīsyoñ\";'),('aeb-latn','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('aeb-latn','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('aeb-latn','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('aeb-latn','messages:databaseerror','s:17:\"en:Database error\";'),('aeb-latn','messages:databaseerror-error','s:12:\"en:Error: $1\";'),('aeb-latn','messages:databaseerror-function','s:15:\"en:Function: $1\";'),('aeb-latn','messages:databaseerror-query','s:12:\"en:Query: $1\";'),('aeb-latn','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('aeb-latn','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('aeb-latn','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('aeb-latn','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('aeb-latn','messages:date','s:27:\"en:From date (and earlier):\";'),('aeb-latn','messages:date-range-from','s:13:\"en:From date:\";'),('aeb-latn','messages:date-range-to','s:11:\"en:To date:\";'),('aeb-latn','messages:datedefault','s:16:\"en:No preference\";'),('aeb-latn','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('aeb-latn','messages:days-abbrev','s:7:\"en:$1 d\";'),('aeb-latn','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('aeb-latn','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('aeb-latn','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('aeb-latn','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('aeb-latn','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('aeb-latn','messages:deadendpages-summary','s:3:\"en:\";'),('aeb-latn','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('aeb-latn','messages:dec','s:13:\"aeb-latn:Des.\";'),('aeb-latn','messages:december','s:17:\"aeb-latn:Disombir\";'),('aeb-latn','messages:december-gen','s:17:\"aeb-latn:Disombir\";'),('aeb-latn','messages:default','s:10:\"en:default\";'),('aeb-latn','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('aeb-latn','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('aeb-latn','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('aeb-latn','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('aeb-latn','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('aeb-latn','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('aeb-latn','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('aeb-latn','messages:delete','s:15:\"aeb-latn:Afsakh\";'),('aeb-latn','messages:delete-confirm','s:14:\"en:Delete \"$1\"\";'),('aeb-latn','messages:delete-edit-reasonlist','s:24:\"en:Edit deletion reasons\";'),('aeb-latn','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aeb-latn','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('aeb-latn','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('aeb-latn','messages:delete-hook-aborted','s:49:\"aeb-latn:faskhan wa9fou flash.\nmahouwech mobarrar\";'),('aeb-latn','messages:delete-legend','s:9:\"en:Delete\";'),('aeb-latn','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('aeb-latn','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('aeb-latn','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('aeb-latn','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('aeb-latn','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('aeb-latn','messages:delete_and_move_confirm','s:23:\"en:Yes, delete the page\";'),('aeb-latn','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('aeb-latn','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('aeb-latn','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('aeb-latn','messages:deletecomment','s:10:\"en:Reason:\";'),('aeb-latn','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('aeb-latn','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('aeb-latn','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('aeb-latn','messages:deletedcontributions-summary','s:3:\"en:\";'),('aeb-latn','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('aeb-latn','messages:deletedhist','s:18:\"en:Deleted history\";'),('aeb-latn','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('aeb-latn','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('aeb-latn','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('aeb-latn','messages:deleteotherreason','s:27:\"en:Other/additional reason:\";'),('aeb-latn','messages:deletepage','s:16:\"en:Delete a page\";'),('aeb-latn','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('aeb-latn','messages:deletepage-submit','s:14:\"en:Delete page\";'),('aeb-latn','messages:deletepage-summary','s:3:\"en:\";'),('aeb-latn','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('aeb-latn','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('aeb-latn','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('aeb-latn','messages:deletereasonotherlist','s:15:\"en:Other reason\";'),('aeb-latn','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('aeb-latn','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aeb-latn','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aeb-latn','messages:deletionlog','s:15:\"en:deletion log\";'),('aeb-latn','messages:dellogpage','s:15:\"en:Deletion log\";'),('aeb-latn','messages:dellogpagetext','s:48:\"en:Below is a list of the most recent deletions.\";'),('aeb-latn','messages:destfilename','s:24:\"en:Destination filename:\";'),('aeb-latn','messages:diff','s:13:\"aeb-latn:Farq\";'),('aeb-latn','messages:diff-empty','s:18:\"en:(No difference)\";'),('aeb-latn','messages:diff-form','s:14:\"en:Differences\";'),('aeb-latn','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('aeb-latn','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('aeb-latn','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('aeb-latn','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('aeb-latn','messages:diff-form-submit','s:19:\"en:Show differences\";'),('aeb-latn','messages:diff-form-summary','s:3:\"en:\";'),('aeb-latn','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('aeb-latn','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('aeb-latn','messages:diff-multi-sameuser','s:97:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same user not shown)\";'),('aeb-latn','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('aeb-latn','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('aeb-latn','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aeb-latn','messages:difference-multipage','s:29:\"en:(Difference between pages)\";'),('aeb-latn','messages:difference-title','s:35:\"en:$1: Difference between revisions\";'),('aeb-latn','messages:difference-title-multipage','s:38:\"en:$1 and $2: Difference between pages\";'),('aeb-latn','messages:directorycreateerror','s:35:\"en:Could not create directory \"$1\".\";'),('aeb-latn','messages:directoryreadonlyerror','s:31:\"en:Directory \"$1\" is read-only.\";'),('aeb-latn','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('aeb-latn','messages:disclaimerpage','s:35:\"aeb-latn:Project:Tambīhēt ģāmme\";'),('aeb-latn','messages:disclaimers','s:19:\"aeb-latn:Tambīhēt\";'),('aeb-latn','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('aeb-latn','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('aeb-latn','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('aeb-latn','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('aeb-latn','messages:doubleredirects','s:19:\"en:Double redirects\";'),('aeb-latn','messages:doubleredirects-summary','s:3:\"en:\";'),('aeb-latn','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('aeb-latn','messages:download','s:11:\"en:download\";'),('aeb-latn','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('aeb-latn','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('aeb-latn','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('aeb-latn','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('aeb-latn','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('aeb-latn','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('aeb-latn','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('aeb-latn','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('aeb-latn','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('aeb-latn','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('aeb-latn','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('aeb-latn','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('aeb-latn','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aeb-latn','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('aeb-latn','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('aeb-latn','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('aeb-latn','messages:edit','s:15:\"aeb-latn:Beddil\";'),('aeb-latn','messages:edit-already-exists','s:50:\"en:Could not create a new page.\nIt already exists.\";'),('aeb-latn','messages:edit-conflict','s:17:\"en:Edit conflict.\";'),('aeb-latn','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('aeb-latn','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('aeb-latn','messages:edit-local','s:25:\"en:Edit local description\";'),('aeb-latn','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('aeb-latn','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('aeb-latn','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('aeb-latn','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('aeb-latn','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('aeb-latn','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('aeb-latn','messages:editcomment','s:37:\"en:The edit summary was: <em>$1</em>.\";'),('aeb-latn','messages:editconflict','s:20:\"en:Edit conflict: $1\";'),('aeb-latn','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('aeb-latn','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('aeb-latn','messages:editfont-serif','s:13:\"en:Serif font\";'),('aeb-latn','messages:editfont-style','s:24:\"en:Edit area font style:\";'),('aeb-latn','messages:edithelp','s:31:\"aeb-latn:Mģāwne fi- il-ktībe\";'),('aeb-latn','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('aeb-latn','messages:editing','s:19:\"aeb-latn:Tabdīl $1\";'),('aeb-latn','messages:editingcomment','s:27:\"en:Editing $1 (new section)\";'),('aeb-latn','messages:editinginterface','s:208:\"en:<strong>Warning:</strong> You are editing a page that is used to provide interface text for the software.\nChanges to this page will affect the appearance of the user interface for other users on this wiki.\";'),('aeb-latn','messages:editingold','s:152:\"en:<strong>Warning: You are editing an out-of-date revision of this page.</strong>\nIf you publish it, any changes made since this revision will be lost.\";'),('aeb-latn','messages:editingsection','s:28:\"aeb-latn:Tabdīl $1 (Partī)\";'),('aeb-latn','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('aeb-latn','messages:editlink','s:15:\"aeb-latn:beddil\";'),('aeb-latn','messages:editnotice-notext','s:4:\"en:-\";'),('aeb-latn','messages:editold','s:15:\"aeb-latn:Beddil\";'),('aeb-latn','messages:editpage','s:14:\"en:Edit a page\";'),('aeb-latn','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('aeb-latn','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('aeb-latn','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('aeb-latn','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('aeb-latn','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('aeb-latn','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('aeb-latn','messages:editpage-summary','s:3:\"en:\";'),('aeb-latn','messages:editpage-tos-summary','s:4:\"en:-\";'),('aeb-latn','messages:editsection','s:28:\"aeb-latn:Beddil iş-şafḩa\";'),('aeb-latn','messages:editsectionhint','s:33:\"aeb-latn:Beddil is-sēksyioñ: $1\";'),('aeb-latn','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('aeb-latn','messages:edittools-upload','s:4:\"en:-\";'),('aeb-latn','messages:editundo','s:16:\"aeb-latn:Rajjaģ\";'),('aeb-latn','messages:editusergroup','s:19:\"en:Load user groups\";'),('aeb-latn','messages:editwatchlist-summary','s:3:\"en:\";'),('aeb-latn','messages:ellipsis','s:6:\"en:...\";'),('aeb-latn','messages:email','s:8:\"en:Email\";'),('aeb-latn','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('aeb-latn','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('aeb-latn','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('aeb-latn','messages:emailauthenticated','s:48:\"en:Your email address was confirmed on $2 at $3.\";'),('aeb-latn','messages:emailblock','s:17:\"en:email disabled\";'),('aeb-latn','messages:emailccme','s:33:\"en:Email me a copy of my message.\";'),('aeb-latn','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('aeb-latn','messages:emailconfirmlink','s:29:\"en:Confirm your email address\";'),('aeb-latn','messages:emaildisabled','s:32:\"en:This site cannot send emails.\";'),('aeb-latn','messages:emailfrom','s:8:\"en:From:\";'),('aeb-latn','messages:emaillink','s:13:\"en:send email\";'),('aeb-latn','messages:emailmessage','s:11:\"en:Message:\";'),('aeb-latn','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('aeb-latn','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('aeb-latn','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('aeb-latn','messages:emailsend','s:7:\"en:Send\";'),('aeb-latn','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('aeb-latn','messages:emailsent','s:13:\"en:Email sent\";'),('aeb-latn','messages:emailsenttext','s:36:\"en:Your email message has been sent.\";'),('aeb-latn','messages:emailsubject','s:11:\"en:Subject:\";'),('aeb-latn','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('aeb-latn','messages:emailto','s:6:\"en:To:\";'),('aeb-latn','messages:emailuser','s:18:\"en:Email this user\";'),('aeb-latn','messages:emailuser-summary','s:3:\"en:\";'),('aeb-latn','messages:emailuser-title-notarget','s:13:\"en:Email user\";'),('aeb-latn','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('aeb-latn','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('aeb-latn','messages:emailusername','s:12:\"en:Username:\";'),('aeb-latn','messages:emailusernamesubmit','s:9:\"en:Submit\";'),('aeb-latn','messages:empty-file','s:36:\"en:The file you submitted was empty.\";'),('aeb-latn','messages:empty-username','s:26:\"en:(no username available)\";'),('aeb-latn','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('aeb-latn','messages:enhancedrc-history','s:20:\"aeb-latn:Il-istorīk\";'),('aeb-latn','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('aeb-latn','messages:enotif_anon_editor','s:20:\"en:anonymous user $1\";'),('aeb-latn','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('aeb-latn','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb-latn','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb-latn','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('aeb-latn','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb-latn','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aeb-latn','messages:enotif_impersonal_salutation','s:20:\"en:{{SITENAME}} user\";'),('aeb-latn','messages:enotif_lastdiff','s:30:\"en:To view this change, see $1\";'),('aeb-latn','messages:enotif_lastvisited','s:48:\"en:For all changes since your last visit, see $1\";'),('aeb-latn','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('aeb-latn','messages:enotif_reset','s:25:\"en:Mark all pages visited\";'),('aeb-latn','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('aeb-latn','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('aeb-latn','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('aeb-latn','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('aeb-latn','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('aeb-latn','messages:enterlockreason','s:87:\"en:Enter a reason for the lock, including an estimate of when the lock will be released\";'),('aeb-latn','messages:error','s:16:\"aeb-latn:ghalath\";'),('aeb-latn','messages:errorpagetitle','s:18:\"aeb-latn:Għaltʾa\";'),('aeb-latn','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('aeb-latn','messages:exception-nologin','s:21:\"aeb-latn:Mêkc dêxil\";'),('aeb-latn','messages:exception-nologin-text','s:84:\"aeb-latn:Yģaychik udxul bêc twallî tnejjim todxol l- hel-pâj w illê hel-aksyoñ\";'),('aeb-latn','messages:exception-nologin-text-manual','s:81:\"aeb-latn:Yģaychik $1 bêc twallî tnejjim todxol l- hel-pâj w illê hal-aksyoñ\";'),('aeb-latn','messages:excontent','s:20:\"en:content was: \"$1\"\";'),('aeb-latn','messages:excontentauthor','s:108:\"en:content was: \"$1\", and the only contributor was \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('aeb-latn','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('aeb-latn','messages:exif-artist','s:9:\"en:Author\";'),('aeb-latn','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('aeb-latn','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('aeb-latn','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('aeb-latn','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('aeb-latn','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('aeb-latn','messages:exif-citydest','s:13:\"en:City shown\";'),('aeb-latn','messages:exif-colorspace','s:14:\"en:Color space\";'),('aeb-latn','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('aeb-latn','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('aeb-latn','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('aeb-latn','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('aeb-latn','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('aeb-latn','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('aeb-latn','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('aeb-latn','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('aeb-latn','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('aeb-latn','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('aeb-latn','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('aeb-latn','messages:exif-compression','s:21:\"en:Compression scheme\";'),('aeb-latn','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('aeb-latn','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('aeb-latn','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('aeb-latn','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('aeb-latn','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('aeb-latn','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('aeb-latn','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('aeb-latn','messages:exif-compression-5','s:6:\"en:LZW\";'),('aeb-latn','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('aeb-latn','messages:exif-compression-7','s:7:\"en:JPEG\";'),('aeb-latn','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('aeb-latn','messages:exif-contact','s:22:\"en:Contact information\";'),('aeb-latn','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('aeb-latn','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('aeb-latn','messages:exif-contrast','s:11:\"en:Contrast\";'),('aeb-latn','messages:exif-contrast-0','s:9:\"en:Normal\";'),('aeb-latn','messages:exif-contrast-1','s:7:\"en:Soft\";'),('aeb-latn','messages:exif-contrast-2','s:7:\"en:Hard\";'),('aeb-latn','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('aeb-latn','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('aeb-latn','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('aeb-latn','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('aeb-latn','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('aeb-latn','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('aeb-latn','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('aeb-latn','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('aeb-latn','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('aeb-latn','messages:exif-countrydest','s:16:\"en:Country shown\";'),('aeb-latn','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('aeb-latn','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('aeb-latn','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('aeb-latn','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('aeb-latn','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('aeb-latn','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('aeb-latn','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('aeb-latn','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('aeb-latn','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('aeb-latn','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('aeb-latn','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('aeb-latn','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('aeb-latn','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('aeb-latn','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('aeb-latn','messages:exif-datetime','s:28:\"en:File change date and time\";'),('aeb-latn','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('aeb-latn','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('aeb-latn','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('aeb-latn','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('aeb-latn','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('aeb-latn','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('aeb-latn','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('aeb-latn','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('aeb-latn','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('aeb-latn','messages:exif-dc-relation','s:16:\"en:Related media\";'),('aeb-latn','messages:exif-dc-rights','s:9:\"en:Rights\";'),('aeb-latn','messages:exif-dc-source','s:15:\"en:Source media\";'),('aeb-latn','messages:exif-dc-type','s:16:\"en:Type of media\";'),('aeb-latn','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('aeb-latn','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('aeb-latn','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('aeb-latn','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('aeb-latn','messages:exif-event','s:17:\"en:Event depicted\";'),('aeb-latn','messages:exif-exifversion','s:15:\"en:Exif version\";'),('aeb-latn','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('aeb-latn','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('aeb-latn','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('aeb-latn','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('aeb-latn','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('aeb-latn','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('aeb-latn','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('aeb-latn','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('aeb-latn','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('aeb-latn','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('aeb-latn','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('aeb-latn','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('aeb-latn','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('aeb-latn','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('aeb-latn','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('aeb-latn','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('aeb-latn','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('aeb-latn','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('aeb-latn','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('aeb-latn','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('aeb-latn','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('aeb-latn','messages:exif-filesource','s:14:\"en:File source\";'),('aeb-latn','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('aeb-latn','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('aeb-latn','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('aeb-latn','messages:exif-flash','s:8:\"en:Flash\";'),('aeb-latn','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('aeb-latn','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('aeb-latn','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('aeb-latn','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('aeb-latn','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('aeb-latn','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('aeb-latn','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('aeb-latn','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('aeb-latn','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('aeb-latn','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('aeb-latn','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('aeb-latn','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('aeb-latn','messages:exif-fnumber','s:11:\"en:F Number\";'),('aeb-latn','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('aeb-latn','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('aeb-latn','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('aeb-latn','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('aeb-latn','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('aeb-latn','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('aeb-latn','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('aeb-latn','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('aeb-latn','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('aeb-latn','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('aeb-latn','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('aeb-latn','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('aeb-latn','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('aeb-latn','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('aeb-latn','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('aeb-latn','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('aeb-latn','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('aeb-latn','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('aeb-latn','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('aeb-latn','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('aeb-latn','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('aeb-latn','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('aeb-latn','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('aeb-latn','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('aeb-latn','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('aeb-latn','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('aeb-latn','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('aeb-latn','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('aeb-latn','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('aeb-latn','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('aeb-latn','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('aeb-latn','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('aeb-latn','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('aeb-latn','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('aeb-latn','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('aeb-latn','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('aeb-latn','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('aeb-latn','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('aeb-latn','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('aeb-latn','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('aeb-latn','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('aeb-latn','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('aeb-latn','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('aeb-latn','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('aeb-latn','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('aeb-latn','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('aeb-latn','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('aeb-latn','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('aeb-latn','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('aeb-latn','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('aeb-latn','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('aeb-latn','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('aeb-latn','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('aeb-latn','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('aeb-latn','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('aeb-latn','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('aeb-latn','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('aeb-latn','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('aeb-latn','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('aeb-latn','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('aeb-latn','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('aeb-latn','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('aeb-latn','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('aeb-latn','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('aeb-latn','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('aeb-latn','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('aeb-latn','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('aeb-latn','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('aeb-latn','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('aeb-latn','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('aeb-latn','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('aeb-latn','messages:exif-headline','s:11:\"en:Headline\";'),('aeb-latn','messages:exif-identifier','s:13:\"en:Identifier\";'),('aeb-latn','messages:exif-iimcategory','s:11:\"en:Category\";'),('aeb-latn','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('aeb-latn','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('aeb-latn','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('aeb-latn','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('aeb-latn','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('aeb-latn','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('aeb-latn','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('aeb-latn','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('aeb-latn','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('aeb-latn','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('aeb-latn','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('aeb-latn','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('aeb-latn','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('aeb-latn','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('aeb-latn','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('aeb-latn','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('aeb-latn','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('aeb-latn','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('aeb-latn','messages:exif-iimversion','s:14:\"en:IIM version\";'),('aeb-latn','messages:exif-imagedescription','s:14:\"en:Image title\";'),('aeb-latn','messages:exif-imagelength','s:9:\"en:Height\";'),('aeb-latn','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('aeb-latn','messages:exif-imagewidth','s:8:\"en:Width\";'),('aeb-latn','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('aeb-latn','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('aeb-latn','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('aeb-latn','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('aeb-latn','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('aeb-latn','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('aeb-latn','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('aeb-latn','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('aeb-latn','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('aeb-latn','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('aeb-latn','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('aeb-latn','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('aeb-latn','messages:exif-keywords','s:11:\"en:Keywords\";'),('aeb-latn','messages:exif-label','s:8:\"en:Label\";'),('aeb-latn','messages:exif-languagecode','s:11:\"en:Language\";'),('aeb-latn','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('aeb-latn','messages:exif-lens','s:12:\"en:Lens used\";'),('aeb-latn','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('aeb-latn','messages:exif-lightsource','s:15:\"en:Light source\";'),('aeb-latn','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('aeb-latn','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('aeb-latn','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('aeb-latn','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('aeb-latn','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('aeb-latn','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('aeb-latn','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('aeb-latn','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('aeb-latn','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('aeb-latn','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('aeb-latn','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('aeb-latn','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('aeb-latn','messages:exif-lightsource-20','s:6:\"en:D55\";'),('aeb-latn','messages:exif-lightsource-21','s:6:\"en:D65\";'),('aeb-latn','messages:exif-lightsource-22','s:6:\"en:D75\";'),('aeb-latn','messages:exif-lightsource-23','s:6:\"en:D50\";'),('aeb-latn','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('aeb-latn','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('aeb-latn','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('aeb-latn','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('aeb-latn','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('aeb-latn','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('aeb-latn','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('aeb-latn','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('aeb-latn','messages:exif-make-value','s:5:\"en:$1\";'),('aeb-latn','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('aeb-latn','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('aeb-latn','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('aeb-latn','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('aeb-latn','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('aeb-latn','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('aeb-latn','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('aeb-latn','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('aeb-latn','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('aeb-latn','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('aeb-latn','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('aeb-latn','messages:exif-model','s:15:\"en:Camera model\";'),('aeb-latn','messages:exif-model-value','s:5:\"en:$1\";'),('aeb-latn','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('aeb-latn','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('aeb-latn','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('aeb-latn','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('aeb-latn','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('aeb-latn','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('aeb-latn','messages:exif-objectname','s:14:\"en:Short title\";'),('aeb-latn','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('aeb-latn','messages:exif-orientation','s:14:\"en:Orientation\";'),('aeb-latn','messages:exif-orientation-1','s:9:\"en:Normal\";'),('aeb-latn','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('aeb-latn','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('aeb-latn','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('aeb-latn','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('aeb-latn','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('aeb-latn','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('aeb-latn','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('aeb-latn','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('aeb-latn','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('aeb-latn','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('aeb-latn','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('aeb-latn','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('aeb-latn','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('aeb-latn','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('aeb-latn','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('aeb-latn','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('aeb-latn','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('aeb-latn','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('aeb-latn','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('aeb-latn','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('aeb-latn','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('aeb-latn','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('aeb-latn','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('aeb-latn','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('aeb-latn','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('aeb-latn','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('aeb-latn','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('aeb-latn','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('aeb-latn','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('aeb-latn','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('aeb-latn','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('aeb-latn','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('aeb-latn','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('aeb-latn','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('aeb-latn','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('aeb-latn','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('aeb-latn','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('aeb-latn','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('aeb-latn','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('aeb-latn','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('aeb-latn','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('aeb-latn','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('aeb-latn','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('aeb-latn','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('aeb-latn','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('aeb-latn','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('aeb-latn','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('aeb-latn','messages:exif-saturation','s:13:\"en:Saturation\";'),('aeb-latn','messages:exif-saturation-0','s:9:\"en:Normal\";'),('aeb-latn','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('aeb-latn','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('aeb-latn','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('aeb-latn','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('aeb-latn','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('aeb-latn','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('aeb-latn','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('aeb-latn','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('aeb-latn','messages:exif-scenetype','s:13:\"en:Scene type\";'),('aeb-latn','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('aeb-latn','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('aeb-latn','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('aeb-latn','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('aeb-latn','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('aeb-latn','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('aeb-latn','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('aeb-latn','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('aeb-latn','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('aeb-latn','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('aeb-latn','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('aeb-latn','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('aeb-latn','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('aeb-latn','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('aeb-latn','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('aeb-latn','messages:exif-software','s:16:\"en:Software used\";'),('aeb-latn','messages:exif-software-value','s:5:\"en:$1\";'),('aeb-latn','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('aeb-latn','messages:exif-source','s:9:\"en:Source\";'),('aeb-latn','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('aeb-latn','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('aeb-latn','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('aeb-latn','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('aeb-latn','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('aeb-latn','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('aeb-latn','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('aeb-latn','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('aeb-latn','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('aeb-latn','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('aeb-latn','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('aeb-latn','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('aeb-latn','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('aeb-latn','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('aeb-latn','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('aeb-latn','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('aeb-latn','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('aeb-latn','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('aeb-latn','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('aeb-latn','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('aeb-latn','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('aeb-latn','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('aeb-latn','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('aeb-latn','messages:exif-urgency','s:10:\"en:Urgency\";'),('aeb-latn','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('aeb-latn','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('aeb-latn','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('aeb-latn','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('aeb-latn','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('aeb-latn','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('aeb-latn','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('aeb-latn','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('aeb-latn','messages:exif-usercomment','s:16:\"en:User comments\";'),('aeb-latn','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('aeb-latn','messages:exif-whitebalance','s:16:\"en:White balance\";'),('aeb-latn','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('aeb-latn','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('aeb-latn','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('aeb-latn','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('aeb-latn','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('aeb-latn','messages:exif-writer','s:9:\"en:Writer\";'),('aeb-latn','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('aeb-latn','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('aeb-latn','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('aeb-latn','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('aeb-latn','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('aeb-latn','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('aeb-latn','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('aeb-latn','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('aeb-latn','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('aeb-latn','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('aeb-latn','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('aeb-latn','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('aeb-latn','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('aeb-latn','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('aeb-latn','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('aeb-latn','messages:expand_templates_ok','s:5:\"en:OK\";'),('aeb-latn','messages:expand_templates_output','s:9:\"en:Result\";'),('aeb-latn','messages:expand_templates_preview','s:10:\"en:Preview\";'),('aeb-latn','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aeb-latn','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('aeb-latn','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('aeb-latn','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('aeb-latn','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('aeb-latn','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('aeb-latn','messages:expandtemplates','s:19:\"en:Expand templates\";'),('aeb-latn','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('aeb-latn','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('aeb-latn','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('aeb-latn','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('aeb-latn','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('aeb-latn','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('aeb-latn','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('aeb-latn','messages:export','s:15:\"en:Export pages\";'),('aeb-latn','messages:export-addcat','s:6:\"en:Add\";'),('aeb-latn','messages:export-addcattext','s:27:\"en:Add pages from category:\";'),('aeb-latn','messages:export-addns','s:6:\"en:Add\";'),('aeb-latn','messages:export-addnstext','s:28:\"en:Add pages from namespace:\";'),('aeb-latn','messages:export-download','s:15:\"en:Save as file\";'),('aeb-latn','messages:export-manual','s:22:\"en:Add pages manually:\";'),('aeb-latn','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('aeb-latn','messages:export-submit','s:9:\"en:Export\";'),('aeb-latn','messages:export-summary','s:3:\"en:\";'),('aeb-latn','messages:export-templates','s:20:\"en:Include templates\";'),('aeb-latn','messages:exportall','s:19:\"en:Export all pages\";'),('aeb-latn','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('aeb-latn','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('aeb-latn','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('aeb-latn','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('aeb-latn','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('aeb-latn','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('aeb-latn','messages:faq','s:12:\"aeb-latn:FAQ\";'),('aeb-latn','messages:feb','s:13:\"aeb-latn:.Fiv\";'),('aeb-latn','messages:february','s:16:\"aeb-latn:Fīvrī\";'),('aeb-latn','messages:february-gen','s:16:\"aeb-latn:Fīvrī\";'),('aeb-latn','messages:feed-atom','s:7:\"en:Atom\";'),('aeb-latn','messages:feed-invalid','s:34:\"en:Invalid subscription feed type.\";'),('aeb-latn','messages:feed-rss','s:6:\"en:RSS\";'),('aeb-latn','messages:feed-unavailable','s:38:\"en:Syndication feeds are not available\";'),('aeb-latn','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('aeb-latn','messages:feedback-back','s:7:\"en:Back\";'),('aeb-latn','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('aeb-latn','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('aeb-latn','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('aeb-latn','messages:feedback-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:feedback-close','s:7:\"en:Done\";'),('aeb-latn','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('aeb-latn','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('aeb-latn','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('aeb-latn','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('aeb-latn','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('aeb-latn','messages:feedback-message','s:11:\"en:Message:\";'),('aeb-latn','messages:feedback-subject','s:11:\"en:Subject:\";'),('aeb-latn','messages:feedback-submit','s:9:\"en:Submit\";'),('aeb-latn','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('aeb-latn','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('aeb-latn','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('aeb-latn','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('aeb-latn','messages:feedback-useragent','s:14:\"en:User agent:\";'),('aeb-latn','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('aeb-latn','messages:fewestrevisions-summary','s:3:\"en:\";'),('aeb-latn','messages:file-anchor-link','s:16:\"aeb-latn:Ficyēy\";'),('aeb-latn','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('aeb-latn','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('aeb-latn','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('aeb-latn','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('aeb-latn','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('aeb-latn','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('aeb-latn','messages:file-info-gif-looped','s:9:\"en:looped\";'),('aeb-latn','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('aeb-latn','messages:file-info-png-looped','s:9:\"en:looped\";'),('aeb-latn','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('aeb-latn','messages:file-info-size','s:48:\"en:$1 × $2 pixels, file size: $3, MIME type: $4\";'),('aeb-latn','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('aeb-latn','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('aeb-latn','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('aeb-latn','messages:file-nohires','s:34:\"en:No higher resolution available.\";'),('aeb-latn','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('aeb-latn','messages:file-too-large','s:40:\"en:The file you submitted was too large.\";'),('aeb-latn','messages:filecopyerror','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('aeb-latn','messages:filedelete','s:12:\"en:Delete $1\";'),('aeb-latn','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('aeb-latn','messages:filedelete-comment','s:10:\"en:Reason:\";'),('aeb-latn','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('aeb-latn','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('aeb-latn','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aeb-latn','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('aeb-latn','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('aeb-latn','messages:filedelete-legend','s:14:\"en:Delete file\";'),('aeb-latn','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('aeb-latn','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('aeb-latn','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('aeb-latn','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('aeb-latn','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('aeb-latn','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('aeb-latn','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('aeb-latn','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('aeb-latn','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('aeb-latn','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('aeb-latn','messages:filedelete-submit','s:9:\"en:Delete\";'),('aeb-latn','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('aeb-latn','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('aeb-latn','messages:filedeleteerror','s:30:\"en:Could not delete file \"$1\".\";'),('aeb-latn','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('aeb-latn','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('aeb-latn','messages:filedesc','s:19:\"aeb-latn:Mitlexxiş\";'),('aeb-latn','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('aeb-latn','messages:fileduplicatesearch-filename','s:12:\"en:Filename:\";'),('aeb-latn','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('aeb-latn','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('aeb-latn','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('aeb-latn','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('aeb-latn','messages:fileduplicatesearch-submit','s:9:\"en:Search\";'),('aeb-latn','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('aeb-latn','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('aeb-latn','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('aeb-latn','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('aeb-latn','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('aeb-latn','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('aeb-latn','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('aeb-latn','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('aeb-latn','messages:filehist','s:25:\"aeb-latn:Tērīx il-milaf\";'),('aeb-latn','messages:filehist-comment','s:19:\"aeb-latn:taģliqāt\";'),('aeb-latn','messages:filehist-current','s:10:\"en:current\";'),('aeb-latn','messages:filehist-datetime','s:24:\"aeb-latn:Id-dāt/Il-weqt\";'),('aeb-latn','messages:filehist-deleteall','s:13:\"en:delete all\";'),('aeb-latn','messages:filehist-deleteone','s:9:\"en:delete\";'),('aeb-latn','messages:filehist-dimensions','s:21:\"aeb-latn:Il-Qiyēsēt\";'),('aeb-latn','messages:filehist-filesize','s:12:\"en:File size\";'),('aeb-latn','messages:filehist-help','s:69:\"en:Click on a date/time to view the file as it appeared at that time.\";'),('aeb-latn','messages:filehist-nothumb','s:15:\"en:No thumbnail\";'),('aeb-latn','messages:filehist-revert','s:9:\"en:revert\";'),('aeb-latn','messages:filehist-thumb','s:18:\"aeb-latn:Tşiwīra\";'),('aeb-latn','messages:filehist-thumbtext','s:40:\"aeb-latn:Vīnyēt il-vērsyoñ mtēģ $1\";'),('aeb-latn','messages:filehist-user','s:26:\"aeb-latn:Il-Ütīlīzatër\";'),('aeb-latn','messages:filemissing','s:15:\"en:File missing\";'),('aeb-latn','messages:filename','s:11:\"en:Filename\";'),('aeb-latn','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('aeb-latn','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('aeb-latn','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('aeb-latn','messages:filename-toolong','s:46:\"en:Filenames may not be longer than 240 bytes.\";'),('aeb-latn','messages:filename-tooshort','s:29:\"en:The filename is too short.\";'),('aeb-latn','messages:filenotfound','s:28:\"en:Could not find file \"$1\".\";'),('aeb-latn','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('aeb-latn','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('aeb-latn','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('aeb-latn','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('aeb-latn','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('aeb-latn','messages:filerenameerror','s:38:\"en:Could not rename file \"$1\" to \"$2\".\";'),('aeb-latn','messages:filereuploadsummary','s:16:\"en:File changes:\";'),('aeb-latn','messages:filerevert','s:12:\"en:Revert $1\";'),('aeb-latn','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('aeb-latn','messages:filerevert-comment','s:10:\"en:Reason:\";'),('aeb-latn','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('aeb-latn','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('aeb-latn','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('aeb-latn','messages:filerevert-legend','s:14:\"en:Revert file\";'),('aeb-latn','messages:filerevert-submit','s:9:\"en:Revert\";'),('aeb-latn','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('aeb-latn','messages:filesource','s:10:\"en:Source:\";'),('aeb-latn','messages:filestatus','s:20:\"en:Copyright status:\";'),('aeb-latn','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('aeb-latn','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('aeb-latn','messages:filetype-banned','s:31:\"en:This type of file is banned.\";'),('aeb-latn','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('aeb-latn','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('aeb-latn','messages:filetype-missing','s:43:\"en:The file has no extension (like \".jpg\").\";'),('aeb-latn','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('aeb-latn','messages:fileuploadsummary','s:11:\"en:Summary:\";'),('aeb-latn','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('aeb-latn','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('aeb-latn','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('aeb-latn','messages:formerror','s:32:\"en:Error: Could not submit form.\";'),('aeb-latn','messages:fri','s:13:\"aeb-latn:Jum.\";'),('aeb-latn','messages:friday','s:18:\"aeb-latn:Ij-Jimģe\";'),('aeb-latn','messages:friday-at','s:15:\"en:Friday at $1\";'),('aeb-latn','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('aeb-latn','messages:gender-female','s:23:\"en:She edits wiki pages\";'),('aeb-latn','messages:gender-male','s:22:\"en:He edits wiki pages\";'),('aeb-latn','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('aeb-latn','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('aeb-latn','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('aeb-latn','messages:go','s:14:\"aeb-latn:Emchi\";'),('aeb-latn','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('aeb-latn','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('aeb-latn','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('aeb-latn','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('aeb-latn','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('aeb-latn','messages:grant-basic','s:15:\"en:Basic rights\";'),('aeb-latn','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('aeb-latn','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('aeb-latn','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('aeb-latn','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('aeb-latn','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('aeb-latn','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('aeb-latn','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('aeb-latn','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('aeb-latn','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('aeb-latn','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('aeb-latn','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('aeb-latn','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('aeb-latn','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('aeb-latn','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('aeb-latn','messages:grant-group-email','s:13:\"en:Send email\";'),('aeb-latn','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('aeb-latn','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('aeb-latn','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('aeb-latn','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('aeb-latn','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('aeb-latn','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('aeb-latn','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('aeb-latn','messages:grant-import','s:19:\"en:Import revisions\";'),('aeb-latn','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('aeb-latn','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('aeb-latn','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('aeb-latn','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('aeb-latn','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('aeb-latn','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('aeb-latn','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('aeb-latn','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('aeb-latn','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('aeb-latn','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('aeb-latn','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('aeb-latn','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('aeb-latn','messages:group','s:9:\"en:Group:\";'),('aeb-latn','messages:group-all','s:8:\"en:(all)\";'),('aeb-latn','messages:group-autoconfirmed','s:22:\"en:Autoconfirmed users\";'),('aeb-latn','messages:group-autoconfirmed-member','s:35:\"en:{{GENDER:$1|autoconfirmed user}}\";'),('aeb-latn','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('aeb-latn','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('aeb-latn','messages:group-bot','s:7:\"en:Bots\";'),('aeb-latn','messages:group-bot-member','s:20:\"en:{{GENDER:$1|bot}}\";'),('aeb-latn','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('aeb-latn','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('aeb-latn','messages:group-bureaucrat','s:14:\"en:Bureaucrats\";'),('aeb-latn','messages:group-bureaucrat-member','s:27:\"en:{{GENDER:$1|bureaucrat}}\";'),('aeb-latn','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('aeb-latn','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('aeb-latn','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('aeb-latn','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('aeb-latn','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('aeb-latn','messages:group-named','s:19:\"en:Registered users\";'),('aeb-latn','messages:group-suppress','s:14:\"en:Suppressors\";'),('aeb-latn','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('aeb-latn','messages:group-sysop','s:17:\"en:Administrators\";'),('aeb-latn','messages:group-sysop-member','s:30:\"en:{{GENDER:$1|administrator}}\";'),('aeb-latn','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('aeb-latn','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('aeb-latn','messages:group-user','s:8:\"en:Users\";'),('aeb-latn','messages:group-user-member','s:21:\"en:{{GENDER:$1|user}}\";'),('aeb-latn','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('aeb-latn','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('aeb-latn','messages:grouppage-autoconfirmed','s:37:\"en:{{ns:project}}:Autoconfirmed users\";'),('aeb-latn','messages:grouppage-bot','s:22:\"en:{{ns:project}}:Bots\";'),('aeb-latn','messages:grouppage-bureaucrat','s:29:\"en:{{ns:project}}:Bureaucrats\";'),('aeb-latn','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('aeb-latn','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('aeb-latn','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('aeb-latn','messages:grouppage-sysop','s:32:\"en:{{ns:project}}:Administrators\";'),('aeb-latn','messages:grouppage-user','s:23:\"en:{{ns:project}}:Users\";'),('aeb-latn','messages:guesstimezone','s:23:\"en:Fill in from browser\";'),('aeb-latn','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('aeb-latn','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('aeb-latn','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('aeb-latn','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('aeb-latn','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('aeb-latn','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('aeb-latn','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('aeb-latn','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('aeb-latn','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('aeb-latn','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('aeb-latn','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('aeb-latn','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('aeb-latn','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('aeb-latn','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('aeb-latn','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('aeb-latn','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('aeb-latn','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('aeb-latn','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('aeb-latn','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('aeb-latn','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('aeb-latn','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('aeb-latn','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('aeb-latn','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('aeb-latn','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('aeb-latn','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('aeb-latn','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('aeb-latn','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('aeb-latn','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('aeb-latn','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('aeb-latn','messages:help','s:17:\"aeb-latn:Mģāwne\";'),('aeb-latn','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('aeb-latn','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('aeb-latn','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('aeb-latn','messages:helppage-top-gethelp','s:7:\"en:Help\";'),('aeb-latn','messages:hidden-categories','s:68:\"aeb-latn:{{PLURAL:$1|Katēgorī mxibbīye|Katēgorīyēt mxibbīye}}\";'),('aeb-latn','messages:hidden-category-category','s:33:\"aeb-latn:Katêgorîyêt mxibbîye\";'),('aeb-latn','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('aeb-latn','messages:hiddencategories','s:81:\"en:This page is a member of {{PLURAL:$1|a hidden category|$1 hidden categories}}:\";'),('aeb-latn','messages:hide','s:15:\"aeb-latn:Xabbī\";'),('aeb-latn','messages:hidetoc','s:15:\"aeb-latn:Xabbî\";'),('aeb-latn','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('aeb-latn','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('aeb-latn','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('aeb-latn','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('aeb-latn','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('aeb-latn','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('aeb-latn','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('aeb-latn','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('aeb-latn','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('aeb-latn','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('aeb-latn','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('aeb-latn','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('aeb-latn','messages:hist','s:13:\"aeb-latn:Īst\";'),('aeb-latn','messages:histfirst','s:9:\"en:oldest\";'),('aeb-latn','messages:histlast','s:9:\"en:newest\";'),('aeb-latn','messages:histlegend','s:317:\"en:Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.<br />\nLegend: <strong>({{int:cur}})</strong> = difference with latest revision, <strong>({{int:last}})</strong> = difference with preceding revision, <strong>{{int:minoreditletter}}</strong> = minor edit.\";'),('aeb-latn','messages:history','s:25:\"aeb-latn:Tērīx il-milaf\";'),('aeb-latn','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('aeb-latn','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('aeb-latn','messages:history-feed-description','s:45:\"en:Revision history for this page on the wiki\";'),('aeb-latn','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('aeb-latn','messages:history-feed-item-nocomment','s:11:\"en:$1 at $2\";'),('aeb-latn','messages:history-feed-title','s:19:\"en:Revision history\";'),('aeb-latn','messages:history-fieldset-title','s:19:\"en:Filter revisions\";'),('aeb-latn','messages:history-show-deleted','s:24:\"en:Revision deleted only\";'),('aeb-latn','messages:history-title','s:53:\"aeb-latn:Il-Istorīk mtēģ ir-rēvizyoñ mtēģ \"$1\"\";'),('aeb-latn','messages:history_copyright','s:4:\"en:-\";'),('aeb-latn','messages:history_short','s:20:\"aeb-latn:Il-istorīk\";'),('aeb-latn','messages:history_small','s:10:\"en:history\";'),('aeb-latn','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('aeb-latn','messages:historyempty','s:8:\"en:empty\";'),('aeb-latn','messages:historysize','s:34:\"en:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('aeb-latn','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('aeb-latn','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('aeb-latn','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('aeb-latn','messages:hours-abbrev','s:7:\"en:$1 h\";'),('aeb-latn','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('aeb-latn','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('aeb-latn','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('aeb-latn','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('aeb-latn','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('aeb-latn','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('aeb-latn','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('aeb-latn','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('aeb-latn','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('aeb-latn','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('aeb-latn','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('aeb-latn','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('aeb-latn','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('aeb-latn','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('aeb-latn','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('aeb-latn','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('aeb-latn','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('aeb-latn','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('aeb-latn','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('aeb-latn','messages:htmlform-no','s:5:\"en:No\";'),('aeb-latn','messages:htmlform-required','s:26:\"en:This value is required.\";'),('aeb-latn','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('aeb-latn','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('aeb-latn','messages:htmlform-selectorother-other','s:8:\"en:Other\";'),('aeb-latn','messages:htmlform-submit','s:9:\"en:Submit\";'),('aeb-latn','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('aeb-latn','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('aeb-latn','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('aeb-latn','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('aeb-latn','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('aeb-latn','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('aeb-latn','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('aeb-latn','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('aeb-latn','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('aeb-latn','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('aeb-latn','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('aeb-latn','messages:htmlform-yes','s:6:\"en:Yes\";'),('aeb-latn','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('aeb-latn','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('aeb-latn','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('aeb-latn','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('aeb-latn','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('aeb-latn','messages:http-read-error','s:19:\"en:HTTP read error.\";'),('aeb-latn','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('aeb-latn','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('aeb-latn','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('aeb-latn','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('aeb-latn','messages:illegal-filename','s:31:\"en:The filename is not allowed.\";'),('aeb-latn','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('aeb-latn','messages:ilsubmit','s:9:\"en:Search\";'),('aeb-latn','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('aeb-latn','messages:imagelinks','s:41:\"aeb-latn:Il-istiģmēl mtēģ il-fīcyēy\";'),('aeb-latn','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('aeb-latn','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('aeb-latn','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('aeb-latn','messages:imagepage','s:40:\"aeb-latn:Cûf il-pâj mtêģ il-fîcyêy\";'),('aeb-latn','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('aeb-latn','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('aeb-latn','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('aeb-latn','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('aeb-latn','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('aeb-latn','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('aeb-latn','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('aeb-latn','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('aeb-latn','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('aeb-latn','messages:img-lang-default','s:21:\"en:(default language)\";'),('aeb-latn','messages:img-lang-go','s:5:\"en:Go\";'),('aeb-latn','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('aeb-latn','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('aeb-latn','messages:imgfile','s:16:\"aeb-latn:ficyēy\";'),('aeb-latn','messages:imgmultigo','s:6:\"en:Go!\";'),('aeb-latn','messages:imgmultigoto','s:16:\"en:Go to page $1\";'),('aeb-latn','messages:imgmultipagenext','s:16:\"en:next page →\";'),('aeb-latn','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('aeb-latn','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('aeb-latn','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('aeb-latn','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('aeb-latn','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('aeb-latn','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('aeb-latn','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('aeb-latn','messages:import','s:15:\"en:Import pages\";'),('aeb-latn','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('aeb-latn','messages:import-comment','s:11:\"en:Comment:\";'),('aeb-latn','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('aeb-latn','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('aeb-latn','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('aeb-latn','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('aeb-latn','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('aeb-latn','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('aeb-latn','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('aeb-latn','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('aeb-latn','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('aeb-latn','messages:import-interwiki-submit','s:9:\"en:Import\";'),('aeb-latn','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('aeb-latn','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('aeb-latn','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('aeb-latn','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('aeb-latn','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('aeb-latn','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('aeb-latn','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('aeb-latn','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('aeb-latn','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('aeb-latn','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('aeb-latn','messages:import-noarticle','s:21:\"en:No page to import!\";'),('aeb-latn','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('aeb-latn','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('aeb-latn','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('aeb-latn','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('aeb-latn','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('aeb-latn','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('aeb-latn','messages:import-summary','s:3:\"en:\";'),('aeb-latn','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aeb-latn','messages:import-upload','s:18:\"en:Upload XML data\";'),('aeb-latn','messages:import-upload-filename','s:12:\"en:Filename:\";'),('aeb-latn','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('aeb-latn','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('aeb-latn','messages:importcantopen','s:29:\"en:Could not open import file\";'),('aeb-latn','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('aeb-latn','messages:importfailed','s:37:\"en:Import failed: <nowiki>$1</nowiki>\";'),('aeb-latn','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('aeb-latn','messages:importlogpage','s:13:\"en:Import log\";'),('aeb-latn','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('aeb-latn','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('aeb-latn','messages:importnopages','s:22:\"en:No pages to import.\";'),('aeb-latn','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('aeb-latn','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('aeb-latn','messages:importstart','s:21:\"en:Importing pages...\";'),('aeb-latn','messages:importsuccess','s:19:\"en:Import finished!\";'),('aeb-latn','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('aeb-latn','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('aeb-latn','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('aeb-latn','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('aeb-latn','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('aeb-latn','messages:index-category','s:16:\"en:Indexed pages\";'),('aeb-latn','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('aeb-latn','messages:infiniteblock','s:11:\"en:infinite\";'),('aeb-latn','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('aeb-latn','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('aeb-latn','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('aeb-latn','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('aeb-latn','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('aeb-latn','messages:internalerror','s:17:\"en:Internal error\";'),('aeb-latn','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('aeb-latn','messages:internalerror_info','s:21:\"en:Internal error: $1\";'),('aeb-latn','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('aeb-latn','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('aeb-latn','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('aeb-latn','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('aeb-latn','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('aeb-latn','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('aeb-latn','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('aeb-latn','messages:invalidtitle','s:16:\"en:Invalid title\";'),('aeb-latn','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('aeb-latn','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('aeb-latn','messages:invert','s:27:\"aeb-latn:Eģkis silīksyoñ\";'),('aeb-latn','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('aeb-latn','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('aeb-latn','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('aeb-latn','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('aeb-latn','messages:ipaddressorusername','s:36:\"en:IP address, username or block ID:\";'),('aeb-latn','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('aeb-latn','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('aeb-latn','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('aeb-latn','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('aeb-latn','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('aeb-latn','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('aeb-latn','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('aeb-latn','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('aeb-latn','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('aeb-latn','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('aeb-latn','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('aeb-latn','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('aeb-latn','messages:ipb-default-expiry','s:3:\"en:\";'),('aeb-latn','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('aeb-latn','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('aeb-latn','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('aeb-latn','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('aeb-latn','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('aeb-latn','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('aeb-latn','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('aeb-latn','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('aeb-latn','messages:ipb-pages-label','s:8:\"en:Pages\";'),('aeb-latn','messages:ipb-partial','s:10:\"en:Partial\";'),('aeb-latn','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('aeb-latn','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('aeb-latn','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('aeb-latn','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('aeb-latn','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('aeb-latn','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('aeb-latn','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('aeb-latn','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('aeb-latn','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('aeb-latn','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('aeb-latn','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('aeb-latn','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('aeb-latn','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('aeb-latn','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('aeb-latn','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('aeb-latn','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('aeb-latn','messages:ipbemailban','s:16:\"en:Sending email\";'),('aeb-latn','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('aeb-latn','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('aeb-latn','messages:ipblocklist','s:16:\"en:Blocked users\";'),('aeb-latn','messages:ipblocklist-empty','s:27:\"en:The block list is empty.\";'),('aeb-latn','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('aeb-latn','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('aeb-latn','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('aeb-latn','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('aeb-latn','messages:ipblocklist-submit','s:9:\"en:Search\";'),('aeb-latn','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('aeb-latn','messages:ipboptions','s:160:\"en:2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,indefinite:infinite\";'),('aeb-latn','messages:ipbother','s:14:\"en:Other time:\";'),('aeb-latn','messages:ipbreason','s:10:\"en:Reason:\";'),('aeb-latn','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('aeb-latn','messages:ipbsubmit','s:18:\"en:Block this user\";'),('aeb-latn','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('aeb-latn','messages:ipusubmit','s:20:\"en:Remove this block\";'),('aeb-latn','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('aeb-latn','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('aeb-latn','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('aeb-latn','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('aeb-latn','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('aeb-latn','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('aeb-latn','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('aeb-latn','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('aeb-latn','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('aeb-latn','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('aeb-latn','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('aeb-latn','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('aeb-latn','messages:isimage','s:33:\"aeb-latn:il-lyeñ mtēģ il-milaf\";'),('aeb-latn','messages:isredirect','s:16:\"en:redirect page\";'),('aeb-latn','messages:istemplate','s:15:\"en:transclusion\";'),('aeb-latn','messages:jan','s:13:\"aeb-latn:Jan.\";'),('aeb-latn','messages:january','s:16:\"aeb-latn:Jānfī\";'),('aeb-latn','messages:january-gen','s:16:\"aeb-latn:Jānfī\";'),('aeb-latn','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('aeb-latn','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('aeb-latn','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('aeb-latn','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('aeb-latn','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('aeb-latn','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('aeb-latn','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('aeb-latn','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('aeb-latn','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('aeb-latn','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('aeb-latn','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('aeb-latn','messages:jul','s:13:\"aeb-latn:Jwi.\";'),('aeb-latn','messages:july','s:16:\"aeb-latn:Jwīlye\";'),('aeb-latn','messages:july-gen','s:16:\"aeb-latn:Jwīlye\";'),('aeb-latn','messages:jumpto','s:18:\"aeb-latn:Imcī l-:\";'),('aeb-latn','messages:jumptonavigation','s:17:\"aeb-latn:Ḩawwis\";'),('aeb-latn','messages:jumptosearch','s:15:\"aeb-latn:Lawwij\";'),('aeb-latn','messages:jun','s:14:\"aeb-latn:Jweñ\";'),('aeb-latn','messages:june','s:14:\"aeb-latn:Jweñ\";'),('aeb-latn','messages:june-gen','s:14:\"aeb-latn:Jweñ\";'),('aeb-latn','messages:just-now','s:11:\"en:just now\";'),('aeb-latn','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('aeb-latn','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('aeb-latn','messages:laggedreplicamode','s:65:\"en:<strong>Warning:</strong> Page may not contain recent updates.\";'),('aeb-latn','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('aeb-latn','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('aeb-latn','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('aeb-latn','messages:last','s:18:\"aeb-latn:il-fēyit\";'),('aeb-latn','messages:lastmodifiedat','s:63:\"aeb-latn:Il-pāj hēđi tbadlit ēxir merre nhār $1, mģē $2.\";'),('aeb-latn','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('aeb-latn','messages:license','s:13:\"en:Licensing:\";'),('aeb-latn','messages:license-header','s:17:\"aeb-latn:Tarxīş\";'),('aeb-latn','messages:license-nopreview','s:26:\"en:(Preview not available)\";'),('aeb-latn','messages:licenses','s:4:\"en:-\";'),('aeb-latn','messages:licenses-edit','s:23:\"en:Edit license options\";'),('aeb-latn','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('aeb-latn','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aeb-latn','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('aeb-latn','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('aeb-latn','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('aeb-latn','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('aeb-latn','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('aeb-latn','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aeb-latn','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('aeb-latn','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('aeb-latn','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('aeb-latn','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aeb-latn','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('aeb-latn','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('aeb-latn','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('aeb-latn','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('aeb-latn','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aeb-latn','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('aeb-latn','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aeb-latn','messages:lineno','s:18:\"aeb-latn:Sţar $1:\";'),('aeb-latn','messages:linkaccounts','s:16:\"en:Link accounts\";'),('aeb-latn','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('aeb-latn','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('aeb-latn','messages:linksearch','s:24:\"en:External links search\";'),('aeb-latn','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('aeb-latn','messages:linksearch-line','s:23:\"en:$1 is linked from $2\";'),('aeb-latn','messages:linksearch-ns','s:13:\"en:Namespace:\";'),('aeb-latn','messages:linksearch-ok','s:9:\"en:Search\";'),('aeb-latn','messages:linksearch-pat','s:18:\"en:Search pattern:\";'),('aeb-latn','messages:linksearch-summary','s:3:\"en:\";'),('aeb-latn','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('aeb-latn','messages:linkshere','s:61:\"aeb-latn:Hēđūme il-pājēt ywaşlū l-<strong>$2</strong>:\";'),('aeb-latn','messages:linkstoimage','s:64:\"en:The following {{PLURAL:$1|page uses|$1 pages use}} this file:\";'),('aeb-latn','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('aeb-latn','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('aeb-latn','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('aeb-latn','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('aeb-latn','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('aeb-latn','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('aeb-latn','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('aeb-latn','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('aeb-latn','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('aeb-latn','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('aeb-latn','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('aeb-latn','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('aeb-latn','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('aeb-latn','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('aeb-latn','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('aeb-latn','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('aeb-latn','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('aeb-latn','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('aeb-latn','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('aeb-latn','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('aeb-latn','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('aeb-latn','messages:listfiles','s:12:\"en:File list\";'),('aeb-latn','messages:listfiles-delete','s:9:\"en:delete\";'),('aeb-latn','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('aeb-latn','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('aeb-latn','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('aeb-latn','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('aeb-latn','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('aeb-latn','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb-latn','messages:listfiles_count','s:11:\"en:Versions\";'),('aeb-latn','messages:listfiles_date','s:7:\"en:Date\";'),('aeb-latn','messages:listfiles_description','s:14:\"en:Description\";'),('aeb-latn','messages:listfiles_name','s:7:\"en:Name\";'),('aeb-latn','messages:listfiles_size','s:7:\"en:Size\";'),('aeb-latn','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('aeb-latn','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('aeb-latn','messages:listfiles_user','s:7:\"en:User\";'),('aeb-latn','messages:listgrants','s:9:\"en:Grants\";'),('aeb-latn','messages:listgrants-grant','s:8:\"en:Grant\";'),('aeb-latn','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('aeb-latn','messages:listgrants-rights','s:9:\"en:Rights\";'),('aeb-latn','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('aeb-latn','messages:listgrouprights','s:20:\"en:User group rights\";'),('aeb-latn','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('aeb-latn','messages:listgrouprights-addgroup-all','s:17:\"en:Add all groups\";'),('aeb-latn','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('aeb-latn','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('aeb-latn','messages:listgrouprights-group','s:8:\"en:Group\";'),('aeb-latn','messages:listgrouprights-helppage','s:20:\"en:Help:Group rights\";'),('aeb-latn','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('aeb-latn','messages:listgrouprights-members','s:20:\"en:(list of members)\";'),('aeb-latn','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('aeb-latn','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('aeb-latn','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('aeb-latn','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('aeb-latn','messages:listgrouprights-removegroup-all','s:20:\"en:Remove all groups\";'),('aeb-latn','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('aeb-latn','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('aeb-latn','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('aeb-latn','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('aeb-latn','messages:listgrouprights-rights','s:9:\"en:Rights\";'),('aeb-latn','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('aeb-latn','messages:listredirects','s:20:\"en:List of redirects\";'),('aeb-latn','messages:listredirects-summary','s:3:\"en:\";'),('aeb-latn','messages:listusers','s:12:\"en:User list\";'),('aeb-latn','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('aeb-latn','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('aeb-latn','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('aeb-latn','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('aeb-latn','messages:listusers-noresult','s:17:\"en:No user found.\";'),('aeb-latn','messages:listusers-submit','s:7:\"en:Show\";'),('aeb-latn','messages:listusers-summary','s:3:\"en:\";'),('aeb-latn','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('aeb-latn','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('aeb-latn','messages:localtime','s:14:\"en:Local time:\";'),('aeb-latn','messages:lockbtn','s:16:\"en:Lock database\";'),('aeb-latn','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('aeb-latn','messages:lockdb','s:16:\"en:Lock database\";'),('aeb-latn','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('aeb-latn','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('aeb-latn','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('aeb-latn','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('aeb-latn','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('aeb-latn','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('aeb-latn','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('aeb-latn','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('aeb-latn','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('aeb-latn','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('aeb-latn','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('aeb-latn','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('aeb-latn','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('aeb-latn','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('aeb-latn','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('aeb-latn','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('aeb-latn','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('aeb-latn','messages:log','s:7:\"en:Logs\";'),('aeb-latn','messages:log-action-filter-all','s:6:\"en:All\";'),('aeb-latn','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('aeb-latn','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('aeb-latn','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('aeb-latn','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('aeb-latn','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('aeb-latn','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('aeb-latn','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('aeb-latn','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('aeb-latn','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('aeb-latn','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('aeb-latn','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('aeb-latn','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('aeb-latn','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('aeb-latn','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('aeb-latn','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('aeb-latn','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('aeb-latn','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('aeb-latn','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('aeb-latn','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('aeb-latn','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('aeb-latn','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('aeb-latn','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('aeb-latn','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('aeb-latn','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('aeb-latn','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('aeb-latn','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('aeb-latn','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('aeb-latn','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('aeb-latn','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('aeb-latn','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('aeb-latn','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('aeb-latn','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('aeb-latn','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('aeb-latn','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('aeb-latn','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('aeb-latn','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('aeb-latn','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('aeb-latn','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('aeb-latn','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('aeb-latn','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('aeb-latn','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('aeb-latn','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('aeb-latn','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('aeb-latn','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('aeb-latn','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('aeb-latn','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('aeb-latn','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('aeb-latn','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('aeb-latn','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('aeb-latn','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('aeb-latn','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('aeb-latn','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('aeb-latn','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('aeb-latn','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('aeb-latn','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('aeb-latn','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('aeb-latn','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('aeb-latn','messages:log-fulllog','s:16:\"en:View full log\";'),('aeb-latn','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('aeb-latn','messages:log-name-create','s:20:\"en:Page creation log\";'),('aeb-latn','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('aeb-latn','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('aeb-latn','messages:log-name-tag','s:10:\"en:Tag log\";'),('aeb-latn','messages:log-title-wildcard','s:40:\"en:Search titles starting with this text\";'),('aeb-latn','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('aeb-latn','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('aeb-latn','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('aeb-latn','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('aeb-latn','messages:logempty','s:28:\"en:No matching items in log.\";'),('aeb-latn','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('aeb-latn','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('aeb-latn','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('aeb-latn','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('aeb-latn','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('aeb-latn','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('aeb-latn','messages:logentry-delete-delete','s:35:\"en:$1 {{GENDER:$2|deleted}} page $3\";'),('aeb-latn','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('aeb-latn','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('aeb-latn','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('aeb-latn','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('aeb-latn','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('aeb-latn','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('aeb-latn','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('aeb-latn','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('aeb-latn','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('aeb-latn','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('aeb-latn','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('aeb-latn','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('aeb-latn','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('aeb-latn','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('aeb-latn','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('aeb-latn','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('aeb-latn','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('aeb-latn','messages:logentry-move-move','s:39:\"en:$1 {{GENDER:$2|moved}} page $3 to $4\";'),('aeb-latn','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('aeb-latn','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('aeb-latn','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('aeb-latn','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('aeb-latn','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('aeb-latn','messages:logentry-newusers-create','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('aeb-latn','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('aeb-latn','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('aeb-latn','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('aeb-latn','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('aeb-latn','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('aeb-latn','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('aeb-latn','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('aeb-latn','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('aeb-latn','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('aeb-latn','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('aeb-latn','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('aeb-latn','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('aeb-latn','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('aeb-latn','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('aeb-latn','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('aeb-latn','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('aeb-latn','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('aeb-latn','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('aeb-latn','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('aeb-latn','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('aeb-latn','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('aeb-latn','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('aeb-latn','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('aeb-latn','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('aeb-latn','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('aeb-latn','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('aeb-latn','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('aeb-latn','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('aeb-latn','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('aeb-latn','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('aeb-latn','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('aeb-latn','messages:logentry-upload-upload','s:41:\"aeb-latn:$1 {{GENDER:$2|şab|şabbit}} $3\";'),('aeb-latn','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('aeb-latn','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('aeb-latn','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('aeb-latn','messages:logeventslist-submit','s:7:\"en:Show\";'),('aeb-latn','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('aeb-latn','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('aeb-latn','messages:login','s:14:\"aeb-latn:Udxul\";'),('aeb-latn','messages:login-abort-generic','s:30:\"en:Your login failed - Aborted\";'),('aeb-latn','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('aeb-latn','messages:login-security','s:23:\"en:Verify your identity\";'),('aeb-latn','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('aeb-latn','messages:login-userblocked','s:43:\"en:This user is blocked. Login not allowed.\";'),('aeb-latn','messages:loginerror','s:14:\"en:Login error\";'),('aeb-latn','messages:loginlanguagelabel','s:22:\"aeb-latn:Il-lūğa: $1\";'),('aeb-latn','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('aeb-latn','messages:loginprompt','s:3:\"en:\";'),('aeb-latn','messages:loginreqlink','s:14:\"aeb-latn:udxul\";'),('aeb-latn','messages:loginreqpagetext','s:33:\"en:Please $1 to view other pages.\";'),('aeb-latn','messages:loginreqtitle','s:17:\"en:Login required\";'),('aeb-latn','messages:loginsuccess','s:66:\"en:<strong>You are now logged in to {{SITENAME}} as \"$1\".</strong>\";'),('aeb-latn','messages:loginsuccesstitle','s:12:\"en:Logged in\";'),('aeb-latn','messages:logout','s:10:\"en:Log out\";'),('aeb-latn','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('aeb-latn','messages:logouttext','s:162:\"en:<strong>You are now logged out.</strong>\n\nNote that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\";'),('aeb-latn','messages:lonelypages','s:17:\"en:Orphaned pages\";'),('aeb-latn','messages:lonelypages-summary','s:3:\"en:\";'),('aeb-latn','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('aeb-latn','messages:longpage-hint','s:4:\"en:-\";'),('aeb-latn','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('aeb-latn','messages:longpages','s:13:\"en:Long pages\";'),('aeb-latn','messages:longpages-summary','s:3:\"en:\";'),('aeb-latn','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('aeb-latn','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aeb-latn','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('aeb-latn','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aeb-latn','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('aeb-latn','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aeb-latn','messages:mailerror','s:25:\"en:Error sending mail: $1\";'),('aeb-latn','messages:mailmypassword','s:17:\"en:Reset password\";'),('aeb-latn','messages:mailnologin','s:18:\"en:No send address\";'),('aeb-latn','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('aeb-latn','messages:mainpage','s:30:\"aeb-latn:Il-Pāj il-ewelēniye\";'),('aeb-latn','messages:mainpage-description','s:30:\"aeb-latn:Il-Pāj il-ewelēniye\";'),('aeb-latn','messages:mainpage-nstab','s:12:\"en:Main page\";'),('aeb-latn','messages:mainpage-title','s:4:\"en:-\";'),('aeb-latn','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('aeb-latn','messages:mar','s:15:\"aeb-latn:Māris\";'),('aeb-latn','messages:march','s:15:\"aeb-latn:Māris\";'),('aeb-latn','messages:march-gen','s:15:\"aeb-latn:Māris\";'),('aeb-latn','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('aeb-latn','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('aeb-latn','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('aeb-latn','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('aeb-latn','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('aeb-latn','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('aeb-latn','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('aeb-latn','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('aeb-latn','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('aeb-latn','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('aeb-latn','messages:maximum-size','s:12:\"en:Max size:\";'),('aeb-latn','messages:may','s:13:\"aeb-latn:Mēy\";'),('aeb-latn','messages:may-gen','s:13:\"aeb-latn:Mēy\";'),('aeb-latn','messages:may_long','s:13:\"aeb-latn:Mēy\";'),('aeb-latn','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('aeb-latn','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('aeb-latn','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('aeb-latn','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('aeb-latn','messages:mediastatistics','s:19:\"en:Media statistics\";'),('aeb-latn','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('aeb-latn','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('aeb-latn','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('aeb-latn','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('aeb-latn','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('aeb-latn','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('aeb-latn','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('aeb-latn','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('aeb-latn','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('aeb-latn','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('aeb-latn','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('aeb-latn','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('aeb-latn','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('aeb-latn','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('aeb-latn','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('aeb-latn','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('aeb-latn','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('aeb-latn','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('aeb-latn','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('aeb-latn','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('aeb-latn','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('aeb-latn','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('aeb-latn','messages:mediawikipage','s:41:\"aeb-latn:Cûf il-pâj mtêģ il-mêsajêt\";'),('aeb-latn','messages:mergehistory','s:23:\"en:Merge page histories\";'),('aeb-latn','messages:mergehistory-autocomment','s:30:\"en:Merged [[:$1]] into [[:$2]]\";'),('aeb-latn','messages:mergehistory-box','s:32:\"en:Merge revisions of two pages:\";'),('aeb-latn','messages:mergehistory-comment','s:34:\"en:Merged [[:$1]] into [[:$2]]: $3\";'),('aeb-latn','messages:mergehistory-done','s:92:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3.\";'),('aeb-latn','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('aeb-latn','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('aeb-latn','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('aeb-latn','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('aeb-latn','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('aeb-latn','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('aeb-latn','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('aeb-latn','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('aeb-latn','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('aeb-latn','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('aeb-latn','messages:mergehistory-from','s:15:\"en:Source page:\";'),('aeb-latn','messages:mergehistory-go','s:23:\"en:Show mergeable edits\";'),('aeb-latn','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('aeb-latn','messages:mergehistory-into','s:20:\"en:Destination page:\";'),('aeb-latn','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('aeb-latn','messages:mergehistory-invalid-source','s:37:\"en:Source page must be a valid title.\";'),('aeb-latn','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('aeb-latn','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('aeb-latn','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('aeb-latn','messages:mergehistory-no-source','s:33:\"en:Source page $1 does not exist.\";'),('aeb-latn','messages:mergehistory-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:mergehistory-redirect-text','s:3:\"en:\";'),('aeb-latn','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('aeb-latn','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('aeb-latn','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('aeb-latn','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('aeb-latn','messages:mergehistory-submit','s:18:\"en:Merge revisions\";'),('aeb-latn','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('aeb-latn','messages:mergelog','s:12:\"en:Merge log\";'),('aeb-latn','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('aeb-latn','messages:metadata','s:33:\"aeb-latn:Mitteģţāyēt il-mēta\";'),('aeb-latn','messages:metadata-collapse','s:24:\"en:Hide extended details\";'),('aeb-latn','messages:metadata-expand','s:24:\"en:Show extended details\";'),('aeb-latn','messages:metadata-fields','s:421:\"aeb-latn:Is-swēni mtēģ mittaģţāyēt il-mēta mtēģ it-tşāwir il-mewjūde f\'hel-mēssāj bēc titwarrā fil-pāj mtēģ it-tşāwir weqtilli it-tablo mtēģ mittaģţāyēt il-mēta yittiţwē.\nIs-swēni il-uxrā bēc titxebbē weḩedhē.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('aeb-latn','messages:metadata-help','s:235:\"en:This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.\nIf the file has been modified from its original state, some details may not fully reflect the modified file.\";'),('aeb-latn','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('aeb-latn','messages:metadata-langitem-default','s:5:\"en:$1\";'),('aeb-latn','messages:mimesearch','s:14:\"en:MIME search\";'),('aeb-latn','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('aeb-latn','messages:mimetype','s:13:\"en:MIME type:\";'),('aeb-latn','messages:minimum-size','s:11:\"en:Min size\";'),('aeb-latn','messages:minlength1','s:41:\"en:Filenames must be at least one letter.\";'),('aeb-latn','messages:minoredit','s:31:\"aeb-latn:Hēđē tabdīl sğīr\";'),('aeb-latn','messages:minoreditletter','s:11:\"aeb-latn:ţ\";'),('aeb-latn','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('aeb-latn','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('aeb-latn','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('aeb-latn','messages:missing-article','s:390:\"aeb-latn:Elbase de données malqatech ettexte mtaε essafħa elli supposée talqaha, welli esmha \"$1\" $2.\n\nHedha elli ysir elεada waqtelli tħel farq qdim walla lien mtaε l\'historique mtaε safħa tnaħħat.\n\nIdha ken mouch hedheka li sar, rak momken lqit mochkla fel programme.\nAman qoul elweħeb mel les [[Special:ListUsers/sysop|administrateurs]], waεtih ellien elli ħabit temchilou.\";'),('aeb-latn','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aeb-latn','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('aeb-latn','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('aeb-latn','messages:missingarticle-diff','s:17:\"en:(Diff: $1, $2)\";'),('aeb-latn','messages:missingarticle-rev','s:18:\"en:(revision#: $1)\";'),('aeb-latn','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('aeb-latn','messages:missingcommenttext','s:26:\"en:Please enter a comment.\";'),('aeb-latn','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('aeb-latn','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('aeb-latn','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('aeb-latn','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('aeb-latn','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('aeb-latn','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('aeb-latn','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('aeb-latn','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('aeb-latn','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('aeb-latn','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('aeb-latn','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('aeb-latn','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('aeb-latn','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('aeb-latn','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('aeb-latn','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('aeb-latn','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('aeb-latn','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('aeb-latn','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('aeb-latn','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('aeb-latn','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('aeb-latn','messages:mobile-frontend-changeslist-nocomment','s:18:\"en:no edit summary\";'),('aeb-latn','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('aeb-latn','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('aeb-latn','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('aeb-latn','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('aeb-latn','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('aeb-latn','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('aeb-latn','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aeb-latn','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('aeb-latn','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('aeb-latn','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('aeb-latn','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('aeb-latn','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('aeb-latn','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('aeb-latn','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('aeb-latn','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('aeb-latn','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('aeb-latn','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('aeb-latn','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('aeb-latn','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('aeb-latn','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('aeb-latn','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('aeb-latn','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('aeb-latn','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('aeb-latn','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('aeb-latn','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('aeb-latn','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('aeb-latn','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('aeb-latn','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('aeb-latn','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('aeb-latn','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('aeb-latn','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('aeb-latn','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('aeb-latn','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('aeb-latn','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('aeb-latn','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('aeb-latn','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('aeb-latn','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('aeb-latn','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('aeb-latn','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('aeb-latn','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('aeb-latn','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('aeb-latn','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('aeb-latn','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('aeb-latn','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('aeb-latn','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('aeb-latn','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('aeb-latn','messages:mobile-frontend-editor-edit','s:15:\"aeb-latn:Beddil\";'),('aeb-latn','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('aeb-latn','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('aeb-latn','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('aeb-latn','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('aeb-latn','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('aeb-latn','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('aeb-latn','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('aeb-latn','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('aeb-latn','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('aeb-latn','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('aeb-latn','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('aeb-latn','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('aeb-latn','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('aeb-latn','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('aeb-latn','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('aeb-latn','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('aeb-latn','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('aeb-latn','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('aeb-latn','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('aeb-latn','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('aeb-latn','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('aeb-latn','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('aeb-latn','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('aeb-latn','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('aeb-latn','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('aeb-latn','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('aeb-latn','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('aeb-latn','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('aeb-latn','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('aeb-latn','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('aeb-latn','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('aeb-latn','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('aeb-latn','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('aeb-latn','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('aeb-latn','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('aeb-latn','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('aeb-latn','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('aeb-latn','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('aeb-latn','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('aeb-latn','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('aeb-latn','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('aeb-latn','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('aeb-latn','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('aeb-latn','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('aeb-latn','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('aeb-latn','messages:mobile-frontend-featured-article','s:27:\"en:Today\'s featured content\";'),('aeb-latn','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('aeb-latn','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('aeb-latn','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('aeb-latn','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('aeb-latn','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('aeb-latn','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('aeb-latn','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('aeb-latn','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('aeb-latn','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('aeb-latn','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('aeb-latn','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('aeb-latn','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('aeb-latn','messages:mobile-frontend-generic-login','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('aeb-latn','messages:mobile-frontend-generic-login-action','s:27:\"aeb-latn:Udxul bēc tsēhim\";'),('aeb-latn','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('aeb-latn','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('aeb-latn','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('aeb-latn','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('aeb-latn','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('aeb-latn','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('aeb-latn','messages:mobile-frontend-home-button','s:30:\"aeb-latn:Il-pāj il-ewelēniye\";'),('aeb-latn','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('aeb-latn','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('aeb-latn','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('aeb-latn','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('aeb-latn','messages:mobile-frontend-language-article-heading','s:31:\"aeb-latn:Aqrē fi- lūğa uxrā\";'),('aeb-latn','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('aeb-latn','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('aeb-latn','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('aeb-latn','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('aeb-latn','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('aeb-latn','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('aeb-latn','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('aeb-latn','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('aeb-latn','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('aeb-latn','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('aeb-latn','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('aeb-latn','messages:mobile-frontend-last-modified-date','s:40:\"aeb-latn:Tbeddlit ixxir marre fî $1, $2\";'),('aeb-latn','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('aeb-latn','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('aeb-latn','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('aeb-latn','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('aeb-latn','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('aeb-latn','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aeb-latn','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('aeb-latn','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('aeb-latn','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('aeb-latn','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('aeb-latn','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('aeb-latn','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('aeb-latn','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('aeb-latn','messages:mobile-frontend-login','s:21:\"aeb-latn:Ağmil koñt\";'),('aeb-latn','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('aeb-latn','messages:mobile-frontend-main-menu-account-create','s:21:\"aeb-latn:Aģmil koñt\";'),('aeb-latn','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('aeb-latn','messages:mobile-frontend-main-menu-button-tooltip','s:17:\"en:Open main menu\";'),('aeb-latn','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('aeb-latn','messages:mobile-frontend-main-menu-login','s:14:\"aeb-latn:Udxul\";'),('aeb-latn','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('aeb-latn','messages:mobile-frontend-main-menu-nearby','s:18:\"aeb-latn:Taqrīben\";'),('aeb-latn','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('aeb-latn','messages:mobile-frontend-main-menu-settings','s:22:\"aeb-latn:Il-paramētir\";'),('aeb-latn','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('aeb-latn','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('aeb-latn','messages:mobile-frontend-main-menu-watchlist','s:35:\"aeb-latn:Il-līste mtēģ il-ģesse\";'),('aeb-latn','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('aeb-latn','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('aeb-latn','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('aeb-latn','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('aeb-latn','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('aeb-latn','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('aeb-latn','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('aeb-latn','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('aeb-latn','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('aeb-latn','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('aeb-latn','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('aeb-latn','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('aeb-latn','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('aeb-latn','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('aeb-latn','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('aeb-latn','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('aeb-latn','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('aeb-latn','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('aeb-latn','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('aeb-latn','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('aeb-latn','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('aeb-latn','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('aeb-latn','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('aeb-latn','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('aeb-latn','messages:mobile-frontend-news-items','s:21:\"aeb-latn:F- il-Exbār\";'),('aeb-latn','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('aeb-latn','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('aeb-latn','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('aeb-latn','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('aeb-latn','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('aeb-latn','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('aeb-latn','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aeb-latn','messages:mobile-frontend-pageaction-edit-tooltip','s:68:\"aeb-latn:Beddil fiţ-ţarf mtēģ il-muqeddme mtēģ il-pāj hēđi.\";'),('aeb-latn','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('aeb-latn','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('aeb-latn','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('aeb-latn','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('aeb-latn','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('aeb-latn','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('aeb-latn','messages:mobile-frontend-password-placeholder','s:22:\"aeb-latn:Kilmit is-sir\";'),('aeb-latn','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('aeb-latn','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('aeb-latn','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('aeb-latn','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('aeb-latn','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('aeb-latn','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('aeb-latn','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('aeb-latn','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('aeb-latn','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('aeb-latn','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('aeb-latn','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('aeb-latn','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('aeb-latn','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('aeb-latn','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('aeb-latn','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('aeb-latn','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('aeb-latn','messages:mobile-frontend-placeholder','s:32:\"aeb-latn:Lawwij fî {{SITENAME}}\";'),('aeb-latn','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('aeb-latn','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('aeb-latn','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('aeb-latn','messages:mobile-frontend-privacy-link-text','s:10:\"en:Privacy\";'),('aeb-latn','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('aeb-latn','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('aeb-latn','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb-latn','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb-latn','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb-latn','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aeb-latn','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('aeb-latn','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('aeb-latn','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('aeb-latn','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('aeb-latn','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('aeb-latn','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('aeb-latn','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('aeb-latn','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('aeb-latn','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('aeb-latn','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('aeb-latn','messages:mobile-frontend-random-button','s:19:\"aeb-latn:B- iz-zhar\";'),('aeb-latn','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('aeb-latn','messages:mobile-frontend-regular-site','s:15:\"en:Desktop view\";'),('aeb-latn','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('aeb-latn','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('aeb-latn','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('aeb-latn','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('aeb-latn','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('aeb-latn','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('aeb-latn','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('aeb-latn','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('aeb-latn','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('aeb-latn','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('aeb-latn','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('aeb-latn','messages:mobile-frontend-search-submit','s:5:\"en:Go\";'),('aeb-latn','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('aeb-latn','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('aeb-latn','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('aeb-latn','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('aeb-latn','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('aeb-latn','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('aeb-latn','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('aeb-latn','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('aeb-latn','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('aeb-latn','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('aeb-latn','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('aeb-latn','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('aeb-latn','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('aeb-latn','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('aeb-latn','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('aeb-latn','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('aeb-latn','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('aeb-latn','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('aeb-latn','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('aeb-latn','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('aeb-latn','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('aeb-latn','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('aeb-latn','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('aeb-latn','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('aeb-latn','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('aeb-latn','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('aeb-latn','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('aeb-latn','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('aeb-latn','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('aeb-latn','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('aeb-latn','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('aeb-latn','messages:mobile-frontend-terms-text','s:15:\"en:Terms of Use\";'),('aeb-latn','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('aeb-latn','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('aeb-latn','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('aeb-latn','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('aeb-latn','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('aeb-latn','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('aeb-latn','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('aeb-latn','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('aeb-latn','messages:mobile-frontend-username-placeholder','s:30:\"aeb-latn:Ism il-ütīlīzatër\";'),('aeb-latn','messages:mobile-frontend-view','s:29:\"aeb-latn:Cūf b- il-portābil\";'),('aeb-latn','messages:mobile-frontend-view-desktop','s:17:\"aeb-latn:Il-bīru\";'),('aeb-latn','messages:mobile-frontend-view-mobile','s:18:\"aeb-latn:Portābil\";'),('aeb-latn','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('aeb-latn','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('aeb-latn','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('aeb-latn','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('aeb-latn','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('aeb-latn','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('aeb-latn','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('aeb-latn','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('aeb-latn','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('aeb-latn','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('aeb-latn','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('aeb-latn','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('aeb-latn','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('aeb-latn','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('aeb-latn','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('aeb-latn','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('aeb-latn','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('aeb-latn','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('aeb-latn','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('aeb-latn','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('aeb-latn','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('aeb-latn','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('aeb-latn','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('aeb-latn','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('aeb-latn','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('aeb-latn','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('aeb-latn','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('aeb-latn','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('aeb-latn','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('aeb-latn','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('aeb-latn','messages:mon','s:14:\"aeb-latn:Ŧnn.\";'),('aeb-latn','messages:monday','s:19:\"aeb-latn:Il-Iŧnīn\";'),('aeb-latn','messages:monday-at','s:15:\"en:Monday at $1\";'),('aeb-latn','messages:month','s:28:\"en:From month (and earlier):\";'),('aeb-latn','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('aeb-latn','messages:monthsall','s:15:\"aeb-latn:il-kul\";'),('aeb-latn','messages:moredotdotdot','s:18:\"aeb-latn:Akther...\";'),('aeb-latn','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('aeb-latn','messages:morenotlisted','s:31:\"en:This list may be incomplete.\";'),('aeb-latn','messages:mostcategories','s:33:\"en:Pages with the most categories\";'),('aeb-latn','messages:mostcategories-summary','s:3:\"en:\";'),('aeb-latn','messages:mostimages','s:23:\"en:Most linked-to files\";'),('aeb-latn','messages:mostimages-summary','s:3:\"en:\";'),('aeb-latn','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('aeb-latn','messages:mostinterwikis-summary','s:3:\"en:\";'),('aeb-latn','messages:mostlinked','s:23:\"en:Most linked-to pages\";'),('aeb-latn','messages:mostlinked-summary','s:3:\"en:\";'),('aeb-latn','messages:mostlinkedcategories','s:28:\"en:Most linked-to categories\";'),('aeb-latn','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('aeb-latn','messages:mostlinkedtemplates','s:25:\"en:Most transcluded pages\";'),('aeb-latn','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('aeb-latn','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('aeb-latn','messages:mostrevisions-summary','s:3:\"en:\";'),('aeb-latn','messages:move','s:7:\"en:Move\";'),('aeb-latn','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('aeb-latn','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('aeb-latn','messages:move-page','s:10:\"en:Move $1\";'),('aeb-latn','messages:move-page-legend','s:12:\"en:Move page\";'),('aeb-latn','messages:move-redirect-text','s:3:\"en:\";'),('aeb-latn','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('aeb-latn','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('aeb-latn','messages:move-watch','s:36:\"en:Watch source page and target page\";'),('aeb-latn','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('aeb-latn','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('aeb-latn','messages:moveddeleted-notice','s:114:\"en:This page does not exist.\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('aeb-latn','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('aeb-latn','messages:movelogpage','s:11:\"en:Move log\";'),('aeb-latn','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('aeb-latn','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('aeb-latn','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('aeb-latn','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('aeb-latn','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('aeb-latn','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('aeb-latn','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('aeb-latn','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('aeb-latn','messages:movepage-moved','s:47:\"en:<strong>\"$1\" has been moved to \"$2\"</strong>\";'),('aeb-latn','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('aeb-latn','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('aeb-latn','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('aeb-latn','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('aeb-latn','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('aeb-latn','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('aeb-latn','messages:movepage-summary','s:3:\"en:\";'),('aeb-latn','messages:movepagebtn','s:12:\"en:Move page\";'),('aeb-latn','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('aeb-latn','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aeb-latn','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aeb-latn','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aeb-latn','messages:movereason','s:10:\"en:Reason:\";'),('aeb-latn','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('aeb-latn','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('aeb-latn','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('aeb-latn','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('aeb-latn','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('aeb-latn','messages:movetalk','s:28:\"en:Move associated talk page\";'),('aeb-latn','messages:movethispage','s:17:\"en:Move this page\";'),('aeb-latn','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('aeb-latn','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('aeb-latn','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('aeb-latn','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('aeb-latn','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('aeb-latn','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('aeb-latn','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('aeb-latn','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('aeb-latn','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('aeb-latn','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('aeb-latn','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('aeb-latn','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('aeb-latn','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('aeb-latn','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('aeb-latn','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('aeb-latn','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('aeb-latn','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('aeb-latn','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('aeb-latn','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('aeb-latn','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('aeb-latn','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('aeb-latn','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('aeb-latn','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('aeb-latn','messages:mycontris','s:19:\"aeb-latn:Mucērqēt\";'),('aeb-latn','messages:mycustomcssprotected','s:52:\"en:You do not have permission to edit this CSS page.\";'),('aeb-latn','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('aeb-latn','messages:mycustomjsprotected','s:59:\"en:You do not have permission to edit this JavaScript page.\";'),('aeb-latn','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('aeb-latn','messages:mypage','s:7:\"en:Page\";'),('aeb-latn','messages:mypreferences','s:14:\"en:Preferences\";'),('aeb-latn','messages:mypreferencesprotected','s:55:\"en:You do not have permission to edit your preferences.\";'),('aeb-latn','messages:myprivateinfoprotected','s:63:\"en:You do not have permission to edit your private information.\";'),('aeb-latn','messages:mytalk','s:17:\"aeb-latn:Ḩdīŧ\";'),('aeb-latn','messages:mywatchlist','s:35:\"aeb-latn:Il-līste mtēģ il-ģesse\";'),('aeb-latn','messages:namespace','s:23:\"aeb-latn:Newģ il-pāj:\";'),('aeb-latn','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('aeb-latn','messages:namespace_association','s:29:\"aeb-latn:Nawģ ģandu ģlēqa\";'),('aeb-latn','messages:namespaceprotected','s:81:\"en:You do not have permission to edit pages in the <strong>$1</strong> namespace.\";'),('aeb-latn','messages:namespaces','s:27:\"aeb-latn:Enwēģ il-pājēt\";'),('aeb-latn','messages:namespacesall','s:15:\"aeb-latn:il-kul\";'),('aeb-latn','messages:nav-login-createaccount','s:33:\"aeb-latn:Connecti / aεmel compte\";'),('aeb-latn','messages:navigation','s:17:\"aeb-latn:Ḩawwis\";'),('aeb-latn','messages:navigation-heading','s:42:\"aeb-latn:il-mënü mtēģ in-navigāsyioñ\";'),('aeb-latn','messages:nbytes','s:31:\"aeb-latn:$1 {{PLURAL:$1|oktē}}\";'),('aeb-latn','messages:ncategories','s:39:\"en:$1 {{PLURAL:$1|category|categories}}\";'),('aeb-latn','messages:nchanges','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('aeb-latn','messages:nearby','s:27:\"en:Pages on topics near you\";'),('aeb-latn','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('aeb-latn','messages:newarticle','s:8:\"en:(New)\";'),('aeb-latn','messages:newarticletext','s:231:\"en:You have followed a link to a page that does not exist yet.\nTo create the page, start typing in the box below (see the [$1 help page] for more info).\nIf you are here by mistake, click your browser\'s <strong>back</strong> button.\";'),('aeb-latn','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('aeb-latn','messages:newimages','s:23:\"en:Gallery of new files\";'),('aeb-latn','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('aeb-latn','messages:newimages-legend','s:9:\"en:Filter\";'),('aeb-latn','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('aeb-latn','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('aeb-latn','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('aeb-latn','messages:newimages-user','s:25:\"en:IP address or username\";'),('aeb-latn','messages:newimagestext','s:4:\"en:-\";'),('aeb-latn','messages:newmessagesdifflinkplural','s:40:\"en:last {{PLURAL:$1|change|999=changes}}\";'),('aeb-latn','messages:newmessageslinkplural','s:47:\"en:{{PLURAL:$1|a new message|999=new messages}}\";'),('aeb-latn','messages:newpage','s:20:\"aeb-latn:Pāj jdīde\";'),('aeb-latn','messages:newpageletter','s:10:\"aeb-latn:J\";'),('aeb-latn','messages:newpages','s:24:\"aeb-latn:Şafḩāt jdud\";'),('aeb-latn','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('aeb-latn','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('aeb-latn','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('aeb-latn','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('aeb-latn','messages:newpages-submit','s:7:\"en:Show\";'),('aeb-latn','messages:newpages-summary','s:3:\"en:\";'),('aeb-latn','messages:newpages-username','s:12:\"en:Username:\";'),('aeb-latn','messages:newpassword','s:16:\"en:New password:\";'),('aeb-latn','messages:newsection','s:14:\"en:New section\";'),('aeb-latn','messages:newsection-page','s:14:\"en:Target page\";'),('aeb-latn','messages:newsection-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:newsection-summary','s:3:\"en:\";'),('aeb-latn','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('aeb-latn','messages:newsectionsummary','s:23:\"en:/* $1 */ new section\";'),('aeb-latn','messages:newtitle','s:13:\"en:New title:\";'),('aeb-latn','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('aeb-latn','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('aeb-latn','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('aeb-latn','messages:newuserlogpage','s:20:\"en:User creation log\";'),('aeb-latn','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('aeb-latn','messages:newwindow','s:34:\"aeb-latn:(ḩil fi- cubbēk jdīd)\";'),('aeb-latn','messages:next','s:7:\"en:next\";'),('aeb-latn','messages:next-page','s:12:\"en:next page\";'),('aeb-latn','messages:nextdiff','s:22:\"aeb-latn:Tabdīl ejded\";'),('aeb-latn','messages:nextn','s:39:\"aeb-latn:il-{{PLURAL:$1|$1}} ij-jēyîn\";'),('aeb-latn','messages:nextn-title','s:49:\"aeb-latn:il-$1 {{PLURAL:$1|rêzülta}} ij-jēyīn\";'),('aeb-latn','messages:nextpage','s:17:\"en:Next page ($1)\";'),('aeb-latn','messages:nextrevision','s:21:\"en:Newer revision →\";'),('aeb-latn','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('aeb-latn','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('aeb-latn','messages:nlinks','s:30:\"en:$1 {{PLURAL:$1|link|links}}\";'),('aeb-latn','messages:nmembers','s:34:\"en:$1 {{PLURAL:$1|member|members}}\";'),('aeb-latn','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('aeb-latn','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('aeb-latn','messages:noarticletext','s:384:\"aeb-latn:Mē famme ḩattā tēkst tawwe fi- iş-şafḩa hēđi.\nTnejjim [[Special:Search/{{PAGENAME}}|tfarkis ģe- il-tītr mtēģ iş-şafḩa]] fi- safḩāt uxrīne, <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} tfarkis fi- il-istorīk illī ģandhum ģalēqa], \nwallē [{{fullurl:{{FULLPAGENAME}}|action=edit}} tbaddil iş-şafḩa hēđi]</span>\";'),('aeb-latn','messages:noarticletext-nopermission','s:292:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.\";'),('aeb-latn','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('aeb-latn','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('aeb-latn','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('aeb-latn','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('aeb-latn','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('aeb-latn','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('aeb-latn','messages:nocookiesnew','s:198:\"en:The user account was created, but you are not logged in.\n{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them, then log in with your new username and password.\";'),('aeb-latn','messages:nocreate-loggedin','s:50:\"en:You do not have permission to create new pages.\";'),('aeb-latn','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('aeb-latn','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('aeb-latn','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('aeb-latn','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('aeb-latn','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('aeb-latn','messages:noemail','s:52:\"en:There is no email address recorded for user \"$1\".\";'),('aeb-latn','messages:noemailcreate','s:45:\"en:You need to provide a valid email address.\";'),('aeb-latn','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('aeb-latn','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('aeb-latn','messages:noemailtitle','s:19:\"en:No email address\";'),('aeb-latn','messages:nohistory','s:42:\"en:There is no edit history for this page.\";'),('aeb-latn','messages:noimages','s:18:\"en:Nothing to see.\";'),('aeb-latn','messages:noindex-category','s:18:\"en:Noindexed pages\";'),('aeb-latn','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('aeb-latn','messages:nolicense','s:16:\"en:None selected\";'),('aeb-latn','messages:nolinkshere','s:40:\"en:No pages link to <strong>$2</strong>.\";'),('aeb-latn','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('aeb-latn','messages:nolinkstoimage','s:59:\"aeb-latn:mē femmēc pājēt ywaşlū l- hēđē il-ficyēy\";'),('aeb-latn','messages:noname','s:43:\"en:You have not specified a valid username.\";'),('aeb-latn','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('aeb-latn','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('aeb-latn','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('aeb-latn','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('aeb-latn','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('aeb-latn','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('aeb-latn','messages:nopagetitle','s:22:\"en:No such target page\";'),('aeb-latn','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('aeb-latn','messages:nospecialpagetext','s:157:\"en:<strong>You have requested an invalid special page.</strong>\n\nA list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].\";'),('aeb-latn','messages:nosuchaction','s:17:\"en:No such action\";'),('aeb-latn','messages:nosuchactiontext','s:179:\"en:The action specified by the URL is invalid.\nYou might have mistyped the URL, or followed an incorrect link.\nThis might also indicate a bug in the software used by {{SITENAME}}.\";'),('aeb-latn','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('aeb-latn','messages:nosuchsectiontitle','s:22:\"en:Cannot find section\";'),('aeb-latn','messages:nosuchspecialpage','s:23:\"en:No such special page\";'),('aeb-latn','messages:nosuchuser','s:139:\"en:There is no user by the name \"$1\".\nUsernames are case-sensitive.\nCheck your spelling, or [[Special:CreateAccount|create a new account]].\";'),('aeb-latn','messages:nosuchusershort','s:58:\"en:There is no user by the name \"$1\".\nCheck your spelling.\";'),('aeb-latn','messages:notanarticle','s:21:\"en:Not a content page\";'),('aeb-latn','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('aeb-latn','messages:notargettitle','s:12:\"en:No target\";'),('aeb-latn','messages:note','s:25:\"en:<strong>Note:</strong>\";'),('aeb-latn','messages:notextmatches','s:23:\"en:No page text matches\";'),('aeb-latn','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('aeb-latn','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('aeb-latn','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('aeb-latn','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('aeb-latn','messages:notloggedin','s:16:\"en:Not logged in\";'),('aeb-latn','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('aeb-latn','messages:nouserspecified','s:34:\"en:You have to specify a username.\";'),('aeb-latn','messages:nov','s:13:\"aeb-latn:.Nov\";'),('aeb-latn','messages:november','s:17:\"aeb-latn:Nuvombir\";'),('aeb-latn','messages:november-gen','s:17:\"aeb-latn:Nuvombir\";'),('aeb-latn','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('aeb-latn','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('aeb-latn','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('aeb-latn','messages:ns-specialprotected','s:48:\"aeb-latn:Il-pâjêt is-spêsyâl mê yitbidlûc.\";'),('aeb-latn','messages:nstab-category','s:19:\"aeb-latn:Katēgorī\";'),('aeb-latn','messages:nstab-help','s:35:\"aeb-latn:Il-pâj mtêģ il-mģâwne\";'),('aeb-latn','messages:nstab-image','s:16:\"aeb-latn:Ficyēy\";'),('aeb-latn','messages:nstab-main','s:17:\"aeb-latn:Şafḩa\";'),('aeb-latn','messages:nstab-mainpage','s:12:\"en:Main Page\";'),('aeb-latn','messages:nstab-media','s:13:\"en:Media page\";'),('aeb-latn','messages:nstab-mediawiki','s:16:\"aeb-latn:Messàj\";'),('aeb-latn','messages:nstab-project','s:35:\"aeb-latn:Il-pāj mtēģ il-macrūģ\";'),('aeb-latn','messages:nstab-special','s:26:\"aeb-latn:Safḩa spēsyāl\";'),('aeb-latn','messages:nstab-talk','s:3:\"en:\";'),('aeb-latn','messages:nstab-template','s:15:\"aeb-latn:Blāqe\";'),('aeb-latn','messages:nstab-user','s:41:\"aeb-latn:Il-Pāj mtêģ il-ütīlīzatër\";'),('aeb-latn','messages:ntimes','s:7:\"en:$1×\";'),('aeb-latn','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('aeb-latn','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('aeb-latn','messages:oct','s:13:\"aeb-latn:Okt.\";'),('aeb-latn','messages:october','s:16:\"aeb-latn:Uktobir\";'),('aeb-latn','messages:october-gen','s:16:\"aeb-latn:Uktobir\";'),('aeb-latn','messages:ok','s:11:\"aeb-latn:ok\";'),('aeb-latn','messages:oldpassword','s:16:\"en:Old password:\";'),('aeb-latn','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('aeb-latn','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('aeb-latn','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('aeb-latn','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('aeb-latn','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('aeb-latn','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('aeb-latn','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('aeb-latn','messages:ooui-field-help','s:7:\"en:Help\";'),('aeb-latn','messages:ooui-item-remove','s:9:\"en:Remove\";'),('aeb-latn','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('aeb-latn','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('aeb-latn','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('aeb-latn','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('aeb-latn','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('aeb-latn','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('aeb-latn','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('aeb-latn','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('aeb-latn','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('aeb-latn','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('aeb-latn','messages:ooui-toolbar-more','s:7:\"en:More\";'),('aeb-latn','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('aeb-latn','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('aeb-latn','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('aeb-latn','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('aeb-latn','messages:otherlanguages','s:29:\"aeb-latn:B- lūğāt ukhrīne\";'),('aeb-latn','messages:others','s:9:\"en:others\";'),('aeb-latn','messages:overwrite','s:47:\"en:Overwriting an existing file is not allowed.\";'),('aeb-latn','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('aeb-latn','messages:page-atom-feed','s:28:\"aeb-latn:Flü Atom mtēģ $1\";'),('aeb-latn','messages:page-rss-feed','s:16:\"en:\"$1\" RSS feed\";'),('aeb-latn','messages:page_first','s:8:\"en:first\";'),('aeb-latn','messages:page_last','s:7:\"en:last\";'),('aeb-latn','messages:pagecategories','s:48:\"aeb-latn:{{PLURAL:$1|Katēgorī|Katēgorīyēt}}\";'),('aeb-latn','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('aeb-latn','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('aeb-latn','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('aeb-latn','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('aeb-latn','messages:pagedata-title','s:12:\"en:Page data\";'),('aeb-latn','messages:pagehist','s:15:\"en:Page history\";'),('aeb-latn','messages:pagehistory','s:15:\"en:Page history\";'),('aeb-latn','messages:pagehistory-summary','s:3:\"en:\";'),('aeb-latn','messages:pageid','s:13:\"en:page ID $1\";'),('aeb-latn','messages:pageinfo','s:12:\"en:Page info\";'),('aeb-latn','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('aeb-latn','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('aeb-latn','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('aeb-latn','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('aeb-latn','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('aeb-latn','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('aeb-latn','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('aeb-latn','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('aeb-latn','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('aeb-latn','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('aeb-latn','messages:pageinfo-contentpage-yes','s:6:\"en:Yes\";'),('aeb-latn','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('aeb-latn','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('aeb-latn','messages:pageinfo-edits','s:24:\"en:Total number of edits\";'),('aeb-latn','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('aeb-latn','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('aeb-latn','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('aeb-latn','messages:pageinfo-firsttime','s:24:\"en:Date of page creation\";'),('aeb-latn','messages:pageinfo-firstuser','s:15:\"en:Page creator\";'),('aeb-latn','messages:pageinfo-footer','s:4:\"en:-\";'),('aeb-latn','messages:pageinfo-header','s:4:\"en:-\";'),('aeb-latn','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('aeb-latn','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('aeb-latn','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('aeb-latn','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('aeb-latn','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('aeb-latn','messages:pageinfo-language','s:24:\"en:Page content language\";'),('aeb-latn','messages:pageinfo-language-change','s:9:\"en:change\";'),('aeb-latn','messages:pageinfo-lasttime','s:22:\"en:Date of latest edit\";'),('aeb-latn','messages:pageinfo-lastuser','s:16:\"en:Latest editor\";'),('aeb-latn','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('aeb-latn','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('aeb-latn','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('aeb-latn','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('aeb-latn','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('aeb-latn','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('aeb-latn','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('aeb-latn','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('aeb-latn','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('aeb-latn','messages:pageinfo-redirects-name','s:35:\"en:Number of redirects to this page\";'),('aeb-latn','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('aeb-latn','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('aeb-latn','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('aeb-latn','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('aeb-latn','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('aeb-latn','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('aeb-latn','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('aeb-latn','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('aeb-latn','messages:pageinfo-summary','s:3:\"en:\";'),('aeb-latn','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('aeb-latn','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('aeb-latn','messages:pageinfo-toolboxlink','s:38:\"aeb-latn:Maģlūmēt ģlā hē il-pāj\";'),('aeb-latn','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('aeb-latn','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('aeb-latn','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('aeb-latn','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('aeb-latn','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('aeb-latn','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('aeb-latn','messages:pagelang-language','s:11:\"en:Language\";'),('aeb-latn','messages:pagelang-name','s:7:\"en:Page\";'),('aeb-latn','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('aeb-latn','messages:pagelang-reason','s:9:\"en:Reason\";'),('aeb-latn','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('aeb-latn','messages:pagelang-submit','s:9:\"en:Submit\";'),('aeb-latn','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('aeb-latn','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('aeb-latn','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('aeb-latn','messages:pagelanguage','s:23:\"en:Change page language\";'),('aeb-latn','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('aeb-latn','messages:pagemovedsub','s:17:\"en:Move succeeded\";'),('aeb-latn','messages:pager-newer-n','s:33:\"en:{{PLURAL:$1|newer 1|newer $1}}\";'),('aeb-latn','messages:pager-older-n','s:33:\"en:{{PLURAL:$1|older 1|older $1}}\";'),('aeb-latn','messages:pagesize','s:10:\"en:(bytes)\";'),('aeb-latn','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('aeb-latn','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('aeb-latn','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('aeb-latn','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('aeb-latn','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('aeb-latn','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('aeb-latn','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('aeb-latn','messages:pageswithprop-submit','s:5:\"en:Go\";'),('aeb-latn','messages:pageswithprop-summary','s:3:\"en:\";'),('aeb-latn','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('aeb-latn','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('aeb-latn','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('aeb-latn','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('aeb-latn','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('aeb-latn','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('aeb-latn','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('aeb-latn','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('aeb-latn','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('aeb-latn','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('aeb-latn','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('aeb-latn','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('aeb-latn','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('aeb-latn','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('aeb-latn','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('aeb-latn','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('aeb-latn','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('aeb-latn','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('aeb-latn','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('aeb-latn','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('aeb-latn','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('aeb-latn','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('aeb-latn','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('aeb-latn','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('aeb-latn','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('aeb-latn','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('aeb-latn','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('aeb-latn','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('aeb-latn','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('aeb-latn','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('aeb-latn','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('aeb-latn','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('aeb-latn','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('aeb-latn','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('aeb-latn','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('aeb-latn','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('aeb-latn','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('aeb-latn','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('aeb-latn','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('aeb-latn','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('aeb-latn','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('aeb-latn','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('aeb-latn','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('aeb-latn','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('aeb-latn','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('aeb-latn','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('aeb-latn','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('aeb-latn','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('aeb-latn','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('aeb-latn','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('aeb-latn','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('aeb-latn','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('aeb-latn','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('aeb-latn','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('aeb-latn','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('aeb-latn','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('aeb-latn','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('aeb-latn','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('aeb-latn','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('aeb-latn','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('aeb-latn','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('aeb-latn','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('aeb-latn','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('aeb-latn','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('aeb-latn','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('aeb-latn','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('aeb-latn','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('aeb-latn','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('aeb-latn','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('aeb-latn','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('aeb-latn','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('aeb-latn','messages:parentheses','s:7:\"en:($1)\";'),('aeb-latn','messages:parentheses-end','s:4:\"en:)\";'),('aeb-latn','messages:parentheses-start','s:4:\"en:(\";'),('aeb-latn','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('aeb-latn','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('aeb-latn','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('aeb-latn','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('aeb-latn','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('aeb-latn','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('aeb-latn','messages:password-change-forbidden','s:44:\"en:You cannot change passwords on this wiki.\";'),('aeb-latn','messages:password-login-forbidden','s:60:\"en:The use of this username and password has been forbidden.\";'),('aeb-latn','messages:password-name-match','s:54:\"en:Your password must be different from your username.\";'),('aeb-latn','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('aeb-latn','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('aeb-latn','messages:passwordpolicies','s:20:\"en:Password policies\";'),('aeb-latn','messages:passwordpolicies-group','s:8:\"en:Group\";'),('aeb-latn','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('aeb-latn','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('aeb-latn','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('aeb-latn','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('aeb-latn','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('aeb-latn','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('aeb-latn','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('aeb-latn','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('aeb-latn','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('aeb-latn','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('aeb-latn','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('aeb-latn','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('aeb-latn','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('aeb-latn','messages:passwordremindertitle','s:42:\"en:New temporary password for {{SITENAME}}\";'),('aeb-latn','messages:passwordreset','s:17:\"en:Reset password\";'),('aeb-latn','messages:passwordreset-disabled','s:51:\"en:Password resets have been disabled on this wiki.\";'),('aeb-latn','messages:passwordreset-domain','s:10:\"en:Domain:\";'),('aeb-latn','messages:passwordreset-email','s:17:\"en:Email address:\";'),('aeb-latn','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('aeb-latn','messages:passwordreset-emailelement','s:39:\"en:Username:\n$1\n\nTemporary password:\n$2\";'),('aeb-latn','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('aeb-latn','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('aeb-latn','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('aeb-latn','messages:passwordreset-emailtitle','s:34:\"en:Account details on {{SITENAME}}\";'),('aeb-latn','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('aeb-latn','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('aeb-latn','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('aeb-latn','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('aeb-latn','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('aeb-latn','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('aeb-latn','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('aeb-latn','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('aeb-latn','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('aeb-latn','messages:passwordreset-username','s:12:\"en:Username:\";'),('aeb-latn','messages:passwordsent','s:115:\"en:A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.\";'),('aeb-latn','messages:passwordtoolong','s:75:\"en:Passwords cannot be longer than {{PLURAL:$1|1 character|$1 characters}}.\";'),('aeb-latn','messages:passwordtooshort','s:70:\"en:Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.\";'),('aeb-latn','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('aeb-latn','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('aeb-latn','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('aeb-latn','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('aeb-latn','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('aeb-latn','messages:pear-mail-error','s:5:\"en:$1\";'),('aeb-latn','messages:percent','s:6:\"en:$1%\";'),('aeb-latn','messages:perfcached','s:138:\"en:The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('aeb-latn','messages:perfcachedts','s:137:\"en:The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.\";'),('aeb-latn','messages:period-am','s:5:\"en:AM\";'),('aeb-latn','messages:period-pm','s:5:\"en:PM\";'),('aeb-latn','messages:permalink','s:34:\"aeb-latn:lyeñ yuqģud dīme dīme\";'),('aeb-latn','messages:permanentlink','s:17:\"en:Permanent link\";'),('aeb-latn','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('aeb-latn','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('aeb-latn','messages:permanentlink-summary','s:3:\"en:\";'),('aeb-latn','messages:permissionserrors','s:19:\"en:Permission error\";'),('aeb-latn','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('aeb-latn','messages:permissionserrorstext-withaction','s:84:\"en:You do not have permission to $2, for the following {{PLURAL:$1|reason|reasons}}:\";'),('aeb-latn','messages:personaltools','s:19:\"aeb-latn:Mēģūnik\";'),('aeb-latn','messages:php-mail-error','s:5:\"en:$1\";'),('aeb-latn','messages:php-mail-error-unknown','s:42:\"en:Unknown error in PHP\'s mail() function.\";'),('aeb-latn','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('aeb-latn','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('aeb-latn','messages:policy-url','s:26:\"aeb-latn:Project:Elpolitik\";'),('aeb-latn','messages:pool-errorunknown','s:35:\"aeb-latn:Ghaltʾa ma nagħrfouhàch\";'),('aeb-latn','messages:pool-queuefull','s:25:\"aeb-latn:Essʾaf mgħabbi\";'),('aeb-latn','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('aeb-latn','messages:pool-timeout','s:27:\"aeb-latn:Waqt esstennya wfa\";'),('aeb-latn','messages:poolcounter-usage-error','s:18:\"en:Usage error: $1\";'),('aeb-latn','messages:portal','s:28:\"aeb-latn:Daxlit il-mujtamaģ\";'),('aeb-latn','messages:portal-url','s:26:\"aeb-latn:Project:Mujtamaģ\";'),('aeb-latn','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('aeb-latn','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('aeb-latn','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('aeb-latn','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('aeb-latn','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('aeb-latn','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('aeb-latn','messages:postedit-confirmation-created','s:29:\"en:The page has been created.\";'),('aeb-latn','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('aeb-latn','messages:postedit-confirmation-restored','s:30:\"en:The page has been restored.\";'),('aeb-latn','messages:postedit-confirmation-saved','s:23:\"en:Your edit was saved.\";'),('aeb-latn','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('aeb-latn','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('aeb-latn','messages:powersearch-legend','s:18:\"en:Advanced search\";'),('aeb-latn','messages:powersearch-ns','s:24:\"en:Search in namespaces:\";'),('aeb-latn','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('aeb-latn','messages:powersearch-toggleall','s:6:\"en:All\";'),('aeb-latn','messages:powersearch-togglelabel','s:9:\"en:Check:\";'),('aeb-latn','messages:powersearch-togglenone','s:7:\"en:None\";'),('aeb-latn','messages:preferences','s:14:\"en:Preferences\";'),('aeb-latn','messages:preferences-summary','s:3:\"en:\";'),('aeb-latn','messages:prefixindex','s:24:\"en:All pages with prefix\";'),('aeb-latn','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('aeb-latn','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('aeb-latn','messages:prefixindex-submit','s:7:\"en:Show\";'),('aeb-latn','messages:prefixindex-summary','s:3:\"en:\";'),('aeb-latn','messages:prefs-advancedediting','s:18:\"en:General options\";'),('aeb-latn','messages:prefs-advancedrc','s:19:\"en:Advanced options\";'),('aeb-latn','messages:prefs-advancedrendering','s:19:\"en:Advanced options\";'),('aeb-latn','messages:prefs-advancedsearchoptions','s:19:\"en:Advanced options\";'),('aeb-latn','messages:prefs-advancedwatchlist','s:19:\"en:Advanced options\";'),('aeb-latn','messages:prefs-changeemail','s:33:\"en:Change or remove email address\";'),('aeb-latn','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('aeb-latn','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('aeb-latn','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('aeb-latn','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('aeb-latn','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('aeb-latn','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('aeb-latn','messages:prefs-dateformat','s:14:\"en:Date format\";'),('aeb-latn','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('aeb-latn','messages:prefs-diffs','s:8:\"en:Diffs\";'),('aeb-latn','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('aeb-latn','messages:prefs-displayrc','s:18:\"en:Display options\";'),('aeb-latn','messages:prefs-displaywatchlist','s:18:\"en:Display options\";'),('aeb-latn','messages:prefs-editing','s:10:\"en:Editing\";'),('aeb-latn','messages:prefs-editor','s:9:\"en:Editor\";'),('aeb-latn','messages:prefs-edits','s:19:\"en:Number of edits:\";'),('aeb-latn','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('aeb-latn','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('aeb-latn','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('aeb-latn','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('aeb-latn','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('aeb-latn','messages:prefs-email','s:16:\"en:Email options\";'),('aeb-latn','messages:prefs-emailconfirm-label','s:22:\"en:Email confirmation:\";'),('aeb-latn','messages:prefs-files','s:8:\"en:Files\";'),('aeb-latn','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('aeb-latn','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('aeb-latn','messages:prefs-help-email-required','s:29:\"en:Email address is required.\";'),('aeb-latn','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('aeb-latn','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('aeb-latn','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('aeb-latn','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('aeb-latn','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('aeb-latn','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('aeb-latn','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('aeb-latn','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('aeb-latn','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('aeb-latn','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('aeb-latn','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('aeb-latn','messages:prefs-i18n','s:23:\"en:Internationalisation\";'),('aeb-latn','messages:prefs-info','s:20:\"en:Basic information\";'),('aeb-latn','messages:prefs-labs','s:16:\"en:Labs features\";'),('aeb-latn','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('aeb-latn','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('aeb-latn','messages:prefs-misc','s:7:\"en:Misc\";'),('aeb-latn','messages:prefs-namespaces','s:13:\"en:Namespaces\";'),('aeb-latn','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('aeb-latn','messages:prefs-personal','s:15:\"en:User profile\";'),('aeb-latn','messages:prefs-preview','s:10:\"en:Preview\";'),('aeb-latn','messages:prefs-rc','s:17:\"en:Recent changes\";'),('aeb-latn','messages:prefs-registration','s:21:\"en:Registration time:\";'),('aeb-latn','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('aeb-latn','messages:prefs-rendering','s:13:\"en:Appearance\";'),('aeb-latn','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('aeb-latn','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('aeb-latn','messages:prefs-resetpass','s:18:\"en:Change password\";'),('aeb-latn','messages:prefs-searchmisc','s:10:\"en:General\";'),('aeb-latn','messages:prefs-searchoptions','s:9:\"en:Search\";'),('aeb-latn','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('aeb-latn','messages:prefs-signature','s:12:\"en:Signature\";'),('aeb-latn','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('aeb-latn','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('aeb-latn','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('aeb-latn','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('aeb-latn','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('aeb-latn','messages:prefs-skin','s:7:\"en:Skin\";'),('aeb-latn','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('aeb-latn','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('aeb-latn','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('aeb-latn','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('aeb-latn','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('aeb-latn','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('aeb-latn','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('aeb-latn','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('aeb-latn','messages:prefs-user-pages','s:13:\"en:User pages\";'),('aeb-latn','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('aeb-latn','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('aeb-latn','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('aeb-latn','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('aeb-latn','messages:prefs-watchlist','s:12:\"en:Watchlist\";'),('aeb-latn','messages:prefs-watchlist-days','s:29:\"en:Days to show in watchlist:\";'),('aeb-latn','messages:prefs-watchlist-days-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('aeb-latn','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('aeb-latn','messages:prefs-watchlist-edits-max','s:23:\"en:Maximum number: 1000\";'),('aeb-latn','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('aeb-latn','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('aeb-latn','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('aeb-latn','messages:prev-page','s:16:\"en:previous page\";'),('aeb-latn','messages:preview','s:10:\"en:Preview\";'),('aeb-latn','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('aeb-latn','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('aeb-latn','messages:previewnote','s:99:\"en:<strong>Remember that this is only a preview.</strong>\nYour changes have not yet been published!\";'),('aeb-latn','messages:previousdiff','s:26:\"aeb-latn:← Tabdīl Aqdim\";'),('aeb-latn','messages:previousrevision','s:21:\"en:← Older revision\";'),('aeb-latn','messages:prevn','s:40:\"aeb-latn:il-{{PLURAL:$1|$1}} il-fēytîn\";'),('aeb-latn','messages:prevn-title','s:43:\"en:Previous $1 {{PLURAL:$1|result|results}}\";'),('aeb-latn','messages:prevpage','s:21:\"en:Previous page ($1)\";'),('aeb-latn','messages:print','s:18:\"aeb-latn:Atʾbagħ\";'),('aeb-latn','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('aeb-latn','messages:printableversion','s:31:\"aeb-latn:Kopī bēc tiţbaģhē\";'),('aeb-latn','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('aeb-latn','messages:privacy','s:49:\"aeb-latn:Is-siyēse mtēģ il-koñfīdonsyalītē\";'),('aeb-latn','messages:privacypage','s:60:\"aeb-latn:Project:Il-polītīk mtēģ il-koñfīdoñsyalītê\";'),('aeb-latn','messages:prot_1movedto2','s:25:\"en:[[$1]] moved to [[$2]]\";'),('aeb-latn','messages:protect','s:15:\"aeb-latn:Ħàmi\";'),('aeb-latn','messages:protect-badnamespace-text','s:47:\"en:Pages in this namespace cannot be protected.\";'),('aeb-latn','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('aeb-latn','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('aeb-latn','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('aeb-latn','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('aeb-latn','messages:protect-default','s:18:\"en:Allow all users\";'),('aeb-latn','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('aeb-latn','messages:protect-edit-reasonlist','s:26:\"en:Edit protection reasons\";'),('aeb-latn','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('aeb-latn','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('aeb-latn','messages:protect-expiring','s:19:\"en:expires $1 (UTC)\";'),('aeb-latn','messages:protect-expiring-local','s:13:\"en:expires $1\";'),('aeb-latn','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('aeb-latn','messages:protect-expiry-options','s:142:\"en:1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite\";'),('aeb-latn','messages:protect-fallback','s:40:\"en:Allow only users with \"$1\" permission\";'),('aeb-latn','messages:protect-legend','s:21:\"en:Confirm protection\";'),('aeb-latn','messages:protect-level-autoconfirmed','s:33:\"en:Allow only autoconfirmed users\";'),('aeb-latn','messages:protect-level-sysop','s:28:\"en:Allow only administrators\";'),('aeb-latn','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('aeb-latn','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('aeb-latn','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('aeb-latn','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('aeb-latn','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('aeb-latn','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('aeb-latn','messages:protect-otherreason-op','s:15:\"en:Other reason\";'),('aeb-latn','messages:protect-othertime','s:14:\"en:Other time:\";'),('aeb-latn','messages:protect-othertime-op','s:13:\"en:other time\";'),('aeb-latn','messages:protect-summary-cascade','s:12:\"en:cascading\";'),('aeb-latn','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('aeb-latn','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('aeb-latn','messages:protect-title','s:38:\"en:Change protection settings for \"$1\"\";'),('aeb-latn','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('aeb-latn','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('aeb-latn','messages:protect_change','s:15:\"aeb-latn:baddil\";'),('aeb-latn','messages:protect_expiry_invalid','s:30:\"en:Expiration time is invalid.\";'),('aeb-latn','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('aeb-latn','messages:protectcomment','s:10:\"en:Reason:\";'),('aeb-latn','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('aeb-latn','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('aeb-latn','messages:protectedinterface','s:242:\"en:This page provides interface text for the software on this wiki, and is protected to prevent abuse.\nTo add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('aeb-latn','messages:protectedpage','s:24:\"aeb-latn:Pâj maḩmîye\";'),('aeb-latn','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('aeb-latn','messages:protectedpages','s:18:\"en:Protected pages\";'),('aeb-latn','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('aeb-latn','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('aeb-latn','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('aeb-latn','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('aeb-latn','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('aeb-latn','messages:protectedpages-page','s:7:\"en:Page\";'),('aeb-latn','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('aeb-latn','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('aeb-latn','messages:protectedpages-reason','s:9:\"en:Reason\";'),('aeb-latn','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('aeb-latn','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('aeb-latn','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('aeb-latn','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('aeb-latn','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('aeb-latn','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('aeb-latn','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('aeb-latn','messages:protectedpagetext','s:68:\"en:This page has been protected to prevent editing or other actions.\";'),('aeb-latn','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('aeb-latn','messages:protectedtitles','s:19:\"en:Protected titles\";'),('aeb-latn','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('aeb-latn','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('aeb-latn','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('aeb-latn','messages:protectexpiry','s:11:\"en:Expires:\";'),('aeb-latn','messages:protectlogpage','s:17:\"en:Protection log\";'),('aeb-latn','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('aeb-latn','messages:protectpage','s:17:\"en:Protect a page\";'),('aeb-latn','messages:protectpage-summary','s:3:\"en:\";'),('aeb-latn','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('aeb-latn','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('aeb-latn','messages:pt-createaccount','s:21:\"aeb-latn:Aģmil koñt\";'),('aeb-latn','messages:pt-login','s:14:\"aeb-latn:Udxul\";'),('aeb-latn','messages:pt-login-button','s:14:\"aeb-latn:Udxul\";'),('aeb-latn','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('aeb-latn','messages:pt-userlogout','s:14:\"aeb-latn:Uxruj\";'),('aeb-latn','messages:publishchanges','s:18:\"en:Publish changes\";'),('aeb-latn','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('aeb-latn','messages:publishpage','s:15:\"en:Publish page\";'),('aeb-latn','messages:publishpage-start','s:18:\"en:Publish page…\";'),('aeb-latn','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('aeb-latn','messages:purge','s:8:\"en:Purge\";'),('aeb-latn','messages:purge-summary','s:3:\"en:\";'),('aeb-latn','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('aeb-latn','messages:querypage-no-updates','s:91:\"en:Updates for this page are currently disabled.\nData here will not presently be refreshed.\";'),('aeb-latn','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('aeb-latn','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('aeb-latn','messages:randomincategory','s:26:\"en:Random page in category\";'),('aeb-latn','messages:randomincategory-category','s:12:\"en:Category:\";'),('aeb-latn','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('aeb-latn','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('aeb-latn','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('aeb-latn','messages:randomincategory-submit','s:5:\"en:Go\";'),('aeb-latn','messages:randompage','s:29:\"aeb-latn:Şafḩa kīmē tjī\";'),('aeb-latn','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('aeb-latn','messages:randompage-url','s:17:\"en:Special:Random\";'),('aeb-latn','messages:randomredirect','s:18:\"en:Random redirect\";'),('aeb-latn','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('aeb-latn','messages:randomrootpage','s:19:\"en:Random root page\";'),('aeb-latn','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('aeb-latn','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('aeb-latn','messages:rawmessage','s:5:\"en:$1\";'),('aeb-latn','messages:rc-change-size','s:5:\"en:$1\";'),('aeb-latn','messages:rc-change-size-new','s:48:\"aeb-latn:$1 {{PLURAL:$1|oktē}} baģd it-tabdīl\";'),('aeb-latn','messages:rc-old-title','s:29:\"en:originally created as \"$1\"\";'),('aeb-latn','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('aeb-latn','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('aeb-latn','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('aeb-latn','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('aeb-latn','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('aeb-latn','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('aeb-latn','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('aeb-latn','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('aeb-latn','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('aeb-latn','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('aeb-latn','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('aeb-latn','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('aeb-latn','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('aeb-latn','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('aeb-latn','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('aeb-latn','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('aeb-latn','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('aeb-latn','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('aeb-latn','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('aeb-latn','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('aeb-latn','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('aeb-latn','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('aeb-latn','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('aeb-latn','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('aeb-latn','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('aeb-latn','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('aeb-latn','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('aeb-latn','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('aeb-latn','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('aeb-latn','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('aeb-latn','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('aeb-latn','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('aeb-latn','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('aeb-latn','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('aeb-latn','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('aeb-latn','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('aeb-latn','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('aeb-latn','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('aeb-latn','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('aeb-latn','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('aeb-latn','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('aeb-latn','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('aeb-latn','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('aeb-latn','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('aeb-latn','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('aeb-latn','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('aeb-latn','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('aeb-latn','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('aeb-latn','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('aeb-latn','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('aeb-latn','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('aeb-latn','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('aeb-latn','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('aeb-latn','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('aeb-latn','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('aeb-latn','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('aeb-latn','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('aeb-latn','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('aeb-latn','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('aeb-latn','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('aeb-latn','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('aeb-latn','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('aeb-latn','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('aeb-latn','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('aeb-latn','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('aeb-latn','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('aeb-latn','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('aeb-latn','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('aeb-latn','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('aeb-latn','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('aeb-latn','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('aeb-latn','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('aeb-latn','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('aeb-latn','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('aeb-latn','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('aeb-latn','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('aeb-latn','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('aeb-latn','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('aeb-latn','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('aeb-latn','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('aeb-latn','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('aeb-latn','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('aeb-latn','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('aeb-latn','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('aeb-latn','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('aeb-latn','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('aeb-latn','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('aeb-latn','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('aeb-latn','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('aeb-latn','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('aeb-latn','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('aeb-latn','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('aeb-latn','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('aeb-latn','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('aeb-latn','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('aeb-latn','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('aeb-latn','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('aeb-latn','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('aeb-latn','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('aeb-latn','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('aeb-latn','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('aeb-latn','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('aeb-latn','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('aeb-latn','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('aeb-latn','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('aeb-latn','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('aeb-latn','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('aeb-latn','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('aeb-latn','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('aeb-latn','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('aeb-latn','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('aeb-latn','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('aeb-latn','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('aeb-latn','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('aeb-latn','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('aeb-latn','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('aeb-latn','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('aeb-latn','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('aeb-latn','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('aeb-latn','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('aeb-latn','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('aeb-latn','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('aeb-latn','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('aeb-latn','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('aeb-latn','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('aeb-latn','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('aeb-latn','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('aeb-latn','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('aeb-latn','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('aeb-latn','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('aeb-latn','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('aeb-latn','messages:rclinks','s:39:\"en:Show last $1 changes in last $2 days\";'),('aeb-latn','messages:rclistfrom','s:40:\"en:Show new changes starting from $2, $3\";'),('aeb-latn','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('aeb-latn','messages:rcnotefrom','s:117:\"en:Below {{PLURAL:$5|is the change|are the changes}} since <strong>$3, $4</strong> (up to <strong>$1</strong> shown).\";'),('aeb-latn','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('aeb-latn','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('aeb-latn','messages:rcshowhideanons','s:50:\"aeb-latn:$1 ütīlīzatër mē hūmēc maģrūfīn\";'),('aeb-latn','messages:rcshowhideanons-hide','s:15:\"aeb-latn:Xabbī\";'),('aeb-latn','messages:rcshowhideanons-show','s:15:\"aeb-latn:Warrī\";'),('aeb-latn','messages:rcshowhidebots','s:10:\"en:$1 bots\";'),('aeb-latn','messages:rcshowhidebots-hide','s:15:\"aeb-latn:Xabbī\";'),('aeb-latn','messages:rcshowhidebots-show','s:15:\"aeb-latn:Warrī\";'),('aeb-latn','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('aeb-latn','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('aeb-latn','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('aeb-latn','messages:rcshowhideliu','s:35:\"aeb-latn:$1 ütīlīzatër msijlīn\";'),('aeb-latn','messages:rcshowhideliu-hide','s:15:\"aeb-latn:Xabbī\";'),('aeb-latn','messages:rcshowhideliu-show','s:7:\"en:Show\";'),('aeb-latn','messages:rcshowhidemine','s:35:\"aeb-latn:$1 il-tabdlīlēt mtēģī\";'),('aeb-latn','messages:rcshowhidemine-hide','s:15:\"aeb-latn:Xabbī\";'),('aeb-latn','messages:rcshowhidemine-show','s:15:\"aeb-latn:Warrī\";'),('aeb-latn','messages:rcshowhideminor','s:29:\"aeb-latn:$1 tabdīlēt sğār\";'),('aeb-latn','messages:rcshowhideminor-hide','s:15:\"aeb-latn:Xabbī\";'),('aeb-latn','messages:rcshowhideminor-show','s:15:\"aeb-latn:Warrī\";'),('aeb-latn','messages:rcshowhidepatr','s:21:\"en:$1 patrolled edits\";'),('aeb-latn','messages:rcshowhidepatr-hide','s:7:\"en:Hide\";'),('aeb-latn','messages:rcshowhidepatr-show','s:7:\"en:Show\";'),('aeb-latn','messages:readonly','s:18:\"en:Database locked\";'),('aeb-latn','messages:readonly_lag','s:104:\"en:The database has been automatically locked while the replica database servers catch up to the primary\";'),('aeb-latn','messages:readonlytext','s:226:\"en:The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe system administrator who locked it offered this explanation: $1\";'),('aeb-latn','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('aeb-latn','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('aeb-latn','messages:recentchanges','s:25:\"aeb-latn:Ajadd tabdīlēt\";'),('aeb-latn','messages:recentchanges-feed-description','s:58:\"en:Track the most recent changes to the wiki in this feed.\";'),('aeb-latn','messages:recentchanges-label-bot','s:41:\"aeb-latn:It-tebdīle hēđi ģmelhē robo\";'),('aeb-latn','messages:recentchanges-label-minor','s:31:\"aeb-latn:hēđē tabdīl sğīr\";'),('aeb-latn','messages:recentchanges-label-newpage','s:45:\"aeb-latn:hēđē it-tabdīl ģmil pāj jdīde\";'),('aeb-latn','messages:recentchanges-label-plusminus','s:48:\"en:The page size changed by this number of bytes\";'),('aeb-latn','messages:recentchanges-label-unpatrolled','s:39:\"en:This edit has not yet been patrolled\";'),('aeb-latn','messages:recentchanges-legend','s:25:\"en:Recent changes options\";'),('aeb-latn','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('aeb-latn','messages:recentchanges-legend-heading','s:27:\"en:<strong>Legend:</strong>\";'),('aeb-latn','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('aeb-latn','messages:recentchanges-legend-newpage','s:88:\"en:{{int:recentchanges-label-newpage}} (also see [[Special:NewPages|list of new pages]])\";'),('aeb-latn','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('aeb-latn','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('aeb-latn','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('aeb-latn','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('aeb-latn','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('aeb-latn','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('aeb-latn','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('aeb-latn','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('aeb-latn','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('aeb-latn','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('aeb-latn','messages:recentchanges-submit','s:7:\"en:Show\";'),('aeb-latn','messages:recentchanges-summary','s:58:\"en:Track the most recent changes to the wiki on this page.\";'),('aeb-latn','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('aeb-latn','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('aeb-latn','messages:recentchangescount','s:86:\"en:Number of edits to show in recent changes, page histories, and in logs, by default:\";'),('aeb-latn','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('aeb-latn','messages:recentchangesdays-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('aeb-latn','messages:recentchangeslinked','s:45:\"aeb-latn:Il-Tabdīlēt illī ģandhum ģlēqa\";'),('aeb-latn','messages:recentchangeslinked-feed','s:18:\"en:Related changes\";'),('aeb-latn','messages:recentchangeslinked-page','s:20:\"aeb-latn:Ism il-pāj\";'),('aeb-latn','messages:recentchangeslinked-summary','s:232:\"en:Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter {{ns:category}}:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in <strong>bold</strong>.\";'),('aeb-latn','messages:recentchangeslinked-title','s:53:\"aeb-latn:It-tabdīlēt illī ģandhum ģlēqa b- \"$1\"\";'),('aeb-latn','messages:recentchangeslinked-to','s:57:\"en:Show changes to pages linked to the given page instead\";'),('aeb-latn','messages:recentchangeslinked-toolbox','s:24:\"aeb-latn:Tabdīlēt thim\";'),('aeb-latn','messages:recentchangestext','s:4:\"en:-\";'),('aeb-latn','messages:recreate','s:11:\"en:Recreate\";'),('aeb-latn','messages:recreate-moveddeleted-warn','s:236:\"en:<strong>Warning: You are recreating a page that was previously deleted.</strong>\n\nYou should consider whether it is appropriate to continue editing this page.\nThe deletion and move log for this page are provided here for convenience:\";'),('aeb-latn','messages:red-link-title','s:40:\"aeb-latn:$1 (Iş-Şafḩa mūc mawjūde)\";'),('aeb-latn','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('aeb-latn','messages:redirect-file','s:11:\"en:Filename\";'),('aeb-latn','messages:redirect-logid','s:9:\"en:Log ID\";'),('aeb-latn','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('aeb-latn','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('aeb-latn','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('aeb-latn','messages:redirect-page','s:10:\"en:Page ID\";'),('aeb-latn','messages:redirect-revision','s:16:\"en:Page revision\";'),('aeb-latn','messages:redirect-submit','s:5:\"en:Go\";'),('aeb-latn','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('aeb-latn','messages:redirect-text','s:3:\"en:\";'),('aeb-latn','messages:redirect-user','s:10:\"en:User ID\";'),('aeb-latn','messages:redirect-value','s:9:\"en:Value:\";'),('aeb-latn','messages:redirectedfrom','s:28:\"aeb-latn:(Tḩawwilt min $1)\";'),('aeb-latn','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('aeb-latn','messages:redirectpagesub','s:36:\"aeb-latn:Pâj tḩawwil l-pâj uxrâ\";'),('aeb-latn','messages:redirectto','s:22:\"aeb-latn:Taḩwīl l-:\";'),('aeb-latn','messages:removecredentials','s:21:\"en:Remove credentials\";'),('aeb-latn','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('aeb-latn','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('aeb-latn','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('aeb-latn','messages:removedwatchtext','s:97:\"en:\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].\";'),('aeb-latn','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('aeb-latn','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('aeb-latn','messages:removewatch','s:24:\"en:Remove from watchlist\";'),('aeb-latn','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('aeb-latn','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('aeb-latn','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('aeb-latn','messages:resetpass-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('aeb-latn','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('aeb-latn','messages:resetpass-submit-cancel','s:14:\"aeb-latn:ifsa5\";'),('aeb-latn','messages:resetpass-submit-loggedin','s:29:\"aeb-latn:Beddil kilmit is-sir\";'),('aeb-latn','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('aeb-latn','messages:resetpass-temp-password','s:22:\"en:Temporary password:\";'),('aeb-latn','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('aeb-latn','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('aeb-latn','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('aeb-latn','messages:resetpass_announce','s:53:\"en:To finish logging in, you must set a new password.\";'),('aeb-latn','messages:resetpass_forbidden','s:30:\"en:Passwords cannot be changed\";'),('aeb-latn','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('aeb-latn','messages:resetpass_header','s:26:\"en:Change account password\";'),('aeb-latn','messages:resetpass_submit','s:26:\"en:Set password and log in\";'),('aeb-latn','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('aeb-latn','messages:resettokens','s:15:\"en:Reset tokens\";'),('aeb-latn','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('aeb-latn','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('aeb-latn','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('aeb-latn','messages:resettokens-summary','s:3:\"en:\";'),('aeb-latn','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('aeb-latn','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('aeb-latn','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('aeb-latn','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('aeb-latn','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('aeb-latn','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('aeb-latn','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('aeb-latn','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('aeb-latn','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('aeb-latn','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('aeb-latn','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('aeb-latn','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('aeb-latn','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('aeb-latn','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('aeb-latn','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('aeb-latn','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('aeb-latn','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('aeb-latn','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('aeb-latn','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('aeb-latn','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('aeb-latn','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('aeb-latn','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('aeb-latn','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('aeb-latn','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('aeb-latn','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('aeb-latn','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('aeb-latn','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('aeb-latn','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('aeb-latn','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('aeb-latn','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('aeb-latn','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('aeb-latn','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('aeb-latn','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('aeb-latn','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('aeb-latn','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('aeb-latn','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('aeb-latn','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('aeb-latn','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('aeb-latn','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('aeb-latn','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('aeb-latn','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('aeb-latn','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('aeb-latn','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('aeb-latn','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('aeb-latn','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('aeb-latn','messages:restorelink','s:50:\"en:{{PLURAL:$1|one deleted edit|$1 deleted edits}}\";'),('aeb-latn','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('aeb-latn','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('aeb-latn','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('aeb-latn','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('aeb-latn','messages:restriction-blank','s:3:\"en:\";'),('aeb-latn','messages:restriction-create','s:9:\"en:Create\";'),('aeb-latn','messages:restriction-edit','s:7:\"en:Edit\";'),('aeb-latn','messages:restriction-level','s:21:\"en:Restriction level:\";'),('aeb-latn','messages:restriction-level-all','s:12:\"en:any level\";'),('aeb-latn','messages:restriction-level-autoconfirmed','s:17:\"en:semi protected\";'),('aeb-latn','messages:restriction-level-sysop','s:18:\"en:fully protected\";'),('aeb-latn','messages:restriction-move','s:7:\"en:Move\";'),('aeb-latn','messages:restriction-type','s:14:\"en:Permission:\";'),('aeb-latn','messages:restriction-upload','s:9:\"en:Upload\";'),('aeb-latn','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('aeb-latn','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('aeb-latn','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('aeb-latn','messages:retrievedfrom','s:26:\"aeb-latn:Tixđēt min \"$1\"\";'),('aeb-latn','messages:returnto','s:22:\"aeb-latn:Irjaģ l- $1.\";'),('aeb-latn','messages:retypenew','s:23:\"en:Retype new password:\";'),('aeb-latn','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('aeb-latn','messages:rev-deleted-comment','s:25:\"en:(edit summary removed)\";'),('aeb-latn','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aeb-latn','messages:rev-deleted-event','s:24:\"en:(log details removed)\";'),('aeb-latn','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aeb-latn','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('aeb-latn','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('aeb-latn','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('aeb-latn','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('aeb-latn','messages:rev-deleted-user','s:21:\"en:(username removed)\";'),('aeb-latn','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('aeb-latn','messages:rev-delundel','s:20:\"en:change visibility\";'),('aeb-latn','messages:rev-showdeleted','s:7:\"en:show\";'),('aeb-latn','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('aeb-latn','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('aeb-latn','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('aeb-latn','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('aeb-latn','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('aeb-latn','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('aeb-latn','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('aeb-latn','messages:revdel-restore','s:20:\"en:change visibility\";'),('aeb-latn','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('aeb-latn','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('aeb-latn','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('aeb-latn','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('aeb-latn','messages:revdelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('aeb-latn','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aeb-latn','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('aeb-latn','messages:revdelete-hide-comment','s:15:\"en:Edit summary\";'),('aeb-latn','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('aeb-latn','messages:revdelete-hide-image','s:20:\"en:Hide file content\";'),('aeb-latn','messages:revdelete-hide-name','s:29:\"en:Hide target and parameters\";'),('aeb-latn','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('aeb-latn','messages:revdelete-hide-text','s:16:\"en:Revision text\";'),('aeb-latn','messages:revdelete-hide-user','s:31:\"en:Editor\'s username/IP address\";'),('aeb-latn','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('aeb-latn','messages:revdelete-log','s:10:\"en:Reason:\";'),('aeb-latn','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('aeb-latn','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('aeb-latn','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('aeb-latn','messages:revdelete-no-file','s:37:\"en:The file specified does not exist.\";'),('aeb-latn','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('aeb-latn','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('aeb-latn','messages:revdelete-offender','s:19:\"en:Revision author:\";'),('aeb-latn','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('aeb-latn','messages:revdelete-otherreason','s:27:\"en:Other/additional reason:\";'),('aeb-latn','messages:revdelete-radio-same','s:18:\"en:(do not change)\";'),('aeb-latn','messages:revdelete-radio-set','s:9:\"en:Hidden\";'),('aeb-latn','messages:revdelete-radio-unset','s:10:\"en:Visible\";'),('aeb-latn','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('aeb-latn','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('aeb-latn','messages:revdelete-reasonotherlist','s:15:\"en:Other reason\";'),('aeb-latn','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('aeb-latn','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('aeb-latn','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('aeb-latn','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('aeb-latn','messages:revdelete-show-file-submit','s:6:\"en:Yes\";'),('aeb-latn','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('aeb-latn','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('aeb-latn','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('aeb-latn','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('aeb-latn','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('aeb-latn','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('aeb-latn','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('aeb-latn','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('aeb-latn','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('aeb-latn','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('aeb-latn','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('aeb-latn','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('aeb-latn','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('aeb-latn','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('aeb-latn','messages:reverted','s:31:\"en:Reverted to earlier revision\";'),('aeb-latn','messages:revertmerge','s:10:\"en:Unmerge\";'),('aeb-latn','messages:revertmove','s:9:\"en:revert\";'),('aeb-latn','messages:revertpage','s:111:\"en:Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]\";'),('aeb-latn','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('aeb-latn','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('aeb-latn','messages:revid','s:14:\"en:revision $1\";'),('aeb-latn','messages:revision-info','s:42:\"en:Revision as of $1 by {{GENDER:$6|$2}}$7\";'),('aeb-latn','messages:revision-info-current','s:4:\"en:-\";'),('aeb-latn','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('aeb-latn','messages:revisionasof','s:28:\"aeb-latn:Vērsyoñ mtēģ $1\";'),('aeb-latn','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('aeb-latn','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('aeb-latn','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('aeb-latn','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('aeb-latn','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('aeb-latn','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('aeb-latn','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('aeb-latn','messages:right-bigdelete','s:36:\"en:Delete pages with large histories\";'),('aeb-latn','messages:right-block','s:33:\"en:Block other users from editing\";'),('aeb-latn','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('aeb-latn','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('aeb-latn','messages:right-browsearchive','s:23:\"en:Search deleted pages\";'),('aeb-latn','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('aeb-latn','messages:right-createaccount','s:27:\"en:Create new user accounts\";'),('aeb-latn','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('aeb-latn','messages:right-createtalk','s:26:\"en:Create discussion pages\";'),('aeb-latn','messages:right-delete','s:15:\"en:Delete pages\";'),('aeb-latn','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('aeb-latn','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('aeb-latn','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('aeb-latn','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('aeb-latn','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('aeb-latn','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('aeb-latn','messages:right-edit','s:13:\"en:Edit pages\";'),('aeb-latn','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('aeb-latn','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('aeb-latn','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('aeb-latn','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('aeb-latn','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('aeb-latn','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('aeb-latn','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";');
INSERT INTO `mw_l10n_cache` VALUES ('aeb-latn','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('aeb-latn','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('aeb-latn','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('aeb-latn','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('aeb-latn','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('aeb-latn','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('aeb-latn','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('aeb-latn','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('aeb-latn','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('aeb-latn','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('aeb-latn','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('aeb-latn','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('aeb-latn','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('aeb-latn','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('aeb-latn','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('aeb-latn','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('aeb-latn','messages:right-mergehistory','s:29:\"en:Merge the history of pages\";'),('aeb-latn','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('aeb-latn','messages:right-minoredit','s:22:\"en:Mark edits as minor\";'),('aeb-latn','messages:right-move','s:13:\"en:Move pages\";'),('aeb-latn','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('aeb-latn','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('aeb-latn','messages:right-move-subpages','s:33:\"en:Move pages with their subpages\";'),('aeb-latn','messages:right-movefile','s:13:\"en:Move files\";'),('aeb-latn','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('aeb-latn','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('aeb-latn','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('aeb-latn','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('aeb-latn','messages:right-pagelang','s:23:\"en:Change page language\";'),('aeb-latn','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('aeb-latn','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('aeb-latn','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('aeb-latn','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('aeb-latn','messages:right-read','s:13:\"en:Read pages\";'),('aeb-latn','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('aeb-latn','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('aeb-latn','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('aeb-latn','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('aeb-latn','messages:right-sendemail','s:28:\"en:Send email to other users\";'),('aeb-latn','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('aeb-latn','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('aeb-latn','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('aeb-latn','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('aeb-latn','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('aeb-latn','messages:right-undelete','s:18:\"en:Undelete a page\";'),('aeb-latn','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('aeb-latn','messages:right-upload','s:15:\"en:Upload files\";'),('aeb-latn','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('aeb-latn','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('aeb-latn','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('aeb-latn','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('aeb-latn','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('aeb-latn','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('aeb-latn','messages:right-writeapi','s:23:\"en:Use of the write API\";'),('aeb-latn','messages:rightslog','s:18:\"en:User rights log\";'),('aeb-latn','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('aeb-latn','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('aeb-latn','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('aeb-latn','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('aeb-latn','messages:rightsnone','s:9:\"en:(none)\";'),('aeb-latn','messages:rollback','s:18:\"en:Roll back edits\";'),('aeb-latn','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('aeb-latn','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('aeb-latn','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('aeb-latn','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('aeb-latn','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('aeb-latn','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('aeb-latn','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('aeb-latn','messages:rollbacklink','s:16:\"aeb-latn:rajjaģ\";'),('aeb-latn','messages:rollbacklinkcount','s:53:\"aeb-latn:Rajjaģ $1 {{PLURAL:$1|tabdīle|tabdīlēt}}\";'),('aeb-latn','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('aeb-latn','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('aeb-latn','messages:sat','s:16:\"aeb-latn:Is-sibt\";'),('aeb-latn','messages:saturday','s:16:\"aeb-latn:Is-Sibt\";'),('aeb-latn','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('aeb-latn','messages:savearticle','s:23:\"aeb-latn:Sajjil il-pāj\";'),('aeb-latn','messages:savearticle-start','s:15:\"en:Save page…\";'),('aeb-latn','messages:savechanges','s:15:\"en:Save changes\";'),('aeb-latn','messages:savechanges-start','s:18:\"en:Save changes…\";'),('aeb-latn','messages:savedprefs','s:36:\"en:Your preferences have been saved.\";'),('aeb-latn','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('aeb-latn','messages:savefile','s:12:\"en:Save file\";'),('aeb-latn','messages:saveprefs','s:7:\"en:Save\";'),('aeb-latn','messages:saveusergroups','s:33:\"en:Save {{GENDER:$1|user}} groups\";'),('aeb-latn','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('aeb-latn','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('aeb-latn','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('aeb-latn','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('aeb-latn','messages:search','s:15:\"aeb-latn:Lawwij\";'),('aeb-latn','messages:search-category','s:16:\"en:(category $1)\";'),('aeb-latn','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('aeb-latn','messages:search-external','s:18:\"en:External search\";'),('aeb-latn','messages:search-file-match','s:25:\"en:(matches file content)\";'),('aeb-latn','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('aeb-latn','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('aeb-latn','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('aeb-latn','messages:search-interwiki-custom','s:3:\"en:\";'),('aeb-latn','messages:search-interwiki-more','s:9:\"en:(more)\";'),('aeb-latn','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('aeb-latn','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('aeb-latn','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('aeb-latn','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('aeb-latn','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('aeb-latn','messages:search-nonefound','s:44:\"en:There were no results matching the query.\";'),('aeb-latn','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('aeb-latn','messages:search-redirect','s:21:\"en:(redirect from $1)\";'),('aeb-latn','messages:search-relatedarticle','s:10:\"en:Related\";'),('aeb-latn','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('aeb-latn','messages:search-result-size','s:52:\"aeb-latn:$1 ({{PLURAL:$2|kilme waḩde|$2 kilmēt}})\";'),('aeb-latn','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('aeb-latn','messages:search-section','s:23:\"aeb-latn:(sēksyoñ $1)\";'),('aeb-latn','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('aeb-latn','messages:search-suggest','s:24:\"aeb-latn:Tuqşud fi-: $1\";'),('aeb-latn','messages:search-summary','s:3:\"en:\";'),('aeb-latn','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('aeb-latn','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('aeb-latn','messages:searchall','s:15:\"aeb-latn:il-kul\";'),('aeb-latn','messages:searcharticle','s:14:\"aeb-latn:Imcī\";'),('aeb-latn','messages:searchbutton','s:15:\"aeb-latn:Lawwij\";'),('aeb-latn','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('aeb-latn','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('aeb-latn','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('aeb-latn','messages:searchmenu-exists','s:159:\"aeb-latn:<strong>Famme şafḩa ismhê \"[[:$1]]\" fî- hel- Wiki.</strong> {{PLURAL:$2|0=|Cûf zêde il-rêzülta il-uxrîne mtêģ it-tilwîj illî itilqâw.}}\";'),('aeb-latn','messages:searchmenu-new','s:136:\"en:Create the page \"[[:$1]]\" on this wiki! {{PLURAL:$2|0=|See also the page found with your search.|See also the search results found.}}\";'),('aeb-latn','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('aeb-latn','messages:searchprofile-advanced','s:17:\"aeb-latn:Avañsē\";'),('aeb-latn','messages:searchprofile-advanced-tooltip','s:94:\"aeb-latn:Lawwij fi- il-pājēt spēsyāl illī il-enwēģ mtēģhum zēdithē  il-kommünëtē\";'),('aeb-latn','messages:searchprofile-articles','s:48:\"aeb-latn:Şafḩāt mohimme l- il-Wīkī hēđē\";'),('aeb-latn','messages:searchprofile-articles-tooltip','s:22:\"aeb-latn:Farkis fi- $1\";'),('aeb-latn','messages:searchprofile-everything','s:16:\"aeb-latn:Kul cay\";'),('aeb-latn','messages:searchprofile-everything-tooltip','s:56:\"aeb-latn:Farkis kul cay (ḩatte şafḩāt il-ḩdīŧ)\";'),('aeb-latn','messages:searchprofile-images','s:22:\"aeb-latn:Mültīmēdye\";'),('aeb-latn','messages:searchprofile-images-tooltip','s:33:\"aeb-latn:Farkis f- il-fīcyēyēt\";'),('aeb-latn','messages:searchrelated','s:10:\"en:related\";'),('aeb-latn','messages:searchresults','s:39:\"aeb-latn:Ir-rēzultā mtēģ it-talwīj\";'),('aeb-latn','messages:searchresults-title','s:50:\"aeb-latn:Ir-rēzultā mtēģ it-talwīj ģlā \"$1\"\";'),('aeb-latn','messages:searchresultshead','s:9:\"en:Search\";'),('aeb-latn','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('aeb-latn','messages:searchsuggest-search','s:15:\"aeb-latn:Lawwij\";'),('aeb-latn','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('aeb-latn','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('aeb-latn','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('aeb-latn','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('aeb-latn','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('aeb-latn','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('aeb-latn','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('aeb-latn','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('aeb-latn','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('aeb-latn','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('aeb-latn','messages:sep','s:13:\"aeb-latn:Sep.\";'),('aeb-latn','messages:september','s:18:\"aeb-latn:Siptombir\";'),('aeb-latn','messages:september-gen','s:18:\"aeb-latn:Siptombir\";'),('aeb-latn','messages:servertime','s:15:\"en:Server time:\";'),('aeb-latn','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aeb-latn','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aeb-latn','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('aeb-latn','messages:sessionfailure-title','s:18:\"en:Session failure\";'),('aeb-latn','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('aeb-latn','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('aeb-latn','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('aeb-latn','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('aeb-latn','messages:shared-repo','s:22:\"en:a shared repository\";'),('aeb-latn','messages:shared-repo-from','s:10:\"en:from $1\";'),('aeb-latn','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('aeb-latn','messages:shareddescriptionfollows','s:4:\"en:-\";'),('aeb-latn','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('aeb-latn','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('aeb-latn','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('aeb-latn','messages:sharedupload-desc-here','s:130:\"en:This file is from $1 and may be used by other projects.\nThe description on its [$2 file description page] there is shown below.\";'),('aeb-latn','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('aeb-latn','messages:shortpages','s:14:\"en:Short pages\";'),('aeb-latn','messages:shortpages-summary','s:3:\"en:\";'),('aeb-latn','messages:show','s:15:\"aeb-latn:Warrī\";'),('aeb-latn','messages:show-big-image','s:30:\"aeb-latn:il-fīcyēy il-aşlī\";'),('aeb-latn','messages:show-big-image-other','s:50:\"en:Other {{PLURAL:$2|resolution|resolutions}}: $1.\";'),('aeb-latn','messages:show-big-image-preview','s:30:\"aeb-latn:Kubr il-apērsü: $1.\";'),('aeb-latn','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('aeb-latn','messages:show-big-image-size','s:18:\"en:$1 × $2 pixels\";'),('aeb-latn','messages:showdiff','s:29:\"aeb-latn:Warrī it-tabdīlēt\";'),('aeb-latn','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('aeb-latn','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('aeb-latn','messages:showingresults','s:126:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} starting with #<strong>$2</strong>.\";'),('aeb-latn','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('aeb-latn','messages:shown-title','s:61:\"aeb-latn:Warrī $1 {{PLURAL:$1|Rēzültā}} min kull şafḩa\";'),('aeb-latn','messages:showpreview','s:27:\"aeb-latn:Warrī il-apērsü\";'),('aeb-latn','messages:showtoc','s:14:\"aeb-latn:Warri\";'),('aeb-latn','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('aeb-latn','messages:sig-text','s:7:\"en:--$1\";'),('aeb-latn','messages:signature','s:65:\"aeb-latn:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|Ḩdîŧ]])\";'),('aeb-latn','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('aeb-latn','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('aeb-latn','messages:signupend','s:3:\"en:\";'),('aeb-latn','messages:signupend-https','s:3:\"en:\";'),('aeb-latn','messages:signupstart','s:3:\"en:\";'),('aeb-latn','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('aeb-latn','messages:site-atom-feed','s:28:\"aeb-latn:Flü Atom mtēģ $1\";'),('aeb-latn','messages:site-rss-feed','s:14:\"en:$1 RSS feed\";'),('aeb-latn','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('aeb-latn','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('aeb-latn','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('aeb-latn','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('aeb-latn','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('aeb-latn','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('aeb-latn','messages:sitenotice','s:4:\"en:-\";'),('aeb-latn','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('aeb-latn','messages:sitesubtitle','s:3:\"en:\";'),('aeb-latn','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('aeb-latn','messages:siteuser','s:23:\"en:{{SITENAME}} user $1\";'),('aeb-latn','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('aeb-latn','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('aeb-latn','messages:size-exabytes','s:8:\"en:$1 EB\";'),('aeb-latn','messages:size-exapixel','s:8:\"en:$1 EP\";'),('aeb-latn','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('aeb-latn','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('aeb-latn','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('aeb-latn','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('aeb-latn','messages:size-megabytes','s:8:\"en:$1 MB\";'),('aeb-latn','messages:size-megapixel','s:8:\"en:$1 MP\";'),('aeb-latn','messages:size-petabytes','s:8:\"en:$1 PB\";'),('aeb-latn','messages:size-petapixel','s:8:\"en:$1 PP\";'),('aeb-latn','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('aeb-latn','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('aeb-latn','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('aeb-latn','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('aeb-latn','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('aeb-latn','messages:size-terabytes','s:8:\"en:$1 TB\";'),('aeb-latn','messages:size-terapixel','s:8:\"en:$1 TP\";'),('aeb-latn','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('aeb-latn','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('aeb-latn','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('aeb-latn','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('aeb-latn','messages:skin-action-addsection','s:24:\"aeb-latn:Zīd mawḑūģ\";'),('aeb-latn','messages:skin-action-delete','s:9:\"en:Delete\";'),('aeb-latn','messages:skin-action-move','s:17:\"aeb-latn:Ḩawwil\";'),('aeb-latn','messages:skin-action-protect','s:15:\"aeb-latn:Ħàmi\";'),('aeb-latn','messages:skin-action-undelete','s:11:\"en:Undelete\";'),('aeb-latn','messages:skin-action-unprotect','s:28:\"aeb-latn:Baddil il-ḩimêye\";'),('aeb-latn','messages:skin-action-viewdeleted','s:19:\"aeb-latn:Warri $1؟\";'),('aeb-latn','messages:skin-action-viewsource','s:14:\"en:View source\";'),('aeb-latn','messages:skin-preview','s:10:\"en:Preview\";'),('aeb-latn','messages:skin-view-create','s:16:\"aeb-latn:Agħmel\";'),('aeb-latn','messages:skin-view-create-local','s:24:\"en:Add local description\";'),('aeb-latn','messages:skin-view-edit','s:15:\"aeb-latn:Beddil\";'),('aeb-latn','messages:skin-view-edit-local','s:25:\"en:Edit local description\";'),('aeb-latn','messages:skin-view-foreign','s:22:\"aeb-latn:Cūf ģlā $1\";'),('aeb-latn','messages:skin-view-history','s:30:\"aeb-latn:Cūf Tērīx il-milaf\";'),('aeb-latn','messages:skin-view-view','s:14:\"aeb-latn:Aqrē\";'),('aeb-latn','messages:skinname-minerva','s:10:\"en:Minerva\";'),('aeb-latn','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('aeb-latn','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('aeb-latn','messages:slot-name-main','s:7:\"en:Main\";'),('aeb-latn','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('aeb-latn','messages:sorbs','s:8:\"en:DNSBL\";'),('aeb-latn','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('aeb-latn','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('aeb-latn','messages:sort-ascending','s:17:\"en:Sort ascending\";'),('aeb-latn','messages:sort-descending','s:18:\"en:Sort descending\";'),('aeb-latn','messages:sort-initial','s:15:\"en:Sort initial\";'),('aeb-latn','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('aeb-latn','messages:sourcefilename','s:19:\"en:Source filename:\";'),('aeb-latn','messages:sourceurl','s:14:\"en:Source URL:\";'),('aeb-latn','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb-latn','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb-latn','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb-latn','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('aeb-latn','messages:sp-contributions-blocklog','s:12:\"en:block log\";'),('aeb-latn','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('aeb-latn','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('aeb-latn','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('aeb-latn','messages:sp-contributions-explain','s:3:\"en:\";'),('aeb-latn','messages:sp-contributions-footer','s:4:\"en:-\";'),('aeb-latn','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('aeb-latn','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('aeb-latn','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('aeb-latn','messages:sp-contributions-logs','s:7:\"en:logs\";'),('aeb-latn','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('aeb-latn','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('aeb-latn','messages:sp-contributions-search','s:27:\"en:Search for contributions\";'),('aeb-latn','messages:sp-contributions-submit','s:15:\"aeb-latn:lawwej\";'),('aeb-latn','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('aeb-latn','messages:sp-contributions-talk','s:7:\"en:talk\";'),('aeb-latn','messages:sp-contributions-toponly','s:44:\"en:Only show edits that are latest revisions\";'),('aeb-latn','messages:sp-contributions-uploads','s:10:\"en:uploads\";'),('aeb-latn','messages:sp-contributions-username','s:26:\"en:IP address or username:\";'),('aeb-latn','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('aeb-latn','messages:sp-deletedcontributions-contribs','s:16:\"en:contributions\";'),('aeb-latn','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('aeb-latn','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('aeb-latn','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('aeb-latn','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('aeb-latn','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('aeb-latn','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('aeb-latn','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('aeb-latn','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('aeb-latn','messages:special-characters-group-arabic','s:9:\"en:Arabic\";'),('aeb-latn','messages:special-characters-group-arabicextended','s:18:\"en:Arabic extended\";'),('aeb-latn','messages:special-characters-group-bangla','s:9:\"en:Bangla\";'),('aeb-latn','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('aeb-latn','messages:special-characters-group-cyrillic','s:11:\"en:Cyrillic\";'),('aeb-latn','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('aeb-latn','messages:special-characters-group-greek','s:8:\"en:Greek\";'),('aeb-latn','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('aeb-latn','messages:special-characters-group-gujarati','s:11:\"en:Gujarati\";'),('aeb-latn','messages:special-characters-group-hebrew','s:9:\"en:Hebrew\";'),('aeb-latn','messages:special-characters-group-ipa','s:6:\"en:IPA\";'),('aeb-latn','messages:special-characters-group-khmer','s:8:\"en:Khmer\";'),('aeb-latn','messages:special-characters-group-lao','s:6:\"en:Lao\";'),('aeb-latn','messages:special-characters-group-latin','s:8:\"en:Latin\";'),('aeb-latn','messages:special-characters-group-latinextended','s:17:\"en:Latin extended\";'),('aeb-latn','messages:special-characters-group-persian','s:10:\"en:Persian\";'),('aeb-latn','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('aeb-latn','messages:special-characters-group-sinhala','s:10:\"en:Sinhala\";'),('aeb-latn','messages:special-characters-group-symbols','s:10:\"en:Symbols\";'),('aeb-latn','messages:special-characters-group-tamil','s:8:\"en:Tamil\";'),('aeb-latn','messages:special-characters-group-telugu','s:9:\"en:Telugu\";'),('aeb-latn','messages:special-characters-group-thai','s:7:\"en:Thai\";'),('aeb-latn','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('aeb-latn','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('aeb-latn','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('aeb-latn','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('aeb-latn','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:specialeditpage-page','s:14:\"en:Target page\";'),('aeb-latn','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:speciallogtitlelabel','s:51:\"en:Target (title or {{ns:user}}:username for user):\";'),('aeb-latn','messages:specialloguserlabel','s:13:\"en:Performer:\";'),('aeb-latn','messages:specialmute','s:7:\"en:Mute\";'),('aeb-latn','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('aeb-latn','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('aeb-latn','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('aeb-latn','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('aeb-latn','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('aeb-latn','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('aeb-latn','messages:specialmute-submit','s:10:\"en:Confirm\";'),('aeb-latn','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('aeb-latn','messages:specialpage','s:26:\"aeb-latn:Sʾafħa spesyàl\";'),('aeb-latn','messages:specialpage-empty','s:40:\"en:There are no results for this report.\";'),('aeb-latn','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('aeb-latn','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('aeb-latn','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('aeb-latn','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('aeb-latn','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:specialpages','s:28:\"aeb-latn:Safḩāt spēsyāl\";'),('aeb-latn','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('aeb-latn','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('aeb-latn','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('aeb-latn','messages:specialpages-group-login','s:25:\"en:Login / create account\";'),('aeb-latn','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('aeb-latn','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('aeb-latn','messages:specialpages-group-other','s:22:\"en:Other special pages\";'),('aeb-latn','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('aeb-latn','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('aeb-latn','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('aeb-latn','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('aeb-latn','messages:specialpages-group-users','s:19:\"en:Users and rights\";'),('aeb-latn','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('aeb-latn','messages:specialpages-note-cached','s:4:\"en:-\";'),('aeb-latn','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('aeb-latn','messages:specialpages-note-top','s:9:\"en:Legend\";'),('aeb-latn','messages:specialpages-summary','s:3:\"en:\";'),('aeb-latn','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('aeb-latn','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:specialpurge-page','s:14:\"en:Target page\";'),('aeb-latn','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('aeb-latn','messages:statistics','s:13:\"en:Statistics\";'),('aeb-latn','messages:statistics-articles','s:16:\"en:Content pages\";'),('aeb-latn','messages:statistics-articles-desc','s:3:\"en:\";'),('aeb-latn','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('aeb-latn','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('aeb-latn','messages:statistics-files','s:17:\"en:Uploaded files\";'),('aeb-latn','messages:statistics-files-desc','s:3:\"en:\";'),('aeb-latn','messages:statistics-footer','s:3:\"en:\";'),('aeb-latn','messages:statistics-header-edits','s:18:\"en:Edit statistics\";'),('aeb-latn','messages:statistics-header-hooks','s:19:\"en:Other statistics\";'),('aeb-latn','messages:statistics-header-pages','s:18:\"en:Page statistics\";'),('aeb-latn','messages:statistics-header-users','s:18:\"en:User statistics\";'),('aeb-latn','messages:statistics-pages','s:8:\"en:Pages\";'),('aeb-latn','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('aeb-latn','messages:statistics-summary','s:3:\"en:\";'),('aeb-latn','messages:statistics-users','s:19:\"en:Registered users\";'),('aeb-latn','messages:statistics-users-active','s:15:\"en:Active users\";'),('aeb-latn','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('aeb-latn','messages:storedversion','s:18:\"en:Stored revision\";'),('aeb-latn','messages:subcategories','s:16:\"en:Subcategories\";'),('aeb-latn','messages:subject','s:11:\"en:Subject:\";'),('aeb-latn','messages:summary','s:23:\"aeb-latn:Il-mitlexxiş:\";'),('aeb-latn','messages:summary-preview','s:27:\"en:Preview of edit summary:\";'),('aeb-latn','messages:sun','s:18:\"aeb-latn:Il-Eḩed\";'),('aeb-latn','messages:sunday','s:18:\"aeb-latn:Il-Eḩed\";'),('aeb-latn','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('aeb-latn','messages:suppress','s:11:\"en:Suppress\";'),('aeb-latn','messages:suppressionlog','s:18:\"en:Suppression log\";'),('aeb-latn','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('aeb-latn','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('aeb-latn','messages:svg-long-desc','s:53:\"en:SVG file, nominally $1 × $2 pixels, file size: $3\";'),('aeb-latn','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('aeb-latn','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('aeb-latn','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('aeb-latn','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('aeb-latn','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('aeb-latn','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('aeb-latn','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('aeb-latn','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('aeb-latn','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('aeb-latn','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('aeb-latn','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('aeb-latn','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('aeb-latn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('aeb-latn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('aeb-latn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('aeb-latn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('aeb-latn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('aeb-latn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('aeb-latn','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('aeb-latn','messages:table_pager_empty','s:13:\"en:No results\";'),('aeb-latn','messages:table_pager_first','s:13:\"en:First page\";'),('aeb-latn','messages:table_pager_last','s:12:\"en:Last page\";'),('aeb-latn','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('aeb-latn','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('aeb-latn','messages:table_pager_limit_submit','s:5:\"en:Go\";'),('aeb-latn','messages:table_pager_next','s:12:\"en:Next page\";'),('aeb-latn','messages:table_pager_prev','s:16:\"en:Previous page\";'),('aeb-latn','messages:tag-filter','s:31:\"en:[[Special:Tags|Tag]] filter:\";'),('aeb-latn','messages:tag-filter-submit','s:9:\"en:Filter\";'),('aeb-latn','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('aeb-latn','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('aeb-latn','messages:tag-mobile_edit','s:31:\"aeb-latn:Beddil b- il-portābil\";'),('aeb-latn','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('aeb-latn','messages:tag-mobile_web_edit','s:51:\"aeb-latn:Beddil b- il-intirnēt mtēģ il-portabīl\";'),('aeb-latn','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('aeb-latn','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('aeb-latn','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('aeb-latn','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('aeb-latn','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('aeb-latn','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('aeb-latn','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('aeb-latn','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('aeb-latn','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('aeb-latn','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('aeb-latn','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('aeb-latn','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('aeb-latn','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('aeb-latn','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('aeb-latn','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('aeb-latn','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('aeb-latn','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('aeb-latn','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('aeb-latn','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('aeb-latn','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('aeb-latn','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('aeb-latn','messages:tag-mw-undo','s:7:\"en:Undo\";'),('aeb-latn','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('aeb-latn','messages:tagline','s:25:\"aeb-latn:Min {{SITENAME}}\";'),('aeb-latn','messages:tags','s:20:\"en:Valid change tags\";'),('aeb-latn','messages:tags-actions-header','s:10:\"en:Actions\";'),('aeb-latn','messages:tags-activate','s:11:\"en:activate\";'),('aeb-latn','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('aeb-latn','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('aeb-latn','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('aeb-latn','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:tags-activate-submit','s:11:\"en:Activate\";'),('aeb-latn','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('aeb-latn','messages:tags-active-header','s:10:\"en:Active?\";'),('aeb-latn','messages:tags-active-no','s:5:\"en:No\";'),('aeb-latn','messages:tags-active-yes','s:6:\"en:Yes\";'),('aeb-latn','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('aeb-latn','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('aeb-latn','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('aeb-latn','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('aeb-latn','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('aeb-latn','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('aeb-latn','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('aeb-latn','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('aeb-latn','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('aeb-latn','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('aeb-latn','messages:tags-create-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:tags-create-submit','s:9:\"en:Create\";'),('aeb-latn','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('aeb-latn','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('aeb-latn','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('aeb-latn','messages:tags-deactivate','s:13:\"en:deactivate\";'),('aeb-latn','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('aeb-latn','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('aeb-latn','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('aeb-latn','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('aeb-latn','messages:tags-delete','s:9:\"en:delete\";'),('aeb-latn','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('aeb-latn','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('aeb-latn','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('aeb-latn','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('aeb-latn','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('aeb-latn','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('aeb-latn','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('aeb-latn','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('aeb-latn','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('aeb-latn','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('aeb-latn','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('aeb-latn','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('aeb-latn','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('aeb-latn','messages:tags-edit','s:7:\"en:edit\";'),('aeb-latn','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('aeb-latn','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('aeb-latn','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('aeb-latn','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('aeb-latn','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('aeb-latn','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('aeb-latn','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('aeb-latn','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('aeb-latn','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('aeb-latn','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('aeb-latn','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('aeb-latn','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('aeb-latn','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('aeb-latn','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('aeb-latn','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('aeb-latn','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('aeb-latn','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('aeb-latn','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('aeb-latn','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('aeb-latn','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('aeb-latn','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('aeb-latn','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('aeb-latn','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('aeb-latn','messages:tags-hidden','s:11:\"en:(hidden)\";'),('aeb-latn','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('aeb-latn','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('aeb-latn','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('aeb-latn','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('aeb-latn','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('aeb-latn','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('aeb-latn','messages:tags-source-header','s:9:\"en:Source\";'),('aeb-latn','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('aeb-latn','messages:tags-source-none','s:19:\"en:No longer in use\";'),('aeb-latn','messages:tags-summary','s:3:\"en:\";'),('aeb-latn','messages:tags-tag','s:11:\"en:Tag name\";'),('aeb-latn','messages:tags-title','s:7:\"en:Tags\";'),('aeb-latn','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('aeb-latn','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('aeb-latn','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('aeb-latn','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('aeb-latn','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('aeb-latn','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('aeb-latn','messages:talk','s:17:\"aeb-latn:Ḩdīŧ\";'),('aeb-latn','messages:talkpageheader','s:4:\"en:-\";'),('aeb-latn','messages:talkpagelinktext','s:17:\"aeb-latn:ḩdīŧ\";'),('aeb-latn','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('aeb-latn','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('aeb-latn','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('aeb-latn','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('aeb-latn','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('aeb-latn','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('aeb-latn','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('aeb-latn','messages:template-protected','s:19:\"aeb-latn:(maḩmī)\";'),('aeb-latn','messages:template-semiprotected','s:24:\"aeb-latn:(nuş-maḩmī)\";'),('aeb-latn','messages:templatepage','s:38:\"aeb-latn:Cûf il-pâj mtêģ il-blâke\";'),('aeb-latn','messages:templatesused','s:54:\"en:{{PLURAL:$1|Template|Templates}} used on this page:\";'),('aeb-latn','messages:templatesusedpreview','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this preview:\";'),('aeb-latn','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('aeb-latn','messages:textmatches','s:20:\"en:Page text matches\";'),('aeb-latn','messages:thisisdeleted','s:34:\"aeb-latn:Warri wella rajjagħ $1؟\";'),('aeb-latn','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('aeb-latn','messages:thu','s:13:\"aeb-latn:Xms.\";'),('aeb-latn','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('aeb-latn','messages:thumbnail-more','s:15:\"aeb-latn:Kabbir\";'),('aeb-latn','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('aeb-latn','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('aeb-latn','messages:thumbnail_error','s:31:\"en:Error creating thumbnail: $1\";'),('aeb-latn','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('aeb-latn','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('aeb-latn','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('aeb-latn','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('aeb-latn','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('aeb-latn','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('aeb-latn','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('aeb-latn','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('aeb-latn','messages:thumbsize','s:18:\"en:Thumbnail size:\";'),('aeb-latn','messages:thursday','s:17:\"aeb-latn:Il-Xmīs\";'),('aeb-latn','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('aeb-latn','messages:timeouterror','s:19:\"en:Server timed out\";'),('aeb-latn','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('aeb-latn','messages:timezone-local','s:8:\"en:Local\";'),('aeb-latn','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('aeb-latn','messages:timezone-utc','s:6:\"en:UTC\";'),('aeb-latn','messages:timezonelegend','s:13:\"en:Time zone:\";'),('aeb-latn','messages:timezoneregion-africa','s:9:\"en:Africa\";'),('aeb-latn','messages:timezoneregion-america','s:10:\"en:America\";'),('aeb-latn','messages:timezoneregion-antarctica','s:13:\"en:Antarctica\";'),('aeb-latn','messages:timezoneregion-arctic','s:9:\"en:Arctic\";'),('aeb-latn','messages:timezoneregion-asia','s:7:\"en:Asia\";'),('aeb-latn','messages:timezoneregion-atlantic','s:17:\"en:Atlantic Ocean\";'),('aeb-latn','messages:timezoneregion-australia','s:12:\"en:Australia\";'),('aeb-latn','messages:timezoneregion-europe','s:9:\"en:Europe\";'),('aeb-latn','messages:timezoneregion-indian','s:15:\"en:Indian Ocean\";'),('aeb-latn','messages:timezoneregion-pacific','s:16:\"en:Pacific Ocean\";'),('aeb-latn','messages:timezoneuseoffset','s:31:\"en:Other (time offset from UTC)\";'),('aeb-latn','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('aeb-latn','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('aeb-latn','messages:title-invalid-characters','s:62:\"en:The requested page title contains invalid characters: \"$1\".\";'),('aeb-latn','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('aeb-latn','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('aeb-latn','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('aeb-latn','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('aeb-latn','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('aeb-latn','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('aeb-latn','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('aeb-latn','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('aeb-latn','messages:titlematches','s:21:\"en:Page title matches\";'),('aeb-latn','messages:titleprotected','s:98:\"en:This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.\";'),('aeb-latn','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('aeb-latn','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('aeb-latn','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('aeb-latn','messages:toc','s:19:\"aeb-latn:Koñtënü\";'),('aeb-latn','messages:today-at','s:5:\"en:$1\";'),('aeb-latn','messages:tog-ccmeonemails','s:49:\"en:Send me copies of emails I send to other users\";'),('aeb-latn','messages:tog-diffonly','s:39:\"en:Do not show page content below diffs\";'),('aeb-latn','messages:tog-editondblclick','s:29:\"en:Edit pages on double click\";'),('aeb-latn','messages:tog-editsectiononrightclick','s:61:\"en:Enable section editing by right clicking on section titles\";'),('aeb-latn','messages:tog-enotifminoredits','s:88:\"aeb-latn:Abgħethli mail zàda għattabdilàt essʾghàr mtagħ elpàjàt w elfichyéàt\";'),('aeb-latn','messages:tog-enotifrevealaddr','s:69:\"aeb-latn:Warri ladrisa mail mtagħi f elmailàt mtagħ ennotifikasyon\";'),('aeb-latn','messages:tog-enotifusertalkpages','s:73:\"aeb-latn:Abgħethli mail watelli elpàj mtagħ leħdith mtagħi tetbaddel\";'),('aeb-latn','messages:tog-enotifwatchlistpages','s:95:\"aeb-latn:Abgħethli mail waqtelli pàj wella fichyé m ellista mtagħ elgħassa mtagħi tbaddel\";'),('aeb-latn','messages:tog-extendwatchlist','s:111:\"aeb-latn:Wesseģ il-līste mtēģ il-ģesse bēc twarrī it-tabdīlēt il-kul, mūc kēn it-tabdīlēt ij-jdud.\";'),('aeb-latn','messages:tog-fancysig','s:76:\"en:Treat signature as wikitext (without an automatic link to your user page)\";'),('aeb-latn','messages:tog-forceeditsummary','s:77:\"en:Prompt me when entering a blank edit summary (or the default undo summary)\";'),('aeb-latn','messages:tog-hidecategorization','s:31:\"en:Hide categorization of pages\";'),('aeb-latn','messages:tog-hideminor','s:79:\"aeb-latn:Xabbî it-tabdîlêt iş-şğar ģlîhum mit-tabdîlêt il-uxrêniyîn\";'),('aeb-latn','messages:tog-hidepatrolled','s:73:\"aeb-latn:Xabbî it-tabdîlêt il-maģsûs ģlîhum mit-tabdîlêt ij-jdud\";'),('aeb-latn','messages:tog-minordefault','s:54:\"aeb-latn:Marki ettabdilàt essʾghàr elkoll par défo\";'),('aeb-latn','messages:tog-newpageshidepatrolled','s:86:\"aeb-latn:Xabbî il-pâjêt il-maģsûs ģlîhum mil-lîste mtêģ il-pâjêt ij-jdîde\";'),('aeb-latn','messages:tog-norollbackdiff','s:46:\"en:Don\'t show diff after performing a rollback\";'),('aeb-latn','messages:tog-oldsig','s:35:\"aeb-latn:Ettosʾħàħa elmawjouda:\";'),('aeb-latn','messages:tog-prefershttps','s:49:\"en:Always use a secure connection while logged in\";'),('aeb-latn','messages:tog-previewonfirst','s:60:\"aeb-latn:Warri tʾalla għla chsʾàr f ettabdila lawlàniya\";'),('aeb-latn','messages:tog-previewontop','s:59:\"aeb-latn:Warri tʾalla għla chsʾàr qbal ħokket ettabdil\";'),('aeb-latn','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('aeb-latn','messages:tog-showhiddencats','s:25:\"en:Show hidden categories\";'),('aeb-latn','messages:tog-shownumberswatching','s:46:\"aeb-latn:Warrī ģdad il-ģbēd illī yģissū\";'),('aeb-latn','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('aeb-latn','messages:tog-underline','s:39:\"aeb-latn:Ḩut şţar ţaḩt il-lyeñ:\";'),('aeb-latn','messages:tog-useeditwarning','s:57:\"en:Warn me when I leave an edit page with unsaved changes\";'),('aeb-latn','messages:tog-uselivepreview','s:42:\"en:Show preview without reloading the page\";'),('aeb-latn','messages:tog-usenewrc','s:56:\"en:Group changes by page in recent changes and watchlist\";'),('aeb-latn','messages:tog-watchcreations','s:110:\"aeb-latn:Zid elpàjàt elli għmalt\'hom w elfichyéàt elli tʾallagħt\'hom l ellista mtagħ elgħassa mtagħi\";'),('aeb-latn','messages:tog-watchdefault','s:88:\"aeb-latn:Zid elpàjàt w elfichyéàt elli nbaddelhom l ellista mtagħ elgħassa mtagħi\";'),('aeb-latn','messages:tog-watchdeletion','s:89:\"aeb-latn:Zid elpàjàt w elfichyéàt elli nnaħħihom l ellista mtagħ elgħassa mtagħi\";'),('aeb-latn','messages:tog-watchlisthideanons','s:51:\"en:Hide edits by anonymous users from the watchlist\";'),('aeb-latn','messages:tog-watchlisthidebots','s:36:\"en:Hide bot edits from the watchlist\";'),('aeb-latn','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('aeb-latn','messages:tog-watchlisthideliu','s:51:\"en:Hide edits by logged in users from the watchlist\";'),('aeb-latn','messages:tog-watchlisthideminor','s:38:\"en:Hide minor edits from the watchlist\";'),('aeb-latn','messages:tog-watchlisthideown','s:35:\"en:Hide my edits from the watchlist\";'),('aeb-latn','messages:tog-watchlisthidepatrolled','s:42:\"en:Hide patrolled edits from the watchlist\";'),('aeb-latn','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('aeb-latn','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('aeb-latn','messages:tog-watchmoves','s:87:\"aeb-latn:Zid elpàjàt w elfichyéàt elli nhezzhom, l ellista mtagħ elgħassa mtagħi\";'),('aeb-latn','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('aeb-latn','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('aeb-latn','messages:tool-link-contributions','s:77:\"aeb-latn:Il-musēhmēt mtēģ il-{{GENDER:$1|ütīlīzatër|ütīlīzatëra}}\";'),('aeb-latn','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('aeb-latn','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('aeb-latn','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('aeb-latn','messages:toolbox','s:17:\"aeb-latn:Mēģūn\";'),('aeb-latn','messages:tooltip-ca-addsection','s:31:\"aeb-latn:Ebdē sēksyoñ jdīde\";'),('aeb-latn','messages:tooltip-ca-delete','s:19:\"en:Delete this page\";'),('aeb-latn','messages:tooltip-ca-edit','s:115:\"aeb-latn:Tnejjem tbaddil iş-şafḩa hēđi. Amān inzil ģe- il-būtoñ mtēģ il-vü il-msebqa qbal mē tsijjil.\";'),('aeb-latn','messages:tooltip-ca-history','s:50:\"aeb-latn:Kopīyēt qdum mtēģ iş-şafḩa hēđi\";'),('aeb-latn','messages:tooltip-ca-move','s:29:\"aeb-latn:Ḩawwil hē il-pāj\";'),('aeb-latn','messages:tooltip-ca-nstab-category','s:42:\"aeb-latn:Cūf il-pāj mtēģ il-katēgorī\";'),('aeb-latn','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('aeb-latn','messages:tooltip-ca-nstab-image','s:40:\"aeb-latn:Cūf il-pāj mtēģ il-fīcyēy\";'),('aeb-latn','messages:tooltip-ca-nstab-main','s:32:\"aeb-latn:Cūf il-pāj il-muhimme\";'),('aeb-latn','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('aeb-latn','messages:tooltip-ca-nstab-mediawiki','s:26:\"en:View the system message\";'),('aeb-latn','messages:tooltip-ca-nstab-project','s:39:\"aeb-latn:Cūf il-pāj mtēģ il-projēy\";'),('aeb-latn','messages:tooltip-ca-nstab-special','s:64:\"aeb-latn:Hēđi pāj spēsyāl. Mē tnejjimc tbeddilhē waḩdik\";'),('aeb-latn','messages:tooltip-ca-nstab-template','s:23:\"aeb-latn:Cūf il-blāqe\";'),('aeb-latn','messages:tooltip-ca-nstab-user','s:46:\"aeb-latn:Cūf il-pāj mtēģ il-ütīlīzatër\";'),('aeb-latn','messages:tooltip-ca-protect','s:20:\"en:Protect this page\";'),('aeb-latn','messages:tooltip-ca-talk','s:55:\"aeb-latn:Disküsyioñ ģe- il-koñtënü mtēģ il-pāj\";'),('aeb-latn','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('aeb-latn','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('aeb-latn','messages:tooltip-ca-unwatch','s:39:\"en:Remove this page from your watchlist\";'),('aeb-latn','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('aeb-latn','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('aeb-latn','messages:tooltip-ca-view','s:3:\"en:\";'),('aeb-latn','messages:tooltip-ca-viewsource','s:66:\"aeb-latn:Iş-şafḩa protējē.\nTnejjim tcūf is-sūrs mtēģhē.\";'),('aeb-latn','messages:tooltip-ca-watch','s:65:\"aeb-latn:Zīd il-pāj hēđi lil-līste mtēģ il-ģesse mtēģik\";'),('aeb-latn','messages:tooltip-compareselectedversions','s:70:\"en:See the differences between the two selected revisions of this page\";'),('aeb-latn','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('aeb-latn','messages:tooltip-diff','s:57:\"aeb-latn:Warrī it-tebdīlēt illī ģmelthe l- in-naşş\";'),('aeb-latn','messages:tooltip-feed-atom','s:37:\"aeb-latn:Flü Atom mtēģ hē il-pāj\";'),('aeb-latn','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('aeb-latn','messages:tooltip-invert','s:179:\"aeb-latn:Inzil ģlā hē iş-şandūq bēc txabbī it-tabdīlēt fi- il-pājēt illī mawjūdīn fi- il-newģ hēđē (w il-pājēt illī newģhum ģandu ģlēqa b- hē il-nēwģ)\";'),('aeb-latn','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('aeb-latn','messages:tooltip-minoredit','s:28:\"en:Mark this as a minor edit\";'),('aeb-latn','messages:tooltip-n-currentevents','s:64:\"aeb-latn:Alqā maģlūmēt ģlā- ehem il-aḩdēŧ mtēģ tawwe\";'),('aeb-latn','messages:tooltip-n-help','s:38:\"aeb-latn:Il-blāşa bēc tilqā fīhē\";'),('aeb-latn','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('aeb-latn','messages:tooltip-n-mainpage','s:39:\"aeb-latn:Imcī l- il-pāj il-ewelēniye\";'),('aeb-latn','messages:tooltip-n-mainpage-description','s:39:\"aeb-latn:Imcī l- il-pāj il-ewelēniye\";'),('aeb-latn','messages:tooltip-n-portal','s:83:\"aeb-latn:Ģe- il-macrūģ, cnūwwe tnijjim taģmil, wīn tilqā illī ḩajtik bīh\";'),('aeb-latn','messages:tooltip-n-randompage','s:38:\"aeb-latn:Ḩil iş-şafḩe illī tjī\";'),('aeb-latn','messages:tooltip-n-recentchanges','s:53:\"aeb-latn:Līste mtēģ ajadd it-tabdīlēt fil-wīkī\";'),('aeb-latn','messages:tooltip-namespace_association','s:139:\"aeb-latn:Inzil ģlā hē iş-şandūq bēc tdexxil anwēģ il-disküsyoñēt w il-pājēt illī ģandhum ģlēqa b- in-newģ illī ixţartu\";'),('aeb-latn','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('aeb-latn','messages:tooltip-p-lang','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-logo','s:37:\"aeb-latn:Imcī lil-pāj il-ewelēniye\";'),('aeb-latn','messages:tooltip-p-namespaces','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-navigation','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('aeb-latn','messages:tooltip-p-tb','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-user-page','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-variants','s:3:\"en:\";'),('aeb-latn','messages:tooltip-p-views','s:3:\"en:\";'),('aeb-latn','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('aeb-latn','messages:tooltip-preview','s:68:\"aeb-latn:Yģaycik cūf ēch beddilt b- il-apērsü qbal mē tsijjil!\";'),('aeb-latn','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('aeb-latn','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('aeb-latn','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('aeb-latn','messages:tooltip-pt-createaccount','s:97:\"aeb-latn:Međebīnē law kēn taģmil koñt w todxul, Lēkin mēkc maţlūb bēc taģmil hēđē.\";'),('aeb-latn','messages:tooltip-pt-login','s:60:\"aeb-latn:Međebīnē kēn itkoññektî, eme mūc b- is-sīf\";'),('aeb-latn','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('aeb-latn','messages:tooltip-pt-logout','s:14:\"aeb-latn:Uxruj\";'),('aeb-latn','messages:tooltip-pt-mycontris','s:45:\"aeb-latn:Līste mtēģ il-mucērqēt mtēģik\";'),('aeb-latn','messages:tooltip-pt-mytalk','s:34:\"aeb-latn:Pāj il-ḩdīŧ mtēģik\";'),('aeb-latn','messages:tooltip-pt-preferences','s:38:\"aeb-latn:Il-paramētir illī tḩibhum\";'),('aeb-latn','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('aeb-latn','messages:tooltip-pt-userpage','s:25:\"aeb-latn:Il-Pāj mtēģik\";'),('aeb-latn','messages:tooltip-pt-watchlist','s:49:\"en:A list of pages you are monitoring for changes\";'),('aeb-latn','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('aeb-latn','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('aeb-latn','messages:tooltip-rollback','s:107:\"aeb-latn:\"Rajjaģ\" ynaḩḩī it-tabdīlēt fi- hē iş-şafḩa mtēģ ēkhir wēḩid fi- nazle waḩde.\";'),('aeb-latn','messages:tooltip-save','s:38:\"aeb-latn:Sajjil it-tabdīlēt mtēģik\";'),('aeb-latn','messages:tooltip-search','s:32:\"aeb-latn:Lawwij fî {{SITENAME}}\";'),('aeb-latn','messages:tooltip-search-fulltext','s:54:\"aeb-latn:Farkis fiş-şafḩāt ģe- it-tēkst hēđē\";'),('aeb-latn','messages:tooltip-search-go','s:51:\"aeb-latn:Imcī l- pāj b-nafs il-ism iđē lqīthē\";'),('aeb-latn','messages:tooltip-summary','s:32:\"aeb-latn:Iktib mitlexxiş qşīr\";'),('aeb-latn','messages:tooltip-t-contributions','s:61:\"aeb-latn:Līste mtēģ il-musēhmēt mtēģ il-ütīlīzatër\";'),('aeb-latn','messages:tooltip-t-emailuser','s:43:\"en:Send an email to {{GENDER:$1|this user}}\";'),('aeb-latn','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('aeb-latn','messages:tooltip-t-permalink','s:70:\"aeb-latn:Lyeñ dīme mawjūd l-hēđi il-vērsyoñ mtēģ iş-şafḩa\";'),('aeb-latn','messages:tooltip-t-print','s:47:\"aeb-latn:Vêrsyoñ titiţbaģ min hē il-pāj..\";'),('aeb-latn','messages:tooltip-t-recentchangeslinked','s:80:\"aeb-latn:Ehem it-tabdīlēt fiş-şafḩāt illī ywaslū l- iş-şafḩa hēđi\";'),('aeb-latn','messages:tooltip-t-specialpages','s:56:\"aeb-latn:Lîste mtēģ iş-şafħāt is-spēsyāl il-kul\";'),('aeb-latn','messages:tooltip-t-upload','s:42:\"aeb-latn:Ibģaŧ ficyēyēt l- is-sērvër\";'),('aeb-latn','messages:tooltip-t-whatlinkshere','s:78:\"aeb-latn:Līste mtēģ iş-şafḩât il-wīkī il-kul illī twassil l- hūnī\";'),('aeb-latn','messages:tooltip-undo','s:110:\"en:\"Undo\" reverts this edit and opens the edit form in preview mode. It allows adding a reason in the summary.\";'),('aeb-latn','messages:tooltip-upload','s:15:\"en:Start upload\";'),('aeb-latn','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('aeb-latn','messages:tooltip-watch','s:34:\"en:Add this page to your watchlist\";'),('aeb-latn','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('aeb-latn','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('aeb-latn','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('aeb-latn','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('aeb-latn','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('aeb-latn','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('aeb-latn','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('aeb-latn','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('aeb-latn','messages:trackingcategories-name','s:15:\"en:Message name\";'),('aeb-latn','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('aeb-latn','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('aeb-latn','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('aeb-latn','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('aeb-latn','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('aeb-latn','messages:tue','s:15:\"aeb-latn:Ŧlŧ.\";'),('aeb-latn','messages:tuesday','s:20:\"aeb-latn:Iŧ-Ŧlēŧ\";'),('aeb-latn','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('aeb-latn','messages:uctop','s:12:\"aeb-latn:top\";'),('aeb-latn','messages:unblock','s:15:\"en:Unblock user\";'),('aeb-latn','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('aeb-latn','messages:unblock-summary','s:3:\"en:\";'),('aeb-latn','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('aeb-latn','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('aeb-latn','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('aeb-latn','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('aeb-latn','messages:unblockip','s:15:\"en:Unblock user\";'),('aeb-latn','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('aeb-latn','messages:unblocklink','s:10:\"en:unblock\";'),('aeb-latn','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('aeb-latn','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('aeb-latn','messages:uncategorizedcategories','s:27:\"en:Uncategorized categories\";'),('aeb-latn','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('aeb-latn','messages:uncategorizedimages','s:22:\"en:Uncategorized files\";'),('aeb-latn','messages:uncategorizedimages-summary','s:3:\"en:\";'),('aeb-latn','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('aeb-latn','messages:uncategorizedpages-summary','s:3:\"en:\";'),('aeb-latn','messages:uncategorizedtemplates','s:26:\"en:Uncategorized templates\";'),('aeb-latn','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('aeb-latn','messages:undelete','s:21:\"en:View deleted pages\";'),('aeb-latn','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('aeb-latn','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('aeb-latn','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('aeb-latn','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('aeb-latn','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('aeb-latn','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('aeb-latn','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('aeb-latn','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('aeb-latn','messages:undelete-fieldset-title','s:21:\"en:Undelete revisions\";'),('aeb-latn','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('aeb-latn','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('aeb-latn','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('aeb-latn','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('aeb-latn','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('aeb-latn','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('aeb-latn','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('aeb-latn','messages:undelete-search-box','s:23:\"en:Search deleted pages\";'),('aeb-latn','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('aeb-latn','messages:undelete-search-prefix','s:28:\"en:Show pages starting with:\";'),('aeb-latn','messages:undelete-search-submit','s:9:\"en:Search\";'),('aeb-latn','messages:undelete-search-title','s:23:\"en:Search deleted pages\";'),('aeb-latn','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('aeb-latn','messages:undelete-show-file-submit','s:6:\"en:Yes\";'),('aeb-latn','messages:undelete-summary','s:3:\"en:\";'),('aeb-latn','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('aeb-latn','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('aeb-latn','messages:undelete_short','s:56:\"aeb-latn:Rajjagħ{{PLURAL:$1|tabdila waħda|$1 tabdila}}\";'),('aeb-latn','messages:undeletebtn','s:11:\"en:Undelete\";'),('aeb-latn','messages:undeletecomment','s:10:\"en:Reason:\";'),('aeb-latn','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('aeb-latn','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('aeb-latn','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('aeb-latn','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('aeb-latn','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('aeb-latn','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('aeb-latn','messages:undeletelink','s:16:\"en:view/undelete\";'),('aeb-latn','messages:undeletepage','s:34:\"en:View and undelete deleted pages\";'),('aeb-latn','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('aeb-latn','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('aeb-latn','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('aeb-latn','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('aeb-latn','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('aeb-latn','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('aeb-latn','messages:undeleteviewlink','s:7:\"en:view\";'),('aeb-latn','messages:underline-always','s:14:\"aeb-latn:Dīme\";'),('aeb-latn','messages:underline-default','s:26:\"en:Skin or browser default\";'),('aeb-latn','messages:underline-never','s:14:\"aeb-latn:Jumle\";'),('aeb-latn','messages:undo-failure','s:70:\"en:The edit could not be undone due to conflicting intermediate edits.\";'),('aeb-latn','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('aeb-latn','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('aeb-latn','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('aeb-latn','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('aeb-latn','messages:undo-summary','s:78:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])\";'),('aeb-latn','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('aeb-latn','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('aeb-latn','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('aeb-latn','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('aeb-latn','messages:unexpected','s:31:\"en:Unexpected value: \"$1\"=\"$2\".\";'),('aeb-latn','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('aeb-latn','messages:unit-pixel','s:5:\"en:px\";'),('aeb-latn','messages:unknown-error','s:29:\"en:An unknown error occurred.\";'),('aeb-latn','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('aeb-latn','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('aeb-latn','messages:unlockbtn','s:18:\"en:Unlock database\";'),('aeb-latn','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('aeb-latn','messages:unlockdb','s:18:\"en:Unlock database\";'),('aeb-latn','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('aeb-latn','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('aeb-latn','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('aeb-latn','messages:unpatrolledletter','s:4:\"en:!\";'),('aeb-latn','messages:unprotect','s:28:\"aeb-latn:Baddil il-ḩimêye\";'),('aeb-latn','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('aeb-latn','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('aeb-latn','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('aeb-latn','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('aeb-latn','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('aeb-latn','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('aeb-latn','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('aeb-latn','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('aeb-latn','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('aeb-latn','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('aeb-latn','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('aeb-latn','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('aeb-latn','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('aeb-latn','messages:unusedcategories','s:20:\"en:Unused categories\";'),('aeb-latn','messages:unusedcategories-summary','s:3:\"en:\";'),('aeb-latn','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('aeb-latn','messages:unusedimages','s:15:\"en:Unused files\";'),('aeb-latn','messages:unusedimages-summary','s:3:\"en:\";'),('aeb-latn','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('aeb-latn','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('aeb-latn','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('aeb-latn','messages:unusedtemplates-summary','s:3:\"en:\";'),('aeb-latn','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('aeb-latn','messages:unusedtemplateswlh','s:14:\"en:other links\";'),('aeb-latn','messages:unwatch','s:10:\"en:Unwatch\";'),('aeb-latn','messages:unwatchedpages','s:18:\"en:Unwatched pages\";'),('aeb-latn','messages:unwatchedpages-summary','s:3:\"en:\";'),('aeb-latn','messages:unwatching','s:16:\"en:Unwatching...\";'),('aeb-latn','messages:unwatchthispage','s:16:\"en:Stop watching\";'),('aeb-latn','messages:updated','s:12:\"en:(Updated)\";'),('aeb-latn','messages:updatedmarker','s:40:\"aeb-latn:tbaddlet melli jit àkher marra\";'),('aeb-latn','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('aeb-latn','messages:upload','s:39:\"aeb-latn:Ibģaŧ ficyēy l- is-sērvër\";'),('aeb-latn','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('aeb-latn','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('aeb-latn','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('aeb-latn','messages:upload-curl-error6','s:22:\"en:Could not reach URL\";'),('aeb-latn','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('aeb-latn','messages:upload-default-description','s:4:\"en:-\";'),('aeb-latn','messages:upload-description','s:19:\"en:File description\";'),('aeb-latn','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('aeb-latn','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('aeb-latn','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('aeb-latn','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('aeb-latn','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('aeb-latn','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('aeb-latn','messages:upload-disallowed-here','s:62:\"aeb-latn:Mē tnejjimc tiktib marre uxrā ģlā hē il-fīcyēy\";'),('aeb-latn','messages:upload-file-error','s:17:\"en:Internal error\";'),('aeb-latn','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('aeb-latn','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('aeb-latn','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('aeb-latn','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('aeb-latn','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('aeb-latn','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('aeb-latn','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('aeb-latn','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('aeb-latn','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('aeb-latn','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('aeb-latn','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('aeb-latn','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('aeb-latn','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('aeb-latn','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('aeb-latn','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('aeb-latn','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('aeb-latn','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('aeb-latn','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('aeb-latn','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('aeb-latn','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('aeb-latn','messages:upload-maxfilesize','s:24:\"en:Maximum file size: $1\";'),('aeb-latn','messages:upload-misc-error','s:23:\"en:Unknown upload error\";'),('aeb-latn','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('aeb-latn','messages:upload-options','s:17:\"en:Upload options\";'),('aeb-latn','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('aeb-latn','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('aeb-latn','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('aeb-latn','messages:upload-proto-error','s:21:\"en:Incorrect protocol\";'),('aeb-latn','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('aeb-latn','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('aeb-latn','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('aeb-latn','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('aeb-latn','messages:upload-source','s:14:\"en:Source file\";'),('aeb-latn','messages:upload-summary','s:3:\"en:\";'),('aeb-latn','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('aeb-latn','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('aeb-latn','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('aeb-latn','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('aeb-latn','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('aeb-latn','messages:upload_source_file','s:40:\"en:(your chosen file from your computer)\";'),('aeb-latn','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('aeb-latn','messages:uploadbtn','s:14:\"en:Upload file\";'),('aeb-latn','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('aeb-latn','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('aeb-latn','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('aeb-latn','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('aeb-latn','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('aeb-latn','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('aeb-latn','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('aeb-latn','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('aeb-latn','messages:uploaderror','s:15:\"en:Upload error\";'),('aeb-latn','messages:uploadfooter','s:4:\"en:-\";'),('aeb-latn','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('aeb-latn','messages:uploadlogpage','s:13:\"en:Upload log\";'),('aeb-latn','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('aeb-latn','messages:uploadnewversion-linktext','s:36:\"en:Upload a new version of this file\";'),('aeb-latn','messages:uploadnologin','s:16:\"en:Not logged in\";'),('aeb-latn','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('aeb-latn','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('aeb-latn','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('aeb-latn','messages:uploadstash','s:15:\"en:Upload stash\";'),('aeb-latn','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('aeb-latn','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('aeb-latn','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('aeb-latn','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('aeb-latn','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('aeb-latn','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('aeb-latn','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('aeb-latn','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('aeb-latn','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('aeb-latn','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('aeb-latn','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('aeb-latn','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('aeb-latn','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('aeb-latn','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('aeb-latn','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('aeb-latn','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('aeb-latn','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('aeb-latn','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('aeb-latn','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('aeb-latn','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('aeb-latn','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('aeb-latn','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('aeb-latn','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('aeb-latn','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('aeb-latn','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('aeb-latn','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('aeb-latn','messages:uploadvirus','s:41:\"en:The file contains a virus!\nDetails: $1\";'),('aeb-latn','messages:uploadwarning','s:17:\"en:Upload warning\";'),('aeb-latn','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('aeb-latn','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('aeb-latn','messages:user-mail-no-addy','s:48:\"en:Tried to send email without an email address.\";'),('aeb-latn','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('aeb-latn','messages:usercreated','s:36:\"en:{{GENDER:$3|Created}} on $1 at $2\";'),('aeb-latn','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('aeb-latn','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('aeb-latn','messages:usercssyoucanpreview','s:101:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new CSS before publishing.\";'),('aeb-latn','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('aeb-latn','messages:userexists','s:67:\"en:Username entered already in use.\nPlease choose a different name.\";'),('aeb-latn','messages:userinvalidconfigtitle','s:182:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css, .json, and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('aeb-latn','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('aeb-latn','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('aeb-latn','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('aeb-latn','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('aeb-latn','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('aeb-latn','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('aeb-latn','messages:userjsyoucanpreview','s:108:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JavaScript before publishing.\";'),('aeb-latn','messages:userlogin-createanother','s:25:\"en:Create another account\";'),('aeb-latn','messages:userlogin-helplink2','s:28:\"aeb-latn:Mģawne f- id-dxūl\";'),('aeb-latn','messages:userlogin-joinproject','s:20:\"en:Join {{SITENAME}}\";'),('aeb-latn','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('aeb-latn','messages:userlogin-noaccount','s:26:\"aeb-latn:Ģandikcī koñt?\";'),('aeb-latn','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('aeb-latn','messages:userlogin-remembermypassword','s:76:\"aeb-latn:Xallīnī konnēktē dīmē ḩattā law kēn tqus il-konnēksyioñ\";'),('aeb-latn','messages:userlogin-resetpassword-link','s:38:\"aeb-latn:Nsīt kilmit is-sir mtēģik?\";'),('aeb-latn','messages:userlogin-signwithsecure','s:24:\"en:Use secure connection\";'),('aeb-latn','messages:userlogin-yourname','s:30:\"aeb-latn:Ism il-ütīlīzatër\";'),('aeb-latn','messages:userlogin-yourname-ph','s:45:\"aeb-latn:Iktib ism il-ütīlīzatër mtēģik\";'),('aeb-latn','messages:userlogin-yourpassword','s:22:\"aeb-latn:Kilmit is-sir\";'),('aeb-latn','messages:userlogin-yourpassword-ph','s:37:\"aeb-latn:Iktib kilmit is-sir mtēģik\";'),('aeb-latn','messages:userlogout','s:10:\"en:Log out\";'),('aeb-latn','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('aeb-latn','messages:userlogout-summary','s:3:\"en:\";'),('aeb-latn','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('aeb-latn','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('aeb-latn','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('aeb-latn','messages:usermessage-editor','s:19:\"en:System messenger\";'),('aeb-latn','messages:usermessage-summary','s:26:\"en:Leaving system message.\";'),('aeb-latn','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('aeb-latn','messages:username','s:26:\"en:{{GENDER:$1|Username}}:\";'),('aeb-latn','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('aeb-latn','messages:userpage-userdoesnotexist','s:90:\"en:User account \"$1\" is not registered.\nPlease check if you want to create/edit this page.\";'),('aeb-latn','messages:userpage-userdoesnotexist-view','s:39:\"en:User account \"$1\" is not registered.\";'),('aeb-latn','messages:userrights','s:14:\"en:User rights\";'),('aeb-latn','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('aeb-latn','messages:userrights-changeable-col','s:24:\"en:Groups you can change\";'),('aeb-latn','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('aeb-latn','messages:userrights-editusergroup','s:33:\"en:Edit {{GENDER:$1|user}} groups\";'),('aeb-latn','messages:userrights-expiry','s:11:\"en:Expires:\";'),('aeb-latn','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('aeb-latn','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('aeb-latn','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('aeb-latn','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('aeb-latn','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('aeb-latn','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('aeb-latn','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('aeb-latn','messages:userrights-groupsmember','s:13:\"en:Member of:\";'),('aeb-latn','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('aeb-latn','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('aeb-latn','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('aeb-latn','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('aeb-latn','messages:userrights-lookup-user','s:16:\"en:Select a user\";'),('aeb-latn','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('aeb-latn','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('aeb-latn','messages:userrights-nodatabase','s:46:\"en:Database $1 does not exist or is not local.\";'),('aeb-latn','messages:userrights-reason','s:10:\"en:Reason:\";'),('aeb-latn','messages:userrights-summary','s:3:\"en:\";'),('aeb-latn','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('aeb-latn','messages:userrights-unchangeable-col','s:27:\"en:Groups you cannot change\";'),('aeb-latn','messages:userrights-user-editname','s:20:\"en:Enter a username:\";'),('aeb-latn','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('aeb-latn','messages:variantname-crh','s:6:\"en:crh\";'),('aeb-latn','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('aeb-latn','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('aeb-latn','messages:variantname-gan','s:6:\"en:gan\";'),('aeb-latn','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('aeb-latn','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('aeb-latn','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('aeb-latn','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('aeb-latn','messages:variantname-iu','s:5:\"en:iu\";'),('aeb-latn','messages:variantname-kk','s:5:\"en:kk\";'),('aeb-latn','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('aeb-latn','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('aeb-latn','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('aeb-latn','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('aeb-latn','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('aeb-latn','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('aeb-latn','messages:variantname-ku','s:5:\"en:ku\";'),('aeb-latn','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('aeb-latn','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('aeb-latn','messages:variantname-shi','s:6:\"en:shi\";'),('aeb-latn','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('aeb-latn','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('aeb-latn','messages:variantname-sr','s:5:\"en:sr\";'),('aeb-latn','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('aeb-latn','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('aeb-latn','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('aeb-latn','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('aeb-latn','messages:variantname-tg','s:5:\"en:tg\";'),('aeb-latn','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('aeb-latn','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('aeb-latn','messages:variantname-tly','s:6:\"en:tly\";'),('aeb-latn','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('aeb-latn','messages:variantname-uz','s:5:\"en:uz\";'),('aeb-latn','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('aeb-latn','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('aeb-latn','messages:variantname-zh','s:5:\"en:zh\";'),('aeb-latn','messages:variantname-zh-cn','s:5:\"en:CN\";'),('aeb-latn','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('aeb-latn','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('aeb-latn','messages:variantname-zh-hk','s:5:\"en:HK\";'),('aeb-latn','messages:variantname-zh-mo','s:5:\"en:MO\";'),('aeb-latn','messages:variantname-zh-my','s:5:\"en:MY\";'),('aeb-latn','messages:variantname-zh-sg','s:5:\"en:SG\";'),('aeb-latn','messages:variantname-zh-tw','s:5:\"en:TW\";'),('aeb-latn','messages:variants','s:20:\"aeb-latn:Tanwīģāt\";'),('aeb-latn','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('aeb-latn','messages:vector-action-addsection','s:24:\"aeb-latn:Zīd mawḑūģ\";'),('aeb-latn','messages:vector-action-delete','s:9:\"en:Delete\";'),('aeb-latn','messages:vector-action-move','s:17:\"aeb-latn:Ḩawwil\";'),('aeb-latn','messages:vector-action-protect','s:10:\"en:Protect\";'),('aeb-latn','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('aeb-latn','messages:vector-action-undelete','s:11:\"en:Undelete\";'),('aeb-latn','messages:vector-action-unprotect','s:20:\"en:Change protection\";'),('aeb-latn','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('aeb-latn','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('aeb-latn','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('aeb-latn','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('aeb-latn','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('aeb-latn','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('aeb-latn','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('aeb-latn','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('aeb-latn','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('aeb-latn','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('aeb-latn','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('aeb-latn','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('aeb-latn','messages:vector-languages','s:12:\"en:Languages\";'),('aeb-latn','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('aeb-latn','messages:vector-more-actions','s:15:\"aeb-latn:Ekŧer\";'),('aeb-latn','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('aeb-latn','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('aeb-latn','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('aeb-latn','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('aeb-latn','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('aeb-latn','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('aeb-latn','messages:vector-site-nav-label','s:7:\"en:Site\";'),('aeb-latn','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('aeb-latn','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('aeb-latn','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('aeb-latn','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('aeb-latn','messages:vector-toc-heading','s:11:\"en:Contents\";'),('aeb-latn','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('aeb-latn','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('aeb-latn','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('aeb-latn','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('aeb-latn','messages:vector-view-create','s:15:\"aeb-latn:Aģmil\";'),('aeb-latn','messages:vector-view-edit','s:15:\"aeb-latn:Beddil\";'),('aeb-latn','messages:vector-view-history','s:30:\"aeb-latn:Cūf Tērīx il-milaf\";'),('aeb-latn','messages:vector-view-view','s:14:\"aeb-latn:Aqrē\";'),('aeb-latn','messages:vector-view-viewsource','s:14:\"en:View source\";'),('aeb-latn','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('aeb-latn','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('aeb-latn','messages:verification-error','s:44:\"en:This file did not pass file verification.\";'),('aeb-latn','messages:version','s:10:\"en:Version\";'),('aeb-latn','messages:version-antispam','s:18:\"en:Spam prevention\";'),('aeb-latn','messages:version-api','s:6:\"en:API\";'),('aeb-latn','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('aeb-latn','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('aeb-latn','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('aeb-latn','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('aeb-latn','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('aeb-latn','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('aeb-latn','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('aeb-latn','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('aeb-latn','messages:version-editors','s:10:\"en:Editors\";'),('aeb-latn','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('aeb-latn','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('aeb-latn','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('aeb-latn','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('aeb-latn','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('aeb-latn','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('aeb-latn','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('aeb-latn','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('aeb-latn','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('aeb-latn','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('aeb-latn','messages:version-ext-colheader-license','s:10:\"en:License\";'),('aeb-latn','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('aeb-latn','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('aeb-latn','messages:version-ext-license','s:10:\"en:License\";'),('aeb-latn','messages:version-extensions','s:23:\"en:Installed extensions\";'),('aeb-latn','messages:version-hook-name','s:12:\"en:Hook name\";'),('aeb-latn','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('aeb-latn','messages:version-hooks','s:8:\"en:Hooks\";'),('aeb-latn','messages:version-libraries','s:22:\"en:Installed libraries\";'),('aeb-latn','messages:version-libraries-authors','s:10:\"en:Authors\";'),('aeb-latn','messages:version-libraries-description','s:14:\"en:Description\";'),('aeb-latn','messages:version-libraries-library','s:10:\"en:Library\";'),('aeb-latn','messages:version-libraries-license','s:10:\"en:License\";'),('aeb-latn','messages:version-libraries-version','s:10:\"en:Version\";'),('aeb-latn','messages:version-license','s:20:\"en:MediaWiki License\";'),('aeb-latn','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('aeb-latn','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('aeb-latn','messages:version-license-title','s:17:\"en:License for $1\";'),('aeb-latn','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('aeb-latn','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('aeb-latn','messages:version-other','s:8:\"en:Other\";'),('aeb-latn','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('aeb-latn','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('aeb-latn','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('aeb-latn','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('aeb-latn','messages:version-poweredby-others','s:9:\"en:others\";'),('aeb-latn','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('aeb-latn','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('aeb-latn','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('aeb-latn','messages:version-skins','s:18:\"en:Installed skins\";'),('aeb-latn','messages:version-software','s:21:\"en:Installed software\";'),('aeb-latn','messages:version-software-product','s:10:\"en:Product\";'),('aeb-latn','messages:version-software-version','s:10:\"en:Version\";'),('aeb-latn','messages:version-specialpages','s:16:\"en:Special pages\";'),('aeb-latn','messages:version-summary','s:3:\"en:\";'),('aeb-latn','messages:version-variables','s:12:\"en:Variables\";'),('aeb-latn','messages:version-version','s:7:\"en:($1)\";'),('aeb-latn','messages:versionrequired','s:35:\"en:Version $1 of MediaWiki required\";'),('aeb-latn','messages:versionrequiredtext','s:94:\"en:Version $1 of MediaWiki is required to use this page.\nSee [[Special:Version|version page]].\";'),('aeb-latn','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('aeb-latn','messages:view','s:14:\"aeb-latn:Aqrē\";'),('aeb-latn','messages:view-pool-contention','s:18:\"en:pool contention\";'),('aeb-latn','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('aeb-latn','messages:view-pool-error','s:179:\"aeb-latn:Semhûnê, is-sêrvërêt têģbîn tawwe.\nBerca ģbêd yḩebbû ycûfû nafs il-pâj.\nYģaycik istannâ cweyye qbal mê tjarrib bêc tudxul l- hel-pâj marra uxrâ.\n\n$1\";'),('aeb-latn','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('aeb-latn','messages:viewcount','s:247:\"aeb-latn:Hel-pâj dexlûlhe {{PLURAL:$1|marra|2=marrtîn|3=marrât|4=marrât|5=marrât|6=marrât|7=marrât|8=marrât|9=marrât|10=marrât|11=n-marra|12=n-marra|13=n-marra|14=n-marra|15=n-marra|16=n-marra|17=n-marra|18=n-marra|19=n-marra|20=marra}}\";'),('aeb-latn','messages:viewdeleted','s:19:\"aeb-latn:Warri $1؟\";'),('aeb-latn','messages:viewdeleted_short','s:74:\"aeb-latn:Warri {{PLURAL:$1|tabdila waħda mafsoukha|$1 tabdila mafsoukha}}\";'),('aeb-latn','messages:viewdeletedpage','s:21:\"en:View deleted pages\";'),('aeb-latn','messages:viewhelppage','s:40:\"aeb-latn:Cûf il-pâj mtêģ il-mģâwne\";'),('aeb-latn','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('aeb-latn','messages:viewpagelogs','s:26:\"en:View logs for this page\";'),('aeb-latn','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('aeb-latn','messages:viewprevnext','s:49:\"aeb-latn:Cūf ($1 {{int:pipe-separator}} $2) ($3)\";'),('aeb-latn','messages:views','s:17:\"aeb-latn:Manḑer\";'),('aeb-latn','messages:viewsource','s:24:\"aeb-latn:Warrī is-sūrs\";'),('aeb-latn','messages:viewsource-title','s:21:\"en:View source for $1\";'),('aeb-latn','messages:viewsourcelink','s:24:\"aeb-latn:Warrī is-sūrs\";'),('aeb-latn','messages:viewsourceold','s:22:\"aeb-latn:Warri essours\";'),('aeb-latn','messages:viewsourcetext','s:49:\"en:You can view and copy the source of this page.\";'),('aeb-latn','messages:viewtalkpage','s:25:\"aeb-latn:Cûf il-ḩdîŧ\";'),('aeb-latn','messages:viewyourtext','s:80:\"en:You can view and copy the source of <strong>your edits</strong> to this page.\";'),('aeb-latn','messages:virus-badscanner','s:56:\"en:Bad configuration: Unknown virus scanner: <em>$1</em>\";'),('aeb-latn','messages:virus-scanfailed','s:24:\"en:scan failed (code $1)\";'),('aeb-latn','messages:virus-unknownscanner','s:21:\"en:unknown antivirus:\";'),('aeb-latn','messages:wantedcategories','s:20:\"en:Wanted categories\";'),('aeb-latn','messages:wantedcategories-summary','s:3:\"en:\";'),('aeb-latn','messages:wantedfiles','s:15:\"en:Wanted files\";'),('aeb-latn','messages:wantedfiles-summary','s:3:\"en:\";'),('aeb-latn','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('aeb-latn','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('aeb-latn','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('aeb-latn','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('aeb-latn','messages:wantedpages','s:15:\"en:Wanted pages\";'),('aeb-latn','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('aeb-latn','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('aeb-latn','messages:wantedtemplates','s:19:\"en:Wanted templates\";'),('aeb-latn','messages:wantedtemplates-summary','s:3:\"en:\";'),('aeb-latn','messages:watch','s:13:\"aeb-latn:Cūf\";'),('aeb-latn','messages:watching','s:14:\"en:Watching...\";'),('aeb-latn','messages:watchlist','s:12:\"en:Watchlist\";'),('aeb-latn','messages:watchlist-details','s:77:\"en:{{PLURAL:$1|$1 page is|$1 pages are}} on your Watchlist (plus talk pages).\";'),('aeb-latn','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('aeb-latn','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('aeb-latn','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('aeb-latn','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('aeb-latn','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('aeb-latn','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('aeb-latn','messages:watchlist-hide','s:7:\"en:Hide\";'),('aeb-latn','messages:watchlist-options','s:20:\"en:Watchlist options\";'),('aeb-latn','messages:watchlist-submit','s:7:\"en:Show\";'),('aeb-latn','messages:watchlist-summary','s:3:\"en:\";'),('aeb-latn','messages:watchlist-unwatch','s:5:\"en:×\";'),('aeb-latn','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('aeb-latn','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('aeb-latn','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('aeb-latn','messages:watchlistedit-clear-explain','s:57:\"aeb-latn:Elɛanawin lkol bech yetnaħaw mel\'lista mteɛek\";'),('aeb-latn','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('aeb-latn','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('aeb-latn','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('aeb-latn','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('aeb-latn','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('aeb-latn','messages:watchlistedit-clear-titles','s:19:\"aeb-latn:Elɛanawin\";'),('aeb-latn','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('aeb-latn','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('aeb-latn','messages:watchlistedit-normal-legend','s:31:\"en:Remove titles from watchlist\";'),('aeb-latn','messages:watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('aeb-latn','messages:watchlistedit-normal-title','s:17:\"en:Edit watchlist\";'),('aeb-latn','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('aeb-latn','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('aeb-latn','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('aeb-latn','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('aeb-latn','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('aeb-latn','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('aeb-latn','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('aeb-latn','messages:watchlistedit-raw-titles','s:10:\"en:Titles:\";'),('aeb-latn','messages:watchlistedit-too-many','s:63:\"aeb-latn:Famma barcha pajet w\'manajmouch nħotouhom lkol lahné\";'),('aeb-latn','messages:watchlistfor2','s:16:\"aeb-latn:ل$1 $2\";'),('aeb-latn','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('aeb-latn','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('aeb-latn','messages:watchlisttools-edit','s:26:\"en:View and edit watchlist\";'),('aeb-latn','messages:watchlisttools-raw','s:21:\"en:Edit raw watchlist\";'),('aeb-latn','messages:watchlisttools-view','s:24:\"en:View relevant changes\";'),('aeb-latn','messages:watchnologin','s:16:\"en:Not logged in\";'),('aeb-latn','messages:watchthis','s:25:\"aeb-latn:Cūf hē il-pāj\";'),('aeb-latn','messages:watchthispage','s:18:\"en:Watch this page\";'),('aeb-latn','messages:watchthisupload','s:18:\"en:Watch this file\";'),('aeb-latn','messages:wed','s:13:\"aeb-latn:Erb.\";'),('aeb-latn','messages:wednesday','s:18:\"aeb-latn:Il-Irbģe\";'),('aeb-latn','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('aeb-latn','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('aeb-latn','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('aeb-latn','messages:welcomeuser','s:15:\"en:Welcome, $1!\";'),('aeb-latn','messages:whatlinkshere','s:40:\"aeb-latn:Cnūwwe illī ywassil l- hūnī\";'),('aeb-latn','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('aeb-latn','messages:whatlinkshere-hideimages','s:18:\"en:Hide file links\";'),('aeb-latn','messages:whatlinkshere-hidelinks','s:27:\"aeb-latn:lyeñēt mtēģ $1\";'),('aeb-latn','messages:whatlinkshere-hideredirs','s:24:\"aeb-latn:$1 taḩwīlēt\";'),('aeb-latn','messages:whatlinkshere-hidetrans','s:21:\"en:Hide transclusions\";'),('aeb-latn','messages:whatlinkshere-links','s:21:\"aeb-latn:← lyeñēt\";'),('aeb-latn','messages:whatlinkshere-next','s:48:\"aeb-latn:{{PLURAL:$1|ij-jēye|il-$1 ij-jēyīn}}\";'),('aeb-latn','messages:whatlinkshere-page','s:18:\"aeb-latn:Şafḩa:\";'),('aeb-latn','messages:whatlinkshere-prev','s:50:\"aeb-latn:{{PLURAL:$1|il-fēyit|il-$1 il-fēytīn}}\";'),('aeb-latn','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('aeb-latn','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('aeb-latn','messages:whatlinkshere-summary','s:3:\"en:\";'),('aeb-latn','messages:whatlinkshere-title','s:41:\"aeb-latn:Il-Pājēt illī ywaşlū l-\"$1\"\";'),('aeb-latn','messages:whitelistedittext','s:27:\"en:Please $1 to edit pages.\";'),('aeb-latn','messages:widthheight','s:11:\"en:$1 × $2\";'),('aeb-latn','messages:widthheightpage','s:40:\"en:$1 × $2, $3 {{PLURAL:$3|page|pages}}\";'),('aeb-latn','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('aeb-latn','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('aeb-latn','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('aeb-latn','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('aeb-latn','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('aeb-latn','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('aeb-latn','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('aeb-latn','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('aeb-latn','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('aeb-latn','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('aeb-latn','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('aeb-latn','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('aeb-latn','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('aeb-latn','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('aeb-latn','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('aeb-latn','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('aeb-latn','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('aeb-latn','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('aeb-latn','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('aeb-latn','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('aeb-latn','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('aeb-latn','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('aeb-latn','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('aeb-latn','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('aeb-latn','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('aeb-latn','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('aeb-latn','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-bold-result','s:29:\"en:<strong>Bold text</strong>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-bold-syntax','s:18:\"en:\'\'\'Bold text\'\'\'\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"en:Reference\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('aeb-latn','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('aeb-latn','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('aeb-latn','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('aeb-latn','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('aeb-latn','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('aeb-latn','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('aeb-latn','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('aeb-latn','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('aeb-latn','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('aeb-latn','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('aeb-latn','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('aeb-latn','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('aeb-latn','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('aeb-latn','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:wikieditor-toolbar-tool-file-example','s:14:\"en:Example.jpg\";'),('aeb-latn','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('aeb-latn','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('aeb-latn','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('aeb-latn','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('aeb-latn','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-ilink','s:16:\"en:Internal link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-ilink-example','s:13:\"en:Link title\";'),('aeb-latn','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('aeb-latn','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('aeb-latn','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('aeb-latn','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('aeb-latn','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('aeb-latn','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('aeb-latn','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('aeb-latn','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('aeb-latn','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('aeb-latn','messages:wikieditor-toolbar-tool-reference','s:12:\"en:Reference\";'),('aeb-latn','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('aeb-latn','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('aeb-latn','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('aeb-latn','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('aeb-latn','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('aeb-latn','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('aeb-latn','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('aeb-latn','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('aeb-latn','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('aeb-latn','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('aeb-latn','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('aeb-latn','messages:wikieditor-toolbar-tool-xlink','s:42:\"en:External link (remember http:// prefix)\";'),('aeb-latn','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('aeb-latn','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('aeb-latn','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('aeb-latn','messages:withoutinterwiki','s:31:\"en:Pages without language links\";'),('aeb-latn','messages:withoutinterwiki-legend','s:9:\"en:Prefix\";'),('aeb-latn','messages:withoutinterwiki-submit','s:7:\"en:Show\";'),('aeb-latn','messages:withoutinterwiki-summary','s:62:\"en:The following pages do not link to other language versions.\";'),('aeb-latn','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('aeb-latn','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('aeb-latn','messages:wlnote','s:154:\"en:Below {{PLURAL:$1|is the last change|are the last <strong>$1</strong> changes}} in the last {{PLURAL:$2|hour|<strong>$2</strong> hours}}, as of $3, $4.\";'),('aeb-latn','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('aeb-latn','messages:wlshowhidebots','s:7:\"en:bots\";'),('aeb-latn','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('aeb-latn','messages:wlshowhideliu','s:19:\"en:registered users\";'),('aeb-latn','messages:wlshowhidemine','s:11:\"en:my edits\";'),('aeb-latn','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('aeb-latn','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('aeb-latn','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('aeb-latn','messages:word-separator','s:8:\"en:&#32;\";'),('aeb-latn','messages:wrongpassword','s:60:\"en:Incorrect username or password entered.\nPlease try again.\";'),('aeb-latn','messages:wrongpasswordempty','s:48:\"en:Password entered was blank.\nPlease try again.\";'),('aeb-latn','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('aeb-latn','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('aeb-latn','messages:year','s:27:\"en:From year (and earlier):\";'),('aeb-latn','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('aeb-latn','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('aeb-latn','messages:youhavenewmessages','s:34:\"en:{{PLURAL:$3|You have}} $1 ($2).\";'),('aeb-latn','messages:youhavenewmessagesfromusers','s:75:\"en:{{PLURAL:$4|You have}} $1 from {{PLURAL:$3|another user|$3 users}} ($2).\";'),('aeb-latn','messages:youhavenewmessagesmanyusers','s:36:\"en:You have $1 from many users ($2).\";'),('aeb-latn','messages:yourdiff','s:14:\"en:Differences\";'),('aeb-latn','messages:yourdomainname','s:15:\"en:Your domain:\";'),('aeb-latn','messages:youremail','s:9:\"en:Email:\";'),('aeb-latn','messages:yourgender','s:37:\"en:How do you prefer to be described?\";'),('aeb-latn','messages:yourlanguage','s:12:\"en:Language:\";'),('aeb-latn','messages:yourname','s:31:\"aeb-latn:Ism il-ütîlîzatër:\";'),('aeb-latn','messages:yournick','s:17:\"en:New signature:\";'),('aeb-latn','messages:yourpassword','s:23:\"aeb-latn:Kilmit is-sir:\";'),('aeb-latn','messages:yourpasswordagain','s:54:\"aeb-latn:Ģawwid iktib kilmit is-sir illî dexxelthê:\";'),('aeb-latn','messages:yourrealname','s:13:\"en:Real name:\";'),('aeb-latn','messages:yourtext','s:12:\"en:Your text\";'),('aeb-latn','messages:yourvariant','s:28:\"en:Content language variant:\";'),('aeb-latn','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('aeb-latn','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('aeb-latn','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('aeb-latn','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('aeb-latn','minimumGroupingDigits','N;'),('aeb-latn','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('aeb-latn','namespaceGenderAliases','a:0:{}'),('aeb-latn','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}'),('aeb-latn','originalFallbackSequence','a:0:{}'),('aeb-latn','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('aeb-latn','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('aeb-latn','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:32:\"aeb-latn:Project:Fi- illī yxuş\";s:9:\"aboutsite\";s:37:\"aeb-latn:Fi- illī yxuş {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:18:\"aeb-latn:Aksyonàt\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:28:\"aeb-latn:Illī şâyir tawwe\";s:17:\"currentevents-url\";s:36:\"aeb-latn:Project:Illī şâyir tawwe\";s:14:\"disclaimerpage\";s:35:\"aeb-latn:Project:Tambīhēt ģāmme\";s:11:\"disclaimers\";s:19:\"aeb-latn:Tambīhēt\";s:4:\"edit\";s:15:\"aeb-latn:Beddil\";s:11:\"editsection\";s:28:\"aeb-latn:Beddil iş-şafḩa\";s:15:\"editsectionhint\";s:33:\"aeb-latn:Beddil is-sēksyioñ: $1\";s:4:\"help\";s:17:\"aeb-latn:Mģāwne\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:18:\"aeb-latn:Imcī l-:\";s:16:\"jumptonavigation\";s:17:\"aeb-latn:Ḩawwis\";s:12:\"jumptosearch\";s:15:\"aeb-latn:Lawwij\";s:14:\"lastmodifiedat\";s:63:\"aeb-latn:Il-pāj hēđi tbadlit ēxir merre nhār $1, mģē $2.\";s:8:\"mainpage\";s:30:\"aeb-latn:Il-Pāj il-ewelēniye\";s:20:\"mainpage-description\";s:30:\"aeb-latn:Il-Pāj il-ewelēniye\";s:14:\"mainpage-nstab\";s:12:\"en:Main page\";s:10:\"namespaces\";s:27:\"aeb-latn:Enwēģ il-pājēt\";s:10:\"navigation\";s:17:\"aeb-latn:Ḩawwis\";s:23:\"nav-login-createaccount\";s:33:\"aeb-latn:Connecti / aεmel compte\";s:10:\"nstab-main\";s:17:\"aeb-latn:Şafḩa\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:48:\"aeb-latn:{{PLURAL:$1|Katēgorī|Katēgorīyēt}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:34:\"aeb-latn:lyeñ yuqģud dīme dīme\";s:13:\"personaltools\";s:19:\"aeb-latn:Mēģūnik\";s:6:\"portal\";s:28:\"aeb-latn:Daxlit il-mujtamaģ\";s:10:\"portal-url\";s:26:\"aeb-latn:Project:Mujtamaģ\";s:16:\"printableversion\";s:31:\"aeb-latn:Kopī bēc tiţbaģhē\";s:7:\"privacy\";s:49:\"aeb-latn:Is-siyēse mtēģ il-koñfīdonsyalītē\";s:11:\"privacypage\";s:60:\"aeb-latn:Project:Il-polītīk mtēģ il-koñfīdoñsyalītê\";s:10:\"randompage\";s:29:\"aeb-latn:Şafḩa kīmē tjī\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:25:\"aeb-latn:Ajadd tabdīlēt\";s:27:\"recentchangeslinked-toolbox\";s:24:\"aeb-latn:Tabdīlēt thim\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:26:\"aeb-latn:Tixđēt min \"$1\"\";s:6:\"search\";s:15:\"aeb-latn:Lawwij\";s:13:\"searcharticle\";s:14:\"aeb-latn:Imcī\";s:12:\"searchbutton\";s:15:\"aeb-latn:Lawwij\";s:20:\"searchsuggest-search\";s:15:\"aeb-latn:Lawwij\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:42:\"aeb-latn:il-mënü mtēģ in-navigāsyioñ\";s:14:\"site-atom-feed\";s:28:\"aeb-latn:Flü Atom mtēģ $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:28:\"aeb-latn:Safḩāt spēsyāl\";s:7:\"tagline\";s:25:\"aeb-latn:Min {{SITENAME}}\";s:4:\"talk\";s:17:\"aeb-latn:Ḩdīŧ\";s:7:\"toolbox\";s:17:\"aeb-latn:Mēģūn\";s:15:\"tooltip-ca-edit\";s:115:\"aeb-latn:Tnejjem tbaddil iş-şafḩa hēđi. Amān inzil ģe- il-būtoñ mtēģ il-vü il-msebqa qbal mē tsijjil.\";s:18:\"tooltip-ca-history\";s:50:\"aeb-latn:Kopīyēt qdum mtēģ iş-şafḩa hēđi\";s:21:\"tooltip-ca-nstab-main\";s:32:\"aeb-latn:Cūf il-pāj il-muhimme\";s:15:\"tooltip-ca-talk\";s:55:\"aeb-latn:Disküsyioñ ģe- il-koñtënü mtēģ il-pāj\";s:21:\"tooltip-ca-viewsource\";s:66:\"aeb-latn:Iş-şafḩa protējē.\nTnejjim tcūf is-sūrs mtēģhē.\";s:23:\"tooltip-n-currentevents\";s:64:\"aeb-latn:Alqā maģlūmēt ģlā- ehem il-aḩdēŧ mtēģ tawwe\";s:14:\"tooltip-n-help\";s:38:\"aeb-latn:Il-blāşa bēc tilqā fīhē\";s:30:\"tooltip-n-mainpage-description\";s:39:\"aeb-latn:Imcī l- il-pāj il-ewelēniye\";s:16:\"tooltip-n-portal\";s:83:\"aeb-latn:Ģe- il-macrūģ, cnūwwe tnijjim taģmil, wīn tilqā illī ḩajtik bīh\";s:20:\"tooltip-n-randompage\";s:38:\"aeb-latn:Ḩil iş-şafḩe illī tjī\";s:23:\"tooltip-n-recentchanges\";s:53:\"aeb-latn:Līste mtēģ ajadd it-tabdīlēt fil-wīkī\";s:14:\"tooltip-p-logo\";s:37:\"aeb-latn:Imcī lil-pāj il-ewelēniye\";s:16:\"tooltip-pt-login\";s:60:\"aeb-latn:Međebīnē kēn itkoññektî, eme mūc b- is-sīf\";s:24:\"tooltip-pt-createaccount\";s:97:\"aeb-latn:Međebīnē law kēn taģmil koñt w todxul, Lēkin mēkc maţlūb bēc taģmil hēđē.\";s:14:\"tooltip-search\";s:32:\"aeb-latn:Lawwij fî {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:54:\"aeb-latn:Farkis fiş-şafḩāt ģe- it-tēkst hēđē\";s:17:\"tooltip-search-go\";s:51:\"aeb-latn:Imcī l- pāj b-nafs il-ism iđē lqīthē\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:70:\"aeb-latn:Lyeñ dīme mawjūd l-hēđi il-vērsyoñ mtēģ iş-şafḩa\";s:15:\"tooltip-t-print\";s:47:\"aeb-latn:Vêrsyoñ titiţbaģ min hē il-pāj..\";s:29:\"tooltip-t-recentchangeslinked\";s:80:\"aeb-latn:Ehem it-tabdīlēt fiş-şafḩāt illī ywaslū l- iş-şafḩa hēđi\";s:22:\"tooltip-t-specialpages\";s:56:\"aeb-latn:Lîste mtēģ iş-şafħāt is-spēsyāl il-kul\";s:23:\"tooltip-t-whatlinkshere\";s:78:\"aeb-latn:Līste mtēģ iş-şafḩât il-wīkī il-kul illī twassil l- hūnī\";s:8:\"variants\";s:20:\"aeb-latn:Tanwīģāt\";s:16:\"vector-view-edit\";s:15:\"aeb-latn:Beddil\";s:19:\"vector-view-history\";s:30:\"aeb-latn:Cūf Tērīx il-milaf\";s:16:\"vector-view-view\";s:14:\"aeb-latn:Aqrē\";s:9:\"viewcount\";s:247:\"aeb-latn:Hel-pâj dexlûlhe {{PLURAL:$1|marra|2=marrtîn|3=marrât|4=marrât|5=marrât|6=marrât|7=marrât|8=marrât|9=marrât|10=marrât|11=n-marra|12=n-marra|13=n-marra|14=n-marra|15=n-marra|16=n-marra|17=n-marra|18=n-marra|19=n-marra|20=marra}}\";s:5:\"views\";s:17:\"aeb-latn:Manḑer\";s:13:\"whatlinkshere\";s:40:\"aeb-latn:Cnūwwe illī ywassil l- hūnī\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}}'),('aeb-latn','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('aeb-latn','rtl','b:0;'),('aeb-latn','separatorTransformTable','N;'),('aeb-latn','specialPageAliases','a:142:{s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('af','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('af','compiledPluralRules','a:1:{i:0;s:6:\"n 1 in\";}'),('af','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('af','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('af','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('af','defaultDateFormat','s:10:\"dmy or mdy\";'),('af','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAf.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/af.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('af','digitGroupingPattern','s:9:\"#,##0.###\";'),('af','digitTransformTable','N;'),('af','fallback','b:0;'),('af','fallback8bitEncoding','s:12:\"windows-1252\";'),('af','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('af','imageFiles','N;'),('af','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('af','linkPrefixExtension','b:0;'),('af','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('af','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:5:\"about\";i:120;s:7:\"article\";i:121;s:9:\"newwindow\";i:122;s:6:\"cancel\";i:123;s:13:\"moredotdotdot\";i:124;s:13:\"morenotlisted\";i:125;s:6:\"mypage\";i:126;s:6:\"mytalk\";i:127;s:8:\"anontalk\";i:128;s:10:\"navigation\";i:129;s:3:\"and\";i:130;s:3:\"faq\";i:131;s:7:\"actions\";i:132;s:10:\"namespaces\";i:133;s:8:\"variants\";i:134;s:18:\"navigation-heading\";i:135;s:14:\"errorpagetitle\";i:136;s:8:\"returnto\";i:137;s:7:\"tagline\";i:138;s:4:\"help\";i:139;s:14:\"help-mediawiki\";i:140;s:6:\"search\";i:141;s:23:\"search-ignored-headings\";i:142;s:12:\"searchbutton\";i:143;s:2:\"go\";i:144;s:13:\"searcharticle\";i:145;s:17:\"skin-view-history\";i:146;s:7:\"history\";i:147;s:13:\"history_short\";i:148;s:13:\"history_small\";i:149;s:13:\"updatedmarker\";i:150;s:16:\"printableversion\";i:151;s:35:\"printableversion-deprecated-warning\";i:152;s:9:\"permalink\";i:153;s:5:\"print\";i:154;s:4:\"view\";i:155;s:14:\"skin-view-view\";i:156;s:17:\"skin-view-foreign\";i:157;s:4:\"edit\";i:158;s:14:\"skin-view-edit\";i:159;s:10:\"edit-local\";i:160;s:6:\"create\";i:161;s:16:\"skin-view-create\";i:162;s:12:\"create-local\";i:163;s:6:\"delete\";i:164;s:14:\"undelete_short\";i:165;s:17:\"viewdeleted_short\";i:166;s:7:\"protect\";i:167;s:14:\"protect_change\";i:168;s:21:\"skin-action-unprotect\";i:169;s:9:\"unprotect\";i:170;s:7:\"newpage\";i:171;s:16:\"talkpagelinktext\";i:172;s:11:\"specialpage\";i:173;s:13:\"personaltools\";i:174;s:4:\"talk\";i:175;s:5:\"views\";i:176;s:7:\"toolbox\";i:177;s:8:\"cactions\";i:178;s:20:\"tool-link-userrights\";i:179;s:29:\"tool-link-userrights-readonly\";i:180;s:19:\"tool-link-emailuser\";i:181;s:9:\"imagepage\";i:182;s:13:\"mediawikipage\";i:183;s:12:\"templatepage\";i:184;s:12:\"viewhelppage\";i:185;s:12:\"categorypage\";i:186;s:12:\"viewtalkpage\";i:187;s:14:\"otherlanguages\";i:188;s:14:\"redirectedfrom\";i:189;s:15:\"redirectpagesub\";i:190;s:10:\"redirectto\";i:191;s:14:\"lastmodifiedat\";i:192;s:9:\"viewcount\";i:193;s:13:\"protectedpage\";i:194;s:6:\"jumpto\";i:195;s:16:\"jumptonavigation\";i:196;s:12:\"jumptosearch\";i:197;s:15:\"view-pool-error\";i:198;s:18:\"generic-pool-error\";i:199;s:12:\"pool-timeout\";i:200;s:14:\"pool-queuefull\";i:201;s:17:\"pool-errorunknown\";i:202;s:16:\"pool-servererror\";i:203;s:23:\"poolcounter-usage-error\";i:204;s:9:\"aboutsite\";i:205;s:9:\"aboutpage\";i:206;s:9:\"copyright\";i:207;s:13:\"copyrightpage\";i:208;s:13:\"currentevents\";i:209;s:17:\"currentevents-url\";i:210;s:11:\"disclaimers\";i:211;s:14:\"disclaimerpage\";i:212;s:8:\"edithelp\";i:213;s:20:\"helppage-top-gethelp\";i:214;s:8:\"mainpage\";i:215;s:20:\"mainpage-description\";i:216;s:10:\"policy-url\";i:217;s:6:\"portal\";i:218;s:10:\"portal-url\";i:219;s:7:\"privacy\";i:220;s:11:\"privacypage\";i:221;s:9:\"badaccess\";i:222;s:16:\"badaccess-group0\";i:223;s:16:\"badaccess-groups\";i:224;s:15:\"versionrequired\";i:225;s:19:\"versionrequiredtext\";i:226;s:2:\"ok\";i:227;s:13:\"retrievedfrom\";i:228;s:18:\"youhavenewmessages\";i:229;s:27:\"youhavenewmessagesfromusers\";i:230;s:27:\"youhavenewmessagesmanyusers\";i:231;s:21:\"newmessageslinkplural\";i:232;s:25:\"newmessagesdifflinkplural\";i:233;s:11:\"editsection\";i:234;s:7:\"editold\";i:235;s:13:\"viewsourceold\";i:236;s:8:\"editlink\";i:237;s:14:\"viewsourcelink\";i:238;s:15:\"editsectionhint\";i:239;s:3:\"toc\";i:240;s:7:\"showtoc\";i:241;s:7:\"hidetoc\";i:242;s:20:\"collapsible-collapse\";i:243;s:18:\"collapsible-expand\";i:244;s:19:\"confirmable-confirm\";i:245;s:15:\"confirmable-yes\";i:246;s:14:\"confirmable-no\";i:247;s:13:\"thisisdeleted\";i:248;s:11:\"viewdeleted\";i:249;s:11:\"restorelink\";i:250;s:12:\"feed-invalid\";i:251;s:16:\"feed-unavailable\";i:252;s:13:\"site-rss-feed\";i:253;s:14:\"site-atom-feed\";i:254;s:13:\"page-rss-feed\";i:255;s:14:\"page-atom-feed\";i:256;s:14:\"red-link-title\";i:257;s:15:\"sort-descending\";i:258;s:14:\"sort-ascending\";i:259;s:12:\"sort-initial\";i:260;s:18:\"sort-rowspan-error\";i:261;s:10:\"nstab-main\";i:262;s:10:\"nstab-user\";i:263;s:11:\"nstab-media\";i:264;s:13:\"nstab-special\";i:265;s:13:\"nstab-project\";i:266;s:11:\"nstab-image\";i:267;s:15:\"nstab-mediawiki\";i:268;s:14:\"nstab-template\";i:269;s:10:\"nstab-help\";i:270;s:14:\"nstab-category\";i:271;s:14:\"mainpage-nstab\";i:272;s:12:\"nosuchaction\";i:273;s:16:\"nosuchactiontext\";i:274;s:17:\"nosuchspecialpage\";i:275;s:17:\"nospecialpagetext\";i:276;s:5:\"error\";i:277;s:13:\"databaseerror\";i:278;s:18:\"databaseerror-text\";i:279;s:20:\"databaseerror-textcl\";i:280;s:19:\"databaseerror-query\";i:281;s:22:\"databaseerror-function\";i:282;s:19:\"databaseerror-error\";i:283;s:35:\"transaction-duration-limit-exceeded\";i:284;s:39:\"transaction-max-statement-time-exceeded\";i:285;s:17:\"laggedreplicamode\";i:286;s:8:\"readonly\";i:287;s:15:\"enterlockreason\";i:288;s:12:\"readonlytext\";i:289;s:15:\"missing-article\";i:290;s:18:\"missingarticle-rev\";i:291;s:19:\"missingarticle-diff\";i:292;s:12:\"readonly_lag\";i:293;s:12:\"timeouterror\";i:294;s:17:\"timeouterror-text\";i:295;s:13:\"internalerror\";i:296;s:18:\"internalerror_info\";i:297;s:29:\"internalerror-fatal-exception\";i:298;s:13:\"filecopyerror\";i:299;s:15:\"filerenameerror\";i:300;s:15:\"filedeleteerror\";i:301;s:20:\"directorycreateerror\";i:302;s:22:\"directoryreadonlyerror\";i:303;s:12:\"filenotfound\";i:304;s:10:\"unexpected\";i:305;s:9:\"formerror\";i:306;s:15:\"badarticleerror\";i:307;s:12:\"cannotdelete\";i:308;s:18:\"cannotdelete-title\";i:309;s:16:\"delete-scheduled\";i:310;s:19:\"delete-hook-aborted\";i:311;s:16:\"no-null-revision\";i:312;s:8:\"badtitle\";i:313;s:12:\"badtitletext\";i:314;s:13:\"title-invalid\";i:315;s:19:\"title-invalid-empty\";i:316;s:18:\"title-invalid-utf8\";i:317;s:23:\"title-invalid-interwiki\";i:318;s:28:\"title-invalid-talk-namespace\";i:319;s:24:\"title-invalid-characters\";i:320;s:27:\"title-invalid-leading-colon\";i:321;s:10:\"perfcached\";i:322;s:12:\"perfcachedts\";i:323;s:20:\"querypage-no-updates\";i:324;s:28:\"querypage-updates-periodical\";i:325;s:10:\"viewsource\";i:326;s:22:\"skin-action-viewsource\";i:327;s:16:\"viewsource-title\";i:328;s:15:\"actionthrottled\";i:329;s:19:\"actionthrottledtext\";i:330;s:17:\"protectedpagetext\";i:331;s:14:\"viewsourcetext\";i:332;s:12:\"viewyourtext\";i:333;s:18:\"protectedinterface\";i:334;s:16:\"editinginterface\";i:335;s:16:\"cascadeprotected\";i:336;s:18:\"namespaceprotected\";i:337;s:18:\"customcssprotected\";i:338;s:19:\"customjsonprotected\";i:339;s:17:\"customjsprotected\";i:340;s:16:\"sitecssprotected\";i:341;s:20:\"mycustomcssprotected\";i:342;s:19:\"mycustomjsprotected\";i:343;s:22:\"myprivateinfoprotected\";i:344;s:22:\"mypreferencesprotected\";i:345;s:19:\"ns-specialprotected\";i:346;s:14:\"titleprotected\";i:347;s:17:\"filereadonlyerror\";i:348;s:12:\"invalidtitle\";i:349;s:27:\"invalidtitle-knownnamespace\";i:350;s:29:\"invalidtitle-unknownnamespace\";i:351;s:17:\"exception-nologin\";i:352;s:22:\"exception-nologin-text\";i:353;s:29:\"exception-nologin-text-manual\";i:354;s:16:\"virus-badscanner\";i:355;s:16:\"virus-scanfailed\";i:356;s:20:\"virus-unknownscanner\";i:357;s:10:\"logouttext\";i:358;s:18:\"logging-out-notify\";i:359;s:13:\"logout-failed\";i:360;s:21:\"cannotlogoutnow-title\";i:361;s:20:\"cannotlogoutnow-text\";i:362;s:11:\"welcomeuser\";i:363;s:19:\"welcomecreation-msg\";i:364;s:8:\"yourname\";i:365;s:18:\"userlogin-yourname\";i:366;s:21:\"userlogin-yourname-ph\";i:367;s:30:\"createacct-another-username-ph\";i:368;s:12:\"yourpassword\";i:369;s:23:\"prefs-help-yourpassword\";i:370;s:22:\"userlogin-yourpassword\";i:371;s:25:\"userlogin-yourpassword-ph\";i:372;s:26:\"createacct-yourpassword-ph\";i:373;s:17:\"yourpasswordagain\";i:374;s:24:\"createacct-useuniquepass\";i:375;s:28:\"createacct-yourpasswordagain\";i:376;s:31:\"createacct-yourpasswordagain-ph\";i:377;s:28:\"userlogin-remembermypassword\";i:378;s:24:\"userlogin-signwithsecure\";i:379;s:17:\"cannotlogin-title\";i:380;s:16:\"cannotlogin-text\";i:381;s:20:\"cannotloginnow-title\";i:382;s:19:\"cannotloginnow-text\";i:383;s:25:\"cannotcreateaccount-title\";i:384;s:24:\"cannotcreateaccount-text\";i:385;s:14:\"yourdomainname\";i:386;s:25:\"password-change-forbidden\";i:387;s:15:\"externaldberror\";i:388;s:5:\"login\";i:389;s:14:\"login-security\";i:390;s:23:\"nav-login-createaccount\";i:391;s:6:\"logout\";i:392;s:10:\"userlogout\";i:393;s:11:\"notloggedin\";i:394;s:19:\"userlogin-noaccount\";i:395;s:21:\"userlogin-joinproject\";i:396;s:13:\"createaccount\";i:397;s:28:\"userlogin-resetpassword-link\";i:398;s:19:\"userlogin-helplink2\";i:399;s:18:\"userlogin-loggedin\";i:400;s:16:\"userlogin-reauth\";i:401;s:23:\"userlogin-createanother\";i:402;s:24:\"createacct-emailrequired\";i:403;s:24:\"createacct-emailoptional\";i:404;s:19:\"createacct-email-ph\";i:405;s:27:\"createacct-another-email-ph\";i:406;s:17:\"createaccountmail\";i:407;s:22:\"createaccountmail-help\";i:408;s:19:\"createacct-realname\";i:409;s:17:\"createacct-reason\";i:410;s:20:\"createacct-reason-ph\";i:411;s:22:\"createacct-reason-help\";i:412;s:17:\"createacct-submit\";i:413;s:25:\"createacct-another-submit\";i:414;s:26:\"createacct-continue-submit\";i:415;s:34:\"createacct-another-continue-submit\";i:416;s:26:\"createacct-benefit-heading\";i:417;s:24:\"createacct-benefit-body1\";i:418;s:24:\"createacct-benefit-body2\";i:419;s:24:\"createacct-benefit-body3\";i:420;s:9:\"badretype\";i:421;s:10:\"userexists\";i:422;s:24:\"createacct-normalization\";i:423;s:10:\"loginerror\";i:424;s:16:\"createacct-error\";i:425;s:18:\"createaccounterror\";i:426;s:12:\"nocookiesnew\";i:427;s:14:\"nocookieslogin\";i:428;s:15:\"nocookiesfornew\";i:429;s:23:\"createacct-temp-warning\";i:430;s:6:\"noname\";i:431;s:17:\"loginsuccesstitle\";i:432;s:12:\"loginsuccess\";i:433;s:10:\"nosuchuser\";i:434;s:15:\"nosuchusershort\";i:435;s:15:\"nouserspecified\";i:436;s:17:\"login-userblocked\";i:437;s:13:\"wrongpassword\";i:438;s:18:\"wrongpasswordempty\";i:439;s:16:\"passwordtooshort\";i:440;s:15:\"passwordtoolong\";i:441;s:20:\"passwordincommonlist\";i:442;s:19:\"password-name-match\";i:443;s:33:\"password-substring-username-match\";i:444;s:24:\"password-login-forbidden\";i:445;s:14:\"mailmypassword\";i:446;s:21:\"passwordremindertitle\";i:447;s:20:\"passwordremindertext\";i:448;s:7:\"noemail\";i:449;s:13:\"noemailcreate\";i:450;s:12:\"passwordsent\";i:451;s:20:\"blocked-mailpassword\";i:452;s:12:\"eauthentsent\";i:453;s:22:\"throttled-mailpassword\";i:454;s:9:\"mailerror\";i:455;s:26:\"acct_creation_throttle_hit\";i:456;s:18:\"emailauthenticated\";i:457;s:21:\"emailnotauthenticated\";i:458;s:12:\"noemailprefs\";i:459;s:16:\"emailconfirmlink\";i:460;s:19:\"invalidemailaddress\";i:461;s:17:\"cannotchangeemail\";i:462;s:13:\"emaildisabled\";i:463;s:14:\"accountcreated\";i:464;s:18:\"accountcreatedtext\";i:465;s:19:\"createaccount-title\";i:466;s:18:\"createaccount-text\";i:467;s:15:\"login-throttled\";i:468;s:19:\"login-abort-generic\";i:469;s:22:\"login-migrated-generic\";i:470;s:18:\"loginlanguagelabel\";i:471;s:21:\"suspicious-userlogout\";i:472;s:31:\"createacct-another-realname-tip\";i:473;s:8:\"pt-login\";i:474;s:15:\"pt-login-button\";i:475;s:24:\"pt-login-continue-button\";i:476;s:16:\"pt-createaccount\";i:477;s:13:\"pt-userlogout\";i:478;s:22:\"php-mail-error-unknown\";i:479;s:17:\"user-mail-no-addy\";i:480;s:17:\"user-mail-no-body\";i:481;s:14:\"changepassword\";i:482;s:18:\"resetpass_announce\";i:483;s:14:\"resetpass_text\";i:484;s:16:\"resetpass_header\";i:485;s:11:\"oldpassword\";i:486;s:11:\"newpassword\";i:487;s:9:\"retypenew\";i:488;s:16:\"resetpass_submit\";i:489;s:22:\"changepassword-success\";i:490;s:24:\"changepassword-throttled\";i:491;s:12:\"botpasswords\";i:492;s:21:\"botpasswords-disabled\";i:493;s:21:\"botpasswords-existing\";i:494;s:22:\"botpasswords-createnew\";i:495;s:25:\"botpasswords-editexisting\";i:496;s:29:\"botpasswords-label-needsreset\";i:497;s:24:\"botpasswords-label-appid\";i:498;s:25:\"botpasswords-label-create\";i:499;s:25:\"botpasswords-label-update\";i:500;s:25:\"botpasswords-label-cancel\";i:501;s:25:\"botpasswords-label-delete\";i:502;s:32:\"botpasswords-label-resetpassword\";i:503;s:25:\"botpasswords-label-grants\";i:504;s:32:\"botpasswords-label-grants-column\";i:505;s:22:\"botpasswords-bad-appid\";i:506;s:33:\"botpasswords-toolong-restrictions\";i:507;s:19:\"resetpass_forbidden\";i:508;s:17:\"resetpass-no-info\";i:509;s:25:\"resetpass-submit-loggedin\";i:510;s:23:\"resetpass-submit-cancel\";i:511;s:23:\"resetpass-wrong-oldpass\";i:512;s:18:\"resetpass-recycled\";i:513;s:23:\"resetpass-temp-password\";i:514;s:23:\"resetpass-abort-generic\";i:515;s:17:\"resetpass-expired\";i:516;s:13:\"passwordreset\";i:517;s:22:\"passwordreset-text-one\";i:518;s:23:\"passwordreset-text-many\";i:519;s:22:\"passwordreset-disabled\";i:520;s:27:\"passwordreset-emaildisabled\";i:521;s:22:\"passwordreset-username\";i:522;s:20:\"passwordreset-domain\";i:523;s:19:\"passwordreset-email\";i:524;s:24:\"passwordreset-emailtitle\";i:525;s:26:\"passwordreset-emailtext-ip\";i:526;s:28:\"passwordreset-emailtext-user\";i:527;s:26:\"passwordreset-emailelement\";i:528;s:21:\"passwordreset-success\";i:529;s:26:\"passwordreset-success-info\";i:530;s:20:\"passwordreset-nodata\";i:531;s:11:\"changeemail\";i:532;s:18:\"changeemail-header\";i:533;s:19:\"changeemail-no-info\";i:534;s:20:\"changeemail-oldemail\";i:535;s:20:\"changeemail-newemail\";i:536;s:16:\"changeemail-none\";i:537;s:20:\"changeemail-password\";i:538;s:18:\"changeemail-submit\";i:539;s:20:\"changeemail-nochange\";i:540;s:23:\"resettokens-token-label\";i:541;s:7:\"summary\";i:542;s:7:\"subject\";i:543;s:9:\"minoredit\";i:544;s:9:\"watchthis\";i:545;s:11:\"savearticle\";i:546;s:11:\"savechanges\";i:547;s:11:\"publishpage\";i:548;s:14:\"publishchanges\";i:549;s:17:\"savearticle-start\";i:550;s:17:\"savechanges-start\";i:551;s:17:\"publishpage-start\";i:552;s:20:\"publishchanges-start\";i:553;s:7:\"preview\";i:554;s:11:\"showpreview\";i:555;s:8:\"showdiff\";i:556;s:12:\"blankarticle\";i:557;s:15:\"anoneditwarning\";i:558;s:18:\"anonpreviewwarning\";i:559;s:14:\"missingsummary\";i:560;s:12:\"selfredirect\";i:561;s:18:\"missingcommenttext\";i:562;s:20:\"missingcommentheader\";i:563;s:15:\"summary-preview\";i:564;s:12:\"blockedtitle\";i:565;s:11:\"blockedtext\";i:566;s:15:\"autoblockedtext\";i:567;s:15:\"blockednoreason\";i:568;s:28:\"blockedtext-composite-no-ids\";i:569;s:17:\"whitelistedittext\";i:570;s:15:\"confirmedittext\";i:571;s:18:\"nosuchsectiontitle\";i:572;s:17:\"nosuchsectiontext\";i:573;s:13:\"loginreqtitle\";i:574;s:12:\"loginreqlink\";i:575;s:16:\"loginreqpagetext\";i:576;s:12:\"accmailtitle\";i:577;s:11:\"accmailtext\";i:578;s:10:\"newarticle\";i:579;s:14:\"newarticletext\";i:580;s:16:\"anontalkpagetext\";i:581;s:13:\"noarticletext\";i:582;s:26:\"noarticletext-nopermission\";i:583;s:16:\"missing-revision\";i:584;s:25:\"userpage-userdoesnotexist\";i:585;s:30:\"userpage-userdoesnotexist-view\";i:586;s:25:\"blocked-notice-logextract\";i:587;s:14:\"clearyourcache\";i:588;s:20:\"usercssyoucanpreview\";i:589;s:19:\"userjsyoucanpreview\";i:590;s:14:\"usercsspreview\";i:591;s:13:\"userjspreview\";i:592;s:14:\"sitecsspreview\";i:593;s:13:\"sitejspreview\";i:594;s:22:\"userinvalidconfigtitle\";i:595;s:7:\"updated\";i:596;s:4:\"note\";i:597;s:11:\"previewnote\";i:598;s:16:\"continue-editing\";i:599;s:15:\"previewconflict\";i:600;s:20:\"session_fail_preview\";i:601;s:25:\"session_fail_preview_html\";i:602;s:20:\"edit_form_incomplete\";i:603;s:7:\"editing\";i:604;s:24:\"edit-textarea-aria-label\";i:605;s:8:\"creating\";i:606;s:14:\"editingsection\";i:607;s:14:\"editingcomment\";i:608;s:12:\"editconflict\";i:609;s:15:\"explainconflict\";i:610;s:8:\"yourtext\";i:611;s:13:\"storedversion\";i:612;s:10:\"editingold\";i:613;s:20:\"unicode-support-fail\";i:614;s:8:\"yourdiff\";i:615;s:16:\"copyrightwarning\";i:616;s:17:\"copyrightwarning2\";i:617;s:13:\"longpageerror\";i:618;s:15:\"readonlywarning\";i:619;s:20:\"protectedpagewarning\";i:620;s:24:\"semiprotectedpagewarning\";i:621;s:23:\"cascadeprotectedwarning\";i:622;s:21:\"titleprotectedwarning\";i:623;s:13:\"templatesused\";i:624;s:20:\"templatesusedpreview\";i:625;s:20:\"templatesusedsection\";i:626;s:18:\"template-protected\";i:627;s:22:\"template-semiprotected\";i:628;s:16:\"hiddencategories\";i:629;s:9:\"edittools\";i:630;s:12:\"nocreatetext\";i:631;s:17:\"nocreate-loggedin\";i:632;s:29:\"sectioneditnotsupported-title\";i:633;s:28:\"sectioneditnotsupported-text\";i:634;s:27:\"modeleditnotsupported-title\";i:635;s:17:\"permissionserrors\";i:636;s:21:\"permissionserrorstext\";i:637;s:32:\"permissionserrorstext-withaction\";i:638;s:26:\"recreate-moveddeleted-warn\";i:639;s:19:\"moveddeleted-notice\";i:640;s:11:\"log-fulllog\";i:641;s:17:\"edit-hook-aborted\";i:642;s:17:\"edit-gone-missing\";i:643;s:13:\"edit-conflict\";i:644;s:14:\"edit-no-change\";i:645;s:29:\"postedit-confirmation-created\";i:646;s:30:\"postedit-confirmation-restored\";i:647;s:27:\"postedit-confirmation-saved\";i:648;s:31:\"postedit-confirmation-published\";i:649;s:27:\"postedit-temp-created-label\";i:650;s:19:\"edit-already-exists\";i:651;s:18:\"defaultmessagetext\";i:652;s:23:\"content-failed-to-parse\";i:653;s:20:\"invalid-content-data\";i:654;s:24:\"content-not-allowed-here\";i:655;s:40:\"editpage-notsupportedcontentformat-title\";i:656;s:14:\"slot-name-main\";i:657;s:22:\"content-model-wikitext\";i:658;s:18:\"content-model-text\";i:659;s:24:\"content-model-javascript\";i:660;s:17:\"content-model-css\";i:661;s:25:\"content-json-empty-object\";i:662;s:24:\"content-json-empty-array\";i:663;s:23:\"duplicate-args-category\";i:664;s:32:\"expensive-parserfunction-warning\";i:665;s:33:\"expensive-parserfunction-category\";i:666;s:38:\"post-expand-template-inclusion-warning\";i:667;s:39:\"post-expand-template-inclusion-category\";i:668;s:37:\"post-expand-template-argument-warning\";i:669;s:38:\"post-expand-template-argument-category\";i:670;s:28:\"parser-template-loop-warning\";i:671;s:22:\"template-loop-category\";i:672;s:39:\"parser-template-recursion-depth-warning\";i:673;s:32:\"language-converter-depth-warning\";i:674;s:28:\"node-count-exceeded-category\";i:675;s:27:\"node-count-exceeded-warning\";i:676;s:33:\"expansion-depth-exceeded-category\";i:677;s:32:\"expansion-depth-exceeded-warning\";i:678;s:27:\"parser-unstrip-loop-warning\";i:679;s:21:\"unstrip-depth-warning\";i:680;s:27:\"converter-manual-rule-error\";i:681;s:12:\"undo-success\";i:682;s:12:\"undo-failure\";i:683;s:10:\"undo-norev\";i:684;s:13:\"undo-nochange\";i:685;s:12:\"undo-summary\";i:686;s:28:\"undo-summary-username-hidden\";i:687;s:12:\"viewpagelogs\";i:688;s:9:\"nohistory\";i:689;s:10:\"currentrev\";i:690;s:15:\"currentrev-asof\";i:691;s:12:\"revisionasof\";i:692;s:13:\"revision-info\";i:693;s:16:\"previousrevision\";i:694;s:12:\"nextrevision\";i:695;s:19:\"currentrevisionlink\";i:696;s:3:\"cur\";i:697;s:11:\"tooltip-cur\";i:698;s:4:\"next\";i:699;s:4:\"last\";i:700;s:12:\"tooltip-last\";i:701;s:10:\"page_first\";i:702;s:9:\"page_last\";i:703;s:10:\"histlegend\";i:704;s:22:\"history-fieldset-title\";i:705;s:20:\"history-show-deleted\";i:706;s:9:\"histfirst\";i:707;s:8:\"histlast\";i:708;s:11:\"historysize\";i:709;s:12:\"historyempty\";i:710;s:18:\"history-feed-title\";i:711;s:24:\"history-feed-description\";i:712;s:27:\"history-feed-item-nocomment\";i:713;s:18:\"history-feed-empty\";i:714;s:17:\"history-edit-tags\";i:715;s:19:\"rev-deleted-comment\";i:716;s:16:\"rev-deleted-user\";i:717;s:17:\"rev-deleted-event\";i:718;s:25:\"rev-deleted-user-contribs\";i:719;s:27:\"rev-deleted-text-permission\";i:720;s:23:\"rev-deleted-text-unhide\";i:721;s:26:\"rev-suppressed-text-unhide\";i:722;s:21:\"rev-deleted-text-view\";i:723;s:24:\"rev-suppressed-text-view\";i:724;s:19:\"rev-deleted-no-diff\";i:725;s:22:\"rev-suppressed-no-diff\";i:726;s:23:\"rev-deleted-unhide-diff\";i:727;s:26:\"rev-suppressed-unhide-diff\";i:728;s:21:\"rev-deleted-diff-view\";i:729;s:24:\"rev-suppressed-diff-view\";i:730;s:12:\"rev-delundel\";i:731;s:15:\"rev-showdeleted\";i:732;s:14:\"revisiondelete\";i:733;s:23:\"revdelete-nooldid-title\";i:734;s:22:\"revdelete-nooldid-text\";i:735;s:17:\"revdelete-no-file\";i:736;s:27:\"revdelete-show-file-confirm\";i:737;s:26:\"revdelete-show-file-submit\";i:738;s:18:\"logdelete-selected\";i:739;s:17:\"revdelete-confirm\";i:740;s:23:\"revdelete-suppress-text\";i:741;s:16:\"revdelete-legend\";i:742;s:19:\"revdelete-hide-text\";i:743;s:20:\"revdelete-hide-image\";i:744;s:19:\"revdelete-hide-name\";i:745;s:22:\"revdelete-hide-comment\";i:746;s:19:\"revdelete-hide-user\";i:747;s:25:\"revdelete-hide-restricted\";i:748;s:20:\"revdelete-radio-same\";i:749;s:19:\"revdelete-radio-set\";i:750;s:21:\"revdelete-radio-unset\";i:751;s:18:\"revdelete-suppress\";i:752;s:20:\"revdelete-unsuppress\";i:753;s:13:\"revdelete-log\";i:754;s:16:\"revdelete-submit\";i:755;s:17:\"revdelete-success\";i:756;s:17:\"revdelete-failure\";i:757;s:17:\"logdelete-success\";i:758;s:17:\"logdelete-failure\";i:759;s:14:\"revdel-restore\";i:760;s:8:\"pagehist\";i:761;s:11:\"deletedhist\";i:762;s:22:\"revdelete-hide-current\";i:763;s:24:\"revdelete-show-no-access\";i:764;s:26:\"revdelete-modify-no-access\";i:765;s:24:\"revdelete-modify-missing\";i:766;s:19:\"revdelete-no-change\";i:767;s:27:\"revdelete-concurrent-change\";i:768;s:25:\"revdelete-only-restricted\";i:769;s:25:\"revdelete-reason-dropdown\";i:770;s:21:\"revdelete-otherreason\";i:771;s:25:\"revdelete-reasonotherlist\";i:772;s:25:\"revdelete-edit-reasonlist\";i:773;s:18:\"revdelete-offender\";i:774;s:14:\"suppressionlog\";i:775;s:18:\"suppressionlogtext\";i:776;s:12:\"mergehistory\";i:777;s:19:\"mergehistory-header\";i:778;s:16:\"mergehistory-box\";i:779;s:17:\"mergehistory-from\";i:780;s:17:\"mergehistory-into\";i:781;s:17:\"mergehistory-list\";i:782;s:18:\"mergehistory-merge\";i:783;s:15:\"mergehistory-go\";i:784;s:19:\"mergehistory-submit\";i:785;s:18:\"mergehistory-empty\";i:786;s:17:\"mergehistory-done\";i:787;s:17:\"mergehistory-fail\";i:788;s:31:\"mergehistory-fail-bad-timestamp\";i:789;s:22:\"mergehistory-no-source\";i:790;s:27:\"mergehistory-no-destination\";i:791;s:27:\"mergehistory-invalid-source\";i:792;s:32:\"mergehistory-invalid-destination\";i:793;s:24:\"mergehistory-autocomment\";i:794;s:20:\"mergehistory-comment\";i:795;s:29:\"mergehistory-same-destination\";i:796;s:19:\"mergehistory-reason\";i:797;s:8:\"mergelog\";i:798;s:11:\"revertmerge\";i:799;s:16:\"mergelogpagetext\";i:800;s:13:\"history-title\";i:801;s:16:\"difference-title\";i:802;s:26:\"difference-title-multipage\";i:803;s:20:\"difference-multipage\";i:804;s:6:\"lineno\";i:805;s:23:\"compareselectedversions\";i:806;s:24:\"showhideselectedversions\";i:807;s:8:\"editundo\";i:808;s:10:\"diff-empty\";i:809;s:19:\"diff-multi-sameuser\";i:810;s:21:\"diff-multi-otherusers\";i:811;s:20:\"diff-multi-manyusers\";i:812;s:27:\"difference-missing-revision\";i:813;s:13:\"searchresults\";i:814;s:32:\"search-filter-title-prefix-reset\";i:815;s:19:\"searchresults-title\";i:816;s:12:\"titlematches\";i:817;s:11:\"textmatches\";i:818;s:13:\"notextmatches\";i:819;s:5:\"prevn\";i:820;s:5:\"nextn\";i:821;s:9:\"prev-page\";i:822;s:9:\"next-page\";i:823;s:11:\"prevn-title\";i:824;s:11:\"nextn-title\";i:825;s:11:\"shown-title\";i:826;s:12:\"viewprevnext\";i:827;s:17:\"searchmenu-exists\";i:828;s:14:\"searchmenu-new\";i:829;s:22:\"searchprofile-articles\";i:830;s:20:\"searchprofile-images\";i:831;s:24:\"searchprofile-everything\";i:832;s:22:\"searchprofile-advanced\";i:833;s:30:\"searchprofile-articles-tooltip\";i:834;s:28:\"searchprofile-images-tooltip\";i:835;s:32:\"searchprofile-everything-tooltip\";i:836;s:30:\"searchprofile-advanced-tooltip\";i:837;s:18:\"search-result-size\";i:838;s:27:\"search-result-category-size\";i:839;s:15:\"search-redirect\";i:840;s:14:\"search-section\";i:841;s:15:\"search-category\";i:842;s:17:\"search-file-match\";i:843;s:14:\"search-suggest\";i:844;s:16:\"search-rewritten\";i:845;s:31:\"search-interwiki-resultset-link\";i:846;s:21:\"search-interwiki-more\";i:847;s:29:\"search-interwiki-more-results\";i:848;s:21:\"search-relatedarticle\";i:849;s:13:\"searchrelated\";i:850;s:9:\"searchall\";i:851;s:14:\"showingresults\";i:852;s:21:\"search-showingresults\";i:853;s:16:\"search-nonefound\";i:854;s:18:\"powersearch-legend\";i:855;s:14:\"powersearch-ns\";i:856;s:23:\"powersearch-togglelabel\";i:857;s:21:\"powersearch-toggleall\";i:858;s:22:\"powersearch-togglenone\";i:859;s:20:\"powersearch-remember\";i:860;s:15:\"search-external\";i:861;s:14:\"searchdisabled\";i:862;s:12:\"search-error\";i:863;s:11:\"preferences\";i:864;s:13:\"mypreferences\";i:865;s:11:\"prefs-edits\";i:866;s:17:\"prefsnologintext2\";i:867;s:10:\"prefs-skin\";i:868;s:16:\"prefs-skin-prefs\";i:869;s:21:\"prefs-skin-responsive\";i:870;s:12:\"skin-preview\";i:871;s:11:\"datedefault\";i:872;s:10:\"prefs-labs\";i:873;s:16:\"prefs-user-pages\";i:874;s:14:\"prefs-personal\";i:875;s:8:\"prefs-rc\";i:876;s:15:\"prefs-watchlist\";i:877;s:19:\"prefs-editwatchlist\";i:878;s:25:\"prefs-editwatchlist-label\";i:879;s:24:\"prefs-editwatchlist-edit\";i:880;s:23:\"prefs-editwatchlist-raw\";i:881;s:25:\"prefs-editwatchlist-clear\";i:882;s:20:\"prefs-watchlist-days\";i:883;s:24:\"prefs-watchlist-days-max\";i:884;s:21:\"prefs-watchlist-edits\";i:885;s:25:\"prefs-watchlist-edits-max\";i:886;s:21:\"prefs-watchlist-token\";i:887;s:10:\"prefs-misc\";i:888;s:15:\"prefs-resetpass\";i:889;s:17:\"prefs-changeemail\";i:890;s:14:\"prefs-setemail\";i:891;s:11:\"prefs-email\";i:892;s:15:\"prefs-rendering\";i:893;s:16:\"prefs-searchmisc\";i:894;s:9:\"saveprefs\";i:895;s:12:\"restoreprefs\";i:896;s:13:\"prefs-editing\";i:897;s:17:\"searchresultshead\";i:898;s:17:\"recentchangesdays\";i:899;s:21:\"recentchangesdays-max\";i:900;s:18:\"recentchangescount\";i:901;s:29:\"prefs-help-recentchangescount\";i:902;s:10:\"savedprefs\";i:903;s:14:\"timezonelegend\";i:904;s:9:\"localtime\";i:905;s:24:\"timezoneuseserverdefault\";i:906;s:17:\"timezoneuseoffset\";i:907;s:10:\"servertime\";i:908;s:13:\"guesstimezone\";i:909;s:21:\"timezoneregion-africa\";i:910;s:22:\"timezoneregion-america\";i:911;s:25:\"timezoneregion-antarctica\";i:912;s:21:\"timezoneregion-arctic\";i:913;s:19:\"timezoneregion-asia\";i:914;s:23:\"timezoneregion-atlantic\";i:915;s:24:\"timezoneregion-australia\";i:916;s:21:\"timezoneregion-europe\";i:917;s:21:\"timezoneregion-indian\";i:918;s:22:\"timezoneregion-pacific\";i:919;s:10:\"allowemail\";i:920;s:20:\"email-mutelist-label\";i:921;s:19:\"prefs-searchoptions\";i:922;s:16:\"prefs-namespaces\";i:923;s:7:\"default\";i:924;s:11:\"prefs-files\";i:925;s:16:\"prefs-custom-css\";i:926;s:15:\"prefs-custom-js\";i:927;s:19:\"prefs-common-config\";i:928;s:17:\"prefs-reset-intro\";i:929;s:24:\"prefs-emailconfirm-label\";i:930;s:9:\"youremail\";i:931;s:8:\"username\";i:932;s:20:\"prefs-memberingroups\";i:933;s:33:\"group-membership-link-with-expiry\";i:934;s:18:\"prefs-registration\";i:935;s:12:\"yourrealname\";i:936;s:12:\"yourlanguage\";i:937;s:11:\"yourvariant\";i:938;s:18:\"prefs-help-variant\";i:939;s:8:\"yournick\";i:940;s:20:\"prefs-help-signature\";i:941;s:6:\"badsig\";i:942;s:12:\"badsiglength\";i:943;s:10:\"yourgender\";i:944;s:14:\"gender-unknown\";i:945;s:15:\"gender-notknown\";i:946;s:11:\"gender-male\";i:947;s:13:\"gender-female\";i:948;s:17:\"prefs-help-gender\";i:949;s:5:\"email\";i:950;s:19:\"prefs-help-realname\";i:951;s:16:\"prefs-help-email\";i:952;s:23:\"prefs-help-email-others\";i:953;s:25:\"prefs-help-email-required\";i:954;s:10:\"prefs-info\";i:955;s:10:\"prefs-i18n\";i:956;s:15:\"prefs-signature\";i:957;s:31:\"prefs-signature-highlight-error\";i:958;s:29:\"prefs-signature-error-details\";i:959;s:16:\"prefs-dateformat\";i:960;s:16:\"prefs-timeoffset\";i:961;s:21:\"prefs-advancedediting\";i:962;s:20:\"prefs-developertools\";i:963;s:12:\"prefs-editor\";i:964;s:16:\"prefs-discussion\";i:965;s:13:\"prefs-preview\";i:966;s:16:\"prefs-advancedrc\";i:967;s:23:\"prefs-advancedrendering\";i:968;s:27:\"prefs-advancedsearchoptions\";i:969;s:23:\"prefs-advancedwatchlist\";i:970;s:15:\"prefs-displayrc\";i:971;s:22:\"prefs-displaywatchlist\";i:972;s:20:\"prefs-pageswatchlist\";i:973;s:11:\"prefs-diffs\";i:974;s:10:\"userrights\";i:975;s:22:\"userrights-lookup-user\";i:976;s:24:\"userrights-user-editname\";i:977;s:13:\"editusergroup\";i:978;s:11:\"editinguser\";i:979;s:24:\"userrights-editusergroup\";i:980;s:14:\"saveusergroups\";i:981;s:23:\"userrights-groupsmember\";i:982;s:28:\"userrights-groupsmember-auto\";i:983;s:22:\"userrights-groups-help\";i:984;s:17:\"userrights-reason\";i:985;s:23:\"userrights-no-interwiki\";i:986;s:21:\"userrights-nodatabase\";i:987;s:25:\"userrights-changeable-col\";i:988;s:27:\"userrights-unchangeable-col\";i:989;s:25:\"userrights-expiry-current\";i:990;s:22:\"userrights-expiry-none\";i:991;s:17:\"userrights-expiry\";i:992;s:26:\"userrights-expiry-existing\";i:993;s:27:\"userrights-expiry-othertime\";i:994;s:19:\"userrights-conflict\";i:995;s:5:\"group\";i:996;s:10:\"group-user\";i:997;s:19:\"group-autoconfirmed\";i:998;s:9:\"group-bot\";i:999;s:11:\"group-sysop\";i:1000;s:21:\"group-interface-admin\";i:1001;s:16:\"group-bureaucrat\";i:1002;s:14:\"group-suppress\";i:1003;s:9:\"group-all\";i:1004;s:17:\"group-user-member\";i:1005;s:26:\"group-autoconfirmed-member\";i:1006;s:16:\"group-bot-member\";i:1007;s:18:\"group-sysop-member\";i:1008;s:28:\"group-interface-admin-member\";i:1009;s:23:\"group-bureaucrat-member\";i:1010;s:21:\"group-suppress-member\";i:1011;s:14:\"grouppage-user\";i:1012;s:23:\"grouppage-autoconfirmed\";i:1013;s:13:\"grouppage-bot\";i:1014;s:15:\"grouppage-sysop\";i:1015;s:25:\"grouppage-interface-admin\";i:1016;s:20:\"grouppage-bureaucrat\";i:1017;s:18:\"grouppage-suppress\";i:1018;s:10:\"right-read\";i:1019;s:10:\"right-edit\";i:1020;s:16:\"right-createpage\";i:1021;s:16:\"right-createtalk\";i:1022;s:19:\"right-createaccount\";i:1023;s:15:\"right-minoredit\";i:1024;s:10:\"right-move\";i:1025;s:19:\"right-move-subpages\";i:1026;s:24:\"right-move-rootuserpages\";i:1027;s:24:\"right-move-categorypages\";i:1028;s:14:\"right-movefile\";i:1029;s:22:\"right-suppressredirect\";i:1030;s:12:\"right-upload\";i:1031;s:14:\"right-reupload\";i:1032;s:18:\"right-reupload-own\";i:1033;s:21:\"right-reupload-shared\";i:1034;s:19:\"right-upload_by_url\";i:1035;s:11:\"right-purge\";i:1036;s:19:\"right-autoconfirmed\";i:1037;s:9:\"right-bot\";i:1038;s:20:\"right-nominornewtalk\";i:1039;s:19:\"right-apihighlimits\";i:1040;s:14:\"right-writeapi\";i:1041;s:12:\"right-delete\";i:1042;s:15:\"right-bigdelete\";i:1043;s:20:\"right-deletelogentry\";i:1044;s:20:\"right-deleterevision\";i:1045;s:20:\"right-deletedhistory\";i:1046;s:17:\"right-deletedtext\";i:1047;s:19:\"right-browsearchive\";i:1048;s:14:\"right-undelete\";i:1049;s:22:\"right-suppressrevision\";i:1050;s:20:\"right-suppressionlog\";i:1051;s:11:\"right-block\";i:1052;s:16:\"right-blockemail\";i:1053;s:14:\"right-hideuser\";i:1054;s:20:\"right-ipblock-exempt\";i:1055;s:17:\"right-unblockself\";i:1056;s:13:\"right-protect\";i:1057;s:19:\"right-editprotected\";i:1058;s:23:\"right-editsemiprotected\";i:1059;s:19:\"right-editinterface\";i:1060;s:17:\"right-editusercss\";i:1061;s:18:\"right-edituserjson\";i:1062;s:16:\"right-edituserjs\";i:1063;s:19:\"right-editmyusercss\";i:1064;s:20:\"right-editmyuserjson\";i:1065;s:18:\"right-editmyuserjs\";i:1066;s:21:\"right-viewmywatchlist\";i:1067;s:21:\"right-editmywatchlist\";i:1068;s:23:\"right-viewmyprivateinfo\";i:1069;s:23:\"right-editmyprivateinfo\";i:1070;s:19:\"right-editmyoptions\";i:1071;s:14:\"right-rollback\";i:1072;s:18:\"right-markbotedits\";i:1073;s:17:\"right-noratelimit\";i:1074;s:12:\"right-import\";i:1075;s:18:\"right-importupload\";i:1076;s:12:\"right-patrol\";i:1077;s:16:\"right-autopatrol\";i:1078;s:17:\"right-patrolmarks\";i:1079;s:20:\"right-unwatchedpages\";i:1080;s:18:\"right-mergehistory\";i:1081;s:16:\"right-userrights\";i:1082;s:26:\"right-userrights-interwiki\";i:1083;s:15:\"right-siteadmin\";i:1084;s:27:\"right-override-export-depth\";i:1085;s:15:\"right-sendemail\";i:1086;s:17:\"grant-group-email\";i:1087;s:19:\"grant-createaccount\";i:1088;s:24:\"grant-createeditmovepage\";i:1089;s:21:\"grant-editmywatchlist\";i:1090;s:14:\"grant-editpage\";i:1091;s:19:\"grant-editprotected\";i:1092;s:16:\"grant-highvolume\";i:1093;s:18:\"grant-mergehistory\";i:1094;s:16:\"grant-uploadfile\";i:1095;s:14:\"newuserlogpage\";i:1096;s:18:\"newuserlogpagetext\";i:1097;s:9:\"rightslog\";i:1098;s:13:\"rightslogtext\";i:1099;s:11:\"action-read\";i:1100;s:22:\"skin-action-addsection\";i:1101;s:11:\"action-edit\";i:1102;s:17:\"action-createpage\";i:1103;s:17:\"action-createtalk\";i:1104;s:20:\"action-createaccount\";i:1105;s:14:\"action-history\";i:1106;s:16:\"action-minoredit\";i:1107;s:11:\"action-move\";i:1108;s:20:\"action-move-subpages\";i:1109;s:25:\"action-move-rootuserpages\";i:1110;s:25:\"action-move-categorypages\";i:1111;s:15:\"action-movefile\";i:1112;s:13:\"action-upload\";i:1113;s:15:\"action-reupload\";i:1114;s:22:\"action-reupload-shared\";i:1115;s:20:\"action-upload_by_url\";i:1116;s:15:\"action-writeapi\";i:1117;s:13:\"action-delete\";i:1118;s:21:\"action-deleterevision\";i:1119;s:21:\"action-deletedhistory\";i:1120;s:20:\"action-browsearchive\";i:1121;s:15:\"action-undelete\";i:1122;s:23:\"action-suppressrevision\";i:1123;s:21:\"action-suppressionlog\";i:1124;s:12:\"action-block\";i:1125;s:14:\"action-protect\";i:1126;s:15:\"action-rollback\";i:1127;s:13:\"action-import\";i:1128;s:19:\"action-importupload\";i:1129;s:13:\"action-patrol\";i:1130;s:17:\"action-autopatrol\";i:1131;s:21:\"action-unwatchedpages\";i:1132;s:19:\"action-mergehistory\";i:1133;s:17:\"action-userrights\";i:1134;s:27:\"action-userrights-interwiki\";i:1135;s:16:\"action-siteadmin\";i:1136;s:16:\"action-sendemail\";i:1137;s:20:\"action-editmyoptions\";i:1138;s:22:\"action-editmywatchlist\";i:1139;s:22:\"action-viewmywatchlist\";i:1140;s:24:\"action-viewmyprivateinfo\";i:1141;s:24:\"action-editmyprivateinfo\";i:1142;s:12:\"action-purge\";i:1143;s:20:\"action-editinterface\";i:1144;s:8:\"nchanges\";i:1145;s:27:\"enhancedrc-since-last-visit\";i:1146;s:18:\"enhancedrc-history\";i:1147;s:13:\"recentchanges\";i:1148;s:20:\"recentchanges-legend\";i:1149;s:21:\"recentchanges-summary\";i:1150;s:22:\"recentchanges-noresult\";i:1151;s:30:\"recentchanges-feed-description\";i:1152;s:27:\"recentchanges-label-newpage\";i:1153;s:25:\"recentchanges-label-minor\";i:1154;s:23:\"recentchanges-label-bot\";i:1155;s:31:\"recentchanges-label-unpatrolled\";i:1156;s:29:\"recentchanges-label-plusminus\";i:1157;s:28:\"recentchanges-legend-heading\";i:1158;s:28:\"recentchanges-legend-newpage\";i:1159;s:36:\"recentchanges-legend-watchlistexpiry\";i:1160;s:20:\"recentchanges-submit\";i:1161;s:20:\"rcfilters-tag-remove\";i:1162;s:24:\"rcfilters-legend-heading\";i:1163;s:28:\"rcfilters-other-review-tools\";i:1164;s:31:\"rcfilters-group-results-by-page\";i:1165;s:23:\"rcfilters-activefilters\";i:1166;s:28:\"rcfilters-activefilters-hide\";i:1167;s:28:\"rcfilters-activefilters-show\";i:1168;s:25:\"rcfilters-advancedfilters\";i:1169;s:21:\"rcfilters-limit-title\";i:1170;s:30:\"rcfilters-limit-and-date-label\";i:1171;s:26:\"rcfilters-date-popup-title\";i:1172;s:20:\"rcfilters-days-title\";i:1173;s:21:\"rcfilters-hours-title\";i:1174;s:24:\"rcfilters-days-show-days\";i:1175;s:25:\"rcfilters-days-show-hours\";i:1176;s:34:\"rcfilters-highlighted-filters-list\";i:1177;s:22:\"rcfilters-quickfilters\";i:1178;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1179;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1180;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1181;s:29:\"rcfilters-savedqueries-rename\";i:1182;s:33:\"rcfilters-savedqueries-setdefault\";i:1183;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1184;s:29:\"rcfilters-savedqueries-remove\";i:1185;s:37:\"rcfilters-savedqueries-new-name-label\";i:1186;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1187;s:34:\"rcfilters-savedqueries-apply-label\";i:1188;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1189;s:35:\"rcfilters-savedqueries-cancel-label\";i:1190;s:36:\"rcfilters-savedqueries-add-new-title\";i:1191;s:33:\"rcfilters-restore-default-filters\";i:1192;s:27:\"rcfilters-clear-all-filters\";i:1193;s:26:\"rcfilters-show-new-changes\";i:1194;s:28:\"rcfilters-search-placeholder\";i:1195;s:24:\"rcfilters-invalid-filter\";i:1196;s:22:\"rcfilters-empty-filter\";i:1197;s:26:\"rcfilters-filterlist-title\";i:1198;s:30:\"rcfilters-filterlist-whatsthis\";i:1199;s:31:\"rcfilters-highlightbutton-title\";i:1200;s:29:\"rcfilters-highlightmenu-title\";i:1201;s:28:\"rcfilters-highlightmenu-help\";i:1202;s:30:\"rcfilters-filterlist-noresults\";i:1203;s:28:\"rcfilters-noresults-conflict\";i:1204;s:32:\"rcfilters-filtergroup-authorship\";i:1205;s:34:\"rcfilters-filter-editsbyself-label\";i:1206;s:40:\"rcfilters-filter-editsbyself-description\";i:1207;s:35:\"rcfilters-filter-editsbyother-label\";i:1208;s:41:\"rcfilters-filter-editsbyother-description\";i:1209;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1210;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1211;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1212;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1213;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1214;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1215;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1216;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1217;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1218;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1219;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1220;s:31:\"rcfilters-filtergroup-automated\";i:1221;s:27:\"rcfilters-filter-bots-label\";i:1222;s:33:\"rcfilters-filter-bots-description\";i:1223;s:29:\"rcfilters-filter-humans-label\";i:1224;s:35:\"rcfilters-filter-humans-description\";i:1225;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1226;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1227;s:34:\"rcfilters-filtergroup-significance\";i:1228;s:28:\"rcfilters-filter-minor-label\";i:1229;s:34:\"rcfilters-filter-minor-description\";i:1230;s:28:\"rcfilters-filter-major-label\";i:1231;s:34:\"rcfilters-filter-major-description\";i:1232;s:31:\"rcfilters-filtergroup-watchlist\";i:1233;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1234;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1235;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1236;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1237;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1238;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1239;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1240;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1241;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1242;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1243;s:32:\"rcfilters-filtergroup-changetype\";i:1244;s:32:\"rcfilters-filter-pageedits-label\";i:1245;s:38:\"rcfilters-filter-pageedits-description\";i:1246;s:31:\"rcfilters-filter-newpages-label\";i:1247;s:37:\"rcfilters-filter-newpages-description\";i:1248;s:37:\"rcfilters-filter-categorization-label\";i:1249;s:43:\"rcfilters-filter-categorization-description\";i:1250;s:33:\"rcfilters-filter-logactions-label\";i:1251;s:39:\"rcfilters-filter-logactions-description\";i:1252;s:34:\"rcfilters-filtergroup-lastrevision\";i:1253;s:35:\"rcfilters-filter-lastrevision-label\";i:1254;s:41:\"rcfilters-filter-lastrevision-description\";i:1255;s:39:\"rcfilters-filter-previousrevision-label\";i:1256;s:45:\"rcfilters-filter-previousrevision-description\";i:1257;s:25:\"rcfilters-filter-excluded\";i:1258;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1259;s:28:\"rcfilters-exclude-button-off\";i:1260;s:19:\"rcfilters-view-tags\";i:1261;s:33:\"rcfilters-view-namespaces-tooltip\";i:1262;s:27:\"rcfilters-view-tags-tooltip\";i:1263;s:28:\"rcfilters-liveupdates-button\";i:1264;s:38:\"rcfilters-liveupdates-button-title-off\";i:1265;s:35:\"rcfilters-watchlist-markseen-button\";i:1266;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1267;s:31:\"rcfilters-watchlist-showupdated\";i:1268;s:26:\"rcfilters-preference-label\";i:1269;s:36:\"rcfilters-watchlist-preference-label\";i:1270;s:30:\"rcfilters-alldiscussions-label\";i:1271;s:10:\"rcnotefrom\";i:1272;s:10:\"rclistfrom\";i:1273;s:15:\"rcshowhideminor\";i:1274;s:20:\"rcshowhideminor-show\";i:1275;s:20:\"rcshowhideminor-hide\";i:1276;s:14:\"rcshowhidebots\";i:1277;s:19:\"rcshowhidebots-show\";i:1278;s:19:\"rcshowhidebots-hide\";i:1279;s:13:\"rcshowhideliu\";i:1280;s:18:\"rcshowhideliu-show\";i:1281;s:18:\"rcshowhideliu-hide\";i:1282;s:15:\"rcshowhideanons\";i:1283;s:20:\"rcshowhideanons-show\";i:1284;s:20:\"rcshowhideanons-hide\";i:1285;s:14:\"rcshowhidepatr\";i:1286;s:19:\"rcshowhidepatr-show\";i:1287;s:19:\"rcshowhidepatr-hide\";i:1288;s:14:\"rcshowhidemine\";i:1289;s:19:\"rcshowhidemine-show\";i:1290;s:19:\"rcshowhidemine-hide\";i:1291;s:24:\"rcshowhidecategorization\";i:1292;s:29:\"rcshowhidecategorization-show\";i:1293;s:29:\"rcshowhidecategorization-hide\";i:1294;s:7:\"rclinks\";i:1295;s:4:\"diff\";i:1296;s:4:\"hist\";i:1297;s:4:\"hide\";i:1298;s:4:\"show\";i:1299;s:15:\"minoreditletter\";i:1300;s:13:\"newpageletter\";i:1301;s:13:\"boteditletter\";i:1302;s:18:\"rc-change-size-new\";i:1303;s:17:\"newsectionsummary\";i:1304;s:12:\"rc-old-title\";i:1305;s:19:\"recentchangeslinked\";i:1306;s:24:\"recentchangeslinked-feed\";i:1307;s:27:\"recentchangeslinked-toolbox\";i:1308;s:25:\"recentchangeslinked-title\";i:1309;s:27:\"recentchangeslinked-summary\";i:1310;s:24:\"recentchangeslinked-page\";i:1311;s:22:\"recentchangeslinked-to\";i:1312;s:36:\"recentchanges-page-added-to-category\";i:1313;s:44:\"recentchanges-page-added-to-category-bundled\";i:1314;s:40:\"recentchanges-page-removed-from-category\";i:1315;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1316;s:19:\"autochange-username\";i:1317;s:6:\"upload\";i:1318;s:9:\"uploadbtn\";i:1319;s:12:\"reuploaddesc\";i:1320;s:15:\"upload-tryagain\";i:1321;s:13:\"uploadnologin\";i:1322;s:17:\"uploadnologintext\";i:1323;s:24:\"upload_directory_missing\";i:1324;s:26:\"upload_directory_read_only\";i:1325;s:11:\"uploaderror\";i:1326;s:23:\"upload-recreate-warning\";i:1327;s:10:\"uploadtext\";i:1328;s:16:\"upload-permitted\";i:1329;s:16:\"upload-preferred\";i:1330;s:17:\"upload-prohibited\";i:1331;s:13:\"uploadlogpage\";i:1332;s:17:\"uploadlogpagetext\";i:1333;s:8:\"filename\";i:1334;s:8:\"filedesc\";i:1335;s:17:\"fileuploadsummary\";i:1336;s:19:\"filereuploadsummary\";i:1337;s:10:\"filestatus\";i:1338;s:10:\"filesource\";i:1339;s:13:\"ignorewarning\";i:1340;s:14:\"ignorewarnings\";i:1341;s:10:\"minlength1\";i:1342;s:15:\"illegalfilename\";i:1343;s:16:\"filename-toolong\";i:1344;s:11:\"badfilename\";i:1345;s:22:\"filetype-mime-mismatch\";i:1346;s:16:\"filetype-badmime\";i:1347;s:20:\"filetype-bad-ie-mime\";i:1348;s:22:\"filetype-unwanted-type\";i:1349;s:20:\"filetype-banned-type\";i:1350;s:16:\"filetype-missing\";i:1351;s:10:\"empty-file\";i:1352;s:14:\"file-too-large\";i:1353;s:17:\"filename-tooshort\";i:1354;s:15:\"filetype-banned\";i:1355;s:18:\"verification-error\";i:1356;s:11:\"hookaborted\";i:1357;s:16:\"illegal-filename\";i:1358;s:9:\"overwrite\";i:1359;s:13:\"unknown-error\";i:1360;s:16:\"tmp-create-error\";i:1361;s:15:\"tmp-write-error\";i:1362;s:10:\"large-file\";i:1363;s:15:\"largefileserver\";i:1364;s:9:\"emptyfile\";i:1365;s:25:\"windows-nonascii-filename\";i:1366;s:10:\"fileexists\";i:1367;s:14:\"filepageexists\";i:1368;s:20:\"fileexists-extension\";i:1369;s:24:\"fileexists-thumbnail-yes\";i:1370;s:17:\"file-thumbnail-no\";i:1371;s:20:\"fileexists-forbidden\";i:1372;s:27:\"fileexists-shared-forbidden\";i:1373;s:21:\"file-exists-duplicate\";i:1374;s:22:\"file-deleted-duplicate\";i:1375;s:13:\"uploadwarning\";i:1376;s:18:\"uploadwarning-text\";i:1377;s:8:\"savefile\";i:1378;s:14:\"uploaddisabled\";i:1379;s:18:\"copyuploaddisabled\";i:1380;s:18:\"uploaddisabledtext\";i:1381;s:22:\"php-uploaddisabledtext\";i:1382;s:14:\"uploadscripted\";i:1383;s:11:\"uploadvirus\";i:1384;s:13:\"upload-source\";i:1385;s:14:\"sourcefilename\";i:1386;s:9:\"sourceurl\";i:1387;s:12:\"destfilename\";i:1388;s:18:\"upload-maxfilesize\";i:1389;s:18:\"upload-description\";i:1390;s:14:\"upload-options\";i:1391;s:15:\"watchthisupload\";i:1392;s:14:\"filewasdeleted\";i:1393;s:19:\"filename-bad-prefix\";i:1394;s:18:\"upload-proto-error\";i:1395;s:23:\"upload-proto-error-text\";i:1396;s:17:\"upload-file-error\";i:1397;s:22:\"upload-file-error-text\";i:1398;s:17:\"upload-misc-error\";i:1399;s:22:\"upload-misc-error-text\";i:1400;s:25:\"upload-too-many-redirects\";i:1401;s:17:\"upload-http-error\";i:1402;s:33:\"upload-copy-upload-invalid-domain\";i:1403;s:19:\"upload-dialog-title\";i:1404;s:27:\"upload-dialog-button-cancel\";i:1405;s:25:\"upload-dialog-button-back\";i:1406;s:25:\"upload-dialog-button-done\";i:1407;s:25:\"upload-dialog-button-save\";i:1408;s:27:\"upload-dialog-button-upload\";i:1409;s:32:\"upload-form-label-infoform-title\";i:1410;s:31:\"upload-form-label-infoform-name\";i:1411;s:38:\"upload-form-label-infoform-description\";i:1412;s:29:\"upload-form-label-usage-title\";i:1413;s:32:\"upload-form-label-usage-filename\";i:1414;s:26:\"upload-form-label-own-work\";i:1415;s:37:\"upload-form-label-infoform-categories\";i:1416;s:31:\"upload-form-label-infoform-date\";i:1417;s:19:\"backend-fail-stream\";i:1418;s:19:\"backend-fail-backup\";i:1419;s:22:\"backend-fail-notexists\";i:1420;s:19:\"backend-fail-hashes\";i:1421;s:20:\"backend-fail-notsame\";i:1422;s:24:\"backend-fail-invalidpath\";i:1423;s:19:\"backend-fail-delete\";i:1424;s:21:\"backend-fail-describe\";i:1425;s:26:\"backend-fail-alreadyexists\";i:1426;s:18:\"backend-fail-store\";i:1427;s:17:\"backend-fail-copy\";i:1428;s:17:\"backend-fail-move\";i:1429;s:21:\"backend-fail-opentemp\";i:1430;s:22:\"backend-fail-writetemp\";i:1431;s:22:\"backend-fail-closetemp\";i:1432;s:17:\"backend-fail-read\";i:1433;s:19:\"backend-fail-create\";i:1434;s:20:\"backend-fail-maxsize\";i:1435;s:21:\"backend-fail-readonly\";i:1436;s:19:\"backend-fail-synced\";i:1437;s:20:\"backend-fail-connect\";i:1438;s:21:\"backend-fail-internal\";i:1439;s:24:\"backend-fail-contenttype\";i:1440;s:22:\"backend-fail-batchsize\";i:1441;s:19:\"backend-fail-usable\";i:1442;s:21:\"lockmanager-notlocked\";i:1443;s:26:\"lockmanager-fail-closelock\";i:1444;s:27:\"lockmanager-fail-deletelock\";i:1445;s:28:\"lockmanager-fail-acquirelock\";i:1446;s:25:\"lockmanager-fail-openlock\";i:1447;s:28:\"lockmanager-fail-releaselock\";i:1448;s:26:\"lockmanager-fail-db-bucket\";i:1449;s:27:\"lockmanager-fail-db-release\";i:1450;s:28:\"lockmanager-fail-svr-acquire\";i:1451;s:28:\"lockmanager-fail-svr-release\";i:1452;s:19:\"zip-file-open-error\";i:1453;s:16:\"zip-wrong-format\";i:1454;s:7:\"zip-bad\";i:1455;s:15:\"zip-unsupported\";i:1456;s:11:\"uploadstash\";i:1457;s:19:\"uploadstash-summary\";i:1458;s:17:\"uploadstash-clear\";i:1459;s:19:\"uploadstash-nofiles\";i:1460;s:20:\"uploadstash-badtoken\";i:1461;s:20:\"uploadstash-errclear\";i:1462;s:19:\"uploadstash-refresh\";i:1463;s:21:\"uploadstash-thumbnail\";i:1464;s:20:\"invalid-chunk-offset\";i:1465;s:21:\"img-auth-accessdenied\";i:1466;s:17:\"img-auth-notindir\";i:1467;s:17:\"img-auth-badtitle\";i:1468;s:15:\"img-auth-nofile\";i:1469;s:14:\"img-auth-isdir\";i:1470;s:18:\"img-auth-streaming\";i:1471;s:15:\"img-auth-public\";i:1472;s:15:\"img-auth-noread\";i:1473;s:16:\"http-invalid-url\";i:1474;s:19:\"http-invalid-scheme\";i:1475;s:18:\"http-request-error\";i:1476;s:15:\"http-read-error\";i:1477;s:14:\"http-timed-out\";i:1478;s:15:\"http-curl-error\";i:1479;s:15:\"http-bad-status\";i:1480;s:18:\"upload-curl-error6\";i:1481;s:23:\"upload-curl-error6-text\";i:1482;s:19:\"upload-curl-error28\";i:1483;s:24:\"upload-curl-error28-text\";i:1484;s:7:\"license\";i:1485;s:14:\"license-header\";i:1486;s:9:\"nolicense\";i:1487;s:13:\"licenses-edit\";i:1488;s:17:\"license-nopreview\";i:1489;s:17:\"upload_source_url\";i:1490;s:18:\"upload_source_file\";i:1491;s:16:\"listfiles-delete\";i:1492;s:17:\"listfiles-summary\";i:1493;s:7:\"imgfile\";i:1494;s:9:\"listfiles\";i:1495;s:15:\"listfiles_thumb\";i:1496;s:14:\"listfiles_date\";i:1497;s:14:\"listfiles_name\";i:1498;s:14:\"listfiles_user\";i:1499;s:14:\"listfiles_size\";i:1500;s:21:\"listfiles_description\";i:1501;s:15:\"listfiles_count\";i:1502;s:18:\"listfiles-show-all\";i:1503;s:23:\"listfiles-latestversion\";i:1504;s:27:\"listfiles-latestversion-yes\";i:1505;s:26:\"listfiles-latestversion-no\";i:1506;s:16:\"file-anchor-link\";i:1507;s:8:\"filehist\";i:1508;s:13:\"filehist-help\";i:1509;s:18:\"filehist-deleteall\";i:1510;s:18:\"filehist-deleteone\";i:1511;s:15:\"filehist-revert\";i:1512;s:16:\"filehist-current\";i:1513;s:17:\"filehist-datetime\";i:1514;s:14:\"filehist-thumb\";i:1515;s:18:\"filehist-thumbtext\";i:1516;s:16:\"filehist-nothumb\";i:1517;s:13:\"filehist-user\";i:1518;s:19:\"filehist-dimensions\";i:1519;s:17:\"filehist-filesize\";i:1520;s:16:\"filehist-comment\";i:1521;s:10:\"imagelinks\";i:1522;s:12:\"linkstoimage\";i:1523;s:17:\"linkstoimage-more\";i:1524;s:14:\"nolinkstoimage\";i:1525;s:16:\"morelinkstoimage\";i:1526;s:21:\"linkstoimage-redirect\";i:1527;s:16:\"duplicatesoffile\";i:1528;s:12:\"sharedupload\";i:1529;s:23:\"sharedupload-desc-there\";i:1530;s:22:\"sharedupload-desc-here\";i:1531;s:22:\"sharedupload-desc-edit\";i:1532;s:24:\"sharedupload-desc-create\";i:1533;s:15:\"filepage-nofile\";i:1534;s:20:\"filepage-nofile-link\";i:1535;s:25:\"uploadnewversion-linktext\";i:1536;s:16:\"shared-repo-from\";i:1537;s:11:\"shared-repo\";i:1538;s:22:\"upload-disallowed-here\";i:1539;s:10:\"filerevert\";i:1540;s:17:\"filerevert-legend\";i:1541;s:16:\"filerevert-intro\";i:1542;s:18:\"filerevert-comment\";i:1543;s:25:\"filerevert-defaultcomment\";i:1544;s:17:\"filerevert-submit\";i:1545;s:18:\"filerevert-success\";i:1546;s:21:\"filerevert-badversion\";i:1547;s:10:\"filedelete\";i:1548;s:17:\"filedelete-legend\";i:1549;s:16:\"filedelete-intro\";i:1550;s:20:\"filedelete-intro-old\";i:1551;s:18:\"filedelete-comment\";i:1552;s:17:\"filedelete-submit\";i:1553;s:18:\"filedelete-success\";i:1554;s:22:\"filedelete-success-old\";i:1555;s:17:\"filedelete-nofile\";i:1556;s:21:\"filedelete-nofile-old\";i:1557;s:22:\"filedelete-otherreason\";i:1558;s:27:\"filedelete-reason-otherlist\";i:1559;s:26:\"filedelete-reason-dropdown\";i:1560;s:26:\"filedelete-edit-reasonlist\";i:1561;s:22:\"filedelete-maintenance\";i:1562;s:28:\"filedelete-maintenance-title\";i:1563;s:10:\"mimesearch\";i:1564;s:18:\"mimesearch-summary\";i:1565;s:8:\"mimetype\";i:1566;s:8:\"download\";i:1567;s:14:\"unwatchedpages\";i:1568;s:13:\"listredirects\";i:1569;s:19:\"listduplicatedfiles\";i:1570;s:25:\"listduplicatedfiles-entry\";i:1571;s:15:\"unusedtemplates\";i:1572;s:19:\"unusedtemplatestext\";i:1573;s:18:\"unusedtemplateswlh\";i:1574;s:10:\"randompage\";i:1575;s:18:\"randompage-nopages\";i:1576;s:16:\"randomincategory\";i:1577;s:32:\"randomincategory-invalidcategory\";i:1578;s:24:\"randomincategory-nopages\";i:1579;s:25:\"randomincategory-category\";i:1580;s:23:\"randomincategory-submit\";i:1581;s:14:\"randomredirect\";i:1582;s:22:\"randomredirect-nopages\";i:1583;s:10:\"statistics\";i:1584;s:23:\"statistics-header-pages\";i:1585;s:23:\"statistics-header-edits\";i:1586;s:23:\"statistics-header-users\";i:1587;s:23:\"statistics-header-hooks\";i:1588;s:19:\"statistics-articles\";i:1589;s:16:\"statistics-pages\";i:1590;s:21:\"statistics-pages-desc\";i:1591;s:16:\"statistics-files\";i:1592;s:16:\"statistics-edits\";i:1593;s:24:\"statistics-edits-average\";i:1594;s:16:\"statistics-users\";i:1595;s:23:\"statistics-users-active\";i:1596;s:28:\"statistics-users-active-desc\";i:1597;s:13:\"pageswithprop\";i:1598;s:20:\"pageswithprop-legend\";i:1599;s:18:\"pageswithprop-text\";i:1600;s:18:\"pageswithprop-prop\";i:1601;s:20:\"pageswithprop-submit\";i:1602;s:15:\"doubleredirects\";i:1603;s:19:\"doubleredirectstext\";i:1604;s:26:\"double-redirect-fixed-move\";i:1605;s:33:\"double-redirect-fixed-maintenance\";i:1606;s:21:\"double-redirect-fixer\";i:1607;s:15:\"brokenredirects\";i:1608;s:19:\"brokenredirectstext\";i:1609;s:20:\"brokenredirects-edit\";i:1610;s:22:\"brokenredirects-delete\";i:1611;s:16:\"withoutinterwiki\";i:1612;s:24:\"withoutinterwiki-summary\";i:1613;s:23:\"withoutinterwiki-legend\";i:1614;s:23:\"withoutinterwiki-submit\";i:1615;s:15:\"fewestrevisions\";i:1616;s:6:\"nbytes\";i:1617;s:11:\"ncategories\";i:1618;s:11:\"ninterwikis\";i:1619;s:6:\"nlinks\";i:1620;s:8:\"nmembers\";i:1621;s:15:\"nmemberschanged\";i:1622;s:10:\"nrevisions\";i:1623;s:11:\"nimagelinks\";i:1624;s:14:\"ntransclusions\";i:1625;s:17:\"specialpage-empty\";i:1626;s:11:\"lonelypages\";i:1627;s:15:\"lonelypagestext\";i:1628;s:18:\"uncategorizedpages\";i:1629;s:23:\"uncategorizedcategories\";i:1630;s:19:\"uncategorizedimages\";i:1631;s:22:\"uncategorizedtemplates\";i:1632;s:16:\"unusedcategories\";i:1633;s:12:\"unusedimages\";i:1634;s:16:\"wantedcategories\";i:1635;s:11:\"wantedpages\";i:1636;s:20:\"wantedpages-badtitle\";i:1637;s:11:\"wantedfiles\";i:1638;s:18:\"wantedfiletext-cat\";i:1639;s:20:\"wantedfiletext-nocat\";i:1640;s:15:\"wantedtemplates\";i:1641;s:10:\"mostlinked\";i:1642;s:20:\"mostlinkedcategories\";i:1643;s:19:\"mostlinkedtemplates\";i:1644;s:14:\"mostcategories\";i:1645;s:10:\"mostimages\";i:1646;s:14:\"mostinterwikis\";i:1647;s:13:\"mostrevisions\";i:1648;s:11:\"prefixindex\";i:1649;s:21:\"prefixindex-namespace\";i:1650;s:18:\"prefixindex-submit\";i:1651;s:10:\"shortpages\";i:1652;s:9:\"longpages\";i:1653;s:12:\"deadendpages\";i:1654;s:16:\"deadendpagestext\";i:1655;s:14:\"protectedpages\";i:1656;s:20:\"protectedpages-indef\";i:1657;s:22:\"protectedpages-cascade\";i:1658;s:25:\"protectedpages-noredirect\";i:1659;s:32:\"cachedspecial-viewing-cached-ttl\";i:1660;s:19:\"protectedpagesempty\";i:1661;s:24:\"protectedpages-timestamp\";i:1662;s:19:\"protectedpages-page\";i:1663;s:21:\"protectedpages-expiry\";i:1664;s:21:\"protectedpages-reason\";i:1665;s:32:\"protectedpages-unknown-timestamp\";i:1666;s:32:\"protectedpages-unknown-performer\";i:1667;s:15:\"protectedtitles\";i:1668;s:20:\"protectedtitlesempty\";i:1669;s:9:\"listusers\";i:1670;s:19:\"listusers-editsonly\";i:1671;s:22:\"listusers-creationsort\";i:1672;s:14:\"listusers-desc\";i:1673;s:13:\"usereditcount\";i:1674;s:11:\"usercreated\";i:1675;s:8:\"newpages\";i:1676;s:15:\"newpages-submit\";i:1677;s:17:\"newpages-username\";i:1678;s:12:\"ancientpages\";i:1679;s:4:\"move\";i:1680;s:12:\"movethispage\";i:1681;s:16:\"unusedimagestext\";i:1682;s:20:\"unusedcategoriestext\";i:1683;s:13:\"notargettitle\";i:1684;s:12:\"notargettext\";i:1685;s:11:\"nopagetitle\";i:1686;s:10:\"nopagetext\";i:1687;s:13:\"pager-newer-n\";i:1688;s:13:\"pager-older-n\";i:1689;s:8:\"suppress\";i:1690;s:18:\"querypage-disabled\";i:1691;s:22:\"apihelp-no-such-module\";i:1692;s:10:\"apisandbox\";i:1693;s:16:\"apisandbox-intro\";i:1694;s:17:\"apisandbox-submit\";i:1695;s:16:\"apisandbox-reset\";i:1696;s:16:\"apisandbox-retry\";i:1697;s:19:\"apisandbox-examples\";i:1698;s:18:\"apisandbox-results\";i:1699;s:28:\"apisandbox-request-url-label\";i:1700;s:23:\"apisandbox-request-time\";i:1701;s:19:\"apisandbox-continue\";i:1702;s:11:\"booksources\";i:1703;s:25:\"booksources-search-legend\";i:1704;s:18:\"booksources-search\";i:1705;s:16:\"booksources-text\";i:1706;s:24:\"booksources-invalid-isbn\";i:1707;s:19:\"specialloguserlabel\";i:1708;s:20:\"speciallogtitlelabel\";i:1709;s:3:\"log\";i:1710;s:20:\"logeventslist-submit\";i:1711;s:13:\"all-logs-page\";i:1712;s:11:\"alllogstext\";i:1713;s:8:\"logempty\";i:1714;s:18:\"log-title-wildcard\";i:1715;s:26:\"showhideselectedlogentries\";i:1716;s:15:\"checkbox-select\";i:1717;s:12:\"checkbox-all\";i:1718;s:13:\"checkbox-none\";i:1719;s:15:\"checkbox-invert\";i:1720;s:8:\"allpages\";i:1721;s:8:\"nextpage\";i:1722;s:8:\"prevpage\";i:1723;s:12:\"allpagesfrom\";i:1724;s:10:\"allpagesto\";i:1725;s:11:\"allarticles\";i:1726;s:14:\"allinnamespace\";i:1727;s:14:\"allpagessubmit\";i:1728;s:14:\"allpagesprefix\";i:1729;s:16:\"allpagesbadtitle\";i:1730;s:15:\"allpages-bad-ns\";i:1731;s:23:\"allpages-hide-redirects\";i:1732;s:10:\"categories\";i:1733;s:17:\"categories-submit\";i:1734;s:18:\"categoriespagetext\";i:1735;s:14:\"categoriesfrom\";i:1736;s:20:\"deletedcontributions\";i:1737;s:26:\"deletedcontributions-title\";i:1738;s:32:\"sp-deletedcontributions-contribs\";i:1739;s:10:\"linksearch\";i:1740;s:14:\"linksearch-pat\";i:1741;s:13:\"linksearch-ns\";i:1742;s:13:\"linksearch-ok\";i:1743;s:15:\"linksearch-text\";i:1744;s:15:\"linksearch-line\";i:1745;s:16:\"linksearch-error\";i:1746;s:13:\"listusersfrom\";i:1747;s:16:\"listusers-submit\";i:1748;s:18:\"listusers-noresult\";i:1749;s:17:\"listusers-blocked\";i:1750;s:11:\"activeusers\";i:1751;s:17:\"activeusers-intro\";i:1752;s:17:\"activeusers-count\";i:1753;s:16:\"activeusers-from\";i:1754;s:20:\"activeusers-noresult\";i:1755;s:18:\"activeusers-submit\";i:1756;s:15:\"listgrouprights\";i:1757;s:23:\"listgrouprights-summary\";i:1758;s:19:\"listgrouprights-key\";i:1759;s:21:\"listgrouprights-group\";i:1760;s:22:\"listgrouprights-rights\";i:1761;s:24:\"listgrouprights-helppage\";i:1762;s:23:\"listgrouprights-members\";i:1763;s:24:\"listgrouprights-addgroup\";i:1764;s:27:\"listgrouprights-removegroup\";i:1765;s:28:\"listgrouprights-addgroup-all\";i:1766;s:31:\"listgrouprights-removegroup-all\";i:1767;s:29:\"listgrouprights-addgroup-self\";i:1768;s:32:\"listgrouprights-removegroup-self\";i:1769;s:33:\"listgrouprights-addgroup-self-all\";i:1770;s:36:\"listgrouprights-removegroup-self-all\";i:1771;s:42:\"listgrouprights-namespaceprotection-header\";i:1772;s:45:\"listgrouprights-namespaceprotection-namespace\";i:1773;s:18:\"trackingcategories\";i:1774;s:22:\"trackingcategories-msg\";i:1775;s:23:\"trackingcategories-name\";i:1776;s:25:\"trackingcategories-nodesc\";i:1777;s:27:\"trackingcategories-disabled\";i:1778;s:11:\"mailnologin\";i:1779;s:15:\"mailnologintext\";i:1780;s:9:\"emailuser\";i:1781;s:22:\"emailuser-title-target\";i:1782;s:24:\"emailuser-title-notarget\";i:1783;s:13:\"emailpagetext\";i:1784;s:15:\"defemailsubject\";i:1785;s:16:\"usermaildisabled\";i:1786;s:20:\"usermaildisabledtext\";i:1787;s:12:\"noemailtitle\";i:1788;s:11:\"noemailtext\";i:1789;s:15:\"nowikiemailtext\";i:1790;s:13:\"emailnotarget\";i:1791;s:11:\"emailtarget\";i:1792;s:13:\"emailusername\";i:1793;s:19:\"emailusernamesubmit\";i:1794;s:12:\"email-legend\";i:1795;s:9:\"emailfrom\";i:1796;s:7:\"emailto\";i:1797;s:12:\"emailsubject\";i:1798;s:12:\"emailmessage\";i:1799;s:9:\"emailsend\";i:1800;s:9:\"emailccme\";i:1801;s:14:\"emailccsubject\";i:1802;s:9:\"emailsent\";i:1803;s:13:\"emailsenttext\";i:1804;s:15:\"emailuserfooter\";i:1805;s:19:\"usermessage-summary\";i:1806;s:18:\"usermessage-editor\";i:1807;s:9:\"watchlist\";i:1808;s:11:\"mywatchlist\";i:1809;s:13:\"watchlistfor2\";i:1810;s:11:\"nowatchlist\";i:1811;s:17:\"watchlistanontext\";i:1812;s:12:\"watchnologin\";i:1813;s:8:\"addwatch\";i:1814;s:14:\"addedwatchtext\";i:1815;s:20:\"addedwatchtext-short\";i:1816;s:11:\"removewatch\";i:1817;s:16:\"removedwatchtext\";i:1818;s:22:\"removedwatchtext-short\";i:1819;s:5:\"watch\";i:1820;s:13:\"watchthispage\";i:1821;s:7:\"unwatch\";i:1822;s:15:\"unwatchthispage\";i:1823;s:12:\"notanarticle\";i:1824;s:13:\"notvisiblerev\";i:1825;s:17:\"watchlist-details\";i:1826;s:15:\"wlheader-enotif\";i:1827;s:20:\"wlheader-showupdated\";i:1828;s:6:\"wlnote\";i:1829;s:14:\"watchlist-hide\";i:1830;s:16:\"watchlist-submit\";i:1831;s:10:\"wlshowtime\";i:1832;s:15:\"wlshowhideminor\";i:1833;s:14:\"wlshowhidebots\";i:1834;s:13:\"wlshowhideliu\";i:1835;s:15:\"wlshowhideanons\";i:1836;s:14:\"wlshowhidepatr\";i:1837;s:14:\"wlshowhidemine\";i:1838;s:24:\"wlshowhidecategorization\";i:1839;s:17:\"watchlist-options\";i:1840;s:8:\"watching\";i:1841;s:10:\"unwatching\";i:1842;s:12:\"enotif_reset\";i:1843;s:28:\"enotif_impersonal_salutation\";i:1844;s:22:\"enotif_subject_deleted\";i:1845;s:22:\"enotif_subject_created\";i:1846;s:20:\"enotif_subject_moved\";i:1847;s:23:\"enotif_subject_restored\";i:1848;s:22:\"enotif_subject_changed\";i:1849;s:25:\"enotif_body_intro_deleted\";i:1850;s:25:\"enotif_body_intro_created\";i:1851;s:23:\"enotif_body_intro_moved\";i:1852;s:26:\"enotif_body_intro_restored\";i:1853;s:25:\"enotif_body_intro_changed\";i:1854;s:18:\"enotif_lastvisited\";i:1855;s:15:\"enotif_lastdiff\";i:1856;s:18:\"enotif_anon_editor\";i:1857;s:11:\"enotif_body\";i:1858;s:7:\"created\";i:1859;s:7:\"changed\";i:1860;s:17:\"deletepage-submit\";i:1861;s:7:\"confirm\";i:1862;s:9:\"excontent\";i:1863;s:15:\"excontentauthor\";i:1864;s:13:\"exbeforeblank\";i:1865;s:14:\"delete-confirm\";i:1866;s:13:\"delete-legend\";i:1867;s:14:\"historywarning\";i:1868;s:20:\"historyaction-submit\";i:1869;s:17:\"confirmdeletetext\";i:1870;s:14:\"actioncomplete\";i:1871;s:12:\"actionfailed\";i:1872;s:11:\"deletedtext\";i:1873;s:10:\"dellogpage\";i:1874;s:14:\"dellogpagetext\";i:1875;s:11:\"deletionlog\";i:1876;s:8:\"reverted\";i:1877;s:13:\"deletecomment\";i:1878;s:17:\"deleteotherreason\";i:1879;s:21:\"deletereasonotherlist\";i:1880;s:21:\"deletereason-dropdown\";i:1881;s:22:\"delete-edit-reasonlist\";i:1882;s:13:\"delete-toobig\";i:1883;s:21:\"delete-warning-toobig\";i:1884;s:8:\"rollback\";i:1885;s:12:\"rollbacklink\";i:1886;s:17:\"rollbacklinkcount\";i:1887;s:26:\"rollbacklinkcount-morethan\";i:1888;s:14:\"rollbackfailed\";i:1889;s:12:\"cantrollback\";i:1890;s:13:\"alreadyrolled\";i:1891;s:11:\"editcomment\";i:1892;s:10:\"revertpage\";i:1893;s:17:\"revertpage-nouser\";i:1894;s:16:\"rollback-success\";i:1895;s:20:\"sessionfailure-title\";i:1896;s:14:\"sessionfailure\";i:1897;s:31:\"changecontentmodel-reason-label\";i:1898;s:25:\"changecontentmodel-submit\";i:1899;s:14:\"protectlogpage\";i:1900;s:14:\"protectlogtext\";i:1901;s:13:\"protect-title\";i:1902;s:24:\"protect-title-notallowed\";i:1903;s:14:\"prot_1movedto2\";i:1904;s:26:\"protect-badnamespace-title\";i:1905;s:25:\"protect-badnamespace-text\";i:1906;s:31:\"protect-norestrictiontypes-text\";i:1907;s:32:\"protect-norestrictiontypes-title\";i:1908;s:14:\"protect-legend\";i:1909;s:14:\"protectcomment\";i:1910;s:13:\"protectexpiry\";i:1911;s:22:\"protect_expiry_invalid\";i:1912;s:18:\"protect_expiry_old\";i:1913;s:27:\"protect-unchain-permissions\";i:1914;s:12:\"protect-text\";i:1915;s:22:\"protect-locked-blocked\";i:1916;s:21:\"protect-locked-dblock\";i:1917;s:21:\"protect-locked-access\";i:1918;s:17:\"protect-cascadeon\";i:1919;s:15:\"protect-default\";i:1920;s:16:\"protect-fallback\";i:1921;s:27:\"protect-level-autoconfirmed\";i:1922;s:19:\"protect-level-sysop\";i:1923;s:23:\"protect-summary-cascade\";i:1924;s:16:\"protect-expiring\";i:1925;s:22:\"protect-expiring-local\";i:1926;s:25:\"protect-expiry-indefinite\";i:1927;s:15:\"protect-cascade\";i:1928;s:16:\"protect-cantedit\";i:1929;s:17:\"protect-othertime\";i:1930;s:20:\"protect-othertime-op\";i:1931;s:23:\"protect-existing-expiry\";i:1932;s:19:\"protect-otherreason\";i:1933;s:22:\"protect-otherreason-op\";i:1934;s:16:\"protect-dropdown\";i:1935;s:23:\"protect-edit-reasonlist\";i:1936;s:22:\"protect-expiry-options\";i:1937;s:16:\"restriction-type\";i:1938;s:17:\"restriction-level\";i:1939;s:12:\"minimum-size\";i:1940;s:12:\"maximum-size\";i:1941;s:8:\"pagesize\";i:1942;s:16:\"restriction-edit\";i:1943;s:16:\"restriction-move\";i:1944;s:18:\"restriction-create\";i:1945;s:18:\"restriction-upload\";i:1946;s:23:\"restriction-level-sysop\";i:1947;s:31:\"restriction-level-autoconfirmed\";i:1948;s:21:\"restriction-level-all\";i:1949;s:8:\"undelete\";i:1950;s:12:\"undeletepage\";i:1951;s:17:\"undeletepagetitle\";i:1952;s:15:\"viewdeletedpage\";i:1953;s:23:\"skin-action-viewdeleted\";i:1954;s:16:\"undeletepagetext\";i:1955;s:23:\"undelete-fieldset-title\";i:1956;s:17:\"undeleteextrahelp\";i:1957;s:17:\"undeleterevisions\";i:1958;s:15:\"undeletehistory\";i:1959;s:14:\"undeleterevdel\";i:1960;s:22:\"undeletehistorynoadmin\";i:1961;s:17:\"undelete-revision\";i:1962;s:24:\"undeleterevision-missing\";i:1963;s:15:\"undelete-nodiff\";i:1964;s:11:\"undeletebtn\";i:1965;s:12:\"undeletelink\";i:1966;s:16:\"undeleteviewlink\";i:1967;s:14:\"undeleteinvert\";i:1968;s:15:\"undeletecomment\";i:1969;s:14:\"cannotundelete\";i:1970;s:13:\"undeletedpage\";i:1971;s:15:\"undelete-header\";i:1972;s:21:\"undelete-search-title\";i:1973;s:19:\"undelete-search-box\";i:1974;s:22:\"undelete-search-prefix\";i:1975;s:22:\"undelete-search-submit\";i:1976;s:19:\"undelete-no-results\";i:1977;s:26:\"undelete-filename-mismatch\";i:1978;s:22:\"undelete-bad-store-key\";i:1979;s:22:\"undelete-cleanup-error\";i:1980;s:28:\"undelete-missing-filearchive\";i:1981;s:14:\"undelete-error\";i:1982;s:26:\"undelete-show-file-confirm\";i:1983;s:25:\"undelete-show-file-submit\";i:1984;s:9:\"namespace\";i:1985;s:6:\"invert\";i:1986;s:14:\"tooltip-invert\";i:1987;s:21:\"namespace_association\";i:1988;s:29:\"tooltip-namespace_association\";i:1989;s:14:\"blanknamespace\";i:1990;s:13:\"contributions\";i:1991;s:23:\"tool-link-contributions\";i:1992;s:19:\"contributions-title\";i:1993;s:9:\"mycontris\";i:1994;s:12:\"anoncontribs\";i:1995;s:11:\"contribsub2\";i:1996;s:30:\"contributions-userdoesnotexist\";i:1997;s:10:\"nocontribs\";i:1998;s:5:\"uctop\";i:1999;s:5:\"month\";i:2000;s:4:\"year\";i:2001;s:25:\"sp-contributions-blocklog\";i:2002;s:28:\"sp-contributions-suppresslog\";i:2003;s:24:\"sp-contributions-deleted\";i:2004;s:24:\"sp-contributions-uploads\";i:2005;s:21:\"sp-contributions-logs\";i:2006;s:21:\"sp-contributions-talk\";i:2007;s:27:\"sp-contributions-userrights\";i:2008;s:31:\"sp-contributions-blocked-notice\";i:2009;s:39:\"sp-contributions-blocked-notice-partial\";i:2010;s:36:\"sp-contributions-blocked-notice-anon\";i:2011;s:23:\"sp-contributions-search\";i:2012;s:25:\"sp-contributions-username\";i:2013;s:24:\"sp-contributions-toponly\";i:2014;s:24:\"sp-contributions-newonly\";i:2015;s:26:\"sp-contributions-hideminor\";i:2016;s:23:\"sp-contributions-submit\";i:2017;s:13:\"whatlinkshere\";i:2018;s:19:\"whatlinkshere-title\";i:2019;s:18:\"whatlinkshere-page\";i:2020;s:9:\"linkshere\";i:2021;s:11:\"nolinkshere\";i:2022;s:14:\"nolinkshere-ns\";i:2023;s:10:\"isredirect\";i:2024;s:10:\"istemplate\";i:2025;s:7:\"isimage\";i:2026;s:18:\"whatlinkshere-prev\";i:2027;s:18:\"whatlinkshere-next\";i:2028;s:19:\"whatlinkshere-links\";i:2029;s:24:\"whatlinkshere-hideredirs\";i:2030;s:23:\"whatlinkshere-hidetrans\";i:2031;s:23:\"whatlinkshere-hidelinks\";i:2032;s:24:\"whatlinkshere-hideimages\";i:2033;s:11:\"autoblockid\";i:2034;s:5:\"block\";i:2035;s:7:\"unblock\";i:2036;s:7:\"blockip\";i:2037;s:11:\"blockiptext\";i:2038;s:19:\"ipaddressorusername\";i:2039;s:9:\"ipbreason\";i:2040;s:18:\"ipbreason-dropdown\";i:2041;s:13:\"ipb-hardblock\";i:2042;s:16:\"ipbcreateaccount\";i:2043;s:11:\"ipbemailban\";i:2044;s:18:\"ipbenableautoblock\";i:2045;s:9:\"ipbsubmit\";i:2046;s:8:\"ipbother\";i:2047;s:10:\"ipboptions\";i:2048;s:11:\"ipbhidename\";i:2049;s:12:\"ipbwatchuser\";i:2050;s:19:\"ipb-disableusertalk\";i:2051;s:16:\"ipb-change-block\";i:2052;s:11:\"ipb-confirm\";i:2053;s:12:\"ipb-sitewide\";i:2054;s:11:\"ipb-partial\";i:2055;s:15:\"ipb-pages-label\";i:2056;s:20:\"ipb-namespaces-label\";i:2057;s:12:\"badipaddress\";i:2058;s:17:\"blockipsuccesssub\";i:2059;s:18:\"blockipsuccesstext\";i:2060;s:16:\"ipb-blockingself\";i:2061;s:19:\"ipb-confirmhideuser\";i:2062;s:17:\"ipb-edit-dropdown\";i:2063;s:16:\"ipb-unblock-addr\";i:2064;s:11:\"ipb-unblock\";i:2065;s:13:\"ipb-blocklist\";i:2066;s:22:\"ipb-blocklist-contribs\";i:2067;s:13:\"block-actions\";i:2068;s:13:\"block-details\";i:2069;s:12:\"block-expiry\";i:2070;s:13:\"block-options\";i:2071;s:12:\"block-reason\";i:2072;s:12:\"block-target\";i:2073;s:9:\"unblockip\";i:2074;s:13:\"unblockiptext\";i:2075;s:9:\"ipusubmit\";i:2076;s:9:\"unblocked\";i:2077;s:15:\"unblocked-range\";i:2078;s:12:\"unblocked-id\";i:2079;s:9:\"blocklist\";i:2080;s:11:\"ipblocklist\";i:2081;s:18:\"ipblocklist-legend\";i:2082;s:20:\"blocklist-userblocks\";i:2083;s:20:\"blocklist-tempblocks\";i:2084;s:23:\"blocklist-addressblocks\";i:2085;s:27:\"blocklist-type-opt-sitewide\";i:2086;s:26:\"blocklist-type-opt-partial\";i:2087;s:21:\"blocklist-rangeblocks\";i:2088;s:19:\"blocklist-timestamp\";i:2089;s:16:\"blocklist-target\";i:2090;s:16:\"blocklist-expiry\";i:2091;s:12:\"blocklist-by\";i:2092;s:16:\"blocklist-params\";i:2093;s:16:\"blocklist-reason\";i:2094;s:18:\"ipblocklist-submit\";i:2095;s:22:\"ipblocklist-localblock\";i:2096;s:23:\"ipblocklist-otherblocks\";i:2097;s:13:\"infiniteblock\";i:2098;s:13:\"anononlyblock\";i:2099;s:16:\"noautoblockblock\";i:2100;s:18:\"createaccountblock\";i:2101;s:10:\"emailblock\";i:2102;s:20:\"blocklist-nousertalk\";i:2103;s:26:\"blocklist-editing-sitewide\";i:2104;s:22:\"blocklist-editing-page\";i:2105;s:20:\"blocklist-editing-ns\";i:2106;s:24:\"blocklist-editing-action\";i:2107;s:17:\"ipblocklist-empty\";i:2108;s:22:\"ipblocklist-no-results\";i:2109;s:9:\"blocklink\";i:2110;s:11:\"unblocklink\";i:2111;s:16:\"change-blocklink\";i:2112;s:12:\"contribslink\";i:2113;s:9:\"emaillink\";i:2114;s:11:\"autoblocker\";i:2115;s:12:\"blocklogpage\";i:2116;s:16:\"blocklog-showlog\";i:2117;s:24:\"blocklog-showsuppresslog\";i:2118;s:12:\"blocklogtext\";i:2119;s:24:\"block-log-flags-anononly\";i:2120;s:24:\"block-log-flags-nocreate\";i:2121;s:27:\"block-log-flags-noautoblock\";i:2122;s:23:\"block-log-flags-noemail\";i:2123;s:26:\"block-log-flags-nousertalk\";i:2124;s:31:\"block-log-flags-angry-autoblock\";i:2125;s:26:\"block-log-flags-hiddenname\";i:2126;s:20:\"range_block_disabled\";i:2127;s:18:\"ipb_expiry_invalid\";i:2128;s:15:\"ipb_expiry_temp\";i:2129;s:16:\"ipb_hide_invalid\";i:2130;s:19:\"ipb_already_blocked\";i:2131;s:15:\"ipb-needreblock\";i:2132;s:22:\"ipb-otherblocks-header\";i:2133;s:16:\"unblock-hideuser\";i:2134;s:16:\"ipb_cant_unblock\";i:2135;s:20:\"ipb_blocked_as_range\";i:2136;s:16:\"ip_range_invalid\";i:2137;s:17:\"ip_range_toolarge\";i:2138;s:12:\"proxyblocker\";i:2139;s:16:\"proxyblockreason\";i:2140;s:11:\"sorbsreason\";i:2141;s:27:\"sorbs_create_account_reason\";i:2142;s:14:\"xffblockreason\";i:2143;s:20:\"cant-see-hidden-user\";i:2144;s:10:\"ipbblocked\";i:2145;s:16:\"ipbnounblockself\";i:2146;s:6:\"lockdb\";i:2147;s:8:\"unlockdb\";i:2148;s:10:\"lockdbtext\";i:2149;s:12:\"unlockdbtext\";i:2150;s:11:\"lockconfirm\";i:2151;s:13:\"unlockconfirm\";i:2152;s:7:\"lockbtn\";i:2153;s:9:\"unlockbtn\";i:2154;s:13:\"locknoconfirm\";i:2155;s:16:\"lockdbsuccesssub\";i:2156;s:18:\"unlockdbsuccesssub\";i:2157;s:17:\"lockdbsuccesstext\";i:2158;s:19:\"unlockdbsuccesstext\";i:2159;s:19:\"lockfilenotwritable\";i:2160;s:17:\"databasenotlocked\";i:2161;s:15:\"lockedbyandtime\";i:2162;s:9:\"move-page\";i:2163;s:16:\"move-page-legend\";i:2164;s:12:\"movepagetext\";i:2165;s:28:\"movepagetext-noredirectfixer\";i:2166;s:16:\"movepagetalktext\";i:2167;s:20:\"moveuserpage-warning\";i:2168;s:15:\"movenologintext\";i:2169;s:14:\"movenotallowed\";i:2170;s:18:\"movenotallowedfile\";i:2171;s:19:\"cant-move-user-page\";i:2172;s:22:\"cant-move-to-user-page\";i:2173;s:8:\"newtitle\";i:2174;s:10:\"move-watch\";i:2175;s:11:\"movepagebtn\";i:2176;s:12:\"pagemovedsub\";i:2177;s:14:\"movepage-moved\";i:2178;s:23:\"movepage-moved-redirect\";i:2179;s:25:\"movepage-moved-noredirect\";i:2180;s:13:\"articleexists\";i:2181;s:23:\"cantmove-titleprotected\";i:2182;s:8:\"movetalk\";i:2183;s:13:\"move-subpages\";i:2184;s:18:\"move-talk-subpages\";i:2185;s:20:\"movepage-page-exists\";i:2186;s:19:\"movepage-page-moved\";i:2187;s:21:\"movepage-page-unmoved\";i:2188;s:18:\"movepage-max-pages\";i:2189;s:11:\"movelogpage\";i:2190;s:15:\"movelogpagetext\";i:2191;s:11:\"movesubpage\";i:2192;s:15:\"movesubpagetext\";i:2193;s:13:\"movenosubpage\";i:2194;s:10:\"movereason\";i:2195;s:10:\"revertmove\";i:2196;s:20:\"delete_and_move_text\";i:2197;s:23:\"delete_and_move_confirm\";i:2198;s:22:\"delete_and_move_reason\";i:2199;s:8:\"selfmove\";i:2200;s:25:\"immobile-source-namespace\";i:2201;s:25:\"immobile-target-namespace\";i:2202;s:28:\"immobile-target-namespace-iw\";i:2203;s:20:\"immobile-source-page\";i:2204;s:20:\"immobile-target-page\";i:2205;s:16:\"bad-target-model\";i:2206;s:21:\"imagenocrossnamespace\";i:2207;s:27:\"nonfile-cannot-move-to-file\";i:2208;s:17:\"imagetypemismatch\";i:2209;s:20:\"imageinvalidfilename\";i:2210;s:20:\"fix-double-redirects\";i:2211;s:19:\"move-leave-redirect\";i:2212;s:24:\"protectedpagemovewarning\";i:2213;s:28:\"semiprotectedpagemovewarning\";i:2214;s:20:\"move-over-sharedrepo\";i:2215;s:22:\"file-exists-sharedrepo\";i:2216;s:6:\"export\";i:2217;s:10:\"exporttext\";i:2218;s:9:\"exportall\";i:2219;s:13:\"exportcuronly\";i:2220;s:15:\"exportnohistory\";i:2221;s:17:\"exportlistauthors\";i:2222;s:13:\"export-submit\";i:2223;s:17:\"export-addcattext\";i:2224;s:13:\"export-addcat\";i:2225;s:16:\"export-addnstext\";i:2226;s:12:\"export-addns\";i:2227;s:15:\"export-download\";i:2228;s:16:\"export-templates\";i:2229;s:16:\"export-pagelinks\";i:2230;s:11:\"allmessages\";i:2231;s:15:\"allmessagesname\";i:2232;s:18:\"allmessagesdefault\";i:2233;s:18:\"allmessagescurrent\";i:2234;s:15:\"allmessagestext\";i:2235;s:34:\"allmessages-not-supported-database\";i:2236;s:25:\"allmessages-filter-legend\";i:2237;s:18:\"allmessages-filter\";i:2238;s:29:\"allmessages-filter-unmodified\";i:2239;s:22:\"allmessages-filter-all\";i:2240;s:27:\"allmessages-filter-modified\";i:2241;s:18:\"allmessages-prefix\";i:2242;s:20:\"allmessages-language\";i:2243;s:25:\"allmessages-filter-submit\";i:2244;s:28:\"allmessages-filter-translate\";i:2245;s:14:\"thumbnail-more\";i:2246;s:11:\"filemissing\";i:2247;s:15:\"thumbnail_error\";i:2248;s:22:\"thumbnail_error_remote\";i:2249;s:15:\"djvu_page_error\";i:2250;s:21:\"thumbnail-temp-create\";i:2251;s:21:\"thumbnail-dest-create\";i:2252;s:24:\"thumbnail_invalid_params\";i:2253;s:24:\"thumbnail_dest_directory\";i:2254;s:20:\"thumbnail_image-type\";i:2255;s:20:\"thumbnail_gd-library\";i:2256;s:23:\"thumbnail_image-missing\";i:2257;s:6:\"import\";i:2258;s:15:\"importinterwiki\";i:2259;s:21:\"import-interwiki-text\";i:2260;s:27:\"import-interwiki-sourcewiki\";i:2261;s:27:\"import-interwiki-sourcepage\";i:2262;s:24:\"import-interwiki-history\";i:2263;s:26:\"import-interwiki-templates\";i:2264;s:23:\"import-interwiki-submit\";i:2265;s:22:\"import-upload-filename\";i:2266;s:14:\"import-comment\";i:2267;s:10:\"importtext\";i:2268;s:11:\"importstart\";i:2269;s:21:\"import-revision-count\";i:2270;s:13:\"importnopages\";i:2271;s:20:\"imported-log-entries\";i:2272;s:12:\"importfailed\";i:2273;s:19:\"importunknownsource\";i:2274;s:14:\"importcantopen\";i:2275;s:18:\"importbadinterwiki\";i:2276;s:13:\"importsuccess\";i:2277;s:15:\"importnosources\";i:2278;s:12:\"importnofile\";i:2279;s:21:\"importuploaderrorsize\";i:2280;s:24:\"importuploaderrorpartial\";i:2281;s:21:\"importuploaderrortemp\";i:2282;s:20:\"import-parse-failure\";i:2283;s:16:\"import-noarticle\";i:2284;s:21:\"import-nonewrevisions\";i:2285;s:16:\"xml-error-string\";i:2286;s:13:\"import-upload\";i:2287;s:21:\"import-token-mismatch\";i:2288;s:24:\"import-invalid-interwiki\";i:2289;s:17:\"import-error-edit\";i:2290;s:22:\"import-error-interwiki\";i:2291;s:20:\"import-error-special\";i:2292;s:20:\"import-error-invalid\";i:2293;s:24:\"import-error-unserialize\";i:2294;s:20:\"import-options-wrong\";i:2295;s:23:\"import-rootpage-invalid\";i:2296;s:25:\"import-rootpage-nosubpage\";i:2297;s:13:\"importlogpage\";i:2298;s:17:\"importlogpagetext\";i:2299;s:29:\"import-logentry-upload-detail\";i:2300;s:32:\"import-logentry-interwiki-detail\";i:2301;s:14:\"javascripttest\";i:2302;s:26:\"javascripttest-qunit-intro\";i:2303;s:19:\"tooltip-pt-userpage\";i:2304;s:23:\"tooltip-pt-anonuserpage\";i:2305;s:17:\"tooltip-pt-mytalk\";i:2306;s:19:\"tooltip-pt-anontalk\";i:2307;s:22:\"tooltip-pt-preferences\";i:2308;s:20:\"tooltip-pt-watchlist\";i:2309;s:20:\"tooltip-pt-mycontris\";i:2310;s:16:\"tooltip-pt-login\";i:2311;s:17:\"tooltip-pt-logout\";i:2312;s:24:\"tooltip-pt-createaccount\";i:2313;s:15:\"tooltip-ca-talk\";i:2314;s:15:\"tooltip-ca-edit\";i:2315;s:21:\"tooltip-ca-addsection\";i:2316;s:21:\"tooltip-ca-viewsource\";i:2317;s:18:\"tooltip-ca-history\";i:2318;s:18:\"tooltip-ca-protect\";i:2319;s:20:\"tooltip-ca-unprotect\";i:2320;s:17:\"tooltip-ca-delete\";i:2321;s:19:\"tooltip-ca-undelete\";i:2322;s:15:\"tooltip-ca-move\";i:2323;s:16:\"tooltip-ca-watch\";i:2324;s:18:\"tooltip-ca-unwatch\";i:2325;s:14:\"tooltip-search\";i:2326;s:17:\"tooltip-search-go\";i:2327;s:23:\"tooltip-search-fulltext\";i:2328;s:14:\"tooltip-p-logo\";i:2329;s:18:\"tooltip-n-mainpage\";i:2330;s:30:\"tooltip-n-mainpage-description\";i:2331;s:16:\"tooltip-n-portal\";i:2332;s:23:\"tooltip-n-currentevents\";i:2333;s:23:\"tooltip-n-recentchanges\";i:2334;s:20:\"tooltip-n-randompage\";i:2335;s:14:\"tooltip-n-help\";i:2336;s:23:\"tooltip-t-whatlinkshere\";i:2337;s:29:\"tooltip-t-recentchangeslinked\";i:2338;s:16:\"tooltip-feed-rss\";i:2339;s:17:\"tooltip-feed-atom\";i:2340;s:23:\"tooltip-t-contributions\";i:2341;s:19:\"tooltip-t-emailuser\";i:2342;s:16:\"tooltip-t-upload\";i:2343;s:22:\"tooltip-t-specialpages\";i:2344;s:15:\"tooltip-t-print\";i:2345;s:19:\"tooltip-t-permalink\";i:2346;s:21:\"tooltip-ca-nstab-main\";i:2347;s:21:\"tooltip-ca-nstab-user\";i:2348;s:22:\"tooltip-ca-nstab-media\";i:2349;s:24:\"tooltip-ca-nstab-special\";i:2350;s:24:\"tooltip-ca-nstab-project\";i:2351;s:22:\"tooltip-ca-nstab-image\";i:2352;s:26:\"tooltip-ca-nstab-mediawiki\";i:2353;s:25:\"tooltip-ca-nstab-template\";i:2354;s:21:\"tooltip-ca-nstab-help\";i:2355;s:25:\"tooltip-ca-nstab-category\";i:2356;s:17:\"tooltip-minoredit\";i:2357;s:12:\"tooltip-save\";i:2358;s:15:\"tooltip-preview\";i:2359;s:12:\"tooltip-diff\";i:2360;s:31:\"tooltip-compareselectedversions\";i:2361;s:13:\"tooltip-watch\";i:2362;s:35:\"tooltip-watchlistedit-normal-submit\";i:2363;s:32:\"tooltip-watchlistedit-raw-submit\";i:2364;s:16:\"tooltip-recreate\";i:2365;s:14:\"tooltip-upload\";i:2366;s:16:\"tooltip-rollback\";i:2367;s:12:\"tooltip-undo\";i:2368;s:24:\"tooltip-preferences-save\";i:2369;s:15:\"tooltip-summary\";i:2370;s:24:\"interlanguage-link-title\";i:2371;s:10:\"common.css\";i:2372;s:9:\"anonymous\";i:2373;s:8:\"siteuser\";i:2374;s:8:\"anonuser\";i:2375;s:16:\"lastmodifiedatby\";i:2376;s:13:\"othercontribs\";i:2377;s:6:\"others\";i:2378;s:9:\"siteusers\";i:2379;s:9:\"anonusers\";i:2380;s:11:\"creditspage\";i:2381;s:9:\"nocredits\";i:2382;s:19:\"spamprotectiontitle\";i:2383;s:18:\"spamprotectiontext\";i:2384;s:19:\"spamprotectionmatch\";i:2385;s:16:\"spambot_username\";i:2386;s:14:\"spam_reverting\";i:2387;s:13:\"spam_blanking\";i:2388;s:13:\"spam_deleting\";i:2389;s:20:\"simpleantispam-label\";i:2390;s:14:\"pageinfo-title\";i:2391;s:20:\"pageinfo-not-current\";i:2392;s:21:\"pageinfo-header-basic\";i:2393;s:21:\"pageinfo-header-edits\";i:2394;s:28:\"pageinfo-header-restrictions\";i:2395;s:26:\"pageinfo-header-properties\";i:2396;s:22:\"pageinfo-display-title\";i:2397;s:21:\"pageinfo-default-sort\";i:2398;s:15:\"pageinfo-length\";i:2399;s:19:\"pageinfo-article-id\";i:2400;s:17:\"pageinfo-language\";i:2401;s:22:\"pageinfo-content-model\";i:2402;s:29:\"pageinfo-content-model-change\";i:2403;s:21:\"pageinfo-robot-policy\";i:2404;s:20:\"pageinfo-robot-index\";i:2405;s:22:\"pageinfo-robot-noindex\";i:2406;s:17:\"pageinfo-watchers\";i:2407;s:21:\"pageinfo-few-watchers\";i:2408;s:23:\"pageinfo-redirects-name\";i:2409;s:22:\"pageinfo-subpages-name\";i:2410;s:23:\"pageinfo-subpages-value\";i:2411;s:18:\"pageinfo-firstuser\";i:2412;s:18:\"pageinfo-firsttime\";i:2413;s:17:\"pageinfo-lastuser\";i:2414;s:17:\"pageinfo-lasttime\";i:2415;s:14:\"pageinfo-edits\";i:2416;s:16:\"pageinfo-authors\";i:2417;s:21:\"pageinfo-recent-edits\";i:2418;s:23:\"pageinfo-recent-authors\";i:2419;s:20:\"pageinfo-magic-words\";i:2420;s:26:\"pageinfo-hidden-categories\";i:2421;s:18:\"pageinfo-templates\";i:2422;s:22:\"pageinfo-transclusions\";i:2423;s:20:\"pageinfo-toolboxlink\";i:2424;s:20:\"pageinfo-redirectsto\";i:2425;s:25:\"pageinfo-redirectsto-info\";i:2426;s:20:\"pageinfo-contentpage\";i:2427;s:24:\"pageinfo-contentpage-yes\";i:2428;s:26:\"pageinfo-protect-cascading\";i:2429;s:30:\"pageinfo-protect-cascading-yes\";i:2430;s:31:\"pageinfo-protect-cascading-from\";i:2431;s:22:\"pageinfo-category-info\";i:2432;s:23:\"pageinfo-category-pages\";i:2433;s:25:\"pageinfo-category-subcats\";i:2434;s:23:\"pageinfo-category-files\";i:2435;s:19:\"markaspatrolleddiff\";i:2436;s:19:\"markaspatrolledtext\";i:2437;s:17:\"markedaspatrolled\";i:2438;s:21:\"markedaspatrolledtext\";i:2439;s:16:\"rcpatroldisabled\";i:2440;s:20:\"rcpatroldisabledtext\";i:2441;s:22:\"markedaspatrollederror\";i:2442;s:26:\"markedaspatrollederrortext\";i:2443;s:35:\"markedaspatrollederror-noautopatrol\";i:2444;s:23:\"markedaspatrollednotify\";i:2445;s:15:\"patrol-log-page\";i:2446;s:17:\"patrol-log-header\";i:2447;s:28:\"confirm-markpatrolled-button\";i:2448;s:15:\"deletedrevision\";i:2449;s:21:\"filedeleteerror-short\";i:2450;s:20:\"filedeleteerror-long\";i:2451;s:18:\"filedelete-missing\";i:2452;s:27:\"filedelete-old-unregistered\";i:2453;s:31:\"filedelete-current-unregistered\";i:2454;s:28:\"filedelete-archive-read-only\";i:2455;s:12:\"previousdiff\";i:2456;s:8:\"nextdiff\";i:2457;s:12:\"mediawarning\";i:2458;s:12:\"imagemaxsize\";i:2459;s:9:\"thumbsize\";i:2460;s:15:\"widthheightpage\";i:2461;s:9:\"file-info\";i:2462;s:14:\"file-info-size\";i:2463;s:20:\"file-info-size-pages\";i:2464;s:12:\"file-nohires\";i:2465;s:13:\"svg-long-desc\";i:2466;s:22:\"svg-long-desc-animated\";i:2467;s:14:\"svg-long-error\";i:2468;s:14:\"show-big-image\";i:2469;s:22:\"show-big-image-preview\";i:2470;s:20:\"show-big-image-other\";i:2471;s:19:\"show-big-image-size\";i:2472;s:20:\"file-info-gif-looped\";i:2473;s:20:\"file-info-gif-frames\";i:2474;s:20:\"file-info-png-looped\";i:2475;s:20:\"file-info-png-repeat\";i:2476;s:20:\"file-info-png-frames\";i:2477;s:23:\"file-no-thumb-animation\";i:2478;s:27:\"file-no-thumb-animation-gif\";i:2479;s:9:\"newimages\";i:2480;s:13:\"imagelisttext\";i:2481;s:17:\"newimages-summary\";i:2482;s:16:\"newimages-legend\";i:2483;s:18:\"newimages-showbots\";i:2484;s:8:\"noimages\";i:2485;s:24:\"gallery-slideshow-toggle\";i:2486;s:8:\"ilsubmit\";i:2487;s:6:\"bydate\";i:2488;s:21:\"sp-newimages-showfrom\";i:2489;s:7:\"seconds\";i:2490;s:7:\"minutes\";i:2491;s:5:\"hours\";i:2492;s:4:\"days\";i:2493;s:5:\"weeks\";i:2494;s:6:\"months\";i:2495;s:5:\"years\";i:2496;s:3:\"ago\";i:2497;s:8:\"just-now\";i:2498;s:9:\"hours-ago\";i:2499;s:11:\"minutes-ago\";i:2500;s:11:\"seconds-ago\";i:2501;s:9:\"monday-at\";i:2502;s:10:\"tuesday-at\";i:2503;s:12:\"wednesday-at\";i:2504;s:11:\"thursday-at\";i:2505;s:9:\"friday-at\";i:2506;s:11:\"saturday-at\";i:2507;s:9:\"sunday-at\";i:2508;s:12:\"yesterday-at\";i:2509;s:14:\"bad_image_list\";i:2510;s:8:\"metadata\";i:2511;s:13:\"metadata-help\";i:2512;s:15:\"metadata-expand\";i:2513;s:17:\"metadata-collapse\";i:2514;s:15:\"metadata-fields\";i:2515;s:13:\"namespacesall\";i:2516;s:9:\"monthsall\";i:2517;s:12:\"confirmemail\";i:2518;s:20:\"confirmemail_noemail\";i:2519;s:17:\"confirmemail_text\";i:2520;s:20:\"confirmemail_pending\";i:2521;s:17:\"confirmemail_send\";i:2522;s:17:\"confirmemail_sent\";i:2523;s:21:\"confirmemail_oncreate\";i:2524;s:23:\"confirmemail_sendfailed\";i:2525;s:20:\"confirmemail_invalid\";i:2526;s:22:\"confirmemail_needlogin\";i:2527;s:20:\"confirmemail_success\";i:2528;s:21:\"confirmemail_loggedin\";i:2529;s:20:\"confirmemail_subject\";i:2530;s:17:\"confirmemail_body\";i:2531;s:25:\"confirmemail_body_changed\";i:2532;s:21:\"confirmemail_body_set\";i:2533;s:24:\"confirmemail_invalidated\";i:2534;s:15:\"invalidateemail\";i:2535;s:23:\"scarytranscludedisabled\";i:2536;s:21:\"scarytranscludefailed\";i:2537;s:32:\"scarytranscludefailed-httpstatus\";i:2538;s:22:\"scarytranscludetoolong\";i:2539;s:19:\"deletedwhileediting\";i:2540;s:15:\"confirmrecreate\";i:2541;s:24:\"confirmrecreate-noreason\";i:2542;s:8:\"recreate\";i:2543;s:19:\"confirm-purge-title\";i:2544;s:20:\"confirm_purge_button\";i:2545;s:17:\"confirm-purge-top\";i:2546;s:20:\"confirm-purge-bottom\";i:2547;s:20:\"confirm-watch-button\";i:2548;s:17:\"confirm-watch-top\";i:2549;s:22:\"confirm-unwatch-button\";i:2550;s:19:\"confirm-unwatch-top\";i:2551;s:23:\"confirm-rollback-button\";i:2552;s:15:\"quotation-marks\";i:2553;s:16:\"imgmultipageprev\";i:2554;s:16:\"imgmultipagenext\";i:2555;s:10:\"imgmultigo\";i:2556;s:12:\"imgmultigoto\";i:2557;s:16:\"img-lang-default\";i:2558;s:11:\"img-lang-go\";i:2559;s:16:\"table_pager_next\";i:2560;s:16:\"table_pager_prev\";i:2561;s:17:\"table_pager_first\";i:2562;s:16:\"table_pager_last\";i:2563;s:17:\"table_pager_limit\";i:2564;s:23:\"table_pager_limit_label\";i:2565;s:24:\"table_pager_limit_submit\";i:2566;s:17:\"table_pager_empty\";i:2567;s:14:\"autosumm-blank\";i:2568;s:16:\"autosumm-replace\";i:2569;s:16:\"autoredircomment\";i:2570;s:12:\"autosumm-new\";i:2571;s:17:\"autosumm-newblank\";i:2572;s:10:\"size-bytes\";i:2573;s:14:\"size-kilobytes\";i:2574;s:14:\"size-megabytes\";i:2575;s:14:\"size-gigabytes\";i:2576;s:15:\"lag-warn-normal\";i:2577;s:13:\"lag-warn-high\";i:2578;s:26:\"watchlistedit-normal-title\";i:2579;s:27:\"watchlistedit-normal-legend\";i:2580;s:28:\"watchlistedit-normal-explain\";i:2581;s:27:\"watchlistedit-normal-submit\";i:2582;s:25:\"watchlistedit-normal-done\";i:2583;s:23:\"watchlistedit-raw-title\";i:2584;s:24:\"watchlistedit-raw-legend\";i:2585;s:25:\"watchlistedit-raw-explain\";i:2586;s:24:\"watchlistedit-raw-titles\";i:2587;s:24:\"watchlistedit-raw-submit\";i:2588;s:22:\"watchlistedit-raw-done\";i:2589;s:23:\"watchlistedit-raw-added\";i:2590;s:25:\"watchlistedit-raw-removed\";i:2591;s:26:\"watchlistedit-clear-titles\";i:2592;s:24:\"watchlistedit-clear-done\";i:2593;s:27:\"watchlistedit-clear-removed\";i:2594;s:20:\"watchlisttools-clear\";i:2595;s:19:\"watchlisttools-view\";i:2596;s:19:\"watchlisttools-edit\";i:2597;s:18:\"watchlisttools-raw\";i:2598;s:9:\"signature\";i:2599;s:14:\"timezone-local\";i:2600;s:21:\"duplicate-defaultsort\";i:2601;s:7:\"version\";i:2602;s:18:\"version-extensions\";i:2603;s:13:\"version-skins\";i:2604;s:20:\"version-specialpages\";i:2605;s:19:\"version-parserhooks\";i:2606;s:17:\"version-variables\";i:2607;s:16:\"version-antispam\";i:2608;s:13:\"version-other\";i:2609;s:21:\"version-mediahandlers\";i:2610;s:13:\"version-hooks\";i:2611;s:28:\"version-parser-extensiontags\";i:2612;s:29:\"version-parser-function-hooks\";i:2613;s:17:\"version-hook-name\";i:2614;s:25:\"version-hook-subscribedby\";i:2615;s:19:\"version-no-ext-name\";i:2616;s:15:\"version-license\";i:2617;s:19:\"version-ext-license\";i:2618;s:26:\"version-ext-colheader-name\";i:2619;s:27:\"version-skin-colheader-name\";i:2620;s:29:\"version-ext-colheader-version\";i:2621;s:29:\"version-ext-colheader-license\";i:2622;s:33:\"version-ext-colheader-description\";i:2623;s:29:\"version-ext-colheader-credits\";i:2624;s:21:\"version-license-title\";i:2625;s:21:\"version-credits-title\";i:2626;s:25:\"version-poweredby-credits\";i:2627;s:24:\"version-poweredby-others\";i:2628;s:29:\"version-poweredby-translators\";i:2629;s:23:\"version-credits-summary\";i:2630;s:20:\"version-license-info\";i:2631;s:16:\"version-software\";i:2632;s:24:\"version-software-product\";i:2633;s:24:\"version-software-version\";i:2634;s:19:\"version-entrypoints\";i:2635;s:37:\"version-entrypoints-header-entrypoint\";i:2636;s:30:\"version-entrypoints-header-url\";i:2637;s:25:\"version-libraries-library\";i:2638;s:25:\"version-libraries-version\";i:2639;s:25:\"version-libraries-license\";i:2640;s:29:\"version-libraries-description\";i:2641;s:25:\"version-libraries-authors\";i:2642;s:8:\"redirect\";i:2643;s:16:\"redirect-summary\";i:2644;s:15:\"redirect-submit\";i:2645;s:15:\"redirect-lookup\";i:2646;s:14:\"redirect-value\";i:2647;s:13:\"redirect-user\";i:2648;s:13:\"redirect-page\";i:2649;s:17:\"redirect-revision\";i:2650;s:13:\"redirect-file\";i:2651;s:19:\"redirect-not-exists\";i:2652;s:19:\"fileduplicatesearch\";i:2653;s:27:\"fileduplicatesearch-summary\";i:2654;s:28:\"fileduplicatesearch-filename\";i:2655;s:26:\"fileduplicatesearch-submit\";i:2656;s:24:\"fileduplicatesearch-info\";i:2657;s:28:\"fileduplicatesearch-result-1\";i:2658;s:28:\"fileduplicatesearch-result-n\";i:2659;s:29:\"fileduplicatesearch-noresults\";i:2660;s:12:\"specialpages\";i:2661;s:21:\"specialpages-note-top\";i:2662;s:28:\"specialpages-note-restricted\";i:2663;s:30:\"specialpages-group-maintenance\";i:2664;s:24:\"specialpages-group-other\";i:2665;s:24:\"specialpages-group-login\";i:2666;s:26:\"specialpages-group-changes\";i:2667;s:24:\"specialpages-group-media\";i:2668;s:24:\"specialpages-group-users\";i:2669;s:26:\"specialpages-group-highuse\";i:2670;s:24:\"specialpages-group-pages\";i:2671;s:28:\"specialpages-group-pagetools\";i:2672;s:23:\"specialpages-group-wiki\";i:2673;s:28:\"specialpages-group-redirects\";i:2674;s:23:\"specialpages-group-spam\";i:2675;s:28:\"specialpages-group-developer\";i:2676;s:9:\"blankpage\";i:2677;s:22:\"intentionallyblankpage\";i:2678;s:24:\"external_image_whitelist\";i:2679;s:4:\"tags\";i:2680;s:10:\"tag-filter\";i:2681;s:17:\"tag-filter-submit\";i:2682;s:16:\"tag-list-wrapper\";i:2683;s:15:\"tag-mw-reverted\";i:2684;s:10:\"tags-title\";i:2685;s:10:\"tags-intro\";i:2686;s:8:\"tags-tag\";i:2687;s:19:\"tags-display-header\";i:2688;s:23:\"tags-description-header\";i:2689;s:18:\"tags-source-header\";i:2690;s:18:\"tags-active-header\";i:2691;s:20:\"tags-hitcount-header\";i:2692;s:19:\"tags-actions-header\";i:2693;s:15:\"tags-active-yes\";i:2694;s:14:\"tags-active-no\";i:2695;s:16:\"tags-source-none\";i:2696;s:9:\"tags-edit\";i:2697;s:11:\"tags-delete\";i:2698;s:13:\"tags-activate\";i:2699;s:15:\"tags-deactivate\";i:2700;s:13:\"tags-hitcount\";i:2701;s:18:\"tags-create-reason\";i:2702;s:18:\"tags-create-submit\";i:2703;s:18:\"tags-delete-reason\";i:2704;s:20:\"tags-activate-reason\";i:2705;s:20:\"tags-activate-submit\";i:2706;s:22:\"tags-deactivate-reason\";i:2707;s:22:\"tags-deactivate-submit\";i:2708;s:28:\"tags-edit-existing-tags-none\";i:2709;s:16:\"tags-edit-reason\";i:2710;s:12:\"comparepages\";i:2711;s:13:\"compare-page1\";i:2712;s:13:\"compare-page2\";i:2713;s:12:\"compare-rev1\";i:2714;s:12:\"compare-rev2\";i:2715;s:14:\"compare-submit\";i:2716;s:27:\"compare-revision-not-exists\";i:2717;s:9:\"diff-form\";i:2718;s:16:\"diff-form-submit\";i:2719;s:13:\"permanentlink\";i:2720;s:20:\"permanentlink-submit\";i:2721;s:10:\"deletepage\";i:2722;s:5:\"purge\";i:2723;s:14:\"dberr-problems\";i:2724;s:11:\"dberr-again\";i:2725;s:10:\"dberr-info\";i:2726;s:17:\"dberr-info-hidden\";i:2727;s:22:\"htmlform-invalid-input\";i:2728;s:25:\"htmlform-select-badoption\";i:2729;s:20:\"htmlform-int-invalid\";i:2730;s:22:\"htmlform-float-invalid\";i:2731;s:19:\"htmlform-int-toolow\";i:2732;s:20:\"htmlform-int-toohigh\";i:2733;s:17:\"htmlform-required\";i:2734;s:15:\"htmlform-submit\";i:2735;s:14:\"htmlform-reset\";i:2736;s:28:\"htmlform-selectorother-other\";i:2737;s:11:\"htmlform-no\";i:2738;s:12:\"htmlform-yes\";i:2739;s:27:\"htmlform-chosen-placeholder\";i:2740;s:22:\"htmlform-cloner-create\";i:2741;s:22:\"htmlform-cloner-delete\";i:2742;s:24:\"htmlform-cloner-required\";i:2743;s:25:\"htmlform-date-placeholder\";i:2744;s:25:\"htmlform-time-placeholder\";i:2745;s:29:\"htmlform-datetime-placeholder\";i:2746;s:27:\"htmlform-title-badnamespace\";i:2747;s:28:\"htmlform-title-not-creatable\";i:2748;s:25:\"htmlform-title-not-exists\";i:2749;s:24:\"htmlform-user-not-exists\";i:2750;s:23:\"htmlform-user-not-valid\";i:2751;s:22:\"logentry-delete-delete\";i:2752;s:23:\"logentry-delete-restore\";i:2753;s:21:\"logentry-delete-event\";i:2754;s:24:\"logentry-delete-revision\";i:2755;s:28:\"logentry-delete-event-legacy\";i:2756;s:31:\"logentry-delete-revision-legacy\";i:2757;s:24:\"logentry-suppress-delete\";i:2758;s:23:\"logentry-suppress-event\";i:2759;s:26:\"logentry-suppress-revision\";i:2760;s:30:\"logentry-suppress-event-legacy\";i:2761;s:33:\"logentry-suppress-revision-legacy\";i:2762;s:21:\"revdelete-content-hid\";i:2763;s:21:\"revdelete-summary-hid\";i:2764;s:19:\"revdelete-uname-hid\";i:2765;s:23:\"revdelete-content-unhid\";i:2766;s:23:\"revdelete-summary-unhid\";i:2767;s:21:\"revdelete-uname-unhid\";i:2768;s:20:\"revdelete-restricted\";i:2769;s:22:\"revdelete-unrestricted\";i:2770;s:18:\"logentry-move-move\";i:2771;s:29:\"logentry-move-move-noredirect\";i:2772;s:24:\"logentry-move-move_redir\";i:2773;s:35:\"logentry-move-move_redir-noredirect\";i:2774;s:22:\"logentry-patrol-patrol\";i:2775;s:27:\"logentry-patrol-patrol-auto\";i:2776;s:26:\"logentry-newusers-newusers\";i:2777;s:24:\"logentry-newusers-create\";i:2778;s:25:\"logentry-newusers-create2\";i:2779;s:25:\"logentry-newusers-byemail\";i:2780;s:28:\"logentry-newusers-autocreate\";i:2781;s:22:\"logentry-rights-rights\";i:2782;s:29:\"logentry-rights-rights-legacy\";i:2783;s:27:\"logentry-rights-autopromote\";i:2784;s:22:\"logentry-upload-upload\";i:2785;s:25:\"logentry-upload-overwrite\";i:2786;s:22:\"logentry-upload-revert\";i:2787;s:10:\"rightsnone\";i:2788;s:15:\"feedback-adding\";i:2789;s:13:\"feedback-back\";i:2790;s:17:\"feedback-bugcheck\";i:2791;s:15:\"feedback-bugnew\";i:2792;s:18:\"feedback-bugornote\";i:2793;s:15:\"feedback-cancel\";i:2794;s:14:\"feedback-close\";i:2795;s:15:\"feedback-error1\";i:2796;s:16:\"feedback-message\";i:2797;s:16:\"feedback-subject\";i:2798;s:15:\"feedback-submit\";i:2799;s:15:\"feedback-thanks\";i:2800;s:21:\"feedback-thanks-title\";i:2801;s:20:\"searchsuggest-search\";i:2802;s:24:\"searchsuggest-containing\";i:2803;s:28:\"api-clientside-error-timeout\";i:2804;s:18:\"api-error-badtoken\";i:2805;s:19:\"api-error-emptypage\";i:2806;s:23:\"api-error-publishfailed\";i:2807;s:21:\"api-error-stashfailed\";i:2808;s:25:\"api-error-unknown-warning\";i:2809;s:22:\"api-error-unknownerror\";i:2810;s:16:\"duration-seconds\";i:2811;s:16:\"duration-minutes\";i:2812;s:14:\"duration-hours\";i:2813;s:13:\"duration-days\";i:2814;s:14:\"duration-weeks\";i:2815;s:14:\"duration-years\";i:2816;s:16:\"duration-decades\";i:2817;s:18:\"duration-centuries\";i:2818;s:18:\"duration-millennia\";i:2819;s:14:\"rotate-comment\";i:2820;s:17:\"limitreport-title\";i:2821;s:19:\"limitreport-cputime\";i:2822;s:25:\"limitreport-cputime-value\";i:2823;s:20:\"limitreport-walltime\";i:2824;s:26:\"limitreport-walltime-value\";i:2825;s:26:\"limitreport-ppvisitednodes\";i:2826;s:33:\"limitreport-postexpandincludesize\";i:2827;s:39:\"limitreport-postexpandincludesize-value\";i:2828;s:38:\"limitreport-templateargumentsize-value\";i:2829;s:26:\"limitreport-expansiondepth\";i:2830;s:15:\"expandtemplates\";i:2831;s:22:\"expand_templates_intro\";i:2832;s:22:\"expand_templates_title\";i:2833;s:22:\"expand_templates_input\";i:2834;s:23:\"expand_templates_output\";i:2835;s:27:\"expand_templates_xml_output\";i:2836;s:28:\"expand_templates_html_output\";i:2837;s:19:\"expand_templates_ok\";i:2838;s:32:\"expand_templates_remove_comments\";i:2839;s:30:\"expand_templates_remove_nowiki\";i:2840;s:29:\"expand_templates_generate_xml\";i:2841;s:33:\"expand_templates_generate_rawhtml\";i:2842;s:24:\"expand_templates_preview\";i:2843;s:12:\"pagelanguage\";i:2844;s:13:\"pagelang-name\";i:2845;s:17:\"pagelang-language\";i:2846;s:20:\"pagelang-use-default\";i:2847;s:20:\"pagelang-select-lang\";i:2848;s:15:\"pagelang-reason\";i:2849;s:15:\"pagelang-submit\";i:2850;s:25:\"pagelang-nonexistent-page\";i:2851;s:14:\"right-pagelang\";i:2852;s:17:\"log-name-pagelang\";i:2853;s:24:\"log-description-pagelang\";i:2854;s:26:\"logentry-pagelang-pagelang\";i:2855;s:35:\"default-skin-not-found-row-disabled\";i:2856;s:15:\"mediastatistics\";i:2857;s:22:\"mediastatistics-nbytes\";i:2858;s:30:\"mediastatistics-table-mimetype\";i:2859;s:32:\"mediastatistics-table-extensions\";i:2860;s:27:\"mediastatistics-table-count\";i:2861;s:32:\"mediastatistics-table-totalbytes\";i:2862;s:30:\"mediastatistics-header-unknown\";i:2863;s:28:\"mediastatistics-header-audio\";i:2864;s:28:\"mediastatistics-header-video\";i:2865;s:29:\"mediastatistics-header-office\";i:2866;s:27:\"mediastatistics-header-text\";i:2867;s:33:\"mediastatistics-header-executable\";i:2868;s:30:\"mediastatistics-header-archive\";i:2869;s:28:\"mediastatistics-header-total\";i:2870;s:17:\"json-error-syntax\";i:2871;s:21:\"headline-anchor-title\";i:2872;s:30:\"special-characters-group-latin\";i:2873;s:38:\"special-characters-group-latinextended\";i:2874;s:28:\"special-characters-group-ipa\";i:2875;s:32:\"special-characters-group-symbols\";i:2876;s:30:\"special-characters-group-greek\";i:2877;s:38:\"special-characters-group-greekextended\";i:2878;s:33:\"special-characters-group-cyrillic\";i:2879;s:31:\"special-characters-group-arabic\";i:2880;s:39:\"special-characters-group-arabicextended\";i:2881;s:32:\"special-characters-group-persian\";i:2882;s:31:\"special-characters-group-hebrew\";i:2883;s:31:\"special-characters-group-bangla\";i:2884;s:30:\"special-characters-group-tamil\";i:2885;s:31:\"special-characters-group-telugu\";i:2886;s:32:\"special-characters-group-sinhala\";i:2887;s:33:\"special-characters-group-gujarati\";i:2888;s:35:\"special-characters-group-devanagari\";i:2889;s:29:\"special-characters-group-thai\";i:2890;s:28:\"special-characters-group-lao\";i:2891;s:30:\"special-characters-group-khmer\";i:2892;s:31:\"special-characters-title-endash\";i:2893;s:31:\"special-characters-title-emdash\";i:2894;s:30:\"special-characters-title-minus\";i:2895;s:22:\"mw-widgets-abandonedit\";i:2896;s:30:\"mw-widgets-abandonedit-discard\";i:2897;s:27:\"mw-widgets-abandonedit-keep\";i:2898;s:28:\"mw-widgets-abandonedit-title\";i:2899;s:28:\"mw-widgets-dateinput-no-date\";i:2900;s:36:\"mw-widgets-dateinput-placeholder-day\";i:2901;s:38:\"mw-widgets-dateinput-placeholder-month\";i:2902;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:2903;s:32:\"mw-widgets-mediasearch-noresults\";i:2904;s:27:\"mw-widgets-table-row-delete\";i:2905;s:42:\"mw-widgets-titleinput-description-new-page\";i:2906;s:42:\"mw-widgets-titleinput-description-redirect\";i:2907;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:2908;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:2909;s:23:\"sessionprovider-generic\";i:2910;s:14:\"randomrootpage\";i:2911;s:21:\"log-action-filter-all\";i:2912;s:23:\"authmanager-email-label\";i:2913;s:22:\"authmanager-email-help\";i:2914;s:26:\"authmanager-realname-label\";i:2915;s:25:\"authmanager-realname-help\";i:2916;s:33:\"authprovider-resetpass-skip-label\";i:2917;s:43:\"specialpage-securitylevel-not-allowed-title\";i:2918;s:28:\"cannotauth-not-allowed-title\";i:2919;s:22:\"cannotauth-not-allowed\";i:2920;s:17:\"changecredentials\";i:2921;s:24:\"changecredentials-submit\";i:2922;s:25:\"changecredentials-success\";i:2923;s:17:\"removecredentials\";i:2924;s:24:\"removecredentials-submit\";i:2925;s:23:\"credentialsform-account\";i:2926;s:18:\"pagedata-bad-title\";i:2927;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:2928;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:2929;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:2930;s:22:\"skin-view-create-local\";i:2931;s:14:\"nstab-mainpage\";i:2932;s:20:\"skin-view-edit-local\";i:2933;s:19:\"skin-action-protect\";i:2934;s:20:\"skin-action-undelete\";i:2935;s:18:\"skin-action-delete\";i:2936;s:16:\"skin-action-move\";i:2937;s:15:\"exif-imagewidth\";i:2938;s:16:\"exif-imagelength\";i:2939;s:18:\"exif-bitspersample\";i:2940;s:16:\"exif-compression\";i:2941;s:30:\"exif-photometricinterpretation\";i:2942;s:16:\"exif-orientation\";i:2943;s:20:\"exif-samplesperpixel\";i:2944;s:24:\"exif-planarconfiguration\";i:2945;s:21:\"exif-ycbcrsubsampling\";i:2946;s:21:\"exif-ycbcrpositioning\";i:2947;s:16:\"exif-xresolution\";i:2948;s:16:\"exif-yresolution\";i:2949;s:17:\"exif-stripoffsets\";i:2950;s:17:\"exif-rowsperstrip\";i:2951;s:20:\"exif-stripbytecounts\";i:2952;s:26:\"exif-jpeginterchangeformat\";i:2953;s:32:\"exif-jpeginterchangeformatlength\";i:2954;s:15:\"exif-whitepoint\";i:2955;s:26:\"exif-primarychromaticities\";i:2956;s:22:\"exif-ycbcrcoefficients\";i:2957;s:24:\"exif-referenceblackwhite\";i:2958;s:13:\"exif-datetime\";i:2959;s:21:\"exif-imagedescription\";i:2960;s:9:\"exif-make\";i:2961;s:10:\"exif-model\";i:2962;s:13:\"exif-software\";i:2963;s:11:\"exif-artist\";i:2964;s:14:\"exif-copyright\";i:2965;s:16:\"exif-exifversion\";i:2966;s:20:\"exif-flashpixversion\";i:2967;s:15:\"exif-colorspace\";i:2968;s:28:\"exif-componentsconfiguration\";i:2969;s:27:\"exif-compressedbitsperpixel\";i:2970;s:20:\"exif-pixelxdimension\";i:2971;s:20:\"exif-pixelydimension\";i:2972;s:16:\"exif-usercomment\";i:2973;s:21:\"exif-relatedsoundfile\";i:2974;s:21:\"exif-datetimeoriginal\";i:2975;s:22:\"exif-datetimedigitized\";i:2976;s:15:\"exif-subsectime\";i:2977;s:23:\"exif-subsectimeoriginal\";i:2978;s:24:\"exif-subsectimedigitized\";i:2979;s:17:\"exif-exposuretime\";i:2980;s:24:\"exif-exposuretime-format\";i:2981;s:12:\"exif-fnumber\";i:2982;s:20:\"exif-exposureprogram\";i:2983;s:24:\"exif-spectralsensitivity\";i:2984;s:20:\"exif-isospeedratings\";i:2985;s:22:\"exif-shutterspeedvalue\";i:2986;s:18:\"exif-aperturevalue\";i:2987;s:20:\"exif-brightnessvalue\";i:2988;s:22:\"exif-exposurebiasvalue\";i:2989;s:21:\"exif-maxaperturevalue\";i:2990;s:20:\"exif-subjectdistance\";i:2991;s:17:\"exif-meteringmode\";i:2992;s:16:\"exif-lightsource\";i:2993;s:10:\"exif-flash\";i:2994;s:16:\"exif-focallength\";i:2995;s:16:\"exif-subjectarea\";i:2996;s:16:\"exif-flashenergy\";i:2997;s:26:\"exif-focalplanexresolution\";i:2998;s:26:\"exif-focalplaneyresolution\";i:2999;s:29:\"exif-focalplaneresolutionunit\";i:3000;s:20:\"exif-subjectlocation\";i:3001;s:18:\"exif-exposureindex\";i:3002;s:18:\"exif-sensingmethod\";i:3003;s:15:\"exif-filesource\";i:3004;s:14:\"exif-scenetype\";i:3005;s:19:\"exif-customrendered\";i:3006;s:17:\"exif-exposuremode\";i:3007;s:17:\"exif-whitebalance\";i:3008;s:21:\"exif-digitalzoomratio\";i:3009;s:26:\"exif-focallengthin35mmfilm\";i:3010;s:21:\"exif-scenecapturetype\";i:3011;s:16:\"exif-gaincontrol\";i:3012;s:13:\"exif-contrast\";i:3013;s:15:\"exif-saturation\";i:3014;s:14:\"exif-sharpness\";i:3015;s:29:\"exif-devicesettingdescription\";i:3016;s:25:\"exif-subjectdistancerange\";i:3017;s:18:\"exif-imageuniqueid\";i:3018;s:17:\"exif-gpsversionid\";i:3019;s:19:\"exif-gpslatituderef\";i:3020;s:16:\"exif-gpslatitude\";i:3021;s:20:\"exif-gpslongituderef\";i:3022;s:17:\"exif-gpslongitude\";i:3023;s:19:\"exif-gpsaltituderef\";i:3024;s:16:\"exif-gpsaltitude\";i:3025;s:17:\"exif-gpstimestamp\";i:3026;s:18:\"exif-gpssatellites\";i:3027;s:14:\"exif-gpsstatus\";i:3028;s:19:\"exif-gpsmeasuremode\";i:3029;s:11:\"exif-gpsdop\";i:3030;s:16:\"exif-gpsspeedref\";i:3031;s:13:\"exif-gpsspeed\";i:3032;s:16:\"exif-gpstrackref\";i:3033;s:13:\"exif-gpstrack\";i:3034;s:23:\"exif-gpsimgdirectionref\";i:3035;s:20:\"exif-gpsimgdirection\";i:3036;s:16:\"exif-gpsmapdatum\";i:3037;s:23:\"exif-gpsdestlatituderef\";i:3038;s:20:\"exif-gpsdestlatitude\";i:3039;s:24:\"exif-gpsdestlongituderef\";i:3040;s:21:\"exif-gpsdestlongitude\";i:3041;s:22:\"exif-gpsdestbearingref\";i:3042;s:19:\"exif-gpsdestbearing\";i:3043;s:23:\"exif-gpsdestdistanceref\";i:3044;s:20:\"exif-gpsdestdistance\";i:3045;s:24:\"exif-gpsprocessingmethod\";i:3046;s:23:\"exif-gpsareainformation\";i:3047;s:17:\"exif-gpsdatestamp\";i:3048;s:20:\"exif-gpsdifferential\";i:3049;s:20:\"exif-jpegfilecomment\";i:3050;s:13:\"exif-keywords\";i:3051;s:23:\"exif-worldregioncreated\";i:3052;s:19:\"exif-countrycreated\";i:3053;s:23:\"exif-countrycodecreated\";i:3054;s:27:\"exif-provinceorstatecreated\";i:3055;s:16:\"exif-citycreated\";i:3056;s:23:\"exif-sublocationcreated\";i:3057;s:20:\"exif-worldregiondest\";i:3058;s:16:\"exif-countrydest\";i:3059;s:20:\"exif-countrycodedest\";i:3060;s:24:\"exif-provinceorstatedest\";i:3061;s:13:\"exif-citydest\";i:3062;s:20:\"exif-sublocationdest\";i:3063;s:15:\"exif-objectname\";i:3064;s:24:\"exif-specialinstructions\";i:3065;s:13:\"exif-headline\";i:3066;s:11:\"exif-credit\";i:3067;s:11:\"exif-source\";i:3068;s:15:\"exif-editstatus\";i:3069;s:12:\"exif-urgency\";i:3070;s:22:\"exif-fixtureidentifier\";i:3071;s:17:\"exif-locationdest\";i:3072;s:21:\"exif-locationdestcode\";i:3073;s:16:\"exif-objectcycle\";i:3074;s:12:\"exif-contact\";i:3075;s:11:\"exif-writer\";i:3076;s:17:\"exif-languagecode\";i:3077;s:15:\"exif-iimversion\";i:3078;s:16:\"exif-iimcategory\";i:3079;s:28:\"exif-iimsupplementalcategory\";i:3080;s:20:\"exif-datetimeexpires\";i:3081;s:21:\"exif-datetimereleased\";i:3082;s:28:\"exif-originaltransmissionref\";i:3083;s:15:\"exif-identifier\";i:3084;s:9:\"exif-lens\";i:3085;s:17:\"exif-serialnumber\";i:3086;s:20:\"exif-cameraownername\";i:3087;s:10:\"exif-label\";i:3088;s:21:\"exif-datetimemetadata\";i:3089;s:13:\"exif-nickname\";i:3090;s:11:\"exif-rating\";i:3091;s:22:\"exif-rightscertificate\";i:3092;s:16:\"exif-copyrighted\";i:3093;s:19:\"exif-copyrightowner\";i:3094;s:15:\"exif-usageterms\";i:3095;s:17:\"exif-webstatement\";i:3096;s:23:\"exif-originaldocumentid\";i:3097;s:15:\"exif-licenseurl\";i:3098;s:23:\"exif-morepermissionsurl\";i:3099;s:19:\"exif-attributionurl\";i:3100;s:29:\"exif-preferredattributionname\";i:3101;s:19:\"exif-pngfilecomment\";i:3102;s:15:\"exif-disclaimer\";i:3103;s:19:\"exif-contentwarning\";i:3104;s:19:\"exif-giffilecomment\";i:3105;s:22:\"exif-intellectualgenre\";i:3106;s:20:\"exif-subjectnewscode\";i:3107;s:14:\"exif-scenecode\";i:3108;s:10:\"exif-event\";i:3109;s:24:\"exif-organisationinimage\";i:3110;s:18:\"exif-personinimage\";i:3111;s:24:\"exif-originalimageheight\";i:3112;s:23:\"exif-originalimagewidth\";i:3113;s:18:\"exif-compression-1\";i:3114;s:18:\"exif-compression-2\";i:3115;s:18:\"exif-compression-3\";i:3116;s:18:\"exif-compression-4\";i:3117;s:21:\"exif-copyrighted-true\";i:3118;s:22:\"exif-copyrighted-false\";i:3119;s:16:\"exif-unknowndate\";i:3120;s:18:\"exif-orientation-1\";i:3121;s:18:\"exif-orientation-2\";i:3122;s:18:\"exif-orientation-3\";i:3123;s:18:\"exif-orientation-4\";i:3124;s:18:\"exif-orientation-5\";i:3125;s:18:\"exif-orientation-6\";i:3126;s:18:\"exif-orientation-7\";i:3127;s:18:\"exif-orientation-8\";i:3128;s:26:\"exif-planarconfiguration-1\";i:3129;s:26:\"exif-planarconfiguration-2\";i:3130;s:21:\"exif-colorspace-65535\";i:3131;s:30:\"exif-componentsconfiguration-0\";i:3132;s:22:\"exif-exposureprogram-0\";i:3133;s:22:\"exif-exposureprogram-1\";i:3134;s:22:\"exif-exposureprogram-2\";i:3135;s:22:\"exif-exposureprogram-3\";i:3136;s:22:\"exif-exposureprogram-4\";i:3137;s:22:\"exif-exposureprogram-5\";i:3138;s:22:\"exif-exposureprogram-6\";i:3139;s:22:\"exif-exposureprogram-7\";i:3140;s:22:\"exif-exposureprogram-8\";i:3141;s:26:\"exif-subjectdistance-value\";i:3142;s:19:\"exif-meteringmode-0\";i:3143;s:19:\"exif-meteringmode-1\";i:3144;s:19:\"exif-meteringmode-2\";i:3145;s:19:\"exif-meteringmode-3\";i:3146;s:19:\"exif-meteringmode-4\";i:3147;s:19:\"exif-meteringmode-5\";i:3148;s:19:\"exif-meteringmode-6\";i:3149;s:21:\"exif-meteringmode-255\";i:3150;s:18:\"exif-lightsource-0\";i:3151;s:18:\"exif-lightsource-1\";i:3152;s:18:\"exif-lightsource-2\";i:3153;s:18:\"exif-lightsource-3\";i:3154;s:18:\"exif-lightsource-4\";i:3155;s:18:\"exif-lightsource-9\";i:3156;s:19:\"exif-lightsource-10\";i:3157;s:19:\"exif-lightsource-11\";i:3158;s:19:\"exif-lightsource-12\";i:3159;s:19:\"exif-lightsource-13\";i:3160;s:19:\"exif-lightsource-14\";i:3161;s:19:\"exif-lightsource-15\";i:3162;s:19:\"exif-lightsource-17\";i:3163;s:19:\"exif-lightsource-18\";i:3164;s:19:\"exif-lightsource-19\";i:3165;s:19:\"exif-lightsource-24\";i:3166;s:20:\"exif-lightsource-255\";i:3167;s:18:\"exif-flash-fired-0\";i:3168;s:18:\"exif-flash-fired-1\";i:3169;s:19:\"exif-flash-return-0\";i:3170;s:19:\"exif-flash-return-2\";i:3171;s:19:\"exif-flash-return-3\";i:3172;s:17:\"exif-flash-mode-1\";i:3173;s:17:\"exif-flash-mode-2\";i:3174;s:17:\"exif-flash-mode-3\";i:3175;s:21:\"exif-flash-function-1\";i:3176;s:19:\"exif-flash-redeye-1\";i:3177;s:31:\"exif-focalplaneresolutionunit-2\";i:3178;s:20:\"exif-sensingmethod-1\";i:3179;s:20:\"exif-sensingmethod-2\";i:3180;s:20:\"exif-sensingmethod-3\";i:3181;s:20:\"exif-sensingmethod-4\";i:3182;s:20:\"exif-sensingmethod-5\";i:3183;s:20:\"exif-sensingmethod-7\";i:3184;s:20:\"exif-sensingmethod-8\";i:3185;s:17:\"exif-filesource-3\";i:3186;s:16:\"exif-scenetype-1\";i:3187;s:21:\"exif-customrendered-0\";i:3188;s:21:\"exif-customrendered-1\";i:3189;s:19:\"exif-exposuremode-0\";i:3190;s:19:\"exif-exposuremode-1\";i:3191;s:19:\"exif-exposuremode-2\";i:3192;s:19:\"exif-whitebalance-0\";i:3193;s:19:\"exif-whitebalance-1\";i:3194;s:23:\"exif-scenecapturetype-0\";i:3195;s:23:\"exif-scenecapturetype-1\";i:3196;s:23:\"exif-scenecapturetype-2\";i:3197;s:23:\"exif-scenecapturetype-3\";i:3198;s:18:\"exif-gaincontrol-0\";i:3199;s:18:\"exif-gaincontrol-1\";i:3200;s:18:\"exif-gaincontrol-2\";i:3201;s:18:\"exif-gaincontrol-3\";i:3202;s:18:\"exif-gaincontrol-4\";i:3203;s:15:\"exif-contrast-0\";i:3204;s:15:\"exif-contrast-1\";i:3205;s:15:\"exif-contrast-2\";i:3206;s:17:\"exif-saturation-0\";i:3207;s:17:\"exif-saturation-1\";i:3208;s:17:\"exif-saturation-2\";i:3209;s:16:\"exif-sharpness-0\";i:3210;s:16:\"exif-sharpness-1\";i:3211;s:16:\"exif-sharpness-2\";i:3212;s:27:\"exif-subjectdistancerange-0\";i:3213;s:27:\"exif-subjectdistancerange-1\";i:3214;s:27:\"exif-subjectdistancerange-2\";i:3215;s:27:\"exif-subjectdistancerange-3\";i:3216;s:18:\"exif-gpslatitude-n\";i:3217;s:18:\"exif-gpslatitude-s\";i:3218;s:19:\"exif-gpslongitude-e\";i:3219;s:19:\"exif-gpslongitude-w\";i:3220;s:31:\"exif-gpsaltitude-above-sealevel\";i:3221;s:31:\"exif-gpsaltitude-below-sealevel\";i:3222;s:16:\"exif-gpsstatus-a\";i:3223;s:16:\"exif-gpsstatus-v\";i:3224;s:21:\"exif-gpsmeasuremode-2\";i:3225;s:21:\"exif-gpsmeasuremode-3\";i:3226;s:15:\"exif-gpsspeed-k\";i:3227;s:15:\"exif-gpsspeed-m\";i:3228;s:15:\"exif-gpsspeed-n\";i:3229;s:22:\"exif-gpsdestdistance-k\";i:3230;s:22:\"exif-gpsdestdistance-m\";i:3231;s:22:\"exif-gpsdestdistance-n\";i:3232;s:21:\"exif-gpsdop-excellent\";i:3233;s:16:\"exif-gpsdop-good\";i:3234;s:20:\"exif-gpsdop-moderate\";i:3235;s:16:\"exif-gpsdop-fair\";i:3236;s:16:\"exif-gpsdop-poor\";i:3237;s:18:\"exif-objectcycle-a\";i:3238;s:18:\"exif-objectcycle-p\";i:3239;s:18:\"exif-objectcycle-b\";i:3240;s:19:\"exif-gpsdirection-t\";i:3241;s:19:\"exif-gpsdirection-m\";i:3242;s:23:\"exif-ycbcrpositioning-1\";i:3243;s:23:\"exif-ycbcrpositioning-2\";i:3244;s:19:\"exif-dc-contributor\";i:3245;s:16:\"exif-dc-coverage\";i:3246;s:12:\"exif-dc-date\";i:3247;s:17:\"exif-dc-publisher\";i:3248;s:16:\"exif-dc-relation\";i:3249;s:14:\"exif-dc-rights\";i:3250;s:14:\"exif-dc-source\";i:3251;s:12:\"exif-dc-type\";i:3252;s:20:\"exif-rating-rejected\";i:3253;s:29:\"exif-isospeedratings-overflow\";i:3254;s:20:\"exif-iimcategory-ace\";i:3255;s:20:\"exif-iimcategory-clj\";i:3256;s:20:\"exif-iimcategory-dis\";i:3257;s:20:\"exif-iimcategory-fin\";i:3258;s:20:\"exif-iimcategory-edu\";i:3259;s:20:\"exif-iimcategory-evn\";i:3260;s:20:\"exif-iimcategory-hth\";i:3261;s:20:\"exif-iimcategory-hum\";i:3262;s:20:\"exif-iimcategory-lab\";i:3263;s:20:\"exif-iimcategory-lif\";i:3264;s:20:\"exif-iimcategory-pol\";i:3265;s:20:\"exif-iimcategory-rel\";i:3266;s:20:\"exif-iimcategory-sci\";i:3267;s:20:\"exif-iimcategory-soi\";i:3268;s:20:\"exif-iimcategory-spo\";i:3269;s:20:\"exif-iimcategory-war\";i:3270;s:20:\"exif-iimcategory-wea\";i:3271;s:19:\"exif-urgency-normal\";i:3272;s:16:\"exif-urgency-low\";i:3273;s:17:\"exif-urgency-high\";i:3274;s:18:\"exif-urgency-other\";i:3275;s:30:\"ooui-outline-control-move-down\";i:3276;s:28:\"ooui-outline-control-move-up\";i:3277;s:27:\"ooui-outline-control-remove\";i:3278;s:17:\"ooui-toolbar-more\";i:3279;s:21:\"ooui-toolgroup-expand\";i:3280;s:23:\"ooui-toolgroup-collapse\";i:3281;s:16:\"ooui-item-remove\";i:3282;s:26:\"ooui-dialog-message-accept\";i:3283;s:26:\"ooui-dialog-message-reject\";i:3284;s:25:\"ooui-dialog-process-error\";i:3285;s:27:\"ooui-dialog-process-dismiss\";i:3286;s:25:\"ooui-dialog-process-retry\";i:3287;s:28:\"ooui-dialog-process-continue\";i:3288;s:29:\"ooui-selectfile-button-select\";i:3289;s:29:\"ooui-selectfile-not-supported\";i:3290;s:27:\"ooui-selectfile-placeholder\";i:3291;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:3292;s:15:\"ooui-field-help\";i:3293;s:34:\"prefs-vector-enable-vector-1-label\";i:3294;s:14:\"vector-opt-out\";i:3295;s:28:\"vector-action-toggle-sidebar\";i:3296;s:16:\"vector-languages\";i:3297;s:33:\"vector-language-button-aria-label\";i:3298;s:28:\"vector-language-button-label\";i:3299;s:31:\"vector-no-language-button-label\";i:3300;s:36:\"vector-no-language-button-aria-label\";i:3301;s:31:\"vector-language-redirect-to-top\";i:3302;s:38:\"vector-language-variant-switcher-label\";i:3303;s:24:\"vector-action-addsection\";i:3304;s:20:\"vector-action-delete\";i:3305;s:18:\"vector-action-move\";i:3306;s:21:\"vector-action-protect\";i:3307;s:22:\"vector-action-undelete\";i:3308;s:23:\"vector-action-unprotect\";i:3309;s:18:\"vector-view-create\";i:3310;s:16:\"vector-view-edit\";i:3311;s:19:\"vector-view-history\";i:3312;s:16:\"vector-view-view\";i:3313;s:22:\"vector-view-viewsource\";i:3314;s:23:\"vector-jumptonavigation\";i:3315;s:19:\"vector-jumptosearch\";i:3316;s:20:\"vector-jumptocontent\";i:3317;s:19:\"vector-more-actions\";i:3318;s:20:\"vector-search-loader\";i:3319;s:31:\"vector-searchsuggest-containing\";i:3320;s:17:\"vector-intro-page\";i:3321;s:18:\"vector-toc-heading\";i:3322;s:32:\"vector-toc-toggle-position-title\";i:3323;s:20:\"vector-toc-beginning\";i:3324;s:30:\"vector-toc-toggle-button-label\";i:3325;s:27:\"vector-anon-user-menu-pages\";i:3326;s:33:\"vector-anon-user-menu-pages-learn\";i:3327;s:33:\"vector-anon-user-menu-pages-label\";i:3328;s:24:\"vector-main-menu-tooltip\";i:3329;s:23:\"vector-toc-menu-tooltip\";i:3330;s:35:\"vector-toc-collapsible-button-label\";i:3331;s:21:\"vector-site-nav-label\";i:3332;s:35:\"tooltip-vector-anon-user-menu-title\";i:3333;s:10:\"wikieditor\";i:3334;s:15:\"wikieditor-desc\";i:3335;s:23:\"wikieditor-wikitext-tab\";i:3336;s:18:\"wikieditor-loading\";i:3337;s:29:\"wikieditor-preview-preference\";i:3338;s:22:\"wikieditor-preview-tab\";i:3339;s:30:\"wikieditor-preview-changes-tab\";i:3340;s:26:\"wikieditor-preview-loading\";i:3341;s:29:\"wikieditor-publish-preference\";i:3342;s:33:\"wikieditor-publish-button-publish\";i:3343;s:32:\"wikieditor-publish-button-cancel\";i:3344;s:31:\"wikieditor-publish-dialog-title\";i:3345;s:33:\"wikieditor-publish-dialog-summary\";i:3346;s:31:\"wikieditor-publish-dialog-minor\";i:3347;s:31:\"wikieditor-publish-dialog-watch\";i:3348;s:33:\"wikieditor-publish-dialog-publish\";i:3349;s:32:\"wikieditor-publish-dialog-goback\";i:3350;s:18:\"wikieditor-toolbar\";i:3351;s:23:\"wikieditor-toolbar-desc\";i:3352;s:29:\"wikieditor-toolbar-preference\";i:3353;s:37:\"wikieditor-toolbar-dialogs-preference\";i:3354;s:26:\"wikieditor-toolbar-loading\";i:3355;s:28:\"wikieditor-toolbar-tool-bold\";i:3356;s:36:\"wikieditor-toolbar-tool-bold-example\";i:3357;s:30:\"wikieditor-toolbar-tool-italic\";i:3358;s:38:\"wikieditor-toolbar-tool-italic-example\";i:3359;s:29:\"wikieditor-toolbar-tool-ilink\";i:3360;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:3361;s:29:\"wikieditor-toolbar-tool-xlink\";i:3362;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:3363;s:28:\"wikieditor-toolbar-tool-link\";i:3364;s:34:\"wikieditor-toolbar-tool-link-title\";i:3365;s:32:\"wikieditor-toolbar-tool-link-int\";i:3366;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:3367;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:3368;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:3369;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:3370;s:32:\"wikieditor-toolbar-tool-link-ext\";i:3371;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:3372;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:3373;s:35:\"wikieditor-toolbar-tool-link-insert\";i:3374;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:3375;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:3376;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:3377;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:3378;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:3379;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:3380;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:3381;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:3382;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:3383;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:3384;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:3385;s:34:\"wikieditor-toolbar-tool-link-empty\";i:3386;s:28:\"wikieditor-toolbar-tool-file\";i:3387;s:36:\"wikieditor-toolbar-tool-file-example\";i:3388;s:34:\"wikieditor-toolbar-tool-file-title\";i:3389;s:30:\"wikieditor-toolbar-file-target\";i:3390;s:31:\"wikieditor-toolbar-file-caption\";i:3391;s:28:\"wikieditor-toolbar-file-size\";i:3392;s:29:\"wikieditor-toolbar-file-float\";i:3393;s:31:\"wikieditor-toolbar-file-default\";i:3394;s:30:\"wikieditor-toolbar-file-format\";i:3395;s:35:\"wikieditor-toolbar-file-format-none\";i:3396;s:35:\"wikieditor-toolbar-tool-file-insert\";i:3397;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:3398;s:33:\"wikieditor-toolbar-tool-reference\";i:3399;s:41:\"wikieditor-toolbar-tool-reference-example\";i:3400;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:3401;s:39:\"wikieditor-toolbar-tool-reference-title\";i:3402;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:3403;s:38:\"wikieditor-toolbar-tool-reference-text\";i:3404;s:33:\"wikieditor-toolbar-tool-signature\";i:3405;s:35:\"wikieditor-toolbar-section-advanced\";i:3406;s:31:\"wikieditor-toolbar-tool-heading\";i:3407;s:33:\"wikieditor-toolbar-tool-heading-1\";i:3408;s:33:\"wikieditor-toolbar-tool-heading-2\";i:3409;s:33:\"wikieditor-toolbar-tool-heading-3\";i:3410;s:33:\"wikieditor-toolbar-tool-heading-4\";i:3411;s:33:\"wikieditor-toolbar-tool-heading-5\";i:3412;s:39:\"wikieditor-toolbar-tool-heading-example\";i:3413;s:31:\"wikieditor-toolbar-group-format\";i:3414;s:29:\"wikieditor-toolbar-tool-ulist\";i:3415;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:3416;s:29:\"wikieditor-toolbar-tool-olist\";i:3417;s:37:\"wikieditor-toolbar-tool-olist-example\";i:3418;s:30:\"wikieditor-toolbar-tool-nowiki\";i:3419;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:3420;s:32:\"wikieditor-toolbar-tool-redirect\";i:3421;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:3422;s:27:\"wikieditor-toolbar-tool-big\";i:3423;s:35:\"wikieditor-toolbar-tool-big-example\";i:3424;s:29:\"wikieditor-toolbar-tool-small\";i:3425;s:37:\"wikieditor-toolbar-tool-small-example\";i:3426;s:35:\"wikieditor-toolbar-tool-superscript\";i:3427;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:3428;s:33:\"wikieditor-toolbar-tool-subscript\";i:3429;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:3430;s:31:\"wikieditor-toolbar-group-insert\";i:3431;s:31:\"wikieditor-toolbar-tool-gallery\";i:3432;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:3433;s:31:\"wikieditor-toolbar-tool-newline\";i:3434;s:29:\"wikieditor-toolbar-tool-table\";i:3435;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:3436;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:3437;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:3438;s:35:\"wikieditor-toolbar-tool-table-title\";i:3439;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:3440;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:3441;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:3442;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:3443;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:3444;s:37:\"wikieditor-toolbar-tool-table-example\";i:3445;s:37:\"wikieditor-toolbar-tool-table-preview\";i:3446;s:36:\"wikieditor-toolbar-tool-table-insert\";i:3447;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:3448;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:3449;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:3450;s:34:\"wikieditor-toolbar-tool-table-zero\";i:3451;s:31:\"wikieditor-toolbar-tool-replace\";i:3452;s:37:\"wikieditor-toolbar-tool-replace-title\";i:3453;s:38:\"wikieditor-toolbar-tool-replace-search\";i:3454;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:3455;s:36:\"wikieditor-toolbar-tool-replace-case\";i:3456;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:3457;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:3458;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:3459;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:3460;s:37:\"wikieditor-toolbar-tool-replace-close\";i:3461;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:3462;s:39:\"wikieditor-toolbar-tool-replace-success\";i:3463;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:3464;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:3465;s:37:\"wikieditor-toolbar-section-characters\";i:3466;s:31:\"wikieditor-toolbar-section-help\";i:3467;s:43:\"wikieditor-toolbar-help-heading-description\";i:3468;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:3469;s:38:\"wikieditor-toolbar-help-heading-result\";i:3470;s:35:\"wikieditor-toolbar-help-page-format\";i:3471;s:33:\"wikieditor-toolbar-help-page-link\";i:3472;s:36:\"wikieditor-toolbar-help-page-heading\";i:3473;s:33:\"wikieditor-toolbar-help-page-list\";i:3474;s:33:\"wikieditor-toolbar-help-page-file\";i:3475;s:38:\"wikieditor-toolbar-help-page-reference\";i:3476;s:39:\"wikieditor-toolbar-help-page-discussion\";i:3477;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:3478;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:3479;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:3480;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:3481;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:3482;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:3483;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:3484;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:3485;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:3486;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:3487;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:3488;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:3489;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:3490;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:3491;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:3492;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:3493;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:3494;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:3495;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:3496;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:3497;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:3498;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:3499;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:3500;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:3501;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:3502;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:3503;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:3504;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:3505;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:3506;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:3507;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:3508;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:3509;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:3510;s:48:\"wikieditor-toolbar-help-content-file-description\";i:3511;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:3512;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:3513;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:3514;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:3515;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:3516;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:3517;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:3518;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:3519;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:3520;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:3521;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:3522;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:3523;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:3524;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:3525;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:3526;s:30:\"syntaxhighlight-error-category\";i:3527;s:35:\"syntaxhighlight-error-category-desc\";i:3528;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:3529;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:3530;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:3531;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:3532;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:3533;s:38:\"syntaxhighlight-error-unknown-language\";i:3534;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:3535;s:48:\"mobile-frontend-account-create-email-placeholder\";i:3536;s:37:\"mobile-frontend-account-create-submit\";i:3537;s:25:\"mobile-frontend-app-title\";i:3538;s:38:\"mobile-frontend-back-to-top-of-section\";i:3539;s:34:\"mobile-frontend-categories-heading\";i:3540;s:37:\"mobile-frontend-categories-subheading\";i:3541;s:32:\"mobile-frontend-categories-nocat\";i:3542;s:30:\"mobile-frontend-categories-add\";i:3543;s:34:\"mobile-frontend-categories-nomatch\";i:3544;s:33:\"mobile-frontend-categories-nodata\";i:3545;s:34:\"mobile-frontend-categories-summary\";i:3546;s:30:\"mobile-frontend-changeslist-ip\";i:3547;s:37:\"mobile-frontend-changeslist-nocomment\";i:3548;s:25:\"mobile-frontend-copyright\";i:3549;s:20:\"mobile-frontend-desc\";i:3550;s:34:\"mobile-frontend-diffview-anonymous\";i:3551;s:35:\"mobile-frontend-diffview-bytesadded\";i:3552;s:38:\"mobile-frontend-diffview-bytesnochange\";i:3553;s:37:\"mobile-frontend-diffview-bytesremoved\";i:3554;s:34:\"mobile-frontend-diffview-editcount\";i:3555;s:34:\"mobile-frontend-diffview-explained\";i:3556;s:30:\"mobile-frontend-diffview-title\";i:3557;s:30:\"mobile-frontend-disable-images\";i:3558;s:36:\"mobile-frontend-dismiss-notification\";i:3559;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:3560;s:29:\"mobile-frontend-drawer-cancel\";i:3561;s:33:\"mobile-frontend-edit-login-action\";i:3562;s:27:\"mobile-frontend-editor-anon\";i:3563;s:34:\"mobile-frontend-editor-anonwarning\";i:3564;s:29:\"mobile-frontend-editor-cancel\";i:3565;s:37:\"mobile-frontend-editor-cancel-confirm\";i:3566;s:31:\"mobile-frontend-editor-continue\";i:3567;s:26:\"mobile-frontend-editor-cta\";i:3568;s:27:\"mobile-frontend-editor-edit\";i:3569;s:30:\"mobile-frontend-editor-editing\";i:3570;s:35:\"mobile-frontend-editor-editing-page\";i:3571;s:35:\"mobile-frontend-editor-keep-editing\";i:3572;s:32:\"mobile-frontend-editor-licensing\";i:3573;s:38:\"mobile-frontend-editor-previewing-page\";i:3574;s:27:\"mobile-frontend-editor-save\";i:3575;s:30:\"mobile-frontend-editor-success\";i:3576;s:42:\"mobile-frontend-editor-summary-placeholder\";i:3577;s:38:\"mobile-frontend-editor-summary-request\";i:3578;s:30:\"mobile-frontend-editor-summary\";i:3579;s:37:\"mobile-frontend-editor-switch-confirm\";i:3580;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:3581;s:27:\"mobile-frontend-editor-wait\";i:3582;s:36:\"mobile-frontend-editor-redlink-leave\";i:3583;s:38:\"mobile-frontend-editor-redlink-explain\";i:3584;s:37:\"mobile-frontend-editor-redlink-create\";i:3585;s:29:\"mobile-frontend-enable-images\";i:3586;s:32:\"mobile-frontend-fontchanger-link\";i:3587;s:32:\"mobile-frontend-featured-article\";i:3588;s:30:\"mobile-frontend-footer-contact\";i:3589;s:31:\"mobile-frontend-footer-sitename\";i:3590;s:29:\"mobile-frontend-generic-login\";i:3591;s:36:\"mobile-frontend-generic-login-action\";i:3592;s:37:\"mobile-frontend-generic-signup-action\";i:3593;s:23:\"mobile-frontend-history\";i:3594;s:27:\"mobile-frontend-home-button\";i:3595;s:29:\"mobile-frontend-images-status\";i:3596;s:40:\"mobile-frontend-language-article-heading\";i:3597;s:31:\"mobile-frontend-language-header\";i:3598;s:32:\"mobile-frontend-language-heading\";i:3599;s:36:\"mobile-frontend-language-site-choose\";i:3600;s:34:\"mobile-frontend-languages-404-desc\";i:3601;s:35:\"mobile-frontend-languages-404-title\";i:3602;s:32:\"mobile-frontend-languages-header\";i:3603;s:37:\"mobile-frontend-languages-header-page\";i:3604;s:43:\"mobile-frontend-languages-nonexistent-title\";i:3605;s:30:\"mobile-frontend-languages-text\";i:3606;s:34:\"mobile-frontend-last-modified-date\";i:3607;s:34:\"mobile-frontend-last-modified-days\";i:3608;s:35:\"mobile-frontend-last-modified-hours\";i:3609;s:38:\"mobile-frontend-last-modified-just-now\";i:3610;s:37:\"mobile-frontend-last-modified-minutes\";i:3611;s:36:\"mobile-frontend-last-modified-months\";i:3612;s:37:\"mobile-frontend-last-modified-seconds\";i:3613;s:44:\"mobile-frontend-last-modified-with-user-days\";i:3614;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:3615;s:46:\"mobile-frontend-last-modified-with-user-months\";i:3616;s:45:\"mobile-frontend-last-modified-with-user-years\";i:3617;s:35:\"mobile-frontend-last-modified-years\";i:3618;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:3619;s:44:\"mobile-frontend-logged-in-toast-notification\";i:3620;s:26:\"mobile-frontend-logged-out\";i:3621;s:21:\"mobile-frontend-login\";i:3622;s:25:\"mobile-frontend-main-menu\";i:3623;s:30:\"mobile-frontend-main-menu-back\";i:3624;s:40:\"mobile-frontend-main-menu-account-create\";i:3625;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:3626;s:34:\"mobile-frontend-main-menu-featured\";i:3627;s:31:\"mobile-frontend-main-menu-login\";i:3628;s:32:\"mobile-frontend-main-menu-logout\";i:3629;s:32:\"mobile-frontend-main-menu-nearby\";i:3630;s:36:\"mobile-frontend-main-menu-page-title\";i:3631;s:34:\"mobile-frontend-main-menu-settings\";i:3632;s:42:\"mobile-frontend-main-menu-settings-heading\";i:3633;s:35:\"mobile-frontend-main-menu-watchlist\";i:3634;s:29:\"mobile-frontend-media-details\";i:3635;s:34:\"mobile-frontend-media-license-link\";i:3636;s:29:\"mobile-frontend-missing-image\";i:3637;s:32:\"mobile-frontend-nearby-noresults\";i:3638;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:3639;s:28:\"mobile-frontend-nearby-title\";i:3640;s:26:\"mobile-frontend-news-items\";i:3641;s:30:\"mobile-frontend-opt-in-explain\";i:3642;s:29:\"mobile-frontend-overlay-close\";i:3643;s:33:\"mobile-frontend-page-menu-history\";i:3644;s:24:\"mobile-frontend-password\";i:3645;s:44:\"mobile-frontend-password-confirm-placeholder\";i:3646;s:36:\"mobile-frontend-password-placeholder\";i:3647;s:44:\"mobile-frontend-photo-upload-success-article\";i:3648;s:27:\"mobile-frontend-placeholder\";i:3649;s:33:\"mobile-frontend-privacy-link-text\";i:3650;s:40:\"mobile-frontend-profile-activity-heading\";i:3651;s:36:\"mobile-frontend-profile-footer-years\";i:3652;s:33:\"mobile-frontend-profile-last-edit\";i:3653;s:34:\"mobile-frontend-profile-last-thank\";i:3654;s:29:\"mobile-frontend-profile-title\";i:3655;s:37:\"mobile-frontend-profile-userpage-link\";i:3656;s:32:\"mobile-frontend-profile-usertalk\";i:3657;s:29:\"mobile-frontend-random-button\";i:3658;s:28:\"mobile-frontend-regular-site\";i:3659;s:29:\"mobile-frontend-save-settings\";i:3660;s:30:\"mobile-frontend-search-content\";i:3661;s:41:\"mobile-frontend-search-content-no-results\";i:3662;s:33:\"mobile-frontend-search-no-results\";i:3663;s:29:\"mobile-frontend-search-submit\";i:3664;s:39:\"mobile-frontend-settings-images-explain\";i:3665;s:29:\"mobile-frontend-settings-beta\";i:3666;s:37:\"mobile-frontend-sign-in-error-heading\";i:3667;s:31:\"mobile-frontend-sign-in-heading\";i:3668;s:31:\"mobile-frontend-sign-up-heading\";i:3669;s:26:\"mobile-frontend-talk-reply\";i:3670;s:34:\"mobile-frontend-talk-reply-success\";i:3671;s:26:\"mobile-frontend-terms-text\";i:3672;s:24:\"mobile-frontend-user-cta\";i:3673;s:24:\"mobile-frontend-username\";i:3674;s:36:\"mobile-frontend-username-placeholder\";i:3675;s:20:\"mobile-frontend-view\";i:3676;s:28:\"mobile-frontend-view-desktop\";i:3677;s:27:\"mobile-frontend-view-mobile\";i:3678;s:27:\"mobile-frontend-view-source\";i:3679;s:29:\"mobile-frontend-watchlist-cta\";i:3680;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:3681;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:3682;s:36:\"mobile-frontend-watchlist-filter-all\";i:3683;s:41:\"mobile-frontend-watchlist-filter-articles\";i:3684;s:38:\"mobile-frontend-watchlist-filter-other\";i:3685;s:37:\"mobile-frontend-watchlist-filter-talk\";i:3686;s:38:\"mobile-frontend-watchlist-login-action\";i:3687;s:30:\"mobile-frontend-watchlist-more\";i:3688;s:33:\"mobile-frontend-watchlist-purpose\";i:3689;s:39:\"mobile-frontend-watchlist-signup-action\";i:3690;s:36:\"mobile-frontend-quick-lookup-looking\";i:3691;s:6:\"nearby\";i:3692;s:15:\"tag-mobile_edit\";i:3693;s:19:\"tag-mobile_web_edit\";i:3694;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:3695;s:35:\"mobile-frontend-donate-button-label\";i:3696;s:31:\"mobile-frontend-loading-message\";i:3697;s:41:\"mobile-frontend-search-feedback-link-text\";i:3698;s:20:\"googleanalytics-desc\";i:3699;s:7:\"sidebar\";i:3700;s:18:\"pagecategorieslink\";i:3701;s:25:\"categoryviewer-pagedlinks\";i:3702;s:24:\"category-header-numerals\";i:3703;s:9:\"sitetitle\";i:3704;s:12:\"sitesubtitle\";i:3705;s:10:\"addsection\";i:3706;s:14:\"talkpageheader\";i:3707;s:22:\"view-pool-dirty-output\";i:3708;s:20:\"view-pool-contention\";i:3709;s:17:\"view-pool-timeout\";i:3710;s:12:\"edithelppage\";i:3711;s:8:\"helppage\";i:3712;s:14:\"mainpage-title\";i:3713;s:23:\"mainpage-title-loggedin\";i:3714;s:9:\"pagetitle\";i:3715;s:23:\"pagetitle-view-mainpage\";i:3716;s:16:\"backlinksubtitle\";i:3717;s:9:\"feed-atom\";i:3718;s:8:\"feed-rss\";i:3719;s:10:\"sitenotice\";i:3720;s:10:\"anonnotice\";i:3721;s:28:\"newsectionheaderdefaultlevel\";i:3722;s:10:\"nstab-talk\";i:3723;s:26:\"nonwrite-api-promise-error\";i:3724;s:22:\"title-invalid-relative\";i:3725;s:25:\"title-invalid-magic-tilde\";i:3726;s:22:\"title-invalid-too-long\";i:3727;s:18:\"translateinterface\";i:3728;s:17:\"sitejsonprotected\";i:3729;s:15:\"sitejsprotected\";i:3730;s:20:\"siterawhtmlprotected\";i:3731;s:21:\"mycustomjsonprotected\";i:3732;s:23:\"createacct-helpusername\";i:3733;s:24:\"createacct-username-help\";i:3734;s:11:\"loginprompt\";i:3735;s:18:\"userlogout-summary\";i:3736;s:13:\"helplogin-url\";i:3737;s:25:\"createacct-reason-confirm\";i:3738;s:26:\"createacct-imgcaptcha-help\";i:3739;s:24:\"createacct-benefit-icon1\";i:3740;s:24:\"createacct-benefit-head1\";i:3741;s:24:\"createacct-benefit-icon2\";i:3742;s:24:\"createacct-benefit-head2\";i:3743;s:24:\"createacct-benefit-icon3\";i:3744;s:24:\"createacct-benefit-head3\";i:3745;s:18:\"usernameinprogress\";i:3746;s:17:\"nocookiesforlogin\";i:3747;s:21:\"createacct-loginerror\";i:3748;s:11:\"signupstart\";i:3749;s:9:\"signupend\";i:3750;s:15:\"signupend-https\";i:3751;s:11:\"emailsender\";i:3752;s:18:\"loginlanguagelinks\";i:3753;s:15:\"pear-mail-error\";i:3754;s:14:\"php-mail-error\";i:3755;s:22:\"changepassword-summary\";i:3756;s:20:\"botpasswords-summary\";i:3757;s:26:\"botpasswords-no-central-id\";i:3758;s:24:\"botpasswords-help-grants\";i:3759;s:27:\"botpasswords-toolong-grants\";i:3760;s:26:\"botpasswords-insert-failed\";i:3761;s:26:\"botpasswords-update-failed\";i:3762;s:26:\"botpasswords-created-title\";i:3763;s:25:\"botpasswords-created-body\";i:3764;s:26:\"botpasswords-updated-title\";i:3765;s:25:\"botpasswords-updated-body\";i:3766;s:26:\"botpasswords-deleted-title\";i:3767;s:25:\"botpasswords-deleted-body\";i:3768;s:24:\"botpasswords-newpassword\";i:3769;s:24:\"botpasswords-no-provider\";i:3770;s:31:\"botpasswords-restriction-failed\";i:3771;s:25:\"botpasswords-invalid-name\";i:3772;s:22:\"botpasswords-not-exist\";i:3773;s:24:\"botpasswords-needs-reset\";i:3774;s:19:\"botpasswords-locked\";i:3775;s:26:\"resetpass_forbidden-reason\";i:3776;s:22:\"resetpass-temp-emailed\";i:3777;s:22:\"resetpass-expired-soft\";i:3778;s:18:\"resetpass-validity\";i:3779;s:23:\"resetpass-validity-soft\";i:3780;s:37:\"passwordreset-success-details-generic\";i:3781;s:37:\"passwordreset-emailtext-require-email\";i:3782;s:22:\"passwordreset-nocaller\";i:3783;s:26:\"passwordreset-nosuchcaller\";i:3784;s:21:\"passwordreset-ignored\";i:3785;s:19:\"changeemail-summary\";i:3786;s:25:\"changeemail-newemail-help\";i:3787;s:21:\"changeemail-throttled\";i:3788;s:21:\"changeemail-maxlength\";i:3789;s:11:\"resettokens\";i:3790;s:19:\"resettokens-summary\";i:3791;s:16:\"resettokens-text\";i:3792;s:21:\"resettokens-no-tokens\";i:3793;s:18:\"resettokens-tokens\";i:3794;s:27:\"resettokens-watchlist-token\";i:3795;s:16:\"resettokens-done\";i:3796;s:23:\"resettokens-resetbutton\";i:3797;s:8:\"sig-text\";i:3798;s:23:\"autocreate-edit-warning\";i:3799;s:26:\"autocreate-preview-warning\";i:3800;s:16:\"previewerrortext\";i:3801;s:19:\"blockedtext-partial\";i:3802;s:17:\"systemblockedtext\";i:3803;s:21:\"blockedtext-composite\";i:3804;s:25:\"blockedtext-composite-ids\";i:3805;s:28:\"blockedtext-composite-reason\";i:3806;s:18:\"newarticletextanon\";i:3807;s:12:\"talkpagetext\";i:3808;s:17:\"noarticletextanon\";i:3809;s:27:\"missing-revision-permission\";i:3810;s:24:\"missing-revision-content\";i:3811;s:21:\"userjsonyoucanpreview\";i:3812;s:15:\"userjsonpreview\";i:3813;s:15:\"sitejsonpreview\";i:3814;s:17:\"editnotice-notext\";i:3815;s:23:\"editpage-head-copy-warn\";i:3816;s:20:\"editpage-tos-summary\";i:3817;s:32:\"editpage-cannot-use-custom-model\";i:3818;s:13:\"longpage-hint\";i:3819;s:16:\"edittools-upload\";i:3820;s:26:\"modeleditnotsupported-text\";i:3821;s:21:\"contentmodelediterror\";i:3822;s:26:\"moveddeleted-notice-recent\";i:3823;s:21:\"edit-slots-cannot-add\";i:3824;s:24:\"edit-slots-cannot-remove\";i:3825;s:18:\"edit-slots-missing\";i:3826;s:21:\"postedit-temp-created\";i:3827;s:18:\"addsection-preload\";i:3828;s:20:\"addsection-editintro\";i:3829;s:17:\"invalid-json-data\";i:3830;s:20:\"confirmleave-warning\";i:3831;s:34:\"editpage-invalidcontentmodel-title\";i:3832;s:33:\"editpage-invalidcontentmodel-text\";i:3833;s:39:\"editpage-notsupportedcontentformat-text\";i:3834;s:18:\"content-model-json\";i:3835;s:25:\"unsupported-content-model\";i:3836;s:24:\"unsupported-content-diff\";i:3837;s:25:\"unsupported-content-diff2\";i:3838;s:22:\"duplicate-args-warning\";i:3839;s:28:\"duplicate-args-category-desc\";i:3840;s:24:\"template-equals-category\";i:3841;s:29:\"template-equals-category-desc\";i:3842;s:23:\"template-equals-warning\";i:3843;s:27:\"template-loop-category-desc\";i:3844;s:21:\"template-loop-warning\";i:3845;s:33:\"node-count-exceeded-category-desc\";i:3846;s:38:\"expansion-depth-exceeded-category-desc\";i:3847;s:22:\"unstrip-depth-category\";i:3848;s:27:\"unstrip-depth-category-desc\";i:3849;s:20:\"unstrip-size-warning\";i:3850;s:21:\"unstrip-size-category\";i:3851;s:26:\"unstrip-size-category-desc\";i:3852;s:19:\"undo-main-slot-only\";i:3853;s:17:\"undo-summary-anon\";i:3854;s:19:\"undo-summary-import\";i:3855;s:20:\"undo-summary-import2\";i:3856;s:26:\"createaccount-hook-aborted\";i:3857;s:22:\"viewpagelogs-lowercase\";i:3858;s:21:\"revision-info-current\";i:3859;s:12:\"revision-nav\";i:3860;s:17:\"history_copyright\";i:3861;s:13:\"history-empty\";i:3862;s:19:\"rev-suppressed-text\";i:3863;s:30:\"rev-suppressed-text-permission\";i:3864;s:23:\"revdelete-selected-text\";i:3865;s:23:\"revdelete-selected-file\";i:3866;s:19:\"revdelete-text-text\";i:3867;s:19:\"revdelete-text-file\";i:3868;s:14:\"logdelete-text\";i:3869;s:21:\"revdelete-text-others\";i:3870;s:34:\"revdelete-reason-dropdown-suppress\";i:3871;s:34:\"revdelete-edit-reasonlist-suppress\";i:3872;s:32:\"mergehistory-fail-invalid-source\";i:3873;s:30:\"mergehistory-fail-invalid-dest\";i:3874;s:27:\"mergehistory-fail-no-change\";i:3875;s:28:\"mergehistory-fail-permission\";i:3876;s:28:\"mergehistory-fail-self-merge\";i:3877;s:36:\"mergehistory-fail-timestamps-overlap\";i:3878;s:24:\"mergehistory-fail-toobig\";i:3879;s:41:\"mergehistory-warning-redirect-not-created\";i:3880;s:34:\"mergehistory-source-deleted-reason\";i:3881;s:27:\"mergehistory-source-deleted\";i:3882;s:24:\"mergehistory-revisionrow\";i:3883;s:26:\"mergehistory-redirect-text\";i:3884;s:18:\"pagemerge-logentry\";i:3885;s:26:\"diff-paragraph-moved-tonew\";i:3886;s:26:\"diff-paragraph-moved-toold\";i:3887;s:14:\"search-summary\";i:3888;s:26:\"search-filter-title-prefix\";i:3889;s:23:\"searchmenu-new-nocreate\";i:3890;s:23:\"search-interwiki-custom\";i:3891;s:25:\"search-invalid-sort-order\";i:3892;s:22:\"search-unknown-profile\";i:3893;s:21:\"showingresultsinrange\";i:3894;s:25:\"search-nonefound-thiswiki\";i:3895;s:12:\"googlesearch\";i:3896;s:14:\"search-warning\";i:3897;s:15:\"opensearch-desc\";i:3898;s:19:\"preferences-summary\";i:3899;s:26:\"prefs-help-skin-responsive\";i:3900;s:28:\"prefs-watchlist-managetokens\";i:3901;s:27:\"prefs-help-watchlist-token2\";i:3902;s:26:\"prefs-help-tokenmanagement\";i:3903;s:29:\"prefs-user-downloaddata-label\";i:3904;s:28:\"prefs-user-downloaddata-info\";i:3905;s:36:\"prefs-user-downloaddata-help-message\";i:3906;s:29:\"prefs-user-restoreprefs-label\";i:3907;s:28:\"prefs-user-restoreprefs-info\";i:3908;s:11:\"savedrights\";i:3909;s:30:\"timezone-useoffset-placeholder\";i:3910;s:27:\"email-allow-new-users-label\";i:3911;s:17:\"prefs-custom-json\";i:3912;s:19:\"prefs-reset-confirm\";i:3913;s:25:\"prefs-memberingroups-type\";i:3914;s:28:\"prefs-registration-date-time\";i:3915;s:10:\"badsightml\";i:3916;s:11:\"badsiglinks\";i:3917;s:11:\"badsigsubst\";i:3918;s:15:\"badsiglinebreak\";i:3919;s:29:\"linterror-bogus-image-options\";i:3920;s:29:\"linterror-deletable-table-tag\";i:3921;s:26:\"linterror-html5-misnesting\";i:3922;s:38:\"linterror-misc-tidy-replacement-issues\";i:3923;s:23:\"linterror-misnested-tag\";i:3924;s:25:\"linterror-missing-end-tag\";i:3925;s:28:\"linterror-multi-colon-escape\";i:3926;s:38:\"linterror-multiline-html-table-in-list\";i:3927;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:3928;s:22:\"linterror-obsolete-tag\";i:3929;s:30:\"linterror-pwrap-bug-workaround\";i:3930;s:25:\"linterror-self-closed-tag\";i:3931;s:22:\"linterror-stripped-tag\";i:3932;s:23:\"linterror-tidy-font-bug\";i:3933;s:29:\"linterror-tidy-whitespace-bug\";i:3934;s:36:\"linterror-unclosed-quotes-in-heading\";i:3935;s:23:\"prefs-help-requireemail\";i:3936;s:31:\"prefs-signature-invalid-warning\";i:3937;s:27:\"prefs-signature-invalid-new\";i:3938;s:32:\"prefs-signature-invalid-disallow\";i:3939;s:15:\"prefs-changesrc\";i:3940;s:22:\"prefs-changeswatchlist\";i:3941;s:20:\"prefs-tokenwatchlist\";i:3942;s:23:\"prefs-help-prefershttps\";i:3943;s:26:\"prefs-tabs-navigation-hint\";i:3944;s:18:\"userrights-summary\";i:3945;s:17:\"viewinguserrights\";i:3946;s:24:\"userrights-viewusergroup\";i:3947;s:28:\"userrights-groupsmember-type\";i:3948;s:21:\"userrights-systemuser\";i:3949;s:30:\"userrights-irreversible-marker\";i:3950;s:35:\"userrights-no-shorten-expiry-marker\";i:3951;s:25:\"userrights-expiry-options\";i:3952;s:25:\"userrights-invalid-expiry\";i:3953;s:25:\"userrights-expiry-in-past\";i:3954;s:32:\"userrights-cannot-shorten-expiry\";i:3955;s:11:\"group-named\";i:3956;s:15:\"grouppage-named\";i:3957;s:23:\"right-autocreateaccount\";i:3958;s:21:\"right-delete-redirect\";i:3959;s:20:\"right-viewsuppressed\";i:3960;s:22:\"right-editcontentmodel\";i:3961;s:17:\"right-editsitecss\";i:3962;s:18:\"right-editsitejson\";i:3963;s:16:\"right-editsitejs\";i:3964;s:26:\"right-editmyuserjsredirect\";i:3965;s:22:\"right-managechangetags\";i:3966;s:21:\"right-applychangetags\";i:3967;s:16:\"right-changetags\";i:3968;s:22:\"right-deletechangetags\";i:3969;s:13:\"grant-generic\";i:3970;s:28:\"grant-group-page-interaction\";i:3971;s:28:\"grant-group-file-interaction\";i:3972;s:33:\"grant-group-watchlist-interaction\";i:3973;s:23:\"grant-group-high-volume\";i:3974;s:25:\"grant-group-customization\";i:3975;s:26:\"grant-group-administration\";i:3976;s:31:\"grant-group-private-information\";i:3977;s:17:\"grant-group-other\";i:3978;s:16:\"grant-blockusers\";i:3979;s:12:\"grant-delete\";i:3980;s:19:\"grant-editinterface\";i:3981;s:17:\"grant-editmycssjs\";i:3982;s:19:\"grant-editmyoptions\";i:3983;s:20:\"grant-editsiteconfig\";i:3984;s:12:\"grant-import\";i:3985;s:15:\"grant-oversight\";i:3986;s:12:\"grant-patrol\";i:3987;s:17:\"grant-privateinfo\";i:3988;s:13:\"grant-protect\";i:3989;s:14:\"grant-rollback\";i:3990;s:15:\"grant-sendemail\";i:3991;s:24:\"grant-uploadeditmovefile\";i:3992;s:11:\"grant-basic\";i:3993;s:17:\"grant-viewdeleted\";i:3994;s:21:\"grant-viewmywatchlist\";i:3995;s:24:\"grant-viewrestrictedlogs\";i:3996;s:24:\"action-autocreateaccount\";i:3997;s:22:\"action-delete-redirect\";i:3998;s:21:\"action-deletelogentry\";i:3999;s:18:\"action-deletedtext\";i:4000;s:23:\"action-editcontentmodel\";i:4001;s:23:\"action-managechangetags\";i:4002;s:22:\"action-applychangetags\";i:4003;s:17:\"action-changetags\";i:4004;s:23:\"action-deletechangetags\";i:4005;s:20:\"action-apihighlimits\";i:4006;s:20:\"action-autoconfirmed\";i:4007;s:16:\"action-bigdelete\";i:4008;s:17:\"action-blockemail\";i:4009;s:10:\"action-bot\";i:4010;s:20:\"action-editprotected\";i:4011;s:24:\"action-editsemiprotected\";i:4012;s:18:\"action-editusercss\";i:4013;s:19:\"action-edituserjson\";i:4014;s:17:\"action-edituserjs\";i:4015;s:18:\"action-editsitecss\";i:4016;s:19:\"action-editsitejson\";i:4017;s:17:\"action-editsitejs\";i:4018;s:20:\"action-editmyusercss\";i:4019;s:21:\"action-editmyuserjson\";i:4020;s:19:\"action-editmyuserjs\";i:4021;s:27:\"action-editmyuserjsredirect\";i:4022;s:21:\"action-viewsuppressed\";i:4023;s:15:\"action-hideuser\";i:4024;s:21:\"action-ipblock-exempt\";i:4025;s:18:\"action-unblockself\";i:4026;s:18:\"action-noratelimit\";i:4027;s:19:\"action-reupload-own\";i:4028;s:21:\"action-nominornewtalk\";i:4029;s:19:\"action-markbotedits\";i:4030;s:18:\"action-patrolmarks\";i:4031;s:28:\"action-override-export-depth\";i:4032;s:23:\"action-suppressredirect\";i:4033;s:6:\"ntimes\";i:4034;s:17:\"recentchanges-url\";i:4035;s:17:\"recentchangestext\";i:4036;s:21:\"recentchanges-timeout\";i:4037;s:21:\"recentchanges-network\";i:4038;s:26:\"recentchanges-notargetpage\";i:4039;s:26:\"recentchanges-legend-minor\";i:4040;s:24:\"recentchanges-legend-bot\";i:4041;s:32:\"recentchanges-legend-unpatrolled\";i:4042;s:30:\"recentchanges-legend-plusminus\";i:4043;s:36:\"rcfilters-activefilters-hide-tooltip\";i:4044;s:36:\"rcfilters-activefilters-show-tooltip\";i:4045;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:4046;s:36:\"rcfilters-savedqueries-already-saved\";i:4047;s:35:\"rcfilters-search-placeholder-mobile\";i:4048;s:30:\"rcfilters-state-message-subset\";i:4049;s:36:\"rcfilters-state-message-fullcoverage\";i:4050;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:4051;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:4052;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:4053;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:4054;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:4055;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:4056;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:4057;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:4058;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:4059;s:30:\"rcfilters-tag-prefix-namespace\";i:4060;s:25:\"rcfilters-tag-prefix-tags\";i:4061;s:27:\"rcfilters-exclude-button-on\";i:4062;s:40:\"rcfilters-view-return-to-default-tooltip\";i:4063;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:4064;s:37:\"rcfilters-liveupdates-button-title-on\";i:4065;s:25:\"rcfilters-preference-help\";i:4066;s:35:\"rcfilters-watchlist-preference-help\";i:4067;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:4068;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:4069;s:35:\"rcfilters-filter-showlinkedto-label\";i:4070;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:4071;s:33:\"rcfilters-target-page-placeholder\";i:4072;s:27:\"rcfilters-allcontents-label\";i:4073;s:15:\"rclistfromreset\";i:4074;s:17:\"unpatrolledletter\";i:4075;s:43:\"number-of-watching-users-for-recent-changes\";i:4076;s:14:\"rc-change-size\";i:4077;s:23:\"upload-tryagain-nostash\";i:4078;s:14:\"upload-summary\";i:4079;s:12:\"uploadfooter\";i:4080;s:26:\"upload-default-description\";i:4081;s:20:\"fileexists-no-change\";i:4082;s:28:\"fileexists-duplicate-version\";i:4083;s:30:\"file-deleted-duplicate-notitle\";i:4084;s:26:\"uploadwarning-text-nostash\";i:4085;s:13:\"uploadedimage\";i:4086;s:14:\"overwroteimage\";i:4087;s:27:\"upload-scripted-pi-callback\";i:4088;s:19:\"upload-scripted-dtd\";i:4089;s:19:\"uploaded-script-svg\";i:4090;s:20:\"uploaded-hostile-svg\";i:4091;s:29:\"uploaded-event-handler-on-svg\";i:4092;s:27:\"uploaded-href-attribute-svg\";i:4093;s:31:\"uploaded-href-unsafe-target-svg\";i:4094;s:20:\"uploaded-animate-svg\";i:4095;s:34:\"uploaded-setting-event-handler-svg\";i:4096;s:25:\"uploaded-setting-href-svg\";i:4097;s:26:\"uploaded-wrong-setting-svg\";i:4098;s:28:\"uploaded-setting-handler-svg\";i:4099;s:23:\"uploaded-remote-url-svg\";i:4100;s:25:\"uploaded-image-filter-svg\";i:4101;s:23:\"uploadscriptednamespace\";i:4102;s:16:\"uploadinvalidxml\";i:4103;s:19:\"filename-thumb-name\";i:4104;s:25:\"filename-prefix-blacklist\";i:4105;s:26:\"upload-foreign-cant-upload\";i:4106;s:31:\"upload-foreign-cant-load-config\";i:4107;s:22:\"upload-dialog-disabled\";i:4108;s:39:\"upload-form-label-infoform-name-tooltip\";i:4109;s:46:\"upload-form-label-infoform-description-tooltip\";i:4110;s:48:\"upload-form-label-own-work-message-generic-local\";i:4111;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:4112;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:4113;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:4114;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:4115;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:4116;s:18:\"backend-fail-sizes\";i:4117;s:17:\"backend-fail-stat\";i:4118;s:17:\"backend-fail-hash\";i:4119;s:25:\"lockmanager-fail-conflict\";i:4120;s:21:\"uploadstash-exception\";i:4121;s:20:\"uploadstash-bad-path\";i:4122;s:28:\"uploadstash-bad-path-invalid\";i:4123;s:33:\"uploadstash-bad-path-unknown-type\";i:4124;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:4125;s:31:\"uploadstash-bad-path-no-handler\";i:4126;s:31:\"uploadstash-bad-path-bad-format\";i:4127;s:26:\"uploadstash-file-not-found\";i:4128;s:35:\"uploadstash-file-not-found-no-thumb\";i:4129;s:40:\"uploadstash-file-not-found-no-local-path\";i:4130;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:4131;s:47:\"uploadstash-file-not-found-missing-content-type\";i:4132;s:37:\"uploadstash-file-not-found-not-exists\";i:4133;s:26:\"uploadstash-file-too-large\";i:4134;s:25:\"uploadstash-not-logged-in\";i:4135;s:23:\"uploadstash-wrong-owner\";i:4136;s:23:\"uploadstash-no-such-key\";i:4137;s:23:\"uploadstash-zero-length\";i:4138;s:19:\"http-internal-error\";i:4139;s:8:\"licenses\";i:4140;s:26:\"listfiles-userdoesnotexist\";i:4141;s:17:\"listfiles_subpage\";i:4142;s:24:\"shareddescriptionfollows\";i:4143;s:33:\"shared-repo-name-wikimediacommons\";i:4144;s:12:\"filepage.css\";i:4145;s:20:\"filerevert-identical\";i:4146;s:35:\"filedelete-reason-dropdown-suppress\";i:4147;s:35:\"filedelete-edit-reasonlist-suppress\";i:4148;s:22:\"unwatchedpages-summary\";i:4149;s:21:\"listredirects-summary\";i:4150;s:27:\"listduplicatedfiles-summary\";i:4151;s:23:\"unusedtemplates-summary\";i:4152;s:14:\"randompage-url\";i:4153;s:23:\"randomincategory-legend\";i:4154;s:18:\"statistics-summary\";i:4155;s:24:\"statistics-articles-desc\";i:4156;s:21:\"statistics-files-desc\";i:4157;s:17:\"statistics-footer\";i:4158;s:21:\"pageswithprop-summary\";i:4159;s:21:\"pageswithprop-reverse\";i:4160;s:25:\"pageswithprop-sortbyvalue\";i:4161;s:29:\"pageswithprop-prophidden-long\";i:4162;s:31:\"pageswithprop-prophidden-binary\";i:4163;s:23:\"doubleredirects-summary\";i:4164;s:23:\"brokenredirects-summary\";i:4165;s:29:\"brokenredirects-delete-reason\";i:4166;s:23:\"fewestrevisions-summary\";i:4167;s:19:\"lonelypages-summary\";i:4168;s:26:\"uncategorizedpages-summary\";i:4169;s:31:\"uncategorizedcategories-summary\";i:4170;s:27:\"uncategorizedimages-summary\";i:4171;s:30:\"uncategorizedtemplates-summary\";i:4172;s:38:\"uncategorized-categories-exceptionlist\";i:4173;s:24:\"unusedcategories-summary\";i:4174;s:20:\"unusedimages-summary\";i:4175;s:24:\"wantedcategories-summary\";i:4176;s:19:\"wantedpages-summary\";i:4177;s:19:\"wantedfiles-summary\";i:4178;s:28:\"wantedfiletext-cat-noforeign\";i:4179;s:30:\"wantedfiletext-nocat-noforeign\";i:4180;s:23:\"wantedtemplates-summary\";i:4181;s:18:\"mostlinked-summary\";i:4182;s:28:\"mostlinkedcategories-summary\";i:4183;s:27:\"mostlinkedtemplates-summary\";i:4184;s:22:\"mostcategories-summary\";i:4185;s:18:\"mostimages-summary\";i:4186;s:22:\"mostinterwikis-summary\";i:4187;s:21:\"mostrevisions-summary\";i:4188;s:19:\"prefixindex-summary\";i:4189;s:17:\"prefixindex-strip\";i:4190;s:18:\"shortpages-summary\";i:4191;s:17:\"longpages-summary\";i:4192;s:20:\"deadendpages-summary\";i:4193;s:22:\"protectedpages-filters\";i:4194;s:22:\"protectedpages-summary\";i:4195;s:24:\"protectedpages-performer\";i:4196;s:21:\"protectedpages-params\";i:4197;s:21:\"protectedpages-submit\";i:4198;s:29:\"protectedpages-unknown-reason\";i:4199;s:23:\"protectedtitles-summary\";i:4200;s:22:\"protectedtitles-submit\";i:4201;s:17:\"listusers-summary\";i:4202;s:29:\"listusers-temporarygroupsonly\";i:4203;s:16:\"newpages-summary\";i:4204;s:20:\"ancientpages-summary\";i:4205;s:37:\"unusedimagestext-categorizedimgisused\";i:4206;s:7:\"apihelp\";i:4207;s:15:\"apihelp-summary\";i:4208;s:12:\"apihelp-link\";i:4209;s:18:\"apisandbox-summary\";i:4210;s:17:\"apisandbox-jsonly\";i:4211;s:18:\"apisandbox-loading\";i:4212;s:21:\"apisandbox-load-error\";i:4213;s:24:\"apisandbox-no-parameters\";i:4214;s:19:\"apisandbox-helpurls\";i:4215;s:29:\"apisandbox-dynamic-parameters\";i:4216;s:39:\"apisandbox-dynamic-parameters-add-label\";i:4217;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:4218;s:31:\"apisandbox-dynamic-error-exists\";i:4219;s:37:\"apisandbox-templated-parameter-reason\";i:4220;s:32:\"apisandbox-deprecated-parameters\";i:4221;s:22:\"apisandbox-fetch-token\";i:4222;s:20:\"apisandbox-add-multi\";i:4223;s:38:\"apisandbox-submit-invalid-fields-title\";i:4224;s:40:\"apisandbox-submit-invalid-fields-message\";i:4225;s:26:\"apisandbox-sending-request\";i:4226;s:26:\"apisandbox-loading-results\";i:4227;s:24:\"apisandbox-results-error\";i:4228;s:35:\"apisandbox-results-login-suppressed\";i:4229;s:37:\"apisandbox-request-selectformat-label\";i:4230;s:35:\"apisandbox-request-format-url-label\";i:4231;s:36:\"apisandbox-request-format-json-label\";i:4232;s:29:\"apisandbox-request-json-label\";i:4233;s:35:\"apisandbox-request-format-php-label\";i:4234;s:28:\"apisandbox-request-php-label\";i:4235;s:27:\"apisandbox-results-fixtoken\";i:4236;s:32:\"apisandbox-results-fixtoken-fail\";i:4237;s:21:\"apisandbox-alert-page\";i:4238;s:22:\"apisandbox-alert-field\";i:4239;s:25:\"apisandbox-continue-clear\";i:4240;s:24:\"apisandbox-continue-help\";i:4241;s:22:\"apisandbox-param-limit\";i:4242;s:36:\"apisandbox-multivalue-all-namespaces\";i:4243;s:32:\"apisandbox-multivalue-all-values\";i:4244;s:19:\"booksources-summary\";i:4245;s:16:\"booksources-isbn\";i:4246;s:22:\"magiclink-tracking-rfc\";i:4247;s:27:\"magiclink-tracking-rfc-desc\";i:4248;s:23:\"magiclink-tracking-pmid\";i:4249;s:28:\"magiclink-tracking-pmid-desc\";i:4250;s:23:\"magiclink-tracking-isbn\";i:4251;s:28:\"magiclink-tracking-isbn-desc\";i:4252;s:6:\"rfcurl\";i:4253;s:9:\"pubmedurl\";i:4254;s:26:\"logeventslist-more-filters\";i:4255;s:24:\"logeventslist-patrol-log\";i:4256;s:21:\"logeventslist-tag-log\";i:4257;s:26:\"logeventslist-newusers-log\";i:4258;s:13:\"log-edit-tags\";i:4259;s:16:\"allpages-summary\";i:4260;s:18:\"categories-summary\";i:4261;s:28:\"deletedcontributions-summary\";i:4262;s:18:\"linksearch-summary\";i:4263;s:19:\"activeusers-summary\";i:4264;s:18:\"activeusers-groups\";i:4265;s:25:\"activeusers-excludegroups\";i:4266;s:29:\"listgrouprights-right-display\";i:4267;s:29:\"listgrouprights-right-revoked\";i:4268;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:4269;s:10:\"listgrants\";i:4270;s:18:\"listgrants-summary\";i:4271;s:16:\"listgrants-grant\";i:4272;s:17:\"listgrants-rights\";i:4273;s:24:\"listgrants-grant-display\";i:4274;s:26:\"trackingcategories-summary\";i:4275;s:23:\"trackingcategories-desc\";i:4276;s:31:\"restricted-displaytitle-ignored\";i:4277;s:36:\"restricted-displaytitle-ignored-desc\";i:4278;s:20:\"nonnumeric-formatnum\";i:4279;s:25:\"nonnumeric-formatnum-desc\";i:4280;s:21:\"noindex-category-desc\";i:4281;s:19:\"index-category-desc\";i:4282;s:44:\"post-expand-template-inclusion-category-desc\";i:4283;s:43:\"post-expand-template-argument-category-desc\";i:4284;s:38:\"expensive-parserfunction-category-desc\";i:4285;s:25:\"broken-file-category-desc\";i:4286;s:29:\"hidden-category-category-desc\";i:4287;s:17:\"emailuser-summary\";i:4288;s:20:\"usermessage-template\";i:4289;s:17:\"watchlist-summary\";i:4290;s:21:\"watchlistnotwatchable\";i:4291;s:15:\"updatewatchlist\";i:4292;s:19:\"addedwatchtext-talk\";i:4293;s:30:\"addedwatchexpiry-options-label\";i:4294;s:21:\"addedwatchexpiryhours\";i:4295;s:26:\"addedwatchexpiryhours-talk\";i:4296;s:20:\"addedwatchexpirytext\";i:4297;s:25:\"addedwatchexpirytext-talk\";i:4298;s:26:\"addedwatchindefinitelytext\";i:4299;s:31:\"addedwatchindefinitelytext-talk\";i:4300;s:21:\"removedwatchtext-talk\";i:4301;s:26:\"watchlist-expiry-days-left\";i:4302;s:33:\"watchlist-expiring-days-full-text\";i:4303;s:27:\"watchlist-expiry-hours-left\";i:4304;s:34:\"watchlist-expiring-hours-full-text\";i:4305;s:17:\"watchlist-unwatch\";i:4306;s:22:\"watchlist-unwatch-undo\";i:4307;s:16:\"enotif_minoredit\";i:4308;s:21:\"deletepage-deletetalk\";i:4309;s:26:\"delete-talk-summary-prefix\";i:4310;s:25:\"deleted-page-and-talkpage\";i:4311;s:15:\"log-name-create\";i:4312;s:22:\"log-description-create\";i:4313;s:22:\"logentry-create-create\";i:4314;s:30:\"deletereason-dropdown-suppress\";i:4315;s:31:\"delete-edit-reasonlist-suppress\";i:4316;s:23:\"delete-toomanyrevisions\";i:4317;s:35:\"delete-error-associated-alreadytalk\";i:4318;s:36:\"delete-error-associated-doesnotexist\";i:4319;s:15:\"deleteprotected\";i:4320;s:26:\"deleting-backlinks-warning\";i:4321;s:25:\"deleting-subpages-warning\";i:4322;s:34:\"deleting-talkpage-subpages-warning\";i:4323;s:29:\"rollback-confirmation-confirm\";i:4324;s:25:\"rollback-confirmation-yes\";i:4325;s:24:\"rollback-confirmation-no\";i:4326;s:21:\"rollback-missingparam\";i:4327;s:24:\"rollback-missingrevision\";i:4328;s:15:\"revertpage-anon\";i:4329;s:18:\"changecontentmodel\";i:4330;s:25:\"changecontentmodel-legend\";i:4331;s:30:\"changecontentmodel-title-label\";i:4332;s:32:\"changecontentmodel-current-label\";i:4333;s:30:\"changecontentmodel-model-label\";i:4334;s:32:\"changecontentmodel-success-title\";i:4335;s:31:\"changecontentmodel-success-text\";i:4336;s:33:\"changecontentmodel-cannot-convert\";i:4337;s:34:\"changecontentmodel-nodirectediting\";i:4338;s:36:\"changecontentmodel-emptymodels-title\";i:4339;s:35:\"changecontentmodel-emptymodels-text\";i:4340;s:21:\"log-name-contentmodel\";i:4341;s:28:\"log-description-contentmodel\";i:4342;s:25:\"logentry-contentmodel-new\";i:4343;s:28:\"logentry-contentmodel-change\";i:4344;s:39:\"logentry-contentmodel-change-revertlink\";i:4345;s:35:\"logentry-contentmodel-change-revert\";i:4346;s:16:\"protectedarticle\";i:4347;s:25:\"modifiedarticleprotection\";i:4348;s:18:\"unprotectedarticle\";i:4349;s:22:\"movedarticleprotection\";i:4350;s:24:\"protectedarticle-comment\";i:4351;s:33:\"modifiedarticleprotection-comment\";i:4352;s:26:\"unprotectedarticle-comment\";i:4353;s:20:\"protect-summary-desc\";i:4354;s:32:\"protect-existing-expiry-infinity\";i:4355;s:17:\"restriction-blank\";i:4356;s:16:\"undelete-summary\";i:4357;s:32:\"undeleterevision-duplicate-revid\";i:4358;s:21:\"undelete-undeletetalk\";i:4359;s:20:\"undelete-search-full\";i:4360;s:28:\"undelete-talk-summary-prefix\";i:4361;s:37:\"undelete-error-associated-alreadytalk\";i:4362;s:36:\"undelete-error-associated-notdeleted\";i:4363;s:22:\"undelete-revision-row2\";i:4364;s:21:\"undelete-back-to-list\";i:4365;s:28:\"tooltip-whatlinkshere-invert\";i:4366;s:21:\"contributions-summary\";i:4367;s:22:\"contributions-subtitle\";i:4368;s:32:\"negative-namespace-not-supported\";i:4369;s:4:\"date\";i:4370;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:4371;s:24:\"sp-contributions-explain\";i:4372;s:23:\"sp-contributions-footer\";i:4373;s:28:\"sp-contributions-footer-anon\";i:4374;s:34:\"sp-contributions-footer-anon-range\";i:4375;s:27:\"sp-contributions-outofrange\";i:4376;s:33:\"sp-contributions-concurrency-user\";i:4377;s:31:\"sp-contributions-concurrency-ip\";i:4378;s:19:\"whatlinkshere-count\";i:4379;s:21:\"whatlinkshere-summary\";i:4380;s:26:\"whatlinkshere-sectionredir\";i:4381;s:20:\"whatlinkshere-submit\";i:4382;s:15:\"unblock-summary\";i:4383;s:13:\"changeblockip\";i:4384;s:17:\"ipb-sitewide-help\";i:4385;s:16:\"ipb-partial-help\";i:4386;s:17:\"ipb-action-create\";i:4387;s:15:\"ipb-action-move\";i:4388;s:17:\"ipb-action-upload\";i:4389;s:15:\"ipb-empty-block\";i:4390;s:19:\"ipb-block-not-found\";i:4391;s:17:\"ipb-confirmaction\";i:4392;s:27:\"ipb-blocklist-duration-left\";i:4393;s:24:\"block-target-placeholder\";i:4394;s:12:\"unblocked-ip\";i:4395;s:13:\"autoblocklist\";i:4396;s:20:\"autoblocklist-submit\";i:4397;s:20:\"autoblocklist-legend\";i:4398;s:25:\"autoblocklist-localblocks\";i:4399;s:30:\"autoblocklist-total-autoblocks\";i:4400;s:19:\"autoblocklist-empty\";i:4401;s:25:\"autoblocklist-otherblocks\";i:4402;s:20:\"blocklist-autoblocks\";i:4403;s:21:\"blocklist-indefblocks\";i:4404;s:14:\"blocklist-type\";i:4405;s:22:\"blocklist-type-opt-all\";i:4406;s:17:\"blocklist-summary\";i:4407;s:17:\"blocklist-editing\";i:4408;s:14:\"empty-username\";i:4409;s:13:\"blocklogentry\";i:4410;s:16:\"reblock-logentry\";i:4411;s:15:\"unblocklogentry\";i:4412;s:26:\"ipb-prevent-user-talk-edit\";i:4413;s:14:\"ipb_expiry_old\";i:4414;s:16:\"ipb_hide_partial\";i:4415;s:17:\"ip_range_exceeded\";i:4416;s:15:\"ip_range_toolow\";i:4417;s:5:\"sorbs\";i:4418;s:21:\"softblockrangesreason\";i:4419;s:27:\"cant-block-nonexistent-page\";i:4420;s:18:\"ipb-default-expiry\";i:4421;s:21:\"ipb-default-expiry-ip\";i:4422;s:14:\"databaselocked\";i:4423;s:16:\"movepage-summary\";i:4424;s:30:\"movepagetext-noredirectsupport\";i:4425;s:24:\"movecategorypage-warning\";i:4426;s:23:\"cant-move-category-page\";i:4427;s:26:\"cant-move-to-category-page\";i:4428;s:18:\"cant-move-subpages\";i:4429;s:20:\"namespace-nosubpages\";i:4430;s:10:\"cannotmove\";i:4431;s:21:\"movepage-delete-first\";i:4432;s:14:\"redirectexists\";i:4433;s:28:\"movepage-source-doesnt-exist\";i:4434;s:19:\"movesubpagetalktext\";i:4435;s:25:\"movesubpagetext-truncated\";i:4436;s:29:\"movesubpagetalktext-truncated\";i:4437;s:18:\"move-redirect-text\";i:4438;s:31:\"category-move-redirect-override\";i:4439;s:29:\"delete_redirect_and_move_text\";i:4440;s:28:\"immobile-source-namespace-iw\";i:4441;s:29:\"movepage-invalid-target-title\";i:4442;s:14:\"export-summary\";i:4443;s:13:\"export-manual\";i:4444;s:25:\"thumbnail_toobigimagearea\";i:4445;s:25:\"thumbnail_image-size-zero\";i:4446;s:29:\"thumbnail_image-failure-limit\";i:4447;s:14:\"import-summary\";i:4448;s:22:\"import-mapping-default\";i:4449;s:24:\"import-mapping-namespace\";i:4450;s:22:\"import-mapping-subpage\";i:4451;s:29:\"import-upload-username-prefix\";i:4452;s:25:\"import-assign-known-users\";i:4453;s:14:\"importnoprefix\";i:4454;s:25:\"import-error-bad-location\";i:4455;s:22:\"import-logentry-upload\";i:4456;s:25:\"import-logentry-interwiki\";i:4457;s:21:\"accesskey-pt-userpage\";i:4458;s:25:\"accesskey-pt-anonuserpage\";i:4459;s:19:\"accesskey-pt-mytalk\";i:4460;s:21:\"accesskey-pt-anontalk\";i:4461;s:24:\"accesskey-pt-preferences\";i:4462;s:22:\"accesskey-pt-watchlist\";i:4463;s:22:\"accesskey-pt-mycontris\";i:4464;s:25:\"accesskey-pt-anoncontribs\";i:4465;s:18:\"accesskey-pt-login\";i:4466;s:26:\"accesskey-pt-login-private\";i:4467;s:19:\"accesskey-pt-logout\";i:4468;s:26:\"accesskey-pt-createaccount\";i:4469;s:17:\"accesskey-ca-view\";i:4470;s:17:\"accesskey-ca-talk\";i:4471;s:17:\"accesskey-ca-edit\";i:4472;s:23:\"accesskey-ca-addsection\";i:4473;s:23:\"accesskey-ca-viewsource\";i:4474;s:20:\"accesskey-ca-history\";i:4475;s:20:\"accesskey-ca-protect\";i:4476;s:22:\"accesskey-ca-unprotect\";i:4477;s:19:\"accesskey-ca-delete\";i:4478;s:21:\"accesskey-ca-undelete\";i:4479;s:17:\"accesskey-ca-move\";i:4480;s:18:\"accesskey-ca-watch\";i:4481;s:20:\"accesskey-ca-unwatch\";i:4482;s:16:\"accesskey-search\";i:4483;s:19:\"accesskey-search-go\";i:4484;s:25:\"accesskey-search-fulltext\";i:4485;s:16:\"accesskey-p-logo\";i:4486;s:26:\"accesskey-n-help-mediawiki\";i:4487;s:20:\"accesskey-n-mainpage\";i:4488;s:32:\"accesskey-n-mainpage-description\";i:4489;s:18:\"accesskey-n-portal\";i:4490;s:25:\"accesskey-n-currentevents\";i:4491;s:25:\"accesskey-n-recentchanges\";i:4492;s:22:\"accesskey-n-randompage\";i:4493;s:16:\"accesskey-n-help\";i:4494;s:25:\"accesskey-t-whatlinkshere\";i:4495;s:31:\"accesskey-t-recentchangeslinked\";i:4496;s:18:\"accesskey-feed-rss\";i:4497;s:19:\"accesskey-feed-atom\";i:4498;s:25:\"accesskey-t-contributions\";i:4499;s:21:\"accesskey-t-emailuser\";i:4500;s:16:\"accesskey-t-info\";i:4501;s:21:\"accesskey-t-permalink\";i:4502;s:17:\"accesskey-t-print\";i:4503;s:18:\"accesskey-t-upload\";i:4504;s:24:\"accesskey-t-specialpages\";i:4505;s:23:\"accesskey-ca-nstab-main\";i:4506;s:23:\"accesskey-ca-nstab-user\";i:4507;s:24:\"accesskey-ca-nstab-media\";i:4508;s:26:\"accesskey-ca-nstab-special\";i:4509;s:26:\"accesskey-ca-nstab-project\";i:4510;s:24:\"accesskey-ca-nstab-image\";i:4511;s:28:\"accesskey-ca-nstab-mediawiki\";i:4512;s:27:\"accesskey-ca-nstab-template\";i:4513;s:23:\"accesskey-ca-nstab-help\";i:4514;s:27:\"accesskey-ca-nstab-category\";i:4515;s:19:\"accesskey-minoredit\";i:4516;s:14:\"accesskey-save\";i:4517;s:17:\"accesskey-publish\";i:4518;s:17:\"accesskey-preview\";i:4519;s:14:\"accesskey-diff\";i:4520;s:33:\"accesskey-compareselectedversions\";i:4521;s:15:\"accesskey-watch\";i:4522;s:26:\"accesskey-watchlist-expiry\";i:4523;s:16:\"accesskey-upload\";i:4524;s:26:\"accesskey-preferences-save\";i:4525;s:17:\"accesskey-summary\";i:4526;s:24:\"accesskey-userrights-set\";i:4527;s:23:\"accesskey-blockip-block\";i:4528;s:16:\"accesskey-export\";i:4529;s:16:\"accesskey-import\";i:4530;s:37:\"accesskey-watchlistedit-normal-submit\";i:4531;s:34:\"accesskey-watchlistedit-raw-submit\";i:4532;s:22:\"tooltip-pt-tmpuserpage\";i:4533;s:23:\"tooltip-pt-anoncontribs\";i:4534;s:24:\"tooltip-pt-login-private\";i:4535;s:15:\"tooltip-ca-view\";i:4536;s:27:\"tooltip-ca-unwatch-expiring\";i:4537;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:4538;s:18:\"tooltip-p-cactions\";i:4539;s:14:\"tooltip-p-lang\";i:4540;s:20:\"tooltip-p-navigation\";i:4541;s:18:\"tooltip-p-personal\";i:4542;s:20:\"tooltip-p-namespaces\";i:4543;s:12:\"tooltip-p-tb\";i:4544;s:18:\"tooltip-p-variants\";i:4545;s:15:\"tooltip-p-views\";i:4546;s:36:\"tooltip-p-user-interface-preferences\";i:4547;s:19:\"tooltip-p-user-page\";i:4548;s:24:\"tooltip-n-help-mediawiki\";i:4549;s:14:\"tooltip-t-info\";i:4550;s:15:\"tooltip-publish\";i:4551;s:24:\"tooltip-watchlist-expiry\";i:4552;s:33:\"interlanguage-link-title-langonly\";i:4553;s:32:\"interlanguage-link-title-nonlang\";i:4554;s:36:\"interlanguage-link-title-nonlangonly\";i:4555;s:9:\"print.css\";i:4556;s:12:\"noscript.css\";i:4557;s:23:\"group-autoconfirmed.css\";i:4558;s:14:\"group-user.css\";i:4559;s:13:\"group-bot.css\";i:4560;s:15:\"group-sysop.css\";i:4561;s:20:\"group-bureaucrat.css\";i:4562;s:11:\"common.json\";i:4563;s:9:\"common.js\";i:4564;s:22:\"group-autoconfirmed.js\";i:4565;s:13:\"group-user.js\";i:4566;s:12:\"group-bot.js\";i:4567;s:14:\"group-sysop.js\";i:4568;s:19:\"group-bureaucrat.js\";i:4569;s:15:\"pageinfo-header\";i:4570;s:18:\"pageinfo-namespace\";i:4571;s:24:\"pageinfo-language-change\";i:4572;s:26:\"pageinfo-visiting-watchers\";i:4573;s:30:\"pageinfo-few-visiting-watchers\";i:4574;s:24:\"pageinfo-redirects-value\";i:4575;s:15:\"pageinfo-footer\";i:4576;s:23:\"pageinfo-category-total\";i:4577;s:16:\"pageinfo-user-id\";i:4578;s:18:\"pageinfo-file-hash\";i:4579;s:25:\"pageinfo-view-protect-log\";i:4580;s:19:\"markaspatrolledlink\";i:4581;s:24:\"markaspatrolledtext-file\";i:4582;s:25:\"confirm-markpatrolled-top\";i:4583;s:11:\"widthheight\";i:4584;s:29:\"show-big-image-preview-differ\";i:4585;s:13:\"newimagestext\";i:4586;s:14:\"newimages-user\";i:4587;s:23:\"newimages-hidepatrolled\";i:4588;s:19:\"newimages-mediatype\";i:4589;s:10:\"video-dims\";i:4590;s:14:\"seconds-abbrev\";i:4591;s:14:\"minutes-abbrev\";i:4592;s:12:\"hours-abbrev\";i:4593;s:11:\"days-abbrev\";i:4594;s:8:\"today-at\";i:4595;s:19:\"variantname-zh-hans\";i:4596;s:19:\"variantname-zh-hant\";i:4597;s:17:\"variantname-zh-cn\";i:4598;s:17:\"variantname-zh-tw\";i:4599;s:17:\"variantname-zh-hk\";i:4600;s:17:\"variantname-zh-mo\";i:4601;s:17:\"variantname-zh-sg\";i:4602;s:17:\"variantname-zh-my\";i:4603;s:14:\"variantname-zh\";i:4604;s:20:\"variantname-gan-hans\";i:4605;s:20:\"variantname-gan-hant\";i:4606;s:15:\"variantname-gan\";i:4607;s:19:\"variantname-sr-cyrl\";i:4608;s:17:\"variantname-sr-ec\";i:4609;s:17:\"variantname-sr-el\";i:4610;s:19:\"variantname-sr-latn\";i:4611;s:14:\"variantname-sr\";i:4612;s:17:\"variantname-kk-kz\";i:4613;s:17:\"variantname-kk-tr\";i:4614;s:17:\"variantname-kk-cn\";i:4615;s:19:\"variantname-kk-cyrl\";i:4616;s:19:\"variantname-kk-latn\";i:4617;s:19:\"variantname-kk-arab\";i:4618;s:14:\"variantname-kk\";i:4619;s:19:\"variantname-ku-arab\";i:4620;s:19:\"variantname-ku-latn\";i:4621;s:14:\"variantname-ku\";i:4622;s:19:\"variantname-tg-cyrl\";i:4623;s:19:\"variantname-tg-latn\";i:4624;s:14:\"variantname-tg\";i:4625;s:20:\"variantname-tly-cyrl\";i:4626;s:15:\"variantname-tly\";i:4627;s:20:\"variantname-ike-cans\";i:4628;s:20:\"variantname-ike-latn\";i:4629;s:14:\"variantname-iu\";i:4630;s:20:\"variantname-shi-tfng\";i:4631;s:20:\"variantname-shi-latn\";i:4632;s:15:\"variantname-shi\";i:4633;s:14:\"variantname-uz\";i:4634;s:19:\"variantname-uz-latn\";i:4635;s:19:\"variantname-uz-cyrl\";i:4636;s:15:\"variantname-crh\";i:4637;s:20:\"variantname-crh-latn\";i:4638;s:20:\"variantname-crh-cyrl\";i:4639;s:17:\"metadata-langitem\";i:4640;s:25:\"metadata-langitem-default\";i:4641;s:33:\"notificationemail_subject_changed\";i:4642;s:33:\"notificationemail_subject_removed\";i:4643;s:30:\"notificationemail_body_changed\";i:4644;s:30:\"notificationemail_body_removed\";i:4645;s:10:\"unit-pixel\";i:4646;s:19:\"confirm-watch-label\";i:4647;s:24:\"watchlist-expiry-options\";i:4648;s:31:\"watchlist-expires-in-aria-label\";i:4649;s:27:\"confirm-watch-button-expiry\";i:4650;s:20:\"confirm-rollback-top\";i:4651;s:23:\"confirm-rollback-bottom\";i:4652;s:24:\"confirm-mcrrestore-title\";i:4653;s:21:\"confirm-mcrundo-title\";i:4654;s:13:\"mcrundofailed\";i:4655;s:20:\"mcrundo-missingparam\";i:4656;s:15:\"mcrundo-changed\";i:4657;s:20:\"mcrundo-parse-failed\";i:4658;s:19:\"semicolon-separator\";i:4659;s:15:\"comma-separator\";i:4660;s:15:\"colon-separator\";i:4661;s:18:\"autocomment-prefix\";i:4662;s:14:\"pipe-separator\";i:4663;s:14:\"word-separator\";i:4664;s:8:\"ellipsis\";i:4665;s:7:\"percent\";i:4666;s:11:\"parentheses\";i:4667;s:17:\"parentheses-start\";i:4668;s:15:\"parentheses-end\";i:4669;s:8:\"brackets\";i:4670;s:14:\"brackets-start\";i:4671;s:12:\"brackets-end\";i:4672;s:13:\"formatnum-nan\";i:4673;s:12:\"img-lang-opt\";i:4674;s:13:\"img-lang-info\";i:4675;s:25:\"autosumm-removed-redirect\";i:4676;s:32:\"autosumm-changed-redirect-target\";i:4677;s:29:\"block-autoblock-exemptionlist\";i:4678;s:14:\"size-terabytes\";i:4679;s:14:\"size-petabytes\";i:4680;s:13:\"size-exabytes\";i:4681;s:15:\"size-zettabytes\";i:4682;s:15:\"size-yottabytes\";i:4683;s:15:\"size-ronnabytes\";i:4684;s:16:\"size-quettabytes\";i:4685;s:10:\"size-pixel\";i:4686;s:14:\"size-kilopixel\";i:4687;s:14:\"size-megapixel\";i:4688;s:14:\"size-gigapixel\";i:4689;s:14:\"size-terapixel\";i:4690;s:14:\"size-petapixel\";i:4691;s:13:\"size-exapixel\";i:4692;s:15:\"size-zettapixel\";i:4693;s:15:\"size-yottapixel\";i:4694;s:15:\"size-ronnapixel\";i:4695;s:16:\"size-quettapixel\";i:4696;s:12:\"bitrate-bits\";i:4697;s:16:\"bitrate-kilobits\";i:4698;s:16:\"bitrate-megabits\";i:4699;s:16:\"bitrate-gigabits\";i:4700;s:16:\"bitrate-terabits\";i:4701;s:16:\"bitrate-petabits\";i:4702;s:15:\"bitrate-exabits\";i:4703;s:17:\"bitrate-zettabits\";i:4704;s:17:\"bitrate-yottabits\";i:4705;s:17:\"bitrate-ronnabits\";i:4706;s:18:\"bitrate-quettabits\";i:4707;s:21:\"editwatchlist-summary\";i:4708;s:25:\"watchlistedit-clear-title\";i:4709;s:26:\"watchlistedit-clear-legend\";i:4710;s:27:\"watchlistedit-clear-explain\";i:4711;s:26:\"watchlistedit-clear-submit\";i:4712;s:28:\"watchlistedit-clear-jobqueue\";i:4713;s:22:\"watchlistedit-too-many\";i:4714;s:19:\"iranian-calendar-m1\";i:4715;s:19:\"iranian-calendar-m2\";i:4716;s:19:\"iranian-calendar-m3\";i:4717;s:19:\"iranian-calendar-m4\";i:4718;s:19:\"iranian-calendar-m5\";i:4719;s:19:\"iranian-calendar-m6\";i:4720;s:19:\"iranian-calendar-m7\";i:4721;s:19:\"iranian-calendar-m8\";i:4722;s:19:\"iranian-calendar-m9\";i:4723;s:20:\"iranian-calendar-m10\";i:4724;s:20:\"iranian-calendar-m11\";i:4725;s:20:\"iranian-calendar-m12\";i:4726;s:17:\"hijri-calendar-m1\";i:4727;s:17:\"hijri-calendar-m2\";i:4728;s:17:\"hijri-calendar-m3\";i:4729;s:17:\"hijri-calendar-m4\";i:4730;s:17:\"hijri-calendar-m5\";i:4731;s:17:\"hijri-calendar-m6\";i:4732;s:17:\"hijri-calendar-m7\";i:4733;s:17:\"hijri-calendar-m8\";i:4734;s:17:\"hijri-calendar-m9\";i:4735;s:18:\"hijri-calendar-m10\";i:4736;s:18:\"hijri-calendar-m11\";i:4737;s:18:\"hijri-calendar-m12\";i:4738;s:18:\"hebrew-calendar-m1\";i:4739;s:18:\"hebrew-calendar-m2\";i:4740;s:18:\"hebrew-calendar-m3\";i:4741;s:18:\"hebrew-calendar-m4\";i:4742;s:18:\"hebrew-calendar-m5\";i:4743;s:18:\"hebrew-calendar-m6\";i:4744;s:19:\"hebrew-calendar-m6a\";i:4745;s:19:\"hebrew-calendar-m6b\";i:4746;s:18:\"hebrew-calendar-m7\";i:4747;s:18:\"hebrew-calendar-m8\";i:4748;s:18:\"hebrew-calendar-m9\";i:4749;s:19:\"hebrew-calendar-m10\";i:4750;s:19:\"hebrew-calendar-m11\";i:4751;s:19:\"hebrew-calendar-m12\";i:4752;s:22:\"hebrew-calendar-m1-gen\";i:4753;s:22:\"hebrew-calendar-m2-gen\";i:4754;s:22:\"hebrew-calendar-m3-gen\";i:4755;s:22:\"hebrew-calendar-m4-gen\";i:4756;s:22:\"hebrew-calendar-m5-gen\";i:4757;s:22:\"hebrew-calendar-m6-gen\";i:4758;s:23:\"hebrew-calendar-m6a-gen\";i:4759;s:23:\"hebrew-calendar-m6b-gen\";i:4760;s:22:\"hebrew-calendar-m7-gen\";i:4761;s:22:\"hebrew-calendar-m8-gen\";i:4762;s:22:\"hebrew-calendar-m9-gen\";i:4763;s:23:\"hebrew-calendar-m10-gen\";i:4764;s:23:\"hebrew-calendar-m11-gen\";i:4765;s:23:\"hebrew-calendar-m12-gen\";i:4766;s:14:\"signature-anon\";i:4767;s:14:\"signature-temp\";i:4768;s:12:\"timezone-utc\";i:4769;s:22:\"duplicate-displaytitle\";i:4770;s:23:\"restricted-displaytitle\";i:4771;s:22:\"invalid-indicator-name\";i:4772;s:25:\"invalid-langconvert-attrs\";i:4773;s:15:\"version-summary\";i:4774;s:15:\"version-editors\";i:4775;s:11:\"version-api\";i:4776;s:15:\"version-version\";i:4777;s:25:\"version-license-not-found\";i:4778;s:25:\"version-credits-not-found\";i:4779;s:25:\"version-poweredby-various\";i:4780;s:20:\"version-db-mysql-url\";i:4781;s:22:\"version-db-mariadb-url\";i:4782;s:22:\"version-db-percona-url\";i:4783;s:23:\"version-db-postgres-url\";i:4784;s:21:\"version-db-sqlite-url\";i:4785;s:31:\"version-entrypoints-articlepath\";i:4786;s:30:\"version-entrypoints-scriptpath\";i:4787;s:29:\"version-entrypoints-index-php\";i:4788;s:27:\"version-entrypoints-api-php\";i:4789;s:28:\"version-entrypoints-rest-php\";i:4790;s:17:\"version-libraries\";i:4791;s:13:\"redirect-text\";i:4792;s:14:\"redirect-logid\";i:4793;s:20:\"redirect-not-numeric\";i:4794;s:20:\"specialpages-summary\";i:4795;s:24:\"specialpages-note-cached\";i:4796;s:28:\"disabledspecialpage-disabled\";i:4797;s:12:\"tags-summary\";i:4798;s:10:\"tag-hidden\";i:4799;s:25:\"tag-mw-contentmodelchange\";i:4800;s:37:\"tag-mw-contentmodelchange-description\";i:4801;s:19:\"tag-mw-new-redirect\";i:4802;s:31:\"tag-mw-new-redirect-description\";i:4803;s:23:\"tag-mw-removed-redirect\";i:4804;s:35:\"tag-mw-removed-redirect-description\";i:4805;s:30:\"tag-mw-changed-redirect-target\";i:4806;s:42:\"tag-mw-changed-redirect-target-description\";i:4807;s:12:\"tag-mw-blank\";i:4808;s:24:\"tag-mw-blank-description\";i:4809;s:14:\"tag-mw-replace\";i:4810;s:26:\"tag-mw-replace-description\";i:4811;s:15:\"tag-mw-rollback\";i:4812;s:27:\"tag-mw-rollback-description\";i:4813;s:11:\"tag-mw-undo\";i:4814;s:23:\"tag-mw-undo-description\";i:4815;s:20:\"tag-mw-manual-revert\";i:4816;s:32:\"tag-mw-manual-revert-description\";i:4817;s:27:\"tag-mw-reverted-description\";i:4818;s:25:\"tag-mw-server-side-upload\";i:4819;s:37:\"tag-mw-server-side-upload-description\";i:4820;s:21:\"tags-source-extension\";i:4821;s:18:\"tags-source-manual\";i:4822;s:11:\"tags-hidden\";i:4823;s:25:\"tags-manage-no-permission\";i:4824;s:19:\"tags-manage-blocked\";i:4825;s:19:\"tags-create-heading\";i:4826;s:23:\"tags-create-explanation\";i:4827;s:20:\"tags-create-tag-name\";i:4828;s:19:\"tags-create-no-name\";i:4829;s:25:\"tags-create-invalid-chars\";i:4830;s:31:\"tags-create-invalid-title-chars\";i:4831;s:26:\"tags-create-already-exists\";i:4832;s:26:\"tags-create-warnings-above\";i:4833;s:26:\"tags-create-warnings-below\";i:4834;s:17:\"tags-delete-title\";i:4835;s:31:\"tags-delete-explanation-initial\";i:4836;s:30:\"tags-delete-explanation-in-use\";i:4837;s:31:\"tags-delete-explanation-warning\";i:4838;s:30:\"tags-delete-explanation-active\";i:4839;s:18:\"tags-delete-submit\";i:4840;s:23:\"tags-delete-not-allowed\";i:4841;s:21:\"tags-delete-not-found\";i:4842;s:25:\"tags-delete-too-many-uses\";i:4843;s:33:\"tags-delete-warnings-after-delete\";i:4844;s:25:\"tags-delete-no-permission\";i:4845;s:19:\"tags-activate-title\";i:4846;s:22:\"tags-activate-question\";i:4847;s:25:\"tags-activate-not-allowed\";i:4848;s:23:\"tags-activate-not-found\";i:4849;s:21:\"tags-deactivate-title\";i:4850;s:24:\"tags-deactivate-question\";i:4851;s:27:\"tags-deactivate-not-allowed\";i:4852;s:24:\"tags-apply-no-permission\";i:4853;s:18:\"tags-apply-blocked\";i:4854;s:26:\"tags-apply-not-allowed-one\";i:4855;s:28:\"tags-apply-not-allowed-multi\";i:4856;s:25:\"tags-update-no-permission\";i:4857;s:19:\"tags-update-blocked\";i:4858;s:31:\"tags-update-add-not-allowed-one\";i:4859;s:33:\"tags-update-add-not-allowed-multi\";i:4860;s:34:\"tags-update-remove-not-allowed-one\";i:4861;s:36:\"tags-update-remove-not-allowed-multi\";i:4862;s:15:\"tags-edit-title\";i:4863;s:21:\"tags-edit-manage-link\";i:4864;s:27:\"tags-edit-revision-selected\";i:4865;s:27:\"tags-edit-logentry-selected\";i:4866;s:30:\"tags-edit-revision-explanation\";i:4867;s:30:\"tags-edit-logentry-explanation\";i:4868;s:25:\"tags-edit-revision-legend\";i:4869;s:25:\"tags-edit-logentry-legend\";i:4870;s:23:\"tags-edit-existing-tags\";i:4871;s:18:\"tags-edit-new-tags\";i:4872;s:13:\"tags-edit-add\";i:4873;s:16:\"tags-edit-remove\";i:4874;s:25:\"tags-edit-remove-all-tags\";i:4875;s:28:\"tags-edit-chosen-placeholder\";i:4876;s:27:\"tags-edit-chosen-no-results\";i:4877;s:25:\"tags-edit-revision-submit\";i:4878;s:25:\"tags-edit-logentry-submit\";i:4879;s:17:\"tags-edit-success\";i:4880;s:17:\"tags-edit-failure\";i:4881;s:23:\"tags-edit-nooldid-title\";i:4882;s:22:\"tags-edit-nooldid-text\";i:4883;s:23:\"tags-edit-none-selected\";i:4884;s:20:\"comparepages-summary\";i:4885;s:15:\"diff-form-oldid\";i:4886;s:15:\"diff-form-revid\";i:4887;s:17:\"diff-form-summary\";i:4888;s:21:\"diff-form-other-revid\";i:4889;s:21:\"diff-form-error-revid\";i:4890;s:19:\"permanentlink-revid\";i:4891;s:21:\"permanentlink-summary\";i:4892;s:10:\"newsection\";i:4893;s:15:\"newsection-page\";i:4894;s:17:\"newsection-submit\";i:4895;s:18:\"newsection-summary\";i:4896;s:8:\"editpage\";i:4897;s:20:\"specialeditpage-page\";i:4898;s:22:\"specialeditpage-submit\";i:4899;s:16:\"editpage-summary\";i:4900;s:22:\"specialdeletepage-page\";i:4901;s:24:\"specialdeletepage-submit\";i:4902;s:18:\"deletepage-summary\";i:4903;s:8:\"pageinfo\";i:4904;s:20:\"specialpageinfo-page\";i:4905;s:22:\"specialpageinfo-submit\";i:4906;s:16:\"pageinfo-summary\";i:4907;s:11:\"pagehistory\";i:4908;s:23:\"specialpagehistory-page\";i:4909;s:25:\"specialpagehistory-submit\";i:4910;s:19:\"pagehistory-summary\";i:4911;s:11:\"protectpage\";i:4912;s:23:\"specialprotectpage-page\";i:4913;s:25:\"specialprotectpage-submit\";i:4914;s:19:\"protectpage-summary\";i:4915;s:17:\"specialpurge-page\";i:4916;s:19:\"specialpurge-submit\";i:4917;s:13:\"purge-summary\";i:4918;s:28:\"htmlform-multiselect-toomany\";i:4919;s:21:\"htmlform-date-invalid\";i:4920;s:21:\"htmlform-time-invalid\";i:4921;s:25:\"htmlform-datetime-invalid\";i:4922;s:20:\"htmlform-date-toolow\";i:4923;s:21:\"htmlform-date-toohigh\";i:4924;s:20:\"htmlform-time-toolow\";i:4925;s:21:\"htmlform-time-toohigh\";i:4926;s:24:\"htmlform-datetime-toolow\";i:4927;s:25:\"htmlform-datetime-toohigh\";i:4928;s:24:\"htmlform-title-interwiki\";i:4929;s:24:\"htmlform-tag-not-allowed\";i:4930;s:10:\"rawmessage\";i:4931;s:28:\"logentry-delete-delete_redir\";i:4932;s:29:\"logentry-delete-delete_redir2\";i:4933;s:31:\"logentry-delete-restore-nocount\";i:4934;s:23:\"restore-count-revisions\";i:4935;s:19:\"restore-count-files\";i:4936;s:20:\"logentry-block-block\";i:4937;s:22:\"logentry-block-unblock\";i:4938;s:22:\"logentry-block-reblock\";i:4939;s:32:\"logentry-partialblock-block-page\";i:4940;s:30:\"logentry-partialblock-block-ns\";i:4941;s:34:\"logentry-partialblock-block-action\";i:4942;s:27:\"logentry-partialblock-block\";i:4943;s:29:\"logentry-partialblock-reblock\";i:4944;s:32:\"logentry-non-editing-block-block\";i:4945;s:34:\"logentry-non-editing-block-reblock\";i:4946;s:23:\"logentry-suppress-block\";i:4947;s:25:\"logentry-suppress-reblock\";i:4948;s:22:\"logentry-import-upload\";i:4949;s:30:\"logentry-import-upload-details\";i:4950;s:25:\"logentry-import-interwiki\";i:4951;s:33:\"logentry-import-interwiki-details\";i:4952;s:20:\"logentry-merge-merge\";i:4953;s:26:\"logentry-protect-move_prot\";i:4954;s:26:\"logentry-protect-unprotect\";i:4955;s:24:\"logentry-protect-protect\";i:4956;s:32:\"logentry-protect-protect-cascade\";i:4957;s:23:\"logentry-protect-modify\";i:4958;s:31:\"logentry-protect-modify-cascade\";i:4959;s:19:\"log-name-managetags\";i:4960;s:26:\"log-description-managetags\";i:4961;s:26:\"logentry-managetags-create\";i:4962;s:26:\"logentry-managetags-delete\";i:4963;s:28:\"logentry-managetags-activate\";i:4964;s:30:\"logentry-managetags-deactivate\";i:4965;s:12:\"log-name-tag\";i:4966;s:19:\"log-description-tag\";i:4967;s:32:\"logentry-tag-update-add-revision\";i:4968;s:32:\"logentry-tag-update-add-logentry\";i:4969;s:35:\"logentry-tag-update-remove-revision\";i:4970;s:35:\"logentry-tag-update-remove-logentry\";i:4971;s:28:\"logentry-tag-update-revision\";i:4972;s:28:\"logentry-tag-update-logentry\";i:4973;s:14:\"deletedarticle\";i:4974;s:16:\"undeletedarticle\";i:4975;s:15:\"patrol-log-line\";i:4976;s:15:\"patrol-log-auto\";i:4977;s:15:\"patrol-log-diff\";i:4978;s:9:\"1movedto2\";i:4979;s:15:\"1movedto2_redir\";i:4980;s:23:\"newuserlog-create-entry\";i:4981;s:24:\"newuserlog-create2-entry\";i:4982;s:27:\"newuserlog-autocreate-entry\";i:4983;s:14:\"rightslogentry\";i:4984;s:26:\"rightslogentry-autopromote\";i:4985;s:30:\"rightslogentry-temporary-group\";i:4986;s:35:\"feedback-external-bug-report-button\";i:4987;s:21:\"feedback-dialog-title\";i:4988;s:21:\"feedback-dialog-intro\";i:4989;s:15:\"feedback-error4\";i:4990;s:14:\"feedback-terms\";i:4991;s:19:\"feedback-termsofuse\";i:4992;s:18:\"feedback-useragent\";i:4993;s:27:\"search-match-redirect-label\";i:4994;s:26:\"search-match-redirect-help\";i:4995;s:17:\"searchlimit-label\";i:4996;s:16:\"searchlimit-help\";i:4997;s:30:\"api-clientside-error-noconnect\";i:4998;s:25:\"api-clientside-error-http\";i:4999;s:28:\"api-clientside-error-aborted\";i:5000;s:36:\"api-clientside-error-invalidresponse\";i:5001;s:32:\"limitreport-ppvisitednodes-value\";i:5002;s:32:\"limitreport-templateargumentsize\";i:5003;s:32:\"limitreport-expansiondepth-value\";i:5004;s:34:\"limitreport-expensivefunctioncount\";i:5005;s:40:\"limitreport-expensivefunctioncount-value\";i:5006;s:25:\"limitreport-unstrip-depth\";i:5007;s:31:\"limitreport-unstrip-depth-value\";i:5008;s:24:\"limitreport-unstrip-size\";i:5009;s:30:\"limitreport-unstrip-size-value\";i:5010;s:34:\"expand_templates_preview_fail_html\";i:5011;s:39:\"expand_templates_preview_fail_html_anon\";i:5012;s:30:\"expand_templates_input_missing\";i:5013;s:27:\"pagelang-unchanged-language\";i:5014;s:35:\"pagelang-unchanged-language-default\";i:5015;s:18:\"pagelang-db-failed\";i:5016;s:15:\"action-pagelang\";i:5017;s:22:\"default-skin-not-found\";i:5018;s:31:\"default-skin-not-found-no-skins\";i:5019;s:34:\"default-skin-not-found-row-enabled\";i:5020;s:23:\"mediastatistics-summary\";i:5021;s:22:\"mediastatistics-nfiles\";i:5022;s:28:\"mediastatistics-bytespertype\";i:5023;s:24:\"mediastatistics-allbytes\";i:5024;s:29:\"mediastatistics-header-bitmap\";i:5025;s:30:\"mediastatistics-header-drawing\";i:5026;s:33:\"mediastatistics-header-multimedia\";i:5027;s:25:\"mediastatistics-header-3d\";i:5028;s:24:\"json-warn-trailing-comma\";i:5029;s:18:\"json-error-unknown\";i:5030;s:16:\"json-error-depth\";i:5031;s:25:\"json-error-state-mismatch\";i:5032;s:20:\"json-error-ctrl-char\";i:5033;s:15:\"json-error-utf8\";i:5034;s:32:\"json-error-invalid-property-name\";i:5035;s:16:\"json-error-utf16\";i:5036;s:43:\"special-characters-group-canadianaboriginal\";i:5037;s:30:\"special-characters-group-runes\";i:5038;s:30:\"mw-widgets-copytextlayout-copy\";i:5039;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:5040;s:38:\"mw-widgets-copytextlayout-copy-success\";i:5041;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:5042;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:5043;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:5044;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:5045;s:15:\"date-range-from\";i:5046;s:13:\"date-range-to\";i:5047;s:18:\"sessionmanager-tie\";i:5048;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:5049;s:25:\"sessionprovider-nocookies\";i:5050;s:23:\"log-action-filter-block\";i:5051;s:30:\"log-action-filter-contentmodel\";i:5052;s:24:\"log-action-filter-delete\";i:5053;s:24:\"log-action-filter-import\";i:5054;s:28:\"log-action-filter-managetags\";i:5055;s:22:\"log-action-filter-move\";i:5056;s:26:\"log-action-filter-newusers\";i:5057;s:24:\"log-action-filter-patrol\";i:5058;s:25:\"log-action-filter-protect\";i:5059;s:24:\"log-action-filter-rights\";i:5060;s:26:\"log-action-filter-suppress\";i:5061;s:24:\"log-action-filter-upload\";i:5062;s:29:\"log-action-filter-block-block\";i:5063;s:31:\"log-action-filter-block-reblock\";i:5064;s:31:\"log-action-filter-block-unblock\";i:5065;s:37:\"log-action-filter-contentmodel-change\";i:5066;s:34:\"log-action-filter-contentmodel-new\";i:5067;s:31:\"log-action-filter-delete-delete\";i:5068;s:37:\"log-action-filter-delete-delete_redir\";i:5069;s:38:\"log-action-filter-delete-delete_redir2\";i:5070;s:32:\"log-action-filter-delete-restore\";i:5071;s:30:\"log-action-filter-delete-event\";i:5072;s:33:\"log-action-filter-delete-revision\";i:5073;s:34:\"log-action-filter-import-interwiki\";i:5074;s:31:\"log-action-filter-import-upload\";i:5075;s:35:\"log-action-filter-managetags-create\";i:5076;s:35:\"log-action-filter-managetags-delete\";i:5077;s:37:\"log-action-filter-managetags-activate\";i:5078;s:39:\"log-action-filter-managetags-deactivate\";i:5079;s:27:\"log-action-filter-move-move\";i:5080;s:33:\"log-action-filter-move-move_redir\";i:5081;s:33:\"log-action-filter-newusers-create\";i:5082;s:34:\"log-action-filter-newusers-create2\";i:5083;s:37:\"log-action-filter-newusers-autocreate\";i:5084;s:34:\"log-action-filter-newusers-byemail\";i:5085;s:31:\"log-action-filter-patrol-patrol\";i:5086;s:35:\"log-action-filter-patrol-autopatrol\";i:5087;s:33:\"log-action-filter-protect-protect\";i:5088;s:32:\"log-action-filter-protect-modify\";i:5089;s:35:\"log-action-filter-protect-unprotect\";i:5090;s:35:\"log-action-filter-protect-move_prot\";i:5091;s:31:\"log-action-filter-rights-rights\";i:5092;s:36:\"log-action-filter-rights-autopromote\";i:5093;s:32:\"log-action-filter-suppress-event\";i:5094;s:35:\"log-action-filter-suppress-revision\";i:5095;s:33:\"log-action-filter-suppress-delete\";i:5096;s:32:\"log-action-filter-suppress-block\";i:5097;s:34:\"log-action-filter-suppress-reblock\";i:5098;s:31:\"log-action-filter-upload-upload\";i:5099;s:34:\"log-action-filter-upload-overwrite\";i:5100;s:31:\"log-action-filter-upload-revert\";i:5101;s:33:\"authmanager-authn-not-in-progress\";i:5102;s:28:\"authmanager-authn-no-primary\";i:5103;s:31:\"authmanager-authn-no-local-user\";i:5104;s:36:\"authmanager-authn-no-local-user-link\";i:5105;s:35:\"authmanager-authn-autocreate-failed\";i:5106;s:32:\"authmanager-change-not-supported\";i:5107;s:27:\"authmanager-create-disabled\";i:5108;s:29:\"authmanager-create-from-login\";i:5109;s:34:\"authmanager-create-not-in-progress\";i:5110;s:29:\"authmanager-create-no-primary\";i:5111;s:27:\"authmanager-link-no-primary\";i:5112;s:32:\"authmanager-link-not-in-progress\";i:5113;s:29:\"authmanager-autocreate-noperm\";i:5114;s:32:\"authmanager-autocreate-exception\";i:5115;s:28:\"authmanager-userdoesnotexist\";i:5116;s:45:\"authmanager-userlogin-remembermypassword-help\";i:5117;s:25:\"authmanager-username-help\";i:5118;s:25:\"authmanager-password-help\";i:5119;s:23:\"authmanager-domain-help\";i:5120;s:23:\"authmanager-retype-help\";i:5121;s:29:\"authmanager-provider-password\";i:5122;s:36:\"authmanager-provider-password-domain\";i:5123;s:35:\"authmanager-account-password-domain\";i:5124;s:38:\"authmanager-provider-temporarypassword\";i:5125;s:32:\"authprovider-confirmlink-message\";i:5126;s:31:\"authprovider-confirmlink-option\";i:5127;s:38:\"authprovider-confirmlink-request-label\";i:5128;s:37:\"authprovider-confirmlink-request-help\";i:5129;s:37:\"authprovider-confirmlink-success-line\";i:5130;s:36:\"authprovider-confirmlink-failed-line\";i:5131;s:31:\"authprovider-confirmlink-failed\";i:5132;s:32:\"authprovider-confirmlink-ok-help\";i:5133;s:32:\"authprovider-resetpass-skip-help\";i:5134;s:24:\"authform-nosession-login\";i:5135;s:25:\"authform-nosession-signup\";i:5136;s:17:\"authform-newtoken\";i:5137;s:16:\"authform-notoken\";i:5138;s:19:\"authform-wrongtoken\";i:5139;s:37:\"specialpage-securitylevel-not-allowed\";i:5140;s:21:\"authpage-cannot-login\";i:5141;s:30:\"authpage-cannot-login-continue\";i:5142;s:22:\"authpage-cannot-create\";i:5143;s:31:\"authpage-cannot-create-continue\";i:5144;s:20:\"authpage-cannot-link\";i:5145;s:29:\"authpage-cannot-link-continue\";i:5146;s:32:\"changecredentials-invalidsubpage\";i:5147;s:32:\"removecredentials-invalidsubpage\";i:5148;s:25:\"removecredentials-success\";i:5149;s:24:\"credentialsform-provider\";i:5150;s:28:\"cannotlink-no-provider-title\";i:5151;s:22:\"cannotlink-no-provider\";i:5152;s:12:\"linkaccounts\";i:5153;s:25:\"linkaccounts-success-text\";i:5154;s:19:\"linkaccounts-submit\";i:5155;s:30:\"cannotunlink-no-provider-title\";i:5156;s:24:\"cannotunlink-no-provider\";i:5157;s:14:\"unlinkaccounts\";i:5158;s:22:\"unlinkaccounts-success\";i:5159;s:32:\"authenticationdatachange-ignored\";i:5160;s:14:\"userjsispublic\";i:5161;s:16:\"userjsonispublic\";i:5162;s:15:\"usercssispublic\";i:5163;s:15:\"userjsdangerous\";i:5164;s:23:\"restrictionsfield-badip\";i:5165;s:23:\"restrictionsfield-label\";i:5166;s:22:\"restrictionsfield-help\";i:5167;s:11:\"specialmute\";i:5168;s:19:\"specialmute-success\";i:5169;s:18:\"specialmute-submit\";i:5170;s:28:\"specialmute-label-mute-email\";i:5171;s:18:\"specialmute-header\";i:5172;s:30:\"specialmute-error-invalid-user\";i:5173;s:28:\"specialmute-error-no-options\";i:5174;s:24:\"specialmute-email-footer\";i:5175;s:26:\"specialmute-login-required\";i:5176;s:16:\"mute-preferences\";i:5177;s:5:\"revid\";i:5178;s:6:\"pageid\";i:5179;s:18:\"rawhtml-notallowed\";i:5180;s:13:\"gotointerwiki\";i:5181;s:21:\"gotointerwiki-invalid\";i:5182;s:22:\"gotointerwiki-external\";i:5183;s:17:\"undelete-cantedit\";i:5184;s:19:\"undelete-cantcreate\";i:5185;s:14:\"pagedata-title\";i:5186;s:13:\"pagedata-text\";i:5187;s:23:\"pagedata-not-acceptable\";i:5188;s:24:\"unregistered-user-config\";i:5189;s:16:\"passwordpolicies\";i:5190;s:24:\"passwordpolicies-summary\";i:5191;s:22:\"passwordpolicies-group\";i:5192;s:25:\"passwordpolicies-policies\";i:5193;s:31:\"passwordpolicies-policy-display\";i:5194;s:40:\"passwordpolicies-policy-displaywithflags\";i:5195;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:5196;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:5197;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:5198;s:39:\"passwordpolicies-policyflag-forcechange\";i:5199;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:5200;s:27:\"mycustomjsredirectprotected\";i:5201;s:22:\"deflate-invaliddeflate\";i:5202;s:14:\"unprotected-js\";i:5203;s:19:\"userlogout-continue\";i:5204;s:15:\"userlogout-temp\";i:5205;s:22:\"paramvalidator-baduser\";i:5206;s:29:\"paramvalidator-help-type-user\";i:5207;s:42:\"paramvalidator-help-type-user-subtype-name\";i:5208;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:5209;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:5210;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:5211;s:40:\"paramvalidator-help-type-user-subtype-id\";i:5212;s:23:\"paramvalidator-badtitle\";i:5213;s:27:\"paramvalidator-missingtitle\";i:5214;s:30:\"paramvalidator-help-type-title\";i:5215;s:41:\"paramvalidator-help-type-title-must-exist\";i:5216;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:5217;s:43:\"nonmain-slot-differences-therefore-readonly\";i:5218;s:18:\"config-missing-key\";i:5219;s:18:\"config-invalid-key\";i:5220;s:21:\"changeslist-nocomment\";i:5221;s:26:\"copyupload-allowed-domains\";i:5222;s:30:\"parsoid-stash-rate-limit-error\";i:5223;s:31:\"parsoid-resource-limit-exceeded\";i:5224;s:20:\"parsoid-client-error\";i:5225;s:22:\"newpages-showhide-bots\";i:5226;s:27:\"newpages-showhide-patrolled\";i:5227;s:26:\"newpages-showhide-redirect\";i:5228;s:28:\"newpages-showhide-registered\";i:5229;s:19:\"exif-fnumber-format\";i:5230;s:23:\"exif-focallength-format\";i:5231;s:22:\"exif-coordinate-format\";i:5232;s:15:\"exif-make-value\";i:5233;s:16:\"exif-model-value\";i:5234;s:19:\"exif-software-value\";i:5235;s:27:\"exif-software-version-value\";i:5236;s:18:\"exif-contact-value\";i:5237;s:26:\"exif-subjectnewscode-value\";i:5238;s:18:\"exif-compression-5\";i:5239;s:18:\"exif-compression-6\";i:5240;s:18:\"exif-compression-7\";i:5241;s:18:\"exif-compression-8\";i:5242;s:22:\"exif-compression-32773\";i:5243;s:22:\"exif-compression-32946\";i:5244;s:22:\"exif-compression-34712\";i:5245;s:32:\"exif-photometricinterpretation-0\";i:5246;s:32:\"exif-photometricinterpretation-1\";i:5247;s:32:\"exif-photometricinterpretation-2\";i:5248;s:32:\"exif-photometricinterpretation-3\";i:5249;s:32:\"exif-photometricinterpretation-4\";i:5250;s:32:\"exif-photometricinterpretation-5\";i:5251;s:32:\"exif-photometricinterpretation-6\";i:5252;s:32:\"exif-photometricinterpretation-8\";i:5253;s:32:\"exif-photometricinterpretation-9\";i:5254;s:33:\"exif-photometricinterpretation-10\";i:5255;s:36:\"exif-photometricinterpretation-32803\";i:5256;s:36:\"exif-photometricinterpretation-34892\";i:5257;s:19:\"exif-xyresolution-i\";i:5258;s:19:\"exif-xyresolution-c\";i:5259;s:17:\"exif-colorspace-1\";i:5260;s:30:\"exif-componentsconfiguration-1\";i:5261;s:30:\"exif-componentsconfiguration-2\";i:5262;s:30:\"exif-componentsconfiguration-3\";i:5263;s:30:\"exif-componentsconfiguration-4\";i:5264;s:30:\"exif-componentsconfiguration-5\";i:5265;s:30:\"exif-componentsconfiguration-6\";i:5266;s:19:\"exif-lightsource-20\";i:5267;s:19:\"exif-lightsource-21\";i:5268;s:19:\"exif-lightsource-22\";i:5269;s:19:\"exif-lightsource-23\";i:5270;s:21:\"exif-customrendered-2\";i:5271;s:21:\"exif-customrendered-3\";i:5272;s:21:\"exif-customrendered-4\";i:5273;s:21:\"exif-customrendered-6\";i:5274;s:21:\"exif-customrendered-7\";i:5275;s:21:\"exif-customrendered-8\";i:5276;s:27:\"exif-maxaperturevalue-value\";i:5277;s:19:\"exif-firstphotodate\";i:5278;s:18:\"exif-lastphotodate\";i:5279;s:19:\"exif-projectiontype\";i:5280;s:35:\"exif-projectiontype-equirectangular\";i:5281;s:22:\"exif-usepanoramaviewer\";i:5282;s:27:\"exif-usepanoramaviewer-true\";i:5283;s:28:\"exif-usepanoramaviewer-false\";i:5284;s:21:\"exif-exposurelockused\";i:5285;s:26:\"exif-exposurelockused-true\";i:5286;s:27:\"exif-exposurelockused-false\";i:5287;s:23:\"exif-poseheadingdegrees\";i:5288;s:21:\"exif-posepitchdegrees\";i:5289;s:20:\"exif-poserolldegrees\";i:5290;s:30:\"exif-initialviewheadingdegrees\";i:5291;s:28:\"exif-initialviewpitchdegrees\";i:5292;s:27:\"exif-initialviewrolldegrees\";i:5293;s:32:\"exif-initialhorizontalfovdegrees\";i:5294;s:30:\"exif-initialverticalfovdegrees\";i:5295;s:22:\"exif-sourcephotoscount\";i:5296;s:32:\"exif-croppedareaimagewidthpixels\";i:5297;s:33:\"exif-croppedareaimageheightpixels\";i:5298;s:24:\"exif-fullpanowidthpixels\";i:5299;s:25:\"exif-fullpanoheightpixels\";i:5300;s:26:\"exif-croppedarealeftpixels\";i:5301;s:25:\"exif-croppedareatoppixels\";i:5302;s:23:\"exif-initialcameradolly\";i:5303;s:22:\"exif-stitchingsoftware\";i:5304;s:20:\"apihelp-main-summary\";i:5305;s:33:\"apihelp-main-extended-description\";i:5306;s:25:\"apihelp-main-param-action\";i:5307;s:25:\"apihelp-main-param-format\";i:5308;s:25:\"apihelp-main-param-maxlag\";i:5309;s:26:\"apihelp-main-param-smaxage\";i:5310;s:25:\"apihelp-main-param-maxage\";i:5311;s:25:\"apihelp-main-param-assert\";i:5312;s:29:\"apihelp-main-param-assertuser\";i:5313;s:28:\"apihelp-main-param-requestid\";i:5314;s:27:\"apihelp-main-param-servedby\";i:5315;s:31:\"apihelp-main-param-curtimestamp\";i:5316;s:35:\"apihelp-main-param-responselanginfo\";i:5317;s:25:\"apihelp-main-param-origin\";i:5318;s:26:\"apihelp-main-param-uselang\";i:5319;s:26:\"apihelp-main-param-variant\";i:5320;s:30:\"apihelp-main-param-errorformat\";i:5321;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5322;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5323;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5324;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:5325;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:5326;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5327;s:28:\"apihelp-main-param-errorlang\";i:5328;s:33:\"apihelp-main-param-errorsuselocal\";i:5329;s:21:\"apihelp-block-summary\";i:5330;s:24:\"apihelp-block-param-user\";i:5331;s:26:\"apihelp-block-param-userid\";i:5332;s:26:\"apihelp-block-param-expiry\";i:5333;s:26:\"apihelp-block-param-reason\";i:5334;s:28:\"apihelp-block-param-anononly\";i:5335;s:28:\"apihelp-block-param-nocreate\";i:5336;s:29:\"apihelp-block-param-autoblock\";i:5337;s:27:\"apihelp-block-param-noemail\";i:5338;s:28:\"apihelp-block-param-hidename\";i:5339;s:33:\"apihelp-block-param-allowusertalk\";i:5340;s:27:\"apihelp-block-param-reblock\";i:5341;s:29:\"apihelp-block-param-watchuser\";i:5342;s:35:\"apihelp-block-param-watchlistexpiry\";i:5343;s:24:\"apihelp-block-param-tags\";i:5344;s:27:\"apihelp-block-param-partial\";i:5345;s:36:\"apihelp-block-param-pagerestrictions\";i:5346;s:41:\"apihelp-block-param-namespacerestrictions\";i:5347;s:38:\"apihelp-block-param-actionrestrictions\";i:5348;s:31:\"apihelp-block-example-ip-simple\";i:5349;s:34:\"apihelp-block-example-user-complex\";i:5350;s:40:\"apihelp-changeauthenticationdata-summary\";i:5351;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5352;s:34:\"apihelp-changecontentmodel-summary\";i:5353;s:38:\"apihelp-changecontentmodel-param-title\";i:5354;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5355;s:40:\"apihelp-changecontentmodel-param-summary\";i:5356;s:37:\"apihelp-changecontentmodel-param-tags\";i:5357;s:38:\"apihelp-changecontentmodel-param-model\";i:5358;s:36:\"apihelp-changecontentmodel-param-bot\";i:5359;s:34:\"apihelp-changecontentmodel-example\";i:5360;s:26:\"apihelp-checktoken-summary\";i:5361;s:29:\"apihelp-checktoken-param-type\";i:5362;s:30:\"apihelp-checktoken-param-token\";i:5363;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5364;s:33:\"apihelp-checktoken-example-simple\";i:5365;s:27:\"apihelp-clearhasmsg-summary\";i:5366;s:29:\"apihelp-clearhasmsg-example-1\";i:5367;s:27:\"apihelp-clientlogin-summary\";i:5368;s:33:\"apihelp-clientlogin-example-login\";i:5369;s:34:\"apihelp-clientlogin-example-login2\";i:5370;s:23:\"apihelp-compare-summary\";i:5371;s:36:\"apihelp-compare-extended-description\";i:5372;s:31:\"apihelp-compare-param-fromtitle\";i:5373;s:28:\"apihelp-compare-param-fromid\";i:5374;s:29:\"apihelp-compare-param-fromrev\";i:5375;s:29:\"apihelp-compare-param-frompst\";i:5376;s:31:\"apihelp-compare-param-fromslots\";i:5377;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5378;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5379;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5380;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5381;s:30:\"apihelp-compare-param-fromtext\";i:5382;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5383;s:39:\"apihelp-compare-param-fromcontentformat\";i:5384;s:33:\"apihelp-compare-param-fromsection\";i:5385;s:29:\"apihelp-compare-param-totitle\";i:5386;s:26:\"apihelp-compare-param-toid\";i:5387;s:27:\"apihelp-compare-param-torev\";i:5388;s:32:\"apihelp-compare-param-torelative\";i:5389;s:27:\"apihelp-compare-param-topst\";i:5390;s:29:\"apihelp-compare-param-toslots\";i:5391;s:35:\"apihelp-compare-param-totext-{slot}\";i:5392;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5393;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5394;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5395;s:28:\"apihelp-compare-param-totext\";i:5396;s:36:\"apihelp-compare-param-tocontentmodel\";i:5397;s:37:\"apihelp-compare-param-tocontentformat\";i:5398;s:31:\"apihelp-compare-param-tosection\";i:5399;s:26:\"apihelp-compare-param-prop\";i:5400;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5401;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5402;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5403;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5404;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5405;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5406;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5407;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5408;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5409;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5410;s:30:\"apihelp-compare-param-difftype\";i:5411;s:27:\"apihelp-compare-param-slots\";i:5412;s:25:\"apihelp-compare-example-1\";i:5413;s:29:\"apihelp-createaccount-summary\";i:5414;s:41:\"apihelp-createaccount-param-preservestate\";i:5415;s:36:\"apihelp-createaccount-example-create\";i:5416;s:25:\"apihelp-cspreport-summary\";i:5417;s:34:\"apihelp-cspreport-param-reportonly\";i:5418;s:30:\"apihelp-cspreport-param-source\";i:5419;s:22:\"apihelp-delete-summary\";i:5420;s:26:\"apihelp-delete-param-title\";i:5421;s:27:\"apihelp-delete-param-pageid\";i:5422;s:27:\"apihelp-delete-param-reason\";i:5423;s:25:\"apihelp-delete-param-tags\";i:5424;s:31:\"apihelp-delete-param-deletetalk\";i:5425;s:26:\"apihelp-delete-param-watch\";i:5426;s:30:\"apihelp-delete-param-watchlist\";i:5427;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5428;s:28:\"apihelp-delete-param-unwatch\";i:5429;s:29:\"apihelp-delete-param-oldimage\";i:5430;s:29:\"apihelp-delete-example-simple\";i:5431;s:29:\"apihelp-delete-example-reason\";i:5432;s:24:\"apihelp-disabled-summary\";i:5433;s:20:\"apihelp-edit-summary\";i:5434;s:24:\"apihelp-edit-param-title\";i:5435;s:25:\"apihelp-edit-param-pageid\";i:5436;s:26:\"apihelp-edit-param-section\";i:5437;s:31:\"apihelp-edit-param-sectiontitle\";i:5438;s:23:\"apihelp-edit-param-text\";i:5439;s:26:\"apihelp-edit-param-summary\";i:5440;s:23:\"apihelp-edit-param-tags\";i:5441;s:24:\"apihelp-edit-param-minor\";i:5442;s:27:\"apihelp-edit-param-notminor\";i:5443;s:22:\"apihelp-edit-param-bot\";i:5444;s:28:\"apihelp-edit-param-baserevid\";i:5445;s:32:\"apihelp-edit-param-basetimestamp\";i:5446;s:33:\"apihelp-edit-param-starttimestamp\";i:5447;s:27:\"apihelp-edit-param-recreate\";i:5448;s:29:\"apihelp-edit-param-createonly\";i:5449;s:27:\"apihelp-edit-param-nocreate\";i:5450;s:24:\"apihelp-edit-param-watch\";i:5451;s:26:\"apihelp-edit-param-unwatch\";i:5452;s:28:\"apihelp-edit-param-watchlist\";i:5453;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5454;s:22:\"apihelp-edit-param-md5\";i:5455;s:30:\"apihelp-edit-param-prependtext\";i:5456;s:29:\"apihelp-edit-param-appendtext\";i:5457;s:23:\"apihelp-edit-param-undo\";i:5458;s:28:\"apihelp-edit-param-undoafter\";i:5459;s:27:\"apihelp-edit-param-redirect\";i:5460;s:32:\"apihelp-edit-param-contentformat\";i:5461;s:31:\"apihelp-edit-param-contentmodel\";i:5462;s:24:\"apihelp-edit-param-token\";i:5463;s:25:\"apihelp-edit-example-edit\";i:5464;s:28:\"apihelp-edit-example-prepend\";i:5465;s:25:\"apihelp-edit-example-undo\";i:5466;s:25:\"apihelp-emailuser-summary\";i:5467;s:30:\"apihelp-emailuser-param-target\";i:5468;s:31:\"apihelp-emailuser-param-subject\";i:5469;s:28:\"apihelp-emailuser-param-text\";i:5470;s:28:\"apihelp-emailuser-param-ccme\";i:5471;s:31:\"apihelp-emailuser-example-email\";i:5472;s:31:\"apihelp-expandtemplates-summary\";i:5473;s:35:\"apihelp-expandtemplates-param-title\";i:5474;s:34:\"apihelp-expandtemplates-param-text\";i:5475;s:35:\"apihelp-expandtemplates-param-revid\";i:5476;s:34:\"apihelp-expandtemplates-param-prop\";i:5477;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5478;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5479;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5480;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5481;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5482;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5483;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5484;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5485;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5486;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5487;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5488;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5489;s:38:\"apihelp-expandtemplates-example-simple\";i:5490;s:33:\"apihelp-feedcontributions-summary\";i:5491;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5492;s:36:\"apihelp-feedcontributions-param-user\";i:5493;s:41:\"apihelp-feedcontributions-param-namespace\";i:5494;s:36:\"apihelp-feedcontributions-param-year\";i:5495;s:37:\"apihelp-feedcontributions-param-month\";i:5496;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5497;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5498;s:39:\"apihelp-feedcontributions-param-toponly\";i:5499;s:39:\"apihelp-feedcontributions-param-newonly\";i:5500;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5501;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5502;s:40:\"apihelp-feedcontributions-example-simple\";i:5503;s:33:\"apihelp-feedrecentchanges-summary\";i:5504;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5505;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5506;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5507;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5508;s:36:\"apihelp-feedrecentchanges-param-days\";i:5509;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5510;s:36:\"apihelp-feedrecentchanges-param-from\";i:5511;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5512;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5513;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5514;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5515;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5516;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5517;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5518;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5519;s:38:\"apihelp-feedrecentchanges-param-target\";i:5520;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5521;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5522;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5523;s:29:\"apihelp-feedwatchlist-summary\";i:5524;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5525;s:33:\"apihelp-feedwatchlist-param-hours\";i:5526;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5527;s:37:\"apihelp-feedwatchlist-example-default\";i:5528;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5529;s:26:\"apihelp-filerevert-summary\";i:5530;s:33:\"apihelp-filerevert-param-filename\";i:5531;s:32:\"apihelp-filerevert-param-comment\";i:5532;s:36:\"apihelp-filerevert-param-archivename\";i:5533;s:33:\"apihelp-filerevert-example-revert\";i:5534;s:20:\"apihelp-help-summary\";i:5535;s:26:\"apihelp-help-param-modules\";i:5536;s:29:\"apihelp-help-param-submodules\";i:5537;s:38:\"apihelp-help-param-recursivesubmodules\";i:5538;s:29:\"apihelp-help-param-helpformat\";i:5539;s:23:\"apihelp-help-param-wrap\";i:5540;s:22:\"apihelp-help-param-toc\";i:5541;s:25:\"apihelp-help-example-main\";i:5542;s:31:\"apihelp-help-example-submodules\";i:5543;s:30:\"apihelp-help-example-recursive\";i:5544;s:25:\"apihelp-help-example-help\";i:5545;s:26:\"apihelp-help-example-query\";i:5546;s:27:\"apihelp-imagerotate-summary\";i:5547;s:34:\"apihelp-imagerotate-param-rotation\";i:5548;s:30:\"apihelp-imagerotate-param-tags\";i:5549;s:34:\"apihelp-imagerotate-example-simple\";i:5550;s:37:\"apihelp-imagerotate-example-generator\";i:5551;s:22:\"apihelp-import-summary\";i:5552;s:35:\"apihelp-import-extended-description\";i:5553;s:28:\"apihelp-import-param-summary\";i:5554;s:24:\"apihelp-import-param-xml\";i:5555;s:36:\"apihelp-import-param-interwikiprefix\";i:5556;s:37:\"apihelp-import-param-assignknownusers\";i:5557;s:36:\"apihelp-import-param-interwikisource\";i:5558;s:34:\"apihelp-import-param-interwikipage\";i:5559;s:32:\"apihelp-import-param-fullhistory\";i:5560;s:30:\"apihelp-import-param-templates\";i:5561;s:30:\"apihelp-import-param-namespace\";i:5562;s:29:\"apihelp-import-param-rootpage\";i:5563;s:25:\"apihelp-import-param-tags\";i:5564;s:29:\"apihelp-import-example-import\";i:5565;s:27:\"apihelp-linkaccount-summary\";i:5566;s:32:\"apihelp-linkaccount-example-link\";i:5567;s:21:\"apihelp-login-summary\";i:5568;s:34:\"apihelp-login-extended-description\";i:5569;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5570;s:24:\"apihelp-login-param-name\";i:5571;s:28:\"apihelp-login-param-password\";i:5572;s:26:\"apihelp-login-param-domain\";i:5573;s:25:\"apihelp-login-param-token\";i:5574;s:27:\"apihelp-login-example-login\";i:5575;s:22:\"apihelp-logout-summary\";i:5576;s:29:\"apihelp-logout-example-logout\";i:5577;s:26:\"apihelp-managetags-summary\";i:5578;s:34:\"apihelp-managetags-param-operation\";i:5579;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5580;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5581;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5582;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5583;s:28:\"apihelp-managetags-param-tag\";i:5584;s:31:\"apihelp-managetags-param-reason\";i:5585;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5586;s:29:\"apihelp-managetags-param-tags\";i:5587;s:33:\"apihelp-managetags-example-create\";i:5588;s:33:\"apihelp-managetags-example-delete\";i:5589;s:35:\"apihelp-managetags-example-activate\";i:5590;s:37:\"apihelp-managetags-example-deactivate\";i:5591;s:28:\"apihelp-mergehistory-summary\";i:5592;s:31:\"apihelp-mergehistory-param-from\";i:5593;s:33:\"apihelp-mergehistory-param-fromid\";i:5594;s:29:\"apihelp-mergehistory-param-to\";i:5595;s:31:\"apihelp-mergehistory-param-toid\";i:5596;s:36:\"apihelp-mergehistory-param-timestamp\";i:5597;s:33:\"apihelp-mergehistory-param-reason\";i:5598;s:34:\"apihelp-mergehistory-example-merge\";i:5599;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5600;s:20:\"apihelp-move-summary\";i:5601;s:23:\"apihelp-move-param-from\";i:5602;s:25:\"apihelp-move-param-fromid\";i:5603;s:21:\"apihelp-move-param-to\";i:5604;s:25:\"apihelp-move-param-reason\";i:5605;s:27:\"apihelp-move-param-movetalk\";i:5606;s:31:\"apihelp-move-param-movesubpages\";i:5607;s:29:\"apihelp-move-param-noredirect\";i:5608;s:24:\"apihelp-move-param-watch\";i:5609;s:26:\"apihelp-move-param-unwatch\";i:5610;s:28:\"apihelp-move-param-watchlist\";i:5611;s:34:\"apihelp-move-param-watchlistexpiry\";i:5612;s:33:\"apihelp-move-param-ignorewarnings\";i:5613;s:23:\"apihelp-move-param-tags\";i:5614;s:25:\"apihelp-move-example-move\";i:5615;s:26:\"apihelp-opensearch-summary\";i:5616;s:31:\"apihelp-opensearch-param-search\";i:5617;s:30:\"apihelp-opensearch-param-limit\";i:5618;s:34:\"apihelp-opensearch-param-namespace\";i:5619;s:32:\"apihelp-opensearch-param-suggest\";i:5620;s:34:\"apihelp-opensearch-param-redirects\";i:5621;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5622;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5623;s:41:\"apihelp-opensearch-param-redirects-append\";i:5624;s:31:\"apihelp-opensearch-param-format\";i:5625;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5626;s:29:\"apihelp-opensearch-example-te\";i:5627;s:23:\"apihelp-options-summary\";i:5628;s:36:\"apihelp-options-extended-description\";i:5629;s:27:\"apihelp-options-param-reset\";i:5630;s:32:\"apihelp-options-param-resetkinds\";i:5631;s:28:\"apihelp-options-param-change\";i:5632;s:32:\"apihelp-options-param-optionname\";i:5633;s:33:\"apihelp-options-param-optionvalue\";i:5634;s:29:\"apihelp-options-example-reset\";i:5635;s:30:\"apihelp-options-example-change\";i:5636;s:31:\"apihelp-options-example-complex\";i:5637;s:25:\"apihelp-paraminfo-summary\";i:5638;s:31:\"apihelp-paraminfo-param-modules\";i:5639;s:34:\"apihelp-paraminfo-param-helpformat\";i:5640;s:36:\"apihelp-paraminfo-param-querymodules\";i:5641;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5642;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5643;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5644;s:27:\"apihelp-paraminfo-example-1\";i:5645;s:27:\"apihelp-paraminfo-example-2\";i:5646;s:21:\"apihelp-parse-summary\";i:5647;s:34:\"apihelp-parse-extended-description\";i:5648;s:25:\"apihelp-parse-param-title\";i:5649;s:24:\"apihelp-parse-param-text\";i:5650;s:25:\"apihelp-parse-param-revid\";i:5651;s:27:\"apihelp-parse-param-summary\";i:5652;s:24:\"apihelp-parse-param-page\";i:5653;s:26:\"apihelp-parse-param-pageid\";i:5654;s:29:\"apihelp-parse-param-redirects\";i:5655;s:25:\"apihelp-parse-param-oldid\";i:5656;s:24:\"apihelp-parse-param-prop\";i:5657;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5658;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5659;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5660;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5661;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5662;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5663;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5664;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5665;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5666;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5667;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5668;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5669;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5670;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5671;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5672;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5673;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5674;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5675;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5676;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5677;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5678;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5679;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5680;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5681;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5682;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5683;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5684;s:23:\"apihelp-parse-param-pst\";i:5685;s:27:\"apihelp-parse-param-onlypst\";i:5686;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5687;s:27:\"apihelp-parse-param-section\";i:5688;s:32:\"apihelp-parse-param-sectiontitle\";i:5689;s:38:\"apihelp-parse-param-disablelimitreport\";i:5690;s:29:\"apihelp-parse-param-disablepp\";i:5691;s:38:\"apihelp-parse-param-disableeditsection\";i:5692;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5693;s:36:\"apihelp-parse-param-showstrategykeys\";i:5694;s:31:\"apihelp-parse-param-generatexml\";i:5695;s:27:\"apihelp-parse-param-preview\";i:5696;s:34:\"apihelp-parse-param-sectionpreview\";i:5697;s:30:\"apihelp-parse-param-disabletoc\";i:5698;s:27:\"apihelp-parse-param-useskin\";i:5699;s:33:\"apihelp-parse-param-contentformat\";i:5700;s:32:\"apihelp-parse-param-contentmodel\";i:5701;s:26:\"apihelp-parse-example-page\";i:5702;s:26:\"apihelp-parse-example-text\";i:5703;s:31:\"apihelp-parse-example-texttitle\";i:5704;s:29:\"apihelp-parse-example-summary\";i:5705;s:22:\"apihelp-patrol-summary\";i:5706;s:25:\"apihelp-patrol-param-rcid\";i:5707;s:26:\"apihelp-patrol-param-revid\";i:5708;s:25:\"apihelp-patrol-param-tags\";i:5709;s:27:\"apihelp-patrol-example-rcid\";i:5710;s:28:\"apihelp-patrol-example-revid\";i:5711;s:23:\"apihelp-protect-summary\";i:5712;s:27:\"apihelp-protect-param-title\";i:5713;s:28:\"apihelp-protect-param-pageid\";i:5714;s:33:\"apihelp-protect-param-protections\";i:5715;s:28:\"apihelp-protect-param-expiry\";i:5716;s:28:\"apihelp-protect-param-reason\";i:5717;s:26:\"apihelp-protect-param-tags\";i:5718;s:29:\"apihelp-protect-param-cascade\";i:5719;s:27:\"apihelp-protect-param-watch\";i:5720;s:31:\"apihelp-protect-param-watchlist\";i:5721;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5722;s:31:\"apihelp-protect-example-protect\";i:5723;s:33:\"apihelp-protect-example-unprotect\";i:5724;s:34:\"apihelp-protect-example-unprotect2\";i:5725;s:21:\"apihelp-purge-summary\";i:5726;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5727;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5728;s:28:\"apihelp-purge-example-simple\";i:5729;s:31:\"apihelp-purge-example-generator\";i:5730;s:21:\"apihelp-query-summary\";i:5731;s:34:\"apihelp-query-extended-description\";i:5732;s:24:\"apihelp-query-param-prop\";i:5733;s:24:\"apihelp-query-param-list\";i:5734;s:24:\"apihelp-query-param-meta\";i:5735;s:32:\"apihelp-query-param-indexpageids\";i:5736;s:26:\"apihelp-query-param-export\";i:5737;s:32:\"apihelp-query-param-exportnowrap\";i:5738;s:32:\"apihelp-query-param-exportschema\";i:5739;s:25:\"apihelp-query-param-iwurl\";i:5740;s:31:\"apihelp-query-param-rawcontinue\";i:5741;s:31:\"apihelp-query-example-revisions\";i:5742;s:30:\"apihelp-query-example-allpages\";i:5743;s:35:\"apihelp-query+allcategories-summary\";i:5744;s:38:\"apihelp-query+allcategories-param-from\";i:5745;s:36:\"apihelp-query+allcategories-param-to\";i:5746;s:40:\"apihelp-query+allcategories-param-prefix\";i:5747;s:37:\"apihelp-query+allcategories-param-dir\";i:5748;s:37:\"apihelp-query+allcategories-param-min\";i:5749;s:37:\"apihelp-query+allcategories-param-max\";i:5750;s:39:\"apihelp-query+allcategories-param-limit\";i:5751;s:38:\"apihelp-query+allcategories-param-prop\";i:5752;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5753;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5754;s:40:\"apihelp-query+allcategories-example-size\";i:5755;s:45:\"apihelp-query+allcategories-example-generator\";i:5756;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5757;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5758;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5759;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5760;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5761;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5762;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5763;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5764;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5765;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5766;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5767;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5768;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5769;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5770;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5771;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5772;s:35:\"apihelp-query+allfileusages-summary\";i:5773;s:38:\"apihelp-query+allfileusages-param-from\";i:5774;s:36:\"apihelp-query+allfileusages-param-to\";i:5775;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5776;s:40:\"apihelp-query+allfileusages-param-unique\";i:5777;s:38:\"apihelp-query+allfileusages-param-prop\";i:5778;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5779;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5780;s:39:\"apihelp-query+allfileusages-param-limit\";i:5781;s:37:\"apihelp-query+allfileusages-param-dir\";i:5782;s:37:\"apihelp-query+allfileusages-example-b\";i:5783;s:42:\"apihelp-query+allfileusages-example-unique\";i:5784;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5785;s:45:\"apihelp-query+allfileusages-example-generator\";i:5786;s:31:\"apihelp-query+allimages-summary\";i:5787;s:34:\"apihelp-query+allimages-param-sort\";i:5788;s:33:\"apihelp-query+allimages-param-dir\";i:5789;s:34:\"apihelp-query+allimages-param-from\";i:5790;s:32:\"apihelp-query+allimages-param-to\";i:5791;s:35:\"apihelp-query+allimages-param-start\";i:5792;s:33:\"apihelp-query+allimages-param-end\";i:5793;s:36:\"apihelp-query+allimages-param-prefix\";i:5794;s:37:\"apihelp-query+allimages-param-minsize\";i:5795;s:37:\"apihelp-query+allimages-param-maxsize\";i:5796;s:34:\"apihelp-query+allimages-param-sha1\";i:5797;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5798;s:34:\"apihelp-query+allimages-param-user\";i:5799;s:40:\"apihelp-query+allimages-param-filterbots\";i:5800;s:34:\"apihelp-query+allimages-param-mime\";i:5801;s:35:\"apihelp-query+allimages-param-limit\";i:5802;s:33:\"apihelp-query+allimages-example-b\";i:5803;s:38:\"apihelp-query+allimages-example-recent\";i:5804;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5805;s:41:\"apihelp-query+allimages-example-generator\";i:5806;s:30:\"apihelp-query+alllinks-summary\";i:5807;s:33:\"apihelp-query+alllinks-param-from\";i:5808;s:31:\"apihelp-query+alllinks-param-to\";i:5809;s:35:\"apihelp-query+alllinks-param-prefix\";i:5810;s:35:\"apihelp-query+alllinks-param-unique\";i:5811;s:33:\"apihelp-query+alllinks-param-prop\";i:5812;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5813;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5814;s:38:\"apihelp-query+alllinks-param-namespace\";i:5815;s:34:\"apihelp-query+alllinks-param-limit\";i:5816;s:32:\"apihelp-query+alllinks-param-dir\";i:5817;s:32:\"apihelp-query+alllinks-example-b\";i:5818;s:37:\"apihelp-query+alllinks-example-unique\";i:5819;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5820;s:40:\"apihelp-query+alllinks-example-generator\";i:5821;s:33:\"apihelp-query+allmessages-summary\";i:5822;s:40:\"apihelp-query+allmessages-param-messages\";i:5823;s:36:\"apihelp-query+allmessages-param-prop\";i:5824;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5825;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5826;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5827;s:36:\"apihelp-query+allmessages-param-args\";i:5828;s:38:\"apihelp-query+allmessages-param-filter\";i:5829;s:42:\"apihelp-query+allmessages-param-customised\";i:5830;s:36:\"apihelp-query+allmessages-param-lang\";i:5831;s:36:\"apihelp-query+allmessages-param-from\";i:5832;s:34:\"apihelp-query+allmessages-param-to\";i:5833;s:37:\"apihelp-query+allmessages-param-title\";i:5834;s:38:\"apihelp-query+allmessages-param-prefix\";i:5835;s:37:\"apihelp-query+allmessages-example-ipb\";i:5836;s:36:\"apihelp-query+allmessages-example-de\";i:5837;s:30:\"apihelp-query+allpages-summary\";i:5838;s:33:\"apihelp-query+allpages-param-from\";i:5839;s:31:\"apihelp-query+allpages-param-to\";i:5840;s:35:\"apihelp-query+allpages-param-prefix\";i:5841;s:38:\"apihelp-query+allpages-param-namespace\";i:5842;s:40:\"apihelp-query+allpages-param-filterredir\";i:5843;s:36:\"apihelp-query+allpages-param-minsize\";i:5844;s:36:\"apihelp-query+allpages-param-maxsize\";i:5845;s:35:\"apihelp-query+allpages-param-prtype\";i:5846;s:36:\"apihelp-query+allpages-param-prlevel\";i:5847;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5848;s:34:\"apihelp-query+allpages-param-limit\";i:5849;s:32:\"apihelp-query+allpages-param-dir\";i:5850;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5851;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5852;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5853;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5854;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5855;s:32:\"apihelp-query+allpages-example-b\";i:5856;s:40:\"apihelp-query+allpages-example-generator\";i:5857;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5858;s:34:\"apihelp-query+allredirects-summary\";i:5859;s:37:\"apihelp-query+allredirects-param-from\";i:5860;s:35:\"apihelp-query+allredirects-param-to\";i:5861;s:39:\"apihelp-query+allredirects-param-prefix\";i:5862;s:39:\"apihelp-query+allredirects-param-unique\";i:5863;s:37:\"apihelp-query+allredirects-param-prop\";i:5864;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5865;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5866;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5867;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5868;s:42:\"apihelp-query+allredirects-param-namespace\";i:5869;s:38:\"apihelp-query+allredirects-param-limit\";i:5870;s:36:\"apihelp-query+allredirects-param-dir\";i:5871;s:36:\"apihelp-query+allredirects-example-b\";i:5872;s:41:\"apihelp-query+allredirects-example-unique\";i:5873;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5874;s:44:\"apihelp-query+allredirects-example-generator\";i:5875;s:34:\"apihelp-query+allrevisions-summary\";i:5876;s:38:\"apihelp-query+allrevisions-param-start\";i:5877;s:36:\"apihelp-query+allrevisions-param-end\";i:5878;s:37:\"apihelp-query+allrevisions-param-user\";i:5879;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5880;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5881;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5882;s:39:\"apihelp-query+allrevisions-example-user\";i:5883;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5884;s:36:\"apihelp-query+mystashedfiles-summary\";i:5885;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5886;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5887;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5888;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5889;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5890;s:38:\"apihelp-query+alltransclusions-summary\";i:5891;s:41:\"apihelp-query+alltransclusions-param-from\";i:5892;s:39:\"apihelp-query+alltransclusions-param-to\";i:5893;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5894;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5895;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5896;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5897;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5898;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5899;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5900;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5901;s:40:\"apihelp-query+alltransclusions-example-b\";i:5902;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5903;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5904;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5905;s:30:\"apihelp-query+allusers-summary\";i:5906;s:33:\"apihelp-query+allusers-param-from\";i:5907;s:31:\"apihelp-query+allusers-param-to\";i:5908;s:35:\"apihelp-query+allusers-param-prefix\";i:5909;s:32:\"apihelp-query+allusers-param-dir\";i:5910;s:34:\"apihelp-query+allusers-param-group\";i:5911;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5912;s:35:\"apihelp-query+allusers-param-rights\";i:5913;s:33:\"apihelp-query+allusers-param-prop\";i:5914;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5915;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5916;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5917;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5918;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5919;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5920;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5921;s:34:\"apihelp-query+allusers-param-limit\";i:5922;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5923;s:40:\"apihelp-query+allusers-param-activeusers\";i:5924;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5925;s:32:\"apihelp-query+allusers-example-y\";i:5926;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5927;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5928;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5929;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5930;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5931;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5932;s:31:\"apihelp-query+backlinks-summary\";i:5933;s:35:\"apihelp-query+backlinks-param-title\";i:5934;s:36:\"apihelp-query+backlinks-param-pageid\";i:5935;s:39:\"apihelp-query+backlinks-param-namespace\";i:5936;s:33:\"apihelp-query+backlinks-param-dir\";i:5937;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5938;s:35:\"apihelp-query+backlinks-param-limit\";i:5939;s:38:\"apihelp-query+backlinks-param-redirect\";i:5940;s:38:\"apihelp-query+backlinks-example-simple\";i:5941;s:41:\"apihelp-query+backlinks-example-generator\";i:5942;s:28:\"apihelp-query+blocks-summary\";i:5943;s:32:\"apihelp-query+blocks-param-start\";i:5944;s:30:\"apihelp-query+blocks-param-end\";i:5945;s:30:\"apihelp-query+blocks-param-ids\";i:5946;s:32:\"apihelp-query+blocks-param-users\";i:5947;s:29:\"apihelp-query+blocks-param-ip\";i:5948;s:32:\"apihelp-query+blocks-param-limit\";i:5949;s:31:\"apihelp-query+blocks-param-prop\";i:5950;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5951;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5952;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5953;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5954;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5955;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5956;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5957;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5958;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5959;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5960;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5961;s:31:\"apihelp-query+blocks-param-show\";i:5962;s:35:\"apihelp-query+blocks-example-simple\";i:5963;s:34:\"apihelp-query+blocks-example-users\";i:5964;s:32:\"apihelp-query+categories-summary\";i:5965;s:35:\"apihelp-query+categories-param-prop\";i:5966;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5967;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5968;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5969;s:35:\"apihelp-query+categories-param-show\";i:5970;s:36:\"apihelp-query+categories-param-limit\";i:5971;s:41:\"apihelp-query+categories-param-categories\";i:5972;s:34:\"apihelp-query+categories-param-dir\";i:5973;s:39:\"apihelp-query+categories-example-simple\";i:5974;s:42:\"apihelp-query+categories-example-generator\";i:5975;s:34:\"apihelp-query+categoryinfo-summary\";i:5976;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5977;s:37:\"apihelp-query+categorymembers-summary\";i:5978;s:41:\"apihelp-query+categorymembers-param-title\";i:5979;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5980;s:40:\"apihelp-query+categorymembers-param-prop\";i:5981;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5982;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5983;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5984;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5985;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5986;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5987;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5988;s:40:\"apihelp-query+categorymembers-param-type\";i:5989;s:41:\"apihelp-query+categorymembers-param-limit\";i:5990;s:40:\"apihelp-query+categorymembers-param-sort\";i:5991;s:39:\"apihelp-query+categorymembers-param-dir\";i:5992;s:41:\"apihelp-query+categorymembers-param-start\";i:5993;s:39:\"apihelp-query+categorymembers-param-end\";i:5994;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5995;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5996;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5997;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5998;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5999;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:6000;s:44:\"apihelp-query+categorymembers-example-simple\";i:6001;s:47:\"apihelp-query+categorymembers-example-generator\";i:6002;s:34:\"apihelp-query+contributors-summary\";i:6003;s:38:\"apihelp-query+contributors-param-group\";i:6004;s:45:\"apihelp-query+contributors-param-excludegroup\";i:6005;s:39:\"apihelp-query+contributors-param-rights\";i:6006;s:46:\"apihelp-query+contributors-param-excluderights\";i:6007;s:38:\"apihelp-query+contributors-param-limit\";i:6008;s:41:\"apihelp-query+contributors-example-simple\";i:6009;s:38:\"apihelp-query+deletedrevisions-summary\";i:6010;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:6011;s:42:\"apihelp-query+deletedrevisions-param-start\";i:6012;s:40:\"apihelp-query+deletedrevisions-param-end\";i:6013;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:6014;s:41:\"apihelp-query+deletedrevisions-param-user\";i:6015;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:6016;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:6017;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:6018;s:33:\"apihelp-query+deletedrevs-summary\";i:6019;s:46:\"apihelp-query+deletedrevs-extended-description\";i:6020;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:6021;s:37:\"apihelp-query+deletedrevs-param-start\";i:6022;s:35:\"apihelp-query+deletedrevs-param-end\";i:6023;s:36:\"apihelp-query+deletedrevs-param-from\";i:6024;s:34:\"apihelp-query+deletedrevs-param-to\";i:6025;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:6026;s:38:\"apihelp-query+deletedrevs-param-unique\";i:6027;s:35:\"apihelp-query+deletedrevs-param-tag\";i:6028;s:36:\"apihelp-query+deletedrevs-param-user\";i:6029;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:6030;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:6031;s:37:\"apihelp-query+deletedrevs-param-limit\";i:6032;s:36:\"apihelp-query+deletedrevs-param-prop\";i:6033;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:6034;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:6035;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:6036;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:6037;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:6038;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:6039;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:6040;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:6041;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:6042;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:6043;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:6044;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:6045;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:6046;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:6047;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:6048;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:6049;s:30:\"apihelp-query+disabled-summary\";i:6050;s:36:\"apihelp-query+duplicatefiles-summary\";i:6051;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:6052;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:6053;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:6054;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:6055;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:6056;s:32:\"apihelp-query+embeddedin-summary\";i:6057;s:36:\"apihelp-query+embeddedin-param-title\";i:6058;s:37:\"apihelp-query+embeddedin-param-pageid\";i:6059;s:40:\"apihelp-query+embeddedin-param-namespace\";i:6060;s:34:\"apihelp-query+embeddedin-param-dir\";i:6061;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:6062;s:36:\"apihelp-query+embeddedin-param-limit\";i:6063;s:39:\"apihelp-query+embeddedin-example-simple\";i:6064;s:42:\"apihelp-query+embeddedin-example-generator\";i:6065;s:30:\"apihelp-query+extlinks-summary\";i:6066;s:34:\"apihelp-query+extlinks-param-limit\";i:6067;s:37:\"apihelp-query+extlinks-param-protocol\";i:6068;s:34:\"apihelp-query+extlinks-param-query\";i:6069;s:38:\"apihelp-query+extlinks-param-expandurl\";i:6070;s:37:\"apihelp-query+extlinks-example-simple\";i:6071;s:33:\"apihelp-query+exturlusage-summary\";i:6072;s:36:\"apihelp-query+exturlusage-param-prop\";i:6073;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:6074;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:6075;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:6076;s:40:\"apihelp-query+exturlusage-param-protocol\";i:6077;s:37:\"apihelp-query+exturlusage-param-query\";i:6078;s:41:\"apihelp-query+exturlusage-param-namespace\";i:6079;s:37:\"apihelp-query+exturlusage-param-limit\";i:6080;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:6081;s:40:\"apihelp-query+exturlusage-example-simple\";i:6082;s:33:\"apihelp-query+filearchive-summary\";i:6083;s:36:\"apihelp-query+filearchive-param-from\";i:6084;s:34:\"apihelp-query+filearchive-param-to\";i:6085;s:38:\"apihelp-query+filearchive-param-prefix\";i:6086;s:37:\"apihelp-query+filearchive-param-limit\";i:6087;s:35:\"apihelp-query+filearchive-param-dir\";i:6088;s:36:\"apihelp-query+filearchive-param-sha1\";i:6089;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:6090;s:36:\"apihelp-query+filearchive-param-prop\";i:6091;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:6092;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:6093;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:6094;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:6095;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:6096;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:6097;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:6098;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:6099;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:6100;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:6101;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:6102;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:6103;s:40:\"apihelp-query+filearchive-example-simple\";i:6104;s:34:\"apihelp-query+filerepoinfo-summary\";i:6105;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:6106;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:6107;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:6108;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:6109;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:6110;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:6111;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:6112;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:6113;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:6114;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:6115;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:6116;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:6117;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:6118;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:6119;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:6120;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:6121;s:31:\"apihelp-query+fileusage-summary\";i:6122;s:34:\"apihelp-query+fileusage-param-prop\";i:6123;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:6124;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:6125;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:6126;s:39:\"apihelp-query+fileusage-param-namespace\";i:6127;s:35:\"apihelp-query+fileusage-param-limit\";i:6128;s:34:\"apihelp-query+fileusage-param-show\";i:6129;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:6130;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:6131;s:38:\"apihelp-query+fileusage-example-simple\";i:6132;s:41:\"apihelp-query+fileusage-example-generator\";i:6133;s:31:\"apihelp-query+imageinfo-summary\";i:6134;s:34:\"apihelp-query+imageinfo-param-prop\";i:6135;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:6136;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:6137;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:6138;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:6139;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:6140;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:6141;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:6142;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6143;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6144;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6145;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6146;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6147;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6148;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6149;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6150;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6151;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6152;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6153;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6154;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6155;s:35:\"apihelp-query+imageinfo-param-limit\";i:6156;s:35:\"apihelp-query+imageinfo-param-start\";i:6157;s:33:\"apihelp-query+imageinfo-param-end\";i:6158;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6159;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:6160;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6161;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6162;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6163;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6164;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6165;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6166;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6167;s:38:\"apihelp-query+imageinfo-example-simple\";i:6168;s:37:\"apihelp-query+imageinfo-example-dated\";i:6169;s:28:\"apihelp-query+images-summary\";i:6170;s:32:\"apihelp-query+images-param-limit\";i:6171;s:33:\"apihelp-query+images-param-images\";i:6172;s:30:\"apihelp-query+images-param-dir\";i:6173;s:35:\"apihelp-query+images-example-simple\";i:6174;s:38:\"apihelp-query+images-example-generator\";i:6175;s:32:\"apihelp-query+imageusage-summary\";i:6176;s:36:\"apihelp-query+imageusage-param-title\";i:6177;s:37:\"apihelp-query+imageusage-param-pageid\";i:6178;s:40:\"apihelp-query+imageusage-param-namespace\";i:6179;s:34:\"apihelp-query+imageusage-param-dir\";i:6180;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6181;s:36:\"apihelp-query+imageusage-param-limit\";i:6182;s:39:\"apihelp-query+imageusage-param-redirect\";i:6183;s:39:\"apihelp-query+imageusage-example-simple\";i:6184;s:42:\"apihelp-query+imageusage-example-generator\";i:6185;s:26:\"apihelp-query+info-summary\";i:6186;s:29:\"apihelp-query+info-param-prop\";i:6187;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6188;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6189;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6190;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6191;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6192;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6193;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6194;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6195;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6196;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6197;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6198;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6199;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6200;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6201;s:36:\"apihelp-query+info-param-linkcontext\";i:6202;s:36:\"apihelp-query+info-param-testactions\";i:6203;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6204;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6205;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6206;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6207;s:33:\"apihelp-query+info-example-simple\";i:6208;s:37:\"apihelp-query+info-example-protection\";i:6209;s:33:\"apihelp-query+iwbacklinks-summary\";i:6210;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6211;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6212;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6213;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6214;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6215;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6216;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6217;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6218;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6219;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6220;s:29:\"apihelp-query+iwlinks-summary\";i:6221;s:31:\"apihelp-query+iwlinks-param-url\";i:6222;s:32:\"apihelp-query+iwlinks-param-prop\";i:6223;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6224;s:33:\"apihelp-query+iwlinks-param-limit\";i:6225;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6226;s:33:\"apihelp-query+iwlinks-param-title\";i:6227;s:31:\"apihelp-query+iwlinks-param-dir\";i:6228;s:36:\"apihelp-query+iwlinks-example-simple\";i:6229;s:35:\"apihelp-query+langbacklinks-summary\";i:6230;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6231;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6232;s:39:\"apihelp-query+langbacklinks-param-title\";i:6233;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6234;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6235;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6236;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6237;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6238;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6239;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6240;s:31:\"apihelp-query+langlinks-summary\";i:6241;s:35:\"apihelp-query+langlinks-param-limit\";i:6242;s:33:\"apihelp-query+langlinks-param-url\";i:6243;s:34:\"apihelp-query+langlinks-param-prop\";i:6244;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6245;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6246;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6247;s:34:\"apihelp-query+langlinks-param-lang\";i:6248;s:35:\"apihelp-query+langlinks-param-title\";i:6249;s:33:\"apihelp-query+langlinks-param-dir\";i:6250;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6251;s:38:\"apihelp-query+langlinks-example-simple\";i:6252;s:34:\"apihelp-query+languageinfo-summary\";i:6253;s:47:\"apihelp-query+languageinfo-extended-description\";i:6254;s:37:\"apihelp-query+languageinfo-param-prop\";i:6255;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6256;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6257;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6258;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6259;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6260;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6261;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6262;s:37:\"apihelp-query+languageinfo-param-code\";i:6263;s:41:\"apihelp-query+languageinfo-example-simple\";i:6264;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6265;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6266;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6267;s:27:\"apihelp-query+links-summary\";i:6268;s:35:\"apihelp-query+links-param-namespace\";i:6269;s:31:\"apihelp-query+links-param-limit\";i:6270;s:32:\"apihelp-query+links-param-titles\";i:6271;s:29:\"apihelp-query+links-param-dir\";i:6272;s:34:\"apihelp-query+links-example-simple\";i:6273;s:37:\"apihelp-query+links-example-generator\";i:6274;s:38:\"apihelp-query+links-example-namespaces\";i:6275;s:31:\"apihelp-query+linkshere-summary\";i:6276;s:34:\"apihelp-query+linkshere-param-prop\";i:6277;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6278;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6279;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6280;s:39:\"apihelp-query+linkshere-param-namespace\";i:6281;s:35:\"apihelp-query+linkshere-param-limit\";i:6282;s:34:\"apihelp-query+linkshere-param-show\";i:6283;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6284;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6285;s:38:\"apihelp-query+linkshere-example-simple\";i:6286;s:41:\"apihelp-query+linkshere-example-generator\";i:6287;s:31:\"apihelp-query+logevents-summary\";i:6288;s:34:\"apihelp-query+logevents-param-prop\";i:6289;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6290;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6291;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6292;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6293;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6294;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6295;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6296;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6297;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6298;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6299;s:34:\"apihelp-query+logevents-param-type\";i:6300;s:36:\"apihelp-query+logevents-param-action\";i:6301;s:35:\"apihelp-query+logevents-param-start\";i:6302;s:33:\"apihelp-query+logevents-param-end\";i:6303;s:34:\"apihelp-query+logevents-param-user\";i:6304;s:35:\"apihelp-query+logevents-param-title\";i:6305;s:39:\"apihelp-query+logevents-param-namespace\";i:6306;s:36:\"apihelp-query+logevents-param-prefix\";i:6307;s:33:\"apihelp-query+logevents-param-tag\";i:6308;s:35:\"apihelp-query+logevents-param-limit\";i:6309;s:38:\"apihelp-query+logevents-example-simple\";i:6310;s:35:\"apihelp-query+pagepropnames-summary\";i:6311;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6312;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6313;s:31:\"apihelp-query+pageprops-summary\";i:6314;s:34:\"apihelp-query+pageprops-param-prop\";i:6315;s:38:\"apihelp-query+pageprops-example-simple\";i:6316;s:35:\"apihelp-query+pageswithprop-summary\";i:6317;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6318;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6319;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6320;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6321;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6322;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6323;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6324;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6325;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6326;s:34:\"apihelp-query+prefixsearch-summary\";i:6327;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6328;s:39:\"apihelp-query+prefixsearch-param-search\";i:6329;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6330;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6331;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6332;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6333;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6334;s:37:\"apihelp-query+protectedtitles-summary\";i:6335;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6336;s:41:\"apihelp-query+protectedtitles-param-level\";i:6337;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6338;s:41:\"apihelp-query+protectedtitles-param-start\";i:6339;s:39:\"apihelp-query+protectedtitles-param-end\";i:6340;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6341;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6342;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6343;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6344;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6345;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6346;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6347;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6348;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6349;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6350;s:31:\"apihelp-query+querypage-summary\";i:6351;s:34:\"apihelp-query+querypage-param-page\";i:6352;s:35:\"apihelp-query+querypage-param-limit\";i:6353;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6354;s:28:\"apihelp-query+random-summary\";i:6355;s:41:\"apihelp-query+random-extended-description\";i:6356;s:36:\"apihelp-query+random-param-namespace\";i:6357;s:32:\"apihelp-query+random-param-limit\";i:6358;s:35:\"apihelp-query+random-param-redirect\";i:6359;s:38:\"apihelp-query+random-param-filterredir\";i:6360;s:35:\"apihelp-query+random-example-simple\";i:6361;s:38:\"apihelp-query+random-example-generator\";i:6362;s:35:\"apihelp-query+recentchanges-summary\";i:6363;s:39:\"apihelp-query+recentchanges-param-start\";i:6364;s:37:\"apihelp-query+recentchanges-param-end\";i:6365;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6366;s:38:\"apihelp-query+recentchanges-param-user\";i:6367;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6368;s:37:\"apihelp-query+recentchanges-param-tag\";i:6369;s:38:\"apihelp-query+recentchanges-param-slot\";i:6370;s:38:\"apihelp-query+recentchanges-param-prop\";i:6371;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6372;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6373;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6374;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6375;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6376;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6377;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6378;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6379;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6380;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6381;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6382;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6383;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6384;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6385;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6386;s:38:\"apihelp-query+recentchanges-param-show\";i:6387;s:39:\"apihelp-query+recentchanges-param-limit\";i:6388;s:38:\"apihelp-query+recentchanges-param-type\";i:6389;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6390;s:39:\"apihelp-query+recentchanges-param-title\";i:6391;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6392;s:42:\"apihelp-query+recentchanges-example-simple\";i:6393;s:45:\"apihelp-query+recentchanges-example-generator\";i:6394;s:31:\"apihelp-query+redirects-summary\";i:6395;s:34:\"apihelp-query+redirects-param-prop\";i:6396;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6397;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6398;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6399;s:39:\"apihelp-query+redirects-param-namespace\";i:6400;s:35:\"apihelp-query+redirects-param-limit\";i:6401;s:34:\"apihelp-query+redirects-param-show\";i:6402;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6403;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6404;s:38:\"apihelp-query+redirects-example-simple\";i:6405;s:41:\"apihelp-query+redirects-example-generator\";i:6406;s:31:\"apihelp-query+revisions-summary\";i:6407;s:44:\"apihelp-query+revisions-extended-description\";i:6408;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6409;s:37:\"apihelp-query+revisions-param-startid\";i:6410;s:35:\"apihelp-query+revisions-param-endid\";i:6411;s:35:\"apihelp-query+revisions-param-start\";i:6412;s:33:\"apihelp-query+revisions-param-end\";i:6413;s:34:\"apihelp-query+revisions-param-user\";i:6414;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6415;s:33:\"apihelp-query+revisions-param-tag\";i:6416;s:39:\"apihelp-query+revisions-example-content\";i:6417;s:37:\"apihelp-query+revisions-example-last5\";i:6418;s:38:\"apihelp-query+revisions-example-first5\";i:6419;s:44:\"apihelp-query+revisions-example-first5-after\";i:6420;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6421;s:43:\"apihelp-query+revisions-example-first5-user\";i:6422;s:39:\"apihelp-query+revisions+base-param-prop\";i:6423;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6424;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6425;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6426;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6427;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6428;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6429;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6430;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6431;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6432;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6433;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6434;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6435;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6436;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6437;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6438;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6439;s:40:\"apihelp-query+revisions+base-param-slots\";i:6440;s:40:\"apihelp-query+revisions+base-param-limit\";i:6441;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6442;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6443;s:40:\"apihelp-query+revisions+base-param-parse\";i:6444;s:42:\"apihelp-query+revisions+base-param-section\";i:6445;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6446;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6447;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6448;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6449;s:28:\"apihelp-query+search-summary\";i:6450;s:33:\"apihelp-query+search-param-search\";i:6451;s:36:\"apihelp-query+search-param-namespace\";i:6452;s:31:\"apihelp-query+search-param-what\";i:6453;s:31:\"apihelp-query+search-param-info\";i:6454;s:31:\"apihelp-query+search-param-prop\";i:6455;s:36:\"apihelp-query+search-param-qiprofile\";i:6456;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6457;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6458;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6459;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6460;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6461;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6462;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6463;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6464;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6465;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6466;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6467;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6468;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6469;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6470;s:32:\"apihelp-query+search-param-limit\";i:6471;s:36:\"apihelp-query+search-param-interwiki\";i:6472;s:34:\"apihelp-query+search-param-backend\";i:6473;s:41:\"apihelp-query+search-param-enablerewrites\";i:6474;s:31:\"apihelp-query+search-param-sort\";i:6475;s:35:\"apihelp-query+search-example-simple\";i:6476;s:33:\"apihelp-query+search-example-text\";i:6477;s:38:\"apihelp-query+search-example-generator\";i:6478;s:30:\"apihelp-query+siteinfo-summary\";i:6479;s:33:\"apihelp-query+siteinfo-param-prop\";i:6480;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6481;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6482;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6483;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6484;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6485;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6486;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6487;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6488;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6489;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6490;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6491;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6492;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6493;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6494;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6495;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6496;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6497;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6498;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6499;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6500;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6501;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6502;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6503;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6504;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6505;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6506;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6507;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6508;s:37:\"apihelp-query+siteinfo-example-simple\";i:6509;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6510;s:37:\"apihelp-query+siteinfo-example-replag\";i:6511;s:36:\"apihelp-query+stashimageinfo-summary\";i:6512;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6513;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6514;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6515;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6516;s:26:\"apihelp-query+tags-summary\";i:6517;s:30:\"apihelp-query+tags-param-limit\";i:6518;s:29:\"apihelp-query+tags-param-prop\";i:6519;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6520;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6521;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6522;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6523;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6524;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6525;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6526;s:33:\"apihelp-query+tags-example-simple\";i:6527;s:31:\"apihelp-query+templates-summary\";i:6528;s:39:\"apihelp-query+templates-param-namespace\";i:6529;s:35:\"apihelp-query+templates-param-limit\";i:6530;s:39:\"apihelp-query+templates-param-templates\";i:6531;s:33:\"apihelp-query+templates-param-dir\";i:6532;s:38:\"apihelp-query+templates-example-simple\";i:6533;s:41:\"apihelp-query+templates-example-generator\";i:6534;s:42:\"apihelp-query+templates-example-namespaces\";i:6535;s:28:\"apihelp-query+tokens-summary\";i:6536;s:31:\"apihelp-query+tokens-param-type\";i:6537;s:35:\"apihelp-query+tokens-example-simple\";i:6538;s:34:\"apihelp-query+tokens-example-types\";i:6539;s:35:\"apihelp-query+transcludedin-summary\";i:6540;s:38:\"apihelp-query+transcludedin-param-prop\";i:6541;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6542;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6543;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6544;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6545;s:39:\"apihelp-query+transcludedin-param-limit\";i:6546;s:38:\"apihelp-query+transcludedin-param-show\";i:6547;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6548;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6549;s:42:\"apihelp-query+transcludedin-example-simple\";i:6550;s:45:\"apihelp-query+transcludedin-example-generator\";i:6551;s:34:\"apihelp-query+usercontribs-summary\";i:6552;s:38:\"apihelp-query+usercontribs-param-limit\";i:6553;s:38:\"apihelp-query+usercontribs-param-start\";i:6554;s:36:\"apihelp-query+usercontribs-param-end\";i:6555;s:37:\"apihelp-query+usercontribs-param-user\";i:6556;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6557;s:40:\"apihelp-query+usercontribs-param-userids\";i:6558;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6559;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6560;s:37:\"apihelp-query+usercontribs-param-prop\";i:6561;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6562;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6563;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6564;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6565;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6566;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6567;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6568;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6569;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6570;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6571;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6572;s:37:\"apihelp-query+usercontribs-param-show\";i:6573;s:36:\"apihelp-query+usercontribs-param-tag\";i:6574;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6575;s:39:\"apihelp-query+usercontribs-example-user\";i:6576;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6577;s:30:\"apihelp-query+userinfo-summary\";i:6578;s:33:\"apihelp-query+userinfo-param-prop\";i:6579;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6580;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6581;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6582;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6583;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6584;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6585;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6586;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6587;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6588;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6589;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6590;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6591;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6592;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6593;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6594;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6595;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6596;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6597;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6598;s:37:\"apihelp-query+userinfo-example-simple\";i:6599;s:35:\"apihelp-query+userinfo-example-data\";i:6600;s:27:\"apihelp-query+users-summary\";i:6601;s:30:\"apihelp-query+users-param-prop\";i:6602;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6603;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6604;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6605;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6606;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6607;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6608;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6609;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6610;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6611;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6612;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6613;s:38:\"apihelp-query+users-param-attachedwiki\";i:6614;s:31:\"apihelp-query+users-param-users\";i:6615;s:33:\"apihelp-query+users-param-userids\";i:6616;s:34:\"apihelp-query+users-example-simple\";i:6617;s:31:\"apihelp-query+watchlist-summary\";i:6618;s:36:\"apihelp-query+watchlist-param-allrev\";i:6619;s:35:\"apihelp-query+watchlist-param-start\";i:6620;s:33:\"apihelp-query+watchlist-param-end\";i:6621;s:39:\"apihelp-query+watchlist-param-namespace\";i:6622;s:34:\"apihelp-query+watchlist-param-user\";i:6623;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6624;s:35:\"apihelp-query+watchlist-param-limit\";i:6625;s:34:\"apihelp-query+watchlist-param-prop\";i:6626;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6627;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6628;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6629;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6630;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6631;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6632;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6633;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6634;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6635;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6636;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6637;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6638;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6639;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6640;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6641;s:34:\"apihelp-query+watchlist-param-show\";i:6642;s:34:\"apihelp-query+watchlist-param-type\";i:6643;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6644;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6645;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6646;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6647;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6648;s:35:\"apihelp-query+watchlist-param-owner\";i:6649;s:35:\"apihelp-query+watchlist-param-token\";i:6650;s:38:\"apihelp-query+watchlist-example-simple\";i:6651;s:37:\"apihelp-query+watchlist-example-props\";i:6652;s:38:\"apihelp-query+watchlist-example-expiry\";i:6653;s:38:\"apihelp-query+watchlist-example-allrev\";i:6654;s:41:\"apihelp-query+watchlist-example-generator\";i:6655;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6656;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6657;s:34:\"apihelp-query+watchlistraw-summary\";i:6658;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6659;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6660;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6661;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6662;s:37:\"apihelp-query+watchlistraw-param-show\";i:6663;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6664;s:38:\"apihelp-query+watchlistraw-param-token\";i:6665;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6666;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6667;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6668;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6669;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6670;s:40:\"apihelp-removeauthenticationdata-summary\";i:6671;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6672;s:29:\"apihelp-resetpassword-summary\";i:6673;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6674;s:32:\"apihelp-resetpassword-param-user\";i:6675;s:33:\"apihelp-resetpassword-param-email\";i:6676;s:34:\"apihelp-resetpassword-example-user\";i:6677;s:35:\"apihelp-resetpassword-example-email\";i:6678;s:30:\"apihelp-revisiondelete-summary\";i:6679;s:33:\"apihelp-revisiondelete-param-type\";i:6680;s:35:\"apihelp-revisiondelete-param-target\";i:6681;s:32:\"apihelp-revisiondelete-param-ids\";i:6682;s:33:\"apihelp-revisiondelete-param-hide\";i:6683;s:33:\"apihelp-revisiondelete-param-show\";i:6684;s:37:\"apihelp-revisiondelete-param-suppress\";i:6685;s:35:\"apihelp-revisiondelete-param-reason\";i:6686;s:33:\"apihelp-revisiondelete-param-tags\";i:6687;s:39:\"apihelp-revisiondelete-example-revision\";i:6688;s:34:\"apihelp-revisiondelete-example-log\";i:6689;s:24:\"apihelp-rollback-summary\";i:6690;s:37:\"apihelp-rollback-extended-description\";i:6691;s:28:\"apihelp-rollback-param-title\";i:6692;s:29:\"apihelp-rollback-param-pageid\";i:6693;s:27:\"apihelp-rollback-param-tags\";i:6694;s:27:\"apihelp-rollback-param-user\";i:6695;s:30:\"apihelp-rollback-param-summary\";i:6696;s:30:\"apihelp-rollback-param-markbot\";i:6697;s:32:\"apihelp-rollback-param-watchlist\";i:6698;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6699;s:31:\"apihelp-rollback-example-simple\";i:6700;s:32:\"apihelp-rollback-example-summary\";i:6701;s:19:\"apihelp-rsd-summary\";i:6702;s:26:\"apihelp-rsd-example-simple\";i:6703;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6704;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6705;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6706;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6707;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6708;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6709;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6710;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6711;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6712;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6713;s:31:\"apihelp-setpagelanguage-summary\";i:6714;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6715;s:35:\"apihelp-setpagelanguage-param-title\";i:6716;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6717;s:34:\"apihelp-setpagelanguage-param-lang\";i:6718;s:36:\"apihelp-setpagelanguage-param-reason\";i:6719;s:34:\"apihelp-setpagelanguage-param-tags\";i:6720;s:40:\"apihelp-setpagelanguage-example-language\";i:6721;s:39:\"apihelp-setpagelanguage-example-default\";i:6722;s:25:\"apihelp-stashedit-summary\";i:6723;s:38:\"apihelp-stashedit-extended-description\";i:6724;s:29:\"apihelp-stashedit-param-title\";i:6725;s:31:\"apihelp-stashedit-param-section\";i:6726;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6727;s:28:\"apihelp-stashedit-param-text\";i:6728;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6729;s:36:\"apihelp-stashedit-param-contentmodel\";i:6730;s:37:\"apihelp-stashedit-param-contentformat\";i:6731;s:33:\"apihelp-stashedit-param-baserevid\";i:6732;s:31:\"apihelp-stashedit-param-summary\";i:6733;s:19:\"apihelp-tag-summary\";i:6734;s:22:\"apihelp-tag-param-rcid\";i:6735;s:23:\"apihelp-tag-param-revid\";i:6736;s:23:\"apihelp-tag-param-logid\";i:6737;s:21:\"apihelp-tag-param-add\";i:6738;s:24:\"apihelp-tag-param-remove\";i:6739;s:24:\"apihelp-tag-param-reason\";i:6740;s:22:\"apihelp-tag-param-tags\";i:6741;s:23:\"apihelp-tag-example-rev\";i:6742;s:23:\"apihelp-tag-example-log\";i:6743;s:23:\"apihelp-unblock-summary\";i:6744;s:24:\"apihelp-unblock-param-id\";i:6745;s:26:\"apihelp-unblock-param-user\";i:6746;s:28:\"apihelp-unblock-param-userid\";i:6747;s:28:\"apihelp-unblock-param-reason\";i:6748;s:26:\"apihelp-unblock-param-tags\";i:6749;s:26:\"apihelp-unblock-example-id\";i:6750;s:28:\"apihelp-unblock-example-user\";i:6751;s:24:\"apihelp-undelete-summary\";i:6752;s:37:\"apihelp-undelete-extended-description\";i:6753;s:28:\"apihelp-undelete-param-title\";i:6754;s:29:\"apihelp-undelete-param-reason\";i:6755;s:27:\"apihelp-undelete-param-tags\";i:6756;s:33:\"apihelp-undelete-param-timestamps\";i:6757;s:30:\"apihelp-undelete-param-fileids\";i:6758;s:32:\"apihelp-undelete-param-watchlist\";i:6759;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6760;s:35:\"apihelp-undelete-param-undeletetalk\";i:6761;s:29:\"apihelp-undelete-example-page\";i:6762;s:34:\"apihelp-undelete-example-revisions\";i:6763;s:29:\"apihelp-unlinkaccount-summary\";i:6764;s:36:\"apihelp-unlinkaccount-example-simple\";i:6765;s:22:\"apihelp-upload-summary\";i:6766;s:35:\"apihelp-upload-extended-description\";i:6767;s:29:\"apihelp-upload-param-filename\";i:6768;s:28:\"apihelp-upload-param-comment\";i:6769;s:25:\"apihelp-upload-param-tags\";i:6770;s:25:\"apihelp-upload-param-text\";i:6771;s:26:\"apihelp-upload-param-watch\";i:6772;s:30:\"apihelp-upload-param-watchlist\";i:6773;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6774;s:35:\"apihelp-upload-param-ignorewarnings\";i:6775;s:25:\"apihelp-upload-param-file\";i:6776;s:24:\"apihelp-upload-param-url\";i:6777;s:28:\"apihelp-upload-param-filekey\";i:6778;s:31:\"apihelp-upload-param-sessionkey\";i:6779;s:26:\"apihelp-upload-param-stash\";i:6780;s:29:\"apihelp-upload-param-filesize\";i:6781;s:27:\"apihelp-upload-param-offset\";i:6782;s:26:\"apihelp-upload-param-chunk\";i:6783;s:26:\"apihelp-upload-param-async\";i:6784;s:32:\"apihelp-upload-param-checkstatus\";i:6785;s:26:\"apihelp-upload-example-url\";i:6786;s:30:\"apihelp-upload-example-filekey\";i:6787;s:26:\"apihelp-userrights-summary\";i:6788;s:29:\"apihelp-userrights-param-user\";i:6789;s:31:\"apihelp-userrights-param-userid\";i:6790;s:28:\"apihelp-userrights-param-add\";i:6791;s:31:\"apihelp-userrights-param-expiry\";i:6792;s:31:\"apihelp-userrights-param-remove\";i:6793;s:31:\"apihelp-userrights-param-reason\";i:6794;s:29:\"apihelp-userrights-param-tags\";i:6795;s:31:\"apihelp-userrights-example-user\";i:6796;s:33:\"apihelp-userrights-example-userid\";i:6797;s:33:\"apihelp-userrights-example-expiry\";i:6798;s:32:\"apihelp-validatepassword-summary\";i:6799;s:45:\"apihelp-validatepassword-extended-description\";i:6800;s:39:\"apihelp-validatepassword-param-password\";i:6801;s:35:\"apihelp-validatepassword-param-user\";i:6802;s:36:\"apihelp-validatepassword-param-email\";i:6803;s:39:\"apihelp-validatepassword-param-realname\";i:6804;s:34:\"apihelp-validatepassword-example-1\";i:6805;s:34:\"apihelp-validatepassword-example-2\";i:6806;s:21:\"apihelp-watch-summary\";i:6807;s:25:\"apihelp-watch-param-title\";i:6808;s:26:\"apihelp-watch-param-expiry\";i:6809;s:27:\"apihelp-watch-param-unwatch\";i:6810;s:27:\"apihelp-watch-example-watch\";i:6811;s:34:\"apihelp-watch-example-watch-expiry\";i:6812;s:29:\"apihelp-watch-example-unwatch\";i:6813;s:31:\"apihelp-watch-example-generator\";i:6814;s:30:\"apihelp-format-example-generic\";i:6815;s:32:\"apihelp-format-param-wrappedhtml\";i:6816;s:20:\"apihelp-json-summary\";i:6817;s:27:\"apihelp-json-param-callback\";i:6818;s:23:\"apihelp-json-param-utf8\";i:6819;s:24:\"apihelp-json-param-ascii\";i:6820;s:32:\"apihelp-json-param-formatversion\";i:6821;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6822;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6823;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6824;s:22:\"apihelp-jsonfm-summary\";i:6825;s:20:\"apihelp-none-summary\";i:6826;s:19:\"apihelp-php-summary\";i:6827;s:31:\"apihelp-php-param-formatversion\";i:6828;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6829;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6830;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6831;s:21:\"apihelp-phpfm-summary\";i:6832;s:21:\"apihelp-rawfm-summary\";i:6833;s:19:\"apihelp-xml-summary\";i:6834;s:22:\"apihelp-xml-param-xslt\";i:6835;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6836;s:21:\"apihelp-xmlfm-summary\";i:6837;s:16:\"api-format-title\";i:6838;s:29:\"api-format-prettyprint-header\";i:6839;s:39:\"api-format-prettyprint-header-only-html\";i:6840;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6841;s:29:\"api-format-prettyprint-status\";i:6842;s:22:\"api-login-fail-aborted\";i:6843;s:30:\"api-login-fail-aborted-nobotpw\";i:6844;s:33:\"api-login-fail-badsessionprovider\";i:6845;s:25:\"api-login-fail-sameorigin\";i:6846;s:24:\"api-pageset-param-titles\";i:6847;s:25:\"api-pageset-param-pageids\";i:6848;s:24:\"api-pageset-param-revids\";i:6849;s:27:\"api-pageset-param-generator\";i:6850;s:37:\"api-pageset-param-redirects-generator\";i:6851;s:39:\"api-pageset-param-redirects-nogenerator\";i:6852;s:31:\"api-pageset-param-converttitles\";i:6853;s:14:\"api-help-title\";i:6854;s:13:\"api-help-lead\";i:6855;s:20:\"api-help-main-header\";i:6856;s:28:\"api-help-undocumented-module\";i:6857;s:14:\"api-help-flags\";i:6858;s:24:\"api-help-flag-deprecated\";i:6859;s:22:\"api-help-flag-internal\";i:6860;s:24:\"api-help-flag-readrights\";i:6861;s:25:\"api-help-flag-writerights\";i:6862;s:26:\"api-help-flag-mustbeposted\";i:6863;s:23:\"api-help-flag-generator\";i:6864;s:15:\"api-help-source\";i:6865;s:23:\"api-help-source-unknown\";i:6866;s:16:\"api-help-license\";i:6867;s:23:\"api-help-license-noname\";i:6868;s:24:\"api-help-license-unknown\";i:6869;s:18:\"api-help-help-urls\";i:6870;s:19:\"api-help-parameters\";i:6871;s:24:\"api-help-parameters-note\";i:6872;s:25:\"api-help-param-deprecated\";i:6873;s:31:\"api-help-param-deprecated-label\";i:6874;s:23:\"api-help-param-internal\";i:6875;s:29:\"api-help-param-internal-label\";i:6876;s:24:\"api-help-param-templated\";i:6877;s:34:\"api-help-param-templated-var-first\";i:6878;s:28:\"api-help-param-templated-var\";i:6879;s:25:\"api-help-datatypes-header\";i:6880;s:22:\"api-help-datatypes-top\";i:6881;s:25:\"api-help-datatype-boolean\";i:6882;s:24:\"api-help-datatype-expiry\";i:6883;s:27:\"api-help-datatype-timestamp\";i:6884;s:31:\"api-help-templatedparams-header\";i:6885;s:24:\"api-help-templatedparams\";i:6886;s:26:\"api-help-param-type-expiry\";i:6887;s:25:\"api-help-param-type-limit\";i:6888;s:35:\"api-help-param-type-presenceboolean\";i:6889;s:29:\"api-help-param-type-timestamp\";i:6890;s:24:\"api-help-param-type-enum\";i:6891;s:29:\"api-help-param-multi-separate\";i:6892;s:24:\"api-help-param-multi-all\";i:6893;s:28:\"api-help-param-default-empty\";i:6894;s:20:\"api-help-param-token\";i:6895;s:26:\"api-help-param-token-webui\";i:6896;s:37:\"api-help-param-disabled-in-miser-mode\";i:6897;s:36:\"api-help-param-limited-in-miser-mode\";i:6898;s:24:\"api-help-param-direction\";i:6899;s:35:\"api-help-paramvalue-direction-newer\";i:6900;s:35:\"api-help-paramvalue-direction-older\";i:6901;s:23:\"api-help-param-continue\";i:6902;s:29:\"api-help-param-no-description\";i:6903;s:17:\"api-help-examples\";i:6904;s:20:\"api-help-permissions\";i:6905;s:31:\"api-help-permissions-granted-to\";i:6906;s:28:\"api-help-right-apihighlimits\";i:6907;s:27:\"api-help-open-in-apisandbox\";i:6908;s:32:\"api-help-no-extended-description\";i:6909;s:34:\"api-help-authmanager-general-usage\";i:6910;s:35:\"api-help-authmanagerhelper-requests\";i:6911;s:34:\"api-help-authmanagerhelper-request\";i:6912;s:40:\"api-help-authmanagerhelper-messageformat\";i:6913;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6914;s:40:\"api-help-authmanagerhelper-preservestate\";i:6915;s:36:\"api-help-authmanagerhelper-returnurl\";i:6916;s:35:\"api-help-authmanagerhelper-continue\";i:6917;s:44:\"api-help-authmanagerhelper-additional-params\";i:6918;s:27:\"apierror-allimages-redirect\";i:6919;s:37:\"apierror-allpages-generator-redirects\";i:6920;s:27:\"apierror-appendnotsupported\";i:6921;s:22:\"apierror-articleexists\";i:6922;s:25:\"apierror-assertanonfailed\";i:6923;s:24:\"apierror-assertbotfailed\";i:6924;s:30:\"apierror-assertnameduserfailed\";i:6925;s:25:\"apierror-assertuserfailed\";i:6926;s:20:\"apierror-autoblocked\";i:6927;s:32:\"apierror-bad-badfilecontexttitle\";i:6928;s:33:\"apierror-badconfig-resulttoosmall\";i:6929;s:20:\"apierror-badcontinue\";i:6930;s:16:\"apierror-baddiff\";i:6931;s:18:\"apierror-baddiffto\";i:6932;s:26:\"apierror-badformat-generic\";i:6933;s:18:\"apierror-badformat\";i:6934;s:34:\"apierror-badgenerator-notgenerator\";i:6935;s:29:\"apierror-badgenerator-unknown\";i:6936;s:14:\"apierror-badip\";i:6937;s:15:\"apierror-badmd5\";i:6938;s:31:\"apierror-badmodule-badsubmodule\";i:6939;s:31:\"apierror-badmodule-nosubmodules\";i:6940;s:21:\"apierror-badparameter\";i:6941;s:17:\"apierror-badquery\";i:6942;s:21:\"apierror-badtimestamp\";i:6943;s:17:\"apierror-badtoken\";i:6944;s:18:\"apierror-badupload\";i:6945;s:15:\"apierror-badurl\";i:6946;s:16:\"apierror-baduser\";i:6947;s:31:\"apierror-badvalue-notmultivalue\";i:6948;s:28:\"apierror-bad-watchlist-token\";i:6949;s:24:\"apierror-blockedfrommail\";i:6950;s:16:\"apierror-blocked\";i:6951;s:24:\"apierror-blocked-partial\";i:6952;s:25:\"apierror-botsnotsupported\";i:6953;s:33:\"apierror-cannot-async-upload-file\";i:6954;s:29:\"apierror-cannotreauthenticate\";i:6955;s:24:\"apierror-cannotviewtitle\";i:6956;s:24:\"apierror-cantblock-email\";i:6957;s:18:\"apierror-cantblock\";i:6958;s:31:\"apierror-cantchangecontentmodel\";i:6959;s:17:\"apierror-canthide\";i:6960;s:26:\"apierror-cantimport-upload\";i:6961;s:19:\"apierror-cantimport\";i:6962;s:33:\"apierror-cantoverwrite-sharedfile\";i:6963;s:17:\"apierror-cantsend\";i:6964;s:21:\"apierror-cantundelete\";i:6965;s:33:\"apierror-cantview-deleted-comment\";i:6966;s:37:\"apierror-cantview-deleted-description\";i:6967;s:34:\"apierror-cantview-deleted-metadata\";i:6968;s:42:\"apierror-cantview-deleted-revision-content\";i:6969;s:29:\"apierror-changeauth-norequest\";i:6970;s:40:\"apierror-changecontentmodel-missingtitle\";i:6971;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6972;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6973;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6974;s:24:\"apierror-chunk-too-small\";i:6975;s:21:\"apierror-cidrtoobroad\";i:6976;s:33:\"apierror-compare-maintextrequired\";i:6977;s:25:\"apierror-compare-no-title\";i:6978;s:34:\"apierror-compare-nosuchfromsection\";i:6979;s:32:\"apierror-compare-nosuchtosection\";i:6980;s:31:\"apierror-compare-nofromrevision\";i:6981;s:23:\"apierror-compare-notext\";i:6982;s:29:\"apierror-compare-notorevision\";i:6983;s:26:\"apierror-concurrency-limit\";i:6984;s:36:\"apierror-compare-relative-to-deleted\";i:6985;s:36:\"apierror-compare-relative-to-nothing\";i:6986;s:38:\"apierror-contentserializationexception\";i:6987;s:22:\"apierror-contenttoobig\";i:6988;s:30:\"apierror-contentmodel-mismatch\";i:6989;s:28:\"apierror-copyuploadbaddomain\";i:6990;s:25:\"apierror-copyuploadbadurl\";i:6991;s:27:\"apierror-create-titleexists\";i:6992;s:19:\"apierror-csp-report\";i:6993;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6994;s:32:\"apierror-deletedrevs-param-not-3\";i:6995;s:29:\"apierror-edit-invalidredirect\";i:6996;s:24:\"apierror-emptynewsection\";i:6997;s:18:\"apierror-emptypage\";i:6998;s:24:\"apierror-exceptioncaught\";i:6999;s:28:\"apierror-exceptioncaughttype\";i:7000;s:25:\"apierror-filedoesnotexist\";i:7001;s:35:\"apierror-fileexists-sharedrepo-perm\";i:7002;s:19:\"apierror-filenopath\";i:7003;s:32:\"apierror-filetypecannotberotated\";i:7004;s:18:\"apierror-formatphp\";i:7005;s:28:\"apierror-imageusage-badtitle\";i:7006;s:28:\"apierror-import-unknownerror\";i:7007;s:38:\"apierror-integeroutofrange-abovebotmax\";i:7008;s:35:\"apierror-integeroutofrange-abovemax\";i:7009;s:39:\"apierror-integeroutofrange-belowminimum\";i:7010;s:24:\"apierror-invalidcategory\";i:7011;s:22:\"apierror-invalid-chunk\";i:7012;s:22:\"apierror-invalidexpiry\";i:7013;s:25:\"apierror-invalid-file-key\";i:7014;s:23:\"apierror-invalidiprange\";i:7015;s:20:\"apierror-invalidlang\";i:7016;s:22:\"apierror-invalidmethod\";i:7017;s:24:\"apierror-invalidoldimage\";i:7018;s:38:\"apierror-invalidparammix-cannotusewith\";i:7019;s:36:\"apierror-invalidparammix-mustusewith\";i:7020;s:42:\"apierror-invalidparammix-parse-new-section\";i:7021;s:24:\"apierror-invalidparammix\";i:7022;s:23:\"apierror-invalidsection\";i:7023;s:30:\"apierror-invalidsha1base36hash\";i:7024;s:24:\"apierror-invalidsha1hash\";i:7025;s:21:\"apierror-invalidtitle\";i:7026;s:24:\"apierror-invalidurlparam\";i:7027;s:20:\"apierror-invaliduser\";i:7028;s:22:\"apierror-invaliduserid\";i:7029;s:21:\"apierror-ipoutofrange\";i:7030;s:17:\"apierror-maxbytes\";i:7031;s:17:\"apierror-maxchars\";i:7032;s:23:\"apierror-maxlag-generic\";i:7033;s:15:\"apierror-maxlag\";i:7034;s:27:\"apierror-mimesearchdisabled\";i:7035;s:30:\"apierror-missingcontent-pageid\";i:7036;s:29:\"apierror-missingcontent-revid\";i:7037;s:34:\"apierror-missingcontent-revid-role\";i:7038;s:37:\"apierror-missingparam-at-least-one-of\";i:7039;s:28:\"apierror-missingparam-one-of\";i:7040;s:21:\"apierror-missingparam\";i:7041;s:26:\"apierror-missingrev-pageid\";i:7042;s:25:\"apierror-missingrev-title\";i:7043;s:32:\"apierror-missingtitle-createonly\";i:7044;s:21:\"apierror-missingtitle\";i:7045;s:28:\"apierror-missingtitle-byname\";i:7046;s:23:\"apierror-moduledisabled\";i:7047;s:29:\"apierror-multival-only-one-of\";i:7048;s:18:\"apierror-multpages\";i:7049;s:34:\"apierror-mustbeloggedin-changeauth\";i:7050;s:31:\"apierror-mustbeloggedin-generic\";i:7051;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:7052;s:34:\"apierror-mustbeloggedin-removeauth\";i:7053;s:35:\"apierror-mustbeloggedin-uploadstash\";i:7054;s:23:\"apierror-mustbeloggedin\";i:7055;s:21:\"apierror-mustbeposted\";i:7056;s:23:\"apierror-mustpostparams\";i:7057;s:19:\"apierror-noapiwrite\";i:7058;s:18:\"apierror-nochanges\";i:7059;s:25:\"apierror-nodeleteablefile\";i:7060;s:26:\"apierror-no-direct-editing\";i:7061;s:20:\"apierror-noedit-anon\";i:7062;s:15:\"apierror-noedit\";i:7063;s:29:\"apierror-noimageredirect-anon\";i:7064;s:24:\"apierror-noimageredirect\";i:7065;s:20:\"apierror-nosuchlogid\";i:7066;s:21:\"apierror-nosuchpageid\";i:7067;s:19:\"apierror-nosuchrcid\";i:7068;s:20:\"apierror-nosuchrevid\";i:7069;s:22:\"apierror-nosuchsection\";i:7070;s:27:\"apierror-nosuchsection-what\";i:7071;s:21:\"apierror-nosuchuserid\";i:7072;s:17:\"apierror-notarget\";i:7073;s:23:\"apierror-notpatrollable\";i:7074;s:23:\"apierror-nouploadmodule\";i:7075;s:33:\"apierror-opensearch-json-warnings\";i:7076;s:24:\"apierror-pagecannotexist\";i:7077;s:20:\"apierror-pagedeleted\";i:7078;s:26:\"apierror-pagelang-disabled\";i:7079;s:19:\"apierror-paramempty\";i:7080;s:30:\"apierror-parsetree-notwikitext\";i:7081;s:36:\"apierror-parsetree-notwikitext-title\";i:7082;s:19:\"apierror-pastexpiry\";i:7083;s:25:\"apierror-permissiondenied\";i:7084;s:33:\"apierror-permissiondenied-generic\";i:7085;s:36:\"apierror-permissiondenied-patrolflag\";i:7086;s:33:\"apierror-permissiondenied-unblock\";i:7087;s:29:\"apierror-prefixsearchdisabled\";i:7088;s:30:\"apierror-promised-nonwrite-api\";i:7089;s:30:\"apierror-protect-invalidaction\";i:7090;s:29:\"apierror-protect-invalidlevel\";i:7091;s:20:\"apierror-ratelimited\";i:7092;s:22:\"apierror-readapidenied\";i:7093;s:17:\"apierror-readonly\";i:7094;s:23:\"apierror-reauthenticate\";i:7095;s:28:\"apierror-redirect-appendonly\";i:7096;s:33:\"apierror-revdel-mutuallyexclusive\";i:7097;s:26:\"apierror-revdel-needtarget\";i:7098;s:27:\"apierror-revdel-paramneeded\";i:7099;s:24:\"apierror-revisions-badid\";i:7100;s:27:\"apierror-revisions-norevids\";i:7101;s:29:\"apierror-revisions-singlepage\";i:7102;s:21:\"apierror-revwrongpage\";i:7103;s:23:\"apierror-searchdisabled\";i:7104;s:29:\"apierror-sectionreplacefailed\";i:7105;s:29:\"apierror-sectionsnotsupported\";i:7106;s:34:\"apierror-sectionsnotsupported-what\";i:7107;s:13:\"apierror-show\";i:7108;s:34:\"apierror-siteinfo-includealldenied\";i:7109;s:25:\"apierror-sizediffdisabled\";i:7110;s:21:\"apierror-spamdetected\";i:7111;s:32:\"apierror-specialpage-cantexecute\";i:7112;s:28:\"apierror-stashedfilenotfound\";i:7113;s:30:\"apierror-stashedit-missingtext\";i:7114;s:23:\"apierror-stashexception\";i:7115;s:29:\"apierror-stashfailed-complete\";i:7116;s:30:\"apierror-stashfailed-nosession\";i:7117;s:25:\"apierror-stashfilestorage\";i:7118;s:25:\"apierror-stashinvalidfile\";i:7119;s:27:\"apierror-stashnosuchfilekey\";i:7120;s:25:\"apierror-stashpathinvalid\";i:7121;s:24:\"apierror-stashwrongowner\";i:7122;s:24:\"apierror-stashzerolength\";i:7123;s:22:\"apierror-systemblocked\";i:7124;s:38:\"apierror-templateexpansion-notwikitext\";i:7125;s:23:\"apierror-toofewexpiries\";i:7126;s:22:\"apierror-toomanyvalues\";i:7127;s:22:\"apierror-unknownaction\";i:7128;s:30:\"apierror-unknownerror-editpage\";i:7129;s:28:\"apierror-unknownerror-nocode\";i:7130;s:21:\"apierror-unknownerror\";i:7131;s:22:\"apierror-unknownformat\";i:7132;s:27:\"apierror-unrecognizedparams\";i:7133;s:26:\"apierror-unrecognizedvalue\";i:7134;s:24:\"apierror-unsupportedrepo\";i:7135;s:29:\"apierror-upload-filekeyneeded\";i:7136;s:33:\"apierror-upload-filekeynotallowed\";i:7137;s:26:\"apierror-upload-inprogress\";i:7138;s:29:\"apierror-upload-missingresult\";i:7139;s:23:\"apierror-urlparamnormal\";i:7140;s:23:\"apierror-writeapidenied\";i:7141;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7142;s:19:\"apiwarn-badurlparam\";i:7143;s:15:\"apiwarn-badutf8\";i:7144;s:34:\"apiwarn-checktoken-percentencoding\";i:7145;s:23:\"apiwarn-compare-no-next\";i:7146;s:23:\"apiwarn-compare-no-prev\";i:7147;s:30:\"apiwarn-compare-nocontentmodel\";i:7148;s:31:\"apiwarn-deprecation-deletedrevs\";i:7149;s:33:\"apiwarn-deprecation-httpsexpected\";i:7150;s:31:\"apiwarn-deprecation-login-botpw\";i:7151;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7152;s:31:\"apiwarn-deprecation-login-token\";i:7153;s:32:\"apiwarn-deprecation-missingparam\";i:7154;s:29:\"apiwarn-deprecation-parameter\";i:7155;s:35:\"apiwarn-deprecation-parse-headitems\";i:7156;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7157;s:29:\"apiwarn-deprecation-purge-get\";i:7158;s:35:\"apiwarn-deprecation-withreplacement\";i:7159;s:20:\"apiwarn-difftohidden\";i:7160;s:26:\"apiwarn-errorprinterfailed\";i:7161;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7162;s:23:\"apiwarn-invalidcategory\";i:7163;s:20:\"apiwarn-invalidtitle\";i:7164;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7165;s:28:\"apiwarn-invalidxmlstylesheet\";i:7166;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7167;s:26:\"apiwarn-moduleswithoutvars\";i:7168;s:15:\"apiwarn-notfile\";i:7169;s:30:\"apiwarn-nothumb-noimagehandler\";i:7170;s:28:\"apiwarn-parse-nocontentmodel\";i:7171;s:30:\"apiwarn-parse-revidwithouttext\";i:7172;s:30:\"apiwarn-parse-titlewithouttext\";i:7173;s:26:\"apiwarn-redirectsandrevids\";i:7174;s:21:\"apiwarn-tokens-origin\";i:7175;s:23:\"apiwarn-truncatedresult\";i:7176;s:27:\"apiwarn-unclearnowtimestamp\";i:7177;s:26:\"apiwarn-unrecognizedvalues\";i:7178;s:24:\"apiwarn-unsupportedarray\";i:7179;s:21:\"apiwarn-urlparamwidth\";i:7180;s:33:\"apiwarn-validationfailed-badchars\";i:7181;s:32:\"apiwarn-validationfailed-badpref\";i:7182;s:34:\"apiwarn-validationfailed-cannotset\";i:7183;s:35:\"apiwarn-validationfailed-keytoolong\";i:7184;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7185;s:24:\"apiwarn-validationfailed\";i:7186;s:18:\"apiwarn-wgdebugapi\";i:7187;s:20:\"api-feed-error-title\";i:7188;s:16:\"api-usage-docref\";i:7189;s:25:\"api-usage-mailinglist-ref\";i:7190;s:19:\"api-exception-trace\";i:7191;s:18:\"api-credits-header\";i:7192;s:11:\"api-credits\";i:7193;s:20:\"rest-prefix-mismatch\";i:7194;s:17:\"rest-wrong-method\";i:7195;s:13:\"rest-no-match\";i:7196;s:22:\"rest-nonexistent-title\";i:7197;s:31:\"rest-nonexistent-title-revision\";i:7198;s:25:\"rest-nonexistent-revision\";i:7199;s:21:\"rest-nonexistent-user\";i:7200;s:17:\"rest-invalid-user\";i:7201;s:27:\"rest-permission-denied-anon\";i:7202;s:28:\"rest-permission-denied-title\";i:7203;s:31:\"rest-permission-denied-revision\";i:7204;s:28:\"rest-resource-limit-exceeded\";i:7205;s:36:\"rest-pagehistory-incompatible-params\";i:7206;s:34:\"rest-pagehistory-param-range-error\";i:7207;s:32:\"rest-pagehistory-timestamp-error\";i:7208;s:39:\"rest-pagehistorycount-type-unrecognized\";i:7209;s:40:\"rest-pagehistorycount-parameters-invalid\";i:7210;s:26:\"rest-compare-page-mismatch\";i:7211;s:30:\"rest-compare-permission-denied\";i:7212;s:24:\"rest-compare-nonexistent\";i:7213;s:25:\"rest-compare-inaccessible\";i:7214;s:26:\"rest-compare-wrong-content\";i:7215;s:22:\"rest-compare-wikidiff2\";i:7216;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7217;s:17:\"rest-search-error\";i:7218;s:27:\"rest-page-source-type-error\";i:7219;s:16:\"rest-no-revision\";i:7220;s:25:\"rest-media-too-many-links\";i:7221;s:23:\"rest-html-backend-error\";i:7222;s:18:\"rest-bad-json-body\";i:7223;s:26:\"rest-json-body-parse-error\";i:7224;s:23:\"rest-missing-body-field\";i:7225;s:22:\"rest-bad-content-model\";i:7226;s:30:\"rest-update-cannot-create-page\";i:7227;s:26:\"rest-extraneous-csrf-token\";i:7228;s:21:\"rest-cannot-load-file\";i:7229;s:28:\"rest-cross-origin-anon-write\";i:7230;s:31:\"rest-requires-safe-against-csrf\";i:7231;s:13:\"rest-badtoken\";i:7232;s:26:\"ooui-combobox-button-label\";i:7233;s:38:\"ooui-selectfile-button-select-multiple\";i:7234;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:7235;s:41:\"ooui-popup-widget-close-button-aria-label\";i:7236;s:22:\"paramvalidator-badbool\";i:7237;s:24:\"paramvalidator-badexpiry\";i:7238;s:33:\"paramvalidator-badexpiry-duration\";i:7239;s:37:\"paramvalidator-badexpiry-duration-max\";i:7240;s:29:\"paramvalidator-badexpiry-past\";i:7241;s:23:\"paramvalidator-badfloat\";i:7242;s:33:\"paramvalidator-badfloat-notfinite\";i:7243;s:25:\"paramvalidator-badinteger\";i:7244;s:27:\"paramvalidator-badtimestamp\";i:7245;s:34:\"paramvalidator-badupload-cantwrite\";i:7246;s:33:\"paramvalidator-badupload-formsize\";i:7247;s:32:\"paramvalidator-badupload-inisize\";i:7248;s:31:\"paramvalidator-badupload-nofile\";i:7249;s:33:\"paramvalidator-badupload-notmpdir\";i:7250;s:34:\"paramvalidator-badupload-notupload\";i:7251;s:32:\"paramvalidator-badupload-partial\";i:7252;s:31:\"paramvalidator-badupload-phpext\";i:7253;s:33:\"paramvalidator-badvalue-enummulti\";i:7254;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7255;s:31:\"paramvalidator-deprecated-value\";i:7256;s:26:\"paramvalidator-emptystring\";i:7257;s:23:\"paramvalidator-maxbytes\";i:7258;s:23:\"paramvalidator-maxchars\";i:7259;s:27:\"paramvalidator-missingparam\";i:7260;s:23:\"paramvalidator-notmulti\";i:7261;s:29:\"paramvalidator-outofrange-max\";i:7262;s:32:\"paramvalidator-outofrange-minmax\";i:7263;s:29:\"paramvalidator-outofrange-min\";i:7264;s:31:\"paramvalidator-param-deprecated\";i:7265;s:30:\"paramvalidator-param-sensitive\";i:7266;s:28:\"paramvalidator-toomanyvalues\";i:7267;s:34:\"paramvalidator-unclearnowtimestamp\";i:7268;s:33:\"paramvalidator-unrecognizedvalues\";i:7269;s:27:\"paramvalidator-help-default\";i:7270;s:33:\"paramvalidator-help-default-empty\";i:7271;s:30:\"paramvalidator-help-deprecated\";i:7272;s:34:\"paramvalidator-help-multi-separate\";i:7273;s:29:\"paramvalidator-help-multi-max\";i:7274;s:36:\"paramvalidator-help-multi-max-simple\";i:7275;s:29:\"paramvalidator-help-multi-all\";i:7276;s:28:\"paramvalidator-help-required\";i:7277;s:32:\"paramvalidator-help-type-boolean\";i:7278;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7279;s:29:\"paramvalidator-help-type-enum\";i:7280;s:31:\"paramvalidator-help-type-expiry\";i:7281;s:30:\"paramvalidator-help-type-float\";i:7282;s:32:\"paramvalidator-help-type-integer\";i:7283;s:30:\"paramvalidator-help-type-limit\";i:7284;s:35:\"paramvalidator-help-type-number-max\";i:7285;s:38:\"paramvalidator-help-type-number-minmax\";i:7286;s:35:\"paramvalidator-help-type-number-min\";i:7287;s:40:\"paramvalidator-help-type-presenceboolean\";i:7288;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7289;s:40:\"paramvalidator-help-type-string-maxchars\";i:7290;s:34:\"paramvalidator-help-type-timestamp\";i:7291;s:31:\"paramvalidator-help-type-upload\";i:7292;s:15:\"skinname-vector\";i:7293;s:20:\"skinname-vector-2022\";i:7294;s:26:\"vector-specialversion-name\";i:7295;s:16:\"vector-skin-desc\";i:7296;s:33:\"prefs-vector-enable-vector-1-help\";i:7297;s:22:\"vector-opt-out-tooltip\";i:7298;s:10:\"vector.css\";i:7299;s:9:\"vector.js\";i:7300;s:34:\"vector-toc-toggle-position-sidebar\";i:7301;s:30:\"vector-article-tools-nav-label\";i:7302;s:26:\"vector-2022-prefs-talkpage\";i:7303;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7304;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7305;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7306;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7307;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7308;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7309;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7310;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7311;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7312;s:20:\"syntaxhighlight-desc\";i:7313;s:32:\"syntaxhighlight-enclose-category\";i:7314;s:37:\"syntaxhighlight-enclose-category-desc\";i:7315;s:31:\"syntaxhighlight-source-category\";i:7316;s:36:\"syntaxhighlight-source-category-desc\";i:7317;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7318;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7319;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7320;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7321;s:22:\"action-mf-uploadbutton\";i:7322;s:20:\"beta-feature-minerva\";i:7323;s:32:\"beta-feature-minerva-description\";i:7324;s:33:\"mobile-frontend-categories-search\";i:7325;s:38:\"mobile-frontend-categories-add-heading\";i:7326;s:35:\"mobile-frontend-categories-add-wait\";i:7327;s:33:\"mobile-frontend-categories-normal\";i:7328;s:33:\"mobile-frontend-categories-hidden\";i:7329;s:28:\"mobile-frontend-clear-search\";i:7330;s:37:\"mobile-frontend-commons-category-view\";i:7331;s:36:\"mobile-frontend-contribution-summary\";i:7332;s:32:\"mobile-frontend-cookies-required\";i:7333;s:32:\"mobile-frontend-current-language\";i:7334;s:33:\"mobile-frontend-diffview-404-desc\";i:7335;s:34:\"mobile-frontend-diffview-404-title\";i:7336;s:30:\"mobile-frontend-diffview-comma\";i:7337;s:33:\"mobile-frontend-donate-image-anon\";i:7338;s:36:\"mobile-frontend-donate-image-heading\";i:7339;s:41:\"mobile-frontend-donate-image-login-action\";i:7340;s:38:\"mobile-frontend-donate-image-nouploads\";i:7341;s:42:\"mobile-frontend-donate-image-signup-action\";i:7342;s:34:\"mobile-frontend-donate-image-title\";i:7343;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7344;s:31:\"mobile-frontend-pointer-dismiss\";i:7345;s:34:\"mobile-frontend-edit-signup-action\";i:7346;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7347;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7348;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7349;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7350;s:35:\"mobile-frontend-editor-blocked-info\";i:7351;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7352;s:31:\"mobile-frontend-editor-disabled\";i:7353;s:28:\"mobile-frontend-editor-error\";i:7354;s:37:\"mobile-frontend-editor-error-conflict\";i:7355;s:36:\"mobile-frontend-editor-error-loading\";i:7356;s:36:\"mobile-frontend-editor-error-preview\";i:7357;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7358;s:33:\"mobile-frontend-editor-terms-link\";i:7359;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7360;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7361;s:34:\"mobile-frontend-editor-placeholder\";i:7362;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7363;s:37:\"mobile-frontend-editor-redirect-title\";i:7364;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7365;s:39:\"mobile-frontend-editor-success-new-page\";i:7366;s:36:\"mobile-frontend-editor-switch-editor\";i:7367;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7368;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7369;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7370;s:34:\"mobile-frontend-editor-unavailable\";i:7371;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7372;s:35:\"mobile-frontend-editor-uploadenable\";i:7373;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7374;s:27:\"mobile-frontend-editor-bold\";i:7375;s:29:\"mobile-frontend-editor-italic\";i:7376;s:32:\"mobile-frontend-editor-bold-text\";i:7377;s:34:\"mobile-frontend-editor-italic-text\";i:7378;s:32:\"mobile-frontend-editor-reference\";i:7379;s:39:\"mobile-frontend-editor-insert-reference\";i:7380;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7381;s:36:\"mobile-frontend-editor-add-reference\";i:7382;s:43:\"mobile-frontend-expand-sections-description\";i:7383;s:38:\"mobile-frontend-expand-sections-status\";i:7384;s:32:\"mobile-frontend-fontchanger-desc\";i:7385;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7386;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7387;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7388;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7389;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7390;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7391;s:32:\"mobile-frontend-generic-404-desc\";i:7392;s:33:\"mobile-frontend-generic-404-title\";i:7393;s:33:\"mobile-frontend-generic-login-new\";i:7394;s:32:\"mobile-frontend-history-404-desc\";i:7395;s:33:\"mobile-frontend-history-404-title\";i:7396;s:34:\"mobile-frontend-history-no-results\";i:7397;s:36:\"mobile-frontend-image-cancel-confirm\";i:7398;s:38:\"mobile-frontend-image-heading-describe\";i:7399;s:31:\"mobile-frontend-image-uploading\";i:7400;s:39:\"mobile-frontend-language-variant-header\";i:7401;s:40:\"mobile-frontend-languages-variant-header\";i:7402;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7403;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7404;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7405;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7406;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7407;s:32:\"mobile-frontend-main-menu-upload\";i:7408;s:32:\"mobile-frontend-meta-data-issues\";i:7409;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7410;s:39:\"mobile-frontend-meta-data-issues-header\";i:7411;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7412;s:31:\"mobile-frontend-nearby-distance\";i:7413;s:38:\"mobile-frontend-nearby-distance-meters\";i:7414;s:28:\"mobile-frontend-nearby-error\";i:7415;s:37:\"mobile-frontend-nearby-error-guidance\";i:7416;s:30:\"mobile-frontend-nearby-loading\";i:7417;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7418;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7419;s:33:\"mobile-frontend-nearby-permission\";i:7420;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7421;s:30:\"mobile-frontend-nearby-refresh\";i:7422;s:35:\"mobile-frontend-nearby-requirements\";i:7423;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7424;s:34:\"mobile-frontend-nearby-sectiontext\";i:7425;s:32:\"mobile-frontend-overlay-continue\";i:7426;s:34:\"mobile-frontend-page-menu-contents\";i:7427;s:42:\"mobile-frontend-page-menu-language-current\";i:7428;s:33:\"mobile-frontend-page-edit-summary\";i:7429;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7430;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7431;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7432;s:31:\"mobile-frontend-photo-licensing\";i:7433;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7434;s:31:\"mobile-frontend-photo-ownership\";i:7435;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7436;s:36:\"mobile-frontend-photo-ownership-help\";i:7437;s:28:\"mobile-frontend-photo-submit\";i:7438;s:28:\"mobile-frontend-photo-upload\";i:7439;s:33:\"mobile-frontend-photo-upload-anon\";i:7440;s:36:\"mobile-frontend-photo-upload-comment\";i:7441;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7442;s:34:\"mobile-frontend-photo-upload-error\";i:7443;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7444;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7445;s:36:\"mobile-frontend-photo-upload-generic\";i:7446;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7447;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7448;s:39:\"mobile-frontend-photo-upload-user-count\";i:7449;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7450;s:31:\"mobile-frontend-placeholder-app\";i:7451;s:32:\"mobile-frontend-placeholder-beta\";i:7452;s:29:\"mobile-frontend-profile-error\";i:7453;s:38:\"mobile-frontend-profile-footer-ancient\";i:7454;s:35:\"mobile-frontend-profile-footer-days\";i:7455;s:37:\"mobile-frontend-profile-footer-months\";i:7456;s:30:\"mobile-frontend-profile-noargs\";i:7457;s:30:\"mobile-frontend-profile-nouser\";i:7458;s:35:\"mobile-frontend-references-citation\";i:7459;s:31:\"mobile-frontend-requires-mobile\";i:7460;s:30:\"mobile-frontend-requires-optin\";i:7461;s:30:\"mobile-frontend-requires-title\";i:7462;s:26:\"mobile-frontend-save-error\";i:7463;s:32:\"mobile-frontend-saving-exit-page\";i:7464;s:41:\"mobile-frontend-settings-site-description\";i:7465;s:36:\"mobile-frontend-settings-site-header\";i:7466;s:27:\"mobile-frontend-sign-in-why\";i:7467;s:29:\"mobile-frontend-talk-fullpage\";i:7468;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7469;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7470;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7471;s:33:\"mobile-frontend-talk-back-to-page\";i:7472;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7473;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7474;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7475;s:33:\"mobile-frontend-talk-edit-summary\";i:7476;s:30:\"mobile-frontend-talk-explained\";i:7477;s:36:\"mobile-frontend-talk-explained-empty\";i:7478;s:35:\"mobile-frontend-talk-overlay-header\";i:7479;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7480;s:31:\"mobile-frontend-talk-reply-info\";i:7481;s:35:\"mobile-frontend-talk-topic-feedback\";i:7482;s:32:\"mobile-frontend-talk-topic-error\";i:7483;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7484;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7485;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7486;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7487;s:31:\"mobile-frontend-talk-topic-wait\";i:7488;s:25:\"mobile-frontend-terms-url\";i:7489;s:30:\"mobile-frontend-thanked-notice\";i:7490;s:28:\"mobile-frontend-user-account\";i:7491;s:35:\"mobile-frontend-user-button-tooltip\";i:7492;s:32:\"mobile-frontend-user-newmessages\";i:7493;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7494;s:27:\"mobile-frontend-watch-login\";i:7495;s:29:\"mobile-frontend-watchlist-a-z\";i:7496;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7497;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7498;s:29:\"mobile-frontend-watchlist-add\";i:7499;s:35:\"mobile-frontend-watchlist-back-home\";i:7500;s:30:\"mobile-frontend-watchlist-feed\";i:7501;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7502;s:37:\"mobile-frontend-watchlist-please-wait\";i:7503;s:31:\"mobile-frontend-watchlist-error\";i:7504;s:33:\"mobile-frontend-watchlist-removed\";i:7505;s:30:\"mobile-frontend-watchlist-view\";i:7506;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7507;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7508;s:10:\"mobile.css\";i:7509;s:9:\"mobile.js\";i:7510;s:21:\"right-mf-uploadbutton\";i:7511;s:27:\"tag-mobile_edit-description\";i:7512;s:31:\"tag-mobile_web_edit-description\";i:7513;s:16:\"skinname-minerva\";i:7514;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7515;s:30:\"apihelp-mobileview-description\";i:7516;s:29:\"apihelp-mobileview-param-page\";i:7517;s:33:\"apihelp-mobileview-param-redirect\";i:7518;s:33:\"apihelp-mobileview-param-sections\";i:7519;s:29:\"apihelp-mobileview-param-prop\";i:7520;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7521;s:36:\"apihelp-mobileview-param-sectionprop\";i:7522;s:34:\"apihelp-mobileview-param-pageprops\";i:7523;s:32:\"apihelp-mobileview-param-variant\";i:7524;s:33:\"apihelp-mobileview-param-noimages\";i:7525;s:35:\"apihelp-mobileview-param-noheadings\";i:7526;s:36:\"apihelp-mobileview-param-notransform\";i:7527;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7528;s:31:\"apihelp-mobileview-param-offset\";i:7529;s:31:\"apihelp-mobileview-param-maxlen\";i:7530;s:34:\"apihelp-mobileview-param-thumbsize\";i:7531;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7532;s:36:\"apihelp-mobileview-param-thumbheight\";i:7533;s:28:\"apihelp-mobileview-example-1\";i:7534;s:28:\"apihelp-mobileview-example-2\";i:7535;s:28:\"apihelp-mobileview-example-3\";i:7536;s:32:\"apihelp-parse-param-mobileformat\";i:7537;s:28:\"apihelp-parse-param-noimages\";i:7538;s:28:\"apihelp-parse-param-mainpage\";i:7539;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7540;s:31:\"mobile-frontend-console-recruit\";i:7541;s:34:\"mobile-frontend-browse-tags-header\";i:7542;s:24:\"mobile-frontend-panel-ok\";i:7543;s:28:\"mobile-frontend-panel-cancel\";i:7544;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7545;s:38:\"mobile-frontend-search-feedback-prompt\";i:7546;s:17:\"right-noanalytics\";}}'),('af','magicWords','a:172:{s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:10:\"HUIDIGEDAG\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:11:\"HUIDIGEDAG2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:14:\"HUIDIGEDAGNAAM\";i:2;s:14:\"CURRENTDAYNAME\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:10:\"HUIDIGEUUR\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:4:{i:0;i:1;i:1;s:12:\"HUIDIGEMAAND\";i:2;s:12:\"CURRENTMONTH\";i:3;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:13:\"HUIDIGEMAAND1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:15:\"HUIDIGEMAANDAFK\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:16:\"HUIDIGEMAANDNAAM\";i:2;s:16:\"CURRENTMONTHNAME\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:10:\"HUIDIGETYD\";i:2;s:11:\"CURRENTTIME\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:15:\"HUIDIGEWEERGAWE\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:11:\"HUIDIGEJAAR\";i:2;s:11:\"CURRENTYEAR\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:12:\"VERTOONTITEL\";i:2;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:9:\"LêERPAD:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:11:\"__DWINGIO__\";i:2;s:12:\"__FORCETOC__\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:13:\"VOLBLADSYNAAM\";i:2;s:12:\"FULLPAGENAME\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:6:\"VOLURL\";i:2;s:8:\"FULLURL:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"GESLAG:\";i:2;s:7:\"GENDER:\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:4:\"raam\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"onder\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:6:\"senter\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:10:\"img_framed\";a:5:{i:0;i:1;i:1;s:6:\"omraam\";i:2;s:5:\"frame\";i:3;s:6:\"framed\";i:4;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:8:\"raamloos\";i:2;s:9:\"frameless\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:5:\"links\";i:2;s:4:\"left\";}s:8:\"img_link\";a:3:{i:0;i:1;i:1;s:9:\"skakel=$1\";i:2;s:7:\"link=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"middel\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:4:\"geen\";i:2;s:4:\"none\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:4:\"regs\";i:2;s:5:\"right\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:10:\"teks-onder\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:7:\"teks-bo\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:4:{i:0;i:1;i:1;s:8:\"duimnael\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:2:\"bo\";i:2;s:3:\"top\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:10:\"__INDEKS__\";i:2;s:9:\"__INDEX__\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:6:\"#TAAL:\";i:2;s:10:\"#LANGUAGE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:11:\"HUIDIGEWEEK\";i:2;s:9:\"LOCALWEEK\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:10:\"NAAMSPASIE\";i:2;s:9:\"NAMESPACE\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:20:\"__GEENNUWEAFDELING__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:14:\"__GEENGALERY__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:14:\"__GEENINDEKS__\";i:2;s:11:\"__NOINDEX__\";}s:5:\"notoc\";a:3:{i:0;i:0;i:1;s:10:\"__GEENIO__\";i:2;s:9:\"__NOTOC__\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:23:\"AANTALAKTIEWEGEBRUIKERS\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:14:\"AANTALARTIKELS\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:15:\"AANTALWYSIGINGS\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:12:\"AANTALLêERS\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:13:\"AANTALBLADSYE\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:16:\"AANTALGEBRUIKERS\";i:2;s:13:\"NUMBEROFUSERS\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:10:\"BLADSYNAAM\";i:2;s:8:\"PAGENAME\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:13:\"BLADSYGROOTTE\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:8:\"MEERVOUD\";i:2;s:7:\"PLURAL:\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:9:\"#AANSTUUR\";i:2;s:9:\"#REDIRECT\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"BEDIENER\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:12:\"BEDIENERNAAM\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:8:\"WERFNAAM\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:8:\"spesiaal\";i:2;s:7:\"special\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:6:\"etiket\";i:2;s:3:\"tag\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:17:\"BESPREKINGSBLADSY\";i:2;s:9:\"TALKSPACE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:6:\"__IO__\";i:2;s:7:\"__TOC__\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:3:\"PAD\";i:2;s:4:\"PATH\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('af','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('af','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('af','messages:about','s:12:\"af:Aangaande\";'),('af','messages:aboutpage','s:14:\"af:Project:Oor\";'),('af','messages:aboutsite','s:29:\"af:Inligting oor {{SITENAME}}\";'),('af','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('af','messages:accesskey-blockip-block','s:4:\"en:s\";'),('af','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('af','messages:accesskey-ca-delete','s:4:\"en:d\";'),('af','messages:accesskey-ca-edit','s:4:\"en:e\";'),('af','messages:accesskey-ca-history','s:4:\"en:h\";'),('af','messages:accesskey-ca-move','s:4:\"en:m\";'),('af','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('af','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('af','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('af','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('af','messages:accesskey-ca-protect','s:4:\"en:=\";'),('af','messages:accesskey-ca-talk','s:4:\"en:t\";'),('af','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('af','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('af','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('af','messages:accesskey-ca-view','s:3:\"en:\";'),('af','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('af','messages:accesskey-ca-watch','s:4:\"en:w\";'),('af','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('af','messages:accesskey-diff','s:4:\"en:v\";'),('af','messages:accesskey-export','s:4:\"en:s\";'),('af','messages:accesskey-feed-atom','s:3:\"en:\";'),('af','messages:accesskey-feed-rss','s:3:\"en:\";'),('af','messages:accesskey-import','s:4:\"en:s\";'),('af','messages:accesskey-minoredit','s:4:\"en:i\";'),('af','messages:accesskey-n-currentevents','s:3:\"en:\";'),('af','messages:accesskey-n-help','s:3:\"en:\";'),('af','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('af','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('af','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('af','messages:accesskey-n-portal','s:3:\"en:\";'),('af','messages:accesskey-n-randompage','s:4:\"en:x\";'),('af','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('af','messages:accesskey-p-logo','s:3:\"en:\";'),('af','messages:accesskey-preferences-save','s:4:\"en:s\";'),('af','messages:accesskey-preview','s:4:\"en:p\";'),('af','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('af','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('af','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('af','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('af','messages:accesskey-pt-login','s:4:\"en:o\";'),('af','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('af','messages:accesskey-pt-logout','s:3:\"en:\";'),('af','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('af','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('af','messages:accesskey-pt-preferences','s:3:\"en:\";'),('af','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('af','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('af','messages:accesskey-publish','s:4:\"en:s\";'),('af','messages:accesskey-save','s:4:\"en:s\";'),('af','messages:accesskey-search','s:4:\"en:f\";'),('af','messages:accesskey-search-fulltext','s:3:\"en:\";'),('af','messages:accesskey-search-go','s:3:\"en:\";'),('af','messages:accesskey-summary','s:4:\"en:b\";'),('af','messages:accesskey-t-contributions','s:3:\"en:\";'),('af','messages:accesskey-t-emailuser','s:3:\"en:\";'),('af','messages:accesskey-t-info','s:3:\"en:\";'),('af','messages:accesskey-t-permalink','s:3:\"en:\";'),('af','messages:accesskey-t-print','s:4:\"en:p\";'),('af','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('af','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('af','messages:accesskey-t-upload','s:4:\"en:u\";'),('af','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('af','messages:accesskey-upload','s:4:\"en:s\";'),('af','messages:accesskey-userrights-set','s:4:\"en:s\";'),('af','messages:accesskey-watch','s:4:\"en:w\";'),('af','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('af','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('af','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('af','messages:accmailtext','s:206:\"af:\'n Lukrake wagwoord vir [[User talk:$1|$1]] is na $2 gestuur.\n\nDie wagwoord vir hierdie nuwe gebruiker kan op die \'\'[[Special:ChangePassword|verander wagwoord]]\'\'-bladsy verander word nadat ingeteken is.\";'),('af','messages:accmailtitle','s:20:\"af:Wagwoord gestuur.\";'),('af','messages:accountcreated','s:18:\"af:Rekening geskep\";'),('af','messages:accountcreatedtext','s:87:\"af:Die rekening vir [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|bespreek]]) is geskep.\";'),('af','messages:acct_creation_throttle_hit','s:268:\"af:Besoekers aan hierdie wiki wat u IP-adres gebruik het reeds {{PLURAL:$1|\'n rekening|$1 rekeninge}} in die laaste $2 geskep, wat die maksimum toelaatbaar is vir die periode.\nDus kan besoekers wat hierdie IP-adres gebruik tans nie meer nuwe gebruikers registreer nie.\";'),('af','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('af','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('af','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('af','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('af','messages:action-autopatrol','s:45:\"af:eie wysiging as gekontroleerd te laat merk\";'),('af','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('af','messages:action-block','s:46:\"af:blokkeer die gebruiker om wysigings te maak\";'),('af','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('af','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('af','messages:action-browsearchive','s:36:\"af:te soek vir geskrapte bladsye nie\";'),('af','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('af','messages:action-createaccount','s:21:\"af:skep die gebruiker\";'),('af','messages:action-createpage','s:22:\"af:Skep hierdie bladsy\";'),('af','messages:action-createtalk','s:33:\"af:skep hierdie besprekingsbladsy\";'),('af','messages:action-delete','s:22:\"af:verwyder die bladsy\";'),('af','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('af','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('af','messages:action-deletedhistory','s:44:\"af:wys die bladsy se verwyderingsgeskiedenis\";'),('af','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('af','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('af','messages:action-deleterevision','s:21:\"af:skrap die weergawe\";'),('af','messages:action-edit','s:33:\"af:om hierdie bladsy te wysig nie\";'),('af','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('af','messages:action-editinterface','s:23:\"af:wysig die koppelvlak\";'),('af','messages:action-editmyoptions','s:22:\"af:wysig jou voorkeure\";'),('af','messages:action-editmyprivateinfo','s:28:\"af:wysig u privaat inligting\";'),('af','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('af','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('af','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('af','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('af','messages:action-editmywatchlist','s:20:\"af:wysig u dophoulys\";'),('af','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('af','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('af','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('af','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('af','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('af','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('af','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('af','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('af','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('af','messages:action-history','s:32:\"af:wys die bladsy se geskiedenis\";'),('af','messages:action-import','s:52:\"af:hierdie bladsy van \'n ander wiki te importeer nie\";'),('af','messages:action-importupload','s:54:\"af:die bladsy van \'n opgelaaide lêer te importeer nie\";'),('af','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('af','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('af','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('af','messages:action-mergehistory','s:42:\"af:versmelt die geskiedenis van die bladsy\";'),('af','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('af','messages:action-minoredit','s:44:\"af:merk die wysiging as \'n klein verandering\";'),('af','messages:action-move','s:19:\"af:skuif die bladsy\";'),('af','messages:action-move-categorypages','s:25:\"af:skuif kategoriebladsye\";'),('af','messages:action-move-rootuserpages','s:54:\"af:gebruikersbladsye van die hoogste vlak te skuif nie\";'),('af','messages:action-move-subpages','s:37:\"af:skuif die bladsy met sy subbladsye\";'),('af','messages:action-movefile','s:18:\"af:skuif die lêer\";'),('af','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('af','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('af','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('af','messages:action-pagelang','s:27:\"en:change the page language\";'),('af','messages:action-patrol','s:51:\"af:wysigings van andere as gekontroleer te merk nie\";'),('af','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('af','messages:action-protect','s:42:\"af:verander veiligheidsvlak van die bladsy\";'),('af','messages:action-purge','s:21:\"af:verfris die bladsy\";'),('af','messages:action-read','s:18:\"af:lees die bladsy\";'),('af','messages:action-reupload','s:31:\"af:oorskryf die bestaande lêer\";'),('af','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('af','messages:action-reupload-shared','s:103:\"af:die lêer op te laai, terwyl daar reeds \'n lêer met dieselfde naam in die gedeelde lêerbank is nie\";'),('af','messages:action-rollback','s:84:\"af:rol die wysigings van die laaste gebruiker wat \'n bladsy gewysig het vinnig terug\";'),('af','messages:action-sendemail','s:16:\"af:stuur e-posse\";'),('af','messages:action-siteadmin','s:34:\"af:sluit of ontsluit die databasis\";'),('af','messages:action-suppressionlog','s:36:\"af:na die privaat logboek te kyk nie\";'),('af','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('af','messages:action-suppressrevision','s:57:\"af:hersiening en terugplaas van hierdie verborge weergawe\";'),('af','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('af','messages:action-undelete','s:22:\"af:ontskrap die bladsy\";'),('af','messages:action-unwatchedpages','s:60:\"af:wys die lys van blaaie wat deur niemand dopgehou word nie\";'),('af','messages:action-upload','s:20:\"af:laai die lêer op\";'),('af','messages:action-upload_by_url','s:30:\"af:laai die lêer vanaf \'n URL\";'),('af','messages:action-userrights','s:29:\"af:Wysig alle gebruikersregte\";'),('af','messages:action-userrights-interwiki','s:54:\"af:wysig gebruikersregte van gebruikers op ander wikis\";'),('af','messages:action-viewmyprivateinfo','s:26:\"af:wys u privaat inligting\";'),('af','messages:action-viewmywatchlist','s:18:\"af:wys u dophoulys\";'),('af','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('af','messages:action-writeapi','s:25:\"af:die API te gebruik nie\";'),('af','messages:actioncomplete','s:18:\"af:Aksie uitgevoer\";'),('af','messages:actionfailed','s:19:\"af:Aksie het gefaal\";'),('af','messages:actions','s:9:\"af:Aksies\";'),('af','messages:actionthrottled','s:30:\"af:Outo-rem op aksie uitgevoer\";'),('af','messages:actionthrottledtext','s:175:\"af:As \'n teen-strooi aksie, word u beperk om hierdie aksie te veel keer in \'n kort tyd uit te voer, en u het hierdie limiet oorskry.\nProbeer asseblief weer oor \'n paar minute.\";'),('af','messages:activeusers','s:21:\"af:Aktiewe gebruikers\";'),('af','messages:activeusers-count','s:95:\"af:$1 onlangse {{PLURAL:$1|wysiging|wysigings}} in die {{PLURAL:$3|afgelope dag|laaste $3 dae}}\";'),('af','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('af','messages:activeusers-from','s:33:\"af:Wys gebruikers, beginnende by:\";'),('af','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('af','messages:activeusers-intro','s:104:\"af:Hierdie is \'n lys van gebruikers wat die laaste {{PLURAL:$1|dag|$1 dae}} enige aktiwiteit getoon het.\";'),('af','messages:activeusers-noresult','s:30:\"af:Geen gebruikers gevind nie.\";'),('af','messages:activeusers-submit','s:6:\"af:Wys\";'),('af','messages:activeusers-summary','s:3:\"en:\";'),('af','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('af','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('af','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('af','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('af','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('af','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('af','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('af','messages:addedwatchtext','s:169:\"af:Die bladsy \"[[:$1]]\" is by u [[Special:Watchlist|dophoulys]] bygevoeg.\nToekomstige wysigings aan hierdie bladsy en sy bybehorende besprekingsblad sal hier gelys word.\";'),('af','messages:addedwatchtext-short','s:44:\"af:Die bladsy \"$1\" is by u dophoulys gevoeg.\";'),('af','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('af','messages:addsection','s:4:\"en:+\";'),('af','messages:addsection-editintro','s:3:\"en:\";'),('af','messages:addsection-preload','s:3:\"en:\";'),('af','messages:addwatch','s:20:\"af:Voeg by dophoulys\";'),('af','messages:ago','s:12:\"af:$1 gelede\";'),('af','messages:all-logs-page','s:25:\"af:Alle openbare logboeke\";'),('af','messages:allarticles','s:15:\"af:Alle bladsye\";'),('af','messages:allinnamespace','s:31:\"af:Alle bladsye (naamruimte $1)\";'),('af','messages:alllogstext','s:195:\"af:Vertoon \'n samestelling van alle boekstawings van {{SITENAME}}.\nU kan die resultate vernou deur \'n boekstaaftipe, gebruikersnaam (kas-sensitief) of spesifieke blad (ook kas-sensitief) te kies.\";'),('af','messages:allmessages','s:20:\"af:Stelselboodskappe\";'),('af','messages:allmessages-filter','s:37:\"af:Filtreer op staat van verandering:\";'),('af','messages:allmessages-filter-all','s:7:\"af:Alle\";'),('af','messages:allmessages-filter-legend','s:9:\"af:Filter\";'),('af','messages:allmessages-filter-modified','s:11:\"af:Verander\";'),('af','messages:allmessages-filter-submit','s:12:\"af:Laat waai\";'),('af','messages:allmessages-filter-translate','s:10:\"af:Vertaal\";'),('af','messages:allmessages-filter-unmodified','s:14:\"af:Onveranderd\";'),('af','messages:allmessages-language','s:8:\"af:Taal:\";'),('af','messages:allmessages-not-supported-database','s:117:\"af:Daar is geen ondersteuning vir \'\'\'{{ns:special}}:Allmessages\'\'\' omdat \'\'\'$wgUseDatabaseMessages\'\'\' uitgeskakel is.\";'),('af','messages:allmessages-prefix','s:32:\"af:Filtreer volgens voorvoegsel:\";'),('af','messages:allmessagescurrent','s:15:\"af:Huidige teks\";'),('af','messages:allmessagesdefault','s:14:\"af:Verstekteks\";'),('af','messages:allmessagesname','s:7:\"af:Naam\";'),('af','messages:allmessagestext','s:263:\"af:Hier is \'n lys boodskappe wat in die \'\'MediaWiki\'\'-naamruimte teenwoordig is.\nGaan na [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki-lokalisasie] en [https://translatewiki.net translatewiki.net] as u wil help om MediaWiki te vertaal.\";'),('af','messages:allowemail','s:53:\"af:Laat ander gebruikers toe om vir my e-pos te stuur\";'),('af','messages:allpages','s:15:\"af:Alle bladsye\";'),('af','messages:allpages-bad-ns','s:47:\"af:{{SITENAME}} het nie \'n naamruimte \"$1\" nie.\";'),('af','messages:allpages-hide-redirects','s:20:\"af:Versteek aansture\";'),('af','messages:allpages-summary','s:3:\"en:\";'),('af','messages:allpagesbadtitle','s:177:\"af:Die gespesifiseerde bladsynaam is ongeldig of het \'n intertaal- of interwiki-voorvoegsel.\nDit is moontlik dat die naam karakters bevat wat nie in titels gebruik mag word nie.\";'),('af','messages:allpagesfrom','s:21:\"af:Wys bladsye vanaf:\";'),('af','messages:allpagesprefix','s:29:\"af:Wys bladsye wat begin met:\";'),('af','messages:allpagessubmit','s:7:\"af:Gaan\";'),('af','messages:allpagesto','s:19:\"af:Wys bladsye tot:\";'),('af','messages:alreadyrolled','s:431:\"af:Dit is nie moontlik om die laaste wysiging van die bladsy [[:$1]] deur [[User:$2|$2]] ([[User talk:$2|bespreking]]{{int:pipe-separator}}[[Special:Contributions/$2|bydraes]]) ongedaan te maak nie.\nIemand anders het reeds hierdie bladsy gewysig of teruggerol na \'n vroeëre weergawe.\n\nDie mees onlangse wysiging is gemaak deur [[User:$3|$3]] ([[User talk:$3|bespreking]]{{int:pipe-separator}}[[Special:Contributions/$3|bydraes]]).\";'),('af','messages:ancientpages','s:17:\"af:Oudste bladsye\";'),('af','messages:ancientpages-summary','s:3:\"en:\";'),('af','messages:and','s:10:\"af:&#32;en\";'),('af','messages:anoncontribs','s:10:\"af:Bydraes\";'),('af','messages:anoneditwarning','s:255:\"af:\'\'\'Waarskuwing:\'\'\' u is nie aangemeld nie. U IP-adres sal in die bladsy se wysigingsgeskiedenis gestoor word. As u <strong>[$1 aanmeld]</strong> of <strong>[$2 \'n rekening skep]</strong> verskyn u wysigings onder u gebruikersnaam, naas andere voordele.\";'),('af','messages:anonnotice','s:4:\"en:-\";'),('af','messages:anononlyblock','s:17:\"af:anoniem-alleen\";'),('af','messages:anonpreviewwarning','s:118:\"af:\'\'U is nie aangeteken nie.\'\'\n\'\'As u die bladsy stoor sal u IP-adres in die bladsy se geskeidenis aangeteken word.\'\'\";'),('af','messages:anontalk','s:13:\"af:Bespreking\";'),('af','messages:anontalkpagetext','s:490:\"af:----\n<em>Hierdie is die besprekingsblad vir \'n anonieme gebruiker wat nog nie \'n rekening geskep het nie, of wat dit nie gebruik nie.</em>\nDaarom moet ons hule numeriese IP-adres vir identifikasie gebruik.\nSó \'n adres kan deur verskeie gebruikers gedeel word.\nIndien u \'n anonieme gebruiker is wat voel dat ontoepaslike kommentaar teen u gerig is, [[Special:CreateAccount|skep gerus \'n rekening]] of [[Special:UserLogin|meld aan]] om verwarring met ander anonieme gebruikers te voorkom.\";'),('af','messages:anonuser','s:37:\"af:Anonieme {{SITENAME}}-gebruiker $1\";'),('af','messages:anonusers','s:62:\"af:Anonieme {{SITENAME}}-{{PLURAL:$2|gebruiker|gebruikers}} $1\";'),('af','messages:anonymous','s:63:\"af:Anonieme {{PLURAL:$1|gebruiker|gebruikers}} van {{SITENAME}}\";'),('af','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('af','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('af','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('af','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('af','messages:api-clientside-error-timeout','s:55:\"af:Die bediener het nie reageer binne die verwagte tyd.\";'),('af','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('af','messages:api-credits-header','s:10:\"en:Credits\";'),('af','messages:api-error-badtoken','s:30:\"af:Interne fout: slegte teken.\";'),('af','messages:api-error-emptypage','s:57:\"af:Die skep van leë nuwe bladsye word nie toegelaat nie.\";'),('af','messages:api-error-publishfailed','s:67:\"af:Interne fout: bediener kon nie die tydelike lêer publiseer nie.\";'),('af','messages:api-error-stashfailed','s:52:\"af:Interne fout: Server nie tydelike lêer te stoor.\";'),('af','messages:api-error-unknown-warning','s:28:\"af:Onbekende waarskuwing: $1\";'),('af','messages:api-error-unknownerror','s:23:\"af:Onbekende fout: \"$1\"\";'),('af','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('af','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('af','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('af','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('af','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('af','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('af','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('af','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('af','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('af','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('af','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('af','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('af','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('af','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('af','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('af','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('af','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('af','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('af','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('af','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('af','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('af','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('af','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('af','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('af','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('af','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('af','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('af','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('af','messages:api-help-flags','s:3:\"en:\";'),('af','messages:api-help-help-urls','s:3:\"en:\";'),('af','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('af','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('af','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('af','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('af','messages:api-help-main-header','s:14:\"en:Main module\";'),('af','messages:api-help-no-extended-description','s:3:\"en:\";'),('af','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('af','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('af','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('af','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('af','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('af','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('af','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('af','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('af','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('af','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('af','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('af','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('af','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('af','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('af','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('af','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('af','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('af','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('af','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('af','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('af','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('af','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('af','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('af','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('af','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('af','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('af','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('af','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('af','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('af','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('af','messages:api-help-source','s:13:\"en:Source: $1\";'),('af','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('af','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('af','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('af','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('af','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('af','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('af','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('af','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('af','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('af','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('af','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('af','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('af','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('af','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('af','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('af','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('af','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('af','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('af','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('af','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('af','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('af','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('af','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('af','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('af','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('af','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('af','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('af','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('af','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('af','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('af','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('af','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('af','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('af','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('af','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('af','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('af','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('af','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('af','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('af','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('af','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('af','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('af','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('af','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('af','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('af','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('af','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('af','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('af','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('af','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('af','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('af','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('af','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('af','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('af','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('af','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('af','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('af','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('af','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('af','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('af','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('af','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('af','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('af','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('af','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('af','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('af','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('af','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('af','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('af','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('af','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('af','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('af','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('af','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('af','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('af','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('af','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('af','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('af','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('af','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('af','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('af','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('af','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('af','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('af','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('af','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('af','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('af','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('af','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('af','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('af','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('af','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('af','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('af','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('af','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('af','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('af','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('af','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('af','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('af','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('af','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('af','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('af','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('af','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('af','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('af','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('af','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('af','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('af','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('af','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('af','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('af','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('af','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('af','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('af','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('af','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('af','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('af','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('af','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('af','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('af','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('af','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('af','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('af','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('af','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('af','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('af','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('af','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('af','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('af','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('af','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('af','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('af','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('af','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('af','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('af','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('af','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('af','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('af','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('af','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('af','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('af','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('af','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('af','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('af','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('af','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('af','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('af','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('af','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('af','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('af','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('af','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('af','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('af','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('af','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('af','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('af','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('af','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('af','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('af','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('af','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('af','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('af','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('af','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('af','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('af','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('af','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('af','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('af','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('af','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('af','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('af','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('af','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('af','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('af','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('af','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('af','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('af','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('af','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('af','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('af','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('af','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('af','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('af','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('af','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('af','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('af','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('af','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('af','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('af','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('af','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('af','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('af','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('af','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('af','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('af','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('af','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('af','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('af','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('af','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('af','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('af','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('af','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('af','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('af','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('af','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('af','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('af','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('af','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('af','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('af','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('af','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('af','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('af','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('af','messages:apierror-stashexception','s:5:\"en:$1\";'),('af','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('af','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('af','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('af','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('af','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('af','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('af','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('af','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('af','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('af','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('af','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('af','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('af','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('af','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('af','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('af','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('af','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('af','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('af','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('af','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('af','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('af','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('af','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('af','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('af','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('af','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('af','messages:apihelp','s:11:\"en:API help\";'),('af','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('af','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('af','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('af','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('af','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('af','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('af','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('af','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('af','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('af','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('af','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('af','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('af','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('af','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('af','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('af','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('af','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('af','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('af','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('af','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('af','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('af','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('af','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('af','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('af','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('af','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('af','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('af','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('af','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('af','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('af','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('af','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('af','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('af','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('af','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('af','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('af','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('af','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('af','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('af','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('af','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('af','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('af','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('af','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('af','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('af','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('af','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('af','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('af','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('af','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('af','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('af','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('af','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('af','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('af','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('af','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('af','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('af','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('af','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('af','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('af','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('af','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('af','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('af','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('af','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('af','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('af','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('af','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('af','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('af','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('af','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('af','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('af','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('af','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('af','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('af','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('af','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('af','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('af','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('af','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('af','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('af','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('af','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('af','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('af','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('af','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('af','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('af','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('af','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('af','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('af','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('af','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('af','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('af','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('af','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('af','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('af','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('af','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('af','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('af','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('af','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('af','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('af','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('af','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('af','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('af','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('af','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('af','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('af','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('af','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('af','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('af','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('af','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('af','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('af','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('af','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('af','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('af','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('af','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('af','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('af','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('af','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('af','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('af','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('af','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('af','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('af','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('af','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('af','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('af','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('af','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('af','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('af','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('af','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('af','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('af','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('af','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('af','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('af','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('af','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('af','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('af','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('af','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('af','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('af','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('af','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('af','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('af','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('af','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('af','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('af','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('af','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('af','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('af','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('af','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('af','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('af','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('af','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('af','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('af','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('af','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('af','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('af','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('af','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('af','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('af','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('af','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('af','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('af','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('af','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('af','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('af','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('af','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('af','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('af','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('af','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('af','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('af','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('af','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('af','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('af','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('af','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('af','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('af','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('af','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('af','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('af','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('af','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('af','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('af','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('af','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('af','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('af','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('af','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('af','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('af','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('af','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('af','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('af','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('af','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('af','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('af','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('af','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('af','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('af','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('af','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('af','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('af','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('af','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('af','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('af','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('af','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('af','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('af','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('af','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('af','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('af','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('af','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('af','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('af','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('af','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('af','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('af','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('af','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('af','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('af','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('af','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('af','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('af','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('af','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('af','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('af','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('af','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('af','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('af','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('af','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('af','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('af','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('af','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('af','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('af','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('af','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('af','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('af','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('af','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('af','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('af','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('af','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('af','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('af','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('af','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('af','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('af','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('af','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('af','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('af','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('af','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('af','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('af','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('af','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('af','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('af','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('af','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('af','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('af','messages:apihelp-main-summary','s:3:\"en:\";'),('af','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('af','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('af','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('af','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('af','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('af','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('af','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('af','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('af','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('af','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('af','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('af','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('af','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('af','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('af','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('af','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('af','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('af','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('af','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('af','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('af','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('af','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('af','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('af','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('af','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('af','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('af','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('af','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('af','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('af','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('af','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('af','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('af','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('af','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('af','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('af','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('af','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('af','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('af','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('af','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('af','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('af','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('af','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('af','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('af','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('af','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('af','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('af','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('af','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('af','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('af','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('af','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('af','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('af','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('af','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('af','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('af','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('af','messages:apihelp-no-such-module','s:30:\"af:Module \"$1\" nie gevind nie.\";'),('af','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('af','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('af','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('af','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('af','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('af','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('af','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('af','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('af','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('af','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('af','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('af','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('af','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('af','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('af','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('af','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('af','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('af','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('af','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('af','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('af','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('af','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('af','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('af','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('af','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('af','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('af','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('af','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('af','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('af','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('af','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('af','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('af','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('af','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('af','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('af','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('af','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('af','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('af','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('af','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('af','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('af','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('af','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('af','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('af','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('af','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('af','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('af','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('af','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('af','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('af','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('af','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('af','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('af','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('af','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('af','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('af','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('af','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('af','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('af','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('af','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('af','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('af','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('af','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('af','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('af','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('af','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('af','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('af','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('af','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('af','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('af','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('af','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('af','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('af','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('af','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('af','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('af','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('af','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('af','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('af','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('af','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('af','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('af','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('af','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('af','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('af','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('af','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('af','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('af','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('af','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('af','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('af','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('af','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('af','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('af','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('af','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('af','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('af','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('af','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('af','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('af','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('af','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('af','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('af','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('af','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('af','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('af','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('af','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('af','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('af','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('af','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('af','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('af','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('af','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('af','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('af','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('af','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('af','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('af','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('af','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('af','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('af','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('af','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('af','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('af','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('af','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('af','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('af','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('af','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('af','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('af','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('af','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('af','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('af','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('af','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('af','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('af','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('af','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('af','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('af','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('af','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('af','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('af','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('af','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('af','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('af','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('af','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('af','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('af','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('af','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('af','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('af','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('af','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('af','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('af','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('af','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('af','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('af','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('af','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('af','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('af','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('af','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('af','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('af','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('af','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('af','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('af','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('af','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('af','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('af','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('af','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('af','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('af','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('af','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('af','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('af','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('af','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('af','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('af','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('af','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('af','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('af','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('af','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('af','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('af','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('af','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('af','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('af','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('af','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('af','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('af','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('af','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('af','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('af','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('af','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('af','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('af','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('af','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('af','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('af','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('af','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('af','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('af','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('af','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('af','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('af','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('af','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('af','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('af','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('af','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('af','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('af','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('af','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('af','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('af','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('af','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('af','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('af','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('af','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('af','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('af','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('af','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('af','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('af','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('af','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('af','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('af','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('af','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('af','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('af','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('af','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('af','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('af','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('af','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('af','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('af','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('af','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('af','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('af','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('af','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('af','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('af','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('af','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('af','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('af','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('af','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('af','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('af','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('af','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('af','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('af','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('af','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('af','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('af','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('af','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('af','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('af','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('af','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('af','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('af','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('af','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('af','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('af','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('af','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('af','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('af','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('af','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('af','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('af','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('af','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('af','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('af','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('af','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('af','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('af','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('af','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('af','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('af','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('af','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('af','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('af','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('af','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('af','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('af','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('af','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('af','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('af','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('af','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('af','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('af','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('af','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('af','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('af','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('af','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('af','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('af','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('af','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('af','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('af','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('af','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('af','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('af','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('af','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('af','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('af','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('af','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('af','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('af','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('af','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('af','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('af','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('af','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('af','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('af','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('af','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('af','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('af','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('af','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('af','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('af','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('af','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('af','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('af','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('af','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('af','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('af','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('af','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('af','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('af','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('af','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('af','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('af','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('af','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('af','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('af','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('af','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('af','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('af','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('af','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('af','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('af','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('af','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('af','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('af','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('af','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('af','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('af','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('af','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('af','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('af','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('af','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('af','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('af','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('af','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('af','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('af','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('af','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('af','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('af','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('af','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('af','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('af','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('af','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('af','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('af','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('af','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('af','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('af','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('af','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('af','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('af','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('af','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('af','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('af','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('af','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('af','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('af','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('af','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('af','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('af','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('af','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('af','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('af','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('af','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('af','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('af','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('af','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('af','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('af','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('af','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('af','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('af','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('af','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('af','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('af','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('af','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('af','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('af','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('af','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('af','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('af','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('af','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('af','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('af','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('af','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('af','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('af','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('af','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('af','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('af','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('af','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('af','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('af','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('af','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('af','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('af','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('af','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('af','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('af','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('af','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('af','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('af','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('af','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('af','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('af','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('af','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('af','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('af','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('af','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('af','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('af','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('af','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('af','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('af','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('af','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('af','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('af','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('af','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('af','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('af','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('af','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('af','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('af','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('af','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('af','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('af','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('af','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('af','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('af','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('af','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('af','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('af','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('af','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('af','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('af','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('af','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('af','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('af','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('af','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('af','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('af','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('af','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('af','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('af','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('af','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('af','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('af','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('af','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('af','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('af','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('af','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('af','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('af','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('af','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('af','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('af','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('af','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('af','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('af','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('af','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('af','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('af','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('af','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('af','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('af','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('af','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('af','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('af','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('af','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('af','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('af','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('af','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('af','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('af','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('af','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('af','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('af','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('af','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('af','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('af','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('af','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('af','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('af','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('af','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('af','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('af','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('af','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('af','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('af','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('af','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('af','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('af','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('af','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('af','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('af','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('af','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('af','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('af','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('af','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('af','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('af','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('af','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('af','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('af','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('af','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('af','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('af','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('af','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('af','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('af','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('af','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('af','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('af','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('af','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('af','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('af','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('af','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('af','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('af','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('af','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('af','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('af','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('af','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('af','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('af','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('af','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('af','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('af','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('af','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('af','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('af','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('af','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('af','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('af','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('af','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('af','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('af','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('af','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('af','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('af','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('af','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('af','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('af','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('af','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('af','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('af','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('af','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('af','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('af','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('af','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('af','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('af','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('af','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('af','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('af','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('af','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('af','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('af','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('af','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('af','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('af','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('af','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('af','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('af','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('af','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('af','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('af','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('af','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('af','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('af','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('af','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('af','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('af','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('af','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('af','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('af','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('af','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('af','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('af','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('af','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('af','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('af','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('af','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('af','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('af','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('af','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('af','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('af','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('af','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('af','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('af','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('af','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('af','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('af','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('af','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('af','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('af','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('af','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('af','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('af','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('af','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('af','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('af','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('af','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('af','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('af','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('af','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('af','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('af','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('af','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('af','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('af','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('af','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('af','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('af','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('af','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('af','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('af','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('af','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('af','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('af','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('af','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('af','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('af','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('af','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('af','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('af','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('af','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('af','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('af','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('af','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('af','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('af','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('af','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('af','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('af','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('af','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('af','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('af','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('af','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('af','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('af','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('af','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('af','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('af','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('af','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('af','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('af','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('af','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('af','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('af','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('af','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('af','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('af','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('af','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('af','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('af','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('af','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('af','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('af','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('af','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('af','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('af','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('af','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('af','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('af','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('af','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('af','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('af','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('af','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('af','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('af','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('af','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('af','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('af','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('af','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('af','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('af','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('af','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('af','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('af','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('af','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('af','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('af','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('af','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('af','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('af','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('af','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('af','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('af','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('af','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('af','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('af','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('af','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('af','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('af','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('af','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('af','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('af','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('af','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('af','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('af','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('af','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('af','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('af','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('af','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('af','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('af','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('af','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('af','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('af','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('af','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('af','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('af','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('af','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('af','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('af','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('af','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('af','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('af','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('af','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('af','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('af','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('af','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('af','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('af','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('af','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('af','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('af','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('af','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('af','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('af','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('af','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('af','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('af','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('af','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('af','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('af','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('af','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('af','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('af','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('af','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('af','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('af','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('af','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('af','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('af','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('af','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('af','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('af','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('af','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('af','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('af','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('af','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('af','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('af','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('af','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('af','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('af','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('af','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('af','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('af','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('af','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('af','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('af','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('af','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('af','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('af','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('af','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('af','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('af','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('af','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('af','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('af','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('af','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('af','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('af','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('af','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('af','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('af','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('af','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('af','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('af','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('af','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('af','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('af','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('af','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('af','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('af','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('af','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('af','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('af','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('af','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('af','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('af','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('af','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('af','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('af','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('af','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('af','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('af','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('af','messages:apihelp-summary','s:3:\"en:\";'),('af','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('af','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('af','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('af','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('af','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('af','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('af','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('af','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('af','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('af','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('af','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('af','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('af','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('af','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('af','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('af','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('af','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('af','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('af','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('af','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('af','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('af','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('af','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('af','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('af','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('af','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('af','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('af','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('af','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('af','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('af','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('af','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('af','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('af','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('af','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('af','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('af','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('af','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('af','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('af','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('af','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('af','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('af','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('af','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('af','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('af','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('af','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('af','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('af','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('af','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('af','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('af','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('af','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('af','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('af','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('af','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('af','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('af','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('af','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('af','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('af','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('af','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('af','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('af','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('af','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('af','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('af','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('af','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('af','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('af','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('af','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('af','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('af','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('af','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('af','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('af','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('af','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('af','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('af','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('af','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('af','messages:apisandbox','s:14:\"af:API-sandput\";'),('af','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('af','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('af','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('af','messages:apisandbox-continue','s:13:\"af:Gaan voort\";'),('af','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('af','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('af','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('af','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('af','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('af','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('af','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('af','messages:apisandbox-examples','s:13:\"af:Voorbeelde\";'),('af','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('af','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('af','messages:apisandbox-intro','s:348:\"af:Gebruik hierdie bladsy om te eksperimenteer met die \'\'\'MediaWiki-API\'\'\'.\nSien die [https://www.mediawiki.org/wiki/API:Main_page API-dokumentasie] vir verdere details oor die gebruik van die API. Voorbeeld: [https://www.mediawiki.org/wiki/API#A_simple_example hoe die inhoud van \'n Tuisblad te laai]. Kies \'n handeling om meer voorbeelde te sien.\";'),('af','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('af','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('af','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('af','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('af','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('af','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('af','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('af','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('af','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('af','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('af','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('af','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('af','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('af','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('af','messages:apisandbox-request-time','s:17:\"af:Versoektyd: $1\";'),('af','messages:apisandbox-request-url-label','s:15:\"af:Versoek-URL:\";'),('af','messages:apisandbox-reset','s:10:\"af:Vee uit\";'),('af','messages:apisandbox-results','s:12:\"af:Resultate\";'),('af','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('af','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('af','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('af','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('af','messages:apisandbox-retry','s:13:\"af:Herprobeer\";'),('af','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('af','messages:apisandbox-submit','s:15:\"af:Maak versoek\";'),('af','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('af','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('af','messages:apisandbox-summary','s:3:\"en:\";'),('af','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('af','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('af','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('af','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('af','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('af','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('af','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('af','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('af','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('af','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('af','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('af','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('af','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('af','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('af','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('af','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('af','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('af','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('af','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('af','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('af','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('af','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('af','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('af','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('af','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('af','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('af','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('af','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('af','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('af','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('af','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('af','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('af','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('af','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('af','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('af','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('af','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('af','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('af','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('af','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('af','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('af','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('af','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('af','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('af','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('af','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('af','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('af','messages:apr','s:7:\"af:Apr.\";'),('af','messages:april','s:8:\"af:April\";'),('af','messages:april-gen','s:8:\"af:April\";'),('af','messages:article','s:15:\"af:Inhoudbladsy\";'),('af','messages:articleexists','s:123:\"af:\'n Bladsy met daardie naam bestaan reeds, of die naam wat u gekies het, is nie geldig nie.\nKies asseblief \'n ander naam.\";'),('af','messages:aug','s:7:\"af:Aug.\";'),('af','messages:august','s:11:\"af:Augustus\";'),('af','messages:august-gen','s:11:\"af:Augustus\";'),('af','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('af','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('af','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('af','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('af','messages:authform-notoken','s:16:\"en:Missing token\";'),('af','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('af','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('af','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('af','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('af','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('af','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('af','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('af','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('af','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('af','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('af','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('af','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('af','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('af','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('af','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('af','messages:authmanager-email-help','s:13:\"af:E-posadres\";'),('af','messages:authmanager-email-label','s:8:\"af:E-pos\";'),('af','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('af','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('af','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('af','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('af','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('af','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('af','messages:authmanager-realname-help','s:30:\"af:Die gebruiker se regte naam\";'),('af','messages:authmanager-realname-label','s:13:\"af:Regte naam\";'),('af','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('af','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('af','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('af','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('af','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('af','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('af','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('af','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('af','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('af','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('af','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('af','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('af','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('af','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('af','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('af','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('af','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('af','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('af','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('af','messages:authprovider-resetpass-skip-label','s:12:\"af:Slaan oor\";'),('af','messages:autoblockedtext','s:637:\"af:U IP-adres is outomaties geblok omdat dit deur \'n gebruiker gebruik was, wat deur $1 geblokkeer is.\nDie rede verskaf is:\n\n:\'\'$2\'\'\n\n* Aanvang van blok: $8\n* Einde van blok: $6\n* Bedoelde blokkeerder: $7\n\nU kan die blok met $1 of enige van die [[{{MediaWiki:Grouppage-sysop}}|administrateurs]] bespreek.\n\nNeem kennis dat u slegs die \'e-pos die gebruiker\' funksionaliteit kan gebruik as u \'n geldige e-posadres het in u [[Special:Preferences|voorkeure]] het, en die gebruik daarvan is nie ook geblokkeer is nie.\n\nU huidige IP-adres is $3 en die blokkadenommer is #$5.\nVermeld asseblief die bovermelde bloknommer as u die saak rapporteer,\";'),('af','messages:autoblocker','s:130:\"af:Outomaties geblokkeer omdat u IP-adres ooreenkom met die van [[User:$1|$1]], wat om die volgende rede geblokkeer is: \"\'\'\'$2\'\'\'\"\";'),('af','messages:autoblockid','s:27:\"af:Outomatiese blokkade #$1\";'),('af','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('af','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('af','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('af','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('af','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('af','messages:autoblocklist-submit','s:9:\"en:Search\";'),('af','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('af','messages:autochange-username','s:33:\"af:Outomatiese MediaWiki-wysiging\";'),('af','messages:autocomment-prefix','s:3:\"en:\";'),('af','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('af','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('af','messages:autoredircomment','s:22:\"af:Stuur aan na [[$1]]\";'),('af','messages:autosumm-blank','s:34:\"af:Alle inhoud uit bladsy verwyder\";'),('af','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('af','messages:autosumm-new','s:30:\"af:Nuwe bladsy geskep met \'$1\'\";'),('af','messages:autosumm-newblank','s:21:\"af:Leë bladsy geskep\";'),('af','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('af','messages:autosumm-replace','s:32:\"af:Vervang bladsyinhoud met \'$1\'\";'),('af','messages:backend-fail-alreadyexists','s:33:\"af:Die lêer $1 bestaan al reeds.\";'),('af','messages:backend-fail-backup','s:54:\"af:Kon nie \'n rugsteunkopie van die lêer $1 maak nie.\";'),('af','messages:backend-fail-batchsize','s:145:\"af:Die agterliggende stoorspasie het \'n groep van $1 {{PLURAL:$1|operasie|operasies}} ontvang; die limiet is $2 {{PLURAL:$2|operasie|operasies}}.\";'),('af','messages:backend-fail-closetemp','s:36:\"af:Kon nie tydelike lêer sluit nie.\";'),('af','messages:backend-fail-connect','s:65:\"af:Kon nie aan die agterliggende stoorspasie konnekteer nie \"$1\".\";'),('af','messages:backend-fail-contenttype','s:72:\"af:Kon nie die inhoudstipe van die lêer bepaal om na \"$1\" te stoor nie.\";'),('af','messages:backend-fail-copy','s:38:\"af:Kon nie lêer $1 na $2 kopieer nie.\";'),('af','messages:backend-fail-create','s:33:\"af:Kon nie lêer $1 uitskryf nie.\";'),('af','messages:backend-fail-delete','s:41:\"af:Die lêer $1 kon nie geskrap word nie.\";'),('af','messages:backend-fail-describe','s:48:\"af:Kon nie metadata vir lêer \"$1\" verander nie.\";'),('af','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('af','messages:backend-fail-hashes','s:62:\"af:Kon nie \"hashes\" vir die lêer vir die vergelyking kry nie.\";'),('af','messages:backend-fail-internal','s:71:\"af:\'n Onbekende fout het in die agterliggende stoorspasie $1 voorgekom.\";'),('af','messages:backend-fail-invalidpath','s:38:\"af:$1 is nie \'n geldige stoorplek nie.\";'),('af','messages:backend-fail-maxsize','s:91:\"af:Kon nie lêer \"$1\" uitskryf nie omdat dit groter as {{PLURAL:$2|een greep|$2 grepe}} is.\";'),('af','messages:backend-fail-move','s:36:\"af:Kon nie lêer $1 na $2 skuif nie.\";'),('af','messages:backend-fail-notexists','s:28:\"af:Die lêer $1 bestaan nie.\";'),('af','messages:backend-fail-notsame','s:49:\"af:\'n Nie-identiese lêer bestaan al reeds by $1.\";'),('af','messages:backend-fail-opentemp','s:38:\"af:Kon nie tydelike lêer oopmaak nie.\";'),('af','messages:backend-fail-read','s:29:\"af:Kon nie lêer $1 lees nie.\";'),('af','messages:backend-fail-readonly','s:83:\"af:Die agterliggende stoorspasie \"$1\" is lees-alleen. Die rede verskaf is: \"\'\'$2\'\'\"\";'),('af','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('af','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('af','messages:backend-fail-store','s:36:\"af:Kon nie lêer $1 in $2 stoor nie.\";'),('af','messages:backend-fail-stream','s:38:\"af:Kon nie die lêer $1 uitstroom nie.\";'),('af','messages:backend-fail-synced','s:81:\"af:Die lêer \"$1\" is tans in \'n onbestendige toestand in die interne stoorspasie.\";'),('af','messages:backend-fail-usable','s:99:\"af:Kon nie die lêer \"$1\" lees of skryf nie vanweë onvoldoende regte of gidse wat nie bestaan nie.\";'),('af','messages:backend-fail-writetemp','s:39:\"af:Kon nie na tydelike lêer skryf nie.\";'),('af','messages:backlinksubtitle','s:9:\"en:← $1\";'),('af','messages:bad-target-model','s:108:\"af:Die gewenste bestemming gebruik \'n ander inhoudsmodel. Dit is nie moontlik van $1 na $2 om te skakel nie.\";'),('af','messages:bad_image_list','s:264:\"af:Die formaat is as volg:\n\nSlegs lys-items (lyne wat met * begin) word verwerk.\nDie eerste skakel op \'n lyn moet na \'n ongewenste lêer skakel.\nEnige opeenvolgende skakels op dieselfde lyn word as uitsonderings beskou, bv. blaaie waar die lêer inlyn kan voorkom.\";'),('af','messages:badaccess','s:19:\"af:Toestemmingsfout\";'),('af','messages:badaccess-group0','s:70:\"af:U is nie toegelaat om die aksie uit te voer wat u aangevra het nie.\";'),('af','messages:badaccess-groups','s:107:\"af:Die aksie wat u aangevra het is beperk tot gebruikers in {{PLURAL:$2|die groep|een van die groepe}}: $1.\";'),('af','messages:badarticleerror','s:58:\"af:Die aksie kon nie op hierdie bladsy uitgevoer word nie.\";'),('af','messages:badfilename','s:33:\"af:Prentnaam is verander na \"$1\".\";'),('af','messages:badipaddress','s:48:\"af:Die IP-adres is nie in die regte formaat nie.\";'),('af','messages:badretype','s:48:\"af:Die ingetikte wagwoorde is nie dieselfde nie.\";'),('af','messages:badsig','s:40:\"af:Ongeldige handtekening; gaan HTML na.\";'),('af','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('af','messages:badsiglength','s:96:\"af:U handtekening is te lank.\nDit mag nie meer as $1 {{PLURAL:$1|karakter|karakters}} bevat nie.\";'),('af','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('af','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('af','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('af','messages:badtitle','s:18:\"af:Ongeldige titel\";'),('af','messages:badtitletext','s:116:\"af:Die bladsytitel waarvoor gevra is, is ongeldig, leeg, of\n\'n verkeerd geskakelde tussen-taal of tussen-wiki titel.\";'),('af','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('af','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('af','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('af','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('af','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('af','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('af','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('af','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('af','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('af','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('af','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('af','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('af','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('af','messages:blankarticle','s:134:\"af:<strong>Waarskuwing:</strong> Die bladsy wat u skep is leg.\nDeur weer \"$1\" te klik, sal die bladsy sonder enige inhoud geskep word.\";'),('af','messages:blanknamespace','s:9:\"af:(Hoof)\";'),('af','messages:blankpage','s:14:\"af:Leë bladsy\";'),('af','messages:block','s:17:\"af:Blok gebruiker\";'),('af','messages:block-actions','s:12:\"af:Blok-tipe\";'),('af','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('af','messages:block-details','s:20:\"af:Blok besonderhede\";'),('af','messages:block-expiry','s:8:\"af:Duur:\";'),('af','messages:block-log-flags-angry-autoblock','s:47:\"af:uitgebreide outomatiese blokkade aangeskakel\";'),('af','messages:block-log-flags-anononly','s:32:\"af:anonieme gebruikers alleenlik\";'),('af','messages:block-log-flags-hiddenname','s:25:\"af:gebruikernaam versteek\";'),('af','messages:block-log-flags-noautoblock','s:31:\"af:outoblokkering is afgeskakel\";'),('af','messages:block-log-flags-nocreate','s:40:\"af:registrasie van gebruikers geblokkeer\";'),('af','messages:block-log-flags-noemail','s:16:\"af:e-pos versper\";'),('af','messages:block-log-flags-nousertalk','s:40:\"af:kan nie eie besprekingsblad wysig nie\";'),('af','messages:block-options','s:20:\"af:Bykomende opsies:\";'),('af','messages:block-reason','s:8:\"af:Rede:\";'),('af','messages:block-target','s:40:\"af:Gebruikersnaam, IP-adres of IP-reeks:\";'),('af','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('af','messages:blocked-mailpassword','s:153:\"af:U IP-adres is tans teen wysigings geblokkeer. Om verdere misbruik te voorkom is dit nie moontlik om wagwoorde te herwin vanaf hierdie IP-adres te nie.\";'),('af','messages:blocked-notice-logextract','s:109:\"af:Hierdie gebruiker is tans geblokkeer.\nDie laaste inskrywing in die blokkeerlogboek word hieronder vertoon:\";'),('af','messages:blockednoreason','s:24:\"af:geen rede verskaf nie\";'),('af','messages:blockedtext','s:598:\"af:<strong>U gebruikernaam of IP-adres is geblokkeer.</strong>\n\nDie blokkade is deur $1 uitgevoer.\nDie rede verskaf is <em>$2</em>.\n\n* Begin van blokkade: $8\n* Blokkade eindig: $6\n* Blokkade gemik teen: $7\n\nU mag $1 of een van die ander [[{{MediaWiki:Grouppage-sysop}}|administrateurs]] kontak om dit te bespreek.\nU kan die \"{{int: emailuser}}\" - funksie gebruik as \'n geldige e-posadres in u [[Special:Preferences|voorkeure]] gespesifiseer word en u kan dit nie gebruik nie.\nU huidige IP-adres is $3 en die blokkadenommer is #$5.\nSluit asseblief een of albei hierdie verwysings by enige navrae in.\";'),('af','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('af','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('af','messages:blockedtext-composite-no-ids','s:45:\"af:Jou IP-adres verskyn in verskeie bloklyste\";'),('af','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('af','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('af','messages:blockedtitle','s:26:\"af:Gebruiker is geblokkeer\";'),('af','messages:blockip','s:35:\"af:Blokkeer {{GENDER:$1|gebruiker}}\";'),('af','messages:blockipsuccesssub','s:25:\"af:Blokkering het geslaag\";'),('af','messages:blockipsuccesstext','s:118:\"af:[[Special:Contributions/$1|$1]] is geblokkeer.<br />\nSien die [[Special:BlockList|bloklys]] vir onlangse blokkades.\";'),('af','messages:blockiptext','s:502:\"af:Gebruik die vorm hier onder om skryftoegang vir \'n gebruiker of IP-adres in te trek.\nDit mag slegs as beskerming teen vandalisme en in ooreenstemming met die [[{{MediaWiki:Policy-url}}|beleid]] gedoen word.\nVul \'n spesifieke rede hier onder in (haal byvoorbeeld spesifieke bladsye wat gevandaliseer is, aan).\nU kan IP-adresreekse blokkeer deur die [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] sintaksis te gebruik; die grootste toegelate reeks is /$1 vir IPv4 en /$2 vir IPv6.\";'),('af','messages:blocklink','s:7:\"af:blok\";'),('af','messages:blocklist','s:26:\"af:Geblokkeerde gebruikers\";'),('af','messages:blocklist-addressblocks','s:38:\"af:Versteek blokkades met een IP-adres\";'),('af','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('af','messages:blocklist-by','s:18:\"af:Geblokkeer deur\";'),('af','messages:blocklist-editing','s:10:\"en:editing\";'),('af','messages:blocklist-editing-action','s:9:\"af:aksies\";'),('af','messages:blocklist-editing-ns','s:14:\"af:naamruimtes\";'),('af','messages:blocklist-editing-page','s:10:\"af:bladsye\";'),('af','messages:blocklist-editing-sitewide','s:21:\"af:wysiging (werfwyd)\";'),('af','messages:blocklist-expiry','s:9:\"af:Verval\";'),('af','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('af','messages:blocklist-nousertalk','s:40:\"af:kan nie eie besprekingsblad wysig nie\";'),('af','messages:blocklist-params','s:21:\"af:Blokkadeparameters\";'),('af','messages:blocklist-rangeblocks','s:29:\"af:Versteek blokke IP-adresse\";'),('af','messages:blocklist-reason','s:7:\"af:Rede\";'),('af','messages:blocklist-summary','s:3:\"en:\";'),('af','messages:blocklist-target','s:7:\"af:Doel\";'),('af','messages:blocklist-tempblocks','s:30:\"af:Versteek tydelike blokkades\";'),('af','messages:blocklist-timestamp','s:10:\"af:Tydstip\";'),('af','messages:blocklist-type','s:8:\"en:Type:\";'),('af','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('af','messages:blocklist-type-opt-partial','s:14:\"af:Gedeeltelik\";'),('af','messages:blocklist-type-opt-sitewide','s:10:\"af:Werfwyd\";'),('af','messages:blocklist-userblocks','s:35:\"af:Versteek geblokkeerde gebruikers\";'),('af','messages:blocklog-showlog','s:108:\"af:Hierdie gebruiker is al vantevore geblokkeer.\nDie blokkeerlogboek word hieronder ter verwysing weergegee:\";'),('af','messages:blocklog-showsuppresslog','s:173:\"af:Hierdie gebruiker was voorheen geblokkeer gewees en (dele van) wysigings van hierdie gebruiker is verborge.\nDie verbergingslogboek word hieronder ter verwysing weergegee:\";'),('af','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('af','messages:blocklogpage','s:19:\"af:Blokkeer-logboek\";'),('af','messages:blocklogtext','s:192:\"af:Hierdie is \'n lys van onlangse blokkeer- en deblokkeer-aksies.\nOutomaties geblokkeerde IP-adresse word nie vertoon nie.\nSien die [[Special:BlockList|bloklys]] vir tans geblokkeerde adresse.\";'),('af','messages:booksources','s:13:\"af:Boekbronne\";'),('af','messages:booksources-invalid-isbn','s:145:\"af:Die ingevoerde ISBN-kode blyk asof dit ongeldig is; maak asseblief seker dat u dit sonder fout oorgekopiëer het vanaf die oorspronklike bron.\";'),('af','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('af','messages:booksources-search','s:7:\"af:Soek\";'),('af','messages:booksources-search-legend','s:22:\"af:Soek vir boekbronne\";'),('af','messages:booksources-summary','s:3:\"en:\";'),('af','messages:booksources-text','s:136:\"af:Hieronder is \'n lys van webtuistes wat nuwe en gebruikte boeke verkoop, en dalk meer inligting oor die boeke waarna u soek kan bevat:\";'),('af','messages:boteditletter','s:4:\"af:b\";'),('af','messages:botpasswords','s:16:\"af:Bot wagwoorde\";'),('af','messages:botpasswords-bad-appid','s:38:\"af:Die botnaam \"$1\" is nie geldig nie.\";'),('af','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('af','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('af','messages:botpasswords-createnew','s:28:\"af:Skep \'n nuwe bot-wagwoord\";'),('af','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('af','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('af','messages:botpasswords-disabled','s:32:\"af:Botwagwoorde is gedeaktiveer.\";'),('af','messages:botpasswords-editexisting','s:33:\"af:Wysig \'n bestaande botwagwoord\";'),('af','messages:botpasswords-existing','s:25:\"af:Bestaande botwagwoorde\";'),('af','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('af','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('af','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('af','messages:botpasswords-label-appid','s:12:\"af:Bot naam:\";'),('af','messages:botpasswords-label-cancel','s:13:\"af:Kanselleer\";'),('af','messages:botpasswords-label-create','s:7:\"af:Skep\";'),('af','messages:botpasswords-label-delete','s:8:\"af:Skrap\";'),('af','messages:botpasswords-label-grants','s:20:\"af:Toepaslike regte:\";'),('af','messages:botpasswords-label-grants-column','s:11:\"af:Toegewys\";'),('af','messages:botpasswords-label-needsreset','s:35:\"af:(wagwoord moet teruggestel word)\";'),('af','messages:botpasswords-label-resetpassword','s:19:\"af:Herstel wagwoord\";'),('af','messages:botpasswords-label-update','s:11:\"af:Opdateer\";'),('af','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('af','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('af','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('af','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('af','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('af','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('af','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('af','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('af','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('af','messages:botpasswords-toolong-restrictions','s:49:\"af:Daar is te veel IP-adresse of reekse ingevoer.\";'),('af','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('af','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('af','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('af','messages:brackets','s:7:\"en:[$1]\";'),('af','messages:brackets-end','s:4:\"en:]\";'),('af','messages:brackets-start','s:4:\"en:[\";'),('af','messages:broken-file-category','s:38:\"af:Bladsye met gebreekte lêer skakels\";'),('af','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('af','messages:brokenredirects','s:21:\"af:Stukkende aansture\";'),('af','messages:brokenredirects-delete','s:8:\"af:skrap\";'),('af','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('af','messages:brokenredirects-edit','s:8:\"af:wysig\";'),('af','messages:brokenredirects-summary','s:3:\"en:\";'),('af','messages:brokenredirectstext','s:63:\"af:Die volgende aansture skakel na bladsye wat nie bestaan nie.\";'),('af','messages:bydate','s:16:\"af:volgens datum\";'),('af','messages:cachedspecial-viewing-cached-ttl','s:72:\"af:U kyk na \'n gekasde weergawe ban die bladsy, wat tot $1 oud kan wees.\";'),('af','messages:cactions','s:7:\"af:Meer\";'),('af','messages:cancel','s:13:\"af:Kanselleer\";'),('af','messages:cannotauth-not-allowed','s:52:\"af:U word nie toegelaat om die bladsy te gebruik nie\";'),('af','messages:cannotauth-not-allowed-title','s:15:\"af:Geen toegang\";'),('af','messages:cannotchangeemail','s:76:\"af:Die e-posadres vir \'n gebruiker kan nie op hierdie wiki gewysig word nie.\";'),('af','messages:cannotcreateaccount-text','s:68:\"af:Direkte skep van rekeninge is nie geaktiveer op hierdie wiki nie.\";'),('af','messages:cannotcreateaccount-title','s:29:\"af:Kan nie rekeninge skep nie\";'),('af','messages:cannotdelete','s:100:\"af:Die bladsy of lêer \"$1\" kon nie verwyder word nie.\nIemand anders het dit moontlik reeds geskrap.\";'),('af','messages:cannotdelete-title','s:40:\"af:Bladsy \"$1\" kan nie verwyder word nie\";'),('af','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('af','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('af','messages:cannotlogin-text','s:34:\"af:Aanmelding is nie moontlik nie.\";'),('af','messages:cannotlogin-title','s:22:\"af:Kan nie aanmeld nie\";'),('af','messages:cannotloginnow-text','s:57:\"af:Aanmelding is nie moontlik terwyl $1 gebruik word nie.\";'),('af','messages:cannotloginnow-title','s:27:\"af:Kan nie tans aanmeld nie\";'),('af','messages:cannotlogoutnow-text','s:53:\"af:Afmeld is nie moontlik terwyl $1 gebruik word nie.\";'),('af','messages:cannotlogoutnow-title','s:26:\"af:Kan nie tans afmeld nie\";'),('af','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('af','messages:cannotundelete','s:35:\"af:Terugplasing was onsuksesvol:\n$1\";'),('af','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('af','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('af','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('af','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('af','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('af','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('af','messages:cant-move-to-user-page','s:83:\"af:U het nie die nodige regte om \'n bladsy na \'n gebruikersbladsy te kan skuif nie.\";'),('af','messages:cant-move-user-page','s:68:\"af:U het nie die nodige regte om gebruikersbladsye te kan skuif nie.\";'),('af','messages:cant-see-hidden-user','s:178:\"af:Die gebruiker wat u probeer blokkeer is reeds geblokkeer en weggesteek.\nAangesien u nie die \'hideuser\'-reg het nie, kan u nie die blokkade van die gebruiker sien of wysig nie.\";'),('af','messages:cantmove-titleprotected','s:101:\"af:U kan nie \'n bladsy na die titel skuif nie, omdat die nuwe titel beskerm is teen die skep daarvan.\";'),('af','messages:cantrollback','s:101:\"af:Kan nie na verandering terug keer nie; die laaste bydraer is die enigste outer van hierdie bladsy.\";'),('af','messages:cascadeprotected','s:167:\"af:Hierdie bladsy is beskerm teen redigering omdat dit ingesluit is in die volgende {{PLURAL:$1|bladsy|bladsye}} wat beskerm is met die \"kaskade\" opsie aangeskakel: $2\";'),('af','messages:cascadeprotectedwarning','s:200:\"af:\'\'\'Waarskuwing:\'\'\' Die bladsy was beveilig sodat dit slegs deur administrateurs gewysig kan word, omrede dit ingesluit is in die volgende {{PLURAL:$1|bladsy|bladsye}} wat kaskade-beskerming geniet:\";'),('af','messages:categories','s:14:\"af:Kategorieë\";'),('af','messages:categories-submit','s:6:\"af:Wys\";'),('af','messages:categories-summary','s:3:\"en:\";'),('af','messages:categoriesfrom','s:25:\"af:Wys kategorieë vanaf:\";'),('af','messages:categoriespagetext','s:228:\"af:Die volgende {{PLURAL:$1|kategorie|kategorieë}} bevat bladsye of media.\n[[Special:UnusedCategories|Ongebruikte kategorieë]] word nie gewys nie.\nSien ook [[Special:WantedCategories|nie-bestaande kategorieë met verwysings]].\";'),('af','messages:category-article-count','s:159:\"af:{{PLURAL:$2|Hierdie kategorie bevat slegs die volgende bladsy.|Die volgende {{PLURAL:$1|bladsy|$1 bladsye}} is in hierdie kategorie, uit \'n totaal van $2.}}\";'),('af','messages:category-article-count-limited','s:76:\"af:Die volgende {{PLURAL:$1|bladsy|$1 bladsye}} is in die huidige kategorie.\";'),('af','messages:category-empty','s:57:\"af:\'\'Hierdie kategorie bevat geen bladsye of media nie.\'\'\";'),('af','messages:category-file-count','s:154:\"af:{{PLURAL:$2|Hierdie kategorie bevat net die volgende lêer.|Die volgende {{PLURAL:$1|lêer|$1 lêers}} is in hierdie kategorie, uit \'n totaal van $2.}}\";'),('af','messages:category-file-count-limited','s:74:\"af:Die volgende {{PLURAL:$1|lêer|$1 lêers}} is in die huidige kategorie.\";'),('af','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('af','messages:category-media-header','s:26:\"af:Media in kategorie \"$1\"\";'),('af','messages:category-move-redirect-override','s:4:\"en:-\";'),('af','messages:category-subcat-count','s:177:\"af:{{PLURAL:$2|Hierdie kategorie bevat slegs die volgende subkategorie.|Hierdie kategorie bevat die volgende {{PLURAL:$1|subkategorie|$1 subkategorië}}, uit \'n totaal van $2.}}\";'),('af','messages:category-subcat-count-limited','s:82:\"af:Hierdie kategorie het die volgende {{PLURAL:$1|subkategorie|$1 subkategorië}}.\";'),('af','messages:category_header','s:28:\"af:Bladsye in kategorie \"$1\"\";'),('af','messages:categorypage','s:22:\"af:Bekyk kategorieblad\";'),('af','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('af','messages:change-blocklink','s:20:\"af:versperring wysig\";'),('af','messages:changeblockip','s:15:\"en:Change block\";'),('af','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('af','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('af','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('af','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('af','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('af','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('af','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('af','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('af','messages:changecontentmodel-reason-label','s:8:\"af:Rede:\";'),('af','messages:changecontentmodel-submit','s:8:\"af:Wysig\";'),('af','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('af','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('af','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('af','messages:changecredentials','s:26:\"af:Wysig rekeninginligting\";'),('af','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('af','messages:changecredentials-submit','s:26:\"af:Wysig rekeninginligting\";'),('af','messages:changecredentials-success','s:34:\"af:U rekeninginligting is gewysig.\";'),('af','messages:changed','s:11:\"af:verander\";'),('af','messages:changeemail','s:34:\"af:Verander of verwyder e-posadres\";'),('af','messages:changeemail-header','s:184:\"af:Voltooi hierdie vorm om jou e-posadres te verander. As jy die assosiasie van enige e-posadres van jou rekening wil verwyder, los die nuwe e-posadres leeg wanneer jy die vorm indien.\";'),('af','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('af','messages:changeemail-newemail','s:19:\"af:Nuwe e-posadres:\";'),('af','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('af','messages:changeemail-no-info','s:69:\"af:U moet aangemeld wees om regstreeks toegang tot die bladsy te kry.\";'),('af','messages:changeemail-nochange','s:38:\"af:Gee gerus \'n ander, nuwe e-posadres\";'),('af','messages:changeemail-none','s:9:\"af:(geen)\";'),('af','messages:changeemail-oldemail','s:22:\"af:Huidige e-posadres:\";'),('af','messages:changeemail-password','s:31:\"af:U wagwoord vir {{SITENAME}}:\";'),('af','messages:changeemail-submit','s:19:\"af:Wysig e-posadres\";'),('af','messages:changeemail-summary','s:3:\"en:\";'),('af','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('af','messages:changepassword','s:20:\"af:Verander wagwoord\";'),('af','messages:changepassword-success','s:26:\"af:U wagwoord is verander!\";'),('af','messages:changepassword-summary','s:3:\"en:\";'),('af','messages:changepassword-throttled','s:105:\"af:U het al te veel kere met \'n ongeldige wagwoord probeer aanmeld.\nWag asseblief $1 voor u weer probeer.\";'),('af','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('af','messages:checkbox-all','s:7:\"af:Alle\";'),('af','messages:checkbox-invert','s:9:\"af:Omkeer\";'),('af','messages:checkbox-none','s:7:\"af:Geen\";'),('af','messages:checkbox-select','s:16:\"af:Selekteer: $1\";'),('af','messages:clearyourcache','s:697:\"af:<strong>Let wel</strong>: Na die wysiging is dit dalk nodig om u blaaier se kasgeheue te verfris voordat u die veranderinge sal sien:\n* <strong>Firefox / Safari:</strong> hou <em>Shift</em> en kliek <em>Herlaai</em>, of druk <em>Ctrl-F5</em> of <em>Ctrl-R</em> (<em>⌘-R</em> op \'n Mac)\n* <strong>Google Chrome:</strong> Druk <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> op \'n Mac)\n* <strong>Internet Explorer / Edge:</strong> Hou <em>Ctrl</em> en kliek <em>Refresh</em>, of druk <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Gaan na <em>Kieslys → Settings</em> (<em>Opera → Preferences</em> op \'n Mac) en dan na <em>Privacy & security → Clear browsing data → Cached images and files</em>.\";'),('af','messages:collapsible-collapse','s:10:\"af:Vou toe\";'),('af','messages:collapsible-expand','s:10:\"af:Vou oop\";'),('af','messages:colon-separator','s:9:\"en::&#32;\";'),('af','messages:comma-separator','s:9:\"en:,&#32;\";'),('af','messages:common.css','s:44:\"af:/** Gemeenskaplike CSS vir alle omslae */\";'),('af','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('af','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('af','messages:compare-page1','s:11:\"af:Bladsy 1\";'),('af','messages:compare-page2','s:11:\"af:Bladsy 2\";'),('af','messages:compare-rev1','s:13:\"af:Weergawe 1\";'),('af','messages:compare-rev2','s:13:\"af:Weergawe 2\";'),('af','messages:compare-revision-not-exists','s:54:\"af:Die hersiening wat u verskaf het bestaan ​​nie.\";'),('af','messages:compare-submit','s:11:\"af:Vergelyk\";'),('af','messages:comparepages','s:19:\"af:Vergelyk bladsye\";'),('af','messages:comparepages-summary','s:3:\"en:\";'),('af','messages:compareselectedversions','s:28:\"af:Vergelyk gekose weergawes\";'),('af','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('af','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('af','messages:confirm','s:11:\"af:Bevestig\";'),('af','messages:confirm-markpatrolled-button','s:5:\"af:OK\";'),('af','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('af','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('af','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('af','messages:confirm-purge-bottom','s:101:\"af:Die opruiming van die kas sorg daarvoor dat die mees onlangse weergawe van \'n bladsy vertoon word.\";'),('af','messages:confirm-purge-title','s:21:\"af:Verfris die bladsy\";'),('af','messages:confirm-purge-top','s:42:\"af:Suiwer die kasstelsel van hierdie blad?\";'),('af','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('af','messages:confirm-rollback-button','s:5:\"af:OK\";'),('af','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('af','messages:confirm-unwatch-button','s:5:\"af:OK\";'),('af','messages:confirm-unwatch-top','s:43:\"af:Verwyder hierdie bladsy van u dophoulys?\";'),('af','messages:confirm-watch-button','s:5:\"af:OK\";'),('af','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('af','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('af','messages:confirm-watch-top','s:38:\"af:Voeg hierdie bladsy by u dophoulys?\";'),('af','messages:confirm_purge_button','s:8:\"af:Regso\";'),('af','messages:confirmable-confirm','s:28:\"af:Is {{GENDER:$1|u}} seker?\";'),('af','messages:confirmable-no','s:6:\"af:Nee\";'),('af','messages:confirmable-yes','s:5:\"af:Ja\";'),('af','messages:confirmdeletetext','s:249:\"af:U staan op die punt om \'n bladsy of prent, insluitende hul geskiedenis, uit die databasis te skrap.\nBevestig asseblief dat u dit wil doen, dat u die gevolge verstaan en dat u dit doen in ooreenstemming met die [[{{MediaWiki:Policy-url}}|beleid]].\";'),('af','messages:confirmedittext','s:136:\"af:U moet u e-posadres bevestig voor u bladsye wysig. Verstel en bevestig asseblief u e-posadres by u [[Special:Preferences|voorkeure]].\";'),('af','messages:confirmemail','s:22:\"af:Bevestig e-posadres\";'),('af','messages:confirmemail_body','s:460:\"af:Iemand, waarskynlik u vanaf IP-adres: $1, het \'n rekening \"$2\" met hierdie e-posadres by {{SITENAME}} geregistreer.\n\nOm te bevestig dat hierdie adres werklik aan u behoort, en om die posfasiliteite by {{SITENAME}} te aktiveer, besoek hierdie skakel in u webblaaier:\n\n$3\n\nIndien dit nié u was nie, ignoreer bloot die skakel (en hierdie e-pos).\nVolg hierdie skakel om die bevestiging van u e-posadres te kanselleer:\n\n$5\n\nHierdie bevestigingkode verval om $4.\";'),('af','messages:confirmemail_body_changed','s:416:\"af:Iemand, waarskynlik u vanaf IP-adres $1\nhet die e-posadres van rekening \"$2\" na hierdie adres op {{SITENAME}} verander.\n\nOm te bevestig dat hierdie adres werklik aan u behoort, en die e-pos-funksies op {{SITENAME}} te aktiveer, maak hierdie skakel in u blaaier oop:\n\n$3\n\nIndien die rekening *nie* aan u behoort nie, volg hierdie skakel om die bevestiging te kanselleer:\n\n$5\n\nDie bevestigingskode sal om $4 verval.\";'),('af','messages:confirmemail_body_set','s:419:\"af:Iemand, waarskynlik u vanaf IP-adres $1\nhet die e-posadres van rekening \"$2\" na hierdie adres op {{SITENAME}} verander.\n\nOm te bevestig dat hierdie adres werklik aan u behoort, en die e-pos-funksies op {{SITENAME}} te heraktiveer, maak hierdie skakel in u blaaier oop:\n\n$3\n\nIndien die rekening *nie* aan u behoort nie, volg hierdie skakel om die bevestiging te kanselleer:\n\n$5\n\nDie bevestigingskode sal om $4 verval.\";'),('af','messages:confirmemail_invalid','s:59:\"af:Ongeldige bevestigingkode. Die kode het moontlik verval.\";'),('af','messages:confirmemail_invalidated','s:40:\"af:Die e-posbevestiging is gekanselleer.\";'),('af','messages:confirmemail_loggedin','s:32:\"af:U e-posadres is nou bevestig.\";'),('af','messages:confirmemail_needlogin','s:41:\"af:U moet $1 om u e-posadres te bevestig.\";'),('af','messages:confirmemail_noemail','s:95:\"af:U het nie \'n geldige e-posadres in u [[Special:Preferences|gebruikersvoorkeure]] gestel nie.\";'),('af','messages:confirmemail_oncreate','s:187:\"af:\'n Bevestigings-kode is na u e-posadres gestuur.\nHierdie kode word nie benodig om aan te teken nie, maar u moet dit bevestig alvorens u enige van die wiki se e-posfunksies kan gebruik.\";'),('af','messages:confirmemail_pending','s:171:\"af:\'n Bevestigings-kode is reeds per e-pos aan u gestuur.\nAs u onlangs u gebruiker geskep het, wag asseblief \'n paar minute vir aflewering alvorens u \'n nuwe kode versoek.\";'),('af','messages:confirmemail_send','s:26:\"af:Pos \'n bevestigingskode\";'),('af','messages:confirmemail_sendfailed','s:133:\"af:{{SITENAME}} kon nie u bevestigings-epos uitstuur nie.\nKontroleer u e-posadres vir ongeldige karakters.\n\nDie e-posprogram meld: $1\";'),('af','messages:confirmemail_sent','s:26:\"af:Bevestigingpos gestuur.\";'),('af','messages:confirmemail_subject','s:39:\"af:{{SITENAME}}: E-posadres-bevestiging\";'),('af','messages:confirmemail_success','s:89:\"af:U e-posadres is bevestig.\nU kan nou [[Special:UserLogin|aanmeld]] en die wiki gebruik.\";'),('af','messages:confirmemail_text','s:281:\"af:Hierdie wiki vereis dat u e-posadres bevestig word voordat epos-funksies gebruik word. Klik onderstaande knoppie om \'n bevestigingspos na u adres te stuur. Die pos sal \'n skakel met \'n kode insluit; maak hierdie skakel oop in u webblaaier om te bevestig dat die adres geldig is.\";'),('af','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('af','messages:confirmrecreate','s:180:\"af:Gebruiker [[User:$1|$1]] ([[User talk:$1|kontak]]) het hierdie bladsy uitgevee nádat u begin redigeer het met rede:\n:\'\'$2\'\'\nBevestig asseblief dat u hierdie blad weer wil skep.\";'),('af','messages:confirmrecreate-noreason','s:148:\"af:Gebruiker [[User:$1|$1]] ([[User talk:$1|bespreking]]) het die bladsy geskrap nadat u dit begin wysig het.\nBevestig dat u die bladsy wil herskep.\";'),('af','messages:content-failed-to-parse','s:95:\"af:Dit was nie moontlik om die inhoud van die MIME-tipe $2 vir die model $1 te verwerk nie: $3.\";'),('af','messages:content-json-empty-array','s:13:\"af:Leë reeks\";'),('af','messages:content-json-empty-object','s:13:\"af:Leë objek\";'),('af','messages:content-model-css','s:6:\"af:CSS\";'),('af','messages:content-model-javascript','s:13:\"af:JavaScript\";'),('af','messages:content-model-json','s:7:\"en:JSON\";'),('af','messages:content-model-text','s:18:\"af:eenvoudige teks\";'),('af','messages:content-model-wikitext','s:11:\"af:Wikiteks\";'),('af','messages:content-not-allowed-here','s:63:\"af:\"$1\" word nie op bladsy [[:$2]] in gleuf \"$3\" toegelaat nie.\";'),('af','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('af','messages:continue-editing','s:23:\"af:Gaan na redigeerarea\";'),('af','messages:contribslink','s:10:\"af:bydraes\";'),('af','messages:contribsub2','s:28:\"af:Vir {{GENDER:$3|$1}} ($2)\";'),('af','messages:contributions','s:20:\"af:Gebruikersbydraes\";'),('af','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('af','messages:contributions-summary','s:3:\"en:\";'),('af','messages:contributions-title','s:16:\"af:$1 se bydraes\";'),('af','messages:contributions-userdoesnotexist','s:46:\"af:Die gebruiker \"$1\" is nie geregistreer nie.\";'),('af','messages:converter-manual-rule-error','s:71:\"af:\'n Fout is in \'n handmatig toegevoegde taalomskalelingsreël gevind.\";'),('af','messages:copyright','s:52:\"af:Inhoud is onderhewig aan $1, tensy anders vermeld\";'),('af','messages:copyrightpage','s:28:\"af:{{ns:project}}:Kopieregte\";'),('af','messages:copyrightwarning','s:435:\"af:Alle bydraes aan {{SITENAME}} word onder die $2 beskikbaar gestel (lees $1 vir meer inligting).\nAs u nie wil toelaat dat u teks deur ander persone gewysig of versprei word nie, moet dit asseblief nie hier invoer nie.<br />\nHierdeur beloof u ons dat u die byvoegings self geskryf het, of gekopieer het van publieke domein of soortgelyke vrye bronne.\n\'\'\'MOENIE WERK WAT DEUR KOPIEREG BESKERM WORD HIER PLAAS SONDER TOESTEMMING NIE!\'\'\'\";'),('af','messages:copyrightwarning2','s:408:\"af:Enige bydraes op {{SITENAME}} mag genadeloos gewysig of selfs verwyder word; indien u dit nie met u bydrae wil toelaat nie, moenie dit hier bylas nie.<br />\nDeur enigiets hier te plaas, beloof u dat u dit self geskryf het, of dat dit gekopieer is vanuit \"publieke domein\" of soortgelyke vrye bronne (sien $1 vir details).\n\'\'\'MOENIE WERK WAT DEUR KOPIEREG BESKERM WORD HIER PLAAS SONDER TOESTEMMING NIE!\'\'\'\";'),('af','messages:copyupload-allowed-domains','s:3:\"en:\";'),('af','messages:copyuploaddisabled','s:47:\"af:Die oplaai van lêers per URL is afgeskakel.\";'),('af','messages:create','s:7:\"af:Skep\";'),('af','messages:create-local','s:34:\"af:Voeg \'n plaaslike beskrywing by\";'),('af','messages:createaccount','s:21:\"af:Skep nuwe rekening\";'),('af','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('af','messages:createaccount-text','s:267:\"af:Iemand het \'n gebruiker met die naam \"$2\" en u e-posadres op {{SITENAME}} ($4) geskep.\nDie wagwoord vir \"$2\" is \"$3\".\nU word aangeraai om so gou as moontlik aan te meld en u wagwoord te verander.\n\nIgnoreer die boodskap as die gebruiker sonder u medewete geskep is.\";'),('af','messages:createaccount-title','s:36:\"af:Rekeningskepping vir {{SITENAME}}\";'),('af','messages:createaccountblock','s:45:\"af:skep van gebruikersrekeninge is geblokkeer\";'),('af','messages:createaccounterror','s:35:\"af:Kon nie \'n rekening skep nie: $1\";'),('af','messages:createaccountmail','s:86:\"af:Gebruik \'n tydelike lukrake wagwoord en stuur dit na die gespesifiseerde e-posadres\";'),('af','messages:createaccountmail-help','s:95:\"af:Kan gebruik word om \'n rekening vir \'n ander persoon te skep sonder om die wagwoord te weet.\";'),('af','messages:createacct-another-continue-submit','s:36:\"af:Gaan voort om \'n rekening te skep\";'),('af','messages:createacct-another-email-ph','s:21:\"af:Verskaf e-posadres\";'),('af','messages:createacct-another-realname-tip','s:100:\"af:Regte naam is opsioneel.\nAs u dit verskaf, sal dit gebruik word om u erkenning vir u werk te gee.\";'),('af','messages:createacct-another-submit','s:19:\"af:Skep \'n rekening\";'),('af','messages:createacct-another-username-ph','s:25:\"af:Verskaf gebruikersnaam\";'),('af','messages:createacct-benefit-body1','s:35:\"af:{{PLURAL:$1|wysiging|wysigings}}\";'),('af','messages:createacct-benefit-body2','s:31:\"af:{{PLURAL:$1|bladsy|bladsye}}\";'),('af','messages:createacct-benefit-body3','s:42:\"af:onlangse {{PLURAL:$1|bydraer|bydraers}}\";'),('af','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('af','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('af','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('af','messages:createacct-benefit-heading','s:46:\"af:{{SITENAME}} word deur mense soos u geskep.\";'),('af','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('af','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('af','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('af','messages:createacct-continue-submit','s:36:\"af:Gaan voort om \'n rekening te skep\";'),('af','messages:createacct-email-ph','s:26:\"af:Sleutel u e-posadres in\";'),('af','messages:createacct-emailoptional','s:25:\"af:E-posadres (opsioneel)\";'),('af','messages:createacct-emailrequired','s:13:\"af:E-posadres\";'),('af','messages:createacct-error','s:33:\"af:Fout tydens skep van gebruiker\";'),('af','messages:createacct-helpusername','s:3:\"en:\";'),('af','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('af','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('af','messages:createacct-normalization','s:84:\"af:Jou gebruikersnaam sal aangepas word na \" $2 \" as gevolg van tegniese beperkings.\";'),('af','messages:createacct-realname','s:25:\"af:Regte naam (opsioneel)\";'),('af','messages:createacct-reason','s:28:\"af:Rede (publiek aangeteken)\";'),('af','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('af','messages:createacct-reason-help','s:57:\"af:Boodskap wat in die rekeningskeppinglogboek gewys word\";'),('af','messages:createacct-reason-ph','s:32:\"af:Hoekom u nog \'n rekening skep\";'),('af','messages:createacct-submit','s:18:\"af:Skep u rekening\";'),('af','messages:createacct-temp-warning','s:110:\"af:Die wysigings wat jy met jou tydelike rekening gemaak het, sal nie na jou permanente een oorgedra word nie.\";'),('af','messages:createacct-username-help','s:3:\"en:\";'),('af','messages:createacct-useuniquepass','s:101:\"af:Dit word aanbeveel om \'n unieke wagwoord te gebruik wat jy nie op enige ander webwerf gebruik nie.\";'),('af','messages:createacct-yourpassword-ph','s:25:\"af:Sleutel \'n wagwoord in\";'),('af','messages:createacct-yourpasswordagain','s:20:\"af:Bevestig wagwoord\";'),('af','messages:createacct-yourpasswordagain-ph','s:29:\"af:Sleutel weer u wagwoord in\";'),('af','messages:created','s:9:\"af:geskep\";'),('af','messages:creating','s:22:\"af:Besig om $1 te skep\";'),('af','messages:credentialsform-account','s:18:\"af:Gebruikersnaam:\";'),('af','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('af','messages:creditspage','s:14:\"af:Outeursblad\";'),('af','messages:cur','s:10:\"af:huidige\";'),('af','messages:currentevents','s:18:\"af:Huidige gebeure\";'),('af','messages:currentevents-url','s:26:\"af:Project:Huidige gebeure\";'),('af','messages:currentrev','s:19:\"af:Huidige wysiging\";'),('af','messages:currentrev-asof','s:29:\"af:Huidige wysiging sedert $1\";'),('af','messages:currentrevisionlink','s:19:\"af:Huidige weergawe\";'),('af','messages:customcssprotected','s:126:\"af:U het nie toestemming om hierdie CSS-bladsy te redigeer nie, want dit bevat \'n ander gebruiker se persoonlike verstellings.\";'),('af','messages:customjsonprotected','s:124:\"af:Jy het nie toestemming om hierdie JSON-bladsy te wysig nie, want dit bevat \'n ander gebruiker se persoonlike instellings.\";'),('af','messages:customjsprotected','s:133:\"af:U het nie toestemming om hierdie JavaScript-bladsy te redigeer nie, want dit bevat \'n ander gebruiker se persoonlike verstellings.\";'),('af','messages:databaseerror','s:16:\"af:Databasisfout\";'),('af','messages:databaseerror-error','s:11:\"af:Fout: $1\";'),('af','messages:databaseerror-function','s:14:\"af:Funksie: $1\";'),('af','messages:databaseerror-query','s:10:\"af:SQL: $1\";'),('af','messages:databaseerror-text','s:75:\"af:\'n Databasisfout het voorgekom. Dit kan op \'n fout in die sagteware dui.\";'),('af','messages:databaseerror-textcl','s:35:\"af:\'n Databasis-versoek het gefaal.\";'),('af','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('af','messages:databasenotlocked','s:36:\"af:Die databasis is nie gesluit nie.\";'),('af','messages:date','s:27:\"en:From date (and earlier):\";'),('af','messages:date-range-from','s:13:\"en:From date:\";'),('af','messages:date-range-to','s:11:\"en:To date:\";'),('af','messages:datedefault','s:16:\"af:Geen voorkeur\";'),('af','messages:days','s:30:\"af:{{PLURAL:$1|$1 dag|$1 dae}}\";'),('af','messages:days-abbrev','s:7:\"en:$1 d\";'),('af','messages:dberr-again','s:42:\"af:Wag \'n paar minute en probeer dan weer.\";'),('af','messages:dberr-info','s:49:\"af:(Kan nie die databasisbediener kontak nie: $1)\";'),('af','messages:dberr-info-hidden','s:45:\"af:(Kan nie die databasisbediener kontak nie)\";'),('af','messages:dberr-problems','s:66:\"af:Jammer! Die webwerf ondervind op die oomblik tegniese probleme.\";'),('af','messages:deadendpages','s:18:\"af:Doodloopbladsye\";'),('af','messages:deadendpages-summary','s:3:\"en:\";'),('af','messages:deadendpagestext','s:79:\"af:Die volgende bladsye bevat nie skakels na ander bladsye in {{SITENAME}} nie:\";'),('af','messages:dec','s:7:\"af:Des.\";'),('af','messages:december','s:11:\"af:Desember\";'),('af','messages:december-gen','s:11:\"af:Desember\";'),('af','messages:default','s:10:\"af:verstek\";'),('af','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('af','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('af','messages:default-skin-not-found-row-disabled','s:55:\"af:* <code>$1</code> / $2 (<strong>afgeskakel</strong>)\";'),('af','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('af','messages:defaultmessagetext','s:14:\"af:Verstekteks\";'),('af','messages:defemailsubject','s:40:\"af:E-pos van {{SITENAME}}-gebruiker \"$1\"\";'),('af','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('af','messages:delete','s:8:\"af:Skrap\";'),('af','messages:delete-confirm','s:13:\"af:Skrap \"$1\"\";'),('af','messages:delete-edit-reasonlist','s:20:\"af:Wysig skrap redes\";'),('af','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('af','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('af','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('af','messages:delete-hook-aborted','s:81:\"af:Die wysiging is deur \'n hoek gekanselleer.\nGeen verduideliking is verskaf nie.\";'),('af','messages:delete-legend','s:8:\"af:Skrap\";'),('af','messages:delete-scheduled','s:72:\"af:Die bladsy \" $1 \" is geskeduleer vir uitvee.\nWees asseblief geduldig.\";'),('af','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('af','messages:delete-toobig','s:179:\"af:Die bladsy het \'n lang wysigingsgeskiedenis, meer as $1 {{PLURAL:$1|weergawe|weergawes}}.\nVerwydering van die soort blaaie is beperk om ontwrigting van {{SITENAME}} te voorkom.\";'),('af','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('af','messages:delete-warning-toobig','s:209:\"af:Hierdie bladsy het \'n lang wysigingsgeskiedenis; meer as $1 {{PLURAL:$1|wysiging|wysigings}}.\nDeur weg te doen met hierdie bladsy mag dalk die werking van {{SITENAME}} versteur;\nTree asseblief versigtig op.\";'),('af','messages:delete_and_move_confirm','s:23:\"af:Ja, skrap die bladsy\";'),('af','messages:delete_and_move_reason','s:51:\"af:Geskrap om plek te maak vir skuif vanaf \"[[$1]]\"\";'),('af','messages:delete_and_move_text','s:115:\"af:==Skrapping benodig==\n\nDie teikenartikel \"[[:$1]]\" bestaan reeds. Wil u dit skrap om plek te maak vir die skuif?\";'),('af','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('af','messages:deletecomment','s:8:\"af:Rede:\";'),('af','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('af','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('af','messages:deletedcontributions','s:30:\"af:Geskrapte gebruikersbydraes\";'),('af','messages:deletedcontributions-summary','s:3:\"en:\";'),('af','messages:deletedcontributions-title','s:30:\"af:Geskrapte gebruikersbydraes\";'),('af','messages:deletedhist','s:25:\"af:Verwyderde geskiedenis\";'),('af','messages:deletedrevision','s:25:\"af:Ou weergawe $1 geskrap\";'),('af','messages:deletedtext','s:70:\"af:\"$1\" is geskrap.\nSien die $2 vir \'n rekord van onlangse skrappings.\";'),('af','messages:deletedwhileediting','s:75:\"af:\'\'\'Let op\'\'\': die bladsy is verwyder terwyl u besig was om dit te wysig!\";'),('af','messages:deleteotherreason','s:21:\"af:Ander/ekstra rede:\";'),('af','messages:deletepage','s:15:\"af:Skrap bladsy\";'),('af','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('af','messages:deletepage-submit','s:15:\"af:Skrap bladsy\";'),('af','messages:deletepage-summary','s:3:\"en:\";'),('af','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('af','messages:deletereason-dropdown','s:101:\"af:*Algemene redes vir verwydering\n** Op aanvraag van outeur\n** Skending van kopieregte\n** Vandalisme\";'),('af','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('af','messages:deletereasonotherlist','s:14:\"af:Andere rede\";'),('af','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('af','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('af','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('af','messages:deletionlog','s:15:\"af:skraplogboek\";'),('af','messages:dellogpage','s:15:\"af:Skraplogboek\";'),('af','messages:dellogpagetext','s:88:\"af:Hier onder is \'n lys van die mees onlangse skrappings. Alle tye is bedienertyd (UGT).\";'),('af','messages:destfilename','s:19:\"af:Teikenlêernaam:\";'),('af','messages:diff','s:10:\"af:verskil\";'),('af','messages:diff-empty','s:17:\"af:(Geen verskil)\";'),('af','messages:diff-form','s:16:\"af:\'n \'\'\'vorm\'\'\'\";'),('af','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('af','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('af','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('af','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('af','messages:diff-form-submit','s:20:\"af:Vertoon verskille\";'),('af','messages:diff-form-summary','s:3:\"en:\";'),('af','messages:diff-multi-manyusers','s:127:\"af:({{PLURAL:$1|Een wysiging tussenin|$1 wysigings tussenin}} deur meer as $2 {{PLURAL:$2|gebruiker|gebruikers}} nie gewys nie)\";'),('af','messages:diff-multi-otherusers','s:129:\"af:({{PLURAL:$1|Een wysiging tussenin|$1 wysigings tussenin}} deur {{PLURAL:$2|een ander gebruiker|$2 gebruikers}} nie gewys nie)\";'),('af','messages:diff-multi-sameuser','s:101:\"af:({{PLURAL:$1|Een wysiging tussenin|$1 wysigings tussenin}} deur dieselfde gebruiker nie gewys nie)\";'),('af','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('af','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('af','messages:difference-missing-revision','s:305:\"af:{{PLURAL:$2|\'n Weergawe|$2 weergawes}} van die verskil ($1) {{PLURAL:$2|is|is}} nie gevind nie.\n\nDit word meestal veroorsaak deur die volg van \'n verouderde verwysing na \'n bladsy wat verwyder is.\nDetails kan in die [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} skraplogboek] gevind word.\";'),('af','messages:difference-multipage','s:27:\"af:(Verskil tussen bladsye)\";'),('af','messages:difference-title','s:31:\"af:$1: Verskil tussen weergawes\";'),('af','messages:difference-title-multipage','s:35:\"af:$1 en $2: Verskil tussen bladsye\";'),('af','messages:directorycreateerror','s:30:\"af:Kon nie gids \"$1\" skep nie.\";'),('af','messages:directoryreadonlyerror','s:28:\"af:Gids \"$1\" is lees-alleen.\";'),('af','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('af','messages:disclaimerpage','s:22:\"af:Project:Voorwaardes\";'),('af','messages:disclaimers','s:12:\"af:Vrywaring\";'),('af','messages:djvu_page_error','s:27:\"af:DjVu-bladsy buite bereik\";'),('af','messages:double-redirect-fixed-maintenance','s:52:\"af:Maak dubbele aanstuur vanaf [[$1]] na [[$2]] reg.\";'),('af','messages:double-redirect-fixed-move','s:59:\"af:[[$1]] was geskuif en is nou \'n deurverwysing na [[$2]].\";'),('af','messages:double-redirect-fixer','s:22:\"af:Aanstuur hersteller\";'),('af','messages:doubleredirects','s:19:\"af:Dubbele aansture\";'),('af','messages:doubleredirects-summary','s:3:\"en:\";'),('af','messages:doubleredirectstext','s:350:\"af:Hierdie lys bevat bladsye wat aansture na ander aanstuurblaaie is.\nElke ry bevat skakels na die eerste en die tweede aanstuur, asook die eerste reël van van die tweede aanstuur se teks, wat gewoonlik die \"regte\" teiken-bladsy gee waarna die eerste aanstuur behoort te wys.\n<del>Doodgekrapte reëls</del> dui aan dat die probleem reeds opgelos is.\";'),('af','messages:download','s:10:\"af:laai af\";'),('af','messages:duplicate-args-category','s:41:\"af:Bladsye met dubbele sjabloonparameters\";'),('af','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('af','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('af','messages:duplicate-defaultsort','s:81:\"af:Waarskuwing: Die standaardsortering \"$2\" kry voorrang voor die sortering \"$1\".\";'),('af','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('af','messages:duplicatesoffile','s:139:\"af:Die volgende {{PLURAL:$1|lêer is \'n duplikaat|$1 lêers is duplikate}} van die lêer ([[Special:FileDuplicateSearch/$2|meer details]]):\";'),('af','messages:duration-centuries','s:28:\"af:$1 {{PLURAL:$1|eeu|eeue}}\";'),('af','messages:duration-days','s:27:\"af:$1 {{PLURAL:$1|dag|dae}}\";'),('af','messages:duration-decades','s:34:\"af:$1 {{PLURAL:$1|dekade|dekades}}\";'),('af','messages:duration-hours','s:27:\"af:$1 {{PLURAL:$1|uur|ure}}\";'),('af','messages:duration-millennia','s:40:\"af:$1 {{PLURAL:$1|millennium|millennia}}\";'),('af','messages:duration-minutes','s:33:\"af:$1 {{PLURAL:$1|minuut|minute}}\";'),('af','messages:duration-seconds','s:36:\"af:$1 {{PLURAL:$1|sekonde|sekondes}}\";'),('af','messages:duration-weeks','s:29:\"af:$1 {{PLURAL:$1|week|weke}}\";'),('af','messages:duration-years','s:29:\"af:$1 {{PLURAL:$1|jaar|jare}}\";'),('af','messages:eauthentsent','s:199:\"af:\'n Bevestigingpos is gestuur na die gegewe e-posadres.\nVoordat ander e-pos na die adres gestuur word, moet die instruksies in die e-pos gevolg word om te bevestig dat die adres werklik u adres is.\";'),('af','messages:edit','s:8:\"af:Wysig\";'),('af','messages:edit-already-exists','s:53:\"af:Die bladsy is nie geskep nie.\nDit bestaan alreeds.\";'),('af','messages:edit-conflict','s:19:\"af:Wysigingskonflik\";'),('af','messages:edit-gone-missing','s:61:\"af:Die bladsy is nie gewysig nie.\nDit lyk of dit verwyder is.\";'),('af','messages:edit-hook-aborted','s:81:\"af:Die wysiging is deur \'n hoek gekanselleer.\nGeen verduideliking is verskaf nie.\";'),('af','messages:edit-local','s:29:\"af:Wysig plaaslike beskrywing\";'),('af','messages:edit-no-change','s:64:\"af:U wysiging was geignoreer omdat die teks nie verander is nie.\";'),('af','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('af','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('af','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('af','messages:edit-textarea-aria-label','s:27:\"af:Wikitext bronredigeerder\";'),('af','messages:edit_form_incomplete','s:97:\"af:\'\'\'Dele van die vorm het nie die bediener bereik nie. Kyk of alles reg lyk en probeer weer.\'\'\'\";'),('af','messages:editcomment','s:40:\"af:Die wysigsopsomming was: <em>$1</em>.\";'),('af','messages:editconflict','s:23:\"af:Wysigingskonflik: $1\";'),('af','messages:editfont-monospace','s:24:\"af:Monospaced lettertipe\";'),('af','messages:editfont-sansserif','s:24:\"af:Sans-serif-lettertipe\";'),('af','messages:editfont-serif','s:19:\"af:Serif-lettertipe\";'),('af','messages:editfont-style','s:35:\"af:Lettertipe vir wysigingsvenster:\";'),('af','messages:edithelp','s:18:\"af:Redigeringshulp\";'),('af','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('af','messages:editing','s:23:\"af:Besig om $1 te wysig\";'),('af','messages:editingcomment','s:38:\"af:Besig om $1 te wysig (nuwe opskrif)\";'),('af','messages:editinginterface','s:376:\"af:\'\'\'Waarskuwing:\'\'\' U is besig om \'n bladsy te redigeer wat koppelvlakinligting aan die programmatuur voorsien. Wysigings aan hierdie bladsy sal die voorkoms van die gebruikerskoppelvlak vir ander gebruikers beïnvloed. Vir vertalings, oorweeg om eerder [https://translatewiki.net/wiki/Main_Page?setlang=af translatewiki.net] (die vertalingsprojek vir MediaWiki) te gebruik.\";'),('af','messages:editingold','s:156:\"af:\'\'\'WAARSKUWING: U is besig om \'n ouer weergawe van hierdie bladsy te wysig.\nAs u dit stoor, sal enige wysigings sedert hierdie een weer uitgewis word.\'\'\'\";'),('af','messages:editingsection','s:39:\"af:Besig om $1 (onderafdeling) te wysig\";'),('af','messages:editinguser','s:74:\"af:Besig om gebruikersregte van gebruiker \'\'\'[[User:$1|$1]]\'\'\' $2 te wysig\";'),('af','messages:editlink','s:8:\"af:wysig\";'),('af','messages:editnotice-notext','s:4:\"en:-\";'),('af','messages:editold','s:8:\"af:wysig\";'),('af','messages:editpage','s:14:\"en:Edit a page\";'),('af','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('af','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('af','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('af','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('af','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('af','messages:editpage-notsupportedcontentformat-title','s:41:\"af:Inhoudsformaat word nie ondersteun nie\";'),('af','messages:editpage-summary','s:3:\"en:\";'),('af','messages:editpage-tos-summary','s:4:\"en:-\";'),('af','messages:editsection','s:8:\"af:wysig\";'),('af','messages:editsectionhint','s:21:\"af:Wysig afdeling: $1\";'),('af','messages:edittools','s:77:\"af:<!-- Die teks hier sal onderaan wysiging- en oplaaivorms vertoon word. -->\";'),('af','messages:edittools-upload','s:4:\"en:-\";'),('af','messages:editundo','s:16:\"af:maak ongedaan\";'),('af','messages:editusergroup','s:24:\"af:Laai gebruikersgroepe\";'),('af','messages:editwatchlist-summary','s:3:\"en:\";'),('af','messages:ellipsis','s:6:\"en:...\";'),('af','messages:email','s:8:\"af:E-pos\";'),('af','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('af','messages:email-legend','s:56:\"af:Stuur \'n e-pos na \'n ander gebruiker van {{SITENAME}}\";'),('af','messages:email-mutelist-label','s:45:\"af:Verbied hierdie gebruikers om my te e-pos:\";'),('af','messages:emailauthenticated','s:40:\"af:U e-posadres is op $2 om $3 bevestig.\";'),('af','messages:emailblock','s:16:\"af:e-pos versper\";'),('af','messages:emailccme','s:41:\"af:E-pos vir my \'n kopie van my boodskap.\";'),('af','messages:emailccsubject','s:34:\"af:Kopie van u boodskap aan $1: $2\";'),('af','messages:emailconfirmlink','s:24:\"af:Bevestig u e-posadres\";'),('af','messages:emaildisabled','s:45:\"af:Hierdie webwerf kan nie e-poste stuur nie.\";'),('af','messages:emailfrom','s:7:\"af:Van:\";'),('af','messages:emaillink','s:14:\"af:Stuur e-pos\";'),('af','messages:emailmessage','s:12:\"af:Boodskap:\";'),('af','messages:emailnotarget','s:58:\"af:Nie-bestaande of ongeldige gebruikernaam vir ontvanger.\";'),('af','messages:emailnotauthenticated','s:111:\"af:Jou e-posadres is nog nie bevestig nie.\nGeen e-pos sal vir enige van die volgende kenmerke gestuur word nie.\";'),('af','messages:emailpagetext','s:284:\"af:As {{GENDER:$1|dié gebruiker}} \'n geldige e-posadres in sy/haar gebruikersvoorkeure het, sal hierdie vorm \'n enkele boodskap stuur. Die e-posadres in u [[Special:Preferences|gebruikersvoorkeure]] sal verskyn as die \"Van\"-adres van die pos. Dus sal die ontvanger kan terugantwoord.\";'),('af','messages:emailsend','s:8:\"af:Stuur\";'),('af','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('af','messages:emailsent','s:16:\"af:E-pos gestuur\";'),('af','messages:emailsenttext','s:24:\"af:Die e-pos is gestuur.\";'),('af','messages:emailsubject','s:13:\"af:Onderwerp:\";'),('af','messages:emailtarget','s:38:\"af:Verskaf ontvanger se gebruikersnaam\";'),('af','messages:emailto','s:7:\"af:Aan:\";'),('af','messages:emailuser','s:32:\"af:Stuur e-pos na dié gebruiker\";'),('af','messages:emailuser-summary','s:3:\"en:\";'),('af','messages:emailuser-title-notarget','s:17:\"af:E-posgebruiker\";'),('af','messages:emailuser-title-target','s:36:\"af:E-pos die {{GENDER:$1|gebruiker}}\";'),('af','messages:emailuserfooter','s:119:\"af:Hierdie e-pos is gestuur deur $1 aan $2 met behulp van die \"Stuur e-pos aan die gebruiker\"-funksie van {{SITENAME}}.\";'),('af','messages:emailusername','s:17:\"af:Gebruikernaam:\";'),('af','messages:emailusernamesubmit','s:10:\"af:Dien in\";'),('af','messages:empty-file','s:42:\"af:Die lêer wat u probeer oplaai is leeg.\";'),('af','messages:empty-username','s:26:\"en:(no username available)\";'),('af','messages:emptyfile','s:152:\"af:Die lêer wat u probeer oplaai het blyk leeg te wees. Dit mag wees omdat u \'n tikfout in die lêernaam gemaak het. Gaan asseblief na en probeer weer.\";'),('af','messages:enhancedrc-history','s:14:\"af:geskiedenis\";'),('af','messages:enhancedrc-since-last-visit','s:42:\"af:$1 {{PLURAL:$1|sedert u laaste besoek}}\";'),('af','messages:enotif_anon_editor','s:24:\"af:anonieme gebruiker $1\";'),('af','messages:enotif_body','s:618:\"af:Beste $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nSamevatting van die wysiging: $PAGESUMMARY $PAGEMINOREDIT\n\nOuteur se kontakdetails:\nE-pos: $PAGEEDITOR_EMAIL\nWiki: $PAGEEDITOR_WIKI\n\nTensy u hierdie bladsy besoek, sal u geen verdere kennisgewings ontvang nie.\nU kan ook die waarskuwingsvlag op u dophoulys stel.\n\nGroete van {{SITENAME}} se waarskuwingsstelsel.\n\n--\nU kan u e-posvoorkeure stel by:\n{{canonicalurl:{{#special:Preferences}}}}\n\nU kan u dophoulys wysig by:\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nOm die bladsy vanaf u dophoulys te verwyder, besoek:\n$UNWATCHURL\n\nTerugvoer en verdere bystand:\n$HELPPAGE\";'),('af','messages:enotif_body_intro_changed','s:117:\"af:Die bladsy $1 op {{SITENAME}} is op $PAGEEDITDATE deur {{GENDER:$2|$2}} gewysig. Sien $3 vir die huidige weergawe.\";'),('af','messages:enotif_body_intro_created','s:116:\"af:Die bladsy $1 op {{SITENAME}} is deur {{GENDER:$2|$2}} op $PAGEEDITDATE geskep. Sien $3 vir die huidige weergawe.\";'),('af','messages:enotif_body_intro_deleted','s:118:\"af:Die bladsy $1 op {{SITENAME}} is deur {{gender:$2|$2}} op $PAGEEDITDATE verwyder. Sien $3 vir die huidige weergawe.\";'),('af','messages:enotif_body_intro_moved','s:117:\"af:Die bladsy $1 op {{SITENAME}} is deur {{GENDER:$2|$2}} op $PAGEEDITDATE hernoem. Sien $3 vir die huidige weergawe.\";'),('af','messages:enotif_body_intro_restored','s:122:\"af:Die bladsy $1 op {{SITENAME}} is deur {{GENDER:$2|$2}} op $PAGEEDITDATE teruggeplaas. Sien $3 vir die huidige weergawe.\";'),('af','messages:enotif_impersonal_salutation','s:25:\"af:{{SITENAME}} gebruiker\";'),('af','messages:enotif_lastdiff','s:42:\"af:Gaan na $1 om hierdie wysiging te sien.\";'),('af','messages:enotif_lastvisited','s:53:\"af:Sien $1 vir alle wysigings sedert u laaste besoek.\";'),('af','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('af','messages:enotif_reset','s:30:\"af:Merk alle bladsye as besoek\";'),('af','messages:enotif_subject_changed','s:59:\"af:{{SITENAME}}: bladsy $1 is gewysig deur {{GENDER:$2|$2}}\";'),('af','messages:enotif_subject_created','s:58:\"af:{{SITENAME}}: bladsy $1 is geskep deur {{GENDER:$2|$2}}\";'),('af','messages:enotif_subject_deleted','s:60:\"af:{{SITENAME}}: bladsy $1 is verwyder deur {{GENDER:$2|$2}}\";'),('af','messages:enotif_subject_moved','s:59:\"af:{{SITENAME}}: bladsy $1 is geskuif deur {{GENDER:$2|$2}}\";'),('af','messages:enotif_subject_restored','s:64:\"af:{{SITENAME}}: bladsy $1 is teruggeplaas deur {{GENDER:$2|$2}}\";'),('af','messages:enterlockreason','s:75:\"af:Rede vir die sluiting,\nen beraming van wanneer ontsluiting sal plaasvind\";'),('af','messages:error','s:7:\"af:Fout\";'),('af','messages:errorpagetitle','s:7:\"af:Fout\";'),('af','messages:exbeforeblank','s:35:\"af:Inhoud voor uitwissing was: \'$1\'\";'),('af','messages:exception-nologin','s:21:\"af:Nie aangeteken nie\";'),('af','messages:exception-nologin-text','s:70:\"af:Meld aan om hierdie bladsy te sien of om die handeling uit te voer.\";'),('af','messages:exception-nologin-text-manual','s:67:\"af:U moet $1 om hierdie bladsy te wys of die handeling uit te voer.\";'),('af','messages:excontent','s:19:\"af:inhoud was: \"$1\"\";'),('af','messages:excontentauthor','s:80:\"af:Inhoud was: \"$1\" (en die enigste bydraer was [[Special:Contributions/$2|$2]])\";'),('af','messages:exif-aperturevalue','s:20:\"af:Diafragma in APEX\";'),('af','messages:exif-artist','s:9:\"af:Outeur\";'),('af','messages:exif-attributionurl','s:58:\"af:Gebruik die volgende skakel as die werk hergebruik word\";'),('af','messages:exif-bitspersample','s:22:\"af:Grepe per komponent\";'),('af','messages:exif-brightnessvalue','s:21:\"af:Helderheid in APEX\";'),('af','messages:exif-cameraownername','s:21:\"af:Eienaar van kamera\";'),('af','messages:exif-citycreated','s:31:\"af:Stad waar die foto geneem is\";'),('af','messages:exif-citydest','s:14:\"af:Stad getoon\";'),('af','messages:exif-colorspace','s:14:\"af:Kleurruimte\";'),('af','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('af','messages:exif-colorspace-65535','s:18:\"af:Nie gekalibreer\";'),('af','messages:exif-componentsconfiguration','s:31:\"af:Betekenis van elke komponent\";'),('af','messages:exif-componentsconfiguration-0','s:14:\"af:bestaan nie\";'),('af','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('af','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('af','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('af','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('af','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('af','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('af','messages:exif-compressedbitsperpixel','s:24:\"af:Beeldkompressiemetode\";'),('af','messages:exif-compression','s:19:\"af:Kompressiemetode\";'),('af','messages:exif-compression-1','s:18:\"af:Ongekompakteerd\";'),('af','messages:exif-compression-2','s:72:\"af:CCITT Groep 3 1-dimensionale aangepaste \"Huffman run length\"-kodering\";'),('af','messages:exif-compression-3','s:29:\"af:CCITT Groep 3 fakskodering\";'),('af','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('af','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('af','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('af','messages:exif-compression-4','s:29:\"af:CCITT Groep 4 fakskodering\";'),('af','messages:exif-compression-5','s:6:\"en:LZW\";'),('af','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('af','messages:exif-compression-7','s:7:\"en:JPEG\";'),('af','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('af','messages:exif-contact','s:19:\"af:Kontak inligting\";'),('af','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('af','messages:exif-contentwarning','s:25:\"af:Waarskuwing oor inhoud\";'),('af','messages:exif-contrast','s:10:\"af:Kontras\";'),('af','messages:exif-contrast-0','s:10:\"af:Normaal\";'),('af','messages:exif-contrast-1','s:6:\"af:Sag\";'),('af','messages:exif-contrast-2','s:7:\"af:Hard\";'),('af','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('af','messages:exif-copyright','s:16:\"af:Kopiereghouer\";'),('af','messages:exif-copyrighted','s:18:\"af:Outeursregstus:\";'),('af','messages:exif-copyrighted-false','s:39:\"af:Kopieregstatus nie gespesifiseer nie\";'),('af','messages:exif-copyrighted-true','s:17:\"af:Onder kopiereg\";'),('af','messages:exif-copyrightowner','s:16:\"af:Kopiereghouer\";'),('af','messages:exif-countrycodecreated','s:40:\"af:Kode van land waar die foto geneem is\";'),('af','messages:exif-countrycodedest','s:27:\"af:Kode vir die land getoon\";'),('af','messages:exif-countrycreated','s:31:\"af:Land waar die foto geneem is\";'),('af','messages:exif-countrydest','s:14:\"af:Land getoon\";'),('af','messages:exif-credit','s:21:\"af:Krediet/Verskaffer\";'),('af','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('af','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('af','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('af','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('af','messages:exif-customrendered','s:29:\"af:Aangepaste beeldverwerking\";'),('af','messages:exif-customrendered-0','s:21:\"af:Normale verwerking\";'),('af','messages:exif-customrendered-1','s:24:\"af:Aangepaste verwerking\";'),('af','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('af','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('af','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('af','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('af','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('af','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('af','messages:exif-datetime','s:31:\"af:Tydstip laaste lêerwysiging\";'),('af','messages:exif-datetimedigitized','s:34:\"af:Datum en tyd van digitalisering\";'),('af','messages:exif-datetimeexpires','s:20:\"af:Moenie gebruik na\";'),('af','messages:exif-datetimemetadata','s:41:\"af:Datum waarop metadata laas verander is\";'),('af','messages:exif-datetimeoriginal','s:23:\"af:Gegewens opgestel op\";'),('af','messages:exif-datetimereleased','s:15:\"af:Vrygestel op\";'),('af','messages:exif-dc-contributor','s:14:\"af:Medewerkers\";'),('af','messages:exif-dc-coverage','s:47:\"af:Ruimtelike of temporale omvang van die media\";'),('af','messages:exif-dc-date','s:11:\"af:Datum(s)\";'),('af','messages:exif-dc-publisher','s:11:\"af:Uitgewer\";'),('af','messages:exif-dc-relation','s:17:\"af:Verwante media\";'),('af','messages:exif-dc-rights','s:8:\"af:Regte\";'),('af','messages:exif-dc-source','s:12:\"af:Bronmedia\";'),('af','messages:exif-dc-type','s:12:\"af:Mediatipe\";'),('af','messages:exif-devicesettingdescription','s:37:\"af:Omskrywing van apparaatinstellings\";'),('af','messages:exif-digitalzoomratio','s:22:\"af:Digitale zoomfaktor\";'),('af','messages:exif-disclaimer','s:13:\"af:Voorbehoud\";'),('af','messages:exif-editstatus','s:32:\"af:Redaksionele status van beeld\";'),('af','messages:exif-event','s:25:\"af:Gebeurtenis uitgebeeld\";'),('af','messages:exif-exifversion','s:16:\"af:Exif-weergawe\";'),('af','messages:exif-exposurebiasvalue','s:24:\"af:Beligtingskompensasie\";'),('af','messages:exif-exposureindex','s:19:\"af:Beligtingsindeks\";'),('af','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('af','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('af','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('af','messages:exif-exposuremode','s:23:\"af:Beligtingsinstelling\";'),('af','messages:exif-exposuremode-0','s:24:\"af:Outomatiese beligting\";'),('af','messages:exif-exposuremode-1','s:23:\"af:Handmatige beligting\";'),('af','messages:exif-exposuremode-2','s:15:\"af:Auto-Bracket\";'),('af','messages:exif-exposureprogram','s:20:\"af:Beligtingsprogram\";'),('af','messages:exif-exposureprogram-0','s:13:\"af:Nie bepaal\";'),('af','messages:exif-exposureprogram-1','s:12:\"af:Handmatig\";'),('af','messages:exif-exposureprogram-2','s:18:\"af:Normale program\";'),('af','messages:exif-exposureprogram-3','s:23:\"af:Diafragma-prioriteit\";'),('af','messages:exif-exposureprogram-4','s:20:\"af:Sluiterprioriteit\";'),('af','messages:exif-exposureprogram-5','s:33:\"af:Kreatief (voorkeur vir diepte)\";'),('af','messages:exif-exposureprogram-6','s:45:\"af:Aksie (voorkeur vir hoër sluitersnelheid)\";'),('af','messages:exif-exposureprogram-7','s:47:\"af:Portret (nabyskoot met agtergrond uit fokus)\";'),('af','messages:exif-exposureprogram-8','s:30:\"af:Landskap (skerp agtergrond)\";'),('af','messages:exif-exposuretime','s:16:\"af:Beligtingstyd\";'),('af','messages:exif-exposuretime-format','s:14:\"af:$1 sek ($2)\";'),('af','messages:exif-filesource','s:12:\"af:Lêerbron\";'),('af','messages:exif-filesource-3','s:22:\"af:Digitale fotokamera\";'),('af','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('af','messages:exif-fixtureidentifier','s:13:\"af:Groepsnaam\";'),('af','messages:exif-flash','s:8:\"af:Flits\";'),('af','messages:exif-flash-fired-0','s:25:\"af:Flits het nie afgegaan\";'),('af','messages:exif-flash-fired-1','s:21:\"af:Flits het afgegaan\";'),('af','messages:exif-flash-function-1','s:22:\"af:Geen flitserfunksie\";'),('af','messages:exif-flash-mode-1','s:29:\"af:verpligte vuur van flitser\";'),('af','messages:exif-flash-mode-2','s:28:\"af:flitser verplig onderdruk\";'),('af','messages:exif-flash-mode-3','s:20:\"af:outomatiese modus\";'),('af','messages:exif-flash-redeye-1','s:28:\"af:vermindering van rooi oë\";'),('af','messages:exif-flash-return-0','s:40:\"af:geen stroboskoop-ontvangs-funksie nie\";'),('af','messages:exif-flash-return-2','s:43:\"af:geen stroboskoop-ontvangs raakgesien nie\";'),('af','messages:exif-flash-return-3','s:34:\"af:stroboskoop-ontvangs raakgesien\";'),('af','messages:exif-flashenergy','s:15:\"af:Flitssterkte\";'),('af','messages:exif-flashpixversion','s:33:\"af:Ondersteunde Flashpix-weergawe\";'),('af','messages:exif-fnumber','s:10:\"af:F-getal\";'),('af','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('af','messages:exif-focallength','s:20:\"af:Brandpuntsafstand\";'),('af','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('af','messages:exif-focallengthin35mmfilm','s:38:\"af:Brandpuntsafstand (35mm-ekwivalent)\";'),('af','messages:exif-focalplaneresolutionunit','s:24:\"af:Eenheid CCD-resolusie\";'),('af','messages:exif-focalplaneresolutionunit-2','s:7:\"af:duim\";'),('af','messages:exif-focalplanexresolution','s:29:\"af:Brandpuntsvlak-X-resolusie\";'),('af','messages:exif-focalplaneyresolution','s:29:\"af:Brandpuntsvlak-Y-resolusie\";'),('af','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('af','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('af','messages:exif-gaincontrol','s:15:\"af:Toneelbeheer\";'),('af','messages:exif-gaincontrol-0','s:7:\"af:Geen\";'),('af','messages:exif-gaincontrol-1','s:19:\"af:Lae pieke omhoog\";'),('af','messages:exif-gaincontrol-2','s:20:\"af:Hoë pieke omhoog\";'),('af','messages:exif-gaincontrol-3','s:19:\"af:Lae pieke omlaag\";'),('af','messages:exif-gaincontrol-4','s:20:\"af:Hoë pieke omlaag\";'),('af','messages:exif-giffilecomment','s:25:\"af:Opmerking in GIF-lêer\";'),('af','messages:exif-gpsaltitude','s:9:\"af:Hoogte\";'),('af','messages:exif-gpsaltitude-above-sealevel','s:39:\"af:$1 {{PLURAL:$1|meter}} bo seespieël\";'),('af','messages:exif-gpsaltitude-below-sealevel','s:42:\"af:$1 {{PLURAL:$1|meter}} onder seespieël\";'),('af','messages:exif-gpsaltituderef','s:18:\"af:Hoogteverwysing\";'),('af','messages:exif-gpsareainformation','s:22:\"af:Naam van GPS-gebied\";'),('af','messages:exif-gpsdatestamp','s:12:\"af:GPS-datum\";'),('af','messages:exif-gpsdestbearing','s:24:\"af:Rigting na bestemming\";'),('af','messages:exif-gpsdestbearingref','s:42:\"af:Verwysing na ligging van die bestemming\";'),('af','messages:exif-gpsdestdistance','s:24:\"af:Afstand na bestemming\";'),('af','messages:exif-gpsdestdistance-k','s:13:\"af:Kilometers\";'),('af','messages:exif-gpsdestdistance-m','s:7:\"af:Myle\";'),('af','messages:exif-gpsdestdistance-n','s:10:\"af:Seemyle\";'),('af','messages:exif-gpsdestdistanceref','s:39:\"af:Verwysing vir afstand tot bestemming\";'),('af','messages:exif-gpsdestlatitude','s:26:\"af:Breedtegraad bestemming\";'),('af','messages:exif-gpsdestlatituderef','s:45:\"af:Verwysing na breedtelyn van die bestemming\";'),('af','messages:exif-gpsdestlongitude','s:25:\"af:Lengtegraad bestemming\";'),('af','messages:exif-gpsdestlongituderef','s:44:\"af:Verwysing na lengtelyn van die bestemming\";'),('af','messages:exif-gpsdifferential','s:31:\"af:Differensiële GPS-korreksie\";'),('af','messages:exif-gpsdirection-m','s:21:\"af:Magnetiese rigting\";'),('af','messages:exif-gpsdirection-t','s:16:\"af:Regte rigting\";'),('af','messages:exif-gpsdop','s:15:\"af:Meetpresisie\";'),('af','messages:exif-gpsdop-excellent','s:18:\"af:Uitstekend ($1)\";'),('af','messages:exif-gpsdop-fair','s:15:\"af:Redelik ($1)\";'),('af','messages:exif-gpsdop-good','s:12:\"af:Goed ($1)\";'),('af','messages:exif-gpsdop-moderate','s:17:\"af:Gemiddeld ($1)\";'),('af','messages:exif-gpsdop-poor','s:12:\"af:Sleg ($1)\";'),('af','messages:exif-gpsimgdirection','s:20:\"af:Rigting van beeld\";'),('af','messages:exif-gpsimgdirectionref','s:34:\"af:Verwysing vir rigting van beeld\";'),('af','messages:exif-gpslatitude','s:15:\"af:Breedtegraad\";'),('af','messages:exif-gpslatitude-n','s:17:\"af:Noorderbreedte\";'),('af','messages:exif-gpslatitude-s','s:16:\"af:Suiderbreedte\";'),('af','messages:exif-gpslatituderef','s:28:\"af:Noorder- of suiderbreedte\";'),('af','messages:exif-gpslongitude','s:14:\"af:Lengtegraad\";'),('af','messages:exif-gpslongitude-e','s:15:\"af:Oosterlengte\";'),('af','messages:exif-gpslongitude-w','s:15:\"af:Westerlengte\";'),('af','messages:exif-gpslongituderef','s:26:\"af:Ooster- of westerlengte\";'),('af','messages:exif-gpsmapdatum','s:61:\"af:Daar word van aardmeetkundige ondersoekdata gebruik gemaak\";'),('af','messages:exif-gpsmeasuremode','s:12:\"af:Meetmodus\";'),('af','messages:exif-gpsmeasuremode-2','s:24:\"af:2-dimensionele meting\";'),('af','messages:exif-gpsmeasuremode-3','s:24:\"af:3-dimensionele meting\";'),('af','messages:exif-gpsprocessingmethod','s:24:\"af:GPS-verwerkingsmetode\";'),('af','messages:exif-gpssatellites','s:32:\"af:Satelliete gebruik vir meting\";'),('af','messages:exif-gpsspeed','s:29:\"af:Snelheid van GPS-ontvanger\";'),('af','messages:exif-gpsspeed-k','s:20:\"af:Kilometer per uur\";'),('af','messages:exif-gpsspeed-m','s:15:\"af:Myl per huur\";'),('af','messages:exif-gpsspeed-n','s:8:\"af:Knope\";'),('af','messages:exif-gpsspeedref','s:19:\"af:Snelheid eenheid\";'),('af','messages:exif-gpsstatus','s:18:\"af:Ontvangerstatus\";'),('af','messages:exif-gpsstatus-a','s:19:\"af:Besig met meting\";'),('af','messages:exif-gpsstatus-v','s:25:\"af:Meetinteroperabiliteit\";'),('af','messages:exif-gpstimestamp','s:26:\"af:GPS-tyd (atoomhorlosie)\";'),('af','messages:exif-gpstrack','s:19:\"af:Bewegingsrigting\";'),('af','messages:exif-gpstrackref','s:33:\"af:Verwysing vir bewegingsrigting\";'),('af','messages:exif-gpsversionid','s:21:\"af:GPS-merkerweergawe\";'),('af','messages:exif-headline','s:10:\"af:Opskrif\";'),('af','messages:exif-identifier','s:5:\"af:Id\";'),('af','messages:exif-iimcategory','s:12:\"af:Kategorie\";'),('af','messages:exif-iimcategory-ace','s:27:\"af:Kuns, kultuur en vermaak\";'),('af','messages:exif-iimcategory-clj','s:21:\"af:Misdaad en die reg\";'),('af','messages:exif-iimcategory-dis','s:21:\"af:Rampe en ongelukke\";'),('af','messages:exif-iimcategory-edu','s:11:\"af:Onderwys\";'),('af','messages:exif-iimcategory-evn','s:11:\"af:Omgewing\";'),('af','messages:exif-iimcategory-fin','s:24:\"af:Ekonomie en besigheid\";'),('af','messages:exif-iimcategory-hth','s:13:\"af:Gesondheid\";'),('af','messages:exif-iimcategory-hum','s:18:\"af:Menslike belang\";'),('af','messages:exif-iimcategory-lab','s:9:\"af:Arbeid\";'),('af','messages:exif-iimcategory-lif','s:26:\"af:Leefstyl en ontspanning\";'),('af','messages:exif-iimcategory-pol','s:11:\"af:Politiek\";'),('af','messages:exif-iimcategory-rel','s:22:\"af:Godsdiens en geloof\";'),('af','messages:exif-iimcategory-sci','s:26:\"af:Wetenskap en tegnologie\";'),('af','messages:exif-iimcategory-soi','s:19:\"af:Sosiale kwessies\";'),('af','messages:exif-iimcategory-spo','s:8:\"af:Sport\";'),('af','messages:exif-iimcategory-war','s:27:\"af:Oorlog, konflik en onrus\";'),('af','messages:exif-iimcategory-wea','s:7:\"af:Weer\";'),('af','messages:exif-iimsupplementalcategory','s:26:\"af:Aanvullende kategorieë\";'),('af','messages:exif-iimversion','s:15:\"af:IIM-weergawe\";'),('af','messages:exif-imagedescription','s:13:\"af:Beeldtitel\";'),('af','messages:exif-imagelength','s:9:\"af:Hoogte\";'),('af','messages:exif-imageuniqueid','s:18:\"af:Unieke beeld ID\";'),('af','messages:exif-imagewidth','s:10:\"af:Breedte\";'),('af','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('af','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('af','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('af','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('af','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('af','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('af','messages:exif-intellectualgenre','s:12:\"af:Tipe item\";'),('af','messages:exif-isospeedratings','s:17:\"af:ISO/ASA-waarde\";'),('af','messages:exif-isospeedratings-overflow','s:18:\"af:Groter as 65535\";'),('af','messages:exif-jpegfilecomment','s:26:\"af:Opmerking in JPEG-lêer\";'),('af','messages:exif-jpeginterchangeformat','s:22:\"af:Afstand na JPEG SOI\";'),('af','messages:exif-jpeginterchangeformatlength','s:26:\"af:Grepe van JPEG-gegewens\";'),('af','messages:exif-keywords','s:16:\"af:Sleutelwoorde\";'),('af','messages:exif-label','s:9:\"af:Etiket\";'),('af','messages:exif-languagecode','s:7:\"af:Taal\";'),('af','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('af','messages:exif-lens','s:15:\"af:Lens gebruik\";'),('af','messages:exif-licenseurl','s:28:\"af:URL vir kopiereg-lisensie\";'),('af','messages:exif-lightsource','s:10:\"af:Ligbron\";'),('af','messages:exif-lightsource-0','s:11:\"af:Onbekend\";'),('af','messages:exif-lightsource-1','s:9:\"af:Sonlig\";'),('af','messages:exif-lightsource-10','s:16:\"af:Bewolkte weer\";'),('af','messages:exif-lightsource-11','s:11:\"af:Skaduwee\";'),('af','messages:exif-lightsource-12','s:42:\"af:Daglig fluoresserend (D 5700 – 7100K)\";'),('af','messages:exif-lightsource-13','s:40:\"af:Dagwit fluoresserend (N 4600 - 5400K)\";'),('af','messages:exif-lightsource-14','s:42:\"af:Koel wit fluoresserend (W 3900 - 4500K)\";'),('af','messages:exif-lightsource-15','s:38:\"af:Wit fluoresserend (WW 3200 - 3700K)\";'),('af','messages:exif-lightsource-17','s:18:\"af:Standaard lig A\";'),('af','messages:exif-lightsource-18','s:18:\"af:Standaard lig B\";'),('af','messages:exif-lightsource-19','s:18:\"af:Standaard lig C\";'),('af','messages:exif-lightsource-2','s:16:\"af:Fluoresserend\";'),('af','messages:exif-lightsource-20','s:6:\"en:D55\";'),('af','messages:exif-lightsource-21','s:6:\"en:D65\";'),('af','messages:exif-lightsource-22','s:6:\"en:D75\";'),('af','messages:exif-lightsource-23','s:6:\"en:D50\";'),('af','messages:exif-lightsource-24','s:21:\"af:ISO-studiotungsten\";'),('af','messages:exif-lightsource-255','s:16:\"af:Ander ligbron\";'),('af','messages:exif-lightsource-3','s:21:\"af:Tungsten (lamplig)\";'),('af','messages:exif-lightsource-4','s:8:\"af:Flits\";'),('af','messages:exif-lightsource-9','s:12:\"af:Mooi weer\";'),('af','messages:exif-locationdest','s:18:\"af:Plek uitgebeeld\";'),('af','messages:exif-locationdestcode','s:35:\"af:Kode van die uitgebeelde ligging\";'),('af','messages:exif-make','s:22:\"af:Kameravervaardiger:\";'),('af','messages:exif-make-value','s:5:\"en:$1\";'),('af','messages:exif-maxaperturevalue','s:30:\"af:Maksimale diafragma-opening\";'),('af','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('af','messages:exif-meteringmode','s:23:\"af:Metode van ligmeting\";'),('af','messages:exif-meteringmode-0','s:11:\"af:Onbekend\";'),('af','messages:exif-meteringmode-1','s:12:\"af:Gemiddeld\";'),('af','messages:exif-meteringmode-2','s:27:\"af:SentrumGeweegdeGemiddeld\";'),('af','messages:exif-meteringmode-255','s:8:\"af:Ander\";'),('af','messages:exif-meteringmode-3','s:7:\"af:Spot\";'),('af','messages:exif-meteringmode-4','s:13:\"af:Multi-spot\";'),('af','messages:exif-meteringmode-5','s:10:\"af:Patroon\";'),('af','messages:exif-meteringmode-6','s:14:\"af:Gedeeltelik\";'),('af','messages:exif-model','s:14:\"af:Kameramodel\";'),('af','messages:exif-model-value','s:5:\"en:$1\";'),('af','messages:exif-morepermissionsurl','s:34:\"af:Alternatiewe lisensie-inligting\";'),('af','messages:exif-nickname','s:31:\"af:Informele naam van die beeld\";'),('af','messages:exif-objectcycle','s:47:\"af:Tyd van die dag waarvoor die media bedoel is\";'),('af','messages:exif-objectcycle-a','s:15:\"af:Slegs oggend\";'),('af','messages:exif-objectcycle-b','s:26:\"af:Beide môre en die aand\";'),('af','messages:exif-objectcycle-p','s:13:\"af:Slegs aand\";'),('af','messages:exif-objectname','s:13:\"af:Kort titel\";'),('af','messages:exif-organisationinimage','s:25:\"af:Organisasie uitgebeeld\";'),('af','messages:exif-orientation','s:14:\"af:Oriëntasie\";'),('af','messages:exif-orientation-1','s:10:\"af:Normaal\";'),('af','messages:exif-orientation-2','s:24:\"af:Horisontaal gespieël\";'),('af','messages:exif-orientation-3','s:16:\"af:180° gedraai\";'),('af','messages:exif-orientation-4','s:22:\"af:Vertikaal gespieël\";'),('af','messages:exif-orientation-5','s:37:\"af:Spieëlbeeld van linksbo-regsonder\";'),('af','messages:exif-orientation-6','s:23:\"af:90° linksom gedraai\";'),('af','messages:exif-orientation-7','s:37:\"af:Spieëlbeeld van linksonder-regsbo\";'),('af','messages:exif-orientation-8','s:22:\"af:90° regsom gedraai\";'),('af','messages:exif-originaldocumentid','s:43:\"af:Unieke ID van die oorspronklike dokument\";'),('af','messages:exif-originalimageheight','s:37:\"af:Hoogte van beeld voor dit besny is\";'),('af','messages:exif-originalimagewidth','s:36:\"af:Wydte van beeld voor dit besny is\";'),('af','messages:exif-originaltransmissionref','s:41:\"af:Oorspronklike transmissie-liggingskode\";'),('af','messages:exif-personinimage','s:21:\"af:Persoon uitgebeeld\";'),('af','messages:exif-photometricinterpretation','s:20:\"af:Piksel-komposisie\";'),('af','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('af','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('af','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('af','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('af','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('af','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('af','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('af','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('af','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('af','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('af','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('af','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('af','messages:exif-pixelxdimension','s:13:\"af:Beeldwydte\";'),('af','messages:exif-pixelydimension','s:14:\"af:Beeldhoogte\";'),('af','messages:exif-planarconfiguration','s:16:\"af:Datastruktuur\";'),('af','messages:exif-planarconfiguration-1','s:21:\"af:chunky dataformaat\";'),('af','messages:exif-planarconfiguration-2','s:20:\"af:planar dataformat\";'),('af','messages:exif-pngfilecomment','s:25:\"af:Opmerking in PNG-lêer\";'),('af','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('af','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('af','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('af','messages:exif-preferredattributionname','s:61:\"af:Krediteer die volgende persone as die werk hergebruik word\";'),('af','messages:exif-primarychromaticities','s:35:\"af:Chromasiteit van primêre kleure\";'),('af','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('af','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('af','messages:exif-provinceorstatecreated','s:45:\"af:Provinsie of staat waar die foto geneem is\";'),('af','messages:exif-provinceorstatedest','s:28:\"af:Provinsie of staat getoon\";'),('af','messages:exif-rating','s:21:\"af:Waardering (uit 5)\";'),('af','messages:exif-rating-rejected','s:10:\"af:Afgewys\";'),('af','messages:exif-referenceblackwhite','s:38:\"af:Paar swart en wit verwysingswaardes\";'),('af','messages:exif-relatedsoundfile','s:22:\"af:Verwante klanklêer\";'),('af','messages:exif-rightscertificate','s:25:\"af:Regtebeheersertifikaat\";'),('af','messages:exif-rowsperstrip','s:17:\"af:Rye per strook\";'),('af','messages:exif-samplesperpixel','s:20:\"af:Aantal komponente\";'),('af','messages:exif-saturation','s:14:\"af:Versadiging\";'),('af','messages:exif-saturation-0','s:10:\"af:Normaal\";'),('af','messages:exif-saturation-1','s:7:\"af:Laag\";'),('af','messages:exif-saturation-2','s:7:\"af:Hoog\";'),('af','messages:exif-scenecapturetype','s:15:\"af:Soort opname\";'),('af','messages:exif-scenecapturetype-0','s:12:\"af:Standaard\";'),('af','messages:exif-scenecapturetype-1','s:11:\"af:Landskap\";'),('af','messages:exif-scenecapturetype-2','s:10:\"af:Portret\";'),('af','messages:exif-scenecapturetype-3','s:12:\"af:Nagtoneel\";'),('af','messages:exif-scenecode','s:18:\"af:IPTC toneelkode\";'),('af','messages:exif-scenetype','s:15:\"af:Soort toneel\";'),('af','messages:exif-scenetype-1','s:33:\"af:\'n Direk gefotografeerde beeld\";'),('af','messages:exif-sensingmethod','s:13:\"af:Meetmetode\";'),('af','messages:exif-sensingmethod-1','s:15:\"af:Ongedefineer\";'),('af','messages:exif-sensingmethod-2','s:24:\"af:Eén-chip-kleursensor\";'),('af','messages:exif-sensingmethod-3','s:24:\"af:Twee-chip-kleursensor\";'),('af','messages:exif-sensingmethod-4','s:24:\"af:Drie-chip-kleursensor\";'),('af','messages:exif-sensingmethod-5','s:30:\"af:Kleurvolgende gebiedssensor\";'),('af','messages:exif-sensingmethod-7','s:20:\"af:Drielynige sensor\";'),('af','messages:exif-sensingmethod-8','s:26:\"af:Kleurvolgende lynsensor\";'),('af','messages:exif-serialnumber','s:29:\"af:Reeksnommer van die kamera\";'),('af','messages:exif-sharpness','s:10:\"af:Skerpte\";'),('af','messages:exif-sharpness-0','s:10:\"af:Normaal\";'),('af','messages:exif-sharpness-1','s:6:\"af:Sag\";'),('af','messages:exif-sharpness-2','s:7:\"af:Hard\";'),('af','messages:exif-shutterspeedvalue','s:26:\"af:Sluitersnelheid in APEX\";'),('af','messages:exif-software','s:20:\"af:Sagteware gebruik\";'),('af','messages:exif-software-value','s:5:\"en:$1\";'),('af','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('af','messages:exif-source','s:7:\"af:Bron\";'),('af','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('af','messages:exif-specialinstructions','s:23:\"af:Spesiale instruksies\";'),('af','messages:exif-spectralsensitivity','s:25:\"af:Spektrale gevoeligheid\";'),('af','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('af','messages:exif-stripbytecounts','s:34:\"af:Grepe per gekompakteerde strook\";'),('af','messages:exif-stripoffsets','s:28:\"af:Ligging van beeldgegewens\";'),('af','messages:exif-subjectarea','s:14:\"af:Objekruimte\";'),('af','messages:exif-subjectdistance','s:23:\"af:Afstand na onderwerp\";'),('af','messages:exif-subjectdistance-value','s:11:\"af:$1 meter\";'),('af','messages:exif-subjectdistancerange','s:22:\"af:Bereik objekafstand\";'),('af','messages:exif-subjectdistancerange-0','s:11:\"af:Onbekend\";'),('af','messages:exif-subjectdistancerange-1','s:8:\"af:Makro\";'),('af','messages:exif-subjectdistancerange-2','s:7:\"af:Naby\";'),('af','messages:exif-subjectdistancerange-3','s:11:\"af:Vêr weg\";'),('af','messages:exif-subjectlocation','s:15:\"af:Objekligging\";'),('af','messages:exif-subjectnewscode','s:16:\"af:Onderwerpkode\";'),('af','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('af','messages:exif-sublocationcreated','s:49:\"af:Voorstad van die stad waar die beeld geneem is\";'),('af','messages:exif-sublocationdest','s:23:\"af:Deel van stad getoon\";'),('af','messages:exif-subsectime','s:24:\"af:Datum tyd subsekondes\";'),('af','messages:exif-subsectimedigitized','s:36:\"af:Subsekondes tydstip digitalisasie\";'),('af','messages:exif-subsectimeoriginal','s:36:\"af:Subsekondes tydstip datagenerasie\";'),('af','messages:exif-unknowndate','s:17:\"af:Datum onbekend\";'),('af','messages:exif-urgency','s:15:\"af:Dringendheid\";'),('af','messages:exif-urgency-high','s:12:\"af:Hoog ($1)\";'),('af','messages:exif-urgency-low','s:14:\"af:Laag ( $1 )\";'),('af','messages:exif-urgency-normal','s:15:\"af:Normaal ($1)\";'),('af','messages:exif-urgency-other','s:42:\"af:Gebruiker-gedefinieerde prioriteit ($1)\";'),('af','messages:exif-usageterms','s:22:\"af:Gebruiksvoorwaardes\";'),('af','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('af','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('af','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('af','messages:exif-usercomment','s:13:\"af:Opmerkings\";'),('af','messages:exif-webstatement','s:32:\"af:Aanlyn outeursregteverklaring\";'),('af','messages:exif-whitebalance','s:12:\"af:Witbalans\";'),('af','messages:exif-whitebalance-0','s:24:\"af:Outomatiese witbalans\";'),('af','messages:exif-whitebalance-1','s:23:\"af:Handmatige witbalans\";'),('af','messages:exif-whitepoint','s:22:\"af:Witpuntchromasiteit\";'),('af','messages:exif-worldregioncreated','s:40:\"af:Wêreldstreek waar die foto geneem is\";'),('af','messages:exif-worldregiondest','s:21:\"af:Wêrelddeel getoon\";'),('af','messages:exif-writer','s:10:\"af:Skrywer\";'),('af','messages:exif-xresolution','s:24:\"af:Horisontale resolusie\";'),('af','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('af','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('af','messages:exif-ycbcrcoefficients','s:58:\"af:Transformasiematriks-koëffisiënte vir die kleurruimte\";'),('af','messages:exif-ycbcrpositioning','s:24:\"af:Y- en C-posisionering\";'),('af','messages:exif-ycbcrpositioning-1','s:14:\"af:Gesentreerd\";'),('af','messages:exif-ycbcrpositioning-2','s:11:\"af:Val saam\";'),('af','messages:exif-ycbcrsubsampling','s:34:\"af:Subsampleverhouding van Y tot C\";'),('af','messages:exif-yresolution','s:22:\"af:Vertikale resolusie\";'),('af','messages:expand_templates_generate_rawhtml','s:15:\"af:Wys rou HTML\";'),('af','messages:expand_templates_generate_xml','s:25:\"af:Wys XML-ontledingsboom\";'),('af','messages:expand_templates_html_output','s:18:\"af:Rou HTML-afvoer\";'),('af','messages:expand_templates_input','s:14:\"af:Invoerteks:\";'),('af','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('af','messages:expand_templates_intro','s:353:\"af:Hierdie spesiale bladsy lees die invoerteks en vervang al die sjablone rekursief.\nDit vervang ook ontlederfunksies soos\n<nowiki>{{</nowiki>#language:…}}, en veranderlikes soos\n<nowiki>{{</nowiki>CURRENTDAY}}&mdash; omtrent alles tussen dubbele krulhakkies word vervang.\nDit word gedoen deur die relevante funksies in die MediaWiki-ontleder te roep.\";'),('af','messages:expand_templates_ok','s:5:\"af:OK\";'),('af','messages:expand_templates_output','s:12:\"af:Resultaat\";'),('af','messages:expand_templates_preview','s:11:\"af:Voorskou\";'),('af','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('af','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('af','messages:expand_templates_remove_comments','s:22:\"af:Verwyder kommentaar\";'),('af','messages:expand_templates_remove_nowiki','s:47:\"af:Onderdruk <nowiki> etikette in die resultaat\";'),('af','messages:expand_templates_title','s:50:\"af:Kontekstitel, vir {{FULLPAGENAME}}, ensovoorts:\";'),('af','messages:expand_templates_xml_output','s:13:\"af:XML-afvoer\";'),('af','messages:expandtemplates','s:20:\"af:Brei sjablone uit\";'),('af','messages:expansion-depth-exceeded-category','s:49:\"af:Bladsye waar die uitbreidingsdiepte oorskry is\";'),('af','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('af','messages:expansion-depth-exceeded-warning','s:36:\"af:Die bladsy bevat te veel sjablone\";'),('af','messages:expensive-parserfunction-category','s:51:\"af:Bladsye wat te veel duur ontlederfunkies gebruik\";'),('af','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('af','messages:expensive-parserfunction-warning','s:153:\"af:Waarskuwing: Die bladsy gebruik te veel duur ontlederfunksies.\n\nDaar is {{PLURAL:$1|$1 funksie|$1 funksies}}, terwyl die bladsy minder as $2 moet hê.\";'),('af','messages:explainconflict','s:318:\"af:Iemand anders het hierdie bladsy gewysig sedert u dit begin wysig het.\nDie boonste invoerboks het die teks wat tans bestaan.\nU wysigings word in die onderste invoerboks gewys.\nU sal u wysigings moet saamsmelt met die huidige teks.\n\'\'\'Slegs\'\'\' die teks in die boonste invoerboks sal gestoor word wanneer u \"$1\" druk.\";'),('af','messages:export','s:21:\"af:Eksporteer bladsye\";'),('af','messages:export-addcat','s:10:\"af:Voeg by\";'),('af','messages:export-addcattext','s:33:\"af:Voeg bladsye by van kategorie:\";'),('af','messages:export-addns','s:9:\"af:Byvoeg\";'),('af','messages:export-addnstext','s:48:\"af:Voeg bladsye uit die volgende naamruimtes by:\";'),('af','messages:export-download','s:17:\"af:Stoor as lêer\";'),('af','messages:export-manual','s:22:\"en:Add pages manually:\";'),('af','messages:export-pagelinks','s:49:\"af:Sluit geskakelde bladsye by tot \'n diepte van:\";'),('af','messages:export-submit','s:13:\"af:Eksporteer\";'),('af','messages:export-summary','s:3:\"en:\";'),('af','messages:export-templates','s:20:\"af:Sluit sjablone in\";'),('af','messages:exportall','s:26:\"af:Eksporteer alle bladsye\";'),('af','messages:exportcuronly','s:60:\"af:Slegs die nuutste weergawes, sonder volledige geskiedenis\";'),('af','messages:exportlistauthors','s:55:\"af:Sluit \'n volledige lys van outeurs op elke bladsy in\";'),('af','messages:exportnohistory','s:101:\"af:----\n\'\'\'Let op:\'\'\' as gevolg van werkverrigting is die uitvoer volledige geskiedenis gedeaktiveer.\";'),('af','messages:exporttext','s:556:\"af:U kan die teks en geskiedenis van \'n bladsy of bladsye na XML-formaat eksporteer.\nDie eksportlêer kan daarna op enige ander MediaWiki-webwerf via die [[Special:Import|importeer bladsy]] skakel gelaai word.\n\nVerskaf die name van die bladsye wat geëksporteer moet word in die onderstaande veld, een bladsy per lyn, en kies of u alle weergawes (met geskiedenis) of slegs die nuutste weergawe soek.\n\nIn die laaste geval kan u ook \'n verwysing gebruik, byvoorbeeld [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] vir die bladsy \"[[{{MediaWiki:Mainpage}}]]\".\";'),('af','messages:external_image_whitelist','s:479:\"af:  #Laat hierdie reël onveranderd<pre>\n#Plaas reguliere ekspressiefragmente (slegs die deel tussen //) hieronder\n#Hierdie word vergelyk met die URL\'s van eksterne (warm-geskakelde) beelde\n#Die wat oplyn word as beelde vertoon, andersins word slegs \'n skakel na die beeld gewys\n#Reëls wat met \"#\" begin word as opmerkings hanteer\n#Hierdie lys is nie gevoelig vir hoofletters nie.\n\n#Plaas alle reguliere expressiefragmente bo hierdie reël. Laat hierdie reël onveranderd</pre>\";'),('af','messages:externaldberror','s:117:\"af:\'n Databasisfout het tydens aanmelding voorgekom of u het nie toestemming om u eksterne rekening op te dateer nie.\";'),('af','messages:faq','s:15:\"af:Gewilde vrae\";'),('af','messages:feb','s:7:\"af:Feb.\";'),('af','messages:february','s:12:\"af:Februarie\";'),('af','messages:february-gen','s:12:\"af:Februarie\";'),('af','messages:feed-atom','s:7:\"en:Atom\";'),('af','messages:feed-invalid','s:36:\"af:Voertipe word nie ondersteun nie.\";'),('af','messages:feed-rss','s:6:\"en:RSS\";'),('af','messages:feed-unavailable','s:35:\"af:Sindikasievoer is nie beskikbaar\";'),('af','messages:feedback-adding','s:44:\"af:U terugvoer word op die bladsy geplaas...\";'),('af','messages:feedback-back','s:8:\"af:Terug\";'),('af','messages:feedback-bugcheck','s:74:\"af:Gaaf! Kontroleer of dit nie dalk een van die [$1 bekende foute] is nie.\";'),('af','messages:feedback-bugnew','s:48:\"af:Ek het gekontroleer. Rapporteer \'n nuwe fout.\";'),('af','messages:feedback-bugornote','s:250:\"af:As u reg is om \'n tegniese probleem in detail te beskryf, [$1 rapporteer \'n fout].\nAnders kan u die eenvoudige vorm hieronder gebruik. U kommentaar sal by die bladsy \"[$3 $2]\", saam met u gebruikersnaam en die webblaaier wat u gebruik gevoeg word.\";'),('af','messages:feedback-cancel','s:13:\"af:Kanselleer\";'),('af','messages:feedback-close','s:9:\"af:Gedoen\";'),('af','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('af','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('af','messages:feedback-error1','s:40:\"af:Fout: onbekende resultaat van die API\";'),('af','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('af','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('af','messages:feedback-message','s:12:\"af:Boodskap:\";'),('af','messages:feedback-subject','s:13:\"af:Onderwerp:\";'),('af','messages:feedback-submit','s:10:\"af:Dien in\";'),('af','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('af','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('af','messages:feedback-thanks','s:58:\"af:Dankie! U terugvoer is op die bladsy \"[$2 $1]\" geplaas.\";'),('af','messages:feedback-thanks-title','s:15:\"af:Baie dankie!\";'),('af','messages:feedback-useragent','s:14:\"en:User agent:\";'),('af','messages:fewestrevisions','s:36:\"af:Artikels met die minste wysigings\";'),('af','messages:fewestrevisions-summary','s:3:\"en:\";'),('af','messages:file-anchor-link','s:8:\"af:Lêer\";'),('af','messages:file-deleted-duplicate','s:175:\"af:\'n Lêer identies aan dié een ([[:$1]]) was al voorheen geskrap. <br />\nDit word aanbeveel dat u die lêer se skrapgeskiedenis besigtig voor u poog om dit weer op te laai.\";'),('af','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('af','messages:file-exists-duplicate','s:73:\"af:Die lêer is \'n duplikaat van die volgende {{PLURAL:$1|lêer|lêers}}:\";'),('af','messages:file-exists-sharedrepo','s:96:\"af:Hierdie lêernaam bestaan reeds in \'n gedeelde mediabank.\nKies asseblief \'n andere lêernaam.\";'),('af','messages:file-info','s:34:\"af:lêergrootte: $1, MIME-tipe: $2\";'),('af','messages:file-info-gif-frames','s:29:\"af:$1 {{PLURAL:$1|raam|rame}}\";'),('af','messages:file-info-gif-looped','s:12:\"af:herhalend\";'),('af','messages:file-info-png-frames','s:29:\"af:$1 {{PLURAL:$1|raam|rame}}\";'),('af','messages:file-info-png-looped','s:12:\"af:herhalend\";'),('af','messages:file-info-png-repeat','s:37:\"af:$1 {{PLURAL:$1|keer|kere}} gespeel\";'),('af','messages:file-info-size','s:52:\"af:$1 × $2 piksels, lêergrootte: $3, MIME-tipe: $4\";'),('af','messages:file-info-size-pages','s:85:\"af:$1 × $2 piksels, lêergrootte: $3, MIME-tipe: $4, $5 {{PLURAL:$5|bladsy|bladsye}}\";'),('af','messages:file-no-thumb-animation','s:104:\"af:\'\'\'Let op: vanweë tegniese beperkinge, kan duimnaels van die lêer nie geanimeerd gewys word nie.\'\'\'\";'),('af','messages:file-no-thumb-animation-gif','s:120:\"af:\'\'\'Let op: vanweë tegniese beperkinge, kan duimnaels met hoë resolusie GIF-lêers nie geanimeerd gewys word nie.\'\'\'\";'),('af','messages:file-nohires','s:42:\"af:Geen hoër resolusie is beskikbaar nie.\";'),('af','messages:file-thumbnail-no','s:206:\"af:Die lêernaam begin met <strong>$1</strong>.\nDit lyk na \'n verkleinde beeld \'\'(duimnael)\'\'.\nAs u hierdie beeld in volle resolusie het, laai dit asseblief op.\nIndien nie, verander asseblief die lêernaam.\";'),('af','messages:file-too-large','s:46:\"af:Die lêer wat u probeer oplaai is te groot.\";'),('af','messages:filecopyerror','s:46:\"af:Kon nie lêer van \"$1\" na \"$2\" kopieer nie.\";'),('af','messages:filedelete','s:11:\"af:Skrap $1\";'),('af','messages:filedelete-archive-read-only','s:61:\"af:Die webbediener kan nie na die argief-gids \"$1\" skryf nie.\";'),('af','messages:filedelete-comment','s:8:\"af:Rede:\";'),('af','messages:filedelete-current-unregistered','s:62:\"af:Die gespesifiseerde lêer \"$1\" is nie in die databasis nie.\";'),('af','messages:filedelete-edit-reasonlist','s:20:\"af:Wysig skrap redes\";'),('af','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('af','messages:filedelete-intro','s:106:\"af:U is op die punt om die lêer \'\'\'[[Media:$1|$1]]\'\'\' te verwyder, inklusief alle ouer weergawes daarvan.\";'),('af','messages:filedelete-intro-old','s:84:\"af:U is besig om die weergawe van \'\'\'[[Media:$1|$1]]\'\'\' van [$4 $3, $2] te verwyder.\";'),('af','messages:filedelete-legend','s:14:\"af:Skrap lêer\";'),('af','messages:filedelete-maintenance','s:83:\"af:Die verwydering en terugplasing van lêers is tydelik opgeskort weens onderhoud.\";'),('af','messages:filedelete-maintenance-title','s:31:\"af:Kan nie die lêer skrap nie.\";'),('af','messages:filedelete-missing','s:65:\"af:Die lêer \"$1\" kan nie geskrap word nie, want dit bestaan nie.\";'),('af','messages:filedelete-nofile','s:24:\"af:\'\'\'$1\'\'\' bestaan nie.\";'),('af','messages:filedelete-nofile-old','s:85:\"af:Daar is geen weergawe van \'\'\'$1\'\'\' in die argief met die aangegewe eienskappe nie.\";'),('af','messages:filedelete-old-unregistered','s:70:\"af:Die gespesifiseerde lêerweergawe \"$1\" is nie in die databasis nie.\";'),('af','messages:filedelete-otherreason','s:21:\"af:Ander/ekstra rede:\";'),('af','messages:filedelete-reason-dropdown','s:67:\"af:*Algemene skrappingsredes:\n** Kopieregskending\n** Duplikaatlêer\";'),('af','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('af','messages:filedelete-reason-otherlist','s:14:\"af:Andere rede\";'),('af','messages:filedelete-submit','s:8:\"af:Skrap\";'),('af','messages:filedelete-success','s:23:\"af:\'\'\'$1\'\'\' is geskrap.\";'),('af','messages:filedelete-success-old','s:63:\"af:Die weergawe van \'\'\'[[Media:$1|$1]]\'\'\' op $3, $2 is geskrap.\";'),('af','messages:filedeleteerror','s:32:\"af:Kon nie lêer \"$1\" skrap nie.\";'),('af','messages:filedeleteerror-long','s:57:\"af:Foute het voorgekom by die skraping van die lêer:\n\n$1\";'),('af','messages:filedeleteerror-short','s:37:\"af:Fout met verwydering van lêer: $1\";'),('af','messages:filedesc','s:12:\"af:Opsomming\";'),('af','messages:fileduplicatesearch','s:23:\"af:Soek duplikaatlêers\";'),('af','messages:fileduplicatesearch-filename','s:13:\"af:Lêernaam:\";'),('af','messages:fileduplicatesearch-info','s:60:\"af:$1 × $2 piksels<br />Lêergrootte: $3<br />MIME-tipe: $4\";'),('af','messages:fileduplicatesearch-noresults','s:46:\"af:Daar is nie \'n lêer met die naam \"$1\" nie.\";'),('af','messages:fileduplicatesearch-result-1','s:51:\"af:Die lêer \"$1\" het geen identiese duplikate nie.\";'),('af','messages:fileduplicatesearch-result-n','s:83:\"af:Die lêer \"$1\" het {{PLURAL:$2|een identiese duplikaat|$2 identiese duplikate}}.\";'),('af','messages:fileduplicatesearch-submit','s:7:\"af:Soek\";'),('af','messages:fileduplicatesearch-summary','s:51:\"af:Soek na duplikaatlêers volgens hul hutswaardes.\";'),('af','messages:fileexists','s:127:\"af:\'n Lêer met die naam bestaan reeds, kyk na <strong>[[:$1]]</strong> as u nie seker is dat u dit wil wysig nie.\n[[$1|thumb]]\";'),('af','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('af','messages:fileexists-extension','s:204:\"af:\'n Lêer met hierdie naam bestaan al reeds: [[$2|thumb]]\n* Naam van die opgelaaide lêer: <strong>[[:$1]]</strong>\n* Naam van die bestaande lêer: <strong>[[:$2]]</strong>\nKies asseblief \'n ander naam.\";'),('af','messages:fileexists-forbidden','s:177:\"af:Daar bestaan reeds \'n lêer met hierdie naam, en dit kan nie oorskryf word nie.\nAs u steeds die lêer wil oplaai, gebruik asseblief \'n ander naam.\n[[File:$1|thumb|center|$1]]\";'),('af','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('af','messages:fileexists-shared-forbidden','s:175:\"af:\'n Lêer met die naam bestaan al reeds in die gedeelte lêerbank.\nIndien u die lêer nog wil oplaai, gaan asseblief terug en kies \'n ander naam.\n[[File:$1|thumb|center|$1]]\";'),('af','messages:fileexists-thumbnail-yes','s:276:\"af:Die lêer lyk na \'n verkleinde weergawe \'\'(duimnael)\'\'.\n[[$1|thumb]]\nKontroleer asseblief die lêer <strong>[[:$1]]</strong>.\nAs die gekontroleerde lêer dieselfde beeld van oorspronklike grootte is, is dit nie nodig om \'n ekstra miniatuurafbeelding daarvan op te laai nie.\";'),('af','messages:filehist','s:19:\"af:Lêergeskiedenis\";'),('af','messages:filehist-comment','s:12:\"af:Opmerking\";'),('af','messages:filehist-current','s:9:\"af:huidig\";'),('af','messages:filehist-datetime','s:12:\"af:Datum/Tyd\";'),('af','messages:filehist-deleteall','s:17:\"af:verwyder alles\";'),('af','messages:filehist-deleteone','s:8:\"af:skrap\";'),('af','messages:filehist-dimensions','s:12:\"af:Dimensies\";'),('af','messages:filehist-filesize','s:15:\"af:Lêergrootte\";'),('af','messages:filehist-help','s:68:\"af:Klik op die datum/tyd om te sien hoe die lêer destyds gelyk het.\";'),('af','messages:filehist-nothumb','s:21:\"af:Geen duimnaelskets\";'),('af','messages:filehist-revert','s:12:\"af:rol terug\";'),('af','messages:filehist-thumb','s:11:\"af:Duimnael\";'),('af','messages:filehist-thumbtext','s:38:\"af:Duimnaelskets vir weergawe vanaf $1\";'),('af','messages:filehist-user','s:12:\"af:Gebruiker\";'),('af','messages:filemissing','s:15:\"af:Lêer is weg\";'),('af','messages:filename','s:12:\"af:Lêernaam\";'),('af','messages:filename-bad-prefix','s:217:\"af:Die naam van die lêer wat u besig is om op te laai begin met \'\'\'\"$1\"\'\'\', wat \'n nie-beskrywende term is, gewoonlik outomaties toegedien deur digitale kameras.\nKies asseblief \'n meer beskrywende naam vir die lêer.\";'),('af','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('af','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('af','messages:filename-toolong','s:50:\"af:Lêername mag nie langer as 240 grepe wees nie.\";'),('af','messages:filename-tooshort','s:28:\"af:Die lêernaam is te kort.\";'),('af','messages:filenotfound','s:31:\"af:Kon nie lêer \"$1\" vind nie.\";'),('af','messages:filepage-nofile','s:46:\"af:Daar bestaan nie \'n lêer met die naam nie.\";'),('af','messages:filepage-nofile-link','s:74:\"af:Daar bestaan nie \'n lêer met die naam nie, maar u kan een [$1 oplaai].\";'),('af','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('af','messages:filepageexists','s:295:\"af:Die beskrywingsbladsy vir hierdie lêer bestaan reeds by <strong>[[:$1]]</strong>, maar daar is nie \'n lêer met hierdie naam nie.\nDie opsomming wat u verskaf het sal nie op die beskrywingsblad geplaas word nie.\nWysig asseblief die bladsy handmatig om u beskrywing by te werk.\n[[$1|duimnael]]\";'),('af','messages:filereadonlyerror','s:133:\"af:Dit was nie moontlik om die lêer \"$1\" te wysig nie omdat die lêerstoor \"$2\" tans lees-alleen is.\n\nDie rede hiervoor is \"\'\'$3\'\'\".\";'),('af','messages:filerenameerror','s:48:\"af:Kon nie lêernaam van \"$1\" na \"$2\" wysig nie.\";'),('af','messages:filereuploadsummary','s:18:\"af:Lêerwysigings:\";'),('af','messages:filerevert','s:19:\"af:Maak $1 ongedaan\";'),('af','messages:filerevert-badversion','s:92:\"af:Daar is geen vorige plaaslike weergawe van die lêer vir die gespesifiseerde tydstip nie.\";'),('af','messages:filerevert-comment','s:8:\"af:Rede:\";'),('af','messages:filerevert-defaultcomment','s:45:\"af:Teruggerol na die weergawe van $1, $2 ($3)\";'),('af','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('af','messages:filerevert-intro','s:93:\"af:U is besig om die lêer \'\'\'[[Media:$1|$1]]\'\'\' terug te rol tot die [$4 weergawe op $2, $3]\";'),('af','messages:filerevert-legend','s:22:\"af:Maak lêer ongedaan\";'),('af','messages:filerevert-submit','s:12:\"af:Rol terug\";'),('af','messages:filerevert-success','s:70:\"af:\'\'\'[[Media:$1|$1]]\'\'\' is teruggerol na die [$4 weergawe op $2, $3].\";'),('af','messages:filesource','s:8:\"af:Bron:\";'),('af','messages:filestatus','s:20:\"af:Outeursregstatus:\";'),('af','messages:filetype-bad-ie-mime','s:145:\"af:Die lêer kan nie opgelaai word nie omdat Internet Explorer dit sal identifiseer as \"$1\", \'n nie toegelate lêertipe wat moontlik skadelik is.\";'),('af','messages:filetype-badmime','s:52:\"af:Lêers met MIME-tipe \"$1\" word nie toegelaat nie.\";'),('af','messages:filetype-banned','s:58:\"af:Hierdie tipe lêer is verban en word nie toegelaat nie.\";'),('af','messages:filetype-banned-type','s:132:\"af:Die {{PLURAL:$4|lêertipe|lêertipes}} word \'\'\'\".$1\"\'\'\' nie toegelaat nie.\nToelaatbare {{PLURAL:$3|lêertipes|lêertipes}} is $2.\";'),('af','messages:filetype-mime-mismatch','s:84:\"af:Lêer-uitbreiding \".$1\" stem nie met die MIME-tipe van die lêer ($2) ooreen nie.\";'),('af','messages:filetype-missing','s:48:\"af:Die lêer het geen uitbreiding (soos \".jpg\").\";'),('af','messages:filetype-unwanted-type','s:94:\"af:\'\'\'\".$1\"\'\'\' is \'n ongewenste lêertipe.\nAanbevole {{PLURAL:$3|lêertipe|lêertipes}} is $2.\";'),('af','messages:fileuploadsummary','s:13:\"af:Opsomming:\";'),('af','messages:filewasdeleted','s:134:\"af:\'n Lêer met hierdie naam is al voorheen opgelaai en daarna geskrap.\nKyk asseblief na die $1 voor u aangaan om dit weer op te laai.\";'),('af','messages:fix-double-redirects','s:61:\"af:Dateer alle aansture op wat na die oorspronklike titel wys\";'),('af','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('af','messages:formerror','s:31:\"af:Fout: kon vorm nie stuur nie\";'),('af','messages:fri','s:6:\"af:Vr.\";'),('af','messages:friday','s:9:\"af:Vrydag\";'),('af','messages:friday-at','s:15:\"af:Vrydag om $1\";'),('af','messages:gallery-slideshow-toggle','s:19:\"af:Wissel duimnaels\";'),('af','messages:gender-female','s:23:\"af:Sy bewerk wikiblaaie\";'),('af','messages:gender-male','s:23:\"af:Hy bewerk wikiblaaie\";'),('af','messages:gender-notknown','s:33:\"af:Die gebruiker wysig wikiblaaie\";'),('af','messages:gender-unknown','s:82:\"af:Die sagteware sal sover mootlik geslagneutrale woorde gebruik om na u te verwys\";'),('af','messages:generic-pool-error','s:167:\"af:Jammer, die bedieners is tans oorlaai.\nTe veel gebruikers probeer om na hierdie hulpbron te kyk.\nWag asseblief \'n rukkie voordat u weer die hulpbron probeer besoek.\";'),('af','messages:go','s:6:\"af:Wys\";'),('af','messages:googleanalytics-desc','s:90:\"af:Voeg die skrip vir Google Analytics (ga.js) in MediaWiki-bladsye vir naspoor doeleindes\";'),('af','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('af','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('af','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('af','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('af','messages:grant-basic','s:15:\"en:Basic rights\";'),('af','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('af','messages:grant-createaccount','s:17:\"af:Skep rekenings\";'),('af','messages:grant-createeditmovepage','s:32:\"af:Skep, wysig, en skuif bladsye\";'),('af','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('af','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('af','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('af','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('af','messages:grant-editmywatchlist','s:22:\"af:Wysig jou dophoulys\";'),('af','messages:grant-editpage','s:26:\"af:Wysig bestaande bladsye\";'),('af','messages:grant-editprotected','s:26:\"af:Wysig beskermde bladsye\";'),('af','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('af','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('af','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('af','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('af','messages:grant-group-email','s:14:\"af:Stuur e-pos\";'),('af','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('af','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('af','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('af','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('af','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('af','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('af','messages:grant-highvolume','s:24:\"af:Hoëvolume redigering\";'),('af','messages:grant-import','s:19:\"en:Import revisions\";'),('af','messages:grant-mergehistory','s:32:\"af:Versmelt bladsy-geskiedenisse\";'),('af','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('af','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('af','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('af','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('af','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('af','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('af','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('af','messages:grant-uploadfile','s:22:\"af:Laai nuwe lêers op\";'),('af','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('af','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('af','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('af','messages:group','s:9:\"af:Groep:\";'),('af','messages:group-all','s:9:\"af:(alle)\";'),('af','messages:group-autoconfirmed','s:24:\"af:Bevestigde gebruikers\";'),('af','messages:group-autoconfirmed-member','s:41:\"af:{{GENDER:$1|geregistreerde gebruiker}}\";'),('af','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('af','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('af','messages:group-bot','s:10:\"af:Robotte\";'),('af','messages:group-bot-member','s:22:\"af:{{GENDER:$1|robot}}\";'),('af','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('af','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('af','messages:group-bureaucrat','s:12:\"af:Burokrate\";'),('af','messages:group-bureaucrat-member','s:26:\"af:{{GENDER:$1|burokraat}}\";'),('af','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('af','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('af','messages:group-interface-admin','s:28:\"af:Koppelvlakadministrateurs\";'),('af','messages:group-interface-admin-member','s:41:\"af:{{GENDER:$1|koppelvlakadministrateur}}\";'),('af','messages:group-membership-link-with-expiry','s:14:\"af:$1 (tot $2)\";'),('af','messages:group-named','s:19:\"en:Registered users\";'),('af','messages:group-suppress','s:15:\"af:Toesighouers\";'),('af','messages:group-suppress-member','s:28:\"af:{{GENDER:$1|toesighouer}}\";'),('af','messages:group-sysop','s:18:\"af:Administrateurs\";'),('af','messages:group-sysop-member','s:31:\"af:{{GENDER:$1|administrateur}}\";'),('af','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('af','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('af','messages:group-user','s:13:\"af:Gebruikers\";'),('af','messages:group-user-member','s:26:\"af:{{GENDER:$1|gebruiker}}\";'),('af','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('af','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('af','messages:grouppage-autoconfirmed','s:43:\"af:{{ns:project}}:Geregistreerde gebruikers\";'),('af','messages:grouppage-bot','s:25:\"af:{{ns:project}}:Robotte\";'),('af','messages:grouppage-bureaucrat','s:27:\"af:{{ns:project}}:Burokrate\";'),('af','messages:grouppage-interface-admin','s:43:\"af:{{ns:project}}:Koppelvlakadministrateurs\";'),('af','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('af','messages:grouppage-suppress','s:24:\"af:{{ns:project}}:Toesig\";'),('af','messages:grouppage-sysop','s:33:\"af:{{ns:project}}:Administrateurs\";'),('af','messages:grouppage-user','s:28:\"af:{{ns:project}}:Gebruikers\";'),('af','messages:guesstimezone','s:26:\"af:Vul in vanaf webblaaier\";'),('af','messages:headline-anchor-title','s:25:\"af:Skakel na die afdeling\";'),('af','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('af','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('af','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('af','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('af','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('af','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('af','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('af','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('af','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('af','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('af','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('af','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('af','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('af','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('af','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('af','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('af','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('af','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('af','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('af','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('af','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('af','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('af','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('af','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('af','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('af','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('af','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('af','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('af','messages:help','s:7:\"af:Hulp\";'),('af','messages:help-mediawiki','s:21:\"af:Hulp oor MediaWiki\";'),('af','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('af','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('af','messages:helppage-top-gethelp','s:7:\"af:Hulp\";'),('af','messages:hidden-categories','s:60:\"af:{{PLURAL:$1|Versteekte kategorie|Versteekte kategorieë}}\";'),('af','messages:hidden-category-category','s:25:\"af:Versteekte kategorieë\";'),('af','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('af','messages:hiddencategories','s:95:\"af:Hierdie bladsy is \'n lid van {{PLURAL:$1|1 versteekte kategorie|$1 versteekte kategorieë}}:\";'),('af','messages:hide','s:11:\"af:Versteek\";'),('af','messages:hidetoc','s:11:\"af:versteek\";'),('af','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('af','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('af','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('af','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('af','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('af','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('af','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('af','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('af','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('af','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('af','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('af','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('af','messages:hist','s:14:\"af:geskiedenis\";'),('af','messages:histfirst','s:9:\"af:oudste\";'),('af','messages:histlast','s:10:\"af:nuutste\";'),('af','messages:histlegend','s:112:\"af:Byskrif: (huidige) = verskil van huidige weergawe,\n(vorige) = verskil van vorige weergawe, M = klein wysiging\";'),('af','messages:history','s:20:\"af:Bladsygeskiedenis\";'),('af','messages:history-edit-tags','s:47:\"af:Wysig etikette van geselekteerde hersienings\";'),('af','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('af','messages:history-feed-description','s:50:\"af:Wysigingsgeskiedenis vir die bladsy op die wiki\";'),('af','messages:history-feed-empty','s:133:\"af:Die verlangde bladsy bestaan nie.\nDit was moontlik geskrap of geskuif.\n[[Special:Search|Deursoek die wiki]] vir relevante bladsye.\";'),('af','messages:history-feed-item-nocomment','s:11:\"af:$1 by $2\";'),('af','messages:history-feed-title','s:22:\"af:Weergawegeskiedenis\";'),('af','messages:history-fieldset-title','s:19:\"af:Wysigings filter\";'),('af','messages:history-show-deleted','s:31:\"af:Hersiening is slegs uitgevee\";'),('af','messages:history-title','s:26:\"af:$1: Weergawegeskiedenis\";'),('af','messages:history_copyright','s:4:\"en:-\";'),('af','messages:history_short','s:14:\"af:Geskiedenis\";'),('af','messages:history_small','s:14:\"af:geskiedenis\";'),('af','messages:historyaction-submit','s:6:\"af:Wys\";'),('af','messages:historyempty','s:7:\"af:leeg\";'),('af','messages:historysize','s:35:\"af:({{PLURAL:$1|1 greep|$1 grepe}})\";'),('af','messages:historywarning','s:120:\"af:\'\'\'Waarskuwing:\'\'\' Die bladsy wat u wil verwyder het \'n geskiedenis met ongeveer $1 {{PLURAL:$1|weergawe|weergawes}}:\";'),('af','messages:hookaborted','s:71:\"af:Die wysiging wat u probeer maak is deur \'n uitbreiding gekanselleer.\";'),('af','messages:hours','s:30:\"af:{{PLURAL:$1|$1 uur|$1 ure}}\";'),('af','messages:hours-abbrev','s:7:\"en:$1 h\";'),('af','messages:hours-ago','s:30:\"af:$1 {{PLURAL:$1|uur}} gelede\";'),('af','messages:htmlform-chosen-placeholder','s:16:\"af:Kies \'n opsie\";'),('af','messages:htmlform-cloner-create','s:15:\"af:Meer meer by\";'),('af','messages:htmlform-cloner-delete','s:11:\"af:Verwyder\";'),('af','messages:htmlform-cloner-required','s:34:\"af:Ten minste één waarde verwag.\";'),('af','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('af','messages:htmlform-date-placeholder','s:13:\"af:JJJJ-MM-DD\";'),('af','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('af','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('af','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('af','messages:htmlform-datetime-placeholder','s:22:\"af:JJJJ-MM-DD HH:MM:SS\";'),('af','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('af','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('af','messages:htmlform-float-invalid','s:53:\"af:Die waarde wat u ingevoer het is nie \'n getal nie.\";'),('af','messages:htmlform-int-invalid','s:45:\"af:Die ingevoer waarde is nie \'n heeltal nie.\";'),('af','messages:htmlform-int-toohigh','s:57:\"af:Die ingevoerde waarde is groter as die maksimum van $1\";'),('af','messages:htmlform-int-toolow','s:54:\"af:Die ingevoerde waarde is laer as die minimum van $1\";'),('af','messages:htmlform-invalid-input','s:50:\"af:Daar is probleme met van die ingevoerde waardes\";'),('af','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('af','messages:htmlform-no','s:6:\"af:Nee\";'),('af','messages:htmlform-required','s:32:\"af:Hierdie waarde is verpligtend\";'),('af','messages:htmlform-reset','s:26:\"af:Maak wysigings ongedaan\";'),('af','messages:htmlform-select-badoption','s:37:\"af:Die ingevoerde waarde is ongeldig.\";'),('af','messages:htmlform-selectorother-other','s:8:\"af:Ander\";'),('af','messages:htmlform-submit','s:10:\"af:Dien in\";'),('af','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('af','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('af','messages:htmlform-time-placeholder','s:11:\"af:HH:MM:SS\";'),('af','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('af','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('af','messages:htmlform-title-badnamespace','s:52:\"af:[[:$1]] is nie in die \"{{ns:$2}}\" naamspasie nie.\";'),('af','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('af','messages:htmlform-title-not-creatable','s:44:\"af:\"$1\" is nie \'n aanvaarbare blad titel nie\";'),('af','messages:htmlform-title-not-exists','s:18:\"af:$1 bestaan nie.\";'),('af','messages:htmlform-user-not-exists','s:35:\"af:<strong>$1</strong> bestaan nie.\";'),('af','messages:htmlform-user-not-valid','s:60:\"af:<strong>$1</strong> is nie \'n geldige gebruikersnaam nie.\";'),('af','messages:htmlform-yes','s:5:\"af:Ja\";'),('af','messages:http-bad-status','s:54:\"af:Daar was \'n probleem tydens die HTTP-versoek: $1 $2\";'),('af','messages:http-curl-error','s:34:\"af:Fout met die ophaal van URL: $1\";'),('af','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('af','messages:http-invalid-scheme','s:51:\"af:URL\'s met die \"$1\"-skema word nie ondersteun nie\";'),('af','messages:http-invalid-url','s:20:\"af:Ongeldige URL: $1\";'),('af','messages:http-read-error','s:30:\"af:Fout met die lees van HTTP.\";'),('af','messages:http-request-error','s:68:\"af:\'n Onbekende fout het tydens die stuur van die versoek voorgekom.\";'),('af','messages:http-timed-out','s:36:\"af:HTTP-versoek se tyd is verstreke.\";'),('af','messages:ignorewarning','s:43:\"af:Ignoreer waarskuwings en stoor die lêer\";'),('af','messages:ignorewarnings','s:30:\"af:Ignoreer enige waarskuwings\";'),('af','messages:illegal-filename','s:40:\"af:Die lêernaam word nie toegelaat nie.\";'),('af','messages:illegalfilename','s:141:\"af:Die lêernaam \"$1\" bevat karakters wat nie toegelaat word in bladsytitels nie. Verander asseblief die naam en probeer die lêer weer laai.\";'),('af','messages:ilsubmit','s:7:\"af:Soek\";'),('af','messages:imageinvalidfilename','s:33:\"af:Die nuwe lêernaam is ongeldig\";'),('af','messages:imagelinks','s:15:\"af:Lêergebruik\";'),('af','messages:imagelisttext','s:77:\"af:Hier onder is a lys van \'\'\'$1\'\'\' {{PLURAL:$1|lêer|lêers}}, $2 gesorteer.\";'),('af','messages:imagemaxsize','s:66:\"af:Beperk beeldgrootte tot:<br />\'\'(vir lêerbeskrywingsbladsye)\'\'\";'),('af','messages:imagenocrossnamespace','s:64:\"af:\'n Medialêer kan nie na \'n ander naamruimte geskuif word nie\";'),('af','messages:imagepage','s:24:\"af:Lees bladsy oor lêer\";'),('af','messages:imagetypemismatch','s:61:\"af:Die nuwe lêer se uitbreiding pas nie by die lêertipe nie\";'),('af','messages:img-auth-accessdenied','s:18:\"af:Toegang geweier\";'),('af','messages:img-auth-badtitle','s:70:\"af:Dit was nie moontlik om \'n geldige bladsynaam van \"$1\" te maak nie.\";'),('af','messages:img-auth-isdir','s:85:\"af:U probeer om toegang na gids \"$1\" te kry.\nSlegs toegang tot lêers word toegelaat.\";'),('af','messages:img-auth-nofile','s:26:\"af:Lêer \"$1\" bestaan nie.\";'),('af','messages:img-auth-noread','s:49:\"af:Gebruiker het nie toegang om \"$1\" te lees nie.\";'),('af','messages:img-auth-notindir','s:61:\"af:Die aangevraagde pad is nie die ingestelde oplaaigids nie.\";'),('af','messages:img-auth-public','s:173:\"af:Die doel van img_auth.php is die afvoer van lêers vanaf \'n privaat wiki.\nHierdie wiki is opgestel as \'n publieke wiki.\nVir veiligheidsredes is img_auth.php gedeaktiveer.\";'),('af','messages:img-auth-streaming','s:32:\"af:Besig met die stoom van \"$1\".\";'),('af','messages:img-lang-default','s:19:\"af:(standaard taal)\";'),('af','messages:img-lang-go','s:5:\"af:OK\";'),('af','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('af','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('af','messages:imgfile','s:8:\"af:lêer\";'),('af','messages:imgmultigo','s:13:\"af:Laat waai!\";'),('af','messages:imgmultigoto','s:20:\"af:Gaan na bladsy $1\";'),('af','messages:imgmultipagenext','s:22:\"af:volgende bladsy →\";'),('af','messages:imgmultipageprev','s:20:\"af:← vorige bladsy\";'),('af','messages:immobile-source-namespace','s:54:\"af:Bladsye in naamruimte \"$1\" kan nie geskuif word nie\";'),('af','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('af','messages:immobile-source-page','s:39:\"af:Die bladsy kan nie geskuif word nie.\";'),('af','messages:immobile-target-namespace','s:54:\"af:Bladsye kan nie na naamruimte \"$1\" geskuif word nie\";'),('af','messages:immobile-target-namespace-iw','s:85:\"af:\'n Interwiki-skakel is nie \'n geldige bestemming vir die skuif van die bladsy nie.\";'),('af','messages:immobile-target-page','s:56:\"af:Dit is nie moontlik om na die titel toe te skuif nie.\";'),('af','messages:import','s:18:\"af:Voer bladsye in\";'),('af','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('af','messages:import-comment','s:13:\"af:Opmerking:\";'),('af','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('af','messages:import-error-edit','s:89:\"af:Die bladsy \"$1\" is nie geïmporteer nie omdat u nie die regte het om dit te wysig nie.\";'),('af','messages:import-error-interwiki','s:107:\"af:Die bladsy \"$1\" is nie geïmporteer nie omdat sy naam vir eksterne skakeling (interwiki) gereserveer is.\";'),('af','messages:import-error-invalid','s:70:\"af:Die bladsy \"$1\" is nie geïmporteer nie omdat die naam ongeldig is.\";'),('af','messages:import-error-special','s:129:\"af:Die bladsy \"$1\" is nie geïmporteer nie omdat dit aan \'n spesiale naamruimte behoort waarin geen bladsye geplaas kan word nie.\";'),('af','messages:import-error-unserialize','s:134:\"af:Weergawe $2 van die bladsy \"$1\" kon nie verwerk word nie. Die weergawe hoort inhoudsmodel $3 te gebruik met \'n serialisasie van $4.\";'),('af','messages:import-interwiki-history','s:55:\"af:Kopieer ook volledige geskiedenis van hierdie bladsy\";'),('af','messages:import-interwiki-sourcepage','s:14:\"af:Bronbladsy:\";'),('af','messages:import-interwiki-sourcewiki','s:12:\"af:Bronwiki:\";'),('af','messages:import-interwiki-submit','s:12:\"af:Importeer\";'),('af','messages:import-interwiki-templates','s:25:\"af:Sluit alle sjablone in\";'),('af','messages:import-interwiki-text','s:180:\"af:Kies \'n wiki en bladsynaam om te importeer.\nWeergawe- en outeursinligting word sodoende bewaar.\nAlle transwiki-laaie word opgeteken in die [[Special:Log/import|invoer-logboek]].\";'),('af','messages:import-invalid-interwiki','s:51:\"af:Kan nie vanaf die gespesifiseerde importeer nie.\";'),('af','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('af','messages:import-logentry-interwiki-detail','s:47:\"af:$1 {{PLURAL:$1|weergawe|weergawes}} vanaf $2\";'),('af','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('af','messages:import-logentry-upload-detail','s:38:\"af:$1 {{PLURAL:$1|weergawe|weergawes}}\";'),('af','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('af','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('af','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('af','messages:import-noarticle','s:36:\"af:Geen bladsye om te importeer nie!\";'),('af','messages:import-nonewrevisions','s:40:\"af:Alle weergawes was voorheen ingevoer.\";'),('af','messages:import-options-wrong','s:60:\"af:Verkeerde {{PLURAL:$2|opsie|opsies}}: <nowiki>$1</nowiki>\";'),('af','messages:import-parse-failure','s:45:\"af:Fout met die verwerking van die XML-invoer\";'),('af','messages:import-revision-count','s:38:\"af:$1 {{PLURAL:$1|weergawe|weergawes}}\";'),('af','messages:import-rootpage-invalid','s:45:\"af:Die gespesifiseerde basisblad is ongeldig.\";'),('af','messages:import-rootpage-nosubpage','s:68:\"af:Die naamruimte \"$1\" van die basisblad laat nie subblaaie toe nie.\";'),('af','messages:import-summary','s:3:\"en:\";'),('af','messages:import-token-mismatch','s:53:\"af:Sessiegegewens is verloor. Probeer asseblief weer.\";'),('af','messages:import-upload','s:19:\"af:Laai XML-data op\";'),('af','messages:import-upload-filename','s:13:\"af:Lêernaam:\";'),('af','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('af','messages:importbadinterwiki','s:29:\"af:Verkeerde interwiki skakel\";'),('af','messages:importcantopen','s:28:\"af:Kon nie lêer oopmaak nie\";'),('af','messages:imported-log-entries','s:60:\"af:$1 {{PLURAL:$1|logboekreël|logboekreëls}} geïmporteer.\";'),('af','messages:importfailed','s:25:\"af:Intrek onsuksesvol: $1\";'),('af','messages:importinterwiki','s:22:\"af:Transwiki-importeer\";'),('af','messages:importlogpage','s:17:\"af:Invoer logboek\";'),('af','messages:importlogpagetext','s:72:\"af:Administratiewe invoere van bladsye met geskiedenis van ander wiki\'s.\";'),('af','messages:importnofile','s:37:\"af:Geen importlêer was opgelaai nie.\";'),('af','messages:importnopages','s:36:\"af:Geen bladsye om te importeer nie.\";'),('af','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('af','messages:importnosources','s:100:\"af:Daar is geen transwiki-invoerbronne gedefinieer nie en direkte geskiedenis-oplaaie is afgeskakel.\";'),('af','messages:importstart','s:23:\"af:Importeer bladsye...\";'),('af','messages:importsuccess','s:25:\"af:Klaar met importering!\";'),('af','messages:importtext','s:151:\"af:Gebruik die [[Special:Export|eksport-funksie]] van die wiki waar die inligting vandaan kom.\nStoor die afvoer op u eie rekenaar, en laai dit hier op.\";'),('af','messages:importunknownsource','s:22:\"af:Onbekende brontipe.\";'),('af','messages:importuploaderrorpartial','s:79:\"af:Oplaai van invoer-lêer het misluk.\nDie lêer is slegs gedeeltelik opgelaai.\";'),('af','messages:importuploaderrorsize','s:85:\"af:Oplaai van invoer-lêer het misluk.\nDie lêer is groter as die toelaatbare limiet.\";'),('af','messages:importuploaderrortemp','s:68:\"af:Oplaai van invoer-lêer het misluk.\n\'n Tydelike gids bestaan nie.\";'),('af','messages:index-category','s:25:\"af:Geïndekseerde bladsye\";'),('af','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('af','messages:infiniteblock','s:12:\"af:vir altyd\";'),('af','messages:intentionallyblankpage','s:39:\"af:Die bladsy is bewustelik leeg gelaat\";'),('af','messages:interlanguage-link-title','s:12:\"af:$1 – $2\";'),('af','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('af','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('af','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('af','messages:internalerror','s:15:\"af:Interne fout\";'),('af','messages:internalerror-fatal-exception','s:28:\"af:Fatale fout van tipe \"$1\"\";'),('af','messages:internalerror_info','s:19:\"af:Interne fout: $1\";'),('af','messages:invalid-chunk-offset','s:27:\"af:Ongeldige \"chunk offset\"\";'),('af','messages:invalid-content-data','s:19:\"af:Ongeldige inhoud\";'),('af','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('af','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('af','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('af','messages:invalidateemail','s:30:\"af:Kanselleer e-posbevestiging\";'),('af','messages:invalidemailaddress','s:149:\"af:Die e-posadres is nie aanvaar nie, aangesien dit \'n ongeldige formaat blyk te hê.\nVoer asseblief \'n geldige e-posadres in, of laat die veld leeg.\";'),('af','messages:invalidtitle','s:18:\"af:Ongeldige titel\";'),('af','messages:invalidtitle-knownnamespace','s:51:\"af:Ongeldige titel met naamruimte \"$2\" en teks \"$3\"\";'),('af','messages:invalidtitle-unknownnamespace','s:65:\"af:Ongeldige titel met onbekende naamruimtenummer $1 en teks \"$2\"\";'),('af','messages:invert','s:22:\"af:Omgekeerde seleksie\";'),('af','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('af','messages:ip_range_invalid','s:29:\"af:Ongeldige IP waardegebied.\";'),('af','messages:ip_range_toolarge','s:56:\"af:Reeks-blokkades groter as /$1 word nie toegelaat nie.\";'),('af','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('af','messages:ipaddressorusername','s:30:\"af:IP-adres of gebruikersnaam:\";'),('af','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('af','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('af','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('af','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('af','messages:ipb-blockingself','s:62:\"af:U is besig om uself te blokkeer! Is u seker u wil dit doen?\";'),('af','messages:ipb-blocklist','s:26:\"af:Wys bestaande blokkades\";'),('af','messages:ipb-blocklist-contribs','s:31:\"af:Bydraes van {{GENDER:$1|$1}}\";'),('af','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('af','messages:ipb-change-block','s:52:\"af:Herblokkeer die gebruiker met hierdie instellings\";'),('af','messages:ipb-confirm','s:20:\"af:Bevestig blokkade\";'),('af','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('af','messages:ipb-confirmhideuser','s:167:\"af:U staan op die punt om \'n \"versteekte gebruiker\" te blokkeer. Dit sal die gebruiker se naam vanaf alle lyste en logboeke onderdruk. Is u seker u wil om dit te doen?\";'),('af','messages:ipb-default-expiry','s:3:\"en:\";'),('af','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('af','messages:ipb-disableusertalk','s:81:\"af:Voorkom dat die gebruiker tydens die blokkade sy eie besprekingsblad kan wysig\";'),('af','messages:ipb-edit-dropdown','s:24:\"af:Werk lys van redes by\";'),('af','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('af','messages:ipb-hardblock','s:67:\"af:Voorkom dat aangetekende gebruikers vanaf die IP-adres kan wysig\";'),('af','messages:ipb-namespaces-label','s:14:\"af:Naamruimtes\";'),('af','messages:ipb-needreblock','s:52:\"af:$1 is al geblokkeer.\nWil u die instellings wysig?\";'),('af','messages:ipb-otherblocks-header','s:41:\"af:Ander {{PLURAL:$1|blokkade|blokkades}}\";'),('af','messages:ipb-pages-label','s:10:\"af:Bladsye\";'),('af','messages:ipb-partial','s:14:\"af:Gedeeltelik\";'),('af','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('af','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('af','messages:ipb-sitewide','s:10:\"af:Werfwyd\";'),('af','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('af','messages:ipb-unblock','s:38:\"af:Deblokkeer \'n gebruiker of IP-adres\";'),('af','messages:ipb-unblock-addr','s:16:\"af:Deblokkeer $1\";'),('af','messages:ipb_already_blocked','s:23:\"af:\"$1\" is reeds geblok\";'),('af','messages:ipb_blocked_as_range','s:184:\"af:Fout: die IP-adres $1 is nie direk geblokkeer nie en die blokkade kan nie opgehef word nie.\nDie blokkade is \'n onderdeel van die reeks $2, waarvan die blokkade wel opgehef kan word.\";'),('af','messages:ipb_cant_unblock','s:88:\"af:Fout: Blokkade-ID $1 kan nie gevind word nie.\nDie blokkade is moontlik reeds opgehef.\";'),('af','messages:ipb_expiry_invalid','s:18:\"af:Ongeldige duur.\";'),('af','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('af','messages:ipb_expiry_temp','s:59:\"af:Blokkades vir versteekte gebruikers moet permanent wees.\";'),('af','messages:ipb_hide_invalid','s:103:\"af:Dit is nie moontlik om hierdie gebruiker te verberg nie; miskien het hy al te veel wysigings gemaak.\";'),('af','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('af','messages:ipbblocked','s:74:\"af:U kan nie ander gebruikers (de)blokkeer nie, omdat u self geblokkeer is\";'),('af','messages:ipbcreateaccount','s:38:\"af:Blokkeer registrasie van gebruikers\";'),('af','messages:ipbemailban','s:38:\"af:Verbied gebruiker om e-pos te stuur\";'),('af','messages:ipbenableautoblock','s:55:\"af:Outomaties die IP-adresse van die gebruiker blokkeer\";'),('af','messages:ipbhidename','s:43:\"af:Verberg gebruiker van wysigings en lyste\";'),('af','messages:ipblocklist','s:40:\"af:Geblokkeerde IP-adresse en gebruikers\";'),('af','messages:ipblocklist-empty','s:27:\"af:Die blokkeerlys is leeg.\";'),('af','messages:ipblocklist-legend','s:33:\"af:Soek \'n geblokkeerde gebruiker\";'),('af','messages:ipblocklist-localblock','s:18:\"af:Lokale blokkade\";'),('af','messages:ipblocklist-no-results','s:56:\"af:Die IP-adres of gebruikersnaam is nie geblokkeer nie.\";'),('af','messages:ipblocklist-otherblocks','s:41:\"af:Ander {{PLURAL:$1|blokkade|blokkades}}\";'),('af','messages:ipblocklist-submit','s:7:\"af:Soek\";'),('af','messages:ipbnounblockself','s:33:\"af:U mag uself nie deblokkeer nie\";'),('af','messages:ipboptions','s:154:\"af:2 ure:2 hours,1 dag:1 day,3 dae:3 days,1 week:1 week,2 weke:2 weeks,1 maand:1 month,3 maande:3 months,6 maande:6 months,1 jaar:1 year,onbeperk:infinite\";'),('af','messages:ipbother','s:17:\"af:Ander tydperk:\";'),('af','messages:ipbreason','s:8:\"af:Rede:\";'),('af','messages:ipbreason-dropdown','s:272:\"af:*Algemene redes vir versperring\n** Invoeg van valse inligting\n** Skrap van bladsyinhoud\n** \"Spam\" van skakels na eksterne webwerwe\n** Invoeg van gemors op bladsye\n** Intimiderende gedrag (teistering)\n** Misbruik van veelvuldige rekeninge\n** Onaanvaarbare gebruikersnaam\";'),('af','messages:ipbsubmit','s:28:\"af:Versper hierdie gebruiker\";'),('af','messages:ipbwatchuser','s:56:\"af:Hou die gebruiker se bladsy en besprekingsbladsy dop.\";'),('af','messages:ipusubmit','s:18:\"af:Hef blokkade op\";'),('af','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('af','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('af','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('af','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('af','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('af','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('af','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('af','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('af','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('af','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('af','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('af','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('af','messages:isimage','s:14:\"af:lêerskakel\";'),('af','messages:isredirect','s:15:\"af:aanstuurblad\";'),('af','messages:istemplate','s:13:\"af:insluiting\";'),('af','messages:jan','s:7:\"af:Jan.\";'),('af','messages:january','s:11:\"af:Januarie\";'),('af','messages:january-gen','s:11:\"af:Januarie\";'),('af','messages:javascripttest','s:22:\"af:JavaScript toetsing\";'),('af','messages:javascripttest-qunit-intro','s:52:\"af:Sien die [$1 toetsdokumentasie] op mediawiki.org.\";'),('af','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('af','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('af','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('af','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('af','messages:json-error-syntax','s:14:\"af:Sintaksfout\";'),('af','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('af','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('af','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('af','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('af','messages:jul','s:7:\"af:Jul.\";'),('af','messages:july','s:8:\"af:Julie\";'),('af','messages:july-gen','s:8:\"af:Julie\";'),('af','messages:jumpto','s:13:\"af:Spring na:\";'),('af','messages:jumptonavigation','s:12:\"af:navigasie\";'),('af','messages:jumptosearch','s:7:\"af:soek\";'),('af','messages:jun','s:7:\"af:Jun.\";'),('af','messages:june','s:8:\"af:Junie\";'),('af','messages:june-gen','s:8:\"af:Junie\";'),('af','messages:just-now','s:10:\"af:Nou net\";'),('af','messages:lag-warn-high','s:126:\"af:Weens hoë databasis toevoer word wysigings nuwer as $1 {{PLURAL:$1|sekonde|sekondes}} moontlik nie in die lys vertoon nie.\";'),('af','messages:lag-warn-normal','s:91:\"af:Veranderinge nuwer as $1 {{PLURAL:$1|sekonde|sekondes}} mag moontlik nie gewys word nie.\";'),('af','messages:laggedreplicamode','s:65:\"af:Waarskuwing: Onlangse wysigings dalk nie in bladsy vervat nie.\";'),('af','messages:language-converter-depth-warning','s:60:\"af:Die dieptelimiet vir die taalomskakelaar is oorskrei ($1)\";'),('af','messages:large-file','s:58:\"af:Aanbeveling: maak lêer kleiner as $1;\ndie lêer is $2.\";'),('af','messages:largefileserver','s:69:\"af:Hierdie lêer is groter as wat die bediener se opstelling toelaat.\";'),('af','messages:last','s:9:\"af:vorige\";'),('af','messages:lastmodifiedat','s:43:\"af:Die bladsy is laas op $1 om $2 bygewerk.\";'),('af','messages:lastmodifiedatby','s:54:\"af:Hierdie bladsy is laas op $1 om $2 deur $3 gewysig.\";'),('af','messages:license','s:17:\"af:Lisensiëring:\";'),('af','messages:license-header','s:16:\"af:Lisensiëring\";'),('af','messages:license-nopreview','s:28:\"af:(Voorskou nie beskikbaar)\";'),('af','messages:licenses','s:4:\"en:-\";'),('af','messages:licenses-edit','s:24:\"af:Wysig lisensie-opsies\";'),('af','messages:limitreport-cputime','s:22:\"af:Tydsgebruik van SVE\";'),('af','messages:limitreport-cputime-value','s:36:\"af:$1 {{PLURAL:$1|sekonde|sekondes}}\";'),('af','messages:limitreport-expansiondepth','s:29:\"af:Hoogste uitbreidingsdiepte\";'),('af','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('af','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('af','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('af','messages:limitreport-postexpandincludesize','s:33:\"af:Inklusiegrootte na uitbreiding\";'),('af','messages:limitreport-postexpandincludesize-value','s:34:\"af:$1/$2 {{PLURAL:$2|greep|grepe}}\";'),('af','messages:limitreport-ppvisitednodes','s:45:\"af:Aantal nodes besoek tydens voorverwerking:\";'),('af','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('af','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('af','messages:limitreport-templateargumentsize-value','s:34:\"af:$1/$2 {{PLURAL:$2|greep|grepe}}\";'),('af','messages:limitreport-title','s:25:\"af:Ontleder se prestasie:\";'),('af','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('af','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('af','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('af','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('af','messages:limitreport-walltime','s:21:\"af:Reëel tydsgebruik\";'),('af','messages:limitreport-walltime-value','s:36:\"af:$1 {{PLURAL:$1|sekonde|sekondes}}\";'),('af','messages:lineno','s:10:\"af:Lyn $1:\";'),('af','messages:linkaccounts','s:16:\"en:Link accounts\";'),('af','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('af','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('af','messages:linksearch','s:24:\"af:Soek eksterne skakels\";'),('af','messages:linksearch-error','s:69:\"af:Patrone kan slegs aan die begin van die rekenaarnaam geplaas word.\";'),('af','messages:linksearch-line','s:23:\"af:$1 geskakel vanaf $2\";'),('af','messages:linksearch-ns','s:14:\"af:Naamruimte:\";'),('af','messages:linksearch-ok','s:7:\"af:Soek\";'),('af','messages:linksearch-pat','s:15:\"af:Soekpatroon:\";'),('af','messages:linksearch-summary','s:3:\"en:\";'),('af','messages:linksearch-text','s:243:\"af:Patrone soos \"*.wikipedia.org\" kan gebruik word.<br />\nBenodig ten minste een topvlakdomein, soos byvoorbeeld \"*.org\".<br />\n{{PLURAL:$2|Ondersteunde protokol|Ondersteunde protokolle}}: $1 (http:// word gebruik as niks gespesifiseer is nie)\";'),('af','messages:linkshere','s:43:\"af:Die volgende bladsye skakel na \'\'\'$2\'\'\':\";'),('af','messages:linkstoimage','s:67:\"af:Die volgende {{PLURAL:$1|bladsy|$1 bladsye}} gebruik dié lêer:\";'),('af','messages:linkstoimage-more','s:221:\"af:Meer as $1 {{PLURAL:$1|bladsy|bladsye}} gebruik dié lêer.\nDie volgende lys vertoon die eerste {{PLURAL:$1|bladsy|$1 bladsye}} wat slegs dié lêer gebruik.\n\'n [[Special:WhatLinksHere/$2|Volledige lys]] is beskikbaar.\";'),('af','messages:linkstoimage-redirect','s:24:\"af:$1 (lêeraanstuur) $2\";'),('af','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('af','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('af','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('af','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('af','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('af','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('af','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('af','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('af','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('af','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('af','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('af','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('af','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('af','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('af','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('af','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('af','messages:listduplicatedfiles','s:31:\"af:Lys van lêers met duplikate\";'),('af','messages:listduplicatedfiles-entry','s:70:\"af:[[:File:$1|$1]] het [[$3|{{PLURAL:$2|\'n duplikaat|$2 duplikate}}]].\";'),('af','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('af','messages:listfiles','s:11:\"af:Lêerlys\";'),('af','messages:listfiles-delete','s:8:\"af:skrap\";'),('af','messages:listfiles-latestversion','s:19:\"af:Huidige weergawe\";'),('af','messages:listfiles-latestversion-no','s:6:\"af:Nee\";'),('af','messages:listfiles-latestversion-yes','s:5:\"af:Ja\";'),('af','messages:listfiles-show-all','s:35:\"af:Sluit ou weergawes van beelde in\";'),('af','messages:listfiles-summary','s:148:\"af:Hierdie spesiale bladsy wys al die opgelaaide lêers.\nDie nuutste lêers word heel bo vertoon.\nKliek op die opskrifte om die tabel te hersorteer.\";'),('af','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('af','messages:listfiles_count','s:12:\"af:Weergawes\";'),('af','messages:listfiles_date','s:8:\"af:Datum\";'),('af','messages:listfiles_description','s:13:\"af:Beskrywing\";'),('af','messages:listfiles_name','s:7:\"af:Naam\";'),('af','messages:listfiles_size','s:10:\"af:Grootte\";'),('af','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('af','messages:listfiles_thumb','s:11:\"af:Duimnael\";'),('af','messages:listfiles_user','s:12:\"af:Gebruiker\";'),('af','messages:listgrants','s:9:\"en:Grants\";'),('af','messages:listgrants-grant','s:8:\"en:Grant\";'),('af','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('af','messages:listgrants-rights','s:9:\"en:Rights\";'),('af','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('af','messages:listgrouprights','s:23:\"af:Gebruikersgroepregte\";'),('af','messages:listgrouprights-addgroup','s:67:\"af:Gebruikers by die volgende {{PLURAL:$2|groep|groepe}} byvoeg: $1\";'),('af','messages:listgrouprights-addgroup-all','s:36:\"af:Gebruikers van alle groepe byvoeg\";'),('af','messages:listgrouprights-addgroup-self','s:71:\"af:Die volgende {{PLURAL:$2|groep|groepe}} byvoeg tot eie gebruiker: $1\";'),('af','messages:listgrouprights-addgroup-self-all','s:39:\"af:Alle groepe byvoeg tot eie gebruiker\";'),('af','messages:listgrouprights-group','s:8:\"af:Groep\";'),('af','messages:listgrouprights-helppage','s:19:\"af:Help:Groep regte\";'),('af','messages:listgrouprights-key','s:142:\"af:Sleutel:\n* <span class=\"listgrouprights-granted\">Toegekende regte</span>\n* <span class=\"listgrouprights-revoked\">Teruggetrekte regte</span>\";'),('af','messages:listgrouprights-members','s:17:\"af:(lys van lede)\";'),('af','messages:listgrouprights-namespaceprotection-header','s:23:\"af:Naamruimtebeperkings\";'),('af','messages:listgrouprights-namespaceprotection-namespace','s:13:\"af:Naamruimte\";'),('af','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('af','messages:listgrouprights-removegroup','s:70:\"af:Gebruikers uit die volgende {{PLURAL:$2|groep|groepe}} verwyder: $1\";'),('af','messages:listgrouprights-removegroup-all','s:38:\"af:Gebruikers uit alle groepe verwyder\";'),('af','messages:listgrouprights-removegroup-self','s:73:\"af:Die volgende {{PLURAL:$2|groep|groepe}} verwyder van eie gebruiker: $1\";'),('af','messages:listgrouprights-removegroup-self-all','s:41:\"af:Alle groepe verwyder van eie gebruiker\";'),('af','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('af','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('af','messages:listgrouprights-rights','s:8:\"af:Regte\";'),('af','messages:listgrouprights-summary','s:209:\"af:Hier volg \'n lys van gebruikersgroepe met hulle ooreenstemmende regte wat op die wiki gedefinieer is.\nDaar kan [[{{MediaWiki:Listgrouprights-helppage}}|extra inligting]] oor individuele regte aanwesig wees.\";'),('af','messages:listredirects','s:15:\"af:Lys aansture\";'),('af','messages:listredirects-summary','s:3:\"en:\";'),('af','messages:listusers','s:16:\"af:Gebruikerslys\";'),('af','messages:listusers-blocked','s:15:\"af:(geblokkeer)\";'),('af','messages:listusers-creationsort','s:35:\"af:Sorteer volgens registrasiedatum\";'),('af','messages:listusers-desc','s:32:\"af:Sorteer in aflopende volgorde\";'),('af','messages:listusers-editsonly','s:33:\"af:Slegs gebruikers met wysigings\";'),('af','messages:listusers-noresult','s:30:\"af:Geen gebruikers gevind nie.\";'),('af','messages:listusers-submit','s:6:\"af:Wys\";'),('af','messages:listusers-summary','s:3:\"en:\";'),('af','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('af','messages:listusersfrom','s:33:\"af:Wys gebruikers, beginnende by:\";'),('af','messages:localtime','s:17:\"af:Plaaslike tyd:\";'),('af','messages:lockbtn','s:22:\"af:Sluit die databasis\";'),('af','messages:lockconfirm','s:41:\"af:Ja, ek wil regtig die databasis sluit.\";'),('af','messages:lockdb','s:18:\"af:Sluit databasis\";'),('af','messages:lockdbsuccesssub','s:29:\"af:Databasissluit het geslaag\";'),('af','messages:lockdbsuccesstext','s:108:\"af:Die {{SITENAME}} databasis is gesluit.\n<br />Onthou om dit te ontsluit wanneer u onderhoud afgehandel is.\";'),('af','messages:lockdbtext','s:302:\"af:As u die databasis sluit, kan geen gebruiker meer bladsye redigeer, voorkeure verander, dophoulyste verander, of ander aksies uitvoer wat veranderinge in die databasis verg nie.\nBevestig asseblief dat dit is wat u wil doen en dat u die databasis sal ontsluit sodra u u instandhouding afgehandel het.\";'),('af','messages:lockedbyandtime','s:24:\"af:(deur $1 om $3 op $2)\";'),('af','messages:lockfilenotwritable','s:150:\"af:Kan nie na die databasis se sperlêer (lock file) skryf nie.\nOm die databasis te ontsluit moet u skyfregte aan die lêer op die webbediener toeken.\";'),('af','messages:lockmanager-fail-acquirelock','s:31:\"af:Kon nie \"$1\" vergrendel nie.\";'),('af','messages:lockmanager-fail-closelock','s:47:\"af:Kon nie die slotlêer vir \"$1\" te sluit nie.\";'),('af','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('af','messages:lockmanager-fail-db-bucket','s:90:\"af:Dit was nie moontlik om voldoende vergrendel-databasisse in die houer $1 te kontak nie.\";'),('af','messages:lockmanager-fail-db-release','s:54:\"af:Kon nie \'n vergrendeling op databasis $1 ophef nie.\";'),('af','messages:lockmanager-fail-deletelock','s:44:\"af:Kon nie die slotlêer vir \"$1\" skrap nie.\";'),('af','messages:lockmanager-fail-openlock','s:46:\"af:Kon nie die slotlêer vir \"$1\" oopmaak nie.\";'),('af','messages:lockmanager-fail-releaselock','s:31:\"af:Kon nie \"$1\" ontgrendel nie.\";'),('af','messages:lockmanager-fail-svr-acquire','s:54:\"af:Kon nie \'n vergrendeling op bediener $1 verkry nie.\";'),('af','messages:lockmanager-fail-svr-release','s:50:\"af:Kon nie vergrandeling op bediener $1 ophef nie.\";'),('af','messages:lockmanager-notlocked','s:60:\"af:Kon nie \"$1\" ontgrendel nie omdat dit nie gesluit is nie.\";'),('af','messages:locknoconfirm','s:47:\"af:U het nie die \'bevestig\'-blokkie gemerk nie.\";'),('af','messages:log','s:11:\"af:Logboeke\";'),('af','messages:log-action-filter-all','s:7:\"af:Alle\";'),('af','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('af','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('af','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('af','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('af','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('af','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('af','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('af','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('af','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('af','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('af','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('af','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('af','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('af','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('af','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('af','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('af','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('af','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('af','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('af','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('af','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('af','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('af','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('af','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('af','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('af','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('af','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('af','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('af','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('af','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('af','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('af','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('af','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('af','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('af','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('af','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('af','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('af','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('af','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('af','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('af','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('af','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('af','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('af','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('af','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('af','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('af','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('af','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('af','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('af','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('af','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('af','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('af','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('af','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('af','messages:log-description-pagelang','s:64:\"af:Hierdie is \'n logboek van wysigings van die taal van bladsye.\";'),('af','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('af','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('af','messages:log-fulllog','s:24:\"af:Wys volledige logboek\";'),('af','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('af','messages:log-name-create','s:20:\"en:Page creation log\";'),('af','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('af','messages:log-name-pagelang','s:28:\"af:Logboek van taalwysigings\";'),('af','messages:log-name-tag','s:10:\"en:Tag log\";'),('af','messages:log-title-wildcard','s:38:\"af:Soek bladsye wat met die naam begin\";'),('af','messages:logdelete-failure','s:69:\"af:\'\'\'Sigbaarheid kon nie vir die logboekreël gestel word nie:\'\'\'\n$1\";'),('af','messages:logdelete-selected','s:60:\"af:Geselekteerde {{PLURAL:$1|logboek aksie|logboek aksies}}:\";'),('af','messages:logdelete-success','s:58:\"af:\'\'\'Sigbaarheid van die gebeurtenis suksesvol gestel.\'\'\'\";'),('af','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('af','messages:logempty','s:64:\"af:Geen inskrywings in die logboek voldoen aan die kriteria nie.\";'),('af','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('af','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('af','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('af','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('af','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('af','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('af','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('af','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('af','messages:logentry-delete-delete','s:42:\"af:$1 {{GENDER:$2|het}} bladsy $3 verwyder\";'),('af','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('af','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('af','messages:logentry-delete-event','s:109:\"af:$1 {{GENDER:$2|het}} die sigbaarheid van {{PLURAL:$5|\'n logboekreël|$5 logboekreëls}} van $3 gewysig: $4\";'),('af','messages:logentry-delete-event-legacy','s:72:\"af:$1 {{GENDER:$2|het}} die sigbaarheid van logboekreëls van $3 gewysig\";'),('af','messages:logentry-delete-restore','s:51:\"af:$1 {{GENDER:$2|het}} bladsy $3 ($4) teruggeplaas\";'),('af','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('af','messages:logentry-delete-revision','s:108:\"af:$1 {{GENDER:$2|het}} die sigbaarheid van {{PLURAL:$5|\'n weergawe|$5 weergawes}} van bladsy $3 gewysig: $4\";'),('af','messages:logentry-delete-revision-legacy','s:76:\"af:$1 {{GENDER:$2|het}} die sigbaarheid van weergawes van bladsy $3 gewysig.\";'),('af','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('af','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('af','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('af','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('af','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('af','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('af','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('af','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('af','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('af','messages:logentry-move-move','s:47:\"af:$1 {{GENDER:$2|het}} bladsy $3 na $4 geskuif\";'),('af','messages:logentry-move-move-noredirect','s:83:\"af:$1 {{GENDER:$2|het}} bladsy $3 na $4 geskuif sonder om \'n aanstuur agter te laat\";'),('af','messages:logentry-move-move_redir','s:63:\"af:$1 {{GENDER:$2|het}} bladsy $3 na $4 oor \'n aanstuur geskuif\";'),('af','messages:logentry-move-move_redir-noredirect','s:109:\"af:$1 {{GENDER:$2|het}} bladsy $3 na $4 oor \'n bestaande aanstuur geskuif sonder om \'n aanstuur agter te laat\";'),('af','messages:logentry-newusers-autocreate','s:54:\"af:Die gebruiker $1 {{GENDER:$2|is}} outomaties geskep\";'),('af','messages:logentry-newusers-byemail','s:87:\"af:Gebruiker $3 {{GENDER:$2|is}} deur $1 geskep en die wagwoord is per e-pos aangestuur\";'),('af','messages:logentry-newusers-create','s:39:\"af:Gebruiker $1 {{GENDER:$2|is}} geskep\";'),('af','messages:logentry-newusers-create2','s:47:\"af:Gebruiker $3 {{GENDER:$2|is}} deur $1 geskep\";'),('af','messages:logentry-newusers-newusers','s:39:\"af:Gebruiker $1 {{GENDER:$2|is}} geskep\";'),('af','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('af','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('af','messages:logentry-pagelang-pagelang','s:50:\"af:$1 wysig die taal van bladsy \'$3\' van $4 na $5.\";'),('af','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('af','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('af','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('af','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('af','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('af','messages:logentry-patrol-patrol','s:73:\"af:$1 {{GENDER:$2|het}} weergawe $4 van bladsy $3 as gekontroleerd gemerk\";'),('af','messages:logentry-patrol-patrol-auto','s:84:\"af:$1 {{GENDER:$2|het}} weergawe $4 van bladsy $3 outomaties as gekontroleerd gemerk\";'),('af','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('af','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('af','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('af','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('af','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('af','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('af','messages:logentry-rights-autopromote','s:59:\"af:$1 {{GENDER:$2|is}} outomaties van $4 na $5 gepromoveerd\";'),('af','messages:logentry-rights-rights','s:69:\"af:$1 {{GENDER:$2|het}} groepslidmaatskap vir $3 van $4 na $5 gewysig\";'),('af','messages:logentry-rights-rights-legacy','s:56:\"af:$1 {{GENDER:$2|het}} groepslidmaatskap vir $3 gewysig\";'),('af','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('af','messages:logentry-suppress-delete','s:47:\"af:$1 {{GENDER:$2|het}} die bladsy $3 onderdruk\";'),('af','messages:logentry-suppress-event','s:123:\"af:$1 {{GENDER:$2|het}} in die geheim die sigbaarheid van {{PLURAL:$5|\'n logboekreël|$5 logboekreëls}} van $3 gewysig: $4\";'),('af','messages:logentry-suppress-event-legacy','s:86:\"af:$1 {{GENDER:$2|het}} in die geheim die sigbaarheid van logboekreëls van $3 gewysig\";'),('af','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('af','messages:logentry-suppress-revision','s:126:\"af:$1 {{GENDER:$2|het}} in die geheim die sigbaarheid van {{PLURAL:$5|\'n weergawe|$5 weergawes}} van die bladsy $3 gewysig: $4\";'),('af','messages:logentry-suppress-revision-legacy','s:93:\"af:$1 {{GENDER:$2|het}} in die geheim die sigbaarheid van weergawes van die bladsy $3 gewysig\";'),('af','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('af','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('af','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('af','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('af','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('af','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('af','messages:logentry-upload-overwrite','s:56:\"af:$1 {{GENDER:$2|het}} \'n nuwe weergawe van $3 opgelaai\";'),('af','messages:logentry-upload-revert','s:35:\"af:$1 het $3 {{GENDER:$2|opgelaai}}\";'),('af','messages:logentry-upload-upload','s:35:\"af:$1 het $3 {{GENDER:$2|opgelaai}}\";'),('af','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('af','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('af','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('af','messages:logeventslist-submit','s:6:\"af:Wys\";'),('af','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('af','messages:logging-out-notify','s:35:\"af:Jy word afgemeld, wag asseblief.\";'),('af','messages:login','s:11:\"af:Meld aan\";'),('af','messages:login-abort-generic','s:41:\"af:Jou aanmelding het misluk - Geaborteer\";'),('af','messages:login-migrated-generic','s:89:\"af:Jou rekening is gemigreer, en jou gebruikersnaam bestaan nie meer op hierdie wiki nie.\";'),('af','messages:login-security','s:25:\"af:Verifieer u identiteit\";'),('af','messages:login-throttled','s:105:\"af:U het al te veel kere met \'n ongeldige wagwoord probeer aanmeld.\nWag asseblief $1 voor u weer probeer.\";'),('af','messages:login-userblocked','s:60:\"af:Hierdie gebruiker is geblokkeer.\nIntekening word verbied.\";'),('af','messages:loginerror','s:14:\"af:Intekenfout\";'),('af','messages:loginlanguagelabel','s:11:\"af:Taal: $1\";'),('af','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('af','messages:loginprompt','s:3:\"en:\";'),('af','messages:loginreqlink','s:11:\"af:meld aan\";'),('af','messages:loginreqpagetext','s:39:\"af:U moet $1 om ander bladsye te bekyk.\";'),('af','messages:loginreqtitle','s:28:\"af:Aanmelding is verpligtend\";'),('af','messages:loginsuccess','s:46:\"af:U is nou by {{SITENAME}} as \"$1\" ingeteken.\";'),('af','messages:loginsuccesstitle','s:12:\"af:Aangemeld\";'),('af','messages:logout','s:12:\"af:Teken uit\";'),('af','messages:logout-failed','s:29:\"af:Kan nie nou afmeld nie: $1\";'),('af','messages:logouttext','s:134:\"af:\'\'\'U is nou afgemeld\'\'\'\n\nSommige bladsye kan moontlik nog aandui dat u steeds aangemeld is, totdat u u webblaaier se kas skoonmaak.\";'),('af','messages:lonelypages','s:14:\"af:Weesbladsye\";'),('af','messages:lonelypages-summary','s:3:\"en:\";'),('af','messages:lonelypagestext','s:90:\"af:Die volgende bladsye is nie geskakel of ingesluit in ander bladsye op {{SITENAME}} nie:\";'),('af','messages:longpage-hint','s:4:\"en:-\";'),('af','messages:longpageerror','s:206:\"af:\'\'\'Fout: die teks wat u bygevoeg het is {{PLURAL:$1|een kilogreep|$1 kilogrepe}} groot, wat groter is as die maksimum van {{PLURAL:$2|een kilogreep|$2 kilogrepe}}.\'\'\'\nDie bladsy kan nie gestoor word nie.\";'),('af','messages:longpages','s:15:\"af:Lang bladsye\";'),('af','messages:longpages-summary','s:3:\"en:\";'),('af','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('af','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('af','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('af','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('af','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('af','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('af','messages:mailerror','s:34:\"af:Fout tydens e-posversending: $1\";'),('af','messages:mailmypassword','s:22:\"af:E-pos nuwe wagwoord\";'),('af','messages:mailnologin','s:31:\"af:Geen versendadres beskikbaar\";'),('af','messages:mailnologintext','s:158:\"af:U moet [[Special:UserLogin|ingeteken]] wees en \'n geldige e-posadres in u [[Special:Preferences|voorkeure]] hê om e-pos aan ander gebruikers te kan stuur.\";'),('af','messages:mainpage','s:11:\"af:Tuisblad\";'),('af','messages:mainpage-description','s:11:\"af:Tuisblad\";'),('af','messages:mainpage-nstab','s:11:\"af:Voorblad\";'),('af','messages:mainpage-title','s:4:\"en:-\";'),('af','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('af','messages:mar','s:7:\"af:Mrt.\";'),('af','messages:march','s:8:\"af:Maart\";'),('af','messages:march-gen','s:8:\"af:Maart\";'),('af','messages:markaspatrolleddiff','s:24:\"af:Merk as gekontroleerd\";'),('af','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('af','messages:markaspatrolledtext','s:39:\"af:Merk hierdie bladsy as gekontroleerd\";'),('af','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('af','messages:markedaspatrolled','s:26:\"af:As gekontroleerd gemerk\";'),('af','messages:markedaspatrollederror','s:36:\"af:Kan nie as gekontroleerd merk nie\";'),('af','messages:markedaspatrollederror-noautopatrol','s:58:\"af:U kan nie u eie veranderinge as gekontroleerd merk nie.\";'),('af','messages:markedaspatrollederrortext','s:62:\"af:U moet \'n weergawe spesifiseer om as gekontroleerd te merk.\";'),('af','messages:markedaspatrollednotify','s:54:\"af:Hierdie wysiging aan $1 is as gekontroleerd gemerk.\";'),('af','messages:markedaspatrolledtext','s:62:\"af:Die gekose weergawe van [[:$1]] is as gekontroleerd gemerk.\";'),('af','messages:maximum-size','s:20:\"af:Maksimum grootte:\";'),('af','messages:may','s:6:\"af:Mei\";'),('af','messages:may-gen','s:6:\"af:Mei\";'),('af','messages:may_long','s:6:\"af:Mei\";'),('af','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('af','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('af','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('af','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('af','messages:mediastatistics','s:19:\"af:Mediastatistieke\";'),('af','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('af','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('af','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('af','messages:mediastatistics-header-archive','s:24:\"af:Gekompakteerde lêers\";'),('af','messages:mediastatistics-header-audio','s:8:\"af:Oudio\";'),('af','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('af','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('af','messages:mediastatistics-header-executable','s:21:\"af:Uitvoerbare lêers\";'),('af','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('af','messages:mediastatistics-header-office','s:16:\"af:Kantoorlêers\";'),('af','messages:mediastatistics-header-text','s:13:\"af:Tekslêers\";'),('af','messages:mediastatistics-header-total','s:14:\"af:Alle lêers\";'),('af','messages:mediastatistics-header-unknown','s:11:\"af:Onbekend\";'),('af','messages:mediastatistics-header-video','s:10:\"af:Video\'s\";'),('af','messages:mediastatistics-nbytes','s:44:\"af:{{PLURAL:$1|$1 greep|$1 grepe}} ($2; $3%)\";'),('af','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('af','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('af','messages:mediastatistics-table-count','s:16:\"af:Aantal lêers\";'),('af','messages:mediastatistics-table-extensions','s:25:\"af:Moontlike uitbreidings\";'),('af','messages:mediastatistics-table-mimetype','s:12:\"af:MIME-tipe\";'),('af','messages:mediastatistics-table-totalbytes','s:17:\"af:Totale grootte\";'),('af','messages:mediawarning','s:100:\"af:\'\'\'Waarskuwing\'\'\': hierdie lêertipe bevat moontlik programkode wat u stelsel skade kan berokken.\";'),('af','messages:mediawikipage','s:24:\"af:Bekyk boodskapsbladsy\";'),('af','messages:mergehistory','s:39:\"af:Geskiedenis van bladsy samesmeltings\";'),('af','messages:mergehistory-autocomment','s:32:\"af:[[:$1]] saamgevoeg by [[:$2]]\";'),('af','messages:mergehistory-box','s:39:\"af:Versmelt weergawes van twee bladsye:\";'),('af','messages:mergehistory-comment','s:36:\"af:[[:$1]] saamgevoeg by [[:$2]]: $3\";'),('af','messages:mergehistory-done','s:80:\"af:$3 {{PLURAL:$3|weergawe|weergawes}} van $1 is suksesvol versmelt met [[:$2]].\";'),('af','messages:mergehistory-empty','s:40:\"af:Geen weergawes kan versmelt word nie.\";'),('af','messages:mergehistory-fail','s:88:\"af:Kan nie geskiedenis versmelt nie, kontroleer asseblief die bladsy- en tydinstellings.\";'),('af','messages:mergehistory-fail-bad-timestamp','s:26:\"af:Tydstempel is ongeldig.\";'),('af','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('af','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('af','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('af','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('af','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('af','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('af','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('af','messages:mergehistory-from','s:14:\"af:Bronbladsy:\";'),('af','messages:mergehistory-go','s:29:\"af:Wys versmeltbare wysigings\";'),('af','messages:mergehistory-header','s:196:\"af:Hierdie bladsy laat u toe om weergawes uit die geskiedenis van \'n bronbladsy na \'n ander nuwer bladsy oor te dra.\nMaak asseblief seker dat die verandering historiese kontinuïteit sal handhaaf.\";'),('af','messages:mergehistory-into','s:21:\"af:Bestemmingsbladsy:\";'),('af','messages:mergehistory-invalid-destination','s:48:\"af:Bestemmingsbladsy moet \'n geldige titel wees.\";'),('af','messages:mergehistory-invalid-source','s:41:\"af:Bronbladsy moet \'n geldige titel wees.\";'),('af','messages:mergehistory-list','s:36:\"af:Versmeltbare wysigingsgeskiedenis\";'),('af','messages:mergehistory-merge','s:270:\"af:Die volgende weergawes van [[:$1]] kan met [[:$2]] versmelt word.\nGebruik die kolom met sirkeltjies om slegs die weergawes wat op en voor die gespesifiseerde tyd gemaak is saam te voeg.\nLet op dat die gebruik van navigasieskakels hierdie kolom se waardes sal herstel.\";'),('af','messages:mergehistory-no-destination','s:36:\"af:Bestemmingsbladsy $1 bestaan nie.\";'),('af','messages:mergehistory-no-source','s:29:\"af:Bronbladsy $1 bestaan nie.\";'),('af','messages:mergehistory-reason','s:8:\"af:Rede:\";'),('af','messages:mergehistory-redirect-text','s:3:\"en:\";'),('af','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('af','messages:mergehistory-same-destination','s:57:\"af:Die oorsprong en bestemming kan nie dieselfde wees nie\";'),('af','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('af','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('af','messages:mergehistory-submit','s:21:\"af:Versmelt weergawes\";'),('af','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('af','messages:mergelog','s:22:\"af:Versmeltingslogboek\";'),('af','messages:mergelogpagetext','s:100:\"af:Hieronder is \'n lys van die mees onlangse versmeltings van een bladsy se geskiedenis na \'n ander.\";'),('af','messages:metadata','s:11:\"af:Metadata\";'),('af','messages:metadata-collapse','s:32:\"af:Versteek uitgebreide gegewens\";'),('af','messages:metadata-expand','s:27:\"af:Wys uitgebreide gegewens\";'),('af','messages:metadata-fields','s:300:\"af:Die velde in die boodskap word ook gewys op \'n beeldbladsy as die metadatatabel toegevou is.\nAnder velde sal versteek wees.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('af','messages:metadata-help','s:214:\"af:Die lêer bevat aanvullende inligting wat moontlik deur \'n digitale kamera of skandeerder bygevoeg is.\nAs die lêer verander is, sal sekere inligting dalk nie meer ooreenkom met dié van die gewysigde lêer nie.\";'),('af','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('af','messages:metadata-langitem-default','s:5:\"en:$1\";'),('af','messages:mimesearch','s:12:\"af:MIME-soek\";'),('af','messages:mimesearch-summary','s:147:\"af:Hierdie bladsy maak dit moontlik om lêers te filtreer volgens hulle MIME-tipe. Invoer: inhoudtipe/subtipe, byvoorbeeld <code>image/jpeg</code>.\";'),('af','messages:mimetype','s:13:\"af:MIME-tipe:\";'),('af','messages:minimum-size','s:18:\"af:Minimum grootte\";'),('af','messages:minlength1','s:50:\"af:Prentname moet ten minste een letter lank wees.\";'),('af','messages:minoredit','s:17:\"af:Klein wysiging\";'),('af','messages:minoreditletter','s:4:\"af:k\";'),('af','messages:minutes','s:36:\"af:{{PLURAL:$1|$1 minuut|$1 minute}}\";'),('af','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('af','messages:minutes-ago','s:40:\"af:$1 {{PLURAL:$1|minuut|minute}} gelede\";'),('af','messages:missing-article','s:397:\"af:Die databasis kon nie soos verwag die teks vir die bladsy genaamd \"$1\" $2 kry nie.\n\nDit gebeur gewoonlik as mens \'n verouderde verskil- of geskiedenis-skakel volg na \'n bladsy wat reeds verwyder is.\n\nIndien dit nie die geval is nie, het u moontlik \'n fout in die sagteware ontdek. Rapporteer asseblief die probleem aan \'n [[Special:ListUsers/sysop|administrateur]], en maak \'n nota van die URL.\";'),('af','messages:missing-revision','s:287:\"af:Die weergawe #$1 van die bladsy \"{{FULLPAGENAME}} bestaan nie.\n\nDit word meestal veroorsaak deur die volg van \'n verouderde verwysing na \'n bladsy wat verwyder is.\nMeer gegewens kan moontlik in die [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} skraplogboek] gevind word.\";'),('af','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('af','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('af','messages:missingarticle-diff','s:21:\"af:(Wysiging: $1, $2)\";'),('af','messages:missingarticle-rev','s:18:\"af:(weergawe#: $1)\";'),('af','messages:missingcommentheader','s:158:\"af:\'\'\'Let op:\'\'\' U het geen onderwerp/opskrif vir die opmerking verskaf nie. As u weer op \"$1\" klik, sal u wysiging sonder die onderwerp/opskrif gestoor word.\";'),('af','messages:missingcommenttext','s:26:\"af:Tik asb. die opmerking.\";');
INSERT INTO `mw_l10n_cache` VALUES ('af','messages:missingsummary','s:146:\"af:\'\'\'Neem kennis\'\'\': Geen opsomming van die wysiging is verskaf nie. As \"Stoor\" weer gekliek word, word die wysiging sonder \'n opsomming gestoor.\";'),('af','messages:mobile-frontend-account-create-captcha-placeholder','s:22:\"af:Tik bevestigingkode\";'),('af','messages:mobile-frontend-account-create-email-placeholder','s:25:\"af:E-posadres (opsioneel)\";'),('af','messages:mobile-frontend-account-create-submit','s:13:\"af:Registreer\";'),('af','messages:mobile-frontend-app-title','s:17:\"af:Selfoonprogram\";'),('af','messages:mobile-frontend-back-to-top-of-section','s:27:\"af:Spring een opskrif terug\";'),('af','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('af','messages:mobile-frontend-categories-add','s:23:\"af:Voeg by \'n kategorie\";'),('af','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('af','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('af','messages:mobile-frontend-categories-heading','s:31:\"af:<strong>Kategorieë</strong>\";'),('af','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('af','messages:mobile-frontend-categories-nocat','s:54:\"af:Dié bladsy behoort nog nie aan geen kategorie nie.\";'),('af','messages:mobile-frontend-categories-nodata','s:60:\"af:Daar was \'n fout. Het u kategorieë bygevoeg om te stoor?\";'),('af','messages:mobile-frontend-categories-nomatch','s:67:\"af:Geen kategorie vir die navraag gevind nie. Probeer \'n ander een.\";'),('af','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('af','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('af','messages:mobile-frontend-categories-subheading','s:52:\"af:Dié bladsy behoort tot die volgende kategorieë:\";'),('af','messages:mobile-frontend-categories-summary','s:24:\"af:By kategorieë gevoeg\";'),('af','messages:mobile-frontend-changeslist-ip','s:21:\"af:Anonieme gebruiker\";'),('af','messages:mobile-frontend-changeslist-nocomment','s:30:\"af:geen wysigingsopsomming nie\";'),('af','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('af','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('af','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('af','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('af','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('af','messages:mobile-frontend-copyright','s:53:\"af:Inhoud is onderhewig aan $1, tensy anders vermeld.\";'),('af','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('af','messages:mobile-frontend-desc','s:20:\"af:Selfoonkoppelvlak\";'),('af','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('af','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('af','messages:mobile-frontend-diffview-anonymous','s:21:\"af:Anonieme gebruiker\";'),('af','messages:mobile-frontend-diffview-bytesadded','s:40:\"af:$1 {{PLURAL:$1|greep|grepe}} bygevoeg\";'),('af','messages:mobile-frontend-diffview-bytesnochange','s:30:\"af:Geen grootteverandering nie\";'),('af','messages:mobile-frontend-diffview-bytesremoved','s:40:\"af:$1 {{PLURAL:$1|greep|grepe}} verwyder\";'),('af','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('af','messages:mobile-frontend-diffview-editcount','s:49:\"af:<div>$1</div> {{PLURAL:$1|wysiging|wysigings}}\";'),('af','messages:mobile-frontend-diffview-explained','s:53:\"af:Die volgende lyne is bygevoeg (+) en verwyder (-):\";'),('af','messages:mobile-frontend-diffview-title','s:12:\"af:Wysigings\";'),('af','messages:mobile-frontend-disable-images','s:19:\"af:Skakel beelde af\";'),('af','messages:mobile-frontend-dismiss-notification','s:29:\"af:verwyder dié kennisgewing\";'),('af','messages:mobile-frontend-donate-button-label','s:8:\"af:Skenk\";'),('af','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('af','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('af','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('af','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('af','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('af','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('af','messages:mobile-frontend-donate-photo-first-upload-success','s:38:\"af:Sukses! Dankie vir u eerste bydrae!\";'),('af','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('af','messages:mobile-frontend-drawer-cancel','s:13:\"af:Kanselleer\";'),('af','messages:mobile-frontend-edit-login-action','s:81:\"af:<strong>Help om {{SITENAME}} te verbeter.</strong><br /> Meld aan om te wysig.\";'),('af','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('af','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('af','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('af','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('af','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('af','messages:mobile-frontend-editor-anon','s:26:\"af:Wysig sonder aanmelding\";'),('af','messages:mobile-frontend-editor-anonwarning','s:244:\"af:<strong>Waarskuwing</strong>: U is nie aangemeld nie. U IP-adres sal sigbaar wees indien u veranderinge maak. As u <strong>aanmeld</strong> of <strong>\'n rekening skep</strong> verskyn u wysigings onder u gebruikersnaam, naas ander voordele.\";'),('af','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('af','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('af','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('af','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('af','messages:mobile-frontend-editor-cancel','s:13:\"af:Kanselleer\";'),('af','messages:mobile-frontend-editor-cancel-confirm','s:43:\"af:Wil u definitief die wysiging laat vaar?\";'),('af','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('af','messages:mobile-frontend-editor-continue','s:11:\"af:Volgende\";'),('af','messages:mobile-frontend-editor-cta','s:35:\"af:Help om dié bladsy te verbeter!\";'),('af','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('af','messages:mobile-frontend-editor-edit','s:8:\"af:Wysig\";'),('af','messages:mobile-frontend-editor-editing','s:13:\"af:Wysig tans\";'),('af','messages:mobile-frontend-editor-editing-page','s:46:\"af:<span><strong>Wysig tans</strong> $1</span>\";'),('af','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('af','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('af','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('af','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('af','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('af','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('af','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('af','messages:mobile-frontend-editor-keep-editing','s:15:\"af:Wysig verder\";'),('af','messages:mobile-frontend-editor-licensing','s:113:\"af:Deur wysigings te stoor, stem u toe dat u bydrae onder die $1-{{PLURAL:$2|lisensie|lisensies}} vrygestel word.\";'),('af','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('af','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('af','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('af','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('af','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('af','messages:mobile-frontend-editor-previewing-page','s:48:\"af:<span><strong>Voorskou van</strong> $1</span>\";'),('af','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('af','messages:mobile-frontend-editor-redlink-create','s:14:\"af:Skep bladsy\";'),('af','messages:mobile-frontend-editor-redlink-explain','s:53:\"af:Dié bladsy is nog nie geskep op {{SITENAME}} nie.\";'),('af','messages:mobile-frontend-editor-redlink-leave','s:13:\"af:Nee dankie\";'),('af','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('af','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('af','messages:mobile-frontend-editor-save','s:8:\"af:Stoor\";'),('af','messages:mobile-frontend-editor-success','s:35:\"af:Sukses! Die wysiging is gestoor.\";'),('af','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('af','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('af','messages:mobile-frontend-editor-summary','s:13:\"af:Opsomming:\";'),('af','messages:mobile-frontend-editor-summary-placeholder','s:40:\"af:Byvoorbeeld: Tikfout, inhoud bygevoeg\";'),('af','messages:mobile-frontend-editor-summary-request','s:30:\"af:Hoe is die bladsy verbeter?\";'),('af','messages:mobile-frontend-editor-switch-confirm','s:74:\"af:Stoor eers die wysiging voordat u na \'n ander wysigingsmodus oorskakel.\";'),('af','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('af','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('af','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('af','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"af:Nee dankie\";'),('af','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('af','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('af','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('af','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('af','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('af','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('af','messages:mobile-frontend-editor-wait','s:25:\"af:Stoor tans wysiging...\";'),('af','messages:mobile-frontend-enable-images','s:20:\"af:Skakel beelde aan\";'),('af','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('af','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('af','messages:mobile-frontend-featured-article','s:18:\"af:Uitgelig vandag\";'),('af','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('af','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('af','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('af','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('af','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('af','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('af','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('af','messages:mobile-frontend-fontchanger-link','s:16:\"af:Lettergrootte\";'),('af','messages:mobile-frontend-footer-contact','s:9:\"af:Kontak\";'),('af','messages:mobile-frontend-footer-sitename','s:15:\"af:{{SITENAME}}\";'),('af','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('af','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('af','messages:mobile-frontend-generic-login','s:46:\"af:{{SITENAME}} word deur mense soos u geskep.\";'),('af','messages:mobile-frontend-generic-login-action','s:25:\"af:Meld aan om by te dra.\";'),('af','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('af','messages:mobile-frontend-generic-signup-action','s:27:\"af:Registreer om by te dra.\";'),('af','messages:mobile-frontend-history','s:44:\"af:Wys wysigingsgeskiedenis van dié bladsy.\";'),('af','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('af','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('af','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('af','messages:mobile-frontend-home-button','s:11:\"af:Tuisblad\";'),('af','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('af','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('af','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('af','messages:mobile-frontend-images-status','s:9:\"af:Beelde\";'),('af','messages:mobile-frontend-language-article-heading','s:24:\"af:Lees in \'n ander taal\";'),('af','messages:mobile-frontend-language-header','s:64:\"af:Hierdie bladsy is in {{PLURAL:$1|\'n taal|$1 tale}} beskikbaar\";'),('af','messages:mobile-frontend-language-heading','s:24:\"af:<strong>Tale</strong>\";'),('af','messages:mobile-frontend-language-site-choose','s:12:\"af:Soek taal\";'),('af','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('af','messages:mobile-frontend-languages-404-desc','s:38:\"af:\'n Geldige titel moet verskaf word.\";'),('af','messages:mobile-frontend-languages-404-title','s:11:\"af:Taalfout\";'),('af','messages:mobile-frontend-languages-header','s:7:\"af:Tale\";'),('af','messages:mobile-frontend-languages-header-page','s:12:\"af:$1 - Tale\";'),('af','messages:mobile-frontend-languages-nonexistent-title','s:31:\"af:Die bladsy \"$1\" bestaan nie.\";'),('af','messages:mobile-frontend-languages-text','s:50:\"af:$1 is beskikbaar in $2 {{PLURAL:$2|taal|tale}}.\";'),('af','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('af','messages:mobile-frontend-last-modified-date','s:22:\"af:Gewysig op $1 om $2\";'),('af','messages:mobile-frontend-last-modified-days','s:50:\"af:Laas gewysig {{PLURAL:$1|$1 dag|$1 dae}} gelede\";'),('af','messages:mobile-frontend-last-modified-hours','s:50:\"af:Laas gewysig {{PLURAL:$1|$1 uur|$1 ure}} gelede\";'),('af','messages:mobile-frontend-last-modified-just-now','s:18:\"af:Nou-net gewysig\";'),('af','messages:mobile-frontend-last-modified-minutes','s:52:\"af:{{PLURAL:$1|Een minuut|$1 minute}} gelede gewysig\";'),('af','messages:mobile-frontend-last-modified-months','s:55:\"af:Laas gewysig {{PLURAL:$1|$1 maand|$1 maande}} gelede\";'),('af','messages:mobile-frontend-last-modified-seconds','s:55:\"af:{{PLURAL:$1|Een sekonde|$1 sekondes}} gelede gewysig\";'),('af','messages:mobile-frontend-last-modified-with-user-days','s:122:\"af:[$4 Laas {{GENDER:$1|gewysig}}] deur {{PLURAL:$5|[$6 $2]|0=\'n anonieme gebruiker}}   {{PLURAL:$3|$3 dag|$3 dae}} gelede\";'),('af','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('af','messages:mobile-frontend-last-modified-with-user-just-now','s:84:\"af:[$3 Pas {{GENDER:$1|gewysig}}] deur {{PLURAL:$4|[$5 $2]|0=\'n anonieme gebruiker}}\";'),('af','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('af','messages:mobile-frontend-last-modified-with-user-months','s:127:\"af:[$4 Laas {{GENDER:$1|gewysig}}] deur {{PLURAL:$5|[$6 $2]|0=\'n anonieme gebruiker}}   {{PLURAL:$3|$3 maand|$3 maande}} gelede\";'),('af','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('af','messages:mobile-frontend-last-modified-with-user-years','s:116:\"af:[$4 Laas {{GENDER:$1|gewysig}}] deur {{PLURAL:$5|[$6 $2]|0=\'n anonieme gebruiker}}   {{PLURAL:$3|$3 jaar}} gelede\";'),('af','messages:mobile-frontend-last-modified-years','s:52:\"af:Laas gewysig {{PLURAL:$1|$1 jaar|$1 jaar}} gelede\";'),('af','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('af','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('af','messages:mobile-frontend-loading-message','s:15:\"af:Laai tans…\";'),('af','messages:mobile-frontend-logged-in-homepage-notification','s:14:\"af:Welkom, $1!\";'),('af','messages:mobile-frontend-logged-in-toast-notification','s:19:\"af:Aangemeld as $1.\";'),('af','messages:mobile-frontend-logged-out','s:20:\"af:Nie aangemeld nie\";'),('af','messages:mobile-frontend-login','s:11:\"af:Meld aan\";'),('af','messages:mobile-frontend-main-menu','s:14:\"af:Hoofkieslys\";'),('af','messages:mobile-frontend-main-menu-account-create','s:17:\"af:Skep gebruiker\";'),('af','messages:mobile-frontend-main-menu-back','s:8:\"af:Terug\";'),('af','messages:mobile-frontend-main-menu-button-tooltip','s:26:\"af:Maak hoofkeuseskerm oop\";'),('af','messages:mobile-frontend-main-menu-featured','s:11:\"af:Uitgelig\";'),('af','messages:mobile-frontend-main-menu-login','s:11:\"af:Meld aan\";'),('af','messages:mobile-frontend-main-menu-logout','s:10:\"af:Meld af\";'),('af','messages:mobile-frontend-main-menu-nearby','s:7:\"af:Naby\";'),('af','messages:mobile-frontend-main-menu-page-title','s:16:\"af:Werfnavigasie\";'),('af','messages:mobile-frontend-main-menu-settings','s:12:\"af:Voorkeure\";'),('af','messages:mobile-frontend-main-menu-settings-heading','s:14:\"af:Instellings\";'),('af','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('af','messages:mobile-frontend-main-menu-watchlist','s:12:\"af:Dophoulys\";'),('af','messages:mobile-frontend-media-details','s:9:\"af:Detail\";'),('af','messages:mobile-frontend-media-license-link','s:21:\"af:Lisensie-inligting\";'),('af','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('af','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('af','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('af','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('af','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('af','messages:mobile-frontend-missing-image','s:8:\"af:Beeld\";'),('af','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('af','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('af','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('af','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('af','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('af','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('af','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('af','messages:mobile-frontend-nearby-noresults','s:82:\"af:Dit is stil daarbuite. Daar is geen bladsye oor onderwerpe in die omgewing nie.\";'),('af','messages:mobile-frontend-nearby-noresults-guidance','s:92:\"af:Probeer om ligging by \'n bestaande bladsy te voeg of skep \'n nuwe bladsy met koördinate.\";'),('af','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('af','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('af','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('af','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('af','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('af','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('af','messages:mobile-frontend-nearby-title','s:7:\"af:Naby\";'),('af','messages:mobile-frontend-news-items','s:14:\"af:In die nuus\";'),('af','messages:mobile-frontend-opt-in-explain','s:128:\"af:Deur Beta te kies, kry mens toegang tot eksperimentele funksionaliteit, met die risiko dat foute of probleme dalk mag voorkom\";'),('af','messages:mobile-frontend-overlay-close','s:8:\"af:Sluit\";'),('af','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('af','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('af','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('af','messages:mobile-frontend-page-menu-history','s:14:\"af:Geskiedenis\";'),('af','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('af','messages:mobile-frontend-pageaction-edit-tooltip','s:52:\"af:Wysig die inleidende afdeling van hierdie bladsy.\";'),('af','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('af','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('af','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('af','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('af','messages:mobile-frontend-password','s:11:\"af:Wagwoord\";'),('af','messages:mobile-frontend-password-confirm-placeholder','s:20:\"af:Bevestig wagwoord\";'),('af','messages:mobile-frontend-password-placeholder','s:11:\"af:Wagwoord\";'),('af','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('af','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('af','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('af','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('af','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('af','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('af','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('af','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('af','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('af','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('af','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('af','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('af','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('af','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('af','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('af','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('af','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('af','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('af','messages:mobile-frontend-photo-upload-success-article','s:51:\"af:Sukses! Die beeld is nou sigbaar op dié bladsy.\";'),('af','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('af','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('af','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('af','messages:mobile-frontend-placeholder','s:24:\"af:Deursoek {{SITENAME}}\";'),('af','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('af','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('af','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('af','messages:mobile-frontend-privacy-link-text','s:14:\"af:Privaatheid\";'),('af','messages:mobile-frontend-profile-activity-heading','s:22:\"af:Onlangse aktiwiteit\";'),('af','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('af','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('af','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('af','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('af','messages:mobile-frontend-profile-footer-years','s:220:\"af:Het meer as {{PLURAL:$2|\'n jaar|$2 jaar}} gelede aangesluit. Het [[Special:Contributions/$1|{{PLURAL:$3|1 wysiging|$3 wysigings}}]] gemaak en [[Special:Uploads/$1|{{PLURAL:$4|1 keer|$4 keer|500=500+ keer}}]] opgelaai.\";'),('af','messages:mobile-frontend-profile-last-edit','s:97:\"af:Het {{PLURAL:$2|gister|$2 dae terug|0=vroeër vandag}} die blad [[:$1]] {{GENDER:$3|gewysig}}.\";'),('af','messages:mobile-frontend-profile-last-thank','s:78:\"af:Laas {{GENDER:$1|deur}} [[Special:UserProfile/$1|$1]] {{GENDER:$2|bedank}}.\";'),('af','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('af','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('af','messages:mobile-frontend-profile-title','s:19:\"af:Gebruikerprofiel\";'),('af','messages:mobile-frontend-profile-userpage-link','s:38:\"af:Besoek {{GENDER:$1|gebruiker}}blad.\";'),('af','messages:mobile-frontend-profile-usertalk','s:30:\"af:{{GENDER:$1|Gesels met $1}}\";'),('af','messages:mobile-frontend-quick-lookup-looking','s:22:\"af:Soek tans vir \"$1\".\";'),('af','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('af','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('af','messages:mobile-frontend-random-button','s:15:\"af:Lukrake blad\";'),('af','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('af','messages:mobile-frontend-regular-site','s:20:\"af:Standaardweergawe\";'),('af','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('af','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('af','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('af','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('af','messages:mobile-frontend-save-settings','s:8:\"af:Stoor\";'),('af','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('af','messages:mobile-frontend-search-content','s:24:\"af:Soek binne-in bladsye\";'),('af','messages:mobile-frontend-search-content-no-results','s:88:\"af:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' om te sien of dié frase êrens voorkom.\";'),('af','messages:mobile-frontend-search-feedback-link-text','s:32:\"af:Gee asb. terugvoering aan ons\";'),('af','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('af','messages:mobile-frontend-search-no-results','s:34:\"af:Geen bladsy met dié titel nie.\";'),('af','messages:mobile-frontend-search-submit','s:7:\"af:Soek\";'),('af','messages:mobile-frontend-settings-beta','s:7:\"af:Beta\";'),('af','messages:mobile-frontend-settings-images-explain','s:45:\"af:Laai alle beelde wat op \'n bladsy voorkom.\";'),('af','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('af','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('af','messages:mobile-frontend-sign-in-error-heading','s:7:\"af:Fout\";'),('af','messages:mobile-frontend-sign-in-heading','s:11:\"af:Meld aan\";'),('af','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('af','messages:mobile-frontend-sign-up-heading','s:13:\"af:Registreer\";'),('af','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('af','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('af','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('af','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('af','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('af','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('af','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('af','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('af','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('af','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('af','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('af','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('af','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('af','messages:mobile-frontend-talk-reply','s:11:\"af:Antwoord\";'),('af','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('af','messages:mobile-frontend-talk-reply-success','s:58:\"af:U antwoord is suksesvol op die besprekingsblad gestoor.\";'),('af','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('af','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('af','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('af','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('af','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('af','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('af','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('af','messages:mobile-frontend-terms-text','s:22:\"af:Gebruiksvoorwaardes\";'),('af','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('af','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('af','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('af','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('af','messages:mobile-frontend-user-cta','s:53:\"af:Meld aan of registreer om u kennisgewings te sien.\";'),('af','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('af','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('af','messages:mobile-frontend-username','s:18:\"af:Gebruikersnaam:\";'),('af','messages:mobile-frontend-username-placeholder','s:17:\"af:Gebruikersnaam\";'),('af','messages:mobile-frontend-view','s:18:\"af:Selfoonweergawe\";'),('af','messages:mobile-frontend-view-desktop','s:19:\"af:Rekenaarweergawe\";'),('af','messages:mobile-frontend-view-mobile','s:18:\"af:Selfoonweergawe\";'),('af','messages:mobile-frontend-view-source','s:13:\"af:Bekyk bron\";'),('af','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('af','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('af','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('af','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('af','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('af','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('af','messages:mobile-frontend-watchlist-cta','s:54:\"af:Hou tred met dié bladsy en alle wysigings daaraan.\";'),('af','messages:mobile-frontend-watchlist-cta-button-login','s:11:\"af:Meld aan\";'),('af','messages:mobile-frontend-watchlist-cta-button-signup','s:13:\"af:Registreer\";'),('af','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('af','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('af','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('af','messages:mobile-frontend-watchlist-filter-all','s:8:\"af:Almal\";'),('af','messages:mobile-frontend-watchlist-filter-articles','s:10:\"af:Bladsye\";'),('af','messages:mobile-frontend-watchlist-filter-other','s:8:\"af:Ander\";'),('af','messages:mobile-frontend-watchlist-filter-talk','s:13:\"af:Bespreking\";'),('af','messages:mobile-frontend-watchlist-login-action','s:27:\"af:Meld aan om dit te sien.\";'),('af','messages:mobile-frontend-watchlist-more','s:7:\"af:meer\";'),('af','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('af','messages:mobile-frontend-watchlist-purpose','s:129:\"af:<strong>\'n Dophoulys help om bladsye te boekmerk en tred te hou met veranderinge aan hulle.</strong><br />Meld aan om te sien.\";'),('af','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('af','messages:mobile-frontend-watchlist-signup-action','s:140:\"af:<strong>\'n Dophoulys help om bladsye te boekmerk en tred te hou met veranderinge aan hulle.</strong><br />Registreer om met een te begin.\";'),('af','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('af','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('af','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('af','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('af','messages:modeleditnotsupported-title','s:35:\"af:Redigering is nie ondersteun nie\";'),('af','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('af','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('af','messages:mon','s:6:\"af:Ma.\";'),('af','messages:monday','s:10:\"af:Maandag\";'),('af','messages:monday-at','s:16:\"af:Maandag om $1\";'),('af','messages:month','s:28:\"af:Vanaf maand (en vroeër):\";'),('af','messages:months','s:36:\"af:{{PLURAL:$1|een maand|$1 maande}}\";'),('af','messages:monthsall','s:7:\"af:alle\";'),('af','messages:moredotdotdot','s:10:\"af:Meer…\";'),('af','messages:morelinkstoimage','s:62:\"af:Wys [[Special:WhatLinksHere/$1|meer skakels]] na die lêer.\";'),('af','messages:morenotlisted','s:31:\"af:Dié lys is dalk onvolledig.\";'),('af','messages:mostcategories','s:38:\"af:Artikels met die meeste kategorieë\";'),('af','messages:mostcategories-summary','s:3:\"en:\";'),('af','messages:mostimages','s:37:\"af:Beelde met meeste skakels daarheen\";'),('af','messages:mostimages-summary','s:3:\"en:\";'),('af','messages:mostinterwikis','s:43:\"af:Artikels met die meeste interwikiskakels\";'),('af','messages:mostinterwikis-summary','s:3:\"en:\";'),('af','messages:mostlinked','s:38:\"af:Bladsye met meeste skakels daarheen\";'),('af','messages:mostlinked-summary','s:3:\"en:\";'),('af','messages:mostlinkedcategories','s:46:\"af:Kategorieë met die meeste skakels daarheen\";'),('af','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('af','messages:mostlinkedtemplates','s:43:\"af:Sjablone met die meeste skakels daarheen\";'),('af','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('af','messages:mostrevisions','s:32:\"af:Artikels met meeste wysigings\";'),('af','messages:mostrevisions-summary','s:3:\"en:\";'),('af','messages:move','s:8:\"af:Skuif\";'),('af','messages:move-leave-redirect','s:24:\"af:Los \'n aanstuur agter\";'),('af','messages:move-over-sharedrepo','s:183:\"af:== Die lêer bestaan reeds ==\n[[:$1]] bestaan al reeds in \'n gedeelde mediabank.\nAs u \'n lêer na die naam skuif, sal die lêer in die gedeelde mediabank nie meer gebruik word nie.\";'),('af','messages:move-page','s:13:\"af:Skuif \"$1\"\";'),('af','messages:move-page-legend','s:15:\"af:Skuif bladsy\";'),('af','messages:move-redirect-text','s:3:\"en:\";'),('af','messages:move-subpages','s:41:\"af:Skuif al die subbladsye (maksimaal $1)\";'),('af','messages:move-talk-subpages','s:65:\"af:Skuif al die subbladsye van die besprekingsblad (maksimaal $1)\";'),('af','messages:move-watch','s:25:\"af:Hou hierdie bladsy dop\";'),('af','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('af','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('af','messages:moveddeleted-notice','s:117:\"af:Hierdie bladsy bestaan ​​nie.\nDie skrap-, beveiliging- en skuiflogboeke word hieronder ter inligting aangedui.\";'),('af','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('af','messages:movelogpage','s:15:\"af:Skuiflogboek\";'),('af','messages:movelogpagetext','s:46:\"af:Hier onder is \'n lys van geskuifde bladsye.\";'),('af','messages:movenologintext','s:105:\"af:U moet \'n geregistreerde gebruiker wees en [[Special:UserLogin|ingeteken]]\nwees om \'n bladsy te skuif.\";'),('af','messages:movenosubpage','s:38:\"af:Die bladsy het geen subbladsye nie.\";'),('af','messages:movenotallowed','s:43:\"af:U het nie regte om bladsye te skuif nie.\";'),('af','messages:movenotallowedfile','s:57:\"af:U het nie die nodige regte om lêers te kan skuif nie.\";'),('af','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('af','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('af','messages:movepage-max-pages','s:123:\"af:Die maksimum van $1 {{PLURAL:$1|bladsy|bladsye}} is geskuif. Die oorblywende bladsye na nie outomaties geskuif word nie.\";'),('af','messages:movepage-moved','s:32:\"af:\'\'\'\"$1\" is geskuif na \"$2\"\'\'\'\";'),('af','messages:movepage-moved-noredirect','s:35:\"af:Geen aanstuurblad is geskep nie.\";'),('af','messages:movepage-moved-redirect','s:25:\"af:\'n Aanstuur is geskep.\";'),('af','messages:movepage-page-exists','s:71:\"af:Die bladsy $1 bestaan reeds en kan nie outomaties oorskryf word nie.\";'),('af','messages:movepage-page-moved','s:34:\"af:Die bladsy $1 is na $2 geskuif.\";'),('af','messages:movepage-page-unmoved','s:48:\"af:Die bladsy $1 kon nie na $2 geskuif word nie.\";'),('af','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('af','messages:movepage-summary','s:3:\"en:\";'),('af','messages:movepagebtn','s:15:\"af:Skuif bladsy\";'),('af','messages:movepagetalktext','s:249:\"af:Die ooreenstemmende besprekingsblad sal outomaties saam geskuif word, \'\'\'tensy:\'\'\'\n*\'n Besprekengsblad met die nuwe naam reeds bestaan, of\n*U die keuse hier onder deselekteer.\n\nIndien wel sal u self die blad moet skuif of versmelt (indien nodig).\";'),('af','messages:movepagetext','s:1147:\"af:ie vorm hier onder hernoem \'n bladsy en skuif die hele wysigingsgeskiedenis na die nuwe naam.\nDie ou bladsy sal vervang word met \'n aanstuurblad na die nuwe titel.\n\'\'\'Skakels na die ou bladsytitel sal nie outomaties verander word nie; maak seker dat [[Special:DoubleRedirects|dubbele aanstuurverwysings]] en [[Special:BrokenRedirects|stukkende aansture]] nie voorkom nie deur die \"wat skakel hierheen\"-funksie na die skuif te gebruik.\'\'\' Dit is u verantwoordelikheid om seker te maak dat skakels steeds wys na waarheen hulle behoort te gaan.\n\nLet daarop dat \'n bladsy \'\'\'nie\'\'\' geskuif sal word indien daar reeds \'n bladsy met dieselfde titel bestaan nie, tensy dit leeg of \'n aanstuurbladsy is en geen wysigingsgeskiedenis het nie. Dit beteken dat u \'n bladsy kan terugskuif na sy ou titel indien u \'n fout gemaak het, maar u kan nie \'n bestaande bladsy oorskryf nie.\n\n<b>WAARSKUWING!</b>\nHierdie kan \'n drastiese en onverwagte verandering vir \'n gewilde bladsy wees;\nmaak asseblief seker dat u die gevolge van hierdie aksie verstaan voordat u voortgaan. Gebruik ook die ooreenstemmende besprekingsbladsy om oorleg te pleeg met ander bydraers.\";'),('af','messages:movepagetext-noredirectfixer','s:908:\"af:Die vorm hier onder hernoem \'n bladsy en skuif sy hele wysigingsgeskiedenis na die nuwe naam.\nDie ou bladsy sal vervang word met \'n aanstuurblad na die nuwe titel.\nWees asseblief op die uitkyk vir vir [[Special:DoubleRedirects|dubbele]] of [[Special:BrokenRedirects|stukkende aansture]].\nDit is u verantwoordelikheid om seker te maak dat skakels steeds wys na waarheen hulle behoort te gaan.\n\nLet daarop dat \'n bladsy \'\'\'nie\'\'\' geskuif sal word indien daar reeds \'n bladsy met dieselfde titel bestaan nie, tensy dit leeg of \'n aanstuurbladsy is en geen wysigingsgeskiedenis het nie. Dit beteken dat u \'n bladsy kan terugskuif na sy ou titel indien u \'n fout begaan het, maar u kan nie \'n bestaande bladsy oorskryf nie.\n\n<b>WAARSKUWING!</b>\nHierdie kan \'n drastiese en onverwagte verandering vir \'n gewilde bladsy wees;\nmaak asseblief seker dat u die gevolge van hierdie aksie verstaan voordat u voortgaan.\";'),('af','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('af','messages:movereason','s:8:\"af:Rede:\";'),('af','messages:movesubpage','s:37:\"af:{{PLURAL:$1|Subbladsy|Subbladsye}}\";'),('af','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('af','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('af','messages:movesubpagetext','s:83:\"af:Die {{PLURAL:$1|subbladsy|$1 subbladsye}} van hierdie blad word hieronder gewys.\";'),('af','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('af','messages:movetalk','s:52:\"af:Skuif besprekingsblad ook, indien van toepassing.\";'),('af','messages:movethispage','s:23:\"af:Skuif hierdie bladsy\";'),('af','messages:moveuserpage-warning','s:156:\"af:\'\'\'Waarskuwing:\'\'\' U gaan \'n gebruikersblad skuif.\nLet daarop dat slegs die bladsy geskuif sal word. Die gebruiker self sal \'\'nie\'\' hernoem word \'\'nie\'\'.\";'),('af','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('af','messages:mw-widgets-abandonedit','s:66:\"af:Wil u definitief redigeermodus verlaat sonder om eers te stoor?\";'),('af','messages:mw-widgets-abandonedit-discard','s:21:\"af:Gooi wysigings weg\";'),('af','messages:mw-widgets-abandonedit-keep','s:15:\"af:Wysig verder\";'),('af','messages:mw-widgets-abandonedit-title','s:14:\"af:Is u seker?\";'),('af','messages:mw-widgets-categoryselector-add-category-placeholder','s:26:\"af:Voeg \'n kategorie by...\";'),('af','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('af','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('af','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('af','messages:mw-widgets-dateinput-no-date','s:24:\"af:Geen datum gekies nie\";'),('af','messages:mw-widgets-dateinput-placeholder-day','s:13:\"af:JJJJ-MM-DD\";'),('af','messages:mw-widgets-dateinput-placeholder-month','s:10:\"af:JJJJ-MM\";'),('af','messages:mw-widgets-mediasearch-input-placeholder','s:13:\"af:Soek media\";'),('af','messages:mw-widgets-mediasearch-noresults','s:29:\"af:Geen resultate gevind nie.\";'),('af','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('af','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('af','messages:mw-widgets-table-row-delete','s:11:\"af:Skrap ry\";'),('af','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('af','messages:mw-widgets-titleinput-description-new-page','s:25:\"af:bladsy bestaan nog nie\";'),('af','messages:mw-widgets-titleinput-description-redirect','s:17:\"af:aanstuur na $1\";'),('af','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('af','messages:mw-widgets-usersmultiselect-placeholder','s:17:\"af:Voeg nog by...\";'),('af','messages:mycontris','s:10:\"af:Bydraes\";'),('af','messages:mycustomcssprotected','s:50:\"af:U het nie regte om die CSS-bladsy te wysig nie.\";'),('af','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('af','messages:mycustomjsprotected','s:57:\"af:U het nie regte om die JavaScript-bladsy te wysig nie.\";'),('af','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('af','messages:mypage','s:17:\"af:Gebruikersblad\";'),('af','messages:mypreferences','s:12:\"af:Voorkeure\";'),('af','messages:mypreferencesprotected','s:47:\"af:U het nie regte om u voorkeure te wysig nie.\";'),('af','messages:myprivateinfoprotected','s:59:\"af:U het nie regte om u persoonlike inligting te wysig nie.\";'),('af','messages:mytalk','s:13:\"af:Bespreking\";'),('af','messages:mywatchlist','s:12:\"af:Dophoulys\";'),('af','messages:namespace','s:14:\"af:Naamruimte:\";'),('af','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('af','messages:namespace_association','s:24:\"af:Gekoppelde naamruimte\";'),('af','messages:namespaceprotected','s:76:\"af:U het nie toestemming om bladsye in die \'\'\'$1\'\'\'-naamruimte te wysig nie.\";'),('af','messages:namespaces','s:14:\"af:Naamruimtes\";'),('af','messages:namespacesall','s:7:\"af:alle\";'),('af','messages:nav-login-createaccount','s:24:\"af:Meld aan / registreer\";'),('af','messages:navigation','s:12:\"af:Navigasie\";'),('af','messages:navigation-heading','s:23:\"af:Navigasie-keuseskerm\";'),('af','messages:nbytes','s:31:\"af:$1 {{PLURAL:$1|greep|grepe}}\";'),('af','messages:ncategories','s:41:\"af:$1 {{PLURAL:$1|kategorie|kategorieë}}\";'),('af','messages:nchanges','s:38:\"af:$1 {{PLURAL:$1|wysiging|wysigings}}\";'),('af','messages:nearby','s:23:\"af:Bladsye in die buurt\";'),('af','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('af','messages:newarticle','s:9:\"af:(Nuut)\";'),('af','messages:newarticletext','s:226:\"af:Hierdie bladsy bestaan nie.\nTik iets in die invoerboks hier onder om \'n nuwe bladsy te skep. Meer inligting is op die [$1 hulpbladsy] beskikbaar.\nAs u per ongeluk hier uitgekom het, gebruik u blaaier se \'\'\'terug\'\'\'-knoppie.\";'),('af','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('af','messages:newimages','s:25:\"af:Galery van nuwe beelde\";'),('af','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('af','messages:newimages-legend','s:9:\"af:Filter\";'),('af','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('af','messages:newimages-showbots','s:25:\"af:Wys robotte se oplaaie\";'),('af','messages:newimages-summary','s:74:\"af:Die spesiale bladsy wys die nuutste lêers wat na die wiki opgelaai is.\";'),('af','messages:newimages-user','s:25:\"en:IP address or username\";'),('af','messages:newimagestext','s:4:\"en:-\";'),('af','messages:newmessagesdifflinkplural','s:46:\"af:laaste {{PLURAL:$1|wysiging|999=wysigings}}\";'),('af','messages:newmessageslinkplural','s:53:\"af:{{PLURAL:$1|\'n nuwe boodskap|999=nuwe boodskappe}}\";'),('af','messages:newpage','s:14:\"af:Nuwe bladsy\";'),('af','messages:newpageletter','s:4:\"af:N\";'),('af','messages:newpages','s:15:\"af:Nuwe bladsye\";'),('af','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('af','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('af','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('af','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('af','messages:newpages-submit','s:6:\"af:Wys\";'),('af','messages:newpages-summary','s:3:\"en:\";'),('af','messages:newpages-username','s:18:\"af:Gebruikersnaam:\";'),('af','messages:newpassword','s:16:\"af:Nuwe wagwoord\";'),('af','messages:newsection','s:14:\"en:New section\";'),('af','messages:newsection-page','s:14:\"en:Target page\";'),('af','messages:newsection-submit','s:13:\"en:Go to page\";'),('af','messages:newsection-summary','s:3:\"en:\";'),('af','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('af','messages:newsectionsummary','s:25:\"af:/* $1 */ nuwe afdeling\";'),('af','messages:newtitle','s:14:\"af:Nuwe titel:\";'),('af','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('af','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('af','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('af','messages:newuserlogpage','s:30:\"af:Logboek van nuwe gebruikers\";'),('af','messages:newuserlogpagetext','s:62:\"af:Dit is \'n logboek van gebruikers wat onlangs ingeteken het.\";'),('af','messages:newwindow','s:28:\"af:(verskyn in nuwe venster)\";'),('af','messages:next','s:11:\"af:volgende\";'),('af','messages:next-page','s:18:\"af:volgende bladsy\";'),('af','messages:nextdiff','s:21:\"af:Nuwer wysiging →\";'),('af','messages:nextn','s:28:\"af:volgende {{PLURAL:$1|$1}}\";'),('af','messages:nextn-title','s:48:\"af:Volgende {{PLURAL:$1|resultaat|$1 resultate}}\";'),('af','messages:nextpage','s:21:\"af:Volgende blad ($1)\";'),('af','messages:nextrevision','s:21:\"af:Nuwer weergawe →\";'),('af','messages:nimagelinks','s:49:\"af:Gebruik op {{PLURAL:$1|een bladsy|$1 bladsye}}\";'),('af','messages:ninterwikis','s:52:\"af:$1 {{PLURAL:$1|interwikiskakel|interwikiskakels}}\";'),('af','messages:nlinks','s:34:\"af:$1 {{PLURAL:$1|skakel|skakels}}\";'),('af','messages:nmembers','s:28:\"af:$1 {{PLURAL:$1|lid|lede}}\";'),('af','messages:nmemberschanged','s:35:\"af:$1 → $2 {{PLURAL:$2|lid|lede}}\";'),('af','messages:no-null-revision','s:73:\"af:Dit was nie moontlik om \'n nuwe leë weergawe vir bladsy \"$1\" maak nie\";'),('af','messages:noarticletext','s:303:\"af:Hierdie bladsy bevat geen teks nie.\nU kan [[Special:Search/{{PAGENAME}}|vir die bladsytitel in ander bladsye soek]],\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} die verwante logboeke deursoek]\nof [{{fullurl:{{FULLPAGENAME}}|action=edit}} hierdie bladsy skep]</span>.\";'),('af','messages:noarticletext-nopermission','s:268:\"af:Hierdie bladsy bevat geen teks nie.\nU kan vir die term [[Special:Search/{{PAGENAME}}|in ander bladsye soek]] of\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} die verwante logboeke deursoek]</span>, maar u kan nie die bladsy skep nie.\";'),('af','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('af','messages:noautoblockblock','s:22:\"af:autoblok afgeskakel\";'),('af','messages:nocontribs','s:64:\"af:Geen veranderinge wat by hierdie kriteria pas, is gevind nie.\";'),('af','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('af','messages:nocookiesfornew','s:163:\"af:Die gebruiker is nie geskep nie omdat die oorsprong nie bevestig kon word nie.\nMaak seker dat u koekies aangeskakel het, herlaai die bladsy en probeer dan weer.\";'),('af','messages:nocookieslogin','s:141:\"af:{{SITENAME}} gebruik koekies vir die aanmeld van gebruikers.\nU blaaier laat nie koekies toe nie.\nSkakel dit asseblief aan en probeer weer.\";'),('af','messages:nocookiesnew','s:254:\"af:Die gebruiker is geregistreer, maar is nie aangemeld nie.\n{{SITENAME}} gebruik koekies vir die aanmeld van gebruikers.\nU rekenaar laat tans nie koekies toe nie.\nStel u rekenaar om dit te aanvaar, dan sal u met u nuwe gebruiker en wagwoord kan aanmeld.\";'),('af','messages:nocreate-loggedin','s:46:\"af:U het nie regte om nuwe blaaie te skep nie.\";'),('af','messages:nocreatetext','s:157:\"af:{{SITENAME}} het die skep van nuwe bladsye beperk.\nU kan slegs bestaande bladsye wysig, of u kan [[Special:UserLogin|aanmeld of \'n gebruiker registreer]].\";'),('af','messages:nocredits','s:66:\"af:Geen outeursinligting is vir hierdie bladsy nie beskikbaar nie.\";'),('af','messages:node-count-exceeded-category','s:52:\"af:Bladsye waar die maksimum aantal nodes oorskry is\";'),('af','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('af','messages:node-count-exceeded-warning','s:51:\"af:Hierdie bladsy oorskry die maksimum aantal nodes\";'),('af','messages:noemail','s:50:\"af:Daar is geen e-posadres vir gebruiker \"$1\" nie.\";'),('af','messages:noemailcreate','s:39:\"af:U moet \'n geldige e-posadres verskaf\";'),('af','messages:noemailprefs','s:61:\"af:Spesifiseer \'n e-posadres vir hierdie funksies om te werk.\";'),('af','messages:noemailtext','s:69:\"af:Hierdie gebruiker het nie \'n geldige e-posadres gespesifiseer nie.\";'),('af','messages:noemailtitle','s:18:\"af:Geen e-posadres\";'),('af','messages:nohistory','s:60:\"af:Daar is geen wysigingsgeskiedenis vir hierdie bladsy nie.\";'),('af','messages:noimages','s:20:\"af:Niks te sien nie.\";'),('af','messages:noindex-category','s:27:\"af:Ongeïndekseerde bladsye\";'),('af','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('af','messages:nolicense','s:18:\"af:Niks gekies nie\";'),('af','messages:nolinkshere','s:35:\"af:Geen bladsye skakel na \'\'\'$2\'\'\'.\";'),('af','messages:nolinkshere-ns','s:65:\"af:Geen bladsye skakel na \'\'\'$2\'\'\' in die verkose naamruimte nie.\";'),('af','messages:nolinkstoimage','s:51:\"af:Daar is geen bladsye wat dié lêer gebruik nie.\";'),('af','messages:noname','s:28:\"af:Ongeldige gebruikersnaam.\";'),('af','messages:nonfile-cannot-move-to-file','s:53:\"af:Net lêers kan na die lêernaamruimte geskuif word\";'),('af','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('af','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('af','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('af','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('af','messages:nopagetext','s:42:\"af:Die bladsy wat u wil skuif bestaan nie.\";'),('af','messages:nopagetitle','s:29:\"af:Die bestemming bestaan nie\";'),('af','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('af','messages:nospecialpagetext','s:171:\"af:<strong>U het \'n spesiale bladsy wat nie bestaan nie aangevra.</strong>\n\n\'n Lys met geldige spesiale bladsye is beskikbaar by [[Special:SpecialPages|spesiale bladsye]].\";'),('af','messages:nosuchaction','s:18:\"af:Ongeldige aksie\";'),('af','messages:nosuchactiontext','s:163:\"af:Die opdrag in die URL is ongeldig.\nU het moontlik \'n tikfout gemaak of \'n ongeldige skakel gevolg.\nDit kan ook dui op \'n fout in die sagteware van {{SITENAME}}.\";'),('af','messages:nosuchsectiontext','s:130:\"af:U het probeer om \'n afdeling wat nie bestaan nie te wysig.\nDis was moontlik geskuif of verwyder terwyl u die bladsy gelees het.\";'),('af','messages:nosuchsectiontitle','s:32:\"af:Kan nie die afdeling vind nie\";'),('af','messages:nosuchspecialpage','s:28:\"af:Ongeldige spesiale bladsy\";'),('af','messages:nosuchuser','s:162:\"af:Die gebruikernaam \"$1\" bestaan nie.\nGebruikername is gevoelig vir hoofletters.\nMaak seker dit is reg gespel of [[Special:CreateAccount|skep \'n nuwe rekening]].\";'),('af','messages:nosuchusershort','s:70:\"af:Daar is geen gebruikersnaam \"$1\" nie. Maak seker dit is reg gespel.\";'),('af','messages:notanarticle','s:17:\"af:Nie \'n artikel\";'),('af','messages:notargettext','s:95:\"af:U het nie \'n teikenbladsy of gebruiker waarmee hierdie funksie moet werk, gespesifiseer nie.\";'),('af','messages:notargettitle','s:14:\"af:Geen teiken\";'),('af','messages:note','s:14:\"af:\'\'\'Nota:\'\'\'\";'),('af','messages:notextmatches','s:33:\"af:Geen artikelteks resultate nie\";'),('af','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('af','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('af','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('af','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('af','messages:notloggedin','s:20:\"af:Nie ingeteken nie\";'),('af','messages:notvisiblerev','s:23:\"af:Weergawe is verwyder\";'),('af','messages:nouserspecified','s:40:\"af:U moet \'n gebruikersnaam spesifiseer.\";'),('af','messages:nov','s:7:\"af:Nov.\";'),('af','messages:november','s:11:\"af:November\";'),('af','messages:november-gen','s:11:\"af:November\";'),('af','messages:nowatchlist','s:39:\"af:U het geen items in u dophoulys nie.\";'),('af','messages:nowikiemailtext','s:69:\"af:Hierdie gebruiker wil geen e-pos van ander gebruikers ontvang nie.\";'),('af','messages:nrevisions','s:38:\"af:$1 {{PLURAL:$1|weergawe|weergawes}}\";'),('af','messages:ns-specialprotected','s:48:\"af:Spesiale bladsye kan nie geredigeer word nie.\";'),('af','messages:nstab-category','s:12:\"af:Kategorie\";'),('af','messages:nstab-help','s:11:\"af:Hulpblad\";'),('af','messages:nstab-image','s:8:\"af:Lêer\";'),('af','messages:nstab-main','s:9:\"af:Bladsy\";'),('af','messages:nstab-mainpage','s:11:\"af:Tuisblad\";'),('af','messages:nstab-media','s:12:\"af:Mediablad\";'),('af','messages:nstab-mediawiki','s:11:\"af:Boodskap\";'),('af','messages:nstab-project','s:13:\"af:Projekblad\";'),('af','messages:nstab-special','s:18:\"af:Spesiale bladsy\";'),('af','messages:nstab-talk','s:3:\"en:\";'),('af','messages:nstab-template','s:11:\"af:Sjabloon\";'),('af','messages:nstab-user','s:30:\"af:{{GENDER:$1|Gebruikerblad}}\";'),('af','messages:ntimes','s:7:\"en:$1×\";'),('af','messages:ntransclusions','s:49:\"af:gebruik op {{PLURAL:$1|een bladsy|$1 bladsye}}\";'),('af','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('af','messages:oct','s:7:\"af:Okt.\";'),('af','messages:october','s:10:\"af:Oktober\";'),('af','messages:october-gen','s:10:\"af:Oktober\";'),('af','messages:ok','s:5:\"af:OK\";'),('af','messages:oldpassword','s:14:\"af:Ou wagwoord\";'),('af','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('af','messages:ooui-dialog-message-accept','s:8:\"af:Regso\";'),('af','messages:ooui-dialog-message-reject','s:13:\"af:Kanselleer\";'),('af','messages:ooui-dialog-process-continue','s:13:\"af:Gaan voort\";'),('af','messages:ooui-dialog-process-dismiss','s:8:\"af:Sluit\";'),('af','messages:ooui-dialog-process-error','s:27:\"af:Iets het verkeerd gegaan\";'),('af','messages:ooui-dialog-process-retry','s:15:\"af:Probeer weer\";'),('af','messages:ooui-field-help','s:7:\"af:Hulp\";'),('af','messages:ooui-item-remove','s:11:\"af:Verwyder\";'),('af','messages:ooui-outline-control-move-down','s:16:\"af:Skuif item af\";'),('af','messages:ooui-outline-control-move-up','s:16:\"af:Skuif item op\";'),('af','messages:ooui-outline-control-remove','s:16:\"af:Verwyder item\";'),('af','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('af','messages:ooui-selectfile-button-select','s:16:\"af:Kies \'n lêer\";'),('af','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('af','messages:ooui-selectfile-dragdrop-placeholder','s:26:\"af:Laat val die lêer hier\";'),('af','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('af','messages:ooui-selectfile-not-supported','s:33:\"af:Lêers kan nie gekies word nie\";'),('af','messages:ooui-selectfile-placeholder','s:27:\"af:Geen lêer is gekies nie\";'),('af','messages:ooui-toolbar-more','s:7:\"af:Meer\";'),('af','messages:ooui-toolgroup-collapse','s:9:\"af:Minder\";'),('af','messages:ooui-toolgroup-expand','s:7:\"af:Meer\";'),('af','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('af','messages:othercontribs','s:27:\"af:Gebaseer op werk van $1.\";'),('af','messages:otherlanguages','s:13:\"af:Ander tale\";'),('af','messages:others','s:8:\"af:ander\";'),('af','messages:overwrite','s:62:\"af:Die oorskryf van \'n bestaande lêer word nie toegelaat nie.\";'),('af','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('af','messages:page-atom-feed','s:17:\"af:\"$1\" Atoomvoer\";'),('af','messages:page-rss-feed','s:16:\"af:\"$1\" RSS-voer\";'),('af','messages:page_first','s:9:\"af:eerste\";'),('af','messages:page_last','s:9:\"af:laaste\";'),('af','messages:pagecategories','s:38:\"af:{{PLURAL:$1|Kategorie|Kategorieë}}\";'),('af','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('af','messages:pagedata-bad-title','s:23:\"af:Ongeldige titel: $1.\";'),('af','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('af','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('af','messages:pagedata-title','s:12:\"en:Page data\";'),('af','messages:pagehist','s:21:\"af:Bladsy geskiedenis\";'),('af','messages:pagehistory','s:15:\"en:Page history\";'),('af','messages:pagehistory-summary','s:3:\"en:\";'),('af','messages:pageid','s:13:\"en:page ID $1\";'),('af','messages:pageinfo','s:12:\"en:Page info\";'),('af','messages:pageinfo-article-id','s:12:\"af:Bladsy-ID\";'),('af','messages:pageinfo-authors','s:37:\"af:Totale aantal verskillende outeurs\";'),('af','messages:pageinfo-category-files','s:16:\"af:Aantal lêers\";'),('af','messages:pageinfo-category-info','s:20:\"af:Kategoriegegewens\";'),('af','messages:pageinfo-category-pages','s:17:\"af:Aantal bladsye\";'),('af','messages:pageinfo-category-subcats','s:24:\"af:Aantal subkategorieë\";'),('af','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('af','messages:pageinfo-content-model','s:24:\"af:Bladsy se inhoudmodel\";'),('af','messages:pageinfo-content-model-change','s:8:\"af:wysig\";'),('af','messages:pageinfo-contentpage','s:32:\"af:Getel as \'n bladsy met inhoud\";'),('af','messages:pageinfo-contentpage-yes','s:5:\"af:Ja\";'),('af','messages:pageinfo-default-sort','s:24:\"af:Standaard sorteerwyse\";'),('af','messages:pageinfo-display-title','s:15:\"af:Vertoontitel\";'),('af','messages:pageinfo-edits','s:26:\"af:Totale aantal wysigings\";'),('af','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('af','messages:pageinfo-few-watchers','s:48:\"af:Minder as {{PLURAL:$1|dophouer|$1 dophouers}}\";'),('af','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('af','messages:pageinfo-firsttime','s:36:\"af:Datum waarop die bladsy geskep is\";'),('af','messages:pageinfo-firstuser','s:38:\"af:Gebruiker wat die bladsy geskep het\";'),('af','messages:pageinfo-footer','s:4:\"en:-\";'),('af','messages:pageinfo-header','s:4:\"en:-\";'),('af','messages:pageinfo-header-basic','s:20:\"af:Basiese inligting\";'),('af','messages:pageinfo-header-edits','s:23:\"af:Wysigingsgeskiedenis\";'),('af','messages:pageinfo-header-properties','s:20:\"af:Bladsy-eienskappe\";'),('af','messages:pageinfo-header-restrictions','s:19:\"af:Bladsybeskerming\";'),('af','messages:pageinfo-hidden-categories','s:54:\"af:Versteekte {{PLURAL:$1|kategorie|kategorieë}} ($1)\";'),('af','messages:pageinfo-language','s:22:\"af:Taal vir die bladsy\";'),('af','messages:pageinfo-language-change','s:9:\"en:change\";'),('af','messages:pageinfo-lasttime','s:28:\"af:Datum van laaste wysiging\";'),('af','messages:pageinfo-lastuser','s:16:\"af:Laaste outeur\";'),('af','messages:pageinfo-length','s:26:\"af:Bladsylengte (in grepe)\";'),('af','messages:pageinfo-magic-words','s:50:\"af:{{PLURAL:$1|Magiese woord|Magiese woorde}} ($1)\";'),('af','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('af','messages:pageinfo-not-current','s:65:\"af:Hierdie gegewens is slegs vir die huidige weergawe beskikbaar.\";'),('af','messages:pageinfo-protect-cascading','s:35:\"af:Beveiliging werk vanaf hier deur\";'),('af','messages:pageinfo-protect-cascading-from','s:42:\"af:Bladsy is vanuit \'n ander blad beveilig\";'),('af','messages:pageinfo-protect-cascading-yes','s:5:\"af:Ja\";'),('af','messages:pageinfo-recent-authors','s:39:\"af:Aantal verskillende onlangse outeurs\";'),('af','messages:pageinfo-recent-edits','s:52:\"af:Aantal onlangse wysigings (binne die afgelope $1)\";'),('af','messages:pageinfo-redirects-name','s:32:\"af:Aantal aansture na die bladsy\";'),('af','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('af','messages:pageinfo-redirectsto','s:15:\"af:Stuur aan na\";'),('af','messages:pageinfo-redirectsto-info','s:12:\"af:Inligting\";'),('af','messages:pageinfo-robot-index','s:13:\"af:Toegestaan\";'),('af','messages:pageinfo-robot-noindex','s:17:\"af:Nie toegestaan\";'),('af','messages:pageinfo-robot-policy','s:27:\"af:Indeksering deur robotte\";'),('af','messages:pageinfo-subpages-name','s:27:\"af:Subblaaie van die bladsy\";'),('af','messages:pageinfo-subpages-value','s:86:\"af:$1 ($2 {{PLURAL:$2|aanstuur|aansture}}; $3 {{PLURAL:$3|nie-aanstuur|nie-aansture}})\";'),('af','messages:pageinfo-summary','s:3:\"en:\";'),('af','messages:pageinfo-templates','s:59:\"af:{{PLURAL:$1|Gebruikte sjabloon|Gebruikte sjablone}} ($1)\";'),('af','messages:pageinfo-title','s:21:\"af:Inligting oor \"$1\"\";'),('af','messages:pageinfo-toolboxlink','s:16:\"af:Bladinligting\";'),('af','messages:pageinfo-transclusions','s:55:\"af:{{PLURAL:$1|Bladsy|Bladsye}} getranskludeerd op ($1)\";'),('af','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('af','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('af','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('af','messages:pageinfo-watchers','s:19:\"af:Aantal dophouers\";'),('af','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('af','messages:pagelang-language','s:7:\"af:Taal\";'),('af','messages:pagelang-name','s:9:\"af:Bladsy\";'),('af','messages:pagelang-nonexistent-page','s:29:\"af:Die bladsy $1 bestaan nie.\";'),('af','messages:pagelang-reason','s:7:\"af:Rede\";'),('af','messages:pagelang-select-lang','s:12:\"af:Kies taal\";'),('af','messages:pagelang-submit','s:10:\"af:Dien in\";'),('af','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('af','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('af','messages:pagelang-use-default','s:25:\"af:Gebruik standaard taal\";'),('af','messages:pagelanguage','s:22:\"af:Verander bladsytaal\";'),('af','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('af','messages:pagemovedsub','s:26:\"af:Verskuiwing het geslaag\";'),('af','messages:pager-newer-n','s:33:\"af:{{PLURAL:$1|nuwer 1|nuwer $1}}\";'),('af','messages:pager-older-n','s:31:\"af:{{PLURAL:$1|ouer 1|ouer $1}}\";'),('af','messages:pagesize','s:10:\"af:(grepe)\";'),('af','messages:pageswithprop','s:32:\"af:Blaaie met \'n bladsy-eienskap\";'),('af','messages:pageswithprop-legend','s:32:\"af:Blaaie met \'n bladsy-eienskap\";'),('af','messages:pageswithprop-prop','s:25:\"af:Naam van die eienskap:\";'),('af','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('af','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('af','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('af','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('af','messages:pageswithprop-submit','s:5:\"af:OK\";'),('af','messages:pageswithprop-summary','s:3:\"en:\";'),('af','messages:pageswithprop-text','s:60:\"af:Hierdie bladsy lys blaaie met \'n bepaalde blady-eienskap.\";'),('af','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('af','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('af','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('af','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('af','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('af','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('af','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('af','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('af','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('af','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('af','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('af','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('af','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('af','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('af','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('af','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('af','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('af','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('af','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('af','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('af','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('af','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('af','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('af','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('af','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('af','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('af','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('af','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('af','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('af','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('af','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('af','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('af','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('af','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('af','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('af','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('af','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('af','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('af','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('af','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('af','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('af','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('af','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('af','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('af','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('af','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('af','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('af','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('af','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('af','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('af','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('af','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('af','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('af','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('af','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('af','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('af','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('af','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('af','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('af','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('af','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('af','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('af','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('af','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('af','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('af','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('af','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('af','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('af','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('af','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('af','messages:parentheses','s:7:\"en:($1)\";'),('af','messages:parentheses-end','s:4:\"en:)\";'),('af','messages:parentheses-start','s:4:\"en:(\";'),('af','messages:parser-template-loop-warning','s:42:\"af:Sjablone is in \'n oneindige lus: [[$1]]\";'),('af','messages:parser-template-recursion-depth-warning','s:50:\"af:Die rekursiediepte vir sjablone is oorskry ($1)\";'),('af','messages:parser-unstrip-loop-warning','s:32:\"af:\'n \"Unstrip\"-lus is bespreur.\";'),('af','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('af','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('af','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('af','messages:password-change-forbidden','s:52:\"af:U kan nie wagwoorde op hierdie wiki verander nie.\";'),('af','messages:password-login-forbidden','s:65:\"af:Die gebruik van hierdie gebruikersnaam en wagwoord is geweier.\";'),('af','messages:password-name-match','s:61:\"af:U wagwoord mag nie dieselfde as u gebruikersnaam wees nie.\";'),('af','messages:password-substring-username-match','s:57:\"af:U wagwoord moet nie binne u gebruikersnaam verskyn nie\";'),('af','messages:passwordincommonlist','s:124:\"af:Die wagwoord wat ingevoer is, is in \'n lys van baie algemeen gebruikte wagwoorde. Kies asseblief \'n meer unieke wagwoord.\";'),('af','messages:passwordpolicies','s:20:\"en:Password policies\";'),('af','messages:passwordpolicies-group','s:8:\"en:Group\";'),('af','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('af','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('af','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('af','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('af','messages:passwordpolicies-policy-minimalpasswordlength','s:73:\"af:Wagwoord moet ten minste $1 {{PLURAL:$1|karakter|karakters}} lank wees\";'),('af','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"af:Wagwoord moet ten minste $1 {{PLURAL:$1|karakter|karakters}} lank wees om te kan aanmeld\";'),('af','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:66:\"af:Wagwoord kan nie \'n substring binne die gebruikersnaam wees nie\";'),('af','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('af','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('af','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('af','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('af','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('af','messages:passwordremindertext','s:494:\"af:Iemand (vanaf IP-adres $1) het \'n nuwe wagwoord vir {{SITENAME}} ($4) aangevra. \'n Tydelike wagwoord is vir gebruiker \"$2\" geskep. Die nuwe wagwoord is \"$3\". As dit u bedoeling was, moet u nou aanmeld en \'n nuwe wagwoord kies. Die tydelike wagwoord sal na {{PLURAL:$5|een dag|$5 dae}} verval.\n\nIndien iemand anders hierdie navraag gerig het, of u die wagwoord intussen onthou het en nie meer die wagwoord wil wysig nie, kan u die boodskap ignoreer en voortgaan om die ou wagwoord te gebruik.\";'),('af','messages:passwordremindertitle','s:32:\"af:Wagwoordwenk van {{SITENAME}}\";'),('af','messages:passwordreset','s:19:\"af:Herstel wagwoord\";'),('af','messages:passwordreset-disabled','s:62:\"af:Die herskik van U wagwoord is gedeaktiveer op hierdie wiki.\";'),('af','messages:passwordreset-domain','s:10:\"af:Domein:\";'),('af','messages:passwordreset-email','s:14:\"af:E-posadres:\";'),('af','messages:passwordreset-emaildisabled','s:47:\"af:E-posfunksies is afgeskakel op hierdie wiki.\";'),('af','messages:passwordreset-emailelement','s:46:\"af:Gebruikersnaam: \n$1\n\nTydelike wagwoord: \n$2\";'),('af','messages:passwordreset-emailtext-ip','s:507:\"af:Iemand, waarskynlik u vanaf die IP-adres $1, het u gebruikersgegewens vir {{SITENAME}} ($4) opgevra.\nDie volgende {{PLURAL:$3|gebruiker is|gebruikers is}} aan die e-posadres gekoppel:\n\n$2\n\n{{PLURAL:$3|Die tydelike wagwoord verval|Hierdie tydelike wagwoorde verval}} oor {{PLURAL:$5|een dag|$5 dae}}.\nMeld asseblief nou aan en wysig u wagwoord. As u dit nie versoek het nie, of as u die oorspronklike wagwoord nog ken en dit nie wil verander nie, ignoreer die berig en hou aan om u ou wagwoord te gebruik.\";'),('af','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('af','messages:passwordreset-emailtext-user','s:508:\"af:Gebruiker $1 op die webtuiste {{SITENAME}} het u gebruikersgegewens vir {{SITENAME}} ($4) opgevra.\nDie volgende {{PLURAL:$3|gebruiker is|gebruikers is}} aan die e-posadres gekoppel:\n\n$2\n\n{{PLURAL:$3|Die tydelike wagwoord verval|Hierdie tydelike wagwoorde verval}} oor {{PLURAL:$5|een dag|$5 dae}}.\nMeld asseblief aan en verander u wagwoord nou. As u dit nie versoek het nie, of as u die oorspronklike wagwoord nog ken en dit nie wil verander nie, ignoreer die berig en hou aan om u ou wagwoord te gebruik.\";'),('af','messages:passwordreset-emailtitle','s:39:\"af:Gebruiker se details op {{SITENAME}}\";'),('af','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('af','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('af','messages:passwordreset-nodata','s:53:\"af:Daar is geen gebruikernaam of e-posadres gegee nie\";'),('af','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('af','messages:passwordreset-success','s:43:\"af:Jy het \'n wagwoordterugstelling versoek.\";'),('af','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('af','messages:passwordreset-success-info','s:47:\"af:Die besonderhede wat jy ingedien het, is: $1\";'),('af','messages:passwordreset-text-many','s:87:\"af:{{PLURAL:$1|Vul een van die velde in om \'n tydelike wagwoord per e-pos te ontvang.}}\";'),('af','messages:passwordreset-text-one','s:49:\"af:Voltooi hierdie vorm om u wagwoord te herstel.\";'),('af','messages:passwordreset-username','s:13:\"af:Gebruiker:\";'),('af','messages:passwordsent','s:102:\"af:\'n Nuwe wagwoord is na die e-posadres vir \"$1\" gestuur.\nMeld asseblief aan sodra u dit ontvang het.\";'),('af','messages:passwordtoolong','s:78:\"af:Wagwoorde kan nie langer as {{PLURAL:$1|1 karakter|$1 karakters}} wees nie.\";'),('af','messages:passwordtooshort','s:77:\"af:Wagwoorde moet ten minste {{PLURAL:$1|1 karakter|$1 karakters}} lank wees.\";'),('af','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('af','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('af','messages:patrol-log-header','s:59:\"af:Die logboek wys weergawes wat as gekontroleer gemerk is.\";'),('af','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('af','messages:patrol-log-page','s:23:\"af:Kontroleringslogboek\";'),('af','messages:pear-mail-error','s:5:\"en:$1\";'),('af','messages:percent','s:6:\"en:$1%\";'),('af','messages:perfcached','s:152:\"af:Die volgende inligting is gekas en mag dalk nie op datum wees nie. \'n Maksimum van {{PLURAL:$1|een resultaat|$1 resultate}} is in die kas beskikbaar.\";'),('af','messages:perfcachedts','s:145:\"af:Die volgende data is gekas en is laas op $2 om $3 bygewerk. \'n Maksimum van {{PLURAL:$4|een resultaat|$4 resultate}} is in die kas beskikbaar.\";'),('af','messages:period-am','s:6:\"af:vm.\";'),('af','messages:period-pm','s:6:\"af:nm.\";'),('af','messages:permalink','s:20:\"af:Permanente skakel\";'),('af','messages:permanentlink','s:20:\"af:Permanente skakel\";'),('af','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('af','messages:permanentlink-submit','s:23:\"af:Beweeg na hersiening\";'),('af','messages:permanentlink-summary','s:3:\"en:\";'),('af','messages:permissionserrors','s:19:\"af:Toestemmingsfout\";'),('af','messages:permissionserrorstext','s:90:\"af:U het nie toestemming om hierdie te doen nie, om die volgende {{PLURAL:$1|rede|redes}}:\";'),('af','messages:permissionserrorstext-withaction','s:69:\"af:U het geen regte om $2, vir die volgende {{PLURAL:$1|rede|redes}}:\";'),('af','messages:personaltools','s:25:\"af:Persoonlike gereedskap\";'),('af','messages:php-mail-error','s:5:\"en:$1\";'),('af','messages:php-mail-error-unknown','s:42:\"af:Onbekende fout in PHP se mail()-funksie\";'),('af','messages:php-uploaddisabledtext','s:84:\"af:Die oplaai van lêers is in PHP afgeskakel.\nKyk na die \"file_uploads\"-instelling.\";'),('af','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('af','messages:policy-url','s:17:\"af:Project:Beleid\";'),('af','messages:pool-errorunknown','s:17:\"af:Onbekende fout\";'),('af','messages:pool-queuefull','s:28:\"af:Die poel se wagtou is vol\";'),('af','messages:pool-servererror','s:51:\"af:Die poelteller-diens is nie beskikbaar nie ($1).\";'),('af','messages:pool-timeout','s:62:\"af:Die maksimum wagtyd vir \'n databasisversperring is oorskry.\";'),('af','messages:poolcounter-usage-error','s:19:\"af:Gebruiksfout: $1\";'),('af','messages:portal','s:20:\"af:Gebruikersportaal\";'),('af','messages:portal-url','s:28:\"af:Project:Gebruikersportaal\";'),('af','messages:post-expand-template-argument-category','s:42:\"af:Bladsye met weggelate sjabloonargumente\";'),('af','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('af','messages:post-expand-template-argument-warning','s:138:\"af:Waarskuwing: hierdie bladsy bevat ten minste een sjabloonparameter met \'n te groot transklusiegrootte.\nHierdie parameters is uitgelaat.\";'),('af','messages:post-expand-template-inclusion-category','s:64:\"af:Bladsye waar die maksimum sjabloon insluit grootte oorskry is\";'),('af','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('af','messages:post-expand-template-inclusion-warning','s:151:\"af:\'\'\'Waarskuwing:\'\'\' Die maksimum toelaatbare grootte vir die insluiting van sjablone is oorskry.\nSommige van die sjablone sal nie ingesluit word nie.\";'),('af','messages:postedit-confirmation-created','s:24:\"af:Die bladsy is geskep.\";'),('af','messages:postedit-confirmation-published','s:31:\"af:Die wysiging is gepubliseer.\";'),('af','messages:postedit-confirmation-restored','s:25:\"af:Die bladsy is herstel.\";'),('af','messages:postedit-confirmation-saved','s:26:\"af:U wysigings is gestoor.\";'),('af','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('af','messages:postedit-temp-created-label','s:20:\"af:Tydelike rekening\";'),('af','messages:powersearch-legend','s:21:\"af:Gevorderde soektog\";'),('af','messages:powersearch-ns','s:23:\"af:Soek in naamruimtes:\";'),('af','messages:powersearch-remember','s:44:\"af:Onthou keuse vir toekomstige soekopdragte\";'),('af','messages:powersearch-toggleall','s:7:\"af:Alle\";'),('af','messages:powersearch-togglelabel','s:8:\"af:Kies:\";'),('af','messages:powersearch-togglenone','s:7:\"af:Geen\";'),('af','messages:preferences','s:12:\"af:Voorkeure\";'),('af','messages:preferences-summary','s:3:\"en:\";'),('af','messages:prefixindex','s:35:\"af:Alle bladsye (voorvoegselindeks)\";'),('af','messages:prefixindex-namespace','s:51:\"af:Alle bladsye met die voorvoegsel (naamruimte $1)\";'),('af','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('af','messages:prefixindex-submit','s:6:\"af:Wys\";'),('af','messages:prefixindex-summary','s:3:\"en:\";'),('af','messages:prefs-advancedediting','s:23:\"af:Algemene instellings\";'),('af','messages:prefs-advancedrc','s:25:\"af:Gevorderde instellings\";'),('af','messages:prefs-advancedrendering','s:25:\"af:Gevorderde instellings\";'),('af','messages:prefs-advancedsearchoptions','s:25:\"af:Gevorderde instellings\";'),('af','messages:prefs-advancedwatchlist','s:25:\"af:Gevorderde instellings\";'),('af','messages:prefs-changeemail','s:31:\"af:Wysig of verwyder e-posadres\";'),('af','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('af','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('af','messages:prefs-common-config','s:50:\"af:Gedeelde CSS/JSON/JavaScript vir al die omslae:\";'),('af','messages:prefs-custom-css','s:18:\"af:Persoonlike CSS\";'),('af','messages:prefs-custom-js','s:25:\"af:Persoonlike JavaScript\";'),('af','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('af','messages:prefs-dateformat','s:15:\"af:Datumformaat\";'),('af','messages:prefs-developertools','s:26:\"af:Ontwikkelaar gereedskap\";'),('af','messages:prefs-diffs','s:12:\"af:Verskille\";'),('af','messages:prefs-discussion','s:21:\"af:Besprekingsbladsye\";'),('af','messages:prefs-displayrc','s:16:\"af:Vertoonopsies\";'),('af','messages:prefs-displaywatchlist','s:17:\"af:Weergaweopsies\";'),('af','messages:prefs-editing','s:12:\"af:Wysigings\";'),('af','messages:prefs-editor','s:14:\"af:Redigeerder\";'),('af','messages:prefs-edits','s:20:\"af:Aantal wysigings:\";'),('af','messages:prefs-editwatchlist','s:18:\"af:Wysig dophoulys\";'),('af','messages:prefs-editwatchlist-clear','s:22:\"af:Vee u dophoulys uit\";'),('af','messages:prefs-editwatchlist-edit','s:41:\"af:Sien en verwyder titels op u dophoulys\";'),('af','messages:prefs-editwatchlist-label','s:36:\"af:Wysig inskrywings op u dophoulys:\";'),('af','messages:prefs-editwatchlist-raw','s:22:\"af:Wysig rou dophoulys\";'),('af','messages:prefs-email','s:14:\"af:E-posopsies\";'),('af','messages:prefs-emailconfirm-label','s:20:\"af:E-posbevestiging:\";'),('af','messages:prefs-files','s:9:\"af:Lêers\";'),('af','messages:prefs-help-email','s:89:\"af:E-posadres is opsioneel, maar is nodig om u wagwoord aan u te stuur sou u dit vergeet.\";'),('af','messages:prefs-help-email-others','s:129:\"af:U kan ook kies om ander toe te laat om u deur u gebruikers- en besprekingsbladsy te kontak sonder om u identiteit te openbaar.\";'),('af','messages:prefs-help-email-required','s:27:\"af:E-posadres word benodig.\";'),('af','messages:prefs-help-gender','s:130:\"af:Opsioneel: dit word gebruik om gebruikers korrek aan te spreek in die sagteware.\nDie inligting is vir ander gebruikers sigbaar.\";'),('af','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('af','messages:prefs-help-realname','s:98:\"af:Regte naam is opsioneel.\nAs u dit verskaf, kan dit gebruik word om erkenning vir u werk te gee.\";'),('af','messages:prefs-help-recentchangescount','s:24:\"af:Maksimum aantal: 1000\";'),('af','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('af','messages:prefs-help-signature','s:164:\"af:Kommentaar op besprekingsbladsye moet met \"<nowiki>~~~~</nowiki>\" onderteken word.\nDie tildes word in u handtekening omgeskakel en die datum en tyd word insluit.\";'),('af','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('af','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('af','messages:prefs-help-variant','s:89:\"af:U voorkeursvariant of -spelling om die inhoudsbladsye van hierdie wiki in weer te gee.\";'),('af','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('af','messages:prefs-help-yourpassword','s:66:\"af:Rekeningherwinning is geaktiveer. Sien $1 vir meer instellings.\";'),('af','messages:prefs-i18n','s:18:\"af:Taalinstellings\";'),('af','messages:prefs-info','s:20:\"af:Basiese inligting\";'),('af','messages:prefs-labs','s:16:\"af:Labs-funksies\";'),('af','messages:prefs-memberingroups','s:52:\"af:{{GENDER:$2|Lid}} van {{PLURAL:$1|groep|groepe}}:\";'),('af','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('af','messages:prefs-misc','s:11:\"af:Allerlei\";'),('af','messages:prefs-namespaces','s:14:\"af:Naamruimtes\";'),('af','messages:prefs-pageswatchlist','s:21:\"af:Dopgehoude bladsye\";'),('af','messages:prefs-personal','s:17:\"af:Gebruikersdata\";'),('af','messages:prefs-preview','s:11:\"af:Voorskou\";'),('af','messages:prefs-rc','s:21:\"af:Onlangse wysigings\";'),('af','messages:prefs-registration','s:20:\"af:Registrasiedatum:\";'),('af','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('af','messages:prefs-rendering','s:11:\"af:Voorkoms\";'),('af','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('af','messages:prefs-reset-intro','s:132:\"af:U kan die blad gebruik om u voorkeure terug te stel na die webwerf se verstekwaardes.\nDie aksie kan nie ongedaan gemaak word nie.\";'),('af','messages:prefs-resetpass','s:20:\"af:Verander wagwoord\";'),('af','messages:prefs-searchmisc','s:11:\"af:Algemeen\";'),('af','messages:prefs-searchoptions','s:7:\"af:Soek\";'),('af','messages:prefs-setemail','s:21:\"af:Stel \'n e-posadres\";'),('af','messages:prefs-signature','s:15:\"af:Handtekening\";'),('af','messages:prefs-signature-error-details','s:12:\"af:Leer meer\";'),('af','messages:prefs-signature-highlight-error','s:19:\"af:Wys fout ligging\";'),('af','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('af','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('af','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('af','messages:prefs-skin','s:9:\"af:Omslag\";'),('af','messages:prefs-skin-prefs','s:16:\"af:Vel-voorkeure\";'),('af','messages:prefs-skin-responsive','s:29:\"af:Aktiveer responsiewe modus\";'),('af','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('af','messages:prefs-timeoffset','s:14:\"af:Tydsverskil\";'),('af','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('af','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('af','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('af','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('af','messages:prefs-user-pages','s:20:\"af:Gebruikersbladsye\";'),('af','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('af','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('af','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('af','messages:prefs-vector-enable-vector-1-label','s:24:\"af:Gebruik ou Vector-vel\";'),('af','messages:prefs-watchlist','s:12:\"af:Dophoulys\";'),('af','messages:prefs-watchlist-days','s:37:\"af:Aantal dae om in dophoulys te wys:\";'),('af','messages:prefs-watchlist-days-max','s:36:\"af:Maksimum $1 {{PLURAL:$1|dag|dae}}\";'),('af','messages:prefs-watchlist-edits','s:55:\"af:Aantal wysigings om in uitgebreide dophoulys te wys:\";'),('af','messages:prefs-watchlist-edits-max','s:24:\"af:Maksimum aantal: 1000\";'),('af','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('af','messages:prefs-watchlist-token','s:21:\"af:Dophoulys-sleutel:\";'),('af','messages:prefsnologintext2','s:34:\"af:U moet $1 om voorkeure te stel.\";'),('af','messages:prev-page','s:16:\"af:vorige bladsy\";'),('af','messages:preview','s:11:\"af:Voorskou\";'),('af','messages:previewconflict','s:100:\"af:Hierdie voorskou vertoon die teks in die boonste teksarea soos dit sou lyk as u die bladsy stoor.\";'),('af','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('af','messages:previewnote','s:103:\"af:<strong>Onthou dat hierdie slegs \'n voorskou is.</strong>\nU veranderinge is nog nie gepubliseer nie!\";'),('af','messages:previousdiff','s:20:\"af:← Ouer wysiging\";'),('af','messages:previousrevision','s:20:\"af:← Ouer weergawe\";'),('af','messages:prevn','s:26:\"af:vorige {{PLURAL:$1|$1}}\";'),('af','messages:prevn-title','s:46:\"af:Vorige {{PLURAL:$1|resultaat|$1 resultate}}\";'),('af','messages:prevpage','s:22:\"af:Vorige bladsye ($1)\";'),('af','messages:print','s:7:\"af:Druk\";'),('af','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('af','messages:printableversion','s:20:\"af:Drukbare weergawe\";'),('af','messages:printableversion-deprecated-warning','s:180:\"af:Die drukbare weergawe word nie meer ondersteun nie en kan leweringsfoute hê. Dateer asseblief jou blaaierboekmerke op en gebruik asseblief eerder die verstekblaaierdrukfunksie.\";'),('af','messages:privacy','s:21:\"af:Privaatheidsbeleid\";'),('af','messages:privacypage','s:29:\"af:Project:Privaatheidsbeleid\";'),('af','messages:prot_1movedto2','s:31:\"af:het [[$1]] geskuif na [[$2]]\";'),('af','messages:protect','s:10:\"af:Beskerm\";'),('af','messages:protect-badnamespace-text','s:58:\"af:Bladsye in hierdie naamruimte kan nie beskerm word nie.\";'),('af','messages:protect-badnamespace-title','s:27:\"af:Nie-beskermde naamruimte\";'),('af','messages:protect-cantedit','s:103:\"af:U kan nie die veiligheidsvlak van die bladsy verander nie, want u het nie regte om dit te wysig nie.\";'),('af','messages:protect-cascade','s:57:\"af:Beveilig bladsye insluitend die bladsy (kaskade effek)\";'),('af','messages:protect-cascadeon','s:230:\"af:Die bladsy word beskerm want dit is ingesluit by die volgende {{PLURAL:$1|blad|blaaie}} wat kaskade-beskerming geniet. U kan die veiligheidsvlak van die bladsy verander, maar dit sal nie die ander kaskade blaaie beïnvloed nie.\";'),('af','messages:protect-default','s:27:\"af:Laat alle gebruikers toe\";'),('af','messages:protect-dropdown','s:121:\"af:*Algemene redes vir beveiliging\n** Vandalisme\n** Spam\n** Wysigingsoorlog\n** Voorkomende beveiliging vir besige bladsye\";'),('af','messages:protect-edit-reasonlist','s:29:\"af:Wysig rede vir beveiliging\";'),('af','messages:protect-existing-expiry','s:34:\"af:Bestaande vervaldatum: $2 om $3\";'),('af','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('af','messages:protect-expiring','s:27:\"af:verval op $2 om $3 (UTC)\";'),('af','messages:protect-expiring-local','s:15:\"af:verval op $1\";'),('af','messages:protect-expiry-indefinite','s:13:\"af:verval nie\";'),('af','messages:protect-expiry-options','s:140:\"af:1 uur:1 hour,1 dag:1 day,1 week:1 week,2 weke:2 weeks,1 maand:1 month,3 maande:3 months,6 maande:6 months,1 jaar:1 year,onbeperk:infinite\";'),('af','messages:protect-fallback','s:43:\"af:Laat slegs gebruikers met \"$1\" regte toe\";'),('af','messages:protect-legend','s:22:\"af:Bevestig beskerming\";'),('af','messages:protect-level-autoconfirmed','s:50:\"af:Laat slegs outomaties bevestigde gebruikers toe\";'),('af','messages:protect-level-sysop','s:33:\"af:Laat slegs administrateurs toe\";'),('af','messages:protect-locked-access','s:132:\"af:U rekening het nie regte om \'n bladsy se veiligheidsvlakke te verander nie.\nHier is die huidige verstellings vir bladsy \'\'\'$1\'\'\':\";'),('af','messages:protect-locked-blocked','s:121:\"af:U kan nie beskermingsvlakke verander terwyl u geblok is nie.\nHier volg die huidige oprigtings vir die bladsy \'\'\'$1\'\'\':\";'),('af','messages:protect-locked-dblock','s:139:\"af:Die beskermingsvlak kan nie tans gewysig word nie omdat die databasis gesluit is.\nHier volg die huidige instellings vir bladsy \'\'\'$1\'\'\':\";'),('af','messages:protect-norestrictiontypes-text','s:90:\"af:Die bladsy kan nie beveilig word nie omdat daar geen beperkingstipes beskikbaar is nie.\";'),('af','messages:protect-norestrictiontypes-title','s:26:\"af:Nie beveiligbare bladsy\";'),('af','messages:protect-otherreason','s:26:\"af:Ander/addisionele rede:\";'),('af','messages:protect-otherreason-op','s:13:\"af:Ander rede\";'),('af','messages:protect-othertime','s:13:\"af:Ander tyd:\";'),('af','messages:protect-othertime-op','s:12:\"af:ander tyd\";'),('af','messages:protect-summary-cascade','s:10:\"af:kaskade\";'),('af','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('af','messages:protect-text','s:70:\"af:U kan die veiligheidsvlak vir blad \'\'\'$1\'\'\' hier bekyk of verander.\";'),('af','messages:protect-title','s:15:\"af:Beskerm \"$1\"\";'),('af','messages:protect-title-notallowed','s:31:\"af:Wys berkermingsvlak vir \"$1\"\";'),('af','messages:protect-unchain-permissions','s:37:\"af:Ontsluit verdere beskermingsopsies\";'),('af','messages:protect_change','s:8:\"af:wysig\";'),('af','messages:protect_expiry_invalid','s:25:\"af:Vervaltyd is ongeldig.\";'),('af','messages:protect_expiry_old','s:31:\"af:Vervaltyd is in die verlede.\";'),('af','messages:protectcomment','s:8:\"af:Rede:\";'),('af','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('af','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('af','messages:protectedinterface','s:209:\"af:Hierdie bladsy verskaf teks vir die koppelvlak van die sagteware, en is beskerm om misbruik te voorkom.\nGebruik asseblief [https://translatewiki.net/ translatewiki.net] om vertalings by te voeg of te wysig.\";'),('af','messages:protectedpage','s:19:\"af:Beskermde bladsy\";'),('af','messages:protectedpagemovewarning','s:149:\"af:\'\'\'Waarskuwing:\'\'\' Hierdie bladsy kan slegs deur administrateurs geskuif word. Die nuutste logboekinskrywing word hieronder ter verwysing vertoon:\";'),('af','messages:protectedpages','s:20:\"af:Beskermde bladsye\";'),('af','messages:protectedpages-cascade','s:31:\"af:Slegs blokkades wat neergolf\";'),('af','messages:protectedpages-expiry','s:9:\"af:Verval\";'),('af','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('af','messages:protectedpages-indef','s:37:\"af:Slegs blokkades sonder vervaldatum\";'),('af','messages:protectedpages-noredirect','s:20:\"af:Versteek aansture\";'),('af','messages:protectedpages-page','s:9:\"af:Bladsy\";'),('af','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('af','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('af','messages:protectedpages-reason','s:7:\"af:Rede\";'),('af','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('af','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('af','messages:protectedpages-timestamp','s:10:\"af:Tydstip\";'),('af','messages:protectedpages-unknown-performer','s:22:\"af:Onbekende gebruiker\";'),('af','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('af','messages:protectedpages-unknown-timestamp','s:11:\"af:Onbekend\";'),('af','messages:protectedpagesempty','s:56:\"af:Geen bladsye is tans met die parameters beveilig nie.\";'),('af','messages:protectedpagetext','s:69:\"af:Hierdie bladsy is beskerm om wysigings en ander aksies te verhoed.\";'),('af','messages:protectedpagewarning','s:173:\"af:\'\'\'WAARSKUWING: Hierdie bladsy is beveilig sodat slegs administrateurs die inhoud sal kan verander.\'\'\' Die nuutste logboekinskrywing word hieronder ter verwysing vertoon:\";'),('af','messages:protectedtitles','s:19:\"af:Beskermde titels\";'),('af','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('af','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('af','messages:protectedtitlesempty','s:55:\"af:Geen titels is tans met die parameters beveilig nie.\";'),('af','messages:protectexpiry','s:10:\"af:Verval:\";'),('af','messages:protectlogpage','s:22:\"af:Beskermingboekstaaf\";'),('af','messages:protectlogtext','s:202:\"af:Hieronder is \'n lys van veranderinge wat aan die beveilig van bladsye aangebring is.\nSien die [[Special:ProtectedPages|lys van beveiligde bladsye]] vir alle bladsye wat tans operasioneel beveilig is.\";'),('af','messages:protectpage','s:17:\"en:Protect a page\";'),('af','messages:protectpage-summary','s:3:\"en:\";'),('af','messages:proxyblocker','s:15:\"af:Proxyblokker\";'),('af','messages:proxyblockreason','s:214:\"af:U IP-adres is geblokkeer omdat dit van \'n oop instaanbediener (proxy) gebruik maak.\nKontak asseblief u internet-diensverskaffer of tegniese ondersteuning en lig hulle van hierdie ernstige sekuriteitsprobleem in.\";'),('af','messages:pt-createaccount','s:17:\"af:Skep gebruiker\";'),('af','messages:pt-login','s:11:\"af:Meld aan\";'),('af','messages:pt-login-button','s:11:\"af:Meld aan\";'),('af','messages:pt-login-continue-button','s:18:\"af:Meld verder aan\";'),('af','messages:pt-userlogout','s:10:\"af:Meld af\";'),('af','messages:publishchanges','s:22:\"af:Publiseer wysigings\";'),('af','messages:publishchanges-start','s:25:\"af:Publiseer wysigings…\";'),('af','messages:publishpage','s:19:\"af:Publiseer bladsy\";'),('af','messages:publishpage-start','s:22:\"af:Publiseer bladsy…\";'),('af','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('af','messages:purge','s:20:\"af:Suiwer kasstelsel\";'),('af','messages:purge-summary','s:3:\"en:\";'),('af','messages:querypage-disabled','s:93:\"af:Hierdie spesiale bladsy is afgeskakel om werkverrigting te verbeter (bediener is oorlaai).\";'),('af','messages:querypage-no-updates','s:103:\"af:Opdatering van hierdie bladsy is huidiglik afgeskakel. Inligting hier sal nie tans verfris word nie.\";'),('af','messages:querypage-updates-periodical','s:59:\"af:Opdaterings vir hierdie bladsy word periodiek uitgevoer.\";'),('af','messages:quotation-marks','s:7:\"af:\"$1\"\";'),('af','messages:randomincategory','s:34:\"af:Lukrake bladsy in die kategorie\";'),('af','messages:randomincategory-category','s:13:\"af:Kategorie:\";'),('af','messages:randomincategory-invalidcategory','s:44:\"af:\"$1\" is nie \'n geldige kategorienaam nie.\";'),('af','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('af','messages:randomincategory-nopages','s:57:\"af:Daar is geen bladsye in kategorie [[:Category:$1|$1]].\";'),('af','messages:randomincategory-submit','s:12:\"af:Laat waai\";'),('af','messages:randompage','s:17:\"af:Lukrake bladsy\";'),('af','messages:randompage-nopages','s:85:\"af:Daar is geen bladsye in die volgende {{PLURAL:$2|naamruimte|naamruimtes}} nie: $1.\";'),('af','messages:randompage-url','s:17:\"en:Special:Random\";'),('af','messages:randomredirect','s:19:\"af:Lukrake aanstuur\";'),('af','messages:randomredirect-nopages','s:48:\"af:Daar is geen aansture in naamruimte \"$1\" nie.\";'),('af','messages:randomrootpage','s:21:\"af:Lukrake hoofbladsy\";'),('af','messages:range_block_disabled','s:84:\"af:Die administrateur se vermoë om \'n groep IP-adresse te blokkeer is gedeaktiveer.\";'),('af','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('af','messages:rawmessage','s:5:\"en:$1\";'),('af','messages:rc-change-size','s:5:\"en:$1\";'),('af','messages:rc-change-size-new','s:47:\"af:$1 {{PLURAL:$1|greep|grepe}} na die wysiging\";'),('af','messages:rc-old-title','s:30:\"af:oorspronklik geskep as \"$1\"\";'),('af','messages:rcfilters-activefilters','s:18:\"af:Aktiewe filters\";'),('af','messages:rcfilters-activefilters-hide','s:11:\"af:Versteek\";'),('af','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('af','messages:rcfilters-activefilters-show','s:6:\"af:Wys\";'),('af','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('af','messages:rcfilters-advancedfilters','s:21:\"af:Gevorderde filters\";'),('af','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('af','messages:rcfilters-alldiscussions-label','s:19:\"af:Alle besprekings\";'),('af','messages:rcfilters-clear-all-filters','s:24:\"af:Verwyder alle filters\";'),('af','messages:rcfilters-date-popup-title','s:25:\"af:Tydperk om te deursoek\";'),('af','messages:rcfilters-days-show-days','s:27:\"af:$1 {{PLURAL:$1|dag|dae}}\";'),('af','messages:rcfilters-days-show-hours','s:27:\"af:$1 {{PLURAL:$1|uur|ure}}\";'),('af','messages:rcfilters-days-title','s:15:\"af:Afgelope dae\";'),('af','messages:rcfilters-empty-filter','s:51:\"af:Geen aktiewe filters. Alle wysigings word gewys.\";'),('af','messages:rcfilters-exclude-button-off','s:12:\"af:Sluit uit\";'),('af','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('af','messages:rcfilters-filter-bots-description','s:57:\"af:Wysigings met behulp van geoutomatiseerde hulpmiddele.\";'),('af','messages:rcfilters-filter-bots-label','s:6:\"af:Bot\";'),('af','messages:rcfilters-filter-categorization-description','s:34:\"af:Wys kategorisering van bladsye.\";'),('af','messages:rcfilters-filter-categorization-label','s:22:\"af:Kategorie-wysigings\";'),('af','messages:rcfilters-filter-editsbyother-description','s:32:\"af:Alle wysigings behalwe u eie.\";'),('af','messages:rcfilters-filter-editsbyother-label','s:23:\"af:Wysigings deur ander\";'),('af','messages:rcfilters-filter-editsbyself-description','s:17:\"af:U eie bydraes.\";'),('af','messages:rcfilters-filter-editsbyself-label','s:18:\"af:U eie wysigings\";'),('af','messages:rcfilters-filter-excluded','s:13:\"af:Uitgesluit\";'),('af','messages:rcfilters-filter-humans-description','s:38:\"af:Wysigings wat deur mense gemaak is.\";'),('af','messages:rcfilters-filter-humans-label','s:23:\"af:Menslik (nie \'n bot)\";'),('af','messages:rcfilters-filter-lastrevision-description','s:52:\"af:Slegs die mees onlangse wysigings aan die bladsy.\";'),('af','messages:rcfilters-filter-lastrevision-label','s:19:\"af:Nuutste weergawe\";'),('af','messages:rcfilters-filter-logactions-description','s:73:\"af:Administratiewe aksies, nuwe rekeninge, bladsyverwyderings, oplaaie…\";'),('af','messages:rcfilters-filter-logactions-label','s:24:\"af:Geregistreerde aksies\";'),('af','messages:rcfilters-filter-major-description','s:44:\"af:Wysigings wat nie as klein gemerk is nie.\";'),('af','messages:rcfilters-filter-major-label','s:18:\"af:Groot wysigings\";'),('af','messages:rcfilters-filter-minor-description','s:52:\"af:Wysigings wat deur die outeur as klein gemerk is.\";'),('af','messages:rcfilters-filter-minor-label','s:18:\"af:Klein wysigings\";'),('af','messages:rcfilters-filter-newpages-description','s:36:\"af:Bywerkings wat nuwe bladsye skep.\";'),('af','messages:rcfilters-filter-newpages-label','s:15:\"af:Nuwe bladsye\";'),('af','messages:rcfilters-filter-pageedits-description','s:68:\"af:Wysigings aan wiki-inhoud, besprekings en kategoriebeskrywings…\";'),('af','messages:rcfilters-filter-pageedits-label','s:18:\"af:Bladsywysigings\";'),('af','messages:rcfilters-filter-previousrevision-description','s:52:\"af:Alle wysigings is nie die \"nuutste weergawe\" nie.\";'),('af','messages:rcfilters-filter-previousrevision-label','s:31:\"af:Nie die nuutste weergawe nie\";'),('af','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('af','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('af','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('af','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('af','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('af','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:20:\"af:Nie gekontroleerd\";'),('af','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('af','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('af','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('af','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('af','messages:rcfilters-filter-user-experience-level-experienced-description','s:67:\"af:Redigeerders met meer as 500 wysigings en 30 dae van aktiwiteit.\";'),('af','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"af:Ervare gebruikers\";'),('af','messages:rcfilters-filter-user-experience-level-learner-description','s:85:\"af:Redigeerders met meer ervaring as \"nuwelinge\", maar minder as \"ervare gebruikers\".\";'),('af','messages:rcfilters-filter-user-experience-level-learner-label','s:12:\"af:Leerlinge\";'),('af','messages:rcfilters-filter-user-experience-level-newcomer-description','s:67:\"af:Redigeerders met minder as 10 wysigings en 4 dae van aktiwiteit.\";'),('af','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"af:Nuwelinge\";'),('af','messages:rcfilters-filter-user-experience-level-registered-description','s:27:\"af:Aangemelde redigeerders.\";'),('af','messages:rcfilters-filter-user-experience-level-registered-label','s:15:\"af:Geregistreer\";'),('af','messages:rcfilters-filter-user-experience-level-unregistered-description','s:41:\"af:Redigeerders wat nie aangemeld is nie.\";'),('af','messages:rcfilters-filter-user-experience-level-unregistered-label','s:17:\"af:Ongeregistreer\";'),('af','messages:rcfilters-filter-watchlist-notwatched-description','s:54:\"af:Alles behalwe wysigings aan bladsye op u dophoulys.\";'),('af','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"af:Nie in dophoulys\";'),('af','messages:rcfilters-filter-watchlist-watched-description','s:40:\"af:Wysigings aan bladsye op u dophoulys.\";'),('af','messages:rcfilters-filter-watchlist-watched-label','s:15:\"af:In dophoulys\";'),('af','messages:rcfilters-filter-watchlist-watchednew-description','s:69:\"af:Wysigings aan bladsye op u dophoulys wat u nog nie besoek het nie.\";'),('af','messages:rcfilters-filter-watchlist-watchednew-label','s:27:\"af:Nuwe dophoulys-wysigings\";'),('af','messages:rcfilters-filter-watchlistactivity-seen-description','s:67:\"af:Wysigings aan blaaie wat u reeds sedert die wysiging besoek het.\";'),('af','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('af','messages:rcfilters-filter-watchlistactivity-unseen-description','s:73:\"af:Wysigings aan blaaie wat u nog nie sedert die wysiging besoek het nie.\";'),('af','messages:rcfilters-filter-watchlistactivity-unseen-label','s:27:\"af:Nie-besigtigde wysigings\";'),('af','messages:rcfilters-filtergroup-authorship','s:27:\"af:Outeur van die bywerking\";'),('af','messages:rcfilters-filtergroup-automated','s:30:\"af:Geoutomatiseerde bywerkings\";'),('af','messages:rcfilters-filtergroup-changetype','s:17:\"af:Soort wysiging\";'),('af','messages:rcfilters-filtergroup-lastrevision','s:20:\"af:Nuutste weergawes\";'),('af','messages:rcfilters-filtergroup-reviewstatus','s:21:\"af:Beoordelingsstatus\";'),('af','messages:rcfilters-filtergroup-significance','s:16:\"af:Belangrikheid\";'),('af','messages:rcfilters-filtergroup-user-experience-level','s:26:\"af:Registrasie en ervaring\";'),('af','messages:rcfilters-filtergroup-watchlist','s:21:\"af:Dopgehoude bladsye\";'),('af','messages:rcfilters-filtergroup-watchlistactivity','s:25:\"af:Dophoulys-bedrywighede\";'),('af','messages:rcfilters-filterlist-noresults','s:22:\"af:Geen filters gevind\";'),('af','messages:rcfilters-filterlist-title','s:10:\"af:Filters\";'),('af','messages:rcfilters-filterlist-whatsthis','s:16:\"af:Hoe werk dit?\";'),('af','messages:rcfilters-group-results-by-page','s:32:\"af:Groepeer resultate per bladsy\";'),('af','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('af','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('af','messages:rcfilters-highlightbutton-title','s:17:\"af:Merk resultate\";'),('af','messages:rcfilters-highlighted-filters-list','s:18:\"af:Bekleurklem: $1\";'),('af','messages:rcfilters-highlightmenu-help','s:47:\"af:Kies \'n kleur om hierdie eienskap aan te dui\";'),('af','messages:rcfilters-highlightmenu-title','s:16:\"af:Kies \'n kleur\";'),('af','messages:rcfilters-hours-title','s:15:\"af:Afgelope ure\";'),('af','messages:rcfilters-invalid-filter','s:18:\"af:Ongeldig filter\";'),('af','messages:rcfilters-legend-heading','s:39:\"af:<strong>Lys van afkortings:</strong>\";'),('af','messages:rcfilters-limit-and-date-label','s:42:\"af:{{PLURAL:$1|wysiging|$1 wysigings}}, $2\";'),('af','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('af','messages:rcfilters-limit-title','s:22:\"af:Wysigings om te wys\";'),('af','messages:rcfilters-liveupdates-button','s:21:\"af:Monitor bywerkings\";'),('af','messages:rcfilters-liveupdates-button-title-off','s:39:\"af:Wys nuwe wysigings soos hulle inrol.\";'),('af','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('af','messages:rcfilters-noresults-conflict','s:64:\"af:Geen resultate gevind omdat die soek-kriteria met mekaar bots\";'),('af','messages:rcfilters-other-review-tools','s:20:\"af:Ander hulpmiddels\";'),('af','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('af','messages:rcfilters-preference-label','s:40:\"af:Gebruik die nie-Javascript koppelvlak\";'),('af','messages:rcfilters-quickfilters','s:20:\"af:Gestoorde filters\";'),('af','messages:rcfilters-quickfilters-placeholder-description','s:121:\"af:Om instellings te stoor en later weer te gebruik, kliek op die bladwyser-piktogram in die Aktiewe Filter-gebied onder.\";'),('af','messages:rcfilters-quickfilters-placeholder-title','s:25:\"af:Geen gestoorde filters\";'),('af','messages:rcfilters-restore-default-filters','s:21:\"af:Stel filters terug\";'),('af','messages:rcfilters-savedqueries-add-new-title','s:28:\"af:Stoor huidige instellings\";'),('af','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('af','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:21:\"af:Skep verstekfilter\";'),('af','messages:rcfilters-savedqueries-apply-label','s:14:\"af:Skep filter\";'),('af','messages:rcfilters-savedqueries-cancel-label','s:13:\"af:Kanselleer\";'),('af','messages:rcfilters-savedqueries-defaultlabel','s:20:\"af:Gestoorde filters\";'),('af','messages:rcfilters-savedqueries-new-name-label','s:7:\"af:Naam\";'),('af','messages:rcfilters-savedqueries-new-name-placeholder','s:34:\"af:Beskryf die doel van die filter\";'),('af','messages:rcfilters-savedqueries-remove','s:11:\"af:Verwyder\";'),('af','messages:rcfilters-savedqueries-rename','s:10:\"af:Hernoem\";'),('af','messages:rcfilters-savedqueries-setdefault','s:18:\"af:Stel as verstek\";'),('af','messages:rcfilters-savedqueries-unsetdefault','s:22:\"af:Verwyder as verstek\";'),('af','messages:rcfilters-search-placeholder','s:40:\"af:Filter wysigings (blaai of begin tik)\";'),('af','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('af','messages:rcfilters-show-new-changes','s:24:\"af:Wys nuutste wysigings\";'),('af','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('af','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('af','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('af','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"af:<strong>:nie</strong> $1\";'),('af','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('af','messages:rcfilters-tag-remove','s:16:\"af:Verwyder \'$1\'\";'),('af','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('af','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('af','messages:rcfilters-view-namespaces-tooltip','s:40:\"af:Filtreer resultate volgens naamruimte\";'),('af','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('af','messages:rcfilters-view-tags','s:28:\"af:Geëtiketteerde wysigings\";'),('af','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('af','messages:rcfilters-view-tags-tooltip','s:45:\"af:Filter resultate volgens wysigingsetikette\";'),('af','messages:rcfilters-watchlist-edit-watchlist-button','s:22:\"af:Wysig jou dophoulys\";'),('af','messages:rcfilters-watchlist-markseen-button','s:35:\"af:Merk alle veranderinge as gesien\";'),('af','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('af','messages:rcfilters-watchlist-preference-label','s:40:\"af:Gebruik die nie-Javascript koppelvlak\";'),('af','messages:rcfilters-watchlist-showupdated','s:146:\"af:Veranderinge aan bladsye wat jy nie besoek het sedert die veranderinge plaasgevind het nie, is <strong>vetgedruk</strong>, met soliede merkers.\";'),('af','messages:rclinks','s:57:\"af:Vertoon die laaste $1 wysigings in die afgelope $2 dae\";'),('af','messages:rclistfrom','s:32:\"af:Vertoon wysigings vanaf $3 $2\";'),('af','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('af','messages:rcnotefrom','s:115:\"af:{{PLURAL:$5|Wysiging|Wysigings}} sedert <strong>$3 om $4</strong> (maksimum van <strong>$1</strong> word gewys).\";'),('af','messages:rcpatroldisabled','s:53:\"af:Onlangse Wysigingskontrolering buiten staat gestel\";'),('af','messages:rcpatroldisabledtext','s:74:\"af:Die Onlangse Wysigingskontroleringsfunksie is tans buiten staat gestel.\";'),('af','messages:rcshowhideanons','s:25:\"af:$1 anonieme gebruikers\";'),('af','messages:rcshowhideanons-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhideanons-show','s:6:\"af:Wys\";'),('af','messages:rcshowhidebots','s:13:\"af:$1 robotte\";'),('af','messages:rcshowhidebots-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhidebots-show','s:6:\"af:Wys\";'),('af','messages:rcshowhidecategorization','s:26:\"af:bladsykategorisering $1\";'),('af','messages:rcshowhidecategorization-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhidecategorization-show','s:6:\"af:Wys\";'),('af','messages:rcshowhideliu','s:31:\"af:$1 geregistreerde gebruikers\";'),('af','messages:rcshowhideliu-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhideliu-show','s:6:\"af:Wys\";'),('af','messages:rcshowhidemine','s:18:\"af:$1 my wysigings\";'),('af','messages:rcshowhidemine-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhidemine-show','s:6:\"af:Wys\";'),('af','messages:rcshowhideminor','s:21:\"af:$1 klein wysigings\";'),('af','messages:rcshowhideminor-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhideminor-show','s:6:\"af:Wys\";'),('af','messages:rcshowhidepatr','s:30:\"af:$1 gekontroleerde wysigings\";'),('af','messages:rcshowhidepatr-hide','s:11:\"af:Versteek\";'),('af','messages:rcshowhidepatr-show','s:6:\"af:Wys\";'),('af','messages:readonly','s:20:\"af:Databasis gesluit\";'),('af','messages:readonly_lag','s:108:\"af:Die databasis is outomaties gesluit terwyl die voorbeeld databasisse met die meester gesinchroniseer word\";'),('af','messages:readonlytext','s:194:\"af:Die databasis is tans gesluit vir nuwe artikelwysigings, waarskynlik vir roetine onderhoud,\nwaarna dit terug sal wees na normaal.\n\nDie administrateur wat dit gesluit het se verduideliking: $1\";'),('af','messages:readonlywarning','s:288:\"af:\'\'\'WAARSKUWING: Die databasis is gesluit vir onderhoud. Dus sal u nie nou u wysigings kan stoor nie.\'\'\'\nDit is miskien verstandig om die teks tydelik in \'n lêer plak en te stoor vir later wanneer die databasis weer oop is.\n\nDie administrateur wat dit gesluit het se verduideliking: $1\";'),('af','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('af','messages:recentchanges','s:21:\"af:Onlangse wysigings\";'),('af','messages:recentchanges-feed-description','s:79:\"af:Hierdie voer laat u toe om die mees onlangse wysigings aan die wiki te volg.\";'),('af','messages:recentchanges-label-bot','s:41:\"af:Hierdie wysiging is deur \'n bot gemaak\";'),('af','messages:recentchanges-label-minor','s:31:\"af:Hierdie is \'n klein wysiging\";'),('af','messages:recentchanges-label-newpage','s:45:\"af:Met die wysiging is \'n nuwe bladsy geskep.\";'),('af','messages:recentchanges-label-plusminus','s:41:\"af:Bladsy is met die aantal grepe gewysig\";'),('af','messages:recentchanges-label-unpatrolled','s:43:\"af:Die wysiging is nog nie gekontroleer nie\";'),('af','messages:recentchanges-legend','s:32:\"af:Opsies vir onlangse wysigings\";'),('af','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('af','messages:recentchanges-legend-heading','s:28:\"af:<strong>Sleutel:</strong>\";'),('af','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('af','messages:recentchanges-legend-newpage','s:95:\"af:{{int:recentchanges-label-newpage}} (sien ook die [[Special:NewPages|lys van nuwe bladsye]])\";'),('af','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('af','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('af','messages:recentchanges-legend-watchlistexpiry','s:26:\"af:Tydelik gevolgde bladsy\";'),('af','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('af','messages:recentchanges-noresult','s:61:\"af:Geen wysigings gedurende die tydperk pas die kriteria nie.\";'),('af','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('af','messages:recentchanges-page-added-to-category','s:30:\"af:[[:$1]] by kategorie gevoeg\";'),('af','messages:recentchanges-page-added-to-category-bundled','s:98:\"af:[[:$1]] en [[Special:WhatLinksHere/$1|{{PLURAL:$2|een bladsy|$2 bladsye}}]] by kategorie gevoeg\";'),('af','messages:recentchanges-page-removed-from-category','s:33:\"af:[[:$1]] uit kategorie verwyder\";'),('af','messages:recentchanges-page-removed-from-category-bundled','s:72:\"af:[[:$1]] en {{PLURAL:$2|een bladsy|$2 bladsye}} van kategorie verwyder\";'),('af','messages:recentchanges-submit','s:6:\"af:Wys\";'),('af','messages:recentchanges-summary','s:63:\"af:Volg die mees onlangse wysigings aan die wiki op die bladsy.\";'),('af','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('af','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('af','messages:recentchangescount','s:45:\"af:Aantal wysigings om by verstek te vertoon:\";'),('af','messages:recentchangesdays','s:53:\"af:Aantal dae wat in onlangse wysigings vertoon word:\";'),('af','messages:recentchangesdays-max','s:36:\"af:Maksimum $1 {{PLURAL:$1|dag|dae}}\";'),('af','messages:recentchangeslinked','s:24:\"af:Verwante veranderings\";'),('af','messages:recentchangeslinked-feed','s:24:\"af:Verwante veranderings\";'),('af','messages:recentchangeslinked-page','s:14:\"af:Bladsynaam:\";'),('af','messages:recentchangeslinked-summary','s:276:\"af:Tik \'n bladsynaam om veranderinge aan bladsye te sien wat daarvan of daarheen skakel. (Om inskrywings van \'n kategorie te sien, tik {{ns:category}}:Naam van kategorie). Veranderinge aan bladsye op [[Special:Watchlist|u dophoulys]] word in <strong>vetdruk</strong> aangedui.\";'),('af','messages:recentchangeslinked-title','s:29:\"af:Wysigings verwant aan \"$1\"\";'),('af','messages:recentchangeslinked-to','s:59:\"af:Besigtig wysigings aan bladsye met skakels na die bladsy\";'),('af','messages:recentchangeslinked-toolbox','s:24:\"af:Verwante veranderings\";'),('af','messages:recentchangestext','s:4:\"en:-\";'),('af','messages:recreate','s:10:\"af:Herskep\";'),('af','messages:recreate-moveddeleted-warn','s:227:\"af:\'\'\'Waarskuwing: U herskep \'n bladsy wat vantevore verwyder is.\'\'\'\n\nU moet besluit of dit wys is om voort te gaan om aan hierdie bladsy te werk.\nDie skrap- en skuiflogboeke vir die bladsy word vir u gerief hier onder vertoon:\";'),('af','messages:red-link-title','s:26:\"af:$1 (bladsy bestaan nie)\";'),('af','messages:redirect','s:73:\"af:Stuur aan volgens lêernaam, gebruiker-, bladsy-, weergawe-, of log-ID\";'),('af','messages:redirect-file','s:12:\"af:Lêernaam\";'),('af','messages:redirect-logid','s:9:\"en:Log ID\";'),('af','messages:redirect-lookup','s:16:\"af:Soek volgens:\";'),('af','messages:redirect-not-exists','s:24:\"af:Waarde nie gevind nie\";'),('af','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('af','messages:redirect-page','s:12:\"af:Bladsy-ID\";'),('af','messages:redirect-revision','s:18:\"af:Bladsy-weergawe\";'),('af','messages:redirect-submit','s:5:\"af:OK\";'),('af','messages:redirect-summary','s:459:\"af:Hierdie spesiale bladsy stuur aan na \'n lêer (as \'n lêernaam verskaf word), \'n bladsy (as \'n weergawe-ID of bladsy-ID verskaf word), \'n gebruikersblad (as \'n numeriese gebruiker-ID verskaf word) of \'n loginskrywing (as \'n log-ID verskaf word). Gebruik: [[{{#Special:Redirect}}/file/Voorbeeld.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]] of [[{{#Special:Redirect}}/logid/186]].\";'),('af','messages:redirect-text','s:3:\"en:\";'),('af','messages:redirect-user','s:15:\"af:Gebruiker-ID\";'),('af','messages:redirect-value','s:10:\"af:Waarde:\";'),('af','messages:redirectedfrom','s:24:\"af:(Aangestuur vanaf $1)\";'),('af','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('af','messages:redirectpagesub','s:15:\"af:Aanstuurblad\";'),('af','messages:redirectto','s:16:\"af:Stuur aan na:\";'),('af','messages:removecredentials','s:29:\"af:Verwyder rekeninginligting\";'),('af','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('af','messages:removecredentials-submit','s:29:\"af:Verwyder rekeninginligting\";'),('af','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('af','messages:removedwatchtext','s:74:\"af:Die bladsy \"[[:$1]]\" is van [[Special:Watchlist|u dophoulys]] afgehaal.\";'),('af','messages:removedwatchtext-short','s:49:\"af:Die bladsy \"$1\" is uit die dophoulys verwyder.\";'),('af','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('af','messages:removewatch','s:25:\"af:Verwyder van dophoulys\";'),('af','messages:resetpass-abort-generic','s:55:\"af:Wysiging van wagwoord is deur \'n uitbreiding gestop.\";'),('af','messages:resetpass-expired','s:75:\"af:Jou wagwoord het verval. Stel asseblief \'n nuwe wagwoord om aan te meld.\";'),('af','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('af','messages:resetpass-no-info','s:64:\"af:U moet ingeteken wees om hierdie bladsy direk te kan gebruik.\";'),('af','messages:resetpass-recycled','s:74:\"af:Verander asseblief jou wagwoord na iets anders as jou huidige wagwoord.\";'),('af','messages:resetpass-submit-cancel','s:13:\"af:Kanselleer\";'),('af','messages:resetpass-submit-loggedin','s:20:\"af:Verander wagwoord\";'),('af','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('af','messages:resetpass-temp-password','s:21:\"af:Tydelike wagwoord:\";'),('af','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('af','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('af','messages:resetpass-wrong-oldpass','s:121:\"af:Ongeldige huidige of tydelike wagwoord.\nU het moontlik reeds u wagwoord gewysig of \'n nuwe tydelike wagwoord aangevra.\";'),('af','messages:resetpass_announce','s:47:\"af:Om klaar aan te meld, kies \'n nuwe wagwoord.\";'),('af','messages:resetpass_forbidden','s:37:\"af:Wagwoorde kannie gewysig word nie.\";'),('af','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('af','messages:resetpass_header','s:20:\"af:Verander wagwoord\";'),('af','messages:resetpass_submit','s:28:\"af:Stel wagwoord en meld aan\";'),('af','messages:resetpass_text','s:29:\"af:<!-- Voeg teks hier by -->\";'),('af','messages:resettokens','s:15:\"en:Reset tokens\";'),('af','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('af','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('af','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('af','messages:resettokens-summary','s:3:\"en:\";'),('af','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('af','messages:resettokens-token-label','s:26:\"af:$1 (huidige waarde: $2)\";'),('af','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('af','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('af','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('af','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('af','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('af','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('af','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('af','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('af','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('af','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('af','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('af','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('af','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('af','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('af','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('af','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('af','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('af','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('af','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('af','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('af','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('af','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('af','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('af','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('af','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('af','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('af','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('af','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('af','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('af','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('af','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('af','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('af','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('af','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('af','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('af','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('af','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('af','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('af','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('af','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('af','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('af','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('af','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('af','messages:restorelink','s:62:\"af:{{PLURAL:$1|die geskrapte wysiging|$1 geskrapte wysigings}}\";'),('af','messages:restoreprefs','s:52:\"af:Herstel alle verstekvoorkeure (in alle afdelings)\";'),('af','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('af','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('af','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('af','messages:restriction-blank','s:3:\"en:\";'),('af','messages:restriction-create','s:7:\"af:Skep\";'),('af','messages:restriction-edit','s:8:\"af:Wysig\";'),('af','messages:restriction-level','s:18:\"af:Beperkingsvlak:\";'),('af','messages:restriction-level-all','s:13:\"af:enige vlak\";'),('af','messages:restriction-level-autoconfirmed','s:15:\"af:semibeveilig\";'),('af','messages:restriction-level-sysop','s:20:\"af:volledig beveilig\";'),('af','messages:restriction-move','s:8:\"af:Skuif\";'),('af','messages:restriction-type','s:9:\"af:Regte:\";'),('af','messages:restriction-upload','s:9:\"af:Oplaai\";'),('af','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('af','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('af','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('af','messages:retrievedfrom','s:20:\"af:Ontsluit van \"$1\"\";'),('af','messages:returnto','s:20:\"af:Keer terug na $1.\";'),('af','messages:retypenew','s:28:\"af:Tik nuwe wagwoord weer in\";'),('af','messages:reuploaddesc','s:30:\"af:Keer terug na die laaivorm.\";'),('af','messages:rev-deleted-comment','s:23:\"af:(opmerking verwyder)\";'),('af','messages:rev-deleted-diff-view','s:219:\"af:Een van die weergawes van die verskil wat u aangevra het is \'\'\'verwyder\'\'\'.\nU kan steeds hierdie verskil sien. Details kan in die [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} skraplogboek] gevind word.\";'),('af','messages:rev-deleted-event','s:27:\"af:(stawingsaksie verwyder)\";'),('af','messages:rev-deleted-no-diff','s:199:\"af:U kan nie die verskille sien nie omdat een van die weergawes \'\'\'verwyder\'\'\' is.\nDetails kan moontlik in die [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} skraplogboek] aanwesig wees.\";'),('af','messages:rev-deleted-text-permission','s:150:\"af:Die weergawe van die bladsy is \'\'\'verwyder\'\'\'.\nVir meer besonderhede, raadpleeg die [{{fullurl:{{#Special:Log}}/delete|page=$1}} skrapingslogboek].\";'),('af','messages:rev-deleted-text-unhide','s:217:\"af:Hierdie weergawe van die bladsy is \'\'\'verwyder\'\'\'.\nDetails kan in die [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} skraplogboek] gevind word.\nU kan steeds na [$1 die weergawe kyk] as u wil voortgaan.\";'),('af','messages:rev-deleted-text-view','s:145:\"af:Hierdie weergawe is \'\'\'verwyder\'\'\'.\nU dit wel sien. Details kan in die [{{fullurl:{{#Special:Log}}/delete|page=$1}} skraplogboek] gevind word.\";'),('af','messages:rev-deleted-unhide-diff','s:241:\"af:Een van die weergawes vir die verskil wat u aangevra het is \'\'\'verwyder\'\'\'.\nDetails kan in die [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} skraplogboek] gevind word.\nU kan steeds [$1 die verskille sien] as u wil voortgaan.\";'),('af','messages:rev-deleted-user','s:27:\"af:(gebruikersnaam geskrap)\";'),('af','messages:rev-deleted-user-contribs','s:74:\"af:[gebruikersnaam of IP-adres is verwyder - wysiging versteek in bydraes]\";'),('af','messages:rev-delundel','s:15:\"af:wys/versteek\";'),('af','messages:rev-showdeleted','s:6:\"af:wys\";'),('af','messages:rev-suppressed-diff-view','s:230:\"af:Een van die weergawes vir die verskil wat u aangevra het is \'\'\'onderdruk\'\'\'.\nU kan wel hierdie verskil sien. Meer details kan in die [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} verbergingslogboek] gevind word.\";'),('af','messages:rev-suppressed-no-diff','s:83:\"af:U kan nie hierdie verskil sien nie omdat een van die weergawes \'\'\'geskrap\'\'\' is.\";'),('af','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('af','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('af','messages:rev-suppressed-text-unhide','s:241:\"af:Hierdie weergawe van die bladsy word \'\'\'onderdruk\'\'\'.\nDetails kan in die [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} logboek van onderdrukte weergawes] gevind word.\nAs u wil voortgaan kan u steeds [$1 die weergawe sien].\";'),('af','messages:rev-suppressed-text-view','s:190:\"af:Hierdie weergawe van die bladsy word \'\'\'onderdruk\'\'\'.\nU kan dit wel sien. Details kan in die [{{fullurl:{{#Special:Log}}/suppress|page=$1}} logboek van onderdrukte weergawes] gevind word.\";'),('af','messages:rev-suppressed-unhide-diff','s:253:\"af:Een van die weergawes vir die verskil wat u aangevra het is \'\'\'onderdruk\'\'\'.\nDetails kan in die [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} verbergingslogboek] gesien word.\nU kan steeds [$1 hierdie weergawe sien] as u wil voortgaan.\";'),('af','messages:revdel-restore','s:23:\"af:Verander sigbaarheid\";'),('af','messages:revdelete-concurrent-change','s:159:\"af:\'n Fout het voorgekom met die wysiging van die objek van $1 om $2 uur: die status is intussen deur iemand anders gewysig.\nKontroleer asseblief die logboeke.\";'),('af','messages:revdelete-confirm','s:151:\"af:Bevestig asseblief dat u dit wil doen, dat u die nagevolge verstaan en dat u dit doen in ooreenstemming met die [[{{MediaWiki:Policy-url}}|beleid]].\";'),('af','messages:revdelete-content-hid','s:18:\"af:inhoud versteek\";'),('af','messages:revdelete-content-unhid','s:24:\"af:inhoud sigbaar gemaak\";'),('af','messages:revdelete-edit-reasonlist','s:20:\"af:Wysig skrap redes\";'),('af','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('af','messages:revdelete-failure','s:73:\"af:\'\'\'Die sigbaarheid van die wysiging kon nie opgedateer word nie:\'\'\'\n$1\";'),('af','messages:revdelete-hide-comment','s:21:\"af:Wysigingsopsomming\";'),('af','messages:revdelete-hide-current','s:124:\"af:Fout met die wegsteek van die item gedateer $2 om $1 uur: hierdie is die huidige weergawe. Dit kan nie versteek word nie.\";'),('af','messages:revdelete-hide-image','s:25:\"af:Steek lêer inhoud weg\";'),('af','messages:revdelete-hide-name','s:28:\"af:Steek aksie en teiken weg\";'),('af','messages:revdelete-hide-restricted','s:50:\"af:Onderdruk data van administrateurs asook andere\";'),('af','messages:revdelete-hide-text','s:16:\"af:Wysigingsteks\";'),('af','messages:revdelete-hide-user','s:47:\"af:Gebruikersnaam of IP-adres van die gebruiker\";'),('af','messages:revdelete-legend','s:30:\"af:Stel sigbaarheid beperkinge\";'),('af','messages:revdelete-log','s:8:\"af:Rede:\";'),('af','messages:revdelete-modify-missing','s:73:\"af:Fout met die wysiging van item ID $1: dit is nie in die databasis nie!\";'),('af','messages:revdelete-modify-no-access','s:134:\"af:Fout met die wysiging van die item gedateer $2 om $1 uur: hierdie item is as \"beskermd\" gemerk. U het nie toegang tot die item nie.\";'),('af','messages:revdelete-no-change','s:96:\"af:\'\'\'Waarskuwing:\'\'\' die item van $1 om $2 uur het reeds die gevraagde sigbaarheidsinstellings.\";'),('af','messages:revdelete-no-file','s:41:\"af:Die gespesifiseerde lêer bestaan nie.\";'),('af','messages:revdelete-nooldid-text','s:144:\"af:U het geen teikenweergawes vir hierdie aksie verskaf nie, die aangegewe weergawe bestaan nie, of u probeer om die laaste weergawe te verberg.\";'),('af','messages:revdelete-nooldid-title','s:28:\"af:Ongeldige teiken weergawe\";'),('af','messages:revdelete-offender','s:25:\"af:Outeur van hersiening:\";'),('af','messages:revdelete-only-restricted','s:190:\"af:\'n Fout het voorgekom met die verberging van die item van $1, $2: u kan nie items onderdruk uit die sig van administrateurs sonder om ook een van die ander sigbaarheidsopsies te kies nie.\";'),('af','messages:revdelete-otherreason','s:14:\"af:Ander rede:\";'),('af','messages:revdelete-radio-same','s:24:\"af:(moenie verander nie)\";'),('af','messages:revdelete-radio-set','s:11:\"af:Versteek\";'),('af','messages:revdelete-radio-unset','s:10:\"af:Sigbaar\";'),('af','messages:revdelete-reason-dropdown','s:163:\"af:* Algemene redes vir skrapping\n** Skending van outeursreg\n** Onbetaamlike persoonlike inligting\n** Onbetaamlike gebruikersnaam\n** Potensieel lasterlike gegewens\";'),('af','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('af','messages:revdelete-reasonotherlist','s:13:\"af:Ander rede\";'),('af','messages:revdelete-restricted','s:44:\"af:beperkings is aan administrateurs opgelê\";'),('af','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('af','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('af','messages:revdelete-show-file-confirm','s:97:\"af:Is u seker u wil die geskrapte weergawe van die lêer \"<nowiki>$1</nowiki>\" van $2 om $3 sien?\";'),('af','messages:revdelete-show-file-submit','s:5:\"af:Ja\";'),('af','messages:revdelete-show-no-access','s:133:\"af:Fout met die vertoon van die item gedateer $2 om $1 uur: hierdie item is as \"beskermd\" gemerk.\nU het nie toegang tot die item nie.\";'),('af','messages:revdelete-submit','s:53:\"af:Pas op gekose {{PLURAL:$1|weergawe|weergawes}} toe\";'),('af','messages:revdelete-success','s:66:\"af:\'\'\'Die sigbaarheid van die wysiging is suksesvol opgedateer.\'\'\'\";'),('af','messages:revdelete-summary-hid','s:30:\"af:wysigingsopsomming versteek\";'),('af','messages:revdelete-summary-unhid','s:36:\"af:wysigingsopsomming sigbaar gemaak\";'),('af','messages:revdelete-suppress','s:47:\"af:Onderdruk data van administrateurs en ander.\";'),('af','messages:revdelete-suppress-text','s:208:\"af:Verberging van weergawes mag \'\'\'slegs\'\'\' in die volgende gevalle gebruik word:\n* Potensieel lasterlike inligting\n* Ongepaste persoonlike inligting\n*: \'\'woonadres, telefoonnommers, ID-nommers, ensovoorts.\'\'\";'),('af','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('af','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('af','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('af','messages:revdelete-uname-hid','s:26:\"af:gebruikersnaam versteek\";'),('af','messages:revdelete-uname-unhid','s:32:\"af:gebruikersnaam sigbaar gemaak\";'),('af','messages:revdelete-unrestricted','s:44:\"af:beperkings vir administrateurs is opgehef\";'),('af','messages:revdelete-unsuppress','s:45:\"af:Verwyder beperkinge op herstelde weergawes\";'),('af','messages:reverted','s:40:\"af:Het terug gegaan na vroeëre weergawe\";'),('af','messages:revertmerge','s:29:\"af:Samesmelting ongedaan maak\";'),('af','messages:revertmove','s:12:\"af:rol terug\";'),('af','messages:revertpage','s:99:\"af:Wysigings deur [[Special:Contributions/$2|$2]] teruggerol na laaste weergawe deur [[User:$1|$1]]\";'),('af','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('af','messages:revertpage-nouser','s:91:\"af:Rol wysigings deur versteekte gebruiker terug na die laaste weergawe deur [[User:$1|$1]]\";'),('af','messages:revid','s:14:\"en:revision $1\";'),('af','messages:revision-info','s:41:\"af:Weergawe deur {{GENDER:$6|$2}} op $1$7\";'),('af','messages:revision-info-current','s:4:\"en:-\";'),('af','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('af','messages:revisionasof','s:22:\"af:Wysiging soos op $1\";'),('af','messages:revisiondelete','s:29:\"af:Verwyder/herstel weergawes\";'),('af','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('af','messages:right-apihighlimits','s:44:\"af:Gebruik hoër limiete in API-soekopgragte\";'),('af','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('af','messages:right-autoconfirmed','s:63:\"af:Uitgesonder van IP-adresgebaseerde tydsafhanklike beperkings\";'),('af','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('af','messages:right-autopatrol','s:54:\"af:Laat eie wysigings outomaties as gekontroleerd merk\";'),('af','messages:right-bigdelete','s:40:\"af:Skrap bladsye met groot geskiedenisse\";'),('af','messages:right-block','s:47:\"af:Ontneem ander gebruikers die reg om te wysig\";'),('af','messages:right-blockemail','s:49:\"af:Ontneem \'n gebruiker die reg om e-pos te stuur\";'),('af','messages:right-bot','s:41:\"af:Behandel as \'n geoutomatiseerde proses\";'),('af','messages:right-browsearchive','s:25:\"af:Soek uigeveede bladsye\";'),('af','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('af','messages:right-createaccount','s:32:\"af:Skep nuwe gebruikersrekeninge\";'),('af','messages:right-createpage','s:43:\"af:Skep bladsye (nie besprekingsblaaie nie)\";'),('af','messages:right-createtalk','s:26:\"af:Skep besprekingsbladsye\";'),('af','messages:right-delete','s:18:\"af:Vee bladsye uit\";'),('af','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('af','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('af','messages:right-deletedhistory','s:57:\"af:Wys geskrapte geskiedenis-inskrywings, sonder hul teks\";'),('af','messages:right-deletedtext','s:65:\"af:Wys verwyderde teks en veranderings tussen geskrapte weergawes\";'),('af','messages:right-deletelogentry','s:51:\"af:Skrap en terugplaas van spesifieke logboekreëls\";'),('af','messages:right-deleterevision','s:55:\"af:Skrap en ontskrap spesifieke hersienings van bladsye\";'),('af','messages:right-edit','s:16:\"af:Wysig bladsye\";'),('af','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('af','messages:right-editinterface','s:33:\"af:Wysig die gebruikerskoppelvlak\";'),('af','messages:right-editmyoptions','s:24:\"af:Wysig u eie voorkeure\";'),('af','messages:right-editmyprivateinfo','s:56:\"af:Wysig u eie privaat data (bv. e-posadres, regte naam)\";'),('af','messages:right-editmyusercss','s:33:\"af:Wysig u persoonlike CSS-bladsy\";'),('af','messages:right-editmyuserjs','s:40:\"af:Wysig u persoonlike JavaScript-bladsy\";'),('af','messages:right-editmyuserjson','s:34:\"af:Wysig u persoonlike JSON-bladsy\";'),('af','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('af','messages:right-editmywatchlist','s:105:\"af:Wysig u persoonlike dophoulys. Sommige aksies sal steeds bladsye byvoeg, selfs sonder die bevoegdheid.\";'),('af','messages:right-editprotected','s:58:\"af:Wysig bladsye beskermd as \"{{int:protect-level-sysop}}\"\";'),('af','messages:right-editsemiprotected','s:72:\"af:Wysig bladsye wat as \"{{int:protect-level-autoconfirmed}}\" beskerm is\";'),('af','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('af','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('af','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('af','messages:right-editusercss','s:39:\"af:Wysig ander gebruikers se CSS-lêers\";'),('af','messages:right-edituserjs','s:38:\"af:Wysig ander gebruikers se JS-lêers\";'),('af','messages:right-edituserjson','s:40:\"af:Wysig ander gebruikers se JSON-lêers\";'),('af','messages:right-hideuser','s:54:\"af:Blokkeer \'n gebruiker, versteek dit van die publiek\";'),('af','messages:right-import','s:39:\"af:Importeer bladsye vanaf ander wiki\'s\";'),('af','messages:right-importupload','s:35:\"af:Importeer bladsye vanaf \'n lêer\";'),('af','messages:right-ipblock-exempt','s:22:\"af:Omseil IP-blokkades\";'),('af','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('af','messages:right-markbotedits','s:47:\"af:Merk teruggerolde wysigings as botbywerkings\";'),('af','messages:right-mergehistory','s:39:\"af:Versmelt die geskiedenis van bladsye\";'),('af','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('af','messages:right-minoredit','s:31:\"af:Merk as \'n klein verandering\";'),('af','messages:right-move','s:16:\"af:Skuif bladsye\";'),('af','messages:right-move-categorypages','s:25:\"af:Skuif kategoriebladsye\";'),('af','messages:right-move-rootuserpages','s:41:\"af:Skuif gebruikersblaaie op hoogste vlak\";'),('af','messages:right-move-subpages','s:34:\"af:skuif bladsye met hul subblaaie\";'),('af','messages:right-movefile','s:15:\"af:Skuif lêers\";'),('af','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('af','messages:right-nominornewtalk','s:90:\"af:Klein wysigings aan besprekingsbladsye lei nie tot vermelding van \'nuwe boodskappe\' nie\";'),('af','messages:right-noratelimit','s:35:\"af:Negeer tydsafhanklike beperkings\";'),('af','messages:right-override-export-depth','s:71:\"af:Eksporteer bladsye insluitend geskakelde bladsye tot \'n diepte van 5\";'),('af','messages:right-pagelang','s:32:\"af:Wysig die taal van die bladsy\";'),('af','messages:right-patrol','s:42:\"af:Merk ander se wysigings as gekontroleer\";'),('af','messages:right-patrolmarks','s:44:\"af:Wys kontroleermerke in onlangse wysigings\";'),('af','messages:right-protect','s:65:\"af:Verander beveiligingsvlakke en wysig kaskade-beskermde bladsye\";'),('af','messages:right-purge','s:38:\"af:Suiwer die kasstelsel vir \'n bladsy\";'),('af','messages:right-read','s:15:\"af:Lees bladsye\";'),('af','messages:right-reupload','s:30:\"af:Oorskryf \'n bestaande lêer\";'),('af','messages:right-reupload-own','s:44:\"af:Oorskryf \'n lêer wat u self opgelaai het\";'),('af','messages:right-reupload-shared','s:53:\"af:Oorskryf lêers op die gedeelde mediabank plaaslik\";'),('af','messages:right-rollback','s:80:\"af:Rol wysigings van die laaste gebruiker wat \'n bladsy gewysig het vinnig terug\";'),('af','messages:right-sendemail','s:35:\"af:Stuur e-pos aan ander gebruikers\";'),('af','messages:right-siteadmin','s:33:\"af:Sluit en ontsluit die datbasis\";'),('af','messages:right-suppressionlog','s:28:\"af:Besigtig privaat logboeke\";'),('af','messages:right-suppressredirect','s:55:\"af:Geen aansture agterlaat by die skuif van bladsye nie\";'),('af','messages:right-suppressrevision','s:60:\"af:Hersien en herstel weergawes verborge van administrateurs\";'),('af','messages:right-unblockself','s:27:\"af:Eie gebruiker deblokkeer\";'),('af','messages:right-undelete','s:21:\"af:Ontskrap \'n bladsy\";'),('af','messages:right-unwatchedpages','s:48:\"af:Wys lys van bladsye wat nie dopgehou word nie\";'),('af','messages:right-upload','s:17:\"af:Laai lêers op\";'),('af','messages:right-upload_by_url','s:24:\"af:Laai lêer van \'n URL\";'),('af','messages:right-userrights','s:29:\"af:Wysig alle gebruiker regte\";'),('af','messages:right-userrights-interwiki','s:54:\"af:Wysig gebruikersregte van gebruikers op ander wikis\";'),('af','messages:right-viewmyprivateinfo','s:54:\"af:Wys u eie privaat data (bv. e-posadres, regte naam)\";'),('af','messages:right-viewmywatchlist','s:30:\"af:Wys u persoonlike dophoulys\";'),('af','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('af','messages:right-writeapi','s:28:\"af:Bewerkings m.b.v. die API\";'),('af','messages:rightslog','s:25:\"af:Gebruikersregtelogboek\";'),('af','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('af','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('af','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('af','messages:rightslogtext','s:65:\"af:Hier onder is die logboek van gebruikersregte wat verander is.\";'),('af','messages:rightsnone','s:9:\"af:(geen)\";'),('af','messages:rollback','s:25:\"af:Rol veranderinge terug\";'),('af','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('af','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('af','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('af','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('af','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('af','messages:rollback-success','s:79:\"af:Wysigings deur $1 is teruggerol.\nDie laaste weergawe van $2 is teruggeplaas.\";'),('af','messages:rollbackfailed','s:23:\"af:Terugrol onsuksesvol\";'),('af','messages:rollbacklink','s:12:\"af:rol terug\";'),('af','messages:rollbacklinkcount','s:52:\"af:rol {{PLURAL:$1|een wysiging|$1 wysigings}} terug\";'),('af','messages:rollbacklinkcount-morethan','s:60:\"af:rol meer as {{PLURAL:$1|een wysiging|$1 wysigings}} terug\";'),('af','messages:rotate-comment','s:56:\"af:Beeld $1 {{PLURAL:$1|graad|grade}} kloksgewys gedraai\";'),('af','messages:sat','s:6:\"af:Sa.\";'),('af','messages:saturday','s:11:\"af:Saterdag\";'),('af','messages:saturday-at','s:17:\"af:Saterdag om $1\";'),('af','messages:savearticle','s:15:\"af:Stoor bladsy\";'),('af','messages:savearticle-start','s:18:\"af:Stoor bladsy…\";'),('af','messages:savechanges','s:18:\"af:Stoor wysigings\";'),('af','messages:savechanges-start','s:21:\"af:Stoor wysigings…\";'),('af','messages:savedprefs','s:26:\"af:U voorkeure is gestoor.\";'),('af','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('af','messages:savefile','s:14:\"af:Stoor lêer\";'),('af','messages:saveprefs','s:18:\"af:Stoor voorkeure\";'),('af','messages:saveusergroups','s:25:\"af:Stoor gebruikersgroepe\";'),('af','messages:scarytranscludedisabled','s:51:\"af:[Interwiki-invoeging van sjablone is afgeskakel]\";'),('af','messages:scarytranscludefailed','s:40:\"af:[Sjabloon $1 kon nie gelaai word nie]\";'),('af','messages:scarytranscludefailed-httpstatus','s:49:\"af:[Sjabloon $1 kon nie gelaai word nie: HTTP $2]\";'),('af','messages:scarytranscludetoolong','s:23:\"af:[Die URL is te lank]\";'),('af','messages:search','s:7:\"af:Soek\";'),('af','messages:search-category','s:17:\"af:(kategorie $1)\";'),('af','messages:search-error','s:47:\"af:\'n Fout het tydens die soektog voorgekom: $1\";'),('af','messages:search-external','s:19:\"af:Eksterne soektog\";'),('af','messages:search-file-match','s:45:\"af:(stem ooreen met die inhoud van die leêr)\";'),('af','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('af','messages:search-filter-title-prefix-reset','s:24:\"af:Deursoek alle bladsye\";'),('af','messages:search-ignored-headings','s:564:\"af: #<!-- los hierdie reël onveranderd hier --> <pre>\n# Hofies wat deur die soektog geïgnoreer word.\n# Wysigings word toegepas sodra die bladsy met die hofie geïndekseer word.\n# Jy kan ïndeksering afdwing deur \'n nietige wysiging te maak.\n# Die sintaks is soos volg:\n#   * Alles vanaf \'n \"#\" karakter tot die einde van \'n lyn is \'n opmerking.\n#   * Elke reël wat enige teks bevat moet die presiese titel wees wat geïgnoreer moet word, insluitend hoof- en kleinletters.\nVerwsyings\nEksterne skakels\nSien ook\n #</pre> <!-- los hierdie reël onveranderd hier -->\";'),('af','messages:search-interwiki-custom','s:3:\"en:\";'),('af','messages:search-interwiki-more','s:9:\"af:(meer)\";'),('af','messages:search-interwiki-more-results','s:17:\"af:meer resultate\";'),('af','messages:search-interwiki-resultset-link','s:22:\"af:Sien alle resultate\";'),('af','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('af','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('af','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('af','messages:search-nonefound','s:46:\"af:Daar is geen resultate vir die navraag nie.\";'),('af','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('af','messages:search-redirect','s:24:\"af:(aangestuur vanaf $1)\";'),('af','messages:search-relatedarticle','s:11:\"af:Verwante\";'),('af','messages:search-result-category-size','s:130:\"af:{{PLURAL:$1|1 kategorielid|$1 kategorielede}} ({{PLURAL:$2|1 subkategorie|$2 subkategorieë}}, {{PLURAL:$3|1 lêer|$3 lêers}})\";'),('af','messages:search-result-size','s:39:\"af:$1 ({{PLURAL:$2|1 woord|$2 woorde}})\";'),('af','messages:search-rewritten','s:59:\"af:Wys resultate vir $1 . Geen resultate gevind vir $2 nie.\";'),('af','messages:search-section','s:16:\"af:(afdeling $1)\";'),('af','messages:search-showingresults','s:129:\"af:{{PLURAL:$4|Resultaat <strong>$1</strong> van <strong>$2</strong>|Resultate <strong>$1 - $2</strong> van <strong>$3</strong>}}\";'),('af','messages:search-suggest','s:19:\"af:Het u $1 bedoel?\";'),('af','messages:search-summary','s:3:\"en:\";'),('af','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('af','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('af','messages:searchall','s:7:\"af:alle\";'),('af','messages:searcharticle','s:6:\"af:Wys\";'),('af','messages:searchbutton','s:7:\"af:Soek\";'),('af','messages:searchdisabled','s:196:\"af:{{SITENAME}} se soekfunksie is tans afgeskakel ter wille van werkverrigting. Gebruik gerus intussen Google of Yahoo! Let daarop dat hulle indekse van die {{SITENAME}}-inhoud verouderd mag wees.\";'),('af','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('af','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('af','messages:searchmenu-exists','s:62:\"af:\'\'\'Daar is reeds \'n bladsy genaamd \"[[:$1]]\" op die wiki\'\'\'\";'),('af','messages:searchmenu-new','s:168:\"af:<strong>Skep die bladsy \"[[:$1]]\" op hierdie wiki</strong> {{PLURAL:$2|0=|Sien ook die bladsy wat in u soektog gevind is.|Sien ook die soekresultate wat gevind is.}}\";'),('af','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('af','messages:searchprofile-advanced','s:13:\"af:Uitgebreid\";'),('af','messages:searchprofile-advanced-tooltip','s:33:\"af:Soek in spesifieke naamruimtes\";'),('af','messages:searchprofile-articles','s:22:\"af:Inhoudelike bladsye\";'),('af','messages:searchprofile-articles-tooltip','s:13:\"af:Soek in $1\";'),('af','messages:searchprofile-everything','s:8:\"af:Alles\";'),('af','messages:searchprofile-everything-tooltip','s:49:\"af:Soek deur alle inhoud (ook besprekingsbladsye)\";'),('af','messages:searchprofile-images','s:13:\"af:Multimedia\";'),('af','messages:searchprofile-images-tooltip','s:17:\"af:Soek na lêers\";'),('af','messages:searchrelated','s:11:\"af:verwante\";'),('af','messages:searchresults','s:16:\"af:Soekresultate\";'),('af','messages:searchresults-title','s:25:\"af:Soekresultate vir \"$1\"\";'),('af','messages:searchresultshead','s:16:\"af:Soekresultate\";'),('af','messages:searchsuggest-containing','s:32:\"af:Deursoek bladsye met die teks\";'),('af','messages:searchsuggest-search','s:24:\"af:Deursoek {{SITENAME}}\";'),('af','messages:seconds','s:39:\"af:{{PLURAL:$1|$1 sekonde|$1 sekondes}}\";'),('af','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('af','messages:seconds-ago','s:43:\"af:$1 {{PLURAL:$1|sekonde|sekondes}} gelede\";'),('af','messages:sectioneditnotsupported-text','s:103:\"af:Afdeling redigering word nie in hierdie bladsy ondersteun nie of is gedeaktiveer vir hierdie aansig.\";'),('af','messages:sectioneditnotsupported-title','s:48:\"af:Dit is nie moontlik om paragrawe te wysig nie\";'),('af','messages:selfmove','s:76:\"af:Bron- en teikentitels is dieselfde; kan nie bladsy oor homself skuif nie.\";'),('af','messages:selfredirect','s:225:\"af:<strong>Waarskuwing:</strong> U stuur die bladsy na homself aan.\nDalk is die verkeerde teiken vir die aanstuur gegee, of dalk wysig u die verkeerde bladsy. Deur weer \"$1\" te klik, sal die aanstuur in elk geval gemaak word.\";'),('af','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('af','messages:semiprotectedpagemovewarning','s:155:\"af:\'\'\'Let wel:\'\'\' Hierdie bladsy kan slegs deur geregistreerde gebruikers geskuif word. Die nuutste logboekinskrywing word hieronder ter verwysing vertoon:\";'),('af','messages:semiprotectedpagewarning','s:166:\"af:\'\'\'Let wel:\'\'\' Hierdie artikel is beskerm sodat slegs ingetekende gebruikers dit sal kan wysig. Die nuutste logboekinskrywing word hieronder ter verwysing vertoon:\";'),('af','messages:sep','s:8:\"af:Sept.\";'),('af','messages:september','s:12:\"af:September\";'),('af','messages:september-gen','s:12:\"af:September\";'),('af','messages:servertime','s:15:\"af:Bedienertyd:\";'),('af','messages:session_fail_preview','s:207:\"af:\'\'\'Jammer! Weens verlies aan sessie-inligting is die wysiging nie verwerk nie.\nProbeer asseblief weer. As dit steeds nie werk nie, probeer om [[Special:UserLogout|af te teken]] en dan weer aan te meld.\'\'\'\";'),('af','messages:session_fail_preview_html','s:373:\"af:\'\'\'Jammer! U wysigings is nie verwerk nie omdat sessie-data verlore gegaan het.\'\'\'\n\n\'\'Omrede rou HTML hier by {{SITENAME}} ingevoer kan word, kan die voorskou nie gesien word nie ter beskerming teen aanvalle met JavaScript.\'\'\n\n\'\'\'As dit \'n regmatige wysiging is, probeer asseblief weer. As dit daarna nog nie werk nie, [[Special:UserLogout|teken dan af]] en weer aan.\'\'\'\";'),('af','messages:sessionfailure','s:207:\"af:Dit lyk of daar \'n probleem met u sessie is.\nHierdie aksie is gekanselleer omdat dit \'n veiligheidsrisiko is (moontlike kaping van u sessie).\nGaan een bladsy terug, herlaai die bladsy en probeer dan weer.\";'),('af','messages:sessionfailure-title','s:20:\"af:Sessie het gefaal\";'),('af','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('af','messages:sessionprovider-generic','s:13:\"af:$1-sessies\";'),('af','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('af','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('af','messages:shared-repo','s:24:\"af:\'n gedeelde lêerbank\";'),('af','messages:shared-repo-from','s:11:\"af:vanaf $1\";'),('af','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('af','messages:shareddescriptionfollows','s:4:\"en:-\";'),('af','messages:sharedupload','s:77:\"af:Die lêer kom vanaf $1 en mag moontlik ook op ander projekte gebruik word.\";'),('af','messages:sharedupload-desc-create','s:147:\"af:Hierdie lêer kom van $1 en kan ook in ander projekte gebruik word.\nMiskien wil u eerder die beskrywing daar op die [$2 lêerbeskrywing] bywerk.\";'),('af','messages:sharedupload-desc-edit','s:147:\"af:Hierdie lêer kom van $1 en kan ook in ander projekte gebruik word.\nMiskien wil u eerder die beskrywing daar op die [$2 lêerbeskrywing] bywerk.\";'),('af','messages:sharedupload-desc-here','s:149:\"af:Hierdie lêer kom vanaf $1 en kan ook in ander projekte gebruik word.\nDie beskrywing op die [$2 lêer se inligtingsblad] word hieronder weergegee.\";'),('af','messages:sharedupload-desc-there','s:131:\"af:Hierdie lêer kom vanaf $1 en kan ook in ander projekte gebruik word.\nSien die [$2 lêer se beskrywingsblad] vir meer inligting.\";'),('af','messages:shortpages','s:15:\"af:Kort bladsye\";'),('af','messages:shortpages-summary','s:3:\"en:\";'),('af','messages:show','s:6:\"af:Wys\";'),('af','messages:show-big-image','s:22:\"af:Oorspronklike lêer\";'),('af','messages:show-big-image-other','s:48:\"af:Ander {{PLURAL:$2|resolusie|resolusies}}: $1.\";'),('af','messages:show-big-image-preview','s:36:\"af:Grootte van hierdie voorskou: $1.\";'),('af','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('af','messages:show-big-image-size','s:19:\"af:$1 × $2 piksels\";'),('af','messages:showdiff','s:19:\"af:Wys veranderings\";'),('af','messages:showhideselectedlogentries','s:36:\"af:Wys/versteek gekose logboekreëls\";'),('af','messages:showhideselectedversions','s:32:\"af:Wys/versteek gekose weergawes\";'),('af','messages:showingresults','s:80:\"af:Hier volg {{PLURAL:$1|\'\'\'1\'\'\' resultaat|\'\'\'$1\'\'\' resultate}} vanaf #\'\'\'$2\'\'\'.\";'),('af','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('af','messages:shown-title','s:54:\"af:Wys $1 {{PLURAL:$1|resultaat|resultate}} per bladsy\";'),('af','messages:showpreview','s:15:\"af:Wys voorskou\";'),('af','messages:showtoc','s:6:\"af:wys\";'),('af','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('af','messages:sig-text','s:7:\"en:--$1\";'),('af','messages:signature','s:57:\"af:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|kontak]])\";'),('af','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('af','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('af','messages:signupend','s:3:\"en:\";'),('af','messages:signupend-https','s:3:\"en:\";'),('af','messages:signupstart','s:3:\"en:\";'),('af','messages:simpleantispam-label','s:46:\"af:<strong>Moenie</strong> die veld invul nie!\";'),('af','messages:site-atom-feed','s:15:\"af:$1 Atoomvoer\";'),('af','messages:site-rss-feed','s:14:\"af:$1 RSS-voer\";'),('af','messages:sitecsspreview','s:92:\"af:\'\'\'Onthou dat u na \'n voorskou van die CSS-kode kyk.\'\'\'\n\'\'\'Dit is nog nie gestoor nie!\'\'\'\";'),('af','messages:sitecssprotected','s:104:\"af:U het nie toestemming om dié CSS-bladsy te wysig nie, want dit kan \'n invloed hê op alle besoekers.\";'),('af','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('af','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('af','messages:sitejspreview','s:99:\"af:\'\'\'Onthou dat u na \'n voorskou van die JavaScript-kode kyk.\'\'\'\n\'\'\'Dit is nog nie gestoor nie!\'\'\'\";'),('af','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('af','messages:sitenotice','s:4:\"en:-\";'),('af','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('af','messages:sitesubtitle','s:3:\"en:\";'),('af','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('af','messages:siteuser','s:28:\"af:{{SITENAME}}-gebruiker $1\";'),('af','messages:siteusers','s:53:\"af:{{SITENAME}}-{{PLURAL:$2|gebruiker|gebruikers}} $1\";'),('af','messages:size-bytes','s:7:\"af:$1 G\";'),('af','messages:size-exabytes','s:8:\"en:$1 EB\";'),('af','messages:size-exapixel','s:8:\"en:$1 EP\";'),('af','messages:size-gigabytes','s:8:\"af:$1 GG\";'),('af','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('af','messages:size-kilobytes','s:8:\"af:$1 KG\";'),('af','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('af','messages:size-megabytes','s:8:\"af:$1 MG\";'),('af','messages:size-megapixel','s:8:\"en:$1 MP\";'),('af','messages:size-petabytes','s:8:\"en:$1 PB\";'),('af','messages:size-petapixel','s:8:\"en:$1 PP\";'),('af','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('af','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('af','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('af','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('af','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('af','messages:size-terabytes','s:8:\"en:$1 TB\";'),('af','messages:size-terapixel','s:8:\"en:$1 TP\";'),('af','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('af','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('af','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('af','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('af','messages:skin-action-addsection','s:17:\"af:Nuwe onderwerp\";'),('af','messages:skin-action-delete','s:8:\"af:Skrap\";'),('af','messages:skin-action-move','s:8:\"af:Skuif\";'),('af','messages:skin-action-protect','s:10:\"af:Beskerm\";'),('af','messages:skin-action-undelete','s:11:\"af:Ontskrap\";'),('af','messages:skin-action-unprotect','s:19:\"af:Wysig beskerming\";'),('af','messages:skin-action-viewdeleted','s:12:\"af:Bekyk $1?\";'),('af','messages:skin-action-viewsource','s:15:\"af:Wys bronteks\";'),('af','messages:skin-preview','s:11:\"af:Voorskou\";'),('af','messages:skin-view-create','s:7:\"af:Skep\";'),('af','messages:skin-view-create-local','s:34:\"af:Voeg \'n plaaslike beskrywing by\";'),('af','messages:skin-view-edit','s:8:\"af:Wysig\";'),('af','messages:skin-view-edit-local','s:29:\"af:Wysig plaaslike beskrywing\";'),('af','messages:skin-view-foreign','s:12:\"af:Wys op $1\";'),('af','messages:skin-view-history','s:18:\"af:Wys geskiedenis\";'),('af','messages:skin-view-view','s:7:\"af:Lees\";'),('af','messages:skinname-minerva','s:10:\"en:Minerva\";'),('af','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('af','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('af','messages:slot-name-main','s:7:\"af:Hoof\";'),('af','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('af','messages:sorbs','s:8:\"en:DNSBL\";'),('af','messages:sorbs_create_account_reason','s:142:\"af:U IP-adres is gelys as \'n oop instaanbediener (proxy) in die DNS-swartlys wat op {{SITENAME}} gebruik word.\nU kan nie \'n rekening skep nie.\";'),('af','messages:sorbsreason','s:110:\"af:U IP-adres is gelys as \'n oop instaanbediener (proxy) in die DNS-swartlys wat op {{SITENAME}} gebruik word.\";'),('af','messages:sort-ascending','s:19:\"af:Sorteer oplopend\";'),('af','messages:sort-descending','s:19:\"af:Sorteer aflopend\";'),('af','messages:sort-initial','s:21:\"af:Sorteer aanvanklik\";'),('af','messages:sort-rowspan-error','s:168:\"af:Hierdie bladsy bevat \'n \"table\" met \'n \"rowspan attribute\" wat meer lyne oorspan as wat die  tabel in werklikheid het. U kan dit regstel deur die bladsy te redigeer.\";'),('af','messages:sourcefilename','s:27:\"af:Oorspronklike lêernaam:\";'),('af','messages:sourceurl','s:12:\"af:Bron-URL:\";'),('af','messages:sp-contributions-blocked-notice','s:109:\"af:Hierdie gebruiker is tans geblokkeer. Die laaste inskrywing in die blokkeerlogboek word hieronder vertoon:\";'),('af','messages:sp-contributions-blocked-notice-anon','s:120:\"af:Hierdie IP-adres is tans geblokkeer.\nDie laaste inskrywing uit die blokkeerlogboek word hier ter inligting weergegee:\";'),('af','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('af','messages:sp-contributions-blocked-notice-partial','s:133:\"af:Hierdie gebruiker is tans gedeeltelik geblokkeer.\nDie laaste inskrywing uit die blokkeerlogboek word hier ter inligting weergegee:\";'),('af','messages:sp-contributions-blocklog','s:19:\"af:blokkeer-logboek\";'),('af','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('af','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('af','messages:sp-contributions-deleted','s:30:\"af:geskrapte gebruikersbydraes\";'),('af','messages:sp-contributions-explain','s:3:\"en:\";'),('af','messages:sp-contributions-footer','s:4:\"en:-\";'),('af','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('af','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('af','messages:sp-contributions-hideminor','s:27:\"af:Versteek klein wysigings\";'),('af','messages:sp-contributions-logs','s:11:\"af:logboeke\";'),('af','messages:sp-contributions-newonly','s:21:\"af:Slegs nuwe bladsye\";'),('af','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('af','messages:sp-contributions-search','s:18:\"af:Soek na bydraes\";'),('af','messages:sp-contributions-submit','s:7:\"af:Soek\";'),('af','messages:sp-contributions-suppresslog','s:32:\"af:onderdrukte gebruikersbydraes\";'),('af','messages:sp-contributions-talk','s:13:\"af:bespreking\";'),('af','messages:sp-contributions-toponly','s:30:\"af:Slegs die nuutste weergawes\";'),('af','messages:sp-contributions-uploads','s:10:\"af:oplaaie\";'),('af','messages:sp-contributions-username','s:30:\"af:IP-adres of gebruikersnaam:\";'),('af','messages:sp-contributions-userrights','s:26:\"af:bestuur gebruikersregte\";'),('af','messages:sp-deletedcontributions-contribs','s:10:\"af:bydraes\";'),('af','messages:sp-newimages-showfrom','s:31:\"af:Wys nuwe lêers vanaf $2, $1\";'),('af','messages:spam_blanking','s:51:\"af:Alle weergawes met \'n skakel na $1 word verwyder\";'),('af','messages:spam_deleting','s:57:\"af:Alle weergawes bevat verwysings na $1. Bladsy verwyder\";'),('af','messages:spam_reverting','s:76:\"af:Besig met terugrol na die laaste weergawe wat nie skakels na $1 bevat nie\";'),('af','messages:spambot_username','s:31:\"af:MediaWiki opruiming van spam\";'),('af','messages:spamprotectionmatch','s:67:\"af:Die volgende teks is wat ons gemorspos-filter geaktiveer het: $1\";'),('af','messages:spamprotectiontext','s:141:\"af:Die bladsy wat u wou stoor is deur die gemorspos-filter geblokkeer. Dit is waarskynlik deur \'n eksterne skakel op ons swartlys veroorsaak.\";'),('af','messages:spamprotectiontitle','s:13:\"af:Spamfilter\";'),('af','messages:special-characters-group-arabic','s:10:\"af:Arabies\";'),('af','messages:special-characters-group-arabicextended','s:20:\"af:Arabies uitgebrei\";'),('af','messages:special-characters-group-bangla','s:11:\"af:Bengaals\";'),('af','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('af','messages:special-characters-group-cyrillic','s:12:\"af:Cyrillies\";'),('af','messages:special-characters-group-devanagari','s:13:\"af:Devanagari\";'),('af','messages:special-characters-group-greek','s:9:\"af:Grieks\";'),('af','messages:special-characters-group-greekextended','s:19:\"af:Grieks uitgebrei\";'),('af','messages:special-characters-group-gujarati','s:11:\"af:Gujarati\";'),('af','messages:special-characters-group-hebrew','s:11:\"af:Hebreeus\";'),('af','messages:special-characters-group-ipa','s:6:\"af:IFA\";'),('af','messages:special-characters-group-khmer','s:8:\"af:Khmer\";'),('af','messages:special-characters-group-lao','s:12:\"af:Laosiaans\";'),('af','messages:special-characters-group-latin','s:8:\"af:Latyn\";'),('af','messages:special-characters-group-latinextended','s:18:\"af:Latyn uitgebrei\";'),('af','messages:special-characters-group-persian','s:11:\"af:Persiese\";'),('af','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('af','messages:special-characters-group-sinhala','s:10:\"af:Sinhala\";'),('af','messages:special-characters-group-symbols','s:10:\"af:Simbole\";'),('af','messages:special-characters-group-tamil','s:8:\"af:Tamil\";'),('af','messages:special-characters-group-telugu','s:9:\"af:Telugu\";'),('af','messages:special-characters-group-thai','s:7:\"af:Thai\";'),('af','messages:special-characters-title-emdash','s:13:\"af:em-strepie\";'),('af','messages:special-characters-title-endash','s:13:\"af:en-strepie\";'),('af','messages:special-characters-title-minus','s:13:\"af:minusteken\";'),('af','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('af','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('af','messages:specialeditpage-page','s:14:\"en:Target page\";'),('af','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('af','messages:speciallogtitlelabel','s:57:\"af:Teiken (titel of {{ns:user}}:gebruiker vir gebruiker):\";'),('af','messages:specialloguserlabel','s:25:\"af:Uitvoerende gebruiker:\";'),('af','messages:specialmute','s:7:\"en:Mute\";'),('af','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('af','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('af','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('af','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('af','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('af','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('af','messages:specialmute-submit','s:10:\"en:Confirm\";'),('af','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('af','messages:specialpage','s:18:\"af:Spesiale bladsy\";'),('af','messages:specialpage-empty','s:40:\"af:Die verslag lewer geen resultate nie.\";'),('af','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('af','messages:specialpage-securitylevel-not-allowed-title','s:17:\"af:Nie toegestaan\";'),('af','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('af','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('af','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('af','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('af','messages:specialpages','s:19:\"af:Spesiale bladsye\";'),('af','messages:specialpages-group-changes','s:37:\"af:Onlangse wysigings en boekstawings\";'),('af','messages:specialpages-group-developer','s:18:\"af:Developer Tools\";'),('af','messages:specialpages-group-highuse','s:25:\"af:Mees gebruikte bladsye\";'),('af','messages:specialpages-group-login','s:24:\"af:Meld aan / registreer\";'),('af','messages:specialpages-group-maintenance','s:20:\"af:Onderhoud verslae\";'),('af','messages:specialpages-group-media','s:26:\"af:Media verslae en oplaai\";'),('af','messages:specialpages-group-other','s:25:\"af:Ander spesiale bladsye\";'),('af','messages:specialpages-group-pages','s:20:\"af:Lyste van bladsye\";'),('af','messages:specialpages-group-pagetools','s:20:\"af:Bladsyhulpmiddels\";'),('af','messages:specialpages-group-redirects','s:26:\"af:Aanstuur gewone bladsye\";'),('af','messages:specialpages-group-spam','s:19:\"af:Spam-hulpmiddels\";'),('af','messages:specialpages-group-users','s:22:\"af:Gebruikers en regte\";'),('af','messages:specialpages-group-wiki','s:22:\"af:Data en hulpmiddels\";'),('af','messages:specialpages-note-cached','s:4:\"en:-\";'),('af','messages:specialpages-note-restricted','s:225:\"af:* Normale spesiale bladsye.\n* <span class=\"mw-specialpagerestricted\">Spesiale bladsye met beperkte toegang.</span>\n* <span class=\"mw-specialpagecached\">Spesiale bladsye met gegewens uit die kas (kan verouderd wees).</span>\";'),('af','messages:specialpages-note-top','s:10:\"af:Sleutel\";'),('af','messages:specialpages-summary','s:3:\"en:\";'),('af','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('af','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('af','messages:specialpurge-page','s:14:\"en:Target page\";'),('af','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('af','messages:statistics','s:14:\"af:Statistieke\";'),('af','messages:statistics-articles','s:22:\"af:Inhoudelike bladsye\";'),('af','messages:statistics-articles-desc','s:3:\"en:\";'),('af','messages:statistics-edits','s:41:\"af:Wysigings sedert {{SITENAME}} begin is\";'),('af','messages:statistics-edits-average','s:34:\"af:Gemiddelde wysigings per bladsy\";'),('af','messages:statistics-files','s:20:\"af:Opgelaaide lêers\";'),('af','messages:statistics-files-desc','s:3:\"en:\";'),('af','messages:statistics-footer','s:3:\"en:\";'),('af','messages:statistics-header-edits','s:21:\"af:Wysigingstatistiek\";'),('af','messages:statistics-header-hooks','s:20:\"af:Ander statistieke\";'),('af','messages:statistics-header-pages','s:19:\"af:Bladsystatistiek\";'),('af','messages:statistics-header-users','s:22:\"af:Gebruikerstatistiek\";'),('af','messages:statistics-pages','s:10:\"af:Bladsye\";'),('af','messages:statistics-pages-desc','s:81:\"af:Alle bladsye in die wiki, insluitend besprekings-, aanstuur- en ander bladsye.\";'),('af','messages:statistics-summary','s:3:\"en:\";'),('af','messages:statistics-users','s:28:\"af:Geregistreerde gebruikers\";'),('af','messages:statistics-users-active','s:21:\"af:Aktiewe gebruikers\";'),('af','messages:statistics-users-active-desc','s:85:\"af:Gebruikers wat in die afgelope {{PLURAL:$1|dag|$1 dae}} \'n handeling uitgevoer het\";'),('af','messages:storedversion','s:21:\"af:Gestoorde weergawe\";'),('af','messages:subcategories','s:17:\"af:Subkategorieë\";'),('af','messages:subject','s:13:\"af:Onderwerp:\";'),('af','messages:summary','s:13:\"af:Opsomming:\";'),('af','messages:summary-preview','s:34:\"af:Voorskou van wysigingopsomming:\";'),('af','messages:sun','s:6:\"af:So.\";'),('af','messages:sunday','s:9:\"af:Sondag\";'),('af','messages:sunday-at','s:15:\"af:Sondag om $1\";'),('af','messages:suppress','s:9:\"af:Toesig\";'),('af','messages:suppressionlog','s:21:\"af:Verbergingslogboek\";'),('af','messages:suppressionlogtext','s:171:\"af:Die onderstaande lys bevat verwyderings en blokkades wat vir administrateurs versteek is.\nKyk na die [[Special:BlockList|blokkeerlys]] om die huidige blokkades te sien.\";'),('af','messages:suspicious-userlogout','s:123:\"af:U versoek om af te teken is geïgnoreer omdat dit lyk asof dit deur \'n gebreekte webleser of instaanbediener gestuur is.\";'),('af','messages:svg-long-desc','s:59:\"af:SVG-lêer, normaalweg $1 × $2 piksels, lêergrootte: $3\";'),('af','messages:svg-long-desc-animated','s:71:\"af:Geanimeerde SVG-lêer, normaalweg $1 × $2 piksels, lêergrootte: $3\";'),('af','messages:svg-long-error','s:26:\"af:Ongeldige SVG-lêer: $1\";'),('af','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('af','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('af','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('af','messages:syntaxhighlight-error-category','s:42:\"af:Bladsye met foute in sinktaksverligting\";'),('af','messages:syntaxhighlight-error-category-desc','s:75:\"af:Daar was \'n fout met verligting van kode wat op die bladsy ingesluit is.\";'),('af','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('af','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('af','messages:syntaxhighlight-error-unknown-language','s:23:\"af:Onbekende taal  \"$1\"\";'),('af','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('af','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('af','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"af:Kode\";'),('af','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:7:\"af:Taal\";'),('af','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"af:(Geen)\";'),('af','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:17:\"af:Wys lynnommers\";'),('af','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('af','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:11:\"af:Kodeblok\";'),('af','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('af','messages:table_pager_empty','s:17:\"af:Geen resultate\";'),('af','messages:table_pager_first','s:16:\"af:Eerste bladsy\";'),('af','messages:table_pager_last','s:16:\"af:Laaste bladsy\";'),('af','messages:table_pager_limit','s:30:\"af:Wys $1 resultate per bladsy\";'),('af','messages:table_pager_limit_label','s:20:\"af:Items per bladsy:\";'),('af','messages:table_pager_limit_submit','s:12:\"af:Laat waai\";'),('af','messages:table_pager_next','s:18:\"af:Volgende bladsy\";'),('af','messages:table_pager_prev','s:16:\"af:Vorige bladsy\";'),('af','messages:tag-filter','s:33:\"af:[[Special:Tags|Etiketfilter]]:\";'),('af','messages:tag-filter-submit','s:9:\"af:Filter\";'),('af','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('af','messages:tag-list-wrapper','s:53:\"af:[[Special:Tags|{{PLURAL:$1|Etiket|Etikette}}]]: $2\";'),('af','messages:tag-mobile_edit','s:16:\"af:Selfoonbydrae\";'),('af','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('af','messages:tag-mobile_web_edit','s:26:\"af:Wysiging op selfoonwerf\";'),('af','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('af','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('af','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('af','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('af','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('af','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('af','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('af','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('af','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('af','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('af','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('af','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('af','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('af','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('af','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('af','messages:tag-mw-reverted','s:13:\"af:Teruggerol\";'),('af','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('af','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('af','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('af','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('af','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('af','messages:tag-mw-undo','s:7:\"en:Undo\";'),('af','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('af','messages:tagline','s:21:\"af:Vanaf {{SITENAME}}\";'),('af','messages:tags','s:29:\"af:Geldige wysigings-etikette\";'),('af','messages:tags-actions-header','s:9:\"af:Aksies\";'),('af','messages:tags-activate','s:11:\"af:aktiveer\";'),('af','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('af','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('af','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('af','messages:tags-activate-reason','s:8:\"af:Rede:\";'),('af','messages:tags-activate-submit','s:11:\"af:Aktiveer\";'),('af','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('af','messages:tags-active-header','s:10:\"af:Aktief?\";'),('af','messages:tags-active-no','s:6:\"af:Nee\";'),('af','messages:tags-active-yes','s:5:\"af:Ja\";'),('af','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('af','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('af','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('af','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('af','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('af','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('af','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('af','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('af','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('af','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('af','messages:tags-create-reason','s:8:\"af:Rede:\";'),('af','messages:tags-create-submit','s:7:\"af:Skep\";'),('af','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('af','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('af','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('af','messages:tags-deactivate','s:13:\"af:deaktiveer\";'),('af','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('af','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('af','messages:tags-deactivate-reason','s:8:\"af:Rede:\";'),('af','messages:tags-deactivate-submit','s:13:\"af:Deaktiveer\";'),('af','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('af','messages:tags-delete','s:8:\"af:skrap\";'),('af','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('af','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('af','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('af','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('af','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('af','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('af','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('af','messages:tags-delete-reason','s:8:\"af:Rede:\";'),('af','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('af','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('af','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('af','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('af','messages:tags-description-header','s:37:\"af:Volledige beskrywing van betekenis\";'),('af','messages:tags-display-header','s:29:\"af:Weergawe in wysigingslyste\";'),('af','messages:tags-edit','s:8:\"af:wysig\";'),('af','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('af','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('af','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('af','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('af','messages:tags-edit-existing-tags-none','s:16:\"af:<em>Geen</em>\";'),('af','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('af','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('af','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('af','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('af','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('af','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('af','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('af','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('af','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('af','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('af','messages:tags-edit-reason','s:8:\"af:Rede:\";'),('af','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('af','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('af','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('af','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('af','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('af','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('af','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('af','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('af','messages:tags-hidden','s:11:\"en:(hidden)\";'),('af','messages:tags-hitcount','s:38:\"af:$1 {{PLURAL:$1|wysiging|wysigings}}\";'),('af','messages:tags-hitcount-header','s:31:\"af:Geëtiketteerde veranderings\";'),('af','messages:tags-intro','s:100:\"af:Hierdie bladsy bevat die etikette waarmee die sagteware wysigings mee kan merk, en hul betekenis.\";'),('af','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('af','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('af','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('af','messages:tags-source-header','s:7:\"af:Bron\";'),('af','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('af','messages:tags-source-none','s:26:\"af:Nie meer in gebruik nie\";'),('af','messages:tags-summary','s:3:\"en:\";'),('af','messages:tags-tag','s:13:\"af:Etiketnaam\";'),('af','messages:tags-title','s:11:\"af:Etikette\";'),('af','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('af','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('af','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('af','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('af','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('af','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('af','messages:talk','s:13:\"af:Bespreking\";'),('af','messages:talkpageheader','s:4:\"en:-\";'),('af','messages:talkpagelinktext','s:14:\"af:Besprekings\";'),('af','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('af','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('af','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('af','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('af','messages:template-loop-category','s:28:\"af:Bladsye met sjabloonlusse\";'),('af','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('af','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('af','messages:template-protected','s:13:\"af:(beskermd)\";'),('af','messages:template-semiprotected','s:17:\"af:(half-beskerm)\";'),('af','messages:templatepage','s:24:\"af:Bekyk sjabloonsbladsy\";'),('af','messages:templatesused','s:70:\"af:{{PLURAL:$1|Sjabloon|Sjablone}} wat op hierdie bladsy gebruik word:\";'),('af','messages:templatesusedpreview','s:63:\"af:{{PLURAL:$1|Sjabloon|Sjablone}} gebruik in hierdie voorskou:\";'),('af','messages:templatesusedsection','s:81:\"af:Die volgende {{PLURAL:$1|sjabloon|sjablone}} word in hierdie afdeling gebruik:\";'),('af','messages:textmatches','s:24:\"af:Artikelteks resultate\";'),('af','messages:thisisdeleted','s:21:\"af:Wys of herstel $1?\";'),('af','messages:throttled-mailpassword','s:163:\"af:Daar is reeds \'n wagwoordwenk in die laaste {{PLURAL:$1|uur|$1 ure}} gestuur.\nOm misbruik te voorkom, word slegs een E-pos per {{PLURAL:$1|uur|$1 ure}} gestuur.\";'),('af','messages:thu','s:6:\"af:Do.\";'),('af','messages:thumbnail-dest-create','s:45:\"af:Kon nie die duimnael na die pad stoor nie.\";'),('af','messages:thumbnail-more','s:11:\"af:Vergroot\";'),('af','messages:thumbnail-temp-create','s:46:\"af:Kon nie \'n tydelike duimnaellêer skep nie.\";'),('af','messages:thumbnail_dest_directory','s:39:\"af:Nie in staat om die gids te skep nie\";'),('af','messages:thumbnail_error','s:43:\"af:Fout met die skep van duimnaelsketse: $1\";'),('af','messages:thumbnail_error_remote','s:20:\"af:Fout vanaf $1:\n$2\";'),('af','messages:thumbnail_gd-library','s:64:\"af:Onvolledige GD-biblioteek verstellings: die funksie $1 is weg\";'),('af','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('af','messages:thumbnail_image-missing','s:29:\"af:Lêer blyk weg te wees: $1\";'),('af','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('af','messages:thumbnail_image-type','s:40:\"af:Die lêertipe word nie ondersteun nie\";'),('af','messages:thumbnail_invalid_params','s:41:\"af:Ongeldige parameters vir duimnaelskets\";'),('af','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('af','messages:thumbsize','s:29:\"af:Grootte van duimnaelskets:\";'),('af','messages:thursday','s:12:\"af:Donderdag\";'),('af','messages:thursday-at','s:18:\"af:Donderdag om $1\";'),('af','messages:timeouterror','s:33:\"af:Geen antwoord van bediener nie\";'),('af','messages:timeouterror-text','s:76:\"af:Die maksimum versoektyd van $1 {{PLURAL:$1|sekonde|sekondes}} is oorskry.\";'),('af','messages:timezone-local','s:9:\"af:Lokaal\";'),('af','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('af','messages:timezone-utc','s:6:\"en:UTC\";'),('af','messages:timezonelegend','s:11:\"af:Tydsone:\";'),('af','messages:timezoneregion-africa','s:9:\"af:Afrika\";'),('af','messages:timezoneregion-america','s:10:\"af:Amerika\";'),('af','messages:timezoneregion-antarctica','s:13:\"af:Antarktika\";'),('af','messages:timezoneregion-arctic','s:18:\"af:Arktiese gebied\";'),('af','messages:timezoneregion-asia','s:8:\"af:Asië\";'),('af','messages:timezoneregion-atlantic','s:20:\"af:Atlantiese Oseaan\";'),('af','messages:timezoneregion-australia','s:13:\"af:Australië\";'),('af','messages:timezoneregion-europe','s:9:\"af:Europa\";'),('af','messages:timezoneregion-indian','s:17:\"af:Indiese Oseaan\";'),('af','messages:timezoneregion-pacific','s:16:\"af:Stille Oseaan\";'),('af','messages:timezoneuseoffset','s:34:\"af:Ander (spesifiseer tydsverskil)\";'),('af','messages:timezoneuseserverdefault','s:37:\"af:Gebruik wiki se verstekwaarde ($1)\";'),('af','messages:title-invalid','s:40:\"af:Die gevraagde bladsytitel is ongeldig\";'),('af','messages:title-invalid-characters','s:61:\"af:Die gevraagde bladsytitel bevat ongeldige karakters: \"$1\".\";'),('af','messages:title-invalid-empty','s:98:\"af:Die blasytitel wat aangevra is, is of nie ingevoeg nie of bevat net fir naam van \'n naamspasie.\";'),('af','messages:title-invalid-interwiki','s:94:\"af:Die gevraagde bladsytitel bevat \'n interwiki-skakel wat nie in titels gebruik kan word nie.\";'),('af','messages:title-invalid-leading-colon','s:73:\"af:Die gevraagde bladsytitel bevat \'n ongeldige dubbelpunt aan die begin.\";'),('af','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('af','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('af','messages:title-invalid-talk-namespace','s:82:\"af:Die sangevraagde bladsytitel verwys na \'n praat bladsy wat nie kan bestsan nie.\";'),('af','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('af','messages:title-invalid-utf8','s:60:\"af:Die gevraagde bladsytitel bevat \'n ongeldige UTF-8-reeks.\";'),('af','messages:titlematches','s:25:\"af:Artikeltitel resultate\";'),('af','messages:titleprotected','s:93:\"af:Hierdie titel is beskerm teen skepping deur [[User:$1|$1]].\nDie rede gegee is <em>$2</em>.\";'),('af','messages:titleprotectedwarning','s:199:\"af:\'\'\'WAARSKUWING: Hierdie bladsy is beveilig. Slegs gebruikers met [[Special:ListGroupRights|spesiale regte]] sal dit kan skep.\'\'\'\nDie nuutste logboekinskrywing word hieronder ter verwysing vertoon:\";'),('af','messages:tmp-create-error','s:35:\"af:Kon nie tydelike lêer skep nie.\";'),('af','messages:tmp-write-error','s:37:\"af:Fout met skryf van tydelike lêer.\";'),('af','messages:toc','s:9:\"af:Inhoud\";'),('af','messages:today-at','s:5:\"en:$1\";'),('af','messages:tog-ccmeonemails','s:57:\"af:Stuur my \'n kopie van die e-pos wat ek aan ander stuur\";'),('af','messages:tog-diffonly','s:64:\"af:Moenie \'n bladsy se inhoud onder die wysigingsverskil wys nie\";'),('af','messages:tog-editondblclick','s:28:\"af:Dubbelklik om te redigeer\";'),('af','messages:tog-editsectiononrightclick','s:59:\"af:Wysig afdeling met \'n regskliek op die afdeling se titel\";'),('af','messages:tog-enotifminoredits','s:60:\"af:Stuur ook e-pos vir klein wysigings aan bladsye en lêers\";'),('af','messages:tog-enotifrevealaddr','s:47:\"af:Stel my e-posadres bloot in kennisgewingspos\";'),('af','messages:tog-enotifusertalkpages','s:61:\"af:Stuur vir my e-pos as my eie besprekingsblad verander word\";'),('af','messages:tog-enotifwatchlistpages','s:65:\"af:Stuur my e-pos as \'n bladsye of lêer op my dophoulys verander\";'),('af','messages:tog-extendwatchlist','s:73:\"af:Brei dophoulys uit om alle wysigings te wys, nie slegs die nuutste nie\";'),('af','messages:tog-fancysig','s:89:\"af:Beskou handtekening as wikiteks (sonder \'n outomatiese skakel na jou gebruikersbladsy)\";'),('af','messages:tog-forceeditsummary','s:111:\"af:Vra my as ek \'n leë samevatting van die redigering invoer (of die opsomming van die standard ongedaan maak)\";'),('af','messages:tog-hidecategorization','s:38:\"af:Versteek kategorisering van bladsye\";'),('af','messages:tog-hideminor','s:57:\"af:Versteek klein wysigings in die onlangse wysigingslys.\";'),('af','messages:tog-hidepatrolled','s:61:\"af:Versteek gepatrolleerde wysigings in onlangse wysigingslys\";'),('af','messages:tog-minordefault','s:54:\"af:Merk alle wysigings automaties as klein by verstek.\";'),('af','messages:tog-newpageshidepatrolled','s:56:\"af:Versteek gepatrolleerde wysigings van nuwe bladsy lys\";'),('af','messages:tog-norollbackdiff','s:46:\"af:Moenie verskille wys as teruggerol word nie\";'),('af','messages:tog-oldsig','s:28:\"af:U bestaande handtekening:\";'),('af','messages:tog-prefershttps','s:61:\"af:Gebruik altyd \'n beveiligde verbinding terwyl aangemeld is\";'),('af','messages:tog-previewonfirst','s:35:\"af:Wys voorskou met eerste wysiging\";'),('af','messages:tog-previewontop','s:33:\"af:Wys voorskou bo wysigingsboks.\";'),('af','messages:tog-requireemail','s:99:\"af:Stuur e-posse vir wagwoordterugstelling slegs as beide die e-posadres en gebruikernaam gegee is.\";'),('af','messages:tog-showhiddencats','s:29:\"af:Wys versteekte kategorieë\";'),('af','messages:tog-shownumberswatching','s:39:\"af:Wys die aantal gebruikers wat dophou\";'),('af','messages:tog-showrollbackconfirmation','s:64:\"af:Toon \'n bevestigingsvraag as u op \'n  terugskakel-skakel klik\";'),('af','messages:tog-underline','s:23:\"af:Onderstreep skakels:\";'),('af','messages:tog-useeditwarning','s:70:\"af:Waarsku my as ek \'n gewysigde bladsy verlaat voordat dit gestoor is\";'),('af','messages:tog-uselivepreview','s:47:\"af:Wys voorskou sonder om die bladsy te herlaai\";'),('af','messages:tog-usenewrc','s:67:\"af:Groepeer wysigings per bladsy in onlangse wysigings en dophoulys\";'),('af','messages:tog-watchcreations','s:67:\"af:Voeg bladsye wat ek skep en lêers wat ek oplaai by my dophoulys\";'),('af','messages:tog-watchdefault','s:54:\"af:Voeg bladsye en lêers wat ek wysig by my dophoulys\";'),('af','messages:tog-watchdeletion','s:54:\"af:Voeg bladsye en lêers wat ek skrap by my dophoulys\";'),('af','messages:tog-watchlisthideanons','s:60:\"af:Versteek wysigings deur anonieme gebruikers van dophoulys\";'),('af','messages:tog-watchlisthidebots','s:39:\"af:Versteek robotwysigings in dophoulys\";'),('af','messages:tog-watchlisthidecategorization','s:38:\"af:Versteek kategorisering van bladsye\";'),('af','messages:tog-watchlisthideliu','s:64:\"af:Versteek wysigings deur aangetekende gebruikers van dophoulys\";'),('af','messages:tog-watchlisthideminor','s:44:\"af:Versteek klein wysigings van my dophoulys\";'),('af','messages:tog-watchlisthideown','s:37:\"af:Versteek my wysigings in dophoulys\";'),('af','messages:tog-watchlisthidepatrolled','s:50:\"af:Versteek gepatrolleerde wysigings van dophoulys\";'),('af','messages:tog-watchlistreloadautomatically','s:83:\"af:Herlaai outomaties die dophoulys as \'n filter verander word (benodig JavaScript)\";'),('af','messages:tog-watchlistunwatchlinks','s:195:\"af:Voeg direkte naspeurings-/horlosiemerkers ({{int: Watchlist-unatchatch}}/{{int:Watchlist-unatch-undo-ongedaan}}) by aan gekykte bladsye met veranderinge (Javascript nodig om funksie te wissel)\";'),('af','messages:tog-watchmoves','s:54:\"af:Voeg bladsye en lêers wat ek skuif by my dophoulys\";'),('af','messages:tog-watchrollback','s:53:\"af:Voeg bladsye wat ek teruggerol het by my dophoulys\";'),('af','messages:tog-watchuploads','s:44:\"af:Voeg lêers wat ek oplaai by my dophoulys\";'),('af','messages:tool-link-contributions','s:36:\"af:{{GENDER:$1|Gebruikers­bydraes}}\";'),('af','messages:tool-link-emailuser','s:36:\"af:E-pos die {{GENDER:$1|gebruiker}}\";'),('af','messages:tool-link-userrights','s:42:\"af:Verander {{GENDER:$1|gebruiker}} groepe\";'),('af','messages:tool-link-userrights-readonly','s:40:\"af:Kyk na {{GENDER:$1|gebruiker}} groepe\";'),('af','messages:toolbox','s:13:\"af:Gereedskap\";'),('af','messages:tooltip-ca-addsection','s:27:\"af:Begin \'n nuwe bespreking\";'),('af','messages:tooltip-ca-delete','s:23:\"af:Skrap hierdie bladsy\";'),('af','messages:tooltip-ca-edit','s:23:\"af:Wysig hierdie bladsy\";'),('af','messages:tooltip-ca-history','s:36:\"af:Ouer weergawes van hierdie bladsy\";'),('af','messages:tooltip-ca-move','s:23:\"af:Skuif hierdie bladsy\";'),('af','messages:tooltip-ca-nstab-category','s:28:\"af:Bekyk die kategoriebladsy\";'),('af','messages:tooltip-ca-nstab-help','s:23:\"af:Bekyk die hulpbladsy\";'),('af','messages:tooltip-ca-nstab-image','s:24:\"af:Bekyk die lêerbladsy\";'),('af','messages:tooltip-ca-nstab-main','s:25:\"af:Bekyk die inhoudbladsy\";'),('af','messages:tooltip-ca-nstab-media','s:24:\"af:Bekyk die mediabladsy\";'),('af','messages:tooltip-ca-nstab-mediawiki','s:28:\"af:Bekyk die stelselboodskap\";'),('af','messages:tooltip-ca-nstab-project','s:25:\"af:Bekyk die projekbladsy\";'),('af','messages:tooltip-ca-nstab-special','s:59:\"af:Hierdie is \'n spesiale bladsy wat nie wysig kan word nie\";'),('af','messages:tooltip-ca-nstab-template','s:21:\"af:Bekyk die sjabloon\";'),('af','messages:tooltip-ca-nstab-user','s:28:\"af:Bekyk die gebruikerbladsy\";'),('af','messages:tooltip-ca-protect','s:25:\"af:Beskerm hierdie bladsy\";'),('af','messages:tooltip-ca-talk','s:34:\"af:Bespreking oor die inhoudbladsy\";'),('af','messages:tooltip-ca-undelete','s:64:\"af:Herstel die bydraes aan hierdie bladsy voordat dit geskrap is\";'),('af','messages:tooltip-ca-unprotect','s:34:\"af:Wysig beskerming van die bladsy\";'),('af','messages:tooltip-ca-unwatch','s:42:\"af:Verwyder hierdie bladsy van u dophoulys\";'),('af','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('af','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('af','messages:tooltip-ca-view','s:3:\"en:\";'),('af','messages:tooltip-ca-viewsource','s:58:\"af:Hierdie bladsy is beskerm. U kan die bronteks besigtig.\";'),('af','messages:tooltip-ca-watch','s:37:\"af:Voeg hierdie bladsy by u dophoulys\";'),('af','messages:tooltip-compareselectedversions','s:55:\"af:Vergelyk die twee gekose weergawes van hierdie blad.\";'),('af','messages:tooltip-cur','s:37:\"af:Verskil met die jongste hersiening\";'),('af','messages:tooltip-diff','s:53:\"af:Wys watter veranderinge u aan die teks gemaak het.\";'),('af','messages:tooltip-feed-atom','s:31:\"af:Atoomvoer vir hierdie bladsy\";'),('af','messages:tooltip-feed-rss','s:30:\"af:RSS-voed vir hierdie bladsy\";'),('af','messages:tooltip-invert','s:109:\"af:Merk die boks om bladsye in die gekose naamruimte (en die gepaardgaande naamruimtes as gekies) te versteek\";'),('af','messages:tooltip-last','s:32:\"af:Verskil met vorige hersiening\";'),('af','messages:tooltip-minoredit','s:43:\"af:Dui aan dat hierdie \'n klein wysiging is\";'),('af','messages:tooltip-n-currentevents','s:39:\"af:Agtergrondinligting oor aktuele sake\";'),('af','messages:tooltip-n-help','s:25:\"af:Vind meer uit oor iets\";'),('af','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('af','messages:tooltip-n-mainpage','s:22:\"af:Besoek die Tuisblad\";'),('af','messages:tooltip-n-mainpage-description','s:23:\"af:Gaan na die tuisblad\";'),('af','messages:tooltip-n-portal','s:56:\"af:Meer oor die projek, wat jy kan doen, nuttige skakels\";'),('af','messages:tooltip-n-randompage','s:26:\"af:Laai \'n lukrake bladsye\";'),('af','messages:tooltip-n-recentchanges','s:32:\"af:\'n Lys van onlangse wysigings\";'),('af','messages:tooltip-namespace_association','s:107:\"af:Merk die boks om die besprekings- en onderwerpnaamruimte die by die geselekteerde naamruimte in te sluit\";'),('af','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('af','messages:tooltip-p-lang','s:3:\"en:\";'),('af','messages:tooltip-p-logo','s:22:\"af:Besoek die tuisblad\";'),('af','messages:tooltip-p-namespaces','s:3:\"en:\";'),('af','messages:tooltip-p-navigation','s:3:\"en:\";'),('af','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('af','messages:tooltip-p-tb','s:3:\"en:\";'),('af','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('af','messages:tooltip-p-user-page','s:3:\"en:\";'),('af','messages:tooltip-p-variants','s:3:\"en:\";'),('af','messages:tooltip-p-views','s:3:\"en:\";'),('af','messages:tooltip-preferences-save','s:18:\"af:Stoor voorkeure\";'),('af','messages:tooltip-preview','s:87:\"af:Sien \'n voorskou van u wysigings. Gebruik hierdie funksie vóór u die bladsy stoor!\";'),('af','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('af','messages:tooltip-pt-anontalk','s:46:\"af:Bespreking oor bydraes van hierdie IP-adres\";'),('af','messages:tooltip-pt-anonuserpage','s:71:\"af:Die gebruikersbladsy vir die IP-adres waaronder u wysigings aanbring\";'),('af','messages:tooltip-pt-createaccount','s:96:\"af:U word aangemoedig om \'n gebruiker te skep en aan te meld, hoewel dit nie verpligtend is nie.\";'),('af','messages:tooltip-pt-login','s:71:\"af:U word aangemoedig om aan te meld. Dit is egter nie verpligtend nie.\";'),('af','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('af','messages:tooltip-pt-logout','s:10:\"af:Meld af\";'),('af','messages:tooltip-pt-mycontris','s:33:\"af:Lys van {{GENDER:|my}} bydraes\";'),('af','messages:tooltip-pt-mytalk','s:35:\"af:{{GENDER:|My}} besprekingsbladsy\";'),('af','messages:tooltip-pt-preferences','s:27:\"af:{{GENDER:|My}} voorkeure\";'),('af','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('af','messages:tooltip-pt-userpage','s:33:\"af:{{GENDER:|My}} gebruikerbladsy\";'),('af','messages:tooltip-pt-watchlist','s:48:\"af:Die lys bladsye wat u vir veranderinge dophou\";'),('af','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('af','messages:tooltip-recreate','s:52:\"af:Herskep hierdie bladsy al is dit voorheen geskrap\";'),('af','messages:tooltip-rollback','s:82:\"af:Rol met een kliek die laaste gebruiker se wysiging(s) aan hierdie bladsy terug.\";'),('af','messages:tooltip-save','s:20:\"af:Stoor u wysigings\";'),('af','messages:tooltip-search','s:24:\"af:Deursoek {{SITENAME}}\";'),('af','messages:tooltip-search-fulltext','s:36:\"af:Deursoek bladsye vir hierdie teks\";'),('af','messages:tooltip-search-go','s:56:\"af:Gaan na \'n bladsy met hierdie naam indien dit bestaan\";'),('af','messages:tooltip-summary','s:28:\"af:Verskaf \'n kort opsomming\";'),('af','messages:tooltip-t-contributions','s:64:\"af:Bekyk \'n lys van bydraes deur {{GENDER:$1|hierdie gebruiker}}\";'),('af','messages:tooltip-t-emailuser','s:53:\"af:Stuur \'n e-pos aan {{GENDER:$1|hierdie gebruiker}}\";'),('af','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('af','messages:tooltip-t-permalink','s:58:\"af:\'n Permanente skakel na hierdie weergawe van die bladsy\";'),('af','messages:tooltip-t-print','s:39:\"af:Drukbare weergawe van hierdie bladsy\";'),('af','messages:tooltip-t-recentchangeslinked','s:70:\"af:Onlangse wysigings aan bladsye wat vanaf hierdie bladsy geskakel is\";'),('af','messages:tooltip-t-specialpages','s:37:\"af:\'n Lys van al die spesiale bladsye\";'),('af','messages:tooltip-t-upload','s:17:\"af:Laai lêers op\";'),('af','messages:tooltip-t-whatlinkshere','s:37:\"af:\'n Lys bladsye wat hierheen skakel\";'),('af','messages:tooltip-undo','s:121:\"af:\"Maak ongedaan\" keer die wysiging om wys die wysigingsbladsy met \'n voorskou. U kan daar \'n wysigingsopsomming byvoeg.\";'),('af','messages:tooltip-upload','s:15:\"af:Begin oplaai\";'),('af','messages:tooltip-vector-anon-user-menu-title','s:14:\"af:Meer opsies\";'),('af','messages:tooltip-watch','s:35:\"af:Voeg hierdie blad by u dophoulys\";'),('af','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('af','messages:tooltip-watchlistedit-normal-submit','s:19:\"af:Verwyder bladsye\";'),('af','messages:tooltip-watchlistedit-raw-submit','s:21:\"af:Opdateer dophoulys\";'),('af','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('af','messages:trackingcategories','s:19:\"af:Volg kategorieë\";'),('af','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('af','messages:trackingcategories-disabled','s:28:\"af:Kategorie is gedeaktiveer\";'),('af','messages:trackingcategories-msg','s:17:\"af:Volg kategorie\";'),('af','messages:trackingcategories-name','s:15:\"af:Boodskapnaam\";'),('af','messages:trackingcategories-nodesc','s:34:\"af:Geen beskrywing beskikbaar nie.\";'),('af','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('af','messages:transaction-duration-limit-exceeded','s:237:\"af:Hierdie transaksie is gestaak omdat die skryfduur($1) die limiet van  $2 sekondes oorskry het om te verhoed dat \'n hoë replikasievertraging ontstaan.\nAs u baie items gelyktydig verander, probeer eerder veelvuldige kleiner bewerkings.\";'),('af','messages:transaction-max-statement-time-exceeded','s:218:\"af:Om hoe databasis oorlading te voorkom, was hierdie navraag geaborteer aangesien die duur daarvan die limiet oorskry het. Indien u baie artikels terselfdertyd lees, probeer eerder  om verskeie kleiner take te verrig.\";'),('af','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('af','messages:tue','s:6:\"af:Di.\";'),('af','messages:tuesday','s:10:\"af:Dinsdag\";'),('af','messages:tuesday-at','s:16:\"af:Dinsdag om $1\";'),('af','messages:uctop','s:18:\"af:laaste wysiging\";'),('af','messages:unblock','s:23:\"af:Deblokkeer gebruiker\";'),('af','messages:unblock-hideuser','s:80:\"af:U kan nie die gebruiker deblokkeer nie, omdat die gebruikersnaam versteek is.\";'),('af','messages:unblock-summary','s:3:\"en:\";'),('af','messages:unblocked','s:41:\"af:Blokkade van [[User:$1|$1]] is opgehef\";'),('af','messages:unblocked-id','s:25:\"af:Blokkade $1 is opgehef\";'),('af','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('af','messages:unblocked-range','s:21:\"af:$1 is gedeblokkeer\";'),('af','messages:unblockip','s:20:\"af:Maak IP-adres oop\";'),('af','messages:unblockiptext','s:96:\"af:Gebruik die vorm hier onder om skryftoegang te herstel vir \'n voorheen geblokkeerde IP-adres.\";'),('af','messages:unblocklink','s:11:\"af:maak oop\";'),('af','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('af','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('af','messages:uncategorizedcategories','s:33:\"af:Ongekategoriseerde kategorieë\";'),('af','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('af','messages:uncategorizedimages','s:28:\"af:Ongekategoriseerde lêers\";'),('af','messages:uncategorizedimages-summary','s:3:\"en:\";'),('af','messages:uncategorizedpages','s:29:\"af:Ongekategoriseerde bladsye\";'),('af','messages:uncategorizedpages-summary','s:3:\"en:\";'),('af','messages:uncategorizedtemplates','s:30:\"af:Ongekategoriseerde sjablone\";'),('af','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('af','messages:undelete','s:29:\"af:Besigtig geskrapte bladsye\";'),('af','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('af','messages:undelete-bad-store-key','s:102:\"af:Lêerweergawe van tydstip $1 kon nie herstel word nie: die lêer was al weg voordat dit geskrap is.\";'),('af','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('af','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('af','messages:undelete-cleanup-error','s:61:\"af:Fout met die herstel van die ongebruikte argieflêer \"$1\".\";'),('af','messages:undelete-error','s:59:\"af:\'n Fout het voorgekom met die verwydering van die bladsy\";'),('af','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('af','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('af','messages:undelete-fieldset-title','s:24:\"af:Plaas weergawes terug\";'),('af','messages:undelete-filename-mismatch','s:76:\"af:Lêerweergawe van tydstip $1 kon nie herstel word nie: lêernaam klop nie\";'),('af','messages:undelete-header','s:79:\"af:Sien die [[Special:Log/delete|skraplogboek]] vir onlangs verwyderde bladsye.\";'),('af','messages:undelete-missing-filearchive','s:117:\"af:Nie in staat om ID $1 terug te plaas nie omdat dit nie in die databasis is nie.\nMiskien is dit reeds teruggeplaas.\";'),('af','messages:undelete-no-results','s:59:\"af:Geen bladsye gevind in die argief van geskrapte bladsye.\";'),('af','messages:undelete-nodiff','s:32:\"af:Geen vorige wysigings gevind.\";'),('af','messages:undelete-revision','s:57:\"af:Verwyderde weergawe van $1 (soos op $4 om $5) deur $3:\";'),('af','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('af','messages:undelete-search-box','s:26:\"af:Soek verwyderde bladsye\";'),('af','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('af','messages:undelete-search-prefix','s:29:\"af:Wys bladsye wat begin met:\";'),('af','messages:undelete-search-submit','s:7:\"af:Soek\";'),('af','messages:undelete-search-title','s:26:\"af:Soek verwyderde bladsye\";'),('af','messages:undelete-show-file-confirm','s:100:\"af:Is u seker u wil na die verwyderde weergawe van die lêer \"<nowiki>$1</nowiki>\" van $2 om $3 kyk?\";'),('af','messages:undelete-show-file-submit','s:5:\"af:Ja\";'),('af','messages:undelete-summary','s:3:\"en:\";'),('af','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('af','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('af','messages:undelete_short','s:50:\"af:Herstel {{PLURAL:$1|een wysiging|$1 wysigings}}\";'),('af','messages:undeletebtn','s:14:\"af:Plaas terug\";'),('af','messages:undeletecomment','s:8:\"af:Rede:\";'),('af','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('af','messages:undeletedpage','s:144:\"af:\'\'\'$1 is teruggeplaas\'\'\'\n\nKonsulteer die [[Special:Log/delete|verwyderingslogboek]] vir \'n rekord van onlangse verwyderings en terugplasings.\";'),('af','messages:undeleteextrahelp','s:270:\"af:Om die hele bladsy, inklusief alle vroeër weergawes, terug te plaas: laat alle blokkies gedeselekteer en kliek op \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\nOm slegs bepaalde weergawes terug te sit: kies die weergawes om terug te plaas en kliek op \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\";'),('af','messages:undeletehistory','s:289:\"af:As u die bladsy herstel, sal alle weergawes herstel word.\nAs \'n nuwe bladsy met dieselfde naam sedert die skrapping geskep is, sal die herstelde weergawes in die nuwe bladsy se voorgeskiedenis verskyn en die huidige weergawe van die lewendige bladsy sal nie outomaties vervang word nie.\";'),('af','messages:undeletehistorynoadmin','s:234:\"af:Die bladsy is geskrap.\nDie rede hiervoor word onder in die opsomming aangedui, saam met besonderhede van die gebruikers wat die bladsy gewysig het voordat dit verwyder is.\nDie verwyderde inhoud is slegs vir administrateurs sigbaar.\";'),('af','messages:undeleteinvert','s:22:\"af:Omgekeerde seleksie\";'),('af','messages:undeletelink','s:14:\"af:wys/herstel\";'),('af','messages:undeletepage','s:35:\"af:Wys en herstel geskrapte bladsye\";'),('af','messages:undeletepagetext','s:175:\"af:Die volgende {{PLURAL:$1|bladsy|$1 bladsye}} is geskrap, maar is nog in die argief en kan teruggeplaas word. Die argief van geskrapte blaaie kan periodiek skoongemaak word.\";'),('af','messages:undeletepagetitle','s:60:\"af:\'\'\'Hier onder is die verwyderde weergawes van [[:$1]]\'\'\'.\";'),('af','messages:undeleterevdel','s:196:\"af:Herstel sal nie uitgevoer word indien dit sal lei tot \'n gedeeltelik geskrapte top-bladsy of lêerweergawe nie.\nIn sulke gevalle, verwyder die mees onlangs verwyderde weergawe uit die seleksie.\";'),('af','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('af','messages:undeleterevision-missing','s:134:\"af:Ongeldige of vermiste weergawe.\nU mag moontlik \'n foutiewe skakel hê, of die weergawe is reeds herstel of uit die argief verwyder.\";'),('af','messages:undeleterevisions','s:48:\"af:$1 {{PLURAL:$1|weergawe|weergawes}} in argief\";'),('af','messages:undeleteviewlink','s:8:\"af:bekyk\";'),('af','messages:underline-always','s:8:\"af:Altyd\";'),('af','messages:underline-default','s:40:\"af:Omslag of webblaaier se verstekwaarde\";'),('af','messages:underline-never','s:8:\"af:Nooit\";'),('af','messages:undo-failure','s:92:\"af:Die wysiging kan nie ongedaan gemaak word nie omdat dit met intermediêre wysigings bots.\";'),('af','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('af','messages:undo-nochange','s:49:\"af:Die wysiging is klaarblyklik reeds teruggerol.\";'),('af','messages:undo-norev','s:96:\"af:Die wysiging kon nie ongedaan gemaak word nie omdat dit nie bestaan nie of reeds verwyder is.\";'),('af','messages:undo-success','s:156:\"af:Die wysiging kan ongedaan gemaak word.\nKontroleer die vergelyking hieronder om seker te maak dis wat u wil doen, en stoor dan om die terugrol te voltooi.\";'),('af','messages:undo-summary','s:90:\"af:Rol weergawe $1 deur [[Special:Contributions/$2|$2]] ([[User talk:$2|bespreek]]) terug.\";'),('af','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('af','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('af','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('af','messages:undo-summary-username-hidden','s:53:\"af:Rol weergawe $1 deur \'n versteekte gebruiker terug\";'),('af','messages:unexpected','s:32:\"af:Onverwagte waarde: \"$1\"=\"$2\".\";'),('af','messages:unicode-support-fail','s:132:\"af:Dit blyk dat jou blaaier nie Unicode ondersteun nie. Dit word vereis om bladsye te wysig, so jou wysiging is nie gepubliseer nie.\";'),('af','messages:unit-pixel','s:5:\"en:px\";'),('af','messages:unknown-error','s:35:\"af:\'n Onbekende fout voorgekom het.\";'),('af','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('af','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('af','messages:unlockbtn','s:25:\"af:Ontsluit die databasis\";'),('af','messages:unlockconfirm','s:44:\"af:Ja, ek wil regtig die databasis ontsluit.\";'),('af','messages:unlockdb','s:21:\"af:Ontsluit databasis\";'),('af','messages:unlockdbsuccesssub','s:28:\"af:Databasisslot is verwyder\";'),('af','messages:unlockdbsuccesstext','s:42:\"af:Die {{SITENAME}}-databasis is ontsluit.\";'),('af','messages:unlockdbtext','s:221:\"af:As u die databasis ontsluit, kan gebruikers weer bladsye redigeer, voorkeure verander, dophoulyste verander, of ander aksies uitvoer wat veranderinge in die databasis verg.\nBevestig asseblief dat dit is wat u wil doen.\";'),('af','messages:unpatrolledletter','s:4:\"en:!\";'),('af','messages:unprotect','s:19:\"af:Wysig beskerming\";'),('af','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('af','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('af','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('af','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('af','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('af','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('af','messages:unstrip-depth-warning','s:51:\"af:Die rekursielimiet ($1) vir \"unstrip\" is oorskry\";'),('af','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('af','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('af','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('af','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('af','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('af','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('af','messages:unusedcategories','s:26:\"af:Ongebruikte kategorieë\";'),('af','messages:unusedcategories-summary','s:3:\"en:\";'),('af','messages:unusedcategoriestext','s:94:\"af:Die volgende kategoriebladsye bestaan alhoewel geen artikel of kategorie hulle gebruik nie.\";'),('af','messages:unusedimages','s:21:\"af:Ongebruikte lêers\";'),('af','messages:unusedimages-summary','s:3:\"en:\";'),('af','messages:unusedimagestext','s:212:\"af:Die volgende lêers bestaan, maar word nie in enige bladsy gebruik nie.\nEksterne webwerwe kan moontlik direk na \'n lêer geskakel.\nDit is dus moontlik dat \'n lêer hier gelys word terwyl dit tog in gebruik is.\";'),('af','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('af','messages:unusedtemplates','s:23:\"af:Ongebruikte sjablone\";'),('af','messages:unusedtemplates-summary','s:3:\"en:\";'),('af','messages:unusedtemplatestext','s:188:\"af:Hierdie blad lys alle bladsye in die {{ns:template}}-naamruimte wat nêrens in \'n ander blad ingesluit word nie. Onthou om ook ander skakels na die sjablone na te gaan voor verwydering.\";'),('af','messages:unusedtemplateswlh','s:16:\"af:ander skakels\";'),('af','messages:unwatch','s:25:\"af:Verwyder van dophoulys\";'),('af','messages:unwatchedpages','s:36:\"af:Bladsye wat nie dopgehou word nie\";'),('af','messages:unwatchedpages-summary','s:3:\"en:\";'),('af','messages:unwatching','s:28:\"af:Verwyder van dophoulys...\";'),('af','messages:unwatchthispage','s:21:\"af:Moenie meer dophou\";'),('af','messages:updated','s:12:\"af:(Gewysig)\";'),('af','messages:updatedmarker','s:36:\"af:opgedateer sedert u laaste besoek\";'),('af','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('af','messages:upload','s:13:\"af:Laai lêer\";'),('af','messages:upload-copy-upload-invalid-domain','s:64:\"af:Gekopieerde oplaaie word nie vanuit die domein toegelaat nie.\";'),('af','messages:upload-curl-error28','s:22:\"af:Oplaai neem te lank\";'),('af','messages:upload-curl-error28-text','s:187:\"af:Die webwerf neem te lank om te antwoord.\nKontroleer of die webwerf wel beskikbaar is of wag \'n rukkie en probeer dan weer.\nU kan miskien selfs tydens \'n minder besige tyd weer probeer.\";'),('af','messages:upload-curl-error6','s:29:\"af:Kon nie die URL bereik nie\";'),('af','messages:upload-curl-error6-text','s:103:\"af:Die URL is nie bereikbaar nie.\nKontroleer of die URL korrek is, en of die webwerf wel beskikbaar is.\";'),('af','messages:upload-default-description','s:4:\"en:-\";'),('af','messages:upload-description','s:18:\"af:Lêerbeskrywing\";'),('af','messages:upload-dialog-button-back','s:8:\"af:Terug\";'),('af','messages:upload-dialog-button-cancel','s:13:\"af:Kanselleer\";'),('af','messages:upload-dialog-button-done','s:9:\"af:Gedoen\";'),('af','messages:upload-dialog-button-save','s:8:\"af:Stoor\";'),('af','messages:upload-dialog-button-upload','s:9:\"af:Oplaai\";'),('af','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('af','messages:upload-dialog-title','s:16:\"af:Laai lêer op\";'),('af','messages:upload-disallowed-here','s:36:\"af:U kan nie die lêer oorskryf nie.\";'),('af','messages:upload-file-error','s:15:\"af:Interne fout\";'),('af','messages:upload-file-error-text','s:158:\"af:\'n Interne fout het plaasgevind in die poging om \'n tydelike lêer op die bediener te skep.\nKontak asseblief \'n [[Special:ListUsers/sysop|administrateur]].\";'),('af','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('af','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('af','messages:upload-form-label-infoform-categories','s:14:\"af:Kategorieë\";'),('af','messages:upload-form-label-infoform-date','s:8:\"af:Datum\";'),('af','messages:upload-form-label-infoform-description','s:13:\"af:Beskrywing\";'),('af','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('af','messages:upload-form-label-infoform-name','s:7:\"af:Naam\";'),('af','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('af','messages:upload-form-label-infoform-title','s:10:\"af:Details\";'),('af','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('af','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('af','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('af','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('af','messages:upload-form-label-own-work','s:21:\"af:Dit is my eie werk\";'),('af','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('af','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('af','messages:upload-form-label-usage-filename','s:12:\"af:Lêernaam\";'),('af','messages:upload-form-label-usage-title','s:10:\"af:Gebruik\";'),('af','messages:upload-http-error','s:33:\"af:\'n HTTP-fout het voorgekom: $1\";'),('af','messages:upload-maxfilesize','s:28:\"af:Maksimum-lêergrootte: $1\";'),('af','messages:upload-misc-error','s:22:\"af:Onbekende laai fout\";'),('af','messages:upload-misc-error-text','s:227:\"af:\'n Onbekende fout het tydens die oplaaiproses voorgekom.\nMaak asseblief seker dat die adres (URL) geldig en toeganklik is en probeer dan weer.\nAs daar steeds probleme is, kontak \'n [[Special:ListUsers/sysop|administrateur]].\";'),('af','messages:upload-options','s:16:\"af:Oplaai-opsies\";'),('af','messages:upload-permitted','s:28:\"af:Toegelate lêertipes: $1.\";'),('af','messages:upload-preferred','s:28:\"af:Aanbevole lêertipes: $1.\";'),('af','messages:upload-prohibited','s:26:\"af:Verbode lêertipes: $1.\";'),('af','messages:upload-proto-error','s:21:\"af:Verkeerde protokol\";'),('af','messages:upload-proto-error-text','s:103:\"af:Oplaaie via hierdie metode vereis dat die URL met <code>http://</code> of <code>ftp://</code> begin.\";'),('af','messages:upload-recreate-warning','s:165:\"af:\'\'\'Waarskuwing:\' n lêer met dieselfde naam is verwyder of geskuif.\'\'\'\n\nDie verwyder- en skuiflogboeke van hierdie bladsy word hier vir verdere inligting vertoon:\";'),('af','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('af','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('af','messages:upload-source','s:12:\"af:Bronlêer\";'),('af','messages:upload-summary','s:3:\"en:\";'),('af','messages:upload-too-many-redirects','s:33:\"af:Die URL bevat te veel aansture\";'),('af','messages:upload-tryagain','s:34:\"af:Stuur gewysigde lêerbeskrywing\";'),('af','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('af','messages:upload_directory_missing','s:83:\"af:Die oplaaigids ($1) bestaan nie en kon nie deur die webbediener geskep word nie.\";'),('af','messages:upload_directory_read_only','s:61:\"af:Die webbediener kan nie na die oplaai gids ($1) skryf nie.\";'),('af','messages:upload_source_file','s:28:\"af: (\'n lêer op u rekenaar)\";'),('af','messages:upload_source_url','s:41:\"af: (\'n geldige, publiek toeganklike URL)\";'),('af','messages:uploadbtn','s:13:\"af:Laai lêer\";'),('af','messages:uploaddisabled','s:39:\"af:Die oplaai van lêers is afgeskakel.\";'),('af','messages:uploaddisabledtext','s:39:\"af:Die oplaai van lêers is afgeskakel.\";'),('af','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('af','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('af','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('af','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('af','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('af','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('af','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('af','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('af','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('af','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('af','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('af','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('af','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('af','messages:uploaderror','s:11:\"af:Laaifout\";'),('af','messages:uploadfooter','s:4:\"en:-\";'),('af','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('af','messages:uploadlogpage','s:11:\"af:laai_log\";'),('af','messages:uploadlogpagetext','s:63:\"af:Hier volg \'n lys van die mees onlangse lêers wat gelaai is.\";'),('af','messages:uploadnewversion-linktext','s:42:\"af:Laai \'n nuwe weergawe van hierdie lêer\";'),('af','messages:uploadnologin','s:20:\"af:Nie ingeteken nie\";'),('af','messages:uploadnologintext','s:40:\"af:U moet $1 alvorens u lêers kan laai.\";'),('af','messages:uploadscripted','s:104:\"af:Hierdie lêer bevat HTML- en scriptkode wat verkeerdelik deur \'n webblaaier geïnterpreteer kan word.\";'),('af','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('af','messages:uploadstash','s:19:\"af:Verborge oplaaie\";'),('af','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('af','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('af','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('af','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('af','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('af','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('af','messages:uploadstash-badtoken','s:116:\"af:Uitvoering van die aksie het misluk, moontlik omdat u \"editing credentials\" verstryk het. Probeer asseblief weer.\";'),('af','messages:uploadstash-clear','s:27:\"af:Gooi verborge lêers weg\";'),('af','messages:uploadstash-errclear','s:39:\"af:Die skoonmaak van lêers het misluk.\";'),('af','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('af','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('af','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('af','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('af','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('af','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('af','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('af','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('af','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('af','messages:uploadstash-nofiles','s:34:\"af:U het geen verborge lêers nie.\";'),('af','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('af','messages:uploadstash-refresh','s:29:\"af:Verfris die lys van lêers\";'),('af','messages:uploadstash-summary','s:185:\"af:Die bladsy wys lêers wat opgelaai is (of tans opgelaai word), maar nog nie op die wiki gepubliseer is nie. Hierdie lêers is slegs vir die gebruikers wat hulle opgelaai het sigbaar.\";'),('af','messages:uploadstash-thumbnail','s:15:\"af:wys duimnael\";'),('af','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('af','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('af','messages:uploadtext','s:1330:\"af:Gebruik die vorm hier onder om nuwe lêers te laai wat u in u artikels wil gebruik.\nOm lêers wat voorheen opgelaai is te sien of te deursoek, gaan na die [[Special:FileList|lêerlys]].\nDie laai van lêers word in die [[Special:Log/upload|laailog]] aangeteken.\nVerwyderde lêers word bygehou in die [[Special:Log/delete|skraplogboek]].\n\nIn die meeste webblaaiers sal u \'n \"Browse...\" knop sien, wat u bedryfstelsel se standaard lêeroopmaakdialoogblokkie sal oopmaak.\nDeur \'n lêer in hierdie dialoogkassie te kies, word die lêer se naam in die teksboks naas die knop ingevul.\nVerskaf dan \'n opsomming van die lêer se inhoud en dui die bron en kopiereg duidelik aan.\nKliek die \"Laai lêer\" knop om die oplaai te begin.\nDit mag dalk \'n rukkie neem as u \'n stadige internetverbinding het.\n\nOm die lêer in \'n artikel te gebruik, plaas \'n skakel in een van die volgende formate:\n* \'\'\'<nowiki>[[</nowiki>{{ns:file}}<nowiki>:Lêer.jpg]]</nowiki>\'\'\' om die volledige weergawe te gebruik\n* \'\'\'<nowiki>[[</nowiki>{{ns:file}}<nowiki>:Lêer.png|200px|thumb|left|alternatiewe teks]]</nowiki>\'\'\' skaal die lêer na 200 spikkels wyd in \'n boks aan die linkerkant van die blad met \'alternatiewe teks\' as beskrywing\n* \'\'\'<nowiki>[[</nowiki>{{ns:media}}<nowiki>:Lêer.ogg]]</nowiki>\'\'\' om direk na \'n lêer te skakel sonder om dit te vertoon\";'),('af','messages:uploadvirus','s:46:\"af:Hierdie lêer bevat \'n virus! Inligting: $1\";'),('af','messages:uploadwarning','s:18:\"af:Laaiwaarskuwing\";'),('af','messages:uploadwarning-text','s:65:\"af:Verander die onderstaande lêerbeskrywing en probeer dan weer.\";'),('af','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('af','messages:user-mail-no-addy','s:52:\"af:Geprobeer om e-pos te stuur sonder \'n e-posadres.\";'),('af','messages:user-mail-no-body','s:70:\"af:Daar is probeer om \'n leë of \'n onredelike kort boodskap te stuur.\";'),('af','messages:usercreated','s:41:\"af:{{GENDER:$3|Geregistreer}} op $1 om $2\";'),('af','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('af','messages:usercsspreview','s:101:\"af:\'\'\'Onthou hierdie is slegs \'n voorskou van u persoonlike CSS.\'\'\'\n\'\'\'Dit is nog nie gestoor nie!\'\'\'\";'),('af','messages:usercssyoucanpreview','s:97:\"af:\'\'\'Wenk:\'\'\' Gebruik die \"{{int:showpreview}}\"-knoppie om u nuwe CSS te toets voor u dit stoor.\";'),('af','messages:usereditcount','s:38:\"af:$1 {{PLURAL:$1|wysiging|wysigings}}\";'),('af','messages:userexists','s:78:\"af:Die gebruikersnaam wat u gekies het is beset.\nKies asseblief \'n ander naam.\";'),('af','messages:userinvalidconfigtitle','s:199:\"af:\'\'\'Waarskuwing:\'\'\' daar is nie \'n omslag \"$1\" nie.\nOnthou dat u eie .css- en .js-bladsye met \'n kleinletter begin, byvoorbeeld {{ns:user}}:Naam/vector.css in plaas van {{ns:user}}:Naam/Vector.css.\";'),('af','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('af','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('af','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('af','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('af','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('af','messages:userjspreview','s:106:\"af:\'\'\'Onthou hierdie is slegs \'n toets/voorskou van u gebruiker-JavaScript, dit is nog nie gestoor nie.\'\'\'\";'),('af','messages:userjsyoucanpreview','s:96:\"af:\'\'\'Wenk:\'\'\' Gebruik die \"{{int:showpreview}}\"-knoppie om u nuwe JS te toets voor u dit stoor.\";'),('af','messages:userlogin-createanother','s:23:\"af:Skep nog \'n rekening\";'),('af','messages:userlogin-helplink2','s:22:\"af:Hulp met aanmelding\";'),('af','messages:userlogin-joinproject','s:28:\"af:Word lid van {{SITENAME}}\";'),('af','messages:userlogin-loggedin','s:112:\"af:U is reeds aangemeld as {{GENDER:$1|$1}}.\nGebruik die onderstaande vorm om as \'n ander gebruiker aan te meld.\";'),('af','messages:userlogin-noaccount','s:28:\"af:Nog nie geregistreer nie?\";'),('af','messages:userlogin-reauth','s:51:\"af:U moet weer aanmeld om te verifieer dat u $1 is.\";'),('af','messages:userlogin-remembermypassword','s:19:\"af:Hou my aangemeld\";'),('af','messages:userlogin-resetpassword-link','s:20:\"af:Wagwoord vergeet?\";'),('af','messages:userlogin-signwithsecure','s:29:\"af:Gebruik veilige verbinding\";'),('af','messages:userlogin-yourname','s:17:\"af:Gebruikersnaam\";'),('af','messages:userlogin-yourname-ph','s:30:\"af:Sleutel u gebruikersnaam in\";'),('af','messages:userlogin-yourpassword','s:11:\"af:Wagwoord\";'),('af','messages:userlogin-yourpassword-ph','s:24:\"af:Sleutel u wagwoord in\";'),('af','messages:userlogout','s:12:\"af:Teken uit\";'),('af','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('af','messages:userlogout-summary','s:3:\"en:\";'),('af','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('af','messages:usermaildisabled','s:41:\"af:E-pos deur gebruikers is gedeaktiveer.\";'),('af','messages:usermaildisabledtext','s:65:\"af:U kan nie e-pos aan ander gebruikers op hierdie wiki stuur nie\";'),('af','messages:usermessage-editor','s:21:\"af:Stelselboodskapper\";'),('af','messages:usermessage-summary','s:27:\"af:Verlaat stelselboodskap.\";'),('af','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('af','messages:username','s:32:\"af:{{GENDER:$1|Gebruikersnaam}}:\";'),('af','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('af','messages:userpage-userdoesnotexist','s:152:\"af:U is besig om \'n gebruikersblad wat nie bestaan nie te wysig (gebruiker \"<nowiki>$1</nowiki>\"). Maak asseblief seker of u die bladsy wil skep/ wysig.\";'),('af','messages:userpage-userdoesnotexist-view','s:46:\"af:Die gebruiker \"$1\" is nie geregistreer nie.\";'),('af','messages:userrights','s:18:\"af:Gebruikersregte\";'),('af','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('af','messages:userrights-changeable-col','s:28:\"af:Groepe wat u kan verander\";'),('af','messages:userrights-conflict','s:67:\"af:Konflik met gebruikersregte! Pas asseblief weer u wysigings toe.\";'),('af','messages:userrights-editusergroup','s:39:\"af:Wysig {{GENDER:$1|gebruiker}}-groepe\";'),('af','messages:userrights-expiry','s:10:\"af:Verval:\";'),('af','messages:userrights-expiry-current','s:15:\"af:Verval op $1\";'),('af','messages:userrights-expiry-existing','s:34:\"af:Bestaande vervaldatum: $2 om $3\";'),('af','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('af','messages:userrights-expiry-none','s:13:\"af:Verval nie\";'),('af','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('af','messages:userrights-expiry-othertime','s:13:\"af:Ander tyd:\";'),('af','messages:userrights-groups-help','s:337:\"af:U kan die groepe waarvan die gebruiker \'n lid is verander.\n* \'n Geselekteerde boks beteken dat die gebruiker lid is van die groep.\n* \'n Ongeselekteerde boks beteken dat die gebruiker nie \'n lid van die groep is nie.\n* \'n Ster (*) beteken dat u nie die gebruiker uit \'n groep kan verwyder as hy eers daaraan behoort nie, of vice versa.\";'),('af','messages:userrights-groupsmember','s:11:\"af:Lid van:\";'),('af','messages:userrights-groupsmember-auto','s:22:\"af:Implisiete lid van:\";'),('af','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('af','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('af','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('af','messages:userrights-lookup-user','s:20:\"af:Kies \'n gebruiker\";'),('af','messages:userrights-no-interwiki','s:76:\"af:U het nie toestemming om gebruikersregte op ander wiki\'s te verander nie.\";'),('af','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('af','messages:userrights-nodatabase','s:58:\"af:Databasis $1 bestaan nie of is nie hier beskikbaar nie.\";'),('af','messages:userrights-reason','s:8:\"af:Rede:\";'),('af','messages:userrights-summary','s:3:\"en:\";'),('af','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('af','messages:userrights-unchangeable-col','s:36:\"af:Groepe wat u nie kan verander nie\";'),('af','messages:userrights-user-editname','s:26:\"af:Voer gebruikersnaam in:\";'),('af','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('af','messages:variantname-crh','s:6:\"en:crh\";'),('af','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('af','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('af','messages:variantname-gan','s:6:\"en:gan\";'),('af','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('af','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('af','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('af','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('af','messages:variantname-iu','s:5:\"en:iu\";'),('af','messages:variantname-kk','s:5:\"en:kk\";'),('af','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('af','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('af','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('af','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('af','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('af','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('af','messages:variantname-ku','s:5:\"en:ku\";'),('af','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('af','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('af','messages:variantname-shi','s:6:\"en:shi\";'),('af','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('af','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('af','messages:variantname-sr','s:5:\"en:sr\";'),('af','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('af','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('af','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('af','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('af','messages:variantname-tg','s:5:\"en:tg\";'),('af','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('af','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('af','messages:variantname-tly','s:6:\"en:tly\";'),('af','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('af','messages:variantname-uz','s:5:\"en:uz\";'),('af','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('af','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('af','messages:variantname-zh','s:5:\"en:zh\";'),('af','messages:variantname-zh-cn','s:5:\"en:CN\";'),('af','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('af','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('af','messages:variantname-zh-hk','s:5:\"en:HK\";'),('af','messages:variantname-zh-mo','s:5:\"en:MO\";'),('af','messages:variantname-zh-my','s:5:\"en:MY\";'),('af','messages:variantname-zh-sg','s:5:\"en:SG\";'),('af','messages:variantname-zh-tw','s:5:\"en:TW\";'),('af','messages:variants','s:11:\"af:Variante\";'),('af','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('af','messages:vector-action-addsection','s:17:\"af:Nuwe onderwerp\";'),('af','messages:vector-action-delete','s:8:\"af:Skrap\";'),('af','messages:vector-action-move','s:8:\"af:Skuif\";'),('af','messages:vector-action-protect','s:10:\"af:Beskerm\";'),('af','messages:vector-action-toggle-sidebar','s:18:\"af:Wissel kantbalk\";'),('af','messages:vector-action-undelete','s:11:\"af:Ontskrap\";'),('af','messages:vector-action-unprotect','s:19:\"af:Wysig beskerming\";'),('af','messages:vector-anon-user-menu-pages','s:36:\"af:Bladsye vir uitgemelde redakteurs\";'),('af','messages:vector-anon-user-menu-pages-label','s:27:\"af:Leer meer oor redigering\";'),('af','messages:vector-anon-user-menu-pages-learn','s:12:\"af:leer meer\";'),('af','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('af','messages:vector-intro-page','s:17:\"af:Help:Inleiding\";'),('af','messages:vector-jumptocontent','s:17:\"af:Gaan na inhoud\";'),('af','messages:vector-jumptonavigation','s:20:\"af:Gaan na navigasie\";'),('af','messages:vector-jumptosearch','s:18:\"af:Gaan na soektog\";'),('af','messages:vector-language-button-aria-label','s:83:\"af:Gaan na \'n artikel in \'n ander taal. Beskikbaar in {{PLURAL:$1|$1 taal|$1 tale}}\";'),('af','messages:vector-language-button-label','s:32:\"af:{{PLURAL:$1|$1 taal|$1 tale}}\";'),('af','messages:vector-language-redirect-to-top','s:119:\"af:Op hierdie {{SITENAME}} is die taalskakels bo-aan die bladsy oorkant die artikeltitel. [[#p-lang-btn|Gaan boontoe]].\";'),('af','messages:vector-language-variant-switcher-label','s:23:\"af:Verander taalvariant\";'),('af','messages:vector-languages','s:7:\"af:Tale\";'),('af','messages:vector-main-menu-tooltip','s:14:\"af:Hoofkieslys\";'),('af','messages:vector-more-actions','s:7:\"af:Meer\";'),('af','messages:vector-no-language-button-aria-label','s:84:\"af:Hierdie artikel bestaan slegs in hierdie taal. Voeg die artikel by vir ander tale\";'),('af','messages:vector-no-language-button-label','s:15:\"af:Voeg tale by\";'),('af','messages:vector-opt-out','s:28:\"af:Skakel oor na ou voorkoms\";'),('af','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('af','messages:vector-search-loader','s:27:\"af:Laai tans soekvoorstelle\";'),('af','messages:vector-searchsuggest-containing','s:100:\"af:Soek vir bladsye wat <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> bevat\";'),('af','messages:vector-site-nav-label','s:7:\"af:Werf\";'),('af','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('af','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('af','messages:vector-toc-beginning','s:12:\"af:Inleiding\";'),('af','messages:vector-toc-collapsible-button-label','s:27:\"af:Wissel die inhoudsopgawe\";'),('af','messages:vector-toc-heading','s:9:\"af:Inhoud\";'),('af','messages:vector-toc-menu-tooltip','s:16:\"af:Inhoudsopgawe\";'),('af','messages:vector-toc-toggle-button-label','s:24:\"af:Wissel $1 subafdeling\";'),('af','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('af','messages:vector-toc-toggle-position-title','s:11:\"af:versteek\";'),('af','messages:vector-view-create','s:7:\"af:Skep\";'),('af','messages:vector-view-edit','s:8:\"af:Wysig\";'),('af','messages:vector-view-history','s:18:\"af:Wys geskiedenis\";'),('af','messages:vector-view-view','s:7:\"af:Lees\";'),('af','messages:vector-view-viewsource','s:15:\"af:Wys bronteks\";'),('af','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('af','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('af','messages:verification-error','s:61:\"af:Verifikasie van die lêer wat u probeer oplaai het gefaal.\";'),('af','messages:version','s:11:\"af:Weergawe\";'),('af','messages:version-antispam','s:18:\"af:Spam-voorkoming\";'),('af','messages:version-api','s:6:\"en:API\";'),('af','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('af','messages:version-credits-summary','s:89:\"af:Ons erken graag die volgende persone vir hul bydrae aan [[Special:Version|MediaWiki]].\";'),('af','messages:version-credits-title','s:18:\"af:Krediete vir $1\";'),('af','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('af','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('af','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('af','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('af','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('af','messages:version-editors','s:10:\"en:Editors\";'),('af','messages:version-entrypoints','s:20:\"af:URL\'s vir ingange\";'),('af','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('af','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('af','messages:version-entrypoints-header-entrypoint','s:9:\"af:Ingang\";'),('af','messages:version-entrypoints-header-url','s:6:\"af:URL\";'),('af','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('af','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('af','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('af','messages:version-ext-colheader-credits','s:10:\"af:Outeurs\";'),('af','messages:version-ext-colheader-description','s:13:\"af:Beskrywing\";'),('af','messages:version-ext-colheader-license','s:11:\"af:Lisensie\";'),('af','messages:version-ext-colheader-name','s:14:\"af:Uitbreiding\";'),('af','messages:version-ext-colheader-version','s:11:\"af:Weergawe\";'),('af','messages:version-ext-license','s:11:\"af:Lisensie\";'),('af','messages:version-extensions','s:29:\"af:Uitbreidings geïnstalleer\";'),('af','messages:version-hook-name','s:12:\"af:Hoek naam\";'),('af','messages:version-hook-subscribedby','s:15:\"af:Gebruik deur\";'),('af','messages:version-hooks','s:8:\"af:Hoeke\";'),('af','messages:version-libraries','s:22:\"en:Installed libraries\";'),('af','messages:version-libraries-authors','s:10:\"af:Outeurs\";'),('af','messages:version-libraries-description','s:13:\"af:Beskrywing\";'),('af','messages:version-libraries-library','s:13:\"af:Biblioteek\";'),('af','messages:version-libraries-license','s:11:\"af:Lisensie\";'),('af','messages:version-libraries-version','s:11:\"af:Weergawe\";'),('af','messages:version-license','s:24:\"af:MediaWiki se lisensie\";'),('af','messages:version-license-info','s:874:\"af:MediaWiki is vrye sagteware, u kan MediaWiki versprei en/of wysig onder die voorwaardes van die \"GNU Algemene Publieke Lisensie\", soos deur die \"Free Software Foundation\" gepubliseer; óf weergawe 2 van die lisensie, of (as u wil) enige latere weergawe daarvan.\n\nMediaWiki word versprei met die hoop dat dit nuttig sal wees, maar SONDER ENIGE WAARBORGE, selfs sonder geïmpliseerde waarborg van VERHANDELBAARHEID of GESKIKTHEID VIR \'N SPESIFIEKE DOEL. Verwys na die \"GNU Algemene Publieke Lisensie\" vir meer besonderhede.\n\nSaam met die program moes u \'n [{{SERVER}}{{SCRIPTPATH}}/COPYING kopie van van die \"GNU Algemene Publieke Lisensie\"] ontvang het, indien nie, skryf aan die \"Free Software Foundation, Inc\", 51 Franklin-straat, Vyfde Vloer, Boston, MA 02110-1301, Verenigde State van Amerika of [//www.gnu.org/licenses/old-licenses/gpl-2.0.html lees dit hier aanlyn].\";'),('af','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('af','messages:version-license-title','s:18:\"af:Lisensie vir $1\";'),('af','messages:version-mediahandlers','s:18:\"af:Mediaverwerkers\";'),('af','messages:version-no-ext-name','s:14:\"af:[geen naam]\";'),('af','messages:version-other','s:8:\"af:Ander\";'),('af','messages:version-parser-extensiontags','s:32:\"af:Ontleder-uitbreidingsetikette\";'),('af','messages:version-parser-function-hooks','s:24:\"af:Ontleder-funksiehoeke\";'),('af','messages:version-parserhooks','s:16:\"af:Ontlederhoeke\";'),('af','messages:version-poweredby-credits','s:105:\"af:Hierdie wiki word aangedryf deur \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\', kopiereg © 2001-$1 $2.\";'),('af','messages:version-poweredby-others','s:9:\"af:andere\";'),('af','messages:version-poweredby-translators','s:30:\"af:translatewiki.net-vertalers\";'),('af','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('af','messages:version-skin-colheader-name','s:9:\"af:Omslag\";'),('af','messages:version-skins','s:25:\"af:Geïnstalleerde omslae\";'),('af','messages:version-software','s:28:\"af:Geïnstalleerde sagteware\";'),('af','messages:version-software-product','s:9:\"af:Produk\";'),('af','messages:version-software-version','s:11:\"af:Weergawe\";'),('af','messages:version-specialpages','s:19:\"af:Spesiale bladsye\";'),('af','messages:version-summary','s:3:\"en:\";'),('af','messages:version-variables','s:16:\"af:Veranderlikes\";'),('af','messages:version-version','s:7:\"en:($1)\";'),('af','messages:versionrequired','s:36:\"af:Weergawe $1 van MediaWiki benodig\";'),('af','messages:versionrequiredtext','s:110:\"af:Weergawe $1 van MediaWiki word benodig om hierdie bladsy te gebruik. Sien [[Special:Version|version page]].\";'),('af','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('af','messages:view','s:6:\"af:Wys\";'),('af','messages:view-pool-contention','s:18:\"en:pool contention\";'),('af','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('af','messages:view-pool-error','s:175:\"af:Jammer, die bedieners is tans oorbelas.\nTe veel gebruikers probeer om na hierdie bladsy te kyk.\nWag asseblief \'n rukkie voordat u weer probeer om die bladsy op te roep.\n\n$1\";'),('af','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('af','messages:viewcount','s:60:\"af:Hierdie bladsy is al {{PLURAL:$1|keer|$1 kere}} aangevra.\";'),('af','messages:viewdeleted','s:12:\"af:Bekyk $1?\";'),('af','messages:viewdeleted_short','s:66:\"af:Wys {{PLURAL:$1|een geskrapte wysiging|$1 geskrapte wysigings}}\";'),('af','messages:viewdeletedpage','s:26:\"af:Bekyk geskrapte bladsye\";'),('af','messages:viewhelppage','s:19:\"af:Bekyk hulpbladsy\";'),('af','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('af','messages:viewpagelogs','s:36:\"af:Bekyk logboeke vir hierdie bladsy\";'),('af','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('af','messages:viewprevnext','s:43:\"af:Wys ($1 {{int:pipe-separator}} $2) ($3).\";'),('af','messages:views','s:12:\"af:Weergawes\";'),('af','messages:viewsource','s:15:\"af:Wys bronteks\";'),('af','messages:viewsource-title','s:18:\"af:Wys bron van $1\";'),('af','messages:viewsourcelink','s:15:\"af:wys bronkode\";'),('af','messages:viewsourceold','s:17:\"af:bekyk bronteks\";'),('af','messages:viewsourcetext','s:60:\"af:U het toestemming om die bronteks te bekyk en te kopieer.\";'),('af','messages:viewtalkpage','s:18:\"af:Lees bespreking\";'),('af','messages:viewyourtext','s:91:\"af:U kan <strong>u wysigings</strong> aan die bronteks van hierdie bladsy bekyk en kopieer:\";'),('af','messages:virus-badscanner','s:58:\"af:Slegte konfigurasie: onbekende virusskandeerder: \'\'$1\'\'\";'),('af','messages:virus-scanfailed','s:34:\"af:skandering het misluk (kode $1)\";'),('af','messages:virus-unknownscanner','s:23:\"af:onbekende antivirus:\";'),('af','messages:wantedcategories','s:23:\"af:Gesoekte kategorieë\";'),('af','messages:wantedcategories-summary','s:3:\"en:\";'),('af','messages:wantedfiles','s:18:\"af:Begeerde lêers\";'),('af','messages:wantedfiles-summary','s:3:\"en:\";'),('af','messages:wantedfiletext-cat','s:280:\"af:Die volgende lêers word gebruik, maar bestaan nie. Lêers van eksterne biblioteke kan, ondanks die feit dat hulle wel bestaan, ook hier gelys wees. Hierdie vals positiewes word as <del>deurgehaal aangedui</del>. Bladsye met lêers wat nie bestaan nie word aangegee by [[:$1]].\";'),('af','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('af','messages:wantedfiletext-nocat','s:215:\"af:Die volgende lêers word gebruik, maar bestaan nie. Lêers van eksterne biblioteke kan, ondanks die feit dat hulle wel bestaan, ook hier gelys wees. Hierdie vals positiewes word as <del>deurgehaal aangedui</del>.\";'),('af','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('af','messages:wantedpages','s:19:\"af:Gesoekte bladsye\";'),('af','messages:wantedpages-badtitle','s:40:\"af:Ongeldige bladsynaam in resultate: $1\";'),('af','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('af','messages:wantedtemplates','s:20:\"af:Begeerde sjablone\";'),('af','messages:wantedtemplates-summary','s:3:\"en:\";'),('af','messages:watch','s:10:\"af:Hou dop\";'),('af','messages:watching','s:24:\"af:Plaas op dophoulys...\";'),('af','messages:watchlist','s:12:\"af:Dophoulys\";'),('af','messages:watchlist-details','s:91:\"af:Daar is {{PLURAL:$1|$1 bladsy|$1 bladsye}} in u dophoulys (besprekingsblaaie ingesluit).\";'),('af','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('af','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('af','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('af','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('af','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('af','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('af','messages:watchlist-hide','s:11:\"af:Versteek\";'),('af','messages:watchlist-options','s:23:\"af:Opsies vir dophoulys\";'),('af','messages:watchlist-submit','s:6:\"af:Wys\";'),('af','messages:watchlist-summary','s:3:\"en:\";'),('af','messages:watchlist-unwatch','s:5:\"en:×\";'),('af','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('af','messages:watchlistanontext','s:56:\"af:$1 is noodsaaklik om u dophoulys te sien of te wysig.\";'),('af','messages:watchlistedit-clear-done','s:27:\"af:U dophoulys is uitgevee.\";'),('af','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('af','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('af','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('af','messages:watchlistedit-clear-removed','s:47:\"af:{{PLURAL:$1|1 titel|$1 titels}} is verwyder:\";'),('af','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('af','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('af','messages:watchlistedit-clear-titles','s:10:\"af:Titels:\";'),('af','messages:watchlistedit-normal-done','s:70:\"af:Daar is {{PLURAL:$1|1 bladsy|$1 bladsye}} van u dophoulys verwyder:\";'),('af','messages:watchlistedit-normal-explain','s:241:\"af:Die bladsye in u dophoulys word hier onder vertoon.\nSelekteer die titels wat verwyder moet word en kliek op {{int:Watchlistedit-normal-submit}}\" onder aan die bladsy.\nAlternatiewelik kan u die [[Special:EditWatchlist/raw|bronkode wysig]].\";'),('af','messages:watchlistedit-normal-legend','s:32:\"af:Verwyder titels van dophoulys\";'),('af','messages:watchlistedit-normal-submit','s:18:\"af:Verwyder Titels\";'),('af','messages:watchlistedit-normal-title','s:18:\"af:Wysig dophoulys\";'),('af','messages:watchlistedit-raw-added','s:48:\"af:{{PLURAL:$1|1 titel|$1 titels}} was bygevoeg:\";'),('af','messages:watchlistedit-raw-done','s:29:\"af:U dophoulys is opgedateer.\";'),('af','messages:watchlistedit-raw-explain','s:287:\"af:Die bladsye in u dophoulys word hier onder vertoon.\nU kan die lys wysig deur titels by te sit of te verwyder (een bladsy per lyn).\nAs u klaar is, klik op \"{{int:Watchlistedit-raw-submit}}\" onder aan die bladsy.\nU kan ook die [[Special:EditWatchlist|standaard opdaterigskerm gebruik]].\";'),('af','messages:watchlistedit-raw-legend','s:32:\"af:Wysig u dophoulys se bronkode\";'),('af','messages:watchlistedit-raw-removed','s:44:\"af:{{PLURAL:$1|1 titel|$1 titels}} verwyder:\";'),('af','messages:watchlistedit-raw-submit','s:21:\"af:Opdateer dophoulys\";'),('af','messages:watchlistedit-raw-title','s:32:\"af:Wysig u dophoulys se bronkode\";'),('af','messages:watchlistedit-raw-titles','s:10:\"af:Titels:\";'),('af','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('af','messages:watchlistfor2','s:9:\"af:Vir $1\";'),('af','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('af','messages:watchlisttools-clear','s:20:\"af:Vee dophoulys uit\";'),('af','messages:watchlisttools-edit','s:27:\"af:Bekyk en wysig dophoulys\";'),('af','messages:watchlisttools-raw','s:17:\"af:Wysig bronkode\";'),('af','messages:watchlisttools-view','s:24:\"af:Besigtig veranderinge\";'),('af','messages:watchnologin','s:20:\"af:Nie ingeteken nie\";'),('af','messages:watchthis','s:17:\"af:Hou bladsy dop\";'),('af','messages:watchthispage','s:25:\"af:Hou hierdie bladsy dop\";'),('af','messages:watchthisupload','s:20:\"af:Hou die lêer dop\";'),('af','messages:wed','s:6:\"af:Wo.\";'),('af','messages:wednesday','s:11:\"af:Woensdag\";'),('af','messages:wednesday-at','s:17:\"af:Woensdag om $1\";'),('af','messages:weeks','s:35:\"af:{{PLURAL:$1|één week|$1 weke}}\";'),('af','messages:welcomecreation-msg','s:109:\"af:U gebruiker is geskep.\nMoenie vergeet om u [[Special:Preferences|voorkeure vir {{SITENAME}}]] te stel nie.\";'),('af','messages:welcomeuser','s:14:\"af:Welkom, $1!\";'),('af','messages:whatlinkshere','s:19:\"af:Skakels hierheen\";'),('af','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('af','messages:whatlinkshere-hideimages','s:24:\"af:Versteek lêerskakels\";'),('af','messages:whatlinkshere-hidelinks','s:19:\"af:Versteek skakels\";'),('af','messages:whatlinkshere-hideredirs','s:20:\"af:Versteek aansture\";'),('af','messages:whatlinkshere-hidetrans','s:24:\"af:Versteek transklusies\";'),('af','messages:whatlinkshere-links','s:14:\"af:← skakels\";'),('af','messages:whatlinkshere-next','s:37:\"af:{{PLURAL:$1|volgende|volgende $1}}\";'),('af','messages:whatlinkshere-page','s:10:\"af:Bladsy:\";'),('af','messages:whatlinkshere-prev','s:33:\"af:{{PLURAL:$1|vorige|vorige $1}}\";'),('af','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('af','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('af','messages:whatlinkshere-summary','s:3:\"en:\";'),('af','messages:whatlinkshere-title','s:29:\"af:Bladsye wat na \"$1\" skakel\";'),('af','messages:whitelistedittext','s:33:\"af:U moet $1 om bladsye te wysig.\";'),('af','messages:widthheight','s:11:\"en:$1 × $2\";'),('af','messages:widthheightpage','s:44:\"af:$1 × $2, $3 {{PLURAL:$3|bladsy|bladsye}}\";'),('af','messages:wikieditor','s:41:\"af:Uitgebreide teksverwerker vir wikiteks\";'),('af','messages:wikieditor-desc','s:79:\"af:Voorsien \'n uitbreibare wikiteks-verwerker en modules met bykomende funksies\";'),('af','messages:wikieditor-loading','s:12:\"af:Laai tans\";'),('af','messages:wikieditor-preview-changes-tab','s:12:\"af:Wysigings\";'),('af','messages:wikieditor-preview-loading','s:22:\"af:Besig om te laai...\";'),('af','messages:wikieditor-preview-preference','s:33:\"af:Wysig en voorskou langs mekaar\";'),('af','messages:wikieditor-preview-tab','s:11:\"af:Voorskou\";'),('af','messages:wikieditor-publish-button-cancel','s:13:\"af:Kanselleer\";'),('af','messages:wikieditor-publish-button-publish','s:12:\"af:Publiseer\";'),('af','messages:wikieditor-publish-dialog-goback','s:8:\"af:Terug\";'),('af','messages:wikieditor-publish-dialog-minor','s:17:\"af:Klein wysiging\";'),('af','messages:wikieditor-publish-dialog-publish','s:12:\"af:Publiseer\";'),('af','messages:wikieditor-publish-dialog-summary','s:60:\"af:Wysigingsopsomming (beskryf kortliks wat u verander het):\";'),('af','messages:wikieditor-publish-dialog-title','s:28:\"af:Publiseer na {{SITENAME}}\";'),('af','messages:wikieditor-publish-dialog-watch','s:21:\"af:Hou die bladsy dop\";'),('af','messages:wikieditor-publish-preference','s:37:\"af:Aktiveer stap-vir-stap publisering\";'),('af','messages:wikieditor-toolbar','s:21:\"af:Wysigingswerksbalk\";'),('af','messages:wikieditor-toolbar-desc','s:44:\"af:Wysigingsbalk met verhoogde bruikbaarheid\";'),('af','messages:wikieditor-toolbar-dialogs-preference','s:66:\"af:Aktiveer dialoog vir die byvoeging van skakels, tabelle en meer\";'),('af','messages:wikieditor-toolbar-file-caption','s:11:\"af:Byskrif:\";'),('af','messages:wikieditor-toolbar-file-default','s:14:\"af:(standaard)\";'),('af','messages:wikieditor-toolbar-file-float','s:13:\"af:Uitlyning:\";'),('af','messages:wikieditor-toolbar-file-format','s:11:\"af:Formaat:\";'),('af','messages:wikieditor-toolbar-file-format-none','s:7:\"af:geen\";'),('af','messages:wikieditor-toolbar-file-size','s:11:\"af:Grootte:\";'),('af','messages:wikieditor-toolbar-file-target','s:13:\"af:Lêernaam:\";'),('af','messages:wikieditor-toolbar-group-format','s:14:\"af:Formatteer:\";'),('af','messages:wikieditor-toolbar-group-insert','s:9:\"af:Invoeg\";'),('af','messages:wikieditor-toolbar-help-content-bold-description','s:6:\"af:Vet\";'),('af','messages:wikieditor-toolbar-help-content-bold-result','s:36:\"af:<strong>Vetgedrukte teks</strong>\";'),('af','messages:wikieditor-toolbar-help-content-bold-syntax','s:25:\"af:\'\'\'Vetgedrukte teks\'\'\'\";'),('af','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"af:Vet &amp; kursief\";'),('af','messages:wikieditor-toolbar-help-content-bolditalic-result','s:58:\"af:<em><strong>Vet- en kursief gedrukte teks</strong></em>\";'),('af','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:42:\"af:\'\'\'\'\'Vet- en kursief gedrukte teks\'\'\'\'\'\";'),('af','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('af','messages:wikieditor-toolbar-help-content-file-description','s:18:\"af:Ingebedde lêer\";'),('af','messages:wikieditor-toolbar-help-content-file-syntax','s:29:\"af:[[$1:Voorbeeld.png|$2|$3]]\";'),('af','messages:wikieditor-toolbar-help-content-heading2-description','s:17:\"af:Vlak 2 opskrif\";'),('af','messages:wikieditor-toolbar-help-content-heading2-result','s:23:\"af:<h2>Opskrifteks</h2>\";'),('af','messages:wikieditor-toolbar-help-content-heading2-syntax','s:20:\"af:== Opskrifteks ==\";'),('af','messages:wikieditor-toolbar-help-content-heading3-description','s:17:\"af:Vlak 3 opskrif\";'),('af','messages:wikieditor-toolbar-help-content-heading3-result','s:23:\"af:<h3>Opskrifteks</h3>\";'),('af','messages:wikieditor-toolbar-help-content-heading3-syntax','s:22:\"af:=== Opskrifteks ===\";'),('af','messages:wikieditor-toolbar-help-content-heading4-description','s:17:\"af:Vlak 4 opskrif\";'),('af','messages:wikieditor-toolbar-help-content-heading4-result','s:23:\"af:<h4>Opskrifteks</h4>\";'),('af','messages:wikieditor-toolbar-help-content-heading4-syntax','s:24:\"af:==== Opskrifteks ====\";'),('af','messages:wikieditor-toolbar-help-content-heading5-description','s:17:\"af:Vlak 5 opskrif\";'),('af','messages:wikieditor-toolbar-help-content-heading5-result','s:23:\"af:<h5>Opskrifteks</h5>\";'),('af','messages:wikieditor-toolbar-help-content-heading5-syntax','s:26:\"af:===== Opskrifteks =====\";'),('af','messages:wikieditor-toolbar-help-content-ilink-description','s:17:\"af:Interne skakel\";'),('af','messages:wikieditor-toolbar-help-content-ilink-result','s:68:\"af:<a href=\'#\'>Etiket van skakel</a><br /><a href=\'#\'>Bladsynaam</a>\";'),('af','messages:wikieditor-toolbar-help-content-ilink-syntax','s:52:\"af:[[Bladsynaam|Skakel se teks]]<br />[[Bladsynaam]]\";'),('af','messages:wikieditor-toolbar-help-content-indent-description','s:12:\"af:Indenteer\";'),('af','messages:wikieditor-toolbar-help-content-indent-result','s:89:\"af:Normale teks<dl><dd>Geïndenteerde teks<dl><dd>Geïndenteerde teks</dd></dl></dd></dl>\";'),('af','messages:wikieditor-toolbar-help-content-indent-syntax','s:69:\"af:Normale teks<br />: Geïndenteerde teks<br />::Geïndenteerde teks\";'),('af','messages:wikieditor-toolbar-help-content-italic-description','s:10:\"af:Kursief\";'),('af','messages:wikieditor-toolbar-help-content-italic-result','s:33:\"af:<em>Kursief gedrukte teks</em>\";'),('af','messages:wikieditor-toolbar-help-content-italic-syntax','s:20:\"af:\'\'Kursiewe teks\'\'\";'),('af','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('af','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('af','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('af','messages:wikieditor-toolbar-help-content-olist-description','s:17:\"af:Genommerde lys\";'),('af','messages:wikieditor-toolbar-help-content-olist-result','s:72:\"af:<ol><li>Lyn in genommerde lys</li><li>Lyn in genommerde lys</li></ol>\";'),('af','messages:wikieditor-toolbar-help-content-olist-syntax','s:55:\"af:# Lyn in genommerde lys<br /># Lyn in genommerde lys\";'),('af','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"af:Verwysing\";'),('af','messages:wikieditor-toolbar-help-content-reference-result','s:44:\"af:Bladsyteks <sup><a href=\'#\'>[1]</a></sup>\";'),('af','messages:wikieditor-toolbar-help-content-reference-syntax','s:97:\"af:Bladsyteks.&lt;ref&gt;[http://www.voorbeeld.org Skakel se teks], addisionele teks.&lt;/ref&gt;\";'),('af','messages:wikieditor-toolbar-help-content-rereference-description','s:37:\"af:Hergebruik van dieselfde verwysing\";'),('af','messages:wikieditor-toolbar-help-content-rereference-result','s:44:\"af:Bladsyteks <sup><a href=\'#\'>[2]</a></sup>\";'),('af','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('af','messages:wikieditor-toolbar-help-content-showreferences-description','s:17:\"af:Wys verwysings\";'),('af','messages:wikieditor-toolbar-help-content-showreferences-result','s:215:\"af:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.voorbeeld.org\' class=\'external text\' href=\'#\'>Skakel se teks</a>, addisionele teks.</li></ol>\";'),('af','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('af','messages:wikieditor-toolbar-help-content-signature-description','s:15:\"af:Handtekening\";'),('af','messages:wikieditor-toolbar-help-content-signature-result','s:118:\"af:<a href=\'#\' title=\'{{#special:mypage}}\'>Gebruikersnaam</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>bespreking</a>)\";'),('af','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('af','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:30:\"af:Handtekening met tydstempel\";'),('af','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:147:\"af:--<a href=\'#\' title=\'{{#special:mypage}}\'>Gebruikersnaam</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>bespreking</a>) 15:54, 10 Junie 2009 (UTC)\";'),('af','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('af','messages:wikieditor-toolbar-help-content-ulist-description','s:19:\"af:Ongenommerde lys\";'),('af','messages:wikieditor-toolbar-help-content-ulist-result','s:76:\"af:<ul><li>Lyn in ongenommerde lys</li><li>Lyn in ongenommerde lys</li></ul>\";'),('af','messages:wikieditor-toolbar-help-content-ulist-syntax','s:59:\"af:* Lyn in ongenommerde lys<br />* Lyn in ongenommerde lys\";'),('af','messages:wikieditor-toolbar-help-content-xlink-description','s:18:\"af:Eksterne skakel\";'),('af','messages:wikieditor-toolbar-help-content-xlink-result','s:168:\"af:<a href=\'#\' class=\'external\'>Skakel se etiket</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.voorbeeld.org</a>\";'),('af','messages:wikieditor-toolbar-help-content-xlink-syntax','s:108:\"af:[http://www.voorbeeld.org Skakel se etiket]<br />[http://www.voorbeeld.org]<br />http://www.voorbeeld.org\";'),('af','messages:wikieditor-toolbar-help-heading-description','s:13:\"af:Beskrywing\";'),('af','messages:wikieditor-toolbar-help-heading-result','s:17:\"af:Wat u sal sien\";'),('af','messages:wikieditor-toolbar-help-heading-syntax','s:12:\"af:Wat u tik\";'),('af','messages:wikieditor-toolbar-help-page-discussion','s:13:\"af:Bespreking\";'),('af','messages:wikieditor-toolbar-help-page-file','s:9:\"af:Lêers\";'),('af','messages:wikieditor-toolbar-help-page-format','s:14:\"af:Formatering\";'),('af','messages:wikieditor-toolbar-help-page-heading','s:12:\"af:Opskrifte\";'),('af','messages:wikieditor-toolbar-help-page-link','s:10:\"af:Skakels\";'),('af','messages:wikieditor-toolbar-help-page-list','s:8:\"af:Lyste\";'),('af','messages:wikieditor-toolbar-help-page-reference','s:13:\"af:Verwysings\";'),('af','messages:wikieditor-toolbar-loading','s:22:\"af:Besig om te laai...\";'),('af','messages:wikieditor-toolbar-preference','s:37:\"af:Gebruik gevorderde redigeringsbalk\";'),('af','messages:wikieditor-toolbar-section-advanced','s:22:\"af:Gevorderde funksies\";'),('af','messages:wikieditor-toolbar-section-characters','s:21:\"af:Spesiale karakters\";'),('af','messages:wikieditor-toolbar-section-help','s:7:\"af:Hulp\";'),('af','messages:wikieditor-toolbar-tool-big','s:8:\"af:Groot\";'),('af','messages:wikieditor-toolbar-tool-big-example','s:22:\"af:Groot gedrukte teks\";'),('af','messages:wikieditor-toolbar-tool-bold','s:10:\"af:Vetdruk\";'),('af','messages:wikieditor-toolbar-tool-bold-example','s:19:\"af:Vetgedrukte teks\";'),('af','messages:wikieditor-toolbar-tool-file','s:18:\"af:Ingebedde lêer\";'),('af','messages:wikieditor-toolbar-tool-file-cancel','s:13:\"af:Kanselleer\";'),('af','messages:wikieditor-toolbar-tool-file-example','s:16:\"af:Voorbeeld.jpg\";'),('af','messages:wikieditor-toolbar-tool-file-insert','s:9:\"af:Invoeg\";'),('af','messages:wikieditor-toolbar-tool-file-title','s:16:\"af:Voeg lêer by\";'),('af','messages:wikieditor-toolbar-tool-gallery','s:13:\"af:Fotogalery\";'),('af','messages:wikieditor-toolbar-tool-gallery-example','s:42:\"af:Voorbeeld1|Byskrif1\nVoorbeeld2|Byskrif2\";'),('af','messages:wikieditor-toolbar-tool-heading','s:10:\"af:Opskrif\";'),('af','messages:wikieditor-toolbar-tool-heading-1','s:9:\"af:Vlak 1\";'),('af','messages:wikieditor-toolbar-tool-heading-2','s:9:\"af:Vlak 2\";'),('af','messages:wikieditor-toolbar-tool-heading-3','s:9:\"af:Vlak 3\";'),('af','messages:wikieditor-toolbar-tool-heading-4','s:9:\"af:Vlak 4\";'),('af','messages:wikieditor-toolbar-tool-heading-5','s:9:\"af:Vlak 5\";'),('af','messages:wikieditor-toolbar-tool-heading-example','s:14:\"af:Opskrifteks\";'),('af','messages:wikieditor-toolbar-tool-ilink','s:17:\"af:Interne skakel\";'),('af','messages:wikieditor-toolbar-tool-ilink-example','s:18:\"af:Skakel se titel\";'),('af','messages:wikieditor-toolbar-tool-italic','s:13:\"af:Skuinsdruk\";'),('af','messages:wikieditor-toolbar-tool-italic-example','s:22:\"af:Skuinsgedrukte teks\";'),('af','messages:wikieditor-toolbar-tool-link','s:9:\"af:Skakel\";'),('af','messages:wikieditor-toolbar-tool-link-cancel','s:13:\"af:kanselleer\";'),('af','messages:wikieditor-toolbar-tool-link-empty','s:46:\"af:U het niks ingesleutel om na te skakel nie.\";'),('af','messages:wikieditor-toolbar-tool-link-ext','s:27:\"af:Na \'n eksterne webbladsy\";'),('af','messages:wikieditor-toolbar-tool-link-ext-target','s:7:\"af:URL:\";'),('af','messages:wikieditor-toolbar-tool-link-ext-text','s:18:\"af:Skakel se teks:\";'),('af','messages:wikieditor-toolbar-tool-link-insert','s:16:\"af:Skakel byvoeg\";'),('af','messages:wikieditor-toolbar-tool-link-int','s:19:\"af:Na \'n wikibladsy\";'),('af','messages:wikieditor-toolbar-tool-link-int-invalid','s:43:\"af:Die titel wat u verskaf het is ongeldig.\";'),('af','messages:wikieditor-toolbar-tool-link-int-target','s:14:\"af:Bladsynaam:\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:26:\"af:Dubbelsinnigheidsbladsy\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:24:\"af:Die bladsy bestaan al\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:18:\"af:Eksterne skakel\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:23:\"af:Ongeldige bladsynaam\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:44:\"af:Kontroleer of die bladsy reeds bestaan...\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:25:\"af:Die bladsy bestaan nie\";'),('af','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"af:Bladsynaam of URL\";'),('af','messages:wikieditor-toolbar-tool-link-int-text','s:18:\"af:Skakel se teks:\";'),('af','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:44:\"af:Sleutel die teks wat vertoon moet word in\";'),('af','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:126:\"af:Die URL wat u verskaf het lyk asof dit bedoel is as skakel na \'n ander wikibladsy.\nWil u dit na \'n interne skakel verander?\";'),('af','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:18:\"af:Eksterne skakel\";'),('af','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:17:\"af:Interne skakel\";'),('af','messages:wikieditor-toolbar-tool-link-title','s:17:\"af:Voeg skakel by\";'),('af','messages:wikieditor-toolbar-tool-newline','s:11:\"af:Nuwe lyn\";'),('af','messages:wikieditor-toolbar-tool-nowiki','s:25:\"af:Geen wiki-formattering\";'),('af','messages:wikieditor-toolbar-tool-nowiki-example','s:36:\"af:Ongeformatteerde teks hier invoeg\";'),('af','messages:wikieditor-toolbar-tool-olist','s:17:\"af:Genommerde lys\";'),('af','messages:wikieditor-toolbar-tool-olist-example','s:24:\"af:Lyn in genommerde lys\";'),('af','messages:wikieditor-toolbar-tool-redirect','s:11:\"af:Aanstuur\";'),('af','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"af:Teikenbladsynaam\";'),('af','messages:wikieditor-toolbar-tool-reference','s:12:\"af:Verwysing\";'),('af','messages:wikieditor-toolbar-tool-reference-cancel','s:13:\"af:Kanselleer\";'),('af','messages:wikieditor-toolbar-tool-reference-example','s:33:\"af:Voeg teks vir voetnota hier in\";'),('af','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"af:Invoeg\";'),('af','messages:wikieditor-toolbar-tool-reference-text','s:16:\"af:Verwysingteks\";'),('af','messages:wikieditor-toolbar-tool-reference-title','s:19:\"af:Verwysing invoeg\";'),('af','messages:wikieditor-toolbar-tool-replace','s:18:\"af:Soek en vervang\";'),('af','messages:wikieditor-toolbar-tool-replace-button-findnext','s:16:\"af:Vind volgende\";'),('af','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"af:Vervang\";'),('af','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:16:\"af:Vervang alles\";'),('af','messages:wikieditor-toolbar-tool-replace-case','s:27:\"af:Gevoelig vir hoofletters\";'),('af','messages:wikieditor-toolbar-tool-replace-close','s:8:\"af:Sluit\";'),('af','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"af:U het niks ingesleutel om na te soek nie.\";'),('af','messages:wikieditor-toolbar-tool-replace-invalidregex','s:61:\"af:Die \"regular expression\" wat u verskaf het is ongeldig: $1\";'),('af','messages:wikieditor-toolbar-tool-replace-nomatch','s:46:\"af:U soektog het geen resultate opgelewer nie.\";'),('af','messages:wikieditor-toolbar-tool-replace-regex','s:52:\"af:Hanteer die soekstring as \'n \"regular expression\"\";'),('af','messages:wikieditor-toolbar-tool-replace-replace','s:15:\"af:Vervang met:\";'),('af','messages:wikieditor-toolbar-tool-replace-search','s:11:\"af:Soek na:\";'),('af','messages:wikieditor-toolbar-tool-replace-success','s:42:\"af:$1 {{PLURAL:$1|item|items}} is vervang.\";'),('af','messages:wikieditor-toolbar-tool-replace-title','s:18:\"af:Soek en vervang\";'),('af','messages:wikieditor-toolbar-tool-signature','s:29:\"af:Handtekening en tydstempel\";'),('af','messages:wikieditor-toolbar-tool-small','s:8:\"af:Klein\";'),('af','messages:wikieditor-toolbar-tool-small-example','s:22:\"af:Klein gedrukte teks\";'),('af','messages:wikieditor-toolbar-tool-subscript','s:13:\"af:Onderskrif\";'),('af','messages:wikieditor-toolbar-tool-subscript-example','s:21:\"af:Teks in onderskrif\";'),('af','messages:wikieditor-toolbar-tool-superscript','s:10:\"af:Boskrif\";'),('af','messages:wikieditor-toolbar-tool-superscript-example','s:18:\"af:Teks in boskrif\";'),('af','messages:wikieditor-toolbar-tool-table','s:8:\"af:Tabel\";'),('af','messages:wikieditor-toolbar-tool-table-cancel','s:13:\"af:Kanselleer\";'),('af','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"af:Kolomme\";'),('af','messages:wikieditor-toolbar-tool-table-dimensions-header','s:21:\"af:Voeg opskriflyn in\";'),('af','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:6:\"af:Rye\";'),('af','messages:wikieditor-toolbar-tool-table-example','s:10:\"af:Selteks\";'),('af','messages:wikieditor-toolbar-tool-table-example-cell-text','s:10:\"af:Selteks\";'),('af','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"af:Opskrifteks\";'),('af','messages:wikieditor-toolbar-tool-table-example-old','s:130:\"af:-\n! opskrif 1\n! opskrif 2\n! opskrif 3\n|-\n| ry 1, sel 1\n| ry 1, sel 2\n| ry 1, sel 3\n|-\n| ry 2, sel 1\n| ry 2, sel 2\n| ry 2, sel 3\";'),('af','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('af','messages:wikieditor-toolbar-tool-table-insert','s:9:\"af:Invoeg\";'),('af','messages:wikieditor-toolbar-tool-table-invalidnumber','s:53:\"af:U het \'n ongeldige aantal lyne of kolomme verskaf.\";'),('af','messages:wikieditor-toolbar-tool-table-preview','s:11:\"af:Voorskou\";'),('af','messages:wikieditor-toolbar-tool-table-sortable','s:25:\"af:Maak tabel sorteerbaar\";'),('af','messages:wikieditor-toolbar-tool-table-title','s:16:\"af:Voeg tabel in\";'),('af','messages:wikieditor-toolbar-tool-table-toomany','s:67:\"af:Die dialoog kan die \'n tabel met meer as 1000 selle hanteer nie.\";'),('af','messages:wikieditor-toolbar-tool-table-wikitable','s:17:\"af:Styl met rante\";'),('af','messages:wikieditor-toolbar-tool-table-zero','s:56:\"af:U kan nie \'n tabel sonder lyne en kolomme invoeg nie.\";'),('af','messages:wikieditor-toolbar-tool-ulist','s:19:\"af:Ongenommerde lys\";'),('af','messages:wikieditor-toolbar-tool-ulist-example','s:26:\"af:Lyn in ongenommerde lys\";'),('af','messages:wikieditor-toolbar-tool-xlink','s:43:\"af:Eksterne skakel (onthou http:// vooraan)\";'),('af','messages:wikieditor-toolbar-tool-xlink-example','s:45:\"af:http://www.voorbeeld.co.za skakel se titel\";'),('af','messages:wikieditor-wikitext-tab','s:11:\"af:Wikiteks\";'),('af','messages:windows-nonascii-filename','s:68:\"af:Hierdie wiki ondersteun nie lêername met spesiale karakters nie.\";'),('af','messages:withoutinterwiki','s:29:\"af:Bladsye sonder taalskakels\";'),('af','messages:withoutinterwiki-legend','s:14:\"af:Voorvoegsel\";'),('af','messages:withoutinterwiki-submit','s:6:\"af:Wys\";'),('af','messages:withoutinterwiki-summary','s:71:\"af:Die volgende bladsye het nie skakels na weergawes in ander tale nie:\";'),('af','messages:wlheader-enotif','s:37:\"af:E-poskennisgewings is aangeskakel.\";'),('af','messages:wlheader-showupdated','s:89:\"af:Bladsye wat verander is sedert u hulle laas besoek het word in \'\'\'vetdruk\'\'\' uitgewys.\";'),('af','messages:wlnote','s:160:\"af:Hier volg die laaste {{PLURAL:$1|verandering|<strong>$1</strong> veranderings}} binne die laaste {{PLURAL:$2|uur|<strong>$2</strong> ure}}, soos op $3 om $4.\";'),('af','messages:wlshowhideanons','s:22:\"af:anonieme gebruikers\";'),('af','messages:wlshowhidebots','s:10:\"af:robotte\";'),('af','messages:wlshowhidecategorization','s:23:\"af:bladsykategorisering\";'),('af','messages:wlshowhideliu','s:28:\"af:geregistreerde gebruikers\";'),('af','messages:wlshowhidemine','s:15:\"af:my wysigings\";'),('af','messages:wlshowhideminor','s:18:\"af:klein wysigings\";'),('af','messages:wlshowhidepatr','s:27:\"af:gekontroleerde wysigings\";'),('af','messages:wlshowtime','s:14:\"af:Wys laaste:\";'),('af','messages:word-separator','s:8:\"en:&#32;\";'),('af','messages:wrongpassword','s:68:\"af:Verkeerde gebruikernaam of wagwoord is getik. Probeer gerus weer.\";'),('af','messages:wrongpasswordempty','s:49:\"af:Die wagwoord was leeg. Probeer asseblief weer.\";'),('af','messages:xffblockreason','s:137:\"af:\'n IP-adres wat u gebruik is geblokkeer. Dit kom in die opskrif \'X-Forwarded-For\' voor. Die oorspronklike rede vir die blokkade is: $1\";'),('af','messages:xml-error-string','s:42:\"af:$1 op reël $2, kolom $3 (greep $4): $5\";'),('af','messages:year','s:27:\"af:Vanaf jaar (en vroeër):\";'),('af','messages:years','s:33:\"af:{{PLURAL:$1|een jaar|$1 jaar}}\";'),('af','messages:yesterday-at','s:15:\"af:Gister om $1\";'),('af','messages:youhavenewmessages','s:22:\"af:U het $1 (sien $2).\";'),('af','messages:youhavenewmessagesfromusers','s:68:\"af:U het $1 van {{PLURAL:$3|\'n ander gebruiker|$3 gebruikers}} ($2).\";'),('af','messages:youhavenewmessagesmanyusers','s:37:\"af:U het $1 van baie gebruikers ($2).\";'),('af','messages:yourdiff','s:12:\"af:Wysigings\";'),('af','messages:yourdomainname','s:12:\"af:U domein:\";'),('af','messages:youremail','s:14:\"af:E-posadres:\";'),('af','messages:yourgender','s:26:\"af:Hoe wil u beskryf word?\";'),('af','messages:yourlanguage','s:8:\"af:Taal:\";'),('af','messages:yourname','s:18:\"af:Gebruikersnaam:\";'),('af','messages:yournick','s:28:\"af:Bynaam (vir handtekening)\";'),('af','messages:yourpassword','s:12:\"af:Wagwoord:\";'),('af','messages:yourpasswordagain','s:19:\"af:Herhaal wagwoord\";'),('af','messages:yourrealname','s:14:\"af:Regte naam:\";'),('af','messages:yourtext','s:9:\"af:U teks\";'),('af','messages:yourvariant','s:26:\"af:Taalvariant vir inhoud:\";'),('af','messages:zip-bad','s:107:\"af:Die ZIP-lêer is korrup of andersins onleesbaar.\nDit kan nie behoorlik vir sekuriteit nagegaan word nie.\";'),('af','messages:zip-file-open-error','s:72:\"af:\'n Fout het voorgekom met die opening van die lêer vir ZIP toetsing.\";'),('af','messages:zip-unsupported','s:143:\"af:Die is \'n ZIP-lêer wat funksies gebruik wat nie deur MediaWiki ondersteun word nie.\nDit kan nie behoorlik vir sekuriteit nagegaan word nie.\";'),('af','messages:zip-wrong-format','s:54:\"af:Die gespesifiseerde lêer was nie \'n zip-lêer nie.\";'),('af','minimumGroupingDigits','N;'),('af','namespaceAliases','a:4:{s:5:\"Beeld\";i:6;s:15:\"Beeldbespreking\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('af','namespaceGenderAliases','a:0:{}'),('af','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:8:\"Spesiaal\";i:1;s:10:\"Bespreking\";i:2;s:9:\"Gebruiker\";i:3;s:19:\"Gebruikerbespreking\";i:5;s:12:\"$1bespreking\";i:6;s:5:\"Lêer\";i:7;s:15:\"Lêerbespreking\";i:8;s:9:\"MediaWiki\";i:9;s:19:\"MediaWikibespreking\";i:10;s:8:\"Sjabloon\";i:11;s:18:\"Sjabloonbespreking\";i:12;s:4:\"Hulp\";i:13;s:14:\"Hulpbespreking\";i:14;s:9:\"Kategorie\";i:15;s:19:\"Kategoriebespreking\";i:0;s:0:\"\";}'),('af','originalFallbackSequence','a:0:{}'),('af','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('af','pluralRules','a:1:{i:0;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";}'),('af','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:14:\"af:Project:Oor\";s:9:\"aboutsite\";s:29:\"af:Inligting oor {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:9:\"af:Aksies\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:18:\"af:Huidige gebeure\";s:17:\"currentevents-url\";s:26:\"af:Project:Huidige gebeure\";s:14:\"disclaimerpage\";s:22:\"af:Project:Voorwaardes\";s:11:\"disclaimers\";s:12:\"af:Vrywaring\";s:4:\"edit\";s:8:\"af:Wysig\";s:11:\"editsection\";s:8:\"af:wysig\";s:15:\"editsectionhint\";s:21:\"af:Wysig afdeling: $1\";s:4:\"help\";s:7:\"af:Hulp\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"af:$1 – $2\";s:6:\"jumpto\";s:13:\"af:Spring na:\";s:16:\"jumptonavigation\";s:12:\"af:navigasie\";s:12:\"jumptosearch\";s:7:\"af:soek\";s:14:\"lastmodifiedat\";s:43:\"af:Die bladsy is laas op $1 om $2 bygewerk.\";s:8:\"mainpage\";s:11:\"af:Tuisblad\";s:20:\"mainpage-description\";s:11:\"af:Tuisblad\";s:14:\"mainpage-nstab\";s:11:\"af:Voorblad\";s:10:\"namespaces\";s:14:\"af:Naamruimtes\";s:10:\"navigation\";s:12:\"af:Navigasie\";s:23:\"nav-login-createaccount\";s:24:\"af:Meld aan / registreer\";s:10:\"nstab-main\";s:9:\"af:Bladsy\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:38:\"af:{{PLURAL:$1|Kategorie|Kategorieë}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:20:\"af:Permanente skakel\";s:13:\"personaltools\";s:25:\"af:Persoonlike gereedskap\";s:6:\"portal\";s:20:\"af:Gebruikersportaal\";s:10:\"portal-url\";s:28:\"af:Project:Gebruikersportaal\";s:16:\"printableversion\";s:20:\"af:Drukbare weergawe\";s:7:\"privacy\";s:21:\"af:Privaatheidsbeleid\";s:11:\"privacypage\";s:29:\"af:Project:Privaatheidsbeleid\";s:10:\"randompage\";s:17:\"af:Lukrake bladsy\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:21:\"af:Onlangse wysigings\";s:27:\"recentchangeslinked-toolbox\";s:24:\"af:Verwante veranderings\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:20:\"af:Ontsluit van \"$1\"\";s:6:\"search\";s:7:\"af:Soek\";s:13:\"searcharticle\";s:6:\"af:Wys\";s:12:\"searchbutton\";s:7:\"af:Soek\";s:20:\"searchsuggest-search\";s:24:\"af:Deursoek {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:23:\"af:Navigasie-keuseskerm\";s:14:\"site-atom-feed\";s:15:\"af:$1 Atoomvoer\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:19:\"af:Spesiale bladsye\";s:7:\"tagline\";s:21:\"af:Vanaf {{SITENAME}}\";s:4:\"talk\";s:13:\"af:Bespreking\";s:7:\"toolbox\";s:13:\"af:Gereedskap\";s:15:\"tooltip-ca-edit\";s:23:\"af:Wysig hierdie bladsy\";s:18:\"tooltip-ca-history\";s:36:\"af:Ouer weergawes van hierdie bladsy\";s:21:\"tooltip-ca-nstab-main\";s:25:\"af:Bekyk die inhoudbladsy\";s:15:\"tooltip-ca-talk\";s:34:\"af:Bespreking oor die inhoudbladsy\";s:21:\"tooltip-ca-viewsource\";s:58:\"af:Hierdie bladsy is beskerm. U kan die bronteks besigtig.\";s:23:\"tooltip-n-currentevents\";s:39:\"af:Agtergrondinligting oor aktuele sake\";s:14:\"tooltip-n-help\";s:25:\"af:Vind meer uit oor iets\";s:30:\"tooltip-n-mainpage-description\";s:23:\"af:Gaan na die tuisblad\";s:16:\"tooltip-n-portal\";s:56:\"af:Meer oor die projek, wat jy kan doen, nuttige skakels\";s:20:\"tooltip-n-randompage\";s:26:\"af:Laai \'n lukrake bladsye\";s:23:\"tooltip-n-recentchanges\";s:32:\"af:\'n Lys van onlangse wysigings\";s:14:\"tooltip-p-logo\";s:22:\"af:Besoek die tuisblad\";s:16:\"tooltip-pt-login\";s:71:\"af:U word aangemoedig om aan te meld. Dit is egter nie verpligtend nie.\";s:24:\"tooltip-pt-createaccount\";s:96:\"af:U word aangemoedig om \'n gebruiker te skep en aan te meld, hoewel dit nie verpligtend is nie.\";s:14:\"tooltip-search\";s:24:\"af:Deursoek {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:36:\"af:Deursoek bladsye vir hierdie teks\";s:17:\"tooltip-search-go\";s:56:\"af:Gaan na \'n bladsy met hierdie naam indien dit bestaan\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:58:\"af:\'n Permanente skakel na hierdie weergawe van die bladsy\";s:15:\"tooltip-t-print\";s:39:\"af:Drukbare weergawe van hierdie bladsy\";s:29:\"tooltip-t-recentchangeslinked\";s:70:\"af:Onlangse wysigings aan bladsye wat vanaf hierdie bladsy geskakel is\";s:22:\"tooltip-t-specialpages\";s:37:\"af:\'n Lys van al die spesiale bladsye\";s:23:\"tooltip-t-whatlinkshere\";s:37:\"af:\'n Lys bladsye wat hierheen skakel\";s:8:\"variants\";s:11:\"af:Variante\";s:16:\"vector-view-edit\";s:8:\"af:Wysig\";s:19:\"vector-view-history\";s:18:\"af:Wys geskiedenis\";s:16:\"vector-view-view\";s:7:\"af:Lees\";s:9:\"viewcount\";s:60:\"af:Hierdie bladsy is al {{PLURAL:$1|keer|$1 kere}} aangevra.\";s:5:\"views\";s:12:\"af:Weergawes\";s:13:\"whatlinkshere\";s:19:\"af:Skakels hierheen\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:8:\"Spesiaal\";i:1;s:10:\"Bespreking\";i:2;s:9:\"Gebruiker\";i:3;s:19:\"Gebruikerbespreking\";i:5;s:12:\"$1bespreking\";i:6;s:5:\"Lêer\";i:7;s:15:\"Lêerbespreking\";i:8;s:9:\"MediaWiki\";i:9;s:19:\"MediaWikibespreking\";i:10;s:8:\"Sjabloon\";i:11;s:18:\"Sjabloonbespreking\";i:12;s:4:\"Hulp\";i:13;s:14:\"Hulpbespreking\";i:14;s:9:\"Kategorie\";i:15;s:19:\"Kategoriebespreking\";i:0;s:0:\"\";}}'),('af','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('af','rtl','b:0;'),('af','separatorTransformTable','a:2:{s:1:\",\";s:2:\" \";s:1:\".\";s:1:\",\";}'),('af','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:11:\"Geskiedenis\";i:1;s:7:\"History\";}s:7:\"Uploads\";a:2:{i:0;s:7:\"Oplaaie\";i:1;s:7:\"Uploads\";}s:6:\"Nearby\";a:2:{i:0;s:4:\"Naby\";i:1;s:6:\"Nearby\";}s:11:\"Activeusers\";a:2:{i:0;s:17:\"AktieweGebruikers\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:5:{i:0;s:17:\"Stelselboodskappe\";i:1;s:22:\"Alle_stelselboodskappe\";i:2;s:21:\"Allestelselboodskappe\";i:3;s:10:\"Boodskappe\";i:4;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:4:{i:0;s:11:\"AlMyOplaaie\";i:1;s:10:\"AlMyLêers\";i:2;s:12:\"AllMyUploads\";i:3;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:3:{i:0;s:12:\"Alle_bladsye\";i:1;s:11:\"Allebladsye\";i:2;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:9:\"OuBladsye\";i:1;s:12:\"AncientPages\";}s:8:\"Badtitle\";a:2:{i:0;s:11:\"Slegtetitel\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:11:\"SkoonBladsy\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:4:{i:0;s:6:\"BlokIP\";i:1;s:5:\"Block\";i:2;s:7:\"BlockIP\";i:3;s:9:\"BlockUser\";}s:9:\"BlockList\";a:4:{i:0;s:9:\"IPBlokLys\";i:1;s:9:\"BlockList\";i:2;s:10:\"ListBlocks\";i:3;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:10:\"Boekbronne\";i:1;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:3:{i:0;s:18:\"Stukkende_aansture\";i:1;s:17:\"Stukkendeaansture\";i:2;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:11:\"Kategorieë\";i:1;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:2:{i:0;s:12:\"VeranderEpos\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:4:{i:0;s:15:\"HerstelWagwoord\";i:1;s:14:\"ChangePassword\";i:2;s:9:\"ResetPass\";i:3;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:15:\"VergelykBladsye\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:5:{i:0;s:19:\"Bevestig_e-posadres\";i:1;s:18:\"Bevestige-posadres\";i:2;s:18:\"Bevestig_eposadres\";i:3;s:17:\"Bevestigeposadres\";i:4;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:4:{i:0;s:7:\"Bydraes\";i:1;s:17:\"Gebruikersbydraes\";i:2;s:13:\"Contributions\";i:3;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:3:{i:0;s:12:\"SkepRekening\";i:1;s:13:\"MaakGebruiker\";i:2;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:15:\"DoodloopBladsye\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:16:\"GeskrapteBydraes\";i:1;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:3:{i:0;s:16:\"Dubbele_aansture\";i:1;s:15:\"Dubbeleaansture\";i:2;s:15:\"DoubleRedirects\";}s:9:\"Emailuser\";a:6:{i:0;s:11:\"Stuur_e-pos\";i:1;s:10:\"Stuure-pos\";i:2;s:10:\"Stuur_epos\";i:3;s:9:\"Stuurepos\";i:4;s:9:\"EmailUser\";i:5;s:5:\"Email\";}s:6:\"Export\";a:2:{i:0;s:10:\"Eksporteer\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:15:\"MinsteWysigings\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:16:\"LerDuplikaatSoek\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:8:\"Lêerpad\";i:1;s:8:\"FilePath\";}s:6:\"Import\";a:2:{i:0;s:9:\"Importeer\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:13:\"OngeldigeEpos\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:15:\"JavaScriptToets\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:2:{i:0;s:13:\"SkakelSoektog\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:18:\"LysAdministrateurs\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:10:\"LysRobotte\";i:1;s:8:\"ListBots\";}s:9:\"Listfiles\";a:6:{i:0;s:9:\"Beeldelys\";i:1;s:9:\"Prentelys\";i:2;s:9:\"Lêerslys\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:3:{i:0;s:13:\"LysGroepRegte\";i:1;s:15:\"ListGroupRights\";i:2;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:11:\"LysAansture\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:13:\"Gebruikerslys\";i:1;s:13:\"Lysgebruikers\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:7:\"SluitDB\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:7:\"Logboek\";i:1;s:8:\"Logboeke\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:3:{i:0;s:14:\"EensaamBladsye\";i:1;s:11:\"LonelyPages\";i:2;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:11:\"LangBladsye\";i:1;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:2:{i:0;s:19:\"VersmeltGeskiedenis\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:4:{i:0;s:9:\"MIME-soek\";i:1;s:8:\"MIMEsoek\";i:2;s:9:\"MIME_soek\";i:3;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:17:\"MeesteKategorieë\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:4:{i:0;s:12:\"MeesteBeelde\";i:1;s:15:\"MostLinkedFiles\";i:2;s:9:\"MostFiles\";i:3;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:16:\"MeesteInterwikis\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:3:{i:0;s:14:\"MeesteGeskakel\";i:1;s:15:\"MostLinkedPages\";i:2;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:3:{i:0;s:25:\"MeesGeskakeldeKategorieë\";i:1;s:20:\"MostLinkedCategories\";i:2;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:4:{i:0;s:22:\"MeesGeskakeldeSjablone\";i:1;s:20:\"MostTranscludedPages\";i:2;s:19:\"MostLinkedTemplates\";i:3;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:15:\"MeesteWysigings\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:3:{i:0;s:12:\"Skuif_bladsy\";i:1;s:11:\"Skuifbladsy\";i:2;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:3:{i:0;s:8:\"Mybydrae\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:6:\"MyTaal\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:8:\"MyBladsy\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:12:\"Mybespreking\";i:1;s:13:\"Mybesprekings\";i:2;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:9:\"MyOplaaie\";i:1;s:8:\"MyLêers\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:6:{i:0;s:11:\"Nuwe_beelde\";i:1;s:10:\"Nuwebeelde\";i:2;s:11:\"Nuwe_lêers\";i:3;s:10:\"Nuwelêers\";i:4;s:8:\"NewFiles\";i:5;s:9:\"NewImages\";}s:8:\"Newpages\";a:3:{i:0;s:12:\"Nuwe_bladsye\";i:1;s:11:\"Nuwebladsye\";i:2;s:8:\"NewPages\";}s:13:\"PasswordReset\";a:2:{i:0;s:15:\"WagwoordHerstel\";i:1;s:13:\"PasswordReset\";}s:11:\"Preferences\";a:2:{i:0;s:9:\"Voorkeure\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:17:\"VoorvoegselIndeks\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:16:\"BeskermdeBladsye\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:15:\"BeskermdeTitels\";i:1;s:15:\"ProtectedTitles\";}s:10:\"Randompage\";a:4:{i:0;s:7:\"Lukraak\";i:1;s:13:\"Lukrakebladsy\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:3:{i:0;s:16:\"Lukrake_aanstuur\";i:1;s:15:\"Lukrakeaanstuur\";i:2;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:3:{i:0;s:18:\"Onlangse_wysigings\";i:1;s:17:\"Onlangsewysigings\";i:2;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:30:\"OnlangseVeranderingsMetSkakels\";i:1;s:20:\"VerwanteVeranderings\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:8:\"Aanstuur\";i:1;s:8:\"Redirect\";}s:14:\"Revisiondelete\";a:2:{i:0;s:13:\"WeergaweSkrap\";i:1;s:14:\"RevisionDelete\";}s:6:\"Search\";a:2:{i:0;s:4:\"Soek\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:11:\"KortBladsye\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:3:{i:0;s:16:\"Spesiale_bladsye\";i:1;s:15:\"Spesialebladsye\";i:2;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:10:\"Statistiek\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:8:\"Etikette\";i:1;s:4:\"Tags\";}s:7:\"Unblock\";a:2:{i:0;s:10:\"Deblokkeer\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:29:\"OngekategoriseerdeKategorieë\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:3:{i:0;s:24:\"OngekategoriseerdeBeelde\";i:1;s:18:\"UncategorizedFiles\";i:2;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:25:\"OngekategoriseerdeBladsye\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:26:\"OngekategoriseerdeSjablone\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:8:\"Ontskrap\";i:1;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:2:{i:0;s:10:\"OntsluitDB\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:22:\"OngebruikdeKategorieë\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:3:{i:0;s:17:\"OngebruikdeBeelde\";i:1;s:11:\"UnusedFiles\";i:2;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:19:\"OngebruikteSjablone\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:2:{i:0;s:20:\"NieDopgehoudeBladsye\";i:1;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:3:{i:0;s:4:\"Laai\";i:1;s:6:\"Oplaai\";i:2;s:6:\"Upload\";}s:9:\"Userlogin\";a:4:{i:0;s:8:\"Teken_in\";i:1;s:7:\"Tekenin\";i:2;s:9:\"UserLogin\";i:3;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:9:\"Teken_uit\";i:1;s:8:\"Tekenuit\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:10:\"Userrights\";a:4:{i:0;s:15:\"GebruikersRegte\";i:1;s:10:\"UserRights\";i:2;s:9:\"MakeSysop\";i:3;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:8:\"Weergawe\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:19:\"GesoekteKategorieë\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:14:\"GesoekteLêers\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:15:\"GesoekteBladsye\";i:1;s:16:\"GebreekteSkakels\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:16:\"GesoekteSjablone\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:9:\"Dophoulys\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:3:{i:0;s:16:\"Skakels_hierheen\";i:1;s:15:\"Skakelshierheen\";i:2;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:18:\"Sonder_taalskakels\";i:1;s:17:\"Sondertaalskakels\";i:2;s:16:\"WithoutInterwiki\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}}'),('ak','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('ak','compiledPluralRules','a:1:{i:0;s:11:\"n 0 1 .. in\";}'),('ak','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ak','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ak','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('ak','defaultDateFormat','s:10:\"dmy or mdy\";'),('ak','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAk.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ak.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ak','digitGroupingPattern','s:9:\"#,##0.###\";'),('ak','digitTransformTable','N;'),('ak','fallback','b:0;'),('ak','fallback8bitEncoding','s:12:\"windows-1252\";'),('ak','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('ak','imageFiles','N;'),('ak','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ak','linkPrefixExtension','b:0;'),('ak','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('ak','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-hideminor\";i:1;s:17:\"tog-hidepatrolled\";i:2;s:25:\"tog-newpageshidepatrolled\";i:3;s:19:\"tog-extendwatchlist\";i:4;s:12:\"tog-usenewrc\";i:5;s:18:\"tog-editondblclick\";i:6;s:6:\"sunday\";i:7;s:6:\"monday\";i:8;s:7:\"tuesday\";i:9;s:9:\"wednesday\";i:10;s:8:\"thursday\";i:11;s:6:\"friday\";i:12;s:8:\"saturday\";i:13;s:7:\"january\";i:14;s:8:\"february\";i:15;s:5:\"march\";i:16;s:5:\"april\";i:17;s:8:\"may_long\";i:18;s:4:\"june\";i:19;s:4:\"july\";i:20;s:6:\"august\";i:21;s:9:\"september\";i:22;s:7:\"october\";i:23;s:8:\"november\";i:24;s:8:\"december\";i:25;s:6:\"search\";i:26;s:12:\"searchbutton\";i:27;s:2:\"go\";i:28;s:13:\"searcharticle\";i:29;s:7:\"history\";i:30;s:13:\"history_short\";i:31;s:16:\"talkpagelinktext\";i:32;s:4:\"talk\";i:33;s:12:\"jumptosearch\";i:34;s:9:\"aboutsite\";i:35;s:8:\"mainpage\";i:36;s:11:\"editsection\";i:37;s:15:\"editsectionhint\";i:38;s:14:\"red-link-title\";i:39;s:10:\"nstab-main\";i:40;s:5:\"login\";i:41;s:23:\"nav-login-createaccount\";i:42;s:6:\"logout\";i:43;s:10:\"userlogout\";i:44;s:11:\"notloggedin\";i:45;s:17:\"searchresultshead\";i:46;s:4:\"hist\";i:47;s:5:\"watch\";i:48;s:21:\"sp-contributions-talk\";i:49;s:12:\"contribslink\";i:50;s:32:\"mobile-frontend-featured-article\";i:51;s:27:\"mobile-frontend-home-button\";i:52;s:29:\"mobile-frontend-random-button\";i:53;s:28:\"mobile-frontend-regular-site\";i:54;s:29:\"mobile-frontend-search-submit\";i:55;s:7:\"sidebar\";i:56;s:13:\"tog-underline\";i:57;s:22:\"tog-hidecategorization\";i:58;s:27:\"tog-editsectiononrightclick\";i:59;s:18:\"tog-watchcreations\";i:60;s:16:\"tog-watchdefault\";i:61;s:14:\"tog-watchmoves\";i:62;s:17:\"tog-watchdeletion\";i:63;s:16:\"tog-watchuploads\";i:64;s:17:\"tog-watchrollback\";i:65;s:16:\"tog-minordefault\";i:66;s:16:\"tog-previewontop\";i:67;s:18:\"tog-previewonfirst\";i:68;s:24:\"tog-enotifwatchlistpages\";i:69;s:23:\"tog-enotifusertalkpages\";i:70;s:20:\"tog-enotifminoredits\";i:71;s:20:\"tog-enotifrevealaddr\";i:72;s:23:\"tog-shownumberswatching\";i:73;s:10:\"tog-oldsig\";i:74;s:12:\"tog-fancysig\";i:75;s:18:\"tog-uselivepreview\";i:76;s:20:\"tog-forceeditsummary\";i:77;s:20:\"tog-watchlisthideown\";i:78;s:21:\"tog-watchlisthidebots\";i:79;s:22:\"tog-watchlisthideminor\";i:80;s:20:\"tog-watchlisthideliu\";i:81;s:32:\"tog-watchlistreloadautomatically\";i:82;s:25:\"tog-watchlistunwatchlinks\";i:83;s:22:\"tog-watchlisthideanons\";i:84;s:26:\"tog-watchlisthidepatrolled\";i:85;s:31:\"tog-watchlisthidecategorization\";i:86;s:16:\"tog-ccmeonemails\";i:87;s:12:\"tog-diffonly\";i:88;s:18:\"tog-showhiddencats\";i:89;s:18:\"tog-norollbackdiff\";i:90;s:18:\"tog-useeditwarning\";i:91;s:16:\"tog-prefershttps\";i:92;s:28:\"tog-showrollbackconfirmation\";i:93;s:16:\"tog-requireemail\";i:94;s:16:\"underline-always\";i:95;s:15:\"underline-never\";i:96;s:17:\"underline-default\";i:97;s:14:\"editfont-style\";i:98;s:18:\"editfont-monospace\";i:99;s:18:\"editfont-sansserif\";i:100;s:14:\"editfont-serif\";i:101;s:3:\"sun\";i:102;s:3:\"mon\";i:103;s:3:\"tue\";i:104;s:3:\"wed\";i:105;s:3:\"thu\";i:106;s:3:\"fri\";i:107;s:3:\"sat\";i:108;s:11:\"january-gen\";i:109;s:12:\"february-gen\";i:110;s:9:\"march-gen\";i:111;s:9:\"april-gen\";i:112;s:7:\"may-gen\";i:113;s:8:\"june-gen\";i:114;s:8:\"july-gen\";i:115;s:10:\"august-gen\";i:116;s:13:\"september-gen\";i:117;s:11:\"october-gen\";i:118;s:12:\"november-gen\";i:119;s:12:\"december-gen\";i:120;s:3:\"jan\";i:121;s:3:\"feb\";i:122;s:3:\"mar\";i:123;s:3:\"apr\";i:124;s:3:\"may\";i:125;s:3:\"jun\";i:126;s:3:\"jul\";i:127;s:3:\"aug\";i:128;s:3:\"sep\";i:129;s:3:\"oct\";i:130;s:3:\"nov\";i:131;s:3:\"dec\";i:132;s:9:\"period-am\";i:133;s:9:\"period-pm\";i:134;s:14:\"pagecategories\";i:135;s:18:\"pagecategorieslink\";i:136;s:15:\"category_header\";i:137;s:13:\"subcategories\";i:138;s:21:\"category-media-header\";i:139;s:14:\"category-empty\";i:140;s:17:\"hidden-categories\";i:141;s:24:\"hidden-category-category\";i:142;s:21:\"category-subcat-count\";i:143;s:29:\"category-subcat-count-limited\";i:144;s:22:\"category-article-count\";i:145;s:30:\"category-article-count-limited\";i:146;s:19:\"category-file-count\";i:147;s:27:\"category-file-count-limited\";i:148;s:14:\"index-category\";i:149;s:16:\"noindex-category\";i:150;s:20:\"broken-file-category\";i:151;s:25:\"categoryviewer-pagedlinks\";i:152;s:24:\"category-header-numerals\";i:153;s:5:\"about\";i:154;s:7:\"article\";i:155;s:9:\"newwindow\";i:156;s:6:\"cancel\";i:157;s:13:\"moredotdotdot\";i:158;s:13:\"morenotlisted\";i:159;s:6:\"mypage\";i:160;s:6:\"mytalk\";i:161;s:8:\"anontalk\";i:162;s:10:\"navigation\";i:163;s:3:\"and\";i:164;s:3:\"faq\";i:165;s:9:\"sitetitle\";i:166;s:12:\"sitesubtitle\";i:167;s:7:\"actions\";i:168;s:10:\"namespaces\";i:169;s:8:\"variants\";i:170;s:18:\"navigation-heading\";i:171;s:14:\"errorpagetitle\";i:172;s:8:\"returnto\";i:173;s:7:\"tagline\";i:174;s:4:\"help\";i:175;s:14:\"help-mediawiki\";i:176;s:23:\"search-ignored-headings\";i:177;s:17:\"skin-view-history\";i:178;s:13:\"history_small\";i:179;s:13:\"updatedmarker\";i:180;s:16:\"printableversion\";i:181;s:35:\"printableversion-deprecated-warning\";i:182;s:9:\"permalink\";i:183;s:5:\"print\";i:184;s:4:\"view\";i:185;s:14:\"skin-view-view\";i:186;s:17:\"skin-view-foreign\";i:187;s:4:\"edit\";i:188;s:14:\"skin-view-edit\";i:189;s:10:\"edit-local\";i:190;s:6:\"create\";i:191;s:16:\"skin-view-create\";i:192;s:12:\"create-local\";i:193;s:6:\"delete\";i:194;s:14:\"undelete_short\";i:195;s:17:\"viewdeleted_short\";i:196;s:7:\"protect\";i:197;s:14:\"protect_change\";i:198;s:21:\"skin-action-unprotect\";i:199;s:9:\"unprotect\";i:200;s:7:\"newpage\";i:201;s:11:\"specialpage\";i:202;s:13:\"personaltools\";i:203;s:10:\"addsection\";i:204;s:5:\"views\";i:205;s:7:\"toolbox\";i:206;s:8:\"cactions\";i:207;s:20:\"tool-link-userrights\";i:208;s:29:\"tool-link-userrights-readonly\";i:209;s:19:\"tool-link-emailuser\";i:210;s:9:\"imagepage\";i:211;s:13:\"mediawikipage\";i:212;s:12:\"templatepage\";i:213;s:12:\"viewhelppage\";i:214;s:12:\"categorypage\";i:215;s:12:\"viewtalkpage\";i:216;s:14:\"otherlanguages\";i:217;s:14:\"redirectedfrom\";i:218;s:15:\"redirectpagesub\";i:219;s:10:\"redirectto\";i:220;s:14:\"talkpageheader\";i:221;s:14:\"lastmodifiedat\";i:222;s:9:\"viewcount\";i:223;s:13:\"protectedpage\";i:224;s:6:\"jumpto\";i:225;s:16:\"jumptonavigation\";i:226;s:15:\"view-pool-error\";i:227;s:18:\"generic-pool-error\";i:228;s:12:\"pool-timeout\";i:229;s:14:\"pool-queuefull\";i:230;s:17:\"pool-errorunknown\";i:231;s:16:\"pool-servererror\";i:232;s:23:\"poolcounter-usage-error\";i:233;s:22:\"view-pool-dirty-output\";i:234;s:20:\"view-pool-contention\";i:235;s:17:\"view-pool-timeout\";i:236;s:9:\"aboutpage\";i:237;s:9:\"copyright\";i:238;s:13:\"copyrightpage\";i:239;s:13:\"currentevents\";i:240;s:17:\"currentevents-url\";i:241;s:11:\"disclaimers\";i:242;s:14:\"disclaimerpage\";i:243;s:8:\"edithelp\";i:244;s:12:\"edithelppage\";i:245;s:8:\"helppage\";i:246;s:20:\"helppage-top-gethelp\";i:247;s:14:\"mainpage-title\";i:248;s:23:\"mainpage-title-loggedin\";i:249;s:20:\"mainpage-description\";i:250;s:10:\"policy-url\";i:251;s:6:\"portal\";i:252;s:10:\"portal-url\";i:253;s:7:\"privacy\";i:254;s:11:\"privacypage\";i:255;s:9:\"badaccess\";i:256;s:16:\"badaccess-group0\";i:257;s:16:\"badaccess-groups\";i:258;s:15:\"versionrequired\";i:259;s:19:\"versionrequiredtext\";i:260;s:2:\"ok\";i:261;s:9:\"pagetitle\";i:262;s:23:\"pagetitle-view-mainpage\";i:263;s:16:\"backlinksubtitle\";i:264;s:13:\"retrievedfrom\";i:265;s:18:\"youhavenewmessages\";i:266;s:27:\"youhavenewmessagesfromusers\";i:267;s:27:\"youhavenewmessagesmanyusers\";i:268;s:21:\"newmessageslinkplural\";i:269;s:25:\"newmessagesdifflinkplural\";i:270;s:7:\"editold\";i:271;s:13:\"viewsourceold\";i:272;s:8:\"editlink\";i:273;s:14:\"viewsourcelink\";i:274;s:3:\"toc\";i:275;s:7:\"showtoc\";i:276;s:7:\"hidetoc\";i:277;s:20:\"collapsible-collapse\";i:278;s:18:\"collapsible-expand\";i:279;s:19:\"confirmable-confirm\";i:280;s:15:\"confirmable-yes\";i:281;s:14:\"confirmable-no\";i:282;s:13:\"thisisdeleted\";i:283;s:11:\"viewdeleted\";i:284;s:11:\"restorelink\";i:285;s:12:\"feed-invalid\";i:286;s:16:\"feed-unavailable\";i:287;s:13:\"site-rss-feed\";i:288;s:14:\"site-atom-feed\";i:289;s:13:\"page-rss-feed\";i:290;s:14:\"page-atom-feed\";i:291;s:9:\"feed-atom\";i:292;s:8:\"feed-rss\";i:293;s:10:\"sitenotice\";i:294;s:10:\"anonnotice\";i:295;s:28:\"newsectionheaderdefaultlevel\";i:296;s:15:\"sort-descending\";i:297;s:14:\"sort-ascending\";i:298;s:12:\"sort-initial\";i:299;s:18:\"sort-rowspan-error\";i:300;s:10:\"nstab-talk\";i:301;s:10:\"nstab-user\";i:302;s:11:\"nstab-media\";i:303;s:13:\"nstab-special\";i:304;s:13:\"nstab-project\";i:305;s:11:\"nstab-image\";i:306;s:15:\"nstab-mediawiki\";i:307;s:14:\"nstab-template\";i:308;s:10:\"nstab-help\";i:309;s:14:\"nstab-category\";i:310;s:14:\"mainpage-nstab\";i:311;s:12:\"nosuchaction\";i:312;s:16:\"nosuchactiontext\";i:313;s:17:\"nosuchspecialpage\";i:314;s:17:\"nospecialpagetext\";i:315;s:5:\"error\";i:316;s:13:\"databaseerror\";i:317;s:18:\"databaseerror-text\";i:318;s:20:\"databaseerror-textcl\";i:319;s:19:\"databaseerror-query\";i:320;s:22:\"databaseerror-function\";i:321;s:19:\"databaseerror-error\";i:322;s:35:\"transaction-duration-limit-exceeded\";i:323;s:39:\"transaction-max-statement-time-exceeded\";i:324;s:17:\"laggedreplicamode\";i:325;s:8:\"readonly\";i:326;s:15:\"enterlockreason\";i:327;s:12:\"readonlytext\";i:328;s:15:\"missing-article\";i:329;s:18:\"missingarticle-rev\";i:330;s:19:\"missingarticle-diff\";i:331;s:12:\"readonly_lag\";i:332;s:26:\"nonwrite-api-promise-error\";i:333;s:12:\"timeouterror\";i:334;s:17:\"timeouterror-text\";i:335;s:13:\"internalerror\";i:336;s:18:\"internalerror_info\";i:337;s:29:\"internalerror-fatal-exception\";i:338;s:13:\"filecopyerror\";i:339;s:15:\"filerenameerror\";i:340;s:15:\"filedeleteerror\";i:341;s:20:\"directorycreateerror\";i:342;s:22:\"directoryreadonlyerror\";i:343;s:12:\"filenotfound\";i:344;s:10:\"unexpected\";i:345;s:9:\"formerror\";i:346;s:15:\"badarticleerror\";i:347;s:12:\"cannotdelete\";i:348;s:18:\"cannotdelete-title\";i:349;s:16:\"delete-scheduled\";i:350;s:19:\"delete-hook-aborted\";i:351;s:16:\"no-null-revision\";i:352;s:8:\"badtitle\";i:353;s:12:\"badtitletext\";i:354;s:13:\"title-invalid\";i:355;s:19:\"title-invalid-empty\";i:356;s:18:\"title-invalid-utf8\";i:357;s:23:\"title-invalid-interwiki\";i:358;s:28:\"title-invalid-talk-namespace\";i:359;s:24:\"title-invalid-characters\";i:360;s:22:\"title-invalid-relative\";i:361;s:25:\"title-invalid-magic-tilde\";i:362;s:22:\"title-invalid-too-long\";i:363;s:27:\"title-invalid-leading-colon\";i:364;s:10:\"perfcached\";i:365;s:12:\"perfcachedts\";i:366;s:20:\"querypage-no-updates\";i:367;s:28:\"querypage-updates-periodical\";i:368;s:10:\"viewsource\";i:369;s:22:\"skin-action-viewsource\";i:370;s:16:\"viewsource-title\";i:371;s:15:\"actionthrottled\";i:372;s:19:\"actionthrottledtext\";i:373;s:17:\"protectedpagetext\";i:374;s:14:\"viewsourcetext\";i:375;s:12:\"viewyourtext\";i:376;s:18:\"protectedinterface\";i:377;s:16:\"editinginterface\";i:378;s:18:\"translateinterface\";i:379;s:16:\"cascadeprotected\";i:380;s:18:\"namespaceprotected\";i:381;s:18:\"customcssprotected\";i:382;s:19:\"customjsonprotected\";i:383;s:17:\"customjsprotected\";i:384;s:16:\"sitecssprotected\";i:385;s:17:\"sitejsonprotected\";i:386;s:15:\"sitejsprotected\";i:387;s:20:\"siterawhtmlprotected\";i:388;s:20:\"mycustomcssprotected\";i:389;s:21:\"mycustomjsonprotected\";i:390;s:19:\"mycustomjsprotected\";i:391;s:22:\"myprivateinfoprotected\";i:392;s:22:\"mypreferencesprotected\";i:393;s:19:\"ns-specialprotected\";i:394;s:14:\"titleprotected\";i:395;s:17:\"filereadonlyerror\";i:396;s:12:\"invalidtitle\";i:397;s:27:\"invalidtitle-knownnamespace\";i:398;s:29:\"invalidtitle-unknownnamespace\";i:399;s:17:\"exception-nologin\";i:400;s:22:\"exception-nologin-text\";i:401;s:29:\"exception-nologin-text-manual\";i:402;s:16:\"virus-badscanner\";i:403;s:16:\"virus-scanfailed\";i:404;s:20:\"virus-unknownscanner\";i:405;s:10:\"logouttext\";i:406;s:18:\"logging-out-notify\";i:407;s:13:\"logout-failed\";i:408;s:21:\"cannotlogoutnow-title\";i:409;s:20:\"cannotlogoutnow-text\";i:410;s:11:\"welcomeuser\";i:411;s:19:\"welcomecreation-msg\";i:412;s:8:\"yourname\";i:413;s:18:\"userlogin-yourname\";i:414;s:21:\"userlogin-yourname-ph\";i:415;s:30:\"createacct-another-username-ph\";i:416;s:23:\"createacct-helpusername\";i:417;s:24:\"createacct-username-help\";i:418;s:12:\"yourpassword\";i:419;s:23:\"prefs-help-yourpassword\";i:420;s:22:\"userlogin-yourpassword\";i:421;s:25:\"userlogin-yourpassword-ph\";i:422;s:26:\"createacct-yourpassword-ph\";i:423;s:17:\"yourpasswordagain\";i:424;s:24:\"createacct-useuniquepass\";i:425;s:28:\"createacct-yourpasswordagain\";i:426;s:31:\"createacct-yourpasswordagain-ph\";i:427;s:28:\"userlogin-remembermypassword\";i:428;s:24:\"userlogin-signwithsecure\";i:429;s:17:\"cannotlogin-title\";i:430;s:16:\"cannotlogin-text\";i:431;s:20:\"cannotloginnow-title\";i:432;s:19:\"cannotloginnow-text\";i:433;s:25:\"cannotcreateaccount-title\";i:434;s:24:\"cannotcreateaccount-text\";i:435;s:14:\"yourdomainname\";i:436;s:25:\"password-change-forbidden\";i:437;s:15:\"externaldberror\";i:438;s:14:\"login-security\";i:439;s:11:\"loginprompt\";i:440;s:18:\"userlogout-summary\";i:441;s:19:\"userlogin-noaccount\";i:442;s:21:\"userlogin-joinproject\";i:443;s:13:\"createaccount\";i:444;s:28:\"userlogin-resetpassword-link\";i:445;s:13:\"helplogin-url\";i:446;s:19:\"userlogin-helplink2\";i:447;s:18:\"userlogin-loggedin\";i:448;s:16:\"userlogin-reauth\";i:449;s:23:\"userlogin-createanother\";i:450;s:24:\"createacct-emailrequired\";i:451;s:24:\"createacct-emailoptional\";i:452;s:19:\"createacct-email-ph\";i:453;s:27:\"createacct-another-email-ph\";i:454;s:17:\"createaccountmail\";i:455;s:22:\"createaccountmail-help\";i:456;s:19:\"createacct-realname\";i:457;s:17:\"createacct-reason\";i:458;s:20:\"createacct-reason-ph\";i:459;s:22:\"createacct-reason-help\";i:460;s:25:\"createacct-reason-confirm\";i:461;s:26:\"createacct-imgcaptcha-help\";i:462;s:17:\"createacct-submit\";i:463;s:25:\"createacct-another-submit\";i:464;s:26:\"createacct-continue-submit\";i:465;s:34:\"createacct-another-continue-submit\";i:466;s:26:\"createacct-benefit-heading\";i:467;s:24:\"createacct-benefit-icon1\";i:468;s:24:\"createacct-benefit-head1\";i:469;s:24:\"createacct-benefit-body1\";i:470;s:24:\"createacct-benefit-icon2\";i:471;s:24:\"createacct-benefit-head2\";i:472;s:24:\"createacct-benefit-body2\";i:473;s:24:\"createacct-benefit-icon3\";i:474;s:24:\"createacct-benefit-head3\";i:475;s:24:\"createacct-benefit-body3\";i:476;s:9:\"badretype\";i:477;s:18:\"usernameinprogress\";i:478;s:10:\"userexists\";i:479;s:24:\"createacct-normalization\";i:480;s:10:\"loginerror\";i:481;s:16:\"createacct-error\";i:482;s:18:\"createaccounterror\";i:483;s:12:\"nocookiesnew\";i:484;s:14:\"nocookieslogin\";i:485;s:15:\"nocookiesfornew\";i:486;s:17:\"nocookiesforlogin\";i:487;s:21:\"createacct-loginerror\";i:488;s:23:\"createacct-temp-warning\";i:489;s:6:\"noname\";i:490;s:17:\"loginsuccesstitle\";i:491;s:12:\"loginsuccess\";i:492;s:10:\"nosuchuser\";i:493;s:15:\"nosuchusershort\";i:494;s:15:\"nouserspecified\";i:495;s:17:\"login-userblocked\";i:496;s:13:\"wrongpassword\";i:497;s:18:\"wrongpasswordempty\";i:498;s:16:\"passwordtooshort\";i:499;s:15:\"passwordtoolong\";i:500;s:20:\"passwordincommonlist\";i:501;s:19:\"password-name-match\";i:502;s:33:\"password-substring-username-match\";i:503;s:24:\"password-login-forbidden\";i:504;s:14:\"mailmypassword\";i:505;s:21:\"passwordremindertitle\";i:506;s:20:\"passwordremindertext\";i:507;s:7:\"noemail\";i:508;s:13:\"noemailcreate\";i:509;s:12:\"passwordsent\";i:510;s:20:\"blocked-mailpassword\";i:511;s:12:\"eauthentsent\";i:512;s:22:\"throttled-mailpassword\";i:513;s:11:\"signupstart\";i:514;s:9:\"signupend\";i:515;s:15:\"signupend-https\";i:516;s:9:\"mailerror\";i:517;s:26:\"acct_creation_throttle_hit\";i:518;s:18:\"emailauthenticated\";i:519;s:21:\"emailnotauthenticated\";i:520;s:12:\"noemailprefs\";i:521;s:16:\"emailconfirmlink\";i:522;s:19:\"invalidemailaddress\";i:523;s:17:\"cannotchangeemail\";i:524;s:13:\"emaildisabled\";i:525;s:11:\"emailsender\";i:526;s:14:\"accountcreated\";i:527;s:18:\"accountcreatedtext\";i:528;s:19:\"createaccount-title\";i:529;s:18:\"createaccount-text\";i:530;s:15:\"login-throttled\";i:531;s:19:\"login-abort-generic\";i:532;s:22:\"login-migrated-generic\";i:533;s:18:\"loginlanguagelabel\";i:534;s:18:\"loginlanguagelinks\";i:535;s:21:\"suspicious-userlogout\";i:536;s:31:\"createacct-another-realname-tip\";i:537;s:8:\"pt-login\";i:538;s:15:\"pt-login-button\";i:539;s:24:\"pt-login-continue-button\";i:540;s:16:\"pt-createaccount\";i:541;s:13:\"pt-userlogout\";i:542;s:15:\"pear-mail-error\";i:543;s:14:\"php-mail-error\";i:544;s:22:\"php-mail-error-unknown\";i:545;s:17:\"user-mail-no-addy\";i:546;s:17:\"user-mail-no-body\";i:547;s:14:\"changepassword\";i:548;s:22:\"changepassword-summary\";i:549;s:18:\"resetpass_announce\";i:550;s:14:\"resetpass_text\";i:551;s:16:\"resetpass_header\";i:552;s:11:\"oldpassword\";i:553;s:11:\"newpassword\";i:554;s:9:\"retypenew\";i:555;s:16:\"resetpass_submit\";i:556;s:22:\"changepassword-success\";i:557;s:24:\"changepassword-throttled\";i:558;s:12:\"botpasswords\";i:559;s:20:\"botpasswords-summary\";i:560;s:21:\"botpasswords-disabled\";i:561;s:26:\"botpasswords-no-central-id\";i:562;s:21:\"botpasswords-existing\";i:563;s:22:\"botpasswords-createnew\";i:564;s:25:\"botpasswords-editexisting\";i:565;s:29:\"botpasswords-label-needsreset\";i:566;s:24:\"botpasswords-label-appid\";i:567;s:25:\"botpasswords-label-create\";i:568;s:25:\"botpasswords-label-update\";i:569;s:25:\"botpasswords-label-cancel\";i:570;s:25:\"botpasswords-label-delete\";i:571;s:32:\"botpasswords-label-resetpassword\";i:572;s:25:\"botpasswords-label-grants\";i:573;s:24:\"botpasswords-help-grants\";i:574;s:32:\"botpasswords-label-grants-column\";i:575;s:22:\"botpasswords-bad-appid\";i:576;s:33:\"botpasswords-toolong-restrictions\";i:577;s:27:\"botpasswords-toolong-grants\";i:578;s:26:\"botpasswords-insert-failed\";i:579;s:26:\"botpasswords-update-failed\";i:580;s:26:\"botpasswords-created-title\";i:581;s:25:\"botpasswords-created-body\";i:582;s:26:\"botpasswords-updated-title\";i:583;s:25:\"botpasswords-updated-body\";i:584;s:26:\"botpasswords-deleted-title\";i:585;s:25:\"botpasswords-deleted-body\";i:586;s:24:\"botpasswords-newpassword\";i:587;s:24:\"botpasswords-no-provider\";i:588;s:31:\"botpasswords-restriction-failed\";i:589;s:25:\"botpasswords-invalid-name\";i:590;s:22:\"botpasswords-not-exist\";i:591;s:24:\"botpasswords-needs-reset\";i:592;s:19:\"botpasswords-locked\";i:593;s:19:\"resetpass_forbidden\";i:594;s:26:\"resetpass_forbidden-reason\";i:595;s:17:\"resetpass-no-info\";i:596;s:25:\"resetpass-submit-loggedin\";i:597;s:23:\"resetpass-submit-cancel\";i:598;s:23:\"resetpass-wrong-oldpass\";i:599;s:18:\"resetpass-recycled\";i:600;s:22:\"resetpass-temp-emailed\";i:601;s:23:\"resetpass-temp-password\";i:602;s:23:\"resetpass-abort-generic\";i:603;s:17:\"resetpass-expired\";i:604;s:22:\"resetpass-expired-soft\";i:605;s:18:\"resetpass-validity\";i:606;s:23:\"resetpass-validity-soft\";i:607;s:13:\"passwordreset\";i:608;s:22:\"passwordreset-text-one\";i:609;s:23:\"passwordreset-text-many\";i:610;s:22:\"passwordreset-disabled\";i:611;s:27:\"passwordreset-emaildisabled\";i:612;s:22:\"passwordreset-username\";i:613;s:20:\"passwordreset-domain\";i:614;s:19:\"passwordreset-email\";i:615;s:24:\"passwordreset-emailtitle\";i:616;s:26:\"passwordreset-emailtext-ip\";i:617;s:28:\"passwordreset-emailtext-user\";i:618;s:26:\"passwordreset-emailelement\";i:619;s:21:\"passwordreset-success\";i:620;s:37:\"passwordreset-success-details-generic\";i:621;s:26:\"passwordreset-success-info\";i:622;s:37:\"passwordreset-emailtext-require-email\";i:623;s:22:\"passwordreset-nocaller\";i:624;s:26:\"passwordreset-nosuchcaller\";i:625;s:21:\"passwordreset-ignored\";i:626;s:20:\"passwordreset-nodata\";i:627;s:11:\"changeemail\";i:628;s:19:\"changeemail-summary\";i:629;s:18:\"changeemail-header\";i:630;s:19:\"changeemail-no-info\";i:631;s:20:\"changeemail-oldemail\";i:632;s:20:\"changeemail-newemail\";i:633;s:25:\"changeemail-newemail-help\";i:634;s:16:\"changeemail-none\";i:635;s:20:\"changeemail-password\";i:636;s:18:\"changeemail-submit\";i:637;s:21:\"changeemail-throttled\";i:638;s:20:\"changeemail-nochange\";i:639;s:21:\"changeemail-maxlength\";i:640;s:11:\"resettokens\";i:641;s:19:\"resettokens-summary\";i:642;s:16:\"resettokens-text\";i:643;s:21:\"resettokens-no-tokens\";i:644;s:18:\"resettokens-tokens\";i:645;s:23:\"resettokens-token-label\";i:646;s:27:\"resettokens-watchlist-token\";i:647;s:16:\"resettokens-done\";i:648;s:23:\"resettokens-resetbutton\";i:649;s:8:\"sig-text\";i:650;s:7:\"summary\";i:651;s:7:\"subject\";i:652;s:9:\"minoredit\";i:653;s:9:\"watchthis\";i:654;s:11:\"savearticle\";i:655;s:11:\"savechanges\";i:656;s:11:\"publishpage\";i:657;s:14:\"publishchanges\";i:658;s:17:\"savearticle-start\";i:659;s:17:\"savechanges-start\";i:660;s:17:\"publishpage-start\";i:661;s:20:\"publishchanges-start\";i:662;s:7:\"preview\";i:663;s:11:\"showpreview\";i:664;s:8:\"showdiff\";i:665;s:12:\"blankarticle\";i:666;s:15:\"anoneditwarning\";i:667;s:23:\"autocreate-edit-warning\";i:668;s:18:\"anonpreviewwarning\";i:669;s:26:\"autocreate-preview-warning\";i:670;s:14:\"missingsummary\";i:671;s:12:\"selfredirect\";i:672;s:18:\"missingcommenttext\";i:673;s:20:\"missingcommentheader\";i:674;s:15:\"summary-preview\";i:675;s:16:\"previewerrortext\";i:676;s:12:\"blockedtitle\";i:677;s:19:\"blockedtext-partial\";i:678;s:11:\"blockedtext\";i:679;s:15:\"autoblockedtext\";i:680;s:17:\"systemblockedtext\";i:681;s:15:\"blockednoreason\";i:682;s:21:\"blockedtext-composite\";i:683;s:25:\"blockedtext-composite-ids\";i:684;s:28:\"blockedtext-composite-no-ids\";i:685;s:28:\"blockedtext-composite-reason\";i:686;s:17:\"whitelistedittext\";i:687;s:15:\"confirmedittext\";i:688;s:18:\"nosuchsectiontitle\";i:689;s:17:\"nosuchsectiontext\";i:690;s:13:\"loginreqtitle\";i:691;s:12:\"loginreqlink\";i:692;s:16:\"loginreqpagetext\";i:693;s:12:\"accmailtitle\";i:694;s:11:\"accmailtext\";i:695;s:10:\"newarticle\";i:696;s:14:\"newarticletext\";i:697;s:18:\"newarticletextanon\";i:698;s:12:\"talkpagetext\";i:699;s:16:\"anontalkpagetext\";i:700;s:13:\"noarticletext\";i:701;s:26:\"noarticletext-nopermission\";i:702;s:17:\"noarticletextanon\";i:703;s:27:\"missing-revision-permission\";i:704;s:16:\"missing-revision\";i:705;s:24:\"missing-revision-content\";i:706;s:25:\"userpage-userdoesnotexist\";i:707;s:30:\"userpage-userdoesnotexist-view\";i:708;s:25:\"blocked-notice-logextract\";i:709;s:14:\"clearyourcache\";i:710;s:20:\"usercssyoucanpreview\";i:711;s:21:\"userjsonyoucanpreview\";i:712;s:19:\"userjsyoucanpreview\";i:713;s:14:\"usercsspreview\";i:714;s:15:\"userjsonpreview\";i:715;s:13:\"userjspreview\";i:716;s:14:\"sitecsspreview\";i:717;s:15:\"sitejsonpreview\";i:718;s:13:\"sitejspreview\";i:719;s:22:\"userinvalidconfigtitle\";i:720;s:7:\"updated\";i:721;s:4:\"note\";i:722;s:11:\"previewnote\";i:723;s:16:\"continue-editing\";i:724;s:15:\"previewconflict\";i:725;s:20:\"session_fail_preview\";i:726;s:25:\"session_fail_preview_html\";i:727;s:20:\"edit_form_incomplete\";i:728;s:7:\"editing\";i:729;s:24:\"edit-textarea-aria-label\";i:730;s:8:\"creating\";i:731;s:14:\"editingsection\";i:732;s:14:\"editingcomment\";i:733;s:12:\"editconflict\";i:734;s:17:\"editnotice-notext\";i:735;s:15:\"explainconflict\";i:736;s:8:\"yourtext\";i:737;s:13:\"storedversion\";i:738;s:10:\"editingold\";i:739;s:20:\"unicode-support-fail\";i:740;s:8:\"yourdiff\";i:741;s:16:\"copyrightwarning\";i:742;s:17:\"copyrightwarning2\";i:743;s:23:\"editpage-head-copy-warn\";i:744;s:20:\"editpage-tos-summary\";i:745;s:32:\"editpage-cannot-use-custom-model\";i:746;s:13:\"longpage-hint\";i:747;s:13:\"longpageerror\";i:748;s:15:\"readonlywarning\";i:749;s:20:\"protectedpagewarning\";i:750;s:24:\"semiprotectedpagewarning\";i:751;s:23:\"cascadeprotectedwarning\";i:752;s:21:\"titleprotectedwarning\";i:753;s:13:\"templatesused\";i:754;s:20:\"templatesusedpreview\";i:755;s:20:\"templatesusedsection\";i:756;s:18:\"template-protected\";i:757;s:22:\"template-semiprotected\";i:758;s:16:\"hiddencategories\";i:759;s:9:\"edittools\";i:760;s:16:\"edittools-upload\";i:761;s:12:\"nocreatetext\";i:762;s:17:\"nocreate-loggedin\";i:763;s:29:\"sectioneditnotsupported-title\";i:764;s:28:\"sectioneditnotsupported-text\";i:765;s:27:\"modeleditnotsupported-title\";i:766;s:26:\"modeleditnotsupported-text\";i:767;s:17:\"permissionserrors\";i:768;s:21:\"permissionserrorstext\";i:769;s:32:\"permissionserrorstext-withaction\";i:770;s:21:\"contentmodelediterror\";i:771;s:26:\"recreate-moveddeleted-warn\";i:772;s:19:\"moveddeleted-notice\";i:773;s:26:\"moveddeleted-notice-recent\";i:774;s:11:\"log-fulllog\";i:775;s:17:\"edit-hook-aborted\";i:776;s:17:\"edit-gone-missing\";i:777;s:13:\"edit-conflict\";i:778;s:14:\"edit-no-change\";i:779;s:21:\"edit-slots-cannot-add\";i:780;s:24:\"edit-slots-cannot-remove\";i:781;s:18:\"edit-slots-missing\";i:782;s:29:\"postedit-confirmation-created\";i:783;s:30:\"postedit-confirmation-restored\";i:784;s:27:\"postedit-confirmation-saved\";i:785;s:31:\"postedit-confirmation-published\";i:786;s:27:\"postedit-temp-created-label\";i:787;s:21:\"postedit-temp-created\";i:788;s:19:\"edit-already-exists\";i:789;s:18:\"addsection-preload\";i:790;s:20:\"addsection-editintro\";i:791;s:18:\"defaultmessagetext\";i:792;s:23:\"content-failed-to-parse\";i:793;s:20:\"invalid-content-data\";i:794;s:17:\"invalid-json-data\";i:795;s:24:\"content-not-allowed-here\";i:796;s:20:\"confirmleave-warning\";i:797;s:34:\"editpage-invalidcontentmodel-title\";i:798;s:33:\"editpage-invalidcontentmodel-text\";i:799;s:40:\"editpage-notsupportedcontentformat-title\";i:800;s:39:\"editpage-notsupportedcontentformat-text\";i:801;s:14:\"slot-name-main\";i:802;s:22:\"content-model-wikitext\";i:803;s:18:\"content-model-text\";i:804;s:24:\"content-model-javascript\";i:805;s:17:\"content-model-css\";i:806;s:18:\"content-model-json\";i:807;s:25:\"content-json-empty-object\";i:808;s:24:\"content-json-empty-array\";i:809;s:25:\"unsupported-content-model\";i:810;s:24:\"unsupported-content-diff\";i:811;s:25:\"unsupported-content-diff2\";i:812;s:22:\"duplicate-args-warning\";i:813;s:23:\"duplicate-args-category\";i:814;s:28:\"duplicate-args-category-desc\";i:815;s:32:\"expensive-parserfunction-warning\";i:816;s:33:\"expensive-parserfunction-category\";i:817;s:38:\"post-expand-template-inclusion-warning\";i:818;s:39:\"post-expand-template-inclusion-category\";i:819;s:37:\"post-expand-template-argument-warning\";i:820;s:38:\"post-expand-template-argument-category\";i:821;s:24:\"template-equals-category\";i:822;s:29:\"template-equals-category-desc\";i:823;s:23:\"template-equals-warning\";i:824;s:28:\"parser-template-loop-warning\";i:825;s:22:\"template-loop-category\";i:826;s:27:\"template-loop-category-desc\";i:827;s:21:\"template-loop-warning\";i:828;s:39:\"parser-template-recursion-depth-warning\";i:829;s:32:\"language-converter-depth-warning\";i:830;s:28:\"node-count-exceeded-category\";i:831;s:33:\"node-count-exceeded-category-desc\";i:832;s:27:\"node-count-exceeded-warning\";i:833;s:33:\"expansion-depth-exceeded-category\";i:834;s:38:\"expansion-depth-exceeded-category-desc\";i:835;s:32:\"expansion-depth-exceeded-warning\";i:836;s:27:\"parser-unstrip-loop-warning\";i:837;s:21:\"unstrip-depth-warning\";i:838;s:22:\"unstrip-depth-category\";i:839;s:27:\"unstrip-depth-category-desc\";i:840;s:20:\"unstrip-size-warning\";i:841;s:21:\"unstrip-size-category\";i:842;s:26:\"unstrip-size-category-desc\";i:843;s:27:\"converter-manual-rule-error\";i:844;s:12:\"undo-success\";i:845;s:12:\"undo-failure\";i:846;s:19:\"undo-main-slot-only\";i:847;s:10:\"undo-norev\";i:848;s:13:\"undo-nochange\";i:849;s:12:\"undo-summary\";i:850;s:17:\"undo-summary-anon\";i:851;s:19:\"undo-summary-import\";i:852;s:20:\"undo-summary-import2\";i:853;s:28:\"undo-summary-username-hidden\";i:854;s:26:\"createaccount-hook-aborted\";i:855;s:12:\"viewpagelogs\";i:856;s:22:\"viewpagelogs-lowercase\";i:857;s:9:\"nohistory\";i:858;s:10:\"currentrev\";i:859;s:15:\"currentrev-asof\";i:860;s:12:\"revisionasof\";i:861;s:13:\"revision-info\";i:862;s:21:\"revision-info-current\";i:863;s:12:\"revision-nav\";i:864;s:16:\"previousrevision\";i:865;s:12:\"nextrevision\";i:866;s:19:\"currentrevisionlink\";i:867;s:3:\"cur\";i:868;s:11:\"tooltip-cur\";i:869;s:4:\"next\";i:870;s:4:\"last\";i:871;s:12:\"tooltip-last\";i:872;s:10:\"page_first\";i:873;s:9:\"page_last\";i:874;s:10:\"histlegend\";i:875;s:22:\"history-fieldset-title\";i:876;s:20:\"history-show-deleted\";i:877;s:17:\"history_copyright\";i:878;s:9:\"histfirst\";i:879;s:8:\"histlast\";i:880;s:11:\"historysize\";i:881;s:12:\"historyempty\";i:882;s:18:\"history-feed-title\";i:883;s:24:\"history-feed-description\";i:884;s:27:\"history-feed-item-nocomment\";i:885;s:18:\"history-feed-empty\";i:886;s:17:\"history-edit-tags\";i:887;s:13:\"history-empty\";i:888;s:19:\"rev-deleted-comment\";i:889;s:16:\"rev-deleted-user\";i:890;s:17:\"rev-deleted-event\";i:891;s:25:\"rev-deleted-user-contribs\";i:892;s:27:\"rev-deleted-text-permission\";i:893;s:19:\"rev-suppressed-text\";i:894;s:30:\"rev-suppressed-text-permission\";i:895;s:23:\"rev-deleted-text-unhide\";i:896;s:26:\"rev-suppressed-text-unhide\";i:897;s:21:\"rev-deleted-text-view\";i:898;s:24:\"rev-suppressed-text-view\";i:899;s:19:\"rev-deleted-no-diff\";i:900;s:22:\"rev-suppressed-no-diff\";i:901;s:23:\"rev-deleted-unhide-diff\";i:902;s:26:\"rev-suppressed-unhide-diff\";i:903;s:21:\"rev-deleted-diff-view\";i:904;s:24:\"rev-suppressed-diff-view\";i:905;s:12:\"rev-delundel\";i:906;s:15:\"rev-showdeleted\";i:907;s:14:\"revisiondelete\";i:908;s:23:\"revdelete-nooldid-title\";i:909;s:22:\"revdelete-nooldid-text\";i:910;s:17:\"revdelete-no-file\";i:911;s:27:\"revdelete-show-file-confirm\";i:912;s:26:\"revdelete-show-file-submit\";i:913;s:23:\"revdelete-selected-text\";i:914;s:23:\"revdelete-selected-file\";i:915;s:18:\"logdelete-selected\";i:916;s:19:\"revdelete-text-text\";i:917;s:19:\"revdelete-text-file\";i:918;s:14:\"logdelete-text\";i:919;s:21:\"revdelete-text-others\";i:920;s:17:\"revdelete-confirm\";i:921;s:23:\"revdelete-suppress-text\";i:922;s:16:\"revdelete-legend\";i:923;s:19:\"revdelete-hide-text\";i:924;s:20:\"revdelete-hide-image\";i:925;s:19:\"revdelete-hide-name\";i:926;s:22:\"revdelete-hide-comment\";i:927;s:19:\"revdelete-hide-user\";i:928;s:25:\"revdelete-hide-restricted\";i:929;s:20:\"revdelete-radio-same\";i:930;s:19:\"revdelete-radio-set\";i:931;s:21:\"revdelete-radio-unset\";i:932;s:18:\"revdelete-suppress\";i:933;s:20:\"revdelete-unsuppress\";i:934;s:13:\"revdelete-log\";i:935;s:16:\"revdelete-submit\";i:936;s:17:\"revdelete-success\";i:937;s:17:\"revdelete-failure\";i:938;s:17:\"logdelete-success\";i:939;s:17:\"logdelete-failure\";i:940;s:14:\"revdel-restore\";i:941;s:8:\"pagehist\";i:942;s:11:\"deletedhist\";i:943;s:22:\"revdelete-hide-current\";i:944;s:24:\"revdelete-show-no-access\";i:945;s:26:\"revdelete-modify-no-access\";i:946;s:24:\"revdelete-modify-missing\";i:947;s:19:\"revdelete-no-change\";i:948;s:27:\"revdelete-concurrent-change\";i:949;s:25:\"revdelete-only-restricted\";i:950;s:25:\"revdelete-reason-dropdown\";i:951;s:34:\"revdelete-reason-dropdown-suppress\";i:952;s:21:\"revdelete-otherreason\";i:953;s:25:\"revdelete-reasonotherlist\";i:954;s:25:\"revdelete-edit-reasonlist\";i:955;s:34:\"revdelete-edit-reasonlist-suppress\";i:956;s:18:\"revdelete-offender\";i:957;s:14:\"suppressionlog\";i:958;s:18:\"suppressionlogtext\";i:959;s:12:\"mergehistory\";i:960;s:19:\"mergehistory-header\";i:961;s:16:\"mergehistory-box\";i:962;s:17:\"mergehistory-from\";i:963;s:17:\"mergehistory-into\";i:964;s:17:\"mergehistory-list\";i:965;s:18:\"mergehistory-merge\";i:966;s:15:\"mergehistory-go\";i:967;s:19:\"mergehistory-submit\";i:968;s:18:\"mergehistory-empty\";i:969;s:17:\"mergehistory-done\";i:970;s:17:\"mergehistory-fail\";i:971;s:31:\"mergehistory-fail-bad-timestamp\";i:972;s:32:\"mergehistory-fail-invalid-source\";i:973;s:30:\"mergehistory-fail-invalid-dest\";i:974;s:27:\"mergehistory-fail-no-change\";i:975;s:28:\"mergehistory-fail-permission\";i:976;s:28:\"mergehistory-fail-self-merge\";i:977;s:36:\"mergehistory-fail-timestamps-overlap\";i:978;s:24:\"mergehistory-fail-toobig\";i:979;s:41:\"mergehistory-warning-redirect-not-created\";i:980;s:22:\"mergehistory-no-source\";i:981;s:27:\"mergehistory-no-destination\";i:982;s:27:\"mergehistory-invalid-source\";i:983;s:32:\"mergehistory-invalid-destination\";i:984;s:24:\"mergehistory-autocomment\";i:985;s:20:\"mergehistory-comment\";i:986;s:29:\"mergehistory-same-destination\";i:987;s:19:\"mergehistory-reason\";i:988;s:34:\"mergehistory-source-deleted-reason\";i:989;s:27:\"mergehistory-source-deleted\";i:990;s:24:\"mergehistory-revisionrow\";i:991;s:26:\"mergehistory-redirect-text\";i:992;s:8:\"mergelog\";i:993;s:18:\"pagemerge-logentry\";i:994;s:11:\"revertmerge\";i:995;s:16:\"mergelogpagetext\";i:996;s:13:\"history-title\";i:997;s:16:\"difference-title\";i:998;s:26:\"difference-title-multipage\";i:999;s:20:\"difference-multipage\";i:1000;s:6:\"lineno\";i:1001;s:23:\"compareselectedversions\";i:1002;s:24:\"showhideselectedversions\";i:1003;s:8:\"editundo\";i:1004;s:10:\"diff-empty\";i:1005;s:19:\"diff-multi-sameuser\";i:1006;s:21:\"diff-multi-otherusers\";i:1007;s:20:\"diff-multi-manyusers\";i:1008;s:26:\"diff-paragraph-moved-tonew\";i:1009;s:26:\"diff-paragraph-moved-toold\";i:1010;s:27:\"difference-missing-revision\";i:1011;s:14:\"search-summary\";i:1012;s:13:\"searchresults\";i:1013;s:26:\"search-filter-title-prefix\";i:1014;s:32:\"search-filter-title-prefix-reset\";i:1015;s:19:\"searchresults-title\";i:1016;s:12:\"titlematches\";i:1017;s:11:\"textmatches\";i:1018;s:13:\"notextmatches\";i:1019;s:5:\"prevn\";i:1020;s:5:\"nextn\";i:1021;s:9:\"prev-page\";i:1022;s:9:\"next-page\";i:1023;s:11:\"prevn-title\";i:1024;s:11:\"nextn-title\";i:1025;s:11:\"shown-title\";i:1026;s:12:\"viewprevnext\";i:1027;s:17:\"searchmenu-exists\";i:1028;s:14:\"searchmenu-new\";i:1029;s:23:\"searchmenu-new-nocreate\";i:1030;s:22:\"searchprofile-articles\";i:1031;s:20:\"searchprofile-images\";i:1032;s:24:\"searchprofile-everything\";i:1033;s:22:\"searchprofile-advanced\";i:1034;s:30:\"searchprofile-articles-tooltip\";i:1035;s:28:\"searchprofile-images-tooltip\";i:1036;s:32:\"searchprofile-everything-tooltip\";i:1037;s:30:\"searchprofile-advanced-tooltip\";i:1038;s:18:\"search-result-size\";i:1039;s:27:\"search-result-category-size\";i:1040;s:15:\"search-redirect\";i:1041;s:14:\"search-section\";i:1042;s:15:\"search-category\";i:1043;s:17:\"search-file-match\";i:1044;s:14:\"search-suggest\";i:1045;s:16:\"search-rewritten\";i:1046;s:31:\"search-interwiki-resultset-link\";i:1047;s:23:\"search-interwiki-custom\";i:1048;s:21:\"search-interwiki-more\";i:1049;s:29:\"search-interwiki-more-results\";i:1050;s:21:\"search-relatedarticle\";i:1051;s:25:\"search-invalid-sort-order\";i:1052;s:22:\"search-unknown-profile\";i:1053;s:13:\"searchrelated\";i:1054;s:9:\"searchall\";i:1055;s:14:\"showingresults\";i:1056;s:21:\"showingresultsinrange\";i:1057;s:21:\"search-showingresults\";i:1058;s:16:\"search-nonefound\";i:1059;s:25:\"search-nonefound-thiswiki\";i:1060;s:18:\"powersearch-legend\";i:1061;s:14:\"powersearch-ns\";i:1062;s:23:\"powersearch-togglelabel\";i:1063;s:21:\"powersearch-toggleall\";i:1064;s:22:\"powersearch-togglenone\";i:1065;s:20:\"powersearch-remember\";i:1066;s:15:\"search-external\";i:1067;s:14:\"searchdisabled\";i:1068;s:12:\"googlesearch\";i:1069;s:12:\"search-error\";i:1070;s:14:\"search-warning\";i:1071;s:15:\"opensearch-desc\";i:1072;s:11:\"preferences\";i:1073;s:19:\"preferences-summary\";i:1074;s:13:\"mypreferences\";i:1075;s:11:\"prefs-edits\";i:1076;s:17:\"prefsnologintext2\";i:1077;s:10:\"prefs-skin\";i:1078;s:16:\"prefs-skin-prefs\";i:1079;s:21:\"prefs-skin-responsive\";i:1080;s:26:\"prefs-help-skin-responsive\";i:1081;s:12:\"skin-preview\";i:1082;s:11:\"datedefault\";i:1083;s:10:\"prefs-labs\";i:1084;s:16:\"prefs-user-pages\";i:1085;s:14:\"prefs-personal\";i:1086;s:8:\"prefs-rc\";i:1087;s:15:\"prefs-watchlist\";i:1088;s:19:\"prefs-editwatchlist\";i:1089;s:25:\"prefs-editwatchlist-label\";i:1090;s:24:\"prefs-editwatchlist-edit\";i:1091;s:23:\"prefs-editwatchlist-raw\";i:1092;s:25:\"prefs-editwatchlist-clear\";i:1093;s:20:\"prefs-watchlist-days\";i:1094;s:24:\"prefs-watchlist-days-max\";i:1095;s:21:\"prefs-watchlist-edits\";i:1096;s:25:\"prefs-watchlist-edits-max\";i:1097;s:21:\"prefs-watchlist-token\";i:1098;s:28:\"prefs-watchlist-managetokens\";i:1099;s:10:\"prefs-misc\";i:1100;s:15:\"prefs-resetpass\";i:1101;s:17:\"prefs-changeemail\";i:1102;s:14:\"prefs-setemail\";i:1103;s:11:\"prefs-email\";i:1104;s:15:\"prefs-rendering\";i:1105;s:16:\"prefs-searchmisc\";i:1106;s:9:\"saveprefs\";i:1107;s:12:\"restoreprefs\";i:1108;s:13:\"prefs-editing\";i:1109;s:17:\"recentchangesdays\";i:1110;s:21:\"recentchangesdays-max\";i:1111;s:18:\"recentchangescount\";i:1112;s:29:\"prefs-help-recentchangescount\";i:1113;s:27:\"prefs-help-watchlist-token2\";i:1114;s:26:\"prefs-help-tokenmanagement\";i:1115;s:29:\"prefs-user-downloaddata-label\";i:1116;s:28:\"prefs-user-downloaddata-info\";i:1117;s:36:\"prefs-user-downloaddata-help-message\";i:1118;s:29:\"prefs-user-restoreprefs-label\";i:1119;s:28:\"prefs-user-restoreprefs-info\";i:1120;s:10:\"savedprefs\";i:1121;s:11:\"savedrights\";i:1122;s:14:\"timezonelegend\";i:1123;s:9:\"localtime\";i:1124;s:24:\"timezoneuseserverdefault\";i:1125;s:17:\"timezoneuseoffset\";i:1126;s:30:\"timezone-useoffset-placeholder\";i:1127;s:10:\"servertime\";i:1128;s:13:\"guesstimezone\";i:1129;s:21:\"timezoneregion-africa\";i:1130;s:22:\"timezoneregion-america\";i:1131;s:25:\"timezoneregion-antarctica\";i:1132;s:21:\"timezoneregion-arctic\";i:1133;s:19:\"timezoneregion-asia\";i:1134;s:23:\"timezoneregion-atlantic\";i:1135;s:24:\"timezoneregion-australia\";i:1136;s:21:\"timezoneregion-europe\";i:1137;s:21:\"timezoneregion-indian\";i:1138;s:22:\"timezoneregion-pacific\";i:1139;s:10:\"allowemail\";i:1140;s:27:\"email-allow-new-users-label\";i:1141;s:20:\"email-mutelist-label\";i:1142;s:19:\"prefs-searchoptions\";i:1143;s:16:\"prefs-namespaces\";i:1144;s:7:\"default\";i:1145;s:11:\"prefs-files\";i:1146;s:16:\"prefs-custom-css\";i:1147;s:17:\"prefs-custom-json\";i:1148;s:15:\"prefs-custom-js\";i:1149;s:19:\"prefs-common-config\";i:1150;s:17:\"prefs-reset-intro\";i:1151;s:19:\"prefs-reset-confirm\";i:1152;s:24:\"prefs-emailconfirm-label\";i:1153;s:9:\"youremail\";i:1154;s:8:\"username\";i:1155;s:20:\"prefs-memberingroups\";i:1156;s:25:\"prefs-memberingroups-type\";i:1157;s:33:\"group-membership-link-with-expiry\";i:1158;s:18:\"prefs-registration\";i:1159;s:28:\"prefs-registration-date-time\";i:1160;s:12:\"yourrealname\";i:1161;s:12:\"yourlanguage\";i:1162;s:11:\"yourvariant\";i:1163;s:18:\"prefs-help-variant\";i:1164;s:8:\"yournick\";i:1165;s:20:\"prefs-help-signature\";i:1166;s:6:\"badsig\";i:1167;s:10:\"badsightml\";i:1168;s:11:\"badsiglinks\";i:1169;s:11:\"badsigsubst\";i:1170;s:12:\"badsiglength\";i:1171;s:15:\"badsiglinebreak\";i:1172;s:29:\"linterror-bogus-image-options\";i:1173;s:29:\"linterror-deletable-table-tag\";i:1174;s:26:\"linterror-html5-misnesting\";i:1175;s:38:\"linterror-misc-tidy-replacement-issues\";i:1176;s:23:\"linterror-misnested-tag\";i:1177;s:25:\"linterror-missing-end-tag\";i:1178;s:28:\"linterror-multi-colon-escape\";i:1179;s:38:\"linterror-multiline-html-table-in-list\";i:1180;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1181;s:22:\"linterror-obsolete-tag\";i:1182;s:30:\"linterror-pwrap-bug-workaround\";i:1183;s:25:\"linterror-self-closed-tag\";i:1184;s:22:\"linterror-stripped-tag\";i:1185;s:23:\"linterror-tidy-font-bug\";i:1186;s:29:\"linterror-tidy-whitespace-bug\";i:1187;s:36:\"linterror-unclosed-quotes-in-heading\";i:1188;s:10:\"yourgender\";i:1189;s:14:\"gender-unknown\";i:1190;s:15:\"gender-notknown\";i:1191;s:11:\"gender-male\";i:1192;s:13:\"gender-female\";i:1193;s:17:\"prefs-help-gender\";i:1194;s:5:\"email\";i:1195;s:19:\"prefs-help-realname\";i:1196;s:16:\"prefs-help-email\";i:1197;s:23:\"prefs-help-email-others\";i:1198;s:25:\"prefs-help-email-required\";i:1199;s:23:\"prefs-help-requireemail\";i:1200;s:10:\"prefs-info\";i:1201;s:10:\"prefs-i18n\";i:1202;s:15:\"prefs-signature\";i:1203;s:31:\"prefs-signature-invalid-warning\";i:1204;s:27:\"prefs-signature-invalid-new\";i:1205;s:32:\"prefs-signature-invalid-disallow\";i:1206;s:31:\"prefs-signature-highlight-error\";i:1207;s:29:\"prefs-signature-error-details\";i:1208;s:16:\"prefs-dateformat\";i:1209;s:16:\"prefs-timeoffset\";i:1210;s:21:\"prefs-advancedediting\";i:1211;s:20:\"prefs-developertools\";i:1212;s:12:\"prefs-editor\";i:1213;s:16:\"prefs-discussion\";i:1214;s:13:\"prefs-preview\";i:1215;s:16:\"prefs-advancedrc\";i:1216;s:23:\"prefs-advancedrendering\";i:1217;s:27:\"prefs-advancedsearchoptions\";i:1218;s:23:\"prefs-advancedwatchlist\";i:1219;s:15:\"prefs-displayrc\";i:1220;s:22:\"prefs-displaywatchlist\";i:1221;s:15:\"prefs-changesrc\";i:1222;s:22:\"prefs-changeswatchlist\";i:1223;s:20:\"prefs-pageswatchlist\";i:1224;s:20:\"prefs-tokenwatchlist\";i:1225;s:11:\"prefs-diffs\";i:1226;s:23:\"prefs-help-prefershttps\";i:1227;s:26:\"prefs-tabs-navigation-hint\";i:1228;s:10:\"userrights\";i:1229;s:18:\"userrights-summary\";i:1230;s:22:\"userrights-lookup-user\";i:1231;s:24:\"userrights-user-editname\";i:1232;s:13:\"editusergroup\";i:1233;s:11:\"editinguser\";i:1234;s:17:\"viewinguserrights\";i:1235;s:24:\"userrights-editusergroup\";i:1236;s:24:\"userrights-viewusergroup\";i:1237;s:14:\"saveusergroups\";i:1238;s:23:\"userrights-groupsmember\";i:1239;s:28:\"userrights-groupsmember-auto\";i:1240;s:28:\"userrights-groupsmember-type\";i:1241;s:21:\"userrights-systemuser\";i:1242;s:22:\"userrights-groups-help\";i:1243;s:17:\"userrights-reason\";i:1244;s:23:\"userrights-no-interwiki\";i:1245;s:21:\"userrights-nodatabase\";i:1246;s:25:\"userrights-changeable-col\";i:1247;s:27:\"userrights-unchangeable-col\";i:1248;s:30:\"userrights-irreversible-marker\";i:1249;s:35:\"userrights-no-shorten-expiry-marker\";i:1250;s:25:\"userrights-expiry-current\";i:1251;s:22:\"userrights-expiry-none\";i:1252;s:17:\"userrights-expiry\";i:1253;s:26:\"userrights-expiry-existing\";i:1254;s:27:\"userrights-expiry-othertime\";i:1255;s:25:\"userrights-expiry-options\";i:1256;s:25:\"userrights-invalid-expiry\";i:1257;s:25:\"userrights-expiry-in-past\";i:1258;s:32:\"userrights-cannot-shorten-expiry\";i:1259;s:19:\"userrights-conflict\";i:1260;s:5:\"group\";i:1261;s:10:\"group-user\";i:1262;s:11:\"group-named\";i:1263;s:19:\"group-autoconfirmed\";i:1264;s:9:\"group-bot\";i:1265;s:11:\"group-sysop\";i:1266;s:21:\"group-interface-admin\";i:1267;s:16:\"group-bureaucrat\";i:1268;s:14:\"group-suppress\";i:1269;s:9:\"group-all\";i:1270;s:17:\"group-user-member\";i:1271;s:26:\"group-autoconfirmed-member\";i:1272;s:16:\"group-bot-member\";i:1273;s:18:\"group-sysop-member\";i:1274;s:28:\"group-interface-admin-member\";i:1275;s:23:\"group-bureaucrat-member\";i:1276;s:21:\"group-suppress-member\";i:1277;s:14:\"grouppage-user\";i:1278;s:15:\"grouppage-named\";i:1279;s:23:\"grouppage-autoconfirmed\";i:1280;s:13:\"grouppage-bot\";i:1281;s:15:\"grouppage-sysop\";i:1282;s:25:\"grouppage-interface-admin\";i:1283;s:20:\"grouppage-bureaucrat\";i:1284;s:18:\"grouppage-suppress\";i:1285;s:10:\"right-read\";i:1286;s:10:\"right-edit\";i:1287;s:16:\"right-createpage\";i:1288;s:16:\"right-createtalk\";i:1289;s:19:\"right-createaccount\";i:1290;s:23:\"right-autocreateaccount\";i:1291;s:15:\"right-minoredit\";i:1292;s:10:\"right-move\";i:1293;s:19:\"right-move-subpages\";i:1294;s:24:\"right-move-rootuserpages\";i:1295;s:24:\"right-move-categorypages\";i:1296;s:14:\"right-movefile\";i:1297;s:22:\"right-suppressredirect\";i:1298;s:12:\"right-upload\";i:1299;s:14:\"right-reupload\";i:1300;s:18:\"right-reupload-own\";i:1301;s:21:\"right-reupload-shared\";i:1302;s:19:\"right-upload_by_url\";i:1303;s:11:\"right-purge\";i:1304;s:19:\"right-autoconfirmed\";i:1305;s:9:\"right-bot\";i:1306;s:20:\"right-nominornewtalk\";i:1307;s:19:\"right-apihighlimits\";i:1308;s:14:\"right-writeapi\";i:1309;s:12:\"right-delete\";i:1310;s:21:\"right-delete-redirect\";i:1311;s:15:\"right-bigdelete\";i:1312;s:20:\"right-deletelogentry\";i:1313;s:20:\"right-deleterevision\";i:1314;s:20:\"right-deletedhistory\";i:1315;s:17:\"right-deletedtext\";i:1316;s:19:\"right-browsearchive\";i:1317;s:14:\"right-undelete\";i:1318;s:22:\"right-suppressrevision\";i:1319;s:20:\"right-viewsuppressed\";i:1320;s:20:\"right-suppressionlog\";i:1321;s:11:\"right-block\";i:1322;s:16:\"right-blockemail\";i:1323;s:14:\"right-hideuser\";i:1324;s:20:\"right-ipblock-exempt\";i:1325;s:17:\"right-unblockself\";i:1326;s:13:\"right-protect\";i:1327;s:19:\"right-editprotected\";i:1328;s:23:\"right-editsemiprotected\";i:1329;s:22:\"right-editcontentmodel\";i:1330;s:19:\"right-editinterface\";i:1331;s:17:\"right-editusercss\";i:1332;s:18:\"right-edituserjson\";i:1333;s:16:\"right-edituserjs\";i:1334;s:17:\"right-editsitecss\";i:1335;s:18:\"right-editsitejson\";i:1336;s:16:\"right-editsitejs\";i:1337;s:19:\"right-editmyusercss\";i:1338;s:20:\"right-editmyuserjson\";i:1339;s:18:\"right-editmyuserjs\";i:1340;s:26:\"right-editmyuserjsredirect\";i:1341;s:21:\"right-viewmywatchlist\";i:1342;s:21:\"right-editmywatchlist\";i:1343;s:23:\"right-viewmyprivateinfo\";i:1344;s:23:\"right-editmyprivateinfo\";i:1345;s:19:\"right-editmyoptions\";i:1346;s:14:\"right-rollback\";i:1347;s:18:\"right-markbotedits\";i:1348;s:17:\"right-noratelimit\";i:1349;s:12:\"right-import\";i:1350;s:18:\"right-importupload\";i:1351;s:12:\"right-patrol\";i:1352;s:16:\"right-autopatrol\";i:1353;s:17:\"right-patrolmarks\";i:1354;s:20:\"right-unwatchedpages\";i:1355;s:18:\"right-mergehistory\";i:1356;s:16:\"right-userrights\";i:1357;s:26:\"right-userrights-interwiki\";i:1358;s:15:\"right-siteadmin\";i:1359;s:27:\"right-override-export-depth\";i:1360;s:15:\"right-sendemail\";i:1361;s:22:\"right-managechangetags\";i:1362;s:21:\"right-applychangetags\";i:1363;s:16:\"right-changetags\";i:1364;s:22:\"right-deletechangetags\";i:1365;s:13:\"grant-generic\";i:1366;s:28:\"grant-group-page-interaction\";i:1367;s:28:\"grant-group-file-interaction\";i:1368;s:33:\"grant-group-watchlist-interaction\";i:1369;s:17:\"grant-group-email\";i:1370;s:23:\"grant-group-high-volume\";i:1371;s:25:\"grant-group-customization\";i:1372;s:26:\"grant-group-administration\";i:1373;s:31:\"grant-group-private-information\";i:1374;s:17:\"grant-group-other\";i:1375;s:16:\"grant-blockusers\";i:1376;s:19:\"grant-createaccount\";i:1377;s:24:\"grant-createeditmovepage\";i:1378;s:12:\"grant-delete\";i:1379;s:19:\"grant-editinterface\";i:1380;s:17:\"grant-editmycssjs\";i:1381;s:19:\"grant-editmyoptions\";i:1382;s:21:\"grant-editmywatchlist\";i:1383;s:20:\"grant-editsiteconfig\";i:1384;s:14:\"grant-editpage\";i:1385;s:19:\"grant-editprotected\";i:1386;s:16:\"grant-highvolume\";i:1387;s:12:\"grant-import\";i:1388;s:18:\"grant-mergehistory\";i:1389;s:15:\"grant-oversight\";i:1390;s:12:\"grant-patrol\";i:1391;s:17:\"grant-privateinfo\";i:1392;s:13:\"grant-protect\";i:1393;s:14:\"grant-rollback\";i:1394;s:15:\"grant-sendemail\";i:1395;s:24:\"grant-uploadeditmovefile\";i:1396;s:16:\"grant-uploadfile\";i:1397;s:11:\"grant-basic\";i:1398;s:17:\"grant-viewdeleted\";i:1399;s:21:\"grant-viewmywatchlist\";i:1400;s:24:\"grant-viewrestrictedlogs\";i:1401;s:14:\"newuserlogpage\";i:1402;s:18:\"newuserlogpagetext\";i:1403;s:9:\"rightslog\";i:1404;s:13:\"rightslogtext\";i:1405;s:11:\"action-read\";i:1406;s:22:\"skin-action-addsection\";i:1407;s:11:\"action-edit\";i:1408;s:17:\"action-createpage\";i:1409;s:17:\"action-createtalk\";i:1410;s:20:\"action-createaccount\";i:1411;s:24:\"action-autocreateaccount\";i:1412;s:14:\"action-history\";i:1413;s:16:\"action-minoredit\";i:1414;s:11:\"action-move\";i:1415;s:20:\"action-move-subpages\";i:1416;s:25:\"action-move-rootuserpages\";i:1417;s:25:\"action-move-categorypages\";i:1418;s:15:\"action-movefile\";i:1419;s:13:\"action-upload\";i:1420;s:15:\"action-reupload\";i:1421;s:22:\"action-reupload-shared\";i:1422;s:20:\"action-upload_by_url\";i:1423;s:15:\"action-writeapi\";i:1424;s:13:\"action-delete\";i:1425;s:22:\"action-delete-redirect\";i:1426;s:21:\"action-deleterevision\";i:1427;s:21:\"action-deletelogentry\";i:1428;s:21:\"action-deletedhistory\";i:1429;s:18:\"action-deletedtext\";i:1430;s:20:\"action-browsearchive\";i:1431;s:15:\"action-undelete\";i:1432;s:23:\"action-suppressrevision\";i:1433;s:21:\"action-suppressionlog\";i:1434;s:12:\"action-block\";i:1435;s:14:\"action-protect\";i:1436;s:15:\"action-rollback\";i:1437;s:13:\"action-import\";i:1438;s:19:\"action-importupload\";i:1439;s:13:\"action-patrol\";i:1440;s:17:\"action-autopatrol\";i:1441;s:21:\"action-unwatchedpages\";i:1442;s:19:\"action-mergehistory\";i:1443;s:17:\"action-userrights\";i:1444;s:27:\"action-userrights-interwiki\";i:1445;s:16:\"action-siteadmin\";i:1446;s:16:\"action-sendemail\";i:1447;s:20:\"action-editmyoptions\";i:1448;s:22:\"action-editmywatchlist\";i:1449;s:22:\"action-viewmywatchlist\";i:1450;s:24:\"action-viewmyprivateinfo\";i:1451;s:24:\"action-editmyprivateinfo\";i:1452;s:23:\"action-editcontentmodel\";i:1453;s:23:\"action-managechangetags\";i:1454;s:22:\"action-applychangetags\";i:1455;s:17:\"action-changetags\";i:1456;s:23:\"action-deletechangetags\";i:1457;s:12:\"action-purge\";i:1458;s:20:\"action-apihighlimits\";i:1459;s:20:\"action-autoconfirmed\";i:1460;s:16:\"action-bigdelete\";i:1461;s:17:\"action-blockemail\";i:1462;s:10:\"action-bot\";i:1463;s:20:\"action-editprotected\";i:1464;s:24:\"action-editsemiprotected\";i:1465;s:20:\"action-editinterface\";i:1466;s:18:\"action-editusercss\";i:1467;s:19:\"action-edituserjson\";i:1468;s:17:\"action-edituserjs\";i:1469;s:18:\"action-editsitecss\";i:1470;s:19:\"action-editsitejson\";i:1471;s:17:\"action-editsitejs\";i:1472;s:20:\"action-editmyusercss\";i:1473;s:21:\"action-editmyuserjson\";i:1474;s:19:\"action-editmyuserjs\";i:1475;s:27:\"action-editmyuserjsredirect\";i:1476;s:21:\"action-viewsuppressed\";i:1477;s:15:\"action-hideuser\";i:1478;s:21:\"action-ipblock-exempt\";i:1479;s:18:\"action-unblockself\";i:1480;s:18:\"action-noratelimit\";i:1481;s:19:\"action-reupload-own\";i:1482;s:21:\"action-nominornewtalk\";i:1483;s:19:\"action-markbotedits\";i:1484;s:18:\"action-patrolmarks\";i:1485;s:28:\"action-override-export-depth\";i:1486;s:23:\"action-suppressredirect\";i:1487;s:8:\"nchanges\";i:1488;s:6:\"ntimes\";i:1489;s:27:\"enhancedrc-since-last-visit\";i:1490;s:18:\"enhancedrc-history\";i:1491;s:13:\"recentchanges\";i:1492;s:17:\"recentchanges-url\";i:1493;s:20:\"recentchanges-legend\";i:1494;s:21:\"recentchanges-summary\";i:1495;s:17:\"recentchangestext\";i:1496;s:22:\"recentchanges-noresult\";i:1497;s:21:\"recentchanges-timeout\";i:1498;s:21:\"recentchanges-network\";i:1499;s:26:\"recentchanges-notargetpage\";i:1500;s:30:\"recentchanges-feed-description\";i:1501;s:27:\"recentchanges-label-newpage\";i:1502;s:25:\"recentchanges-label-minor\";i:1503;s:23:\"recentchanges-label-bot\";i:1504;s:31:\"recentchanges-label-unpatrolled\";i:1505;s:29:\"recentchanges-label-plusminus\";i:1506;s:28:\"recentchanges-legend-heading\";i:1507;s:28:\"recentchanges-legend-newpage\";i:1508;s:26:\"recentchanges-legend-minor\";i:1509;s:24:\"recentchanges-legend-bot\";i:1510;s:32:\"recentchanges-legend-unpatrolled\";i:1511;s:30:\"recentchanges-legend-plusminus\";i:1512;s:36:\"recentchanges-legend-watchlistexpiry\";i:1513;s:20:\"recentchanges-submit\";i:1514;s:20:\"rcfilters-tag-remove\";i:1515;s:24:\"rcfilters-legend-heading\";i:1516;s:28:\"rcfilters-other-review-tools\";i:1517;s:31:\"rcfilters-group-results-by-page\";i:1518;s:23:\"rcfilters-activefilters\";i:1519;s:28:\"rcfilters-activefilters-hide\";i:1520;s:28:\"rcfilters-activefilters-show\";i:1521;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1522;s:36:\"rcfilters-activefilters-show-tooltip\";i:1523;s:25:\"rcfilters-advancedfilters\";i:1524;s:21:\"rcfilters-limit-title\";i:1525;s:30:\"rcfilters-limit-and-date-label\";i:1526;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1527;s:26:\"rcfilters-date-popup-title\";i:1528;s:20:\"rcfilters-days-title\";i:1529;s:21:\"rcfilters-hours-title\";i:1530;s:24:\"rcfilters-days-show-days\";i:1531;s:25:\"rcfilters-days-show-hours\";i:1532;s:34:\"rcfilters-highlighted-filters-list\";i:1533;s:22:\"rcfilters-quickfilters\";i:1534;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1535;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1536;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1537;s:29:\"rcfilters-savedqueries-rename\";i:1538;s:33:\"rcfilters-savedqueries-setdefault\";i:1539;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1540;s:29:\"rcfilters-savedqueries-remove\";i:1541;s:37:\"rcfilters-savedqueries-new-name-label\";i:1542;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1543;s:34:\"rcfilters-savedqueries-apply-label\";i:1544;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1545;s:35:\"rcfilters-savedqueries-cancel-label\";i:1546;s:36:\"rcfilters-savedqueries-add-new-title\";i:1547;s:36:\"rcfilters-savedqueries-already-saved\";i:1548;s:33:\"rcfilters-restore-default-filters\";i:1549;s:27:\"rcfilters-clear-all-filters\";i:1550;s:26:\"rcfilters-show-new-changes\";i:1551;s:28:\"rcfilters-search-placeholder\";i:1552;s:35:\"rcfilters-search-placeholder-mobile\";i:1553;s:24:\"rcfilters-invalid-filter\";i:1554;s:22:\"rcfilters-empty-filter\";i:1555;s:26:\"rcfilters-filterlist-title\";i:1556;s:30:\"rcfilters-filterlist-whatsthis\";i:1557;s:31:\"rcfilters-highlightbutton-title\";i:1558;s:29:\"rcfilters-highlightmenu-title\";i:1559;s:28:\"rcfilters-highlightmenu-help\";i:1560;s:30:\"rcfilters-filterlist-noresults\";i:1561;s:28:\"rcfilters-noresults-conflict\";i:1562;s:30:\"rcfilters-state-message-subset\";i:1563;s:36:\"rcfilters-state-message-fullcoverage\";i:1564;s:32:\"rcfilters-filtergroup-authorship\";i:1565;s:34:\"rcfilters-filter-editsbyself-label\";i:1566;s:40:\"rcfilters-filter-editsbyself-description\";i:1567;s:35:\"rcfilters-filter-editsbyother-label\";i:1568;s:41:\"rcfilters-filter-editsbyother-description\";i:1569;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1570;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1571;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1572;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1573;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1574;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1575;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1576;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1577;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1578;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1579;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1580;s:31:\"rcfilters-filtergroup-automated\";i:1581;s:27:\"rcfilters-filter-bots-label\";i:1582;s:33:\"rcfilters-filter-bots-description\";i:1583;s:29:\"rcfilters-filter-humans-label\";i:1584;s:35:\"rcfilters-filter-humans-description\";i:1585;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1586;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1587;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1588;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1589;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1590;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1591;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1592;s:34:\"rcfilters-filtergroup-significance\";i:1593;s:28:\"rcfilters-filter-minor-label\";i:1594;s:34:\"rcfilters-filter-minor-description\";i:1595;s:28:\"rcfilters-filter-major-label\";i:1596;s:34:\"rcfilters-filter-major-description\";i:1597;s:31:\"rcfilters-filtergroup-watchlist\";i:1598;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1599;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1600;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1601;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1602;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1603;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1604;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1605;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1606;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1607;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1608;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1609;s:32:\"rcfilters-filtergroup-changetype\";i:1610;s:32:\"rcfilters-filter-pageedits-label\";i:1611;s:38:\"rcfilters-filter-pageedits-description\";i:1612;s:31:\"rcfilters-filter-newpages-label\";i:1613;s:37:\"rcfilters-filter-newpages-description\";i:1614;s:37:\"rcfilters-filter-categorization-label\";i:1615;s:43:\"rcfilters-filter-categorization-description\";i:1616;s:33:\"rcfilters-filter-logactions-label\";i:1617;s:39:\"rcfilters-filter-logactions-description\";i:1618;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1619;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1620;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1621;s:34:\"rcfilters-filtergroup-lastrevision\";i:1622;s:35:\"rcfilters-filter-lastrevision-label\";i:1623;s:41:\"rcfilters-filter-lastrevision-description\";i:1624;s:39:\"rcfilters-filter-previousrevision-label\";i:1625;s:45:\"rcfilters-filter-previousrevision-description\";i:1626;s:25:\"rcfilters-filter-excluded\";i:1627;s:30:\"rcfilters-tag-prefix-namespace\";i:1628;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1629;s:25:\"rcfilters-tag-prefix-tags\";i:1630;s:28:\"rcfilters-exclude-button-off\";i:1631;s:27:\"rcfilters-exclude-button-on\";i:1632;s:19:\"rcfilters-view-tags\";i:1633;s:33:\"rcfilters-view-namespaces-tooltip\";i:1634;s:27:\"rcfilters-view-tags-tooltip\";i:1635;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1636;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1637;s:28:\"rcfilters-liveupdates-button\";i:1638;s:37:\"rcfilters-liveupdates-button-title-on\";i:1639;s:38:\"rcfilters-liveupdates-button-title-off\";i:1640;s:35:\"rcfilters-watchlist-markseen-button\";i:1641;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1642;s:31:\"rcfilters-watchlist-showupdated\";i:1643;s:26:\"rcfilters-preference-label\";i:1644;s:25:\"rcfilters-preference-help\";i:1645;s:36:\"rcfilters-watchlist-preference-label\";i:1646;s:35:\"rcfilters-watchlist-preference-help\";i:1647;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1648;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1649;s:35:\"rcfilters-filter-showlinkedto-label\";i:1650;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1651;s:33:\"rcfilters-target-page-placeholder\";i:1652;s:27:\"rcfilters-allcontents-label\";i:1653;s:30:\"rcfilters-alldiscussions-label\";i:1654;s:10:\"rcnotefrom\";i:1655;s:15:\"rclistfromreset\";i:1656;s:10:\"rclistfrom\";i:1657;s:15:\"rcshowhideminor\";i:1658;s:20:\"rcshowhideminor-show\";i:1659;s:20:\"rcshowhideminor-hide\";i:1660;s:14:\"rcshowhidebots\";i:1661;s:19:\"rcshowhidebots-show\";i:1662;s:19:\"rcshowhidebots-hide\";i:1663;s:13:\"rcshowhideliu\";i:1664;s:18:\"rcshowhideliu-show\";i:1665;s:18:\"rcshowhideliu-hide\";i:1666;s:15:\"rcshowhideanons\";i:1667;s:20:\"rcshowhideanons-show\";i:1668;s:20:\"rcshowhideanons-hide\";i:1669;s:14:\"rcshowhidepatr\";i:1670;s:19:\"rcshowhidepatr-show\";i:1671;s:19:\"rcshowhidepatr-hide\";i:1672;s:14:\"rcshowhidemine\";i:1673;s:19:\"rcshowhidemine-show\";i:1674;s:19:\"rcshowhidemine-hide\";i:1675;s:24:\"rcshowhidecategorization\";i:1676;s:29:\"rcshowhidecategorization-show\";i:1677;s:29:\"rcshowhidecategorization-hide\";i:1678;s:7:\"rclinks\";i:1679;s:4:\"diff\";i:1680;s:4:\"hide\";i:1681;s:4:\"show\";i:1682;s:15:\"minoreditletter\";i:1683;s:13:\"newpageletter\";i:1684;s:13:\"boteditletter\";i:1685;s:17:\"unpatrolledletter\";i:1686;s:43:\"number-of-watching-users-for-recent-changes\";i:1687;s:14:\"rc-change-size\";i:1688;s:18:\"rc-change-size-new\";i:1689;s:17:\"newsectionsummary\";i:1690;s:12:\"rc-old-title\";i:1691;s:19:\"recentchangeslinked\";i:1692;s:24:\"recentchangeslinked-feed\";i:1693;s:27:\"recentchangeslinked-toolbox\";i:1694;s:25:\"recentchangeslinked-title\";i:1695;s:27:\"recentchangeslinked-summary\";i:1696;s:24:\"recentchangeslinked-page\";i:1697;s:22:\"recentchangeslinked-to\";i:1698;s:36:\"recentchanges-page-added-to-category\";i:1699;s:44:\"recentchanges-page-added-to-category-bundled\";i:1700;s:40:\"recentchanges-page-removed-from-category\";i:1701;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1702;s:19:\"autochange-username\";i:1703;s:6:\"upload\";i:1704;s:9:\"uploadbtn\";i:1705;s:12:\"reuploaddesc\";i:1706;s:15:\"upload-tryagain\";i:1707;s:23:\"upload-tryagain-nostash\";i:1708;s:13:\"uploadnologin\";i:1709;s:17:\"uploadnologintext\";i:1710;s:24:\"upload_directory_missing\";i:1711;s:26:\"upload_directory_read_only\";i:1712;s:11:\"uploaderror\";i:1713;s:14:\"upload-summary\";i:1714;s:23:\"upload-recreate-warning\";i:1715;s:10:\"uploadtext\";i:1716;s:16:\"upload-permitted\";i:1717;s:16:\"upload-preferred\";i:1718;s:17:\"upload-prohibited\";i:1719;s:12:\"uploadfooter\";i:1720;s:26:\"upload-default-description\";i:1721;s:13:\"uploadlogpage\";i:1722;s:17:\"uploadlogpagetext\";i:1723;s:8:\"filename\";i:1724;s:8:\"filedesc\";i:1725;s:17:\"fileuploadsummary\";i:1726;s:19:\"filereuploadsummary\";i:1727;s:10:\"filestatus\";i:1728;s:10:\"filesource\";i:1729;s:13:\"ignorewarning\";i:1730;s:14:\"ignorewarnings\";i:1731;s:10:\"minlength1\";i:1732;s:15:\"illegalfilename\";i:1733;s:16:\"filename-toolong\";i:1734;s:11:\"badfilename\";i:1735;s:22:\"filetype-mime-mismatch\";i:1736;s:16:\"filetype-badmime\";i:1737;s:20:\"filetype-bad-ie-mime\";i:1738;s:22:\"filetype-unwanted-type\";i:1739;s:20:\"filetype-banned-type\";i:1740;s:16:\"filetype-missing\";i:1741;s:10:\"empty-file\";i:1742;s:14:\"file-too-large\";i:1743;s:17:\"filename-tooshort\";i:1744;s:15:\"filetype-banned\";i:1745;s:18:\"verification-error\";i:1746;s:11:\"hookaborted\";i:1747;s:16:\"illegal-filename\";i:1748;s:9:\"overwrite\";i:1749;s:13:\"unknown-error\";i:1750;s:16:\"tmp-create-error\";i:1751;s:15:\"tmp-write-error\";i:1752;s:10:\"large-file\";i:1753;s:15:\"largefileserver\";i:1754;s:9:\"emptyfile\";i:1755;s:25:\"windows-nonascii-filename\";i:1756;s:10:\"fileexists\";i:1757;s:14:\"filepageexists\";i:1758;s:20:\"fileexists-extension\";i:1759;s:24:\"fileexists-thumbnail-yes\";i:1760;s:17:\"file-thumbnail-no\";i:1761;s:20:\"fileexists-forbidden\";i:1762;s:27:\"fileexists-shared-forbidden\";i:1763;s:20:\"fileexists-no-change\";i:1764;s:28:\"fileexists-duplicate-version\";i:1765;s:21:\"file-exists-duplicate\";i:1766;s:22:\"file-deleted-duplicate\";i:1767;s:30:\"file-deleted-duplicate-notitle\";i:1768;s:13:\"uploadwarning\";i:1769;s:18:\"uploadwarning-text\";i:1770;s:26:\"uploadwarning-text-nostash\";i:1771;s:8:\"savefile\";i:1772;s:13:\"uploadedimage\";i:1773;s:14:\"overwroteimage\";i:1774;s:14:\"uploaddisabled\";i:1775;s:18:\"copyuploaddisabled\";i:1776;s:18:\"uploaddisabledtext\";i:1777;s:22:\"php-uploaddisabledtext\";i:1778;s:14:\"uploadscripted\";i:1779;s:27:\"upload-scripted-pi-callback\";i:1780;s:19:\"upload-scripted-dtd\";i:1781;s:19:\"uploaded-script-svg\";i:1782;s:20:\"uploaded-hostile-svg\";i:1783;s:29:\"uploaded-event-handler-on-svg\";i:1784;s:27:\"uploaded-href-attribute-svg\";i:1785;s:31:\"uploaded-href-unsafe-target-svg\";i:1786;s:20:\"uploaded-animate-svg\";i:1787;s:34:\"uploaded-setting-event-handler-svg\";i:1788;s:25:\"uploaded-setting-href-svg\";i:1789;s:26:\"uploaded-wrong-setting-svg\";i:1790;s:28:\"uploaded-setting-handler-svg\";i:1791;s:23:\"uploaded-remote-url-svg\";i:1792;s:25:\"uploaded-image-filter-svg\";i:1793;s:23:\"uploadscriptednamespace\";i:1794;s:16:\"uploadinvalidxml\";i:1795;s:11:\"uploadvirus\";i:1796;s:13:\"upload-source\";i:1797;s:14:\"sourcefilename\";i:1798;s:9:\"sourceurl\";i:1799;s:12:\"destfilename\";i:1800;s:18:\"upload-maxfilesize\";i:1801;s:18:\"upload-description\";i:1802;s:14:\"upload-options\";i:1803;s:15:\"watchthisupload\";i:1804;s:14:\"filewasdeleted\";i:1805;s:19:\"filename-thumb-name\";i:1806;s:19:\"filename-bad-prefix\";i:1807;s:25:\"filename-prefix-blacklist\";i:1808;s:18:\"upload-proto-error\";i:1809;s:23:\"upload-proto-error-text\";i:1810;s:17:\"upload-file-error\";i:1811;s:22:\"upload-file-error-text\";i:1812;s:17:\"upload-misc-error\";i:1813;s:22:\"upload-misc-error-text\";i:1814;s:25:\"upload-too-many-redirects\";i:1815;s:17:\"upload-http-error\";i:1816;s:33:\"upload-copy-upload-invalid-domain\";i:1817;s:26:\"upload-foreign-cant-upload\";i:1818;s:31:\"upload-foreign-cant-load-config\";i:1819;s:22:\"upload-dialog-disabled\";i:1820;s:19:\"upload-dialog-title\";i:1821;s:27:\"upload-dialog-button-cancel\";i:1822;s:25:\"upload-dialog-button-back\";i:1823;s:25:\"upload-dialog-button-done\";i:1824;s:25:\"upload-dialog-button-save\";i:1825;s:27:\"upload-dialog-button-upload\";i:1826;s:32:\"upload-form-label-infoform-title\";i:1827;s:31:\"upload-form-label-infoform-name\";i:1828;s:39:\"upload-form-label-infoform-name-tooltip\";i:1829;s:38:\"upload-form-label-infoform-description\";i:1830;s:46:\"upload-form-label-infoform-description-tooltip\";i:1831;s:29:\"upload-form-label-usage-title\";i:1832;s:32:\"upload-form-label-usage-filename\";i:1833;s:26:\"upload-form-label-own-work\";i:1834;s:37:\"upload-form-label-infoform-categories\";i:1835;s:31:\"upload-form-label-infoform-date\";i:1836;s:48:\"upload-form-label-own-work-message-generic-local\";i:1837;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1838;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1839;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1840;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1841;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1842;s:19:\"backend-fail-stream\";i:1843;s:19:\"backend-fail-backup\";i:1844;s:22:\"backend-fail-notexists\";i:1845;s:19:\"backend-fail-hashes\";i:1846;s:18:\"backend-fail-sizes\";i:1847;s:20:\"backend-fail-notsame\";i:1848;s:24:\"backend-fail-invalidpath\";i:1849;s:19:\"backend-fail-delete\";i:1850;s:21:\"backend-fail-describe\";i:1851;s:26:\"backend-fail-alreadyexists\";i:1852;s:18:\"backend-fail-store\";i:1853;s:17:\"backend-fail-copy\";i:1854;s:17:\"backend-fail-move\";i:1855;s:21:\"backend-fail-opentemp\";i:1856;s:22:\"backend-fail-writetemp\";i:1857;s:22:\"backend-fail-closetemp\";i:1858;s:17:\"backend-fail-read\";i:1859;s:19:\"backend-fail-create\";i:1860;s:20:\"backend-fail-maxsize\";i:1861;s:21:\"backend-fail-readonly\";i:1862;s:19:\"backend-fail-synced\";i:1863;s:20:\"backend-fail-connect\";i:1864;s:21:\"backend-fail-internal\";i:1865;s:24:\"backend-fail-contenttype\";i:1866;s:22:\"backend-fail-batchsize\";i:1867;s:19:\"backend-fail-usable\";i:1868;s:17:\"backend-fail-stat\";i:1869;s:17:\"backend-fail-hash\";i:1870;s:21:\"lockmanager-notlocked\";i:1871;s:26:\"lockmanager-fail-closelock\";i:1872;s:27:\"lockmanager-fail-deletelock\";i:1873;s:28:\"lockmanager-fail-acquirelock\";i:1874;s:25:\"lockmanager-fail-openlock\";i:1875;s:28:\"lockmanager-fail-releaselock\";i:1876;s:26:\"lockmanager-fail-db-bucket\";i:1877;s:27:\"lockmanager-fail-db-release\";i:1878;s:28:\"lockmanager-fail-svr-acquire\";i:1879;s:28:\"lockmanager-fail-svr-release\";i:1880;s:25:\"lockmanager-fail-conflict\";i:1881;s:19:\"zip-file-open-error\";i:1882;s:16:\"zip-wrong-format\";i:1883;s:7:\"zip-bad\";i:1884;s:15:\"zip-unsupported\";i:1885;s:11:\"uploadstash\";i:1886;s:19:\"uploadstash-summary\";i:1887;s:17:\"uploadstash-clear\";i:1888;s:19:\"uploadstash-nofiles\";i:1889;s:20:\"uploadstash-badtoken\";i:1890;s:20:\"uploadstash-errclear\";i:1891;s:19:\"uploadstash-refresh\";i:1892;s:21:\"uploadstash-thumbnail\";i:1893;s:21:\"uploadstash-exception\";i:1894;s:20:\"uploadstash-bad-path\";i:1895;s:28:\"uploadstash-bad-path-invalid\";i:1896;s:33:\"uploadstash-bad-path-unknown-type\";i:1897;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1898;s:31:\"uploadstash-bad-path-no-handler\";i:1899;s:31:\"uploadstash-bad-path-bad-format\";i:1900;s:26:\"uploadstash-file-not-found\";i:1901;s:35:\"uploadstash-file-not-found-no-thumb\";i:1902;s:40:\"uploadstash-file-not-found-no-local-path\";i:1903;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1904;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1905;s:37:\"uploadstash-file-not-found-not-exists\";i:1906;s:26:\"uploadstash-file-too-large\";i:1907;s:25:\"uploadstash-not-logged-in\";i:1908;s:23:\"uploadstash-wrong-owner\";i:1909;s:23:\"uploadstash-no-such-key\";i:1910;s:23:\"uploadstash-zero-length\";i:1911;s:20:\"invalid-chunk-offset\";i:1912;s:21:\"img-auth-accessdenied\";i:1913;s:17:\"img-auth-notindir\";i:1914;s:17:\"img-auth-badtitle\";i:1915;s:15:\"img-auth-nofile\";i:1916;s:14:\"img-auth-isdir\";i:1917;s:18:\"img-auth-streaming\";i:1918;s:15:\"img-auth-public\";i:1919;s:15:\"img-auth-noread\";i:1920;s:16:\"http-invalid-url\";i:1921;s:19:\"http-invalid-scheme\";i:1922;s:18:\"http-request-error\";i:1923;s:15:\"http-read-error\";i:1924;s:14:\"http-timed-out\";i:1925;s:15:\"http-curl-error\";i:1926;s:15:\"http-bad-status\";i:1927;s:19:\"http-internal-error\";i:1928;s:18:\"upload-curl-error6\";i:1929;s:23:\"upload-curl-error6-text\";i:1930;s:19:\"upload-curl-error28\";i:1931;s:24:\"upload-curl-error28-text\";i:1932;s:7:\"license\";i:1933;s:14:\"license-header\";i:1934;s:9:\"nolicense\";i:1935;s:8:\"licenses\";i:1936;s:13:\"licenses-edit\";i:1937;s:17:\"license-nopreview\";i:1938;s:17:\"upload_source_url\";i:1939;s:18:\"upload_source_file\";i:1940;s:16:\"listfiles-delete\";i:1941;s:17:\"listfiles-summary\";i:1942;s:26:\"listfiles-userdoesnotexist\";i:1943;s:7:\"imgfile\";i:1944;s:9:\"listfiles\";i:1945;s:17:\"listfiles_subpage\";i:1946;s:15:\"listfiles_thumb\";i:1947;s:14:\"listfiles_date\";i:1948;s:14:\"listfiles_name\";i:1949;s:14:\"listfiles_user\";i:1950;s:14:\"listfiles_size\";i:1951;s:21:\"listfiles_description\";i:1952;s:15:\"listfiles_count\";i:1953;s:18:\"listfiles-show-all\";i:1954;s:23:\"listfiles-latestversion\";i:1955;s:27:\"listfiles-latestversion-yes\";i:1956;s:26:\"listfiles-latestversion-no\";i:1957;s:16:\"file-anchor-link\";i:1958;s:8:\"filehist\";i:1959;s:13:\"filehist-help\";i:1960;s:18:\"filehist-deleteall\";i:1961;s:18:\"filehist-deleteone\";i:1962;s:15:\"filehist-revert\";i:1963;s:16:\"filehist-current\";i:1964;s:17:\"filehist-datetime\";i:1965;s:14:\"filehist-thumb\";i:1966;s:18:\"filehist-thumbtext\";i:1967;s:16:\"filehist-nothumb\";i:1968;s:13:\"filehist-user\";i:1969;s:19:\"filehist-dimensions\";i:1970;s:17:\"filehist-filesize\";i:1971;s:16:\"filehist-comment\";i:1972;s:10:\"imagelinks\";i:1973;s:12:\"linkstoimage\";i:1974;s:17:\"linkstoimage-more\";i:1975;s:14:\"nolinkstoimage\";i:1976;s:16:\"morelinkstoimage\";i:1977;s:21:\"linkstoimage-redirect\";i:1978;s:16:\"duplicatesoffile\";i:1979;s:12:\"sharedupload\";i:1980;s:23:\"sharedupload-desc-there\";i:1981;s:22:\"sharedupload-desc-here\";i:1982;s:22:\"sharedupload-desc-edit\";i:1983;s:24:\"sharedupload-desc-create\";i:1984;s:24:\"shareddescriptionfollows\";i:1985;s:15:\"filepage-nofile\";i:1986;s:20:\"filepage-nofile-link\";i:1987;s:25:\"uploadnewversion-linktext\";i:1988;s:16:\"shared-repo-from\";i:1989;s:11:\"shared-repo\";i:1990;s:33:\"shared-repo-name-wikimediacommons\";i:1991;s:12:\"filepage.css\";i:1992;s:22:\"upload-disallowed-here\";i:1993;s:10:\"filerevert\";i:1994;s:17:\"filerevert-legend\";i:1995;s:16:\"filerevert-intro\";i:1996;s:18:\"filerevert-comment\";i:1997;s:25:\"filerevert-defaultcomment\";i:1998;s:17:\"filerevert-submit\";i:1999;s:18:\"filerevert-success\";i:2000;s:21:\"filerevert-badversion\";i:2001;s:20:\"filerevert-identical\";i:2002;s:10:\"filedelete\";i:2003;s:17:\"filedelete-legend\";i:2004;s:16:\"filedelete-intro\";i:2005;s:20:\"filedelete-intro-old\";i:2006;s:18:\"filedelete-comment\";i:2007;s:17:\"filedelete-submit\";i:2008;s:18:\"filedelete-success\";i:2009;s:22:\"filedelete-success-old\";i:2010;s:17:\"filedelete-nofile\";i:2011;s:21:\"filedelete-nofile-old\";i:2012;s:22:\"filedelete-otherreason\";i:2013;s:27:\"filedelete-reason-otherlist\";i:2014;s:26:\"filedelete-reason-dropdown\";i:2015;s:35:\"filedelete-reason-dropdown-suppress\";i:2016;s:26:\"filedelete-edit-reasonlist\";i:2017;s:35:\"filedelete-edit-reasonlist-suppress\";i:2018;s:22:\"filedelete-maintenance\";i:2019;s:28:\"filedelete-maintenance-title\";i:2020;s:10:\"mimesearch\";i:2021;s:18:\"mimesearch-summary\";i:2022;s:8:\"mimetype\";i:2023;s:8:\"download\";i:2024;s:14:\"unwatchedpages\";i:2025;s:22:\"unwatchedpages-summary\";i:2026;s:13:\"listredirects\";i:2027;s:21:\"listredirects-summary\";i:2028;s:19:\"listduplicatedfiles\";i:2029;s:27:\"listduplicatedfiles-summary\";i:2030;s:25:\"listduplicatedfiles-entry\";i:2031;s:15:\"unusedtemplates\";i:2032;s:23:\"unusedtemplates-summary\";i:2033;s:19:\"unusedtemplatestext\";i:2034;s:18:\"unusedtemplateswlh\";i:2035;s:10:\"randompage\";i:2036;s:18:\"randompage-nopages\";i:2037;s:14:\"randompage-url\";i:2038;s:16:\"randomincategory\";i:2039;s:32:\"randomincategory-invalidcategory\";i:2040;s:24:\"randomincategory-nopages\";i:2041;s:25:\"randomincategory-category\";i:2042;s:23:\"randomincategory-legend\";i:2043;s:23:\"randomincategory-submit\";i:2044;s:14:\"randomredirect\";i:2045;s:22:\"randomredirect-nopages\";i:2046;s:10:\"statistics\";i:2047;s:18:\"statistics-summary\";i:2048;s:23:\"statistics-header-pages\";i:2049;s:23:\"statistics-header-edits\";i:2050;s:23:\"statistics-header-users\";i:2051;s:23:\"statistics-header-hooks\";i:2052;s:19:\"statistics-articles\";i:2053;s:24:\"statistics-articles-desc\";i:2054;s:16:\"statistics-pages\";i:2055;s:21:\"statistics-pages-desc\";i:2056;s:16:\"statistics-files\";i:2057;s:21:\"statistics-files-desc\";i:2058;s:16:\"statistics-edits\";i:2059;s:24:\"statistics-edits-average\";i:2060;s:16:\"statistics-users\";i:2061;s:23:\"statistics-users-active\";i:2062;s:28:\"statistics-users-active-desc\";i:2063;s:17:\"statistics-footer\";i:2064;s:13:\"pageswithprop\";i:2065;s:21:\"pageswithprop-summary\";i:2066;s:20:\"pageswithprop-legend\";i:2067;s:18:\"pageswithprop-text\";i:2068;s:18:\"pageswithprop-prop\";i:2069;s:21:\"pageswithprop-reverse\";i:2070;s:25:\"pageswithprop-sortbyvalue\";i:2071;s:20:\"pageswithprop-submit\";i:2072;s:29:\"pageswithprop-prophidden-long\";i:2073;s:31:\"pageswithprop-prophidden-binary\";i:2074;s:15:\"doubleredirects\";i:2075;s:23:\"doubleredirects-summary\";i:2076;s:19:\"doubleredirectstext\";i:2077;s:26:\"double-redirect-fixed-move\";i:2078;s:33:\"double-redirect-fixed-maintenance\";i:2079;s:21:\"double-redirect-fixer\";i:2080;s:15:\"brokenredirects\";i:2081;s:23:\"brokenredirects-summary\";i:2082;s:19:\"brokenredirectstext\";i:2083;s:20:\"brokenredirects-edit\";i:2084;s:22:\"brokenredirects-delete\";i:2085;s:29:\"brokenredirects-delete-reason\";i:2086;s:16:\"withoutinterwiki\";i:2087;s:24:\"withoutinterwiki-summary\";i:2088;s:23:\"withoutinterwiki-legend\";i:2089;s:23:\"withoutinterwiki-submit\";i:2090;s:15:\"fewestrevisions\";i:2091;s:23:\"fewestrevisions-summary\";i:2092;s:6:\"nbytes\";i:2093;s:11:\"ncategories\";i:2094;s:11:\"ninterwikis\";i:2095;s:6:\"nlinks\";i:2096;s:8:\"nmembers\";i:2097;s:15:\"nmemberschanged\";i:2098;s:10:\"nrevisions\";i:2099;s:11:\"nimagelinks\";i:2100;s:14:\"ntransclusions\";i:2101;s:17:\"specialpage-empty\";i:2102;s:11:\"lonelypages\";i:2103;s:19:\"lonelypages-summary\";i:2104;s:15:\"lonelypagestext\";i:2105;s:18:\"uncategorizedpages\";i:2106;s:26:\"uncategorizedpages-summary\";i:2107;s:23:\"uncategorizedcategories\";i:2108;s:31:\"uncategorizedcategories-summary\";i:2109;s:19:\"uncategorizedimages\";i:2110;s:27:\"uncategorizedimages-summary\";i:2111;s:22:\"uncategorizedtemplates\";i:2112;s:30:\"uncategorizedtemplates-summary\";i:2113;s:38:\"uncategorized-categories-exceptionlist\";i:2114;s:16:\"unusedcategories\";i:2115;s:24:\"unusedcategories-summary\";i:2116;s:12:\"unusedimages\";i:2117;s:20:\"unusedimages-summary\";i:2118;s:16:\"wantedcategories\";i:2119;s:24:\"wantedcategories-summary\";i:2120;s:11:\"wantedpages\";i:2121;s:19:\"wantedpages-summary\";i:2122;s:20:\"wantedpages-badtitle\";i:2123;s:11:\"wantedfiles\";i:2124;s:19:\"wantedfiles-summary\";i:2125;s:18:\"wantedfiletext-cat\";i:2126;s:28:\"wantedfiletext-cat-noforeign\";i:2127;s:20:\"wantedfiletext-nocat\";i:2128;s:30:\"wantedfiletext-nocat-noforeign\";i:2129;s:15:\"wantedtemplates\";i:2130;s:23:\"wantedtemplates-summary\";i:2131;s:10:\"mostlinked\";i:2132;s:18:\"mostlinked-summary\";i:2133;s:20:\"mostlinkedcategories\";i:2134;s:28:\"mostlinkedcategories-summary\";i:2135;s:19:\"mostlinkedtemplates\";i:2136;s:27:\"mostlinkedtemplates-summary\";i:2137;s:14:\"mostcategories\";i:2138;s:22:\"mostcategories-summary\";i:2139;s:10:\"mostimages\";i:2140;s:18:\"mostimages-summary\";i:2141;s:14:\"mostinterwikis\";i:2142;s:22:\"mostinterwikis-summary\";i:2143;s:13:\"mostrevisions\";i:2144;s:21:\"mostrevisions-summary\";i:2145;s:11:\"prefixindex\";i:2146;s:21:\"prefixindex-namespace\";i:2147;s:19:\"prefixindex-summary\";i:2148;s:18:\"prefixindex-submit\";i:2149;s:17:\"prefixindex-strip\";i:2150;s:10:\"shortpages\";i:2151;s:18:\"shortpages-summary\";i:2152;s:9:\"longpages\";i:2153;s:17:\"longpages-summary\";i:2154;s:12:\"deadendpages\";i:2155;s:20:\"deadendpages-summary\";i:2156;s:16:\"deadendpagestext\";i:2157;s:14:\"protectedpages\";i:2158;s:22:\"protectedpages-filters\";i:2159;s:20:\"protectedpages-indef\";i:2160;s:22:\"protectedpages-summary\";i:2161;s:22:\"protectedpages-cascade\";i:2162;s:25:\"protectedpages-noredirect\";i:2163;s:32:\"cachedspecial-viewing-cached-ttl\";i:2164;s:19:\"protectedpagesempty\";i:2165;s:24:\"protectedpages-timestamp\";i:2166;s:19:\"protectedpages-page\";i:2167;s:21:\"protectedpages-expiry\";i:2168;s:24:\"protectedpages-performer\";i:2169;s:21:\"protectedpages-params\";i:2170;s:21:\"protectedpages-reason\";i:2171;s:21:\"protectedpages-submit\";i:2172;s:32:\"protectedpages-unknown-timestamp\";i:2173;s:32:\"protectedpages-unknown-performer\";i:2174;s:29:\"protectedpages-unknown-reason\";i:2175;s:15:\"protectedtitles\";i:2176;s:23:\"protectedtitles-summary\";i:2177;s:20:\"protectedtitlesempty\";i:2178;s:22:\"protectedtitles-submit\";i:2179;s:9:\"listusers\";i:2180;s:17:\"listusers-summary\";i:2181;s:19:\"listusers-editsonly\";i:2182;s:29:\"listusers-temporarygroupsonly\";i:2183;s:22:\"listusers-creationsort\";i:2184;s:14:\"listusers-desc\";i:2185;s:13:\"usereditcount\";i:2186;s:11:\"usercreated\";i:2187;s:8:\"newpages\";i:2188;s:16:\"newpages-summary\";i:2189;s:15:\"newpages-submit\";i:2190;s:17:\"newpages-username\";i:2191;s:12:\"ancientpages\";i:2192;s:20:\"ancientpages-summary\";i:2193;s:4:\"move\";i:2194;s:12:\"movethispage\";i:2195;s:16:\"unusedimagestext\";i:2196;s:37:\"unusedimagestext-categorizedimgisused\";i:2197;s:20:\"unusedcategoriestext\";i:2198;s:13:\"notargettitle\";i:2199;s:12:\"notargettext\";i:2200;s:11:\"nopagetitle\";i:2201;s:10:\"nopagetext\";i:2202;s:13:\"pager-newer-n\";i:2203;s:13:\"pager-older-n\";i:2204;s:8:\"suppress\";i:2205;s:18:\"querypage-disabled\";i:2206;s:7:\"apihelp\";i:2207;s:15:\"apihelp-summary\";i:2208;s:22:\"apihelp-no-such-module\";i:2209;s:12:\"apihelp-link\";i:2210;s:10:\"apisandbox\";i:2211;s:18:\"apisandbox-summary\";i:2212;s:17:\"apisandbox-jsonly\";i:2213;s:16:\"apisandbox-intro\";i:2214;s:17:\"apisandbox-submit\";i:2215;s:16:\"apisandbox-reset\";i:2216;s:16:\"apisandbox-retry\";i:2217;s:18:\"apisandbox-loading\";i:2218;s:21:\"apisandbox-load-error\";i:2219;s:24:\"apisandbox-no-parameters\";i:2220;s:19:\"apisandbox-helpurls\";i:2221;s:19:\"apisandbox-examples\";i:2222;s:29:\"apisandbox-dynamic-parameters\";i:2223;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2224;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2225;s:31:\"apisandbox-dynamic-error-exists\";i:2226;s:37:\"apisandbox-templated-parameter-reason\";i:2227;s:32:\"apisandbox-deprecated-parameters\";i:2228;s:22:\"apisandbox-fetch-token\";i:2229;s:20:\"apisandbox-add-multi\";i:2230;s:38:\"apisandbox-submit-invalid-fields-title\";i:2231;s:40:\"apisandbox-submit-invalid-fields-message\";i:2232;s:18:\"apisandbox-results\";i:2233;s:26:\"apisandbox-sending-request\";i:2234;s:26:\"apisandbox-loading-results\";i:2235;s:24:\"apisandbox-results-error\";i:2236;s:35:\"apisandbox-results-login-suppressed\";i:2237;s:37:\"apisandbox-request-selectformat-label\";i:2238;s:35:\"apisandbox-request-format-url-label\";i:2239;s:28:\"apisandbox-request-url-label\";i:2240;s:36:\"apisandbox-request-format-json-label\";i:2241;s:29:\"apisandbox-request-json-label\";i:2242;s:35:\"apisandbox-request-format-php-label\";i:2243;s:28:\"apisandbox-request-php-label\";i:2244;s:23:\"apisandbox-request-time\";i:2245;s:27:\"apisandbox-results-fixtoken\";i:2246;s:32:\"apisandbox-results-fixtoken-fail\";i:2247;s:21:\"apisandbox-alert-page\";i:2248;s:22:\"apisandbox-alert-field\";i:2249;s:19:\"apisandbox-continue\";i:2250;s:25:\"apisandbox-continue-clear\";i:2251;s:24:\"apisandbox-continue-help\";i:2252;s:22:\"apisandbox-param-limit\";i:2253;s:36:\"apisandbox-multivalue-all-namespaces\";i:2254;s:32:\"apisandbox-multivalue-all-values\";i:2255;s:11:\"booksources\";i:2256;s:19:\"booksources-summary\";i:2257;s:25:\"booksources-search-legend\";i:2258;s:16:\"booksources-isbn\";i:2259;s:18:\"booksources-search\";i:2260;s:16:\"booksources-text\";i:2261;s:24:\"booksources-invalid-isbn\";i:2262;s:22:\"magiclink-tracking-rfc\";i:2263;s:27:\"magiclink-tracking-rfc-desc\";i:2264;s:23:\"magiclink-tracking-pmid\";i:2265;s:28:\"magiclink-tracking-pmid-desc\";i:2266;s:23:\"magiclink-tracking-isbn\";i:2267;s:28:\"magiclink-tracking-isbn-desc\";i:2268;s:6:\"rfcurl\";i:2269;s:9:\"pubmedurl\";i:2270;s:19:\"specialloguserlabel\";i:2271;s:20:\"speciallogtitlelabel\";i:2272;s:3:\"log\";i:2273;s:20:\"logeventslist-submit\";i:2274;s:26:\"logeventslist-more-filters\";i:2275;s:24:\"logeventslist-patrol-log\";i:2276;s:21:\"logeventslist-tag-log\";i:2277;s:26:\"logeventslist-newusers-log\";i:2278;s:13:\"all-logs-page\";i:2279;s:11:\"alllogstext\";i:2280;s:8:\"logempty\";i:2281;s:18:\"log-title-wildcard\";i:2282;s:26:\"showhideselectedlogentries\";i:2283;s:13:\"log-edit-tags\";i:2284;s:15:\"checkbox-select\";i:2285;s:12:\"checkbox-all\";i:2286;s:13:\"checkbox-none\";i:2287;s:15:\"checkbox-invert\";i:2288;s:8:\"allpages\";i:2289;s:16:\"allpages-summary\";i:2290;s:8:\"nextpage\";i:2291;s:8:\"prevpage\";i:2292;s:12:\"allpagesfrom\";i:2293;s:10:\"allpagesto\";i:2294;s:11:\"allarticles\";i:2295;s:14:\"allinnamespace\";i:2296;s:14:\"allpagessubmit\";i:2297;s:14:\"allpagesprefix\";i:2298;s:16:\"allpagesbadtitle\";i:2299;s:15:\"allpages-bad-ns\";i:2300;s:23:\"allpages-hide-redirects\";i:2301;s:10:\"categories\";i:2302;s:18:\"categories-summary\";i:2303;s:17:\"categories-submit\";i:2304;s:18:\"categoriespagetext\";i:2305;s:14:\"categoriesfrom\";i:2306;s:20:\"deletedcontributions\";i:2307;s:28:\"deletedcontributions-summary\";i:2308;s:26:\"deletedcontributions-title\";i:2309;s:32:\"sp-deletedcontributions-contribs\";i:2310;s:10:\"linksearch\";i:2311;s:18:\"linksearch-summary\";i:2312;s:14:\"linksearch-pat\";i:2313;s:13:\"linksearch-ns\";i:2314;s:13:\"linksearch-ok\";i:2315;s:15:\"linksearch-text\";i:2316;s:15:\"linksearch-line\";i:2317;s:16:\"linksearch-error\";i:2318;s:13:\"listusersfrom\";i:2319;s:16:\"listusers-submit\";i:2320;s:18:\"listusers-noresult\";i:2321;s:17:\"listusers-blocked\";i:2322;s:11:\"activeusers\";i:2323;s:19:\"activeusers-summary\";i:2324;s:17:\"activeusers-intro\";i:2325;s:17:\"activeusers-count\";i:2326;s:16:\"activeusers-from\";i:2327;s:18:\"activeusers-groups\";i:2328;s:25:\"activeusers-excludegroups\";i:2329;s:20:\"activeusers-noresult\";i:2330;s:18:\"activeusers-submit\";i:2331;s:15:\"listgrouprights\";i:2332;s:23:\"listgrouprights-summary\";i:2333;s:19:\"listgrouprights-key\";i:2334;s:21:\"listgrouprights-group\";i:2335;s:22:\"listgrouprights-rights\";i:2336;s:24:\"listgrouprights-helppage\";i:2337;s:23:\"listgrouprights-members\";i:2338;s:29:\"listgrouprights-right-display\";i:2339;s:29:\"listgrouprights-right-revoked\";i:2340;s:24:\"listgrouprights-addgroup\";i:2341;s:27:\"listgrouprights-removegroup\";i:2342;s:28:\"listgrouprights-addgroup-all\";i:2343;s:31:\"listgrouprights-removegroup-all\";i:2344;s:29:\"listgrouprights-addgroup-self\";i:2345;s:32:\"listgrouprights-removegroup-self\";i:2346;s:33:\"listgrouprights-addgroup-self-all\";i:2347;s:36:\"listgrouprights-removegroup-self-all\";i:2348;s:42:\"listgrouprights-namespaceprotection-header\";i:2349;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2350;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2351;s:10:\"listgrants\";i:2352;s:18:\"listgrants-summary\";i:2353;s:16:\"listgrants-grant\";i:2354;s:17:\"listgrants-rights\";i:2355;s:24:\"listgrants-grant-display\";i:2356;s:18:\"trackingcategories\";i:2357;s:26:\"trackingcategories-summary\";i:2358;s:22:\"trackingcategories-msg\";i:2359;s:23:\"trackingcategories-name\";i:2360;s:23:\"trackingcategories-desc\";i:2361;s:31:\"restricted-displaytitle-ignored\";i:2362;s:36:\"restricted-displaytitle-ignored-desc\";i:2363;s:20:\"nonnumeric-formatnum\";i:2364;s:25:\"nonnumeric-formatnum-desc\";i:2365;s:21:\"noindex-category-desc\";i:2366;s:19:\"index-category-desc\";i:2367;s:44:\"post-expand-template-inclusion-category-desc\";i:2368;s:43:\"post-expand-template-argument-category-desc\";i:2369;s:38:\"expensive-parserfunction-category-desc\";i:2370;s:25:\"broken-file-category-desc\";i:2371;s:29:\"hidden-category-category-desc\";i:2372;s:25:\"trackingcategories-nodesc\";i:2373;s:27:\"trackingcategories-disabled\";i:2374;s:11:\"mailnologin\";i:2375;s:15:\"mailnologintext\";i:2376;s:9:\"emailuser\";i:2377;s:22:\"emailuser-title-target\";i:2378;s:24:\"emailuser-title-notarget\";i:2379;s:17:\"emailuser-summary\";i:2380;s:13:\"emailpagetext\";i:2381;s:15:\"defemailsubject\";i:2382;s:16:\"usermaildisabled\";i:2383;s:20:\"usermaildisabledtext\";i:2384;s:12:\"noemailtitle\";i:2385;s:11:\"noemailtext\";i:2386;s:15:\"nowikiemailtext\";i:2387;s:13:\"emailnotarget\";i:2388;s:11:\"emailtarget\";i:2389;s:13:\"emailusername\";i:2390;s:19:\"emailusernamesubmit\";i:2391;s:12:\"email-legend\";i:2392;s:9:\"emailfrom\";i:2393;s:7:\"emailto\";i:2394;s:12:\"emailsubject\";i:2395;s:12:\"emailmessage\";i:2396;s:9:\"emailsend\";i:2397;s:9:\"emailccme\";i:2398;s:14:\"emailccsubject\";i:2399;s:9:\"emailsent\";i:2400;s:13:\"emailsenttext\";i:2401;s:15:\"emailuserfooter\";i:2402;s:19:\"usermessage-summary\";i:2403;s:18:\"usermessage-editor\";i:2404;s:20:\"usermessage-template\";i:2405;s:9:\"watchlist\";i:2406;s:17:\"watchlist-summary\";i:2407;s:11:\"mywatchlist\";i:2408;s:13:\"watchlistfor2\";i:2409;s:11:\"nowatchlist\";i:2410;s:17:\"watchlistanontext\";i:2411;s:12:\"watchnologin\";i:2412;s:21:\"watchlistnotwatchable\";i:2413;s:8:\"addwatch\";i:2414;s:15:\"updatewatchlist\";i:2415;s:14:\"addedwatchtext\";i:2416;s:19:\"addedwatchtext-talk\";i:2417;s:20:\"addedwatchtext-short\";i:2418;s:30:\"addedwatchexpiry-options-label\";i:2419;s:21:\"addedwatchexpiryhours\";i:2420;s:26:\"addedwatchexpiryhours-talk\";i:2421;s:20:\"addedwatchexpirytext\";i:2422;s:25:\"addedwatchexpirytext-talk\";i:2423;s:26:\"addedwatchindefinitelytext\";i:2424;s:31:\"addedwatchindefinitelytext-talk\";i:2425;s:11:\"removewatch\";i:2426;s:16:\"removedwatchtext\";i:2427;s:21:\"removedwatchtext-talk\";i:2428;s:22:\"removedwatchtext-short\";i:2429;s:13:\"watchthispage\";i:2430;s:7:\"unwatch\";i:2431;s:15:\"unwatchthispage\";i:2432;s:12:\"notanarticle\";i:2433;s:13:\"notvisiblerev\";i:2434;s:17:\"watchlist-details\";i:2435;s:26:\"watchlist-expiry-days-left\";i:2436;s:33:\"watchlist-expiring-days-full-text\";i:2437;s:27:\"watchlist-expiry-hours-left\";i:2438;s:34:\"watchlist-expiring-hours-full-text\";i:2439;s:15:\"wlheader-enotif\";i:2440;s:20:\"wlheader-showupdated\";i:2441;s:6:\"wlnote\";i:2442;s:14:\"watchlist-hide\";i:2443;s:16:\"watchlist-submit\";i:2444;s:10:\"wlshowtime\";i:2445;s:15:\"wlshowhideminor\";i:2446;s:14:\"wlshowhidebots\";i:2447;s:13:\"wlshowhideliu\";i:2448;s:15:\"wlshowhideanons\";i:2449;s:14:\"wlshowhidepatr\";i:2450;s:14:\"wlshowhidemine\";i:2451;s:24:\"wlshowhidecategorization\";i:2452;s:17:\"watchlist-options\";i:2453;s:8:\"watching\";i:2454;s:10:\"unwatching\";i:2455;s:17:\"watchlist-unwatch\";i:2456;s:22:\"watchlist-unwatch-undo\";i:2457;s:12:\"enotif_reset\";i:2458;s:28:\"enotif_impersonal_salutation\";i:2459;s:22:\"enotif_subject_deleted\";i:2460;s:22:\"enotif_subject_created\";i:2461;s:20:\"enotif_subject_moved\";i:2462;s:23:\"enotif_subject_restored\";i:2463;s:22:\"enotif_subject_changed\";i:2464;s:25:\"enotif_body_intro_deleted\";i:2465;s:25:\"enotif_body_intro_created\";i:2466;s:23:\"enotif_body_intro_moved\";i:2467;s:26:\"enotif_body_intro_restored\";i:2468;s:25:\"enotif_body_intro_changed\";i:2469;s:18:\"enotif_lastvisited\";i:2470;s:15:\"enotif_lastdiff\";i:2471;s:18:\"enotif_anon_editor\";i:2472;s:11:\"enotif_body\";i:2473;s:16:\"enotif_minoredit\";i:2474;s:7:\"created\";i:2475;s:7:\"changed\";i:2476;s:21:\"deletepage-deletetalk\";i:2477;s:17:\"deletepage-submit\";i:2478;s:7:\"confirm\";i:2479;s:9:\"excontent\";i:2480;s:15:\"excontentauthor\";i:2481;s:13:\"exbeforeblank\";i:2482;s:14:\"delete-confirm\";i:2483;s:13:\"delete-legend\";i:2484;s:26:\"delete-talk-summary-prefix\";i:2485;s:14:\"historywarning\";i:2486;s:20:\"historyaction-submit\";i:2487;s:17:\"confirmdeletetext\";i:2488;s:14:\"actioncomplete\";i:2489;s:12:\"actionfailed\";i:2490;s:11:\"deletedtext\";i:2491;s:25:\"deleted-page-and-talkpage\";i:2492;s:10:\"dellogpage\";i:2493;s:14:\"dellogpagetext\";i:2494;s:11:\"deletionlog\";i:2495;s:15:\"log-name-create\";i:2496;s:22:\"log-description-create\";i:2497;s:22:\"logentry-create-create\";i:2498;s:8:\"reverted\";i:2499;s:13:\"deletecomment\";i:2500;s:17:\"deleteotherreason\";i:2501;s:21:\"deletereasonotherlist\";i:2502;s:21:\"deletereason-dropdown\";i:2503;s:30:\"deletereason-dropdown-suppress\";i:2504;s:22:\"delete-edit-reasonlist\";i:2505;s:31:\"delete-edit-reasonlist-suppress\";i:2506;s:13:\"delete-toobig\";i:2507;s:23:\"delete-toomanyrevisions\";i:2508;s:21:\"delete-warning-toobig\";i:2509;s:35:\"delete-error-associated-alreadytalk\";i:2510;s:36:\"delete-error-associated-doesnotexist\";i:2511;s:15:\"deleteprotected\";i:2512;s:26:\"deleting-backlinks-warning\";i:2513;s:25:\"deleting-subpages-warning\";i:2514;s:34:\"deleting-talkpage-subpages-warning\";i:2515;s:8:\"rollback\";i:2516;s:29:\"rollback-confirmation-confirm\";i:2517;s:25:\"rollback-confirmation-yes\";i:2518;s:24:\"rollback-confirmation-no\";i:2519;s:12:\"rollbacklink\";i:2520;s:17:\"rollbacklinkcount\";i:2521;s:26:\"rollbacklinkcount-morethan\";i:2522;s:14:\"rollbackfailed\";i:2523;s:21:\"rollback-missingparam\";i:2524;s:24:\"rollback-missingrevision\";i:2525;s:12:\"cantrollback\";i:2526;s:13:\"alreadyrolled\";i:2527;s:11:\"editcomment\";i:2528;s:10:\"revertpage\";i:2529;s:15:\"revertpage-anon\";i:2530;s:17:\"revertpage-nouser\";i:2531;s:16:\"rollback-success\";i:2532;s:20:\"sessionfailure-title\";i:2533;s:14:\"sessionfailure\";i:2534;s:18:\"changecontentmodel\";i:2535;s:25:\"changecontentmodel-legend\";i:2536;s:30:\"changecontentmodel-title-label\";i:2537;s:32:\"changecontentmodel-current-label\";i:2538;s:30:\"changecontentmodel-model-label\";i:2539;s:31:\"changecontentmodel-reason-label\";i:2540;s:25:\"changecontentmodel-submit\";i:2541;s:32:\"changecontentmodel-success-title\";i:2542;s:31:\"changecontentmodel-success-text\";i:2543;s:33:\"changecontentmodel-cannot-convert\";i:2544;s:34:\"changecontentmodel-nodirectediting\";i:2545;s:36:\"changecontentmodel-emptymodels-title\";i:2546;s:35:\"changecontentmodel-emptymodels-text\";i:2547;s:21:\"log-name-contentmodel\";i:2548;s:28:\"log-description-contentmodel\";i:2549;s:25:\"logentry-contentmodel-new\";i:2550;s:28:\"logentry-contentmodel-change\";i:2551;s:39:\"logentry-contentmodel-change-revertlink\";i:2552;s:35:\"logentry-contentmodel-change-revert\";i:2553;s:14:\"protectlogpage\";i:2554;s:14:\"protectlogtext\";i:2555;s:16:\"protectedarticle\";i:2556;s:25:\"modifiedarticleprotection\";i:2557;s:18:\"unprotectedarticle\";i:2558;s:22:\"movedarticleprotection\";i:2559;s:24:\"protectedarticle-comment\";i:2560;s:33:\"modifiedarticleprotection-comment\";i:2561;s:26:\"unprotectedarticle-comment\";i:2562;s:13:\"protect-title\";i:2563;s:24:\"protect-title-notallowed\";i:2564;s:14:\"prot_1movedto2\";i:2565;s:26:\"protect-badnamespace-title\";i:2566;s:25:\"protect-badnamespace-text\";i:2567;s:31:\"protect-norestrictiontypes-text\";i:2568;s:32:\"protect-norestrictiontypes-title\";i:2569;s:14:\"protect-legend\";i:2570;s:14:\"protectcomment\";i:2571;s:13:\"protectexpiry\";i:2572;s:22:\"protect_expiry_invalid\";i:2573;s:18:\"protect_expiry_old\";i:2574;s:27:\"protect-unchain-permissions\";i:2575;s:12:\"protect-text\";i:2576;s:22:\"protect-locked-blocked\";i:2577;s:21:\"protect-locked-dblock\";i:2578;s:21:\"protect-locked-access\";i:2579;s:17:\"protect-cascadeon\";i:2580;s:15:\"protect-default\";i:2581;s:16:\"protect-fallback\";i:2582;s:27:\"protect-level-autoconfirmed\";i:2583;s:19:\"protect-level-sysop\";i:2584;s:20:\"protect-summary-desc\";i:2585;s:23:\"protect-summary-cascade\";i:2586;s:16:\"protect-expiring\";i:2587;s:22:\"protect-expiring-local\";i:2588;s:25:\"protect-expiry-indefinite\";i:2589;s:15:\"protect-cascade\";i:2590;s:16:\"protect-cantedit\";i:2591;s:17:\"protect-othertime\";i:2592;s:20:\"protect-othertime-op\";i:2593;s:23:\"protect-existing-expiry\";i:2594;s:32:\"protect-existing-expiry-infinity\";i:2595;s:19:\"protect-otherreason\";i:2596;s:22:\"protect-otherreason-op\";i:2597;s:16:\"protect-dropdown\";i:2598;s:23:\"protect-edit-reasonlist\";i:2599;s:22:\"protect-expiry-options\";i:2600;s:16:\"restriction-type\";i:2601;s:17:\"restriction-level\";i:2602;s:12:\"minimum-size\";i:2603;s:12:\"maximum-size\";i:2604;s:8:\"pagesize\";i:2605;s:16:\"restriction-edit\";i:2606;s:16:\"restriction-move\";i:2607;s:18:\"restriction-create\";i:2608;s:18:\"restriction-upload\";i:2609;s:17:\"restriction-blank\";i:2610;s:23:\"restriction-level-sysop\";i:2611;s:31:\"restriction-level-autoconfirmed\";i:2612;s:21:\"restriction-level-all\";i:2613;s:8:\"undelete\";i:2614;s:16:\"undelete-summary\";i:2615;s:12:\"undeletepage\";i:2616;s:17:\"undeletepagetitle\";i:2617;s:15:\"viewdeletedpage\";i:2618;s:23:\"skin-action-viewdeleted\";i:2619;s:16:\"undeletepagetext\";i:2620;s:23:\"undelete-fieldset-title\";i:2621;s:17:\"undeleteextrahelp\";i:2622;s:17:\"undeleterevisions\";i:2623;s:15:\"undeletehistory\";i:2624;s:14:\"undeleterevdel\";i:2625;s:22:\"undeletehistorynoadmin\";i:2626;s:17:\"undelete-revision\";i:2627;s:24:\"undeleterevision-missing\";i:2628;s:32:\"undeleterevision-duplicate-revid\";i:2629;s:15:\"undelete-nodiff\";i:2630;s:11:\"undeletebtn\";i:2631;s:12:\"undeletelink\";i:2632;s:16:\"undeleteviewlink\";i:2633;s:21:\"undelete-undeletetalk\";i:2634;s:14:\"undeleteinvert\";i:2635;s:15:\"undeletecomment\";i:2636;s:14:\"cannotundelete\";i:2637;s:13:\"undeletedpage\";i:2638;s:15:\"undelete-header\";i:2639;s:21:\"undelete-search-title\";i:2640;s:19:\"undelete-search-box\";i:2641;s:22:\"undelete-search-prefix\";i:2642;s:20:\"undelete-search-full\";i:2643;s:22:\"undelete-search-submit\";i:2644;s:19:\"undelete-no-results\";i:2645;s:26:\"undelete-filename-mismatch\";i:2646;s:22:\"undelete-bad-store-key\";i:2647;s:22:\"undelete-cleanup-error\";i:2648;s:28:\"undelete-missing-filearchive\";i:2649;s:28:\"undelete-talk-summary-prefix\";i:2650;s:14:\"undelete-error\";i:2651;s:37:\"undelete-error-associated-alreadytalk\";i:2652;s:36:\"undelete-error-associated-notdeleted\";i:2653;s:26:\"undelete-show-file-confirm\";i:2654;s:25:\"undelete-show-file-submit\";i:2655;s:22:\"undelete-revision-row2\";i:2656;s:21:\"undelete-back-to-list\";i:2657;s:9:\"namespace\";i:2658;s:6:\"invert\";i:2659;s:14:\"tooltip-invert\";i:2660;s:28:\"tooltip-whatlinkshere-invert\";i:2661;s:21:\"namespace_association\";i:2662;s:29:\"tooltip-namespace_association\";i:2663;s:14:\"blanknamespace\";i:2664;s:13:\"contributions\";i:2665;s:23:\"tool-link-contributions\";i:2666;s:21:\"contributions-summary\";i:2667;s:19:\"contributions-title\";i:2668;s:9:\"mycontris\";i:2669;s:12:\"anoncontribs\";i:2670;s:11:\"contribsub2\";i:2671;s:22:\"contributions-subtitle\";i:2672;s:30:\"contributions-userdoesnotexist\";i:2673;s:32:\"negative-namespace-not-supported\";i:2674;s:10:\"nocontribs\";i:2675;s:5:\"uctop\";i:2676;s:5:\"month\";i:2677;s:4:\"year\";i:2678;s:4:\"date\";i:2679;s:25:\"sp-contributions-blocklog\";i:2680;s:28:\"sp-contributions-suppresslog\";i:2681;s:24:\"sp-contributions-deleted\";i:2682;s:24:\"sp-contributions-uploads\";i:2683;s:21:\"sp-contributions-logs\";i:2684;s:27:\"sp-contributions-userrights\";i:2685;s:31:\"sp-contributions-blocked-notice\";i:2686;s:39:\"sp-contributions-blocked-notice-partial\";i:2687;s:36:\"sp-contributions-blocked-notice-anon\";i:2688;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2689;s:23:\"sp-contributions-search\";i:2690;s:25:\"sp-contributions-username\";i:2691;s:24:\"sp-contributions-toponly\";i:2692;s:24:\"sp-contributions-newonly\";i:2693;s:26:\"sp-contributions-hideminor\";i:2694;s:23:\"sp-contributions-submit\";i:2695;s:24:\"sp-contributions-explain\";i:2696;s:23:\"sp-contributions-footer\";i:2697;s:28:\"sp-contributions-footer-anon\";i:2698;s:34:\"sp-contributions-footer-anon-range\";i:2699;s:27:\"sp-contributions-outofrange\";i:2700;s:33:\"sp-contributions-concurrency-user\";i:2701;s:31:\"sp-contributions-concurrency-ip\";i:2702;s:13:\"whatlinkshere\";i:2703;s:19:\"whatlinkshere-count\";i:2704;s:19:\"whatlinkshere-title\";i:2705;s:21:\"whatlinkshere-summary\";i:2706;s:18:\"whatlinkshere-page\";i:2707;s:9:\"linkshere\";i:2708;s:11:\"nolinkshere\";i:2709;s:14:\"nolinkshere-ns\";i:2710;s:10:\"isredirect\";i:2711;s:10:\"istemplate\";i:2712;s:7:\"isimage\";i:2713;s:18:\"whatlinkshere-prev\";i:2714;s:18:\"whatlinkshere-next\";i:2715;s:19:\"whatlinkshere-links\";i:2716;s:24:\"whatlinkshere-hideredirs\";i:2717;s:23:\"whatlinkshere-hidetrans\";i:2718;s:23:\"whatlinkshere-hidelinks\";i:2719;s:24:\"whatlinkshere-hideimages\";i:2720;s:26:\"whatlinkshere-sectionredir\";i:2721;s:20:\"whatlinkshere-submit\";i:2722;s:11:\"autoblockid\";i:2723;s:5:\"block\";i:2724;s:7:\"unblock\";i:2725;s:15:\"unblock-summary\";i:2726;s:13:\"changeblockip\";i:2727;s:7:\"blockip\";i:2728;s:11:\"blockiptext\";i:2729;s:19:\"ipaddressorusername\";i:2730;s:9:\"ipbreason\";i:2731;s:18:\"ipbreason-dropdown\";i:2732;s:13:\"ipb-hardblock\";i:2733;s:16:\"ipbcreateaccount\";i:2734;s:11:\"ipbemailban\";i:2735;s:18:\"ipbenableautoblock\";i:2736;s:9:\"ipbsubmit\";i:2737;s:8:\"ipbother\";i:2738;s:10:\"ipboptions\";i:2739;s:11:\"ipbhidename\";i:2740;s:12:\"ipbwatchuser\";i:2741;s:19:\"ipb-disableusertalk\";i:2742;s:16:\"ipb-change-block\";i:2743;s:11:\"ipb-confirm\";i:2744;s:12:\"ipb-sitewide\";i:2745;s:11:\"ipb-partial\";i:2746;s:17:\"ipb-sitewide-help\";i:2747;s:16:\"ipb-partial-help\";i:2748;s:17:\"ipb-action-create\";i:2749;s:15:\"ipb-action-move\";i:2750;s:17:\"ipb-action-upload\";i:2751;s:15:\"ipb-pages-label\";i:2752;s:20:\"ipb-namespaces-label\";i:2753;s:12:\"badipaddress\";i:2754;s:17:\"blockipsuccesssub\";i:2755;s:18:\"blockipsuccesstext\";i:2756;s:15:\"ipb-empty-block\";i:2757;s:19:\"ipb-block-not-found\";i:2758;s:16:\"ipb-blockingself\";i:2759;s:19:\"ipb-confirmhideuser\";i:2760;s:17:\"ipb-confirmaction\";i:2761;s:17:\"ipb-edit-dropdown\";i:2762;s:16:\"ipb-unblock-addr\";i:2763;s:11:\"ipb-unblock\";i:2764;s:13:\"ipb-blocklist\";i:2765;s:22:\"ipb-blocklist-contribs\";i:2766;s:27:\"ipb-blocklist-duration-left\";i:2767;s:13:\"block-actions\";i:2768;s:13:\"block-details\";i:2769;s:12:\"block-expiry\";i:2770;s:13:\"block-options\";i:2771;s:12:\"block-reason\";i:2772;s:12:\"block-target\";i:2773;s:24:\"block-target-placeholder\";i:2774;s:9:\"unblockip\";i:2775;s:13:\"unblockiptext\";i:2776;s:9:\"ipusubmit\";i:2777;s:9:\"unblocked\";i:2778;s:15:\"unblocked-range\";i:2779;s:12:\"unblocked-id\";i:2780;s:12:\"unblocked-ip\";i:2781;s:9:\"blocklist\";i:2782;s:13:\"autoblocklist\";i:2783;s:20:\"autoblocklist-submit\";i:2784;s:20:\"autoblocklist-legend\";i:2785;s:25:\"autoblocklist-localblocks\";i:2786;s:30:\"autoblocklist-total-autoblocks\";i:2787;s:19:\"autoblocklist-empty\";i:2788;s:25:\"autoblocklist-otherblocks\";i:2789;s:11:\"ipblocklist\";i:2790;s:18:\"ipblocklist-legend\";i:2791;s:20:\"blocklist-autoblocks\";i:2792;s:20:\"blocklist-userblocks\";i:2793;s:20:\"blocklist-tempblocks\";i:2794;s:21:\"blocklist-indefblocks\";i:2795;s:23:\"blocklist-addressblocks\";i:2796;s:14:\"blocklist-type\";i:2797;s:22:\"blocklist-type-opt-all\";i:2798;s:27:\"blocklist-type-opt-sitewide\";i:2799;s:26:\"blocklist-type-opt-partial\";i:2800;s:21:\"blocklist-rangeblocks\";i:2801;s:19:\"blocklist-timestamp\";i:2802;s:16:\"blocklist-target\";i:2803;s:16:\"blocklist-expiry\";i:2804;s:12:\"blocklist-by\";i:2805;s:16:\"blocklist-params\";i:2806;s:16:\"blocklist-reason\";i:2807;s:17:\"blocklist-summary\";i:2808;s:18:\"ipblocklist-submit\";i:2809;s:22:\"ipblocklist-localblock\";i:2810;s:23:\"ipblocklist-otherblocks\";i:2811;s:13:\"infiniteblock\";i:2812;s:13:\"anononlyblock\";i:2813;s:16:\"noautoblockblock\";i:2814;s:18:\"createaccountblock\";i:2815;s:10:\"emailblock\";i:2816;s:20:\"blocklist-nousertalk\";i:2817;s:17:\"blocklist-editing\";i:2818;s:26:\"blocklist-editing-sitewide\";i:2819;s:22:\"blocklist-editing-page\";i:2820;s:20:\"blocklist-editing-ns\";i:2821;s:24:\"blocklist-editing-action\";i:2822;s:17:\"ipblocklist-empty\";i:2823;s:22:\"ipblocklist-no-results\";i:2824;s:9:\"blocklink\";i:2825;s:11:\"unblocklink\";i:2826;s:16:\"change-blocklink\";i:2827;s:14:\"empty-username\";i:2828;s:9:\"emaillink\";i:2829;s:11:\"autoblocker\";i:2830;s:12:\"blocklogpage\";i:2831;s:16:\"blocklog-showlog\";i:2832;s:24:\"blocklog-showsuppresslog\";i:2833;s:13:\"blocklogentry\";i:2834;s:16:\"reblock-logentry\";i:2835;s:12:\"blocklogtext\";i:2836;s:15:\"unblocklogentry\";i:2837;s:24:\"block-log-flags-anononly\";i:2838;s:24:\"block-log-flags-nocreate\";i:2839;s:27:\"block-log-flags-noautoblock\";i:2840;s:23:\"block-log-flags-noemail\";i:2841;s:26:\"block-log-flags-nousertalk\";i:2842;s:31:\"block-log-flags-angry-autoblock\";i:2843;s:26:\"block-log-flags-hiddenname\";i:2844;s:20:\"range_block_disabled\";i:2845;s:26:\"ipb-prevent-user-talk-edit\";i:2846;s:18:\"ipb_expiry_invalid\";i:2847;s:14:\"ipb_expiry_old\";i:2848;s:15:\"ipb_expiry_temp\";i:2849;s:16:\"ipb_hide_invalid\";i:2850;s:16:\"ipb_hide_partial\";i:2851;s:19:\"ipb_already_blocked\";i:2852;s:15:\"ipb-needreblock\";i:2853;s:22:\"ipb-otherblocks-header\";i:2854;s:16:\"unblock-hideuser\";i:2855;s:16:\"ipb_cant_unblock\";i:2856;s:20:\"ipb_blocked_as_range\";i:2857;s:16:\"ip_range_invalid\";i:2858;s:17:\"ip_range_toolarge\";i:2859;s:17:\"ip_range_exceeded\";i:2860;s:15:\"ip_range_toolow\";i:2861;s:12:\"proxyblocker\";i:2862;s:16:\"proxyblockreason\";i:2863;s:5:\"sorbs\";i:2864;s:11:\"sorbsreason\";i:2865;s:27:\"sorbs_create_account_reason\";i:2866;s:21:\"softblockrangesreason\";i:2867;s:14:\"xffblockreason\";i:2868;s:20:\"cant-see-hidden-user\";i:2869;s:27:\"cant-block-nonexistent-page\";i:2870;s:10:\"ipbblocked\";i:2871;s:16:\"ipbnounblockself\";i:2872;s:18:\"ipb-default-expiry\";i:2873;s:21:\"ipb-default-expiry-ip\";i:2874;s:6:\"lockdb\";i:2875;s:8:\"unlockdb\";i:2876;s:10:\"lockdbtext\";i:2877;s:12:\"unlockdbtext\";i:2878;s:11:\"lockconfirm\";i:2879;s:13:\"unlockconfirm\";i:2880;s:7:\"lockbtn\";i:2881;s:9:\"unlockbtn\";i:2882;s:13:\"locknoconfirm\";i:2883;s:16:\"lockdbsuccesssub\";i:2884;s:18:\"unlockdbsuccesssub\";i:2885;s:17:\"lockdbsuccesstext\";i:2886;s:19:\"unlockdbsuccesstext\";i:2887;s:19:\"lockfilenotwritable\";i:2888;s:14:\"databaselocked\";i:2889;s:17:\"databasenotlocked\";i:2890;s:15:\"lockedbyandtime\";i:2891;s:9:\"move-page\";i:2892;s:16:\"movepage-summary\";i:2893;s:16:\"move-page-legend\";i:2894;s:12:\"movepagetext\";i:2895;s:28:\"movepagetext-noredirectfixer\";i:2896;s:30:\"movepagetext-noredirectsupport\";i:2897;s:16:\"movepagetalktext\";i:2898;s:20:\"moveuserpage-warning\";i:2899;s:24:\"movecategorypage-warning\";i:2900;s:15:\"movenologintext\";i:2901;s:14:\"movenotallowed\";i:2902;s:18:\"movenotallowedfile\";i:2903;s:19:\"cant-move-user-page\";i:2904;s:22:\"cant-move-to-user-page\";i:2905;s:23:\"cant-move-category-page\";i:2906;s:26:\"cant-move-to-category-page\";i:2907;s:18:\"cant-move-subpages\";i:2908;s:20:\"namespace-nosubpages\";i:2909;s:8:\"newtitle\";i:2910;s:10:\"move-watch\";i:2911;s:11:\"movepagebtn\";i:2912;s:12:\"pagemovedsub\";i:2913;s:10:\"cannotmove\";i:2914;s:14:\"movepage-moved\";i:2915;s:23:\"movepage-moved-redirect\";i:2916;s:25:\"movepage-moved-noredirect\";i:2917;s:21:\"movepage-delete-first\";i:2918;s:13:\"articleexists\";i:2919;s:14:\"redirectexists\";i:2920;s:23:\"cantmove-titleprotected\";i:2921;s:8:\"movetalk\";i:2922;s:13:\"move-subpages\";i:2923;s:18:\"move-talk-subpages\";i:2924;s:20:\"movepage-page-exists\";i:2925;s:28:\"movepage-source-doesnt-exist\";i:2926;s:19:\"movepage-page-moved\";i:2927;s:21:\"movepage-page-unmoved\";i:2928;s:18:\"movepage-max-pages\";i:2929;s:11:\"movelogpage\";i:2930;s:15:\"movelogpagetext\";i:2931;s:11:\"movesubpage\";i:2932;s:15:\"movesubpagetext\";i:2933;s:19:\"movesubpagetalktext\";i:2934;s:25:\"movesubpagetext-truncated\";i:2935;s:29:\"movesubpagetalktext-truncated\";i:2936;s:13:\"movenosubpage\";i:2937;s:10:\"movereason\";i:2938;s:18:\"move-redirect-text\";i:2939;s:31:\"category-move-redirect-override\";i:2940;s:10:\"revertmove\";i:2941;s:20:\"delete_and_move_text\";i:2942;s:29:\"delete_redirect_and_move_text\";i:2943;s:23:\"delete_and_move_confirm\";i:2944;s:22:\"delete_and_move_reason\";i:2945;s:8:\"selfmove\";i:2946;s:25:\"immobile-source-namespace\";i:2947;s:28:\"immobile-source-namespace-iw\";i:2948;s:25:\"immobile-target-namespace\";i:2949;s:28:\"immobile-target-namespace-iw\";i:2950;s:20:\"immobile-source-page\";i:2951;s:20:\"immobile-target-page\";i:2952;s:29:\"movepage-invalid-target-title\";i:2953;s:16:\"bad-target-model\";i:2954;s:21:\"imagenocrossnamespace\";i:2955;s:27:\"nonfile-cannot-move-to-file\";i:2956;s:17:\"imagetypemismatch\";i:2957;s:20:\"imageinvalidfilename\";i:2958;s:20:\"fix-double-redirects\";i:2959;s:19:\"move-leave-redirect\";i:2960;s:24:\"protectedpagemovewarning\";i:2961;s:28:\"semiprotectedpagemovewarning\";i:2962;s:20:\"move-over-sharedrepo\";i:2963;s:22:\"file-exists-sharedrepo\";i:2964;s:6:\"export\";i:2965;s:14:\"export-summary\";i:2966;s:10:\"exporttext\";i:2967;s:9:\"exportall\";i:2968;s:13:\"exportcuronly\";i:2969;s:15:\"exportnohistory\";i:2970;s:17:\"exportlistauthors\";i:2971;s:13:\"export-submit\";i:2972;s:17:\"export-addcattext\";i:2973;s:13:\"export-addcat\";i:2974;s:16:\"export-addnstext\";i:2975;s:12:\"export-addns\";i:2976;s:15:\"export-download\";i:2977;s:16:\"export-templates\";i:2978;s:16:\"export-pagelinks\";i:2979;s:13:\"export-manual\";i:2980;s:11:\"allmessages\";i:2981;s:15:\"allmessagesname\";i:2982;s:18:\"allmessagesdefault\";i:2983;s:18:\"allmessagescurrent\";i:2984;s:15:\"allmessagestext\";i:2985;s:34:\"allmessages-not-supported-database\";i:2986;s:25:\"allmessages-filter-legend\";i:2987;s:18:\"allmessages-filter\";i:2988;s:29:\"allmessages-filter-unmodified\";i:2989;s:22:\"allmessages-filter-all\";i:2990;s:27:\"allmessages-filter-modified\";i:2991;s:18:\"allmessages-prefix\";i:2992;s:20:\"allmessages-language\";i:2993;s:25:\"allmessages-filter-submit\";i:2994;s:28:\"allmessages-filter-translate\";i:2995;s:14:\"thumbnail-more\";i:2996;s:11:\"filemissing\";i:2997;s:15:\"thumbnail_error\";i:2998;s:22:\"thumbnail_error_remote\";i:2999;s:15:\"djvu_page_error\";i:3000;s:21:\"thumbnail-temp-create\";i:3001;s:21:\"thumbnail-dest-create\";i:3002;s:24:\"thumbnail_invalid_params\";i:3003;s:25:\"thumbnail_toobigimagearea\";i:3004;s:24:\"thumbnail_dest_directory\";i:3005;s:20:\"thumbnail_image-type\";i:3006;s:20:\"thumbnail_gd-library\";i:3007;s:25:\"thumbnail_image-size-zero\";i:3008;s:23:\"thumbnail_image-missing\";i:3009;s:29:\"thumbnail_image-failure-limit\";i:3010;s:6:\"import\";i:3011;s:14:\"import-summary\";i:3012;s:15:\"importinterwiki\";i:3013;s:21:\"import-interwiki-text\";i:3014;s:27:\"import-interwiki-sourcewiki\";i:3015;s:27:\"import-interwiki-sourcepage\";i:3016;s:24:\"import-interwiki-history\";i:3017;s:26:\"import-interwiki-templates\";i:3018;s:23:\"import-interwiki-submit\";i:3019;s:22:\"import-mapping-default\";i:3020;s:24:\"import-mapping-namespace\";i:3021;s:22:\"import-mapping-subpage\";i:3022;s:22:\"import-upload-filename\";i:3023;s:29:\"import-upload-username-prefix\";i:3024;s:25:\"import-assign-known-users\";i:3025;s:14:\"import-comment\";i:3026;s:10:\"importtext\";i:3027;s:11:\"importstart\";i:3028;s:21:\"import-revision-count\";i:3029;s:13:\"importnopages\";i:3030;s:20:\"imported-log-entries\";i:3031;s:12:\"importfailed\";i:3032;s:19:\"importunknownsource\";i:3033;s:14:\"importnoprefix\";i:3034;s:14:\"importcantopen\";i:3035;s:18:\"importbadinterwiki\";i:3036;s:13:\"importsuccess\";i:3037;s:15:\"importnosources\";i:3038;s:12:\"importnofile\";i:3039;s:21:\"importuploaderrorsize\";i:3040;s:24:\"importuploaderrorpartial\";i:3041;s:21:\"importuploaderrortemp\";i:3042;s:20:\"import-parse-failure\";i:3043;s:16:\"import-noarticle\";i:3044;s:21:\"import-nonewrevisions\";i:3045;s:16:\"xml-error-string\";i:3046;s:13:\"import-upload\";i:3047;s:21:\"import-token-mismatch\";i:3048;s:24:\"import-invalid-interwiki\";i:3049;s:17:\"import-error-edit\";i:3050;s:22:\"import-error-interwiki\";i:3051;s:20:\"import-error-special\";i:3052;s:20:\"import-error-invalid\";i:3053;s:24:\"import-error-unserialize\";i:3054;s:25:\"import-error-bad-location\";i:3055;s:20:\"import-options-wrong\";i:3056;s:23:\"import-rootpage-invalid\";i:3057;s:25:\"import-rootpage-nosubpage\";i:3058;s:13:\"importlogpage\";i:3059;s:17:\"importlogpagetext\";i:3060;s:22:\"import-logentry-upload\";i:3061;s:29:\"import-logentry-upload-detail\";i:3062;s:25:\"import-logentry-interwiki\";i:3063;s:32:\"import-logentry-interwiki-detail\";i:3064;s:14:\"javascripttest\";i:3065;s:26:\"javascripttest-qunit-intro\";i:3066;s:21:\"accesskey-pt-userpage\";i:3067;s:25:\"accesskey-pt-anonuserpage\";i:3068;s:19:\"accesskey-pt-mytalk\";i:3069;s:21:\"accesskey-pt-anontalk\";i:3070;s:24:\"accesskey-pt-preferences\";i:3071;s:22:\"accesskey-pt-watchlist\";i:3072;s:22:\"accesskey-pt-mycontris\";i:3073;s:25:\"accesskey-pt-anoncontribs\";i:3074;s:18:\"accesskey-pt-login\";i:3075;s:26:\"accesskey-pt-login-private\";i:3076;s:19:\"accesskey-pt-logout\";i:3077;s:26:\"accesskey-pt-createaccount\";i:3078;s:17:\"accesskey-ca-view\";i:3079;s:17:\"accesskey-ca-talk\";i:3080;s:17:\"accesskey-ca-edit\";i:3081;s:23:\"accesskey-ca-addsection\";i:3082;s:23:\"accesskey-ca-viewsource\";i:3083;s:20:\"accesskey-ca-history\";i:3084;s:20:\"accesskey-ca-protect\";i:3085;s:22:\"accesskey-ca-unprotect\";i:3086;s:19:\"accesskey-ca-delete\";i:3087;s:21:\"accesskey-ca-undelete\";i:3088;s:17:\"accesskey-ca-move\";i:3089;s:18:\"accesskey-ca-watch\";i:3090;s:20:\"accesskey-ca-unwatch\";i:3091;s:16:\"accesskey-search\";i:3092;s:19:\"accesskey-search-go\";i:3093;s:25:\"accesskey-search-fulltext\";i:3094;s:16:\"accesskey-p-logo\";i:3095;s:26:\"accesskey-n-help-mediawiki\";i:3096;s:20:\"accesskey-n-mainpage\";i:3097;s:32:\"accesskey-n-mainpage-description\";i:3098;s:18:\"accesskey-n-portal\";i:3099;s:25:\"accesskey-n-currentevents\";i:3100;s:25:\"accesskey-n-recentchanges\";i:3101;s:22:\"accesskey-n-randompage\";i:3102;s:16:\"accesskey-n-help\";i:3103;s:25:\"accesskey-t-whatlinkshere\";i:3104;s:31:\"accesskey-t-recentchangeslinked\";i:3105;s:18:\"accesskey-feed-rss\";i:3106;s:19:\"accesskey-feed-atom\";i:3107;s:25:\"accesskey-t-contributions\";i:3108;s:21:\"accesskey-t-emailuser\";i:3109;s:16:\"accesskey-t-info\";i:3110;s:21:\"accesskey-t-permalink\";i:3111;s:17:\"accesskey-t-print\";i:3112;s:18:\"accesskey-t-upload\";i:3113;s:24:\"accesskey-t-specialpages\";i:3114;s:23:\"accesskey-ca-nstab-main\";i:3115;s:23:\"accesskey-ca-nstab-user\";i:3116;s:24:\"accesskey-ca-nstab-media\";i:3117;s:26:\"accesskey-ca-nstab-special\";i:3118;s:26:\"accesskey-ca-nstab-project\";i:3119;s:24:\"accesskey-ca-nstab-image\";i:3120;s:28:\"accesskey-ca-nstab-mediawiki\";i:3121;s:27:\"accesskey-ca-nstab-template\";i:3122;s:23:\"accesskey-ca-nstab-help\";i:3123;s:27:\"accesskey-ca-nstab-category\";i:3124;s:19:\"accesskey-minoredit\";i:3125;s:14:\"accesskey-save\";i:3126;s:17:\"accesskey-publish\";i:3127;s:17:\"accesskey-preview\";i:3128;s:14:\"accesskey-diff\";i:3129;s:33:\"accesskey-compareselectedversions\";i:3130;s:15:\"accesskey-watch\";i:3131;s:26:\"accesskey-watchlist-expiry\";i:3132;s:16:\"accesskey-upload\";i:3133;s:26:\"accesskey-preferences-save\";i:3134;s:17:\"accesskey-summary\";i:3135;s:24:\"accesskey-userrights-set\";i:3136;s:23:\"accesskey-blockip-block\";i:3137;s:16:\"accesskey-export\";i:3138;s:16:\"accesskey-import\";i:3139;s:37:\"accesskey-watchlistedit-normal-submit\";i:3140;s:34:\"accesskey-watchlistedit-raw-submit\";i:3141;s:19:\"tooltip-pt-userpage\";i:3142;s:23:\"tooltip-pt-anonuserpage\";i:3143;s:22:\"tooltip-pt-tmpuserpage\";i:3144;s:17:\"tooltip-pt-mytalk\";i:3145;s:19:\"tooltip-pt-anontalk\";i:3146;s:22:\"tooltip-pt-preferences\";i:3147;s:20:\"tooltip-pt-watchlist\";i:3148;s:20:\"tooltip-pt-mycontris\";i:3149;s:23:\"tooltip-pt-anoncontribs\";i:3150;s:16:\"tooltip-pt-login\";i:3151;s:24:\"tooltip-pt-login-private\";i:3152;s:17:\"tooltip-pt-logout\";i:3153;s:24:\"tooltip-pt-createaccount\";i:3154;s:15:\"tooltip-ca-view\";i:3155;s:15:\"tooltip-ca-talk\";i:3156;s:15:\"tooltip-ca-edit\";i:3157;s:21:\"tooltip-ca-addsection\";i:3158;s:21:\"tooltip-ca-viewsource\";i:3159;s:18:\"tooltip-ca-history\";i:3160;s:18:\"tooltip-ca-protect\";i:3161;s:20:\"tooltip-ca-unprotect\";i:3162;s:17:\"tooltip-ca-delete\";i:3163;s:19:\"tooltip-ca-undelete\";i:3164;s:15:\"tooltip-ca-move\";i:3165;s:16:\"tooltip-ca-watch\";i:3166;s:18:\"tooltip-ca-unwatch\";i:3167;s:27:\"tooltip-ca-unwatch-expiring\";i:3168;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3169;s:14:\"tooltip-search\";i:3170;s:17:\"tooltip-search-go\";i:3171;s:23:\"tooltip-search-fulltext\";i:3172;s:18:\"tooltip-p-cactions\";i:3173;s:14:\"tooltip-p-lang\";i:3174;s:14:\"tooltip-p-logo\";i:3175;s:20:\"tooltip-p-navigation\";i:3176;s:18:\"tooltip-p-personal\";i:3177;s:20:\"tooltip-p-namespaces\";i:3178;s:12:\"tooltip-p-tb\";i:3179;s:18:\"tooltip-p-variants\";i:3180;s:15:\"tooltip-p-views\";i:3181;s:36:\"tooltip-p-user-interface-preferences\";i:3182;s:19:\"tooltip-p-user-page\";i:3183;s:24:\"tooltip-n-help-mediawiki\";i:3184;s:18:\"tooltip-n-mainpage\";i:3185;s:30:\"tooltip-n-mainpage-description\";i:3186;s:16:\"tooltip-n-portal\";i:3187;s:23:\"tooltip-n-currentevents\";i:3188;s:23:\"tooltip-n-recentchanges\";i:3189;s:20:\"tooltip-n-randompage\";i:3190;s:14:\"tooltip-n-help\";i:3191;s:23:\"tooltip-t-whatlinkshere\";i:3192;s:29:\"tooltip-t-recentchangeslinked\";i:3193;s:16:\"tooltip-feed-rss\";i:3194;s:17:\"tooltip-feed-atom\";i:3195;s:23:\"tooltip-t-contributions\";i:3196;s:19:\"tooltip-t-emailuser\";i:3197;s:14:\"tooltip-t-info\";i:3198;s:16:\"tooltip-t-upload\";i:3199;s:22:\"tooltip-t-specialpages\";i:3200;s:15:\"tooltip-t-print\";i:3201;s:19:\"tooltip-t-permalink\";i:3202;s:21:\"tooltip-ca-nstab-main\";i:3203;s:21:\"tooltip-ca-nstab-user\";i:3204;s:22:\"tooltip-ca-nstab-media\";i:3205;s:24:\"tooltip-ca-nstab-special\";i:3206;s:24:\"tooltip-ca-nstab-project\";i:3207;s:22:\"tooltip-ca-nstab-image\";i:3208;s:26:\"tooltip-ca-nstab-mediawiki\";i:3209;s:25:\"tooltip-ca-nstab-template\";i:3210;s:21:\"tooltip-ca-nstab-help\";i:3211;s:25:\"tooltip-ca-nstab-category\";i:3212;s:17:\"tooltip-minoredit\";i:3213;s:12:\"tooltip-save\";i:3214;s:15:\"tooltip-publish\";i:3215;s:15:\"tooltip-preview\";i:3216;s:12:\"tooltip-diff\";i:3217;s:31:\"tooltip-compareselectedversions\";i:3218;s:13:\"tooltip-watch\";i:3219;s:24:\"tooltip-watchlist-expiry\";i:3220;s:35:\"tooltip-watchlistedit-normal-submit\";i:3221;s:32:\"tooltip-watchlistedit-raw-submit\";i:3222;s:16:\"tooltip-recreate\";i:3223;s:14:\"tooltip-upload\";i:3224;s:16:\"tooltip-rollback\";i:3225;s:12:\"tooltip-undo\";i:3226;s:24:\"tooltip-preferences-save\";i:3227;s:15:\"tooltip-summary\";i:3228;s:24:\"interlanguage-link-title\";i:3229;s:33:\"interlanguage-link-title-langonly\";i:3230;s:32:\"interlanguage-link-title-nonlang\";i:3231;s:36:\"interlanguage-link-title-nonlangonly\";i:3232;s:10:\"common.css\";i:3233;s:9:\"print.css\";i:3234;s:12:\"noscript.css\";i:3235;s:23:\"group-autoconfirmed.css\";i:3236;s:14:\"group-user.css\";i:3237;s:13:\"group-bot.css\";i:3238;s:15:\"group-sysop.css\";i:3239;s:20:\"group-bureaucrat.css\";i:3240;s:11:\"common.json\";i:3241;s:9:\"common.js\";i:3242;s:22:\"group-autoconfirmed.js\";i:3243;s:13:\"group-user.js\";i:3244;s:12:\"group-bot.js\";i:3245;s:14:\"group-sysop.js\";i:3246;s:19:\"group-bureaucrat.js\";i:3247;s:9:\"anonymous\";i:3248;s:8:\"siteuser\";i:3249;s:8:\"anonuser\";i:3250;s:16:\"lastmodifiedatby\";i:3251;s:13:\"othercontribs\";i:3252;s:6:\"others\";i:3253;s:9:\"siteusers\";i:3254;s:9:\"anonusers\";i:3255;s:11:\"creditspage\";i:3256;s:9:\"nocredits\";i:3257;s:19:\"spamprotectiontitle\";i:3258;s:18:\"spamprotectiontext\";i:3259;s:19:\"spamprotectionmatch\";i:3260;s:16:\"spambot_username\";i:3261;s:14:\"spam_reverting\";i:3262;s:13:\"spam_blanking\";i:3263;s:13:\"spam_deleting\";i:3264;s:20:\"simpleantispam-label\";i:3265;s:15:\"pageinfo-header\";i:3266;s:14:\"pageinfo-title\";i:3267;s:20:\"pageinfo-not-current\";i:3268;s:21:\"pageinfo-header-basic\";i:3269;s:21:\"pageinfo-header-edits\";i:3270;s:28:\"pageinfo-header-restrictions\";i:3271;s:26:\"pageinfo-header-properties\";i:3272;s:22:\"pageinfo-display-title\";i:3273;s:21:\"pageinfo-default-sort\";i:3274;s:15:\"pageinfo-length\";i:3275;s:18:\"pageinfo-namespace\";i:3276;s:19:\"pageinfo-article-id\";i:3277;s:17:\"pageinfo-language\";i:3278;s:24:\"pageinfo-language-change\";i:3279;s:22:\"pageinfo-content-model\";i:3280;s:29:\"pageinfo-content-model-change\";i:3281;s:21:\"pageinfo-robot-policy\";i:3282;s:20:\"pageinfo-robot-index\";i:3283;s:22:\"pageinfo-robot-noindex\";i:3284;s:17:\"pageinfo-watchers\";i:3285;s:26:\"pageinfo-visiting-watchers\";i:3286;s:21:\"pageinfo-few-watchers\";i:3287;s:30:\"pageinfo-few-visiting-watchers\";i:3288;s:23:\"pageinfo-redirects-name\";i:3289;s:24:\"pageinfo-redirects-value\";i:3290;s:22:\"pageinfo-subpages-name\";i:3291;s:23:\"pageinfo-subpages-value\";i:3292;s:18:\"pageinfo-firstuser\";i:3293;s:18:\"pageinfo-firsttime\";i:3294;s:17:\"pageinfo-lastuser\";i:3295;s:17:\"pageinfo-lasttime\";i:3296;s:14:\"pageinfo-edits\";i:3297;s:16:\"pageinfo-authors\";i:3298;s:21:\"pageinfo-recent-edits\";i:3299;s:23:\"pageinfo-recent-authors\";i:3300;s:20:\"pageinfo-magic-words\";i:3301;s:26:\"pageinfo-hidden-categories\";i:3302;s:18:\"pageinfo-templates\";i:3303;s:22:\"pageinfo-transclusions\";i:3304;s:15:\"pageinfo-footer\";i:3305;s:20:\"pageinfo-toolboxlink\";i:3306;s:20:\"pageinfo-redirectsto\";i:3307;s:25:\"pageinfo-redirectsto-info\";i:3308;s:20:\"pageinfo-contentpage\";i:3309;s:24:\"pageinfo-contentpage-yes\";i:3310;s:26:\"pageinfo-protect-cascading\";i:3311;s:30:\"pageinfo-protect-cascading-yes\";i:3312;s:31:\"pageinfo-protect-cascading-from\";i:3313;s:22:\"pageinfo-category-info\";i:3314;s:23:\"pageinfo-category-total\";i:3315;s:23:\"pageinfo-category-pages\";i:3316;s:25:\"pageinfo-category-subcats\";i:3317;s:23:\"pageinfo-category-files\";i:3318;s:16:\"pageinfo-user-id\";i:3319;s:18:\"pageinfo-file-hash\";i:3320;s:25:\"pageinfo-view-protect-log\";i:3321;s:19:\"markaspatrolleddiff\";i:3322;s:19:\"markaspatrolledlink\";i:3323;s:19:\"markaspatrolledtext\";i:3324;s:24:\"markaspatrolledtext-file\";i:3325;s:17:\"markedaspatrolled\";i:3326;s:21:\"markedaspatrolledtext\";i:3327;s:16:\"rcpatroldisabled\";i:3328;s:20:\"rcpatroldisabledtext\";i:3329;s:22:\"markedaspatrollederror\";i:3330;s:26:\"markedaspatrollederrortext\";i:3331;s:35:\"markedaspatrollederror-noautopatrol\";i:3332;s:23:\"markedaspatrollednotify\";i:3333;s:15:\"patrol-log-page\";i:3334;s:17:\"patrol-log-header\";i:3335;s:28:\"confirm-markpatrolled-button\";i:3336;s:25:\"confirm-markpatrolled-top\";i:3337;s:15:\"deletedrevision\";i:3338;s:21:\"filedeleteerror-short\";i:3339;s:20:\"filedeleteerror-long\";i:3340;s:18:\"filedelete-missing\";i:3341;s:27:\"filedelete-old-unregistered\";i:3342;s:31:\"filedelete-current-unregistered\";i:3343;s:28:\"filedelete-archive-read-only\";i:3344;s:12:\"previousdiff\";i:3345;s:8:\"nextdiff\";i:3346;s:12:\"mediawarning\";i:3347;s:12:\"imagemaxsize\";i:3348;s:9:\"thumbsize\";i:3349;s:11:\"widthheight\";i:3350;s:15:\"widthheightpage\";i:3351;s:9:\"file-info\";i:3352;s:14:\"file-info-size\";i:3353;s:20:\"file-info-size-pages\";i:3354;s:12:\"file-nohires\";i:3355;s:13:\"svg-long-desc\";i:3356;s:22:\"svg-long-desc-animated\";i:3357;s:14:\"svg-long-error\";i:3358;s:14:\"show-big-image\";i:3359;s:22:\"show-big-image-preview\";i:3360;s:29:\"show-big-image-preview-differ\";i:3361;s:20:\"show-big-image-other\";i:3362;s:19:\"show-big-image-size\";i:3363;s:20:\"file-info-gif-looped\";i:3364;s:20:\"file-info-gif-frames\";i:3365;s:20:\"file-info-png-looped\";i:3366;s:20:\"file-info-png-repeat\";i:3367;s:20:\"file-info-png-frames\";i:3368;s:23:\"file-no-thumb-animation\";i:3369;s:27:\"file-no-thumb-animation-gif\";i:3370;s:9:\"newimages\";i:3371;s:13:\"newimagestext\";i:3372;s:13:\"imagelisttext\";i:3373;s:17:\"newimages-summary\";i:3374;s:16:\"newimages-legend\";i:3375;s:14:\"newimages-user\";i:3376;s:18:\"newimages-showbots\";i:3377;s:23:\"newimages-hidepatrolled\";i:3378;s:19:\"newimages-mediatype\";i:3379;s:8:\"noimages\";i:3380;s:24:\"gallery-slideshow-toggle\";i:3381;s:8:\"ilsubmit\";i:3382;s:6:\"bydate\";i:3383;s:21:\"sp-newimages-showfrom\";i:3384;s:10:\"video-dims\";i:3385;s:14:\"seconds-abbrev\";i:3386;s:14:\"minutes-abbrev\";i:3387;s:12:\"hours-abbrev\";i:3388;s:11:\"days-abbrev\";i:3389;s:7:\"seconds\";i:3390;s:7:\"minutes\";i:3391;s:5:\"hours\";i:3392;s:4:\"days\";i:3393;s:5:\"weeks\";i:3394;s:6:\"months\";i:3395;s:5:\"years\";i:3396;s:3:\"ago\";i:3397;s:8:\"just-now\";i:3398;s:9:\"hours-ago\";i:3399;s:11:\"minutes-ago\";i:3400;s:11:\"seconds-ago\";i:3401;s:9:\"monday-at\";i:3402;s:10:\"tuesday-at\";i:3403;s:12:\"wednesday-at\";i:3404;s:11:\"thursday-at\";i:3405;s:9:\"friday-at\";i:3406;s:11:\"saturday-at\";i:3407;s:9:\"sunday-at\";i:3408;s:8:\"today-at\";i:3409;s:12:\"yesterday-at\";i:3410;s:14:\"bad_image_list\";i:3411;s:19:\"variantname-zh-hans\";i:3412;s:19:\"variantname-zh-hant\";i:3413;s:17:\"variantname-zh-cn\";i:3414;s:17:\"variantname-zh-tw\";i:3415;s:17:\"variantname-zh-hk\";i:3416;s:17:\"variantname-zh-mo\";i:3417;s:17:\"variantname-zh-sg\";i:3418;s:17:\"variantname-zh-my\";i:3419;s:14:\"variantname-zh\";i:3420;s:20:\"variantname-gan-hans\";i:3421;s:20:\"variantname-gan-hant\";i:3422;s:15:\"variantname-gan\";i:3423;s:19:\"variantname-sr-cyrl\";i:3424;s:17:\"variantname-sr-ec\";i:3425;s:17:\"variantname-sr-el\";i:3426;s:19:\"variantname-sr-latn\";i:3427;s:14:\"variantname-sr\";i:3428;s:17:\"variantname-kk-kz\";i:3429;s:17:\"variantname-kk-tr\";i:3430;s:17:\"variantname-kk-cn\";i:3431;s:19:\"variantname-kk-cyrl\";i:3432;s:19:\"variantname-kk-latn\";i:3433;s:19:\"variantname-kk-arab\";i:3434;s:14:\"variantname-kk\";i:3435;s:19:\"variantname-ku-arab\";i:3436;s:19:\"variantname-ku-latn\";i:3437;s:14:\"variantname-ku\";i:3438;s:19:\"variantname-tg-cyrl\";i:3439;s:19:\"variantname-tg-latn\";i:3440;s:14:\"variantname-tg\";i:3441;s:20:\"variantname-tly-cyrl\";i:3442;s:15:\"variantname-tly\";i:3443;s:20:\"variantname-ike-cans\";i:3444;s:20:\"variantname-ike-latn\";i:3445;s:14:\"variantname-iu\";i:3446;s:20:\"variantname-shi-tfng\";i:3447;s:20:\"variantname-shi-latn\";i:3448;s:15:\"variantname-shi\";i:3449;s:14:\"variantname-uz\";i:3450;s:19:\"variantname-uz-latn\";i:3451;s:19:\"variantname-uz-cyrl\";i:3452;s:15:\"variantname-crh\";i:3453;s:20:\"variantname-crh-latn\";i:3454;s:20:\"variantname-crh-cyrl\";i:3455;s:8:\"metadata\";i:3456;s:13:\"metadata-help\";i:3457;s:15:\"metadata-expand\";i:3458;s:17:\"metadata-collapse\";i:3459;s:15:\"metadata-fields\";i:3460;s:17:\"metadata-langitem\";i:3461;s:25:\"metadata-langitem-default\";i:3462;s:13:\"namespacesall\";i:3463;s:9:\"monthsall\";i:3464;s:12:\"confirmemail\";i:3465;s:20:\"confirmemail_noemail\";i:3466;s:17:\"confirmemail_text\";i:3467;s:20:\"confirmemail_pending\";i:3468;s:17:\"confirmemail_send\";i:3469;s:17:\"confirmemail_sent\";i:3470;s:21:\"confirmemail_oncreate\";i:3471;s:23:\"confirmemail_sendfailed\";i:3472;s:20:\"confirmemail_invalid\";i:3473;s:22:\"confirmemail_needlogin\";i:3474;s:20:\"confirmemail_success\";i:3475;s:21:\"confirmemail_loggedin\";i:3476;s:20:\"confirmemail_subject\";i:3477;s:17:\"confirmemail_body\";i:3478;s:25:\"confirmemail_body_changed\";i:3479;s:21:\"confirmemail_body_set\";i:3480;s:24:\"confirmemail_invalidated\";i:3481;s:15:\"invalidateemail\";i:3482;s:33:\"notificationemail_subject_changed\";i:3483;s:33:\"notificationemail_subject_removed\";i:3484;s:30:\"notificationemail_body_changed\";i:3485;s:30:\"notificationemail_body_removed\";i:3486;s:23:\"scarytranscludedisabled\";i:3487;s:21:\"scarytranscludefailed\";i:3488;s:32:\"scarytranscludefailed-httpstatus\";i:3489;s:22:\"scarytranscludetoolong\";i:3490;s:19:\"deletedwhileediting\";i:3491;s:15:\"confirmrecreate\";i:3492;s:24:\"confirmrecreate-noreason\";i:3493;s:8:\"recreate\";i:3494;s:10:\"unit-pixel\";i:3495;s:19:\"confirm-purge-title\";i:3496;s:20:\"confirm_purge_button\";i:3497;s:17:\"confirm-purge-top\";i:3498;s:20:\"confirm-purge-bottom\";i:3499;s:20:\"confirm-watch-button\";i:3500;s:17:\"confirm-watch-top\";i:3501;s:19:\"confirm-watch-label\";i:3502;s:24:\"watchlist-expiry-options\";i:3503;s:31:\"watchlist-expires-in-aria-label\";i:3504;s:27:\"confirm-watch-button-expiry\";i:3505;s:22:\"confirm-unwatch-button\";i:3506;s:19:\"confirm-unwatch-top\";i:3507;s:23:\"confirm-rollback-button\";i:3508;s:20:\"confirm-rollback-top\";i:3509;s:23:\"confirm-rollback-bottom\";i:3510;s:24:\"confirm-mcrrestore-title\";i:3511;s:21:\"confirm-mcrundo-title\";i:3512;s:13:\"mcrundofailed\";i:3513;s:20:\"mcrundo-missingparam\";i:3514;s:15:\"mcrundo-changed\";i:3515;s:20:\"mcrundo-parse-failed\";i:3516;s:19:\"semicolon-separator\";i:3517;s:15:\"comma-separator\";i:3518;s:15:\"colon-separator\";i:3519;s:18:\"autocomment-prefix\";i:3520;s:14:\"pipe-separator\";i:3521;s:14:\"word-separator\";i:3522;s:8:\"ellipsis\";i:3523;s:7:\"percent\";i:3524;s:11:\"parentheses\";i:3525;s:17:\"parentheses-start\";i:3526;s:15:\"parentheses-end\";i:3527;s:8:\"brackets\";i:3528;s:14:\"brackets-start\";i:3529;s:12:\"brackets-end\";i:3530;s:15:\"quotation-marks\";i:3531;s:13:\"formatnum-nan\";i:3532;s:16:\"imgmultipageprev\";i:3533;s:16:\"imgmultipagenext\";i:3534;s:10:\"imgmultigo\";i:3535;s:12:\"imgmultigoto\";i:3536;s:12:\"img-lang-opt\";i:3537;s:16:\"img-lang-default\";i:3538;s:13:\"img-lang-info\";i:3539;s:11:\"img-lang-go\";i:3540;s:16:\"table_pager_next\";i:3541;s:16:\"table_pager_prev\";i:3542;s:17:\"table_pager_first\";i:3543;s:16:\"table_pager_last\";i:3544;s:17:\"table_pager_limit\";i:3545;s:23:\"table_pager_limit_label\";i:3546;s:24:\"table_pager_limit_submit\";i:3547;s:17:\"table_pager_empty\";i:3548;s:14:\"autosumm-blank\";i:3549;s:16:\"autosumm-replace\";i:3550;s:16:\"autoredircomment\";i:3551;s:25:\"autosumm-removed-redirect\";i:3552;s:32:\"autosumm-changed-redirect-target\";i:3553;s:12:\"autosumm-new\";i:3554;s:17:\"autosumm-newblank\";i:3555;s:29:\"block-autoblock-exemptionlist\";i:3556;s:10:\"size-bytes\";i:3557;s:14:\"size-kilobytes\";i:3558;s:14:\"size-megabytes\";i:3559;s:14:\"size-gigabytes\";i:3560;s:14:\"size-terabytes\";i:3561;s:14:\"size-petabytes\";i:3562;s:13:\"size-exabytes\";i:3563;s:15:\"size-zettabytes\";i:3564;s:15:\"size-yottabytes\";i:3565;s:15:\"size-ronnabytes\";i:3566;s:16:\"size-quettabytes\";i:3567;s:10:\"size-pixel\";i:3568;s:14:\"size-kilopixel\";i:3569;s:14:\"size-megapixel\";i:3570;s:14:\"size-gigapixel\";i:3571;s:14:\"size-terapixel\";i:3572;s:14:\"size-petapixel\";i:3573;s:13:\"size-exapixel\";i:3574;s:15:\"size-zettapixel\";i:3575;s:15:\"size-yottapixel\";i:3576;s:15:\"size-ronnapixel\";i:3577;s:16:\"size-quettapixel\";i:3578;s:12:\"bitrate-bits\";i:3579;s:16:\"bitrate-kilobits\";i:3580;s:16:\"bitrate-megabits\";i:3581;s:16:\"bitrate-gigabits\";i:3582;s:16:\"bitrate-terabits\";i:3583;s:16:\"bitrate-petabits\";i:3584;s:15:\"bitrate-exabits\";i:3585;s:17:\"bitrate-zettabits\";i:3586;s:17:\"bitrate-yottabits\";i:3587;s:17:\"bitrate-ronnabits\";i:3588;s:18:\"bitrate-quettabits\";i:3589;s:15:\"lag-warn-normal\";i:3590;s:13:\"lag-warn-high\";i:3591;s:21:\"editwatchlist-summary\";i:3592;s:26:\"watchlistedit-normal-title\";i:3593;s:27:\"watchlistedit-normal-legend\";i:3594;s:28:\"watchlistedit-normal-explain\";i:3595;s:27:\"watchlistedit-normal-submit\";i:3596;s:25:\"watchlistedit-normal-done\";i:3597;s:23:\"watchlistedit-raw-title\";i:3598;s:24:\"watchlistedit-raw-legend\";i:3599;s:25:\"watchlistedit-raw-explain\";i:3600;s:24:\"watchlistedit-raw-titles\";i:3601;s:24:\"watchlistedit-raw-submit\";i:3602;s:22:\"watchlistedit-raw-done\";i:3603;s:23:\"watchlistedit-raw-added\";i:3604;s:25:\"watchlistedit-raw-removed\";i:3605;s:25:\"watchlistedit-clear-title\";i:3606;s:26:\"watchlistedit-clear-legend\";i:3607;s:27:\"watchlistedit-clear-explain\";i:3608;s:26:\"watchlistedit-clear-titles\";i:3609;s:26:\"watchlistedit-clear-submit\";i:3610;s:24:\"watchlistedit-clear-done\";i:3611;s:28:\"watchlistedit-clear-jobqueue\";i:3612;s:27:\"watchlistedit-clear-removed\";i:3613;s:22:\"watchlistedit-too-many\";i:3614;s:20:\"watchlisttools-clear\";i:3615;s:19:\"watchlisttools-view\";i:3616;s:19:\"watchlisttools-edit\";i:3617;s:18:\"watchlisttools-raw\";i:3618;s:19:\"iranian-calendar-m1\";i:3619;s:19:\"iranian-calendar-m2\";i:3620;s:19:\"iranian-calendar-m3\";i:3621;s:19:\"iranian-calendar-m4\";i:3622;s:19:\"iranian-calendar-m5\";i:3623;s:19:\"iranian-calendar-m6\";i:3624;s:19:\"iranian-calendar-m7\";i:3625;s:19:\"iranian-calendar-m8\";i:3626;s:19:\"iranian-calendar-m9\";i:3627;s:20:\"iranian-calendar-m10\";i:3628;s:20:\"iranian-calendar-m11\";i:3629;s:20:\"iranian-calendar-m12\";i:3630;s:17:\"hijri-calendar-m1\";i:3631;s:17:\"hijri-calendar-m2\";i:3632;s:17:\"hijri-calendar-m3\";i:3633;s:17:\"hijri-calendar-m4\";i:3634;s:17:\"hijri-calendar-m5\";i:3635;s:17:\"hijri-calendar-m6\";i:3636;s:17:\"hijri-calendar-m7\";i:3637;s:17:\"hijri-calendar-m8\";i:3638;s:17:\"hijri-calendar-m9\";i:3639;s:18:\"hijri-calendar-m10\";i:3640;s:18:\"hijri-calendar-m11\";i:3641;s:18:\"hijri-calendar-m12\";i:3642;s:18:\"hebrew-calendar-m1\";i:3643;s:18:\"hebrew-calendar-m2\";i:3644;s:18:\"hebrew-calendar-m3\";i:3645;s:18:\"hebrew-calendar-m4\";i:3646;s:18:\"hebrew-calendar-m5\";i:3647;s:18:\"hebrew-calendar-m6\";i:3648;s:19:\"hebrew-calendar-m6a\";i:3649;s:19:\"hebrew-calendar-m6b\";i:3650;s:18:\"hebrew-calendar-m7\";i:3651;s:18:\"hebrew-calendar-m8\";i:3652;s:18:\"hebrew-calendar-m9\";i:3653;s:19:\"hebrew-calendar-m10\";i:3654;s:19:\"hebrew-calendar-m11\";i:3655;s:19:\"hebrew-calendar-m12\";i:3656;s:22:\"hebrew-calendar-m1-gen\";i:3657;s:22:\"hebrew-calendar-m2-gen\";i:3658;s:22:\"hebrew-calendar-m3-gen\";i:3659;s:22:\"hebrew-calendar-m4-gen\";i:3660;s:22:\"hebrew-calendar-m5-gen\";i:3661;s:22:\"hebrew-calendar-m6-gen\";i:3662;s:23:\"hebrew-calendar-m6a-gen\";i:3663;s:23:\"hebrew-calendar-m6b-gen\";i:3664;s:22:\"hebrew-calendar-m7-gen\";i:3665;s:22:\"hebrew-calendar-m8-gen\";i:3666;s:22:\"hebrew-calendar-m9-gen\";i:3667;s:23:\"hebrew-calendar-m10-gen\";i:3668;s:23:\"hebrew-calendar-m11-gen\";i:3669;s:23:\"hebrew-calendar-m12-gen\";i:3670;s:9:\"signature\";i:3671;s:14:\"signature-anon\";i:3672;s:14:\"signature-temp\";i:3673;s:12:\"timezone-utc\";i:3674;s:14:\"timezone-local\";i:3675;s:21:\"duplicate-defaultsort\";i:3676;s:22:\"duplicate-displaytitle\";i:3677;s:23:\"restricted-displaytitle\";i:3678;s:22:\"invalid-indicator-name\";i:3679;s:25:\"invalid-langconvert-attrs\";i:3680;s:7:\"version\";i:3681;s:15:\"version-summary\";i:3682;s:18:\"version-extensions\";i:3683;s:13:\"version-skins\";i:3684;s:20:\"version-specialpages\";i:3685;s:19:\"version-parserhooks\";i:3686;s:17:\"version-variables\";i:3687;s:15:\"version-editors\";i:3688;s:16:\"version-antispam\";i:3689;s:11:\"version-api\";i:3690;s:13:\"version-other\";i:3691;s:21:\"version-mediahandlers\";i:3692;s:13:\"version-hooks\";i:3693;s:28:\"version-parser-extensiontags\";i:3694;s:29:\"version-parser-function-hooks\";i:3695;s:17:\"version-hook-name\";i:3696;s:25:\"version-hook-subscribedby\";i:3697;s:15:\"version-version\";i:3698;s:19:\"version-no-ext-name\";i:3699;s:15:\"version-license\";i:3700;s:19:\"version-ext-license\";i:3701;s:26:\"version-ext-colheader-name\";i:3702;s:27:\"version-skin-colheader-name\";i:3703;s:29:\"version-ext-colheader-version\";i:3704;s:29:\"version-ext-colheader-license\";i:3705;s:33:\"version-ext-colheader-description\";i:3706;s:29:\"version-ext-colheader-credits\";i:3707;s:21:\"version-license-title\";i:3708;s:25:\"version-license-not-found\";i:3709;s:21:\"version-credits-title\";i:3710;s:25:\"version-credits-not-found\";i:3711;s:25:\"version-poweredby-credits\";i:3712;s:24:\"version-poweredby-others\";i:3713;s:29:\"version-poweredby-translators\";i:3714;s:25:\"version-poweredby-various\";i:3715;s:23:\"version-credits-summary\";i:3716;s:20:\"version-license-info\";i:3717;s:16:\"version-software\";i:3718;s:24:\"version-software-product\";i:3719;s:24:\"version-software-version\";i:3720;s:20:\"version-db-mysql-url\";i:3721;s:22:\"version-db-mariadb-url\";i:3722;s:22:\"version-db-percona-url\";i:3723;s:23:\"version-db-postgres-url\";i:3724;s:21:\"version-db-sqlite-url\";i:3725;s:19:\"version-entrypoints\";i:3726;s:37:\"version-entrypoints-header-entrypoint\";i:3727;s:30:\"version-entrypoints-header-url\";i:3728;s:31:\"version-entrypoints-articlepath\";i:3729;s:30:\"version-entrypoints-scriptpath\";i:3730;s:29:\"version-entrypoints-index-php\";i:3731;s:27:\"version-entrypoints-api-php\";i:3732;s:28:\"version-entrypoints-rest-php\";i:3733;s:17:\"version-libraries\";i:3734;s:25:\"version-libraries-library\";i:3735;s:25:\"version-libraries-version\";i:3736;s:25:\"version-libraries-license\";i:3737;s:29:\"version-libraries-description\";i:3738;s:25:\"version-libraries-authors\";i:3739;s:8:\"redirect\";i:3740;s:13:\"redirect-text\";i:3741;s:16:\"redirect-summary\";i:3742;s:15:\"redirect-submit\";i:3743;s:15:\"redirect-lookup\";i:3744;s:14:\"redirect-value\";i:3745;s:13:\"redirect-user\";i:3746;s:13:\"redirect-page\";i:3747;s:17:\"redirect-revision\";i:3748;s:13:\"redirect-file\";i:3749;s:14:\"redirect-logid\";i:3750;s:19:\"redirect-not-exists\";i:3751;s:20:\"redirect-not-numeric\";i:3752;s:19:\"fileduplicatesearch\";i:3753;s:27:\"fileduplicatesearch-summary\";i:3754;s:28:\"fileduplicatesearch-filename\";i:3755;s:26:\"fileduplicatesearch-submit\";i:3756;s:24:\"fileduplicatesearch-info\";i:3757;s:28:\"fileduplicatesearch-result-1\";i:3758;s:28:\"fileduplicatesearch-result-n\";i:3759;s:29:\"fileduplicatesearch-noresults\";i:3760;s:12:\"specialpages\";i:3761;s:20:\"specialpages-summary\";i:3762;s:21:\"specialpages-note-top\";i:3763;s:28:\"specialpages-note-restricted\";i:3764;s:24:\"specialpages-note-cached\";i:3765;s:30:\"specialpages-group-maintenance\";i:3766;s:24:\"specialpages-group-other\";i:3767;s:24:\"specialpages-group-login\";i:3768;s:26:\"specialpages-group-changes\";i:3769;s:24:\"specialpages-group-media\";i:3770;s:24:\"specialpages-group-users\";i:3771;s:26:\"specialpages-group-highuse\";i:3772;s:24:\"specialpages-group-pages\";i:3773;s:28:\"specialpages-group-pagetools\";i:3774;s:23:\"specialpages-group-wiki\";i:3775;s:28:\"specialpages-group-redirects\";i:3776;s:23:\"specialpages-group-spam\";i:3777;s:28:\"specialpages-group-developer\";i:3778;s:9:\"blankpage\";i:3779;s:22:\"intentionallyblankpage\";i:3780;s:28:\"disabledspecialpage-disabled\";i:3781;s:24:\"external_image_whitelist\";i:3782;s:4:\"tags\";i:3783;s:12:\"tags-summary\";i:3784;s:10:\"tag-filter\";i:3785;s:17:\"tag-filter-submit\";i:3786;s:10:\"tag-hidden\";i:3787;s:16:\"tag-list-wrapper\";i:3788;s:25:\"tag-mw-contentmodelchange\";i:3789;s:37:\"tag-mw-contentmodelchange-description\";i:3790;s:19:\"tag-mw-new-redirect\";i:3791;s:31:\"tag-mw-new-redirect-description\";i:3792;s:23:\"tag-mw-removed-redirect\";i:3793;s:35:\"tag-mw-removed-redirect-description\";i:3794;s:30:\"tag-mw-changed-redirect-target\";i:3795;s:42:\"tag-mw-changed-redirect-target-description\";i:3796;s:12:\"tag-mw-blank\";i:3797;s:24:\"tag-mw-blank-description\";i:3798;s:14:\"tag-mw-replace\";i:3799;s:26:\"tag-mw-replace-description\";i:3800;s:15:\"tag-mw-rollback\";i:3801;s:27:\"tag-mw-rollback-description\";i:3802;s:11:\"tag-mw-undo\";i:3803;s:23:\"tag-mw-undo-description\";i:3804;s:20:\"tag-mw-manual-revert\";i:3805;s:32:\"tag-mw-manual-revert-description\";i:3806;s:15:\"tag-mw-reverted\";i:3807;s:27:\"tag-mw-reverted-description\";i:3808;s:25:\"tag-mw-server-side-upload\";i:3809;s:37:\"tag-mw-server-side-upload-description\";i:3810;s:10:\"tags-title\";i:3811;s:10:\"tags-intro\";i:3812;s:8:\"tags-tag\";i:3813;s:19:\"tags-display-header\";i:3814;s:23:\"tags-description-header\";i:3815;s:18:\"tags-source-header\";i:3816;s:18:\"tags-active-header\";i:3817;s:20:\"tags-hitcount-header\";i:3818;s:19:\"tags-actions-header\";i:3819;s:15:\"tags-active-yes\";i:3820;s:14:\"tags-active-no\";i:3821;s:21:\"tags-source-extension\";i:3822;s:18:\"tags-source-manual\";i:3823;s:16:\"tags-source-none\";i:3824;s:11:\"tags-hidden\";i:3825;s:9:\"tags-edit\";i:3826;s:11:\"tags-delete\";i:3827;s:13:\"tags-activate\";i:3828;s:15:\"tags-deactivate\";i:3829;s:13:\"tags-hitcount\";i:3830;s:25:\"tags-manage-no-permission\";i:3831;s:19:\"tags-manage-blocked\";i:3832;s:19:\"tags-create-heading\";i:3833;s:23:\"tags-create-explanation\";i:3834;s:20:\"tags-create-tag-name\";i:3835;s:18:\"tags-create-reason\";i:3836;s:18:\"tags-create-submit\";i:3837;s:19:\"tags-create-no-name\";i:3838;s:25:\"tags-create-invalid-chars\";i:3839;s:31:\"tags-create-invalid-title-chars\";i:3840;s:26:\"tags-create-already-exists\";i:3841;s:26:\"tags-create-warnings-above\";i:3842;s:26:\"tags-create-warnings-below\";i:3843;s:17:\"tags-delete-title\";i:3844;s:31:\"tags-delete-explanation-initial\";i:3845;s:30:\"tags-delete-explanation-in-use\";i:3846;s:31:\"tags-delete-explanation-warning\";i:3847;s:30:\"tags-delete-explanation-active\";i:3848;s:18:\"tags-delete-reason\";i:3849;s:18:\"tags-delete-submit\";i:3850;s:23:\"tags-delete-not-allowed\";i:3851;s:21:\"tags-delete-not-found\";i:3852;s:25:\"tags-delete-too-many-uses\";i:3853;s:33:\"tags-delete-warnings-after-delete\";i:3854;s:25:\"tags-delete-no-permission\";i:3855;s:19:\"tags-activate-title\";i:3856;s:22:\"tags-activate-question\";i:3857;s:20:\"tags-activate-reason\";i:3858;s:25:\"tags-activate-not-allowed\";i:3859;s:23:\"tags-activate-not-found\";i:3860;s:20:\"tags-activate-submit\";i:3861;s:21:\"tags-deactivate-title\";i:3862;s:24:\"tags-deactivate-question\";i:3863;s:22:\"tags-deactivate-reason\";i:3864;s:27:\"tags-deactivate-not-allowed\";i:3865;s:22:\"tags-deactivate-submit\";i:3866;s:24:\"tags-apply-no-permission\";i:3867;s:18:\"tags-apply-blocked\";i:3868;s:26:\"tags-apply-not-allowed-one\";i:3869;s:28:\"tags-apply-not-allowed-multi\";i:3870;s:25:\"tags-update-no-permission\";i:3871;s:19:\"tags-update-blocked\";i:3872;s:31:\"tags-update-add-not-allowed-one\";i:3873;s:33:\"tags-update-add-not-allowed-multi\";i:3874;s:34:\"tags-update-remove-not-allowed-one\";i:3875;s:36:\"tags-update-remove-not-allowed-multi\";i:3876;s:15:\"tags-edit-title\";i:3877;s:21:\"tags-edit-manage-link\";i:3878;s:27:\"tags-edit-revision-selected\";i:3879;s:27:\"tags-edit-logentry-selected\";i:3880;s:30:\"tags-edit-revision-explanation\";i:3881;s:30:\"tags-edit-logentry-explanation\";i:3882;s:25:\"tags-edit-revision-legend\";i:3883;s:25:\"tags-edit-logentry-legend\";i:3884;s:23:\"tags-edit-existing-tags\";i:3885;s:28:\"tags-edit-existing-tags-none\";i:3886;s:18:\"tags-edit-new-tags\";i:3887;s:13:\"tags-edit-add\";i:3888;s:16:\"tags-edit-remove\";i:3889;s:25:\"tags-edit-remove-all-tags\";i:3890;s:28:\"tags-edit-chosen-placeholder\";i:3891;s:27:\"tags-edit-chosen-no-results\";i:3892;s:16:\"tags-edit-reason\";i:3893;s:25:\"tags-edit-revision-submit\";i:3894;s:25:\"tags-edit-logentry-submit\";i:3895;s:17:\"tags-edit-success\";i:3896;s:17:\"tags-edit-failure\";i:3897;s:23:\"tags-edit-nooldid-title\";i:3898;s:22:\"tags-edit-nooldid-text\";i:3899;s:23:\"tags-edit-none-selected\";i:3900;s:12:\"comparepages\";i:3901;s:20:\"comparepages-summary\";i:3902;s:13:\"compare-page1\";i:3903;s:13:\"compare-page2\";i:3904;s:12:\"compare-rev1\";i:3905;s:12:\"compare-rev2\";i:3906;s:14:\"compare-submit\";i:3907;s:27:\"compare-revision-not-exists\";i:3908;s:9:\"diff-form\";i:3909;s:15:\"diff-form-oldid\";i:3910;s:15:\"diff-form-revid\";i:3911;s:16:\"diff-form-submit\";i:3912;s:17:\"diff-form-summary\";i:3913;s:21:\"diff-form-other-revid\";i:3914;s:21:\"diff-form-error-revid\";i:3915;s:13:\"permanentlink\";i:3916;s:19:\"permanentlink-revid\";i:3917;s:20:\"permanentlink-submit\";i:3918;s:21:\"permanentlink-summary\";i:3919;s:10:\"newsection\";i:3920;s:15:\"newsection-page\";i:3921;s:17:\"newsection-submit\";i:3922;s:18:\"newsection-summary\";i:3923;s:8:\"editpage\";i:3924;s:20:\"specialeditpage-page\";i:3925;s:22:\"specialeditpage-submit\";i:3926;s:16:\"editpage-summary\";i:3927;s:10:\"deletepage\";i:3928;s:22:\"specialdeletepage-page\";i:3929;s:24:\"specialdeletepage-submit\";i:3930;s:18:\"deletepage-summary\";i:3931;s:8:\"pageinfo\";i:3932;s:20:\"specialpageinfo-page\";i:3933;s:22:\"specialpageinfo-submit\";i:3934;s:16:\"pageinfo-summary\";i:3935;s:11:\"pagehistory\";i:3936;s:23:\"specialpagehistory-page\";i:3937;s:25:\"specialpagehistory-submit\";i:3938;s:19:\"pagehistory-summary\";i:3939;s:11:\"protectpage\";i:3940;s:23:\"specialprotectpage-page\";i:3941;s:25:\"specialprotectpage-submit\";i:3942;s:19:\"protectpage-summary\";i:3943;s:5:\"purge\";i:3944;s:17:\"specialpurge-page\";i:3945;s:19:\"specialpurge-submit\";i:3946;s:13:\"purge-summary\";i:3947;s:14:\"dberr-problems\";i:3948;s:11:\"dberr-again\";i:3949;s:10:\"dberr-info\";i:3950;s:17:\"dberr-info-hidden\";i:3951;s:22:\"htmlform-invalid-input\";i:3952;s:25:\"htmlform-select-badoption\";i:3953;s:20:\"htmlform-int-invalid\";i:3954;s:22:\"htmlform-float-invalid\";i:3955;s:19:\"htmlform-int-toolow\";i:3956;s:20:\"htmlform-int-toohigh\";i:3957;s:28:\"htmlform-multiselect-toomany\";i:3958;s:17:\"htmlform-required\";i:3959;s:15:\"htmlform-submit\";i:3960;s:14:\"htmlform-reset\";i:3961;s:28:\"htmlform-selectorother-other\";i:3962;s:11:\"htmlform-no\";i:3963;s:12:\"htmlform-yes\";i:3964;s:27:\"htmlform-chosen-placeholder\";i:3965;s:22:\"htmlform-cloner-create\";i:3966;s:22:\"htmlform-cloner-delete\";i:3967;s:24:\"htmlform-cloner-required\";i:3968;s:25:\"htmlform-date-placeholder\";i:3969;s:25:\"htmlform-time-placeholder\";i:3970;s:29:\"htmlform-datetime-placeholder\";i:3971;s:21:\"htmlform-date-invalid\";i:3972;s:21:\"htmlform-time-invalid\";i:3973;s:25:\"htmlform-datetime-invalid\";i:3974;s:20:\"htmlform-date-toolow\";i:3975;s:21:\"htmlform-date-toohigh\";i:3976;s:20:\"htmlform-time-toolow\";i:3977;s:21:\"htmlform-time-toohigh\";i:3978;s:24:\"htmlform-datetime-toolow\";i:3979;s:25:\"htmlform-datetime-toohigh\";i:3980;s:27:\"htmlform-title-badnamespace\";i:3981;s:28:\"htmlform-title-not-creatable\";i:3982;s:25:\"htmlform-title-not-exists\";i:3983;s:24:\"htmlform-title-interwiki\";i:3984;s:24:\"htmlform-user-not-exists\";i:3985;s:23:\"htmlform-user-not-valid\";i:3986;s:24:\"htmlform-tag-not-allowed\";i:3987;s:10:\"rawmessage\";i:3988;s:22:\"logentry-delete-delete\";i:3989;s:28:\"logentry-delete-delete_redir\";i:3990;s:29:\"logentry-delete-delete_redir2\";i:3991;s:23:\"logentry-delete-restore\";i:3992;s:31:\"logentry-delete-restore-nocount\";i:3993;s:23:\"restore-count-revisions\";i:3994;s:19:\"restore-count-files\";i:3995;s:21:\"logentry-delete-event\";i:3996;s:24:\"logentry-delete-revision\";i:3997;s:28:\"logentry-delete-event-legacy\";i:3998;s:31:\"logentry-delete-revision-legacy\";i:3999;s:24:\"logentry-suppress-delete\";i:4000;s:23:\"logentry-suppress-event\";i:4001;s:26:\"logentry-suppress-revision\";i:4002;s:30:\"logentry-suppress-event-legacy\";i:4003;s:33:\"logentry-suppress-revision-legacy\";i:4004;s:21:\"revdelete-content-hid\";i:4005;s:21:\"revdelete-summary-hid\";i:4006;s:19:\"revdelete-uname-hid\";i:4007;s:23:\"revdelete-content-unhid\";i:4008;s:23:\"revdelete-summary-unhid\";i:4009;s:21:\"revdelete-uname-unhid\";i:4010;s:20:\"revdelete-restricted\";i:4011;s:22:\"revdelete-unrestricted\";i:4012;s:20:\"logentry-block-block\";i:4013;s:22:\"logentry-block-unblock\";i:4014;s:22:\"logentry-block-reblock\";i:4015;s:32:\"logentry-partialblock-block-page\";i:4016;s:30:\"logentry-partialblock-block-ns\";i:4017;s:34:\"logentry-partialblock-block-action\";i:4018;s:27:\"logentry-partialblock-block\";i:4019;s:29:\"logentry-partialblock-reblock\";i:4020;s:32:\"logentry-non-editing-block-block\";i:4021;s:34:\"logentry-non-editing-block-reblock\";i:4022;s:23:\"logentry-suppress-block\";i:4023;s:25:\"logentry-suppress-reblock\";i:4024;s:22:\"logentry-import-upload\";i:4025;s:30:\"logentry-import-upload-details\";i:4026;s:25:\"logentry-import-interwiki\";i:4027;s:33:\"logentry-import-interwiki-details\";i:4028;s:20:\"logentry-merge-merge\";i:4029;s:18:\"logentry-move-move\";i:4030;s:29:\"logentry-move-move-noredirect\";i:4031;s:24:\"logentry-move-move_redir\";i:4032;s:35:\"logentry-move-move_redir-noredirect\";i:4033;s:22:\"logentry-patrol-patrol\";i:4034;s:27:\"logentry-patrol-patrol-auto\";i:4035;s:26:\"logentry-newusers-newusers\";i:4036;s:24:\"logentry-newusers-create\";i:4037;s:25:\"logentry-newusers-create2\";i:4038;s:25:\"logentry-newusers-byemail\";i:4039;s:28:\"logentry-newusers-autocreate\";i:4040;s:26:\"logentry-protect-move_prot\";i:4041;s:26:\"logentry-protect-unprotect\";i:4042;s:24:\"logentry-protect-protect\";i:4043;s:32:\"logentry-protect-protect-cascade\";i:4044;s:23:\"logentry-protect-modify\";i:4045;s:31:\"logentry-protect-modify-cascade\";i:4046;s:22:\"logentry-rights-rights\";i:4047;s:29:\"logentry-rights-rights-legacy\";i:4048;s:27:\"logentry-rights-autopromote\";i:4049;s:22:\"logentry-upload-upload\";i:4050;s:25:\"logentry-upload-overwrite\";i:4051;s:22:\"logentry-upload-revert\";i:4052;s:19:\"log-name-managetags\";i:4053;s:26:\"log-description-managetags\";i:4054;s:26:\"logentry-managetags-create\";i:4055;s:26:\"logentry-managetags-delete\";i:4056;s:28:\"logentry-managetags-activate\";i:4057;s:30:\"logentry-managetags-deactivate\";i:4058;s:12:\"log-name-tag\";i:4059;s:19:\"log-description-tag\";i:4060;s:32:\"logentry-tag-update-add-revision\";i:4061;s:32:\"logentry-tag-update-add-logentry\";i:4062;s:35:\"logentry-tag-update-remove-revision\";i:4063;s:35:\"logentry-tag-update-remove-logentry\";i:4064;s:28:\"logentry-tag-update-revision\";i:4065;s:28:\"logentry-tag-update-logentry\";i:4066;s:10:\"rightsnone\";i:4067;s:14:\"deletedarticle\";i:4068;s:16:\"undeletedarticle\";i:4069;s:15:\"patrol-log-line\";i:4070;s:15:\"patrol-log-auto\";i:4071;s:15:\"patrol-log-diff\";i:4072;s:9:\"1movedto2\";i:4073;s:15:\"1movedto2_redir\";i:4074;s:23:\"newuserlog-create-entry\";i:4075;s:24:\"newuserlog-create2-entry\";i:4076;s:27:\"newuserlog-autocreate-entry\";i:4077;s:14:\"rightslogentry\";i:4078;s:26:\"rightslogentry-autopromote\";i:4079;s:30:\"rightslogentry-temporary-group\";i:4080;s:15:\"feedback-adding\";i:4081;s:13:\"feedback-back\";i:4082;s:17:\"feedback-bugcheck\";i:4083;s:15:\"feedback-bugnew\";i:4084;s:18:\"feedback-bugornote\";i:4085;s:15:\"feedback-cancel\";i:4086;s:14:\"feedback-close\";i:4087;s:35:\"feedback-external-bug-report-button\";i:4088;s:21:\"feedback-dialog-title\";i:4089;s:21:\"feedback-dialog-intro\";i:4090;s:15:\"feedback-error1\";i:4091;s:15:\"feedback-error4\";i:4092;s:16:\"feedback-message\";i:4093;s:16:\"feedback-subject\";i:4094;s:15:\"feedback-submit\";i:4095;s:14:\"feedback-terms\";i:4096;s:19:\"feedback-termsofuse\";i:4097;s:15:\"feedback-thanks\";i:4098;s:21:\"feedback-thanks-title\";i:4099;s:18:\"feedback-useragent\";i:4100;s:20:\"searchsuggest-search\";i:4101;s:24:\"searchsuggest-containing\";i:4102;s:27:\"search-match-redirect-label\";i:4103;s:26:\"search-match-redirect-help\";i:4104;s:17:\"searchlimit-label\";i:4105;s:16:\"searchlimit-help\";i:4106;s:30:\"api-clientside-error-noconnect\";i:4107;s:25:\"api-clientside-error-http\";i:4108;s:28:\"api-clientside-error-timeout\";i:4109;s:28:\"api-clientside-error-aborted\";i:4110;s:36:\"api-clientside-error-invalidresponse\";i:4111;s:18:\"api-error-badtoken\";i:4112;s:19:\"api-error-emptypage\";i:4113;s:23:\"api-error-publishfailed\";i:4114;s:21:\"api-error-stashfailed\";i:4115;s:25:\"api-error-unknown-warning\";i:4116;s:22:\"api-error-unknownerror\";i:4117;s:16:\"duration-seconds\";i:4118;s:16:\"duration-minutes\";i:4119;s:14:\"duration-hours\";i:4120;s:13:\"duration-days\";i:4121;s:14:\"duration-weeks\";i:4122;s:14:\"duration-years\";i:4123;s:16:\"duration-decades\";i:4124;s:18:\"duration-centuries\";i:4125;s:18:\"duration-millennia\";i:4126;s:14:\"rotate-comment\";i:4127;s:17:\"limitreport-title\";i:4128;s:19:\"limitreport-cputime\";i:4129;s:25:\"limitreport-cputime-value\";i:4130;s:20:\"limitreport-walltime\";i:4131;s:26:\"limitreport-walltime-value\";i:4132;s:26:\"limitreport-ppvisitednodes\";i:4133;s:32:\"limitreport-ppvisitednodes-value\";i:4134;s:33:\"limitreport-postexpandincludesize\";i:4135;s:39:\"limitreport-postexpandincludesize-value\";i:4136;s:32:\"limitreport-templateargumentsize\";i:4137;s:38:\"limitreport-templateargumentsize-value\";i:4138;s:26:\"limitreport-expansiondepth\";i:4139;s:32:\"limitreport-expansiondepth-value\";i:4140;s:34:\"limitreport-expensivefunctioncount\";i:4141;s:40:\"limitreport-expensivefunctioncount-value\";i:4142;s:25:\"limitreport-unstrip-depth\";i:4143;s:31:\"limitreport-unstrip-depth-value\";i:4144;s:24:\"limitreport-unstrip-size\";i:4145;s:30:\"limitreport-unstrip-size-value\";i:4146;s:15:\"expandtemplates\";i:4147;s:22:\"expand_templates_intro\";i:4148;s:22:\"expand_templates_title\";i:4149;s:22:\"expand_templates_input\";i:4150;s:23:\"expand_templates_output\";i:4151;s:27:\"expand_templates_xml_output\";i:4152;s:28:\"expand_templates_html_output\";i:4153;s:19:\"expand_templates_ok\";i:4154;s:32:\"expand_templates_remove_comments\";i:4155;s:30:\"expand_templates_remove_nowiki\";i:4156;s:29:\"expand_templates_generate_xml\";i:4157;s:33:\"expand_templates_generate_rawhtml\";i:4158;s:24:\"expand_templates_preview\";i:4159;s:34:\"expand_templates_preview_fail_html\";i:4160;s:39:\"expand_templates_preview_fail_html_anon\";i:4161;s:30:\"expand_templates_input_missing\";i:4162;s:12:\"pagelanguage\";i:4163;s:13:\"pagelang-name\";i:4164;s:17:\"pagelang-language\";i:4165;s:20:\"pagelang-use-default\";i:4166;s:20:\"pagelang-select-lang\";i:4167;s:15:\"pagelang-reason\";i:4168;s:15:\"pagelang-submit\";i:4169;s:25:\"pagelang-nonexistent-page\";i:4170;s:27:\"pagelang-unchanged-language\";i:4171;s:35:\"pagelang-unchanged-language-default\";i:4172;s:18:\"pagelang-db-failed\";i:4173;s:14:\"right-pagelang\";i:4174;s:15:\"action-pagelang\";i:4175;s:17:\"log-name-pagelang\";i:4176;s:24:\"log-description-pagelang\";i:4177;s:26:\"logentry-pagelang-pagelang\";i:4178;s:22:\"default-skin-not-found\";i:4179;s:31:\"default-skin-not-found-no-skins\";i:4180;s:34:\"default-skin-not-found-row-enabled\";i:4181;s:35:\"default-skin-not-found-row-disabled\";i:4182;s:15:\"mediastatistics\";i:4183;s:23:\"mediastatistics-summary\";i:4184;s:22:\"mediastatistics-nfiles\";i:4185;s:22:\"mediastatistics-nbytes\";i:4186;s:28:\"mediastatistics-bytespertype\";i:4187;s:24:\"mediastatistics-allbytes\";i:4188;s:30:\"mediastatistics-table-mimetype\";i:4189;s:32:\"mediastatistics-table-extensions\";i:4190;s:27:\"mediastatistics-table-count\";i:4191;s:32:\"mediastatistics-table-totalbytes\";i:4192;s:30:\"mediastatistics-header-unknown\";i:4193;s:29:\"mediastatistics-header-bitmap\";i:4194;s:30:\"mediastatistics-header-drawing\";i:4195;s:28:\"mediastatistics-header-audio\";i:4196;s:28:\"mediastatistics-header-video\";i:4197;s:33:\"mediastatistics-header-multimedia\";i:4198;s:29:\"mediastatistics-header-office\";i:4199;s:27:\"mediastatistics-header-text\";i:4200;s:33:\"mediastatistics-header-executable\";i:4201;s:30:\"mediastatistics-header-archive\";i:4202;s:25:\"mediastatistics-header-3d\";i:4203;s:28:\"mediastatistics-header-total\";i:4204;s:24:\"json-warn-trailing-comma\";i:4205;s:18:\"json-error-unknown\";i:4206;s:16:\"json-error-depth\";i:4207;s:25:\"json-error-state-mismatch\";i:4208;s:20:\"json-error-ctrl-char\";i:4209;s:17:\"json-error-syntax\";i:4210;s:15:\"json-error-utf8\";i:4211;s:32:\"json-error-invalid-property-name\";i:4212;s:16:\"json-error-utf16\";i:4213;s:21:\"headline-anchor-title\";i:4214;s:30:\"special-characters-group-latin\";i:4215;s:38:\"special-characters-group-latinextended\";i:4216;s:28:\"special-characters-group-ipa\";i:4217;s:32:\"special-characters-group-symbols\";i:4218;s:30:\"special-characters-group-greek\";i:4219;s:38:\"special-characters-group-greekextended\";i:4220;s:33:\"special-characters-group-cyrillic\";i:4221;s:31:\"special-characters-group-arabic\";i:4222;s:39:\"special-characters-group-arabicextended\";i:4223;s:32:\"special-characters-group-persian\";i:4224;s:31:\"special-characters-group-hebrew\";i:4225;s:31:\"special-characters-group-bangla\";i:4226;s:30:\"special-characters-group-tamil\";i:4227;s:31:\"special-characters-group-telugu\";i:4228;s:32:\"special-characters-group-sinhala\";i:4229;s:33:\"special-characters-group-gujarati\";i:4230;s:35:\"special-characters-group-devanagari\";i:4231;s:29:\"special-characters-group-thai\";i:4232;s:28:\"special-characters-group-lao\";i:4233;s:30:\"special-characters-group-khmer\";i:4234;s:43:\"special-characters-group-canadianaboriginal\";i:4235;s:30:\"special-characters-group-runes\";i:4236;s:31:\"special-characters-title-endash\";i:4237;s:31:\"special-characters-title-emdash\";i:4238;s:30:\"special-characters-title-minus\";i:4239;s:22:\"mw-widgets-abandonedit\";i:4240;s:30:\"mw-widgets-abandonedit-discard\";i:4241;s:27:\"mw-widgets-abandonedit-keep\";i:4242;s:28:\"mw-widgets-abandonedit-title\";i:4243;s:30:\"mw-widgets-copytextlayout-copy\";i:4244;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4245;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4246;s:28:\"mw-widgets-dateinput-no-date\";i:4247;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4248;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4249;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4250;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4251;s:32:\"mw-widgets-mediasearch-noresults\";i:4252;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4253;s:27:\"mw-widgets-table-row-delete\";i:4254;s:42:\"mw-widgets-titleinput-description-new-page\";i:4255;s:42:\"mw-widgets-titleinput-description-redirect\";i:4256;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4257;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4258;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4259;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4260;s:15:\"date-range-from\";i:4261;s:13:\"date-range-to\";i:4262;s:18:\"sessionmanager-tie\";i:4263;s:23:\"sessionprovider-generic\";i:4264;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4265;s:25:\"sessionprovider-nocookies\";i:4266;s:14:\"randomrootpage\";i:4267;s:23:\"log-action-filter-block\";i:4268;s:30:\"log-action-filter-contentmodel\";i:4269;s:24:\"log-action-filter-delete\";i:4270;s:24:\"log-action-filter-import\";i:4271;s:28:\"log-action-filter-managetags\";i:4272;s:22:\"log-action-filter-move\";i:4273;s:26:\"log-action-filter-newusers\";i:4274;s:24:\"log-action-filter-patrol\";i:4275;s:25:\"log-action-filter-protect\";i:4276;s:24:\"log-action-filter-rights\";i:4277;s:26:\"log-action-filter-suppress\";i:4278;s:24:\"log-action-filter-upload\";i:4279;s:21:\"log-action-filter-all\";i:4280;s:29:\"log-action-filter-block-block\";i:4281;s:31:\"log-action-filter-block-reblock\";i:4282;s:31:\"log-action-filter-block-unblock\";i:4283;s:37:\"log-action-filter-contentmodel-change\";i:4284;s:34:\"log-action-filter-contentmodel-new\";i:4285;s:31:\"log-action-filter-delete-delete\";i:4286;s:37:\"log-action-filter-delete-delete_redir\";i:4287;s:38:\"log-action-filter-delete-delete_redir2\";i:4288;s:32:\"log-action-filter-delete-restore\";i:4289;s:30:\"log-action-filter-delete-event\";i:4290;s:33:\"log-action-filter-delete-revision\";i:4291;s:34:\"log-action-filter-import-interwiki\";i:4292;s:31:\"log-action-filter-import-upload\";i:4293;s:35:\"log-action-filter-managetags-create\";i:4294;s:35:\"log-action-filter-managetags-delete\";i:4295;s:37:\"log-action-filter-managetags-activate\";i:4296;s:39:\"log-action-filter-managetags-deactivate\";i:4297;s:27:\"log-action-filter-move-move\";i:4298;s:33:\"log-action-filter-move-move_redir\";i:4299;s:33:\"log-action-filter-newusers-create\";i:4300;s:34:\"log-action-filter-newusers-create2\";i:4301;s:37:\"log-action-filter-newusers-autocreate\";i:4302;s:34:\"log-action-filter-newusers-byemail\";i:4303;s:31:\"log-action-filter-patrol-patrol\";i:4304;s:35:\"log-action-filter-patrol-autopatrol\";i:4305;s:33:\"log-action-filter-protect-protect\";i:4306;s:32:\"log-action-filter-protect-modify\";i:4307;s:35:\"log-action-filter-protect-unprotect\";i:4308;s:35:\"log-action-filter-protect-move_prot\";i:4309;s:31:\"log-action-filter-rights-rights\";i:4310;s:36:\"log-action-filter-rights-autopromote\";i:4311;s:32:\"log-action-filter-suppress-event\";i:4312;s:35:\"log-action-filter-suppress-revision\";i:4313;s:33:\"log-action-filter-suppress-delete\";i:4314;s:32:\"log-action-filter-suppress-block\";i:4315;s:34:\"log-action-filter-suppress-reblock\";i:4316;s:31:\"log-action-filter-upload-upload\";i:4317;s:34:\"log-action-filter-upload-overwrite\";i:4318;s:31:\"log-action-filter-upload-revert\";i:4319;s:33:\"authmanager-authn-not-in-progress\";i:4320;s:28:\"authmanager-authn-no-primary\";i:4321;s:31:\"authmanager-authn-no-local-user\";i:4322;s:36:\"authmanager-authn-no-local-user-link\";i:4323;s:35:\"authmanager-authn-autocreate-failed\";i:4324;s:32:\"authmanager-change-not-supported\";i:4325;s:27:\"authmanager-create-disabled\";i:4326;s:29:\"authmanager-create-from-login\";i:4327;s:34:\"authmanager-create-not-in-progress\";i:4328;s:29:\"authmanager-create-no-primary\";i:4329;s:27:\"authmanager-link-no-primary\";i:4330;s:32:\"authmanager-link-not-in-progress\";i:4331;s:29:\"authmanager-autocreate-noperm\";i:4332;s:32:\"authmanager-autocreate-exception\";i:4333;s:28:\"authmanager-userdoesnotexist\";i:4334;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4335;s:25:\"authmanager-username-help\";i:4336;s:25:\"authmanager-password-help\";i:4337;s:23:\"authmanager-domain-help\";i:4338;s:23:\"authmanager-retype-help\";i:4339;s:23:\"authmanager-email-label\";i:4340;s:22:\"authmanager-email-help\";i:4341;s:26:\"authmanager-realname-label\";i:4342;s:25:\"authmanager-realname-help\";i:4343;s:29:\"authmanager-provider-password\";i:4344;s:36:\"authmanager-provider-password-domain\";i:4345;s:35:\"authmanager-account-password-domain\";i:4346;s:38:\"authmanager-provider-temporarypassword\";i:4347;s:32:\"authprovider-confirmlink-message\";i:4348;s:31:\"authprovider-confirmlink-option\";i:4349;s:38:\"authprovider-confirmlink-request-label\";i:4350;s:37:\"authprovider-confirmlink-request-help\";i:4351;s:37:\"authprovider-confirmlink-success-line\";i:4352;s:36:\"authprovider-confirmlink-failed-line\";i:4353;s:31:\"authprovider-confirmlink-failed\";i:4354;s:32:\"authprovider-confirmlink-ok-help\";i:4355;s:33:\"authprovider-resetpass-skip-label\";i:4356;s:32:\"authprovider-resetpass-skip-help\";i:4357;s:24:\"authform-nosession-login\";i:4358;s:25:\"authform-nosession-signup\";i:4359;s:17:\"authform-newtoken\";i:4360;s:16:\"authform-notoken\";i:4361;s:19:\"authform-wrongtoken\";i:4362;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4363;s:37:\"specialpage-securitylevel-not-allowed\";i:4364;s:21:\"authpage-cannot-login\";i:4365;s:30:\"authpage-cannot-login-continue\";i:4366;s:22:\"authpage-cannot-create\";i:4367;s:31:\"authpage-cannot-create-continue\";i:4368;s:20:\"authpage-cannot-link\";i:4369;s:29:\"authpage-cannot-link-continue\";i:4370;s:28:\"cannotauth-not-allowed-title\";i:4371;s:22:\"cannotauth-not-allowed\";i:4372;s:17:\"changecredentials\";i:4373;s:24:\"changecredentials-submit\";i:4374;s:32:\"changecredentials-invalidsubpage\";i:4375;s:25:\"changecredentials-success\";i:4376;s:17:\"removecredentials\";i:4377;s:24:\"removecredentials-submit\";i:4378;s:32:\"removecredentials-invalidsubpage\";i:4379;s:25:\"removecredentials-success\";i:4380;s:24:\"credentialsform-provider\";i:4381;s:23:\"credentialsform-account\";i:4382;s:28:\"cannotlink-no-provider-title\";i:4383;s:22:\"cannotlink-no-provider\";i:4384;s:12:\"linkaccounts\";i:4385;s:25:\"linkaccounts-success-text\";i:4386;s:19:\"linkaccounts-submit\";i:4387;s:30:\"cannotunlink-no-provider-title\";i:4388;s:24:\"cannotunlink-no-provider\";i:4389;s:14:\"unlinkaccounts\";i:4390;s:22:\"unlinkaccounts-success\";i:4391;s:32:\"authenticationdatachange-ignored\";i:4392;s:14:\"userjsispublic\";i:4393;s:16:\"userjsonispublic\";i:4394;s:15:\"usercssispublic\";i:4395;s:15:\"userjsdangerous\";i:4396;s:23:\"restrictionsfield-badip\";i:4397;s:23:\"restrictionsfield-label\";i:4398;s:22:\"restrictionsfield-help\";i:4399;s:11:\"specialmute\";i:4400;s:19:\"specialmute-success\";i:4401;s:18:\"specialmute-submit\";i:4402;s:28:\"specialmute-label-mute-email\";i:4403;s:18:\"specialmute-header\";i:4404;s:30:\"specialmute-error-invalid-user\";i:4405;s:28:\"specialmute-error-no-options\";i:4406;s:24:\"specialmute-email-footer\";i:4407;s:26:\"specialmute-login-required\";i:4408;s:16:\"mute-preferences\";i:4409;s:5:\"revid\";i:4410;s:6:\"pageid\";i:4411;s:18:\"rawhtml-notallowed\";i:4412;s:13:\"gotointerwiki\";i:4413;s:21:\"gotointerwiki-invalid\";i:4414;s:22:\"gotointerwiki-external\";i:4415;s:17:\"undelete-cantedit\";i:4416;s:19:\"undelete-cantcreate\";i:4417;s:14:\"pagedata-title\";i:4418;s:13:\"pagedata-text\";i:4419;s:23:\"pagedata-not-acceptable\";i:4420;s:18:\"pagedata-bad-title\";i:4421;s:24:\"unregistered-user-config\";i:4422;s:16:\"passwordpolicies\";i:4423;s:24:\"passwordpolicies-summary\";i:4424;s:22:\"passwordpolicies-group\";i:4425;s:25:\"passwordpolicies-policies\";i:4426;s:31:\"passwordpolicies-policy-display\";i:4427;s:40:\"passwordpolicies-policy-displaywithflags\";i:4428;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4429;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4430;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4431;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4432;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4433;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4434;s:39:\"passwordpolicies-policyflag-forcechange\";i:4435;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4436;s:27:\"mycustomjsredirectprotected\";i:4437;s:22:\"deflate-invaliddeflate\";i:4438;s:14:\"unprotected-js\";i:4439;s:19:\"userlogout-continue\";i:4440;s:15:\"userlogout-temp\";i:4441;s:22:\"paramvalidator-baduser\";i:4442;s:29:\"paramvalidator-help-type-user\";i:4443;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4444;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4445;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4446;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4447;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4448;s:23:\"paramvalidator-badtitle\";i:4449;s:27:\"paramvalidator-missingtitle\";i:4450;s:30:\"paramvalidator-help-type-title\";i:4451;s:41:\"paramvalidator-help-type-title-must-exist\";i:4452;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4453;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4454;s:18:\"config-missing-key\";i:4455;s:18:\"config-invalid-key\";i:4456;s:21:\"changeslist-nocomment\";i:4457;s:22:\"skin-view-create-local\";i:4458;s:14:\"nstab-mainpage\";i:4459;s:20:\"skin-view-edit-local\";i:4460;s:19:\"skin-action-protect\";i:4461;s:20:\"skin-action-undelete\";i:4462;s:18:\"skin-action-delete\";i:4463;s:16:\"skin-action-move\";i:4464;s:26:\"copyupload-allowed-domains\";i:4465;s:30:\"parsoid-stash-rate-limit-error\";i:4466;s:31:\"parsoid-resource-limit-exceeded\";i:4467;s:20:\"parsoid-client-error\";i:4468;s:22:\"newpages-showhide-bots\";i:4469;s:27:\"newpages-showhide-patrolled\";i:4470;s:26:\"newpages-showhide-redirect\";i:4471;s:28:\"newpages-showhide-registered\";i:4472;s:15:\"exif-imagewidth\";i:4473;s:16:\"exif-imagelength\";i:4474;s:18:\"exif-bitspersample\";i:4475;s:16:\"exif-compression\";i:4476;s:30:\"exif-photometricinterpretation\";i:4477;s:16:\"exif-orientation\";i:4478;s:20:\"exif-samplesperpixel\";i:4479;s:24:\"exif-planarconfiguration\";i:4480;s:21:\"exif-ycbcrsubsampling\";i:4481;s:21:\"exif-ycbcrpositioning\";i:4482;s:16:\"exif-xresolution\";i:4483;s:16:\"exif-yresolution\";i:4484;s:17:\"exif-stripoffsets\";i:4485;s:17:\"exif-rowsperstrip\";i:4486;s:20:\"exif-stripbytecounts\";i:4487;s:26:\"exif-jpeginterchangeformat\";i:4488;s:32:\"exif-jpeginterchangeformatlength\";i:4489;s:15:\"exif-whitepoint\";i:4490;s:26:\"exif-primarychromaticities\";i:4491;s:22:\"exif-ycbcrcoefficients\";i:4492;s:24:\"exif-referenceblackwhite\";i:4493;s:13:\"exif-datetime\";i:4494;s:21:\"exif-imagedescription\";i:4495;s:9:\"exif-make\";i:4496;s:10:\"exif-model\";i:4497;s:13:\"exif-software\";i:4498;s:11:\"exif-artist\";i:4499;s:14:\"exif-copyright\";i:4500;s:16:\"exif-exifversion\";i:4501;s:20:\"exif-flashpixversion\";i:4502;s:15:\"exif-colorspace\";i:4503;s:28:\"exif-componentsconfiguration\";i:4504;s:27:\"exif-compressedbitsperpixel\";i:4505;s:20:\"exif-pixelxdimension\";i:4506;s:20:\"exif-pixelydimension\";i:4507;s:16:\"exif-usercomment\";i:4508;s:21:\"exif-relatedsoundfile\";i:4509;s:21:\"exif-datetimeoriginal\";i:4510;s:22:\"exif-datetimedigitized\";i:4511;s:15:\"exif-subsectime\";i:4512;s:23:\"exif-subsectimeoriginal\";i:4513;s:24:\"exif-subsectimedigitized\";i:4514;s:17:\"exif-exposuretime\";i:4515;s:24:\"exif-exposuretime-format\";i:4516;s:12:\"exif-fnumber\";i:4517;s:19:\"exif-fnumber-format\";i:4518;s:20:\"exif-exposureprogram\";i:4519;s:24:\"exif-spectralsensitivity\";i:4520;s:20:\"exif-isospeedratings\";i:4521;s:22:\"exif-shutterspeedvalue\";i:4522;s:18:\"exif-aperturevalue\";i:4523;s:20:\"exif-brightnessvalue\";i:4524;s:22:\"exif-exposurebiasvalue\";i:4525;s:21:\"exif-maxaperturevalue\";i:4526;s:20:\"exif-subjectdistance\";i:4527;s:17:\"exif-meteringmode\";i:4528;s:16:\"exif-lightsource\";i:4529;s:10:\"exif-flash\";i:4530;s:16:\"exif-focallength\";i:4531;s:23:\"exif-focallength-format\";i:4532;s:16:\"exif-subjectarea\";i:4533;s:16:\"exif-flashenergy\";i:4534;s:26:\"exif-focalplanexresolution\";i:4535;s:26:\"exif-focalplaneyresolution\";i:4536;s:29:\"exif-focalplaneresolutionunit\";i:4537;s:20:\"exif-subjectlocation\";i:4538;s:18:\"exif-exposureindex\";i:4539;s:18:\"exif-sensingmethod\";i:4540;s:15:\"exif-filesource\";i:4541;s:14:\"exif-scenetype\";i:4542;s:19:\"exif-customrendered\";i:4543;s:17:\"exif-exposuremode\";i:4544;s:17:\"exif-whitebalance\";i:4545;s:21:\"exif-digitalzoomratio\";i:4546;s:26:\"exif-focallengthin35mmfilm\";i:4547;s:21:\"exif-scenecapturetype\";i:4548;s:16:\"exif-gaincontrol\";i:4549;s:13:\"exif-contrast\";i:4550;s:15:\"exif-saturation\";i:4551;s:14:\"exif-sharpness\";i:4552;s:29:\"exif-devicesettingdescription\";i:4553;s:25:\"exif-subjectdistancerange\";i:4554;s:18:\"exif-imageuniqueid\";i:4555;s:17:\"exif-gpsversionid\";i:4556;s:19:\"exif-gpslatituderef\";i:4557;s:16:\"exif-gpslatitude\";i:4558;s:20:\"exif-gpslongituderef\";i:4559;s:17:\"exif-gpslongitude\";i:4560;s:19:\"exif-gpsaltituderef\";i:4561;s:16:\"exif-gpsaltitude\";i:4562;s:17:\"exif-gpstimestamp\";i:4563;s:18:\"exif-gpssatellites\";i:4564;s:14:\"exif-gpsstatus\";i:4565;s:19:\"exif-gpsmeasuremode\";i:4566;s:11:\"exif-gpsdop\";i:4567;s:16:\"exif-gpsspeedref\";i:4568;s:13:\"exif-gpsspeed\";i:4569;s:16:\"exif-gpstrackref\";i:4570;s:13:\"exif-gpstrack\";i:4571;s:23:\"exif-gpsimgdirectionref\";i:4572;s:20:\"exif-gpsimgdirection\";i:4573;s:16:\"exif-gpsmapdatum\";i:4574;s:23:\"exif-gpsdestlatituderef\";i:4575;s:20:\"exif-gpsdestlatitude\";i:4576;s:24:\"exif-gpsdestlongituderef\";i:4577;s:21:\"exif-gpsdestlongitude\";i:4578;s:22:\"exif-gpsdestbearingref\";i:4579;s:19:\"exif-gpsdestbearing\";i:4580;s:23:\"exif-gpsdestdistanceref\";i:4581;s:20:\"exif-gpsdestdistance\";i:4582;s:24:\"exif-gpsprocessingmethod\";i:4583;s:23:\"exif-gpsareainformation\";i:4584;s:17:\"exif-gpsdatestamp\";i:4585;s:20:\"exif-gpsdifferential\";i:4586;s:22:\"exif-coordinate-format\";i:4587;s:20:\"exif-jpegfilecomment\";i:4588;s:13:\"exif-keywords\";i:4589;s:23:\"exif-worldregioncreated\";i:4590;s:19:\"exif-countrycreated\";i:4591;s:23:\"exif-countrycodecreated\";i:4592;s:27:\"exif-provinceorstatecreated\";i:4593;s:16:\"exif-citycreated\";i:4594;s:23:\"exif-sublocationcreated\";i:4595;s:20:\"exif-worldregiondest\";i:4596;s:16:\"exif-countrydest\";i:4597;s:20:\"exif-countrycodedest\";i:4598;s:24:\"exif-provinceorstatedest\";i:4599;s:13:\"exif-citydest\";i:4600;s:20:\"exif-sublocationdest\";i:4601;s:15:\"exif-objectname\";i:4602;s:24:\"exif-specialinstructions\";i:4603;s:13:\"exif-headline\";i:4604;s:11:\"exif-credit\";i:4605;s:11:\"exif-source\";i:4606;s:15:\"exif-editstatus\";i:4607;s:12:\"exif-urgency\";i:4608;s:22:\"exif-fixtureidentifier\";i:4609;s:17:\"exif-locationdest\";i:4610;s:21:\"exif-locationdestcode\";i:4611;s:16:\"exif-objectcycle\";i:4612;s:12:\"exif-contact\";i:4613;s:11:\"exif-writer\";i:4614;s:17:\"exif-languagecode\";i:4615;s:15:\"exif-iimversion\";i:4616;s:16:\"exif-iimcategory\";i:4617;s:28:\"exif-iimsupplementalcategory\";i:4618;s:20:\"exif-datetimeexpires\";i:4619;s:21:\"exif-datetimereleased\";i:4620;s:28:\"exif-originaltransmissionref\";i:4621;s:15:\"exif-identifier\";i:4622;s:9:\"exif-lens\";i:4623;s:17:\"exif-serialnumber\";i:4624;s:20:\"exif-cameraownername\";i:4625;s:10:\"exif-label\";i:4626;s:21:\"exif-datetimemetadata\";i:4627;s:13:\"exif-nickname\";i:4628;s:11:\"exif-rating\";i:4629;s:22:\"exif-rightscertificate\";i:4630;s:16:\"exif-copyrighted\";i:4631;s:19:\"exif-copyrightowner\";i:4632;s:15:\"exif-usageterms\";i:4633;s:17:\"exif-webstatement\";i:4634;s:23:\"exif-originaldocumentid\";i:4635;s:15:\"exif-licenseurl\";i:4636;s:23:\"exif-morepermissionsurl\";i:4637;s:19:\"exif-attributionurl\";i:4638;s:29:\"exif-preferredattributionname\";i:4639;s:19:\"exif-pngfilecomment\";i:4640;s:15:\"exif-disclaimer\";i:4641;s:19:\"exif-contentwarning\";i:4642;s:19:\"exif-giffilecomment\";i:4643;s:22:\"exif-intellectualgenre\";i:4644;s:20:\"exif-subjectnewscode\";i:4645;s:14:\"exif-scenecode\";i:4646;s:10:\"exif-event\";i:4647;s:24:\"exif-organisationinimage\";i:4648;s:18:\"exif-personinimage\";i:4649;s:24:\"exif-originalimageheight\";i:4650;s:23:\"exif-originalimagewidth\";i:4651;s:15:\"exif-make-value\";i:4652;s:16:\"exif-model-value\";i:4653;s:19:\"exif-software-value\";i:4654;s:27:\"exif-software-version-value\";i:4655;s:18:\"exif-contact-value\";i:4656;s:26:\"exif-subjectnewscode-value\";i:4657;s:18:\"exif-compression-1\";i:4658;s:18:\"exif-compression-2\";i:4659;s:18:\"exif-compression-3\";i:4660;s:18:\"exif-compression-4\";i:4661;s:18:\"exif-compression-5\";i:4662;s:18:\"exif-compression-6\";i:4663;s:18:\"exif-compression-7\";i:4664;s:18:\"exif-compression-8\";i:4665;s:22:\"exif-compression-32773\";i:4666;s:22:\"exif-compression-32946\";i:4667;s:22:\"exif-compression-34712\";i:4668;s:21:\"exif-copyrighted-true\";i:4669;s:22:\"exif-copyrighted-false\";i:4670;s:32:\"exif-photometricinterpretation-0\";i:4671;s:32:\"exif-photometricinterpretation-1\";i:4672;s:32:\"exif-photometricinterpretation-2\";i:4673;s:32:\"exif-photometricinterpretation-3\";i:4674;s:32:\"exif-photometricinterpretation-4\";i:4675;s:32:\"exif-photometricinterpretation-5\";i:4676;s:32:\"exif-photometricinterpretation-6\";i:4677;s:32:\"exif-photometricinterpretation-8\";i:4678;s:32:\"exif-photometricinterpretation-9\";i:4679;s:33:\"exif-photometricinterpretation-10\";i:4680;s:36:\"exif-photometricinterpretation-32803\";i:4681;s:36:\"exif-photometricinterpretation-34892\";i:4682;s:16:\"exif-unknowndate\";i:4683;s:18:\"exif-orientation-1\";i:4684;s:18:\"exif-orientation-2\";i:4685;s:18:\"exif-orientation-3\";i:4686;s:18:\"exif-orientation-4\";i:4687;s:18:\"exif-orientation-5\";i:4688;s:18:\"exif-orientation-6\";i:4689;s:18:\"exif-orientation-7\";i:4690;s:18:\"exif-orientation-8\";i:4691;s:26:\"exif-planarconfiguration-1\";i:4692;s:26:\"exif-planarconfiguration-2\";i:4693;s:19:\"exif-xyresolution-i\";i:4694;s:19:\"exif-xyresolution-c\";i:4695;s:17:\"exif-colorspace-1\";i:4696;s:21:\"exif-colorspace-65535\";i:4697;s:30:\"exif-componentsconfiguration-0\";i:4698;s:30:\"exif-componentsconfiguration-1\";i:4699;s:30:\"exif-componentsconfiguration-2\";i:4700;s:30:\"exif-componentsconfiguration-3\";i:4701;s:30:\"exif-componentsconfiguration-4\";i:4702;s:30:\"exif-componentsconfiguration-5\";i:4703;s:30:\"exif-componentsconfiguration-6\";i:4704;s:22:\"exif-exposureprogram-0\";i:4705;s:22:\"exif-exposureprogram-1\";i:4706;s:22:\"exif-exposureprogram-2\";i:4707;s:22:\"exif-exposureprogram-3\";i:4708;s:22:\"exif-exposureprogram-4\";i:4709;s:22:\"exif-exposureprogram-5\";i:4710;s:22:\"exif-exposureprogram-6\";i:4711;s:22:\"exif-exposureprogram-7\";i:4712;s:22:\"exif-exposureprogram-8\";i:4713;s:26:\"exif-subjectdistance-value\";i:4714;s:19:\"exif-meteringmode-0\";i:4715;s:19:\"exif-meteringmode-1\";i:4716;s:19:\"exif-meteringmode-2\";i:4717;s:19:\"exif-meteringmode-3\";i:4718;s:19:\"exif-meteringmode-4\";i:4719;s:19:\"exif-meteringmode-5\";i:4720;s:19:\"exif-meteringmode-6\";i:4721;s:21:\"exif-meteringmode-255\";i:4722;s:18:\"exif-lightsource-0\";i:4723;s:18:\"exif-lightsource-1\";i:4724;s:18:\"exif-lightsource-2\";i:4725;s:18:\"exif-lightsource-3\";i:4726;s:18:\"exif-lightsource-4\";i:4727;s:18:\"exif-lightsource-9\";i:4728;s:19:\"exif-lightsource-10\";i:4729;s:19:\"exif-lightsource-11\";i:4730;s:19:\"exif-lightsource-12\";i:4731;s:19:\"exif-lightsource-13\";i:4732;s:19:\"exif-lightsource-14\";i:4733;s:19:\"exif-lightsource-15\";i:4734;s:19:\"exif-lightsource-17\";i:4735;s:19:\"exif-lightsource-18\";i:4736;s:19:\"exif-lightsource-19\";i:4737;s:19:\"exif-lightsource-20\";i:4738;s:19:\"exif-lightsource-21\";i:4739;s:19:\"exif-lightsource-22\";i:4740;s:19:\"exif-lightsource-23\";i:4741;s:19:\"exif-lightsource-24\";i:4742;s:20:\"exif-lightsource-255\";i:4743;s:18:\"exif-flash-fired-0\";i:4744;s:18:\"exif-flash-fired-1\";i:4745;s:19:\"exif-flash-return-0\";i:4746;s:19:\"exif-flash-return-2\";i:4747;s:19:\"exif-flash-return-3\";i:4748;s:17:\"exif-flash-mode-1\";i:4749;s:17:\"exif-flash-mode-2\";i:4750;s:17:\"exif-flash-mode-3\";i:4751;s:21:\"exif-flash-function-1\";i:4752;s:19:\"exif-flash-redeye-1\";i:4753;s:31:\"exif-focalplaneresolutionunit-2\";i:4754;s:20:\"exif-sensingmethod-1\";i:4755;s:20:\"exif-sensingmethod-2\";i:4756;s:20:\"exif-sensingmethod-3\";i:4757;s:20:\"exif-sensingmethod-4\";i:4758;s:20:\"exif-sensingmethod-5\";i:4759;s:20:\"exif-sensingmethod-7\";i:4760;s:20:\"exif-sensingmethod-8\";i:4761;s:17:\"exif-filesource-3\";i:4762;s:16:\"exif-scenetype-1\";i:4763;s:21:\"exif-customrendered-0\";i:4764;s:21:\"exif-customrendered-1\";i:4765;s:21:\"exif-customrendered-2\";i:4766;s:21:\"exif-customrendered-3\";i:4767;s:21:\"exif-customrendered-4\";i:4768;s:21:\"exif-customrendered-6\";i:4769;s:21:\"exif-customrendered-7\";i:4770;s:21:\"exif-customrendered-8\";i:4771;s:19:\"exif-exposuremode-0\";i:4772;s:19:\"exif-exposuremode-1\";i:4773;s:19:\"exif-exposuremode-2\";i:4774;s:19:\"exif-whitebalance-0\";i:4775;s:19:\"exif-whitebalance-1\";i:4776;s:23:\"exif-scenecapturetype-0\";i:4777;s:23:\"exif-scenecapturetype-1\";i:4778;s:23:\"exif-scenecapturetype-2\";i:4779;s:23:\"exif-scenecapturetype-3\";i:4780;s:18:\"exif-gaincontrol-0\";i:4781;s:18:\"exif-gaincontrol-1\";i:4782;s:18:\"exif-gaincontrol-2\";i:4783;s:18:\"exif-gaincontrol-3\";i:4784;s:18:\"exif-gaincontrol-4\";i:4785;s:15:\"exif-contrast-0\";i:4786;s:15:\"exif-contrast-1\";i:4787;s:15:\"exif-contrast-2\";i:4788;s:17:\"exif-saturation-0\";i:4789;s:17:\"exif-saturation-1\";i:4790;s:17:\"exif-saturation-2\";i:4791;s:16:\"exif-sharpness-0\";i:4792;s:16:\"exif-sharpness-1\";i:4793;s:16:\"exif-sharpness-2\";i:4794;s:27:\"exif-subjectdistancerange-0\";i:4795;s:27:\"exif-subjectdistancerange-1\";i:4796;s:27:\"exif-subjectdistancerange-2\";i:4797;s:27:\"exif-subjectdistancerange-3\";i:4798;s:18:\"exif-gpslatitude-n\";i:4799;s:18:\"exif-gpslatitude-s\";i:4800;s:19:\"exif-gpslongitude-e\";i:4801;s:19:\"exif-gpslongitude-w\";i:4802;s:31:\"exif-gpsaltitude-above-sealevel\";i:4803;s:31:\"exif-gpsaltitude-below-sealevel\";i:4804;s:16:\"exif-gpsstatus-a\";i:4805;s:16:\"exif-gpsstatus-v\";i:4806;s:21:\"exif-gpsmeasuremode-2\";i:4807;s:21:\"exif-gpsmeasuremode-3\";i:4808;s:15:\"exif-gpsspeed-k\";i:4809;s:15:\"exif-gpsspeed-m\";i:4810;s:15:\"exif-gpsspeed-n\";i:4811;s:22:\"exif-gpsdestdistance-k\";i:4812;s:22:\"exif-gpsdestdistance-m\";i:4813;s:22:\"exif-gpsdestdistance-n\";i:4814;s:21:\"exif-gpsdop-excellent\";i:4815;s:16:\"exif-gpsdop-good\";i:4816;s:20:\"exif-gpsdop-moderate\";i:4817;s:16:\"exif-gpsdop-fair\";i:4818;s:16:\"exif-gpsdop-poor\";i:4819;s:18:\"exif-objectcycle-a\";i:4820;s:18:\"exif-objectcycle-p\";i:4821;s:18:\"exif-objectcycle-b\";i:4822;s:19:\"exif-gpsdirection-t\";i:4823;s:19:\"exif-gpsdirection-m\";i:4824;s:23:\"exif-ycbcrpositioning-1\";i:4825;s:23:\"exif-ycbcrpositioning-2\";i:4826;s:19:\"exif-dc-contributor\";i:4827;s:16:\"exif-dc-coverage\";i:4828;s:12:\"exif-dc-date\";i:4829;s:17:\"exif-dc-publisher\";i:4830;s:16:\"exif-dc-relation\";i:4831;s:14:\"exif-dc-rights\";i:4832;s:14:\"exif-dc-source\";i:4833;s:12:\"exif-dc-type\";i:4834;s:20:\"exif-rating-rejected\";i:4835;s:29:\"exif-isospeedratings-overflow\";i:4836;s:27:\"exif-maxaperturevalue-value\";i:4837;s:20:\"exif-iimcategory-ace\";i:4838;s:20:\"exif-iimcategory-clj\";i:4839;s:20:\"exif-iimcategory-dis\";i:4840;s:20:\"exif-iimcategory-fin\";i:4841;s:20:\"exif-iimcategory-edu\";i:4842;s:20:\"exif-iimcategory-evn\";i:4843;s:20:\"exif-iimcategory-hth\";i:4844;s:20:\"exif-iimcategory-hum\";i:4845;s:20:\"exif-iimcategory-lab\";i:4846;s:20:\"exif-iimcategory-lif\";i:4847;s:20:\"exif-iimcategory-pol\";i:4848;s:20:\"exif-iimcategory-rel\";i:4849;s:20:\"exif-iimcategory-sci\";i:4850;s:20:\"exif-iimcategory-soi\";i:4851;s:20:\"exif-iimcategory-spo\";i:4852;s:20:\"exif-iimcategory-war\";i:4853;s:20:\"exif-iimcategory-wea\";i:4854;s:19:\"exif-urgency-normal\";i:4855;s:16:\"exif-urgency-low\";i:4856;s:17:\"exif-urgency-high\";i:4857;s:18:\"exif-urgency-other\";i:4858;s:19:\"exif-firstphotodate\";i:4859;s:18:\"exif-lastphotodate\";i:4860;s:19:\"exif-projectiontype\";i:4861;s:35:\"exif-projectiontype-equirectangular\";i:4862;s:22:\"exif-usepanoramaviewer\";i:4863;s:27:\"exif-usepanoramaviewer-true\";i:4864;s:28:\"exif-usepanoramaviewer-false\";i:4865;s:21:\"exif-exposurelockused\";i:4866;s:26:\"exif-exposurelockused-true\";i:4867;s:27:\"exif-exposurelockused-false\";i:4868;s:23:\"exif-poseheadingdegrees\";i:4869;s:21:\"exif-posepitchdegrees\";i:4870;s:20:\"exif-poserolldegrees\";i:4871;s:30:\"exif-initialviewheadingdegrees\";i:4872;s:28:\"exif-initialviewpitchdegrees\";i:4873;s:27:\"exif-initialviewrolldegrees\";i:4874;s:32:\"exif-initialhorizontalfovdegrees\";i:4875;s:30:\"exif-initialverticalfovdegrees\";i:4876;s:22:\"exif-sourcephotoscount\";i:4877;s:32:\"exif-croppedareaimagewidthpixels\";i:4878;s:33:\"exif-croppedareaimageheightpixels\";i:4879;s:24:\"exif-fullpanowidthpixels\";i:4880;s:25:\"exif-fullpanoheightpixels\";i:4881;s:26:\"exif-croppedarealeftpixels\";i:4882;s:25:\"exif-croppedareatoppixels\";i:4883;s:23:\"exif-initialcameradolly\";i:4884;s:22:\"exif-stitchingsoftware\";i:4885;s:20:\"apihelp-main-summary\";i:4886;s:33:\"apihelp-main-extended-description\";i:4887;s:25:\"apihelp-main-param-action\";i:4888;s:25:\"apihelp-main-param-format\";i:4889;s:25:\"apihelp-main-param-maxlag\";i:4890;s:26:\"apihelp-main-param-smaxage\";i:4891;s:25:\"apihelp-main-param-maxage\";i:4892;s:25:\"apihelp-main-param-assert\";i:4893;s:29:\"apihelp-main-param-assertuser\";i:4894;s:28:\"apihelp-main-param-requestid\";i:4895;s:27:\"apihelp-main-param-servedby\";i:4896;s:31:\"apihelp-main-param-curtimestamp\";i:4897;s:35:\"apihelp-main-param-responselanginfo\";i:4898;s:25:\"apihelp-main-param-origin\";i:4899;s:26:\"apihelp-main-param-uselang\";i:4900;s:26:\"apihelp-main-param-variant\";i:4901;s:30:\"apihelp-main-param-errorformat\";i:4902;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4903;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4904;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4905;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4906;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4907;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4908;s:28:\"apihelp-main-param-errorlang\";i:4909;s:33:\"apihelp-main-param-errorsuselocal\";i:4910;s:21:\"apihelp-block-summary\";i:4911;s:24:\"apihelp-block-param-user\";i:4912;s:26:\"apihelp-block-param-userid\";i:4913;s:26:\"apihelp-block-param-expiry\";i:4914;s:26:\"apihelp-block-param-reason\";i:4915;s:28:\"apihelp-block-param-anononly\";i:4916;s:28:\"apihelp-block-param-nocreate\";i:4917;s:29:\"apihelp-block-param-autoblock\";i:4918;s:27:\"apihelp-block-param-noemail\";i:4919;s:28:\"apihelp-block-param-hidename\";i:4920;s:33:\"apihelp-block-param-allowusertalk\";i:4921;s:27:\"apihelp-block-param-reblock\";i:4922;s:29:\"apihelp-block-param-watchuser\";i:4923;s:35:\"apihelp-block-param-watchlistexpiry\";i:4924;s:24:\"apihelp-block-param-tags\";i:4925;s:27:\"apihelp-block-param-partial\";i:4926;s:36:\"apihelp-block-param-pagerestrictions\";i:4927;s:41:\"apihelp-block-param-namespacerestrictions\";i:4928;s:38:\"apihelp-block-param-actionrestrictions\";i:4929;s:31:\"apihelp-block-example-ip-simple\";i:4930;s:34:\"apihelp-block-example-user-complex\";i:4931;s:40:\"apihelp-changeauthenticationdata-summary\";i:4932;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4933;s:34:\"apihelp-changecontentmodel-summary\";i:4934;s:38:\"apihelp-changecontentmodel-param-title\";i:4935;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4936;s:40:\"apihelp-changecontentmodel-param-summary\";i:4937;s:37:\"apihelp-changecontentmodel-param-tags\";i:4938;s:38:\"apihelp-changecontentmodel-param-model\";i:4939;s:36:\"apihelp-changecontentmodel-param-bot\";i:4940;s:34:\"apihelp-changecontentmodel-example\";i:4941;s:26:\"apihelp-checktoken-summary\";i:4942;s:29:\"apihelp-checktoken-param-type\";i:4943;s:30:\"apihelp-checktoken-param-token\";i:4944;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4945;s:33:\"apihelp-checktoken-example-simple\";i:4946;s:27:\"apihelp-clearhasmsg-summary\";i:4947;s:29:\"apihelp-clearhasmsg-example-1\";i:4948;s:27:\"apihelp-clientlogin-summary\";i:4949;s:33:\"apihelp-clientlogin-example-login\";i:4950;s:34:\"apihelp-clientlogin-example-login2\";i:4951;s:23:\"apihelp-compare-summary\";i:4952;s:36:\"apihelp-compare-extended-description\";i:4953;s:31:\"apihelp-compare-param-fromtitle\";i:4954;s:28:\"apihelp-compare-param-fromid\";i:4955;s:29:\"apihelp-compare-param-fromrev\";i:4956;s:29:\"apihelp-compare-param-frompst\";i:4957;s:31:\"apihelp-compare-param-fromslots\";i:4958;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4959;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4960;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4961;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4962;s:30:\"apihelp-compare-param-fromtext\";i:4963;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4964;s:39:\"apihelp-compare-param-fromcontentformat\";i:4965;s:33:\"apihelp-compare-param-fromsection\";i:4966;s:29:\"apihelp-compare-param-totitle\";i:4967;s:26:\"apihelp-compare-param-toid\";i:4968;s:27:\"apihelp-compare-param-torev\";i:4969;s:32:\"apihelp-compare-param-torelative\";i:4970;s:27:\"apihelp-compare-param-topst\";i:4971;s:29:\"apihelp-compare-param-toslots\";i:4972;s:35:\"apihelp-compare-param-totext-{slot}\";i:4973;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4974;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4975;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4976;s:28:\"apihelp-compare-param-totext\";i:4977;s:36:\"apihelp-compare-param-tocontentmodel\";i:4978;s:37:\"apihelp-compare-param-tocontentformat\";i:4979;s:31:\"apihelp-compare-param-tosection\";i:4980;s:26:\"apihelp-compare-param-prop\";i:4981;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4982;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4983;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4984;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4985;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4986;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4987;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4988;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4989;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4990;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4991;s:30:\"apihelp-compare-param-difftype\";i:4992;s:27:\"apihelp-compare-param-slots\";i:4993;s:25:\"apihelp-compare-example-1\";i:4994;s:29:\"apihelp-createaccount-summary\";i:4995;s:41:\"apihelp-createaccount-param-preservestate\";i:4996;s:36:\"apihelp-createaccount-example-create\";i:4997;s:25:\"apihelp-cspreport-summary\";i:4998;s:34:\"apihelp-cspreport-param-reportonly\";i:4999;s:30:\"apihelp-cspreport-param-source\";i:5000;s:22:\"apihelp-delete-summary\";i:5001;s:26:\"apihelp-delete-param-title\";i:5002;s:27:\"apihelp-delete-param-pageid\";i:5003;s:27:\"apihelp-delete-param-reason\";i:5004;s:25:\"apihelp-delete-param-tags\";i:5005;s:31:\"apihelp-delete-param-deletetalk\";i:5006;s:26:\"apihelp-delete-param-watch\";i:5007;s:30:\"apihelp-delete-param-watchlist\";i:5008;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5009;s:28:\"apihelp-delete-param-unwatch\";i:5010;s:29:\"apihelp-delete-param-oldimage\";i:5011;s:29:\"apihelp-delete-example-simple\";i:5012;s:29:\"apihelp-delete-example-reason\";i:5013;s:24:\"apihelp-disabled-summary\";i:5014;s:20:\"apihelp-edit-summary\";i:5015;s:24:\"apihelp-edit-param-title\";i:5016;s:25:\"apihelp-edit-param-pageid\";i:5017;s:26:\"apihelp-edit-param-section\";i:5018;s:31:\"apihelp-edit-param-sectiontitle\";i:5019;s:23:\"apihelp-edit-param-text\";i:5020;s:26:\"apihelp-edit-param-summary\";i:5021;s:23:\"apihelp-edit-param-tags\";i:5022;s:24:\"apihelp-edit-param-minor\";i:5023;s:27:\"apihelp-edit-param-notminor\";i:5024;s:22:\"apihelp-edit-param-bot\";i:5025;s:28:\"apihelp-edit-param-baserevid\";i:5026;s:32:\"apihelp-edit-param-basetimestamp\";i:5027;s:33:\"apihelp-edit-param-starttimestamp\";i:5028;s:27:\"apihelp-edit-param-recreate\";i:5029;s:29:\"apihelp-edit-param-createonly\";i:5030;s:27:\"apihelp-edit-param-nocreate\";i:5031;s:24:\"apihelp-edit-param-watch\";i:5032;s:26:\"apihelp-edit-param-unwatch\";i:5033;s:28:\"apihelp-edit-param-watchlist\";i:5034;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5035;s:22:\"apihelp-edit-param-md5\";i:5036;s:30:\"apihelp-edit-param-prependtext\";i:5037;s:29:\"apihelp-edit-param-appendtext\";i:5038;s:23:\"apihelp-edit-param-undo\";i:5039;s:28:\"apihelp-edit-param-undoafter\";i:5040;s:27:\"apihelp-edit-param-redirect\";i:5041;s:32:\"apihelp-edit-param-contentformat\";i:5042;s:31:\"apihelp-edit-param-contentmodel\";i:5043;s:24:\"apihelp-edit-param-token\";i:5044;s:25:\"apihelp-edit-example-edit\";i:5045;s:28:\"apihelp-edit-example-prepend\";i:5046;s:25:\"apihelp-edit-example-undo\";i:5047;s:25:\"apihelp-emailuser-summary\";i:5048;s:30:\"apihelp-emailuser-param-target\";i:5049;s:31:\"apihelp-emailuser-param-subject\";i:5050;s:28:\"apihelp-emailuser-param-text\";i:5051;s:28:\"apihelp-emailuser-param-ccme\";i:5052;s:31:\"apihelp-emailuser-example-email\";i:5053;s:31:\"apihelp-expandtemplates-summary\";i:5054;s:35:\"apihelp-expandtemplates-param-title\";i:5055;s:34:\"apihelp-expandtemplates-param-text\";i:5056;s:35:\"apihelp-expandtemplates-param-revid\";i:5057;s:34:\"apihelp-expandtemplates-param-prop\";i:5058;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5059;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5060;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5061;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5062;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5063;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5064;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5065;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5066;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5067;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5068;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5069;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5070;s:38:\"apihelp-expandtemplates-example-simple\";i:5071;s:33:\"apihelp-feedcontributions-summary\";i:5072;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5073;s:36:\"apihelp-feedcontributions-param-user\";i:5074;s:41:\"apihelp-feedcontributions-param-namespace\";i:5075;s:36:\"apihelp-feedcontributions-param-year\";i:5076;s:37:\"apihelp-feedcontributions-param-month\";i:5077;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5078;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5079;s:39:\"apihelp-feedcontributions-param-toponly\";i:5080;s:39:\"apihelp-feedcontributions-param-newonly\";i:5081;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5082;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5083;s:40:\"apihelp-feedcontributions-example-simple\";i:5084;s:33:\"apihelp-feedrecentchanges-summary\";i:5085;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5086;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5087;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5088;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5089;s:36:\"apihelp-feedrecentchanges-param-days\";i:5090;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5091;s:36:\"apihelp-feedrecentchanges-param-from\";i:5092;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5093;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5094;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5095;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5096;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5097;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5098;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5099;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5100;s:38:\"apihelp-feedrecentchanges-param-target\";i:5101;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5102;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5103;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5104;s:29:\"apihelp-feedwatchlist-summary\";i:5105;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5106;s:33:\"apihelp-feedwatchlist-param-hours\";i:5107;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5108;s:37:\"apihelp-feedwatchlist-example-default\";i:5109;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5110;s:26:\"apihelp-filerevert-summary\";i:5111;s:33:\"apihelp-filerevert-param-filename\";i:5112;s:32:\"apihelp-filerevert-param-comment\";i:5113;s:36:\"apihelp-filerevert-param-archivename\";i:5114;s:33:\"apihelp-filerevert-example-revert\";i:5115;s:20:\"apihelp-help-summary\";i:5116;s:26:\"apihelp-help-param-modules\";i:5117;s:29:\"apihelp-help-param-submodules\";i:5118;s:38:\"apihelp-help-param-recursivesubmodules\";i:5119;s:29:\"apihelp-help-param-helpformat\";i:5120;s:23:\"apihelp-help-param-wrap\";i:5121;s:22:\"apihelp-help-param-toc\";i:5122;s:25:\"apihelp-help-example-main\";i:5123;s:31:\"apihelp-help-example-submodules\";i:5124;s:30:\"apihelp-help-example-recursive\";i:5125;s:25:\"apihelp-help-example-help\";i:5126;s:26:\"apihelp-help-example-query\";i:5127;s:27:\"apihelp-imagerotate-summary\";i:5128;s:34:\"apihelp-imagerotate-param-rotation\";i:5129;s:30:\"apihelp-imagerotate-param-tags\";i:5130;s:34:\"apihelp-imagerotate-example-simple\";i:5131;s:37:\"apihelp-imagerotate-example-generator\";i:5132;s:22:\"apihelp-import-summary\";i:5133;s:35:\"apihelp-import-extended-description\";i:5134;s:28:\"apihelp-import-param-summary\";i:5135;s:24:\"apihelp-import-param-xml\";i:5136;s:36:\"apihelp-import-param-interwikiprefix\";i:5137;s:37:\"apihelp-import-param-assignknownusers\";i:5138;s:36:\"apihelp-import-param-interwikisource\";i:5139;s:34:\"apihelp-import-param-interwikipage\";i:5140;s:32:\"apihelp-import-param-fullhistory\";i:5141;s:30:\"apihelp-import-param-templates\";i:5142;s:30:\"apihelp-import-param-namespace\";i:5143;s:29:\"apihelp-import-param-rootpage\";i:5144;s:25:\"apihelp-import-param-tags\";i:5145;s:29:\"apihelp-import-example-import\";i:5146;s:27:\"apihelp-linkaccount-summary\";i:5147;s:32:\"apihelp-linkaccount-example-link\";i:5148;s:21:\"apihelp-login-summary\";i:5149;s:34:\"apihelp-login-extended-description\";i:5150;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5151;s:24:\"apihelp-login-param-name\";i:5152;s:28:\"apihelp-login-param-password\";i:5153;s:26:\"apihelp-login-param-domain\";i:5154;s:25:\"apihelp-login-param-token\";i:5155;s:27:\"apihelp-login-example-login\";i:5156;s:22:\"apihelp-logout-summary\";i:5157;s:29:\"apihelp-logout-example-logout\";i:5158;s:26:\"apihelp-managetags-summary\";i:5159;s:34:\"apihelp-managetags-param-operation\";i:5160;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5161;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5162;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5163;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5164;s:28:\"apihelp-managetags-param-tag\";i:5165;s:31:\"apihelp-managetags-param-reason\";i:5166;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5167;s:29:\"apihelp-managetags-param-tags\";i:5168;s:33:\"apihelp-managetags-example-create\";i:5169;s:33:\"apihelp-managetags-example-delete\";i:5170;s:35:\"apihelp-managetags-example-activate\";i:5171;s:37:\"apihelp-managetags-example-deactivate\";i:5172;s:28:\"apihelp-mergehistory-summary\";i:5173;s:31:\"apihelp-mergehistory-param-from\";i:5174;s:33:\"apihelp-mergehistory-param-fromid\";i:5175;s:29:\"apihelp-mergehistory-param-to\";i:5176;s:31:\"apihelp-mergehistory-param-toid\";i:5177;s:36:\"apihelp-mergehistory-param-timestamp\";i:5178;s:33:\"apihelp-mergehistory-param-reason\";i:5179;s:34:\"apihelp-mergehistory-example-merge\";i:5180;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5181;s:20:\"apihelp-move-summary\";i:5182;s:23:\"apihelp-move-param-from\";i:5183;s:25:\"apihelp-move-param-fromid\";i:5184;s:21:\"apihelp-move-param-to\";i:5185;s:25:\"apihelp-move-param-reason\";i:5186;s:27:\"apihelp-move-param-movetalk\";i:5187;s:31:\"apihelp-move-param-movesubpages\";i:5188;s:29:\"apihelp-move-param-noredirect\";i:5189;s:24:\"apihelp-move-param-watch\";i:5190;s:26:\"apihelp-move-param-unwatch\";i:5191;s:28:\"apihelp-move-param-watchlist\";i:5192;s:34:\"apihelp-move-param-watchlistexpiry\";i:5193;s:33:\"apihelp-move-param-ignorewarnings\";i:5194;s:23:\"apihelp-move-param-tags\";i:5195;s:25:\"apihelp-move-example-move\";i:5196;s:26:\"apihelp-opensearch-summary\";i:5197;s:31:\"apihelp-opensearch-param-search\";i:5198;s:30:\"apihelp-opensearch-param-limit\";i:5199;s:34:\"apihelp-opensearch-param-namespace\";i:5200;s:32:\"apihelp-opensearch-param-suggest\";i:5201;s:34:\"apihelp-opensearch-param-redirects\";i:5202;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5203;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5204;s:41:\"apihelp-opensearch-param-redirects-append\";i:5205;s:31:\"apihelp-opensearch-param-format\";i:5206;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5207;s:29:\"apihelp-opensearch-example-te\";i:5208;s:23:\"apihelp-options-summary\";i:5209;s:36:\"apihelp-options-extended-description\";i:5210;s:27:\"apihelp-options-param-reset\";i:5211;s:32:\"apihelp-options-param-resetkinds\";i:5212;s:28:\"apihelp-options-param-change\";i:5213;s:32:\"apihelp-options-param-optionname\";i:5214;s:33:\"apihelp-options-param-optionvalue\";i:5215;s:29:\"apihelp-options-example-reset\";i:5216;s:30:\"apihelp-options-example-change\";i:5217;s:31:\"apihelp-options-example-complex\";i:5218;s:25:\"apihelp-paraminfo-summary\";i:5219;s:31:\"apihelp-paraminfo-param-modules\";i:5220;s:34:\"apihelp-paraminfo-param-helpformat\";i:5221;s:36:\"apihelp-paraminfo-param-querymodules\";i:5222;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5223;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5224;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5225;s:27:\"apihelp-paraminfo-example-1\";i:5226;s:27:\"apihelp-paraminfo-example-2\";i:5227;s:21:\"apihelp-parse-summary\";i:5228;s:34:\"apihelp-parse-extended-description\";i:5229;s:25:\"apihelp-parse-param-title\";i:5230;s:24:\"apihelp-parse-param-text\";i:5231;s:25:\"apihelp-parse-param-revid\";i:5232;s:27:\"apihelp-parse-param-summary\";i:5233;s:24:\"apihelp-parse-param-page\";i:5234;s:26:\"apihelp-parse-param-pageid\";i:5235;s:29:\"apihelp-parse-param-redirects\";i:5236;s:25:\"apihelp-parse-param-oldid\";i:5237;s:24:\"apihelp-parse-param-prop\";i:5238;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5239;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5240;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5241;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5242;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5243;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5244;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5245;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5246;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5247;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5248;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5249;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5250;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5251;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5252;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5253;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5254;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5255;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5256;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5257;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5258;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5259;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5260;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5261;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5262;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5263;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5264;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5265;s:23:\"apihelp-parse-param-pst\";i:5266;s:27:\"apihelp-parse-param-onlypst\";i:5267;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5268;s:27:\"apihelp-parse-param-section\";i:5269;s:32:\"apihelp-parse-param-sectiontitle\";i:5270;s:38:\"apihelp-parse-param-disablelimitreport\";i:5271;s:29:\"apihelp-parse-param-disablepp\";i:5272;s:38:\"apihelp-parse-param-disableeditsection\";i:5273;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5274;s:36:\"apihelp-parse-param-showstrategykeys\";i:5275;s:31:\"apihelp-parse-param-generatexml\";i:5276;s:27:\"apihelp-parse-param-preview\";i:5277;s:34:\"apihelp-parse-param-sectionpreview\";i:5278;s:30:\"apihelp-parse-param-disabletoc\";i:5279;s:27:\"apihelp-parse-param-useskin\";i:5280;s:33:\"apihelp-parse-param-contentformat\";i:5281;s:32:\"apihelp-parse-param-contentmodel\";i:5282;s:26:\"apihelp-parse-example-page\";i:5283;s:26:\"apihelp-parse-example-text\";i:5284;s:31:\"apihelp-parse-example-texttitle\";i:5285;s:29:\"apihelp-parse-example-summary\";i:5286;s:22:\"apihelp-patrol-summary\";i:5287;s:25:\"apihelp-patrol-param-rcid\";i:5288;s:26:\"apihelp-patrol-param-revid\";i:5289;s:25:\"apihelp-patrol-param-tags\";i:5290;s:27:\"apihelp-patrol-example-rcid\";i:5291;s:28:\"apihelp-patrol-example-revid\";i:5292;s:23:\"apihelp-protect-summary\";i:5293;s:27:\"apihelp-protect-param-title\";i:5294;s:28:\"apihelp-protect-param-pageid\";i:5295;s:33:\"apihelp-protect-param-protections\";i:5296;s:28:\"apihelp-protect-param-expiry\";i:5297;s:28:\"apihelp-protect-param-reason\";i:5298;s:26:\"apihelp-protect-param-tags\";i:5299;s:29:\"apihelp-protect-param-cascade\";i:5300;s:27:\"apihelp-protect-param-watch\";i:5301;s:31:\"apihelp-protect-param-watchlist\";i:5302;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5303;s:31:\"apihelp-protect-example-protect\";i:5304;s:33:\"apihelp-protect-example-unprotect\";i:5305;s:34:\"apihelp-protect-example-unprotect2\";i:5306;s:21:\"apihelp-purge-summary\";i:5307;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5308;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5309;s:28:\"apihelp-purge-example-simple\";i:5310;s:31:\"apihelp-purge-example-generator\";i:5311;s:21:\"apihelp-query-summary\";i:5312;s:34:\"apihelp-query-extended-description\";i:5313;s:24:\"apihelp-query-param-prop\";i:5314;s:24:\"apihelp-query-param-list\";i:5315;s:24:\"apihelp-query-param-meta\";i:5316;s:32:\"apihelp-query-param-indexpageids\";i:5317;s:26:\"apihelp-query-param-export\";i:5318;s:32:\"apihelp-query-param-exportnowrap\";i:5319;s:32:\"apihelp-query-param-exportschema\";i:5320;s:25:\"apihelp-query-param-iwurl\";i:5321;s:31:\"apihelp-query-param-rawcontinue\";i:5322;s:31:\"apihelp-query-example-revisions\";i:5323;s:30:\"apihelp-query-example-allpages\";i:5324;s:35:\"apihelp-query+allcategories-summary\";i:5325;s:38:\"apihelp-query+allcategories-param-from\";i:5326;s:36:\"apihelp-query+allcategories-param-to\";i:5327;s:40:\"apihelp-query+allcategories-param-prefix\";i:5328;s:37:\"apihelp-query+allcategories-param-dir\";i:5329;s:37:\"apihelp-query+allcategories-param-min\";i:5330;s:37:\"apihelp-query+allcategories-param-max\";i:5331;s:39:\"apihelp-query+allcategories-param-limit\";i:5332;s:38:\"apihelp-query+allcategories-param-prop\";i:5333;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5334;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5335;s:40:\"apihelp-query+allcategories-example-size\";i:5336;s:45:\"apihelp-query+allcategories-example-generator\";i:5337;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5338;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5339;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5340;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5341;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5342;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5343;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5344;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5345;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5346;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5347;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5348;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5349;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5350;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5351;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5352;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5353;s:35:\"apihelp-query+allfileusages-summary\";i:5354;s:38:\"apihelp-query+allfileusages-param-from\";i:5355;s:36:\"apihelp-query+allfileusages-param-to\";i:5356;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5357;s:40:\"apihelp-query+allfileusages-param-unique\";i:5358;s:38:\"apihelp-query+allfileusages-param-prop\";i:5359;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5360;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5361;s:39:\"apihelp-query+allfileusages-param-limit\";i:5362;s:37:\"apihelp-query+allfileusages-param-dir\";i:5363;s:37:\"apihelp-query+allfileusages-example-b\";i:5364;s:42:\"apihelp-query+allfileusages-example-unique\";i:5365;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5366;s:45:\"apihelp-query+allfileusages-example-generator\";i:5367;s:31:\"apihelp-query+allimages-summary\";i:5368;s:34:\"apihelp-query+allimages-param-sort\";i:5369;s:33:\"apihelp-query+allimages-param-dir\";i:5370;s:34:\"apihelp-query+allimages-param-from\";i:5371;s:32:\"apihelp-query+allimages-param-to\";i:5372;s:35:\"apihelp-query+allimages-param-start\";i:5373;s:33:\"apihelp-query+allimages-param-end\";i:5374;s:36:\"apihelp-query+allimages-param-prefix\";i:5375;s:37:\"apihelp-query+allimages-param-minsize\";i:5376;s:37:\"apihelp-query+allimages-param-maxsize\";i:5377;s:34:\"apihelp-query+allimages-param-sha1\";i:5378;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5379;s:34:\"apihelp-query+allimages-param-user\";i:5380;s:40:\"apihelp-query+allimages-param-filterbots\";i:5381;s:34:\"apihelp-query+allimages-param-mime\";i:5382;s:35:\"apihelp-query+allimages-param-limit\";i:5383;s:33:\"apihelp-query+allimages-example-b\";i:5384;s:38:\"apihelp-query+allimages-example-recent\";i:5385;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5386;s:41:\"apihelp-query+allimages-example-generator\";i:5387;s:30:\"apihelp-query+alllinks-summary\";i:5388;s:33:\"apihelp-query+alllinks-param-from\";i:5389;s:31:\"apihelp-query+alllinks-param-to\";i:5390;s:35:\"apihelp-query+alllinks-param-prefix\";i:5391;s:35:\"apihelp-query+alllinks-param-unique\";i:5392;s:33:\"apihelp-query+alllinks-param-prop\";i:5393;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5394;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5395;s:38:\"apihelp-query+alllinks-param-namespace\";i:5396;s:34:\"apihelp-query+alllinks-param-limit\";i:5397;s:32:\"apihelp-query+alllinks-param-dir\";i:5398;s:32:\"apihelp-query+alllinks-example-b\";i:5399;s:37:\"apihelp-query+alllinks-example-unique\";i:5400;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5401;s:40:\"apihelp-query+alllinks-example-generator\";i:5402;s:33:\"apihelp-query+allmessages-summary\";i:5403;s:40:\"apihelp-query+allmessages-param-messages\";i:5404;s:36:\"apihelp-query+allmessages-param-prop\";i:5405;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5406;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5407;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5408;s:36:\"apihelp-query+allmessages-param-args\";i:5409;s:38:\"apihelp-query+allmessages-param-filter\";i:5410;s:42:\"apihelp-query+allmessages-param-customised\";i:5411;s:36:\"apihelp-query+allmessages-param-lang\";i:5412;s:36:\"apihelp-query+allmessages-param-from\";i:5413;s:34:\"apihelp-query+allmessages-param-to\";i:5414;s:37:\"apihelp-query+allmessages-param-title\";i:5415;s:38:\"apihelp-query+allmessages-param-prefix\";i:5416;s:37:\"apihelp-query+allmessages-example-ipb\";i:5417;s:36:\"apihelp-query+allmessages-example-de\";i:5418;s:30:\"apihelp-query+allpages-summary\";i:5419;s:33:\"apihelp-query+allpages-param-from\";i:5420;s:31:\"apihelp-query+allpages-param-to\";i:5421;s:35:\"apihelp-query+allpages-param-prefix\";i:5422;s:38:\"apihelp-query+allpages-param-namespace\";i:5423;s:40:\"apihelp-query+allpages-param-filterredir\";i:5424;s:36:\"apihelp-query+allpages-param-minsize\";i:5425;s:36:\"apihelp-query+allpages-param-maxsize\";i:5426;s:35:\"apihelp-query+allpages-param-prtype\";i:5427;s:36:\"apihelp-query+allpages-param-prlevel\";i:5428;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5429;s:34:\"apihelp-query+allpages-param-limit\";i:5430;s:32:\"apihelp-query+allpages-param-dir\";i:5431;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5432;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5433;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5434;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5435;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5436;s:32:\"apihelp-query+allpages-example-b\";i:5437;s:40:\"apihelp-query+allpages-example-generator\";i:5438;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5439;s:34:\"apihelp-query+allredirects-summary\";i:5440;s:37:\"apihelp-query+allredirects-param-from\";i:5441;s:35:\"apihelp-query+allredirects-param-to\";i:5442;s:39:\"apihelp-query+allredirects-param-prefix\";i:5443;s:39:\"apihelp-query+allredirects-param-unique\";i:5444;s:37:\"apihelp-query+allredirects-param-prop\";i:5445;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5446;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5447;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5448;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5449;s:42:\"apihelp-query+allredirects-param-namespace\";i:5450;s:38:\"apihelp-query+allredirects-param-limit\";i:5451;s:36:\"apihelp-query+allredirects-param-dir\";i:5452;s:36:\"apihelp-query+allredirects-example-b\";i:5453;s:41:\"apihelp-query+allredirects-example-unique\";i:5454;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5455;s:44:\"apihelp-query+allredirects-example-generator\";i:5456;s:34:\"apihelp-query+allrevisions-summary\";i:5457;s:38:\"apihelp-query+allrevisions-param-start\";i:5458;s:36:\"apihelp-query+allrevisions-param-end\";i:5459;s:37:\"apihelp-query+allrevisions-param-user\";i:5460;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5461;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5462;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5463;s:39:\"apihelp-query+allrevisions-example-user\";i:5464;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5465;s:36:\"apihelp-query+mystashedfiles-summary\";i:5466;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5467;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5468;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5469;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5470;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5471;s:38:\"apihelp-query+alltransclusions-summary\";i:5472;s:41:\"apihelp-query+alltransclusions-param-from\";i:5473;s:39:\"apihelp-query+alltransclusions-param-to\";i:5474;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5475;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5476;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5477;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5478;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5479;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5480;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5481;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5482;s:40:\"apihelp-query+alltransclusions-example-b\";i:5483;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5484;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5485;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5486;s:30:\"apihelp-query+allusers-summary\";i:5487;s:33:\"apihelp-query+allusers-param-from\";i:5488;s:31:\"apihelp-query+allusers-param-to\";i:5489;s:35:\"apihelp-query+allusers-param-prefix\";i:5490;s:32:\"apihelp-query+allusers-param-dir\";i:5491;s:34:\"apihelp-query+allusers-param-group\";i:5492;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5493;s:35:\"apihelp-query+allusers-param-rights\";i:5494;s:33:\"apihelp-query+allusers-param-prop\";i:5495;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5496;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5497;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5498;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5499;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5500;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5501;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5502;s:34:\"apihelp-query+allusers-param-limit\";i:5503;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5504;s:40:\"apihelp-query+allusers-param-activeusers\";i:5505;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5506;s:32:\"apihelp-query+allusers-example-y\";i:5507;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5508;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5509;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5510;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5511;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5512;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5513;s:31:\"apihelp-query+backlinks-summary\";i:5514;s:35:\"apihelp-query+backlinks-param-title\";i:5515;s:36:\"apihelp-query+backlinks-param-pageid\";i:5516;s:39:\"apihelp-query+backlinks-param-namespace\";i:5517;s:33:\"apihelp-query+backlinks-param-dir\";i:5518;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5519;s:35:\"apihelp-query+backlinks-param-limit\";i:5520;s:38:\"apihelp-query+backlinks-param-redirect\";i:5521;s:38:\"apihelp-query+backlinks-example-simple\";i:5522;s:41:\"apihelp-query+backlinks-example-generator\";i:5523;s:28:\"apihelp-query+blocks-summary\";i:5524;s:32:\"apihelp-query+blocks-param-start\";i:5525;s:30:\"apihelp-query+blocks-param-end\";i:5526;s:30:\"apihelp-query+blocks-param-ids\";i:5527;s:32:\"apihelp-query+blocks-param-users\";i:5528;s:29:\"apihelp-query+blocks-param-ip\";i:5529;s:32:\"apihelp-query+blocks-param-limit\";i:5530;s:31:\"apihelp-query+blocks-param-prop\";i:5531;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5532;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5533;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5534;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5535;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5536;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5537;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5538;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5539;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5540;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5541;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5542;s:31:\"apihelp-query+blocks-param-show\";i:5543;s:35:\"apihelp-query+blocks-example-simple\";i:5544;s:34:\"apihelp-query+blocks-example-users\";i:5545;s:32:\"apihelp-query+categories-summary\";i:5546;s:35:\"apihelp-query+categories-param-prop\";i:5547;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5548;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5549;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5550;s:35:\"apihelp-query+categories-param-show\";i:5551;s:36:\"apihelp-query+categories-param-limit\";i:5552;s:41:\"apihelp-query+categories-param-categories\";i:5553;s:34:\"apihelp-query+categories-param-dir\";i:5554;s:39:\"apihelp-query+categories-example-simple\";i:5555;s:42:\"apihelp-query+categories-example-generator\";i:5556;s:34:\"apihelp-query+categoryinfo-summary\";i:5557;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5558;s:37:\"apihelp-query+categorymembers-summary\";i:5559;s:41:\"apihelp-query+categorymembers-param-title\";i:5560;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5561;s:40:\"apihelp-query+categorymembers-param-prop\";i:5562;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5563;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5564;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5565;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5566;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5567;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5568;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5569;s:40:\"apihelp-query+categorymembers-param-type\";i:5570;s:41:\"apihelp-query+categorymembers-param-limit\";i:5571;s:40:\"apihelp-query+categorymembers-param-sort\";i:5572;s:39:\"apihelp-query+categorymembers-param-dir\";i:5573;s:41:\"apihelp-query+categorymembers-param-start\";i:5574;s:39:\"apihelp-query+categorymembers-param-end\";i:5575;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5576;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5577;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5578;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5579;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5580;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5581;s:44:\"apihelp-query+categorymembers-example-simple\";i:5582;s:47:\"apihelp-query+categorymembers-example-generator\";i:5583;s:34:\"apihelp-query+contributors-summary\";i:5584;s:38:\"apihelp-query+contributors-param-group\";i:5585;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5586;s:39:\"apihelp-query+contributors-param-rights\";i:5587;s:46:\"apihelp-query+contributors-param-excluderights\";i:5588;s:38:\"apihelp-query+contributors-param-limit\";i:5589;s:41:\"apihelp-query+contributors-example-simple\";i:5590;s:38:\"apihelp-query+deletedrevisions-summary\";i:5591;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5592;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5593;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5594;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5595;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5596;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5597;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5598;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5599;s:33:\"apihelp-query+deletedrevs-summary\";i:5600;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5601;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5602;s:37:\"apihelp-query+deletedrevs-param-start\";i:5603;s:35:\"apihelp-query+deletedrevs-param-end\";i:5604;s:36:\"apihelp-query+deletedrevs-param-from\";i:5605;s:34:\"apihelp-query+deletedrevs-param-to\";i:5606;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5607;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5608;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5609;s:36:\"apihelp-query+deletedrevs-param-user\";i:5610;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5611;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5612;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5613;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5614;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5615;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5616;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5617;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5618;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5619;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5620;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5621;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5622;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5623;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5624;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5625;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5626;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5627;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5628;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5629;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5630;s:30:\"apihelp-query+disabled-summary\";i:5631;s:36:\"apihelp-query+duplicatefiles-summary\";i:5632;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5633;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5634;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5635;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5636;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5637;s:32:\"apihelp-query+embeddedin-summary\";i:5638;s:36:\"apihelp-query+embeddedin-param-title\";i:5639;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5640;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5641;s:34:\"apihelp-query+embeddedin-param-dir\";i:5642;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5643;s:36:\"apihelp-query+embeddedin-param-limit\";i:5644;s:39:\"apihelp-query+embeddedin-example-simple\";i:5645;s:42:\"apihelp-query+embeddedin-example-generator\";i:5646;s:30:\"apihelp-query+extlinks-summary\";i:5647;s:34:\"apihelp-query+extlinks-param-limit\";i:5648;s:37:\"apihelp-query+extlinks-param-protocol\";i:5649;s:34:\"apihelp-query+extlinks-param-query\";i:5650;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5651;s:37:\"apihelp-query+extlinks-example-simple\";i:5652;s:33:\"apihelp-query+exturlusage-summary\";i:5653;s:36:\"apihelp-query+exturlusage-param-prop\";i:5654;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5655;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5656;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5657;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5658;s:37:\"apihelp-query+exturlusage-param-query\";i:5659;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5660;s:37:\"apihelp-query+exturlusage-param-limit\";i:5661;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5662;s:40:\"apihelp-query+exturlusage-example-simple\";i:5663;s:33:\"apihelp-query+filearchive-summary\";i:5664;s:36:\"apihelp-query+filearchive-param-from\";i:5665;s:34:\"apihelp-query+filearchive-param-to\";i:5666;s:38:\"apihelp-query+filearchive-param-prefix\";i:5667;s:37:\"apihelp-query+filearchive-param-limit\";i:5668;s:35:\"apihelp-query+filearchive-param-dir\";i:5669;s:36:\"apihelp-query+filearchive-param-sha1\";i:5670;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5671;s:36:\"apihelp-query+filearchive-param-prop\";i:5672;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5673;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5674;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5675;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5676;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5677;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5678;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5679;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5680;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5681;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5682;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5683;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5684;s:40:\"apihelp-query+filearchive-example-simple\";i:5685;s:34:\"apihelp-query+filerepoinfo-summary\";i:5686;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5687;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5688;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5689;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5690;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5691;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5692;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5693;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5694;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5695;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5696;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5697;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5698;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5699;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5700;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5701;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5702;s:31:\"apihelp-query+fileusage-summary\";i:5703;s:34:\"apihelp-query+fileusage-param-prop\";i:5704;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5705;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5706;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5707;s:39:\"apihelp-query+fileusage-param-namespace\";i:5708;s:35:\"apihelp-query+fileusage-param-limit\";i:5709;s:34:\"apihelp-query+fileusage-param-show\";i:5710;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5711;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5712;s:38:\"apihelp-query+fileusage-example-simple\";i:5713;s:41:\"apihelp-query+fileusage-example-generator\";i:5714;s:31:\"apihelp-query+imageinfo-summary\";i:5715;s:34:\"apihelp-query+imageinfo-param-prop\";i:5716;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5717;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5718;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5719;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5720;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5721;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5722;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5723;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5724;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5725;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5726;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5727;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5728;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5729;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5730;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5731;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5732;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5733;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5734;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5735;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5736;s:35:\"apihelp-query+imageinfo-param-limit\";i:5737;s:35:\"apihelp-query+imageinfo-param-start\";i:5738;s:33:\"apihelp-query+imageinfo-param-end\";i:5739;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5740;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5741;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5742;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5743;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5744;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5745;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5746;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5747;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5748;s:38:\"apihelp-query+imageinfo-example-simple\";i:5749;s:37:\"apihelp-query+imageinfo-example-dated\";i:5750;s:28:\"apihelp-query+images-summary\";i:5751;s:32:\"apihelp-query+images-param-limit\";i:5752;s:33:\"apihelp-query+images-param-images\";i:5753;s:30:\"apihelp-query+images-param-dir\";i:5754;s:35:\"apihelp-query+images-example-simple\";i:5755;s:38:\"apihelp-query+images-example-generator\";i:5756;s:32:\"apihelp-query+imageusage-summary\";i:5757;s:36:\"apihelp-query+imageusage-param-title\";i:5758;s:37:\"apihelp-query+imageusage-param-pageid\";i:5759;s:40:\"apihelp-query+imageusage-param-namespace\";i:5760;s:34:\"apihelp-query+imageusage-param-dir\";i:5761;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5762;s:36:\"apihelp-query+imageusage-param-limit\";i:5763;s:39:\"apihelp-query+imageusage-param-redirect\";i:5764;s:39:\"apihelp-query+imageusage-example-simple\";i:5765;s:42:\"apihelp-query+imageusage-example-generator\";i:5766;s:26:\"apihelp-query+info-summary\";i:5767;s:29:\"apihelp-query+info-param-prop\";i:5768;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5769;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5770;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5771;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5772;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5773;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5774;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5775;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5776;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5777;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5778;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5779;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5780;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5781;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5782;s:36:\"apihelp-query+info-param-linkcontext\";i:5783;s:36:\"apihelp-query+info-param-testactions\";i:5784;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5785;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5786;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5787;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5788;s:33:\"apihelp-query+info-example-simple\";i:5789;s:37:\"apihelp-query+info-example-protection\";i:5790;s:33:\"apihelp-query+iwbacklinks-summary\";i:5791;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5792;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5793;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5794;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5795;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5796;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5797;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5798;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5799;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5800;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5801;s:29:\"apihelp-query+iwlinks-summary\";i:5802;s:31:\"apihelp-query+iwlinks-param-url\";i:5803;s:32:\"apihelp-query+iwlinks-param-prop\";i:5804;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5805;s:33:\"apihelp-query+iwlinks-param-limit\";i:5806;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5807;s:33:\"apihelp-query+iwlinks-param-title\";i:5808;s:31:\"apihelp-query+iwlinks-param-dir\";i:5809;s:36:\"apihelp-query+iwlinks-example-simple\";i:5810;s:35:\"apihelp-query+langbacklinks-summary\";i:5811;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5812;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5813;s:39:\"apihelp-query+langbacklinks-param-title\";i:5814;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5815;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5816;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5817;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5818;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5819;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5820;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5821;s:31:\"apihelp-query+langlinks-summary\";i:5822;s:35:\"apihelp-query+langlinks-param-limit\";i:5823;s:33:\"apihelp-query+langlinks-param-url\";i:5824;s:34:\"apihelp-query+langlinks-param-prop\";i:5825;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5826;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5827;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5828;s:34:\"apihelp-query+langlinks-param-lang\";i:5829;s:35:\"apihelp-query+langlinks-param-title\";i:5830;s:33:\"apihelp-query+langlinks-param-dir\";i:5831;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5832;s:38:\"apihelp-query+langlinks-example-simple\";i:5833;s:34:\"apihelp-query+languageinfo-summary\";i:5834;s:47:\"apihelp-query+languageinfo-extended-description\";i:5835;s:37:\"apihelp-query+languageinfo-param-prop\";i:5836;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5837;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5838;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5839;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5840;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5841;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5842;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5843;s:37:\"apihelp-query+languageinfo-param-code\";i:5844;s:41:\"apihelp-query+languageinfo-example-simple\";i:5845;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5846;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5847;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5848;s:27:\"apihelp-query+links-summary\";i:5849;s:35:\"apihelp-query+links-param-namespace\";i:5850;s:31:\"apihelp-query+links-param-limit\";i:5851;s:32:\"apihelp-query+links-param-titles\";i:5852;s:29:\"apihelp-query+links-param-dir\";i:5853;s:34:\"apihelp-query+links-example-simple\";i:5854;s:37:\"apihelp-query+links-example-generator\";i:5855;s:38:\"apihelp-query+links-example-namespaces\";i:5856;s:31:\"apihelp-query+linkshere-summary\";i:5857;s:34:\"apihelp-query+linkshere-param-prop\";i:5858;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5859;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5860;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5861;s:39:\"apihelp-query+linkshere-param-namespace\";i:5862;s:35:\"apihelp-query+linkshere-param-limit\";i:5863;s:34:\"apihelp-query+linkshere-param-show\";i:5864;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5865;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5866;s:38:\"apihelp-query+linkshere-example-simple\";i:5867;s:41:\"apihelp-query+linkshere-example-generator\";i:5868;s:31:\"apihelp-query+logevents-summary\";i:5869;s:34:\"apihelp-query+logevents-param-prop\";i:5870;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5871;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5872;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5873;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5874;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5875;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5876;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5877;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5878;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5879;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5880;s:34:\"apihelp-query+logevents-param-type\";i:5881;s:36:\"apihelp-query+logevents-param-action\";i:5882;s:35:\"apihelp-query+logevents-param-start\";i:5883;s:33:\"apihelp-query+logevents-param-end\";i:5884;s:34:\"apihelp-query+logevents-param-user\";i:5885;s:35:\"apihelp-query+logevents-param-title\";i:5886;s:39:\"apihelp-query+logevents-param-namespace\";i:5887;s:36:\"apihelp-query+logevents-param-prefix\";i:5888;s:33:\"apihelp-query+logevents-param-tag\";i:5889;s:35:\"apihelp-query+logevents-param-limit\";i:5890;s:38:\"apihelp-query+logevents-example-simple\";i:5891;s:35:\"apihelp-query+pagepropnames-summary\";i:5892;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5893;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5894;s:31:\"apihelp-query+pageprops-summary\";i:5895;s:34:\"apihelp-query+pageprops-param-prop\";i:5896;s:38:\"apihelp-query+pageprops-example-simple\";i:5897;s:35:\"apihelp-query+pageswithprop-summary\";i:5898;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5899;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5900;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5901;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5902;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5903;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5904;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5905;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5906;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5907;s:34:\"apihelp-query+prefixsearch-summary\";i:5908;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5909;s:39:\"apihelp-query+prefixsearch-param-search\";i:5910;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5911;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5912;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5913;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5914;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5915;s:37:\"apihelp-query+protectedtitles-summary\";i:5916;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5917;s:41:\"apihelp-query+protectedtitles-param-level\";i:5918;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5919;s:41:\"apihelp-query+protectedtitles-param-start\";i:5920;s:39:\"apihelp-query+protectedtitles-param-end\";i:5921;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5922;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5923;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5924;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5925;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5926;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5927;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5928;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5929;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5930;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5931;s:31:\"apihelp-query+querypage-summary\";i:5932;s:34:\"apihelp-query+querypage-param-page\";i:5933;s:35:\"apihelp-query+querypage-param-limit\";i:5934;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5935;s:28:\"apihelp-query+random-summary\";i:5936;s:41:\"apihelp-query+random-extended-description\";i:5937;s:36:\"apihelp-query+random-param-namespace\";i:5938;s:32:\"apihelp-query+random-param-limit\";i:5939;s:35:\"apihelp-query+random-param-redirect\";i:5940;s:38:\"apihelp-query+random-param-filterredir\";i:5941;s:35:\"apihelp-query+random-example-simple\";i:5942;s:38:\"apihelp-query+random-example-generator\";i:5943;s:35:\"apihelp-query+recentchanges-summary\";i:5944;s:39:\"apihelp-query+recentchanges-param-start\";i:5945;s:37:\"apihelp-query+recentchanges-param-end\";i:5946;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5947;s:38:\"apihelp-query+recentchanges-param-user\";i:5948;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5949;s:37:\"apihelp-query+recentchanges-param-tag\";i:5950;s:38:\"apihelp-query+recentchanges-param-slot\";i:5951;s:38:\"apihelp-query+recentchanges-param-prop\";i:5952;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5953;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5954;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5955;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5956;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5957;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5958;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5959;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5960;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5961;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5962;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5963;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5964;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5965;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5966;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5967;s:38:\"apihelp-query+recentchanges-param-show\";i:5968;s:39:\"apihelp-query+recentchanges-param-limit\";i:5969;s:38:\"apihelp-query+recentchanges-param-type\";i:5970;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5971;s:39:\"apihelp-query+recentchanges-param-title\";i:5972;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5973;s:42:\"apihelp-query+recentchanges-example-simple\";i:5974;s:45:\"apihelp-query+recentchanges-example-generator\";i:5975;s:31:\"apihelp-query+redirects-summary\";i:5976;s:34:\"apihelp-query+redirects-param-prop\";i:5977;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5978;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5979;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5980;s:39:\"apihelp-query+redirects-param-namespace\";i:5981;s:35:\"apihelp-query+redirects-param-limit\";i:5982;s:34:\"apihelp-query+redirects-param-show\";i:5983;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:5984;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:5985;s:38:\"apihelp-query+redirects-example-simple\";i:5986;s:41:\"apihelp-query+redirects-example-generator\";i:5987;s:31:\"apihelp-query+revisions-summary\";i:5988;s:44:\"apihelp-query+revisions-extended-description\";i:5989;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5990;s:37:\"apihelp-query+revisions-param-startid\";i:5991;s:35:\"apihelp-query+revisions-param-endid\";i:5992;s:35:\"apihelp-query+revisions-param-start\";i:5993;s:33:\"apihelp-query+revisions-param-end\";i:5994;s:34:\"apihelp-query+revisions-param-user\";i:5995;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5996;s:33:\"apihelp-query+revisions-param-tag\";i:5997;s:39:\"apihelp-query+revisions-example-content\";i:5998;s:37:\"apihelp-query+revisions-example-last5\";i:5999;s:38:\"apihelp-query+revisions-example-first5\";i:6000;s:44:\"apihelp-query+revisions-example-first5-after\";i:6001;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6002;s:43:\"apihelp-query+revisions-example-first5-user\";i:6003;s:39:\"apihelp-query+revisions+base-param-prop\";i:6004;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6005;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6006;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6007;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6008;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6009;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6010;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6011;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6012;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6013;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6014;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6015;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6016;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6017;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6018;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6019;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6020;s:40:\"apihelp-query+revisions+base-param-slots\";i:6021;s:40:\"apihelp-query+revisions+base-param-limit\";i:6022;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6023;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6024;s:40:\"apihelp-query+revisions+base-param-parse\";i:6025;s:42:\"apihelp-query+revisions+base-param-section\";i:6026;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6027;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6028;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6029;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6030;s:28:\"apihelp-query+search-summary\";i:6031;s:33:\"apihelp-query+search-param-search\";i:6032;s:36:\"apihelp-query+search-param-namespace\";i:6033;s:31:\"apihelp-query+search-param-what\";i:6034;s:31:\"apihelp-query+search-param-info\";i:6035;s:31:\"apihelp-query+search-param-prop\";i:6036;s:36:\"apihelp-query+search-param-qiprofile\";i:6037;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6038;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6039;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6040;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6041;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6042;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6043;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6044;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6045;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6046;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6047;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6048;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6049;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6050;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6051;s:32:\"apihelp-query+search-param-limit\";i:6052;s:36:\"apihelp-query+search-param-interwiki\";i:6053;s:34:\"apihelp-query+search-param-backend\";i:6054;s:41:\"apihelp-query+search-param-enablerewrites\";i:6055;s:31:\"apihelp-query+search-param-sort\";i:6056;s:35:\"apihelp-query+search-example-simple\";i:6057;s:33:\"apihelp-query+search-example-text\";i:6058;s:38:\"apihelp-query+search-example-generator\";i:6059;s:30:\"apihelp-query+siteinfo-summary\";i:6060;s:33:\"apihelp-query+siteinfo-param-prop\";i:6061;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6062;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6063;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6064;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6065;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6066;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6067;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6068;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6069;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6070;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6071;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6072;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6073;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6074;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6075;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6076;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6077;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6078;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6079;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6080;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6081;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6082;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6083;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6084;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6085;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6086;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6087;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6088;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6089;s:37:\"apihelp-query+siteinfo-example-simple\";i:6090;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6091;s:37:\"apihelp-query+siteinfo-example-replag\";i:6092;s:36:\"apihelp-query+stashimageinfo-summary\";i:6093;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6094;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6095;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6096;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6097;s:26:\"apihelp-query+tags-summary\";i:6098;s:30:\"apihelp-query+tags-param-limit\";i:6099;s:29:\"apihelp-query+tags-param-prop\";i:6100;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6101;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6102;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6103;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6104;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6105;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6106;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6107;s:33:\"apihelp-query+tags-example-simple\";i:6108;s:31:\"apihelp-query+templates-summary\";i:6109;s:39:\"apihelp-query+templates-param-namespace\";i:6110;s:35:\"apihelp-query+templates-param-limit\";i:6111;s:39:\"apihelp-query+templates-param-templates\";i:6112;s:33:\"apihelp-query+templates-param-dir\";i:6113;s:38:\"apihelp-query+templates-example-simple\";i:6114;s:41:\"apihelp-query+templates-example-generator\";i:6115;s:42:\"apihelp-query+templates-example-namespaces\";i:6116;s:28:\"apihelp-query+tokens-summary\";i:6117;s:31:\"apihelp-query+tokens-param-type\";i:6118;s:35:\"apihelp-query+tokens-example-simple\";i:6119;s:34:\"apihelp-query+tokens-example-types\";i:6120;s:35:\"apihelp-query+transcludedin-summary\";i:6121;s:38:\"apihelp-query+transcludedin-param-prop\";i:6122;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6123;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6124;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6125;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6126;s:39:\"apihelp-query+transcludedin-param-limit\";i:6127;s:38:\"apihelp-query+transcludedin-param-show\";i:6128;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6129;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6130;s:42:\"apihelp-query+transcludedin-example-simple\";i:6131;s:45:\"apihelp-query+transcludedin-example-generator\";i:6132;s:34:\"apihelp-query+usercontribs-summary\";i:6133;s:38:\"apihelp-query+usercontribs-param-limit\";i:6134;s:38:\"apihelp-query+usercontribs-param-start\";i:6135;s:36:\"apihelp-query+usercontribs-param-end\";i:6136;s:37:\"apihelp-query+usercontribs-param-user\";i:6137;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6138;s:40:\"apihelp-query+usercontribs-param-userids\";i:6139;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6140;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6141;s:37:\"apihelp-query+usercontribs-param-prop\";i:6142;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6143;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6144;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6145;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6146;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6147;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6148;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6149;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6150;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6151;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6152;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6153;s:37:\"apihelp-query+usercontribs-param-show\";i:6154;s:36:\"apihelp-query+usercontribs-param-tag\";i:6155;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6156;s:39:\"apihelp-query+usercontribs-example-user\";i:6157;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6158;s:30:\"apihelp-query+userinfo-summary\";i:6159;s:33:\"apihelp-query+userinfo-param-prop\";i:6160;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6161;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6162;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6163;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6164;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6165;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6166;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6167;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6168;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6169;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6170;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6171;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6172;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6173;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6174;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6175;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6176;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6177;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6178;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6179;s:37:\"apihelp-query+userinfo-example-simple\";i:6180;s:35:\"apihelp-query+userinfo-example-data\";i:6181;s:27:\"apihelp-query+users-summary\";i:6182;s:30:\"apihelp-query+users-param-prop\";i:6183;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6184;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6185;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6186;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6187;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6188;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6189;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6190;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6191;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6192;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6193;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6194;s:38:\"apihelp-query+users-param-attachedwiki\";i:6195;s:31:\"apihelp-query+users-param-users\";i:6196;s:33:\"apihelp-query+users-param-userids\";i:6197;s:34:\"apihelp-query+users-example-simple\";i:6198;s:31:\"apihelp-query+watchlist-summary\";i:6199;s:36:\"apihelp-query+watchlist-param-allrev\";i:6200;s:35:\"apihelp-query+watchlist-param-start\";i:6201;s:33:\"apihelp-query+watchlist-param-end\";i:6202;s:39:\"apihelp-query+watchlist-param-namespace\";i:6203;s:34:\"apihelp-query+watchlist-param-user\";i:6204;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6205;s:35:\"apihelp-query+watchlist-param-limit\";i:6206;s:34:\"apihelp-query+watchlist-param-prop\";i:6207;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6208;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6209;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6210;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6211;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6212;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6213;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6214;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6215;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6216;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6217;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6218;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6219;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6220;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6221;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6222;s:34:\"apihelp-query+watchlist-param-show\";i:6223;s:34:\"apihelp-query+watchlist-param-type\";i:6224;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6225;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6226;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6227;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6228;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6229;s:35:\"apihelp-query+watchlist-param-owner\";i:6230;s:35:\"apihelp-query+watchlist-param-token\";i:6231;s:38:\"apihelp-query+watchlist-example-simple\";i:6232;s:37:\"apihelp-query+watchlist-example-props\";i:6233;s:38:\"apihelp-query+watchlist-example-expiry\";i:6234;s:38:\"apihelp-query+watchlist-example-allrev\";i:6235;s:41:\"apihelp-query+watchlist-example-generator\";i:6236;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6237;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6238;s:34:\"apihelp-query+watchlistraw-summary\";i:6239;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6240;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6241;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6242;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6243;s:37:\"apihelp-query+watchlistraw-param-show\";i:6244;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6245;s:38:\"apihelp-query+watchlistraw-param-token\";i:6246;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6247;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6248;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6249;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6250;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6251;s:40:\"apihelp-removeauthenticationdata-summary\";i:6252;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6253;s:29:\"apihelp-resetpassword-summary\";i:6254;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6255;s:32:\"apihelp-resetpassword-param-user\";i:6256;s:33:\"apihelp-resetpassword-param-email\";i:6257;s:34:\"apihelp-resetpassword-example-user\";i:6258;s:35:\"apihelp-resetpassword-example-email\";i:6259;s:30:\"apihelp-revisiondelete-summary\";i:6260;s:33:\"apihelp-revisiondelete-param-type\";i:6261;s:35:\"apihelp-revisiondelete-param-target\";i:6262;s:32:\"apihelp-revisiondelete-param-ids\";i:6263;s:33:\"apihelp-revisiondelete-param-hide\";i:6264;s:33:\"apihelp-revisiondelete-param-show\";i:6265;s:37:\"apihelp-revisiondelete-param-suppress\";i:6266;s:35:\"apihelp-revisiondelete-param-reason\";i:6267;s:33:\"apihelp-revisiondelete-param-tags\";i:6268;s:39:\"apihelp-revisiondelete-example-revision\";i:6269;s:34:\"apihelp-revisiondelete-example-log\";i:6270;s:24:\"apihelp-rollback-summary\";i:6271;s:37:\"apihelp-rollback-extended-description\";i:6272;s:28:\"apihelp-rollback-param-title\";i:6273;s:29:\"apihelp-rollback-param-pageid\";i:6274;s:27:\"apihelp-rollback-param-tags\";i:6275;s:27:\"apihelp-rollback-param-user\";i:6276;s:30:\"apihelp-rollback-param-summary\";i:6277;s:30:\"apihelp-rollback-param-markbot\";i:6278;s:32:\"apihelp-rollback-param-watchlist\";i:6279;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6280;s:31:\"apihelp-rollback-example-simple\";i:6281;s:32:\"apihelp-rollback-example-summary\";i:6282;s:19:\"apihelp-rsd-summary\";i:6283;s:26:\"apihelp-rsd-example-simple\";i:6284;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6285;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6286;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6287;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6288;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6289;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6290;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6291;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6292;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6293;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6294;s:31:\"apihelp-setpagelanguage-summary\";i:6295;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6296;s:35:\"apihelp-setpagelanguage-param-title\";i:6297;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6298;s:34:\"apihelp-setpagelanguage-param-lang\";i:6299;s:36:\"apihelp-setpagelanguage-param-reason\";i:6300;s:34:\"apihelp-setpagelanguage-param-tags\";i:6301;s:40:\"apihelp-setpagelanguage-example-language\";i:6302;s:39:\"apihelp-setpagelanguage-example-default\";i:6303;s:25:\"apihelp-stashedit-summary\";i:6304;s:38:\"apihelp-stashedit-extended-description\";i:6305;s:29:\"apihelp-stashedit-param-title\";i:6306;s:31:\"apihelp-stashedit-param-section\";i:6307;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6308;s:28:\"apihelp-stashedit-param-text\";i:6309;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6310;s:36:\"apihelp-stashedit-param-contentmodel\";i:6311;s:37:\"apihelp-stashedit-param-contentformat\";i:6312;s:33:\"apihelp-stashedit-param-baserevid\";i:6313;s:31:\"apihelp-stashedit-param-summary\";i:6314;s:19:\"apihelp-tag-summary\";i:6315;s:22:\"apihelp-tag-param-rcid\";i:6316;s:23:\"apihelp-tag-param-revid\";i:6317;s:23:\"apihelp-tag-param-logid\";i:6318;s:21:\"apihelp-tag-param-add\";i:6319;s:24:\"apihelp-tag-param-remove\";i:6320;s:24:\"apihelp-tag-param-reason\";i:6321;s:22:\"apihelp-tag-param-tags\";i:6322;s:23:\"apihelp-tag-example-rev\";i:6323;s:23:\"apihelp-tag-example-log\";i:6324;s:23:\"apihelp-unblock-summary\";i:6325;s:24:\"apihelp-unblock-param-id\";i:6326;s:26:\"apihelp-unblock-param-user\";i:6327;s:28:\"apihelp-unblock-param-userid\";i:6328;s:28:\"apihelp-unblock-param-reason\";i:6329;s:26:\"apihelp-unblock-param-tags\";i:6330;s:26:\"apihelp-unblock-example-id\";i:6331;s:28:\"apihelp-unblock-example-user\";i:6332;s:24:\"apihelp-undelete-summary\";i:6333;s:37:\"apihelp-undelete-extended-description\";i:6334;s:28:\"apihelp-undelete-param-title\";i:6335;s:29:\"apihelp-undelete-param-reason\";i:6336;s:27:\"apihelp-undelete-param-tags\";i:6337;s:33:\"apihelp-undelete-param-timestamps\";i:6338;s:30:\"apihelp-undelete-param-fileids\";i:6339;s:32:\"apihelp-undelete-param-watchlist\";i:6340;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6341;s:35:\"apihelp-undelete-param-undeletetalk\";i:6342;s:29:\"apihelp-undelete-example-page\";i:6343;s:34:\"apihelp-undelete-example-revisions\";i:6344;s:29:\"apihelp-unlinkaccount-summary\";i:6345;s:36:\"apihelp-unlinkaccount-example-simple\";i:6346;s:22:\"apihelp-upload-summary\";i:6347;s:35:\"apihelp-upload-extended-description\";i:6348;s:29:\"apihelp-upload-param-filename\";i:6349;s:28:\"apihelp-upload-param-comment\";i:6350;s:25:\"apihelp-upload-param-tags\";i:6351;s:25:\"apihelp-upload-param-text\";i:6352;s:26:\"apihelp-upload-param-watch\";i:6353;s:30:\"apihelp-upload-param-watchlist\";i:6354;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6355;s:35:\"apihelp-upload-param-ignorewarnings\";i:6356;s:25:\"apihelp-upload-param-file\";i:6357;s:24:\"apihelp-upload-param-url\";i:6358;s:28:\"apihelp-upload-param-filekey\";i:6359;s:31:\"apihelp-upload-param-sessionkey\";i:6360;s:26:\"apihelp-upload-param-stash\";i:6361;s:29:\"apihelp-upload-param-filesize\";i:6362;s:27:\"apihelp-upload-param-offset\";i:6363;s:26:\"apihelp-upload-param-chunk\";i:6364;s:26:\"apihelp-upload-param-async\";i:6365;s:32:\"apihelp-upload-param-checkstatus\";i:6366;s:26:\"apihelp-upload-example-url\";i:6367;s:30:\"apihelp-upload-example-filekey\";i:6368;s:26:\"apihelp-userrights-summary\";i:6369;s:29:\"apihelp-userrights-param-user\";i:6370;s:31:\"apihelp-userrights-param-userid\";i:6371;s:28:\"apihelp-userrights-param-add\";i:6372;s:31:\"apihelp-userrights-param-expiry\";i:6373;s:31:\"apihelp-userrights-param-remove\";i:6374;s:31:\"apihelp-userrights-param-reason\";i:6375;s:29:\"apihelp-userrights-param-tags\";i:6376;s:31:\"apihelp-userrights-example-user\";i:6377;s:33:\"apihelp-userrights-example-userid\";i:6378;s:33:\"apihelp-userrights-example-expiry\";i:6379;s:32:\"apihelp-validatepassword-summary\";i:6380;s:45:\"apihelp-validatepassword-extended-description\";i:6381;s:39:\"apihelp-validatepassword-param-password\";i:6382;s:35:\"apihelp-validatepassword-param-user\";i:6383;s:36:\"apihelp-validatepassword-param-email\";i:6384;s:39:\"apihelp-validatepassword-param-realname\";i:6385;s:34:\"apihelp-validatepassword-example-1\";i:6386;s:34:\"apihelp-validatepassword-example-2\";i:6387;s:21:\"apihelp-watch-summary\";i:6388;s:25:\"apihelp-watch-param-title\";i:6389;s:26:\"apihelp-watch-param-expiry\";i:6390;s:27:\"apihelp-watch-param-unwatch\";i:6391;s:27:\"apihelp-watch-example-watch\";i:6392;s:34:\"apihelp-watch-example-watch-expiry\";i:6393;s:29:\"apihelp-watch-example-unwatch\";i:6394;s:31:\"apihelp-watch-example-generator\";i:6395;s:30:\"apihelp-format-example-generic\";i:6396;s:32:\"apihelp-format-param-wrappedhtml\";i:6397;s:20:\"apihelp-json-summary\";i:6398;s:27:\"apihelp-json-param-callback\";i:6399;s:23:\"apihelp-json-param-utf8\";i:6400;s:24:\"apihelp-json-param-ascii\";i:6401;s:32:\"apihelp-json-param-formatversion\";i:6402;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6403;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6404;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6405;s:22:\"apihelp-jsonfm-summary\";i:6406;s:20:\"apihelp-none-summary\";i:6407;s:19:\"apihelp-php-summary\";i:6408;s:31:\"apihelp-php-param-formatversion\";i:6409;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6410;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6411;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6412;s:21:\"apihelp-phpfm-summary\";i:6413;s:21:\"apihelp-rawfm-summary\";i:6414;s:19:\"apihelp-xml-summary\";i:6415;s:22:\"apihelp-xml-param-xslt\";i:6416;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6417;s:21:\"apihelp-xmlfm-summary\";i:6418;s:16:\"api-format-title\";i:6419;s:29:\"api-format-prettyprint-header\";i:6420;s:39:\"api-format-prettyprint-header-only-html\";i:6421;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6422;s:29:\"api-format-prettyprint-status\";i:6423;s:22:\"api-login-fail-aborted\";i:6424;s:30:\"api-login-fail-aborted-nobotpw\";i:6425;s:33:\"api-login-fail-badsessionprovider\";i:6426;s:25:\"api-login-fail-sameorigin\";i:6427;s:24:\"api-pageset-param-titles\";i:6428;s:25:\"api-pageset-param-pageids\";i:6429;s:24:\"api-pageset-param-revids\";i:6430;s:27:\"api-pageset-param-generator\";i:6431;s:37:\"api-pageset-param-redirects-generator\";i:6432;s:39:\"api-pageset-param-redirects-nogenerator\";i:6433;s:31:\"api-pageset-param-converttitles\";i:6434;s:14:\"api-help-title\";i:6435;s:13:\"api-help-lead\";i:6436;s:20:\"api-help-main-header\";i:6437;s:28:\"api-help-undocumented-module\";i:6438;s:14:\"api-help-flags\";i:6439;s:24:\"api-help-flag-deprecated\";i:6440;s:22:\"api-help-flag-internal\";i:6441;s:24:\"api-help-flag-readrights\";i:6442;s:25:\"api-help-flag-writerights\";i:6443;s:26:\"api-help-flag-mustbeposted\";i:6444;s:23:\"api-help-flag-generator\";i:6445;s:15:\"api-help-source\";i:6446;s:23:\"api-help-source-unknown\";i:6447;s:16:\"api-help-license\";i:6448;s:23:\"api-help-license-noname\";i:6449;s:24:\"api-help-license-unknown\";i:6450;s:18:\"api-help-help-urls\";i:6451;s:19:\"api-help-parameters\";i:6452;s:24:\"api-help-parameters-note\";i:6453;s:25:\"api-help-param-deprecated\";i:6454;s:31:\"api-help-param-deprecated-label\";i:6455;s:23:\"api-help-param-internal\";i:6456;s:29:\"api-help-param-internal-label\";i:6457;s:24:\"api-help-param-templated\";i:6458;s:34:\"api-help-param-templated-var-first\";i:6459;s:28:\"api-help-param-templated-var\";i:6460;s:25:\"api-help-datatypes-header\";i:6461;s:22:\"api-help-datatypes-top\";i:6462;s:25:\"api-help-datatype-boolean\";i:6463;s:24:\"api-help-datatype-expiry\";i:6464;s:27:\"api-help-datatype-timestamp\";i:6465;s:31:\"api-help-templatedparams-header\";i:6466;s:24:\"api-help-templatedparams\";i:6467;s:26:\"api-help-param-type-expiry\";i:6468;s:25:\"api-help-param-type-limit\";i:6469;s:35:\"api-help-param-type-presenceboolean\";i:6470;s:29:\"api-help-param-type-timestamp\";i:6471;s:24:\"api-help-param-type-enum\";i:6472;s:29:\"api-help-param-multi-separate\";i:6473;s:24:\"api-help-param-multi-all\";i:6474;s:28:\"api-help-param-default-empty\";i:6475;s:20:\"api-help-param-token\";i:6476;s:26:\"api-help-param-token-webui\";i:6477;s:37:\"api-help-param-disabled-in-miser-mode\";i:6478;s:36:\"api-help-param-limited-in-miser-mode\";i:6479;s:24:\"api-help-param-direction\";i:6480;s:35:\"api-help-paramvalue-direction-newer\";i:6481;s:35:\"api-help-paramvalue-direction-older\";i:6482;s:23:\"api-help-param-continue\";i:6483;s:29:\"api-help-param-no-description\";i:6484;s:17:\"api-help-examples\";i:6485;s:20:\"api-help-permissions\";i:6486;s:31:\"api-help-permissions-granted-to\";i:6487;s:28:\"api-help-right-apihighlimits\";i:6488;s:27:\"api-help-open-in-apisandbox\";i:6489;s:32:\"api-help-no-extended-description\";i:6490;s:34:\"api-help-authmanager-general-usage\";i:6491;s:35:\"api-help-authmanagerhelper-requests\";i:6492;s:34:\"api-help-authmanagerhelper-request\";i:6493;s:40:\"api-help-authmanagerhelper-messageformat\";i:6494;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6495;s:40:\"api-help-authmanagerhelper-preservestate\";i:6496;s:36:\"api-help-authmanagerhelper-returnurl\";i:6497;s:35:\"api-help-authmanagerhelper-continue\";i:6498;s:44:\"api-help-authmanagerhelper-additional-params\";i:6499;s:27:\"apierror-allimages-redirect\";i:6500;s:37:\"apierror-allpages-generator-redirects\";i:6501;s:27:\"apierror-appendnotsupported\";i:6502;s:22:\"apierror-articleexists\";i:6503;s:25:\"apierror-assertanonfailed\";i:6504;s:24:\"apierror-assertbotfailed\";i:6505;s:30:\"apierror-assertnameduserfailed\";i:6506;s:25:\"apierror-assertuserfailed\";i:6507;s:20:\"apierror-autoblocked\";i:6508;s:32:\"apierror-bad-badfilecontexttitle\";i:6509;s:33:\"apierror-badconfig-resulttoosmall\";i:6510;s:20:\"apierror-badcontinue\";i:6511;s:16:\"apierror-baddiff\";i:6512;s:18:\"apierror-baddiffto\";i:6513;s:26:\"apierror-badformat-generic\";i:6514;s:18:\"apierror-badformat\";i:6515;s:34:\"apierror-badgenerator-notgenerator\";i:6516;s:29:\"apierror-badgenerator-unknown\";i:6517;s:14:\"apierror-badip\";i:6518;s:15:\"apierror-badmd5\";i:6519;s:31:\"apierror-badmodule-badsubmodule\";i:6520;s:31:\"apierror-badmodule-nosubmodules\";i:6521;s:21:\"apierror-badparameter\";i:6522;s:17:\"apierror-badquery\";i:6523;s:21:\"apierror-badtimestamp\";i:6524;s:17:\"apierror-badtoken\";i:6525;s:18:\"apierror-badupload\";i:6526;s:15:\"apierror-badurl\";i:6527;s:16:\"apierror-baduser\";i:6528;s:31:\"apierror-badvalue-notmultivalue\";i:6529;s:28:\"apierror-bad-watchlist-token\";i:6530;s:24:\"apierror-blockedfrommail\";i:6531;s:16:\"apierror-blocked\";i:6532;s:24:\"apierror-blocked-partial\";i:6533;s:25:\"apierror-botsnotsupported\";i:6534;s:33:\"apierror-cannot-async-upload-file\";i:6535;s:29:\"apierror-cannotreauthenticate\";i:6536;s:24:\"apierror-cannotviewtitle\";i:6537;s:24:\"apierror-cantblock-email\";i:6538;s:18:\"apierror-cantblock\";i:6539;s:31:\"apierror-cantchangecontentmodel\";i:6540;s:17:\"apierror-canthide\";i:6541;s:26:\"apierror-cantimport-upload\";i:6542;s:19:\"apierror-cantimport\";i:6543;s:33:\"apierror-cantoverwrite-sharedfile\";i:6544;s:17:\"apierror-cantsend\";i:6545;s:21:\"apierror-cantundelete\";i:6546;s:33:\"apierror-cantview-deleted-comment\";i:6547;s:37:\"apierror-cantview-deleted-description\";i:6548;s:34:\"apierror-cantview-deleted-metadata\";i:6549;s:42:\"apierror-cantview-deleted-revision-content\";i:6550;s:29:\"apierror-changeauth-norequest\";i:6551;s:40:\"apierror-changecontentmodel-missingtitle\";i:6552;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6553;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6554;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6555;s:24:\"apierror-chunk-too-small\";i:6556;s:21:\"apierror-cidrtoobroad\";i:6557;s:33:\"apierror-compare-maintextrequired\";i:6558;s:25:\"apierror-compare-no-title\";i:6559;s:34:\"apierror-compare-nosuchfromsection\";i:6560;s:32:\"apierror-compare-nosuchtosection\";i:6561;s:31:\"apierror-compare-nofromrevision\";i:6562;s:23:\"apierror-compare-notext\";i:6563;s:29:\"apierror-compare-notorevision\";i:6564;s:26:\"apierror-concurrency-limit\";i:6565;s:36:\"apierror-compare-relative-to-deleted\";i:6566;s:36:\"apierror-compare-relative-to-nothing\";i:6567;s:38:\"apierror-contentserializationexception\";i:6568;s:22:\"apierror-contenttoobig\";i:6569;s:30:\"apierror-contentmodel-mismatch\";i:6570;s:28:\"apierror-copyuploadbaddomain\";i:6571;s:25:\"apierror-copyuploadbadurl\";i:6572;s:27:\"apierror-create-titleexists\";i:6573;s:19:\"apierror-csp-report\";i:6574;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6575;s:32:\"apierror-deletedrevs-param-not-3\";i:6576;s:29:\"apierror-edit-invalidredirect\";i:6577;s:24:\"apierror-emptynewsection\";i:6578;s:18:\"apierror-emptypage\";i:6579;s:24:\"apierror-exceptioncaught\";i:6580;s:28:\"apierror-exceptioncaughttype\";i:6581;s:25:\"apierror-filedoesnotexist\";i:6582;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6583;s:19:\"apierror-filenopath\";i:6584;s:32:\"apierror-filetypecannotberotated\";i:6585;s:18:\"apierror-formatphp\";i:6586;s:28:\"apierror-imageusage-badtitle\";i:6587;s:28:\"apierror-import-unknownerror\";i:6588;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6589;s:35:\"apierror-integeroutofrange-abovemax\";i:6590;s:39:\"apierror-integeroutofrange-belowminimum\";i:6591;s:24:\"apierror-invalidcategory\";i:6592;s:22:\"apierror-invalid-chunk\";i:6593;s:22:\"apierror-invalidexpiry\";i:6594;s:25:\"apierror-invalid-file-key\";i:6595;s:23:\"apierror-invalidiprange\";i:6596;s:20:\"apierror-invalidlang\";i:6597;s:22:\"apierror-invalidmethod\";i:6598;s:24:\"apierror-invalidoldimage\";i:6599;s:38:\"apierror-invalidparammix-cannotusewith\";i:6600;s:36:\"apierror-invalidparammix-mustusewith\";i:6601;s:42:\"apierror-invalidparammix-parse-new-section\";i:6602;s:24:\"apierror-invalidparammix\";i:6603;s:23:\"apierror-invalidsection\";i:6604;s:30:\"apierror-invalidsha1base36hash\";i:6605;s:24:\"apierror-invalidsha1hash\";i:6606;s:21:\"apierror-invalidtitle\";i:6607;s:24:\"apierror-invalidurlparam\";i:6608;s:20:\"apierror-invaliduser\";i:6609;s:22:\"apierror-invaliduserid\";i:6610;s:21:\"apierror-ipoutofrange\";i:6611;s:17:\"apierror-maxbytes\";i:6612;s:17:\"apierror-maxchars\";i:6613;s:23:\"apierror-maxlag-generic\";i:6614;s:15:\"apierror-maxlag\";i:6615;s:27:\"apierror-mimesearchdisabled\";i:6616;s:30:\"apierror-missingcontent-pageid\";i:6617;s:29:\"apierror-missingcontent-revid\";i:6618;s:34:\"apierror-missingcontent-revid-role\";i:6619;s:37:\"apierror-missingparam-at-least-one-of\";i:6620;s:28:\"apierror-missingparam-one-of\";i:6621;s:21:\"apierror-missingparam\";i:6622;s:26:\"apierror-missingrev-pageid\";i:6623;s:25:\"apierror-missingrev-title\";i:6624;s:32:\"apierror-missingtitle-createonly\";i:6625;s:21:\"apierror-missingtitle\";i:6626;s:28:\"apierror-missingtitle-byname\";i:6627;s:23:\"apierror-moduledisabled\";i:6628;s:29:\"apierror-multival-only-one-of\";i:6629;s:18:\"apierror-multpages\";i:6630;s:34:\"apierror-mustbeloggedin-changeauth\";i:6631;s:31:\"apierror-mustbeloggedin-generic\";i:6632;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6633;s:34:\"apierror-mustbeloggedin-removeauth\";i:6634;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6635;s:23:\"apierror-mustbeloggedin\";i:6636;s:21:\"apierror-mustbeposted\";i:6637;s:23:\"apierror-mustpostparams\";i:6638;s:19:\"apierror-noapiwrite\";i:6639;s:18:\"apierror-nochanges\";i:6640;s:25:\"apierror-nodeleteablefile\";i:6641;s:26:\"apierror-no-direct-editing\";i:6642;s:20:\"apierror-noedit-anon\";i:6643;s:15:\"apierror-noedit\";i:6644;s:29:\"apierror-noimageredirect-anon\";i:6645;s:24:\"apierror-noimageredirect\";i:6646;s:20:\"apierror-nosuchlogid\";i:6647;s:21:\"apierror-nosuchpageid\";i:6648;s:19:\"apierror-nosuchrcid\";i:6649;s:20:\"apierror-nosuchrevid\";i:6650;s:22:\"apierror-nosuchsection\";i:6651;s:27:\"apierror-nosuchsection-what\";i:6652;s:21:\"apierror-nosuchuserid\";i:6653;s:17:\"apierror-notarget\";i:6654;s:23:\"apierror-notpatrollable\";i:6655;s:23:\"apierror-nouploadmodule\";i:6656;s:33:\"apierror-opensearch-json-warnings\";i:6657;s:24:\"apierror-pagecannotexist\";i:6658;s:20:\"apierror-pagedeleted\";i:6659;s:26:\"apierror-pagelang-disabled\";i:6660;s:19:\"apierror-paramempty\";i:6661;s:30:\"apierror-parsetree-notwikitext\";i:6662;s:36:\"apierror-parsetree-notwikitext-title\";i:6663;s:19:\"apierror-pastexpiry\";i:6664;s:25:\"apierror-permissiondenied\";i:6665;s:33:\"apierror-permissiondenied-generic\";i:6666;s:36:\"apierror-permissiondenied-patrolflag\";i:6667;s:33:\"apierror-permissiondenied-unblock\";i:6668;s:29:\"apierror-prefixsearchdisabled\";i:6669;s:30:\"apierror-promised-nonwrite-api\";i:6670;s:30:\"apierror-protect-invalidaction\";i:6671;s:29:\"apierror-protect-invalidlevel\";i:6672;s:20:\"apierror-ratelimited\";i:6673;s:22:\"apierror-readapidenied\";i:6674;s:17:\"apierror-readonly\";i:6675;s:23:\"apierror-reauthenticate\";i:6676;s:28:\"apierror-redirect-appendonly\";i:6677;s:33:\"apierror-revdel-mutuallyexclusive\";i:6678;s:26:\"apierror-revdel-needtarget\";i:6679;s:27:\"apierror-revdel-paramneeded\";i:6680;s:24:\"apierror-revisions-badid\";i:6681;s:27:\"apierror-revisions-norevids\";i:6682;s:29:\"apierror-revisions-singlepage\";i:6683;s:21:\"apierror-revwrongpage\";i:6684;s:23:\"apierror-searchdisabled\";i:6685;s:29:\"apierror-sectionreplacefailed\";i:6686;s:29:\"apierror-sectionsnotsupported\";i:6687;s:34:\"apierror-sectionsnotsupported-what\";i:6688;s:13:\"apierror-show\";i:6689;s:34:\"apierror-siteinfo-includealldenied\";i:6690;s:25:\"apierror-sizediffdisabled\";i:6691;s:21:\"apierror-spamdetected\";i:6692;s:32:\"apierror-specialpage-cantexecute\";i:6693;s:28:\"apierror-stashedfilenotfound\";i:6694;s:30:\"apierror-stashedit-missingtext\";i:6695;s:23:\"apierror-stashexception\";i:6696;s:29:\"apierror-stashfailed-complete\";i:6697;s:30:\"apierror-stashfailed-nosession\";i:6698;s:25:\"apierror-stashfilestorage\";i:6699;s:25:\"apierror-stashinvalidfile\";i:6700;s:27:\"apierror-stashnosuchfilekey\";i:6701;s:25:\"apierror-stashpathinvalid\";i:6702;s:24:\"apierror-stashwrongowner\";i:6703;s:24:\"apierror-stashzerolength\";i:6704;s:22:\"apierror-systemblocked\";i:6705;s:38:\"apierror-templateexpansion-notwikitext\";i:6706;s:23:\"apierror-toofewexpiries\";i:6707;s:22:\"apierror-toomanyvalues\";i:6708;s:22:\"apierror-unknownaction\";i:6709;s:30:\"apierror-unknownerror-editpage\";i:6710;s:28:\"apierror-unknownerror-nocode\";i:6711;s:21:\"apierror-unknownerror\";i:6712;s:22:\"apierror-unknownformat\";i:6713;s:27:\"apierror-unrecognizedparams\";i:6714;s:26:\"apierror-unrecognizedvalue\";i:6715;s:24:\"apierror-unsupportedrepo\";i:6716;s:29:\"apierror-upload-filekeyneeded\";i:6717;s:33:\"apierror-upload-filekeynotallowed\";i:6718;s:26:\"apierror-upload-inprogress\";i:6719;s:29:\"apierror-upload-missingresult\";i:6720;s:23:\"apierror-urlparamnormal\";i:6721;s:23:\"apierror-writeapidenied\";i:6722;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6723;s:19:\"apiwarn-badurlparam\";i:6724;s:15:\"apiwarn-badutf8\";i:6725;s:34:\"apiwarn-checktoken-percentencoding\";i:6726;s:23:\"apiwarn-compare-no-next\";i:6727;s:23:\"apiwarn-compare-no-prev\";i:6728;s:30:\"apiwarn-compare-nocontentmodel\";i:6729;s:31:\"apiwarn-deprecation-deletedrevs\";i:6730;s:33:\"apiwarn-deprecation-httpsexpected\";i:6731;s:31:\"apiwarn-deprecation-login-botpw\";i:6732;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6733;s:31:\"apiwarn-deprecation-login-token\";i:6734;s:32:\"apiwarn-deprecation-missingparam\";i:6735;s:29:\"apiwarn-deprecation-parameter\";i:6736;s:35:\"apiwarn-deprecation-parse-headitems\";i:6737;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6738;s:29:\"apiwarn-deprecation-purge-get\";i:6739;s:35:\"apiwarn-deprecation-withreplacement\";i:6740;s:20:\"apiwarn-difftohidden\";i:6741;s:26:\"apiwarn-errorprinterfailed\";i:6742;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6743;s:23:\"apiwarn-invalidcategory\";i:6744;s:20:\"apiwarn-invalidtitle\";i:6745;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6746;s:28:\"apiwarn-invalidxmlstylesheet\";i:6747;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6748;s:26:\"apiwarn-moduleswithoutvars\";i:6749;s:15:\"apiwarn-notfile\";i:6750;s:30:\"apiwarn-nothumb-noimagehandler\";i:6751;s:28:\"apiwarn-parse-nocontentmodel\";i:6752;s:30:\"apiwarn-parse-revidwithouttext\";i:6753;s:30:\"apiwarn-parse-titlewithouttext\";i:6754;s:26:\"apiwarn-redirectsandrevids\";i:6755;s:21:\"apiwarn-tokens-origin\";i:6756;s:23:\"apiwarn-truncatedresult\";i:6757;s:27:\"apiwarn-unclearnowtimestamp\";i:6758;s:26:\"apiwarn-unrecognizedvalues\";i:6759;s:24:\"apiwarn-unsupportedarray\";i:6760;s:21:\"apiwarn-urlparamwidth\";i:6761;s:33:\"apiwarn-validationfailed-badchars\";i:6762;s:32:\"apiwarn-validationfailed-badpref\";i:6763;s:34:\"apiwarn-validationfailed-cannotset\";i:6764;s:35:\"apiwarn-validationfailed-keytoolong\";i:6765;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6766;s:24:\"apiwarn-validationfailed\";i:6767;s:18:\"apiwarn-wgdebugapi\";i:6768;s:20:\"api-feed-error-title\";i:6769;s:16:\"api-usage-docref\";i:6770;s:25:\"api-usage-mailinglist-ref\";i:6771;s:19:\"api-exception-trace\";i:6772;s:18:\"api-credits-header\";i:6773;s:11:\"api-credits\";i:6774;s:20:\"rest-prefix-mismatch\";i:6775;s:17:\"rest-wrong-method\";i:6776;s:13:\"rest-no-match\";i:6777;s:22:\"rest-nonexistent-title\";i:6778;s:31:\"rest-nonexistent-title-revision\";i:6779;s:25:\"rest-nonexistent-revision\";i:6780;s:21:\"rest-nonexistent-user\";i:6781;s:17:\"rest-invalid-user\";i:6782;s:27:\"rest-permission-denied-anon\";i:6783;s:28:\"rest-permission-denied-title\";i:6784;s:31:\"rest-permission-denied-revision\";i:6785;s:28:\"rest-resource-limit-exceeded\";i:6786;s:36:\"rest-pagehistory-incompatible-params\";i:6787;s:34:\"rest-pagehistory-param-range-error\";i:6788;s:32:\"rest-pagehistory-timestamp-error\";i:6789;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6790;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6791;s:26:\"rest-compare-page-mismatch\";i:6792;s:30:\"rest-compare-permission-denied\";i:6793;s:24:\"rest-compare-nonexistent\";i:6794;s:25:\"rest-compare-inaccessible\";i:6795;s:26:\"rest-compare-wrong-content\";i:6796;s:22:\"rest-compare-wikidiff2\";i:6797;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6798;s:17:\"rest-search-error\";i:6799;s:27:\"rest-page-source-type-error\";i:6800;s:16:\"rest-no-revision\";i:6801;s:25:\"rest-media-too-many-links\";i:6802;s:23:\"rest-html-backend-error\";i:6803;s:18:\"rest-bad-json-body\";i:6804;s:26:\"rest-json-body-parse-error\";i:6805;s:23:\"rest-missing-body-field\";i:6806;s:22:\"rest-bad-content-model\";i:6807;s:30:\"rest-update-cannot-create-page\";i:6808;s:26:\"rest-extraneous-csrf-token\";i:6809;s:21:\"rest-cannot-load-file\";i:6810;s:28:\"rest-cross-origin-anon-write\";i:6811;s:31:\"rest-requires-safe-against-csrf\";i:6812;s:13:\"rest-badtoken\";i:6813;s:30:\"ooui-outline-control-move-down\";i:6814;s:28:\"ooui-outline-control-move-up\";i:6815;s:27:\"ooui-outline-control-remove\";i:6816;s:17:\"ooui-toolbar-more\";i:6817;s:21:\"ooui-toolgroup-expand\";i:6818;s:23:\"ooui-toolgroup-collapse\";i:6819;s:16:\"ooui-item-remove\";i:6820;s:26:\"ooui-dialog-message-accept\";i:6821;s:26:\"ooui-dialog-message-reject\";i:6822;s:25:\"ooui-dialog-process-error\";i:6823;s:27:\"ooui-dialog-process-dismiss\";i:6824;s:25:\"ooui-dialog-process-retry\";i:6825;s:28:\"ooui-dialog-process-continue\";i:6826;s:26:\"ooui-combobox-button-label\";i:6827;s:29:\"ooui-selectfile-button-select\";i:6828;s:38:\"ooui-selectfile-button-select-multiple\";i:6829;s:29:\"ooui-selectfile-not-supported\";i:6830;s:27:\"ooui-selectfile-placeholder\";i:6831;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6832;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6833;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6834;s:15:\"ooui-field-help\";i:6835;s:22:\"paramvalidator-badbool\";i:6836;s:24:\"paramvalidator-badexpiry\";i:6837;s:33:\"paramvalidator-badexpiry-duration\";i:6838;s:37:\"paramvalidator-badexpiry-duration-max\";i:6839;s:29:\"paramvalidator-badexpiry-past\";i:6840;s:23:\"paramvalidator-badfloat\";i:6841;s:33:\"paramvalidator-badfloat-notfinite\";i:6842;s:25:\"paramvalidator-badinteger\";i:6843;s:27:\"paramvalidator-badtimestamp\";i:6844;s:34:\"paramvalidator-badupload-cantwrite\";i:6845;s:33:\"paramvalidator-badupload-formsize\";i:6846;s:32:\"paramvalidator-badupload-inisize\";i:6847;s:31:\"paramvalidator-badupload-nofile\";i:6848;s:33:\"paramvalidator-badupload-notmpdir\";i:6849;s:34:\"paramvalidator-badupload-notupload\";i:6850;s:32:\"paramvalidator-badupload-partial\";i:6851;s:31:\"paramvalidator-badupload-phpext\";i:6852;s:33:\"paramvalidator-badvalue-enummulti\";i:6853;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6854;s:31:\"paramvalidator-deprecated-value\";i:6855;s:26:\"paramvalidator-emptystring\";i:6856;s:23:\"paramvalidator-maxbytes\";i:6857;s:23:\"paramvalidator-maxchars\";i:6858;s:27:\"paramvalidator-missingparam\";i:6859;s:23:\"paramvalidator-notmulti\";i:6860;s:29:\"paramvalidator-outofrange-max\";i:6861;s:32:\"paramvalidator-outofrange-minmax\";i:6862;s:29:\"paramvalidator-outofrange-min\";i:6863;s:31:\"paramvalidator-param-deprecated\";i:6864;s:30:\"paramvalidator-param-sensitive\";i:6865;s:28:\"paramvalidator-toomanyvalues\";i:6866;s:34:\"paramvalidator-unclearnowtimestamp\";i:6867;s:33:\"paramvalidator-unrecognizedvalues\";i:6868;s:27:\"paramvalidator-help-default\";i:6869;s:33:\"paramvalidator-help-default-empty\";i:6870;s:30:\"paramvalidator-help-deprecated\";i:6871;s:34:\"paramvalidator-help-multi-separate\";i:6872;s:29:\"paramvalidator-help-multi-max\";i:6873;s:36:\"paramvalidator-help-multi-max-simple\";i:6874;s:29:\"paramvalidator-help-multi-all\";i:6875;s:28:\"paramvalidator-help-required\";i:6876;s:32:\"paramvalidator-help-type-boolean\";i:6877;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6878;s:29:\"paramvalidator-help-type-enum\";i:6879;s:31:\"paramvalidator-help-type-expiry\";i:6880;s:30:\"paramvalidator-help-type-float\";i:6881;s:32:\"paramvalidator-help-type-integer\";i:6882;s:30:\"paramvalidator-help-type-limit\";i:6883;s:35:\"paramvalidator-help-type-number-max\";i:6884;s:38:\"paramvalidator-help-type-number-minmax\";i:6885;s:35:\"paramvalidator-help-type-number-min\";i:6886;s:40:\"paramvalidator-help-type-presenceboolean\";i:6887;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6888;s:40:\"paramvalidator-help-type-string-maxchars\";i:6889;s:34:\"paramvalidator-help-type-timestamp\";i:6890;s:31:\"paramvalidator-help-type-upload\";i:6891;s:15:\"skinname-vector\";i:6892;s:20:\"skinname-vector-2022\";i:6893;s:26:\"vector-specialversion-name\";i:6894;s:16:\"vector-skin-desc\";i:6895;s:34:\"prefs-vector-enable-vector-1-label\";i:6896;s:33:\"prefs-vector-enable-vector-1-help\";i:6897;s:14:\"vector-opt-out\";i:6898;s:22:\"vector-opt-out-tooltip\";i:6899;s:10:\"vector.css\";i:6900;s:9:\"vector.js\";i:6901;s:28:\"vector-action-toggle-sidebar\";i:6902;s:16:\"vector-languages\";i:6903;s:33:\"vector-language-button-aria-label\";i:6904;s:28:\"vector-language-button-label\";i:6905;s:31:\"vector-no-language-button-label\";i:6906;s:36:\"vector-no-language-button-aria-label\";i:6907;s:31:\"vector-language-redirect-to-top\";i:6908;s:38:\"vector-language-variant-switcher-label\";i:6909;s:24:\"vector-action-addsection\";i:6910;s:20:\"vector-action-delete\";i:6911;s:18:\"vector-action-move\";i:6912;s:21:\"vector-action-protect\";i:6913;s:22:\"vector-action-undelete\";i:6914;s:23:\"vector-action-unprotect\";i:6915;s:18:\"vector-view-create\";i:6916;s:16:\"vector-view-edit\";i:6917;s:19:\"vector-view-history\";i:6918;s:16:\"vector-view-view\";i:6919;s:22:\"vector-view-viewsource\";i:6920;s:23:\"vector-jumptonavigation\";i:6921;s:19:\"vector-jumptosearch\";i:6922;s:20:\"vector-jumptocontent\";i:6923;s:19:\"vector-more-actions\";i:6924;s:20:\"vector-search-loader\";i:6925;s:31:\"vector-searchsuggest-containing\";i:6926;s:17:\"vector-intro-page\";i:6927;s:18:\"vector-toc-heading\";i:6928;s:34:\"vector-toc-toggle-position-sidebar\";i:6929;s:32:\"vector-toc-toggle-position-title\";i:6930;s:20:\"vector-toc-beginning\";i:6931;s:30:\"vector-toc-toggle-button-label\";i:6932;s:27:\"vector-anon-user-menu-pages\";i:6933;s:33:\"vector-anon-user-menu-pages-learn\";i:6934;s:33:\"vector-anon-user-menu-pages-label\";i:6935;s:24:\"vector-main-menu-tooltip\";i:6936;s:23:\"vector-toc-menu-tooltip\";i:6937;s:35:\"vector-toc-collapsible-button-label\";i:6938;s:30:\"vector-article-tools-nav-label\";i:6939;s:21:\"vector-site-nav-label\";i:6940;s:26:\"vector-2022-prefs-talkpage\";i:6941;s:35:\"tooltip-vector-anon-user-menu-title\";i:6942;s:10:\"wikieditor\";i:6943;s:15:\"wikieditor-desc\";i:6944;s:23:\"wikieditor-wikitext-tab\";i:6945;s:18:\"wikieditor-loading\";i:6946;s:29:\"wikieditor-preview-preference\";i:6947;s:22:\"wikieditor-preview-tab\";i:6948;s:30:\"wikieditor-preview-changes-tab\";i:6949;s:26:\"wikieditor-preview-loading\";i:6950;s:29:\"wikieditor-publish-preference\";i:6951;s:33:\"wikieditor-publish-button-publish\";i:6952;s:32:\"wikieditor-publish-button-cancel\";i:6953;s:31:\"wikieditor-publish-dialog-title\";i:6954;s:33:\"wikieditor-publish-dialog-summary\";i:6955;s:31:\"wikieditor-publish-dialog-minor\";i:6956;s:31:\"wikieditor-publish-dialog-watch\";i:6957;s:33:\"wikieditor-publish-dialog-publish\";i:6958;s:32:\"wikieditor-publish-dialog-goback\";i:6959;s:18:\"wikieditor-toolbar\";i:6960;s:23:\"wikieditor-toolbar-desc\";i:6961;s:29:\"wikieditor-toolbar-preference\";i:6962;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6963;s:26:\"wikieditor-toolbar-loading\";i:6964;s:28:\"wikieditor-toolbar-tool-bold\";i:6965;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6966;s:30:\"wikieditor-toolbar-tool-italic\";i:6967;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6968;s:29:\"wikieditor-toolbar-tool-ilink\";i:6969;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6970;s:29:\"wikieditor-toolbar-tool-xlink\";i:6971;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6972;s:28:\"wikieditor-toolbar-tool-link\";i:6973;s:34:\"wikieditor-toolbar-tool-link-title\";i:6974;s:32:\"wikieditor-toolbar-tool-link-int\";i:6975;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6976;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6977;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6978;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6979;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6980;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6981;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6982;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6983;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6984;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6985;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6986;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6987;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6988;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6989;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6990;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6991;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6992;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6993;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6994;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6995;s:28:\"wikieditor-toolbar-tool-file\";i:6996;s:36:\"wikieditor-toolbar-tool-file-example\";i:6997;s:34:\"wikieditor-toolbar-tool-file-title\";i:6998;s:30:\"wikieditor-toolbar-file-target\";i:6999;s:31:\"wikieditor-toolbar-file-caption\";i:7000;s:28:\"wikieditor-toolbar-file-size\";i:7001;s:29:\"wikieditor-toolbar-file-float\";i:7002;s:31:\"wikieditor-toolbar-file-default\";i:7003;s:30:\"wikieditor-toolbar-file-format\";i:7004;s:35:\"wikieditor-toolbar-file-format-none\";i:7005;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7006;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7007;s:33:\"wikieditor-toolbar-tool-reference\";i:7008;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7009;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7010;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7011;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7012;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7013;s:33:\"wikieditor-toolbar-tool-signature\";i:7014;s:35:\"wikieditor-toolbar-section-advanced\";i:7015;s:31:\"wikieditor-toolbar-tool-heading\";i:7016;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7017;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7018;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7019;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7020;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7021;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7022;s:31:\"wikieditor-toolbar-group-format\";i:7023;s:29:\"wikieditor-toolbar-tool-ulist\";i:7024;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7025;s:29:\"wikieditor-toolbar-tool-olist\";i:7026;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7027;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7028;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7029;s:32:\"wikieditor-toolbar-tool-redirect\";i:7030;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7031;s:27:\"wikieditor-toolbar-tool-big\";i:7032;s:35:\"wikieditor-toolbar-tool-big-example\";i:7033;s:29:\"wikieditor-toolbar-tool-small\";i:7034;s:37:\"wikieditor-toolbar-tool-small-example\";i:7035;s:35:\"wikieditor-toolbar-tool-superscript\";i:7036;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7037;s:33:\"wikieditor-toolbar-tool-subscript\";i:7038;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7039;s:31:\"wikieditor-toolbar-group-insert\";i:7040;s:31:\"wikieditor-toolbar-tool-gallery\";i:7041;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7042;s:31:\"wikieditor-toolbar-tool-newline\";i:7043;s:29:\"wikieditor-toolbar-tool-table\";i:7044;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7045;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7046;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7047;s:35:\"wikieditor-toolbar-tool-table-title\";i:7048;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7049;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7050;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7051;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7052;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7053;s:37:\"wikieditor-toolbar-tool-table-example\";i:7054;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7055;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7056;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7057;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7058;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7059;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7060;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7061;s:31:\"wikieditor-toolbar-tool-replace\";i:7062;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7063;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7064;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7065;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7066;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7067;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7068;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7069;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7070;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7071;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7072;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7073;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7074;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7075;s:37:\"wikieditor-toolbar-section-characters\";i:7076;s:31:\"wikieditor-toolbar-section-help\";i:7077;s:43:\"wikieditor-toolbar-help-heading-description\";i:7078;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7079;s:38:\"wikieditor-toolbar-help-heading-result\";i:7080;s:35:\"wikieditor-toolbar-help-page-format\";i:7081;s:33:\"wikieditor-toolbar-help-page-link\";i:7082;s:36:\"wikieditor-toolbar-help-page-heading\";i:7083;s:33:\"wikieditor-toolbar-help-page-list\";i:7084;s:33:\"wikieditor-toolbar-help-page-file\";i:7085;s:38:\"wikieditor-toolbar-help-page-reference\";i:7086;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7087;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7088;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7089;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7090;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7091;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:7092;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:7093;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7094;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7095;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7096;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7097;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7098;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7099;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7100;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7101;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7102;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7103;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7104;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7105;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7106;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7107;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7108;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7109;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7110;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7111;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7112;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7113;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7114;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7115;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7116;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7117;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7118;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7119;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7120;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7121;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7122;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7123;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:7124;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7125;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7126;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7127;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7128;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7129;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7130;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7131;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7132;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7133;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7134;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7135;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7136;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7137;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7138;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7139;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7140;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7141;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7142;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7143;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7144;s:20:\"syntaxhighlight-desc\";i:7145;s:30:\"syntaxhighlight-error-category\";i:7146;s:35:\"syntaxhighlight-error-category-desc\";i:7147;s:32:\"syntaxhighlight-enclose-category\";i:7148;s:37:\"syntaxhighlight-enclose-category-desc\";i:7149;s:31:\"syntaxhighlight-source-category\";i:7150;s:36:\"syntaxhighlight-source-category-desc\";i:7151;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7152;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7153;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7154;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7155;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7156;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7157;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7158;s:38:\"syntaxhighlight-error-unknown-language\";i:7159;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7160;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7161;s:22:\"action-mf-uploadbutton\";i:7162;s:20:\"beta-feature-minerva\";i:7163;s:32:\"beta-feature-minerva-description\";i:7164;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7165;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7166;s:37:\"mobile-frontend-account-create-submit\";i:7167;s:25:\"mobile-frontend-app-title\";i:7168;s:38:\"mobile-frontend-back-to-top-of-section\";i:7169;s:34:\"mobile-frontend-categories-heading\";i:7170;s:37:\"mobile-frontend-categories-subheading\";i:7171;s:32:\"mobile-frontend-categories-nocat\";i:7172;s:30:\"mobile-frontend-categories-add\";i:7173;s:33:\"mobile-frontend-categories-search\";i:7174;s:34:\"mobile-frontend-categories-nomatch\";i:7175;s:33:\"mobile-frontend-categories-nodata\";i:7176;s:34:\"mobile-frontend-categories-summary\";i:7177;s:38:\"mobile-frontend-categories-add-heading\";i:7178;s:35:\"mobile-frontend-categories-add-wait\";i:7179;s:33:\"mobile-frontend-categories-normal\";i:7180;s:33:\"mobile-frontend-categories-hidden\";i:7181;s:30:\"mobile-frontend-changeslist-ip\";i:7182;s:37:\"mobile-frontend-changeslist-nocomment\";i:7183;s:28:\"mobile-frontend-clear-search\";i:7184;s:37:\"mobile-frontend-commons-category-view\";i:7185;s:36:\"mobile-frontend-contribution-summary\";i:7186;s:32:\"mobile-frontend-cookies-required\";i:7187;s:25:\"mobile-frontend-copyright\";i:7188;s:32:\"mobile-frontend-current-language\";i:7189;s:20:\"mobile-frontend-desc\";i:7190;s:33:\"mobile-frontend-diffview-404-desc\";i:7191;s:34:\"mobile-frontend-diffview-404-title\";i:7192;s:34:\"mobile-frontend-diffview-anonymous\";i:7193;s:35:\"mobile-frontend-diffview-bytesadded\";i:7194;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7195;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7196;s:30:\"mobile-frontend-diffview-comma\";i:7197;s:34:\"mobile-frontend-diffview-editcount\";i:7198;s:34:\"mobile-frontend-diffview-explained\";i:7199;s:30:\"mobile-frontend-diffview-title\";i:7200;s:30:\"mobile-frontend-disable-images\";i:7201;s:36:\"mobile-frontend-dismiss-notification\";i:7202;s:33:\"mobile-frontend-donate-image-anon\";i:7203;s:36:\"mobile-frontend-donate-image-heading\";i:7204;s:41:\"mobile-frontend-donate-image-login-action\";i:7205;s:38:\"mobile-frontend-donate-image-nouploads\";i:7206;s:42:\"mobile-frontend-donate-image-signup-action\";i:7207;s:34:\"mobile-frontend-donate-image-title\";i:7208;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7209;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7210;s:29:\"mobile-frontend-drawer-cancel\";i:7211;s:31:\"mobile-frontend-pointer-dismiss\";i:7212;s:33:\"mobile-frontend-edit-login-action\";i:7213;s:34:\"mobile-frontend-edit-signup-action\";i:7214;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7215;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7216;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7217;s:27:\"mobile-frontend-editor-anon\";i:7218;s:34:\"mobile-frontend-editor-anonwarning\";i:7219;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7220;s:35:\"mobile-frontend-editor-blocked-info\";i:7221;s:29:\"mobile-frontend-editor-cancel\";i:7222;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7223;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7224;s:31:\"mobile-frontend-editor-continue\";i:7225;s:26:\"mobile-frontend-editor-cta\";i:7226;s:31:\"mobile-frontend-editor-disabled\";i:7227;s:27:\"mobile-frontend-editor-edit\";i:7228;s:30:\"mobile-frontend-editor-editing\";i:7229;s:35:\"mobile-frontend-editor-editing-page\";i:7230;s:28:\"mobile-frontend-editor-error\";i:7231;s:37:\"mobile-frontend-editor-error-conflict\";i:7232;s:36:\"mobile-frontend-editor-error-loading\";i:7233;s:36:\"mobile-frontend-editor-error-preview\";i:7234;s:35:\"mobile-frontend-editor-keep-editing\";i:7235;s:32:\"mobile-frontend-editor-licensing\";i:7236;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7237;s:33:\"mobile-frontend-editor-terms-link\";i:7238;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7239;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7240;s:34:\"mobile-frontend-editor-placeholder\";i:7241;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7242;s:38:\"mobile-frontend-editor-previewing-page\";i:7243;s:37:\"mobile-frontend-editor-redirect-title\";i:7244;s:27:\"mobile-frontend-editor-save\";i:7245;s:30:\"mobile-frontend-editor-success\";i:7246;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7247;s:39:\"mobile-frontend-editor-success-new-page\";i:7248;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7249;s:38:\"mobile-frontend-editor-summary-request\";i:7250;s:30:\"mobile-frontend-editor-summary\";i:7251;s:37:\"mobile-frontend-editor-switch-confirm\";i:7252;s:36:\"mobile-frontend-editor-switch-editor\";i:7253;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7254;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7255;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7256;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7257;s:34:\"mobile-frontend-editor-unavailable\";i:7258;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7259;s:35:\"mobile-frontend-editor-uploadenable\";i:7260;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7261;s:27:\"mobile-frontend-editor-wait\";i:7262;s:36:\"mobile-frontend-editor-redlink-leave\";i:7263;s:38:\"mobile-frontend-editor-redlink-explain\";i:7264;s:37:\"mobile-frontend-editor-redlink-create\";i:7265;s:27:\"mobile-frontend-editor-bold\";i:7266;s:29:\"mobile-frontend-editor-italic\";i:7267;s:32:\"mobile-frontend-editor-bold-text\";i:7268;s:34:\"mobile-frontend-editor-italic-text\";i:7269;s:32:\"mobile-frontend-editor-reference\";i:7270;s:39:\"mobile-frontend-editor-insert-reference\";i:7271;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7272;s:36:\"mobile-frontend-editor-add-reference\";i:7273;s:29:\"mobile-frontend-enable-images\";i:7274;s:43:\"mobile-frontend-expand-sections-description\";i:7275;s:38:\"mobile-frontend-expand-sections-status\";i:7276;s:32:\"mobile-frontend-fontchanger-link\";i:7277;s:32:\"mobile-frontend-fontchanger-desc\";i:7278;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7279;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7280;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7281;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7282;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7283;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7284;s:30:\"mobile-frontend-footer-contact\";i:7285;s:31:\"mobile-frontend-footer-sitename\";i:7286;s:32:\"mobile-frontend-generic-404-desc\";i:7287;s:33:\"mobile-frontend-generic-404-title\";i:7288;s:29:\"mobile-frontend-generic-login\";i:7289;s:36:\"mobile-frontend-generic-login-action\";i:7290;s:33:\"mobile-frontend-generic-login-new\";i:7291;s:37:\"mobile-frontend-generic-signup-action\";i:7292;s:23:\"mobile-frontend-history\";i:7293;s:32:\"mobile-frontend-history-404-desc\";i:7294;s:33:\"mobile-frontend-history-404-title\";i:7295;s:34:\"mobile-frontend-history-no-results\";i:7296;s:36:\"mobile-frontend-image-cancel-confirm\";i:7297;s:38:\"mobile-frontend-image-heading-describe\";i:7298;s:31:\"mobile-frontend-image-uploading\";i:7299;s:29:\"mobile-frontend-images-status\";i:7300;s:40:\"mobile-frontend-language-article-heading\";i:7301;s:31:\"mobile-frontend-language-header\";i:7302;s:32:\"mobile-frontend-language-heading\";i:7303;s:36:\"mobile-frontend-language-site-choose\";i:7304;s:39:\"mobile-frontend-language-variant-header\";i:7305;s:34:\"mobile-frontend-languages-404-desc\";i:7306;s:35:\"mobile-frontend-languages-404-title\";i:7307;s:32:\"mobile-frontend-languages-header\";i:7308;s:37:\"mobile-frontend-languages-header-page\";i:7309;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7310;s:30:\"mobile-frontend-languages-text\";i:7311;s:40:\"mobile-frontend-languages-variant-header\";i:7312;s:34:\"mobile-frontend-last-modified-date\";i:7313;s:34:\"mobile-frontend-last-modified-days\";i:7314;s:35:\"mobile-frontend-last-modified-hours\";i:7315;s:38:\"mobile-frontend-last-modified-just-now\";i:7316;s:37:\"mobile-frontend-last-modified-minutes\";i:7317;s:36:\"mobile-frontend-last-modified-months\";i:7318;s:37:\"mobile-frontend-last-modified-seconds\";i:7319;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7320;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7321;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7322;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7323;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7324;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7325;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7326;s:35:\"mobile-frontend-last-modified-years\";i:7327;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7328;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7329;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7330;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7331;s:26:\"mobile-frontend-logged-out\";i:7332;s:21:\"mobile-frontend-login\";i:7333;s:25:\"mobile-frontend-main-menu\";i:7334;s:30:\"mobile-frontend-main-menu-back\";i:7335;s:40:\"mobile-frontend-main-menu-account-create\";i:7336;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:7337;s:34:\"mobile-frontend-main-menu-featured\";i:7338;s:31:\"mobile-frontend-main-menu-login\";i:7339;s:32:\"mobile-frontend-main-menu-logout\";i:7340;s:32:\"mobile-frontend-main-menu-nearby\";i:7341;s:36:\"mobile-frontend-main-menu-page-title\";i:7342;s:34:\"mobile-frontend-main-menu-settings\";i:7343;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7344;s:32:\"mobile-frontend-main-menu-upload\";i:7345;s:35:\"mobile-frontend-main-menu-watchlist\";i:7346;s:29:\"mobile-frontend-media-details\";i:7347;s:34:\"mobile-frontend-media-license-link\";i:7348;s:32:\"mobile-frontend-meta-data-issues\";i:7349;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7350;s:39:\"mobile-frontend-meta-data-issues-header\";i:7351;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7352;s:29:\"mobile-frontend-missing-image\";i:7353;s:31:\"mobile-frontend-nearby-distance\";i:7354;s:38:\"mobile-frontend-nearby-distance-meters\";i:7355;s:28:\"mobile-frontend-nearby-error\";i:7356;s:37:\"mobile-frontend-nearby-error-guidance\";i:7357;s:30:\"mobile-frontend-nearby-loading\";i:7358;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7359;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7360;s:32:\"mobile-frontend-nearby-noresults\";i:7361;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7362;s:33:\"mobile-frontend-nearby-permission\";i:7363;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7364;s:30:\"mobile-frontend-nearby-refresh\";i:7365;s:35:\"mobile-frontend-nearby-requirements\";i:7366;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7367;s:28:\"mobile-frontend-nearby-title\";i:7368;s:34:\"mobile-frontend-nearby-sectiontext\";i:7369;s:26:\"mobile-frontend-news-items\";i:7370;s:30:\"mobile-frontend-opt-in-explain\";i:7371;s:29:\"mobile-frontend-overlay-close\";i:7372;s:32:\"mobile-frontend-overlay-continue\";i:7373;s:34:\"mobile-frontend-page-menu-contents\";i:7374;s:33:\"mobile-frontend-page-menu-history\";i:7375;s:42:\"mobile-frontend-page-menu-language-current\";i:7376;s:33:\"mobile-frontend-page-edit-summary\";i:7377;s:24:\"mobile-frontend-password\";i:7378;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7379;s:36:\"mobile-frontend-password-placeholder\";i:7380;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7381;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7382;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7383;s:31:\"mobile-frontend-photo-licensing\";i:7384;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7385;s:31:\"mobile-frontend-photo-ownership\";i:7386;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7387;s:36:\"mobile-frontend-photo-ownership-help\";i:7388;s:28:\"mobile-frontend-photo-submit\";i:7389;s:28:\"mobile-frontend-photo-upload\";i:7390;s:33:\"mobile-frontend-photo-upload-anon\";i:7391;s:36:\"mobile-frontend-photo-upload-comment\";i:7392;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7393;s:34:\"mobile-frontend-photo-upload-error\";i:7394;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7395;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7396;s:36:\"mobile-frontend-photo-upload-generic\";i:7397;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7398;s:44:\"mobile-frontend-photo-upload-success-article\";i:7399;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7400;s:39:\"mobile-frontend-photo-upload-user-count\";i:7401;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7402;s:27:\"mobile-frontend-placeholder\";i:7403;s:31:\"mobile-frontend-placeholder-app\";i:7404;s:32:\"mobile-frontend-placeholder-beta\";i:7405;s:33:\"mobile-frontend-privacy-link-text\";i:7406;s:40:\"mobile-frontend-profile-activity-heading\";i:7407;s:29:\"mobile-frontend-profile-error\";i:7408;s:38:\"mobile-frontend-profile-footer-ancient\";i:7409;s:35:\"mobile-frontend-profile-footer-days\";i:7410;s:37:\"mobile-frontend-profile-footer-months\";i:7411;s:36:\"mobile-frontend-profile-footer-years\";i:7412;s:33:\"mobile-frontend-profile-last-edit\";i:7413;s:34:\"mobile-frontend-profile-last-thank\";i:7414;s:30:\"mobile-frontend-profile-noargs\";i:7415;s:30:\"mobile-frontend-profile-nouser\";i:7416;s:29:\"mobile-frontend-profile-title\";i:7417;s:37:\"mobile-frontend-profile-userpage-link\";i:7418;s:32:\"mobile-frontend-profile-usertalk\";i:7419;s:35:\"mobile-frontend-references-citation\";i:7420;s:31:\"mobile-frontend-requires-mobile\";i:7421;s:30:\"mobile-frontend-requires-optin\";i:7422;s:30:\"mobile-frontend-requires-title\";i:7423;s:26:\"mobile-frontend-save-error\";i:7424;s:29:\"mobile-frontend-save-settings\";i:7425;s:32:\"mobile-frontend-saving-exit-page\";i:7426;s:30:\"mobile-frontend-search-content\";i:7427;s:41:\"mobile-frontend-search-content-no-results\";i:7428;s:33:\"mobile-frontend-search-no-results\";i:7429;s:39:\"mobile-frontend-settings-images-explain\";i:7430;s:29:\"mobile-frontend-settings-beta\";i:7431;s:41:\"mobile-frontend-settings-site-description\";i:7432;s:36:\"mobile-frontend-settings-site-header\";i:7433;s:37:\"mobile-frontend-sign-in-error-heading\";i:7434;s:31:\"mobile-frontend-sign-in-heading\";i:7435;s:27:\"mobile-frontend-sign-in-why\";i:7436;s:31:\"mobile-frontend-sign-up-heading\";i:7437;s:29:\"mobile-frontend-talk-fullpage\";i:7438;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7439;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7440;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7441;s:33:\"mobile-frontend-talk-back-to-page\";i:7442;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7443;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7444;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7445;s:33:\"mobile-frontend-talk-edit-summary\";i:7446;s:30:\"mobile-frontend-talk-explained\";i:7447;s:36:\"mobile-frontend-talk-explained-empty\";i:7448;s:35:\"mobile-frontend-talk-overlay-header\";i:7449;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7450;s:26:\"mobile-frontend-talk-reply\";i:7451;s:31:\"mobile-frontend-talk-reply-info\";i:7452;s:34:\"mobile-frontend-talk-reply-success\";i:7453;s:35:\"mobile-frontend-talk-topic-feedback\";i:7454;s:32:\"mobile-frontend-talk-topic-error\";i:7455;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7456;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7457;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7458;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7459;s:31:\"mobile-frontend-talk-topic-wait\";i:7460;s:26:\"mobile-frontend-terms-text\";i:7461;s:25:\"mobile-frontend-terms-url\";i:7462;s:30:\"mobile-frontend-thanked-notice\";i:7463;s:28:\"mobile-frontend-user-account\";i:7464;s:35:\"mobile-frontend-user-button-tooltip\";i:7465;s:32:\"mobile-frontend-user-newmessages\";i:7466;s:24:\"mobile-frontend-user-cta\";i:7467;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7468;s:24:\"mobile-frontend-username\";i:7469;s:36:\"mobile-frontend-username-placeholder\";i:7470;s:20:\"mobile-frontend-view\";i:7471;s:28:\"mobile-frontend-view-desktop\";i:7472;s:27:\"mobile-frontend-view-mobile\";i:7473;s:27:\"mobile-frontend-view-source\";i:7474;s:27:\"mobile-frontend-watch-login\";i:7475;s:29:\"mobile-frontend-watchlist-a-z\";i:7476;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7477;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7478;s:29:\"mobile-frontend-watchlist-add\";i:7479;s:35:\"mobile-frontend-watchlist-back-home\";i:7480;s:29:\"mobile-frontend-watchlist-cta\";i:7481;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7482;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7483;s:30:\"mobile-frontend-watchlist-feed\";i:7484;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7485;s:36:\"mobile-frontend-watchlist-filter-all\";i:7486;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7487;s:38:\"mobile-frontend-watchlist-filter-other\";i:7488;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7489;s:38:\"mobile-frontend-watchlist-login-action\";i:7490;s:30:\"mobile-frontend-watchlist-more\";i:7491;s:37:\"mobile-frontend-watchlist-please-wait\";i:7492;s:31:\"mobile-frontend-watchlist-error\";i:7493;s:33:\"mobile-frontend-watchlist-purpose\";i:7494;s:33:\"mobile-frontend-watchlist-removed\";i:7495;s:39:\"mobile-frontend-watchlist-signup-action\";i:7496;s:30:\"mobile-frontend-watchlist-view\";i:7497;s:36:\"mobile-frontend-quick-lookup-looking\";i:7498;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7499;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7500;s:10:\"mobile.css\";i:7501;s:9:\"mobile.js\";i:7502;s:6:\"nearby\";i:7503;s:21:\"right-mf-uploadbutton\";i:7504;s:15:\"tag-mobile_edit\";i:7505;s:27:\"tag-mobile_edit-description\";i:7506;s:19:\"tag-mobile_web_edit\";i:7507;s:31:\"tag-mobile_web_edit-description\";i:7508;s:16:\"skinname-minerva\";i:7509;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7510;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7511;s:30:\"apihelp-mobileview-description\";i:7512;s:29:\"apihelp-mobileview-param-page\";i:7513;s:33:\"apihelp-mobileview-param-redirect\";i:7514;s:33:\"apihelp-mobileview-param-sections\";i:7515;s:29:\"apihelp-mobileview-param-prop\";i:7516;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7517;s:36:\"apihelp-mobileview-param-sectionprop\";i:7518;s:34:\"apihelp-mobileview-param-pageprops\";i:7519;s:32:\"apihelp-mobileview-param-variant\";i:7520;s:33:\"apihelp-mobileview-param-noimages\";i:7521;s:35:\"apihelp-mobileview-param-noheadings\";i:7522;s:36:\"apihelp-mobileview-param-notransform\";i:7523;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7524;s:31:\"apihelp-mobileview-param-offset\";i:7525;s:31:\"apihelp-mobileview-param-maxlen\";i:7526;s:34:\"apihelp-mobileview-param-thumbsize\";i:7527;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7528;s:36:\"apihelp-mobileview-param-thumbheight\";i:7529;s:28:\"apihelp-mobileview-example-1\";i:7530;s:28:\"apihelp-mobileview-example-2\";i:7531;s:28:\"apihelp-mobileview-example-3\";i:7532;s:32:\"apihelp-parse-param-mobileformat\";i:7533;s:28:\"apihelp-parse-param-noimages\";i:7534;s:28:\"apihelp-parse-param-mainpage\";i:7535;s:35:\"mobile-frontend-donate-button-label\";i:7536;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7537;s:31:\"mobile-frontend-loading-message\";i:7538;s:31:\"mobile-frontend-console-recruit\";i:7539;s:34:\"mobile-frontend-browse-tags-header\";i:7540;s:24:\"mobile-frontend-panel-ok\";i:7541;s:28:\"mobile-frontend-panel-cancel\";i:7542;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7543;s:41:\"mobile-frontend-search-feedback-link-text\";i:7544;s:38:\"mobile-frontend-search-feedback-prompt\";i:7545;s:20:\"googleanalytics-desc\";i:7546;s:17:\"right-noanalytics\";}}'),('ak','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('ak','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ak','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ak','messages:about','s:8:\"en:About\";'),('ak','messages:aboutpage','s:16:\"en:Project:About\";'),('ak','messages:aboutsite','s:24:\"ak:{{SITENAME}} ho asɛm\";'),('ak','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('ak','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ak','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ak','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ak','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ak','messages:accesskey-ca-history','s:4:\"en:h\";'),('ak','messages:accesskey-ca-move','s:4:\"en:m\";'),('ak','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ak','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ak','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ak','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ak','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ak','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ak','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ak','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ak','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ak','messages:accesskey-ca-view','s:3:\"en:\";'),('ak','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ak','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ak','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ak','messages:accesskey-diff','s:4:\"en:v\";'),('ak','messages:accesskey-export','s:4:\"en:s\";'),('ak','messages:accesskey-feed-atom','s:3:\"en:\";'),('ak','messages:accesskey-feed-rss','s:3:\"en:\";'),('ak','messages:accesskey-import','s:4:\"en:s\";'),('ak','messages:accesskey-minoredit','s:4:\"en:i\";'),('ak','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ak','messages:accesskey-n-help','s:3:\"en:\";'),('ak','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ak','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ak','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ak','messages:accesskey-n-portal','s:3:\"en:\";'),('ak','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ak','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ak','messages:accesskey-p-logo','s:3:\"en:\";'),('ak','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ak','messages:accesskey-preview','s:4:\"en:p\";'),('ak','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ak','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ak','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ak','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ak','messages:accesskey-pt-login','s:4:\"en:o\";'),('ak','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ak','messages:accesskey-pt-logout','s:3:\"en:\";'),('ak','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ak','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ak','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ak','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ak','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ak','messages:accesskey-publish','s:4:\"en:s\";'),('ak','messages:accesskey-save','s:4:\"en:s\";'),('ak','messages:accesskey-search','s:4:\"en:f\";'),('ak','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ak','messages:accesskey-search-go','s:3:\"en:\";'),('ak','messages:accesskey-summary','s:4:\"en:b\";'),('ak','messages:accesskey-t-contributions','s:3:\"en:\";'),('ak','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ak','messages:accesskey-t-info','s:3:\"en:\";'),('ak','messages:accesskey-t-permalink','s:3:\"en:\";'),('ak','messages:accesskey-t-print','s:4:\"en:p\";'),('ak','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ak','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ak','messages:accesskey-t-upload','s:4:\"en:u\";'),('ak','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ak','messages:accesskey-upload','s:4:\"en:s\";'),('ak','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ak','messages:accesskey-watch','s:4:\"en:w\";'),('ak','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ak','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ak','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ak','messages:accmailtext','s:176:\"en:A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the <em>[[Special:ChangePassword|change password]]</em> page upon logging in.\";'),('ak','messages:accmailtitle','s:16:\"en:Password sent\";'),('ak','messages:accountcreated','s:18:\"en:Account created\";'),('ak','messages:accountcreatedtext','s:94:\"en:The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.\";'),('ak','messages:acct_creation_throttle_hit','s:252:\"en:Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last $2, which is the maximum allowed in this time period.\nAs a result, visitors using this IP address cannot create any more accounts at the moment.\";'),('ak','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('ak','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('ak','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('ak','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('ak','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('ak','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('ak','messages:action-block','s:31:\"en:block this user from editing\";'),('ak','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('ak','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('ak','messages:action-browsearchive','s:23:\"en:search deleted pages\";'),('ak','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('ak','messages:action-createaccount','s:27:\"en:create this user account\";'),('ak','messages:action-createpage','s:19:\"en:create this page\";'),('ak','messages:action-createtalk','s:30:\"en:create this discussion page\";'),('ak','messages:action-delete','s:19:\"en:delete this page\";'),('ak','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('ak','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('ak','messages:action-deletedhistory','s:32:\"en:view a page\'s deleted history\";'),('ak','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('ak','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('ak','messages:action-deleterevision','s:19:\"en:delete revisions\";'),('ak','messages:action-edit','s:17:\"en:edit this page\";'),('ak','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('ak','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('ak','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('ak','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('ak','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('ak','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('ak','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('ak','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('ak','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('ak','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ak','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ak','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('ak','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('ak','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('ak','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('ak','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('ak','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('ak','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('ak','messages:action-history','s:32:\"en:view the history of this page\";'),('ak','messages:action-import','s:33:\"en:import pages from another wiki\";'),('ak','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('ak','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('ak','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('ak','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('ak','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('ak','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('ak','messages:action-minoredit','s:26:\"en:mark this edit as minor\";'),('ak','messages:action-move','s:17:\"en:move this page\";'),('ak','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('ak','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('ak','messages:action-move-subpages','s:35:\"en:move this page, and its subpages\";'),('ak','messages:action-movefile','s:17:\"en:move this file\";'),('ak','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('ak','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('ak','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('ak','messages:action-pagelang','s:27:\"en:change the page language\";'),('ak','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('ak','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('ak','messages:action-protect','s:43:\"en:change protection settings for this page\";'),('ak','messages:action-purge','s:18:\"en:purge this page\";'),('ak','messages:action-read','s:17:\"en:read this page\";'),('ak','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('ak','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('ak','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('ak','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('ak','messages:action-sendemail','s:14:\"en:send emails\";'),('ak','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('ak','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('ak','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('ak','messages:action-suppressrevision','s:39:\"en:review and undelete hidden revisions\";'),('ak','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('ak','messages:action-undelete','s:17:\"en:undelete pages\";'),('ak','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('ak','messages:action-upload','s:19:\"en:upload this file\";'),('ak','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('ak','messages:action-userrights','s:23:\"en:edit all user rights\";'),('ak','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('ak','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('ak','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('ak','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('ak','messages:action-writeapi','s:20:\"en:use the write API\";'),('ak','messages:actioncomplete','s:18:\"en:Action complete\";'),('ak','messages:actionfailed','s:16:\"en:Action failed\";'),('ak','messages:actions','s:10:\"en:Actions\";'),('ak','messages:actionthrottled','s:19:\"en:Action throttled\";'),('ak','messages:actionthrottledtext','s:182:\"en:As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.\";'),('ak','messages:activeusers','s:20:\"en:Active users list\";'),('ak','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('ak','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('ak','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('ak','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('ak','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('ak','messages:activeusers-noresult','s:18:\"en:No users found.\";'),('ak','messages:activeusers-submit','s:23:\"en:Display active users\";'),('ak','messages:activeusers-summary','s:3:\"en:\";'),('ak','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('ak','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ak','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ak','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ak','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ak','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ak','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ak','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('ak','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('ak','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('ak','messages:addsection','s:4:\"en:+\";'),('ak','messages:addsection-editintro','s:3:\"en:\";'),('ak','messages:addsection-preload','s:3:\"en:\";'),('ak','messages:addwatch','s:19:\"en:Add to watchlist\";'),('ak','messages:ago','s:9:\"en:$1 ago\";'),('ak','messages:all-logs-page','s:18:\"en:All public logs\";'),('ak','messages:allarticles','s:12:\"en:All pages\";'),('ak','messages:allinnamespace','s:27:\"en:All pages ($1 namespace)\";'),('ak','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('ak','messages:allmessages','s:18:\"en:System messages\";'),('ak','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('ak','messages:allmessages-filter-all','s:6:\"en:All\";'),('ak','messages:allmessages-filter-legend','s:9:\"en:Filter\";'),('ak','messages:allmessages-filter-modified','s:11:\"en:Modified\";'),('ak','messages:allmessages-filter-submit','s:9:\"en:Filter\";'),('ak','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('ak','messages:allmessages-filter-unmodified','s:13:\"en:Unmodified\";'),('ak','messages:allmessages-language','s:12:\"en:Language:\";'),('ak','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('ak','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('ak','messages:allmessagescurrent','s:23:\"en:Current message text\";'),('ak','messages:allmessagesdefault','s:23:\"en:Default message text\";'),('ak','messages:allmessagesname','s:7:\"en:Name\";'),('ak','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('ak','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('ak','messages:allpages','s:12:\"en:All pages\";'),('ak','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('ak','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('ak','messages:allpages-summary','s:3:\"en:\";'),('ak','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('ak','messages:allpagesfrom','s:29:\"en:Display pages starting at:\";'),('ak','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('ak','messages:allpagessubmit','s:5:\"en:Go\";'),('ak','messages:allpagesto','s:27:\"en:Display pages ending at:\";'),('ak','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ak','messages:ancientpages','s:15:\"en:Oldest pages\";'),('ak','messages:ancientpages-summary','s:3:\"en:\";'),('ak','messages:and','s:11:\"en:&#32;and\";'),('ak','messages:anoncontribs','s:16:\"en:Contributions\";'),('ak','messages:anoneditwarning','s:270:\"en:<strong>Warning:</strong> You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to your username, along with other benefits.\";'),('ak','messages:anonnotice','s:4:\"en:-\";'),('ak','messages:anononlyblock','s:13:\"en:anon. only\";'),('ak','messages:anonpreviewwarning','s:102:\"en:<em>You are not logged in. Publishing will record your IP address in this page\'s edit history.</em>\";'),('ak','messages:anontalk','s:7:\"en:Talk\";'),('ak','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('ak','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('ak','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('ak','messages:anonymous','s:53:\"en:Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}\";'),('ak','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('ak','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('ak','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('ak','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('ak','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('ak','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('ak','messages:api-credits-header','s:10:\"en:Credits\";'),('ak','messages:api-error-badtoken','s:29:\"en:Internal error: Bad token.\";'),('ak','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ak','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('ak','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('ak','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('ak','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ak','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('ak','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('ak','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ak','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ak','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ak','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('ak','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('ak','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('ak','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('ak','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('ak','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('ak','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('ak','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('ak','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('ak','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('ak','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('ak','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ak','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ak','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ak','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('ak','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ak','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('ak','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('ak','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('ak','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('ak','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('ak','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('ak','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('ak','messages:api-help-flags','s:3:\"en:\";'),('ak','messages:api-help-help-urls','s:3:\"en:\";'),('ak','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ak','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('ak','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('ak','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('ak','messages:api-help-main-header','s:14:\"en:Main module\";'),('ak','messages:api-help-no-extended-description','s:3:\"en:\";'),('ak','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('ak','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('ak','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('ak','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('ak','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('ak','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('ak','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('ak','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('ak','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('ak','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ak','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ak','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('ak','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('ak','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('ak','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('ak','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('ak','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ak','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('ak','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('ak','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ak','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('ak','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ak','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ak','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('ak','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ak','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ak','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ak','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('ak','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('ak','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('ak','messages:api-help-source','s:13:\"en:Source: $1\";'),('ak','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('ak','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ak','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('ak','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('ak','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('ak','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ak','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ak','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('ak','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('ak','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('ak','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('ak','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('ak','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('ak','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('ak','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('ak','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('ak','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('ak','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('ak','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('ak','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('ak','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('ak','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('ak','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('ak','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('ak','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('ak','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('ak','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('ak','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('ak','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('ak','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('ak','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('ak','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('ak','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('ak','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('ak','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('ak','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('ak','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('ak','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('ak','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('ak','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('ak','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('ak','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('ak','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('ak','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('ak','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('ak','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('ak','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('ak','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ak','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ak','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('ak','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('ak','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('ak','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('ak','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('ak','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('ak','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('ak','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('ak','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('ak','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('ak','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('ak','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('ak','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('ak','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('ak','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('ak','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('ak','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('ak','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('ak','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('ak','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('ak','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('ak','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ak','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ak','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ak','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ak','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('ak','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('ak','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('ak','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('ak','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('ak','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('ak','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('ak','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('ak','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('ak','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('ak','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('ak','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('ak','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ak','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('ak','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('ak','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('ak','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('ak','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('ak','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('ak','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('ak','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('ak','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('ak','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('ak','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ak','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('ak','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('ak','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('ak','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('ak','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('ak','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('ak','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('ak','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('ak','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('ak','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('ak','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('ak','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('ak','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('ak','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('ak','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('ak','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('ak','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ak','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('ak','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('ak','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('ak','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('ak','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('ak','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('ak','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('ak','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('ak','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('ak','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('ak','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('ak','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ak','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('ak','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('ak','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ak','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('ak','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('ak','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ak','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ak','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('ak','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('ak','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('ak','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('ak','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('ak','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('ak','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('ak','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('ak','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('ak','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('ak','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('ak','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('ak','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('ak','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('ak','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('ak','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('ak','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('ak','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('ak','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('ak','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('ak','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('ak','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('ak','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('ak','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('ak','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('ak','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('ak','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('ak','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('ak','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('ak','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('ak','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('ak','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('ak','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('ak','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('ak','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('ak','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('ak','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('ak','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('ak','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('ak','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('ak','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('ak','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('ak','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('ak','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('ak','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('ak','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('ak','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('ak','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('ak','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('ak','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('ak','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('ak','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('ak','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('ak','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('ak','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('ak','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('ak','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('ak','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('ak','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('ak','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('ak','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('ak','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('ak','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('ak','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('ak','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('ak','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('ak','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('ak','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('ak','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('ak','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('ak','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('ak','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('ak','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('ak','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('ak','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('ak','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('ak','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('ak','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('ak','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('ak','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('ak','messages:apierror-stashexception','s:5:\"en:$1\";'),('ak','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('ak','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('ak','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('ak','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('ak','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('ak','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('ak','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('ak','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('ak','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('ak','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('ak','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('ak','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('ak','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('ak','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ak','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('ak','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('ak','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('ak','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('ak','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('ak','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('ak','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('ak','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('ak','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('ak','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('ak','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('ak','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('ak','messages:apihelp','s:11:\"en:API help\";'),('ak','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('ak','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('ak','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('ak','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ak','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('ak','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('ak','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('ak','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('ak','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ak','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('ak','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('ak','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ak','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('ak','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('ak','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('ak','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ak','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('ak','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ak','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('ak','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('ak','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('ak','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('ak','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('ak','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('ak','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('ak','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('ak','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('ak','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('ak','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('ak','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('ak','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('ak','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('ak','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ak','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('ak','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('ak','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('ak','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('ak','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('ak','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('ak','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('ak','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ak','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('ak','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('ak','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('ak','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ak','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('ak','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('ak','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('ak','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('ak','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('ak','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ak','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('ak','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ak','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('ak','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('ak','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('ak','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('ak','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('ak','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('ak','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ak','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('ak','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('ak','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('ak','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('ak','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('ak','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('ak','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ak','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('ak','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ak','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('ak','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('ak','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('ak','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('ak','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('ak','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('ak','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ak','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('ak','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('ak','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('ak','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('ak','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('ak','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('ak','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('ak','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('ak','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('ak','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('ak','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('ak','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ak','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('ak','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ak','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ak','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ak','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('ak','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('ak','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('ak','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('ak','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('ak','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('ak','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('ak','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('ak','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('ak','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ak','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ak','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('ak','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('ak','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('ak','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('ak','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('ak','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('ak','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('ak','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('ak','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('ak','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('ak','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('ak','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('ak','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('ak','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('ak','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('ak','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('ak','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('ak','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ak','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ak','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('ak','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('ak','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('ak','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('ak','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('ak','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('ak','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('ak','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ak','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('ak','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('ak','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('ak','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ak','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ak','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('ak','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('ak','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('ak','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('ak','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('ak','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('ak','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('ak','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('ak','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('ak','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('ak','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('ak','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('ak','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('ak','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('ak','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('ak','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('ak','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('ak','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('ak','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('ak','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('ak','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('ak','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('ak','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('ak','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('ak','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('ak','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('ak','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('ak','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('ak','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('ak','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('ak','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ak','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('ak','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('ak','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('ak','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('ak','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('ak','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('ak','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('ak','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('ak','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('ak','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('ak','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('ak','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ak','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('ak','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('ak','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('ak','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('ak','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('ak','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('ak','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('ak','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('ak','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('ak','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('ak','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('ak','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('ak','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('ak','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('ak','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('ak','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('ak','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('ak','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('ak','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('ak','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('ak','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('ak','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('ak','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('ak','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('ak','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('ak','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('ak','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('ak','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('ak','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('ak','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('ak','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('ak','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('ak','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('ak','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('ak','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('ak','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('ak','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('ak','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('ak','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('ak','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('ak','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('ak','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ak','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ak','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ak','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('ak','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('ak','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ak','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('ak','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('ak','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('ak','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ak','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ak','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('ak','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('ak','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('ak','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('ak','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('ak','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('ak','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('ak','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('ak','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('ak','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('ak','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('ak','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('ak','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('ak','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('ak','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('ak','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('ak','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ak','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('ak','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('ak','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('ak','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('ak','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('ak','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ak','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('ak','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('ak','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('ak','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ak','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('ak','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('ak','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('ak','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('ak','messages:apihelp-main-summary','s:3:\"en:\";'),('ak','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ak','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ak','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('ak','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('ak','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('ak','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('ak','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('ak','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('ak','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('ak','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ak','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ak','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ak','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ak','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('ak','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('ak','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('ak','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('ak','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('ak','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('ak','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('ak','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('ak','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('ak','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('ak','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('ak','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ak','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ak','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ak','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ak','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('ak','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('ak','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('ak','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ak','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ak','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('ak','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('ak','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ak','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ak','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('ak','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('ak','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ak','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('ak','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('ak','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('ak','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('ak','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('ak','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('ak','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('ak','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ak','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('ak','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('ak','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('ak','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('ak','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('ak','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('ak','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('ak','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('ak','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('ak','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('ak','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('ak','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('ak','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('ak','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ak','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ak','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('ak','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ak','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('ak','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('ak','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('ak','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ak','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ak','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('ak','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('ak','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('ak','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('ak','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('ak','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('ak','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('ak','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('ak','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('ak','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('ak','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('ak','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ak','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ak','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('ak','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('ak','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('ak','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('ak','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('ak','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('ak','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('ak','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('ak','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('ak','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('ak','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('ak','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('ak','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('ak','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('ak','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('ak','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('ak','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('ak','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('ak','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('ak','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('ak','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('ak','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ak','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ak','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('ak','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('ak','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('ak','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('ak','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('ak','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('ak','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('ak','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('ak','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('ak','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ak','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('ak','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('ak','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('ak','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ak','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('ak','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('ak','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('ak','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('ak','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('ak','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('ak','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ak','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('ak','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('ak','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('ak','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('ak','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ak','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ak','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ak','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('ak','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('ak','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('ak','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('ak','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('ak','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('ak','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('ak','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('ak','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('ak','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('ak','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('ak','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('ak','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('ak','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('ak','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('ak','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ak','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ak','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ak','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('ak','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('ak','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('ak','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('ak','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('ak','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('ak','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('ak','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('ak','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('ak','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('ak','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('ak','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('ak','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('ak','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('ak','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('ak','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('ak','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('ak','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('ak','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('ak','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('ak','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('ak','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('ak','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('ak','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('ak','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('ak','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('ak','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('ak','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('ak','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ak','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('ak','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('ak','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('ak','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('ak','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ak','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('ak','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('ak','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('ak','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ak','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('ak','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('ak','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('ak','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('ak','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('ak','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('ak','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('ak','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ak','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('ak','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('ak','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('ak','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('ak','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('ak','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('ak','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('ak','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('ak','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('ak','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('ak','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('ak','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('ak','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('ak','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('ak','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('ak','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ak','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ak','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('ak','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('ak','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('ak','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('ak','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('ak','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ak','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('ak','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('ak','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('ak','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('ak','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('ak','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('ak','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('ak','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ak','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('ak','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('ak','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('ak','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('ak','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('ak','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('ak','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('ak','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('ak','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('ak','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('ak','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('ak','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('ak','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('ak','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('ak','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('ak','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('ak','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('ak','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('ak','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('ak','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('ak','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('ak','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('ak','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('ak','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('ak','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('ak','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('ak','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('ak','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('ak','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ak','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('ak','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('ak','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('ak','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('ak','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('ak','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ak','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ak','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ak','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('ak','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ak','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('ak','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('ak','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('ak','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('ak','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('ak','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('ak','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('ak','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ak','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ak','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('ak','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ak','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('ak','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('ak','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('ak','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ak','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ak','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ak','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ak','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ak','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('ak','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ak','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('ak','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('ak','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('ak','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('ak','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('ak','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('ak','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('ak','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ak','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('ak','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('ak','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('ak','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('ak','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('ak','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('ak','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('ak','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('ak','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('ak','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('ak','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('ak','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('ak','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ak','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('ak','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('ak','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('ak','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('ak','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('ak','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('ak','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('ak','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('ak','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('ak','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('ak','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('ak','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ak','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ak','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('ak','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('ak','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('ak','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ak','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('ak','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('ak','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('ak','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('ak','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('ak','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('ak','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('ak','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('ak','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('ak','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('ak','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('ak','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('ak','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('ak','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ak','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('ak','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('ak','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('ak','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('ak','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('ak','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('ak','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('ak','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('ak','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ak','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('ak','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ak','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('ak','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('ak','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('ak','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ak','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('ak','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('ak','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('ak','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ak','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('ak','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('ak','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ak','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ak','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ak','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('ak','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ak','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('ak','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('ak','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('ak','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('ak','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('ak','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ak','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('ak','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ak','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ak','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('ak','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('ak','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('ak','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('ak','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('ak','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('ak','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ak','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ak','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('ak','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('ak','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ak','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ak','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ak','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('ak','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('ak','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('ak','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ak','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ak','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('ak','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('ak','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('ak','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('ak','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('ak','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ak','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('ak','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('ak','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('ak','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ak','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('ak','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ak','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ak','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('ak','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ak','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('ak','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ak','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('ak','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('ak','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('ak','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ak','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('ak','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('ak','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ak','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('ak','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('ak','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ak','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('ak','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('ak','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('ak','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('ak','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('ak','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('ak','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('ak','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ak','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ak','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ak','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('ak','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('ak','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('ak','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('ak','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('ak','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('ak','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('ak','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('ak','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('ak','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ak','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ak','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ak','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ak','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ak','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ak','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ak','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('ak','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('ak','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('ak','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('ak','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('ak','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('ak','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('ak','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('ak','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('ak','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ak','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('ak','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('ak','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('ak','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('ak','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('ak','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('ak','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('ak','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('ak','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('ak','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('ak','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('ak','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('ak','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ak','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ak','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ak','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ak','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ak','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('ak','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('ak','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('ak','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('ak','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('ak','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('ak','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('ak','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('ak','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('ak','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('ak','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('ak','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('ak','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('ak','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('ak','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ak','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('ak','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('ak','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('ak','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('ak','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('ak','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('ak','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('ak','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('ak','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('ak','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('ak','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ak','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('ak','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('ak','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('ak','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('ak','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('ak','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ak','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('ak','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('ak','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('ak','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('ak','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('ak','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('ak','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('ak','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('ak','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('ak','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('ak','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('ak','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('ak','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ak','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('ak','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('ak','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('ak','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('ak','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('ak','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('ak','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('ak','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('ak','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('ak','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('ak','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('ak','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('ak','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('ak','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('ak','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('ak','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('ak','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('ak','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ak','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ak','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ak','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ak','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ak','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ak','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ak','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('ak','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('ak','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('ak','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ak','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('ak','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('ak','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('ak','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('ak','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ak','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('ak','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('ak','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('ak','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('ak','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('ak','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('ak','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('ak','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('ak','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('ak','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('ak','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('ak','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('ak','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('ak','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('ak','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('ak','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ak','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('ak','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ak','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('ak','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ak','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ak','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('ak','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('ak','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('ak','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('ak','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ak','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ak','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('ak','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('ak','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('ak','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('ak','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('ak','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('ak','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('ak','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('ak','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('ak','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('ak','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('ak','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('ak','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('ak','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('ak','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('ak','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('ak','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('ak','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('ak','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('ak','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('ak','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ak','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('ak','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('ak','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('ak','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('ak','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('ak','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('ak','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ak','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ak','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('ak','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('ak','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('ak','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ak','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ak','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('ak','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('ak','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ak','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ak','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('ak','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('ak','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('ak','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ak','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ak','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('ak','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('ak','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('ak','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ak','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ak','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('ak','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('ak','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('ak','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('ak','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('ak','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('ak','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('ak','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('ak','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('ak','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('ak','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('ak','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('ak','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('ak','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('ak','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('ak','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('ak','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ak','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('ak','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('ak','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ak','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ak','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('ak','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('ak','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('ak','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('ak','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('ak','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('ak','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('ak','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('ak','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('ak','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('ak','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('ak','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('ak','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('ak','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('ak','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('ak','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('ak','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('ak','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('ak','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('ak','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('ak','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('ak','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('ak','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('ak','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('ak','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('ak','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('ak','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('ak','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('ak','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('ak','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('ak','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('ak','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ak','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('ak','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('ak','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('ak','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('ak','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('ak','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('ak','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('ak','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('ak','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('ak','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('ak','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('ak','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('ak','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('ak','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('ak','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('ak','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('ak','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ak','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('ak','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ak','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ak','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ak','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ak','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ak','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ak','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('ak','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('ak','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('ak','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('ak','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('ak','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('ak','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ak','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('ak','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('ak','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ak','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ak','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ak','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ak','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('ak','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ak','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('ak','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('ak','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('ak','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ak','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('ak','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('ak','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('ak','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ak','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ak','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('ak','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('ak','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('ak','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('ak','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('ak','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('ak','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('ak','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('ak','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ak','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ak','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('ak','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('ak','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('ak','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ak','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ak','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('ak','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('ak','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('ak','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('ak','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('ak','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('ak','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('ak','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('ak','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('ak','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ak','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('ak','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ak','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('ak','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('ak','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('ak','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('ak','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('ak','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('ak','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('ak','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('ak','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('ak','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('ak','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('ak','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('ak','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('ak','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('ak','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('ak','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('ak','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('ak','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('ak','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('ak','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('ak','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('ak','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('ak','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('ak','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('ak','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('ak','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('ak','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('ak','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('ak','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('ak','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('ak','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('ak','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('ak','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('ak','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('ak','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('ak','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('ak','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('ak','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('ak','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('ak','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('ak','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('ak','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('ak','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('ak','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('ak','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('ak','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('ak','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('ak','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('ak','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('ak','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('ak','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('ak','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('ak','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('ak','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('ak','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('ak','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('ak','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('ak','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('ak','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('ak','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('ak','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ak','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ak','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('ak','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('ak','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('ak','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('ak','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('ak','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('ak','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('ak','messages:apihelp-summary','s:3:\"en:\";'),('ak','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('ak','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('ak','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('ak','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('ak','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('ak','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('ak','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('ak','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('ak','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('ak','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('ak','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('ak','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('ak','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('ak','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('ak','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ak','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('ak','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ak','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('ak','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ak','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('ak','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('ak','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ak','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('ak','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('ak','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('ak','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('ak','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('ak','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('ak','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('ak','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('ak','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('ak','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('ak','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('ak','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('ak','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('ak','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('ak','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ak','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('ak','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('ak','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ak','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('ak','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('ak','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('ak','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('ak','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('ak','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('ak','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('ak','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ak','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ak','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('ak','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('ak','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ak','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ak','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('ak','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('ak','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('ak','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('ak','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('ak','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('ak','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ak','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('ak','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('ak','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('ak','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('ak','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('ak','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('ak','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('ak','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('ak','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('ak','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('ak','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('ak','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('ak','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('ak','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('ak','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('ak','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('ak','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('ak','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('ak','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('ak','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('ak','messages:apisandbox','s:14:\"en:API sandbox\";'),('ak','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('ak','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('ak','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('ak','messages:apisandbox-continue','s:11:\"en:Continue\";'),('ak','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('ak','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('ak','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('ak','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('ak','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('ak','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('ak','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('ak','messages:apisandbox-examples','s:11:\"en:Examples\";'),('ak','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('ak','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('ak','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('ak','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('ak','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('ak','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('ak','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('ak','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('ak','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('ak','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('ak','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('ak','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('ak','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('ak','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('ak','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('ak','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('ak','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('ak','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('ak','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('ak','messages:apisandbox-reset','s:8:\"en:Clear\";'),('ak','messages:apisandbox-results','s:10:\"en:Results\";'),('ak','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('ak','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('ak','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('ak','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('ak','messages:apisandbox-retry','s:8:\"en:Retry\";'),('ak','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('ak','messages:apisandbox-submit','s:15:\"en:Make request\";'),('ak','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('ak','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('ak','messages:apisandbox-summary','s:3:\"en:\";'),('ak','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('ak','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('ak','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('ak','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('ak','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('ak','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('ak','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('ak','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('ak','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('ak','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('ak','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('ak','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('ak','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('ak','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('ak','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('ak','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('ak','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('ak','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('ak','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('ak','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('ak','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('ak','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('ak','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('ak','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('ak','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('ak','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('ak','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('ak','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('ak','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('ak','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('ak','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('ak','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('ak','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('ak','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('ak','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('ak','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('ak','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('ak','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('ak','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('ak','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ak','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('ak','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('ak','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('ak','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('ak','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ak','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ak','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('ak','messages:apr','s:6:\"en:Apr\";'),('ak','messages:april','s:11:\"ak:Oforisuo\";'),('ak','messages:april-gen','s:8:\"en:April\";'),('ak','messages:article','s:15:\"en:Content page\";'),('ak','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('ak','messages:aug','s:6:\"en:Aug\";'),('ak','messages:august','s:11:\"ak:Ɔsannaa\";'),('ak','messages:august-gen','s:9:\"en:August\";'),('ak','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('ak','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('ak','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ak','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ak','messages:authform-notoken','s:16:\"en:Missing token\";'),('ak','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('ak','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ak','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('ak','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('ak','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('ak','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('ak','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('ak','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('ak','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('ak','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('ak','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('ak','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('ak','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('ak','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('ak','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('ak','messages:authmanager-email-help','s:16:\"en:Email address\";'),('ak','messages:authmanager-email-label','s:8:\"en:Email\";'),('ak','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('ak','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('ak','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('ak','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('ak','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('ak','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('ak','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('ak','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('ak','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('ak','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ak','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('ak','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('ak','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('ak','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('ak','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('ak','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('ak','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('ak','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('ak','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('ak','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('ak','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('ak','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('ak','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('ak','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ak','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('ak','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('ak','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('ak','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('ak','messages:autoblockedtext','s:613:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ak','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('ak','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('ak','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('ak','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('ak','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('ak','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('ak','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('ak','messages:autoblocklist-submit','s:9:\"en:Search\";'),('ak','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('ak','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('ak','messages:autocomment-prefix','s:3:\"en:\";'),('ak','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('ak','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('ak','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('ak','messages:autosumm-blank','s:19:\"en:Blanked the page\";'),('ak','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('ak','messages:autosumm-new','s:25:\"en:Created page with \"$1\"\";'),('ak','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('ak','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('ak','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('ak','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('ak','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('ak','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('ak','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('ak','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('ak','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('ak','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('ak','messages:backend-fail-create','s:29:\"en:Could not write file \"$1\".\";'),('ak','messages:backend-fail-delete','s:30:\"en:Could not delete file \"$1\".\";'),('ak','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('ak','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('ak','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('ak','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('ak','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('ak','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('ak','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('ak','messages:backend-fail-notexists','s:30:\"en:The file $1 does not exist.\";'),('ak','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('ak','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('ak','messages:backend-fail-read','s:28:\"en:Could not read file \"$1\".\";'),('ak','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('ak','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('ak','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('ak','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('ak','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('ak','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('ak','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('ak','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('ak','messages:backlinksubtitle','s:9:\"en:← $1\";'),('ak','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('ak','messages:bad_image_list','s:255:\"en:The format is as follows:\n\nOnly list items (lines starting with *) are considered.\nThe first link on a line must be a link to a bad file.\nAny subsequent links on the same line are considered to be exceptions, i.e. pages where the file may occur inline.\";'),('ak','messages:badaccess','s:19:\"en:Permission error\";'),('ak','messages:badaccess-group0','s:64:\"en:You are not allowed to execute the action you have requested.\";'),('ak','messages:badaccess-groups','s:102:\"en:The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.\";'),('ak','messages:badarticleerror','s:48:\"en:This action cannot be performed on this page.\";'),('ak','messages:badfilename','s:37:\"en:Filename has been changed to \"$1\".\";'),('ak','messages:badipaddress','s:21:\"en:Invalid IP address\";'),('ak','messages:badretype','s:42:\"en:The passwords you entered do not match.\";'),('ak','messages:badsig','s:42:\"en:Invalid raw signature.\nCheck HTML tags.\";'),('ak','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('ak','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('ak','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('ak','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('ak','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('ak','messages:badtitle','s:12:\"en:Bad title\";'),('ak','messages:badtitletext','s:177:\"en:The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.\nIt may contain one or more characters that cannot be used in titles.\";'),('ak','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('ak','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('ak','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('ak','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('ak','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('ak','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('ak','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('ak','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('ak','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ak','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ak','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('ak','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('ak','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('ak','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('ak','messages:blanknamespace','s:9:\"en:(Main)\";'),('ak','messages:blankpage','s:13:\"en:Blank page\";'),('ak','messages:block','s:13:\"en:Block user\";'),('ak','messages:block-actions','s:13:\"en:Block type\";'),('ak','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ak','messages:block-details','s:16:\"en:Block details\";'),('ak','messages:block-expiry','s:14:\"en:Expiration:\";'),('ak','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('ak','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('ak','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('ak','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('ak','messages:block-log-flags-nocreate','s:28:\"en:account creation disabled\";'),('ak','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('ak','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ak','messages:block-options','s:22:\"en:Additional options:\";'),('ak','messages:block-reason','s:10:\"en:Reason:\";'),('ak','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('ak','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('ak','messages:blocked-mailpassword','s:126:\"en:Your IP address is blocked from editing. To prevent abuse, it is not allowed to use password recovery from this IP address.\";'),('ak','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ak','messages:blockednoreason','s:18:\"en:no reason given\";'),('ak','messages:blockedtext','s:582:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe block was made by $1.\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ak','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ak','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('ak','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('ak','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('ak','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('ak','messages:blockedtitle','s:18:\"en:User is blocked\";'),('ak','messages:blockip','s:27:\"en:Block {{GENDER:$1|user}}\";'),('ak','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('ak','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('ak','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('ak','messages:blocklink','s:8:\"en:block\";'),('ak','messages:blocklist','s:16:\"en:Blocked users\";'),('ak','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('ak','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('ak','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('ak','messages:blocklist-editing','s:10:\"en:editing\";'),('ak','messages:blocklist-editing-action','s:10:\"en:actions\";'),('ak','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('ak','messages:blocklist-editing-page','s:8:\"en:pages\";'),('ak','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('ak','messages:blocklist-expiry','s:10:\"en:Expires\";'),('ak','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('ak','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ak','messages:blocklist-params','s:19:\"en:Block parameters\";'),('ak','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('ak','messages:blocklist-reason','s:9:\"en:Reason\";'),('ak','messages:blocklist-summary','s:3:\"en:\";'),('ak','messages:blocklist-target','s:9:\"en:Target\";'),('ak','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('ak','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('ak','messages:blocklist-type','s:8:\"en:Type:\";'),('ak','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('ak','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('ak','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('ak','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('ak','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('ak','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('ak','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ak','messages:blocklogpage','s:12:\"en:Block log\";'),('ak','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ak','messages:booksources','s:15:\"en:Book sources\";'),('ak','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('ak','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('ak','messages:booksources-search','s:9:\"en:Search\";'),('ak','messages:booksources-search-legend','s:26:\"en:Search for book sources\";'),('ak','messages:booksources-summary','s:3:\"en:\";'),('ak','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('ak','messages:boteditletter','s:4:\"en:b\";'),('ak','messages:botpasswords','s:16:\"en:Bot passwords\";'),('ak','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('ak','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('ak','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('ak','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('ak','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('ak','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('ak','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('ak','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('ak','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('ak','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('ak','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('ak','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('ak','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('ak','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('ak','messages:botpasswords-label-create','s:9:\"en:Create\";'),('ak','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('ak','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('ak','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('ak','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('ak','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('ak','messages:botpasswords-label-update','s:9:\"en:Update\";'),('ak','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('ak','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('ak','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('ak','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('ak','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('ak','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('ak','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('ak','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('ak','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('ak','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('ak','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('ak','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('ak','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('ak','messages:brackets','s:7:\"en:[$1]\";'),('ak','messages:brackets-end','s:4:\"en:]\";'),('ak','messages:brackets-start','s:4:\"en:[\";'),('ak','messages:broken-file-category','s:31:\"en:Pages with broken file links\";'),('ak','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('ak','messages:brokenredirects','s:19:\"en:Broken redirects\";'),('ak','messages:brokenredirects-delete','s:9:\"en:delete\";'),('ak','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ak','messages:brokenredirects-edit','s:7:\"en:edit\";'),('ak','messages:brokenredirects-summary','s:3:\"en:\";'),('ak','messages:brokenredirectstext','s:54:\"en:The following redirects link to non-existent pages:\";'),('ak','messages:bydate','s:10:\"en:by date\";'),('ak','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('ak','messages:cactions','s:7:\"en:More\";'),('ak','messages:cancel','s:9:\"en:Cancel\";'),('ak','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('ak','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('ak','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('ak','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('ak','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('ak','messages:cannotdelete','s:96:\"en:The page or file \"$1\" could not be deleted.\nIt may have already been deleted by someone else.\";'),('ak','messages:cannotdelete-title','s:26:\"en:Cannot delete page \"$1\"\";'),('ak','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('ak','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('ak','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('ak','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('ak','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('ak','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('ak','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('ak','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('ak','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ak','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('ak','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('ak','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('ak','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('ak','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('ak','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('ak','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('ak','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('ak','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('ak','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('ak','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('ak','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('ak','messages:cascadeprotected','s:185:\"en:This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2\";'),('ak','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('ak','messages:categories','s:13:\"en:Categories\";'),('ak','messages:categories-submit','s:7:\"en:Show\";'),('ak','messages:categories-summary','s:3:\"en:\";'),('ak','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('ak','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('ak','messages:category-article-count','s:148:\"en:{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}\";'),('ak','messages:category-article-count-limited','s:76:\"en:The following {{PLURAL:$1|page is|$1 pages are}} in the current category.\";'),('ak','messages:category-empty','s:63:\"en:<em>This category currently contains no pages or media.</em>\";'),('ak','messages:category-file-count','s:148:\"en:{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}\";'),('ak','messages:category-file-count-limited','s:76:\"en:The following {{PLURAL:$1|file is|$1 files are}} in the current category.\";'),('ak','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('ak','messages:category-media-header','s:25:\"en:Media in category \"$1\"\";'),('ak','messages:category-move-redirect-override','s:4:\"en:-\";'),('ak','messages:category-subcat-count','s:159:\"en:{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}\";'),('ak','messages:category-subcat-count-limited','s:78:\"en:This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.\";'),('ak','messages:category_header','s:25:\"en:Pages in category \"$1\"\";'),('ak','messages:categorypage','s:21:\"en:View category page\";'),('ak','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('ak','messages:change-blocklink','s:15:\"en:change block\";'),('ak','messages:changeblockip','s:15:\"en:Change block\";'),('ak','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('ak','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('ak','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('ak','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('ak','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('ak','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('ak','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('ak','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('ak','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('ak','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('ak','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('ak','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('ak','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('ak','messages:changecredentials','s:21:\"en:Change credentials\";'),('ak','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ak','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('ak','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('ak','messages:changed','s:10:\"en:changed\";'),('ak','messages:changeemail','s:33:\"en:Change or remove email address\";'),('ak','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('ak','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('ak','messages:changeemail-newemail','s:21:\"en:New email address:\";'),('ak','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('ak','messages:changeemail-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('ak','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('ak','messages:changeemail-none','s:9:\"en:(none)\";'),('ak','messages:changeemail-oldemail','s:25:\"en:Current email address:\";'),('ak','messages:changeemail-password','s:30:\"en:Your {{SITENAME}} password:\";'),('ak','messages:changeemail-submit','s:15:\"en:Change email\";'),('ak','messages:changeemail-summary','s:3:\"en:\";'),('ak','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('ak','messages:changepassword','s:18:\"en:Change password\";'),('ak','messages:changepassword-success','s:34:\"en:Your password has been changed!\";'),('ak','messages:changepassword-summary','s:3:\"en:\";'),('ak','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ak','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('ak','messages:checkbox-all','s:6:\"en:All\";'),('ak','messages:checkbox-invert','s:9:\"en:Invert\";'),('ak','messages:checkbox-none','s:7:\"en:None\";'),('ak','messages:checkbox-select','s:13:\"en:Select: $1\";'),('ak','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('ak','messages:collapsible-collapse','s:11:\"en:Collapse\";'),('ak','messages:collapsible-expand','s:9:\"en:Expand\";'),('ak','messages:colon-separator','s:9:\"en::&#32;\";'),('ak','messages:comma-separator','s:9:\"en:,&#32;\";'),('ak','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('ak','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('ak','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('ak','messages:compare-page1','s:9:\"en:Page 1\";'),('ak','messages:compare-page2','s:9:\"en:Page 2\";'),('ak','messages:compare-rev1','s:13:\"en:Revision 1\";'),('ak','messages:compare-rev2','s:13:\"en:Revision 2\";'),('ak','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('ak','messages:compare-submit','s:10:\"en:Compare\";'),('ak','messages:comparepages','s:16:\"en:Compare pages\";'),('ak','messages:comparepages-summary','s:3:\"en:\";'),('ak','messages:compareselectedversions','s:29:\"en:Compare selected revisions\";'),('ak','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('ak','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('ak','messages:confirm','s:10:\"en:Confirm\";'),('ak','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('ak','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('ak','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('ak','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('ak','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('ak','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('ak','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('ak','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('ak','messages:confirm-rollback-button','s:5:\"en:OK\";'),('ak','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('ak','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('ak','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('ak','messages:confirm-watch-button','s:5:\"en:OK\";'),('ak','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('ak','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('ak','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('ak','messages:confirm_purge_button','s:5:\"en:OK\";'),('ak','messages:confirmable-confirm','s:30:\"en:Are {{GENDER:$1|you}} sure?\";'),('ak','messages:confirmable-no','s:5:\"en:No\";'),('ak','messages:confirmable-yes','s:6:\"en:Yes\";'),('ak','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ak','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('ak','messages:confirmemail','s:24:\"en:Confirm email address\";'),('ak','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ak','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ak','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ak','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('ak','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('ak','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('ak','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('ak','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('ak','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('ak','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('ak','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('ak','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('ak','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('ak','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('ak','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('ak','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('ak','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('ak','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('ak','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('ak','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('ak','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('ak','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('ak','messages:content-model-css','s:6:\"en:CSS\";'),('ak','messages:content-model-javascript','s:13:\"en:JavaScript\";'),('ak','messages:content-model-json','s:7:\"en:JSON\";'),('ak','messages:content-model-text','s:13:\"en:plain text\";'),('ak','messages:content-model-wikitext','s:11:\"en:wikitext\";'),('ak','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('ak','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('ak','messages:continue-editing','s:21:\"en:Go to editing area\";'),('ak','messages:contribslink','s:7:\"ak:mmoa\";'),('ak','messages:contribsub2','s:28:\"en:For {{GENDER:$3|$1}} ($2)\";'),('ak','messages:contributions','s:21:\"en:User contributions\";'),('ak','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('ak','messages:contributions-summary','s:3:\"en:\";'),('ak','messages:contributions-title','s:28:\"en:User contributions for $1\";'),('ak','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ak','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('ak','messages:copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('ak','messages:copyrightpage','s:28:\"en:{{ns:project}}:Copyrights\";'),('ak','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ak','messages:copyrightwarning2','s:408:\"en:Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.\nIf you do not want your writing to be edited mercilessly, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ak','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ak','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('ak','messages:create','s:9:\"en:Create\";'),('ak','messages:create-local','s:24:\"en:Add local description\";'),('ak','messages:createaccount','s:17:\"en:Create account\";'),('ak','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ak','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('ak','messages:createaccount-title','s:36:\"en:Account creation for {{SITENAME}}\";'),('ak','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('ak','messages:createaccounterror','s:31:\"en:Could not create account: $1\";'),('ak','messages:createaccountmail','s:77:\"en:Use a temporary random password and send it to the specified email address\";'),('ak','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('ak','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('ak','messages:createacct-another-email-ph','s:22:\"en:Enter email address\";'),('ak','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('ak','messages:createacct-another-submit','s:17:\"en:Create account\";'),('ak','messages:createacct-another-username-ph','s:21:\"en:Enter the username\";'),('ak','messages:createacct-benefit-body1','s:27:\"en:{{PLURAL:$1|edit|edits}}\";'),('ak','messages:createacct-benefit-body2','s:27:\"en:{{PLURAL:$1|page|pages}}\";'),('ak','messages:createacct-benefit-body3','s:48:\"en:recent {{PLURAL:$1|contributor|contributors}}\";'),('ak','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ak','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ak','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ak','messages:createacct-benefit-heading','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('ak','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ak','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ak','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ak','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('ak','messages:createacct-email-ph','s:27:\"en:Enter your email address\";'),('ak','messages:createacct-emailoptional','s:27:\"en:Email address (optional)\";'),('ak','messages:createacct-emailrequired','s:16:\"en:Email address\";'),('ak','messages:createacct-error','s:25:\"en:Account creation error\";'),('ak','messages:createacct-helpusername','s:3:\"en:\";'),('ak','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ak','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('ak','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('ak','messages:createacct-realname','s:23:\"en:Real name (optional)\";'),('ak','messages:createacct-reason','s:27:\"en:Reason (publicly logged)\";'),('ak','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('ak','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('ak','messages:createacct-reason-ph','s:39:\"en:Why you are creating another account\";'),('ak','messages:createacct-submit','s:22:\"en:Create your account\";'),('ak','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('ak','messages:createacct-username-help','s:3:\"en:\";'),('ak','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('ak','messages:createacct-yourpassword-ph','s:19:\"en:Enter a password\";'),('ak','messages:createacct-yourpasswordagain','s:19:\"en:Confirm password\";'),('ak','messages:createacct-yourpasswordagain-ph','s:23:\"en:Enter password again\";'),('ak','messages:created','s:10:\"en:created\";'),('ak','messages:creating','s:14:\"en:Creating $1\";'),('ak','messages:credentialsform-account','s:16:\"en:Account name:\";'),('ak','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('ak','messages:creditspage','s:15:\"en:Page credits\";'),('ak','messages:cur','s:6:\"en:cur\";'),('ak','messages:currentevents','s:17:\"en:Current events\";'),('ak','messages:currentevents-url','s:25:\"en:Project:Current events\";'),('ak','messages:currentrev','s:18:\"en:Latest revision\";'),('ak','messages:currentrev-asof','s:27:\"en:Latest revision as of $1\";'),('ak','messages:currentrevisionlink','s:18:\"en:Latest revision\";'),('ak','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('ak','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('ak','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('ak','messages:databaseerror','s:17:\"en:Database error\";'),('ak','messages:databaseerror-error','s:12:\"en:Error: $1\";'),('ak','messages:databaseerror-function','s:15:\"en:Function: $1\";'),('ak','messages:databaseerror-query','s:12:\"en:Query: $1\";'),('ak','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('ak','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('ak','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('ak','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('ak','messages:date','s:27:\"en:From date (and earlier):\";'),('ak','messages:date-range-from','s:13:\"en:From date:\";'),('ak','messages:date-range-to','s:11:\"en:To date:\";'),('ak','messages:datedefault','s:16:\"en:No preference\";'),('ak','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('ak','messages:days-abbrev','s:7:\"en:$1 d\";'),('ak','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('ak','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('ak','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('ak','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('ak','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('ak','messages:deadendpages-summary','s:3:\"en:\";'),('ak','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('ak','messages:dec','s:6:\"en:Dec\";'),('ak','messages:december','s:12:\"ak:Ɔpenimma\";'),('ak','messages:december-gen','s:11:\"en:December\";'),('ak','messages:default','s:10:\"en:default\";'),('ak','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('ak','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('ak','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('ak','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";');
INSERT INTO `mw_l10n_cache` VALUES ('ak','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('ak','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('ak','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('ak','messages:delete','s:9:\"en:Delete\";'),('ak','messages:delete-confirm','s:14:\"en:Delete \"$1\"\";'),('ak','messages:delete-edit-reasonlist','s:24:\"en:Edit deletion reasons\";'),('ak','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ak','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('ak','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('ak','messages:delete-hook-aborted','s:52:\"en:Deletion aborted by hook.\nIt gave no explanation.\";'),('ak','messages:delete-legend','s:9:\"en:Delete\";'),('ak','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('ak','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('ak','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ak','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ak','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('ak','messages:delete_and_move_confirm','s:23:\"en:Yes, delete the page\";'),('ak','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('ak','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('ak','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('ak','messages:deletecomment','s:10:\"en:Reason:\";'),('ak','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('ak','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ak','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('ak','messages:deletedcontributions-summary','s:3:\"en:\";'),('ak','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('ak','messages:deletedhist','s:18:\"en:Deleted history\";'),('ak','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('ak','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('ak','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('ak','messages:deleteotherreason','s:27:\"en:Other/additional reason:\";'),('ak','messages:deletepage','s:16:\"en:Delete a page\";'),('ak','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('ak','messages:deletepage-submit','s:14:\"en:Delete page\";'),('ak','messages:deletepage-summary','s:3:\"en:\";'),('ak','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('ak','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('ak','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ak','messages:deletereasonotherlist','s:15:\"en:Other reason\";'),('ak','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('ak','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ak','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ak','messages:deletionlog','s:15:\"en:deletion log\";'),('ak','messages:dellogpage','s:15:\"en:Deletion log\";'),('ak','messages:dellogpagetext','s:48:\"en:Below is a list of the most recent deletions.\";'),('ak','messages:destfilename','s:24:\"en:Destination filename:\";'),('ak','messages:diff','s:7:\"en:diff\";'),('ak','messages:diff-empty','s:18:\"en:(No difference)\";'),('ak','messages:diff-form','s:14:\"en:Differences\";'),('ak','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('ak','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('ak','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('ak','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('ak','messages:diff-form-submit','s:19:\"en:Show differences\";'),('ak','messages:diff-form-summary','s:3:\"en:\";'),('ak','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('ak','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('ak','messages:diff-multi-sameuser','s:97:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same user not shown)\";'),('ak','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('ak','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('ak','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ak','messages:difference-multipage','s:29:\"en:(Difference between pages)\";'),('ak','messages:difference-title','s:35:\"en:$1: Difference between revisions\";'),('ak','messages:difference-title-multipage','s:38:\"en:$1 and $2: Difference between pages\";'),('ak','messages:directorycreateerror','s:35:\"en:Could not create directory \"$1\".\";'),('ak','messages:directoryreadonlyerror','s:31:\"en:Directory \"$1\" is read-only.\";'),('ak','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('ak','messages:disclaimerpage','s:29:\"en:Project:General disclaimer\";'),('ak','messages:disclaimers','s:14:\"en:Disclaimers\";'),('ak','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('ak','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('ak','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('ak','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('ak','messages:doubleredirects','s:19:\"en:Double redirects\";'),('ak','messages:doubleredirects-summary','s:3:\"en:\";'),('ak','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('ak','messages:download','s:11:\"en:download\";'),('ak','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('ak','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ak','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('ak','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('ak','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('ak','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('ak','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('ak','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ak','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('ak','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ak','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('ak','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('ak','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ak','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('ak','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('ak','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('ak','messages:edit','s:7:\"en:Edit\";'),('ak','messages:edit-already-exists','s:50:\"en:Could not create a new page.\nIt already exists.\";'),('ak','messages:edit-conflict','s:17:\"en:Edit conflict.\";'),('ak','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('ak','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('ak','messages:edit-local','s:25:\"en:Edit local description\";'),('ak','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('ak','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('ak','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('ak','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('ak','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('ak','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('ak','messages:editcomment','s:37:\"en:The edit summary was: <em>$1</em>.\";'),('ak','messages:editconflict','s:20:\"en:Edit conflict: $1\";'),('ak','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('ak','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('ak','messages:editfont-serif','s:13:\"en:Serif font\";'),('ak','messages:editfont-style','s:24:\"en:Edit area font style:\";'),('ak','messages:edithelp','s:15:\"en:Editing help\";'),('ak','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ak','messages:editing','s:13:\"en:Editing $1\";'),('ak','messages:editingcomment','s:27:\"en:Editing $1 (new section)\";'),('ak','messages:editinginterface','s:208:\"en:<strong>Warning:</strong> You are editing a page that is used to provide interface text for the software.\nChanges to this page will affect the appearance of the user interface for other users on this wiki.\";'),('ak','messages:editingold','s:152:\"en:<strong>Warning: You are editing an out-of-date revision of this page.</strong>\nIf you publish it, any changes made since this revision will be lost.\";'),('ak','messages:editingsection','s:23:\"en:Editing $1 (section)\";'),('ak','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ak','messages:editlink','s:7:\"en:edit\";'),('ak','messages:editnotice-notext','s:4:\"en:-\";'),('ak','messages:editold','s:7:\"en:edit\";'),('ak','messages:editpage','s:14:\"en:Edit a page\";'),('ak','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('ak','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ak','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('ak','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('ak','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('ak','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('ak','messages:editpage-summary','s:3:\"en:\";'),('ak','messages:editpage-tos-summary','s:4:\"en:-\";'),('ak','messages:editsection','s:7:\"ak:sesa\";'),('ak','messages:editsectionhint','s:21:\"ak:Sesa krataa yi: $1\";'),('ak','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('ak','messages:edittools-upload','s:4:\"en:-\";'),('ak','messages:editundo','s:7:\"en:undo\";'),('ak','messages:editusergroup','s:19:\"en:Load user groups\";'),('ak','messages:editwatchlist-summary','s:3:\"en:\";'),('ak','messages:ellipsis','s:6:\"en:...\";'),('ak','messages:email','s:8:\"en:Email\";'),('ak','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('ak','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('ak','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('ak','messages:emailauthenticated','s:48:\"en:Your email address was confirmed on $2 at $3.\";'),('ak','messages:emailblock','s:17:\"en:email disabled\";'),('ak','messages:emailccme','s:33:\"en:Email me a copy of my message.\";'),('ak','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('ak','messages:emailconfirmlink','s:29:\"en:Confirm your email address\";'),('ak','messages:emaildisabled','s:32:\"en:This site cannot send emails.\";'),('ak','messages:emailfrom','s:8:\"en:From:\";'),('ak','messages:emaillink','s:13:\"en:send email\";'),('ak','messages:emailmessage','s:11:\"en:Message:\";'),('ak','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('ak','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('ak','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('ak','messages:emailsend','s:7:\"en:Send\";'),('ak','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ak','messages:emailsent','s:13:\"en:Email sent\";'),('ak','messages:emailsenttext','s:36:\"en:Your email message has been sent.\";'),('ak','messages:emailsubject','s:11:\"en:Subject:\";'),('ak','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('ak','messages:emailto','s:6:\"en:To:\";'),('ak','messages:emailuser','s:18:\"en:Email this user\";'),('ak','messages:emailuser-summary','s:3:\"en:\";'),('ak','messages:emailuser-title-notarget','s:13:\"en:Email user\";'),('ak','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ak','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('ak','messages:emailusername','s:12:\"en:Username:\";'),('ak','messages:emailusernamesubmit','s:9:\"en:Submit\";'),('ak','messages:empty-file','s:36:\"en:The file you submitted was empty.\";'),('ak','messages:empty-username','s:26:\"en:(no username available)\";'),('ak','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('ak','messages:enhancedrc-history','s:10:\"en:history\";'),('ak','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('ak','messages:enotif_anon_editor','s:20:\"en:anonymous user $1\";'),('ak','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('ak','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ak','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ak','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('ak','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ak','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ak','messages:enotif_impersonal_salutation','s:20:\"en:{{SITENAME}} user\";'),('ak','messages:enotif_lastdiff','s:30:\"en:To view this change, see $1\";'),('ak','messages:enotif_lastvisited','s:48:\"en:For all changes since your last visit, see $1\";'),('ak','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('ak','messages:enotif_reset','s:25:\"en:Mark all pages visited\";'),('ak','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('ak','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('ak','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('ak','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('ak','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('ak','messages:enterlockreason','s:87:\"en:Enter a reason for the lock, including an estimate of when the lock will be released\";'),('ak','messages:error','s:8:\"en:Error\";'),('ak','messages:errorpagetitle','s:8:\"en:Error\";'),('ak','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('ak','messages:exception-nologin','s:16:\"en:Not logged in\";'),('ak','messages:exception-nologin-text','s:58:\"en:Please log in to be able to access this page or action.\";'),('ak','messages:exception-nologin-text-manual','s:54:\"en:Please $1 to be able to access this page or action.\";'),('ak','messages:excontent','s:20:\"en:content was: \"$1\"\";'),('ak','messages:excontentauthor','s:108:\"en:content was: \"$1\", and the only contributor was \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('ak','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('ak','messages:exif-artist','s:9:\"en:Author\";'),('ak','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('ak','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('ak','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('ak','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('ak','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('ak','messages:exif-citydest','s:13:\"en:City shown\";'),('ak','messages:exif-colorspace','s:14:\"en:Color space\";'),('ak','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('ak','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('ak','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('ak','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('ak','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('ak','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('ak','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('ak','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('ak','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('ak','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('ak','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('ak','messages:exif-compression','s:21:\"en:Compression scheme\";'),('ak','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('ak','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('ak','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('ak','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('ak','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('ak','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('ak','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('ak','messages:exif-compression-5','s:6:\"en:LZW\";'),('ak','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('ak','messages:exif-compression-7','s:7:\"en:JPEG\";'),('ak','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('ak','messages:exif-contact','s:22:\"en:Contact information\";'),('ak','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ak','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('ak','messages:exif-contrast','s:11:\"en:Contrast\";'),('ak','messages:exif-contrast-0','s:9:\"en:Normal\";'),('ak','messages:exif-contrast-1','s:7:\"en:Soft\";'),('ak','messages:exif-contrast-2','s:7:\"en:Hard\";'),('ak','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ak','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('ak','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('ak','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('ak','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('ak','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('ak','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('ak','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('ak','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('ak','messages:exif-countrydest','s:16:\"en:Country shown\";'),('ak','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('ak','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('ak','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('ak','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('ak','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('ak','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('ak','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('ak','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('ak','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('ak','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('ak','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('ak','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('ak','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('ak','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('ak','messages:exif-datetime','s:28:\"en:File change date and time\";'),('ak','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('ak','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('ak','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('ak','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('ak','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('ak','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('ak','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('ak','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('ak','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('ak','messages:exif-dc-relation','s:16:\"en:Related media\";'),('ak','messages:exif-dc-rights','s:9:\"en:Rights\";'),('ak','messages:exif-dc-source','s:15:\"en:Source media\";'),('ak','messages:exif-dc-type','s:16:\"en:Type of media\";'),('ak','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('ak','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('ak','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('ak','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('ak','messages:exif-event','s:17:\"en:Event depicted\";'),('ak','messages:exif-exifversion','s:15:\"en:Exif version\";'),('ak','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('ak','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('ak','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('ak','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('ak','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('ak','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('ak','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('ak','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('ak','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('ak','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('ak','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('ak','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('ak','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('ak','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('ak','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('ak','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('ak','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('ak','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('ak','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('ak','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('ak','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('ak','messages:exif-filesource','s:14:\"en:File source\";'),('ak','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('ak','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('ak','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('ak','messages:exif-flash','s:8:\"en:Flash\";'),('ak','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('ak','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('ak','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('ak','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('ak','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('ak','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('ak','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('ak','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('ak','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('ak','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('ak','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('ak','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('ak','messages:exif-fnumber','s:11:\"en:F Number\";'),('ak','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('ak','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('ak','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('ak','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('ak','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('ak','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('ak','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('ak','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('ak','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('ak','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('ak','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('ak','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('ak','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('ak','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('ak','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('ak','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('ak','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('ak','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('ak','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('ak','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('ak','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('ak','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('ak','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('ak','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('ak','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('ak','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('ak','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('ak','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('ak','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('ak','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('ak','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('ak','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('ak','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('ak','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('ak','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('ak','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('ak','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('ak','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('ak','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('ak','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('ak','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('ak','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('ak','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('ak','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('ak','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('ak','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('ak','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('ak','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('ak','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('ak','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('ak','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('ak','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('ak','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('ak','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('ak','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('ak','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('ak','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('ak','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('ak','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('ak','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('ak','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('ak','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('ak','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('ak','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('ak','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('ak','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('ak','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('ak','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('ak','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('ak','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('ak','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('ak','messages:exif-headline','s:11:\"en:Headline\";'),('ak','messages:exif-identifier','s:13:\"en:Identifier\";'),('ak','messages:exif-iimcategory','s:11:\"en:Category\";'),('ak','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('ak','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('ak','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('ak','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('ak','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('ak','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('ak','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('ak','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('ak','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('ak','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('ak','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('ak','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('ak','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('ak','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('ak','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('ak','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('ak','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('ak','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('ak','messages:exif-iimversion','s:14:\"en:IIM version\";'),('ak','messages:exif-imagedescription','s:14:\"en:Image title\";'),('ak','messages:exif-imagelength','s:9:\"en:Height\";'),('ak','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('ak','messages:exif-imagewidth','s:8:\"en:Width\";'),('ak','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('ak','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('ak','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('ak','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('ak','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('ak','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('ak','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('ak','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('ak','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('ak','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('ak','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('ak','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('ak','messages:exif-keywords','s:11:\"en:Keywords\";'),('ak','messages:exif-label','s:8:\"en:Label\";'),('ak','messages:exif-languagecode','s:11:\"en:Language\";'),('ak','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('ak','messages:exif-lens','s:12:\"en:Lens used\";'),('ak','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('ak','messages:exif-lightsource','s:15:\"en:Light source\";'),('ak','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('ak','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('ak','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('ak','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('ak','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('ak','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('ak','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('ak','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('ak','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('ak','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('ak','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('ak','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('ak','messages:exif-lightsource-20','s:6:\"en:D55\";'),('ak','messages:exif-lightsource-21','s:6:\"en:D65\";'),('ak','messages:exif-lightsource-22','s:6:\"en:D75\";'),('ak','messages:exif-lightsource-23','s:6:\"en:D50\";'),('ak','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('ak','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('ak','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('ak','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('ak','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('ak','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('ak','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('ak','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('ak','messages:exif-make-value','s:5:\"en:$1\";'),('ak','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('ak','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('ak','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('ak','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('ak','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('ak','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('ak','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('ak','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('ak','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('ak','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('ak','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('ak','messages:exif-model','s:15:\"en:Camera model\";'),('ak','messages:exif-model-value','s:5:\"en:$1\";'),('ak','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('ak','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('ak','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('ak','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('ak','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('ak','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('ak','messages:exif-objectname','s:14:\"en:Short title\";'),('ak','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('ak','messages:exif-orientation','s:14:\"en:Orientation\";'),('ak','messages:exif-orientation-1','s:9:\"en:Normal\";'),('ak','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('ak','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('ak','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('ak','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('ak','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('ak','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('ak','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('ak','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('ak','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('ak','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('ak','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('ak','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('ak','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('ak','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('ak','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('ak','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('ak','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('ak','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('ak','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('ak','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('ak','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('ak','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('ak','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('ak','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ak','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('ak','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('ak','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('ak','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('ak','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('ak','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('ak','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('ak','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('ak','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('ak','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('ak','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('ak','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('ak','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('ak','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('ak','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('ak','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('ak','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('ak','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('ak','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('ak','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('ak','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('ak','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('ak','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('ak','messages:exif-saturation','s:13:\"en:Saturation\";'),('ak','messages:exif-saturation-0','s:9:\"en:Normal\";'),('ak','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('ak','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('ak','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('ak','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('ak','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('ak','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('ak','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('ak','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('ak','messages:exif-scenetype','s:13:\"en:Scene type\";'),('ak','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('ak','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('ak','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('ak','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('ak','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('ak','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('ak','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('ak','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('ak','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('ak','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('ak','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('ak','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('ak','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('ak','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('ak','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('ak','messages:exif-software','s:16:\"en:Software used\";'),('ak','messages:exif-software-value','s:5:\"en:$1\";'),('ak','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ak','messages:exif-source','s:9:\"en:Source\";'),('ak','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('ak','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('ak','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('ak','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('ak','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('ak','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('ak','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('ak','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('ak','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('ak','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('ak','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('ak','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('ak','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('ak','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('ak','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('ak','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('ak','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('ak','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('ak','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('ak','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('ak','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('ak','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('ak','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('ak','messages:exif-urgency','s:10:\"en:Urgency\";'),('ak','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('ak','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('ak','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('ak','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('ak','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('ak','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('ak','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('ak','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('ak','messages:exif-usercomment','s:16:\"en:User comments\";'),('ak','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('ak','messages:exif-whitebalance','s:16:\"en:White balance\";'),('ak','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('ak','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('ak','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('ak','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('ak','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('ak','messages:exif-writer','s:9:\"en:Writer\";'),('ak','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('ak','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('ak','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('ak','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('ak','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('ak','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('ak','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('ak','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('ak','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('ak','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('ak','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('ak','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('ak','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('ak','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('ak','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('ak','messages:expand_templates_ok','s:5:\"en:OK\";'),('ak','messages:expand_templates_output','s:9:\"en:Result\";'),('ak','messages:expand_templates_preview','s:10:\"en:Preview\";'),('ak','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ak','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('ak','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('ak','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('ak','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('ak','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('ak','messages:expandtemplates','s:19:\"en:Expand templates\";'),('ak','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('ak','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('ak','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('ak','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('ak','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ak','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('ak','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('ak','messages:export','s:15:\"en:Export pages\";'),('ak','messages:export-addcat','s:6:\"en:Add\";'),('ak','messages:export-addcattext','s:27:\"en:Add pages from category:\";'),('ak','messages:export-addns','s:6:\"en:Add\";'),('ak','messages:export-addnstext','s:28:\"en:Add pages from namespace:\";'),('ak','messages:export-download','s:15:\"en:Save as file\";'),('ak','messages:export-manual','s:22:\"en:Add pages manually:\";'),('ak','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('ak','messages:export-submit','s:9:\"en:Export\";'),('ak','messages:export-summary','s:3:\"en:\";'),('ak','messages:export-templates','s:20:\"en:Include templates\";'),('ak','messages:exportall','s:19:\"en:Export all pages\";'),('ak','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('ak','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('ak','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('ak','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('ak','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('ak','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('ak','messages:faq','s:6:\"en:FAQ\";'),('ak','messages:feb','s:6:\"en:Feb\";'),('ak','messages:february','s:11:\"ak:Ɔgyefuo\";'),('ak','messages:february-gen','s:11:\"en:February\";'),('ak','messages:feed-atom','s:7:\"en:Atom\";'),('ak','messages:feed-invalid','s:34:\"en:Invalid subscription feed type.\";'),('ak','messages:feed-rss','s:6:\"en:RSS\";'),('ak','messages:feed-unavailable','s:38:\"en:Syndication feeds are not available\";'),('ak','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('ak','messages:feedback-back','s:7:\"en:Back\";'),('ak','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('ak','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('ak','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('ak','messages:feedback-cancel','s:9:\"en:Cancel\";'),('ak','messages:feedback-close','s:7:\"en:Done\";'),('ak','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('ak','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('ak','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('ak','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('ak','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('ak','messages:feedback-message','s:11:\"en:Message:\";'),('ak','messages:feedback-subject','s:11:\"en:Subject:\";'),('ak','messages:feedback-submit','s:9:\"en:Submit\";'),('ak','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('ak','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('ak','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('ak','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('ak','messages:feedback-useragent','s:14:\"en:User agent:\";'),('ak','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('ak','messages:fewestrevisions-summary','s:3:\"en:\";'),('ak','messages:file-anchor-link','s:7:\"en:File\";'),('ak','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('ak','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('ak','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('ak','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('ak','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('ak','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ak','messages:file-info-gif-looped','s:9:\"en:looped\";'),('ak','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ak','messages:file-info-png-looped','s:9:\"en:looped\";'),('ak','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('ak','messages:file-info-size','s:48:\"en:$1 × $2 pixels, file size: $3, MIME type: $4\";'),('ak','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('ak','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('ak','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('ak','messages:file-nohires','s:34:\"en:No higher resolution available.\";'),('ak','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('ak','messages:file-too-large','s:40:\"en:The file you submitted was too large.\";'),('ak','messages:filecopyerror','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('ak','messages:filedelete','s:12:\"en:Delete $1\";'),('ak','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('ak','messages:filedelete-comment','s:10:\"en:Reason:\";'),('ak','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('ak','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ak','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ak','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('ak','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('ak','messages:filedelete-legend','s:14:\"en:Delete file\";'),('ak','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('ak','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('ak','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('ak','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ak','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('ak','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('ak','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ak','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('ak','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ak','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('ak','messages:filedelete-submit','s:9:\"en:Delete\";'),('ak','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('ak','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('ak','messages:filedeleteerror','s:30:\"en:Could not delete file \"$1\".\";'),('ak','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('ak','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('ak','messages:filedesc','s:10:\"en:Summary\";'),('ak','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('ak','messages:fileduplicatesearch-filename','s:12:\"en:Filename:\";'),('ak','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('ak','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('ak','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('ak','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('ak','messages:fileduplicatesearch-submit','s:9:\"en:Search\";'),('ak','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('ak','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('ak','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('ak','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('ak','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ak','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('ak','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ak','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('ak','messages:filehist','s:15:\"en:File history\";'),('ak','messages:filehist-comment','s:10:\"en:Comment\";'),('ak','messages:filehist-current','s:10:\"en:current\";'),('ak','messages:filehist-datetime','s:12:\"en:Date/Time\";'),('ak','messages:filehist-deleteall','s:13:\"en:delete all\";'),('ak','messages:filehist-deleteone','s:9:\"en:delete\";'),('ak','messages:filehist-dimensions','s:13:\"en:Dimensions\";'),('ak','messages:filehist-filesize','s:12:\"en:File size\";'),('ak','messages:filehist-help','s:69:\"en:Click on a date/time to view the file as it appeared at that time.\";'),('ak','messages:filehist-nothumb','s:15:\"en:No thumbnail\";'),('ak','messages:filehist-revert','s:9:\"en:revert\";'),('ak','messages:filehist-thumb','s:12:\"en:Thumbnail\";'),('ak','messages:filehist-thumbtext','s:33:\"en:Thumbnail for version as of $1\";'),('ak','messages:filehist-user','s:7:\"en:User\";'),('ak','messages:filemissing','s:15:\"en:File missing\";'),('ak','messages:filename','s:11:\"en:Filename\";'),('ak','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('ak','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('ak','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('ak','messages:filename-toolong','s:46:\"en:Filenames may not be longer than 240 bytes.\";'),('ak','messages:filename-tooshort','s:29:\"en:The filename is too short.\";'),('ak','messages:filenotfound','s:28:\"en:Could not find file \"$1\".\";'),('ak','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('ak','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('ak','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('ak','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('ak','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('ak','messages:filerenameerror','s:38:\"en:Could not rename file \"$1\" to \"$2\".\";'),('ak','messages:filereuploadsummary','s:16:\"en:File changes:\";'),('ak','messages:filerevert','s:12:\"en:Revert $1\";'),('ak','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('ak','messages:filerevert-comment','s:10:\"en:Reason:\";'),('ak','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('ak','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('ak','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('ak','messages:filerevert-legend','s:14:\"en:Revert file\";'),('ak','messages:filerevert-submit','s:9:\"en:Revert\";'),('ak','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('ak','messages:filesource','s:10:\"en:Source:\";'),('ak','messages:filestatus','s:20:\"en:Copyright status:\";'),('ak','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('ak','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('ak','messages:filetype-banned','s:31:\"en:This type of file is banned.\";'),('ak','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('ak','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('ak','messages:filetype-missing','s:43:\"en:The file has no extension (like \".jpg\").\";'),('ak','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('ak','messages:fileuploadsummary','s:11:\"en:Summary:\";'),('ak','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('ak','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('ak','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('ak','messages:formerror','s:32:\"en:Error: Could not submit form.\";'),('ak','messages:fri','s:6:\"en:Fri\";'),('ak','messages:friday','s:9:\"ak:Efiada\";'),('ak','messages:friday-at','s:15:\"en:Friday at $1\";'),('ak','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('ak','messages:gender-female','s:23:\"en:She edits wiki pages\";'),('ak','messages:gender-male','s:22:\"en:He edits wiki pages\";'),('ak','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('ak','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('ak','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('ak','messages:go','s:6:\"ak:Kɔ\";'),('ak','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('ak','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ak','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('ak','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('ak','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('ak','messages:grant-basic','s:15:\"en:Basic rights\";'),('ak','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('ak','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('ak','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('ak','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('ak','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('ak','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('ak','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('ak','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('ak','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('ak','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('ak','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('ak','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('ak','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('ak','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('ak','messages:grant-group-email','s:13:\"en:Send email\";'),('ak','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('ak','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('ak','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('ak','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('ak','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('ak','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('ak','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('ak','messages:grant-import','s:19:\"en:Import revisions\";'),('ak','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('ak','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('ak','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('ak','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('ak','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('ak','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('ak','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('ak','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('ak','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('ak','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('ak','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('ak','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('ak','messages:group','s:9:\"en:Group:\";'),('ak','messages:group-all','s:8:\"en:(all)\";'),('ak','messages:group-autoconfirmed','s:22:\"en:Autoconfirmed users\";'),('ak','messages:group-autoconfirmed-member','s:35:\"en:{{GENDER:$1|autoconfirmed user}}\";'),('ak','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('ak','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('ak','messages:group-bot','s:7:\"en:Bots\";'),('ak','messages:group-bot-member','s:20:\"en:{{GENDER:$1|bot}}\";'),('ak','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('ak','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('ak','messages:group-bureaucrat','s:14:\"en:Bureaucrats\";'),('ak','messages:group-bureaucrat-member','s:27:\"en:{{GENDER:$1|bureaucrat}}\";'),('ak','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('ak','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('ak','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('ak','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('ak','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('ak','messages:group-named','s:19:\"en:Registered users\";'),('ak','messages:group-suppress','s:14:\"en:Suppressors\";'),('ak','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('ak','messages:group-sysop','s:17:\"en:Administrators\";'),('ak','messages:group-sysop-member','s:30:\"en:{{GENDER:$1|administrator}}\";'),('ak','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('ak','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('ak','messages:group-user','s:8:\"en:Users\";'),('ak','messages:group-user-member','s:21:\"en:{{GENDER:$1|user}}\";'),('ak','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('ak','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('ak','messages:grouppage-autoconfirmed','s:37:\"en:{{ns:project}}:Autoconfirmed users\";'),('ak','messages:grouppage-bot','s:22:\"en:{{ns:project}}:Bots\";'),('ak','messages:grouppage-bureaucrat','s:29:\"en:{{ns:project}}:Bureaucrats\";'),('ak','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('ak','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('ak','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('ak','messages:grouppage-sysop','s:32:\"en:{{ns:project}}:Administrators\";'),('ak','messages:grouppage-user','s:23:\"en:{{ns:project}}:Users\";'),('ak','messages:guesstimezone','s:23:\"en:Fill in from browser\";'),('ak','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('ak','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('ak','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('ak','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('ak','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('ak','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('ak','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('ak','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('ak','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('ak','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('ak','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('ak','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('ak','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('ak','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('ak','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('ak','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('ak','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('ak','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('ak','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('ak','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('ak','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('ak','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('ak','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('ak','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('ak','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('ak','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('ak','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('ak','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('ak','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('ak','messages:help','s:7:\"en:Help\";'),('ak','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('ak','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ak','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ak','messages:helppage-top-gethelp','s:7:\"en:Help\";'),('ak','messages:hidden-categories','s:50:\"en:{{PLURAL:$1|Hidden category|Hidden categories}}\";'),('ak','messages:hidden-category-category','s:20:\"en:Hidden categories\";'),('ak','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('ak','messages:hiddencategories','s:81:\"en:This page is a member of {{PLURAL:$1|a hidden category|$1 hidden categories}}:\";'),('ak','messages:hide','s:7:\"en:Hide\";'),('ak','messages:hidetoc','s:7:\"en:hide\";'),('ak','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('ak','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('ak','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('ak','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('ak','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('ak','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('ak','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('ak','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('ak','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('ak','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('ak','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('ak','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('ak','messages:hist','s:13:\"ak:abakɔsɛm\";'),('ak','messages:histfirst','s:9:\"en:oldest\";'),('ak','messages:histlast','s:9:\"en:newest\";'),('ak','messages:histlegend','s:317:\"en:Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.<br />\nLegend: <strong>({{int:cur}})</strong> = difference with latest revision, <strong>({{int:last}})</strong> = difference with preceding revision, <strong>{{int:minoreditletter}}</strong> = minor edit.\";'),('ak','messages:history','s:22:\"ak:Krataafa abakɔsɛm\";'),('ak','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('ak','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('ak','messages:history-feed-description','s:45:\"en:Revision history for this page on the wiki\";'),('ak','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('ak','messages:history-feed-item-nocomment','s:11:\"en:$1 at $2\";'),('ak','messages:history-feed-title','s:19:\"en:Revision history\";'),('ak','messages:history-fieldset-title','s:19:\"en:Filter revisions\";'),('ak','messages:history-show-deleted','s:24:\"en:Revision deleted only\";'),('ak','messages:history-title','s:23:\"en:$1: Revision history\";'),('ak','messages:history_copyright','s:4:\"en:-\";'),('ak','messages:history_short','s:13:\"ak:Abakɔsɛm\";'),('ak','messages:history_small','s:10:\"en:history\";'),('ak','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('ak','messages:historyempty','s:8:\"en:empty\";'),('ak','messages:historysize','s:34:\"en:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('ak','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('ak','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('ak','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('ak','messages:hours-abbrev','s:7:\"en:$1 h\";'),('ak','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('ak','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('ak','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('ak','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('ak','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('ak','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('ak','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('ak','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('ak','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('ak','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('ak','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('ak','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('ak','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('ak','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('ak','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('ak','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('ak','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('ak','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('ak','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('ak','messages:htmlform-no','s:5:\"en:No\";'),('ak','messages:htmlform-required','s:26:\"en:This value is required.\";'),('ak','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('ak','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('ak','messages:htmlform-selectorother-other','s:8:\"en:Other\";'),('ak','messages:htmlform-submit','s:9:\"en:Submit\";'),('ak','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('ak','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('ak','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('ak','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('ak','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('ak','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('ak','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('ak','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('ak','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('ak','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ak','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('ak','messages:htmlform-yes','s:6:\"en:Yes\";'),('ak','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('ak','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('ak','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('ak','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('ak','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('ak','messages:http-read-error','s:19:\"en:HTTP read error.\";'),('ak','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('ak','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('ak','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('ak','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('ak','messages:illegal-filename','s:31:\"en:The filename is not allowed.\";'),('ak','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('ak','messages:ilsubmit','s:9:\"en:Search\";'),('ak','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('ak','messages:imagelinks','s:13:\"en:File usage\";'),('ak','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('ak','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('ak','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('ak','messages:imagepage','s:17:\"en:View file page\";'),('ak','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('ak','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('ak','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('ak','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('ak','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('ak','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('ak','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('ak','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('ak','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('ak','messages:img-lang-default','s:21:\"en:(default language)\";'),('ak','messages:img-lang-go','s:5:\"en:Go\";'),('ak','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('ak','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('ak','messages:imgfile','s:7:\"en:file\";'),('ak','messages:imgmultigo','s:6:\"en:Go!\";'),('ak','messages:imgmultigoto','s:16:\"en:Go to page $1\";'),('ak','messages:imgmultipagenext','s:16:\"en:next page →\";'),('ak','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('ak','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('ak','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('ak','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('ak','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('ak','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('ak','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('ak','messages:import','s:15:\"en:Import pages\";'),('ak','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('ak','messages:import-comment','s:11:\"en:Comment:\";'),('ak','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('ak','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('ak','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('ak','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('ak','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('ak','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('ak','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('ak','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('ak','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('ak','messages:import-interwiki-submit','s:9:\"en:Import\";'),('ak','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('ak','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('ak','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('ak','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ak','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('ak','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ak','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('ak','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('ak','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('ak','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('ak','messages:import-noarticle','s:21:\"en:No page to import!\";'),('ak','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('ak','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('ak','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('ak','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ak','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('ak','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('ak','messages:import-summary','s:3:\"en:\";'),('ak','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ak','messages:import-upload','s:18:\"en:Upload XML data\";'),('ak','messages:import-upload-filename','s:12:\"en:Filename:\";'),('ak','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('ak','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('ak','messages:importcantopen','s:29:\"en:Could not open import file\";'),('ak','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('ak','messages:importfailed','s:37:\"en:Import failed: <nowiki>$1</nowiki>\";'),('ak','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('ak','messages:importlogpage','s:13:\"en:Import log\";'),('ak','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('ak','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('ak','messages:importnopages','s:22:\"en:No pages to import.\";'),('ak','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('ak','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('ak','messages:importstart','s:21:\"en:Importing pages...\";'),('ak','messages:importsuccess','s:19:\"en:Import finished!\";'),('ak','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('ak','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('ak','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('ak','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('ak','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('ak','messages:index-category','s:16:\"en:Indexed pages\";'),('ak','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('ak','messages:infiniteblock','s:11:\"en:infinite\";'),('ak','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('ak','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('ak','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ak','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('ak','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ak','messages:internalerror','s:17:\"en:Internal error\";'),('ak','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('ak','messages:internalerror_info','s:21:\"en:Internal error: $1\";'),('ak','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('ak','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('ak','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('ak','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('ak','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('ak','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('ak','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('ak','messages:invalidtitle','s:16:\"en:Invalid title\";'),('ak','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('ak','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('ak','messages:invert','s:19:\"en:Invert selection\";'),('ak','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('ak','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('ak','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('ak','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('ak','messages:ipaddressorusername','s:36:\"en:IP address, username or block ID:\";'),('ak','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('ak','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('ak','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('ak','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('ak','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('ak','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('ak','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('ak','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('ak','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('ak','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('ak','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('ak','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('ak','messages:ipb-default-expiry','s:3:\"en:\";'),('ak','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ak','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('ak','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('ak','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('ak','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('ak','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('ak','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('ak','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ak','messages:ipb-pages-label','s:8:\"en:Pages\";'),('ak','messages:ipb-partial','s:10:\"en:Partial\";'),('ak','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('ak','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('ak','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('ak','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('ak','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('ak','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('ak','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('ak','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('ak','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('ak','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('ak','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('ak','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('ak','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('ak','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('ak','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('ak','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('ak','messages:ipbemailban','s:16:\"en:Sending email\";'),('ak','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('ak','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('ak','messages:ipblocklist','s:16:\"en:Blocked users\";'),('ak','messages:ipblocklist-empty','s:27:\"en:The block list is empty.\";'),('ak','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('ak','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('ak','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('ak','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ak','messages:ipblocklist-submit','s:9:\"en:Search\";'),('ak','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('ak','messages:ipboptions','s:160:\"en:2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,indefinite:infinite\";'),('ak','messages:ipbother','s:14:\"en:Other time:\";'),('ak','messages:ipbreason','s:10:\"en:Reason:\";'),('ak','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('ak','messages:ipbsubmit','s:18:\"en:Block this user\";'),('ak','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('ak','messages:ipusubmit','s:20:\"en:Remove this block\";'),('ak','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('ak','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('ak','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('ak','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('ak','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('ak','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('ak','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('ak','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('ak','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('ak','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('ak','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('ak','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('ak','messages:isimage','s:12:\"en:file link\";'),('ak','messages:isredirect','s:16:\"en:redirect page\";'),('ak','messages:istemplate','s:15:\"en:transclusion\";'),('ak','messages:jan','s:6:\"en:Jan\";'),('ak','messages:january','s:12:\"ak:Ɔpɛpɔn\";'),('ak','messages:january-gen','s:10:\"en:January\";'),('ak','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('ak','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('ak','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('ak','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('ak','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('ak','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('ak','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('ak','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('ak','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('ak','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('ak','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('ak','messages:jul','s:6:\"en:Jul\";'),('ak','messages:july','s:12:\"ak:Kutawonsa\";'),('ak','messages:july-gen','s:7:\"en:July\";'),('ak','messages:jumpto','s:11:\"en:Jump to:\";'),('ak','messages:jumptonavigation','s:13:\"en:navigation\";'),('ak','messages:jumptosearch','s:10:\"ak:hwehwɛ\";'),('ak','messages:jun','s:6:\"en:Jun\";'),('ak','messages:june','s:15:\"ak:Ayɛwohomumu\";'),('ak','messages:june-gen','s:7:\"en:June\";'),('ak','messages:just-now','s:11:\"en:just now\";'),('ak','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ak','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ak','messages:laggedreplicamode','s:65:\"en:<strong>Warning:</strong> Page may not contain recent updates.\";'),('ak','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('ak','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('ak','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('ak','messages:last','s:7:\"en:prev\";'),('ak','messages:lastmodifiedat','s:42:\"en:This page was last edited on $1, at $2.\";'),('ak','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('ak','messages:license','s:13:\"en:Licensing:\";'),('ak','messages:license-header','s:12:\"en:Licensing\";'),('ak','messages:license-nopreview','s:26:\"en:(Preview not available)\";'),('ak','messages:licenses','s:4:\"en:-\";'),('ak','messages:licenses-edit','s:23:\"en:Edit license options\";'),('ak','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('ak','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ak','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('ak','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('ak','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('ak','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('ak','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('ak','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ak','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('ak','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('ak','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('ak','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ak','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('ak','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('ak','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('ak','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('ak','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ak','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('ak','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ak','messages:lineno','s:11:\"en:Line $1:\";'),('ak','messages:linkaccounts','s:16:\"en:Link accounts\";'),('ak','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('ak','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('ak','messages:linksearch','s:24:\"en:External links search\";'),('ak','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('ak','messages:linksearch-line','s:23:\"en:$1 is linked from $2\";'),('ak','messages:linksearch-ns','s:13:\"en:Namespace:\";'),('ak','messages:linksearch-ok','s:9:\"en:Search\";'),('ak','messages:linksearch-pat','s:18:\"en:Search pattern:\";'),('ak','messages:linksearch-summary','s:3:\"en:\";'),('ak','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('ak','messages:linkshere','s:51:\"en:The following pages link to <strong>$2</strong>:\";'),('ak','messages:linkstoimage','s:64:\"en:The following {{PLURAL:$1|page uses|$1 pages use}} this file:\";'),('ak','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('ak','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('ak','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('ak','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('ak','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('ak','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('ak','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('ak','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('ak','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('ak','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('ak','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('ak','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('ak','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('ak','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('ak','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('ak','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('ak','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('ak','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('ak','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('ak','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('ak','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('ak','messages:listfiles','s:12:\"en:File list\";'),('ak','messages:listfiles-delete','s:9:\"en:delete\";'),('ak','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('ak','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('ak','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('ak','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('ak','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('ak','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ak','messages:listfiles_count','s:11:\"en:Versions\";'),('ak','messages:listfiles_date','s:7:\"en:Date\";'),('ak','messages:listfiles_description','s:14:\"en:Description\";'),('ak','messages:listfiles_name','s:7:\"en:Name\";'),('ak','messages:listfiles_size','s:7:\"en:Size\";'),('ak','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('ak','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('ak','messages:listfiles_user','s:7:\"en:User\";'),('ak','messages:listgrants','s:9:\"en:Grants\";'),('ak','messages:listgrants-grant','s:8:\"en:Grant\";'),('ak','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ak','messages:listgrants-rights','s:9:\"en:Rights\";'),('ak','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ak','messages:listgrouprights','s:20:\"en:User group rights\";'),('ak','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('ak','messages:listgrouprights-addgroup-all','s:17:\"en:Add all groups\";'),('ak','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('ak','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('ak','messages:listgrouprights-group','s:8:\"en:Group\";'),('ak','messages:listgrouprights-helppage','s:20:\"en:Help:Group rights\";'),('ak','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('ak','messages:listgrouprights-members','s:20:\"en:(list of members)\";'),('ak','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('ak','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('ak','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('ak','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('ak','messages:listgrouprights-removegroup-all','s:20:\"en:Remove all groups\";'),('ak','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('ak','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('ak','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ak','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ak','messages:listgrouprights-rights','s:9:\"en:Rights\";'),('ak','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ak','messages:listredirects','s:20:\"en:List of redirects\";'),('ak','messages:listredirects-summary','s:3:\"en:\";'),('ak','messages:listusers','s:12:\"en:User list\";'),('ak','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('ak','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('ak','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('ak','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('ak','messages:listusers-noresult','s:17:\"en:No user found.\";'),('ak','messages:listusers-submit','s:7:\"en:Show\";'),('ak','messages:listusers-summary','s:3:\"en:\";'),('ak','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('ak','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('ak','messages:localtime','s:14:\"en:Local time:\";'),('ak','messages:lockbtn','s:16:\"en:Lock database\";'),('ak','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('ak','messages:lockdb','s:16:\"en:Lock database\";'),('ak','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('ak','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('ak','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('ak','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('ak','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('ak','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('ak','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('ak','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('ak','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('ak','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('ak','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('ak','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('ak','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('ak','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('ak','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('ak','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('ak','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('ak','messages:log','s:7:\"en:Logs\";'),('ak','messages:log-action-filter-all','s:6:\"en:All\";'),('ak','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('ak','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('ak','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('ak','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('ak','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('ak','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('ak','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('ak','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('ak','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('ak','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('ak','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('ak','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('ak','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('ak','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('ak','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('ak','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('ak','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('ak','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('ak','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('ak','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('ak','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('ak','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('ak','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('ak','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('ak','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('ak','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('ak','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('ak','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('ak','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('ak','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('ak','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('ak','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('ak','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('ak','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('ak','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('ak','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('ak','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('ak','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('ak','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('ak','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('ak','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('ak','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('ak','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('ak','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('ak','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('ak','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('ak','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('ak','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('ak','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('ak','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('ak','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('ak','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('ak','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('ak','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('ak','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('ak','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('ak','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('ak','messages:log-fulllog','s:16:\"en:View full log\";'),('ak','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('ak','messages:log-name-create','s:20:\"en:Page creation log\";'),('ak','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('ak','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('ak','messages:log-name-tag','s:10:\"en:Tag log\";'),('ak','messages:log-title-wildcard','s:40:\"en:Search titles starting with this text\";'),('ak','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('ak','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ak','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('ak','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('ak','messages:logempty','s:28:\"en:No matching items in log.\";'),('ak','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ak','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ak','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('ak','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('ak','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('ak','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('ak','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('ak','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('ak','messages:logentry-delete-delete','s:35:\"en:$1 {{GENDER:$2|deleted}} page $3\";'),('ak','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ak','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ak','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ak','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('ak','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('ak','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('ak','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ak','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ak','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('ak','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('ak','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('ak','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('ak','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('ak','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('ak','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('ak','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('ak','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('ak','messages:logentry-move-move','s:39:\"en:$1 {{GENDER:$2|moved}} page $3 to $4\";'),('ak','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('ak','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('ak','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('ak','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('ak','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('ak','messages:logentry-newusers-create','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('ak','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('ak','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('ak','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('ak','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('ak','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('ak','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('ak','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('ak','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('ak','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('ak','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('ak','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ak','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ak','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('ak','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('ak','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('ak','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('ak','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('ak','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('ak','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('ak','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('ak','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('ak','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ak','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('ak','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ak','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('ak','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ak','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ak','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ak','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('ak','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('ak','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ak','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('ak','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('ak','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ak','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('ak','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('ak','messages:logentry-upload-upload','s:31:\"en:$1 {{GENDER:$2|uploaded}} $3\";'),('ak','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('ak','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('ak','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('ak','messages:logeventslist-submit','s:7:\"en:Show\";'),('ak','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('ak','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('ak','messages:login','s:9:\"ak:Kɔ mu\";'),('ak','messages:login-abort-generic','s:30:\"en:Your login failed - Aborted\";'),('ak','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('ak','messages:login-security','s:23:\"en:Verify your identity\";'),('ak','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ak','messages:login-userblocked','s:43:\"en:This user is blocked. Login not allowed.\";'),('ak','messages:loginerror','s:14:\"en:Login error\";'),('ak','messages:loginlanguagelabel','s:15:\"en:Language: $1\";'),('ak','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ak','messages:loginprompt','s:3:\"en:\";'),('ak','messages:loginreqlink','s:9:\"en:log in\";'),('ak','messages:loginreqpagetext','s:33:\"en:Please $1 to view other pages.\";'),('ak','messages:loginreqtitle','s:17:\"en:Login required\";'),('ak','messages:loginsuccess','s:66:\"en:<strong>You are now logged in to {{SITENAME}} as \"$1\".</strong>\";'),('ak','messages:loginsuccesstitle','s:12:\"en:Logged in\";'),('ak','messages:logout','s:6:\"ak:Pue\";'),('ak','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('ak','messages:logouttext','s:162:\"en:<strong>You are now logged out.</strong>\n\nNote that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\";'),('ak','messages:lonelypages','s:17:\"en:Orphaned pages\";'),('ak','messages:lonelypages-summary','s:3:\"en:\";'),('ak','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('ak','messages:longpage-hint','s:4:\"en:-\";'),('ak','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('ak','messages:longpages','s:13:\"en:Long pages\";'),('ak','messages:longpages-summary','s:3:\"en:\";'),('ak','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('ak','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ak','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('ak','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ak','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('ak','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ak','messages:mailerror','s:25:\"en:Error sending mail: $1\";'),('ak','messages:mailmypassword','s:17:\"en:Reset password\";'),('ak','messages:mailnologin','s:18:\"en:No send address\";'),('ak','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('ak','messages:mainpage','s:19:\"ak:Krataafa Titiriw\";'),('ak','messages:mainpage-description','s:12:\"en:Main page\";'),('ak','messages:mainpage-nstab','s:12:\"en:Main page\";'),('ak','messages:mainpage-title','s:4:\"en:-\";'),('ak','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ak','messages:mar','s:6:\"en:Mar\";'),('ak','messages:march','s:10:\"ak:Ɔbenem\";'),('ak','messages:march-gen','s:8:\"en:March\";'),('ak','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('ak','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ak','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('ak','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('ak','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('ak','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('ak','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('ak','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('ak','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('ak','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('ak','messages:maximum-size','s:12:\"en:Max size:\";'),('ak','messages:may','s:6:\"en:May\";'),('ak','messages:may-gen','s:6:\"en:May\";'),('ak','messages:may_long','s:13:\"ak:Kɔtonimma\";'),('ak','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('ak','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ak','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('ak','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('ak','messages:mediastatistics','s:19:\"en:Media statistics\";'),('ak','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('ak','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('ak','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ak','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('ak','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('ak','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('ak','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('ak','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('ak','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('ak','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('ak','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('ak','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('ak','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('ak','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('ak','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('ak','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('ak','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('ak','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('ak','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('ak','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('ak','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('ak','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('ak','messages:mediawikipage','s:20:\"en:View message page\";'),('ak','messages:mergehistory','s:23:\"en:Merge page histories\";'),('ak','messages:mergehistory-autocomment','s:30:\"en:Merged [[:$1]] into [[:$2]]\";'),('ak','messages:mergehistory-box','s:32:\"en:Merge revisions of two pages:\";'),('ak','messages:mergehistory-comment','s:34:\"en:Merged [[:$1]] into [[:$2]]: $3\";'),('ak','messages:mergehistory-done','s:92:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3.\";'),('ak','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('ak','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('ak','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('ak','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('ak','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('ak','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('ak','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('ak','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('ak','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('ak','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('ak','messages:mergehistory-from','s:15:\"en:Source page:\";'),('ak','messages:mergehistory-go','s:23:\"en:Show mergeable edits\";'),('ak','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('ak','messages:mergehistory-into','s:20:\"en:Destination page:\";'),('ak','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('ak','messages:mergehistory-invalid-source','s:37:\"en:Source page must be a valid title.\";'),('ak','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('ak','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('ak','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('ak','messages:mergehistory-no-source','s:33:\"en:Source page $1 does not exist.\";'),('ak','messages:mergehistory-reason','s:10:\"en:Reason:\";'),('ak','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ak','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ak','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('ak','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('ak','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('ak','messages:mergehistory-submit','s:18:\"en:Merge revisions\";'),('ak','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ak','messages:mergelog','s:12:\"en:Merge log\";'),('ak','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('ak','messages:metadata','s:11:\"en:Metadata\";'),('ak','messages:metadata-collapse','s:24:\"en:Hide extended details\";'),('ak','messages:metadata-expand','s:24:\"en:Show extended details\";'),('ak','messages:metadata-fields','s:332:\"en:Image metadata fields listed in this message will be included on image page display when the metadata table is collapsed.\nOthers will be hidden by default.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ak','messages:metadata-help','s:235:\"en:This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.\nIf the file has been modified from its original state, some details may not fully reflect the modified file.\";'),('ak','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('ak','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ak','messages:mimesearch','s:14:\"en:MIME search\";'),('ak','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('ak','messages:mimetype','s:13:\"en:MIME type:\";'),('ak','messages:minimum-size','s:11:\"en:Min size\";'),('ak','messages:minlength1','s:41:\"en:Filenames must be at least one letter.\";'),('ak','messages:minoredit','s:23:\"en:This is a minor edit\";'),('ak','messages:minoreditletter','s:4:\"en:m\";'),('ak','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('ak','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('ak','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('ak','messages:missing-article','s:352:\"en:The database did not find the text of a page that it should have found, named \"$1\" $2.\n\nThis is usually caused by following an outdated diff or history link to a page that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.\";'),('ak','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ak','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('ak','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('ak','messages:missingarticle-diff','s:17:\"en:(Diff: $1, $2)\";'),('ak','messages:missingarticle-rev','s:18:\"en:(revision#: $1)\";'),('ak','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ak','messages:missingcommenttext','s:26:\"en:Please enter a comment.\";'),('ak','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ak','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('ak','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('ak','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('ak','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('ak','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('ak','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('ak','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('ak','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('ak','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('ak','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('ak','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ak','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('ak','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('ak','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('ak','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ak','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('ak','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('ak','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('ak','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('ak','messages:mobile-frontend-changeslist-nocomment','s:18:\"en:no edit summary\";'),('ak','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('ak','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ak','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ak','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ak','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('ak','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('ak','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ak','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('ak','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('ak','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('ak','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('ak','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('ak','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('ak','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('ak','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ak','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('ak','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('ak','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('ak','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('ak','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('ak','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('ak','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('ak','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('ak','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('ak','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('ak','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('ak','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('ak','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('ak','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('ak','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('ak','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('ak','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('ak','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('ak','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('ak','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('ak','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ak','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('ak','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('ak','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ak','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ak','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ak','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ak','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('ak','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('ak','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('ak','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('ak','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('ak','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('ak','messages:mobile-frontend-editor-edit','s:7:\"en:Edit\";'),('ak','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('ak','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('ak','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('ak','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('ak','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('ak','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('ak','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ak','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ak','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ak','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('ak','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('ak','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('ak','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('ak','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('ak','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('ak','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('ak','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('ak','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('ak','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ak','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('ak','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ak','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ak','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ak','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('ak','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('ak','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('ak','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('ak','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('ak','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('ak','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('ak','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('ak','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('ak','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ak','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ak','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('ak','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('ak','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('ak','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('ak','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('ak','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('ak','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('ak','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('ak','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('ak','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('ak','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('ak','messages:mobile-frontend-featured-article','s:26:\"ak:Aatikel a Ɛwɔ So Ndɛ\";'),('ak','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('ak','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('ak','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('ak','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('ak','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('ak','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('ak','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('ak','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('ak','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('ak','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('ak','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('ak','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('ak','messages:mobile-frontend-generic-login','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('ak','messages:mobile-frontend-generic-login-action','s:24:\"en:Log in to contribute.\";'),('ak','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ak','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('ak','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('ak','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('ak','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('ak','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('ak','messages:mobile-frontend-home-button','s:6:\"ak:Fie\";'),('ak','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('ak','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('ak','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('ak','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('ak','messages:mobile-frontend-language-article-heading','s:27:\"en:Read in another language\";'),('ak','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('ak','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('ak','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('ak','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('ak','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('ak','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('ak','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('ak','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('ak','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('ak','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('ak','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('ak','messages:mobile-frontend-last-modified-date','s:29:\"en:Last modified on $1, at $2\";'),('ak','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('ak','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('ak','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('ak','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('ak','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('ak','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('ak','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ak','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('ak','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('ak','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('ak','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('ak','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('ak','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('ak','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('ak','messages:mobile-frontend-login','s:10:\"en:Sign in\";'),('ak','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('ak','messages:mobile-frontend-main-menu-account-create','s:17:\"en:Create account\";'),('ak','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('ak','messages:mobile-frontend-main-menu-button-tooltip','s:17:\"en:Open main menu\";'),('ak','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('ak','messages:mobile-frontend-main-menu-login','s:9:\"en:Log in\";'),('ak','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('ak','messages:mobile-frontend-main-menu-nearby','s:9:\"en:Nearby\";'),('ak','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('ak','messages:mobile-frontend-main-menu-settings','s:11:\"en:Settings\";'),('ak','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('ak','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('ak','messages:mobile-frontend-main-menu-watchlist','s:12:\"en:Watchlist\";'),('ak','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('ak','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('ak','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('ak','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('ak','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('ak','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('ak','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('ak','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('ak','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('ak','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('ak','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('ak','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('ak','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('ak','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('ak','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('ak','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('ak','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('ak','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('ak','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('ak','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('ak','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('ak','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('ak','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('ak','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('ak','messages:mobile-frontend-news-items','s:14:\"en:In the news\";'),('ak','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ak','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('ak','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('ak','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('ak','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('ak','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('ak','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ak','messages:mobile-frontend-pageaction-edit-tooltip','s:38:\"en:Edit the lead section of this page.\";'),('ak','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('ak','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ak','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ak','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('ak','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('ak','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('ak','messages:mobile-frontend-password-placeholder','s:11:\"en:Password\";'),('ak','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('ak','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('ak','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('ak','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('ak','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('ak','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('ak','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('ak','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('ak','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('ak','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('ak','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('ak','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('ak','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('ak','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('ak','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('ak','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('ak','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('ak','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('ak','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('ak','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('ak','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('ak','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('ak','messages:mobile-frontend-placeholder','s:22:\"en:Search {{SITENAME}}\";'),('ak','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('ak','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('ak','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ak','messages:mobile-frontend-privacy-link-text','s:10:\"en:Privacy\";'),('ak','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('ak','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('ak','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ak','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ak','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ak','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ak','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('ak','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('ak','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('ak','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('ak','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('ak','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('ak','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('ak','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ak','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ak','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ak','messages:mobile-frontend-random-button','s:10:\"ak:Randɔm\";'),('ak','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('ak','messages:mobile-frontend-regular-site','s:52:\"ak:Hwɛ krataafa yi wɔ {{SITENAME}} a yenim dada so\";'),('ak','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('ak','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('ak','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('ak','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('ak','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('ak','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('ak','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('ak','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('ak','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ak','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ak','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('ak','messages:mobile-frontend-search-submit','s:6:\"ak:Kɔ\";'),('ak','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('ak','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('ak','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('ak','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('ak','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('ak','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('ak','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('ak','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('ak','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('ak','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('ak','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('ak','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('ak','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('ak','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('ak','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('ak','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('ak','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('ak','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('ak','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('ak','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('ak','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('ak','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('ak','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('ak','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('ak','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('ak','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('ak','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('ak','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('ak','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('ak','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('ak','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ak','messages:mobile-frontend-terms-text','s:15:\"en:Terms of Use\";'),('ak','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ak','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('ak','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('ak','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('ak','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('ak','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('ak','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('ak','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('ak','messages:mobile-frontend-username-placeholder','s:11:\"en:Username\";'),('ak','messages:mobile-frontend-view','s:14:\"en:Mobile view\";'),('ak','messages:mobile-frontend-view-desktop','s:10:\"en:Desktop\";'),('ak','messages:mobile-frontend-view-mobile','s:9:\"en:Mobile\";'),('ak','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('ak','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('ak','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('ak','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('ak','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('ak','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('ak','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('ak','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('ak','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('ak','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('ak','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('ak','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('ak','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('ak','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('ak','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('ak','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('ak','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('ak','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('ak','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('ak','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('ak','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('ak','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('ak','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('ak','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('ak','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ak','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ak','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('ak','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('ak','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ak','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('ak','messages:mon','s:6:\"en:Mon\";'),('ak','messages:monday','s:11:\"ak:Ɛdwoada\";'),('ak','messages:monday-at','s:15:\"en:Monday at $1\";'),('ak','messages:month','s:28:\"en:From month (and earlier):\";'),('ak','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('ak','messages:monthsall','s:6:\"en:all\";'),('ak','messages:moredotdotdot','s:10:\"en:More...\";'),('ak','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('ak','messages:morenotlisted','s:31:\"en:This list may be incomplete.\";'),('ak','messages:mostcategories','s:33:\"en:Pages with the most categories\";'),('ak','messages:mostcategories-summary','s:3:\"en:\";'),('ak','messages:mostimages','s:23:\"en:Most linked-to files\";'),('ak','messages:mostimages-summary','s:3:\"en:\";'),('ak','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('ak','messages:mostinterwikis-summary','s:3:\"en:\";'),('ak','messages:mostlinked','s:23:\"en:Most linked-to pages\";'),('ak','messages:mostlinked-summary','s:3:\"en:\";'),('ak','messages:mostlinkedcategories','s:28:\"en:Most linked-to categories\";'),('ak','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ak','messages:mostlinkedtemplates','s:25:\"en:Most transcluded pages\";'),('ak','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ak','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('ak','messages:mostrevisions-summary','s:3:\"en:\";'),('ak','messages:move','s:7:\"en:Move\";'),('ak','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('ak','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('ak','messages:move-page','s:10:\"en:Move $1\";'),('ak','messages:move-page-legend','s:12:\"en:Move page\";'),('ak','messages:move-redirect-text','s:3:\"en:\";'),('ak','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('ak','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('ak','messages:move-watch','s:36:\"en:Watch source page and target page\";'),('ak','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('ak','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ak','messages:moveddeleted-notice','s:114:\"en:This page does not exist.\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('ak','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('ak','messages:movelogpage','s:11:\"en:Move log\";'),('ak','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('ak','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('ak','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('ak','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('ak','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('ak','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('ak','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('ak','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('ak','messages:movepage-moved','s:47:\"en:<strong>\"$1\" has been moved to \"$2\"</strong>\";'),('ak','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('ak','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('ak','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('ak','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('ak','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('ak','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('ak','messages:movepage-summary','s:3:\"en:\";'),('ak','messages:movepagebtn','s:12:\"en:Move page\";'),('ak','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('ak','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ak','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ak','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ak','messages:movereason','s:10:\"en:Reason:\";'),('ak','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('ak','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ak','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('ak','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ak','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('ak','messages:movetalk','s:28:\"en:Move associated talk page\";'),('ak','messages:movethispage','s:17:\"en:Move this page\";'),('ak','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('ak','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('ak','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('ak','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('ak','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('ak','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('ak','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('ak','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('ak','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('ak','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('ak','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('ak','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('ak','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('ak','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('ak','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('ak','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('ak','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('ak','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('ak','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('ak','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('ak','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('ak','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('ak','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('ak','messages:mycontris','s:16:\"en:Contributions\";'),('ak','messages:mycustomcssprotected','s:52:\"en:You do not have permission to edit this CSS page.\";'),('ak','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('ak','messages:mycustomjsprotected','s:59:\"en:You do not have permission to edit this JavaScript page.\";'),('ak','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('ak','messages:mypage','s:7:\"en:Page\";'),('ak','messages:mypreferences','s:14:\"en:Preferences\";'),('ak','messages:mypreferencesprotected','s:55:\"en:You do not have permission to edit your preferences.\";'),('ak','messages:myprivateinfoprotected','s:63:\"en:You do not have permission to edit your private information.\";'),('ak','messages:mytalk','s:7:\"en:Talk\";'),('ak','messages:mywatchlist','s:12:\"en:Watchlist\";'),('ak','messages:namespace','s:13:\"en:Namespace:\";'),('ak','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('ak','messages:namespace_association','s:23:\"en:Associated namespace\";'),('ak','messages:namespaceprotected','s:81:\"en:You do not have permission to edit pages in the <strong>$1</strong> namespace.\";'),('ak','messages:namespaces','s:13:\"en:Namespaces\";'),('ak','messages:namespacesall','s:6:\"en:all\";'),('ak','messages:nav-login-createaccount','s:29:\"ak:Kɔm / te edin fa di dwuma\";'),('ak','messages:navigation','s:13:\"en:Navigation\";'),('ak','messages:navigation-heading','s:18:\"en:Navigation menu\";'),('ak','messages:nbytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('ak','messages:ncategories','s:39:\"en:$1 {{PLURAL:$1|category|categories}}\";'),('ak','messages:nchanges','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('ak','messages:nearby','s:27:\"en:Pages on topics near you\";'),('ak','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('ak','messages:newarticle','s:8:\"en:(New)\";'),('ak','messages:newarticletext','s:231:\"en:You have followed a link to a page that does not exist yet.\nTo create the page, start typing in the box below (see the [$1 help page] for more info).\nIf you are here by mistake, click your browser\'s <strong>back</strong> button.\";'),('ak','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ak','messages:newimages','s:23:\"en:Gallery of new files\";'),('ak','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('ak','messages:newimages-legend','s:9:\"en:Filter\";'),('ak','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('ak','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('ak','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('ak','messages:newimages-user','s:25:\"en:IP address or username\";'),('ak','messages:newimagestext','s:4:\"en:-\";'),('ak','messages:newmessagesdifflinkplural','s:40:\"en:last {{PLURAL:$1|change|999=changes}}\";'),('ak','messages:newmessageslinkplural','s:47:\"en:{{PLURAL:$1|a new message|999=new messages}}\";'),('ak','messages:newpage','s:11:\"en:New page\";'),('ak','messages:newpageletter','s:4:\"en:N\";'),('ak','messages:newpages','s:12:\"en:New pages\";'),('ak','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('ak','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('ak','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('ak','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('ak','messages:newpages-submit','s:7:\"en:Show\";'),('ak','messages:newpages-summary','s:3:\"en:\";'),('ak','messages:newpages-username','s:12:\"en:Username:\";'),('ak','messages:newpassword','s:16:\"en:New password:\";'),('ak','messages:newsection','s:14:\"en:New section\";'),('ak','messages:newsection-page','s:14:\"en:Target page\";'),('ak','messages:newsection-submit','s:13:\"en:Go to page\";'),('ak','messages:newsection-summary','s:3:\"en:\";'),('ak','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ak','messages:newsectionsummary','s:23:\"en:/* $1 */ new section\";'),('ak','messages:newtitle','s:13:\"en:New title:\";'),('ak','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ak','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ak','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ak','messages:newuserlogpage','s:20:\"en:User creation log\";'),('ak','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('ak','messages:newwindow','s:24:\"en:(opens in new window)\";'),('ak','messages:next','s:7:\"en:next\";'),('ak','messages:next-page','s:12:\"en:next page\";'),('ak','messages:nextdiff','s:17:\"en:Newer edit →\";'),('ak','messages:nextn','s:24:\"en:next {{PLURAL:$1|$1}}\";'),('ak','messages:nextn-title','s:39:\"en:Next $1 {{PLURAL:$1|result|results}}\";'),('ak','messages:nextpage','s:17:\"en:Next page ($1)\";'),('ak','messages:nextrevision','s:21:\"en:Newer revision →\";'),('ak','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('ak','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('ak','messages:nlinks','s:30:\"en:$1 {{PLURAL:$1|link|links}}\";'),('ak','messages:nmembers','s:34:\"en:$1 {{PLURAL:$1|member|members}}\";'),('ak','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('ak','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('ak','messages:noarticletext','s:301:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs],\nor [{{fullurl:{{FULLPAGENAME}}|action=edit}} create this page]</span>.\";'),('ak','messages:noarticletext-nopermission','s:292:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.\";'),('ak','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ak','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('ak','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('ak','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ak','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('ak','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('ak','messages:nocookiesnew','s:198:\"en:The user account was created, but you are not logged in.\n{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them, then log in with your new username and password.\";'),('ak','messages:nocreate-loggedin','s:50:\"en:You do not have permission to create new pages.\";'),('ak','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('ak','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('ak','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('ak','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('ak','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('ak','messages:noemail','s:52:\"en:There is no email address recorded for user \"$1\".\";'),('ak','messages:noemailcreate','s:45:\"en:You need to provide a valid email address.\";'),('ak','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('ak','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('ak','messages:noemailtitle','s:19:\"en:No email address\";'),('ak','messages:nohistory','s:42:\"en:There is no edit history for this page.\";'),('ak','messages:noimages','s:18:\"en:Nothing to see.\";'),('ak','messages:noindex-category','s:18:\"en:Noindexed pages\";'),('ak','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('ak','messages:nolicense','s:16:\"en:None selected\";'),('ak','messages:nolinkshere','s:40:\"en:No pages link to <strong>$2</strong>.\";'),('ak','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('ak','messages:nolinkstoimage','s:41:\"en:There are no pages that use this file.\";'),('ak','messages:noname','s:43:\"en:You have not specified a valid username.\";'),('ak','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('ak','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('ak','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('ak','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('ak','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('ak','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('ak','messages:nopagetitle','s:22:\"en:No such target page\";'),('ak','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('ak','messages:nospecialpagetext','s:157:\"en:<strong>You have requested an invalid special page.</strong>\n\nA list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].\";'),('ak','messages:nosuchaction','s:17:\"en:No such action\";'),('ak','messages:nosuchactiontext','s:179:\"en:The action specified by the URL is invalid.\nYou might have mistyped the URL, or followed an incorrect link.\nThis might also indicate a bug in the software used by {{SITENAME}}.\";'),('ak','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('ak','messages:nosuchsectiontitle','s:22:\"en:Cannot find section\";'),('ak','messages:nosuchspecialpage','s:23:\"en:No such special page\";'),('ak','messages:nosuchuser','s:139:\"en:There is no user by the name \"$1\".\nUsernames are case-sensitive.\nCheck your spelling, or [[Special:CreateAccount|create a new account]].\";'),('ak','messages:nosuchusershort','s:58:\"en:There is no user by the name \"$1\".\nCheck your spelling.\";'),('ak','messages:notanarticle','s:21:\"en:Not a content page\";'),('ak','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('ak','messages:notargettitle','s:12:\"en:No target\";'),('ak','messages:note','s:25:\"en:<strong>Note:</strong>\";'),('ak','messages:notextmatches','s:23:\"en:No page text matches\";'),('ak','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ak','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ak','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('ak','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('ak','messages:notloggedin','s:15:\"ak:Wɔnkɔɔ mu\";'),('ak','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('ak','messages:nouserspecified','s:34:\"en:You have to specify a username.\";'),('ak','messages:nov','s:6:\"en:Nov\";'),('ak','messages:november','s:9:\"ak:Obubuo\";'),('ak','messages:november-gen','s:11:\"en:November\";'),('ak','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('ak','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('ak','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ak','messages:ns-specialprotected','s:34:\"en:Special pages cannot be edited.\";'),('ak','messages:nstab-category','s:11:\"en:Category\";'),('ak','messages:nstab-help','s:12:\"en:Help page\";'),('ak','messages:nstab-image','s:7:\"en:File\";'),('ak','messages:nstab-main','s:10:\"ak:Kratafa\";'),('ak','messages:nstab-mainpage','s:12:\"en:Main Page\";'),('ak','messages:nstab-media','s:13:\"en:Media page\";'),('ak','messages:nstab-mediawiki','s:10:\"en:Message\";'),('ak','messages:nstab-project','s:15:\"en:Project page\";'),('ak','messages:nstab-special','s:15:\"en:Special page\";'),('ak','messages:nstab-talk','s:3:\"en:\";'),('ak','messages:nstab-template','s:11:\"en:Template\";'),('ak','messages:nstab-user','s:26:\"en:{{GENDER:$1|User page}}\";'),('ak','messages:ntimes','s:7:\"en:$1×\";'),('ak','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('ak','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ak','messages:oct','s:6:\"en:Oct\";'),('ak','messages:october','s:10:\"ak:Ahinime\";'),('ak','messages:october-gen','s:10:\"en:October\";'),('ak','messages:ok','s:5:\"en:OK\";'),('ak','messages:oldpassword','s:16:\"en:Old password:\";'),('ak','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('ak','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('ak','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('ak','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('ak','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('ak','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('ak','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('ak','messages:ooui-field-help','s:7:\"en:Help\";'),('ak','messages:ooui-item-remove','s:9:\"en:Remove\";'),('ak','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('ak','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('ak','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('ak','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('ak','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('ak','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('ak','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('ak','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('ak','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('ak','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('ak','messages:ooui-toolbar-more','s:7:\"en:More\";'),('ak','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('ak','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('ak','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ak','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('ak','messages:otherlanguages','s:21:\"en:In other languages\";'),('ak','messages:others','s:9:\"en:others\";'),('ak','messages:overwrite','s:47:\"en:Overwriting an existing file is not allowed.\";'),('ak','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ak','messages:page-atom-feed','s:17:\"en:\"$1\" Atom feed\";'),('ak','messages:page-rss-feed','s:16:\"en:\"$1\" RSS feed\";'),('ak','messages:page_first','s:8:\"en:first\";'),('ak','messages:page_last','s:7:\"en:last\";'),('ak','messages:pagecategories','s:36:\"en:{{PLURAL:$1|Category|Categories}}\";'),('ak','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ak','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('ak','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('ak','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('ak','messages:pagedata-title','s:12:\"en:Page data\";'),('ak','messages:pagehist','s:15:\"en:Page history\";'),('ak','messages:pagehistory','s:15:\"en:Page history\";'),('ak','messages:pagehistory-summary','s:3:\"en:\";'),('ak','messages:pageid','s:13:\"en:page ID $1\";'),('ak','messages:pageinfo','s:12:\"en:Page info\";'),('ak','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('ak','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('ak','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('ak','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('ak','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('ak','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('ak','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('ak','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('ak','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('ak','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('ak','messages:pageinfo-contentpage-yes','s:6:\"en:Yes\";'),('ak','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('ak','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('ak','messages:pageinfo-edits','s:24:\"en:Total number of edits\";'),('ak','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('ak','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('ak','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('ak','messages:pageinfo-firsttime','s:24:\"en:Date of page creation\";'),('ak','messages:pageinfo-firstuser','s:15:\"en:Page creator\";'),('ak','messages:pageinfo-footer','s:4:\"en:-\";'),('ak','messages:pageinfo-header','s:4:\"en:-\";'),('ak','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('ak','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('ak','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('ak','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('ak','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('ak','messages:pageinfo-language','s:24:\"en:Page content language\";'),('ak','messages:pageinfo-language-change','s:9:\"en:change\";'),('ak','messages:pageinfo-lasttime','s:22:\"en:Date of latest edit\";'),('ak','messages:pageinfo-lastuser','s:16:\"en:Latest editor\";'),('ak','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('ak','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('ak','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('ak','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('ak','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('ak','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('ak','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('ak','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('ak','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('ak','messages:pageinfo-redirects-name','s:35:\"en:Number of redirects to this page\";'),('ak','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('ak','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('ak','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('ak','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('ak','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('ak','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('ak','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('ak','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('ak','messages:pageinfo-summary','s:3:\"en:\";'),('ak','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('ak','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('ak','messages:pageinfo-toolboxlink','s:19:\"en:Page information\";'),('ak','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('ak','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('ak','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('ak','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('ak','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('ak','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('ak','messages:pagelang-language','s:11:\"en:Language\";'),('ak','messages:pagelang-name','s:7:\"en:Page\";'),('ak','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('ak','messages:pagelang-reason','s:9:\"en:Reason\";'),('ak','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('ak','messages:pagelang-submit','s:9:\"en:Submit\";'),('ak','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('ak','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('ak','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('ak','messages:pagelanguage','s:23:\"en:Change page language\";'),('ak','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ak','messages:pagemovedsub','s:17:\"en:Move succeeded\";'),('ak','messages:pager-newer-n','s:33:\"en:{{PLURAL:$1|newer 1|newer $1}}\";'),('ak','messages:pager-older-n','s:33:\"en:{{PLURAL:$1|older 1|older $1}}\";'),('ak','messages:pagesize','s:10:\"en:(bytes)\";'),('ak','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('ak','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('ak','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('ak','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('ak','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('ak','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('ak','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('ak','messages:pageswithprop-submit','s:5:\"en:Go\";'),('ak','messages:pageswithprop-summary','s:3:\"en:\";'),('ak','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('ak','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('ak','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ak','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('ak','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('ak','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('ak','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('ak','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('ak','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('ak','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('ak','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('ak','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('ak','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('ak','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('ak','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('ak','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('ak','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('ak','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('ak','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('ak','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('ak','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('ak','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ak','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('ak','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('ak','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('ak','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('ak','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('ak','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('ak','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('ak','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ak','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('ak','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('ak','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('ak','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('ak','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('ak','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('ak','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('ak','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('ak','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('ak','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('ak','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('ak','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('ak','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('ak','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('ak','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('ak','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('ak','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('ak','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('ak','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('ak','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('ak','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('ak','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('ak','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('ak','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('ak','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('ak','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('ak','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('ak','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('ak','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('ak','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('ak','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('ak','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('ak','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ak','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('ak','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('ak','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('ak','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('ak','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ak','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('ak','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('ak','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('ak','messages:parentheses','s:7:\"en:($1)\";'),('ak','messages:parentheses-end','s:4:\"en:)\";'),('ak','messages:parentheses-start','s:4:\"en:(\";'),('ak','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('ak','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('ak','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('ak','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('ak','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('ak','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('ak','messages:password-change-forbidden','s:44:\"en:You cannot change passwords on this wiki.\";'),('ak','messages:password-login-forbidden','s:60:\"en:The use of this username and password has been forbidden.\";'),('ak','messages:password-name-match','s:54:\"en:Your password must be different from your username.\";'),('ak','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('ak','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('ak','messages:passwordpolicies','s:20:\"en:Password policies\";'),('ak','messages:passwordpolicies-group','s:8:\"en:Group\";'),('ak','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('ak','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ak','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ak','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('ak','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('ak','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('ak','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('ak','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('ak','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('ak','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('ak','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('ak','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('ak','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('ak','messages:passwordremindertitle','s:42:\"en:New temporary password for {{SITENAME}}\";'),('ak','messages:passwordreset','s:17:\"en:Reset password\";'),('ak','messages:passwordreset-disabled','s:51:\"en:Password resets have been disabled on this wiki.\";'),('ak','messages:passwordreset-domain','s:10:\"en:Domain:\";'),('ak','messages:passwordreset-email','s:17:\"en:Email address:\";'),('ak','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('ak','messages:passwordreset-emailelement','s:39:\"en:Username:\n$1\n\nTemporary password:\n$2\";'),('ak','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ak','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('ak','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ak','messages:passwordreset-emailtitle','s:34:\"en:Account details on {{SITENAME}}\";'),('ak','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('ak','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('ak','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('ak','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('ak','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('ak','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('ak','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('ak','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('ak','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('ak','messages:passwordreset-username','s:12:\"en:Username:\";'),('ak','messages:passwordsent','s:115:\"en:A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.\";'),('ak','messages:passwordtoolong','s:75:\"en:Passwords cannot be longer than {{PLURAL:$1|1 character|$1 characters}}.\";'),('ak','messages:passwordtooshort','s:70:\"en:Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.\";'),('ak','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ak','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ak','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('ak','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ak','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('ak','messages:pear-mail-error','s:5:\"en:$1\";'),('ak','messages:percent','s:6:\"en:$1%\";'),('ak','messages:perfcached','s:138:\"en:The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('ak','messages:perfcachedts','s:137:\"en:The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.\";'),('ak','messages:period-am','s:5:\"en:AM\";'),('ak','messages:period-pm','s:5:\"en:PM\";'),('ak','messages:permalink','s:17:\"en:Permanent link\";'),('ak','messages:permanentlink','s:17:\"en:Permanent link\";'),('ak','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('ak','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('ak','messages:permanentlink-summary','s:3:\"en:\";'),('ak','messages:permissionserrors','s:19:\"en:Permission error\";'),('ak','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ak','messages:permissionserrorstext-withaction','s:84:\"en:You do not have permission to $2, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ak','messages:personaltools','s:17:\"en:Personal tools\";'),('ak','messages:php-mail-error','s:5:\"en:$1\";'),('ak','messages:php-mail-error-unknown','s:42:\"en:Unknown error in PHP\'s mail() function.\";'),('ak','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('ak','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('ak','messages:policy-url','s:17:\"en:Project:Policy\";'),('ak','messages:pool-errorunknown','s:16:\"en:Unknown error\";'),('ak','messages:pool-queuefull','s:21:\"en:Pool queue is full\";'),('ak','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('ak','messages:pool-timeout','s:31:\"en:Timeout waiting for the lock\";'),('ak','messages:poolcounter-usage-error','s:18:\"en:Usage error: $1\";'),('ak','messages:portal','s:19:\"en:Community portal\";'),('ak','messages:portal-url','s:27:\"en:Project:Community portal\";'),('ak','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('ak','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('ak','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('ak','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('ak','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('ak','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('ak','messages:postedit-confirmation-created','s:29:\"en:The page has been created.\";'),('ak','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('ak','messages:postedit-confirmation-restored','s:30:\"en:The page has been restored.\";'),('ak','messages:postedit-confirmation-saved','s:23:\"en:Your edit was saved.\";'),('ak','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('ak','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('ak','messages:powersearch-legend','s:18:\"en:Advanced search\";'),('ak','messages:powersearch-ns','s:24:\"en:Search in namespaces:\";'),('ak','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('ak','messages:powersearch-toggleall','s:6:\"en:All\";'),('ak','messages:powersearch-togglelabel','s:9:\"en:Check:\";'),('ak','messages:powersearch-togglenone','s:7:\"en:None\";'),('ak','messages:preferences','s:14:\"en:Preferences\";'),('ak','messages:preferences-summary','s:3:\"en:\";'),('ak','messages:prefixindex','s:24:\"en:All pages with prefix\";'),('ak','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('ak','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('ak','messages:prefixindex-submit','s:7:\"en:Show\";'),('ak','messages:prefixindex-summary','s:3:\"en:\";'),('ak','messages:prefs-advancedediting','s:18:\"en:General options\";'),('ak','messages:prefs-advancedrc','s:19:\"en:Advanced options\";'),('ak','messages:prefs-advancedrendering','s:19:\"en:Advanced options\";'),('ak','messages:prefs-advancedsearchoptions','s:19:\"en:Advanced options\";'),('ak','messages:prefs-advancedwatchlist','s:19:\"en:Advanced options\";'),('ak','messages:prefs-changeemail','s:33:\"en:Change or remove email address\";'),('ak','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('ak','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('ak','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('ak','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('ak','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('ak','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('ak','messages:prefs-dateformat','s:14:\"en:Date format\";'),('ak','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('ak','messages:prefs-diffs','s:8:\"en:Diffs\";'),('ak','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('ak','messages:prefs-displayrc','s:18:\"en:Display options\";'),('ak','messages:prefs-displaywatchlist','s:18:\"en:Display options\";'),('ak','messages:prefs-editing','s:10:\"en:Editing\";'),('ak','messages:prefs-editor','s:9:\"en:Editor\";'),('ak','messages:prefs-edits','s:19:\"en:Number of edits:\";'),('ak','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('ak','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('ak','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('ak','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('ak','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('ak','messages:prefs-email','s:16:\"en:Email options\";'),('ak','messages:prefs-emailconfirm-label','s:22:\"en:Email confirmation:\";'),('ak','messages:prefs-files','s:8:\"en:Files\";'),('ak','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('ak','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('ak','messages:prefs-help-email-required','s:29:\"en:Email address is required.\";'),('ak','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('ak','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('ak','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('ak','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('ak','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('ak','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('ak','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('ak','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('ak','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('ak','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('ak','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('ak','messages:prefs-i18n','s:23:\"en:Internationalisation\";'),('ak','messages:prefs-info','s:20:\"en:Basic information\";'),('ak','messages:prefs-labs','s:16:\"en:Labs features\";'),('ak','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('ak','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('ak','messages:prefs-misc','s:7:\"en:Misc\";'),('ak','messages:prefs-namespaces','s:13:\"en:Namespaces\";'),('ak','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('ak','messages:prefs-personal','s:15:\"en:User profile\";'),('ak','messages:prefs-preview','s:10:\"en:Preview\";'),('ak','messages:prefs-rc','s:17:\"en:Recent changes\";'),('ak','messages:prefs-registration','s:21:\"en:Registration time:\";'),('ak','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('ak','messages:prefs-rendering','s:13:\"en:Appearance\";'),('ak','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('ak','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('ak','messages:prefs-resetpass','s:18:\"en:Change password\";'),('ak','messages:prefs-searchmisc','s:10:\"en:General\";'),('ak','messages:prefs-searchoptions','s:9:\"en:Search\";'),('ak','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('ak','messages:prefs-signature','s:12:\"en:Signature\";'),('ak','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('ak','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('ak','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('ak','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('ak','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('ak','messages:prefs-skin','s:7:\"en:Skin\";'),('ak','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('ak','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('ak','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('ak','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('ak','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('ak','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ak','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('ak','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('ak','messages:prefs-user-pages','s:13:\"en:User pages\";'),('ak','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('ak','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('ak','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('ak','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('ak','messages:prefs-watchlist','s:12:\"en:Watchlist\";'),('ak','messages:prefs-watchlist-days','s:29:\"en:Days to show in watchlist:\";'),('ak','messages:prefs-watchlist-days-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('ak','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('ak','messages:prefs-watchlist-edits-max','s:23:\"en:Maximum number: 1000\";'),('ak','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('ak','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('ak','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('ak','messages:prev-page','s:16:\"en:previous page\";'),('ak','messages:preview','s:10:\"en:Preview\";'),('ak','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('ak','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('ak','messages:previewnote','s:99:\"en:<strong>Remember that this is only a preview.</strong>\nYour changes have not yet been published!\";'),('ak','messages:previousdiff','s:17:\"en:← Older edit\";'),('ak','messages:previousrevision','s:21:\"en:← Older revision\";'),('ak','messages:prevn','s:28:\"en:previous {{PLURAL:$1|$1}}\";'),('ak','messages:prevn-title','s:43:\"en:Previous $1 {{PLURAL:$1|result|results}}\";'),('ak','messages:prevpage','s:21:\"en:Previous page ($1)\";'),('ak','messages:print','s:8:\"en:Print\";'),('ak','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('ak','messages:printableversion','s:20:\"en:Printable version\";'),('ak','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('ak','messages:privacy','s:17:\"en:Privacy policy\";'),('ak','messages:privacypage','s:25:\"en:Project:Privacy policy\";'),('ak','messages:prot_1movedto2','s:25:\"en:[[$1]] moved to [[$2]]\";'),('ak','messages:protect','s:10:\"en:Protect\";'),('ak','messages:protect-badnamespace-text','s:47:\"en:Pages in this namespace cannot be protected.\";'),('ak','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('ak','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('ak','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('ak','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('ak','messages:protect-default','s:18:\"en:Allow all users\";'),('ak','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('ak','messages:protect-edit-reasonlist','s:26:\"en:Edit protection reasons\";'),('ak','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('ak','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('ak','messages:protect-expiring','s:19:\"en:expires $1 (UTC)\";'),('ak','messages:protect-expiring-local','s:13:\"en:expires $1\";'),('ak','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('ak','messages:protect-expiry-options','s:142:\"en:1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite\";'),('ak','messages:protect-fallback','s:40:\"en:Allow only users with \"$1\" permission\";'),('ak','messages:protect-legend','s:21:\"en:Confirm protection\";'),('ak','messages:protect-level-autoconfirmed','s:33:\"en:Allow only autoconfirmed users\";'),('ak','messages:protect-level-sysop','s:28:\"en:Allow only administrators\";'),('ak','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ak','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ak','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ak','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('ak','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('ak','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('ak','messages:protect-otherreason-op','s:15:\"en:Other reason\";'),('ak','messages:protect-othertime','s:14:\"en:Other time:\";'),('ak','messages:protect-othertime-op','s:13:\"en:other time\";'),('ak','messages:protect-summary-cascade','s:12:\"en:cascading\";'),('ak','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('ak','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('ak','messages:protect-title','s:38:\"en:Change protection settings for \"$1\"\";'),('ak','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('ak','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('ak','messages:protect_change','s:9:\"en:change\";'),('ak','messages:protect_expiry_invalid','s:30:\"en:Expiration time is invalid.\";'),('ak','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('ak','messages:protectcomment','s:10:\"en:Reason:\";'),('ak','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ak','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('ak','messages:protectedinterface','s:242:\"en:This page provides interface text for the software on this wiki, and is protected to prevent abuse.\nTo add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('ak','messages:protectedpage','s:17:\"en:Protected page\";'),('ak','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('ak','messages:protectedpages','s:18:\"en:Protected pages\";'),('ak','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('ak','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('ak','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('ak','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('ak','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('ak','messages:protectedpages-page','s:7:\"en:Page\";'),('ak','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('ak','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('ak','messages:protectedpages-reason','s:9:\"en:Reason\";'),('ak','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('ak','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ak','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('ak','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('ak','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ak','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('ak','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('ak','messages:protectedpagetext','s:68:\"en:This page has been protected to prevent editing or other actions.\";'),('ak','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('ak','messages:protectedtitles','s:19:\"en:Protected titles\";'),('ak','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('ak','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ak','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('ak','messages:protectexpiry','s:11:\"en:Expires:\";'),('ak','messages:protectlogpage','s:17:\"en:Protection log\";'),('ak','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('ak','messages:protectpage','s:17:\"en:Protect a page\";'),('ak','messages:protectpage-summary','s:3:\"en:\";'),('ak','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('ak','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('ak','messages:pt-createaccount','s:17:\"en:Create account\";'),('ak','messages:pt-login','s:9:\"en:Log in\";'),('ak','messages:pt-login-button','s:9:\"en:Log in\";'),('ak','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('ak','messages:pt-userlogout','s:10:\"en:Log out\";'),('ak','messages:publishchanges','s:18:\"en:Publish changes\";'),('ak','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('ak','messages:publishpage','s:15:\"en:Publish page\";'),('ak','messages:publishpage-start','s:18:\"en:Publish page…\";'),('ak','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ak','messages:purge','s:8:\"en:Purge\";'),('ak','messages:purge-summary','s:3:\"en:\";'),('ak','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('ak','messages:querypage-no-updates','s:91:\"en:Updates for this page are currently disabled.\nData here will not presently be refreshed.\";'),('ak','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('ak','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('ak','messages:randomincategory','s:26:\"en:Random page in category\";'),('ak','messages:randomincategory-category','s:12:\"en:Category:\";'),('ak','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('ak','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('ak','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('ak','messages:randomincategory-submit','s:5:\"en:Go\";'),('ak','messages:randompage','s:14:\"en:Random page\";'),('ak','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('ak','messages:randompage-url','s:17:\"en:Special:Random\";'),('ak','messages:randomredirect','s:18:\"en:Random redirect\";'),('ak','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('ak','messages:randomrootpage','s:19:\"en:Random root page\";'),('ak','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('ak','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('ak','messages:rawmessage','s:5:\"en:$1\";'),('ak','messages:rc-change-size','s:5:\"en:$1\";'),('ak','messages:rc-change-size-new','s:43:\"en:$1 {{PLURAL:$1|byte|bytes}} after change\";'),('ak','messages:rc-old-title','s:29:\"en:originally created as \"$1\"\";'),('ak','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('ak','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('ak','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('ak','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('ak','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('ak','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('ak','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('ak','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('ak','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('ak','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('ak','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ak','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ak','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('ak','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('ak','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('ak','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('ak','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('ak','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('ak','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('ak','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('ak','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('ak','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('ak','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('ak','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('ak','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('ak','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('ak','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('ak','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('ak','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('ak','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('ak','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('ak','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('ak','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('ak','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('ak','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('ak','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('ak','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('ak','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('ak','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('ak','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('ak','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('ak','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('ak','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('ak','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('ak','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('ak','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('ak','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('ak','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('ak','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('ak','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('ak','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('ak','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('ak','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('ak','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('ak','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('ak','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('ak','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('ak','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('ak','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('ak','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('ak','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('ak','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('ak','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('ak','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('ak','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('ak','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('ak','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('ak','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('ak','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('ak','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('ak','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('ak','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('ak','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('ak','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('ak','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('ak','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('ak','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('ak','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('ak','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('ak','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('ak','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('ak','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('ak','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('ak','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('ak','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('ak','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('ak','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('ak','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('ak','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('ak','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('ak','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('ak','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('ak','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('ak','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('ak','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('ak','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('ak','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('ak','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('ak','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('ak','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('ak','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('ak','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('ak','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ak','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('ak','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('ak','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('ak','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('ak','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('ak','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('ak','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('ak','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('ak','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('ak','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('ak','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('ak','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('ak','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('ak','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('ak','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('ak','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('ak','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('ak','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('ak','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('ak','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('ak','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('ak','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ak','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('ak','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ak','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('ak','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('ak','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('ak','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('ak','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('ak','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('ak','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('ak','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('ak','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('ak','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('ak','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('ak','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ak','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('ak','messages:rclinks','s:39:\"en:Show last $1 changes in last $2 days\";'),('ak','messages:rclistfrom','s:40:\"en:Show new changes starting from $2, $3\";'),('ak','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('ak','messages:rcnotefrom','s:117:\"en:Below {{PLURAL:$5|is the change|are the changes}} since <strong>$3, $4</strong> (up to <strong>$1</strong> shown).\";'),('ak','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('ak','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('ak','messages:rcshowhideanons','s:21:\"en:$1 anonymous users\";'),('ak','messages:rcshowhideanons-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhideanons-show','s:7:\"en:Show\";'),('ak','messages:rcshowhidebots','s:10:\"en:$1 bots\";'),('ak','messages:rcshowhidebots-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhidebots-show','s:7:\"en:Show\";'),('ak','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('ak','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('ak','messages:rcshowhideliu','s:22:\"en:$1 registered users\";'),('ak','messages:rcshowhideliu-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhideliu-show','s:7:\"en:Show\";'),('ak','messages:rcshowhidemine','s:14:\"en:$1 my edits\";'),('ak','messages:rcshowhidemine-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhidemine-show','s:7:\"en:Show\";'),('ak','messages:rcshowhideminor','s:17:\"en:$1 minor edits\";'),('ak','messages:rcshowhideminor-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhideminor-show','s:7:\"en:Show\";'),('ak','messages:rcshowhidepatr','s:21:\"en:$1 patrolled edits\";'),('ak','messages:rcshowhidepatr-hide','s:7:\"en:Hide\";'),('ak','messages:rcshowhidepatr-show','s:7:\"en:Show\";'),('ak','messages:readonly','s:18:\"en:Database locked\";'),('ak','messages:readonly_lag','s:104:\"en:The database has been automatically locked while the replica database servers catch up to the primary\";'),('ak','messages:readonlytext','s:226:\"en:The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ak','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ak','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ak','messages:recentchanges','s:17:\"en:Recent changes\";'),('ak','messages:recentchanges-feed-description','s:58:\"en:Track the most recent changes to the wiki in this feed.\";'),('ak','messages:recentchanges-label-bot','s:35:\"en:This edit was performed by a bot\";'),('ak','messages:recentchanges-label-minor','s:23:\"en:This is a minor edit\";'),('ak','messages:recentchanges-label-newpage','s:31:\"en:This edit created a new page\";'),('ak','messages:recentchanges-label-plusminus','s:48:\"en:The page size changed by this number of bytes\";'),('ak','messages:recentchanges-label-unpatrolled','s:39:\"en:This edit has not yet been patrolled\";'),('ak','messages:recentchanges-legend','s:25:\"en:Recent changes options\";'),('ak','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ak','messages:recentchanges-legend-heading','s:27:\"en:<strong>Legend:</strong>\";'),('ak','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ak','messages:recentchanges-legend-newpage','s:88:\"en:{{int:recentchanges-label-newpage}} (also see [[Special:NewPages|list of new pages]])\";'),('ak','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('ak','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ak','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('ak','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('ak','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('ak','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('ak','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('ak','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ak','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('ak','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ak','messages:recentchanges-submit','s:7:\"en:Show\";'),('ak','messages:recentchanges-summary','s:58:\"en:Track the most recent changes to the wiki on this page.\";'),('ak','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('ak','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ak','messages:recentchangescount','s:86:\"en:Number of edits to show in recent changes, page histories, and in logs, by default:\";'),('ak','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('ak','messages:recentchangesdays-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('ak','messages:recentchangeslinked','s:18:\"en:Related changes\";'),('ak','messages:recentchangeslinked-feed','s:18:\"en:Related changes\";'),('ak','messages:recentchangeslinked-page','s:13:\"en:Page name:\";'),('ak','messages:recentchangeslinked-summary','s:232:\"en:Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter {{ns:category}}:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in <strong>bold</strong>.\";'),('ak','messages:recentchangeslinked-title','s:26:\"en:Changes related to \"$1\"\";'),('ak','messages:recentchangeslinked-to','s:57:\"en:Show changes to pages linked to the given page instead\";'),('ak','messages:recentchangeslinked-toolbox','s:18:\"en:Related changes\";'),('ak','messages:recentchangestext','s:4:\"en:-\";'),('ak','messages:recreate','s:11:\"en:Recreate\";'),('ak','messages:recreate-moveddeleted-warn','s:236:\"en:<strong>Warning: You are recreating a page that was previously deleted.</strong>\n\nYou should consider whether it is appropriate to continue editing this page.\nThe deletion and move log for this page are provided here for convenience:\";'),('ak','messages:red-link-title','s:26:\"ak:$1 (kratafa no nni hɔ)\";'),('ak','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('ak','messages:redirect-file','s:11:\"en:Filename\";'),('ak','messages:redirect-logid','s:9:\"en:Log ID\";'),('ak','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('ak','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('ak','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('ak','messages:redirect-page','s:10:\"en:Page ID\";'),('ak','messages:redirect-revision','s:16:\"en:Page revision\";'),('ak','messages:redirect-submit','s:5:\"en:Go\";'),('ak','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('ak','messages:redirect-text','s:3:\"en:\";'),('ak','messages:redirect-user','s:10:\"en:User ID\";'),('ak','messages:redirect-value','s:9:\"en:Value:\";'),('ak','messages:redirectedfrom','s:23:\"en:(Redirected from $1)\";'),('ak','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('ak','messages:redirectpagesub','s:16:\"en:Redirect page\";'),('ak','messages:redirectto','s:15:\"en:Redirect to:\";'),('ak','messages:removecredentials','s:21:\"en:Remove credentials\";'),('ak','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ak','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('ak','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('ak','messages:removedwatchtext','s:97:\"en:\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ak','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('ak','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ak','messages:removewatch','s:24:\"en:Remove from watchlist\";'),('ak','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('ak','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('ak','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ak','messages:resetpass-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('ak','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('ak','messages:resetpass-submit-cancel','s:9:\"en:Cancel\";'),('ak','messages:resetpass-submit-loggedin','s:18:\"en:Change password\";'),('ak','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('ak','messages:resetpass-temp-password','s:22:\"en:Temporary password:\";'),('ak','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('ak','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ak','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('ak','messages:resetpass_announce','s:53:\"en:To finish logging in, you must set a new password.\";'),('ak','messages:resetpass_forbidden','s:30:\"en:Passwords cannot be changed\";'),('ak','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('ak','messages:resetpass_header','s:26:\"en:Change account password\";'),('ak','messages:resetpass_submit','s:26:\"en:Set password and log in\";'),('ak','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('ak','messages:resettokens','s:15:\"en:Reset tokens\";'),('ak','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('ak','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('ak','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('ak','messages:resettokens-summary','s:3:\"en:\";'),('ak','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('ak','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('ak','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('ak','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('ak','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('ak','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('ak','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('ak','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('ak','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('ak','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('ak','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('ak','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('ak','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('ak','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('ak','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('ak','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('ak','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('ak','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('ak','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('ak','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('ak','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('ak','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('ak','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('ak','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('ak','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('ak','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('ak','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('ak','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('ak','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('ak','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('ak','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('ak','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('ak','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('ak','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('ak','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('ak','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('ak','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('ak','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('ak','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('ak','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('ak','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('ak','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('ak','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('ak','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('ak','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('ak','messages:restorelink','s:50:\"en:{{PLURAL:$1|one deleted edit|$1 deleted edits}}\";'),('ak','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('ak','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('ak','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('ak','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('ak','messages:restriction-blank','s:3:\"en:\";'),('ak','messages:restriction-create','s:9:\"en:Create\";'),('ak','messages:restriction-edit','s:7:\"en:Edit\";'),('ak','messages:restriction-level','s:21:\"en:Restriction level:\";'),('ak','messages:restriction-level-all','s:12:\"en:any level\";'),('ak','messages:restriction-level-autoconfirmed','s:17:\"en:semi protected\";'),('ak','messages:restriction-level-sysop','s:18:\"en:fully protected\";'),('ak','messages:restriction-move','s:7:\"en:Move\";'),('ak','messages:restriction-type','s:14:\"en:Permission:\";'),('ak','messages:restriction-upload','s:9:\"en:Upload\";'),('ak','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('ak','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('ak','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('ak','messages:retrievedfrom','s:22:\"en:Retrieved from \"$1\"\";'),('ak','messages:returnto','s:16:\"en:Return to $1.\";'),('ak','messages:retypenew','s:23:\"en:Retype new password:\";'),('ak','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('ak','messages:rev-deleted-comment','s:25:\"en:(edit summary removed)\";'),('ak','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ak','messages:rev-deleted-event','s:24:\"en:(log details removed)\";'),('ak','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ak','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ak','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ak','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ak','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ak','messages:rev-deleted-user','s:21:\"en:(username removed)\";'),('ak','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('ak','messages:rev-delundel','s:20:\"en:change visibility\";'),('ak','messages:rev-showdeleted','s:7:\"en:show\";'),('ak','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('ak','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('ak','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('ak','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ak','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ak','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ak','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ak','messages:revdel-restore','s:20:\"en:change visibility\";'),('ak','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('ak','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ak','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('ak','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('ak','messages:revdelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ak','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ak','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('ak','messages:revdelete-hide-comment','s:15:\"en:Edit summary\";'),('ak','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('ak','messages:revdelete-hide-image','s:20:\"en:Hide file content\";'),('ak','messages:revdelete-hide-name','s:29:\"en:Hide target and parameters\";'),('ak','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('ak','messages:revdelete-hide-text','s:16:\"en:Revision text\";'),('ak','messages:revdelete-hide-user','s:31:\"en:Editor\'s username/IP address\";'),('ak','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('ak','messages:revdelete-log','s:10:\"en:Reason:\";'),('ak','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('ak','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ak','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('ak','messages:revdelete-no-file','s:37:\"en:The file specified does not exist.\";'),('ak','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('ak','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('ak','messages:revdelete-offender','s:19:\"en:Revision author:\";'),('ak','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('ak','messages:revdelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ak','messages:revdelete-radio-same','s:18:\"en:(do not change)\";'),('ak','messages:revdelete-radio-set','s:9:\"en:Hidden\";'),('ak','messages:revdelete-radio-unset','s:10:\"en:Visible\";'),('ak','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('ak','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('ak','messages:revdelete-reasonotherlist','s:15:\"en:Other reason\";'),('ak','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('ak','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('ak','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ak','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ak','messages:revdelete-show-file-submit','s:6:\"en:Yes\";'),('ak','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ak','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('ak','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('ak','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('ak','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('ak','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('ak','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('ak','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('ak','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('ak','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('ak','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('ak','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('ak','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('ak','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('ak','messages:reverted','s:31:\"en:Reverted to earlier revision\";'),('ak','messages:revertmerge','s:10:\"en:Unmerge\";'),('ak','messages:revertmove','s:9:\"en:revert\";'),('ak','messages:revertpage','s:111:\"en:Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]\";'),('ak','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('ak','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('ak','messages:revid','s:14:\"en:revision $1\";'),('ak','messages:revision-info','s:42:\"en:Revision as of $1 by {{GENDER:$6|$2}}$7\";'),('ak','messages:revision-info-current','s:4:\"en:-\";'),('ak','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ak','messages:revisionasof','s:20:\"en:Revision as of $1\";'),('ak','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('ak','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ak','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('ak','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('ak','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('ak','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('ak','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('ak','messages:right-bigdelete','s:36:\"en:Delete pages with large histories\";'),('ak','messages:right-block','s:33:\"en:Block other users from editing\";'),('ak','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('ak','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('ak','messages:right-browsearchive','s:23:\"en:Search deleted pages\";'),('ak','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('ak','messages:right-createaccount','s:27:\"en:Create new user accounts\";'),('ak','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('ak','messages:right-createtalk','s:26:\"en:Create discussion pages\";'),('ak','messages:right-delete','s:15:\"en:Delete pages\";'),('ak','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('ak','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('ak','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('ak','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('ak','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('ak','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('ak','messages:right-edit','s:13:\"en:Edit pages\";'),('ak','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('ak','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('ak','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('ak','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('ak','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('ak','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('ak','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";'),('ak','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('ak','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('ak','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ak','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ak','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('ak','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('ak','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('ak','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('ak','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('ak','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('ak','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('ak','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('ak','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('ak','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('ak','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('ak','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('ak','messages:right-mergehistory','s:29:\"en:Merge the history of pages\";'),('ak','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('ak','messages:right-minoredit','s:22:\"en:Mark edits as minor\";'),('ak','messages:right-move','s:13:\"en:Move pages\";'),('ak','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('ak','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('ak','messages:right-move-subpages','s:33:\"en:Move pages with their subpages\";'),('ak','messages:right-movefile','s:13:\"en:Move files\";'),('ak','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ak','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('ak','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('ak','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('ak','messages:right-pagelang','s:23:\"en:Change page language\";'),('ak','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('ak','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('ak','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('ak','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('ak','messages:right-read','s:13:\"en:Read pages\";'),('ak','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('ak','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('ak','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('ak','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('ak','messages:right-sendemail','s:28:\"en:Send email to other users\";'),('ak','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('ak','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('ak','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('ak','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('ak','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('ak','messages:right-undelete','s:18:\"en:Undelete a page\";'),('ak','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('ak','messages:right-upload','s:15:\"en:Upload files\";'),('ak','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('ak','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('ak','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('ak','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('ak','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('ak','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('ak','messages:right-writeapi','s:23:\"en:Use of the write API\";'),('ak','messages:rightslog','s:18:\"en:User rights log\";'),('ak','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ak','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ak','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('ak','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('ak','messages:rightsnone','s:9:\"en:(none)\";'),('ak','messages:rollback','s:18:\"en:Roll back edits\";'),('ak','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('ak','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('ak','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('ak','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ak','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('ak','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('ak','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('ak','messages:rollbacklink','s:11:\"en:rollback\";'),('ak','messages:rollbacklinkcount','s:39:\"en:rollback $1 {{PLURAL:$1|edit|edits}}\";'),('ak','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('ak','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('ak','messages:sat','s:6:\"en:Sat\";'),('ak','messages:saturday','s:11:\"ak:Memeneda\";'),('ak','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('ak','messages:savearticle','s:12:\"en:Save page\";'),('ak','messages:savearticle-start','s:15:\"en:Save page…\";'),('ak','messages:savechanges','s:15:\"en:Save changes\";'),('ak','messages:savechanges-start','s:18:\"en:Save changes…\";'),('ak','messages:savedprefs','s:36:\"en:Your preferences have been saved.\";'),('ak','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('ak','messages:savefile','s:12:\"en:Save file\";'),('ak','messages:saveprefs','s:7:\"en:Save\";'),('ak','messages:saveusergroups','s:33:\"en:Save {{GENDER:$1|user}} groups\";'),('ak','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('ak','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('ak','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('ak','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('ak','messages:search','s:10:\"ak:Hwehwɛ\";'),('ak','messages:search-category','s:16:\"en:(category $1)\";'),('ak','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('ak','messages:search-external','s:18:\"en:External search\";'),('ak','messages:search-file-match','s:25:\"en:(matches file content)\";'),('ak','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('ak','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('ak','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('ak','messages:search-interwiki-custom','s:3:\"en:\";'),('ak','messages:search-interwiki-more','s:9:\"en:(more)\";'),('ak','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('ak','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('ak','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('ak','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('ak','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('ak','messages:search-nonefound','s:44:\"en:There were no results matching the query.\";'),('ak','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('ak','messages:search-redirect','s:21:\"en:(redirect from $1)\";'),('ak','messages:search-relatedarticle','s:10:\"en:Related\";'),('ak','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('ak','messages:search-result-size','s:37:\"en:$1 ({{PLURAL:$2|1 word|$2 words}})\";'),('ak','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('ak','messages:search-section','s:15:\"en:(section $1)\";'),('ak','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('ak','messages:search-suggest','s:19:\"en:Did you mean: $1\";'),('ak','messages:search-summary','s:3:\"en:\";'),('ak','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('ak','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('ak','messages:searchall','s:6:\"en:all\";'),('ak','messages:searcharticle','s:6:\"ak:Kɔ\";'),('ak','messages:searchbutton','s:10:\"ak:Hwehwɛ\";'),('ak','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('ak','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('ak','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('ak','messages:searchmenu-exists','s:109:\"en:There is a page named \"[[:$1]]\" on {{SITENAME}}. {{PLURAL:$2|0=|See also the other search results found.}}\";'),('ak','messages:searchmenu-new','s:136:\"en:Create the page \"[[:$1]]\" on this wiki! {{PLURAL:$2|0=|See also the page found with your search.|See also the search results found.}}\";'),('ak','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ak','messages:searchprofile-advanced','s:11:\"en:Advanced\";'),('ak','messages:searchprofile-advanced-tooltip','s:30:\"en:Search in custom namespaces\";'),('ak','messages:searchprofile-articles','s:16:\"en:Content pages\";'),('ak','messages:searchprofile-articles-tooltip','s:15:\"en:Search in $1\";'),('ak','messages:searchprofile-everything','s:13:\"en:Everything\";'),('ak','messages:searchprofile-everything-tooltip','s:47:\"en:Search all of content (including talk pages)\";'),('ak','messages:searchprofile-images','s:13:\"en:Multimedia\";'),('ak','messages:searchprofile-images-tooltip','s:19:\"en:Search for files\";'),('ak','messages:searchrelated','s:10:\"en:related\";'),('ak','messages:searchresults','s:17:\"en:Search results\";'),('ak','messages:searchresults-title','s:26:\"en:Search results for \"$1\"\";'),('ak','messages:searchresultshead','s:10:\"ak:Hwehwɛ\";'),('ak','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('ak','messages:searchsuggest-search','s:22:\"en:Search {{SITENAME}}\";'),('ak','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('ak','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('ak','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('ak','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('ak','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('ak','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('ak','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('ak','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('ak','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('ak','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('ak','messages:sep','s:6:\"en:Sep\";'),('ak','messages:september','s:8:\"ak:Ɛbɔ\";'),('ak','messages:september-gen','s:12:\"en:September\";'),('ak','messages:servertime','s:15:\"en:Server time:\";'),('ak','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ak','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ak','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('ak','messages:sessionfailure-title','s:18:\"en:Session failure\";'),('ak','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('ak','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('ak','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('ak','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('ak','messages:shared-repo','s:22:\"en:a shared repository\";'),('ak','messages:shared-repo-from','s:10:\"en:from $1\";'),('ak','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('ak','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ak','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('ak','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ak','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ak','messages:sharedupload-desc-here','s:130:\"en:This file is from $1 and may be used by other projects.\nThe description on its [$2 file description page] there is shown below.\";'),('ak','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('ak','messages:shortpages','s:14:\"en:Short pages\";'),('ak','messages:shortpages-summary','s:3:\"en:\";'),('ak','messages:show','s:7:\"en:Show\";'),('ak','messages:show-big-image','s:16:\"en:Original file\";'),('ak','messages:show-big-image-other','s:50:\"en:Other {{PLURAL:$2|resolution|resolutions}}: $1.\";'),('ak','messages:show-big-image-preview','s:28:\"en:Size of this preview: $1.\";'),('ak','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('ak','messages:show-big-image-size','s:18:\"en:$1 × $2 pixels\";'),('ak','messages:showdiff','s:15:\"en:Show changes\";'),('ak','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('ak','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('ak','messages:showingresults','s:126:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} starting with #<strong>$2</strong>.\";'),('ak','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('ak','messages:shown-title','s:48:\"en:Show $1 {{PLURAL:$1|result|results}} per page\";'),('ak','messages:showpreview','s:15:\"en:Show preview\";'),('ak','messages:showtoc','s:7:\"en:show\";'),('ak','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ak','messages:sig-text','s:7:\"en:--$1\";'),('ak','messages:signature','s:55:\"en:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('ak','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ak','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('ak','messages:signupend','s:3:\"en:\";'),('ak','messages:signupend-https','s:3:\"en:\";'),('ak','messages:signupstart','s:3:\"en:\";'),('ak','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('ak','messages:site-atom-feed','s:15:\"en:$1 Atom feed\";'),('ak','messages:site-rss-feed','s:14:\"en:$1 RSS feed\";'),('ak','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('ak','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('ak','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('ak','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('ak','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('ak','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('ak','messages:sitenotice','s:4:\"en:-\";'),('ak','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('ak','messages:sitesubtitle','s:3:\"en:\";'),('ak','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ak','messages:siteuser','s:23:\"en:{{SITENAME}} user $1\";'),('ak','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('ak','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('ak','messages:size-exabytes','s:8:\"en:$1 EB\";'),('ak','messages:size-exapixel','s:8:\"en:$1 EP\";'),('ak','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('ak','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('ak','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('ak','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('ak','messages:size-megabytes','s:8:\"en:$1 MB\";'),('ak','messages:size-megapixel','s:8:\"en:$1 MP\";'),('ak','messages:size-petabytes','s:8:\"en:$1 PB\";'),('ak','messages:size-petapixel','s:8:\"en:$1 PP\";'),('ak','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('ak','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ak','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ak','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ak','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ak','messages:size-terabytes','s:8:\"en:$1 TB\";'),('ak','messages:size-terapixel','s:8:\"en:$1 TP\";'),('ak','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('ak','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('ak','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('ak','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ak','messages:skin-action-addsection','s:12:\"en:Add topic\";'),('ak','messages:skin-action-delete','s:9:\"en:Delete\";'),('ak','messages:skin-action-move','s:7:\"en:Move\";'),('ak','messages:skin-action-protect','s:10:\"en:Protect\";'),('ak','messages:skin-action-undelete','s:11:\"en:Undelete\";'),('ak','messages:skin-action-unprotect','s:20:\"en:Change protection\";'),('ak','messages:skin-action-viewdeleted','s:11:\"en:View $1?\";'),('ak','messages:skin-action-viewsource','s:14:\"en:View source\";'),('ak','messages:skin-preview','s:10:\"en:Preview\";'),('ak','messages:skin-view-create','s:9:\"en:Create\";'),('ak','messages:skin-view-create-local','s:24:\"en:Add local description\";'),('ak','messages:skin-view-edit','s:7:\"en:Edit\";'),('ak','messages:skin-view-edit-local','s:25:\"en:Edit local description\";'),('ak','messages:skin-view-foreign','s:13:\"en:View on $1\";'),('ak','messages:skin-view-history','s:15:\"en:View history\";'),('ak','messages:skin-view-view','s:7:\"en:Read\";'),('ak','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ak','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('ak','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('ak','messages:slot-name-main','s:7:\"en:Main\";'),('ak','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('ak','messages:sorbs','s:8:\"en:DNSBL\";'),('ak','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('ak','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('ak','messages:sort-ascending','s:17:\"en:Sort ascending\";'),('ak','messages:sort-descending','s:18:\"en:Sort descending\";'),('ak','messages:sort-initial','s:15:\"en:Sort initial\";'),('ak','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('ak','messages:sourcefilename','s:19:\"en:Source filename:\";'),('ak','messages:sourceurl','s:14:\"en:Source URL:\";'),('ak','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ak','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ak','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ak','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ak','messages:sp-contributions-blocklog','s:12:\"en:block log\";'),('ak','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('ak','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('ak','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('ak','messages:sp-contributions-explain','s:3:\"en:\";'),('ak','messages:sp-contributions-footer','s:4:\"en:-\";'),('ak','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ak','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ak','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('ak','messages:sp-contributions-logs','s:7:\"en:logs\";'),('ak','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('ak','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('ak','messages:sp-contributions-search','s:27:\"en:Search for contributions\";'),('ak','messages:sp-contributions-submit','s:9:\"en:Search\";'),('ak','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('ak','messages:sp-contributions-talk','s:7:\"ak:kasa\";'),('ak','messages:sp-contributions-toponly','s:44:\"en:Only show edits that are latest revisions\";'),('ak','messages:sp-contributions-uploads','s:10:\"en:uploads\";'),('ak','messages:sp-contributions-username','s:26:\"en:IP address or username:\";'),('ak','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('ak','messages:sp-deletedcontributions-contribs','s:16:\"en:contributions\";'),('ak','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('ak','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('ak','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('ak','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('ak','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('ak','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('ak','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('ak','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('ak','messages:special-characters-group-arabic','s:9:\"en:Arabic\";'),('ak','messages:special-characters-group-arabicextended','s:18:\"en:Arabic extended\";'),('ak','messages:special-characters-group-bangla','s:9:\"en:Bangla\";'),('ak','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('ak','messages:special-characters-group-cyrillic','s:11:\"en:Cyrillic\";'),('ak','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('ak','messages:special-characters-group-greek','s:8:\"en:Greek\";'),('ak','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('ak','messages:special-characters-group-gujarati','s:11:\"en:Gujarati\";'),('ak','messages:special-characters-group-hebrew','s:9:\"en:Hebrew\";'),('ak','messages:special-characters-group-ipa','s:6:\"en:IPA\";'),('ak','messages:special-characters-group-khmer','s:8:\"en:Khmer\";'),('ak','messages:special-characters-group-lao','s:6:\"en:Lao\";'),('ak','messages:special-characters-group-latin','s:8:\"en:Latin\";'),('ak','messages:special-characters-group-latinextended','s:17:\"en:Latin extended\";'),('ak','messages:special-characters-group-persian','s:10:\"en:Persian\";'),('ak','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('ak','messages:special-characters-group-sinhala','s:10:\"en:Sinhala\";'),('ak','messages:special-characters-group-symbols','s:10:\"en:Symbols\";'),('ak','messages:special-characters-group-tamil','s:8:\"en:Tamil\";'),('ak','messages:special-characters-group-telugu','s:9:\"en:Telugu\";'),('ak','messages:special-characters-group-thai','s:7:\"en:Thai\";'),('ak','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('ak','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('ak','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('ak','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('ak','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('ak','messages:specialeditpage-page','s:14:\"en:Target page\";'),('ak','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('ak','messages:speciallogtitlelabel','s:51:\"en:Target (title or {{ns:user}}:username for user):\";'),('ak','messages:specialloguserlabel','s:13:\"en:Performer:\";'),('ak','messages:specialmute','s:7:\"en:Mute\";'),('ak','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('ak','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('ak','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('ak','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ak','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('ak','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('ak','messages:specialmute-submit','s:10:\"en:Confirm\";'),('ak','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('ak','messages:specialpage','s:15:\"en:Special page\";'),('ak','messages:specialpage-empty','s:40:\"en:There are no results for this report.\";'),('ak','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('ak','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('ak','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('ak','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('ak','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('ak','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('ak','messages:specialpages','s:16:\"en:Special pages\";'),('ak','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('ak','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('ak','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('ak','messages:specialpages-group-login','s:25:\"en:Login / create account\";'),('ak','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('ak','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('ak','messages:specialpages-group-other','s:22:\"en:Other special pages\";'),('ak','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('ak','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('ak','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('ak','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('ak','messages:specialpages-group-users','s:19:\"en:Users and rights\";'),('ak','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('ak','messages:specialpages-note-cached','s:4:\"en:-\";'),('ak','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('ak','messages:specialpages-note-top','s:9:\"en:Legend\";'),('ak','messages:specialpages-summary','s:3:\"en:\";'),('ak','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('ak','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('ak','messages:specialpurge-page','s:14:\"en:Target page\";'),('ak','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('ak','messages:statistics','s:13:\"en:Statistics\";'),('ak','messages:statistics-articles','s:16:\"en:Content pages\";'),('ak','messages:statistics-articles-desc','s:3:\"en:\";'),('ak','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('ak','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('ak','messages:statistics-files','s:17:\"en:Uploaded files\";'),('ak','messages:statistics-files-desc','s:3:\"en:\";'),('ak','messages:statistics-footer','s:3:\"en:\";'),('ak','messages:statistics-header-edits','s:18:\"en:Edit statistics\";'),('ak','messages:statistics-header-hooks','s:19:\"en:Other statistics\";'),('ak','messages:statistics-header-pages','s:18:\"en:Page statistics\";'),('ak','messages:statistics-header-users','s:18:\"en:User statistics\";'),('ak','messages:statistics-pages','s:8:\"en:Pages\";'),('ak','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('ak','messages:statistics-summary','s:3:\"en:\";'),('ak','messages:statistics-users','s:19:\"en:Registered users\";'),('ak','messages:statistics-users-active','s:15:\"en:Active users\";'),('ak','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('ak','messages:storedversion','s:18:\"en:Stored revision\";'),('ak','messages:subcategories','s:16:\"en:Subcategories\";'),('ak','messages:subject','s:11:\"en:Subject:\";'),('ak','messages:summary','s:11:\"en:Summary:\";'),('ak','messages:summary-preview','s:27:\"en:Preview of edit summary:\";'),('ak','messages:sun','s:6:\"en:Sun\";'),('ak','messages:sunday','s:11:\"ak:Kwasiada\";'),('ak','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('ak','messages:suppress','s:11:\"en:Suppress\";'),('ak','messages:suppressionlog','s:18:\"en:Suppression log\";'),('ak','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ak','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('ak','messages:svg-long-desc','s:53:\"en:SVG file, nominally $1 × $2 pixels, file size: $3\";'),('ak','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('ak','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('ak','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('ak','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('ak','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('ak','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('ak','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('ak','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('ak','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('ak','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('ak','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('ak','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('ak','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('ak','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('ak','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('ak','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('ak','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('ak','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('ak','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ak','messages:table_pager_empty','s:13:\"en:No results\";'),('ak','messages:table_pager_first','s:13:\"en:First page\";'),('ak','messages:table_pager_last','s:12:\"en:Last page\";'),('ak','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('ak','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('ak','messages:table_pager_limit_submit','s:5:\"en:Go\";'),('ak','messages:table_pager_next','s:12:\"en:Next page\";'),('ak','messages:table_pager_prev','s:16:\"en:Previous page\";'),('ak','messages:tag-filter','s:31:\"en:[[Special:Tags|Tag]] filter:\";'),('ak','messages:tag-filter-submit','s:9:\"en:Filter\";'),('ak','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('ak','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('ak','messages:tag-mobile_edit','s:14:\"en:Mobile edit\";'),('ak','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('ak','messages:tag-mobile_web_edit','s:18:\"en:Mobile web edit\";'),('ak','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('ak','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('ak','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('ak','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('ak','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('ak','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('ak','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('ak','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('ak','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('ak','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('ak','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('ak','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('ak','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('ak','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('ak','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('ak','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('ak','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('ak','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('ak','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('ak','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('ak','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('ak','messages:tag-mw-undo','s:7:\"en:Undo\";'),('ak','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('ak','messages:tagline','s:20:\"en:From {{SITENAME}}\";'),('ak','messages:tags','s:20:\"en:Valid change tags\";'),('ak','messages:tags-actions-header','s:10:\"en:Actions\";'),('ak','messages:tags-activate','s:11:\"en:activate\";'),('ak','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('ak','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ak','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('ak','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('ak','messages:tags-activate-submit','s:11:\"en:Activate\";'),('ak','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('ak','messages:tags-active-header','s:10:\"en:Active?\";'),('ak','messages:tags-active-no','s:5:\"en:No\";'),('ak','messages:tags-active-yes','s:6:\"en:Yes\";'),('ak','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('ak','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('ak','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('ak','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('ak','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('ak','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('ak','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('ak','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('ak','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('ak','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('ak','messages:tags-create-reason','s:10:\"en:Reason:\";'),('ak','messages:tags-create-submit','s:9:\"en:Create\";'),('ak','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('ak','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('ak','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('ak','messages:tags-deactivate','s:13:\"en:deactivate\";'),('ak','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('ak','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('ak','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('ak','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('ak','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('ak','messages:tags-delete','s:9:\"en:delete\";'),('ak','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('ak','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('ak','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('ak','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('ak','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('ak','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('ak','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ak','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('ak','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('ak','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('ak','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('ak','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('ak','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('ak','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('ak','messages:tags-edit','s:7:\"en:edit\";'),('ak','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('ak','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('ak','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('ak','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('ak','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('ak','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('ak','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ak','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('ak','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ak','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('ak','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('ak','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('ak','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('ak','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('ak','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('ak','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('ak','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('ak','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('ak','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ak','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('ak','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ak','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('ak','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('ak','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('ak','messages:tags-hidden','s:11:\"en:(hidden)\";'),('ak','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('ak','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('ak','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('ak','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('ak','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('ak','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('ak','messages:tags-source-header','s:9:\"en:Source\";'),('ak','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('ak','messages:tags-source-none','s:19:\"en:No longer in use\";'),('ak','messages:tags-summary','s:3:\"en:\";'),('ak','messages:tags-tag','s:11:\"en:Tag name\";'),('ak','messages:tags-title','s:7:\"en:Tags\";'),('ak','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('ak','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('ak','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('ak','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('ak','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('ak','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('ak','messages:talk','s:12:\"ak:Nkitahode\";'),('ak','messages:talkpageheader','s:4:\"en:-\";'),('ak','messages:talkpagelinktext','s:7:\"ak:kasa\";'),('ak','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ak','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('ak','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ak','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ak','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('ak','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('ak','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('ak','messages:template-protected','s:14:\"en:(protected)\";'),('ak','messages:template-semiprotected','s:19:\"en:(semi-protected)\";'),('ak','messages:templatepage','s:21:\"en:View template page\";'),('ak','messages:templatesused','s:54:\"en:{{PLURAL:$1|Template|Templates}} used on this page:\";'),('ak','messages:templatesusedpreview','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this preview:\";'),('ak','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('ak','messages:textmatches','s:20:\"en:Page text matches\";'),('ak','messages:thisisdeleted','s:23:\"en:View or undelete $1?\";'),('ak','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('ak','messages:thu','s:6:\"en:Thu\";'),('ak','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('ak','messages:thumbnail-more','s:10:\"en:Enlarge\";'),('ak','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('ak','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('ak','messages:thumbnail_error','s:31:\"en:Error creating thumbnail: $1\";'),('ak','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('ak','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('ak','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('ak','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('ak','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('ak','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('ak','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('ak','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('ak','messages:thumbsize','s:18:\"en:Thumbnail size:\";'),('ak','messages:thursday','s:10:\"ak:Yawoada\";'),('ak','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('ak','messages:timeouterror','s:19:\"en:Server timed out\";'),('ak','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('ak','messages:timezone-local','s:8:\"en:Local\";'),('ak','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('ak','messages:timezone-utc','s:6:\"en:UTC\";'),('ak','messages:timezonelegend','s:13:\"en:Time zone:\";'),('ak','messages:timezoneregion-africa','s:9:\"en:Africa\";'),('ak','messages:timezoneregion-america','s:10:\"en:America\";'),('ak','messages:timezoneregion-antarctica','s:13:\"en:Antarctica\";'),('ak','messages:timezoneregion-arctic','s:9:\"en:Arctic\";'),('ak','messages:timezoneregion-asia','s:7:\"en:Asia\";'),('ak','messages:timezoneregion-atlantic','s:17:\"en:Atlantic Ocean\";'),('ak','messages:timezoneregion-australia','s:12:\"en:Australia\";'),('ak','messages:timezoneregion-europe','s:9:\"en:Europe\";'),('ak','messages:timezoneregion-indian','s:15:\"en:Indian Ocean\";'),('ak','messages:timezoneregion-pacific','s:16:\"en:Pacific Ocean\";'),('ak','messages:timezoneuseoffset','s:31:\"en:Other (time offset from UTC)\";'),('ak','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('ak','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('ak','messages:title-invalid-characters','s:62:\"en:The requested page title contains invalid characters: \"$1\".\";'),('ak','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('ak','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('ak','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('ak','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('ak','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('ak','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('ak','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('ak','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('ak','messages:titlematches','s:21:\"en:Page title matches\";'),('ak','messages:titleprotected','s:98:\"en:This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.\";'),('ak','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('ak','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('ak','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('ak','messages:toc','s:11:\"en:Contents\";'),('ak','messages:today-at','s:5:\"en:$1\";'),('ak','messages:tog-ccmeonemails','s:49:\"en:Send me copies of emails I send to other users\";'),('ak','messages:tog-diffonly','s:39:\"en:Do not show page content below diffs\";'),('ak','messages:tog-editondblclick','s:50:\"ak:Sɛ wo mia so abien a ɛbɛ ma wo kwan sɛ sesa\";'),('ak','messages:tog-editsectiononrightclick','s:61:\"en:Enable section editing by right clicking on section titles\";'),('ak','messages:tog-enotifminoredits','s:51:\"en:Email me also for minor edits of pages and files\";'),('ak','messages:tog-enotifrevealaddr','s:49:\"en:Reveal my email address in notification emails\";'),('ak','messages:tog-enotifusertalkpages','s:45:\"en:Email me when my user talk page is changed\";'),('ak','messages:tog-enotifwatchlistpages','s:60:\"en:Email me when a page or a file on my watchlist is changed\";'),('ak','messages:tog-extendwatchlist','s:64:\"ak:Bue nea m\'ani wɔ so nyinaa mu, nyɛ nea me yɛ nkyɛe no pɛ\";'),('ak','messages:tog-fancysig','s:76:\"en:Treat signature as wikitext (without an automatic link to your user page)\";'),('ak','messages:tog-forceeditsummary','s:77:\"en:Prompt me when entering a blank edit summary (or the default undo summary)\";'),('ak','messages:tog-hidecategorization','s:31:\"en:Hide categorization of pages\";'),('ak','messages:tog-hideminor','s:52:\"ak:Yi nsesae nketewa no fi nea yɛ sesa nkyɛe no mu\";'),('ak','messages:tog-hidepatrolled','s:55:\"ak:Yi nea ɔmo ahwɛ mu no fi nea yɛ sesa nkyɛe no mu\";'),('ak','messages:tog-minordefault','s:34:\"en:Mark all edits minor by default\";'),('ak','messages:tog-newpageshidepatrolled','s:37:\"ak:Fa nkrataa w\'ahwɛ mu dedaw no sie\";'),('ak','messages:tog-norollbackdiff','s:46:\"en:Don\'t show diff after performing a rollback\";'),('ak','messages:tog-oldsig','s:27:\"en:Your existing signature:\";'),('ak','messages:tog-prefershttps','s:49:\"en:Always use a secure connection while logged in\";'),('ak','messages:tog-previewonfirst','s:37:\"en:Show preview when starting to edit\";'),('ak','messages:tog-previewontop','s:31:\"en:Show preview before edit box\";'),('ak','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('ak','messages:tog-showhiddencats','s:25:\"en:Show hidden categories\";'),('ak','messages:tog-shownumberswatching','s:36:\"en:Show the number of watching users\";'),('ak','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('ak','messages:tog-underline','s:20:\"en:Link underlining:\";'),('ak','messages:tog-useeditwarning','s:57:\"en:Warn me when I leave an edit page with unsaved changes\";'),('ak','messages:tog-uselivepreview','s:42:\"en:Show preview without reloading the page\";'),('ak','messages:tog-usenewrc','s:71:\"ak:Boa boa kratafa no sɛ, nea me sesae sesie ne nea me de m\'ani ato so\";'),('ak','messages:tog-watchcreations','s:56:\"en:Add pages I create and files I upload to my watchlist\";'),('ak','messages:tog-watchdefault','s:45:\"en:Add pages and files I edit to my watchlist\";'),('ak','messages:tog-watchdeletion','s:47:\"en:Add pages and files I delete to my watchlist\";'),('ak','messages:tog-watchlisthideanons','s:51:\"en:Hide edits by anonymous users from the watchlist\";'),('ak','messages:tog-watchlisthidebots','s:36:\"en:Hide bot edits from the watchlist\";'),('ak','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('ak','messages:tog-watchlisthideliu','s:51:\"en:Hide edits by logged in users from the watchlist\";'),('ak','messages:tog-watchlisthideminor','s:38:\"en:Hide minor edits from the watchlist\";'),('ak','messages:tog-watchlisthideown','s:35:\"en:Hide my edits from the watchlist\";'),('ak','messages:tog-watchlisthidepatrolled','s:42:\"en:Hide patrolled edits from the watchlist\";'),('ak','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('ak','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('ak','messages:tog-watchmoves','s:45:\"en:Add pages and files I move to my watchlist\";'),('ak','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('ak','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('ak','messages:tool-link-contributions','s:35:\"en:{{GENDER:$1|User}} contributions\";'),('ak','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ak','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('ak','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ak','messages:toolbox','s:8:\"en:Tools\";'),('ak','messages:tooltip-ca-addsection','s:22:\"en:Start a new section\";'),('ak','messages:tooltip-ca-delete','s:19:\"en:Delete this page\";'),('ak','messages:tooltip-ca-edit','s:17:\"en:Edit this page\";'),('ak','messages:tooltip-ca-history','s:30:\"en:Past revisions of this page\";'),('ak','messages:tooltip-ca-move','s:17:\"en:Move this page\";'),('ak','messages:tooltip-ca-nstab-category','s:25:\"en:View the category page\";'),('ak','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('ak','messages:tooltip-ca-nstab-image','s:21:\"en:View the file page\";'),('ak','messages:tooltip-ca-nstab-main','s:24:\"en:View the content page\";'),('ak','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('ak','messages:tooltip-ca-nstab-mediawiki','s:26:\"en:View the system message\";'),('ak','messages:tooltip-ca-nstab-project','s:24:\"en:View the project page\";'),('ak','messages:tooltip-ca-nstab-special','s:50:\"en:This is a special page, and it cannot be edited\";'),('ak','messages:tooltip-ca-nstab-template','s:20:\"en:View the template\";'),('ak','messages:tooltip-ca-nstab-user','s:21:\"en:View the user page\";'),('ak','messages:tooltip-ca-protect','s:20:\"en:Protect this page\";'),('ak','messages:tooltip-ca-talk','s:36:\"en:Discussion about the content page\";'),('ak','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('ak','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('ak','messages:tooltip-ca-unwatch','s:39:\"en:Remove this page from your watchlist\";'),('ak','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('ak','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('ak','messages:tooltip-ca-view','s:3:\"en:\";'),('ak','messages:tooltip-ca-viewsource','s:50:\"en:This page is protected.\nYou can view its source\";'),('ak','messages:tooltip-ca-watch','s:34:\"en:Add this page to your watchlist\";'),('ak','messages:tooltip-compareselectedversions','s:70:\"en:See the differences between the two selected revisions of this page\";'),('ak','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('ak','messages:tooltip-diff','s:42:\"en:Show which changes you made to the text\";'),('ak','messages:tooltip-feed-atom','s:26:\"en:Atom feed for this page\";'),('ak','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('ak','messages:tooltip-invert','s:114:\"en:Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)\";'),('ak','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('ak','messages:tooltip-minoredit','s:28:\"en:Mark this as a minor edit\";'),('ak','messages:tooltip-n-currentevents','s:48:\"en:Find background information on current events\";'),('ak','messages:tooltip-n-help','s:24:\"en:The place to find out\";'),('ak','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ak','messages:tooltip-n-mainpage','s:22:\"en:Visit the main page\";'),('ak','messages:tooltip-n-mainpage-description','s:22:\"en:Visit the main page\";'),('ak','messages:tooltip-n-portal','s:59:\"en:About the project, what you can do, where to find things\";'),('ak','messages:tooltip-n-randompage','s:21:\"en:Load a random page\";'),('ak','messages:tooltip-n-recentchanges','s:39:\"en:A list of recent changes in the wiki\";'),('ak','messages:tooltip-namespace_association','s:102:\"en:Check this box to also include the talk or subject namespace associated with the selected namespace\";'),('ak','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('ak','messages:tooltip-p-lang','s:3:\"en:\";'),('ak','messages:tooltip-p-logo','s:22:\"en:Visit the main page\";'),('ak','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ak','messages:tooltip-p-navigation','s:3:\"en:\";'),('ak','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('ak','messages:tooltip-p-tb','s:3:\"en:\";'),('ak','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ak','messages:tooltip-p-user-page','s:3:\"en:\";'),('ak','messages:tooltip-p-variants','s:3:\"en:\";'),('ak','messages:tooltip-p-views','s:3:\"en:\";'),('ak','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('ak','messages:tooltip-preview','s:59:\"en:Preview your changes. Please use this before publishing.\";'),('ak','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('ak','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('ak','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('ak','messages:tooltip-pt-createaccount','s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";'),('ak','messages:tooltip-pt-login','s:61:\"en:You are encouraged to log in; however, it is not mandatory\";'),('ak','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('ak','messages:tooltip-pt-logout','s:10:\"en:Log out\";'),('ak','messages:tooltip-pt-mycontris','s:43:\"en:A list of {{GENDER:|your}} contributions\";'),('ak','messages:tooltip-pt-mytalk','s:29:\"en:{{GENDER:|Your}} talk page\";'),('ak','messages:tooltip-pt-preferences','s:31:\"en:{{GENDER:|Your}} preferences\";'),('ak','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('ak','messages:tooltip-pt-userpage','s:29:\"en:{{GENDER:|Your user}} page\";'),('ak','messages:tooltip-pt-watchlist','s:49:\"en:A list of pages you are monitoring for changes\";'),('ak','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('ak','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('ak','messages:tooltip-rollback','s:78:\"en:\"Rollback\" reverts the last contributor\'s edit(s) to this page in one click\";'),('ak','messages:tooltip-save','s:20:\"en:Save your changes\";'),('ak','messages:tooltip-search','s:22:\"en:Search {{SITENAME}}\";'),('ak','messages:tooltip-search-fulltext','s:33:\"en:Search the pages for this text\";'),('ak','messages:tooltip-search-go','s:49:\"en:Go to a page with this exact name if it exists\";'),('ak','messages:tooltip-summary','s:24:\"en:Enter a short summary\";'),('ak','messages:tooltip-t-contributions','s:53:\"en:A list of contributions by {{GENDER:$1|this user}}\";'),('ak','messages:tooltip-t-emailuser','s:43:\"en:Send an email to {{GENDER:$1|this user}}\";'),('ak','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('ak','messages:tooltip-t-permalink','s:47:\"en:Permanent link to this revision of this page\";'),('ak','messages:tooltip-t-print','s:33:\"en:Printable version of this page\";'),('ak','messages:tooltip-t-recentchangeslinked','s:48:\"en:Recent changes in pages linked from this page\";'),('ak','messages:tooltip-t-specialpages','s:30:\"en:A list of all special pages\";'),('ak','messages:tooltip-t-upload','s:15:\"en:Upload files\";'),('ak','messages:tooltip-t-whatlinkshere','s:42:\"en:A list of all wiki pages that link here\";'),('ak','messages:tooltip-undo','s:110:\"en:\"Undo\" reverts this edit and opens the edit form in preview mode. It allows adding a reason in the summary.\";'),('ak','messages:tooltip-upload','s:15:\"en:Start upload\";'),('ak','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('ak','messages:tooltip-watch','s:34:\"en:Add this page to your watchlist\";'),('ak','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('ak','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ak','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ak','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('ak','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('ak','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('ak','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('ak','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('ak','messages:trackingcategories-name','s:15:\"en:Message name\";'),('ak','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('ak','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('ak','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('ak','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('ak','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('ak','messages:tue','s:6:\"en:Tue\";'),('ak','messages:tuesday','s:11:\"ak:Ɛbenada\";'),('ak','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('ak','messages:uctop','s:10:\"en:current\";'),('ak','messages:unblock','s:15:\"en:Unblock user\";'),('ak','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('ak','messages:unblock-summary','s:3:\"en:\";'),('ak','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('ak','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('ak','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('ak','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('ak','messages:unblockip','s:15:\"en:Unblock user\";'),('ak','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('ak','messages:unblocklink','s:10:\"en:unblock\";'),('ak','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ak','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('ak','messages:uncategorizedcategories','s:27:\"en:Uncategorized categories\";'),('ak','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ak','messages:uncategorizedimages','s:22:\"en:Uncategorized files\";'),('ak','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ak','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('ak','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ak','messages:uncategorizedtemplates','s:26:\"en:Uncategorized templates\";'),('ak','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ak','messages:undelete','s:21:\"en:View deleted pages\";'),('ak','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('ak','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('ak','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('ak','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('ak','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('ak','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('ak','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('ak','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('ak','messages:undelete-fieldset-title','s:21:\"en:Undelete revisions\";'),('ak','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('ak','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('ak','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('ak','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('ak','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('ak','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('ak','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ak','messages:undelete-search-box','s:23:\"en:Search deleted pages\";'),('ak','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('ak','messages:undelete-search-prefix','s:28:\"en:Show pages starting with:\";'),('ak','messages:undelete-search-submit','s:9:\"en:Search\";'),('ak','messages:undelete-search-title','s:23:\"en:Search deleted pages\";'),('ak','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ak','messages:undelete-show-file-submit','s:6:\"en:Yes\";'),('ak','messages:undelete-summary','s:3:\"en:\";'),('ak','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('ak','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('ak','messages:undelete_short','s:43:\"en:Undelete {{PLURAL:$1|one edit|$1 edits}}\";'),('ak','messages:undeletebtn','s:11:\"en:Undelete\";'),('ak','messages:undeletecomment','s:10:\"en:Reason:\";'),('ak','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ak','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('ak','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('ak','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('ak','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('ak','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('ak','messages:undeletelink','s:16:\"en:view/undelete\";'),('ak','messages:undeletepage','s:34:\"en:View and undelete deleted pages\";'),('ak','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('ak','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('ak','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('ak','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('ak','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('ak','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('ak','messages:undeleteviewlink','s:7:\"en:view\";'),('ak','messages:underline-always','s:9:\"en:Always\";'),('ak','messages:underline-default','s:26:\"en:Skin or browser default\";'),('ak','messages:underline-never','s:8:\"en:Never\";'),('ak','messages:undo-failure','s:70:\"en:The edit could not be undone due to conflicting intermediate edits.\";'),('ak','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('ak','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('ak','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('ak','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('ak','messages:undo-summary','s:78:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])\";'),('ak','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('ak','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('ak','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('ak','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('ak','messages:unexpected','s:31:\"en:Unexpected value: \"$1\"=\"$2\".\";'),('ak','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('ak','messages:unit-pixel','s:5:\"en:px\";'),('ak','messages:unknown-error','s:29:\"en:An unknown error occurred.\";'),('ak','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('ak','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('ak','messages:unlockbtn','s:18:\"en:Unlock database\";'),('ak','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('ak','messages:unlockdb','s:18:\"en:Unlock database\";'),('ak','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('ak','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('ak','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('ak','messages:unpatrolledletter','s:4:\"en:!\";'),('ak','messages:unprotect','s:20:\"en:Change protection\";'),('ak','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('ak','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ak','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('ak','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('ak','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('ak','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('ak','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('ak','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('ak','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('ak','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('ak','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('ak','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('ak','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('ak','messages:unusedcategories','s:20:\"en:Unused categories\";'),('ak','messages:unusedcategories-summary','s:3:\"en:\";'),('ak','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('ak','messages:unusedimages','s:15:\"en:Unused files\";'),('ak','messages:unusedimages-summary','s:3:\"en:\";'),('ak','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ak','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ak','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('ak','messages:unusedtemplates-summary','s:3:\"en:\";'),('ak','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('ak','messages:unusedtemplateswlh','s:14:\"en:other links\";'),('ak','messages:unwatch','s:10:\"en:Unwatch\";'),('ak','messages:unwatchedpages','s:18:\"en:Unwatched pages\";'),('ak','messages:unwatchedpages-summary','s:3:\"en:\";'),('ak','messages:unwatching','s:16:\"en:Unwatching...\";'),('ak','messages:unwatchthispage','s:16:\"en:Stop watching\";'),('ak','messages:updated','s:12:\"en:(Updated)\";'),('ak','messages:updatedmarker','s:32:\"en:updated since your last visit\";'),('ak','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('ak','messages:upload','s:14:\"en:Upload file\";'),('ak','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('ak','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('ak','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('ak','messages:upload-curl-error6','s:22:\"en:Could not reach URL\";'),('ak','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('ak','messages:upload-default-description','s:4:\"en:-\";'),('ak','messages:upload-description','s:19:\"en:File description\";'),('ak','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('ak','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('ak','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('ak','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('ak','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('ak','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('ak','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('ak','messages:upload-disallowed-here','s:34:\"en:You cannot overwrite this file.\";'),('ak','messages:upload-file-error','s:17:\"en:Internal error\";'),('ak','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('ak','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('ak','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('ak','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('ak','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('ak','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('ak','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('ak','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('ak','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('ak','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('ak','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('ak','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('ak','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('ak','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('ak','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('ak','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('ak','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('ak','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('ak','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('ak','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('ak','messages:upload-maxfilesize','s:24:\"en:Maximum file size: $1\";'),('ak','messages:upload-misc-error','s:23:\"en:Unknown upload error\";'),('ak','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('ak','messages:upload-options','s:17:\"en:Upload options\";'),('ak','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('ak','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('ak','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('ak','messages:upload-proto-error','s:21:\"en:Incorrect protocol\";'),('ak','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('ak','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('ak','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('ak','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('ak','messages:upload-source','s:14:\"en:Source file\";'),('ak','messages:upload-summary','s:3:\"en:\";'),('ak','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('ak','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('ak','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('ak','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('ak','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('ak','messages:upload_source_file','s:40:\"en:(your chosen file from your computer)\";'),('ak','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('ak','messages:uploadbtn','s:14:\"en:Upload file\";'),('ak','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('ak','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('ak','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ak','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('ak','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('ak','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ak','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ak','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ak','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ak','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('ak','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ak','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ak','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('ak','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('ak','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ak','messages:uploaderror','s:15:\"en:Upload error\";'),('ak','messages:uploadfooter','s:4:\"en:-\";'),('ak','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('ak','messages:uploadlogpage','s:13:\"en:Upload log\";'),('ak','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('ak','messages:uploadnewversion-linktext','s:36:\"en:Upload a new version of this file\";'),('ak','messages:uploadnologin','s:16:\"en:Not logged in\";'),('ak','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('ak','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('ak','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('ak','messages:uploadstash','s:15:\"en:Upload stash\";'),('ak','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('ak','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('ak','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('ak','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('ak','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('ak','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('ak','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('ak','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('ak','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('ak','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('ak','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('ak','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('ak','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('ak','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('ak','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('ak','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('ak','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('ak','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('ak','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('ak','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('ak','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('ak','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('ak','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('ak','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('ak','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('ak','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('ak','messages:uploadvirus','s:41:\"en:The file contains a virus!\nDetails: $1\";'),('ak','messages:uploadwarning','s:17:\"en:Upload warning\";'),('ak','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('ak','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('ak','messages:user-mail-no-addy','s:48:\"en:Tried to send email without an email address.\";'),('ak','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('ak','messages:usercreated','s:36:\"en:{{GENDER:$3|Created}} on $1 at $2\";'),('ak','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('ak','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('ak','messages:usercssyoucanpreview','s:101:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new CSS before publishing.\";'),('ak','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('ak','messages:userexists','s:67:\"en:Username entered already in use.\nPlease choose a different name.\";'),('ak','messages:userinvalidconfigtitle','s:182:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css, .json, and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('ak','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('ak','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('ak','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('ak','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('ak','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('ak','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('ak','messages:userjsyoucanpreview','s:108:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JavaScript before publishing.\";'),('ak','messages:userlogin-createanother','s:25:\"en:Create another account\";'),('ak','messages:userlogin-helplink2','s:23:\"en:Help with logging in\";'),('ak','messages:userlogin-joinproject','s:20:\"en:Join {{SITENAME}}\";'),('ak','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('ak','messages:userlogin-noaccount','s:25:\"en:Don\'t have an account?\";'),('ak','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('ak','messages:userlogin-remembermypassword','s:20:\"en:Keep me logged in\";'),('ak','messages:userlogin-resetpassword-link','s:24:\"en:Forgot your password?\";'),('ak','messages:userlogin-signwithsecure','s:24:\"en:Use secure connection\";'),('ak','messages:userlogin-yourname','s:11:\"en:Username\";'),('ak','messages:userlogin-yourname-ph','s:22:\"en:Enter your username\";'),('ak','messages:userlogin-yourpassword','s:11:\"en:Password\";'),('ak','messages:userlogin-yourpassword-ph','s:22:\"en:Enter your password\";'),('ak','messages:userlogout','s:6:\"ak:Pue\";'),('ak','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('ak','messages:userlogout-summary','s:3:\"en:\";'),('ak','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('ak','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('ak','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('ak','messages:usermessage-editor','s:19:\"en:System messenger\";'),('ak','messages:usermessage-summary','s:26:\"en:Leaving system message.\";'),('ak','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ak','messages:username','s:26:\"en:{{GENDER:$1|Username}}:\";'),('ak','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('ak','messages:userpage-userdoesnotexist','s:90:\"en:User account \"$1\" is not registered.\nPlease check if you want to create/edit this page.\";'),('ak','messages:userpage-userdoesnotexist-view','s:39:\"en:User account \"$1\" is not registered.\";'),('ak','messages:userrights','s:14:\"en:User rights\";'),('ak','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('ak','messages:userrights-changeable-col','s:24:\"en:Groups you can change\";'),('ak','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('ak','messages:userrights-editusergroup','s:33:\"en:Edit {{GENDER:$1|user}} groups\";'),('ak','messages:userrights-expiry','s:11:\"en:Expires:\";'),('ak','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('ak','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('ak','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('ak','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('ak','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('ak','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('ak','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('ak','messages:userrights-groupsmember','s:13:\"en:Member of:\";'),('ak','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('ak','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('ak','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('ak','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('ak','messages:userrights-lookup-user','s:16:\"en:Select a user\";'),('ak','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('ak','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('ak','messages:userrights-nodatabase','s:46:\"en:Database $1 does not exist or is not local.\";'),('ak','messages:userrights-reason','s:10:\"en:Reason:\";'),('ak','messages:userrights-summary','s:3:\"en:\";'),('ak','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('ak','messages:userrights-unchangeable-col','s:27:\"en:Groups you cannot change\";'),('ak','messages:userrights-user-editname','s:20:\"en:Enter a username:\";'),('ak','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ak','messages:variantname-crh','s:6:\"en:crh\";'),('ak','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('ak','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('ak','messages:variantname-gan','s:6:\"en:gan\";'),('ak','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('ak','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('ak','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ak','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ak','messages:variantname-iu','s:5:\"en:iu\";'),('ak','messages:variantname-kk','s:5:\"en:kk\";'),('ak','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ak','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('ak','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('ak','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('ak','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ak','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('ak','messages:variantname-ku','s:5:\"en:ku\";'),('ak','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ak','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ak','messages:variantname-shi','s:6:\"en:shi\";'),('ak','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ak','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ak','messages:variantname-sr','s:5:\"en:sr\";'),('ak','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ak','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('ak','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('ak','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ak','messages:variantname-tg','s:5:\"en:tg\";'),('ak','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ak','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ak','messages:variantname-tly','s:6:\"en:tly\";'),('ak','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ak','messages:variantname-uz','s:5:\"en:uz\";'),('ak','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ak','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ak','messages:variantname-zh','s:5:\"en:zh\";'),('ak','messages:variantname-zh-cn','s:5:\"en:CN\";'),('ak','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('ak','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('ak','messages:variantname-zh-hk','s:5:\"en:HK\";'),('ak','messages:variantname-zh-mo','s:5:\"en:MO\";'),('ak','messages:variantname-zh-my','s:5:\"en:MY\";'),('ak','messages:variantname-zh-sg','s:5:\"en:SG\";'),('ak','messages:variantname-zh-tw','s:5:\"en:TW\";'),('ak','messages:variants','s:11:\"en:Variants\";'),('ak','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('ak','messages:vector-action-addsection','s:12:\"en:Add topic\";'),('ak','messages:vector-action-delete','s:9:\"en:Delete\";'),('ak','messages:vector-action-move','s:7:\"en:Move\";'),('ak','messages:vector-action-protect','s:10:\"en:Protect\";'),('ak','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('ak','messages:vector-action-undelete','s:11:\"en:Undelete\";'),('ak','messages:vector-action-unprotect','s:20:\"en:Change protection\";'),('ak','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('ak','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('ak','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('ak','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('ak','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('ak','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('ak','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('ak','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('ak','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('ak','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('ak','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('ak','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('ak','messages:vector-languages','s:12:\"en:Languages\";'),('ak','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('ak','messages:vector-more-actions','s:7:\"en:More\";'),('ak','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('ak','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('ak','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('ak','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('ak','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('ak','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ak','messages:vector-site-nav-label','s:7:\"en:Site\";'),('ak','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('ak','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('ak','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('ak','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('ak','messages:vector-toc-heading','s:11:\"en:Contents\";'),('ak','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('ak','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('ak','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('ak','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('ak','messages:vector-view-create','s:9:\"en:Create\";'),('ak','messages:vector-view-edit','s:7:\"en:Edit\";'),('ak','messages:vector-view-history','s:15:\"en:View history\";'),('ak','messages:vector-view-view','s:7:\"en:Read\";'),('ak','messages:vector-view-viewsource','s:14:\"en:View source\";'),('ak','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('ak','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('ak','messages:verification-error','s:44:\"en:This file did not pass file verification.\";'),('ak','messages:version','s:10:\"en:Version\";'),('ak','messages:version-antispam','s:18:\"en:Spam prevention\";'),('ak','messages:version-api','s:6:\"en:API\";'),('ak','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('ak','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('ak','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('ak','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ak','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ak','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ak','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ak','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ak','messages:version-editors','s:10:\"en:Editors\";'),('ak','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('ak','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ak','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('ak','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('ak','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('ak','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ak','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ak','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('ak','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('ak','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('ak','messages:version-ext-colheader-license','s:10:\"en:License\";'),('ak','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('ak','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('ak','messages:version-ext-license','s:10:\"en:License\";'),('ak','messages:version-extensions','s:23:\"en:Installed extensions\";'),('ak','messages:version-hook-name','s:12:\"en:Hook name\";'),('ak','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('ak','messages:version-hooks','s:8:\"en:Hooks\";'),('ak','messages:version-libraries','s:22:\"en:Installed libraries\";'),('ak','messages:version-libraries-authors','s:10:\"en:Authors\";'),('ak','messages:version-libraries-description','s:14:\"en:Description\";'),('ak','messages:version-libraries-library','s:10:\"en:Library\";'),('ak','messages:version-libraries-license','s:10:\"en:License\";'),('ak','messages:version-libraries-version','s:10:\"en:Version\";'),('ak','messages:version-license','s:20:\"en:MediaWiki License\";'),('ak','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('ak','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('ak','messages:version-license-title','s:17:\"en:License for $1\";'),('ak','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('ak','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('ak','messages:version-other','s:8:\"en:Other\";'),('ak','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('ak','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('ak','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('ak','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('ak','messages:version-poweredby-others','s:9:\"en:others\";'),('ak','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('ak','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('ak','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('ak','messages:version-skins','s:18:\"en:Installed skins\";'),('ak','messages:version-software','s:21:\"en:Installed software\";'),('ak','messages:version-software-product','s:10:\"en:Product\";'),('ak','messages:version-software-version','s:10:\"en:Version\";'),('ak','messages:version-specialpages','s:16:\"en:Special pages\";'),('ak','messages:version-summary','s:3:\"en:\";'),('ak','messages:version-variables','s:12:\"en:Variables\";'),('ak','messages:version-version','s:7:\"en:($1)\";'),('ak','messages:versionrequired','s:35:\"en:Version $1 of MediaWiki required\";'),('ak','messages:versionrequiredtext','s:94:\"en:Version $1 of MediaWiki is required to use this page.\nSee [[Special:Version|version page]].\";'),('ak','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('ak','messages:view','s:7:\"en:View\";'),('ak','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ak','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ak','messages:view-pool-error','s:162:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this page.\nPlease wait a while before you try to access this page again.\n\n$1\";'),('ak','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ak','messages:viewcount','s:59:\"en:This page has been accessed {{PLURAL:$1|once|$1 times}}.\";'),('ak','messages:viewdeleted','s:11:\"en:View $1?\";'),('ak','messages:viewdeleted_short','s:55:\"en:View {{PLURAL:$1|one deleted edit|$1 deleted edits}}\";'),('ak','messages:viewdeletedpage','s:21:\"en:View deleted pages\";'),('ak','messages:viewhelppage','s:17:\"en:View help page\";'),('ak','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ak','messages:viewpagelogs','s:26:\"en:View logs for this page\";'),('ak','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('ak','messages:viewprevnext','s:43:\"en:View ($1 {{int:pipe-separator}} $2) ($3)\";'),('ak','messages:views','s:8:\"en:Views\";'),('ak','messages:viewsource','s:14:\"en:View source\";'),('ak','messages:viewsource-title','s:21:\"en:View source for $1\";'),('ak','messages:viewsourcelink','s:14:\"en:view source\";'),('ak','messages:viewsourceold','s:14:\"en:view source\";'),('ak','messages:viewsourcetext','s:49:\"en:You can view and copy the source of this page.\";'),('ak','messages:viewtalkpage','s:18:\"en:View discussion\";'),('ak','messages:viewyourtext','s:80:\"en:You can view and copy the source of <strong>your edits</strong> to this page.\";'),('ak','messages:virus-badscanner','s:56:\"en:Bad configuration: Unknown virus scanner: <em>$1</em>\";'),('ak','messages:virus-scanfailed','s:24:\"en:scan failed (code $1)\";'),('ak','messages:virus-unknownscanner','s:21:\"en:unknown antivirus:\";'),('ak','messages:wantedcategories','s:20:\"en:Wanted categories\";'),('ak','messages:wantedcategories-summary','s:3:\"en:\";'),('ak','messages:wantedfiles','s:15:\"en:Wanted files\";'),('ak','messages:wantedfiles-summary','s:3:\"en:\";'),('ak','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ak','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ak','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('ak','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('ak','messages:wantedpages','s:15:\"en:Wanted pages\";'),('ak','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('ak','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('ak','messages:wantedtemplates','s:19:\"en:Wanted templates\";'),('ak','messages:wantedtemplates-summary','s:3:\"en:\";'),('ak','messages:watch','s:7:\"ak:Hwɛ\";'),('ak','messages:watching','s:14:\"en:Watching...\";'),('ak','messages:watchlist','s:12:\"en:Watchlist\";'),('ak','messages:watchlist-details','s:77:\"en:{{PLURAL:$1|$1 page is|$1 pages are}} on your Watchlist (plus talk pages).\";'),('ak','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('ak','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('ak','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('ak','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('ak','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('ak','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('ak','messages:watchlist-hide','s:7:\"en:Hide\";'),('ak','messages:watchlist-options','s:20:\"en:Watchlist options\";'),('ak','messages:watchlist-submit','s:7:\"en:Show\";'),('ak','messages:watchlist-summary','s:3:\"en:\";'),('ak','messages:watchlist-unwatch','s:5:\"en:×\";'),('ak','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ak','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('ak','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('ak','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('ak','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('ak','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('ak','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ak','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('ak','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('ak','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('ak','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('ak','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('ak','messages:watchlistedit-normal-legend','s:31:\"en:Remove titles from watchlist\";'),('ak','messages:watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ak','messages:watchlistedit-normal-title','s:17:\"en:Edit watchlist\";'),('ak','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('ak','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('ak','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('ak','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('ak','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ak','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ak','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('ak','messages:watchlistedit-raw-titles','s:10:\"en:Titles:\";'),('ak','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('ak','messages:watchlistfor2','s:9:\"en:For $1\";'),('ak','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('ak','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('ak','messages:watchlisttools-edit','s:26:\"en:View and edit watchlist\";'),('ak','messages:watchlisttools-raw','s:21:\"en:Edit raw watchlist\";'),('ak','messages:watchlisttools-view','s:24:\"en:View relevant changes\";'),('ak','messages:watchnologin','s:16:\"en:Not logged in\";'),('ak','messages:watchthis','s:18:\"en:Watch this page\";'),('ak','messages:watchthispage','s:18:\"en:Watch this page\";'),('ak','messages:watchthisupload','s:18:\"en:Watch this file\";'),('ak','messages:wed','s:6:\"en:Wed\";'),('ak','messages:wednesday','s:10:\"ak:Wukuada\";'),('ak','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('ak','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('ak','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('ak','messages:welcomeuser','s:15:\"en:Welcome, $1!\";'),('ak','messages:whatlinkshere','s:18:\"en:What links here\";'),('ak','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('ak','messages:whatlinkshere-hideimages','s:18:\"en:Hide file links\";'),('ak','messages:whatlinkshere-hidelinks','s:13:\"en:Hide links\";'),('ak','messages:whatlinkshere-hideredirs','s:17:\"en:Hide redirects\";'),('ak','messages:whatlinkshere-hidetrans','s:21:\"en:Hide transclusions\";'),('ak','messages:whatlinkshere-links','s:12:\"en:← links\";'),('ak','messages:whatlinkshere-next','s:29:\"en:{{PLURAL:$1|next|next $1}}\";'),('ak','messages:whatlinkshere-page','s:8:\"en:Page:\";'),('ak','messages:whatlinkshere-prev','s:37:\"en:{{PLURAL:$1|previous|previous $1}}\";'),('ak','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('ak','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('ak','messages:whatlinkshere-summary','s:3:\"en:\";'),('ak','messages:whatlinkshere-title','s:26:\"en:Pages that link to \"$1\"\";'),('ak','messages:whitelistedittext','s:27:\"en:Please $1 to edit pages.\";'),('ak','messages:widthheight','s:11:\"en:$1 × $2\";'),('ak','messages:widthheightpage','s:40:\"en:$1 × $2, $3 {{PLURAL:$3|page|pages}}\";'),('ak','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('ak','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('ak','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('ak','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('ak','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('ak','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('ak','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('ak','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('ak','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('ak','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('ak','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('ak','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('ak','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('ak','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('ak','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('ak','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('ak','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('ak','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('ak','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('ak','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('ak','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('ak','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('ak','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('ak','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('ak','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('ak','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('ak','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('ak','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('ak','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('ak','messages:wikieditor-toolbar-help-content-bold-result','s:29:\"en:<strong>Bold text</strong>\";'),('ak','messages:wikieditor-toolbar-help-content-bold-syntax','s:18:\"en:\'\'\'Bold text\'\'\'\";'),('ak','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('ak','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('ak','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('ak','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('ak','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('ak','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('ak','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('ak','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('ak','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('ak','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('ak','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('ak','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('ak','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('ak','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('ak','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('ak','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('ak','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('ak','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('ak','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('ak','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('ak','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('ak','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('ak','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('ak','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('ak','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('ak','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('ak','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('ak','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ak','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ak','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ak','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('ak','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('ak','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('ak','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"en:Reference\";'),('ak','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('ak','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('ak','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('ak','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ak','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ak','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('ak','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('ak','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ak','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('ak','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('ak','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ak','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('ak','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('ak','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ak','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('ak','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('ak','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('ak','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('ak','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ak','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('ak','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('ak','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('ak','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('ak','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('ak','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('ak','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('ak','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('ak','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('ak','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('ak','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('ak','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('ak','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('ak','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('ak','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('ak','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('ak','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('ak','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('ak','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('ak','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('ak','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('ak','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('ak','messages:wikieditor-toolbar-tool-file-example','s:14:\"en:Example.jpg\";'),('ak','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('ak','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('ak','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('ak','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('ak','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('ak','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('ak','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('ak','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('ak','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('ak','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('ak','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('ak','messages:wikieditor-toolbar-tool-ilink','s:16:\"en:Internal link\";'),('ak','messages:wikieditor-toolbar-tool-ilink-example','s:13:\"en:Link title\";'),('ak','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('ak','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('ak','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('ak','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('ak','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('ak','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('ak','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('ak','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('ak','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('ak','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('ak','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('ak','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('ak','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('ak','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('ak','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('ak','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('ak','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('ak','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('ak','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('ak','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('ak','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('ak','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('ak','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('ak','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('ak','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('ak','messages:wikieditor-toolbar-tool-reference','s:12:\"en:Reference\";'),('ak','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('ak','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('ak','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('ak','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('ak','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('ak','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('ak','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('ak','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('ak','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('ak','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('ak','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('ak','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('ak','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('ak','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('ak','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('ak','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('ak','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('ak','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('ak','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('ak','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('ak','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('ak','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('ak','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('ak','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('ak','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('ak','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('ak','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('ak','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('ak','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('ak','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('ak','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('ak','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('ak','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('ak','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('ak','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('ak','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ak','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('ak','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('ak','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('ak','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('ak','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('ak','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('ak','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('ak','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('ak','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('ak','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('ak','messages:wikieditor-toolbar-tool-xlink','s:42:\"en:External link (remember http:// prefix)\";'),('ak','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('ak','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('ak','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('ak','messages:withoutinterwiki','s:31:\"en:Pages without language links\";'),('ak','messages:withoutinterwiki-legend','s:9:\"en:Prefix\";'),('ak','messages:withoutinterwiki-submit','s:7:\"en:Show\";'),('ak','messages:withoutinterwiki-summary','s:62:\"en:The following pages do not link to other language versions.\";'),('ak','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('ak','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('ak','messages:wlnote','s:154:\"en:Below {{PLURAL:$1|is the last change|are the last <strong>$1</strong> changes}} in the last {{PLURAL:$2|hour|<strong>$2</strong> hours}}, as of $3, $4.\";'),('ak','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('ak','messages:wlshowhidebots','s:7:\"en:bots\";'),('ak','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('ak','messages:wlshowhideliu','s:19:\"en:registered users\";'),('ak','messages:wlshowhidemine','s:11:\"en:my edits\";'),('ak','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('ak','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('ak','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('ak','messages:word-separator','s:8:\"en:&#32;\";'),('ak','messages:wrongpassword','s:60:\"en:Incorrect username or password entered.\nPlease try again.\";'),('ak','messages:wrongpasswordempty','s:48:\"en:Password entered was blank.\nPlease try again.\";'),('ak','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('ak','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('ak','messages:year','s:27:\"en:From year (and earlier):\";'),('ak','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('ak','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('ak','messages:youhavenewmessages','s:34:\"en:{{PLURAL:$3|You have}} $1 ($2).\";'),('ak','messages:youhavenewmessagesfromusers','s:75:\"en:{{PLURAL:$4|You have}} $1 from {{PLURAL:$3|another user|$3 users}} ($2).\";'),('ak','messages:youhavenewmessagesmanyusers','s:36:\"en:You have $1 from many users ($2).\";'),('ak','messages:yourdiff','s:14:\"en:Differences\";'),('ak','messages:yourdomainname','s:15:\"en:Your domain:\";'),('ak','messages:youremail','s:9:\"en:Email:\";'),('ak','messages:yourgender','s:37:\"en:How do you prefer to be described?\";'),('ak','messages:yourlanguage','s:12:\"en:Language:\";'),('ak','messages:yourname','s:12:\"en:Username:\";'),('ak','messages:yournick','s:17:\"en:New signature:\";'),('ak','messages:yourpassword','s:12:\"en:Password:\";'),('ak','messages:yourpasswordagain','s:19:\"en:Retype password:\";'),('ak','messages:yourrealname','s:13:\"en:Real name:\";'),('ak','messages:yourtext','s:12:\"en:Your text\";'),('ak','messages:yourvariant','s:28:\"en:Content language variant:\";'),('ak','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('ak','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('ak','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('ak','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('ak','minimumGroupingDigits','N;'),('ak','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ak','namespaceGenderAliases','a:0:{}'),('ak','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Soronko\";i:1;s:8:\"Nkɔmmɔ\";i:2;s:12:\"Odwumanyɛni\";i:3;s:24:\"Odwumanyɛni_nkɔmmɔbea\";i:5;s:11:\"$1_nkɔmmɔ\";i:6;s:4:\"File\";i:7;s:13:\"File_nkɔmmɔ\";i:8;s:9:\"MediaWiki\";i:9;s:18:\"MediaWiki_nkɔmmɔ\";i:10;s:9:\"Nhwɛsode\";i:11;s:21:\"Nhwɛsode_nkɔmmɔbea\";i:12;s:3:\"Boa\";i:13;s:16:\"Mmoa_nkɔmmɔbea\";i:14;s:8:\"Nkyekyem\";i:15;s:20:\"Nkyekyem_nkɔmmɔbea\";i:0;s:0:\"\";}'),('ak','originalFallbackSequence','a:0:{}'),('ak','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('ak','pluralRules','a:1:{i:0;s:82:\"n = 0..1 @integer 0, 1 @decimal 0.0, 1.0, 0.00, 1.00, 0.000, 1.000, 0.0000, 1.0000\";}'),('ak','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:16:\"en:Project:About\";s:9:\"aboutsite\";s:24:\"ak:{{SITENAME}} ho asɛm\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:10:\"en:Actions\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:17:\"en:Current events\";s:17:\"currentevents-url\";s:25:\"en:Project:Current events\";s:14:\"disclaimerpage\";s:29:\"en:Project:General disclaimer\";s:11:\"disclaimers\";s:14:\"en:Disclaimers\";s:4:\"edit\";s:7:\"en:Edit\";s:11:\"editsection\";s:7:\"ak:sesa\";s:15:\"editsectionhint\";s:21:\"ak:Sesa krataa yi: $1\";s:4:\"help\";s:7:\"en:Help\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:11:\"en:Jump to:\";s:16:\"jumptonavigation\";s:13:\"en:navigation\";s:12:\"jumptosearch\";s:10:\"ak:hwehwɛ\";s:14:\"lastmodifiedat\";s:42:\"en:This page was last edited on $1, at $2.\";s:8:\"mainpage\";s:19:\"ak:Krataafa Titiriw\";s:20:\"mainpage-description\";s:12:\"en:Main page\";s:14:\"mainpage-nstab\";s:12:\"en:Main page\";s:10:\"namespaces\";s:13:\"en:Namespaces\";s:10:\"navigation\";s:13:\"en:Navigation\";s:23:\"nav-login-createaccount\";s:29:\"ak:Kɔm / te edin fa di dwuma\";s:10:\"nstab-main\";s:10:\"ak:Kratafa\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:36:\"en:{{PLURAL:$1|Category|Categories}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:17:\"en:Permanent link\";s:13:\"personaltools\";s:17:\"en:Personal tools\";s:6:\"portal\";s:19:\"en:Community portal\";s:10:\"portal-url\";s:27:\"en:Project:Community portal\";s:16:\"printableversion\";s:20:\"en:Printable version\";s:7:\"privacy\";s:17:\"en:Privacy policy\";s:11:\"privacypage\";s:25:\"en:Project:Privacy policy\";s:10:\"randompage\";s:14:\"en:Random page\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:17:\"en:Recent changes\";s:27:\"recentchangeslinked-toolbox\";s:18:\"en:Related changes\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:22:\"en:Retrieved from \"$1\"\";s:6:\"search\";s:10:\"ak:Hwehwɛ\";s:13:\"searcharticle\";s:6:\"ak:Kɔ\";s:12:\"searchbutton\";s:10:\"ak:Hwehwɛ\";s:20:\"searchsuggest-search\";s:22:\"en:Search {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:18:\"en:Navigation menu\";s:14:\"site-atom-feed\";s:15:\"en:$1 Atom feed\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:16:\"en:Special pages\";s:7:\"tagline\";s:20:\"en:From {{SITENAME}}\";s:4:\"talk\";s:12:\"ak:Nkitahode\";s:7:\"toolbox\";s:8:\"en:Tools\";s:15:\"tooltip-ca-edit\";s:17:\"en:Edit this page\";s:18:\"tooltip-ca-history\";s:30:\"en:Past revisions of this page\";s:21:\"tooltip-ca-nstab-main\";s:24:\"en:View the content page\";s:15:\"tooltip-ca-talk\";s:36:\"en:Discussion about the content page\";s:21:\"tooltip-ca-viewsource\";s:50:\"en:This page is protected.\nYou can view its source\";s:23:\"tooltip-n-currentevents\";s:48:\"en:Find background information on current events\";s:14:\"tooltip-n-help\";s:24:\"en:The place to find out\";s:30:\"tooltip-n-mainpage-description\";s:22:\"en:Visit the main page\";s:16:\"tooltip-n-portal\";s:59:\"en:About the project, what you can do, where to find things\";s:20:\"tooltip-n-randompage\";s:21:\"en:Load a random page\";s:23:\"tooltip-n-recentchanges\";s:39:\"en:A list of recent changes in the wiki\";s:14:\"tooltip-p-logo\";s:22:\"en:Visit the main page\";s:16:\"tooltip-pt-login\";s:61:\"en:You are encouraged to log in; however, it is not mandatory\";s:24:\"tooltip-pt-createaccount\";s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";s:14:\"tooltip-search\";s:22:\"en:Search {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:33:\"en:Search the pages for this text\";s:17:\"tooltip-search-go\";s:49:\"en:Go to a page with this exact name if it exists\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:47:\"en:Permanent link to this revision of this page\";s:15:\"tooltip-t-print\";s:33:\"en:Printable version of this page\";s:29:\"tooltip-t-recentchangeslinked\";s:48:\"en:Recent changes in pages linked from this page\";s:22:\"tooltip-t-specialpages\";s:30:\"en:A list of all special pages\";s:23:\"tooltip-t-whatlinkshere\";s:42:\"en:A list of all wiki pages that link here\";s:8:\"variants\";s:11:\"en:Variants\";s:16:\"vector-view-edit\";s:7:\"en:Edit\";s:19:\"vector-view-history\";s:15:\"en:View history\";s:16:\"vector-view-view\";s:7:\"en:Read\";s:9:\"viewcount\";s:59:\"en:This page has been accessed {{PLURAL:$1|once|$1 times}}.\";s:5:\"views\";s:8:\"en:Views\";s:13:\"whatlinkshere\";s:18:\"en:What links here\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Soronko\";i:1;s:8:\"Nkɔmmɔ\";i:2;s:12:\"Odwumanyɛni\";i:3;s:24:\"Odwumanyɛni_nkɔmmɔbea\";i:5;s:11:\"$1_nkɔmmɔ\";i:6;s:4:\"File\";i:7;s:13:\"File_nkɔmmɔ\";i:8;s:9:\"MediaWiki\";i:9;s:18:\"MediaWiki_nkɔmmɔ\";i:10;s:9:\"Nhwɛsode\";i:11;s:21:\"Nhwɛsode_nkɔmmɔbea\";i:12;s:3:\"Boa\";i:13;s:16:\"Mmoa_nkɔmmɔbea\";i:14;s:8:\"Nkyekyem\";i:15;s:20:\"Nkyekyem_nkɔmmɔbea\";i:0;s:0:\"\";}}'),('ak','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ak','rtl','b:0;'),('ak','separatorTransformTable','N;'),('ak','specialPageAliases','a:142:{s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('aln','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('aln','compiledPluralRules','a:1:{i:0;s:6:\"n 1 in\";}'),('aln','dateFormats','a:20:{s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:8:\"dmy both\";s:9:\"j F Y H:i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('aln','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('aln','datePreferences','a:3:{i:0;s:7:\"default\";i:1;s:3:\"dmy\";i:2;s:8:\"ISO 8601\";}'),('aln','defaultDateFormat','s:3:\"dmy\";'),('aln','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAln.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/aln.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/sq.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesSq.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('aln','digitGroupingPattern','s:9:\"#,##0.###\";'),('aln','digitTransformTable','N;'),('aln','fallback','s:2:\"sq\";'),('aln','fallback8bitEncoding','s:12:\"windows-1252\";'),('aln','fallbackSequence','a:2:{i:0;s:2:\"sq\";i:1;s:2:\"en\";}'),('aln','imageFiles','N;'),('aln','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('aln','linkPrefixExtension','b:0;'),('aln','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('aln','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:19:\"tog-extendwatchlist\";i:5;s:12:\"tog-usenewrc\";i:6;s:18:\"tog-editondblclick\";i:7;s:27:\"tog-editsectiononrightclick\";i:8;s:18:\"tog-watchcreations\";i:9;s:16:\"tog-watchdefault\";i:10;s:14:\"tog-watchmoves\";i:11;s:17:\"tog-watchdeletion\";i:12;s:16:\"tog-minordefault\";i:13;s:16:\"tog-previewontop\";i:14;s:18:\"tog-previewonfirst\";i:15;s:24:\"tog-enotifwatchlistpages\";i:16;s:23:\"tog-enotifusertalkpages\";i:17;s:20:\"tog-enotifminoredits\";i:18;s:20:\"tog-enotifrevealaddr\";i:19;s:23:\"tog-shownumberswatching\";i:20;s:10:\"tog-oldsig\";i:21;s:12:\"tog-fancysig\";i:22;s:18:\"tog-uselivepreview\";i:23;s:20:\"tog-forceeditsummary\";i:24;s:20:\"tog-watchlisthideown\";i:25;s:21:\"tog-watchlisthidebots\";i:26;s:22:\"tog-watchlisthideminor\";i:27;s:20:\"tog-watchlisthideliu\";i:28;s:22:\"tog-watchlisthideanons\";i:29;s:26:\"tog-watchlisthidepatrolled\";i:30;s:16:\"tog-ccmeonemails\";i:31;s:12:\"tog-diffonly\";i:32;s:18:\"tog-showhiddencats\";i:33;s:18:\"tog-norollbackdiff\";i:34;s:18:\"tog-useeditwarning\";i:35;s:16:\"underline-always\";i:36;s:15:\"underline-never\";i:37;s:17:\"underline-default\";i:38;s:14:\"editfont-style\";i:39;s:18:\"editfont-monospace\";i:40;s:18:\"editfont-sansserif\";i:41;s:14:\"editfont-serif\";i:42;s:6:\"sunday\";i:43;s:6:\"monday\";i:44;s:7:\"tuesday\";i:45;s:9:\"wednesday\";i:46;s:8:\"thursday\";i:47;s:6:\"friday\";i:48;s:8:\"saturday\";i:49;s:3:\"sun\";i:50;s:3:\"mon\";i:51;s:3:\"tue\";i:52;s:3:\"wed\";i:53;s:3:\"thu\";i:54;s:3:\"fri\";i:55;s:3:\"sat\";i:56;s:7:\"january\";i:57;s:8:\"february\";i:58;s:5:\"march\";i:59;s:5:\"april\";i:60;s:8:\"may_long\";i:61;s:4:\"june\";i:62;s:4:\"july\";i:63;s:6:\"august\";i:64;s:9:\"september\";i:65;s:7:\"october\";i:66;s:8:\"november\";i:67;s:8:\"december\";i:68;s:11:\"january-gen\";i:69;s:12:\"february-gen\";i:70;s:9:\"march-gen\";i:71;s:9:\"april-gen\";i:72;s:7:\"may-gen\";i:73;s:8:\"june-gen\";i:74;s:8:\"july-gen\";i:75;s:10:\"august-gen\";i:76;s:13:\"september-gen\";i:77;s:11:\"october-gen\";i:78;s:12:\"november-gen\";i:79;s:12:\"december-gen\";i:80;s:3:\"jan\";i:81;s:3:\"feb\";i:82;s:3:\"mar\";i:83;s:3:\"apr\";i:84;s:3:\"may\";i:85;s:3:\"jun\";i:86;s:3:\"jul\";i:87;s:3:\"aug\";i:88;s:3:\"sep\";i:89;s:3:\"oct\";i:90;s:3:\"nov\";i:91;s:3:\"dec\";i:92;s:14:\"pagecategories\";i:93;s:15:\"category_header\";i:94;s:13:\"subcategories\";i:95;s:21:\"category-media-header\";i:96;s:14:\"category-empty\";i:97;s:17:\"hidden-categories\";i:98;s:24:\"hidden-category-category\";i:99;s:21:\"category-subcat-count\";i:100;s:29:\"category-subcat-count-limited\";i:101;s:22:\"category-article-count\";i:102;s:30:\"category-article-count-limited\";i:103;s:19:\"category-file-count\";i:104;s:27:\"category-file-count-limited\";i:105;s:14:\"index-category\";i:106;s:16:\"noindex-category\";i:107;s:5:\"about\";i:108;s:7:\"article\";i:109;s:9:\"newwindow\";i:110;s:6:\"cancel\";i:111;s:13:\"moredotdotdot\";i:112;s:13:\"morenotlisted\";i:113;s:6:\"mypage\";i:114;s:6:\"mytalk\";i:115;s:8:\"anontalk\";i:116;s:10:\"navigation\";i:117;s:3:\"and\";i:118;s:3:\"faq\";i:119;s:7:\"actions\";i:120;s:10:\"namespaces\";i:121;s:8:\"variants\";i:122;s:14:\"errorpagetitle\";i:123;s:8:\"returnto\";i:124;s:7:\"tagline\";i:125;s:4:\"help\";i:126;s:6:\"search\";i:127;s:12:\"searchbutton\";i:128;s:2:\"go\";i:129;s:13:\"searcharticle\";i:130;s:17:\"skin-view-history\";i:131;s:7:\"history\";i:132;s:13:\"history_short\";i:133;s:13:\"updatedmarker\";i:134;s:16:\"printableversion\";i:135;s:9:\"permalink\";i:136;s:5:\"print\";i:137;s:4:\"view\";i:138;s:14:\"skin-view-view\";i:139;s:17:\"skin-view-foreign\";i:140;s:4:\"edit\";i:141;s:14:\"skin-view-edit\";i:142;s:10:\"edit-local\";i:143;s:6:\"create\";i:144;s:16:\"skin-view-create\";i:145;s:6:\"delete\";i:146;s:14:\"undelete_short\";i:147;s:7:\"protect\";i:148;s:14:\"protect_change\";i:149;s:21:\"skin-action-unprotect\";i:150;s:9:\"unprotect\";i:151;s:7:\"newpage\";i:152;s:16:\"talkpagelinktext\";i:153;s:11:\"specialpage\";i:154;s:13:\"personaltools\";i:155;s:4:\"talk\";i:156;s:5:\"views\";i:157;s:7:\"toolbox\";i:158;s:9:\"imagepage\";i:159;s:13:\"mediawikipage\";i:160;s:12:\"templatepage\";i:161;s:12:\"viewhelppage\";i:162;s:12:\"categorypage\";i:163;s:12:\"viewtalkpage\";i:164;s:14:\"otherlanguages\";i:165;s:14:\"redirectedfrom\";i:166;s:15:\"redirectpagesub\";i:167;s:14:\"lastmodifiedat\";i:168;s:9:\"viewcount\";i:169;s:13:\"protectedpage\";i:170;s:6:\"jumpto\";i:171;s:16:\"jumptonavigation\";i:172;s:12:\"jumptosearch\";i:173;s:15:\"view-pool-error\";i:174;s:9:\"aboutsite\";i:175;s:9:\"aboutpage\";i:176;s:9:\"copyright\";i:177;s:13:\"copyrightpage\";i:178;s:13:\"currentevents\";i:179;s:17:\"currentevents-url\";i:180;s:11:\"disclaimers\";i:181;s:14:\"disclaimerpage\";i:182;s:8:\"edithelp\";i:183;s:8:\"mainpage\";i:184;s:20:\"mainpage-description\";i:185;s:10:\"policy-url\";i:186;s:6:\"portal\";i:187;s:10:\"portal-url\";i:188;s:7:\"privacy\";i:189;s:11:\"privacypage\";i:190;s:9:\"badaccess\";i:191;s:16:\"badaccess-group0\";i:192;s:16:\"badaccess-groups\";i:193;s:15:\"versionrequired\";i:194;s:19:\"versionrequiredtext\";i:195;s:2:\"ok\";i:196;s:13:\"retrievedfrom\";i:197;s:18:\"youhavenewmessages\";i:198;s:11:\"editsection\";i:199;s:7:\"editold\";i:200;s:13:\"viewsourceold\";i:201;s:8:\"editlink\";i:202;s:14:\"viewsourcelink\";i:203;s:15:\"editsectionhint\";i:204;s:3:\"toc\";i:205;s:7:\"showtoc\";i:206;s:7:\"hidetoc\";i:207;s:13:\"thisisdeleted\";i:208;s:11:\"viewdeleted\";i:209;s:11:\"restorelink\";i:210;s:12:\"feed-invalid\";i:211;s:16:\"feed-unavailable\";i:212;s:13:\"site-rss-feed\";i:213;s:14:\"site-atom-feed\";i:214;s:13:\"page-rss-feed\";i:215;s:14:\"page-atom-feed\";i:216;s:14:\"red-link-title\";i:217;s:10:\"nstab-main\";i:218;s:10:\"nstab-user\";i:219;s:11:\"nstab-media\";i:220;s:13:\"nstab-special\";i:221;s:13:\"nstab-project\";i:222;s:11:\"nstab-image\";i:223;s:15:\"nstab-mediawiki\";i:224;s:14:\"nstab-template\";i:225;s:10:\"nstab-help\";i:226;s:14:\"nstab-category\";i:227;s:12:\"nosuchaction\";i:228;s:16:\"nosuchactiontext\";i:229;s:17:\"nosuchspecialpage\";i:230;s:17:\"nospecialpagetext\";i:231;s:5:\"error\";i:232;s:13:\"databaseerror\";i:233;s:17:\"laggedreplicamode\";i:234;s:8:\"readonly\";i:235;s:15:\"enterlockreason\";i:236;s:12:\"readonlytext\";i:237;s:15:\"missing-article\";i:238;s:18:\"missingarticle-rev\";i:239;s:19:\"missingarticle-diff\";i:240;s:12:\"readonly_lag\";i:241;s:13:\"internalerror\";i:242;s:18:\"internalerror_info\";i:243;s:13:\"filecopyerror\";i:244;s:15:\"filerenameerror\";i:245;s:15:\"filedeleteerror\";i:246;s:20:\"directorycreateerror\";i:247;s:12:\"filenotfound\";i:248;s:10:\"unexpected\";i:249;s:9:\"formerror\";i:250;s:15:\"badarticleerror\";i:251;s:12:\"cannotdelete\";i:252;s:8:\"badtitle\";i:253;s:12:\"badtitletext\";i:254;s:10:\"perfcached\";i:255;s:12:\"perfcachedts\";i:256;s:20:\"querypage-no-updates\";i:257;s:10:\"viewsource\";i:258;s:15:\"actionthrottled\";i:259;s:19:\"actionthrottledtext\";i:260;s:17:\"protectedpagetext\";i:261;s:14:\"viewsourcetext\";i:262;s:18:\"protectedinterface\";i:263;s:16:\"editinginterface\";i:264;s:16:\"cascadeprotected\";i:265;s:18:\"namespaceprotected\";i:266;s:19:\"ns-specialprotected\";i:267;s:14:\"titleprotected\";i:268;s:16:\"virus-badscanner\";i:269;s:16:\"virus-scanfailed\";i:270;s:20:\"virus-unknownscanner\";i:271;s:10:\"logouttext\";i:272;s:8:\"yourname\";i:273;s:12:\"yourpassword\";i:274;s:17:\"yourpasswordagain\";i:275;s:14:\"yourdomainname\";i:276;s:15:\"externaldberror\";i:277;s:5:\"login\";i:278;s:23:\"nav-login-createaccount\";i:279;s:6:\"logout\";i:280;s:10:\"userlogout\";i:281;s:11:\"notloggedin\";i:282;s:13:\"createaccount\";i:283;s:17:\"createaccountmail\";i:284;s:9:\"badretype\";i:285;s:10:\"userexists\";i:286;s:10:\"loginerror\";i:287;s:18:\"createaccounterror\";i:288;s:12:\"nocookiesnew\";i:289;s:14:\"nocookieslogin\";i:290;s:6:\"noname\";i:291;s:17:\"loginsuccesstitle\";i:292;s:12:\"loginsuccess\";i:293;s:10:\"nosuchuser\";i:294;s:15:\"nosuchusershort\";i:295;s:15:\"nouserspecified\";i:296;s:17:\"login-userblocked\";i:297;s:13:\"wrongpassword\";i:298;s:18:\"wrongpasswordempty\";i:299;s:16:\"passwordtooshort\";i:300;s:19:\"password-name-match\";i:301;s:14:\"mailmypassword\";i:302;s:21:\"passwordremindertitle\";i:303;s:20:\"passwordremindertext\";i:304;s:7:\"noemail\";i:305;s:13:\"noemailcreate\";i:306;s:12:\"passwordsent\";i:307;s:20:\"blocked-mailpassword\";i:308;s:12:\"eauthentsent\";i:309;s:22:\"throttled-mailpassword\";i:310;s:9:\"mailerror\";i:311;s:26:\"acct_creation_throttle_hit\";i:312;s:18:\"emailauthenticated\";i:313;s:21:\"emailnotauthenticated\";i:314;s:12:\"noemailprefs\";i:315;s:16:\"emailconfirmlink\";i:316;s:19:\"invalidemailaddress\";i:317;s:14:\"accountcreated\";i:318;s:18:\"accountcreatedtext\";i:319;s:19:\"createaccount-title\";i:320;s:18:\"createaccount-text\";i:321;s:15:\"login-throttled\";i:322;s:18:\"loginlanguagelabel\";i:323;s:21:\"suspicious-userlogout\";i:324;s:14:\"changepassword\";i:325;s:18:\"resetpass_announce\";i:326;s:14:\"resetpass_text\";i:327;s:16:\"resetpass_header\";i:328;s:11:\"oldpassword\";i:329;s:11:\"newpassword\";i:330;s:9:\"retypenew\";i:331;s:16:\"resetpass_submit\";i:332;s:22:\"changepassword-success\";i:333;s:19:\"resetpass_forbidden\";i:334;s:17:\"resetpass-no-info\";i:335;s:25:\"resetpass-submit-loggedin\";i:336;s:23:\"resetpass-submit-cancel\";i:337;s:23:\"resetpass-wrong-oldpass\";i:338;s:23:\"resetpass-temp-password\";i:339;s:13:\"passwordreset\";i:340;s:22:\"passwordreset-username\";i:341;s:21:\"passwordreset-success\";i:342;s:7:\"summary\";i:343;s:7:\"subject\";i:344;s:9:\"minoredit\";i:345;s:9:\"watchthis\";i:346;s:11:\"savearticle\";i:347;s:7:\"preview\";i:348;s:11:\"showpreview\";i:349;s:8:\"showdiff\";i:350;s:15:\"anoneditwarning\";i:351;s:18:\"anonpreviewwarning\";i:352;s:14:\"missingsummary\";i:353;s:18:\"missingcommenttext\";i:354;s:20:\"missingcommentheader\";i:355;s:15:\"summary-preview\";i:356;s:12:\"blockedtitle\";i:357;s:11:\"blockedtext\";i:358;s:15:\"autoblockedtext\";i:359;s:15:\"blockednoreason\";i:360;s:17:\"whitelistedittext\";i:361;s:15:\"confirmedittext\";i:362;s:18:\"nosuchsectiontitle\";i:363;s:17:\"nosuchsectiontext\";i:364;s:13:\"loginreqtitle\";i:365;s:12:\"loginreqlink\";i:366;s:16:\"loginreqpagetext\";i:367;s:12:\"accmailtitle\";i:368;s:11:\"accmailtext\";i:369;s:10:\"newarticle\";i:370;s:14:\"newarticletext\";i:371;s:16:\"anontalkpagetext\";i:372;s:13:\"noarticletext\";i:373;s:25:\"userpage-userdoesnotexist\";i:374;s:14:\"clearyourcache\";i:375;s:20:\"usercssyoucanpreview\";i:376;s:19:\"userjsyoucanpreview\";i:377;s:14:\"usercsspreview\";i:378;s:13:\"userjspreview\";i:379;s:22:\"userinvalidconfigtitle\";i:380;s:7:\"updated\";i:381;s:4:\"note\";i:382;s:11:\"previewnote\";i:383;s:15:\"previewconflict\";i:384;s:20:\"session_fail_preview\";i:385;s:25:\"session_fail_preview_html\";i:386;s:7:\"editing\";i:387;s:14:\"editingsection\";i:388;s:14:\"editingcomment\";i:389;s:12:\"editconflict\";i:390;s:15:\"explainconflict\";i:391;s:8:\"yourtext\";i:392;s:13:\"storedversion\";i:393;s:10:\"editingold\";i:394;s:8:\"yourdiff\";i:395;s:16:\"copyrightwarning\";i:396;s:17:\"copyrightwarning2\";i:397;s:13:\"longpageerror\";i:398;s:15:\"readonlywarning\";i:399;s:20:\"protectedpagewarning\";i:400;s:24:\"semiprotectedpagewarning\";i:401;s:23:\"cascadeprotectedwarning\";i:402;s:21:\"titleprotectedwarning\";i:403;s:13:\"templatesused\";i:404;s:20:\"templatesusedpreview\";i:405;s:20:\"templatesusedsection\";i:406;s:18:\"template-protected\";i:407;s:22:\"template-semiprotected\";i:408;s:16:\"hiddencategories\";i:409;s:12:\"nocreatetext\";i:410;s:17:\"nocreate-loggedin\";i:411;s:17:\"permissionserrors\";i:412;s:21:\"permissionserrorstext\";i:413;s:32:\"permissionserrorstext-withaction\";i:414;s:26:\"recreate-moveddeleted-warn\";i:415;s:19:\"moveddeleted-notice\";i:416;s:17:\"edit-gone-missing\";i:417;s:13:\"edit-conflict\";i:418;s:14:\"edit-no-change\";i:419;s:19:\"edit-already-exists\";i:420;s:32:\"expensive-parserfunction-warning\";i:421;s:33:\"expensive-parserfunction-category\";i:422;s:38:\"post-expand-template-inclusion-warning\";i:423;s:39:\"post-expand-template-inclusion-category\";i:424;s:37:\"post-expand-template-argument-warning\";i:425;s:38:\"post-expand-template-argument-category\";i:426;s:12:\"undo-success\";i:427;s:12:\"undo-failure\";i:428;s:10:\"undo-norev\";i:429;s:12:\"undo-summary\";i:430;s:12:\"viewpagelogs\";i:431;s:9:\"nohistory\";i:432;s:10:\"currentrev\";i:433;s:15:\"currentrev-asof\";i:434;s:12:\"revisionasof\";i:435;s:13:\"revision-info\";i:436;s:16:\"previousrevision\";i:437;s:12:\"nextrevision\";i:438;s:19:\"currentrevisionlink\";i:439;s:3:\"cur\";i:440;s:4:\"next\";i:441;s:4:\"last\";i:442;s:10:\"page_first\";i:443;s:9:\"page_last\";i:444;s:10:\"histlegend\";i:445;s:22:\"history-fieldset-title\";i:446;s:9:\"histfirst\";i:447;s:8:\"histlast\";i:448;s:11:\"historysize\";i:449;s:12:\"historyempty\";i:450;s:18:\"history-feed-title\";i:451;s:24:\"history-feed-description\";i:452;s:27:\"history-feed-item-nocomment\";i:453;s:18:\"history-feed-empty\";i:454;s:19:\"rev-deleted-comment\";i:455;s:16:\"rev-deleted-user\";i:456;s:17:\"rev-deleted-event\";i:457;s:27:\"rev-deleted-text-permission\";i:458;s:21:\"rev-deleted-text-view\";i:459;s:12:\"rev-delundel\";i:460;s:15:\"rev-showdeleted\";i:461;s:14:\"revisiondelete\";i:462;s:23:\"revdelete-nooldid-title\";i:463;s:22:\"revdelete-nooldid-text\";i:464;s:17:\"revdelete-no-file\";i:465;s:18:\"logdelete-selected\";i:466;s:16:\"revdelete-legend\";i:467;s:19:\"revdelete-hide-text\";i:468;s:20:\"revdelete-hide-image\";i:469;s:19:\"revdelete-hide-name\";i:470;s:22:\"revdelete-hide-comment\";i:471;s:19:\"revdelete-hide-user\";i:472;s:25:\"revdelete-hide-restricted\";i:473;s:18:\"revdelete-suppress\";i:474;s:20:\"revdelete-unsuppress\";i:475;s:13:\"revdelete-log\";i:476;s:16:\"revdelete-submit\";i:477;s:17:\"revdelete-success\";i:478;s:17:\"logdelete-success\";i:479;s:14:\"revdel-restore\";i:480;s:8:\"pagehist\";i:481;s:11:\"deletedhist\";i:482;s:25:\"revdelete-edit-reasonlist\";i:483;s:14:\"suppressionlog\";i:484;s:18:\"suppressionlogtext\";i:485;s:12:\"mergehistory\";i:486;s:19:\"mergehistory-header\";i:487;s:16:\"mergehistory-box\";i:488;s:17:\"mergehistory-from\";i:489;s:17:\"mergehistory-into\";i:490;s:17:\"mergehistory-list\";i:491;s:18:\"mergehistory-merge\";i:492;s:15:\"mergehistory-go\";i:493;s:19:\"mergehistory-submit\";i:494;s:18:\"mergehistory-empty\";i:495;s:17:\"mergehistory-done\";i:496;s:17:\"mergehistory-fail\";i:497;s:22:\"mergehistory-no-source\";i:498;s:27:\"mergehistory-no-destination\";i:499;s:27:\"mergehistory-invalid-source\";i:500;s:32:\"mergehistory-invalid-destination\";i:501;s:24:\"mergehistory-autocomment\";i:502;s:20:\"mergehistory-comment\";i:503;s:29:\"mergehistory-same-destination\";i:504;s:8:\"mergelog\";i:505;s:11:\"revertmerge\";i:506;s:16:\"mergelogpagetext\";i:507;s:13:\"history-title\";i:508;s:6:\"lineno\";i:509;s:23:\"compareselectedversions\";i:510;s:8:\"editundo\";i:511;s:13:\"searchresults\";i:512;s:19:\"searchresults-title\";i:513;s:12:\"titlematches\";i:514;s:11:\"textmatches\";i:515;s:13:\"notextmatches\";i:516;s:5:\"prevn\";i:517;s:5:\"nextn\";i:518;s:11:\"prevn-title\";i:519;s:11:\"nextn-title\";i:520;s:11:\"shown-title\";i:521;s:12:\"viewprevnext\";i:522;s:17:\"searchmenu-exists\";i:523;s:14:\"searchmenu-new\";i:524;s:22:\"searchprofile-articles\";i:525;s:20:\"searchprofile-images\";i:526;s:24:\"searchprofile-everything\";i:527;s:22:\"searchprofile-advanced\";i:528;s:30:\"searchprofile-articles-tooltip\";i:529;s:28:\"searchprofile-images-tooltip\";i:530;s:32:\"searchprofile-everything-tooltip\";i:531;s:30:\"searchprofile-advanced-tooltip\";i:532;s:18:\"search-result-size\";i:533;s:15:\"search-redirect\";i:534;s:14:\"search-section\";i:535;s:14:\"search-suggest\";i:536;s:21:\"search-interwiki-more\";i:537;s:21:\"search-relatedarticle\";i:538;s:13:\"searchrelated\";i:539;s:9:\"searchall\";i:540;s:14:\"showingresults\";i:541;s:16:\"search-nonefound\";i:542;s:18:\"powersearch-legend\";i:543;s:14:\"powersearch-ns\";i:544;s:23:\"powersearch-togglelabel\";i:545;s:21:\"powersearch-toggleall\";i:546;s:22:\"powersearch-togglenone\";i:547;s:15:\"search-external\";i:548;s:14:\"searchdisabled\";i:549;s:11:\"preferences\";i:550;s:13:\"mypreferences\";i:551;s:11:\"prefs-edits\";i:552;s:10:\"prefs-skin\";i:553;s:12:\"skin-preview\";i:554;s:11:\"datedefault\";i:555;s:10:\"prefs-labs\";i:556;s:14:\"prefs-personal\";i:557;s:8:\"prefs-rc\";i:558;s:15:\"prefs-watchlist\";i:559;s:20:\"prefs-watchlist-days\";i:560;s:24:\"prefs-watchlist-days-max\";i:561;s:21:\"prefs-watchlist-edits\";i:562;s:25:\"prefs-watchlist-edits-max\";i:563;s:10:\"prefs-misc\";i:564;s:15:\"prefs-resetpass\";i:565;s:11:\"prefs-email\";i:566;s:15:\"prefs-rendering\";i:567;s:9:\"saveprefs\";i:568;s:12:\"restoreprefs\";i:569;s:13:\"prefs-editing\";i:570;s:17:\"searchresultshead\";i:571;s:17:\"recentchangesdays\";i:572;s:21:\"recentchangesdays-max\";i:573;s:18:\"recentchangescount\";i:574;s:29:\"prefs-help-recentchangescount\";i:575;s:10:\"savedprefs\";i:576;s:14:\"timezonelegend\";i:577;s:9:\"localtime\";i:578;s:24:\"timezoneuseserverdefault\";i:579;s:17:\"timezoneuseoffset\";i:580;s:10:\"servertime\";i:581;s:13:\"guesstimezone\";i:582;s:21:\"timezoneregion-africa\";i:583;s:22:\"timezoneregion-america\";i:584;s:25:\"timezoneregion-antarctica\";i:585;s:21:\"timezoneregion-arctic\";i:586;s:19:\"timezoneregion-asia\";i:587;s:23:\"timezoneregion-atlantic\";i:588;s:24:\"timezoneregion-australia\";i:589;s:21:\"timezoneregion-europe\";i:590;s:21:\"timezoneregion-indian\";i:591;s:22:\"timezoneregion-pacific\";i:592;s:10:\"allowemail\";i:593;s:19:\"prefs-searchoptions\";i:594;s:16:\"prefs-namespaces\";i:595;s:7:\"default\";i:596;s:11:\"prefs-files\";i:597;s:16:\"prefs-custom-css\";i:598;s:15:\"prefs-custom-js\";i:599;s:17:\"prefs-reset-intro\";i:600;s:24:\"prefs-emailconfirm-label\";i:601;s:9:\"youremail\";i:602;s:8:\"username\";i:603;s:20:\"prefs-memberingroups\";i:604;s:12:\"yourrealname\";i:605;s:12:\"yourlanguage\";i:606;s:8:\"yournick\";i:607;s:6:\"badsig\";i:608;s:12:\"badsiglength\";i:609;s:10:\"yourgender\";i:610;s:14:\"gender-unknown\";i:611;s:11:\"gender-male\";i:612;s:13:\"gender-female\";i:613;s:17:\"prefs-help-gender\";i:614;s:5:\"email\";i:615;s:19:\"prefs-help-realname\";i:616;s:16:\"prefs-help-email\";i:617;s:25:\"prefs-help-email-required\";i:618;s:10:\"prefs-info\";i:619;s:10:\"prefs-i18n\";i:620;s:15:\"prefs-signature\";i:621;s:10:\"userrights\";i:622;s:22:\"userrights-lookup-user\";i:623;s:24:\"userrights-user-editname\";i:624;s:13:\"editusergroup\";i:625;s:11:\"editinguser\";i:626;s:24:\"userrights-editusergroup\";i:627;s:14:\"saveusergroups\";i:628;s:23:\"userrights-groupsmember\";i:629;s:22:\"userrights-groups-help\";i:630;s:17:\"userrights-reason\";i:631;s:23:\"userrights-no-interwiki\";i:632;s:21:\"userrights-nodatabase\";i:633;s:25:\"userrights-changeable-col\";i:634;s:27:\"userrights-unchangeable-col\";i:635;s:5:\"group\";i:636;s:10:\"group-user\";i:637;s:19:\"group-autoconfirmed\";i:638;s:9:\"group-bot\";i:639;s:11:\"group-sysop\";i:640;s:16:\"group-bureaucrat\";i:641;s:14:\"group-suppress\";i:642;s:9:\"group-all\";i:643;s:17:\"group-user-member\";i:644;s:26:\"group-autoconfirmed-member\";i:645;s:16:\"group-bot-member\";i:646;s:18:\"group-sysop-member\";i:647;s:23:\"group-bureaucrat-member\";i:648;s:21:\"group-suppress-member\";i:649;s:14:\"grouppage-user\";i:650;s:23:\"grouppage-autoconfirmed\";i:651;s:13:\"grouppage-bot\";i:652;s:15:\"grouppage-sysop\";i:653;s:20:\"grouppage-bureaucrat\";i:654;s:18:\"grouppage-suppress\";i:655;s:10:\"right-read\";i:656;s:10:\"right-edit\";i:657;s:16:\"right-createpage\";i:658;s:16:\"right-createtalk\";i:659;s:19:\"right-createaccount\";i:660;s:15:\"right-minoredit\";i:661;s:10:\"right-move\";i:662;s:19:\"right-move-subpages\";i:663;s:14:\"right-movefile\";i:664;s:22:\"right-suppressredirect\";i:665;s:12:\"right-upload\";i:666;s:14:\"right-reupload\";i:667;s:18:\"right-reupload-own\";i:668;s:19:\"right-upload_by_url\";i:669;s:19:\"right-autoconfirmed\";i:670;s:9:\"right-bot\";i:671;s:12:\"right-delete\";i:672;s:15:\"right-bigdelete\";i:673;s:20:\"right-deleterevision\";i:674;s:19:\"right-browsearchive\";i:675;s:14:\"right-undelete\";i:676;s:11:\"right-block\";i:677;s:16:\"right-blockemail\";i:678;s:14:\"right-hideuser\";i:679;s:13:\"right-protect\";i:680;s:19:\"right-editprotected\";i:681;s:19:\"right-editinterface\";i:682;s:17:\"right-editusercss\";i:683;s:18:\"right-edituserjson\";i:684;s:16:\"right-edituserjs\";i:685;s:20:\"right-editmyuserjson\";i:686;s:17:\"right-noratelimit\";i:687;s:12:\"right-import\";i:688;s:20:\"right-unwatchedpages\";i:689;s:18:\"right-mergehistory\";i:690;s:16:\"right-userrights\";i:691;s:14:\"newuserlogpage\";i:692;s:9:\"rightslog\";i:693;s:13:\"rightslogtext\";i:694;s:11:\"action-read\";i:695;s:22:\"skin-action-addsection\";i:696;s:11:\"action-edit\";i:697;s:17:\"action-createpage\";i:698;s:17:\"action-createtalk\";i:699;s:20:\"action-createaccount\";i:700;s:16:\"action-minoredit\";i:701;s:11:\"action-move\";i:702;s:20:\"action-move-subpages\";i:703;s:15:\"action-movefile\";i:704;s:13:\"action-upload\";i:705;s:15:\"action-reupload\";i:706;s:20:\"action-upload_by_url\";i:707;s:13:\"action-delete\";i:708;s:21:\"action-deleterevision\";i:709;s:21:\"action-deletedhistory\";i:710;s:20:\"action-browsearchive\";i:711;s:15:\"action-undelete\";i:712;s:23:\"action-suppressrevision\";i:713;s:12:\"action-block\";i:714;s:14:\"action-protect\";i:715;s:13:\"action-import\";i:716;s:13:\"action-patrol\";i:717;s:17:\"action-autopatrol\";i:718;s:21:\"action-unwatchedpages\";i:719;s:19:\"action-mergehistory\";i:720;s:17:\"action-userrights\";i:721;s:27:\"action-userrights-interwiki\";i:722;s:16:\"action-siteadmin\";i:723;s:8:\"nchanges\";i:724;s:13:\"recentchanges\";i:725;s:20:\"recentchanges-legend\";i:726;s:21:\"recentchanges-summary\";i:727;s:30:\"recentchanges-feed-description\";i:728;s:27:\"recentchanges-label-newpage\";i:729;s:10:\"rclistfrom\";i:730;s:15:\"rcshowhideminor\";i:731;s:14:\"rcshowhidebots\";i:732;s:13:\"rcshowhideliu\";i:733;s:15:\"rcshowhideanons\";i:734;s:14:\"rcshowhidepatr\";i:735;s:14:\"rcshowhidemine\";i:736;s:7:\"rclinks\";i:737;s:4:\"diff\";i:738;s:4:\"hist\";i:739;s:4:\"hide\";i:740;s:4:\"show\";i:741;s:15:\"minoreditletter\";i:742;s:13:\"newpageletter\";i:743;s:13:\"boteditletter\";i:744;s:19:\"recentchangeslinked\";i:745;s:24:\"recentchangeslinked-feed\";i:746;s:27:\"recentchangeslinked-toolbox\";i:747;s:25:\"recentchangeslinked-title\";i:748;s:27:\"recentchangeslinked-summary\";i:749;s:24:\"recentchangeslinked-page\";i:750;s:22:\"recentchangeslinked-to\";i:751;s:6:\"upload\";i:752;s:13:\"uploadlogpage\";i:753;s:16:\"file-anchor-link\";i:754;s:8:\"filehist\";i:755;s:13:\"filehist-help\";i:756;s:16:\"filehist-current\";i:757;s:17:\"filehist-datetime\";i:758;s:14:\"filehist-thumb\";i:759;s:18:\"filehist-thumbtext\";i:760;s:13:\"filehist-user\";i:761;s:19:\"filehist-dimensions\";i:762;s:17:\"filehist-filesize\";i:763;s:16:\"filehist-comment\";i:764;s:10:\"imagelinks\";i:765;s:12:\"linkstoimage\";i:766;s:12:\"sharedupload\";i:767;s:25:\"uploadnewversion-linktext\";i:768;s:27:\"filedelete-reason-otherlist\";i:769;s:8:\"download\";i:770;s:10:\"randompage\";i:771;s:10:\"statistics\";i:772;s:16:\"withoutinterwiki\";i:773;s:6:\"nbytes\";i:774;s:6:\"nlinks\";i:775;s:8:\"nmembers\";i:776;s:11:\"prefixindex\";i:777;s:8:\"newpages\";i:778;s:4:\"move\";i:779;s:12:\"movethispage\";i:780;s:13:\"pager-newer-n\";i:781;s:13:\"pager-older-n\";i:782;s:11:\"booksources\";i:783;s:25:\"booksources-search-legend\";i:784;s:3:\"log\";i:785;s:8:\"allpages\";i:786;s:8:\"prevpage\";i:787;s:12:\"allpagesfrom\";i:788;s:10:\"allpagesto\";i:789;s:11:\"allarticles\";i:790;s:14:\"allpagessubmit\";i:791;s:10:\"categories\";i:792;s:10:\"linksearch\";i:793;s:23:\"listgrouprights-members\";i:794;s:9:\"emailuser\";i:795;s:9:\"watchlist\";i:796;s:11:\"mywatchlist\";i:797;s:14:\"addedwatchtext\";i:798;s:16:\"removedwatchtext\";i:799;s:5:\"watch\";i:800;s:13:\"watchthispage\";i:801;s:7:\"unwatch\";i:802;s:17:\"watchlist-details\";i:803;s:17:\"watchlist-options\";i:804;s:8:\"watching\";i:805;s:10:\"unwatching\";i:806;s:17:\"deletepage-submit\";i:807;s:17:\"confirmdeletetext\";i:808;s:14:\"actioncomplete\";i:809;s:11:\"deletedtext\";i:810;s:10:\"dellogpage\";i:811;s:13:\"deletecomment\";i:812;s:17:\"deleteotherreason\";i:813;s:21:\"deletereasonotherlist\";i:814;s:12:\"rollbacklink\";i:815;s:14:\"protectlogpage\";i:816;s:14:\"protect-legend\";i:817;s:14:\"protectcomment\";i:818;s:13:\"protectexpiry\";i:819;s:22:\"protect_expiry_invalid\";i:820;s:18:\"protect_expiry_old\";i:821;s:12:\"protect-text\";i:822;s:21:\"protect-locked-access\";i:823;s:17:\"protect-cascadeon\";i:824;s:15:\"protect-default\";i:825;s:16:\"protect-fallback\";i:826;s:27:\"protect-level-autoconfirmed\";i:827;s:19:\"protect-level-sysop\";i:828;s:23:\"protect-summary-cascade\";i:829;s:16:\"protect-expiring\";i:830;s:15:\"protect-cascade\";i:831;s:16:\"protect-cantedit\";i:832;s:16:\"restriction-type\";i:833;s:17:\"restriction-level\";i:834;s:23:\"skin-action-viewdeleted\";i:835;s:12:\"undeletelink\";i:836;s:16:\"undeleteviewlink\";i:837;s:9:\"namespace\";i:838;s:6:\"invert\";i:839;s:14:\"blanknamespace\";i:840;s:23:\"tool-link-contributions\";i:841;s:19:\"contributions-title\";i:842;s:9:\"mycontris\";i:843;s:11:\"contribsub2\";i:844;s:5:\"uctop\";i:845;s:5:\"month\";i:846;s:4:\"year\";i:847;s:25:\"sp-contributions-blocklog\";i:848;s:21:\"sp-contributions-talk\";i:849;s:23:\"sp-contributions-search\";i:850;s:25:\"sp-contributions-username\";i:851;s:23:\"sp-contributions-submit\";i:852;s:13:\"whatlinkshere\";i:853;s:19:\"whatlinkshere-title\";i:854;s:18:\"whatlinkshere-page\";i:855;s:9:\"linkshere\";i:856;s:10:\"isredirect\";i:857;s:10:\"istemplate\";i:858;s:7:\"isimage\";i:859;s:18:\"whatlinkshere-prev\";i:860;s:18:\"whatlinkshere-next\";i:861;s:19:\"whatlinkshere-links\";i:862;s:24:\"whatlinkshere-hideredirs\";i:863;s:23:\"whatlinkshere-hidetrans\";i:864;s:23:\"whatlinkshere-hidelinks\";i:865;s:7:\"blockip\";i:866;s:10:\"ipboptions\";i:867;s:11:\"ipblocklist\";i:868;s:9:\"blocklink\";i:869;s:11:\"unblocklink\";i:870;s:16:\"change-blocklink\";i:871;s:12:\"contribslink\";i:872;s:12:\"blocklogpage\";i:873;s:24:\"block-log-flags-nocreate\";i:874;s:12:\"movepagetext\";i:875;s:16:\"movepagetalktext\";i:876;s:8:\"newtitle\";i:877;s:10:\"move-watch\";i:878;s:11:\"movepagebtn\";i:879;s:12:\"pagemovedsub\";i:880;s:14:\"movepage-moved\";i:881;s:13:\"articleexists\";i:882;s:8:\"movetalk\";i:883;s:11:\"movelogpage\";i:884;s:10:\"movereason\";i:885;s:10:\"revertmove\";i:886;s:6:\"export\";i:887;s:14:\"thumbnail-more\";i:888;s:15:\"thumbnail_error\";i:889;s:19:\"tooltip-pt-userpage\";i:890;s:17:\"tooltip-pt-mytalk\";i:891;s:22:\"tooltip-pt-preferences\";i:892;s:20:\"tooltip-pt-watchlist\";i:893;s:20:\"tooltip-pt-mycontris\";i:894;s:16:\"tooltip-pt-login\";i:895;s:17:\"tooltip-pt-logout\";i:896;s:15:\"tooltip-ca-talk\";i:897;s:15:\"tooltip-ca-edit\";i:898;s:21:\"tooltip-ca-addsection\";i:899;s:21:\"tooltip-ca-viewsource\";i:900;s:18:\"tooltip-ca-history\";i:901;s:18:\"tooltip-ca-protect\";i:902;s:17:\"tooltip-ca-delete\";i:903;s:19:\"tooltip-ca-undelete\";i:904;s:15:\"tooltip-ca-move\";i:905;s:16:\"tooltip-ca-watch\";i:906;s:18:\"tooltip-ca-unwatch\";i:907;s:14:\"tooltip-search\";i:908;s:17:\"tooltip-search-go\";i:909;s:23:\"tooltip-search-fulltext\";i:910;s:14:\"tooltip-p-logo\";i:911;s:18:\"tooltip-n-mainpage\";i:912;s:30:\"tooltip-n-mainpage-description\";i:913;s:16:\"tooltip-n-portal\";i:914;s:23:\"tooltip-n-currentevents\";i:915;s:23:\"tooltip-n-recentchanges\";i:916;s:20:\"tooltip-n-randompage\";i:917;s:14:\"tooltip-n-help\";i:918;s:23:\"tooltip-t-whatlinkshere\";i:919;s:29:\"tooltip-t-recentchangeslinked\";i:920;s:16:\"tooltip-feed-rss\";i:921;s:17:\"tooltip-feed-atom\";i:922;s:23:\"tooltip-t-contributions\";i:923;s:19:\"tooltip-t-emailuser\";i:924;s:16:\"tooltip-t-upload\";i:925;s:22:\"tooltip-t-specialpages\";i:926;s:15:\"tooltip-t-print\";i:927;s:19:\"tooltip-t-permalink\";i:928;s:21:\"tooltip-ca-nstab-main\";i:929;s:21:\"tooltip-ca-nstab-user\";i:930;s:22:\"tooltip-ca-nstab-media\";i:931;s:24:\"tooltip-ca-nstab-special\";i:932;s:24:\"tooltip-ca-nstab-project\";i:933;s:22:\"tooltip-ca-nstab-image\";i:934;s:26:\"tooltip-ca-nstab-mediawiki\";i:935;s:25:\"tooltip-ca-nstab-template\";i:936;s:21:\"tooltip-ca-nstab-help\";i:937;s:25:\"tooltip-ca-nstab-category\";i:938;s:17:\"tooltip-minoredit\";i:939;s:12:\"tooltip-save\";i:940;s:15:\"tooltip-preview\";i:941;s:12:\"tooltip-diff\";i:942;s:31:\"tooltip-compareselectedversions\";i:943;s:13:\"tooltip-watch\";i:944;s:16:\"tooltip-recreate\";i:945;s:14:\"tooltip-upload\";i:946;s:16:\"tooltip-rollback\";i:947;s:12:\"tooltip-undo\";i:948;s:10:\"common.css\";i:949;s:9:\"print.css\";i:950;s:9:\"common.js\";i:951;s:9:\"anonymous\";i:952;s:8:\"siteuser\";i:953;s:16:\"lastmodifiedatby\";i:954;s:13:\"othercontribs\";i:955;s:6:\"others\";i:956;s:9:\"siteusers\";i:957;s:11:\"creditspage\";i:958;s:20:\"simpleantispam-label\";i:959;s:12:\"previousdiff\";i:960;s:8:\"nextdiff\";i:961;s:14:\"file-info-size\";i:962;s:12:\"file-nohires\";i:963;s:13:\"svg-long-desc\";i:964;s:14:\"show-big-image\";i:965;s:14:\"bad_image_list\";i:966;s:19:\"variantname-zh-hans\";i:967;s:19:\"variantname-zh-hant\";i:968;s:17:\"variantname-zh-cn\";i:969;s:17:\"variantname-zh-tw\";i:970;s:17:\"variantname-zh-hk\";i:971;s:17:\"variantname-zh-mo\";i:972;s:8:\"metadata\";i:973;s:13:\"metadata-help\";i:974;s:15:\"metadata-expand\";i:975;s:17:\"metadata-collapse\";i:976;s:15:\"metadata-fields\";i:977;s:13:\"namespacesall\";i:978;s:9:\"monthsall\";i:979;s:19:\"watchlisttools-view\";i:980;s:19:\"watchlisttools-edit\";i:981;s:18:\"watchlisttools-raw\";i:982;s:12:\"specialpages\";i:983;s:10:\"deletepage\";i:984;s:20:\"revdelete-restricted\";i:985;s:22:\"revdelete-unrestricted\";i:986;s:10:\"rightsnone\";i:987;s:20:\"searchsuggest-search\";i:988;s:24:\"searchsuggest-containing\";i:989;s:30:\"special-characters-group-latin\";i:990;s:38:\"special-characters-group-latinextended\";i:991;s:28:\"special-characters-group-ipa\";i:992;s:32:\"special-characters-group-symbols\";i:993;s:30:\"special-characters-group-greek\";i:994;s:33:\"special-characters-group-cyrillic\";i:995;s:31:\"special-characters-group-arabic\";i:996;s:31:\"special-characters-group-hebrew\";i:997;s:31:\"special-characters-group-bangla\";i:998;s:31:\"special-characters-group-telugu\";i:999;s:32:\"special-characters-group-sinhala\";i:1000;s:33:\"special-characters-group-gujarati\";i:1001;s:20:\"skin-view-edit-local\";i:1002;s:19:\"skin-action-protect\";i:1003;s:20:\"skin-action-undelete\";i:1004;s:18:\"skin-action-delete\";i:1005;s:16:\"skin-action-move\";i:1006;s:10:\"vector.css\";i:1007;s:9:\"vector.js\";i:1008;s:24:\"vector-action-addsection\";i:1009;s:20:\"vector-action-delete\";i:1010;s:18:\"vector-action-move\";i:1011;s:21:\"vector-action-protect\";i:1012;s:22:\"vector-action-undelete\";i:1013;s:23:\"vector-action-unprotect\";i:1014;s:18:\"vector-view-create\";i:1015;s:16:\"vector-view-edit\";i:1016;s:19:\"vector-view-history\";i:1017;s:16:\"vector-view-view\";i:1018;s:22:\"vector-view-viewsource\";i:1019;s:10:\"wikieditor\";i:1020;s:15:\"wikieditor-desc\";i:1021;s:23:\"wikieditor-wikitext-tab\";i:1022;s:18:\"wikieditor-loading\";i:1023;s:29:\"wikieditor-preview-preference\";i:1024;s:22:\"wikieditor-preview-tab\";i:1025;s:30:\"wikieditor-preview-changes-tab\";i:1026;s:26:\"wikieditor-preview-loading\";i:1027;s:29:\"wikieditor-publish-preference\";i:1028;s:33:\"wikieditor-publish-button-publish\";i:1029;s:32:\"wikieditor-publish-button-cancel\";i:1030;s:31:\"wikieditor-publish-dialog-title\";i:1031;s:33:\"wikieditor-publish-dialog-summary\";i:1032;s:31:\"wikieditor-publish-dialog-minor\";i:1033;s:31:\"wikieditor-publish-dialog-watch\";i:1034;s:33:\"wikieditor-publish-dialog-publish\";i:1035;s:32:\"wikieditor-publish-dialog-goback\";i:1036;s:18:\"wikieditor-toolbar\";i:1037;s:23:\"wikieditor-toolbar-desc\";i:1038;s:29:\"wikieditor-toolbar-preference\";i:1039;s:37:\"wikieditor-toolbar-dialogs-preference\";i:1040;s:26:\"wikieditor-toolbar-loading\";i:1041;s:28:\"wikieditor-toolbar-tool-bold\";i:1042;s:36:\"wikieditor-toolbar-tool-bold-example\";i:1043;s:30:\"wikieditor-toolbar-tool-italic\";i:1044;s:38:\"wikieditor-toolbar-tool-italic-example\";i:1045;s:29:\"wikieditor-toolbar-tool-ilink\";i:1046;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:1047;s:29:\"wikieditor-toolbar-tool-xlink\";i:1048;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:1049;s:28:\"wikieditor-toolbar-tool-link\";i:1050;s:34:\"wikieditor-toolbar-tool-link-title\";i:1051;s:32:\"wikieditor-toolbar-tool-link-int\";i:1052;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:1053;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:1054;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:1055;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:1056;s:32:\"wikieditor-toolbar-tool-link-ext\";i:1057;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:1058;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:1059;s:35:\"wikieditor-toolbar-tool-link-insert\";i:1060;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:1061;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:1062;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:1063;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:1064;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:1065;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:1066;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:1067;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:1068;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:1069;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:1070;s:34:\"wikieditor-toolbar-tool-link-empty\";i:1071;s:28:\"wikieditor-toolbar-tool-file\";i:1072;s:36:\"wikieditor-toolbar-tool-file-example\";i:1073;s:33:\"wikieditor-toolbar-tool-reference\";i:1074;s:41:\"wikieditor-toolbar-tool-reference-example\";i:1075;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:1076;s:39:\"wikieditor-toolbar-tool-reference-title\";i:1077;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:1078;s:38:\"wikieditor-toolbar-tool-reference-text\";i:1079;s:33:\"wikieditor-toolbar-tool-signature\";i:1080;s:35:\"wikieditor-toolbar-section-advanced\";i:1081;s:31:\"wikieditor-toolbar-tool-heading\";i:1082;s:33:\"wikieditor-toolbar-tool-heading-1\";i:1083;s:33:\"wikieditor-toolbar-tool-heading-2\";i:1084;s:33:\"wikieditor-toolbar-tool-heading-3\";i:1085;s:33:\"wikieditor-toolbar-tool-heading-4\";i:1086;s:33:\"wikieditor-toolbar-tool-heading-5\";i:1087;s:39:\"wikieditor-toolbar-tool-heading-example\";i:1088;s:31:\"wikieditor-toolbar-group-format\";i:1089;s:29:\"wikieditor-toolbar-tool-ulist\";i:1090;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:1091;s:29:\"wikieditor-toolbar-tool-olist\";i:1092;s:37:\"wikieditor-toolbar-tool-olist-example\";i:1093;s:30:\"wikieditor-toolbar-tool-nowiki\";i:1094;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:1095;s:32:\"wikieditor-toolbar-tool-redirect\";i:1096;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:1097;s:27:\"wikieditor-toolbar-tool-big\";i:1098;s:35:\"wikieditor-toolbar-tool-big-example\";i:1099;s:29:\"wikieditor-toolbar-tool-small\";i:1100;s:37:\"wikieditor-toolbar-tool-small-example\";i:1101;s:35:\"wikieditor-toolbar-tool-superscript\";i:1102;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:1103;s:33:\"wikieditor-toolbar-tool-subscript\";i:1104;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:1105;s:31:\"wikieditor-toolbar-group-insert\";i:1106;s:31:\"wikieditor-toolbar-tool-gallery\";i:1107;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:1108;s:31:\"wikieditor-toolbar-tool-newline\";i:1109;s:29:\"wikieditor-toolbar-tool-table\";i:1110;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:1111;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:1112;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:1113;s:35:\"wikieditor-toolbar-tool-table-title\";i:1114;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:1115;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:1116;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:1117;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:1118;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:1119;s:37:\"wikieditor-toolbar-tool-table-example\";i:1120;s:37:\"wikieditor-toolbar-tool-table-preview\";i:1121;s:36:\"wikieditor-toolbar-tool-table-insert\";i:1122;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:1123;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:1124;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:1125;s:34:\"wikieditor-toolbar-tool-table-zero\";i:1126;s:31:\"wikieditor-toolbar-tool-replace\";i:1127;s:37:\"wikieditor-toolbar-tool-replace-title\";i:1128;s:38:\"wikieditor-toolbar-tool-replace-search\";i:1129;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:1130;s:36:\"wikieditor-toolbar-tool-replace-case\";i:1131;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:1132;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:1133;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:1134;s:37:\"wikieditor-toolbar-tool-replace-close\";i:1135;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:1136;s:39:\"wikieditor-toolbar-tool-replace-success\";i:1137;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:1138;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:1139;s:37:\"wikieditor-toolbar-section-characters\";i:1140;s:31:\"wikieditor-toolbar-section-help\";i:1141;s:43:\"wikieditor-toolbar-help-heading-description\";i:1142;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:1143;s:38:\"wikieditor-toolbar-help-heading-result\";i:1144;s:35:\"wikieditor-toolbar-help-page-format\";i:1145;s:33:\"wikieditor-toolbar-help-page-link\";i:1146;s:36:\"wikieditor-toolbar-help-page-heading\";i:1147;s:33:\"wikieditor-toolbar-help-page-list\";i:1148;s:33:\"wikieditor-toolbar-help-page-file\";i:1149;s:38:\"wikieditor-toolbar-help-page-reference\";i:1150;s:39:\"wikieditor-toolbar-help-page-discussion\";i:1151;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:1152;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:1153;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:1154;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:1155;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:1156;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:1157;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:1158;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:1159;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:1160;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:1161;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:1162;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:1163;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:1164;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:1165;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:1166;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:1167;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:1168;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:1169;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:1170;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:1171;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:1172;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:1173;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:1174;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:1175;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:1176;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:1177;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:1178;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:1179;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:1180;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:1181;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:1182;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:1183;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:1184;s:48:\"wikieditor-toolbar-help-content-file-description\";i:1185;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:1186;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:1187;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:1188;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:1189;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:1190;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:1191;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:1192;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:1193;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:1194;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:1195;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:1196;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:1197;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:1198;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:1199;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:1200;s:20:\"googleanalytics-desc\";i:1201;s:22:\"tog-hidecategorization\";i:1202;s:16:\"tog-watchuploads\";i:1203;s:17:\"tog-watchrollback\";i:1204;s:32:\"tog-watchlistreloadautomatically\";i:1205;s:31:\"tog-watchlisthidecategorization\";i:1206;s:16:\"tog-prefershttps\";i:1207;s:28:\"tog-showrollbackconfirmation\";i:1208;s:16:\"tog-requireemail\";i:1209;s:9:\"period-am\";i:1210;s:9:\"period-pm\";i:1211;s:20:\"broken-file-category\";i:1212;s:18:\"navigation-heading\";i:1213;s:14:\"help-mediawiki\";i:1214;s:13:\"history_small\";i:1215;s:12:\"create-local\";i:1216;s:17:\"viewdeleted_short\";i:1217;s:8:\"cactions\";i:1218;s:20:\"tool-link-userrights\";i:1219;s:29:\"tool-link-userrights-readonly\";i:1220;s:19:\"tool-link-emailuser\";i:1221;s:10:\"redirectto\";i:1222;s:18:\"generic-pool-error\";i:1223;s:12:\"pool-timeout\";i:1224;s:14:\"pool-queuefull\";i:1225;s:17:\"pool-errorunknown\";i:1226;s:16:\"pool-servererror\";i:1227;s:23:\"poolcounter-usage-error\";i:1228;s:20:\"helppage-top-gethelp\";i:1229;s:27:\"youhavenewmessagesfromusers\";i:1230;s:27:\"youhavenewmessagesmanyusers\";i:1231;s:21:\"newmessageslinkplural\";i:1232;s:25:\"newmessagesdifflinkplural\";i:1233;s:20:\"collapsible-collapse\";i:1234;s:18:\"collapsible-expand\";i:1235;s:19:\"confirmable-confirm\";i:1236;s:15:\"confirmable-yes\";i:1237;s:14:\"confirmable-no\";i:1238;s:15:\"sort-descending\";i:1239;s:14:\"sort-ascending\";i:1240;s:12:\"sort-initial\";i:1241;s:14:\"mainpage-nstab\";i:1242;s:18:\"databaseerror-text\";i:1243;s:20:\"databaseerror-textcl\";i:1244;s:19:\"databaseerror-query\";i:1245;s:22:\"databaseerror-function\";i:1246;s:19:\"databaseerror-error\";i:1247;s:35:\"transaction-duration-limit-exceeded\";i:1248;s:29:\"internalerror-fatal-exception\";i:1249;s:22:\"directoryreadonlyerror\";i:1250;s:18:\"cannotdelete-title\";i:1251;s:16:\"delete-scheduled\";i:1252;s:19:\"delete-hook-aborted\";i:1253;s:16:\"no-null-revision\";i:1254;s:13:\"title-invalid\";i:1255;s:19:\"title-invalid-empty\";i:1256;s:18:\"title-invalid-utf8\";i:1257;s:23:\"title-invalid-interwiki\";i:1258;s:28:\"title-invalid-talk-namespace\";i:1259;s:24:\"title-invalid-characters\";i:1260;s:22:\"title-invalid-relative\";i:1261;s:25:\"title-invalid-magic-tilde\";i:1262;s:22:\"title-invalid-too-long\";i:1263;s:27:\"title-invalid-leading-colon\";i:1264;s:28:\"querypage-updates-periodical\";i:1265;s:22:\"skin-action-viewsource\";i:1266;s:16:\"viewsource-title\";i:1267;s:12:\"viewyourtext\";i:1268;s:18:\"translateinterface\";i:1269;s:18:\"customcssprotected\";i:1270;s:19:\"customjsonprotected\";i:1271;s:17:\"customjsprotected\";i:1272;s:16:\"sitecssprotected\";i:1273;s:17:\"sitejsonprotected\";i:1274;s:15:\"sitejsprotected\";i:1275;s:20:\"siterawhtmlprotected\";i:1276;s:20:\"mycustomcssprotected\";i:1277;s:21:\"mycustomjsonprotected\";i:1278;s:19:\"mycustomjsprotected\";i:1279;s:22:\"myprivateinfoprotected\";i:1280;s:22:\"mypreferencesprotected\";i:1281;s:17:\"filereadonlyerror\";i:1282;s:12:\"invalidtitle\";i:1283;s:27:\"invalidtitle-knownnamespace\";i:1284;s:29:\"invalidtitle-unknownnamespace\";i:1285;s:17:\"exception-nologin\";i:1286;s:22:\"exception-nologin-text\";i:1287;s:29:\"exception-nologin-text-manual\";i:1288;s:18:\"logging-out-notify\";i:1289;s:13:\"logout-failed\";i:1290;s:21:\"cannotlogoutnow-title\";i:1291;s:20:\"cannotlogoutnow-text\";i:1292;s:11:\"welcomeuser\";i:1293;s:19:\"welcomecreation-msg\";i:1294;s:18:\"userlogin-yourname\";i:1295;s:21:\"userlogin-yourname-ph\";i:1296;s:30:\"createacct-another-username-ph\";i:1297;s:23:\"prefs-help-yourpassword\";i:1298;s:22:\"userlogin-yourpassword\";i:1299;s:25:\"userlogin-yourpassword-ph\";i:1300;s:26:\"createacct-yourpassword-ph\";i:1301;s:24:\"createacct-useuniquepass\";i:1302;s:28:\"createacct-yourpasswordagain\";i:1303;s:31:\"createacct-yourpasswordagain-ph\";i:1304;s:28:\"userlogin-remembermypassword\";i:1305;s:24:\"userlogin-signwithsecure\";i:1306;s:17:\"cannotlogin-title\";i:1307;s:16:\"cannotlogin-text\";i:1308;s:20:\"cannotloginnow-title\";i:1309;s:19:\"cannotloginnow-text\";i:1310;s:25:\"cannotcreateaccount-title\";i:1311;s:24:\"cannotcreateaccount-text\";i:1312;s:25:\"password-change-forbidden\";i:1313;s:14:\"login-security\";i:1314;s:19:\"userlogin-noaccount\";i:1315;s:21:\"userlogin-joinproject\";i:1316;s:28:\"userlogin-resetpassword-link\";i:1317;s:19:\"userlogin-helplink2\";i:1318;s:18:\"userlogin-loggedin\";i:1319;s:16:\"userlogin-reauth\";i:1320;s:23:\"userlogin-createanother\";i:1321;s:24:\"createacct-emailrequired\";i:1322;s:24:\"createacct-emailoptional\";i:1323;s:19:\"createacct-email-ph\";i:1324;s:27:\"createacct-another-email-ph\";i:1325;s:22:\"createaccountmail-help\";i:1326;s:19:\"createacct-realname\";i:1327;s:17:\"createacct-reason\";i:1328;s:20:\"createacct-reason-ph\";i:1329;s:22:\"createacct-reason-help\";i:1330;s:25:\"createacct-reason-confirm\";i:1331;s:17:\"createacct-submit\";i:1332;s:25:\"createacct-another-submit\";i:1333;s:26:\"createacct-continue-submit\";i:1334;s:34:\"createacct-another-continue-submit\";i:1335;s:26:\"createacct-benefit-heading\";i:1336;s:24:\"createacct-benefit-body1\";i:1337;s:24:\"createacct-benefit-body2\";i:1338;s:24:\"createacct-benefit-body3\";i:1339;s:18:\"usernameinprogress\";i:1340;s:24:\"createacct-normalization\";i:1341;s:16:\"createacct-error\";i:1342;s:15:\"nocookiesfornew\";i:1343;s:21:\"createacct-loginerror\";i:1344;s:15:\"passwordtoolong\";i:1345;s:20:\"passwordincommonlist\";i:1346;s:33:\"password-substring-username-match\";i:1347;s:24:\"password-login-forbidden\";i:1348;s:17:\"cannotchangeemail\";i:1349;s:13:\"emaildisabled\";i:1350;s:19:\"login-abort-generic\";i:1351;s:22:\"login-migrated-generic\";i:1352;s:31:\"createacct-another-realname-tip\";i:1353;s:8:\"pt-login\";i:1354;s:15:\"pt-login-button\";i:1355;s:24:\"pt-login-continue-button\";i:1356;s:16:\"pt-createaccount\";i:1357;s:13:\"pt-userlogout\";i:1358;s:22:\"php-mail-error-unknown\";i:1359;s:17:\"user-mail-no-addy\";i:1360;s:17:\"user-mail-no-body\";i:1361;s:24:\"changepassword-throttled\";i:1362;s:12:\"botpasswords\";i:1363;s:20:\"botpasswords-summary\";i:1364;s:21:\"botpasswords-disabled\";i:1365;s:26:\"botpasswords-no-central-id\";i:1366;s:21:\"botpasswords-existing\";i:1367;s:22:\"botpasswords-createnew\";i:1368;s:25:\"botpasswords-editexisting\";i:1369;s:29:\"botpasswords-label-needsreset\";i:1370;s:24:\"botpasswords-label-appid\";i:1371;s:25:\"botpasswords-label-create\";i:1372;s:25:\"botpasswords-label-update\";i:1373;s:25:\"botpasswords-label-cancel\";i:1374;s:25:\"botpasswords-label-delete\";i:1375;s:32:\"botpasswords-label-resetpassword\";i:1376;s:25:\"botpasswords-label-grants\";i:1377;s:24:\"botpasswords-help-grants\";i:1378;s:32:\"botpasswords-label-grants-column\";i:1379;s:22:\"botpasswords-bad-appid\";i:1380;s:26:\"botpasswords-insert-failed\";i:1381;s:26:\"botpasswords-update-failed\";i:1382;s:26:\"botpasswords-created-title\";i:1383;s:25:\"botpasswords-created-body\";i:1384;s:26:\"botpasswords-updated-title\";i:1385;s:25:\"botpasswords-updated-body\";i:1386;s:26:\"botpasswords-deleted-title\";i:1387;s:25:\"botpasswords-deleted-body\";i:1388;s:24:\"botpasswords-no-provider\";i:1389;s:31:\"botpasswords-restriction-failed\";i:1390;s:22:\"botpasswords-not-exist\";i:1391;s:24:\"botpasswords-needs-reset\";i:1392;s:19:\"botpasswords-locked\";i:1393;s:26:\"resetpass_forbidden-reason\";i:1394;s:18:\"resetpass-recycled\";i:1395;s:22:\"resetpass-temp-emailed\";i:1396;s:23:\"resetpass-abort-generic\";i:1397;s:17:\"resetpass-expired\";i:1398;s:22:\"resetpass-expired-soft\";i:1399;s:18:\"resetpass-validity\";i:1400;s:23:\"resetpass-validity-soft\";i:1401;s:22:\"passwordreset-text-one\";i:1402;s:23:\"passwordreset-text-many\";i:1403;s:22:\"passwordreset-disabled\";i:1404;s:27:\"passwordreset-emaildisabled\";i:1405;s:20:\"passwordreset-domain\";i:1406;s:19:\"passwordreset-email\";i:1407;s:24:\"passwordreset-emailtitle\";i:1408;s:26:\"passwordreset-emailtext-ip\";i:1409;s:28:\"passwordreset-emailtext-user\";i:1410;s:26:\"passwordreset-emailelement\";i:1411;s:37:\"passwordreset-success-details-generic\";i:1412;s:26:\"passwordreset-success-info\";i:1413;s:37:\"passwordreset-emailtext-require-email\";i:1414;s:22:\"passwordreset-nocaller\";i:1415;s:26:\"passwordreset-nosuchcaller\";i:1416;s:20:\"passwordreset-nodata\";i:1417;s:11:\"changeemail\";i:1418;s:18:\"changeemail-header\";i:1419;s:19:\"changeemail-no-info\";i:1420;s:20:\"changeemail-oldemail\";i:1421;s:20:\"changeemail-newemail\";i:1422;s:25:\"changeemail-newemail-help\";i:1423;s:16:\"changeemail-none\";i:1424;s:20:\"changeemail-password\";i:1425;s:18:\"changeemail-submit\";i:1426;s:21:\"changeemail-throttled\";i:1427;s:20:\"changeemail-nochange\";i:1428;s:11:\"resettokens\";i:1429;s:21:\"resettokens-no-tokens\";i:1430;s:18:\"resettokens-tokens\";i:1431;s:23:\"resettokens-token-label\";i:1432;s:16:\"resettokens-done\";i:1433;s:23:\"resettokens-resetbutton\";i:1434;s:11:\"savechanges\";i:1435;s:11:\"publishpage\";i:1436;s:14:\"publishchanges\";i:1437;s:17:\"savearticle-start\";i:1438;s:17:\"savechanges-start\";i:1439;s:17:\"publishpage-start\";i:1440;s:20:\"publishchanges-start\";i:1441;s:12:\"blankarticle\";i:1442;s:17:\"systemblockedtext\";i:1443;s:28:\"blockedtext-composite-no-ids\";i:1444;s:26:\"noarticletext-nopermission\";i:1445;s:16:\"missing-revision\";i:1446;s:30:\"userpage-userdoesnotexist-view\";i:1447;s:25:\"blocked-notice-logextract\";i:1448;s:14:\"sitecsspreview\";i:1449;s:13:\"sitejspreview\";i:1450;s:16:\"continue-editing\";i:1451;s:20:\"edit_form_incomplete\";i:1452;s:8:\"creating\";i:1453;s:9:\"edittools\";i:1454;s:29:\"sectioneditnotsupported-title\";i:1455;s:28:\"sectioneditnotsupported-text\";i:1456;s:11:\"log-fulllog\";i:1457;s:17:\"edit-hook-aborted\";i:1458;s:29:\"postedit-confirmation-created\";i:1459;s:30:\"postedit-confirmation-restored\";i:1460;s:27:\"postedit-confirmation-saved\";i:1461;s:31:\"postedit-confirmation-published\";i:1462;s:18:\"defaultmessagetext\";i:1463;s:20:\"invalid-content-data\";i:1464;s:34:\"editpage-invalidcontentmodel-title\";i:1465;s:33:\"editpage-invalidcontentmodel-text\";i:1466;s:40:\"editpage-notsupportedcontentformat-title\";i:1467;s:14:\"slot-name-main\";i:1468;s:22:\"content-model-wikitext\";i:1469;s:18:\"content-model-text\";i:1470;s:24:\"content-model-javascript\";i:1471;s:25:\"content-json-empty-object\";i:1472;s:24:\"content-json-empty-array\";i:1473;s:28:\"parser-template-loop-warning\";i:1474;s:39:\"parser-template-recursion-depth-warning\";i:1475;s:32:\"language-converter-depth-warning\";i:1476;s:20:\"history-show-deleted\";i:1477;s:17:\"history-edit-tags\";i:1478;s:25:\"rev-deleted-user-contribs\";i:1479;s:23:\"rev-deleted-text-unhide\";i:1480;s:26:\"rev-suppressed-text-unhide\";i:1481;s:24:\"rev-suppressed-text-view\";i:1482;s:19:\"rev-deleted-no-diff\";i:1483;s:22:\"rev-suppressed-no-diff\";i:1484;s:23:\"rev-deleted-unhide-diff\";i:1485;s:26:\"rev-suppressed-unhide-diff\";i:1486;s:21:\"rev-deleted-diff-view\";i:1487;s:24:\"rev-suppressed-diff-view\";i:1488;s:27:\"revdelete-show-file-confirm\";i:1489;s:26:\"revdelete-show-file-submit\";i:1490;s:14:\"logdelete-text\";i:1491;s:17:\"revdelete-confirm\";i:1492;s:23:\"revdelete-suppress-text\";i:1493;s:20:\"revdelete-radio-same\";i:1494;s:19:\"revdelete-radio-set\";i:1495;s:21:\"revdelete-radio-unset\";i:1496;s:17:\"revdelete-failure\";i:1497;s:17:\"logdelete-failure\";i:1498;s:22:\"revdelete-hide-current\";i:1499;s:24:\"revdelete-show-no-access\";i:1500;s:26:\"revdelete-modify-no-access\";i:1501;s:24:\"revdelete-modify-missing\";i:1502;s:19:\"revdelete-no-change\";i:1503;s:27:\"revdelete-concurrent-change\";i:1504;s:25:\"revdelete-only-restricted\";i:1505;s:25:\"revdelete-reason-dropdown\";i:1506;s:21:\"revdelete-otherreason\";i:1507;s:25:\"revdelete-reasonotherlist\";i:1508;s:18:\"revdelete-offender\";i:1509;s:31:\"mergehistory-fail-bad-timestamp\";i:1510;s:32:\"mergehistory-fail-invalid-source\";i:1511;s:30:\"mergehistory-fail-invalid-dest\";i:1512;s:28:\"mergehistory-fail-permission\";i:1513;s:28:\"mergehistory-fail-self-merge\";i:1514;s:19:\"mergehistory-reason\";i:1515;s:16:\"difference-title\";i:1516;s:26:\"difference-title-multipage\";i:1517;s:20:\"difference-multipage\";i:1518;s:24:\"showhideselectedversions\";i:1519;s:10:\"diff-empty\";i:1520;s:19:\"diff-multi-sameuser\";i:1521;s:21:\"diff-multi-otherusers\";i:1522;s:20:\"diff-multi-manyusers\";i:1523;s:32:\"search-filter-title-prefix-reset\";i:1524;s:9:\"prev-page\";i:1525;s:9:\"next-page\";i:1526;s:27:\"search-result-category-size\";i:1527;s:15:\"search-category\";i:1528;s:17:\"search-file-match\";i:1529;s:16:\"search-rewritten\";i:1530;s:29:\"search-interwiki-more-results\";i:1531;s:21:\"search-showingresults\";i:1532;s:25:\"search-nonefound-thiswiki\";i:1533;s:20:\"powersearch-remember\";i:1534;s:12:\"search-error\";i:1535;s:14:\"search-warning\";i:1536;s:17:\"prefsnologintext2\";i:1537;s:16:\"prefs-user-pages\";i:1538;s:19:\"prefs-editwatchlist\";i:1539;s:25:\"prefs-editwatchlist-label\";i:1540;s:24:\"prefs-editwatchlist-edit\";i:1541;s:23:\"prefs-editwatchlist-raw\";i:1542;s:25:\"prefs-editwatchlist-clear\";i:1543;s:21:\"prefs-watchlist-token\";i:1544;s:17:\"prefs-changeemail\";i:1545;s:14:\"prefs-setemail\";i:1546;s:29:\"prefs-user-downloaddata-label\";i:1547;s:28:\"prefs-user-downloaddata-info\";i:1548;s:11:\"savedrights\";i:1549;s:19:\"prefs-common-config\";i:1550;s:33:\"group-membership-link-with-expiry\";i:1551;s:18:\"prefs-registration\";i:1552;s:11:\"yourvariant\";i:1553;s:18:\"prefs-help-variant\";i:1554;s:20:\"prefs-help-signature\";i:1555;s:15:\"gender-notknown\";i:1556;s:23:\"prefs-help-email-others\";i:1557;s:16:\"prefs-dateformat\";i:1558;s:16:\"prefs-timeoffset\";i:1559;s:21:\"prefs-advancedediting\";i:1560;s:12:\"prefs-editor\";i:1561;s:13:\"prefs-preview\";i:1562;s:16:\"prefs-advancedrc\";i:1563;s:23:\"prefs-advancedrendering\";i:1564;s:27:\"prefs-advancedsearchoptions\";i:1565;s:23:\"prefs-advancedwatchlist\";i:1566;s:15:\"prefs-displayrc\";i:1567;s:22:\"prefs-displaywatchlist\";i:1568;s:20:\"prefs-tokenwatchlist\";i:1569;s:11:\"prefs-diffs\";i:1570;s:23:\"prefs-help-prefershttps\";i:1571;s:24:\"userrights-viewusergroup\";i:1572;s:28:\"userrights-groupsmember-auto\";i:1573;s:25:\"userrights-expiry-current\";i:1574;s:22:\"userrights-expiry-none\";i:1575;s:17:\"userrights-expiry\";i:1576;s:26:\"userrights-expiry-existing\";i:1577;s:27:\"userrights-expiry-othertime\";i:1578;s:25:\"userrights-expiry-options\";i:1579;s:25:\"userrights-invalid-expiry\";i:1580;s:25:\"userrights-expiry-in-past\";i:1581;s:19:\"userrights-conflict\";i:1582;s:21:\"group-interface-admin\";i:1583;s:25:\"grouppage-interface-admin\";i:1584;s:24:\"right-move-rootuserpages\";i:1585;s:24:\"right-move-categorypages\";i:1586;s:21:\"right-reupload-shared\";i:1587;s:11:\"right-purge\";i:1588;s:20:\"right-nominornewtalk\";i:1589;s:19:\"right-apihighlimits\";i:1590;s:14:\"right-writeapi\";i:1591;s:20:\"right-deletelogentry\";i:1592;s:20:\"right-deletedhistory\";i:1593;s:17:\"right-deletedtext\";i:1594;s:22:\"right-suppressrevision\";i:1595;s:20:\"right-viewsuppressed\";i:1596;s:20:\"right-suppressionlog\";i:1597;s:20:\"right-ipblock-exempt\";i:1598;s:17:\"right-unblockself\";i:1599;s:23:\"right-editsemiprotected\";i:1600;s:22:\"right-editcontentmodel\";i:1601;s:19:\"right-editmyusercss\";i:1602;s:18:\"right-editmyuserjs\";i:1603;s:21:\"right-viewmywatchlist\";i:1604;s:21:\"right-editmywatchlist\";i:1605;s:23:\"right-viewmyprivateinfo\";i:1606;s:23:\"right-editmyprivateinfo\";i:1607;s:19:\"right-editmyoptions\";i:1608;s:14:\"right-rollback\";i:1609;s:18:\"right-markbotedits\";i:1610;s:18:\"right-importupload\";i:1611;s:12:\"right-patrol\";i:1612;s:16:\"right-autopatrol\";i:1613;s:17:\"right-patrolmarks\";i:1614;s:26:\"right-userrights-interwiki\";i:1615;s:15:\"right-siteadmin\";i:1616;s:27:\"right-override-export-depth\";i:1617;s:15:\"right-sendemail\";i:1618;s:22:\"right-managechangetags\";i:1619;s:21:\"right-applychangetags\";i:1620;s:16:\"right-changetags\";i:1621;s:22:\"right-deletechangetags\";i:1622;s:13:\"grant-generic\";i:1623;s:28:\"grant-group-page-interaction\";i:1624;s:28:\"grant-group-file-interaction\";i:1625;s:33:\"grant-group-watchlist-interaction\";i:1626;s:17:\"grant-group-email\";i:1627;s:23:\"grant-group-high-volume\";i:1628;s:25:\"grant-group-customization\";i:1629;s:26:\"grant-group-administration\";i:1630;s:31:\"grant-group-private-information\";i:1631;s:17:\"grant-group-other\";i:1632;s:16:\"grant-blockusers\";i:1633;s:19:\"grant-createaccount\";i:1634;s:24:\"grant-createeditmovepage\";i:1635;s:12:\"grant-delete\";i:1636;s:19:\"grant-editinterface\";i:1637;s:17:\"grant-editmycssjs\";i:1638;s:19:\"grant-editmyoptions\";i:1639;s:21:\"grant-editmywatchlist\";i:1640;s:14:\"grant-editpage\";i:1641;s:19:\"grant-editprotected\";i:1642;s:16:\"grant-highvolume\";i:1643;s:15:\"grant-oversight\";i:1644;s:12:\"grant-patrol\";i:1645;s:17:\"grant-privateinfo\";i:1646;s:13:\"grant-protect\";i:1647;s:14:\"grant-rollback\";i:1648;s:15:\"grant-sendemail\";i:1649;s:24:\"grant-uploadeditmovefile\";i:1650;s:16:\"grant-uploadfile\";i:1651;s:11:\"grant-basic\";i:1652;s:17:\"grant-viewdeleted\";i:1653;s:21:\"grant-viewmywatchlist\";i:1654;s:24:\"grant-viewrestrictedlogs\";i:1655;s:18:\"newuserlogpagetext\";i:1656;s:24:\"action-autocreateaccount\";i:1657;s:14:\"action-history\";i:1658;s:25:\"action-move-rootuserpages\";i:1659;s:25:\"action-move-categorypages\";i:1660;s:22:\"action-reupload-shared\";i:1661;s:15:\"action-writeapi\";i:1662;s:21:\"action-deletelogentry\";i:1663;s:18:\"action-deletedtext\";i:1664;s:21:\"action-suppressionlog\";i:1665;s:15:\"action-rollback\";i:1666;s:19:\"action-importupload\";i:1667;s:16:\"action-sendemail\";i:1668;s:20:\"action-editmyoptions\";i:1669;s:22:\"action-editmywatchlist\";i:1670;s:22:\"action-viewmywatchlist\";i:1671;s:24:\"action-viewmyprivateinfo\";i:1672;s:24:\"action-editmyprivateinfo\";i:1673;s:23:\"action-editcontentmodel\";i:1674;s:23:\"action-managechangetags\";i:1675;s:22:\"action-applychangetags\";i:1676;s:23:\"action-deletechangetags\";i:1677;s:12:\"action-purge\";i:1678;s:27:\"enhancedrc-since-last-visit\";i:1679;s:18:\"enhancedrc-history\";i:1680;s:22:\"recentchanges-noresult\";i:1681;s:25:\"recentchanges-label-minor\";i:1682;s:23:\"recentchanges-label-bot\";i:1683;s:31:\"recentchanges-label-unpatrolled\";i:1684;s:29:\"recentchanges-label-plusminus\";i:1685;s:28:\"recentchanges-legend-heading\";i:1686;s:28:\"recentchanges-legend-newpage\";i:1687;s:20:\"recentchanges-submit\";i:1688;s:20:\"rcfilters-tag-remove\";i:1689;s:24:\"rcfilters-legend-heading\";i:1690;s:28:\"rcfilters-other-review-tools\";i:1691;s:31:\"rcfilters-group-results-by-page\";i:1692;s:23:\"rcfilters-activefilters\";i:1693;s:25:\"rcfilters-advancedfilters\";i:1694;s:21:\"rcfilters-limit-title\";i:1695;s:30:\"rcfilters-limit-and-date-label\";i:1696;s:26:\"rcfilters-date-popup-title\";i:1697;s:20:\"rcfilters-days-title\";i:1698;s:21:\"rcfilters-hours-title\";i:1699;s:24:\"rcfilters-days-show-days\";i:1700;s:25:\"rcfilters-days-show-hours\";i:1701;s:34:\"rcfilters-highlighted-filters-list\";i:1702;s:22:\"rcfilters-quickfilters\";i:1703;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1704;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1705;s:29:\"rcfilters-savedqueries-rename\";i:1706;s:33:\"rcfilters-savedqueries-setdefault\";i:1707;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1708;s:29:\"rcfilters-savedqueries-remove\";i:1709;s:37:\"rcfilters-savedqueries-new-name-label\";i:1710;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1711;s:34:\"rcfilters-savedqueries-apply-label\";i:1712;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1713;s:35:\"rcfilters-savedqueries-cancel-label\";i:1714;s:36:\"rcfilters-savedqueries-add-new-title\";i:1715;s:36:\"rcfilters-savedqueries-already-saved\";i:1716;s:33:\"rcfilters-restore-default-filters\";i:1717;s:27:\"rcfilters-clear-all-filters\";i:1718;s:26:\"rcfilters-show-new-changes\";i:1719;s:28:\"rcfilters-search-placeholder\";i:1720;s:24:\"rcfilters-invalid-filter\";i:1721;s:22:\"rcfilters-empty-filter\";i:1722;s:26:\"rcfilters-filterlist-title\";i:1723;s:30:\"rcfilters-filterlist-whatsthis\";i:1724;s:31:\"rcfilters-highlightbutton-title\";i:1725;s:29:\"rcfilters-highlightmenu-title\";i:1726;s:28:\"rcfilters-highlightmenu-help\";i:1727;s:30:\"rcfilters-filterlist-noresults\";i:1728;s:28:\"rcfilters-noresults-conflict\";i:1729;s:32:\"rcfilters-filtergroup-authorship\";i:1730;s:34:\"rcfilters-filter-editsbyself-label\";i:1731;s:40:\"rcfilters-filter-editsbyself-description\";i:1732;s:35:\"rcfilters-filter-editsbyother-label\";i:1733;s:41:\"rcfilters-filter-editsbyother-description\";i:1734;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1735;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1736;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1737;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1738;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1739;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1740;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1741;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1742;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1743;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1744;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1745;s:31:\"rcfilters-filtergroup-automated\";i:1746;s:27:\"rcfilters-filter-bots-label\";i:1747;s:33:\"rcfilters-filter-bots-description\";i:1748;s:29:\"rcfilters-filter-humans-label\";i:1749;s:35:\"rcfilters-filter-humans-description\";i:1750;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1751;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1752;s:34:\"rcfilters-filtergroup-significance\";i:1753;s:28:\"rcfilters-filter-minor-label\";i:1754;s:34:\"rcfilters-filter-minor-description\";i:1755;s:28:\"rcfilters-filter-major-label\";i:1756;s:34:\"rcfilters-filter-major-description\";i:1757;s:31:\"rcfilters-filtergroup-watchlist\";i:1758;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1759;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1760;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1761;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1762;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1763;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1764;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1765;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1766;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1767;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1768;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1769;s:32:\"rcfilters-filtergroup-changetype\";i:1770;s:32:\"rcfilters-filter-pageedits-label\";i:1771;s:38:\"rcfilters-filter-pageedits-description\";i:1772;s:31:\"rcfilters-filter-newpages-label\";i:1773;s:37:\"rcfilters-filter-newpages-description\";i:1774;s:37:\"rcfilters-filter-categorization-label\";i:1775;s:43:\"rcfilters-filter-categorization-description\";i:1776;s:33:\"rcfilters-filter-logactions-label\";i:1777;s:39:\"rcfilters-filter-logactions-description\";i:1778;s:34:\"rcfilters-filtergroup-lastrevision\";i:1779;s:35:\"rcfilters-filter-lastrevision-label\";i:1780;s:41:\"rcfilters-filter-lastrevision-description\";i:1781;s:39:\"rcfilters-filter-previousrevision-label\";i:1782;s:45:\"rcfilters-filter-previousrevision-description\";i:1783;s:25:\"rcfilters-filter-excluded\";i:1784;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1785;s:28:\"rcfilters-exclude-button-off\";i:1786;s:27:\"rcfilters-exclude-button-on\";i:1787;s:19:\"rcfilters-view-tags\";i:1788;s:33:\"rcfilters-view-namespaces-tooltip\";i:1789;s:27:\"rcfilters-view-tags-tooltip\";i:1790;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1791;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1792;s:28:\"rcfilters-liveupdates-button\";i:1793;s:37:\"rcfilters-liveupdates-button-title-on\";i:1794;s:38:\"rcfilters-liveupdates-button-title-off\";i:1795;s:35:\"rcfilters-watchlist-markseen-button\";i:1796;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1797;s:26:\"rcfilters-preference-label\";i:1798;s:36:\"rcfilters-watchlist-preference-label\";i:1799;s:35:\"rcfilters-watchlist-preference-help\";i:1800;s:33:\"rcfilters-target-page-placeholder\";i:1801;s:10:\"rcnotefrom\";i:1802;s:15:\"rclistfromreset\";i:1803;s:20:\"rcshowhideminor-show\";i:1804;s:20:\"rcshowhideminor-hide\";i:1805;s:19:\"rcshowhidebots-show\";i:1806;s:19:\"rcshowhidebots-hide\";i:1807;s:18:\"rcshowhideliu-show\";i:1808;s:18:\"rcshowhideliu-hide\";i:1809;s:20:\"rcshowhideanons-show\";i:1810;s:20:\"rcshowhideanons-hide\";i:1811;s:19:\"rcshowhidepatr-show\";i:1812;s:19:\"rcshowhidepatr-hide\";i:1813;s:19:\"rcshowhidemine-show\";i:1814;s:19:\"rcshowhidemine-hide\";i:1815;s:24:\"rcshowhidecategorization\";i:1816;s:29:\"rcshowhidecategorization-show\";i:1817;s:29:\"rcshowhidecategorization-hide\";i:1818;s:18:\"rc-change-size-new\";i:1819;s:17:\"newsectionsummary\";i:1820;s:12:\"rc-old-title\";i:1821;s:36:\"recentchanges-page-added-to-category\";i:1822;s:44:\"recentchanges-page-added-to-category-bundled\";i:1823;s:40:\"recentchanges-page-removed-from-category\";i:1824;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1825;s:19:\"autochange-username\";i:1826;s:9:\"uploadbtn\";i:1827;s:12:\"reuploaddesc\";i:1828;s:15:\"upload-tryagain\";i:1829;s:13:\"uploadnologin\";i:1830;s:17:\"uploadnologintext\";i:1831;s:24:\"upload_directory_missing\";i:1832;s:26:\"upload_directory_read_only\";i:1833;s:11:\"uploaderror\";i:1834;s:23:\"upload-recreate-warning\";i:1835;s:10:\"uploadtext\";i:1836;s:16:\"upload-permitted\";i:1837;s:16:\"upload-preferred\";i:1838;s:17:\"upload-prohibited\";i:1839;s:17:\"uploadlogpagetext\";i:1840;s:8:\"filename\";i:1841;s:8:\"filedesc\";i:1842;s:17:\"fileuploadsummary\";i:1843;s:19:\"filereuploadsummary\";i:1844;s:10:\"filestatus\";i:1845;s:10:\"filesource\";i:1846;s:13:\"ignorewarning\";i:1847;s:14:\"ignorewarnings\";i:1848;s:10:\"minlength1\";i:1849;s:15:\"illegalfilename\";i:1850;s:16:\"filename-toolong\";i:1851;s:11:\"badfilename\";i:1852;s:22:\"filetype-mime-mismatch\";i:1853;s:16:\"filetype-badmime\";i:1854;s:20:\"filetype-bad-ie-mime\";i:1855;s:22:\"filetype-unwanted-type\";i:1856;s:20:\"filetype-banned-type\";i:1857;s:16:\"filetype-missing\";i:1858;s:10:\"empty-file\";i:1859;s:14:\"file-too-large\";i:1860;s:17:\"filename-tooshort\";i:1861;s:15:\"filetype-banned\";i:1862;s:18:\"verification-error\";i:1863;s:11:\"hookaborted\";i:1864;s:16:\"illegal-filename\";i:1865;s:9:\"overwrite\";i:1866;s:13:\"unknown-error\";i:1867;s:16:\"tmp-create-error\";i:1868;s:15:\"tmp-write-error\";i:1869;s:10:\"large-file\";i:1870;s:15:\"largefileserver\";i:1871;s:9:\"emptyfile\";i:1872;s:25:\"windows-nonascii-filename\";i:1873;s:10:\"fileexists\";i:1874;s:14:\"filepageexists\";i:1875;s:20:\"fileexists-extension\";i:1876;s:24:\"fileexists-thumbnail-yes\";i:1877;s:17:\"file-thumbnail-no\";i:1878;s:20:\"fileexists-forbidden\";i:1879;s:27:\"fileexists-shared-forbidden\";i:1880;s:20:\"fileexists-no-change\";i:1881;s:21:\"file-exists-duplicate\";i:1882;s:22:\"file-deleted-duplicate\";i:1883;s:13:\"uploadwarning\";i:1884;s:18:\"uploadwarning-text\";i:1885;s:8:\"savefile\";i:1886;s:14:\"uploaddisabled\";i:1887;s:18:\"copyuploaddisabled\";i:1888;s:18:\"uploaddisabledtext\";i:1889;s:22:\"php-uploaddisabledtext\";i:1890;s:14:\"uploadscripted\";i:1891;s:27:\"upload-scripted-pi-callback\";i:1892;s:16:\"uploadinvalidxml\";i:1893;s:11:\"uploadvirus\";i:1894;s:13:\"upload-source\";i:1895;s:14:\"sourcefilename\";i:1896;s:9:\"sourceurl\";i:1897;s:12:\"destfilename\";i:1898;s:18:\"upload-maxfilesize\";i:1899;s:18:\"upload-description\";i:1900;s:14:\"upload-options\";i:1901;s:15:\"watchthisupload\";i:1902;s:14:\"filewasdeleted\";i:1903;s:19:\"filename-bad-prefix\";i:1904;s:18:\"upload-proto-error\";i:1905;s:23:\"upload-proto-error-text\";i:1906;s:17:\"upload-file-error\";i:1907;s:22:\"upload-file-error-text\";i:1908;s:17:\"upload-misc-error\";i:1909;s:22:\"upload-misc-error-text\";i:1910;s:25:\"upload-too-many-redirects\";i:1911;s:17:\"upload-http-error\";i:1912;s:33:\"upload-copy-upload-invalid-domain\";i:1913;s:22:\"upload-dialog-disabled\";i:1914;s:19:\"upload-dialog-title\";i:1915;s:27:\"upload-dialog-button-cancel\";i:1916;s:25:\"upload-dialog-button-back\";i:1917;s:25:\"upload-dialog-button-done\";i:1918;s:25:\"upload-dialog-button-save\";i:1919;s:27:\"upload-dialog-button-upload\";i:1920;s:32:\"upload-form-label-infoform-title\";i:1921;s:31:\"upload-form-label-infoform-name\";i:1922;s:38:\"upload-form-label-infoform-description\";i:1923;s:29:\"upload-form-label-usage-title\";i:1924;s:32:\"upload-form-label-usage-filename\";i:1925;s:26:\"upload-form-label-own-work\";i:1926;s:37:\"upload-form-label-infoform-categories\";i:1927;s:31:\"upload-form-label-infoform-date\";i:1928;s:19:\"backend-fail-stream\";i:1929;s:19:\"backend-fail-backup\";i:1930;s:22:\"backend-fail-notexists\";i:1931;s:19:\"backend-fail-hashes\";i:1932;s:20:\"backend-fail-notsame\";i:1933;s:24:\"backend-fail-invalidpath\";i:1934;s:19:\"backend-fail-delete\";i:1935;s:26:\"backend-fail-alreadyexists\";i:1936;s:18:\"backend-fail-store\";i:1937;s:17:\"backend-fail-copy\";i:1938;s:17:\"backend-fail-move\";i:1939;s:21:\"backend-fail-opentemp\";i:1940;s:22:\"backend-fail-writetemp\";i:1941;s:22:\"backend-fail-closetemp\";i:1942;s:17:\"backend-fail-read\";i:1943;s:19:\"backend-fail-create\";i:1944;s:20:\"backend-fail-maxsize\";i:1945;s:21:\"backend-fail-readonly\";i:1946;s:19:\"backend-fail-synced\";i:1947;s:20:\"backend-fail-connect\";i:1948;s:21:\"backend-fail-internal\";i:1949;s:24:\"backend-fail-contenttype\";i:1950;s:21:\"lockmanager-notlocked\";i:1951;s:26:\"lockmanager-fail-closelock\";i:1952;s:27:\"lockmanager-fail-deletelock\";i:1953;s:28:\"lockmanager-fail-acquirelock\";i:1954;s:25:\"lockmanager-fail-openlock\";i:1955;s:28:\"lockmanager-fail-releaselock\";i:1956;s:26:\"lockmanager-fail-db-bucket\";i:1957;s:27:\"lockmanager-fail-db-release\";i:1958;s:28:\"lockmanager-fail-svr-release\";i:1959;s:19:\"zip-file-open-error\";i:1960;s:16:\"zip-wrong-format\";i:1961;s:7:\"zip-bad\";i:1962;s:15:\"zip-unsupported\";i:1963;s:11:\"uploadstash\";i:1964;s:19:\"uploadstash-summary\";i:1965;s:17:\"uploadstash-clear\";i:1966;s:19:\"uploadstash-nofiles\";i:1967;s:20:\"uploadstash-badtoken\";i:1968;s:20:\"uploadstash-errclear\";i:1969;s:19:\"uploadstash-refresh\";i:1970;s:20:\"uploadstash-bad-path\";i:1971;s:28:\"uploadstash-bad-path-invalid\";i:1972;s:33:\"uploadstash-bad-path-unknown-type\";i:1973;s:23:\"uploadstash-zero-length\";i:1974;s:20:\"invalid-chunk-offset\";i:1975;s:21:\"img-auth-accessdenied\";i:1976;s:17:\"img-auth-notindir\";i:1977;s:17:\"img-auth-badtitle\";i:1978;s:15:\"img-auth-nofile\";i:1979;s:14:\"img-auth-isdir\";i:1980;s:18:\"img-auth-streaming\";i:1981;s:15:\"img-auth-public\";i:1982;s:15:\"img-auth-noread\";i:1983;s:16:\"http-invalid-url\";i:1984;s:19:\"http-invalid-scheme\";i:1985;s:18:\"http-request-error\";i:1986;s:15:\"http-read-error\";i:1987;s:14:\"http-timed-out\";i:1988;s:15:\"http-curl-error\";i:1989;s:15:\"http-bad-status\";i:1990;s:18:\"upload-curl-error6\";i:1991;s:23:\"upload-curl-error6-text\";i:1992;s:19:\"upload-curl-error28\";i:1993;s:24:\"upload-curl-error28-text\";i:1994;s:7:\"license\";i:1995;s:14:\"license-header\";i:1996;s:9:\"nolicense\";i:1997;s:13:\"licenses-edit\";i:1998;s:17:\"license-nopreview\";i:1999;s:17:\"upload_source_url\";i:2000;s:18:\"upload_source_file\";i:2001;s:16:\"listfiles-delete\";i:2002;s:17:\"listfiles-summary\";i:2003;s:26:\"listfiles-userdoesnotexist\";i:2004;s:7:\"imgfile\";i:2005;s:9:\"listfiles\";i:2006;s:15:\"listfiles_thumb\";i:2007;s:14:\"listfiles_date\";i:2008;s:14:\"listfiles_name\";i:2009;s:14:\"listfiles_user\";i:2010;s:14:\"listfiles_size\";i:2011;s:21:\"listfiles_description\";i:2012;s:15:\"listfiles_count\";i:2013;s:18:\"listfiles-show-all\";i:2014;s:23:\"listfiles-latestversion\";i:2015;s:27:\"listfiles-latestversion-yes\";i:2016;s:26:\"listfiles-latestversion-no\";i:2017;s:18:\"filehist-deleteall\";i:2018;s:18:\"filehist-deleteone\";i:2019;s:15:\"filehist-revert\";i:2020;s:16:\"filehist-nothumb\";i:2021;s:17:\"linkstoimage-more\";i:2022;s:14:\"nolinkstoimage\";i:2023;s:16:\"morelinkstoimage\";i:2024;s:21:\"linkstoimage-redirect\";i:2025;s:16:\"duplicatesoffile\";i:2026;s:23:\"sharedupload-desc-there\";i:2027;s:22:\"sharedupload-desc-here\";i:2028;s:15:\"filepage-nofile\";i:2029;s:20:\"filepage-nofile-link\";i:2030;s:16:\"shared-repo-from\";i:2031;s:11:\"shared-repo\";i:2032;s:22:\"upload-disallowed-here\";i:2033;s:10:\"filerevert\";i:2034;s:17:\"filerevert-legend\";i:2035;s:16:\"filerevert-intro\";i:2036;s:18:\"filerevert-comment\";i:2037;s:25:\"filerevert-defaultcomment\";i:2038;s:17:\"filerevert-submit\";i:2039;s:18:\"filerevert-success\";i:2040;s:21:\"filerevert-badversion\";i:2041;s:10:\"filedelete\";i:2042;s:17:\"filedelete-legend\";i:2043;s:16:\"filedelete-intro\";i:2044;s:20:\"filedelete-intro-old\";i:2045;s:18:\"filedelete-comment\";i:2046;s:17:\"filedelete-submit\";i:2047;s:18:\"filedelete-success\";i:2048;s:22:\"filedelete-success-old\";i:2049;s:17:\"filedelete-nofile\";i:2050;s:21:\"filedelete-nofile-old\";i:2051;s:22:\"filedelete-otherreason\";i:2052;s:26:\"filedelete-reason-dropdown\";i:2053;s:26:\"filedelete-edit-reasonlist\";i:2054;s:22:\"filedelete-maintenance\";i:2055;s:28:\"filedelete-maintenance-title\";i:2056;s:10:\"mimesearch\";i:2057;s:18:\"mimesearch-summary\";i:2058;s:8:\"mimetype\";i:2059;s:14:\"unwatchedpages\";i:2060;s:13:\"listredirects\";i:2061;s:19:\"listduplicatedfiles\";i:2062;s:15:\"unusedtemplates\";i:2063;s:19:\"unusedtemplatestext\";i:2064;s:18:\"unusedtemplateswlh\";i:2065;s:18:\"randompage-nopages\";i:2066;s:16:\"randomincategory\";i:2067;s:32:\"randomincategory-invalidcategory\";i:2068;s:24:\"randomincategory-nopages\";i:2069;s:25:\"randomincategory-category\";i:2070;s:23:\"randomincategory-legend\";i:2071;s:23:\"randomincategory-submit\";i:2072;s:14:\"randomredirect\";i:2073;s:22:\"randomredirect-nopages\";i:2074;s:23:\"statistics-header-pages\";i:2075;s:23:\"statistics-header-edits\";i:2076;s:23:\"statistics-header-users\";i:2077;s:23:\"statistics-header-hooks\";i:2078;s:19:\"statistics-articles\";i:2079;s:16:\"statistics-pages\";i:2080;s:21:\"statistics-pages-desc\";i:2081;s:16:\"statistics-files\";i:2082;s:16:\"statistics-edits\";i:2083;s:24:\"statistics-edits-average\";i:2084;s:16:\"statistics-users\";i:2085;s:23:\"statistics-users-active\";i:2086;s:28:\"statistics-users-active-desc\";i:2087;s:13:\"pageswithprop\";i:2088;s:20:\"pageswithprop-legend\";i:2089;s:18:\"pageswithprop-prop\";i:2090;s:20:\"pageswithprop-submit\";i:2091;s:15:\"doubleredirects\";i:2092;s:19:\"doubleredirectstext\";i:2093;s:26:\"double-redirect-fixed-move\";i:2094;s:33:\"double-redirect-fixed-maintenance\";i:2095;s:21:\"double-redirect-fixer\";i:2096;s:15:\"brokenredirects\";i:2097;s:19:\"brokenredirectstext\";i:2098;s:20:\"brokenredirects-edit\";i:2099;s:22:\"brokenredirects-delete\";i:2100;s:24:\"withoutinterwiki-summary\";i:2101;s:23:\"withoutinterwiki-legend\";i:2102;s:23:\"withoutinterwiki-submit\";i:2103;s:15:\"fewestrevisions\";i:2104;s:11:\"ncategories\";i:2105;s:11:\"ninterwikis\";i:2106;s:15:\"nmemberschanged\";i:2107;s:10:\"nrevisions\";i:2108;s:11:\"nimagelinks\";i:2109;s:14:\"ntransclusions\";i:2110;s:17:\"specialpage-empty\";i:2111;s:11:\"lonelypages\";i:2112;s:15:\"lonelypagestext\";i:2113;s:18:\"uncategorizedpages\";i:2114;s:23:\"uncategorizedcategories\";i:2115;s:19:\"uncategorizedimages\";i:2116;s:22:\"uncategorizedtemplates\";i:2117;s:16:\"unusedcategories\";i:2118;s:12:\"unusedimages\";i:2119;s:16:\"wantedcategories\";i:2120;s:11:\"wantedpages\";i:2121;s:20:\"wantedpages-badtitle\";i:2122;s:11:\"wantedfiles\";i:2123;s:18:\"wantedfiletext-cat\";i:2124;s:20:\"wantedfiletext-nocat\";i:2125;s:15:\"wantedtemplates\";i:2126;s:10:\"mostlinked\";i:2127;s:20:\"mostlinkedcategories\";i:2128;s:19:\"mostlinkedtemplates\";i:2129;s:14:\"mostcategories\";i:2130;s:10:\"mostimages\";i:2131;s:14:\"mostinterwikis\";i:2132;s:13:\"mostrevisions\";i:2133;s:21:\"prefixindex-namespace\";i:2134;s:18:\"prefixindex-submit\";i:2135;s:17:\"prefixindex-strip\";i:2136;s:10:\"shortpages\";i:2137;s:9:\"longpages\";i:2138;s:12:\"deadendpages\";i:2139;s:16:\"deadendpagestext\";i:2140;s:14:\"protectedpages\";i:2141;s:20:\"protectedpages-indef\";i:2142;s:22:\"protectedpages-cascade\";i:2143;s:25:\"protectedpages-noredirect\";i:2144;s:32:\"cachedspecial-viewing-cached-ttl\";i:2145;s:19:\"protectedpagesempty\";i:2146;s:24:\"protectedpages-timestamp\";i:2147;s:19:\"protectedpages-page\";i:2148;s:21:\"protectedpages-expiry\";i:2149;s:24:\"protectedpages-performer\";i:2150;s:21:\"protectedpages-params\";i:2151;s:21:\"protectedpages-reason\";i:2152;s:21:\"protectedpages-submit\";i:2153;s:32:\"protectedpages-unknown-timestamp\";i:2154;s:32:\"protectedpages-unknown-performer\";i:2155;s:15:\"protectedtitles\";i:2156;s:23:\"protectedtitles-summary\";i:2157;s:20:\"protectedtitlesempty\";i:2158;s:22:\"protectedtitles-submit\";i:2159;s:9:\"listusers\";i:2160;s:19:\"listusers-editsonly\";i:2161;s:22:\"listusers-creationsort\";i:2162;s:14:\"listusers-desc\";i:2163;s:13:\"usereditcount\";i:2164;s:11:\"usercreated\";i:2165;s:15:\"newpages-submit\";i:2166;s:17:\"newpages-username\";i:2167;s:12:\"ancientpages\";i:2168;s:16:\"unusedimagestext\";i:2169;s:20:\"unusedcategoriestext\";i:2170;s:13:\"notargettitle\";i:2171;s:12:\"notargettext\";i:2172;s:11:\"nopagetitle\";i:2173;s:10:\"nopagetext\";i:2174;s:8:\"suppress\";i:2175;s:18:\"querypage-disabled\";i:2176;s:7:\"apihelp\";i:2177;s:22:\"apihelp-no-such-module\";i:2178;s:10:\"apisandbox\";i:2179;s:17:\"apisandbox-jsonly\";i:2180;s:17:\"apisandbox-submit\";i:2181;s:16:\"apisandbox-reset\";i:2182;s:16:\"apisandbox-retry\";i:2183;s:24:\"apisandbox-no-parameters\";i:2184;s:19:\"apisandbox-helpurls\";i:2185;s:19:\"apisandbox-examples\";i:2186;s:29:\"apisandbox-dynamic-parameters\";i:2187;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2188;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2189;s:31:\"apisandbox-dynamic-error-exists\";i:2190;s:32:\"apisandbox-deprecated-parameters\";i:2191;s:22:\"apisandbox-fetch-token\";i:2192;s:38:\"apisandbox-submit-invalid-fields-title\";i:2193;s:40:\"apisandbox-submit-invalid-fields-message\";i:2194;s:18:\"apisandbox-results\";i:2195;s:26:\"apisandbox-sending-request\";i:2196;s:26:\"apisandbox-loading-results\";i:2197;s:24:\"apisandbox-results-error\";i:2198;s:37:\"apisandbox-request-selectformat-label\";i:2199;s:28:\"apisandbox-request-url-label\";i:2200;s:29:\"apisandbox-request-json-label\";i:2201;s:23:\"apisandbox-request-time\";i:2202;s:27:\"apisandbox-results-fixtoken\";i:2203;s:32:\"apisandbox-results-fixtoken-fail\";i:2204;s:21:\"apisandbox-alert-page\";i:2205;s:22:\"apisandbox-alert-field\";i:2206;s:19:\"apisandbox-continue\";i:2207;s:25:\"apisandbox-continue-clear\";i:2208;s:22:\"apisandbox-param-limit\";i:2209;s:36:\"apisandbox-multivalue-all-namespaces\";i:2210;s:32:\"apisandbox-multivalue-all-values\";i:2211;s:18:\"booksources-search\";i:2212;s:16:\"booksources-text\";i:2213;s:24:\"booksources-invalid-isbn\";i:2214;s:19:\"specialloguserlabel\";i:2215;s:20:\"speciallogtitlelabel\";i:2216;s:20:\"logeventslist-submit\";i:2217;s:13:\"all-logs-page\";i:2218;s:11:\"alllogstext\";i:2219;s:8:\"logempty\";i:2220;s:18:\"log-title-wildcard\";i:2221;s:26:\"showhideselectedlogentries\";i:2222;s:15:\"checkbox-select\";i:2223;s:12:\"checkbox-all\";i:2224;s:13:\"checkbox-none\";i:2225;s:15:\"checkbox-invert\";i:2226;s:8:\"nextpage\";i:2227;s:14:\"allinnamespace\";i:2228;s:14:\"allpagesprefix\";i:2229;s:16:\"allpagesbadtitle\";i:2230;s:15:\"allpages-bad-ns\";i:2231;s:23:\"allpages-hide-redirects\";i:2232;s:17:\"categories-submit\";i:2233;s:18:\"categoriespagetext\";i:2234;s:14:\"categoriesfrom\";i:2235;s:20:\"deletedcontributions\";i:2236;s:26:\"deletedcontributions-title\";i:2237;s:32:\"sp-deletedcontributions-contribs\";i:2238;s:14:\"linksearch-pat\";i:2239;s:13:\"linksearch-ns\";i:2240;s:13:\"linksearch-ok\";i:2241;s:15:\"linksearch-text\";i:2242;s:15:\"linksearch-line\";i:2243;s:16:\"linksearch-error\";i:2244;s:13:\"listusersfrom\";i:2245;s:16:\"listusers-submit\";i:2246;s:18:\"listusers-noresult\";i:2247;s:17:\"listusers-blocked\";i:2248;s:11:\"activeusers\";i:2249;s:17:\"activeusers-intro\";i:2250;s:17:\"activeusers-count\";i:2251;s:16:\"activeusers-from\";i:2252;s:18:\"activeusers-groups\";i:2253;s:25:\"activeusers-excludegroups\";i:2254;s:20:\"activeusers-noresult\";i:2255;s:18:\"activeusers-submit\";i:2256;s:15:\"listgrouprights\";i:2257;s:23:\"listgrouprights-summary\";i:2258;s:19:\"listgrouprights-key\";i:2259;s:21:\"listgrouprights-group\";i:2260;s:22:\"listgrouprights-rights\";i:2261;s:24:\"listgrouprights-helppage\";i:2262;s:24:\"listgrouprights-addgroup\";i:2263;s:27:\"listgrouprights-removegroup\";i:2264;s:28:\"listgrouprights-addgroup-all\";i:2265;s:31:\"listgrouprights-removegroup-all\";i:2266;s:29:\"listgrouprights-addgroup-self\";i:2267;s:32:\"listgrouprights-removegroup-self\";i:2268;s:33:\"listgrouprights-addgroup-self-all\";i:2269;s:36:\"listgrouprights-removegroup-self-all\";i:2270;s:42:\"listgrouprights-namespaceprotection-header\";i:2271;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2272;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2273;s:10:\"listgrants\";i:2274;s:16:\"listgrants-grant\";i:2275;s:17:\"listgrants-rights\";i:2276;s:18:\"trackingcategories\";i:2277;s:22:\"trackingcategories-msg\";i:2278;s:23:\"trackingcategories-name\";i:2279;s:23:\"trackingcategories-desc\";i:2280;s:31:\"restricted-displaytitle-ignored\";i:2281;s:25:\"trackingcategories-nodesc\";i:2282;s:27:\"trackingcategories-disabled\";i:2283;s:11:\"mailnologin\";i:2284;s:15:\"mailnologintext\";i:2285;s:22:\"emailuser-title-target\";i:2286;s:24:\"emailuser-title-notarget\";i:2287;s:13:\"emailpagetext\";i:2288;s:15:\"defemailsubject\";i:2289;s:16:\"usermaildisabled\";i:2290;s:20:\"usermaildisabledtext\";i:2291;s:12:\"noemailtitle\";i:2292;s:11:\"noemailtext\";i:2293;s:15:\"nowikiemailtext\";i:2294;s:13:\"emailnotarget\";i:2295;s:11:\"emailtarget\";i:2296;s:13:\"emailusername\";i:2297;s:19:\"emailusernamesubmit\";i:2298;s:12:\"email-legend\";i:2299;s:9:\"emailfrom\";i:2300;s:7:\"emailto\";i:2301;s:12:\"emailsubject\";i:2302;s:12:\"emailmessage\";i:2303;s:9:\"emailsend\";i:2304;s:9:\"emailccme\";i:2305;s:14:\"emailccsubject\";i:2306;s:9:\"emailsent\";i:2307;s:13:\"emailsenttext\";i:2308;s:15:\"emailuserfooter\";i:2309;s:19:\"usermessage-summary\";i:2310;s:18:\"usermessage-editor\";i:2311;s:13:\"watchlistfor2\";i:2312;s:11:\"nowatchlist\";i:2313;s:17:\"watchlistanontext\";i:2314;s:12:\"watchnologin\";i:2315;s:8:\"addwatch\";i:2316;s:19:\"addedwatchtext-talk\";i:2317;s:20:\"addedwatchtext-short\";i:2318;s:11:\"removewatch\";i:2319;s:21:\"removedwatchtext-talk\";i:2320;s:22:\"removedwatchtext-short\";i:2321;s:15:\"unwatchthispage\";i:2322;s:12:\"notanarticle\";i:2323;s:13:\"notvisiblerev\";i:2324;s:15:\"wlheader-enotif\";i:2325;s:20:\"wlheader-showupdated\";i:2326;s:6:\"wlnote\";i:2327;s:14:\"watchlist-hide\";i:2328;s:16:\"watchlist-submit\";i:2329;s:10:\"wlshowtime\";i:2330;s:15:\"wlshowhideminor\";i:2331;s:14:\"wlshowhidebots\";i:2332;s:13:\"wlshowhideliu\";i:2333;s:15:\"wlshowhideanons\";i:2334;s:14:\"wlshowhidepatr\";i:2335;s:14:\"wlshowhidemine\";i:2336;s:24:\"wlshowhidecategorization\";i:2337;s:12:\"enotif_reset\";i:2338;s:28:\"enotif_impersonal_salutation\";i:2339;s:22:\"enotif_subject_deleted\";i:2340;s:22:\"enotif_subject_created\";i:2341;s:20:\"enotif_subject_moved\";i:2342;s:23:\"enotif_subject_restored\";i:2343;s:22:\"enotif_subject_changed\";i:2344;s:25:\"enotif_body_intro_deleted\";i:2345;s:18:\"enotif_lastvisited\";i:2346;s:15:\"enotif_lastdiff\";i:2347;s:18:\"enotif_anon_editor\";i:2348;s:11:\"enotif_body\";i:2349;s:7:\"created\";i:2350;s:7:\"changed\";i:2351;s:21:\"deletepage-deletetalk\";i:2352;s:7:\"confirm\";i:2353;s:9:\"excontent\";i:2354;s:15:\"excontentauthor\";i:2355;s:13:\"exbeforeblank\";i:2356;s:14:\"delete-confirm\";i:2357;s:13:\"delete-legend\";i:2358;s:14:\"historywarning\";i:2359;s:20:\"historyaction-submit\";i:2360;s:12:\"actionfailed\";i:2361;s:14:\"dellogpagetext\";i:2362;s:11:\"deletionlog\";i:2363;s:15:\"log-name-create\";i:2364;s:22:\"log-description-create\";i:2365;s:22:\"logentry-create-create\";i:2366;s:8:\"reverted\";i:2367;s:21:\"deletereason-dropdown\";i:2368;s:22:\"delete-edit-reasonlist\";i:2369;s:13:\"delete-toobig\";i:2370;s:21:\"delete-warning-toobig\";i:2371;s:15:\"deleteprotected\";i:2372;s:8:\"rollback\";i:2373;s:17:\"rollbacklinkcount\";i:2374;s:26:\"rollbacklinkcount-morethan\";i:2375;s:14:\"rollbackfailed\";i:2376;s:21:\"rollback-missingparam\";i:2377;s:24:\"rollback-missingrevision\";i:2378;s:12:\"cantrollback\";i:2379;s:13:\"alreadyrolled\";i:2380;s:11:\"editcomment\";i:2381;s:10:\"revertpage\";i:2382;s:17:\"revertpage-nouser\";i:2383;s:16:\"rollback-success\";i:2384;s:20:\"sessionfailure-title\";i:2385;s:14:\"sessionfailure\";i:2386;s:18:\"changecontentmodel\";i:2387;s:25:\"changecontentmodel-legend\";i:2388;s:30:\"changecontentmodel-title-label\";i:2389;s:30:\"changecontentmodel-model-label\";i:2390;s:31:\"changecontentmodel-reason-label\";i:2391;s:25:\"changecontentmodel-submit\";i:2392;s:32:\"changecontentmodel-success-title\";i:2393;s:31:\"changecontentmodel-success-text\";i:2394;s:33:\"changecontentmodel-cannot-convert\";i:2395;s:34:\"changecontentmodel-nodirectediting\";i:2396;s:36:\"changecontentmodel-emptymodels-title\";i:2397;s:35:\"changecontentmodel-emptymodels-text\";i:2398;s:21:\"log-name-contentmodel\";i:2399;s:39:\"logentry-contentmodel-change-revertlink\";i:2400;s:35:\"logentry-contentmodel-change-revert\";i:2401;s:14:\"protectlogtext\";i:2402;s:24:\"protectedarticle-comment\";i:2403;s:33:\"modifiedarticleprotection-comment\";i:2404;s:26:\"unprotectedarticle-comment\";i:2405;s:13:\"protect-title\";i:2406;s:24:\"protect-title-notallowed\";i:2407;s:14:\"prot_1movedto2\";i:2408;s:26:\"protect-badnamespace-title\";i:2409;s:25:\"protect-badnamespace-text\";i:2410;s:31:\"protect-norestrictiontypes-text\";i:2411;s:32:\"protect-norestrictiontypes-title\";i:2412;s:27:\"protect-unchain-permissions\";i:2413;s:22:\"protect-locked-blocked\";i:2414;s:21:\"protect-locked-dblock\";i:2415;s:22:\"protect-expiring-local\";i:2416;s:25:\"protect-expiry-indefinite\";i:2417;s:17:\"protect-othertime\";i:2418;s:20:\"protect-othertime-op\";i:2419;s:23:\"protect-existing-expiry\";i:2420;s:32:\"protect-existing-expiry-infinity\";i:2421;s:19:\"protect-otherreason\";i:2422;s:22:\"protect-otherreason-op\";i:2423;s:16:\"protect-dropdown\";i:2424;s:23:\"protect-edit-reasonlist\";i:2425;s:22:\"protect-expiry-options\";i:2426;s:12:\"minimum-size\";i:2427;s:12:\"maximum-size\";i:2428;s:8:\"pagesize\";i:2429;s:16:\"restriction-edit\";i:2430;s:16:\"restriction-move\";i:2431;s:18:\"restriction-create\";i:2432;s:18:\"restriction-upload\";i:2433;s:23:\"restriction-level-sysop\";i:2434;s:31:\"restriction-level-autoconfirmed\";i:2435;s:21:\"restriction-level-all\";i:2436;s:8:\"undelete\";i:2437;s:12:\"undeletepage\";i:2438;s:17:\"undeletepagetitle\";i:2439;s:15:\"viewdeletedpage\";i:2440;s:16:\"undeletepagetext\";i:2441;s:23:\"undelete-fieldset-title\";i:2442;s:17:\"undeleteextrahelp\";i:2443;s:17:\"undeleterevisions\";i:2444;s:15:\"undeletehistory\";i:2445;s:14:\"undeleterevdel\";i:2446;s:22:\"undeletehistorynoadmin\";i:2447;s:17:\"undelete-revision\";i:2448;s:24:\"undeleterevision-missing\";i:2449;s:15:\"undelete-nodiff\";i:2450;s:11:\"undeletebtn\";i:2451;s:14:\"undeleteinvert\";i:2452;s:15:\"undeletecomment\";i:2453;s:14:\"cannotundelete\";i:2454;s:13:\"undeletedpage\";i:2455;s:15:\"undelete-header\";i:2456;s:21:\"undelete-search-title\";i:2457;s:19:\"undelete-search-box\";i:2458;s:22:\"undelete-search-prefix\";i:2459;s:22:\"undelete-search-submit\";i:2460;s:19:\"undelete-no-results\";i:2461;s:26:\"undelete-filename-mismatch\";i:2462;s:22:\"undelete-bad-store-key\";i:2463;s:22:\"undelete-cleanup-error\";i:2464;s:28:\"undelete-missing-filearchive\";i:2465;s:14:\"undelete-error\";i:2466;s:26:\"undelete-show-file-confirm\";i:2467;s:25:\"undelete-show-file-submit\";i:2468;s:14:\"tooltip-invert\";i:2469;s:21:\"namespace_association\";i:2470;s:29:\"tooltip-namespace_association\";i:2471;s:13:\"contributions\";i:2472;s:12:\"anoncontribs\";i:2473;s:30:\"contributions-userdoesnotexist\";i:2474;s:10:\"nocontribs\";i:2475;s:28:\"sp-contributions-suppresslog\";i:2476;s:24:\"sp-contributions-deleted\";i:2477;s:24:\"sp-contributions-uploads\";i:2478;s:21:\"sp-contributions-logs\";i:2479;s:27:\"sp-contributions-userrights\";i:2480;s:31:\"sp-contributions-blocked-notice\";i:2481;s:36:\"sp-contributions-blocked-notice-anon\";i:2482;s:24:\"sp-contributions-toponly\";i:2483;s:24:\"sp-contributions-newonly\";i:2484;s:26:\"sp-contributions-hideminor\";i:2485;s:11:\"nolinkshere\";i:2486;s:14:\"nolinkshere-ns\";i:2487;s:24:\"whatlinkshere-hideimages\";i:2488;s:20:\"whatlinkshere-submit\";i:2489;s:11:\"autoblockid\";i:2490;s:5:\"block\";i:2491;s:7:\"unblock\";i:2492;s:11:\"blockiptext\";i:2493;s:19:\"ipaddressorusername\";i:2494;s:9:\"ipbreason\";i:2495;s:18:\"ipbreason-dropdown\";i:2496;s:13:\"ipb-hardblock\";i:2497;s:16:\"ipbcreateaccount\";i:2498;s:11:\"ipbemailban\";i:2499;s:18:\"ipbenableautoblock\";i:2500;s:9:\"ipbsubmit\";i:2501;s:8:\"ipbother\";i:2502;s:11:\"ipbhidename\";i:2503;s:12:\"ipbwatchuser\";i:2504;s:19:\"ipb-disableusertalk\";i:2505;s:16:\"ipb-change-block\";i:2506;s:11:\"ipb-confirm\";i:2507;s:12:\"badipaddress\";i:2508;s:17:\"blockipsuccesssub\";i:2509;s:18:\"blockipsuccesstext\";i:2510;s:16:\"ipb-blockingself\";i:2511;s:19:\"ipb-confirmhideuser\";i:2512;s:17:\"ipb-edit-dropdown\";i:2513;s:16:\"ipb-unblock-addr\";i:2514;s:11:\"ipb-unblock\";i:2515;s:13:\"ipb-blocklist\";i:2516;s:22:\"ipb-blocklist-contribs\";i:2517;s:27:\"ipb-blocklist-duration-left\";i:2518;s:12:\"block-expiry\";i:2519;s:9:\"unblockip\";i:2520;s:13:\"unblockiptext\";i:2521;s:9:\"ipusubmit\";i:2522;s:9:\"unblocked\";i:2523;s:15:\"unblocked-range\";i:2524;s:12:\"unblocked-id\";i:2525;s:12:\"unblocked-ip\";i:2526;s:9:\"blocklist\";i:2527;s:13:\"autoblocklist\";i:2528;s:20:\"autoblocklist-submit\";i:2529;s:20:\"autoblocklist-legend\";i:2530;s:25:\"autoblocklist-localblocks\";i:2531;s:30:\"autoblocklist-total-autoblocks\";i:2532;s:19:\"autoblocklist-empty\";i:2533;s:25:\"autoblocklist-otherblocks\";i:2534;s:18:\"ipblocklist-legend\";i:2535;s:20:\"blocklist-userblocks\";i:2536;s:20:\"blocklist-tempblocks\";i:2537;s:23:\"blocklist-addressblocks\";i:2538;s:21:\"blocklist-rangeblocks\";i:2539;s:19:\"blocklist-timestamp\";i:2540;s:16:\"blocklist-target\";i:2541;s:16:\"blocklist-expiry\";i:2542;s:12:\"blocklist-by\";i:2543;s:16:\"blocklist-params\";i:2544;s:16:\"blocklist-reason\";i:2545;s:18:\"ipblocklist-submit\";i:2546;s:22:\"ipblocklist-localblock\";i:2547;s:23:\"ipblocklist-otherblocks\";i:2548;s:13:\"infiniteblock\";i:2549;s:13:\"anononlyblock\";i:2550;s:16:\"noautoblockblock\";i:2551;s:18:\"createaccountblock\";i:2552;s:10:\"emailblock\";i:2553;s:20:\"blocklist-nousertalk\";i:2554;s:17:\"ipblocklist-empty\";i:2555;s:22:\"ipblocklist-no-results\";i:2556;s:9:\"emaillink\";i:2557;s:11:\"autoblocker\";i:2558;s:16:\"blocklog-showlog\";i:2559;s:24:\"blocklog-showsuppresslog\";i:2560;s:12:\"blocklogtext\";i:2561;s:24:\"block-log-flags-anononly\";i:2562;s:27:\"block-log-flags-noautoblock\";i:2563;s:23:\"block-log-flags-noemail\";i:2564;s:26:\"block-log-flags-nousertalk\";i:2565;s:31:\"block-log-flags-angry-autoblock\";i:2566;s:26:\"block-log-flags-hiddenname\";i:2567;s:20:\"range_block_disabled\";i:2568;s:18:\"ipb_expiry_invalid\";i:2569;s:14:\"ipb_expiry_old\";i:2570;s:15:\"ipb_expiry_temp\";i:2571;s:16:\"ipb_hide_invalid\";i:2572;s:19:\"ipb_already_blocked\";i:2573;s:15:\"ipb-needreblock\";i:2574;s:22:\"ipb-otherblocks-header\";i:2575;s:16:\"unblock-hideuser\";i:2576;s:16:\"ipb_cant_unblock\";i:2577;s:20:\"ipb_blocked_as_range\";i:2578;s:16:\"ip_range_invalid\";i:2579;s:17:\"ip_range_toolarge\";i:2580;s:15:\"ip_range_toolow\";i:2581;s:12:\"proxyblocker\";i:2582;s:16:\"proxyblockreason\";i:2583;s:11:\"sorbsreason\";i:2584;s:27:\"sorbs_create_account_reason\";i:2585;s:21:\"softblockrangesreason\";i:2586;s:20:\"cant-see-hidden-user\";i:2587;s:10:\"ipbblocked\";i:2588;s:16:\"ipbnounblockself\";i:2589;s:6:\"lockdb\";i:2590;s:8:\"unlockdb\";i:2591;s:10:\"lockdbtext\";i:2592;s:12:\"unlockdbtext\";i:2593;s:11:\"lockconfirm\";i:2594;s:13:\"unlockconfirm\";i:2595;s:7:\"lockbtn\";i:2596;s:9:\"unlockbtn\";i:2597;s:13:\"locknoconfirm\";i:2598;s:16:\"lockdbsuccesssub\";i:2599;s:18:\"unlockdbsuccesssub\";i:2600;s:17:\"lockdbsuccesstext\";i:2601;s:19:\"unlockdbsuccesstext\";i:2602;s:19:\"lockfilenotwritable\";i:2603;s:14:\"databaselocked\";i:2604;s:17:\"databasenotlocked\";i:2605;s:15:\"lockedbyandtime\";i:2606;s:9:\"move-page\";i:2607;s:16:\"move-page-legend\";i:2608;s:28:\"movepagetext-noredirectfixer\";i:2609;s:20:\"moveuserpage-warning\";i:2610;s:15:\"movenologintext\";i:2611;s:14:\"movenotallowed\";i:2612;s:18:\"movenotallowedfile\";i:2613;s:19:\"cant-move-user-page\";i:2614;s:22:\"cant-move-to-user-page\";i:2615;s:23:\"cant-move-category-page\";i:2616;s:26:\"cant-move-to-category-page\";i:2617;s:18:\"cant-move-subpages\";i:2618;s:20:\"namespace-nosubpages\";i:2619;s:23:\"movepage-moved-redirect\";i:2620;s:25:\"movepage-moved-noredirect\";i:2621;s:23:\"cantmove-titleprotected\";i:2622;s:13:\"move-subpages\";i:2623;s:18:\"move-talk-subpages\";i:2624;s:20:\"movepage-page-exists\";i:2625;s:19:\"movepage-page-moved\";i:2626;s:21:\"movepage-page-unmoved\";i:2627;s:18:\"movepage-max-pages\";i:2628;s:15:\"movelogpagetext\";i:2629;s:11:\"movesubpage\";i:2630;s:15:\"movesubpagetext\";i:2631;s:13:\"movenosubpage\";i:2632;s:20:\"delete_and_move_text\";i:2633;s:23:\"delete_and_move_confirm\";i:2634;s:22:\"delete_and_move_reason\";i:2635;s:8:\"selfmove\";i:2636;s:25:\"immobile-source-namespace\";i:2637;s:25:\"immobile-target-namespace\";i:2638;s:28:\"immobile-target-namespace-iw\";i:2639;s:20:\"immobile-source-page\";i:2640;s:20:\"immobile-target-page\";i:2641;s:16:\"bad-target-model\";i:2642;s:21:\"imagenocrossnamespace\";i:2643;s:27:\"nonfile-cannot-move-to-file\";i:2644;s:17:\"imagetypemismatch\";i:2645;s:20:\"imageinvalidfilename\";i:2646;s:20:\"fix-double-redirects\";i:2647;s:19:\"move-leave-redirect\";i:2648;s:24:\"protectedpagemovewarning\";i:2649;s:28:\"semiprotectedpagemovewarning\";i:2650;s:20:\"move-over-sharedrepo\";i:2651;s:22:\"file-exists-sharedrepo\";i:2652;s:10:\"exporttext\";i:2653;s:9:\"exportall\";i:2654;s:13:\"exportcuronly\";i:2655;s:15:\"exportnohistory\";i:2656;s:17:\"exportlistauthors\";i:2657;s:13:\"export-submit\";i:2658;s:17:\"export-addcattext\";i:2659;s:13:\"export-addcat\";i:2660;s:16:\"export-addnstext\";i:2661;s:12:\"export-addns\";i:2662;s:15:\"export-download\";i:2663;s:16:\"export-templates\";i:2664;s:16:\"export-pagelinks\";i:2665;s:13:\"export-manual\";i:2666;s:11:\"allmessages\";i:2667;s:15:\"allmessagesname\";i:2668;s:18:\"allmessagesdefault\";i:2669;s:18:\"allmessagescurrent\";i:2670;s:15:\"allmessagestext\";i:2671;s:34:\"allmessages-not-supported-database\";i:2672;s:25:\"allmessages-filter-legend\";i:2673;s:18:\"allmessages-filter\";i:2674;s:29:\"allmessages-filter-unmodified\";i:2675;s:22:\"allmessages-filter-all\";i:2676;s:27:\"allmessages-filter-modified\";i:2677;s:18:\"allmessages-prefix\";i:2678;s:20:\"allmessages-language\";i:2679;s:25:\"allmessages-filter-submit\";i:2680;s:28:\"allmessages-filter-translate\";i:2681;s:11:\"filemissing\";i:2682;s:22:\"thumbnail_error_remote\";i:2683;s:15:\"djvu_page_error\";i:2684;s:21:\"thumbnail-temp-create\";i:2685;s:21:\"thumbnail-dest-create\";i:2686;s:24:\"thumbnail_invalid_params\";i:2687;s:25:\"thumbnail_toobigimagearea\";i:2688;s:24:\"thumbnail_dest_directory\";i:2689;s:20:\"thumbnail_image-type\";i:2690;s:20:\"thumbnail_gd-library\";i:2691;s:23:\"thumbnail_image-missing\";i:2692;s:6:\"import\";i:2693;s:15:\"importinterwiki\";i:2694;s:21:\"import-interwiki-text\";i:2695;s:27:\"import-interwiki-sourcewiki\";i:2696;s:27:\"import-interwiki-sourcepage\";i:2697;s:24:\"import-interwiki-history\";i:2698;s:26:\"import-interwiki-templates\";i:2699;s:23:\"import-interwiki-submit\";i:2700;s:22:\"import-mapping-default\";i:2701;s:24:\"import-mapping-namespace\";i:2702;s:22:\"import-mapping-subpage\";i:2703;s:22:\"import-upload-filename\";i:2704;s:14:\"import-comment\";i:2705;s:10:\"importtext\";i:2706;s:11:\"importstart\";i:2707;s:21:\"import-revision-count\";i:2708;s:13:\"importnopages\";i:2709;s:20:\"imported-log-entries\";i:2710;s:12:\"importfailed\";i:2711;s:19:\"importunknownsource\";i:2712;s:14:\"importcantopen\";i:2713;s:18:\"importbadinterwiki\";i:2714;s:13:\"importsuccess\";i:2715;s:15:\"importnosources\";i:2716;s:12:\"importnofile\";i:2717;s:21:\"importuploaderrorsize\";i:2718;s:24:\"importuploaderrorpartial\";i:2719;s:21:\"importuploaderrortemp\";i:2720;s:20:\"import-parse-failure\";i:2721;s:16:\"import-noarticle\";i:2722;s:21:\"import-nonewrevisions\";i:2723;s:16:\"xml-error-string\";i:2724;s:13:\"import-upload\";i:2725;s:21:\"import-token-mismatch\";i:2726;s:24:\"import-invalid-interwiki\";i:2727;s:17:\"import-error-edit\";i:2728;s:22:\"import-error-interwiki\";i:2729;s:20:\"import-error-special\";i:2730;s:20:\"import-error-invalid\";i:2731;s:20:\"import-options-wrong\";i:2732;s:23:\"import-rootpage-invalid\";i:2733;s:13:\"importlogpage\";i:2734;s:17:\"importlogpagetext\";i:2735;s:29:\"import-logentry-upload-detail\";i:2736;s:32:\"import-logentry-interwiki-detail\";i:2737;s:14:\"javascripttest\";i:2738;s:26:\"javascripttest-qunit-intro\";i:2739;s:23:\"tooltip-pt-anonuserpage\";i:2740;s:19:\"tooltip-pt-anontalk\";i:2741;s:23:\"tooltip-pt-anoncontribs\";i:2742;s:24:\"tooltip-pt-login-private\";i:2743;s:24:\"tooltip-pt-createaccount\";i:2744;s:20:\"tooltip-ca-unprotect\";i:2745;s:14:\"tooltip-t-info\";i:2746;s:15:\"tooltip-publish\";i:2747;s:35:\"tooltip-watchlistedit-normal-submit\";i:2748;s:32:\"tooltip-watchlistedit-raw-submit\";i:2749;s:24:\"tooltip-preferences-save\";i:2750;s:15:\"tooltip-summary\";i:2751;s:32:\"interlanguage-link-title-nonlang\";i:2752;s:8:\"anonuser\";i:2753;s:9:\"anonusers\";i:2754;s:9:\"nocredits\";i:2755;s:19:\"spamprotectiontitle\";i:2756;s:18:\"spamprotectiontext\";i:2757;s:19:\"spamprotectionmatch\";i:2758;s:16:\"spambot_username\";i:2759;s:14:\"spam_reverting\";i:2760;s:13:\"spam_blanking\";i:2761;s:13:\"spam_deleting\";i:2762;s:14:\"pageinfo-title\";i:2763;s:20:\"pageinfo-not-current\";i:2764;s:21:\"pageinfo-header-basic\";i:2765;s:21:\"pageinfo-header-edits\";i:2766;s:28:\"pageinfo-header-restrictions\";i:2767;s:26:\"pageinfo-header-properties\";i:2768;s:22:\"pageinfo-display-title\";i:2769;s:21:\"pageinfo-default-sort\";i:2770;s:15:\"pageinfo-length\";i:2771;s:19:\"pageinfo-article-id\";i:2772;s:17:\"pageinfo-language\";i:2773;s:24:\"pageinfo-language-change\";i:2774;s:22:\"pageinfo-content-model\";i:2775;s:29:\"pageinfo-content-model-change\";i:2776;s:21:\"pageinfo-robot-policy\";i:2777;s:20:\"pageinfo-robot-index\";i:2778;s:22:\"pageinfo-robot-noindex\";i:2779;s:17:\"pageinfo-watchers\";i:2780;s:26:\"pageinfo-visiting-watchers\";i:2781;s:21:\"pageinfo-few-watchers\";i:2782;s:30:\"pageinfo-few-visiting-watchers\";i:2783;s:23:\"pageinfo-redirects-name\";i:2784;s:22:\"pageinfo-subpages-name\";i:2785;s:18:\"pageinfo-firstuser\";i:2786;s:18:\"pageinfo-firsttime\";i:2787;s:17:\"pageinfo-lastuser\";i:2788;s:17:\"pageinfo-lasttime\";i:2789;s:14:\"pageinfo-edits\";i:2790;s:16:\"pageinfo-authors\";i:2791;s:21:\"pageinfo-recent-edits\";i:2792;s:23:\"pageinfo-recent-authors\";i:2793;s:20:\"pageinfo-magic-words\";i:2794;s:26:\"pageinfo-hidden-categories\";i:2795;s:20:\"pageinfo-toolboxlink\";i:2796;s:20:\"pageinfo-redirectsto\";i:2797;s:25:\"pageinfo-redirectsto-info\";i:2798;s:20:\"pageinfo-contentpage\";i:2799;s:24:\"pageinfo-contentpage-yes\";i:2800;s:26:\"pageinfo-protect-cascading\";i:2801;s:30:\"pageinfo-protect-cascading-yes\";i:2802;s:31:\"pageinfo-protect-cascading-from\";i:2803;s:22:\"pageinfo-category-info\";i:2804;s:23:\"pageinfo-category-total\";i:2805;s:23:\"pageinfo-category-pages\";i:2806;s:25:\"pageinfo-category-subcats\";i:2807;s:23:\"pageinfo-category-files\";i:2808;s:16:\"pageinfo-user-id\";i:2809;s:19:\"markaspatrolleddiff\";i:2810;s:19:\"markaspatrolledtext\";i:2811;s:24:\"markaspatrolledtext-file\";i:2812;s:17:\"markedaspatrolled\";i:2813;s:21:\"markedaspatrolledtext\";i:2814;s:16:\"rcpatroldisabled\";i:2815;s:20:\"rcpatroldisabledtext\";i:2816;s:22:\"markedaspatrollederror\";i:2817;s:26:\"markedaspatrollederrortext\";i:2818;s:35:\"markedaspatrollederror-noautopatrol\";i:2819;s:23:\"markedaspatrollednotify\";i:2820;s:15:\"patrol-log-page\";i:2821;s:17:\"patrol-log-header\";i:2822;s:28:\"confirm-markpatrolled-button\";i:2823;s:25:\"confirm-markpatrolled-top\";i:2824;s:15:\"deletedrevision\";i:2825;s:21:\"filedeleteerror-short\";i:2826;s:20:\"filedeleteerror-long\";i:2827;s:18:\"filedelete-missing\";i:2828;s:27:\"filedelete-old-unregistered\";i:2829;s:31:\"filedelete-current-unregistered\";i:2830;s:28:\"filedelete-archive-read-only\";i:2831;s:12:\"mediawarning\";i:2832;s:12:\"imagemaxsize\";i:2833;s:9:\"thumbsize\";i:2834;s:15:\"widthheightpage\";i:2835;s:9:\"file-info\";i:2836;s:20:\"file-info-size-pages\";i:2837;s:14:\"svg-long-error\";i:2838;s:22:\"show-big-image-preview\";i:2839;s:20:\"show-big-image-other\";i:2840;s:19:\"show-big-image-size\";i:2841;s:20:\"file-info-gif-looped\";i:2842;s:20:\"file-info-gif-frames\";i:2843;s:20:\"file-info-png-looped\";i:2844;s:20:\"file-info-png-repeat\";i:2845;s:20:\"file-info-png-frames\";i:2846;s:9:\"newimages\";i:2847;s:13:\"imagelisttext\";i:2848;s:17:\"newimages-summary\";i:2849;s:16:\"newimages-legend\";i:2850;s:14:\"newimages-user\";i:2851;s:18:\"newimages-showbots\";i:2852;s:23:\"newimages-hidepatrolled\";i:2853;s:19:\"newimages-mediatype\";i:2854;s:8:\"noimages\";i:2855;s:8:\"ilsubmit\";i:2856;s:6:\"bydate\";i:2857;s:21:\"sp-newimages-showfrom\";i:2858;s:7:\"seconds\";i:2859;s:7:\"minutes\";i:2860;s:5:\"hours\";i:2861;s:4:\"days\";i:2862;s:5:\"weeks\";i:2863;s:6:\"months\";i:2864;s:5:\"years\";i:2865;s:3:\"ago\";i:2866;s:8:\"just-now\";i:2867;s:9:\"hours-ago\";i:2868;s:11:\"minutes-ago\";i:2869;s:11:\"seconds-ago\";i:2870;s:9:\"monday-at\";i:2871;s:10:\"tuesday-at\";i:2872;s:12:\"wednesday-at\";i:2873;s:11:\"thursday-at\";i:2874;s:9:\"friday-at\";i:2875;s:11:\"saturday-at\";i:2876;s:9:\"sunday-at\";i:2877;s:12:\"yesterday-at\";i:2878;s:12:\"confirmemail\";i:2879;s:20:\"confirmemail_noemail\";i:2880;s:17:\"confirmemail_text\";i:2881;s:20:\"confirmemail_pending\";i:2882;s:17:\"confirmemail_send\";i:2883;s:17:\"confirmemail_sent\";i:2884;s:21:\"confirmemail_oncreate\";i:2885;s:23:\"confirmemail_sendfailed\";i:2886;s:20:\"confirmemail_invalid\";i:2887;s:22:\"confirmemail_needlogin\";i:2888;s:20:\"confirmemail_success\";i:2889;s:21:\"confirmemail_loggedin\";i:2890;s:20:\"confirmemail_subject\";i:2891;s:17:\"confirmemail_body\";i:2892;s:25:\"confirmemail_body_changed\";i:2893;s:21:\"confirmemail_body_set\";i:2894;s:24:\"confirmemail_invalidated\";i:2895;s:15:\"invalidateemail\";i:2896;s:33:\"notificationemail_subject_changed\";i:2897;s:33:\"notificationemail_subject_removed\";i:2898;s:23:\"scarytranscludedisabled\";i:2899;s:21:\"scarytranscludefailed\";i:2900;s:22:\"scarytranscludetoolong\";i:2901;s:19:\"deletedwhileediting\";i:2902;s:15:\"confirmrecreate\";i:2903;s:24:\"confirmrecreate-noreason\";i:2904;s:8:\"recreate\";i:2905;s:19:\"confirm-purge-title\";i:2906;s:20:\"confirm_purge_button\";i:2907;s:17:\"confirm-purge-top\";i:2908;s:20:\"confirm-purge-bottom\";i:2909;s:20:\"confirm-watch-button\";i:2910;s:17:\"confirm-watch-top\";i:2911;s:22:\"confirm-unwatch-button\";i:2912;s:19:\"confirm-unwatch-top\";i:2913;s:23:\"confirm-rollback-button\";i:2914;s:20:\"confirm-rollback-top\";i:2915;s:15:\"quotation-marks\";i:2916;s:16:\"imgmultipageprev\";i:2917;s:16:\"imgmultipagenext\";i:2918;s:10:\"imgmultigo\";i:2919;s:12:\"imgmultigoto\";i:2920;s:16:\"img-lang-default\";i:2921;s:13:\"img-lang-info\";i:2922;s:11:\"img-lang-go\";i:2923;s:16:\"table_pager_next\";i:2924;s:16:\"table_pager_prev\";i:2925;s:17:\"table_pager_first\";i:2926;s:16:\"table_pager_last\";i:2927;s:17:\"table_pager_limit\";i:2928;s:23:\"table_pager_limit_label\";i:2929;s:24:\"table_pager_limit_submit\";i:2930;s:17:\"table_pager_empty\";i:2931;s:14:\"autosumm-blank\";i:2932;s:16:\"autosumm-replace\";i:2933;s:16:\"autoredircomment\";i:2934;s:12:\"autosumm-new\";i:2935;s:17:\"autosumm-newblank\";i:2936;s:15:\"lag-warn-normal\";i:2937;s:13:\"lag-warn-high\";i:2938;s:26:\"watchlistedit-normal-title\";i:2939;s:27:\"watchlistedit-normal-legend\";i:2940;s:28:\"watchlistedit-normal-explain\";i:2941;s:27:\"watchlistedit-normal-submit\";i:2942;s:25:\"watchlistedit-normal-done\";i:2943;s:23:\"watchlistedit-raw-title\";i:2944;s:24:\"watchlistedit-raw-legend\";i:2945;s:25:\"watchlistedit-raw-explain\";i:2946;s:24:\"watchlistedit-raw-titles\";i:2947;s:24:\"watchlistedit-raw-submit\";i:2948;s:22:\"watchlistedit-raw-done\";i:2949;s:23:\"watchlistedit-raw-added\";i:2950;s:25:\"watchlistedit-raw-removed\";i:2951;s:25:\"watchlistedit-clear-title\";i:2952;s:26:\"watchlistedit-clear-legend\";i:2953;s:27:\"watchlistedit-clear-explain\";i:2954;s:26:\"watchlistedit-clear-titles\";i:2955;s:26:\"watchlistedit-clear-submit\";i:2956;s:24:\"watchlistedit-clear-done\";i:2957;s:27:\"watchlistedit-clear-removed\";i:2958;s:22:\"watchlistedit-too-many\";i:2959;s:20:\"watchlisttools-clear\";i:2960;s:9:\"signature\";i:2961;s:14:\"timezone-local\";i:2962;s:21:\"duplicate-defaultsort\";i:2963;s:7:\"version\";i:2964;s:18:\"version-extensions\";i:2965;s:13:\"version-skins\";i:2966;s:20:\"version-specialpages\";i:2967;s:19:\"version-parserhooks\";i:2968;s:17:\"version-variables\";i:2969;s:16:\"version-antispam\";i:2970;s:13:\"version-other\";i:2971;s:21:\"version-mediahandlers\";i:2972;s:13:\"version-hooks\";i:2973;s:28:\"version-parser-extensiontags\";i:2974;s:29:\"version-parser-function-hooks\";i:2975;s:17:\"version-hook-name\";i:2976;s:25:\"version-hook-subscribedby\";i:2977;s:19:\"version-no-ext-name\";i:2978;s:15:\"version-license\";i:2979;s:19:\"version-ext-license\";i:2980;s:26:\"version-ext-colheader-name\";i:2981;s:27:\"version-skin-colheader-name\";i:2982;s:29:\"version-ext-colheader-version\";i:2983;s:29:\"version-ext-colheader-license\";i:2984;s:33:\"version-ext-colheader-description\";i:2985;s:29:\"version-ext-colheader-credits\";i:2986;s:21:\"version-license-title\";i:2987;s:21:\"version-credits-title\";i:2988;s:25:\"version-poweredby-credits\";i:2989;s:24:\"version-poweredby-others\";i:2990;s:29:\"version-poweredby-translators\";i:2991;s:23:\"version-credits-summary\";i:2992;s:20:\"version-license-info\";i:2993;s:16:\"version-software\";i:2994;s:24:\"version-software-product\";i:2995;s:24:\"version-software-version\";i:2996;s:19:\"version-entrypoints\";i:2997;s:37:\"version-entrypoints-header-entrypoint\";i:2998;s:30:\"version-entrypoints-header-url\";i:2999;s:17:\"version-libraries\";i:3000;s:25:\"version-libraries-library\";i:3001;s:25:\"version-libraries-version\";i:3002;s:25:\"version-libraries-license\";i:3003;s:29:\"version-libraries-description\";i:3004;s:25:\"version-libraries-authors\";i:3005;s:8:\"redirect\";i:3006;s:16:\"redirect-summary\";i:3007;s:15:\"redirect-submit\";i:3008;s:15:\"redirect-lookup\";i:3009;s:14:\"redirect-value\";i:3010;s:13:\"redirect-user\";i:3011;s:13:\"redirect-page\";i:3012;s:17:\"redirect-revision\";i:3013;s:13:\"redirect-file\";i:3014;s:14:\"redirect-logid\";i:3015;s:19:\"redirect-not-exists\";i:3016;s:19:\"fileduplicatesearch\";i:3017;s:27:\"fileduplicatesearch-summary\";i:3018;s:28:\"fileduplicatesearch-filename\";i:3019;s:26:\"fileduplicatesearch-submit\";i:3020;s:24:\"fileduplicatesearch-info\";i:3021;s:28:\"fileduplicatesearch-result-1\";i:3022;s:28:\"fileduplicatesearch-result-n\";i:3023;s:29:\"fileduplicatesearch-noresults\";i:3024;s:21:\"specialpages-note-top\";i:3025;s:28:\"specialpages-note-restricted\";i:3026;s:30:\"specialpages-group-maintenance\";i:3027;s:24:\"specialpages-group-other\";i:3028;s:24:\"specialpages-group-login\";i:3029;s:26:\"specialpages-group-changes\";i:3030;s:24:\"specialpages-group-media\";i:3031;s:24:\"specialpages-group-users\";i:3032;s:26:\"specialpages-group-highuse\";i:3033;s:24:\"specialpages-group-pages\";i:3034;s:28:\"specialpages-group-pagetools\";i:3035;s:23:\"specialpages-group-wiki\";i:3036;s:28:\"specialpages-group-redirects\";i:3037;s:23:\"specialpages-group-spam\";i:3038;s:28:\"specialpages-group-developer\";i:3039;s:9:\"blankpage\";i:3040;s:22:\"intentionallyblankpage\";i:3041;s:24:\"external_image_whitelist\";i:3042;s:4:\"tags\";i:3043;s:10:\"tag-filter\";i:3044;s:17:\"tag-filter-submit\";i:3045;s:16:\"tag-list-wrapper\";i:3046;s:25:\"tag-mw-contentmodelchange\";i:3047;s:19:\"tag-mw-new-redirect\";i:3048;s:31:\"tag-mw-new-redirect-description\";i:3049;s:23:\"tag-mw-removed-redirect\";i:3050;s:30:\"tag-mw-changed-redirect-target\";i:3051;s:42:\"tag-mw-changed-redirect-target-description\";i:3052;s:12:\"tag-mw-blank\";i:3053;s:24:\"tag-mw-blank-description\";i:3054;s:14:\"tag-mw-replace\";i:3055;s:10:\"tags-title\";i:3056;s:10:\"tags-intro\";i:3057;s:8:\"tags-tag\";i:3058;s:19:\"tags-display-header\";i:3059;s:23:\"tags-description-header\";i:3060;s:18:\"tags-source-header\";i:3061;s:18:\"tags-active-header\";i:3062;s:20:\"tags-hitcount-header\";i:3063;s:19:\"tags-actions-header\";i:3064;s:15:\"tags-active-yes\";i:3065;s:14:\"tags-active-no\";i:3066;s:21:\"tags-source-extension\";i:3067;s:18:\"tags-source-manual\";i:3068;s:16:\"tags-source-none\";i:3069;s:9:\"tags-edit\";i:3070;s:11:\"tags-delete\";i:3071;s:13:\"tags-activate\";i:3072;s:15:\"tags-deactivate\";i:3073;s:13:\"tags-hitcount\";i:3074;s:25:\"tags-manage-no-permission\";i:3075;s:19:\"tags-create-heading\";i:3076;s:20:\"tags-create-tag-name\";i:3077;s:18:\"tags-create-reason\";i:3078;s:18:\"tags-create-submit\";i:3079;s:19:\"tags-create-no-name\";i:3080;s:26:\"tags-create-already-exists\";i:3081;s:17:\"tags-delete-title\";i:3082;s:18:\"tags-delete-reason\";i:3083;s:21:\"tags-delete-not-found\";i:3084;s:19:\"tags-activate-title\";i:3085;s:22:\"tags-activate-question\";i:3086;s:20:\"tags-activate-reason\";i:3087;s:25:\"tags-activate-not-allowed\";i:3088;s:23:\"tags-activate-not-found\";i:3089;s:20:\"tags-activate-submit\";i:3090;s:21:\"tags-deactivate-title\";i:3091;s:24:\"tags-deactivate-question\";i:3092;s:22:\"tags-deactivate-reason\";i:3093;s:27:\"tags-deactivate-not-allowed\";i:3094;s:22:\"tags-deactivate-submit\";i:3095;s:34:\"tags-update-remove-not-allowed-one\";i:3096;s:15:\"tags-edit-title\";i:3097;s:21:\"tags-edit-manage-link\";i:3098;s:23:\"tags-edit-existing-tags\";i:3099;s:28:\"tags-edit-existing-tags-none\";i:3100;s:18:\"tags-edit-new-tags\";i:3101;s:13:\"tags-edit-add\";i:3102;s:16:\"tags-edit-remove\";i:3103;s:25:\"tags-edit-remove-all-tags\";i:3104;s:28:\"tags-edit-chosen-placeholder\";i:3105;s:27:\"tags-edit-chosen-no-results\";i:3106;s:16:\"tags-edit-reason\";i:3107;s:17:\"tags-edit-success\";i:3108;s:17:\"tags-edit-failure\";i:3109;s:23:\"tags-edit-nooldid-title\";i:3110;s:23:\"tags-edit-none-selected\";i:3111;s:12:\"comparepages\";i:3112;s:13:\"compare-page1\";i:3113;s:13:\"compare-page2\";i:3114;s:12:\"compare-rev1\";i:3115;s:12:\"compare-rev2\";i:3116;s:14:\"compare-submit\";i:3117;s:27:\"compare-revision-not-exists\";i:3118;s:9:\"diff-form\";i:3119;s:14:\"dberr-problems\";i:3120;s:11:\"dberr-again\";i:3121;s:10:\"dberr-info\";i:3122;s:17:\"dberr-info-hidden\";i:3123;s:22:\"htmlform-invalid-input\";i:3124;s:25:\"htmlform-select-badoption\";i:3125;s:20:\"htmlform-int-invalid\";i:3126;s:22:\"htmlform-float-invalid\";i:3127;s:19:\"htmlform-int-toolow\";i:3128;s:20:\"htmlform-int-toohigh\";i:3129;s:17:\"htmlform-required\";i:3130;s:15:\"htmlform-submit\";i:3131;s:14:\"htmlform-reset\";i:3132;s:28:\"htmlform-selectorother-other\";i:3133;s:11:\"htmlform-no\";i:3134;s:12:\"htmlform-yes\";i:3135;s:27:\"htmlform-chosen-placeholder\";i:3136;s:22:\"htmlform-cloner-create\";i:3137;s:22:\"htmlform-cloner-delete\";i:3138;s:24:\"htmlform-cloner-required\";i:3139;s:25:\"htmlform-date-placeholder\";i:3140;s:25:\"htmlform-time-placeholder\";i:3141;s:29:\"htmlform-datetime-placeholder\";i:3142;s:21:\"htmlform-date-invalid\";i:3143;s:21:\"htmlform-time-invalid\";i:3144;s:25:\"htmlform-datetime-invalid\";i:3145;s:20:\"htmlform-date-toolow\";i:3146;s:21:\"htmlform-date-toohigh\";i:3147;s:20:\"htmlform-time-toolow\";i:3148;s:21:\"htmlform-time-toohigh\";i:3149;s:24:\"htmlform-datetime-toolow\";i:3150;s:25:\"htmlform-datetime-toohigh\";i:3151;s:27:\"htmlform-title-badnamespace\";i:3152;s:28:\"htmlform-title-not-creatable\";i:3153;s:25:\"htmlform-title-not-exists\";i:3154;s:24:\"htmlform-user-not-exists\";i:3155;s:23:\"htmlform-user-not-valid\";i:3156;s:22:\"logentry-delete-delete\";i:3157;s:28:\"logentry-delete-delete_redir\";i:3158;s:23:\"logentry-delete-restore\";i:3159;s:19:\"restore-count-files\";i:3160;s:21:\"logentry-delete-event\";i:3161;s:24:\"logentry-delete-revision\";i:3162;s:28:\"logentry-delete-event-legacy\";i:3163;s:31:\"logentry-delete-revision-legacy\";i:3164;s:24:\"logentry-suppress-delete\";i:3165;s:23:\"logentry-suppress-event\";i:3166;s:26:\"logentry-suppress-revision\";i:3167;s:30:\"logentry-suppress-event-legacy\";i:3168;s:33:\"logentry-suppress-revision-legacy\";i:3169;s:21:\"revdelete-content-hid\";i:3170;s:21:\"revdelete-summary-hid\";i:3171;s:19:\"revdelete-uname-hid\";i:3172;s:23:\"revdelete-content-unhid\";i:3173;s:23:\"revdelete-summary-unhid\";i:3174;s:21:\"revdelete-uname-unhid\";i:3175;s:20:\"logentry-block-block\";i:3176;s:22:\"logentry-block-unblock\";i:3177;s:22:\"logentry-block-reblock\";i:3178;s:23:\"logentry-suppress-block\";i:3179;s:25:\"logentry-suppress-reblock\";i:3180;s:22:\"logentry-import-upload\";i:3181;s:18:\"logentry-move-move\";i:3182;s:29:\"logentry-move-move-noredirect\";i:3183;s:24:\"logentry-move-move_redir\";i:3184;s:35:\"logentry-move-move_redir-noredirect\";i:3185;s:22:\"logentry-patrol-patrol\";i:3186;s:27:\"logentry-patrol-patrol-auto\";i:3187;s:26:\"logentry-newusers-newusers\";i:3188;s:24:\"logentry-newusers-create\";i:3189;s:25:\"logentry-newusers-create2\";i:3190;s:28:\"logentry-newusers-autocreate\";i:3191;s:26:\"logentry-protect-unprotect\";i:3192;s:24:\"logentry-protect-protect\";i:3193;s:32:\"logentry-protect-protect-cascade\";i:3194;s:23:\"logentry-protect-modify\";i:3195;s:31:\"logentry-protect-modify-cascade\";i:3196;s:22:\"logentry-rights-rights\";i:3197;s:27:\"logentry-rights-autopromote\";i:3198;s:22:\"logentry-upload-upload\";i:3199;s:12:\"log-name-tag\";i:3200;s:15:\"feedback-adding\";i:3201;s:13:\"feedback-back\";i:3202;s:17:\"feedback-bugcheck\";i:3203;s:15:\"feedback-bugnew\";i:3204;s:18:\"feedback-bugornote\";i:3205;s:15:\"feedback-cancel\";i:3206;s:14:\"feedback-close\";i:3207;s:35:\"feedback-external-bug-report-button\";i:3208;s:21:\"feedback-dialog-title\";i:3209;s:15:\"feedback-error1\";i:3210;s:16:\"feedback-message\";i:3211;s:16:\"feedback-subject\";i:3212;s:15:\"feedback-submit\";i:3213;s:15:\"feedback-thanks\";i:3214;s:21:\"feedback-thanks-title\";i:3215;s:18:\"feedback-useragent\";i:3216;s:28:\"api-clientside-error-timeout\";i:3217;s:18:\"api-error-badtoken\";i:3218;s:19:\"api-error-emptypage\";i:3219;s:21:\"api-error-stashfailed\";i:3220;s:25:\"api-error-unknown-warning\";i:3221;s:22:\"api-error-unknownerror\";i:3222;s:16:\"duration-seconds\";i:3223;s:16:\"duration-minutes\";i:3224;s:14:\"duration-hours\";i:3225;s:13:\"duration-days\";i:3226;s:14:\"duration-weeks\";i:3227;s:14:\"duration-years\";i:3228;s:16:\"duration-decades\";i:3229;s:18:\"duration-centuries\";i:3230;s:18:\"duration-millennia\";i:3231;s:38:\"limitreport-templateargumentsize-value\";i:3232;s:15:\"expandtemplates\";i:3233;s:22:\"expand_templates_intro\";i:3234;s:22:\"expand_templates_title\";i:3235;s:22:\"expand_templates_input\";i:3236;s:23:\"expand_templates_output\";i:3237;s:27:\"expand_templates_xml_output\";i:3238;s:28:\"expand_templates_html_output\";i:3239;s:19:\"expand_templates_ok\";i:3240;s:32:\"expand_templates_remove_comments\";i:3241;s:30:\"expand_templates_remove_nowiki\";i:3242;s:29:\"expand_templates_generate_xml\";i:3243;s:33:\"expand_templates_generate_rawhtml\";i:3244;s:24:\"expand_templates_preview\";i:3245;s:30:\"expand_templates_input_missing\";i:3246;s:12:\"pagelanguage\";i:3247;s:13:\"pagelang-name\";i:3248;s:17:\"pagelang-language\";i:3249;s:20:\"pagelang-use-default\";i:3250;s:20:\"pagelang-select-lang\";i:3251;s:15:\"pagelang-reason\";i:3252;s:15:\"pagelang-submit\";i:3253;s:25:\"pagelang-nonexistent-page\";i:3254;s:27:\"pagelang-unchanged-language\";i:3255;s:35:\"pagelang-unchanged-language-default\";i:3256;s:18:\"pagelang-db-failed\";i:3257;s:14:\"right-pagelang\";i:3258;s:15:\"action-pagelang\";i:3259;s:17:\"log-name-pagelang\";i:3260;s:24:\"log-description-pagelang\";i:3261;s:15:\"mediastatistics\";i:3262;s:30:\"mediastatistics-table-mimetype\";i:3263;s:32:\"mediastatistics-table-extensions\";i:3264;s:27:\"mediastatistics-table-count\";i:3265;s:32:\"mediastatistics-table-totalbytes\";i:3266;s:30:\"mediastatistics-header-unknown\";i:3267;s:29:\"mediastatistics-header-bitmap\";i:3268;s:30:\"mediastatistics-header-drawing\";i:3269;s:28:\"mediastatistics-header-audio\";i:3270;s:28:\"mediastatistics-header-video\";i:3271;s:33:\"mediastatistics-header-multimedia\";i:3272;s:29:\"mediastatistics-header-office\";i:3273;s:27:\"mediastatistics-header-text\";i:3274;s:33:\"mediastatistics-header-executable\";i:3275;s:30:\"mediastatistics-header-archive\";i:3276;s:28:\"mediastatistics-header-total\";i:3277;s:25:\"json-error-state-mismatch\";i:3278;s:20:\"json-error-ctrl-char\";i:3279;s:17:\"json-error-syntax\";i:3280;s:21:\"headline-anchor-title\";i:3281;s:38:\"special-characters-group-greekextended\";i:3282;s:39:\"special-characters-group-arabicextended\";i:3283;s:32:\"special-characters-group-persian\";i:3284;s:30:\"special-characters-group-tamil\";i:3285;s:35:\"special-characters-group-devanagari\";i:3286;s:29:\"special-characters-group-thai\";i:3287;s:28:\"special-characters-group-lao\";i:3288;s:30:\"special-characters-group-khmer\";i:3289;s:43:\"special-characters-group-canadianaboriginal\";i:3290;s:31:\"special-characters-title-endash\";i:3291;s:31:\"special-characters-title-emdash\";i:3292;s:30:\"special-characters-title-minus\";i:3293;s:22:\"mw-widgets-abandonedit\";i:3294;s:30:\"mw-widgets-abandonedit-discard\";i:3295;s:27:\"mw-widgets-abandonedit-keep\";i:3296;s:28:\"mw-widgets-abandonedit-title\";i:3297;s:28:\"mw-widgets-dateinput-no-date\";i:3298;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3299;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3300;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3301;s:32:\"mw-widgets-mediasearch-noresults\";i:3302;s:42:\"mw-widgets-titleinput-description-new-page\";i:3303;s:42:\"mw-widgets-titleinput-description-redirect\";i:3304;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3305;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3306;s:15:\"date-range-from\";i:3307;s:13:\"date-range-to\";i:3308;s:18:\"sessionmanager-tie\";i:3309;s:23:\"sessionprovider-generic\";i:3310;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3311;s:25:\"sessionprovider-nocookies\";i:3312;s:14:\"randomrootpage\";i:3313;s:23:\"log-action-filter-block\";i:3314;s:30:\"log-action-filter-contentmodel\";i:3315;s:24:\"log-action-filter-delete\";i:3316;s:24:\"log-action-filter-import\";i:3317;s:22:\"log-action-filter-move\";i:3318;s:26:\"log-action-filter-newusers\";i:3319;s:24:\"log-action-filter-patrol\";i:3320;s:25:\"log-action-filter-protect\";i:3321;s:24:\"log-action-filter-rights\";i:3322;s:26:\"log-action-filter-suppress\";i:3323;s:24:\"log-action-filter-upload\";i:3324;s:21:\"log-action-filter-all\";i:3325;s:29:\"log-action-filter-block-block\";i:3326;s:31:\"log-action-filter-block-reblock\";i:3327;s:31:\"log-action-filter-block-unblock\";i:3328;s:37:\"log-action-filter-contentmodel-change\";i:3329;s:31:\"log-action-filter-delete-delete\";i:3330;s:37:\"log-action-filter-delete-delete_redir\";i:3331;s:32:\"log-action-filter-delete-restore\";i:3332;s:30:\"log-action-filter-delete-event\";i:3333;s:33:\"log-action-filter-delete-revision\";i:3334;s:34:\"log-action-filter-import-interwiki\";i:3335;s:31:\"log-action-filter-import-upload\";i:3336;s:35:\"log-action-filter-managetags-create\";i:3337;s:35:\"log-action-filter-managetags-delete\";i:3338;s:37:\"log-action-filter-managetags-activate\";i:3339;s:39:\"log-action-filter-managetags-deactivate\";i:3340;s:27:\"log-action-filter-move-move\";i:3341;s:33:\"log-action-filter-move-move_redir\";i:3342;s:33:\"log-action-filter-newusers-create\";i:3343;s:34:\"log-action-filter-newusers-create2\";i:3344;s:37:\"log-action-filter-newusers-autocreate\";i:3345;s:34:\"log-action-filter-newusers-byemail\";i:3346;s:31:\"log-action-filter-patrol-patrol\";i:3347;s:35:\"log-action-filter-patrol-autopatrol\";i:3348;s:33:\"log-action-filter-protect-protect\";i:3349;s:32:\"log-action-filter-protect-modify\";i:3350;s:35:\"log-action-filter-protect-unprotect\";i:3351;s:35:\"log-action-filter-protect-move_prot\";i:3352;s:31:\"log-action-filter-rights-rights\";i:3353;s:36:\"log-action-filter-rights-autopromote\";i:3354;s:32:\"log-action-filter-suppress-event\";i:3355;s:35:\"log-action-filter-suppress-revision\";i:3356;s:33:\"log-action-filter-suppress-delete\";i:3357;s:31:\"log-action-filter-upload-upload\";i:3358;s:34:\"log-action-filter-upload-overwrite\";i:3359;s:28:\"authmanager-authn-no-primary\";i:3360;s:31:\"authmanager-authn-no-local-user\";i:3361;s:32:\"authmanager-change-not-supported\";i:3362;s:27:\"authmanager-create-disabled\";i:3363;s:29:\"authmanager-create-from-login\";i:3364;s:29:\"authmanager-create-no-primary\";i:3365;s:27:\"authmanager-link-no-primary\";i:3366;s:32:\"authmanager-link-not-in-progress\";i:3367;s:29:\"authmanager-autocreate-noperm\";i:3368;s:32:\"authmanager-autocreate-exception\";i:3369;s:28:\"authmanager-userdoesnotexist\";i:3370;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3371;s:25:\"authmanager-username-help\";i:3372;s:25:\"authmanager-password-help\";i:3373;s:23:\"authmanager-domain-help\";i:3374;s:23:\"authmanager-retype-help\";i:3375;s:23:\"authmanager-email-label\";i:3376;s:22:\"authmanager-email-help\";i:3377;s:26:\"authmanager-realname-label\";i:3378;s:25:\"authmanager-realname-help\";i:3379;s:29:\"authmanager-provider-password\";i:3380;s:38:\"authmanager-provider-temporarypassword\";i:3381;s:38:\"authprovider-confirmlink-request-label\";i:3382;s:37:\"authprovider-confirmlink-success-line\";i:3383;s:31:\"authprovider-confirmlink-failed\";i:3384;s:33:\"authprovider-resetpass-skip-label\";i:3385;s:32:\"authprovider-resetpass-skip-help\";i:3386;s:17:\"authform-newtoken\";i:3387;s:16:\"authform-notoken\";i:3388;s:19:\"authform-wrongtoken\";i:3389;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3390;s:37:\"specialpage-securitylevel-not-allowed\";i:3391;s:21:\"authpage-cannot-login\";i:3392;s:30:\"authpage-cannot-login-continue\";i:3393;s:22:\"authpage-cannot-create\";i:3394;s:31:\"authpage-cannot-create-continue\";i:3395;s:20:\"authpage-cannot-link\";i:3396;s:29:\"authpage-cannot-link-continue\";i:3397;s:28:\"cannotauth-not-allowed-title\";i:3398;s:22:\"cannotauth-not-allowed\";i:3399;s:17:\"changecredentials\";i:3400;s:24:\"changecredentials-submit\";i:3401;s:32:\"changecredentials-invalidsubpage\";i:3402;s:25:\"changecredentials-success\";i:3403;s:17:\"removecredentials\";i:3404;s:24:\"removecredentials-submit\";i:3405;s:32:\"removecredentials-invalidsubpage\";i:3406;s:25:\"removecredentials-success\";i:3407;s:24:\"credentialsform-provider\";i:3408;s:23:\"credentialsform-account\";i:3409;s:28:\"cannotlink-no-provider-title\";i:3410;s:22:\"cannotlink-no-provider\";i:3411;s:12:\"linkaccounts\";i:3412;s:25:\"linkaccounts-success-text\";i:3413;s:19:\"linkaccounts-submit\";i:3414;s:14:\"unlinkaccounts\";i:3415;s:22:\"unlinkaccounts-success\";i:3416;s:23:\"restrictionsfield-badip\";i:3417;s:23:\"restrictionsfield-label\";i:3418;s:5:\"revid\";i:3419;s:6:\"pageid\";i:3420;s:18:\"rawhtml-notallowed\";i:3421;s:13:\"gotointerwiki\";i:3422;s:21:\"gotointerwiki-invalid\";i:3423;s:17:\"undelete-cantedit\";i:3424;s:14:\"pagedata-title\";i:3425;s:18:\"pagedata-bad-title\";i:3426;s:22:\"skin-view-create-local\";i:3427;s:14:\"nstab-mainpage\";i:3428;s:15:\"exif-imagewidth\";i:3429;s:16:\"exif-imagelength\";i:3430;s:18:\"exif-bitspersample\";i:3431;s:16:\"exif-compression\";i:3432;s:30:\"exif-photometricinterpretation\";i:3433;s:16:\"exif-orientation\";i:3434;s:20:\"exif-samplesperpixel\";i:3435;s:24:\"exif-planarconfiguration\";i:3436;s:21:\"exif-ycbcrsubsampling\";i:3437;s:21:\"exif-ycbcrpositioning\";i:3438;s:16:\"exif-xresolution\";i:3439;s:16:\"exif-yresolution\";i:3440;s:17:\"exif-stripoffsets\";i:3441;s:17:\"exif-rowsperstrip\";i:3442;s:20:\"exif-stripbytecounts\";i:3443;s:26:\"exif-jpeginterchangeformat\";i:3444;s:32:\"exif-jpeginterchangeformatlength\";i:3445;s:15:\"exif-whitepoint\";i:3446;s:26:\"exif-primarychromaticities\";i:3447;s:22:\"exif-ycbcrcoefficients\";i:3448;s:24:\"exif-referenceblackwhite\";i:3449;s:13:\"exif-datetime\";i:3450;s:21:\"exif-imagedescription\";i:3451;s:9:\"exif-make\";i:3452;s:10:\"exif-model\";i:3453;s:13:\"exif-software\";i:3454;s:11:\"exif-artist\";i:3455;s:14:\"exif-copyright\";i:3456;s:16:\"exif-exifversion\";i:3457;s:20:\"exif-flashpixversion\";i:3458;s:15:\"exif-colorspace\";i:3459;s:28:\"exif-componentsconfiguration\";i:3460;s:27:\"exif-compressedbitsperpixel\";i:3461;s:20:\"exif-pixelxdimension\";i:3462;s:20:\"exif-pixelydimension\";i:3463;s:16:\"exif-usercomment\";i:3464;s:21:\"exif-relatedsoundfile\";i:3465;s:21:\"exif-datetimeoriginal\";i:3466;s:22:\"exif-datetimedigitized\";i:3467;s:15:\"exif-subsectime\";i:3468;s:23:\"exif-subsectimeoriginal\";i:3469;s:24:\"exif-subsectimedigitized\";i:3470;s:17:\"exif-exposuretime\";i:3471;s:24:\"exif-exposuretime-format\";i:3472;s:12:\"exif-fnumber\";i:3473;s:20:\"exif-exposureprogram\";i:3474;s:24:\"exif-spectralsensitivity\";i:3475;s:20:\"exif-isospeedratings\";i:3476;s:22:\"exif-shutterspeedvalue\";i:3477;s:18:\"exif-aperturevalue\";i:3478;s:20:\"exif-brightnessvalue\";i:3479;s:22:\"exif-exposurebiasvalue\";i:3480;s:21:\"exif-maxaperturevalue\";i:3481;s:20:\"exif-subjectdistance\";i:3482;s:17:\"exif-meteringmode\";i:3483;s:16:\"exif-lightsource\";i:3484;s:10:\"exif-flash\";i:3485;s:16:\"exif-focallength\";i:3486;s:16:\"exif-subjectarea\";i:3487;s:16:\"exif-flashenergy\";i:3488;s:26:\"exif-focalplanexresolution\";i:3489;s:26:\"exif-focalplaneyresolution\";i:3490;s:29:\"exif-focalplaneresolutionunit\";i:3491;s:20:\"exif-subjectlocation\";i:3492;s:18:\"exif-exposureindex\";i:3493;s:18:\"exif-sensingmethod\";i:3494;s:15:\"exif-filesource\";i:3495;s:14:\"exif-scenetype\";i:3496;s:19:\"exif-customrendered\";i:3497;s:17:\"exif-exposuremode\";i:3498;s:17:\"exif-whitebalance\";i:3499;s:21:\"exif-digitalzoomratio\";i:3500;s:26:\"exif-focallengthin35mmfilm\";i:3501;s:21:\"exif-scenecapturetype\";i:3502;s:16:\"exif-gaincontrol\";i:3503;s:13:\"exif-contrast\";i:3504;s:15:\"exif-saturation\";i:3505;s:14:\"exif-sharpness\";i:3506;s:29:\"exif-devicesettingdescription\";i:3507;s:25:\"exif-subjectdistancerange\";i:3508;s:18:\"exif-imageuniqueid\";i:3509;s:17:\"exif-gpsversionid\";i:3510;s:19:\"exif-gpslatituderef\";i:3511;s:16:\"exif-gpslatitude\";i:3512;s:20:\"exif-gpslongituderef\";i:3513;s:17:\"exif-gpslongitude\";i:3514;s:19:\"exif-gpsaltituderef\";i:3515;s:16:\"exif-gpsaltitude\";i:3516;s:17:\"exif-gpstimestamp\";i:3517;s:18:\"exif-gpssatellites\";i:3518;s:14:\"exif-gpsstatus\";i:3519;s:19:\"exif-gpsmeasuremode\";i:3520;s:11:\"exif-gpsdop\";i:3521;s:16:\"exif-gpsspeedref\";i:3522;s:13:\"exif-gpsspeed\";i:3523;s:16:\"exif-gpstrackref\";i:3524;s:13:\"exif-gpstrack\";i:3525;s:23:\"exif-gpsimgdirectionref\";i:3526;s:20:\"exif-gpsimgdirection\";i:3527;s:16:\"exif-gpsmapdatum\";i:3528;s:23:\"exif-gpsdestlatituderef\";i:3529;s:20:\"exif-gpsdestlatitude\";i:3530;s:24:\"exif-gpsdestlongituderef\";i:3531;s:21:\"exif-gpsdestlongitude\";i:3532;s:22:\"exif-gpsdestbearingref\";i:3533;s:19:\"exif-gpsdestbearing\";i:3534;s:23:\"exif-gpsdestdistanceref\";i:3535;s:20:\"exif-gpsdestdistance\";i:3536;s:24:\"exif-gpsprocessingmethod\";i:3537;s:23:\"exif-gpsareainformation\";i:3538;s:17:\"exif-gpsdatestamp\";i:3539;s:20:\"exif-gpsdifferential\";i:3540;s:20:\"exif-jpegfilecomment\";i:3541;s:13:\"exif-keywords\";i:3542;s:23:\"exif-worldregioncreated\";i:3543;s:19:\"exif-countrycreated\";i:3544;s:23:\"exif-countrycodecreated\";i:3545;s:27:\"exif-provinceorstatecreated\";i:3546;s:16:\"exif-citycreated\";i:3547;s:23:\"exif-sublocationcreated\";i:3548;s:20:\"exif-worldregiondest\";i:3549;s:16:\"exif-countrydest\";i:3550;s:20:\"exif-countrycodedest\";i:3551;s:24:\"exif-provinceorstatedest\";i:3552;s:13:\"exif-citydest\";i:3553;s:20:\"exif-sublocationdest\";i:3554;s:15:\"exif-objectname\";i:3555;s:24:\"exif-specialinstructions\";i:3556;s:13:\"exif-headline\";i:3557;s:11:\"exif-credit\";i:3558;s:11:\"exif-source\";i:3559;s:15:\"exif-editstatus\";i:3560;s:12:\"exif-urgency\";i:3561;s:22:\"exif-fixtureidentifier\";i:3562;s:17:\"exif-locationdest\";i:3563;s:21:\"exif-locationdestcode\";i:3564;s:16:\"exif-objectcycle\";i:3565;s:12:\"exif-contact\";i:3566;s:11:\"exif-writer\";i:3567;s:17:\"exif-languagecode\";i:3568;s:15:\"exif-iimversion\";i:3569;s:16:\"exif-iimcategory\";i:3570;s:28:\"exif-iimsupplementalcategory\";i:3571;s:20:\"exif-datetimeexpires\";i:3572;s:21:\"exif-datetimereleased\";i:3573;s:28:\"exif-originaltransmissionref\";i:3574;s:15:\"exif-identifier\";i:3575;s:9:\"exif-lens\";i:3576;s:17:\"exif-serialnumber\";i:3577;s:20:\"exif-cameraownername\";i:3578;s:10:\"exif-label\";i:3579;s:21:\"exif-datetimemetadata\";i:3580;s:13:\"exif-nickname\";i:3581;s:11:\"exif-rating\";i:3582;s:22:\"exif-rightscertificate\";i:3583;s:16:\"exif-copyrighted\";i:3584;s:19:\"exif-copyrightowner\";i:3585;s:15:\"exif-usageterms\";i:3586;s:17:\"exif-webstatement\";i:3587;s:23:\"exif-originaldocumentid\";i:3588;s:15:\"exif-licenseurl\";i:3589;s:23:\"exif-morepermissionsurl\";i:3590;s:19:\"exif-attributionurl\";i:3591;s:29:\"exif-preferredattributionname\";i:3592;s:19:\"exif-pngfilecomment\";i:3593;s:15:\"exif-disclaimer\";i:3594;s:19:\"exif-contentwarning\";i:3595;s:19:\"exif-giffilecomment\";i:3596;s:22:\"exif-intellectualgenre\";i:3597;s:20:\"exif-subjectnewscode\";i:3598;s:14:\"exif-scenecode\";i:3599;s:10:\"exif-event\";i:3600;s:24:\"exif-organisationinimage\";i:3601;s:18:\"exif-personinimage\";i:3602;s:24:\"exif-originalimageheight\";i:3603;s:23:\"exif-originalimagewidth\";i:3604;s:18:\"exif-compression-1\";i:3605;s:18:\"exif-compression-2\";i:3606;s:18:\"exif-compression-3\";i:3607;s:18:\"exif-compression-4\";i:3608;s:21:\"exif-copyrighted-true\";i:3609;s:22:\"exif-copyrighted-false\";i:3610;s:32:\"exif-photometricinterpretation-1\";i:3611;s:16:\"exif-unknowndate\";i:3612;s:18:\"exif-orientation-1\";i:3613;s:18:\"exif-orientation-2\";i:3614;s:18:\"exif-orientation-3\";i:3615;s:18:\"exif-orientation-4\";i:3616;s:18:\"exif-orientation-5\";i:3617;s:18:\"exif-orientation-6\";i:3618;s:18:\"exif-orientation-7\";i:3619;s:18:\"exif-orientation-8\";i:3620;s:26:\"exif-planarconfiguration-1\";i:3621;s:26:\"exif-planarconfiguration-2\";i:3622;s:21:\"exif-colorspace-65535\";i:3623;s:30:\"exif-componentsconfiguration-0\";i:3624;s:22:\"exif-exposureprogram-0\";i:3625;s:22:\"exif-exposureprogram-1\";i:3626;s:22:\"exif-exposureprogram-2\";i:3627;s:22:\"exif-exposureprogram-3\";i:3628;s:22:\"exif-exposureprogram-4\";i:3629;s:22:\"exif-exposureprogram-5\";i:3630;s:22:\"exif-exposureprogram-6\";i:3631;s:22:\"exif-exposureprogram-7\";i:3632;s:22:\"exif-exposureprogram-8\";i:3633;s:26:\"exif-subjectdistance-value\";i:3634;s:19:\"exif-meteringmode-0\";i:3635;s:19:\"exif-meteringmode-1\";i:3636;s:19:\"exif-meteringmode-2\";i:3637;s:19:\"exif-meteringmode-3\";i:3638;s:19:\"exif-meteringmode-4\";i:3639;s:19:\"exif-meteringmode-5\";i:3640;s:19:\"exif-meteringmode-6\";i:3641;s:21:\"exif-meteringmode-255\";i:3642;s:18:\"exif-lightsource-0\";i:3643;s:18:\"exif-lightsource-1\";i:3644;s:18:\"exif-lightsource-2\";i:3645;s:18:\"exif-lightsource-3\";i:3646;s:18:\"exif-lightsource-4\";i:3647;s:18:\"exif-lightsource-9\";i:3648;s:19:\"exif-lightsource-10\";i:3649;s:19:\"exif-lightsource-11\";i:3650;s:19:\"exif-lightsource-12\";i:3651;s:19:\"exif-lightsource-13\";i:3652;s:19:\"exif-lightsource-14\";i:3653;s:19:\"exif-lightsource-15\";i:3654;s:19:\"exif-lightsource-17\";i:3655;s:19:\"exif-lightsource-18\";i:3656;s:19:\"exif-lightsource-19\";i:3657;s:19:\"exif-lightsource-24\";i:3658;s:20:\"exif-lightsource-255\";i:3659;s:18:\"exif-flash-fired-0\";i:3660;s:18:\"exif-flash-fired-1\";i:3661;s:19:\"exif-flash-return-0\";i:3662;s:19:\"exif-flash-return-2\";i:3663;s:19:\"exif-flash-return-3\";i:3664;s:17:\"exif-flash-mode-1\";i:3665;s:17:\"exif-flash-mode-2\";i:3666;s:17:\"exif-flash-mode-3\";i:3667;s:21:\"exif-flash-function-1\";i:3668;s:19:\"exif-flash-redeye-1\";i:3669;s:31:\"exif-focalplaneresolutionunit-2\";i:3670;s:20:\"exif-sensingmethod-1\";i:3671;s:20:\"exif-sensingmethod-2\";i:3672;s:20:\"exif-sensingmethod-3\";i:3673;s:20:\"exif-sensingmethod-4\";i:3674;s:20:\"exif-sensingmethod-5\";i:3675;s:20:\"exif-sensingmethod-7\";i:3676;s:20:\"exif-sensingmethod-8\";i:3677;s:17:\"exif-filesource-3\";i:3678;s:16:\"exif-scenetype-1\";i:3679;s:21:\"exif-customrendered-0\";i:3680;s:21:\"exif-customrendered-1\";i:3681;s:19:\"exif-exposuremode-0\";i:3682;s:19:\"exif-exposuremode-1\";i:3683;s:19:\"exif-exposuremode-2\";i:3684;s:19:\"exif-whitebalance-0\";i:3685;s:19:\"exif-whitebalance-1\";i:3686;s:23:\"exif-scenecapturetype-0\";i:3687;s:23:\"exif-scenecapturetype-1\";i:3688;s:23:\"exif-scenecapturetype-2\";i:3689;s:23:\"exif-scenecapturetype-3\";i:3690;s:18:\"exif-gaincontrol-0\";i:3691;s:18:\"exif-gaincontrol-1\";i:3692;s:18:\"exif-gaincontrol-2\";i:3693;s:18:\"exif-gaincontrol-3\";i:3694;s:18:\"exif-gaincontrol-4\";i:3695;s:15:\"exif-contrast-0\";i:3696;s:15:\"exif-contrast-1\";i:3697;s:15:\"exif-contrast-2\";i:3698;s:17:\"exif-saturation-0\";i:3699;s:17:\"exif-saturation-1\";i:3700;s:17:\"exif-saturation-2\";i:3701;s:16:\"exif-sharpness-0\";i:3702;s:16:\"exif-sharpness-1\";i:3703;s:16:\"exif-sharpness-2\";i:3704;s:27:\"exif-subjectdistancerange-0\";i:3705;s:27:\"exif-subjectdistancerange-1\";i:3706;s:27:\"exif-subjectdistancerange-2\";i:3707;s:27:\"exif-subjectdistancerange-3\";i:3708;s:18:\"exif-gpslatitude-n\";i:3709;s:18:\"exif-gpslatitude-s\";i:3710;s:19:\"exif-gpslongitude-e\";i:3711;s:19:\"exif-gpslongitude-w\";i:3712;s:31:\"exif-gpsaltitude-above-sealevel\";i:3713;s:31:\"exif-gpsaltitude-below-sealevel\";i:3714;s:16:\"exif-gpsstatus-a\";i:3715;s:16:\"exif-gpsstatus-v\";i:3716;s:21:\"exif-gpsmeasuremode-2\";i:3717;s:21:\"exif-gpsmeasuremode-3\";i:3718;s:15:\"exif-gpsspeed-k\";i:3719;s:15:\"exif-gpsspeed-m\";i:3720;s:15:\"exif-gpsspeed-n\";i:3721;s:22:\"exif-gpsdestdistance-k\";i:3722;s:22:\"exif-gpsdestdistance-m\";i:3723;s:22:\"exif-gpsdestdistance-n\";i:3724;s:21:\"exif-gpsdop-excellent\";i:3725;s:16:\"exif-gpsdop-good\";i:3726;s:20:\"exif-gpsdop-moderate\";i:3727;s:16:\"exif-gpsdop-fair\";i:3728;s:16:\"exif-gpsdop-poor\";i:3729;s:18:\"exif-objectcycle-a\";i:3730;s:18:\"exif-objectcycle-p\";i:3731;s:18:\"exif-objectcycle-b\";i:3732;s:19:\"exif-gpsdirection-t\";i:3733;s:19:\"exif-gpsdirection-m\";i:3734;s:23:\"exif-ycbcrpositioning-1\";i:3735;s:23:\"exif-ycbcrpositioning-2\";i:3736;s:19:\"exif-dc-contributor\";i:3737;s:16:\"exif-dc-coverage\";i:3738;s:12:\"exif-dc-date\";i:3739;s:17:\"exif-dc-publisher\";i:3740;s:16:\"exif-dc-relation\";i:3741;s:14:\"exif-dc-rights\";i:3742;s:14:\"exif-dc-source\";i:3743;s:12:\"exif-dc-type\";i:3744;s:20:\"exif-rating-rejected\";i:3745;s:29:\"exif-isospeedratings-overflow\";i:3746;s:20:\"exif-iimcategory-ace\";i:3747;s:20:\"exif-iimcategory-clj\";i:3748;s:20:\"exif-iimcategory-dis\";i:3749;s:20:\"exif-iimcategory-fin\";i:3750;s:20:\"exif-iimcategory-edu\";i:3751;s:20:\"exif-iimcategory-evn\";i:3752;s:20:\"exif-iimcategory-hth\";i:3753;s:20:\"exif-iimcategory-hum\";i:3754;s:20:\"exif-iimcategory-lab\";i:3755;s:20:\"exif-iimcategory-lif\";i:3756;s:20:\"exif-iimcategory-pol\";i:3757;s:20:\"exif-iimcategory-rel\";i:3758;s:20:\"exif-iimcategory-sci\";i:3759;s:20:\"exif-iimcategory-soi\";i:3760;s:20:\"exif-iimcategory-spo\";i:3761;s:20:\"exif-iimcategory-war\";i:3762;s:20:\"exif-iimcategory-wea\";i:3763;s:19:\"exif-urgency-normal\";i:3764;s:16:\"exif-urgency-low\";i:3765;s:17:\"exif-urgency-high\";i:3766;s:18:\"exif-urgency-other\";i:3767;s:33:\"apihelp-main-extended-description\";i:3768;s:26:\"apihelp-block-param-reason\";i:3769;s:25:\"apihelp-move-param-reason\";i:3770;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:3771;s:24:\"apihelp-tag-param-reason\";i:3772;s:23:\"apihelp-unblock-summary\";i:3773;s:25:\"apihelp-upload-param-file\";i:3774;s:26:\"apihelp-userrights-summary\";i:3775;s:30:\"ooui-outline-control-move-down\";i:3776;s:28:\"ooui-outline-control-move-up\";i:3777;s:27:\"ooui-outline-control-remove\";i:3778;s:17:\"ooui-toolbar-more\";i:3779;s:21:\"ooui-toolgroup-expand\";i:3780;s:23:\"ooui-toolgroup-collapse\";i:3781;s:16:\"ooui-item-remove\";i:3782;s:26:\"ooui-dialog-message-accept\";i:3783;s:26:\"ooui-dialog-message-reject\";i:3784;s:25:\"ooui-dialog-process-error\";i:3785;s:27:\"ooui-dialog-process-dismiss\";i:3786;s:25:\"ooui-dialog-process-retry\";i:3787;s:28:\"ooui-dialog-process-continue\";i:3788;s:26:\"ooui-combobox-button-label\";i:3789;s:29:\"ooui-selectfile-button-select\";i:3790;s:38:\"ooui-selectfile-button-select-multiple\";i:3791;s:29:\"ooui-selectfile-not-supported\";i:3792;s:27:\"ooui-selectfile-placeholder\";i:3793;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:3794;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:3795;s:41:\"ooui-popup-widget-close-button-aria-label\";i:3796;s:15:\"ooui-field-help\";i:3797;s:16:\"vector-languages\";i:3798;s:28:\"vector-language-button-label\";i:3799;s:31:\"vector-no-language-button-label\";i:3800;s:19:\"vector-more-actions\";i:3801;s:20:\"vector-toc-beginning\";i:3802;s:38:\"mobile-frontend-back-to-top-of-section\";i:3803;s:37:\"mobile-frontend-changeslist-nocomment\";i:3804;s:28:\"mobile-frontend-clear-search\";i:3805;s:37:\"mobile-frontend-commons-category-view\";i:3806;s:25:\"mobile-frontend-copyright\";i:3807;s:20:\"mobile-frontend-desc\";i:3808;s:30:\"mobile-frontend-disable-images\";i:3809;s:36:\"mobile-frontend-dismiss-notification\";i:3810;s:27:\"mobile-frontend-editor-edit\";i:3811;s:29:\"mobile-frontend-enable-images\";i:3812;s:32:\"mobile-frontend-featured-article\";i:3813;s:30:\"mobile-frontend-footer-contact\";i:3814;s:31:\"mobile-frontend-footer-sitename\";i:3815;s:29:\"mobile-frontend-generic-login\";i:3816;s:36:\"mobile-frontend-generic-login-action\";i:3817;s:27:\"mobile-frontend-home-button\";i:3818;s:29:\"mobile-frontend-images-status\";i:3819;s:40:\"mobile-frontend-language-article-heading\";i:3820;s:31:\"mobile-frontend-language-header\";i:3821;s:36:\"mobile-frontend-language-site-choose\";i:3822;s:34:\"mobile-frontend-last-modified-date\";i:3823;s:26:\"mobile-frontend-logged-out\";i:3824;s:21:\"mobile-frontend-login\";i:3825;s:40:\"mobile-frontend-main-menu-account-create\";i:3826;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:3827;s:34:\"mobile-frontend-main-menu-featured\";i:3828;s:31:\"mobile-frontend-main-menu-login\";i:3829;s:32:\"mobile-frontend-main-menu-nearby\";i:3830;s:34:\"mobile-frontend-main-menu-settings\";i:3831;s:42:\"mobile-frontend-main-menu-settings-heading\";i:3832;s:35:\"mobile-frontend-main-menu-watchlist\";i:3833;s:26:\"mobile-frontend-news-items\";i:3834;s:30:\"mobile-frontend-opt-in-explain\";i:3835;s:34:\"mobile-frontend-page-menu-contents\";i:3836;s:33:\"mobile-frontend-page-menu-history\";i:3837;s:24:\"mobile-frontend-password\";i:3838;s:36:\"mobile-frontend-password-placeholder\";i:3839;s:27:\"mobile-frontend-placeholder\";i:3840;s:33:\"mobile-frontend-privacy-link-text\";i:3841;s:29:\"mobile-frontend-random-button\";i:3842;s:28:\"mobile-frontend-regular-site\";i:3843;s:29:\"mobile-frontend-save-settings\";i:3844;s:29:\"mobile-frontend-search-submit\";i:3845;s:41:\"mobile-frontend-settings-site-description\";i:3846;s:36:\"mobile-frontend-settings-site-header\";i:3847;s:26:\"mobile-frontend-terms-text\";i:3848;s:24:\"mobile-frontend-username\";i:3849;s:36:\"mobile-frontend-username-placeholder\";i:3850;s:20:\"mobile-frontend-view\";i:3851;s:28:\"mobile-frontend-view-desktop\";i:3852;s:27:\"mobile-frontend-view-mobile\";i:3853;s:15:\"tag-mobile_edit\";i:3854;s:19:\"tag-mobile_web_edit\";i:3855;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:3856;s:7:\"sidebar\";i:3857;s:25:\"tog-watchlistunwatchlinks\";i:3858;s:18:\"pagecategorieslink\";i:3859;s:25:\"categoryviewer-pagedlinks\";i:3860;s:24:\"category-header-numerals\";i:3861;s:9:\"sitetitle\";i:3862;s:12:\"sitesubtitle\";i:3863;s:23:\"search-ignored-headings\";i:3864;s:35:\"printableversion-deprecated-warning\";i:3865;s:10:\"addsection\";i:3866;s:14:\"talkpageheader\";i:3867;s:22:\"view-pool-dirty-output\";i:3868;s:20:\"view-pool-contention\";i:3869;s:17:\"view-pool-timeout\";i:3870;s:12:\"edithelppage\";i:3871;s:8:\"helppage\";i:3872;s:14:\"mainpage-title\";i:3873;s:23:\"mainpage-title-loggedin\";i:3874;s:9:\"pagetitle\";i:3875;s:23:\"pagetitle-view-mainpage\";i:3876;s:16:\"backlinksubtitle\";i:3877;s:9:\"feed-atom\";i:3878;s:8:\"feed-rss\";i:3879;s:10:\"sitenotice\";i:3880;s:10:\"anonnotice\";i:3881;s:28:\"newsectionheaderdefaultlevel\";i:3882;s:18:\"sort-rowspan-error\";i:3883;s:10:\"nstab-talk\";i:3884;s:39:\"transaction-max-statement-time-exceeded\";i:3885;s:26:\"nonwrite-api-promise-error\";i:3886;s:12:\"timeouterror\";i:3887;s:17:\"timeouterror-text\";i:3888;s:23:\"createacct-helpusername\";i:3889;s:24:\"createacct-username-help\";i:3890;s:11:\"loginprompt\";i:3891;s:18:\"userlogout-summary\";i:3892;s:13:\"helplogin-url\";i:3893;s:26:\"createacct-imgcaptcha-help\";i:3894;s:24:\"createacct-benefit-icon1\";i:3895;s:24:\"createacct-benefit-head1\";i:3896;s:24:\"createacct-benefit-icon2\";i:3897;s:24:\"createacct-benefit-head2\";i:3898;s:24:\"createacct-benefit-icon3\";i:3899;s:24:\"createacct-benefit-head3\";i:3900;s:17:\"nocookiesforlogin\";i:3901;s:23:\"createacct-temp-warning\";i:3902;s:11:\"signupstart\";i:3903;s:9:\"signupend\";i:3904;s:15:\"signupend-https\";i:3905;s:11:\"emailsender\";i:3906;s:18:\"loginlanguagelinks\";i:3907;s:15:\"pear-mail-error\";i:3908;s:14:\"php-mail-error\";i:3909;s:22:\"changepassword-summary\";i:3910;s:33:\"botpasswords-toolong-restrictions\";i:3911;s:27:\"botpasswords-toolong-grants\";i:3912;s:24:\"botpasswords-newpassword\";i:3913;s:25:\"botpasswords-invalid-name\";i:3914;s:21:\"passwordreset-ignored\";i:3915;s:19:\"changeemail-summary\";i:3916;s:21:\"changeemail-maxlength\";i:3917;s:19:\"resettokens-summary\";i:3918;s:16:\"resettokens-text\";i:3919;s:27:\"resettokens-watchlist-token\";i:3920;s:8:\"sig-text\";i:3921;s:23:\"autocreate-edit-warning\";i:3922;s:26:\"autocreate-preview-warning\";i:3923;s:12:\"selfredirect\";i:3924;s:16:\"previewerrortext\";i:3925;s:19:\"blockedtext-partial\";i:3926;s:21:\"blockedtext-composite\";i:3927;s:25:\"blockedtext-composite-ids\";i:3928;s:28:\"blockedtext-composite-reason\";i:3929;s:18:\"newarticletextanon\";i:3930;s:12:\"talkpagetext\";i:3931;s:17:\"noarticletextanon\";i:3932;s:27:\"missing-revision-permission\";i:3933;s:24:\"missing-revision-content\";i:3934;s:21:\"userjsonyoucanpreview\";i:3935;s:15:\"userjsonpreview\";i:3936;s:15:\"sitejsonpreview\";i:3937;s:24:\"edit-textarea-aria-label\";i:3938;s:17:\"editnotice-notext\";i:3939;s:20:\"unicode-support-fail\";i:3940;s:23:\"editpage-head-copy-warn\";i:3941;s:20:\"editpage-tos-summary\";i:3942;s:32:\"editpage-cannot-use-custom-model\";i:3943;s:13:\"longpage-hint\";i:3944;s:16:\"edittools-upload\";i:3945;s:27:\"modeleditnotsupported-title\";i:3946;s:26:\"modeleditnotsupported-text\";i:3947;s:21:\"contentmodelediterror\";i:3948;s:26:\"moveddeleted-notice-recent\";i:3949;s:21:\"edit-slots-cannot-add\";i:3950;s:24:\"edit-slots-cannot-remove\";i:3951;s:18:\"edit-slots-missing\";i:3952;s:27:\"postedit-temp-created-label\";i:3953;s:21:\"postedit-temp-created\";i:3954;s:18:\"addsection-preload\";i:3955;s:20:\"addsection-editintro\";i:3956;s:23:\"content-failed-to-parse\";i:3957;s:17:\"invalid-json-data\";i:3958;s:24:\"content-not-allowed-here\";i:3959;s:20:\"confirmleave-warning\";i:3960;s:39:\"editpage-notsupportedcontentformat-text\";i:3961;s:17:\"content-model-css\";i:3962;s:18:\"content-model-json\";i:3963;s:25:\"unsupported-content-model\";i:3964;s:24:\"unsupported-content-diff\";i:3965;s:25:\"unsupported-content-diff2\";i:3966;s:22:\"duplicate-args-warning\";i:3967;s:23:\"duplicate-args-category\";i:3968;s:28:\"duplicate-args-category-desc\";i:3969;s:24:\"template-equals-category\";i:3970;s:29:\"template-equals-category-desc\";i:3971;s:23:\"template-equals-warning\";i:3972;s:22:\"template-loop-category\";i:3973;s:27:\"template-loop-category-desc\";i:3974;s:21:\"template-loop-warning\";i:3975;s:28:\"node-count-exceeded-category\";i:3976;s:33:\"node-count-exceeded-category-desc\";i:3977;s:27:\"node-count-exceeded-warning\";i:3978;s:33:\"expansion-depth-exceeded-category\";i:3979;s:38:\"expansion-depth-exceeded-category-desc\";i:3980;s:32:\"expansion-depth-exceeded-warning\";i:3981;s:27:\"parser-unstrip-loop-warning\";i:3982;s:21:\"unstrip-depth-warning\";i:3983;s:22:\"unstrip-depth-category\";i:3984;s:27:\"unstrip-depth-category-desc\";i:3985;s:20:\"unstrip-size-warning\";i:3986;s:21:\"unstrip-size-category\";i:3987;s:26:\"unstrip-size-category-desc\";i:3988;s:27:\"converter-manual-rule-error\";i:3989;s:19:\"undo-main-slot-only\";i:3990;s:13:\"undo-nochange\";i:3991;s:17:\"undo-summary-anon\";i:3992;s:19:\"undo-summary-import\";i:3993;s:20:\"undo-summary-import2\";i:3994;s:28:\"undo-summary-username-hidden\";i:3995;s:26:\"createaccount-hook-aborted\";i:3996;s:22:\"viewpagelogs-lowercase\";i:3997;s:21:\"revision-info-current\";i:3998;s:12:\"revision-nav\";i:3999;s:11:\"tooltip-cur\";i:4000;s:12:\"tooltip-last\";i:4001;s:17:\"history_copyright\";i:4002;s:13:\"history-empty\";i:4003;s:19:\"rev-suppressed-text\";i:4004;s:30:\"rev-suppressed-text-permission\";i:4005;s:23:\"revdelete-selected-text\";i:4006;s:23:\"revdelete-selected-file\";i:4007;s:19:\"revdelete-text-text\";i:4008;s:19:\"revdelete-text-file\";i:4009;s:21:\"revdelete-text-others\";i:4010;s:34:\"revdelete-reason-dropdown-suppress\";i:4011;s:34:\"revdelete-edit-reasonlist-suppress\";i:4012;s:27:\"mergehistory-fail-no-change\";i:4013;s:36:\"mergehistory-fail-timestamps-overlap\";i:4014;s:24:\"mergehistory-fail-toobig\";i:4015;s:41:\"mergehistory-warning-redirect-not-created\";i:4016;s:34:\"mergehistory-source-deleted-reason\";i:4017;s:27:\"mergehistory-source-deleted\";i:4018;s:24:\"mergehistory-revisionrow\";i:4019;s:26:\"mergehistory-redirect-text\";i:4020;s:18:\"pagemerge-logentry\";i:4021;s:26:\"diff-paragraph-moved-tonew\";i:4022;s:26:\"diff-paragraph-moved-toold\";i:4023;s:27:\"difference-missing-revision\";i:4024;s:14:\"search-summary\";i:4025;s:26:\"search-filter-title-prefix\";i:4026;s:23:\"searchmenu-new-nocreate\";i:4027;s:31:\"search-interwiki-resultset-link\";i:4028;s:23:\"search-interwiki-custom\";i:4029;s:25:\"search-invalid-sort-order\";i:4030;s:22:\"search-unknown-profile\";i:4031;s:21:\"showingresultsinrange\";i:4032;s:12:\"googlesearch\";i:4033;s:15:\"opensearch-desc\";i:4034;s:19:\"preferences-summary\";i:4035;s:16:\"prefs-skin-prefs\";i:4036;s:21:\"prefs-skin-responsive\";i:4037;s:26:\"prefs-help-skin-responsive\";i:4038;s:28:\"prefs-watchlist-managetokens\";i:4039;s:16:\"prefs-searchmisc\";i:4040;s:27:\"prefs-help-watchlist-token2\";i:4041;s:26:\"prefs-help-tokenmanagement\";i:4042;s:36:\"prefs-user-downloaddata-help-message\";i:4043;s:29:\"prefs-user-restoreprefs-label\";i:4044;s:28:\"prefs-user-restoreprefs-info\";i:4045;s:30:\"timezone-useoffset-placeholder\";i:4046;s:27:\"email-allow-new-users-label\";i:4047;s:20:\"email-mutelist-label\";i:4048;s:17:\"prefs-custom-json\";i:4049;s:19:\"prefs-reset-confirm\";i:4050;s:25:\"prefs-memberingroups-type\";i:4051;s:28:\"prefs-registration-date-time\";i:4052;s:10:\"badsightml\";i:4053;s:11:\"badsiglinks\";i:4054;s:11:\"badsigsubst\";i:4055;s:15:\"badsiglinebreak\";i:4056;s:29:\"linterror-bogus-image-options\";i:4057;s:29:\"linterror-deletable-table-tag\";i:4058;s:26:\"linterror-html5-misnesting\";i:4059;s:38:\"linterror-misc-tidy-replacement-issues\";i:4060;s:23:\"linterror-misnested-tag\";i:4061;s:25:\"linterror-missing-end-tag\";i:4062;s:28:\"linterror-multi-colon-escape\";i:4063;s:38:\"linterror-multiline-html-table-in-list\";i:4064;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:4065;s:22:\"linterror-obsolete-tag\";i:4066;s:30:\"linterror-pwrap-bug-workaround\";i:4067;s:25:\"linterror-self-closed-tag\";i:4068;s:22:\"linterror-stripped-tag\";i:4069;s:23:\"linterror-tidy-font-bug\";i:4070;s:29:\"linterror-tidy-whitespace-bug\";i:4071;s:36:\"linterror-unclosed-quotes-in-heading\";i:4072;s:23:\"prefs-help-requireemail\";i:4073;s:31:\"prefs-signature-invalid-warning\";i:4074;s:27:\"prefs-signature-invalid-new\";i:4075;s:32:\"prefs-signature-invalid-disallow\";i:4076;s:31:\"prefs-signature-highlight-error\";i:4077;s:29:\"prefs-signature-error-details\";i:4078;s:20:\"prefs-developertools\";i:4079;s:16:\"prefs-discussion\";i:4080;s:15:\"prefs-changesrc\";i:4081;s:22:\"prefs-changeswatchlist\";i:4082;s:20:\"prefs-pageswatchlist\";i:4083;s:26:\"prefs-tabs-navigation-hint\";i:4084;s:18:\"userrights-summary\";i:4085;s:17:\"viewinguserrights\";i:4086;s:28:\"userrights-groupsmember-type\";i:4087;s:21:\"userrights-systemuser\";i:4088;s:30:\"userrights-irreversible-marker\";i:4089;s:35:\"userrights-no-shorten-expiry-marker\";i:4090;s:32:\"userrights-cannot-shorten-expiry\";i:4091;s:11:\"group-named\";i:4092;s:28:\"group-interface-admin-member\";i:4093;s:15:\"grouppage-named\";i:4094;s:23:\"right-autocreateaccount\";i:4095;s:21:\"right-delete-redirect\";i:4096;s:17:\"right-editsitecss\";i:4097;s:18:\"right-editsitejson\";i:4098;s:16:\"right-editsitejs\";i:4099;s:26:\"right-editmyuserjsredirect\";i:4100;s:20:\"grant-editsiteconfig\";i:4101;s:12:\"grant-import\";i:4102;s:18:\"grant-mergehistory\";i:4103;s:22:\"action-delete-redirect\";i:4104;s:17:\"action-changetags\";i:4105;s:20:\"action-apihighlimits\";i:4106;s:20:\"action-autoconfirmed\";i:4107;s:16:\"action-bigdelete\";i:4108;s:17:\"action-blockemail\";i:4109;s:10:\"action-bot\";i:4110;s:20:\"action-editprotected\";i:4111;s:24:\"action-editsemiprotected\";i:4112;s:20:\"action-editinterface\";i:4113;s:18:\"action-editusercss\";i:4114;s:19:\"action-edituserjson\";i:4115;s:17:\"action-edituserjs\";i:4116;s:18:\"action-editsitecss\";i:4117;s:19:\"action-editsitejson\";i:4118;s:17:\"action-editsitejs\";i:4119;s:20:\"action-editmyusercss\";i:4120;s:21:\"action-editmyuserjson\";i:4121;s:19:\"action-editmyuserjs\";i:4122;s:27:\"action-editmyuserjsredirect\";i:4123;s:21:\"action-viewsuppressed\";i:4124;s:15:\"action-hideuser\";i:4125;s:21:\"action-ipblock-exempt\";i:4126;s:18:\"action-unblockself\";i:4127;s:18:\"action-noratelimit\";i:4128;s:19:\"action-reupload-own\";i:4129;s:21:\"action-nominornewtalk\";i:4130;s:19:\"action-markbotedits\";i:4131;s:18:\"action-patrolmarks\";i:4132;s:28:\"action-override-export-depth\";i:4133;s:23:\"action-suppressredirect\";i:4134;s:6:\"ntimes\";i:4135;s:17:\"recentchanges-url\";i:4136;s:17:\"recentchangestext\";i:4137;s:21:\"recentchanges-timeout\";i:4138;s:21:\"recentchanges-network\";i:4139;s:26:\"recentchanges-notargetpage\";i:4140;s:26:\"recentchanges-legend-minor\";i:4141;s:24:\"recentchanges-legend-bot\";i:4142;s:32:\"recentchanges-legend-unpatrolled\";i:4143;s:30:\"recentchanges-legend-plusminus\";i:4144;s:36:\"recentchanges-legend-watchlistexpiry\";i:4145;s:28:\"rcfilters-activefilters-hide\";i:4146;s:28:\"rcfilters-activefilters-show\";i:4147;s:36:\"rcfilters-activefilters-hide-tooltip\";i:4148;s:36:\"rcfilters-activefilters-show-tooltip\";i:4149;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:4150;s:46:\"rcfilters-quickfilters-placeholder-description\";i:4151;s:35:\"rcfilters-search-placeholder-mobile\";i:4152;s:30:\"rcfilters-state-message-subset\";i:4153;s:36:\"rcfilters-state-message-fullcoverage\";i:4154;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:4155;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:4156;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:4157;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:4158;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:4159;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:4160;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:4161;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:4162;s:30:\"rcfilters-tag-prefix-namespace\";i:4163;s:25:\"rcfilters-tag-prefix-tags\";i:4164;s:31:\"rcfilters-watchlist-showupdated\";i:4165;s:25:\"rcfilters-preference-help\";i:4166;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:4167;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:4168;s:35:\"rcfilters-filter-showlinkedto-label\";i:4169;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:4170;s:27:\"rcfilters-allcontents-label\";i:4171;s:30:\"rcfilters-alldiscussions-label\";i:4172;s:17:\"unpatrolledletter\";i:4173;s:43:\"number-of-watching-users-for-recent-changes\";i:4174;s:14:\"rc-change-size\";i:4175;s:23:\"upload-tryagain-nostash\";i:4176;s:14:\"upload-summary\";i:4177;s:12:\"uploadfooter\";i:4178;s:26:\"upload-default-description\";i:4179;s:28:\"fileexists-duplicate-version\";i:4180;s:30:\"file-deleted-duplicate-notitle\";i:4181;s:26:\"uploadwarning-text-nostash\";i:4182;s:13:\"uploadedimage\";i:4183;s:14:\"overwroteimage\";i:4184;s:19:\"upload-scripted-dtd\";i:4185;s:19:\"uploaded-script-svg\";i:4186;s:20:\"uploaded-hostile-svg\";i:4187;s:29:\"uploaded-event-handler-on-svg\";i:4188;s:27:\"uploaded-href-attribute-svg\";i:4189;s:31:\"uploaded-href-unsafe-target-svg\";i:4190;s:20:\"uploaded-animate-svg\";i:4191;s:34:\"uploaded-setting-event-handler-svg\";i:4192;s:25:\"uploaded-setting-href-svg\";i:4193;s:26:\"uploaded-wrong-setting-svg\";i:4194;s:28:\"uploaded-setting-handler-svg\";i:4195;s:23:\"uploaded-remote-url-svg\";i:4196;s:25:\"uploaded-image-filter-svg\";i:4197;s:23:\"uploadscriptednamespace\";i:4198;s:19:\"filename-thumb-name\";i:4199;s:25:\"filename-prefix-blacklist\";i:4200;s:26:\"upload-foreign-cant-upload\";i:4201;s:31:\"upload-foreign-cant-load-config\";i:4202;s:39:\"upload-form-label-infoform-name-tooltip\";i:4203;s:46:\"upload-form-label-infoform-description-tooltip\";i:4204;s:48:\"upload-form-label-own-work-message-generic-local\";i:4205;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:4206;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:4207;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:4208;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:4209;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:4210;s:18:\"backend-fail-sizes\";i:4211;s:21:\"backend-fail-describe\";i:4212;s:22:\"backend-fail-batchsize\";i:4213;s:19:\"backend-fail-usable\";i:4214;s:17:\"backend-fail-stat\";i:4215;s:17:\"backend-fail-hash\";i:4216;s:28:\"lockmanager-fail-svr-acquire\";i:4217;s:25:\"lockmanager-fail-conflict\";i:4218;s:21:\"uploadstash-thumbnail\";i:4219;s:21:\"uploadstash-exception\";i:4220;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:4221;s:31:\"uploadstash-bad-path-no-handler\";i:4222;s:31:\"uploadstash-bad-path-bad-format\";i:4223;s:26:\"uploadstash-file-not-found\";i:4224;s:35:\"uploadstash-file-not-found-no-thumb\";i:4225;s:40:\"uploadstash-file-not-found-no-local-path\";i:4226;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:4227;s:47:\"uploadstash-file-not-found-missing-content-type\";i:4228;s:37:\"uploadstash-file-not-found-not-exists\";i:4229;s:26:\"uploadstash-file-too-large\";i:4230;s:25:\"uploadstash-not-logged-in\";i:4231;s:23:\"uploadstash-wrong-owner\";i:4232;s:23:\"uploadstash-no-such-key\";i:4233;s:19:\"http-internal-error\";i:4234;s:8:\"licenses\";i:4235;s:17:\"listfiles_subpage\";i:4236;s:22:\"sharedupload-desc-edit\";i:4237;s:24:\"sharedupload-desc-create\";i:4238;s:24:\"shareddescriptionfollows\";i:4239;s:33:\"shared-repo-name-wikimediacommons\";i:4240;s:12:\"filepage.css\";i:4241;s:20:\"filerevert-identical\";i:4242;s:35:\"filedelete-reason-dropdown-suppress\";i:4243;s:35:\"filedelete-edit-reasonlist-suppress\";i:4244;s:22:\"unwatchedpages-summary\";i:4245;s:21:\"listredirects-summary\";i:4246;s:27:\"listduplicatedfiles-summary\";i:4247;s:25:\"listduplicatedfiles-entry\";i:4248;s:23:\"unusedtemplates-summary\";i:4249;s:14:\"randompage-url\";i:4250;s:18:\"statistics-summary\";i:4251;s:24:\"statistics-articles-desc\";i:4252;s:21:\"statistics-files-desc\";i:4253;s:17:\"statistics-footer\";i:4254;s:21:\"pageswithprop-summary\";i:4255;s:18:\"pageswithprop-text\";i:4256;s:21:\"pageswithprop-reverse\";i:4257;s:25:\"pageswithprop-sortbyvalue\";i:4258;s:29:\"pageswithprop-prophidden-long\";i:4259;s:31:\"pageswithprop-prophidden-binary\";i:4260;s:23:\"doubleredirects-summary\";i:4261;s:23:\"brokenredirects-summary\";i:4262;s:29:\"brokenredirects-delete-reason\";i:4263;s:23:\"fewestrevisions-summary\";i:4264;s:19:\"lonelypages-summary\";i:4265;s:26:\"uncategorizedpages-summary\";i:4266;s:31:\"uncategorizedcategories-summary\";i:4267;s:27:\"uncategorizedimages-summary\";i:4268;s:30:\"uncategorizedtemplates-summary\";i:4269;s:38:\"uncategorized-categories-exceptionlist\";i:4270;s:24:\"unusedcategories-summary\";i:4271;s:20:\"unusedimages-summary\";i:4272;s:24:\"wantedcategories-summary\";i:4273;s:19:\"wantedpages-summary\";i:4274;s:19:\"wantedfiles-summary\";i:4275;s:28:\"wantedfiletext-cat-noforeign\";i:4276;s:30:\"wantedfiletext-nocat-noforeign\";i:4277;s:23:\"wantedtemplates-summary\";i:4278;s:18:\"mostlinked-summary\";i:4279;s:28:\"mostlinkedcategories-summary\";i:4280;s:27:\"mostlinkedtemplates-summary\";i:4281;s:22:\"mostcategories-summary\";i:4282;s:18:\"mostimages-summary\";i:4283;s:22:\"mostinterwikis-summary\";i:4284;s:21:\"mostrevisions-summary\";i:4285;s:19:\"prefixindex-summary\";i:4286;s:18:\"shortpages-summary\";i:4287;s:17:\"longpages-summary\";i:4288;s:20:\"deadendpages-summary\";i:4289;s:22:\"protectedpages-filters\";i:4290;s:22:\"protectedpages-summary\";i:4291;s:29:\"protectedpages-unknown-reason\";i:4292;s:17:\"listusers-summary\";i:4293;s:29:\"listusers-temporarygroupsonly\";i:4294;s:16:\"newpages-summary\";i:4295;s:20:\"ancientpages-summary\";i:4296;s:37:\"unusedimagestext-categorizedimgisused\";i:4297;s:15:\"apihelp-summary\";i:4298;s:12:\"apihelp-link\";i:4299;s:18:\"apisandbox-summary\";i:4300;s:16:\"apisandbox-intro\";i:4301;s:18:\"apisandbox-loading\";i:4302;s:21:\"apisandbox-load-error\";i:4303;s:37:\"apisandbox-templated-parameter-reason\";i:4304;s:20:\"apisandbox-add-multi\";i:4305;s:35:\"apisandbox-results-login-suppressed\";i:4306;s:35:\"apisandbox-request-format-url-label\";i:4307;s:36:\"apisandbox-request-format-json-label\";i:4308;s:35:\"apisandbox-request-format-php-label\";i:4309;s:28:\"apisandbox-request-php-label\";i:4310;s:24:\"apisandbox-continue-help\";i:4311;s:19:\"booksources-summary\";i:4312;s:16:\"booksources-isbn\";i:4313;s:22:\"magiclink-tracking-rfc\";i:4314;s:27:\"magiclink-tracking-rfc-desc\";i:4315;s:23:\"magiclink-tracking-pmid\";i:4316;s:28:\"magiclink-tracking-pmid-desc\";i:4317;s:23:\"magiclink-tracking-isbn\";i:4318;s:28:\"magiclink-tracking-isbn-desc\";i:4319;s:6:\"rfcurl\";i:4320;s:9:\"pubmedurl\";i:4321;s:26:\"logeventslist-more-filters\";i:4322;s:24:\"logeventslist-patrol-log\";i:4323;s:21:\"logeventslist-tag-log\";i:4324;s:26:\"logeventslist-newusers-log\";i:4325;s:13:\"log-edit-tags\";i:4326;s:16:\"allpages-summary\";i:4327;s:18:\"categories-summary\";i:4328;s:28:\"deletedcontributions-summary\";i:4329;s:18:\"linksearch-summary\";i:4330;s:19:\"activeusers-summary\";i:4331;s:29:\"listgrouprights-right-display\";i:4332;s:29:\"listgrouprights-right-revoked\";i:4333;s:18:\"listgrants-summary\";i:4334;s:24:\"listgrants-grant-display\";i:4335;s:26:\"trackingcategories-summary\";i:4336;s:36:\"restricted-displaytitle-ignored-desc\";i:4337;s:20:\"nonnumeric-formatnum\";i:4338;s:25:\"nonnumeric-formatnum-desc\";i:4339;s:21:\"noindex-category-desc\";i:4340;s:19:\"index-category-desc\";i:4341;s:44:\"post-expand-template-inclusion-category-desc\";i:4342;s:43:\"post-expand-template-argument-category-desc\";i:4343;s:38:\"expensive-parserfunction-category-desc\";i:4344;s:25:\"broken-file-category-desc\";i:4345;s:29:\"hidden-category-category-desc\";i:4346;s:17:\"emailuser-summary\";i:4347;s:20:\"usermessage-template\";i:4348;s:17:\"watchlist-summary\";i:4349;s:21:\"watchlistnotwatchable\";i:4350;s:15:\"updatewatchlist\";i:4351;s:30:\"addedwatchexpiry-options-label\";i:4352;s:21:\"addedwatchexpiryhours\";i:4353;s:26:\"addedwatchexpiryhours-talk\";i:4354;s:20:\"addedwatchexpirytext\";i:4355;s:25:\"addedwatchexpirytext-talk\";i:4356;s:26:\"addedwatchindefinitelytext\";i:4357;s:31:\"addedwatchindefinitelytext-talk\";i:4358;s:26:\"watchlist-expiry-days-left\";i:4359;s:33:\"watchlist-expiring-days-full-text\";i:4360;s:27:\"watchlist-expiry-hours-left\";i:4361;s:34:\"watchlist-expiring-hours-full-text\";i:4362;s:17:\"watchlist-unwatch\";i:4363;s:22:\"watchlist-unwatch-undo\";i:4364;s:25:\"enotif_body_intro_created\";i:4365;s:23:\"enotif_body_intro_moved\";i:4366;s:26:\"enotif_body_intro_restored\";i:4367;s:25:\"enotif_body_intro_changed\";i:4368;s:16:\"enotif_minoredit\";i:4369;s:26:\"delete-talk-summary-prefix\";i:4370;s:25:\"deleted-page-and-talkpage\";i:4371;s:30:\"deletereason-dropdown-suppress\";i:4372;s:31:\"delete-edit-reasonlist-suppress\";i:4373;s:23:\"delete-toomanyrevisions\";i:4374;s:35:\"delete-error-associated-alreadytalk\";i:4375;s:36:\"delete-error-associated-doesnotexist\";i:4376;s:26:\"deleting-backlinks-warning\";i:4377;s:25:\"deleting-subpages-warning\";i:4378;s:34:\"deleting-talkpage-subpages-warning\";i:4379;s:29:\"rollback-confirmation-confirm\";i:4380;s:25:\"rollback-confirmation-yes\";i:4381;s:24:\"rollback-confirmation-no\";i:4382;s:15:\"revertpage-anon\";i:4383;s:32:\"changecontentmodel-current-label\";i:4384;s:28:\"log-description-contentmodel\";i:4385;s:25:\"logentry-contentmodel-new\";i:4386;s:28:\"logentry-contentmodel-change\";i:4387;s:16:\"protectedarticle\";i:4388;s:25:\"modifiedarticleprotection\";i:4389;s:18:\"unprotectedarticle\";i:4390;s:22:\"movedarticleprotection\";i:4391;s:20:\"protect-summary-desc\";i:4392;s:17:\"restriction-blank\";i:4393;s:16:\"undelete-summary\";i:4394;s:32:\"undeleterevision-duplicate-revid\";i:4395;s:21:\"undelete-undeletetalk\";i:4396;s:20:\"undelete-search-full\";i:4397;s:28:\"undelete-talk-summary-prefix\";i:4398;s:37:\"undelete-error-associated-alreadytalk\";i:4399;s:36:\"undelete-error-associated-notdeleted\";i:4400;s:22:\"undelete-revision-row2\";i:4401;s:21:\"undelete-back-to-list\";i:4402;s:28:\"tooltip-whatlinkshere-invert\";i:4403;s:21:\"contributions-summary\";i:4404;s:22:\"contributions-subtitle\";i:4405;s:32:\"negative-namespace-not-supported\";i:4406;s:4:\"date\";i:4407;s:39:\"sp-contributions-blocked-notice-partial\";i:4408;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:4409;s:24:\"sp-contributions-explain\";i:4410;s:23:\"sp-contributions-footer\";i:4411;s:28:\"sp-contributions-footer-anon\";i:4412;s:34:\"sp-contributions-footer-anon-range\";i:4413;s:27:\"sp-contributions-outofrange\";i:4414;s:33:\"sp-contributions-concurrency-user\";i:4415;s:31:\"sp-contributions-concurrency-ip\";i:4416;s:19:\"whatlinkshere-count\";i:4417;s:21:\"whatlinkshere-summary\";i:4418;s:26:\"whatlinkshere-sectionredir\";i:4419;s:15:\"unblock-summary\";i:4420;s:13:\"changeblockip\";i:4421;s:12:\"ipb-sitewide\";i:4422;s:11:\"ipb-partial\";i:4423;s:17:\"ipb-sitewide-help\";i:4424;s:16:\"ipb-partial-help\";i:4425;s:17:\"ipb-action-create\";i:4426;s:15:\"ipb-action-move\";i:4427;s:17:\"ipb-action-upload\";i:4428;s:15:\"ipb-pages-label\";i:4429;s:20:\"ipb-namespaces-label\";i:4430;s:15:\"ipb-empty-block\";i:4431;s:19:\"ipb-block-not-found\";i:4432;s:17:\"ipb-confirmaction\";i:4433;s:13:\"block-actions\";i:4434;s:13:\"block-details\";i:4435;s:13:\"block-options\";i:4436;s:12:\"block-reason\";i:4437;s:12:\"block-target\";i:4438;s:24:\"block-target-placeholder\";i:4439;s:20:\"blocklist-autoblocks\";i:4440;s:21:\"blocklist-indefblocks\";i:4441;s:14:\"blocklist-type\";i:4442;s:22:\"blocklist-type-opt-all\";i:4443;s:27:\"blocklist-type-opt-sitewide\";i:4444;s:26:\"blocklist-type-opt-partial\";i:4445;s:17:\"blocklist-summary\";i:4446;s:17:\"blocklist-editing\";i:4447;s:26:\"blocklist-editing-sitewide\";i:4448;s:22:\"blocklist-editing-page\";i:4449;s:20:\"blocklist-editing-ns\";i:4450;s:24:\"blocklist-editing-action\";i:4451;s:14:\"empty-username\";i:4452;s:13:\"blocklogentry\";i:4453;s:16:\"reblock-logentry\";i:4454;s:15:\"unblocklogentry\";i:4455;s:26:\"ipb-prevent-user-talk-edit\";i:4456;s:16:\"ipb_hide_partial\";i:4457;s:17:\"ip_range_exceeded\";i:4458;s:5:\"sorbs\";i:4459;s:14:\"xffblockreason\";i:4460;s:27:\"cant-block-nonexistent-page\";i:4461;s:18:\"ipb-default-expiry\";i:4462;s:21:\"ipb-default-expiry-ip\";i:4463;s:16:\"movepage-summary\";i:4464;s:30:\"movepagetext-noredirectsupport\";i:4465;s:24:\"movecategorypage-warning\";i:4466;s:10:\"cannotmove\";i:4467;s:21:\"movepage-delete-first\";i:4468;s:14:\"redirectexists\";i:4469;s:28:\"movepage-source-doesnt-exist\";i:4470;s:19:\"movesubpagetalktext\";i:4471;s:25:\"movesubpagetext-truncated\";i:4472;s:29:\"movesubpagetalktext-truncated\";i:4473;s:18:\"move-redirect-text\";i:4474;s:31:\"category-move-redirect-override\";i:4475;s:29:\"delete_redirect_and_move_text\";i:4476;s:28:\"immobile-source-namespace-iw\";i:4477;s:29:\"movepage-invalid-target-title\";i:4478;s:14:\"export-summary\";i:4479;s:25:\"thumbnail_image-size-zero\";i:4480;s:29:\"thumbnail_image-failure-limit\";i:4481;s:14:\"import-summary\";i:4482;s:29:\"import-upload-username-prefix\";i:4483;s:25:\"import-assign-known-users\";i:4484;s:14:\"importnoprefix\";i:4485;s:24:\"import-error-unserialize\";i:4486;s:25:\"import-error-bad-location\";i:4487;s:25:\"import-rootpage-nosubpage\";i:4488;s:22:\"import-logentry-upload\";i:4489;s:25:\"import-logentry-interwiki\";i:4490;s:21:\"accesskey-pt-userpage\";i:4491;s:25:\"accesskey-pt-anonuserpage\";i:4492;s:19:\"accesskey-pt-mytalk\";i:4493;s:21:\"accesskey-pt-anontalk\";i:4494;s:24:\"accesskey-pt-preferences\";i:4495;s:22:\"accesskey-pt-watchlist\";i:4496;s:22:\"accesskey-pt-mycontris\";i:4497;s:25:\"accesskey-pt-anoncontribs\";i:4498;s:18:\"accesskey-pt-login\";i:4499;s:26:\"accesskey-pt-login-private\";i:4500;s:19:\"accesskey-pt-logout\";i:4501;s:26:\"accesskey-pt-createaccount\";i:4502;s:17:\"accesskey-ca-view\";i:4503;s:17:\"accesskey-ca-talk\";i:4504;s:17:\"accesskey-ca-edit\";i:4505;s:23:\"accesskey-ca-addsection\";i:4506;s:23:\"accesskey-ca-viewsource\";i:4507;s:20:\"accesskey-ca-history\";i:4508;s:20:\"accesskey-ca-protect\";i:4509;s:22:\"accesskey-ca-unprotect\";i:4510;s:19:\"accesskey-ca-delete\";i:4511;s:21:\"accesskey-ca-undelete\";i:4512;s:17:\"accesskey-ca-move\";i:4513;s:18:\"accesskey-ca-watch\";i:4514;s:20:\"accesskey-ca-unwatch\";i:4515;s:16:\"accesskey-search\";i:4516;s:19:\"accesskey-search-go\";i:4517;s:25:\"accesskey-search-fulltext\";i:4518;s:16:\"accesskey-p-logo\";i:4519;s:26:\"accesskey-n-help-mediawiki\";i:4520;s:20:\"accesskey-n-mainpage\";i:4521;s:32:\"accesskey-n-mainpage-description\";i:4522;s:18:\"accesskey-n-portal\";i:4523;s:25:\"accesskey-n-currentevents\";i:4524;s:25:\"accesskey-n-recentchanges\";i:4525;s:22:\"accesskey-n-randompage\";i:4526;s:16:\"accesskey-n-help\";i:4527;s:25:\"accesskey-t-whatlinkshere\";i:4528;s:31:\"accesskey-t-recentchangeslinked\";i:4529;s:18:\"accesskey-feed-rss\";i:4530;s:19:\"accesskey-feed-atom\";i:4531;s:25:\"accesskey-t-contributions\";i:4532;s:21:\"accesskey-t-emailuser\";i:4533;s:16:\"accesskey-t-info\";i:4534;s:21:\"accesskey-t-permalink\";i:4535;s:17:\"accesskey-t-print\";i:4536;s:18:\"accesskey-t-upload\";i:4537;s:24:\"accesskey-t-specialpages\";i:4538;s:23:\"accesskey-ca-nstab-main\";i:4539;s:23:\"accesskey-ca-nstab-user\";i:4540;s:24:\"accesskey-ca-nstab-media\";i:4541;s:26:\"accesskey-ca-nstab-special\";i:4542;s:26:\"accesskey-ca-nstab-project\";i:4543;s:24:\"accesskey-ca-nstab-image\";i:4544;s:28:\"accesskey-ca-nstab-mediawiki\";i:4545;s:27:\"accesskey-ca-nstab-template\";i:4546;s:23:\"accesskey-ca-nstab-help\";i:4547;s:27:\"accesskey-ca-nstab-category\";i:4548;s:19:\"accesskey-minoredit\";i:4549;s:14:\"accesskey-save\";i:4550;s:17:\"accesskey-publish\";i:4551;s:17:\"accesskey-preview\";i:4552;s:14:\"accesskey-diff\";i:4553;s:33:\"accesskey-compareselectedversions\";i:4554;s:15:\"accesskey-watch\";i:4555;s:26:\"accesskey-watchlist-expiry\";i:4556;s:16:\"accesskey-upload\";i:4557;s:26:\"accesskey-preferences-save\";i:4558;s:17:\"accesskey-summary\";i:4559;s:24:\"accesskey-userrights-set\";i:4560;s:23:\"accesskey-blockip-block\";i:4561;s:16:\"accesskey-export\";i:4562;s:16:\"accesskey-import\";i:4563;s:37:\"accesskey-watchlistedit-normal-submit\";i:4564;s:34:\"accesskey-watchlistedit-raw-submit\";i:4565;s:22:\"tooltip-pt-tmpuserpage\";i:4566;s:15:\"tooltip-ca-view\";i:4567;s:27:\"tooltip-ca-unwatch-expiring\";i:4568;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:4569;s:18:\"tooltip-p-cactions\";i:4570;s:14:\"tooltip-p-lang\";i:4571;s:20:\"tooltip-p-navigation\";i:4572;s:18:\"tooltip-p-personal\";i:4573;s:20:\"tooltip-p-namespaces\";i:4574;s:12:\"tooltip-p-tb\";i:4575;s:18:\"tooltip-p-variants\";i:4576;s:15:\"tooltip-p-views\";i:4577;s:36:\"tooltip-p-user-interface-preferences\";i:4578;s:19:\"tooltip-p-user-page\";i:4579;s:24:\"tooltip-n-help-mediawiki\";i:4580;s:24:\"tooltip-watchlist-expiry\";i:4581;s:24:\"interlanguage-link-title\";i:4582;s:33:\"interlanguage-link-title-langonly\";i:4583;s:36:\"interlanguage-link-title-nonlangonly\";i:4584;s:12:\"noscript.css\";i:4585;s:23:\"group-autoconfirmed.css\";i:4586;s:14:\"group-user.css\";i:4587;s:13:\"group-bot.css\";i:4588;s:15:\"group-sysop.css\";i:4589;s:20:\"group-bureaucrat.css\";i:4590;s:11:\"common.json\";i:4591;s:22:\"group-autoconfirmed.js\";i:4592;s:13:\"group-user.js\";i:4593;s:12:\"group-bot.js\";i:4594;s:14:\"group-sysop.js\";i:4595;s:19:\"group-bureaucrat.js\";i:4596;s:15:\"pageinfo-header\";i:4597;s:18:\"pageinfo-namespace\";i:4598;s:24:\"pageinfo-redirects-value\";i:4599;s:23:\"pageinfo-subpages-value\";i:4600;s:18:\"pageinfo-templates\";i:4601;s:22:\"pageinfo-transclusions\";i:4602;s:15:\"pageinfo-footer\";i:4603;s:18:\"pageinfo-file-hash\";i:4604;s:25:\"pageinfo-view-protect-log\";i:4605;s:19:\"markaspatrolledlink\";i:4606;s:11:\"widthheight\";i:4607;s:22:\"svg-long-desc-animated\";i:4608;s:29:\"show-big-image-preview-differ\";i:4609;s:23:\"file-no-thumb-animation\";i:4610;s:27:\"file-no-thumb-animation-gif\";i:4611;s:13:\"newimagestext\";i:4612;s:24:\"gallery-slideshow-toggle\";i:4613;s:10:\"video-dims\";i:4614;s:14:\"seconds-abbrev\";i:4615;s:14:\"minutes-abbrev\";i:4616;s:12:\"hours-abbrev\";i:4617;s:11:\"days-abbrev\";i:4618;s:8:\"today-at\";i:4619;s:17:\"variantname-zh-sg\";i:4620;s:17:\"variantname-zh-my\";i:4621;s:14:\"variantname-zh\";i:4622;s:20:\"variantname-gan-hans\";i:4623;s:20:\"variantname-gan-hant\";i:4624;s:15:\"variantname-gan\";i:4625;s:19:\"variantname-sr-cyrl\";i:4626;s:17:\"variantname-sr-ec\";i:4627;s:17:\"variantname-sr-el\";i:4628;s:19:\"variantname-sr-latn\";i:4629;s:14:\"variantname-sr\";i:4630;s:17:\"variantname-kk-kz\";i:4631;s:17:\"variantname-kk-tr\";i:4632;s:17:\"variantname-kk-cn\";i:4633;s:19:\"variantname-kk-cyrl\";i:4634;s:19:\"variantname-kk-latn\";i:4635;s:19:\"variantname-kk-arab\";i:4636;s:14:\"variantname-kk\";i:4637;s:19:\"variantname-ku-arab\";i:4638;s:19:\"variantname-ku-latn\";i:4639;s:14:\"variantname-ku\";i:4640;s:19:\"variantname-tg-cyrl\";i:4641;s:19:\"variantname-tg-latn\";i:4642;s:14:\"variantname-tg\";i:4643;s:20:\"variantname-tly-cyrl\";i:4644;s:15:\"variantname-tly\";i:4645;s:20:\"variantname-ike-cans\";i:4646;s:20:\"variantname-ike-latn\";i:4647;s:14:\"variantname-iu\";i:4648;s:20:\"variantname-shi-tfng\";i:4649;s:20:\"variantname-shi-latn\";i:4650;s:15:\"variantname-shi\";i:4651;s:14:\"variantname-uz\";i:4652;s:19:\"variantname-uz-latn\";i:4653;s:19:\"variantname-uz-cyrl\";i:4654;s:15:\"variantname-crh\";i:4655;s:20:\"variantname-crh-latn\";i:4656;s:20:\"variantname-crh-cyrl\";i:4657;s:17:\"metadata-langitem\";i:4658;s:25:\"metadata-langitem-default\";i:4659;s:30:\"notificationemail_body_changed\";i:4660;s:30:\"notificationemail_body_removed\";i:4661;s:32:\"scarytranscludefailed-httpstatus\";i:4662;s:10:\"unit-pixel\";i:4663;s:19:\"confirm-watch-label\";i:4664;s:24:\"watchlist-expiry-options\";i:4665;s:31:\"watchlist-expires-in-aria-label\";i:4666;s:27:\"confirm-watch-button-expiry\";i:4667;s:23:\"confirm-rollback-bottom\";i:4668;s:24:\"confirm-mcrrestore-title\";i:4669;s:21:\"confirm-mcrundo-title\";i:4670;s:13:\"mcrundofailed\";i:4671;s:20:\"mcrundo-missingparam\";i:4672;s:15:\"mcrundo-changed\";i:4673;s:20:\"mcrundo-parse-failed\";i:4674;s:19:\"semicolon-separator\";i:4675;s:15:\"comma-separator\";i:4676;s:15:\"colon-separator\";i:4677;s:18:\"autocomment-prefix\";i:4678;s:14:\"pipe-separator\";i:4679;s:14:\"word-separator\";i:4680;s:8:\"ellipsis\";i:4681;s:7:\"percent\";i:4682;s:11:\"parentheses\";i:4683;s:17:\"parentheses-start\";i:4684;s:15:\"parentheses-end\";i:4685;s:8:\"brackets\";i:4686;s:14:\"brackets-start\";i:4687;s:12:\"brackets-end\";i:4688;s:13:\"formatnum-nan\";i:4689;s:12:\"img-lang-opt\";i:4690;s:25:\"autosumm-removed-redirect\";i:4691;s:32:\"autosumm-changed-redirect-target\";i:4692;s:29:\"block-autoblock-exemptionlist\";i:4693;s:10:\"size-bytes\";i:4694;s:14:\"size-kilobytes\";i:4695;s:14:\"size-megabytes\";i:4696;s:14:\"size-gigabytes\";i:4697;s:14:\"size-terabytes\";i:4698;s:14:\"size-petabytes\";i:4699;s:13:\"size-exabytes\";i:4700;s:15:\"size-zettabytes\";i:4701;s:15:\"size-yottabytes\";i:4702;s:15:\"size-ronnabytes\";i:4703;s:16:\"size-quettabytes\";i:4704;s:10:\"size-pixel\";i:4705;s:14:\"size-kilopixel\";i:4706;s:14:\"size-megapixel\";i:4707;s:14:\"size-gigapixel\";i:4708;s:14:\"size-terapixel\";i:4709;s:14:\"size-petapixel\";i:4710;s:13:\"size-exapixel\";i:4711;s:15:\"size-zettapixel\";i:4712;s:15:\"size-yottapixel\";i:4713;s:15:\"size-ronnapixel\";i:4714;s:16:\"size-quettapixel\";i:4715;s:12:\"bitrate-bits\";i:4716;s:16:\"bitrate-kilobits\";i:4717;s:16:\"bitrate-megabits\";i:4718;s:16:\"bitrate-gigabits\";i:4719;s:16:\"bitrate-terabits\";i:4720;s:16:\"bitrate-petabits\";i:4721;s:15:\"bitrate-exabits\";i:4722;s:17:\"bitrate-zettabits\";i:4723;s:17:\"bitrate-yottabits\";i:4724;s:17:\"bitrate-ronnabits\";i:4725;s:18:\"bitrate-quettabits\";i:4726;s:21:\"editwatchlist-summary\";i:4727;s:28:\"watchlistedit-clear-jobqueue\";i:4728;s:19:\"iranian-calendar-m1\";i:4729;s:19:\"iranian-calendar-m2\";i:4730;s:19:\"iranian-calendar-m3\";i:4731;s:19:\"iranian-calendar-m4\";i:4732;s:19:\"iranian-calendar-m5\";i:4733;s:19:\"iranian-calendar-m6\";i:4734;s:19:\"iranian-calendar-m7\";i:4735;s:19:\"iranian-calendar-m8\";i:4736;s:19:\"iranian-calendar-m9\";i:4737;s:20:\"iranian-calendar-m10\";i:4738;s:20:\"iranian-calendar-m11\";i:4739;s:20:\"iranian-calendar-m12\";i:4740;s:17:\"hijri-calendar-m1\";i:4741;s:17:\"hijri-calendar-m2\";i:4742;s:17:\"hijri-calendar-m3\";i:4743;s:17:\"hijri-calendar-m4\";i:4744;s:17:\"hijri-calendar-m5\";i:4745;s:17:\"hijri-calendar-m6\";i:4746;s:17:\"hijri-calendar-m7\";i:4747;s:17:\"hijri-calendar-m8\";i:4748;s:17:\"hijri-calendar-m9\";i:4749;s:18:\"hijri-calendar-m10\";i:4750;s:18:\"hijri-calendar-m11\";i:4751;s:18:\"hijri-calendar-m12\";i:4752;s:18:\"hebrew-calendar-m1\";i:4753;s:18:\"hebrew-calendar-m2\";i:4754;s:18:\"hebrew-calendar-m3\";i:4755;s:18:\"hebrew-calendar-m4\";i:4756;s:18:\"hebrew-calendar-m5\";i:4757;s:18:\"hebrew-calendar-m6\";i:4758;s:19:\"hebrew-calendar-m6a\";i:4759;s:19:\"hebrew-calendar-m6b\";i:4760;s:18:\"hebrew-calendar-m7\";i:4761;s:18:\"hebrew-calendar-m8\";i:4762;s:18:\"hebrew-calendar-m9\";i:4763;s:19:\"hebrew-calendar-m10\";i:4764;s:19:\"hebrew-calendar-m11\";i:4765;s:19:\"hebrew-calendar-m12\";i:4766;s:22:\"hebrew-calendar-m1-gen\";i:4767;s:22:\"hebrew-calendar-m2-gen\";i:4768;s:22:\"hebrew-calendar-m3-gen\";i:4769;s:22:\"hebrew-calendar-m4-gen\";i:4770;s:22:\"hebrew-calendar-m5-gen\";i:4771;s:22:\"hebrew-calendar-m6-gen\";i:4772;s:23:\"hebrew-calendar-m6a-gen\";i:4773;s:23:\"hebrew-calendar-m6b-gen\";i:4774;s:22:\"hebrew-calendar-m7-gen\";i:4775;s:22:\"hebrew-calendar-m8-gen\";i:4776;s:22:\"hebrew-calendar-m9-gen\";i:4777;s:23:\"hebrew-calendar-m10-gen\";i:4778;s:23:\"hebrew-calendar-m11-gen\";i:4779;s:23:\"hebrew-calendar-m12-gen\";i:4780;s:14:\"signature-anon\";i:4781;s:14:\"signature-temp\";i:4782;s:12:\"timezone-utc\";i:4783;s:22:\"duplicate-displaytitle\";i:4784;s:23:\"restricted-displaytitle\";i:4785;s:22:\"invalid-indicator-name\";i:4786;s:25:\"invalid-langconvert-attrs\";i:4787;s:15:\"version-summary\";i:4788;s:15:\"version-editors\";i:4789;s:11:\"version-api\";i:4790;s:15:\"version-version\";i:4791;s:25:\"version-license-not-found\";i:4792;s:25:\"version-credits-not-found\";i:4793;s:25:\"version-poweredby-various\";i:4794;s:20:\"version-db-mysql-url\";i:4795;s:22:\"version-db-mariadb-url\";i:4796;s:22:\"version-db-percona-url\";i:4797;s:23:\"version-db-postgres-url\";i:4798;s:21:\"version-db-sqlite-url\";i:4799;s:31:\"version-entrypoints-articlepath\";i:4800;s:30:\"version-entrypoints-scriptpath\";i:4801;s:29:\"version-entrypoints-index-php\";i:4802;s:27:\"version-entrypoints-api-php\";i:4803;s:28:\"version-entrypoints-rest-php\";i:4804;s:13:\"redirect-text\";i:4805;s:20:\"redirect-not-numeric\";i:4806;s:20:\"specialpages-summary\";i:4807;s:24:\"specialpages-note-cached\";i:4808;s:28:\"disabledspecialpage-disabled\";i:4809;s:12:\"tags-summary\";i:4810;s:10:\"tag-hidden\";i:4811;s:37:\"tag-mw-contentmodelchange-description\";i:4812;s:35:\"tag-mw-removed-redirect-description\";i:4813;s:26:\"tag-mw-replace-description\";i:4814;s:15:\"tag-mw-rollback\";i:4815;s:27:\"tag-mw-rollback-description\";i:4816;s:11:\"tag-mw-undo\";i:4817;s:23:\"tag-mw-undo-description\";i:4818;s:20:\"tag-mw-manual-revert\";i:4819;s:32:\"tag-mw-manual-revert-description\";i:4820;s:15:\"tag-mw-reverted\";i:4821;s:27:\"tag-mw-reverted-description\";i:4822;s:25:\"tag-mw-server-side-upload\";i:4823;s:37:\"tag-mw-server-side-upload-description\";i:4824;s:11:\"tags-hidden\";i:4825;s:19:\"tags-manage-blocked\";i:4826;s:23:\"tags-create-explanation\";i:4827;s:25:\"tags-create-invalid-chars\";i:4828;s:31:\"tags-create-invalid-title-chars\";i:4829;s:26:\"tags-create-warnings-above\";i:4830;s:26:\"tags-create-warnings-below\";i:4831;s:31:\"tags-delete-explanation-initial\";i:4832;s:30:\"tags-delete-explanation-in-use\";i:4833;s:31:\"tags-delete-explanation-warning\";i:4834;s:30:\"tags-delete-explanation-active\";i:4835;s:18:\"tags-delete-submit\";i:4836;s:23:\"tags-delete-not-allowed\";i:4837;s:25:\"tags-delete-too-many-uses\";i:4838;s:33:\"tags-delete-warnings-after-delete\";i:4839;s:25:\"tags-delete-no-permission\";i:4840;s:24:\"tags-apply-no-permission\";i:4841;s:18:\"tags-apply-blocked\";i:4842;s:26:\"tags-apply-not-allowed-one\";i:4843;s:28:\"tags-apply-not-allowed-multi\";i:4844;s:25:\"tags-update-no-permission\";i:4845;s:19:\"tags-update-blocked\";i:4846;s:31:\"tags-update-add-not-allowed-one\";i:4847;s:33:\"tags-update-add-not-allowed-multi\";i:4848;s:36:\"tags-update-remove-not-allowed-multi\";i:4849;s:27:\"tags-edit-revision-selected\";i:4850;s:27:\"tags-edit-logentry-selected\";i:4851;s:30:\"tags-edit-revision-explanation\";i:4852;s:30:\"tags-edit-logentry-explanation\";i:4853;s:25:\"tags-edit-revision-legend\";i:4854;s:25:\"tags-edit-logentry-legend\";i:4855;s:25:\"tags-edit-revision-submit\";i:4856;s:25:\"tags-edit-logentry-submit\";i:4857;s:22:\"tags-edit-nooldid-text\";i:4858;s:20:\"comparepages-summary\";i:4859;s:15:\"diff-form-oldid\";i:4860;s:15:\"diff-form-revid\";i:4861;s:16:\"diff-form-submit\";i:4862;s:17:\"diff-form-summary\";i:4863;s:21:\"diff-form-other-revid\";i:4864;s:21:\"diff-form-error-revid\";i:4865;s:13:\"permanentlink\";i:4866;s:19:\"permanentlink-revid\";i:4867;s:20:\"permanentlink-submit\";i:4868;s:21:\"permanentlink-summary\";i:4869;s:10:\"newsection\";i:4870;s:15:\"newsection-page\";i:4871;s:17:\"newsection-submit\";i:4872;s:18:\"newsection-summary\";i:4873;s:8:\"editpage\";i:4874;s:20:\"specialeditpage-page\";i:4875;s:22:\"specialeditpage-submit\";i:4876;s:16:\"editpage-summary\";i:4877;s:22:\"specialdeletepage-page\";i:4878;s:24:\"specialdeletepage-submit\";i:4879;s:18:\"deletepage-summary\";i:4880;s:8:\"pageinfo\";i:4881;s:20:\"specialpageinfo-page\";i:4882;s:22:\"specialpageinfo-submit\";i:4883;s:16:\"pageinfo-summary\";i:4884;s:11:\"pagehistory\";i:4885;s:23:\"specialpagehistory-page\";i:4886;s:25:\"specialpagehistory-submit\";i:4887;s:19:\"pagehistory-summary\";i:4888;s:11:\"protectpage\";i:4889;s:23:\"specialprotectpage-page\";i:4890;s:25:\"specialprotectpage-submit\";i:4891;s:19:\"protectpage-summary\";i:4892;s:5:\"purge\";i:4893;s:17:\"specialpurge-page\";i:4894;s:19:\"specialpurge-submit\";i:4895;s:13:\"purge-summary\";i:4896;s:28:\"htmlform-multiselect-toomany\";i:4897;s:24:\"htmlform-title-interwiki\";i:4898;s:24:\"htmlform-tag-not-allowed\";i:4899;s:10:\"rawmessage\";i:4900;s:29:\"logentry-delete-delete_redir2\";i:4901;s:31:\"logentry-delete-restore-nocount\";i:4902;s:23:\"restore-count-revisions\";i:4903;s:32:\"logentry-partialblock-block-page\";i:4904;s:30:\"logentry-partialblock-block-ns\";i:4905;s:34:\"logentry-partialblock-block-action\";i:4906;s:27:\"logentry-partialblock-block\";i:4907;s:29:\"logentry-partialblock-reblock\";i:4908;s:32:\"logentry-non-editing-block-block\";i:4909;s:34:\"logentry-non-editing-block-reblock\";i:4910;s:30:\"logentry-import-upload-details\";i:4911;s:25:\"logentry-import-interwiki\";i:4912;s:33:\"logentry-import-interwiki-details\";i:4913;s:20:\"logentry-merge-merge\";i:4914;s:25:\"logentry-newusers-byemail\";i:4915;s:26:\"logentry-protect-move_prot\";i:4916;s:29:\"logentry-rights-rights-legacy\";i:4917;s:25:\"logentry-upload-overwrite\";i:4918;s:22:\"logentry-upload-revert\";i:4919;s:19:\"log-name-managetags\";i:4920;s:26:\"log-description-managetags\";i:4921;s:26:\"logentry-managetags-create\";i:4922;s:26:\"logentry-managetags-delete\";i:4923;s:28:\"logentry-managetags-activate\";i:4924;s:30:\"logentry-managetags-deactivate\";i:4925;s:19:\"log-description-tag\";i:4926;s:32:\"logentry-tag-update-add-revision\";i:4927;s:32:\"logentry-tag-update-add-logentry\";i:4928;s:35:\"logentry-tag-update-remove-revision\";i:4929;s:35:\"logentry-tag-update-remove-logentry\";i:4930;s:28:\"logentry-tag-update-revision\";i:4931;s:28:\"logentry-tag-update-logentry\";i:4932;s:14:\"deletedarticle\";i:4933;s:16:\"undeletedarticle\";i:4934;s:15:\"patrol-log-line\";i:4935;s:15:\"patrol-log-auto\";i:4936;s:15:\"patrol-log-diff\";i:4937;s:9:\"1movedto2\";i:4938;s:15:\"1movedto2_redir\";i:4939;s:23:\"newuserlog-create-entry\";i:4940;s:24:\"newuserlog-create2-entry\";i:4941;s:27:\"newuserlog-autocreate-entry\";i:4942;s:14:\"rightslogentry\";i:4943;s:26:\"rightslogentry-autopromote\";i:4944;s:30:\"rightslogentry-temporary-group\";i:4945;s:21:\"feedback-dialog-intro\";i:4946;s:15:\"feedback-error4\";i:4947;s:14:\"feedback-terms\";i:4948;s:19:\"feedback-termsofuse\";i:4949;s:27:\"search-match-redirect-label\";i:4950;s:26:\"search-match-redirect-help\";i:4951;s:17:\"searchlimit-label\";i:4952;s:16:\"searchlimit-help\";i:4953;s:30:\"api-clientside-error-noconnect\";i:4954;s:25:\"api-clientside-error-http\";i:4955;s:28:\"api-clientside-error-aborted\";i:4956;s:36:\"api-clientside-error-invalidresponse\";i:4957;s:23:\"api-error-publishfailed\";i:4958;s:14:\"rotate-comment\";i:4959;s:17:\"limitreport-title\";i:4960;s:19:\"limitreport-cputime\";i:4961;s:25:\"limitreport-cputime-value\";i:4962;s:20:\"limitreport-walltime\";i:4963;s:26:\"limitreport-walltime-value\";i:4964;s:26:\"limitreport-ppvisitednodes\";i:4965;s:32:\"limitreport-ppvisitednodes-value\";i:4966;s:33:\"limitreport-postexpandincludesize\";i:4967;s:39:\"limitreport-postexpandincludesize-value\";i:4968;s:32:\"limitreport-templateargumentsize\";i:4969;s:26:\"limitreport-expansiondepth\";i:4970;s:32:\"limitreport-expansiondepth-value\";i:4971;s:34:\"limitreport-expensivefunctioncount\";i:4972;s:40:\"limitreport-expensivefunctioncount-value\";i:4973;s:25:\"limitreport-unstrip-depth\";i:4974;s:31:\"limitreport-unstrip-depth-value\";i:4975;s:24:\"limitreport-unstrip-size\";i:4976;s:30:\"limitreport-unstrip-size-value\";i:4977;s:34:\"expand_templates_preview_fail_html\";i:4978;s:39:\"expand_templates_preview_fail_html_anon\";i:4979;s:26:\"logentry-pagelang-pagelang\";i:4980;s:22:\"default-skin-not-found\";i:4981;s:31:\"default-skin-not-found-no-skins\";i:4982;s:34:\"default-skin-not-found-row-enabled\";i:4983;s:35:\"default-skin-not-found-row-disabled\";i:4984;s:23:\"mediastatistics-summary\";i:4985;s:22:\"mediastatistics-nfiles\";i:4986;s:22:\"mediastatistics-nbytes\";i:4987;s:28:\"mediastatistics-bytespertype\";i:4988;s:24:\"mediastatistics-allbytes\";i:4989;s:25:\"mediastatistics-header-3d\";i:4990;s:24:\"json-warn-trailing-comma\";i:4991;s:18:\"json-error-unknown\";i:4992;s:16:\"json-error-depth\";i:4993;s:15:\"json-error-utf8\";i:4994;s:32:\"json-error-invalid-property-name\";i:4995;s:16:\"json-error-utf16\";i:4996;s:30:\"special-characters-group-runes\";i:4997;s:30:\"mw-widgets-copytextlayout-copy\";i:4998;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4999;s:38:\"mw-widgets-copytextlayout-copy-success\";i:5000;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:5001;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:5002;s:27:\"mw-widgets-table-row-delete\";i:5003;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:5004;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:5005;s:28:\"log-action-filter-managetags\";i:5006;s:34:\"log-action-filter-contentmodel-new\";i:5007;s:38:\"log-action-filter-delete-delete_redir2\";i:5008;s:32:\"log-action-filter-suppress-block\";i:5009;s:34:\"log-action-filter-suppress-reblock\";i:5010;s:31:\"log-action-filter-upload-revert\";i:5011;s:33:\"authmanager-authn-not-in-progress\";i:5012;s:36:\"authmanager-authn-no-local-user-link\";i:5013;s:35:\"authmanager-authn-autocreate-failed\";i:5014;s:34:\"authmanager-create-not-in-progress\";i:5015;s:36:\"authmanager-provider-password-domain\";i:5016;s:35:\"authmanager-account-password-domain\";i:5017;s:32:\"authprovider-confirmlink-message\";i:5018;s:31:\"authprovider-confirmlink-option\";i:5019;s:37:\"authprovider-confirmlink-request-help\";i:5020;s:36:\"authprovider-confirmlink-failed-line\";i:5021;s:32:\"authprovider-confirmlink-ok-help\";i:5022;s:24:\"authform-nosession-login\";i:5023;s:25:\"authform-nosession-signup\";i:5024;s:30:\"cannotunlink-no-provider-title\";i:5025;s:24:\"cannotunlink-no-provider\";i:5026;s:32:\"authenticationdatachange-ignored\";i:5027;s:14:\"userjsispublic\";i:5028;s:16:\"userjsonispublic\";i:5029;s:15:\"usercssispublic\";i:5030;s:15:\"userjsdangerous\";i:5031;s:22:\"restrictionsfield-help\";i:5032;s:11:\"specialmute\";i:5033;s:19:\"specialmute-success\";i:5034;s:18:\"specialmute-submit\";i:5035;s:28:\"specialmute-label-mute-email\";i:5036;s:18:\"specialmute-header\";i:5037;s:30:\"specialmute-error-invalid-user\";i:5038;s:28:\"specialmute-error-no-options\";i:5039;s:24:\"specialmute-email-footer\";i:5040;s:26:\"specialmute-login-required\";i:5041;s:16:\"mute-preferences\";i:5042;s:22:\"gotointerwiki-external\";i:5043;s:19:\"undelete-cantcreate\";i:5044;s:13:\"pagedata-text\";i:5045;s:23:\"pagedata-not-acceptable\";i:5046;s:24:\"unregistered-user-config\";i:5047;s:16:\"passwordpolicies\";i:5048;s:24:\"passwordpolicies-summary\";i:5049;s:22:\"passwordpolicies-group\";i:5050;s:25:\"passwordpolicies-policies\";i:5051;s:31:\"passwordpolicies-policy-display\";i:5052;s:40:\"passwordpolicies-policy-displaywithflags\";i:5053;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:5054;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:5055;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:5056;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:5057;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:5058;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:5059;s:39:\"passwordpolicies-policyflag-forcechange\";i:5060;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:5061;s:27:\"mycustomjsredirectprotected\";i:5062;s:22:\"deflate-invaliddeflate\";i:5063;s:14:\"unprotected-js\";i:5064;s:19:\"userlogout-continue\";i:5065;s:15:\"userlogout-temp\";i:5066;s:22:\"paramvalidator-baduser\";i:5067;s:29:\"paramvalidator-help-type-user\";i:5068;s:42:\"paramvalidator-help-type-user-subtype-name\";i:5069;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:5070;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:5071;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:5072;s:40:\"paramvalidator-help-type-user-subtype-id\";i:5073;s:23:\"paramvalidator-badtitle\";i:5074;s:27:\"paramvalidator-missingtitle\";i:5075;s:30:\"paramvalidator-help-type-title\";i:5076;s:41:\"paramvalidator-help-type-title-must-exist\";i:5077;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:5078;s:43:\"nonmain-slot-differences-therefore-readonly\";i:5079;s:18:\"config-missing-key\";i:5080;s:18:\"config-invalid-key\";i:5081;s:21:\"changeslist-nocomment\";i:5082;s:26:\"copyupload-allowed-domains\";i:5083;s:30:\"parsoid-stash-rate-limit-error\";i:5084;s:31:\"parsoid-resource-limit-exceeded\";i:5085;s:20:\"parsoid-client-error\";i:5086;s:22:\"newpages-showhide-bots\";i:5087;s:27:\"newpages-showhide-patrolled\";i:5088;s:26:\"newpages-showhide-redirect\";i:5089;s:28:\"newpages-showhide-registered\";i:5090;s:19:\"exif-fnumber-format\";i:5091;s:23:\"exif-focallength-format\";i:5092;s:22:\"exif-coordinate-format\";i:5093;s:15:\"exif-make-value\";i:5094;s:16:\"exif-model-value\";i:5095;s:19:\"exif-software-value\";i:5096;s:27:\"exif-software-version-value\";i:5097;s:18:\"exif-contact-value\";i:5098;s:26:\"exif-subjectnewscode-value\";i:5099;s:18:\"exif-compression-5\";i:5100;s:18:\"exif-compression-6\";i:5101;s:18:\"exif-compression-7\";i:5102;s:18:\"exif-compression-8\";i:5103;s:22:\"exif-compression-32773\";i:5104;s:22:\"exif-compression-32946\";i:5105;s:22:\"exif-compression-34712\";i:5106;s:32:\"exif-photometricinterpretation-0\";i:5107;s:32:\"exif-photometricinterpretation-2\";i:5108;s:32:\"exif-photometricinterpretation-3\";i:5109;s:32:\"exif-photometricinterpretation-4\";i:5110;s:32:\"exif-photometricinterpretation-5\";i:5111;s:32:\"exif-photometricinterpretation-6\";i:5112;s:32:\"exif-photometricinterpretation-8\";i:5113;s:32:\"exif-photometricinterpretation-9\";i:5114;s:33:\"exif-photometricinterpretation-10\";i:5115;s:36:\"exif-photometricinterpretation-32803\";i:5116;s:36:\"exif-photometricinterpretation-34892\";i:5117;s:19:\"exif-xyresolution-i\";i:5118;s:19:\"exif-xyresolution-c\";i:5119;s:17:\"exif-colorspace-1\";i:5120;s:30:\"exif-componentsconfiguration-1\";i:5121;s:30:\"exif-componentsconfiguration-2\";i:5122;s:30:\"exif-componentsconfiguration-3\";i:5123;s:30:\"exif-componentsconfiguration-4\";i:5124;s:30:\"exif-componentsconfiguration-5\";i:5125;s:30:\"exif-componentsconfiguration-6\";i:5126;s:19:\"exif-lightsource-20\";i:5127;s:19:\"exif-lightsource-21\";i:5128;s:19:\"exif-lightsource-22\";i:5129;s:19:\"exif-lightsource-23\";i:5130;s:21:\"exif-customrendered-2\";i:5131;s:21:\"exif-customrendered-3\";i:5132;s:21:\"exif-customrendered-4\";i:5133;s:21:\"exif-customrendered-6\";i:5134;s:21:\"exif-customrendered-7\";i:5135;s:21:\"exif-customrendered-8\";i:5136;s:27:\"exif-maxaperturevalue-value\";i:5137;s:19:\"exif-firstphotodate\";i:5138;s:18:\"exif-lastphotodate\";i:5139;s:19:\"exif-projectiontype\";i:5140;s:35:\"exif-projectiontype-equirectangular\";i:5141;s:22:\"exif-usepanoramaviewer\";i:5142;s:27:\"exif-usepanoramaviewer-true\";i:5143;s:28:\"exif-usepanoramaviewer-false\";i:5144;s:21:\"exif-exposurelockused\";i:5145;s:26:\"exif-exposurelockused-true\";i:5146;s:27:\"exif-exposurelockused-false\";i:5147;s:23:\"exif-poseheadingdegrees\";i:5148;s:21:\"exif-posepitchdegrees\";i:5149;s:20:\"exif-poserolldegrees\";i:5150;s:30:\"exif-initialviewheadingdegrees\";i:5151;s:28:\"exif-initialviewpitchdegrees\";i:5152;s:27:\"exif-initialviewrolldegrees\";i:5153;s:32:\"exif-initialhorizontalfovdegrees\";i:5154;s:30:\"exif-initialverticalfovdegrees\";i:5155;s:22:\"exif-sourcephotoscount\";i:5156;s:32:\"exif-croppedareaimagewidthpixels\";i:5157;s:33:\"exif-croppedareaimageheightpixels\";i:5158;s:24:\"exif-fullpanowidthpixels\";i:5159;s:25:\"exif-fullpanoheightpixels\";i:5160;s:26:\"exif-croppedarealeftpixels\";i:5161;s:25:\"exif-croppedareatoppixels\";i:5162;s:23:\"exif-initialcameradolly\";i:5163;s:22:\"exif-stitchingsoftware\";i:5164;s:20:\"apihelp-main-summary\";i:5165;s:25:\"apihelp-main-param-action\";i:5166;s:25:\"apihelp-main-param-format\";i:5167;s:25:\"apihelp-main-param-maxlag\";i:5168;s:26:\"apihelp-main-param-smaxage\";i:5169;s:25:\"apihelp-main-param-maxage\";i:5170;s:25:\"apihelp-main-param-assert\";i:5171;s:29:\"apihelp-main-param-assertuser\";i:5172;s:28:\"apihelp-main-param-requestid\";i:5173;s:27:\"apihelp-main-param-servedby\";i:5174;s:31:\"apihelp-main-param-curtimestamp\";i:5175;s:35:\"apihelp-main-param-responselanginfo\";i:5176;s:25:\"apihelp-main-param-origin\";i:5177;s:26:\"apihelp-main-param-uselang\";i:5178;s:26:\"apihelp-main-param-variant\";i:5179;s:30:\"apihelp-main-param-errorformat\";i:5180;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5181;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5182;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5183;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:5184;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:5185;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5186;s:28:\"apihelp-main-param-errorlang\";i:5187;s:33:\"apihelp-main-param-errorsuselocal\";i:5188;s:21:\"apihelp-block-summary\";i:5189;s:24:\"apihelp-block-param-user\";i:5190;s:26:\"apihelp-block-param-userid\";i:5191;s:26:\"apihelp-block-param-expiry\";i:5192;s:28:\"apihelp-block-param-anononly\";i:5193;s:28:\"apihelp-block-param-nocreate\";i:5194;s:29:\"apihelp-block-param-autoblock\";i:5195;s:27:\"apihelp-block-param-noemail\";i:5196;s:28:\"apihelp-block-param-hidename\";i:5197;s:33:\"apihelp-block-param-allowusertalk\";i:5198;s:27:\"apihelp-block-param-reblock\";i:5199;s:29:\"apihelp-block-param-watchuser\";i:5200;s:35:\"apihelp-block-param-watchlistexpiry\";i:5201;s:24:\"apihelp-block-param-tags\";i:5202;s:27:\"apihelp-block-param-partial\";i:5203;s:36:\"apihelp-block-param-pagerestrictions\";i:5204;s:41:\"apihelp-block-param-namespacerestrictions\";i:5205;s:38:\"apihelp-block-param-actionrestrictions\";i:5206;s:31:\"apihelp-block-example-ip-simple\";i:5207;s:34:\"apihelp-block-example-user-complex\";i:5208;s:40:\"apihelp-changeauthenticationdata-summary\";i:5209;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5210;s:34:\"apihelp-changecontentmodel-summary\";i:5211;s:38:\"apihelp-changecontentmodel-param-title\";i:5212;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5213;s:40:\"apihelp-changecontentmodel-param-summary\";i:5214;s:37:\"apihelp-changecontentmodel-param-tags\";i:5215;s:38:\"apihelp-changecontentmodel-param-model\";i:5216;s:36:\"apihelp-changecontentmodel-param-bot\";i:5217;s:34:\"apihelp-changecontentmodel-example\";i:5218;s:26:\"apihelp-checktoken-summary\";i:5219;s:29:\"apihelp-checktoken-param-type\";i:5220;s:30:\"apihelp-checktoken-param-token\";i:5221;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5222;s:33:\"apihelp-checktoken-example-simple\";i:5223;s:27:\"apihelp-clearhasmsg-summary\";i:5224;s:29:\"apihelp-clearhasmsg-example-1\";i:5225;s:27:\"apihelp-clientlogin-summary\";i:5226;s:33:\"apihelp-clientlogin-example-login\";i:5227;s:34:\"apihelp-clientlogin-example-login2\";i:5228;s:23:\"apihelp-compare-summary\";i:5229;s:36:\"apihelp-compare-extended-description\";i:5230;s:31:\"apihelp-compare-param-fromtitle\";i:5231;s:28:\"apihelp-compare-param-fromid\";i:5232;s:29:\"apihelp-compare-param-fromrev\";i:5233;s:29:\"apihelp-compare-param-frompst\";i:5234;s:31:\"apihelp-compare-param-fromslots\";i:5235;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5236;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5237;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5238;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5239;s:30:\"apihelp-compare-param-fromtext\";i:5240;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5241;s:39:\"apihelp-compare-param-fromcontentformat\";i:5242;s:33:\"apihelp-compare-param-fromsection\";i:5243;s:29:\"apihelp-compare-param-totitle\";i:5244;s:26:\"apihelp-compare-param-toid\";i:5245;s:27:\"apihelp-compare-param-torev\";i:5246;s:32:\"apihelp-compare-param-torelative\";i:5247;s:27:\"apihelp-compare-param-topst\";i:5248;s:29:\"apihelp-compare-param-toslots\";i:5249;s:35:\"apihelp-compare-param-totext-{slot}\";i:5250;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5251;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5252;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5253;s:28:\"apihelp-compare-param-totext\";i:5254;s:36:\"apihelp-compare-param-tocontentmodel\";i:5255;s:37:\"apihelp-compare-param-tocontentformat\";i:5256;s:31:\"apihelp-compare-param-tosection\";i:5257;s:26:\"apihelp-compare-param-prop\";i:5258;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5259;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5260;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5261;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5262;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5263;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5264;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5265;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5266;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5267;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5268;s:30:\"apihelp-compare-param-difftype\";i:5269;s:27:\"apihelp-compare-param-slots\";i:5270;s:25:\"apihelp-compare-example-1\";i:5271;s:29:\"apihelp-createaccount-summary\";i:5272;s:41:\"apihelp-createaccount-param-preservestate\";i:5273;s:36:\"apihelp-createaccount-example-create\";i:5274;s:25:\"apihelp-cspreport-summary\";i:5275;s:34:\"apihelp-cspreport-param-reportonly\";i:5276;s:30:\"apihelp-cspreport-param-source\";i:5277;s:22:\"apihelp-delete-summary\";i:5278;s:26:\"apihelp-delete-param-title\";i:5279;s:27:\"apihelp-delete-param-pageid\";i:5280;s:27:\"apihelp-delete-param-reason\";i:5281;s:25:\"apihelp-delete-param-tags\";i:5282;s:31:\"apihelp-delete-param-deletetalk\";i:5283;s:26:\"apihelp-delete-param-watch\";i:5284;s:30:\"apihelp-delete-param-watchlist\";i:5285;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5286;s:28:\"apihelp-delete-param-unwatch\";i:5287;s:29:\"apihelp-delete-param-oldimage\";i:5288;s:29:\"apihelp-delete-example-simple\";i:5289;s:29:\"apihelp-delete-example-reason\";i:5290;s:24:\"apihelp-disabled-summary\";i:5291;s:20:\"apihelp-edit-summary\";i:5292;s:24:\"apihelp-edit-param-title\";i:5293;s:25:\"apihelp-edit-param-pageid\";i:5294;s:26:\"apihelp-edit-param-section\";i:5295;s:31:\"apihelp-edit-param-sectiontitle\";i:5296;s:23:\"apihelp-edit-param-text\";i:5297;s:26:\"apihelp-edit-param-summary\";i:5298;s:23:\"apihelp-edit-param-tags\";i:5299;s:24:\"apihelp-edit-param-minor\";i:5300;s:27:\"apihelp-edit-param-notminor\";i:5301;s:22:\"apihelp-edit-param-bot\";i:5302;s:28:\"apihelp-edit-param-baserevid\";i:5303;s:32:\"apihelp-edit-param-basetimestamp\";i:5304;s:33:\"apihelp-edit-param-starttimestamp\";i:5305;s:27:\"apihelp-edit-param-recreate\";i:5306;s:29:\"apihelp-edit-param-createonly\";i:5307;s:27:\"apihelp-edit-param-nocreate\";i:5308;s:24:\"apihelp-edit-param-watch\";i:5309;s:26:\"apihelp-edit-param-unwatch\";i:5310;s:28:\"apihelp-edit-param-watchlist\";i:5311;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5312;s:22:\"apihelp-edit-param-md5\";i:5313;s:30:\"apihelp-edit-param-prependtext\";i:5314;s:29:\"apihelp-edit-param-appendtext\";i:5315;s:23:\"apihelp-edit-param-undo\";i:5316;s:28:\"apihelp-edit-param-undoafter\";i:5317;s:27:\"apihelp-edit-param-redirect\";i:5318;s:32:\"apihelp-edit-param-contentformat\";i:5319;s:31:\"apihelp-edit-param-contentmodel\";i:5320;s:24:\"apihelp-edit-param-token\";i:5321;s:25:\"apihelp-edit-example-edit\";i:5322;s:28:\"apihelp-edit-example-prepend\";i:5323;s:25:\"apihelp-edit-example-undo\";i:5324;s:25:\"apihelp-emailuser-summary\";i:5325;s:30:\"apihelp-emailuser-param-target\";i:5326;s:31:\"apihelp-emailuser-param-subject\";i:5327;s:28:\"apihelp-emailuser-param-text\";i:5328;s:28:\"apihelp-emailuser-param-ccme\";i:5329;s:31:\"apihelp-emailuser-example-email\";i:5330;s:31:\"apihelp-expandtemplates-summary\";i:5331;s:35:\"apihelp-expandtemplates-param-title\";i:5332;s:34:\"apihelp-expandtemplates-param-text\";i:5333;s:35:\"apihelp-expandtemplates-param-revid\";i:5334;s:34:\"apihelp-expandtemplates-param-prop\";i:5335;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5336;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5337;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5338;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5339;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5340;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5341;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5342;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5343;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5344;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5345;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5346;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5347;s:38:\"apihelp-expandtemplates-example-simple\";i:5348;s:33:\"apihelp-feedcontributions-summary\";i:5349;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5350;s:36:\"apihelp-feedcontributions-param-user\";i:5351;s:41:\"apihelp-feedcontributions-param-namespace\";i:5352;s:36:\"apihelp-feedcontributions-param-year\";i:5353;s:37:\"apihelp-feedcontributions-param-month\";i:5354;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5355;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5356;s:39:\"apihelp-feedcontributions-param-toponly\";i:5357;s:39:\"apihelp-feedcontributions-param-newonly\";i:5358;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5359;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5360;s:40:\"apihelp-feedcontributions-example-simple\";i:5361;s:33:\"apihelp-feedrecentchanges-summary\";i:5362;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5363;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5364;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5365;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5366;s:36:\"apihelp-feedrecentchanges-param-days\";i:5367;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5368;s:36:\"apihelp-feedrecentchanges-param-from\";i:5369;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5370;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5371;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5372;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5373;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5374;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5375;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5376;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5377;s:38:\"apihelp-feedrecentchanges-param-target\";i:5378;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5379;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5380;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5381;s:29:\"apihelp-feedwatchlist-summary\";i:5382;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5383;s:33:\"apihelp-feedwatchlist-param-hours\";i:5384;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5385;s:37:\"apihelp-feedwatchlist-example-default\";i:5386;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5387;s:26:\"apihelp-filerevert-summary\";i:5388;s:33:\"apihelp-filerevert-param-filename\";i:5389;s:32:\"apihelp-filerevert-param-comment\";i:5390;s:36:\"apihelp-filerevert-param-archivename\";i:5391;s:33:\"apihelp-filerevert-example-revert\";i:5392;s:20:\"apihelp-help-summary\";i:5393;s:26:\"apihelp-help-param-modules\";i:5394;s:29:\"apihelp-help-param-submodules\";i:5395;s:38:\"apihelp-help-param-recursivesubmodules\";i:5396;s:29:\"apihelp-help-param-helpformat\";i:5397;s:23:\"apihelp-help-param-wrap\";i:5398;s:22:\"apihelp-help-param-toc\";i:5399;s:25:\"apihelp-help-example-main\";i:5400;s:31:\"apihelp-help-example-submodules\";i:5401;s:30:\"apihelp-help-example-recursive\";i:5402;s:25:\"apihelp-help-example-help\";i:5403;s:26:\"apihelp-help-example-query\";i:5404;s:27:\"apihelp-imagerotate-summary\";i:5405;s:34:\"apihelp-imagerotate-param-rotation\";i:5406;s:30:\"apihelp-imagerotate-param-tags\";i:5407;s:34:\"apihelp-imagerotate-example-simple\";i:5408;s:37:\"apihelp-imagerotate-example-generator\";i:5409;s:22:\"apihelp-import-summary\";i:5410;s:35:\"apihelp-import-extended-description\";i:5411;s:28:\"apihelp-import-param-summary\";i:5412;s:24:\"apihelp-import-param-xml\";i:5413;s:36:\"apihelp-import-param-interwikiprefix\";i:5414;s:37:\"apihelp-import-param-assignknownusers\";i:5415;s:36:\"apihelp-import-param-interwikisource\";i:5416;s:34:\"apihelp-import-param-interwikipage\";i:5417;s:32:\"apihelp-import-param-fullhistory\";i:5418;s:30:\"apihelp-import-param-templates\";i:5419;s:30:\"apihelp-import-param-namespace\";i:5420;s:29:\"apihelp-import-param-rootpage\";i:5421;s:25:\"apihelp-import-param-tags\";i:5422;s:29:\"apihelp-import-example-import\";i:5423;s:27:\"apihelp-linkaccount-summary\";i:5424;s:32:\"apihelp-linkaccount-example-link\";i:5425;s:21:\"apihelp-login-summary\";i:5426;s:34:\"apihelp-login-extended-description\";i:5427;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5428;s:24:\"apihelp-login-param-name\";i:5429;s:28:\"apihelp-login-param-password\";i:5430;s:26:\"apihelp-login-param-domain\";i:5431;s:25:\"apihelp-login-param-token\";i:5432;s:27:\"apihelp-login-example-login\";i:5433;s:22:\"apihelp-logout-summary\";i:5434;s:29:\"apihelp-logout-example-logout\";i:5435;s:26:\"apihelp-managetags-summary\";i:5436;s:34:\"apihelp-managetags-param-operation\";i:5437;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5438;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5439;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5440;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5441;s:28:\"apihelp-managetags-param-tag\";i:5442;s:31:\"apihelp-managetags-param-reason\";i:5443;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5444;s:29:\"apihelp-managetags-param-tags\";i:5445;s:33:\"apihelp-managetags-example-create\";i:5446;s:33:\"apihelp-managetags-example-delete\";i:5447;s:35:\"apihelp-managetags-example-activate\";i:5448;s:37:\"apihelp-managetags-example-deactivate\";i:5449;s:28:\"apihelp-mergehistory-summary\";i:5450;s:31:\"apihelp-mergehistory-param-from\";i:5451;s:33:\"apihelp-mergehistory-param-fromid\";i:5452;s:29:\"apihelp-mergehistory-param-to\";i:5453;s:31:\"apihelp-mergehistory-param-toid\";i:5454;s:36:\"apihelp-mergehistory-param-timestamp\";i:5455;s:33:\"apihelp-mergehistory-param-reason\";i:5456;s:34:\"apihelp-mergehistory-example-merge\";i:5457;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5458;s:20:\"apihelp-move-summary\";i:5459;s:23:\"apihelp-move-param-from\";i:5460;s:25:\"apihelp-move-param-fromid\";i:5461;s:21:\"apihelp-move-param-to\";i:5462;s:27:\"apihelp-move-param-movetalk\";i:5463;s:31:\"apihelp-move-param-movesubpages\";i:5464;s:29:\"apihelp-move-param-noredirect\";i:5465;s:24:\"apihelp-move-param-watch\";i:5466;s:26:\"apihelp-move-param-unwatch\";i:5467;s:28:\"apihelp-move-param-watchlist\";i:5468;s:34:\"apihelp-move-param-watchlistexpiry\";i:5469;s:33:\"apihelp-move-param-ignorewarnings\";i:5470;s:23:\"apihelp-move-param-tags\";i:5471;s:25:\"apihelp-move-example-move\";i:5472;s:26:\"apihelp-opensearch-summary\";i:5473;s:31:\"apihelp-opensearch-param-search\";i:5474;s:30:\"apihelp-opensearch-param-limit\";i:5475;s:34:\"apihelp-opensearch-param-namespace\";i:5476;s:32:\"apihelp-opensearch-param-suggest\";i:5477;s:34:\"apihelp-opensearch-param-redirects\";i:5478;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5479;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5480;s:41:\"apihelp-opensearch-param-redirects-append\";i:5481;s:31:\"apihelp-opensearch-param-format\";i:5482;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5483;s:29:\"apihelp-opensearch-example-te\";i:5484;s:23:\"apihelp-options-summary\";i:5485;s:36:\"apihelp-options-extended-description\";i:5486;s:27:\"apihelp-options-param-reset\";i:5487;s:32:\"apihelp-options-param-resetkinds\";i:5488;s:28:\"apihelp-options-param-change\";i:5489;s:32:\"apihelp-options-param-optionname\";i:5490;s:33:\"apihelp-options-param-optionvalue\";i:5491;s:29:\"apihelp-options-example-reset\";i:5492;s:30:\"apihelp-options-example-change\";i:5493;s:31:\"apihelp-options-example-complex\";i:5494;s:25:\"apihelp-paraminfo-summary\";i:5495;s:31:\"apihelp-paraminfo-param-modules\";i:5496;s:34:\"apihelp-paraminfo-param-helpformat\";i:5497;s:36:\"apihelp-paraminfo-param-querymodules\";i:5498;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5499;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5500;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5501;s:27:\"apihelp-paraminfo-example-1\";i:5502;s:27:\"apihelp-paraminfo-example-2\";i:5503;s:21:\"apihelp-parse-summary\";i:5504;s:34:\"apihelp-parse-extended-description\";i:5505;s:25:\"apihelp-parse-param-title\";i:5506;s:24:\"apihelp-parse-param-text\";i:5507;s:25:\"apihelp-parse-param-revid\";i:5508;s:27:\"apihelp-parse-param-summary\";i:5509;s:24:\"apihelp-parse-param-page\";i:5510;s:26:\"apihelp-parse-param-pageid\";i:5511;s:29:\"apihelp-parse-param-redirects\";i:5512;s:25:\"apihelp-parse-param-oldid\";i:5513;s:24:\"apihelp-parse-param-prop\";i:5514;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5515;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5516;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5517;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5518;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5519;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5520;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5521;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5522;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5523;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5524;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5525;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5526;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5527;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5528;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5529;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5530;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5531;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5532;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5533;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5534;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5535;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5536;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5537;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5538;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5539;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5540;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5541;s:23:\"apihelp-parse-param-pst\";i:5542;s:27:\"apihelp-parse-param-onlypst\";i:5543;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5544;s:27:\"apihelp-parse-param-section\";i:5545;s:32:\"apihelp-parse-param-sectiontitle\";i:5546;s:38:\"apihelp-parse-param-disablelimitreport\";i:5547;s:29:\"apihelp-parse-param-disablepp\";i:5548;s:38:\"apihelp-parse-param-disableeditsection\";i:5549;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5550;s:36:\"apihelp-parse-param-showstrategykeys\";i:5551;s:31:\"apihelp-parse-param-generatexml\";i:5552;s:27:\"apihelp-parse-param-preview\";i:5553;s:34:\"apihelp-parse-param-sectionpreview\";i:5554;s:30:\"apihelp-parse-param-disabletoc\";i:5555;s:27:\"apihelp-parse-param-useskin\";i:5556;s:33:\"apihelp-parse-param-contentformat\";i:5557;s:32:\"apihelp-parse-param-contentmodel\";i:5558;s:26:\"apihelp-parse-example-page\";i:5559;s:26:\"apihelp-parse-example-text\";i:5560;s:31:\"apihelp-parse-example-texttitle\";i:5561;s:29:\"apihelp-parse-example-summary\";i:5562;s:22:\"apihelp-patrol-summary\";i:5563;s:25:\"apihelp-patrol-param-rcid\";i:5564;s:26:\"apihelp-patrol-param-revid\";i:5565;s:25:\"apihelp-patrol-param-tags\";i:5566;s:27:\"apihelp-patrol-example-rcid\";i:5567;s:28:\"apihelp-patrol-example-revid\";i:5568;s:23:\"apihelp-protect-summary\";i:5569;s:27:\"apihelp-protect-param-title\";i:5570;s:28:\"apihelp-protect-param-pageid\";i:5571;s:33:\"apihelp-protect-param-protections\";i:5572;s:28:\"apihelp-protect-param-expiry\";i:5573;s:28:\"apihelp-protect-param-reason\";i:5574;s:26:\"apihelp-protect-param-tags\";i:5575;s:29:\"apihelp-protect-param-cascade\";i:5576;s:27:\"apihelp-protect-param-watch\";i:5577;s:31:\"apihelp-protect-param-watchlist\";i:5578;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5579;s:31:\"apihelp-protect-example-protect\";i:5580;s:33:\"apihelp-protect-example-unprotect\";i:5581;s:34:\"apihelp-protect-example-unprotect2\";i:5582;s:21:\"apihelp-purge-summary\";i:5583;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5584;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5585;s:28:\"apihelp-purge-example-simple\";i:5586;s:31:\"apihelp-purge-example-generator\";i:5587;s:21:\"apihelp-query-summary\";i:5588;s:34:\"apihelp-query-extended-description\";i:5589;s:24:\"apihelp-query-param-prop\";i:5590;s:24:\"apihelp-query-param-list\";i:5591;s:24:\"apihelp-query-param-meta\";i:5592;s:32:\"apihelp-query-param-indexpageids\";i:5593;s:26:\"apihelp-query-param-export\";i:5594;s:32:\"apihelp-query-param-exportnowrap\";i:5595;s:32:\"apihelp-query-param-exportschema\";i:5596;s:25:\"apihelp-query-param-iwurl\";i:5597;s:31:\"apihelp-query-param-rawcontinue\";i:5598;s:31:\"apihelp-query-example-revisions\";i:5599;s:30:\"apihelp-query-example-allpages\";i:5600;s:35:\"apihelp-query+allcategories-summary\";i:5601;s:38:\"apihelp-query+allcategories-param-from\";i:5602;s:36:\"apihelp-query+allcategories-param-to\";i:5603;s:40:\"apihelp-query+allcategories-param-prefix\";i:5604;s:37:\"apihelp-query+allcategories-param-dir\";i:5605;s:37:\"apihelp-query+allcategories-param-min\";i:5606;s:37:\"apihelp-query+allcategories-param-max\";i:5607;s:39:\"apihelp-query+allcategories-param-limit\";i:5608;s:38:\"apihelp-query+allcategories-param-prop\";i:5609;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5610;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5611;s:40:\"apihelp-query+allcategories-example-size\";i:5612;s:45:\"apihelp-query+allcategories-example-generator\";i:5613;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5614;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5615;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5616;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5617;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5618;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5619;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5620;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5621;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5622;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5623;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5624;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5625;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5626;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5627;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5628;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5629;s:35:\"apihelp-query+allfileusages-summary\";i:5630;s:38:\"apihelp-query+allfileusages-param-from\";i:5631;s:36:\"apihelp-query+allfileusages-param-to\";i:5632;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5633;s:40:\"apihelp-query+allfileusages-param-unique\";i:5634;s:38:\"apihelp-query+allfileusages-param-prop\";i:5635;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5636;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5637;s:39:\"apihelp-query+allfileusages-param-limit\";i:5638;s:37:\"apihelp-query+allfileusages-param-dir\";i:5639;s:37:\"apihelp-query+allfileusages-example-b\";i:5640;s:42:\"apihelp-query+allfileusages-example-unique\";i:5641;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5642;s:45:\"apihelp-query+allfileusages-example-generator\";i:5643;s:31:\"apihelp-query+allimages-summary\";i:5644;s:34:\"apihelp-query+allimages-param-sort\";i:5645;s:33:\"apihelp-query+allimages-param-dir\";i:5646;s:34:\"apihelp-query+allimages-param-from\";i:5647;s:32:\"apihelp-query+allimages-param-to\";i:5648;s:35:\"apihelp-query+allimages-param-start\";i:5649;s:33:\"apihelp-query+allimages-param-end\";i:5650;s:36:\"apihelp-query+allimages-param-prefix\";i:5651;s:37:\"apihelp-query+allimages-param-minsize\";i:5652;s:37:\"apihelp-query+allimages-param-maxsize\";i:5653;s:34:\"apihelp-query+allimages-param-sha1\";i:5654;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5655;s:34:\"apihelp-query+allimages-param-user\";i:5656;s:40:\"apihelp-query+allimages-param-filterbots\";i:5657;s:34:\"apihelp-query+allimages-param-mime\";i:5658;s:35:\"apihelp-query+allimages-param-limit\";i:5659;s:33:\"apihelp-query+allimages-example-b\";i:5660;s:38:\"apihelp-query+allimages-example-recent\";i:5661;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5662;s:41:\"apihelp-query+allimages-example-generator\";i:5663;s:30:\"apihelp-query+alllinks-summary\";i:5664;s:33:\"apihelp-query+alllinks-param-from\";i:5665;s:31:\"apihelp-query+alllinks-param-to\";i:5666;s:35:\"apihelp-query+alllinks-param-prefix\";i:5667;s:35:\"apihelp-query+alllinks-param-unique\";i:5668;s:33:\"apihelp-query+alllinks-param-prop\";i:5669;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5670;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5671;s:38:\"apihelp-query+alllinks-param-namespace\";i:5672;s:34:\"apihelp-query+alllinks-param-limit\";i:5673;s:32:\"apihelp-query+alllinks-param-dir\";i:5674;s:32:\"apihelp-query+alllinks-example-b\";i:5675;s:37:\"apihelp-query+alllinks-example-unique\";i:5676;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5677;s:40:\"apihelp-query+alllinks-example-generator\";i:5678;s:33:\"apihelp-query+allmessages-summary\";i:5679;s:40:\"apihelp-query+allmessages-param-messages\";i:5680;s:36:\"apihelp-query+allmessages-param-prop\";i:5681;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5682;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5683;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5684;s:36:\"apihelp-query+allmessages-param-args\";i:5685;s:38:\"apihelp-query+allmessages-param-filter\";i:5686;s:42:\"apihelp-query+allmessages-param-customised\";i:5687;s:36:\"apihelp-query+allmessages-param-lang\";i:5688;s:36:\"apihelp-query+allmessages-param-from\";i:5689;s:34:\"apihelp-query+allmessages-param-to\";i:5690;s:37:\"apihelp-query+allmessages-param-title\";i:5691;s:38:\"apihelp-query+allmessages-param-prefix\";i:5692;s:37:\"apihelp-query+allmessages-example-ipb\";i:5693;s:36:\"apihelp-query+allmessages-example-de\";i:5694;s:30:\"apihelp-query+allpages-summary\";i:5695;s:33:\"apihelp-query+allpages-param-from\";i:5696;s:31:\"apihelp-query+allpages-param-to\";i:5697;s:35:\"apihelp-query+allpages-param-prefix\";i:5698;s:38:\"apihelp-query+allpages-param-namespace\";i:5699;s:40:\"apihelp-query+allpages-param-filterredir\";i:5700;s:36:\"apihelp-query+allpages-param-minsize\";i:5701;s:36:\"apihelp-query+allpages-param-maxsize\";i:5702;s:35:\"apihelp-query+allpages-param-prtype\";i:5703;s:36:\"apihelp-query+allpages-param-prlevel\";i:5704;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5705;s:34:\"apihelp-query+allpages-param-limit\";i:5706;s:32:\"apihelp-query+allpages-param-dir\";i:5707;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5708;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5709;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5710;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5711;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5712;s:32:\"apihelp-query+allpages-example-b\";i:5713;s:40:\"apihelp-query+allpages-example-generator\";i:5714;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5715;s:34:\"apihelp-query+allredirects-summary\";i:5716;s:37:\"apihelp-query+allredirects-param-from\";i:5717;s:35:\"apihelp-query+allredirects-param-to\";i:5718;s:39:\"apihelp-query+allredirects-param-prefix\";i:5719;s:39:\"apihelp-query+allredirects-param-unique\";i:5720;s:37:\"apihelp-query+allredirects-param-prop\";i:5721;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5722;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5723;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5724;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5725;s:42:\"apihelp-query+allredirects-param-namespace\";i:5726;s:38:\"apihelp-query+allredirects-param-limit\";i:5727;s:36:\"apihelp-query+allredirects-param-dir\";i:5728;s:36:\"apihelp-query+allredirects-example-b\";i:5729;s:41:\"apihelp-query+allredirects-example-unique\";i:5730;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5731;s:44:\"apihelp-query+allredirects-example-generator\";i:5732;s:34:\"apihelp-query+allrevisions-summary\";i:5733;s:38:\"apihelp-query+allrevisions-param-start\";i:5734;s:36:\"apihelp-query+allrevisions-param-end\";i:5735;s:37:\"apihelp-query+allrevisions-param-user\";i:5736;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5737;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5738;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5739;s:39:\"apihelp-query+allrevisions-example-user\";i:5740;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5741;s:36:\"apihelp-query+mystashedfiles-summary\";i:5742;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5743;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5744;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5745;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5746;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5747;s:38:\"apihelp-query+alltransclusions-summary\";i:5748;s:41:\"apihelp-query+alltransclusions-param-from\";i:5749;s:39:\"apihelp-query+alltransclusions-param-to\";i:5750;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5751;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5752;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5753;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5754;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5755;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5756;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5757;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5758;s:40:\"apihelp-query+alltransclusions-example-b\";i:5759;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5760;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5761;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5762;s:30:\"apihelp-query+allusers-summary\";i:5763;s:33:\"apihelp-query+allusers-param-from\";i:5764;s:31:\"apihelp-query+allusers-param-to\";i:5765;s:35:\"apihelp-query+allusers-param-prefix\";i:5766;s:32:\"apihelp-query+allusers-param-dir\";i:5767;s:34:\"apihelp-query+allusers-param-group\";i:5768;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5769;s:35:\"apihelp-query+allusers-param-rights\";i:5770;s:33:\"apihelp-query+allusers-param-prop\";i:5771;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5772;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5773;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5774;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5775;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5776;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5777;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5778;s:34:\"apihelp-query+allusers-param-limit\";i:5779;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5780;s:40:\"apihelp-query+allusers-param-activeusers\";i:5781;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5782;s:32:\"apihelp-query+allusers-example-y\";i:5783;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5784;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5785;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5786;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5787;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5788;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5789;s:31:\"apihelp-query+backlinks-summary\";i:5790;s:35:\"apihelp-query+backlinks-param-title\";i:5791;s:36:\"apihelp-query+backlinks-param-pageid\";i:5792;s:39:\"apihelp-query+backlinks-param-namespace\";i:5793;s:33:\"apihelp-query+backlinks-param-dir\";i:5794;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5795;s:35:\"apihelp-query+backlinks-param-limit\";i:5796;s:38:\"apihelp-query+backlinks-param-redirect\";i:5797;s:38:\"apihelp-query+backlinks-example-simple\";i:5798;s:41:\"apihelp-query+backlinks-example-generator\";i:5799;s:28:\"apihelp-query+blocks-summary\";i:5800;s:32:\"apihelp-query+blocks-param-start\";i:5801;s:30:\"apihelp-query+blocks-param-end\";i:5802;s:30:\"apihelp-query+blocks-param-ids\";i:5803;s:32:\"apihelp-query+blocks-param-users\";i:5804;s:29:\"apihelp-query+blocks-param-ip\";i:5805;s:32:\"apihelp-query+blocks-param-limit\";i:5806;s:31:\"apihelp-query+blocks-param-prop\";i:5807;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5808;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5809;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5810;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5811;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5812;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5813;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5814;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5815;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5816;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5817;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5818;s:31:\"apihelp-query+blocks-param-show\";i:5819;s:35:\"apihelp-query+blocks-example-simple\";i:5820;s:34:\"apihelp-query+blocks-example-users\";i:5821;s:32:\"apihelp-query+categories-summary\";i:5822;s:35:\"apihelp-query+categories-param-prop\";i:5823;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5824;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5825;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5826;s:35:\"apihelp-query+categories-param-show\";i:5827;s:36:\"apihelp-query+categories-param-limit\";i:5828;s:41:\"apihelp-query+categories-param-categories\";i:5829;s:34:\"apihelp-query+categories-param-dir\";i:5830;s:39:\"apihelp-query+categories-example-simple\";i:5831;s:42:\"apihelp-query+categories-example-generator\";i:5832;s:34:\"apihelp-query+categoryinfo-summary\";i:5833;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5834;s:37:\"apihelp-query+categorymembers-summary\";i:5835;s:41:\"apihelp-query+categorymembers-param-title\";i:5836;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5837;s:40:\"apihelp-query+categorymembers-param-prop\";i:5838;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5839;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5840;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5841;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5842;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5843;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5844;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5845;s:40:\"apihelp-query+categorymembers-param-type\";i:5846;s:41:\"apihelp-query+categorymembers-param-limit\";i:5847;s:40:\"apihelp-query+categorymembers-param-sort\";i:5848;s:39:\"apihelp-query+categorymembers-param-dir\";i:5849;s:41:\"apihelp-query+categorymembers-param-start\";i:5850;s:39:\"apihelp-query+categorymembers-param-end\";i:5851;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5852;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5853;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5854;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5855;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5856;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5857;s:44:\"apihelp-query+categorymembers-example-simple\";i:5858;s:47:\"apihelp-query+categorymembers-example-generator\";i:5859;s:34:\"apihelp-query+contributors-summary\";i:5860;s:38:\"apihelp-query+contributors-param-group\";i:5861;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5862;s:39:\"apihelp-query+contributors-param-rights\";i:5863;s:46:\"apihelp-query+contributors-param-excluderights\";i:5864;s:38:\"apihelp-query+contributors-param-limit\";i:5865;s:41:\"apihelp-query+contributors-example-simple\";i:5866;s:38:\"apihelp-query+deletedrevisions-summary\";i:5867;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5868;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5869;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5870;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5871;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5872;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5873;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5874;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5875;s:33:\"apihelp-query+deletedrevs-summary\";i:5876;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5877;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5878;s:37:\"apihelp-query+deletedrevs-param-start\";i:5879;s:35:\"apihelp-query+deletedrevs-param-end\";i:5880;s:36:\"apihelp-query+deletedrevs-param-from\";i:5881;s:34:\"apihelp-query+deletedrevs-param-to\";i:5882;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5883;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5884;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5885;s:36:\"apihelp-query+deletedrevs-param-user\";i:5886;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5887;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5888;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5889;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5890;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5891;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5892;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5893;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5894;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5895;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5896;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5897;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5898;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5899;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5900;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5901;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5902;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5903;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5904;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5905;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5906;s:30:\"apihelp-query+disabled-summary\";i:5907;s:36:\"apihelp-query+duplicatefiles-summary\";i:5908;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5909;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5910;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5911;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5912;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5913;s:32:\"apihelp-query+embeddedin-summary\";i:5914;s:36:\"apihelp-query+embeddedin-param-title\";i:5915;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5916;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5917;s:34:\"apihelp-query+embeddedin-param-dir\";i:5918;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5919;s:36:\"apihelp-query+embeddedin-param-limit\";i:5920;s:39:\"apihelp-query+embeddedin-example-simple\";i:5921;s:42:\"apihelp-query+embeddedin-example-generator\";i:5922;s:30:\"apihelp-query+extlinks-summary\";i:5923;s:34:\"apihelp-query+extlinks-param-limit\";i:5924;s:37:\"apihelp-query+extlinks-param-protocol\";i:5925;s:34:\"apihelp-query+extlinks-param-query\";i:5926;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5927;s:37:\"apihelp-query+extlinks-example-simple\";i:5928;s:33:\"apihelp-query+exturlusage-summary\";i:5929;s:36:\"apihelp-query+exturlusage-param-prop\";i:5930;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5931;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5932;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5933;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5934;s:37:\"apihelp-query+exturlusage-param-query\";i:5935;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5936;s:37:\"apihelp-query+exturlusage-param-limit\";i:5937;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5938;s:40:\"apihelp-query+exturlusage-example-simple\";i:5939;s:33:\"apihelp-query+filearchive-summary\";i:5940;s:36:\"apihelp-query+filearchive-param-from\";i:5941;s:34:\"apihelp-query+filearchive-param-to\";i:5942;s:38:\"apihelp-query+filearchive-param-prefix\";i:5943;s:37:\"apihelp-query+filearchive-param-limit\";i:5944;s:35:\"apihelp-query+filearchive-param-dir\";i:5945;s:36:\"apihelp-query+filearchive-param-sha1\";i:5946;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5947;s:36:\"apihelp-query+filearchive-param-prop\";i:5948;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5949;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5950;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5951;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5952;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5953;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5954;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5955;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5956;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5957;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5958;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5959;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5960;s:40:\"apihelp-query+filearchive-example-simple\";i:5961;s:34:\"apihelp-query+filerepoinfo-summary\";i:5962;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5963;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5964;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5965;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5966;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5967;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5968;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5969;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5970;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5971;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5972;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5973;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5974;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5975;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5976;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5977;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5978;s:31:\"apihelp-query+fileusage-summary\";i:5979;s:34:\"apihelp-query+fileusage-param-prop\";i:5980;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5981;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5982;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5983;s:39:\"apihelp-query+fileusage-param-namespace\";i:5984;s:35:\"apihelp-query+fileusage-param-limit\";i:5985;s:34:\"apihelp-query+fileusage-param-show\";i:5986;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5987;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5988;s:38:\"apihelp-query+fileusage-example-simple\";i:5989;s:41:\"apihelp-query+fileusage-example-generator\";i:5990;s:31:\"apihelp-query+imageinfo-summary\";i:5991;s:34:\"apihelp-query+imageinfo-param-prop\";i:5992;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5993;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5994;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5995;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5996;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5997;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5998;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5999;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6000;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6001;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6002;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6003;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6004;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6005;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6006;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6007;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6008;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6009;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6010;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6011;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6012;s:35:\"apihelp-query+imageinfo-param-limit\";i:6013;s:35:\"apihelp-query+imageinfo-param-start\";i:6014;s:33:\"apihelp-query+imageinfo-param-end\";i:6015;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6016;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:6017;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6018;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6019;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6020;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6021;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6022;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6023;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6024;s:38:\"apihelp-query+imageinfo-example-simple\";i:6025;s:37:\"apihelp-query+imageinfo-example-dated\";i:6026;s:28:\"apihelp-query+images-summary\";i:6027;s:32:\"apihelp-query+images-param-limit\";i:6028;s:33:\"apihelp-query+images-param-images\";i:6029;s:30:\"apihelp-query+images-param-dir\";i:6030;s:35:\"apihelp-query+images-example-simple\";i:6031;s:38:\"apihelp-query+images-example-generator\";i:6032;s:32:\"apihelp-query+imageusage-summary\";i:6033;s:36:\"apihelp-query+imageusage-param-title\";i:6034;s:37:\"apihelp-query+imageusage-param-pageid\";i:6035;s:40:\"apihelp-query+imageusage-param-namespace\";i:6036;s:34:\"apihelp-query+imageusage-param-dir\";i:6037;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6038;s:36:\"apihelp-query+imageusage-param-limit\";i:6039;s:39:\"apihelp-query+imageusage-param-redirect\";i:6040;s:39:\"apihelp-query+imageusage-example-simple\";i:6041;s:42:\"apihelp-query+imageusage-example-generator\";i:6042;s:26:\"apihelp-query+info-summary\";i:6043;s:29:\"apihelp-query+info-param-prop\";i:6044;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6045;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6046;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6047;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6048;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6049;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6050;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6051;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6052;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6053;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6054;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6055;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6056;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6057;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6058;s:36:\"apihelp-query+info-param-linkcontext\";i:6059;s:36:\"apihelp-query+info-param-testactions\";i:6060;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6061;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6062;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6063;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6064;s:33:\"apihelp-query+info-example-simple\";i:6065;s:37:\"apihelp-query+info-example-protection\";i:6066;s:33:\"apihelp-query+iwbacklinks-summary\";i:6067;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6068;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6069;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6070;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6071;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6072;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6073;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6074;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6075;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6076;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6077;s:29:\"apihelp-query+iwlinks-summary\";i:6078;s:31:\"apihelp-query+iwlinks-param-url\";i:6079;s:32:\"apihelp-query+iwlinks-param-prop\";i:6080;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6081;s:33:\"apihelp-query+iwlinks-param-limit\";i:6082;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6083;s:33:\"apihelp-query+iwlinks-param-title\";i:6084;s:31:\"apihelp-query+iwlinks-param-dir\";i:6085;s:36:\"apihelp-query+iwlinks-example-simple\";i:6086;s:35:\"apihelp-query+langbacklinks-summary\";i:6087;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6088;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6089;s:39:\"apihelp-query+langbacklinks-param-title\";i:6090;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6091;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6092;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6093;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6094;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6095;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6096;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6097;s:31:\"apihelp-query+langlinks-summary\";i:6098;s:35:\"apihelp-query+langlinks-param-limit\";i:6099;s:33:\"apihelp-query+langlinks-param-url\";i:6100;s:34:\"apihelp-query+langlinks-param-prop\";i:6101;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6102;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6103;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6104;s:34:\"apihelp-query+langlinks-param-lang\";i:6105;s:35:\"apihelp-query+langlinks-param-title\";i:6106;s:33:\"apihelp-query+langlinks-param-dir\";i:6107;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6108;s:38:\"apihelp-query+langlinks-example-simple\";i:6109;s:34:\"apihelp-query+languageinfo-summary\";i:6110;s:47:\"apihelp-query+languageinfo-extended-description\";i:6111;s:37:\"apihelp-query+languageinfo-param-prop\";i:6112;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6113;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6114;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6115;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6116;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6117;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6118;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6119;s:37:\"apihelp-query+languageinfo-param-code\";i:6120;s:41:\"apihelp-query+languageinfo-example-simple\";i:6121;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6122;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6123;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6124;s:27:\"apihelp-query+links-summary\";i:6125;s:35:\"apihelp-query+links-param-namespace\";i:6126;s:31:\"apihelp-query+links-param-limit\";i:6127;s:32:\"apihelp-query+links-param-titles\";i:6128;s:29:\"apihelp-query+links-param-dir\";i:6129;s:34:\"apihelp-query+links-example-simple\";i:6130;s:37:\"apihelp-query+links-example-generator\";i:6131;s:38:\"apihelp-query+links-example-namespaces\";i:6132;s:31:\"apihelp-query+linkshere-summary\";i:6133;s:34:\"apihelp-query+linkshere-param-prop\";i:6134;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6135;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6136;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6137;s:39:\"apihelp-query+linkshere-param-namespace\";i:6138;s:35:\"apihelp-query+linkshere-param-limit\";i:6139;s:34:\"apihelp-query+linkshere-param-show\";i:6140;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6141;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6142;s:38:\"apihelp-query+linkshere-example-simple\";i:6143;s:41:\"apihelp-query+linkshere-example-generator\";i:6144;s:31:\"apihelp-query+logevents-summary\";i:6145;s:34:\"apihelp-query+logevents-param-prop\";i:6146;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6147;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6148;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6149;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6150;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6151;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6152;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6153;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6154;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6155;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6156;s:34:\"apihelp-query+logevents-param-type\";i:6157;s:36:\"apihelp-query+logevents-param-action\";i:6158;s:35:\"apihelp-query+logevents-param-start\";i:6159;s:33:\"apihelp-query+logevents-param-end\";i:6160;s:34:\"apihelp-query+logevents-param-user\";i:6161;s:35:\"apihelp-query+logevents-param-title\";i:6162;s:39:\"apihelp-query+logevents-param-namespace\";i:6163;s:36:\"apihelp-query+logevents-param-prefix\";i:6164;s:33:\"apihelp-query+logevents-param-tag\";i:6165;s:35:\"apihelp-query+logevents-param-limit\";i:6166;s:38:\"apihelp-query+logevents-example-simple\";i:6167;s:35:\"apihelp-query+pagepropnames-summary\";i:6168;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6169;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6170;s:31:\"apihelp-query+pageprops-summary\";i:6171;s:34:\"apihelp-query+pageprops-param-prop\";i:6172;s:38:\"apihelp-query+pageprops-example-simple\";i:6173;s:35:\"apihelp-query+pageswithprop-summary\";i:6174;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6175;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6176;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6177;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6178;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6179;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6180;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6181;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6182;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6183;s:34:\"apihelp-query+prefixsearch-summary\";i:6184;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6185;s:39:\"apihelp-query+prefixsearch-param-search\";i:6186;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6187;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6188;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6189;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6190;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6191;s:37:\"apihelp-query+protectedtitles-summary\";i:6192;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6193;s:41:\"apihelp-query+protectedtitles-param-level\";i:6194;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6195;s:41:\"apihelp-query+protectedtitles-param-start\";i:6196;s:39:\"apihelp-query+protectedtitles-param-end\";i:6197;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6198;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6199;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6200;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6201;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6202;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6203;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6204;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6205;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6206;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6207;s:31:\"apihelp-query+querypage-summary\";i:6208;s:34:\"apihelp-query+querypage-param-page\";i:6209;s:35:\"apihelp-query+querypage-param-limit\";i:6210;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6211;s:28:\"apihelp-query+random-summary\";i:6212;s:41:\"apihelp-query+random-extended-description\";i:6213;s:36:\"apihelp-query+random-param-namespace\";i:6214;s:32:\"apihelp-query+random-param-limit\";i:6215;s:35:\"apihelp-query+random-param-redirect\";i:6216;s:38:\"apihelp-query+random-param-filterredir\";i:6217;s:35:\"apihelp-query+random-example-simple\";i:6218;s:38:\"apihelp-query+random-example-generator\";i:6219;s:35:\"apihelp-query+recentchanges-summary\";i:6220;s:39:\"apihelp-query+recentchanges-param-start\";i:6221;s:37:\"apihelp-query+recentchanges-param-end\";i:6222;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6223;s:38:\"apihelp-query+recentchanges-param-user\";i:6224;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6225;s:37:\"apihelp-query+recentchanges-param-tag\";i:6226;s:38:\"apihelp-query+recentchanges-param-slot\";i:6227;s:38:\"apihelp-query+recentchanges-param-prop\";i:6228;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6229;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6230;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6231;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6232;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6233;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6234;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6235;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6236;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6237;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6238;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6239;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6240;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6241;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6242;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6243;s:38:\"apihelp-query+recentchanges-param-show\";i:6244;s:39:\"apihelp-query+recentchanges-param-limit\";i:6245;s:38:\"apihelp-query+recentchanges-param-type\";i:6246;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6247;s:39:\"apihelp-query+recentchanges-param-title\";i:6248;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6249;s:42:\"apihelp-query+recentchanges-example-simple\";i:6250;s:45:\"apihelp-query+recentchanges-example-generator\";i:6251;s:31:\"apihelp-query+redirects-summary\";i:6252;s:34:\"apihelp-query+redirects-param-prop\";i:6253;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6254;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6255;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6256;s:39:\"apihelp-query+redirects-param-namespace\";i:6257;s:35:\"apihelp-query+redirects-param-limit\";i:6258;s:34:\"apihelp-query+redirects-param-show\";i:6259;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6260;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6261;s:38:\"apihelp-query+redirects-example-simple\";i:6262;s:41:\"apihelp-query+redirects-example-generator\";i:6263;s:31:\"apihelp-query+revisions-summary\";i:6264;s:44:\"apihelp-query+revisions-extended-description\";i:6265;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6266;s:37:\"apihelp-query+revisions-param-startid\";i:6267;s:35:\"apihelp-query+revisions-param-endid\";i:6268;s:35:\"apihelp-query+revisions-param-start\";i:6269;s:33:\"apihelp-query+revisions-param-end\";i:6270;s:34:\"apihelp-query+revisions-param-user\";i:6271;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6272;s:33:\"apihelp-query+revisions-param-tag\";i:6273;s:39:\"apihelp-query+revisions-example-content\";i:6274;s:37:\"apihelp-query+revisions-example-last5\";i:6275;s:38:\"apihelp-query+revisions-example-first5\";i:6276;s:44:\"apihelp-query+revisions-example-first5-after\";i:6277;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6278;s:43:\"apihelp-query+revisions-example-first5-user\";i:6279;s:39:\"apihelp-query+revisions+base-param-prop\";i:6280;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6281;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6282;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6283;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6284;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6285;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6286;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6287;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6288;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6289;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6290;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6291;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6292;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6293;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6294;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6295;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6296;s:40:\"apihelp-query+revisions+base-param-slots\";i:6297;s:40:\"apihelp-query+revisions+base-param-limit\";i:6298;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6299;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6300;s:40:\"apihelp-query+revisions+base-param-parse\";i:6301;s:42:\"apihelp-query+revisions+base-param-section\";i:6302;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6303;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6304;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6305;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6306;s:28:\"apihelp-query+search-summary\";i:6307;s:33:\"apihelp-query+search-param-search\";i:6308;s:36:\"apihelp-query+search-param-namespace\";i:6309;s:31:\"apihelp-query+search-param-what\";i:6310;s:31:\"apihelp-query+search-param-info\";i:6311;s:31:\"apihelp-query+search-param-prop\";i:6312;s:36:\"apihelp-query+search-param-qiprofile\";i:6313;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6314;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6315;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6316;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6317;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6318;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6319;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6320;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6321;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6322;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6323;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6324;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6325;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6326;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6327;s:32:\"apihelp-query+search-param-limit\";i:6328;s:36:\"apihelp-query+search-param-interwiki\";i:6329;s:34:\"apihelp-query+search-param-backend\";i:6330;s:41:\"apihelp-query+search-param-enablerewrites\";i:6331;s:31:\"apihelp-query+search-param-sort\";i:6332;s:35:\"apihelp-query+search-example-simple\";i:6333;s:33:\"apihelp-query+search-example-text\";i:6334;s:38:\"apihelp-query+search-example-generator\";i:6335;s:30:\"apihelp-query+siteinfo-summary\";i:6336;s:33:\"apihelp-query+siteinfo-param-prop\";i:6337;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6338;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6339;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6340;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6341;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6342;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6343;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6344;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6345;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6346;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6347;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6348;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6349;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6350;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6351;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6352;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6353;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6354;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6355;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6356;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6357;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6358;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6359;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6360;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6361;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6362;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6363;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6364;s:37:\"apihelp-query+siteinfo-example-simple\";i:6365;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6366;s:37:\"apihelp-query+siteinfo-example-replag\";i:6367;s:36:\"apihelp-query+stashimageinfo-summary\";i:6368;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6369;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6370;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6371;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6372;s:26:\"apihelp-query+tags-summary\";i:6373;s:30:\"apihelp-query+tags-param-limit\";i:6374;s:29:\"apihelp-query+tags-param-prop\";i:6375;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6376;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6377;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6378;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6379;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6380;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6381;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6382;s:33:\"apihelp-query+tags-example-simple\";i:6383;s:31:\"apihelp-query+templates-summary\";i:6384;s:39:\"apihelp-query+templates-param-namespace\";i:6385;s:35:\"apihelp-query+templates-param-limit\";i:6386;s:39:\"apihelp-query+templates-param-templates\";i:6387;s:33:\"apihelp-query+templates-param-dir\";i:6388;s:38:\"apihelp-query+templates-example-simple\";i:6389;s:41:\"apihelp-query+templates-example-generator\";i:6390;s:42:\"apihelp-query+templates-example-namespaces\";i:6391;s:28:\"apihelp-query+tokens-summary\";i:6392;s:31:\"apihelp-query+tokens-param-type\";i:6393;s:35:\"apihelp-query+tokens-example-simple\";i:6394;s:34:\"apihelp-query+tokens-example-types\";i:6395;s:35:\"apihelp-query+transcludedin-summary\";i:6396;s:38:\"apihelp-query+transcludedin-param-prop\";i:6397;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6398;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6399;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6400;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6401;s:39:\"apihelp-query+transcludedin-param-limit\";i:6402;s:38:\"apihelp-query+transcludedin-param-show\";i:6403;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6404;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6405;s:42:\"apihelp-query+transcludedin-example-simple\";i:6406;s:45:\"apihelp-query+transcludedin-example-generator\";i:6407;s:34:\"apihelp-query+usercontribs-summary\";i:6408;s:38:\"apihelp-query+usercontribs-param-limit\";i:6409;s:38:\"apihelp-query+usercontribs-param-start\";i:6410;s:36:\"apihelp-query+usercontribs-param-end\";i:6411;s:37:\"apihelp-query+usercontribs-param-user\";i:6412;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6413;s:40:\"apihelp-query+usercontribs-param-userids\";i:6414;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6415;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6416;s:37:\"apihelp-query+usercontribs-param-prop\";i:6417;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6418;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6419;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6420;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6421;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6422;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6423;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6424;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6425;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6426;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6427;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6428;s:37:\"apihelp-query+usercontribs-param-show\";i:6429;s:36:\"apihelp-query+usercontribs-param-tag\";i:6430;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6431;s:39:\"apihelp-query+usercontribs-example-user\";i:6432;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6433;s:30:\"apihelp-query+userinfo-summary\";i:6434;s:33:\"apihelp-query+userinfo-param-prop\";i:6435;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6436;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6437;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6438;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6439;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6440;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6441;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6442;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6443;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6444;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6445;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6446;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6447;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6448;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6449;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6450;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6451;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6452;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6453;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6454;s:37:\"apihelp-query+userinfo-example-simple\";i:6455;s:35:\"apihelp-query+userinfo-example-data\";i:6456;s:27:\"apihelp-query+users-summary\";i:6457;s:30:\"apihelp-query+users-param-prop\";i:6458;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6459;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6460;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6461;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6462;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6463;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6464;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6465;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6466;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6467;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6468;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6469;s:38:\"apihelp-query+users-param-attachedwiki\";i:6470;s:31:\"apihelp-query+users-param-users\";i:6471;s:33:\"apihelp-query+users-param-userids\";i:6472;s:34:\"apihelp-query+users-example-simple\";i:6473;s:31:\"apihelp-query+watchlist-summary\";i:6474;s:36:\"apihelp-query+watchlist-param-allrev\";i:6475;s:35:\"apihelp-query+watchlist-param-start\";i:6476;s:33:\"apihelp-query+watchlist-param-end\";i:6477;s:39:\"apihelp-query+watchlist-param-namespace\";i:6478;s:34:\"apihelp-query+watchlist-param-user\";i:6479;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6480;s:35:\"apihelp-query+watchlist-param-limit\";i:6481;s:34:\"apihelp-query+watchlist-param-prop\";i:6482;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6483;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6484;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6485;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6486;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6487;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6488;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6489;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6490;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6491;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6492;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6493;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6494;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6495;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6496;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6497;s:34:\"apihelp-query+watchlist-param-show\";i:6498;s:34:\"apihelp-query+watchlist-param-type\";i:6499;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6500;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6501;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6502;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6503;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6504;s:35:\"apihelp-query+watchlist-param-owner\";i:6505;s:35:\"apihelp-query+watchlist-param-token\";i:6506;s:38:\"apihelp-query+watchlist-example-simple\";i:6507;s:37:\"apihelp-query+watchlist-example-props\";i:6508;s:38:\"apihelp-query+watchlist-example-expiry\";i:6509;s:38:\"apihelp-query+watchlist-example-allrev\";i:6510;s:41:\"apihelp-query+watchlist-example-generator\";i:6511;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6512;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6513;s:34:\"apihelp-query+watchlistraw-summary\";i:6514;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6515;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6516;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6517;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6518;s:37:\"apihelp-query+watchlistraw-param-show\";i:6519;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6520;s:38:\"apihelp-query+watchlistraw-param-token\";i:6521;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6522;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6523;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6524;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6525;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6526;s:40:\"apihelp-removeauthenticationdata-summary\";i:6527;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6528;s:29:\"apihelp-resetpassword-summary\";i:6529;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6530;s:32:\"apihelp-resetpassword-param-user\";i:6531;s:33:\"apihelp-resetpassword-param-email\";i:6532;s:34:\"apihelp-resetpassword-example-user\";i:6533;s:35:\"apihelp-resetpassword-example-email\";i:6534;s:30:\"apihelp-revisiondelete-summary\";i:6535;s:33:\"apihelp-revisiondelete-param-type\";i:6536;s:35:\"apihelp-revisiondelete-param-target\";i:6537;s:32:\"apihelp-revisiondelete-param-ids\";i:6538;s:33:\"apihelp-revisiondelete-param-hide\";i:6539;s:33:\"apihelp-revisiondelete-param-show\";i:6540;s:37:\"apihelp-revisiondelete-param-suppress\";i:6541;s:35:\"apihelp-revisiondelete-param-reason\";i:6542;s:33:\"apihelp-revisiondelete-param-tags\";i:6543;s:39:\"apihelp-revisiondelete-example-revision\";i:6544;s:34:\"apihelp-revisiondelete-example-log\";i:6545;s:24:\"apihelp-rollback-summary\";i:6546;s:37:\"apihelp-rollback-extended-description\";i:6547;s:28:\"apihelp-rollback-param-title\";i:6548;s:29:\"apihelp-rollback-param-pageid\";i:6549;s:27:\"apihelp-rollback-param-tags\";i:6550;s:27:\"apihelp-rollback-param-user\";i:6551;s:30:\"apihelp-rollback-param-summary\";i:6552;s:30:\"apihelp-rollback-param-markbot\";i:6553;s:32:\"apihelp-rollback-param-watchlist\";i:6554;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6555;s:31:\"apihelp-rollback-example-simple\";i:6556;s:32:\"apihelp-rollback-example-summary\";i:6557;s:19:\"apihelp-rsd-summary\";i:6558;s:26:\"apihelp-rsd-example-simple\";i:6559;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6560;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6561;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6562;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6563;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6564;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6565;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6566;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6567;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6568;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6569;s:31:\"apihelp-setpagelanguage-summary\";i:6570;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6571;s:35:\"apihelp-setpagelanguage-param-title\";i:6572;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6573;s:34:\"apihelp-setpagelanguage-param-lang\";i:6574;s:36:\"apihelp-setpagelanguage-param-reason\";i:6575;s:34:\"apihelp-setpagelanguage-param-tags\";i:6576;s:40:\"apihelp-setpagelanguage-example-language\";i:6577;s:39:\"apihelp-setpagelanguage-example-default\";i:6578;s:25:\"apihelp-stashedit-summary\";i:6579;s:38:\"apihelp-stashedit-extended-description\";i:6580;s:29:\"apihelp-stashedit-param-title\";i:6581;s:31:\"apihelp-stashedit-param-section\";i:6582;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6583;s:28:\"apihelp-stashedit-param-text\";i:6584;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6585;s:36:\"apihelp-stashedit-param-contentmodel\";i:6586;s:37:\"apihelp-stashedit-param-contentformat\";i:6587;s:33:\"apihelp-stashedit-param-baserevid\";i:6588;s:31:\"apihelp-stashedit-param-summary\";i:6589;s:19:\"apihelp-tag-summary\";i:6590;s:22:\"apihelp-tag-param-rcid\";i:6591;s:23:\"apihelp-tag-param-revid\";i:6592;s:23:\"apihelp-tag-param-logid\";i:6593;s:21:\"apihelp-tag-param-add\";i:6594;s:24:\"apihelp-tag-param-remove\";i:6595;s:22:\"apihelp-tag-param-tags\";i:6596;s:23:\"apihelp-tag-example-rev\";i:6597;s:23:\"apihelp-tag-example-log\";i:6598;s:24:\"apihelp-unblock-param-id\";i:6599;s:26:\"apihelp-unblock-param-user\";i:6600;s:28:\"apihelp-unblock-param-userid\";i:6601;s:28:\"apihelp-unblock-param-reason\";i:6602;s:26:\"apihelp-unblock-param-tags\";i:6603;s:26:\"apihelp-unblock-example-id\";i:6604;s:28:\"apihelp-unblock-example-user\";i:6605;s:24:\"apihelp-undelete-summary\";i:6606;s:37:\"apihelp-undelete-extended-description\";i:6607;s:28:\"apihelp-undelete-param-title\";i:6608;s:29:\"apihelp-undelete-param-reason\";i:6609;s:27:\"apihelp-undelete-param-tags\";i:6610;s:33:\"apihelp-undelete-param-timestamps\";i:6611;s:30:\"apihelp-undelete-param-fileids\";i:6612;s:32:\"apihelp-undelete-param-watchlist\";i:6613;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6614;s:35:\"apihelp-undelete-param-undeletetalk\";i:6615;s:29:\"apihelp-undelete-example-page\";i:6616;s:34:\"apihelp-undelete-example-revisions\";i:6617;s:29:\"apihelp-unlinkaccount-summary\";i:6618;s:36:\"apihelp-unlinkaccount-example-simple\";i:6619;s:22:\"apihelp-upload-summary\";i:6620;s:35:\"apihelp-upload-extended-description\";i:6621;s:29:\"apihelp-upload-param-filename\";i:6622;s:28:\"apihelp-upload-param-comment\";i:6623;s:25:\"apihelp-upload-param-tags\";i:6624;s:25:\"apihelp-upload-param-text\";i:6625;s:26:\"apihelp-upload-param-watch\";i:6626;s:30:\"apihelp-upload-param-watchlist\";i:6627;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6628;s:35:\"apihelp-upload-param-ignorewarnings\";i:6629;s:24:\"apihelp-upload-param-url\";i:6630;s:28:\"apihelp-upload-param-filekey\";i:6631;s:31:\"apihelp-upload-param-sessionkey\";i:6632;s:26:\"apihelp-upload-param-stash\";i:6633;s:29:\"apihelp-upload-param-filesize\";i:6634;s:27:\"apihelp-upload-param-offset\";i:6635;s:26:\"apihelp-upload-param-chunk\";i:6636;s:26:\"apihelp-upload-param-async\";i:6637;s:32:\"apihelp-upload-param-checkstatus\";i:6638;s:26:\"apihelp-upload-example-url\";i:6639;s:30:\"apihelp-upload-example-filekey\";i:6640;s:29:\"apihelp-userrights-param-user\";i:6641;s:31:\"apihelp-userrights-param-userid\";i:6642;s:28:\"apihelp-userrights-param-add\";i:6643;s:31:\"apihelp-userrights-param-expiry\";i:6644;s:31:\"apihelp-userrights-param-remove\";i:6645;s:31:\"apihelp-userrights-param-reason\";i:6646;s:29:\"apihelp-userrights-param-tags\";i:6647;s:31:\"apihelp-userrights-example-user\";i:6648;s:33:\"apihelp-userrights-example-userid\";i:6649;s:33:\"apihelp-userrights-example-expiry\";i:6650;s:32:\"apihelp-validatepassword-summary\";i:6651;s:45:\"apihelp-validatepassword-extended-description\";i:6652;s:39:\"apihelp-validatepassword-param-password\";i:6653;s:35:\"apihelp-validatepassword-param-user\";i:6654;s:36:\"apihelp-validatepassword-param-email\";i:6655;s:39:\"apihelp-validatepassword-param-realname\";i:6656;s:34:\"apihelp-validatepassword-example-1\";i:6657;s:34:\"apihelp-validatepassword-example-2\";i:6658;s:21:\"apihelp-watch-summary\";i:6659;s:25:\"apihelp-watch-param-title\";i:6660;s:26:\"apihelp-watch-param-expiry\";i:6661;s:27:\"apihelp-watch-param-unwatch\";i:6662;s:27:\"apihelp-watch-example-watch\";i:6663;s:34:\"apihelp-watch-example-watch-expiry\";i:6664;s:29:\"apihelp-watch-example-unwatch\";i:6665;s:31:\"apihelp-watch-example-generator\";i:6666;s:30:\"apihelp-format-example-generic\";i:6667;s:32:\"apihelp-format-param-wrappedhtml\";i:6668;s:20:\"apihelp-json-summary\";i:6669;s:27:\"apihelp-json-param-callback\";i:6670;s:23:\"apihelp-json-param-utf8\";i:6671;s:24:\"apihelp-json-param-ascii\";i:6672;s:32:\"apihelp-json-param-formatversion\";i:6673;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6674;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6675;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6676;s:22:\"apihelp-jsonfm-summary\";i:6677;s:20:\"apihelp-none-summary\";i:6678;s:19:\"apihelp-php-summary\";i:6679;s:31:\"apihelp-php-param-formatversion\";i:6680;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6681;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6682;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6683;s:21:\"apihelp-phpfm-summary\";i:6684;s:21:\"apihelp-rawfm-summary\";i:6685;s:19:\"apihelp-xml-summary\";i:6686;s:22:\"apihelp-xml-param-xslt\";i:6687;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6688;s:21:\"apihelp-xmlfm-summary\";i:6689;s:16:\"api-format-title\";i:6690;s:29:\"api-format-prettyprint-header\";i:6691;s:39:\"api-format-prettyprint-header-only-html\";i:6692;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6693;s:29:\"api-format-prettyprint-status\";i:6694;s:22:\"api-login-fail-aborted\";i:6695;s:30:\"api-login-fail-aborted-nobotpw\";i:6696;s:33:\"api-login-fail-badsessionprovider\";i:6697;s:25:\"api-login-fail-sameorigin\";i:6698;s:24:\"api-pageset-param-titles\";i:6699;s:25:\"api-pageset-param-pageids\";i:6700;s:24:\"api-pageset-param-revids\";i:6701;s:27:\"api-pageset-param-generator\";i:6702;s:37:\"api-pageset-param-redirects-generator\";i:6703;s:39:\"api-pageset-param-redirects-nogenerator\";i:6704;s:31:\"api-pageset-param-converttitles\";i:6705;s:14:\"api-help-title\";i:6706;s:13:\"api-help-lead\";i:6707;s:20:\"api-help-main-header\";i:6708;s:28:\"api-help-undocumented-module\";i:6709;s:14:\"api-help-flags\";i:6710;s:24:\"api-help-flag-deprecated\";i:6711;s:22:\"api-help-flag-internal\";i:6712;s:24:\"api-help-flag-readrights\";i:6713;s:25:\"api-help-flag-writerights\";i:6714;s:26:\"api-help-flag-mustbeposted\";i:6715;s:23:\"api-help-flag-generator\";i:6716;s:15:\"api-help-source\";i:6717;s:23:\"api-help-source-unknown\";i:6718;s:16:\"api-help-license\";i:6719;s:23:\"api-help-license-noname\";i:6720;s:24:\"api-help-license-unknown\";i:6721;s:18:\"api-help-help-urls\";i:6722;s:19:\"api-help-parameters\";i:6723;s:24:\"api-help-parameters-note\";i:6724;s:25:\"api-help-param-deprecated\";i:6725;s:31:\"api-help-param-deprecated-label\";i:6726;s:23:\"api-help-param-internal\";i:6727;s:29:\"api-help-param-internal-label\";i:6728;s:24:\"api-help-param-templated\";i:6729;s:34:\"api-help-param-templated-var-first\";i:6730;s:28:\"api-help-param-templated-var\";i:6731;s:25:\"api-help-datatypes-header\";i:6732;s:22:\"api-help-datatypes-top\";i:6733;s:25:\"api-help-datatype-boolean\";i:6734;s:24:\"api-help-datatype-expiry\";i:6735;s:27:\"api-help-datatype-timestamp\";i:6736;s:31:\"api-help-templatedparams-header\";i:6737;s:24:\"api-help-templatedparams\";i:6738;s:26:\"api-help-param-type-expiry\";i:6739;s:25:\"api-help-param-type-limit\";i:6740;s:35:\"api-help-param-type-presenceboolean\";i:6741;s:29:\"api-help-param-type-timestamp\";i:6742;s:24:\"api-help-param-type-enum\";i:6743;s:29:\"api-help-param-multi-separate\";i:6744;s:24:\"api-help-param-multi-all\";i:6745;s:28:\"api-help-param-default-empty\";i:6746;s:20:\"api-help-param-token\";i:6747;s:26:\"api-help-param-token-webui\";i:6748;s:37:\"api-help-param-disabled-in-miser-mode\";i:6749;s:36:\"api-help-param-limited-in-miser-mode\";i:6750;s:24:\"api-help-param-direction\";i:6751;s:35:\"api-help-paramvalue-direction-newer\";i:6752;s:35:\"api-help-paramvalue-direction-older\";i:6753;s:23:\"api-help-param-continue\";i:6754;s:29:\"api-help-param-no-description\";i:6755;s:17:\"api-help-examples\";i:6756;s:20:\"api-help-permissions\";i:6757;s:31:\"api-help-permissions-granted-to\";i:6758;s:28:\"api-help-right-apihighlimits\";i:6759;s:27:\"api-help-open-in-apisandbox\";i:6760;s:32:\"api-help-no-extended-description\";i:6761;s:34:\"api-help-authmanager-general-usage\";i:6762;s:35:\"api-help-authmanagerhelper-requests\";i:6763;s:34:\"api-help-authmanagerhelper-request\";i:6764;s:40:\"api-help-authmanagerhelper-messageformat\";i:6765;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6766;s:40:\"api-help-authmanagerhelper-preservestate\";i:6767;s:36:\"api-help-authmanagerhelper-returnurl\";i:6768;s:35:\"api-help-authmanagerhelper-continue\";i:6769;s:44:\"api-help-authmanagerhelper-additional-params\";i:6770;s:27:\"apierror-allimages-redirect\";i:6771;s:37:\"apierror-allpages-generator-redirects\";i:6772;s:27:\"apierror-appendnotsupported\";i:6773;s:22:\"apierror-articleexists\";i:6774;s:25:\"apierror-assertanonfailed\";i:6775;s:24:\"apierror-assertbotfailed\";i:6776;s:30:\"apierror-assertnameduserfailed\";i:6777;s:25:\"apierror-assertuserfailed\";i:6778;s:20:\"apierror-autoblocked\";i:6779;s:32:\"apierror-bad-badfilecontexttitle\";i:6780;s:33:\"apierror-badconfig-resulttoosmall\";i:6781;s:20:\"apierror-badcontinue\";i:6782;s:16:\"apierror-baddiff\";i:6783;s:18:\"apierror-baddiffto\";i:6784;s:26:\"apierror-badformat-generic\";i:6785;s:18:\"apierror-badformat\";i:6786;s:34:\"apierror-badgenerator-notgenerator\";i:6787;s:29:\"apierror-badgenerator-unknown\";i:6788;s:14:\"apierror-badip\";i:6789;s:15:\"apierror-badmd5\";i:6790;s:31:\"apierror-badmodule-badsubmodule\";i:6791;s:31:\"apierror-badmodule-nosubmodules\";i:6792;s:21:\"apierror-badparameter\";i:6793;s:17:\"apierror-badquery\";i:6794;s:21:\"apierror-badtimestamp\";i:6795;s:17:\"apierror-badtoken\";i:6796;s:18:\"apierror-badupload\";i:6797;s:15:\"apierror-badurl\";i:6798;s:16:\"apierror-baduser\";i:6799;s:31:\"apierror-badvalue-notmultivalue\";i:6800;s:28:\"apierror-bad-watchlist-token\";i:6801;s:24:\"apierror-blockedfrommail\";i:6802;s:16:\"apierror-blocked\";i:6803;s:24:\"apierror-blocked-partial\";i:6804;s:25:\"apierror-botsnotsupported\";i:6805;s:33:\"apierror-cannot-async-upload-file\";i:6806;s:29:\"apierror-cannotreauthenticate\";i:6807;s:24:\"apierror-cannotviewtitle\";i:6808;s:24:\"apierror-cantblock-email\";i:6809;s:18:\"apierror-cantblock\";i:6810;s:31:\"apierror-cantchangecontentmodel\";i:6811;s:17:\"apierror-canthide\";i:6812;s:26:\"apierror-cantimport-upload\";i:6813;s:19:\"apierror-cantimport\";i:6814;s:33:\"apierror-cantoverwrite-sharedfile\";i:6815;s:17:\"apierror-cantsend\";i:6816;s:21:\"apierror-cantundelete\";i:6817;s:33:\"apierror-cantview-deleted-comment\";i:6818;s:37:\"apierror-cantview-deleted-description\";i:6819;s:34:\"apierror-cantview-deleted-metadata\";i:6820;s:42:\"apierror-cantview-deleted-revision-content\";i:6821;s:29:\"apierror-changeauth-norequest\";i:6822;s:40:\"apierror-changecontentmodel-missingtitle\";i:6823;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6824;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6825;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6826;s:24:\"apierror-chunk-too-small\";i:6827;s:21:\"apierror-cidrtoobroad\";i:6828;s:33:\"apierror-compare-maintextrequired\";i:6829;s:25:\"apierror-compare-no-title\";i:6830;s:34:\"apierror-compare-nosuchfromsection\";i:6831;s:32:\"apierror-compare-nosuchtosection\";i:6832;s:31:\"apierror-compare-nofromrevision\";i:6833;s:23:\"apierror-compare-notext\";i:6834;s:29:\"apierror-compare-notorevision\";i:6835;s:26:\"apierror-concurrency-limit\";i:6836;s:36:\"apierror-compare-relative-to-deleted\";i:6837;s:36:\"apierror-compare-relative-to-nothing\";i:6838;s:38:\"apierror-contentserializationexception\";i:6839;s:22:\"apierror-contenttoobig\";i:6840;s:30:\"apierror-contentmodel-mismatch\";i:6841;s:28:\"apierror-copyuploadbaddomain\";i:6842;s:25:\"apierror-copyuploadbadurl\";i:6843;s:27:\"apierror-create-titleexists\";i:6844;s:19:\"apierror-csp-report\";i:6845;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6846;s:32:\"apierror-deletedrevs-param-not-3\";i:6847;s:29:\"apierror-edit-invalidredirect\";i:6848;s:24:\"apierror-emptynewsection\";i:6849;s:18:\"apierror-emptypage\";i:6850;s:24:\"apierror-exceptioncaught\";i:6851;s:28:\"apierror-exceptioncaughttype\";i:6852;s:25:\"apierror-filedoesnotexist\";i:6853;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6854;s:19:\"apierror-filenopath\";i:6855;s:32:\"apierror-filetypecannotberotated\";i:6856;s:18:\"apierror-formatphp\";i:6857;s:28:\"apierror-imageusage-badtitle\";i:6858;s:28:\"apierror-import-unknownerror\";i:6859;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6860;s:35:\"apierror-integeroutofrange-abovemax\";i:6861;s:39:\"apierror-integeroutofrange-belowminimum\";i:6862;s:24:\"apierror-invalidcategory\";i:6863;s:22:\"apierror-invalid-chunk\";i:6864;s:22:\"apierror-invalidexpiry\";i:6865;s:25:\"apierror-invalid-file-key\";i:6866;s:23:\"apierror-invalidiprange\";i:6867;s:20:\"apierror-invalidlang\";i:6868;s:22:\"apierror-invalidmethod\";i:6869;s:24:\"apierror-invalidoldimage\";i:6870;s:38:\"apierror-invalidparammix-cannotusewith\";i:6871;s:36:\"apierror-invalidparammix-mustusewith\";i:6872;s:42:\"apierror-invalidparammix-parse-new-section\";i:6873;s:24:\"apierror-invalidparammix\";i:6874;s:23:\"apierror-invalidsection\";i:6875;s:30:\"apierror-invalidsha1base36hash\";i:6876;s:24:\"apierror-invalidsha1hash\";i:6877;s:21:\"apierror-invalidtitle\";i:6878;s:24:\"apierror-invalidurlparam\";i:6879;s:20:\"apierror-invaliduser\";i:6880;s:22:\"apierror-invaliduserid\";i:6881;s:21:\"apierror-ipoutofrange\";i:6882;s:17:\"apierror-maxbytes\";i:6883;s:17:\"apierror-maxchars\";i:6884;s:23:\"apierror-maxlag-generic\";i:6885;s:15:\"apierror-maxlag\";i:6886;s:27:\"apierror-mimesearchdisabled\";i:6887;s:30:\"apierror-missingcontent-pageid\";i:6888;s:29:\"apierror-missingcontent-revid\";i:6889;s:34:\"apierror-missingcontent-revid-role\";i:6890;s:37:\"apierror-missingparam-at-least-one-of\";i:6891;s:28:\"apierror-missingparam-one-of\";i:6892;s:21:\"apierror-missingparam\";i:6893;s:26:\"apierror-missingrev-pageid\";i:6894;s:25:\"apierror-missingrev-title\";i:6895;s:32:\"apierror-missingtitle-createonly\";i:6896;s:21:\"apierror-missingtitle\";i:6897;s:28:\"apierror-missingtitle-byname\";i:6898;s:23:\"apierror-moduledisabled\";i:6899;s:29:\"apierror-multival-only-one-of\";i:6900;s:18:\"apierror-multpages\";i:6901;s:34:\"apierror-mustbeloggedin-changeauth\";i:6902;s:31:\"apierror-mustbeloggedin-generic\";i:6903;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6904;s:34:\"apierror-mustbeloggedin-removeauth\";i:6905;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6906;s:23:\"apierror-mustbeloggedin\";i:6907;s:21:\"apierror-mustbeposted\";i:6908;s:23:\"apierror-mustpostparams\";i:6909;s:19:\"apierror-noapiwrite\";i:6910;s:18:\"apierror-nochanges\";i:6911;s:25:\"apierror-nodeleteablefile\";i:6912;s:26:\"apierror-no-direct-editing\";i:6913;s:20:\"apierror-noedit-anon\";i:6914;s:15:\"apierror-noedit\";i:6915;s:29:\"apierror-noimageredirect-anon\";i:6916;s:24:\"apierror-noimageredirect\";i:6917;s:20:\"apierror-nosuchlogid\";i:6918;s:21:\"apierror-nosuchpageid\";i:6919;s:19:\"apierror-nosuchrcid\";i:6920;s:20:\"apierror-nosuchrevid\";i:6921;s:22:\"apierror-nosuchsection\";i:6922;s:27:\"apierror-nosuchsection-what\";i:6923;s:21:\"apierror-nosuchuserid\";i:6924;s:17:\"apierror-notarget\";i:6925;s:23:\"apierror-notpatrollable\";i:6926;s:23:\"apierror-nouploadmodule\";i:6927;s:33:\"apierror-opensearch-json-warnings\";i:6928;s:24:\"apierror-pagecannotexist\";i:6929;s:20:\"apierror-pagedeleted\";i:6930;s:26:\"apierror-pagelang-disabled\";i:6931;s:19:\"apierror-paramempty\";i:6932;s:30:\"apierror-parsetree-notwikitext\";i:6933;s:36:\"apierror-parsetree-notwikitext-title\";i:6934;s:19:\"apierror-pastexpiry\";i:6935;s:25:\"apierror-permissiondenied\";i:6936;s:33:\"apierror-permissiondenied-generic\";i:6937;s:36:\"apierror-permissiondenied-patrolflag\";i:6938;s:33:\"apierror-permissiondenied-unblock\";i:6939;s:29:\"apierror-prefixsearchdisabled\";i:6940;s:30:\"apierror-promised-nonwrite-api\";i:6941;s:30:\"apierror-protect-invalidaction\";i:6942;s:29:\"apierror-protect-invalidlevel\";i:6943;s:20:\"apierror-ratelimited\";i:6944;s:22:\"apierror-readapidenied\";i:6945;s:17:\"apierror-readonly\";i:6946;s:23:\"apierror-reauthenticate\";i:6947;s:28:\"apierror-redirect-appendonly\";i:6948;s:33:\"apierror-revdel-mutuallyexclusive\";i:6949;s:26:\"apierror-revdel-needtarget\";i:6950;s:27:\"apierror-revdel-paramneeded\";i:6951;s:24:\"apierror-revisions-badid\";i:6952;s:27:\"apierror-revisions-norevids\";i:6953;s:29:\"apierror-revisions-singlepage\";i:6954;s:21:\"apierror-revwrongpage\";i:6955;s:23:\"apierror-searchdisabled\";i:6956;s:29:\"apierror-sectionreplacefailed\";i:6957;s:29:\"apierror-sectionsnotsupported\";i:6958;s:34:\"apierror-sectionsnotsupported-what\";i:6959;s:13:\"apierror-show\";i:6960;s:34:\"apierror-siteinfo-includealldenied\";i:6961;s:25:\"apierror-sizediffdisabled\";i:6962;s:21:\"apierror-spamdetected\";i:6963;s:32:\"apierror-specialpage-cantexecute\";i:6964;s:28:\"apierror-stashedfilenotfound\";i:6965;s:30:\"apierror-stashedit-missingtext\";i:6966;s:23:\"apierror-stashexception\";i:6967;s:29:\"apierror-stashfailed-complete\";i:6968;s:30:\"apierror-stashfailed-nosession\";i:6969;s:25:\"apierror-stashfilestorage\";i:6970;s:25:\"apierror-stashinvalidfile\";i:6971;s:27:\"apierror-stashnosuchfilekey\";i:6972;s:25:\"apierror-stashpathinvalid\";i:6973;s:24:\"apierror-stashwrongowner\";i:6974;s:24:\"apierror-stashzerolength\";i:6975;s:22:\"apierror-systemblocked\";i:6976;s:38:\"apierror-templateexpansion-notwikitext\";i:6977;s:23:\"apierror-toofewexpiries\";i:6978;s:22:\"apierror-toomanyvalues\";i:6979;s:22:\"apierror-unknownaction\";i:6980;s:30:\"apierror-unknownerror-editpage\";i:6981;s:28:\"apierror-unknownerror-nocode\";i:6982;s:21:\"apierror-unknownerror\";i:6983;s:22:\"apierror-unknownformat\";i:6984;s:27:\"apierror-unrecognizedparams\";i:6985;s:26:\"apierror-unrecognizedvalue\";i:6986;s:24:\"apierror-unsupportedrepo\";i:6987;s:29:\"apierror-upload-filekeyneeded\";i:6988;s:33:\"apierror-upload-filekeynotallowed\";i:6989;s:26:\"apierror-upload-inprogress\";i:6990;s:29:\"apierror-upload-missingresult\";i:6991;s:23:\"apierror-urlparamnormal\";i:6992;s:23:\"apierror-writeapidenied\";i:6993;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6994;s:19:\"apiwarn-badurlparam\";i:6995;s:15:\"apiwarn-badutf8\";i:6996;s:34:\"apiwarn-checktoken-percentencoding\";i:6997;s:23:\"apiwarn-compare-no-next\";i:6998;s:23:\"apiwarn-compare-no-prev\";i:6999;s:30:\"apiwarn-compare-nocontentmodel\";i:7000;s:31:\"apiwarn-deprecation-deletedrevs\";i:7001;s:33:\"apiwarn-deprecation-httpsexpected\";i:7002;s:31:\"apiwarn-deprecation-login-botpw\";i:7003;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7004;s:31:\"apiwarn-deprecation-login-token\";i:7005;s:32:\"apiwarn-deprecation-missingparam\";i:7006;s:29:\"apiwarn-deprecation-parameter\";i:7007;s:35:\"apiwarn-deprecation-parse-headitems\";i:7008;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7009;s:29:\"apiwarn-deprecation-purge-get\";i:7010;s:35:\"apiwarn-deprecation-withreplacement\";i:7011;s:20:\"apiwarn-difftohidden\";i:7012;s:26:\"apiwarn-errorprinterfailed\";i:7013;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7014;s:23:\"apiwarn-invalidcategory\";i:7015;s:20:\"apiwarn-invalidtitle\";i:7016;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7017;s:28:\"apiwarn-invalidxmlstylesheet\";i:7018;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7019;s:26:\"apiwarn-moduleswithoutvars\";i:7020;s:15:\"apiwarn-notfile\";i:7021;s:30:\"apiwarn-nothumb-noimagehandler\";i:7022;s:28:\"apiwarn-parse-nocontentmodel\";i:7023;s:30:\"apiwarn-parse-revidwithouttext\";i:7024;s:30:\"apiwarn-parse-titlewithouttext\";i:7025;s:26:\"apiwarn-redirectsandrevids\";i:7026;s:21:\"apiwarn-tokens-origin\";i:7027;s:23:\"apiwarn-truncatedresult\";i:7028;s:27:\"apiwarn-unclearnowtimestamp\";i:7029;s:26:\"apiwarn-unrecognizedvalues\";i:7030;s:24:\"apiwarn-unsupportedarray\";i:7031;s:21:\"apiwarn-urlparamwidth\";i:7032;s:33:\"apiwarn-validationfailed-badchars\";i:7033;s:32:\"apiwarn-validationfailed-badpref\";i:7034;s:34:\"apiwarn-validationfailed-cannotset\";i:7035;s:35:\"apiwarn-validationfailed-keytoolong\";i:7036;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7037;s:24:\"apiwarn-validationfailed\";i:7038;s:18:\"apiwarn-wgdebugapi\";i:7039;s:20:\"api-feed-error-title\";i:7040;s:16:\"api-usage-docref\";i:7041;s:25:\"api-usage-mailinglist-ref\";i:7042;s:19:\"api-exception-trace\";i:7043;s:18:\"api-credits-header\";i:7044;s:11:\"api-credits\";i:7045;s:20:\"rest-prefix-mismatch\";i:7046;s:17:\"rest-wrong-method\";i:7047;s:13:\"rest-no-match\";i:7048;s:22:\"rest-nonexistent-title\";i:7049;s:31:\"rest-nonexistent-title-revision\";i:7050;s:25:\"rest-nonexistent-revision\";i:7051;s:21:\"rest-nonexistent-user\";i:7052;s:17:\"rest-invalid-user\";i:7053;s:27:\"rest-permission-denied-anon\";i:7054;s:28:\"rest-permission-denied-title\";i:7055;s:31:\"rest-permission-denied-revision\";i:7056;s:28:\"rest-resource-limit-exceeded\";i:7057;s:36:\"rest-pagehistory-incompatible-params\";i:7058;s:34:\"rest-pagehistory-param-range-error\";i:7059;s:32:\"rest-pagehistory-timestamp-error\";i:7060;s:39:\"rest-pagehistorycount-type-unrecognized\";i:7061;s:40:\"rest-pagehistorycount-parameters-invalid\";i:7062;s:26:\"rest-compare-page-mismatch\";i:7063;s:30:\"rest-compare-permission-denied\";i:7064;s:24:\"rest-compare-nonexistent\";i:7065;s:25:\"rest-compare-inaccessible\";i:7066;s:26:\"rest-compare-wrong-content\";i:7067;s:22:\"rest-compare-wikidiff2\";i:7068;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7069;s:17:\"rest-search-error\";i:7070;s:27:\"rest-page-source-type-error\";i:7071;s:16:\"rest-no-revision\";i:7072;s:25:\"rest-media-too-many-links\";i:7073;s:23:\"rest-html-backend-error\";i:7074;s:18:\"rest-bad-json-body\";i:7075;s:26:\"rest-json-body-parse-error\";i:7076;s:23:\"rest-missing-body-field\";i:7077;s:22:\"rest-bad-content-model\";i:7078;s:30:\"rest-update-cannot-create-page\";i:7079;s:26:\"rest-extraneous-csrf-token\";i:7080;s:21:\"rest-cannot-load-file\";i:7081;s:28:\"rest-cross-origin-anon-write\";i:7082;s:31:\"rest-requires-safe-against-csrf\";i:7083;s:13:\"rest-badtoken\";i:7084;s:22:\"paramvalidator-badbool\";i:7085;s:24:\"paramvalidator-badexpiry\";i:7086;s:33:\"paramvalidator-badexpiry-duration\";i:7087;s:37:\"paramvalidator-badexpiry-duration-max\";i:7088;s:29:\"paramvalidator-badexpiry-past\";i:7089;s:23:\"paramvalidator-badfloat\";i:7090;s:33:\"paramvalidator-badfloat-notfinite\";i:7091;s:25:\"paramvalidator-badinteger\";i:7092;s:27:\"paramvalidator-badtimestamp\";i:7093;s:34:\"paramvalidator-badupload-cantwrite\";i:7094;s:33:\"paramvalidator-badupload-formsize\";i:7095;s:32:\"paramvalidator-badupload-inisize\";i:7096;s:31:\"paramvalidator-badupload-nofile\";i:7097;s:33:\"paramvalidator-badupload-notmpdir\";i:7098;s:34:\"paramvalidator-badupload-notupload\";i:7099;s:32:\"paramvalidator-badupload-partial\";i:7100;s:31:\"paramvalidator-badupload-phpext\";i:7101;s:33:\"paramvalidator-badvalue-enummulti\";i:7102;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7103;s:31:\"paramvalidator-deprecated-value\";i:7104;s:26:\"paramvalidator-emptystring\";i:7105;s:23:\"paramvalidator-maxbytes\";i:7106;s:23:\"paramvalidator-maxchars\";i:7107;s:27:\"paramvalidator-missingparam\";i:7108;s:23:\"paramvalidator-notmulti\";i:7109;s:29:\"paramvalidator-outofrange-max\";i:7110;s:32:\"paramvalidator-outofrange-minmax\";i:7111;s:29:\"paramvalidator-outofrange-min\";i:7112;s:31:\"paramvalidator-param-deprecated\";i:7113;s:30:\"paramvalidator-param-sensitive\";i:7114;s:28:\"paramvalidator-toomanyvalues\";i:7115;s:34:\"paramvalidator-unclearnowtimestamp\";i:7116;s:33:\"paramvalidator-unrecognizedvalues\";i:7117;s:27:\"paramvalidator-help-default\";i:7118;s:33:\"paramvalidator-help-default-empty\";i:7119;s:30:\"paramvalidator-help-deprecated\";i:7120;s:34:\"paramvalidator-help-multi-separate\";i:7121;s:29:\"paramvalidator-help-multi-max\";i:7122;s:36:\"paramvalidator-help-multi-max-simple\";i:7123;s:29:\"paramvalidator-help-multi-all\";i:7124;s:28:\"paramvalidator-help-required\";i:7125;s:32:\"paramvalidator-help-type-boolean\";i:7126;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7127;s:29:\"paramvalidator-help-type-enum\";i:7128;s:31:\"paramvalidator-help-type-expiry\";i:7129;s:30:\"paramvalidator-help-type-float\";i:7130;s:32:\"paramvalidator-help-type-integer\";i:7131;s:30:\"paramvalidator-help-type-limit\";i:7132;s:35:\"paramvalidator-help-type-number-max\";i:7133;s:38:\"paramvalidator-help-type-number-minmax\";i:7134;s:35:\"paramvalidator-help-type-number-min\";i:7135;s:40:\"paramvalidator-help-type-presenceboolean\";i:7136;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7137;s:40:\"paramvalidator-help-type-string-maxchars\";i:7138;s:34:\"paramvalidator-help-type-timestamp\";i:7139;s:31:\"paramvalidator-help-type-upload\";i:7140;s:15:\"skinname-vector\";i:7141;s:20:\"skinname-vector-2022\";i:7142;s:26:\"vector-specialversion-name\";i:7143;s:16:\"vector-skin-desc\";i:7144;s:34:\"prefs-vector-enable-vector-1-label\";i:7145;s:33:\"prefs-vector-enable-vector-1-help\";i:7146;s:14:\"vector-opt-out\";i:7147;s:22:\"vector-opt-out-tooltip\";i:7148;s:28:\"vector-action-toggle-sidebar\";i:7149;s:33:\"vector-language-button-aria-label\";i:7150;s:36:\"vector-no-language-button-aria-label\";i:7151;s:31:\"vector-language-redirect-to-top\";i:7152;s:38:\"vector-language-variant-switcher-label\";i:7153;s:23:\"vector-jumptonavigation\";i:7154;s:19:\"vector-jumptosearch\";i:7155;s:20:\"vector-jumptocontent\";i:7156;s:20:\"vector-search-loader\";i:7157;s:31:\"vector-searchsuggest-containing\";i:7158;s:17:\"vector-intro-page\";i:7159;s:18:\"vector-toc-heading\";i:7160;s:34:\"vector-toc-toggle-position-sidebar\";i:7161;s:32:\"vector-toc-toggle-position-title\";i:7162;s:30:\"vector-toc-toggle-button-label\";i:7163;s:27:\"vector-anon-user-menu-pages\";i:7164;s:33:\"vector-anon-user-menu-pages-learn\";i:7165;s:33:\"vector-anon-user-menu-pages-label\";i:7166;s:24:\"vector-main-menu-tooltip\";i:7167;s:23:\"vector-toc-menu-tooltip\";i:7168;s:35:\"vector-toc-collapsible-button-label\";i:7169;s:30:\"vector-article-tools-nav-label\";i:7170;s:21:\"vector-site-nav-label\";i:7171;s:26:\"vector-2022-prefs-talkpage\";i:7172;s:35:\"tooltip-vector-anon-user-menu-title\";i:7173;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7174;s:34:\"wikieditor-toolbar-tool-file-title\";i:7175;s:30:\"wikieditor-toolbar-file-target\";i:7176;s:31:\"wikieditor-toolbar-file-caption\";i:7177;s:28:\"wikieditor-toolbar-file-size\";i:7178;s:29:\"wikieditor-toolbar-file-float\";i:7179;s:31:\"wikieditor-toolbar-file-default\";i:7180;s:30:\"wikieditor-toolbar-file-format\";i:7181;s:35:\"wikieditor-toolbar-file-format-none\";i:7182;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7183;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7184;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7185;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7186;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7187;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7188;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7189;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7190;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7191;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7192;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7193;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7194;s:20:\"syntaxhighlight-desc\";i:7195;s:30:\"syntaxhighlight-error-category\";i:7196;s:35:\"syntaxhighlight-error-category-desc\";i:7197;s:32:\"syntaxhighlight-enclose-category\";i:7198;s:37:\"syntaxhighlight-enclose-category-desc\";i:7199;s:31:\"syntaxhighlight-source-category\";i:7200;s:36:\"syntaxhighlight-source-category-desc\";i:7201;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7202;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7203;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7204;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7205;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7206;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7207;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7208;s:38:\"syntaxhighlight-error-unknown-language\";i:7209;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7210;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7211;s:22:\"action-mf-uploadbutton\";i:7212;s:20:\"beta-feature-minerva\";i:7213;s:32:\"beta-feature-minerva-description\";i:7214;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7215;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7216;s:37:\"mobile-frontend-account-create-submit\";i:7217;s:25:\"mobile-frontend-app-title\";i:7218;s:34:\"mobile-frontend-categories-heading\";i:7219;s:37:\"mobile-frontend-categories-subheading\";i:7220;s:32:\"mobile-frontend-categories-nocat\";i:7221;s:30:\"mobile-frontend-categories-add\";i:7222;s:33:\"mobile-frontend-categories-search\";i:7223;s:34:\"mobile-frontend-categories-nomatch\";i:7224;s:33:\"mobile-frontend-categories-nodata\";i:7225;s:34:\"mobile-frontend-categories-summary\";i:7226;s:38:\"mobile-frontend-categories-add-heading\";i:7227;s:35:\"mobile-frontend-categories-add-wait\";i:7228;s:33:\"mobile-frontend-categories-normal\";i:7229;s:33:\"mobile-frontend-categories-hidden\";i:7230;s:30:\"mobile-frontend-changeslist-ip\";i:7231;s:36:\"mobile-frontend-contribution-summary\";i:7232;s:32:\"mobile-frontend-cookies-required\";i:7233;s:32:\"mobile-frontend-current-language\";i:7234;s:33:\"mobile-frontend-diffview-404-desc\";i:7235;s:34:\"mobile-frontend-diffview-404-title\";i:7236;s:34:\"mobile-frontend-diffview-anonymous\";i:7237;s:35:\"mobile-frontend-diffview-bytesadded\";i:7238;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7239;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7240;s:30:\"mobile-frontend-diffview-comma\";i:7241;s:34:\"mobile-frontend-diffview-editcount\";i:7242;s:34:\"mobile-frontend-diffview-explained\";i:7243;s:30:\"mobile-frontend-diffview-title\";i:7244;s:33:\"mobile-frontend-donate-image-anon\";i:7245;s:36:\"mobile-frontend-donate-image-heading\";i:7246;s:41:\"mobile-frontend-donate-image-login-action\";i:7247;s:38:\"mobile-frontend-donate-image-nouploads\";i:7248;s:42:\"mobile-frontend-donate-image-signup-action\";i:7249;s:34:\"mobile-frontend-donate-image-title\";i:7250;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7251;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7252;s:29:\"mobile-frontend-drawer-cancel\";i:7253;s:31:\"mobile-frontend-pointer-dismiss\";i:7254;s:33:\"mobile-frontend-edit-login-action\";i:7255;s:34:\"mobile-frontend-edit-signup-action\";i:7256;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7257;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7258;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7259;s:27:\"mobile-frontend-editor-anon\";i:7260;s:34:\"mobile-frontend-editor-anonwarning\";i:7261;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7262;s:35:\"mobile-frontend-editor-blocked-info\";i:7263;s:29:\"mobile-frontend-editor-cancel\";i:7264;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7265;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7266;s:31:\"mobile-frontend-editor-continue\";i:7267;s:26:\"mobile-frontend-editor-cta\";i:7268;s:31:\"mobile-frontend-editor-disabled\";i:7269;s:30:\"mobile-frontend-editor-editing\";i:7270;s:35:\"mobile-frontend-editor-editing-page\";i:7271;s:28:\"mobile-frontend-editor-error\";i:7272;s:37:\"mobile-frontend-editor-error-conflict\";i:7273;s:36:\"mobile-frontend-editor-error-loading\";i:7274;s:36:\"mobile-frontend-editor-error-preview\";i:7275;s:35:\"mobile-frontend-editor-keep-editing\";i:7276;s:32:\"mobile-frontend-editor-licensing\";i:7277;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7278;s:33:\"mobile-frontend-editor-terms-link\";i:7279;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7280;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7281;s:34:\"mobile-frontend-editor-placeholder\";i:7282;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7283;s:38:\"mobile-frontend-editor-previewing-page\";i:7284;s:37:\"mobile-frontend-editor-redirect-title\";i:7285;s:27:\"mobile-frontend-editor-save\";i:7286;s:30:\"mobile-frontend-editor-success\";i:7287;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7288;s:39:\"mobile-frontend-editor-success-new-page\";i:7289;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7290;s:38:\"mobile-frontend-editor-summary-request\";i:7291;s:30:\"mobile-frontend-editor-summary\";i:7292;s:37:\"mobile-frontend-editor-switch-confirm\";i:7293;s:36:\"mobile-frontend-editor-switch-editor\";i:7294;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7295;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7296;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7297;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7298;s:34:\"mobile-frontend-editor-unavailable\";i:7299;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7300;s:35:\"mobile-frontend-editor-uploadenable\";i:7301;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7302;s:27:\"mobile-frontend-editor-wait\";i:7303;s:36:\"mobile-frontend-editor-redlink-leave\";i:7304;s:38:\"mobile-frontend-editor-redlink-explain\";i:7305;s:37:\"mobile-frontend-editor-redlink-create\";i:7306;s:27:\"mobile-frontend-editor-bold\";i:7307;s:29:\"mobile-frontend-editor-italic\";i:7308;s:32:\"mobile-frontend-editor-bold-text\";i:7309;s:34:\"mobile-frontend-editor-italic-text\";i:7310;s:32:\"mobile-frontend-editor-reference\";i:7311;s:39:\"mobile-frontend-editor-insert-reference\";i:7312;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7313;s:36:\"mobile-frontend-editor-add-reference\";i:7314;s:43:\"mobile-frontend-expand-sections-description\";i:7315;s:38:\"mobile-frontend-expand-sections-status\";i:7316;s:32:\"mobile-frontend-fontchanger-link\";i:7317;s:32:\"mobile-frontend-fontchanger-desc\";i:7318;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7319;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7320;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7321;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7322;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7323;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7324;s:32:\"mobile-frontend-generic-404-desc\";i:7325;s:33:\"mobile-frontend-generic-404-title\";i:7326;s:33:\"mobile-frontend-generic-login-new\";i:7327;s:37:\"mobile-frontend-generic-signup-action\";i:7328;s:23:\"mobile-frontend-history\";i:7329;s:32:\"mobile-frontend-history-404-desc\";i:7330;s:33:\"mobile-frontend-history-404-title\";i:7331;s:34:\"mobile-frontend-history-no-results\";i:7332;s:36:\"mobile-frontend-image-cancel-confirm\";i:7333;s:38:\"mobile-frontend-image-heading-describe\";i:7334;s:31:\"mobile-frontend-image-uploading\";i:7335;s:32:\"mobile-frontend-language-heading\";i:7336;s:39:\"mobile-frontend-language-variant-header\";i:7337;s:34:\"mobile-frontend-languages-404-desc\";i:7338;s:35:\"mobile-frontend-languages-404-title\";i:7339;s:32:\"mobile-frontend-languages-header\";i:7340;s:37:\"mobile-frontend-languages-header-page\";i:7341;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7342;s:30:\"mobile-frontend-languages-text\";i:7343;s:40:\"mobile-frontend-languages-variant-header\";i:7344;s:34:\"mobile-frontend-last-modified-days\";i:7345;s:35:\"mobile-frontend-last-modified-hours\";i:7346;s:38:\"mobile-frontend-last-modified-just-now\";i:7347;s:37:\"mobile-frontend-last-modified-minutes\";i:7348;s:36:\"mobile-frontend-last-modified-months\";i:7349;s:37:\"mobile-frontend-last-modified-seconds\";i:7350;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7351;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7352;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7353;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7354;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7355;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7356;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7357;s:35:\"mobile-frontend-last-modified-years\";i:7358;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7359;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7360;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7361;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7362;s:25:\"mobile-frontend-main-menu\";i:7363;s:30:\"mobile-frontend-main-menu-back\";i:7364;s:32:\"mobile-frontend-main-menu-logout\";i:7365;s:36:\"mobile-frontend-main-menu-page-title\";i:7366;s:32:\"mobile-frontend-main-menu-upload\";i:7367;s:29:\"mobile-frontend-media-details\";i:7368;s:34:\"mobile-frontend-media-license-link\";i:7369;s:32:\"mobile-frontend-meta-data-issues\";i:7370;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7371;s:39:\"mobile-frontend-meta-data-issues-header\";i:7372;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7373;s:29:\"mobile-frontend-missing-image\";i:7374;s:31:\"mobile-frontend-nearby-distance\";i:7375;s:38:\"mobile-frontend-nearby-distance-meters\";i:7376;s:28:\"mobile-frontend-nearby-error\";i:7377;s:37:\"mobile-frontend-nearby-error-guidance\";i:7378;s:30:\"mobile-frontend-nearby-loading\";i:7379;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7380;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7381;s:32:\"mobile-frontend-nearby-noresults\";i:7382;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7383;s:33:\"mobile-frontend-nearby-permission\";i:7384;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7385;s:30:\"mobile-frontend-nearby-refresh\";i:7386;s:35:\"mobile-frontend-nearby-requirements\";i:7387;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7388;s:28:\"mobile-frontend-nearby-title\";i:7389;s:34:\"mobile-frontend-nearby-sectiontext\";i:7390;s:29:\"mobile-frontend-overlay-close\";i:7391;s:32:\"mobile-frontend-overlay-continue\";i:7392;s:42:\"mobile-frontend-page-menu-language-current\";i:7393;s:33:\"mobile-frontend-page-edit-summary\";i:7394;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7395;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7396;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7397;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7398;s:31:\"mobile-frontend-photo-licensing\";i:7399;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7400;s:31:\"mobile-frontend-photo-ownership\";i:7401;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7402;s:36:\"mobile-frontend-photo-ownership-help\";i:7403;s:28:\"mobile-frontend-photo-submit\";i:7404;s:28:\"mobile-frontend-photo-upload\";i:7405;s:33:\"mobile-frontend-photo-upload-anon\";i:7406;s:36:\"mobile-frontend-photo-upload-comment\";i:7407;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7408;s:34:\"mobile-frontend-photo-upload-error\";i:7409;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7410;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7411;s:36:\"mobile-frontend-photo-upload-generic\";i:7412;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7413;s:44:\"mobile-frontend-photo-upload-success-article\";i:7414;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7415;s:39:\"mobile-frontend-photo-upload-user-count\";i:7416;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7417;s:31:\"mobile-frontend-placeholder-app\";i:7418;s:32:\"mobile-frontend-placeholder-beta\";i:7419;s:40:\"mobile-frontend-profile-activity-heading\";i:7420;s:29:\"mobile-frontend-profile-error\";i:7421;s:38:\"mobile-frontend-profile-footer-ancient\";i:7422;s:35:\"mobile-frontend-profile-footer-days\";i:7423;s:37:\"mobile-frontend-profile-footer-months\";i:7424;s:36:\"mobile-frontend-profile-footer-years\";i:7425;s:33:\"mobile-frontend-profile-last-edit\";i:7426;s:34:\"mobile-frontend-profile-last-thank\";i:7427;s:30:\"mobile-frontend-profile-noargs\";i:7428;s:30:\"mobile-frontend-profile-nouser\";i:7429;s:29:\"mobile-frontend-profile-title\";i:7430;s:37:\"mobile-frontend-profile-userpage-link\";i:7431;s:32:\"mobile-frontend-profile-usertalk\";i:7432;s:35:\"mobile-frontend-references-citation\";i:7433;s:31:\"mobile-frontend-requires-mobile\";i:7434;s:30:\"mobile-frontend-requires-optin\";i:7435;s:30:\"mobile-frontend-requires-title\";i:7436;s:26:\"mobile-frontend-save-error\";i:7437;s:32:\"mobile-frontend-saving-exit-page\";i:7438;s:30:\"mobile-frontend-search-content\";i:7439;s:41:\"mobile-frontend-search-content-no-results\";i:7440;s:33:\"mobile-frontend-search-no-results\";i:7441;s:39:\"mobile-frontend-settings-images-explain\";i:7442;s:29:\"mobile-frontend-settings-beta\";i:7443;s:37:\"mobile-frontend-sign-in-error-heading\";i:7444;s:31:\"mobile-frontend-sign-in-heading\";i:7445;s:27:\"mobile-frontend-sign-in-why\";i:7446;s:31:\"mobile-frontend-sign-up-heading\";i:7447;s:29:\"mobile-frontend-talk-fullpage\";i:7448;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7449;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7450;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7451;s:33:\"mobile-frontend-talk-back-to-page\";i:7452;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7453;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7454;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7455;s:33:\"mobile-frontend-talk-edit-summary\";i:7456;s:30:\"mobile-frontend-talk-explained\";i:7457;s:36:\"mobile-frontend-talk-explained-empty\";i:7458;s:35:\"mobile-frontend-talk-overlay-header\";i:7459;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7460;s:26:\"mobile-frontend-talk-reply\";i:7461;s:31:\"mobile-frontend-talk-reply-info\";i:7462;s:34:\"mobile-frontend-talk-reply-success\";i:7463;s:35:\"mobile-frontend-talk-topic-feedback\";i:7464;s:32:\"mobile-frontend-talk-topic-error\";i:7465;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7466;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7467;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7468;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7469;s:31:\"mobile-frontend-talk-topic-wait\";i:7470;s:25:\"mobile-frontend-terms-url\";i:7471;s:30:\"mobile-frontend-thanked-notice\";i:7472;s:28:\"mobile-frontend-user-account\";i:7473;s:35:\"mobile-frontend-user-button-tooltip\";i:7474;s:32:\"mobile-frontend-user-newmessages\";i:7475;s:24:\"mobile-frontend-user-cta\";i:7476;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7477;s:27:\"mobile-frontend-view-source\";i:7478;s:27:\"mobile-frontend-watch-login\";i:7479;s:29:\"mobile-frontend-watchlist-a-z\";i:7480;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7481;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7482;s:29:\"mobile-frontend-watchlist-add\";i:7483;s:35:\"mobile-frontend-watchlist-back-home\";i:7484;s:29:\"mobile-frontend-watchlist-cta\";i:7485;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7486;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7487;s:30:\"mobile-frontend-watchlist-feed\";i:7488;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7489;s:36:\"mobile-frontend-watchlist-filter-all\";i:7490;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7491;s:38:\"mobile-frontend-watchlist-filter-other\";i:7492;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7493;s:38:\"mobile-frontend-watchlist-login-action\";i:7494;s:30:\"mobile-frontend-watchlist-more\";i:7495;s:37:\"mobile-frontend-watchlist-please-wait\";i:7496;s:31:\"mobile-frontend-watchlist-error\";i:7497;s:33:\"mobile-frontend-watchlist-purpose\";i:7498;s:33:\"mobile-frontend-watchlist-removed\";i:7499;s:39:\"mobile-frontend-watchlist-signup-action\";i:7500;s:30:\"mobile-frontend-watchlist-view\";i:7501;s:36:\"mobile-frontend-quick-lookup-looking\";i:7502;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7503;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7504;s:10:\"mobile.css\";i:7505;s:9:\"mobile.js\";i:7506;s:6:\"nearby\";i:7507;s:21:\"right-mf-uploadbutton\";i:7508;s:27:\"tag-mobile_edit-description\";i:7509;s:31:\"tag-mobile_web_edit-description\";i:7510;s:16:\"skinname-minerva\";i:7511;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7512;s:30:\"apihelp-mobileview-description\";i:7513;s:29:\"apihelp-mobileview-param-page\";i:7514;s:33:\"apihelp-mobileview-param-redirect\";i:7515;s:33:\"apihelp-mobileview-param-sections\";i:7516;s:29:\"apihelp-mobileview-param-prop\";i:7517;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7518;s:36:\"apihelp-mobileview-param-sectionprop\";i:7519;s:34:\"apihelp-mobileview-param-pageprops\";i:7520;s:32:\"apihelp-mobileview-param-variant\";i:7521;s:33:\"apihelp-mobileview-param-noimages\";i:7522;s:35:\"apihelp-mobileview-param-noheadings\";i:7523;s:36:\"apihelp-mobileview-param-notransform\";i:7524;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7525;s:31:\"apihelp-mobileview-param-offset\";i:7526;s:31:\"apihelp-mobileview-param-maxlen\";i:7527;s:34:\"apihelp-mobileview-param-thumbsize\";i:7528;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7529;s:36:\"apihelp-mobileview-param-thumbheight\";i:7530;s:28:\"apihelp-mobileview-example-1\";i:7531;s:28:\"apihelp-mobileview-example-2\";i:7532;s:28:\"apihelp-mobileview-example-3\";i:7533;s:32:\"apihelp-parse-param-mobileformat\";i:7534;s:28:\"apihelp-parse-param-noimages\";i:7535;s:28:\"apihelp-parse-param-mainpage\";i:7536;s:35:\"mobile-frontend-donate-button-label\";i:7537;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7538;s:31:\"mobile-frontend-loading-message\";i:7539;s:31:\"mobile-frontend-console-recruit\";i:7540;s:34:\"mobile-frontend-browse-tags-header\";i:7541;s:24:\"mobile-frontend-panel-ok\";i:7542;s:28:\"mobile-frontend-panel-cancel\";i:7543;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7544;s:41:\"mobile-frontend-search-feedback-link-text\";i:7545;s:38:\"mobile-frontend-search-feedback-prompt\";i:7546;s:17:\"right-noanalytics\";}}'),('aln','magicWords','a:172:{s:11:\"currenthour\";a:4:{i:0;i:1;i:1;s:7:\"ORATASH\";i:2;s:7:\"ORATANI\";i:3;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:9:{i:0;i:1;i:1;s:11:\"MUEJIAKTUAL\";i:2;s:12:\"MUEJIAKTUAL2\";i:3;s:13:\"MUAJIMOMENTAL\";i:4;s:14:\"MUAJIMOMENTAL2\";i:5;s:12:\"CURRENTMONTH\";i:6;s:13:\"CURRENTMONTH2\";i:7;s:11:\"MUAJIAKTUAL\";i:8;s:12:\"MUAJIAKTUAL2\";}s:13:\"currentmonth1\";a:5:{i:0;i:1;i:1;s:12:\"MUEJIAKTUAL1\";i:2;s:14:\"MUAJIMOMENTAL1\";i:3;s:13:\"CURRENTMONTH1\";i:4;s:12:\"MUAJIAKTUAL1\";}s:16:\"currentmonthname\";a:5:{i:0;i:1;i:1;s:16:\"EMNIMUEJITAKTUAL\";i:2;s:19:\"EMRIIMUAJITMOMENTAL\";i:3;s:16:\"CURRENTMONTHNAME\";i:4;s:17:\"EMRIIMUAJITAKTUAL\";}s:11:\"currenttime\";a:4:{i:0;i:1;i:1;s:8:\"KOHATASH\";i:2;s:8:\"KOHATANI\";i:3;s:11:\"CURRENTTIME\";}s:11:\"currentweek\";a:4:{i:0;i:1;i:1;s:11:\"JAVAAKTUALE\";i:2;s:13:\"JAVAMOMENTALE\";i:3;s:11:\"CURRENTWEEK\";}s:12:\"img_baseline\";a:4:{i:0;i:1;i:1;s:9:\"vijabazë\";i:2;s:10:\"linjabazë\";i:3;s:8:\"baseline\";}s:10:\"img_center\";a:7:{i:0;i:1;i:1;s:7:\"qendër\";i:2;s:8:\"qendrore\";i:3;s:8:\"qëndër\";i:4;s:9:\"qëndrore\";i:5;s:6:\"center\";i:6;s:6:\"centre\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:10:\"MUEJILOKAL\";i:2;s:10:\"MUAJILOKAL\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:10:\"servername\";a:4:{i:0;i:0;i:1;s:12:\"EMNISERVERIT\";i:2;s:13:\"EMRIISERVERIT\";i:3;s:10:\"SERVERNAME\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:15:\"EMRIIFAQESBAZË\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:16:\"EMRIIFAQESBAZËE\";i:2;s:13:\"BASEPAGENAMEE\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:7:\"DITASOT\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:8:\"DITASOT2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:13:\"EMRIIDITËSOT\";i:2;s:14:\"CURRENTDAYNAME\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:6:\"SIVJET\";i:2;s:11:\"CURRENTYEAR\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:17:\"EMRIIPLOTËIFAQES\";i:2;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:18:\"EMRIIPLOTËIFAQESE\";i:2;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:10:\"URLEPLOTË\";i:2;s:8:\"FULLURL:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"GJINIA:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:10:\"GRAMATIKA:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:20:\"__KATEGORIEFSHEHUR__\";i:2;s:13:\"__HIDDENCAT__\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:4:\"kufi\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:4:\"fund\";i:2;s:6:\"bottom\";}s:10:\"img_framed\";a:7:{i:0;i:1;i:1;s:11:\"i_kornizuar\";i:2;s:11:\"pa_kornizë\";i:3;s:8:\"kornizë\";i:4;s:5:\"frame\";i:5;s:6:\"framed\";i:6;s:8:\"enframed\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:6:\"majtas\";i:2;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:9:\"lidhja=$1\";i:2;s:9:\"lidhje=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:12:\"parapamje=$1\";i:2;s:8:\"pamje=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:3:\"mes\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:6:\"asnjë\";i:2;s:4:\"s\'ka\";i:3;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:8:\"faqja=$1\";i:2;s:8:\"faqja $1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:8:\"djathtas\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:4:\"nën\";i:2;s:3:\"sub\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:10:\"tekst-fund\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:4:{i:0;i:1;i:1;s:11:\"tekst-majë\";i:2;s:9:\"tekst-top\";i:3;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:9:\"parapamje\";i:2;s:5:\"pamje\";i:3;s:5:\"thumb\";i:4;s:9:\"thumbnail\";}s:11:\"img_upright\";a:10:{i:0;i:1;i:1;s:9:\"vertikale\";i:2;s:12:\"vertikale=$1\";i:3;s:12:\"vertikale $1\";i:4;s:12:\"lartdjathtas\";i:5;s:15:\"lartdjathtas=$1\";i:6;s:15:\"lartdjathtas $1\";i:7;s:7:\"upright\";i:8;s:10:\"upright=$1\";i:9;s:10:\"upright $1\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:7:\"#GJUHA:\";i:2;s:10:\"#LANGUAGE:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:10:\"DITALOKALE\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:11:\"DITALOKALE2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:17:\"EMRIIDITËSLOKALE\";i:2;s:12:\"LOCALDAYNAME\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:9:\"ORALOKALE\";i:2;s:9:\"LOCALHOUR\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:16:\"EMRIIMUAJITLOKAL\";i:2;s:14:\"LOCALMONTHNAME\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:10:\"KOHALOKALE\";i:2;s:9:\"LOCALTIME\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:9:\"URLLOKALE\";i:2;s:9:\"LOCALURL:\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:9:\"VITILOKAL\";i:2;s:9:\"LOCALYEAR\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:9:\"HAPËSIRA\";i:2;s:9:\"NAMESPACE\";}s:13:\"noeditsection\";a:4:{i:0;i:0;i:1;s:19:\"__PAREDAKTIMPJESE__\";i:2;s:22:\"__JOREDAKTIMSEKSIONI__\";i:3;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:4:{i:0;i:0;i:1;s:12:\"__PAGALERI__\";i:2;s:12:\"__JOGALERI__\";i:3;s:13:\"__NOGALLERY__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:8:\"__PATP__\";i:2;s:8:\"__JOTP__\";i:3;s:9:\"__NOTOC__\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:25:\"NUMRIIPËRDORUESVEAKTIVË\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:4:{i:0;i:1;i:1;s:23:\"NUMRIIADMINISTRATORËVE\";i:2;s:20:\"NUMRIIADMINISTRUESVE\";i:3;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:15:\"NUMRIIARTIKUJVE\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:16:\"NUMRIREDAKTIMEVE\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:13:\"NUMRIISKEDAVE\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:11:\"NUMRIFAQEVE\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:18:\"NUMRIIPËRDORUESVE\";i:2;s:13:\"NUMBEROFUSERS\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:9:\"EMRIFAQES\";i:2;s:8:\"PAGENAME\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:15:\"MADHËSIAEFAQES\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:8:\"SHUMËS:\";i:2;s:7:\"PLURAL:\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:9:\"#RIDREJTO\";i:2;s:9:\"#REDIRECT\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:7:\"SERVERI\";i:2;s:6:\"SERVER\";}s:8:\"sitename\";a:4:{i:0;i:1;i:1;s:10:\"EMRIISITIT\";i:2;s:11:\"EMRIISAJTIT\";i:3;s:8:\"SITENAME\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:14:\"EMRIINËNFAQES\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:15:\"EMRIINËNFAQESE\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:5:\"ZËVN\";i:2;s:6:\"SUBST:\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:23:\"EMRIIFAQESSËDISKUTIMIT\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:24:\"EMRIIFAQESSËDISKUTIMITE\";i:2;s:13:\"TALKPAGENAMEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:6:\"__TP__\";i:2;s:7:\"__TOC__\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('aln','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('aln','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('aln','messages:about','s:9:\"aln:Rreth\";'),('aln','messages:aboutpage','s:17:\"aln:Project:Rreth\";'),('aln','messages:aboutsite','s:22:\"aln:Rreth {{SITENAME}}\";'),('aln','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('aln','messages:accesskey-blockip-block','s:4:\"en:s\";'),('aln','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('aln','messages:accesskey-ca-delete','s:4:\"en:d\";'),('aln','messages:accesskey-ca-edit','s:4:\"en:e\";'),('aln','messages:accesskey-ca-history','s:4:\"en:h\";'),('aln','messages:accesskey-ca-move','s:4:\"en:m\";'),('aln','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('aln','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('aln','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('aln','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('aln','messages:accesskey-ca-protect','s:4:\"en:=\";'),('aln','messages:accesskey-ca-talk','s:4:\"en:t\";'),('aln','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('aln','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('aln','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('aln','messages:accesskey-ca-view','s:3:\"en:\";'),('aln','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('aln','messages:accesskey-ca-watch','s:4:\"en:w\";'),('aln','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('aln','messages:accesskey-diff','s:4:\"en:v\";'),('aln','messages:accesskey-export','s:4:\"en:s\";'),('aln','messages:accesskey-feed-atom','s:3:\"en:\";'),('aln','messages:accesskey-feed-rss','s:3:\"en:\";'),('aln','messages:accesskey-import','s:4:\"en:s\";'),('aln','messages:accesskey-minoredit','s:4:\"en:i\";'),('aln','messages:accesskey-n-currentevents','s:3:\"en:\";'),('aln','messages:accesskey-n-help','s:3:\"en:\";'),('aln','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('aln','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('aln','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('aln','messages:accesskey-n-portal','s:3:\"en:\";'),('aln','messages:accesskey-n-randompage','s:4:\"en:x\";'),('aln','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('aln','messages:accesskey-p-logo','s:3:\"en:\";'),('aln','messages:accesskey-preferences-save','s:4:\"en:s\";'),('aln','messages:accesskey-preview','s:4:\"en:p\";'),('aln','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('aln','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('aln','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('aln','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('aln','messages:accesskey-pt-login','s:4:\"en:o\";'),('aln','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('aln','messages:accesskey-pt-logout','s:3:\"en:\";'),('aln','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('aln','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('aln','messages:accesskey-pt-preferences','s:3:\"en:\";'),('aln','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('aln','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('aln','messages:accesskey-publish','s:4:\"en:s\";'),('aln','messages:accesskey-save','s:4:\"en:s\";'),('aln','messages:accesskey-search','s:4:\"en:f\";'),('aln','messages:accesskey-search-fulltext','s:3:\"en:\";'),('aln','messages:accesskey-search-go','s:3:\"en:\";'),('aln','messages:accesskey-summary','s:4:\"en:b\";'),('aln','messages:accesskey-t-contributions','s:3:\"en:\";'),('aln','messages:accesskey-t-emailuser','s:3:\"en:\";'),('aln','messages:accesskey-t-info','s:3:\"en:\";'),('aln','messages:accesskey-t-permalink','s:3:\"en:\";'),('aln','messages:accesskey-t-print','s:4:\"en:p\";'),('aln','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('aln','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('aln','messages:accesskey-t-upload','s:4:\"en:u\";'),('aln','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('aln','messages:accesskey-upload','s:4:\"en:s\";'),('aln','messages:accesskey-userrights-set','s:4:\"en:s\";'),('aln','messages:accesskey-watch','s:4:\"en:w\";'),('aln','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('aln','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('aln','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('aln','messages:accmailtext','s:216:\"aln:Nji fjalëkalim i krijuem rastësisht për [[User talk:$1|$1]] u dërgue në $2.\n\nFjalëkalimi për këtë llogari mundet me u ndryshue në faqen \'\'[[Special:ChangePassword|ndrysho fjalëkalimin]]\'\' mbas kyçjes.\";'),('aln','messages:accmailtitle','s:27:\"aln:Fjalëkalimi u dërgue.\";'),('aln','messages:accountcreated','s:21:\"aln:Llogaria u krijue\";'),('aln','messages:accountcreatedtext','s:44:\"aln:Llogaria e përdoruesit për $1 u krijue\";'),('aln','messages:acct_creation_throttle_hit','s:267:\"aln:Vizitorët e këtij wiki që shfrytëzojnë adresën IP kanë krijue {{PLURAL:$1|1 llogari|$1 llogari}} gjatë ditës së fundit, që âsht maksimumi për këtë periudhë kohore.\nSi rezultat, vizitorët nga kjo IP nuk mujnë me krijue llogari tjera tashpërtash.\";'),('aln','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('aln','messages:action-applychangetags','s:46:\"sq:apliko etiketat bashkë me ndryshimet tuaja\";'),('aln','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('aln','messages:action-autocreateaccount','s:62:\"sq:krijo këtë llogari të përdoruesit të jashtëm vetvetiu\";'),('aln','messages:action-autopatrol','s:44:\"aln:shëno redaktimet tua si të patrulluara\";'),('aln','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('aln','messages:action-block','s:23:\"aln:blloko përdoruesin\";'),('aln','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('aln','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('aln','messages:action-browsearchive','s:27:\"aln:kërko faqe të grisura\";'),('aln','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('aln','messages:action-createaccount','s:24:\"aln:hapë këtë llogari\";'),('aln','messages:action-createpage','s:14:\"aln:hapë faqe\";'),('aln','messages:action-createtalk','s:21:\"aln:hap faqe bisedimi\";'),('aln','messages:action-delete','s:21:\"aln:grise këtë faqe\";'),('aln','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('aln','messages:action-deletechangetags','s:41:\"sq:fshij etiketat nga baza e të dhënave\";'),('aln','messages:action-deletedhistory','s:47:\"aln:shiko historinë e kësaj faqeje të grisur\";'),('aln','messages:action-deletedtext','s:40:\"sq:shiko tekstin e versionit të fshirë\";'),('aln','messages:action-deletelogentry','s:31:\"sq:fshij regjistrimet në ditar\";'),('aln','messages:action-deleterevision','s:25:\"aln:grise këtë revizion\";'),('aln','messages:action-edit','s:23:\"aln:redakto këtë faqe\";'),('aln','messages:action-editcontentmodel','s:47:\"sq:ndrysho modelin e përmbajtjes së një faqe\";'),('aln','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('aln','messages:action-editmyoptions','s:28:\"sq:redakto parapëlqimet tua\";'),('aln','messages:action-editmyprivateinfo','s:37:\"sq:ndrysho informacionin tënd privat\";'),('aln','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('aln','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('aln','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('aln','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('aln','messages:action-editmywatchlist','s:37:\"sq:redaktoni listën tuaj mbikqyrëse\";'),('aln','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('aln','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('aln','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('aln','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('aln','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('aln','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('aln','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('aln','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('aln','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('aln','messages:action-history','s:35:\"sq:shiko historinë e kësaj faqeje\";'),('aln','messages:action-import','s:45:\"aln:importo këtë faqe nga një wiki tjetër\";'),('aln','messages:action-importupload','s:38:\"sq:Importo faqe nga një ngarkim skede\";'),('aln','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('aln','messages:action-managechangetags','s:34:\"sq:krijo dhe (ç)aktivizo etiketat\";'),('aln','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('aln','messages:action-mergehistory','s:37:\"aln:bashko historikun e kësaj faqeje\";'),('aln','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('aln','messages:action-minoredit','s:40:\"aln:shëno këtë redaktim si të vogël\";'),('aln','messages:action-move','s:22:\"aln:lëviz këtë faqe\";'),('aln','messages:action-move-categorypages','s:24:\"sq:lëviz faqet kategori\";'),('aln','messages:action-move-rootuserpages','s:45:\"sq:lëviz rrënjët e faqeve të përdoruesve\";'),('aln','messages:action-move-subpages','s:45:\"aln:zhvendos këtë faqe dhe nënfaqet që ka\";'),('aln','messages:action-movefile','s:24:\"aln:lëviz këtë skedë\";'),('aln','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('aln','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('aln','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('aln','messages:action-pagelang','s:27:\"sq:ndrysho gjuhën e faqës\";'),('aln','messages:action-patrol','s:50:\"aln:shëno redaktimin e tjerëve si të patrulluar\";'),('aln','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('aln','messages:action-protect','s:48:\"aln:ndrysho nivelin e mbrojtjes për këtë faqe\";'),('aln','messages:action-purge','s:20:\"sq:fshij këtë faqe\";'),('aln','messages:action-read','s:20:\"aln:lexo këtë faqe\";'),('aln','messages:action-reupload','s:38:\"aln:rishkruaj këtë skedë ekzistuese\";'),('aln','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('aln','messages:action-reupload-shared','s:65:\"sq:mbishkruaj këtë skedarë në një magazinë të përbashkët\";'),('aln','messages:action-rollback','s:92:\"sq:ritkthen shpejt redaktimet e përdoruesit të fundit që redaktoi një faqe të veçantë\";'),('aln','messages:action-sendemail','s:17:\"sq:dërgo e-maile\";'),('aln','messages:action-siteadmin','s:39:\"aln:mbyll ose hap bazën e të dhënave\";'),('aln','messages:action-suppressionlog','s:33:\"sq:shiko këtë regjistër privat\";'),('aln','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('aln','messages:action-suppressrevision','s:50:\"aln:rishiko dhe rikthe këtë revizion të fshehur\";'),('aln','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('aln','messages:action-undelete','s:24:\"aln:Restauro këtë faqe\";'),('aln','messages:action-unwatchedpages','s:43:\"aln:shiko listën e faqeve të pa vrojtuara\";'),('aln','messages:action-upload','s:24:\"aln:ngarko këtë skedë\";'),('aln','messages:action-upload_by_url','s:37:\"aln:ngarko këtë skedë nga një URL\";'),('aln','messages:action-userrights','s:49:\"aln:ndrysho të gjitha të drejtat e përdoruesit\";'),('aln','messages:action-userrights-interwiki','s:55:\"aln:ndrysho të drejtat e përdoruesve në wiki-t tjera\";'),('aln','messages:action-viewmyprivateinfo','s:35:\"sq:shiko informacionin tënd privat\";'),('aln','messages:action-viewmywatchlist','s:35:\"sq:shikoni listën tuaj mbikqyrëse\";'),('aln','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('aln','messages:action-writeapi','s:29:\"sq:përdor API-në e shkrimit\";'),('aln','messages:actioncomplete','s:17:\"aln:Veprimi u kry\";'),('aln','messages:actionfailed','s:19:\"sq:Veprimi dështoi\";'),('aln','messages:actions','s:12:\"aln:Veprimet\";'),('aln','messages:actionthrottled','s:28:\"aln:Veprimi âsht i kufizuem\";'),('aln','messages:actionthrottledtext','s:194:\"aln:Si masë kunder spamit, jeni të kufizuem me kry këtë veprim shumë herë për nji kohë shumë të shkurtë, dhe e keni tejkalue këtë kufizim.\nJu lutemi provoni prap mbas disa minutave.\";'),('aln','messages:activeusers','s:31:\"sq:Lista e përdoruesve aktivë\";'),('aln','messages:activeusers-count','s:78:\"sq:$1 {{PLURAL:$1|veprim|veprime}} në {{PLURAL:$3|ditën|$3 ditët}} e fundit\";'),('aln','messages:activeusers-excludegroups','s:51:\"sq:Përjashto përdoruesit që u përkasin grupeve:\";'),('aln','messages:activeusers-from','s:43:\"sq:Trego përdoruesit duke filluar prej te:\";'),('aln','messages:activeusers-groups','s:46:\"sq:Shfaq përdoruesit që u përkasin grupeve:\";'),('aln','messages:activeusers-intro','s:100:\"sq:Kjo është një listë e përdoruesve që kanë qenë aktivë për $1 {{PLURAL:$1|ditë|ditë}}.\";'),('aln','messages:activeusers-noresult','s:32:\"sq:Asnjë përdorues nuk u gjet.\";'),('aln','messages:activeusers-submit','s:27:\"sq:Shfaq përdoruesit aktiv\";'),('aln','messages:activeusers-summary','s:3:\"en:\";'),('aln','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('aln','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('aln','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('aln','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('aln','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('aln','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('aln','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('aln','messages:addedwatchtext','s:312:\"aln:Faqja \"[[:$1]]\" iu shtue [[Special:Watchlist|listës suej të mbikëqyrjes]].\nNdryshimet e ardhshme të kësaj faqeje dhe të faqes gjegjëse të diskutimit kanë me u listue këte, dhe faqja do të tregohet \'\'\'e theksueme\'\'\' në [[Special:RecentChanges|listën e ndryshimeve të fundit]] për me râ në sy.\";'),('aln','messages:addedwatchtext-short','s:61:\"sq:Faqja \"$1\" i është shtuar listës tuaj të mbikëqyrjes.\";'),('aln','messages:addedwatchtext-talk','s:108:\"sq:\"[[:$1]]\" dhe faqja e saj e ndërlidhur janë shtuar [[Special:Watchlist|listës tuaj të mbikëqyrjes]].\";'),('aln','messages:addsection','s:4:\"en:+\";'),('aln','messages:addsection-editintro','s:3:\"en:\";'),('aln','messages:addsection-preload','s:3:\"en:\";'),('aln','messages:addwatch','s:29:\"sq:Shto tek lista mbikqyrëse\";'),('aln','messages:ago','s:15:\"sq:$1 më parë\";'),('aln','messages:all-logs-page','s:28:\"sq:Krejt regjistrat publikë\";'),('aln','messages:allarticles','s:15:\"aln:Tâna faqet\";'),('aln','messages:allinnamespace','s:34:\"sq:Të gjitha faqet (hapësira $1)\";'),('aln','messages:alllogstext','s:300:\"sq:Kjo faqe tregon të gjithë regjistrat e mundshëm të {{SITENAME}}.\nMund ta përimtoni pamjen duke përzgjedhur lloj regjistri, emër përdoruesi (bëhet dallimi mes shkrimit me të mëdha a të vogla), dhe faqes së prekur (edhe për këtë bëhet dallimi mes shkrimit me të mëdha a të vogla)\";'),('aln','messages:allmessages','s:22:\"sq:Mesazhet e sistemit\";'),('aln','messages:allmessages-filter','s:22:\"sq:Filtroni nga shteti\";'),('aln','messages:allmessages-filter-all','s:14:\"sq:Të gjithë\";'),('aln','messages:allmessages-filter-legend','s:10:\"sq:Filtër\";'),('aln','messages:allmessages-filter-modified','s:14:\"sq:E ndryshuar\";'),('aln','messages:allmessages-filter-submit','s:11:\"sq:Filtroji\";'),('aln','messages:allmessages-filter-translate','s:11:\"sq:Përkthe\";'),('aln','messages:allmessages-filter-unmodified','s:16:\"sq:E pandryshuar\";'),('aln','messages:allmessages-language','s:9:\"sq:Gjuha:\";'),('aln','messages:allmessages-not-supported-database','s:91:\"sq:Kjo faqe nuk mund të përdoret sepse \'\'\'$wgUseDatabaseMessages\'\'\' është çaktivizuar.\";'),('aln','messages:allmessages-prefix','s:28:\"sq:Filtroni nga parashtesat:\";'),('aln','messages:allmessagescurrent','s:23:\"sq:Teksti i tanishëshm\";'),('aln','messages:allmessagesdefault','s:24:\"sq:Teksti i parazgjedhur\";'),('aln','messages:allmessagesname','s:7:\"sq:Emri\";'),('aln','messages:allmessagestext','s:306:\"sq:Kjo është një listë e të gjitha faqeve në hapësirën MediaWiki:\nJu lutemi vizitoni [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] dhe [https://translatewiki.net translatewiki.net] nëse dëshironi të kontribuoni në lokalizimin e përgjithshëm MediaWiki\";'),('aln','messages:allowemail','s:40:\"aln:Lejo emaila prej përdoruesve tjerë\";'),('aln','messages:allpages','s:15:\"aln:Tâna faqet\";'),('aln','messages:allpages-bad-ns','s:39:\"sq:{{SITENAME}} nuk ka hapësirë \"$1\".\";'),('aln','messages:allpages-hide-redirects','s:21:\"sq:Fshihi ridrejtimet\";'),('aln','messages:allpages-summary','s:3:\"en:\";'),('aln','messages:allpagesbadtitle','s:188:\"sq:Titulli i dhënë ishte i pavlefshë ose kishte një parashtesë ndër-gjuhe ose ndër-wiki.\nMund të përmbajë një ose më shumë karktere të cilat nuk mund të përdoren në tituj.\";'),('aln','messages:allpagesfrom','s:30:\"aln:Trego faqet tue fillue me:\";'),('aln','messages:allpagesprefix','s:30:\"sq:Trego faqet me parashtesë:\";'),('aln','messages:allpagessubmit','s:8:\"aln:Shko\";'),('aln','messages:allpagesto','s:33:\"aln:Trego faqet që mbarojnë me:\";'),('aln','messages:alreadyrolled','s:401:\"sq:S’mund të kalohet prapa te përpunimi i fundit i [[:$1]] nga [[User:$2|$2]] ([[User talk:$2|bisedojeni]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nDikush tjetër ka përpunuar ose ka kthyer tashmë prapa faqen.\n\nPërpunimi i fundit te faqja qe nga [[User:$3|$3]] ([[User talk:$3|bisedojeni]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('aln','messages:ancientpages','s:26:\"sq:Artikuj më të vjetër\";'),('aln','messages:ancientpages-summary','s:3:\"en:\";'),('aln','messages:and','s:12:\"aln:&#32;dhe\";'),('aln','messages:anoncontribs','s:13:\"sq:Kontribute\";'),('aln','messages:anoneditwarning','s:121:\"aln:\'\'\'Kujdes:\'\'\' Ju nuk jeni i kyçun.\nAdresa juej IP do të regjistrohet në historikun e redaktimit të kësaj faqeje.\";'),('aln','messages:anonnotice','s:4:\"en:-\";'),('aln','messages:anononlyblock','s:19:\"sq:vetëm anonimët\";'),('aln','messages:anonpreviewwarning','s:98:\"aln:\'\'Nuk jeni i kyçun. Regjistrimi ka me marrë shenim IP adresën tuej në histori të faqes.\'\'\";'),('aln','messages:anontalk','s:34:\"aln:Bisedimet për këtë adres IP\";'),('aln','messages:anontalkpagetext','s:517:\"aln:<em>Kjo është faqe diskutimi e një përdoruesi anonim, i cili nuk ka krijuar llogari, apo nuk e përdor atë.</em>\nPrandaj ne do të përdorim adresën numerike të IP së tij për ta identifikuar.\nAdresa IP mund të shfrytëzohet prej disa përdoruesve.\nNëse jeni përdorues anonim dhe keni përshtypjen se po ju drejtohen komente jorelevante, ju lutemi [[Special:CreateAccount|krijoni një llogari]] apo [[Special:UserLogin|identifikohuni]] për të ju shmangur ngatërrimev me përdorues të tjerë anonim.\";'),('aln','messages:anonuser','s:38:\"sq:Përdorues anonim i {{SITENAME}} $1\";'),('aln','messages:anonusers','s:73:\"sq:{{SITENAME}} {{PLURAL:$2|përdoruesi anonim|përdoruesit anonimë}} $1\";'),('aln','messages:anonymous','s:63:\"aln:{{PLURAL:$1|Përdorues|Përdorues}} anonim të {{SITENAME}}\";'),('aln','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('aln','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('aln','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('aln','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('aln','messages:api-clientside-error-timeout','s:57:\"sq:Shërbyesi s’u përgjigj brenda kohës së pritshme.\";'),('aln','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('aln','messages:api-credits-header','s:10:\"en:Credits\";'),('aln','messages:api-error-badtoken','s:38:\"sq:Gabim i brendshëm: Shenjë e keqe.\";'),('aln','messages:api-error-emptypage','s:46:\"sq:Nuk lejohet krijimi i faqeve të reja bosh.\";'),('aln','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('aln','messages:api-error-stashfailed','s:75:\"sq:Gabim i brendshëm: Serveri nuk arriti të ruajë skedën e përkohshme.\";'),('aln','messages:api-error-unknown-warning','s:34:\"sq:Paralajmërim i panjohur: \"$1\".\";'),('aln','messages:api-error-unknownerror','s:31:\"sq:Gabim i papërcaktuar: \"$1\".\";'),('aln','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('aln','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('aln','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aln','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aln','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('aln','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('aln','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('aln','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('aln','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('aln','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('aln','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('aln','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('aln','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('aln','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('aln','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('aln','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('aln','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('aln','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('aln','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('aln','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('aln','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('aln','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('aln','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('aln','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('aln','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('aln','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('aln','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('aln','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('aln','messages:api-help-flags','s:3:\"en:\";'),('aln','messages:api-help-help-urls','s:3:\"en:\";'),('aln','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('aln','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('aln','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('aln','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('aln','messages:api-help-main-header','s:14:\"en:Main module\";'),('aln','messages:api-help-no-extended-description','s:3:\"en:\";'),('aln','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('aln','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('aln','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('aln','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('aln','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('aln','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('aln','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('aln','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('aln','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('aln','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('aln','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('aln','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('aln','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('aln','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('aln','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('aln','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('aln','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('aln','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('aln','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('aln','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('aln','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('aln','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('aln','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('aln','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('aln','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('aln','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('aln','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('aln','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('aln','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('aln','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('aln','messages:api-help-source','s:13:\"en:Source: $1\";'),('aln','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('aln','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('aln','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('aln','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('aln','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('aln','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aln','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aln','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('aln','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('aln','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('aln','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('aln','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('aln','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('aln','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('aln','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('aln','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('aln','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('aln','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('aln','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('aln','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('aln','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('aln','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('aln','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('aln','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('aln','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('aln','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('aln','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('aln','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('aln','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('aln','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('aln','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('aln','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('aln','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('aln','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('aln','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('aln','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('aln','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('aln','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('aln','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('aln','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('aln','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('aln','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('aln','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('aln','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('aln','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('aln','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('aln','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('aln','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('aln','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('aln','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('aln','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('aln','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('aln','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('aln','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('aln','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('aln','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('aln','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('aln','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('aln','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('aln','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('aln','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('aln','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('aln','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('aln','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('aln','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('aln','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('aln','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('aln','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('aln','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('aln','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('aln','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('aln','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('aln','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('aln','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('aln','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('aln','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('aln','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('aln','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('aln','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('aln','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('aln','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('aln','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('aln','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('aln','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('aln','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('aln','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('aln','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('aln','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('aln','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('aln','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('aln','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('aln','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('aln','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('aln','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('aln','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('aln','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('aln','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('aln','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('aln','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('aln','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('aln','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('aln','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('aln','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('aln','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('aln','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('aln','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('aln','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('aln','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('aln','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('aln','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('aln','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('aln','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('aln','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('aln','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('aln','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('aln','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('aln','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('aln','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('aln','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('aln','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('aln','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('aln','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('aln','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('aln','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('aln','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('aln','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('aln','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('aln','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('aln','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('aln','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('aln','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('aln','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('aln','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('aln','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('aln','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('aln','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('aln','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('aln','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('aln','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('aln','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('aln','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('aln','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('aln','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('aln','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('aln','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('aln','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('aln','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('aln','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('aln','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('aln','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('aln','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('aln','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('aln','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('aln','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('aln','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('aln','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('aln','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('aln','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('aln','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('aln','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('aln','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('aln','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('aln','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('aln','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('aln','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('aln','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('aln','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('aln','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('aln','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('aln','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('aln','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('aln','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('aln','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('aln','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('aln','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('aln','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('aln','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('aln','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('aln','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('aln','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('aln','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('aln','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('aln','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('aln','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('aln','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('aln','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('aln','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('aln','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('aln','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('aln','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('aln','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('aln','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('aln','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('aln','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('aln','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('aln','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('aln','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('aln','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('aln','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('aln','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('aln','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('aln','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('aln','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('aln','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('aln','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('aln','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('aln','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('aln','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('aln','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('aln','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('aln','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('aln','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('aln','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('aln','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('aln','messages:apierror-stashexception','s:5:\"en:$1\";'),('aln','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('aln','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('aln','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('aln','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('aln','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('aln','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('aln','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('aln','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('aln','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('aln','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('aln','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('aln','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('aln','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('aln','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('aln','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('aln','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('aln','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('aln','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('aln','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('aln','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('aln','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('aln','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('aln','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('aln','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('aln','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('aln','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('aln','messages:apihelp','s:14:\"sq:API ndihmë\";'),('aln','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('aln','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('aln','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('aln','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('aln','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('aln','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('aln','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('aln','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('aln','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('aln','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('aln','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('aln','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('aln','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('aln','messages:apihelp-block-param-reason','s:24:\"sq:Arsyeja për bllokim.\";'),('aln','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('aln','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('aln','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('aln','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aln','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('aln','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('aln','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('aln','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('aln','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('aln','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('aln','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('aln','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('aln','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('aln','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('aln','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('aln','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('aln','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('aln','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('aln','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('aln','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('aln','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('aln','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('aln','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('aln','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('aln','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('aln','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('aln','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('aln','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('aln','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('aln','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('aln','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('aln','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('aln','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('aln','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('aln','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('aln','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('aln','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('aln','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('aln','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('aln','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('aln','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('aln','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('aln','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('aln','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('aln','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('aln','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('aln','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('aln','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('aln','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('aln','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('aln','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('aln','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('aln','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('aln','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('aln','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('aln','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('aln','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('aln','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('aln','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('aln','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('aln','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('aln','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('aln','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('aln','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('aln','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('aln','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('aln','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('aln','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('aln','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('aln','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('aln','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('aln','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('aln','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('aln','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('aln','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('aln','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('aln','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('aln','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('aln','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('aln','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('aln','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('aln','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('aln','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('aln','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('aln','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('aln','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('aln','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('aln','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('aln','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('aln','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('aln','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('aln','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('aln','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('aln','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('aln','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('aln','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('aln','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('aln','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('aln','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('aln','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('aln','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('aln','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('aln','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('aln','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('aln','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('aln','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('aln','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('aln','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('aln','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('aln','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('aln','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('aln','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('aln','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('aln','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('aln','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('aln','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('aln','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('aln','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('aln','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('aln','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('aln','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('aln','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('aln','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('aln','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('aln','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('aln','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('aln','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('aln','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('aln','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('aln','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('aln','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('aln','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('aln','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('aln','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('aln','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('aln','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('aln','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('aln','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('aln','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('aln','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('aln','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('aln','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('aln','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('aln','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('aln','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('aln','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('aln','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('aln','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('aln','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('aln','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('aln','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('aln','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aln','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('aln','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('aln','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('aln','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('aln','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('aln','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('aln','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('aln','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('aln','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('aln','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('aln','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('aln','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('aln','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('aln','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('aln','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('aln','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('aln','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('aln','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('aln','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('aln','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('aln','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('aln','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('aln','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('aln','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('aln','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('aln','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('aln','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('aln','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('aln','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('aln','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('aln','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('aln','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('aln','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('aln','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('aln','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('aln','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('aln','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('aln','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('aln','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('aln','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('aln','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('aln','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('aln','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('aln','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('aln','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('aln','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('aln','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('aln','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('aln','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('aln','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('aln','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('aln','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('aln','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('aln','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('aln','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('aln','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('aln','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('aln','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('aln','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('aln','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('aln','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('aln','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('aln','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aln','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('aln','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('aln','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('aln','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('aln','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('aln','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('aln','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('aln','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('aln','messages:apihelp-main-extended-description','s:1432:\"sq:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Dokumentacioni]]\n* [[mw:Special:MyLanguage/API:Etiquette| Etiketat & udhëzimet e përdorimit]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Lista e Emaileve]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce Njoftimet API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & kërkesat]\n</div>\n<strong> Statusi: </strong> MediaWiki API është një ndërfaqe e pjekur dhe e qëndrueshme që mbështetet dhe përmirësohet në mënyrë aktive. Ndërsa përpiqemi ta shmangim atë, nganjëherë mund të na duhet të bëjmë ndryshime thelbësore; pajtohuni në [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ Shpallja e listës së postimeve mediawiki-api] për njoftimin e azhurnimeve.\n\n<strong> Kërkesa të gabuara: </strong> Kur kërkesat e gabuara dërgohen në API, një kokë HTTP do të dërgohet me çelësin \"MediaWiki-API-Gabim\" dhe më pas vlera e titullit dhe kodi i gabimit i dërguar vendoset në të njëjtën vlerë. Për më shumë informacion shikoni [[mw:Special:MyLanguage/API:Errors_and_warnings| API: Gabimet dhe paralajmërimet]].\n\n<p class=\"mw-apisandbox-link\"> <strong> Testimi: </strong> Për lehtësinë e testimit të kërkesave të API, shihni [[Special:ApiSandbox]].</p>\";'),('aln','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('aln','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('aln','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('aln','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('aln','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('aln','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('aln','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('aln','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('aln','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('aln','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('aln','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('aln','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('aln','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('aln','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('aln','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('aln','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('aln','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('aln','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('aln','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('aln','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('aln','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('aln','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('aln','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('aln','messages:apihelp-main-summary','s:3:\"en:\";'),('aln','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('aln','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('aln','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('aln','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('aln','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('aln','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('aln','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('aln','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('aln','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('aln','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('aln','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('aln','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('aln','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('aln','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('aln','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('aln','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('aln','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('aln','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('aln','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('aln','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('aln','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('aln','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('aln','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('aln','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('aln','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('aln','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('aln','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('aln','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('aln','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('aln','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('aln','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('aln','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('aln','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('aln','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('aln','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('aln','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('aln','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('aln','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('aln','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('aln','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('aln','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('aln','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('aln','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('aln','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('aln','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('aln','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('aln','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('aln','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('aln','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('aln','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('aln','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('aln','messages:apihelp-move-param-reason','s:27:\"sq:Arsyeja për riemërtim.\";'),('aln','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('aln','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('aln','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('aln','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('aln','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('aln','messages:apihelp-no-such-module','s:26:\"sq:Moduli \"$1\" nuk u gjet.\";'),('aln','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('aln','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('aln','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('aln','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aln','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('aln','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('aln','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('aln','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('aln','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('aln','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('aln','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('aln','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('aln','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('aln','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('aln','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('aln','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('aln','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('aln','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('aln','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('aln','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('aln','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('aln','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('aln','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('aln','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('aln','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('aln','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('aln','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('aln','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('aln','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('aln','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('aln','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('aln','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('aln','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('aln','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('aln','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('aln','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('aln','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('aln','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('aln','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('aln','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('aln','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('aln','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('aln','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('aln','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('aln','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('aln','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('aln','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('aln','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('aln','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('aln','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('aln','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('aln','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('aln','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('aln','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('aln','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('aln','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('aln','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('aln','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('aln','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('aln','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('aln','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('aln','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('aln','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('aln','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('aln','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('aln','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('aln','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('aln','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('aln','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('aln','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('aln','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('aln','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('aln','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('aln','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('aln','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('aln','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('aln','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('aln','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('aln','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('aln','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('aln','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('aln','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('aln','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('aln','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('aln','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('aln','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('aln','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('aln','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('aln','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('aln','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('aln','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('aln','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('aln','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('aln','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('aln','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('aln','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('aln','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('aln','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('aln','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('aln','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('aln','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('aln','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('aln','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('aln','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('aln','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('aln','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('aln','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('aln','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('aln','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('aln','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('aln','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('aln','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('aln','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('aln','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('aln','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('aln','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('aln','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('aln','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('aln','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('aln','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('aln','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('aln','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('aln','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aln','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('aln','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('aln','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('aln','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('aln','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aln','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('aln','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('aln','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('aln','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aln','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('aln','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('aln','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('aln','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('aln','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('aln','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('aln','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('aln','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aln','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('aln','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('aln','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('aln','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('aln','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('aln','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('aln','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('aln','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('aln','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('aln','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('aln','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('aln','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('aln','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('aln','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('aln','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('aln','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('aln','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('aln','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('aln','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('aln','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('aln','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('aln','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('aln','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aln','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('aln','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('aln','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('aln','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('aln','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('aln','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('aln','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('aln','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aln','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('aln','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('aln','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('aln','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('aln','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('aln','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('aln','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('aln','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('aln','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('aln','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('aln','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('aln','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('aln','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('aln','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('aln','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('aln','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('aln','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('aln','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('aln','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('aln','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('aln','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('aln','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('aln','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('aln','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('aln','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('aln','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('aln','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('aln','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('aln','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aln','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('aln','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('aln','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('aln','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('aln','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('aln','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('aln','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('aln','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('aln','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('aln','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aln','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('aln','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('aln','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('aln','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('aln','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('aln','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('aln','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('aln','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aln','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('aln','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('aln','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('aln','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('aln','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('aln','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('aln','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aln','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aln','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('aln','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aln','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aln','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('aln','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('aln','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('aln','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('aln','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('aln','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('aln','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('aln','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('aln','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('aln','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('aln','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('aln','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('aln','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('aln','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('aln','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('aln','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('aln','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('aln','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('aln','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('aln','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('aln','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('aln','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('aln','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aln','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('aln','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('aln','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('aln','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('aln','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('aln','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('aln','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('aln','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('aln','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('aln','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('aln','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('aln','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('aln','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('aln','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('aln','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('aln','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('aln','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aln','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('aln','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('aln','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('aln','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('aln','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('aln','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('aln','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('aln','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('aln','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('aln','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('aln','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('aln','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('aln','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('aln','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('aln','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('aln','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('aln','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('aln','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('aln','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('aln','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('aln','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('aln','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('aln','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('aln','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('aln','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('aln','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('aln','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('aln','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('aln','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('aln','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('aln','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('aln','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('aln','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aln','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('aln','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('aln','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aln','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aln','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aln','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('aln','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('aln','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('aln','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('aln','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('aln','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('aln','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('aln','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aln','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('aln','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aln','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('aln','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('aln','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('aln','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('aln','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('aln','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('aln','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('aln','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('aln','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('aln','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('aln','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('aln','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('aln','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('aln','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aln','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('aln','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('aln','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('aln','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('aln','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('aln','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('aln','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('aln','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('aln','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('aln','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('aln','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('aln','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('aln','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('aln','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('aln','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('aln','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('aln','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('aln','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('aln','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('aln','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('aln','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('aln','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('aln','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('aln','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('aln','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('aln','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('aln','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('aln','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('aln','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('aln','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('aln','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('aln','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aln','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('aln','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('aln','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('aln','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('aln','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('aln','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('aln','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('aln','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('aln','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('aln','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('aln','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('aln','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('aln','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('aln','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('aln','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('aln','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('aln','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('aln','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('aln','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('aln','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aln','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aln','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aln','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aln','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aln','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aln','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aln','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('aln','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('aln','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('aln','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('aln','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('aln','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('aln','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('aln','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('aln','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('aln','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('aln','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('aln','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('aln','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('aln','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('aln','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('aln','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('aln','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('aln','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('aln','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('aln','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('aln','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('aln','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('aln','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('aln','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('aln','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('aln','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('aln','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('aln','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('aln','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('aln','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('aln','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('aln','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('aln','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('aln','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('aln','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('aln','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('aln','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('aln','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('aln','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('aln','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('aln','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('aln','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('aln','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('aln','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('aln','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('aln','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('aln','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('aln','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('aln','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('aln','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('aln','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('aln','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('aln','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('aln','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('aln','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('aln','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('aln','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('aln','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('aln','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('aln','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('aln','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('aln','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('aln','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('aln','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('aln','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('aln','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('aln','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('aln','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('aln','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('aln','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('aln','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('aln','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('aln','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('aln','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('aln','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('aln','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('aln','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('aln','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('aln','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('aln','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('aln','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('aln','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('aln','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";');
INSERT INTO `mw_l10n_cache` VALUES ('aln','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('aln','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('aln','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('aln','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('aln','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('aln','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('aln','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('aln','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('aln','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('aln','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('aln','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('aln','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('aln','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aln','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aln','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aln','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aln','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aln','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aln','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aln','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('aln','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('aln','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('aln','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aln','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('aln','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('aln','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('aln','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('aln','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('aln','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('aln','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('aln','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('aln','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('aln','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('aln','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('aln','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('aln','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('aln','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('aln','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('aln','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('aln','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('aln','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('aln','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('aln','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('aln','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('aln','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('aln','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('aln','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('aln','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('aln','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aln','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('aln','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('aln','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('aln','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('aln','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('aln','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('aln','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('aln','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('aln','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('aln','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('aln','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('aln','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('aln','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('aln','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('aln','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('aln','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('aln','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('aln','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('aln','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('aln','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('aln','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('aln','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('aln','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('aln','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('aln','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('aln','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('aln','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('aln','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('aln','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('aln','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('aln','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('aln','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('aln','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('aln','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aln','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('aln','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('aln','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('aln','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('aln','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('aln','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('aln','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('aln','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('aln','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('aln','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('aln','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('aln','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('aln','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('aln','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aln','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aln','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('aln','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('aln','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('aln','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('aln','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('aln','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('aln','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('aln','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('aln','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('aln','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('aln','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('aln','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('aln','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('aln','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('aln','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('aln','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('aln','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('aln','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('aln','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('aln','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('aln','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('aln','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('aln','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('aln','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('aln','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('aln','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aln','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('aln','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('aln','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('aln','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('aln','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('aln','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('aln','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('aln','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('aln','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('aln','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('aln','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('aln','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('aln','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('aln','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('aln','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('aln','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('aln','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('aln','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('aln','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('aln','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('aln','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('aln','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('aln','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('aln','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('aln','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('aln','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('aln','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:36:\"sq:Kthehet në faqen e statistikave.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('aln','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('aln','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('aln','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('aln','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('aln','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('aln','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('aln','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('aln','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('aln','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('aln','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('aln','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('aln','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('aln','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('aln','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('aln','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('aln','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('aln','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('aln','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('aln','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('aln','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('aln','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('aln','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('aln','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('aln','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('aln','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('aln','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('aln','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('aln','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('aln','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('aln','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('aln','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('aln','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('aln','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('aln','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('aln','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('aln','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('aln','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('aln','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('aln','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('aln','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('aln','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('aln','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('aln','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('aln','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('aln','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('aln','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('aln','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('aln','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('aln','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('aln','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('aln','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('aln','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('aln','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('aln','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('aln','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('aln','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('aln','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('aln','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('aln','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('aln','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('aln','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('aln','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('aln','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('aln','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('aln','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('aln','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('aln','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('aln','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('aln','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('aln','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('aln','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('aln','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('aln','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('aln','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('aln','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('aln','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('aln','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('aln','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('aln','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('aln','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('aln','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('aln','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('aln','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('aln','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('aln','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('aln','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('aln','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('aln','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('aln','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('aln','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('aln','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('aln','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('aln','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('aln','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('aln','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('aln','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('aln','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('aln','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('aln','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('aln','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('aln','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('aln','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('aln','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('aln','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('aln','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('aln','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('aln','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('aln','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('aln','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('aln','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('aln','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('aln','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('aln','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('aln','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('aln','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('aln','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('aln','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('aln','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('aln','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('aln','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('aln','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('aln','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('aln','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('aln','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('aln','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('aln','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('aln','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('aln','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('aln','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('aln','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('aln','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('aln','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('aln','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('aln','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('aln','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('aln','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('aln','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('aln','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('aln','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('aln','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('aln','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('aln','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('aln','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('aln','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('aln','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('aln','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('aln','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('aln','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('aln','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('aln','messages:apihelp-summary','s:3:\"en:\";'),('aln','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('aln','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('aln','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('aln','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('aln','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('aln','messages:apihelp-tag-param-reason','s:27:\"sq:Arsyeja për ndërrimin.\";'),('aln','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('aln','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('aln','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('aln','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('aln','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('aln','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('aln','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('aln','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('aln','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('aln','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('aln','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aln','messages:apihelp-unblock-summary','s:28:\"sq:Zhblloko një përdorues.\";'),('aln','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('aln','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('aln','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('aln','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('aln','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('aln','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('aln','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('aln','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('aln','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('aln','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('aln','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('aln','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('aln','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('aln','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('aln','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('aln','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('aln','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('aln','messages:apihelp-upload-param-file','s:25:\"sq:Përmbajtja e skedave.\";'),('aln','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('aln','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('aln','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('aln','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('aln','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('aln','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('aln','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('aln','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('aln','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('aln','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('aln','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('aln','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('aln','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('aln','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('aln','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('aln','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('aln','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('aln','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('aln','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('aln','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('aln','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('aln','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('aln','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('aln','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('aln','messages:apihelp-userrights-summary','s:57:\"sq:Ndërro anëtarësinë e grupit të një përdoruesit.\";'),('aln','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('aln','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('aln','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('aln','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('aln','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('aln','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('aln','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('aln','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('aln','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('aln','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('aln','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('aln','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('aln','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('aln','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('aln','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('aln','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('aln','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('aln','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('aln','messages:apisandbox','s:14:\"sq:API livadhi\";'),('aln','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('aln','messages:apisandbox-alert-field','s:50:\"sq:Vlera në këtë fushë nuk është e vlefshme.\";'),('aln','messages:apisandbox-alert-page','s:49:\"sq:Fushat në këtë faqe nuk janë të vlefshme.\";'),('aln','messages:apisandbox-continue','s:9:\"sq:Vazhdo\";'),('aln','messages:apisandbox-continue-clear','s:9:\"sq:Pastro\";'),('aln','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('aln','messages:apisandbox-deprecated-parameters','s:39:\"sq:Parametra të nxjerrë nga funksioni\";'),('aln','messages:apisandbox-dynamic-error-exists','s:51:\"sq:Një parametër i quajtur \"$1\" tashmë ekziston.\";'),('aln','messages:apisandbox-dynamic-parameters','s:20:\"sq:Parametra shtesë\";'),('aln','messages:apisandbox-dynamic-parameters-add-label','s:19:\"sq:Shto parametër:\";'),('aln','messages:apisandbox-dynamic-parameters-add-placeholder','s:20:\"sq:Emri i parametrit\";'),('aln','messages:apisandbox-examples','s:10:\"sq:Shembuj\";'),('aln','messages:apisandbox-fetch-token','s:20:\"sq:Vet-mbush tokenin\";'),('aln','messages:apisandbox-helpurls','s:22:\"sq:Lidhje të ndihmës\";'),('aln','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('aln','messages:apisandbox-jsonly','s:66:\"sq:JavaScript është e domosdoshme që të përdorni API livadhi.\";'),('aln','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('aln','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('aln','messages:apisandbox-loading-results','s:32:\"sq:Po pranohen rezultatet API...\";'),('aln','messages:apisandbox-multivalue-all-namespaces','s:29:\"sq:$1 (të gjitha hapësirat)\";'),('aln','messages:apisandbox-multivalue-all-values','s:25:\"sq:$1 (të gjitha vlerat)\";'),('aln','messages:apisandbox-no-parameters','s:31:\"sq:Moduli API nuk ka parametra.\";'),('aln','messages:apisandbox-param-limit','s:65:\"sq:Shkruaj <kbd>max</kbd> për të përdorur maksimumin e limitit\";'),('aln','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('aln','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('aln','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('aln','messages:apisandbox-request-json-label','s:15:\"sq:Kërko JSON:\";'),('aln','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('aln','messages:apisandbox-request-selectformat-label','s:36:\"sq:Trego të dhënat e kërkuara si:\";'),('aln','messages:apisandbox-request-time','s:41:\"sq:Koha e kërkesës: {{PLURAL:$1|$1 ms}}\";'),('aln','messages:apisandbox-request-url-label','s:20:\"sq:URL e kërkesës:\";'),('aln','messages:apisandbox-reset','s:9:\"sq:Pastro\";'),('aln','messages:apisandbox-results','s:13:\"sq:Rezultatet\";'),('aln','messages:apisandbox-results-error','s:76:\"sq:Ndodhi një gabim gjatë ngarkimit të përgjigjes në kërkesën API: $1\";'),('aln','messages:apisandbox-results-fixtoken','s:38:\"sq:Përmirëso tokenin dhe ridorëzoje\";'),('aln','messages:apisandbox-results-fixtoken-fail','s:34:\"sq:Dështoi të merr \"$1\" tokenin.\";'),('aln','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('aln','messages:apisandbox-retry','s:10:\"sq:Riprovo\";'),('aln','messages:apisandbox-sending-request','s:32:\"sq:Po dërgohen kërkesat API...\";'),('aln','messages:apisandbox-submit','s:17:\"sq:Bëj kërkesë\";'),('aln','messages:apisandbox-submit-invalid-fields-message','s:59:\"sq:Ju lutem korrigjoni fushat e shënuara dhe provoni prap.\";'),('aln','messages:apisandbox-submit-invalid-fields-title','s:34:\"sq:Disa fusha janë të pavlefshme\";'),('aln','messages:apisandbox-summary','s:3:\"en:\";'),('aln','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('aln','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('aln','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('aln','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('aln','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('aln','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('aln','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('aln','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('aln','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('aln','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('aln','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('aln','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('aln','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('aln','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('aln','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('aln','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('aln','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('aln','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('aln','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('aln','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('aln','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('aln','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('aln','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('aln','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('aln','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('aln','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('aln','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('aln','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('aln','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('aln','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('aln','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('aln','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('aln','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('aln','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('aln','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('aln','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('aln','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('aln','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('aln','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('aln','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('aln','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('aln','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('aln','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('aln','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('aln','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aln','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('aln','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('aln','messages:apr','s:7:\"aln:Pri\";'),('aln','messages:april','s:9:\"aln:prill\";'),('aln','messages:april-gen','s:11:\"aln:prillit\";'),('aln','messages:article','s:13:\"aln:Artikulli\";'),('aln','messages:articleexists','s:132:\"aln:Nji faqe me këtë titull tashmâ ekziston, apo keni zgjedhë nji titull të pavlefshëm.\nJu lutemi zgjedhni nji titull tjetër.\";'),('aln','messages:aug','s:8:\"aln:Gush\";'),('aln','messages:august','s:9:\"aln:gusht\";'),('aln','messages:august-gen','s:11:\"aln:gushtit\";'),('aln','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('aln','messages:authform-newtoken','s:20:\"sq:Mungon tokeni. $1\";'),('aln','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('aln','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('aln','messages:authform-notoken','s:16:\"sq:Mungon tokeni\";'),('aln','messages:authform-wrongtoken','s:17:\"sq:Token i gabuar\";'),('aln','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('aln','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('aln','messages:authmanager-authn-no-local-user','s:87:\"sq:Kredencialet e dhëna nuk janë të asociuara me ndonjë përdorues në këtë wiki.\";'),('aln','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('aln','messages:authmanager-authn-no-primary','s:53:\"sq:Kredencialet e dhëna nuk mund të vërtetoheshin.\";'),('aln','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('aln','messages:authmanager-autocreate-exception','s:87:\"sq:Krijimi automatik i llogarive përkohësisht i pamundësuar për shkak të gabimeve.\";'),('aln','messages:authmanager-autocreate-noperm','s:45:\"sq:Krijimi automatik i llogarive nuk lejohet.\";'),('aln','messages:authmanager-change-not-supported','s:83:\"sq:Kredencialet e dhëna nuk mund të ndryshohen, pasiqë asgjë nuk i përdor ato.\";'),('aln','messages:authmanager-create-disabled','s:44:\"sq:Krijimi i llogarive është pamundësuar.\";'),('aln','messages:authmanager-create-from-login','s:61:\"sq:Për të krijuar llogarinë tuaj, ju lutem mbushni fushat.\";'),('aln','messages:authmanager-create-no-primary','s:78:\"sq:Kredencialet e dhëna nuk mund të përdoreshin për krijim të llogarisë.\";'),('aln','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('aln','messages:authmanager-domain-help','s:38:\"sq:Domeni për vërtetim të jashtëm.\";'),('aln','messages:authmanager-email-help','s:22:\"sq:Adresa elektronike:\";'),('aln','messages:authmanager-email-label','s:8:\"sq:Email\";'),('aln','messages:authmanager-link-no-primary','s:77:\"sq:Kredencialet e dhëna nuk mund të përdoreshin për lidhje të llogarive.\";'),('aln','messages:authmanager-link-not-in-progress','s:116:\"sq:Lidhja e llogarive nuk është në progres ose të dhënat e sesionit janë humbur. Ju lutem filloni nga fillimi.\";'),('aln','messages:authmanager-password-help','s:31:\"sq:Fjalëkalimi për vërtetim.\";'),('aln','messages:authmanager-provider-password','s:37:\"sq:Vërtetim i bazuar në fjalëkalim\";'),('aln','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('aln','messages:authmanager-provider-temporarypassword','s:29:\"sq:Fjalëkalim i përkohshëm\";'),('aln','messages:authmanager-realname-help','s:34:\"sq:Emri i vërtetë i përdoruesit\";'),('aln','messages:authmanager-realname-label','s:19:\"sq:Emri i vërtetë\";'),('aln','messages:authmanager-retype-help','s:36:\"sq:Prap fjalëkalimi për konfirmim.\";'),('aln','messages:authmanager-userdoesnotexist','s:58:\"sq:Llogaria e përdoruesit \"$1\" nuk është e regjistruar.\";'),('aln','messages:authmanager-userlogin-remembermypassword-help','s:76:\"sq:Nëse fjalëkalimi duhet të kujtohet më gjatë se gjatësia e sesionit.\";'),('aln','messages:authmanager-username-help','s:38:\"sq:Emri i përdoruesit për vërtetim.\";'),('aln','messages:authpage-cannot-create','s:48:\"sq:E pamundur të fillohet krijimi i llogarisë.\";'),('aln','messages:authpage-cannot-create-continue','s:95:\"sq:E pamundur të vazhdohet krijimi i llogarisë. Sesioni juaj sipas gjitha gjasave ka skaduar.\";'),('aln','messages:authpage-cannot-link','s:46:\"sq:E pamundur të fillohet lidhja e llogarive.\";'),('aln','messages:authpage-cannot-link-continue','s:93:\"sq:E pamundur të vazhdohet lidhja e llogarive. Sesioni juaj sipas gjitha gjasave ka skaduar.\";'),('aln','messages:authpage-cannot-login','s:33:\"sq:E pamundur të fillohet hyrja.\";'),('aln','messages:authpage-cannot-login-continue','s:80:\"sq:E pamundur të vazhdohet hyrja. Sesioni juaj sipas gjitha gjasave ka skaduar.\";'),('aln','messages:authprovider-confirmlink-failed','s:51:\"sq:Lidhja e llogarive nuk pat sukses të plotë: $1\";'),('aln','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('aln','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('aln','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('aln','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('aln','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('aln','messages:authprovider-confirmlink-request-label','s:40:\"sq:Llogaritë të cilat duhet të lidhen\";'),('aln','messages:authprovider-confirmlink-success-line','s:24:\"sq:$1: U lidh me sukses.\";'),('aln','messages:authprovider-resetpass-skip-help','s:36:\"sq:Kalo rivendosjen e fjalëkalimit.\";'),('aln','messages:authprovider-resetpass-skip-label','s:11:\"sq:Kapërce\";'),('aln','messages:autoblockedtext','s:703:\"aln:Adresa juej e IPs âsht bllokue automatikisht meqenëse âsht përdorë prej nji përdoruesi tjetër, i cili âsht bllokue prej $1.\nArsyeja e dhânë âsht kjo:\n\n:\'\'$2\'\'\n\n* Fillimi i bllokimit: $8\n* Përfundimi i bllokimit: $6\n* I bllokuemi i synuem: $7\n\nMundeni me kontaktue $1 ose ndonji [[{{MediaWiki:Grouppage-sysop}}|administrator]] për me diskutue bllokimin.\n\nNuk mundeni me shfrytëzue funksionin \'dërgo email këtij përdoruesi\' përveç nëse keni specifikue adresë emaili në [[Special:Preferences|parapëlqimet e llogarisë]] dhe nuk jeni bllokue.\n\nAdresa juej aktuale e IP âsht $3, dhe ID e bllokimit âsht #$5.\nJu lutemi përfshini këto shenime në të gjitha shkresat që i bâni.\";'),('aln','messages:autoblocker','s:145:\"sq:Bllokuar automatikisht sepse adresa juaj IP është përdorur rishtas nga \"[[User:$1|$1]]\".\nArsyeja e dhënë për bllokimin e $1 është \"$2\"\";'),('aln','messages:autoblockid','s:18:\"sq:Autobllokim #$1\";'),('aln','messages:autoblocklist','s:16:\"sq:Autobllokimet\";'),('aln','messages:autoblocklist-empty','s:45:\"sq:Lista e autobllokimeve është e zbrazët.\";'),('aln','messages:autoblocklist-legend','s:24:\"sq:Rreshto autobllokimet\";'),('aln','messages:autoblocklist-localblocks','s:54:\"sq:{{PLURAL:$1|Autoblloku lokal|Autobllokimet lokale}}\";'),('aln','messages:autoblocklist-otherblocks','s:53:\"sq:{{PLURAL:$1|Autoblloku tjetër|Autoblloqet tjera}}\";'),('aln','messages:autoblocklist-submit','s:9:\"sq:Kërko\";'),('aln','messages:autoblocklist-total-autoblocks','s:46:\"sq:Numri i përgjithshëm i vet-bllokimeve: $1\";'),('aln','messages:autochange-username','s:35:\"sq:Ndryshim automatik i MediaWiki-t\";'),('aln','messages:autocomment-prefix','s:3:\"en:\";'),('aln','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('aln','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('aln','messages:autoredircomment','s:24:\"sq:Përcjellim te [[$1]]\";'),('aln','messages:autosumm-blank','s:19:\"sq:U boshatis faqja\";'),('aln','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('aln','messages:autosumm-new','s:23:\"sq:Krijoi faqen me \"$1\"\";'),('aln','messages:autosumm-newblank','s:27:\"sq:Krijoi faqe të zbrazët\";'),('aln','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('aln','messages:autosumm-replace','s:31:\"sq:Faqja u zëvendësua me \'$1\'\";'),('aln','messages:backend-fail-alreadyexists','s:29:\"sq:Skeda $1 ekziston tashmë.\";'),('aln','messages:backend-fail-backup','s:38:\"sq:Nuk mund të rezervojë skedën $1.\";'),('aln','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('aln','messages:backend-fail-closetemp','s:46:\"sq:Nuk mund të mbyllë skedën e përkohshme.\";'),('aln','messages:backend-fail-connect','s:49:\"sq:Nuk u arrit lidhja me shërbimin e depos \"$1\".\";'),('aln','messages:backend-fail-contenttype','s:90:\"sq:Nuk mundi të përcaktojë llojin e përmbajtjes së skedarit për ta ruajtur në \"$1\".\";'),('aln','messages:backend-fail-copy','s:43:\"sq:Nuk mund të kopjojë skedën $1 tek $2.\";'),('aln','messages:backend-fail-create','s:38:\"sq:Nuk mund të krijonte skedën \"$1\".\";'),('aln','messages:backend-fail-delete','s:34:\"sq:Nuk mund të grisë skedën $1.\";'),('aln','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('aln','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('aln','messages:backend-fail-hashes','s:57:\"sq:Nuk mund të marrë rrëmujat e skedave për krahasim.\";'),('aln','messages:backend-fail-internal','s:62:\"sq:Një problem i panjohur ndodhi në shërbimin e depos \"$1\".\";'),('aln','messages:backend-fail-invalidpath','s:51:\"sq:$1 nuk është një rrugë e vlefshme ruajtjeje.\";'),('aln','messages:backend-fail-maxsize','s:104:\"sq:Nuk mund të shkruante skedarin \"$1\" sepse ai është më i madh se {{PLURAL:$2|një bajt|$2 bajtë}}\";'),('aln','messages:backend-fail-move','s:45:\"sq:Nuk mund të zhvendosë skedën $1 tek $2.\";'),('aln','messages:backend-fail-notexists','s:25:\"sq:Skeda $1 nuk ekziston.\";'),('aln','messages:backend-fail-notsame','s:50:\"sq:Një skedë joidentike ekziston tashmë tek $1.\";'),('aln','messages:backend-fail-opentemp','s:44:\"sq:Nuk mund të hapë skedën e përkohshme.\";'),('aln','messages:backend-fail-read','s:35:\"sq:Nuk mund të lexojë skedën $1.\";'),('aln','messages:backend-fail-readonly','s:105:\"sq:Shërbimi i depos \"$1\" është për momentin vetëm-për-lexim. Arsyeja e dhënë është: <em>$2</em>\";'),('aln','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('aln','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('aln','messages:backend-fail-store','s:41:\"sq:Nuk mund të ruajë skedën $1 tek $2.\";'),('aln','messages:backend-fail-stream','s:35:\"sq:Nuk mund të kalojë skedën $1.\";'),('aln','messages:backend-fail-synced','s:96:\"sq:Skedari \"$1\" është në një gjendje të parregullt brenda proceseve të depos së brendshme\";'),('aln','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('aln','messages:backend-fail-writetemp','s:49:\"sq:Nuk mund të shkruajë te skeda e përkohshme.\";'),('aln','messages:backlinksubtitle','s:9:\"en:← $1\";'),('aln','messages:bad-target-model','s:99:\"sq:Caku i dëshiruar përdor model tjetër të përmbajtjes. Nuk mund të shndërroj nga $1 në $2.\";'),('aln','messages:bad_image_list','s:288:\"aln:Formati asht si vijon:\n\nMerren parasysh vetëm elementet e radhituna (rreshtat që fillojnë me *).\nVegza e parë në rresht lidhet patjetër me nji skedë të keqe.\nKrejt vegzat tjera në të njejtin rresht do të bajnë përjashtim, d.m.th. faqe ku skeda paraqitet mbrenda rreshtit.\";'),('aln','messages:badaccess','s:15:\"aln:Gabim tagri\";'),('aln','messages:badaccess-group0','s:53:\"aln:Nuk keni tagër me ekzekutue veprimin e kërkuem.\";'),('aln','messages:badaccess-groups','s:96:\"aln:Në veprimin e kërkuem kanë tagër vetëm përdoruesit nga {{PLURAL:$2|grupi|grupet}}: $1.\";'),('aln','messages:badarticleerror','s:56:\"aln:Ky veprim nuk mundet me u ekzekutue në këtë faqe.\";'),('aln','messages:badfilename','s:45:\"sq:Emri i skedës është ndërruar në \"$1\".\";'),('aln','messages:badipaddress','s:41:\"sq:Nuk ka asnjë përdorues me atë emër\";'),('aln','messages:badretype','s:40:\"aln:Fjalëkalimet nuk janë të njêjta.\";'),('aln','messages:badsig','s:66:\"aln:Sintaksa e nënshkrimit asht e pavlefshme, kontrolloni HTML-n.\";'),('aln','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('aln','messages:badsiglength','s:76:\"aln:Emri i zgjedhun asht shumë i gjatë; duhet me pas ma pak se $1 shkronja\";'),('aln','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('aln','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('aln','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('aln','messages:badtitle','s:16:\"aln:Titull i keq\";'),('aln','messages:badtitletext','s:183:\"aln:Titulli i faqes që kërkuet ishte jovalid, bosh, apo ishte nji vegëz gabim e lidhun ndërgjuhesisht apo ndër-wiki.\nNdodh që ka shêja që nuk munden me u përdorë në titull.\";'),('aln','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('aln','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('aln','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('aln','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('aln','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('aln','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('aln','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('aln','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('aln','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('aln','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('aln','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('aln','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('aln','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('aln','messages:blankarticle','s:138:\"sq:<strong>Kujdes:</strong>Faqja që po krijoni është boshe.\nNëse klikoni \"$1\" përsëri, faqja do të krijohet pa ndonjë përmbajtje.\";'),('aln','messages:blanknamespace','s:14:\"aln:(Artikujt)\";'),('aln','messages:blankpage','s:18:\"sq:Faqe e zbrazët\";'),('aln','messages:block','s:22:\"sq:Blloko përdoruesin\";'),('aln','messages:block-actions','s:13:\"en:Block type\";'),('aln','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('aln','messages:block-details','s:16:\"en:Block details\";'),('aln','messages:block-expiry','s:8:\"sq:Afati\";'),('aln','messages:block-log-flags-angry-autoblock','s:38:\"sq:Autobllokimi i zgjeruar u aktivizua\";'),('aln','messages:block-log-flags-anononly','s:19:\"sq:vetëm anonimët\";'),('aln','messages:block-log-flags-hiddenname','s:32:\"sq:emri i përdoruesit i fshehur\";'),('aln','messages:block-log-flags-noautoblock','s:37:\"sq:vetëbllokimi është pamundësuar\";'),('aln','messages:block-log-flags-nocreate','s:41:\"aln:krijimi i llogarive âsht pamundësue\";'),('aln','messages:block-log-flags-noemail','s:39:\"sq:posta elektronike është e bllokuar\";'),('aln','messages:block-log-flags-nousertalk','s:53:\"sq:nuk mund të redaktojë faqen e tij të diskutimit\";'),('aln','messages:block-options','s:22:\"en:Additional options:\";'),('aln','messages:block-reason','s:10:\"en:Reason:\";'),('aln','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('aln','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('aln','messages:blocked-mailpassword','s:154:\"aln:Adresa juej IP âsht bllokue për redaktim, dhe nuk lejohet me përdorë funksionin e mëkâmbjes së fjalëkalimit për me parandalue keqpërdorimin.\";'),('aln','messages:blocked-notice-logextract','s:130:\"sq:Ky përdorues është aktualisht i bllokuar.\nMë poshtë mund t\'i referoheni shënimit të regjistruar për bllokimin e fundit:\";'),('aln','messages:blockednoreason','s:27:\"aln:nuk âsht dhânë arsye\";'),('aln','messages:blockedtext','s:681:\"aln:<strong>Llogaria e juaj apo adresa IP është bllokuar.</strong>\n\nBllokimi është bërë prej $1.\nArsyeja e dhënë është <em>$2</em>.\n\n\n* Fillimi i bllokimit: $8\n* Përfundimi i bllokimit: $6\n* I bllokuaru i synuar: $7\n\nJu mund të kontaktoni $1 ose ndonjë [[{{MediaWiki:Grouppage-sysop}}|administrator]] për ta diskutuar bllokimin.\nNuk mund ta shfrytëzoni funksionin \'dërgo email këtij përdoruesi\' përveç nëse keni specifikuar adresë emaili në [[Special:Preferences|parapëlqimet e llogarisë]] dhe nuk jeni bllokuar.\nAdresa e juaj aktuale e IP është $3, dhe ID e bllokimit është #$5.\nJu lutemi përfshini këto shënime në të gjitha shkresat që i bëni.\";'),('aln','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('aln','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('aln','messages:blockedtext-composite-no-ids','s:51:\"sq:Adresa juaj IP shfaqet në disa lista bllokimesh\";'),('aln','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('aln','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('aln','messages:blockedtitle','s:32:\"aln:Përdoruesi âsht i bllokuem\";'),('aln','messages:blockip','s:24:\"aln:Ndaloje përdoruesin\";'),('aln','messages:blockipsuccesssub','s:27:\"sq:Bllokimi u bë me sukses\";'),('aln','messages:blockipsuccesstext','s:136:\"sq:[[Special:Contributions/$1|$1]] është bllokuar.<br />\nShiko [[Special:BlockList|listen e bllokimeve]] për të rishikuar bllokimet.\";'),('aln','messages:blockiptext','s:513:\"sq:Përdorni formularin e mëposhtëm për të hequr lejen e shkrimit për një përdorues ose IP specifike.\nKjo duhet bërë vetëm në raste vandalizmi, dhe në përputhje me [[{{MediaWiki:Policy-url}}|politikat]].\nPlotësoni arsyen specifike më poshtë (p.sh., tregoni faqet specifike që u vandalizuan).\nJu mund të bllokoni vargjet e adresës IP duke përdorur sintaksën [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR]; vargu më i madh i lejuar është /$1 për IPv4 dhe /$2 për IPv6.\";'),('aln','messages:blocklink','s:12:\"aln:bllokoje\";'),('aln','messages:blocklist','s:24:\"sq:Përdorues i Bllokuar\";'),('aln','messages:blocklist-addressblocks','s:32:\"sq:Fsheh bllokimin e IP vetanake\";'),('aln','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('aln','messages:blocklist-by','s:29:\"sq:Administratori i bllokimit\";'),('aln','messages:blocklist-editing','s:10:\"en:editing\";'),('aln','messages:blocklist-editing-action','s:10:\"en:actions\";'),('aln','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('aln','messages:blocklist-editing-page','s:8:\"en:pages\";'),('aln','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('aln','messages:blocklist-expiry','s:9:\"sq:Skadon\";'),('aln','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('aln','messages:blocklist-nousertalk','s:53:\"sq:nuk mund të editohet faqja personale e diskutimit\";'),('aln','messages:blocklist-params','s:25:\"sq:Parametrat e Bllokimit\";'),('aln','messages:blocklist-rangeblocks','s:23:\"sq:Fsheh varg bllokimet\";'),('aln','messages:blocklist-reason','s:10:\"sq:Arsyeja\";'),('aln','messages:blocklist-summary','s:3:\"en:\";'),('aln','messages:blocklist-target','s:12:\"sq:Objektivi\";'),('aln','messages:blocklist-tempblocks','s:33:\"sq:Fsheh bllokimin e përkohshëm\";'),('aln','messages:blocklist-timestamp','s:16:\"sq:Kohë-caktimi\";'),('aln','messages:blocklist-type','s:8:\"en:Type:\";'),('aln','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('aln','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('aln','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('aln','messages:blocklist-userblocks','s:31:\"sq:Fsheh bllokimin e llogarisë\";'),('aln','messages:blocklog-showlog','s:134:\"sq:{{GENDER:$1|Ky përdorues|Kjo përdoruese}} ka qenë bllokuar më parë.\nMë poshtë jepet regjistri i bllokimeve, për referencë:\";'),('aln','messages:blocklog-showsuppresslog','s:116:\"sq:Ky përdorues ka qenë i bllokuar dhe i fshehur më parë.\nRegjistri i bllokimeve është poshtë për referncë:\";'),('aln','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('aln','messages:blocklogpage','s:26:\"aln:Regjistri i bllokimeve\";'),('aln','messages:blocklogtext','s:244:\"sq:Ky është një regjistër i veprimeve bllokuese dhe zhbllokuese të përdoruesit.\n\nAdresat e IP-ve të bllokuara automatikisht nuk janë të paraqitura. \n\nShih [[Special:BlockList|listën e IP-ve të bllokuara]] të bllokimeve të tanishme.\";'),('aln','messages:booksources','s:18:\"aln:Burime librash\";'),('aln','messages:booksources-invalid-isbn','s:114:\"sq:ISBN-ja e dhënë nuk duket të jetë e vlefshme; kontrolloni oër gabime gjatë kopjimit nga burimi origjinal.\";'),('aln','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('aln','messages:booksources-search','s:9:\"sq:Kërko\";'),('aln','messages:booksources-search-legend','s:30:\"aln:Kërkim në burime librash\";'),('aln','messages:booksources-summary','s:3:\"en:\";'),('aln','messages:booksources-text','s:143:\"sq:Më posht është një listë me lidhje të cilët shesin ose përdorin libra dhe munden të kenë informacione për librat që kërkoni ju:\";'),('aln','messages:boteditletter','s:5:\"aln:b\";'),('aln','messages:botpasswords','s:20:\"sq:Bot fjalëkalimet\";'),('aln','messages:botpasswords-bad-appid','s:45:\"sq:Emri i botit \"$1\" nuk është i vlefshëm.\";'),('aln','messages:botpasswords-created-body','s:86:\"sq:Fjalëkalimi i botit për botin me emër \"$1\" të {{GENDER:$2|user}} \"$2\" u krijua.\";'),('aln','messages:botpasswords-created-title','s:30:\"sq:Fjalëkalimi botit u krijua\";'),('aln','messages:botpasswords-createnew','s:37:\"sq:Krijo një fjalëkalim të ri boti\";'),('aln','messages:botpasswords-deleted-body','s:93:\"sq:Fjalëkalimi i botit për botin me emër \"$1\"  {{GENDER:$2|të përdoruesit}} \"$2\" u fshi.\";'),('aln','messages:botpasswords-deleted-title','s:31:\"sq:Fjalëkalimi i botit u fshih\";'),('aln','messages:botpasswords-disabled','s:50:\"sq:Fjalëkalimet e botit janë të padisponueshme.\";'),('aln','messages:botpasswords-editexisting','s:42:\"sq:Redakto një fjalëkalim ekzistues boti\";'),('aln','messages:botpasswords-existing','s:39:\"sq:Fjalëkalimet ekzistuese të boteve.\";'),('aln','messages:botpasswords-help-grants','s:290:\"sq:Bursat lejojnë hyrje në të drejtat e zotëruara nga llogaria juaj e përdoruesit.Mundësimi i një burse këtu nuk mundëson hyrje në asnjë të drejtë që llogaria juaj e përdoruesit nuk mund t\'i ketë. Shikoni  [[Special:ListGrants|tabela e bursave]] për më tepër informacion.\";'),('aln','messages:botpasswords-insert-failed','s:71:\"sq:Dështoi për të shtuar emrin e botit \"$1\". është shtuar tashmë?\";'),('aln','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('aln','messages:botpasswords-label-appid','s:14:\"sq:Emri botit:\";'),('aln','messages:botpasswords-label-cancel','s:8:\"sq:Anulo\";'),('aln','messages:botpasswords-label-create','s:8:\"sq:Krijo\";'),('aln','messages:botpasswords-label-delete','s:7:\"sq:Fshi\";'),('aln','messages:botpasswords-label-grants','s:25:\"sq:Bursa të aplikueshme:\";'),('aln','messages:botpasswords-label-grants-column','s:9:\"sq:Lejuar\";'),('aln','messages:botpasswords-label-needsreset','s:34:\"sq:(fjalëkalimi duhet rivendosur)\";'),('aln','messages:botpasswords-label-resetpassword','s:25:\"sq:Rivendos fjalëkalimin\";'),('aln','messages:botpasswords-label-update','s:14:\"sq:Përditëso\";'),('aln','messages:botpasswords-locked','s:95:\"sq:Ju nuk mund të identifikoheni me një fjalëkalim bot pasi llogaria juaj është e mbyllur.\";'),('aln','messages:botpasswords-needs-reset','s:106:\"sq:Fjalëkalimi i botit për botin me emër \"$1\" {{GENDER:$2|të përdoruesit}} \"$2\" duhet të rivendoset.\";'),('aln','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('aln','messages:botpasswords-no-central-id','s:104:\"sq:Për të përdorur fjalëkalimet e botit, duhet të identifikoheni në një llogari të centralizuar.\";'),('aln','messages:botpasswords-no-provider','s:59:\"sq:BotPasswordsSessionProvider nuk është në dispozicion.\";'),('aln','messages:botpasswords-not-exist','s:63:\"sq:Përdoruesi \"$1\" s’ka fjalëkalim roboti të quajtur \"$2\".\";'),('aln','messages:botpasswords-restriction-failed','s:63:\"sq:Kufizimet e fjalëkalimit të botit pengojnë këtë kyçje.\";'),('aln','messages:botpasswords-summary','s:391:\"sq:<em>Fjalëkalimi Botit</em> mundëson hyrjen në një llogari përdoruesi nëpërmjet API pa përdorur kredencialet kryesore të identifikimit. Të drejtat e përdoruesit janë të kufizuara kur identifikoheni me një fjalëkalim boti.\n\nNëse nuk e dini përse doni ta bëni këtë, më mirë mos e bëni. Asnjë nuk duhet t\'iu kërkoj të gjeneroni një nga këto dhe tua dërgoni atyre.\";'),('aln','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('aln','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('aln','messages:botpasswords-update-failed','s:67:\"sq:Dështoi për të përditësuar emrin e bot \"$1\". Ishte fshirë?\";'),('aln','messages:botpasswords-updated-body','s:101:\"sq:Fjalëkalimi i botit për botin me emër \"$1\" {{GENDER:$2|të përdoruesit}} \"$2\" u përditëdsua.\";'),('aln','messages:botpasswords-updated-title','s:33:\"sq:Fjalëkalimi i botit u freskua\";'),('aln','messages:brackets','s:7:\"en:[$1]\";'),('aln','messages:brackets-end','s:4:\"en:]\";'),('aln','messages:brackets-start','s:4:\"en:[\";'),('aln','messages:broken-file-category','s:55:\"sq:Faqe me lidhje materialesh multimediale të prishura\";'),('aln','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('aln','messages:brokenredirects','s:28:\"sq:Përcjellime të prishura\";'),('aln','messages:brokenredirects-delete','s:8:\"sq:grise\";'),('aln','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('aln','messages:brokenredirects-edit','s:10:\"sq:redakto\";'),('aln','messages:brokenredirects-summary','s:3:\"en:\";'),('aln','messages:brokenredirectstext','s:70:\"sq:Përcjellimet që vijojnë lidhen tek një artikull që s\'ekziston:\";'),('aln','messages:bydate','s:9:\"sq:datës\";'),('aln','messages:cachedspecial-viewing-cached-ttl','s:102:\"sq:Ju jeni duke e parë një version të ruajtur të kësaj faqe, që mund të jetë deri $1 e vjetër\";'),('aln','messages:cactions','s:13:\"sq:Më shumë\";'),('aln','messages:cancel','s:11:\"aln:Harroje\";'),('aln','messages:cannotauth-not-allowed','s:41:\"sq:Nuk lejoheni të përdorni këtë faqe\";'),('aln','messages:cannotauth-not-allowed-title','s:13:\"sq:Mohot leja\";'),('aln','messages:cannotchangeemail','s:72:\"sq:Adresat e-mail të llogarive nuk mund të ndryshohen në këtë wiki.\";'),('aln','messages:cannotcreateaccount-text','s:68:\"sq:Krijimi direkt i llogarisë nuk është i mundur në këtë wiki.\";'),('aln','messages:cannotcreateaccount-title','s:31:\"sq:Nuk mund të krijoni llogari\";'),('aln','messages:cannotdelete','s:87:\"aln:Nuk mujta me fshi faqen apo skedën \"$1\".\nNdodh që âsht fshi prej dikujt tjetër.\";'),('aln','messages:cannotdelete-title','s:34:\"sq:Faqja \"$1\" nuk mund të fshihet\";'),('aln','messages:cannotlink-no-provider','s:31:\"sq:Nuk ka llogari të lidhshme.\";'),('aln','messages:cannotlink-no-provider-title','s:30:\"sq:Nuk ka llogari të lidhshme\";'),('aln','messages:cannotlogin-text','s:36:\"sq:Identifikimi nuk është i mundur\";'),('aln','messages:cannotlogin-title','s:23:\"sq:Nuk mund të kyçeni\";'),('aln','messages:cannotloginnow-text','s:54:\"sq:Identifikimi nuk është i mundur kur përdorni $1.\";'),('aln','messages:cannotloginnow-title','s:35:\"sq:Nuk mund të identifikoheni tani\";'),('aln','messages:cannotlogoutnow-text','s:55:\"sq:Çregjistrimi nuk është i mundur kur përdorni $1.\";'),('aln','messages:cannotlogoutnow-title','s:30:\"sq:Nuk mund të çkyçeni tani\";'),('aln','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('aln','messages:cannotundelete','s:42:\"sq:Disa ose krejt çfshirjet dështuan:\n$1\";'),('aln','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('aln','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('aln','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('aln','messages:cant-move-category-page','s:42:\"sq:Nuk ju lejohet të zhvendosni kategori.\";'),('aln','messages:cant-move-subpages','s:42:\"sq:Nuk ju lejohet të zhvendosni nënfaqe.\";'),('aln','messages:cant-move-to-category-page','s:66:\"sq:Nuk ju lejohet të zhvendosni një faqe në një faqe kategori.\";'),('aln','messages:cant-move-to-user-page','s:123:\"sq:Ju nuk keni të drejta për të zhvendosur një faqe tek një faqe përdoruesi (përvç tek një nën-faqe përdoruesi).\";'),('aln','messages:cant-move-user-page','s:91:\"sq:Ju nuk keni të drejat për të lzhvendosur faqet e përdoruesve (përveç nën-faqeve).\";'),('aln','messages:cant-see-hidden-user','s:208:\"sq:Përdoruesi që po përpiqeni të bllokoni është i bllokuar dhe i fshehur.\nPërderisa ju nuk keni të drejtën e fshehjes së përdoruesve, ju nuk mund të shikoni ose redaktoni bllokimet e përdoruesit.\";'),('aln','messages:cantmove-titleprotected','s:104:\"sq:Nuk mund të zhvendosni një faqe në këtë titull pasi ky titull është mbrojtur kundrejt krijimit\";'),('aln','messages:cantrollback','s:98:\"sq:Rishikimi s’mund të rikthehet.\nKontribuesi i fundit është autori i vetëm i kësaj faqeje.\";'),('aln','messages:cascadeprotected','s:204:\"aln:Kjo faqe âsht e mbrojtun prej redaktimit, për shkak se âsht e përfshime në {{PLURAL:$1|faqen, e cila âsht e mbrojtun|faqet, të cilat janë të mbrojtuna}} me opcionin \"zinxhir\" të zgjedhun:\n$2\";'),('aln','messages:cascadeprotectedwarning','s:214:\"aln:\'\'\'Veni re:\'\'\' Kjo faqe âsht e mshelun dhe vetëm përdoruesit me tagër administruesi munden me e redaktue, tue qenë se âsht e përfshime në mbrojtje mvarësie në {{PLURAL:$1|faqen e|faqet e}} mâposhtme:\";'),('aln','messages:categories','s:12:\"aln:Kategori\";'),('aln','messages:categories-submit','s:8:\"sq:Shfaq\";'),('aln','messages:categories-summary','s:3:\"en:\";'),('aln','messages:categoriesfrom','s:40:\"sq:Paraqit kategoritë duke filluar në:\";'),('aln','messages:categoriespagetext','s:208:\"sq:{{PLURAL:$1|Kategoria vijuese gjendet|Kategoritë vijuese gjenden}} në wiki, dhe mund të jenë ose të mos jenë të papërdorura.\nShihni gjithashtu [[Special:WantedCategories|kategori të dëshiruara]].\";'),('aln','messages:category-article-count','s:121:\"aln:{{PLURAL:$2|Kjo kategori ka vetëm këtë faqe.|Kjo kategori ka {{PLURAL:$1|këtë faqe|$1 faqe}} nga gjithsejt $2.}}\";'),('aln','messages:category-article-count-limited','s:64:\"aln:{{PLURAL:$1|Faqja âsht|$1 faqe janë}} në këtë kategori.\";'),('aln','messages:category-empty','s:68:\"aln:\'\'Kjo kategori tashpërtash nuk përmban asnji faqe apo media.\'\'\";'),('aln','messages:category-file-count','s:141:\"aln:{{PLURAL:$2|Kjo kategori ka vetëm këtë skedë.|{{PLURAL:$1|kjo skedë âsht|$1 skeda janë}} në këtë kategori, prej gjithsejt $2.}}\";'),('aln','messages:category-file-count-limited','s:70:\"aln:{{PLURAL:$1|Kjo skedë âsht|$1 skeda janë}} në këtë kategori.\";'),('aln','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('aln','messages:category-media-header','s:27:\"aln:Media në kategori \"$1\"\";'),('aln','messages:category-move-redirect-override','s:4:\"en:-\";'),('aln','messages:category-subcat-count','s:152:\"aln:{{PLURAL:$2|Kjo kategori ka vetëm këtë nënkategori.|Kjo kategori ka {{PLURAL:$1|këtë nënkategori|$1 këto nënkategori}}, nga gjithsejt $2.}}\";'),('aln','messages:category-subcat-count-limited','s:76:\"aln:Kjo kategori ka {{PLURAL:$1|këtë nënkategori|$1 këto nënkategori}}.\";'),('aln','messages:category_header','s:32:\"aln:Artikuj në kategorinë \"$1\"\";'),('aln','messages:categorypage','s:29:\"aln:Shiko faqen e kategorisë\";'),('aln','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('aln','messages:change-blocklink','s:17:\"aln:ndrro bllokun\";'),('aln','messages:changeblockip','s:15:\"en:Change block\";'),('aln','messages:changecontentmodel','s:49:\"sq:Ndrysho modelin e përmbajtjes së një faqeje\";'),('aln','messages:changecontentmodel-cannot-convert','s:72:\"sq:Përmbajtja në [[:$1]] nuk mund të ndryshohet në një lloj të $2.\";'),('aln','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('aln','messages:changecontentmodel-emptymodels-text','s:75:\"sq:Përmbajta në [[:$1]] nuk mund të ndërrohet në ndonjë lloj tjetër.\";'),('aln','messages:changecontentmodel-emptymodels-title','s:40:\"sq:Nuk ka ndonjë model të përmbajtjes\";'),('aln','messages:changecontentmodel-legend','s:33:\"sq:Ndrysho modelin e përmbajtjes\";'),('aln','messages:changecontentmodel-model-label','s:21:\"sq:Model i ri lënde:\";'),('aln','messages:changecontentmodel-nodirectediting','s:72:\"sq:Modeli i përmbajtjes së $1 nuk përkrah redaktim të drejtpërdrejt\";'),('aln','messages:changecontentmodel-reason-label','s:11:\"sq:Arsyeja:\";'),('aln','messages:changecontentmodel-submit','s:10:\"sq:Ndrysho\";'),('aln','messages:changecontentmodel-success-text','s:53:\"sq:Tipi i përmbajtjes së [[:$1]] është ndryshuar.\";'),('aln','messages:changecontentmodel-success-title','s:42:\"sq:Modeli i përmbajtjes është ndryshuar\";'),('aln','messages:changecontentmodel-title-label','s:19:\"sq:Titulli i faqes:\";'),('aln','messages:changecredentials','s:23:\"sq:Ndërro kredencialet\";'),('aln','messages:changecredentials-invalidsubpage','s:49:\"sq:$1 nuk është tip i vlefshëm i kredencialit.\";'),('aln','messages:changecredentials-submit','s:23:\"sq:Ndërro kredencialet\";'),('aln','messages:changecredentials-success','s:38:\"sq:Kredencialet tuaja kanë ndryshuar.\";'),('aln','messages:changed','s:12:\"sq:ndryshuar\";'),('aln','messages:changeemail','s:38:\"sq:Ndrysho ose hiq postën elektronike\";'),('aln','messages:changeemail-header','s:246:\"sq:Plotësoni këtë formular për të ndryshuar adresën tuaj të postës elektronike. Nëse do të donit për të hequr ndërlidhjen e ndonjë adrese email nga llogaria juaj, lëreni bosh adresën e re të email-it kur të dorëzoni formularin.\";'),('aln','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('aln','messages:changeemail-newemail','s:25:\"sq:Adresa e re e emailit:\";'),('aln','messages:changeemail-newemail-help','s:257:\"sq:Kjo fushë duhet të lihet bosh në qoftë se dëshironi të hiqni adresën tuaj të emailit. Nuk do të jeni në gjendje për të resetuar fjalëkalimin e harruar dhe nuk do të merrni email nga kjo wiki nëse adresa e postës elektronike është hequr.\";'),('aln','messages:changeemail-no-info','s:93:\"sq:Ju duhet të identifikoheni në mënyrë që të keni të drejtë hyrjeje në këtë faqe.\";'),('aln','messages:changeemail-nochange','s:49:\"sq:Të lutem shkruaj një tjetër adresë emaili.\";'),('aln','messages:changeemail-none','s:11:\"sq:(asgjë)\";'),('aln','messages:changeemail-oldemail','s:28:\"sq:Adresa aktuale e emailit:\";'),('aln','messages:changeemail-password','s:36:\"sq:Fjalëkalimi juaj i {{SITENAME}}:\";'),('aln','messages:changeemail-submit','s:30:\"sq:Ndrysho postën elektronike\";'),('aln','messages:changeemail-summary','s:3:\"en:\";'),('aln','messages:changeemail-throttled','s:96:\"sq:Ju keni bërë shumë tentativa hyrjeje.\nJu lutemi prisni $1 përpara se të provoni sërish.\";'),('aln','messages:changepassword','s:29:\"aln:Ndërrimi i fjalëkalimit\";'),('aln','messages:changepassword-success','s:62:\"aln:Fjalëkalimi juej u ndryshue me sukses! Tash po kyçeni...\";'),('aln','messages:changepassword-summary','s:3:\"en:\";'),('aln','messages:changepassword-throttled','s:133:\"sq:Keni bërë shumë tentime të njëpasnjëshme në fjalëkalimin e kësaj llogarie. Ju lutemi prisni para se te tentoni përsëri.\";'),('aln','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('aln','messages:checkbox-all','s:13:\"sq:Të gjitha\";'),('aln','messages:checkbox-invert','s:14:\"sq:E kundërta\";'),('aln','messages:checkbox-none','s:9:\"sq:Asnjë\";'),('aln','messages:checkbox-select','s:13:\"sq:Zgjedh: $1\";'),('aln','messages:clearyourcache','s:463:\"aln:\'\'\'Shenim - Mbas ruejtjes, ka mundësi që duheni me shmângë memorizimin në cache për me i pâ ndryshimet.\'\'\'\n\'\'\'Mozilla / Firefox / Safari:\'\'\' mbani \'\'Shift\'\' tue klikue në \'\'Reload\'\', ose trusni \'\'Ctrl-F5\'\' ose \'\'Ctrl-R\'\' (\'\'Command-R\'\' në Mac);\n\'\'\'Konqueror: \'\'\'klikoni \'\'Reload\'\' ose trusni \'\'F5\'\';\n\'\'\'Opera:\'\'\' fshini cachein në \'\'Tools → Preferences\'\';\n\'\'\'Internet Explorer:\'\'\' mbani \'\'Ctrl\'\' tue klikue në \'\'Refresh,\'\' ose trusni \'\'Ctrl-F5\'\'.\";'),('aln','messages:collapsible-collapse','s:10:\"sq:Ngushto\";'),('aln','messages:collapsible-expand','s:9:\"sq:Zgjero\";'),('aln','messages:colon-separator','s:9:\"en::&#32;\";'),('aln','messages:comma-separator','s:9:\"en:,&#32;\";'),('aln','messages:common.css','s:63:\"aln:/* CSSi i vendosun këtu ka me u zbatue në tâna dukjet */\";'),('aln','messages:common.js','s:109:\"aln:/* Çdo JavaScript këtu ka me u ngarkue për të gjithë përdoruesit në secilën thirrje të faqes. */\";'),('aln','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('aln','messages:compare-page1','s:9:\"sq:Faqe 1\";'),('aln','messages:compare-page2','s:9:\"sq:Faqe 2\";'),('aln','messages:compare-rev1','s:12:\"sq:Version 1\";'),('aln','messages:compare-rev2','s:12:\"sq:Version 2\";'),('aln','messages:compare-revision-not-exists','s:44:\"sq:Rishikimi që ju specifikuat nuk ekziston\";'),('aln','messages:compare-submit','s:12:\"sq:Krahasimi\";'),('aln','messages:comparepages','s:18:\"sq:Krahasoni faqet\";'),('aln','messages:comparepages-summary','s:3:\"en:\";'),('aln','messages:compareselectedversions','s:34:\"aln:Krahasoni versionet e zgjedhme\";'),('aln','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('aln','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('aln','messages:confirm','s:13:\"sq:Konfirmoni\";'),('aln','messages:confirm-markpatrolled-button','s:14:\"sq:Në rregull\";'),('aln','messages:confirm-markpatrolled-top','s:47:\"sq:Shëno versionin $3 nga $2 si të patrolluar\";'),('aln','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('aln','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('aln','messages:confirm-purge-bottom','s:106:\"sq:Spastrimi i një faqeje pastron \'\'cache\'\'-in dhe detyron shfaqjen e verzionit më të fundit të faqes.\";'),('aln','messages:confirm-purge-title','s:24:\"sq:Spastroje këtë faqe\";'),('aln','messages:confirm-purge-top','s:44:\"sq:Të spastrohet fshehtina e kësaj faqeje?\";'),('aln','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('aln','messages:confirm-rollback-button','s:14:\"sq:Në rregull\";'),('aln','messages:confirm-rollback-top','s:37:\"sq:Rikthe redaktimet në këtë faqe?\";'),('aln','messages:confirm-unwatch-button','s:14:\"sq:Në rregull\";'),('aln','messages:confirm-unwatch-top','s:49:\"sq:Largo këtë faqe nga lista juaj mbikqyrëse ?\";'),('aln','messages:confirm-watch-button','s:14:\"sq:Në rregull\";'),('aln','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('aln','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('aln','messages:confirm-watch-top','s:51:\"sq:Shto këtë faqe në listën mbikqyrëse tuajen?\";'),('aln','messages:confirm_purge_button','s:7:\"sq:Shko\";'),('aln','messages:confirmable-confirm','s:33:\"sq:A je {{GENDER:$1|i|e}} sigurt?\";'),('aln','messages:confirmable-no','s:5:\"sq:Jo\";'),('aln','messages:confirmable-yes','s:5:\"sq:Po\";'),('aln','messages:confirmdeletetext','s:247:\"aln:Jeni tue fshi nji faqe bashkë me krejt historikun e saj.\nJu lutemi konfirmoni që kjo âsht ajo që deshtët me bâ, që i keni të njoftuna konsekuencat, dhe që këtë jeni tue e bâ në përputhje me [[{{MediaWiki:Policy-url}}|politikat]].\";'),('aln','messages:confirmedittext','s:172:\"aln:Duheni me vërtetue adresën tuej të emailit para se me redaktue.\nJu lutemi vërtetoni adresën tuej të emailit përmjet [[Special:Preferences|parapëlqimeve]] tueja.\";'),('aln','messages:confirmemail','s:27:\"sq:Vërtetoni adresën tuaj\";'),('aln','messages:confirmemail_body','s:440:\"sq:Dikush, me gjasë ju, nga IP adresa $1,\nka regjistruar një llogari \"$2\" me këtë e-mail adresë në {{SITENAME}}.\n\nPër të konfirmuar se kjo llogari ju përket me të vërtetë dhe për të aktivizuar\nfunksionet e \'\'e-mail\'\'-it në {{SITENAME}}, hapni këtë lidhje në shfletuesin tuaj:\n\n$3\n\nNëse llogaria *nuk* ju përket, ndiqni këtë lidhje\npër të anuluar konfirmimin e e-mail adresës:\n\n$5\n\nKy kod i konfirmimit skadon me $4.\";'),('aln','messages:confirmemail_body_changed','s:450:\"sq:Dikush, me gjasë ju, nga IP adresa $1,\nka ndryshuar e-mail adresën e llogarisë \"$2\" me këtë adresë në {{SITENAME}}.\n\nPër të konfirmuar se kjo llogari ju përket me të vërtetë dhe për të rizaktivizuar\nfunksionet e \'\'e-mail\'\'-it në {{SITENAME}}, hapni këtë lidhje në shfletuesin tuaj:\n\n$3\n\nNëse llogaria *nuk* ju përket, ndiqni këtë lidhje\npër të anuluar konfirmimin e e-mail adresës:\n\n$5\n\nKy kod i konfirmimit skadon me $4.\";'),('aln','messages:confirmemail_body_set','s:448:\"sq:Dikush, me gjasë ju, nga IP adresa $1,\nka ndryshuar e-mail adresën e llogarisë \"$2\" me këtë adresë në {{SITENAME}}.\n\nPër të konfirmuar se kjo llogari ju përket me të vërtetë dhe për të aktivizuar funksionet e \'\'e-mail\'\'-it në {{SITENAME}}, hapni këtë lidhje në shfletuesin tuaj:\n\n$3\n\nNëse llogaria *nuk* ju përket, ndiqni këtë lidhje\npër të anuluar konfirmimin e e-mail adresës:\n\n$5\n\nKy kod i konfirmimit skadon më $4.\";'),('aln','messages:confirmemail_invalid','s:65:\"sq:Kodi i shifrimit të vërtetimit është gabim ose ka skaduar.\";'),('aln','messages:confirmemail_invalidated','s:55:\"sq:Vërtetimi i adresës së email-it është tërhequr\";'),('aln','messages:confirmemail_loggedin','s:34:\"sq:Adresa juaj është vërtetuar.\";'),('aln','messages:confirmemail_needlogin','s:52:\"sq:Ju duhet të $1 për ta konfirmuar email-adresën\";'),('aln','messages:confirmemail_noemail','s:87:\"sq:Ju nuk keni dhënë email të sakt te [[Special:Preferences|parapëlqimet e juaja]].\";'),('aln','messages:confirmemail_oncreate','s:209:\"sq:Një kod vërtetimi është dërguar tek adresa juaj e email-it.\nKy kod nuk kërkohet për të hyrë brenda në llogarinë tuaj, por nevojitet për të mundësuar mjetet që përdorin email në këtë wiki.\";'),('aln','messages:confirmemail_pending','s:177:\"sq:Një kod vërtetimi ju është dërguar më parë. Nëse sapo hapët llogarinë tuaj prisni disa minuta deri sa t\'iu arrijë mesazhi përpara se të kërkoni një kod të ri.\";'),('aln','messages:confirmemail_send','s:21:\"sq:Dërgo vërtetimin\";'),('aln','messages:confirmemail_sendfailed','s:151:\"sq:{{SITENAME}} nuk mundi ta çojë email-in tuaj konfirmues.\nJu lutemi kontrolloni adresen e emial-it tuaj per gabime ne shkrim.\n\nPostieri u kthye: $1\";'),('aln','messages:confirmemail_sent','s:43:\"sq:Email-i për vërtetim është dërguar.\";'),('aln','messages:confirmemail_subject','s:36:\"sq:Vërtetim adrese nga {{SITENAME}}\";'),('aln','messages:confirmemail_success','s:82:\"sq:Adresa juaj është vërtetuar. Mund të hyni brënda dhe të përdorni wiki-n.\";'),('aln','messages:confirmemail_text','s:283:\"sq:Për të marrë email duhet të vërtetoni adresen tuaj. Shtypni butonin e mëposhtëm për të dërguar një email vërtetimi tek adresa juaj. Email-i do të përmbajë një lidhje me kod të shifruar. Duke ndjekur lidhjen nëpërmjet shfletuesit tuaj do të vërtetoni adresën.\";'),('aln','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('aln','messages:confirmrecreate','s:223:\"sq:Përdoruesi [[User:$1|$1]] ([[User talk:$1|diskutime]]) grisi këtë artikull mbasi ju filluat ta redaktoni për arsyen:\n: <em>$2</em>\'\'\nJu lutem konfirmoni nëse dëshironi me të vërtetë ta rikrijoni këtë artikull.\";'),('aln','messages:confirmrecreate-noreason','s:170:\"sq:Përdoruesi [[User:$1|$1]]([[User talk:$1|talk]]) ka fshirë këtë faqe pasi ju filluat ta redaktoni. Ju lutem konfirmoni që vërtet doni të ri-krijoni këtë faqe.\";'),('aln','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('aln','messages:content-json-empty-array','s:15:\"sq:Fushë boshe\";'),('aln','messages:content-json-empty-object','s:14:\"sq:Objekt bosh\";'),('aln','messages:content-model-css','s:6:\"en:CSS\";'),('aln','messages:content-model-javascript','s:13:\"sq:JavaScript\";'),('aln','messages:content-model-json','s:7:\"en:JSON\";'),('aln','messages:content-model-text','s:20:\"sq:tekst i thejshtë\";'),('aln','messages:content-model-wikitext','s:12:\"sq:wikitekst\";'),('aln','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('aln','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('aln','messages:continue-editing','s:31:\"sq:Kaloni te zona e redaktimeve\";'),('aln','messages:contribslink','s:12:\"aln:Ndihmesa\";'),('aln','messages:contribsub2','s:16:\"aln:Për $1 ($2)\";'),('aln','messages:contributions','s:29:\"sq:Kontributet e përdoruesit\";'),('aln','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('aln','messages:contributions-summary','s:3:\"en:\";'),('aln','messages:contributions-title','s:37:\"aln:Kontributet e përdoruesit në $1\";'),('aln','messages:contributions-userdoesnotexist','s:58:\"sq:Llogaria e përdoruesit \"$1\" nuk është e regjistruar.\";'),('aln','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('aln','messages:copyright','s:38:\"aln:Përmbajtja mundësohet simbas $1.\";'),('aln','messages:copyrightpage','s:40:\"aln:{{ns:project}}:Të drejtat autoriale\";'),('aln','messages:copyrightwarning','s:471:\"aln:Ju lutemi vini re se tâna kontributet në {{SITENAME}} konsiderohen me qenë të lidhuna me licencën $2 (shih $1 për detaje).\nNëse nuk doni që shkrimet tueja me u redaktue pamëshirshëm dhe me u shpërnda arbitrarisht, atëherë mâ mirë mos publikoni këtu.<br />\nGjithashtu po premtoni se këtë e keni shkrue vetë, ose e keni kopjue prej domenës publike apo ndonji burimi tjetër të lirë.\n\'\'\'Mos publikoni vepra që janë e drejtë autoriale pa leje!\'\'\'\";'),('aln','messages:copyrightwarning2','s:487:\"aln:Ju lutemi vini re se tâna kontributet në {{SITENAME}} mujnë me u rishkrue, ndryshue, apo fshi prej kontribuusve tjerë.\nNëse nuk doni që shkrimet tueja me u redaktue pamëshirshëm dhe me u shpërnda arbitrarisht, atëherë mâ mirë mos publikoni këtu.<br />\nGjithashtu po premtoni se këtë e keni shkrue vetë, ose e keni kopjue prej domenës publike apo ndonji burimi tjetër të lirë (shih $1 për detaje).\n\'\'\'Mos publikoni vepra që janë e drejtë autoriale pa leje!\'\'\'\";'),('aln','messages:copyupload-allowed-domains','s:3:\"en:\";'),('aln','messages:copyuploaddisabled','s:37:\"sq:Ngarkimi nga URL-ja u çaktivizua.\";'),('aln','messages:create','s:9:\"aln:Krijo\";'),('aln','messages:create-local','s:26:\"sq:Shto përshkrimin lokal\";'),('aln','messages:createaccount','s:17:\"aln:Krijo llogari\";'),('aln','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('aln','messages:createaccount-text','s:238:\"aln:Dikush ka krijue llogari me adresën tuej të emailit në {{SITENAME}} ($4) me nofkën \"$2\", dhe fjalëkalimin \"$3\".\nKyçuni tash dhe ndërroni fjalëkalimin.\n\nNëse kjo llogari âsht krijue gabimisht, mundeni me injorue këtë email.\";'),('aln','messages:createaccount-title','s:41:\"aln:Krijimi i llogarive për {{SITENAME}}\";'),('aln','messages:createaccountblock','s:38:\"sq:hapja e lloggarive është bllokuar\";'),('aln','messages:createaccounterror','s:38:\"aln:Nuk mund të hapni një llogari $1\";'),('aln','messages:createaccountmail','s:12:\"aln:me email\";'),('aln','messages:createaccountmail-help','s:96:\"sq:Mund të përdoret për të krijuar llogari për një person tjetër pa njohur fjalëkalimin.\";'),('aln','messages:createacct-another-continue-submit','s:31:\"sq:Vazhdo krijimin e llogarisë\";'),('aln','messages:createacct-another-email-ph','s:32:\"sq:Vendosni adresën elektronike\";'),('aln','messages:createacct-another-realname-tip','s:123:\"sq:* Emri i vërtetë nuk është i domosdoshëm: Nëse e jepni do të përmendeni si kontribues për punën që ke bërë.\";'),('aln','messages:createacct-another-submit','s:21:\"sq:Krijoje llogarinë\";'),('aln','messages:createacct-another-username-ph','s:17:\"sq:Vendosni emrin\";'),('aln','messages:createacct-benefit-body1','s:35:\"sq:{{PLURAL:$1|redaktim|redaktime}}\";'),('aln','messages:createacct-benefit-body2','s:26:\"sq:{{PLURAL:$1|faqe|faqe}}\";'),('aln','messages:createacct-benefit-body3','s:52:\"sq:{{PLURAL:$1|kontribuesi i|kontribuesit e}} fundit\";'),('aln','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('aln','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('aln','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('aln','messages:createacct-benefit-heading','s:43:\"sq:{{SITENAME}} shkruhet nga njerëz si ti.\";'),('aln','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('aln','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('aln','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('aln','messages:createacct-continue-submit','s:31:\"sq:Vazhdo krijimin e llogarisë\";'),('aln','messages:createacct-email-ph','s:28:\"sq:Jepni adresën tuaj email\";'),('aln','messages:createacct-emailoptional','s:36:\"sq:Adresa elektronike (me dëshirë)\";'),('aln','messages:createacct-emailrequired','s:21:\"sq:Adresa elektronike\";'),('aln','messages:createacct-error','s:24:\"sq:krijim gabim llogarie\";'),('aln','messages:createacct-helpusername','s:3:\"en:\";'),('aln','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('aln','messages:createacct-loginerror','s:134:\"sq:Llogaria u krijua me sukses por nuk mundëm t\'ju kyçim automatikisht. Ju lutemi, vazhdoni te [[Special:UserLogin|kyçja manuale]].\";'),('aln','messages:createacct-normalization','s:87:\"sq:Emri yt i përdoruesit do të përshtatet si \"$2\" për shkak të kufizimeve teknike.\";'),('aln','messages:createacct-realname','s:34:\"sq:Emri i vërtetë (me dëshirë)\";'),('aln','messages:createacct-reason','s:68:\"sq:Arsyeja (do të shfaqet publikisht në ndryshimet më të fundit)\";'),('aln','messages:createacct-reason-confirm','s:130:\"sq:Arsyeja që jeni futur ishte një adresë emaili. Nëse kjo është e qëllimshme, ju lutem klikoni përsëri \"krijoni llogari\"\";'),('aln','messages:createacct-reason-help','s:64:\"sq:Mesazhi tregohet në identifikimin e krijimit të llogarisë.\";'),('aln','messages:createacct-reason-ph','s:45:\"sq:Pse jeni duke krijuar një llogari tjetër\";'),('aln','messages:createacct-submit','s:26:\"sq:Krijoni llogarinë tuaj\";'),('aln','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('aln','messages:createacct-username-help','s:3:\"en:\";'),('aln','messages:createacct-useuniquepass','s:92:\"sq:Sugjerohet të përdorni një fjalëkalim unik që nuk e përdorni në llogari të tjera.\";'),('aln','messages:createacct-yourpassword-ph','s:25:\"sq:Vendosni fjalëkalimin\";'),('aln','messages:createacct-yourpasswordagain','s:27:\"sq:Konfirmoni fjalëkalimin\";'),('aln','messages:createacct-yourpasswordagain-ph','s:27:\"sq:Rivendosni fjalëkalimin\";'),('aln','messages:created','s:11:\"sq:u krijua\";'),('aln','messages:creating','s:17:\"sq:Po krijohet $1\";'),('aln','messages:credentialsform-account','s:21:\"sq:Emri i llogarisë:\";'),('aln','messages:credentialsform-provider','s:23:\"sq:Tipi i kredencialit:\";'),('aln','messages:creditspage','s:20:\"aln:Kreditat e faqes\";'),('aln','messages:cur','s:8:\"aln:tash\";'),('aln','messages:currentevents','s:21:\"aln:Ndodhitë aktuale\";'),('aln','messages:currentevents-url','s:29:\"aln:Project:Ndodhitë aktuale\";'),('aln','messages:currentrev','s:24:\"aln:Versioni i tanishëm\";'),('aln','messages:currentrev-asof','s:32:\"aln:Redaktimi aktual i datës $1\";'),('aln','messages:currentrevisionlink','s:19:\"aln:Verzioni aktual\";'),('aln','messages:customcssprotected','s:110:\"sq:Ju nuk keni leje për të redaktuar këtë faqe CSS, sepse ai përmban cilësimet personale tjetër user\'s.\";'),('aln','messages:customjsonprotected','s:121:\"sq:Ju nuk keni leje për ta redaktuar këtë faqe JSON sepse përmban të dhënat personale të një përdoruesi tjetër.\";'),('aln','messages:customjsprotected','s:117:\"sq:Ju nuk keni leje për të redaktuar këtë faqe JavaScript, sepse ai përmban cilësimet personale tjetër user\'s.\";'),('aln','messages:databaseerror','s:23:\"aln:Gabim në databazë\";'),('aln','messages:databaseerror-error','s:13:\"sq:Gabimi: $1\";'),('aln','messages:databaseerror-function','s:16:\"sq:Funksioni: $1\";'),('aln','messages:databaseerror-query','s:18:\"sq:\nPyetësori: $1\";'),('aln','messages:databaseerror-text','s:50:\"sq:\nKjo mund të tregojë një gabim në software.\";'),('aln','messages:databaseerror-textcl','s:51:\"sq:Ka ndodhur një gabim në bazën e të dhënave.\";'),('aln','messages:databaselocked','s:45:\"sq:Baza e të dhënave veç është bllokuar.\";'),('aln','messages:databasenotlocked','s:34:\"sq:Regjistri nuk është bllokuar.\";'),('aln','messages:date','s:27:\"en:From date (and earlier):\";'),('aln','messages:date-range-from','s:12:\"sq:Nga data:\";'),('aln','messages:date-range-to','s:11:\"sq:Te data:\";'),('aln','messages:datedefault','s:20:\"aln:S\'ka parapëlqim\";'),('aln','messages:days','s:34:\"sq:{{PLURAL:$1|$1 ditë|$1 ditë}}\";'),('aln','messages:days-abbrev','s:7:\"en:$1 d\";'),('aln','messages:dberr-again','s:55:\"sq:Pritni disa minuta dhe provoni të ringarkoni faqen.\";'),('aln','messages:dberr-info','s:53:\"sq:(Nuk mund të qaset në bazën e të dhënave: $1)\";'),('aln','messages:dberr-info-hidden','s:49:\"sq:(Nuk mund të qaset në bazën e të dhënave)\";'),('aln','messages:dberr-problems','s:53:\"sq:Na vjen keq! Kjo faqe po has vështirësi teknike.\";'),('aln','messages:deadendpages','s:25:\"sq:Artikuj pa rrugëdalje\";'),('aln','messages:deadendpages-summary','s:3:\"en:\";'),('aln','messages:deadendpagestext','s:82:\"sq:Artikujt në vijim nuk kanë asnjë lidhje me artikuj e tjerë në këtë wiki.\";'),('aln','messages:dec','s:7:\"aln:Dhe\";'),('aln','messages:december','s:10:\"aln:dhetor\";'),('aln','messages:december-gen','s:12:\"aln:dhetorit\";'),('aln','messages:default','s:18:\"aln:e paracaktueme\";'),('aln','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('aln','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('aln','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('aln','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('aln','messages:defaultmessagetext','s:38:\"sq:Teksti i porosisë së parazgjedhur\";'),('aln','messages:defemailsubject','s:43:\"sq:{{SITENAME}} emaili nga përdoruesi \"$1\"\";'),('aln','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('aln','messages:delete','s:10:\"aln:Fshije\";'),('aln','messages:delete-confirm','s:13:\"sq:Grise \"$1\"\";'),('aln','messages:delete-edit-reasonlist','s:27:\"sq:Ndrysho arsyet e grisjes\";'),('aln','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aln','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('aln','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('aln','messages:delete-hook-aborted','s:52:\"sq:Fshirja u anulua nga togëza.\nNuk jipet shpjegim.\";'),('aln','messages:delete-legend','s:8:\"sq:Grise\";'),('aln','messages:delete-scheduled','s:71:\"sq:Faqja \"$1\" është përcaktuar për fshirje.\n\nJu lutemi, kini durim.\";'),('aln','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('aln','messages:delete-toobig','s:206:\"sq:Kjo faqe ka një historik të madh redaktimesh, më shumë se $1 {{PLURAL:$1|version|versione}}.\nGrisja e faqeve të tilla ka qenë kufizuar për të parandaluar përçarjen aksidentale të {{SITENAME}}.\";'),('aln','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('aln','messages:delete-warning-toobig','s:209:\"sq:Kjo faqe ka një historik të madh redaktimesh, më shumë se $1 {{PLURAL:$1|version|versione}}.\nGrisja e saj mund të ndërpresë operacionet e bazës së të dhënave të {{SITENAME}};\nvazhdoni me kujdes.\";'),('aln','messages:delete_and_move_confirm','s:23:\"sq:Po, gris këtë faqe\";'),('aln','messages:delete_and_move_reason','s:62:\"sq:U gris për të liruar vendin për përcjellim të \"[[$1]]\"\";'),('aln','messages:delete_and_move_text','s:95:\"sq:Faqja e destinimit \"[[:$1]]\" ekziston. Dëshironi ta grisni për të mundësuar zhvendosjen?\";'),('aln','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('aln','messages:deletecomment','s:12:\"aln:Arsyeja:\";'),('aln','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('aln','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('aln','messages:deletedcontributions','s:25:\"sq:Kontribute të grisura\";'),('aln','messages:deletedcontributions-summary','s:3:\"en:\";'),('aln','messages:deletedcontributions-title','s:47:\"sq:Kontribute përdoruesish të fshira, për $1\";'),('aln','messages:deletedhist','s:24:\"aln:Historiku i grisjeve\";'),('aln','messages:deletedrevision','s:30:\"sq:Gris versionin e vjetër $1\";'),('aln','messages:deletedtext','s:68:\"aln:\"$1\" âsht fshi.\nShih $2 për regjistrin e fshimjeve të fundit.\";'),('aln','messages:deletedwhileediting','s:64:\"sq:Kujdes! Kjo faqe është grisur pasi keni filluar redaktimin!\";'),('aln','messages:deleteotherreason','s:25:\"aln:Arsyet tjera/shtesë:\";'),('aln','messages:deletepage','s:15:\"aln:Fshij faqen\";'),('aln','messages:deletepage-deletetalk','s:45:\"sq:Gris dhe faqen shoqëruese të diskutimeve\";'),('aln','messages:deletepage-submit','s:15:\"aln:Fshij faqen\";'),('aln','messages:deletepage-summary','s:3:\"en:\";'),('aln','messages:deleteprotected','s:58:\"sq:Nuk mund ta fshini këtë faqet sepse është mbrojtur.\";'),('aln','messages:deletereason-dropdown','s:149:\"sq:*Arsye të zakonshme të grisjes\n** Spam\n** Vandalizëm\n** Shkelje e të drejtave të autorit\n** Kërkesë e autorit\n** Faqe përcjellëse e thyer\";'),('aln','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('aln','messages:deletereasonotherlist','s:17:\"aln:Arsye tjetër\";'),('aln','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('aln','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aln','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('aln','messages:deletionlog','s:24:\"sq:regjistrin e grisjeve\";'),('aln','messages:dellogpage','s:25:\"aln:Regjistri i fshimjeve\";'),('aln','messages:dellogpagetext','s:61:\"sq:Më poshtë është një listë e grisjeve më të fundit.\";'),('aln','messages:destfilename','s:22:\"sq:Emri mbas dhënies:\";'),('aln','messages:diff','s:10:\"aln:ndrysh\";'),('aln','messages:diff-empty','s:17:\"sq:(Pa ndryshime)\";'),('aln','messages:diff-form','s:13:\"sq:Ndryshimet\";'),('aln','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('aln','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('aln','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('aln','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('aln','messages:diff-form-submit','s:19:\"en:Show differences\";'),('aln','messages:diff-form-summary','s:3:\"en:\";'),('aln','messages:diff-multi-manyusers','s:152:\"sq:({{PLURAL:$1|Një versioni i ndërmjetshëm|$1 versione të ndërmjetshme}} nga më shumë se $2 {{PLURAL:$2|përdorues|përdorues}} i/të pashfaqur)\";'),('aln','messages:diff-multi-otherusers','s:158:\"sq:({{PLURAL:$1|Një rishikim i ndërmjetëm i pashfaqur|$1 rishikime të ndërmjetme të pashfaqur}} nga {{PLURAL:$2|një përdorues tjetër|$2 përdorues}})\";'),('aln','messages:diff-multi-sameuser','s:128:\"sq:({{PLURAL:$1|Një rishikim i ndërmjetëm i pashfaqur|$1 rishikime të ndërmjetme të pashfaqura}} nga i njëjti përdorues)\";'),('aln','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('aln','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('aln','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('aln','messages:difference-multipage','s:27:\"sq:(Ndryshimi midis faqeve)\";'),('aln','messages:difference-title','s:30:\"sq:$1: Dallime mes rishikimesh\";'),('aln','messages:difference-title-multipage','s:37:\"sq:Ndryshimi mes faqeve \"$1\" dhe \"$2\"\";'),('aln','messages:directorycreateerror','s:42:\"aln:Nuk mujta me krijue direktorinë \"$1\".\";'),('aln','messages:directoryreadonlyerror','s:45:\"sq:Direktoria \"$1\" është vetëm e lexueshme\";'),('aln','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('aln','messages:disclaimerpage','s:38:\"aln:Project:Shfajsimet e përgjithshme\";'),('aln','messages:disclaimers','s:13:\"aln:Shfajsime\";'),('aln','messages:djvu_page_error','s:31:\"sq:Faqja DjVu jashtë renditjes\";'),('aln','messages:double-redirect-fixed-maintenance','s:101:\"sq:Po ndreqen automatikisht ridrejtime të dyfishta nga [[$1]] te [[$2]], në një akt mirëmbajtjeje\";'),('aln','messages:double-redirect-fixed-move','s:90:\"sq:[[$1]] u zhvendos.\n\nËshtë përditësuar automatikisht dhe tani përcjellet tek [[$2]]\";'),('aln','messages:double-redirect-fixer','s:26:\"sq:Rregullues zhvendosjesh\";'),('aln','messages:doubleredirects','s:21:\"sq:Përcjellime dopjo\";'),('aln','messages:doubleredirects-summary','s:3:\"en:\";'),('aln','messages:doubleredirectstext','s:365:\"sq:Kjo faqe liston faqet përcjellëse tek faqet e tjera përcjellëse.\nSecili rresht përmban lidhjet tek përcjellimi i parë dhe përcjellimi i dytë, gjithashtu synimin e përcjellimit të dytë, që është zakonisht faqja synuese \'\'\'e vërtetë\'\'\', që faqja w parë duhej të ishte përcjellëse e kësaj faqeje.\n<del>Kalimet nga</del> hyrjet janë zgjidhur.\";'),('aln','messages:download','s:12:\"aln:shkarkim\";'),('aln','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('aln','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('aln','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('aln','messages:duplicate-defaultsort','s:111:\"sq:\'\'\'Kujdes:\'\'\' Renditja kryesore e çelësit \"$2\" refuzon renditjen e mëparshme kryesore të çelësit \"$1\".\";'),('aln','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('aln','messages:duplicatesoffile','s:140:\"sq:Në vijim {{PLURAL:$1|skeda është identike|$1 janë idnetike}} me këtë skedë\n([[Special:FileDuplicateSearch/$2|më shumë detaje]]):\";'),('aln','messages:duration-centuries','s:34:\"sq:$1 {{PLURAL:$1|shekull|shekuj}}\";'),('aln','messages:duration-days','s:31:\"sq:$1 {{PLURAL:$1|ditë|ditë}}\";'),('aln','messages:duration-decades','s:34:\"sq:$1 {{PLURAL:$1|dekadë|dekada}}\";'),('aln','messages:duration-hours','s:29:\"sq:$1 {{PLURAL:$1|orë|orë}}\";'),('aln','messages:duration-millennia','s:39:\"sq:$1 {{PLURAL:$1|milennium|mileniume}}\";'),('aln','messages:duration-minutes','s:34:\"sq:$1 {{PLURAL:$1|minutë|minuta}}\";'),('aln','messages:duration-seconds','s:36:\"sq:$1 {{PLURAL:$1|sekondë|sekonda}}\";'),('aln','messages:duration-weeks','s:31:\"sq:$1 {{PLURAL:$1|javë|javë}}\";'),('aln','messages:duration-years','s:28:\"sq:$1 {{PLURAL:$1|vit|vite}}\";'),('aln','messages:eauthentsent','s:223:\"aln:Nji email konfirmues u dërgue në adresën e emnueme.\nPara se me u dërgue çfarëdo emaili tjetër në këtë llogari, duheni me i përcjellë udhëzimet në atë email, për me konfirmue se kjo llogari âsht e jueja.\";'),('aln','messages:edit','s:11:\"aln:Redakto\";'),('aln','messages:edit-already-exists','s:53:\"aln:Faqja nuk mundej të hapet.\nAjo tanimë ekziston.\";'),('aln','messages:edit-conflict','s:26:\"aln:Konflikt në redaktim.\";'),('aln','messages:edit-gone-missing','s:56:\"aln:Faqja nuk mund t freskohet.\nDuket se është grisur.\";'),('aln','messages:edit-hook-aborted','s:66:\"sq:Redaktimi u ndërpre nga një goditje.\nNuk dha asnjë shpjegim.\";'),('aln','messages:edit-local','s:31:\"aln:Redakto përshkrimin vendor\";'),('aln','messages:edit-no-change','s:84:\"aln:Redaktimi juaj është anashkaluar pasi që asnjë ndryshim nuk u bë në tekst.\";'),('aln','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('aln','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('aln','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('aln','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('aln','messages:edit_form_incomplete','s:171:\"sq:\'\'\'Disa pjesë të formularit të redaktimit nuk arritën në server; kontrolloni edhe një herë nëse redaktimet tuaja janë të paprekura dhe provojeni përsëri.\'\'\'\";'),('aln','messages:editcomment','s:48:\"sq:Përmbledhja e redaktimit ishte: <em>$1</em>.\";'),('aln','messages:editconflict','s:26:\"aln:Konflikt redaktues: $1\";'),('aln','messages:editfont-monospace','s:37:\"aln:Font me hapësinë t\'njitrajtshme\";'),('aln','messages:editfont-sansserif','s:18:\"aln:Font pa serifa\";'),('aln','messages:editfont-serif','s:18:\"aln:Font me serifa\";'),('aln','messages:editfont-style','s:40:\"aln:Redakto stilin e fontit të fushës:\";'),('aln','messages:edithelp','s:25:\"aln:Ndihmë për redaktim\";'),('aln','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('aln','messages:editing','s:19:\"aln:Tue redaktue $1\";'),('aln','messages:editingcomment','s:36:\"aln:Tue redaktue (sekcionin e ri) $1\";'),('aln','messages:editinginterface','s:380:\"aln:\'\'\'Kujdes:\'\'\' Po redaktoni nji faqe që përdoret për me ofrue tekst të interfaceit të softwareit.\nNdryshimet në këtë faqe do të prekin pamjen e interfaceit për të gjithë përdoruesit tjerë.\nPër përkthim, konsideroni ju lutem përdorimin e [https://translatewiki.net/wiki/Main_Page?setlang=en translatewiki.net], projektin e MediaWiki për përshtatje gjuhësore.\";'),('aln','messages:editingold','s:141:\"aln:\'\'\'Kujdes: Jeni tue redaktue nji verzion të vjetër të faqes.\'\'\'\nNëse e rueni, tâna rishikimet e mâvonshme të faqes kanë me hupë.\";'),('aln','messages:editingsection','s:31:\"aln:Tue redaktue (sekcionin) $1\";'),('aln','messages:editinguser','s:181:\"aln:Duke ndryshuar privilegjet e përdoruesit \'\'\'[[User:$1|$1]]\'\'\' ([[User talk:$1|{{int:talkpagelinktext}}]]{{int:pipe-separator}}[[Special:Contributions/$1|{{int:contribslink}}]])\";'),('aln','messages:editlink','s:11:\"aln:redakto\";'),('aln','messages:editnotice-notext','s:4:\"en:-\";'),('aln','messages:editold','s:11:\"aln:redakto\";'),('aln','messages:editpage','s:14:\"en:Edit a page\";'),('aln','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('aln','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('aln','messages:editpage-invalidcontentmodel-text','s:46:\"sq:Modeli i përmbajtjes \"$1\" nuk mbështetet.\";'),('aln','messages:editpage-invalidcontentmodel-title','s:40:\"sq:Modeli i përmbajtjes nuk mbështetet\";'),('aln','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('aln','messages:editpage-notsupportedcontentformat-title','s:41:\"sq:Formati i përmbajtjes nuk mbështetet\";'),('aln','messages:editpage-summary','s:3:\"en:\";'),('aln','messages:editpage-tos-summary','s:4:\"en:-\";'),('aln','messages:editsection','s:11:\"aln:redakto\";'),('aln','messages:editsectionhint','s:25:\"aln:Redakto sekcionin: $1\";'),('aln','messages:edittools','s:97:\"sq:<!-- Teksti këtu do të tregohet poshtë kutive të redaktimit dhe ngarkimit të skedave. -->\";'),('aln','messages:edittools-upload','s:4:\"en:-\";'),('aln','messages:editundo','s:10:\"aln:ktheje\";'),('aln','messages:editusergroup','s:33:\"aln:Redakto grupet e përdoruesve\";'),('aln','messages:editwatchlist-summary','s:3:\"en:\";'),('aln','messages:ellipsis','s:6:\"en:...\";'),('aln','messages:email','s:9:\"aln:Email\";'),('aln','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('aln','messages:email-legend','s:64:\"sq:Dërgoni porosi elektronike një përdoruesi të {{SITENAME}}\";'),('aln','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('aln','messages:emailauthenticated','s:59:\"aln:Adresa juej e emailit âsht vërtetue me $2 në ora $3.\";'),('aln','messages:emailblock','s:25:\"sq:email është bllokuar\";'),('aln','messages:emailccme','s:51:\"sq:Ma dërgo edhe mua një kopje të këtij emaili.\";'),('aln','messages:emailccsubject','s:35:\"sq:Kopje e emailit tuaj për $1: $2\";'),('aln','messages:emailconfirmlink','s:40:\"aln:Konfirmonin adresën tuej te emailit\";'),('aln','messages:emaildisabled','s:43:\"sq:Kjo faqe nuk mund të dërgojë e-maile.\";'),('aln','messages:emailfrom','s:7:\"sq:Nga:\";'),('aln','messages:emaillink','s:16:\"sq:dërgo e-mail\";'),('aln','messages:emailmessage','s:11:\"sq:Porosia:\";'),('aln','messages:emailnotarget','s:54:\"sq:Nofka jo ekzistuese ose e pavlefshme për marrësin\";'),('aln','messages:emailnotauthenticated','s:116:\"aln:Adresa juej e emailit nuk âsht vërtetue ende.\nNuk ka me u dërgue mâ asnji email për shërbimet në vazhdim.\";'),('aln','messages:emailpagetext','s:284:\"sq:Mund të përdorni formularin e mëposhtëm për të dërguar e-mail tek ky {{GENDER:$1|përdorues}}.\nAdresa e email-it që shkruat tek [[Special:Preferences|preferencat tuaja]] do të duket si \"Nga\" adresa e email-it, pra marrësi do të ketë mundësinë t\'ju përgjigjet direkt.\";'),('aln','messages:emailsend','s:9:\"sq:Dërgo\";'),('aln','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('aln','messages:emailsent','s:20:\"sq:Email-i u dërgua\";'),('aln','messages:emailsenttext','s:28:\"sq:Email-i është dërguar.\";'),('aln','messages:emailsubject','s:12:\"sq:Subjekti:\";'),('aln','messages:emailtarget','s:31:\"sq:Shkruani nofkën e marrësit\";'),('aln','messages:emailto','s:8:\"sq:Për:\";'),('aln','messages:emailuser','s:35:\"aln:Çoji postel këtij përdoruesi\";'),('aln','messages:emailuser-summary','s:3:\"en:\";'),('aln','messages:emailuser-title-notarget','s:26:\"sq:Email për përdoruesin\";'),('aln','messages:emailuser-title-target','s:46:\"sq:Dërgo email te ky {{GENDER:$1|përdorues}}\";'),('aln','messages:emailuserfooter','s:237:\"sq:Kjo porosi elektronike u dërgua nga $1 tek $2 nga \"{{int:emailuser}}\" në {{SITENAME}}. Nëse përgjigjeni në këtë email, emaili juaj do të dërgohet direkt te dërguesi fillestar, duke ua shfaqur adresën tuaj të emailit atyre.\";'),('aln','messages:emailusername','s:9:\"sq:Nofka:\";'),('aln','messages:emailusernamesubmit','s:10:\"sq:Paraqit\";'),('aln','messages:empty-file','s:35:\"sq:Skeda që paraqitët ishte bosh.\";'),('aln','messages:empty-username','s:26:\"en:(no username available)\";'),('aln','messages:emptyfile','s:194:\"sq:Skeda që keni dhënë është bosh ose mbi madhësinë e lejushme. Kjo gjë mund të ndodhi nëse shtypni emrin gabim, prandaj kontrolloni nëse dëshironi të jepni skedën me këtë emër.\";'),('aln','messages:enhancedrc-history','s:12:\"sq:historiku\";'),('aln','messages:enhancedrc-since-last-visit','s:43:\"sq:$1 {{PLURAL:$1|që nga vizita e fundit}}\";'),('aln','messages:enotif_anon_editor','s:23:\"sq:përdorues anonim $1\";'),('aln','messages:enotif_body','s:623:\"sq:I nderuar $WATCHINGUSERNAME, \n\n$PAGEINTRO $NEWPAGE\n\nPërmbledhja e redaktorit: $PAGESUMMARY $PAGEMINOREDIT\n\nKontakto:\nemail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nNuk do të ketë njoftime të tjera për ndryshimet e ardhshme përveç nëse e vizitoni faqen. Gjithashtu mund të ktheni gjendjen e njoftimeve për të gjitha faqet nën mbikëqyrje.\n\nMiku juaj njoftues nga {{SITENAME}}\n\n--\nPër të ndryshuar parapëlqimet e mbikëqyrjes, shikoni {{canonicalurl:Special:Watchlist/edit}}\n\nPër të larguar faqen nga lista juaj e mbikëqyrjes, shikoni\n$UNWATCHURL\n\nPër përshtypje dhe ndihmë të mëtejshme:\n$HELPPAGE\";'),('aln','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aln','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aln','messages:enotif_body_intro_deleted','s:76:\"sq:{{SITENAME}} faqja $1 është fshirë në $PAGEEDITDATE nga $2, shiko $3.\";'),('aln','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aln','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('aln','messages:enotif_impersonal_salutation','s:28:\"sq:Përdorues i {{SITENAME}}\";'),('aln','messages:enotif_lastdiff','s:47:\"sq:Për të shikuar këtë ndryshim, shikoni $1\";'),('aln','messages:enotif_lastvisited','s:75:\"sq:Për të gjitha ndryshimet që prej vizitës tuaj të fundit, shikoni $1\";'),('aln','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('aln','messages:enotif_reset','s:46:\"sq:Vëru shenjë krejt faqeve si të vizituara\";'),('aln','messages:enotif_subject_changed','s:49:\"sq:{{SITENAME}} faqja $1 është ndryshuar nga $2\";'),('aln','messages:enotif_subject_created','s:61:\"sq:{{SITENAME}} faqja $1 është {{GENDER:$2|krijuar}} nga $2\";'),('aln','messages:enotif_subject_deleted','s:47:\"sq:{{SITENAME}} faqja $1 është fshirë nga $2\";'),('aln','messages:enotif_subject_moved','s:49:\"sq:{{SITENAME}} faqja $1 është lëvizuar nga $2\";'),('aln','messages:enotif_subject_restored','s:48:\"sq:{{SITENAME}} faqja $1 është rikthyer nga $2\";'),('aln','messages:enterlockreason','s:95:\"aln:Futni një arsye për bllokimin, gjithashtu futni edhe kohën se kur pritet të çbllokohet\";'),('aln','messages:error','s:9:\"aln:Gabim\";'),('aln','messages:errorpagetitle','s:9:\"aln:Gabim\";'),('aln','messages:exbeforeblank','s:43:\"sq:përmbajtja para boshatisjes ishte: \'$1\'\";'),('aln','messages:exception-nologin','s:12:\"sq:I paqasur\";'),('aln','messages:exception-nologin-text','s:129:\"sq:Ju lutemi të hyni në llogarinë tuaj që të jeni në gjendje për të vepruar në këtë faqe ose të kryeni këtë veprim.\";'),('aln','messages:exception-nologin-text-manual','s:87:\"sq:Ju lutem $1 që të jeni në gjendje për të hyrë në këtë faqe ose të veproni.\";'),('aln','messages:excontent','s:26:\"sq:përmbajtja ishte: \'$1\'\";'),('aln','messages:excontentauthor','s:150:\"sq:përmbajtja ishte: \"$1\" dhe {{GENDER:$2|i vetmi redaktor|e vetmja redaktore}} ishte \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|diskutimet]])\";'),('aln','messages:exif-aperturevalue','s:16:\"sq:aperture APEX\";'),('aln','messages:exif-artist','s:8:\"sq:Autor\";'),('aln','messages:exif-attributionurl','s:57:\"sq:Kur ri-shfrytëzoni këtë punë, ju lutem lidheni tek\";'),('aln','messages:exif-bitspersample','s:21:\"sq:Bit për komponent\";'),('aln','messages:exif-brightnessvalue','s:17:\"sq:shkëlqim APEX\";'),('aln','messages:exif-cameraownername','s:21:\"sq:Pronari i kamerës\";'),('aln','messages:exif-citycreated','s:38:\"sq:Qyteti ku është marrë fotografia\";'),('aln','messages:exif-citydest','s:19:\"sq:Qyteti i treguar\";'),('aln','messages:exif-colorspace','s:23:\"sq:Hapësira e ngjyrave\";'),('aln','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('aln','messages:exif-colorspace-65535','s:17:\"sq:e pa kalibruar\";'),('aln','messages:exif-componentsconfiguration','s:30:\"sq:Kuptimi i secilit komponent\";'),('aln','messages:exif-componentsconfiguration-0','s:15:\"sq:nuk ekziston\";'),('aln','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('aln','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('aln','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('aln','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('aln','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('aln','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('aln','messages:exif-compressedbitsperpixel','s:33:\"sq:Lloji i ngjeshjes së figurës\";'),('aln','messages:exif-compression','s:20:\"sq:Lloji i ngjeshjes\";'),('aln','messages:exif-compression-1','s:15:\"sq:E pangjeshur\";'),('aln','messages:exif-compression-2','s:84:\"sq:CCITT Grupi 3 1-Dimensional Kodimi i Modifikuar Huffman i linjës së gjatësisë\";'),('aln','messages:exif-compression-3','s:28:\"sq:CCITT Grupi 3 faks kodimi\";'),('aln','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('aln','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('aln','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('aln','messages:exif-compression-4','s:28:\"sq:CCITT Grupi 4 faks kodimi\";'),('aln','messages:exif-compression-5','s:6:\"en:LZW\";'),('aln','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('aln','messages:exif-compression-7','s:7:\"en:JPEG\";'),('aln','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('aln','messages:exif-contact','s:25:\"sq:Informatat e kontaktit\";'),('aln','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('aln','messages:exif-contentwarning','s:35:\"sq:Paralajmërim rreth përmbajtjes\";'),('aln','messages:exif-contrast','s:12:\"sq:Kontrasti\";'),('aln','messages:exif-contrast-0','s:10:\"sq:Normale\";'),('aln','messages:exif-contrast-1','s:11:\"sq:I dobët\";'),('aln','messages:exif-contrast-2','s:11:\"sq:I fortë\";'),('aln','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('aln','messages:exif-copyright','s:39:\"sq:Mbajtësi i të drejtave të autorit\";'),('aln','messages:exif-copyrighted','s:37:\"sq:Statusi i të drejtës së autorit\";'),('aln','messages:exif-copyrighted-false','s:50:\"sq:Statusi i së drejtës së autorit nuk u caktua\";'),('aln','messages:exif-copyrighted-true','s:22:\"sq:E drejtë e autorit\";'),('aln','messages:exif-copyrightowner','s:37:\"sq:Pronari i të drejtës së autorit\";'),('aln','messages:exif-countrycodecreated','s:49:\"sq:Kodi për shtetin ku është marrë fotografia\";'),('aln','messages:exif-countrycodedest','s:29:\"sq:Kodi për vendin e treguar\";'),('aln','messages:exif-countrycreated','s:38:\"sq:Shteti ku është marrë fotografia\";'),('aln','messages:exif-countrydest','s:19:\"sq:Shteti i treguar\";'),('aln','messages:exif-credit','s:23:\"sq:Atribues / Furnizues\";'),('aln','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('aln','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('aln','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('aln','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('aln','messages:exif-customrendered','s:34:\"sq:Përpunim i fotografisë Costum\";'),('aln','messages:exif-customrendered-0','s:16:\"sq:Proces normal\";'),('aln','messages:exif-customrendered-1','s:22:\"sq:Proces i zakonshëm\";'),('aln','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('aln','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('aln','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('aln','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('aln','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('aln','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('aln','messages:exif-datetime','s:40:\"sq:Data dhe ora e ndryshimit të skedës\";'),('aln','messages:exif-datetimedigitized','s:32:\"sq:Data dhe ora e digjitalizimit\";'),('aln','messages:exif-datetimeexpires','s:24:\"sq:Mos përdorni më pas\";'),('aln','messages:exif-datetimemetadata','s:48:\"sq:Data e ndryshimit të fundit të të dhënave\";'),('aln','messages:exif-datetimeoriginal','s:45:\"sq:Data dhe koha e prodhimit të të dhënave\";'),('aln','messages:exif-datetimereleased','s:15:\"sq:Lëshuar më\";'),('aln','messages:exif-dc-contributor','s:15:\"sq:Kontribuesit\";'),('aln','messages:exif-dc-coverage','s:49:\"sq:Shtrirje hapsinore apo e përkohshme e mediave\";'),('aln','messages:exif-dc-date','s:13:\"sq:Datë (at)\";'),('aln','messages:exif-dc-publisher','s:10:\"sq:Botuesi\";'),('aln','messages:exif-dc-relation','s:19:\"sq:Mediat e lidhura\";'),('aln','messages:exif-dc-rights','s:14:\"sq:Privilegjet\";'),('aln','messages:exif-dc-source','s:18:\"sq:Burimi i medias\";'),('aln','messages:exif-dc-type','s:18:\"sq:Lloji i mediave\";'),('aln','messages:exif-devicesettingdescription','s:41:\"sq:Përshkrimi i parametrave të pajisjes\";'),('aln','messages:exif-digitalzoomratio','s:19:\"sq:Zmadhim dixhital\";'),('aln','messages:exif-disclaimer','s:15:\"sq:Shfajësimet\";'),('aln','messages:exif-editstatus','s:35:\"sq:Statusi editorial i fotografisë\";'),('aln','messages:exif-event','s:24:\"sq:Ngjarja e përshkruar\";'),('aln','messages:exif-exifversion','s:19:\"sq:Versioni Exif-it\";'),('aln','messages:exif-exposurebiasvalue','s:28:\"sq:zbuloni vijat e pjerrëta\";'),('aln','messages:exif-exposureindex','s:23:\"sq:Indeksi i ekspozimit\";'),('aln','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('aln','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('aln','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('aln','messages:exif-exposuremode','s:23:\"sq:Mënyra e ekspozimit\";'),('aln','messages:exif-exposuremode-0','s:21:\"sq:Ekspozim automatik\";'),('aln','messages:exif-exposuremode-1','s:18:\"sq:Ekspozim manual\";'),('aln','messages:exif-exposuremode-2','s:20:\"sq:Grupim atutomatik\";'),('aln','messages:exif-exposureprogram','s:20:\"sq:Zbuloni programin\";'),('aln','messages:exif-exposureprogram-0','s:15:\"sq:e padefinuar\";'),('aln','messages:exif-exposureprogram-1','s:10:\"sq:Doracak\";'),('aln','messages:exif-exposureprogram-2','s:17:\"sq:Program normal\";'),('aln','messages:exif-exposureprogram-3','s:42:\"sq:Prioriteti i hapjes (Aperture priority)\";'),('aln','messages:exif-exposureprogram-4','s:47:\"sq:Përparësia e mbyllësit (Shutter priority)\";'),('aln','messages:exif-exposureprogram-5','s:18:\"sq:Program krijues\";'),('aln','messages:exif-exposureprogram-6','s:18:\"sq:Program veprimi\";'),('aln','messages:exif-exposureprogram-7','s:22:\"sq:Mënyra e portretit\";'),('aln','messages:exif-exposureprogram-8','s:20:\"sq:Mënyra landspace\";'),('aln','messages:exif-exposuretime','s:28:\"sq:Kohëzgjatja e ekspozimit\";'),('aln','messages:exif-exposuretime-format','s:14:\"sq:$1 sek ($2)\";'),('aln','messages:exif-filesource','s:19:\"sq:Burimi i skedës\";'),('aln','messages:exif-filesource-3','s:22:\"sq:Digital ende kamera\";'),('aln','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('aln','messages:exif-fixtureidentifier','s:19:\"sq:Emri i shtojcës\";'),('aln','messages:exif-flash','s:8:\"sq:Blici\";'),('aln','messages:exif-flash-fired-0','s:20:\"sq:Flashi nuk u ndez\";'),('aln','messages:exif-flash-fired-1','s:16:\"sq:Flashi u ndez\";'),('aln','messages:exif-flash-function-1','s:28:\"sq:S\'ka funksion të çastit\";'),('aln','messages:exif-flash-mode-1','s:19:\"sq:flashi po ndizet\";'),('aln','messages:exif-flash-mode-2','s:34:\"sq:shuarje e detyrueshme e flashit\";'),('aln','messages:exif-flash-mode-3','s:12:\"sq:auto mode\";'),('aln','messages:exif-flash-redeye-1','s:30:\"sq:menyra e reduktimit red-eye\";'),('aln','messages:exif-flash-return-0','s:30:\"sq:s\'ka funksion zbulimi prapa\";'),('aln','messages:exif-flash-return-2','s:33:\"sq:kthimi i dritës nuk u vërejt\";'),('aln','messages:exif-flash-return-3','s:35:\"sq:kthimi i dritës flash u vërejt\";'),('aln','messages:exif-flashenergy','s:20:\"sq:Energjia e blicit\";'),('aln','messages:exif-flashpixversion','s:33:\"sq:Versioni Flahpix i mbështetur\";'),('aln','messages:exif-fnumber','s:10:\"sq:Numri F\";'),('aln','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('aln','messages:exif-focallength','s:22:\"sq:Gjatësia e vatrës\";'),('aln','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('aln','messages:exif-focallengthin35mmfilm','s:34:\"sq:Gjatësia fokale në 35 mm film\";'),('aln','messages:exif-focalplaneresolutionunit','s:43:\"sq:Rezolucioni i njësisë së planit fokal\";'),('aln','messages:exif-focalplaneresolutionunit-2','s:7:\"sq:inç\";'),('aln','messages:exif-focalplanexresolution','s:31:\"sq:Rezelucioni i planit fokal X\";'),('aln','messages:exif-focalplaneyresolution','s:31:\"sq:Rezelucioni i planit fokal Y\";'),('aln','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('aln','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('aln','messages:exif-gaincontrol','s:22:\"sq:Kontrolli i skenës\";'),('aln','messages:exif-gaincontrol-0','s:9:\"sq:Asnjë\";'),('aln','messages:exif-gaincontrol-1','s:23:\"sq:Pak me shume ndricim\";'),('aln','messages:exif-gaincontrol-2','s:25:\"sq:Shume me shume ndricim\";'),('aln','messages:exif-gaincontrol-3','s:22:\"sq:Disi me pak ndricim\";'),('aln','messages:exif-gaincontrol-4','s:23:\"sq:Shume me pak ndricim\";'),('aln','messages:exif-giffilecomment','s:27:\"sq:Komenti i GIF dokumentit\";'),('aln','messages:exif-gpsaltitude','s:12:\"sq:Lartësia\";'),('aln','messages:exif-gpsaltitude-above-sealevel','s:50:\"sq:$1 {{PLURAL:$1|metër|metra}} mbi nivelin detar\";'),('aln','messages:exif-gpsaltitude-below-sealevel','s:51:\"sq:$1 {{PLURAL:$1|metër|metra}} nën nivelin detar\";'),('aln','messages:exif-gpsaltituderef','s:23:\"sq:Lartësia orientuese\";'),('aln','messages:exif-gpsareainformation','s:20:\"sq:Emri i zonës GPS\";'),('aln','messages:exif-gpsdatestamp','s:16:\"sq:E dhënë GPS\";'),('aln','messages:exif-gpsdestbearing','s:28:\"sq:Qëndrimi i destinacionit\";'),('aln','messages:exif-gpsdestbearingref','s:44:\"sq:Referenca për qëndrimin e destinacionit\";'),('aln','messages:exif-gpsdestdistance','s:28:\"sq:Distanca tek destinacioni\";'),('aln','messages:exif-gpsdestdistance-k','s:12:\"sq:Kilometra\";'),('aln','messages:exif-gpsdestdistance-m','s:8:\"sq:Milje\";'),('aln','messages:exif-gpsdestdistance-n','s:15:\"sq:Milje detare\";'),('aln','messages:exif-gpsdestdistanceref','s:44:\"sq:Referenca për distancën e destinacionit\";'),('aln','messages:exif-gpsdestlatitude','s:29:\"sq:Destinacioni i gjerësisë\";'),('aln','messages:exif-gpsdestlatituderef','s:45:\"sq:Referenca për gjerësinë e destinacionit\";'),('aln','messages:exif-gpsdestlongitude','s:28:\"sq:Gjatësia e destinacionit\";'),('aln','messages:exif-gpsdestlongituderef','s:45:\"sq:Referenca për gjatësinë e destinacionit\";'),('aln','messages:exif-gpsdifferential','s:30:\"sq:Korrigjim diferencial i GPS\";'),('aln','messages:exif-gpsdirection-m','s:20:\"sq:Drejtimi magnetik\";'),('aln','messages:exif-gpsdirection-t','s:23:\"sq:Drejtimi i vërtetë\";'),('aln','messages:exif-gpsdop','s:21:\"sq:Saktësia e matjes\";'),('aln','messages:exif-gpsdop-excellent','s:22:\"sq:Shkëlqyeshëm ($1)\";'),('aln','messages:exif-gpsdop-fair','s:22:\"sq:Mjaftueshëm ( $1 )\";'),('aln','messages:exif-gpsdop-good','s:15:\"sq:Mirë ( $1 )\";'),('aln','messages:exif-gpsdop-moderate','s:17:\"sq:Mesatar ( $1 )\";'),('aln','messages:exif-gpsdop-poor','s:16:\"sq:Dobët ( $1 )\";'),('aln','messages:exif-gpsimgdirection','s:23:\"sq:Orientimi i figurës\";'),('aln','messages:exif-gpsimgdirectionref','s:37:\"sq:Referenca për drejtimin e imazhit\";'),('aln','messages:exif-gpslatitude','s:24:\"sq:Gjerësia gjeografike\";'),('aln','messages:exif-gpslatitude-n','s:19:\"sq:Gjerësi veriore\";'),('aln','messages:exif-gpslatitude-s','s:18:\"sq:Gjerësi jugore\";'),('aln','messages:exif-gpslatituderef','s:30:\"sq:Gjerësi veriore ose jugore\";'),('aln','messages:exif-gpslongitude','s:24:\"sq:Gjatësia gjeografike\";'),('aln','messages:exif-gpslongitude-e','s:19:\"sq:Gjatësi lindore\";'),('aln','messages:exif-gpslongitude-w','s:24:\"sq:Gjatësi perëndimore\";'),('aln','messages:exif-gpslongituderef','s:36:\"sq:Gjatësi lindore ose perëndimore\";'),('aln','messages:exif-gpsmapdatum','s:50:\"sq:Anketa e të dhënave gjeodezike të përdorura\";'),('aln','messages:exif-gpsmeasuremode','s:19:\"sq:Mënyra e matjes\";'),('aln','messages:exif-gpsmeasuremode-2','s:23:\"sq:matje në 2 madhësi\";'),('aln','messages:exif-gpsmeasuremode-3','s:23:\"sq:matje në 3 madhësi\";'),('aln','messages:exif-gpsprocessingmethod','s:38:\"sq:Emri i metodës së përpunimit GPS\";'),('aln','messages:exif-gpssatellites','s:40:\"sq:Janë përdorur satelitë për matjen\";'),('aln','messages:exif-gpsspeed','s:30:\"sq:Shpejtësia e marrësit GPS\";'),('aln','messages:exif-gpsspeed-k','s:21:\"sq:Kilometra në orë\";'),('aln','messages:exif-gpsspeed-m','s:17:\"sq:Milje në orë\";'),('aln','messages:exif-gpsspeed-n','s:7:\"sq:Nyje\";'),('aln','messages:exif-gpsspeedref','s:26:\"sq:Njësia e shpejtësisë\";'),('aln','messages:exif-gpsstatus','s:22:\"sq:Statusi i marrësit\";'),('aln','messages:exif-gpsstatus-a','s:28:\"sq:Matja është në progres\";'),('aln','messages:exif-gpsstatus-v','s:23:\"sq:Matja e nderveprimit\";'),('aln','messages:exif-gpstimestamp','s:25:\"sq:Koha GPS (ora atomike)\";'),('aln','messages:exif-gpstrack','s:23:\"sq:Drejtimi i lëvizjes\";'),('aln','messages:exif-gpstrackref','s:39:\"sq:Referenca për drejtimin e lëvizjes\";'),('aln','messages:exif-gpsversionid','s:27:\"sq:Versioni i etiketës GPS\";'),('aln','messages:exif-headline','s:13:\"sq:Mbishkrimi\";'),('aln','messages:exif-identifier','s:16:\"sq:Identifikuesi\";'),('aln','messages:exif-iimcategory','s:12:\"sq:Kategoria\";'),('aln','messages:exif-iimcategory-ace','s:29:\"sq:Art, kulturë dhe argëtim\";'),('aln','messages:exif-iimcategory-clj','s:18:\"sq:Krimi dhe Ligji\";'),('aln','messages:exif-iimcategory-dis','s:29:\"sq:Fatkeqësit dhe aksidentet\";'),('aln','messages:exif-iimcategory-edu','s:8:\"sq:Arsim\";'),('aln','messages:exif-iimcategory-evn','s:9:\"sq:Mjedis\";'),('aln','messages:exif-iimcategory-fin','s:21:\"sq:Ekonomi dhe biznes\";'),('aln','messages:exif-iimcategory-hth','s:15:\"sq:Shëndetësi\";'),('aln','messages:exif-iimcategory-hum','s:20:\"sq:Interes njerëzor\";'),('aln','messages:exif-iimcategory-lab','s:8:\"sq:Punë\";'),('aln','messages:exif-iimcategory-lif','s:30:\"sq:Stil-Jete dhe kohë e lirë\";'),('aln','messages:exif-iimcategory-pol','s:12:\"sq:Politikë\";'),('aln','messages:exif-iimcategory-rel','s:24:\"sq:Religjioni dhe besimi\";'),('aln','messages:exif-iimcategory-sci','s:26:\"sq:Shkencë dhe teknologji\";'),('aln','messages:exif-iimcategory-soi','s:20:\"sq:Çështje sociale\";'),('aln','messages:exif-iimcategory-spo','s:9:\"sq:Sporti\";'),('aln','messages:exif-iimcategory-war','s:31:\"sq:Lufta, konflikte dhe trazira\";'),('aln','messages:exif-iimcategory-wea','s:7:\"sq:Moti\";'),('aln','messages:exif-iimsupplementalcategory','s:26:\"sq:Kategoritë plotësuese\";'),('aln','messages:exif-iimversion','s:15:\"sq:IIM versioni\";'),('aln','messages:exif-imagedescription','s:21:\"sq:Titulli i figurës\";'),('aln','messages:exif-imagelength','s:12:\"sq:Gjatësia\";'),('aln','messages:exif-imageuniqueid','s:26:\"sq:ID unike e fotografisë\";'),('aln','messages:exif-imagewidth','s:12:\"sq:Gjerësia\";'),('aln','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('aln','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('aln','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('aln','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('aln','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('aln','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('aln','messages:exif-intellectualgenre','s:21:\"sq:Lloji i artikullit\";'),('aln','messages:exif-isospeedratings','s:33:\"sq:Vlerësimi i shpejtësisë ISO\";'),('aln','messages:exif-isospeedratings-overflow','s:24:\"sq:Më e madhe se 65.535\";'),('aln','messages:exif-jpegfilecomment','s:28:\"sq:Komenti i JPEG dokumentit\";'),('aln','messages:exif-jpeginterchangeformat','s:24:\"sq:Çvendos tek JPEG SOI\";'),('aln','messages:exif-jpeginterchangeformatlength','s:28:\"sq:Bajtët të dhënave JPEG\";'),('aln','messages:exif-keywords','s:16:\"sq:Fjalët kyçe\";'),('aln','messages:exif-label','s:10:\"sq:Etiketa\";'),('aln','messages:exif-languagecode','s:8:\"sq:Gjuha\";'),('aln','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('aln','messages:exif-lens','s:21:\"sq:Lentja e përdorur\";'),('aln','messages:exif-licenseurl','s:51:\"sq:URL-ja për licencën e të drejtës së autorit\";'),('aln','messages:exif-lightsource','s:19:\"sq:Burimi i dritës\";'),('aln','messages:exif-lightsource-0','s:13:\"sq:I panjohur\";'),('aln','messages:exif-lightsource-1','s:8:\"sq:Ditë\";'),('aln','messages:exif-lightsource-10','s:19:\"sq:Kohë e vrenjtur\";'),('aln','messages:exif-lightsource-11','s:7:\"sq:Hije\";'),('aln','messages:exif-lightsource-12','s:38:\"sq:Fluoreshent dite (D 5700 – 7100K)\";'),('aln','messages:exif-lightsource-13','s:47:\"sq:Fluoreshent i badhë dite (N 4600 – 5400K)\";'),('aln','messages:exif-lightsource-14','s:52:\"sq:Fluoreshent i badhë i fresket (W 3900 – 4500K)\";'),('aln','messages:exif-lightsource-15','s:43:\"sq:Fluoreshent i bardhe (WW 3200 – 3700K)\";'),('aln','messages:exif-lightsource-17','s:21:\"sq:Dritë standarde A\";'),('aln','messages:exif-lightsource-18','s:21:\"sq:Dritë standarde B\";'),('aln','messages:exif-lightsource-19','s:21:\"sq:Dritë standarde C\";'),('aln','messages:exif-lightsource-2','s:14:\"sq:Fluoreshent\";'),('aln','messages:exif-lightsource-20','s:6:\"en:D55\";'),('aln','messages:exif-lightsource-21','s:6:\"en:D65\";'),('aln','messages:exif-lightsource-22','s:6:\"en:D75\";'),('aln','messages:exif-lightsource-23','s:6:\"en:D50\";'),('aln','messages:exif-lightsource-24','s:22:\"sq:Studio ISO tungsten\";'),('aln','messages:exif-lightsource-255','s:22:\"sq:Tjetër burim drite\";'),('aln','messages:exif-lightsource-3','s:30:\"sq:Tungsten (dritë e flaktë)\";'),('aln','messages:exif-lightsource-4','s:7:\"sq:Blic\";'),('aln','messages:exif-lightsource-9','s:16:\"sq:Kohë e mirë\";'),('aln','messages:exif-locationdest','s:28:\"sq:Vendndodhja e përshkruar\";'),('aln','messages:exif-locationdestcode','s:36:\"sq:Kodi i lokacionit të përshkruar\";'),('aln','messages:exif-make','s:23:\"sq:Prodhuesi i kamerës\";'),('aln','messages:exif-make-value','s:5:\"en:$1\";'),('aln','messages:exif-maxaperturevalue','s:27:\"sq:Hapje maksimale e tokës\";'),('aln','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('aln','messages:exif-meteringmode','s:19:\"sq:Mënyra e matjes\";'),('aln','messages:exif-meteringmode-0','s:13:\"sq:E panjohur\";'),('aln','messages:exif-meteringmode-1','s:11:\"sq:Mesatare\";'),('aln','messages:exif-meteringmode-2','s:24:\"sq:QendraPeshësMesatare\";'),('aln','messages:exif-meteringmode-255','s:10:\"sq:Tjetër\";'),('aln','messages:exif-meteringmode-3','s:7:\"sq:Spot\";'),('aln','messages:exif-meteringmode-4','s:12:\"sq:MultiSpot\";'),('aln','messages:exif-meteringmode-5','s:8:\"sq:Model\";'),('aln','messages:exif-meteringmode-6','s:13:\"sq:E pjesshme\";'),('aln','messages:exif-model','s:20:\"sq:Modeli i kamerës\";'),('aln','messages:exif-model-value','s:5:\"en:$1\";'),('aln','messages:exif-morepermissionsurl','s:38:\"sq:Informacion alternativ i licencimit\";'),('aln','messages:exif-nickname','s:31:\"sq:Emri joformal i fotografisë\";'),('aln','messages:exif-objectcycle','s:47:\"sq:Koha e ditës që media është menduar për\";'),('aln','messages:exif-objectcycle-a','s:22:\"sq:Vetëm në Mëngjes\";'),('aln','messages:exif-objectcycle-b','s:39:\"sq:Të dy në mëngjes dhe në mbrëmje\";'),('aln','messages:exif-objectcycle-p','s:22:\"sq:Vetëm në Mbrëmje\";'),('aln','messages:exif-objectname','s:21:\"sq:Titull i shkurtër\";'),('aln','messages:exif-organisationinimage','s:27:\"sq:Organizata e përshkruar\";'),('aln','messages:exif-orientation','s:12:\"sq:Orientimi\";'),('aln','messages:exif-orientation-1','s:10:\"sq:Normale\";'),('aln','messages:exif-orientation-2','s:26:\"sq:E kthyer horizontalisht\";'),('aln','messages:exif-orientation-3','s:21:\"sq:E rrotulluar 180°\";'),('aln','messages:exif-orientation-4','s:24:\"sq:E kthyer vertikalisht\";'),('aln','messages:exif-orientation-5','s:60:\"sq:E rrotulluar 90° kundër orës dhe e kthyer vertikalisht\";'),('aln','messages:exif-orientation-6','s:45:\"sq:Rrotulluar 90° kundër akrepave të orës\";'),('aln','messages:exif-orientation-7','s:58:\"sq:E rrotulluar 90° sipas orës dhe e kthyer vertikalisht\";'),('aln','messages:exif-orientation-8','s:43:\"sq:Rrotulluar 90° sipas akrepave të orës\";'),('aln','messages:exif-originaldocumentid','s:37:\"sq:ID-ja unike e dokumentit origjinal\";'),('aln','messages:exif-originalimageheight','s:50:\"sq:Lartësia e fotografisë para se të shkurtohej\";'),('aln','messages:exif-originalimagewidth','s:50:\"sq:Gjerësia e fotografisë para se të shkurtohej\";'),('aln','messages:exif-originaltransmissionref','s:43:\"sq:Kodi origjinal i vendit të transmetimit\";'),('aln','messages:exif-personinimage','s:24:\"sq:Personi i përshkruar\";'),('aln','messages:exif-photometricinterpretation','s:19:\"sq:Përbërja pixel\";'),('aln','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('aln','messages:exif-photometricinterpretation-1','s:28:\"sq:Bardh e zi (Zi është 0)\";'),('aln','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('aln','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('aln','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('aln','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('aln','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('aln','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('aln','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('aln','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('aln','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('aln','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('aln','messages:exif-pixelxdimension','s:18:\"sq:Gjerësia Image\";'),('aln','messages:exif-pixelydimension','s:17:\"sq:lartësi Image\";'),('aln','messages:exif-planarconfiguration','s:28:\"sq:Përpunimi i të dhënave\";'),('aln','messages:exif-planarconfiguration-1','s:16:\"sq:formati copë\";'),('aln','messages:exif-planarconfiguration-2','s:17:\"sq:formati planar\";'),('aln','messages:exif-pngfilecomment','s:27:\"sq:Komenti i PGN dokumentit\";'),('aln','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('aln','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('aln','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('aln','messages:exif-preferredattributionname','s:55:\"sq:Kur ri-shfrytëzoni këtë punë, ju lutem atribuoni\";'),('aln','messages:exif-primarychromaticities','s:26:\"sq:Kromatikët e primareve\";'),('aln','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('aln','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('aln','messages:exif-provinceorstatecreated','s:51:\"sq:Provinca apo shteti ku është marrë fotografia\";'),('aln','messages:exif-provinceorstatedest','s:36:\"sq:Provinca ose të shteti i treguar\";'),('aln','messages:exif-rating','s:21:\"sq:Vlerësimi (nga 5)\";'),('aln','messages:exif-rating-rejected','s:11:\"sq:Refuzuar\";'),('aln','messages:exif-referenceblackwhite','s:43:\"sq:Çift vlerash me refernca bardhë dhe zi\";'),('aln','messages:exif-relatedsoundfile','s:26:\"sq:Skeda audio shoqëruese\";'),('aln','messages:exif-rightscertificate','s:47:\"sq:Certifikatë e të drejtave të menaxhmentit\";'),('aln','messages:exif-rowsperstrip','s:32:\"sq:Numri i rreshtave për shirit\";'),('aln','messages:exif-samplesperpixel','s:24:\"sq:Numri i përbërësve\";'),('aln','messages:exif-saturation','s:10:\"sq:Mbushja\";'),('aln','messages:exif-saturation-0','s:10:\"sq:Normale\";'),('aln','messages:exif-saturation-1','s:19:\"sq:mbushje e pakët\";'),('aln','messages:exif-saturation-2','s:20:\"sq:mbushje e shumtë\";'),('aln','messages:exif-scenecapturetype','s:25:\"sq:Shtrirja e largësisë\";'),('aln','messages:exif-scenecapturetype-0','s:12:\"sq:Standarte\";'),('aln','messages:exif-scenecapturetype-1','s:10:\"sq:Peizazh\";'),('aln','messages:exif-scenecapturetype-2','s:10:\"sq:Portret\";'),('aln','messages:exif-scenecapturetype-3','s:13:\"sq:Pamje nate\";'),('aln','messages:exif-scenecode','s:22:\"sq:Kodi i IPTC skenës\";'),('aln','messages:exif-scenetype','s:14:\"sq:Lloji Scene\";'),('aln','messages:exif-scenetype-1','s:37:\"sq:Nje fotografi e fotografuar direkt\";'),('aln','messages:exif-sensingmethod','s:17:\"sq:Metoda Sensing\";'),('aln','messages:exif-sensingmethod-1','s:15:\"sq:e padefinuar\";'),('aln','messages:exif-sensingmethod-2','s:33:\"sq:Zona e sensorit one-chip kolor\";'),('aln','messages:exif-sensingmethod-3','s:33:\"sq:Zona e sensorit two-chip kolor\";'),('aln','messages:exif-sensingmethod-4','s:35:\"sq:Zona e sensorit three-chip kolor\";'),('aln','messages:exif-sensingmethod-5','s:35:\"sq:Sensori i zones kolor sequential\";'),('aln','messages:exif-sensingmethod-7','s:19:\"sq:Sensor trilinear\";'),('aln','messages:exif-sensingmethod-8','s:34:\"sq:Sensori linear kolor sequential\";'),('aln','messages:exif-serialnumber','s:25:\"sq:Numri serik i kamerës\";'),('aln','messages:exif-sharpness','s:13:\"sq:Ashpërsia\";'),('aln','messages:exif-sharpness-0','s:10:\"sq:Normale\";'),('aln','messages:exif-sharpness-1','s:10:\"sq:E butë\";'),('aln','messages:exif-sharpness-2','s:11:\"sq:E fortë\";'),('aln','messages:exif-shutterspeedvalue','s:24:\"sq:shpejtësi APEX qepen\";'),('aln','messages:exif-software','s:23:\"sq:Softueri i përdorur\";'),('aln','messages:exif-software-value','s:5:\"en:$1\";'),('aln','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('aln','messages:exif-source','s:9:\"sq:Burimi\";'),('aln','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('aln','messages:exif-specialinstructions','s:25:\"sq:Udhëzime të veçanta\";'),('aln','messages:exif-spectralsensitivity','s:25:\"sq:Ndjeshmëria spektrale\";'),('aln','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('aln','messages:exif-stripbytecounts','s:32:\"sq:Bajt për shirit të ngjeshur\";'),('aln','messages:exif-stripoffsets','s:19:\"sq:Vendi i figurave\";'),('aln','messages:exif-subjectarea','s:24:\"sq:Hapësira e subjektit\";'),('aln','messages:exif-subjectdistance','s:24:\"sq:Largësia e subjektit\";'),('aln','messages:exif-subjectdistance-value','s:11:\"sq:$1 metra\";'),('aln','messages:exif-subjectdistancerange','s:39:\"sq:Shtrirja e largësisë së subjektit\";'),('aln','messages:exif-subjectdistancerange-0','s:13:\"sq:E panjohur\";'),('aln','messages:exif-subjectdistancerange-1','s:8:\"sq:Makro\";'),('aln','messages:exif-subjectdistancerange-2','s:18:\"sq:Pamje nga afër\";'),('aln','messages:exif-subjectdistancerange-3','s:17:\"sq:Pamje nga larg\";'),('aln','messages:exif-subjectlocation','s:26:\"sq:Vendndodhja e subjektit\";'),('aln','messages:exif-subjectnewscode','s:19:\"sq:Kodi i subjektit\";'),('aln','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('aln','messages:exif-sublocationcreated','s:56:\"sq:Nën-Lokacioni i qytetit ku është marrë fotografia\";'),('aln','messages:exif-sublocationdest','s:39:\"sq:Nën-Lokacioni i qytetit të treguar\";'),('aln','messages:exif-subsectime','s:25:\"sq:Nën-sekondat DataKoha\";'),('aln','messages:exif-subsectimedigitized','s:35:\"sq:Nën-sekondat DataKohaOrigjinale\";'),('aln','messages:exif-subsectimeoriginal','s:35:\"sq:Nën-sekondat DataKohaOrigjinale\";'),('aln','messages:exif-unknowndate','s:24:\"sq:E dhënë e pa njohur\";'),('aln','messages:exif-urgency','s:12:\"sq:Urgjencë\";'),('aln','messages:exif-urgency-high','s:18:\"sq:E Lartë ( $1 )\";'),('aln','messages:exif-urgency-low','s:15:\"sq:Ulët ( $1 )\";'),('aln','messages:exif-urgency-normal','s:17:\"sq:Normale ( $1 )\";'),('aln','messages:exif-urgency-other','s:49:\"sq:Prioritet i përcaktuar nga përdoruesi ( $1 )\";'),('aln','messages:exif-usageterms','s:24:\"sq:Mënyra e përdorimit\";'),('aln','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('aln','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('aln','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('aln','messages:exif-usercomment','s:26:\"sq:Komentet e përdoruesit\";'),('aln','messages:exif-webstatement','s:50:\"sq:Deklarata e të drejtës së autorit në-linjë\";'),('aln','messages:exif-whitebalance','s:20:\"sq:Balanca e bardhë\";'),('aln','messages:exif-whitebalance-0','s:30:\"sq:Balance e bardhe automatike\";'),('aln','messages:exif-whitebalance-1','s:27:\"sq:Balance e bardhe manuale\";'),('aln','messages:exif-whitepoint','s:28:\"sq:Pikët e bardha kromatike\";'),('aln','messages:exif-worldregioncreated','s:49:\"sq:Rajoni botërorë ku është marrë fotografia\";'),('aln','messages:exif-worldregiondest','s:30:\"sq:Rajoni botërorë i treguar\";'),('aln','messages:exif-writer','s:13:\"sq:Shkrimtari\";'),('aln','messages:exif-xresolution','s:25:\"sq:Rezolucioni horizontal\";'),('aln','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('aln','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('aln','messages:exif-ycbcrcoefficients','s:74:\"sq:Koeficentët e transformimit të hapësirave të ngjyrave të matricës\";'),('aln','messages:exif-ycbcrpositioning','s:20:\"sq:Pozicioni Y dhe C\";'),('aln','messages:exif-ycbcrpositioning-1','s:10:\"sq:Qendër\";'),('aln','messages:exif-ycbcrpositioning-2','s:16:\"sq:Bashkë-Faqet\";'),('aln','messages:exif-ycbcrsubsampling','s:36:\"sq:Duke krahasuar raportin e Y tek C\";'),('aln','messages:exif-yresolution','s:23:\"sq:Rezolucioni vertikal\";'),('aln','messages:expand_templates_generate_rawhtml','s:30:\"sq:Trego HTML të papërpunuar\";'),('aln','messages:expand_templates_generate_xml','s:23:\"sq:Trego XML parse tree\";'),('aln','messages:expand_templates_html_output','s:22:\"sq:HTML i papërpunuar\";'),('aln','messages:expand_templates_input','s:20:\"sq:Teksti me stampa:\";'),('aln','messages:expand_templates_input_missing','s:46:\"sq:Duhet të jepni së paku ca “wikitext”.\";'),('aln','messages:expand_templates_intro','s:352:\"sq:Kjo faqe speciale merr “wikitext” dhe zgjeron në mënyrë rekursive krejt gjedhet në të.\nZgjeron gjithashtu funksione të mbuluara përtypësi, bie fjala\n<code><nowiki>{{</nowiki>#language:…}}</code> dhe ndryshore si\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nNa fakt, zgjeron thuajse gjithçka brenda kllapash gjarpërushe të dyfishta.\";'),('aln','messages:expand_templates_ok','s:7:\"sq:Shko\";'),('aln','messages:expand_templates_output','s:12:\"sq:Parapamja\";'),('aln','messages:expand_templates_preview','s:12:\"sq:Parapamje\";'),('aln','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('aln','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('aln','messages:expand_templates_remove_comments','s:15:\"sq:Hiq komentet\";'),('aln','messages:expand_templates_remove_nowiki','s:44:\"sq:Mos shfaq etiketat <nowiki> në rezultate\";'),('aln','messages:expand_templates_title','s:61:\"sq:Titulli i faqes për rrethanën, si {{FULLPAGENAME}} etj.:\";'),('aln','messages:expand_templates_xml_output','s:15:\"sq:Rezultat XML\";'),('aln','messages:expandtemplates','s:21:\"sq:Parapamje stampash\";'),('aln','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('aln','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('aln','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('aln','messages:expensive-parserfunction-category','s:70:\"aln:Faqe me shumë shprehje të kushtueshmë për analizë gramatikore\";'),('aln','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('aln','messages:expensive-parserfunction-warning','s:239:\"aln:Kujdes: Kjo faqe ka shumë kërkesa që kërkojnë analizë gramatikore të kushtueshme për sistemin.\n\nDuhet të ketë më pakë se $2, {{PLURAL:$2|kërkesë|kërkesa}}, kurse tani {{PLURAL:$1|është $1 kërkesë|janë $1 kërkesa}}.\";'),('aln','messages:explainconflict','s:331:\"aln:Dikush tjetër e ka ndryshue këtë faqe derisa e redaktojshit ju.\nKutia e sipërme tregon tekstin aktual të faqes.\nNdryshimet tueja gjinden në kutinë e poshtme redaktuese.\nJu duheni me i bashkue ndryshimet tueja në tekstin aktual.\n\'\'\'Vetëmse\'\'\' nëse shtypni \"$1\" ka me u ruejtë teksti në kutinë e sipërme redaktuese.\";'),('aln','messages:export','s:18:\"aln:Eksporto faqet\";'),('aln','messages:export-addcat','s:7:\"sq:Shto\";'),('aln','messages:export-addcattext','s:27:\"sq:Shto faqe nga kategoria:\";'),('aln','messages:export-addns','s:7:\"sq:Shto\";'),('aln','messages:export-addnstext','s:31:\"sq:Shtoni faqet nga hapësirat:\";'),('aln','messages:export-download','s:18:\"sq:Ruaje si skedë\";'),('aln','messages:export-manual','s:18:\"sq:Shto vet faqet:\";'),('aln','messages:export-pagelinks','s:54:\"sq:Përfshini faqet e lidhura në një thellësi prej:\";'),('aln','messages:export-submit','s:11:\"sq:Eksporto\";'),('aln','messages:export-summary','s:3:\"en:\";'),('aln','messages:export-templates','s:21:\"sq:Përfshinë stampa\";'),('aln','messages:exportall','s:30:\"sq:Eksportoni të gjitha faqet\";'),('aln','messages:exportcuronly','s:64:\"sq:Përfshi vetëm versionin e fundit, jo të gjithë historinë\";'),('aln','messages:exportlistauthors','s:71:\"sq:Përfshij një listë të plotë të kontribuesve për secilën faqe\";'),('aln','messages:exportnohistory','s:103:\"sq:\'\'\'Shënim:\'\'\' Eksportimi i historisë së faqes për shkaqe të rendimentit nuk është e mundshme.\";'),('aln','messages:exporttext','s:441:\"sq:Mund të eksportoni tekstin dhe historinë e redaktimit e një faqeje ose disa faqesh të mbështjesha në XML; kjo mund të importohet në një wiki tjetër që përdor softuerin MediaWiki (tani për tani, ky opsion nuk është përfshirë tek {{SITENAME}}).\n\nPër të eksportuar faqe, thjesht shtypni një emër për çdo rresht, ose krijoni lidhje të tipit [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] si [[{{MediaWiki:Mainpage}}]].\";'),('aln','messages:external_image_whitelist','s:474:\"sq:#Lëreni këtë rresht ashtu siç është<pre>\n#Vendosni shprehje fragmentesh të rregullta (vetëm pjesën që shkon ndërmjet //) poshtë\n#Këto do të krahasohen me URL-të  e figurave të jashtme\n#Ato që përputhen do të shfaqen si figura, të tjerat do të shfaqen vetëm si një lidhje\n#Rreshtat që fillojnë me # trajtohen si komente\n#Kjo është shumë e ndjeshme\n\n#Vendosini të fragmentet sipër këtij rreshti. Lëreni këtë rresht ashtu siç është</pre>\";'),('aln','messages:externaldberror','s:108:\"aln:Ose pat gabim në databazën e autentifikimit, ose nuk lejoheni me ndryshue llogarinë tuej të jashtme.\";'),('aln','messages:faq','s:22:\"aln:Pyetjet e shpeshta\";'),('aln','messages:feb','s:7:\"aln:Shk\";'),('aln','messages:february','s:10:\"aln:shkurt\";'),('aln','messages:february-gen','s:12:\"aln:shkurtit\";'),('aln','messages:feed-atom','s:7:\"en:Atom\";'),('aln','messages:feed-invalid','s:47:\"aln:Lloji i abonimit të feedit âsht i gabuem.\";'),('aln','messages:feed-rss','s:6:\"en:RSS\";'),('aln','messages:feed-unavailable','s:33:\"aln:Feedsat Sindikal nuk pranohen\";'),('aln','messages:feedback-adding','s:39:\"sq:Duke shtuar përshtypjen te faqja...\";'),('aln','messages:feedback-back','s:8:\"sq:Prapa\";'),('aln','messages:feedback-bugcheck','s:87:\"sq:Shumë mirë! Thjesht kontrolloni që nuk është një nga [$1 problemet e njohura].\";'),('aln','messages:feedback-bugnew','s:45:\"sq:E kontrollova. Raporto një problem të ri\";'),('aln','messages:feedback-bugornote','s:307:\"sq:Nëse jeni gati për të përshkruar një problem teknik me detaje ju lutemi [$1 raportoni një problem].\nPërndryshe, ju mund të formularin e thjeshtë më poshtë. Komenti juaj do të shtohet te faqja \"[$3 $2]\"\", së bashku me emrin tuaj të përdoruesit dhe shfletuesin të cilin jeni duke përdorur.\";'),('aln','messages:feedback-cancel','s:8:\"sq:Anulo\";'),('aln','messages:feedback-close','s:14:\"sq:Përfunduar\";'),('aln','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('aln','messages:feedback-dialog-title','s:22:\"sq:Dërgo përshtypjet\";'),('aln','messages:feedback-error1','s:37:\"sq:Gabim: Rezultat i panjohur nga API\";'),('aln','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('aln','messages:feedback-external-bug-report-button','s:29:\"sq:Krijo një detyrë teknike\";'),('aln','messages:feedback-message','s:11:\"sq:Mesazhi:\";'),('aln','messages:feedback-subject','s:12:\"sq:Subjekti:\";'),('aln','messages:feedback-submit','s:9:\"sq:Dërgo\";'),('aln','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('aln','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('aln','messages:feedback-thanks','s:70:\"sq:Faleminderit! Përshtypja juaj është postuar në faqen \"[$2 $1]\".\";'),('aln','messages:feedback-thanks-title','s:19:\"sq:Ju faleminderit!\";'),('aln','messages:feedback-useragent','s:26:\"sq:Agjenti i përdoruesit:\";'),('aln','messages:fewestrevisions','s:30:\"sq:Artikuj më të paredaktuar\";'),('aln','messages:fewestrevisions-summary','s:3:\"en:\";'),('aln','messages:file-anchor-link','s:10:\"aln:Figura\";'),('aln','messages:file-deleted-duplicate','s:174:\"sq:Një skedë identike më këtë skedë ([[:$1]]) është grisur më përpara.\nJu duhet të kontrolloni historikun e grisjes të asaj skede përpara se ta ri-ngarkoni atë.\";'),('aln','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('aln','messages:file-exists-duplicate','s:71:\"sq:Kjo skedë është dyfish i {{PLURAL:$1|skedës|skedave}} në vijim:\";'),('aln','messages:file-exists-sharedrepo','s:125:\"sq:Emri i zgjedhur i skedës është në përdorim në një magazinë të përbashkët.\nJu lutemi zgjidhni në emët tjetër.\";'),('aln','messages:file-info','s:40:\"sq:madhësia skedës: $1, lloji MIME: $2\";'),('aln','messages:file-info-gif-frames','s:36:\"sq:$1 {{PLURAL:$1|kornizë|korniza}}\";'),('aln','messages:file-info-gif-looped','s:9:\"sq:kthyer\";'),('aln','messages:file-info-png-frames','s:36:\"sq:$1 {{PLURAL:$1|kornizë|korniza}}\";'),('aln','messages:file-info-png-looped','s:9:\"sq:kthyer\";'),('aln','messages:file-info-png-repeat','s:19:\"sq:luajtur $1 herë\";'),('aln','messages:file-info-size','s:59:\"aln:$1 × $2 pixela, madhësia e skedës: $3, tipi MIME: $4\";'),('aln','messages:file-info-size-pages','s:94:\"sq:$1 × $2 pixel, madhësia e dokumentit: $3 , MIME tipi: $4 , $5 {{PLURAL:$5| faqe | faqet}}\";'),('aln','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('aln','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('aln','messages:file-nohires','s:25:\"aln:Rezolucioni i plotë.\";'),('aln','messages:file-thumbnail-no','s:251:\"sq:Emri i skedës fillon me <strong>$1</strong>.\nDuket se është një figurë me madhësi të zvogëluar \'\'(thumbnail)\'\'.\nNëse keni këtë figurë me madhësi të plotë ju lutem të ngarkoni atë, përndryshe ju lutem të ndryshoni emrin e skedës.\";'),('aln','messages:file-too-large','s:45:\"sq:Skeda që paraqitët ishte shumë e madhe.\";'),('aln','messages:filecopyerror','s:45:\"aln:Nuk mujta me kopjue skedën \"$1\" te \"$2\".\";'),('aln','messages:filedelete','s:10:\"sq:Gris $1\";'),('aln','messages:filedelete-archive-read-only','s:66:\"sq:Skedari i arkivimit \"$1\" nuk mund të ndryshohet nga shëbyesi.\";'),('aln','messages:filedelete-comment','s:11:\"sq:Arsyeja:\";'),('aln','messages:filedelete-current-unregistered','s:52:\"sq:Skeda e zgjedhur \"$1\" nuk ndodhet në regjistër.\";'),('aln','messages:filedelete-edit-reasonlist','s:27:\"sq:Ndrysho arsyet e grisjes\";'),('aln','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aln','messages:filedelete-intro','s:86:\"sq:Jeni duke grisur \'\'\'[[Media:$1|$1]]\'\'\' së baashku me të gjithë historikun e saj.\";'),('aln','messages:filedelete-intro-old','s:63:\"sq:Po grisni versionin e \'\'\'[[Media:$1|$1]]\'\'\' të [$4 $3, $2].\";'),('aln','messages:filedelete-legend','s:22:\"sq:Formulari i grisjes\";'),('aln','messages:filedelete-maintenance','s:92:\"sq:Grisja dhe restaurimi i skedave është çaktivizuar përkohësisht gjatë mirëmbajtjes.\";'),('aln','messages:filedelete-maintenance-title','s:30:\"sq:Nuk mund të grisë skedën\";'),('aln','messages:filedelete-missing','s:52:\"sq:Skeda \"$1\" nuk mund të griset pasi nuk ekziston.\";'),('aln','messages:filedelete-nofile','s:25:\"sq:\'\'\'$1\'\'\' nuk ekziston.\";'),('aln','messages:filedelete-nofile-old','s:71:\"sq:Nuk ka version të arkivuar të \'\'\'$1\'\'\' me të dhënat e kërkuara.\";'),('aln','messages:filedelete-old-unregistered','s:78:\"sq:Versioni i skedës së zgjedhur \"$1\" nuk ndodhet në bazën e të dhënave.\";'),('aln','messages:filedelete-otherreason','s:28:\"sq:Arsye tjetër/më shumë:\";'),('aln','messages:filedelete-reason-dropdown','s:95:\"sq:*Arsye të shpeshpërdorura për grisje:\n** Kundër të drejtave të autorit\n** Skedë kopje\";'),('aln','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('aln','messages:filedelete-reason-otherlist','s:16:\"aln:Arsyje tjera\";'),('aln','messages:filedelete-submit','s:8:\"sq:Grise\";'),('aln','messages:filedelete-success','s:27:\"sq:\'\'\'$1\'\'\' është grisur.\";'),('aln','messages:filedelete-success-old','s:72:\"sq:Versioni i \'\'\'[[Media:$1|$1]]\'\'\' i datës $3, ora $2 është fshirë.\";'),('aln','messages:filedeleteerror','s:36:\"aln:Nuk mujta me fshî skedën \"$1\".\";'),('aln','messages:filedeleteerror-long','s:50:\"sq:U hasën gabime gjatë grisjes së skedës:\n\n$1\";'),('aln','messages:filedeleteerror-short','s:39:\"sq:Gabim gjatë grisjes së skedës: $1\";'),('aln','messages:filedesc','s:15:\"sq:Përmbledhje\";'),('aln','messages:fileduplicatesearch','s:35:\"sq:Kërkoni për skeda të dyfishta\";'),('aln','messages:fileduplicatesearch-filename','s:18:\"sq:Emri i skedës:\";'),('aln','messages:fileduplicatesearch-info','s:66:\"sq:$1 × $2 pixel<br />Madhësia e skedës: $3<br />Lloji MIME: $4\";'),('aln','messages:fileduplicatesearch-noresults','s:42:\"sq:Nuk u gjet asnjë skedë me emrin \"$1\".\";'),('aln','messages:fileduplicatesearch-result-1','s:38:\"sq:Skeda \"$1\" nuk ka kopje të njëjta\";'),('aln','messages:fileduplicatesearch-result-n','s:55:\"sq:Skeda \"$1\" ka {{PLURAL:$2|1 dyfishim|$2 dyfishime}}.\";'),('aln','messages:fileduplicatesearch-submit','s:9:\"sq:Kërko\";'),('aln','messages:fileduplicatesearch-summary','s:87:\"sq:Kërkoni për dyfishime të skedave në bazë të vlerës përmbledhëse («hash»).\";'),('aln','messages:fileexists','s:166:\"sq:Ekziston një skedë me atë emër, ju lutem kontrolloni <strong>[[:$1]]</strong> në qoftë se nuk jeni të sigurt nëse dëshironi ta zëvendësoni.\n[[$1|thumb]]\";'),('aln','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('aln','messages:fileexists-extension','s:227:\"sq:Ekziston një skedë me emër të ngjashëm: [[$2|thumb]]\n*Emri i skedës në ngarkim: <strong>[[:$1]]</strong>\n*Emri i skedës ekzistuese: <strong>[[:$2]]</strong>\nMos dëshironi të zgjidhni një emër më të dallueshëm?\";'),('aln','messages:fileexists-forbidden','s:152:\"sq:Ekziston një skedë me të njëjtin emër. Ju lutemi kthehuni mbrapsht dhe ngarkoni këtë skedë me një emër të ri. \n[[File:$1|thumb|center|$1]]\";'),('aln','messages:fileexists-no-change','s:86:\"sq:Ky ngarkim është një kopje e saktë e versionit aktual <strong>[[:$1]]</strong>.\";'),('aln','messages:fileexists-shared-forbidden','s:184:\"sq:Ekziston një skedë me të njëjtin emër në magazinën e përbashkët. Ju lutem kthehuni mbrapsht dhe ngarkojeni këtë skedë me një emër të ri. \n [[File:$1|thumb|center|$1]]\";'),('aln','messages:fileexists-thumbnail-yes','s:309:\"sq:Kjo skedë duket se është një figurë me madhësi të zvogëluar \'\'(figurë përmbledhëse)\'\'. [[$1|thumb]]\nJu lutem kontrolloni skedën <strong>[[:$1]]</strong>.\nNëse skeda e kontrolluar është e së njëjtës madhësi me origjinalen atëherë nuk ka nevojë të ngarkoni një figurë përmbledhëse.\";'),('aln','messages:filehist','s:22:\"aln:Historiku i dosjes\";'),('aln','messages:filehist-comment','s:10:\"aln:Koment\";'),('aln','messages:filehist-current','s:14:\"aln:aktualisht\";'),('aln','messages:filehist-datetime','s:12:\"aln:Data/Ora\";'),('aln','messages:filehist-deleteall','s:18:\"sq:grisi të tëra\";'),('aln','messages:filehist-deleteone','s:15:\"sq:grise këtë\";'),('aln','messages:filehist-dimensions','s:13:\"aln:Përmasat\";'),('aln','messages:filehist-filesize','s:32:\"aln:Madhësia e figurës/skedës\";'),('aln','messages:filehist-help','s:74:\"aln:Kliko në datë/orë për me pa skedën si âsht dukë në atë kohë.\";'),('aln','messages:filehist-nothumb','s:20:\"sq:S’ka miniaturë\";'),('aln','messages:filehist-revert','s:11:\"sq:riktheje\";'),('aln','messages:filehist-thumb','s:18:\"aln:Pamja e vogël\";'),('aln','messages:filehist-thumbtext','s:38:\"aln:Pâmja e vogël e verzionit të $1\";'),('aln','messages:filehist-user','s:15:\"aln:Përdoruesi\";'),('aln','messages:filemissing','s:15:\"sq:Mungon skeda\";'),('aln','messages:filename','s:17:\"sq:Emri i skedës\";'),('aln','messages:filename-bad-prefix','s:192:\"sq:Emri i skedës që po ngarkoni fillon me \'\'\'\"$1\"\'\'\' dhe nuk është veçantisht përshkrues pasi përdoret nga shumë kamera.\nJu lutem zgjidhni një emër më përshkrues për skedën tuaj.\";'),('aln','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('aln','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('aln','messages:filename-toolong','s:64:\"sq:Emrat e skedave nuk mund të jenë më të gjata se 240 bajt.\";'),('aln','messages:filename-tooshort','s:45:\"sq:Emri i skedës është shumë i shkurtër.\";'),('aln','messages:filenotfound','s:37:\"aln:Nuk mujta me gjetë skedën \"$1\".\";'),('aln','messages:filepage-nofile','s:39:\"sq:S’ekziston skedë me këtë emër.\";'),('aln','messages:filepage-nofile-link','s:84:\"sq:Një skedë me këtë emër nuk ekziston akoma, ju mundeni ta [$1 ngarkoni atë].\";'),('aln','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('aln','messages:filepageexists','s:307:\"sq:Përshkrimi i faqes për këtë skedë është krijuar tek <strong>[[:$1]]</strong>, por asnjë skedë me këtë emër nuk ekziston.\nPërmbledhja që shkruat nuk do të shfaqet në përshkrimin e faqes.\nPër ta bërë përmbledhjen tuaj të dukshme atje, ju duhet ta redaktoni automatikisht.\n[[$1|thumb]]\";'),('aln','messages:filereadonlyerror','s:197:\"sq:Nuk është në gjendje që të ndryshojë skedarin \"$1\" sepse depoja e skedarit \"$2\" është në formën vetëm-lexim.\n\nAdministratori sistemit i cili e mbylli atë e dha këtë shpjegim: \"$3\".\";'),('aln','messages:filerenameerror','s:56:\"aln:Nuk mujta me ndërrue emnin e skedës \"$1\" në \"$2\".\";'),('aln','messages:filereuploadsummary','s:24:\"sq:Ndryshimet e skedës:\";'),('aln','messages:filerevert','s:12:\"sq:Rikthe $1\";'),('aln','messages:filerevert-badversion','s:71:\"sq:Nuk ka version vendor tjetër të kësaj skede në kohën e dhënë.\";'),('aln','messages:filerevert-comment','s:11:\"sq:Arsyeja:\";'),('aln','messages:filerevert-defaultcomment','s:50:\"sq:Rikthyer në versionin e datës $2, ora $1 ($3)\";'),('aln','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('aln','messages:filerevert-intro','s:62:\"sq:Po ktheni \'\'\'[[Media:$1|$1]]\'\'\' tek [versioni $4 i $3, $2].\";'),('aln','messages:filerevert-legend','s:17:\"sq:Rikthe skedën\";'),('aln','messages:filerevert-submit','s:11:\"sq:Riktheje\";'),('aln','messages:filerevert-success','s:67:\"sq:\'\'\'[[Media:$1|$1]]\'\'\' është kthyer tek [versioni $4 i $3, $2].\";'),('aln','messages:filesource','s:10:\"sq:Burimi:\";'),('aln','messages:filestatus','s:38:\"sq:Gjendja e të drejtave të autorit:\";'),('aln','messages:filetype-bad-ie-mime','s:158:\"sq:Nuk mund të ngarkoni këtë skedë sepse Internet Explorer do ta zbulonte si \"$1\", që është një lloj skede e papranuar dhe potencialisht e rrezikshme.\";'),('aln','messages:filetype-badmime','s:54:\"sq:Skedat e llojit MIME \"$1\" nuk lejohen për ngarkim.\";'),('aln','messages:filetype-banned','s:40:\"sq:Kjo lloji i skedës është e ndalur.\";'),('aln','messages:filetype-banned-type','s:198:\"sq:\'\'\'\".$1\"\'\'\' {{PLURAL:$4|nuk është një lloj i skedës së lejuar|nuk janë lloje të lejuara të skedave}}.\n{{PLURAL:$3|Lloji i lejuar i skedës është|Llojet e lejuara të skedave janë}} $2.\";'),('aln','messages:filetype-mime-mismatch','s:65:\"sq:Prapashtesa .$1 e skedarit ($2) nuk përshtatet me tipin MIME.\";'),('aln','messages:filetype-missing','s:43:\"sq:Skeda nuk ka mbaresë (si p.sh. \".jpg\").\";'),('aln','messages:filetype-unwanted-type','s:133:\"sq:\'\'\'\".$1\"\'\'\' është një lloj skede i padëshiruar.\nParapëlqehet {{PLURAL:$3|skeda të jetë e |skedat të jenë të}} llojit $2.\";'),('aln','messages:fileuploadsummary','s:15:\"sq:Përshkrimi:\";'),('aln','messages:filewasdeleted','s:141:\"sq:Një skedë më këtë emër është ngarkuar një here dhe pastaj është grisur. Duhet të shikoni $1 përpara se ta ngarkoni përsëri.\";'),('aln','messages:fix-double-redirects','s:63:\"sq:Përditësoni çdo përcjellim që tregon titullin origjinal\";'),('aln','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('aln','messages:formerror','s:42:\"aln:Gabim: nuk mujta me dërgue formularin\";'),('aln','messages:fri','s:7:\"aln:Pre\";'),('aln','messages:friday','s:12:\"aln:E premte\";'),('aln','messages:friday-at','s:21:\"sq:Të premten në $1\";'),('aln','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('aln','messages:gender-female','s:10:\"aln:Femën\";'),('aln','messages:gender-male','s:12:\"aln:Mashkull\";'),('aln','messages:gender-notknown','s:29:\"sq:Ai/ajo redakton faqet wiki\";'),('aln','messages:gender-unknown','s:12:\"aln:Pacaktue\";'),('aln','messages:generic-pool-error','s:218:\"sq:Ju kërkojmë ndjesë, serverët janë të mbingarkuar për momentin.\nKëtë faqe po përpiqen t\'i shikojnë më shumë njerëz nga ç\'është e mundur.\nJu lutemi prisni pak para se ta hapni sërish këtë faqe.\n\n$1\";'),('aln','messages:go','s:8:\"aln:Shko\";'),('aln','messages:googleanalytics-desc','s:84:\"aln:Inserts Google Analytics script (ga.js) në të faqeve MediaWiki për ndjekjen e\";'),('aln','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('aln','messages:gotointerwiki','s:32:\"sq:Po largoheni nga {{SITENAME}}\";'),('aln','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('aln','messages:gotointerwiki-invalid','s:43:\"sq:Tiulli i dhënë nuk është i rregullt.\";'),('aln','messages:grant-basic','s:20:\"sq:Të drejta bazike\";'),('aln','messages:grant-blockusers','s:35:\"sq:Blloko dhe zhblloko përdoruesit\";'),('aln','messages:grant-createaccount','s:16:\"sq:Krijo llogari\";'),('aln','messages:grant-createeditmovepage','s:41:\"sq:Krijoni, redaktoni, dhe lëvizni faqet\";'),('aln','messages:grant-delete','s:42:\"sq:Fshij faqet, versionet dhe regjistrimet\";'),('aln','messages:grant-editinterface','s:80:\"sq:Përpunoni emërhapësirë MediaWiki dhe JSON për mbarë sajtin/përdoruesin\";'),('aln','messages:grant-editmycssjs','s:55:\"sq:Përpunoni CSS/JSON/JavaScript-in tuaj si përdorues\";'),('aln','messages:grant-editmyoptions','s:73:\"sq:Përpunoni parapëlqimet tuaja si përdorues dhe formësimin për JSON\";'),('aln','messages:grant-editmywatchlist','s:37:\"sq:Redaktoni listën tuaj mbikqyrëse\";'),('aln','messages:grant-editpage','s:29:\"sq:Redaktoni faqet ekzistuese\";'),('aln','messages:grant-editprotected','s:28:\"sq:Redakto faqet e mbrojtura\";'),('aln','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('aln','messages:grant-generic','s:27:\"sq:\"$1\" pako e të drejtave\";'),('aln','messages:grant-group-administration','s:31:\"sq:Kryej veprime administrative\";'),('aln','messages:grant-group-customization','s:28:\"sq:Rregullime dhe preferenca\";'),('aln','messages:grant-group-email','s:17:\"sq:Dërgoni email\";'),('aln','messages:grant-group-file-interaction','s:22:\"sq:Ndërvepro me media\";'),('aln','messages:grant-group-high-volume','s:40:\"sq:Kryej aktivitet me vëllim të lartë\";'),('aln','messages:grant-group-other','s:26:\"sq:Veprimtari të ndryshme\";'),('aln','messages:grant-group-page-interaction','s:21:\"sq:Ndërvepro me faqe\";'),('aln','messages:grant-group-private-information','s:45:\"sq:Qasu të dhënave private në lidhje me ju\";'),('aln','messages:grant-group-watchlist-interaction','s:46:\"sq:Ndërvepro me listën tuaj të mbikëqyrjes\";'),('aln','messages:grant-highvolume','s:33:\"sq:Redaktim me vëllim të lartë\";'),('aln','messages:grant-import','s:19:\"en:Import revisions\";'),('aln','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('aln','messages:grant-oversight','s:32:\"sq:Fshih përdorues dhe versione\";'),('aln','messages:grant-patrol','s:30:\"sq:Patrullo ndryshime në faqe\";'),('aln','messages:grant-privateinfo','s:30:\"sq:Qasu në informacion privat\";'),('aln','messages:grant-protect','s:25:\"sq:Mbroj dhe çmbroj faqe\";'),('aln','messages:grant-rollback','s:26:\"sq:Kthe ndryshime në faqe\";'),('aln','messages:grant-sendemail','s:39:\"sq:Dërgo e-mail te përdoruesit tjerë\";'),('aln','messages:grant-uploadeditmovefile','s:44:\"sq:Ngarko, zëvendëso dhe zhvendos skedarë\";'),('aln','messages:grant-uploadfile','s:25:\"sq:Ngarko skedarë të ri\";'),('aln','messages:grant-viewdeleted','s:37:\"sq:Shiko skedarët dhe faqet e fshira\";'),('aln','messages:grant-viewmywatchlist','s:37:\"sq:Shiko listën tënde mbikëqyrëse\";'),('aln','messages:grant-viewrestrictedlogs','s:33:\"sq:Shiko regjistrimet e kufizuara\";'),('aln','messages:group','s:10:\"aln:Grupi:\";'),('aln','messages:group-all','s:16:\"aln:(të gjitha)\";'),('aln','messages:group-autoconfirmed','s:43:\"aln:Përdorues të vërtetuar automatikisht\";'),('aln','messages:group-autoconfirmed-member','s:41:\"aln:Përdorues i vërtetuar automatikisht\";'),('aln','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('aln','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('aln','messages:group-bot','s:9:\"aln:Robot\";'),('aln','messages:group-bot-member','s:9:\"aln:Robot\";'),('aln','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('aln','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('aln','messages:group-bureaucrat','s:12:\"aln:Burokrat\";'),('aln','messages:group-bureaucrat-member','s:12:\"aln:Burokrat\";'),('aln','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('aln','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('aln','messages:group-interface-admin','s:32:\"sq:Administratorët e ndërfaqes\";'),('aln','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('aln','messages:group-membership-link-with-expiry','s:19:\"sq:$1 (deri në $2)\";'),('aln','messages:group-named','s:19:\"en:Registered users\";'),('aln','messages:group-suppress','s:14:\"aln:Kujdestari\";'),('aln','messages:group-suppress-member','s:14:\"aln:Kujdestari\";'),('aln','messages:group-sysop','s:18:\"aln:Administruesit\";'),('aln','messages:group-sysop-member','s:16:\"aln:Administrues\";'),('aln','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('aln','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('aln','messages:group-user','s:14:\"aln:Përdorues\";'),('aln','messages:group-user-member','s:28:\"aln:{{GENDER:$1|Përdorues}}\";'),('aln','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('aln','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('aln','messages:grouppage-autoconfirmed','s:58:\"aln:{{ns:project}}:Përdorues të vërtetuar automatikisht\";'),('aln','messages:grouppage-bot','s:26:\"aln:{{ns:project}}:Robotë\";'),('aln','messages:grouppage-bureaucrat','s:29:\"aln:{{ns:project}}:Burokratë\";'),('aln','messages:grouppage-interface-admin','s:47:\"sq:{{ns:project}}:Administratorët e ndërfaqes\";'),('aln','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('aln','messages:grouppage-suppress','s:29:\"aln:{{ns:project}}:Kujdestari\";'),('aln','messages:grouppage-sysop','s:33:\"aln:{{ns:project}}:Administruesit\";'),('aln','messages:grouppage-user','s:29:\"aln:{{ns:project}}:Përdorues\";'),('aln','messages:guesstimezone','s:27:\"aln:Mbush prej shfletuesit:\";'),('aln','messages:headline-anchor-title','s:28:\"sq:Lidhje në këtë seksion\";'),('aln','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('aln','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('aln','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('aln','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('aln','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('aln','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('aln','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('aln','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('aln','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('aln','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('aln','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('aln','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('aln','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('aln','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('aln','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('aln','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('aln','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('aln','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('aln','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('aln','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('aln','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('aln','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('aln','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('aln','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('aln','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('aln','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('aln','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('aln','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('aln','messages:help','s:11:\"aln:Ndihmë\";'),('aln','messages:help-mediawiki','s:28:\"sq:Ndihmë rreth MediaWiki-t\";'),('aln','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('aln','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('aln','messages:helppage-top-gethelp','s:10:\"sq:Ndihmë\";'),('aln','messages:hidden-categories','s:58:\"aln:{{PLURAL:$1|Kategori e msheftë|Kategori të mshefta}}\";'),('aln','messages:hidden-category-category','s:24:\"aln:Kategori të mshefta\";'),('aln','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('aln','messages:hiddencategories','s:91:\"aln:Kjo faqe bân pjesë në {{PLURAL:$1|1 kategori të msheftë|$1 kategori të mshefta}}:\";'),('aln','messages:hide','s:9:\"aln:msheh\";'),('aln','messages:hidetoc','s:9:\"aln:mshef\";'),('aln','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('aln','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('aln','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('aln','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('aln','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('aln','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('aln','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('aln','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('aln','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('aln','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('aln','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('aln','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('aln','messages:hist','s:8:\"aln:hist\";'),('aln','messages:histfirst','s:20:\"aln:Mâ të hershmet\";'),('aln','messages:histlast','s:22:\"aln:Mâ të freskëtat\";'),('aln','messages:histlegend','s:302:\"aln:Përzgjedhja e dallimeve: shêjo kutijat rrethore të verzioneve që do me i krahasue dhe shtyp enter ose butonin në fund.<br />\nLegjenda: \'\'\'({{int:cur}})\'\'\' = dallimi me verzionin aktual,\n\'\'\'({{int:last}})\'\'\' = dallimi me verzionin para këtij, \'\'\'{{int:minoreditletter}}\'\'\' = redaktim i vogël.\";'),('aln','messages:history','s:21:\"aln:Historiku i faqes\";'),('aln','messages:history-edit-tags','s:47:\"sq:Ndrysho etiketat e versioneve të zgjedhura.\";'),('aln','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('aln','messages:history-feed-description','s:52:\"aln:Historiku i versioneve për këtë faqe në wiki\";'),('aln','messages:history-feed-empty','s:188:\"aln:Faqja që kërkuat nuk ekziston. Ajo mund të jetë grisur nga wiki ose mund të jetë zhvendosur nën një emër tjetër. Mund të provoni ta gjeni duke e [[Special:Search|kërkuar]].\";'),('aln','messages:history-feed-item-nocomment','s:13:\"aln:$1 tek $2\";'),('aln','messages:history-feed-title','s:26:\"aln:Historiku i versioneve\";'),('aln','messages:history-fieldset-title','s:22:\"aln:Shfleto historikun\";'),('aln','messages:history-show-deleted','s:29:\"sq:Vetëm versionet e grisura\";'),('aln','messages:history-title','s:37:\"aln:Historiku i redaktimeve për \"$1\"\";'),('aln','messages:history_copyright','s:4:\"en:-\";'),('aln','messages:history_short','s:20:\"aln:Të përparshmet\";'),('aln','messages:history_small','s:12:\"sq:historiku\";'),('aln','messages:historyaction-submit','s:18:\"sq:Shfaq rishikime\";'),('aln','messages:historyempty','s:8:\"aln:bosh\";'),('aln','messages:historysize','s:28:\"aln:({{PLURAL:$1|1 B|$1 B}})\";'),('aln','messages:historywarning','s:100:\"sq:\'\'\'Kujdes:\'\'\' Kjo faqe të cilën po e grisni ka histori me $1 \n{{PLURAL:$1|redaktim|redaktime}}:\";'),('aln','messages:hookaborted','s:74:\"sq:Modifikimi që ju provuat ta bëni u ndërpre nga një goditje shtesë.\";'),('aln','messages:hours','s:32:\"sq:{{PLURAL:$1|$1 orë|$1 orë}}\";'),('aln','messages:hours-abbrev','s:7:\"en:$1 h\";'),('aln','messages:hours-ago','s:39:\"sq:$1 {{PLURAL:$1|orë|orë}} më parë\";'),('aln','messages:htmlform-chosen-placeholder','s:21:\"sq:Zgjedh një opcion\";'),('aln','messages:htmlform-cloner-create','s:18:\"sq:Shto më shumë\";'),('aln','messages:htmlform-cloner-delete','s:7:\"sq:Hiqe\";'),('aln','messages:htmlform-cloner-required','s:34:\"sq:Kërkohet së paku një vlerë.\";'),('aln','messages:htmlform-date-invalid','s:80:\"sq:Vlera që keni dhënë nuk është datë e njohur. Provo formatin VVVV-MM-DD.\";'),('aln','messages:htmlform-date-placeholder','s:13:\"sq:VVVV-MM-DD\";'),('aln','messages:htmlform-date-toohigh','s:69:\"sq:Vlera që dhatë është pas datës më të vonshme të lejuar $1.\";'),('aln','messages:htmlform-date-toolow','s:76:\"sq:Vlera që keni dhënë është para datës më të hershme të lejuar $1.\";'),('aln','messages:htmlform-datetime-invalid','s:99:\"sq:Vlera që keni dhënë nuk është datë dhe kohë e njohur. Provo formatin VVVV-MM-DD HH:MM:SS.\";'),('aln','messages:htmlform-datetime-placeholder','s:22:\"sq:VVVV-MM-DD OO:MM:SS\";'),('aln','messages:htmlform-datetime-toohigh','s:80:\"sq:Vlera që dhatë është pas datës dhe kohës më të vonshme të lejuar $1.\";'),('aln','messages:htmlform-datetime-toolow','s:81:\"sq:Vlera që dhatë është para datës dhe kohës më të hershme të lejuar $1.\";'),('aln','messages:htmlform-float-invalid','s:49:\"sq:Vlera që ju e specifikuat nuk është numër.\";'),('aln','messages:htmlform-int-invalid','s:58:\"sq:Vlera që ju e specifikuat nuk është numër i plotë.\";'),('aln','messages:htmlform-int-toohigh','s:57:\"sq:Vlera që ju e përcaktuat është mbi maksimumin e $1\";'),('aln','messages:htmlform-int-toolow','s:57:\"sq:Vlera që ju e përcaktuat është nën minimumin e $1\";'),('aln','messages:htmlform-invalid-input','s:44:\"sq:Ka probleme me disa nga kontributet e tua\";'),('aln','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('aln','messages:htmlform-no','s:5:\"sq:Jo\";'),('aln','messages:htmlform-required','s:33:\"sq:Kjo vlerë është e nevojshme\";'),('aln','messages:htmlform-reset','s:20:\"sq:Zhbëj ndryshimin\";'),('aln','messages:htmlform-select-badoption','s:71:\"sq:Vlera që ju e specifikuat nuk është një alternativë e vlefshme.\";'),('aln','messages:htmlform-selectorother-other','s:9:\"sq:Gjitha\";'),('aln','messages:htmlform-submit','s:9:\"sq:Dërgo\";'),('aln','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('aln','messages:htmlform-time-invalid','s:78:\"sq:Vlera që keni dhënë nuk është kohë e njohur. Provo formatin HH:MM:SS.\";'),('aln','messages:htmlform-time-placeholder','s:11:\"sq:OO:MM:SS\";'),('aln','messages:htmlform-time-toohigh','s:69:\"sq:Vlera që dhatë është pas datës më të vonshme të lejuar $1.\";'),('aln','messages:htmlform-time-toolow','s:70:\"sq:Vlera që dhatë është para datës më të hershme të lejuar $1.\";'),('aln','messages:htmlform-title-badnamespace','s:51:\"sq:[[:$1]] nuk është në hapësirën \"{{ns:$2}}\".\";'),('aln','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('aln','messages:htmlform-title-not-creatable','s:47:\"sq:\"$1\" nuk është emër i faqes i krijueshëm\";'),('aln','messages:htmlform-title-not-exists','s:19:\"sq:$1 nuk ekziston.\";'),('aln','messages:htmlform-user-not-exists','s:36:\"sq:<strong>$1</strong> nuk ekziston.\";'),('aln','messages:htmlform-user-not-valid','s:65:\"sq:<strong>$1</strong> nuk është emër i vlefshëm përdoruesi.\";'),('aln','messages:htmlform-yes','s:5:\"sq:Po\";'),('aln','messages:http-bad-status','s:52:\"sq:Ndodhi një problem gjatë kërkesës HTTP: $1 $2\";'),('aln','messages:http-curl-error','s:39:\"sq:Gabim gjatë gjetjes së URL-së: $1\";'),('aln','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('aln','messages:http-invalid-scheme','s:47:\"sq:Adresat URL me skemën \"$1\" nuk mbështeten.\";'),('aln','messages:http-invalid-url','s:31:\"sq:Adresë URL e pavlefshme: $1\";'),('aln','messages:http-read-error','s:28:\"sq:Gabim në leximin e HTTP.\";'),('aln','messages:http-request-error','s:66:\"sq:Kërkesa HTTP dështoi për shkak të një gabimi të panjohur.\";'),('aln','messages:http-timed-out','s:32:\"sq:Kërkesës HTTP i kaloi koha.\";'),('aln','messages:ignorewarning','s:49:\"sq:Shpërfille paralajmërimin dhe ruaje skedën.\";'),('aln','messages:ignorewarnings','s:32:\"sq:Shpërfill çdo paralajmërim\";'),('aln','messages:illegal-filename','s:31:\"sq:Emri i skedarit nuk lejohet.\";'),('aln','messages:illegalfilename','s:128:\"sq:Skeda \"$1\" përmban gërma që nuk lejohen tek titujt e faqeve. Ju lutem ndërrojani emrin dhe provoni ta ngarkoni përsëri.\";'),('aln','messages:ilsubmit','s:9:\"sq:Kërko\";'),('aln','messages:imageinvalidfilename','s:50:\"sq:Emri i skedës së synuar është i pavlefshëm\";'),('aln','messages:imagelinks','s:20:\"aln:Vegzat e skedave\";'),('aln','messages:imagelisttext','s:106:\"sq:Më poshtë është një listë e $1 {{PLURAL:$1|skedës të renditur|skedave të renditura}} sipas $2.\";'),('aln','messages:imagemaxsize','s:58:\"sq:Kufi madhësie figurash në faqe përshkrimi kartelash:\";'),('aln','messages:imagenocrossnamespace','s:57:\"sq:Nuk mund të lëvizet skeda tek hapësira e jo-skedës\";'),('aln','messages:imagepage','s:25:\"aln:Shiko faqen e skedës\";'),('aln','messages:imagetypemismatch','s:44:\"sq:Skeda e re nuk përputhet me llojin e vet\";'),('aln','messages:img-auth-accessdenied','s:18:\"sq:Refuzohet hyrja\";'),('aln','messages:img-auth-badtitle','s:58:\"sq:Nuk mund të krihohej një titull i vlefshëm nga \"$1\".\";'),('aln','messages:img-auth-isdir','s:94:\"sq:Ju po përpiqeni të hyni në një drejtori \"$1\".\nVetëm  qasja e skedës është e lejuar.\";'),('aln','messages:img-auth-nofile','s:27:\"sq:Skeda \"$1\" nuk ekziston.\";'),('aln','messages:img-auth-noread','s:49:\"sq:Përdoruesi nuk ka qasje për të lexuar \"$1\".\";'),('aln','messages:img-auth-notindir','s:70:\"sq:Kërkesa nuk është në drejtorinë e ngarkimeve të konfiguruara.\";'),('aln','messages:img-auth-public','s:189:\"sq:Funksioni i img_auth.php është për të larguar skedat nga një wiki privat.\nKy wiki është i konfiguruar si një wiki publik.\nPër siguri optimale, img_auth.php është çaktivizuar.\";'),('aln','messages:img-auth-streaming','s:21:\"sq:Duke ngarkuar \"$1\"\";'),('aln','messages:img-lang-default','s:25:\"sq:(gjuha e parazgjedhur)\";'),('aln','messages:img-lang-go','s:7:\"sq:Shko\";'),('aln','messages:img-lang-info','s:33:\"sq:Shfaqe këtë imazh në $1. $2\";'),('aln','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('aln','messages:imgfile','s:8:\"sq:skeda\";'),('aln','messages:imgmultigo','s:8:\"sq:Shko!\";'),('aln','messages:imgmultigoto','s:20:\"sq:Shko tek faqja $1\";'),('aln','messages:imgmultipagenext','s:20:\"sq:faqja tjetër →\";'),('aln','messages:imgmultipageprev','s:25:\"sq:← faqja e mëparshme\";'),('aln','messages:immobile-source-namespace','s:39:\"sq:Nuk mund të lëvizet faqja tek \"$1\"\";'),('aln','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('aln','messages:immobile-source-page','s:36:\"sq:Kjo faqe është e pa lëvizshme.\";'),('aln','messages:immobile-target-namespace','s:39:\"sq:Nuk mund të lëvizen faqet tek \"$1\"\";'),('aln','messages:immobile-target-namespace-iw','s:84:\"sq:Lidhja ndër-wiki nuk është një objektiv i vlefshëm për zhvendosjen e faqes.\";'),('aln','messages:immobile-target-page','s:51:\"sq:Nuk mund të zhvendoset tek titulli i destinuar.\";'),('aln','messages:import','s:17:\"sq:Importoni faqe\";'),('aln','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('aln','messages:import-comment','s:11:\"sq:Arsyeja:\";'),('aln','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('aln','messages:import-error-edit','s:76:\"sq:Faqja \"$1\" nuk është importuar sepse ju nuk lejoheni ta redaktoni atë.\";'),('aln','messages:import-error-interwiki','s:106:\"sq:Faqja \"$1\" nuk është importuar sepse emri i saj është rezervuar për lidhje të jashtme (interwiki)\";'),('aln','messages:import-error-invalid','s:117:\"sq:Faqja \"$1\" nuk është importuar sepse emri me të cilin do të importohej është i palejueshëm në këtë wiki.\";'),('aln','messages:import-error-special','s:104:\"sq:Faqja \"$1\" nuk është importuar sepse ajo i përket një hapësire të veçantë që nuk lejon faqe.\";'),('aln','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('aln','messages:import-interwiki-history','s:42:\"sq:Kopjo krejt rishikimet për këtë faqe\";'),('aln','messages:import-interwiki-sourcepage','s:18:\"sq:Burimi i faqes:\";'),('aln','messages:import-interwiki-sourcewiki','s:15:\"sq:Burimi wiki:\";'),('aln','messages:import-interwiki-submit','s:10:\"sq:Importo\";'),('aln','messages:import-interwiki-templates','s:32:\"sq:Përfshini të gjitha stampat\";'),('aln','messages:import-interwiki-text','s:229:\"sq:Zgjidhni një wiki dhe titull faqeje për të importuar.\nDatat e versioneve dhe emrat e redaktuesve do të ruhen.\nTë gjitha importimet nga wikit tjera janë të regjistruara tek [[Special:Log/import|regjistri i importimeve]].\";'),('aln','messages:import-invalid-interwiki','s:50:\"sq:Nuk mund të importohet nga wiki i specifikuar.\";'),('aln','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('aln','messages:import-logentry-interwiki-detail','s:55:\"sq:$1 {{PLURAL:$1|version|versione}} u importuan nga $2\";'),('aln','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('aln','messages:import-logentry-upload-detail','s:48:\"sq:$1 {{PLURAL:$1|version|versione}} u importuan\";'),('aln','messages:import-mapping-default','s:41:\"sq:Importo në lokacione të paracaktuara\";'),('aln','messages:import-mapping-namespace','s:31:\"sq:Importo në një hapësirë:\";'),('aln','messages:import-mapping-subpage','s:45:\"sq:Importo si nënfaqe të faqes në vazhdim:\";'),('aln','messages:import-noarticle','s:31:\"sq:S\'ka faqe për tu importuar!\";'),('aln','messages:import-nonewrevisions','s:100:\"sq:Nuk u importua asnjë version (të gjitha ose ishin prezent ose u kaluan per shkak të gabimeve).\";'),('aln','messages:import-options-wrong','s:73:\"sq:{{PLURAL:$2|Opsion i gabuar|Opsione të gabuara}}: <nowiki>$1</nowiki>\";'),('aln','messages:import-parse-failure','s:40:\"sq:Dështim i analizës së importit XML\";'),('aln','messages:import-revision-count','s:36:\"sq:$1 {{PLURAL:$1|version|versione}}\";'),('aln','messages:import-rootpage-invalid','s:44:\"sq:Faqja rrënjë ka titull të pavlefshëm.\";'),('aln','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('aln','messages:import-summary','s:3:\"en:\";'),('aln','messages:import-token-mismatch','s:300:\"sq:Humbje të dhënash sesioni.\n\nMund të jeni nxjerrë nga llogaria. \'\'\'Ju lutemi, verifikoni se jeni ende i futur dhe riprovoni\'\'\'.\nNëse prapë s’funksionon, provoni [[Special:UserLogout|të bëni daljen]] dhe të rihyni, dhe kontrolloni se shfletuesi juaj lejon “cookies” prej këtij sajti.\";'),('aln','messages:import-upload','s:24:\"sq:Ngarko të dhëna XML\";'),('aln','messages:import-upload-filename','s:18:\"sq:Emri i skedës:\";'),('aln','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('aln','messages:importbadinterwiki','s:29:\"sq:Lidhje e prishur interwiki\";'),('aln','messages:importcantopen','s:41:\"sq:Nuk mund të hapë skedën e importuar\";'),('aln','messages:imported-log-entries','s:41:\"sq:Importuar $1 {{PLURAL:$1|hyrje|hyrje}}\";'),('aln','messages:importfailed','s:25:\"sq:Importimi dështoi: $1\";'),('aln','messages:importinterwiki','s:32:\"sq:Importo nga një wiki tjetër\";'),('aln','messages:importlogpage','s:25:\"sq:Regjistër importimesh\";'),('aln','messages:importlogpagetext','s:81:\"sq:Importimet administrative të faqeve me historik redaktimi nga wiki-t e tjera.\";'),('aln','messages:importnofile','s:39:\"sq:Nuk u ngarkua asnjë skedë importi.\";'),('aln','messages:importnopages','s:31:\"sq:S\'ka faqe për tu importuar.\";'),('aln','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('aln','messages:importnosources','s:124:\"sq:Nuk janë përcaktuar wiki-t nga të cilat mund të importohet dhe ngarkimet historike të drejtpërdrejta janë ndaluar.\";'),('aln','messages:importstart','s:26:\"sq:Duke importuar faqet...\";'),('aln','messages:importsuccess','s:25:\"sq:Importim i sukseshëm!\";'),('aln','messages:importtext','s:159:\"sq:Ju lutem eksportoni këtë skedë nga burimi wiki duke përdorur  [[Special:Export|export utility]].! XAU Save atë në kompjuterin tuaj dhe ngarkoni këtu.\";'),('aln','messages:importunknownsource','s:33:\"sq:Lloj burimi importi i panjohur\";'),('aln','messages:importuploaderrorpartial','s:81:\"sq:Ngarkimi ose importimi i skedës dështoi.\nSkeda u ngarkua vetëm pjesërisht.\";'),('aln','messages:importuploaderrorsize','s:94:\"sq:Ngarkimi ose importimi i skedës dështoi.\nSkeda është më e madhe se madhësia e lejuar.\";'),('aln','messages:importuploaderrortemp','s:80:\"sq:Ngarkimi ose importimi i skedës dështoi.\nNjë dosje e përkohëshme mungon.\";'),('aln','messages:index-category','s:20:\"aln:Faqe e indeksume\";'),('aln','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('aln','messages:infiniteblock','s:9:\"sq:pakufi\";'),('aln','messages:intentionallyblankpage','s:48:\"sq:Kjo faqe me qëllim është lënë e zbrazët\";'),('aln','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('aln','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('aln','messages:interlanguage-link-title-nonlang','s:17:\"sq:$1 deri në $2\";'),('aln','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('aln','messages:internalerror','s:23:\"aln:Gabim i mbrendshëm\";'),('aln','messages:internalerror-fatal-exception','s:33:\"sq:Përjashtim fatal i tipit \"$1\"\";'),('aln','messages:internalerror_info','s:28:\"aln:Gabimi i mbrendshëm: $1\";'),('aln','messages:invalid-chunk-offset','s:31:\"sq:Kompensim cope i pavlefshëm\";'),('aln','messages:invalid-content-data','s:45:\"sq:Të pavlefshme të dhënave e përmbajtjes\";'),('aln','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('aln','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('aln','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('aln','messages:invalidateemail','s:33:\"sq:Tërhiq vërtetimin e email-it\";'),('aln','messages:invalidemailaddress','s:157:\"aln:Adresa e emailit nuk pranohet meqenëse duket se ka format jovalid.\nJu lutemi jepeni nji adresë të formatueme mirë ose leni atë fushë të shprazët.\";'),('aln','messages:invalidtitle','s:23:\"sq:Titull i pavlefshëm\";'),('aln','messages:invalidtitle-knownnamespace','s:60:\"sq:Titull jo i vlefshëm me hapësirën \"$2\" dhe teksti \"$3\"\";'),('aln','messages:invalidtitle-unknownnamespace','s:91:\"sq:Titull jo i vlefshëm me numrin e panjohur të hapësirës së emrit $1 dhe tekstit \"$2\"\";'),('aln','messages:invert','s:21:\"aln:inverzo zgjedhjen\";'),('aln','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('aln','messages:ip_range_invalid','s:21:\"sq:Shtrirje IP gabim.\";'),('aln','messages:ip_range_toolarge','s:59:\"sq:Radhitja e bllokimeve më të mëdha se /$1 nuk lejohet.\";'),('aln','messages:ip_range_toolow','s:40:\"sq:Vargjet e IP efektivisht nuk lejohen.\";'),('aln','messages:ipaddressorusername','s:50:\"sq:Adresë IP, emër përdoruesi, ose ID bllokimi:\";'),('aln','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('aln','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('aln','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('aln','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('aln','messages:ipb-blockingself','s:78:\"sq:Ju jeni duke bllokuar vetëveten ! Jeni te sigurte qe doni te bëni këtë?\";'),('aln','messages:ipb-blocklist','s:41:\"sq:Përdorues dhe IP adresa të bllokuara\";'),('aln','messages:ipb-blocklist-contribs','s:36:\"sq:Kontributet për {{GENDER:$1|$1}}\";'),('aln','messages:ipb-blocklist-duration-left','s:18:\"sq:kanë mbetë $1\";'),('aln','messages:ipb-change-block','s:42:\"sq:Ri-blloko përdorues me këta parametra\";'),('aln','messages:ipb-confirm','s:21:\"sq:Konfirmo bllokimin\";'),('aln','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('aln','messages:ipb-confirmhideuser','s:218:\"sq:Ju jeni gati për të bllokuar një përdorues që ka aktivizuar statusin \"përdorues i fshehur\". Kjo do të shtyp emrin e përdoruesit në të gjitha listat regjistrimet. Jeni të sigurtë që doni ta bëni këtë?\";'),('aln','messages:ipb-default-expiry','s:3:\"en:\";'),('aln','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('aln','messages:ipb-disableusertalk','s:41:\"sq:Që përpunon faqen e vet të bisedave\";'),('aln','messages:ipb-edit-dropdown','s:29:\"sq:Redakto arsyet e bllokimit\";'),('aln','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('aln','messages:ipb-hardblock','s:64:\"sq:Apliko bllokim mbi përdorues të futur prej kësaj adrese IP\";'),('aln','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('aln','messages:ipb-needreblock','s:62:\"sq:$1 është i bllokuar.\nDëshironi t\'i ndryshoni parametrat?\";'),('aln','messages:ipb-otherblocks-header','s:51:\"sq:{{PLURAL:$1|Bllokim tjetër|Bllokime të tjera}}\";'),('aln','messages:ipb-pages-label','s:8:\"en:Pages\";'),('aln','messages:ipb-partial','s:10:\"en:Partial\";'),('aln','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('aln','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('aln','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('aln','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('aln','messages:ipb-unblock','s:43:\"sq:Çblloko përdorues dhe IP të bllokuara\";'),('aln','messages:ipb-unblock-addr','s:14:\"sq:Zhblloko $1\";'),('aln','messages:ipb_already_blocked','s:26:\"sq:\"$1\" është i bllokuar\";'),('aln','messages:ipb_blocked_as_range','s:170:\"sq:Gabim: Adresa IP $1 nuk është bllokuar direkt dhe nuk mund të zhbllokohet.\nAjo është, megjithatë, e bllokuar si pjesë e rangut $2, që nuk mund të zhbllokohet.\";'),('aln','messages:ipb_cant_unblock','s:68:\"sq:Gabim: Bllokimi për $1 nuk u gjet. Mund të jetë hequr tashmë.\";'),('aln','messages:ipb_expiry_invalid','s:32:\"sq:Afati i kohës është gabim.\";'),('aln','messages:ipb_expiry_old','s:47:\"sq:Data e skadencës është në të shkuarën.\";'),('aln','messages:ipb_expiry_temp','s:83:\"sq:Bllokimet për emra përdoruesish të fshehur duhet të jenë të pa kufi kohor.\";'),('aln','messages:ipb_hide_invalid','s:97:\"sq:Nuk mund ta prishni këtë llogari; ka më shumë se {{PLURAL:$1|një redaktim|$1 redaktime}}.\";'),('aln','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('aln','messages:ipbblocked','s:89:\"sq:Ti nuk mund t\'i bllokosh ose zhbllokosh përdoruesit e tjerë, sepse je vet i bllokuar\";'),('aln','messages:ipbcreateaccount','s:19:\"sq:Krijim llogarish\";'),('aln','messages:ipbemailban','s:21:\"sq:Dërgimi i emailit\";'),('aln','messages:ipbenableautoblock','s:144:\"sq:Blloko edhe IP adresën që ka përdor ky përdorues deri tash, si dhe të gjitha subadresat nga të cilat mundohet ky përdorues të editoj.\";'),('aln','messages:ipbhidename','s:56:\"sq:Fshih emrat e përdorueseve nga redaktimet dhe listat\";'),('aln','messages:ipblocklist','s:45:\"aln:Përdoruesit dhe adresat IP të bllokueme\";'),('aln','messages:ipblocklist-empty','s:45:\"sq:Lista e të bllokimeve është e zbrazët.\";'),('aln','messages:ipblocklist-legend','s:36:\"sq:Gjej një përdorues të bllokuar\";'),('aln','messages:ipblocklist-localblock','s:16:\"sq:Bllokim lokal\";'),('aln','messages:ipblocklist-no-results','s:81:\"sq:S’u gjetën bllokime për adresën IP ose emrin e përdoruesit të kërkuar.\";'),('aln','messages:ipblocklist-otherblocks','s:51:\"sq:{{PLURAL:$1|Bllokim tjetër|Bllokime të tjera}}\";'),('aln','messages:ipblocklist-submit','s:9:\"sq:Kërko\";'),('aln','messages:ipbnounblockself','s:40:\"sq:Ju nuk mund të zhbllokoni veten tuaj\";'),('aln','messages:ipboptions','s:156:\"aln:2 orë:2 hours,1 ditë:1 day,3 ditë:3 days,1 javë:1 week,2 javë:2 weeks,1 muej:1 month,3 muej:3 months,6 muej:6 months,1 vjet:1 year,pa kufi:infinite\";'),('aln','messages:ipbother','s:16:\"sq:Kohë tjetër\";'),('aln','messages:ipbreason','s:11:\"sq:Arsyeja:\";'),('aln','messages:ipbreason-dropdown','s:284:\"sq:*Arsye të zakonshme të bllokimit\n** Vendosja e të dhënave të rreme\n** Largimi i përmbajtjeve të faqeve\n** Vendosja e lidhjeve spam \n** Vendosja e të dhënave të pakuptimta\n** Sjellje arrogante dhe/ose ngacmuese\n** Përdorimi i më shumë llogarive\n** Nofkë e papranueshme\";'),('aln','messages:ipbsubmit','s:27:\"sq:Blloko këtë përdorues\";'),('aln','messages:ipbwatchuser','s:66:\"sq:Shiko faqen e prezantimit dhe diskutimit të këtij përdoruesi\";'),('aln','messages:ipusubmit','s:23:\"sq:Hiqni këtë bllokim\";'),('aln','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('aln','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('aln','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('aln','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('aln','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('aln','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('aln','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('aln','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('aln','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('aln','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('aln','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('aln','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('aln','messages:isimage','s:22:\"aln:vegëz në figurë\";'),('aln','messages:isredirect','s:22:\"aln:faqe përcjellëse\";'),('aln','messages:istemplate','s:15:\"aln:përfshirë\";'),('aln','messages:jan','s:8:\"aln:Kall\";'),('aln','messages:january','s:11:\"aln:kallnor\";'),('aln','messages:january-gen','s:13:\"aln:kallnorit\";'),('aln','messages:javascripttest','s:26:\"sq:Duke testuar JavaScript\";'),('aln','messages:javascripttest-qunit-intro','s:59:\"sq:Shiko [$1 dokumentacionin e testimit] në mediawiki.org.\";'),('aln','messages:json-error-ctrl-char','s:63:\"sq:Gabim me karakterin e kontrollit, ndoshta i koduar gabimisht\";'),('aln','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('aln','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('aln','messages:json-error-state-mismatch','s:38:\"sq:JSON i pavlefshëm ose i keqformuar\";'),('aln','messages:json-error-syntax','s:17:\"sq:Gabim sintakse\";'),('aln','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('aln','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('aln','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('aln','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('aln','messages:jul','s:8:\"aln:Korr\";'),('aln','messages:july','s:10:\"aln:korrik\";'),('aln','messages:july-gen','s:12:\"aln:korrikut\";'),('aln','messages:jumpto','s:11:\"aln:Kce te:\";'),('aln','messages:jumptonavigation','s:11:\"aln:lundrim\";'),('aln','messages:jumptosearch','s:7:\"aln:lyp\";'),('aln','messages:jun','s:7:\"aln:Qer\";'),('aln','messages:june','s:11:\"aln:qershor\";'),('aln','messages:june-gen','s:13:\"aln:qershorit\";'),('aln','messages:just-now','s:10:\"sq:mu tani\";'),('aln','messages:lag-warn-high','s:141:\"sq:Për shkak të vonesës së regjistrit ndryshimet më të reja se $1 {{PLURAL:$1|sekond|sekonda}} mund të mos tregohen në këtë listë.\";'),('aln','messages:lag-warn-normal','s:102:\"sq:Ndryshimet më të reja se $1 {{PLURAL:$1|sekond|sekonda}} mund të mos tregohen në këtë listë.\";'),('aln','messages:laggedreplicamode','s:72:\"aln:\'\'\'Kujdes:\'\'\' Kjo faqe mundet mos me përmbajtë ndryshime të reja.\";'),('aln','messages:language-converter-depth-warning','s:56:\"sq:Konvertimi i gjuhës ka kaluar limitin e lejuar: ($1)\";'),('aln','messages:large-file','s:92:\"sq:Është e këshillueshme që skedat të jenë jo më shumë se $1;\nkjo skedë është $2.\";'),('aln','messages:largefileserver','s:58:\"sq:Skeda është më e madhe se sa serveri e lejon këtë.\";'),('aln','messages:last','s:8:\"aln:fund\";'),('aln','messages:lastmodifiedat','s:60:\"aln:Kjo faqe âsht ndryshue për herë të fundit me $2, $1.\";'),('aln','messages:lastmodifiedatby','s:56:\"aln:Kjo faqe âsht redaktue së fundi me $2, $1 prej $3.\";'),('aln','messages:license','s:13:\"sq:Licencimi:\";'),('aln','messages:license-header','s:11:\"sq:Licencim\";'),('aln','messages:license-nopreview','s:21:\"sq:(Nuk ka parapamje)\";'),('aln','messages:licenses','s:4:\"en:-\";'),('aln','messages:licenses-edit','s:31:\"sq:Redakto opsionet e licencës\";'),('aln','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('aln','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aln','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('aln','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('aln','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('aln','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('aln','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('aln','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aln','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('aln','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('aln','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('aln','messages:limitreport-templateargumentsize-value','s:33:\"sq:$1/$2 {{PLURAL:$2|bajt|bajta}}\";'),('aln','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('aln','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('aln','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('aln','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('aln','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('aln','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('aln','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('aln','messages:lineno','s:15:\"aln:Rreshti $1:\";'),('aln','messages:linkaccounts','s:15:\"sq:Lidh llogari\";'),('aln','messages:linkaccounts-submit','s:15:\"sq:Lidh llogari\";'),('aln','messages:linkaccounts-success-text','s:27:\"sq:Llogaria është lidhur.\";'),('aln','messages:linksearch','s:20:\"aln:Vegzat e jashtme\";'),('aln','messages:linksearch-error','s:54:\"sq:Ylli mund të përdoret vetëm në fillim të emrit\";'),('aln','messages:linksearch-line','s:19:\"sq:$1 lidhur nga $2\";'),('aln','messages:linksearch-ns','s:13:\"sq:Hapësira:\";'),('aln','messages:linksearch-ok','s:9:\"sq:Kërko\";'),('aln','messages:linksearch-pat','s:20:\"sq:Motivi kërkimor:\";'),('aln','messages:linksearch-summary','s:3:\"en:\";'),('aln','messages:linksearch-text','s:205:\"sq:Mund të përdoren shenja të gjithëpushtetshme, të tilla si \"*.wikipedia.org\".<br />\n{{PLURAL:$2|Protokoll|Protokolle}} të mbuluar: $1 (si parazgjedhje përdoret http://, nëse s’jepet protokoll).\";'),('aln','messages:linkshere','s:43:\"aln:Faqet e mâposhtme lidhen në \'\'\'$2\'\'\':\";'),('aln','messages:linkstoimage','s:68:\"aln:{{PLURAL:$1|vegzat|$1 vegza}} në vijim lidhen me këtë skedë:\";'),('aln','messages:linkstoimage-more','s:235:\"sq:Kjo kartelë përdoret nga më shumë se $1 {{PLURAL:$1|faqe|faqe}}.\nLista vijuese paraqet {{PLURAL:$1|faqen e parë|$1 faqet e para}} që përdorin vetëm këtë kartelë.\nKa gati një [[Special:WhatLinksHere/$2|listë të plotë]]\";'),('aln','messages:linkstoimage-redirect','s:35:\"sq:$1 (ridrejtim për te skedë) $2\";'),('aln','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('aln','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('aln','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('aln','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('aln','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('aln','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('aln','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('aln','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('aln','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('aln','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('aln','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('aln','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('aln','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('aln','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('aln','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('aln','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('aln','messages:listduplicatedfiles','s:33:\"sq:Lista e skedarëve të dyfisht\";'),('aln','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('aln','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('aln','messages:listfiles','s:17:\"sq:Listë skedash\";'),('aln','messages:listfiles-delete','s:9:\"sq:fshije\";'),('aln','messages:listfiles-latestversion','s:18:\"sq:Versioni aktual\";'),('aln','messages:listfiles-latestversion-no','s:5:\"sq:Jo\";'),('aln','messages:listfiles-latestversion-yes','s:5:\"sq:Po\";'),('aln','messages:listfiles-show-all','s:48:\"sq:Përfshijë versionet e fundit të skedarëve\";'),('aln','messages:listfiles-summary','s:57:\"sq:Kjo faqe e veçantë tregon tërë skedat e ngarkuara.\";'),('aln','messages:listfiles-userdoesnotexist','s:58:\"sq:Llogaria e përdoruesit \"$1\" nuk është e regjistruar.\";'),('aln','messages:listfiles_count','s:12:\"sq:Versionet\";'),('aln','messages:listfiles_date','s:7:\"sq:Data\";'),('aln','messages:listfiles_description','s:14:\"sq:Përshkrimi\";'),('aln','messages:listfiles_name','s:7:\"sq:Emri\";'),('aln','messages:listfiles_size','s:20:\"sq:Madhësia (bytes)\";'),('aln','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('aln','messages:listfiles_thumb','s:12:\"sq:Parapamje\";'),('aln','messages:listfiles_user','s:14:\"sq:Përdoruesi\";'),('aln','messages:listgrants','s:14:\"sq:Të dhënat\";'),('aln','messages:listgrants-grant','s:6:\"sq:Jep\";'),('aln','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('aln','messages:listgrants-rights','s:14:\"sq:Privilegjet\";'),('aln','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('aln','messages:listgrouprights','s:38:\"sq:Grupime përdoruesish me privilegje\";'),('aln','messages:listgrouprights-addgroup','s:49:\"sq:Mund të vendosë {{PLURAL:$2|grup|grupe}}: $1\";'),('aln','messages:listgrouprights-addgroup-all','s:36:\"sq:Mund të vendos të gjitha grupet\";'),('aln','messages:listgrouprights-addgroup-self','s:54:\"sq:Shtoni {{PLURAL:$2|grupin|grupet}} tek llogaria: $1\";'),('aln','messages:listgrouprights-addgroup-self-all','s:40:\"sq:Shtoni të gjitha grupet tek llogaria\";'),('aln','messages:listgrouprights-group','s:8:\"sq:Grupi\";'),('aln','messages:listgrouprights-helppage','s:28:\"sq:Help:Grupime privilegjesh\";'),('aln','messages:listgrouprights-key','s:147:\"sq:Legjenda:\n* <span class=\"listgrouprights-granted\">E drejtë e dhënë</span>\n* <span class=\"listgrouprights-revoked\">E drejtë e revokuar</span>\";'),('aln','messages:listgrouprights-members','s:23:\"aln:(lista e antarëve)\";'),('aln','messages:listgrouprights-namespaceprotection-header','s:26:\"sq:Kufizimet e hapësirës\";'),('aln','messages:listgrouprights-namespaceprotection-namespace','s:12:\"sq:Hapësira\";'),('aln','messages:listgrouprights-namespaceprotection-restrictedto','s:53:\"sq:Të drejtat që lejojnë përdoruesin të redaktoj\";'),('aln','messages:listgrouprights-removegroup','s:60:\"sq:Mund të {{PLURAL:$2|lëvizet grupi|lëvizen grupet}}: $1\";'),('aln','messages:listgrouprights-removegroup-all','s:38:\"sq:Mund të largojë të gjitha grupet\";'),('aln','messages:listgrouprights-removegroup-self','s:53:\"sq:Hiqni {{PLURAL:$2|grupin|grupet}} nga llogaria: $1\";'),('aln','messages:listgrouprights-removegroup-self-all','s:37:\"sq:Hiq të gjitha grupet nga llogaria\";'),('aln','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('aln','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('aln','messages:listgrouprights-rights','s:14:\"sq:Privilegjet\";'),('aln','messages:listgrouprights-summary','s:222:\"sq:Më poshtë jepet grupimi i përdoruesve sipas privilegjeve që ju janë dhënë në këtë wiki. Më shumë informacion rreth privilegjeve në veçanti mund të gjendet [[{{MediaWiki:Listgrouprights-helppage}}|këtu]].\";'),('aln','messages:listredirects','s:25:\"sq:Lista e përcjellimeve\";'),('aln','messages:listredirects-summary','s:3:\"en:\";'),('aln','messages:listusers','s:23:\"sq:Lista e përdoruesve\";'),('aln','messages:listusers-blocked','s:13:\"sq:(Bllokuar)\";'),('aln','messages:listusers-creationsort','s:36:\"sq:Radhiti sipas datës së krijimit\";'),('aln','messages:listusers-desc','s:23:\"sq:Rëndit nga e madhja\";'),('aln','messages:listusers-editsonly','s:41:\"sq:Trego vetëm përdoruesit me redaktime\";'),('aln','messages:listusers-noresult','s:30:\"sq:Asnjë përdorues s\'u gjet.\";'),('aln','messages:listusers-submit','s:8:\"sq:Trego\";'),('aln','messages:listusers-summary','s:3:\"en:\";'),('aln','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('aln','messages:listusersfrom','s:43:\"sq:Trego përdoruesit duke filluar prej te:\";'),('aln','messages:localtime','s:15:\"aln:Ora lokale:\";'),('aln','messages:lockbtn','s:20:\"sq:Blloko regjistrin\";'),('aln','messages:lockconfirm','s:57:\"sq:Po, dëshiroj me të vërtetë të bllokoj regjistrin.\";'),('aln','messages:lockdb','s:20:\"sq:Blloko regjistrin\";'),('aln','messages:lockdbsuccesssub','s:32:\"sq:Regjistri u bllokua me sukses\";'),('aln','messages:lockdbsuccesstext','s:118:\"sq:Regjistri është bllokuar.<br />\nKujtohuni ta [[Special:UnlockDB|çbllokoni]] pasi të keni mbaruar mirëmbajtjen.\";'),('aln','messages:lockdbtext','s:408:\"sq:Bllokimi i regjistrit do të ndërpresi mundësinë e përdoruesve për të redaktuar faqet, për të ndryshuar parapëlqimet, për të ndryshuar listat mbikqyrëse të tyre, dhe për gjëra të tjera për të cilat nevojiten shkrime në regjistër.\nJu lutem konfirmoni që dëshironi me të vërtetë të kryeni këtë veprim, dhe se do të çbllokoni regjistrin\nkur të mbaroni së kryeri mirëmbajtjen.\";'),('aln','messages:lockedbyandtime','s:39:\"sq:(nga {{GENDER:$1|$1}} më $2 në $3)\";'),('aln','messages:lockfilenotwritable','s:177:\"sq:Skeda për bllokimin e regjistrit s\'mund të shkruhet.\nShërbyesi i rrjetit duhet të jetë në gjendje të shkruaj këtë skedë për të bllokuar ose çbllokuar regjistrin.\";'),('aln','messages:lockmanager-fail-acquirelock','s:44:\"sq:Nuk mund të sigurojë kyçjen për \"$1\".\";'),('aln','messages:lockmanager-fail-closelock','s:52:\"sq:Nuk mund të mbyllë kyçjen e skedës për \"$1\".\";'),('aln','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('aln','messages:lockmanager-fail-db-bucket','s:81:\"sq:Nuk mund të kontaktojë mjaftueshëm baza të dhënash kyçjes në kovën $1.\";'),('aln','messages:lockmanager-fail-db-release','s:63:\"sq:Nuk mund të lëshojë kyçjet në bazën e të dhënave $1.\";'),('aln','messages:lockmanager-fail-deletelock','s:51:\"sq:Nuk mund të grisë kyçjen e skedës për \"$1\".\";'),('aln','messages:lockmanager-fail-openlock','s:289:\"sq:S’u hap dot kartelë “lock” për \"$1\". Sigurohuni se drejtoria juaj e ngarkimeve është formësuar saktë dhe se shërbyesi juaj ka leje të shkruajë në atë drejtori. Për më tepër hollësi, shihni https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory.\";'),('aln','messages:lockmanager-fail-releaselock','s:44:\"sq:Nuk mund të lëshojë kyçjen për \"$1\".\";'),('aln','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('aln','messages:lockmanager-fail-svr-release','s:50:\"sq:Nuk mund të lëshojë kyçjet në serverin $1.\";'),('aln','messages:lockmanager-notlocked','s:57:\"sq:Nuk mund të zhbllokojë \"$1\"; nuk është e bllokuar.\";'),('aln','messages:locknoconfirm','s:44:\"sq:Nuk vendose kryqin tek kutia konfirmuese.\";'),('aln','messages:log','s:14:\"aln:Regjistrat\";'),('aln','messages:log-action-filter-all','s:13:\"sq:Të gjitha\";'),('aln','messages:log-action-filter-block','s:21:\"sq:Lloji i bllokimit:\";'),('aln','messages:log-action-filter-block-block','s:9:\"sq:Blloko\";'),('aln','messages:log-action-filter-block-reblock','s:20:\"sq:Blloko ndryshimet\";'),('aln','messages:log-action-filter-block-unblock','s:11:\"sq:Zhblloko\";'),('aln','messages:log-action-filter-contentmodel','s:51:\"sq:Lloji i ndryshimit të modelit të përmbajtjes:\";'),('aln','messages:log-action-filter-contentmodel-change','s:33:\"sq:Ndrysho modelin e përmbajtjes\";'),('aln','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('aln','messages:log-action-filter-delete','s:20:\"sq:Lloji i fshirjes:\";'),('aln','messages:log-action-filter-delete-delete','s:18:\"sq:Fshirja e faqes\";'),('aln','messages:log-action-filter-delete-delete_redir','s:23:\"sq:Ridrejto mbishkrimin\";'),('aln','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('aln','messages:log-action-filter-delete-event','s:23:\"sq:Fshirja e regjistrit\";'),('aln','messages:log-action-filter-delete-restore','s:20:\"sq:Çfshirja e faqes\";'),('aln','messages:log-action-filter-delete-revision','s:22:\"sq:Fshirja e versionit\";'),('aln','messages:log-action-filter-import','s:22:\"sq:Lloji i importimit:\";'),('aln','messages:log-action-filter-import-interwiki','s:22:\"sq:Importim ndër-wiki\";'),('aln','messages:log-action-filter-import-upload','s:32:\"sq:Importo përmes ngarkimit XML\";'),('aln','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('aln','messages:log-action-filter-managetags-activate','s:25:\"sq:Aktivizimi i etiketave\";'),('aln','messages:log-action-filter-managetags-create','s:22:\"sq:Krijimi i etiketave\";'),('aln','messages:log-action-filter-managetags-deactivate','s:27:\"sq:Çaktivizimi i etiketave\";'),('aln','messages:log-action-filter-managetags-delete','s:22:\"sq:Fshirja e etiketave\";'),('aln','messages:log-action-filter-move','s:21:\"sq:Lloji i lëvizjes:\";'),('aln','messages:log-action-filter-move-move','s:35:\"sq:Lëviz pa mbishkruar ridrejtimet\";'),('aln','messages:log-action-filter-move-move_redir','s:39:\"sq:Lëviz me mbishkrim të ridrejtimeve\";'),('aln','messages:log-action-filter-newusers','s:35:\"sq:Lloji i krijimit të llogarisë:\";'),('aln','messages:log-action-filter-newusers-autocreate','s:19:\"sq:Krijim automatik\";'),('aln','messages:log-action-filter-newusers-byemail','s:46:\"sq:Krijim me fjalëkalim të dërguar me email\";'),('aln','messages:log-action-filter-newusers-create','s:31:\"sq:Krijim nga përdorues anonim\";'),('aln','messages:log-action-filter-newusers-create2','s:38:\"sq:Krijim nga përdorues i regjistruar\";'),('aln','messages:log-action-filter-patrol','s:23:\"sq:Lloji i patrullimit:\";'),('aln','messages:log-action-filter-patrol-autopatrol','s:22:\"sq:Patrullim automatik\";'),('aln','messages:log-action-filter-patrol-patrol','s:19:\"sq:Patrullim manual\";'),('aln','messages:log-action-filter-protect','s:21:\"sq:Lloji i mbrojtjes:\";'),('aln','messages:log-action-filter-protect-modify','s:24:\"sq:Ndryshim i mbrotjtjes\";'),('aln','messages:log-action-filter-protect-move_prot','s:22:\"sq:Mbrojtje e lëvizur\";'),('aln','messages:log-action-filter-protect-protect','s:11:\"sq:Mbrojtje\";'),('aln','messages:log-action-filter-protect-unprotect','s:13:\"sq:Çmbrojtje\";'),('aln','messages:log-action-filter-rights','s:39:\"sq:Lloji i ndryshimit të të drejtave:\";'),('aln','messages:log-action-filter-rights-autopromote','s:21:\"sq:Ndryshim automatik\";'),('aln','messages:log-action-filter-rights-rights','s:18:\"sq:Ndryshim manual\";'),('aln','messages:log-action-filter-suppress','s:20:\"sq:Lloji i heshtjes:\";'),('aln','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('aln','messages:log-action-filter-suppress-delete','s:18:\"sq:Heshtje e faqes\";'),('aln','messages:log-action-filter-suppress-event','s:23:\"sq:Heshtje e regjistrit\";'),('aln','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('aln','messages:log-action-filter-suppress-revision','s:22:\"sq:Heshtje e versionit\";'),('aln','messages:log-action-filter-upload','s:21:\"sq:Lloji i ngarkimit:\";'),('aln','messages:log-action-filter-upload-overwrite','s:11:\"sq:Ringarko\";'),('aln','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('aln','messages:log-action-filter-upload-upload','s:15:\"sq:Ngarkim i ri\";'),('aln','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('aln','messages:log-description-create','s:60:\"sq:Me poshte eshte nje liste e krimit te faqeve me te fundit\";'),('aln','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('aln','messages:log-description-pagelang','s:58:\"sq:Ky është regjistri i ndryshimeve në gjuhët e faqes.\";'),('aln','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('aln','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('aln','messages:log-fulllog','s:26:\"sq:Shihe ditaret të plota\";'),('aln','messages:log-name-contentmodel','s:52:\"sq:Ditari i ndryshimeve të modelit të përmbajtjes\";'),('aln','messages:log-name-create','s:26:\"sq:Krijimi i faqes logjike\";'),('aln','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('aln','messages:log-name-pagelang','s:37:\"sq:Regjistri i ndryshimit të gjuhës\";'),('aln','messages:log-name-tag','s:24:\"sq:Regjistri i etiketës\";'),('aln','messages:log-title-wildcard','s:45:\"sq:Kërko tituj që fillojnë me këtë tekst\";'),('aln','messages:logdelete-failure','s:37:\"sq:\'\'\'Dukshmëria nuk u vendos:\'\'\'\n$1\";'),('aln','messages:logdelete-selected','s:88:\"aln:{{PLURAL:$1|Veprimi i zgjedhur në regjistër|Veprimet e zgjedhura në regjistër}}:\";'),('aln','messages:logdelete-success','s:55:\"aln:\'\'\'Dukshmëria e regjistrave u vendos me sukses.\'\'\'\";'),('aln','messages:logdelete-text','s:156:\"sq:Ngjarjet e grisura të fshehura do të vazhdojnë të shfaqen në regjistra por pjesë të përmbajtjes së tyre do të jenë të fshehura për publikun.\";'),('aln','messages:logempty','s:36:\"sq:Nuk ka përputhje në regjistër.\";'),('aln','messages:logentry-block-block','s:77:\"sq:$1 {{GENDER:$2|bllokoi}} {{GENDER:$4|$3}} me një kohë të skadimit $5 $6\";'),('aln','messages:logentry-block-reblock','s:106:\"sq:$1 {{GENDER:$2|ndryshoi}} cilësimet e bllokimit për {{GENDER:$4|$3}} me një kohë të skadimit $5 $6\";'),('aln','messages:logentry-block-unblock','s:46:\"sq:$1 {{GENDER:$2|zhbllokoi}} {{GENDER:$4|$3}}\";'),('aln','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('aln','messages:logentry-contentmodel-change-revert','s:9:\"sq:ktheje\";'),('aln','messages:logentry-contentmodel-change-revertlink','s:9:\"sq:ktheje\";'),('aln','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('aln','messages:logentry-create-create','s:34:\"sq:$1{{GENDER:$2|created}} faqe $3\";'),('aln','messages:logentry-delete-delete','s:34:\"sq:$1 {{GENDER:$2|grisi}} faqen $3\";'),('aln','messages:logentry-delete-delete_redir','s:56:\"sq:$1 {{GENDER:$2|fshiu}} ridrejtimin $3 duke mbishkruar\";'),('aln','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('aln','messages:logentry-delete-event','s:111:\"sq:$1 {{GENDER:$2|ndryshoi}} dukshmërinë e {{PLURAL:$5|e një akti regjistri|$5 akteve regjistri}} në $3: $4\";'),('aln','messages:logentry-delete-event-legacy','s:75:\"sq:$1 {{GENDER:$2|ndryshoi}} dukshmërinë e ngjarjeve të regjistit në $3\";'),('aln','messages:logentry-delete-restore','s:41:\"sq:$1 {{GENDER:$2|riktheu}} faqen $3 ($4)\";'),('aln','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('aln','messages:logentry-delete-revision','s:109:\"sq:$1 {{GENDER:$2|ka ndryshuar}} dukshmërinë e {{PLURAL:$5|një rishikimi|$5 rishikimeve}} në faqen $3: $4\";'),('aln','messages:logentry-delete-revision-legacy','s:69:\"sq:$1 {{GENDER:$2|ndryshoi}} dukshmërinë e rishikimeve në faqen $3\";'),('aln','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('aln','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('aln','messages:logentry-import-upload','s:63:\"sq:$1 {{GENDER:$2|u importua}} $3 përmes ngarkimit të skedës\";'),('aln','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('aln','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('aln','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('aln','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('aln','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('aln','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('aln','messages:logentry-move-move','s:45:\"sq:$1 {{GENDER:$2|zhvendosi}} faqen $3 tek $4\";'),('aln','messages:logentry-move-move-noredirect','s:55:\"sq:$1 zhvendosi faqen $3 te $4 pa lënë një ridrejtim\";'),('aln','messages:logentry-move-move_redir','s:49:\"sq:$1 zhvendosi faqen $3 te $4 përmes ridrejtimi\";'),('aln','messages:logentry-move-move_redir-noredirect','s:87:\"sq:$1 zhvendosi faqen $3 te $4 nëpërmjet një përcjellimi pa lënë një përcjellim\";'),('aln','messages:logentry-newusers-autocreate','s:93:\"sq:Llogaria e {{GENDER:$2|përdoruesit|përdorueses}} $1 u {{GENDER:$2|krijua}} automatikisht\";'),('aln','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('aln','messages:logentry-newusers-create','s:66:\"sq:Llogaria e {{GENDER:$2|përdoruesit|përdorueses}} $1 u krijua.\";'),('aln','messages:logentry-newusers-create2','s:66:\"sq:Llogaria e përdoruesit $3 është {{GENDER:$2|krijuar}} nga $1\";'),('aln','messages:logentry-newusers-newusers','s:59:\"sq:Llogaria e përdoruesit $1 është {{GENDER:$2|krijuar}}\";'),('aln','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('aln','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('aln','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('aln','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('aln','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('aln','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('aln','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('aln','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('aln','messages:logentry-patrol-patrol','s:68:\"sq:$1 {{GENDER:$2|shënoi}} versionin $4 të faqes $3 të patrulluar\";'),('aln','messages:logentry-patrol-patrol-auto','s:82:\"sq:$1 automatikisht {{GENDER:$2|shënoi}} versionin $4 të faqes $3 të patrulluar\";'),('aln','messages:logentry-protect-modify','s:63:\"sq:$1 {{GENDER:$2|ka ndryshuar}} nivelin e mbrojtjes për $3 $4\";'),('aln','messages:logentry-protect-modify-cascade','s:75:\"sq:$1 {{GENDER:$2|ka ndryshuar}} nivelin e mbrojtjes për $3 $4 [cascading]\";'),('aln','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('aln','messages:logentry-protect-protect','s:43:\"sq:$1 {{GENDER:$2|ka mbrojtur}} faqen $3 $4\";'),('aln','messages:logentry-protect-protect-cascade','s:55:\"sq:$1 {{GENDER:$2|ka mbrojtur}} faqen $3 $4 [cascading]\";'),('aln','messages:logentry-protect-unprotect','s:51:\"sq:$1 {{GENDER:$2|ka hequr}} mbrojtjen nga faqja $3\";'),('aln','messages:logentry-rights-autopromote','s:58:\"sq:$1 u {{GENDER:$2|promovua}} automatikisht nga $4 në $5\";'),('aln','messages:logentry-rights-rights','s:74:\"sq:$1 {{GENDER:$2|ndërroi}} anëtarësinë e grupit për $3 nga $4 në $5\";'),('aln','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('aln','messages:logentry-suppress-block','s:77:\"sq:$1 {{GENDER:$2|bllokoi}} {{GENDER:$4|$3}} me një kohë të skadimit $5 $6\";'),('aln','messages:logentry-suppress-delete','s:35:\"sq:$1 {{GENDER:$2|shtypi}} faqen $3\";'),('aln','messages:logentry-suppress-event','s:122:\"sq:$1 ndryshoi në mënyrë të fshehtë dukshmërinë për {{PLURAL:$5|një akti regjistri|$5 akte regjistri}} në $3: $4\";'),('aln','messages:logentry-suppress-event-legacy','s:97:\"sq:$1 në mënyrë sekrete {{GENDER:$2|ndryshoi}} dukshmërinë e ngjarjeve të regjistrit në $3\";'),('aln','messages:logentry-suppress-reblock','s:135:\"sq:$1 {{GENDER:$2|ndryshoi}} cilësimet e bllokimit për {{GENDER:$4|përdoruesin $3|përdoruesen $3}} me një kohë skadimi prej $5 $6\";'),('aln','messages:logentry-suppress-revision','s:110:\"sq:$1 ndryshoi në mënyrë të fshehtë dukshmërinë për {{PLURAL:$5|një versioni|$5 versione}} në $3: $4\";'),('aln','messages:logentry-suppress-revision-legacy','s:89:\"sq:$1 në mënyrë sekrete {{GENDER:$2|ndryshoi}} dukshmërinë e versioneve në faqen $3\";'),('aln','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('aln','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('aln','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('aln','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('aln','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('aln','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('aln','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('aln','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('aln','messages:logentry-upload-upload','s:30:\"sq:$1 {{GENDER:$2|ngarkoi}} $3\";'),('aln','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('aln','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('aln','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('aln','messages:logeventslist-submit','s:8:\"sq:Shfaq\";'),('aln','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('aln','messages:logging-out-notify','s:49:\"sq:Po dilni nga llogaria juaj. Ju lutemi, prisni.\";'),('aln','messages:login','s:9:\"aln:Kyçu\";'),('aln','messages:login-abort-generic','s:54:\"sq:Regjistrimi juaj ishte i pasuksesshëm - U ndërpre\";'),('aln','messages:login-migrated-generic','s:80:\"sq:Llogaria juaj ka emigruar, dhe emri juaj nuk ekzistojnë më në këtë wiki.\";'),('aln','messages:login-security','s:28:\"sq:Verifiko identitetin tuaj\";'),('aln','messages:login-throttled','s:104:\"aln:Keni bâ shumë tentime frik me u kyçë në kët llogari.\nJu lutemi pritni pak për me provue prap.\";'),('aln','messages:login-userblocked','s:60:\"aln:Ky përdorues është bllokuar. Identifikohu nuk lejohet\";'),('aln','messages:loginerror','s:20:\"aln:Gabim në kyçje\";'),('aln','messages:loginlanguagelabel','s:13:\"aln:Gjuha: $1\";'),('aln','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('aln','messages:loginprompt','s:3:\"en:\";'),('aln','messages:loginreqlink','s:10:\"aln:kyçë\";'),('aln','messages:loginreqpagetext','s:45:\"aln:Duheni me u $1 për me i pâ faqet tjera.\";'),('aln','messages:loginreqtitle','s:16:\"aln:Lypet kyçje\";'),('aln','messages:loginsuccess','s:45:\"aln:\'\'\'Je kyçë në {{SITENAME}} si \"$1\".\'\'\'\";'),('aln','messages:loginsuccesstitle','s:23:\"aln:Kyçje e suksesshme\";'),('aln','messages:logout','s:11:\"aln:Çkyçu\";'),('aln','messages:logout-failed','s:54:\"sq:Nuk mund të dilni nga llogaria juaj aktualisht: $1\";'),('aln','messages:logouttext','s:315:\"aln:\'\'\'Jeni çlajmërue.\'\'\'\n\nMundeni me vazhdue me shfrytëzue {{SITENAME}} në mënyrë anonime, apo mundeni <span class=\'plainlinks\'>[$1 me u kyçë]</span> si përdoruesi i njêjtë apo si nji tjetër.\nDisa faqe mujnë me u paraqitë prap si t\'kishit qenë t\'kyçun, derisa ta pastroni memorizimin e shfletuesit.\";'),('aln','messages:lonelypages','s:23:\"sq:Artikuj të palidhur\";'),('aln','messages:lonelypages-summary','s:3:\"en:\";'),('aln','messages:lonelypagestext','s:103:\"sq:Faqet në vijim nuk janë të lidhura ose nuk janë të përfshira në faqet tjera në {{SITENAME}}.\";'),('aln','messages:longpage-hint','s:4:\"en:-\";'),('aln','messages:longpageerror','s:138:\"aln:\'\'\'Gabim: Teksti që po redaktoni i ka $1 kilobyte, që âsht mâ shumë se maksimumi prej $2 kilobytësh.\'\'\'\nNuk mundet me u ruejtë.\";'),('aln','messages:longpages','s:21:\"sq:Artikuj të gjatë\";'),('aln','messages:longpages-summary','s:3:\"en:\";'),('aln','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('aln','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aln','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('aln','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aln','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('aln','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('aln','messages:mailerror','s:37:\"aln:Gabim në dërgimin e emailit: $1\";'),('aln','messages:mailmypassword','s:33:\"aln:Çoma fjalëkalimin me postel\";'),('aln','messages:mailnologin','s:24:\"sq:S\'ka adresë dërgimi\";'),('aln','messages:mailnologintext','s:185:\"sq:Duhet të keni [[Special:UserLogin|hyrë brenda]] dhe të keni një adresë të saktë në [[Special:Preferences|parapëlqimet]] tuaja për tu dërguar email përdoruesve të tjerë.\";'),('aln','messages:mainpage','s:18:\"aln:Faqja kryesore\";'),('aln','messages:mainpage-description','s:18:\"aln:Faqja Kryesore\";'),('aln','messages:mainpage-nstab','s:17:\"sq:Faqja kryesore\";'),('aln','messages:mainpage-title','s:4:\"en:-\";'),('aln','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('aln','messages:mar','s:7:\"aln:Mar\";'),('aln','messages:march','s:8:\"aln:mars\";'),('aln','messages:march-gen','s:10:\"aln:marsit\";'),('aln','messages:markaspatrolleddiff','s:29:\"sq:Shënoje si të patrulluar\";'),('aln','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('aln','messages:markaspatrolledtext','s:42:\"sq:Shënoje këtë artikull të patrulluar\";'),('aln','messages:markaspatrolledtext-file','s:57:\"sq:Shënoje këtë version të skedarit si të patrolluar\";'),('aln','messages:markedaspatrolled','s:26:\"sq:Shënoje të patrulluar\";'),('aln','messages:markedaspatrollederror','s:38:\"sq:Nuk munda ta shënoj të patrulluar\";'),('aln','messages:markedaspatrollederror-noautopatrol','s:67:\"sq:Ju nuk lejoheni të shënoni ndryshimet tuaj si të patrolluara.\";'),('aln','messages:markedaspatrollederrortext','s:65:\"sq:Duhet të përcaktoni versionin për tu shënuar i patrulluar.\";'),('aln','messages:markedaspatrollednotify','s:53:\"sq:Ky ndryshim i $1 është shënuar si i patrulluar.\";'),('aln','messages:markedaspatrolledtext','s:66:\"sq:Versioni i zgjedhur i [[:$1]] është shënuar si i patrolluar.\";'),('aln','messages:maximum-size','s:22:\"sq:Madhësia maksimale\";'),('aln','messages:may','s:7:\"aln:Maj\";'),('aln','messages:may-gen','s:9:\"aln:majit\";'),('aln','messages:may_long','s:7:\"aln:maj\";'),('aln','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('aln','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('aln','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('aln','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('aln','messages:mediastatistics','s:24:\"sq:Statistikat e mediave\";'),('aln','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('aln','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('aln','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('aln','messages:mediastatistics-header-archive','s:26:\"sq:Formate të komprimuara\";'),('aln','messages:mediastatistics-header-audio','s:9:\"sq:Zërim\";'),('aln','messages:mediastatistics-header-bitmap','s:15:\"sq:Imazh bitmap\";'),('aln','messages:mediastatistics-header-drawing','s:27:\"sq:Vizatime (imazhe vektor)\";'),('aln','messages:mediastatistics-header-executable','s:21:\"sq:Të ekzekutueshmet\";'),('aln','messages:mediastatistics-header-multimedia','s:16:\"sq:Media e pasur\";'),('aln','messages:mediastatistics-header-office','s:8:\"sq:Zyrë\";'),('aln','messages:mediastatistics-header-text','s:10:\"sq:Tekstor\";'),('aln','messages:mediastatistics-header-total','s:20:\"sq:Të gjitha skedat\";'),('aln','messages:mediastatistics-header-unknown','s:13:\"sq:I panjohur\";'),('aln','messages:mediastatistics-header-video','s:8:\"sq:Video\";'),('aln','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('aln','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('aln','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('aln','messages:mediastatistics-table-count','s:18:\"sq:Numri i skedave\";'),('aln','messages:mediastatistics-table-extensions','s:22:\"sq:Shtojcat e mundshme\";'),('aln','messages:mediastatistics-table-mimetype','s:13:\"sq:Lloji MIME\";'),('aln','messages:mediastatistics-table-totalbytes','s:24:\"sq:Madhësia e kombinuar\";'),('aln','messages:mediawarning','s:119:\"sq:\'\'Kujdes\'\'\': Kjo skedë mund të ketë përmbajtje të dëmshme. \nDuke e përdorur sistemi juaj mund të rrezikohet.\";'),('aln','messages:mediawikipage','s:27:\"aln:Shiko faqen e mesazheve\";'),('aln','messages:mergehistory','s:31:\"aln:Bashko historikët e faqeve\";'),('aln','messages:mergehistory-autocomment','s:33:\"aln:U bashkua [[:$1]] në [[:$2]]\";'),('aln','messages:mergehistory-box','s:35:\"aln:Bashkoni versionet e dy faqeve:\";'),('aln','messages:mergehistory-comment','s:37:\"aln:U bashkua [[:$1]] në [[:$2]]: $3\";'),('aln','messages:mergehistory-done','s:82:\"aln:$3 {{PLURAL:$3|version|versione}} të $1 janë bashkuar me sukses në [[:$2]].\";'),('aln','messages:mergehistory-empty','s:36:\"aln:Nuk ka versione të bashkueshme.\";'),('aln','messages:mergehistory-fail','s:96:\"aln:Nuk munda të bashkoj historikun, ju lutem kontrolloni përzgjedhjen e faqes dhe të kohës.\";'),('aln','messages:mergehistory-fail-bad-timestamp','s:30:\"sq:Stampa kohore e pavlefshme.\";'),('aln','messages:mergehistory-fail-invalid-dest','s:26:\"sq:Faqja cak e pavlefshme.\";'),('aln','messages:mergehistory-fail-invalid-source','s:31:\"sq:Faqja burimore e pavlefshme.\";'),('aln','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('aln','messages:mergehistory-fail-permission','s:55:\"sq:Leje të pamjaftueshme për të bashkuar historinë.\";'),('aln','messages:mergehistory-fail-self-merge','s:53:\"sq:Faqja burim dhe cak nuk mund të jetë e njëjtë.\";'),('aln','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('aln','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('aln','messages:mergehistory-from','s:16:\"aln:Faqja burim:\";'),('aln','messages:mergehistory-go','s:34:\"aln:Trego redaktimet e bashkueshme\";'),('aln','messages:mergehistory-header','s:188:\"aln:Kjo faqe ju lejon bashkimin e versionet e historikut të një faqeje \"burim\" në një faqe \"mbledhje\".\nSigurohuni që ky ndryshim do të ruajë rrjedhshmërinë e historikut të faqes.\";'),('aln','messages:mergehistory-into','s:21:\"aln:Faqja mbledhëse:\";'),('aln','messages:mergehistory-invalid-destination','s:58:\"aln:Faqja mbledhëse duhet të ketë titull të vlefshëm.\";'),('aln','messages:mergehistory-invalid-source','s:57:\"aln:Faqja e burimit duhet të ketë titull të vlefshëm.\";'),('aln','messages:mergehistory-list','s:37:\"aln:Historik redaktimi i bashkueshëm\";'),('aln','messages:mergehistory-merge','s:281:\"aln:Versionet vijuese të [[:$1]] mund të bashkohen në [[:$2]].\nZgjidhni butonin rrethor në kolonë për të bashkuar vetëm versionet e krijuara aty dhe më parë kohës së përzgjedhur.\nKini kujdes se përdorimi i lidhjeve të shfletimit do të ndryshojë përzgjedhjen tuaj.\";'),('aln','messages:mergehistory-no-destination','s:37:\"aln:Faqja mbledhëse $1 nuk ekzsiton.\";'),('aln','messages:mergehistory-no-source','s:36:\"aln:Faqja e burimit $1 nuk ekziston.\";'),('aln','messages:mergehistory-reason','s:11:\"sq:Arsyeja:\";'),('aln','messages:mergehistory-redirect-text','s:3:\"en:\";'),('aln','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('aln','messages:mergehistory-same-destination','s:66:\"aln:Burimi dhe faqja e përcaktimit nuk mund të jenë të njëjta\";'),('aln','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('aln','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('aln','messages:mergehistory-submit','s:20:\"aln:Bashko versionet\";'),('aln','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('aln','messages:mergelog','s:26:\"aln:Regjistri i bashkimeve\";'),('aln','messages:mergelogpagetext','s:123:\"aln:Më poshtë jepet një listë e bashkimeve së fundmi nga historiku i një faqeje në historikun e një faqeje tjetër.\";'),('aln','messages:metadata','s:12:\"aln:Metadata\";'),('aln','messages:metadata-collapse','s:18:\"aln:Mshefi detajet\";'),('aln','messages:metadata-expand','s:19:\"aln:Tregoji detajet\";'),('aln','messages:metadata-fields','s:339:\"aln:Fushat EXIF metadata që listohen në këtë mesazh do të përfshihen në faqen e figurës kur palohet tabela e metadatave.\nTjerat kanë me mbetë të mshefuna.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('aln','messages:metadata-help','s:248:\"aln:Kjo skedë përmban hollësira tjera të cilat munen qi jan shtue nga kamera ose skaneri dixhital që është përdorur për ta krijuar. Nëse se skeda asht ndryshue nga gjendja origjinale, disa hollësira munen mos me pasqyru skedën e tashme.\";'),('aln','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('aln','messages:metadata-langitem-default','s:5:\"en:$1\";'),('aln','messages:mimesearch','s:16:\"sq:Kërkime MIME\";'),('aln','messages:mimesearch-summary','s:161:\"sq:Kjo faqe lejon kërkimin e skedave sipas llojit MIME. Kërkimi duhet të jetë i llojit: contenttype/subtype ose contentzype/*, p.sh. <code>image/jpeg</code>.\";'),('aln','messages:mimetype','s:14:\"sq:Lloji MIME:\";'),('aln','messages:minimum-size','s:21:\"sq:Madhësia minimale\";'),('aln','messages:minlength1','s:53:\"sq:Emri i dosjes duhet të jetë së paku një fjalë\";'),('aln','messages:minoredit','s:29:\"aln:Ky asht redaktim i vogël\";'),('aln','messages:minoreditletter','s:5:\"aln:v\";'),('aln','messages:minutes','s:37:\"sq:{{PLURAL:$1|$1 minutë|$1 minuta}}\";'),('aln','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('aln','messages:minutes-ago','s:44:\"sq:$1 {{PLURAL:$1|minutë|minuta}} më parë\";'),('aln','messages:missing-article','s:334:\"aln:Databaza nuk e gjeti tekstin e faqes me emën \"$1\" $2.\n\nKjo zakonisht ndodh nga përcjellja e nji ndryshimi të vjetëruem apo të nji vegze në faqe të fshime.\n\nNëse nuk âsht kështu, mund ta keni gjetë nji gabim në software. Ju lutemi, njoftoni nji [[Special:ListUsers/sysop|administrues]], për këtë, tue tregue URL\'ën.\";'),('aln','messages:missing-revision','s:282:\"sq:Inspektimi #$1 i faqes me emrin \"{{FULLPAGENAME}}\" nuk ekziston.\n\nKjo zakonisht shkaktuar duke ndjekur një lidhje të vjetër tek një faqe që është fshirë. Hollësitë mund të gjenden në [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} regjistrin e fshirjeve].\";'),('aln','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('aln','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('aln','messages:missingarticle-diff','s:23:\"aln:(Ndryshimi: $1, $2)\";'),('aln','messages:missingarticle-rev','s:20:\"aln:(rishikimi#: $1)\";'),('aln','messages:missingcommentheader','s:142:\"aln:\'\'\'Vini re:\'\'\' Nuk keni dhânë temë/kryetitull për këtë koment.\nNëse klikoni në regjistro prap, redaktimi juej do të ruhet pa tê.\";'),('aln','messages:missingcommenttext','s:44:\"aln:Ju lutemi shtoni nji koment mâ poshtë.\";'),('aln','messages:missingsummary','s:132:\"aln:\'\'\'Vini re:\'\'\' Nuk keni specifikue përmbledhje të redaktimit.\nNëse klikoni prap në regjistro, redaktimi do të ruhet pa tê.\";'),('aln','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('aln','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('aln','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('aln','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('aln','messages:mobile-frontend-back-to-top-of-section','s:23:\"sq:Kalo në seksionin A\";'),('aln','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('aln','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('aln','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('aln','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('aln','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('aln','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('aln','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('aln','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('aln','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('aln','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('aln','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('aln','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('aln','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('aln','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('aln','messages:mobile-frontend-changeslist-nocomment','s:35:\"sq:ska përmbledhje të redaktimeve\";'),('aln','messages:mobile-frontend-clear-search','s:9:\"sq:Fshije\";'),('aln','messages:mobile-frontend-commons-category-view','s:18:\"sq:Imazhet për $1\";'),('aln','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('aln','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('aln','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('aln','messages:mobile-frontend-copyright','s:89:\"sq:Përmbajtja është në disponim nëpërmjet licencës $1 nëse nuk shënohet ndryshe.\";'),('aln','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aln','messages:mobile-frontend-desc','s:15:\"sq:Për celular\";'),('aln','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('aln','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('aln','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('aln','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('aln','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('aln','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('aln','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('aln','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('aln','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('aln','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('aln','messages:mobile-frontend-disable-images','s:48:\"sq:Çaktivizo figurat në versionin për celular\";'),('aln','messages:mobile-frontend-dismiss-notification','s:27:\"sq:largoni këtë lajmërim\";'),('aln','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('aln','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('aln','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('aln','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('aln','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('aln','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('aln','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('aln','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('aln','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('aln','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('aln','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('aln','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('aln','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('aln','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('aln','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('aln','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('aln','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('aln','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('aln','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('aln','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('aln','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('aln','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('aln','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('aln','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('aln','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('aln','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('aln','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('aln','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('aln','messages:mobile-frontend-editor-edit','s:10:\"sq:Redakto\";'),('aln','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('aln','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('aln','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('aln','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('aln','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('aln','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('aln','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('aln','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('aln','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('aln','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('aln','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('aln','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('aln','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('aln','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('aln','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('aln','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('aln','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('aln','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('aln','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('aln','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('aln','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('aln','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('aln','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('aln','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('aln','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('aln','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('aln','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('aln','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('aln','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('aln','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('aln','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('aln','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('aln','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('aln','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('aln','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('aln','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('aln','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('aln','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('aln','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('aln','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('aln','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('aln','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('aln','messages:mobile-frontend-enable-images','s:46:\"sq:Aktivizo figurat në versionin për celular\";'),('aln','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('aln','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('aln','messages:mobile-frontend-featured-article','s:23:\"sq:Përmbajtja e ditës\";'),('aln','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('aln','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('aln','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('aln','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('aln','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('aln','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('aln','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('aln','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('aln','messages:mobile-frontend-footer-contact','s:11:\"sq:Kontakti\";'),('aln','messages:mobile-frontend-footer-sitename','s:15:\"sq:{{SITENAME}}\";'),('aln','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('aln','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('aln','messages:mobile-frontend-generic-login','s:49:\"sq:{{SITENAME}} është bërë nga njerëz si ju.\";'),('aln','messages:mobile-frontend-generic-login-action','s:29:\"sq:Kyçu për të kontribuar.\";'),('aln','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('aln','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('aln','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('aln','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('aln','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('aln','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('aln','messages:mobile-frontend-home-button','s:12:\"sq:Kryefaqja\";'),('aln','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('aln','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('aln','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('aln','messages:mobile-frontend-images-status','s:15:\"sq:Fotografitë\";'),('aln','messages:mobile-frontend-language-article-heading','s:31:\"sq:Lexo në një gjuhë tjetër\";'),('aln','messages:mobile-frontend-language-header','s:75:\"sq:Ky artikull është në dispozicion në $1 {{PLURAL:$1|gjuhën|gjuhët}}\";'),('aln','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('aln','messages:mobile-frontend-language-site-choose','s:19:\"sq:Kërkoni gjuhën\";'),('aln','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('aln','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('aln','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('aln','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('aln','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('aln','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('aln','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('aln','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('aln','messages:mobile-frontend-last-modified-date','s:43:\"sq:Hera e fundit u modifikua më $1, në $2\";'),('aln','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('aln','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('aln','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('aln','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('aln','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('aln','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('aln','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('aln','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('aln','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('aln','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('aln','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('aln','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('aln','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('aln','messages:mobile-frontend-logged-out','s:17:\"sq:Nuk jeni qasur\";'),('aln','messages:mobile-frontend-login','s:7:\"sq:Hyni\";'),('aln','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('aln','messages:mobile-frontend-main-menu-account-create','s:16:\"sq:Krijo llogari\";'),('aln','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('aln','messages:mobile-frontend-main-menu-button-tooltip','s:24:\"sq:Hape menynë kryesore\";'),('aln','messages:mobile-frontend-main-menu-featured','s:12:\"sq:I veçuar\";'),('aln','messages:mobile-frontend-main-menu-login','s:8:\"sq:Kyçu\";'),('aln','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('aln','messages:mobile-frontend-main-menu-nearby','s:9:\"sq:Pranë\";'),('aln','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('aln','messages:mobile-frontend-main-menu-settings','s:13:\"sq:Parametrat\";'),('aln','messages:mobile-frontend-main-menu-settings-heading','s:34:\"sq:Parametrat e faqes për celular\";'),('aln','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('aln','messages:mobile-frontend-main-menu-watchlist','s:22:\"sq:Lista mbikëqyrëse\";'),('aln','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('aln','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('aln','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('aln','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('aln','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('aln','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('aln','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('aln','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('aln','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('aln','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('aln','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('aln','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('aln','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('aln','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('aln','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('aln','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('aln','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('aln','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('aln','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('aln','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('aln','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('aln','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('aln','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('aln','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('aln','messages:mobile-frontend-news-items','s:12:\"sq:Në lajme\";'),('aln','messages:mobile-frontend-opt-in-explain','s:117:\"sq:Duke iu bashkuar versionit beta, ju do të keni qasje në tipare eksperimentale, me riskun e ndeshjes me probleme.\";'),('aln','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('aln','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('aln','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('aln','messages:mobile-frontend-page-menu-contents','s:14:\"sq:Përmbajtja\";'),('aln','messages:mobile-frontend-page-menu-history','s:12:\"sq:Historiku\";'),('aln','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('aln','messages:mobile-frontend-pageaction-edit-tooltip','s:46:\"sq:Redakto seksionin kryesues në këtë faqe.\";'),('aln','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('aln','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('aln','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('aln','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('aln','messages:mobile-frontend-password','s:16:\"sq:Fjalëkalimi:\";'),('aln','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('aln','messages:mobile-frontend-password-placeholder','s:15:\"sq:Fjalëkalimi\";'),('aln','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('aln','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('aln','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('aln','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('aln','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('aln','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('aln','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('aln','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('aln','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('aln','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('aln','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('aln','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('aln','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('aln','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('aln','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('aln','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('aln','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('aln','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('aln','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('aln','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('aln','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('aln','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('aln','messages:mobile-frontend-placeholder','s:22:\"sq:Kërko {{SITENAME}}\";'),('aln','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('aln','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('aln','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('aln','messages:mobile-frontend-privacy-link-text','s:14:\"sq:Privatësia\";'),('aln','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('aln','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('aln','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aln','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aln','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aln','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('aln','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('aln','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('aln','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('aln','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('aln','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('aln','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('aln','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('aln','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('aln','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('aln','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('aln','messages:mobile-frontend-random-button','s:11:\"sq:I rastit\";'),('aln','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('aln','messages:mobile-frontend-regular-site','s:62:\"sq:Shiko këtë faqe në versionin e rregullt të {{SITENAME}}\";'),('aln','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('aln','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('aln','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('aln','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('aln','messages:mobile-frontend-save-settings','s:7:\"sq:Ruaj\";'),('aln','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('aln','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('aln','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('aln','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('aln','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('aln','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('aln','messages:mobile-frontend-search-submit','s:7:\"sq:Shko\";'),('aln','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('aln','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('aln','messages:mobile-frontend-settings-site-description','s:129:\"sq:{{SITENAME}} është në dispozicion në $1 {{PLURAL:$1|gjuhën|gjuhët}}. Të gjitha versionet janë të listuara më poshtë\";'),('aln','messages:mobile-frontend-settings-site-header','s:22:\"sq:{{SITENAME}} Gjuhë\";'),('aln','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('aln','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('aln','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('aln','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('aln','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('aln','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('aln','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('aln','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('aln','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('aln','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('aln','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('aln','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('aln','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('aln','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('aln','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('aln','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('aln','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('aln','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('aln','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('aln','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('aln','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('aln','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('aln','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('aln','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('aln','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('aln','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('aln','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('aln','messages:mobile-frontend-terms-text','s:24:\"sq:Kushtet e Përdorimit\";'),('aln','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('aln','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('aln','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('aln','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('aln','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('aln','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('aln','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('aln','messages:mobile-frontend-username','s:23:\"sq:Emri i përdoruesit:\";'),('aln','messages:mobile-frontend-username-placeholder','s:22:\"sq:Emri i përdoruesit\";'),('aln','messages:mobile-frontend-view','s:15:\"sq:Për celular\";'),('aln','messages:mobile-frontend-view-desktop','s:11:\"sq:Desktopi\";'),('aln','messages:mobile-frontend-view-mobile','s:21:\"sq:Pamja për celular\";'),('aln','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('aln','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('aln','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('aln','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('aln','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('aln','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('aln','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('aln','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('aln','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('aln','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('aln','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('aln','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('aln','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('aln','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('aln','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('aln','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('aln','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('aln','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('aln','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('aln','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('aln','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('aln','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('aln','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('aln','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('aln','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('aln','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('aln','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('aln','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('aln','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('aln','messages:modifiedarticleprotection-comment','s:60:\"sq:{{GENDER:$2|U ndryshua niveli i mbrojtjes}} për \"[[$1]]\"\";'),('aln','messages:mon','s:8:\"aln:Hân\";'),('aln','messages:monday','s:11:\"aln:E hâne\";'),('aln','messages:monday-at','s:21:\"sq:Të hënën në $1\";'),('aln','messages:month','s:31:\"aln:Prej muejit (e mâ herët):\";'),('aln','messages:months','s:32:\"sq:{{PLURAL:$1|$1 muaj|$1 muaj}}\";'),('aln','messages:monthsall','s:9:\"aln:krejt\";'),('aln','messages:moredotdotdot','s:17:\"aln:Mâ shumë...\";'),('aln','messages:morelinkstoimage','s:73:\"sq:Shikoni [[Special:WhatLinksHere/$1|më shumë lidhje]] tek kjo skedë.\";'),('aln','messages:morenotlisted','s:34:\"aln:Kjo listë nuk âsht e plotë.\";'),('aln','messages:mostcategories','s:31:\"sq:Artikuj më të kategorizuar\";'),('aln','messages:mostcategories-summary','s:3:\"en:\";'),('aln','messages:mostimages','s:25:\"sq:Figura më të lidhura\";'),('aln','messages:mostimages-summary','s:3:\"en:\";'),('aln','messages:mostinterwikis','s:35:\"sq:Faqe me më së shumti ndërwiki\";'),('aln','messages:mostinterwikis-summary','s:3:\"en:\";'),('aln','messages:mostlinked','s:25:\"sq:Artikuj më të lidhur\";'),('aln','messages:mostlinked-summary','s:3:\"en:\";'),('aln','messages:mostlinkedcategories','s:27:\"sq:Kategori më të lidhura\";'),('aln','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('aln','messages:mostlinkedtemplates','s:27:\"sq:Faqet më të përfshira\";'),('aln','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('aln','messages:mostrevisions','s:28:\"sq:Artikuj më të redaktuar\";'),('aln','messages:mostrevisions-summary','s:3:\"en:\";'),('aln','messages:move','s:13:\"aln:Zhvendose\";'),('aln','messages:move-leave-redirect','s:30:\"sq:Lini një përcjellim prapa\";'),('aln','messages:move-over-sharedrepo','s:135:\"sq:[[:$1]] ekziston në një magazinë të përbashkët. Zhvendosja e një skede te ky titull do të mbishkruaj skedën e përbashkët.\";'),('aln','messages:move-page','s:15:\"sq:Zhvendose $1\";'),('aln','messages:move-page-legend','s:18:\"sq:Zhvendose faqen\";'),('aln','messages:move-redirect-text','s:3:\"en:\";'),('aln','messages:move-subpages','s:38:\"sq:Zhvendosni nën-faqet (deri në $1)\";'),('aln','messages:move-talk-subpages','s:61:\"sq:Zhvendosni nën-faqet e faqes së diskutimit (deri në $1)\";'),('aln','messages:move-watch','s:22:\"aln:Mbikqyre kët faqe\";'),('aln','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('aln','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('aln','messages:moveddeleted-notice','s:105:\"aln:Kjo faqe është grisur. Të dhënat e grisjes për këtë faqe gjenden më poshtë, për referencë.\";'),('aln','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('aln','messages:movelogpage','s:28:\"aln:Regjistri i zhvendosjeve\";'),('aln','messages:movelogpagetext','s:59:\"sq:Më poshtë është një listë e faqeve të zhvendosura\";'),('aln','messages:movenologintext','s:115:\"sq:Duhet të keni hapur një llogari dhe të keni [[Special:UserLogin|hyrë brenda]] për të zhvendosur një faqe.\";'),('aln','messages:movenosubpage','s:29:\"sq:Kjo faqe nuk ka nën-faqe.\";'),('aln','messages:movenotallowed','s:38:\"sq:Nuk ju lejohet të zhvendosni faqe.\";'),('aln','messages:movenotallowedfile','s:41:\"sq:Nuk keni leje për të lëvizur skeda.\";'),('aln','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('aln','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('aln','messages:movepage-max-pages','s:112:\"sq:Maksimumi prej $1 {{PLURAL:$1|faqeje|faqesh}} është zhvendosur dhe nuk do të zhvendoset më automatikisht.\";'),('aln','messages:movepage-moved','s:39:\"aln:\'\'\'\"$1\" âsht zhvendosë te \"$2\"\'\'\'\";'),('aln','messages:movepage-moved-noredirect','s:47:\"sq:Krijimi i një përcjellimi është prishur.\";'),('aln','messages:movepage-moved-redirect','s:36:\"sq:Një përcjellim është krijuar.\";'),('aln','messages:movepage-page-exists','s:62:\"sq:Faqja $1 ekziston prandaj s\'mund ta mbivendos automatikisht\";'),('aln','messages:movepage-page-moved','s:38:\"sq:Faqja $1 është zhvendosur tek $2.\";'),('aln','messages:movepage-page-unmoved','s:41:\"sq:Faqja $1 s\'mund të zhvendosej tek $2.\";'),('aln','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('aln','messages:movepage-summary','s:3:\"en:\";'),('aln','messages:movepagebtn','s:19:\"aln:Zhvendose faqen\";'),('aln','messages:movepagetalktext','s:285:\"aln:Faqja e diskutimit që lidhet me këtë faqe do të zhvendoset automatikisht \'\'\'përveç:\'\'\'\n*Nëse ekziston nji faqe e diskutimit nën titullin e ri, apo\n*E shêjoni të pazgjedhun kutinë e mâposhtme.\n\nNë këto raste, duheni me i bashkue manualisht këto faqe nëse dëshironi.\";'),('aln','messages:movepagetext','s:999:\"aln:Me formularin e maposhtëm mund ta ndërrosh titullin e faqes, tue zhvendosë krejt prapavijën e saj te titulli i ri.\n\nTitulli i vjetër do të bahet faqe përcjellëse te titulli e ri.\n\nMundesh t\'i freskosh automatikisht përcjelljet që tregojnë në titullin e kryehershëm.\n\nNëse zgjedhë mos me i freskue, sigurohu që i ke kontrollue [[Special:DoubleRedirects|përcjelljet e dyfishta]] apo [[Special:BrokenRedirects|të damtueme]].\n\nTi je përgjegjës që vegzat me çue atje ku duhet.\n\n\nVeneroje që faqja \'\'\'nuk\'\'\' do të zhvendoset nëse nji faqe me të njejtin titull tashma ekziston, përveç nëse asht e shprazët apo vetëm përcjellëse dhe nuk ka histori të redaktimit.\n\nKjo domethanë që mund ta rikthesh titullin e faqes aty ku ka qenë nëse ke ba gabim dhe nuk mund ta mbishkruesh nji faqe ekzistuese.\n\n\n\'\'\'Kujdes!\'\'\'\n\nKy mund të jetë ndryshim drastik dhe i papritun për nji faqe të popullarizueme;\n\ntë lutem, sigurohu që i ke parasysh pasojat para se të vazhdosh.\";'),('aln','messages:movepagetext-noredirectfixer','s:1090:\"sq:Duke përdorur formularin e mëposhtëm do të ndërroni titullin e një faqeje, duke zhvendosur gjithë historinë përkatëse tek titulli i ri.\nTitulli i vjetër do të bëhet një faqe përcjellëse tek titulli i ri.\nLidhjet tek faqja e vjetër nuk do të ndryshohen;\nduhet të kontrolloni mirëmbajtjen për përcjellime të [[Special:DoubleRedirects|dyfishta]] ose të [[Special:BrokenRedirects|prishura]].\nKeni përgjegjësinë për tu siguruar që lidhjet të vazhdojnë të jenë të sakta.\n\nVini re se kjo faqe <strong>nuk</strong>\'\'\' do të zhvendoset n.q.s. ekziston një faqe me titullin e ri, përveçse kur ajo të jetë bosh ose një përcjellim dhe të mos ketë një histori të vjetër.\nKjo do të thotë se mund ta zhvendosni një faqe prapë tek emri i vjetër n.q.s. keni bërë një gabim, dhe s\'mund ta prishësh një faqe që ekziston.\n\n<strong>Shënim:</strong>\nKy mund të jetë një ndryshim i madh dhe gjëra të papritura mund të ndodhin për një faqe të shumë-frekuentuar; ju lutem, kini kujdes dhe mendohuni mirë para se të përdorni këtë funksion.\";'),('aln','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('aln','messages:movereason','s:12:\"aln:Arsyeja:\";'),('aln','messages:movesubpage','s:15:\"sq:$1 nën-faqe\";'),('aln','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('aln','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('aln','messages:movesubpagetext','s:48:\"sq:Kjo faqe ka $1 nën-faqe treguar më poshtë.\";'),('aln','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('aln','messages:movetalk','s:44:\"aln:Zhvendos faqen gjegjëse të diskutimeve\";'),('aln','messages:movethispage','s:24:\"aln:Zhvendos këtë faqe\";'),('aln','messages:moveuserpage-warning','s:158:\"sq:\'\'\'Kujdes:\'\'\' Ju po zhvendosni një faqe përdoruesi. Ju lutemi, kujtoni se vetëm faqja do të zhvendoset dhe përdoruesi \'\'nuk\'\' do të ndryshojë emrin.\";'),('aln','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('aln','messages:mw-widgets-abandonedit','s:79:\"sq:Jeni i sigurt se doni të dilet nga mënyra përpunim pa publikuar së pari?\";'),('aln','messages:mw-widgets-abandonedit-discard','s:24:\"sq:Hidhi tej përpunimet\";'),('aln','messages:mw-widgets-abandonedit-keep','s:23:\"sq:Vazhdoni përpunimin\";'),('aln','messages:mw-widgets-abandonedit-title','s:17:\"sq:Jeni i sigurt?\";'),('aln','messages:mw-widgets-categoryselector-add-category-placeholder','s:24:\"sq:Shto një kategori...\";'),('aln','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('aln','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('aln','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('aln','messages:mw-widgets-dateinput-no-date','s:20:\"sq:Nuk u zgjedh data\";'),('aln','messages:mw-widgets-dateinput-placeholder-day','s:13:\"sq:VVVV-MM-DD\";'),('aln','messages:mw-widgets-dateinput-placeholder-month','s:10:\"sq:VVVV-MM\";'),('aln','messages:mw-widgets-mediasearch-input-placeholder','s:15:\"sq:Kërko media\";'),('aln','messages:mw-widgets-mediasearch-noresults','s:38:\"sq:Nuk është gjetur asnjë rezultat.\";'),('aln','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('aln','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('aln','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('aln','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('aln','messages:mw-widgets-titleinput-description-new-page','s:26:\"sq:faqja ende nuk ekziston\";'),('aln','messages:mw-widgets-titleinput-description-redirect','s:17:\"sq:ridrejto te $1\";'),('aln','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('aln','messages:mw-widgets-usersmultiselect-placeholder','s:21:\"sq:Shto më shumë...\";'),('aln','messages:mycontris','s:20:\"aln:Redaktimet e mia\";'),('aln','messages:mycustomcssprotected','s:55:\"sq:Ju nuk keni leje për të redaktuar këtë faqe CSS.\";'),('aln','messages:mycustomjsonprotected','s:50:\"sq:Ju nuk keni leje ta redaktoni këtë faqe JSON.\";'),('aln','messages:mycustomjsprotected','s:65:\"sq:Ju nuk keni leje për të redaktuar këtë   faqe JavaScript .\";'),('aln','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('aln','messages:mypage','s:9:\"aln:Faqja\";'),('aln','messages:mypreferences','s:24:\"aln:Parapëlqimet e mija\";'),('aln','messages:mypreferencesprotected','s:55:\"sq:Ti nuk ke leje për të ndryshuar preferencat e tua.\";'),('aln','messages:myprivateinfoprotected','s:63:\"sq:Ti nuk ke leje për të redaktuar të dhënat e tua private.\";'),('aln','messages:mytalk','s:13:\"aln:Bisedimet\";'),('aln','messages:mywatchlist','s:21:\"aln:Lista mbikqyrëse\";'),('aln','messages:namespace','s:14:\"aln:Hapësira:\";'),('aln','messages:namespace-nosubpages','s:37:\"sq:Hapësira \"$1\" nuk lejon nënfaqe.\";'),('aln','messages:namespace_association','s:19:\"sq:Hapsira e lidhur\";'),('aln','messages:namespaceprotected','s:62:\"aln:Nuk keni tagër me redaktue faqe në hapësinën \'\'\'$1\'\'\'.\";'),('aln','messages:namespaces','s:14:\"aln:Hapësinat\";'),('aln','messages:namespacesall','s:9:\"aln:krejt\";'),('aln','messages:nav-login-createaccount','s:24:\"aln:Kyçu / çel llogari\";'),('aln','messages:navigation','s:12:\"aln:Lundrimi\";'),('aln','messages:navigation-heading','s:22:\"sq:Menyja e lëvizjeve\";'),('aln','messages:nbytes','s:30:\"aln:$1 {{PLURAL:$1|byte|byte}}\";'),('aln','messages:ncategories','s:37:\"sq:$1 {{PLURAL:$1|kategori|kategori}}\";'),('aln','messages:nchanges','s:39:\"aln:$1 {{PLURAL:$1|ndryshim|ndryshime}}\";'),('aln','messages:nearby','s:27:\"en:Pages on topics near you\";'),('aln','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('aln','messages:newarticle','s:10:\"aln:(I ri)\";'),('aln','messages:newarticletext','s:236:\"aln:Ke ndjekë nji vegëz për te nji faqe që nuk ekziston.\nMe krijue kët faqe, shkruej në kutinë ma poshtë (shih [$1 faqen e ndihmës] për ma shum udhzime).\nNëse ke hy këtu gabimisht, klikoje sustën \'\'\'mbrapa\'\'\' në shfletues.\";'),('aln','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('aln','messages:newimages','s:30:\"sq:Galeria e figurave të reja\";'),('aln','messages:newimages-hidepatrolled','s:32:\"sq:Fshih ngarkimet e patrolluara\";'),('aln','messages:newimages-legend','s:11:\"sq:Filtrues\";'),('aln','messages:newimages-mediatype','s:17:\"sq:Tipi i medias:\";'),('aln','messages:newimages-showbots','s:31:\"sq:Trego ngarkimet nga robotët\";'),('aln','messages:newimages-summary','s:58:\"sq:Kjo faqe speciale tregon skedat e ngarkuara së fundmi.\";'),('aln','messages:newimages-user','s:35:\"sq:Adresë IP ose emër përdoruesi\";'),('aln','messages:newimagestext','s:4:\"en:-\";'),('aln','messages:newmessagesdifflinkplural','s:48:\"sq:{{PLURAL:$1|ndryshimi i|ndryshimet e}} fundit\";'),('aln','messages:newmessageslinkplural','s:50:\"sq:{{PLURAL:$1|një mesazh i ri|mesazhe të reja}}\";'),('aln','messages:newpage','s:13:\"aln:Faqe e re\";'),('aln','messages:newpageletter','s:5:\"aln:R\";'),('aln','messages:newpages','s:17:\"aln:Faqe të reja\";'),('aln','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('aln','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('aln','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('aln','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('aln','messages:newpages-submit','s:8:\"sq:Shfaq\";'),('aln','messages:newpages-summary','s:3:\"en:\";'),('aln','messages:newpages-username','s:15:\"sq:Përdoruesi:\";'),('aln','messages:newpassword','s:22:\"aln:Fajlëkalimi i ri:\";'),('aln','messages:newsection','s:14:\"en:New section\";'),('aln','messages:newsection-page','s:14:\"en:Target page\";'),('aln','messages:newsection-submit','s:13:\"en:Go to page\";'),('aln','messages:newsection-summary','s:3:\"en:\";'),('aln','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('aln','messages:newsectionsummary','s:24:\"sq:/* $1 */ seksion i ri\";'),('aln','messages:newtitle','s:19:\"aln:Te titulli i ri\";'),('aln','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('aln','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('aln','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('aln','messages:newuserlogpage','s:41:\"aln:Regjistri i krijimit të përdoruesve\";'),('aln','messages:newuserlogpagetext','s:68:\"sq:Ky është një regjistër i llogarive të fundit që janë hapur\";'),('aln','messages:newwindow','s:35:\"aln:(çelet në nji dritare të re)\";'),('aln','messages:next','s:8:\"aln:mbas\";'),('aln','messages:next-page','s:20:\"sq:faqja pasardhëse\";'),('aln','messages:nextdiff','s:24:\"aln:Redaktim ma i ri →\";'),('aln','messages:nextn','s:31:\"aln:e ardhshme {{PLURAL:$1|$1}}\";'),('aln','messages:nextn-title','s:52:\"aln:$1 {{PLURAL:$1|rezultat|rezultate}} të ardhshme\";'),('aln','messages:nextpage','s:21:\"sq:Faqja tjetër ($1)\";'),('aln','messages:nextrevision','s:26:\"aln:Redaktimi mâ i ri →\";'),('aln','messages:nimagelinks','s:43:\"sq:Përdorur në $1 {{PLURAL:$1|faqe|faqe}}\";'),('aln','messages:ninterwikis','s:40:\"sq:$1 {{PLURAL:$1|ndërwiki|ndërwikit}}\";'),('aln','messages:nlinks','s:13:\"aln:$1 lidhje\";'),('aln','messages:nmembers','s:34:\"aln:$1 {{PLURAL:$1|antar|antarë}}\";'),('aln','messages:nmemberschanged','s:45:\"sq:$1 → $2 {{PLURAL:$2|anëtar|anëtarët}}\";'),('aln','messages:no-null-revision','s:59:\"sq:I pamundur krijimi rishikimi  i ri për faqen bosh \"$ 1\"\";'),('aln','messages:noarticletext','s:338:\"aln:Momentalisht nuk ka tekst në këtë faqe.\nJu mundeni [[Special:Search/{{PAGENAME}}|me kërkue këtë titull]] në faqe tjera,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} me kërkue në regjistrat tematikisht të afërm],\napo [{{fullurl:{{FULLPAGENAME}}|action=edit}} me redaktue këtë faqe]</span>.\";'),('aln','messages:noarticletext-nopermission','s:313:\"sq:Aktualisht s’ka tekst në këtë faqe.\nMundeni të [[Special:Search/{{PAGENAME}}|kërkoni për këtë titull faqeje]] në faqet e tjera, ose të <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} kërkoni te regjistrat përkatës]</span>, por s’keni leje të krijoni këtë faqe.\";'),('aln','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('aln','messages:noautoblockblock','s:36:\"sq:autobllokimi është çaktivizuar\";'),('aln','messages:nocontribs','s:59:\"sq:S’u gjetën ndryshime që përputhet me këto kritere.\";'),('aln','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('aln','messages:nocookiesfornew','s:188:\"sq:Llogaria e përdoruesit nuk u krijua, pasi ne nuk mund të konfirmojmë burimin e tij.\nSigurohuni që ju lejoni shfrytëzimin e \"cookies\", rifreskoni këtë faqe dhe provojen përsëri.\";'),('aln','messages:nocookieslogin','s:120:\"aln:{{SITENAME}} përdor keksa (cookies) për kyçje.\nKeksat i ke jasht funksionit.\nTë lutem aktivizoji dhe provo prap.\";'),('aln','messages:nocookiesnew','s:225:\"aln:Llogaria e përdoruesit u krijue, por ende nuk je i kyçun.\n{{SITENAME}} përdor keksa (cookies) për kyçje.\nKeksat i ke jasht funksionit.\nFuti keksat në funksion, mandej kyçu me nofkën dhe fjalëkalimin tând të ri.\";'),('aln','messages:nocreate-loggedin','s:44:\"aln:Nuk keni tagër me krijue faqe të reja.\";'),('aln','messages:nocreatetext','s:194:\"aln:{{SITENAME}} ka kufizue mundësinë e krijimit të faqeve të reja.\nMundeni me u kthy mbrapa edhe me redaktue faqen ekzistuese, apo [[Special:UserLogin|me u kyçë a me krijue nji llogari]].\";'),('aln','messages:nocredits','s:40:\"sq:Për këtë faqe nuk ka informacione.\";'),('aln','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('aln','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('aln','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('aln','messages:noemail','s:49:\"aln:Nuk ka adresë emaili për përdoruesin \"$1\".\";'),('aln','messages:noemailcreate','s:55:\"aln:Ju duhet të sigurojë një adresë të saktë-mail\";'),('aln','messages:noemailprefs','s:103:\"aln:Specifikoni nji adresë emaili në parapëlqimet tueja në mënyrë që t\'funksionojnë shërbimet.\";'),('aln','messages:noemailtext','s:69:\"sq:Ky përdorues nuk ka përcaktuar një adresë të vlefshme e-mail.\";'),('aln','messages:noemailtitle','s:23:\"sq:S\'ka adresë email-i\";'),('aln','messages:nohistory','s:48:\"aln:Nuk ka histori redaktimesh për këtë faqe.\";'),('aln','messages:noimages','s:28:\"sq:S\'ka gjë për të parë.\";'),('aln','messages:noindex-category','s:22:\"aln:Faqe e paindeksume\";'),('aln','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('aln','messages:nolicense','s:30:\"sq:Asnjë nuk është zgjedhur\";'),('aln','messages:nolinkshere','s:49:\"sq:S’ka faqe që lidhet me <strong>$2</strong>.\";'),('aln','messages:nolinkshere-ns','s:85:\"sq:Asnjë faqe nuk lidhet me<strong>$2</strong> në hapësirën e zgjedhur të emrit.\";'),('aln','messages:nolinkstoimage','s:45:\"sq:S’ka faqe që përdorin këtë kartelë.\";'),('aln','messages:noname','s:33:\"aln:Nuk ke dhânë nofkë valide.\";'),('aln','messages:nonfile-cannot-move-to-file','s:57:\"sq:Nuk mund të lëvizet jo-skeda tek hapësira e skedës\";'),('aln','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('aln','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('aln','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('aln','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('aln','messages:nopagetext','s:33:\"sq:Faqja e kërkuar nuk ekziston.\";'),('aln','messages:nopagetitle','s:32:\"sq:Faqja e kërkuar nuk ekziston\";'),('aln','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('aln','messages:nospecialpagetext','s:151:\"aln:<strong>Keni kërkue nji faqe speciale jovalide.</strong>\n\nLista e faqeve speciale valide gjindet te [[Special:SpecialPages|{{int:specialpages}}]].\";'),('aln','messages:nosuchaction','s:26:\"aln:Ky veprim nuk ekziston\";'),('aln','messages:nosuchactiontext','s:191:\"aln:Veprimi i kërkuem me URL nuk âsht valid.\nNdoshta keni shkrue gabim URL\'ën, ose keni përcjellë vegëz të gabueme.\nKjo gjithashtu mundet me tregue gabim në softwarein e {{SITENAME}}.\";'),('aln','messages:nosuchsectiontext','s:57:\"aln:Keni tentue me redaktue nji sekcion që nuk ekziston.\";'),('aln','messages:nosuchsectiontitle','s:25:\"aln:Nuk ka kësi sekcioni\";'),('aln','messages:nosuchspecialpage','s:34:\"aln:Nuk ekziston kjo faqe speciale\";'),('aln','messages:nosuchuser','s:152:\"aln:Nuk ka përdorues me emnin \"$1\".\nEmnat janë senzitiv në madhësi të germës.\nKontrollo drejtshkrimin ose [[Special:CreateAccount|krijo llogari]].\";'),('aln','messages:nosuchusershort','s:61:\"aln:Nuk ka përdorues me emnin \"$1\".\nKontrollo drejtshkrimin.\";'),('aln','messages:notanarticle','s:23:\"sq:Nuk është artikull\";'),('aln','messages:notargettext','s:93:\"sq:Nuk keni dhënë asnjë artikull ose përdorues mbi të cilin të përdor këtë funksion.\";'),('aln','messages:notargettitle','s:18:\"sq:Asnjë artikull\";'),('aln','messages:note','s:17:\"aln:\'\'\'Shenim:\'\'\'\";'),('aln','messages:notextmatches','s:46:\"aln:Nuk ka përputhje tekstuale në asnji faqe\";'),('aln','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('aln','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('aln','messages:notificationemail_subject_changed','s:60:\"sq:{{SITENAME}} adresa e email-it e regjistruar ka ndryshuar\";'),('aln','messages:notificationemail_subject_removed','s:61:\"sq:{{SITENAME}} adresa e regjistruar e email-it është hequr\";'),('aln','messages:notloggedin','s:19:\"aln:Nuk je i kyçun\";'),('aln','messages:notvisiblerev','s:27:\"sq:Revizioni është grisur\";'),('aln','messages:nouserspecified','s:33:\"aln:Duhesh me dhânë nji nofkë.\";'),('aln','messages:nov','s:7:\"aln:Nan\";'),('aln','messages:november','s:10:\"aln:nandor\";'),('aln','messages:november-gen','s:13:\"aln:nândorit\";'),('aln','messages:nowatchlist','s:48:\"sq:Nuk keni asnjë faqe në listën mbikqyrëse.\";'),('aln','messages:nowikiemailtext','s:89:\"sq:Ky përdorues ka zgjedhur të mos pranojë porosi elektronike nga përdoruesit tjerë.\";'),('aln','messages:nrevisions','s:36:\"sq:$1 {{PLURAL:$1|version|versione}}\";'),('aln','messages:ns-specialprotected','s:44:\"aln:Faqet speciale nuk mujnë me u redaktue.\";'),('aln','messages:nstab-category','s:13:\"aln:Kategoria\";'),('aln','messages:nstab-help','s:20:\"aln:Faqja e ndihmës\";'),('aln','messages:nstab-image','s:9:\"aln:Skeda\";'),('aln','messages:nstab-main','s:9:\"aln:Faqja\";'),('aln','messages:nstab-mainpage','s:17:\"sq:Faqja kryesore\";'),('aln','messages:nstab-media','s:19:\"aln:Faqja e mediave\";'),('aln','messages:nstab-mediawiki','s:12:\"aln:Mesazhet\";'),('aln','messages:nstab-project','s:21:\"aln:Faqja e projektit\";'),('aln','messages:nstab-special','s:18:\"aln:Faqja speciale\";'),('aln','messages:nstab-talk','s:3:\"en:\";'),('aln','messages:nstab-template','s:13:\"aln:Shablloni\";'),('aln','messages:nstab-user','s:24:\"aln:Faqja e përdoruesit\";'),('aln','messages:ntimes','s:7:\"en:$1×\";'),('aln','messages:ntransclusions','s:43:\"sq:përdorur në $1 {{PLURAL:$1|faqe|faqe}}\";'),('aln','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('aln','messages:oct','s:7:\"aln:Tet\";'),('aln','messages:october','s:9:\"aln:tetor\";'),('aln','messages:october-gen','s:11:\"aln:tetorit\";'),('aln','messages:ok','s:6:\"aln:OK\";'),('aln','messages:oldpassword','s:27:\"aln:Fjalëkalimi i vjetër:\";'),('aln','messages:ooui-combobox-button-label','s:26:\"sq:Shfaq/fshih mundësitë\";'),('aln','messages:ooui-dialog-message-accept','s:5:\"sq:OK\";'),('aln','messages:ooui-dialog-message-reject','s:12:\"sq:Anulojeni\";'),('aln','messages:ooui-dialog-process-continue','s:9:\"sq:Vazhdo\";'),('aln','messages:ooui-dialog-process-dismiss','s:12:\"sq:Hidhe tej\";'),('aln','messages:ooui-dialog-process-error','s:19:\"sq:Diçka shkoi keq\";'),('aln','messages:ooui-dialog-process-retry','s:12:\"sq:Riprovoni\";'),('aln','messages:ooui-field-help','s:10:\"sq:Ndihmë\";'),('aln','messages:ooui-item-remove','s:9:\"sq:Hiqeni\";'),('aln','messages:ooui-outline-control-move-down','s:28:\"sq:Zbriteni objektin poshtë\";'),('aln','messages:ooui-outline-control-move-up','s:27:\"sq:Ngjiteni objektin sipër\";'),('aln','messages:ooui-outline-control-remove','s:18:\"sq:Hiqeni objektin\";'),('aln','messages:ooui-popup-widget-close-button-aria-label','s:9:\"sq:Mbylle\";'),('aln','messages:ooui-selectfile-button-select','s:29:\"sq:Përzgjidhni një kartelë\";'),('aln','messages:ooui-selectfile-button-select-multiple','s:24:\"sq:Përzgjidhni kartelat\";'),('aln','messages:ooui-selectfile-dragdrop-placeholder','s:26:\"sq:Hidheni kartelën këtu\";'),('aln','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:25:\"sq:Hidhini kartelat këtu\";'),('aln','messages:ooui-selectfile-not-supported','s:40:\"sq:Nuk mbulohet përzgjedhja e kartelave\";'),('aln','messages:ooui-selectfile-placeholder','s:36:\"sq:Nuk është përzgjedhur kartelë\";'),('aln','messages:ooui-toolbar-more','s:13:\"sq:Më tepër\";'),('aln','messages:ooui-toolgroup-collapse','s:18:\"sq:Ngushto listën\";'),('aln','messages:ooui-toolgroup-expand','s:23:\"sq:Shfaq tërë listën\";'),('aln','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('aln','messages:othercontribs','s:26:\"aln:Bazue në punën e $1.\";'),('aln','messages:otherlanguages','s:20:\"aln:Në gjuhë tjera\";'),('aln','messages:others','s:11:\"aln:tjerët\";'),('aln','messages:overwrite','s:50:\"sq:Mbishkrimi i një skede ekzistuese nuk lejohet.\";'),('aln','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('aln','messages:page-atom-feed','s:18:\"aln:\"$1\" Atom Feed\";'),('aln','messages:page-rss-feed','s:17:\"aln:\"$1\" RSS Feed\";'),('aln','messages:page_first','s:12:\"aln:Së pari\";'),('aln','messages:page_last','s:14:\"aln:Së fundmi\";'),('aln','messages:pagecategories','s:39:\"aln:{{PLURAL:$1|Kategoria|Kategoritë}}\";'),('aln','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('aln','messages:pagedata-bad-title','s:27:\"sq:Titull i pavlefshëm: $1\";'),('aln','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('aln','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('aln','messages:pagedata-title','s:22:\"sq:Të dhënat e faqes\";'),('aln','messages:pagehist','s:21:\"aln:Historiku i faqes\";'),('aln','messages:pagehistory','s:15:\"en:Page history\";'),('aln','messages:pagehistory-summary','s:3:\"en:\";'),('aln','messages:pageid','s:16:\"sq:ID e faqes $1\";'),('aln','messages:pageinfo','s:12:\"en:Page info\";'),('aln','messages:pageinfo-article-id','s:16:\"sq:ID-ja e faqes\";'),('aln','messages:pageinfo-authors','s:42:\"sq:Numër autorësh të veçantë gjithsej\";'),('aln','messages:pageinfo-category-files','s:18:\"sq:Numri i skedave\";'),('aln','messages:pageinfo-category-info','s:29:\"sq:Informacioni i kategorisë\";'),('aln','messages:pageinfo-category-pages','s:17:\"sq:Numri i faqeve\";'),('aln','messages:pageinfo-category-subcats','s:25:\"sq:Numri i nënkategorive\";'),('aln','messages:pageinfo-category-total','s:39:\"sq:Numri i përgjithshëm i anëtarëve\";'),('aln','messages:pageinfo-content-model','s:29:\"sq:Model i lëndës së faqes\";'),('aln','messages:pageinfo-content-model-change','s:10:\"sq:ndrysho\";'),('aln','messages:pageinfo-contentpage','s:33:\"sq:Llogaritet si përmbajtje faqe\";'),('aln','messages:pageinfo-contentpage-yes','s:5:\"sq:Po\";'),('aln','messages:pageinfo-default-sort','s:35:\"sq:Term parazgjedhje për renditjen\";'),('aln','messages:pageinfo-display-title','s:17:\"sq:Shfaq titullin\";'),('aln','messages:pageinfo-edits','s:29:\"sq:Numër redaktimesh gjitsej\";'),('aln','messages:pageinfo-few-visiting-watchers','s:84:\"sq:Mund të ketë ose të mos ketë një përdorues duke vizituar editimet e fundit.\";'),('aln','messages:pageinfo-few-watchers','s:50:\"sq:Më pak se $1 {{PLURAL:$1|vëzhgues|vëzhgues}}\";'),('aln','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('aln','messages:pageinfo-firsttime','s:28:\"sq:Data e krijimit të faqes\";'),('aln','messages:pageinfo-firstuser','s:19:\"sq:Krijuesi i faqes\";'),('aln','messages:pageinfo-footer','s:4:\"en:-\";'),('aln','messages:pageinfo-header','s:4:\"en:-\";'),('aln','messages:pageinfo-header-basic','s:21:\"sq:Hollësi themelore\";'),('aln','messages:pageinfo-header-edits','s:26:\"sq:Historiku i redaktimeve\";'),('aln','messages:pageinfo-header-properties','s:14:\"sq:Veti faqeje\";'),('aln','messages:pageinfo-header-restrictions','s:19:\"sq:Mbrojtja e faqes\";'),('aln','messages:pageinfo-hidden-categories','s:54:\"sq:{{PLURAL:$1|Kategoria|kategoritë}} e fshehura ($1)\";'),('aln','messages:pageinfo-language','s:29:\"sq:Gjuha e lëndës së faqes\";'),('aln','messages:pageinfo-language-change','s:10:\"sq:ndrysho\";'),('aln','messages:pageinfo-lasttime','s:31:\"sq:Data e redaktimit të fundit\";'),('aln','messages:pageinfo-lastuser','s:21:\"sq:Redaktori i fundit\";'),('aln','messages:pageinfo-length','s:31:\"sq:Gjatësia e faqes (në bajt)\";'),('aln','messages:pageinfo-magic-words','s:43:\"sq:{{PLURAL:$1|fjalë|fjalë}} magjike ($1)\";'),('aln','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('aln','messages:pageinfo-not-current','s:89:\"sq:Kërkojmë falje, është e pamundur të jepet ky informacion për versionet e fundit.\";'),('aln','messages:pageinfo-protect-cascading','s:35:\"sq:Mbrojtjet po burojnë prej këtu\";'),('aln','messages:pageinfo-protect-cascading-from','s:28:\"sq:Mbrojtjet po burojnë nga\";'),('aln','messages:pageinfo-protect-cascading-yes','s:5:\"sq:Po\";'),('aln','messages:pageinfo-recent-authors','s:44:\"sq:Numër autorëshe të veçantë së fundi\";'),('aln','messages:pageinfo-recent-edits','s:64:\"sq:Numri i redaktimeve së fundi (gjatë $1 ditëve të kaluara)\";'),('aln','messages:pageinfo-redirects-name','s:43:\"sq:Numri i ridrejtimeve drejt kësaj faqeje\";'),('aln','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('aln','messages:pageinfo-redirectsto','s:15:\"sq:Ridrejton te\";'),('aln','messages:pageinfo-redirectsto-info','s:7:\"sq:info\";'),('aln','messages:pageinfo-robot-index','s:9:\"sq:Lejuar\";'),('aln','messages:pageinfo-robot-noindex','s:14:\"sq:Jo e lejuar\";'),('aln','messages:pageinfo-robot-policy','s:25:\"sq:Indeksimi nga robotët\";'),('aln','messages:pageinfo-subpages-name','s:39:\"sq:Numri i nënfaqeve të kësaj faqeje\";'),('aln','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('aln','messages:pageinfo-summary','s:3:\"en:\";'),('aln','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('aln','messages:pageinfo-title','s:26:\"sq:Informacion për \" $1 \"\";'),('aln','messages:pageinfo-toolboxlink','s:23:\"sq:Informacioni i faqes\";'),('aln','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('aln','messages:pageinfo-user-id','s:20:\"sq:ID e përdoruesit\";'),('aln','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('aln','messages:pageinfo-visiting-watchers','s:79:\"sq:Numri i vëzhgueseve të faqes të cilët kanë vizituar redaktimet e fundit\";'),('aln','messages:pageinfo-watchers','s:35:\"sq:Numri i mbikëqyrësve të faqes\";'),('aln','messages:pagelang-db-failed','s:62:\"sq:Baza e të dhënave nuk mundi të ndryshoi gjuhën e faqes.\";'),('aln','messages:pagelang-language','s:8:\"sq:Gjuha\";'),('aln','messages:pagelang-name','s:8:\"sq:Faqja\";'),('aln','messages:pagelang-nonexistent-page','s:25:\"sq:Faqja $1 nuk ekziston.\";'),('aln','messages:pagelang-reason','s:10:\"sq:Arsyeja\";'),('aln','messages:pagelang-select-lang','s:17:\"sq:Zgjedh gjuhën\";'),('aln','messages:pagelang-submit','s:9:\"sq:Dërgo\";'),('aln','messages:pagelang-unchanged-language','s:48:\"sq:Faqja $1 veç është vendosur në gjuhën $2\";'),('aln','messages:pagelang-unchanged-language-default','s:69:\"sq:Faqja $1 veç është vendosur në gjuhën e parazgjedhur e wikit.\";'),('aln','messages:pagelang-use-default','s:33:\"sq:Përdor gjuhën e parazgjedhur\";'),('aln','messages:pagelanguage','s:27:\"sq:Ndrysho gjuhën e faqës\";'),('aln','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('aln','messages:pagemovedsub','s:20:\"aln:Zhvendosja u kry\";'),('aln','messages:pager-newer-n','s:44:\"aln:{{PLURAL:$1|mâ e re 1|mâ të reja $1}}\";'),('aln','messages:pager-older-n','s:51:\"aln:{{PLURAL:$1|mâ e vjetër 1|mâ të vjetra $1}}\";'),('aln','messages:pagesize','s:6:\"sq:(B)\";'),('aln','messages:pageswithprop','s:28:\"sq:Faqe me një tipar faqeje\";'),('aln','messages:pageswithprop-legend','s:28:\"sq:Faqe me një tipar faqeje\";'),('aln','messages:pageswithprop-prop','s:18:\"sq:Emri i pronës:\";'),('aln','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('aln','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('aln','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('aln','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('aln','messages:pageswithprop-submit','s:7:\"sq:Shko\";'),('aln','messages:pageswithprop-summary','s:3:\"en:\";'),('aln','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('aln','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('aln','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('aln','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('aln','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('aln','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('aln','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('aln','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('aln','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('aln','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('aln','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('aln','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('aln','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('aln','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('aln','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('aln','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('aln','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('aln','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('aln','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('aln','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('aln','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('aln','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('aln','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('aln','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('aln','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('aln','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('aln','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('aln','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('aln','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('aln','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('aln','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('aln','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('aln','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('aln','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('aln','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('aln','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('aln','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('aln','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('aln','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('aln','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('aln','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('aln','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('aln','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('aln','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('aln','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('aln','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('aln','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('aln','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('aln','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('aln','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('aln','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('aln','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('aln','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('aln','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('aln','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('aln','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('aln','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('aln','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('aln','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('aln','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('aln','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('aln','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('aln','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('aln','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('aln','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('aln','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('aln','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('aln','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('aln','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('aln','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('aln','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('aln','messages:parentheses','s:7:\"en:($1)\";'),('aln','messages:parentheses-end','s:4:\"en:)\";'),('aln','messages:parentheses-start','s:4:\"en:(\";'),('aln','messages:parser-template-loop-warning','s:52:\"sq:Shablloni nuk mund të therrasë vetveten: [[$1]]\";'),('aln','messages:parser-template-recursion-depth-warning','s:78:\"sq:Ka kaluar kufiri i herëve që shablloni mund të thërrasë vetveten: ($1)\";'),('aln','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('aln','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('aln','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('aln','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('aln','messages:password-change-forbidden','s:59:\"sq:Ju nuk mund të ndryshoni fjalëkalimet në këtë wiki.\";'),('aln','messages:password-login-forbidden','s:64:\"sq:Përdorimi i kësaj nofke dhe fjalëkalimi është i ndaluar.\";'),('aln','messages:password-name-match','s:57:\"aln:Fjalëkalimi duhet me qenë i ndryshëm prej nofkës.\";'),('aln','messages:password-substring-username-match','s:69:\"sq:Fjalëkalimi yt nuk duhet të shfaqet te emri juaj i përdoruesit.\";'),('aln','messages:passwordincommonlist','s:158:\"sq:Fjalëkalimi që sapo vendosët është pjesë e një liste me fjalëkalime shumë të zakonshëm.\n\nJu lutemi, zgjidhni një fjalëkalim më të veçantë.\";'),('aln','messages:passwordpolicies','s:20:\"en:Password policies\";'),('aln','messages:passwordpolicies-group','s:8:\"en:Group\";'),('aln','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('aln','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('aln','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('aln','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('aln','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('aln','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('aln','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('aln','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('aln','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('aln','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('aln','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('aln','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('aln','messages:passwordremindertext','s:567:\"aln:Dikush (me giasë ju vetë, nga adresa IP $1) ka lypë nji\nfjalëkalim për {{SITENAME}} ($4). Nji fjalëkalim i përkohshëm për\n\"$2\" âsht krijue si vijon \"$3\". Nëse kjo ka qenë qëllimi juej\natëhere duheni me u kyçë tash dhe me zgjedhë nji fjalëkalim të ri.\nFjalëkalimi juej i përkohshëm skadon për {{PLURAL:$5|nji ditë|$5 ditë}}.\n\nNëse dikush tjetër e ka bâ këtë kërkesë, ose ju âsht kujtue fjalëkalimi,\ndhe nuk dëshironi me ndërrue fjalëkalimin, mundeni me injorue këtë mesazh\ndhe me vazhdue me përdorë fajlëkalimin e vjetër.\";'),('aln','messages:passwordremindertitle','s:53:\"aln:Fjalëkalim i ri i përkohshëm për {{SITENAME}}\";'),('aln','messages:passwordreset','s:22:\"aln:reset Fjalëkalimi\";'),('aln','messages:passwordreset-disabled','s:66:\"sq:Ndryshimi i fjalëkalimit është çaktivizuar në këtë wiki.\";'),('aln','messages:passwordreset-domain','s:10:\"sq:Domeni:\";'),('aln','messages:passwordreset-email','s:22:\"sq:Adresa elektronike:\";'),('aln','messages:passwordreset-emaildisabled','s:78:\"sq:Karakteristikat e mesazheve elektronike janë çaktivizuar në këtë wiki.\";'),('aln','messages:passwordreset-emailelement','s:61:\"sq:Emri i përdoruesit: \n$1\n\nFjalëkalimi i përkohshëm: \n$2\";'),('aln','messages:passwordreset-emailtext-ip','s:718:\"sq:Dikush (ndoshta ju, nga adresa IP $1) kërkoi një ndryshim për fjalëkalimin tuaj në {{SITENAME}} ($4). Me këtë adresë elektronike {{PLURAL:$3|është e  lidhur llogari e mëposhtme|janë të lidhura llogaritë e mëposhtme}}:\n\n$2\n\n{{PLURAL:$3|Ky fjalëkalim i përkohshëm|Këto fjalëkalime të përkohshme}} do të ndalojnë së funksionuari për {{PLURAL:$5|një ditë|$5 ditë}}.\n\nJu duhet të kyçeni dhe të zgjidhni një fjalëkalim të ri tani. Nëse dikush tjetër e ka bërë këtë kërkesë, ose në qoftë se ju u kujtuat për fjalëkalimin tuaj origjinal dhe nuk dëshironi të ndryshoni më atë, ju mund ta injoroni këtë mesazh dhe të vazhdoni përdorimin e fjalëkalimit tuaj të vjetër.\";'),('aln','messages:passwordreset-emailtext-require-email','s:332:\"sq:Por, nëse nuk e bëre ti këtë kërkesë e do të ndalosh mesazhet elektronike e pa kërkuara, mund të duash të ndryshosh parapëlqimet e mesazheve elektronike te $1.\n\nMund të kërkosh që për një ndryshim fjalëkalimi të duhen dhe emri i përdoruesit dhe adresa elektronike. Kjo mund të ulë numrin e rasteve të tilla.\";'),('aln','messages:passwordreset-emailtext-user','s:713:\"sq:Përdoruesi $1 në {{SITENAME}} kërkoi një ndryshim për fjalëkalimin tuaj për {{SITENAME}} ($4). Me këtë adresë elektronike {{PLURAL:$3|është e  lidhur llogari e mëposhtme|janë të lidhura llogaritë e mëposhtme}}:\n\n$2\n\n{{PLURAL:$3|Ky fjalëkalim i përkohshëm|Këto fjalëkalime të përkohshme}} do të ndalojnë së funksionuari për {{PLURAL:$5|një ditë|$5 ditë}}.\n\nJu duhet të kyçeni dhe të zgjidhni një fjalëkalim të ri tani. Nëse dikush tjetër e ka bërë këtë kërkesë, ose në qoftë se ju u kujtuat për fjalëkalimin tuaj origjinal dhe nuk dëshironi të ndryshoni më atë, ju mund ta injoroni këtë mesazh dhe të vazhdoni përdorimin e fjalëkalimit tuaj të vjetër.\";'),('aln','messages:passwordreset-emailtitle','s:44:\"sq:Hollësitë e llogarisë në {{SITENAME}}\";'),('aln','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('aln','messages:passwordreset-nocaller','s:38:\"sq:Duhet të sigurohet një telefonues\";'),('aln','messages:passwordreset-nodata','s:69:\"sq:Nuk është dhënë as emri i përdoruesit e as adresa elektronike\";'),('aln','messages:passwordreset-nosuchcaller','s:31:\"sq:Telefonuesi nuk ekziston: $1\";'),('aln','messages:passwordreset-success','s:66:\"aln:Fjalëkalimi ka qenë për të rivendosur ID i perdoruesit: $1\";'),('aln','messages:passwordreset-success-details-generic','s:570:\"sq:Nëse informacioni i dhënë është i saktë, do të dërgohet një mesazh elektronik për ndryshimin e fjalëkalimit. Nëse nuk ke marrë asnjë mesazh elektronik, mund të vizitosh [[mw:Special:MyLanguage/Help:Reset_password|faqen ndihmëse të ndryshimit të fjalëkalimit]] ose ta provosh sërish më vonë. <strong>Mund të bësh vetëm një numër të kufizuar kërkesash brenda një kohe të caktuar. Vetëm një mesazh elektronik për ndryshim fjalëkalimi do të dërgohet për adresë çdo {{PLURAL:$1|orë|$1 orë}} për të parandaluar abuzimet.</strong>\";'),('aln','messages:passwordreset-success-info','s:38:\"sq:Hollësitë që vendosët janë: $1\";'),('aln','messages:passwordreset-text-many','s:122:\"sq:{{PLURAL:$1|Mbush një nga fushat për të marrë një fjalëkalim të përkohshëm nëpërmjet adresës elektronike.}}\";'),('aln','messages:passwordreset-text-one','s:113:\"sq:Plotësoni këtë formular për të marrë një fjalëkalim të përkohshëm nëpërmjet adresës elektronike.\";'),('aln','messages:passwordreset-username','s:24:\"aln:Emri i përdoruesit:\";'),('aln','messages:passwordsent','s:111:\"aln:Nji fjalëkalim i ri u dërgue në adresën e emailit të \"$1\".\nJu lutem kyçuni mbasi ta keni marrë atê.\";'),('aln','messages:passwordtoolong','s:92:\"sq:Fjalëkalimet nuk mund të jenë më të gjatë se {{PLURAL:$1|1 karakter|$1 karaktere}}.\";'),('aln','messages:passwordtooshort','s:82:\"aln:Fjalëkalimi juej duhet me i pasë së paku {{PLURAL:$1|1 shêjë|$1 shêja}}.\";'),('aln','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('aln','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('aln','messages:patrol-log-header','s:58:\"sq:Këto janë të dhëna të revizioneve të patrulluara.\";'),('aln','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('aln','messages:patrol-log-page','s:27:\"sq:Regjistri i patrullimeve\";'),('aln','messages:pear-mail-error','s:5:\"en:$1\";'),('aln','messages:percent','s:6:\"en:$1%\";'),('aln','messages:perfcached','s:180:\"aln:Informacioni i mâposhtëm âsht kopje e memorizueme, por mundet mos me qenë verzioni i fundit. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('aln','messages:perfcachedts','s:169:\"aln:Shenimi i mâposhtëm âsht kopje e memorizueme dhe âsht rifreskue së fundit me $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.\";'),('aln','messages:period-am','s:5:\"sq:AM\";'),('aln','messages:period-pm','s:5:\"sq:PD\";'),('aln','messages:permalink','s:24:\"aln:Vegëz e përhershme\";'),('aln','messages:permanentlink','s:17:\"en:Permanent link\";'),('aln','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('aln','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('aln','messages:permanentlink-summary','s:3:\"en:\";'),('aln','messages:permissionserrors','s:15:\"aln:Gabim tagri\";'),('aln','messages:permissionserrorstext','s:81:\"aln:Nuk keni tagër me bâ atë veprim, për {{PLURAL:$1|arsyen|arsyet}} vijuese:\";'),('aln','messages:permissionserrorstext-withaction','s:69:\"aln:Nuk keni tagër në $2, për {{PLURAL:$1|arsyen|arsyet}} vijuese:\";'),('aln','messages:personaltools','s:17:\"aln:Vegla vetjake\";'),('aln','messages:php-mail-error','s:5:\"en:$1\";'),('aln','messages:php-mail-error-unknown','s:51:\"sq:Gabim i panjohur në funksionin e postës PHP ()\";'),('aln','messages:php-uploaddisabledtext','s:114:\"sq:Ngarkimet e skedave në PHP janë të çaktivizuara.\nJu lutemi kontrolloni parametrat e ngarkimeve të skedave.\";'),('aln','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('aln','messages:policy-url','s:20:\"aln:Project:Politika\";'),('aln','messages:pool-errorunknown','s:19:\"sq:Gabim i panjohur\";'),('aln','messages:pool-queuefull','s:36:\"sq:Radha e proceseve është mbushur\";'),('aln','messages:pool-servererror','s:71:\"sq:Shërbimi i pellgut të numërimit nuk është në dispozicion ($1).\";'),('aln','messages:pool-timeout','s:38:\"sq:Mbaroi koha duke pritur për kyçin\";'),('aln','messages:poolcounter-usage-error','s:23:\"sq:Gabim përdorimi: $1\";'),('aln','messages:portal','s:25:\"aln:Portali i komunitetit\";'),('aln','messages:portal-url','s:33:\"aln:Project:Portali i komunitetit\";'),('aln','messages:post-expand-template-argument-category','s:52:\"aln:Faqe që kanë parametra stampe të papërfshira\";'),('aln','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('aln','messages:post-expand-template-argument-warning','s:144:\"aln:Vini re: Kjo faqe ka të paktën një parametër stampe që është shumë i madh për t\'u shpalosur.\nKëto parametra nuk janë përfshirë.\";'),('aln','messages:post-expand-template-inclusion-category','s:49:\"aln:Faqe ku stampat e përfshira kalojnë kufirin\";'),('aln','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('aln','messages:post-expand-template-inclusion-warning','s:91:\"aln:Vini re: Stampa e përfshirë është shumë e madhe.\nDisa stampa s\'do të përfshihen.\";'),('aln','messages:postedit-confirmation-created','s:22:\"sq:Faqja eshte krijuar\";'),('aln','messages:postedit-confirmation-published','s:31:\"sq:Redaktimi yt u përditësua.\";'),('aln','messages:postedit-confirmation-restored','s:21:\"sq:Faqja eshte kthyer\";'),('aln','messages:postedit-confirmation-saved','s:32:\"sq:Redaktimi juaj eshte ruajtur.\";'),('aln','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('aln','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('aln','messages:powersearch-legend','s:25:\"aln:Kërkimi i detajshëm\";'),('aln','messages:powersearch-ns','s:27:\"aln:Kërkimi në hapësina:\";'),('aln','messages:powersearch-remember','s:50:\"sq:Kujtoje përzgjedhjen për kërkesat e ardhshme\";'),('aln','messages:powersearch-toggleall','s:9:\"aln:Tâna\";'),('aln','messages:powersearch-togglelabel','s:11:\"aln:Zgjedh:\";'),('aln','messages:powersearch-togglenone','s:9:\"aln:Asnji\";'),('aln','messages:preferences','s:17:\"aln:Parapëlqimet\";'),('aln','messages:preferences-summary','s:3:\"en:\";'),('aln','messages:prefixindex','s:26:\"aln:Tâna faqet me prefiks\";'),('aln','messages:prefixindex-namespace','s:49:\"sq:Të gjitha faqet me parashtesë (hapësira $1)\";'),('aln','messages:prefixindex-strip','s:38:\"sq:Fshihe parashtesën te përfundimet\";'),('aln','messages:prefixindex-submit','s:8:\"sq:Shfaq\";'),('aln','messages:prefixindex-summary','s:3:\"en:\";'),('aln','messages:prefs-advancedediting','s:27:\"sq:Opcionet e përgjithshme\";'),('aln','messages:prefs-advancedrc','s:24:\"sq:Opsione të avancuara\";'),('aln','messages:prefs-advancedrendering','s:24:\"sq:Opsione të avancuara\";'),('aln','messages:prefs-advancedsearchoptions','s:24:\"sq:Opsione të avancuara\";'),('aln','messages:prefs-advancedwatchlist','s:24:\"sq:Opsione të avancuara\";'),('aln','messages:prefs-changeemail','s:49:\"sq:Ndrysho ose hiq adresën e postës elektronike\";'),('aln','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('aln','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('aln','messages:prefs-common-config','s:60:\"sq:CSS/JSON/JavaScript i përbashkët për krejt lëkurçet:\";'),('aln','messages:prefs-custom-css','s:20:\"aln:CSS i përpunuem\";'),('aln','messages:prefs-custom-js','s:28:\"aln:JavaScripti i përpunuem\";'),('aln','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('aln','messages:prefs-dateformat','s:19:\"sq:Formati i datës\";'),('aln','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('aln','messages:prefs-diffs','s:13:\"sq:Ndryshimet\";'),('aln','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('aln','messages:prefs-displayrc','s:17:\"sq:Shfaq opsionet\";'),('aln','messages:prefs-displaywatchlist','s:17:\"sq:Shfaq opsionet\";'),('aln','messages:prefs-editing','s:16:\"aln:Tue redaktue\";'),('aln','messages:prefs-editor','s:11:\"sq:redaktor\";'),('aln','messages:prefs-edits','s:24:\"aln:Numri i redaktimeve:\";'),('aln','messages:prefs-editwatchlist','s:30:\"sq:Redakto listën mbikqyrëse\";'),('aln','messages:prefs-editwatchlist-clear','s:38:\"sq:Boshatis listën tënde mbikqyrëse\";'),('aln','messages:prefs-editwatchlist-edit','s:52:\"sq:Shiko dhe hiq tituj në listë tuaj mbikëqyrëse\";'),('aln','messages:prefs-editwatchlist-label','s:38:\"sq:Ndrysho listën tuaj mbikëqyrëse:\";'),('aln','messages:prefs-editwatchlist-raw','s:49:\"sq:Redakto listën mbikëqyrëse të papërpunuar\";'),('aln','messages:prefs-email','s:23:\"aln:Opcionet për email\";'),('aln','messages:prefs-emailconfirm-label','s:25:\"aln:Konfirmimi i emailit:\";'),('aln','messages:prefs-files','s:10:\"aln:Skedat\";'),('aln','messages:prefs-help-email','s:236:\"aln:Emaili âsht opcional, por mundëson që fjalëkalimi i ri me mujtë me ju dërgue me email nëse e harroni.\nMundeni me zgjedhe që të tjerët me ju kontaktue përmjet faqe së diskutimit pa e zbulue identitetin tuej të vërtetë.\";'),('aln','messages:prefs-help-email-others','s:146:\"sq:Mundeni gjithashtu të zgjidhni të kontaktoheni nga të tjerët përmes faqeve tuaja të diskutimit ose përdoruesit pa e treguar identitetin.\";'),('aln','messages:prefs-help-email-required','s:41:\"aln:Adresa e emailit âsht e domosdoshme.\";'),('aln','messages:prefs-help-gender','s:113:\"aln:Opcionale: përdoret për adresim korrekt në relacion me gjininë nga softwarei.\nKjo informatë del publike.\";'),('aln','messages:prefs-help-prefershttps','s:72:\"sq:Kjo preferencë do të aktivizohet në regjistrimin tuaj të radhës.\";'),('aln','messages:prefs-help-realname','s:114:\"aln:Emni i vërtetë âsht opcional.\nNëse zgjedhni me e dhânë, ky do të përdoret për me jua atribuue punën.\";'),('aln','messages:prefs-help-recentchangescount','s:76:\"aln:Kjo përfshin ndryshimet e freskëta, historikun e faqes dhe regjistrat.\";'),('aln','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('aln','messages:prefs-help-signature','s:156:\"sq:Komentet në faqet e diskutimit duhet të nënshkruhen me \"<nowiki>~~~~</nowiki>\" të cilat do të konvertohen me emrin tuaj të përdoruesit dhe kohën.\";'),('aln','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('aln','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('aln','messages:prefs-help-variant','s:99:\"sq:Varianti ose ortografia juaj e preferuar për të shfaqur përmbajtjen e faqeve në këtë wiki.\";'),('aln','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('aln','messages:prefs-help-yourpassword','s:84:\"sq:Rikuperimi i llogarisë është aktivizuar. Shikoni $1 për më shumë cilësime.\";'),('aln','messages:prefs-i18n','s:22:\"aln:Internacionalizimi\";'),('aln','messages:prefs-info','s:21:\"aln:Informatat bazike\";'),('aln','messages:prefs-labs','s:30:\"aln:Laboratorë karakteristika\";'),('aln','messages:prefs-memberingroups','s:43:\"aln:Anëtar i {{PLURAL:$1|grupit|grupeve}}:\";'),('aln','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('aln','messages:prefs-misc','s:16:\"aln:Të ndryshme\";'),('aln','messages:prefs-namespaces','s:14:\"aln:Hapësinat\";'),('aln','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('aln','messages:prefs-personal','s:26:\"aln:Profili i përdoruesit\";'),('aln','messages:prefs-preview','s:12:\"sq:Parapamje\";'),('aln','messages:prefs-rc','s:26:\"aln:Ndryshimet e freskëta\";'),('aln','messages:prefs-registration','s:23:\"sq:Koha e regjistrimit:\";'),('aln','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('aln','messages:prefs-rendering','s:10:\"aln:Pâmja\";'),('aln','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('aln','messages:prefs-reset-intro','s:133:\"aln:Mundeni me përdorë këtë faqe për me i kthy parapëlqimet tueja në ato të paracaktuemet e faqes.\nKjo nuk mundet me u zhbâ.\";'),('aln','messages:prefs-resetpass','s:29:\"aln:Ndryshimi i fjalëkalimit\";'),('aln','messages:prefs-searchmisc','s:10:\"en:General\";'),('aln','messages:prefs-searchoptions','s:24:\"aln:Opcionet e kërkimit\";'),('aln','messages:prefs-setemail','s:40:\"sq:Vendos adresën e postës elektronike\";'),('aln','messages:prefs-signature','s:9:\"aln:Firma\";'),('aln','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('aln','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('aln','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('aln','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('aln','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('aln','messages:prefs-skin','s:8:\"aln:Doka\";'),('aln','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('aln','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('aln','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('aln','messages:prefs-timeoffset','s:19:\"sq:Diferenca kohore\";'),('aln','messages:prefs-tokenwatchlist','s:9:\"sq:Tokeni\";'),('aln','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('aln','messages:prefs-user-downloaddata-info','s:47:\"sq:Të dhënat e llogarisë time nga ky projekt\";'),('aln','messages:prefs-user-downloaddata-label','s:28:\"sq:Të dhënat e llogarisë:\";'),('aln','messages:prefs-user-pages','s:23:\"sq:Faqet e përdoruesit\";'),('aln','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('aln','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('aln','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('aln','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('aln','messages:prefs-watchlist','s:25:\"aln:Lista e mbikëqyrjeve\";'),('aln','messages:prefs-watchlist-days','s:60:\"aln:Numri i ditëve me i tregue në listën e mbikëqyrjeve:\";'),('aln','messages:prefs-watchlist-days-max','s:39:\"aln:Maksimalisht $1 {{PLURAL:$1|ditë}}\";'),('aln','messages:prefs-watchlist-edits','s:88:\"aln:Numri maksimal i ndryshimeve që tregohen në listën e zgjânueme të mbikëqyrjes:\";'),('aln','messages:prefs-watchlist-edits-max','s:24:\"aln:Numri maksimal: 1000\";'),('aln','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('aln','messages:prefs-watchlist-token','s:29:\"sq:Lista mbikqyrëse shenjë:\";'),('aln','messages:prefsnologintext2','s:58:\"sq:Ju lutemi regjistrohuni për të ndryshuar preferencat.\";'),('aln','messages:prev-page','s:21:\"sq:faqja paraardhëse\";'),('aln','messages:preview','s:14:\"aln:Parapâmje\";'),('aln','messages:previewconflict','s:113:\"aln:Kjo parapâmje pasqyron tekstin në kutinë e sipërme të redaktimit, njashtu si do të duket nëse e rueni.\";'),('aln','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('aln','messages:previewnote','s:77:\"aln:\'\'\'Kjo asht vetëm parapamje.\'\'\'\nNdryshimet e tua nuk janë ruejtë ende!\";'),('aln','messages:previousdiff','s:30:\"aln:← Redaktim mâ i vjetër\";'),('aln','messages:previousrevision','s:28:\"aln:← Verzion ma i vjetër\";'),('aln','messages:prevn','s:32:\"aln:e përparme {{PLURAL:$1|$1}}\";'),('aln','messages:prevn-title','s:54:\"aln:$1 {{PLURAL:$1|rezultat|rezultate}} të mâhershme\";'),('aln','messages:prevpage','s:24:\"aln:Faqja paraprake ($1)\";'),('aln','messages:print','s:9:\"aln:Shtyp\";'),('aln','messages:print.css','s:64:\"aln:/* CSSi i vednosun këtu ka me e prekë pamjen e shtypjes */\";'),('aln','messages:printableversion','s:22:\"aln:Version për shtyp\";'),('aln','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('aln','messages:privacy','s:26:\"aln:Politika e privatsisë\";'),('aln','messages:privacypage','s:34:\"aln:Project:Politika e privatsisë\";'),('aln','messages:prot_1movedto2','s:31:\"sq:[[$1]] u zhvendos tek [[$2]]\";'),('aln','messages:protect','s:9:\"aln:Mbroj\";'),('aln','messages:protect-badnamespace-text','s:52:\"sq:Faqet në këtë hapësirë nuk mund të mbrohen.\";'),('aln','messages:protect-badnamespace-title','s:28:\"sq:Hapësirë e pambrojtshme\";'),('aln','messages:protect-cantedit','s:95:\"aln:Nuk mund t\'ia ndryshosh nivelin e mbrojtjes kësaj faqeje, sepse nuk ke leje me e redaktue.\";'),('aln','messages:protect-cascade','s:77:\"aln:Mbrojtje e ndërlidhme - mbroj çdo faqe që përfshihet në këtë faqe.\";'),('aln','messages:protect-cascadeon','s:248:\"aln:Kjo faqe aktualisht âsht e mbrojtun sepse përfshihet në {{PLURAL:$1|faqen që ka|faqet, të cilat kanë}} mbrojtje të përfshimjes.\nMundeni me ndryshue nivelin e mbrojtjes për këtë faqe, por kjo nuk ka me prekë mbrojtjen e përfshimjes.\";'),('aln','messages:protect-default','s:27:\"aln:Lejo krejt përdoruesit\";'),('aln','messages:protect-dropdown','s:153:\"sq:*Arsye të zakonshme mbrojtjeje\n** Teprim me vandalizëm\n** Teprim me mesazhe të padëshiruar\n** Grindje për përpunime\n** Faqe me trafik të lartë\";'),('aln','messages:protect-edit-reasonlist','s:29:\"sq:Redakto arsyet e mbrojtjes\";'),('aln','messages:protect-existing-expiry','s:37:\"sq:Koha ekzistuese e skadimit: $3, $2\";'),('aln','messages:protect-existing-expiry-infinity','s:37:\"sq:Koha ekzistuese e skadimit: pakufi\";'),('aln','messages:protect-expiring','s:22:\"aln:skadon me $1 (UTC)\";'),('aln','messages:protect-expiring-local','s:12:\"sq:Skadon $1\";'),('aln','messages:protect-expiry-indefinite','s:14:\"sq:i pacaktuar\";'),('aln','messages:protect-expiry-options','s:139:\"sq:1 Orë:1 hour,1 Ditë:1 day,1 Javë:1 week,2 Javë:2 weeks,1 Muaj:1 month,3 Muaj:3 months,6 Muaj:6 months,1 Vjet:1 year,Pa kufi:infinite\";'),('aln','messages:protect-fallback','s:25:\"aln:Kushtëzo tagrin \"$1\"\";'),('aln','messages:protect-legend','s:14:\"aln:Konfirmoni\";'),('aln','messages:protect-level-autoconfirmed','s:46:\"aln:Blloko përdoruesit e rij dhe të pakyçun\";'),('aln','messages:protect-level-sysop','s:28:\"aln:Lejo veç administruesit\";'),('aln','messages:protect-locked-access','s:125:\"aln:Llogaria juej nuk ka privilegjet e nevojitme për me ndryshu nivelin e mbrojtjes. Kufizimet e kësaj faqe janë \'\'\'$1\'\'\':\";'),('aln','messages:protect-locked-blocked','s:110:\"sq:Nuk mund të ndryshoni nivelet e mbrojtjes duke qenë i bllokuar. Kufizimet e kësaj faqeje janë \'\'\'$1\'\'\':\";'),('aln','messages:protect-locked-dblock','s:123:\"sq:Nivelet e mbrojtjes nuk mund të ndryshohen pasi regjistri është i bllokuar. Kufizimet e kësaj faqeje janë \'\'\'$1\'\'\':\";'),('aln','messages:protect-norestrictiontypes-text','s:82:\"sq:Kjo faqe nuk mund të mbrohet sepse nuk ka lloje të kufizimit në dispozicion.\";'),('aln','messages:protect-norestrictiontypes-title','s:23:\"sq:Faqet e pambrojtshme\";'),('aln','messages:protect-otherreason','s:23:\"sq:Arsye tjera/shtesë:\";'),('aln','messages:protect-otherreason-op','s:18:\"sq:Arsyeja tjetër\";'),('aln','messages:protect-othertime','s:17:\"sq:Kohë tjetër:\";'),('aln','messages:protect-othertime-op','s:16:\"sq:kohë tjetër\";'),('aln','messages:protect-summary-cascade','s:15:\"aln:të mvaruna\";'),('aln','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('aln','messages:protect-text','s:81:\"aln:Këtu muneni me shiku dhe me ndryshu nivelin e mbrojtjes për faqen \'\'\'$1\'\'\'.\";'),('aln','messages:protect-title','s:41:\"sq:Ndryshoni nivelin e mbrojtjes së \"$1\"\";'),('aln','messages:protect-title-notallowed','s:37:\"sq:Shiko nivelin e mbrojtjes së \"$1\"\";'),('aln','messages:protect-unchain-permissions','s:49:\"sq:Zhbllokoni opsionet e mëtejshme të mbrojtjes\";'),('aln','messages:protect_change','s:11:\"aln:ndrysho\";'),('aln','messages:protect_expiry_invalid','s:36:\"aln:Data e skadimit asht e pasaktë.\";'),('aln','messages:protect_expiry_old','s:44:\"aln:Data e skadimit asht në kohën kalueme.\";'),('aln','messages:protectcomment','s:12:\"aln:Arsyeja:\";'),('aln','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('aln','messages:protectedarticle-comment','s:34:\"sq:{{GENDER:$2|Mbrojtur}} \"[[$1]]\"\";'),('aln','messages:protectedinterface','s:110:\"aln:Kjo faqe përmban tekst të interfaceit të softwareit dhe âsht e mbrojtun për me pengue keqpërdorimin.\";'),('aln','messages:protectedpage','s:19:\"aln:Faqe e mbrojtun\";'),('aln','messages:protectedpagemovewarning','s:197:\"sq:\'\'\'Kujdes\'\'\': Kjo faqe është mbrojtur, kështu që vetëm përdoruesit me privilegje administratorësh mund ta zhvendosin atë.\nVeprimi i fundit mbi këtë faqe është poshtë për referncë:\";'),('aln','messages:protectedpages','s:21:\"sq:Faqe të mbrojtura\";'),('aln','messages:protectedpages-cascade','s:19:\"sq:Vetëm mbrojtjet\";'),('aln','messages:protectedpages-expiry','s:9:\"sq:Skadon\";'),('aln','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('aln','messages:protectedpages-indef','s:27:\"sq:Vetëm mbrojtjet pa afat\";'),('aln','messages:protectedpages-noredirect','s:22:\"sq:Fshih përcjellimet\";'),('aln','messages:protectedpages-page','s:8:\"sq:Faqja\";'),('aln','messages:protectedpages-params','s:24:\"sq:Parametrat e mbrotjes\";'),('aln','messages:protectedpages-performer','s:29:\"sq:Duke mbrojtur përdoruesin\";'),('aln','messages:protectedpages-reason','s:10:\"sq:Arsyeja\";'),('aln','messages:protectedpages-submit','s:14:\"sq:Shfaq faqet\";'),('aln','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('aln','messages:protectedpages-timestamp','s:18:\"sq:Stampa e kohës\";'),('aln','messages:protectedpages-unknown-performer','s:24:\"sq:Përdorues i panjohur\";'),('aln','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('aln','messages:protectedpages-unknown-timestamp','s:13:\"sq:E panjohur\";'),('aln','messages:protectedpagesempty','s:56:\"sq:Nuk ka faqe të mbrojtura me të dhënat e kërkuara.\";'),('aln','messages:protectedpagetext','s:41:\"aln:Kjo faqe âsht mbyllë për redaktim.\";'),('aln','messages:protectedpagewarning','s:113:\"aln:\'\'\'Kujdes: Kjo faqe âsht mshelë ashtu që vetëm përdoruesit me tagër administrues mujnë me redaktue.\'\'\'\";'),('aln','messages:protectedtitles','s:20:\"sq:Titujt e mbrojtur\";'),('aln','messages:protectedtitles-submit','s:15:\"sq:Shfaq titujt\";'),('aln','messages:protectedtitles-summary','s:198:\"sq:Kjo faqe liston titujt që aktualisht janë të mbrojtura nga krijimi. Për një listë të faqeve ekzistuese që janë të mbrojtura, shih [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('aln','messages:protectedtitlesempty','s:61:\"sq:Asnjë titull i mbrojtur nuk u gjet në këtë hapësirë.\";'),('aln','messages:protectexpiry','s:10:\"aln:Afáti\";'),('aln','messages:protectlogpage','s:26:\"aln:Regjistri i mbrojtjeve\";'),('aln','messages:protectlogtext','s:179:\"sq:Më poshtë është lista e kyçjeve dhe çkyçjeve të faqes.\nShih listën e [[Special:ProtectedPages|faqeve të mbrojtura]] nga lista e mbrojtjeve të faqeve tani në veprim.\";'),('aln','messages:protectpage','s:17:\"en:Protect a page\";'),('aln','messages:protectpage-summary','s:3:\"en:\";'),('aln','messages:proxyblocker','s:29:\"sq:Bllokuesi i ndërmjetësve\";'),('aln','messages:proxyblockreason','s:196:\"sq:IP adresa juaj është bllokuar sepse është një ndërmjetëse e hapur. Ju lutem lidhuni me kompaninë e shërbimeve të Internetit që përdorni dhe i informoni për këtë problem sigurije.\";'),('aln','messages:pt-createaccount','s:16:\"sq:Krijo llogari\";'),('aln','messages:pt-login','s:7:\"sq:Hyni\";'),('aln','messages:pt-login-button','s:7:\"sq:Hyni\";'),('aln','messages:pt-login-continue-button','s:26:\"sq:Vazhdoni identifikohuni\";'),('aln','messages:pt-userlogout','s:8:\"sq:Dilni\";'),('aln','messages:publishchanges','s:21:\"sq:Publiko ndryshimet\";'),('aln','messages:publishchanges-start','s:24:\"sq:Publiko ndryshimet...\";'),('aln','messages:publishpage','s:16:\"sq:Publiko faqen\";'),('aln','messages:publishpage-start','s:19:\"sq:Publiko faqen...\";'),('aln','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('aln','messages:purge','s:8:\"en:Purge\";'),('aln','messages:purge-summary','s:3:\"en:\";'),('aln','messages:querypage-disabled','s:71:\"sq:Kjo faqe speciale është çaktivizuar për arsye të performancës.\";'),('aln','messages:querypage-no-updates','s:96:\"aln:Redaktimi i kësaj faqeje âsht ndalue për momentin.\nShenimet këtu nuk do të rifreskohen.\";'),('aln','messages:querypage-updates-periodical','s:50:\"sq:Kjo faqe përditësohet në mënyrë periodike.\";'),('aln','messages:quotation-marks','s:7:\"sq:\"$1\"\";'),('aln','messages:randomincategory','s:26:\"sq:Faqe rasti në kategori\";'),('aln','messages:randomincategory-category','s:13:\"sq:Kategoria:\";'),('aln','messages:randomincategory-invalidcategory','s:48:\"sq:\"$1\" nuk është emër i vlefshëm kategorie.\";'),('aln','messages:randomincategory-legend','s:29:\"sq:Faqe e rastit në kategori\";'),('aln','messages:randomincategory-nopages','s:51:\"sq:Nuk ka faqe në kategorinë [[:Category:$1|$1]].\";'),('aln','messages:randomincategory-submit','s:7:\"sq:Shko\";'),('aln','messages:randompage','s:21:\"aln:Artikull i rastit\";'),('aln','messages:randompage-nopages','s:69:\"sq:Nuk ka faqe në {{PLURAL:$2|hapësirën|hapësirat}} në vijim: $1\";'),('aln','messages:randompage-url','s:17:\"en:Special:Random\";'),('aln','messages:randomredirect','s:23:\"sq:Përcjellim i rastit\";'),('aln','messages:randomredirect-nopages','s:31:\"sq:Nuk ka përcjellim në \"$1\".\";'),('aln','messages:randomrootpage','s:25:\"sq:Faqe rrënjë e rastit\";'),('aln','messages:range_block_disabled','s:81:\"sq:Mundësia e administruesve për të bllokuar me shtrirje është çaktivizuar.\";'),('aln','messages:rawhtml-notallowed','s:72:\"sq:&lt;html&gt; etiketat nuk mund të përdorën jashtë faqeve normale.\";'),('aln','messages:rawmessage','s:5:\"en:$1\";'),('aln','messages:rc-change-size','s:5:\"en:$1\";'),('aln','messages:rc-change-size-new','s:46:\"sq:$1 {{PLURAL:$1|bajt|bajtë}} pas ndryshimit\";'),('aln','messages:rc-old-title','s:31:\"sq:fillimisht i krijuar si \"$1\"\";'),('aln','messages:rcfilters-activefilters','s:16:\"sq:Filtrat aktiv\";'),('aln','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('aln','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('aln','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('aln','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('aln','messages:rcfilters-advancedfilters','s:22:\"sq:Filtra të avancuar\";'),('aln','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('aln','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('aln','messages:rcfilters-clear-all-filters','s:29:\"sq:Pastro të gjithë filtrat\";'),('aln','messages:rcfilters-date-popup-title','s:35:\"sq:Periudha kohore për ta kërkuar\";'),('aln','messages:rcfilters-days-show-days','s:29:\"sq:$1 {{PLURAL:$1|dit|ditë}}\";'),('aln','messages:rcfilters-days-show-hours','s:29:\"sq:$1 {{PLURAL:$1|orë|orë}}\";'),('aln','messages:rcfilters-days-title','s:18:\"sq:Ditët e fundit\";'),('aln','messages:rcfilters-empty-filter','s:54:\"sq:S\'ka filtra aktiv. Tregohen të gjitha kontributet.\";'),('aln','messages:rcfilters-exclude-button-off','s:28:\"sq:Përjashto të zgjedhurat\";'),('aln','messages:rcfilters-exclude-button-on','s:34:\"sq:Po përjashtohen të zgjedhurat\";'),('aln','messages:rcfilters-filter-bots-description','s:44:\"sq:Redaktime të bëra nga vegla automatike.\";'),('aln','messages:rcfilters-filter-bots-label','s:6:\"sq:Bot\";'),('aln','messages:rcfilters-filter-categorization-description','s:61:\"sq:Regjistri i faqeve të shtuara ose hequra nga kategoritë.\";'),('aln','messages:rcfilters-filter-categorization-label','s:26:\"sq:Ndryshimet e kategorive\";'),('aln','messages:rcfilters-filter-editsbyother-description','s:41:\"sq:Të gjitha ndryshimet përveç nga ti.\";'),('aln','messages:rcfilters-filter-editsbyother-label','s:30:\"sq:Kontributet nga të tjerët\";'),('aln','messages:rcfilters-filter-editsbyself-description','s:21:\"sq:Kontributet tuaja.\";'),('aln','messages:rcfilters-filter-editsbyself-label','s:20:\"sq:Ndryshimet nga ti\";'),('aln','messages:rcfilters-filter-excluded','s:15:\"sq:Përjashtuar\";'),('aln','messages:rcfilters-filter-humans-description','s:46:\"sq:Redaktimet e bëra nga redaktorët njerëz.\";'),('aln','messages:rcfilters-filter-humans-label','s:17:\"sq:Njeri (jo bot)\";'),('aln','messages:rcfilters-filter-lastrevision-description','s:49:\"sq:Vetëm dryshimet më të fundit në një faqe.\";'),('aln','messages:rcfilters-filter-lastrevision-label','s:24:\"sq:Versioni më i fundit\";'),('aln','messages:rcfilters-filter-logactions-description','s:81:\"sq:Veprimet administrative, krijimet e llogarive, fshirjet e faqeve, ngarkimet...\";'),('aln','messages:rcfilters-filter-logactions-label','s:26:\"sq:Veprimet e regjistruara\";'),('aln','messages:rcfilters-filter-major-description','s:44:\"sq:Redaktimet jo të shënuara si të vogla.\";'),('aln','messages:rcfilters-filter-major-label','s:26:\"sq:Redaktimet jo të vogla\";'),('aln','messages:rcfilters-filter-minor-description','s:51:\"sq:Redaktimet që autori i ka shënuar si të vogla\";'),('aln','messages:rcfilters-filter-minor-label','s:24:\"sq:Redaktime të vogëla\";'),('aln','messages:rcfilters-filter-newpages-description','s:42:\"sq:Redaktimet që krijojnë faqe të reja.\";'),('aln','messages:rcfilters-filter-newpages-label','s:20:\"sq:Krijimet e faqeve\";'),('aln','messages:rcfilters-filter-pageedits-description','s:78:\"sq:Redaktimet e përmbajtjes wiki, diskutimeve, përshkrimit të kategorive...\";'),('aln','messages:rcfilters-filter-pageedits-label','s:21:\"sq:Redaktimet e faqes\";'),('aln','messages:rcfilters-filter-previousrevision-description','s:67:\"sq:Të gjitha ndryshimet që nuk janë \"ndryshimet më të fundit\".\";'),('aln','messages:rcfilters-filter-previousrevision-label','s:23:\"sq:Jo rishimet e fundit\";'),('aln','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('aln','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('aln','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('aln','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('aln','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('aln','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:17:\"sq:E papatrolluar\";'),('aln','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('aln','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('aln','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('aln','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('aln','messages:rcfilters-filter-user-experience-level-experienced-description','s:82:\"sq:Redaktorët e regjistruar me më shumë se 500 redaktiv dhe 30 ditë aktivitet.\";'),('aln','messages:rcfilters-filter-user-experience-level-experienced-label','s:26:\"sq:Përdorues me përvojë\";'),('aln','messages:rcfilters-filter-user-experience-level-learner-description','s:108:\"sq:Redaktorët e regjistruar përvoja e të cilëve bie në mes \"Të rinjve dhe \"Përdoruesve me përvojë.\"\";'),('aln','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"sq:Nxënës\";'),('aln','messages:rcfilters-filter-user-experience-level-newcomer-description','s:49:\"sq:Më pak se 10 redaktime dhe 4 ditë aktivitet.\";'),('aln','messages:rcfilters-filter-user-experience-level-newcomer-label','s:14:\"sq:Të rinjtë\";'),('aln','messages:rcfilters-filter-user-experience-level-registered-description','s:23:\"sq:Redaktorët e kyçur\";'),('aln','messages:rcfilters-filter-user-experience-level-registered-label','s:14:\"sq:Regjistruar\";'),('aln','messages:rcfilters-filter-user-experience-level-unregistered-description','s:39:\"sq:Redaktorët që nuk janë të kyçur\";'),('aln','messages:rcfilters-filter-user-experience-level-unregistered-label','s:17:\"sq:Ç\'regjistruar\";'),('aln','messages:rcfilters-filter-watchlist-notwatched-description','s:71:\"sq:Çdo gjë përveç ndryshimeve në faqet në Listën e Mbikëqyrjes.\";'),('aln','messages:rcfilters-filter-watchlist-notwatched-label','s:32:\"sq:Jo në Listën e Mbikëqyrjes\";'),('aln','messages:rcfilters-filter-watchlist-watched-description','s:60:\"sq:Ndryshimet në faqet në Listën tënde të Mbikëqyrjes.\";'),('aln','messages:rcfilters-filter-watchlist-watched-label','s:28:\"sq:Në Listën e Mbikëqyrur\";'),('aln','messages:rcfilters-filter-watchlist-watchednew-description','s:91:\"sq:Ndryshimet në faqet e Mbikëqyrura që nuk keni vizituar që nga ndodhja e ndryshimeve.\";'),('aln','messages:rcfilters-filter-watchlist-watchednew-label','s:47:\"sq:Ndryshimet e reja në Listën e Mbikëqyrjes\";'),('aln','messages:rcfilters-filter-watchlistactivity-seen-description','s:72:\"sq:Ndryshimet në faqet që keni vizituar që nga ndodhja e ndryshimeve.\";'),('aln','messages:rcfilters-filter-watchlistactivity-seen-label','s:20:\"sq:Ndryshimet e para\";'),('aln','messages:rcfilters-filter-watchlistactivity-unseen-description','s:78:\"sq:Ndryshimet në faqet që nuk i keni vizituar që nga ndodhja e ndryshimeve.\";'),('aln','messages:rcfilters-filter-watchlistactivity-unseen-label','s:22:\"sq:Ndryshimet e papara\";'),('aln','messages:rcfilters-filtergroup-authorship','s:27:\"sq:Autorësia e kontributit\";'),('aln','messages:rcfilters-filtergroup-automated','s:24:\"sq:Kontribute automatike\";'),('aln','messages:rcfilters-filtergroup-changetype','s:21:\"sq:Lloji i ndryshimit\";'),('aln','messages:rcfilters-filtergroup-lastrevision','s:22:\"sq:Rishikimet e fundit\";'),('aln','messages:rcfilters-filtergroup-reviewstatus','s:23:\"sq:Statusi i rishikimit\";'),('aln','messages:rcfilters-filtergroup-significance','s:13:\"sq:Rëndësia\";'),('aln','messages:rcfilters-filtergroup-user-experience-level','s:48:\"sq:Përdoruesit e regjistruar dhe me eksperience\";'),('aln','messages:rcfilters-filtergroup-watchlist','s:23:\"sq:Faqet e mbikëqyrura\";'),('aln','messages:rcfilters-filtergroup-watchlistactivity','s:38:\"sq:Aktiviteti i listës së mbikqyrjes\";'),('aln','messages:rcfilters-filterlist-noresults','s:29:\"sq:Nuk u gjet ndonjë filtër\";'),('aln','messages:rcfilters-filterlist-title','s:10:\"sq:Filtrat\";'),('aln','messages:rcfilters-filterlist-whatsthis','s:12:\"sq:Si punon?\";'),('aln','messages:rcfilters-group-results-by-page','s:32:\"sq:Grupo rezultatet sipas faqës\";'),('aln','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('aln','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('aln','messages:rcfilters-highlightbutton-title','s:20:\"sq:Thekso rezultatet\";'),('aln','messages:rcfilters-highlighted-filters-list','s:15:\"sq:Theksuar: $1\";'),('aln','messages:rcfilters-highlightmenu-help','s:53:\"sq:Zgjedh një ngjyrë për të theksuar këtë tipar\";'),('aln','messages:rcfilters-highlightmenu-title','s:23:\"sq:Zgjedh një ngjërë\";'),('aln','messages:rcfilters-hours-title','s:17:\"sq:Orët e fundit\";'),('aln','messages:rcfilters-invalid-filter','s:25:\"sq:Filtër jo i vlefshëm\";'),('aln','messages:rcfilters-legend-heading','s:40:\"sq:<strong>Lista e shkurtesave:</strong>\";'),('aln','messages:rcfilters-limit-and-date-label','s:44:\"sq:$1 {{PLURAL:$1|ndryshimi|ndryshimet}}, $2\";'),('aln','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('aln','messages:rcfilters-limit-title','s:30:\"sq:Rezultatet për të treguar\";'),('aln','messages:rcfilters-liveupdates-button','s:31:\"sq:Përditësim në kohë reale\";'),('aln','messages:rcfilters-liveupdates-button-title-off','s:33:\"sq:Shfaq ndryshimet teksa ndodhin\";'),('aln','messages:rcfilters-liveupdates-button-title-on','s:22:\"sq:Ndal freskimet live\";'),('aln','messages:rcfilters-noresults-conflict','s:75:\"sq:Nuk u gjetën rezultate sepse kriteret e kërkimit janë kundërthënës\";'),('aln','messages:rcfilters-other-review-tools','s:30:\"sq:Veglat tjera të rishikimit\";'),('aln','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('aln','messages:rcfilters-preference-label','s:34:\"sq:Përdor ndërfaqe jo-JavaScript\";'),('aln','messages:rcfilters-quickfilters','s:20:\"sq:Filtrat e ruajtur\";'),('aln','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('aln','messages:rcfilters-quickfilters-placeholder-title','s:27:\"sq:Asnjë filtër i ruajtur\";'),('aln','messages:rcfilters-restore-default-filters','s:31:\"sq:Kthej filtrat e parazgjedhur\";'),('aln','messages:rcfilters-savedqueries-add-new-title','s:42:\"sq:Ruaj rregullimet e tanishme të filtrit\";'),('aln','messages:rcfilters-savedqueries-already-saved','s:100:\"sq:Këta filtër veç janë ruajtur. Ndrysho konfigurimet për të krijuar një Filtër të Ruajtur.\";'),('aln','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:31:\"sq:Krijo filtrin e parazgjedhur\";'),('aln','messages:rcfilters-savedqueries-apply-label','s:16:\"sq:Krijo filtër\";'),('aln','messages:rcfilters-savedqueries-cancel-label','s:8:\"sq:Anulo\";'),('aln','messages:rcfilters-savedqueries-defaultlabel','s:20:\"sq:Filtrat e ruajtur\";'),('aln','messages:rcfilters-savedqueries-new-name-label','s:7:\"sq:Emri\";'),('aln','messages:rcfilters-savedqueries-new-name-placeholder','s:30:\"sq:Shpjego qëllimin e filtrit\";'),('aln','messages:rcfilters-savedqueries-remove','s:9:\"sq:Fshije\";'),('aln','messages:rcfilters-savedqueries-rename','s:9:\"sq:Riemro\";'),('aln','messages:rcfilters-savedqueries-setdefault','s:27:\"sq:Vendosur si parazgjedhje\";'),('aln','messages:rcfilters-savedqueries-unsetdefault','s:23:\"sq:Hiqe si parazgjedhje\";'),('aln','messages:rcfilters-search-placeholder','s:58:\"sq:Filtro ndryshimet (përdor menynë ose emrin e filtrit)\";'),('aln','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('aln','messages:rcfilters-show-new-changes','s:39:\"sq:Shihni ndryshimet e reja që prej $1\";'),('aln','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('aln','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('aln','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('aln','messages:rcfilters-tag-prefix-namespace-inverted','s:26:\"sq:<strong>:jo</strong> $1\";'),('aln','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('aln','messages:rcfilters-tag-remove','s:11:\"sq:Hiq \'$1\'\";'),('aln','messages:rcfilters-target-page-placeholder','s:41:\"sq:Shto një emër faqeje (ose kategorie)\";'),('aln','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('aln','messages:rcfilters-view-namespaces-tooltip','s:38:\"sq:Filtro rezultatet sipas hapësirës\";'),('aln','messages:rcfilters-view-return-to-default-tooltip','s:39:\"sq:Kthehu te menyja kryesore e filtrave\";'),('aln','messages:rcfilters-view-tags','s:26:\"sq:Redaktimet e etiketuara\";'),('aln','messages:rcfilters-view-tags-help-icon-tooltip','s:47:\"sq:Mëso më shumë për redaktimet me etiketë\";'),('aln','messages:rcfilters-view-tags-tooltip','s:57:\"sq:Filtro rezultatet duke përdorur etiketat e redaktimit\";'),('aln','messages:rcfilters-watchlist-edit-watchlist-button','s:51:\"sq:Redakto listën tuaj të faqeve të mbikëqyrura\";'),('aln','messages:rcfilters-watchlist-markseen-button','s:43:\"sq:Shenjo të gjitha ndryshimet si të para\";'),('aln','messages:rcfilters-watchlist-preference-help','s:76:\"sq:Ngarkon Listë vëzhgimesh pa funksione filtrimi kërkimesh apo theksimi.\";'),('aln','messages:rcfilters-watchlist-preference-label','s:34:\"sq:Përdor ndërfaqe jo-JavaScript\";'),('aln','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('aln','messages:rclinks','s:40:\"aln:Trego $1 ndryshime gjatë $2 ditëve\";'),('aln','messages:rclistfrom','s:49:\"aln:Trego ndryshimet e reja tue fillue prej $3 $2\";'),('aln','messages:rclistfromreset','s:31:\"sq:Anulo përzgjedhjen e datës\";'),('aln','messages:rcnotefrom','s:129:\"sq:Më poshtë {{PLURAL:$5|gjendet ndryshimi|gjenden ndryshimet}} që nga <strong>$3, $4</strong> (deri më <strong>$1</strong>).\";'),('aln','messages:rcpatroldisabled','s:56:\"sq:Kontrollimi i ndryshimeve së fundmi është bllokuar\";'),('aln','messages:rcpatroldisabledtext','s:78:\"sq:Kontrollimi i ndryshimeve së fundmi nuk është i mundshëm për momentin.\";'),('aln','messages:rcshowhideanons','s:24:\"aln:$1 përdorues anonim\";'),('aln','messages:rcshowhideanons-hide','s:9:\"sq:Fshihe\";'),('aln','messages:rcshowhideanons-show','s:8:\"sq:Shfaq\";'),('aln','messages:rcshowhidebots','s:16:\"aln:botat në $1\";'),('aln','messages:rcshowhidebots-hide','s:9:\"sq:Fshihe\";'),('aln','messages:rcshowhidebots-show','s:9:\"sq:Shfaqe\";'),('aln','messages:rcshowhidecategorization','s:25:\"sq:$1 kategorizim i faqes\";'),('aln','messages:rcshowhidecategorization-hide','s:8:\"sq:Fshih\";'),('aln','messages:rcshowhidecategorization-show','s:8:\"sq:Shfaq\";'),('aln','messages:rcshowhideliu','s:28:\"aln:$1 përdorues të kyçun\";'),('aln','messages:rcshowhideliu-hide','s:9:\"sq:Fshihe\";'),('aln','messages:rcshowhideliu-show','s:8:\"sq:Shfaq\";'),('aln','messages:rcshowhidemine','s:24:\"aln:$1 redaktimet e mija\";'),('aln','messages:rcshowhidemine-hide','s:9:\"sq:Fshihe\";'),('aln','messages:rcshowhidemine-show','s:8:\"sq:Shfaq\";'),('aln','messages:rcshowhideminor','s:25:\"aln:$1 redaktimet e vogla\";'),('aln','messages:rcshowhideminor-hide','s:9:\"sq:Fshihe\";'),('aln','messages:rcshowhideminor-show','s:8:\"sq:Shfaq\";'),('aln','messages:rcshowhidepatr','s:32:\"aln:$1 redaktime të patrullueme\";'),('aln','messages:rcshowhidepatr-hide','s:8:\"sq:Fshih\";'),('aln','messages:rcshowhidepatr-show','s:8:\"sq:Shfaq\";'),('aln','messages:readonly','s:30:\"aln:Databaza âsht e bllokueme\";'),('aln','messages:readonly_lag','s:102:\"aln:Databaza âsht bllokue automatikisht përderisa serverat e mvarun të skinkronizohen me kryesorin.\";'),('aln','messages:readonlytext','s:219:\"aln:Databaza e {{SITENAME}} âsht e bllokueme dhe nuk lejon redaktime, me gjasë për mirëmbajtje rutinore, mbas së cillës do të kthehet në gjendje normale.\n\nAdministruesi, i cilli e ka bllokue dha këtë arsye: $1\";'),('aln','messages:readonlywarning','s:277:\"aln:\'\'\'Kujdes: Baza e të dhânave âsht mshelë për mirëmbajtje, kështuqë tashpërtash nuk keni me mujtë me i ruejtë redaktimet tueja.\'\'\'\nMundeni me kopju dhe ruejtë tekstin në nji skedë për mâ vonë.\n\nAdministruesi që e ka mshelë e ka dhânë këtë shpjegim: $1\";'),('aln','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('aln','messages:recentchanges','s:23:\"aln:Ndryshimet e fundit\";'),('aln','messages:recentchanges-feed-description','s:71:\"aln:Përcjelli ndryshimet mâ të reja të këtij wiki në këtë feed.\";'),('aln','messages:recentchanges-label-bot','s:36:\"sq:Ky redaktim u krye nga një robot\";'),('aln','messages:recentchanges-label-minor','s:36:\"sq:Ky është një redaktim i vogël\";'),('aln','messages:recentchanges-label-newpage','s:39:\"aln:Ky redaktim krijoi një faqe të re\";'),('aln','messages:recentchanges-label-plusminus','s:55:\"sq:Madhësia e faqes ndryshoi me këtë numër bajtësh\";'),('aln','messages:recentchanges-label-unpatrolled','s:42:\"sq:Ky redaktim s’është patrulluar ende\";'),('aln','messages:recentchanges-legend','s:35:\"aln:Opcionet e ndryshimeve të reja\";'),('aln','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('aln','messages:recentchanges-legend-heading','s:29:\"sq:<strong>Legjenda:</strong>\";'),('aln','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('aln','messages:recentchanges-legend-newpage','s:104:\"sq:{{int:recentchanges-label-newpage}} (shiko gjithashtu [[Special:NewPages|listën e faqeve të reja]])\";'),('aln','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('aln','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('aln','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('aln','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('aln','messages:recentchanges-noresult','s:82:\"sq:Gjatë periudhës së dhënë, s’ka ndryshime që plotësojnë këto kritere.\";'),('aln','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('aln','messages:recentchanges-page-added-to-category','s:30:\"sq:[[:$1]] shtuar në kategori\";'),('aln','messages:recentchanges-page-added-to-category-bundled','s:98:\"sq:[[:$1]] shtoj te kategoritë, [[Special:WhatLinksHere/$1|kjo faqe përfshihet në faqet tjera]]\";'),('aln','messages:recentchanges-page-removed-from-category','s:30:\"sq:[[:$1]] u hoq nga kategoria\";'),('aln','messages:recentchanges-page-removed-from-category-bundled','s:101:\"sq:[[:$1]] u hoq nga kategoria, [[Special:WhatLinksHere/$1|kjo faqe përfshihet brenda faqeve tjera]]\";'),('aln','messages:recentchanges-submit','s:8:\"sq:Shfaq\";'),('aln','messages:recentchanges-summary','s:45:\"aln:Ndiqni ndryshime së fundmi tek kjo faqe.\";'),('aln','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('aln','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('aln','messages:recentchangescount','s:36:\"aln:Numri i redaktimeve me u tregue:\";'),('aln','messages:recentchangesdays','s:63:\"aln:Numri i ditëve për me i tregue te ndryshimet e freskëta:\";'),('aln','messages:recentchangesdays-max','s:43:\"aln:(maksimum $1 {{PLURAL:$1|ditë|ditë}})\";'),('aln','messages:recentchangeslinked','s:29:\"aln:Ndryshimet e ndërlidhuna\";'),('aln','messages:recentchangeslinked-feed','s:21:\"aln:Ndryshimet fqinje\";'),('aln','messages:recentchangeslinked-page','s:17:\"aln:Emni i faqes:\";'),('aln','messages:recentchangeslinked-summary','s:226:\"aln:Kjo âsht nji listë e ndryshimeve të fundit në faqe që lidhen në artikullin e dhânë (apo që janë në kategorinë e dhânë).\nFaqet në [[Special:Watchlist|listën tuej të mbikëqyrjes]] janë \'\'\'të theksueme\'\'\'.\";'),('aln','messages:recentchangeslinked-title','s:33:\"aln:Ndryshimet në lidhje me \"$1\"\";'),('aln','messages:recentchangeslinked-to','s:57:\"aln:Trego ndryshimet në faqet që lidhen në këtë faqe\";'),('aln','messages:recentchangeslinked-toolbox','s:21:\"aln:Ndryshimet fqinje\";'),('aln','messages:recentchangestext','s:4:\"en:-\";'),('aln','messages:recreate','s:10:\"sq:Rikrijo\";'),('aln','messages:recreate-moveddeleted-warn','s:193:\"aln:\'\'\'Veni re: Jeni tue rikrijue nji faqe, e cila âsht fshi mâ herët.\'\'\'\n\nMendohuni nëse âsht e udhës me vazhdue me këtë veprim.\nRegjistrin e fshimjes dhe zhvendosjes e keni në vijim:\";'),('aln','messages:red-link-title','s:27:\"aln:$1 (faqja nuk ekziston)\";'),('aln','messages:redirect','s:64:\"sq:Ridrejtim sipas kartele, përdoruesi, faqeje ose ID regjistri\";'),('aln','messages:redirect-file','s:17:\"sq:Emri i skedës\";'),('aln','messages:redirect-logid','s:18:\"sq:ID e regjistrit\";'),('aln','messages:redirect-lookup','s:10:\"sq:Kërko:\";'),('aln','messages:redirect-not-exists','s:19:\"sq:Vlera nuk u gjet\";'),('aln','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('aln','messages:redirect-page','s:16:\"sq:ID-ja e faqes\";'),('aln','messages:redirect-revision','s:19:\"sq:Versioni i faqes\";'),('aln','messages:redirect-submit','s:7:\"sq:Shko\";'),('aln','messages:redirect-summary','s:488:\"sq:Kjo faqe speciale ju ridrejton te një kartelë (në u dhëntë një emër kartele), një faqe (në u dhëntë një ID rishikimi ose një ID faqeje), një faqe përdoruesi (në u dhëntë një ID numerike përdoruesi), ose një zë regjistri (në u dhëntë ID regjistri). Përdorimi: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('aln','messages:redirect-text','s:3:\"en:\";'),('aln','messages:redirect-user','s:20:\"sq:ID e përdoruesit\";'),('aln','messages:redirect-value','s:9:\"sq:Vlera:\";'),('aln','messages:redirectedfrom','s:24:\"aln:(Përcjellë nga $1)\";'),('aln','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('aln','messages:redirectpagesub','s:22:\"aln:Faqe përcjellëse\";'),('aln','messages:redirectto','s:16:\"sq:Ridrejto tek:\";'),('aln','messages:removecredentials','s:19:\"sq:Hiq kredencialet\";'),('aln','messages:removecredentials-invalidsubpage','s:49:\"sq:$1 nuk është tip i vlefshëm i kredencialit.\";'),('aln','messages:removecredentials-submit','s:19:\"sq:Hiq kredencialet\";'),('aln','messages:removecredentials-success','s:38:\"sq:Kredencialet tuaja kanë ndryshuar.\";'),('aln','messages:removedwatchtext','s:85:\"aln:Faqja \"[[:$1]]\" âsht hjekë prej [[Special:Watchlist|listës së mbikëqyrjes]].\";'),('aln','messages:removedwatchtext-short','s:56:\"sq:Faqja \"$1\" janë hequr nga lista juaj e mbikëqyrjes.\";'),('aln','messages:removedwatchtext-talk','s:107:\"sq:\"[[:$1]]\" dhe faqja e saj e ndërlidhur janë hequr nga [[Special:Watchlist|lista juaj e mbikëqyrjes]].\";'),('aln','messages:removewatch','s:30:\"sq:Largo nga lista mbikqyrëse\";'),('aln','messages:resetpass-abort-generic','s:55:\"sq:Ndryshimi i fjalëkalimi  dështoi nga një zgjerim.\";'),('aln','messages:resetpass-expired','s:89:\"sq:Fjalëkalimin tuaj ka skaduar. Ju lutem vendosni një fjalëkalim të ri për të hyr.\";'),('aln','messages:resetpass-expired-soft','s:190:\"sq:Fjalëkalimi juaj ka skaduar dhe duhet të ndryshohet. Ju lutem zgjidhni një fjalëkalim të ri tani, ose klikoni \"{{int:authprovider-resetpass-skip-label}}\" për ta ndryshoni më vonë.\";'),('aln','messages:resetpass-no-info','s:69:\"aln:Duheni me qenë të kyçun për me iu qasë kësaj faqeje direkt.\";'),('aln','messages:resetpass-recycled','s:91:\"sq:Ju lutemi të vendosni një fjalëkalim të ri të ndryshëm nga ai që keni hëpërhë.\";'),('aln','messages:resetpass-submit-cancel','s:11:\"aln:Harroji\";'),('aln','messages:resetpass-submit-loggedin','s:25:\"aln:Ndrysho fjalëkalimin\";'),('aln','messages:resetpass-temp-emailed','s:159:\"sq:Ju keni hyrë në me një koditë përkohshme të dërguar me email .\nPër të përfundojë logging in, ju duhet të vendosni një fjalëkalim të ri këtu:\";'),('aln','messages:resetpass-temp-password','s:32:\"aln:Fjalëkalimi i përkohshëm:\";'),('aln','messages:resetpass-validity','s:115:\"sq:Fjalëkalimi juaj s’është i vlefshëm: $1\n\nJu lutemi, që të bëni hyrjen, caktoni një fjalëkalim të ri.\";'),('aln','messages:resetpass-validity-soft','s:184:\"sq:Fjalëkalimi juaj s’është i vlefshëm: $1\n\nJu lutemi, zgjidhni një fjalëkalim të ri tani, ose klikoni \"{{int:authprovider-resetpass-skip-label}}\" për ta ndryshuar më vonë.\";'),('aln','messages:resetpass-wrong-oldpass','s:162:\"aln:Fjalëkalimi i përkohshëm apo ai aktual invalid.\nNdoshta tashmâ e keni ndryshue fjalëkalimin me sukses, apo keni kërkue nji fjalëkalim të përkohshëm.\";'),('aln','messages:resetpass_announce','s:126:\"aln:Jeni kyçë me nji kod të përkohshëm të dërguem me email.\nPër me krye kyçjen, specifikoni fjalëkalimin e ri këtu:\";'),('aln','messages:resetpass_forbidden','s:42:\"aln:Fjalëkalimet nuk mujnë me u ndryshue\";'),('aln','messages:resetpass_forbidden-reason','s:43:\"sq:Nuk mund të ndërrohet fjalëkalimi: $1\";'),('aln','messages:resetpass_header','s:25:\"aln:Ndrysho fjalëkalimin\";'),('aln','messages:resetpass_submit','s:34:\"aln:Vendos fjalëkalimin dhe kyçu\";'),('aln','messages:resetpass_text','s:29:\"aln:<!-- Shto tekst këtu -->\";'),('aln','messages:resettokens','s:18:\"sq:Rivendos tokens\";'),('aln','messages:resettokens-done','s:23:\"sq:Tokenët u resetuan.\";'),('aln','messages:resettokens-no-tokens','s:35:\"sq:Nuk ka tokena për të resetuar.\";'),('aln','messages:resettokens-resetbutton','s:29:\"sq:Reseto tokenët e zgjedhur\";'),('aln','messages:resettokens-summary','s:3:\"en:\";'),('aln','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('aln','messages:resettokens-token-label','s:25:\"sq:$1 (vlera aktuale: $2)\";'),('aln','messages:resettokens-tokens','s:12:\"sq:Tokenët:\";'),('aln','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('aln','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('aln','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('aln','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('aln','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('aln','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('aln','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('aln','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('aln','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('aln','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('aln','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('aln','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('aln','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('aln','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('aln','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('aln','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('aln','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('aln','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('aln','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('aln','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('aln','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('aln','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('aln','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('aln','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('aln','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('aln','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('aln','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('aln','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('aln','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('aln','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('aln','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('aln','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('aln','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('aln','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('aln','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('aln','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('aln','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('aln','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('aln','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('aln','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('aln','messages:restore-count-files','s:34:\"sq:{{PLURAL:$1|1 skedë|$1 skeda}}\";'),('aln','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('aln','messages:restorelink','s:64:\"aln:{{PLURAL:$1|nji redaktim i fshimë|$1 redaktime të fshime}}\";'),('aln','messages:restoreprefs','s:41:\"aln:Kthe tâna përcaktimet si në fillim\";'),('aln','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('aln','messages:restricted-displaytitle-ignored','s:42:\"sq:Faqet me tituj të shfaqur të injoruar\";'),('aln','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('aln','messages:restriction-blank','s:3:\"en:\";'),('aln','messages:restriction-create','s:8:\"sq:Krijo\";'),('aln','messages:restriction-edit','s:12:\"sq:Redaktimi\";'),('aln','messages:restriction-level','s:14:\"aln:Mbrojtjet:\";'),('aln','messages:restriction-level-all','s:13:\"sq:çdo nivel\";'),('aln','messages:restriction-level-autoconfirmed','s:19:\"sq:gjysëm mbrojtje\";'),('aln','messages:restriction-level-sysop','s:20:\"sq:mbrojtje e plotë\";'),('aln','messages:restriction-move','s:13:\"sq:Zhvendosja\";'),('aln','messages:restriction-type','s:10:\"aln:Lejet:\";'),('aln','messages:restriction-upload','s:9:\"sq:Ngarko\";'),('aln','messages:restrictionsfield-badip','s:44:\"sq:Adresë ose varg IP-je e parregulltë: $1\";'),('aln','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('aln','messages:restrictionsfield-label','s:27:\"sq:Vargu i lejuar i IP-së:\";'),('aln','messages:retrievedfrom','s:19:\"aln:Marrë nga \"$1\"\";'),('aln','messages:returnto','s:17:\"aln:Kthehu te $1.\";'),('aln','messages:retypenew','s:33:\"aln:Fjalëkalimi i ri përsëdyti\";'),('aln','messages:reuploaddesc','s:35:\"sq:Kthehu tek formulari i dhënies.\";'),('aln','messages:rev-deleted-comment','s:21:\"aln:(kometi u largua)\";'),('aln','messages:rev-deleted-diff-view','s:209:\"sq:Një nga versionet e këtij ndryshimi është \'\'\'grisur\'\'\'.\nJu mund ta shikoni këtë ndryshim; detajet mund të gjenden te [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} regjistri i grisjeve].\";'),('aln','messages:rev-deleted-event','s:42:\"aln:(veprimi në regjistër është hequr)\";'),('aln','messages:rev-deleted-no-diff','s:195:\"sq:Ju nuk mund ta shikoni këtë ndryshim sepse një nga versionet është \'\'\'fshirë\'\'\'.\nDetajet mund të gjenden tek [{{fullurl:{{#Special:Log}}/delete={{FULLPAGENAME}}}} regjistri i grisjeve].\";'),('aln','messages:rev-deleted-text-permission','s:209:\"aln:Ky version i faqes është shlyer nga arkivi publik i faqes.\nShiko tek [{{fullurl:{{#Special:Log}}/suppress|page=$1}} regjistri i grisjeve], ndoshta gjendet atje më shumë informacion rreth kësaj faqeje.\";'),('aln','messages:rev-deleted-text-unhide','s:224:\"sq:Ky version i faqes është \'\'\'grisur\'\'\'.\nDetajet mund të gjenden tek [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAME}}}} regjistri i grisjeve].\nJu akoma mund ta [$1 shikoni këtë version] nëse doni të vazhdoni.\";'),('aln','messages:rev-deleted-text-view','s:253:\"aln:Ky version i faqes është shlyer nga arkivi publik i faqes. Ju si Administrator mund ta shikoni akoma këtë.\nShiko tek [{{fullurl:{{#Special:Log}}/suppress|page=$1}} regjistri i grisjeve], ndoshta gjenden atje më shumë informacione rreth kësaj.\";'),('aln','messages:rev-deleted-unhide-diff','s:243:\"sq:Një nga versionet e këtij ndryshimi është \'\'\'grisur\'\'\'.\nDetajet mund të gjenden tek [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAME}}}} regjistri i grisjeve].\nJu akoma mund ta [$1 shikoni këtë version] nëse doni të vazhdoni.\";'),('aln','messages:rev-deleted-user','s:26:\"aln:(përdoruesi u largua)\";'),('aln','messages:rev-deleted-user-contribs','s:78:\"sq:[Përdoruesi ose adresa IP u hoq - redaktimet e  fshehura nga kontribuesit]\";'),('aln','messages:rev-delundel','s:15:\"aln:trego/mshef\";'),('aln','messages:rev-showdeleted','s:9:\"aln:Trego\";'),('aln','messages:rev-suppressed-diff-view','s:213:\"sq:Një nga versionet e këtij ndryshimi është \'\'\'shtypur\'\'\'.\nJu mund ta shikoni këtë ndryshim; detajet mund të gjenden te [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} regjistri i shtypjeve].\";'),('aln','messages:rev-suppressed-no-diff','s:88:\"sq:Ju nuk mund ta shikoni këtë ndryshim sepse një nga versionet është \'\'\'grisur\'\'\'.\";'),('aln','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('aln','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('aln','messages:rev-suppressed-text-unhide','s:224:\"sq:Ky version i faqes është \'\'\'grisur\'\'\'.\nDetajet mund të gjenden tek [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAME}}}} regjistri i grisjeve].\nJu akoma mund ta [$1 shikoni këtë version] nëse doni të vazhdoni.\";'),('aln','messages:rev-suppressed-text-view','s:164:\"sq:Ky version i faqes është \'\'\'shtypur\'\'\'. \nJu mund ta shikoni; detajet mund të gjenden te [{{fullurl:{{#Special:Log}}/suppress|page=$1}} regjistri i shtypjeve].\";'),('aln','messages:rev-suppressed-unhide-diff','s:247:\"sq:Një nga versionet e këtij ndryshimi është \'\'\'shtypur\'\'\'.\nDetajet mund të gjenden tek [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAME}}}} regjistri i shtypjeve].\nJu akoma mund ta [$1 shikoni këtë version] nëse doni të vazhdoni.\";'),('aln','messages:revdel-restore','s:23:\"aln:ndrro dukshmëninë\";'),('aln','messages:revdelete-concurrent-change','s:189:\"sq:Gabim gjatë modifikimit të artikullit të datës $2, $1: statusi i tij duket të jetë ndryshuar nga dikush tjetër kur ju po provonit ta modifikonit.\nJu lutemi kontrolloni regjistrat.\";'),('aln','messages:revdelete-confirm','s:175:\"sq:Të lutem konfirmo që ky është një veprim i qëllimshëm, që i kupton pasojat dhe që po vepron në përputhje me [[{{MediaWiki:Policy-url}}|rregulloren përkatëse]].\";'),('aln','messages:revdelete-content-hid','s:22:\"sq:përmbajtja u fsheh\";'),('aln','messages:revdelete-content-unhid','s:27:\"sq:përmbajtje jo e fshehur\";'),('aln','messages:revdelete-edit-reasonlist','s:34:\"aln:Arsye grisjeje për redaktimet\";'),('aln','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('aln','messages:revdelete-failure','s:63:\"sq:\' \' \'Dukshmëria e rivizionit nuk mund të përditëohet\"\n$1\";'),('aln','messages:revdelete-hide-comment','s:31:\"aln:fshih komentin e redaktimit\";'),('aln','messages:revdelete-hide-current','s:104:\"sq:Gabim në fshehje të pikës me datë $2, $1: ky është rivizioni i tanishëm. \nNuk mund të fshihet\";'),('aln','messages:revdelete-hide-image','s:30:\"aln:Fshih përmbajtjen skedare\";'),('aln','messages:revdelete-hide-name','s:37:\"aln:Fshihe veprimin dhe shënjestrën\";'),('aln','messages:revdelete-hide-restricted','s:93:\"aln:Këto përkufizme vlejnë edhe për Admintratorët (jo vetëm për përdoruesit \"normal\")\";'),('aln','messages:revdelete-hide-text','s:30:\"aln:Fshihe tekstin e versionit\";'),('aln','messages:revdelete-hide-user','s:39:\"aln:Fshihe emrin/IP-në të redaktuesit\";'),('aln','messages:revdelete-legend','s:38:\"aln:Vendosni kufizimet për versionin:\";'),('aln','messages:revdelete-log','s:12:\"aln:Arsyeja:\";'),('aln','messages:revdelete-modify-missing','s:91:\"sq:Gabim gjatë modifikimit të artikullit ID $1: ai nuk është në bazën e të dhënave!\";'),('aln','messages:revdelete-modify-no-access','s:129:\"sq:Gabim gjatë modifikimit të artikullit të datës $2, $1: ky artikull ka qenë i shënuar si \"i kufizuar\".\nJu nuk keni akses.\";'),('aln','messages:revdelete-no-change','s:90:\"sq:\'\'\'Kujdes:\'\'\' artikulli i datës $2, $1 e ka kërkesën e parametrit të dukshmërisë.\";'),('aln','messages:revdelete-no-file','s:33:\"aln:Skeda e dhënë nuk ekziston.\";'),('aln','messages:revdelete-nooldid-text','s:153:\"aln:Ose nuk keni përcaktuar një version(e) të dëshiruar për veprimin, ose versioni nuk ekziston, ose po mundoheni të fshihni versionin e tanishëm.\";'),('aln','messages:revdelete-nooldid-title','s:38:\"aln:Version i dëshiruar i pavfleshëm\";'),('aln','messages:revdelete-offender','s:21:\"sq:Versioni i autorit\";'),('aln','messages:revdelete-only-restricted','s:188:\"sq:Gabim gjatë fshehjes së artikullit të datës $2, $1: ju nuk mund të fshihni artikuj nga pamja e administratorëve pa zgjedhur gjithashtu një nga opsionet e tjera të dukshmërisë.\";'),('aln','messages:revdelete-otherreason','s:28:\"sq:Arsye tjetër/më shumë:\";'),('aln','messages:revdelete-radio-same','s:18:\"sq:(Mos ndryshoni)\";'),('aln','messages:revdelete-radio-set','s:10:\"sq:Fshehur\";'),('aln','messages:revdelete-radio-unset','s:11:\"sq:Dukshëm\";'),('aln','messages:revdelete-reason-dropdown','s:176:\"sq:* Arsye të zakonshme fshirjeje\n** Shkelje të drejtash kopjimi\n** Koment i papërshtatshëm\n** Emër i papërshtatshëm i përdoruesit\n** Të dhëna potencialisht shpifëse\";'),('aln','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('aln','messages:revdelete-reasonotherlist','s:16:\"sq:Arsye tjetër\";'),('aln','messages:revdelete-restricted','s:44:\"aln:u vendosën kufizime për administruesit\";'),('aln','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('aln','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('aln','messages:revdelete-show-file-confirm','s:117:\"sq:Jeni i/e sigurt se dëshironi të shikoni një version të grisur të skedës \"<nowiki>$1</nowiki>\" nga $2 tek $3?\";'),('aln','messages:revdelete-show-file-submit','s:5:\"sq:Po\";'),('aln','messages:revdelete-show-no-access','s:126:\"sq:Gabim gjatë shfaqjes së artikullit të datës $2, $1: ky artikull ka qenë i shënuar si \"i kufizuar\".\nJu nuk keni akses.\";'),('aln','messages:revdelete-submit','s:35:\"aln:Apliko te versionet e zgjedhura\";'),('aln','messages:revdelete-success','s:54:\"aln:\'\'\'Dukshmëria e versioneve u vendos me sukses.\'\'\'\";'),('aln','messages:revdelete-summary-hid','s:36:\"sq:përmbledhja e redaktimit u fsheh\";'),('aln','messages:revdelete-summary-unhid','s:41:\"sq:redaktimi i përmbledhjes jo i fshehur\";'),('aln','messages:revdelete-suppress','s:55:\"aln:Ndalo të dhëna nga administrues si dhe të tjerë\";'),('aln','messages:revdelete-suppress-text','s:256:\"sq:Shuarja duhet të përdoret <strong>vetëm</strong> për rastet e mëposhtme: \n* informacion potencialisht shpifës \n* informacion i papërshtatshëm personal \n*: <em>adresat e shtëpisë dhe numrat e telefonit, numrat e sigurimeve shoqërore, etj.</em>\";'),('aln','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('aln','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('aln','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('aln','messages:revdelete-uname-hid','s:32:\"sq:emri i përdoruesit i fshehur\";'),('aln','messages:revdelete-uname-unhid','s:35:\"sq:emri i përdoruesit jo i fshehur\";'),('aln','messages:revdelete-unrestricted','s:42:\"aln:u hoqën kufizimet për administruesit\";'),('aln','messages:revdelete-unsuppress','s:45:\"aln:Hiq kufizimet nga versionet e restauruara\";'),('aln','messages:reverted','s:36:\"sq:Kthehu tek një version i vjetër\";'),('aln','messages:revertmerge','s:10:\"aln:Çkape\";'),('aln','messages:revertmove','s:17:\"aln:kthe mbrapsht\";'),('aln','messages:revertpage','s:162:\"sq:Ndryshimet e [[Special:Contributions/$2|$2]] ([[User talk:$2|diskutimet]]) u kthyen mbrapsht, artikulli tani ndodhet në versionin e fundit nga [[User:$1|$1]].\";'),('aln','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('aln','messages:revertpage-nouser','s:110:\"sq:U rikthyen redaktimet nga një përdorues i fshehur në versionin e fundit nga {{GENDER:$1|[[User:$1|$1]]}}\";'),('aln','messages:revid','s:14:\"sq:versioni $1\";'),('aln','messages:revision-info','s:25:\"aln:Versioni me $1 nga $2\";'),('aln','messages:revision-info-current','s:4:\"en:-\";'),('aln','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('aln','messages:revisionasof','s:24:\"aln:Versioni i datës $1\";'),('aln','messages:revisiondelete','s:24:\"aln:Fshij/kthe verzionet\";'),('aln','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('aln','messages:right-apihighlimits','s:51:\"sq:Vendosni kufijtë më të lartë në pyetjet API\";'),('aln','messages:right-applychangetags','s:58:\"sq:Aplikoni [[Special:Tags|tags]] së bashku me ndryshimet\";'),('aln','messages:right-autoconfirmed','s:39:\"aln:Redakto faqet gjysmë të mbrojtura\";'),('aln','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('aln','messages:right-autopatrol','s:57:\"sq:A e vet redaktimet e shënuar automatikisht patrulluar\";'),('aln','messages:right-bigdelete','s:35:\"aln:Gris faqet me histori të gjata\";'),('aln','messages:right-block','s:42:\"aln:Blloko përdoruesit tjerë nga editimi\";'),('aln','messages:right-blockemail','s:64:\"aln:Blloko përdoruesin që të mos dërgojë postë elektronike\";'),('aln','messages:right-bot','s:37:\"aln:Trajtohu si një proces automatik\";'),('aln','messages:right-browsearchive','s:27:\"aln:Kërko faqe të grisura\";'),('aln','messages:right-changetags','s:127:\"sq:Shtoni dhe të largoni në mënyrë arbitrare [[Special:Tags|tags]] në rishikimet individuale dhe regjistrimet e historikut\";'),('aln','messages:right-createaccount','s:22:\"aln:Hap llogari të re\";'),('aln','messages:right-createpage','s:43:\"aln:Hap faqe (që nuk janë faqe diskutimi)\";'),('aln','messages:right-createtalk','s:21:\"aln:Hap faqe bisedimi\";'),('aln','messages:right-delete','s:14:\"aln:Gris faqet\";'),('aln','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('aln','messages:right-deletechangetags','s:47:\"sq:Fshij [[Special:Tags|etiketat]] nga databaza\";'),('aln','messages:right-deletedhistory','s:78:\"sq:Shiko shënimet e grisura të historikut, pa tekstet e tyre të shoqëruara\";'),('aln','messages:right-deletedtext','s:74:\"sq:Shiko tekstin dhe ndryshimet e grisura ndërmjet versioneve të grisura\";'),('aln','messages:right-deletelogentry','s:61:\"sq:Fshij dhe mos i fshij shënimet në regjistrat e veçantë\";'),('aln','messages:right-deleterevision','s:54:\"aln:Grisi dhe riktheji revizionet specifike të faqeve\";'),('aln','messages:right-edit','s:17:\"aln:Redakto faqet\";'),('aln','messages:right-editcontentmodel','s:49:\"sq:Redakto modelin e përmbajtjes së një faqeje\";'),('aln','messages:right-editinterface','s:37:\"aln:Ndrysho parapamjen e përdoruesit\";'),('aln','messages:right-editmyoptions','s:30:\"sq:Redakto parapëlqimet e tua\";'),('aln','messages:right-editmyprivateinfo','s:80:\"sq:Ndrysho të dhënat tuaja private (p.sh. adresa e email-it, emri i vërtetë)\";'),('aln','messages:right-editmyusercss','s:46:\"sq:Redakto CSS - skedat e tua të përdoruesit\";'),('aln','messages:right-editmyuserjs','s:53:\"sq:Redakto JavaScript - skedat e tua të përdoruesit\";'),('aln','messages:right-editmyuserjson','s:48:\"aln:Redakto JSON - skedat e tua të përdoruesit\";'),('aln','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('aln','messages:right-editmywatchlist','s:145:\"sq:Të përpunojë listën tuaj të vëzhgimeve (kini parasysh se disa veprime prapë do të shtojnë faqe, edhe pa zotëruar këtë të drejtë)\";'),('aln','messages:right-editprotected','s:54:\"aln:Redakto faqet e mbrojtura (pa ndryshuar mbrojtjen)\";'),('aln','messages:right-editsemiprotected','s:70:\"sq:Redakto faqet e mbrojtura, si \"{{int:protect-level-autoconfirmed}}\"\";'),('aln','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('aln','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('aln','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('aln','messages:right-editusercss','s:46:\"aln:Redakto skedat CSS të përdoruesve tjerë\";'),('aln','messages:right-edituserjs','s:45:\"aln:Redakto skedat JS të përdoruesve tjerë\";'),('aln','messages:right-edituserjson','s:47:\"aln:Redakto skedat JSON të përdoruesve tjerë\";'),('aln','messages:right-hideuser','s:47:\"aln:Blloko përdorues, duke fshehur nga publiku\";'),('aln','messages:right-import','s:31:\"aln:Importo faqe nga wiki tjera\";'),('aln','messages:right-importupload','s:39:\"sq:Importo faqet nga një ngarkim skede\";'),('aln','messages:right-ipblock-exempt','s:71:\"sq:Anashkalo bllokimet e IP-ve, auto-bllokimet dhe linjën e bllokimeve\";'),('aln','messages:right-managechangetags','s:55:\"sq:Krijoni dhe ç\'(aktivizoni) [[Special:Tags|etiketa]]\";'),('aln','messages:right-markbotedits','s:42:\"sq:Shëno rikthimet si redaktime robotësh\";'),('aln','messages:right-mergehistory','s:30:\"aln:Bashko historinë e faqeve\";'),('aln','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('aln','messages:right-minoredit','s:34:\"aln:Shëno redaktimet si të vogla\";'),('aln','messages:right-move','s:16:\"aln:Lëviz faqet\";'),('aln','messages:right-move-categorypages','s:24:\"sq:Lëviz faqet kategori\";'),('aln','messages:right-move-rootuserpages','s:42:\"sq:Lëviz burimin e faqes së përdoruesit\";'),('aln','messages:right-move-subpages','s:36:\"aln:Lëviz faqet me nënfaqet e tyre\";'),('aln','messages:right-movefile','s:20:\"aln:Lëviz skedarët\";'),('aln','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('aln','messages:right-nominornewtalk','s:97:\"sq:Nuk kanë redaktimet e vogla për faqet e diskutimit të shkaktuar mesazhe të reja e shpejtë\";'),('aln','messages:right-noratelimit','s:42:\"aln:Mos u prek nga kufizimet e vlerësimit\";'),('aln','messages:right-override-export-depth','s:75:\"sq:Eksoprto faqet duke përfshirë e lidhura deri në një thellësi prej 5\";'),('aln','messages:right-pagelang','s:27:\"sq:Ndrysho gjuhën e faqës\";'),('aln','messages:right-patrol','s:49:\"sq:Shëno redaktimin e tjerëve si të patrulluar\";'),('aln','messages:right-patrolmarks','s:54:\"sq:Shiko shënimet patrulluese tek ndryshimet e fundit\";'),('aln','messages:right-protect','s:59:\"aln:Ndrysho nivelin mbrojtës dhe redakto faqet e mbrojtura\";'),('aln','messages:right-purge','s:43:\"sq:Të spastrojë fshehtinën e një faqeje\";'),('aln','messages:right-read','s:13:\"aln:Lexo faqe\";'),('aln','messages:right-reupload','s:31:\"aln:Ringarko skedën ekzistuese\";'),('aln','messages:right-reupload-own','s:50:\"aln:Ringarko skedën ekzistuese të ngarkuar vetë\";'),('aln','messages:right-reupload-shared','s:72:\"sq:Mos pranoni skeda në media magazinën e përbashkët në nivel lokal\";'),('aln','messages:right-rollback','s:54:\"sq:Rikthen shpejt redaktimet  e pedaktuesit të fundit\";'),('aln','messages:right-sendemail','s:42:\"sq:Dërgo e-mail tek përdoruesit e tjerë\";'),('aln','messages:right-siteadmin','s:38:\"sq:Mbyll ose hap bazën e të dhënave\";'),('aln','messages:right-suppressionlog','s:23:\"sq:Shiko hyrjet private\";'),('aln','messages:right-suppressredirect','s:66:\"aln:Mos krijo zhvendosje nga emri i vjetër kur lëvizë një faqe\";'),('aln','messages:right-suppressrevision','s:80:\"sq:Shiko, fshih dhe çfshih versionit specifike të faqeve nga cilido përdorues\";'),('aln','messages:right-unblockself','s:17:\"sq:Zhblloko veten\";'),('aln','messages:right-undelete','s:16:\"aln:Rikthe faqen\";'),('aln','messages:right-unwatchedpages','s:44:\"aln:Shiko listën e faqeve të pa vëzhguara\";'),('aln','messages:right-upload','s:19:\"aln:Ngarko skedarë\";'),('aln','messages:right-upload_by_url','s:33:\"aln:Ngarko skedë nga ndonjë URL\";'),('aln','messages:right-userrights','s:49:\"aln:Redakto të gjitha të drejtat e përdoruesit\";'),('aln','messages:right-userrights-interwiki','s:56:\"sq:Ndrysho të drejtat e përdoruesve në wiki të tjera\";'),('aln','messages:right-viewmyprivateinfo','s:78:\"sq:Shiko të dhënat tuaja private (p.sh. adresa e email-it, emri i vërtetë)\";'),('aln','messages:right-viewmywatchlist','s:33:\"sq:Shfaq listën time mbikqyrëse\";'),('aln','messages:right-viewsuppressed','s:58:\"sq:Shiko versionet e fshehura nga të gjithë përdoruesit\";'),('aln','messages:right-writeapi','s:34:\"sq:Përdorim i API-t për shkrimie\";'),('aln','messages:rightslog','s:39:\"aln:Regjsitri i tagrit të përdoruesve\";'),('aln','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('aln','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('aln','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('aln','messages:rightslogtext','s:74:\"aln:Ky është një regjistër për ndryshimet e titujve të përdoruesve.\";'),('aln','messages:rightsnone','s:12:\"aln:(asgjë)\";'),('aln','messages:rollback','s:30:\"sq:Riktheji mbrapsh redaktimet\";'),('aln','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('aln','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('aln','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('aln','messages:rollback-missingparam','s:51:\"sq:Mungojnë parametrat e kërkuara mbi kërkesën.\";'),('aln','messages:rollback-missingrevision','s:52:\"sq:E pamundur të ngarkohen të dhënat e versionit.\";'),('aln','messages:rollback-success','s:103:\"sq:U kthyen mbrapsht redaktimet e {{GENDER:$3|$1}}; \nu kthye te versioni i fundit nga {{GENDER:$4|$2}}.\";'),('aln','messages:rollbackfailed','s:20:\"sq:Rikthimi dështoi\";'),('aln','messages:rollbacklink','s:17:\"aln:kthe mbrapsht\";'),('aln','messages:rollbacklinkcount','s:45:\"sq:rikthe $1 {{PLURAL:$1|ndryshim|ndryshime}}\";'),('aln','messages:rollbacklinkcount-morethan','s:58:\"sq:riktheni më tepër $1 {{PLURAL:$1|ndryshim|ndryshime}}\";'),('aln','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('aln','messages:sat','s:7:\"aln:Sht\";'),('aln','messages:saturday','s:12:\"aln:E shtune\";'),('aln','messages:saturday-at','s:22:\"sq:Të shtunën në $1\";'),('aln','messages:savearticle','s:19:\"aln:Regjistro faqen\";'),('aln','messages:savearticle-start','s:16:\"sq:Ruaj faqen...\";'),('aln','messages:savechanges','s:18:\"sq:Ruaj ndryshimet\";'),('aln','messages:savechanges-start','s:18:\"sq:Ruaj ndryshimet\";'),('aln','messages:savedprefs','s:38:\"aln:Parapëlqimet tueja janë ruejtë.\";'),('aln','messages:savedrights','s:60:\"sq:Grupet e përdoruesit të {{GENDER:$1|$1}} janë ruajtur.\";'),('aln','messages:savefile','s:15:\"sq:Ruaj skedën\";'),('aln','messages:saveprefs','s:13:\"aln:Regjistro\";'),('aln','messages:saveusergroups','s:30:\"aln:Ruaj Grupin e Përdoruesve\";'),('aln','messages:scarytranscludedisabled','s:45:\"sq:[Lidhja Interwiki nuk është i mundshëm]\";'),('aln','messages:scarytranscludefailed','s:36:\"sq:[Gjetja e stampes deshtoi per $1]\";'),('aln','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('aln','messages:scarytranscludetoolong','s:35:\"sq:[Adresa URL eshte teper e gjate]\";'),('aln','messages:search','s:7:\"aln:Lyp\";'),('aln','messages:search-category','s:17:\"sq:(kategoria $1)\";'),('aln','messages:search-error','s:45:\"sq:Ka ndodhë një gabim gjatë kërkimit: $1\";'),('aln','messages:search-external','s:19:\"aln:Kërkim jashtë\";'),('aln','messages:search-file-match','s:42:\"sq:(përputhet me përmbajtjen e skedarit)\";'),('aln','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('aln','messages:search-filter-title-prefix-reset','s:30:\"sq:Kërko në të gjitha faqet\";'),('aln','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('aln','messages:search-interwiki-custom','s:3:\"en:\";'),('aln','messages:search-interwiki-more','s:16:\"aln:(mâ shumë)\";'),('aln','messages:search-interwiki-more-results','s:23:\"sq:më shumë rezultate\";'),('aln','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('aln','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('aln','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('aln','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('aln','messages:search-nonefound','s:50:\"aln:Nuk ka rezultate që përputhen me kërkesën.\";'),('aln','messages:search-nonefound-thiswiki','s:65:\"sq:Nuk ka rezultate që përputhen me kërkesën në këtë sajt.\";'),('aln','messages:search-redirect','s:20:\"aln:(përcjellje $1)\";'),('aln','messages:search-relatedarticle','s:17:\"aln:Të ngjajshme\";'),('aln','messages:search-result-category-size','s:121:\"sq:{{PLURAL:$1|1 anëtar|$1 anëtarë}} ({{PLURAL:$2|1 nën-kategori|$2 nën-kategori}}, {{PLURAL:$3|1 skedë|$3 skeda}})\";'),('aln','messages:search-result-size','s:41:\"aln:$1 ({{PLURAL:$2|1 fjalë|$2 fjalë}})\";'),('aln','messages:search-rewritten','s:71:\"sq:Duke shfaqur rezultatet për $1. Nuk u gjet asnjë rezultat për $2.\";'),('aln','messages:search-section','s:17:\"aln:(sekcioni $1)\";'),('aln','messages:search-showingresults','s:130:\"sq:{{PLURAL:$4|Rezultati <strong>$1</strong> nga <strong>$3</strong>|Rezultatet <strong>$1 - $2</strong> nga <strong>$3</strong>}}\";'),('aln','messages:search-suggest','s:19:\"aln:Mos menduet: $1\";'),('aln','messages:search-summary','s:3:\"en:\";'),('aln','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('aln','messages:search-warning','s:53:\"sq:Një paralajmërim ka ndodhur gjatë kërkimit: $1\";'),('aln','messages:searchall','s:9:\"aln:tâna\";'),('aln','messages:searcharticle','s:9:\"aln:Çele\";'),('aln','messages:searchbutton','s:8:\"aln:Lype\";'),('aln','messages:searchdisabled','s:174:\"aln:{{SITENAME}} kërkimi âsht deaktivue.\nNdërkohë mundeni me lypë me Google.\nVini re se indeksat e tyne të përmbajtjes së {{SITENAME}} munden me qenë të vjetëruem.\";'),('aln','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('aln','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('aln','messages:searchmenu-exists','s:62:\"aln:\'\'\'Në këtë wiki âsht nji faqe me titullin \"[[:$1]]\"\'\'\'\";'),('aln','messages:searchmenu-new','s:48:\"aln:\'\'\'Krijo faqen \"[[:$1]]\" në këtë wiki!\'\'\'\";'),('aln','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('aln','messages:searchprofile-advanced','s:14:\"aln:Detajshëm\";'),('aln','messages:searchprofile-advanced-tooltip','s:26:\"aln:Kërkimi në hapësina\";'),('aln','messages:searchprofile-articles','s:24:\"aln:Faqet me përmbajtje\";'),('aln','messages:searchprofile-articles-tooltip','s:17:\"aln:Kërko në $1\";'),('aln','messages:searchprofile-everything','s:13:\"aln:Gjithçka\";'),('aln','messages:searchprofile-everything-tooltip','s:64:\"aln:Kërko krejt përmbajtjen (përfshi edhe faqet e diskutimit)\";'),('aln','messages:searchprofile-images','s:14:\"aln:Multimedia\";'),('aln','messages:searchprofile-images-tooltip','s:19:\"aln:Kërko skedarë\";'),('aln','messages:searchrelated','s:17:\"aln:të ngjajshme\";'),('aln','messages:searchresults','s:26:\"aln:Rezultatet e kërkimit\";'),('aln','messages:searchresults-title','s:36:\"aln:Rezultatet e kërkimit për \"$1\"\";'),('aln','messages:searchresultshead','s:12:\"aln:Kërkimi\";'),('aln','messages:searchsuggest-containing','s:16:\"aln:përmban ...\";'),('aln','messages:searchsuggest-search','s:11:\"aln:Kërkim\";'),('aln','messages:seconds','s:39:\"sq:{{PLURAL:$1|$1 sekondë|$1 sekonda}}\";'),('aln','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('aln','messages:seconds-ago','s:44:\"sq:$1 {{PLURAL:$1|sekond|sekonda}} më parë\";'),('aln','messages:sectioneditnotsupported-text','s:98:\"sq:Në këtë faqe nuk mbulohet përpunim seksionesh, ose është çaktivizuar për këtë skenë.\";'),('aln','messages:sectioneditnotsupported-title','s:48:\"sq:Redaktimi i pjesës nuk është i mbështetur\";'),('aln','messages:selfmove','s:69:\"sq:Titulli është po ai;\ns’mund të kalohet një faqe te vetvetja.\";'),('aln','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('aln','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('aln','messages:semiprotectedpagemovewarning','s:191:\"sq:<strong>Shënim:</strong> Kjo faqe është e mbrojtur, që të mund ta përpunojnë vetëm përdorues të vetëkonfirmuar.\nMë poshtë jepet zëri i më i ri i regjistrit, për referencë:\";'),('aln','messages:semiprotectedpagewarning','s:109:\"aln:\'\'\'Shenim:\'\'\' Kjo faqe âsht e mshelun dhe mundet me u redaktue vetëm prej përdoruesve të regjistruem.\";'),('aln','messages:sep','s:7:\"aln:Sht\";'),('aln','messages:september','s:11:\"aln:shtator\";'),('aln','messages:september-gen','s:13:\"aln:shtatorit\";'),('aln','messages:servertime','s:19:\"aln:Ora e serverit:\";'),('aln','messages:session_fail_preview','s:215:\"aln:\'\'\'Na vjen keq! Nuk mujtëm me ruejtë redaktimin tuej për shkak të hupjes së sesionit.\'\'\'\nJu lutemi provoni prap.\nNëse prap nuk funksionon, provoni me u [[Special:UserLogout|çkyçë]] dhe me u kyçë prap.\";'),('aln','messages:session_fail_preview_html','s:407:\"aln:\'\'\'Na vjen keq! Nuk mujtëm me i ruejtë ndryshimet tueja për shkak të hupjes së sesionit.\'\'\'\n\n\'\'Tue qenë se {{SITENAME}} ka të aktivizuem HTML të papërpunuem, parapâmja âsht e msheftë si preventivë kundër sulmeve me JavaScript.\'\'\n\n\'\'\'Nëse kjo ishte redaktim legjitim, ju lutemi provoni prap.\'\'\'\nNëse prap nuk funksionon, provoni me u [[Special:UserLogout|çkyçë]] edhe me u kyçë prap.\";'),('aln','messages:sessionfailure','s:204:\"sq:Ka ndodhur një problem me sesionin tuaj të hyrjes; Për pasojë ky veprim është anuluar, si masë paraprake mbrojtëse ndaj sulmeve të rrëmbimit të sesionit.\nJu lutemi, riparashtroni formularin.\";'),('aln','messages:sessionfailure-title','s:19:\"sq:Dështim sesioni\";'),('aln','messages:sessionmanager-tie','s:66:\"sq:Nuk mund të kombinohen lloje të ndryshme të autentikimit: $1\";'),('aln','messages:sessionprovider-generic','s:13:\"sq:$1 sesione\";'),('aln','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:34:\"sq:sesione të bazuara në biskota\";'),('aln','messages:sessionprovider-nocookies','s:97:\"sq:Biskotat mund të jenë paaftësuar. Sigurohu që keni aktivizuar biskotat dhe filloni prapë.\";'),('aln','messages:shared-repo','s:32:\"sq:një magazinë e përbashkët\";'),('aln','messages:shared-repo-from','s:9:\"sq:nga $1\";'),('aln','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('aln','messages:shareddescriptionfollows','s:4:\"en:-\";'),('aln','messages:sharedupload','s:81:\"aln:Kjo skedë âsht preh $1 dhe ka mundësi që përdoret prej projekteve tjera.\";'),('aln','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('aln','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('aln','messages:sharedupload-desc-here','s:155:\"sq:Kjo skedë është nga $1 dhe mund të përdoret nga projektet e tjera.\nPërshkrimi në [$2 faqen përshkruese të skedës] është treguar më poshtë.\";'),('aln','messages:sharedupload-desc-there','s:152:\"sq:Kjo skedë është nga $1 dhe mund të përdoret nga projektet e tjera.\nJu lutemi shikoni [$2 faqen e përshkrimit] për informacion të mëtejshëm.\";'),('aln','messages:shortpages','s:24:\"sq:Artikuj të shkurtër\";'),('aln','messages:shortpages-summary','s:3:\"en:\";'),('aln','messages:show','s:10:\"aln:kallzo\";'),('aln','messages:show-big-image','s:23:\"aln:Rezolucion i plotë\";'),('aln','messages:show-big-image-other','s:62:\"sq:{{PLURAL:$2|Rezolucion tjetër|Rezolucione të tjera}}: $1.\";'),('aln','messages:show-big-image-preview','s:34:\"sq:Madhësia e këtij shikimi: $1.\";'),('aln','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('aln','messages:show-big-image-size','s:17:\"sq:$1 × $2 pixel\";'),('aln','messages:showdiff','s:20:\"aln:Trego ndryshimet\";'),('aln','messages:showhideselectedlogentries','s:60:\"sq:Paraqit/fshih shënimet e përzgjedhura të regjistruara.\";'),('aln','messages:showhideselectedversions','s:51:\"sq:Ndrysho dukshmërinë e versioneve të zgjedhura\";'),('aln','messages:showingresults','s:107:\"aln:Mâ poshtë {{PLURAL:$1|tregohet \'\'\'1\'\'\' rezultat|tregohen \'\'\'$1\'\'\' rezultate}} që nisin me #\'\'\'$2\'\'\'.\";'),('aln','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('aln','messages:shown-title','s:55:\"aln:Trego $1 {{PLURAL:$1|rezultat|rezultate}} për faqe\";'),('aln','messages:showpreview','s:21:\"aln:Trego parapâmjen\";'),('aln','messages:showtoc','s:9:\"aln:trego\";'),('aln','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('aln','messages:sig-text','s:7:\"en:--$1\";'),('aln','messages:signature','s:61:\"sq:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|diskutimet]])\";'),('aln','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('aln','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('aln','messages:signupend','s:3:\"en:\";'),('aln','messages:signupend-https','s:3:\"en:\";'),('aln','messages:signupstart','s:3:\"en:\";'),('aln','messages:simpleantispam-label','s:56:\"aln:Anti-spam kontrolloni. A\'\'\'\'\'NUK\' plotësoni këtë!\";'),('aln','messages:site-atom-feed','s:16:\"aln:$1 Atom Feed\";'),('aln','messages:site-rss-feed','s:15:\"aln:$1 RSS Feed\";'),('aln','messages:sitecsspreview','s:113:\"sq:<strong>Mos harroni se thjesht po bëni një paraparje të kësaj CSS-je.\nS’është publikuar ende!</strong>\";'),('aln','messages:sitecssprotected','s:104:\"sq:Ju nuk keni leje ta redaktoni këtë faqe CSS sepse ndryshimi mund të prekë të gjithë vizitorët.\";'),('aln','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('aln','messages:sitejsonprotected','s:105:\"sq:Ju nuk keni leje ta redaktoni këtë faqe JSON sepse ndryshimi mund të prekë të gjithë vizitorët.\";'),('aln','messages:sitejspreview','s:122:\"sq:<strong>Mos harroni se thjesht po bëni një paraparje të këtij kodi JavaScript.\nS’është publikuar ende!</strong>\";'),('aln','messages:sitejsprotected','s:111:\"sq:Ju nuk keni leje ta redaktoni këtë faqe JavaScript sepse ndryshimi mund të prekë të gjithë vizitorët.\";'),('aln','messages:sitenotice','s:4:\"en:-\";'),('aln','messages:siterawhtmlprotected','s:158:\"sq:Ju nuk keni të drejtë ta ndryshoni këtë faqe sepse përmban kod në HTML bruto ndryshimi i të cilit mund të sjellë ndryshime për tërë vizitorët.\";'),('aln','messages:sitesubtitle','s:3:\"en:\";'),('aln','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('aln','messages:siteuser','s:33:\"aln:Përdoruesi $1 i {{SITENAME}}\";'),('aln','messages:siteusers','s:55:\"aln:{{SITENAME}} {{PLURAL:$2|përdorues|përdorues}} $1\";'),('aln','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('aln','messages:size-exabytes','s:8:\"en:$1 EB\";'),('aln','messages:size-exapixel','s:8:\"en:$1 EP\";'),('aln','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('aln','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('aln','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('aln','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('aln','messages:size-megabytes','s:8:\"en:$1 MB\";'),('aln','messages:size-megapixel','s:8:\"en:$1 MP\";'),('aln','messages:size-petabytes','s:8:\"en:$1 PB\";'),('aln','messages:size-petapixel','s:8:\"en:$1 PP\";'),('aln','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('aln','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('aln','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('aln','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('aln','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('aln','messages:size-terabytes','s:8:\"en:$1 TB\";'),('aln','messages:size-terapixel','s:8:\"en:$1 TP\";'),('aln','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('aln','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('aln','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('aln','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('aln','messages:skin-action-addsection','s:14:\"aln:Shto temë\";'),('aln','messages:skin-action-delete','s:9:\"aln:Fshij\";'),('aln','messages:skin-action-move','s:12:\"aln:Zhvendos\";'),('aln','messages:skin-action-protect','s:9:\"aln:Mbroj\";'),('aln','messages:skin-action-undelete','s:26:\"aln:Kthe fshimjen mbrapsht\";'),('aln','messages:skin-action-unprotect','s:17:\"aln:Hiq mbrojtjen\";'),('aln','messages:skin-action-viewdeleted','s:13:\"aln:Shiko $1?\";'),('aln','messages:skin-action-viewsource','s:17:\"sq:Shihni burimin\";'),('aln','messages:skin-preview','s:14:\"aln:Parapâmja\";'),('aln','messages:skin-view-create','s:9:\"aln:Krijo\";'),('aln','messages:skin-view-create-local','s:26:\"sq:Shto përshkrimin lokal\";'),('aln','messages:skin-view-edit','s:11:\"aln:Redakto\";'),('aln','messages:skin-view-edit-local','s:31:\"aln:Redakto përshkrimin vendor\";'),('aln','messages:skin-view-foreign','s:16:\"aln:Shiko në $1\";'),('aln','messages:skin-view-history','s:19:\"aln:Shih historinë\";'),('aln','messages:skin-view-view','s:8:\"aln:Lexo\";'),('aln','messages:skinname-minerva','s:10:\"en:Minerva\";'),('aln','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('aln','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('aln','messages:slot-name-main','s:10:\"sq:Kryesor\";'),('aln','messages:softblockrangesreason','s:60:\"sq:Kontributet anonime nuk lejohen nga adresa IP e juaj ($1)\";'),('aln','messages:sorbs','s:8:\"en:DNSBL\";'),('aln','messages:sorbs_create_account_reason','s:148:\"sq:Adresa IP e juaj është radhitur si ndërmjetëse e hapur tek lista DNSBL që përdoret nga {{SITENAME}}. Nuk ju lejohet të hapni një llogari.\";'),('aln','messages:sorbsreason','s:78:\"sq:Adresa IP e juaj është radhitur si ndërmjetëse e hapur tek lista DNSBL.\";'),('aln','messages:sort-ascending','s:21:\"sq:Radhit në ngjitje\";'),('aln','messages:sort-descending','s:21:\"sq:Radhit në zbritje\";'),('aln','messages:sort-initial','s:34:\"sq:Radhit sipas shkronjave nistore\";'),('aln','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('aln','messages:sourcefilename','s:18:\"sq:Emri i skedës:\";'),('aln','messages:sourceurl','s:14:\"sq:Burimi URL:\";'),('aln','messages:sp-contributions-blocked-notice','s:143:\"sq:{{GENDER:$1|Ky përdorues|Kjo përdoruese}} është bllokuar.\nZëri më i ri i regjistrit të bllokimeve jepet më poshtë, për referencë:\";'),('aln','messages:sp-contributions-blocked-notice-anon','s:105:\"sq:Kjo adresë IP është e bllokuar aktualisht.\nBllokimi i funditë është më poshtë për referencë:\";'),('aln','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('aln','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('aln','messages:sp-contributions-blocklog','s:26:\"aln:regjistri i bllokimeve\";'),('aln','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('aln','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('aln','messages:sp-contributions-deleted','s:68:\"sq:kontributet e grisura të {{GENDER:$1|përdoruesit|përdorueses}}\";'),('aln','messages:sp-contributions-explain','s:3:\"en:\";'),('aln','messages:sp-contributions-footer','s:4:\"en:-\";'),('aln','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('aln','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('aln','messages:sp-contributions-hideminor','s:27:\"sq:Fshih redaktimet e vogla\";'),('aln','messages:sp-contributions-logs','s:12:\"sq:regjistra\";'),('aln','messages:sp-contributions-newonly','s:55:\"sq:Trego vetëm redaktimet që janë krijime të faqeve\";'),('aln','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('aln','messages:sp-contributions-search','s:25:\"aln:Kërko te kontributet\";'),('aln','messages:sp-contributions-submit','s:7:\"aln:Lyp\";'),('aln','messages:sp-contributions-suppresslog','s:46:\"sq:u fshehën kontributet e {{GENDER:$1|user}}\";'),('aln','messages:sp-contributions-talk','s:10:\"aln:Bisedo\";'),('aln','messages:sp-contributions-toponly','s:59:\"sq:Shfaq vetëm redaktimet që janë versionet më të reja\";'),('aln','messages:sp-contributions-uploads','s:12:\"sq:ngarkimet\";'),('aln','messages:sp-contributions-username','s:30:\"aln:Adresa IP ose përdoruesi:\";'),('aln','messages:sp-contributions-userrights','s:58:\"sq:menaxhimi i të drejtave të {{GENDER:$1|përdoruesit}}\";'),('aln','messages:sp-deletedcontributions-contribs','s:14:\"sq:kontributet\";'),('aln','messages:sp-newimages-showfrom','s:46:\"sq:Trego skedat e reja duke filluar nga $2, $1\";'),('aln','messages:spam_blanking','s:60:\"sq:U boshatis sepse të gjitha versionet kanë lidhje tek $1\";'),('aln','messages:spam_deleting','s:64:\"sq:Të gjitha inspektimet përmbanin lidhje në $1, duke fshirë\";'),('aln','messages:spam_reverting','s:55:\"sq:U kthye tek versioni i fundit që s\'ka lidhje tek $1\";'),('aln','messages:spambot_username','s:26:\"sq:MediaWiki spam-pastrues\";'),('aln','messages:spamprotectionmatch','s:69:\"sq:Teksti në vijim është cilësuar i padëshiruar nga softueri: $1\";'),('aln','messages:spamprotectiontext','s:162:\"sq:Teksti që donit të publikonit u bllokua nga filtri i të padëshiruarave.\nKjo ka gjasa të shkaktohet nga një lidhje për te një sajt i jashtëm i ndaluar.\";'),('aln','messages:spamprotectiontitle','s:43:\"sq:Mbrojtje ndaj teksteve të padëshiruara\";'),('aln','messages:special-characters-group-arabic','s:12:\"aln:Arabisht\";'),('aln','messages:special-characters-group-arabicextended','s:23:\"sq:Arabishte e zgjeruar\";'),('aln','messages:special-characters-group-bangla','s:9:\"aln:Shqip\";'),('aln','messages:special-characters-group-canadianaboriginal','s:24:\"sq:Aborigjinase Kanadeze\";'),('aln','messages:special-characters-group-cyrillic','s:29:\"aln:I sllavishtes së vjetër\";'),('aln','messages:special-characters-group-devanagari','s:13:\"sq:Devanagari\";'),('aln','messages:special-characters-group-greek','s:8:\"aln:Grek\";'),('aln','messages:special-characters-group-greekextended','s:19:\"sq:Greke e zgjeruar\";'),('aln','messages:special-characters-group-gujarati','s:13:\"aln:Guxharati\";'),('aln','messages:special-characters-group-hebrew','s:13:\"aln:Hebraisht\";'),('aln','messages:special-characters-group-ipa','s:7:\"aln:IPA\";'),('aln','messages:special-characters-group-khmer','s:8:\"sq:Khmer\";'),('aln','messages:special-characters-group-lao','s:6:\"sq:Lao\";'),('aln','messages:special-characters-group-latin','s:13:\"aln:Latinisht\";'),('aln','messages:special-characters-group-latinextended','s:19:\"aln:Latine zgjeruar\";'),('aln','messages:special-characters-group-persian','s:11:\"sq:Persisht\";'),('aln','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('aln','messages:special-characters-group-sinhala','s:11:\"aln:Sinhala\";'),('aln','messages:special-characters-group-symbols','s:12:\"aln:Simbolet\";'),('aln','messages:special-characters-group-tamil','s:8:\"sq:Tamil\";'),('aln','messages:special-characters-group-telugu','s:10:\"aln:Telugu\";'),('aln','messages:special-characters-group-thai','s:7:\"sq:Thai\";'),('aln','messages:special-characters-title-emdash','s:20:\"sq:viza më e gjatë\";'),('aln','messages:special-characters-title-endash','s:16:\"sq:viza e gjatë\";'),('aln','messages:special-characters-title-minus','s:15:\"sq:shenja minus\";'),('aln','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('aln','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('aln','messages:specialeditpage-page','s:14:\"en:Target page\";'),('aln','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('aln','messages:speciallogtitlelabel','s:58:\"sq:Objektiv (titulli ose {{ns:user}}:emri i përdoruesit):\";'),('aln','messages:specialloguserlabel','s:13:\"sq:Kryer nga:\";'),('aln','messages:specialmute','s:7:\"en:Mute\";'),('aln','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('aln','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('aln','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('aln','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('aln','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('aln','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('aln','messages:specialmute-submit','s:10:\"en:Confirm\";'),('aln','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('aln','messages:specialpage','s:17:\"aln:Faqe speciale\";'),('aln','messages:specialpage-empty','s:25:\"sq:Kjo faqe është bosh.\";'),('aln','messages:specialpage-securitylevel-not-allowed','s:103:\"sq:Me keqardhje, nuk lejoheni të përdorni këtë faqe sepse identiteti juaj nuk mund të verifikohej.\";'),('aln','messages:specialpage-securitylevel-not-allowed-title','s:13:\"sq:I palejuar\";'),('aln','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('aln','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('aln','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('aln','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('aln','messages:specialpages','s:20:\"aln:Faqet e posaçme\";'),('aln','messages:specialpages-group-changes','s:43:\"sq:Ndryshimet më të fundit dhe regjistrat\";'),('aln','messages:specialpages-group-developer','s:23:\"sq:Veglat e zhvilluesit\";'),('aln','messages:specialpages-group-highuse','s:28:\"sq:Faqe të shumëpërdorura\";'),('aln','messages:specialpages-group-login','s:22:\"sq:Hyrë / hap llogari\";'),('aln','messages:specialpages-group-maintenance','s:30:\"sq:Përmbledhje mirëmbajtjeje\";'),('aln','messages:specialpages-group-media','s:34:\"sq:Përmbledhje media dhe ngarkime\";'),('aln','messages:specialpages-group-other','s:26:\"sq:Faqe speciale të tjera\";'),('aln','messages:specialpages-group-pages','s:17:\"sq:Lista e faqeve\";'),('aln','messages:specialpages-group-pagetools','s:17:\"sq:Mjetet e faqes\";'),('aln','messages:specialpages-group-redirects','s:34:\"sq:Përcjellime tek faqet speciale\";'),('aln','messages:specialpages-group-spam','s:19:\"sq:Mjetet për spam\";'),('aln','messages:specialpages-group-users','s:31:\"sq:Përdoruesit dhe privilegjet\";'),('aln','messages:specialpages-group-wiki','s:25:\"sq:Të dhënat dhe veglat\";'),('aln','messages:specialpages-note-cached','s:4:\"en:-\";'),('aln','messages:specialpages-note-restricted','s:106:\"sq:* Faqet speciale normale.\n* <span class=\"mw-specialpagerestricted\">Faqet speciale të kufizuara.</span>\";'),('aln','messages:specialpages-note-top','s:11:\"sq:Legjenda\";'),('aln','messages:specialpages-summary','s:3:\"en:\";'),('aln','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('aln','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('aln','messages:specialpurge-page','s:14:\"en:Target page\";'),('aln','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('aln','messages:statistics','s:14:\"aln:Statistika\";'),('aln','messages:statistics-articles','s:23:\"sq:Përmbajtja e faqeve\";'),('aln','messages:statistics-articles-desc','s:3:\"en:\";'),('aln','messages:statistics-edits','s:55:\"sq:Redaktimet e faqes që kur {{SITENAME}} u regjistrua\";'),('aln','messages:statistics-edits-average','s:31:\"sq:Ndryshime mesatare për faqe\";'),('aln','messages:statistics-files','s:21:\"sq:Skedat e ngarkuara\";'),('aln','messages:statistics-files-desc','s:3:\"en:\";'),('aln','messages:statistics-footer','s:3:\"en:\";'),('aln','messages:statistics-header-edits','s:27:\"sq:Statistikat e redaktimit\";'),('aln','messages:statistics-header-hooks','s:24:\"sq:Statistikat të tjera\";'),('aln','messages:statistics-header-pages','s:22:\"sq:Statistikat e faqes\";'),('aln','messages:statistics-header-users','s:29:\"sq:Statistikat e përdoruesve\";'),('aln','messages:statistics-pages','s:8:\"sq:Faqet\";'),('aln','messages:statistics-pages-desc','s:89:\"sq:Të gjitha faqet në wiki, duke përfshitë edhe faqet e diskutimit, zhvendosjet, etj.\";'),('aln','messages:statistics-summary','s:3:\"en:\";'),('aln','messages:statistics-users','s:29:\"sq:Përdoruesit e regjistruar\";'),('aln','messages:statistics-users-active','s:21:\"sq:Përdoruesit aktiv\";'),('aln','messages:statistics-users-active-desc','s:90:\"sq:Përdoruesit që kanë së paku një veprim në {{PLURAL:$1|ditën|$1 ditët}} e fundit\";'),('aln','messages:storedversion','s:22:\"aln:Rishikim i ruejtun\";'),('aln','messages:subcategories','s:16:\"aln:Nënkategori\";'),('aln','messages:subject','s:21:\"aln:Tema/kryetitulli:\";'),('aln','messages:summary','s:17:\"aln:Përmbledhje:\";'),('aln','messages:summary-preview','s:30:\"aln:Parapamja e përmbledhjes:\";'),('aln','messages:sun','s:7:\"aln:Dje\";'),('aln','messages:sunday','s:10:\"aln:E diel\";'),('aln','messages:sunday-at','s:21:\"sq:Të dielën në $1\";'),('aln','messages:suppress','s:10:\"sq:Shtypur\";'),('aln','messages:suppressionlog','s:25:\"aln:Regjistri i ndalimeve\";'),('aln','messages:suppressionlogtext','s:235:\"aln:Më poshtë jepet një listë grisjesh dhe bllokimesh që kanë të bëjnë me përmbatje të fshehur nga administruesit. Shikoni [[Special:BlockList|listën e bllokimeve]] për një listë të bllokimeve dhe përzënieve në fuqi.\";'),('aln','messages:suspicious-userlogout','s:127:\"aln:Kërkesa juaj për të shkëputet u mohua sepse duket sikur është dërguar nga një shfletues të thyer ose caching proxy\";'),('aln','messages:svg-long-desc','s:45:\"aln:skeda SVG, $1 × $2 pixela, madhësia: $3\";'),('aln','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('aln','messages:svg-long-error','s:30:\"sq:Skedar SVG i parregullt: $1\";'),('aln','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('aln','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('aln','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('aln','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('aln','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('aln','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('aln','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('aln','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('aln','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('aln','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('aln','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('aln','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('aln','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('aln','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('aln','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('aln','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('aln','messages:systemblockedtext','s:328:\"sq:Emri juaj i përdoruesit ose adresa e IP-së janë bllokuar automatikisht nga MediaWiki. \nArsyeja e dhënë është:\n\n:<em>$2</em>\n\n* Fillimi i bllokimit: $8\n* Kalimi i kohës së bllokimit: $6\n* Zgjatja e bllokimit: $7\n\nAdresa juaj e IP-së është $3.\nJu lutemi jepni të gjitha këto detaje në çfarëdo pyetje që bëni.\";'),('aln','messages:table_pager_empty','s:17:\"sq:S\'ka rezultate\";'),('aln','messages:table_pager_first','s:16:\"sq:Faqja e parë\";'),('aln','messages:table_pager_last','s:17:\"sq:Faqja e fundit\";'),('aln','messages:table_pager_limit','s:29:\"sq:Trego $1 rreshta për faqe\";'),('aln','messages:table_pager_limit_label','s:20:\"sq:Artikuj per faqe:\";'),('aln','messages:table_pager_limit_submit','s:7:\"sq:Shko\";'),('aln','messages:table_pager_next','s:16:\"sq:Faqja tjetër\";'),('aln','messages:table_pager_prev','s:21:\"sq:Faqja e mëparshme\";'),('aln','messages:tag-filter','s:35:\"sq:[[Special:Tags|Etiketa]] filter:\";'),('aln','messages:tag-filter-submit','s:10:\"sq:Filtër\";'),('aln','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('aln','messages:tag-list-wrapper','s:54:\"sq:[[Special:Tags|{{PLURAL:$1|Etiketa|Etiketat}}]]: $2\";'),('aln','messages:tag-mobile_edit','s:24:\"sq:Redaktim nga celulari\";'),('aln','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('aln','messages:tag-mobile_web_edit','s:42:\"sq:Redaktim në versionin web nga celulari\";'),('aln','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('aln','messages:tag-mw-blank','s:15:\"sq:Duke zbrazur\";'),('aln','messages:tag-mw-blank-description','s:35:\"sq:Redaktimet që zbrazin një faqe\";'),('aln','messages:tag-mw-changed-redirect-target','s:33:\"sq:Caku i ridrejtimit i ndryshuar\";'),('aln','messages:tag-mw-changed-redirect-target-description','s:57:\"sq:Redaktimet që kanë ndryshuar cakun e një ridrejtimi\";'),('aln','messages:tag-mw-contentmodelchange','s:39:\"sq:ndryshimi i modelit të përmbajtjes\";'),('aln','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('aln','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('aln','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('aln','messages:tag-mw-new-redirect','s:17:\"sq:Ridrejtim i ri\";'),('aln','messages:tag-mw-new-redirect-description','s:85:\"sq:Ndryshimet që krijojnë një ridrejtim të ri ose ndryshojnë faqen në ridrejtim\";'),('aln','messages:tag-mw-removed-redirect','s:19:\"sq:Hoqi ridrejtimin\";'),('aln','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('aln','messages:tag-mw-replace','s:16:\"sq:Zëvendësuar\";'),('aln','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('aln','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('aln','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('aln','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('aln','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('aln','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('aln','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('aln','messages:tag-mw-undo','s:7:\"en:Undo\";'),('aln','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('aln','messages:tagline','s:20:\"aln:Nga {{SITENAME}}\";'),('aln','messages:tags','s:40:\"sq:Etiketat e ndryshimeve të pavlefshme\";'),('aln','messages:tags-actions-header','s:11:\"sq:Veprimet\";'),('aln','messages:tags-activate','s:11:\"sq:aktivizo\";'),('aln','messages:tags-activate-not-allowed','s:52:\"sq:Nuk është i mundur aktivizimi i etiketës \"$1\".\";'),('aln','messages:tags-activate-not-found','s:29:\"sq:Etiketa \"$1\" nuk ekziston.\";'),('aln','messages:tags-activate-question','s:39:\"sq:Jeni duke e aktivizu etiketën \"$1\".\";'),('aln','messages:tags-activate-reason','s:11:\"sq:Arsyeja:\";'),('aln','messages:tags-activate-submit','s:11:\"sq:Aktivizo\";'),('aln','messages:tags-activate-title','s:21:\"sq:Aktivizo etiketën\";'),('aln','messages:tags-active-header','s:9:\"sq:Aktiv?\";'),('aln','messages:tags-active-no','s:5:\"sq:Jo\";'),('aln','messages:tags-active-yes','s:5:\"sq:Po\";'),('aln','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('aln','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('aln','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('aln','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('aln','messages:tags-create-already-exists','s:31:\"sq:Etiketa $1 ekziston tashmë.\";'),('aln','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('aln','messages:tags-create-heading','s:31:\"sq:Krijoni një etiketë të re\";'),('aln','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('aln','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('aln','messages:tags-create-no-name','s:39:\"sq:Duhet ta shkruani emrin e etiketës.\";'),('aln','messages:tags-create-reason','s:11:\"sq:Arsyeja:\";'),('aln','messages:tags-create-submit','s:10:\"sq:Krijoni\";'),('aln','messages:tags-create-tag-name','s:20:\"sq:Emri i etiketës:\";'),('aln','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('aln','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('aln','messages:tags-deactivate','s:14:\"sq:ç\'aktivizo\";'),('aln','messages:tags-deactivate-not-allowed','s:54:\"sq:Nuk është i mundur çaktivizimi i etiketës \"$1\".\";'),('aln','messages:tags-deactivate-question','s:41:\"sq:Jeni duke e çaktivizu etiketën \"$1\".\";'),('aln','messages:tags-deactivate-reason','s:11:\"sq:Arsyeja:\";'),('aln','messages:tags-deactivate-submit','s:13:\"sq:Çaktivizo\";'),('aln','messages:tags-deactivate-title','s:23:\"sq:Çaktivizo etiketën\";'),('aln','messages:tags-delete','s:7:\"sq:fshi\";'),('aln','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('aln','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('aln','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('aln','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('aln','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('aln','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('aln','messages:tags-delete-not-found','s:27:\"sq:Faqja \"$1\" nuk ekziston.\";'),('aln','messages:tags-delete-reason','s:11:\"sq:Arsyeja:\";'),('aln','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('aln','messages:tags-delete-title','s:17:\"sq:Gris etiketën\";'),('aln','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('aln','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('aln','messages:tags-description-header','s:34:\"sq:Përshkrimi i plotë i kuptimit\";'),('aln','messages:tags-display-header','s:33:\"sq:Pamja në listat e ndryshimeve\";'),('aln','messages:tags-edit','s:10:\"sq:redakto\";'),('aln','messages:tags-edit-add','s:22:\"sq:Shto këto etiketa:\";'),('aln','messages:tags-edit-chosen-no-results','s:45:\"sq:Nuk u gjet ndonjë etiketë që përputhet\";'),('aln','messages:tags-edit-chosen-placeholder','s:22:\"sq:Zgjedh disa etiketa\";'),('aln','messages:tags-edit-existing-tags','s:23:\"sq:Etiketat ekzistuese:\";'),('aln','messages:tags-edit-existing-tags-none','s:18:\"sq:<em>Asnjë</em>\";'),('aln','messages:tags-edit-failure','s:43:\"sq:Ndryshimet nuk mund të aplikoheshin:\n$1\";'),('aln','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('aln','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('aln','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('aln','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('aln','messages:tags-edit-manage-link','s:19:\"sq:Menaxho etiketat\";'),('aln','messages:tags-edit-new-tags','s:19:\"sq:Etiketat e reja:\";'),('aln','messages:tags-edit-none-selected','s:71:\"sq:Ju lutemi zgjedhni së paku një etiketë për të shtuar ose hequr.\";'),('aln','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('aln','messages:tags-edit-nooldid-title','s:29:\"sq:Versioni cak i pavlefshëm\";'),('aln','messages:tags-edit-reason','s:11:\"sq:Arsyeja:\";'),('aln','messages:tags-edit-remove','s:21:\"sq:Hiq këto etiketa:\";'),('aln','messages:tags-edit-remove-all-tags','s:23:\"sq:(hiq krejt etiketat)\";'),('aln','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('aln','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('aln','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('aln','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('aln','messages:tags-edit-success','s:25:\"sq:U aplikuan ndryshimet.\";'),('aln','messages:tags-edit-title','s:19:\"sq:Redakto etiketat\";'),('aln','messages:tags-hidden','s:11:\"en:(hidden)\";'),('aln','messages:tags-hitcount','s:38:\"sq:$1 {{PLURAL:$1|ndryshim|ndryshime}}\";'),('aln','messages:tags-hitcount-header','s:24:\"sq:Ndrzshimet e etikuara\";'),('aln','messages:tags-intro','s:98:\"sq:Kjo faqe liston etiketat që softueri mund t\'i shënojë me një redaktim, dhe kuptimin e tyre.\";'),('aln','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('aln','messages:tags-manage-no-permission','s:55:\"sq:Nuk ju lejohet të menaxhoni ndryshimet në etiketa.\";'),('aln','messages:tags-source-extension','s:24:\"sq:Definuar nga softueri\";'),('aln','messages:tags-source-header','s:9:\"sq:Burimi\";'),('aln','messages:tags-source-manual','s:51:\"sq:Aplikohet manualisht nga përdoruesit dhe botët\";'),('aln','messages:tags-source-none','s:21:\"sq:Nuk përdorët më\";'),('aln','messages:tags-summary','s:3:\"en:\";'),('aln','messages:tags-tag','s:19:\"sq:Emri i etiketës\";'),('aln','messages:tags-title','s:11:\"sq:Etiketat\";'),('aln','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('aln','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('aln','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('aln','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('aln','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('aln','messages:tags-update-remove-not-allowed-one','s:38:\"sq:Etiketa \"$1\" nuk lejohet të hiqet.\";'),('aln','messages:talk','s:12:\"aln:Bisedimi\";'),('aln','messages:talkpageheader','s:4:\"en:-\";'),('aln','messages:talkpagelinktext','s:10:\"aln:bisedo\";'),('aln','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('aln','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('aln','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('aln','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('aln','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('aln','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('aln','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('aln','messages:template-protected','s:16:\"aln:(e mbrojtme)\";'),('aln','messages:template-semiprotected','s:21:\"aln:(gjysë-mbrojtun)\";'),('aln','messages:templatepage','s:28:\"aln:Shiko faqen e shabllonit\";'),('aln','messages:templatesused','s:61:\"aln:{{PLURAL:$1|Stamp|Stampa}} janë përdorë në kët faqe:\";'),('aln','messages:templatesusedpreview','s:70:\"aln:{{PLURAL:$1|Shabllon|Shabllonet}} e përdoruna në kët parapamje:\";'),('aln','messages:templatesusedsection','s:63:\"aln:{{PLURAL:$1|Stamp|Stampa}} e përdoruna në këtë sekcion:\";'),('aln','messages:textmatches','s:24:\"aln:Përputhje në tekst\";'),('aln','messages:thisisdeleted','s:24:\"aln:Shiko ose rikthe $1?\";'),('aln','messages:throttled-mailpassword','s:221:\"aln:Nji përkujtim i fjalëkalimit âsht dërgue, para {{PLURAL:$1|nji ore|$1 orësh}}.\nPër me parandalue keqpërdorimin, mundet me u dërgue vetëm nji përkujtim i fjalëkalimit mbrenda {{PLURAL:$1|nji ore|$1 orësh}}.\";'),('aln','messages:thu','s:8:\"aln:Êjt\";'),('aln','messages:thumbnail-dest-create','s:48:\"sq:Nuk mund të ruhej parapamja tek destinacioni\";'),('aln','messages:thumbnail-more','s:10:\"aln:Zmadho\";'),('aln','messages:thumbnail-temp-create','s:58:\"sq:Nuk mund të krijohej parapamja e përkohshme e skedës\";'),('aln','messages:thumbnail_dest_directory','s:57:\"sq:Në pamundësi për të krijuar dosjen e destinacionit\";'),('aln','messages:thumbnail_error','s:57:\"aln:Gabim gjatë krijimit të figurës përmbledhëse: $1\";'),('aln','messages:thumbnail_error_remote','s:27:\"sq:Mesazh gabimi nga $1:\n$2\";'),('aln','messages:thumbnail_gd-library','s:56:\"sq:Konfigurim librarie GD i paplotë: mungon funksoni $1\";'),('aln','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('aln','messages:thumbnail_image-missing','s:28:\"sq:Skeda duket se mungon: $1\";'),('aln','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('aln','messages:thumbnail_image-type','s:39:\"sq:Lloji i fotografisë nuk mbështetet\";'),('aln','messages:thumbnail_invalid_params','s:38:\"sq:Parametrat thumbnail të pavlefshme\";'),('aln','messages:thumbnail_toobigimagearea','s:44:\"sq:Skedar me dimensione më të mëdha se $1\";'),('aln','messages:thumbsize','s:35:\"sq:Madhësia fotove përmbledhëse:\";'),('aln','messages:thursday','s:11:\"aln:E êjte\";'),('aln','messages:thursday-at','s:20:\"sq:Të enjten në $1\";'),('aln','messages:timeouterror','s:19:\"en:Server timed out\";'),('aln','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('aln','messages:timezone-local','s:8:\"sq:Lokal\";'),('aln','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('aln','messages:timezone-utc','s:6:\"en:UTC\";'),('aln','messages:timezonelegend','s:16:\"aln:Zona kohore:\";'),('aln','messages:timezoneregion-africa','s:11:\"aln:Afrikë\";'),('aln','messages:timezoneregion-america','s:12:\"aln:Amerikë\";'),('aln','messages:timezoneregion-antarctica','s:13:\"aln:Antarktik\";'),('aln','messages:timezoneregion-arctic','s:10:\"aln:Arktik\";'),('aln','messages:timezoneregion-asia','s:7:\"aln:Azi\";'),('aln','messages:timezoneregion-atlantic','s:19:\"aln:Oqeani Atlantik\";'),('aln','messages:timezoneregion-australia','s:12:\"aln:Australi\";'),('aln','messages:timezoneregion-europe','s:11:\"aln:Europë\";'),('aln','messages:timezoneregion-indian','s:17:\"aln:Oqeani Indian\";'),('aln','messages:timezoneregion-pacific','s:19:\"aln:Oqeani Paqësor\";'),('aln','messages:timezoneuseoffset','s:30:\"aln:Tjetër (specifiko kcimin)\";'),('aln','messages:timezoneuseserverdefault','s:40:\"aln:Përdor të paracaktuemen e serverit\";'),('aln','messages:title-invalid','s:59:\"sq:Titulli i kërkuar për faqen është i papërshtatshëm\";'),('aln','messages:title-invalid-characters','s:72:\"sq:Titulli i faqes së kërkuar përmban karaktere të pavlefshme: \"$1\".\";'),('aln','messages:title-invalid-empty','s:88:\"sq:Titulli i faqes së kërkuar është bosh ose përmban vetëm emrin e një hapësire.\";'),('aln','messages:title-invalid-interwiki','s:100:\"sq:Titulli i faqes së kërkuar përmban një lidhje interwiki që nuk mund të përdoret në tituj.\";'),('aln','messages:title-invalid-leading-colon','s:79:\"sq:Titulli i faqes së kërkuar përmban dy pika (:) të pavlefshme në fillim.\";'),('aln','messages:title-invalid-magic-tilde','s:81:\"sq:Titulli i faqes përmban tildë të pavlefshme magjike (<nowiki>~~~</nowiki>).\";'),('aln','messages:title-invalid-relative','s:184:\"sq:Titulli ka shteg relativ. Titujt relativ të faqes (./, ../) janë të pavlefshëm, për shkak se ata shpesh do të jenë të pakapshëm kur trajtohen nga shfletuesi i përdoruesit.\";'),('aln','messages:title-invalid-talk-namespace','s:94:\"sq:Titulli i faqes së kërkuar i referohet një faqeje diskutimi që nuk mund të ekzistojë.\";'),('aln','messages:title-invalid-too-long','s:135:\"sq:Titulli i faqes së kërkuar është shumë i gjatë. Duhet të jetë jo më shumë se $1 {{PLURAL:$1|byte|byte}} në kodimin UTF-8.\";'),('aln','messages:title-invalid-utf8','s:73:\"sq:Titulli i faqes së kërkuar përmban një varg të pavlefshëm UTF-8.\";'),('aln','messages:titlematches','s:24:\"aln:Tituj që përputhen\";'),('aln','messages:titleprotected','s:113:\"aln:Ky titull âsht i mbrojtun për krijim prej përdoruesit [[User:$1|$1]].\nArsyeja e dhânë âsht <em>$2</em>.\";'),('aln','messages:titleprotectedwarning','s:138:\"aln:\'\'\'Veni re:  Kjo faqe âsht e mshelun dhe vetëm përdorues me [[Special:ListGroupRights|tagër të veçantë]] munden me e krijue.\'\'\'\";'),('aln','messages:tmp-create-error','s:47:\"sq:Nuk mund të krijohej skeda e përkohëshme.\";'),('aln','messages:tmp-write-error','s:53:\"sq:Gabim gjatë shkrimit të skedës së përkohshme.\";'),('aln','messages:toc','s:15:\"aln:Përmbajtja\";'),('aln','messages:today-at','s:5:\"en:$1\";'),('aln','messages:tog-ccmeonemails','s:58:\"aln:Më ço kopje të mesazheve qi ua dërgoj të tjerëve\";'),('aln','messages:tog-diffonly','s:52:\"aln:Mos e trego përmbajtjen e faqes nën ndryshimin\";'),('aln','messages:tog-editondblclick','s:54:\"aln:Redakto faqet me klikim të dyfishtë (JavaScript)\";'),('aln','messages:tog-editsectiononrightclick','s:83:\"aln:Lejo redaktimin e seksioneve tue klikue me të djathtë mbi titull (JavaScript)\";'),('aln','messages:tog-enotifminoredits','s:58:\"aln:Njoftomë me email për redaktime të vogla të faqeve\";'),('aln','messages:tog-enotifrevealaddr','s:45:\"aln:Shfaqe adresën time në emailat njoftues\";'),('aln','messages:tog-enotifusertalkpages','s:57:\"aln:Njoftomë me email kur ndryshon faqja ime e bisedimit\";'),('aln','messages:tog-enotifwatchlistpages','s:60:\"aln:Njoftomë me email, kur ndryshojnë faqet e mbikëqyruna\";'),('aln','messages:tog-extendwatchlist','s:94:\"aln:Zgjâno listën e mbikëqyrjeve që me i pa tâna ndryshimet, jo veç ato mâ të fresktat\";'),('aln','messages:tog-fancysig','s:55:\"aln:Trajto nënshkrimin si tekst (pa vegëz automatike)\";'),('aln','messages:tog-forceeditsummary','s:53:\"aln:Pyetem kur e le përmbledhjen e redaktimit zbrazt\";'),('aln','messages:tog-hidecategorization','s:31:\"sq:Fshih kategorizimin e faqeve\";'),('aln','messages:tog-hideminor','s:47:\"aln:Mshef redaktimet e vogla të bâme së voni\";'),('aln','messages:tog-hidepatrolled','s:59:\"aln:Mshef redaktimet e mbikëqyruna në ndryshimet e fundit\";'),('aln','messages:tog-minordefault','s:53:\"aln:Shêjoji fillimisht tâna redaktimet si të vogla\";'),('aln','messages:tog-newpageshidepatrolled','s:68:\"aln:Mshef redaktimet e mbikëqyruna prej listës së faqeve të reja\";'),('aln','messages:tog-norollbackdiff','s:56:\"aln:Trego ndryshimin mbas procedurës së kthimit mbrapa\";'),('aln','messages:tog-oldsig','s:39:\"aln:Parapamja e nënshkrimit ekzistues:\";'),('aln','messages:tog-prefershttps','s:61:\"sq:Gjithmonë përdorni një lidhje të sigurt kur të kyçur\";'),('aln','messages:tog-previewonfirst','s:44:\"aln:Shfaqe parapamjen në redaktimin e parë\";'),('aln','messages:tog-previewontop','s:50:\"aln:Vendose parapamjen përpara kutisë redaktuese\";'),('aln','messages:tog-requireemail','s:156:\"sq:Dërgo mesazh elektronik për rivendosjen e fjalëkalimit vetëm kur vendosen dhe adresa e mesazheve elektronike, dhe emri i përdoruesit njëkohësisht.\";'),('aln','messages:tog-showhiddencats','s:31:\"aln:Trego kategoritë e mshefta\";'),('aln','messages:tog-shownumberswatching','s:45:\"aln:Shfaqe numrin e përdoruesve mbikëqyrës\";'),('aln','messages:tog-showrollbackconfirmation','s:87:\"sq:Shfaq një komandë konfirmimi kur shtyp mbi butonin e rikthimit të përgjithshëm.\";'),('aln','messages:tog-underline','s:21:\"aln:Nënvizoji vegzat\";'),('aln','messages:tog-useeditwarning','s:88:\"aln:Paralajmëron mua kur unë të lë një redakto faqe me ndryshimet e para shpëtimit\";'),('aln','messages:tog-uselivepreview','s:61:\"aln:Trego parapamjén meniheré (JavaScript) (Eksperimentale)\";'),('aln','messages:tog-usenewrc','s:76:\"aln:Përdor ndryshimet e freskëta me vegla të përparueme (lyp JavaScript)\";'),('aln','messages:tog-watchcreations','s:60:\"aln:Shtoji në listë mbikëqyrëse faqet që i krijoj vetë\";'),('aln','messages:tog-watchdefault','s:56:\"aln:Shtoji në listë mbikëqyrëse faqet që i redaktoj\";'),('aln','messages:tog-watchdeletion','s:53:\"aln:Shtoji në listë mbikëqyrëse faqet që i fshij\";'),('aln','messages:tog-watchlisthideanons','s:60:\"aln:Mshef redaktimet e anonimëve prej listës së vrojtimit\";'),('aln','messages:tog-watchlisthidebots','s:53:\"aln:Mshef redaktimet e robotave nga lista e vrojtimit\";'),('aln','messages:tog-watchlisthidecategorization','s:31:\"sq:Fshih kategorizimin e faqeve\";'),('aln','messages:tog-watchlisthideliu','s:71:\"aln:Mshef redaktimet e përdoruesve t\'kyçun prej listës së vrojtimit\";'),('aln','messages:tog-watchlisthideminor','s:50:\"aln:Mshef redaktimet e vogla nga lista e vrojtimit\";'),('aln','messages:tog-watchlisthideown','s:49:\"aln:M\'sheh redaktimet e mia nga lista mbikqyrëse\";'),('aln','messages:tog-watchlisthidepatrolled','s:62:\"aln:Mshef redaktimet e mbikëqyruna prej listës së vrojtimit\";'),('aln','messages:tog-watchlistreloadautomatically','s:109:\"sq:Rifreskoni listën mbikëqyrëse automatikisht sa herë një filtër ndryshohet (JavaScript e domosdoshme)\";'),('aln','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('aln','messages:tog-watchmoves','s:57:\"aln:Shtoji në listë mbikëqyrëse faqet që i zhvendosi\";'),('aln','messages:tog-watchrollback','s:69:\"sq:Shto faqet ku unë kam kryer një rikthim te lista ime mbikqyrëse\";'),('aln','messages:tog-watchuploads','s:87:\"sq:Shto materialet multimedialë të rinj që ngarkoj në listën time të mbikëqyrjes\";'),('aln','messages:tool-link-contributions','s:15:\"aln:Kontributet\";'),('aln','messages:tool-link-emailuser','s:34:\"sq:Dërgo email {{GENDER:$1|user}}\";'),('aln','messages:tool-link-userrights','s:46:\"sq:Ndrysho grupet e {{GENDER:$1|përdoruesit}}\";'),('aln','messages:tool-link-userrights-readonly','s:44:\"sq:Shiko grupet e {{GENDER:$1|përdoruesit}}\";'),('aln','messages:toolbox','s:10:\"aln:Veglat\";'),('aln','messages:tooltip-ca-addsection','s:27:\"aln:Nis nji sekcion të ri.\";'),('aln','messages:tooltip-ca-delete','s:22:\"aln:Fshije këtë faqe\";'),('aln','messages:tooltip-ca-edit','s:101:\"aln:Mund ta redaktosh kët faqe. Përdore pullën >>Shfaqe parapamjen<< para se t\'i krysh ndryshimet.\";'),('aln','messages:tooltip-ca-history','s:47:\"aln:Verzionet e mâhershme të këtij artikulli\";'),('aln','messages:tooltip-ca-move','s:19:\"aln:Zhvendose faqen\";'),('aln','messages:tooltip-ca-nstab-category','s:28:\"aln:Shih faqen e kategorisë\";'),('aln','messages:tooltip-ca-nstab-help','s:25:\"aln:Shih faqen e ndihmës\";'),('aln','messages:tooltip-ca-nstab-image','s:24:\"aln:Shih faqen e skedës\";'),('aln','messages:tooltip-ca-nstab-main','s:34:\"aln:Shihe përmbajtjen e atikullit\";'),('aln','messages:tooltip-ca-nstab-media','s:24:\"aln:Shih faqen e mediave\";'),('aln','messages:tooltip-ca-nstab-mediawiki','s:28:\"aln:Shih mesazhin e sistemit\";'),('aln','messages:tooltip-ca-nstab-project','s:26:\"aln:Shih faqen e projektit\";'),('aln','messages:tooltip-ca-nstab-special','s:64:\"aln:Kjo âsht faqe speciale. Nuk mundeni me redaktue këtë faqe\";'),('aln','messages:tooltip-ca-nstab-template','s:17:\"aln:Shih stampën\";'),('aln','messages:tooltip-ca-nstab-user','s:29:\"aln:Shih faqen e përdoruesit\";'),('aln','messages:tooltip-ca-protect','s:22:\"aln:Mbroje këtë faqe\";'),('aln','messages:tooltip-ca-talk','s:36:\"aln:Bisedo për përmbajtjen e faqes\";'),('aln','messages:tooltip-ca-undelete','s:63:\"aln:Ktheji mbrapsht redaktimet e këtij artikulli para fshimjes\";'),('aln','messages:tooltip-ca-unprotect','s:35:\"sq:Liroje mbrojtjen e kësaj faqeje\";'),('aln','messages:tooltip-ca-unwatch','s:50:\"aln:Hiqe këtë faqe prej listës së mbikëqyrjes\";'),('aln','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('aln','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('aln','messages:tooltip-ca-view','s:3:\"en:\";'),('aln','messages:tooltip-ca-viewsource','s:67:\"aln:Kjo faqe asht e mbrojtun. Mundesh veç me pa burimin e tekstit.\";'),('aln','messages:tooltip-ca-watch','s:48:\"aln:Shtoje këtë faqe në lisën e mbikëqyrjes\";'),('aln','messages:tooltip-compareselectedversions','s:70:\"aln:Shih dallimet midis dy verzioneve të zgjedhuna të kësaj faqeje.\";'),('aln','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('aln','messages:tooltip-diff','s:49:\"aln:Trego ndryshimet që i keni bâ Ju në tekst.\";'),('aln','messages:tooltip-feed-atom','s:30:\"aln:Atom feed për këtë faqe\";'),('aln','messages:tooltip-feed-rss','s:29:\"aln:RSS feed për këtë faqe\";'),('aln','messages:tooltip-invert','s:138:\"sq:Shëno këtë kuti për të fshehur ndryshimet në faqet përbrenfa hapsirës së selektuar (dhe hapsirës së lidhur nëse e shënuar)\";'),('aln','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('aln','messages:tooltip-minoredit','s:35:\"aln:Shêjoje si redaktim të vogël\";'),('aln','messages:tooltip-n-currentevents','s:52:\"aln:Informacion mâ i thukët rreth ndodhive aktuale\";'),('aln','messages:tooltip-n-help','s:39:\"aln:Vendi ku mundeni me gjetë ndihmë.\";'),('aln','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('aln','messages:tooltip-n-mainpage','s:26:\"aln:Shko te faqja kryesore\";'),('aln','messages:tooltip-n-mainpage-description','s:24:\"aln:Shihe faqen kryesore\";'),('aln','messages:tooltip-n-portal','s:62:\"aln:Rreth projektit, çka mundesh me ba, ku me i gjetë gjanat\";'),('aln','messages:tooltip-n-randompage','s:30:\"aln:Çele nji faqe rastësisht\";'),('aln','messages:tooltip-n-recentchanges','s:46:\"aln:Lista e ndryshimeve të freskëta në wiki\";'),('aln','messages:tooltip-namespace_association','s:126:\"sq:Shëno këtë kuti për të përfshijnë gjithashtu diskutimin apo hapsirën e subjektit e lidhur me hapësirën e zgjedhur\";'),('aln','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('aln','messages:tooltip-p-lang','s:3:\"en:\";'),('aln','messages:tooltip-p-logo','s:26:\"aln:Shko te faqja kryesore\";'),('aln','messages:tooltip-p-namespaces','s:3:\"en:\";'),('aln','messages:tooltip-p-navigation','s:3:\"en:\";'),('aln','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('aln','messages:tooltip-p-tb','s:3:\"en:\";'),('aln','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('aln','messages:tooltip-p-user-page','s:3:\"en:\";'),('aln','messages:tooltip-p-variants','s:3:\"en:\";'),('aln','messages:tooltip-p-views','s:3:\"en:\";'),('aln','messages:tooltip-preferences-save','s:21:\"sq:Ruaj parapëlqimet\";'),('aln','messages:tooltip-preview','s:96:\"aln:Shih parapâmjen e ndryshimeve, ju lutemi përdoreni këtë para se me i ruejtë ndryshimet!\";'),('aln','messages:tooltip-pt-anoncontribs','s:52:\"sq:Lista e editimeve të bëra nga kjo adresë IP-je\";'),('aln','messages:tooltip-pt-anontalk','s:69:\"sq:Faqja e diskutimeve të përdoruesve anonim për këtë adresë IP\";'),('aln','messages:tooltip-pt-anonuserpage','s:49:\"sq:Faqja e përdoruesve anonim nga kjo adresë IP\";'),('aln','messages:tooltip-pt-createaccount','s:100:\"sq:Ju rekomandojmë të krijoni një llogari dhe të kyqeni; megjithatë,  nuk është e detyrueshme\";'),('aln','messages:tooltip-pt-login','s:66:\"aln:Të këshillojmë me u kyçë; mirëpo, nuk asht e detyrueshme\";'),('aln','messages:tooltip-pt-login-private','s:51:\"sq:Duhet të kyçeni për të përdorur këtë wiki\";'),('aln','messages:tooltip-pt-logout','s:9:\"aln:Dalje\";'),('aln','messages:tooltip-pt-mycontris','s:30:\"aln:Lista e kontributeve tueja\";'),('aln','messages:tooltip-pt-mytalk','s:27:\"aln:Faqja juej e bisedimeve\";'),('aln','messages:tooltip-pt-preferences','s:23:\"aln:Parapëlqimet tuaja\";'),('aln','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('aln','messages:tooltip-pt-userpage','s:29:\"aln:Faqja juej e përdoruesit\";'),('aln','messages:tooltip-pt-watchlist','s:40:\"aln:Lista e faqeve nën mbikqyrjen tuej.\";'),('aln','messages:tooltip-publish','s:27:\"sq:Publiko ndryshimet tuaja\";'),('aln','messages:tooltip-recreate','s:50:\"aln:Rikrijo faqen edhe nëse âsht fshi mâ herët\";'),('aln','messages:tooltip-rollback','s:103:\"aln:\"Kthe mbrapa\" i kthen mbrapsht redaktimet e faqes aktuale prej kontribuuesit të fundit me nji klik\";'),('aln','messages:tooltip-save','s:20:\"aln:Rueji ndryshimet\";'),('aln','messages:tooltip-search','s:27:\"aln:Kërko në {{SITENAME}}\";'),('aln','messages:tooltip-search-fulltext','s:28:\"aln:Lypi faqet me kët tekst\";'),('aln','messages:tooltip-search-go','s:53:\"aln:Shko te faqja me emën të njejtë nëse ekziston\";'),('aln','messages:tooltip-summary','s:40:\"sq:Fusni një përmbledhje të shkurtër\";'),('aln','messages:tooltip-t-contributions','s:55:\"aln:Shiko listën e kontributeve të këtij përdoruesi\";'),('aln','messages:tooltip-t-emailuser','s:35:\"aln:Çoji postel këtij përdoruesi\";'),('aln','messages:tooltip-t-info','s:42:\"sq:Më shumë informacion për këtë faqe\";'),('aln','messages:tooltip-t-permalink','s:45:\"aln:Vegza e përhershme te ky verzion i faqes\";'),('aln','messages:tooltip-t-print','s:38:\"aln:Version për shtyp i qësaj faqeje\";'),('aln','messages:tooltip-t-recentchangeslinked','s:60:\"aln:Ndryshimet e freskëta në faqet që lidhen nga kjo faqe\";'),('aln','messages:tooltip-t-specialpages','s:36:\"aln:Lista e tana faqeve të posaçme\";'),('aln','messages:tooltip-t-upload','s:16:\"aln:Ngarko skeda\";'),('aln','messages:tooltip-t-whatlinkshere','s:45:\"aln:Lista e faqeve të wikit që lidhen këtu\";'),('aln','messages:tooltip-undo','s:137:\"aln:\"Zhbâne\" kthen mbrapsht këtë redaktim dhe çelë formularin e redaktimit në parapâmje.\nLejon dhânien e arsyes në përmbledhje.\";'),('aln','messages:tooltip-upload','s:17:\"aln:Nis ngarkimin\";'),('aln','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('aln','messages:tooltip-watch','s:24:\"aln:Mbikqyre këtë faqe\";'),('aln','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('aln','messages:tooltip-watchlistedit-normal-submit','s:15:\"sq:Largo titujt\";'),('aln','messages:tooltip-watchlistedit-raw-submit','s:32:\"sq:Aktualizo listën mbikqyrëse\";'),('aln','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('aln','messages:trackingcategories','s:28:\"sq:Kategoritë përcjellëse\";'),('aln','messages:trackingcategories-desc','s:41:\"sq:Kriteret për përfshirje në kategori\";'),('aln','messages:trackingcategories-disabled','s:33:\"sq:Kategoria është pamundësuar\";'),('aln','messages:trackingcategories-msg','s:26:\"sq:Kategoria përcjellëse\";'),('aln','messages:trackingcategories-name','s:19:\"sq:Emri i porosisë\";'),('aln','messages:trackingcategories-nodesc','s:21:\"sq:Nuk ka përshkrim.\";'),('aln','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('aln','messages:transaction-duration-limit-exceeded','s:292:\"sq:Për të shmangur krijimin e vonesës së lartë të replikimit, ky transaksion u ndërpre, sepse kohëzgjatja e shkrimit ($1) tejkalonte limitin e dytë prej $2.\nNëse je duke ndryshuar shumë artikuj në të njëjtën kohë, në vend të kësaj provo t\'i bësh disa operacione të vogla.\";'),('aln','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('aln','messages:translateinterface','s:172:\"sq:Të shtoni ose të ndryshojë përkthime për të gjitha wikis, ju lutem përdorimin e [https://translatewiki.net/ translatewiki.net], MediaWiki lokalizimin e projektit.\";'),('aln','messages:tue','s:7:\"aln:Mar\";'),('aln','messages:tuesday','s:11:\"aln:E marte\";'),('aln','messages:tuesday-at','s:21:\"sq:Të martën në $1\";'),('aln','messages:uctop','s:12:\"aln:në krye\";'),('aln','messages:unblock','s:24:\"sq:Zhblloko përdoruesin\";'),('aln','messages:unblock-hideuser','s:86:\"sq:Nuk mund ta zhbllokosh këtë përdorues, përderisa nofka e tij është e fshehur.\";'),('aln','messages:unblock-summary','s:3:\"en:\";'),('aln','messages:unblocked','s:37:\"sq:[[User:$1|$1]] është zhbllokuar.\";'),('aln','messages:unblocked-id','s:28:\"sq:Bllokimi $1 është hequr\";'),('aln','messages:unblocked-ip','s:54:\"sq:[[Special:Contributions/$1|$1]] është zhbllokuar.\";'),('aln','messages:unblocked-range','s:25:\"sq:$1 është zhbllokuar.\";'),('aln','messages:unblockip','s:24:\"sq:Zhblloko përdoruesin\";'),('aln','messages:unblockiptext','s:115:\"sq:Përdor formularin e më poshtëm për t\'i ridhënë leje shkrimi\nnjë përdoruesi ose IP adreseje të bllokuar.\";'),('aln','messages:unblocklink','s:12:\"aln:çblloko\";'),('aln','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('aln','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('aln','messages:uncategorizedcategories','s:31:\"sq:Kategori të pakategorizuara\";'),('aln','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('aln','messages:uncategorizedimages','s:21:\"sq:Figura pa kategori\";'),('aln','messages:uncategorizedimages-summary','s:3:\"en:\";'),('aln','messages:uncategorizedpages','s:29:\"sq:Artikuj të pakategorizuar\";'),('aln','messages:uncategorizedpages-summary','s:3:\"en:\";'),('aln','messages:uncategorizedtemplates','s:29:\"sq:Stampa të pakategorizuara\";'),('aln','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('aln','messages:undelete','s:26:\"sq:Shikoni faqet e grisura\";'),('aln','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('aln','messages:undelete-bad-store-key','s:92:\"sq:Nuk mund të restauroni versionin e skedës me timestamp $1: skeda mungonte para grisjes.\";'),('aln','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('aln','messages:undelete-cantedit','s:83:\"sq:Nuk mund ta çfshini këtë faqe pasi që nuk lejoheni ta redaktoni këtë faqe.\";'),('aln','messages:undelete-cleanup-error','s:66:\"sq:Gabim në grisjen e skedës \"$1\" të pa përdorur të arkivit .\";'),('aln','messages:undelete-error','s:37:\"sq:Gabim gjatë restaurimit të faqes\";'),('aln','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('aln','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('aln','messages:undelete-fieldset-title','s:19:\"sq:Rikthe versionet\";'),('aln','messages:undelete-filename-mismatch','s:67:\"sq:Nuk mund të restauroni skeda me timestamp $1: filename mismatch\";'),('aln','messages:undelete-header','s:88:\"sq:Shikoni [[Special:Log/delete|regjistrin e grisjeve]] për faqet e grisura së fundmi.\";'),('aln','messages:undelete-missing-filearchive','s:131:\"sq:Nuk mund të restaurohet arkivi ID i skedës $1 sepse nuk është në bazën të dhënave.\nMund të jetë restauruar një herë.\";'),('aln','messages:undelete-no-results','s:61:\"sq:Nuk u gjet asnjë faqe përputhëse tek arkivi i grisjeve.\";'),('aln','messages:undelete-nodiff','s:42:\"sq:Nuk u gjetën revizione të mëparshme.\";'),('aln','messages:undelete-revision','s:51:\"sq:Revizioni i grisur i $1 (nga $4, në $5) nga $3:\";'),('aln','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('aln','messages:undelete-search-box','s:25:\"sq:Kërko faqet e grisura\";'),('aln','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('aln','messages:undelete-search-prefix','s:32:\"sq:Trego faqet duke filluar nga:\";'),('aln','messages:undelete-search-submit','s:9:\"sq:Kërko\";'),('aln','messages:undelete-search-title','s:25:\"sq:Kërko faqet e grisura\";'),('aln','messages:undelete-show-file-confirm','s:112:\"sq:Jeni të sigurt se dëshironi të shihni redaktimin e grisur të skedës \"<nowiki>$1</nowiki>\" nga $2 në $3?\";'),('aln','messages:undelete-show-file-submit','s:5:\"sq:Po\";'),('aln','messages:undelete-summary','s:3:\"en:\";'),('aln','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('aln','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('aln','messages:undelete_short','s:67:\"aln:Kthe {{PLURAL:$1|redaktimin e fshimë|$1 redaktime të fshime}}\";'),('aln','messages:undeletebtn','s:9:\"sq:Rikthe\";'),('aln','messages:undeletecomment','s:11:\"sq:Arsyeja:\";'),('aln','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('aln','messages:undeletedpage','s:125:\"sq:\'\'\'$1 është restauruar\'\'\'\n\nShikoni [[Special:Log/delete|regjistrin e grisjeve]] për grisjet dhe restaurimet së fundmi.\";'),('aln','messages:undeleteextrahelp','s:280:\"sq:Për të rikthyer tërë historikun e faqes, lëri të gjitha kutitë e pazgjedhura dhe shtyp \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\nPër të kryer një rikthim të pjesshëm, zgjidh kutitë që i përkasin versioneve që dëshiron të rikthesh dhe shtyp \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\";'),('aln','messages:undeletehistory','s:228:\"sq:Nëse e riktheni faqen, në historikun e saj do të rikthehen të gjitha versionet.\nNëse është krijuar një faqe e re me të njëjtin titull pas grisjes, versionet e rikthyera do të paraqiten në historikun e mëparshëm.\";'),('aln','messages:undeletehistorynoadmin','s:255:\"sq:Kjo faqe është fshirë.\nArsyeja e fshirjes jepet te përmbledhja më poshtë, tok me hollësitë mbi përdoruesit që patën përpunuar këtë faqe para fshirjes.\nTeksti i këtyre rishikimeve të fshira mund të përdoret vetëm nga administratorët.\";'),('aln','messages:undeleteinvert','s:26:\"sq:Përmbyse përzgjedhjen\";'),('aln','messages:undeletelink','s:13:\"aln:shih/kthe\";'),('aln','messages:undeletepage','s:41:\"sq:Shikoni ose restauroni faqet e grisura\";'),('aln','messages:undeletepagetext','s:206:\"sq:{{PLURAL:$1|Faqja në vazhdim është grisur, por akoma është|$1 Faqet në vazhdim janë grisur, por akoma janë}} në arkiv dhe mund të rikthehen.\nArkivi, kohëpaskohe është e mundur të pastrohet.\";'),('aln','messages:undeletepagetitle','s:64:\"sq:\'\'\'Më poshtë ndodhen versionet e grisura të [[:$1|$1]]\'\'\'.\";'),('aln','messages:undeleterevdel','s:228:\"sq:Rikthimi nuk do të kryhet në qoftë se do të rezultojë në majë të versioneve të faqes apo skedës duke u grisur pjesërisht.\nNë raste të tilla, ju duhet të çzgjidhni ose shfaqni versionet më të reja të grisura.\";'),('aln','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('aln','messages:undeleterevision-missing','s:140:\"sq:Version i humbur ose i pavlefshëm.\nJu mund të keni një lidhje të keqe, ose versioni mund të jetë restauruar ose larguar nga arkivi.\";'),('aln','messages:undeleterevisions','s:48:\"sq:$1 {{PLURAL:$1|versioni|versionet}} u fshinë\";'),('aln','messages:undeleteviewlink','s:8:\"aln:shih\";'),('aln','messages:underline-always','s:14:\"aln:gjithmonë\";'),('aln','messages:underline-default','s:24:\"aln:njisoj si shfletuesi\";'),('aln','messages:underline-never','s:10:\"aln:kurrë\";'),('aln','messages:undo-failure','s:81:\"aln:Redaktimi nuk mund të kthehej për shkak të përplasjeve të ndërmjetshme.\";'),('aln','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('aln','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('aln','messages:undo-norev','s:76:\"aln:S\'mund të zhbëja këtë redaktim pasi nuk ekziston ose është grisur.\";'),('aln','messages:undo-success','s:195:\"aln:Redaktimi nuk mund të kthehej. Ju lutem kontrolloni ndryshimet e mëposhtëme për të vërtetuar dëshirën e veprimit dhe pastaj kryeni ndryshimet për të plotësuar kthimin e redaktimit.\";'),('aln','messages:undo-summary','s:84:\"aln:U kthye versioni $1 i bërë nga [[Special:Contributions/$2]] ([[User talk:$2]])\";'),('aln','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('aln','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('aln','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('aln','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('aln','messages:unexpected','s:33:\"aln:Vlerë e papritun: \"$1\"=\"$2\".\";'),('aln','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('aln','messages:unit-pixel','s:5:\"en:px\";'),('aln','messages:unknown-error','s:25:\"sq:Një gabim i panjohur.\";'),('aln','messages:unlinkaccounts','s:18:\"sq:Ndaj llogaritë\";'),('aln','messages:unlinkaccounts-success','s:27:\"sq:Llogaria është ndarë.\";'),('aln','messages:unlockbtn','s:22:\"sq:Çblloko regjistrin\";'),('aln','messages:unlockconfirm','s:58:\"sq:Po, dëshiroj me të vërtetë të çbllokoj regjistrin\";'),('aln','messages:unlockdb','s:22:\"sq:Çblloko regjistrin\";'),('aln','messages:unlockdbsuccesssub','s:34:\"sq:Regjistri u zhbllokua me sukses\";'),('aln','messages:unlockdbsuccesstext','s:55:\"sq:Baza e të dhënave {{SITENAME}} është zhbllokuar.\";'),('aln','messages:unlockdbtext','s:342:\"sq:Çbllokimi i regjistrit do të lejojë mundësinë e të gjithë përdoruesve për të redaktuar faqe, për të ndryshuar parapëlqimet e tyre, për të ndryshuar listat mbikqyrëse të tyre, dhe gjëra të tjera për të cilat nevojiten shkrime në regjistër. Ju lutem konfirmoni që dëshironi me të vërtetë të kryeni këtë veprim.\";'),('aln','messages:unpatrolledletter','s:4:\"en:!\";'),('aln','messages:unprotect','s:17:\"aln:Hiq mbrojtjen\";'),('aln','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('aln','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('aln','messages:unprotectedarticle-comment','s:44:\"sq:{{GENDER:$2|Hoqi mbrojtjen}} nga \"[[$1]]\"\";'),('aln','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('aln','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('aln','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('aln','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('aln','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('aln','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('aln','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('aln','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('aln','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('aln','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('aln','messages:unusedcategories','s:28:\"sq:Kategori të papërdorura\";'),('aln','messages:unusedcategories-summary','s:3:\"en:\";'),('aln','messages:unusedcategoriestext','s:95:\"sq:Kategoritë në vazhdim ekzistojnë edhe pse asnjë artikull ose kategori nuk i përdor ato.\";'),('aln','messages:unusedimages','s:26:\"sq:Figura të papërdorura\";'),('aln','messages:unusedimages-summary','s:3:\"en:\";'),('aln','messages:unusedimagestext','s:293:\"sq:Skedat e mëposhtme ekzistojnë por nuk janë të përdorura në një ndonjë faqe.\nJu lutemi, vini re se faqe të tjera në rrjet si mund të lidhin një figurë me një URL në mënyrë direkte, kështuqë ka mundësi që këto figura të rreshtohen këtu megjithëse janë në përdorim.\";'),('aln','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('aln','messages:unusedtemplates','s:26:\"sq:Stampa të papërdorura\";'),('aln','messages:unusedtemplates-summary','s:3:\"en:\";'),('aln','messages:unusedtemplatestext','s:172:\"sq:Kjo faqe radhitë të gjitha faqet në {{ns:template}} që nuk janë të përfshira në faqe tjera.\nMos harroni të shihni nyje tjera të stampave para grisjes së tyre.\";'),('aln','messages:unusedtemplateswlh','s:9:\"sq:lidhje\";'),('aln','messages:unwatch','s:14:\"aln:Çmbikqyre\";'),('aln','messages:unwatchedpages','s:24:\"sq:Faqe të pambikqyrura\";'),('aln','messages:unwatchedpages-summary','s:3:\"en:\";'),('aln','messages:unwatching','s:22:\"aln:Tuj çmbikqyrë...\";'),('aln','messages:unwatchthispage','s:16:\"sq:Mos e mbikqyr\";'),('aln','messages:updated','s:18:\"aln:(E ndryshueme)\";'),('aln','messages:updatedmarker','s:37:\"aln:ndryshue nga vizita jeme e fundit\";'),('aln','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('aln','messages:upload','s:18:\"aln:Ngarkoni skeda\";'),('aln','messages:upload-copy-upload-invalid-domain','s:64:\"sq:Ngarkesat e kopjimit nuk janë në dispozicion nga ky domein.\";'),('aln','messages:upload-curl-error28','s:26:\"sq:Mbaroi koha e ngarkimit\";'),('aln','messages:upload-curl-error28-text','s:188:\"sq:Ka kaluar shumë kohë pa përgjigje.\nJu lutem kontrolloni nëse faqja është në rrjet, prisni pak dhe provojeni përsëri.\nKëshillohet që ta provoni kur të jetë më pak e zënë.\";'),('aln','messages:upload-curl-error6','s:37:\"sq:S\'munda të lidhem me adresën URL\";'),('aln','messages:upload-curl-error6-text','s:114:\"sq:Adresa e dhënë URL nuk mund të arrihej.\nJu lutem kontrollojeni nëse është e saktë dhe nëse faqja punon.\";'),('aln','messages:upload-default-description','s:4:\"en:-\";'),('aln','messages:upload-description','s:24:\"sq:Përshkrimi i skedës\";'),('aln','messages:upload-dialog-button-back','s:8:\"sq:Prapa\";'),('aln','messages:upload-dialog-button-cancel','s:8:\"sq:Anulo\";'),('aln','messages:upload-dialog-button-done','s:8:\"sq:Mbyll\";'),('aln','messages:upload-dialog-button-save','s:7:\"sq:Ruaj\";'),('aln','messages:upload-dialog-button-upload','s:9:\"sq:Ngarko\";'),('aln','messages:upload-dialog-disabled','s:89:\"sq:Ngarkimet e skedarëve që përdorin këtë dialog janë çaktivizuar në këtë wiki.\";'),('aln','messages:upload-dialog-title','s:17:\"sq:Ngarko skedën\";'),('aln','messages:upload-disallowed-here','s:41:\"sq:S’mund ta mbishkruani këtë skedë.\";'),('aln','messages:upload-file-error','s:21:\"sq:Gabim i brendshëm\";'),('aln','messages:upload-file-error-text','s:166:\"sq:Ka ndodhur një gabim i brendshëm gjatë krijimit të skedës së përkohshme nga shërbyesi.\nJu lutemi kontaktoni një [[Special:ListUsers/sysop|administrator]].\";'),('aln','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('aln','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('aln','messages:upload-form-label-infoform-categories','s:14:\"sq:Kategoritë\";'),('aln','messages:upload-form-label-infoform-date','s:7:\"sq:Data\";'),('aln','messages:upload-form-label-infoform-description','s:14:\"sq:Përshkrimi\";'),('aln','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('aln','messages:upload-form-label-infoform-name','s:7:\"sq:Emri\";'),('aln','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('aln','messages:upload-form-label-infoform-title','s:9:\"sq:Detaje\";'),('aln','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('aln','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('aln','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('aln','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('aln','messages:upload-form-label-own-work','s:25:\"sq:Kjo është e puna ime\";'),('aln','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('aln','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('aln','messages:upload-form-label-usage-filename','s:18:\"sq:Emri i skedarit\";'),('aln','messages:upload-form-label-usage-title','s:13:\"sq:Përdorimi\";'),('aln','messages:upload-http-error','s:29:\"sq:Ndodhi një gabim HTTP: $1\";'),('aln','messages:upload-maxfilesize','s:36:\"sq:Madhësia maksimale e skedave: $1\";'),('aln','messages:upload-misc-error','s:28:\"sq:Gabim i panjohur ngarkimi\";'),('aln','messages:upload-misc-error-text','s:240:\"sq:Një gabim i panjohur ka ndodhur gjatë ngarkimit.\nJu lutemi kontrolloni që adresa URL të jetë e vlefshme dhe e kapshme dhe provoni përsëri.\nNëse problemi vazhdon atëherë kontaktoni një [[Special:ListUsers/sysop|administrator]].\";'),('aln','messages:upload-options','s:23:\"sq:Opsionet e ngarkimit\";'),('aln','messages:upload-permitted','s:51:\"sq:Skedarët e lejuar {{PLURAL:$2|tipi|tipet}}: $1.\";'),('aln','messages:upload-preferred','s:60:\"sq:{{PLURAL:$2|Tipi|tipet}} e parapëlqyera të skedave: $1.\";'),('aln','messages:upload-prohibited','s:57:\"sq:{{PLURAL:$2|Lloji|Llojet}} e ndaluara të skedave: $1.\";'),('aln','messages:upload-proto-error','s:21:\"sq:Protokoll i gabuar\";'),('aln','messages:upload-proto-error-text','s:111:\"sq:Ngarkimet nga rrjeti kërkojnë që adresa URL të fillojë me <code>http://</code> ose <code>ftp://</code>.\";'),('aln','messages:upload-recreate-warning','s:157:\"sq:\'\'\'Kujdes: Një skedarë me atë emër është fshirë apo lëvizur.\'\'\'\n\nRegjistri i fshirjes dhe lëvizjes për këtë faqe për lehtësim ofrohen këtu:\";'),('aln','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('aln','messages:upload-scripted-pi-callback','s:93:\"sq:Nuk mund të ngarkohet skedari që përmban instruksione të procesimit të XML-stylesheet\";'),('aln','messages:upload-source','s:19:\"sq:Burimi i skedës\";'),('aln','messages:upload-summary','s:3:\"en:\";'),('aln','messages:upload-too-many-redirects','s:45:\"sq:Adresa URL përmbante shumë përcjellime.\";'),('aln','messages:upload-tryagain','s:48:\"sq:Dërgo përshkrimin e modifikuar të skedarit\";'),('aln','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('aln','messages:upload_directory_missing','s:99:\"sq:Direktoriumi ($1) i ngarkimit po mungon dhe nuk është arritur që të krijohet nga webserveri.\";'),('aln','messages:upload_directory_read_only','s:65:\"sq:Skedari i ngarkimit ($1) nuk mund të shkruhet nga shërbyesi.\";'),('aln','messages:upload_source_file','s:42:\"sq:(skeda e zgjedhur në kompjuterin tuaj)\";'),('aln','messages:upload_source_url','s:69:\"sq:(skedari i zgjedhur nga një URL e vlefshme, publikisht e qasshme)\";'),('aln','messages:uploadbtn','s:11:\"sq:Ngarkoje\";'),('aln','messages:uploaddisabled','s:85:\"sq:Ndjesë, dhëniet janë bllokuar në këtë shërbyes dhe nuk është gabimi juaj.\";'),('aln','messages:uploaddisabledtext','s:40:\"sq:Ngarkimi i skedave është i ndaluar.\";'),('aln','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aln','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('aln','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('aln','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('aln','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aln','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aln','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('aln','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('aln','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('aln','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('aln','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('aln','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('aln','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('aln','messages:uploaderror','s:16:\"sq:Gabim dhënie\";'),('aln','messages:uploadfooter','s:4:\"en:-\";'),('aln','messages:uploadinvalidxml','s:57:\"sq:XML në skedarin e ngarkuar nuk mund të kontrollohej.\";'),('aln','messages:uploadlogpage','s:26:\"aln:Regjistri i ngarkimeve\";'),('aln','messages:uploadlogpagetext','s:125:\"sq:Më poshtë është një listë e skedave më të reja që janë ngarkuar.\nTë gjithë orët janë me orën e shërbyesit.\";'),('aln','messages:uploadnewversion-linktext','s:42:\"aln:Ngarko verzion të ri të kësaj skede\";'),('aln','messages:uploadnologin','s:25:\"sq:Nuk keni hyrë brënda\";'),('aln','messages:uploadnologintext','s:31:\"sq:Ju lutem $1 ngarkoni skedat.\";'),('aln','messages:uploadscripted','s:98:\"sq:Skeda përmban HTML ose kode të tjera që mund të interpretohen gabimisht nga një shfletues.\";'),('aln','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('aln','messages:uploadstash','s:19:\"sq:Fshehje ngarkimi\";'),('aln','messages:uploadstash-bad-path','s:23:\"sq:Shtegu nuk ekziston.\";'),('aln','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('aln','messages:uploadstash-bad-path-invalid','s:34:\"sq:Shtegu nuk është në rregull.\";'),('aln','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('aln','messages:uploadstash-bad-path-unknown-type','s:26:\"sq:Veprim i panjohur \"$1\".\";'),('aln','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('aln','messages:uploadstash-badtoken','s:127:\"sq:Kryerja e këtij veprimi ishte e pasuksesshme, ndoshta sepse kredencialet e tua redaktuese kanë skaduar. Provoni përsëri.\";'),('aln','messages:uploadstash-clear','s:28:\"sq:Spastro skedat e fshehura\";'),('aln','messages:uploadstash-errclear','s:45:\"sq:Spastrimi i skedave ishte i pasuksesshëm.\";'),('aln','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('aln','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('aln','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('aln','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('aln','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('aln','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('aln','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('aln','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('aln','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('aln','messages:uploadstash-nofiles','s:34:\"sq:Ju nuk keni skeda të fshehura.\";'),('aln','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('aln','messages:uploadstash-refresh','s:31:\"sq:Rifreskoni listën e skedave\";'),('aln','messages:uploadstash-summary','s:231:\"sq:Kjo faqe ofron qasje tek skedat të cilat janë ngarkuar (ose janë në proçes ngarkimi) por që nuk janë publikuat akoma në wiki. Këto skeda nuk janë të dukshme për këdo përveç për përdoruesin që i ka ngarkuar ato.\";'),('aln','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('aln','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('aln','messages:uploadstash-zero-length','s:31:\"sq:Skedari ka madhësinë zero.\";'),('aln','messages:uploadtext','s:895:\"sq:Përdorni formularin e mëposhtëm për të ngarkuar skeda.\nPër të parë ose kërkuar skeda të ngarkuara më parë, shkoni tek [[Special:FileList|lista e ngarkimeve të skedave]],\n(ri)ngarkimet janë gjithashtu të regjistruara tek [[Special:Log/upload|regjistri i ngarkimeve]], grisjet tek [[Special:Log/delete|regjistri i grisjeve]].\n\nPër të përfshirë një skedë në një faqe, përdorni një nga format e mëposhtme:\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:Skeda.jpg]]</nowiki></code>\'\'\' për të përdorur versionin e plotë të skedës\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:Skeda.png|200px|thumb|left|alt text]]</nowiki></code>\'\'\' për të përdorur nje interpretim prej 200 piksel në të majtë me \'alt tekst\' si përshkrim\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:Skeda.ogg]]</nowiki></code>\'\'\' për të lidhur skedën direkt, pa e shfaqur atë\";'),('aln','messages:uploadvirus','s:40:\"sq:Skeda përmban një virus! Detaje: $1\";'),('aln','messages:uploadwarning','s:17:\"sq:Kujdes dhënie\";'),('aln','messages:uploadwarning-text','s:70:\"sq:Ju lutemi modifikoni përshkrimin e skedës dhe provojen përsëri.\";'),('aln','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('aln','messages:user-mail-no-addy','s:72:\"sq:Është provuar të dërgohet një korrespondencë pa adresë emaili.\";'),('aln','messages:user-mail-no-body','s:90:\"sq:U përpoqët të dërgonio email me një përmbajtje të shkurtër dhe të paarsyeshme.\";'),('aln','messages:usercreated','s:38:\"sq:{{GENDER:$3|Krijuar}} më $1 në $2\";'),('aln','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('aln','messages:usercsspreview','s:93:\"aln:\'\'\'Vini re, jeni tue pâ veç parapâmjen e CSSit tuej.\'\'\'\n\'\'\'Ende nuk e keni ruejtë!\'\'\'\";'),('aln','messages:usercssyoucanpreview','s:114:\"aln:\'\'\'Këshillë:\'\'\' Përdorni butonin \'Trego parapâmjen\' për me testue CSS para se me i regjistrue ndryshimet.\";'),('aln','messages:usereditcount','s:38:\"sq:$1 {{PLURAL:$1|redaktim|redaktime}}\";'),('aln','messages:userexists','s:70:\"aln:Nofka keni zgjedhë âsht në përdorim.\nZgjedh nji emën tjetër.\";'),('aln','messages:userinvalidconfigtitle','s:198:\"aln:\'\'\'Kujdes:\'\'\' Nuk ka pâmje me emën \"$1\".\nVini re që faqet .css dhe .js përdorin vetëm titull me germa të vogla, psh. {{ns:user}}:Foo/vector.css për dallim prej {{ns:user}}:Foo/Vector.css.\";'),('aln','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('aln','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('aln','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('aln','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('aln','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('aln','messages:userjspreview','s:117:\"aln:<strong>Vini re, jeni duke testuar/parë vetëm parapamjen e JavaScriptit tuaj.\nEnde nuk e keni ruajtur!</strong>\";'),('aln','messages:userjsyoucanpreview','s:113:\"aln:\'\'\'Këshillë:\'\'\' Përdorni butonin \'Trego parapâmjen\' për me testue JS para se me i regjistrue ndryshimet.\";'),('aln','messages:userlogin-createanother','s:28:\"sq:Krijo një llogari tjeter\";'),('aln','messages:userlogin-helplink2','s:24:\"sq:Ndihmë rreth hyrjesh\";'),('aln','messages:userlogin-joinproject','s:32:\"sq:Bëhuni pjesë e {{SITENAME}}\";'),('aln','messages:userlogin-loggedin','s:127:\"sq:Ju tashmë jeni i regjistruar si {{GENDER:$1|$1}}.\nPërdor formularin më poshtë për të hyrë si një përdorues tjetër.\";'),('aln','messages:userlogin-noaccount','s:20:\"sq:S’keni llogari?\";'),('aln','messages:userlogin-reauth','s:83:\"sq:Duhet të identifikoheni përsëri për të verifikuar që jeni {{GENDER:$1|$1}}\";'),('aln','messages:userlogin-remembermypassword','s:31:\"sq:Mbamë të futur në llogari\";'),('aln','messages:userlogin-resetpassword-link','s:30:\"sq:Keni harruar fjalëkalimin?\";'),('aln','messages:userlogin-signwithsecure','s:30:\"sq:Përdor lidhje të sigurtë\";'),('aln','messages:userlogin-yourname','s:22:\"sq:Emri i përdoruesit\";'),('aln','messages:userlogin-yourname-ph','s:39:\"sq:Shkruaj emrin tënd të përdoruesit\";'),('aln','messages:userlogin-yourpassword','s:15:\"sq:Fjalëkalimi\";'),('aln','messages:userlogin-yourpassword-ph','s:30:\"sq:Shkruaj fjalëkalimin tënd\";'),('aln','messages:userlogout','s:11:\"aln:Çkyçu\";'),('aln','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('aln','messages:userlogout-summary','s:3:\"en:\";'),('aln','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('aln','messages:usermaildisabled','s:37:\"sq:Email-i i përdoruesit çaktivizua\";'),('aln','messages:usermaildisabledtext','s:76:\"sq:Ju nuk mund të dërgoni e-mail tek përdoruesit e tjerë në këtë wiki\";'),('aln','messages:usermessage-editor','s:37:\"sq:Redaktori i mesazheve të sistemit\";'),('aln','messages:usermessage-summary','s:34:\"sq:Lënia e mesazhit të sistemit.\";'),('aln','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('aln','messages:username','s:25:\"aln:Nofka e përdoruesit:\";'),('aln','messages:usernameinprogress','s:102:\"sq:Një krijim i llogarisë me këtë emër përdoruesi tashmë është në progres.\nJu lutemi prisni.\";'),('aln','messages:userpage-userdoesnotexist','s:136:\"aln:Llogaria e përdoruesit \"<nowiki>$1</nowiki>\" nuk âsht regjistrue.\nJu lutemi kontrolloni nëse doni me krijue/redaktue këtë faqe.\";'),('aln','messages:userpage-userdoesnotexist-view','s:58:\"sq:Llogaria e përdoruesit \"$1\" s’është e regjistruar.\";'),('aln','messages:userrights','s:38:\"aln:Ndrysho privilegjet e përdoruesve\";'),('aln','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('aln','messages:userrights-changeable-col','s:32:\"aln:Grupe që mund të ndryshoni\";'),('aln','messages:userrights-conflict','s:112:\"sq:Konflikt në ndryshimin e të drejtave të përdoruesit! Të lutem të rishiko dhe konfirmo ndryshimet e tua.\";'),('aln','messages:userrights-editusergroup','s:28:\"aln:Anëtarësimi tek grupet\";'),('aln','messages:userrights-expiry','s:10:\"sq:Skadon:\";'),('aln','messages:userrights-expiry-current','s:12:\"sq:Skadon $1\";'),('aln','messages:userrights-expiry-existing','s:37:\"sq:Koha ekzistuese e skadimit: $3, $2\";'),('aln','messages:userrights-expiry-in-past','s:62:\"sq:Koha e skadimit për grupin \"$1\" është në të kaluarën.\";'),('aln','messages:userrights-expiry-none','s:13:\"sq:Nuk skadon\";'),('aln','messages:userrights-expiry-options','s:91:\"sq:1 ditë:1 day,1 javë:1 week,1 muaj:1 month,3 muaj:3 months,6 muaj:6 months,1 vit:1 year\";'),('aln','messages:userrights-expiry-othertime','s:17:\"sq:Kohë tjetër:\";'),('aln','messages:userrights-groups-help','s:306:\"aln:Mund të ndryshoni anëtarësimin e këtij përdoruesi në grupe:\n* Kutia e zgjedhur shënon që përdoruesi është anëtar në atë grup\n* Kutia e pazgjedhur shënon që përdoruesi nuk është anëtar në atë grup\n* Një * shënon që nuk mund ta hiqni grupin pasi ta keni shtuar (dhe anasjelltas).\";'),('aln','messages:userrights-groupsmember','s:14:\"aln:Anëtar i:\";'),('aln','messages:userrights-groupsmember-auto','s:66:\"sq:{{GENDER:$2|Anëtar i nënkuptuar i|Anëtare e nënkuptuar e}}:\";'),('aln','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('aln','messages:userrights-invalid-expiry','s:59:\"sq:Koha e skadimit për grupin \"$1\" është jo i vlefshëm.\";'),('aln','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('aln','messages:userrights-lookup-user','s:33:\"aln:Ndrysho grupet e përdoruesit\";'),('aln','messages:userrights-no-interwiki','s:83:\"aln:Nuk keni leje për të ndryshuar privilegjet e përdoruesve në wiki të tjera.\";'),('aln','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('aln','messages:userrights-nodatabase','s:53:\"aln:Regjistri $1 nuk ekziston ose nuk është vendor.\";'),('aln','messages:userrights-reason','s:12:\"aln:Arsyeja:\";'),('aln','messages:userrights-summary','s:3:\"en:\";'),('aln','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('aln','messages:userrights-unchangeable-col','s:34:\"aln:Grupe që s\'mund të ndryshoni\";'),('aln','messages:userrights-user-editname','s:31:\"aln:Fusni emrin e përdoruesit:\";'),('aln','messages:userrights-viewusergroup','s:44:\"sq:Shiko grupet e {{GENDER:$1|përdoruesit}}\";'),('aln','messages:variantname-crh','s:6:\"en:crh\";'),('aln','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('aln','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('aln','messages:variantname-gan','s:6:\"en:gan\";'),('aln','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('aln','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('aln','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('aln','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('aln','messages:variantname-iu','s:5:\"en:iu\";'),('aln','messages:variantname-kk','s:5:\"en:kk\";'),('aln','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('aln','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('aln','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('aln','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('aln','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('aln','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('aln','messages:variantname-ku','s:5:\"en:ku\";'),('aln','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('aln','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('aln','messages:variantname-shi','s:6:\"en:shi\";'),('aln','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('aln','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('aln','messages:variantname-sr','s:5:\"en:sr\";'),('aln','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('aln','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('aln','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('aln','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('aln','messages:variantname-tg','s:5:\"en:tg\";'),('aln','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('aln','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('aln','messages:variantname-tly','s:6:\"en:tly\";'),('aln','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('aln','messages:variantname-uz','s:5:\"en:uz\";'),('aln','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('aln','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('aln','messages:variantname-zh','s:5:\"en:zh\";'),('aln','messages:variantname-zh-cn','s:6:\"aln:cn\";'),('aln','messages:variantname-zh-hans','s:8:\"aln:hans\";'),('aln','messages:variantname-zh-hant','s:8:\"aln:hant\";'),('aln','messages:variantname-zh-hk','s:6:\"aln:hk\";'),('aln','messages:variantname-zh-mo','s:6:\"aln:mo\";'),('aln','messages:variantname-zh-my','s:5:\"en:MY\";'),('aln','messages:variantname-zh-sg','s:5:\"en:SG\";'),('aln','messages:variantname-zh-tw','s:6:\"aln:tw\";'),('aln','messages:variants','s:13:\"aln:Variantet\";'),('aln','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('aln','messages:vector-action-addsection','s:14:\"aln:Shto temë\";'),('aln','messages:vector-action-delete','s:9:\"aln:Fshij\";'),('aln','messages:vector-action-move','s:12:\"aln:Zhvendos\";'),('aln','messages:vector-action-protect','s:9:\"aln:Mbroj\";'),('aln','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('aln','messages:vector-action-undelete','s:26:\"aln:Kthe fshimjen mbrapsht\";'),('aln','messages:vector-action-unprotect','s:17:\"aln:Hiq mbrojtjen\";'),('aln','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('aln','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('aln','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('aln','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('aln','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('aln','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('aln','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('aln','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('aln','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('aln','messages:vector-language-button-label','s:36:\"sq:{{PLURAL:$1|$1 gjuhë|$1 gjuhë}}\";'),('aln','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('aln','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('aln','messages:vector-languages','s:9:\"sq:Gjuhë\";'),('aln','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('aln','messages:vector-more-actions','s:13:\"sq:Më tepër\";'),('aln','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('aln','messages:vector-no-language-button-label','s:16:\"sq:Shtoni gjuhë\";'),('aln','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('aln','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('aln','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('aln','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('aln','messages:vector-site-nav-label','s:7:\"en:Site\";'),('aln','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('aln','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('aln','messages:vector-toc-beginning','s:9:\"sq:Fillim\";'),('aln','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('aln','messages:vector-toc-heading','s:11:\"en:Contents\";'),('aln','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('aln','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('aln','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('aln','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('aln','messages:vector-view-create','s:9:\"aln:Krijo\";'),('aln','messages:vector-view-edit','s:11:\"aln:Redakto\";'),('aln','messages:vector-view-history','s:19:\"aln:Shih historinë\";'),('aln','messages:vector-view-view','s:8:\"aln:Lexo\";'),('aln','messages:vector-view-viewsource','s:14:\"aln:Shih kodin\";'),('aln','messages:vector.css','s:77:\"aln:/* CSSi i vednosun këtu ka me i prekë shfrytëzuesit e dukjes Vector */\";'),('aln','messages:vector.js','s:95:\"aln:/* Çdo JavaScript këtu ka me u ngarkue për shfrytëzuesit që përdorin dukjen Vector */\";'),('aln','messages:verification-error','s:48:\"sq:Kjo skedë nuk e kaloi verifikimin e skedave.\";'),('aln','messages:version','s:11:\"sq:Versioni\";'),('aln','messages:version-antispam','s:7:\"sq:Spam\";'),('aln','messages:version-api','s:6:\"en:API\";'),('aln','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('aln','messages:version-credits-summary','s:107:\"sq:Dëshirojmë t\'i mirënjohim personat në vazhdim për kontributin e tyre [[Special:Version|MediaWiki]].\";'),('aln','messages:version-credits-title','s:21:\"sq:Atribuuimi për $1\";'),('aln','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('aln','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('aln','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('aln','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('aln','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('aln','messages:version-editors','s:10:\"en:Editors\";'),('aln','messages:version-entrypoints','s:18:\"sq:URL-të hyrëse\";'),('aln','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('aln','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('aln','messages:version-entrypoints-header-entrypoint','s:15:\"sq:Pika hyrëse\";'),('aln','messages:version-entrypoints-header-url','s:6:\"sq:URL\";'),('aln','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('aln','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('aln','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('aln','messages:version-ext-colheader-credits','s:11:\"sq:Autorët\";'),('aln','messages:version-ext-colheader-description','s:14:\"sq:Përshkrimi\";'),('aln','messages:version-ext-colheader-license','s:10:\"sq:Licenca\";'),('aln','messages:version-ext-colheader-name','s:10:\"sq:Shtojca\";'),('aln','messages:version-ext-colheader-version','s:11:\"sq:Versioni\";'),('aln','messages:version-ext-license','s:10:\"sq:Licenca\";'),('aln','messages:version-extensions','s:26:\"sq:Zgjerime të instaluara\";'),('aln','messages:version-hook-name','s:18:\"sq:Emri i goditjes\";'),('aln','messages:version-hook-subscribedby','s:14:\"sq:Abonuar nga\";'),('aln','messages:version-hooks','s:11:\"sq:Goditjet\";'),('aln','messages:version-libraries','s:26:\"sq:Libraritë e instaluara\";'),('aln','messages:version-libraries-authors','s:11:\"sq:Autorët\";'),('aln','messages:version-libraries-description','s:14:\"sq:Përshkrimi\";'),('aln','messages:version-libraries-library','s:10:\"sq:Librari\";'),('aln','messages:version-libraries-license','s:10:\"sq:Licenca\";'),('aln','messages:version-libraries-version','s:11:\"sq:Versioni\";'),('aln','messages:version-license','s:22:\"sq: Liçenca MediaWiki\";'),('aln','messages:version-license-info','s:918:\"sq:MediaWiki është software i lirë; mund ta rishpërndani dhe/ose ndryshoni sipas kushteve të licencës GNU General Public License, siç botohet nga Free Software Foundation; ose versionin 2 të Licencës, ose (në dëshirën tuaj) çfarëdo versioni të mëvonshëm.\n\nMediaWiki shpërndahet me shpresën se do të jetë i dobishëm, por <strong>PA NDONJË GARANCI</strong>; madje as edhe pa garancinë e nënkuptuar të <strong>TREGTUESHMËRISË</strong> apo <strong>TË TË QENIT I PËRSHTATSHËM PËR NJË QËLLIM TË CAKTUAR</strong>.\nPër më tepër hollësi, shihni GNU General Public License.\n\nDuhet të keni marrë [{{SERVER}}{{SCRIPTPATH}}/COPYING një kopje të GNU General Public License] tok me këtë program; nëse jo, shkruajini Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA, ose [//www.gnu.org/licenses/old-licenses/gpl-2.0.html lexojeni në internet].\";'),('aln','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('aln','messages:version-license-title','s:18:\"sq:Licenca për $1\";'),('aln','messages:version-mediahandlers','s:22:\"sq:Mbajtesit e Media-s\";'),('aln','messages:version-no-ext-name','s:13:\"sq:[pa emër]\";'),('aln','messages:version-other','s:12:\"sq:Të tjera\";'),('aln','messages:version-parser-extensiontags','s:25:\"sq:Parser etiketat shtese\";'),('aln','messages:version-parser-function-hooks','s:31:\"sq:Parser goditjet e funksionit\";'),('aln','messages:version-parserhooks','s:17:\"sq:Parser goditje\";'),('aln','messages:version-poweredby-credits','s:104:\"sq:Ky wiki është mundësuar nga \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\', copyright © 2001-$1 $2.\";'),('aln','messages:version-poweredby-others','s:13:\"sq:të tjerë\";'),('aln','messages:version-poweredby-translators','s:35:\"sq:përkthyesit e translatewiki.net\";'),('aln','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('aln','messages:version-skin-colheader-name','s:8:\"sq:Pamja\";'),('aln','messages:version-skins','s:22:\"sq:Pamjet e instaluara\";'),('aln','messages:version-software','s:25:\"sq:Softuerët e instaluar\";'),('aln','messages:version-software-product','s:11:\"sq:Produkti\";'),('aln','messages:version-software-version','s:11:\"sq:Versioni\";'),('aln','messages:version-specialpages','s:16:\"sq:Faqe speciale\";'),('aln','messages:version-summary','s:3:\"en:\";'),('aln','messages:version-variables','s:12:\"sq:Variabël\";'),('aln','messages:version-version','s:7:\"en:($1)\";'),('aln','messages:versionrequired','s:38:\"aln:Nevojitet verzioni $1 i MediaWikit\";'),('aln','messages:versionrequiredtext','s:109:\"aln:Lypet verzioni $1 i MediaWikit për me përdorë këtë faqe.\nShih [[Special:Version|faqen e verzionit]].\";'),('aln','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('aln','messages:view','s:9:\"aln:Shiko\";'),('aln','messages:view-pool-contention','s:18:\"en:pool contention\";'),('aln','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('aln','messages:view-pool-error','s:187:\"aln:Na vjen keq, serverat janë të stërngarkuem momentalisht.\nTepër shumë përdorues po tentojnë me pâ këtë faqe.\nJu lutem pritni pak para se me tentue me iu qasë faqes prap.\n\n$1\";'),('aln','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('aln','messages:viewcount','s:50:\"aln:Kjo faqe âsht pâ {{PLURAL:$1|nji|$1}} herë.\";'),('aln','messages:viewdeleted','s:13:\"aln:Shiko $1?\";'),('aln','messages:viewdeleted_short','s:72:\"sq:Shiko {{PLURAL:$1|një redaktim të fshirë|$1 redaktime të fshira}}\";'),('aln','messages:viewdeletedpage','s:26:\"sq:Shikoni faqet e grisura\";'),('aln','messages:viewhelppage','s:28:\"aln:Shiko faqen për ndihmë\";'),('aln','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('aln','messages:viewpagelogs','s:36:\"aln:Shih regjistrat për këtë faqe\";'),('aln','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('aln','messages:viewprevnext','s:45:\"aln:Shih ($1 {{int:pipe-separator}} $2) ($3).\";'),('aln','messages:views','s:13:\"aln:Paraqitje\";'),('aln','messages:viewsource','s:14:\"aln:Shih kodin\";'),('aln','messages:viewsource-title','s:25:\"sq:Shihni burimin për $1\";'),('aln','messages:viewsourcelink','s:14:\"aln:shih kodin\";'),('aln','messages:viewsourceold','s:14:\"aln:shih kodin\";'),('aln','messages:viewsourcetext','s:62:\"aln:Mundeni me pâ dhe kopjue kodin burimor të kësaj faqeje:\";'),('aln','messages:viewtalkpage','s:19:\"aln:Shiko bisedimin\";'),('aln','messages:viewyourtext','s:106:\"sq:Ju mund të shikoni dhe kopjoni tekstin burimor të <strong>redaktimeve tuaja</strong> në këtë faqe.\";'),('aln','messages:virus-badscanner','s:58:\"aln:Konfigurim i keq: scanner i panjoftun virusash: \'\'$1\'\'\";'),('aln','messages:virus-scanfailed','s:30:\"aln:scanimi dështoi (code $1)\";'),('aln','messages:virus-unknownscanner','s:26:\"aln:antivirus i panjoftun:\";'),('aln','messages:wantedcategories','s:31:\"sq:Kategori më të dëshiruara\";'),('aln','messages:wantedcategories-summary','s:3:\"en:\";'),('aln','messages:wantedfiles','s:23:\"sq:Skedat e dëshiruara\";'),('aln','messages:wantedfiles-summary','s:3:\"en:\";'),('aln','messages:wantedfiletext-cat','s:300:\"sq:Skedarët vijues janë përdorur por nuk ekzistojnë. Skedarët nga depot e panjohura mund të listohen megjithëse nuk ekzistojnë. Ndonjë gjë pozitive e pavërtetë e tillë do të <del>largohet</del>. Për më tepër, faqet që vendosin skedarë që nuk ekzistojnë janë listuar në [[:$1]].\";'),('aln','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('aln','messages:wantedfiletext-nocat','s:208:\"sq:Skedarët vijues janë përdorur por nuk ekzistojnë. Skedarët nga depot e panjohura mund të listohen megjithëse nuk ekzistojnë. Ndonjë gjë pozitive e pavërtetë e tillë do të <del>largohet</del>.\";'),('aln','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('aln','messages:wantedpages','s:29:\"sq:Artikuj më të dëshiruar\";'),('aln','messages:wantedpages-badtitle','s:55:\"sq:Titull i pavlefshëm në vendosjen e rezultateve: $1\";'),('aln','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('aln','messages:wantedtemplates','s:24:\"sq:Stampat e dëshiruara\";'),('aln','messages:wantedtemplates-summary','s:3:\"en:\";'),('aln','messages:watch','s:12:\"aln:Mbikqyre\";'),('aln','messages:watching','s:20:\"aln:Tuj mbikqyrë...\";'),('aln','messages:watchlist','s:23:\"aln:Mbikëqyrjet e mija\";'),('aln','messages:watchlist-details','s:100:\"aln:{{PLURAL:$1|$1 faqe|$1 faqe}} në listën tuej të mbikëqyrjes, pa i numrue faqet e diskutimit.\";'),('aln','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('aln','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('aln','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('aln','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('aln','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('aln','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('aln','messages:watchlist-hide','s:8:\"sq:Fshih\";'),('aln','messages:watchlist-options','s:39:\"aln:Opcionet e listës së mbikëqyrjes\";'),('aln','messages:watchlist-submit','s:8:\"sq:Shfaq\";'),('aln','messages:watchlist-summary','s:3:\"en:\";'),('aln','messages:watchlist-unwatch','s:5:\"en:×\";'),('aln','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('aln','messages:watchlistanontext','s:91:\"sq:Ju lutemi kyçuni për të parë ose redaktuar njësitë në listën tuaj mbikëqyrëse.\";'),('aln','messages:watchlistedit-clear-done','s:30:\"sq:Lista mbikëqyrëse u fshi.\";'),('aln','messages:watchlistedit-clear-explain','s:64:\"sq:Të gjithë titujt do të hiqen nga lista juaj e mbikëqyrjes\";'),('aln','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('aln','messages:watchlistedit-clear-legend','s:32:\"sq:Pastro listën e mbikëqyrjes\";'),('aln','messages:watchlistedit-clear-removed','s:54:\"sq:{{PLURAL:$1|1 titull u largua|$1 tituj u larguan}}:\";'),('aln','messages:watchlistedit-clear-submit','s:61:\"sq:Fshije listën e mbikëqyrjes (Kjo është e përhershme!)\";'),('aln','messages:watchlistedit-clear-title','s:32:\"sq:Pastro listën e mbikëqyrjes\";'),('aln','messages:watchlistedit-clear-titles','s:10:\"sq:Titujt:\";'),('aln','messages:watchlistedit-normal-done','s:96:\"sq:{{PLURAL:$1|1 titull u larguan|$1 tituj u larguan}} u larguan nga lista mbikëqyrëse e juaj:\";'),('aln','messages:watchlistedit-normal-explain','s:217:\"sq:Titujt në listën mbikëqyrëse janë treguar poshtë.\nLargo titullin duke shënuar kutizën dhe pastaj shtype butonin Largoj titujt.\nJu gjithashtu mundeni ta redaktoni listën [[Special:EditWatchlist/raw|këtu]].\";'),('aln','messages:watchlistedit-normal-legend','s:37:\"sq:Largo titujt nga lista mbikqyrëse\";'),('aln','messages:watchlistedit-normal-submit','s:15:\"sq:Largo titujt\";'),('aln','messages:watchlistedit-normal-title','s:30:\"sq:Redakto listën mbikqyrëse\";'),('aln','messages:watchlistedit-raw-added','s:52:\"sq:{{PLURAL:$1|1 titull u shtua|$1 tituj u shtuan}}:\";'),('aln','messages:watchlistedit-raw-done','s:36:\"sq:Lista mbikëqyrëse u aktualizua.\";'),('aln','messages:watchlistedit-raw-explain','s:296:\"sq:Titujt në listën tuaj mbikqyrëse janë të treguar poshtë dhe mund të redaktohen duke i shtuar ose duke i hequr nga lista; një titull pë rresht.\nKur të mbaroni, klikoni \"{{int:Watchlistedit-raw-submit}}\".\nJu gjithashtu mund [[Special:EditWatchlist|të përdorni redaktuesin standart]].\";'),('aln','messages:watchlistedit-raw-legend','s:49:\"sq:Redakto listën mbikëqyrëse të papërpunuar\";'),('aln','messages:watchlistedit-raw-removed','s:54:\"sq:{{PLURAL:$1|1 titull u largua|$1 tituj u larguan}}:\";'),('aln','messages:watchlistedit-raw-submit','s:22:\"sq:Aktualizoje listën\";'),('aln','messages:watchlistedit-raw-title','s:49:\"sq:Redakto listën mbikëqyrëse të papërpunuar\";'),('aln','messages:watchlistedit-raw-titles','s:10:\"sq:Titujt:\";'),('aln','messages:watchlistedit-too-many','s:93:\"sq:Faqja jote e mbikëqyrjes është përditësuar. Janë shumë faqe për t\'i shfaqur këtu.\";'),('aln','messages:watchlistfor2','s:10:\"sq:Për $1\";'),('aln','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('aln','messages:watchlisttools-clear','s:34:\"sq:Spastro listën e mbikëqyrjeve\";'),('aln','messages:watchlisttools-edit','s:44:\"aln:Shih dhe redakto listën e mbikëqyrjes.\";'),('aln','messages:watchlisttools-raw','s:42:\"aln:Redakto listën e mbikëqyrjes në kod\";'),('aln','messages:watchlisttools-view','s:32:\"aln:Shihi ndryshimet përkatëse\";'),('aln','messages:watchnologin','s:25:\"sq:Nuk keni hyrë brënda\";'),('aln','messages:watchthis','s:24:\"aln:Mbikëqyre kët faqe\";'),('aln','messages:watchthispage','s:25:\"aln:Mbikëqyr këtë faqe\";'),('aln','messages:watchthisupload','s:25:\"sq:Mbikqyre këtë skedë\";'),('aln','messages:wed','s:8:\"aln:Mër\";'),('aln','messages:wednesday','s:14:\"aln:E mërkure\";'),('aln','messages:wednesday-at','s:24:\"sq:Të mërkurën në $1\";'),('aln','messages:weeks','s:34:\"sq:{{PLURAL:$1|$1 javë|$1 javë}}\";'),('aln','messages:welcomecreation-msg','s:109:\"sq:Llogaria juaj u krijua. \nTani mund të ndryshosh [[Special:Preferences|{{SITENAME}} parapëlqimet]] e tua.\";'),('aln','messages:welcomeuser','s:21:\"sq:Mirë se vini, $1!\";'),('aln','messages:whatlinkshere','s:19:\"aln:Vegzat me këtu\";'),('aln','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('aln','messages:whatlinkshere-hideimages','s:25:\"sq:Fshih lidhje kartelash\";'),('aln','messages:whatlinkshere-hidelinks','s:13:\"aln:$1 vegzat\";'),('aln','messages:whatlinkshere-hideredirs','s:19:\"aln:$1 përcjelljet\";'),('aln','messages:whatlinkshere-hidetrans','s:19:\"aln:$1 përfshimjet\";'),('aln','messages:whatlinkshere-links','s:14:\"aln:← lidhje\";'),('aln','messages:whatlinkshere-next','s:44:\"aln:$1 {{PLURAL:$1|e ardhshme|të ardhshme}}\";'),('aln','messages:whatlinkshere-page','s:10:\"aln:Faqja:\";'),('aln','messages:whatlinkshere-prev','s:46:\"aln:$1 {{PLURAL:$1|e përparme|të përparme}}\";'),('aln','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('aln','messages:whatlinkshere-submit','s:7:\"sq:Shko\";'),('aln','messages:whatlinkshere-summary','s:3:\"en:\";'),('aln','messages:whatlinkshere-title','s:27:\"aln:Faqe që lidhen me \"$1\"\";'),('aln','messages:whitelistedittext','s:44:\"aln:Duheni me u $1 për me redaktue artikuj.\";'),('aln','messages:widthheight','s:11:\"en:$1 × $2\";'),('aln','messages:widthheightpage','s:39:\"sq:$1 × $2, $3 {{PLURAL:$3|faqe|faqe}}\";'),('aln','messages:wikieditor','s:43:\"aln:redaktimi i avancuar wikitext interface\";'),('aln','messages:wikieditor-desc','s:101:\"aln:Siguron një ndërfaqe të vazhdohet redaktimi wikitext dhe module shumë me metrazh të siguruar\";'),('aln','messages:wikieditor-loading','s:11:\"aln:Ngarkim\";'),('aln','messages:wikieditor-preview-changes-tab','s:14:\"aln:Ndryshimet\";'),('aln','messages:wikieditor-preview-loading','s:15:\"aln:Loading ...\";'),('aln','messages:wikieditor-preview-preference','s:35:\"aln:Aktivizo-krah për krah preview\";'),('aln','messages:wikieditor-preview-tab','s:11:\"aln:Preview\";'),('aln','messages:wikieditor-publish-button-cancel','s:10:\"aln:Anuloj\";'),('aln','messages:wikieditor-publish-button-publish','s:12:\"aln:Publikoj\";'),('aln','messages:wikieditor-publish-dialog-goback','s:11:\"aln:Kthehem\";'),('aln','messages:wikieditor-publish-dialog-minor','s:21:\"aln:Redaktim i vogël\";'),('aln','messages:wikieditor-publish-dialog-publish','s:12:\"aln:Publikoj\";'),('aln','messages:wikieditor-publish-dialog-summary','s:76:\"aln:përmbledhje Edit (përshkruaj shkurtimisht ndryshimet që keni bërë):\";'),('aln','messages:wikieditor-publish-dialog-title','s:30:\"aln:Publikimi në {{SITENAME}}\";'),('aln','messages:wikieditor-publish-dialog-watch','s:21:\"aln:Watch këtë faqe\";'),('aln','messages:wikieditor-publish-preference','s:33:\"aln:Aktivizo-hap pas hapi botuese\";'),('aln','messages:wikieditor-toolbar','s:19:\"aln:Editing toolbar\";'),('aln','messages:wikieditor-toolbar-desc','s:58:\"aln:toolbar Redakto faqe me të përdorshmërisë zgjeruar\";'),('aln','messages:wikieditor-toolbar-dialogs-preference','s:68:\"aln:dialogs Aktivizo për futjen e lidhjeve, tavolina dhe më shumë\";'),('aln','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('aln','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('aln','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('aln','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('aln','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('aln','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('aln','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('aln','messages:wikieditor-toolbar-group-format','s:10:\"aln:Format\";'),('aln','messages:wikieditor-toolbar-group-insert','s:8:\"aln:Kall\";'),('aln','messages:wikieditor-toolbar-help-content-bold-description','s:12:\"aln:Guximtar\";'),('aln','messages:wikieditor-toolbar-help-content-bold-result','s:36:\"aln:<strong>Tekst i trashë</strong>\";'),('aln','messages:wikieditor-toolbar-help-content-bold-syntax','s:25:\"aln:\'\'\'Tekst i trashë\'\'\'\";'),('aln','messages:wikieditor-toolbar-help-content-bolditalic-description','s:17:\"aln:Bold & italic\";'),('aln','messages:wikieditor-toolbar-help-content-bolditalic-result','s:48:\"aln:<strong><em>Bold & italic text</em></strong>\";'),('aln','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:37:\"aln:\'\'\'\'\'Bold &amp; tekst kursiv\'\'\'\'\'\";'),('aln','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('aln','messages:wikieditor-toolbar-help-content-file-description','s:17:\"aln:Embedded file\";'),('aln','messages:wikieditor-toolbar-help-content-file-syntax','s:28:\"aln:[[$1:Example.png|$2|$3]]\";'),('aln','messages:wikieditor-toolbar-help-content-heading2-description','s:19:\"aln:Niveli 2 titull\";'),('aln','messages:wikieditor-toolbar-help-content-heading2-result','s:27:\"aln:<h2> Titull tekst </h2>\";'),('aln','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"aln:Text == == Titull\";'),('aln','messages:wikieditor-toolbar-help-content-heading3-description','s:19:\"aln:Niveli 3 titull\";'),('aln','messages:wikieditor-toolbar-help-content-heading3-result','s:27:\"aln:<h3> Titull tekst </h3>\";'),('aln','messages:wikieditor-toolbar-help-content-heading3-syntax','s:24:\"aln:=== Tekst === Titull\";'),('aln','messages:wikieditor-toolbar-help-content-heading4-description','s:19:\"aln:Niveli 4 titull\";'),('aln','messages:wikieditor-toolbar-help-content-heading4-result','s:27:\"aln:<h4> Titull tekst </h4>\";'),('aln','messages:wikieditor-toolbar-help-content-heading4-syntax','s:27:\"aln:==== Tekst Titulli ====\";'),('aln','messages:wikieditor-toolbar-help-content-heading5-description','s:19:\"aln:Niveli 5 titull\";'),('aln','messages:wikieditor-toolbar-help-content-heading5-result','s:27:\"aln:<h5> Titull tekst </h5>\";'),('aln','messages:wikieditor-toolbar-help-content-heading5-syntax','s:29:\"aln:===== ===== Tekst Titulli\";'),('aln','messages:wikieditor-toolbar-help-content-ilink-description','s:24:\"aln:Lidhje të Brendshme\";'),('aln','messages:wikieditor-toolbar-help-content-ilink-result','s:69:\"aln:<a href=\'#\'>Etiketa Link</a><br /><a href=\'#\'>Titulli i faqes</a>\";'),('aln','messages:wikieditor-toolbar-help-content-ilink-syntax','s:52:\"aln:[[Page title|Link emërtim]]<br />[[Page title]]\";'),('aln','messages:wikieditor-toolbar-help-content-indent-description','s:11:\"aln:Porosit\";'),('aln','messages:wikieditor-toolbar-help-content-indent-result','s:90:\"aln:tekstit Normale <dl><dd> Teksti i prerë <dl><dd> Teksti i prerë </dd></dl></dd></dl>\";'),('aln','messages:wikieditor-toolbar-help-content-indent-syntax','s:70:\"aln:tekstit Normale <br /> : Teksti i prerë <br /> :: Teksti i prerë\";'),('aln','messages:wikieditor-toolbar-help-content-italic-description','s:10:\"aln:Kursiv\";'),('aln','messages:wikieditor-toolbar-help-content-italic-result','s:30:\"aln:<em>Teksti i pjerrët</em>\";'),('aln','messages:wikieditor-toolbar-help-content-italic-syntax','s:25:\"aln:Teksti i pjerrët\'\'\'\'\";'),('aln','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('aln','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('aln','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('aln','messages:wikieditor-toolbar-help-content-olist-description','s:21:\"aln:Lista e Numëruar\";'),('aln','messages:wikieditor-toolbar-help-content-olist-result','s:55:\"aln:<ol><li> pika Lista </li><li> pika Lista </li></ol>\";'),('aln','messages:wikieditor-toolbar-help-content-olist-syntax','s:36:\"aln:pika # Lista <br /> pika # Lista\";'),('aln','messages:wikieditor-toolbar-help-content-reference-description','s:11:\"aln:Referim\";'),('aln','messages:wikieditor-toolbar-help-content-reference-result','s:48:\"aln:Tekst faqesh. <a href=\'#\'><sup>[1]</sup></a>\";'),('aln','messages:wikieditor-toolbar-help-content-reference-syntax','s:85:\"aln:Tekst faqesh.> <ref [http://www.example.org] teksti Link, teksti shtesë. </> ref\";'),('aln','messages:wikieditor-toolbar-help-content-rereference-description','s:48:\"aln:përdorimin shtesë të njëjtën referencë\";'),('aln','messages:wikieditor-toolbar-help-content-rereference-result','s:48:\"aln:Tekst faqesh. <a href=\'#\'><sup>[2]</sup></a>\";'),('aln','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('aln','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"aln:referenca Display\";'),('aln','messages:wikieditor-toolbar-help-content-showreferences-result','s:212:\"aln:<ol class=\'references\'><li id=\'cite_note-test-0\'> <a title=\'\' href=\'#\'><b>^</b></a> <a rel=\'nofollow\' title=\"http://www.example.org\" class=\'external text\' href=\'#\'>Teksti Link</a> , teksti shtesë. </li></ol>\";'),('aln','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('aln','messages:wikieditor-toolbar-help-content-signature-description','s:14:\"aln:Nënshkrim\";'),('aln','messages:wikieditor-toolbar-help-content-signature-result','s:125:\"aln:<a href=\'#\' title=\"{{#special:mypage}}\">Emri i përdoruesit</a> ( <a href=\'#\' title=\"{{#special:mytalk}}\">të folur</a> )\";'),('aln','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('aln','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:32:\"aln:Nënshkrimi me gjithë kohë\";'),('aln','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:156:\"aln:--<a href=\'#\' title=\'{{#special:mypage}}\'>Emri i përdoruesit</a> ( <a href=\'#\' title=\"{{#special:mytalk}}\">të folur</a> ) 15:54, 10 Qershor 2009 (UTC)\";'),('aln','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('aln','messages:wikieditor-toolbar-help-content-ulist-description','s:20:\"aln:Lista e bulleted\";'),('aln','messages:wikieditor-toolbar-help-content-ulist-result','s:55:\"aln:<ul><li> pika Lista </li><li> pika Lista </li></ul>\";'),('aln','messages:wikieditor-toolbar-help-content-ulist-syntax','s:36:\"aln:* Pika Lista <br /> * Pika Lista\";'),('aln','messages:wikieditor-toolbar-help-content-xlink-description','s:20:\"aln:Lidhje e jashtme\";'),('aln','messages:wikieditor-toolbar-help-content-xlink-result','s:167:\"aln:<a href=\'#\' class=\'external\'>Etiketa Link</a> <br /> <a href=\'#\' class=\'external autonumber\'>[1]</a> <br /> <a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('aln','messages:wikieditor-toolbar-help-content-xlink-syntax','s:103:\"aln:Etiketa [http://www.example.org Link] <br /> [Http://www.example.org] <br /> http://www.example.org\";'),('aln','messages:wikieditor-toolbar-help-heading-description','s:14:\"aln:Përshkrim\";'),('aln','messages:wikieditor-toolbar-help-heading-result','s:25:\"aln:Çfarë ju të merrni\";'),('aln','messages:wikieditor-toolbar-help-heading-syntax','s:20:\"aln:Çfarë ju lloji\";'),('aln','messages:wikieditor-toolbar-help-page-discussion','s:12:\"aln:Diskutim\";'),('aln','messages:wikieditor-toolbar-help-page-file','s:9:\"aln:Files\";'),('aln','messages:wikieditor-toolbar-help-page-format','s:13:\"aln:Formatimi\";'),('aln','messages:wikieditor-toolbar-help-page-heading','s:10:\"aln:Titujt\";'),('aln','messages:wikieditor-toolbar-help-page-link','s:10:\"aln:Lidhje\";'),('aln','messages:wikieditor-toolbar-help-page-list','s:10:\"aln:Listat\";'),('aln','messages:wikieditor-toolbar-help-page-reference','s:22:\"aln:Lidhje të jashtme\";'),('aln','messages:wikieditor-toolbar-loading','s:15:\"aln:Loading ...\";'),('aln','messages:wikieditor-toolbar-preference','s:36:\"aln:Lejo redaktimin zgjeruar toolbar\";'),('aln','messages:wikieditor-toolbar-section-advanced','s:14:\"aln:I avancuar\";'),('aln','messages:wikieditor-toolbar-section-characters','s:26:\"aln:karaktere të veçanta\";'),('aln','messages:wikieditor-toolbar-section-help','s:11:\"aln:Ndihmë\";'),('aln','messages:wikieditor-toolbar-tool-big','s:10:\"aln:I madh\";'),('aln','messages:wikieditor-toolbar-tool-big-example','s:13:\"aln:Big tekst\";'),('aln','messages:wikieditor-toolbar-tool-bold','s:12:\"aln:Guximtar\";'),('aln','messages:wikieditor-toolbar-tool-bold-example','s:19:\"aln:Tekst i trashë\";'),('aln','messages:wikieditor-toolbar-tool-file','s:17:\"aln:Embedded file\";'),('aln','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('aln','messages:wikieditor-toolbar-tool-file-example','s:15:\"aln:Example.jpg\";'),('aln','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('aln','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('aln','messages:wikieditor-toolbar-tool-gallery','s:17:\"aln:galeri artesh\";'),('aln','messages:wikieditor-toolbar-tool-gallery-example','s:45:\"aln:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('aln','messages:wikieditor-toolbar-tool-heading','s:10:\"aln:Titull\";'),('aln','messages:wikieditor-toolbar-tool-heading-1','s:12:\"aln:Niveli 1\";'),('aln','messages:wikieditor-toolbar-tool-heading-2','s:12:\"aln:Niveli 2\";'),('aln','messages:wikieditor-toolbar-tool-heading-3','s:12:\"aln:Niveli 3\";'),('aln','messages:wikieditor-toolbar-tool-heading-4','s:12:\"aln:Niveli 4\";'),('aln','messages:wikieditor-toolbar-tool-heading-5','s:12:\"aln:Niveli 5\";'),('aln','messages:wikieditor-toolbar-tool-heading-example','s:16:\"aln:Titull tekst\";'),('aln','messages:wikieditor-toolbar-tool-ilink','s:24:\"aln:Lidhje të Brendshme\";'),('aln','messages:wikieditor-toolbar-tool-ilink-example','s:16:\"aln:Titulli Link\";'),('aln','messages:wikieditor-toolbar-tool-italic','s:10:\"aln:Kursiv\";'),('aln','messages:wikieditor-toolbar-tool-italic-example','s:21:\"aln:Teksti i pjerrët\";'),('aln','messages:wikieditor-toolbar-tool-link','s:10:\"aln:Lidhje\";'),('aln','messages:wikieditor-toolbar-tool-link-cancel','s:10:\"aln:Anuloj\";'),('aln','messages:wikieditor-toolbar-tool-link-empty','s:54:\"aln:Ju nuk kanë hyrë në ndonjë gjë për të link.\";'),('aln','messages:wikieditor-toolbar-tool-link-ext','s:40:\"aln:Për një faqe të jashtme interneti\";'),('aln','messages:wikieditor-toolbar-tool-link-ext-target','s:13:\"aln:URL Link:\";'),('aln','messages:wikieditor-toolbar-tool-link-ext-text','s:14:\"aln:text Link:\";'),('aln','messages:wikieditor-toolbar-tool-link-insert','s:17:\"aln:Vendos Lidhje\";'),('aln','messages:wikieditor-toolbar-tool-link-int','s:23:\"aln:Për një faqe wiki\";'),('aln','messages:wikieditor-toolbar-tool-link-int-invalid','s:49:\"aln:Titulli ju specifikuar është i pavlefshëm.\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target','s:24:\"aln:faqe synuar ose URL:\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:17:\"aln:Page ekziston\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:20:\"aln:Lidhje e jashtme\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:25:\"aln:Titulli i pavlefshëm\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:40:\"aln:Kontrollit të ekzistencës faqe ...\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"aln:Faqja nuk ekziston\";'),('aln','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:27:\"aln:Titulli i faqes ose URL\";'),('aln','messages:wikieditor-toolbar-tool-link-int-text','s:27:\"aln:Tekst për të shfaqur:\";'),('aln','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:26:\"aln:Tekst për t\'u shfaqur\";'),('aln','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:146:\"aln:URL-in që të specifikuar duket si ajo ishte menduar si një lidhje në faqe të tjera wiki.\nA doni ta bërë atë një lidhje të brendshme?\";'),('aln','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:20:\"aln:Lidhje e jashtme\";'),('aln','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:24:\"aln:Lidhje të Brendshme\";'),('aln','messages:wikieditor-toolbar-tool-link-title','s:17:\"aln:Vendos Lidhje\";'),('aln','messages:wikieditor-toolbar-tool-newline','s:15:\"aln:Linjë e re\";'),('aln','messages:wikieditor-toolbar-tool-nowiki','s:23:\"aln:Nuk formatimit wiki\";'),('aln','messages:wikieditor-toolbar-tool-nowiki-example','s:47:\"aln:Vendos tekst këtu nuk duhet të formatohet\";'),('aln','messages:wikieditor-toolbar-tool-olist','s:21:\"aln:Lista e Numëruar\";'),('aln','messages:wikieditor-toolbar-tool-olist-example','s:24:\"aln:pika Numëruar lista\";'),('aln','messages:wikieditor-toolbar-tool-redirect','s:17:\"aln:Përcjellëse\";'),('aln','messages:wikieditor-toolbar-tool-redirect-example','s:22:\"aln:Emri i synuar faqe\";'),('aln','messages:wikieditor-toolbar-tool-reference','s:11:\"aln:Referim\";'),('aln','messages:wikieditor-toolbar-tool-reference-cancel','s:10:\"aln:Anuloj\";'),('aln','messages:wikieditor-toolbar-tool-reference-example','s:32:\"aln:Vendos tekst shënimin këtu\";'),('aln','messages:wikieditor-toolbar-tool-reference-insert','s:8:\"aln:Kall\";'),('aln','messages:wikieditor-toolbar-tool-reference-text','s:21:\"aln:tekstit Referenca\";'),('aln','messages:wikieditor-toolbar-tool-reference-title','s:18:\"aln:Fut referencë\";'),('aln','messages:wikieditor-toolbar-tool-replace','s:30:\"aln:Kërkoni dhe zëvendësuar\";'),('aln','messages:wikieditor-toolbar-tool-replace-button-findnext','s:22:\"aln:Gjej të ardhshëm\";'),('aln','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('aln','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:31:\"aln:Zëvendësojnë të gjithë\";'),('aln','messages:wikieditor-toolbar-tool-replace-case','s:14:\"aln:rast Match\";'),('aln','messages:wikieditor-toolbar-tool-replace-close','s:10:\"aln:Mshele\";'),('aln','messages:wikieditor-toolbar-tool-replace-emptysearch','s:56:\"aln:Ju nuk shkruani ndonjë gjë për të kërkuar për.\";'),('aln','messages:wikieditor-toolbar-tool-replace-invalidregex','s:60:\"aln:Shprehje e rregullt keni hyrë është i pavlefshëm: $1\";'),('aln','messages:wikieditor-toolbar-tool-replace-nomatch','s:49:\"aln:Kërkimi juaj nuk u përputh me ndonjë gjë.\";'),('aln','messages:wikieditor-toolbar-tool-replace-regex','s:54:\"aln:string Silleni kërkim si një shprehje e rregullt\";'),('aln','messages:wikieditor-toolbar-tool-replace-replace','s:15:\"aln:Replace me:\";'),('aln','messages:wikieditor-toolbar-tool-replace-search','s:16:\"aln:Kërko për:\";'),('aln','messages:wikieditor-toolbar-tool-replace-success','s:33:\"aln:$1 zëvendësimit (s) bëhet.\";'),('aln','messages:wikieditor-toolbar-tool-replace-title','s:30:\"aln:Kërkoni dhe zëvendësuar\";'),('aln','messages:wikieditor-toolbar-tool-signature','s:33:\"aln:Nënshkrimi dhe gjithë kohë\";'),('aln','messages:wikieditor-toolbar-tool-small','s:12:\"aln:I vogël\";'),('aln','messages:wikieditor-toolbar-tool-small-example','s:19:\"aln:tekstin e vogla\";'),('aln','messages:wikieditor-toolbar-tool-subscript','s:13:\"aln:Subscript\";'),('aln','messages:wikieditor-toolbar-tool-subscript-example','s:21:\"aln:tekstit Subscript\";'),('aln','messages:wikieditor-toolbar-tool-superscript','s:20:\"aln:Indeks i sipërm\";'),('aln','messages:wikieditor-toolbar-tool-superscript-example','s:24:\"aln:tekstit Sipërshkrim\";'),('aln','messages:wikieditor-toolbar-tool-table','s:11:\"aln:Tryezë\";'),('aln','messages:wikieditor-toolbar-tool-table-cancel','s:10:\"aln:Anuloj\";'),('aln','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:11:\"aln:Kolumne\";'),('aln','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"aln:Shto rreshtit\";'),('aln','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:13:\"aln:Rreshtave\";'),('aln','messages:wikieditor-toolbar-tool-table-example','s:12:\"aln:Shembull\";'),('aln','messages:wikieditor-toolbar-tool-table-example-cell-text','s:19:\"aln:tekstit qelizë\";'),('aln','messages:wikieditor-toolbar-tool-table-example-header','s:18:\"aln:tekstit Header\";'),('aln','messages:wikieditor-toolbar-tool-table-example-old','s:177:\"aln:-\n! header 1\n! header 2\n! header 3\n|-\n| rresht 1, qelizë 1\n| rresht 1, qelizë 2\n| rresht 1, qelizë 3\n| -\n| rresht 2, qelizë 1\n| rresht 2, qelizë 2\n| rresht 2, qelizë 3\";'),('aln','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('aln','messages:wikieditor-toolbar-tool-table-insert','s:8:\"aln:Kall\";'),('aln','messages:wikieditor-toolbar-tool-table-invalidnumber','s:78:\"aln:Ju nuk keni hyrë në një numër të vlefshme të rreshtave dhe kolonave.\";'),('aln','messages:wikieditor-toolbar-tool-table-preview','s:11:\"aln:Preview\";'),('aln','messages:wikieditor-toolbar-tool-table-sortable','s:30:\"aln:Bëni tryezë llojllojshme\";'),('aln','messages:wikieditor-toolbar-tool-table-title','s:15:\"aln:Fut tabelë\";'),('aln','messages:wikieditor-toolbar-tool-table-toomany','s:89:\"aln:Futur një tavolinë me shumë se qelizat e $1 nuk është e mundur me këtë dialog.\";'),('aln','messages:wikieditor-toolbar-tool-table-wikitable','s:17:\"aln:Logo me kufij\";'),('aln','messages:wikieditor-toolbar-tool-table-zero','s:67:\"aln:Ju nuk mund të vendos një tabelë me zero rreshta ose kolona.\";'),('aln','messages:wikieditor-toolbar-tool-ulist','s:20:\"aln:Lista e bulleted\";'),('aln','messages:wikieditor-toolbar-tool-ulist-example','s:23:\"aln:pika bulleted lista\";'),('aln','messages:wikieditor-toolbar-tool-xlink','s:51:\"aln:Lidhje e jashtme (most harro prefiksin http://)\";'),('aln','messages:wikieditor-toolbar-tool-xlink-example','s:41:\"aln:Lidhje http://www.example.com Titulli\";'),('aln','messages:wikieditor-wikitext-tab','s:12:\"aln:Wikitext\";'),('aln','messages:windows-nonascii-filename','s:72:\"sq:Ky wiki nuk e mbështet emrin e dokumentit me karaktere të veçanta.\";'),('aln','messages:withoutinterwiki','s:31:\"aln:Artikuj pa lidhje interwiki\";'),('aln','messages:withoutinterwiki-legend','s:13:\"sq:Parashtesa\";'),('aln','messages:withoutinterwiki-submit','s:8:\"sq:Trego\";'),('aln','messages:withoutinterwiki-summary','s:75:\"sq:Artikujt në vazhdim nuk kanë asnjë lidhje te wikit në gjuhët tjera:\";'),('aln','messages:wlheader-enotif','s:40:\"sq:Është aktivizuar njoftimi me email.\";'),('aln','messages:wlheader-showupdated','s:106:\"sq:Faqet që kanë ndryshuar që nga hera e fundit që i vizituat tregohen me <strong>të trasha</strong>.\";'),('aln','messages:wlnote','s:192:\"sq:Më poshtë {{PLURAL:$1|është ndryshimi i fundit|janë <strong>$1</strong>\'\'\' ndryshimet e fundit}} në {{PLURAL:$2|orën e fundit|<strong>$2</strong>\'\'\' orët e fundit}}, që nga $3, $4.\";'),('aln','messages:wlshowhideanons','s:20:\"sq:përdorues anonim\";'),('aln','messages:wlshowhidebots','s:9:\"sq:botët\";'),('aln','messages:wlshowhidecategorization','s:22:\"sq:kategorizim i faqes\";'),('aln','messages:wlshowhideliu','s:29:\"sq:përdorues të regjistruar\";'),('aln','messages:wlshowhidemine','s:19:\"sq:redaktimet e mia\";'),('aln','messages:wlshowhideminor','s:22:\"sq:redaktime të vogla\";'),('aln','messages:wlshowhidepatr','s:28:\"sq:redaktime të patrulluara\";'),('aln','messages:wlshowtime','s:37:\"sq:Periudha e kohës për ta treguar:\";'),('aln','messages:word-separator','s:8:\"en:&#32;\";'),('aln','messages:wrongpassword','s:40:\"aln:Fjalëkalimi i pasaktë.\nProvo prap.\";'),('aln','messages:wrongpasswordempty','s:47:\"aln:Fjalëkalimi ishte i shprazët.\nProvo prap.\";'),('aln','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('aln','messages:xml-error-string','s:41:\"sq:$1 në vijën $2, kol $3 (bite $4): $5\";'),('aln','messages:year','s:31:\"aln:Prej vjetit (e mâ herët):\";'),('aln','messages:years','s:31:\"sq:{{PLURAL:$1|$1 vit|$1 vite}}\";'),('aln','messages:yesterday-at','s:13:\"sq:Dje në $1\";'),('aln','messages:youhavenewmessages','s:17:\"aln:Keni $1 ($2).\";'),('aln','messages:youhavenewmessagesfromusers','s:75:\"sq:Ju keni $1 nga {{PLURAL:$3|një përdorues tjetër|$3 përdorues}} ($2).\";'),('aln','messages:youhavenewmessagesmanyusers','s:41:\"sq:Ju keni $1 nga shumë përdorues ($2).\";'),('aln','messages:yourdiff','s:12:\"aln:Dallimet\";'),('aln','messages:yourdomainname','s:16:\"aln:Domena juej:\";'),('aln','messages:youremail','s:22:\"aln:Adresa e email-it*\";'),('aln','messages:yourgender','s:11:\"aln:Gjinia:\";'),('aln','messages:yourlanguage','s:25:\"aln:Ndërfaqja gjuhësore\";'),('aln','messages:yourname','s:10:\"aln:Nofka:\";'),('aln','messages:yournick','s:11:\"aln:Nofka :\";'),('aln','messages:yourpassword','s:17:\"aln:Fjalëkalimi:\";'),('aln','messages:yourpasswordagain','s:29:\"aln:Fjalëkalimi përsëdyti:\";'),('aln','messages:yourrealname','s:26:\"aln:Emri juej i vërtetë*\";'),('aln','messages:yourtext','s:15:\"aln:Teksti juej\";'),('aln','messages:yourvariant','s:39:\"sq:Varianti i gjuhës së përmbajtjes:\";'),('aln','messages:zip-bad','s:134:\"sq:Dokumenti është i korruptuar ose përndryshe dokument ZIP i palexueshëm.\nAjo nuk mund të kontrollohet siç duhet për sigurinë\";'),('aln','messages:zip-file-open-error','s:79:\"sq:Një gabim është hasur gjatë hapjes së dokumentit për ZIP kontrollimin.\";'),('aln','messages:zip-unsupported','s:160:\"sq:Dokumenti është ZIP format i cili përdorë ZIP karakteristikat që nuk mbështeten nga MediaWiki.\nAjo nuk mund të kontrollohet siç duhet për sigurinë.\";'),('aln','messages:zip-wrong-format','s:50:\"sq:Dokumenti i specifikuar nuk ishte ZIP dokument.\";'),('aln','minimumGroupingDigits','N;'),('aln','namespaceAliases','a:12:{s:10:\"Perdoruesi\";i:2;s:19:\"Perdoruesi_diskutim\";i:3;s:11:\"Përdoruesi\";i:2;s:20:\"Përdoruesi_diskutim\";i:3;s:6:\"Figura\";i:6;s:15:\"Figura_diskutim\";i:7;s:8:\"Kategori\";i:14;s:17:\"Kategori_Diskutim\";i:15;s:6:\"Ndihme\";i:12;s:15:\"Ndihme_diskutim\";i:13;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('aln','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:11:\"Përdoruesi\";s:6:\"female\";s:12:\"Përdoruesja\";}i:3;a:2:{s:4:\"male\";s:20:\"Përdoruesi_diskutim\";s:6:\"female\";s:21:\"Përdoruesja_diskutim\";}}'),('aln','namespaceNames','a:17:{i:-1;s:8:\"Speciale\";i:1;s:8:\"Diskutim\";i:2;s:10:\"Përdorues\";i:3;s:20:\"Përdoruesi_diskutim\";i:5;s:11:\"$1_diskutim\";i:6;s:5:\"Skeda\";i:7;s:14:\"Skeda_diskutim\";i:9;s:18:\"MediaWiki_diskutim\";i:10;s:6:\"Stampa\";i:11;s:15:\"Stampa_diskutim\";i:12;s:7:\"Ndihmë\";i:13;s:16:\"Ndihmë_diskutim\";i:14;s:9:\"Kategoria\";i:15;s:18:\"Kategoria_diskutim\";i:-2;s:5:\"Media\";i:8;s:9:\"MediaWiki\";i:0;s:0:\"\";}'),('aln','originalFallbackSequence','a:1:{i:0;s:2:\"sq\";}'),('aln','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('aln','pluralRules','a:1:{i:0;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";}'),('aln','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:17:\"aln:Project:Rreth\";s:9:\"aboutsite\";s:22:\"aln:Rreth {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:12:\"aln:Veprimet\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:21:\"aln:Ndodhitë aktuale\";s:17:\"currentevents-url\";s:29:\"aln:Project:Ndodhitë aktuale\";s:14:\"disclaimerpage\";s:38:\"aln:Project:Shfajsimet e përgjithshme\";s:11:\"disclaimers\";s:13:\"aln:Shfajsime\";s:4:\"edit\";s:11:\"aln:Redakto\";s:11:\"editsection\";s:11:\"aln:redakto\";s:15:\"editsectionhint\";s:25:\"aln:Redakto sekcionin: $1\";s:4:\"help\";s:11:\"aln:Ndihmë\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:11:\"aln:Kce te:\";s:16:\"jumptonavigation\";s:11:\"aln:lundrim\";s:12:\"jumptosearch\";s:7:\"aln:lyp\";s:14:\"lastmodifiedat\";s:60:\"aln:Kjo faqe âsht ndryshue për herë të fundit me $2, $1.\";s:8:\"mainpage\";s:18:\"aln:Faqja kryesore\";s:20:\"mainpage-description\";s:18:\"aln:Faqja Kryesore\";s:14:\"mainpage-nstab\";s:17:\"sq:Faqja kryesore\";s:10:\"namespaces\";s:14:\"aln:Hapësinat\";s:10:\"navigation\";s:12:\"aln:Lundrimi\";s:23:\"nav-login-createaccount\";s:24:\"aln:Kyçu / çel llogari\";s:10:\"nstab-main\";s:9:\"aln:Faqja\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:39:\"aln:{{PLURAL:$1|Kategoria|Kategoritë}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:24:\"aln:Vegëz e përhershme\";s:13:\"personaltools\";s:17:\"aln:Vegla vetjake\";s:6:\"portal\";s:25:\"aln:Portali i komunitetit\";s:10:\"portal-url\";s:33:\"aln:Project:Portali i komunitetit\";s:16:\"printableversion\";s:22:\"aln:Version për shtyp\";s:7:\"privacy\";s:26:\"aln:Politika e privatsisë\";s:11:\"privacypage\";s:34:\"aln:Project:Politika e privatsisë\";s:10:\"randompage\";s:21:\"aln:Artikull i rastit\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:23:\"aln:Ndryshimet e fundit\";s:27:\"recentchangeslinked-toolbox\";s:21:\"aln:Ndryshimet fqinje\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:19:\"aln:Marrë nga \"$1\"\";s:6:\"search\";s:7:\"aln:Lyp\";s:13:\"searcharticle\";s:9:\"aln:Çele\";s:12:\"searchbutton\";s:8:\"aln:Lype\";s:20:\"searchsuggest-search\";s:11:\"aln:Kërkim\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:22:\"sq:Menyja e lëvizjeve\";s:14:\"site-atom-feed\";s:16:\"aln:$1 Atom Feed\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:20:\"aln:Faqet e posaçme\";s:7:\"tagline\";s:20:\"aln:Nga {{SITENAME}}\";s:4:\"talk\";s:12:\"aln:Bisedimi\";s:7:\"toolbox\";s:10:\"aln:Veglat\";s:15:\"tooltip-ca-edit\";s:101:\"aln:Mund ta redaktosh kët faqe. Përdore pullën >>Shfaqe parapamjen<< para se t\'i krysh ndryshimet.\";s:18:\"tooltip-ca-history\";s:47:\"aln:Verzionet e mâhershme të këtij artikulli\";s:21:\"tooltip-ca-nstab-main\";s:34:\"aln:Shihe përmbajtjen e atikullit\";s:15:\"tooltip-ca-talk\";s:36:\"aln:Bisedo për përmbajtjen e faqes\";s:21:\"tooltip-ca-viewsource\";s:67:\"aln:Kjo faqe asht e mbrojtun. Mundesh veç me pa burimin e tekstit.\";s:23:\"tooltip-n-currentevents\";s:52:\"aln:Informacion mâ i thukët rreth ndodhive aktuale\";s:14:\"tooltip-n-help\";s:39:\"aln:Vendi ku mundeni me gjetë ndihmë.\";s:30:\"tooltip-n-mainpage-description\";s:24:\"aln:Shihe faqen kryesore\";s:16:\"tooltip-n-portal\";s:62:\"aln:Rreth projektit, çka mundesh me ba, ku me i gjetë gjanat\";s:20:\"tooltip-n-randompage\";s:30:\"aln:Çele nji faqe rastësisht\";s:23:\"tooltip-n-recentchanges\";s:46:\"aln:Lista e ndryshimeve të freskëta në wiki\";s:14:\"tooltip-p-logo\";s:26:\"aln:Shko te faqja kryesore\";s:16:\"tooltip-pt-login\";s:66:\"aln:Të këshillojmë me u kyçë; mirëpo, nuk asht e detyrueshme\";s:24:\"tooltip-pt-createaccount\";s:100:\"sq:Ju rekomandojmë të krijoni një llogari dhe të kyqeni; megjithatë,  nuk është e detyrueshme\";s:14:\"tooltip-search\";s:27:\"aln:Kërko në {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:28:\"aln:Lypi faqet me kët tekst\";s:17:\"tooltip-search-go\";s:53:\"aln:Shko te faqja me emën të njejtë nëse ekziston\";s:14:\"tooltip-t-info\";s:42:\"sq:Më shumë informacion për këtë faqe\";s:19:\"tooltip-t-permalink\";s:45:\"aln:Vegza e përhershme te ky verzion i faqes\";s:15:\"tooltip-t-print\";s:38:\"aln:Version për shtyp i qësaj faqeje\";s:29:\"tooltip-t-recentchangeslinked\";s:60:\"aln:Ndryshimet e freskëta në faqet që lidhen nga kjo faqe\";s:22:\"tooltip-t-specialpages\";s:36:\"aln:Lista e tana faqeve të posaçme\";s:23:\"tooltip-t-whatlinkshere\";s:45:\"aln:Lista e faqeve të wikit që lidhen këtu\";s:8:\"variants\";s:13:\"aln:Variantet\";s:16:\"vector-view-edit\";s:11:\"aln:Redakto\";s:19:\"vector-view-history\";s:19:\"aln:Shih historinë\";s:16:\"vector-view-view\";s:8:\"aln:Lexo\";s:9:\"viewcount\";s:50:\"aln:Kjo faqe âsht pâ {{PLURAL:$1|nji|$1}} herë.\";s:5:\"views\";s:13:\"aln:Paraqitje\";s:13:\"whatlinkshere\";s:19:\"aln:Vegzat me këtu\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:8:\"dmy both\";s:9:\"j F Y H:i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-1;s:8:\"Speciale\";i:1;s:8:\"Diskutim\";i:2;s:10:\"Përdorues\";i:3;s:20:\"Përdoruesi_diskutim\";i:5;s:11:\"$1_diskutim\";i:6;s:5:\"Skeda\";i:7;s:14:\"Skeda_diskutim\";i:9;s:18:\"MediaWiki_diskutim\";i:10;s:6:\"Stampa\";i:11;s:15:\"Stampa_diskutim\";i:12;s:7:\"Ndihmë\";i:13;s:16:\"Ndihmë_diskutim\";i:14;s:9:\"Kategoria\";i:15;s:18:\"Kategoria_diskutim\";i:-2;s:5:\"Media\";i:8;s:9:\"MediaWiki\";i:0;s:0:\"\";}}'),('aln','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('aln','rtl','b:0;'),('aln','separatorTransformTable','a:2:{s:1:\",\";s:1:\".\";s:1:\".\";s:1:\",\";}'),('aln','specialPageAliases','a:142:{s:6:\"Search\";a:4:{i:0;s:6:\"Kërko\";i:1;s:6:\"Kërko\";i:2;s:7:\"Kërkim\";i:3;s:6:\"Search\";}s:11:\"Activeusers\";a:2:{i:0;s:19:\"PërdoruesitAktivë\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:3:{i:0;s:8:\"Mesazhet\";i:1;s:17:\"TëgjithaMesazhet\";i:2;s:11:\"AllMessages\";}s:8:\"Allpages\";a:3:{i:0;s:5:\"Faqet\";i:1;s:14:\"TëgjithaFaqet\";i:2;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:3:{i:0;s:13:\"FaqeTëVjetra\";i:1;s:11:\"FaqetAntike\";i:2;s:12:\"AncientPages\";}s:9:\"Blankpage\";a:2:{i:0;s:8:\"FaqeBosh\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:5:{i:0;s:6:\"Blloko\";i:1;s:8:\"BllokoIP\";i:2;s:5:\"Block\";i:3;s:7:\"BlockIP\";i:4;s:9:\"BlockUser\";}s:11:\"Booksources\";a:3:{i:0;s:15:\"BurimetELibrave\";i:1;s:15:\"BurimeteLibrave\";i:2;s:11:\"BookSources\";}s:10:\"Categories\";a:3:{i:0;s:11:\"Kategoritë\";i:1;s:8:\"Kategori\";i:2;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:2:{i:0;s:12:\"NdryshoEmail\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:4:{i:0;s:20:\"NdryshoFjalëkalimin\";i:1;s:14:\"ChangePassword\";i:2;s:9:\"ResetPass\";i:3;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:12:\"KrahasoFaqet\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:2:{i:0;s:13:\"KonfirmoEmail\";i:1;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:11:\"Kontributet\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:10:\"HapLlogari\";i:1;s:13:\"CreateAccount\";}s:20:\"DeletedContributions\";a:3:{i:0;s:20:\"KontributeTëGrisura\";i:1;s:15:\"GrisKontributet\";i:2;s:20:\"DeletedContributions\";}s:9:\"Emailuser\";a:4:{i:0;s:11:\"DërgoEmail\";i:1;s:17:\"EmailPërdoruesit\";i:2;s:9:\"EmailUser\";i:3;s:5:\"Email\";}s:6:\"Export\";a:2:{i:0;s:8:\"Eksporto\";i:1;s:6:\"Export\";}s:6:\"Import\";a:2:{i:0;s:7:\"Importo\";i:1;s:6:\"Import\";}s:10:\"Listadmins\";a:3:{i:0;s:14:\"RadhitAdminët\";i:1;s:12:\"RreshtoAdmin\";i:2;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:3:{i:0;s:14:\"RadhitRobotët\";i:1;s:13:\"RreshtoBotët\";i:2;s:8:\"ListBots\";}s:9:\"Listfiles\";a:5:{i:0;s:12:\"RadhitSkedat\";i:1;s:12:\"ListaSkedave\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:9:\"Listusers\";a:5:{i:0;s:18:\"RadhitPërdoruesit\";i:1;s:19:\"RreshtoPërdoruesit\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:7:\"MbyllDB\";i:1;s:6:\"LockDB\";}s:9:\"Longpages\";a:3:{i:0;s:12:\"FaqeTëGjata\";i:1;s:11:\"FaqeteGjata\";i:2;s:9:\"LongPages\";}s:8:\"Movepage\";a:3:{i:0;s:11:\"LëvizFaqen\";i:1;s:10:\"LëvizFaqe\";i:2;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:4:{i:0;s:18:\"KontributetVetjake\";i:1;s:17:\"KontributetëMiat\";i:2;s:15:\"MyContributions\";i:3;s:10:\"MyContribs\";}s:6:\"Mypage\";a:3:{i:0;s:12:\"FaqjaVetjake\";i:1;s:8:\"FaqjaIme\";i:2;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:17:\"DiskutimetVetjake\";i:1;s:13:\"DiskutimiImë\";i:2;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:16:\"NgarkimetVetjake\";i:1;s:13:\"NgarkimeteMia\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:3:{i:0;s:12:\"SkedaTëReja\";i:1;s:8:\"NewFiles\";i:2;s:9:\"NewImages\";}s:8:\"Newpages\";a:3:{i:0;s:11:\"FaqeTëReja\";i:1;s:10:\"FaqeteReja\";i:2;s:8:\"NewPages\";}s:11:\"Preferences\";a:3:{i:0;s:13:\"Parapëlqimet\";i:1;s:11:\"Preferencat\";i:2;s:11:\"Preferences\";}s:14:\"Protectedpages\";a:3:{i:0;s:16:\"FaqeTëMbrojtura\";i:1;s:15:\"FaqeteMbrojtura\";i:2;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:3:{i:0;s:16:\"TitujTëMbrojtur\";i:1;s:15:\"TitujteMbrojtur\";i:2;s:15:\"ProtectedTitles\";}s:10:\"Randompage\";a:5:{i:0;s:22:\"ArtikullIRastësishëm\";i:1;s:12:\"Rastësishme\";i:2;s:16:\"FaqeRastësishme\";i:3;s:6:\"Random\";i:4;s:10:\"RandomPage\";}s:13:\"Recentchanges\";a:2:{i:0;s:18:\"NdryshimeSëFundmi\";i:1;s:13:\"RecentChanges\";}s:10:\"Shortpages\";a:3:{i:0;s:15:\"FaqeTëShkurtra\";i:1;s:14:\"FasheteShkurta\";i:2;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:13:\"FaqetSpeciale\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:4:{i:0;s:11:\"Statistikat\";i:1;s:10:\"Statistika\";i:2;s:10:\"Statistics\";i:3;s:5:\"Stats\";}s:7:\"Unblock\";a:2:{i:0;s:8:\"Zhblloko\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:3:{i:0;s:26:\"KategoriTëPakategorizuara\";i:1;s:26:\"KategoriTëpakategorizuara\";i:2;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:23:\"SkedaTëPakategorizuara\";i:1;s:23:\"SkedaTëpakategorizuara\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:3:{i:0;s:22:\"FaqeTëPakategorizuara\";i:1;s:22:\"FaqeTëpakategorizuara\";i:2;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:3:{i:0;s:24:\"StampaTëPakategorizuara\";i:1;s:24:\"StampaTëpakategorizuara\";i:2;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:6:\"Rikthe\";i:1;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:2:{i:0;s:5:\"HapDB\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:3:{i:0;s:23:\"KategoriTëPapërdorura\";i:1;s:23:\"KategoriTëpapërdorura\";i:2;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:20:\"SkedaTëPapërdorura\";i:1;s:20:\"SkedaTëpapërdorura\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:6:\"Upload\";a:2:{i:0;s:6:\"Ngarko\";i:1;s:6:\"Upload\";}s:9:\"Userlogin\";a:4:{i:0;s:5:\"Hyrja\";i:1;s:16:\"HyrjePërdoruesi\";i:2;s:9:\"UserLogin\";i:3;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:5:\"Dalja\";i:1;s:16:\"DaljePërdoruesi\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:7:\"Version\";a:3:{i:0;s:8:\"Versioni\";i:1;s:8:\"Verzioni\";i:2;s:7:\"Version\";}s:16:\"Wantedcategories\";a:3:{i:0;s:22:\"KategoriTëDëshiruara\";i:1;s:23:\"KaetgoritëeDëshiruara\";i:2;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:3:{i:0;s:19:\"SkedaTëDëshiruara\";i:1;s:18:\"SkedateDëshiruara\";i:2;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:18:\"FaqeTëDëshiruara\";i:1;s:17:\"FaqeteDëshiruara\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:3:{i:0;s:20:\"StampaTëDëshiruara\";i:1;s:19:\"StampateDëshiruara\";i:2;s:15:\"WantedTemplates\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:12:\"LidhjetKëtu\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:8:\"PaLidhje\";i:1;s:11:\"PaInterwiki\";i:2;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}}'),('alt','bookstoreList','a:6:{s:53:\"Поиск по библиотекам «Сигла»\";s:45:\"http://www.sigla.ru/results.jsp?f=7&t=3&v0=$1\";s:11:\"Findbook.ru\";s:46:\"http://findbook.ru/search/d0?ptype=4&pvalue=$1\";s:25:\"Яндекс.Маркет\";s:42:\"http://market.yandex.ru/search.xml?text=$1\";s:8:\"ОЗОН\";s:50:\"http://www.ozon.ru/?context=advsearch_book&isbn=$1\";s:8:\"Books.Ru\";s:40:\"http://www.books.ru/shop/search?query=$1\";s:10:\"Amazon.com\";s:42:\"https://www.amazon.com/exec/obidos/ISBN=$1\";}'),('alt','compiledPluralRules','a:3:{i:0;s:48:\"v 0 in i 10 mod 1 in and i 100 mod 11 not-in and\";i:1;s:59:\"v 0 in i 10 mod 2 4 .. in and i 100 mod 12 14 .. not-in and\";i:2;s:93:\"v 0 in i 10 mod 0 in and v 0 in i 10 mod 5 9 .. in and or v 0 in i 100 mod 11 14 .. in and or\";}'),('alt','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:7:\"xg j, Y\";s:8:\"mdy both\";s:12:\"H:i, xg j, Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:11:\"H:i, j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:11:\"H:i, Y xg j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('alt','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('alt','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('alt','defaultDateFormat','s:10:\"dmy or mdy\";'),('alt','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAlt.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/alt.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/alt.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1726467800;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ru.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesRu.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('alt','digitGroupingPattern','s:9:\"#,##0.###\";'),('alt','digitTransformTable','N;'),('alt','fallback','s:2:\"ru\";'),('alt','fallback8bitEncoding','s:12:\"windows-1251\";'),('alt','fallbackSequence','a:2:{i:0;s:2:\"ru\";i:1;s:2:\"en\";}'),('alt','imageFiles','N;'),('alt','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('alt','linkPrefixExtension','b:0;'),('alt','linkTrail','s:93:\"/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяјҥӧӱ]+)(.*)$/sDu\";'),('alt','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:5:\"about\";i:120;s:7:\"article\";i:121;s:9:\"newwindow\";i:122;s:6:\"cancel\";i:123;s:13:\"moredotdotdot\";i:124;s:13:\"morenotlisted\";i:125;s:6:\"mypage\";i:126;s:6:\"mytalk\";i:127;s:8:\"anontalk\";i:128;s:10:\"navigation\";i:129;s:3:\"and\";i:130;s:3:\"faq\";i:131;s:7:\"actions\";i:132;s:10:\"namespaces\";i:133;s:8:\"variants\";i:134;s:18:\"navigation-heading\";i:135;s:14:\"errorpagetitle\";i:136;s:8:\"returnto\";i:137;s:7:\"tagline\";i:138;s:4:\"help\";i:139;s:14:\"help-mediawiki\";i:140;s:6:\"search\";i:141;s:23:\"search-ignored-headings\";i:142;s:12:\"searchbutton\";i:143;s:2:\"go\";i:144;s:13:\"searcharticle\";i:145;s:17:\"skin-view-history\";i:146;s:7:\"history\";i:147;s:13:\"history_short\";i:148;s:13:\"history_small\";i:149;s:13:\"updatedmarker\";i:150;s:16:\"printableversion\";i:151;s:35:\"printableversion-deprecated-warning\";i:152;s:9:\"permalink\";i:153;s:5:\"print\";i:154;s:4:\"view\";i:155;s:14:\"skin-view-view\";i:156;s:17:\"skin-view-foreign\";i:157;s:4:\"edit\";i:158;s:14:\"skin-view-edit\";i:159;s:10:\"edit-local\";i:160;s:6:\"create\";i:161;s:16:\"skin-view-create\";i:162;s:12:\"create-local\";i:163;s:6:\"delete\";i:164;s:14:\"undelete_short\";i:165;s:17:\"viewdeleted_short\";i:166;s:7:\"protect\";i:167;s:14:\"protect_change\";i:168;s:21:\"skin-action-unprotect\";i:169;s:9:\"unprotect\";i:170;s:7:\"newpage\";i:171;s:16:\"talkpagelinktext\";i:172;s:11:\"specialpage\";i:173;s:13:\"personaltools\";i:174;s:4:\"talk\";i:175;s:5:\"views\";i:176;s:7:\"toolbox\";i:177;s:8:\"cactions\";i:178;s:20:\"tool-link-userrights\";i:179;s:29:\"tool-link-userrights-readonly\";i:180;s:19:\"tool-link-emailuser\";i:181;s:9:\"imagepage\";i:182;s:13:\"mediawikipage\";i:183;s:12:\"templatepage\";i:184;s:12:\"viewhelppage\";i:185;s:12:\"categorypage\";i:186;s:12:\"viewtalkpage\";i:187;s:14:\"otherlanguages\";i:188;s:14:\"redirectedfrom\";i:189;s:15:\"redirectpagesub\";i:190;s:10:\"redirectto\";i:191;s:14:\"lastmodifiedat\";i:192;s:9:\"viewcount\";i:193;s:13:\"protectedpage\";i:194;s:6:\"jumpto\";i:195;s:16:\"jumptonavigation\";i:196;s:12:\"jumptosearch\";i:197;s:15:\"view-pool-error\";i:198;s:18:\"generic-pool-error\";i:199;s:12:\"pool-timeout\";i:200;s:14:\"pool-queuefull\";i:201;s:17:\"pool-errorunknown\";i:202;s:16:\"pool-servererror\";i:203;s:23:\"poolcounter-usage-error\";i:204;s:9:\"aboutsite\";i:205;s:9:\"aboutpage\";i:206;s:9:\"copyright\";i:207;s:13:\"copyrightpage\";i:208;s:13:\"currentevents\";i:209;s:17:\"currentevents-url\";i:210;s:11:\"disclaimers\";i:211;s:14:\"disclaimerpage\";i:212;s:8:\"edithelp\";i:213;s:20:\"helppage-top-gethelp\";i:214;s:8:\"mainpage\";i:215;s:20:\"mainpage-description\";i:216;s:10:\"policy-url\";i:217;s:6:\"portal\";i:218;s:10:\"portal-url\";i:219;s:7:\"privacy\";i:220;s:11:\"privacypage\";i:221;s:9:\"badaccess\";i:222;s:16:\"badaccess-group0\";i:223;s:16:\"badaccess-groups\";i:224;s:15:\"versionrequired\";i:225;s:19:\"versionrequiredtext\";i:226;s:2:\"ok\";i:227;s:13:\"retrievedfrom\";i:228;s:18:\"youhavenewmessages\";i:229;s:27:\"youhavenewmessagesfromusers\";i:230;s:27:\"youhavenewmessagesmanyusers\";i:231;s:21:\"newmessageslinkplural\";i:232;s:25:\"newmessagesdifflinkplural\";i:233;s:11:\"editsection\";i:234;s:7:\"editold\";i:235;s:13:\"viewsourceold\";i:236;s:8:\"editlink\";i:237;s:14:\"viewsourcelink\";i:238;s:15:\"editsectionhint\";i:239;s:3:\"toc\";i:240;s:7:\"showtoc\";i:241;s:7:\"hidetoc\";i:242;s:20:\"collapsible-collapse\";i:243;s:18:\"collapsible-expand\";i:244;s:19:\"confirmable-confirm\";i:245;s:15:\"confirmable-yes\";i:246;s:14:\"confirmable-no\";i:247;s:13:\"thisisdeleted\";i:248;s:11:\"viewdeleted\";i:249;s:11:\"restorelink\";i:250;s:12:\"feed-invalid\";i:251;s:16:\"feed-unavailable\";i:252;s:13:\"site-rss-feed\";i:253;s:14:\"site-atom-feed\";i:254;s:13:\"page-rss-feed\";i:255;s:14:\"page-atom-feed\";i:256;s:14:\"red-link-title\";i:257;s:15:\"sort-descending\";i:258;s:14:\"sort-ascending\";i:259;s:12:\"sort-initial\";i:260;s:18:\"sort-rowspan-error\";i:261;s:10:\"nstab-main\";i:262;s:10:\"nstab-user\";i:263;s:11:\"nstab-media\";i:264;s:13:\"nstab-special\";i:265;s:13:\"nstab-project\";i:266;s:11:\"nstab-image\";i:267;s:15:\"nstab-mediawiki\";i:268;s:14:\"nstab-template\";i:269;s:10:\"nstab-help\";i:270;s:14:\"nstab-category\";i:271;s:14:\"mainpage-nstab\";i:272;s:12:\"nosuchaction\";i:273;s:16:\"nosuchactiontext\";i:274;s:17:\"nosuchspecialpage\";i:275;s:17:\"nospecialpagetext\";i:276;s:5:\"error\";i:277;s:13:\"databaseerror\";i:278;s:18:\"databaseerror-text\";i:279;s:20:\"databaseerror-textcl\";i:280;s:19:\"databaseerror-query\";i:281;s:22:\"databaseerror-function\";i:282;s:19:\"databaseerror-error\";i:283;s:35:\"transaction-duration-limit-exceeded\";i:284;s:39:\"transaction-max-statement-time-exceeded\";i:285;s:17:\"laggedreplicamode\";i:286;s:8:\"readonly\";i:287;s:15:\"enterlockreason\";i:288;s:12:\"readonlytext\";i:289;s:15:\"missing-article\";i:290;s:18:\"missingarticle-rev\";i:291;s:19:\"missingarticle-diff\";i:292;s:12:\"readonly_lag\";i:293;s:26:\"nonwrite-api-promise-error\";i:294;s:12:\"timeouterror\";i:295;s:17:\"timeouterror-text\";i:296;s:13:\"internalerror\";i:297;s:18:\"internalerror_info\";i:298;s:29:\"internalerror-fatal-exception\";i:299;s:13:\"filecopyerror\";i:300;s:15:\"filerenameerror\";i:301;s:15:\"filedeleteerror\";i:302;s:20:\"directorycreateerror\";i:303;s:22:\"directoryreadonlyerror\";i:304;s:12:\"filenotfound\";i:305;s:10:\"unexpected\";i:306;s:9:\"formerror\";i:307;s:15:\"badarticleerror\";i:308;s:12:\"cannotdelete\";i:309;s:18:\"cannotdelete-title\";i:310;s:16:\"delete-scheduled\";i:311;s:19:\"delete-hook-aborted\";i:312;s:16:\"no-null-revision\";i:313;s:8:\"badtitle\";i:314;s:12:\"badtitletext\";i:315;s:13:\"title-invalid\";i:316;s:19:\"title-invalid-empty\";i:317;s:18:\"title-invalid-utf8\";i:318;s:23:\"title-invalid-interwiki\";i:319;s:28:\"title-invalid-talk-namespace\";i:320;s:24:\"title-invalid-characters\";i:321;s:22:\"title-invalid-relative\";i:322;s:25:\"title-invalid-magic-tilde\";i:323;s:22:\"title-invalid-too-long\";i:324;s:27:\"title-invalid-leading-colon\";i:325;s:10:\"perfcached\";i:326;s:12:\"perfcachedts\";i:327;s:20:\"querypage-no-updates\";i:328;s:28:\"querypage-updates-periodical\";i:329;s:10:\"viewsource\";i:330;s:22:\"skin-action-viewsource\";i:331;s:16:\"viewsource-title\";i:332;s:15:\"actionthrottled\";i:333;s:19:\"actionthrottledtext\";i:334;s:17:\"protectedpagetext\";i:335;s:14:\"viewsourcetext\";i:336;s:12:\"viewyourtext\";i:337;s:18:\"protectedinterface\";i:338;s:16:\"editinginterface\";i:339;s:18:\"translateinterface\";i:340;s:16:\"cascadeprotected\";i:341;s:18:\"namespaceprotected\";i:342;s:18:\"customcssprotected\";i:343;s:19:\"customjsonprotected\";i:344;s:17:\"customjsprotected\";i:345;s:16:\"sitecssprotected\";i:346;s:17:\"sitejsonprotected\";i:347;s:15:\"sitejsprotected\";i:348;s:20:\"siterawhtmlprotected\";i:349;s:20:\"mycustomcssprotected\";i:350;s:21:\"mycustomjsonprotected\";i:351;s:19:\"mycustomjsprotected\";i:352;s:22:\"myprivateinfoprotected\";i:353;s:22:\"mypreferencesprotected\";i:354;s:19:\"ns-specialprotected\";i:355;s:14:\"titleprotected\";i:356;s:17:\"filereadonlyerror\";i:357;s:12:\"invalidtitle\";i:358;s:27:\"invalidtitle-knownnamespace\";i:359;s:29:\"invalidtitle-unknownnamespace\";i:360;s:17:\"exception-nologin\";i:361;s:22:\"exception-nologin-text\";i:362;s:29:\"exception-nologin-text-manual\";i:363;s:16:\"virus-badscanner\";i:364;s:16:\"virus-scanfailed\";i:365;s:20:\"virus-unknownscanner\";i:366;s:10:\"logouttext\";i:367;s:18:\"logging-out-notify\";i:368;s:13:\"logout-failed\";i:369;s:21:\"cannotlogoutnow-title\";i:370;s:20:\"cannotlogoutnow-text\";i:371;s:11:\"welcomeuser\";i:372;s:19:\"welcomecreation-msg\";i:373;s:8:\"yourname\";i:374;s:18:\"userlogin-yourname\";i:375;s:21:\"userlogin-yourname-ph\";i:376;s:30:\"createacct-another-username-ph\";i:377;s:12:\"yourpassword\";i:378;s:23:\"prefs-help-yourpassword\";i:379;s:22:\"userlogin-yourpassword\";i:380;s:25:\"userlogin-yourpassword-ph\";i:381;s:26:\"createacct-yourpassword-ph\";i:382;s:17:\"yourpasswordagain\";i:383;s:24:\"createacct-useuniquepass\";i:384;s:28:\"createacct-yourpasswordagain\";i:385;s:31:\"createacct-yourpasswordagain-ph\";i:386;s:28:\"userlogin-remembermypassword\";i:387;s:24:\"userlogin-signwithsecure\";i:388;s:17:\"cannotlogin-title\";i:389;s:16:\"cannotlogin-text\";i:390;s:20:\"cannotloginnow-title\";i:391;s:19:\"cannotloginnow-text\";i:392;s:25:\"cannotcreateaccount-title\";i:393;s:24:\"cannotcreateaccount-text\";i:394;s:14:\"yourdomainname\";i:395;s:25:\"password-change-forbidden\";i:396;s:15:\"externaldberror\";i:397;s:5:\"login\";i:398;s:14:\"login-security\";i:399;s:23:\"nav-login-createaccount\";i:400;s:6:\"logout\";i:401;s:10:\"userlogout\";i:402;s:11:\"notloggedin\";i:403;s:19:\"userlogin-noaccount\";i:404;s:21:\"userlogin-joinproject\";i:405;s:13:\"createaccount\";i:406;s:28:\"userlogin-resetpassword-link\";i:407;s:19:\"userlogin-helplink2\";i:408;s:18:\"userlogin-loggedin\";i:409;s:16:\"userlogin-reauth\";i:410;s:23:\"userlogin-createanother\";i:411;s:24:\"createacct-emailrequired\";i:412;s:24:\"createacct-emailoptional\";i:413;s:19:\"createacct-email-ph\";i:414;s:27:\"createacct-another-email-ph\";i:415;s:17:\"createaccountmail\";i:416;s:22:\"createaccountmail-help\";i:417;s:19:\"createacct-realname\";i:418;s:17:\"createacct-reason\";i:419;s:20:\"createacct-reason-ph\";i:420;s:22:\"createacct-reason-help\";i:421;s:25:\"createacct-reason-confirm\";i:422;s:17:\"createacct-submit\";i:423;s:25:\"createacct-another-submit\";i:424;s:26:\"createacct-continue-submit\";i:425;s:34:\"createacct-another-continue-submit\";i:426;s:26:\"createacct-benefit-heading\";i:427;s:24:\"createacct-benefit-body1\";i:428;s:24:\"createacct-benefit-body2\";i:429;s:24:\"createacct-benefit-body3\";i:430;s:9:\"badretype\";i:431;s:18:\"usernameinprogress\";i:432;s:10:\"userexists\";i:433;s:24:\"createacct-normalization\";i:434;s:10:\"loginerror\";i:435;s:16:\"createacct-error\";i:436;s:18:\"createaccounterror\";i:437;s:12:\"nocookiesnew\";i:438;s:14:\"nocookieslogin\";i:439;s:15:\"nocookiesfornew\";i:440;s:21:\"createacct-loginerror\";i:441;s:23:\"createacct-temp-warning\";i:442;s:6:\"noname\";i:443;s:17:\"loginsuccesstitle\";i:444;s:12:\"loginsuccess\";i:445;s:10:\"nosuchuser\";i:446;s:15:\"nosuchusershort\";i:447;s:15:\"nouserspecified\";i:448;s:17:\"login-userblocked\";i:449;s:13:\"wrongpassword\";i:450;s:18:\"wrongpasswordempty\";i:451;s:16:\"passwordtooshort\";i:452;s:15:\"passwordtoolong\";i:453;s:20:\"passwordincommonlist\";i:454;s:19:\"password-name-match\";i:455;s:33:\"password-substring-username-match\";i:456;s:24:\"password-login-forbidden\";i:457;s:14:\"mailmypassword\";i:458;s:21:\"passwordremindertitle\";i:459;s:20:\"passwordremindertext\";i:460;s:7:\"noemail\";i:461;s:13:\"noemailcreate\";i:462;s:12:\"passwordsent\";i:463;s:20:\"blocked-mailpassword\";i:464;s:12:\"eauthentsent\";i:465;s:22:\"throttled-mailpassword\";i:466;s:9:\"mailerror\";i:467;s:26:\"acct_creation_throttle_hit\";i:468;s:18:\"emailauthenticated\";i:469;s:21:\"emailnotauthenticated\";i:470;s:12:\"noemailprefs\";i:471;s:16:\"emailconfirmlink\";i:472;s:19:\"invalidemailaddress\";i:473;s:17:\"cannotchangeemail\";i:474;s:13:\"emaildisabled\";i:475;s:14:\"accountcreated\";i:476;s:18:\"accountcreatedtext\";i:477;s:19:\"createaccount-title\";i:478;s:18:\"createaccount-text\";i:479;s:15:\"login-throttled\";i:480;s:19:\"login-abort-generic\";i:481;s:22:\"login-migrated-generic\";i:482;s:18:\"loginlanguagelabel\";i:483;s:21:\"suspicious-userlogout\";i:484;s:31:\"createacct-another-realname-tip\";i:485;s:8:\"pt-login\";i:486;s:15:\"pt-login-button\";i:487;s:24:\"pt-login-continue-button\";i:488;s:16:\"pt-createaccount\";i:489;s:13:\"pt-userlogout\";i:490;s:22:\"php-mail-error-unknown\";i:491;s:17:\"user-mail-no-addy\";i:492;s:17:\"user-mail-no-body\";i:493;s:14:\"changepassword\";i:494;s:18:\"resetpass_announce\";i:495;s:16:\"resetpass_header\";i:496;s:11:\"oldpassword\";i:497;s:11:\"newpassword\";i:498;s:9:\"retypenew\";i:499;s:16:\"resetpass_submit\";i:500;s:22:\"changepassword-success\";i:501;s:24:\"changepassword-throttled\";i:502;s:12:\"botpasswords\";i:503;s:20:\"botpasswords-summary\";i:504;s:21:\"botpasswords-disabled\";i:505;s:26:\"botpasswords-no-central-id\";i:506;s:21:\"botpasswords-existing\";i:507;s:22:\"botpasswords-createnew\";i:508;s:25:\"botpasswords-editexisting\";i:509;s:29:\"botpasswords-label-needsreset\";i:510;s:24:\"botpasswords-label-appid\";i:511;s:25:\"botpasswords-label-create\";i:512;s:25:\"botpasswords-label-update\";i:513;s:25:\"botpasswords-label-cancel\";i:514;s:25:\"botpasswords-label-delete\";i:515;s:32:\"botpasswords-label-resetpassword\";i:516;s:25:\"botpasswords-label-grants\";i:517;s:24:\"botpasswords-help-grants\";i:518;s:32:\"botpasswords-label-grants-column\";i:519;s:22:\"botpasswords-bad-appid\";i:520;s:33:\"botpasswords-toolong-restrictions\";i:521;s:27:\"botpasswords-toolong-grants\";i:522;s:26:\"botpasswords-insert-failed\";i:523;s:26:\"botpasswords-update-failed\";i:524;s:26:\"botpasswords-created-title\";i:525;s:25:\"botpasswords-created-body\";i:526;s:26:\"botpasswords-updated-title\";i:527;s:25:\"botpasswords-updated-body\";i:528;s:26:\"botpasswords-deleted-title\";i:529;s:25:\"botpasswords-deleted-body\";i:530;s:24:\"botpasswords-newpassword\";i:531;s:24:\"botpasswords-no-provider\";i:532;s:31:\"botpasswords-restriction-failed\";i:533;s:25:\"botpasswords-invalid-name\";i:534;s:22:\"botpasswords-not-exist\";i:535;s:24:\"botpasswords-needs-reset\";i:536;s:19:\"botpasswords-locked\";i:537;s:19:\"resetpass_forbidden\";i:538;s:26:\"resetpass_forbidden-reason\";i:539;s:17:\"resetpass-no-info\";i:540;s:25:\"resetpass-submit-loggedin\";i:541;s:23:\"resetpass-submit-cancel\";i:542;s:23:\"resetpass-wrong-oldpass\";i:543;s:18:\"resetpass-recycled\";i:544;s:22:\"resetpass-temp-emailed\";i:545;s:23:\"resetpass-temp-password\";i:546;s:23:\"resetpass-abort-generic\";i:547;s:17:\"resetpass-expired\";i:548;s:22:\"resetpass-expired-soft\";i:549;s:18:\"resetpass-validity\";i:550;s:23:\"resetpass-validity-soft\";i:551;s:13:\"passwordreset\";i:552;s:22:\"passwordreset-text-one\";i:553;s:23:\"passwordreset-text-many\";i:554;s:22:\"passwordreset-disabled\";i:555;s:27:\"passwordreset-emaildisabled\";i:556;s:22:\"passwordreset-username\";i:557;s:20:\"passwordreset-domain\";i:558;s:19:\"passwordreset-email\";i:559;s:24:\"passwordreset-emailtitle\";i:560;s:26:\"passwordreset-emailtext-ip\";i:561;s:28:\"passwordreset-emailtext-user\";i:562;s:26:\"passwordreset-emailelement\";i:563;s:21:\"passwordreset-success\";i:564;s:37:\"passwordreset-success-details-generic\";i:565;s:26:\"passwordreset-success-info\";i:566;s:37:\"passwordreset-emailtext-require-email\";i:567;s:22:\"passwordreset-nocaller\";i:568;s:26:\"passwordreset-nosuchcaller\";i:569;s:21:\"passwordreset-ignored\";i:570;s:20:\"passwordreset-nodata\";i:571;s:11:\"changeemail\";i:572;s:18:\"changeemail-header\";i:573;s:19:\"changeemail-no-info\";i:574;s:20:\"changeemail-oldemail\";i:575;s:20:\"changeemail-newemail\";i:576;s:25:\"changeemail-newemail-help\";i:577;s:16:\"changeemail-none\";i:578;s:20:\"changeemail-password\";i:579;s:18:\"changeemail-submit\";i:580;s:21:\"changeemail-throttled\";i:581;s:20:\"changeemail-nochange\";i:582;s:21:\"changeemail-maxlength\";i:583;s:11:\"resettokens\";i:584;s:16:\"resettokens-text\";i:585;s:21:\"resettokens-no-tokens\";i:586;s:18:\"resettokens-tokens\";i:587;s:23:\"resettokens-token-label\";i:588;s:27:\"resettokens-watchlist-token\";i:589;s:16:\"resettokens-done\";i:590;s:23:\"resettokens-resetbutton\";i:591;s:7:\"summary\";i:592;s:7:\"subject\";i:593;s:9:\"minoredit\";i:594;s:9:\"watchthis\";i:595;s:11:\"savearticle\";i:596;s:11:\"savechanges\";i:597;s:11:\"publishpage\";i:598;s:14:\"publishchanges\";i:599;s:17:\"savearticle-start\";i:600;s:17:\"savechanges-start\";i:601;s:17:\"publishpage-start\";i:602;s:20:\"publishchanges-start\";i:603;s:7:\"preview\";i:604;s:11:\"showpreview\";i:605;s:8:\"showdiff\";i:606;s:12:\"blankarticle\";i:607;s:15:\"anoneditwarning\";i:608;s:18:\"anonpreviewwarning\";i:609;s:14:\"missingsummary\";i:610;s:12:\"selfredirect\";i:611;s:18:\"missingcommenttext\";i:612;s:20:\"missingcommentheader\";i:613;s:15:\"summary-preview\";i:614;s:16:\"previewerrortext\";i:615;s:12:\"blockedtitle\";i:616;s:19:\"blockedtext-partial\";i:617;s:11:\"blockedtext\";i:618;s:15:\"autoblockedtext\";i:619;s:17:\"systemblockedtext\";i:620;s:15:\"blockednoreason\";i:621;s:21:\"blockedtext-composite\";i:622;s:25:\"blockedtext-composite-ids\";i:623;s:28:\"blockedtext-composite-no-ids\";i:624;s:28:\"blockedtext-composite-reason\";i:625;s:17:\"whitelistedittext\";i:626;s:15:\"confirmedittext\";i:627;s:18:\"nosuchsectiontitle\";i:628;s:17:\"nosuchsectiontext\";i:629;s:13:\"loginreqtitle\";i:630;s:12:\"loginreqlink\";i:631;s:16:\"loginreqpagetext\";i:632;s:12:\"accmailtitle\";i:633;s:11:\"accmailtext\";i:634;s:10:\"newarticle\";i:635;s:14:\"newarticletext\";i:636;s:16:\"anontalkpagetext\";i:637;s:13:\"noarticletext\";i:638;s:26:\"noarticletext-nopermission\";i:639;s:27:\"missing-revision-permission\";i:640;s:16:\"missing-revision\";i:641;s:24:\"missing-revision-content\";i:642;s:25:\"userpage-userdoesnotexist\";i:643;s:30:\"userpage-userdoesnotexist-view\";i:644;s:25:\"blocked-notice-logextract\";i:645;s:14:\"clearyourcache\";i:646;s:20:\"usercssyoucanpreview\";i:647;s:21:\"userjsonyoucanpreview\";i:648;s:19:\"userjsyoucanpreview\";i:649;s:14:\"usercsspreview\";i:650;s:15:\"userjsonpreview\";i:651;s:13:\"userjspreview\";i:652;s:14:\"sitecsspreview\";i:653;s:15:\"sitejsonpreview\";i:654;s:13:\"sitejspreview\";i:655;s:22:\"userinvalidconfigtitle\";i:656;s:7:\"updated\";i:657;s:4:\"note\";i:658;s:11:\"previewnote\";i:659;s:16:\"continue-editing\";i:660;s:15:\"previewconflict\";i:661;s:20:\"session_fail_preview\";i:662;s:25:\"session_fail_preview_html\";i:663;s:20:\"edit_form_incomplete\";i:664;s:7:\"editing\";i:665;s:24:\"edit-textarea-aria-label\";i:666;s:8:\"creating\";i:667;s:14:\"editingsection\";i:668;s:14:\"editingcomment\";i:669;s:12:\"editconflict\";i:670;s:15:\"explainconflict\";i:671;s:8:\"yourtext\";i:672;s:13:\"storedversion\";i:673;s:10:\"editingold\";i:674;s:20:\"unicode-support-fail\";i:675;s:8:\"yourdiff\";i:676;s:16:\"copyrightwarning\";i:677;s:17:\"copyrightwarning2\";i:678;s:32:\"editpage-cannot-use-custom-model\";i:679;s:13:\"longpageerror\";i:680;s:15:\"readonlywarning\";i:681;s:20:\"protectedpagewarning\";i:682;s:24:\"semiprotectedpagewarning\";i:683;s:23:\"cascadeprotectedwarning\";i:684;s:21:\"titleprotectedwarning\";i:685;s:13:\"templatesused\";i:686;s:20:\"templatesusedpreview\";i:687;s:20:\"templatesusedsection\";i:688;s:18:\"template-protected\";i:689;s:22:\"template-semiprotected\";i:690;s:16:\"hiddencategories\";i:691;s:9:\"edittools\";i:692;s:12:\"nocreatetext\";i:693;s:17:\"nocreate-loggedin\";i:694;s:29:\"sectioneditnotsupported-title\";i:695;s:28:\"sectioneditnotsupported-text\";i:696;s:27:\"modeleditnotsupported-title\";i:697;s:26:\"modeleditnotsupported-text\";i:698;s:17:\"permissionserrors\";i:699;s:21:\"permissionserrorstext\";i:700;s:32:\"permissionserrorstext-withaction\";i:701;s:21:\"contentmodelediterror\";i:702;s:26:\"recreate-moveddeleted-warn\";i:703;s:19:\"moveddeleted-notice\";i:704;s:26:\"moveddeleted-notice-recent\";i:705;s:11:\"log-fulllog\";i:706;s:17:\"edit-hook-aborted\";i:707;s:17:\"edit-gone-missing\";i:708;s:13:\"edit-conflict\";i:709;s:14:\"edit-no-change\";i:710;s:21:\"edit-slots-cannot-add\";i:711;s:24:\"edit-slots-cannot-remove\";i:712;s:18:\"edit-slots-missing\";i:713;s:29:\"postedit-confirmation-created\";i:714;s:30:\"postedit-confirmation-restored\";i:715;s:27:\"postedit-confirmation-saved\";i:716;s:31:\"postedit-confirmation-published\";i:717;s:27:\"postedit-temp-created-label\";i:718;s:19:\"edit-already-exists\";i:719;s:18:\"defaultmessagetext\";i:720;s:23:\"content-failed-to-parse\";i:721;s:20:\"invalid-content-data\";i:722;s:17:\"invalid-json-data\";i:723;s:24:\"content-not-allowed-here\";i:724;s:20:\"confirmleave-warning\";i:725;s:34:\"editpage-invalidcontentmodel-title\";i:726;s:33:\"editpage-invalidcontentmodel-text\";i:727;s:40:\"editpage-notsupportedcontentformat-title\";i:728;s:39:\"editpage-notsupportedcontentformat-text\";i:729;s:14:\"slot-name-main\";i:730;s:22:\"content-model-wikitext\";i:731;s:18:\"content-model-text\";i:732;s:24:\"content-model-javascript\";i:733;s:25:\"content-json-empty-object\";i:734;s:24:\"content-json-empty-array\";i:735;s:25:\"unsupported-content-model\";i:736;s:24:\"unsupported-content-diff\";i:737;s:25:\"unsupported-content-diff2\";i:738;s:22:\"duplicate-args-warning\";i:739;s:23:\"duplicate-args-category\";i:740;s:28:\"duplicate-args-category-desc\";i:741;s:32:\"expensive-parserfunction-warning\";i:742;s:33:\"expensive-parserfunction-category\";i:743;s:38:\"post-expand-template-inclusion-warning\";i:744;s:39:\"post-expand-template-inclusion-category\";i:745;s:37:\"post-expand-template-argument-warning\";i:746;s:38:\"post-expand-template-argument-category\";i:747;s:24:\"template-equals-category\";i:748;s:29:\"template-equals-category-desc\";i:749;s:23:\"template-equals-warning\";i:750;s:28:\"parser-template-loop-warning\";i:751;s:22:\"template-loop-category\";i:752;s:27:\"template-loop-category-desc\";i:753;s:21:\"template-loop-warning\";i:754;s:39:\"parser-template-recursion-depth-warning\";i:755;s:32:\"language-converter-depth-warning\";i:756;s:28:\"node-count-exceeded-category\";i:757;s:33:\"node-count-exceeded-category-desc\";i:758;s:27:\"node-count-exceeded-warning\";i:759;s:33:\"expansion-depth-exceeded-category\";i:760;s:38:\"expansion-depth-exceeded-category-desc\";i:761;s:32:\"expansion-depth-exceeded-warning\";i:762;s:27:\"parser-unstrip-loop-warning\";i:763;s:21:\"unstrip-depth-warning\";i:764;s:22:\"unstrip-depth-category\";i:765;s:27:\"unstrip-depth-category-desc\";i:766;s:20:\"unstrip-size-warning\";i:767;s:21:\"unstrip-size-category\";i:768;s:26:\"unstrip-size-category-desc\";i:769;s:27:\"converter-manual-rule-error\";i:770;s:12:\"undo-success\";i:771;s:12:\"undo-failure\";i:772;s:19:\"undo-main-slot-only\";i:773;s:10:\"undo-norev\";i:774;s:13:\"undo-nochange\";i:775;s:12:\"undo-summary\";i:776;s:17:\"undo-summary-anon\";i:777;s:19:\"undo-summary-import\";i:778;s:20:\"undo-summary-import2\";i:779;s:28:\"undo-summary-username-hidden\";i:780;s:12:\"viewpagelogs\";i:781;s:22:\"viewpagelogs-lowercase\";i:782;s:9:\"nohistory\";i:783;s:10:\"currentrev\";i:784;s:15:\"currentrev-asof\";i:785;s:12:\"revisionasof\";i:786;s:13:\"revision-info\";i:787;s:16:\"previousrevision\";i:788;s:12:\"nextrevision\";i:789;s:19:\"currentrevisionlink\";i:790;s:3:\"cur\";i:791;s:11:\"tooltip-cur\";i:792;s:4:\"next\";i:793;s:4:\"last\";i:794;s:12:\"tooltip-last\";i:795;s:10:\"page_first\";i:796;s:9:\"page_last\";i:797;s:10:\"histlegend\";i:798;s:22:\"history-fieldset-title\";i:799;s:20:\"history-show-deleted\";i:800;s:9:\"histfirst\";i:801;s:8:\"histlast\";i:802;s:11:\"historysize\";i:803;s:12:\"historyempty\";i:804;s:18:\"history-feed-title\";i:805;s:24:\"history-feed-description\";i:806;s:27:\"history-feed-item-nocomment\";i:807;s:18:\"history-feed-empty\";i:808;s:17:\"history-edit-tags\";i:809;s:13:\"history-empty\";i:810;s:19:\"rev-deleted-comment\";i:811;s:16:\"rev-deleted-user\";i:812;s:17:\"rev-deleted-event\";i:813;s:25:\"rev-deleted-user-contribs\";i:814;s:27:\"rev-deleted-text-permission\";i:815;s:19:\"rev-suppressed-text\";i:816;s:30:\"rev-suppressed-text-permission\";i:817;s:23:\"rev-deleted-text-unhide\";i:818;s:26:\"rev-suppressed-text-unhide\";i:819;s:21:\"rev-deleted-text-view\";i:820;s:24:\"rev-suppressed-text-view\";i:821;s:19:\"rev-deleted-no-diff\";i:822;s:22:\"rev-suppressed-no-diff\";i:823;s:23:\"rev-deleted-unhide-diff\";i:824;s:26:\"rev-suppressed-unhide-diff\";i:825;s:21:\"rev-deleted-diff-view\";i:826;s:24:\"rev-suppressed-diff-view\";i:827;s:12:\"rev-delundel\";i:828;s:15:\"rev-showdeleted\";i:829;s:14:\"revisiondelete\";i:830;s:23:\"revdelete-nooldid-title\";i:831;s:22:\"revdelete-nooldid-text\";i:832;s:17:\"revdelete-no-file\";i:833;s:27:\"revdelete-show-file-confirm\";i:834;s:26:\"revdelete-show-file-submit\";i:835;s:23:\"revdelete-selected-text\";i:836;s:23:\"revdelete-selected-file\";i:837;s:18:\"logdelete-selected\";i:838;s:19:\"revdelete-text-text\";i:839;s:19:\"revdelete-text-file\";i:840;s:14:\"logdelete-text\";i:841;s:21:\"revdelete-text-others\";i:842;s:17:\"revdelete-confirm\";i:843;s:23:\"revdelete-suppress-text\";i:844;s:16:\"revdelete-legend\";i:845;s:19:\"revdelete-hide-text\";i:846;s:20:\"revdelete-hide-image\";i:847;s:19:\"revdelete-hide-name\";i:848;s:22:\"revdelete-hide-comment\";i:849;s:19:\"revdelete-hide-user\";i:850;s:25:\"revdelete-hide-restricted\";i:851;s:20:\"revdelete-radio-same\";i:852;s:19:\"revdelete-radio-set\";i:853;s:21:\"revdelete-radio-unset\";i:854;s:18:\"revdelete-suppress\";i:855;s:20:\"revdelete-unsuppress\";i:856;s:13:\"revdelete-log\";i:857;s:16:\"revdelete-submit\";i:858;s:17:\"revdelete-success\";i:859;s:17:\"revdelete-failure\";i:860;s:17:\"logdelete-success\";i:861;s:17:\"logdelete-failure\";i:862;s:14:\"revdel-restore\";i:863;s:8:\"pagehist\";i:864;s:11:\"deletedhist\";i:865;s:22:\"revdelete-hide-current\";i:866;s:24:\"revdelete-show-no-access\";i:867;s:26:\"revdelete-modify-no-access\";i:868;s:24:\"revdelete-modify-missing\";i:869;s:19:\"revdelete-no-change\";i:870;s:27:\"revdelete-concurrent-change\";i:871;s:25:\"revdelete-only-restricted\";i:872;s:25:\"revdelete-reason-dropdown\";i:873;s:34:\"revdelete-reason-dropdown-suppress\";i:874;s:21:\"revdelete-otherreason\";i:875;s:25:\"revdelete-reasonotherlist\";i:876;s:25:\"revdelete-edit-reasonlist\";i:877;s:34:\"revdelete-edit-reasonlist-suppress\";i:878;s:18:\"revdelete-offender\";i:879;s:14:\"suppressionlog\";i:880;s:18:\"suppressionlogtext\";i:881;s:12:\"mergehistory\";i:882;s:19:\"mergehistory-header\";i:883;s:16:\"mergehistory-box\";i:884;s:17:\"mergehistory-from\";i:885;s:17:\"mergehistory-into\";i:886;s:17:\"mergehistory-list\";i:887;s:18:\"mergehistory-merge\";i:888;s:15:\"mergehistory-go\";i:889;s:19:\"mergehistory-submit\";i:890;s:18:\"mergehistory-empty\";i:891;s:17:\"mergehistory-done\";i:892;s:17:\"mergehistory-fail\";i:893;s:31:\"mergehistory-fail-bad-timestamp\";i:894;s:32:\"mergehistory-fail-invalid-source\";i:895;s:30:\"mergehistory-fail-invalid-dest\";i:896;s:27:\"mergehistory-fail-no-change\";i:897;s:28:\"mergehistory-fail-permission\";i:898;s:28:\"mergehistory-fail-self-merge\";i:899;s:36:\"mergehistory-fail-timestamps-overlap\";i:900;s:24:\"mergehistory-fail-toobig\";i:901;s:22:\"mergehistory-no-source\";i:902;s:27:\"mergehistory-no-destination\";i:903;s:27:\"mergehistory-invalid-source\";i:904;s:32:\"mergehistory-invalid-destination\";i:905;s:24:\"mergehistory-autocomment\";i:906;s:20:\"mergehistory-comment\";i:907;s:29:\"mergehistory-same-destination\";i:908;s:19:\"mergehistory-reason\";i:909;s:34:\"mergehistory-source-deleted-reason\";i:910;s:27:\"mergehistory-source-deleted\";i:911;s:8:\"mergelog\";i:912;s:11:\"revertmerge\";i:913;s:16:\"mergelogpagetext\";i:914;s:13:\"history-title\";i:915;s:16:\"difference-title\";i:916;s:26:\"difference-title-multipage\";i:917;s:20:\"difference-multipage\";i:918;s:6:\"lineno\";i:919;s:23:\"compareselectedversions\";i:920;s:24:\"showhideselectedversions\";i:921;s:8:\"editundo\";i:922;s:10:\"diff-empty\";i:923;s:19:\"diff-multi-sameuser\";i:924;s:21:\"diff-multi-otherusers\";i:925;s:20:\"diff-multi-manyusers\";i:926;s:26:\"diff-paragraph-moved-tonew\";i:927;s:26:\"diff-paragraph-moved-toold\";i:928;s:27:\"difference-missing-revision\";i:929;s:13:\"searchresults\";i:930;s:26:\"search-filter-title-prefix\";i:931;s:32:\"search-filter-title-prefix-reset\";i:932;s:19:\"searchresults-title\";i:933;s:12:\"titlematches\";i:934;s:11:\"textmatches\";i:935;s:13:\"notextmatches\";i:936;s:5:\"prevn\";i:937;s:5:\"nextn\";i:938;s:9:\"prev-page\";i:939;s:9:\"next-page\";i:940;s:11:\"prevn-title\";i:941;s:11:\"nextn-title\";i:942;s:11:\"shown-title\";i:943;s:12:\"viewprevnext\";i:944;s:17:\"searchmenu-exists\";i:945;s:14:\"searchmenu-new\";i:946;s:22:\"searchprofile-articles\";i:947;s:20:\"searchprofile-images\";i:948;s:24:\"searchprofile-everything\";i:949;s:22:\"searchprofile-advanced\";i:950;s:30:\"searchprofile-articles-tooltip\";i:951;s:28:\"searchprofile-images-tooltip\";i:952;s:32:\"searchprofile-everything-tooltip\";i:953;s:30:\"searchprofile-advanced-tooltip\";i:954;s:18:\"search-result-size\";i:955;s:27:\"search-result-category-size\";i:956;s:15:\"search-redirect\";i:957;s:14:\"search-section\";i:958;s:15:\"search-category\";i:959;s:17:\"search-file-match\";i:960;s:14:\"search-suggest\";i:961;s:16:\"search-rewritten\";i:962;s:31:\"search-interwiki-resultset-link\";i:963;s:21:\"search-interwiki-more\";i:964;s:29:\"search-interwiki-more-results\";i:965;s:21:\"search-relatedarticle\";i:966;s:25:\"search-invalid-sort-order\";i:967;s:22:\"search-unknown-profile\";i:968;s:13:\"searchrelated\";i:969;s:9:\"searchall\";i:970;s:14:\"showingresults\";i:971;s:21:\"showingresultsinrange\";i:972;s:21:\"search-showingresults\";i:973;s:16:\"search-nonefound\";i:974;s:25:\"search-nonefound-thiswiki\";i:975;s:18:\"powersearch-legend\";i:976;s:14:\"powersearch-ns\";i:977;s:23:\"powersearch-togglelabel\";i:978;s:21:\"powersearch-toggleall\";i:979;s:22:\"powersearch-togglenone\";i:980;s:20:\"powersearch-remember\";i:981;s:15:\"search-external\";i:982;s:14:\"searchdisabled\";i:983;s:12:\"search-error\";i:984;s:14:\"search-warning\";i:985;s:11:\"preferences\";i:986;s:13:\"mypreferences\";i:987;s:11:\"prefs-edits\";i:988;s:17:\"prefsnologintext2\";i:989;s:10:\"prefs-skin\";i:990;s:16:\"prefs-skin-prefs\";i:991;s:21:\"prefs-skin-responsive\";i:992;s:26:\"prefs-help-skin-responsive\";i:993;s:12:\"skin-preview\";i:994;s:11:\"datedefault\";i:995;s:10:\"prefs-labs\";i:996;s:16:\"prefs-user-pages\";i:997;s:14:\"prefs-personal\";i:998;s:8:\"prefs-rc\";i:999;s:15:\"prefs-watchlist\";i:1000;s:19:\"prefs-editwatchlist\";i:1001;s:25:\"prefs-editwatchlist-label\";i:1002;s:24:\"prefs-editwatchlist-edit\";i:1003;s:23:\"prefs-editwatchlist-raw\";i:1004;s:25:\"prefs-editwatchlist-clear\";i:1005;s:20:\"prefs-watchlist-days\";i:1006;s:24:\"prefs-watchlist-days-max\";i:1007;s:21:\"prefs-watchlist-edits\";i:1008;s:25:\"prefs-watchlist-edits-max\";i:1009;s:21:\"prefs-watchlist-token\";i:1010;s:28:\"prefs-watchlist-managetokens\";i:1011;s:10:\"prefs-misc\";i:1012;s:15:\"prefs-resetpass\";i:1013;s:17:\"prefs-changeemail\";i:1014;s:14:\"prefs-setemail\";i:1015;s:11:\"prefs-email\";i:1016;s:15:\"prefs-rendering\";i:1017;s:16:\"prefs-searchmisc\";i:1018;s:9:\"saveprefs\";i:1019;s:12:\"restoreprefs\";i:1020;s:13:\"prefs-editing\";i:1021;s:17:\"searchresultshead\";i:1022;s:17:\"recentchangesdays\";i:1023;s:21:\"recentchangesdays-max\";i:1024;s:18:\"recentchangescount\";i:1025;s:29:\"prefs-help-recentchangescount\";i:1026;s:27:\"prefs-help-watchlist-token2\";i:1027;s:26:\"prefs-help-tokenmanagement\";i:1028;s:29:\"prefs-user-downloaddata-label\";i:1029;s:28:\"prefs-user-downloaddata-info\";i:1030;s:29:\"prefs-user-restoreprefs-label\";i:1031;s:28:\"prefs-user-restoreprefs-info\";i:1032;s:10:\"savedprefs\";i:1033;s:11:\"savedrights\";i:1034;s:14:\"timezonelegend\";i:1035;s:9:\"localtime\";i:1036;s:24:\"timezoneuseserverdefault\";i:1037;s:17:\"timezoneuseoffset\";i:1038;s:30:\"timezone-useoffset-placeholder\";i:1039;s:10:\"servertime\";i:1040;s:13:\"guesstimezone\";i:1041;s:21:\"timezoneregion-africa\";i:1042;s:22:\"timezoneregion-america\";i:1043;s:25:\"timezoneregion-antarctica\";i:1044;s:21:\"timezoneregion-arctic\";i:1045;s:19:\"timezoneregion-asia\";i:1046;s:23:\"timezoneregion-atlantic\";i:1047;s:24:\"timezoneregion-australia\";i:1048;s:21:\"timezoneregion-europe\";i:1049;s:21:\"timezoneregion-indian\";i:1050;s:22:\"timezoneregion-pacific\";i:1051;s:10:\"allowemail\";i:1052;s:27:\"email-allow-new-users-label\";i:1053;s:20:\"email-mutelist-label\";i:1054;s:19:\"prefs-searchoptions\";i:1055;s:16:\"prefs-namespaces\";i:1056;s:7:\"default\";i:1057;s:11:\"prefs-files\";i:1058;s:16:\"prefs-custom-css\";i:1059;s:17:\"prefs-custom-json\";i:1060;s:15:\"prefs-custom-js\";i:1061;s:19:\"prefs-common-config\";i:1062;s:17:\"prefs-reset-intro\";i:1063;s:19:\"prefs-reset-confirm\";i:1064;s:24:\"prefs-emailconfirm-label\";i:1065;s:9:\"youremail\";i:1066;s:8:\"username\";i:1067;s:20:\"prefs-memberingroups\";i:1068;s:33:\"group-membership-link-with-expiry\";i:1069;s:18:\"prefs-registration\";i:1070;s:12:\"yourrealname\";i:1071;s:12:\"yourlanguage\";i:1072;s:11:\"yourvariant\";i:1073;s:18:\"prefs-help-variant\";i:1074;s:8:\"yournick\";i:1075;s:20:\"prefs-help-signature\";i:1076;s:6:\"badsig\";i:1077;s:10:\"badsightml\";i:1078;s:11:\"badsiglinks\";i:1079;s:11:\"badsigsubst\";i:1080;s:12:\"badsiglength\";i:1081;s:15:\"badsiglinebreak\";i:1082;s:29:\"linterror-bogus-image-options\";i:1083;s:29:\"linterror-deletable-table-tag\";i:1084;s:26:\"linterror-html5-misnesting\";i:1085;s:38:\"linterror-misc-tidy-replacement-issues\";i:1086;s:23:\"linterror-misnested-tag\";i:1087;s:25:\"linterror-missing-end-tag\";i:1088;s:28:\"linterror-multi-colon-escape\";i:1089;s:38:\"linterror-multiline-html-table-in-list\";i:1090;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1091;s:22:\"linterror-obsolete-tag\";i:1092;s:30:\"linterror-pwrap-bug-workaround\";i:1093;s:25:\"linterror-self-closed-tag\";i:1094;s:22:\"linterror-stripped-tag\";i:1095;s:23:\"linterror-tidy-font-bug\";i:1096;s:29:\"linterror-tidy-whitespace-bug\";i:1097;s:36:\"linterror-unclosed-quotes-in-heading\";i:1098;s:10:\"yourgender\";i:1099;s:14:\"gender-unknown\";i:1100;s:15:\"gender-notknown\";i:1101;s:11:\"gender-male\";i:1102;s:13:\"gender-female\";i:1103;s:17:\"prefs-help-gender\";i:1104;s:5:\"email\";i:1105;s:19:\"prefs-help-realname\";i:1106;s:16:\"prefs-help-email\";i:1107;s:23:\"prefs-help-email-others\";i:1108;s:25:\"prefs-help-email-required\";i:1109;s:23:\"prefs-help-requireemail\";i:1110;s:10:\"prefs-info\";i:1111;s:10:\"prefs-i18n\";i:1112;s:15:\"prefs-signature\";i:1113;s:31:\"prefs-signature-invalid-warning\";i:1114;s:27:\"prefs-signature-invalid-new\";i:1115;s:32:\"prefs-signature-invalid-disallow\";i:1116;s:31:\"prefs-signature-highlight-error\";i:1117;s:29:\"prefs-signature-error-details\";i:1118;s:16:\"prefs-dateformat\";i:1119;s:16:\"prefs-timeoffset\";i:1120;s:21:\"prefs-advancedediting\";i:1121;s:20:\"prefs-developertools\";i:1122;s:12:\"prefs-editor\";i:1123;s:16:\"prefs-discussion\";i:1124;s:13:\"prefs-preview\";i:1125;s:16:\"prefs-advancedrc\";i:1126;s:23:\"prefs-advancedrendering\";i:1127;s:27:\"prefs-advancedsearchoptions\";i:1128;s:23:\"prefs-advancedwatchlist\";i:1129;s:15:\"prefs-displayrc\";i:1130;s:22:\"prefs-displaywatchlist\";i:1131;s:15:\"prefs-changesrc\";i:1132;s:22:\"prefs-changeswatchlist\";i:1133;s:20:\"prefs-pageswatchlist\";i:1134;s:20:\"prefs-tokenwatchlist\";i:1135;s:11:\"prefs-diffs\";i:1136;s:23:\"prefs-help-prefershttps\";i:1137;s:26:\"prefs-tabs-navigation-hint\";i:1138;s:10:\"userrights\";i:1139;s:22:\"userrights-lookup-user\";i:1140;s:24:\"userrights-user-editname\";i:1141;s:13:\"editusergroup\";i:1142;s:11:\"editinguser\";i:1143;s:17:\"viewinguserrights\";i:1144;s:24:\"userrights-editusergroup\";i:1145;s:24:\"userrights-viewusergroup\";i:1146;s:14:\"saveusergroups\";i:1147;s:23:\"userrights-groupsmember\";i:1148;s:28:\"userrights-groupsmember-auto\";i:1149;s:21:\"userrights-systemuser\";i:1150;s:22:\"userrights-groups-help\";i:1151;s:17:\"userrights-reason\";i:1152;s:23:\"userrights-no-interwiki\";i:1153;s:21:\"userrights-nodatabase\";i:1154;s:25:\"userrights-changeable-col\";i:1155;s:27:\"userrights-unchangeable-col\";i:1156;s:25:\"userrights-expiry-current\";i:1157;s:22:\"userrights-expiry-none\";i:1158;s:17:\"userrights-expiry\";i:1159;s:26:\"userrights-expiry-existing\";i:1160;s:27:\"userrights-expiry-othertime\";i:1161;s:25:\"userrights-expiry-options\";i:1162;s:25:\"userrights-invalid-expiry\";i:1163;s:25:\"userrights-expiry-in-past\";i:1164;s:32:\"userrights-cannot-shorten-expiry\";i:1165;s:19:\"userrights-conflict\";i:1166;s:5:\"group\";i:1167;s:10:\"group-user\";i:1168;s:11:\"group-named\";i:1169;s:19:\"group-autoconfirmed\";i:1170;s:9:\"group-bot\";i:1171;s:11:\"group-sysop\";i:1172;s:21:\"group-interface-admin\";i:1173;s:16:\"group-bureaucrat\";i:1174;s:14:\"group-suppress\";i:1175;s:9:\"group-all\";i:1176;s:17:\"group-user-member\";i:1177;s:26:\"group-autoconfirmed-member\";i:1178;s:16:\"group-bot-member\";i:1179;s:18:\"group-sysop-member\";i:1180;s:28:\"group-interface-admin-member\";i:1181;s:23:\"group-bureaucrat-member\";i:1182;s:21:\"group-suppress-member\";i:1183;s:14:\"grouppage-user\";i:1184;s:15:\"grouppage-named\";i:1185;s:23:\"grouppage-autoconfirmed\";i:1186;s:13:\"grouppage-bot\";i:1187;s:15:\"grouppage-sysop\";i:1188;s:25:\"grouppage-interface-admin\";i:1189;s:20:\"grouppage-bureaucrat\";i:1190;s:18:\"grouppage-suppress\";i:1191;s:10:\"right-read\";i:1192;s:10:\"right-edit\";i:1193;s:16:\"right-createpage\";i:1194;s:16:\"right-createtalk\";i:1195;s:19:\"right-createaccount\";i:1196;s:23:\"right-autocreateaccount\";i:1197;s:15:\"right-minoredit\";i:1198;s:10:\"right-move\";i:1199;s:19:\"right-move-subpages\";i:1200;s:24:\"right-move-rootuserpages\";i:1201;s:24:\"right-move-categorypages\";i:1202;s:14:\"right-movefile\";i:1203;s:22:\"right-suppressredirect\";i:1204;s:12:\"right-upload\";i:1205;s:14:\"right-reupload\";i:1206;s:18:\"right-reupload-own\";i:1207;s:21:\"right-reupload-shared\";i:1208;s:19:\"right-upload_by_url\";i:1209;s:11:\"right-purge\";i:1210;s:19:\"right-autoconfirmed\";i:1211;s:9:\"right-bot\";i:1212;s:20:\"right-nominornewtalk\";i:1213;s:19:\"right-apihighlimits\";i:1214;s:14:\"right-writeapi\";i:1215;s:12:\"right-delete\";i:1216;s:21:\"right-delete-redirect\";i:1217;s:15:\"right-bigdelete\";i:1218;s:20:\"right-deletelogentry\";i:1219;s:20:\"right-deleterevision\";i:1220;s:20:\"right-deletedhistory\";i:1221;s:17:\"right-deletedtext\";i:1222;s:19:\"right-browsearchive\";i:1223;s:14:\"right-undelete\";i:1224;s:22:\"right-suppressrevision\";i:1225;s:20:\"right-viewsuppressed\";i:1226;s:20:\"right-suppressionlog\";i:1227;s:11:\"right-block\";i:1228;s:16:\"right-blockemail\";i:1229;s:14:\"right-hideuser\";i:1230;s:20:\"right-ipblock-exempt\";i:1231;s:17:\"right-unblockself\";i:1232;s:13:\"right-protect\";i:1233;s:19:\"right-editprotected\";i:1234;s:23:\"right-editsemiprotected\";i:1235;s:22:\"right-editcontentmodel\";i:1236;s:19:\"right-editinterface\";i:1237;s:17:\"right-editusercss\";i:1238;s:18:\"right-edituserjson\";i:1239;s:16:\"right-edituserjs\";i:1240;s:17:\"right-editsitecss\";i:1241;s:18:\"right-editsitejson\";i:1242;s:16:\"right-editsitejs\";i:1243;s:19:\"right-editmyusercss\";i:1244;s:20:\"right-editmyuserjson\";i:1245;s:18:\"right-editmyuserjs\";i:1246;s:26:\"right-editmyuserjsredirect\";i:1247;s:21:\"right-viewmywatchlist\";i:1248;s:21:\"right-editmywatchlist\";i:1249;s:23:\"right-viewmyprivateinfo\";i:1250;s:23:\"right-editmyprivateinfo\";i:1251;s:19:\"right-editmyoptions\";i:1252;s:14:\"right-rollback\";i:1253;s:18:\"right-markbotedits\";i:1254;s:17:\"right-noratelimit\";i:1255;s:12:\"right-import\";i:1256;s:18:\"right-importupload\";i:1257;s:12:\"right-patrol\";i:1258;s:16:\"right-autopatrol\";i:1259;s:17:\"right-patrolmarks\";i:1260;s:20:\"right-unwatchedpages\";i:1261;s:18:\"right-mergehistory\";i:1262;s:16:\"right-userrights\";i:1263;s:26:\"right-userrights-interwiki\";i:1264;s:15:\"right-siteadmin\";i:1265;s:27:\"right-override-export-depth\";i:1266;s:15:\"right-sendemail\";i:1267;s:22:\"right-managechangetags\";i:1268;s:21:\"right-applychangetags\";i:1269;s:16:\"right-changetags\";i:1270;s:22:\"right-deletechangetags\";i:1271;s:13:\"grant-generic\";i:1272;s:28:\"grant-group-page-interaction\";i:1273;s:28:\"grant-group-file-interaction\";i:1274;s:33:\"grant-group-watchlist-interaction\";i:1275;s:17:\"grant-group-email\";i:1276;s:23:\"grant-group-high-volume\";i:1277;s:25:\"grant-group-customization\";i:1278;s:26:\"grant-group-administration\";i:1279;s:31:\"grant-group-private-information\";i:1280;s:17:\"grant-group-other\";i:1281;s:16:\"grant-blockusers\";i:1282;s:19:\"grant-createaccount\";i:1283;s:24:\"grant-createeditmovepage\";i:1284;s:12:\"grant-delete\";i:1285;s:19:\"grant-editinterface\";i:1286;s:17:\"grant-editmycssjs\";i:1287;s:19:\"grant-editmyoptions\";i:1288;s:21:\"grant-editmywatchlist\";i:1289;s:20:\"grant-editsiteconfig\";i:1290;s:14:\"grant-editpage\";i:1291;s:19:\"grant-editprotected\";i:1292;s:16:\"grant-highvolume\";i:1293;s:12:\"grant-import\";i:1294;s:18:\"grant-mergehistory\";i:1295;s:15:\"grant-oversight\";i:1296;s:12:\"grant-patrol\";i:1297;s:17:\"grant-privateinfo\";i:1298;s:13:\"grant-protect\";i:1299;s:14:\"grant-rollback\";i:1300;s:15:\"grant-sendemail\";i:1301;s:24:\"grant-uploadeditmovefile\";i:1302;s:16:\"grant-uploadfile\";i:1303;s:11:\"grant-basic\";i:1304;s:17:\"grant-viewdeleted\";i:1305;s:21:\"grant-viewmywatchlist\";i:1306;s:24:\"grant-viewrestrictedlogs\";i:1307;s:14:\"newuserlogpage\";i:1308;s:18:\"newuserlogpagetext\";i:1309;s:9:\"rightslog\";i:1310;s:13:\"rightslogtext\";i:1311;s:11:\"action-read\";i:1312;s:22:\"skin-action-addsection\";i:1313;s:11:\"action-edit\";i:1314;s:17:\"action-createpage\";i:1315;s:17:\"action-createtalk\";i:1316;s:20:\"action-createaccount\";i:1317;s:24:\"action-autocreateaccount\";i:1318;s:14:\"action-history\";i:1319;s:16:\"action-minoredit\";i:1320;s:11:\"action-move\";i:1321;s:20:\"action-move-subpages\";i:1322;s:25:\"action-move-rootuserpages\";i:1323;s:25:\"action-move-categorypages\";i:1324;s:15:\"action-movefile\";i:1325;s:13:\"action-upload\";i:1326;s:15:\"action-reupload\";i:1327;s:22:\"action-reupload-shared\";i:1328;s:20:\"action-upload_by_url\";i:1329;s:15:\"action-writeapi\";i:1330;s:13:\"action-delete\";i:1331;s:22:\"action-delete-redirect\";i:1332;s:21:\"action-deleterevision\";i:1333;s:21:\"action-deletelogentry\";i:1334;s:21:\"action-deletedhistory\";i:1335;s:18:\"action-deletedtext\";i:1336;s:20:\"action-browsearchive\";i:1337;s:15:\"action-undelete\";i:1338;s:23:\"action-suppressrevision\";i:1339;s:21:\"action-suppressionlog\";i:1340;s:12:\"action-block\";i:1341;s:14:\"action-protect\";i:1342;s:15:\"action-rollback\";i:1343;s:13:\"action-import\";i:1344;s:19:\"action-importupload\";i:1345;s:13:\"action-patrol\";i:1346;s:17:\"action-autopatrol\";i:1347;s:21:\"action-unwatchedpages\";i:1348;s:19:\"action-mergehistory\";i:1349;s:17:\"action-userrights\";i:1350;s:27:\"action-userrights-interwiki\";i:1351;s:16:\"action-siteadmin\";i:1352;s:16:\"action-sendemail\";i:1353;s:20:\"action-editmyoptions\";i:1354;s:22:\"action-editmywatchlist\";i:1355;s:22:\"action-viewmywatchlist\";i:1356;s:24:\"action-viewmyprivateinfo\";i:1357;s:24:\"action-editmyprivateinfo\";i:1358;s:23:\"action-editcontentmodel\";i:1359;s:23:\"action-managechangetags\";i:1360;s:22:\"action-applychangetags\";i:1361;s:17:\"action-changetags\";i:1362;s:23:\"action-deletechangetags\";i:1363;s:12:\"action-purge\";i:1364;s:20:\"action-apihighlimits\";i:1365;s:20:\"action-autoconfirmed\";i:1366;s:16:\"action-bigdelete\";i:1367;s:17:\"action-blockemail\";i:1368;s:10:\"action-bot\";i:1369;s:20:\"action-editprotected\";i:1370;s:24:\"action-editsemiprotected\";i:1371;s:20:\"action-editinterface\";i:1372;s:18:\"action-editusercss\";i:1373;s:19:\"action-edituserjson\";i:1374;s:17:\"action-edituserjs\";i:1375;s:18:\"action-editsitecss\";i:1376;s:19:\"action-editsitejson\";i:1377;s:17:\"action-editsitejs\";i:1378;s:20:\"action-editmyusercss\";i:1379;s:21:\"action-editmyuserjson\";i:1380;s:19:\"action-editmyuserjs\";i:1381;s:27:\"action-editmyuserjsredirect\";i:1382;s:21:\"action-viewsuppressed\";i:1383;s:15:\"action-hideuser\";i:1384;s:21:\"action-ipblock-exempt\";i:1385;s:18:\"action-unblockself\";i:1386;s:18:\"action-noratelimit\";i:1387;s:19:\"action-reupload-own\";i:1388;s:21:\"action-nominornewtalk\";i:1389;s:19:\"action-markbotedits\";i:1390;s:18:\"action-patrolmarks\";i:1391;s:28:\"action-override-export-depth\";i:1392;s:23:\"action-suppressredirect\";i:1393;s:8:\"nchanges\";i:1394;s:27:\"enhancedrc-since-last-visit\";i:1395;s:18:\"enhancedrc-history\";i:1396;s:13:\"recentchanges\";i:1397;s:20:\"recentchanges-legend\";i:1398;s:21:\"recentchanges-summary\";i:1399;s:22:\"recentchanges-noresult\";i:1400;s:21:\"recentchanges-timeout\";i:1401;s:21:\"recentchanges-network\";i:1402;s:26:\"recentchanges-notargetpage\";i:1403;s:30:\"recentchanges-feed-description\";i:1404;s:27:\"recentchanges-label-newpage\";i:1405;s:25:\"recentchanges-label-minor\";i:1406;s:23:\"recentchanges-label-bot\";i:1407;s:31:\"recentchanges-label-unpatrolled\";i:1408;s:29:\"recentchanges-label-plusminus\";i:1409;s:28:\"recentchanges-legend-heading\";i:1410;s:28:\"recentchanges-legend-newpage\";i:1411;s:36:\"recentchanges-legend-watchlistexpiry\";i:1412;s:20:\"recentchanges-submit\";i:1413;s:20:\"rcfilters-tag-remove\";i:1414;s:24:\"rcfilters-legend-heading\";i:1415;s:28:\"rcfilters-other-review-tools\";i:1416;s:31:\"rcfilters-group-results-by-page\";i:1417;s:23:\"rcfilters-activefilters\";i:1418;s:28:\"rcfilters-activefilters-hide\";i:1419;s:28:\"rcfilters-activefilters-show\";i:1420;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1421;s:36:\"rcfilters-activefilters-show-tooltip\";i:1422;s:25:\"rcfilters-advancedfilters\";i:1423;s:21:\"rcfilters-limit-title\";i:1424;s:30:\"rcfilters-limit-and-date-label\";i:1425;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1426;s:26:\"rcfilters-date-popup-title\";i:1427;s:20:\"rcfilters-days-title\";i:1428;s:21:\"rcfilters-hours-title\";i:1429;s:24:\"rcfilters-days-show-days\";i:1430;s:25:\"rcfilters-days-show-hours\";i:1431;s:34:\"rcfilters-highlighted-filters-list\";i:1432;s:22:\"rcfilters-quickfilters\";i:1433;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1434;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1435;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1436;s:29:\"rcfilters-savedqueries-rename\";i:1437;s:33:\"rcfilters-savedqueries-setdefault\";i:1438;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1439;s:29:\"rcfilters-savedqueries-remove\";i:1440;s:37:\"rcfilters-savedqueries-new-name-label\";i:1441;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1442;s:34:\"rcfilters-savedqueries-apply-label\";i:1443;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1444;s:35:\"rcfilters-savedqueries-cancel-label\";i:1445;s:36:\"rcfilters-savedqueries-add-new-title\";i:1446;s:36:\"rcfilters-savedqueries-already-saved\";i:1447;s:33:\"rcfilters-restore-default-filters\";i:1448;s:27:\"rcfilters-clear-all-filters\";i:1449;s:26:\"rcfilters-show-new-changes\";i:1450;s:28:\"rcfilters-search-placeholder\";i:1451;s:35:\"rcfilters-search-placeholder-mobile\";i:1452;s:24:\"rcfilters-invalid-filter\";i:1453;s:22:\"rcfilters-empty-filter\";i:1454;s:26:\"rcfilters-filterlist-title\";i:1455;s:30:\"rcfilters-filterlist-whatsthis\";i:1456;s:31:\"rcfilters-highlightbutton-title\";i:1457;s:29:\"rcfilters-highlightmenu-title\";i:1458;s:28:\"rcfilters-highlightmenu-help\";i:1459;s:30:\"rcfilters-filterlist-noresults\";i:1460;s:28:\"rcfilters-noresults-conflict\";i:1461;s:30:\"rcfilters-state-message-subset\";i:1462;s:36:\"rcfilters-state-message-fullcoverage\";i:1463;s:32:\"rcfilters-filtergroup-authorship\";i:1464;s:34:\"rcfilters-filter-editsbyself-label\";i:1465;s:40:\"rcfilters-filter-editsbyself-description\";i:1466;s:35:\"rcfilters-filter-editsbyother-label\";i:1467;s:41:\"rcfilters-filter-editsbyother-description\";i:1468;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1469;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1470;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1471;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1472;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1473;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1474;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1475;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1476;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1477;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1478;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1479;s:31:\"rcfilters-filtergroup-automated\";i:1480;s:27:\"rcfilters-filter-bots-label\";i:1481;s:33:\"rcfilters-filter-bots-description\";i:1482;s:29:\"rcfilters-filter-humans-label\";i:1483;s:35:\"rcfilters-filter-humans-description\";i:1484;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1485;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1486;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1487;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1488;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1489;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1490;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1491;s:34:\"rcfilters-filtergroup-significance\";i:1492;s:28:\"rcfilters-filter-minor-label\";i:1493;s:34:\"rcfilters-filter-minor-description\";i:1494;s:28:\"rcfilters-filter-major-label\";i:1495;s:34:\"rcfilters-filter-major-description\";i:1496;s:31:\"rcfilters-filtergroup-watchlist\";i:1497;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1498;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1499;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1500;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1501;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1502;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1503;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1504;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1505;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1506;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1507;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1508;s:32:\"rcfilters-filtergroup-changetype\";i:1509;s:32:\"rcfilters-filter-pageedits-label\";i:1510;s:38:\"rcfilters-filter-pageedits-description\";i:1511;s:31:\"rcfilters-filter-newpages-label\";i:1512;s:37:\"rcfilters-filter-newpages-description\";i:1513;s:37:\"rcfilters-filter-categorization-label\";i:1514;s:43:\"rcfilters-filter-categorization-description\";i:1515;s:33:\"rcfilters-filter-logactions-label\";i:1516;s:39:\"rcfilters-filter-logactions-description\";i:1517;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1518;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1519;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1520;s:34:\"rcfilters-filtergroup-lastrevision\";i:1521;s:35:\"rcfilters-filter-lastrevision-label\";i:1522;s:41:\"rcfilters-filter-lastrevision-description\";i:1523;s:39:\"rcfilters-filter-previousrevision-label\";i:1524;s:45:\"rcfilters-filter-previousrevision-description\";i:1525;s:25:\"rcfilters-filter-excluded\";i:1526;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1527;s:28:\"rcfilters-exclude-button-off\";i:1528;s:27:\"rcfilters-exclude-button-on\";i:1529;s:19:\"rcfilters-view-tags\";i:1530;s:33:\"rcfilters-view-namespaces-tooltip\";i:1531;s:27:\"rcfilters-view-tags-tooltip\";i:1532;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1533;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1534;s:28:\"rcfilters-liveupdates-button\";i:1535;s:37:\"rcfilters-liveupdates-button-title-on\";i:1536;s:38:\"rcfilters-liveupdates-button-title-off\";i:1537;s:35:\"rcfilters-watchlist-markseen-button\";i:1538;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1539;s:31:\"rcfilters-watchlist-showupdated\";i:1540;s:26:\"rcfilters-preference-label\";i:1541;s:25:\"rcfilters-preference-help\";i:1542;s:36:\"rcfilters-watchlist-preference-label\";i:1543;s:35:\"rcfilters-watchlist-preference-help\";i:1544;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1545;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1546;s:35:\"rcfilters-filter-showlinkedto-label\";i:1547;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1548;s:33:\"rcfilters-target-page-placeholder\";i:1549;s:27:\"rcfilters-allcontents-label\";i:1550;s:30:\"rcfilters-alldiscussions-label\";i:1551;s:10:\"rcnotefrom\";i:1552;s:15:\"rclistfromreset\";i:1553;s:10:\"rclistfrom\";i:1554;s:15:\"rcshowhideminor\";i:1555;s:20:\"rcshowhideminor-show\";i:1556;s:20:\"rcshowhideminor-hide\";i:1557;s:14:\"rcshowhidebots\";i:1558;s:19:\"rcshowhidebots-show\";i:1559;s:19:\"rcshowhidebots-hide\";i:1560;s:13:\"rcshowhideliu\";i:1561;s:18:\"rcshowhideliu-show\";i:1562;s:18:\"rcshowhideliu-hide\";i:1563;s:15:\"rcshowhideanons\";i:1564;s:20:\"rcshowhideanons-show\";i:1565;s:20:\"rcshowhideanons-hide\";i:1566;s:14:\"rcshowhidepatr\";i:1567;s:19:\"rcshowhidepatr-show\";i:1568;s:19:\"rcshowhidepatr-hide\";i:1569;s:14:\"rcshowhidemine\";i:1570;s:19:\"rcshowhidemine-show\";i:1571;s:19:\"rcshowhidemine-hide\";i:1572;s:24:\"rcshowhidecategorization\";i:1573;s:29:\"rcshowhidecategorization-show\";i:1574;s:29:\"rcshowhidecategorization-hide\";i:1575;s:7:\"rclinks\";i:1576;s:4:\"diff\";i:1577;s:4:\"hist\";i:1578;s:4:\"hide\";i:1579;s:4:\"show\";i:1580;s:15:\"minoreditletter\";i:1581;s:13:\"newpageletter\";i:1582;s:13:\"boteditletter\";i:1583;s:18:\"rc-change-size-new\";i:1584;s:17:\"newsectionsummary\";i:1585;s:12:\"rc-old-title\";i:1586;s:19:\"recentchangeslinked\";i:1587;s:24:\"recentchangeslinked-feed\";i:1588;s:27:\"recentchangeslinked-toolbox\";i:1589;s:25:\"recentchangeslinked-title\";i:1590;s:27:\"recentchangeslinked-summary\";i:1591;s:24:\"recentchangeslinked-page\";i:1592;s:22:\"recentchangeslinked-to\";i:1593;s:36:\"recentchanges-page-added-to-category\";i:1594;s:44:\"recentchanges-page-added-to-category-bundled\";i:1595;s:40:\"recentchanges-page-removed-from-category\";i:1596;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1597;s:19:\"autochange-username\";i:1598;s:6:\"upload\";i:1599;s:9:\"uploadbtn\";i:1600;s:12:\"reuploaddesc\";i:1601;s:15:\"upload-tryagain\";i:1602;s:23:\"upload-tryagain-nostash\";i:1603;s:13:\"uploadnologin\";i:1604;s:17:\"uploadnologintext\";i:1605;s:24:\"upload_directory_missing\";i:1606;s:26:\"upload_directory_read_only\";i:1607;s:11:\"uploaderror\";i:1608;s:23:\"upload-recreate-warning\";i:1609;s:10:\"uploadtext\";i:1610;s:16:\"upload-permitted\";i:1611;s:16:\"upload-preferred\";i:1612;s:17:\"upload-prohibited\";i:1613;s:13:\"uploadlogpage\";i:1614;s:17:\"uploadlogpagetext\";i:1615;s:8:\"filename\";i:1616;s:8:\"filedesc\";i:1617;s:17:\"fileuploadsummary\";i:1618;s:19:\"filereuploadsummary\";i:1619;s:10:\"filestatus\";i:1620;s:10:\"filesource\";i:1621;s:13:\"ignorewarning\";i:1622;s:14:\"ignorewarnings\";i:1623;s:10:\"minlength1\";i:1624;s:15:\"illegalfilename\";i:1625;s:16:\"filename-toolong\";i:1626;s:11:\"badfilename\";i:1627;s:22:\"filetype-mime-mismatch\";i:1628;s:16:\"filetype-badmime\";i:1629;s:20:\"filetype-bad-ie-mime\";i:1630;s:22:\"filetype-unwanted-type\";i:1631;s:20:\"filetype-banned-type\";i:1632;s:16:\"filetype-missing\";i:1633;s:10:\"empty-file\";i:1634;s:14:\"file-too-large\";i:1635;s:17:\"filename-tooshort\";i:1636;s:15:\"filetype-banned\";i:1637;s:18:\"verification-error\";i:1638;s:11:\"hookaborted\";i:1639;s:16:\"illegal-filename\";i:1640;s:9:\"overwrite\";i:1641;s:13:\"unknown-error\";i:1642;s:16:\"tmp-create-error\";i:1643;s:15:\"tmp-write-error\";i:1644;s:10:\"large-file\";i:1645;s:15:\"largefileserver\";i:1646;s:9:\"emptyfile\";i:1647;s:25:\"windows-nonascii-filename\";i:1648;s:10:\"fileexists\";i:1649;s:14:\"filepageexists\";i:1650;s:20:\"fileexists-extension\";i:1651;s:24:\"fileexists-thumbnail-yes\";i:1652;s:17:\"file-thumbnail-no\";i:1653;s:20:\"fileexists-forbidden\";i:1654;s:27:\"fileexists-shared-forbidden\";i:1655;s:20:\"fileexists-no-change\";i:1656;s:28:\"fileexists-duplicate-version\";i:1657;s:21:\"file-exists-duplicate\";i:1658;s:22:\"file-deleted-duplicate\";i:1659;s:30:\"file-deleted-duplicate-notitle\";i:1660;s:13:\"uploadwarning\";i:1661;s:18:\"uploadwarning-text\";i:1662;s:26:\"uploadwarning-text-nostash\";i:1663;s:8:\"savefile\";i:1664;s:14:\"uploaddisabled\";i:1665;s:18:\"copyuploaddisabled\";i:1666;s:18:\"uploaddisabledtext\";i:1667;s:22:\"php-uploaddisabledtext\";i:1668;s:14:\"uploadscripted\";i:1669;s:27:\"upload-scripted-pi-callback\";i:1670;s:19:\"upload-scripted-dtd\";i:1671;s:19:\"uploaded-script-svg\";i:1672;s:20:\"uploaded-hostile-svg\";i:1673;s:29:\"uploaded-event-handler-on-svg\";i:1674;s:27:\"uploaded-href-attribute-svg\";i:1675;s:31:\"uploaded-href-unsafe-target-svg\";i:1676;s:20:\"uploaded-animate-svg\";i:1677;s:34:\"uploaded-setting-event-handler-svg\";i:1678;s:25:\"uploaded-setting-href-svg\";i:1679;s:26:\"uploaded-wrong-setting-svg\";i:1680;s:28:\"uploaded-setting-handler-svg\";i:1681;s:23:\"uploaded-remote-url-svg\";i:1682;s:25:\"uploaded-image-filter-svg\";i:1683;s:23:\"uploadscriptednamespace\";i:1684;s:16:\"uploadinvalidxml\";i:1685;s:11:\"uploadvirus\";i:1686;s:13:\"upload-source\";i:1687;s:14:\"sourcefilename\";i:1688;s:9:\"sourceurl\";i:1689;s:12:\"destfilename\";i:1690;s:18:\"upload-maxfilesize\";i:1691;s:18:\"upload-description\";i:1692;s:14:\"upload-options\";i:1693;s:15:\"watchthisupload\";i:1694;s:14:\"filewasdeleted\";i:1695;s:19:\"filename-thumb-name\";i:1696;s:19:\"filename-bad-prefix\";i:1697;s:18:\"upload-proto-error\";i:1698;s:23:\"upload-proto-error-text\";i:1699;s:17:\"upload-file-error\";i:1700;s:22:\"upload-file-error-text\";i:1701;s:17:\"upload-misc-error\";i:1702;s:22:\"upload-misc-error-text\";i:1703;s:25:\"upload-too-many-redirects\";i:1704;s:17:\"upload-http-error\";i:1705;s:33:\"upload-copy-upload-invalid-domain\";i:1706;s:26:\"upload-foreign-cant-upload\";i:1707;s:31:\"upload-foreign-cant-load-config\";i:1708;s:22:\"upload-dialog-disabled\";i:1709;s:19:\"upload-dialog-title\";i:1710;s:27:\"upload-dialog-button-cancel\";i:1711;s:25:\"upload-dialog-button-back\";i:1712;s:25:\"upload-dialog-button-done\";i:1713;s:25:\"upload-dialog-button-save\";i:1714;s:27:\"upload-dialog-button-upload\";i:1715;s:32:\"upload-form-label-infoform-title\";i:1716;s:31:\"upload-form-label-infoform-name\";i:1717;s:39:\"upload-form-label-infoform-name-tooltip\";i:1718;s:38:\"upload-form-label-infoform-description\";i:1719;s:46:\"upload-form-label-infoform-description-tooltip\";i:1720;s:29:\"upload-form-label-usage-title\";i:1721;s:32:\"upload-form-label-usage-filename\";i:1722;s:26:\"upload-form-label-own-work\";i:1723;s:37:\"upload-form-label-infoform-categories\";i:1724;s:31:\"upload-form-label-infoform-date\";i:1725;s:48:\"upload-form-label-own-work-message-generic-local\";i:1726;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1727;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1728;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1729;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1730;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1731;s:19:\"backend-fail-stream\";i:1732;s:19:\"backend-fail-backup\";i:1733;s:22:\"backend-fail-notexists\";i:1734;s:19:\"backend-fail-hashes\";i:1735;s:18:\"backend-fail-sizes\";i:1736;s:20:\"backend-fail-notsame\";i:1737;s:24:\"backend-fail-invalidpath\";i:1738;s:19:\"backend-fail-delete\";i:1739;s:21:\"backend-fail-describe\";i:1740;s:26:\"backend-fail-alreadyexists\";i:1741;s:18:\"backend-fail-store\";i:1742;s:17:\"backend-fail-copy\";i:1743;s:17:\"backend-fail-move\";i:1744;s:21:\"backend-fail-opentemp\";i:1745;s:22:\"backend-fail-writetemp\";i:1746;s:22:\"backend-fail-closetemp\";i:1747;s:17:\"backend-fail-read\";i:1748;s:19:\"backend-fail-create\";i:1749;s:20:\"backend-fail-maxsize\";i:1750;s:21:\"backend-fail-readonly\";i:1751;s:19:\"backend-fail-synced\";i:1752;s:20:\"backend-fail-connect\";i:1753;s:21:\"backend-fail-internal\";i:1754;s:24:\"backend-fail-contenttype\";i:1755;s:22:\"backend-fail-batchsize\";i:1756;s:19:\"backend-fail-usable\";i:1757;s:17:\"backend-fail-stat\";i:1758;s:17:\"backend-fail-hash\";i:1759;s:21:\"lockmanager-notlocked\";i:1760;s:26:\"lockmanager-fail-closelock\";i:1761;s:27:\"lockmanager-fail-deletelock\";i:1762;s:28:\"lockmanager-fail-acquirelock\";i:1763;s:25:\"lockmanager-fail-openlock\";i:1764;s:28:\"lockmanager-fail-releaselock\";i:1765;s:26:\"lockmanager-fail-db-bucket\";i:1766;s:27:\"lockmanager-fail-db-release\";i:1767;s:28:\"lockmanager-fail-svr-acquire\";i:1768;s:28:\"lockmanager-fail-svr-release\";i:1769;s:25:\"lockmanager-fail-conflict\";i:1770;s:19:\"zip-file-open-error\";i:1771;s:16:\"zip-wrong-format\";i:1772;s:7:\"zip-bad\";i:1773;s:15:\"zip-unsupported\";i:1774;s:11:\"uploadstash\";i:1775;s:19:\"uploadstash-summary\";i:1776;s:17:\"uploadstash-clear\";i:1777;s:19:\"uploadstash-nofiles\";i:1778;s:20:\"uploadstash-badtoken\";i:1779;s:20:\"uploadstash-errclear\";i:1780;s:19:\"uploadstash-refresh\";i:1781;s:21:\"uploadstash-thumbnail\";i:1782;s:21:\"uploadstash-exception\";i:1783;s:20:\"uploadstash-bad-path\";i:1784;s:28:\"uploadstash-bad-path-invalid\";i:1785;s:33:\"uploadstash-bad-path-unknown-type\";i:1786;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1787;s:31:\"uploadstash-bad-path-no-handler\";i:1788;s:31:\"uploadstash-bad-path-bad-format\";i:1789;s:26:\"uploadstash-file-not-found\";i:1790;s:35:\"uploadstash-file-not-found-no-thumb\";i:1791;s:40:\"uploadstash-file-not-found-no-local-path\";i:1792;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1793;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1794;s:37:\"uploadstash-file-not-found-not-exists\";i:1795;s:26:\"uploadstash-file-too-large\";i:1796;s:25:\"uploadstash-not-logged-in\";i:1797;s:23:\"uploadstash-wrong-owner\";i:1798;s:23:\"uploadstash-no-such-key\";i:1799;s:23:\"uploadstash-zero-length\";i:1800;s:20:\"invalid-chunk-offset\";i:1801;s:21:\"img-auth-accessdenied\";i:1802;s:17:\"img-auth-notindir\";i:1803;s:17:\"img-auth-badtitle\";i:1804;s:15:\"img-auth-nofile\";i:1805;s:14:\"img-auth-isdir\";i:1806;s:18:\"img-auth-streaming\";i:1807;s:15:\"img-auth-public\";i:1808;s:15:\"img-auth-noread\";i:1809;s:16:\"http-invalid-url\";i:1810;s:19:\"http-invalid-scheme\";i:1811;s:18:\"http-request-error\";i:1812;s:15:\"http-read-error\";i:1813;s:14:\"http-timed-out\";i:1814;s:15:\"http-curl-error\";i:1815;s:15:\"http-bad-status\";i:1816;s:19:\"http-internal-error\";i:1817;s:18:\"upload-curl-error6\";i:1818;s:23:\"upload-curl-error6-text\";i:1819;s:19:\"upload-curl-error28\";i:1820;s:24:\"upload-curl-error28-text\";i:1821;s:7:\"license\";i:1822;s:14:\"license-header\";i:1823;s:9:\"nolicense\";i:1824;s:13:\"licenses-edit\";i:1825;s:17:\"license-nopreview\";i:1826;s:17:\"upload_source_url\";i:1827;s:18:\"upload_source_file\";i:1828;s:16:\"listfiles-delete\";i:1829;s:17:\"listfiles-summary\";i:1830;s:26:\"listfiles-userdoesnotexist\";i:1831;s:7:\"imgfile\";i:1832;s:9:\"listfiles\";i:1833;s:17:\"listfiles_subpage\";i:1834;s:15:\"listfiles_thumb\";i:1835;s:14:\"listfiles_date\";i:1836;s:14:\"listfiles_name\";i:1837;s:14:\"listfiles_user\";i:1838;s:14:\"listfiles_size\";i:1839;s:21:\"listfiles_description\";i:1840;s:15:\"listfiles_count\";i:1841;s:18:\"listfiles-show-all\";i:1842;s:23:\"listfiles-latestversion\";i:1843;s:27:\"listfiles-latestversion-yes\";i:1844;s:26:\"listfiles-latestversion-no\";i:1845;s:16:\"file-anchor-link\";i:1846;s:8:\"filehist\";i:1847;s:13:\"filehist-help\";i:1848;s:18:\"filehist-deleteall\";i:1849;s:18:\"filehist-deleteone\";i:1850;s:15:\"filehist-revert\";i:1851;s:16:\"filehist-current\";i:1852;s:17:\"filehist-datetime\";i:1853;s:14:\"filehist-thumb\";i:1854;s:18:\"filehist-thumbtext\";i:1855;s:16:\"filehist-nothumb\";i:1856;s:13:\"filehist-user\";i:1857;s:19:\"filehist-dimensions\";i:1858;s:17:\"filehist-filesize\";i:1859;s:16:\"filehist-comment\";i:1860;s:10:\"imagelinks\";i:1861;s:12:\"linkstoimage\";i:1862;s:17:\"linkstoimage-more\";i:1863;s:14:\"nolinkstoimage\";i:1864;s:16:\"morelinkstoimage\";i:1865;s:21:\"linkstoimage-redirect\";i:1866;s:16:\"duplicatesoffile\";i:1867;s:12:\"sharedupload\";i:1868;s:23:\"sharedupload-desc-there\";i:1869;s:22:\"sharedupload-desc-here\";i:1870;s:22:\"sharedupload-desc-edit\";i:1871;s:24:\"sharedupload-desc-create\";i:1872;s:15:\"filepage-nofile\";i:1873;s:20:\"filepage-nofile-link\";i:1874;s:25:\"uploadnewversion-linktext\";i:1875;s:16:\"shared-repo-from\";i:1876;s:11:\"shared-repo\";i:1877;s:33:\"shared-repo-name-wikimediacommons\";i:1878;s:22:\"upload-disallowed-here\";i:1879;s:10:\"filerevert\";i:1880;s:17:\"filerevert-legend\";i:1881;s:16:\"filerevert-intro\";i:1882;s:18:\"filerevert-comment\";i:1883;s:25:\"filerevert-defaultcomment\";i:1884;s:17:\"filerevert-submit\";i:1885;s:18:\"filerevert-success\";i:1886;s:21:\"filerevert-badversion\";i:1887;s:20:\"filerevert-identical\";i:1888;s:10:\"filedelete\";i:1889;s:17:\"filedelete-legend\";i:1890;s:16:\"filedelete-intro\";i:1891;s:20:\"filedelete-intro-old\";i:1892;s:18:\"filedelete-comment\";i:1893;s:17:\"filedelete-submit\";i:1894;s:18:\"filedelete-success\";i:1895;s:22:\"filedelete-success-old\";i:1896;s:17:\"filedelete-nofile\";i:1897;s:21:\"filedelete-nofile-old\";i:1898;s:22:\"filedelete-otherreason\";i:1899;s:27:\"filedelete-reason-otherlist\";i:1900;s:26:\"filedelete-reason-dropdown\";i:1901;s:26:\"filedelete-edit-reasonlist\";i:1902;s:35:\"filedelete-edit-reasonlist-suppress\";i:1903;s:22:\"filedelete-maintenance\";i:1904;s:28:\"filedelete-maintenance-title\";i:1905;s:10:\"mimesearch\";i:1906;s:18:\"mimesearch-summary\";i:1907;s:8:\"mimetype\";i:1908;s:8:\"download\";i:1909;s:14:\"unwatchedpages\";i:1910;s:13:\"listredirects\";i:1911;s:19:\"listduplicatedfiles\";i:1912;s:27:\"listduplicatedfiles-summary\";i:1913;s:25:\"listduplicatedfiles-entry\";i:1914;s:15:\"unusedtemplates\";i:1915;s:19:\"unusedtemplatestext\";i:1916;s:18:\"unusedtemplateswlh\";i:1917;s:10:\"randompage\";i:1918;s:18:\"randompage-nopages\";i:1919;s:16:\"randomincategory\";i:1920;s:32:\"randomincategory-invalidcategory\";i:1921;s:24:\"randomincategory-nopages\";i:1922;s:25:\"randomincategory-category\";i:1923;s:23:\"randomincategory-legend\";i:1924;s:23:\"randomincategory-submit\";i:1925;s:14:\"randomredirect\";i:1926;s:22:\"randomredirect-nopages\";i:1927;s:10:\"statistics\";i:1928;s:23:\"statistics-header-pages\";i:1929;s:23:\"statistics-header-edits\";i:1930;s:23:\"statistics-header-users\";i:1931;s:23:\"statistics-header-hooks\";i:1932;s:19:\"statistics-articles\";i:1933;s:16:\"statistics-pages\";i:1934;s:21:\"statistics-pages-desc\";i:1935;s:16:\"statistics-files\";i:1936;s:16:\"statistics-edits\";i:1937;s:24:\"statistics-edits-average\";i:1938;s:16:\"statistics-users\";i:1939;s:23:\"statistics-users-active\";i:1940;s:28:\"statistics-users-active-desc\";i:1941;s:13:\"pageswithprop\";i:1942;s:20:\"pageswithprop-legend\";i:1943;s:18:\"pageswithprop-text\";i:1944;s:18:\"pageswithprop-prop\";i:1945;s:21:\"pageswithprop-reverse\";i:1946;s:25:\"pageswithprop-sortbyvalue\";i:1947;s:20:\"pageswithprop-submit\";i:1948;s:29:\"pageswithprop-prophidden-long\";i:1949;s:31:\"pageswithprop-prophidden-binary\";i:1950;s:15:\"doubleredirects\";i:1951;s:19:\"doubleredirectstext\";i:1952;s:26:\"double-redirect-fixed-move\";i:1953;s:33:\"double-redirect-fixed-maintenance\";i:1954;s:21:\"double-redirect-fixer\";i:1955;s:15:\"brokenredirects\";i:1956;s:19:\"brokenredirectstext\";i:1957;s:20:\"brokenredirects-edit\";i:1958;s:22:\"brokenredirects-delete\";i:1959;s:16:\"withoutinterwiki\";i:1960;s:24:\"withoutinterwiki-summary\";i:1961;s:23:\"withoutinterwiki-legend\";i:1962;s:23:\"withoutinterwiki-submit\";i:1963;s:15:\"fewestrevisions\";i:1964;s:6:\"nbytes\";i:1965;s:11:\"ncategories\";i:1966;s:11:\"ninterwikis\";i:1967;s:6:\"nlinks\";i:1968;s:8:\"nmembers\";i:1969;s:15:\"nmemberschanged\";i:1970;s:10:\"nrevisions\";i:1971;s:11:\"nimagelinks\";i:1972;s:14:\"ntransclusions\";i:1973;s:17:\"specialpage-empty\";i:1974;s:11:\"lonelypages\";i:1975;s:15:\"lonelypagestext\";i:1976;s:18:\"uncategorizedpages\";i:1977;s:23:\"uncategorizedcategories\";i:1978;s:19:\"uncategorizedimages\";i:1979;s:22:\"uncategorizedtemplates\";i:1980;s:38:\"uncategorized-categories-exceptionlist\";i:1981;s:16:\"unusedcategories\";i:1982;s:12:\"unusedimages\";i:1983;s:16:\"wantedcategories\";i:1984;s:11:\"wantedpages\";i:1985;s:19:\"wantedpages-summary\";i:1986;s:20:\"wantedpages-badtitle\";i:1987;s:11:\"wantedfiles\";i:1988;s:18:\"wantedfiletext-cat\";i:1989;s:28:\"wantedfiletext-cat-noforeign\";i:1990;s:20:\"wantedfiletext-nocat\";i:1991;s:30:\"wantedfiletext-nocat-noforeign\";i:1992;s:15:\"wantedtemplates\";i:1993;s:10:\"mostlinked\";i:1994;s:20:\"mostlinkedcategories\";i:1995;s:19:\"mostlinkedtemplates\";i:1996;s:14:\"mostcategories\";i:1997;s:10:\"mostimages\";i:1998;s:14:\"mostinterwikis\";i:1999;s:13:\"mostrevisions\";i:2000;s:11:\"prefixindex\";i:2001;s:21:\"prefixindex-namespace\";i:2002;s:18:\"prefixindex-submit\";i:2003;s:17:\"prefixindex-strip\";i:2004;s:10:\"shortpages\";i:2005;s:9:\"longpages\";i:2006;s:12:\"deadendpages\";i:2007;s:16:\"deadendpagestext\";i:2008;s:14:\"protectedpages\";i:2009;s:22:\"protectedpages-filters\";i:2010;s:20:\"protectedpages-indef\";i:2011;s:22:\"protectedpages-summary\";i:2012;s:22:\"protectedpages-cascade\";i:2013;s:25:\"protectedpages-noredirect\";i:2014;s:32:\"cachedspecial-viewing-cached-ttl\";i:2015;s:19:\"protectedpagesempty\";i:2016;s:24:\"protectedpages-timestamp\";i:2017;s:19:\"protectedpages-page\";i:2018;s:21:\"protectedpages-expiry\";i:2019;s:24:\"protectedpages-performer\";i:2020;s:21:\"protectedpages-params\";i:2021;s:21:\"protectedpages-reason\";i:2022;s:21:\"protectedpages-submit\";i:2023;s:32:\"protectedpages-unknown-timestamp\";i:2024;s:32:\"protectedpages-unknown-performer\";i:2025;s:15:\"protectedtitles\";i:2026;s:23:\"protectedtitles-summary\";i:2027;s:20:\"protectedtitlesempty\";i:2028;s:22:\"protectedtitles-submit\";i:2029;s:9:\"listusers\";i:2030;s:19:\"listusers-editsonly\";i:2031;s:29:\"listusers-temporarygroupsonly\";i:2032;s:22:\"listusers-creationsort\";i:2033;s:14:\"listusers-desc\";i:2034;s:13:\"usereditcount\";i:2035;s:11:\"usercreated\";i:2036;s:8:\"newpages\";i:2037;s:15:\"newpages-submit\";i:2038;s:17:\"newpages-username\";i:2039;s:12:\"ancientpages\";i:2040;s:4:\"move\";i:2041;s:12:\"movethispage\";i:2042;s:16:\"unusedimagestext\";i:2043;s:37:\"unusedimagestext-categorizedimgisused\";i:2044;s:20:\"unusedcategoriestext\";i:2045;s:13:\"notargettitle\";i:2046;s:12:\"notargettext\";i:2047;s:11:\"nopagetitle\";i:2048;s:10:\"nopagetext\";i:2049;s:13:\"pager-newer-n\";i:2050;s:13:\"pager-older-n\";i:2051;s:8:\"suppress\";i:2052;s:18:\"querypage-disabled\";i:2053;s:7:\"apihelp\";i:2054;s:22:\"apihelp-no-such-module\";i:2055;s:10:\"apisandbox\";i:2056;s:17:\"apisandbox-jsonly\";i:2057;s:16:\"apisandbox-intro\";i:2058;s:17:\"apisandbox-submit\";i:2059;s:16:\"apisandbox-reset\";i:2060;s:16:\"apisandbox-retry\";i:2061;s:18:\"apisandbox-loading\";i:2062;s:21:\"apisandbox-load-error\";i:2063;s:24:\"apisandbox-no-parameters\";i:2064;s:19:\"apisandbox-helpurls\";i:2065;s:19:\"apisandbox-examples\";i:2066;s:29:\"apisandbox-dynamic-parameters\";i:2067;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2068;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2069;s:31:\"apisandbox-dynamic-error-exists\";i:2070;s:37:\"apisandbox-templated-parameter-reason\";i:2071;s:32:\"apisandbox-deprecated-parameters\";i:2072;s:22:\"apisandbox-fetch-token\";i:2073;s:20:\"apisandbox-add-multi\";i:2074;s:38:\"apisandbox-submit-invalid-fields-title\";i:2075;s:40:\"apisandbox-submit-invalid-fields-message\";i:2076;s:18:\"apisandbox-results\";i:2077;s:26:\"apisandbox-sending-request\";i:2078;s:26:\"apisandbox-loading-results\";i:2079;s:24:\"apisandbox-results-error\";i:2080;s:35:\"apisandbox-results-login-suppressed\";i:2081;s:37:\"apisandbox-request-selectformat-label\";i:2082;s:35:\"apisandbox-request-format-url-label\";i:2083;s:28:\"apisandbox-request-url-label\";i:2084;s:29:\"apisandbox-request-json-label\";i:2085;s:35:\"apisandbox-request-format-php-label\";i:2086;s:28:\"apisandbox-request-php-label\";i:2087;s:23:\"apisandbox-request-time\";i:2088;s:27:\"apisandbox-results-fixtoken\";i:2089;s:32:\"apisandbox-results-fixtoken-fail\";i:2090;s:21:\"apisandbox-alert-page\";i:2091;s:22:\"apisandbox-alert-field\";i:2092;s:19:\"apisandbox-continue\";i:2093;s:25:\"apisandbox-continue-clear\";i:2094;s:24:\"apisandbox-continue-help\";i:2095;s:22:\"apisandbox-param-limit\";i:2096;s:36:\"apisandbox-multivalue-all-namespaces\";i:2097;s:32:\"apisandbox-multivalue-all-values\";i:2098;s:11:\"booksources\";i:2099;s:25:\"booksources-search-legend\";i:2100;s:18:\"booksources-search\";i:2101;s:16:\"booksources-text\";i:2102;s:24:\"booksources-invalid-isbn\";i:2103;s:22:\"magiclink-tracking-rfc\";i:2104;s:27:\"magiclink-tracking-rfc-desc\";i:2105;s:23:\"magiclink-tracking-pmid\";i:2106;s:28:\"magiclink-tracking-pmid-desc\";i:2107;s:23:\"magiclink-tracking-isbn\";i:2108;s:28:\"magiclink-tracking-isbn-desc\";i:2109;s:19:\"specialloguserlabel\";i:2110;s:20:\"speciallogtitlelabel\";i:2111;s:3:\"log\";i:2112;s:20:\"logeventslist-submit\";i:2113;s:26:\"logeventslist-more-filters\";i:2114;s:24:\"logeventslist-patrol-log\";i:2115;s:21:\"logeventslist-tag-log\";i:2116;s:26:\"logeventslist-newusers-log\";i:2117;s:13:\"all-logs-page\";i:2118;s:11:\"alllogstext\";i:2119;s:8:\"logempty\";i:2120;s:18:\"log-title-wildcard\";i:2121;s:26:\"showhideselectedlogentries\";i:2122;s:13:\"log-edit-tags\";i:2123;s:15:\"checkbox-select\";i:2124;s:12:\"checkbox-all\";i:2125;s:13:\"checkbox-none\";i:2126;s:15:\"checkbox-invert\";i:2127;s:8:\"allpages\";i:2128;s:8:\"nextpage\";i:2129;s:8:\"prevpage\";i:2130;s:12:\"allpagesfrom\";i:2131;s:10:\"allpagesto\";i:2132;s:11:\"allarticles\";i:2133;s:14:\"allinnamespace\";i:2134;s:14:\"allpagessubmit\";i:2135;s:14:\"allpagesprefix\";i:2136;s:16:\"allpagesbadtitle\";i:2137;s:15:\"allpages-bad-ns\";i:2138;s:23:\"allpages-hide-redirects\";i:2139;s:10:\"categories\";i:2140;s:17:\"categories-submit\";i:2141;s:18:\"categoriespagetext\";i:2142;s:14:\"categoriesfrom\";i:2143;s:20:\"deletedcontributions\";i:2144;s:26:\"deletedcontributions-title\";i:2145;s:32:\"sp-deletedcontributions-contribs\";i:2146;s:10:\"linksearch\";i:2147;s:14:\"linksearch-pat\";i:2148;s:13:\"linksearch-ns\";i:2149;s:13:\"linksearch-ok\";i:2150;s:15:\"linksearch-line\";i:2151;s:16:\"linksearch-error\";i:2152;s:13:\"listusersfrom\";i:2153;s:16:\"listusers-submit\";i:2154;s:18:\"listusers-noresult\";i:2155;s:17:\"listusers-blocked\";i:2156;s:11:\"activeusers\";i:2157;s:17:\"activeusers-intro\";i:2158;s:17:\"activeusers-count\";i:2159;s:16:\"activeusers-from\";i:2160;s:18:\"activeusers-groups\";i:2161;s:25:\"activeusers-excludegroups\";i:2162;s:20:\"activeusers-noresult\";i:2163;s:18:\"activeusers-submit\";i:2164;s:15:\"listgrouprights\";i:2165;s:23:\"listgrouprights-summary\";i:2166;s:19:\"listgrouprights-key\";i:2167;s:21:\"listgrouprights-group\";i:2168;s:22:\"listgrouprights-rights\";i:2169;s:24:\"listgrouprights-helppage\";i:2170;s:23:\"listgrouprights-members\";i:2171;s:24:\"listgrouprights-addgroup\";i:2172;s:27:\"listgrouprights-removegroup\";i:2173;s:28:\"listgrouprights-addgroup-all\";i:2174;s:31:\"listgrouprights-removegroup-all\";i:2175;s:29:\"listgrouprights-addgroup-self\";i:2176;s:32:\"listgrouprights-removegroup-self\";i:2177;s:33:\"listgrouprights-addgroup-self-all\";i:2178;s:36:\"listgrouprights-removegroup-self-all\";i:2179;s:42:\"listgrouprights-namespaceprotection-header\";i:2180;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2181;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2182;s:10:\"listgrants\";i:2183;s:18:\"listgrants-summary\";i:2184;s:16:\"listgrants-grant\";i:2185;s:17:\"listgrants-rights\";i:2186;s:18:\"trackingcategories\";i:2187;s:26:\"trackingcategories-summary\";i:2188;s:22:\"trackingcategories-msg\";i:2189;s:23:\"trackingcategories-name\";i:2190;s:23:\"trackingcategories-desc\";i:2191;s:31:\"restricted-displaytitle-ignored\";i:2192;s:36:\"restricted-displaytitle-ignored-desc\";i:2193;s:20:\"nonnumeric-formatnum\";i:2194;s:25:\"nonnumeric-formatnum-desc\";i:2195;s:21:\"noindex-category-desc\";i:2196;s:19:\"index-category-desc\";i:2197;s:44:\"post-expand-template-inclusion-category-desc\";i:2198;s:43:\"post-expand-template-argument-category-desc\";i:2199;s:38:\"expensive-parserfunction-category-desc\";i:2200;s:25:\"broken-file-category-desc\";i:2201;s:29:\"hidden-category-category-desc\";i:2202;s:25:\"trackingcategories-nodesc\";i:2203;s:27:\"trackingcategories-disabled\";i:2204;s:11:\"mailnologin\";i:2205;s:15:\"mailnologintext\";i:2206;s:9:\"emailuser\";i:2207;s:22:\"emailuser-title-target\";i:2208;s:24:\"emailuser-title-notarget\";i:2209;s:13:\"emailpagetext\";i:2210;s:15:\"defemailsubject\";i:2211;s:16:\"usermaildisabled\";i:2212;s:20:\"usermaildisabledtext\";i:2213;s:12:\"noemailtitle\";i:2214;s:11:\"noemailtext\";i:2215;s:15:\"nowikiemailtext\";i:2216;s:13:\"emailnotarget\";i:2217;s:11:\"emailtarget\";i:2218;s:13:\"emailusername\";i:2219;s:19:\"emailusernamesubmit\";i:2220;s:12:\"email-legend\";i:2221;s:9:\"emailfrom\";i:2222;s:7:\"emailto\";i:2223;s:12:\"emailsubject\";i:2224;s:12:\"emailmessage\";i:2225;s:9:\"emailsend\";i:2226;s:9:\"emailccme\";i:2227;s:14:\"emailccsubject\";i:2228;s:9:\"emailsent\";i:2229;s:13:\"emailsenttext\";i:2230;s:15:\"emailuserfooter\";i:2231;s:19:\"usermessage-summary\";i:2232;s:18:\"usermessage-editor\";i:2233;s:9:\"watchlist\";i:2234;s:11:\"mywatchlist\";i:2235;s:13:\"watchlistfor2\";i:2236;s:11:\"nowatchlist\";i:2237;s:17:\"watchlistanontext\";i:2238;s:12:\"watchnologin\";i:2239;s:21:\"watchlistnotwatchable\";i:2240;s:8:\"addwatch\";i:2241;s:15:\"updatewatchlist\";i:2242;s:14:\"addedwatchtext\";i:2243;s:19:\"addedwatchtext-talk\";i:2244;s:20:\"addedwatchtext-short\";i:2245;s:30:\"addedwatchexpiry-options-label\";i:2246;s:21:\"addedwatchexpiryhours\";i:2247;s:26:\"addedwatchexpiryhours-talk\";i:2248;s:20:\"addedwatchexpirytext\";i:2249;s:25:\"addedwatchexpirytext-talk\";i:2250;s:26:\"addedwatchindefinitelytext\";i:2251;s:31:\"addedwatchindefinitelytext-talk\";i:2252;s:11:\"removewatch\";i:2253;s:16:\"removedwatchtext\";i:2254;s:21:\"removedwatchtext-talk\";i:2255;s:22:\"removedwatchtext-short\";i:2256;s:5:\"watch\";i:2257;s:13:\"watchthispage\";i:2258;s:7:\"unwatch\";i:2259;s:15:\"unwatchthispage\";i:2260;s:12:\"notanarticle\";i:2261;s:13:\"notvisiblerev\";i:2262;s:17:\"watchlist-details\";i:2263;s:26:\"watchlist-expiry-days-left\";i:2264;s:33:\"watchlist-expiring-days-full-text\";i:2265;s:27:\"watchlist-expiry-hours-left\";i:2266;s:34:\"watchlist-expiring-hours-full-text\";i:2267;s:15:\"wlheader-enotif\";i:2268;s:20:\"wlheader-showupdated\";i:2269;s:6:\"wlnote\";i:2270;s:14:\"watchlist-hide\";i:2271;s:16:\"watchlist-submit\";i:2272;s:10:\"wlshowtime\";i:2273;s:15:\"wlshowhideminor\";i:2274;s:14:\"wlshowhidebots\";i:2275;s:13:\"wlshowhideliu\";i:2276;s:15:\"wlshowhideanons\";i:2277;s:14:\"wlshowhidepatr\";i:2278;s:14:\"wlshowhidemine\";i:2279;s:24:\"wlshowhidecategorization\";i:2280;s:17:\"watchlist-options\";i:2281;s:8:\"watching\";i:2282;s:10:\"unwatching\";i:2283;s:12:\"enotif_reset\";i:2284;s:28:\"enotif_impersonal_salutation\";i:2285;s:22:\"enotif_subject_deleted\";i:2286;s:22:\"enotif_subject_created\";i:2287;s:20:\"enotif_subject_moved\";i:2288;s:23:\"enotif_subject_restored\";i:2289;s:22:\"enotif_subject_changed\";i:2290;s:25:\"enotif_body_intro_deleted\";i:2291;s:25:\"enotif_body_intro_created\";i:2292;s:23:\"enotif_body_intro_moved\";i:2293;s:26:\"enotif_body_intro_restored\";i:2294;s:25:\"enotif_body_intro_changed\";i:2295;s:18:\"enotif_lastvisited\";i:2296;s:15:\"enotif_lastdiff\";i:2297;s:18:\"enotif_anon_editor\";i:2298;s:11:\"enotif_body\";i:2299;s:16:\"enotif_minoredit\";i:2300;s:21:\"deletepage-deletetalk\";i:2301;s:17:\"deletepage-submit\";i:2302;s:7:\"confirm\";i:2303;s:9:\"excontent\";i:2304;s:15:\"excontentauthor\";i:2305;s:13:\"exbeforeblank\";i:2306;s:14:\"delete-confirm\";i:2307;s:13:\"delete-legend\";i:2308;s:26:\"delete-talk-summary-prefix\";i:2309;s:14:\"historywarning\";i:2310;s:20:\"historyaction-submit\";i:2311;s:17:\"confirmdeletetext\";i:2312;s:14:\"actioncomplete\";i:2313;s:12:\"actionfailed\";i:2314;s:11:\"deletedtext\";i:2315;s:25:\"deleted-page-and-talkpage\";i:2316;s:10:\"dellogpage\";i:2317;s:14:\"dellogpagetext\";i:2318;s:11:\"deletionlog\";i:2319;s:15:\"log-name-create\";i:2320;s:22:\"log-description-create\";i:2321;s:22:\"logentry-create-create\";i:2322;s:8:\"reverted\";i:2323;s:13:\"deletecomment\";i:2324;s:17:\"deleteotherreason\";i:2325;s:21:\"deletereasonotherlist\";i:2326;s:21:\"deletereason-dropdown\";i:2327;s:22:\"delete-edit-reasonlist\";i:2328;s:31:\"delete-edit-reasonlist-suppress\";i:2329;s:13:\"delete-toobig\";i:2330;s:23:\"delete-toomanyrevisions\";i:2331;s:21:\"delete-warning-toobig\";i:2332;s:35:\"delete-error-associated-alreadytalk\";i:2333;s:36:\"delete-error-associated-doesnotexist\";i:2334;s:15:\"deleteprotected\";i:2335;s:26:\"deleting-backlinks-warning\";i:2336;s:25:\"deleting-subpages-warning\";i:2337;s:34:\"deleting-talkpage-subpages-warning\";i:2338;s:8:\"rollback\";i:2339;s:29:\"rollback-confirmation-confirm\";i:2340;s:25:\"rollback-confirmation-yes\";i:2341;s:24:\"rollback-confirmation-no\";i:2342;s:12:\"rollbacklink\";i:2343;s:17:\"rollbacklinkcount\";i:2344;s:26:\"rollbacklinkcount-morethan\";i:2345;s:14:\"rollbackfailed\";i:2346;s:21:\"rollback-missingparam\";i:2347;s:24:\"rollback-missingrevision\";i:2348;s:12:\"cantrollback\";i:2349;s:13:\"alreadyrolled\";i:2350;s:11:\"editcomment\";i:2351;s:16:\"rollback-success\";i:2352;s:20:\"sessionfailure-title\";i:2353;s:14:\"sessionfailure\";i:2354;s:18:\"changecontentmodel\";i:2355;s:25:\"changecontentmodel-legend\";i:2356;s:30:\"changecontentmodel-title-label\";i:2357;s:32:\"changecontentmodel-current-label\";i:2358;s:30:\"changecontentmodel-model-label\";i:2359;s:31:\"changecontentmodel-reason-label\";i:2360;s:25:\"changecontentmodel-submit\";i:2361;s:32:\"changecontentmodel-success-title\";i:2362;s:31:\"changecontentmodel-success-text\";i:2363;s:33:\"changecontentmodel-cannot-convert\";i:2364;s:34:\"changecontentmodel-nodirectediting\";i:2365;s:36:\"changecontentmodel-emptymodels-title\";i:2366;s:35:\"changecontentmodel-emptymodels-text\";i:2367;s:21:\"log-name-contentmodel\";i:2368;s:28:\"log-description-contentmodel\";i:2369;s:25:\"logentry-contentmodel-new\";i:2370;s:28:\"logentry-contentmodel-change\";i:2371;s:39:\"logentry-contentmodel-change-revertlink\";i:2372;s:35:\"logentry-contentmodel-change-revert\";i:2373;s:14:\"protectlogpage\";i:2374;s:14:\"protectlogtext\";i:2375;s:24:\"protectedarticle-comment\";i:2376;s:33:\"modifiedarticleprotection-comment\";i:2377;s:26:\"unprotectedarticle-comment\";i:2378;s:13:\"protect-title\";i:2379;s:24:\"protect-title-notallowed\";i:2380;s:14:\"prot_1movedto2\";i:2381;s:26:\"protect-badnamespace-title\";i:2382;s:25:\"protect-badnamespace-text\";i:2383;s:31:\"protect-norestrictiontypes-text\";i:2384;s:32:\"protect-norestrictiontypes-title\";i:2385;s:14:\"protect-legend\";i:2386;s:14:\"protectcomment\";i:2387;s:13:\"protectexpiry\";i:2388;s:22:\"protect_expiry_invalid\";i:2389;s:18:\"protect_expiry_old\";i:2390;s:27:\"protect-unchain-permissions\";i:2391;s:12:\"protect-text\";i:2392;s:22:\"protect-locked-blocked\";i:2393;s:21:\"protect-locked-dblock\";i:2394;s:21:\"protect-locked-access\";i:2395;s:17:\"protect-cascadeon\";i:2396;s:15:\"protect-default\";i:2397;s:16:\"protect-fallback\";i:2398;s:27:\"protect-level-autoconfirmed\";i:2399;s:19:\"protect-level-sysop\";i:2400;s:23:\"protect-summary-cascade\";i:2401;s:16:\"protect-expiring\";i:2402;s:22:\"protect-expiring-local\";i:2403;s:25:\"protect-expiry-indefinite\";i:2404;s:15:\"protect-cascade\";i:2405;s:16:\"protect-cantedit\";i:2406;s:17:\"protect-othertime\";i:2407;s:20:\"protect-othertime-op\";i:2408;s:23:\"protect-existing-expiry\";i:2409;s:32:\"protect-existing-expiry-infinity\";i:2410;s:19:\"protect-otherreason\";i:2411;s:22:\"protect-otherreason-op\";i:2412;s:16:\"protect-dropdown\";i:2413;s:23:\"protect-edit-reasonlist\";i:2414;s:22:\"protect-expiry-options\";i:2415;s:16:\"restriction-type\";i:2416;s:17:\"restriction-level\";i:2417;s:12:\"minimum-size\";i:2418;s:12:\"maximum-size\";i:2419;s:8:\"pagesize\";i:2420;s:16:\"restriction-edit\";i:2421;s:16:\"restriction-move\";i:2422;s:18:\"restriction-create\";i:2423;s:18:\"restriction-upload\";i:2424;s:23:\"restriction-level-sysop\";i:2425;s:31:\"restriction-level-autoconfirmed\";i:2426;s:21:\"restriction-level-all\";i:2427;s:8:\"undelete\";i:2428;s:12:\"undeletepage\";i:2429;s:17:\"undeletepagetitle\";i:2430;s:15:\"viewdeletedpage\";i:2431;s:23:\"skin-action-viewdeleted\";i:2432;s:16:\"undeletepagetext\";i:2433;s:23:\"undelete-fieldset-title\";i:2434;s:17:\"undeleteextrahelp\";i:2435;s:17:\"undeleterevisions\";i:2436;s:15:\"undeletehistory\";i:2437;s:14:\"undeleterevdel\";i:2438;s:22:\"undeletehistorynoadmin\";i:2439;s:17:\"undelete-revision\";i:2440;s:24:\"undeleterevision-missing\";i:2441;s:15:\"undelete-nodiff\";i:2442;s:11:\"undeletebtn\";i:2443;s:12:\"undeletelink\";i:2444;s:16:\"undeleteviewlink\";i:2445;s:21:\"undelete-undeletetalk\";i:2446;s:14:\"undeleteinvert\";i:2447;s:15:\"undeletecomment\";i:2448;s:14:\"cannotundelete\";i:2449;s:13:\"undeletedpage\";i:2450;s:15:\"undelete-header\";i:2451;s:21:\"undelete-search-title\";i:2452;s:19:\"undelete-search-box\";i:2453;s:22:\"undelete-search-prefix\";i:2454;s:20:\"undelete-search-full\";i:2455;s:22:\"undelete-search-submit\";i:2456;s:19:\"undelete-no-results\";i:2457;s:26:\"undelete-filename-mismatch\";i:2458;s:22:\"undelete-bad-store-key\";i:2459;s:22:\"undelete-cleanup-error\";i:2460;s:28:\"undelete-missing-filearchive\";i:2461;s:28:\"undelete-talk-summary-prefix\";i:2462;s:14:\"undelete-error\";i:2463;s:37:\"undelete-error-associated-alreadytalk\";i:2464;s:36:\"undelete-error-associated-notdeleted\";i:2465;s:26:\"undelete-show-file-confirm\";i:2466;s:25:\"undelete-show-file-submit\";i:2467;s:21:\"undelete-back-to-list\";i:2468;s:9:\"namespace\";i:2469;s:6:\"invert\";i:2470;s:14:\"tooltip-invert\";i:2471;s:28:\"tooltip-whatlinkshere-invert\";i:2472;s:21:\"namespace_association\";i:2473;s:29:\"tooltip-namespace_association\";i:2474;s:14:\"blanknamespace\";i:2475;s:13:\"contributions\";i:2476;s:23:\"tool-link-contributions\";i:2477;s:19:\"contributions-title\";i:2478;s:9:\"mycontris\";i:2479;s:12:\"anoncontribs\";i:2480;s:11:\"contribsub2\";i:2481;s:22:\"contributions-subtitle\";i:2482;s:30:\"contributions-userdoesnotexist\";i:2483;s:32:\"negative-namespace-not-supported\";i:2484;s:10:\"nocontribs\";i:2485;s:5:\"uctop\";i:2486;s:5:\"month\";i:2487;s:4:\"year\";i:2488;s:4:\"date\";i:2489;s:25:\"sp-contributions-blocklog\";i:2490;s:28:\"sp-contributions-suppresslog\";i:2491;s:24:\"sp-contributions-deleted\";i:2492;s:24:\"sp-contributions-uploads\";i:2493;s:21:\"sp-contributions-logs\";i:2494;s:21:\"sp-contributions-talk\";i:2495;s:27:\"sp-contributions-userrights\";i:2496;s:31:\"sp-contributions-blocked-notice\";i:2497;s:39:\"sp-contributions-blocked-notice-partial\";i:2498;s:36:\"sp-contributions-blocked-notice-anon\";i:2499;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2500;s:23:\"sp-contributions-search\";i:2501;s:25:\"sp-contributions-username\";i:2502;s:24:\"sp-contributions-toponly\";i:2503;s:24:\"sp-contributions-newonly\";i:2504;s:26:\"sp-contributions-hideminor\";i:2505;s:23:\"sp-contributions-submit\";i:2506;s:27:\"sp-contributions-outofrange\";i:2507;s:33:\"sp-contributions-concurrency-user\";i:2508;s:31:\"sp-contributions-concurrency-ip\";i:2509;s:13:\"whatlinkshere\";i:2510;s:19:\"whatlinkshere-count\";i:2511;s:19:\"whatlinkshere-title\";i:2512;s:18:\"whatlinkshere-page\";i:2513;s:9:\"linkshere\";i:2514;s:11:\"nolinkshere\";i:2515;s:14:\"nolinkshere-ns\";i:2516;s:10:\"isredirect\";i:2517;s:10:\"istemplate\";i:2518;s:7:\"isimage\";i:2519;s:18:\"whatlinkshere-prev\";i:2520;s:18:\"whatlinkshere-next\";i:2521;s:19:\"whatlinkshere-links\";i:2522;s:24:\"whatlinkshere-hideredirs\";i:2523;s:23:\"whatlinkshere-hidetrans\";i:2524;s:23:\"whatlinkshere-hidelinks\";i:2525;s:24:\"whatlinkshere-hideimages\";i:2526;s:26:\"whatlinkshere-sectionredir\";i:2527;s:20:\"whatlinkshere-submit\";i:2528;s:11:\"autoblockid\";i:2529;s:5:\"block\";i:2530;s:7:\"unblock\";i:2531;s:13:\"changeblockip\";i:2532;s:7:\"blockip\";i:2533;s:11:\"blockiptext\";i:2534;s:19:\"ipaddressorusername\";i:2535;s:9:\"ipbreason\";i:2536;s:18:\"ipbreason-dropdown\";i:2537;s:13:\"ipb-hardblock\";i:2538;s:16:\"ipbcreateaccount\";i:2539;s:11:\"ipbemailban\";i:2540;s:18:\"ipbenableautoblock\";i:2541;s:9:\"ipbsubmit\";i:2542;s:8:\"ipbother\";i:2543;s:10:\"ipboptions\";i:2544;s:11:\"ipbhidename\";i:2545;s:12:\"ipbwatchuser\";i:2546;s:19:\"ipb-disableusertalk\";i:2547;s:16:\"ipb-change-block\";i:2548;s:11:\"ipb-confirm\";i:2549;s:12:\"ipb-sitewide\";i:2550;s:11:\"ipb-partial\";i:2551;s:17:\"ipb-sitewide-help\";i:2552;s:16:\"ipb-partial-help\";i:2553;s:17:\"ipb-action-create\";i:2554;s:15:\"ipb-action-move\";i:2555;s:17:\"ipb-action-upload\";i:2556;s:15:\"ipb-pages-label\";i:2557;s:20:\"ipb-namespaces-label\";i:2558;s:12:\"badipaddress\";i:2559;s:17:\"blockipsuccesssub\";i:2560;s:18:\"blockipsuccesstext\";i:2561;s:15:\"ipb-empty-block\";i:2562;s:19:\"ipb-block-not-found\";i:2563;s:16:\"ipb-blockingself\";i:2564;s:19:\"ipb-confirmhideuser\";i:2565;s:17:\"ipb-confirmaction\";i:2566;s:17:\"ipb-edit-dropdown\";i:2567;s:16:\"ipb-unblock-addr\";i:2568;s:11:\"ipb-unblock\";i:2569;s:13:\"ipb-blocklist\";i:2570;s:22:\"ipb-blocklist-contribs\";i:2571;s:27:\"ipb-blocklist-duration-left\";i:2572;s:13:\"block-actions\";i:2573;s:13:\"block-details\";i:2574;s:12:\"block-expiry\";i:2575;s:13:\"block-options\";i:2576;s:12:\"block-reason\";i:2577;s:12:\"block-target\";i:2578;s:24:\"block-target-placeholder\";i:2579;s:9:\"unblockip\";i:2580;s:13:\"unblockiptext\";i:2581;s:9:\"ipusubmit\";i:2582;s:9:\"unblocked\";i:2583;s:15:\"unblocked-range\";i:2584;s:12:\"unblocked-id\";i:2585;s:12:\"unblocked-ip\";i:2586;s:9:\"blocklist\";i:2587;s:13:\"autoblocklist\";i:2588;s:20:\"autoblocklist-submit\";i:2589;s:20:\"autoblocklist-legend\";i:2590;s:25:\"autoblocklist-localblocks\";i:2591;s:30:\"autoblocklist-total-autoblocks\";i:2592;s:19:\"autoblocklist-empty\";i:2593;s:25:\"autoblocklist-otherblocks\";i:2594;s:11:\"ipblocklist\";i:2595;s:18:\"ipblocklist-legend\";i:2596;s:20:\"blocklist-autoblocks\";i:2597;s:20:\"blocklist-userblocks\";i:2598;s:20:\"blocklist-tempblocks\";i:2599;s:21:\"blocklist-indefblocks\";i:2600;s:23:\"blocklist-addressblocks\";i:2601;s:14:\"blocklist-type\";i:2602;s:22:\"blocklist-type-opt-all\";i:2603;s:27:\"blocklist-type-opt-sitewide\";i:2604;s:26:\"blocklist-type-opt-partial\";i:2605;s:21:\"blocklist-rangeblocks\";i:2606;s:19:\"blocklist-timestamp\";i:2607;s:16:\"blocklist-target\";i:2608;s:16:\"blocklist-expiry\";i:2609;s:12:\"blocklist-by\";i:2610;s:16:\"blocklist-params\";i:2611;s:16:\"blocklist-reason\";i:2612;s:18:\"ipblocklist-submit\";i:2613;s:22:\"ipblocklist-localblock\";i:2614;s:23:\"ipblocklist-otherblocks\";i:2615;s:13:\"infiniteblock\";i:2616;s:13:\"anononlyblock\";i:2617;s:16:\"noautoblockblock\";i:2618;s:18:\"createaccountblock\";i:2619;s:10:\"emailblock\";i:2620;s:20:\"blocklist-nousertalk\";i:2621;s:17:\"blocklist-editing\";i:2622;s:26:\"blocklist-editing-sitewide\";i:2623;s:22:\"blocklist-editing-page\";i:2624;s:20:\"blocklist-editing-ns\";i:2625;s:24:\"blocklist-editing-action\";i:2626;s:17:\"ipblocklist-empty\";i:2627;s:22:\"ipblocklist-no-results\";i:2628;s:9:\"blocklink\";i:2629;s:11:\"unblocklink\";i:2630;s:16:\"change-blocklink\";i:2631;s:14:\"empty-username\";i:2632;s:12:\"contribslink\";i:2633;s:9:\"emaillink\";i:2634;s:11:\"autoblocker\";i:2635;s:12:\"blocklogpage\";i:2636;s:16:\"blocklog-showlog\";i:2637;s:12:\"blocklogtext\";i:2638;s:24:\"block-log-flags-anononly\";i:2639;s:24:\"block-log-flags-nocreate\";i:2640;s:27:\"block-log-flags-noautoblock\";i:2641;s:23:\"block-log-flags-noemail\";i:2642;s:26:\"block-log-flags-nousertalk\";i:2643;s:31:\"block-log-flags-angry-autoblock\";i:2644;s:26:\"block-log-flags-hiddenname\";i:2645;s:20:\"range_block_disabled\";i:2646;s:26:\"ipb-prevent-user-talk-edit\";i:2647;s:18:\"ipb_expiry_invalid\";i:2648;s:14:\"ipb_expiry_old\";i:2649;s:15:\"ipb_expiry_temp\";i:2650;s:16:\"ipb_hide_invalid\";i:2651;s:16:\"ipb_hide_partial\";i:2652;s:19:\"ipb_already_blocked\";i:2653;s:15:\"ipb-needreblock\";i:2654;s:22:\"ipb-otherblocks-header\";i:2655;s:16:\"unblock-hideuser\";i:2656;s:16:\"ipb_cant_unblock\";i:2657;s:20:\"ipb_blocked_as_range\";i:2658;s:16:\"ip_range_invalid\";i:2659;s:17:\"ip_range_toolarge\";i:2660;s:17:\"ip_range_exceeded\";i:2661;s:15:\"ip_range_toolow\";i:2662;s:12:\"proxyblocker\";i:2663;s:16:\"proxyblockreason\";i:2664;s:11:\"sorbsreason\";i:2665;s:27:\"sorbs_create_account_reason\";i:2666;s:21:\"softblockrangesreason\";i:2667;s:14:\"xffblockreason\";i:2668;s:20:\"cant-see-hidden-user\";i:2669;s:27:\"cant-block-nonexistent-page\";i:2670;s:10:\"ipbblocked\";i:2671;s:16:\"ipbnounblockself\";i:2672;s:6:\"lockdb\";i:2673;s:8:\"unlockdb\";i:2674;s:10:\"lockdbtext\";i:2675;s:12:\"unlockdbtext\";i:2676;s:11:\"lockconfirm\";i:2677;s:13:\"unlockconfirm\";i:2678;s:7:\"lockbtn\";i:2679;s:9:\"unlockbtn\";i:2680;s:13:\"locknoconfirm\";i:2681;s:16:\"lockdbsuccesssub\";i:2682;s:18:\"unlockdbsuccesssub\";i:2683;s:17:\"lockdbsuccesstext\";i:2684;s:19:\"unlockdbsuccesstext\";i:2685;s:19:\"lockfilenotwritable\";i:2686;s:14:\"databaselocked\";i:2687;s:17:\"databasenotlocked\";i:2688;s:15:\"lockedbyandtime\";i:2689;s:9:\"move-page\";i:2690;s:16:\"move-page-legend\";i:2691;s:12:\"movepagetext\";i:2692;s:28:\"movepagetext-noredirectfixer\";i:2693;s:30:\"movepagetext-noredirectsupport\";i:2694;s:16:\"movepagetalktext\";i:2695;s:20:\"moveuserpage-warning\";i:2696;s:24:\"movecategorypage-warning\";i:2697;s:15:\"movenologintext\";i:2698;s:14:\"movenotallowed\";i:2699;s:18:\"movenotallowedfile\";i:2700;s:19:\"cant-move-user-page\";i:2701;s:22:\"cant-move-to-user-page\";i:2702;s:23:\"cant-move-category-page\";i:2703;s:26:\"cant-move-to-category-page\";i:2704;s:18:\"cant-move-subpages\";i:2705;s:20:\"namespace-nosubpages\";i:2706;s:8:\"newtitle\";i:2707;s:10:\"move-watch\";i:2708;s:11:\"movepagebtn\";i:2709;s:12:\"pagemovedsub\";i:2710;s:10:\"cannotmove\";i:2711;s:14:\"movepage-moved\";i:2712;s:23:\"movepage-moved-redirect\";i:2713;s:25:\"movepage-moved-noredirect\";i:2714;s:21:\"movepage-delete-first\";i:2715;s:13:\"articleexists\";i:2716;s:14:\"redirectexists\";i:2717;s:23:\"cantmove-titleprotected\";i:2718;s:8:\"movetalk\";i:2719;s:13:\"move-subpages\";i:2720;s:18:\"move-talk-subpages\";i:2721;s:20:\"movepage-page-exists\";i:2722;s:28:\"movepage-source-doesnt-exist\";i:2723;s:19:\"movepage-page-moved\";i:2724;s:21:\"movepage-page-unmoved\";i:2725;s:18:\"movepage-max-pages\";i:2726;s:11:\"movelogpage\";i:2727;s:15:\"movelogpagetext\";i:2728;s:11:\"movesubpage\";i:2729;s:15:\"movesubpagetext\";i:2730;s:19:\"movesubpagetalktext\";i:2731;s:13:\"movenosubpage\";i:2732;s:10:\"movereason\";i:2733;s:10:\"revertmove\";i:2734;s:20:\"delete_and_move_text\";i:2735;s:29:\"delete_redirect_and_move_text\";i:2736;s:23:\"delete_and_move_confirm\";i:2737;s:22:\"delete_and_move_reason\";i:2738;s:8:\"selfmove\";i:2739;s:25:\"immobile-source-namespace\";i:2740;s:28:\"immobile-source-namespace-iw\";i:2741;s:25:\"immobile-target-namespace\";i:2742;s:28:\"immobile-target-namespace-iw\";i:2743;s:20:\"immobile-source-page\";i:2744;s:20:\"immobile-target-page\";i:2745;s:29:\"movepage-invalid-target-title\";i:2746;s:16:\"bad-target-model\";i:2747;s:21:\"imagenocrossnamespace\";i:2748;s:27:\"nonfile-cannot-move-to-file\";i:2749;s:17:\"imagetypemismatch\";i:2750;s:20:\"imageinvalidfilename\";i:2751;s:20:\"fix-double-redirects\";i:2752;s:19:\"move-leave-redirect\";i:2753;s:24:\"protectedpagemovewarning\";i:2754;s:28:\"semiprotectedpagemovewarning\";i:2755;s:20:\"move-over-sharedrepo\";i:2756;s:22:\"file-exists-sharedrepo\";i:2757;s:6:\"export\";i:2758;s:10:\"exporttext\";i:2759;s:9:\"exportall\";i:2760;s:13:\"exportcuronly\";i:2761;s:15:\"exportnohistory\";i:2762;s:17:\"exportlistauthors\";i:2763;s:13:\"export-submit\";i:2764;s:17:\"export-addcattext\";i:2765;s:13:\"export-addcat\";i:2766;s:16:\"export-addnstext\";i:2767;s:12:\"export-addns\";i:2768;s:15:\"export-download\";i:2769;s:16:\"export-templates\";i:2770;s:16:\"export-pagelinks\";i:2771;s:13:\"export-manual\";i:2772;s:11:\"allmessages\";i:2773;s:15:\"allmessagesname\";i:2774;s:18:\"allmessagesdefault\";i:2775;s:18:\"allmessagescurrent\";i:2776;s:15:\"allmessagestext\";i:2777;s:34:\"allmessages-not-supported-database\";i:2778;s:25:\"allmessages-filter-legend\";i:2779;s:18:\"allmessages-filter\";i:2780;s:29:\"allmessages-filter-unmodified\";i:2781;s:22:\"allmessages-filter-all\";i:2782;s:27:\"allmessages-filter-modified\";i:2783;s:18:\"allmessages-prefix\";i:2784;s:20:\"allmessages-language\";i:2785;s:25:\"allmessages-filter-submit\";i:2786;s:28:\"allmessages-filter-translate\";i:2787;s:14:\"thumbnail-more\";i:2788;s:11:\"filemissing\";i:2789;s:15:\"thumbnail_error\";i:2790;s:22:\"thumbnail_error_remote\";i:2791;s:15:\"djvu_page_error\";i:2792;s:21:\"thumbnail-temp-create\";i:2793;s:21:\"thumbnail-dest-create\";i:2794;s:24:\"thumbnail_invalid_params\";i:2795;s:25:\"thumbnail_toobigimagearea\";i:2796;s:24:\"thumbnail_dest_directory\";i:2797;s:20:\"thumbnail_image-type\";i:2798;s:20:\"thumbnail_gd-library\";i:2799;s:25:\"thumbnail_image-size-zero\";i:2800;s:23:\"thumbnail_image-missing\";i:2801;s:29:\"thumbnail_image-failure-limit\";i:2802;s:6:\"import\";i:2803;s:15:\"importinterwiki\";i:2804;s:21:\"import-interwiki-text\";i:2805;s:27:\"import-interwiki-sourcewiki\";i:2806;s:27:\"import-interwiki-sourcepage\";i:2807;s:24:\"import-interwiki-history\";i:2808;s:26:\"import-interwiki-templates\";i:2809;s:23:\"import-interwiki-submit\";i:2810;s:22:\"import-mapping-default\";i:2811;s:24:\"import-mapping-namespace\";i:2812;s:22:\"import-mapping-subpage\";i:2813;s:22:\"import-upload-filename\";i:2814;s:29:\"import-upload-username-prefix\";i:2815;s:25:\"import-assign-known-users\";i:2816;s:14:\"import-comment\";i:2817;s:11:\"importstart\";i:2818;s:21:\"import-revision-count\";i:2819;s:13:\"importnopages\";i:2820;s:20:\"imported-log-entries\";i:2821;s:12:\"importfailed\";i:2822;s:19:\"importunknownsource\";i:2823;s:14:\"importnoprefix\";i:2824;s:14:\"importcantopen\";i:2825;s:18:\"importbadinterwiki\";i:2826;s:13:\"importsuccess\";i:2827;s:15:\"importnosources\";i:2828;s:12:\"importnofile\";i:2829;s:21:\"importuploaderrorsize\";i:2830;s:24:\"importuploaderrorpartial\";i:2831;s:21:\"importuploaderrortemp\";i:2832;s:20:\"import-parse-failure\";i:2833;s:16:\"import-noarticle\";i:2834;s:21:\"import-nonewrevisions\";i:2835;s:16:\"xml-error-string\";i:2836;s:13:\"import-upload\";i:2837;s:21:\"import-token-mismatch\";i:2838;s:24:\"import-invalid-interwiki\";i:2839;s:17:\"import-error-edit\";i:2840;s:22:\"import-error-interwiki\";i:2841;s:20:\"import-error-special\";i:2842;s:20:\"import-error-invalid\";i:2843;s:24:\"import-error-unserialize\";i:2844;s:25:\"import-error-bad-location\";i:2845;s:20:\"import-options-wrong\";i:2846;s:23:\"import-rootpage-invalid\";i:2847;s:25:\"import-rootpage-nosubpage\";i:2848;s:13:\"importlogpage\";i:2849;s:17:\"importlogpagetext\";i:2850;s:29:\"import-logentry-upload-detail\";i:2851;s:32:\"import-logentry-interwiki-detail\";i:2852;s:14:\"javascripttest\";i:2853;s:26:\"javascripttest-qunit-intro\";i:2854;s:19:\"tooltip-pt-userpage\";i:2855;s:23:\"tooltip-pt-anonuserpage\";i:2856;s:22:\"tooltip-pt-tmpuserpage\";i:2857;s:17:\"tooltip-pt-mytalk\";i:2858;s:19:\"tooltip-pt-anontalk\";i:2859;s:22:\"tooltip-pt-preferences\";i:2860;s:20:\"tooltip-pt-watchlist\";i:2861;s:20:\"tooltip-pt-mycontris\";i:2862;s:23:\"tooltip-pt-anoncontribs\";i:2863;s:16:\"tooltip-pt-login\";i:2864;s:24:\"tooltip-pt-login-private\";i:2865;s:17:\"tooltip-pt-logout\";i:2866;s:24:\"tooltip-pt-createaccount\";i:2867;s:15:\"tooltip-ca-talk\";i:2868;s:15:\"tooltip-ca-edit\";i:2869;s:21:\"tooltip-ca-addsection\";i:2870;s:21:\"tooltip-ca-viewsource\";i:2871;s:18:\"tooltip-ca-history\";i:2872;s:18:\"tooltip-ca-protect\";i:2873;s:20:\"tooltip-ca-unprotect\";i:2874;s:17:\"tooltip-ca-delete\";i:2875;s:19:\"tooltip-ca-undelete\";i:2876;s:15:\"tooltip-ca-move\";i:2877;s:16:\"tooltip-ca-watch\";i:2878;s:18:\"tooltip-ca-unwatch\";i:2879;s:27:\"tooltip-ca-unwatch-expiring\";i:2880;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:2881;s:14:\"tooltip-search\";i:2882;s:17:\"tooltip-search-go\";i:2883;s:23:\"tooltip-search-fulltext\";i:2884;s:18:\"tooltip-p-cactions\";i:2885;s:14:\"tooltip-p-logo\";i:2886;s:18:\"tooltip-p-personal\";i:2887;s:18:\"tooltip-n-mainpage\";i:2888;s:30:\"tooltip-n-mainpage-description\";i:2889;s:16:\"tooltip-n-portal\";i:2890;s:23:\"tooltip-n-currentevents\";i:2891;s:23:\"tooltip-n-recentchanges\";i:2892;s:20:\"tooltip-n-randompage\";i:2893;s:14:\"tooltip-n-help\";i:2894;s:23:\"tooltip-t-whatlinkshere\";i:2895;s:29:\"tooltip-t-recentchangeslinked\";i:2896;s:16:\"tooltip-feed-rss\";i:2897;s:17:\"tooltip-feed-atom\";i:2898;s:23:\"tooltip-t-contributions\";i:2899;s:19:\"tooltip-t-emailuser\";i:2900;s:14:\"tooltip-t-info\";i:2901;s:16:\"tooltip-t-upload\";i:2902;s:22:\"tooltip-t-specialpages\";i:2903;s:15:\"tooltip-t-print\";i:2904;s:19:\"tooltip-t-permalink\";i:2905;s:21:\"tooltip-ca-nstab-main\";i:2906;s:21:\"tooltip-ca-nstab-user\";i:2907;s:22:\"tooltip-ca-nstab-media\";i:2908;s:24:\"tooltip-ca-nstab-special\";i:2909;s:24:\"tooltip-ca-nstab-project\";i:2910;s:22:\"tooltip-ca-nstab-image\";i:2911;s:26:\"tooltip-ca-nstab-mediawiki\";i:2912;s:25:\"tooltip-ca-nstab-template\";i:2913;s:21:\"tooltip-ca-nstab-help\";i:2914;s:25:\"tooltip-ca-nstab-category\";i:2915;s:17:\"tooltip-minoredit\";i:2916;s:12:\"tooltip-save\";i:2917;s:15:\"tooltip-publish\";i:2918;s:15:\"tooltip-preview\";i:2919;s:12:\"tooltip-diff\";i:2920;s:31:\"tooltip-compareselectedversions\";i:2921;s:13:\"tooltip-watch\";i:2922;s:24:\"tooltip-watchlist-expiry\";i:2923;s:35:\"tooltip-watchlistedit-normal-submit\";i:2924;s:32:\"tooltip-watchlistedit-raw-submit\";i:2925;s:16:\"tooltip-recreate\";i:2926;s:14:\"tooltip-upload\";i:2927;s:16:\"tooltip-rollback\";i:2928;s:12:\"tooltip-undo\";i:2929;s:24:\"tooltip-preferences-save\";i:2930;s:15:\"tooltip-summary\";i:2931;s:11:\"common.json\";i:2932;s:9:\"anonymous\";i:2933;s:8:\"siteuser\";i:2934;s:8:\"anonuser\";i:2935;s:16:\"lastmodifiedatby\";i:2936;s:13:\"othercontribs\";i:2937;s:6:\"others\";i:2938;s:9:\"siteusers\";i:2939;s:9:\"anonusers\";i:2940;s:11:\"creditspage\";i:2941;s:9:\"nocredits\";i:2942;s:19:\"spamprotectiontitle\";i:2943;s:18:\"spamprotectiontext\";i:2944;s:19:\"spamprotectionmatch\";i:2945;s:16:\"spambot_username\";i:2946;s:14:\"spam_reverting\";i:2947;s:13:\"spam_blanking\";i:2948;s:13:\"spam_deleting\";i:2949;s:20:\"simpleantispam-label\";i:2950;s:14:\"pageinfo-title\";i:2951;s:20:\"pageinfo-not-current\";i:2952;s:21:\"pageinfo-header-basic\";i:2953;s:21:\"pageinfo-header-edits\";i:2954;s:28:\"pageinfo-header-restrictions\";i:2955;s:26:\"pageinfo-header-properties\";i:2956;s:22:\"pageinfo-display-title\";i:2957;s:21:\"pageinfo-default-sort\";i:2958;s:15:\"pageinfo-length\";i:2959;s:18:\"pageinfo-namespace\";i:2960;s:19:\"pageinfo-article-id\";i:2961;s:17:\"pageinfo-language\";i:2962;s:24:\"pageinfo-language-change\";i:2963;s:22:\"pageinfo-content-model\";i:2964;s:29:\"pageinfo-content-model-change\";i:2965;s:21:\"pageinfo-robot-policy\";i:2966;s:20:\"pageinfo-robot-index\";i:2967;s:22:\"pageinfo-robot-noindex\";i:2968;s:17:\"pageinfo-watchers\";i:2969;s:26:\"pageinfo-visiting-watchers\";i:2970;s:21:\"pageinfo-few-watchers\";i:2971;s:30:\"pageinfo-few-visiting-watchers\";i:2972;s:23:\"pageinfo-redirects-name\";i:2973;s:22:\"pageinfo-subpages-name\";i:2974;s:23:\"pageinfo-subpages-value\";i:2975;s:18:\"pageinfo-firstuser\";i:2976;s:18:\"pageinfo-firsttime\";i:2977;s:17:\"pageinfo-lastuser\";i:2978;s:17:\"pageinfo-lasttime\";i:2979;s:14:\"pageinfo-edits\";i:2980;s:16:\"pageinfo-authors\";i:2981;s:21:\"pageinfo-recent-edits\";i:2982;s:23:\"pageinfo-recent-authors\";i:2983;s:20:\"pageinfo-magic-words\";i:2984;s:26:\"pageinfo-hidden-categories\";i:2985;s:18:\"pageinfo-templates\";i:2986;s:22:\"pageinfo-transclusions\";i:2987;s:20:\"pageinfo-toolboxlink\";i:2988;s:20:\"pageinfo-redirectsto\";i:2989;s:25:\"pageinfo-redirectsto-info\";i:2990;s:20:\"pageinfo-contentpage\";i:2991;s:24:\"pageinfo-contentpage-yes\";i:2992;s:26:\"pageinfo-protect-cascading\";i:2993;s:30:\"pageinfo-protect-cascading-yes\";i:2994;s:31:\"pageinfo-protect-cascading-from\";i:2995;s:22:\"pageinfo-category-info\";i:2996;s:23:\"pageinfo-category-total\";i:2997;s:23:\"pageinfo-category-pages\";i:2998;s:25:\"pageinfo-category-subcats\";i:2999;s:23:\"pageinfo-category-files\";i:3000;s:16:\"pageinfo-user-id\";i:3001;s:18:\"pageinfo-file-hash\";i:3002;s:25:\"pageinfo-view-protect-log\";i:3003;s:19:\"markaspatrolleddiff\";i:3004;s:19:\"markaspatrolledtext\";i:3005;s:24:\"markaspatrolledtext-file\";i:3006;s:17:\"markedaspatrolled\";i:3007;s:21:\"markedaspatrolledtext\";i:3008;s:16:\"rcpatroldisabled\";i:3009;s:20:\"rcpatroldisabledtext\";i:3010;s:22:\"markedaspatrollederror\";i:3011;s:26:\"markedaspatrollederrortext\";i:3012;s:35:\"markedaspatrollederror-noautopatrol\";i:3013;s:23:\"markedaspatrollednotify\";i:3014;s:15:\"patrol-log-page\";i:3015;s:17:\"patrol-log-header\";i:3016;s:28:\"confirm-markpatrolled-button\";i:3017;s:25:\"confirm-markpatrolled-top\";i:3018;s:15:\"deletedrevision\";i:3019;s:21:\"filedeleteerror-short\";i:3020;s:20:\"filedeleteerror-long\";i:3021;s:18:\"filedelete-missing\";i:3022;s:27:\"filedelete-old-unregistered\";i:3023;s:31:\"filedelete-current-unregistered\";i:3024;s:28:\"filedelete-archive-read-only\";i:3025;s:12:\"previousdiff\";i:3026;s:8:\"nextdiff\";i:3027;s:12:\"mediawarning\";i:3028;s:12:\"imagemaxsize\";i:3029;s:9:\"thumbsize\";i:3030;s:15:\"widthheightpage\";i:3031;s:9:\"file-info\";i:3032;s:14:\"file-info-size\";i:3033;s:20:\"file-info-size-pages\";i:3034;s:12:\"file-nohires\";i:3035;s:13:\"svg-long-desc\";i:3036;s:22:\"svg-long-desc-animated\";i:3037;s:14:\"svg-long-error\";i:3038;s:14:\"show-big-image\";i:3039;s:22:\"show-big-image-preview\";i:3040;s:29:\"show-big-image-preview-differ\";i:3041;s:20:\"show-big-image-other\";i:3042;s:19:\"show-big-image-size\";i:3043;s:20:\"file-info-gif-looped\";i:3044;s:20:\"file-info-gif-frames\";i:3045;s:20:\"file-info-png-looped\";i:3046;s:20:\"file-info-png-repeat\";i:3047;s:20:\"file-info-png-frames\";i:3048;s:23:\"file-no-thumb-animation\";i:3049;s:27:\"file-no-thumb-animation-gif\";i:3050;s:9:\"newimages\";i:3051;s:13:\"imagelisttext\";i:3052;s:17:\"newimages-summary\";i:3053;s:16:\"newimages-legend\";i:3054;s:14:\"newimages-user\";i:3055;s:18:\"newimages-showbots\";i:3056;s:23:\"newimages-hidepatrolled\";i:3057;s:19:\"newimages-mediatype\";i:3058;s:8:\"noimages\";i:3059;s:24:\"gallery-slideshow-toggle\";i:3060;s:8:\"ilsubmit\";i:3061;s:6:\"bydate\";i:3062;s:21:\"sp-newimages-showfrom\";i:3063;s:7:\"seconds\";i:3064;s:7:\"minutes\";i:3065;s:5:\"hours\";i:3066;s:4:\"days\";i:3067;s:5:\"weeks\";i:3068;s:6:\"months\";i:3069;s:5:\"years\";i:3070;s:3:\"ago\";i:3071;s:8:\"just-now\";i:3072;s:9:\"hours-ago\";i:3073;s:11:\"minutes-ago\";i:3074;s:11:\"seconds-ago\";i:3075;s:9:\"monday-at\";i:3076;s:10:\"tuesday-at\";i:3077;s:12:\"wednesday-at\";i:3078;s:11:\"thursday-at\";i:3079;s:9:\"friday-at\";i:3080;s:11:\"saturday-at\";i:3081;s:9:\"sunday-at\";i:3082;s:12:\"yesterday-at\";i:3083;s:14:\"bad_image_list\";i:3084;s:8:\"metadata\";i:3085;s:13:\"metadata-help\";i:3086;s:15:\"metadata-expand\";i:3087;s:17:\"metadata-collapse\";i:3088;s:15:\"metadata-fields\";i:3089;s:13:\"namespacesall\";i:3090;s:9:\"monthsall\";i:3091;s:12:\"confirmemail\";i:3092;s:20:\"confirmemail_noemail\";i:3093;s:17:\"confirmemail_text\";i:3094;s:20:\"confirmemail_pending\";i:3095;s:17:\"confirmemail_send\";i:3096;s:17:\"confirmemail_sent\";i:3097;s:21:\"confirmemail_oncreate\";i:3098;s:23:\"confirmemail_sendfailed\";i:3099;s:20:\"confirmemail_invalid\";i:3100;s:22:\"confirmemail_needlogin\";i:3101;s:20:\"confirmemail_success\";i:3102;s:21:\"confirmemail_loggedin\";i:3103;s:20:\"confirmemail_subject\";i:3104;s:17:\"confirmemail_body\";i:3105;s:25:\"confirmemail_body_changed\";i:3106;s:21:\"confirmemail_body_set\";i:3107;s:24:\"confirmemail_invalidated\";i:3108;s:15:\"invalidateemail\";i:3109;s:33:\"notificationemail_subject_changed\";i:3110;s:33:\"notificationemail_subject_removed\";i:3111;s:30:\"notificationemail_body_changed\";i:3112;s:30:\"notificationemail_body_removed\";i:3113;s:23:\"scarytranscludedisabled\";i:3114;s:21:\"scarytranscludefailed\";i:3115;s:32:\"scarytranscludefailed-httpstatus\";i:3116;s:22:\"scarytranscludetoolong\";i:3117;s:19:\"deletedwhileediting\";i:3118;s:15:\"confirmrecreate\";i:3119;s:24:\"confirmrecreate-noreason\";i:3120;s:8:\"recreate\";i:3121;s:19:\"confirm-purge-title\";i:3122;s:20:\"confirm_purge_button\";i:3123;s:17:\"confirm-purge-top\";i:3124;s:20:\"confirm-purge-bottom\";i:3125;s:20:\"confirm-watch-button\";i:3126;s:17:\"confirm-watch-top\";i:3127;s:19:\"confirm-watch-label\";i:3128;s:31:\"watchlist-expires-in-aria-label\";i:3129;s:27:\"confirm-watch-button-expiry\";i:3130;s:22:\"confirm-unwatch-button\";i:3131;s:19:\"confirm-unwatch-top\";i:3132;s:23:\"confirm-rollback-button\";i:3133;s:20:\"confirm-rollback-top\";i:3134;s:23:\"confirm-rollback-bottom\";i:3135;s:24:\"confirm-mcrrestore-title\";i:3136;s:21:\"confirm-mcrundo-title\";i:3137;s:13:\"mcrundofailed\";i:3138;s:20:\"mcrundo-missingparam\";i:3139;s:15:\"mcrundo-changed\";i:3140;s:20:\"mcrundo-parse-failed\";i:3141;s:15:\"quotation-marks\";i:3142;s:13:\"formatnum-nan\";i:3143;s:16:\"imgmultipageprev\";i:3144;s:16:\"imgmultipagenext\";i:3145;s:10:\"imgmultigo\";i:3146;s:12:\"imgmultigoto\";i:3147;s:16:\"img-lang-default\";i:3148;s:13:\"img-lang-info\";i:3149;s:11:\"img-lang-go\";i:3150;s:16:\"table_pager_next\";i:3151;s:16:\"table_pager_prev\";i:3152;s:17:\"table_pager_first\";i:3153;s:16:\"table_pager_last\";i:3154;s:17:\"table_pager_limit\";i:3155;s:23:\"table_pager_limit_label\";i:3156;s:24:\"table_pager_limit_submit\";i:3157;s:17:\"table_pager_empty\";i:3158;s:14:\"autosumm-blank\";i:3159;s:16:\"autosumm-replace\";i:3160;s:16:\"autoredircomment\";i:3161;s:25:\"autosumm-removed-redirect\";i:3162;s:32:\"autosumm-changed-redirect-target\";i:3163;s:12:\"autosumm-new\";i:3164;s:17:\"autosumm-newblank\";i:3165;s:15:\"lag-warn-normal\";i:3166;s:13:\"lag-warn-high\";i:3167;s:26:\"watchlistedit-normal-title\";i:3168;s:27:\"watchlistedit-normal-legend\";i:3169;s:28:\"watchlistedit-normal-explain\";i:3170;s:27:\"watchlistedit-normal-submit\";i:3171;s:25:\"watchlistedit-normal-done\";i:3172;s:23:\"watchlistedit-raw-title\";i:3173;s:24:\"watchlistedit-raw-legend\";i:3174;s:25:\"watchlistedit-raw-explain\";i:3175;s:24:\"watchlistedit-raw-titles\";i:3176;s:24:\"watchlistedit-raw-submit\";i:3177;s:22:\"watchlistedit-raw-done\";i:3178;s:23:\"watchlistedit-raw-added\";i:3179;s:25:\"watchlistedit-raw-removed\";i:3180;s:25:\"watchlistedit-clear-title\";i:3181;s:26:\"watchlistedit-clear-legend\";i:3182;s:27:\"watchlistedit-clear-explain\";i:3183;s:26:\"watchlistedit-clear-titles\";i:3184;s:26:\"watchlistedit-clear-submit\";i:3185;s:24:\"watchlistedit-clear-done\";i:3186;s:28:\"watchlistedit-clear-jobqueue\";i:3187;s:27:\"watchlistedit-clear-removed\";i:3188;s:22:\"watchlistedit-too-many\";i:3189;s:20:\"watchlisttools-clear\";i:3190;s:19:\"watchlisttools-view\";i:3191;s:19:\"watchlisttools-edit\";i:3192;s:18:\"watchlisttools-raw\";i:3193;s:9:\"signature\";i:3194;s:14:\"signature-temp\";i:3195;s:14:\"timezone-local\";i:3196;s:21:\"duplicate-defaultsort\";i:3197;s:22:\"duplicate-displaytitle\";i:3198;s:23:\"restricted-displaytitle\";i:3199;s:22:\"invalid-indicator-name\";i:3200;s:25:\"invalid-langconvert-attrs\";i:3201;s:7:\"version\";i:3202;s:18:\"version-extensions\";i:3203;s:13:\"version-skins\";i:3204;s:20:\"version-specialpages\";i:3205;s:19:\"version-parserhooks\";i:3206;s:17:\"version-variables\";i:3207;s:15:\"version-editors\";i:3208;s:16:\"version-antispam\";i:3209;s:13:\"version-other\";i:3210;s:21:\"version-mediahandlers\";i:3211;s:13:\"version-hooks\";i:3212;s:28:\"version-parser-extensiontags\";i:3213;s:29:\"version-parser-function-hooks\";i:3214;s:17:\"version-hook-name\";i:3215;s:25:\"version-hook-subscribedby\";i:3216;s:19:\"version-no-ext-name\";i:3217;s:15:\"version-license\";i:3218;s:19:\"version-ext-license\";i:3219;s:26:\"version-ext-colheader-name\";i:3220;s:27:\"version-skin-colheader-name\";i:3221;s:29:\"version-ext-colheader-version\";i:3222;s:29:\"version-ext-colheader-license\";i:3223;s:33:\"version-ext-colheader-description\";i:3224;s:29:\"version-ext-colheader-credits\";i:3225;s:21:\"version-license-title\";i:3226;s:25:\"version-license-not-found\";i:3227;s:21:\"version-credits-title\";i:3228;s:25:\"version-credits-not-found\";i:3229;s:25:\"version-poweredby-credits\";i:3230;s:24:\"version-poweredby-others\";i:3231;s:29:\"version-poweredby-translators\";i:3232;s:25:\"version-poweredby-various\";i:3233;s:23:\"version-credits-summary\";i:3234;s:20:\"version-license-info\";i:3235;s:16:\"version-software\";i:3236;s:24:\"version-software-product\";i:3237;s:24:\"version-software-version\";i:3238;s:19:\"version-entrypoints\";i:3239;s:37:\"version-entrypoints-header-entrypoint\";i:3240;s:30:\"version-entrypoints-header-url\";i:3241;s:17:\"version-libraries\";i:3242;s:25:\"version-libraries-library\";i:3243;s:25:\"version-libraries-version\";i:3244;s:25:\"version-libraries-license\";i:3245;s:29:\"version-libraries-description\";i:3246;s:25:\"version-libraries-authors\";i:3247;s:8:\"redirect\";i:3248;s:16:\"redirect-summary\";i:3249;s:15:\"redirect-submit\";i:3250;s:15:\"redirect-lookup\";i:3251;s:14:\"redirect-value\";i:3252;s:13:\"redirect-user\";i:3253;s:13:\"redirect-page\";i:3254;s:17:\"redirect-revision\";i:3255;s:13:\"redirect-file\";i:3256;s:14:\"redirect-logid\";i:3257;s:19:\"redirect-not-exists\";i:3258;s:20:\"redirect-not-numeric\";i:3259;s:19:\"fileduplicatesearch\";i:3260;s:27:\"fileduplicatesearch-summary\";i:3261;s:28:\"fileduplicatesearch-filename\";i:3262;s:26:\"fileduplicatesearch-submit\";i:3263;s:24:\"fileduplicatesearch-info\";i:3264;s:28:\"fileduplicatesearch-result-1\";i:3265;s:28:\"fileduplicatesearch-result-n\";i:3266;s:29:\"fileduplicatesearch-noresults\";i:3267;s:12:\"specialpages\";i:3268;s:21:\"specialpages-note-top\";i:3269;s:28:\"specialpages-note-restricted\";i:3270;s:30:\"specialpages-group-maintenance\";i:3271;s:24:\"specialpages-group-other\";i:3272;s:26:\"specialpages-group-changes\";i:3273;s:24:\"specialpages-group-media\";i:3274;s:24:\"specialpages-group-users\";i:3275;s:26:\"specialpages-group-highuse\";i:3276;s:24:\"specialpages-group-pages\";i:3277;s:28:\"specialpages-group-pagetools\";i:3278;s:23:\"specialpages-group-wiki\";i:3279;s:28:\"specialpages-group-redirects\";i:3280;s:23:\"specialpages-group-spam\";i:3281;s:28:\"specialpages-group-developer\";i:3282;s:9:\"blankpage\";i:3283;s:22:\"intentionallyblankpage\";i:3284;s:28:\"disabledspecialpage-disabled\";i:3285;s:24:\"external_image_whitelist\";i:3286;s:4:\"tags\";i:3287;s:10:\"tag-filter\";i:3288;s:17:\"tag-filter-submit\";i:3289;s:10:\"tag-hidden\";i:3290;s:16:\"tag-list-wrapper\";i:3291;s:25:\"tag-mw-contentmodelchange\";i:3292;s:37:\"tag-mw-contentmodelchange-description\";i:3293;s:19:\"tag-mw-new-redirect\";i:3294;s:31:\"tag-mw-new-redirect-description\";i:3295;s:23:\"tag-mw-removed-redirect\";i:3296;s:35:\"tag-mw-removed-redirect-description\";i:3297;s:30:\"tag-mw-changed-redirect-target\";i:3298;s:42:\"tag-mw-changed-redirect-target-description\";i:3299;s:12:\"tag-mw-blank\";i:3300;s:24:\"tag-mw-blank-description\";i:3301;s:14:\"tag-mw-replace\";i:3302;s:26:\"tag-mw-replace-description\";i:3303;s:15:\"tag-mw-rollback\";i:3304;s:27:\"tag-mw-rollback-description\";i:3305;s:11:\"tag-mw-undo\";i:3306;s:23:\"tag-mw-undo-description\";i:3307;s:20:\"tag-mw-manual-revert\";i:3308;s:32:\"tag-mw-manual-revert-description\";i:3309;s:15:\"tag-mw-reverted\";i:3310;s:27:\"tag-mw-reverted-description\";i:3311;s:25:\"tag-mw-server-side-upload\";i:3312;s:37:\"tag-mw-server-side-upload-description\";i:3313;s:10:\"tags-title\";i:3314;s:10:\"tags-intro\";i:3315;s:8:\"tags-tag\";i:3316;s:19:\"tags-display-header\";i:3317;s:23:\"tags-description-header\";i:3318;s:18:\"tags-source-header\";i:3319;s:18:\"tags-active-header\";i:3320;s:20:\"tags-hitcount-header\";i:3321;s:19:\"tags-actions-header\";i:3322;s:15:\"tags-active-yes\";i:3323;s:14:\"tags-active-no\";i:3324;s:21:\"tags-source-extension\";i:3325;s:18:\"tags-source-manual\";i:3326;s:16:\"tags-source-none\";i:3327;s:11:\"tags-hidden\";i:3328;s:9:\"tags-edit\";i:3329;s:11:\"tags-delete\";i:3330;s:13:\"tags-activate\";i:3331;s:15:\"tags-deactivate\";i:3332;s:13:\"tags-hitcount\";i:3333;s:25:\"tags-manage-no-permission\";i:3334;s:19:\"tags-manage-blocked\";i:3335;s:19:\"tags-create-heading\";i:3336;s:23:\"tags-create-explanation\";i:3337;s:20:\"tags-create-tag-name\";i:3338;s:18:\"tags-create-reason\";i:3339;s:18:\"tags-create-submit\";i:3340;s:19:\"tags-create-no-name\";i:3341;s:25:\"tags-create-invalid-chars\";i:3342;s:31:\"tags-create-invalid-title-chars\";i:3343;s:26:\"tags-create-already-exists\";i:3344;s:26:\"tags-create-warnings-above\";i:3345;s:26:\"tags-create-warnings-below\";i:3346;s:17:\"tags-delete-title\";i:3347;s:31:\"tags-delete-explanation-initial\";i:3348;s:30:\"tags-delete-explanation-in-use\";i:3349;s:31:\"tags-delete-explanation-warning\";i:3350;s:30:\"tags-delete-explanation-active\";i:3351;s:18:\"tags-delete-reason\";i:3352;s:18:\"tags-delete-submit\";i:3353;s:23:\"tags-delete-not-allowed\";i:3354;s:21:\"tags-delete-not-found\";i:3355;s:25:\"tags-delete-too-many-uses\";i:3356;s:33:\"tags-delete-warnings-after-delete\";i:3357;s:25:\"tags-delete-no-permission\";i:3358;s:19:\"tags-activate-title\";i:3359;s:22:\"tags-activate-question\";i:3360;s:20:\"tags-activate-reason\";i:3361;s:25:\"tags-activate-not-allowed\";i:3362;s:23:\"tags-activate-not-found\";i:3363;s:20:\"tags-activate-submit\";i:3364;s:21:\"tags-deactivate-title\";i:3365;s:24:\"tags-deactivate-question\";i:3366;s:22:\"tags-deactivate-reason\";i:3367;s:27:\"tags-deactivate-not-allowed\";i:3368;s:22:\"tags-deactivate-submit\";i:3369;s:24:\"tags-apply-no-permission\";i:3370;s:18:\"tags-apply-blocked\";i:3371;s:26:\"tags-apply-not-allowed-one\";i:3372;s:28:\"tags-apply-not-allowed-multi\";i:3373;s:25:\"tags-update-no-permission\";i:3374;s:19:\"tags-update-blocked\";i:3375;s:31:\"tags-update-add-not-allowed-one\";i:3376;s:33:\"tags-update-add-not-allowed-multi\";i:3377;s:34:\"tags-update-remove-not-allowed-one\";i:3378;s:36:\"tags-update-remove-not-allowed-multi\";i:3379;s:15:\"tags-edit-title\";i:3380;s:21:\"tags-edit-manage-link\";i:3381;s:27:\"tags-edit-revision-selected\";i:3382;s:27:\"tags-edit-logentry-selected\";i:3383;s:25:\"tags-edit-revision-legend\";i:3384;s:25:\"tags-edit-logentry-legend\";i:3385;s:23:\"tags-edit-existing-tags\";i:3386;s:28:\"tags-edit-existing-tags-none\";i:3387;s:18:\"tags-edit-new-tags\";i:3388;s:13:\"tags-edit-add\";i:3389;s:16:\"tags-edit-remove\";i:3390;s:25:\"tags-edit-remove-all-tags\";i:3391;s:28:\"tags-edit-chosen-placeholder\";i:3392;s:27:\"tags-edit-chosen-no-results\";i:3393;s:16:\"tags-edit-reason\";i:3394;s:25:\"tags-edit-revision-submit\";i:3395;s:25:\"tags-edit-logentry-submit\";i:3396;s:17:\"tags-edit-success\";i:3397;s:17:\"tags-edit-failure\";i:3398;s:23:\"tags-edit-nooldid-title\";i:3399;s:22:\"tags-edit-nooldid-text\";i:3400;s:23:\"tags-edit-none-selected\";i:3401;s:12:\"comparepages\";i:3402;s:13:\"compare-page1\";i:3403;s:13:\"compare-page2\";i:3404;s:12:\"compare-rev1\";i:3405;s:12:\"compare-rev2\";i:3406;s:14:\"compare-submit\";i:3407;s:27:\"compare-revision-not-exists\";i:3408;s:9:\"diff-form\";i:3409;s:15:\"diff-form-oldid\";i:3410;s:15:\"diff-form-revid\";i:3411;s:16:\"diff-form-submit\";i:3412;s:21:\"diff-form-other-revid\";i:3413;s:21:\"diff-form-error-revid\";i:3414;s:13:\"permanentlink\";i:3415;s:19:\"permanentlink-revid\";i:3416;s:20:\"permanentlink-submit\";i:3417;s:10:\"newsection\";i:3418;s:15:\"newsection-page\";i:3419;s:17:\"newsection-submit\";i:3420;s:8:\"editpage\";i:3421;s:20:\"specialeditpage-page\";i:3422;s:22:\"specialeditpage-submit\";i:3423;s:10:\"deletepage\";i:3424;s:22:\"specialdeletepage-page\";i:3425;s:24:\"specialdeletepage-submit\";i:3426;s:8:\"pageinfo\";i:3427;s:20:\"specialpageinfo-page\";i:3428;s:22:\"specialpageinfo-submit\";i:3429;s:11:\"pagehistory\";i:3430;s:23:\"specialpagehistory-page\";i:3431;s:25:\"specialpagehistory-submit\";i:3432;s:11:\"protectpage\";i:3433;s:23:\"specialprotectpage-page\";i:3434;s:25:\"specialprotectpage-submit\";i:3435;s:5:\"purge\";i:3436;s:17:\"specialpurge-page\";i:3437;s:19:\"specialpurge-submit\";i:3438;s:14:\"dberr-problems\";i:3439;s:11:\"dberr-again\";i:3440;s:10:\"dberr-info\";i:3441;s:17:\"dberr-info-hidden\";i:3442;s:22:\"htmlform-invalid-input\";i:3443;s:25:\"htmlform-select-badoption\";i:3444;s:20:\"htmlform-int-invalid\";i:3445;s:22:\"htmlform-float-invalid\";i:3446;s:19:\"htmlform-int-toolow\";i:3447;s:20:\"htmlform-int-toohigh\";i:3448;s:28:\"htmlform-multiselect-toomany\";i:3449;s:17:\"htmlform-required\";i:3450;s:15:\"htmlform-submit\";i:3451;s:14:\"htmlform-reset\";i:3452;s:28:\"htmlform-selectorother-other\";i:3453;s:11:\"htmlform-no\";i:3454;s:12:\"htmlform-yes\";i:3455;s:27:\"htmlform-chosen-placeholder\";i:3456;s:22:\"htmlform-cloner-create\";i:3457;s:22:\"htmlform-cloner-delete\";i:3458;s:24:\"htmlform-cloner-required\";i:3459;s:25:\"htmlform-date-placeholder\";i:3460;s:25:\"htmlform-time-placeholder\";i:3461;s:29:\"htmlform-datetime-placeholder\";i:3462;s:21:\"htmlform-date-invalid\";i:3463;s:21:\"htmlform-time-invalid\";i:3464;s:25:\"htmlform-datetime-invalid\";i:3465;s:20:\"htmlform-date-toolow\";i:3466;s:21:\"htmlform-date-toohigh\";i:3467;s:20:\"htmlform-time-toolow\";i:3468;s:21:\"htmlform-time-toohigh\";i:3469;s:24:\"htmlform-datetime-toolow\";i:3470;s:25:\"htmlform-datetime-toohigh\";i:3471;s:27:\"htmlform-title-badnamespace\";i:3472;s:28:\"htmlform-title-not-creatable\";i:3473;s:25:\"htmlform-title-not-exists\";i:3474;s:24:\"htmlform-title-interwiki\";i:3475;s:24:\"htmlform-user-not-exists\";i:3476;s:23:\"htmlform-user-not-valid\";i:3477;s:24:\"htmlform-tag-not-allowed\";i:3478;s:22:\"logentry-delete-delete\";i:3479;s:28:\"logentry-delete-delete_redir\";i:3480;s:29:\"logentry-delete-delete_redir2\";i:3481;s:23:\"logentry-delete-restore\";i:3482;s:31:\"logentry-delete-restore-nocount\";i:3483;s:23:\"restore-count-revisions\";i:3484;s:19:\"restore-count-files\";i:3485;s:21:\"logentry-delete-event\";i:3486;s:24:\"logentry-delete-revision\";i:3487;s:28:\"logentry-delete-event-legacy\";i:3488;s:31:\"logentry-delete-revision-legacy\";i:3489;s:24:\"logentry-suppress-delete\";i:3490;s:23:\"logentry-suppress-event\";i:3491;s:26:\"logentry-suppress-revision\";i:3492;s:30:\"logentry-suppress-event-legacy\";i:3493;s:33:\"logentry-suppress-revision-legacy\";i:3494;s:21:\"revdelete-content-hid\";i:3495;s:21:\"revdelete-summary-hid\";i:3496;s:19:\"revdelete-uname-hid\";i:3497;s:23:\"revdelete-content-unhid\";i:3498;s:23:\"revdelete-summary-unhid\";i:3499;s:21:\"revdelete-uname-unhid\";i:3500;s:20:\"revdelete-restricted\";i:3501;s:22:\"revdelete-unrestricted\";i:3502;s:20:\"logentry-block-block\";i:3503;s:22:\"logentry-block-unblock\";i:3504;s:22:\"logentry-block-reblock\";i:3505;s:32:\"logentry-partialblock-block-page\";i:3506;s:30:\"logentry-partialblock-block-ns\";i:3507;s:34:\"logentry-partialblock-block-action\";i:3508;s:27:\"logentry-partialblock-block\";i:3509;s:29:\"logentry-partialblock-reblock\";i:3510;s:32:\"logentry-non-editing-block-block\";i:3511;s:34:\"logentry-non-editing-block-reblock\";i:3512;s:23:\"logentry-suppress-block\";i:3513;s:25:\"logentry-suppress-reblock\";i:3514;s:22:\"logentry-import-upload\";i:3515;s:30:\"logentry-import-upload-details\";i:3516;s:25:\"logentry-import-interwiki\";i:3517;s:33:\"logentry-import-interwiki-details\";i:3518;s:20:\"logentry-merge-merge\";i:3519;s:18:\"logentry-move-move\";i:3520;s:29:\"logentry-move-move-noredirect\";i:3521;s:24:\"logentry-move-move_redir\";i:3522;s:35:\"logentry-move-move_redir-noredirect\";i:3523;s:22:\"logentry-patrol-patrol\";i:3524;s:27:\"logentry-patrol-patrol-auto\";i:3525;s:26:\"logentry-newusers-newusers\";i:3526;s:24:\"logentry-newusers-create\";i:3527;s:25:\"logentry-newusers-create2\";i:3528;s:25:\"logentry-newusers-byemail\";i:3529;s:28:\"logentry-newusers-autocreate\";i:3530;s:26:\"logentry-protect-move_prot\";i:3531;s:26:\"logentry-protect-unprotect\";i:3532;s:24:\"logentry-protect-protect\";i:3533;s:32:\"logentry-protect-protect-cascade\";i:3534;s:23:\"logentry-protect-modify\";i:3535;s:31:\"logentry-protect-modify-cascade\";i:3536;s:22:\"logentry-rights-rights\";i:3537;s:29:\"logentry-rights-rights-legacy\";i:3538;s:27:\"logentry-rights-autopromote\";i:3539;s:22:\"logentry-upload-upload\";i:3540;s:25:\"logentry-upload-overwrite\";i:3541;s:22:\"logentry-upload-revert\";i:3542;s:19:\"log-name-managetags\";i:3543;s:26:\"log-description-managetags\";i:3544;s:26:\"logentry-managetags-create\";i:3545;s:26:\"logentry-managetags-delete\";i:3546;s:28:\"logentry-managetags-activate\";i:3547;s:30:\"logentry-managetags-deactivate\";i:3548;s:12:\"log-name-tag\";i:3549;s:19:\"log-description-tag\";i:3550;s:32:\"logentry-tag-update-add-revision\";i:3551;s:32:\"logentry-tag-update-add-logentry\";i:3552;s:35:\"logentry-tag-update-remove-revision\";i:3553;s:35:\"logentry-tag-update-remove-logentry\";i:3554;s:28:\"logentry-tag-update-revision\";i:3555;s:28:\"logentry-tag-update-logentry\";i:3556;s:10:\"rightsnone\";i:3557;s:30:\"rightslogentry-temporary-group\";i:3558;s:15:\"feedback-cancel\";i:3559;s:14:\"feedback-close\";i:3560;s:35:\"feedback-external-bug-report-button\";i:3561;s:21:\"feedback-dialog-title\";i:3562;s:21:\"feedback-dialog-intro\";i:3563;s:15:\"feedback-error1\";i:3564;s:15:\"feedback-error4\";i:3565;s:16:\"feedback-message\";i:3566;s:16:\"feedback-subject\";i:3567;s:15:\"feedback-submit\";i:3568;s:14:\"feedback-terms\";i:3569;s:19:\"feedback-termsofuse\";i:3570;s:15:\"feedback-thanks\";i:3571;s:21:\"feedback-thanks-title\";i:3572;s:18:\"feedback-useragent\";i:3573;s:20:\"searchsuggest-search\";i:3574;s:24:\"searchsuggest-containing\";i:3575;s:17:\"searchlimit-label\";i:3576;s:16:\"searchlimit-help\";i:3577;s:30:\"api-clientside-error-noconnect\";i:3578;s:25:\"api-clientside-error-http\";i:3579;s:28:\"api-clientside-error-timeout\";i:3580;s:28:\"api-clientside-error-aborted\";i:3581;s:36:\"api-clientside-error-invalidresponse\";i:3582;s:18:\"api-error-badtoken\";i:3583;s:19:\"api-error-emptypage\";i:3584;s:23:\"api-error-publishfailed\";i:3585;s:21:\"api-error-stashfailed\";i:3586;s:25:\"api-error-unknown-warning\";i:3587;s:22:\"api-error-unknownerror\";i:3588;s:16:\"duration-seconds\";i:3589;s:16:\"duration-minutes\";i:3590;s:14:\"duration-hours\";i:3591;s:13:\"duration-days\";i:3592;s:14:\"duration-weeks\";i:3593;s:14:\"duration-years\";i:3594;s:16:\"duration-decades\";i:3595;s:18:\"duration-centuries\";i:3596;s:18:\"duration-millennia\";i:3597;s:14:\"rotate-comment\";i:3598;s:17:\"limitreport-title\";i:3599;s:19:\"limitreport-cputime\";i:3600;s:25:\"limitreport-cputime-value\";i:3601;s:20:\"limitreport-walltime\";i:3602;s:26:\"limitreport-walltime-value\";i:3603;s:26:\"limitreport-ppvisitednodes\";i:3604;s:33:\"limitreport-postexpandincludesize\";i:3605;s:39:\"limitreport-postexpandincludesize-value\";i:3606;s:32:\"limitreport-templateargumentsize\";i:3607;s:38:\"limitreport-templateargumentsize-value\";i:3608;s:26:\"limitreport-expansiondepth\";i:3609;s:34:\"limitreport-expensivefunctioncount\";i:3610;s:25:\"limitreport-unstrip-depth\";i:3611;s:24:\"limitreport-unstrip-size\";i:3612;s:30:\"limitreport-unstrip-size-value\";i:3613;s:15:\"expandtemplates\";i:3614;s:22:\"expand_templates_intro\";i:3615;s:22:\"expand_templates_title\";i:3616;s:22:\"expand_templates_input\";i:3617;s:23:\"expand_templates_output\";i:3618;s:27:\"expand_templates_xml_output\";i:3619;s:28:\"expand_templates_html_output\";i:3620;s:19:\"expand_templates_ok\";i:3621;s:32:\"expand_templates_remove_comments\";i:3622;s:30:\"expand_templates_remove_nowiki\";i:3623;s:29:\"expand_templates_generate_xml\";i:3624;s:33:\"expand_templates_generate_rawhtml\";i:3625;s:24:\"expand_templates_preview\";i:3626;s:34:\"expand_templates_preview_fail_html\";i:3627;s:39:\"expand_templates_preview_fail_html_anon\";i:3628;s:30:\"expand_templates_input_missing\";i:3629;s:12:\"pagelanguage\";i:3630;s:13:\"pagelang-name\";i:3631;s:17:\"pagelang-language\";i:3632;s:20:\"pagelang-use-default\";i:3633;s:20:\"pagelang-select-lang\";i:3634;s:15:\"pagelang-reason\";i:3635;s:15:\"pagelang-submit\";i:3636;s:25:\"pagelang-nonexistent-page\";i:3637;s:27:\"pagelang-unchanged-language\";i:3638;s:35:\"pagelang-unchanged-language-default\";i:3639;s:18:\"pagelang-db-failed\";i:3640;s:14:\"right-pagelang\";i:3641;s:15:\"action-pagelang\";i:3642;s:17:\"log-name-pagelang\";i:3643;s:24:\"log-description-pagelang\";i:3644;s:26:\"logentry-pagelang-pagelang\";i:3645;s:22:\"default-skin-not-found\";i:3646;s:31:\"default-skin-not-found-no-skins\";i:3647;s:34:\"default-skin-not-found-row-enabled\";i:3648;s:35:\"default-skin-not-found-row-disabled\";i:3649;s:15:\"mediastatistics\";i:3650;s:23:\"mediastatistics-summary\";i:3651;s:22:\"mediastatistics-nbytes\";i:3652;s:28:\"mediastatistics-bytespertype\";i:3653;s:24:\"mediastatistics-allbytes\";i:3654;s:30:\"mediastatistics-table-mimetype\";i:3655;s:32:\"mediastatistics-table-extensions\";i:3656;s:27:\"mediastatistics-table-count\";i:3657;s:32:\"mediastatistics-table-totalbytes\";i:3658;s:30:\"mediastatistics-header-unknown\";i:3659;s:29:\"mediastatistics-header-bitmap\";i:3660;s:30:\"mediastatistics-header-drawing\";i:3661;s:28:\"mediastatistics-header-audio\";i:3662;s:28:\"mediastatistics-header-video\";i:3663;s:33:\"mediastatistics-header-multimedia\";i:3664;s:29:\"mediastatistics-header-office\";i:3665;s:27:\"mediastatistics-header-text\";i:3666;s:33:\"mediastatistics-header-executable\";i:3667;s:30:\"mediastatistics-header-archive\";i:3668;s:28:\"mediastatistics-header-total\";i:3669;s:24:\"json-warn-trailing-comma\";i:3670;s:18:\"json-error-unknown\";i:3671;s:16:\"json-error-depth\";i:3672;s:25:\"json-error-state-mismatch\";i:3673;s:20:\"json-error-ctrl-char\";i:3674;s:17:\"json-error-syntax\";i:3675;s:15:\"json-error-utf8\";i:3676;s:32:\"json-error-invalid-property-name\";i:3677;s:16:\"json-error-utf16\";i:3678;s:21:\"headline-anchor-title\";i:3679;s:30:\"special-characters-group-latin\";i:3680;s:38:\"special-characters-group-latinextended\";i:3681;s:28:\"special-characters-group-ipa\";i:3682;s:32:\"special-characters-group-symbols\";i:3683;s:30:\"special-characters-group-greek\";i:3684;s:38:\"special-characters-group-greekextended\";i:3685;s:33:\"special-characters-group-cyrillic\";i:3686;s:31:\"special-characters-group-arabic\";i:3687;s:39:\"special-characters-group-arabicextended\";i:3688;s:32:\"special-characters-group-persian\";i:3689;s:31:\"special-characters-group-hebrew\";i:3690;s:31:\"special-characters-group-bangla\";i:3691;s:30:\"special-characters-group-tamil\";i:3692;s:31:\"special-characters-group-telugu\";i:3693;s:32:\"special-characters-group-sinhala\";i:3694;s:33:\"special-characters-group-gujarati\";i:3695;s:35:\"special-characters-group-devanagari\";i:3696;s:29:\"special-characters-group-thai\";i:3697;s:28:\"special-characters-group-lao\";i:3698;s:30:\"special-characters-group-khmer\";i:3699;s:43:\"special-characters-group-canadianaboriginal\";i:3700;s:30:\"special-characters-group-runes\";i:3701;s:31:\"special-characters-title-endash\";i:3702;s:31:\"special-characters-title-emdash\";i:3703;s:30:\"special-characters-title-minus\";i:3704;s:22:\"mw-widgets-abandonedit\";i:3705;s:30:\"mw-widgets-abandonedit-discard\";i:3706;s:27:\"mw-widgets-abandonedit-keep\";i:3707;s:28:\"mw-widgets-abandonedit-title\";i:3708;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3709;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3710;s:28:\"mw-widgets-dateinput-no-date\";i:3711;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3712;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3713;s:32:\"mw-widgets-mediasearch-noresults\";i:3714;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3715;s:27:\"mw-widgets-table-row-delete\";i:3716;s:42:\"mw-widgets-titleinput-description-new-page\";i:3717;s:42:\"mw-widgets-titleinput-description-redirect\";i:3718;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3719;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3720;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3721;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3722;s:15:\"date-range-from\";i:3723;s:13:\"date-range-to\";i:3724;s:18:\"sessionmanager-tie\";i:3725;s:23:\"sessionprovider-generic\";i:3726;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3727;s:25:\"sessionprovider-nocookies\";i:3728;s:14:\"randomrootpage\";i:3729;s:23:\"log-action-filter-block\";i:3730;s:30:\"log-action-filter-contentmodel\";i:3731;s:24:\"log-action-filter-delete\";i:3732;s:24:\"log-action-filter-import\";i:3733;s:28:\"log-action-filter-managetags\";i:3734;s:22:\"log-action-filter-move\";i:3735;s:26:\"log-action-filter-newusers\";i:3736;s:24:\"log-action-filter-patrol\";i:3737;s:25:\"log-action-filter-protect\";i:3738;s:24:\"log-action-filter-rights\";i:3739;s:26:\"log-action-filter-suppress\";i:3740;s:24:\"log-action-filter-upload\";i:3741;s:21:\"log-action-filter-all\";i:3742;s:29:\"log-action-filter-block-block\";i:3743;s:31:\"log-action-filter-block-reblock\";i:3744;s:31:\"log-action-filter-block-unblock\";i:3745;s:37:\"log-action-filter-contentmodel-change\";i:3746;s:34:\"log-action-filter-contentmodel-new\";i:3747;s:31:\"log-action-filter-delete-delete\";i:3748;s:37:\"log-action-filter-delete-delete_redir\";i:3749;s:38:\"log-action-filter-delete-delete_redir2\";i:3750;s:32:\"log-action-filter-delete-restore\";i:3751;s:30:\"log-action-filter-delete-event\";i:3752;s:33:\"log-action-filter-delete-revision\";i:3753;s:34:\"log-action-filter-import-interwiki\";i:3754;s:31:\"log-action-filter-import-upload\";i:3755;s:35:\"log-action-filter-managetags-create\";i:3756;s:35:\"log-action-filter-managetags-delete\";i:3757;s:37:\"log-action-filter-managetags-activate\";i:3758;s:39:\"log-action-filter-managetags-deactivate\";i:3759;s:27:\"log-action-filter-move-move\";i:3760;s:33:\"log-action-filter-move-move_redir\";i:3761;s:33:\"log-action-filter-newusers-create\";i:3762;s:34:\"log-action-filter-newusers-create2\";i:3763;s:37:\"log-action-filter-newusers-autocreate\";i:3764;s:34:\"log-action-filter-newusers-byemail\";i:3765;s:31:\"log-action-filter-patrol-patrol\";i:3766;s:35:\"log-action-filter-patrol-autopatrol\";i:3767;s:33:\"log-action-filter-protect-protect\";i:3768;s:32:\"log-action-filter-protect-modify\";i:3769;s:35:\"log-action-filter-protect-unprotect\";i:3770;s:35:\"log-action-filter-protect-move_prot\";i:3771;s:31:\"log-action-filter-rights-rights\";i:3772;s:36:\"log-action-filter-rights-autopromote\";i:3773;s:32:\"log-action-filter-suppress-event\";i:3774;s:35:\"log-action-filter-suppress-revision\";i:3775;s:33:\"log-action-filter-suppress-delete\";i:3776;s:32:\"log-action-filter-suppress-block\";i:3777;s:34:\"log-action-filter-suppress-reblock\";i:3778;s:31:\"log-action-filter-upload-upload\";i:3779;s:34:\"log-action-filter-upload-overwrite\";i:3780;s:31:\"log-action-filter-upload-revert\";i:3781;s:33:\"authmanager-authn-not-in-progress\";i:3782;s:28:\"authmanager-authn-no-primary\";i:3783;s:31:\"authmanager-authn-no-local-user\";i:3784;s:36:\"authmanager-authn-no-local-user-link\";i:3785;s:35:\"authmanager-authn-autocreate-failed\";i:3786;s:32:\"authmanager-change-not-supported\";i:3787;s:27:\"authmanager-create-disabled\";i:3788;s:29:\"authmanager-create-from-login\";i:3789;s:34:\"authmanager-create-not-in-progress\";i:3790;s:29:\"authmanager-create-no-primary\";i:3791;s:27:\"authmanager-link-no-primary\";i:3792;s:32:\"authmanager-link-not-in-progress\";i:3793;s:29:\"authmanager-autocreate-noperm\";i:3794;s:32:\"authmanager-autocreate-exception\";i:3795;s:28:\"authmanager-userdoesnotexist\";i:3796;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3797;s:25:\"authmanager-username-help\";i:3798;s:25:\"authmanager-password-help\";i:3799;s:23:\"authmanager-domain-help\";i:3800;s:23:\"authmanager-retype-help\";i:3801;s:23:\"authmanager-email-label\";i:3802;s:22:\"authmanager-email-help\";i:3803;s:26:\"authmanager-realname-label\";i:3804;s:25:\"authmanager-realname-help\";i:3805;s:29:\"authmanager-provider-password\";i:3806;s:36:\"authmanager-provider-password-domain\";i:3807;s:38:\"authmanager-provider-temporarypassword\";i:3808;s:32:\"authprovider-confirmlink-message\";i:3809;s:38:\"authprovider-confirmlink-request-label\";i:3810;s:37:\"authprovider-confirmlink-success-line\";i:3811;s:31:\"authprovider-confirmlink-failed\";i:3812;s:32:\"authprovider-confirmlink-ok-help\";i:3813;s:33:\"authprovider-resetpass-skip-label\";i:3814;s:32:\"authprovider-resetpass-skip-help\";i:3815;s:24:\"authform-nosession-login\";i:3816;s:25:\"authform-nosession-signup\";i:3817;s:17:\"authform-newtoken\";i:3818;s:16:\"authform-notoken\";i:3819;s:19:\"authform-wrongtoken\";i:3820;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3821;s:37:\"specialpage-securitylevel-not-allowed\";i:3822;s:21:\"authpage-cannot-login\";i:3823;s:30:\"authpage-cannot-login-continue\";i:3824;s:22:\"authpage-cannot-create\";i:3825;s:31:\"authpage-cannot-create-continue\";i:3826;s:20:\"authpage-cannot-link\";i:3827;s:29:\"authpage-cannot-link-continue\";i:3828;s:28:\"cannotauth-not-allowed-title\";i:3829;s:22:\"cannotauth-not-allowed\";i:3830;s:17:\"changecredentials\";i:3831;s:24:\"changecredentials-submit\";i:3832;s:32:\"changecredentials-invalidsubpage\";i:3833;s:25:\"changecredentials-success\";i:3834;s:17:\"removecredentials\";i:3835;s:24:\"removecredentials-submit\";i:3836;s:32:\"removecredentials-invalidsubpage\";i:3837;s:25:\"removecredentials-success\";i:3838;s:24:\"credentialsform-provider\";i:3839;s:23:\"credentialsform-account\";i:3840;s:28:\"cannotlink-no-provider-title\";i:3841;s:22:\"cannotlink-no-provider\";i:3842;s:12:\"linkaccounts\";i:3843;s:25:\"linkaccounts-success-text\";i:3844;s:19:\"linkaccounts-submit\";i:3845;s:30:\"cannotunlink-no-provider-title\";i:3846;s:24:\"cannotunlink-no-provider\";i:3847;s:14:\"unlinkaccounts\";i:3848;s:22:\"unlinkaccounts-success\";i:3849;s:32:\"authenticationdatachange-ignored\";i:3850;s:14:\"userjsispublic\";i:3851;s:16:\"userjsonispublic\";i:3852;s:15:\"usercssispublic\";i:3853;s:15:\"userjsdangerous\";i:3854;s:23:\"restrictionsfield-badip\";i:3855;s:23:\"restrictionsfield-label\";i:3856;s:22:\"restrictionsfield-help\";i:3857;s:11:\"specialmute\";i:3858;s:19:\"specialmute-success\";i:3859;s:18:\"specialmute-submit\";i:3860;s:28:\"specialmute-label-mute-email\";i:3861;s:18:\"specialmute-header\";i:3862;s:30:\"specialmute-error-invalid-user\";i:3863;s:28:\"specialmute-error-no-options\";i:3864;s:24:\"specialmute-email-footer\";i:3865;s:26:\"specialmute-login-required\";i:3866;s:16:\"mute-preferences\";i:3867;s:5:\"revid\";i:3868;s:6:\"pageid\";i:3869;s:18:\"rawhtml-notallowed\";i:3870;s:13:\"gotointerwiki\";i:3871;s:21:\"gotointerwiki-invalid\";i:3872;s:22:\"gotointerwiki-external\";i:3873;s:17:\"undelete-cantedit\";i:3874;s:19:\"undelete-cantcreate\";i:3875;s:14:\"pagedata-title\";i:3876;s:13:\"pagedata-text\";i:3877;s:23:\"pagedata-not-acceptable\";i:3878;s:18:\"pagedata-bad-title\";i:3879;s:24:\"unregistered-user-config\";i:3880;s:16:\"passwordpolicies\";i:3881;s:24:\"passwordpolicies-summary\";i:3882;s:22:\"passwordpolicies-group\";i:3883;s:25:\"passwordpolicies-policies\";i:3884;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:3885;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:3886;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:3887;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:3888;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:3889;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:3890;s:39:\"passwordpolicies-policyflag-forcechange\";i:3891;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:3892;s:27:\"mycustomjsredirectprotected\";i:3893;s:22:\"deflate-invaliddeflate\";i:3894;s:14:\"unprotected-js\";i:3895;s:19:\"userlogout-continue\";i:3896;s:15:\"userlogout-temp\";i:3897;s:22:\"paramvalidator-baduser\";i:3898;s:29:\"paramvalidator-help-type-user\";i:3899;s:42:\"paramvalidator-help-type-user-subtype-name\";i:3900;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:3901;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:3902;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:3903;s:40:\"paramvalidator-help-type-user-subtype-id\";i:3904;s:23:\"paramvalidator-badtitle\";i:3905;s:27:\"paramvalidator-missingtitle\";i:3906;s:30:\"paramvalidator-help-type-title\";i:3907;s:41:\"paramvalidator-help-type-title-must-exist\";i:3908;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:3909;s:43:\"nonmain-slot-differences-therefore-readonly\";i:3910;s:18:\"config-missing-key\";i:3911;s:18:\"config-invalid-key\";i:3912;s:21:\"changeslist-nocomment\";i:3913;s:22:\"skin-view-create-local\";i:3914;s:14:\"nstab-mainpage\";i:3915;s:20:\"skin-view-edit-local\";i:3916;s:19:\"skin-action-protect\";i:3917;s:20:\"skin-action-undelete\";i:3918;s:18:\"skin-action-delete\";i:3919;s:16:\"skin-action-move\";i:3920;s:30:\"parsoid-stash-rate-limit-error\";i:3921;s:31:\"parsoid-resource-limit-exceeded\";i:3922;s:20:\"parsoid-client-error\";i:3923;s:22:\"newpages-showhide-bots\";i:3924;s:27:\"newpages-showhide-patrolled\";i:3925;s:26:\"newpages-showhide-redirect\";i:3926;s:28:\"newpages-showhide-registered\";i:3927;s:15:\"exif-imagewidth\";i:3928;s:16:\"exif-imagelength\";i:3929;s:18:\"exif-bitspersample\";i:3930;s:16:\"exif-compression\";i:3931;s:30:\"exif-photometricinterpretation\";i:3932;s:16:\"exif-orientation\";i:3933;s:20:\"exif-samplesperpixel\";i:3934;s:21:\"exif-ycbcrsubsampling\";i:3935;s:16:\"exif-xresolution\";i:3936;s:16:\"exif-yresolution\";i:3937;s:13:\"exif-datetime\";i:3938;s:21:\"exif-imagedescription\";i:3939;s:9:\"exif-make\";i:3940;s:10:\"exif-model\";i:3941;s:13:\"exif-software\";i:3942;s:11:\"exif-artist\";i:3943;s:14:\"exif-copyright\";i:3944;s:16:\"exif-exifversion\";i:3945;s:15:\"exif-colorspace\";i:3946;s:20:\"exif-pixelxdimension\";i:3947;s:20:\"exif-pixelydimension\";i:3948;s:21:\"exif-datetimeoriginal\";i:3949;s:22:\"exif-datetimedigitized\";i:3950;s:24:\"exif-exposuretime-format\";i:3951;s:12:\"exif-fnumber\";i:3952;s:20:\"exif-exposureprogram\";i:3953;s:24:\"exif-spectralsensitivity\";i:3954;s:20:\"exif-isospeedratings\";i:3955;s:20:\"exif-subjectdistance\";i:3956;s:17:\"exif-meteringmode\";i:3957;s:16:\"exif-focallength\";i:3958;s:18:\"exif-exposureindex\";i:3959;s:18:\"exif-sensingmethod\";i:3960;s:15:\"exif-filesource\";i:3961;s:14:\"exif-scenetype\";i:3962;s:17:\"exif-whitebalance\";i:3963;s:13:\"exif-contrast\";i:3964;s:15:\"exif-saturation\";i:3965;s:11:\"exif-source\";i:3966;s:17:\"exif-languagecode\";i:3967;s:16:\"exif-iimcategory\";i:3968;s:15:\"exif-identifier\";i:3969;s:9:\"exif-lens\";i:3970;s:19:\"exif-copyrightowner\";i:3971;s:15:\"exif-usageterms\";i:3972;s:15:\"exif-disclaimer\";i:3973;s:18:\"exif-orientation-1\";i:3974;s:19:\"exif-meteringmode-0\";i:3975;s:21:\"exif-meteringmode-255\";i:3976;s:18:\"exif-lightsource-0\";i:3977;s:15:\"exif-contrast-0\";i:3978;s:16:\"exif-sharpness-0\";i:3979;s:27:\"exif-subjectdistancerange-0\";i:3980;s:15:\"exif-gpsspeed-k\";i:3981;s:15:\"exif-gpsspeed-m\";i:3982;s:22:\"exif-gpsdestdistance-k\";i:3983;s:22:\"exif-gpsdestdistance-m\";i:3984;s:14:\"exif-dc-rights\";i:3985;s:20:\"exif-iimcategory-spo\";i:3986;s:27:\"exif-usepanoramaviewer-true\";i:3987;s:28:\"exif-usepanoramaviewer-false\";i:3988;s:26:\"exif-exposurelockused-true\";i:3989;s:27:\"exif-exposurelockused-false\";i:3990;s:16:\"vector-languages\";i:3991;s:28:\"vector-language-button-label\";i:3992;s:31:\"vector-no-language-button-label\";i:3993;s:24:\"vector-action-addsection\";i:3994;s:20:\"vector-action-delete\";i:3995;s:18:\"vector-action-move\";i:3996;s:21:\"vector-action-protect\";i:3997;s:22:\"vector-action-undelete\";i:3998;s:23:\"vector-action-unprotect\";i:3999;s:18:\"vector-view-create\";i:4000;s:16:\"vector-view-edit\";i:4001;s:19:\"vector-view-history\";i:4002;s:16:\"vector-view-view\";i:4003;s:22:\"vector-view-viewsource\";i:4004;s:19:\"vector-more-actions\";i:4005;s:31:\"vector-searchsuggest-containing\";i:4006;s:20:\"vector-toc-beginning\";i:4007;s:24:\"category-header-numerals\";i:4008;s:9:\"pagetitle\";i:4009;s:14:\"resetpass_text\";i:4010;s:23:\"autocreate-edit-warning\";i:4011;s:26:\"autocreate-preview-warning\";i:4012;s:16:\"edittools-upload\";i:4013;s:21:\"postedit-temp-created\";i:4014;s:17:\"content-model-css\";i:4015;s:18:\"content-model-json\";i:4016;s:17:\"unpatrolledletter\";i:4017;s:25:\"filename-prefix-blacklist\";i:4018;s:12:\"filepage.css\";i:4019;s:16:\"booksources-isbn\";i:4020;s:15:\"linksearch-text\";i:4021;s:29:\"listgrouprights-right-display\";i:4022;s:29:\"listgrouprights-right-revoked\";i:4023;s:7:\"created\";i:4024;s:7:\"changed\";i:4025;s:10:\"revertpage\";i:4026;s:15:\"revertpage-anon\";i:4027;s:17:\"revertpage-nouser\";i:4028;s:32:\"undeleterevision-duplicate-revid\";i:4029;s:24:\"blocklog-showsuppresslog\";i:4030;s:25:\"movesubpagetext-truncated\";i:4031;s:29:\"movesubpagetalktext-truncated\";i:4032;s:10:\"importtext\";i:4033;s:24:\"interlanguage-link-title\";i:4034;s:10:\"common.css\";i:4035;s:9:\"print.css\";i:4036;s:12:\"noscript.css\";i:4037;s:23:\"group-autoconfirmed.css\";i:4038;s:14:\"group-user.css\";i:4039;s:13:\"group-bot.css\";i:4040;s:15:\"group-sysop.css\";i:4041;s:20:\"group-bureaucrat.css\";i:4042;s:9:\"common.js\";i:4043;s:22:\"group-autoconfirmed.js\";i:4044;s:13:\"group-user.js\";i:4045;s:12:\"group-bot.js\";i:4046;s:14:\"group-sysop.js\";i:4047;s:19:\"group-bureaucrat.js\";i:4048;s:24:\"pageinfo-redirects-value\";i:4049;s:10:\"video-dims\";i:4050;s:14:\"seconds-abbrev\";i:4051;s:14:\"minutes-abbrev\";i:4052;s:12:\"hours-abbrev\";i:4053;s:11:\"days-abbrev\";i:4054;s:19:\"variantname-zh-hans\";i:4055;s:10:\"unit-pixel\";i:4056;s:24:\"watchlist-expiry-options\";i:4057;s:10:\"size-bytes\";i:4058;s:14:\"size-kilobytes\";i:4059;s:14:\"size-megabytes\";i:4060;s:14:\"size-gigabytes\";i:4061;s:14:\"size-terabytes\";i:4062;s:14:\"size-petabytes\";i:4063;s:13:\"size-exabytes\";i:4064;s:15:\"size-zettabytes\";i:4065;s:15:\"size-yottabytes\";i:4066;s:10:\"size-pixel\";i:4067;s:14:\"size-kilopixel\";i:4068;s:14:\"size-megapixel\";i:4069;s:14:\"size-gigapixel\";i:4070;s:14:\"size-terapixel\";i:4071;s:14:\"size-petapixel\";i:4072;s:13:\"size-exapixel\";i:4073;s:15:\"size-yottapixel\";i:4074;s:12:\"bitrate-bits\";i:4075;s:16:\"bitrate-kilobits\";i:4076;s:16:\"bitrate-megabits\";i:4077;s:16:\"bitrate-gigabits\";i:4078;s:16:\"bitrate-terabits\";i:4079;s:16:\"bitrate-petabits\";i:4080;s:15:\"bitrate-exabits\";i:4081;s:17:\"bitrate-zettabits\";i:4082;s:17:\"bitrate-yottabits\";i:4083;s:19:\"iranian-calendar-m1\";i:4084;s:19:\"iranian-calendar-m2\";i:4085;s:19:\"iranian-calendar-m3\";i:4086;s:19:\"iranian-calendar-m4\";i:4087;s:19:\"iranian-calendar-m5\";i:4088;s:19:\"iranian-calendar-m6\";i:4089;s:19:\"iranian-calendar-m7\";i:4090;s:19:\"iranian-calendar-m8\";i:4091;s:19:\"iranian-calendar-m9\";i:4092;s:20:\"iranian-calendar-m10\";i:4093;s:20:\"iranian-calendar-m11\";i:4094;s:20:\"iranian-calendar-m12\";i:4095;s:17:\"hijri-calendar-m1\";i:4096;s:17:\"hijri-calendar-m2\";i:4097;s:17:\"hijri-calendar-m3\";i:4098;s:17:\"hijri-calendar-m4\";i:4099;s:17:\"hijri-calendar-m5\";i:4100;s:17:\"hijri-calendar-m6\";i:4101;s:17:\"hijri-calendar-m7\";i:4102;s:17:\"hijri-calendar-m8\";i:4103;s:17:\"hijri-calendar-m9\";i:4104;s:18:\"hijri-calendar-m10\";i:4105;s:18:\"hijri-calendar-m11\";i:4106;s:18:\"hijri-calendar-m12\";i:4107;s:18:\"hebrew-calendar-m1\";i:4108;s:18:\"hebrew-calendar-m2\";i:4109;s:18:\"hebrew-calendar-m3\";i:4110;s:18:\"hebrew-calendar-m4\";i:4111;s:18:\"hebrew-calendar-m5\";i:4112;s:18:\"hebrew-calendar-m6\";i:4113;s:19:\"hebrew-calendar-m6a\";i:4114;s:19:\"hebrew-calendar-m6b\";i:4115;s:18:\"hebrew-calendar-m7\";i:4116;s:18:\"hebrew-calendar-m8\";i:4117;s:18:\"hebrew-calendar-m9\";i:4118;s:19:\"hebrew-calendar-m10\";i:4119;s:19:\"hebrew-calendar-m11\";i:4120;s:19:\"hebrew-calendar-m12\";i:4121;s:22:\"hebrew-calendar-m1-gen\";i:4122;s:22:\"hebrew-calendar-m2-gen\";i:4123;s:22:\"hebrew-calendar-m3-gen\";i:4124;s:22:\"hebrew-calendar-m4-gen\";i:4125;s:22:\"hebrew-calendar-m5-gen\";i:4126;s:22:\"hebrew-calendar-m6-gen\";i:4127;s:23:\"hebrew-calendar-m6a-gen\";i:4128;s:23:\"hebrew-calendar-m6b-gen\";i:4129;s:22:\"hebrew-calendar-m7-gen\";i:4130;s:22:\"hebrew-calendar-m8-gen\";i:4131;s:22:\"hebrew-calendar-m9-gen\";i:4132;s:23:\"hebrew-calendar-m10-gen\";i:4133;s:23:\"hebrew-calendar-m11-gen\";i:4134;s:23:\"hebrew-calendar-m12-gen\";i:4135;s:12:\"timezone-utc\";i:4136;s:11:\"version-api\";i:4137;s:31:\"version-entrypoints-articlepath\";i:4138;s:30:\"version-entrypoints-scriptpath\";i:4139;s:24:\"specialpages-group-login\";i:4140;s:15:\"feedback-adding\";i:4141;s:13:\"feedback-back\";i:4142;s:17:\"feedback-bugcheck\";i:4143;s:15:\"feedback-bugnew\";i:4144;s:18:\"feedback-bugornote\";i:4145;s:27:\"search-match-redirect-label\";i:4146;s:26:\"search-match-redirect-help\";i:4147;s:32:\"limitreport-ppvisitednodes-value\";i:4148;s:32:\"limitreport-expansiondepth-value\";i:4149;s:40:\"limitreport-expensivefunctioncount-value\";i:4150;s:22:\"mediastatistics-nfiles\";i:4151;s:30:\"mw-widgets-copytextlayout-copy\";i:4152;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4153;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4154;s:31:\"authprovider-confirmlink-option\";i:4155;s:36:\"authprovider-confirmlink-failed-line\";i:4156;s:24:\"exif-planarconfiguration\";i:4157;s:21:\"exif-ycbcrpositioning\";i:4158;s:17:\"exif-stripoffsets\";i:4159;s:17:\"exif-rowsperstrip\";i:4160;s:20:\"exif-stripbytecounts\";i:4161;s:26:\"exif-jpeginterchangeformat\";i:4162;s:32:\"exif-jpeginterchangeformatlength\";i:4163;s:15:\"exif-whitepoint\";i:4164;s:26:\"exif-primarychromaticities\";i:4165;s:22:\"exif-ycbcrcoefficients\";i:4166;s:24:\"exif-referenceblackwhite\";i:4167;s:20:\"exif-flashpixversion\";i:4168;s:28:\"exif-componentsconfiguration\";i:4169;s:27:\"exif-compressedbitsperpixel\";i:4170;s:16:\"exif-usercomment\";i:4171;s:21:\"exif-relatedsoundfile\";i:4172;s:15:\"exif-subsectime\";i:4173;s:23:\"exif-subsectimeoriginal\";i:4174;s:24:\"exif-subsectimedigitized\";i:4175;s:17:\"exif-exposuretime\";i:4176;s:22:\"exif-shutterspeedvalue\";i:4177;s:18:\"exif-aperturevalue\";i:4178;s:20:\"exif-brightnessvalue\";i:4179;s:22:\"exif-exposurebiasvalue\";i:4180;s:21:\"exif-maxaperturevalue\";i:4181;s:16:\"exif-lightsource\";i:4182;s:10:\"exif-flash\";i:4183;s:23:\"exif-focallength-format\";i:4184;s:16:\"exif-subjectarea\";i:4185;s:16:\"exif-flashenergy\";i:4186;s:26:\"exif-focalplanexresolution\";i:4187;s:26:\"exif-focalplaneyresolution\";i:4188;s:29:\"exif-focalplaneresolutionunit\";i:4189;s:20:\"exif-subjectlocation\";i:4190;s:19:\"exif-customrendered\";i:4191;s:17:\"exif-exposuremode\";i:4192;s:21:\"exif-digitalzoomratio\";i:4193;s:26:\"exif-focallengthin35mmfilm\";i:4194;s:21:\"exif-scenecapturetype\";i:4195;s:16:\"exif-gaincontrol\";i:4196;s:14:\"exif-sharpness\";i:4197;s:29:\"exif-devicesettingdescription\";i:4198;s:25:\"exif-subjectdistancerange\";i:4199;s:18:\"exif-imageuniqueid\";i:4200;s:17:\"exif-gpsversionid\";i:4201;s:19:\"exif-gpslatituderef\";i:4202;s:16:\"exif-gpslatitude\";i:4203;s:20:\"exif-gpslongituderef\";i:4204;s:17:\"exif-gpslongitude\";i:4205;s:19:\"exif-gpsaltituderef\";i:4206;s:16:\"exif-gpsaltitude\";i:4207;s:17:\"exif-gpstimestamp\";i:4208;s:18:\"exif-gpssatellites\";i:4209;s:14:\"exif-gpsstatus\";i:4210;s:19:\"exif-gpsmeasuremode\";i:4211;s:11:\"exif-gpsdop\";i:4212;s:16:\"exif-gpsspeedref\";i:4213;s:13:\"exif-gpsspeed\";i:4214;s:16:\"exif-gpstrackref\";i:4215;s:13:\"exif-gpstrack\";i:4216;s:23:\"exif-gpsimgdirectionref\";i:4217;s:20:\"exif-gpsimgdirection\";i:4218;s:16:\"exif-gpsmapdatum\";i:4219;s:23:\"exif-gpsdestlatituderef\";i:4220;s:20:\"exif-gpsdestlatitude\";i:4221;s:24:\"exif-gpsdestlongituderef\";i:4222;s:21:\"exif-gpsdestlongitude\";i:4223;s:22:\"exif-gpsdestbearingref\";i:4224;s:19:\"exif-gpsdestbearing\";i:4225;s:23:\"exif-gpsdestdistanceref\";i:4226;s:20:\"exif-gpsdestdistance\";i:4227;s:24:\"exif-gpsprocessingmethod\";i:4228;s:23:\"exif-gpsareainformation\";i:4229;s:17:\"exif-gpsdatestamp\";i:4230;s:20:\"exif-gpsdifferential\";i:4231;s:20:\"exif-jpegfilecomment\";i:4232;s:13:\"exif-keywords\";i:4233;s:23:\"exif-worldregioncreated\";i:4234;s:19:\"exif-countrycreated\";i:4235;s:23:\"exif-countrycodecreated\";i:4236;s:27:\"exif-provinceorstatecreated\";i:4237;s:16:\"exif-citycreated\";i:4238;s:23:\"exif-sublocationcreated\";i:4239;s:20:\"exif-worldregiondest\";i:4240;s:16:\"exif-countrydest\";i:4241;s:20:\"exif-countrycodedest\";i:4242;s:24:\"exif-provinceorstatedest\";i:4243;s:13:\"exif-citydest\";i:4244;s:20:\"exif-sublocationdest\";i:4245;s:15:\"exif-objectname\";i:4246;s:24:\"exif-specialinstructions\";i:4247;s:13:\"exif-headline\";i:4248;s:11:\"exif-credit\";i:4249;s:15:\"exif-editstatus\";i:4250;s:12:\"exif-urgency\";i:4251;s:22:\"exif-fixtureidentifier\";i:4252;s:17:\"exif-locationdest\";i:4253;s:21:\"exif-locationdestcode\";i:4254;s:16:\"exif-objectcycle\";i:4255;s:12:\"exif-contact\";i:4256;s:11:\"exif-writer\";i:4257;s:15:\"exif-iimversion\";i:4258;s:28:\"exif-iimsupplementalcategory\";i:4259;s:20:\"exif-datetimeexpires\";i:4260;s:21:\"exif-datetimereleased\";i:4261;s:28:\"exif-originaltransmissionref\";i:4262;s:17:\"exif-serialnumber\";i:4263;s:20:\"exif-cameraownername\";i:4264;s:10:\"exif-label\";i:4265;s:21:\"exif-datetimemetadata\";i:4266;s:13:\"exif-nickname\";i:4267;s:11:\"exif-rating\";i:4268;s:22:\"exif-rightscertificate\";i:4269;s:16:\"exif-copyrighted\";i:4270;s:17:\"exif-webstatement\";i:4271;s:23:\"exif-originaldocumentid\";i:4272;s:15:\"exif-licenseurl\";i:4273;s:23:\"exif-morepermissionsurl\";i:4274;s:19:\"exif-attributionurl\";i:4275;s:29:\"exif-preferredattributionname\";i:4276;s:19:\"exif-pngfilecomment\";i:4277;s:19:\"exif-contentwarning\";i:4278;s:19:\"exif-giffilecomment\";i:4279;s:22:\"exif-intellectualgenre\";i:4280;s:20:\"exif-subjectnewscode\";i:4281;s:14:\"exif-scenecode\";i:4282;s:10:\"exif-event\";i:4283;s:24:\"exif-organisationinimage\";i:4284;s:18:\"exif-personinimage\";i:4285;s:24:\"exif-originalimageheight\";i:4286;s:23:\"exif-originalimagewidth\";i:4287;s:18:\"exif-compression-1\";i:4288;s:18:\"exif-compression-2\";i:4289;s:18:\"exif-compression-3\";i:4290;s:18:\"exif-compression-4\";i:4291;s:18:\"exif-compression-5\";i:4292;s:18:\"exif-compression-6\";i:4293;s:18:\"exif-compression-7\";i:4294;s:21:\"exif-copyrighted-true\";i:4295;s:22:\"exif-copyrighted-false\";i:4296;s:32:\"exif-photometricinterpretation-0\";i:4297;s:32:\"exif-photometricinterpretation-1\";i:4298;s:32:\"exif-photometricinterpretation-3\";i:4299;s:32:\"exif-photometricinterpretation-4\";i:4300;s:32:\"exif-photometricinterpretation-5\";i:4301;s:32:\"exif-photometricinterpretation-9\";i:4302;s:33:\"exif-photometricinterpretation-10\";i:4303;s:36:\"exif-photometricinterpretation-32803\";i:4304;s:36:\"exif-photometricinterpretation-34892\";i:4305;s:16:\"exif-unknowndate\";i:4306;s:18:\"exif-orientation-2\";i:4307;s:18:\"exif-orientation-3\";i:4308;s:18:\"exif-orientation-4\";i:4309;s:18:\"exif-orientation-5\";i:4310;s:18:\"exif-orientation-6\";i:4311;s:18:\"exif-orientation-7\";i:4312;s:18:\"exif-orientation-8\";i:4313;s:26:\"exif-planarconfiguration-1\";i:4314;s:26:\"exif-planarconfiguration-2\";i:4315;s:19:\"exif-xyresolution-i\";i:4316;s:19:\"exif-xyresolution-c\";i:4317;s:21:\"exif-colorspace-65535\";i:4318;s:30:\"exif-componentsconfiguration-0\";i:4319;s:22:\"exif-exposureprogram-0\";i:4320;s:22:\"exif-exposureprogram-1\";i:4321;s:22:\"exif-exposureprogram-2\";i:4322;s:22:\"exif-exposureprogram-3\";i:4323;s:22:\"exif-exposureprogram-4\";i:4324;s:22:\"exif-exposureprogram-5\";i:4325;s:22:\"exif-exposureprogram-6\";i:4326;s:22:\"exif-exposureprogram-7\";i:4327;s:22:\"exif-exposureprogram-8\";i:4328;s:26:\"exif-subjectdistance-value\";i:4329;s:19:\"exif-meteringmode-1\";i:4330;s:19:\"exif-meteringmode-2\";i:4331;s:19:\"exif-meteringmode-3\";i:4332;s:19:\"exif-meteringmode-4\";i:4333;s:19:\"exif-meteringmode-5\";i:4334;s:19:\"exif-meteringmode-6\";i:4335;s:18:\"exif-lightsource-1\";i:4336;s:18:\"exif-lightsource-2\";i:4337;s:18:\"exif-lightsource-3\";i:4338;s:18:\"exif-lightsource-4\";i:4339;s:18:\"exif-lightsource-9\";i:4340;s:19:\"exif-lightsource-10\";i:4341;s:19:\"exif-lightsource-11\";i:4342;s:19:\"exif-lightsource-12\";i:4343;s:19:\"exif-lightsource-13\";i:4344;s:19:\"exif-lightsource-14\";i:4345;s:19:\"exif-lightsource-15\";i:4346;s:19:\"exif-lightsource-17\";i:4347;s:19:\"exif-lightsource-18\";i:4348;s:19:\"exif-lightsource-19\";i:4349;s:19:\"exif-lightsource-24\";i:4350;s:20:\"exif-lightsource-255\";i:4351;s:18:\"exif-flash-fired-0\";i:4352;s:18:\"exif-flash-fired-1\";i:4353;s:19:\"exif-flash-return-0\";i:4354;s:19:\"exif-flash-return-2\";i:4355;s:19:\"exif-flash-return-3\";i:4356;s:17:\"exif-flash-mode-1\";i:4357;s:17:\"exif-flash-mode-2\";i:4358;s:17:\"exif-flash-mode-3\";i:4359;s:21:\"exif-flash-function-1\";i:4360;s:19:\"exif-flash-redeye-1\";i:4361;s:31:\"exif-focalplaneresolutionunit-2\";i:4362;s:20:\"exif-sensingmethod-1\";i:4363;s:20:\"exif-sensingmethod-2\";i:4364;s:20:\"exif-sensingmethod-3\";i:4365;s:20:\"exif-sensingmethod-4\";i:4366;s:20:\"exif-sensingmethod-5\";i:4367;s:20:\"exif-sensingmethod-7\";i:4368;s:20:\"exif-sensingmethod-8\";i:4369;s:17:\"exif-filesource-3\";i:4370;s:16:\"exif-scenetype-1\";i:4371;s:21:\"exif-customrendered-0\";i:4372;s:21:\"exif-customrendered-1\";i:4373;s:21:\"exif-customrendered-2\";i:4374;s:21:\"exif-customrendered-3\";i:4375;s:21:\"exif-customrendered-4\";i:4376;s:21:\"exif-customrendered-6\";i:4377;s:21:\"exif-customrendered-7\";i:4378;s:21:\"exif-customrendered-8\";i:4379;s:19:\"exif-exposuremode-0\";i:4380;s:19:\"exif-exposuremode-1\";i:4381;s:19:\"exif-exposuremode-2\";i:4382;s:19:\"exif-whitebalance-0\";i:4383;s:19:\"exif-whitebalance-1\";i:4384;s:23:\"exif-scenecapturetype-0\";i:4385;s:23:\"exif-scenecapturetype-1\";i:4386;s:23:\"exif-scenecapturetype-2\";i:4387;s:23:\"exif-scenecapturetype-3\";i:4388;s:18:\"exif-gaincontrol-0\";i:4389;s:18:\"exif-gaincontrol-1\";i:4390;s:18:\"exif-gaincontrol-2\";i:4391;s:18:\"exif-gaincontrol-3\";i:4392;s:18:\"exif-gaincontrol-4\";i:4393;s:15:\"exif-contrast-1\";i:4394;s:15:\"exif-contrast-2\";i:4395;s:17:\"exif-saturation-0\";i:4396;s:17:\"exif-saturation-1\";i:4397;s:17:\"exif-saturation-2\";i:4398;s:16:\"exif-sharpness-1\";i:4399;s:16:\"exif-sharpness-2\";i:4400;s:27:\"exif-subjectdistancerange-1\";i:4401;s:27:\"exif-subjectdistancerange-2\";i:4402;s:27:\"exif-subjectdistancerange-3\";i:4403;s:18:\"exif-gpslatitude-n\";i:4404;s:18:\"exif-gpslatitude-s\";i:4405;s:19:\"exif-gpslongitude-e\";i:4406;s:19:\"exif-gpslongitude-w\";i:4407;s:31:\"exif-gpsaltitude-above-sealevel\";i:4408;s:31:\"exif-gpsaltitude-below-sealevel\";i:4409;s:16:\"exif-gpsstatus-a\";i:4410;s:16:\"exif-gpsstatus-v\";i:4411;s:21:\"exif-gpsmeasuremode-2\";i:4412;s:21:\"exif-gpsmeasuremode-3\";i:4413;s:15:\"exif-gpsspeed-n\";i:4414;s:22:\"exif-gpsdestdistance-n\";i:4415;s:21:\"exif-gpsdop-excellent\";i:4416;s:16:\"exif-gpsdop-good\";i:4417;s:20:\"exif-gpsdop-moderate\";i:4418;s:16:\"exif-gpsdop-fair\";i:4419;s:16:\"exif-gpsdop-poor\";i:4420;s:18:\"exif-objectcycle-a\";i:4421;s:18:\"exif-objectcycle-p\";i:4422;s:18:\"exif-objectcycle-b\";i:4423;s:19:\"exif-gpsdirection-t\";i:4424;s:19:\"exif-gpsdirection-m\";i:4425;s:23:\"exif-ycbcrpositioning-1\";i:4426;s:23:\"exif-ycbcrpositioning-2\";i:4427;s:19:\"exif-dc-contributor\";i:4428;s:16:\"exif-dc-coverage\";i:4429;s:12:\"exif-dc-date\";i:4430;s:17:\"exif-dc-publisher\";i:4431;s:16:\"exif-dc-relation\";i:4432;s:14:\"exif-dc-source\";i:4433;s:12:\"exif-dc-type\";i:4434;s:20:\"exif-rating-rejected\";i:4435;s:29:\"exif-isospeedratings-overflow\";i:4436;s:20:\"exif-iimcategory-ace\";i:4437;s:20:\"exif-iimcategory-clj\";i:4438;s:20:\"exif-iimcategory-dis\";i:4439;s:20:\"exif-iimcategory-fin\";i:4440;s:20:\"exif-iimcategory-edu\";i:4441;s:20:\"exif-iimcategory-evn\";i:4442;s:20:\"exif-iimcategory-hth\";i:4443;s:20:\"exif-iimcategory-hum\";i:4444;s:20:\"exif-iimcategory-lab\";i:4445;s:20:\"exif-iimcategory-lif\";i:4446;s:20:\"exif-iimcategory-pol\";i:4447;s:20:\"exif-iimcategory-rel\";i:4448;s:20:\"exif-iimcategory-sci\";i:4449;s:20:\"exif-iimcategory-soi\";i:4450;s:20:\"exif-iimcategory-war\";i:4451;s:20:\"exif-iimcategory-wea\";i:4452;s:19:\"exif-urgency-normal\";i:4453;s:16:\"exif-urgency-low\";i:4454;s:17:\"exif-urgency-high\";i:4455;s:18:\"exif-urgency-other\";i:4456;s:19:\"exif-firstphotodate\";i:4457;s:18:\"exif-lastphotodate\";i:4458;s:19:\"exif-projectiontype\";i:4459;s:35:\"exif-projectiontype-equirectangular\";i:4460;s:22:\"exif-usepanoramaviewer\";i:4461;s:21:\"exif-exposurelockused\";i:4462;s:23:\"exif-poseheadingdegrees\";i:4463;s:21:\"exif-posepitchdegrees\";i:4464;s:20:\"exif-poserolldegrees\";i:4465;s:30:\"exif-initialviewheadingdegrees\";i:4466;s:28:\"exif-initialviewpitchdegrees\";i:4467;s:27:\"exif-initialviewrolldegrees\";i:4468;s:32:\"exif-initialhorizontalfovdegrees\";i:4469;s:30:\"exif-initialverticalfovdegrees\";i:4470;s:22:\"exif-sourcephotoscount\";i:4471;s:32:\"exif-croppedareaimagewidthpixels\";i:4472;s:33:\"exif-croppedareaimageheightpixels\";i:4473;s:24:\"exif-fullpanowidthpixels\";i:4474;s:25:\"exif-fullpanoheightpixels\";i:4475;s:26:\"exif-croppedarealeftpixels\";i:4476;s:25:\"exif-croppedareatoppixels\";i:4477;s:23:\"exif-initialcameradolly\";i:4478;s:22:\"exif-stitchingsoftware\";i:4479;s:33:\"apihelp-main-extended-description\";i:4480;s:25:\"apihelp-main-param-action\";i:4481;s:25:\"apihelp-main-param-format\";i:4482;s:25:\"apihelp-main-param-maxlag\";i:4483;s:26:\"apihelp-main-param-smaxage\";i:4484;s:25:\"apihelp-main-param-maxage\";i:4485;s:25:\"apihelp-main-param-assert\";i:4486;s:29:\"apihelp-main-param-assertuser\";i:4487;s:28:\"apihelp-main-param-requestid\";i:4488;s:27:\"apihelp-main-param-servedby\";i:4489;s:31:\"apihelp-main-param-curtimestamp\";i:4490;s:35:\"apihelp-main-param-responselanginfo\";i:4491;s:25:\"apihelp-main-param-origin\";i:4492;s:26:\"apihelp-main-param-uselang\";i:4493;s:26:\"apihelp-main-param-variant\";i:4494;s:30:\"apihelp-main-param-errorformat\";i:4495;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4496;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4497;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4498;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4499;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4500;s:28:\"apihelp-main-param-errorlang\";i:4501;s:33:\"apihelp-main-param-errorsuselocal\";i:4502;s:21:\"apihelp-block-summary\";i:4503;s:24:\"apihelp-block-param-user\";i:4504;s:26:\"apihelp-block-param-userid\";i:4505;s:26:\"apihelp-block-param-expiry\";i:4506;s:26:\"apihelp-block-param-reason\";i:4507;s:28:\"apihelp-block-param-anononly\";i:4508;s:28:\"apihelp-block-param-nocreate\";i:4509;s:29:\"apihelp-block-param-autoblock\";i:4510;s:27:\"apihelp-block-param-noemail\";i:4511;s:28:\"apihelp-block-param-hidename\";i:4512;s:33:\"apihelp-block-param-allowusertalk\";i:4513;s:27:\"apihelp-block-param-reblock\";i:4514;s:29:\"apihelp-block-param-watchuser\";i:4515;s:35:\"apihelp-block-param-watchlistexpiry\";i:4516;s:24:\"apihelp-block-param-tags\";i:4517;s:27:\"apihelp-block-param-partial\";i:4518;s:36:\"apihelp-block-param-pagerestrictions\";i:4519;s:41:\"apihelp-block-param-namespacerestrictions\";i:4520;s:38:\"apihelp-block-param-actionrestrictions\";i:4521;s:31:\"apihelp-block-example-ip-simple\";i:4522;s:34:\"apihelp-block-example-user-complex\";i:4523;s:40:\"apihelp-changeauthenticationdata-summary\";i:4524;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4525;s:34:\"apihelp-changecontentmodel-summary\";i:4526;s:38:\"apihelp-changecontentmodel-param-title\";i:4527;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4528;s:40:\"apihelp-changecontentmodel-param-summary\";i:4529;s:37:\"apihelp-changecontentmodel-param-tags\";i:4530;s:38:\"apihelp-changecontentmodel-param-model\";i:4531;s:36:\"apihelp-changecontentmodel-param-bot\";i:4532;s:34:\"apihelp-changecontentmodel-example\";i:4533;s:26:\"apihelp-checktoken-summary\";i:4534;s:29:\"apihelp-checktoken-param-type\";i:4535;s:30:\"apihelp-checktoken-param-token\";i:4536;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4537;s:33:\"apihelp-checktoken-example-simple\";i:4538;s:27:\"apihelp-clearhasmsg-summary\";i:4539;s:29:\"apihelp-clearhasmsg-example-1\";i:4540;s:27:\"apihelp-clientlogin-summary\";i:4541;s:33:\"apihelp-clientlogin-example-login\";i:4542;s:34:\"apihelp-clientlogin-example-login2\";i:4543;s:23:\"apihelp-compare-summary\";i:4544;s:36:\"apihelp-compare-extended-description\";i:4545;s:31:\"apihelp-compare-param-fromtitle\";i:4546;s:28:\"apihelp-compare-param-fromid\";i:4547;s:29:\"apihelp-compare-param-fromrev\";i:4548;s:29:\"apihelp-compare-param-frompst\";i:4549;s:31:\"apihelp-compare-param-fromslots\";i:4550;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4551;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4552;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4553;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4554;s:30:\"apihelp-compare-param-fromtext\";i:4555;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4556;s:39:\"apihelp-compare-param-fromcontentformat\";i:4557;s:33:\"apihelp-compare-param-fromsection\";i:4558;s:29:\"apihelp-compare-param-totitle\";i:4559;s:26:\"apihelp-compare-param-toid\";i:4560;s:27:\"apihelp-compare-param-torev\";i:4561;s:32:\"apihelp-compare-param-torelative\";i:4562;s:27:\"apihelp-compare-param-topst\";i:4563;s:29:\"apihelp-compare-param-toslots\";i:4564;s:35:\"apihelp-compare-param-totext-{slot}\";i:4565;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4566;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4567;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4568;s:28:\"apihelp-compare-param-totext\";i:4569;s:36:\"apihelp-compare-param-tocontentmodel\";i:4570;s:37:\"apihelp-compare-param-tocontentformat\";i:4571;s:31:\"apihelp-compare-param-tosection\";i:4572;s:26:\"apihelp-compare-param-prop\";i:4573;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4574;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4575;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4576;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4577;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4578;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4579;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4580;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4581;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4582;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4583;s:30:\"apihelp-compare-param-difftype\";i:4584;s:27:\"apihelp-compare-param-slots\";i:4585;s:25:\"apihelp-compare-example-1\";i:4586;s:29:\"apihelp-createaccount-summary\";i:4587;s:41:\"apihelp-createaccount-param-preservestate\";i:4588;s:36:\"apihelp-createaccount-example-create\";i:4589;s:25:\"apihelp-cspreport-summary\";i:4590;s:34:\"apihelp-cspreport-param-reportonly\";i:4591;s:30:\"apihelp-cspreport-param-source\";i:4592;s:22:\"apihelp-delete-summary\";i:4593;s:26:\"apihelp-delete-param-title\";i:4594;s:27:\"apihelp-delete-param-pageid\";i:4595;s:27:\"apihelp-delete-param-reason\";i:4596;s:25:\"apihelp-delete-param-tags\";i:4597;s:31:\"apihelp-delete-param-deletetalk\";i:4598;s:26:\"apihelp-delete-param-watch\";i:4599;s:30:\"apihelp-delete-param-watchlist\";i:4600;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4601;s:28:\"apihelp-delete-param-unwatch\";i:4602;s:29:\"apihelp-delete-param-oldimage\";i:4603;s:29:\"apihelp-delete-example-simple\";i:4604;s:29:\"apihelp-delete-example-reason\";i:4605;s:24:\"apihelp-disabled-summary\";i:4606;s:20:\"apihelp-edit-summary\";i:4607;s:24:\"apihelp-edit-param-title\";i:4608;s:25:\"apihelp-edit-param-pageid\";i:4609;s:26:\"apihelp-edit-param-section\";i:4610;s:31:\"apihelp-edit-param-sectiontitle\";i:4611;s:23:\"apihelp-edit-param-text\";i:4612;s:26:\"apihelp-edit-param-summary\";i:4613;s:23:\"apihelp-edit-param-tags\";i:4614;s:24:\"apihelp-edit-param-minor\";i:4615;s:27:\"apihelp-edit-param-notminor\";i:4616;s:22:\"apihelp-edit-param-bot\";i:4617;s:28:\"apihelp-edit-param-baserevid\";i:4618;s:32:\"apihelp-edit-param-basetimestamp\";i:4619;s:33:\"apihelp-edit-param-starttimestamp\";i:4620;s:27:\"apihelp-edit-param-recreate\";i:4621;s:29:\"apihelp-edit-param-createonly\";i:4622;s:27:\"apihelp-edit-param-nocreate\";i:4623;s:24:\"apihelp-edit-param-watch\";i:4624;s:26:\"apihelp-edit-param-unwatch\";i:4625;s:28:\"apihelp-edit-param-watchlist\";i:4626;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4627;s:22:\"apihelp-edit-param-md5\";i:4628;s:30:\"apihelp-edit-param-prependtext\";i:4629;s:29:\"apihelp-edit-param-appendtext\";i:4630;s:23:\"apihelp-edit-param-undo\";i:4631;s:28:\"apihelp-edit-param-undoafter\";i:4632;s:27:\"apihelp-edit-param-redirect\";i:4633;s:32:\"apihelp-edit-param-contentformat\";i:4634;s:31:\"apihelp-edit-param-contentmodel\";i:4635;s:24:\"apihelp-edit-param-token\";i:4636;s:25:\"apihelp-edit-example-edit\";i:4637;s:28:\"apihelp-edit-example-prepend\";i:4638;s:25:\"apihelp-edit-example-undo\";i:4639;s:25:\"apihelp-emailuser-summary\";i:4640;s:30:\"apihelp-emailuser-param-target\";i:4641;s:31:\"apihelp-emailuser-param-subject\";i:4642;s:28:\"apihelp-emailuser-param-text\";i:4643;s:28:\"apihelp-emailuser-param-ccme\";i:4644;s:31:\"apihelp-emailuser-example-email\";i:4645;s:31:\"apihelp-expandtemplates-summary\";i:4646;s:35:\"apihelp-expandtemplates-param-title\";i:4647;s:34:\"apihelp-expandtemplates-param-text\";i:4648;s:35:\"apihelp-expandtemplates-param-revid\";i:4649;s:34:\"apihelp-expandtemplates-param-prop\";i:4650;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4651;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4652;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4653;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4654;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4655;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4656;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4657;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4658;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4659;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4660;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4661;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4662;s:38:\"apihelp-expandtemplates-example-simple\";i:4663;s:33:\"apihelp-feedcontributions-summary\";i:4664;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4665;s:36:\"apihelp-feedcontributions-param-user\";i:4666;s:41:\"apihelp-feedcontributions-param-namespace\";i:4667;s:36:\"apihelp-feedcontributions-param-year\";i:4668;s:37:\"apihelp-feedcontributions-param-month\";i:4669;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4670;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4671;s:39:\"apihelp-feedcontributions-param-toponly\";i:4672;s:39:\"apihelp-feedcontributions-param-newonly\";i:4673;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4674;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4675;s:40:\"apihelp-feedcontributions-example-simple\";i:4676;s:33:\"apihelp-feedrecentchanges-summary\";i:4677;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4678;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4679;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4680;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4681;s:36:\"apihelp-feedrecentchanges-param-days\";i:4682;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4683;s:36:\"apihelp-feedrecentchanges-param-from\";i:4684;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4685;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4686;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4687;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4688;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4689;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4690;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4691;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4692;s:38:\"apihelp-feedrecentchanges-param-target\";i:4693;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4694;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4695;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4696;s:29:\"apihelp-feedwatchlist-summary\";i:4697;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4698;s:33:\"apihelp-feedwatchlist-param-hours\";i:4699;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4700;s:37:\"apihelp-feedwatchlist-example-default\";i:4701;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4702;s:26:\"apihelp-filerevert-summary\";i:4703;s:33:\"apihelp-filerevert-param-filename\";i:4704;s:32:\"apihelp-filerevert-param-comment\";i:4705;s:36:\"apihelp-filerevert-param-archivename\";i:4706;s:33:\"apihelp-filerevert-example-revert\";i:4707;s:20:\"apihelp-help-summary\";i:4708;s:26:\"apihelp-help-param-modules\";i:4709;s:29:\"apihelp-help-param-submodules\";i:4710;s:38:\"apihelp-help-param-recursivesubmodules\";i:4711;s:29:\"apihelp-help-param-helpformat\";i:4712;s:23:\"apihelp-help-param-wrap\";i:4713;s:22:\"apihelp-help-param-toc\";i:4714;s:25:\"apihelp-help-example-main\";i:4715;s:31:\"apihelp-help-example-submodules\";i:4716;s:30:\"apihelp-help-example-recursive\";i:4717;s:25:\"apihelp-help-example-help\";i:4718;s:26:\"apihelp-help-example-query\";i:4719;s:27:\"apihelp-imagerotate-summary\";i:4720;s:34:\"apihelp-imagerotate-param-rotation\";i:4721;s:30:\"apihelp-imagerotate-param-tags\";i:4722;s:34:\"apihelp-imagerotate-example-simple\";i:4723;s:37:\"apihelp-imagerotate-example-generator\";i:4724;s:22:\"apihelp-import-summary\";i:4725;s:35:\"apihelp-import-extended-description\";i:4726;s:28:\"apihelp-import-param-summary\";i:4727;s:24:\"apihelp-import-param-xml\";i:4728;s:36:\"apihelp-import-param-interwikiprefix\";i:4729;s:37:\"apihelp-import-param-assignknownusers\";i:4730;s:36:\"apihelp-import-param-interwikisource\";i:4731;s:34:\"apihelp-import-param-interwikipage\";i:4732;s:32:\"apihelp-import-param-fullhistory\";i:4733;s:30:\"apihelp-import-param-templates\";i:4734;s:30:\"apihelp-import-param-namespace\";i:4735;s:29:\"apihelp-import-param-rootpage\";i:4736;s:25:\"apihelp-import-param-tags\";i:4737;s:29:\"apihelp-import-example-import\";i:4738;s:27:\"apihelp-linkaccount-summary\";i:4739;s:32:\"apihelp-linkaccount-example-link\";i:4740;s:21:\"apihelp-login-summary\";i:4741;s:34:\"apihelp-login-extended-description\";i:4742;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4743;s:24:\"apihelp-login-param-name\";i:4744;s:28:\"apihelp-login-param-password\";i:4745;s:26:\"apihelp-login-param-domain\";i:4746;s:25:\"apihelp-login-param-token\";i:4747;s:27:\"apihelp-login-example-login\";i:4748;s:22:\"apihelp-logout-summary\";i:4749;s:29:\"apihelp-logout-example-logout\";i:4750;s:26:\"apihelp-managetags-summary\";i:4751;s:34:\"apihelp-managetags-param-operation\";i:4752;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:4753;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:4754;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:4755;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:4756;s:28:\"apihelp-managetags-param-tag\";i:4757;s:31:\"apihelp-managetags-param-reason\";i:4758;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4759;s:29:\"apihelp-managetags-param-tags\";i:4760;s:33:\"apihelp-managetags-example-create\";i:4761;s:33:\"apihelp-managetags-example-delete\";i:4762;s:35:\"apihelp-managetags-example-activate\";i:4763;s:37:\"apihelp-managetags-example-deactivate\";i:4764;s:28:\"apihelp-mergehistory-summary\";i:4765;s:31:\"apihelp-mergehistory-param-from\";i:4766;s:33:\"apihelp-mergehistory-param-fromid\";i:4767;s:29:\"apihelp-mergehistory-param-to\";i:4768;s:31:\"apihelp-mergehistory-param-toid\";i:4769;s:36:\"apihelp-mergehistory-param-timestamp\";i:4770;s:33:\"apihelp-mergehistory-param-reason\";i:4771;s:34:\"apihelp-mergehistory-example-merge\";i:4772;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4773;s:20:\"apihelp-move-summary\";i:4774;s:23:\"apihelp-move-param-from\";i:4775;s:25:\"apihelp-move-param-fromid\";i:4776;s:21:\"apihelp-move-param-to\";i:4777;s:25:\"apihelp-move-param-reason\";i:4778;s:27:\"apihelp-move-param-movetalk\";i:4779;s:31:\"apihelp-move-param-movesubpages\";i:4780;s:29:\"apihelp-move-param-noredirect\";i:4781;s:24:\"apihelp-move-param-watch\";i:4782;s:26:\"apihelp-move-param-unwatch\";i:4783;s:28:\"apihelp-move-param-watchlist\";i:4784;s:34:\"apihelp-move-param-watchlistexpiry\";i:4785;s:33:\"apihelp-move-param-ignorewarnings\";i:4786;s:23:\"apihelp-move-param-tags\";i:4787;s:25:\"apihelp-move-example-move\";i:4788;s:26:\"apihelp-opensearch-summary\";i:4789;s:31:\"apihelp-opensearch-param-search\";i:4790;s:30:\"apihelp-opensearch-param-limit\";i:4791;s:34:\"apihelp-opensearch-param-namespace\";i:4792;s:32:\"apihelp-opensearch-param-suggest\";i:4793;s:34:\"apihelp-opensearch-param-redirects\";i:4794;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:4795;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:4796;s:41:\"apihelp-opensearch-param-redirects-append\";i:4797;s:31:\"apihelp-opensearch-param-format\";i:4798;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4799;s:29:\"apihelp-opensearch-example-te\";i:4800;s:23:\"apihelp-options-summary\";i:4801;s:36:\"apihelp-options-extended-description\";i:4802;s:27:\"apihelp-options-param-reset\";i:4803;s:32:\"apihelp-options-param-resetkinds\";i:4804;s:28:\"apihelp-options-param-change\";i:4805;s:32:\"apihelp-options-param-optionname\";i:4806;s:33:\"apihelp-options-param-optionvalue\";i:4807;s:29:\"apihelp-options-example-reset\";i:4808;s:30:\"apihelp-options-example-change\";i:4809;s:31:\"apihelp-options-example-complex\";i:4810;s:25:\"apihelp-paraminfo-summary\";i:4811;s:31:\"apihelp-paraminfo-param-modules\";i:4812;s:34:\"apihelp-paraminfo-param-helpformat\";i:4813;s:36:\"apihelp-paraminfo-param-querymodules\";i:4814;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4815;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4816;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4817;s:27:\"apihelp-paraminfo-example-1\";i:4818;s:27:\"apihelp-paraminfo-example-2\";i:4819;s:21:\"apihelp-parse-summary\";i:4820;s:34:\"apihelp-parse-extended-description\";i:4821;s:25:\"apihelp-parse-param-title\";i:4822;s:24:\"apihelp-parse-param-text\";i:4823;s:25:\"apihelp-parse-param-revid\";i:4824;s:27:\"apihelp-parse-param-summary\";i:4825;s:24:\"apihelp-parse-param-page\";i:4826;s:26:\"apihelp-parse-param-pageid\";i:4827;s:29:\"apihelp-parse-param-redirects\";i:4828;s:25:\"apihelp-parse-param-oldid\";i:4829;s:24:\"apihelp-parse-param-prop\";i:4830;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4831;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4832;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4833;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4834;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4835;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4836;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4837;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4838;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4839;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4840;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4841;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4842;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4843;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4844;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4845;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4846;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4847;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4848;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4849;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4850;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4851;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4852;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4853;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4854;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4855;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4856;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4857;s:23:\"apihelp-parse-param-pst\";i:4858;s:27:\"apihelp-parse-param-onlypst\";i:4859;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4860;s:27:\"apihelp-parse-param-section\";i:4861;s:32:\"apihelp-parse-param-sectiontitle\";i:4862;s:38:\"apihelp-parse-param-disablelimitreport\";i:4863;s:29:\"apihelp-parse-param-disablepp\";i:4864;s:38:\"apihelp-parse-param-disableeditsection\";i:4865;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4866;s:36:\"apihelp-parse-param-showstrategykeys\";i:4867;s:31:\"apihelp-parse-param-generatexml\";i:4868;s:27:\"apihelp-parse-param-preview\";i:4869;s:34:\"apihelp-parse-param-sectionpreview\";i:4870;s:30:\"apihelp-parse-param-disabletoc\";i:4871;s:27:\"apihelp-parse-param-useskin\";i:4872;s:33:\"apihelp-parse-param-contentformat\";i:4873;s:32:\"apihelp-parse-param-contentmodel\";i:4874;s:26:\"apihelp-parse-example-page\";i:4875;s:26:\"apihelp-parse-example-text\";i:4876;s:31:\"apihelp-parse-example-texttitle\";i:4877;s:29:\"apihelp-parse-example-summary\";i:4878;s:22:\"apihelp-patrol-summary\";i:4879;s:25:\"apihelp-patrol-param-rcid\";i:4880;s:26:\"apihelp-patrol-param-revid\";i:4881;s:25:\"apihelp-patrol-param-tags\";i:4882;s:27:\"apihelp-patrol-example-rcid\";i:4883;s:28:\"apihelp-patrol-example-revid\";i:4884;s:23:\"apihelp-protect-summary\";i:4885;s:27:\"apihelp-protect-param-title\";i:4886;s:28:\"apihelp-protect-param-pageid\";i:4887;s:33:\"apihelp-protect-param-protections\";i:4888;s:28:\"apihelp-protect-param-expiry\";i:4889;s:28:\"apihelp-protect-param-reason\";i:4890;s:26:\"apihelp-protect-param-tags\";i:4891;s:29:\"apihelp-protect-param-cascade\";i:4892;s:27:\"apihelp-protect-param-watch\";i:4893;s:31:\"apihelp-protect-param-watchlist\";i:4894;s:37:\"apihelp-protect-param-watchlistexpiry\";i:4895;s:31:\"apihelp-protect-example-protect\";i:4896;s:33:\"apihelp-protect-example-unprotect\";i:4897;s:34:\"apihelp-protect-example-unprotect2\";i:4898;s:21:\"apihelp-purge-summary\";i:4899;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4900;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4901;s:28:\"apihelp-purge-example-simple\";i:4902;s:31:\"apihelp-purge-example-generator\";i:4903;s:21:\"apihelp-query-summary\";i:4904;s:34:\"apihelp-query-extended-description\";i:4905;s:24:\"apihelp-query-param-prop\";i:4906;s:24:\"apihelp-query-param-list\";i:4907;s:24:\"apihelp-query-param-meta\";i:4908;s:32:\"apihelp-query-param-indexpageids\";i:4909;s:26:\"apihelp-query-param-export\";i:4910;s:32:\"apihelp-query-param-exportnowrap\";i:4911;s:32:\"apihelp-query-param-exportschema\";i:4912;s:25:\"apihelp-query-param-iwurl\";i:4913;s:31:\"apihelp-query-param-rawcontinue\";i:4914;s:31:\"apihelp-query-example-revisions\";i:4915;s:30:\"apihelp-query-example-allpages\";i:4916;s:35:\"apihelp-query+allcategories-summary\";i:4917;s:38:\"apihelp-query+allcategories-param-from\";i:4918;s:36:\"apihelp-query+allcategories-param-to\";i:4919;s:40:\"apihelp-query+allcategories-param-prefix\";i:4920;s:37:\"apihelp-query+allcategories-param-dir\";i:4921;s:37:\"apihelp-query+allcategories-param-min\";i:4922;s:37:\"apihelp-query+allcategories-param-max\";i:4923;s:39:\"apihelp-query+allcategories-param-limit\";i:4924;s:38:\"apihelp-query+allcategories-param-prop\";i:4925;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4926;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4927;s:40:\"apihelp-query+allcategories-example-size\";i:4928;s:45:\"apihelp-query+allcategories-example-generator\";i:4929;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:4930;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:4931;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:4932;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:4933;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:4934;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:4935;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:4936;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:4937;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:4938;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:4939;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:4940;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:4941;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:4942;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:4943;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:4944;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:4945;s:35:\"apihelp-query+allfileusages-summary\";i:4946;s:38:\"apihelp-query+allfileusages-param-from\";i:4947;s:36:\"apihelp-query+allfileusages-param-to\";i:4948;s:40:\"apihelp-query+allfileusages-param-prefix\";i:4949;s:40:\"apihelp-query+allfileusages-param-unique\";i:4950;s:38:\"apihelp-query+allfileusages-param-prop\";i:4951;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:4952;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:4953;s:39:\"apihelp-query+allfileusages-param-limit\";i:4954;s:37:\"apihelp-query+allfileusages-param-dir\";i:4955;s:37:\"apihelp-query+allfileusages-example-b\";i:4956;s:42:\"apihelp-query+allfileusages-example-unique\";i:4957;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:4958;s:45:\"apihelp-query+allfileusages-example-generator\";i:4959;s:31:\"apihelp-query+allimages-summary\";i:4960;s:34:\"apihelp-query+allimages-param-sort\";i:4961;s:33:\"apihelp-query+allimages-param-dir\";i:4962;s:34:\"apihelp-query+allimages-param-from\";i:4963;s:32:\"apihelp-query+allimages-param-to\";i:4964;s:35:\"apihelp-query+allimages-param-start\";i:4965;s:33:\"apihelp-query+allimages-param-end\";i:4966;s:36:\"apihelp-query+allimages-param-prefix\";i:4967;s:37:\"apihelp-query+allimages-param-minsize\";i:4968;s:37:\"apihelp-query+allimages-param-maxsize\";i:4969;s:34:\"apihelp-query+allimages-param-sha1\";i:4970;s:40:\"apihelp-query+allimages-param-sha1base36\";i:4971;s:34:\"apihelp-query+allimages-param-user\";i:4972;s:40:\"apihelp-query+allimages-param-filterbots\";i:4973;s:34:\"apihelp-query+allimages-param-mime\";i:4974;s:35:\"apihelp-query+allimages-param-limit\";i:4975;s:33:\"apihelp-query+allimages-example-b\";i:4976;s:38:\"apihelp-query+allimages-example-recent\";i:4977;s:41:\"apihelp-query+allimages-example-mimetypes\";i:4978;s:41:\"apihelp-query+allimages-example-generator\";i:4979;s:30:\"apihelp-query+alllinks-summary\";i:4980;s:33:\"apihelp-query+alllinks-param-from\";i:4981;s:31:\"apihelp-query+alllinks-param-to\";i:4982;s:35:\"apihelp-query+alllinks-param-prefix\";i:4983;s:35:\"apihelp-query+alllinks-param-unique\";i:4984;s:33:\"apihelp-query+alllinks-param-prop\";i:4985;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:4986;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:4987;s:38:\"apihelp-query+alllinks-param-namespace\";i:4988;s:34:\"apihelp-query+alllinks-param-limit\";i:4989;s:32:\"apihelp-query+alllinks-param-dir\";i:4990;s:32:\"apihelp-query+alllinks-example-b\";i:4991;s:37:\"apihelp-query+alllinks-example-unique\";i:4992;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:4993;s:40:\"apihelp-query+alllinks-example-generator\";i:4994;s:33:\"apihelp-query+allmessages-summary\";i:4995;s:40:\"apihelp-query+allmessages-param-messages\";i:4996;s:36:\"apihelp-query+allmessages-param-prop\";i:4997;s:44:\"apihelp-query+allmessages-param-enableparser\";i:4998;s:41:\"apihelp-query+allmessages-param-nocontent\";i:4999;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5000;s:36:\"apihelp-query+allmessages-param-args\";i:5001;s:38:\"apihelp-query+allmessages-param-filter\";i:5002;s:42:\"apihelp-query+allmessages-param-customised\";i:5003;s:36:\"apihelp-query+allmessages-param-lang\";i:5004;s:36:\"apihelp-query+allmessages-param-from\";i:5005;s:34:\"apihelp-query+allmessages-param-to\";i:5006;s:37:\"apihelp-query+allmessages-param-title\";i:5007;s:38:\"apihelp-query+allmessages-param-prefix\";i:5008;s:37:\"apihelp-query+allmessages-example-ipb\";i:5009;s:36:\"apihelp-query+allmessages-example-de\";i:5010;s:30:\"apihelp-query+allpages-summary\";i:5011;s:33:\"apihelp-query+allpages-param-from\";i:5012;s:31:\"apihelp-query+allpages-param-to\";i:5013;s:35:\"apihelp-query+allpages-param-prefix\";i:5014;s:38:\"apihelp-query+allpages-param-namespace\";i:5015;s:40:\"apihelp-query+allpages-param-filterredir\";i:5016;s:36:\"apihelp-query+allpages-param-minsize\";i:5017;s:36:\"apihelp-query+allpages-param-maxsize\";i:5018;s:35:\"apihelp-query+allpages-param-prtype\";i:5019;s:36:\"apihelp-query+allpages-param-prlevel\";i:5020;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5021;s:34:\"apihelp-query+allpages-param-limit\";i:5022;s:32:\"apihelp-query+allpages-param-dir\";i:5023;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5024;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5025;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5026;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5027;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5028;s:32:\"apihelp-query+allpages-example-b\";i:5029;s:40:\"apihelp-query+allpages-example-generator\";i:5030;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5031;s:34:\"apihelp-query+allredirects-summary\";i:5032;s:37:\"apihelp-query+allredirects-param-from\";i:5033;s:35:\"apihelp-query+allredirects-param-to\";i:5034;s:39:\"apihelp-query+allredirects-param-prefix\";i:5035;s:39:\"apihelp-query+allredirects-param-unique\";i:5036;s:37:\"apihelp-query+allredirects-param-prop\";i:5037;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5038;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5039;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5040;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5041;s:42:\"apihelp-query+allredirects-param-namespace\";i:5042;s:38:\"apihelp-query+allredirects-param-limit\";i:5043;s:36:\"apihelp-query+allredirects-param-dir\";i:5044;s:36:\"apihelp-query+allredirects-example-b\";i:5045;s:41:\"apihelp-query+allredirects-example-unique\";i:5046;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5047;s:44:\"apihelp-query+allredirects-example-generator\";i:5048;s:34:\"apihelp-query+allrevisions-summary\";i:5049;s:38:\"apihelp-query+allrevisions-param-start\";i:5050;s:36:\"apihelp-query+allrevisions-param-end\";i:5051;s:37:\"apihelp-query+allrevisions-param-user\";i:5052;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5053;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5054;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5055;s:39:\"apihelp-query+allrevisions-example-user\";i:5056;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5057;s:36:\"apihelp-query+mystashedfiles-summary\";i:5058;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5059;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5060;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5061;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5062;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5063;s:38:\"apihelp-query+alltransclusions-summary\";i:5064;s:41:\"apihelp-query+alltransclusions-param-from\";i:5065;s:39:\"apihelp-query+alltransclusions-param-to\";i:5066;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5067;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5068;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5069;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5070;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5071;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5072;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5073;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5074;s:40:\"apihelp-query+alltransclusions-example-b\";i:5075;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5076;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5077;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5078;s:30:\"apihelp-query+allusers-summary\";i:5079;s:33:\"apihelp-query+allusers-param-from\";i:5080;s:31:\"apihelp-query+allusers-param-to\";i:5081;s:35:\"apihelp-query+allusers-param-prefix\";i:5082;s:32:\"apihelp-query+allusers-param-dir\";i:5083;s:34:\"apihelp-query+allusers-param-group\";i:5084;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5085;s:35:\"apihelp-query+allusers-param-rights\";i:5086;s:33:\"apihelp-query+allusers-param-prop\";i:5087;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5088;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5089;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5090;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5091;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5092;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5093;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5094;s:34:\"apihelp-query+allusers-param-limit\";i:5095;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5096;s:40:\"apihelp-query+allusers-param-activeusers\";i:5097;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5098;s:32:\"apihelp-query+allusers-example-y\";i:5099;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5100;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5101;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5102;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5103;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5104;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5105;s:31:\"apihelp-query+backlinks-summary\";i:5106;s:35:\"apihelp-query+backlinks-param-title\";i:5107;s:36:\"apihelp-query+backlinks-param-pageid\";i:5108;s:39:\"apihelp-query+backlinks-param-namespace\";i:5109;s:33:\"apihelp-query+backlinks-param-dir\";i:5110;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5111;s:35:\"apihelp-query+backlinks-param-limit\";i:5112;s:38:\"apihelp-query+backlinks-param-redirect\";i:5113;s:38:\"apihelp-query+backlinks-example-simple\";i:5114;s:41:\"apihelp-query+backlinks-example-generator\";i:5115;s:28:\"apihelp-query+blocks-summary\";i:5116;s:32:\"apihelp-query+blocks-param-start\";i:5117;s:30:\"apihelp-query+blocks-param-end\";i:5118;s:30:\"apihelp-query+blocks-param-ids\";i:5119;s:32:\"apihelp-query+blocks-param-users\";i:5120;s:29:\"apihelp-query+blocks-param-ip\";i:5121;s:32:\"apihelp-query+blocks-param-limit\";i:5122;s:31:\"apihelp-query+blocks-param-prop\";i:5123;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5124;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5125;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5126;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5127;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5128;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5129;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5130;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5131;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5132;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5133;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5134;s:31:\"apihelp-query+blocks-param-show\";i:5135;s:35:\"apihelp-query+blocks-example-simple\";i:5136;s:34:\"apihelp-query+blocks-example-users\";i:5137;s:32:\"apihelp-query+categories-summary\";i:5138;s:35:\"apihelp-query+categories-param-prop\";i:5139;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5140;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5141;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5142;s:35:\"apihelp-query+categories-param-show\";i:5143;s:36:\"apihelp-query+categories-param-limit\";i:5144;s:41:\"apihelp-query+categories-param-categories\";i:5145;s:34:\"apihelp-query+categories-param-dir\";i:5146;s:39:\"apihelp-query+categories-example-simple\";i:5147;s:42:\"apihelp-query+categories-example-generator\";i:5148;s:34:\"apihelp-query+categoryinfo-summary\";i:5149;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5150;s:37:\"apihelp-query+categorymembers-summary\";i:5151;s:41:\"apihelp-query+categorymembers-param-title\";i:5152;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5153;s:40:\"apihelp-query+categorymembers-param-prop\";i:5154;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5155;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5156;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5157;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5158;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5159;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5160;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5161;s:40:\"apihelp-query+categorymembers-param-type\";i:5162;s:41:\"apihelp-query+categorymembers-param-limit\";i:5163;s:40:\"apihelp-query+categorymembers-param-sort\";i:5164;s:39:\"apihelp-query+categorymembers-param-dir\";i:5165;s:41:\"apihelp-query+categorymembers-param-start\";i:5166;s:39:\"apihelp-query+categorymembers-param-end\";i:5167;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5168;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5169;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5170;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5171;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5172;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5173;s:44:\"apihelp-query+categorymembers-example-simple\";i:5174;s:47:\"apihelp-query+categorymembers-example-generator\";i:5175;s:34:\"apihelp-query+contributors-summary\";i:5176;s:38:\"apihelp-query+contributors-param-group\";i:5177;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5178;s:39:\"apihelp-query+contributors-param-rights\";i:5179;s:46:\"apihelp-query+contributors-param-excluderights\";i:5180;s:38:\"apihelp-query+contributors-param-limit\";i:5181;s:41:\"apihelp-query+contributors-example-simple\";i:5182;s:38:\"apihelp-query+deletedrevisions-summary\";i:5183;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5184;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5185;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5186;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5187;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5188;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5189;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5190;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5191;s:33:\"apihelp-query+deletedrevs-summary\";i:5192;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5193;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5194;s:37:\"apihelp-query+deletedrevs-param-start\";i:5195;s:35:\"apihelp-query+deletedrevs-param-end\";i:5196;s:36:\"apihelp-query+deletedrevs-param-from\";i:5197;s:34:\"apihelp-query+deletedrevs-param-to\";i:5198;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5199;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5200;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5201;s:36:\"apihelp-query+deletedrevs-param-user\";i:5202;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5203;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5204;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5205;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5206;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5207;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5208;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5209;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5210;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5211;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5212;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5213;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5214;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5215;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5216;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5217;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5218;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5219;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5220;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5221;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5222;s:30:\"apihelp-query+disabled-summary\";i:5223;s:36:\"apihelp-query+duplicatefiles-summary\";i:5224;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5225;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5226;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5227;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5228;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5229;s:32:\"apihelp-query+embeddedin-summary\";i:5230;s:36:\"apihelp-query+embeddedin-param-title\";i:5231;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5232;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5233;s:34:\"apihelp-query+embeddedin-param-dir\";i:5234;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5235;s:36:\"apihelp-query+embeddedin-param-limit\";i:5236;s:39:\"apihelp-query+embeddedin-example-simple\";i:5237;s:42:\"apihelp-query+embeddedin-example-generator\";i:5238;s:30:\"apihelp-query+extlinks-summary\";i:5239;s:34:\"apihelp-query+extlinks-param-limit\";i:5240;s:37:\"apihelp-query+extlinks-param-protocol\";i:5241;s:34:\"apihelp-query+extlinks-param-query\";i:5242;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5243;s:37:\"apihelp-query+extlinks-example-simple\";i:5244;s:33:\"apihelp-query+exturlusage-summary\";i:5245;s:36:\"apihelp-query+exturlusage-param-prop\";i:5246;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5247;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5248;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5249;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5250;s:37:\"apihelp-query+exturlusage-param-query\";i:5251;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5252;s:37:\"apihelp-query+exturlusage-param-limit\";i:5253;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5254;s:40:\"apihelp-query+exturlusage-example-simple\";i:5255;s:33:\"apihelp-query+filearchive-summary\";i:5256;s:36:\"apihelp-query+filearchive-param-from\";i:5257;s:34:\"apihelp-query+filearchive-param-to\";i:5258;s:38:\"apihelp-query+filearchive-param-prefix\";i:5259;s:37:\"apihelp-query+filearchive-param-limit\";i:5260;s:35:\"apihelp-query+filearchive-param-dir\";i:5261;s:36:\"apihelp-query+filearchive-param-sha1\";i:5262;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5263;s:36:\"apihelp-query+filearchive-param-prop\";i:5264;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5265;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5266;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5267;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5268;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5269;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5270;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5271;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5272;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5273;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5274;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5275;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5276;s:40:\"apihelp-query+filearchive-example-simple\";i:5277;s:34:\"apihelp-query+filerepoinfo-summary\";i:5278;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5279;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5280;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5281;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5282;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5283;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5284;s:31:\"apihelp-query+fileusage-summary\";i:5285;s:34:\"apihelp-query+fileusage-param-prop\";i:5286;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5287;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5288;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5289;s:39:\"apihelp-query+fileusage-param-namespace\";i:5290;s:35:\"apihelp-query+fileusage-param-limit\";i:5291;s:34:\"apihelp-query+fileusage-param-show\";i:5292;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5293;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5294;s:38:\"apihelp-query+fileusage-example-simple\";i:5295;s:41:\"apihelp-query+fileusage-example-generator\";i:5296;s:31:\"apihelp-query+imageinfo-summary\";i:5297;s:34:\"apihelp-query+imageinfo-param-prop\";i:5298;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5299;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5300;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5301;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5302;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5303;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5304;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5305;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5306;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5307;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5308;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5309;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5310;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5311;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5312;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5313;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5314;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5315;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5316;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5317;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5318;s:35:\"apihelp-query+imageinfo-param-limit\";i:5319;s:35:\"apihelp-query+imageinfo-param-start\";i:5320;s:33:\"apihelp-query+imageinfo-param-end\";i:5321;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5322;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5323;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5324;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5325;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5326;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5327;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5328;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5329;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5330;s:38:\"apihelp-query+imageinfo-example-simple\";i:5331;s:37:\"apihelp-query+imageinfo-example-dated\";i:5332;s:28:\"apihelp-query+images-summary\";i:5333;s:32:\"apihelp-query+images-param-limit\";i:5334;s:33:\"apihelp-query+images-param-images\";i:5335;s:30:\"apihelp-query+images-param-dir\";i:5336;s:35:\"apihelp-query+images-example-simple\";i:5337;s:38:\"apihelp-query+images-example-generator\";i:5338;s:32:\"apihelp-query+imageusage-summary\";i:5339;s:36:\"apihelp-query+imageusage-param-title\";i:5340;s:37:\"apihelp-query+imageusage-param-pageid\";i:5341;s:40:\"apihelp-query+imageusage-param-namespace\";i:5342;s:34:\"apihelp-query+imageusage-param-dir\";i:5343;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5344;s:36:\"apihelp-query+imageusage-param-limit\";i:5345;s:39:\"apihelp-query+imageusage-param-redirect\";i:5346;s:39:\"apihelp-query+imageusage-example-simple\";i:5347;s:42:\"apihelp-query+imageusage-example-generator\";i:5348;s:26:\"apihelp-query+info-summary\";i:5349;s:29:\"apihelp-query+info-param-prop\";i:5350;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5351;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5352;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5353;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5354;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5355;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5356;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5357;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5358;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5359;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5360;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5361;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5362;s:36:\"apihelp-query+info-param-testactions\";i:5363;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5364;s:33:\"apihelp-query+info-example-simple\";i:5365;s:37:\"apihelp-query+info-example-protection\";i:5366;s:33:\"apihelp-query+iwbacklinks-summary\";i:5367;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5368;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5369;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5370;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5371;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5372;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5373;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5374;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5375;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5376;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5377;s:29:\"apihelp-query+iwlinks-summary\";i:5378;s:31:\"apihelp-query+iwlinks-param-url\";i:5379;s:32:\"apihelp-query+iwlinks-param-prop\";i:5380;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5381;s:33:\"apihelp-query+iwlinks-param-limit\";i:5382;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5383;s:33:\"apihelp-query+iwlinks-param-title\";i:5384;s:31:\"apihelp-query+iwlinks-param-dir\";i:5385;s:36:\"apihelp-query+iwlinks-example-simple\";i:5386;s:35:\"apihelp-query+langbacklinks-summary\";i:5387;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5388;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5389;s:39:\"apihelp-query+langbacklinks-param-title\";i:5390;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5391;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5392;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5393;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5394;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5395;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5396;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5397;s:31:\"apihelp-query+langlinks-summary\";i:5398;s:35:\"apihelp-query+langlinks-param-limit\";i:5399;s:33:\"apihelp-query+langlinks-param-url\";i:5400;s:34:\"apihelp-query+langlinks-param-prop\";i:5401;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5402;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5403;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5404;s:34:\"apihelp-query+langlinks-param-lang\";i:5405;s:35:\"apihelp-query+langlinks-param-title\";i:5406;s:33:\"apihelp-query+langlinks-param-dir\";i:5407;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5408;s:38:\"apihelp-query+langlinks-example-simple\";i:5409;s:34:\"apihelp-query+languageinfo-summary\";i:5410;s:37:\"apihelp-query+languageinfo-param-prop\";i:5411;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5412;s:41:\"apihelp-query+languageinfo-example-simple\";i:5413;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5414;s:27:\"apihelp-query+links-summary\";i:5415;s:35:\"apihelp-query+links-param-namespace\";i:5416;s:31:\"apihelp-query+links-param-limit\";i:5417;s:32:\"apihelp-query+links-param-titles\";i:5418;s:29:\"apihelp-query+links-param-dir\";i:5419;s:34:\"apihelp-query+links-example-simple\";i:5420;s:37:\"apihelp-query+links-example-generator\";i:5421;s:38:\"apihelp-query+links-example-namespaces\";i:5422;s:31:\"apihelp-query+linkshere-summary\";i:5423;s:34:\"apihelp-query+linkshere-param-prop\";i:5424;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5425;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5426;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5427;s:39:\"apihelp-query+linkshere-param-namespace\";i:5428;s:35:\"apihelp-query+linkshere-param-limit\";i:5429;s:34:\"apihelp-query+linkshere-param-show\";i:5430;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5431;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5432;s:38:\"apihelp-query+linkshere-example-simple\";i:5433;s:41:\"apihelp-query+linkshere-example-generator\";i:5434;s:31:\"apihelp-query+logevents-summary\";i:5435;s:34:\"apihelp-query+logevents-param-prop\";i:5436;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5437;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5438;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5439;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5440;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5441;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5442;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5443;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5444;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5445;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5446;s:34:\"apihelp-query+logevents-param-type\";i:5447;s:36:\"apihelp-query+logevents-param-action\";i:5448;s:35:\"apihelp-query+logevents-param-start\";i:5449;s:33:\"apihelp-query+logevents-param-end\";i:5450;s:34:\"apihelp-query+logevents-param-user\";i:5451;s:35:\"apihelp-query+logevents-param-title\";i:5452;s:39:\"apihelp-query+logevents-param-namespace\";i:5453;s:36:\"apihelp-query+logevents-param-prefix\";i:5454;s:33:\"apihelp-query+logevents-param-tag\";i:5455;s:35:\"apihelp-query+logevents-param-limit\";i:5456;s:38:\"apihelp-query+logevents-example-simple\";i:5457;s:35:\"apihelp-query+pagepropnames-summary\";i:5458;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5459;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5460;s:31:\"apihelp-query+pageprops-summary\";i:5461;s:34:\"apihelp-query+pageprops-param-prop\";i:5462;s:38:\"apihelp-query+pageprops-example-simple\";i:5463;s:35:\"apihelp-query+pageswithprop-summary\";i:5464;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5465;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5466;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5467;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5468;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5469;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5470;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5471;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5472;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5473;s:34:\"apihelp-query+prefixsearch-summary\";i:5474;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5475;s:39:\"apihelp-query+prefixsearch-param-search\";i:5476;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5477;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5478;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5479;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5480;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5481;s:37:\"apihelp-query+protectedtitles-summary\";i:5482;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5483;s:41:\"apihelp-query+protectedtitles-param-level\";i:5484;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5485;s:41:\"apihelp-query+protectedtitles-param-start\";i:5486;s:39:\"apihelp-query+protectedtitles-param-end\";i:5487;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5488;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5489;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5490;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5491;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5492;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5493;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5494;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5495;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5496;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5497;s:31:\"apihelp-query+querypage-summary\";i:5498;s:34:\"apihelp-query+querypage-param-page\";i:5499;s:35:\"apihelp-query+querypage-param-limit\";i:5500;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5501;s:28:\"apihelp-query+random-summary\";i:5502;s:41:\"apihelp-query+random-extended-description\";i:5503;s:36:\"apihelp-query+random-param-namespace\";i:5504;s:32:\"apihelp-query+random-param-limit\";i:5505;s:35:\"apihelp-query+random-param-redirect\";i:5506;s:38:\"apihelp-query+random-param-filterredir\";i:5507;s:35:\"apihelp-query+random-example-simple\";i:5508;s:38:\"apihelp-query+random-example-generator\";i:5509;s:35:\"apihelp-query+recentchanges-summary\";i:5510;s:39:\"apihelp-query+recentchanges-param-start\";i:5511;s:37:\"apihelp-query+recentchanges-param-end\";i:5512;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5513;s:38:\"apihelp-query+recentchanges-param-user\";i:5514;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5515;s:37:\"apihelp-query+recentchanges-param-tag\";i:5516;s:38:\"apihelp-query+recentchanges-param-prop\";i:5517;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5518;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5519;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5520;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5521;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5522;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5523;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5524;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5525;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5526;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5527;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5528;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5529;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5530;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5531;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5532;s:38:\"apihelp-query+recentchanges-param-show\";i:5533;s:39:\"apihelp-query+recentchanges-param-limit\";i:5534;s:38:\"apihelp-query+recentchanges-param-type\";i:5535;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5536;s:39:\"apihelp-query+recentchanges-param-title\";i:5537;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5538;s:42:\"apihelp-query+recentchanges-example-simple\";i:5539;s:45:\"apihelp-query+recentchanges-example-generator\";i:5540;s:31:\"apihelp-query+redirects-summary\";i:5541;s:34:\"apihelp-query+redirects-param-prop\";i:5542;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5543;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5544;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5545;s:39:\"apihelp-query+redirects-param-namespace\";i:5546;s:35:\"apihelp-query+redirects-param-limit\";i:5547;s:34:\"apihelp-query+redirects-param-show\";i:5548;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:5549;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:5550;s:38:\"apihelp-query+redirects-example-simple\";i:5551;s:41:\"apihelp-query+redirects-example-generator\";i:5552;s:31:\"apihelp-query+revisions-summary\";i:5553;s:44:\"apihelp-query+revisions-extended-description\";i:5554;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5555;s:37:\"apihelp-query+revisions-param-startid\";i:5556;s:35:\"apihelp-query+revisions-param-endid\";i:5557;s:35:\"apihelp-query+revisions-param-start\";i:5558;s:33:\"apihelp-query+revisions-param-end\";i:5559;s:34:\"apihelp-query+revisions-param-user\";i:5560;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5561;s:33:\"apihelp-query+revisions-param-tag\";i:5562;s:39:\"apihelp-query+revisions-example-content\";i:5563;s:37:\"apihelp-query+revisions-example-last5\";i:5564;s:38:\"apihelp-query+revisions-example-first5\";i:5565;s:44:\"apihelp-query+revisions-example-first5-after\";i:5566;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5567;s:43:\"apihelp-query+revisions-example-first5-user\";i:5568;s:39:\"apihelp-query+revisions+base-param-prop\";i:5569;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5570;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5571;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5572;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5573;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5574;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5575;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5576;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5577;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5578;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5579;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5580;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5581;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5582;s:40:\"apihelp-query+revisions+base-param-limit\";i:5583;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5584;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5585;s:40:\"apihelp-query+revisions+base-param-parse\";i:5586;s:42:\"apihelp-query+revisions+base-param-section\";i:5587;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5588;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5589;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5590;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5591;s:28:\"apihelp-query+search-summary\";i:5592;s:33:\"apihelp-query+search-param-search\";i:5593;s:36:\"apihelp-query+search-param-namespace\";i:5594;s:31:\"apihelp-query+search-param-what\";i:5595;s:31:\"apihelp-query+search-param-info\";i:5596;s:31:\"apihelp-query+search-param-prop\";i:5597;s:36:\"apihelp-query+search-param-qiprofile\";i:5598;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5599;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5600;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5601;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5602;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5603;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5604;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5605;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5606;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5607;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5608;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5609;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5610;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5611;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5612;s:32:\"apihelp-query+search-param-limit\";i:5613;s:36:\"apihelp-query+search-param-interwiki\";i:5614;s:34:\"apihelp-query+search-param-backend\";i:5615;s:41:\"apihelp-query+search-param-enablerewrites\";i:5616;s:31:\"apihelp-query+search-param-sort\";i:5617;s:35:\"apihelp-query+search-example-simple\";i:5618;s:33:\"apihelp-query+search-example-text\";i:5619;s:38:\"apihelp-query+search-example-generator\";i:5620;s:30:\"apihelp-query+siteinfo-summary\";i:5621;s:33:\"apihelp-query+siteinfo-param-prop\";i:5622;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5623;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5624;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5625;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5626;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5627;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5628;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5629;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5630;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5631;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5632;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5633;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5634;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5635;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5636;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5637;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5638;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5639;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5640;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5641;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5642;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5643;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5644;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5645;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5646;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5647;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5648;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5649;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5650;s:37:\"apihelp-query+siteinfo-example-simple\";i:5651;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5652;s:37:\"apihelp-query+siteinfo-example-replag\";i:5653;s:36:\"apihelp-query+stashimageinfo-summary\";i:5654;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5655;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5656;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5657;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5658;s:26:\"apihelp-query+tags-summary\";i:5659;s:30:\"apihelp-query+tags-param-limit\";i:5660;s:29:\"apihelp-query+tags-param-prop\";i:5661;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5662;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5663;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5664;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5665;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5666;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5667;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5668;s:33:\"apihelp-query+tags-example-simple\";i:5669;s:31:\"apihelp-query+templates-summary\";i:5670;s:39:\"apihelp-query+templates-param-namespace\";i:5671;s:35:\"apihelp-query+templates-param-limit\";i:5672;s:39:\"apihelp-query+templates-param-templates\";i:5673;s:33:\"apihelp-query+templates-param-dir\";i:5674;s:38:\"apihelp-query+templates-example-simple\";i:5675;s:41:\"apihelp-query+templates-example-generator\";i:5676;s:42:\"apihelp-query+templates-example-namespaces\";i:5677;s:28:\"apihelp-query+tokens-summary\";i:5678;s:31:\"apihelp-query+tokens-param-type\";i:5679;s:35:\"apihelp-query+tokens-example-simple\";i:5680;s:34:\"apihelp-query+tokens-example-types\";i:5681;s:35:\"apihelp-query+transcludedin-summary\";i:5682;s:38:\"apihelp-query+transcludedin-param-prop\";i:5683;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5684;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5685;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5686;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5687;s:39:\"apihelp-query+transcludedin-param-limit\";i:5688;s:38:\"apihelp-query+transcludedin-param-show\";i:5689;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:5690;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:5691;s:42:\"apihelp-query+transcludedin-example-simple\";i:5692;s:45:\"apihelp-query+transcludedin-example-generator\";i:5693;s:34:\"apihelp-query+usercontribs-summary\";i:5694;s:38:\"apihelp-query+usercontribs-param-limit\";i:5695;s:38:\"apihelp-query+usercontribs-param-start\";i:5696;s:36:\"apihelp-query+usercontribs-param-end\";i:5697;s:37:\"apihelp-query+usercontribs-param-user\";i:5698;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5699;s:40:\"apihelp-query+usercontribs-param-userids\";i:5700;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5701;s:37:\"apihelp-query+usercontribs-param-prop\";i:5702;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5703;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5704;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5705;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5706;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5707;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5708;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5709;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5710;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5711;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5712;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5713;s:37:\"apihelp-query+usercontribs-param-show\";i:5714;s:36:\"apihelp-query+usercontribs-param-tag\";i:5715;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5716;s:39:\"apihelp-query+usercontribs-example-user\";i:5717;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5718;s:30:\"apihelp-query+userinfo-summary\";i:5719;s:33:\"apihelp-query+userinfo-param-prop\";i:5720;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5721;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5722;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5723;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5724;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5725;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5726;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5727;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5728;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5729;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5730;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5731;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5732;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5733;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5734;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5735;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5736;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5737;s:37:\"apihelp-query+userinfo-example-simple\";i:5738;s:35:\"apihelp-query+userinfo-example-data\";i:5739;s:27:\"apihelp-query+users-summary\";i:5740;s:30:\"apihelp-query+users-param-prop\";i:5741;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5742;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5743;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5744;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5745;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5746;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5747;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5748;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5749;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5750;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5751;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5752;s:38:\"apihelp-query+users-param-attachedwiki\";i:5753;s:31:\"apihelp-query+users-param-users\";i:5754;s:33:\"apihelp-query+users-param-userids\";i:5755;s:34:\"apihelp-query+users-example-simple\";i:5756;s:31:\"apihelp-query+watchlist-summary\";i:5757;s:36:\"apihelp-query+watchlist-param-allrev\";i:5758;s:35:\"apihelp-query+watchlist-param-start\";i:5759;s:33:\"apihelp-query+watchlist-param-end\";i:5760;s:39:\"apihelp-query+watchlist-param-namespace\";i:5761;s:34:\"apihelp-query+watchlist-param-user\";i:5762;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5763;s:35:\"apihelp-query+watchlist-param-limit\";i:5764;s:34:\"apihelp-query+watchlist-param-prop\";i:5765;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5766;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5767;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5768;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5769;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5770;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5771;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5772;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5773;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5774;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5775;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5776;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5777;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5778;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5779;s:34:\"apihelp-query+watchlist-param-show\";i:5780;s:34:\"apihelp-query+watchlist-param-type\";i:5781;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5782;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5783;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5784;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5785;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5786;s:35:\"apihelp-query+watchlist-param-owner\";i:5787;s:35:\"apihelp-query+watchlist-param-token\";i:5788;s:38:\"apihelp-query+watchlist-example-simple\";i:5789;s:37:\"apihelp-query+watchlist-example-props\";i:5790;s:38:\"apihelp-query+watchlist-example-expiry\";i:5791;s:38:\"apihelp-query+watchlist-example-allrev\";i:5792;s:41:\"apihelp-query+watchlist-example-generator\";i:5793;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5794;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5795;s:34:\"apihelp-query+watchlistraw-summary\";i:5796;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5797;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5798;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5799;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5800;s:37:\"apihelp-query+watchlistraw-param-show\";i:5801;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5802;s:38:\"apihelp-query+watchlistraw-param-token\";i:5803;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5804;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5805;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5806;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5807;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5808;s:40:\"apihelp-removeauthenticationdata-summary\";i:5809;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5810;s:29:\"apihelp-resetpassword-summary\";i:5811;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5812;s:32:\"apihelp-resetpassword-param-user\";i:5813;s:33:\"apihelp-resetpassword-param-email\";i:5814;s:34:\"apihelp-resetpassword-example-user\";i:5815;s:35:\"apihelp-resetpassword-example-email\";i:5816;s:30:\"apihelp-revisiondelete-summary\";i:5817;s:33:\"apihelp-revisiondelete-param-type\";i:5818;s:35:\"apihelp-revisiondelete-param-target\";i:5819;s:32:\"apihelp-revisiondelete-param-ids\";i:5820;s:33:\"apihelp-revisiondelete-param-hide\";i:5821;s:33:\"apihelp-revisiondelete-param-show\";i:5822;s:37:\"apihelp-revisiondelete-param-suppress\";i:5823;s:35:\"apihelp-revisiondelete-param-reason\";i:5824;s:33:\"apihelp-revisiondelete-param-tags\";i:5825;s:39:\"apihelp-revisiondelete-example-revision\";i:5826;s:34:\"apihelp-revisiondelete-example-log\";i:5827;s:24:\"apihelp-rollback-summary\";i:5828;s:37:\"apihelp-rollback-extended-description\";i:5829;s:28:\"apihelp-rollback-param-title\";i:5830;s:29:\"apihelp-rollback-param-pageid\";i:5831;s:27:\"apihelp-rollback-param-tags\";i:5832;s:27:\"apihelp-rollback-param-user\";i:5833;s:30:\"apihelp-rollback-param-summary\";i:5834;s:30:\"apihelp-rollback-param-markbot\";i:5835;s:32:\"apihelp-rollback-param-watchlist\";i:5836;s:31:\"apihelp-rollback-example-simple\";i:5837;s:32:\"apihelp-rollback-example-summary\";i:5838;s:19:\"apihelp-rsd-summary\";i:5839;s:26:\"apihelp-rsd-example-simple\";i:5840;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5841;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5842;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5843;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5844;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5845;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5846;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5847;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5848;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5849;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5850;s:31:\"apihelp-setpagelanguage-summary\";i:5851;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5852;s:35:\"apihelp-setpagelanguage-param-title\";i:5853;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5854;s:34:\"apihelp-setpagelanguage-param-lang\";i:5855;s:36:\"apihelp-setpagelanguage-param-reason\";i:5856;s:34:\"apihelp-setpagelanguage-param-tags\";i:5857;s:40:\"apihelp-setpagelanguage-example-language\";i:5858;s:39:\"apihelp-setpagelanguage-example-default\";i:5859;s:25:\"apihelp-stashedit-summary\";i:5860;s:38:\"apihelp-stashedit-extended-description\";i:5861;s:29:\"apihelp-stashedit-param-title\";i:5862;s:31:\"apihelp-stashedit-param-section\";i:5863;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5864;s:28:\"apihelp-stashedit-param-text\";i:5865;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5866;s:36:\"apihelp-stashedit-param-contentmodel\";i:5867;s:37:\"apihelp-stashedit-param-contentformat\";i:5868;s:33:\"apihelp-stashedit-param-baserevid\";i:5869;s:31:\"apihelp-stashedit-param-summary\";i:5870;s:19:\"apihelp-tag-summary\";i:5871;s:22:\"apihelp-tag-param-rcid\";i:5872;s:23:\"apihelp-tag-param-revid\";i:5873;s:23:\"apihelp-tag-param-logid\";i:5874;s:21:\"apihelp-tag-param-add\";i:5875;s:24:\"apihelp-tag-param-remove\";i:5876;s:24:\"apihelp-tag-param-reason\";i:5877;s:22:\"apihelp-tag-param-tags\";i:5878;s:23:\"apihelp-tag-example-rev\";i:5879;s:23:\"apihelp-tag-example-log\";i:5880;s:23:\"apihelp-unblock-summary\";i:5881;s:24:\"apihelp-unblock-param-id\";i:5882;s:26:\"apihelp-unblock-param-user\";i:5883;s:28:\"apihelp-unblock-param-userid\";i:5884;s:28:\"apihelp-unblock-param-reason\";i:5885;s:26:\"apihelp-unblock-param-tags\";i:5886;s:26:\"apihelp-unblock-example-id\";i:5887;s:28:\"apihelp-unblock-example-user\";i:5888;s:24:\"apihelp-undelete-summary\";i:5889;s:37:\"apihelp-undelete-extended-description\";i:5890;s:28:\"apihelp-undelete-param-title\";i:5891;s:29:\"apihelp-undelete-param-reason\";i:5892;s:27:\"apihelp-undelete-param-tags\";i:5893;s:33:\"apihelp-undelete-param-timestamps\";i:5894;s:30:\"apihelp-undelete-param-fileids\";i:5895;s:32:\"apihelp-undelete-param-watchlist\";i:5896;s:29:\"apihelp-undelete-example-page\";i:5897;s:34:\"apihelp-undelete-example-revisions\";i:5898;s:29:\"apihelp-unlinkaccount-summary\";i:5899;s:36:\"apihelp-unlinkaccount-example-simple\";i:5900;s:22:\"apihelp-upload-summary\";i:5901;s:35:\"apihelp-upload-extended-description\";i:5902;s:29:\"apihelp-upload-param-filename\";i:5903;s:28:\"apihelp-upload-param-comment\";i:5904;s:25:\"apihelp-upload-param-tags\";i:5905;s:25:\"apihelp-upload-param-text\";i:5906;s:26:\"apihelp-upload-param-watch\";i:5907;s:30:\"apihelp-upload-param-watchlist\";i:5908;s:35:\"apihelp-upload-param-ignorewarnings\";i:5909;s:25:\"apihelp-upload-param-file\";i:5910;s:24:\"apihelp-upload-param-url\";i:5911;s:28:\"apihelp-upload-param-filekey\";i:5912;s:31:\"apihelp-upload-param-sessionkey\";i:5913;s:26:\"apihelp-upload-param-stash\";i:5914;s:29:\"apihelp-upload-param-filesize\";i:5915;s:27:\"apihelp-upload-param-offset\";i:5916;s:26:\"apihelp-upload-param-chunk\";i:5917;s:26:\"apihelp-upload-param-async\";i:5918;s:32:\"apihelp-upload-param-checkstatus\";i:5919;s:26:\"apihelp-upload-example-url\";i:5920;s:30:\"apihelp-upload-example-filekey\";i:5921;s:26:\"apihelp-userrights-summary\";i:5922;s:29:\"apihelp-userrights-param-user\";i:5923;s:31:\"apihelp-userrights-param-userid\";i:5924;s:28:\"apihelp-userrights-param-add\";i:5925;s:31:\"apihelp-userrights-param-expiry\";i:5926;s:31:\"apihelp-userrights-param-remove\";i:5927;s:31:\"apihelp-userrights-param-reason\";i:5928;s:29:\"apihelp-userrights-param-tags\";i:5929;s:31:\"apihelp-userrights-example-user\";i:5930;s:33:\"apihelp-userrights-example-userid\";i:5931;s:33:\"apihelp-userrights-example-expiry\";i:5932;s:32:\"apihelp-validatepassword-summary\";i:5933;s:45:\"apihelp-validatepassword-extended-description\";i:5934;s:39:\"apihelp-validatepassword-param-password\";i:5935;s:35:\"apihelp-validatepassword-param-user\";i:5936;s:36:\"apihelp-validatepassword-param-email\";i:5937;s:39:\"apihelp-validatepassword-param-realname\";i:5938;s:34:\"apihelp-validatepassword-example-1\";i:5939;s:34:\"apihelp-validatepassword-example-2\";i:5940;s:21:\"apihelp-watch-summary\";i:5941;s:25:\"apihelp-watch-param-title\";i:5942;s:27:\"apihelp-watch-param-unwatch\";i:5943;s:27:\"apihelp-watch-example-watch\";i:5944;s:29:\"apihelp-watch-example-unwatch\";i:5945;s:31:\"apihelp-watch-example-generator\";i:5946;s:30:\"apihelp-format-example-generic\";i:5947;s:32:\"apihelp-format-param-wrappedhtml\";i:5948;s:20:\"apihelp-json-summary\";i:5949;s:27:\"apihelp-json-param-callback\";i:5950;s:23:\"apihelp-json-param-utf8\";i:5951;s:24:\"apihelp-json-param-ascii\";i:5952;s:32:\"apihelp-json-param-formatversion\";i:5953;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:5954;s:22:\"apihelp-jsonfm-summary\";i:5955;s:20:\"apihelp-none-summary\";i:5956;s:19:\"apihelp-php-summary\";i:5957;s:31:\"apihelp-php-param-formatversion\";i:5958;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:5959;s:21:\"apihelp-phpfm-summary\";i:5960;s:21:\"apihelp-rawfm-summary\";i:5961;s:19:\"apihelp-xml-summary\";i:5962;s:22:\"apihelp-xml-param-xslt\";i:5963;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5964;s:21:\"apihelp-xmlfm-summary\";i:5965;s:16:\"api-format-title\";i:5966;s:29:\"api-format-prettyprint-header\";i:5967;s:39:\"api-format-prettyprint-header-only-html\";i:5968;s:41:\"api-format-prettyprint-header-hyperlinked\";i:5969;s:29:\"api-format-prettyprint-status\";i:5970;s:22:\"api-login-fail-aborted\";i:5971;s:30:\"api-login-fail-aborted-nobotpw\";i:5972;s:33:\"api-login-fail-badsessionprovider\";i:5973;s:25:\"api-login-fail-sameorigin\";i:5974;s:24:\"api-pageset-param-titles\";i:5975;s:25:\"api-pageset-param-pageids\";i:5976;s:24:\"api-pageset-param-revids\";i:5977;s:27:\"api-pageset-param-generator\";i:5978;s:37:\"api-pageset-param-redirects-generator\";i:5979;s:39:\"api-pageset-param-redirects-nogenerator\";i:5980;s:31:\"api-pageset-param-converttitles\";i:5981;s:14:\"api-help-title\";i:5982;s:13:\"api-help-lead\";i:5983;s:20:\"api-help-main-header\";i:5984;s:28:\"api-help-undocumented-module\";i:5985;s:24:\"api-help-flag-deprecated\";i:5986;s:22:\"api-help-flag-internal\";i:5987;s:24:\"api-help-flag-readrights\";i:5988;s:25:\"api-help-flag-writerights\";i:5989;s:26:\"api-help-flag-mustbeposted\";i:5990;s:23:\"api-help-flag-generator\";i:5991;s:15:\"api-help-source\";i:5992;s:23:\"api-help-source-unknown\";i:5993;s:16:\"api-help-license\";i:5994;s:23:\"api-help-license-noname\";i:5995;s:24:\"api-help-license-unknown\";i:5996;s:19:\"api-help-parameters\";i:5997;s:25:\"api-help-param-deprecated\";i:5998;s:31:\"api-help-param-deprecated-label\";i:5999;s:23:\"api-help-param-internal\";i:6000;s:29:\"api-help-param-internal-label\";i:6001;s:24:\"api-help-param-templated\";i:6002;s:34:\"api-help-param-templated-var-first\";i:6003;s:28:\"api-help-param-templated-var\";i:6004;s:25:\"api-help-datatypes-header\";i:6005;s:31:\"api-help-templatedparams-header\";i:6006;s:24:\"api-help-templatedparams\";i:6007;s:25:\"api-help-param-type-limit\";i:6008;s:29:\"api-help-param-type-timestamp\";i:6009;s:24:\"api-help-param-type-enum\";i:6010;s:29:\"api-help-param-multi-separate\";i:6011;s:24:\"api-help-param-multi-all\";i:6012;s:28:\"api-help-param-default-empty\";i:6013;s:20:\"api-help-param-token\";i:6014;s:26:\"api-help-param-token-webui\";i:6015;s:37:\"api-help-param-disabled-in-miser-mode\";i:6016;s:36:\"api-help-param-limited-in-miser-mode\";i:6017;s:24:\"api-help-param-direction\";i:6018;s:35:\"api-help-paramvalue-direction-newer\";i:6019;s:35:\"api-help-paramvalue-direction-older\";i:6020;s:23:\"api-help-param-continue\";i:6021;s:29:\"api-help-param-no-description\";i:6022;s:17:\"api-help-examples\";i:6023;s:20:\"api-help-permissions\";i:6024;s:31:\"api-help-permissions-granted-to\";i:6025;s:28:\"api-help-right-apihighlimits\";i:6026;s:27:\"api-help-open-in-apisandbox\";i:6027;s:34:\"api-help-authmanager-general-usage\";i:6028;s:35:\"api-help-authmanagerhelper-requests\";i:6029;s:34:\"api-help-authmanagerhelper-request\";i:6030;s:40:\"api-help-authmanagerhelper-messageformat\";i:6031;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6032;s:40:\"api-help-authmanagerhelper-preservestate\";i:6033;s:36:\"api-help-authmanagerhelper-returnurl\";i:6034;s:35:\"api-help-authmanagerhelper-continue\";i:6035;s:44:\"api-help-authmanagerhelper-additional-params\";i:6036;s:27:\"apierror-allimages-redirect\";i:6037;s:37:\"apierror-allpages-generator-redirects\";i:6038;s:27:\"apierror-appendnotsupported\";i:6039;s:22:\"apierror-articleexists\";i:6040;s:25:\"apierror-assertanonfailed\";i:6041;s:24:\"apierror-assertbotfailed\";i:6042;s:30:\"apierror-assertnameduserfailed\";i:6043;s:25:\"apierror-assertuserfailed\";i:6044;s:20:\"apierror-autoblocked\";i:6045;s:32:\"apierror-bad-badfilecontexttitle\";i:6046;s:33:\"apierror-badconfig-resulttoosmall\";i:6047;s:20:\"apierror-badcontinue\";i:6048;s:16:\"apierror-baddiff\";i:6049;s:18:\"apierror-baddiffto\";i:6050;s:26:\"apierror-badformat-generic\";i:6051;s:18:\"apierror-badformat\";i:6052;s:34:\"apierror-badgenerator-notgenerator\";i:6053;s:29:\"apierror-badgenerator-unknown\";i:6054;s:14:\"apierror-badip\";i:6055;s:15:\"apierror-badmd5\";i:6056;s:31:\"apierror-badmodule-badsubmodule\";i:6057;s:31:\"apierror-badmodule-nosubmodules\";i:6058;s:21:\"apierror-badparameter\";i:6059;s:17:\"apierror-badquery\";i:6060;s:21:\"apierror-badtimestamp\";i:6061;s:17:\"apierror-badtoken\";i:6062;s:18:\"apierror-badupload\";i:6063;s:15:\"apierror-badurl\";i:6064;s:16:\"apierror-baduser\";i:6065;s:31:\"apierror-badvalue-notmultivalue\";i:6066;s:28:\"apierror-bad-watchlist-token\";i:6067;s:24:\"apierror-blockedfrommail\";i:6068;s:16:\"apierror-blocked\";i:6069;s:24:\"apierror-blocked-partial\";i:6070;s:25:\"apierror-botsnotsupported\";i:6071;s:33:\"apierror-cannot-async-upload-file\";i:6072;s:29:\"apierror-cannotreauthenticate\";i:6073;s:24:\"apierror-cannotviewtitle\";i:6074;s:24:\"apierror-cantblock-email\";i:6075;s:18:\"apierror-cantblock\";i:6076;s:31:\"apierror-cantchangecontentmodel\";i:6077;s:17:\"apierror-canthide\";i:6078;s:26:\"apierror-cantimport-upload\";i:6079;s:19:\"apierror-cantimport\";i:6080;s:33:\"apierror-cantoverwrite-sharedfile\";i:6081;s:17:\"apierror-cantsend\";i:6082;s:21:\"apierror-cantundelete\";i:6083;s:33:\"apierror-cantview-deleted-comment\";i:6084;s:37:\"apierror-cantview-deleted-description\";i:6085;s:34:\"apierror-cantview-deleted-metadata\";i:6086;s:42:\"apierror-cantview-deleted-revision-content\";i:6087;s:29:\"apierror-changeauth-norequest\";i:6088;s:40:\"apierror-changecontentmodel-missingtitle\";i:6089;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6090;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6091;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6092;s:24:\"apierror-chunk-too-small\";i:6093;s:21:\"apierror-cidrtoobroad\";i:6094;s:25:\"apierror-compare-no-title\";i:6095;s:34:\"apierror-compare-nosuchfromsection\";i:6096;s:32:\"apierror-compare-nosuchtosection\";i:6097;s:23:\"apierror-compare-notext\";i:6098;s:36:\"apierror-compare-relative-to-nothing\";i:6099;s:38:\"apierror-contentserializationexception\";i:6100;s:22:\"apierror-contenttoobig\";i:6101;s:28:\"apierror-copyuploadbaddomain\";i:6102;s:25:\"apierror-copyuploadbadurl\";i:6103;s:27:\"apierror-create-titleexists\";i:6104;s:19:\"apierror-csp-report\";i:6105;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6106;s:32:\"apierror-deletedrevs-param-not-3\";i:6107;s:24:\"apierror-emptynewsection\";i:6108;s:18:\"apierror-emptypage\";i:6109;s:24:\"apierror-exceptioncaught\";i:6110;s:25:\"apierror-filedoesnotexist\";i:6111;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6112;s:19:\"apierror-filenopath\";i:6113;s:32:\"apierror-filetypecannotberotated\";i:6114;s:18:\"apierror-formatphp\";i:6115;s:28:\"apierror-imageusage-badtitle\";i:6116;s:28:\"apierror-import-unknownerror\";i:6117;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6118;s:35:\"apierror-integeroutofrange-abovemax\";i:6119;s:39:\"apierror-integeroutofrange-belowminimum\";i:6120;s:24:\"apierror-invalidcategory\";i:6121;s:22:\"apierror-invalid-chunk\";i:6122;s:22:\"apierror-invalidexpiry\";i:6123;s:25:\"apierror-invalid-file-key\";i:6124;s:23:\"apierror-invalidiprange\";i:6125;s:20:\"apierror-invalidlang\";i:6126;s:22:\"apierror-invalidmethod\";i:6127;s:24:\"apierror-invalidoldimage\";i:6128;s:38:\"apierror-invalidparammix-cannotusewith\";i:6129;s:36:\"apierror-invalidparammix-mustusewith\";i:6130;s:42:\"apierror-invalidparammix-parse-new-section\";i:6131;s:24:\"apierror-invalidparammix\";i:6132;s:23:\"apierror-invalidsection\";i:6133;s:30:\"apierror-invalidsha1base36hash\";i:6134;s:24:\"apierror-invalidsha1hash\";i:6135;s:21:\"apierror-invalidtitle\";i:6136;s:24:\"apierror-invalidurlparam\";i:6137;s:20:\"apierror-invaliduser\";i:6138;s:22:\"apierror-invaliduserid\";i:6139;s:17:\"apierror-maxbytes\";i:6140;s:17:\"apierror-maxchars\";i:6141;s:23:\"apierror-maxlag-generic\";i:6142;s:15:\"apierror-maxlag\";i:6143;s:27:\"apierror-mimesearchdisabled\";i:6144;s:30:\"apierror-missingcontent-pageid\";i:6145;s:29:\"apierror-missingcontent-revid\";i:6146;s:37:\"apierror-missingparam-at-least-one-of\";i:6147;s:28:\"apierror-missingparam-one-of\";i:6148;s:21:\"apierror-missingparam\";i:6149;s:26:\"apierror-missingrev-pageid\";i:6150;s:25:\"apierror-missingrev-title\";i:6151;s:32:\"apierror-missingtitle-createonly\";i:6152;s:21:\"apierror-missingtitle\";i:6153;s:28:\"apierror-missingtitle-byname\";i:6154;s:23:\"apierror-moduledisabled\";i:6155;s:29:\"apierror-multival-only-one-of\";i:6156;s:18:\"apierror-multpages\";i:6157;s:34:\"apierror-mustbeloggedin-changeauth\";i:6158;s:31:\"apierror-mustbeloggedin-generic\";i:6159;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6160;s:34:\"apierror-mustbeloggedin-removeauth\";i:6161;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6162;s:23:\"apierror-mustbeloggedin\";i:6163;s:21:\"apierror-mustbeposted\";i:6164;s:23:\"apierror-mustpostparams\";i:6165;s:19:\"apierror-noapiwrite\";i:6166;s:18:\"apierror-nochanges\";i:6167;s:25:\"apierror-nodeleteablefile\";i:6168;s:26:\"apierror-no-direct-editing\";i:6169;s:20:\"apierror-noedit-anon\";i:6170;s:15:\"apierror-noedit\";i:6171;s:29:\"apierror-noimageredirect-anon\";i:6172;s:24:\"apierror-noimageredirect\";i:6173;s:20:\"apierror-nosuchlogid\";i:6174;s:21:\"apierror-nosuchpageid\";i:6175;s:19:\"apierror-nosuchrcid\";i:6176;s:20:\"apierror-nosuchrevid\";i:6177;s:22:\"apierror-nosuchsection\";i:6178;s:27:\"apierror-nosuchsection-what\";i:6179;s:21:\"apierror-nosuchuserid\";i:6180;s:17:\"apierror-notarget\";i:6181;s:23:\"apierror-notpatrollable\";i:6182;s:23:\"apierror-nouploadmodule\";i:6183;s:33:\"apierror-opensearch-json-warnings\";i:6184;s:24:\"apierror-pagecannotexist\";i:6185;s:20:\"apierror-pagedeleted\";i:6186;s:26:\"apierror-pagelang-disabled\";i:6187;s:19:\"apierror-paramempty\";i:6188;s:30:\"apierror-parsetree-notwikitext\";i:6189;s:36:\"apierror-parsetree-notwikitext-title\";i:6190;s:19:\"apierror-pastexpiry\";i:6191;s:25:\"apierror-permissiondenied\";i:6192;s:33:\"apierror-permissiondenied-generic\";i:6193;s:36:\"apierror-permissiondenied-patrolflag\";i:6194;s:33:\"apierror-permissiondenied-unblock\";i:6195;s:29:\"apierror-prefixsearchdisabled\";i:6196;s:30:\"apierror-promised-nonwrite-api\";i:6197;s:30:\"apierror-protect-invalidaction\";i:6198;s:29:\"apierror-protect-invalidlevel\";i:6199;s:20:\"apierror-ratelimited\";i:6200;s:22:\"apierror-readapidenied\";i:6201;s:17:\"apierror-readonly\";i:6202;s:23:\"apierror-reauthenticate\";i:6203;s:28:\"apierror-redirect-appendonly\";i:6204;s:33:\"apierror-revdel-mutuallyexclusive\";i:6205;s:26:\"apierror-revdel-needtarget\";i:6206;s:27:\"apierror-revdel-paramneeded\";i:6207;s:24:\"apierror-revisions-badid\";i:6208;s:27:\"apierror-revisions-norevids\";i:6209;s:29:\"apierror-revisions-singlepage\";i:6210;s:21:\"apierror-revwrongpage\";i:6211;s:23:\"apierror-searchdisabled\";i:6212;s:29:\"apierror-sectionreplacefailed\";i:6213;s:29:\"apierror-sectionsnotsupported\";i:6214;s:34:\"apierror-sectionsnotsupported-what\";i:6215;s:13:\"apierror-show\";i:6216;s:34:\"apierror-siteinfo-includealldenied\";i:6217;s:25:\"apierror-sizediffdisabled\";i:6218;s:21:\"apierror-spamdetected\";i:6219;s:32:\"apierror-specialpage-cantexecute\";i:6220;s:28:\"apierror-stashedfilenotfound\";i:6221;s:30:\"apierror-stashedit-missingtext\";i:6222;s:29:\"apierror-stashfailed-complete\";i:6223;s:30:\"apierror-stashfailed-nosession\";i:6224;s:25:\"apierror-stashfilestorage\";i:6225;s:25:\"apierror-stashinvalidfile\";i:6226;s:27:\"apierror-stashnosuchfilekey\";i:6227;s:25:\"apierror-stashpathinvalid\";i:6228;s:24:\"apierror-stashwrongowner\";i:6229;s:24:\"apierror-stashzerolength\";i:6230;s:22:\"apierror-systemblocked\";i:6231;s:38:\"apierror-templateexpansion-notwikitext\";i:6232;s:23:\"apierror-toofewexpiries\";i:6233;s:22:\"apierror-toomanyvalues\";i:6234;s:22:\"apierror-unknownaction\";i:6235;s:30:\"apierror-unknownerror-editpage\";i:6236;s:28:\"apierror-unknownerror-nocode\";i:6237;s:21:\"apierror-unknownerror\";i:6238;s:22:\"apierror-unknownformat\";i:6239;s:27:\"apierror-unrecognizedparams\";i:6240;s:26:\"apierror-unrecognizedvalue\";i:6241;s:24:\"apierror-unsupportedrepo\";i:6242;s:29:\"apierror-upload-filekeyneeded\";i:6243;s:33:\"apierror-upload-filekeynotallowed\";i:6244;s:26:\"apierror-upload-inprogress\";i:6245;s:29:\"apierror-upload-missingresult\";i:6246;s:23:\"apierror-urlparamnormal\";i:6247;s:23:\"apierror-writeapidenied\";i:6248;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6249;s:19:\"apiwarn-badurlparam\";i:6250;s:15:\"apiwarn-badutf8\";i:6251;s:34:\"apiwarn-checktoken-percentencoding\";i:6252;s:30:\"apiwarn-compare-nocontentmodel\";i:6253;s:31:\"apiwarn-deprecation-deletedrevs\";i:6254;s:33:\"apiwarn-deprecation-httpsexpected\";i:6255;s:31:\"apiwarn-deprecation-login-botpw\";i:6256;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6257;s:31:\"apiwarn-deprecation-login-token\";i:6258;s:29:\"apiwarn-deprecation-parameter\";i:6259;s:35:\"apiwarn-deprecation-parse-headitems\";i:6260;s:29:\"apiwarn-deprecation-purge-get\";i:6261;s:35:\"apiwarn-deprecation-withreplacement\";i:6262;s:20:\"apiwarn-difftohidden\";i:6263;s:26:\"apiwarn-errorprinterfailed\";i:6264;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6265;s:23:\"apiwarn-invalidcategory\";i:6266;s:20:\"apiwarn-invalidtitle\";i:6267;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6268;s:28:\"apiwarn-invalidxmlstylesheet\";i:6269;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6270;s:26:\"apiwarn-moduleswithoutvars\";i:6271;s:15:\"apiwarn-notfile\";i:6272;s:30:\"apiwarn-nothumb-noimagehandler\";i:6273;s:28:\"apiwarn-parse-nocontentmodel\";i:6274;s:30:\"apiwarn-parse-revidwithouttext\";i:6275;s:30:\"apiwarn-parse-titlewithouttext\";i:6276;s:26:\"apiwarn-redirectsandrevids\";i:6277;s:21:\"apiwarn-tokens-origin\";i:6278;s:23:\"apiwarn-truncatedresult\";i:6279;s:27:\"apiwarn-unclearnowtimestamp\";i:6280;s:26:\"apiwarn-unrecognizedvalues\";i:6281;s:24:\"apiwarn-unsupportedarray\";i:6282;s:21:\"apiwarn-urlparamwidth\";i:6283;s:33:\"apiwarn-validationfailed-badchars\";i:6284;s:32:\"apiwarn-validationfailed-badpref\";i:6285;s:34:\"apiwarn-validationfailed-cannotset\";i:6286;s:35:\"apiwarn-validationfailed-keytoolong\";i:6287;s:24:\"apiwarn-validationfailed\";i:6288;s:18:\"apiwarn-wgdebugapi\";i:6289;s:20:\"api-feed-error-title\";i:6290;s:16:\"api-usage-docref\";i:6291;s:25:\"api-usage-mailinglist-ref\";i:6292;s:19:\"api-exception-trace\";i:6293;s:18:\"api-credits-header\";i:6294;s:11:\"api-credits\";i:6295;s:20:\"rest-prefix-mismatch\";i:6296;s:17:\"rest-wrong-method\";i:6297;s:13:\"rest-no-match\";i:6298;s:22:\"rest-nonexistent-title\";i:6299;s:31:\"rest-nonexistent-title-revision\";i:6300;s:25:\"rest-nonexistent-revision\";i:6301;s:21:\"rest-nonexistent-user\";i:6302;s:17:\"rest-invalid-user\";i:6303;s:27:\"rest-permission-denied-anon\";i:6304;s:28:\"rest-permission-denied-title\";i:6305;s:31:\"rest-permission-denied-revision\";i:6306;s:28:\"rest-resource-limit-exceeded\";i:6307;s:36:\"rest-pagehistory-incompatible-params\";i:6308;s:34:\"rest-pagehistory-param-range-error\";i:6309;s:32:\"rest-pagehistory-timestamp-error\";i:6310;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6311;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6312;s:26:\"rest-compare-page-mismatch\";i:6313;s:30:\"rest-compare-permission-denied\";i:6314;s:24:\"rest-compare-nonexistent\";i:6315;s:25:\"rest-compare-inaccessible\";i:6316;s:26:\"rest-compare-wrong-content\";i:6317;s:22:\"rest-compare-wikidiff2\";i:6318;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6319;s:17:\"rest-search-error\";i:6320;s:27:\"rest-page-source-type-error\";i:6321;s:16:\"rest-no-revision\";i:6322;s:25:\"rest-media-too-many-links\";i:6323;s:23:\"rest-html-backend-error\";i:6324;s:18:\"rest-bad-json-body\";i:6325;s:26:\"rest-json-body-parse-error\";i:6326;s:23:\"rest-missing-body-field\";i:6327;s:22:\"rest-bad-content-model\";i:6328;s:30:\"rest-update-cannot-create-page\";i:6329;s:26:\"rest-extraneous-csrf-token\";i:6330;s:21:\"rest-cannot-load-file\";i:6331;s:28:\"rest-cross-origin-anon-write\";i:6332;s:31:\"rest-requires-safe-against-csrf\";i:6333;s:13:\"rest-badtoken\";i:6334;s:30:\"ooui-outline-control-move-down\";i:6335;s:28:\"ooui-outline-control-move-up\";i:6336;s:27:\"ooui-outline-control-remove\";i:6337;s:17:\"ooui-toolbar-more\";i:6338;s:21:\"ooui-toolgroup-expand\";i:6339;s:23:\"ooui-toolgroup-collapse\";i:6340;s:16:\"ooui-item-remove\";i:6341;s:26:\"ooui-dialog-message-accept\";i:6342;s:26:\"ooui-dialog-message-reject\";i:6343;s:25:\"ooui-dialog-process-error\";i:6344;s:27:\"ooui-dialog-process-dismiss\";i:6345;s:25:\"ooui-dialog-process-retry\";i:6346;s:28:\"ooui-dialog-process-continue\";i:6347;s:26:\"ooui-combobox-button-label\";i:6348;s:29:\"ooui-selectfile-button-select\";i:6349;s:38:\"ooui-selectfile-button-select-multiple\";i:6350;s:29:\"ooui-selectfile-not-supported\";i:6351;s:27:\"ooui-selectfile-placeholder\";i:6352;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6353;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6354;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6355;s:15:\"ooui-field-help\";i:6356;s:22:\"paramvalidator-badbool\";i:6357;s:24:\"paramvalidator-badexpiry\";i:6358;s:33:\"paramvalidator-badexpiry-duration\";i:6359;s:37:\"paramvalidator-badexpiry-duration-max\";i:6360;s:29:\"paramvalidator-badexpiry-past\";i:6361;s:23:\"paramvalidator-badfloat\";i:6362;s:33:\"paramvalidator-badfloat-notfinite\";i:6363;s:25:\"paramvalidator-badinteger\";i:6364;s:27:\"paramvalidator-badtimestamp\";i:6365;s:34:\"paramvalidator-badupload-cantwrite\";i:6366;s:33:\"paramvalidator-badupload-formsize\";i:6367;s:32:\"paramvalidator-badupload-inisize\";i:6368;s:31:\"paramvalidator-badupload-nofile\";i:6369;s:33:\"paramvalidator-badupload-notmpdir\";i:6370;s:34:\"paramvalidator-badupload-notupload\";i:6371;s:32:\"paramvalidator-badupload-partial\";i:6372;s:31:\"paramvalidator-badupload-phpext\";i:6373;s:33:\"paramvalidator-badvalue-enummulti\";i:6374;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6375;s:31:\"paramvalidator-deprecated-value\";i:6376;s:26:\"paramvalidator-emptystring\";i:6377;s:23:\"paramvalidator-maxbytes\";i:6378;s:23:\"paramvalidator-maxchars\";i:6379;s:27:\"paramvalidator-missingparam\";i:6380;s:23:\"paramvalidator-notmulti\";i:6381;s:29:\"paramvalidator-outofrange-max\";i:6382;s:32:\"paramvalidator-outofrange-minmax\";i:6383;s:29:\"paramvalidator-outofrange-min\";i:6384;s:31:\"paramvalidator-param-deprecated\";i:6385;s:28:\"paramvalidator-toomanyvalues\";i:6386;s:34:\"paramvalidator-unclearnowtimestamp\";i:6387;s:33:\"paramvalidator-unrecognizedvalues\";i:6388;s:27:\"paramvalidator-help-default\";i:6389;s:33:\"paramvalidator-help-default-empty\";i:6390;s:30:\"paramvalidator-help-deprecated\";i:6391;s:34:\"paramvalidator-help-multi-separate\";i:6392;s:29:\"paramvalidator-help-multi-max\";i:6393;s:36:\"paramvalidator-help-multi-max-simple\";i:6394;s:29:\"paramvalidator-help-multi-all\";i:6395;s:28:\"paramvalidator-help-required\";i:6396;s:32:\"paramvalidator-help-type-boolean\";i:6397;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6398;s:29:\"paramvalidator-help-type-enum\";i:6399;s:31:\"paramvalidator-help-type-expiry\";i:6400;s:30:\"paramvalidator-help-type-float\";i:6401;s:32:\"paramvalidator-help-type-integer\";i:6402;s:30:\"paramvalidator-help-type-limit\";i:6403;s:35:\"paramvalidator-help-type-number-max\";i:6404;s:38:\"paramvalidator-help-type-number-minmax\";i:6405;s:35:\"paramvalidator-help-type-number-min\";i:6406;s:40:\"paramvalidator-help-type-presenceboolean\";i:6407;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6408;s:40:\"paramvalidator-help-type-string-maxchars\";i:6409;s:34:\"paramvalidator-help-type-timestamp\";i:6410;s:31:\"paramvalidator-help-type-upload\";i:6411;s:15:\"skinname-vector\";i:6412;s:20:\"skinname-vector-2022\";i:6413;s:26:\"vector-specialversion-name\";i:6414;s:16:\"vector-skin-desc\";i:6415;s:34:\"prefs-vector-enable-vector-1-label\";i:6416;s:33:\"prefs-vector-enable-vector-1-help\";i:6417;s:14:\"vector-opt-out\";i:6418;s:22:\"vector-opt-out-tooltip\";i:6419;s:10:\"vector.css\";i:6420;s:9:\"vector.js\";i:6421;s:28:\"vector-action-toggle-sidebar\";i:6422;s:33:\"vector-language-button-aria-label\";i:6423;s:36:\"vector-no-language-button-aria-label\";i:6424;s:31:\"vector-language-redirect-to-top\";i:6425;s:38:\"vector-language-variant-switcher-label\";i:6426;s:23:\"vector-jumptonavigation\";i:6427;s:19:\"vector-jumptosearch\";i:6428;s:20:\"vector-jumptocontent\";i:6429;s:20:\"vector-search-loader\";i:6430;s:17:\"vector-intro-page\";i:6431;s:18:\"vector-toc-heading\";i:6432;s:34:\"vector-toc-toggle-position-sidebar\";i:6433;s:32:\"vector-toc-toggle-position-title\";i:6434;s:30:\"vector-toc-toggle-button-label\";i:6435;s:27:\"vector-anon-user-menu-pages\";i:6436;s:33:\"vector-anon-user-menu-pages-learn\";i:6437;s:33:\"vector-anon-user-menu-pages-label\";i:6438;s:24:\"vector-main-menu-tooltip\";i:6439;s:23:\"vector-toc-menu-tooltip\";i:6440;s:35:\"vector-toc-collapsible-button-label\";i:6441;s:30:\"vector-article-tools-nav-label\";i:6442;s:21:\"vector-site-nav-label\";i:6443;s:26:\"vector-2022-prefs-talkpage\";i:6444;s:35:\"tooltip-vector-anon-user-menu-title\";i:6445;s:10:\"wikieditor\";i:6446;s:15:\"wikieditor-desc\";i:6447;s:23:\"wikieditor-wikitext-tab\";i:6448;s:18:\"wikieditor-loading\";i:6449;s:29:\"wikieditor-preview-preference\";i:6450;s:22:\"wikieditor-preview-tab\";i:6451;s:30:\"wikieditor-preview-changes-tab\";i:6452;s:26:\"wikieditor-preview-loading\";i:6453;s:29:\"wikieditor-publish-preference\";i:6454;s:33:\"wikieditor-publish-button-publish\";i:6455;s:32:\"wikieditor-publish-button-cancel\";i:6456;s:31:\"wikieditor-publish-dialog-title\";i:6457;s:33:\"wikieditor-publish-dialog-summary\";i:6458;s:31:\"wikieditor-publish-dialog-minor\";i:6459;s:31:\"wikieditor-publish-dialog-watch\";i:6460;s:33:\"wikieditor-publish-dialog-publish\";i:6461;s:32:\"wikieditor-publish-dialog-goback\";i:6462;s:18:\"wikieditor-toolbar\";i:6463;s:23:\"wikieditor-toolbar-desc\";i:6464;s:29:\"wikieditor-toolbar-preference\";i:6465;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6466;s:26:\"wikieditor-toolbar-loading\";i:6467;s:28:\"wikieditor-toolbar-tool-bold\";i:6468;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6469;s:30:\"wikieditor-toolbar-tool-italic\";i:6470;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6471;s:29:\"wikieditor-toolbar-tool-ilink\";i:6472;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6473;s:29:\"wikieditor-toolbar-tool-xlink\";i:6474;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6475;s:28:\"wikieditor-toolbar-tool-link\";i:6476;s:34:\"wikieditor-toolbar-tool-link-title\";i:6477;s:32:\"wikieditor-toolbar-tool-link-int\";i:6478;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6479;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6480;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6481;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6482;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6483;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6484;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6485;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6486;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6487;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6488;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6489;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6490;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6491;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6492;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6493;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6494;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6495;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6496;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6497;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6498;s:28:\"wikieditor-toolbar-tool-file\";i:6499;s:36:\"wikieditor-toolbar-tool-file-example\";i:6500;s:34:\"wikieditor-toolbar-tool-file-title\";i:6501;s:30:\"wikieditor-toolbar-file-target\";i:6502;s:31:\"wikieditor-toolbar-file-caption\";i:6503;s:28:\"wikieditor-toolbar-file-size\";i:6504;s:29:\"wikieditor-toolbar-file-float\";i:6505;s:31:\"wikieditor-toolbar-file-default\";i:6506;s:30:\"wikieditor-toolbar-file-format\";i:6507;s:35:\"wikieditor-toolbar-file-format-none\";i:6508;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6509;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6510;s:33:\"wikieditor-toolbar-tool-reference\";i:6511;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6512;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6513;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6514;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6515;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6516;s:33:\"wikieditor-toolbar-tool-signature\";i:6517;s:35:\"wikieditor-toolbar-section-advanced\";i:6518;s:31:\"wikieditor-toolbar-tool-heading\";i:6519;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6520;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6521;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6522;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6523;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6524;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6525;s:31:\"wikieditor-toolbar-group-format\";i:6526;s:29:\"wikieditor-toolbar-tool-ulist\";i:6527;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6528;s:29:\"wikieditor-toolbar-tool-olist\";i:6529;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6530;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6531;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6532;s:32:\"wikieditor-toolbar-tool-redirect\";i:6533;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6534;s:27:\"wikieditor-toolbar-tool-big\";i:6535;s:35:\"wikieditor-toolbar-tool-big-example\";i:6536;s:29:\"wikieditor-toolbar-tool-small\";i:6537;s:37:\"wikieditor-toolbar-tool-small-example\";i:6538;s:35:\"wikieditor-toolbar-tool-superscript\";i:6539;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6540;s:33:\"wikieditor-toolbar-tool-subscript\";i:6541;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6542;s:31:\"wikieditor-toolbar-group-insert\";i:6543;s:31:\"wikieditor-toolbar-tool-gallery\";i:6544;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6545;s:31:\"wikieditor-toolbar-tool-newline\";i:6546;s:29:\"wikieditor-toolbar-tool-table\";i:6547;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6548;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6549;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6550;s:35:\"wikieditor-toolbar-tool-table-title\";i:6551;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6552;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6553;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6554;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6555;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6556;s:37:\"wikieditor-toolbar-tool-table-example\";i:6557;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6558;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6559;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6560;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:6561;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6562;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6563;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6564;s:31:\"wikieditor-toolbar-tool-replace\";i:6565;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6566;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6567;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6568;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6569;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6570;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6571;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6572;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6573;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6574;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6575;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6576;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6577;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6578;s:37:\"wikieditor-toolbar-section-characters\";i:6579;s:31:\"wikieditor-toolbar-section-help\";i:6580;s:43:\"wikieditor-toolbar-help-heading-description\";i:6581;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6582;s:38:\"wikieditor-toolbar-help-heading-result\";i:6583;s:35:\"wikieditor-toolbar-help-page-format\";i:6584;s:33:\"wikieditor-toolbar-help-page-link\";i:6585;s:36:\"wikieditor-toolbar-help-page-heading\";i:6586;s:33:\"wikieditor-toolbar-help-page-list\";i:6587;s:33:\"wikieditor-toolbar-help-page-file\";i:6588;s:38:\"wikieditor-toolbar-help-page-reference\";i:6589;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6590;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6591;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6592;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6593;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6594;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6595;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6596;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6597;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6598;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6599;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6600;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6601;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6602;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6603;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6604;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6605;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6606;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6607;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6608;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6609;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6610;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6611;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6612;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6613;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6614;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6615;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6616;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6617;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6618;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6619;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6620;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6621;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6622;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6623;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6624;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6625;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6626;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6627;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6628;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6629;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6630;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6631;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6632;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6633;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:6634;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6635;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6636;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:6637;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6638;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6639;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6640;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6641;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6642;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6643;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6644;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6645;s:20:\"syntaxhighlight-desc\";i:6646;s:30:\"syntaxhighlight-error-category\";i:6647;s:35:\"syntaxhighlight-error-category-desc\";i:6648;s:32:\"syntaxhighlight-enclose-category\";i:6649;s:37:\"syntaxhighlight-enclose-category-desc\";i:6650;s:31:\"syntaxhighlight-source-category\";i:6651;s:36:\"syntaxhighlight-source-category-desc\";i:6652;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6653;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6654;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6655;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6656;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6657;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6658;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6659;s:38:\"syntaxhighlight-error-unknown-language\";i:6660;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6661;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6662;s:22:\"action-mf-uploadbutton\";i:6663;s:20:\"beta-feature-minerva\";i:6664;s:32:\"beta-feature-minerva-description\";i:6665;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6666;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6667;s:37:\"mobile-frontend-account-create-submit\";i:6668;s:25:\"mobile-frontend-app-title\";i:6669;s:38:\"mobile-frontend-back-to-top-of-section\";i:6670;s:34:\"mobile-frontend-categories-heading\";i:6671;s:37:\"mobile-frontend-categories-subheading\";i:6672;s:32:\"mobile-frontend-categories-nocat\";i:6673;s:30:\"mobile-frontend-categories-add\";i:6674;s:33:\"mobile-frontend-categories-search\";i:6675;s:34:\"mobile-frontend-categories-nomatch\";i:6676;s:33:\"mobile-frontend-categories-nodata\";i:6677;s:34:\"mobile-frontend-categories-summary\";i:6678;s:38:\"mobile-frontend-categories-add-heading\";i:6679;s:35:\"mobile-frontend-categories-add-wait\";i:6680;s:30:\"mobile-frontend-changeslist-ip\";i:6681;s:37:\"mobile-frontend-changeslist-nocomment\";i:6682;s:28:\"mobile-frontend-clear-search\";i:6683;s:37:\"mobile-frontend-commons-category-view\";i:6684;s:36:\"mobile-frontend-contribution-summary\";i:6685;s:32:\"mobile-frontend-cookies-required\";i:6686;s:25:\"mobile-frontend-copyright\";i:6687;s:20:\"mobile-frontend-desc\";i:6688;s:33:\"mobile-frontend-diffview-404-desc\";i:6689;s:34:\"mobile-frontend-diffview-404-title\";i:6690;s:34:\"mobile-frontend-diffview-anonymous\";i:6691;s:35:\"mobile-frontend-diffview-bytesadded\";i:6692;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6693;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6694;s:34:\"mobile-frontend-diffview-editcount\";i:6695;s:34:\"mobile-frontend-diffview-explained\";i:6696;s:30:\"mobile-frontend-diffview-title\";i:6697;s:30:\"mobile-frontend-disable-images\";i:6698;s:36:\"mobile-frontend-dismiss-notification\";i:6699;s:33:\"mobile-frontend-donate-image-anon\";i:6700;s:36:\"mobile-frontend-donate-image-heading\";i:6701;s:41:\"mobile-frontend-donate-image-login-action\";i:6702;s:38:\"mobile-frontend-donate-image-nouploads\";i:6703;s:42:\"mobile-frontend-donate-image-signup-action\";i:6704;s:34:\"mobile-frontend-donate-image-title\";i:6705;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6706;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6707;s:29:\"mobile-frontend-drawer-cancel\";i:6708;s:33:\"mobile-frontend-edit-login-action\";i:6709;s:34:\"mobile-frontend-edit-signup-action\";i:6710;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6711;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6712;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6713;s:27:\"mobile-frontend-editor-anon\";i:6714;s:34:\"mobile-frontend-editor-anonwarning\";i:6715;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6716;s:35:\"mobile-frontend-editor-blocked-info\";i:6717;s:29:\"mobile-frontend-editor-cancel\";i:6718;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6719;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6720;s:31:\"mobile-frontend-editor-continue\";i:6721;s:26:\"mobile-frontend-editor-cta\";i:6722;s:31:\"mobile-frontend-editor-disabled\";i:6723;s:27:\"mobile-frontend-editor-edit\";i:6724;s:30:\"mobile-frontend-editor-editing\";i:6725;s:35:\"mobile-frontend-editor-editing-page\";i:6726;s:28:\"mobile-frontend-editor-error\";i:6727;s:37:\"mobile-frontend-editor-error-conflict\";i:6728;s:36:\"mobile-frontend-editor-error-loading\";i:6729;s:36:\"mobile-frontend-editor-error-preview\";i:6730;s:35:\"mobile-frontend-editor-keep-editing\";i:6731;s:32:\"mobile-frontend-editor-licensing\";i:6732;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6733;s:33:\"mobile-frontend-editor-terms-link\";i:6734;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6735;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6736;s:34:\"mobile-frontend-editor-placeholder\";i:6737;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6738;s:38:\"mobile-frontend-editor-previewing-page\";i:6739;s:37:\"mobile-frontend-editor-redirect-title\";i:6740;s:27:\"mobile-frontend-editor-save\";i:6741;s:30:\"mobile-frontend-editor-success\";i:6742;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6743;s:39:\"mobile-frontend-editor-success-new-page\";i:6744;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6745;s:38:\"mobile-frontend-editor-summary-request\";i:6746;s:30:\"mobile-frontend-editor-summary\";i:6747;s:37:\"mobile-frontend-editor-switch-confirm\";i:6748;s:36:\"mobile-frontend-editor-switch-editor\";i:6749;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6750;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6751;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6752;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6753;s:34:\"mobile-frontend-editor-unavailable\";i:6754;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6755;s:35:\"mobile-frontend-editor-uploadenable\";i:6756;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6757;s:27:\"mobile-frontend-editor-wait\";i:6758;s:36:\"mobile-frontend-editor-redlink-leave\";i:6759;s:38:\"mobile-frontend-editor-redlink-explain\";i:6760;s:37:\"mobile-frontend-editor-redlink-create\";i:6761;s:27:\"mobile-frontend-editor-bold\";i:6762;s:29:\"mobile-frontend-editor-italic\";i:6763;s:32:\"mobile-frontend-editor-bold-text\";i:6764;s:34:\"mobile-frontend-editor-italic-text\";i:6765;s:32:\"mobile-frontend-editor-reference\";i:6766;s:39:\"mobile-frontend-editor-insert-reference\";i:6767;s:36:\"mobile-frontend-editor-add-reference\";i:6768;s:29:\"mobile-frontend-enable-images\";i:6769;s:43:\"mobile-frontend-expand-sections-description\";i:6770;s:38:\"mobile-frontend-expand-sections-status\";i:6771;s:32:\"mobile-frontend-fontchanger-link\";i:6772;s:32:\"mobile-frontend-fontchanger-desc\";i:6773;s:32:\"mobile-frontend-featured-article\";i:6774;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6775;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6776;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6777;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6778;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6779;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6780;s:30:\"mobile-frontend-footer-contact\";i:6781;s:31:\"mobile-frontend-footer-sitename\";i:6782;s:32:\"mobile-frontend-generic-404-desc\";i:6783;s:33:\"mobile-frontend-generic-404-title\";i:6784;s:29:\"mobile-frontend-generic-login\";i:6785;s:36:\"mobile-frontend-generic-login-action\";i:6786;s:37:\"mobile-frontend-generic-signup-action\";i:6787;s:23:\"mobile-frontend-history\";i:6788;s:32:\"mobile-frontend-history-404-desc\";i:6789;s:33:\"mobile-frontend-history-404-title\";i:6790;s:34:\"mobile-frontend-history-no-results\";i:6791;s:27:\"mobile-frontend-home-button\";i:6792;s:36:\"mobile-frontend-image-cancel-confirm\";i:6793;s:38:\"mobile-frontend-image-heading-describe\";i:6794;s:31:\"mobile-frontend-image-uploading\";i:6795;s:29:\"mobile-frontend-images-status\";i:6796;s:40:\"mobile-frontend-language-article-heading\";i:6797;s:31:\"mobile-frontend-language-header\";i:6798;s:32:\"mobile-frontend-language-heading\";i:6799;s:36:\"mobile-frontend-language-site-choose\";i:6800;s:39:\"mobile-frontend-language-variant-header\";i:6801;s:34:\"mobile-frontend-languages-404-desc\";i:6802;s:35:\"mobile-frontend-languages-404-title\";i:6803;s:32:\"mobile-frontend-languages-header\";i:6804;s:37:\"mobile-frontend-languages-header-page\";i:6805;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6806;s:30:\"mobile-frontend-languages-text\";i:6807;s:40:\"mobile-frontend-languages-variant-header\";i:6808;s:34:\"mobile-frontend-last-modified-date\";i:6809;s:34:\"mobile-frontend-last-modified-days\";i:6810;s:35:\"mobile-frontend-last-modified-hours\";i:6811;s:38:\"mobile-frontend-last-modified-just-now\";i:6812;s:37:\"mobile-frontend-last-modified-minutes\";i:6813;s:36:\"mobile-frontend-last-modified-months\";i:6814;s:37:\"mobile-frontend-last-modified-seconds\";i:6815;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6816;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6817;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6818;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6819;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6820;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6821;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6822;s:35:\"mobile-frontend-last-modified-years\";i:6823;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6824;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6825;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6826;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6827;s:26:\"mobile-frontend-logged-out\";i:6828;s:21:\"mobile-frontend-login\";i:6829;s:25:\"mobile-frontend-main-menu\";i:6830;s:30:\"mobile-frontend-main-menu-back\";i:6831;s:40:\"mobile-frontend-main-menu-account-create\";i:6832;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6833;s:34:\"mobile-frontend-main-menu-featured\";i:6834;s:31:\"mobile-frontend-main-menu-login\";i:6835;s:32:\"mobile-frontend-main-menu-logout\";i:6836;s:32:\"mobile-frontend-main-menu-nearby\";i:6837;s:36:\"mobile-frontend-main-menu-page-title\";i:6838;s:34:\"mobile-frontend-main-menu-settings\";i:6839;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6840;s:32:\"mobile-frontend-main-menu-upload\";i:6841;s:35:\"mobile-frontend-main-menu-watchlist\";i:6842;s:29:\"mobile-frontend-media-details\";i:6843;s:34:\"mobile-frontend-media-license-link\";i:6844;s:32:\"mobile-frontend-meta-data-issues\";i:6845;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6846;s:39:\"mobile-frontend-meta-data-issues-header\";i:6847;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6848;s:29:\"mobile-frontend-missing-image\";i:6849;s:31:\"mobile-frontend-nearby-distance\";i:6850;s:38:\"mobile-frontend-nearby-distance-meters\";i:6851;s:28:\"mobile-frontend-nearby-error\";i:6852;s:37:\"mobile-frontend-nearby-error-guidance\";i:6853;s:30:\"mobile-frontend-nearby-loading\";i:6854;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6855;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6856;s:32:\"mobile-frontend-nearby-noresults\";i:6857;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6858;s:33:\"mobile-frontend-nearby-permission\";i:6859;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6860;s:30:\"mobile-frontend-nearby-refresh\";i:6861;s:35:\"mobile-frontend-nearby-requirements\";i:6862;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6863;s:28:\"mobile-frontend-nearby-title\";i:6864;s:34:\"mobile-frontend-nearby-sectiontext\";i:6865;s:26:\"mobile-frontend-news-items\";i:6866;s:30:\"mobile-frontend-opt-in-explain\";i:6867;s:29:\"mobile-frontend-overlay-close\";i:6868;s:32:\"mobile-frontend-overlay-continue\";i:6869;s:34:\"mobile-frontend-page-menu-contents\";i:6870;s:33:\"mobile-frontend-page-menu-history\";i:6871;s:33:\"mobile-frontend-page-edit-summary\";i:6872;s:24:\"mobile-frontend-password\";i:6873;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6874;s:36:\"mobile-frontend-password-placeholder\";i:6875;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6876;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6877;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6878;s:31:\"mobile-frontend-photo-licensing\";i:6879;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6880;s:31:\"mobile-frontend-photo-ownership\";i:6881;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6882;s:36:\"mobile-frontend-photo-ownership-help\";i:6883;s:28:\"mobile-frontend-photo-submit\";i:6884;s:28:\"mobile-frontend-photo-upload\";i:6885;s:33:\"mobile-frontend-photo-upload-anon\";i:6886;s:36:\"mobile-frontend-photo-upload-comment\";i:6887;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6888;s:34:\"mobile-frontend-photo-upload-error\";i:6889;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6890;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6891;s:36:\"mobile-frontend-photo-upload-generic\";i:6892;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6893;s:44:\"mobile-frontend-photo-upload-success-article\";i:6894;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6895;s:39:\"mobile-frontend-photo-upload-user-count\";i:6896;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6897;s:27:\"mobile-frontend-placeholder\";i:6898;s:31:\"mobile-frontend-placeholder-app\";i:6899;s:32:\"mobile-frontend-placeholder-beta\";i:6900;s:33:\"mobile-frontend-privacy-link-text\";i:6901;s:40:\"mobile-frontend-profile-activity-heading\";i:6902;s:29:\"mobile-frontend-profile-error\";i:6903;s:38:\"mobile-frontend-profile-footer-ancient\";i:6904;s:35:\"mobile-frontend-profile-footer-days\";i:6905;s:37:\"mobile-frontend-profile-footer-months\";i:6906;s:36:\"mobile-frontend-profile-footer-years\";i:6907;s:33:\"mobile-frontend-profile-last-edit\";i:6908;s:34:\"mobile-frontend-profile-last-thank\";i:6909;s:30:\"mobile-frontend-profile-noargs\";i:6910;s:30:\"mobile-frontend-profile-nouser\";i:6911;s:29:\"mobile-frontend-profile-title\";i:6912;s:37:\"mobile-frontend-profile-userpage-link\";i:6913;s:32:\"mobile-frontend-profile-usertalk\";i:6914;s:29:\"mobile-frontend-random-button\";i:6915;s:35:\"mobile-frontend-references-citation\";i:6916;s:28:\"mobile-frontend-regular-site\";i:6917;s:31:\"mobile-frontend-requires-mobile\";i:6918;s:30:\"mobile-frontend-requires-optin\";i:6919;s:30:\"mobile-frontend-requires-title\";i:6920;s:26:\"mobile-frontend-save-error\";i:6921;s:29:\"mobile-frontend-save-settings\";i:6922;s:32:\"mobile-frontend-saving-exit-page\";i:6923;s:30:\"mobile-frontend-search-content\";i:6924;s:41:\"mobile-frontend-search-content-no-results\";i:6925;s:33:\"mobile-frontend-search-no-results\";i:6926;s:29:\"mobile-frontend-search-submit\";i:6927;s:39:\"mobile-frontend-settings-images-explain\";i:6928;s:29:\"mobile-frontend-settings-beta\";i:6929;s:41:\"mobile-frontend-settings-site-description\";i:6930;s:36:\"mobile-frontend-settings-site-header\";i:6931;s:37:\"mobile-frontend-sign-in-error-heading\";i:6932;s:31:\"mobile-frontend-sign-in-heading\";i:6933;s:27:\"mobile-frontend-sign-in-why\";i:6934;s:31:\"mobile-frontend-sign-up-heading\";i:6935;s:29:\"mobile-frontend-talk-fullpage\";i:6936;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6937;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6938;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6939;s:33:\"mobile-frontend-talk-back-to-page\";i:6940;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6941;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6942;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6943;s:33:\"mobile-frontend-talk-edit-summary\";i:6944;s:30:\"mobile-frontend-talk-explained\";i:6945;s:36:\"mobile-frontend-talk-explained-empty\";i:6946;s:35:\"mobile-frontend-talk-overlay-header\";i:6947;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6948;s:26:\"mobile-frontend-talk-reply\";i:6949;s:31:\"mobile-frontend-talk-reply-info\";i:6950;s:34:\"mobile-frontend-talk-reply-success\";i:6951;s:35:\"mobile-frontend-talk-topic-feedback\";i:6952;s:32:\"mobile-frontend-talk-topic-error\";i:6953;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6954;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6955;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6956;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6957;s:31:\"mobile-frontend-talk-topic-wait\";i:6958;s:26:\"mobile-frontend-terms-text\";i:6959;s:30:\"mobile-frontend-thanked-notice\";i:6960;s:28:\"mobile-frontend-user-account\";i:6961;s:35:\"mobile-frontend-user-button-tooltip\";i:6962;s:32:\"mobile-frontend-user-newmessages\";i:6963;s:24:\"mobile-frontend-user-cta\";i:6964;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6965;s:24:\"mobile-frontend-username\";i:6966;s:36:\"mobile-frontend-username-placeholder\";i:6967;s:20:\"mobile-frontend-view\";i:6968;s:28:\"mobile-frontend-view-desktop\";i:6969;s:27:\"mobile-frontend-view-mobile\";i:6970;s:27:\"mobile-frontend-view-source\";i:6971;s:27:\"mobile-frontend-watch-login\";i:6972;s:29:\"mobile-frontend-watchlist-a-z\";i:6973;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6974;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6975;s:29:\"mobile-frontend-watchlist-add\";i:6976;s:35:\"mobile-frontend-watchlist-back-home\";i:6977;s:29:\"mobile-frontend-watchlist-cta\";i:6978;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:6979;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6980;s:30:\"mobile-frontend-watchlist-feed\";i:6981;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6982;s:36:\"mobile-frontend-watchlist-filter-all\";i:6983;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6984;s:38:\"mobile-frontend-watchlist-filter-other\";i:6985;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6986;s:38:\"mobile-frontend-watchlist-login-action\";i:6987;s:30:\"mobile-frontend-watchlist-more\";i:6988;s:37:\"mobile-frontend-watchlist-please-wait\";i:6989;s:31:\"mobile-frontend-watchlist-error\";i:6990;s:33:\"mobile-frontend-watchlist-purpose\";i:6991;s:33:\"mobile-frontend-watchlist-removed\";i:6992;s:39:\"mobile-frontend-watchlist-signup-action\";i:6993;s:30:\"mobile-frontend-watchlist-view\";i:6994;s:36:\"mobile-frontend-quick-lookup-looking\";i:6995;s:39:\"mobile-frontend-quick-lookup-no-results\";i:6996;s:6:\"nearby\";i:6997;s:21:\"right-mf-uploadbutton\";i:6998;s:15:\"tag-mobile_edit\";i:6999;s:27:\"tag-mobile_edit-description\";i:7000;s:19:\"tag-mobile_web_edit\";i:7001;s:31:\"tag-mobile_web_edit-description\";i:7002;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7003;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7004;s:29:\"apihelp-mobileview-param-page\";i:7005;s:36:\"apihelp-mobileview-param-sectionprop\";i:7006;s:33:\"apihelp-mobileview-param-noimages\";i:7007;s:34:\"apihelp-mobileview-param-thumbsize\";i:7008;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7009;s:36:\"apihelp-mobileview-param-thumbheight\";i:7010;s:28:\"apihelp-mobileview-example-1\";i:7011;s:35:\"mobile-frontend-donate-button-label\";i:7012;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7013;s:31:\"mobile-frontend-loading-message\";i:7014;s:34:\"mobile-frontend-browse-tags-header\";i:7015;s:24:\"mobile-frontend-panel-ok\";i:7016;s:28:\"mobile-frontend-panel-cancel\";i:7017;s:41:\"mobile-frontend-search-feedback-link-text\";i:7018;s:38:\"mobile-frontend-search-feedback-prompt\";i:7019;s:20:\"googleanalytics-desc\";i:7020;s:17:\"right-noanalytics\";i:7021;s:7:\"sidebar\";i:7022;s:18:\"pagecategorieslink\";i:7023;s:25:\"categoryviewer-pagedlinks\";i:7024;s:9:\"sitetitle\";i:7025;s:12:\"sitesubtitle\";i:7026;s:10:\"addsection\";i:7027;s:14:\"talkpageheader\";i:7028;s:22:\"view-pool-dirty-output\";i:7029;s:20:\"view-pool-contention\";i:7030;s:17:\"view-pool-timeout\";i:7031;s:12:\"edithelppage\";i:7032;s:8:\"helppage\";i:7033;s:14:\"mainpage-title\";i:7034;s:23:\"mainpage-title-loggedin\";i:7035;s:23:\"pagetitle-view-mainpage\";i:7036;s:16:\"backlinksubtitle\";i:7037;s:9:\"feed-atom\";i:7038;s:8:\"feed-rss\";i:7039;s:10:\"sitenotice\";i:7040;s:10:\"anonnotice\";i:7041;s:28:\"newsectionheaderdefaultlevel\";i:7042;s:10:\"nstab-talk\";i:7043;s:23:\"createacct-helpusername\";i:7044;s:24:\"createacct-username-help\";i:7045;s:11:\"loginprompt\";i:7046;s:18:\"userlogout-summary\";i:7047;s:13:\"helplogin-url\";i:7048;s:26:\"createacct-imgcaptcha-help\";i:7049;s:24:\"createacct-benefit-icon1\";i:7050;s:24:\"createacct-benefit-head1\";i:7051;s:24:\"createacct-benefit-icon2\";i:7052;s:24:\"createacct-benefit-head2\";i:7053;s:24:\"createacct-benefit-icon3\";i:7054;s:24:\"createacct-benefit-head3\";i:7055;s:17:\"nocookiesforlogin\";i:7056;s:11:\"signupstart\";i:7057;s:9:\"signupend\";i:7058;s:15:\"signupend-https\";i:7059;s:11:\"emailsender\";i:7060;s:18:\"loginlanguagelinks\";i:7061;s:15:\"pear-mail-error\";i:7062;s:14:\"php-mail-error\";i:7063;s:22:\"changepassword-summary\";i:7064;s:19:\"changeemail-summary\";i:7065;s:19:\"resettokens-summary\";i:7066;s:8:\"sig-text\";i:7067;s:18:\"newarticletextanon\";i:7068;s:12:\"talkpagetext\";i:7069;s:17:\"noarticletextanon\";i:7070;s:17:\"editnotice-notext\";i:7071;s:23:\"editpage-head-copy-warn\";i:7072;s:20:\"editpage-tos-summary\";i:7073;s:13:\"longpage-hint\";i:7074;s:18:\"addsection-preload\";i:7075;s:20:\"addsection-editintro\";i:7076;s:26:\"createaccount-hook-aborted\";i:7077;s:21:\"revision-info-current\";i:7078;s:12:\"revision-nav\";i:7079;s:17:\"history_copyright\";i:7080;s:41:\"mergehistory-warning-redirect-not-created\";i:7081;s:24:\"mergehistory-revisionrow\";i:7082;s:26:\"mergehistory-redirect-text\";i:7083;s:18:\"pagemerge-logentry\";i:7084;s:14:\"search-summary\";i:7085;s:23:\"searchmenu-new-nocreate\";i:7086;s:23:\"search-interwiki-custom\";i:7087;s:12:\"googlesearch\";i:7088;s:15:\"opensearch-desc\";i:7089;s:19:\"preferences-summary\";i:7090;s:36:\"prefs-user-downloaddata-help-message\";i:7091;s:25:\"prefs-memberingroups-type\";i:7092;s:28:\"prefs-registration-date-time\";i:7093;s:18:\"userrights-summary\";i:7094;s:28:\"userrights-groupsmember-type\";i:7095;s:30:\"userrights-irreversible-marker\";i:7096;s:35:\"userrights-no-shorten-expiry-marker\";i:7097;s:6:\"ntimes\";i:7098;s:17:\"recentchanges-url\";i:7099;s:17:\"recentchangestext\";i:7100;s:26:\"recentchanges-legend-minor\";i:7101;s:24:\"recentchanges-legend-bot\";i:7102;s:32:\"recentchanges-legend-unpatrolled\";i:7103;s:30:\"recentchanges-legend-plusminus\";i:7104;s:30:\"rcfilters-tag-prefix-namespace\";i:7105;s:25:\"rcfilters-tag-prefix-tags\";i:7106;s:43:\"number-of-watching-users-for-recent-changes\";i:7107;s:14:\"rc-change-size\";i:7108;s:14:\"upload-summary\";i:7109;s:12:\"uploadfooter\";i:7110;s:26:\"upload-default-description\";i:7111;s:13:\"uploadedimage\";i:7112;s:14:\"overwroteimage\";i:7113;s:8:\"licenses\";i:7114;s:24:\"shareddescriptionfollows\";i:7115;s:35:\"filedelete-reason-dropdown-suppress\";i:7116;s:22:\"unwatchedpages-summary\";i:7117;s:21:\"listredirects-summary\";i:7118;s:23:\"unusedtemplates-summary\";i:7119;s:14:\"randompage-url\";i:7120;s:18:\"statistics-summary\";i:7121;s:24:\"statistics-articles-desc\";i:7122;s:21:\"statistics-files-desc\";i:7123;s:17:\"statistics-footer\";i:7124;s:21:\"pageswithprop-summary\";i:7125;s:23:\"doubleredirects-summary\";i:7126;s:23:\"brokenredirects-summary\";i:7127;s:29:\"brokenredirects-delete-reason\";i:7128;s:23:\"fewestrevisions-summary\";i:7129;s:19:\"lonelypages-summary\";i:7130;s:26:\"uncategorizedpages-summary\";i:7131;s:31:\"uncategorizedcategories-summary\";i:7132;s:27:\"uncategorizedimages-summary\";i:7133;s:30:\"uncategorizedtemplates-summary\";i:7134;s:24:\"unusedcategories-summary\";i:7135;s:20:\"unusedimages-summary\";i:7136;s:24:\"wantedcategories-summary\";i:7137;s:19:\"wantedfiles-summary\";i:7138;s:23:\"wantedtemplates-summary\";i:7139;s:18:\"mostlinked-summary\";i:7140;s:28:\"mostlinkedcategories-summary\";i:7141;s:27:\"mostlinkedtemplates-summary\";i:7142;s:22:\"mostcategories-summary\";i:7143;s:18:\"mostimages-summary\";i:7144;s:22:\"mostinterwikis-summary\";i:7145;s:21:\"mostrevisions-summary\";i:7146;s:19:\"prefixindex-summary\";i:7147;s:18:\"shortpages-summary\";i:7148;s:17:\"longpages-summary\";i:7149;s:20:\"deadendpages-summary\";i:7150;s:29:\"protectedpages-unknown-reason\";i:7151;s:17:\"listusers-summary\";i:7152;s:16:\"newpages-summary\";i:7153;s:20:\"ancientpages-summary\";i:7154;s:15:\"apihelp-summary\";i:7155;s:12:\"apihelp-link\";i:7156;s:18:\"apisandbox-summary\";i:7157;s:36:\"apisandbox-request-format-json-label\";i:7158;s:19:\"booksources-summary\";i:7159;s:6:\"rfcurl\";i:7160;s:9:\"pubmedurl\";i:7161;s:16:\"allpages-summary\";i:7162;s:18:\"categories-summary\";i:7163;s:28:\"deletedcontributions-summary\";i:7164;s:18:\"linksearch-summary\";i:7165;s:19:\"activeusers-summary\";i:7166;s:24:\"listgrants-grant-display\";i:7167;s:17:\"emailuser-summary\";i:7168;s:20:\"usermessage-template\";i:7169;s:17:\"watchlist-summary\";i:7170;s:17:\"watchlist-unwatch\";i:7171;s:22:\"watchlist-unwatch-undo\";i:7172;s:30:\"deletereason-dropdown-suppress\";i:7173;s:16:\"protectedarticle\";i:7174;s:25:\"modifiedarticleprotection\";i:7175;s:18:\"unprotectedarticle\";i:7176;s:22:\"movedarticleprotection\";i:7177;s:20:\"protect-summary-desc\";i:7178;s:17:\"restriction-blank\";i:7179;s:16:\"undelete-summary\";i:7180;s:22:\"undelete-revision-row2\";i:7181;s:21:\"contributions-summary\";i:7182;s:24:\"sp-contributions-explain\";i:7183;s:23:\"sp-contributions-footer\";i:7184;s:28:\"sp-contributions-footer-anon\";i:7185;s:34:\"sp-contributions-footer-anon-range\";i:7186;s:21:\"whatlinkshere-summary\";i:7187;s:15:\"unblock-summary\";i:7188;s:17:\"blocklist-summary\";i:7189;s:13:\"blocklogentry\";i:7190;s:16:\"reblock-logentry\";i:7191;s:15:\"unblocklogentry\";i:7192;s:5:\"sorbs\";i:7193;s:18:\"ipb-default-expiry\";i:7194;s:21:\"ipb-default-expiry-ip\";i:7195;s:16:\"movepage-summary\";i:7196;s:18:\"move-redirect-text\";i:7197;s:31:\"category-move-redirect-override\";i:7198;s:14:\"export-summary\";i:7199;s:14:\"import-summary\";i:7200;s:22:\"import-logentry-upload\";i:7201;s:25:\"import-logentry-interwiki\";i:7202;s:21:\"accesskey-pt-userpage\";i:7203;s:25:\"accesskey-pt-anonuserpage\";i:7204;s:19:\"accesskey-pt-mytalk\";i:7205;s:21:\"accesskey-pt-anontalk\";i:7206;s:24:\"accesskey-pt-preferences\";i:7207;s:22:\"accesskey-pt-watchlist\";i:7208;s:22:\"accesskey-pt-mycontris\";i:7209;s:25:\"accesskey-pt-anoncontribs\";i:7210;s:18:\"accesskey-pt-login\";i:7211;s:26:\"accesskey-pt-login-private\";i:7212;s:19:\"accesskey-pt-logout\";i:7213;s:26:\"accesskey-pt-createaccount\";i:7214;s:17:\"accesskey-ca-view\";i:7215;s:17:\"accesskey-ca-talk\";i:7216;s:17:\"accesskey-ca-edit\";i:7217;s:23:\"accesskey-ca-addsection\";i:7218;s:23:\"accesskey-ca-viewsource\";i:7219;s:20:\"accesskey-ca-history\";i:7220;s:20:\"accesskey-ca-protect\";i:7221;s:22:\"accesskey-ca-unprotect\";i:7222;s:19:\"accesskey-ca-delete\";i:7223;s:21:\"accesskey-ca-undelete\";i:7224;s:17:\"accesskey-ca-move\";i:7225;s:18:\"accesskey-ca-watch\";i:7226;s:20:\"accesskey-ca-unwatch\";i:7227;s:16:\"accesskey-search\";i:7228;s:19:\"accesskey-search-go\";i:7229;s:25:\"accesskey-search-fulltext\";i:7230;s:16:\"accesskey-p-logo\";i:7231;s:26:\"accesskey-n-help-mediawiki\";i:7232;s:20:\"accesskey-n-mainpage\";i:7233;s:32:\"accesskey-n-mainpage-description\";i:7234;s:18:\"accesskey-n-portal\";i:7235;s:25:\"accesskey-n-currentevents\";i:7236;s:25:\"accesskey-n-recentchanges\";i:7237;s:22:\"accesskey-n-randompage\";i:7238;s:16:\"accesskey-n-help\";i:7239;s:25:\"accesskey-t-whatlinkshere\";i:7240;s:31:\"accesskey-t-recentchangeslinked\";i:7241;s:18:\"accesskey-feed-rss\";i:7242;s:19:\"accesskey-feed-atom\";i:7243;s:25:\"accesskey-t-contributions\";i:7244;s:21:\"accesskey-t-emailuser\";i:7245;s:16:\"accesskey-t-info\";i:7246;s:21:\"accesskey-t-permalink\";i:7247;s:17:\"accesskey-t-print\";i:7248;s:18:\"accesskey-t-upload\";i:7249;s:24:\"accesskey-t-specialpages\";i:7250;s:23:\"accesskey-ca-nstab-main\";i:7251;s:23:\"accesskey-ca-nstab-user\";i:7252;s:24:\"accesskey-ca-nstab-media\";i:7253;s:26:\"accesskey-ca-nstab-special\";i:7254;s:26:\"accesskey-ca-nstab-project\";i:7255;s:24:\"accesskey-ca-nstab-image\";i:7256;s:28:\"accesskey-ca-nstab-mediawiki\";i:7257;s:27:\"accesskey-ca-nstab-template\";i:7258;s:23:\"accesskey-ca-nstab-help\";i:7259;s:27:\"accesskey-ca-nstab-category\";i:7260;s:19:\"accesskey-minoredit\";i:7261;s:14:\"accesskey-save\";i:7262;s:17:\"accesskey-publish\";i:7263;s:17:\"accesskey-preview\";i:7264;s:14:\"accesskey-diff\";i:7265;s:33:\"accesskey-compareselectedversions\";i:7266;s:15:\"accesskey-watch\";i:7267;s:26:\"accesskey-watchlist-expiry\";i:7268;s:16:\"accesskey-upload\";i:7269;s:26:\"accesskey-preferences-save\";i:7270;s:17:\"accesskey-summary\";i:7271;s:24:\"accesskey-userrights-set\";i:7272;s:23:\"accesskey-blockip-block\";i:7273;s:16:\"accesskey-export\";i:7274;s:16:\"accesskey-import\";i:7275;s:37:\"accesskey-watchlistedit-normal-submit\";i:7276;s:34:\"accesskey-watchlistedit-raw-submit\";i:7277;s:15:\"tooltip-ca-view\";i:7278;s:14:\"tooltip-p-lang\";i:7279;s:20:\"tooltip-p-navigation\";i:7280;s:20:\"tooltip-p-namespaces\";i:7281;s:12:\"tooltip-p-tb\";i:7282;s:18:\"tooltip-p-variants\";i:7283;s:15:\"tooltip-p-views\";i:7284;s:36:\"tooltip-p-user-interface-preferences\";i:7285;s:19:\"tooltip-p-user-page\";i:7286;s:24:\"tooltip-n-help-mediawiki\";i:7287;s:33:\"interlanguage-link-title-langonly\";i:7288;s:32:\"interlanguage-link-title-nonlang\";i:7289;s:36:\"interlanguage-link-title-nonlangonly\";i:7290;s:15:\"pageinfo-header\";i:7291;s:15:\"pageinfo-footer\";i:7292;s:19:\"markaspatrolledlink\";i:7293;s:11:\"widthheight\";i:7294;s:13:\"newimagestext\";i:7295;s:8:\"today-at\";i:7296;s:19:\"variantname-zh-hant\";i:7297;s:17:\"variantname-zh-cn\";i:7298;s:17:\"variantname-zh-tw\";i:7299;s:17:\"variantname-zh-hk\";i:7300;s:17:\"variantname-zh-mo\";i:7301;s:17:\"variantname-zh-sg\";i:7302;s:17:\"variantname-zh-my\";i:7303;s:14:\"variantname-zh\";i:7304;s:20:\"variantname-gan-hans\";i:7305;s:20:\"variantname-gan-hant\";i:7306;s:15:\"variantname-gan\";i:7307;s:19:\"variantname-sr-cyrl\";i:7308;s:17:\"variantname-sr-ec\";i:7309;s:17:\"variantname-sr-el\";i:7310;s:19:\"variantname-sr-latn\";i:7311;s:14:\"variantname-sr\";i:7312;s:17:\"variantname-kk-kz\";i:7313;s:17:\"variantname-kk-tr\";i:7314;s:17:\"variantname-kk-cn\";i:7315;s:19:\"variantname-kk-cyrl\";i:7316;s:19:\"variantname-kk-latn\";i:7317;s:19:\"variantname-kk-arab\";i:7318;s:14:\"variantname-kk\";i:7319;s:19:\"variantname-ku-arab\";i:7320;s:19:\"variantname-ku-latn\";i:7321;s:14:\"variantname-ku\";i:7322;s:19:\"variantname-tg-cyrl\";i:7323;s:19:\"variantname-tg-latn\";i:7324;s:14:\"variantname-tg\";i:7325;s:20:\"variantname-tly-cyrl\";i:7326;s:15:\"variantname-tly\";i:7327;s:20:\"variantname-ike-cans\";i:7328;s:20:\"variantname-ike-latn\";i:7329;s:14:\"variantname-iu\";i:7330;s:20:\"variantname-shi-tfng\";i:7331;s:20:\"variantname-shi-latn\";i:7332;s:15:\"variantname-shi\";i:7333;s:14:\"variantname-uz\";i:7334;s:19:\"variantname-uz-latn\";i:7335;s:19:\"variantname-uz-cyrl\";i:7336;s:15:\"variantname-crh\";i:7337;s:20:\"variantname-crh-latn\";i:7338;s:20:\"variantname-crh-cyrl\";i:7339;s:17:\"metadata-langitem\";i:7340;s:25:\"metadata-langitem-default\";i:7341;s:19:\"semicolon-separator\";i:7342;s:15:\"comma-separator\";i:7343;s:15:\"colon-separator\";i:7344;s:18:\"autocomment-prefix\";i:7345;s:14:\"pipe-separator\";i:7346;s:14:\"word-separator\";i:7347;s:8:\"ellipsis\";i:7348;s:7:\"percent\";i:7349;s:11:\"parentheses\";i:7350;s:17:\"parentheses-start\";i:7351;s:15:\"parentheses-end\";i:7352;s:8:\"brackets\";i:7353;s:14:\"brackets-start\";i:7354;s:12:\"brackets-end\";i:7355;s:12:\"img-lang-opt\";i:7356;s:29:\"block-autoblock-exemptionlist\";i:7357;s:15:\"size-ronnabytes\";i:7358;s:16:\"size-quettabytes\";i:7359;s:15:\"size-zettapixel\";i:7360;s:15:\"size-ronnapixel\";i:7361;s:16:\"size-quettapixel\";i:7362;s:17:\"bitrate-ronnabits\";i:7363;s:18:\"bitrate-quettabits\";i:7364;s:21:\"editwatchlist-summary\";i:7365;s:14:\"signature-anon\";i:7366;s:15:\"version-summary\";i:7367;s:15:\"version-version\";i:7368;s:20:\"version-db-mysql-url\";i:7369;s:22:\"version-db-mariadb-url\";i:7370;s:22:\"version-db-percona-url\";i:7371;s:23:\"version-db-postgres-url\";i:7372;s:21:\"version-db-sqlite-url\";i:7373;s:29:\"version-entrypoints-index-php\";i:7374;s:27:\"version-entrypoints-api-php\";i:7375;s:28:\"version-entrypoints-rest-php\";i:7376;s:13:\"redirect-text\";i:7377;s:20:\"specialpages-summary\";i:7378;s:24:\"specialpages-note-cached\";i:7379;s:12:\"tags-summary\";i:7380;s:30:\"tags-edit-revision-explanation\";i:7381;s:30:\"tags-edit-logentry-explanation\";i:7382;s:20:\"comparepages-summary\";i:7383;s:17:\"diff-form-summary\";i:7384;s:21:\"permanentlink-summary\";i:7385;s:18:\"newsection-summary\";i:7386;s:16:\"editpage-summary\";i:7387;s:18:\"deletepage-summary\";i:7388;s:16:\"pageinfo-summary\";i:7389;s:19:\"pagehistory-summary\";i:7390;s:19:\"protectpage-summary\";i:7391;s:13:\"purge-summary\";i:7392;s:10:\"rawmessage\";i:7393;s:14:\"deletedarticle\";i:7394;s:16:\"undeletedarticle\";i:7395;s:15:\"patrol-log-line\";i:7396;s:15:\"patrol-log-auto\";i:7397;s:15:\"patrol-log-diff\";i:7398;s:9:\"1movedto2\";i:7399;s:15:\"1movedto2_redir\";i:7400;s:23:\"newuserlog-create-entry\";i:7401;s:24:\"newuserlog-create2-entry\";i:7402;s:27:\"newuserlog-autocreate-entry\";i:7403;s:14:\"rightslogentry\";i:7404;s:26:\"rightslogentry-autopromote\";i:7405;s:31:\"limitreport-unstrip-depth-value\";i:7406;s:25:\"mediastatistics-header-3d\";i:7407;s:35:\"authmanager-account-password-domain\";i:7408;s:37:\"authprovider-confirmlink-request-help\";i:7409;s:31:\"passwordpolicies-policy-display\";i:7410;s:40:\"passwordpolicies-policy-displaywithflags\";i:7411;s:26:\"copyupload-allowed-domains\";i:7412;s:19:\"exif-fnumber-format\";i:7413;s:22:\"exif-coordinate-format\";i:7414;s:15:\"exif-make-value\";i:7415;s:16:\"exif-model-value\";i:7416;s:19:\"exif-software-value\";i:7417;s:27:\"exif-software-version-value\";i:7418;s:18:\"exif-contact-value\";i:7419;s:26:\"exif-subjectnewscode-value\";i:7420;s:18:\"exif-compression-8\";i:7421;s:22:\"exif-compression-32773\";i:7422;s:22:\"exif-compression-32946\";i:7423;s:22:\"exif-compression-34712\";i:7424;s:32:\"exif-photometricinterpretation-2\";i:7425;s:32:\"exif-photometricinterpretation-6\";i:7426;s:32:\"exif-photometricinterpretation-8\";i:7427;s:17:\"exif-colorspace-1\";i:7428;s:30:\"exif-componentsconfiguration-1\";i:7429;s:30:\"exif-componentsconfiguration-2\";i:7430;s:30:\"exif-componentsconfiguration-3\";i:7431;s:30:\"exif-componentsconfiguration-4\";i:7432;s:30:\"exif-componentsconfiguration-5\";i:7433;s:30:\"exif-componentsconfiguration-6\";i:7434;s:19:\"exif-lightsource-20\";i:7435;s:19:\"exif-lightsource-21\";i:7436;s:19:\"exif-lightsource-22\";i:7437;s:19:\"exif-lightsource-23\";i:7438;s:27:\"exif-maxaperturevalue-value\";i:7439;s:20:\"apihelp-main-summary\";i:7440;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7441;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:7442;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:7443;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:7444;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:7445;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:7446;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:7447;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:7448;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:7449;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:7450;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:7451;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:7452;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:7453;s:36:\"apihelp-query+info-param-linkcontext\";i:7454;s:42:\"apihelp-query+info-param-testactionsdetail\";i:7455;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:7456;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:7457;s:47:\"apihelp-query+languageinfo-extended-description\";i:7458;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:7459;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:7460;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:7461;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:7462;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:7463;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:7464;s:37:\"apihelp-query+languageinfo-param-code\";i:7465;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:7466;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:7467;s:38:\"apihelp-query+recentchanges-param-slot\";i:7468;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:7469;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:7470;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:7471;s:40:\"apihelp-query+revisions+base-param-slots\";i:7472;s:40:\"apihelp-query+usercontribs-param-iprange\";i:7473;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:7474;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:7475;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:7476;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:7477;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:7478;s:35:\"apihelp-undelete-param-undeletetalk\";i:7479;s:36:\"apihelp-upload-param-watchlistexpiry\";i:7480;s:26:\"apihelp-watch-param-expiry\";i:7481;s:34:\"apihelp-watch-example-watch-expiry\";i:7482;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:7483;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:7484;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:7485;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:7486;s:14:\"api-help-flags\";i:7487;s:18:\"api-help-help-urls\";i:7488;s:24:\"api-help-parameters-note\";i:7489;s:22:\"api-help-datatypes-top\";i:7490;s:25:\"api-help-datatype-boolean\";i:7491;s:24:\"api-help-datatype-expiry\";i:7492;s:27:\"api-help-datatype-timestamp\";i:7493;s:26:\"api-help-param-type-expiry\";i:7494;s:35:\"api-help-param-type-presenceboolean\";i:7495;s:32:\"api-help-no-extended-description\";i:7496;s:33:\"apierror-compare-maintextrequired\";i:7497;s:31:\"apierror-compare-nofromrevision\";i:7498;s:29:\"apierror-compare-notorevision\";i:7499;s:26:\"apierror-concurrency-limit\";i:7500;s:36:\"apierror-compare-relative-to-deleted\";i:7501;s:30:\"apierror-contentmodel-mismatch\";i:7502;s:29:\"apierror-edit-invalidredirect\";i:7503;s:28:\"apierror-exceptioncaughttype\";i:7504;s:21:\"apierror-ipoutofrange\";i:7505;s:34:\"apierror-missingcontent-revid-role\";i:7506;s:23:\"apierror-stashexception\";i:7507;s:23:\"apiwarn-compare-no-next\";i:7508;s:23:\"apiwarn-compare-no-prev\";i:7509;s:32:\"apiwarn-deprecation-missingparam\";i:7510;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7511;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7512;s:30:\"paramvalidator-param-sensitive\";i:7513;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7514;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7515;s:33:\"mobile-frontend-categories-normal\";i:7516;s:33:\"mobile-frontend-categories-hidden\";i:7517;s:32:\"mobile-frontend-current-language\";i:7518;s:30:\"mobile-frontend-diffview-comma\";i:7519;s:31:\"mobile-frontend-pointer-dismiss\";i:7520;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7521;s:33:\"mobile-frontend-generic-login-new\";i:7522;s:42:\"mobile-frontend-page-menu-language-current\";i:7523;s:25:\"mobile-frontend-terms-url\";i:7524;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7525;s:10:\"mobile.css\";i:7526;s:9:\"mobile.js\";i:7527;s:16:\"skinname-minerva\";i:7528;s:30:\"apihelp-mobileview-description\";i:7529;s:33:\"apihelp-mobileview-param-redirect\";i:7530;s:33:\"apihelp-mobileview-param-sections\";i:7531;s:29:\"apihelp-mobileview-param-prop\";i:7532;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7533;s:34:\"apihelp-mobileview-param-pageprops\";i:7534;s:32:\"apihelp-mobileview-param-variant\";i:7535;s:35:\"apihelp-mobileview-param-noheadings\";i:7536;s:36:\"apihelp-mobileview-param-notransform\";i:7537;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7538;s:31:\"apihelp-mobileview-param-offset\";i:7539;s:31:\"apihelp-mobileview-param-maxlen\";i:7540;s:28:\"apihelp-mobileview-example-2\";i:7541;s:28:\"apihelp-mobileview-example-3\";i:7542;s:32:\"apihelp-parse-param-mobileformat\";i:7543;s:28:\"apihelp-parse-param-noimages\";i:7544;s:28:\"apihelp-parse-param-mainpage\";i:7545;s:31:\"mobile-frontend-console-recruit\";i:7546;s:35:\"mobile-frontend-panel-betaoptin-msg\";}}'),('alt','magicWords','a:172:{s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:31:\"КОДИРОВАТЬ_МЕТКУ\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:24:\"ПУТЬ_К_СТАТЬЕ\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:46:\"ОСНОВА_НАЗВАНИЯ_СТРАНИЦЫ\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:48:\"ОСНОВА_НАЗВАНИЯ_СТРАНИЦЫ_2\";i:2;s:13:\"BASEPAGENAMEE\";}s:15:\"contentlanguage\";a:4:{i:0;i:1;i:1;s:29:\"ЯЗЫК_СОДЕРЖАНИЯ\";i:2;s:15:\"CONTENTLANGUAGE\";i:3;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:23:\"ТЕКУЩИЙ_ДЕНЬ\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:25:\"ТЕКУЩИЙ_ДЕНЬ_2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:40:\"НАЗВАНИЕ_ТЕКУЩЕГО_ДНЯ\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:36:\"ТЕКУЩИЙ_ДЕНЬ_НЕДЕЛИ\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:21:\"ТЕКУЩИЙ_ЧАС\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:25:\"ТЕКУЩИЙ_МЕСЯЦ\";i:2;s:27:\"ТЕКУЩИЙ_МЕСЯЦ_2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:27:\"ТЕКУЩИЙ_МЕСЯЦ_1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_ТЕКУЩЕГО_МЕСЯЦА_АБР\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:46:\"НАЗВАНИЕ_ТЕКУЩЕГО_МЕСЯЦА\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_ТЕКУЩЕГО_МЕСЯЦА_РОД\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:25:\"ТЕКУЩЕЕ_ВРЕМЯ\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:46:\"ОТМЕТКА_ТЕКУЩЕГО_ВРЕМЕНИ\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:27:\"ТЕКУЩАЯ_ВЕРСИЯ\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:27:\"ТЕКУЩАЯ_НЕДЕЛЯ\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:21:\"ТЕКУЩИЙ_ГОД\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:6:{i:0;i:1;i:1;s:44:\"СОРТИРОВКА_ПО_УМОЛЧАНИЮ\";i:2;s:29:\"КЛЮЧ_СОРТИРОВКИ\";i:3;s:12:\"DEFAULTSORT:\";i:4;s:15:\"DEFAULTSORTKEY:\";i:5;s:20:\"DEFAULTCATEGORYSORT:\";}s:13:\"directionmark\";a:4:{i:0;i:1;i:1;s:35:\"НАПРАВЛЕНИЕ_ПИСЬМА\";i:2;s:13:\"DIRECTIONMARK\";i:3;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:35:\"ПОКАЗАТЬ_ЗАГОЛОВОК\";i:2;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:23:\"ПУТЬ_К_ФАЙЛУ:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:4:{i:0;i:0;i:1;s:49:\"__ОБЯЗАТЕЛЬНОЕ_ОГЛАВЛЕНИЕ__\";i:2;s:19:\"__ОБЯЗ_ОГЛ__\";i:3;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:20:\"форматдаты\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:37:\"ФОРМАТИРОВАТЬ_ЧИСЛО\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:46:\"ПОЛНОЕ_НАЗВАНИЕ_СТРАНИЦЫ\";i:2;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:48:\"ПОЛНОЕ_НАЗВАНИЕ_СТРАНИЦЫ_2\";i:2;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:24:\"ПОЛНЫЙ_АДРЕС:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:26:\"ПОЛНЫЙ_АДРЕС_2:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"ПОЛ:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:11:\"ПАДЕЖ:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:37:\"__СКРЫТАЯ_КАТЕГОРИЯ__\";i:2;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:11:\"альт=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:18:\"основание\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:14:\"граница\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:10:\"снизу\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:10:\"центр\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:10:\"img_framed\";a:5:{i:0;i:1;i:1;s:16:\"обрамить\";i:2;s:5:\"frame\";i:3;s:6:\"framed\";i:4;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:16:\"безрамки\";i:2;s:9:\"frameless\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:10:\"слева\";i:2;s:4:\"left\";}s:8:\"img_link\";a:3:{i:0;i:1;i:1;s:15:\"ссылка=$1\";i:2;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:11:\"мини=$1\";i:2;s:21:\"миниатюра=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:20:\"посередине\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:6:\"без\";i:2;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:19:\"страница=$1\";i:2;s:19:\"страница $1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:12:\"справа\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:6:\"под\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:4:{i:0;i:1;i:1;s:6:\"над\";i:2;s:5:\"super\";i:3;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:21:\"текст-снизу\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:23:\"текст-сверху\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:8:\"мини\";i:2;s:18:\"миниатюра\";i:3;s:5:\"thumb\";i:4;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:12:\"сверху\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:24:\"сверхусправа\";i:2;s:27:\"сверхусправа=$1\";i:3;s:27:\"сверхусправа $1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:3:{i:0;i:1;i:1;s:8:\"$1пкс\";i:2;s:4:\"$1px\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:16:\"__ИНДЕКС__\";i:2;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:11:\"ВНУТР:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:10:\"#ЯЗЫК:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:36:\"МАЛЕНЬКИМИ_БУКВАМИ:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:43:\"ПЕРВАЯ_БУКВА_МАЛЕНЬКАЯ:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:23:\"МЕСТНЫЙ_ДЕНЬ\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:25:\"МЕСТНЫЙ_ДЕНЬ_2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:40:\"НАЗВАНИЕ_МЕСТНОГО_ДНЯ\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:36:\"МЕСТНЫЙ_ДЕНЬ_НЕДЕЛИ\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:21:\"МЕСТНЫЙ_ЧАС\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:25:\"МЕСТНЫЙ_МЕСЯЦ\";i:2;s:27:\"МЕСТНЫЙ_МЕСЯЦ_2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:27:\"МЕСТНЫЙ_МЕСЯЦ_1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_МЕСТНОГО_МЕСЯЦА_АБР\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:46:\"НАЗВАНИЕ_МЕСТНОГО_МЕСЯЦА\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:53:\"НАЗВАНИЕ_МЕСТНОГО_МЕСЯЦА_РОД\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:25:\"МЕСТНОЕ_ВРЕМЯ\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:46:\"ОТМЕТКА_МЕСТНОГО_ВРЕМЕНИ\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:30:\"ЛОКАЛЬНЫЙ_АДРЕС:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:32:\"ЛОКАЛЬНЫЙ_АДРЕС_2:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:27:\"МЕСТНАЯ_НЕДЕЛЯ\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:21:\"МЕСТНЫЙ_ГОД\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:4:{i:0;i:0;i:1;s:19:\"СООБЩЕНИЕ:\";i:2;s:11:\"СООБЩ:\";i:3;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:27:\"СООБЩ_БЕЗ_ВИКИ:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:33:\"ПРОСТРАНСТВО_ИМЁН\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:35:\"ПРОСТРАНСТВО_ИМЁН_2\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:44:\"НОМЕР_ПРОСТРАНСТВА_ИМЁН\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:45:\"__ССЫЛКА_НА_НОВЫЙ_РАЗДЕЛ__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:4:{i:0;i:0;i:1;s:52:\"__БЕЗ_ПРЕОБРАЗОВАНИЯ_ТЕКСТА__\";i:2;s:20:\"__NOCONTENTCONVERT__\";i:3;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:54:\"__БЕЗ_РЕДАКТИРОВАНИЯ_РАЗДЕЛА__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:25:\"__БЕЗ_ГАЛЕРЕИ__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:25:\"__БЕЗ_ИНДЕКСА__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:52:\"__БЕЗ_ССЫЛКИ_НА_НОВЫЙ_РАЗДЕЛ__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:4:{i:0;i:0;i:1;s:58:\"__БЕЗ_ПРЕОБРАЗОВАНИЯ_ЗАГОЛОВКА__\";i:2;s:18:\"__NOTITLECONVERT__\";i:3;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:31:\"__БЕЗ_ОГЛАВЛЕНИЯ__\";i:2;s:17:\"__БЕЗ_ОГЛ__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:5:\"ПИ:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"ПИК:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:4:{i:0;i:1;i:1;s:26:\"ЧИСЛО_В_ГРУППЕ\";i:2;s:13:\"NUMBERINGROUP\";i:3;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:58:\"КОЛИЧЕСТВО_АКТИВНЫХ_УЧАСТНИКОВ\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:51:\"КОЛИЧЕСТВО_АДМИНИСТРАТОРОВ\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:33:\"КОЛИЧЕСТВО_СТАТЕЙ\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:33:\"КОЛИЧЕСТВО_ПРАВОК\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:33:\"КОЛИЧЕСТВО_ФАЙЛОВ\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:35:\"КОЛИЧЕСТВО_СТРАНИЦ\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:41:\"КОЛИЧЕСТВО_УЧАСТНИКОВ\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:29:\"ЗАПОЛНИТЬ_СЛЕВА\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:31:\"ЗАПОЛНИТЬ_СПРАВА\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:43:\"ИДЕНТИФИКАТОР_СТРАНИЦЫ\";i:2;s:6:\"PAGEID\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:33:\"НАЗВАНИЕ_СТРАНИЦЫ\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:35:\"НАЗВАНИЕ_СТРАНИЦЫ_2\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:4:{i:0;i:1;i:1;s:36:\"СТРАНИЦ_В_КАТЕГОРИИ\";i:2;s:15:\"PAGESINCATEGORY\";i:3;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:6:\"все\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:10:\"файлы\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:16:\"страницы\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:24:\"подкатегории\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:4:{i:0;i:1;i:1;s:52:\"СТРАНИЦ_В_ПРОСТРАНСТВЕ_ИМЁН:\";i:2;s:17:\"PAGESINNAMESPACE:\";i:3;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:29:\"РАЗМЕР_СТРАНИЦЫ\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:38:\"МНОЖЕСТВЕННОЕ_ЧИСЛО:\";i:2;s:7:\"PLURAL:\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:27:\"УРОВЕНЬ_ЗАЩИТЫ\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:15:\"НЕОБРАБ:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:2:\"Н\";i:2;s:1:\"R\";}s:8:\"redirect\";a:4:{i:0;i:0;i:1;s:31:\"#перенаправление\";i:2;s:17:\"#перенапр\";i:3;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:21:\"ДЕНЬ_ВЕРСИИ\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:23:\"ДЕНЬ_ВЕРСИИ_2\";i:2;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:17:\"ИД_ВЕРСИИ\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:23:\"МЕСЯЦ_ВЕРСИИ\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:25:\"МЕСЯЦ_ВЕРСИИ_1\";i:2;s:14:\"REVISIONMONTH1\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:42:\"ОТМЕТКА_ВРЕМЕНИ_ВЕРСИИ\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:31:\"ВЕРСИЯ_УЧАСТНИКА\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:19:\"ГОД_ВЕРСИИ\";i:2;s:12:\"REVISIONYEAR\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:17:\"ЗАЩПОДСТ:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:26:\"ПУТЬ_К_СКРИПТУ\";i:2;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:12:\"СЕРВЕР\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:31:\"НАЗВАНИЕ_СЕРВЕРА\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:27:\"НАЗВАНИЕ_САЙТА\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:18:\"служебная\";i:2;s:7:\"special\";}s:14:\"staticredirect\";a:3:{i:0;i:1;i:1;s:57:\"__СТАТИЧЕСКОЕ_ПЕРЕНАПРАВЛЕНИЕ__\";i:2;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:22:\"ПУТЬ_К_СТИЛЮ\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:4:{i:0;i:1;i:1;s:46:\"НАЗВАНИЕ_СТРАНИЦЫ_СТАТЬИ\";i:2;s:15:\"SUBJECTPAGENAME\";i:3;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:4:{i:0;i:1;i:1;s:48:\"НАЗВАНИЕ_СТРАНИЦЫ_СТАТЬИ_2\";i:2;s:16:\"SUBJECTPAGENAMEE\";i:3;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:4:{i:0;i:1;i:1;s:37:\"ПРОСТРАНСТВО_СТАТЕЙ\";i:2;s:12:\"SUBJECTSPACE\";i:3;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:4:{i:0;i:1;i:1;s:39:\"ПРОСТРАНСТВО_СТАТЕЙ_2\";i:2;s:13:\"SUBJECTSPACEE\";i:3;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:39:\"НАЗВАНИЕ_ПОДСТРАНИЦЫ\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:41:\"НАЗВАНИЕ_ПОДСТРАНИЦЫ_2\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:4:{i:0;i:0;i:1;s:23:\"ПОДСТАНОВКА:\";i:2;s:11:\"ПОДСТ:\";i:3;s:6:\"SUBST:\";}s:3:\"tag\";a:5:{i:0;i:0;i:1;s:10:\"метка\";i:2;s:6:\"тег\";i:3;s:6:\"тэг\";i:4;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:54:\"НАЗВАНИЕ_СТРАНИЦЫ_ОБСУЖДЕНИЯ\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:56:\"НАЗВАНИЕ_СТРАНИЦЫ_ОБСУЖДЕНИЯ_2\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:45:\"ПРОСТРАНСТВО_ОБСУЖДЕНИЙ\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:47:\"ПРОСТРАНСТВО_ОБСУЖДЕНИЙ_2\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:4:{i:0;i:0;i:1;s:24:\"__ОГЛАВЛЕНИЕ__\";i:2;s:10:\"__ОГЛ__\";i:3;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:32:\"БОЛЬШИМИ_БУКВАМИ:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:39:\"ПЕРВАЯ_БУКВА_БОЛЬШАЯ:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:40:\"ЗАКОДИРОВАННЫЙ_АДРЕС:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:8:\"ПУТЬ\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:12:\"ЗАПРОС\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ВИКИ\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}}'),('alt','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('alt','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('alt','messages:about','s:20:\"alt:Јартамал\";'),('alt','messages:aboutpage','s:30:\"alt:Project:Јартамалы\";'),('alt','messages:aboutsite','s:35:\"alt:{{SITENAME}} керегинде\";'),('alt','messages:abusefilter-edit-builder-vars-user-mobile','s:96:\"ru:Редактирует ли участник через мобильный интерфейс\";'),('alt','messages:accesskey-blockip-block','s:4:\"en:s\";'),('alt','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('alt','messages:accesskey-ca-delete','s:4:\"en:d\";'),('alt','messages:accesskey-ca-edit','s:4:\"en:e\";'),('alt','messages:accesskey-ca-history','s:4:\"en:h\";'),('alt','messages:accesskey-ca-move','s:4:\"en:m\";'),('alt','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('alt','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('alt','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('alt','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('alt','messages:accesskey-ca-protect','s:4:\"en:=\";'),('alt','messages:accesskey-ca-talk','s:4:\"en:t\";'),('alt','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('alt','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('alt','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('alt','messages:accesskey-ca-view','s:3:\"en:\";'),('alt','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('alt','messages:accesskey-ca-watch','s:4:\"en:w\";'),('alt','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('alt','messages:accesskey-diff','s:4:\"en:v\";'),('alt','messages:accesskey-export','s:4:\"en:s\";'),('alt','messages:accesskey-feed-atom','s:3:\"en:\";'),('alt','messages:accesskey-feed-rss','s:3:\"en:\";'),('alt','messages:accesskey-import','s:4:\"en:s\";'),('alt','messages:accesskey-minoredit','s:4:\"en:i\";'),('alt','messages:accesskey-n-currentevents','s:3:\"en:\";'),('alt','messages:accesskey-n-help','s:3:\"en:\";'),('alt','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('alt','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('alt','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('alt','messages:accesskey-n-portal','s:3:\"en:\";'),('alt','messages:accesskey-n-randompage','s:4:\"en:x\";'),('alt','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('alt','messages:accesskey-p-logo','s:3:\"en:\";'),('alt','messages:accesskey-preferences-save','s:4:\"en:s\";'),('alt','messages:accesskey-preview','s:4:\"en:p\";'),('alt','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('alt','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('alt','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('alt','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('alt','messages:accesskey-pt-login','s:4:\"en:o\";'),('alt','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('alt','messages:accesskey-pt-logout','s:3:\"en:\";'),('alt','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('alt','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('alt','messages:accesskey-pt-preferences','s:3:\"en:\";'),('alt','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('alt','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('alt','messages:accesskey-publish','s:4:\"en:s\";'),('alt','messages:accesskey-save','s:4:\"en:s\";'),('alt','messages:accesskey-search','s:4:\"en:f\";'),('alt','messages:accesskey-search-fulltext','s:3:\"en:\";'),('alt','messages:accesskey-search-go','s:3:\"en:\";'),('alt','messages:accesskey-summary','s:4:\"en:b\";'),('alt','messages:accesskey-t-contributions','s:3:\"en:\";'),('alt','messages:accesskey-t-emailuser','s:3:\"en:\";'),('alt','messages:accesskey-t-info','s:3:\"en:\";'),('alt','messages:accesskey-t-permalink','s:3:\"en:\";'),('alt','messages:accesskey-t-print','s:4:\"en:p\";'),('alt','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('alt','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('alt','messages:accesskey-t-upload','s:4:\"en:u\";'),('alt','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('alt','messages:accesskey-upload','s:4:\"en:s\";'),('alt','messages:accesskey-userrights-set','s:4:\"en:s\";'),('alt','messages:accesskey-watch','s:4:\"en:w\";'),('alt','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('alt','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('alt','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('alt','messages:accmailtext','s:314:\"alt:[[User talk:$1|$1]] туружаачыга кандый да болзо келижип учураган јажыт сӧс $2 адреске атккарылды. Авторизацияныҥ кийнинде <em>[[Special:ChangePassword|јажыт сӧсти солыыр бӱкте]]</em> арга болор.\";'),('alt','messages:accmailtitle','s:40:\"alt:Јажыт сӧсти аткарар\";'),('alt','messages:accountcreated','s:31:\"alt:Аккаунт эдилди\";'),('alt','messages:accountcreatedtext','s:118:\"alt:Туружаачыныҥ аккаунты [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|шӱӱжӱ]]) эдилди.\";'),('alt','messages:acct_creation_throttle_hit','s:385:\"alt:Слердиҥ IP адрезердеҥ кирип {{PLURAL:$1|аккаунт}} эдилди калганчы $2 ӧйдиҥ туркунына, бу ӧйгӧ мынча тоо ажыра ӧтпӧс керек.\nОныҥ учун слердиҥ IP адрезердеҥ кирген эдинчилер эмди база аккаунт эдер аргазы јоголып калган.\";'),('alt','messages:action-apihighlimits','s:86:\"alt:API-сурулардыҥ кирелериниҥ бийик кемин эдинер\";'),('alt','messages:action-applychangetags','s:91:\"alt:слердиҥ солынтылар ла катай таҥмаларды эдинери\";'),('alt','messages:action-autoconfirmed','s:87:\"alt:IP адреске салынган тӱргенниҥ кирелерин ӧдӧри\";'),('alt','messages:action-autocreateaccount','s:94:\"alt:Тыш туружаачыныҥ аккаунттын автоматикалык эдери\";'),('alt','messages:action-autopatrol','s:99:\"alt:бойыныҥ эткен тӱзедӱлерди ширтелген деп темдектери\";'),('alt','messages:action-bigdelete','s:57:\"alt:узун тӱӱкилӱ бӱктерди кырары\";'),('alt','messages:action-block','s:71:\"alt:бу туружаачыныҥ бичиирин туйуктарга\";'),('alt','messages:action-blockemail','s:103:\"alt:ӧскӧ туружаачыны электрон самара аткарарын туйуктары\";'),('alt','messages:action-bot','s:71:\"alt:автоматикалык процесс этире бодооры\";'),('alt','messages:action-browsearchive','s:54:\"alt:кырылган бӱктерди бедрерге\";'),('alt','messages:action-changetags','s:182:\"alt:журналдагы бичимелдерге ле башка алган тӱзедӱлердге кандый да болзо таҥмаларды кожоры ла кырары\";'),('alt','messages:action-createaccount','s:75:\"alt:бу туружаачыныҥ аккаунтыныҥ тӧзӧлгӧни\";'),('alt','messages:action-createpage','s:34:\"alt:Бу бӱкти баштаар\";'),('alt','messages:action-createtalk','s:53:\"alt:Шӱӱжӱниҥ бу бӱгин баштаары\";'),('alt','messages:action-delete','s:36:\"alt:бу бӱкти јоголтор\";'),('alt','messages:action-delete-redirect','s:80:\"alt:бир версиялу уландырышты ӱстинеҥ бичиири\";'),('alt','messages:action-deletechangetags','s:81:\"alt:информационный базанаҥ таҥмаларды кырары\";'),('alt','messages:action-deletedhistory','s:65:\"alt:бӱктиҥ кырылган тӱӱкизин кӧрӧргӧ\";'),('alt','messages:action-deletedtext','s:79:\"alt:кырылган версияныҥ бичимелдерин кӧрӧргӧ\";'),('alt','messages:action-deletelogentry','s:68:\"alt:журналдардыҥ бичимелдерин кырарга\";'),('alt','messages:action-deleterevision','s:60:\"alt:бӱктердиҥ версияларын кырарга\";'),('alt','messages:action-edit','s:34:\"alt:бу бӱкти тӱзедер\";'),('alt','messages:action-editcontentmodel','s:73:\"alt:бӱктиҥ толынтызыныҥ моделин тӱзедери\";'),('alt','messages:action-editinterface','s:68:\"alt:туружаачыныҥ интерфейсин тӱзедери\";'),('alt','messages:action-editmyoptions','s:68:\"alt:бойыгардыҥ јазалталарды ӧскӧртӧри\";'),('alt','messages:action-editmyprivateinfo','s:75:\"alt:слер керегинде информацияны ӧскӧртӧри\";'),('alt','messages:action-editmyusercss','s:83:\"alt:туружаачыныҥ бойыныҥ CSS-файлдарын тӱзедери\";'),('alt','messages:action-editmyuserjs','s:90:\"alt:туружаачыныҥ бойыныҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:action-editmyuserjson','s:84:\"alt:туружаачыныҥ бойыныҥ JSON-файлдарын тӱзедери\";'),('alt','messages:action-editmyuserjsredirect','s:114:\"alt:уландырыштар болуп турган бойыныҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:action-editmywatchlist','s:67:\"alt:слердиҥ ширтениҥ тизимин тӱзедери\";'),('alt','messages:action-editprotected','s:99:\"alt:\"{{int:protect-level-sysop}}\" этире корулалган бӱктерди тӱзедери\";'),('alt','messages:action-editsemiprotected','s:107:\"alt:\"{{int:protect-level-autoconfirmed}}\" этире корулалган бӱктерди тӱзедери\";'),('alt','messages:action-editsitecss','s:69:\"alt:текши сайттыҥ CSS-файлдарын тӱзедери\";'),('alt','messages:action-editsitejs','s:76:\"alt:текши сайттыҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:action-editsitejson','s:70:\"alt:текши сайттыҥ JSON-файлдарын тӱзедери\";'),('alt','messages:action-editusercss','s:83:\"alt:ӧскӧ туружаачылардыҥ CSS-файлдарын тӱзедери\";'),('alt','messages:action-edituserjs','s:90:\"alt:ӧскӧ туружаачылардыҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:action-edituserjson','s:84:\"alt:ӧскӧ туружаачылардыҥ JSON-файлдарын тӱзедери\";'),('alt','messages:action-hideuser','s:100:\"alt:туружаачыныҥ адын јарадылбаган эдер ле оны јажырары\";'),('alt','messages:action-history','s:51:\"alt:бу бӱктиҥ тӱӱкизин кӧрӧри\";'),('alt','messages:action-import','s:74:\"alt:ӧскӧ викилердеҥ бӱктерди импорт эдери\";'),('alt','messages:action-importupload','s:91:\"alt:файлдарды кийдире тартып бӱктерди импорт эдери\";'),('alt','messages:action-ipblock-exempt','s:142:\"alt:IP туйукташты, автотуйукташты ла диапазондордыҥ туйуктажын айландыра ӧдӧри\";'),('alt','messages:action-managechangetags','s:59:\"alt:таҥмаларды эдери ле јоголторы\";'),('alt','messages:action-markbotedits','s:125:\"alt:тескерледип турган тӱзедӱлерди бот эткен тӱзедӱлер деп темдектер\";'),('alt','messages:action-mergehistory','s:52:\"alt:бӱктиҥ тӱӱкизин бириктери\";'),('alt','messages:action-mf-uploadbutton','s:81:\"ru:использование мобильной системы загрузки.\";'),('alt','messages:action-minoredit','s:64:\"alt:бу тӱзедӱни кичӱ этире темдектер\";'),('alt','messages:action-move','s:41:\"alt:Бу бӱктиҥ адын солыр\";'),('alt','messages:action-move-categorypages','s:85:\"alt:категориялардыҥ бӱктериниҥ аттарын солыыры\";'),('alt','messages:action-move-rootuserpages','s:92:\"alt:туружаачылардыҥ тӧс бӱктериниҥ аттарын солыыры\";'),('alt','messages:action-move-subpages','s:95:\"alt:бу бӱктиҥ адын солыр, ичине кирген бӱктер ле катай\";'),('alt','messages:action-movefile','s:43:\"alt:Бу файлдыҥ адын солыр\";'),('alt','messages:action-nominornewtalk','s:151:\"alt:туружаачылардыҥ шӱӱжӱ бӱктеринде кичӱ тӱзедӱлер јаҥы самара этире јетирӱ этпес\";'),('alt','messages:action-noratelimit','s:69:\"alt:салынган тӱргенниҥ кирелерин ӧдӧри\";'),('alt','messages:action-override-export-depth','s:109:\"alt:бӱктерди экспорт эдер, 5-ке јетире колбулу бӱктер ле катай\";'),('alt','messages:action-pagelang','s:40:\"alt:бӱктиҥ тилин солыыр\";'),('alt','messages:action-patrol','s:109:\"alt:ӧскӧ туружаачылардыҥ тӱзедӱлери шиҥделген деп темдектер\";'),('alt','messages:action-patrolmarks','s:88:\"alt:калганчы тӱзедӱлерди ширтелген деп темдектер\";'),('alt','messages:action-protect','s:74:\"alt:бу бӱктиҥ корулар јазалталарды солыыр\";'),('alt','messages:action-purge','s:45:\"alt:бу бӱктиҥ кешин арчыры\";'),('alt','messages:action-read','s:34:\"alt:Бу бӱкти кычырар\";'),('alt','messages:action-reupload','s:36:\"alt:бар файлды солыыр\";'),('alt','messages:action-reupload-own','s:87:\"alt:туружаачы салган файлды ордына файлды салары\";'),('alt','messages:action-reupload-shared','s:83:\"alt:текши салатан јердеҥ файлды ӱстине саларга\";'),('alt','messages:action-rollback','s:129:\"alt:калганчы туружаачы эткен бӱктеги тӱзедӱни тӱрген этире тескерледер\";'),('alt','messages:action-sendemail','s:50:\"alt:электрон самара аткарары\";'),('alt','messages:action-siteadmin','s:96:\"alt:информационный базаны туйукташ эдери ле оны ачары\";'),('alt','messages:action-suppressionlog','s:63:\"alt:бойы керегинде журналды кӧрӧргӧ\";'),('alt','messages:action-suppressredirect','s:98:\"alt:эски адынаҥ уландырыш этпей бӱктердиҥ адын солыыры\";'),('alt','messages:action-suppressrevision','s:107:\"alt:бӱктердиҥ јажырган версияларын кӧрӧргӧ лӧ орныктырарга\";'),('alt','messages:action-unblockself','s:54:\"alt:бойын туйукташтаҥ чыгарары\";'),('alt','messages:action-undelete','s:41:\"alt:бӱктерди орныкырары\";'),('alt','messages:action-unwatchedpages','s:73:\"alt:ширтелбеген бӱктердиҥ тизимин кӧрӧри\";'),('alt','messages:action-upload','s:53:\"alt:бу файлды кийдире тартарга\";'),('alt','messages:action-upload_by_url','s:74:\"alt:URL-ду адрестеҥ файлды кийдире тартарга\";'),('alt','messages:action-userrights','s:81:\"alt:турыжаачылардыҥ ончо аргаларын ӧскӧртӧри\";'),('alt','messages:action-userrights-interwiki','s:104:\"alt:ӧскӧ викилердиҥ туружаачыларыныҥ аргаларын ӧскӧртӧри\";'),('alt','messages:action-viewmyprivateinfo','s:69:\"alt:слер керегинде информацияны кӧрӧри\";'),('alt','messages:action-viewmywatchlist','s:63:\"alt:слердиҥ ширтениҥ тизимин кӧрӧри\";'),('alt','messages:action-viewsuppressed','s:96:\"alt:ончо туружаачылардаҥ јажырган версияларды кӧрӧри\";'),('alt','messages:action-writeapi','s:42:\"alt:API-ни эдинер бичиирге\";'),('alt','messages:actioncomplete','s:29:\"alt:Кылыныш бӱтти\";'),('alt','messages:actionfailed','s:41:\"alt:Кылыныш бӱдӱрилбеди\";'),('alt','messages:actions','s:18:\"alt:Кылыныш\";'),('alt','messages:actionthrottled','s:41:\"alt:Тӱргенин кирелеткен\";');
INSERT INTO `mw_l10n_cache` VALUES ('alt','messages:actionthrottledtext','s:289:\"alt:Каршу јетиретениле тартыжып, кыска ӧйдиҥ туркунына кылыныштыҥ суруларыныҥ ашпайтан тоозына слер једип келгенер.\nБир канча минутанаҥ ойто албаданып кӧрӧр.\";'),('alt','messages:activeusers','s:64:\"alt:Активный туружаачылардыҥ тизими\";'),('alt','messages:activeusers-count','s:77:\"alt:$1 {{PLURAL:$1|кылыныш}} калганчы {{PLURAL:$3|кӱнге}}\";'),('alt','messages:activeusers-excludegroups','s:90:\"alt:Группаларга кирбеген туружаачыларды кӧргӱзер:\";'),('alt','messages:activeusers-from','s:78:\"alt:Туружаачыларды кӧргӱзер баштаган аттар:\";'),('alt','messages:activeusers-groups','s:86:\"alt:Группаларга кирген туружаачыларды кӧргӱзер:\";'),('alt','messages:activeusers-intro','s:163:\"alt:Бу тизимге кирген туружаачылар, кандый бир кылыныш эткен калганчы {{PLURAL:$1|$1 кӱн|$1 кӱнге}}\";'),('alt','messages:activeusers-noresult','s:48:\"alt:Туружаачылар табылбады.\";'),('alt','messages:activeusers-submit','s:66:\"alt:Активный туружаачыларды кӧргӱзер\";'),('alt','messages:activeusers-summary','s:3:\"en:\";'),('alt','messages:addedwatchexpiry-options-label','s:60:\"alt:Ширтениҥ тизиминде болотон ӧй:\";'),('alt','messages:addedwatchexpiryhours','s:173:\"alt:\"[[:$1]]\" бӱк ле оныҥ шӱӱжӱ бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] бир канча саатка кожылган.\";'),('alt','messages:addedwatchexpiryhours-talk','s:146:\"alt:\"[[:$1]]\" бӱк ле оныҥ колбулу бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] кожылган.\";'),('alt','messages:addedwatchexpirytext','s:167:\"alt:\"[[:$1]]\" бӱк ле оныҥ шӱӱжӱ бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] $2 ӧйгӧ јетире кожылган.\";'),('alt','messages:addedwatchexpirytext-talk','s:154:\"alt:\"[[:$1]]\" шӱӱжӱ ле оныҥ колбулу бӱги слердиҥ [[Special:Watchlist|ширтениҥ тизимине]] $2 кожылган.\";'),('alt','messages:addedwatchindefinitelytext','s:160:\"alt:\"[[:$1]]\" бӱк ле оныҥ шӱӱжӱ бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] эр-јажына кожылган.\";'),('alt','messages:addedwatchindefinitelytext-talk','s:164:\"alt:\"[[:$1]]\" бӱк ле оныҥ колбулу бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] эр-јажына кожылган.\";'),('alt','messages:addedwatchtext','s:142:\"alt:\"[[:$1]]\" бӱк ле оныҥ шӱӱжӱ бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] кожылган.\";'),('alt','messages:addedwatchtext-short','s:80:\"alt:\"$1\" бӱк слердиҥ ширтениҥ тизимине кожылды.\";'),('alt','messages:addedwatchtext-talk','s:146:\"alt:\"[[:$1]]\" бӱк ле оныҥ колбулу бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизимине]] кожылган.\";'),('alt','messages:addsection','s:4:\"en:+\";'),('alt','messages:addsection-editintro','s:3:\"en:\";'),('alt','messages:addsection-preload','s:3:\"en:\";'),('alt','messages:addwatch','s:48:\"alt:Ширтениҥ тизимине кожор\";'),('alt','messages:ago','s:13:\"alt:$1 озо\";'),('alt','messages:all-logs-page','s:48:\"alt:Кӧргӧдий ончо журналдар\";'),('alt','messages:allarticles','s:31:\"alt:Бастыра бӱктер\";'),('alt','messages:allinnamespace','s:62:\"alt:Ончо бӱктер ($1 аттардыҥ телкеми)\";'),('alt','messages:alllogstext','s:331:\"alt:{{SITENAME}} сайттыҥ журналыдарыныҥ текши тизими.\nСлер журнал, туружаачыныҥ ады (регистрдеҥ камаанду), эмезе бу алган бӱк (регистрдеҥ база камаанду) аайынча турулталарды ылгаар аргалу.\";'),('alt','messages:allmessages','s:41:\"alt:Системаныҥ јетирӱзи\";'),('alt','messages:allmessages-filter','s:70:\"alt:Статус солынганы аайынча ылгаштыру:\";'),('alt','messages:allmessages-filter-all','s:12:\"alt:Ончо\";'),('alt','messages:allmessages-filter-legend','s:22:\"alt:Ылгаштыру\";'),('alt','messages:allmessages-filter-modified','s:22:\"alt:Солынганы\";'),('alt','messages:allmessages-filter-submit','s:22:\"alt:Ылгаштыру\";'),('alt','messages:allmessages-filter-translate','s:20:\"alt:Кӧчӱрери\";'),('alt','messages:allmessages-filter-unmodified','s:26:\"alt:Солынбаганы\";'),('alt','messages:allmessages-language','s:13:\"alt:Тили:\";'),('alt','messages:allmessages-not-supported-database','s:150:\"alt:Бӱкке кирерге јарабас, нениҥ учун дезе, <strong>$wgUseDatabaseMessages</strong> опция токтодылган.\";'),('alt','messages:allmessages-prefix','s:53:\"alt:Префикс аайынча ылгаштыру:\";'),('alt','messages:allmessagescurrent','s:46:\"alt:Тургуза ӧйдӧги бичимел\";'),('alt','messages:allmessagesdefault','s:46:\"alt:Озодоҥ болотон бичимел\";'),('alt','messages:allmessagesname','s:10:\"alt:Ады\";'),('alt','messages:allmessagestext','s:468:\"alt:Бу \"MediaWiki\"-ҥ аттарыныҥ телкеминде бар системаныҥ јетирӱлериниҥ тизими.\nСлер \"MediaWiki\"-ҥ текши интерфейсиниҥ кӧчӱрине кожулта эдерге турган болзор [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki-и кӧчӱрер] ле [https://translatewiki.net translatewiki.net] проектердиҥ бӱгине кирип кӧрӧр.\";'),('alt','messages:allowemail','s:118:\"alt:Ӧскӧ туружаачылардаҥ электрон почтаны меге аткарарын јарадар\";'),('alt','messages:allpages','s:31:\"alt:Бастыра бӱктер\";'),('alt','messages:allpages-bad-ns','s:90:\"alt:{{SITENAME}} деп сайтта «$1» деп аттардыҥ телкеми јок.\";'),('alt','messages:allpages-hide-redirects','s:47:\"alt:Уландырыштарды јажырар\";'),('alt','messages:allpages-summary','s:3:\"en:\";'),('alt','messages:allpagesbadtitle','s:239:\"alt:Бӱктиҥ ады јастыра. Бажалыкта интервики, тил ортодо эдинетен префикс бар эмезе бажалыктарга јарабас символдор бар болор аргалу.\";'),('alt','messages:allpagesfrom','s:66:\"alt:Бӱктерди кӧргӱзер ады башталганы:\";'),('alt','messages:allpagesprefix','s:94:\"alt:Бӱктердиҥ аттары башталганы аайынча бедреп ийер:\";'),('alt','messages:allpagessubmit','s:14:\"alt:Барар\";'),('alt','messages:allpagesto','s:65:\"alt:Бӱктерди кӧргӱзетенин токтодоры:\";'),('alt','messages:alreadyrolled','s:550:\"alt:[[User:$2|$2]] туружаачыныҥ ([[User talk:$2|шӱӱжӱ]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]) [[:$1]] бӱктиҥ калганчы эткен солынтыларын кайраладып болбос.\nӦскӧ та кем де бу тӱзедӱлерди кайраладып ийген.\n\nКалганчы солынтыларды кайраладып ийген туружаачы[[User:$3|$3]] ([[User talk:$3|шӱӱжӱ]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('alt','messages:ancientpages','s:91:\"alt:Калганчы тӱзедӱни эткен ӧйи аайынча бичимелдер\";'),('alt','messages:ancientpages-summary','s:3:\"en:\";'),('alt','messages:and','s:13:\"alt:&#32;ле\";'),('alt','messages:anoncontribs','s:18:\"alt:Кошконы\";'),('alt','messages:anoneditwarning','s:462:\"alt:<strong>Ајару:</strong> Слер кирбегенер сайтка. Солынтылар этсер слердиҥ IP адрезер ончозына кӧрӱне берер.<strong>[$1 Кирип ийзер]</strong> эмезе <strong>[$2 јаҥы аккаунт эдип алзар]</strong>, тӱзедӱ ижер слердиҥ туружаачыныҥ адынаҥ болор, анайда ок слерге ӧскӧ аргалар кожылар.\";'),('alt','messages:anonnotice','s:4:\"en:-\";'),('alt','messages:anononlyblock','s:34:\"alt:јӱк ле анонимдер\";'),('alt','messages:anonpreviewwarning','s:198:\"alt:<em>Слер системага кирбегенер. Јарлап ийзер слердиҥ IP-адрезер бӱктиҥ солынытыларыныҥ журналына бичилер.</em>\";'),('alt','messages:anontalk','s:14:\"alt:Шӱӱжӱ\";'),('alt','messages:anontalkpagetext','s:715:\"alt:<em>Аккаунт тӧзӧбӧгӧн эмезе оны эдинбей турган аноним туружаачыныҥ шӱӱжер бӱги.</em>\nОныҥ учун биске, IP адрези ажыра оны танырга келижет.\nБу ла IP адрести ӧскӧ туружаачылар эдинер аргалу.\nСлер аноним туружаачы болуп, слерге эмес самара алганар деп санаа-шӱӱлтеге келген болзор мынаҥ ары, ӧскӧ аноним туружаачылар ла катай булгалышпаска [[Special:CreateAccount|аккаунт эдер]] эмезе [[Special:UserLogin|кирип ийер]] .\";'),('alt','messages:anonuser','s:51:\"alt:{{SITENAME}} аноним туружаачы $1\";'),('alt','messages:anonusers','s:91:\"alt:{{SITENAME}} ады јок {{PLURAL:$2|туружаачы|туружаачылар}} $1\";'),('alt','messages:anonymous','s:108:\"alt:{{SITENAME}} сайттыҥ аноним {{PLURAL:$1|туружаачызы|туружаачылары}}\";'),('alt','messages:api-clientside-error-aborted','s:36:\"alt:Суру токтодылган.\";'),('alt','messages:api-clientside-error-http','s:60:\"alt:Сервер јастырыш јандырды: HTTP $1.\";'),('alt','messages:api-clientside-error-invalidresponse','s:66:\"alt:Сервердеҥ келген јастыралу каруу.\";'),('alt','messages:api-clientside-error-noconnect','s:180:\"alt:Серверле колбу тудар арга јок. Слердиҥ Интернетке колбоныш иштегенин кӧрӧлӧ ойто катап умзанар.\";'),('alt','messages:api-clientside-error-timeout','s:100:\"alt:Сакылта ӧйдиҥ туркунына сервер каруузын јандырбады.\";'),('alt','messages:api-credits','s:611:\"ru:Разработчики API:\n* Yuri Astrakhan (создатель, ведущий разработчик с сентября 2006 по сентябрь 2007)\n* Roan Kattouw (ведущий разработчик 2007—2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (ведущий разработчик 2013—2020)\n\nПожалуйста, присылайте ваши комментарии, предложения и вопросы на адрес mediawiki-api@lists.wikimedia.org\nили присылайте отчёты об ошибках на https://phabricator.wikimedia.org/.\";'),('alt','messages:api-credits-header','s:21:\"ru:Создатели\";'),('alt','messages:api-error-badtoken','s:61:\"alt:Ичиндеги јастырыш: Јаман токен.\";'),('alt','messages:api-error-emptypage','s:80:\"alt:Јаҥы, куру бӱктерди тӧзӧӧри јарадылбаган.\";'),('alt','messages:api-error-publishfailed','s:135:\"alt:Ичиндеги јастырыш: Сервер бир канча ӧйгӧ эдилген файлды јарлап болбоды.\";'),('alt','messages:api-error-stashfailed','s:137:\"alt:Ичиндеги јастырыш: Сервер бир канча ӧйгӧ эдилген файлды артызып болбоды.\";'),('alt','messages:api-error-unknown-warning','s:39:\"alt:Јарты јок ајару: \"$1\".\";'),('alt','messages:api-error-unknownerror','s:45:\"alt:Јарты јок јастырыш: \"$1\".\";'),('alt','messages:api-exception-trace','s:18:\"ru:$1 в $2($3)\n$4\";'),('alt','messages:api-feed-error-title','s:20:\"ru:Ошибка ($1)\";'),('alt','messages:api-format-prettyprint-header','s:613:\"ru:Это HTML-представление формата $1. HTML хорош для отладки, но неудобен для практического применения.\n\nУкажите параметр <var>format</var> для изменения формата вывода. Для отображения не-HTML-представления формата $1, присвойте <kbd>format=$2</kbd>.\n\nСм. [[mw:Special:MyLanguage/API|полную документацию]] или [[Special:ApiHelp/main|справку API]] для получения дополнительной информации.\";'),('alt','messages:api-format-prettyprint-header-hyperlinked','s:599:\"ru:Это HTML-представление формата $1. HTML хорош для отладки, но неудобен для практического применения.\n\nУкажите параметр <var>format</var> для изменения формата вывода. Для отображения не-HTML-представления формата $1, присвойте [$3 <kbd>format=$2</kbd>].\n\nСм. [[mw:API|полную документацию]] или [[Special:ApiHelp/main|справку API]] для получения дополнительной информации.\";'),('alt','messages:api-format-prettyprint-header-only-html','s:349:\"ru:Это HTML-представление для отладки, не рассчитанное на практическое применение.\n\nСм. [[mw:Special:MyLanguage/API|полную документацию]] или [[Special:ApiHelp/main|справку API]] для получения дополнительной информации.\";'),('alt','messages:api-format-prettyprint-status','s:81:\"ru:Этот ответ будет возвращён HTTP статусом $1 $2.\";'),('alt','messages:api-format-title','s:35:\"ru:Результат MediaWiki API\";'),('alt','messages:api-help-authmanager-general-usage','s:1994:\"ru:Стандартная процедура использования этого модуля такова:\n# Запрос полей, доступных из <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$4</kbd>, и токена <kbd>$5</kbd> из <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Предоставление полей пользователю и получение его данных.\n# Запрос к этому модулю, содержащий <var>$1returnurl</var> или аналогичное поле.\n# Проверка поля <samp>status</samp> ответа.\n#* Если вы получили <samp>PASS</samp> или <samp>FAIL</samp>, вы закончили. Операция либо завершилась успехом, либо нет.\n#* Если вы получили <samp>UI</samp>, предоставьте новые поля пользователю и получите новые данные. Затем совершите новый запрос с параметром <var>$1continue</var> и новыми полями, после чего повторите пункт 4.\n#* Если вы получили <samp>REDIRECT</samp>, отправьте пользователя на <samp>redirecttarget</samp> и подождите возвращения на <var>$1returnurl</var>. Затем совершите запрос к этому модулю с параметром <var>$1continue</var> и всеми полями, содержащимися в возвращённой ссылке, и повторите пункт 4.\n#* Если вы получили <samp>RESTART</samp>, это означает, что аутентификация работает, но мы не привязали пользовательский аккаунт. Вы можете рассматривать это как <samp>UI</samp> или <samp>FAIL</samp>.\";'),('alt','messages:api-help-authmanagerhelper-additional-params','s:556:\"ru:Этот модуль принимает дополнительные параметры в зависимости от доступных аутентификационных запросов. Используйте <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$1</kbd> (или предыдущий ответ этого модуля, если доступен) для определения, какие запросы доступны и какие поля они используют.\";'),('alt','messages:api-help-authmanagerhelper-continue','s:243:\"ru:Этот запрос — продолжение после предшествующего ответа <samp>UI</samp> или <samp>REDIRECT</samp>. Либо этот параметр, либо <var>$1returnurl</var>, обязателен.\";'),('alt','messages:api-help-authmanagerhelper-mergerequestfields','s:137:\"ru:Слить поля информации со всех аутентификационных запросов в один массив.\";'),('alt','messages:api-help-authmanagerhelper-messageformat','s:93:\"ru:Формат, используемый для возвращаемых сообщений.\";'),('alt','messages:api-help-authmanagerhelper-preservestate','s:157:\"ru:Сохранить состояние с предыдущей провалившейся попытки авторизации, если возможно.\";'),('alt','messages:api-help-authmanagerhelper-request','s:257:\"ru:Использовать этот аутентификационный запрос, с <samp>id</samp>, возвращённом из <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$1</kbd>.\";'),('alt','messages:api-help-authmanagerhelper-requests','s:343:\"ru:Использовать только эти аутентификационные запросы, с <samp>id</samp>, возвращённом из <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> с <kbd>amirequestsfor=$1</kbd>, или из предыдущего ответа этого модуля.\";'),('alt','messages:api-help-authmanagerhelper-returnurl','s:921:\"ru:Вернуть ссылку для стороннего процесса аутентификации, должна быть абсолютной. Либо этот параметр, либо <var>$1continue</var>, обязателен.\n\nПосле получения ответа <samp>REDIRECT</samp>, вы, как правило, должны открыть в браузере или вэб-просмотрщике указанную в <samp>redirecttarget</samp> ссылку для продолжения стороннего процесса аутентификации. По завершению, сторонний сервис отошлёт браузеру или веб-просмотрщику эту ссылку. Вы должны извлечь все параметры из ссылки и отослать их в параметр <var>$1continue</var> запроса к этому модулю.\";'),('alt','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('alt','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('alt','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('alt','messages:api-help-datatypes-header','s:24:\"ru:Типы данных\";'),('alt','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('alt','messages:api-help-examples','s:33:\"ru:Пример{{PLURAL:$1||ы}}:\";'),('alt','messages:api-help-flag-deprecated','s:40:\"ru:Этот модуль устарел.\";'),('alt','messages:api-help-flag-generator','s:109:\"ru:Этот модуль может быть использован в качестве генератора.\";'),('alt','messages:api-help-flag-internal','s:188:\"ru:<strong>Этот модуль внутренний или нестабильный.</strong> Его операции могут измениться без предупреждения.\";'),('alt','messages:api-help-flag-mustbeposted','s:77:\"ru:Этот модуль принимает только POST-запросы.\";'),('alt','messages:api-help-flag-readrights','s:67:\"ru:Этот модуль требует прав на чтение.\";'),('alt','messages:api-help-flag-writerights','s:67:\"ru:Этот модуль требует прав на запись.\";'),('alt','messages:api-help-flags','s:3:\"en:\";'),('alt','messages:api-help-help-urls','s:3:\"en:\";'),('alt','messages:api-help-lead','s:233:\"ru:Это автоматически сгенерированная страница документации MediaWiki API.\n\nДокументация и примеры: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('alt','messages:api-help-license','s:30:\"ru:Лицензия: [[$1|$2]]\";'),('alt','messages:api-help-license-noname','s:46:\"ru:Лицензия: [[$1|см. ссылку]]\";'),('alt','messages:api-help-license-unknown','s:65:\"ru:Лицензия: <span class=\"apihelp-unknown\">unknown</span>\";'),('alt','messages:api-help-main-header','s:30:\"ru:Главный модуль\";'),('alt','messages:api-help-no-extended-description','s:3:\"en:\";'),('alt','messages:api-help-open-in-apisandbox','s:56:\"ru:<small>[открыть в песочнице]</small>\";'),('alt','messages:api-help-param-continue','s:315:\"ru:Когда доступно больше результатов, используйте это для продолжения.\nБолее подробную информацию о том, как продолжить запросы, [[mw:Special:MyLanguage/API:Continue|можно найти на mediawiki.org]].\";'),('alt','messages:api-help-param-default-empty','s:75:\"ru:По умолчанию: <span class=\"apihelp-empty\">(пусто)</span>\";'),('alt','messages:api-help-param-deprecated','s:20:\"ru:Устарело.\";'),('alt','messages:api-help-param-deprecated-label','s:23:\"ru:устаревший\";'),('alt','messages:api-help-param-direction','s:55:\"ru:В каком порядке перечислять:\";'),('alt','messages:api-help-param-disabled-in-miser-mode','s:106:\"ru:Отключено из-за [[mw:Special:MyLanguage/Manual:$wgMiserMode|жадного режима]].\";'),('alt','messages:api-help-param-internal','s:24:\"ru:Внутренний.\";'),('alt','messages:api-help-param-internal-label','s:23:\"ru:внутренний\";'),('alt','messages:api-help-param-limited-in-miser-mode','s:409:\"ru:<strong>Примечание:</strong> Из-за [[mw:Special:MyLanguage/Manual:$wgMiserMode|жадного режима]], использование этого может привести к меньшему, чем <var>$1limit</var>, числу результатов перед продолжением; в крайнем случае, может вернуться и ноль результатов.\";'),('alt','messages:api-help-param-multi-all','s:91:\"ru:Для указания всех значений, используйте <kbd>$1</kbd>.\";'),('alt','messages:api-help-param-multi-separate','s:173:\"ru:Разделяйте значения с помощью <kbd>|</kbd> или [[Special:ApiHelp/main#main/datatypes|альтернативного разделителя]].\";'),('alt','messages:api-help-param-no-description','s:79:\"ru:<span class=\"apihelp-empty\">(описание отсутствует)</span>\";'),('alt','messages:api-help-param-templated','s:135:\"ru:Это [[Special:ApiHelp/main#main/templatedparams|шаблонный параметр]]. При отправке запроса $2.\";'),('alt','messages:api-help-param-templated-var','s:67:\"ru:<var>&#x7B;$1&#x7D;</var> — значениями <var>$2</var>\";'),('alt','messages:api-help-param-templated-var-first','s:141:\"ru:<var>&#x7B;$1&#x7D;</var> в названии параметра должно быть заменено значениями <var>$2</var>\";'),('alt','messages:api-help-param-token','s:105:\"ru:Токен «$1», полученный из [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('alt','messages:api-help-param-token-webui','s:152:\"ru:Для обратной совместимости, токен, используемый в веб-интерфейсе, также применим.\";'),('alt','messages:api-help-param-type-enum','s:252:\"ru:{{PLURAL:$1|1=Одно из следующих значений|2=Значения (разделённые с помощью <kbd>{{!}}</kbd> или [[Special:ApiHelp/main#main/datatypes|альтернативного разделителя]])}}: $2\";'),('alt','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('alt','messages:api-help-param-type-limit','s:54:\"ru:Тип: целое число или <kbd>max</kbd>\";'),('alt','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('alt','messages:api-help-param-type-timestamp','s:190:\"ru:Тип: {{PLURAL:$1|1=временная метка|2=список временных меток}} ([[Special:ApiHelp/main#main/datatype/timestamp|разрешённые форматы]])\";'),('alt','messages:api-help-parameters','s:103:\"ru:{{PLURAL:$1|Определённый параметр|Определённые параметры}}:\";'),('alt','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('alt','messages:api-help-paramvalue-direction-newer','s:128:\"ru:Начать с самых старых. Обратите внимание: $1start должно быть раньше $1end.\";'),('alt','messages:api-help-paramvalue-direction-older','s:150:\"ru:Начать с самых новых (по умолчанию). Обратите внимание: $1start должно быть позже $1end.\";'),('alt','messages:api-help-permissions','s:59:\"ru:{{PLURAL:$1|Разрешение|Разрешения}}:\";'),('alt','messages:api-help-permissions-granted-to','s:47:\"ru:{{PLURAL:$1|Гарантируется}}: $2\";'),('alt','messages:api-help-right-apihighlimits','s:309:\"ru:Использовать высокие лимиты в запросах API (медленные запросы: $1, быстрые запросы: $2). Лимиты для медленных запросов также применимы к параметрам со множеством значений.\";'),('alt','messages:api-help-source','s:23:\"ru:Источник: $1\";'),('alt','messages:api-help-source-unknown','s:65:\"ru:Источник: <span class=\"apihelp-unknown\">unknown</span>\";'),('alt','messages:api-help-templatedparams','s:1081:\"ru:Шаблонные параметры используются в случаях, когда модулю API нужно получить по параметру со значением на каждое значение другого параметра. Например, если бы был модуль API, запрашивающий фрукты, у него мог бы быть параметр <var>фрукты</var>, указывающий, какие фрукты запрашиваются, и шаблонный параметр <var>{фрукт}-в-количестве</var>, указывающий, сколько фруктов каждого вида запросить. Клиент API, который хочет запросить 1 яблоко, 5 бананов и 20 апельсинов, мог бы тогда сделать запрос наподобие <kbd>фрукты=яблоки|бананы|апельсины&яблоки-в-количестве=1&бананы-в-количестве=5&апельсины-в-количестве=20</kbd>.\";'),('alt','messages:api-help-templatedparams-header','s:40:\"ru:Шаблонные параметры\";'),('alt','messages:api-help-title','s:31:\"ru:Справка MediaWiki API\";'),('alt','messages:api-help-undocumented-module','s:58:\"ru:Нет документации для модуля $1.\";'),('alt','messages:api-login-fail-aborted','s:469:\"ru:Аутентификация требует взаимодействия с пользователем, что не поддерживается <kbd>action=login</kbd>. Чтобы авторизовываться через <kbd>action=login</kbd>, см. [[Special:BotPasswords]]. Для продолжения использования авторизации основного аккаунта см. <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('alt','messages:api-login-fail-aborted-nobotpw','s:271:\"ru:Аутентификация требует взаимодействия с пользователем, что не поддерживается <kbd>action=login</kbd>. Для авторизации см. <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('alt','messages:api-login-fail-badsessionprovider','s:84:\"ru:Авторизация при использовании $1 невозможна.\";'),('alt','messages:api-login-fail-sameorigin','s:132:\"ru:Авторизация при использовании правила ограничения домена невозможна.\";'),('alt','messages:api-pageset-param-converttitles','s:376:\"ru:Преобразовать заголовки в другой вариант, если это необходимо. Работает только если язык содержимого вики поддерживает преобразование вариантов. Языки, поддерживающие преобразование, включают в себя $1.\";'),('alt','messages:api-pageset-param-generator','s:298:\"ru:Получить список страниц для работы, запустив указанный запрос-модуль.\n\n<strong>Примечание:</strong> названия параметров генераторов должны начинаться с «g», см. примеры.\";'),('alt','messages:api-pageset-param-pageids','s:82:\"ru:Список идентификаторов страниц для работы.\";'),('alt','messages:api-pageset-param-redirects-generator','s:236:\"ru:Автоматически разрешать перенаправления в <var>$1titles</var>, <var>$1pageids</var> и <var>$1revids</var>, а также на страницах, возвращённых <var>$1generator</var>.\";'),('alt','messages:api-pageset-param-redirects-nogenerator','s:148:\"ru:Автоматически разрешать перенаправления в <var>$1titles</var>, <var>$1pageids</var> и <var>$1revids</var>.\";'),('alt','messages:api-pageset-param-revids','s:509:\"ru:Список идентификаторов версий для работы. Обратите внимание, что почти все модули запросов преобразуют идентификаторы версий в соответствующие идентификаторы страниц и вместо этого работают с последней версией. Только <kbd>prop=revisions</kbd> использует в своём ответе точные версии.\";'),('alt','messages:api-pageset-param-titles','s:57:\"ru:Список заголовков для работы.\";'),('alt','messages:api-usage-docref','s:50:\"ru:См. $1 для использования API.\";'),('alt','messages:api-usage-mailinglist-ref','s:330:\"ru:Подпишитесь на электронную рассылку MediaWiki API на &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt;, чтобы получать информацию о неподдерживаемых функциях и ломающих изменениях.\";'),('alt','messages:apierror-allimages-redirect','s:195:\"ru:Используйте <kbd>gaifilterredir=nonredirects</kbd> вместо <var>redirects</var> при использовании <kbd>allimages</kbd> в качестве генератора.\";'),('alt','messages:apierror-allpages-generator-redirects','s:194:\"ru:Используйте <kbd>gaifilterredir=nonredirects</kbd> вместо <var>redirects</var> при использовании <kbd>allpages</kbd> в качестве генератора.\";'),('alt','messages:apierror-appendnotsupported','s:123:\"ru:Невозможно дописать страницы, использующие модель содержимого $1.\";'),('alt','messages:apierror-articleexists','s:94:\"ru:Статья, которую вы пытаетесь создать, уже создана.\";'),('alt','messages:apierror-assertanonfailed','s:132:\"ru:Вы больше не авторизированы, поэтому действие не может быть завершено.\";'),('alt','messages:apierror-assertbotfailed','s:125:\"ru:У вас нет права <code>bot</code>, поэтому действие не может быть выполнено.\";'),('alt','messages:apierror-assertnameduserfailed','s:148:\"ru:Вы больше не авторизированны как «$1», поэтому действие не может быть завершено.\";'),('alt','messages:apierror-assertuserfailed','s:132:\"ru:Вы больше не авторизированы, поэтому действие не может быть завершено.\";'),('alt','messages:apierror-autoblocked','s:191:\"ru:Ваш IP-адрес был автоматически заблокирован, потому что он был использован заблокированным участником.\";'),('alt','messages:apierror-bad-badfilecontexttitle','s:92:\"ru:Неверное название в параметре <var>$1badfilecontexttitle</var>.\";'),('alt','messages:apierror-bad-watchlist-token','s:201:\"ru:Предоставлен некорректный токен списка наблюдения. Пожалуйста, установите корректный токен в [[Special:Preferences]].\";'),('alt','messages:apierror-badconfig-resulttoosmall','s:184:\"ru:Значение <code>$wgAPIMaxResultSize</code> этой вики слишком мало, чтобы вместить базовую информацию о результате.\";'),('alt','messages:apierror-badcontinue','s:171:\"ru:Некорректный параметр continue. Вы должны передать значение, возвращённое предыдущим запросом.\";'),('alt','messages:apierror-baddiff','s:237:\"ru:Сравнение версий не может быть проведено. Одна или обе версии не существуют или у вас не достаточно прав чтобы просматривать их.\";'),('alt','messages:apierror-baddiffto','s:145:\"ru:<var>$1diffto</var> должно быть неотрицательным числом, <kbd>prev</kbd>, <kbd>next</kbd> или <kbd>cur</kbd>.\";'),('alt','messages:apierror-badformat','s:150:\"ru:Запрашиваемый формат $1 не поддерживается моделью содержимого $2, используемой $3.\";'),('alt','messages:apierror-badformat-generic','s:121:\"ru:Запрашиваемый формат $1 не поддерживается моделью содержимого $2.\";'),('alt','messages:apierror-badgenerator-notgenerator','s:119:\"ru:Модуль <kbd>$1</kbd> не может быть использован в качестве генератора.\";'),('alt','messages:apierror-badgenerator-unknown','s:50:\"ru:Неизвестный <kbd>generator=$1</kbd>.\";'),('alt','messages:apierror-badip','s:46:\"ru:Параметр IP некорректен.\";'),('alt','messages:apierror-badmd5','s:77:\"ru:Предоставленный хэш MD5 был некорректным.\";'),('alt','messages:apierror-badmodule-badsubmodule','s:66:\"ru:У модуля <kbd>$1</kbd> нет подмодуля «$2».\";'),('alt','messages:apierror-badmodule-nosubmodules','s:61:\"ru:У модуля <kbd>$1</kbd> нет подмодулей.\";'),('alt','messages:apierror-badparameter','s:78:\"ru:Некорректное значение параметра <var>$1</var>.\";'),('alt','messages:apierror-badquery','s:41:\"ru:Некорректный запрос.\";'),('alt','messages:apierror-badtimestamp','s:115:\"ru:Некорректное значение «$2» параметра временной метки <var>$1</var>.\";'),('alt','messages:apierror-badtoken','s:44:\"ru:Некорректный токен CSRF.\";'),('alt','messages:apierror-badupload','s:342:\"ru:Параметр загрузки файла <var>$1</var> не является загрузкой файла; убедитесь, что вы используете <code>multipart/form-data</code> в вашем POST запросе и включаете название файла в заголовок <code>Content-Disposition</code>.\";'),('alt','messages:apierror-badurl','s:98:\"ru:Некорректное значения «$2» параметра ссылки <var>$1</var>.\";'),('alt','messages:apierror-baduser','s:104:\"ru:Некорректное значение «$2» параметра участника <var>$1</var>.\";'),('alt','messages:apierror-badvalue-notmultivalue','s:208:\"ru:Разделение значений с помощью U+001F может быть использовано только в параметрах, принимающих несколько значений.\";'),('alt','messages:apierror-blocked','s:82:\"ru:Редактирование было для вас заблокировано.\";'),('alt','messages:apierror-blocked-partial','s:104:\"ru:Вы были заблокированы от редактирования этой страницы.\";'),('alt','messages:apierror-blockedfrommail','s:104:\"ru:Отправка электронной почты была для вас заблокирована.\";'),('alt','messages:apierror-botsnotsupported','s:83:\"ru:Этот интерфейс не поддерживается для ботов.\";'),('alt','messages:apierror-cannot-async-upload-file','s:512:\"ru:Параметры <var>async</var> и <var>file</var> не могут применяться вместе. Если вы хотите ассинхронно обработать загруженный файл, сначала загрузите его во временное хранилище (используя параметр <var>stash</var>), а затем опубликуйте этот файл ассинхронно (используя параметры <var>filekey</var> и <var>async</var>).\";'),('alt','messages:apierror-cannotreauthenticate','s:139:\"ru:Это действие недоступно, так как ваша личность не может быть подтверждена.\";'),('alt','messages:apierror-cannotviewtitle','s:54:\"ru:У вас нет прав на просмотр $1.\";'),('alt','messages:apierror-cantblock','s:73:\"ru:У вас нет прав блокировать участников.\";'),('alt','messages:apierror-cantblock-email','s:163:\"ru:У вас нет прав блокировать участникам отправку электронной почты через интерфейс вики.\";'),('alt','messages:apierror-cantchangecontentmodel','s:99:\"ru:У вас нет прав изменять модель содержимого страницы.\";'),('alt','messages:apierror-canthide','s:119:\"ru:У вас нет прав скрывать имена участников из журнала блокировок.\";'),('alt','messages:apierror-cantimport','s:73:\"ru:У вас нет прав импортировать страницы.\";'),('alt','messages:apierror-cantimport-upload','s:96:\"ru:У вас нет прав импортировать загруженные страницы.\";'),('alt','messages:apierror-cantoverwrite-sharedfile','s:146:\"ru:Целевой файл существует в общем репозитории и у вас нет прав перезаписать его.\";'),('alt','messages:apierror-cantsend','s:325:\"ru:Вы не авторизованы, ваш электронный адрес не подтверждён или у вас нет прав на отправку электронной почты другим участникам, поэтому вы не можете отправить электронное письмо.\";'),('alt','messages:apierror-cantundelete','s:184:\"ru:Невозможно восстановить: возможно, запрашиваемые версии не существуют или уже были восстановлены.\";'),('alt','messages:apierror-cantview-deleted-comment','s:107:\"ru:У вас нет разрешения на просмотр удаленных комментариев.\";'),('alt','messages:apierror-cantview-deleted-description','s:112:\"ru:У вас нет разрешения на просмотр описаний удаленных файлов.\";'),('alt','messages:apierror-cantview-deleted-metadata','s:116:\"ru:У вас нет разрешения на просмотр метаданных удаленных файлов.\";'),('alt','messages:apierror-cantview-deleted-revision-content','s:122:\"ru:У вас нет разрешения на просмотр содержимого удаленных редакций.\";'),('alt','messages:apierror-changeauth-norequest','s:82:\"ru:Попытка создать запрос правки провалилась.\";'),('alt','messages:apierror-changecontentmodel-cannot-convert','s:107:\"ru:Не удалось преобразовать $1 в модель содержимого <code>$2</code>\";'),('alt','messages:apierror-changecontentmodel-cannotbeused','s:107:\"ru:Модель содержимого <code>$1</code> не может использоваться на $2\";'),('alt','messages:apierror-changecontentmodel-missingtitle','s:263:\"ru:Указанная вами страница не существует. Чтобы создать новую страницу с пользовательской моделью содержимого, используйте модуль <kbd>action=edit</kbd>.\";'),('alt','messages:apierror-changecontentmodel-nodirectediting','s:126:\"ru:Модель содержимого <code>$1</code> не поддерживает прямое редактирование\";'),('alt','messages:apierror-chunk-too-small','s:170:\"ru:Минимальный размер кусочка — $1 {{PLURAL:$1|байт|байта|байт}}, если кусочек не является последним.\";'),('alt','messages:apierror-cidrtoobroad','s:69:\"ru:Диапазоны $1 CIDR, шире /$2, не разрешены.\";'),('alt','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('alt','messages:apierror-compare-no-title','s:219:\"ru:Невозможно выполнить преобразование перед записью правки без заголовка. Попробуйте задать <var>fromtitle</var> или <var>totitle</var>.\";'),('alt','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('alt','messages:apierror-compare-nosuchfromsection','s:61:\"ru:Нет раздела $1 в содержимом «from».\";'),('alt','messages:apierror-compare-nosuchtosection','s:59:\"ru:Нет раздела $1 в содержимом «to».\";'),('alt','messages:apierror-compare-notext','s:93:\"ru:Параметр <var>$1</var> нельзя использовать без <var>$2</var>.\";'),('alt','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('alt','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('alt','messages:apierror-compare-relative-to-nothing','s:90:\"ru:Нет версии \'from\', к которой относится <var>torelative</var>.\";'),('alt','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('alt','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('alt','messages:apierror-contentserializationexception','s:77:\"ru:Сериализация содержимого провалилась: $1\";'),('alt','messages:apierror-contenttoobig','s:215:\"ru:Предоставленное вами содержимое превышает максимальный размер страницы в $1 {{PLURAL:$1|килобайт|килобайта|килобайтов}}.\";'),('alt','messages:apierror-copyuploadbaddomain','s:86:\"ru:Загрузка по ссылке недоступна с этого домена.\";'),('alt','messages:apierror-copyuploadbadurl','s:68:\"ru:Загрузка по этой ссылке недоступна.\";'),('alt','messages:apierror-create-titleexists','s:123:\"ru:Существующие названия не могут быть защищены с помощью <kbd>create</kbd>.\";'),('alt','messages:apierror-csp-report','s:63:\"ru:Ошибка при обработке отчёта CSP: $1.\";'),('alt','messages:apierror-deletedrevs-param-not-1-2','s:107:\"ru:Параметр <var>$1</var> не может быть использован в режимах 1 и 2.\";'),('alt','messages:apierror-deletedrevs-param-not-3','s:113:\"ru:Параметр <var>$1</var> не может быть использован в третьем режиме.\";'),('alt','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('alt','messages:apierror-emptynewsection','s:71:\"ru:Создание пустых разделов невозможно.\";'),('alt','messages:apierror-emptypage','s:83:\"ru:Создание новых пустых страниц не разрешено.\";'),('alt','messages:apierror-exceptioncaught','s:47:\"ru:[$1] Поймано исключение: $2\";'),('alt','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('alt','messages:apierror-filedoesnotexist','s:38:\"ru:Файл не существует.\";'),('alt','messages:apierror-fileexists-sharedrepo-perm','s:196:\"ru:Целевой файл существует в общем репозитории. Используйте параметр <var>ignorewarnings</var>, чтобы перезаписать его.\";'),('alt','messages:apierror-filenopath','s:83:\"ru:Невозможно получить локальный путь к файлу.\";'),('alt','messages:apierror-filetypecannotberotated','s:74:\"ru:Этот тип файлов не может быть повёрнут.\";'),('alt','messages:apierror-formatphp','s:173:\"ru:Этот ответ не может быть представлен с использованием <kbd>format=php</kbd>. См. https://phabricator.wikimedia.org/T68776.\";'),('alt','messages:apierror-imageusage-badtitle','s:89:\"ru:Название для модуля <kbd>$1</kbd> должно быть файлом.\";'),('alt','messages:apierror-import-unknownerror','s:65:\"ru:Неизвестная ошибка при импорте: $1.\";'),('alt','messages:apierror-integeroutofrange-abovebotmax','s:134:\"ru:<var>$1</var> не может быть больше $2 (присвоено $3) для ботов и администраторов.\";'),('alt','messages:apierror-integeroutofrange-abovemax','s:110:\"ru:<var>$1</var> не может быть больше $2 (присвоено $3) для участников.\";'),('alt','messages:apierror-integeroutofrange-belowminimum','s:82:\"ru:<var>$1</var> не может быть меньше $2 (присвоено $3).\";'),('alt','messages:apierror-invalid-chunk','s:145:\"ru:Сумма смещения и размера текущего кусочка превышает заявленный размер файла.\";'),('alt','messages:apierror-invalid-file-key','s:48:\"ru:Некорректный ключ файла.\";'),('alt','messages:apierror-invalidcategory','s:90:\"ru:Введённое вами название категории некорректно.\";'),('alt','messages:apierror-invalidexpiry','s:65:\"ru:Некорректное время истечения «$1».\";'),('alt','messages:apierror-invalidiprange','s:49:\"ru:Неверный CIDR-диапазон «$1».\";'),('alt','messages:apierror-invalidlang','s:86:\"ru:Некорректный код языка для параметра <var>$1</var>.\";'),('alt','messages:apierror-invalidmethod','s:126:\"ru:Неверный метод HTTP. Рассмотрите возможность использования GET или POST.\";'),('alt','messages:apierror-invalidoldimage','s:89:\"ru:Параметр <var>oldimage</var> имеет недопустимый формат.\";'),('alt','messages:apierror-invalidparammix','s:114:\"ru:{{PLURAL:$2|Параметры}} $1 не могут быть использованы одновременно.\";'),('alt','messages:apierror-invalidparammix-cannotusewith','s:124:\"ru:Параметр <kbd>$1</kbd> не может быть использован одновременно с <kbd>$2</kbd>.\";'),('alt','messages:apierror-invalidparammix-mustusewith','s:132:\"ru:Параметр <kbd>$1</kbd> может быть использован только одновременно с <kbd>$2</kbd>.\";'),('alt','messages:apierror-invalidparammix-parse-new-section','s:237:\"ru:<kbd>section=new</kbd> не может быть совмещено с параметрами <var>oldid</var>, <var>pageid</var> или <var>page</var>. Пожалуйста, используйте <var>title</var> и <var>text</var>.\";'),('alt','messages:apierror-invalidsection','s:158:\"ru:Параметр <var>section</var> должен быть действительным идентификатором раздела или <kbd>new</kbd>.\";'),('alt','messages:apierror-invalidsha1base36hash','s:75:\"ru:Предоставленный хэш SHA1Base36 некорректен.\";'),('alt','messages:apierror-invalidsha1hash','s:69:\"ru:Предоставленный хэш SHA1 некорректен.\";'),('alt','messages:apierror-invalidtitle','s:42:\"ru:Плохой заголовок «$1».\";'),('alt','messages:apierror-invalidurlparam','s:86:\"ru:Некорректное значение <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('alt','messages:apierror-invaliduser','s:61:\"ru:Некорректное имя участника «$1».\";'),('alt','messages:apierror-invaliduserid','s:88:\"ru:Некорректный идентификатор участника <var>$1</var>.\";'),('alt','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('alt','messages:apierror-maxbytes','s:114:\"ru:Параметр <var>$1</var> не может быть длиннее $2 {{PLURAL:$2|байта|байтов}}\";'),('alt','messages:apierror-maxchars','s:122:\"ru:Параметр <var>$1</var> не может быть длиннее $2 {{PLURAL:$2|символа|символов}}\";'),('alt','messages:apierror-maxlag','s:101:\"ru:Ожидание $2: $1 {{PLURAL:$1|секунда|секунды|секунд}} задержки.\";'),('alt','messages:apierror-maxlag-generic','s:135:\"ru:Ожидание сервера базы данных: $1 {{PLURAL:$1|секунда|секунды|секунд}} задержки.\";'),('alt','messages:apierror-mimesearchdisabled','s:70:\"ru:Поиск по MIME отключён в жадном режиме.\";'),('alt','messages:apierror-missingcontent-pageid','s:101:\"ru:Отсутствует содержимое страницы с идентификатором $1.\";'),('alt','messages:apierror-missingcontent-revid','s:97:\"ru:Отсутствует содержимое версии с идентификатором $1.\";'),('alt','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('alt','messages:apierror-missingparam','s:67:\"ru:Параметр <var>$1</var> должен быть задан.\";'),('alt','messages:apierror-missingparam-at-least-one-of','s:115:\"ru:{{PLURAL:$2|Параметр|Как минимум один из параметров}} $1 обязателен.\";'),('alt','messages:apierror-missingparam-one-of','s:93:\"ru:{{PLURAL:$2|Параметр|Один из параметров}} $1 обязателен.\";'),('alt','messages:apierror-missingrev-pageid','s:92:\"ru:Нет текущей версии страницы с идентификатором $1.\";'),('alt','messages:apierror-missingrev-title','s:67:\"ru:Нет текущей версии для заголовка $1.\";'),('alt','messages:apierror-missingtitle','s:74:\"ru:Указанная вами страница не существует.\";'),('alt','messages:apierror-missingtitle-byname','s:49:\"ru:Страница $1 не существует.\";'),('alt','messages:apierror-missingtitle-createonly','s:150:\"ru:Несуществующие названия страниц могут быть защищены только с помощью <kbd>create</kbd>.\";'),('alt','messages:apierror-moduledisabled','s:54:\"ru:Модуль <kbd>$1</kbd> был отключён.\";'),('alt','messages:apierror-multival-only-one-of','s:153:\"ru:Параметру <var>$1</var> может быть присвоено только {{PLURAL:$3|значение|одно из значений}} $2.\";'),('alt','messages:apierror-multpages','s:115:\"ru:Параметр <var>$1</var> может быть применён только к одной странице.\";'),('alt','messages:apierror-mustbeloggedin','s:61:\"ru:Вы должны быть авторизованы в $1.\";'),('alt','messages:apierror-mustbeloggedin-changeauth','s:123:\"ru:Вы должны быть авторизованы для смены аутентификационных данных.\";'),('alt','messages:apierror-mustbeloggedin-generic','s:55:\"ru:Вы должны быть авторизованы.\";'),('alt','messages:apierror-mustbeloggedin-linkaccounts','s:106:\"ru:Вы должны быть авторизованы для привязывания аккаунтов.\";'),('alt','messages:apierror-mustbeloggedin-removeauth','s:129:\"ru:Вы должны быть авторизованы для удаления аутентификационных данных.\";'),('alt','messages:apierror-mustbeloggedin-uploadstash','s:128:\"ru:Временное хранилище доступно только для авторизованных участников.\";'),('alt','messages:apierror-mustbeposted','s:65:\"ru:Модуль <kbd>$1</kbd> требует запроса POST.\";'),('alt','messages:apierror-mustpostparams','s:254:\"ru:{{PLURAL:$2|Следующий параметр был найден|Следующие параметры были найдены}} в строке запроса, но {{PLURAL:$2|должен|должны}} находиться в теле POST: $1.\";'),('alt','messages:apierror-no-direct-editing','s:176:\"ru:Прямое редактирование посредством API не поддерживается моделью содержимого $1, используемой $2.\";'),('alt','messages:apierror-noapiwrite','s:96:\"ru:Редактирование этой вики посредством API отключено.\";'),('alt','messages:apierror-nochanges','s:64:\"ru:Никаких правок запрошено не было.\";'),('alt','messages:apierror-nodeleteablefile','s:58:\"ru:Нет такой старой версии файла.\";'),('alt','messages:apierror-noedit','s:78:\"ru:У вас нет прав на редактирование страниц.\";'),('alt','messages:apierror-noedit-anon','s:101:\"ru:Анонимные участники не могут редактировать страницы.\";'),('alt','messages:apierror-noimageredirect','s:110:\"ru:У вас нет прав на создание перенаправлений на изображения.\";'),('alt','messages:apierror-noimageredirect-anon','s:135:\"ru:Анонимные участники не могут создавать перенаправления на изображения.\";'),('alt','messages:apierror-nosuchlogid','s:79:\"ru:Нет записей журналов с идентификатором $1.\";'),('alt','messages:apierror-nosuchpageid','s:64:\"ru:Нет страницы с идентификатором $1.\";'),('alt','messages:apierror-nosuchrcid','s:77:\"ru:Нет недавней правки с идентификатором $1.\";'),('alt','messages:apierror-nosuchrevid','s:60:\"ru:Нет версии с идентификатором $1.\";'),('alt','messages:apierror-nosuchsection','s:28:\"ru:Нет раздела $1.\";'),('alt','messages:apierror-nosuchsection-what','s:34:\"ru:Нет раздела $1 в $2.\";'),('alt','messages:apierror-nosuchuserid','s:66:\"ru:Нет участника с идентификатором $1.\";'),('alt','messages:apierror-notarget','s:86:\"ru:Вы не указали корректной цели этого действия.\";'),('alt','messages:apierror-notpatrollable','s:124:\"ru:Версия r$1 не может быть отпатрулирована, так как она слишком стара.\";'),('alt','messages:apierror-nouploadmodule','s:49:\"ru:Модуль загрузки не задан.\";'),('alt','messages:apierror-opensearch-json-warnings','s:116:\"ru:Предупреждения не могут быть представлены в формате OpenSearch JSON.\";'),('alt','messages:apierror-pagecannotexist','s:109:\"ru:Данное пространство имён не может содержать эти страницы.\";'),('alt','messages:apierror-pagedeleted','s:128:\"ru:Страница была удалена с тех пор, как вы запросили её временную метку.\";'),('alt','messages:apierror-pagelang-disabled','s:87:\"ru:Смена языка страницы не разрешена в этой вики.\";'),('alt','messages:apierror-paramempty','s:72:\"ru:Параметр <var>$1</var> не может быть пустым.\";'),('alt','messages:apierror-parsetree-notwikitext','s:88:\"ru:<kbd>prop=parsetree</kbd> разрешён только для вики-текста.\";'),('alt','messages:apierror-parsetree-notwikitext-title','s:183:\"ru:<kbd>prop=parsetree</kbd> разрешён только для вики-текстового содержимого. $1 использует модель содержимого $2.\";'),('alt','messages:apierror-pastexpiry','s:77:\"ru:Время окончания «$1» находится в прошлом.\";'),('alt','messages:apierror-permissiondenied','s:37:\"ru:У вас нет прав на $1.\";'),('alt','messages:apierror-permissiondenied-generic','s:33:\"ru:Доступ запрещён.\";'),('alt','messages:apierror-permissiondenied-patrolflag','s:150:\"ru:Вам нужно право <code>patrol</code> или <code>patrolmarks</code> для запроса статуса патрулирования.\";'),('alt','messages:apierror-permissiondenied-unblock','s:89:\"ru:У вас нет прав снимать блокировку с участников.\";'),('alt','messages:apierror-prefixsearchdisabled','s:82:\"ru:Поиск по префиксу отключён в жадном режиме.\";'),('alt','messages:apierror-promised-nonwrite-api','s:154:\"ru:Заголовок HTTP <code>Promise-Non-Write-API-Action</code> не может быть передан в записывающие модули API.\";'),('alt','messages:apierror-protect-invalidaction','s:55:\"ru:Недопустимый тип защиты «$1».\";'),('alt','messages:apierror-protect-invalidlevel','s:63:\"ru:Недопустимый уровень защиты «$1».\";'),('alt','messages:apierror-ratelimited','s:183:\"ru:Вы превысили ваше ограничение скорости. Пожалуйста, подождите некоторое время и попробуйте снова.\";'),('alt','messages:apierror-readapidenied','s:108:\"ru:Вам нужны права на чтение для использования этого модуля.\";'),('alt','messages:apierror-readonly','s:91:\"ru:Эта вики находится в режиме «только для чтения».\";'),('alt','messages:apierror-reauthenticate','s:136:\"ru:Вы ещё не авторизовывались в этой сессии, пожалуйста, переавторизуйтесь.\";'),('alt','messages:apierror-redirect-appendonly','s:308:\"ru:Вы попытались отредактировать страницу в режиме следования по перенаправлениям, который должен быть использован в связке с <kbd>section=new</kbd>, <var>prependtext</var> или <var>appendtext</var>.\";'),('alt','messages:apierror-revdel-mutuallyexclusive','s:129:\"ru:Одно и то же поле не может быть использовано и в <var>hide</var>, и в <var>show</var>.\";'),('alt','messages:apierror-revdel-needtarget','s:124:\"ru:Для этого типа RevDel требуется указание целевого названия страницы.\";'),('alt','messages:apierror-revdel-paramneeded','s:115:\"ru:Как минимум одно значение требуется в <var>hide</var> и/или <var>show</var>.\";'),('alt','messages:apierror-revisions-badid','s:83:\"ru:Не было найдено версий по параметру <var>$1</var>.\";'),('alt','messages:apierror-revisions-norevids','s:297:\"ru:Параметр <var>revids</var> не может быть использован с настройками списка (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> и <var>$1end</var>).\";'),('alt','messages:apierror-revisions-singlepage','s:449:\"ru:Параметры <var>titles</var> и <var>pageids</var> и генераторы используются для обработки множества страниц, но параметры <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> и <var>$1end</var> могут быть применены только к одной странице.\";'),('alt','messages:apierror-revwrongpage','s:47:\"ru:r$1 не является версией $2.\";'),('alt','messages:apierror-searchdisabled','s:70:\"ru:Поисковый параметр <var>$1</var> отключён.\";'),('alt','messages:apierror-sectionreplacefailed','s:81:\"ru:Невозможно объединить обновлённый раздел.\";'),('alt','messages:apierror-sectionsnotsupported','s:117:\"ru:Разбиение на разделы не поддерживается моделью содержимого $1.\";'),('alt','messages:apierror-sectionsnotsupported-what','s:79:\"ru:Разбиение на разделы не поддерживается $1.\";'),('alt','messages:apierror-show','s:150:\"ru:Некорректный параметр — вручную исключённые значения не могут быть обработаны.\";'),('alt','messages:apierror-siteinfo-includealldenied','s:153:\"ru:Невозможно отобразить информацию о всех серверах, если <var>$wgShowHostnames</var> не истинно.\";'),('alt','messages:apierror-sizediffdisabled','s:96:\"ru:Подсчёт разницы размеров отключён в жадном режиме.\";'),('alt','messages:apierror-spamdetected','s:111:\"ru:Ваша правка была отклонена, так как содержит спам: <code>$1</code>.\";'),('alt','messages:apierror-specialpage-cantexecute','s:134:\"ru:У вас нет прав, чтобы просматривать результаты этой служебной страницы.\";'),('alt','messages:apierror-stashedfilenotfound','s:91:\"ru:Невозможно найти файл во временном хранилище: $1.\";'),('alt','messages:apierror-stashedit-missingtext','s:92:\"ru:Не найдено содержимого тайника для данного хэша.\";'),('alt','messages:apierror-stashexception','s:5:\"en:$1\";'),('alt','messages:apierror-stashfailed-complete','s:167:\"ru:Загрузка по кусочкам уже завершена, проверьте статус для получения подробной информации.\";'),('alt','messages:apierror-stashfailed-nosession','s:108:\"ru:Не найдено сессии загрузки по кусочкам с заданным ключом.\";'),('alt','messages:apierror-stashfilestorage','s:98:\"ru:Невозможно сохранить файл во временном хранилище: $1\";'),('alt','messages:apierror-stashinvalidfile','s:55:\"ru:Некорректный файл в тайнике.\";'),('alt','messages:apierror-stashnosuchfilekey','s:49:\"ru:Нет такого ключа файла: $1.\";'),('alt','messages:apierror-stashpathinvalid','s:128:\"ru:Ключ файла относится к некорректному формату или сам некорректен: $1.\";'),('alt','messages:apierror-stashwrongowner','s:48:\"ru:Некорректный владелец: $1\";'),('alt','messages:apierror-stashzerolength','s:140:\"ru:Файл имеет нулевую длину и не может быть сохранён во временное хранилище: $1\";'),('alt','messages:apierror-systemblocked','s:81:\"ru:Вы были заблокированы автоматически MediaWiki.\";'),('alt','messages:apierror-templateexpansion-notwikitext','s:162:\"ru:Раскрытие шаблонов разрешено только для вики-текста. $1 использует контентную модель $2.\";'),('alt','messages:apierror-toofewexpiries','s:167:\"ru:Задано $1 {{PLURAL:$1|временная метка|временные метки|временных меток}} истечения, необходимо $2.\";'),('alt','messages:apierror-toomanyvalues','s:140:\"ru:Слишком много значений передано параметру <var>$1</var>. Максимальное число — $2.\";'),('alt','messages:apierror-unknownaction','s:79:\"ru:Заданное действие, <kbd>$1</kbd>, не распознано.\";'),('alt','messages:apierror-unknownerror','s:47:\"ru:Неизвестная ошибка: «$1».\";'),('alt','messages:apierror-unknownerror-editpage','s:52:\"ru:Неизвестная ошибка EditPage: $1.\";'),('alt','messages:apierror-unknownerror-nocode','s:39:\"ru:Неизвестная ошибка.\";'),('alt','messages:apierror-unknownformat','s:52:\"ru:Нераспознанный формат «$1».\";'),('alt','messages:apierror-unrecognizedparams','s:114:\"ru:{{PLURAL:$2|Нераспознанный параметр|Нераспознанные параметры}}: $1\";'),('alt','messages:apierror-unrecognizedvalue','s:86:\"ru:Нераспознанное значение параметра <var>$1</var>: $2.\";'),('alt','messages:apierror-unsupportedrepo','s:129:\"ru:Локальное хранилище файлов не поддерживает запрос всех изображений.\";'),('alt','messages:apierror-upload-filekeyneeded','s:98:\"ru:Необходимо задать <var>filekey</var>, если <var>offset</var> не ноль.\";'),('alt','messages:apierror-upload-filekeynotallowed','s:105:\"ru:Невозможно обработать <var>filekey</var>, если <var>offset</var> равен 0.\";'),('alt','messages:apierror-upload-inprogress','s:102:\"ru:Процесс загрузки из временного хранилища уже запущен.\";'),('alt','messages:apierror-upload-missingresult','s:61:\"ru:Нет результатов данных статуса.\";'),('alt','messages:apierror-urlparamnormal','s:103:\"ru:Невозможно нормализовать параметры изображения для $1.\";'),('alt','messages:apierror-writeapidenied','s:96:\"ru:У вас нет прав на редактирование этой вики через API.\";'),('alt','messages:apihelp','s:37:\"alt:API керегинде болуш\";'),('alt','messages:apihelp-block-example-ip-simple','s:104:\"ru:Заблокировать IP-адрес <kbd>192.0.2.5</kbd> на три дня по причине.\";'),('alt','messages:apihelp-block-example-user-complex','s:248:\"ru:Бессрочно заблокировать участника с указанием причины, и предотвратить создание новых учётных записей и отправку электронной почты.\";'),('alt','messages:apihelp-block-param-actionrestrictions','s:226:\"ru:Список действий, которые необходимо заблокировать для пользователя. Действителен, только если <var>partial</var> установлен в true.\";'),('alt','messages:apihelp-block-param-allowusertalk','s:223:\"ru:Разрешить участнику редактировать свою страницу обсуждения (зависит от <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('alt','messages:apihelp-block-param-anononly','s:178:\"ru:Заблокировать только анонимных участников (т. е. запретить анонимные правки для этого IP-адреса).\";'),('alt','messages:apihelp-block-param-autoblock','s:239:\"ru:Автоматически блокировать последний использованный IP-адрес и все последующие, с которых будут совершаться попытки авторизации.\";'),('alt','messages:apihelp-block-param-expiry','s:402:\"ru:Время истечения срока действия. Может быть относительным (например, <kbd>5 months</kbd> или <kbd>2 weeks</kbd>) или абсолютным (например, <kbd>2014-09-18T12:34:56Z</kbd>). Если задано <kbd>infinite</kbd>, <kbd>indefinite</kbd> или <kbd>never</kbd>, блокировка никогда не истечёт.\";'),('alt','messages:apihelp-block-param-hidename','s:138:\"ru:Скрыть имя участника из журнала блокировок. (Требуется право <code>hideuser</code>).\";'),('alt','messages:apihelp-block-param-namespacerestrictions','s:257:\"ru:Список пространств имён, редактирование в которых заблокировано для этого участника. Действителен, только если <var>partial</var> установлен в true.\";'),('alt','messages:apihelp-block-param-nocreate','s:69:\"ru:Запретить создание учётных записей.\";'),('alt','messages:apihelp-block-param-noemail','s:192:\"ru:Запретить участнику отправлять электронную почту через интерфейс вики. (Требуется право <code>blockemail</code>).\";'),('alt','messages:apihelp-block-param-pagerestrictions','s:258:\"ru:Список заголовков страниц, редактирование которых заблокировано для этого участника. Действителен, только если <var>partial</var> установлен в true.\";'),('alt','messages:apihelp-block-param-partial','s:203:\"ru:Блокировать пользователю доступ только к определённым страницам или пространствам имён, а не ко всему сайту.\";'),('alt','messages:apihelp-block-param-reason','s:39:\"ru:Причина блокировки.\";'),('alt','messages:apihelp-block-param-reblock','s:133:\"ru:Если участник уже заблокирован, перезаписать существующую блокировку.\";'),('alt','messages:apihelp-block-param-tags','s:83:\"ru:Изменить метки записи в журнале блокировок.\";'),('alt','messages:apihelp-block-param-user','s:92:\"ru:Имя участника, которого вы хотите заблокировать.\";'),('alt','messages:apihelp-block-param-userid','s:75:\"ru:Вместо этого укажите <kbd>$1user=#<var>ID</var></kbd>.\";'),('alt','messages:apihelp-block-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('alt','messages:apihelp-block-param-watchuser','s:205:\"ru:Следить за страницей участника и соответствующей страницей обсуждения, принадлежащей участнику или IP-адресу.\";'),('alt','messages:apihelp-block-summary','s:43:\"ru:Блокировка участника.\";'),('alt','messages:apihelp-changeauthenticationdata-example-password','s:120:\"ru:Попытаться изменить текущий пароль участника на <kbd>ExamplePassword</kbd>.\";'),('alt','messages:apihelp-changeauthenticationdata-summary','s:107:\"ru:Смена параметров аутентификации для текущего участника.\";'),('alt','messages:apihelp-changecontentmodel-example','s:150:\"ru:Измените главную страницу, чтобы получить модель <code>текстового</code> содержимого\";'),('alt','messages:apihelp-changecontentmodel-param-bot','s:113:\"ru:Пометьте изменение модели содержимого с помощью флага бота.\";'),('alt','messages:apihelp-changecontentmodel-param-model','s:52:\"ru:Модель нового содержимого.\";'),('alt','messages:apihelp-changecontentmodel-param-pageid','s:230:\"ru:Идентификатор страницы, для которой необходимо изменить модель содержимого. Нельзя использовать одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-changecontentmodel-param-summary','s:85:\"ru:Изменить описание и причину записи в журнале\";'),('alt','messages:apihelp-changecontentmodel-param-tags','s:127:\"ru:Измените метки для применения к записи журнала и отредактируйте её.\";'),('alt','messages:apihelp-changecontentmodel-param-title','s:221:\"ru:Название страницы, для которой необходимо изменить модель содержимого. Нельзя использовать одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-changecontentmodel-summary','s:72:\"ru:Изменить модель содержимого страницы\";'),('alt','messages:apihelp-checktoken-example-simple','s:84:\"ru:Проверить действительность <kbd>csrf</kbd>-токена.\";'),('alt','messages:apihelp-checktoken-param-maxtokenage','s:97:\"ru:Максимально допустимый возраст токена (в секундах).\";'),('alt','messages:apihelp-checktoken-param-token','s:37:\"ru:Проверяемый токен.\";'),('alt','messages:apihelp-checktoken-param-type','s:48:\"ru:Тип проверяемого токена.\";'),('alt','messages:apihelp-checktoken-summary','s:141:\"ru:Проверить действительность токена из <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=token]]</kbd>.\";'),('alt','messages:apihelp-clearhasmsg-example-1','s:92:\"ru:Очистить флаг <code>hasmsg</code> для текущего участника.\";'),('alt','messages:apihelp-clearhasmsg-summary','s:92:\"ru:Очистить флаг <code>hasmsg</code> для текущего участника.\";'),('alt','messages:apihelp-clientlogin-example-login','s:140:\"ru:Начать вход в вики в качестве участника <kbd>Example</kbd> с паролем <kbd>ExamplePassword</kbd>.\";'),('alt','messages:apihelp-clientlogin-example-login2','s:232:\"ru:Продолжить вход после ответа <samp>UI</samp> для двухфакторной аутентификации, предоставив <kbd>987654</kbd> в качестве токена <var>OATHToken</var>.\";'),('alt','messages:apihelp-clientlogin-summary','s:84:\"ru:Вход в вики с помощью интерактивного потока.\";'),('alt','messages:apihelp-compare-example-1','s:68:\"ru:Создать разницу между версиями 1 и 2.\";'),('alt','messages:apihelp-compare-extended-description','s:240:\"ru:Номер версии, заголовок страницы, её идентификатор, текст, или относительная сноска должна быть задана как для «from», так и для «to».\";'),('alt','messages:apihelp-compare-param-difftype','s:119:\"ru:Возвращает сравнение, отформатированное в виде встроенного HTML.\";'),('alt','messages:apihelp-compare-param-fromcontentformat','s:104:\"ru:Укажите <kbd>fromslots=main</kbd> и используйте <var>fromcontentformat-main</var>.\";'),('alt','messages:apihelp-compare-param-fromcontentformat-{slot}','s:96:\"ru:Формат сериализации содержимого <var>fromtext-&#x7B;slot}</var>.\";'),('alt','messages:apihelp-compare-param-fromcontentmodel','s:103:\"ru:Укажите <kbd>fromslots=main</kbd> и используйте <var>fromcontentmodel-main</var>.\";'),('alt','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:199:\"ru:Модель содержимого <var>fromtext-&#x7B;slot}</var>. Если она не указана, то она будет угадана на основе других параметров.\";'),('alt','messages:apihelp-compare-param-fromid','s:85:\"ru:Идентификатор первой сравниваемой страницы.\";'),('alt','messages:apihelp-compare-param-frompst','s:135:\"ru:Выполнить преобразование перед записью правки (PST) над <var>fromtext-&#x7B;slot}</var>.\";'),('alt','messages:apihelp-compare-param-fromrev','s:54:\"ru:Первая сравниваемая версия.\";'),('alt','messages:apihelp-compare-param-fromsection','s:110:\"ru:Использовать только указанный раздел из содержимого «from».\";'),('alt','messages:apihelp-compare-param-fromsection-{slot}','s:364:\"ru:Если <var>fromtext-&#x7B;slot}</var> является содержимым одного раздела, то это идентификатор раздела. Он будет объединён с версией, указанной <var>fromtitle</var>, <var>fromid</var> или <var>fromrev</var>, как при редактировании раздела.\";'),('alt','messages:apihelp-compare-param-fromslots','s:520:\"ru:Переопределение содержимого версии, заданной параметром <var>fromtitle</var>, <var>fromid</var> или <var>fromrev</var>.\n\nЭтот параметр определяет ячейки, которые должны быть изменены. Используйте <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, и <var>fromcontentformat-&#x7B;slot}</var> для определения содержимого для каждой ячейки.\";'),('alt','messages:apihelp-compare-param-fromtext','s:95:\"ru:Укажите <kbd>fromslots=main</kbd> и используйте <var>fromtext-main</var>.\";'),('alt','messages:apihelp-compare-param-fromtext-{slot}','s:145:\"ru:Текст указанной ячейки. Если этот текст опущен, то ячейка удаляется из версии.\";'),('alt','messages:apihelp-compare-param-fromtitle','s:77:\"ru:Заголовок первой сравниваемой страницы.\";'),('alt','messages:apihelp-compare-param-prop','s:52:\"ru:Какую информацию получить.\";'),('alt','messages:apihelp-compare-param-slots','s:160:\"ru:Возвращать отдельные различия для этих ячеек, а не одно общее различие для всех ячеек.\";'),('alt','messages:apihelp-compare-param-tocontentformat','s:100:\"ru:Укажите <kbd>toslots=main</kbd> и используйте <var>tocontentformat-main</var>.\";'),('alt','messages:apihelp-compare-param-tocontentformat-{slot}','s:94:\"ru:Формат сериализации содержимого <var>totext-&#x7B;slot}</var>.\";'),('alt','messages:apihelp-compare-param-tocontentmodel','s:99:\"ru:Укажите <kbd>toslots=main</kbd> и используйте <var>tocontentmodel-main</var>.\";'),('alt','messages:apihelp-compare-param-tocontentmodel-{slot}','s:163:\"ru:Модель содержимого <var>totext-&#x7B;slot}</var>. Если не задана, будет угадана по другим параметрам.\";'),('alt','messages:apihelp-compare-param-toid','s:85:\"ru:Идентификатор второй сравниваемой страницы.\";'),('alt','messages:apihelp-compare-param-topst','s:121:\"ru:Выполнить преобразование перед записью правки (PST) над <var>totext</var>.\";'),('alt','messages:apihelp-compare-param-torelative','s:248:\"ru:Использовать версию, относящуюся к определённой <var>fromtitle</var>, <var>fromid</var> или <var>fromrev</var>. Все другие параметры «to» будут проигнорированы.\";'),('alt','messages:apihelp-compare-param-torev','s:54:\"ru:Вторая сравниваемая версия.\";'),('alt','messages:apihelp-compare-param-tosection','s:108:\"ru:Использовать только указанный раздел из содержимого «to».\";'),('alt','messages:apihelp-compare-param-tosection-{slot}','s:363:\"ru:Если <var>totext-&#x7B;slot}</var> является содержимым одного раздела, то это идентификатор раздела. Она будет объединена с версией, указанной в <var>totitle</var>, <var>toid</var> или <var>torev</var>, как при редактировании раздела.\";'),('alt','messages:apihelp-compare-param-toslots','s:492:\"ru:Переопределяет содержимое версии, заданной параметрами <var>totitle</var>, <var>toid</var> или <var>torev</var>.\n\nЭтот параметр задаёт ячейки, которые должны быть изменены. Используйте <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var> и <var>tocontentformat-&#x7B;slot}</var>, чтобы указать содержимое для каждой ячейки.\";'),('alt','messages:apihelp-compare-param-totext','s:91:\"ru:Укажите <kbd>toslots=main</kbd> и используйте <var>totext-main</var>.\";'),('alt','messages:apihelp-compare-param-totext-{slot}','s:145:\"ru:Текст указанной ячейки. Если этот текст опущен, то ячейка удаляется из версии.\";'),('alt','messages:apihelp-compare-param-totitle','s:77:\"ru:Заголовок второй сравниваемой страницы.\";'),('alt','messages:apihelp-compare-paramvalue-prop-comment','s:259:\"ru:Описания правок для версий «from» и «to». Если версия комментария была удалена, будет возвращено свойство <samp>fromcommenthidden</samp> или <samp>tocommenthidden</samp>.\";'),('alt','messages:apihelp-compare-paramvalue-prop-diff','s:30:\"ru:HTML-код разницы.\";'),('alt','messages:apihelp-compare-paramvalue-prop-diffsize','s:61:\"ru:Размер HTML-кода разницы в байтах.\";'),('alt','messages:apihelp-compare-paramvalue-prop-ids','s:82:\"ru:Идентификаторы страниц и версий «from» и «to».\";'),('alt','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:284:\"ru:Распарсенные описания правок для версий «from» и «to». Если версия комментария была удалена, будет возвращено свойство <samp>fromcommenthidden</samp> или <samp>tocommenthidden</samp>.\";'),('alt','messages:apihelp-compare-paramvalue-prop-rel','s:112:\"ru:Идентификаторы предыдущей к «from» и следующей за «to» версий.\";'),('alt','messages:apihelp-compare-paramvalue-prop-size','s:48:\"ru:Размер версий «from» и «to».\";'),('alt','messages:apihelp-compare-paramvalue-prop-timestamp','s:71:\"ru:Временна́я печать версий «от» и «до».\";'),('alt','messages:apihelp-compare-paramvalue-prop-title','s:74:\"ru:Названия страниц для версий «from» и «to».\";'),('alt','messages:apihelp-compare-paramvalue-prop-user','s:281:\"ru:Имя и идентификатор участника для версий «from» и «to». Если версия пользователя была удалена, будет возвращено свойство <samp>fromuserhidden</samp> или <samp>touserhidden</samp>.\";'),('alt','messages:apihelp-compare-summary','s:80:\"ru:Получение разницы между двумя страницами.\";'),('alt','messages:apihelp-createaccount-example-create','s:116:\"ru:Начать создание участника <kbd>Example</kbd> с паролем <kbd>ExamplePassword</kbd>.\";'),('alt','messages:apihelp-createaccount-param-preservestate','s:543:\"ru:Если запрос <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> возвращает true для <samp>hasprimarypreservedstate</samp>, то запросы, отмеченные как <samp>primary-required</samp>, должны быть пропущены. Если запрос возвращает непустое значение поля <samp>preservedusername</samp>, то это значение должно быть использовано в параметре <samp>username</var>.\";'),('alt','messages:apihelp-createaccount-summary','s:59:\"ru:Создание новой учётной записи.\";'),('alt','messages:apihelp-cspreport-param-reportonly','s:141:\"ru:Отметить как доклад от политики мониторинга, не от принудительной политики\";'),('alt','messages:apihelp-cspreport-param-source','s:87:\"ru:Что создало заголовок CSP, вызвавший этот отчёт\";'),('alt','messages:apihelp-cspreport-summary','s:390:\"ru:Используется браузерами, чтобы сообщать о нарушениях политики безопасности (CSP). Этот модуль никогда не должен использоваться, за исключением случаев автоматического использования совместимыми с CSP браузерами.\";'),('alt','messages:apihelp-delete-example-reason','s:95:\"ru:Удалить [[{{MediaWiki:Mainpage}}]] по причине <kbd>Preparing for move</kbd>.\";'),('alt','messages:apihelp-delete-example-simple','s:45:\"ru:Удалить [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-delete-param-deletetalk','s:94:\"ru:Удалить страницу обсуждения, если она существует.\";'),('alt','messages:apihelp-delete-param-oldimage','s:194:\"ru:Название старого удаляемого изображения, предоставляемое [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('alt','messages:apihelp-delete-param-pageid','s:152:\"ru:Идентификатор удаляемой страницы. Нельзя использовать одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-delete-param-reason','s:161:\"ru:Причина удаления. Если не задана, будет использована автоматически созданная причина.\";'),('alt','messages:apihelp-delete-param-tags','s:79:\"ru:Изменить метки записи в журнале удалений.\";'),('alt','messages:apihelp-delete-param-title','s:145:\"ru:Заголовок удаляемой страницы. Нельзя использовать одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-delete-param-unwatch','s:110:\"ru:Удалить страницу из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-delete-param-watch','s:110:\"ru:Добавить страницу в список наблюдения текущего участника.\";'),('alt','messages:apihelp-delete-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-delete-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('alt','messages:apihelp-delete-summary','s:37:\"ru:Удаление страницы.\";'),('alt','messages:apihelp-disabled-summary','s:49:\"ru:Этот модуль был отключён.\";'),('alt','messages:apihelp-edit-example-edit','s:47:\"ru:Редактировать страницу.\";'),('alt','messages:apihelp-edit-example-prepend','s:114:\"ru:Добавить магическое слово <kbd>_&#95;NOTOC_&#95;</kbd> в начало страницы.\";'),('alt','messages:apihelp-edit-example-undo','s:123:\"ru:Отменить изменения с 13579 по 13585 с автоматическим описанием правки.\";'),('alt','messages:apihelp-edit-param-appendtext','s:256:\"ru:Добавить этот текст в конец страницы или раздела. Переопределяет $text.\n\nДля создания нового раздела, используйте $1section=new, а не этот параметр.\";'),('alt','messages:apihelp-edit-param-baserevid','s:465:\"ru:Идентификатор предыдущей версии, используемый для обнаружения конфликтов редактирования. Может быть получено через [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Самостоятельные конфликты приводят к сбою редактирования, если не задана базовая отметка времени.\";'),('alt','messages:apihelp-edit-param-basetimestamp','s:389:\"ru:Метка времени редактируемой версии, используется для обнаружения конфликтов редактирования. Может быть получена посредством [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Конфликты с самими собой игнорируются.\";'),('alt','messages:apihelp-edit-param-bot','s:70:\"ru:Пометить правку как сделанную ботом.\";'),('alt','messages:apihelp-edit-param-contentformat','s:131:\"ru:Формат сериализации содержимого, используемый для введённого текста.\";'),('alt','messages:apihelp-edit-param-contentmodel','s:52:\"ru:Модель нового содержимого.\";'),('alt','messages:apihelp-edit-param-createonly','s:97:\"ru:Не редактировать страницу, если она уже существует.\";'),('alt','messages:apihelp-edit-param-md5','s:234:\"ru:MD5-хэш параметра $1text, или конкатенации параметров $1prependtext и $1apendtext. Если задан, правка не будет выполнена при несовпадении хэша.\";'),('alt','messages:apihelp-edit-param-minor','s:77:\"ru:Пометить эту правку как малое изменение.\";'),('alt','messages:apihelp-edit-param-nocreate','s:92:\"ru:Выбрасывать ошибку, если страницы не существует.\";'),('alt','messages:apihelp-edit-param-notminor','s:204:\"ru:Не помечать эту правку как малое изменение даже есть установлена пользовательская настройка «{{int:tog-minordefault}}».\";'),('alt','messages:apihelp-edit-param-pageid','s:160:\"ru:Идентификатор редактируемой страницы. Нельзя использовать одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-edit-param-prependtext','s:132:\"ru:Добавить этот текст в начало страницы или раздела. Переопределяет $1text.\";'),('alt','messages:apihelp-edit-param-recreate','s:161:\"ru:Игнорировать предупреждение о том, что страница была удалена во время редактирования.\";'),('alt','messages:apihelp-edit-param-redirect','s:80:\"ru:Автоматически разрешать перенаправления.\";'),('alt','messages:apihelp-edit-param-section','s:305:\"ru:Идентификатор раздела. <kbd>0</kbd> для начального раздела, <kbd>new</kbd> для нового раздела. В основном - положительное целое число, но может иметь также и нечисловое значение.\";'),('alt','messages:apihelp-edit-param-sectiontitle','s:109:\"ru:Заголовок нового раздела при использовании <var>$1section=new</var>.\";'),('alt','messages:apihelp-edit-param-starttimestamp','s:479:\"ru:Метка времени начала редактирования, используется для обнаружения конфликтов редактирования. Необходимое значение может быть получено с помощью <var>[[Special:ApiHelp/main|curtimestamp]]</var> в начале редактирования (то есть, после загрузки содержимого редактируемой страницы).\";'),('alt','messages:apihelp-edit-param-summary','s:784:\"ru:Описание изменений. \n\nКогда этот параметр не указан или незаполнен, [[mw:Special:MyLanguage/Autosummary|описание изменений может быть создано автоматически]].\n\nТакже является заголовком раздела, когда используется <var>$1section=new</var>, а <var>$1sectiontitle</var> не задано.\n\nЕсли оно не указано при использовании <var>$1section=new</var> и <var>$1sectiontitle</var>, вместо этого параметра используется значение заголовка раздела, тогда описание изменений генерируется автоматически.\";'),('alt','messages:apihelp-edit-param-tags','s:81:\"ru:Изменить метки записи в истории изменений.\";'),('alt','messages:apihelp-edit-param-text','s:41:\"ru:Содержимое страницы.\";'),('alt','messages:apihelp-edit-param-title','s:151:\"ru:Название редактируемой страницы. Нельзя использовать одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-edit-param-token','s:198:\"ru:Токен всегда должен быть послан в качестве последнего параметра, или, по крайней мере, после параметра $1text.\";'),('alt','messages:apihelp-edit-param-undo','s:113:\"ru:Отменить это изменение. Переопределяет $text, $1prependtext и $1appendtext.\";'),('alt','messages:apihelp-edit-param-undoafter','s:165:\"ru:Отменить все изменения от $1undo до данного. Если не задано, просто отменить одно изменение.\";'),('alt','messages:apihelp-edit-param-unwatch','s:110:\"ru:Удалить страницу из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-edit-param-watch','s:110:\"ru:Добавить страницу в список наблюдения текущего участника.\";'),('alt','messages:apihelp-edit-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-edit-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('alt','messages:apihelp-edit-summary','s:67:\"ru:Создание и редактирование страниц.\";'),('alt','messages:apihelp-emailuser-example-email','s:112:\"ru:Отправить письмо участнику <kbd>WikiSysop</kbd> с текстом <kbd>Content</kbd>.\";'),('alt','messages:apihelp-emailuser-param-ccme','s:70:\"ru:Отправить копию этого сообщения мне.\";'),('alt','messages:apihelp-emailuser-param-subject','s:31:\"ru:Заголовок темы.\";'),('alt','messages:apihelp-emailuser-param-target','s:56:\"ru:Адресат электронного письма.\";'),('alt','messages:apihelp-emailuser-param-text','s:37:\"ru:Содержание письма.\";'),('alt','messages:apihelp-emailuser-summary','s:75:\"ru:Написание электронных писем участнику.\";'),('alt','messages:apihelp-expandtemplates-example-simple','s:92:\"ru:Развернуть вики-текст <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('alt','messages:apihelp-expandtemplates-param-generatexml','s:117:\"ru:Создать дерево синтаксического разбора XML (заменено $1prop=parsetree).\";'),('alt','messages:apihelp-expandtemplates-param-includecomments','s:86:\"ru:Нужно ли включать комментарии HTML в результат.\";'),('alt','messages:apihelp-expandtemplates-param-prop','s:298:\"ru:Какую информацию включить.\n\nОбратите внимание, что если ни одно из значений не выбрано, результат будет содержать вики-текст, но вывод будет в устаревшем формате.\";'),('alt','messages:apihelp-expandtemplates-param-revid','s:127:\"ru:Номер версии, для <code><nowiki>{{REVISIONID}}</nowiki></code> и аналогичных переменных.\";'),('alt','messages:apihelp-expandtemplates-param-showstrategykeys','s:128:\"ru:Включать ли информацию о внутренней стратегии объединения в jsconfigvars.\";'),('alt','messages:apihelp-expandtemplates-param-text','s:52:\"ru:Конвертируемый вики-текст.\";'),('alt','messages:apihelp-expandtemplates-param-title','s:39:\"ru:Заголовок страницы.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:176:\"ru:Любые категории, присутствующие во входных данных, но не попавшие в результирующий вики-текст.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:177:\"ru:Возвращает переменные конфигурации JavaScript, свойственные именно этой странице, в виде JSON-строки.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:146:\"ru:Возвращает переменные конфигурации JavaScript, свойственные именно этой странице.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:313:\"ru:Любые модули ResourceLoader, запрашиваемые функциями парсера на добавление в результат. Одновременно с <kbd>modules</kbd> должен быть запрошен либо <kbd>jsconfigvars</kbd>, либо <kbd>encodedjsconfigvars</kbd>.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:94:\"ru:Дерево синтаксического разбора XML входных данных.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:147:\"ru:Свойства страницы, определённые раскрытыми магическими словами в вики-тексте.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:181:\"ru:Максимальное время, по прошествии которого кэш результата должен быть признан недействительным.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:203:\"ru:Является ли вывод нестабильным и следует ли отказаться от его повторного использования где-либо на странице.\";'),('alt','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:46:\"ru:Расширенный вики-текст.\";'),('alt','messages:apihelp-expandtemplates-summary','s:81:\"ru:Разворачивание всех шаблонов в вики-текст.\";'),('alt','messages:apihelp-feedcontributions-example-simple','s:69:\"ru:Показать вклад участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-feedcontributions-param-deletedonly','s:65:\"ru:Показать только удалённые правки.\";'),('alt','messages:apihelp-feedcontributions-param-feedformat','s:27:\"ru:Формат ленты.\";'),('alt','messages:apihelp-feedcontributions-param-hideminor','s:40:\"ru:Скрыть малые правки.\";'),('alt','messages:apihelp-feedcontributions-param-month','s:37:\"ru:От месяца (и ранее).\";'),('alt','messages:apihelp-feedcontributions-param-namespace','s:79:\"ru:Вклад в каком пространстве имён показать.\";'),('alt','messages:apihelp-feedcontributions-param-newonly','s:102:\"ru:Показать только правки, являющиеся созданием страниц.\";'),('alt','messages:apihelp-feedcontributions-param-showsizediff','s:78:\"ru:Показать объём изменений между версиями.\";'),('alt','messages:apihelp-feedcontributions-param-tagfilter','s:77:\"ru:Показать вклад, содержащий данные метки.\";'),('alt','messages:apihelp-feedcontributions-param-toponly','s:106:\"ru:Показать только правки, являющиеся последними версиями.\";'),('alt','messages:apihelp-feedcontributions-param-user','s:63:\"ru:Вклад каких участников получить.\";'),('alt','messages:apihelp-feedcontributions-param-year','s:33:\"ru:От года (и ранее).\";'),('alt','messages:apihelp-feedcontributions-summary','s:74:\"ru:Возвращает ленту с вкладом участников.\";'),('alt','messages:apihelp-feedrecentchanges-example-30days','s:71:\"ru:Список последних изменений за 30 дней.\";'),('alt','messages:apihelp-feedrecentchanges-example-simple','s:54:\"ru:Список последних изменений.\";'),('alt','messages:apihelp-feedrecentchanges-param-associated','s:120:\"ru:Включить связанное (обсуждения или основное) пространство имён.\";'),('alt','messages:apihelp-feedrecentchanges-param-days','s:73:\"ru:Сколькими днями ограничить результат.\";'),('alt','messages:apihelp-feedrecentchanges-param-feedformat','s:27:\"ru:Формат ленты.\";'),('alt','messages:apihelp-feedrecentchanges-param-from','s:96:\"ru:Показать изменения, сделанные после этого момента.\";'),('alt','messages:apihelp-feedrecentchanges-param-hideanons','s:69:\"ru:Скрыть правки анонимных участников.\";'),('alt','messages:apihelp-feedrecentchanges-param-hidebots','s:40:\"ru:Скрыть правки ботов.\";'),('alt','messages:apihelp-feedrecentchanges-param-hidecategorization','s:58:\"ru:Скрыть категоризацию страниц.\";'),('alt','messages:apihelp-feedrecentchanges-param-hideliu','s:87:\"ru:Скрыть правки зарегистрированных участников.\";'),('alt','messages:apihelp-feedrecentchanges-param-hideminor','s:40:\"ru:Скрыть малые правки.\";'),('alt','messages:apihelp-feedrecentchanges-param-hidemyself','s:65:\"ru:Скрыть правки текущего участника.\";'),('alt','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:64:\"ru:Скрыть отпатрулированные правки.\";'),('alt','messages:apihelp-feedrecentchanges-param-invert','s:77:\"ru:Все пространства имён, кроме выбранного.\";'),('alt','messages:apihelp-feedrecentchanges-param-limit','s:87:\"ru:Максимальное число возвращаемых результатов.\";'),('alt','messages:apihelp-feedrecentchanges-param-namespace','s:93:\"ru:Пространство имён, которым ограничить результат.\";'),('alt','messages:apihelp-feedrecentchanges-param-showlinkedto','s:103:\"ru:Отображать правки на страницах, ссылающихся на данную.\";'),('alt','messages:apihelp-feedrecentchanges-param-tagfilter','s:34:\"ru:Фильтр по меткам.\";'),('alt','messages:apihelp-feedrecentchanges-param-target','s:127:\"ru:Отображать только правки на страницах, на которые ссылается данная.\";'),('alt','messages:apihelp-feedrecentchanges-summary','s:73:\"ru:Возвращает ленту последних изменений.\";'),('alt','messages:apihelp-feedwatchlist-example-all6hrs','s:130:\"ru:Показать все изменения на наблюдаемых страницах за последние 6 часов.\";'),('alt','messages:apihelp-feedwatchlist-example-default','s:65:\"ru:Показать ленту списка наблюдения.\";'),('alt','messages:apihelp-feedwatchlist-param-feedformat','s:27:\"ru:Формат ленты.\";'),('alt','messages:apihelp-feedwatchlist-param-hours','s:104:\"ru:Список страниц, отредактированных столько часов назад.\";'),('alt','messages:apihelp-feedwatchlist-param-linktosections','s:106:\"ru:Ссылаться прямо на разделы с изменениями, если возможно.\";'),('alt','messages:apihelp-feedwatchlist-summary','s:69:\"ru:Возвращает ленту списка наблюдения.\";'),('alt','messages:apihelp-filerevert-example-revert','s:87:\"ru:Откат <kbd>Wiki.png</kbd> к версии от <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('alt','messages:apihelp-filerevert-param-archivename','s:75:\"ru:Архивное название возвращаемой версии.\";'),('alt','messages:apihelp-filerevert-param-comment','s:43:\"ru:Комментарий загрузки.\";'),('alt','messages:apihelp-filerevert-param-filename','s:74:\"ru:Целевое имя файла без префикса «Файл:».\";'),('alt','messages:apihelp-filerevert-summary','s:66:\"ru:Возвращение файла к старой версии.\";'),('alt','messages:apihelp-format-example-generic','s:73:\"ru:Вернуть результат запроса в формате $1.\";'),('alt','messages:apihelp-format-param-wrappedhtml','s:143:\"ru:Вернуть хорошо читаемый HTML со связанными модулями ResourceLoader в виде объекта JSON.\";'),('alt','messages:apihelp-help-example-help','s:64:\"ru:Справка по самому модулю справки.\";'),('alt','messages:apihelp-help-example-main','s:51:\"ru:Помощь по главному модулю.\";'),('alt','messages:apihelp-help-example-query','s:59:\"ru:Справка по двум подмодулям query.\";'),('alt','messages:apihelp-help-example-recursive','s:58:\"ru:Вся справка на одной странице.\";'),('alt','messages:apihelp-help-example-submodules','s:89:\"ru:Помощь по модулю <kbd>action=query</kbd> и его подмодулям.\";'),('alt','messages:apihelp-help-param-helpformat','s:44:\"ru:Формат вывода справки.\";'),('alt','messages:apihelp-help-param-modules','s:273:\"ru:Модули, справку которых необходимо отобразить (значения параметров <var>action</var> и <var>format</var>, или <kbd>main</kbd>). Можно указывать подмодули с помощью <kbd>+</kbd>.\";'),('alt','messages:apihelp-help-param-recursivesubmodules','s:77:\"ru:Включить справку подмодулей рекурсивно.\";'),('alt','messages:apihelp-help-param-submodules','s:88:\"ru:Включить справку подмодулей заданного модуля.\";'),('alt','messages:apihelp-help-param-toc','s:60:\"ru:Включить содержание в вывод HTML.\";'),('alt','messages:apihelp-help-param-wrap','s:93:\"ru:Обернуть вывод в стандартную структуру API-ответа.\";'),('alt','messages:apihelp-help-summary','s:75:\"ru:Отображение справки указанных модулей.\";'),('alt','messages:apihelp-imagerotate-example-generator','s:117:\"ru:Повернуть все изображения в <kbd>Category:Flip</kbd> на <kbd>180</kbd> градусов.\";'),('alt','messages:apihelp-imagerotate-example-simple','s:86:\"ru:Повернуть <kbd>File:Example.png</kbd> на <kbd>90</kbd> градусов.\";'),('alt','messages:apihelp-imagerotate-param-rotation','s:117:\"ru:На сколько градусов по часовой стрелке повернуть изображение.\";'),('alt','messages:apihelp-imagerotate-param-tags','s:79:\"ru:Изменить метки записи в журнале загрузок.\";'),('alt','messages:apihelp-imagerotate-summary','s:82:\"ru:Поворот одного или нескольких изображений.\";'),('alt','messages:apihelp-import-example-import','s:147:\"ru:Импортировать [[meta:Help:ParserFunctions]] с полной историей правок в пространство имён 100.\";'),('alt','messages:apihelp-import-extended-description','s:343:\"ru:Обратите внимание, что HTTP POST-запрос должен быть осуществлён как загрузка файла (то есть с использованием многотомных данных <code>multipart/form-data</code>) при отправке файла через параметр <var>xml</var>.\";'),('alt','messages:apihelp-import-param-assignknownusers','s:161:\"ru:Связать правки с локальными участниками, когда участники с такими именами существуют.\";'),('alt','messages:apihelp-import-param-fullhistory','s:162:\"ru:Для импорта из других вики: импортировать полную историю, а не только текущую страницу.\";'),('alt','messages:apihelp-import-param-interwikipage','s:97:\"ru:Для импорта из других вики: импортируемая страница.\";'),('alt','messages:apihelp-import-param-interwikiprefix','s:231:\"ru:Для загруженных импортов: префикс интервики для неизвестных имён участников (а также известных, если задан <var>$1assignknownusers</var>).\";'),('alt','messages:apihelp-import-param-interwikisource','s:89:\"ru:Для импорта из других вики: импортируемая вики.\";'),('alt','messages:apihelp-import-param-namespace','s:175:\"ru:Импортировать в это пространство имён. Не может быть использовано одновременно с <var>$1rootpage</var>.\";'),('alt','messages:apihelp-import-param-rootpage','s:205:\"ru:Импортировать в качестве подстраницы данной страницы. Не может быть использовано одновременно с <var>$1namespace</var>.\";'),('alt','messages:apihelp-import-param-summary','s:63:\"ru:Описание записи журнала импорта.\";'),('alt','messages:apihelp-import-param-tags','s:192:\"ru:Метки, которые следует указать у записи в журнале импорта и у нулевой правки в импортируемых страницах.\";'),('alt','messages:apihelp-import-param-templates','s:134:\"ru:Для импорта из других вики: также импортировать все включённые шаблоны.\";'),('alt','messages:apihelp-import-param-xml','s:39:\"ru:Загруженный XML-файл.\";'),('alt','messages:apihelp-import-summary','s:82:\"ru:Импорт страницы из другой вики или XML-файла.\";'),('alt','messages:apihelp-json-param-ascii','s:234:\"ru:Если задано, заменяет все не-ASCII-символы на шестнадцатеричные коды. Применяется по умолчанию, когда <var>formatversion</var> равно <kbd>1</kbd>.\";'),('alt','messages:apihelp-json-param-callback','s:244:\"ru:Если задано, оборачивает вывод в вызов данной функции. Из соображении безопасности, вся пользовательская информация будет удалена.\";'),('alt','messages:apihelp-json-param-formatversion','s:44:\"ru:Форматирование вывода\";'),('alt','messages:apihelp-json-param-utf8','s:316:\"ru:Если задано, кодирует большинство (но не все) не-ASCII символов в UTF-8 вместо замены их на шестнадцатеричные коды. Применяется по умолчанию, когда <var>formatversion</var> не равно <kbd>1</kbd>.\";'),('alt','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('alt','messages:apihelp-json-paramvalue-formatversion-2','s:39:\"ru:Современный формат.\";'),('alt','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('alt','messages:apihelp-json-summary','s:56:\"ru:Выводить данные в формате JSON.\";'),('alt','messages:apihelp-jsonfm-summary','s:101:\"ru:Выводить данные в формате JSON (отформатированном в HTML).\";'),('alt','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('alt','messages:apihelp-linkaccount-example-link','s:87:\"ru:Начать связывание учётной записи с <kbd>Example</kbd>.\";'),('alt','messages:apihelp-linkaccount-summary','s:115:\"ru:Связать учётную запись третьей стороны с текущим участником.\";'),('alt','messages:apihelp-login-example-login','s:14:\"ru:Войти.\";'),('alt','messages:apihelp-login-extended-description','s:517:\"ru:Это действие должно быть использовано только в комбинации со [[Special:BotPasswords]]; использование этого модуля для входа в основную учётную запись устарело и может сбиться без предупреждения. Для безопасного входа в основную учётную запись, используйте <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('alt','messages:apihelp-login-extended-description-nobotpasswords','s:254:\"ru:Это действие не поддерживается и может сбиться без предупреждения. Для безопасного входа, используйте <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('alt','messages:apihelp-login-param-domain','s:43:\"ru:Домен (необязательно).\";'),('alt','messages:apihelp-login-param-name','s:29:\"ru:Имя участника.\";'),('alt','messages:apihelp-login-param-password','s:16:\"ru:Пароль.\";'),('alt','messages:apihelp-login-param-token','s:82:\"ru:Токен входа, полученный при первом запросе.\";'),('alt','messages:apihelp-login-summary','s:91:\"ru:Вход и получение аутентификационных файлов cookie.\";'),('alt','messages:apihelp-logout-example-logout','s:62:\"ru:Выйти из текущей учётной записи.\";'),('alt','messages:apihelp-logout-summary','s:60:\"ru:Выйти и очистить данные сессии.\";'),('alt','messages:apihelp-main-extended-description','s:1887:\"ru:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Документация]]\n* [[mw:Special:MyLanguage/API:Etiquette|Этикет и руководство по использованию]]\n* [[mw:Special:MyLanguage/API:FAQ|ЧЗВ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Почтовая рассылка]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ Новости API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Ошибки и запросы]\n</div>\n<strong>Статус:</strong> MediaWiki API — зрелый и стабильный интерфейс, активно поддерживаемый и улучшаемый. Мы стараемся избегать ломающих изменений, однако изредка они могут быть необходимы. Подпишитесь на [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ почтовую рассылку mediawiki-api-announce], чтобы быть в курсе обновлений.\n\n<strong>Ошибочные запросы:</strong> Если API получает запрос с ошибкой, вернётся заголовок HTTP с ключом «MediaWiki-API-Error», после чего значение заголовка и код ошибки будут отправлены обратно и установлены в то же значение. Более подробную информацию см. [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Ошибки и предупреждения]].\n\n<p class=\"mw-apisandbox-link\"><strong>Тестирование:</strong> для удобства тестирования API-запросов, см. [[Special:ApiSandbox]].</p>\";'),('alt','messages:apihelp-main-param-action','s:70:\"ru:Действие, которое следует выполнить.\";'),('alt','messages:apihelp-main-param-assert','s:274:\"ru:Проверить, авторизован ли участник, если задано <kbd>user</kbd>, <em>not</em> авторизирован если задано <kbd>anon</kbd> или что он имеет права бота, если задано <kbd>bot</kbd>.\";'),('alt','messages:apihelp-main-param-assertuser','s:112:\"ru:Проверить, что ник текущего участника совпадает с заданным.\";'),('alt','messages:apihelp-main-param-curtimestamp','s:72:\"ru:Включить в результат временную метку.\";'),('alt','messages:apihelp-main-param-errorformat','s:119:\"ru:Формат, используемый для вывода текста предупреждений и ошибок\";'),('alt','messages:apihelp-main-param-errorlang','s:566:\"ru:Язык, используемый для вывода предупреждений и сообщений об ошибках. Запрос <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> с <kbd>siprop=languages</kbd> возвращает список кодов языков; укажите <kbd>content</kbd> для использования основного языка этой вики, или <kbd>uselang</kbd> для использования того же значения, что и в параметре <var>uselang</var>.\";'),('alt','messages:apihelp-main-param-errorsuselocal','s:211:\"ru:Если задан, тексты ошибок будут использовать локально модифицированные сообщения из пространства имён {{ns:MediaWiki}}.\";'),('alt','messages:apihelp-main-param-format','s:29:\"ru:Формат вывода.\";'),('alt','messages:apihelp-main-param-maxage','s:199:\"ru:Установить значение HTTP-заголовка Cache-Control <code>max-age</code> в заданное число секунд. Ошибки никогда не кэшируются.\";'),('alt','messages:apihelp-main-param-maxlag','s:902:\"ru:Значение максимального отставания может использоваться, когда MediaWiki установлена на кластер из реплицируемых баз данных. Чтобы избежать ухудшения ситуации с отставанием репликации сайта, этот параметр может заставить клиента ждать, когда задержка репликации станет ниже указанного значения. В случае чрезмерной задержки возвращается код ошибки «<samp>maxlag</samp>» с сообщением «<samp>Waiting for $host: $lag seconds lagged</samp>».<br>См. подробнее на странице с описанием [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: параметра Maxlag]].\";'),('alt','messages:apihelp-main-param-origin','s:1666:\"ru:При обращении к API с использованием кросс-доменного AJAX-запроса (CORS), задайте параметру значение исходного домена. Этот параметр должен быть включён в любой предварительный запрос и таким образом должен быть частью URI-запроса (не тела POST).\n\nДля аутентифицированных запросов он должен точно соответствовать одному из источников в заголовке <code>Origin</code>, так что он должен быть задан наподобие <kbd>https://ru.wikipedia.org</kbd> или <kbd>https://meta.wikimedia.org</kbd>. Если параметр не соответствует заголовку <code>Origin</code>, будет возвращён ответ с кодом ошибки 403. Если параметр соответствует заголовку <code>Origin</code>, и источник разрешается, будут установлены заголовки <code>Access-Control-Allow-Origin</code> и <code>Access-Control-Allow-Credentials</code>.\n\nДля неаутентифицированных запросов укажите значение <kbd>*</kbd>. В результате заголовок <code>Access-Control-Allow-Origin</code> будет установлен, но <code>Access-Control-Allow-Credentials</code> примет значение <code>false</code> и все пользовательские данные будут ограничены.\";'),('alt','messages:apihelp-main-param-requestid','s:192:\"ru:Любое заданное здесь значение будет включено в ответ. Может быть использовано для различения запросов.\";'),('alt','messages:apihelp-main-param-responselanginfo','s:134:\"ru:Включить языки, использованные для <var>uselang</var> и <var>errorlang</var>, в результат.\";'),('alt','messages:apihelp-main-param-servedby','s:107:\"ru:Включить в результаты имя сервера, обработавшего запрос.\";'),('alt','messages:apihelp-main-param-smaxage','s:200:\"ru:Установить значение HTTP-заголовка Cache-Control <code>s-maxage</code> в заданное число секунд. Ошибки никогда не кэшируются.\";'),('alt','messages:apihelp-main-param-uselang','s:505:\"ru:Язык, используемый для перевода сообщений. Запрос <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> с <kbd>siprop=languages</kbd> возвращает список кодов языков; укажите <kbd>user</kbd>, чтобы использовать текущие языковые настройки участника, или <kbd>content</kbd> для использования основного языка этой вики.\";'),('alt','messages:apihelp-main-param-variant','s:190:\"ru:Вариант языка. Работает только в том случае, если базовый язык поддерживает преобразование вариантов.\";'),('alt','messages:apihelp-main-paramvalue-errorformat-bc','s:146:\"ru:Формат, использовавшийся до MediaWiki 1.29. <var>errorlang</var> и <var>errorsuselocal</var> игнорируются.\";'),('alt','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('alt','messages:apihelp-main-paramvalue-errorformat-none','s:70:\"ru:Не выводит текст, только коды ошибок.\";'),('alt','messages:apihelp-main-paramvalue-errorformat-plaintext','s:106:\"ru:Вики-текст с удалёнными HTML-метками и заменёнными энтити.\";'),('alt','messages:apihelp-main-paramvalue-errorformat-raw','s:53:\"ru:Ключ сообщения и параметры.\";'),('alt','messages:apihelp-main-paramvalue-errorformat-wikitext','s:60:\"ru:Нераспарсированный вики-текст.\";'),('alt','messages:apihelp-main-summary','s:3:\"en:\";'),('alt','messages:apihelp-managetags-example-activate','s:113:\"ru:Активировать метку <kbd>spam</kbd> с причиной <kbd>For use in edit patrolling</kbd>.\";'),('alt','messages:apihelp-managetags-example-create','s:125:\"ru:Создать метку с названием <kbd>spam</kbd> с причиной <kbd>For use in edit patrolling</kbd>.\";'),('alt','messages:apihelp-managetags-example-deactivate','s:109:\"ru:Деактивировать метку <kbd>spam</kbd> с причиной <kbd>No longer required</kbd>.\";'),('alt','messages:apihelp-managetags-example-delete','s:90:\"ru:Удалить метку <kbd>vandlaism</kbd> с причиной <kbd>Misspelt</kbd>.\";'),('alt','messages:apihelp-managetags-param-ignorewarnings','s:126:\"ru:Игнорировать ли все предупреждения, возникающие во время операции.\";'),('alt','messages:apihelp-managetags-param-operation','s:50:\"ru:Какую операцию выполнить:\";'),('alt','messages:apihelp-managetags-param-reason','s:159:\"ru:Причина создания, удаления, активирования или деактивирования метки (необязательно).\";'),('alt','messages:apihelp-managetags-param-tag','s:554:\"ru:Создаваемая, удаляемая, активируемая или деактивируемая метка. Создаваемая метка должна не существовать. Удаляемая метка должна существовать. Активируемая метка должна существовать и не быть использованной в каком-либо расширении. Деактивируемая метка должна существовать и быть заданной вручную.\";'),('alt','messages:apihelp-managetags-param-tags','s:98:\"ru:Изменить метки записи в журнале управления метками.\";'),('alt','messages:apihelp-managetags-paramvalue-operation-activate','s:144:\"ru:Активировать изменение метки, позволив участникам устанавливать её вручную.\";'),('alt','messages:apihelp-managetags-paramvalue-operation-create','s:89:\"ru:Создать новую метку для ручного использования.\";'),('alt','messages:apihelp-managetags-paramvalue-operation-deactivate','s:148:\"ru:Деактивировать изменение метки, запретив участникам устанавливать её вручную.\";'),('alt','messages:apihelp-managetags-paramvalue-operation-delete','s:227:\"ru:Удалить метку из базы данных, что включает в себя удаление метки со всех версий и записей журналов, где она использовалось.\";'),('alt','messages:apihelp-managetags-summary','s:96:\"ru:Осуществление задач, связанных с изменением меток.\";'),('alt','messages:apihelp-mergehistory-example-merge','s:138:\"ru:Переместить всю историю правок страницы <kbd>Oldpage</kbd> на страницу <kbd>Newpage</kbd>.\";'),('alt','messages:apihelp-mergehistory-example-merge-timestamp','s:181:\"ru:Переместить историю правок из <kbd>Oldpage</kbd>, совершённых до <kbd>2015-12-31T04:37:41Z</kbd>, на страницу <kbd>Newpage</kbd>.\";'),('alt','messages:apihelp-mergehistory-param-from','s:208:\"ru:Название страницы, история из которой будет объединяться. Не может быть использовано одновременно с <var>$1fromid</var>.\";'),('alt','messages:apihelp-mergehistory-param-fromid','s:216:\"ru:Идентификатор страницы, история из которой будет объединяться. Не может быть использовано одновременно с <var>$1from</var>.\";'),('alt','messages:apihelp-mergehistory-param-reason','s:63:\"ru:Причина для объединения истории.\";'),('alt','messages:apihelp-mergehistory-param-timestamp','s:369:\"ru:Временная метка, до которой версии будут перемещены из истории страницы-источника в историю целевой страницы. Если опущено, в целевую страницу будет перемещена вся история правок страницы-источника.\";'),('alt','messages:apihelp-mergehistory-param-to','s:223:\"ru:Название страницы, в историю которой будет добавлено объединяемое. Не может быть использовано одновременно с <var>$1toid</var>.\";'),('alt','messages:apihelp-mergehistory-param-toid','s:231:\"ru:Идентификатор страницы, в историю которой будет добавлено объединяемое. Не может быть использовано одновременно с <var>$1to</var>.\";'),('alt','messages:apihelp-mergehistory-summary','s:54:\"ru:Объединение историй правок.\";'),('alt','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('alt','messages:apihelp-mobileview-example-1','s:86:\"ru:Получить информацию о раздел 0 статьи [[Doom metal]]\";'),('alt','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('alt','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('alt','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('alt','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('alt','messages:apihelp-mobileview-param-noimages','s:53:\"ru:Вернуть HTML без изображений.\";'),('alt','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('alt','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('alt','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('alt','messages:apihelp-mobileview-param-page','s:65:\"ru:Заголовок страницы для обработки.\";'),('alt','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('alt','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('alt','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('alt','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('alt','messages:apihelp-mobileview-param-sectionprop','s:72:\"ru:Какую информацию о разделах получать.\";'),('alt','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('alt','messages:apihelp-mobileview-param-thumbheight','s:59:\"ru:Максимальная высота миниатюры\";'),('alt','messages:apihelp-mobileview-param-thumbsize','s:58:\"ru:Максимальные размеры эскизов.\";'),('alt','messages:apihelp-mobileview-param-thumbwidth','s:59:\"ru:Максимальная ширина миниатюры\";'),('alt','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('alt','messages:apihelp-move-example-move','s:133:\"ru:Переименовать <kbd>Badtitle</kbd> в <kbd>Goodtitle</kbd> без оставления перенаправления.\";'),('alt','messages:apihelp-move-param-from','s:159:\"ru:Название переименовываемой страницы. Нельзя использовать одновременно с <var>$1fromid</var>.\";'),('alt','messages:apihelp-move-param-fromid','s:167:\"ru:Идентификатор переименовываемой страницы. Нельзя использовать одновременно с <var>$1from</var>.\";'),('alt','messages:apihelp-move-param-ignorewarnings','s:64:\"ru:Игнорировать все предупреждения.\";'),('alt','messages:apihelp-move-param-movesubpages','s:89:\"ru:Переименовать подстраницы, если это применимо.\";'),('alt','messages:apihelp-move-param-movetalk','s:94:\"ru:Переименовать страницу обсуждения, если она есть.\";'),('alt','messages:apihelp-move-param-noredirect','s:58:\"ru:Не создавать перенаправление.\";'),('alt','messages:apihelp-move-param-reason','s:47:\"ru:Причина переименования.\";'),('alt','messages:apihelp-move-param-tags','s:175:\"ru:Изменить метки записи в журнале переименований и нулевой правки на переименованной странице.\";'),('alt','messages:apihelp-move-param-to','s:48:\"ru:Новое название страницы.\";'),('alt','messages:apihelp-move-param-unwatch','s:144:\"ru:Удалить страницу и перенаправление из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-move-param-watch','s:144:\"ru:Добавить страницу и перенаправление в список наблюдения текущего участника.\";'),('alt','messages:apihelp-move-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-move-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('alt','messages:apihelp-move-summary','s:49:\"ru:Переименование страницы.\";'),('alt','messages:apihelp-no-such-module','s:43:\"alt:\"$1\" модуль табылбаган.\";'),('alt','messages:apihelp-none-summary','s:38:\"ru:Ничего не выводить.\";'),('alt','messages:apihelp-opensearch-example-te','s:74:\"ru:Найти страницы, начинающиеся с <kbd>Te</kbd>.\";'),('alt','messages:apihelp-opensearch-param-format','s:29:\"ru:Формат вывода.\";'),('alt','messages:apihelp-opensearch-param-limit','s:87:\"ru:Максимальное число возвращаемых результатов.\";'),('alt','messages:apihelp-opensearch-param-namespace','s:219:\"ru:Пространства имён для поиска. Игнорируется, если <var>$1search</var> начинается с действительного префикса пространства имён.\";'),('alt','messages:apihelp-opensearch-param-redirects','s:66:\"ru:Как обрабатывать перенаправления:\";'),('alt','messages:apihelp-opensearch-param-redirects-append','s:200:\"ru:По историческим причинам значением по умолчанию является «return» для $1format=json и «resolve» для остальных форматов.\";'),('alt','messages:apihelp-opensearch-param-search','s:29:\"ru:Строка поиска.\";'),('alt','messages:apihelp-opensearch-param-suggest','s:46:\"ru:Больше не используется.\";'),('alt','messages:apihelp-opensearch-param-warningsaserror','s:187:\"ru:Если предупреждения возникают при <kbd>format=json</kbd>, вернуть ошибку API вместо того, чтобы игнорировать их.\";'),('alt','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:121:\"ru:Вернуть целевую страницу. Может вернуть меньше $1limit результатов.\";'),('alt','messages:apihelp-opensearch-paramvalue-redirects-return','s:58:\"ru:Вернуть само перенаправление.\";'),('alt','messages:apihelp-opensearch-summary','s:90:\"ru:Поиск по вики с использованием протокола OpenSearch.\";'),('alt','messages:apihelp-options-example-change','s:79:\"ru:Изменить настройки <kbd>skin</kbd> и <kbd>hideminor</kbd>.\";'),('alt','messages:apihelp-options-example-complex','s:117:\"ru:Сбросить все настройки, а затем изменить <kbd>skin</kbd> и <kbd>nickname</kbd>.\";'),('alt','messages:apihelp-options-example-reset','s:46:\"ru:Сбросить все настройки.\";'),('alt','messages:apihelp-options-extended-description','s:401:\"ru:Менять можно только настройки, зарегистрированные в ядре или в одном из установленных расширений, а также настройки, чьи ключи начинаются с <code>userjs-</code> (предназначенные для использования в пользовательских скриптах).\";'),('alt','messages:apihelp-options-param-change','s:726:\"ru:Список изменений в формате название=значение (например, skin=vector). Если значения не даётся (нет даже знака равенства), например, названиенастройки|другаянастройка|, настройка будет возвращена в своё значение по умолчанию. Если какое-либо значение должно содержать знак трубы (<kbd>|</kbd>), используйте [[Special:ApiHelp/main#main/datatypes|альтернативный разделитель значений]] для действительного проведения операции.\";'),('alt','messages:apihelp-options-param-optionname','s:178:\"ru:Название настройки, которая должна быть установлена в значение, переданное через <var>$1optionvalue</var>.\";'),('alt','messages:apihelp-options-param-optionvalue','s:81:\"ru:Значение настройки, заданной <var>$1optionname</var>.\";'),('alt','messages:apihelp-options-param-reset','s:99:\"ru:Сбрасывает настройки на установленные по умолчанию.\";'),('alt','messages:apihelp-options-param-resetkinds','s:126:\"ru:Список типов сбрасываемых настроек, если задан параметр <var>$1reset</var>.\";'),('alt','messages:apihelp-options-summary','s:67:\"ru:Смена настроек текущего участника.\";'),('alt','messages:apihelp-paraminfo-example-1','s:302:\"ru:Показать информацию для <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, и <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('alt','messages:apihelp-paraminfo-example-2','s:132:\"ru:Отобразить информацию для всех подмодулей <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('alt','messages:apihelp-paraminfo-param-formatmodules','s:192:\"ru:Список названий форматных модулей (значения параметра <var>format</var>). Вместо этого используйте <var>$1modules</var>.\";'),('alt','messages:apihelp-paraminfo-param-helpformat','s:42:\"ru:Формат строк справки.\";'),('alt','messages:apihelp-paraminfo-param-mainmodule','s:157:\"ru:Также получить информацию о главном модуле. Вместо этого используйте <kbd>$1modules=main</kbd>.\";'),('alt','messages:apihelp-paraminfo-param-modules','s:375:\"ru:Список названий модулей (значения параметров <var>action</var> и <var>format</var>, или <kbd>main</kbd>). Можно указать подмодули с помощью <kbd>+</kbd>, все подмодули с помощью <kbd>+*</kbd>, или все подмодули рекурсивно с помощью <kbd>+**</kbd>.\";'),('alt','messages:apihelp-paraminfo-param-pagesetmodule','s:137:\"ru:Также получить информацию о модуле pageset (предоставляющем titles= и синонимы).\";'),('alt','messages:apihelp-paraminfo-param-querymodules','s:231:\"ru:Список модулей query (значения параметров <var>prop</var>, <var>meta</var> или <var>list</var>). Используйте <kbd>$1modules=query+foo</kbd> вместо <kbd>$1querymodules=foo</kbd>.\";'),('alt','messages:apihelp-paraminfo-summary','s:65:\"ru:Получение информации о модулях API.\";'),('alt','messages:apihelp-parse-example-page','s:35:\"ru:Парсинг страницы.\";'),('alt','messages:apihelp-parse-example-summary','s:48:\"ru:Парсинг описания правки.\";'),('alt','messages:apihelp-parse-example-text','s:38:\"ru:Анализ вики-текста.\";'),('alt','messages:apihelp-parse-example-texttitle','s:98:\"ru:Парсинг вики-текста с заданным заголовком страницы.\";'),('alt','messages:apihelp-parse-extended-description','s:720:\"ru:См. различные prop-модули <kbd>[[Special:ApiHelp/query|action=query]]</kbd> для получения информации о текущей версии страницы.\n\nЕсть несколько способов указать текст для парсинга:\n# Указать страницу или версию, используя <var>$1page</var>, <var>$1pageid</var> или <var>$1oldid</var>.\n# Явно указать содержимое, используя <var>$1text</var>, <var>$1title</var> и <var>$1contentmodel</var>.\n# Указать описание правки. Параметру <var>$1prop</var> должно быть присвоено пустое значение.\";'),('alt','messages:apihelp-parse-param-contentformat','s:202:\"ru:Формат сериализации содержимого, использующийся во входном тексте. Доступен только при использовании с $1text.\";'),('alt','messages:apihelp-parse-param-contentmodel','s:351:\"ru:Модель содержимого входного текста. Если пропущена, должен быть задан $1title, и значение по умолчанию будет взято в зависимости от указанного названия. Доступно только при использовании с $1text.\";'),('alt','messages:apihelp-parse-param-disableeditsection','s:127:\"ru:Опустить ссылки на редактирование разделов из результата парсинга.\";'),('alt','messages:apihelp-parse-param-disablelimitreport','s:115:\"ru:Опустить отчёт о лимите («NewPP limit report») из результата парсинга.\";'),('alt','messages:apihelp-parse-param-disablepp','s:82:\"ru:Вместо этого используйте <var>$1disablelimitreport</var>.\";'),('alt','messages:apihelp-parse-param-disablestylededuplication','s:119:\"ru:Не редуплицировать встроенные таблицы стилей в выходе парсера.\";'),('alt','messages:apihelp-parse-param-disabletoc','s:60:\"ru:Не включать в вывод содержание.\";'),('alt','messages:apihelp-parse-param-effectivelanglinks','s:172:\"ru:Включает языковые ссылки, обеспечиваемые расширениями (для использования с <kbd>$1prop=langlinks</kbd>).\";'),('alt','messages:apihelp-parse-param-generatexml','s:171:\"ru:Создать дерево парсинга XML (требуется модель содержимого <code>$1</code>, замещено <kbd>$2prop=parsetree</kbd>).\";'),('alt','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('alt','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('alt','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('alt','messages:apihelp-parse-param-oldid','s:138:\"ru:Распарсить содержимое этой версии. Переопределяет <var>$1page</var> и <var>$1pageid</var>.\";'),('alt','messages:apihelp-parse-param-onlypst','s:325:\"ru:Выполнить преобразование перед записью правки (PST) входных данных, но не парсить их. Возвращает тот же вики-текст после применения PST. Доступно только при применении с <var>$1text</var>.\";'),('alt','messages:apihelp-parse-param-page','s:184:\"ru:Распарсить содержимое этой страницы. Не может быть использовано совместно с <var>$1text</var> и <var>$1title</var>.\";'),('alt','messages:apihelp-parse-param-pageid','s:125:\"ru:Анализировать содержимое этой страницы. Переопределяет <var>$1page</var>.\";'),('alt','messages:apihelp-parse-param-preview','s:77:\"ru:Проанализировать в режиме предросмотра.\";'),('alt','messages:apihelp-parse-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-parse-param-pst','s:250:\"ru:Выполнить преобразование перед записью правки (PST) до того, как начать парсировать текст. Доступно только когда используется с текстом.\";'),('alt','messages:apihelp-parse-param-redirects','s:149:\"ru:Если значением <var>$1page</var> или <var>$1pageid</var> указано перенаправление, разрешить его.\";'),('alt','messages:apihelp-parse-param-revid','s:127:\"ru:Номер версии, для <code><nowiki>{{REVISIONID}}</nowiki></code> и аналогичных переменных.\";'),('alt','messages:apihelp-parse-param-section','s:398:\"ru:Распарсить содержимое только раздела с этим идентификатором.\n\nЕсли задан <kbd>new</kbd>, распарсить <var>$1text</var> и <var>$1sectiontitle</var> так, как будто добавлен новый раздел на страницу.\n\n<kbd>new</kbd> доступен только при заданном <var>text</var>.\";'),('alt','messages:apihelp-parse-param-sectionpreview','s:154:\"ru:Распарсить в режиме предпросмотра раздела (также активирует режим предпросмотра).\";'),('alt','messages:apihelp-parse-param-sectiontitle','s:345:\"ru:Название нового раздела, когда <var>section</var> имеет значение <kbd>new</kbd>.\n\nВ отличие от редактирования страницы, оно не примет значение параметра <var>summary</var>, если опустить его или оставить пустым.\";'),('alt','messages:apihelp-parse-param-showstrategykeys','s:128:\"ru:Включать ли информацию о внутренней стратегии объединения в jsconfigvars.\";'),('alt','messages:apihelp-parse-param-summary','s:60:\"ru:Анализируемое описание правки.\";'),('alt','messages:apihelp-parse-param-text','s:185:\"ru:Распарсиваемый текст. Используйте <var>$1title</var> или <var>$1contentmodel</var> для управления моделью содержимого.\";'),('alt','messages:apihelp-parse-param-title','s:278:\"ru:Название страницы, которой принадлежит текст. Если опущено, должен быть указан параметр <var>$1contentmodel</var>, и в качестве заголовка будет использовано [[API]].\";'),('alt','messages:apihelp-parse-param-useskin','s:319:\"ru:Применить выбранную тему оформления к результату работы парсера. Может затронуть следующие свойства: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('alt','messages:apihelp-parse-param-wrapoutputclass','s:104:\"ru:CSS-класс, используемый для оборачивания вывода парсера.\";'),('alt','messages:apihelp-parse-paramvalue-prop-categories','s:97:\"ru:Возвращает категории из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:61:\"ru:Возвращает HTML-версию категорий.\";'),('alt','messages:apihelp-parse-paramvalue-prop-displaytitle','s:88:\"ru:Добавляет название распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:154:\"ru:Возвращает переменные JavaScript с данными настроек для этой страницы в виде JSON-строки.\";'),('alt','messages:apihelp-parse-paramvalue-prop-externallinks','s:106:\"ru:Возвращает внешние ссылки из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-headhtml','s:215:\"ru:Возвращает распарсенный тип документа, начальный <code>&lt;html&gt;</code>, элемент <code>&lt;head&gt;</code> и открывающий <code>&lt;body&gt;</code>.\";'),('alt','messages:apihelp-parse-paramvalue-prop-headitems','s:137:\"ru:Возвращает элементы, которые следует поместить в <code>&lt;head&gt;</code> страницы.\";'),('alt','messages:apihelp-parse-paramvalue-prop-images','s:101:\"ru:Возвращает изображения из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-indicators','s:124:\"ru:Возвращает HTML-код индикаторов, использованных на данной странице.\";'),('alt','messages:apihelp-parse-paramvalue-prop-iwlinks','s:110:\"ru:Возвращает интервики-ссылки из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:210:\"ru:Возвращает переменные JavaScript с данными настроек для этой страницы. Для их применения используйте <code>mw.config.set()</code>.\";'),('alt','messages:apihelp-parse-paramvalue-prop-langlinks','s:108:\"ru:Возвращает языковые ссылки из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:179:\"ru:Возвращает структурированный отчёт о лимите. Не возвращает данных, если задан <var>$1disablelimitreport</var>.\";'),('alt','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:164:\"ru:Возвращает HTML-версию отчёта о лимите. Не возвращает данных, если задан <var>$1disablelimitreport</var>.\";'),('alt','messages:apihelp-parse-paramvalue-prop-links','s:112:\"ru:Возвращает внутренние ссылки из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-modules','s:346:\"ru:Возвращает использованные на странице модули ResourceLoader. Для загрузки, используйте <code>mw.loader.using()</code>. Одновременно с <kbd>modules</kbd> должно быть запрошено либо <kbd>jsconfigvars</kbd>, либо <kbd>encodedjsconfigvars</kbd>.\";'),('alt','messages:apihelp-parse-paramvalue-prop-parsetree','s:146:\"ru:Дерево парсинга XML содержимого версии (требуется модель содержимого <code>$1</code>).\";'),('alt','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:165:\"ru:Возвращает предупреждения, возникшие во время парсинга контента (в формате вики-текста).\";'),('alt','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:148:\"ru:Возвращает предупреждения, возникшие во время парсинга контента (в формате HTML).\";'),('alt','messages:apihelp-parse-paramvalue-prop-properties','s:138:\"ru:Возвращает различные свойства, объявленные в распарсиваемом вики-тексте.\";'),('alt','messages:apihelp-parse-paramvalue-prop-revid','s:104:\"ru:Добавляет идентификатор версии распарсенной страницы.\";'),('alt','messages:apihelp-parse-paramvalue-prop-sections','s:93:\"ru:Возвращает разделы из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-subtitle','s:113:\"ru:Добавляет подзаголовок страницы для распарсенной страницы.\";'),('alt','messages:apihelp-parse-paramvalue-prop-templates','s:93:\"ru:Возвращает шаблоны из распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-text','s:84:\"ru:Возвращает текст распарсенного вики-текста.\";'),('alt','messages:apihelp-parse-paramvalue-prop-wikitext','s:90:\"ru:Возвращает исходный распарсиваемый вики-текст.\";'),('alt','messages:apihelp-parse-summary','s:97:\"ru:Парсит содержимое и возвращает результат парсинга.\";'),('alt','messages:apihelp-patrol-example-rcid','s:66:\"ru:Патрулировать недавние изменения.\";'),('alt','messages:apihelp-patrol-example-revid','s:47:\"ru:Отпатрулировать версию.\";'),('alt','messages:apihelp-patrol-param-rcid','s:89:\"ru:Идентификатор патрулируемой последней правки.\";'),('alt','messages:apihelp-patrol-param-revid','s:70:\"ru:Идентификатор патрулируемой версии.\";'),('alt','messages:apihelp-patrol-param-tags','s:91:\"ru:Изменить метки записи в журнале патрулирования.\";'),('alt','messages:apihelp-patrol-summary','s:69:\"ru:Патрулирование страницы или версии.\";'),('alt','messages:apihelp-php-param-formatversion','s:44:\"ru:Форматирование вывода\";'),('alt','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('alt','messages:apihelp-php-paramvalue-formatversion-2','s:39:\"ru:Современный формат.\";'),('alt','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('alt','messages:apihelp-php-summary','s:86:\"ru:Выводить данные в сериализованном формате PHP.\";'),('alt','messages:apihelp-phpfm-summary','s:131:\"ru:Выводить данные в сериализованном формате PHP (отформатированном в HTML).\";'),('alt','messages:apihelp-protect-example-protect','s:37:\"ru:Защитить страницу.\";'),('alt','messages:apihelp-protect-example-unprotect','s:207:\"ru:Снять защиту страницы, установив ограничения <kbd>all</kbd> (то есть, позволив всем проводить действия над страницей).\";'),('alt','messages:apihelp-protect-example-unprotect2','s:86:\"ru:Снять защиту страницу, не указав ограничений.\";'),('alt','messages:apihelp-protect-param-cascade','s:334:\"ru:Активировать каскадную защиту (то есть, защитить включённые шаблоны и использованные изображения). Игнорируется, если ни один из заданных уровней не поддерживает каскадную защиту.\";'),('alt','messages:apihelp-protect-param-expiry','s:343:\"ru:Временная метка истечения защиты. Если задана только одна метка, она будет использована для всех защит. Используйте <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> или <kbd>never</kbd> для бессрочных защит.\";'),('alt','messages:apihelp-protect-param-pageid','s:176:\"ru:Идентификатор не защищаемой/защищаемой страницы. Не может использоваться одновременно с $1title.\";'),('alt','messages:apihelp-protect-param-protections','s:461:\"ru:Список уровней защиты в формате <kbd>действие=уровень</kbd> (например, <kbd>edit=sysop</kbd>). Уровень <kbd>all</kbd> означает, что кто угодно может осуществлять действие, то есть, нет ограничений.\n\n<strong>Примечания:</strong> Все неперечисленные действия потеряют уровни защиты.\";'),('alt','messages:apihelp-protect-param-reason','s:76:\"ru:Причина снятия защиты/наложения защиты.\";'),('alt','messages:apihelp-protect-param-tags','s:75:\"ru:Изменить метки записи в журнале защиты.\";'),('alt','messages:apihelp-protect-param-title','s:167:\"ru:Название не защищаемой/защищаемой страницы. Не может использоваться одновременно с $1pageid.\";'),('alt','messages:apihelp-protect-param-watch','s:178:\"ru:Если задан, добавить не защищаемую/защищаемую страницу в список наблюдения текущего участника.\";'),('alt','messages:apihelp-protect-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-protect-param-watchlistexpiry','s:249:\"ru:Временная метка истечения срока действия списка наблюдения. Опустите этот параметр, чтобы оставить текущий срок действия неизменным.\";'),('alt','messages:apihelp-protect-summary','s:65:\"ru:Изменение уровня защиты страницы.\";'),('alt','messages:apihelp-purge-example-generator','s:112:\"ru:Очистить кэш первых 10 страниц в основном пространстве имён.\";'),('alt','messages:apihelp-purge-example-simple','s:105:\"ru:Очистить кэш для страниц <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> и <kbd>API</kbd>.\";'),('alt','messages:apihelp-purge-param-forcelinkupdate','s:146:\"ru:Обновить таблицы ссылок и выполнить другие дополнительные обновления данных.\";'),('alt','messages:apihelp-purge-param-forcerecursivelinkupdate','s:198:\"ru:То же, что <kbd>forcelinkupdate</kbd>, а также обновить таблицу ссылок для всех страниц, использующих данную как шаблон.\";'),('alt','messages:apihelp-purge-summary','s:59:\"ru:Очистка кэша заданных страниц.\";'),('alt','messages:apihelp-query+allcategories-example-generator','s:162:\"ru:Получить информацию о самой странице категории для категорий, начинающихся с <kbd>List</kbd>.\";'),('alt','messages:apihelp-query+allcategories-example-size','s:137:\"ru:Составить список категорий с информацией о числе страниц в каждой из них.\";'),('alt','messages:apihelp-query+allcategories-param-dir','s:39:\"ru:Порядок сортировки.\";'),('alt','messages:apihelp-query+allcategories-param-from','s:79:\"ru:Категория, с которой начать перечисление.\";'),('alt','messages:apihelp-query+allcategories-param-limit','s:52:\"ru:Сколько категорий вернуть.\";'),('alt','messages:apihelp-query+allcategories-param-max','s:132:\"ru:Вернуть только категории, в которых не больше заданного числа страниц.\";'),('alt','messages:apihelp-query+allcategories-param-min','s:132:\"ru:Вернуть только категории, в которых не меньше заданного числа страниц.\";'),('alt','messages:apihelp-query+allcategories-param-prefix','s:114:\"ru:Найти все названия категорий, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+allcategories-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+allcategories-param-to','s:87:\"ru:Категория, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:124:\"ru:Отмечает категории, скрытые магическим словом <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('alt','messages:apihelp-query+allcategories-paramvalue-prop-size','s:80:\"ru:Добавляет количество страниц в категории.\";'),('alt','messages:apihelp-query+allcategories-summary','s:56:\"ru:Перечисление всех категорий.\";'),('alt','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:119:\"ru:Перечислить первые 50 удалённых правок в основном пространстве.\";'),('alt','messages:apihelp-query+alldeletedrevisions-example-user','s:118:\"ru:Перечислить последние 50 удалённых правок участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-from','s:74:\"ru:Начать перечисление на этом заголовке.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:183:\"ru:При использовании в качестве генератора, создаёт названия страниц вместо идентификаторов версий.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:468:\"ru:<strong>Примечание:</strong> Из-за [[mw:Special:MyLanguage/Manual:$wgMiserMode|жадного режима]] одновременное использование <var>$1user</var> и <var>$1namespace</var> может привести к меньшему, чем <var>$1limit</var>, числу результатов перед продолжением; в крайнем случае, может вернуться и ноль результатов.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-namespace','s:101:\"ru:Перечислять только страницы этого пространства имён.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-prefix','s:110:\"ru:Найти все названия страниц, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-to','s:80:\"ru:Закончить перечисление на этом заголовке.\";'),('alt','messages:apihelp-query+alldeletedrevisions-param-user','s:63:\"ru:Только правки данного участника.\";'),('alt','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:99:\"ru:Не может быть использовано одновременно с <var>$3user</var>.\";'),('alt','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:107:\"ru:Может быть использовано только одновременно с <var>$3user</var>.\";'),('alt','messages:apihelp-query+alldeletedrevisions-summary','s:172:\"ru:Перечисление всех удалённых версий указанного участника или в указанном пространстве имён.\";'),('alt','messages:apihelp-query+allfileusages-example-b','s:205:\"ru:Список названий файлов, включая несуществующих, с идентификаторами использующих их страниц, начиная с <kbd>B</kbd>.\";'),('alt','messages:apihelp-query+allfileusages-example-generator','s:64:\"ru:Список страниц, содержащих файлы.\";'),('alt','messages:apihelp-query+allfileusages-example-unique','s:67:\"ru:Список уникальных названий файлов.\";'),('alt','messages:apihelp-query+allfileusages-example-unique-generator','s:104:\"ru:Список всех названий файлов с отметкой несуществующих.\";'),('alt','messages:apihelp-query+allfileusages-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+allfileusages-param-from','s:90:\"ru:Название файла, с которого начать перечисление.\";'),('alt','messages:apihelp-query+allfileusages-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('alt','messages:apihelp-query+allfileusages-param-prefix','s:108:\"ru:Найти все названия файлов, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+allfileusages-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+allfileusages-param-to','s:96:\"ru:Название файла, на котором закончить перечисление.\";'),('alt','messages:apihelp-query+allfileusages-param-unique','s:340:\"ru:Показывать только уникальные названия файлов. Не может быть использовано одновременно с $1prop=ids.\nПри использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('alt','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:190:\"ru:Добавляет идентификаторы страниц, использующих файл (не может быть использовано одновременно с $1unique).\";'),('alt','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:50:\"ru:Добавляет название файла.\";'),('alt','messages:apihelp-query+allfileusages-summary','s:128:\"ru:Перечисление всех использований файлов, в том числе несуществующих.\";'),('alt','messages:apihelp-query+allimages-example-b','s:89:\"ru:Показать список файлов, начиная с буквы <kbd>B</kbd>.\";'),('alt','messages:apihelp-query+allimages-example-generator','s:102:\"ru:Показать информацию о 4 файлах, начиная с буквы <kbd>T</kbd>.\";'),('alt','messages:apihelp-query+allimages-example-mimetypes','s:114:\"ru:Показать список файлов с MIME-типом <kbd>image/png</kbd> или <kbd>image/gif</kbd>.\";'),('alt','messages:apihelp-query+allimages-example-recent','s:127:\"ru:Показать список недавно загруженных файлов, аналогично [[Special:NewFiles]].\";'),('alt','messages:apihelp-query+allimages-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+allimages-param-end','s:193:\"ru:Временная метка, на которой закончить перечисление. Можно использовать только одновременно с $1sort=timestamp.\";'),('alt','messages:apihelp-query+allimages-param-filterbots','s:247:\"ru:Как отфильтровывать файлы, загруженные ботами. Может быть использовано только одновременно с $1sort=timestamp и не может одновременно с $1user.\";'),('alt','messages:apihelp-query+allimages-param-from','s:192:\"ru:Название изображения, с которого начать перечисление. Можно использовать только одновременно с $1sort=name.\";'),('alt','messages:apihelp-query+allimages-param-limit','s:56:\"ru:Сколько изображений вернуть.\";'),('alt','messages:apihelp-query+allimages-param-maxsize','s:95:\"ru:Ограничить изображения этим числом байтов сверху.\";'),('alt','messages:apihelp-query+allimages-param-mime','s:82:\"ru:Какие типы MIME искать, например, <kbd>image/jpeg</kbd>.\";'),('alt','messages:apihelp-query+allimages-param-minsize','s:93:\"ru:Ограничить изображения этим числом байтов снизу.\";'),('alt','messages:apihelp-query+allimages-param-prefix','s:198:\"ru:Найти все названия файлов, начинающиеся с этого значения. Можно использовать только одновременно с $1sort=name.\";'),('alt','messages:apihelp-query+allimages-param-sha1','s:92:\"ru:SHA1-хэш этого изображения. Переопределяет $1sha1base36.\";'),('alt','messages:apihelp-query+allimages-param-sha1base36','s:100:\"ru:SHA1-хэш этого изображения в base 36 (используется в MediaWiki).\";'),('alt','messages:apihelp-query+allimages-param-sort','s:48:\"ru:Свойство для сортировки.\";'),('alt','messages:apihelp-query+allimages-param-start','s:185:\"ru:Временная метка, с которой начать перечисление. Можно использовать только одновременно с $1sort=timestamp.\";'),('alt','messages:apihelp-query+allimages-param-to','s:198:\"ru:Название изображения, на котором закончить перечисление. Можно использовать только одновременно с $1sort=name.\";'),('alt','messages:apihelp-query+allimages-param-user','s:322:\"ru:Вернуть только файлы, последняя версия которых была загружена данным пользователем. Может быть использовано только одновременно с $1sort=timestamp и не может одновременно с $1filterbots.\";'),('alt','messages:apihelp-query+allimages-summary','s:50:\"ru:Перечисление всех файлов.\";'),('alt','messages:apihelp-query+alllinks-example-b','s:236:\"ru:Список заголовков ссылаемых страниц, включая несуществующих, с идентификаторами страниц, ссылающихся на них, начиная с <kbd>B</kbd>.\";'),('alt','messages:apihelp-query+alllinks-example-generator','s:66:\"ru:Список страниц, содержащих ссылки.\";'),('alt','messages:apihelp-query+alllinks-example-unique','s:88:\"ru:Список уникальных названий ссылаемых страниц.\";'),('alt','messages:apihelp-query+alllinks-example-unique-generator','s:108:\"ru:Список всех ссылаемых страниц с отметкой несуществующих.\";'),('alt','messages:apihelp-query+alllinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+alllinks-param-from','s:90:\"ru:Название ссылки, с которой начать перечисление.\";'),('alt','messages:apihelp-query+alllinks-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('alt','messages:apihelp-query+alllinks-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+alllinks-param-prefix','s:129:\"ru:Найти все названия ссылаемых страниц, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+alllinks-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+alllinks-param-to','s:98:\"ru:Название ссылки, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+alllinks-param-unique','s:372:\"ru:Показывать только уникальные названия ссылаемых страниц. Не может быть использовано одновременно с <kbd>$1prop=ids</kbd>.\nПри использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('alt','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:185:\"ru:Добавляет идентификатор ссылаемой страницы (не может быть использовано одновременно с <var>$1unique</var>).\";'),('alt','messages:apihelp-query+alllinks-paramvalue-prop-title','s:52:\"ru:Добавляет название ссылки.\";'),('alt','messages:apihelp-query+alllinks-summary','s:130:\"ru:Перечисление всех ссылок, указывающих на заданное пространство имён.\";'),('alt','messages:apihelp-query+allmessages-example-de','s:117:\"ru:Отобразить сообщения <kbd>august</kbd> и <kbd>mainpage</kbd> на немецком языке.\";'),('alt','messages:apihelp-query+allmessages-example-ipb','s:88:\"ru:Отобразить сообщения, начинающиеся с <kbd>ipb-</kbd>.\";'),('alt','messages:apihelp-query+allmessages-param-args','s:72:\"ru:Аргументы, подставляемые в сообщение.\";'),('alt','messages:apihelp-query+allmessages-param-customised','s:110:\"ru:Вернуть только сообщения в этом состоянии персонализации.\";'),('alt','messages:apihelp-query+allmessages-param-enableparser','s:283:\"ru:Установите, чтобы активировать парсер, который будет обрабатывать вики-текст сообщений (подставлять волшебные слова, обрабатывать шаблоны, и так далее).\";'),('alt','messages:apihelp-query+allmessages-param-filter','s:118:\"ru:Вернуть только сообщения, чьи названия содержат эту подстроку.\";'),('alt','messages:apihelp-query+allmessages-param-from','s:71:\"ru:Вернуть сообщения, начиная с данного.\";'),('alt','messages:apihelp-query+allmessages-param-includelocal','s:542:\"ru:Также включить локальные сообщения, то есть, сообщения, не существующие в программе, но существующие в пространстве имён {{ns:MediaWiki}}. Это перечислит все страницы из пространства {{ns:MediaWiki}}, поэтому в результат также могут попасть страницы, не являющимися сообщениями — например, [[MediaWiki:Common.js|Common.js]].\";'),('alt','messages:apihelp-query+allmessages-param-lang','s:62:\"ru:Вернуть сообщения на этом языке.\";'),('alt','messages:apihelp-query+allmessages-param-messages','s:137:\"ru:Какие сообщения выводить. <kbd>*</kbd> (по умолчанию) означает «все сообщения».\";'),('alt','messages:apihelp-query+allmessages-param-nocontent','s:134:\"ru:Если установлен, ничего не делать с содержимым сообщений перед выводом.\";'),('alt','messages:apihelp-query+allmessages-param-prefix','s:76:\"ru:Вернуть сообщения с заданным префиксом.\";'),('alt','messages:apihelp-query+allmessages-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+allmessages-param-title','s:173:\"ru:Название страницы, используемой для контекста при анализе сообщения (для параметра $1enableparser).\";'),('alt','messages:apihelp-query+allmessages-param-to','s:77:\"ru:Вернуть сообщения, заканчивая на данном.\";'),('alt','messages:apihelp-query+allmessages-summary','s:68:\"ru:Возвращает сообщения с этого сайта.\";'),('alt','messages:apihelp-query+allpages-example-b','s:91:\"ru:Показать список страниц, начиная с буквы <kbd>B</kbd>.\";'),('alt','messages:apihelp-query+allpages-example-generator','s:121:\"ru:Получить информацию о четырёх страницах, начиная с буквы <kbd>T</kbd>.\";'),('alt','messages:apihelp-query+allpages-example-generator-revisions','s:173:\"ru:Показать содержимое первых двух страниц, не являющихся перенаправлениями, начиная с <kbd>Re</kbd>.\";'),('alt','messages:apihelp-query+allpages-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+allpages-param-filterlanglinks','s:302:\"ru:Отфильтровывать страницы, основываясь на наличие на странице языковых ссылок. Обратите внимание: языковые ссылки, добавленные расширениями, могут не учитываться.\";'),('alt','messages:apihelp-query+allpages-param-filterredir','s:54:\"ru:Какие страницы перечислять.\";'),('alt','messages:apihelp-query+allpages-param-from','s:94:\"ru:Название страницы, с которой начать перечисление.\";'),('alt','messages:apihelp-query+allpages-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+allpages-param-maxsize','s:89:\"ru:Ограничить страницы этим числом байтов сверху.\";'),('alt','messages:apihelp-query+allpages-param-minsize','s:87:\"ru:Ограничить страницы этим числом байтов снизу.\";'),('alt','messages:apihelp-query+allpages-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+allpages-param-prefix','s:110:\"ru:Найти все названия страниц, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+allpages-param-prexpiry','s:118:\"ru:Отфильтровывать страницы, основываясь на длительности защиты:\";'),('alt','messages:apihelp-query+allpages-param-prfiltercascade','s:165:\"ru:Отфильтровывать страницы, основываясь на каскадности (игнорируется, если $1prtype не задан).\";'),('alt','messages:apihelp-query+allpages-param-prlevel','s:214:\"ru:Отфильтровывать страницы, основываясь на уровне защиты (должно быть использовано одновременно с параметром $1prtype=).\";'),('alt','messages:apihelp-query+allpages-param-prtype','s:77:\"ru:Перечислить только защищённые страницы.\";'),('alt','messages:apihelp-query+allpages-param-to','s:102:\"ru:Название страницы, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:91:\"ru:Получить страницы с любой длительностью защиты.\";'),('alt','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:110:\"ru:Получить только страницы с заданной длительностью защиты.\";'),('alt','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:97:\"ru:Получить только страницы с неограниченной защитой.\";'),('alt','messages:apihelp-query+allpages-summary','s:102:\"ru:Перечисление всех страниц в данном пространстве имён.\";'),('alt','messages:apihelp-query+allredirects-example-b','s:205:\"ru:Список целевых страниц, в включая несуществующих, с идентификаторами перенаправлений, начиная с буквы <kbd>B</kbd>.\";'),('alt','messages:apihelp-query+allredirects-example-generator','s:84:\"ru:Список страниц, содержащих перенаправления.\";'),('alt','messages:apihelp-query+allredirects-example-unique','s:67:\"ru:Список уникальных целевых страниц.\";'),('alt','messages:apihelp-query+allredirects-example-unique-generator','s:104:\"ru:Список всех целевых страниц с отметкой несуществующих.\";'),('alt','messages:apihelp-query+allredirects-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+allredirects-param-from','s:110:\"ru:Название перенаправления, с которого начать перечисление.\";'),('alt','messages:apihelp-query+allredirects-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('alt','messages:apihelp-query+allredirects-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+allredirects-param-prefix','s:125:\"ru:Найти все названия целевых страниц, начинающихся с этого значения.\";'),('alt','messages:apihelp-query+allredirects-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+allredirects-param-to','s:116:\"ru:Название перенаправления, на котором закончить перечисление.\";'),('alt','messages:apihelp-query+allredirects-param-unique','s:361:\"ru:Показывать только уникальные целевые страницы. Не может быть использовано одновременно с $1prop=ids|fragment|interwiki. При использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('alt','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:197:\"ru:Добавляет фрагмент из перенаправления при наличии (не может быть использовано одновременно с <var>$1unique</var>).\";'),('alt','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:199:\"ru:Добавляет идентификатор перенаправляемой страницы (не может быть использовано одновременно с <var>$1unique</var>).\";'),('alt','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:200:\"ru:Добавляет префикс интервики к редиректу при наличии (не может быть использовано одновременно с <var>$1unique</var>).\";'),('alt','messages:apihelp-query+allredirects-paramvalue-prop-title','s:70:\"ru:Добавляет название перенаправления.\";'),('alt','messages:apihelp-query+allredirects-summary','s:124:\"ru:Перечисление всех перенаправлений на заданное пространство имён.\";'),('alt','messages:apihelp-query+allrevisions-example-ns-any','s:103:\"ru:Перечислить первые 50 правок в любом пространстве имён.\";'),('alt','messages:apihelp-query+allrevisions-example-user','s:99:\"ru:Перечислить последние 50 правок участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-query+allrevisions-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+allrevisions-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('alt','messages:apihelp-query+allrevisions-param-generatetitles','s:189:\"ru:При использовании в качестве генератора, генерирует названия страниц вместо идентификаторов версий.\";'),('alt','messages:apihelp-query+allrevisions-param-namespace','s:101:\"ru:Перечислять только страницы этого пространства имён.\";'),('alt','messages:apihelp-query+allrevisions-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+allrevisions-param-user','s:63:\"ru:Только правки данного участника.\";'),('alt','messages:apihelp-query+allrevisions-summary','s:50:\"ru:Перечисление всех версий.\";'),('alt','messages:apihelp-query+alltransclusions-example-b','s:245:\"ru:Списки заголовков включаемых страниц, в том числе несуществующих, с идентификаторами включающих их страниц, начиная с буквы <kbd>B</kbd>.\";'),('alt','messages:apihelp-query+alltransclusions-example-generator','s:72:\"ru:Список страниц, содержащих включения.\";'),('alt','messages:apihelp-query+alltransclusions-example-unique','s:75:\"ru:Список уникальных включаемых названий.\";'),('alt','messages:apihelp-query+alltransclusions-example-unique-generator','s:110:\"ru:Список всех включаемых страниц с отметкой несуществующих.\";'),('alt','messages:apihelp-query+alltransclusions-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+alltransclusions-param-from','s:98:\"ru:Название включения, с которого начать перечисление.\";'),('alt','messages:apihelp-query+alltransclusions-param-limit','s:52:\"ru:Сколько элементов вернуть.\";'),('alt','messages:apihelp-query+alltransclusions-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+alltransclusions-param-prefix','s:114:\"ru:Найти все названия включений, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+alltransclusions-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+alltransclusions-param-to','s:104:\"ru:Название включения, на котором закончить перечисление.\";'),('alt','messages:apihelp-query+alltransclusions-param-unique','s:346:\"ru:Показывать только уникальные названия включений. Не может быть использовано одновременно с $1prop=ids.\nПри использовании в качестве генератора, перечисляет целевые страницы вместо исходных.\";'),('alt','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:176:\"ru:Добавляет идентификаторы включающих страниц (не может быть использовано одновременно с $1unique).\";'),('alt','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:58:\"ru:Добавляет название включения.\";'),('alt','messages:apihelp-query+alltransclusions-summary','s:186:\"ru:Перечисление всех включений (страниц, вставленных с помощью &#123;&#123;x&#125;&#125;), включая несуществующие.\";'),('alt','messages:apihelp-query+allusers-example-y','s:69:\"ru:Список участников, начиная с <kbd>Y</kbd>.\";'),('alt','messages:apihelp-query+allusers-param-activeusers','s:164:\"ru:Перечислять только участников, которые были активны в последние $1 {{PLURAL:$1|день|дня|дней}}.\";'),('alt','messages:apihelp-query+allusers-param-attachedwiki','s:167:\"ru:С <kbd>$1prop=centralids</kbd>, также отображает, прикреплён ли к вики участник с этим идентификатором.\";'),('alt','messages:apihelp-query+allusers-param-dir','s:39:\"ru:Порядок сортировки.\";'),('alt','messages:apihelp-query+allusers-param-excludegroup','s:72:\"ru:Исключать участников из данных групп.\";'),('alt','messages:apihelp-query+allusers-param-from','s:69:\"ru:Ник, с которого начать перечисление.\";'),('alt','messages:apihelp-query+allusers-param-group','s:83:\"ru:Включать участников только из данных групп.\";'),('alt','messages:apihelp-query+allusers-param-limit','s:44:\"ru:Сколько ников вернуть.\";'),('alt','messages:apihelp-query+allusers-param-prefix','s:87:\"ru:Найти все ники, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+allusers-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+allusers-param-rights','s:317:\"ru:Включать только участников с данными правами. Участники с правами, предоставляемыми автоматически присваиваемыми группами — такими, как *, user или autoconfirmed, — не включаются.\";'),('alt','messages:apihelp-query+allusers-param-to','s:75:\"ru:Ник, на котором закончить перечисление.\";'),('alt','messages:apihelp-query+allusers-param-witheditsonly','s:97:\"ru:Перечислять только участников, совершавших правки.\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:103:\"ru:Добавляет информацию о текущих блокировках участника.\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:132:\"ru:Добавляет центральный идентификатор и статус прикрепления участника.\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:69:\"ru:Добавляет счётчик правок участника.\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-groups','s:304:\"ru:Перечисляет группы, в которые входит участник. Это значительно нагружает сервера, что может привести к возвращению меньшего числа результатов, чем указанный лимит.\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:124:\"ru:Перечисляет группы, в которые участник был включён автоматически.\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-registration','s:184:\"ru:Добавляет метку времени, когда участник был зарегистрирован, если она доступна (может быть пустым).\";'),('alt','messages:apihelp-query+allusers-paramvalue-prop-rights','s:84:\"ru:Перечисляет права, которые есть у участника.\";'),('alt','messages:apihelp-query+allusers-summary','s:95:\"ru:Перечисление всех зарегистрированных участников.\";'),('alt','messages:apihelp-query+authmanagerinfo-example-login','s:138:\"ru:Получить запросы, которые могут быть использованы на момент начала входа.\";'),('alt','messages:apihelp-query+authmanagerinfo-example-login-merged','s:202:\"ru:Получить запросы, которые могут быть использованы в момент начала авторизации с объединёнными полями формы.\";'),('alt','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:117:\"ru:Проверить, необходима ли аутентификация для действия <kbd>foo</kbd>.\";'),('alt','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:196:\"ru:Получить информацию о аутентификационных запросах, необходимых для указанного действия аутентификации.\";'),('alt','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:185:\"ru:Проверить, достаточен ли текущий статус для осуществления чувствительных к безопасности операций.\";'),('alt','messages:apihelp-query+authmanagerinfo-summary','s:105:\"ru:Получение информации о текущем статусе аутентификации.\";'),('alt','messages:apihelp-query+backlinks-example-generator','s:119:\"ru:Получить информацию о страницах, ссылающихся на [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+backlinks-example-simple','s:65:\"ru:Показать ссылки на [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+backlinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+backlinks-param-filterredir','s:259:\"ru:Как обрабатывать перенаправления. Если присвоено значение <kbd>nonredirects</kbd> при заданном <var>$1redirect</var>, это применяется только ко второму уровню.\";'),('alt','messages:apihelp-query+backlinks-param-limit','s:311:\"ru:Сколько страниц вернуть. Если задан <var>$1redirect</var>, лимит применяется к каждому уровню по отдельности (что означает, что всего может вернуться до 2 * <var>$1limit</var> результатов).\";'),('alt','messages:apihelp-query+backlinks-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+backlinks-param-pageid','s:163:\"ru:Идентификатор страницы для поиска. Не может быть использован одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-query+backlinks-param-redirect','s:317:\"ru:Если ссылающаяся страница является перенаправлением, найти также все страницы, которые ссылаются на это перенаправление. Максимальный лимит становится в два раза меньше.\";'),('alt','messages:apihelp-query+backlinks-param-title','s:139:\"ru:Заголовок для поиска. Не может быть использован одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-query+backlinks-summary','s:109:\"ru:Получение списка страниц, ссылающихся на данную страницу.\";'),('alt','messages:apihelp-query+blocks-example-simple','s:37:\"ru:Список блокировок.\";'),('alt','messages:apihelp-query+blocks-example-users','s:93:\"ru:Список блокировок участников <kbd>Alice</kbd> и <kbd>Bob</kbd>.\";'),('alt','messages:apihelp-query+blocks-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+blocks-param-ids','s:97:\"ru:Список идентификаторов блокировки (необязательно).\";'),('alt','messages:apihelp-query+blocks-param-ip','s:380:\"ru:Получить все блокировки, применённые к этому IP-адресу или диапазону CIDR, включая блокировки диапазонов.\nНе может быть использовано одновременно с <var>$3users</var>. Диапазоны CIDR шире IPv4/$1 или IPv6/$2 не поддерживаются.\";'),('alt','messages:apihelp-query+blocks-param-limit','s:76:\"ru:Максимальное число блокировок в списке.\";'),('alt','messages:apihelp-query+blocks-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+blocks-param-show','s:283:\"ru:Показать только элементы, удовлетворяющие этим критериям.\nНапример, чтобы отобразить только бессрочные блокировки IP-адресов, установите <kbd>$1show=ip|!temp</kbd>.\";'),('alt','messages:apihelp-query+blocks-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+blocks-param-users','s:81:\"ru:Список искомых участников (необязательно).\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-by','s:81:\"ru:Добавляет ник заблокировавшего участника.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-byid','s:101:\"ru:Добавляет идентификатор заблокировавшего участника.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:96:\"ru:Добавляет метку времени, когда блокировка истечёт.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-flags','s:85:\"ru:Добавляет бану метку (autoblock, anonoly, и так далее).\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-id','s:70:\"ru:Добавляет идентификатор блокировки.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-range','s:102:\"ru:Добавляет диапазон IP-адресов, затронутых блокировкой.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-reason','s:58:\"ru:Добавляет причину блокировки.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:169:\"ru:Добавляет ограничения частичных блокировок, если блокировка не действует во всём проекте.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:99:\"ru:Добавляет метку времени, когда была дана блокировка.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-user','s:81:\"ru:Добавляет ник заблокированного участника.\";'),('alt','messages:apihelp-query+blocks-paramvalue-prop-userid','s:101:\"ru:Добавляет идентификатор заблокированного участника.\";'),('alt','messages:apihelp-query+blocks-summary','s:110:\"ru:Перечисление всех заблокированных участников и IP-адресов.\";'),('alt','messages:apihelp-query+categories-example-generator','s:153:\"ru:Получить информацию о всех категориях, использованных на странице <kbd>Albert Einstein</kbd>.\";'),('alt','messages:apihelp-query+categories-example-simple','s:132:\"ru:Получить список категорий, в которые включена страница <kbd>Albert Einstein</kbd>.\";'),('alt','messages:apihelp-query+categories-param-categories','s:215:\"ru:Перечислять только данные категории. Полезно для проверки, включена ли конкретная страница в конкретную категорию.\";'),('alt','messages:apihelp-query+categories-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+categories-param-limit','s:52:\"ru:Сколько категорий вернуть.\";'),('alt','messages:apihelp-query+categories-param-prop','s:116:\"ru:Какие дополнительные свойства получить для каждой категории:\";'),('alt','messages:apihelp-query+categories-param-show','s:59:\"ru:Какие типы категорий показать.\";'),('alt','messages:apihelp-query+categories-paramvalue-prop-hidden','s:124:\"ru:Отмечает категории, скрытые магическим словом <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('alt','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:225:\"ru:Добавляет ключ сортировки (шестнадцатеричная строка) и префикс ключа сортировки (человеко-читаемая часть) для категории.\";'),('alt','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:107:\"ru:Добавляет метку времени, когда категория была добавлена.\";'),('alt','messages:apihelp-query+categories-summary','s:112:\"ru:Перечисление всех категорий, которым принадлежит страница.\";'),('alt','messages:apihelp-query+categoryinfo-example-simple','s:95:\"ru:Получить информацию о <kbd>Category:Foo</kbd> и <kbd>Category:Bar</kbd>.\";'),('alt','messages:apihelp-query+categoryinfo-summary','s:92:\"ru:Возвращение информации о конкретных категориях.\";'),('alt','messages:apihelp-query+categorymembers-example-generator','s:110:\"ru:Получить информацию о первых 10 страницах в <kbd>Category:Physics</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-example-simple','s:82:\"ru:Получить первые 10 страниц в <kbd>Category:Physics</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-param-dir','s:39:\"ru:Порядок сортировки.\";'),('alt','messages:apihelp-query+categorymembers-param-end','s:213:\"ru:Временная метка, на которой закончить перечисление. Может быть использовано только одновременно с <kbd>$1sort=timestamp</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-param-endhexsortkey','s:263:\"ru:Ключ сортировки, на котором закончить перечисление, возвращённый <kbd>$1prop=sortkey</kbd>. Может быть использовано только одновременно с <kbd>$1sort=sortkey</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-param-endsortkey','s:66:\"ru:Используйте вместо этого $1endhexsortkey.\";'),('alt','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:426:\"ru:Префикс ключа сортировки, <strong>перед</strong> которым закончить перечисление (не <strong>на<strong> котором; если это значение существует, оно не будет включено!). Может быть использовано только одновременно с $1sort=sortkey. Переопределяет $1endhexsortkey.\";'),('alt','messages:apihelp-query+categorymembers-param-limit','s:79:\"ru:Максимальное число возвращаемых страниц.\";'),('alt','messages:apihelp-query+categorymembers-param-namespace','s:298:\"ru:Включать только страница из этих пространств имён. Обратите внимание, что вместо <kbd>$1namespace=14</kbd> или <kbd>6</kbd> могут быть использованы <kbd>$1type=subcat</kbd> или <kbd>$1type=file</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-param-pageid','s:174:\"ru:Идентификатор перечисляемой категории. Не может быть использовано одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-query+categorymembers-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+categorymembers-param-sort','s:48:\"ru:Свойство для сортировки.\";'),('alt','messages:apihelp-query+categorymembers-param-start','s:205:\"ru:Временная метка, с которой начать перечисление. Может быть использовано только одновременно с <kbd>$1sort=timestamp</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-param-starthexsortkey','s:257:\"ru:Ключ сортировки, с которого начать перечисление, возвращённый <kbd>$1prop=sortkey</kbd>. Может быть использовано только одновременно с <kbd>$1sort=sortkey</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-param-startsortkey','s:68:\"ru:Используйте вместо этого $1starthexsortkey.\";'),('alt','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:256:\"ru:Префикс ключа сортировки, с которого начать перечисление. Может быть использовано только с <kbd>$1sort=sortkey</kbd>. Переопределяет <var>$1starthexsortkey</var>.\";'),('alt','messages:apihelp-query+categorymembers-param-title','s:278:\"ru:Страницы какой категории перечислять (обязательно). Префикс <kbd>{{ns:category}}:</kbd> должен быть включён. Не может быть использовано одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-query+categorymembers-param-type','s:116:\"ru:Какие типы страниц включать. Игнорируется при <kbd>$1sort=timestamp</kbd>.\";'),('alt','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:66:\"ru:Добавляет идентификатор страницы.\";'),('alt','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:167:\"ru:Добавляет ключ, используемый для сортировки внутри категории (шестнадцатеричная строка).\";'),('alt','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:194:\"ru:Добавляет префикс ключа, используемого для сортировки внутри категории (человеко-читаемая часть ключа).\";'),('alt','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:103:\"ru:Добавляет метку времени, когда страница была включена.\";'),('alt','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('alt','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:145:\"ru:Добавляет тип категоризованной страницы (<samp>page</samp>, <samp>subcat</samp> или <samp>file</samp>).\";'),('alt','messages:apihelp-query+categorymembers-summary','s:87:\"ru:Перечисление всех страниц в данной категории.\";'),('alt','messages:apihelp-query+contributors-example-simple','s:85:\"ru:Показать редакторов страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+contributors-param-excludegroup','s:232:\"ru:Исключать участников из заданных групп. Неявные или автоматически присваиваемые группы, вроде *, user или autoconfirmed, не считаются.\";'),('alt','messages:apihelp-query+contributors-param-excluderights','s:328:\"ru:Исключать участников с данными правами. Участники с правами, предоставляемыми неявными или автоматически присваиваемыми группами — такими, как *, user или autoconfirmed, — не считаются.\";'),('alt','messages:apihelp-query+contributors-param-group','s:239:\"ru:Включать только участников из данных групп. Неявные или автоматически присваиваемые группы, вроде *, user или autoconfirmed, не считаются.\";'),('alt','messages:apihelp-query+contributors-param-limit','s:54:\"ru:Сколько редакторов вернуть.\";'),('alt','messages:apihelp-query+contributors-param-rights','s:339:\"ru:Включать только участников с данными правами. Участники с правами, предоставляемыми неявными или автоматически присваиваемыми группами — такими, как *, user или autoconfirmed, — не считаются.\";'),('alt','messages:apihelp-query+contributors-summary','s:153:\"ru:Получение списка зарегистрированных и количества анонимных редакторов страницы.\";'),('alt','messages:apihelp-query+deletedrevisions-example-revids','s:94:\"ru:Список информации для удалённой правки <kbd>123456</kbd>.\";'),('alt','messages:apihelp-query+deletedrevisions-example-titles','s:160:\"ru:Список удалённых правок страниц [[{{MediaWiki:Mainpage}}]] и её страницы обсуждения с содержимым.\";'),('alt','messages:apihelp-query+deletedrevisions-extended-description','s:558:\"ru:Может быть использовано несколькими способами:\n# Получение удалённых правок для набора страниц, заданного с помощью названий или идентификаторов. Сортируется по названиям и временным меткам.\n# Получение данных о наборе удалённых правок, заданных с помощью их revid. Сортируется по идентификаторам версий.\";'),('alt','messages:apihelp-query+deletedrevisions-param-end','s:207:\"ru:Временная метка, на которой закончить перечисление. Игнорируется при обработке списка идентификаторов версий.\";'),('alt','messages:apihelp-query+deletedrevisions-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('alt','messages:apihelp-query+deletedrevisions-param-start','s:199:\"ru:Временная метка, с которой начать перечисление. Игнорируется при обработке списка идентификаторов версий.\";'),('alt','messages:apihelp-query+deletedrevisions-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('alt','messages:apihelp-query+deletedrevisions-param-user','s:63:\"ru:Только правки данного участника.\";'),('alt','messages:apihelp-query+deletedrevisions-summary','s:82:\"ru:Получение информации об удалённых правках.\";'),('alt','messages:apihelp-query+deletedrevs-example-mode1','s:177:\"ru:Список последних удалённых правок страниц [[{{MediaWiki:Mainpage}}]] и <kbd>Talk:Main Page</kbd> с содержимым (режим 1).\";'),('alt','messages:apihelp-query+deletedrevs-example-mode2','s:119:\"ru:Список последних 50 удалённых правок участника <kbd>Bob</kbd> (режим 2).\";'),('alt','messages:apihelp-query+deletedrevs-example-mode3-main','s:138:\"ru:Список последних 50 удалённых правок в основном пространстве имён (режим 3)\";'),('alt','messages:apihelp-query+deletedrevs-example-mode3-talk','s:136:\"ru:Список последних 50 удалённых страниц в пространстве имён {{ns:talk}} (режим 3).\";'),('alt','messages:apihelp-query+deletedrevs-extended-description','s:894:\"ru:Работает в трёх режимах:\n# Перечисление удалённых правок для заданных названий страниц, сортируется по временным меткам.\n# Перечисление удалённого вклада заданного участника, сортируется по временным меткам (названия страниц не указываются).\n# Перечисление удалённых правок в заданном пространстве имён, сортируется по названиям страниц и временным меткам (названия страниц и $1user не указываются).\n\nОпределённые параметры применяются только к некоторым режимам и игнорируются в других.\";'),('alt','messages:apihelp-query+deletedrevs-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+deletedrevs-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('alt','messages:apihelp-query+deletedrevs-param-from','s:74:\"ru:Начать перечисление на этом заголовке.\";'),('alt','messages:apihelp-query+deletedrevs-param-limit','s:78:\"ru:Максимальное количество правок в списке.\";'),('alt','messages:apihelp-query+deletedrevs-param-namespace','s:101:\"ru:Перечислять только страницы этого пространства имён.\";'),('alt','messages:apihelp-query+deletedrevs-param-prefix','s:110:\"ru:Найти все названия страниц, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+deletedrevs-param-prop','s:52:\"ru:Какие свойства возвращать:\";'),('alt','messages:apihelp-query+deletedrevs-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+deletedrevs-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('alt','messages:apihelp-query+deletedrevs-param-to','s:80:\"ru:Закончить перечисление на этом заголовке.\";'),('alt','messages:apihelp-query+deletedrevs-param-unique','s:96:\"ru:Перечислять только одну правку на каждую страницу.\";'),('alt','messages:apihelp-query+deletedrevs-param-user','s:63:\"ru:Только правки данного участника.\";'),('alt','messages:apihelp-query+deletedrevs-paraminfo-modes','s:36:\"ru:{{PLURAL:$1|Мод|Моды}}: $2\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:52:\"ru:Добавляет описание правки.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:56:\"ru:Добавляет содержимое правки.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:64:\"ru:Добавляет длину правки (в байтах).\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:59:\"ru:Отмечает, была ли правка малой.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:100:\"ru:Добавляет идентификатор предыдущей версии страницы.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:77:\"ru:Добавляет распарсенное описание правки.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:81:\"ru:Добавляет идентификатор удалённой правки.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:58:\"ru:Добавляет хэш SHA-1 (base 16) правки.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:27:\"ru:Метки правки.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:64:\"ru:Возвращает токен редактирования.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:83:\"ru:Добавляет ник участника, сделавшего правку.\";'),('alt','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:103:\"ru:Добавляет идентификатор участника, сделавшего правку.\";'),('alt','messages:apihelp-query+deletedrevs-summary','s:60:\"ru:Перечисление удалённых правок.\";'),('alt','messages:apihelp-query+disabled-summary','s:62:\"ru:Этот запрос-модуль был отключён.\";'),('alt','messages:apihelp-query+duplicatefiles-example-generated','s:57:\"ru:Поиск дубликатов всех файлов.\";'),('alt','messages:apihelp-query+duplicatefiles-example-simple','s:70:\"ru:Поиск дубликатов [[:File:Albert Einstein Head.jpg]].\";'),('alt','messages:apihelp-query+duplicatefiles-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+duplicatefiles-param-limit','s:54:\"ru:Сколько дубликатов вернуть.\";'),('alt','messages:apihelp-query+duplicatefiles-param-localonly','s:85:\"ru:Искать только файлы в локальном репозитории.\";'),('alt','messages:apihelp-query+duplicatefiles-summary','s:172:\"ru:Перечисление всех файлов, являющихся дубликатами данных, основываясь на сравнении хэш-сумм.\";'),('alt','messages:apihelp-query+embeddedin-example-generator','s:110:\"ru:Получить информацию о страницах, включающих <kbd>Template:Stub</kbd>.\";'),('alt','messages:apihelp-query+embeddedin-example-simple','s:64:\"ru:Показать включения <kbd>Template:Stub</kbd>.\";'),('alt','messages:apihelp-query+embeddedin-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+embeddedin-param-filterredir','s:64:\"ru:Как фильтровать перенаправления.\";'),('alt','messages:apihelp-query+embeddedin-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+embeddedin-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+embeddedin-param-pageid','s:147:\"ru:Искомый идентификатор страницы. Не может быть использован одновременно с $1title.\";'),('alt','messages:apihelp-query+embeddedin-param-title','s:106:\"ru:Искомое название. Не может использоваться вместе с $1pageid.\";'),('alt','messages:apihelp-query+embeddedin-summary','s:117:\"ru:Поиск всех страниц, встраивающих (включающих) данное название.\";'),('alt','messages:apihelp-query+extlinks-example-simple','s:97:\"ru:Получить внешние ссылки на странице [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+extlinks-param-expandurl','s:121:\"ru:Раскрыть зависимые от протокола ссылки с каноничным протоколом.\";'),('alt','messages:apihelp-query+extlinks-param-limit','s:46:\"ru:Сколько ссылок вернуть.\";'),('alt','messages:apihelp-query+extlinks-param-protocol','s:357:\"ru:Протокол ссылки. Если оставлено пустым, а <var>$1query</var> задано, будут найдены ссылки с протоколом <kbd>http</kbd>. Оставьте пустым и <var>$1query</var>, и данный параметр, чтобы получить список всех внешних ссылок.\";'),('alt','messages:apihelp-query+extlinks-param-query','s:219:\"ru:Поисковый запрос без протокола. Полезно для проверки, содержит ли определённая страница определённую внешнюю ссылку.\";'),('alt','messages:apihelp-query+extlinks-summary','s:120:\"ru:Получение всех внешних ссылок (не интервик) для данной страницы.\";'),('alt','messages:apihelp-query+exturlusage-example-simple','s:103:\"ru:Показать страницы, ссылающиеся на <kbd>https://www.mediawiki.org</kbd>.\";'),('alt','messages:apihelp-query+exturlusage-param-expandurl','s:121:\"ru:Раскрыть зависимые от протокола ссылки с каноничным протоколом.\";'),('alt','messages:apihelp-query+exturlusage-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+exturlusage-param-namespace','s:69:\"ru:Пространства имён для перечисления.\";'),('alt','messages:apihelp-query+exturlusage-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+exturlusage-param-protocol','s:357:\"ru:Протокол ссылки. Если оставлено пустым, а <var>$1query</var> задано, будут найдены ссылки с протоколом <kbd>http</kbd>. Оставьте пустым и <var>$1query</var>, и данный параметр, чтобы получить список всех внешних ссылок.\";'),('alt','messages:apihelp-query+exturlusage-param-query','s:198:\"ru:Поисковый запрос без протокола. См. [[Special:LinkSearch]]. Оставьте пустым для получение списка всех внешних ссылок.\";'),('alt','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:66:\"ru:Добавляет идентификатор страницы.\";'),('alt','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('alt','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:96:\"ru:Добавляет ссылку, использованную на этой странице.\";'),('alt','messages:apihelp-query+exturlusage-summary','s:91:\"ru:Перечислить страницы, содержащие данную ссылку.\";'),('alt','messages:apihelp-query+filearchive-example-simple','s:57:\"ru:Список всех удалённых файлов.\";'),('alt','messages:apihelp-query+filearchive-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+filearchive-param-from','s:102:\"ru:Название изображения, с которого начать перечисление.\";'),('alt','messages:apihelp-query+filearchive-param-limit','s:67:\"ru:Сколько всего изображений вернуть.\";'),('alt','messages:apihelp-query+filearchive-param-prefix','s:108:\"ru:Найти все названия файлов, начинающиеся с этого значения.\";'),('alt','messages:apihelp-query+filearchive-param-prop','s:52:\"ru:Какую информацию получить:\";'),('alt','messages:apihelp-query+filearchive-param-sha1','s:92:\"ru:SHA1-хэш этого изображения. Переопределяет $1sha1base36.\";'),('alt','messages:apihelp-query+filearchive-param-sha1base36','s:100:\"ru:SHA1-хэш этого изображения в base 36 (используется в MediaWiki).\";'),('alt','messages:apihelp-query+filearchive-param-to','s:108:\"ru:Название изображения, на котором закончить перечисление.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:70:\"ru:Добавляет имя архивной версии файла.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:78:\"ru:Добавляет глубину цвета файловой версии.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-description','s:69:\"ru:Добавляет описание файловой версии.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:30:\"ru:Синоним для size.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:63:\"ru:Добавляет медиа-тип изображения.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:89:\"ru:Перечисляет метаданные Exif для файловой версии.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:57:\"ru:Добавляет MIME-тип изображения.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:71:\"ru:Распарсить описание файловой версии.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:57:\"ru:Добавляет SHA1-хэш изображения.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-size','s:196:\"ru:Добавляет размер изображения в байтах, высоту, ширину и количество использующих страниц (если применимо).\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:95:\"ru:Добавляет метку времени загрузки файловой версии.\";'),('alt','messages:apihelp-query+filearchive-paramvalue-prop-user','s:90:\"ru:Добавляет участника, загрузившего изображение.\";'),('alt','messages:apihelp-query+filearchive-summary','s:69:\"ru:Перечисление всех удалённых файлов.\";'),('alt','messages:apihelp-query+filerepoinfo-example-simple','s:86:\"ru:Получить информацию о файловых репозиториях.\";'),('alt','messages:apihelp-query+filerepoinfo-param-prop','s:164:\"ru:Какие свойства хранилища получить (доступность свойств может отличаться в разных вики).\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:160:\"ru:Ссылка на API репозитория — полезно для получения информации об изображении с сервера.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:77:\"ru:Является ли хранилище локальным или нет.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:54:\"ru:Корневой URL для изображений.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('alt','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:44:\"ru:URL путь публичной зоны.\";'),('alt','messages:apihelp-query+filerepoinfo-summary','s:135:\"ru:Возвращает мета-информацию о файловых репозиториях, настроенных в вики.\";'),('alt','messages:apihelp-query+fileusage-example-generator','s:111:\"ru:Получить информацию о страницах, использующих [[:File:Example.jpg]].\";'),('alt','messages:apihelp-query+fileusage-example-simple','s:96:\"ru:Получить список страниц, использующих [[:File:Example.jpg]].\";'),('alt','messages:apihelp-query+fileusage-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+fileusage-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('alt','messages:apihelp-query+fileusage-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+fileusage-param-show','s:110:\"ru:Показать только элементы, соответствующие этим критериям:\";'),('alt','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:60:\"ru:Идентификатор каждой страницы.\";'),('alt','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:87:\"ru:Метка, является ли страница перенаправлением.\";'),('alt','messages:apihelp-query+fileusage-paramvalue-prop-title','s:52:\"ru:Заголовок каждой страницы.\";'),('alt','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:69:\"ru:Показать только не перенаправления.\";'),('alt','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:64:\"ru:Показать только перенаправления.\";'),('alt','messages:apihelp-query+fileusage-summary','s:86:\"ru:Поиск всех страниц, использующих данный файл.\";'),('alt','messages:apihelp-query+imageinfo-example-dated','s:111:\"ru:Запросить информацию о версиях [[:File:Test.jpg]] с 2008 года и позже.\";'),('alt','messages:apihelp-query+imageinfo-example-simple','s:107:\"ru:Заросить информацию о текущей версии [[:File:Albert Einstein Head.jpg]].\";'),('alt','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:180:\"ru:Если задан <kbd>$2prop=badfile</kbd>, этот заголовок страницы будет использован для анализа [[MediaWiki:Bad image list]].\";'),('alt','messages:apihelp-query+imageinfo-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:135:\"ru:Если задано и непустое, только эти ключи будут возвращены для $1prop=extmetadata.\";'),('alt','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:300:\"ru:На каком языке запрашивать расширенные метаданные. Это затрагивает как переводы, если их доступно несколько, так и способ форматирования чисел и других значений.\";'),('alt','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:146:\"ru:Если для свойства расширенных метаданных доступны переводы, запросить их все.\";'),('alt','messages:apihelp-query+imageinfo-param-limit','s:72:\"ru:Сколько версий каждого файла вернуть.\";'),('alt','messages:apihelp-query+imageinfo-param-localonly','s:85:\"ru:Искать только файлы в локальном репозитории.\";'),('alt','messages:apihelp-query+imageinfo-param-metadataversion','s:296:\"ru:Какую версию метаданных использовать. Если указано <kbd>latest</kbd>, будет использована последняя версия. Для обратной совместимости, значение по умолчанию — <kbd>1</kbd>.\";'),('alt','messages:apihelp-query+imageinfo-param-prop','s:66:\"ru:Какую информацию о файле получить:\";'),('alt','messages:apihelp-query+imageinfo-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+imageinfo-param-urlheight','s:35:\"ru:Аналогично $1urlwidth.\";'),('alt','messages:apihelp-query+imageinfo-param-urlparam','s:305:\"ru:Строковой параметр, зависящий от обработчика. Например, для PDF можно использовать <kbd>page15-100px</kbd>. Должен быть использован <var>$1urlwidth</var>, не противоречащий с <var>$1urlparam</var>.\";'),('alt','messages:apihelp-query+imageinfo-param-urlwidth','s:364:\"ru:Если задан $2prop=url, будет возвращена ссылка на изображение, масштабированное до указанной ширины. Из соображений производительности, при использовании этой опции будет возвращено не более $1 файлов.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:202:\"ru:Добавляет имя архивной версии файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:127:\"ru:Добавляет указание на то, находится ли файл в списке [[MediaWiki:Bad image list]]\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:210:\"ru:Добавляет глубину цвета файловой версии. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:203:\"ru:Добавляет каноничное название файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:172:\"ru:Комментарий к версии. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:264:\"ru:Перечисляет общие для данного формата метаданные для файловой версии. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:30:\"ru:Синоним для size.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:341:\"ru:Перечисляет структурированные метаданные, собранные из нескольких источников. Результат отдаётся в формате HTML. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:183:\"ru:Добавляет медиа-тип файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:221:\"ru:Перечисляет метаданные Exif для файловой версии. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:177:\"ru:Добавляет MIME-тип файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:197:\"ru:Распарсенный комментарий к версии. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:177:\"ru:Добавляет SHA1-хэш файла. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:184:\"ru:Добавляет размер файла в байтах, высоту, ширину и количество использующих страниц (если применимо).\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:252:\"ru:Добавляет MIME-тип миниатюры файла (требуется url и параметр $1urlwidth). Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:95:\"ru:Добавляет метку времени загрузки файловой версии.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:260:\"ru:Используется страницей Special:Upload для получения информации о существовании файла. Не предназначено для использования за пределами ядра MediaWiki.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:220:\"ru:Возвращает ссылку на файл и страницу описания. Если версия файла была удалена, будет возвращено свойство <samp>filehidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:256:\"ru:Добавляет участников, загрузивших каждую файловую версию. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:285:\"ru:Добавляет идентификаторы участников, загрузивших каждую файловую версию. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+imageinfo-summary','s:94:\"ru:Возвращает информацию о файле и историю загрузок.\";'),('alt','messages:apihelp-query+images-example-generator','s:145:\"ru:Получить информацию о всех файлах, использованных на странице [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+images-example-simple','s:125:\"ru:Получить список файлов, использованных на странице [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+images-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+images-param-images','s:194:\"ru:Перечислять только данные файлы. Полезно для проверки, включает ли конкретная страница конкретный файл.\";'),('alt','messages:apihelp-query+images-param-limit','s:46:\"ru:Сколько файлов вернуть.\";'),('alt','messages:apihelp-query+images-summary','s:105:\"ru:Возвращает все файлы, содержащиеся на данных страницах.\";'),('alt','messages:apihelp-query+imageusage-example-generator','s:124:\"ru:Получить информацию о страницах, использующих [[:File:Albert Einstein Head.jpg]].\";'),('alt','messages:apihelp-query+imageusage-example-simple','s:98:\"ru:Показать страницы, использующие [[:File:Albert Einstein Head.jpg]].\";'),('alt','messages:apihelp-query+imageusage-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+imageusage-param-filterredir','s:237:\"ru:Как обрабатывать перенаправления. Если присвоено значение nonredirects при заданном $1redirect, это применяется только ко второму уровню.\";'),('alt','messages:apihelp-query+imageusage-param-limit','s:311:\"ru:Сколько страниц вернуть. Если задан <var>$1redirect</var>, лимит применяется к каждому уровню по отдельности (что означает, что всего может вернуться до 2 * <var>$1limit</var> результатов).\";'),('alt','messages:apihelp-query+imageusage-param-namespace','s:69:\"ru:Пространство имён для перечисления.\";'),('alt','messages:apihelp-query+imageusage-param-pageid','s:147:\"ru:Искомый идентификатор страницы. Не может быть использован одновременно с $1title.\";'),('alt','messages:apihelp-query+imageusage-param-redirect','s:317:\"ru:Если ссылающаяся страница является перенаправлением, найти также все страницы, которые ссылаются на это перенаправление. Максимальный лимит становится в два раза меньше.\";'),('alt','messages:apihelp-query+imageusage-param-title','s:106:\"ru:Искомое название. Не может использоваться вместе с $1pageid.\";'),('alt','messages:apihelp-query+imageusage-summary','s:86:\"ru:Поиск всех страниц, использующих данный файл.\";'),('alt','messages:apihelp-query+info-example-protection','s:142:\"ru:Получить основную информацию и информацию о защите страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+info-example-simple','s:88:\"ru:Получить информацию о странице [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('alt','messages:apihelp-query+info-param-prop','s:77:\"ru:Какие дополнительные свойства получить:\";'),('alt','messages:apihelp-query+info-param-testactions','s:150:\"ru:Проверить, может ли текущий участник провести указанные действия над страницей.\";'),('alt','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('alt','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:94:\"ru:Возвращает стиль отображения заголовка страницы.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:134:\"ru:Временная метка уведомления для списка наблюдения для каждой страницы.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-preload','s:60:\"ru:Текст, возвращённый EditFormPreloadText.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-protection','s:86:\"ru:Перечисление уровней защиты каждой страницы.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-readable','s:165:\"ru:Может ли участник просматривать эту страницу. Используйте вместо этого <kbd>intestactions=read</kbd>.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-subjectid','s:130:\"ru:Идентификатор родительской страницы для каждой страницы обсуждения.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-talkid','s:131:\"ru:Идентификатор страницы обсуждения для каждой страницы не-обсуждения.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-url','s:172:\"ru:Возвращает полную ссылку, ссылку на редактирование и каноничную ссылку для каждой страницы.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:132:\"ru:Выдаёт отображаемый заголовок во всех вариантах языка контента сайта.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:173:\"ru:Количество наблюдающих за каждой страницей, просмотревших последние правки, если разрешено.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-watched','s:97:\"ru:Перечислить статус наблюдения за каждой страницей.\";'),('alt','messages:apihelp-query+info-paramvalue-prop-watchers','s:76:\"ru:Количество наблюдающих, если разрешено.\";'),('alt','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:101:\"ru:Возвращает логическое значение для каждого действия.\";'),('alt','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('alt','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('alt','messages:apihelp-query+info-summary','s:82:\"ru:Получение основной информации о страницах.\";'),('alt','messages:apihelp-query+iwbacklinks-example-generator','s:111:\"ru:Получить информацию о страницах, ссылающихся на [[wikibooks:Test]].\";'),('alt','messages:apihelp-query+iwbacklinks-example-simple','s:96:\"ru:Получить список страниц, ссылающихся на [[wikibooks:Test]].\";'),('alt','messages:apihelp-query+iwbacklinks-extended-description','s:354:\"ru:Может быть использована для поиска всех ссылок с префиксом, или всех ссылок на название (с заданным префиксом). Неиспользование никакого параметра фактически означает «все интервики-ссылки».\";'),('alt','messages:apihelp-query+iwbacklinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+iwbacklinks-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+iwbacklinks-param-prefix','s:37:\"ru:Префикс интервики.\";'),('alt','messages:apihelp-query+iwbacklinks-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+iwbacklinks-param-title','s:136:\"ru:Искомая интервики-ссылка. Должна быть использована вместе с <var>$1blprefix</var>.\";'),('alt','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:56:\"ru:Добавляет префикс интервики.\";'),('alt','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:58:\"ru:Добавляет название интервики.\";'),('alt','messages:apihelp-query+iwbacklinks-summary','s:116:\"ru:Поиск всех страниц, ссылающихся на заданную интервики ссылку.\";'),('alt','messages:apihelp-query+iwlinks-example-simple','s:101:\"ru:Получить интервики-ссылки со страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+iwlinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+iwlinks-param-limit','s:65:\"ru:Сколько интервики-ссылок вернуть.\";'),('alt','messages:apihelp-query+iwlinks-param-prefix','s:81:\"ru:Вернуть только интервики с этим префиксом.\";'),('alt','messages:apihelp-query+iwlinks-param-prop','s:129:\"ru:Какие дополнительные свойства получить для каждой интервики-ссылки:\";'),('alt','messages:apihelp-query+iwlinks-param-title','s:134:\"ru:Искомая интервики-ссылка. Должна быть использована вместе с <var>$1prefix</var>.\";'),('alt','messages:apihelp-query+iwlinks-param-url','s:148:\"ru:Следует ли возвращать полный URL (не может быть использовано одновременно с $1prop).\";'),('alt','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:39:\"ru:Добавляет полный URL.\";'),('alt','messages:apihelp-query+iwlinks-summary','s:94:\"ru:Возвращает все интервики-ссылки с данных страниц.\";'),('alt','messages:apihelp-query+langbacklinks-example-generator','s:105:\"ru:Получить информацию о страницах, ссылающихся на [[:fr:Test]].\";'),('alt','messages:apihelp-query+langbacklinks-example-simple','s:90:\"ru:Получить список страниц, ссылающихся на [[:fr:Test]].\";'),('alt','messages:apihelp-query+langbacklinks-extended-description','s:493:\"ru:Может быть использовано для поиска всех ссылок с языковым кодом, или всех ссылок на страницу с заданным языком. Неиспользование этого параметра фактически вернёт все языковые ссылки.\n\nОбратите внимания, что ссылки, добавляемые расширениями, могут не рассматриваться.\";'),('alt','messages:apihelp-query+langbacklinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+langbacklinks-param-lang','s:25:\"ru:Язык ссылки.\";'),('alt','messages:apihelp-query+langbacklinks-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+langbacklinks-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+langbacklinks-param-title','s:106:\"ru:Искомая языковая ссылка. Должно быть использовано с $1lang.\";'),('alt','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:59:\"ru:Добавляет языковой код ссылки.\";'),('alt','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:52:\"ru:Добавляет название ссылки.\";'),('alt','messages:apihelp-query+langbacklinks-summary','s:114:\"ru:Поиск всех страниц, ссылающихся на заданную языковую ссылку.\";'),('alt','messages:apihelp-query+langlinks-example-simple','s:107:\"ru:Получить межъязыковые ссылки со страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+langlinks-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+langlinks-param-inlanguagecode','s:93:\"ru:Языковой код для локализованных названий языков.\";'),('alt','messages:apihelp-query+langlinks-param-lang','s:94:\"ru:Возвращает только ссылки с данным языковым кодом.\";'),('alt','messages:apihelp-query+langlinks-param-limit','s:46:\"ru:Сколько ссылок вернуть.\";'),('alt','messages:apihelp-query+langlinks-param-prop','s:135:\"ru:Какие дополнительные свойства получить для каждой межъязыковой ссылки:\";'),('alt','messages:apihelp-query+langlinks-param-title','s:113:\"ru:Искомая ссылка. Должна быть использована вместе с <var>$1lang</var>.\";'),('alt','messages:apihelp-query+langlinks-param-url','s:153:\"ru:Следует ли вернуть полный URL (не может быть использовано одновременно с <var>$1prop</var>).\";'),('alt','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:58:\"ru:Добавляет самоназвание языка.\";'),('alt','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:196:\"ru:Добавляет локализованное название языка (лучший вариант). Используйте <var>$1inlanguagecode</var> для указания языка.\";'),('alt','messages:apihelp-query+langlinks-paramvalue-prop-url','s:39:\"ru:Добавляет полный URL.\";'),('alt','messages:apihelp-query+langlinks-summary','s:100:\"ru:Возвращает все межъязыковые ссылки с данных страниц.\";'),('alt','messages:apihelp-query+languageinfo-example-autonym-name-de','s:125:\"ru:Получить автонимы и немецкие названия всех поддерживаемых языков.\";'),('alt','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('alt','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('alt','messages:apihelp-query+languageinfo-example-simple','s:97:\"ru:Получить языковые коды всех поддерживаемых языков.\";'),('alt','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('alt','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('alt','messages:apihelp-query+languageinfo-param-prop','s:85:\"ru:Какую информацию получить для каждого языка.\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:100:\"ru:Направление написания языка (<code>ltr</code> или <code>rtl</ code>).\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('alt','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('alt','messages:apihelp-query+languageinfo-summary','s:80:\"ru:Возвращает информацию о доступных языках.\";'),('alt','messages:apihelp-query+links-example-generator','s:130:\"ru:Получить информацию о страницах, на которые ссылается [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+links-example-namespaces','s:152:\"ru:Получить ссылки со страницы [[{{MediaWiki:Mainpage}}]] на пространства имён {{ns:user}} и {{ns:template}}.\";'),('alt','messages:apihelp-query+links-example-simple','s:82:\"ru:Получить ссылки со страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+links-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+links-param-limit','s:46:\"ru:Сколько ссылок вернуть.\";'),('alt','messages:apihelp-query+links-param-namespace','s:102:\"ru:Показывать ссылки только на данные пространства имён.\";'),('alt','messages:apihelp-query+links-param-titles','s:200:\"ru:Перечислять только данные ссылки. Полезно для проверки, содержит ли конкретная страница конкретную ссылку.\";'),('alt','messages:apihelp-query+links-summary','s:75:\"ru:Возвращает все ссылки с данных страниц.\";'),('alt','messages:apihelp-query+linkshere-example-generator','s:119:\"ru:Получить информацию о страницах, ссылающихся на [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+linkshere-example-simple','s:104:\"ru:Получить список страниц, ссылающихся на [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+linkshere-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+linkshere-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('alt','messages:apihelp-query+linkshere-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+linkshere-param-show','s:110:\"ru:Показать только элементы, соответствующие этим критериям:\";'),('alt','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:60:\"ru:Идентификатор каждой страницы.\";'),('alt','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:87:\"ru:Метка, является ли страница перенаправлением.\";'),('alt','messages:apihelp-query+linkshere-paramvalue-prop-title','s:52:\"ru:Заголовок каждой страницы.\";'),('alt','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:69:\"ru:Показать только не перенаправления.\";'),('alt','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:64:\"ru:Показать только перенаправления.\";'),('alt','messages:apihelp-query+linkshere-summary','s:80:\"ru:Поиск всех страниц, ссылающихся на данную.\";'),('alt','messages:apihelp-query+logevents-example-simple','s:50:\"ru:Список последних записей.\";'),('alt','messages:apihelp-query+logevents-param-action','s:354:\"ru:Вернуть только указанные действия журнала. Переопределяет <var>$1type</var>. В списке возможных значений можно использовать звёздочку, например, <kbd>action/*</kbd> найдёт различные подстроки после слэша (/).\";'),('alt','messages:apihelp-query+logevents-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+logevents-param-limit','s:48:\"ru:Сколько записей вернуть.\";'),('alt','messages:apihelp-query+logevents-param-namespace','s:113:\"ru:Вернуть записи, связанные с указанными пространствами имён.\";'),('alt','messages:apihelp-query+logevents-param-prefix','s:96:\"ru:Вернуть записи, начинающиеся с заданного префикса.\";'),('alt','messages:apihelp-query+logevents-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+logevents-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+logevents-param-tag','s:62:\"ru:Только записи с заданной меткой.\";'),('alt','messages:apihelp-query+logevents-param-title','s:96:\"ru:Вернуть записи, связанные с указанными страницами.\";'),('alt','messages:apihelp-query+logevents-param-type','s:64:\"ru:Вернуть только записи этого типа.\";'),('alt','messages:apihelp-query+logevents-param-user','s:91:\"ru:Вернуть записи, созданные указанным участником.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-comment','s:203:\"ru:Добавляет комментарий записи журнала. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-details','s:261:\"ru:Перечисляет дополнительные сведения о записи в журнале. Если ревизия события журнала была удалена, будет возвращено свойство <samp>actionhidden</samp>.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-ids','s:77:\"ru:Добавляет идентификатор записи журнала.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:228:\"ru:Добавляет распарсенный комментарий записи журнала. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-tags','s:65:\"ru:Перечисляет метки записи журнала.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:80:\"ru:Добавляет временную метку записи журнала.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-title','s:111:\"ru:Добавляет заголовок страницы, связанной с записью журнала.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-type','s:57:\"ru:Добавляет тип записи журнала.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-user','s:250:\"ru:Добавляет участника, ответственного за запись журнала. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+logevents-paramvalue-prop-userid','s:277:\"ru:Добавляет идентификатор участника, ответственного за запись журнала. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+logevents-summary','s:54:\"ru:Получение записей журналов.\";'),('alt','messages:apihelp-query+mystashedfiles-example-simple','s:159:\"ru:Получить ключ, размер и разрешение файлов во временном хранилище текущего участника.\";'),('alt','messages:apihelp-query+mystashedfiles-param-limit','s:48:\"ru:Сколько файлов получить.\";'),('alt','messages:apihelp-query+mystashedfiles-param-prop','s:67:\"ru:Какие свойства файлов запрашивать.\";'),('alt','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:82:\"ru:Запросить размер и разрешение изображения.\";'),('alt','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:60:\"ru:Запросить MIME- и медиа-тип файла.\";'),('alt','messages:apihelp-query+mystashedfiles-summary','s:125:\"ru:Получить список файлов во временном хранилище текущего участника.\";'),('alt','messages:apihelp-query+pagepropnames-example-simple','s:68:\"ru:Получить первые 10 названий свойств.\";'),('alt','messages:apihelp-query+pagepropnames-param-limit','s:81:\"ru:Максимальное число возвращаемых названий.\";'),('alt','messages:apihelp-query+pagepropnames-summary','s:111:\"ru:Перечисление всех названий свойств, использованных в вики.\";'),('alt','messages:apihelp-query+pageprops-example-simple','s:97:\"ru:Получить свойства страниц <kbd>Main Page</kbd> и <kbd>MediaWiki</kbd>.\";'),('alt','messages:apihelp-query+pageprops-param-prop','s:378:\"ru:Перечислить только эти свойства страницы (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> возвращает список используемых названий свойств). Полезно для проверки, используют ли страницы конкретные свойства.\";'),('alt','messages:apihelp-query+pageprops-summary','s:138:\"ru:Получение различных свойств страниц, определённых в содержании страницы.\";'),('alt','messages:apihelp-query+pageswithprop-example-generator','s:177:\"ru:Получение дополнительной информации о первых десяти страницах, использующих <code>_&#95;NOTOC_&#95;</code>.\";'),('alt','messages:apihelp-query+pageswithprop-example-simple','s:124:\"ru:Список первых 10 страниц, использующих <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('alt','messages:apihelp-query+pageswithprop-param-dir','s:39:\"ru:Порядок сортировки.\";'),('alt','messages:apihelp-query+pageswithprop-param-limit','s:79:\"ru:Максимальное число возвращаемых страниц.\";'),('alt','messages:apihelp-query+pageswithprop-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+pageswithprop-param-propname','s:211:\"ru:Искомое свойство (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> возвращает список используемых названий свойств).\";'),('alt','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:66:\"ru:Добавляет идентификатор страницы.\";'),('alt','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('alt','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:73:\"ru:Добавляет значение свойства страницы.\";'),('alt','messages:apihelp-query+pageswithprop-summary','s:112:\"ru:Перечисление всех страниц, использующих заданное свойство.\";'),('alt','messages:apihelp-query+prefixsearch-example-simple','s:94:\"ru:Поиск названий страниц, начинающихся с <kbd>meaning</kbd>.\";'),('alt','messages:apihelp-query+prefixsearch-extended-description','s:864:\"ru:Не смотря на похожесть названий, этот модуль не является эквивалентом [[Special:PrefixIndex]]; если вы ищете его, см. <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> с параметром <kbd>apprefix</kbd>. Задача этого модуля близка к <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: получение пользовательского ввода и представление наиболее подходящих заголовков. В зависимости от поискового движка, используемого на сервере, сюда может включаться исправление опечаток, избегание перенаправлений и другие эвристики.\";'),('alt','messages:apihelp-query+prefixsearch-param-limit','s:87:\"ru:Максимальное число возвращаемых результатов.\";'),('alt','messages:apihelp-query+prefixsearch-param-namespace','s:211:\"ru:Пространства имён для поиска. Игнорируется, если <var>$1search</var> начинается с корректного префикса пространства имён.\";'),('alt','messages:apihelp-query+prefixsearch-param-offset','s:72:\"ru:Количество пропускаемых результатов.\";'),('alt','messages:apihelp-query+prefixsearch-param-profile','s:62:\"ru:Используемый поисковый профиль.\";'),('alt','messages:apihelp-query+prefixsearch-param-search','s:35:\"ru:Поисковый запрос.\";'),('alt','messages:apihelp-query+prefixsearch-summary','s:97:\"ru:Осуществление поиска по префиксу названий страниц.\";'),('alt','messages:apihelp-query+protectedtitles-example-generator','s:126:\"ru:Поиск ссылок на защищённые заголовки в основном пространстве имён.\";'),('alt','messages:apihelp-query+protectedtitles-example-simple','s:57:\"ru:Список защищённых заголовков\";'),('alt','messages:apihelp-query+protectedtitles-param-end','s:100:\"ru:Закончить перечисление на этой метке времени защиты.\";'),('alt','messages:apihelp-query+protectedtitles-param-level','s:96:\"ru:Перечислять только названия с этим уровнем защиты.\";'),('alt','messages:apihelp-query+protectedtitles-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+protectedtitles-param-namespace','s:97:\"ru:Перечислять только страницы этих пространств имён.\";'),('alt','messages:apihelp-query+protectedtitles-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+protectedtitles-param-start','s:92:\"ru:Начать перечисление с этой метки времени защиты.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:52:\"ru:Добавляет описание защиты.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:74:\"ru:Добавляет метку времени снятия защиты.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:50:\"ru:Добавляет уровень защиты.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:77:\"ru:Добавляет распарсенное описание защиты.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:80:\"ru:Добавляет метку времени установки защиты.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:82:\"ru:Добавляет участника, установившего защиту.\";'),('alt','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:109:\"ru:Добавляет идентификатор участника, установившего защиту.\";'),('alt','messages:apihelp-query+protectedtitles-summary','s:98:\"ru:Перечисление всех названий, защищённых от создания.\";'),('alt','messages:apihelp-query+querypage-example-ancientpages','s:64:\"ru:Вернуть результаты [[Special:Ancientpages]].\";'),('alt','messages:apihelp-query+querypage-param-limit','s:72:\"ru:Количество возвращаемых результатов.\";'),('alt','messages:apihelp-query+querypage-param-page','s:139:\"ru:Название служебной страницы. Обратите внимание: чувствительно к регистру.\";'),('alt','messages:apihelp-query+querypage-summary','s:144:\"ru:Получение списка, предоставляемого служебной страницей, основанной на QueryPage.\";'),('alt','messages:apihelp-query+random-example-generator','s:147:\"ru:Вернуть информацию о двух случайных страницах из основного пространства имён.\";'),('alt','messages:apihelp-query+random-example-simple','s:119:\"ru:Вернуть две случайные страницы из основного пространства имён.\";'),('alt','messages:apihelp-query+random-extended-description','s:475:\"ru:Страницы перечисляются в строгой последовательности, случайна только входная точка. Это означает, что если, например, <samp>Main Page</samp> — первая страница в списке, то <samp>List of fictional monkeys</samp> <em>всегда</em> будет второй, <samp>List of people on stamps of Vanuatu</samp> — третьей, и так далее.\";'),('alt','messages:apihelp-query+random-param-filterredir','s:64:\"ru:Как фильтровать перенаправления.\";'),('alt','messages:apihelp-query+random-param-limit','s:92:\"ru:Ограничение на количество возвращаемых страниц.\";'),('alt','messages:apihelp-query+random-param-namespace','s:89:\"ru:Вернуть только страницы этих пространств имён.\";'),('alt','messages:apihelp-query+random-param-redirect','s:86:\"ru:Вместо этого, используйте <kbd>$1filterredir=redirects</kbd>.\";'),('alt','messages:apihelp-query+random-summary','s:69:\"ru:Получение набора случайных страниц.\";'),('alt','messages:apihelp-query+recentchanges-example-generator','s:149:\"ru:Получить информацию о последних страницах с неотпатрулированными изменениями.\";'),('alt','messages:apihelp-query+recentchanges-example-simple','s:54:\"ru:Список последних изменений.\";'),('alt','messages:apihelp-query+recentchanges-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+recentchanges-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('alt','messages:apihelp-query+recentchanges-param-generaterevisions','s:423:\"ru:При использовании в качестве генератора, генерировать идентификаторы версий вместо их названий. Записи последних изменений без привязанного идентификатора версии (например, большинство записей журналов) не сгенерируют ничего.\";'),('alt','messages:apihelp-query+recentchanges-param-limit','s:46:\"ru:Сколько правок вернуть.\";'),('alt','messages:apihelp-query+recentchanges-param-namespace','s:77:\"ru:Только правки в этих пространствах имён.\";'),('alt','messages:apihelp-query+recentchanges-param-prop','s:70:\"ru:Включить дополнительную информацию:\";'),('alt','messages:apihelp-query+recentchanges-param-show','s:325:\"ru:Показать только элементы, удовлетворяющие данным критериям. Например, чтобы отобразить только малые правки, сделанные зарегистрированными участниками, установите $1show=minor|!anon.\";'),('alt','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('alt','messages:apihelp-query+recentchanges-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+recentchanges-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('alt','messages:apihelp-query+recentchanges-param-title','s:75:\"ru:Вернуть записи, связанные со страницей.\";'),('alt','messages:apihelp-query+recentchanges-param-toponly','s:86:\"ru:Перечислять только последние правки страниц.\";'),('alt','messages:apihelp-query+recentchanges-param-type','s:53:\"ru:Какие типы правок показать.\";'),('alt','messages:apihelp-query+recentchanges-param-user','s:63:\"ru:Только правки данного участника.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:148:\"ru:Отмечает патрулируемые правки как отпатрулированные или неотпатрулированные.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:182:\"ru:Добавляет описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:46:\"ru:Добавляет метки правки.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:123:\"ru:Добавляет идентификаторы страницы, правки, старой и новой версии.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:151:\"ru:Добавляет информацию о записи журнала (идентификатор записи, её тип, и так далее).\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:207:\"ru:Добавляет распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:148:\"ru:Отмечает патрулируемые правки как отпатрулированные или неотпатрулированные.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:110:\"ru:Отмечает правку, если страница является перенаправлением.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:275:\"ru:Добавляет значение контрольных сумм для записей, связанных с версией. Если версия содержимого была удалена, будет возвращено свойство <samp>sha1hidden</samp>.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:93:\"ru:Добавляет старую и новую длину страницы в байтах.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:50:\"ru:Перечисляет метки записи.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:65:\"ru:Добавляет временную метку правки.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:93:\"ru:Добавляет заголовок отредактированной страницы.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:270:\"ru:Добавить анонимных участников, ответственных за правку или метку. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:259:\"ru:Добавить идентификатор ответственного за правку участника. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+recentchanges-summary','s:60:\"ru:Перечисление последних правок.\";'),('alt','messages:apihelp-query+redirects-example-generator','s:118:\"ru:Получить информацию о всех перенаправлениях на [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+redirects-example-simple','s:96:\"ru:Получить список перенаправлений на [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+redirects-param-limit','s:64:\"ru:Сколько перенаправлений вернуть.\";'),('alt','messages:apihelp-query+redirects-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('alt','messages:apihelp-query+redirects-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+redirects-param-show','s:118:\"ru:Показывать только элементы, удовлетворяющие данным критериям:\";'),('alt','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:93:\"ru:Фрагемнт каждого перенаправления, если доступен.\";'),('alt','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:76:\"ru:Идентификатор каждого перенаправления.\";'),('alt','messages:apihelp-query+redirects-paramvalue-prop-title','s:66:\"ru:Название каждого перенаправления.\";'),('alt','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:96:\"ru:Показывать только перенаправления без фрагментов.\";'),('alt','messages:apihelp-query+redirects-paramvalue-show-fragment','s:94:\"ru:Показывать только перенаправления с фрагментами.\";'),('alt','messages:apihelp-query+redirects-summary','s:97:\"ru:Возвращает все перенаправления на данную страницу.\";'),('alt','messages:apihelp-query+revisions+base-param-contentformat','s:148:\"ru:Формат серилиализации, использованный в <var>$1difftotext</var> и ожидаемый в результате.\";'),('alt','messages:apihelp-query+revisions+base-param-diffto','s:394:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>. Идентификатор версии, с которым сравнивать каждую версию. Используйте <kbd>prev</kbd>, <kbd>next</kbd> и <kbd>cur</kbd> для предыдущей, следующей и текущей версии соответственно.\";'),('alt','messages:apihelp-query+revisions+base-param-difftotext','s:443:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>. Текст, с которым сравнивать каждую версию. Сравнивает ограниченное число версий. Переопределяет <var>$1diffto</var>. Если задано <var>$1section</var>, сравнение будет произведено только с этим разделом.\";'),('alt','messages:apihelp-query+revisions+base-param-difftotextpst','s:308:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>. Выполнить преобразование перед записью правки до сравнения. Доступно только при использовании с <var>$1difftotext</var>.\";'),('alt','messages:apihelp-query+revisions+base-param-expandtemplates','s:226:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd>. Раскрыть шаблоны в содержимом версии (требуется $1prop=content).\";'),('alt','messages:apihelp-query+revisions+base-param-generatexml','s:311:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> или <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>. Сгенерировать дерево парсинга XML содержимого версии (требуется $1prop=content).\";'),('alt','messages:apihelp-query+revisions+base-param-limit','s:46:\"ru:Сколько версий вернуть.\";'),('alt','messages:apihelp-query+revisions+base-param-parse','s:402:\"ru:Вместо этого используйте <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>. Распарсить содержимое версии (требуется $1prop=content). Из соображений производительности, при использовании этой опции, в качестве $1limit принудительно устанавливается 1.\";'),('alt','messages:apihelp-query+revisions+base-param-prop','s:74:\"ru:Какие свойства каждой версии получить:\";'),('alt','messages:apihelp-query+revisions+base-param-section','s:120:\"ru:Восстановить только содержимое раздела с этим идентификатором.\";'),('alt','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:163:\"ru:Описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:211:\"ru:Содержание каждого слота версии. Если редакция содержимого была удалена, будет возвращено свойство <samp>texthidden</samp>.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:105:\"ru:Идентификатор модели содержимого каждого слота версии.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:53:\"ru:Флаги версии (малая правка).\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:43:\"ru:Идентификатор версии.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:188:\"ru:Распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:297:\"ru:Используйте <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> или <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>. Дерево парсинга XML-содержимого версии (требуется модель содержимого <code>$1</code>).\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:168:\"ru:SHA-1-хэш (base 16) версии. Если содержимое было удалено, будет возвращено свойство <samp>sha1hidden</samp>.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:45:\"ru:Длина версии (в байтах).\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:27:\"ru:Метки версии.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:46:\"ru:Временная метка версии.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:199:\"ru:Участник, создавший версию. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:208:\"ru:Идентификатор создателя версии. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+revisions-example-content','s:156:\"ru:Получить данные с содержимым для последних версий страниц <kbd>API</kbd> и [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+revisions-example-first5','s:75:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+revisions-example-first5-after','s:117:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]], созданных после 2006-05-01.\";'),('alt','messages:apihelp-query+revisions-example-first5-not-localhost','s:161:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]], сделанных не анонимным участником <kbd>127.0.0.1</kbd>.\";'),('alt','messages:apihelp-query+revisions-example-first5-user','s:145:\"ru:Получить первые 5 версий [[{{MediaWiki:Mainpage}}]], сделанных участником <kbd>MediaWiki default</kbd>.\";'),('alt','messages:apihelp-query+revisions-example-last5','s:81:\"ru:Получить последние 5 версий [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+revisions-extended-description','s:622:\"ru:Может использоваться в трёх режимах:\n# Получение данных о наборе страниц (последних версий) с помощью передачи названий или идентификаторов страниц.\n# Получение версий одной данной страницы, используя названия или идентификаторы с началом, концом или лимитом.\n# Получение данных о наборе версий, передаваемых с помощью их идентификаторов.\";'),('alt','messages:apihelp-query+revisions-param-end','s:74:\"ru:Перечислять до данной временной метки.\";'),('alt','messages:apihelp-query+revisions-param-endid','s:235:\"ru:Закончить перечисление на этой временной метке версии. Версия обязана существовать, но не обязана принадлежать этой странице.\";'),('alt','messages:apihelp-query+revisions-param-excludeuser','s:69:\"ru:Исключить версии данного участника.\";'),('alt','messages:apihelp-query+revisions-param-start','s:85:\"ru:С какой временной метки начать перечисление.\";'),('alt','messages:apihelp-query+revisions-param-startid','s:227:\"ru:Начать перечисление с этой временной метки версии. Версия обязана существовать, но не обязана принадлежать этой странице.\";'),('alt','messages:apihelp-query+revisions-param-tag','s:62:\"ru:Только версии с заданной меткой.\";'),('alt','messages:apihelp-query+revisions-param-user','s:63:\"ru:Только версии данного участника.\";'),('alt','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:112:\"ru:Может быть использовано только с одной страницей (режим №2).\";'),('alt','messages:apihelp-query+revisions-summary','s:76:\"ru:Получение информации о версии страницы.\";'),('alt','messages:apihelp-query+search-example-generator','s:149:\"ru:Получить информацию о страницах, возвращённых по поисковому запросу <kbd>meaning</kbd>.\";'),('alt','messages:apihelp-query+search-example-simple','s:33:\"ru:Найти <kbd>meaning</kbd>.\";'),('alt','messages:apihelp-query+search-example-text','s:68:\"ru:Найти тексты, содержащие <kbd>meaning</kbd>.\";'),('alt','messages:apihelp-query+search-param-backend','s:109:\"ru:Какой поисковый движок использовать, если не стандартный.\";'),('alt','messages:apihelp-query+search-param-enablerewrites','s:326:\"ru:Разрешить редактирование запроса. Некоторые поисковые движки могут отредактировать запрос, например, исправив опечатку, если посчитают, что это приведёт к лучшим результатам.\";'),('alt','messages:apihelp-query+search-param-info','s:50:\"ru:Какие метаданные вернуть.\";'),('alt','messages:apihelp-query+search-param-interwiki','s:95:\"ru:Включить результаты из других вики, если доступны.\";'),('alt','messages:apihelp-query+search-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+search-param-namespace','s:77:\"ru:Искать только в этих пространствах имён.\";'),('alt','messages:apihelp-query+search-param-prop','s:46:\"ru:Какие свойства вернуть:\";'),('alt','messages:apihelp-query+search-param-qiprofile','s:145:\"ru:Используемый запросонезависимый профиль (затрагивает оценивающий алгоритм).\";'),('alt','messages:apihelp-query+search-param-search','s:371:\"ru:Искать страницы, названия или тексты которых содержат это значение. Вы можете использовать в поисковом запросе служебные функции в зависимости от того, какой поисковый движок используется на сервере.\";'),('alt','messages:apihelp-query+search-param-sort','s:100:\"ru:Задаёт порядок сортировки возвращаемых результатов.\";'),('alt','messages:apihelp-query+search-param-what','s:57:\"ru:Какой тип поиска осуществить.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:153:\"ru:Добавляет соответствующее имя категории с разметкой, выделяющей условия запроса.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:121:\"ru:Добавляет дополнительные данные, сгенерированные расширениями.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:28:\"ru:Игнорируется.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:187:\"ru:Добавляет логическое значение, обозначающее, удовлетворяет ли поисковому запросу содержимое файла.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:176:\"ru:Добавляет заголовок соответствующего перенаправления с разметкой выделения условия запроса.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:91:\"ru:Добавляет название найденного перенаправления.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-score','s:28:\"ru:Игнорируется.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:160:\"ru:Добавляет заголовок соответствующего раздела с разметкой выделения условия запроса.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:77:\"ru:Добавляет заголовок найденного раздела.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-size','s:68:\"ru:Добавляет размер страницы в байтах.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-snippet','s:130:\"ru:Добавляет фрагмент страницы с разметкой, выделяющей условия запроса.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-timestamp','s:115:\"ru:Добавляет метку времени последнего редактирования страницы.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:132:\"ru:Добавляет заголовок страницы с разметкой, выделяющей условия запроса.\";'),('alt','messages:apihelp-query+search-paramvalue-prop-wordcount','s:74:\"ru:Добавляет количество слов на странице.\";'),('alt','messages:apihelp-query+search-summary','s:68:\"ru:Проведение полнотекстового поиска.\";'),('alt','messages:apihelp-query+siteinfo-example-interwiki','s:90:\"ru:Запросить список локальных префиксов интервик.\";'),('alt','messages:apihelp-query+siteinfo-example-replag','s:79:\"ru:Проверить текущее отставание репликации.\";'),('alt','messages:apihelp-query+siteinfo-example-simple','s:57:\"ru:Запросить информацию о сайте.\";'),('alt','messages:apihelp-query+siteinfo-param-filteriw','s:134:\"ru:Вернуть только локальные или только нелокальные записи карты интервик.\";'),('alt','messages:apihelp-query+siteinfo-param-inlanguagecode','s:97:\"ru:Языковой код для перевода названий языков и скинов.\";'),('alt','messages:apihelp-query+siteinfo-param-numberingroup','s:86:\"ru:Перечисляет количество участников в группах.\";'),('alt','messages:apihelp-query+siteinfo-param-prop','s:52:\"ru:Какую информацию получить:\";'),('alt','messages:apihelp-query+siteinfo-param-showalldb','s:120:\"ru:Перечисляет все сервера баз данных, а не только самый отстающий.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:127:\"ru:Возвращает сервер базы данных с наибольшим отставанием репликации.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:103:\"ru:Возвращает значения по умолчанию настроек участников.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:64:\"ru:Расширения, установленные в вики.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:84:\"ru:Возвращает список меток рашсирений парсера.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:98:\"ru:Список файловых расширений, разрешённых к загрузке.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:94:\"ru:Возвращает список перехватчиков функций парсера.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:54:\"ru:Общую системную информацию.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:159:\"ru:Карта интервик (может быть отфильтрована, или локализована с помощью <var>$1inlanguagecode</var>).\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:190:\"ru:Возвращает список языков, поддерживаемых MediaWiki (опционально локализованных с помощью <var>$1inlanguagecode</var>).\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:260:\"ru:Возвращает список языковых кодов, для которых включён [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]], а также варианты, поддерживаемые для каждого языка.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:64:\"ru:Библиотеки, установленные в вики.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:71:\"ru:Список магических слов и их синонимы.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:104:\"ru:Список зарегистрированных синонимов пространств имён.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:125:\"ru:Список зарегистрированных пространств имён и их каноничные имена.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:117:\"ru:Возвращает список протоколов, разрешённых во внешних ссылках.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:106:\"ru:Возвращает информацию о доступных типах защиты страниц.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:108:\"ru:Возвращает правовую информацию (лицензию), если доступно.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:181:\"ru:Возвращает список всех подписанных перехватчиков (содержимое <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:234:\"ru:Возвращает список доступных скинов (опционально локализованных с помощью <var>$1inlanguagecode</var>, в противном случае — на языке вики).\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:69:\"ru:Список синонимов служебных страниц.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:35:\"ru:Статистика сайта.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:81:\"ru:Возвращает конфигурацию диалога загрузки.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:79:\"ru:Список групп участников и связанных прав.\";'),('alt','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:89:\"ru:Возвращает список идентификаторов переменных.\";'),('alt','messages:apihelp-query+siteinfo-summary','s:74:\"ru:Получение основной информации о сайте.\";'),('alt','messages:apihelp-query+stashimageinfo-example-params','s:71:\"ru:Вернуть эскизы двух файлов в тайнике.\";'),('alt','messages:apihelp-query+stashimageinfo-example-simple','s:96:\"ru:Вернуть информацию о файле во временном хранилище.\";'),('alt','messages:apihelp-query+stashimageinfo-param-filekey','s:103:\"ru:Ключ, идентифицирующий предыдущую временную загрузку.\";'),('alt','messages:apihelp-query+stashimageinfo-param-sessionkey','s:79:\"ru:Синоним $1filekey для обратной совместимости.\";'),('alt','messages:apihelp-query+stashimageinfo-summary','s:104:\"ru:Возвращает информацию о файлах во временном хранилище.\";'),('alt','messages:apihelp-query+tags-example-simple','s:46:\"ru:Список доступных меток.\";'),('alt','messages:apihelp-query+tags-param-limit','s:76:\"ru:Максимальное количество меток в списке.\";'),('alt','messages:apihelp-query+tags-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-active','s:57:\"ru:Применима ли метка до сих пор.\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-defined','s:62:\"ru:Показывает, определена ли метка.\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-description','s:50:\"ru:Добавляет описание метки.\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-displayname','s:71:\"ru:Добавляет системное сообщение метки.\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:138:\"ru:Добавляет количество правок и записей в журналах, использующих эту метку.\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-name','s:50:\"ru:Добавляет название метки.\";'),('alt','messages:apihelp-query+tags-paramvalue-prop-source','s:286:\"ru:Получить источники меток, которыми могут быть <samp>extension</samp> для меток, определённых расширениями, и <samp>manual</samp> для меток, определённых участниками вручную.\";'),('alt','messages:apihelp-query+tags-summary','s:40:\"ru:Список меток правок.\";'),('alt','messages:apihelp-query+templates-example-generator','s:140:\"ru:Получить информацию о шаблонах, использующихся на странице [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+templates-example-namespaces','s:174:\"ru:Получить страницы из пространств имён {{ns:user}} и {{ns:template}}, включённые в страницу [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+templates-example-simple','s:129:\"ru:Получить список шаблонов, использующихся на странице [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+templates-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+templates-param-limit','s:50:\"ru:Сколько шаблонов вернуть.\";'),('alt','messages:apihelp-query+templates-param-namespace','s:97:\"ru:Показать шаблоны только данного пространства имён.\";'),('alt','messages:apihelp-query+templates-param-templates','s:196:\"ru:Перечислять только эти шаблоны. Полезно для проверки, включает ли конкретная страница конкретный шаблон.\";'),('alt','messages:apihelp-query+templates-summary','s:86:\"ru:Возвращает все страницы, включённые в данную.\";'),('alt','messages:apihelp-query+tokens-example-simple','s:62:\"ru:Получить csrf-токен (по умолчанию).\";'),('alt','messages:apihelp-query+tokens-example-types','s:95:\"ru:Получить токен наблюдения и токен патрулирования.\";'),('alt','messages:apihelp-query+tokens-param-type','s:54:\"ru:Типы запрашиваемых токенов.\";'),('alt','messages:apihelp-query+tokens-summary','s:128:\"ru:Получение токенов для действий, связанных с редактированием данных.\";'),('alt','messages:apihelp-query+transcludedin-example-generator','s:112:\"ru:Получить информацию о страницах, включающих [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+transcludedin-example-simple','s:97:\"ru:Получить список страниц, включающих [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query+transcludedin-param-limit','s:48:\"ru:Сколько страниц вернуть.\";'),('alt','messages:apihelp-query+transcludedin-param-namespace','s:100:\"ru:Включить страницы только из данных пространств имён.\";'),('alt','messages:apihelp-query+transcludedin-param-prop','s:48:\"ru:Какие свойства получить:\";'),('alt','messages:apihelp-query+transcludedin-param-show','s:110:\"ru:Показать только элементы, соответствующие этим критериям:\";'),('alt','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:60:\"ru:Идентификатор каждой страницы.\";'),('alt','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:87:\"ru:Метка, является ли страница перенаправлением.\";'),('alt','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:52:\"ru:Заголовок каждой страницы.\";'),('alt','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:69:\"ru:Показать только не перенаправления.\";'),('alt','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:64:\"ru:Показать только перенаправления.\";'),('alt','messages:apihelp-query+transcludedin-summary','s:90:\"ru:Поиск всех страниц, включающих данные страницы.\";'),('alt','messages:apihelp-query+usercontribs-example-ipprefix','s:114:\"ru:Показать вклад со всех IP-адресов, начинающихся на <kbd>192.0.2.</kbd>.\";'),('alt','messages:apihelp-query+usercontribs-example-user','s:69:\"ru:Показать вклад участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-query+usercontribs-param-end','s:88:\"ru:Временная метка, на которой закончить возврат.\";'),('alt','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('alt','messages:apihelp-query+usercontribs-param-limit','s:87:\"ru:Максимальное количество возвращаемых правок.\";'),('alt','messages:apihelp-query+usercontribs-param-namespace','s:100:\"ru:Перечислять только правки в этих пространствах имён.\";'),('alt','messages:apihelp-query+usercontribs-param-prop','s:70:\"ru:Включить дополнительную информацию:\";'),('alt','messages:apihelp-query+usercontribs-param-show','s:474:\"ru:Показать только элементы, удовлетворяющие данным критериям, например, только не малые правки: <kbd>$2show=!minor</kbd>.\n\nЕсли установлено <kbd>$2show=patrolled</kbd> или <kbd>$2show=!patrolled</kbd>, правки старее <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|секунды|секунд}}) не будут показаны.\";'),('alt','messages:apihelp-query+usercontribs-param-start','s:153:\"ru:Временная метка, с которой начать возврат, то есть версии до этой отметки времени..\";'),('alt','messages:apihelp-query+usercontribs-param-tag','s:62:\"ru:Только правки с заданной меткой.\";'),('alt','messages:apihelp-query+usercontribs-param-toponly','s:86:\"ru:Перечислять только последние правки страниц.\";'),('alt','messages:apihelp-query+usercontribs-param-user','s:207:\"ru:Участники, чей вклад необходимо получить. Не может быть использовано с <var>$1userids</var>, <var>$1userprefix</var> или <var>$1iprange</var>.\";'),('alt','messages:apihelp-query+usercontribs-param-userids','s:235:\"ru:Идентификаторы участников, чей вклад необходимо получить. Не может быть использовано с <var>$1user</var>, <var>$1userprefix</var> или <var>$1iprange</var>.\";'),('alt','messages:apihelp-query+usercontribs-param-userprefix','s:263:\"ru:Получить вклад всех участников, имена которых начинаются с этого значения. Не может быть использовано с <var>$1user</var>, <var>$1userids</var>, или <var>$1iprange</var>.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:95:\"ru:Отмечает автоматически отпатрулированные правки.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:182:\"ru:Добавляет описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:46:\"ru:Добавляет флаги правки.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:82:\"ru:Добавляет идентификатор страницы и версии.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:207:\"ru:Добавляет распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:68:\"ru:Отмечает отпатрулированные правки.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:63:\"ru:Добавляет новый размер страницы.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:116:\"ru:Добавляет разницу между размерами страницы до и после правки.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:50:\"ru:Перечисляет метки правки.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:65:\"ru:Добавляет временную метку правки.\";'),('alt','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:122:\"ru:Добавляет заголовок и идентификатор пространства имён страницы.\";'),('alt','messages:apihelp-query+usercontribs-summary','s:63:\"ru:Получение всех правок участника.\";'),('alt','messages:apihelp-query+userinfo-example-data','s:109:\"ru:Получение дополнительной информации о текущем участнике.\";'),('alt','messages:apihelp-query+userinfo-example-simple','s:80:\"ru:Получение информации о текущем участнике.\";'),('alt','messages:apihelp-query+userinfo-param-attachedwiki','s:168:\"ru:Вместе с <kbd>$1prop=centralids</kbd> отображает, прикреплён ли к вики участник с этим идентификатором.\";'),('alt','messages:apihelp-query+userinfo-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:176:\"ru:Возвращает назад заголовок <code>Accept-Language</code>, отосланный клиентом, в структурированном формате.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:129:\"ru:Определяет, заблокирован ли текущий участник, кем и по какой причине.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:132:\"ru:Добавляет центральный идентификатор и статус прикрепления участника.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:186:\"ru:Перечисляет группы, в которые или из которых участник может добавить или удалить других участников.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:86:\"ru:Добавляет счётчик правок текущего участника.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-email','s:134:\"ru:Добавляет электронный адрес участника и дату проверки его подлинности.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:198:\"ru:Возвращает группы, в которые участник был явно включён, включая дату окончания членства для каждой группы.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:95:\"ru:Перечисляет все группы, в которые входит участник.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:159:\"ru:Добавляет метку <samp>messages</samp>, если у текущего участника есть непрочитанные сообщения.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:131:\"ru:Перечисляет все группы, в которые участник был включён автоматически.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-options','s:116:\"ru:Перечисляет все настройки, установленные текущим участником.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:124:\"ru:Добавляет все скоростные лимиты, применимые к текущему участнику.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:67:\"ru:Добавляет настоящее имя участника.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:73:\"ru:Добавляет дату регистрации участника.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:80:\"ru:Перечисляет все права текущего участника.\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('alt','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:223:\"ru:Добавляет число непрочитанных страниц в странице наблюдения участника (максимум $1; возвращает <samp>$2</samp>, если их больше).\";'),('alt','messages:apihelp-query+userinfo-summary','s:80:\"ru:Получение информации о текущем участнике.\";'),('alt','messages:apihelp-query+users-example-simple','s:80:\"ru:Вернуть информацию о участнике <kbd>Example</kbd>.\";'),('alt','messages:apihelp-query+users-param-attachedwiki','s:168:\"ru:Вместе с <kbd>$1prop=centralids</kbd> отображает, прикреплён ли к вики участник с этим идентификатором.\";'),('alt','messages:apihelp-query+users-param-prop','s:52:\"ru:Какую информацию включить:\";'),('alt','messages:apihelp-query+users-param-userids','s:129:\"ru:Список идентификаторов участников, для которых получить информацию.\";'),('alt','messages:apihelp-query+users-param-users','s:98:\"ru:Список участников, для которых получить информацию.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:114:\"ru:Определяет, заблокирован ли участник, кем и по какой причине.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-cancreate','s:172:\"ru:Определяет, могут ли быть созданы аккаунты с корректными, но незарегистрированными именами.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-centralids','s:132:\"ru:Добавляет центральный идентификатор и статус прикрепления участника.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-editcount','s:73:\"ru:Добавляет счётчики правок участников.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-emailable','s:169:\"ru:Отмечает, может ли и хочет ли участник получать электронную почту посредством [[Special:Emailuser]].\";'),('alt','messages:apihelp-query+users-paramvalue-prop-gender','s:125:\"ru:Отмечает пол текущего участника. Возвращает «male», «female» или «unknown».\";'),('alt','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:211:\"ru:Возвращает группы, в которые каждый участник был явно включён, включая дату окончания членства для каждой группы.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-groups','s:108:\"ru:Перечисляет все группы, в которые входит каждый участник.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:124:\"ru:Перечисляет группы, в которые участник был включён автоматически.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-registration','s:75:\"ru:Добавляет даты регистрации участников.\";'),('alt','messages:apihelp-query+users-paramvalue-prop-rights','s:78:\"ru:Перечисляет все права каждого участника.\";'),('alt','messages:apihelp-query+users-summary','s:80:\"ru:Получение информации о списке участников.\";'),('alt','messages:apihelp-query+watchlist-example-allrev','s:177:\"ru:Запросить информацию о всех недавних правках страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlist-example-expiry','s:391:\"ru:Получить дополнительную информацию о последней редакции недавно измененных страниц в списке наблюдения текущего пользователя, в том числе о том, когда срок действия временно просматриваемых элементов истечет.\";'),('alt','messages:apihelp-query+watchlist-example-generator','s:212:\"ru:Запросить информацию о страницах для недавно отредактированных страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlist-example-generator-rev','s:190:\"ru:Запросить информацию о версиях для последних правок страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlist-example-props','s:249:\"ru:Запросить дополнительную информацию о последних правках недавно отредактированных страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlist-example-simple','s:188:\"ru:Список последних правок недавно отредактированных страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlist-example-wlowner','s:190:\"ru:Список последних правок недавно отредактированных страниц из списка наблюдения участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-query+watchlist-param-allrev','s:146:\"ru:Включить несколько правок одной страницы из заданного временного промежутка.\";'),('alt','messages:apihelp-query+watchlist-param-end','s:98:\"ru:Временная метка, на которой закончить перечисление.\";'),('alt','messages:apihelp-query+watchlist-param-excludeuser','s:78:\"ru:Не перечислять правки данного участника.\";'),('alt','messages:apihelp-query+watchlist-param-limit','s:89:\"ru:Сколько результатов возвращать за один запрос.\";'),('alt','messages:apihelp-query+watchlist-param-namespace','s:77:\"ru:Только правки в этих пространствах имён.\";'),('alt','messages:apihelp-query+watchlist-param-owner','s:146:\"ru:Используется вместе с $1token для получения списка наблюдения другого участника.\";'),('alt','messages:apihelp-query+watchlist-param-prop','s:77:\"ru:Какие дополнительные свойства получить:\";'),('alt','messages:apihelp-query+watchlist-param-show','s:325:\"ru:Показать только элементы, удовлетворяющие данным критериям. Например, чтобы отобразить только малые правки, сделанные зарегистрированными участниками, установите $1show=minor|!anon.\";'),('alt','messages:apihelp-query+watchlist-param-start','s:90:\"ru:Временная метка, с которой начать перечисление.\";'),('alt','messages:apihelp-query+watchlist-param-token','s:266:\"ru:Токен безопасности (доступен в [[Special:Preferences#mw-prefsection-watchlist|настройках]] участника), предоставляющий доступ к списку наблюдения другого участника.\";'),('alt','messages:apihelp-query+watchlist-param-type','s:53:\"ru:Какие типы правок показать:\";'),('alt','messages:apihelp-query+watchlist-param-user','s:63:\"ru:Только правки данного участника.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:95:\"ru:Отмечает автоматически отпатрулированные правки.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:182:\"ru:Добавляет описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:46:\"ru:Добавляет флаги правки.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:84:\"ru:Добавляет идентификаторы страницы и версии.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:84:\"ru:Добавляет информацию о журнале, где уместно.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:119:\"ru:Добавляет метку времени, когда участник был уведомлён о правке.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:207:\"ru:Добавляет распарсенное описание правки. Если комментарий был удален, будет возвращено свойство <samp>commenthidden</samp>.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:83:\"ru:Определяет, была ли правка отпатрулирована.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:77:\"ru:Добавляет старую и новую длину страницы.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:50:\"ru:Перечисляет метки записи.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:65:\"ru:Добавляет временную метку правки.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-title','s:58:\"ru:Добавляет заголовок страницы.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-user','s:222:\"ru:Добавляет участника, сделавшего правку. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:249:\"ru:Добавляет идентификатор участника, сделавшего правку. Если версия пользователя была удалена, будет возвращено свойство <samp>userhidden</samp>.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:43:\"ru:Правки категоризации.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-type-edit','s:46:\"ru:Обычные правки страниц.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-type-external','s:31:\"ru:Внешние правки.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-type-log','s:31:\"ru:Записи журнала.\";'),('alt','messages:apihelp-query+watchlist-paramvalue-type-new','s:35:\"ru:Создания страниц.\";'),('alt','messages:apihelp-query+watchlist-summary','s:144:\"ru:Получение последних правок страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlistraw-example-generator','s:140:\"ru:Запросить информацию о страницах из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlistraw-example-simple','s:112:\"ru:Получение страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query+watchlistraw-param-dir','s:43:\"ru:Порядок перечисления.\";'),('alt','messages:apihelp-query+watchlistraw-param-fromtitle','s:137:\"ru:Название (с префиксом пространства имён), с которого начать перечисление.\";'),('alt','messages:apihelp-query+watchlistraw-param-limit','s:89:\"ru:Сколько результатов возвращать за один запрос.\";'),('alt','messages:apihelp-query+watchlistraw-param-namespace','s:97:\"ru:Перечислять только страницы этих пространств имён.\";'),('alt','messages:apihelp-query+watchlistraw-param-owner','s:146:\"ru:Используется вместе с $1token для получения списка наблюдения другого участника.\";'),('alt','messages:apihelp-query+watchlistraw-param-prop','s:77:\"ru:Какие дополнительные свойства получить:\";'),('alt','messages:apihelp-query+watchlistraw-param-show','s:116:\"ru:Перечислять только элементы, соответствующие этим критериям.\";'),('alt','messages:apihelp-query+watchlistraw-param-token','s:266:\"ru:Токен безопасности (доступен в [[Special:Preferences#mw-prefsection-watchlist|настройках]] участника), предоставляющий доступ к списку наблюдения другого участника.\";'),('alt','messages:apihelp-query+watchlistraw-param-totitle','s:143:\"ru:Название (с префиксом пространства имён), на котором закончить перечисление.\";'),('alt','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:119:\"ru:Добавляет метку времени, когда участник был уведомлён о правке.\";'),('alt','messages:apihelp-query+watchlistraw-summary','s:121:\"ru:Получение всех страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-query-example-allpages','s:115:\"ru:Получить последнее изменение для страниц, начиная с <kbd>API/</kbd>.\";'),('alt','messages:apihelp-query-example-revisions','s:176:\"ru:Получить [[Special:ApiHelp/query+siteinfo|информацию о сайте]] и [[Special:ApiHelp/query+revisions|версии]] для [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-query-extended-description','s:241:\"ru:Все модификации данных сначала должны запросить соответствующий токен для предотвращения злоупотреблений с вредоносных сайтов.\";'),('alt','messages:apihelp-query-param-export','s:130:\"ru:Экспортировать текущую версию для всех данных или созданных страниц.\";'),('alt','messages:apihelp-query-param-exportnowrap','s:263:\"ru:Вернуть экспортируемый XML без оборачивания его в XML-результат (тот же формат, что и в [[Special:Export]]). Можно использовать только одновременно с $1export.\";'),('alt','messages:apihelp-query-param-exportschema','s:213:\"ru:При экспорте ориентироваться на заданную версию формата XML дампа. Может использоваться только вместе с <var>$1export</var>.\";'),('alt','messages:apihelp-query-param-indexpageids','s:185:\"ru:Включить дополнительный раздел pageids, содержащий список идентификаторов всех возвращённых страниц.\";'),('alt','messages:apihelp-query-param-iwurl','s:133:\"ru:Возвращать ли полную ссылку, если названием является интервики-ссылка.\";'),('alt','messages:apihelp-query-param-list','s:52:\"ru:Какие списки использовать.\";'),('alt','messages:apihelp-query-param-meta','s:60:\"ru:Какие метаданные использовать.\";'),('alt','messages:apihelp-query-param-prop','s:105:\"ru:Какие использовать свойства для запрашиваемых страниц.\";'),('alt','messages:apihelp-query-param-rawcontinue','s:103:\"ru:Вернуть сырые данные в <samp>query-continue</samp> для продолжения.\";'),('alt','messages:apihelp-query-summary','s:54:\"ru:Запросить данные с и о MediaWiki.\";'),('alt','messages:apihelp-rawfm-summary','s:150:\"ru:Выводить данные, включая элементы отладки, в формате JSON (отформатированном в HTML).\";'),('alt','messages:apihelp-removeauthenticationdata-example-simple','s:125:\"ru:Попытка удалить данные текущего участника для <kbd>FooAuthenticationRequest</kbd>.\";'),('alt','messages:apihelp-removeauthenticationdata-summary','s:113:\"ru:Удаление аутентификационных данных для текущего участника.\";'),('alt','messages:apihelp-resetpassword-example-email','s:163:\"ru:Послать письмо для сброса пароля всем участникам с электронным адресом <kbd>user@example.com</kbd>.\";'),('alt','messages:apihelp-resetpassword-example-user','s:102:\"ru:Послать письмо для сброса пароля участнику <kbd>Example</kbd>.\";'),('alt','messages:apihelp-resetpassword-extended-description-noroutes','s:253:\"ru:Маршруты смены пароля не доступны.\n\nВключите маршруты в <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> для использования этого модуля.\";'),('alt','messages:apihelp-resetpassword-param-email','s:83:\"ru:Электронный адрес сбрасываемого участника.\";'),('alt','messages:apihelp-resetpassword-param-user','s:45:\"ru:Сбрасываемый участник.\";'),('alt','messages:apihelp-resetpassword-summary','s:87:\"ru:Отправить участнику письмо для сброса пароля.\";'),('alt','messages:apihelp-revisiondelete-example-log','s:129:\"ru:Скрыть все данные записи <kbd>67890</kbd> в журнале с причиной <kbd>BLP violation</kbd>.\";'),('alt','messages:apihelp-revisiondelete-example-revision','s:111:\"ru:Скрыть содержимое версии <kbd>12345</kbd> страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-revisiondelete-param-hide','s:56:\"ru:Что скрыть для каждой версии.\";'),('alt','messages:apihelp-revisiondelete-param-ids','s:64:\"ru:Идентификаторы удаляемых версий.\";'),('alt','messages:apihelp-revisiondelete-param-reason','s:71:\"ru:Причина удаления или восстановления.\";'),('alt','messages:apihelp-revisiondelete-param-show','s:60:\"ru:Что показать для каждой версии.\";'),('alt','messages:apihelp-revisiondelete-param-suppress','s:153:\"ru:Следует ли скрыть данные от администраторов так же, как и от остальных участников.\";'),('alt','messages:apihelp-revisiondelete-param-tags','s:79:\"ru:Изменить метки записи в журнале удалений.\";'),('alt','messages:apihelp-revisiondelete-param-target','s:142:\"ru:Название страницы удаляемой версии, если это требуется для выбранного типа.\";'),('alt','messages:apihelp-revisiondelete-param-type','s:71:\"ru:Тип осуществляемого удаления версии.\";'),('alt','messages:apihelp-revisiondelete-summary','s:80:\"ru:Удаление и восстановление версий страниц.\";'),('alt','messages:apihelp-rollback-example-simple','s:134:\"ru:Откатить последние правки страницы [[{{MediaWiki:Mainpage}}]] участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-rollback-example-summary','s:301:\"ru:Откатить последние правки страницы [[{{MediaWiki:Mainpage}}]] анонимного участника <kbd>192.0.2.5</kbd> с описанием <kbd>Reverting vandalism</kbd>, и отметить эти правки и их откат как правки ботов.\";'),('alt','messages:apihelp-rollback-extended-description','s:197:\"ru:Если последний редактировавший страницу участник сделал несколько правок подряд, все они будут откачены.\";'),('alt','messages:apihelp-rollback-param-markbot','s:101:\"ru:Отметить откатываемые правки и откат как правки бота.\";'),('alt','messages:apihelp-rollback-param-pageid','s:170:\"ru:Идентификатор откатываемой страницы. Не может быть использовано одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-rollback-param-summary','s:180:\"ru:Пользовательское описание правки. При пустом значении будет использовано стандартное описание.\";'),('alt','messages:apihelp-rollback-param-tags','s:54:\"ru:Метки, применяемые к откату.\";'),('alt','messages:apihelp-rollback-param-title','s:163:\"ru:Заголовок откатываемой страницы. Не может быть использовано одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-rollback-param-user','s:82:\"ru:Имя участника, чьи правки следует откатить.\";'),('alt','messages:apihelp-rollback-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('alt','messages:apihelp-rollback-summary','s:70:\"ru:Отмена последней правки на странице.\";'),('alt','messages:apihelp-rsd-example-simple','s:47:\"ru:Экспортировать схему RSD.\";'),('alt','messages:apihelp-rsd-summary','s:59:\"ru:Экспорт схемы RSD (Really Simple Discovery).\";'),('alt','messages:apihelp-setnotificationtimestamp-example-all','s:108:\"ru:Сбросить статус уведомления для всего списка наблюдения.\";'),('alt','messages:apihelp-setnotificationtimestamp-example-allpages','s:140:\"ru:Сбросить статус уведомления для страниц из пространства имён <kbd>{{ns:user}}</kbd>.\";'),('alt','messages:apihelp-setnotificationtimestamp-example-page','s:90:\"ru:Сбросить статус уведомления для [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:266:\"ru:Установить временную метку уведомления для страницы [[{{MediaWiki:Mainpage}}]] таким образом, чтобы сделать все правки с 1 января 2012 года непросмотренными.\";'),('alt','messages:apihelp-setnotificationtimestamp-extended-description','s:272:\"ru:Это затрагивает подсвечивание изменённых страниц в списке наблюдения и истории, и отправляет письмо, если включена настройка «{{int:tog-enotifwatchlistpages}}».\";'),('alt','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:88:\"ru:Работать над всеми отслеживаемыми страницами.\";'),('alt','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:161:\"ru:Версия, новее которой сделать временную метку уведомления (только для одной страницы).\";'),('alt','messages:apihelp-setnotificationtimestamp-param-timestamp','s:67:\"ru:Новая временная метка уведомления.\";'),('alt','messages:apihelp-setnotificationtimestamp-param-torevid','s:189:\"ru:Версия, к временной метке которой приравнять временную метку уведомления (только для одной страницы).\";'),('alt','messages:apihelp-setnotificationtimestamp-summary','s:126:\"ru:Обновление временной метки уведомления для отслеживаемых страниц.\";'),('alt','messages:apihelp-setpagelanguage-example-default','s:122:\"ru:Изменить язык страницы с идентификатором 123 на язык по умолчанию.\";'),('alt','messages:apihelp-setpagelanguage-example-language','s:95:\"ru:Изменить язык страницы [[{{MediaWiki:Mainpage}}]] на баскский.\";'),('alt','messages:apihelp-setpagelanguage-extended-description-disabled','s:268:\"ru:Изменение языка страницы не разрешено в этой вики.\n\nАктивируйте <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> для использования этого действия.\";'),('alt','messages:apihelp-setpagelanguage-param-lang','s:181:\"ru:Код нового языка. Используйте <kbd>default</kbd> для смены на язык содержимого по умолчанию для этой вики.\";'),('alt','messages:apihelp-setpagelanguage-param-pageid','s:207:\"ru:Идентификатор страницы, язык которой вы желаете поменять. Не может быть использовано одновременно с <var>$1title</var>.\";'),('alt','messages:apihelp-setpagelanguage-param-reason','s:37:\"ru:Причина изменения.\";'),('alt','messages:apihelp-setpagelanguage-param-tags','s:140:\"ru:Изменить метки записей в журнале, возникающих в результате этого действия.\";'),('alt','messages:apihelp-setpagelanguage-param-title','s:198:\"ru:Название страницы, язык которой вы желаете поменять. Не может быть использовано одновременно с <var>$1pageid</var>.\";'),('alt','messages:apihelp-setpagelanguage-summary','s:46:\"ru:Изменить язык страницы.\";'),('alt','messages:apihelp-stashedit-extended-description','s:228:\"ru:Предназначено для использования через AJAX из формы редактирования для увеличения производительности сохранения страницы.\";'),('alt','messages:apihelp-stashedit-param-baserevid','s:64:\"ru:Идентификатор предыдущей версии.\";'),('alt','messages:apihelp-stashedit-param-contentformat','s:131:\"ru:Формат сериализации содержимого, используемый для введённого текста.\";'),('alt','messages:apihelp-stashedit-param-contentmodel','s:52:\"ru:Модель нового содержимого.\";'),('alt','messages:apihelp-stashedit-param-section','s:140:\"ru:Идентификатор раздела. <kbd>0</kbd> - для основного раздела, <kbd>new</kbd> - для нового.\";'),('alt','messages:apihelp-stashedit-param-sectiontitle','s:50:\"ru:Заголовок нового раздела.\";'),('alt','messages:apihelp-stashedit-param-stashedtexthash','s:62:\"ru:Хэш содержимого страницы в кэше.\";'),('alt','messages:apihelp-stashedit-param-summary','s:33:\"ru:Описание правки.\";'),('alt','messages:apihelp-stashedit-param-text','s:41:\"ru:Содержимое страницы.\";'),('alt','messages:apihelp-stashedit-param-title','s:66:\"ru:Заголовок редактируемой страницы.\";'),('alt','messages:apihelp-stashedit-summary','s:60:\"ru:Подготовка правки в общем кэше.\";'),('alt','messages:apihelp-summary','s:3:\"en:\";'),('alt','messages:apihelp-tag-example-log','s:165:\"ru:Удаление метки <kbd>spam</kbd> из записи журнала с идентификатором 123 с причиной <kbd>Wrongly applied</kbd>.\";'),('alt','messages:apihelp-tag-example-rev','s:145:\"ru:Добавить метку <kbd>vandalism</kbd> к версии с идентификатором 123 без указания причины.\";'),('alt','messages:apihelp-tag-param-add','s:125:\"ru:Добавляемые метки. Добавлять можно только метки, заданные вручную.\";'),('alt','messages:apihelp-tag-param-logid','s:170:\"ru:Один или более идентификаторов записей журналов, метки которых нужно добавить или удалить.\";'),('alt','messages:apihelp-tag-param-rcid','s:151:\"ru:Один или более идентификаторов правок, метки которых нужно добавить или удалить.\";'),('alt','messages:apihelp-tag-param-reason','s:37:\"ru:Причина изменения.\";'),('alt','messages:apihelp-tag-param-remove','s:146:\"ru:Удаляемые метки. Удалять можно только метки, заданные вручную или не заданные.\";'),('alt','messages:apihelp-tag-param-revid','s:151:\"ru:Один или более идентификаторов версий, метки которых нужно добавить или удалить.\";'),('alt','messages:apihelp-tag-param-tags','s:148:\"ru:Метки, применяемые к записи в журнале, создаваемой в результате этого действия.\";'),('alt','messages:apihelp-tag-summary','s:130:\"ru:Добавление или удаление меток отдельных правок или записей журналов.\";'),('alt','messages:apihelp-unblock-example-id','s:85:\"ru:Снять блокировку с идентификатором #<kbd>105</kbd>.\";'),('alt','messages:apihelp-unblock-example-user','s:107:\"ru:Разблокировать участника <kbd>Bob</kbd> по причине <kbd>Sorry Bob</kbd>.\";'),('alt','messages:apihelp-unblock-param-id','s:231:\"ru:Идентификатор снимаемой блокировки (получается с помощью <kbd>list=blocks</kbd>). Не может быть использовано одновременно с <var>$1user</var>.\";'),('alt','messages:apihelp-unblock-param-reason','s:45:\"ru:Причина разблокировки.\";'),('alt','messages:apihelp-unblock-param-tags','s:83:\"ru:Изменить метки записи в журнале блокировок.\";'),('alt','messages:apihelp-unblock-param-user','s:137:\"ru:Участник для разблокировки. Нельзя использовать одновременно с <var>$1id</var>.\";'),('alt','messages:apihelp-unblock-param-userid','s:75:\"ru:Вместо этого укажите <kbd>$1user=#<var>ID</var></kbd>.\";'),('alt','messages:apihelp-unblock-summary','s:49:\"ru:Разблокировка участника.\";'),('alt','messages:apihelp-undelete-example-page','s:72:\"ru:Восстановить страницу [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-undelete-example-revisions','s:92:\"ru:Восстановить две версии страницы [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-undelete-extended-description','s:393:\"ru:Список удалённых версий с временными метками может быть получен с помощью [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], а список идентификаторов удалённых файлов может быть получен с помощью [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('alt','messages:apihelp-undelete-param-fileids','s:231:\"ru:Идентификаторы восстанавливаемых файловых версий. Если и <var>$1timestamps</var>, и <var>$1fileids</var> пустые, все версии будут восстановлены.\";'),('alt','messages:apihelp-undelete-param-reason','s:47:\"ru:Причина восстановления.\";'),('alt','messages:apihelp-undelete-param-tags','s:79:\"ru:Изменить метки записи в журнале удалений.\";'),('alt','messages:apihelp-undelete-param-timestamps','s:215:\"ru:Временные метки восстанавливаемых версий. Если и <var>$1timestamps</var>, и <var>$1fileids</var> пустые, все версии будут восстановлены.\";'),('alt','messages:apihelp-undelete-param-title','s:74:\"ru:Заголовок восстанавливаемой страницы.\";'),('alt','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('alt','messages:apihelp-undelete-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('alt','messages:apihelp-undelete-summary','s:81:\"ru:Восстановление версий удалённой страницы.\";'),('alt','messages:apihelp-unlinkaccount-example-simple','s:136:\"ru:Попытаться удалить связь между текущим участником и <kbd>FooAuthenticationRequest</kbd>.\";'),('alt','messages:apihelp-unlinkaccount-summary','s:118:\"ru:Удаление связанного стороннего аккаунта с текущим участником.\";'),('alt','messages:apihelp-upload-example-filekey','s:108:\"ru:Завершение загрузки, провалившейся из-за предупреждений.\";'),('alt','messages:apihelp-upload-example-url','s:35:\"ru:Загрузка через URL.\";'),('alt','messages:apihelp-upload-extended-description','s:917:\"ru:Доступно несколько режимов:\n* Прямо загрузить содержимое файла, используя параметр <var>$1file</var>.\n* Загрузить файл по кусочком, используя параметры <var>$1filesize</var>, <var>$1chunk</var> и <var>$1offset</var>.\n* Заставить сервер MediaWiki запросить файл по ссылке, используя параметр <var>$1url</var>.\n* Завершить старую загрузку, провалившуюся из-за предупреждений, используя параметр <var>$1filekey</var>.\nОбратите внимание, что запрос HTTP POST должен быть выполнен как загрузка файла (то есть, с использованием <code>multipart/form-data</code>) при отправке <var>$1file</var>.\";'),('alt','messages:apihelp-upload-param-async','s:160:\"ru:Сделать операции над потенциально большими файлами асинхронными, когда это возможно.\";'),('alt','messages:apihelp-upload-param-checkstatus','s:117:\"ru:Только запросить статус загрузки для данного файлового ключа.\";'),('alt','messages:apihelp-upload-param-chunk','s:39:\"ru:Содержимое кусочка.\";'),('alt','messages:apihelp-upload-param-comment','s:237:\"ru:Описание загрузки. Также используется как начальный текст страницы при загрузке нового файла, если параметр <var>$1text</var> не задан.\";'),('alt','messages:apihelp-upload-param-file','s:35:\"ru:Содержимое файла.\";'),('alt','messages:apihelp-upload-param-filekey','s:103:\"ru:Ключ, идентифицирующий предыдущую временную загрузку.\";'),('alt','messages:apihelp-upload-param-filename','s:46:\"ru:Целевое название файла.\";'),('alt','messages:apihelp-upload-param-filesize','s:38:\"ru:Полны размер файла.\";'),('alt','messages:apihelp-upload-param-ignorewarnings','s:64:\"ru:Игнорировать все предупреждения.\";'),('alt','messages:apihelp-upload-param-offset','s:47:\"ru:Смещение блока в байтах.\";'),('alt','messages:apihelp-upload-param-sessionkey','s:107:\"ru:Синоним $1filekey, обслуживаемый для обратной совместимости.\";'),('alt','messages:apihelp-upload-param-stash','s:153:\"ru:Если задано, сервер поместит файл во временное хранилище, не добавив в постоянное.\";'),('alt','messages:apihelp-upload-param-tags','s:129:\"ru:Изменить метки записи в журнале загрузок и версии файловой страницы.\";'),('alt','messages:apihelp-upload-param-text','s:81:\"ru:Начальный текст страницы для новых файлов.\";'),('alt','messages:apihelp-upload-param-url','s:57:\"ru:Ссылка на запрашиваемый файл.\";'),('alt','messages:apihelp-upload-param-watch','s:54:\"ru:Наблюдать за этой страницей\";'),('alt','messages:apihelp-upload-param-watchlist','s:318:\"ru:Безусловно добавить или удалить страницу из списка наблюдения текущего участника, использовать настройки (игнорируются для пользователей-ботов) или не менять наблюдение.\";'),('alt','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('alt','messages:apihelp-upload-summary','s:116:\"ru:Загрузка файла или получение статуса незавершённых загрузок.\";'),('alt','messages:apihelp-userrights-example-expiry','s:122:\"ru:Добавить участника <kbd>SometimeSysop</kbd> в группу <kbd>sysop</kbd> на один месяц.\";'),('alt','messages:apihelp-userrights-example-user','s:171:\"ru:Добавить участника <kbd>FooBot</kbd> в группу <kbd>bot</kbd> и удалить его из групп <kbd>sysop</kbd> и <kbd>bureaucrat</kbd>.\";'),('alt','messages:apihelp-userrights-example-userid','s:202:\"ru:Добавить участника с идентификатором <kbd>123</kbd> в группу <kbd>bot</kbd> и удалить его из групп <kbd>sysop</kbd> и <kbd>bureaucrat</kbd>.\";'),('alt','messages:apihelp-userrights-param-add','s:221:\"ru:Добавить участника в эти группы, или, если они уже являются её членами, обновить дату истечения членства в этих группах.\";'),('alt','messages:apihelp-userrights-param-expiry','s:610:\"ru:Временная метка истечения. Может быть относительной (например, <kbd>5 months</kbd> или <kbd>2 weeks</kbd>) или абсолютной (например, <kbd>2014-09-18T12:34:56Z</kbd>). Если задана только одна временная метка, она будет использована для всех групп, переданных в параметре <var>$1add</var>. Используйте <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> или <kbd>never</kbd> для неистекаемой группы.\";'),('alt','messages:apihelp-userrights-param-reason','s:37:\"ru:Причина изменения.\";'),('alt','messages:apihelp-userrights-param-remove','s:62:\"ru:Удалить участника из этих групп.\";'),('alt','messages:apihelp-userrights-param-tags','s:71:\"ru:Изменить метки записи в журнале прав.\";'),('alt','messages:apihelp-userrights-param-user','s:20:\"ru:Участник.\";'),('alt','messages:apihelp-userrights-param-userid','s:75:\"ru:Вместо этого укажите <kbd>$1user=#<var>ID</var></kbd>.\";'),('alt','messages:apihelp-userrights-summary','s:52:\"ru:Изменение групп участника.\";'),('alt','messages:apihelp-validatepassword-example-1','s:94:\"ru:Проверка пароля <kbd>foobar</kbd> для текущего участника.\";'),('alt','messages:apihelp-validatepassword-example-2','s:121:\"ru:Проверка пароля <kbd>querty</kbd> для создаваемого участника <kbd>Example</kbd>.\";'),('alt','messages:apihelp-validatepassword-extended-description','s:364:\"ru:Результатом проверки является <samp>Good</samp>, если пароль приемлемый, <samp>Change</samp>, если пароль может быть использован для входа, но должен быть сменён, и <samp>Invalid</samp>, если пароль не может быть использован.\";'),('alt','messages:apihelp-validatepassword-param-email','s:122:\"ru:Электронная почта, при использовании во время создания аккаунта.\";'),('alt','messages:apihelp-validatepassword-param-password','s:39:\"ru:Проверяемый пароль.\";'),('alt','messages:apihelp-validatepassword-param-realname','s:114:\"ru:Настоящее имя, при использовании во время создания аккаунта.\";'),('alt','messages:apihelp-validatepassword-param-user','s:190:\"ru:Имя участника, при использовании во время создания аккаунта. Такого участника не должно существовать.\";'),('alt','messages:apihelp-validatepassword-summary','s:93:\"ru:Проверка пароля на удовлетворение политики вики.\";'),('alt','messages:apihelp-watch-example-generator','s:133:\"ru:Следить за первым несколькими страницами основного пространства имён.\";'),('alt','messages:apihelp-watch-example-unwatch','s:74:\"ru:Не следить за страницей [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-watch-example-watch','s:69:\"ru:Следить за страницей [[{{MediaWiki:Mainpage}}]].\";'),('alt','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('alt','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('alt','messages:apihelp-watch-param-title','s:105:\"ru:Название страницы. Используйте <var>$1titles</var> вместо этого.\";'),('alt','messages:apihelp-watch-param-unwatch','s:158:\"ru:Если установлено, страницы будут удалены из списка наблюдения, а не добавлены в него.\";'),('alt','messages:apihelp-watch-summary','s:138:\"ru:Добавление или удаление страниц из списка наблюдения текущего участника.\";'),('alt','messages:apihelp-xml-param-includexmlnamespace','s:83:\"ru:Если задано, добавляет пространство имён XML.\";'),('alt','messages:apihelp-xml-param-xslt','s:284:\"ru:Если задано, добавляет названную страницу в качестве листа XSL. Значением должно быть название в пространстве имён {{ns:MediaWiki}}, заканчивающееся на <code>.xsl</code>.\";'),('alt','messages:apihelp-xml-summary','s:55:\"ru:Выводить данные в формате XML.\";'),('alt','messages:apihelp-xmlfm-summary','s:100:\"ru:Выводить данные в формате XML (отформатированном в HTML).\";'),('alt','messages:apisandbox','s:29:\"alt:API деп кумакту\";'),('alt','messages:apisandbox-add-multi','s:14:\"alt:Кожор\";'),('alt','messages:apisandbox-alert-field','s:60:\"alt:Бу јалаҥныҥ учуры торт јастыра\";'),('alt','messages:apisandbox-alert-page','s:52:\"alt:Бу бӱкте јастыра јерлерлӱ.\";'),('alt','messages:apisandbox-continue','s:20:\"alt:Кӧндӱгер\";'),('alt','messages:apisandbox-continue-clear','s:14:\"alt:Арчыр\";'),('alt','messages:apisandbox-continue-help','s:254:\"alt:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] калганчы кычыру; улалтар темдектерле тудуш {{int:apisandbox-continue-clear}} арчыыр.\";'),('alt','messages:apisandbox-deprecated-parameters','s:43:\"alt:Эскирген параметрлер\";'),('alt','messages:apisandbox-dynamic-error-exists','s:56:\"alt:$1 деп атту параметр база бар.\";'),('alt','messages:apisandbox-dynamic-parameters','s:44:\"alt:База ӱстине темдектер\";'),('alt','messages:apisandbox-dynamic-parameters-add-label','s:38:\"alt:Параметрди кожоры:\";'),('alt','messages:apisandbox-dynamic-parameters-add-placeholder','s:33:\"alt:Параметрдыҥ ады\";'),('alt','messages:apisandbox-examples','s:35:\"alt:Темдектеп алганы\";'),('alt','messages:apisandbox-fetch-token','s:49:\"alt:Токен бойы бичиле берери\";'),('alt','messages:apisandbox-helpurls','s:43:\"alt:Болуштыҥ тайантылары\";'),('alt','messages:apisandbox-intro','s:773:\"alt:Бу бӱкти <strong>MediaWiki API</strong>-ле эксперимент эдерге турзар эдинер.\n[https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page API-ныҥ документациязына] баштанар API эдинерге информация керек болзо. Темдектезе: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query бажалыкта берилген сӧс аайынча бӱктерди бедрерге]. Ӧскӧ темдектеп алганын кӧрӧргӧ кылынышты талдагар.\n\nАјару эдер, бу песочница да болзо, бу бӱкте эдип турган кылыныш викиге солынтылар эдер аргалу.\";'),('alt','messages:apisandbox-jsonly','s:79:\"alt:API деп кумактуны тузаланарга JavaScript керек.\";'),('alt','messages:apisandbox-load-error','s:115:\"alt:API-модульга информацияны берип јадарда јастырыш болгон: \"$1\": $2\";'),('alt','messages:apisandbox-loading','s:72:\"alt:API \"$1\" модульга информация кийдирери...\";'),('alt','messages:apisandbox-loading-results','s:44:\"alt:API-турулталар алынат...\";'),('alt','messages:apisandbox-multivalue-all-namespaces','s:49:\"alt:$1 (Ончо аттардыҥ телкеми)\";'),('alt','messages:apisandbox-multivalue-all-values','s:38:\"alt:$1 (Бастыра учурлар)\";'),('alt','messages:apisandbox-no-parameters','s:56:\"alt:Бу API-модульда темдектер јок.\";'),('alt','messages:apisandbox-param-limit','s:86:\"alt:Ӱстӱги бажын тузаланарга, <kbd>max</kbd> кийдиргер.\";'),('alt','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('alt','messages:apisandbox-request-format-php-label','s:20:\"alt:PHP-массив\";'),('alt','messages:apisandbox-request-format-url-label','s:37:\"alt:URL-суруныҥ јолдыгы\";'),('alt','messages:apisandbox-request-json-label','s:24:\"alt:JSON сурулар:\";'),('alt','messages:apisandbox-request-php-label','s:40:\"alt:PHP-массивти сурулар:\";'),('alt','messages:apisandbox-request-selectformat-label','s:63:\"alt:Суруныҥ турулталарын кӧргӱзери:\";'),('alt','messages:apisandbox-request-time','s:59:\"alt:Суруныҥ ӧткӧн ӧйи: {{PLURAL:$1|$1 мс}}\";'),('alt','messages:apisandbox-request-url-label','s:36:\"alt:Суруныҥ URL-адрези:\";'),('alt','messages:apisandbox-reset','s:14:\"alt:Арчыр\";'),('alt','messages:apisandbox-results','s:24:\"alt:Турулталар\";'),('alt','messages:apisandbox-results-error','s:82:\"alt:$1-суракка API-каруу кирерде, јастырыш болгон\";'),('alt','messages:apisandbox-results-fixtoken','s:65:\"alt:Токенди тӱзеделе аткаррп кӧригер\";'),('alt','messages:apisandbox-results-fixtoken-fail','s:57:\"alt:\"$1\" токенди алдыртар арга јок.\";'),('alt','messages:apisandbox-results-login-suppressed','s:487:\"alt:Бу суру авторизацияны ӧтпӧгӧн туружаачыныҥ деп аайладып калды, ол доменниҥ кирелеткиш ээжилерди браузерде ӧдӧр аргалу учун. Ајару эдер, API-ниҥ песочницазыныҥ токендериниҥ автоматикалык аайлары мындый сурулар ла кожо јастырлу иштейт;\nоны колдыҥ болужыла бичигер.\";'),('alt','messages:apisandbox-retry','s:32:\"alt:Катап эдип ийер\";'),('alt','messages:apisandbox-sending-request','s:38:\"alt:API-суру аткарылат...\";'),('alt','messages:apisandbox-submit','s:21:\"alt:Суру эдер\";'),('alt','messages:apisandbox-submit-invalid-fields-message','s:103:\"alt:Темдектелген јалаҥдарды тӱзеделе, база катап ченежер.\";'),('alt','messages:apisandbox-submit-invalid-fields-title','s:46:\"alt:Кезик јалаҥдар јастыра\";'),('alt','messages:apisandbox-summary','s:3:\"en:\";'),('alt','messages:apisandbox-templated-parameter-reason','s:158:\"alt:Бу [[Special:ApiHelp/main#main/templatedparams|шаблонныҥ темдеги]] {{PLURAL:$1|value|values}} of $2 тайанарга берилген.\";'),('alt','messages:apiwarn-alldeletedrevisions-performance','s:166:\"ru:Для повышения производительности, при генерировании заголовков установите <kbd>$1dir=newer</kbd>.\";'),('alt','messages:apiwarn-badurlparam','s:143:\"ru:Невозможно распарсить $2 из <var>$1urlparam</var>. Используется только ширина и высота.\";'),('alt','messages:apiwarn-badutf8','s:370:\"ru:Значение, переданное <var>$1</var>, содержит некорректные или ненормализованные данные. Текстовые данные должны быть корректным NFC-нормализованным Юникодом без символов управления C0, кроме HT (\\t), LF (\\n) и CR (\\r).\";'),('alt','messages:apiwarn-checktoken-percentencoding','s:181:\"ru:Проверьте, что символы вроде «+» в токене корректно закодированы %-последовательностями в ссылке.\";'),('alt','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('alt','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('alt','messages:apiwarn-compare-nocontentmodel','s:118:\"ru:Модель содержимого не может быть определена, предполагается $1.\";'),('alt','messages:apiwarn-deprecation-deletedrevs','s:190:\"ru:<kbd>list=deletedrevs</kbd> устарел. Пожалуйста, вместо него используйте <kbd>prop=deletedrevisions</kbd> или <kbd>list=alldeletedrevisions</kbd>.\";'),('alt','messages:apiwarn-deprecation-httpsexpected','s:62:\"ru:Использован HTTP, где ожидался HTTPS.\";'),('alt','messages:apiwarn-deprecation-login-botpw','s:450:\"ru:Вход в основной аккаунт через <kbd>action=login</kbd> устарел и может быть отключён без предупреждения. Для продолжения авторизации с <kbd>action=login</kbd>, см.\n[[Special:BotPasswords]]. Для безопасного продолжения использования входа в основной аккаунт, см. <kbd>action=clientlogin</kbd>.\";'),('alt','messages:apiwarn-deprecation-login-nobotpw','s:281:\"ru:Вход в основной аккаунт через <kbd>action=login</kbd> не поддерживается и может быть отключён без предупреждения. Для безопасной авторизации, см. <kbd>action=clientlogin</kbd>.\";'),('alt','messages:apiwarn-deprecation-login-token','s:150:\"ru:Запрос токена через <kbd>action=login</kbd> устарел. Используйте <kbd>action=query&meta=tokens&type=login</kbd>.\";'),('alt','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('alt','messages:apiwarn-deprecation-parameter','s:68:\"ru:Параметр <var>$1</var> не поддерживается.\";'),('alt','messages:apiwarn-deprecation-parse-headitems','s:302:\"ru:<kbd>prop=headitems</kbd> устарело с MediaWiki 1.28. Используйте <kbd>prop=headhtml</kbd> при создании новых HTML документов или <kbd>prop=modules|jsconfigvars</kbd> при обновлении документов на стороне клиента.\";'),('alt','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('alt','messages:apiwarn-deprecation-purge-get','s:127:\"ru:Использование <kbd>action=purge</kbd> посредством GET устарело. Используйте POST.\";'),('alt','messages:apiwarn-deprecation-withreplacement','s:111:\"ru:<kbd>$1</kbd> не поддерживается. Пожалуйста, используйте <kbd>$2</kbd>.\";'),('alt','messages:apiwarn-difftohidden','s:83:\"ru:Невозможно сравнить с r$1: содержимое скрыто.\";'),('alt','messages:apiwarn-errorprinterfailed','s:133:\"ru:Сборщик ошибок упал. Будет совершена повторная попытка без параметров.\";'),('alt','messages:apiwarn-ignoring-invalid-templated-value','s:164:\"ru:При обработке шаблонных параметров значение <kbd>$2</kbd> параметра <var>$1</var> проигнорировано.\";'),('alt','messages:apiwarn-invalidcategory','s:53:\"ru:«$1» не является категорией.\";'),('alt','messages:apiwarn-invalidtitle','s:78:\"ru:«$1» не является некорректным заголовком.\";'),('alt','messages:apiwarn-invalidxmlstylesheet','s:105:\"ru:Задана некорректная или несуществующая таблица стилей.\";'),('alt','messages:apiwarn-invalidxmlstylesheetext','s:94:\"ru:Таблицы стилей должны иметь расширение <code>.xsl</code>.\";'),('alt','messages:apiwarn-invalidxmlstylesheetns','s:119:\"ru:Таблица стилей должна находиться в пространстве имён {{ns:MediaWiki}}.\";'),('alt','messages:apiwarn-moduleswithoutvars','s:293:\"ru:Было задано свойство kbd>modules</kbd>, но не были —<kbd>jsconfigvars</kbd> или <kbd>encodedjsconfigvars</kbd>. Конфигурационные переменные обязательны для корректного использования модуля.\";'),('alt','messages:apiwarn-notfile','s:45:\"ru:«$1» не является файлом.\";'),('alt','messages:apiwarn-nothumb-noimagehandler','s:150:\"ru:Невозможно создать эскиз, поскольку у $1 нет связанного обработчика изображений.\";'),('alt','messages:apiwarn-parse-nocontentmodel','s:121:\"ru:Параметры <var>title</var> или <var>contentmodel</var> не заданы, предполагается $1.\";'),('alt','messages:apiwarn-parse-revidwithouttext','s:270:\"ru:<var>revid</var> использован без <var>text</var>, при этом запрошены распарсенные свойства страницы. Возможно, вы хотели использовать <var>oldid</var> вместо <var>revid</var>?\";'),('alt','messages:apiwarn-parse-titlewithouttext','s:269:\"ru:<var>title</var> использован без <var>text</var>, при этом запрошены распарсенные свойства страницы. Возможно, вы хотели использовать <var>page</var> вместо <var>title</var>?\";'),('alt','messages:apiwarn-redirectsandrevids','s:275:\"ru:Раскрытие перенаправлений не может быть использовано вместе с параметром <var>revids</var>. Все перенаправления на точку <var>revids</var> не должны быть раскрыты.\";'),('alt','messages:apiwarn-tokens-origin','s:143:\"ru:Токены не могут быть получены, пока не применено правило ограничения домена.\";'),('alt','messages:apiwarn-truncatedresult','s:189:\"ru:Результат был усечён, поскольку в противном случае он был бы больше лимита в $1 {{PLURAL:$1|байт|байта|байт}}.\";'),('alt','messages:apiwarn-unclearnowtimestamp','s:352:\"ru:Передача «$2» в качестве параметра временной метки <var>$1</var> устарело. Если по какой-то причине вы хотите прямо указать текущее время без вычисления его на стороне клиента, используйте <kbd>now</kbd>.\";'),('alt','messages:apiwarn-unrecognizedvalues','s:146:\"ru:{{PLURAL:$3|Нераспознанное значение|Нераспознанные значения}} параметра <var>$1</var>: $2.\";'),('alt','messages:apiwarn-unsupportedarray','s:128:\"ru:Параметр <var>$1</var> использует неподдерживаемый синтаксис массивов PHP.\";'),('alt','messages:apiwarn-urlparamwidth','s:259:\"ru:Значение ширины ($2), переданное в <var>$1urlparam</var>, было проигнорировано в пользу значения ($3), полученного из параметров <var>$1urlwidth</var>/<var>$1urlheight</var>.\";'),('alt','messages:apiwarn-validationfailed','s:57:\"ru:Ошибка проверки для <kbd>$1</kbd>: $2\";'),('alt','messages:apiwarn-validationfailed-badchars','s:178:\"ru:некорректные символы в ключе (разрешены только <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code> и <code>-</code>).\";'),('alt','messages:apiwarn-validationfailed-badpref','s:47:\"ru:некорректная настройка.\";'),('alt','messages:apiwarn-validationfailed-cannotset','s:65:\"ru:не может быть задано этим модулем.\";'),('alt','messages:apiwarn-validationfailed-keytoolong','s:123:\"ru:ключ слишком длинен (разрешено не более $1 {{PLURAL:$1|байт|байта|байт}}).\";'),('alt','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('alt','messages:apiwarn-wgdebugapi','s:121:\"ru:<strong>Предупреждение безопасности:</strong> активирован <var>$wgDebugAPI</var>.\";'),('alt','messages:apr','s:10:\"alt:Кан\";'),('alt','messages:april','s:21:\"alt:Кандык ай\";'),('alt','messages:april-gen','s:21:\"alt:кандык ай\";'),('alt','messages:article','s:27:\"alt:Статьялу бӱк\";'),('alt','messages:articleexists','s:137:\"alt:[[:$1]] бӱк тургуза ӧйдӧ бар эмезе бу ат јарадылбаган.\nӦскӧ ат талдап адагар.\";'),('alt','messages:aug','s:10:\"alt:Кур\";'),('alt','messages:august','s:19:\"alt:Куран ай\";'),('alt','messages:august-gen','s:19:\"alt:куран ай\";'),('alt','messages:authenticationdatachange-ignored','s:185:\"alt:Чындыкташтыҥ кӧргӱзӱлериниҥ солынтылары аайлатпаган. Байла, бир де провайдер јазалбаган болор бо?\";'),('alt','messages:authform-newtoken','s:25:\"alt:Токен јок. $1\";'),('alt','messages:authform-nosession-login','s:205:\"alt:Чындыкташтыҥ шинжӱзин ӧдӧ берген болгон, је слердиҥ браузер слерди киргенер деп \"сагыжына артызып\" болбойт.\n\n$1\";'),('alt','messages:authform-nosession-signup','s:173:\"alt:Аккаунт эдилген болгон, је слердиҥ браузер слерди киргенер деп \"сагыжына артызып\" болбойт.\n\n$1\";'),('alt','messages:authform-notoken','s:21:\"alt:Токен јок\";'),('alt','messages:authform-wrongtoken','s:25:\"alt:Тӧгӱн токен\";'),('alt','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('alt','messages:authmanager-authn-autocreate-failed','s:107:\"alt:Локальный аккаунтты автоматикалык этире эдип болбоды: $1\";'),('alt','messages:authmanager-authn-no-local-user','s:140:\"alt:Бичилген киретен информация бир де бу викиниҥ туружаачызыла колбулу эмес.\";'),('alt','messages:authmanager-authn-no-local-user-link','s:382:\"alt:Берилген кӧргӱзӱлер чын, је бу викиниҥ бир де туружаачызы ла колбулу эмес. Ӧскӧ эп-арга эдинип эмезе јаҥы аккаунт эдип кирер, ол тушта слерде оноҥ озо болгон аккаунттарды бу аккаунтка колбоштырар арга болор.\";'),('alt','messages:authmanager-authn-no-primary','s:106:\"alt:Бичилген киретен информацияныҥ чындыгын ширтеп болбос.\";'),('alt','messages:authmanager-authn-not-in-progress','s:186:\"alt:Чындыкташ ширтеери бӱдӱрилбейт эмезе сессияныҥ кӧргӱзӱлери јылыйган. Эҥ бажынаҥ јаҥынаҥ баштагар.\";'),('alt','messages:authmanager-autocreate-exception','s:191:\"alt:Аккаунттары автоматикалык эдери, мынаҥ озо болгон јастыралар болгон учун, бир канча ӧйгӧ токтодылган.\";'),('alt','messages:authmanager-autocreate-noperm','s:90:\"alt:Аккаунттары автоматикалык эдери јарадылбаган.\";'),('alt','messages:authmanager-change-not-supported','s:109:\"alt:Берилген кӧргӱзӱлер солыыр арга јок, олорды эдинбес учун.\";'),('alt','messages:authmanager-create-disabled','s:53:\"alt:Аккаунт эдери токтодылган.\";'),('alt','messages:authmanager-create-from-login','s:100:\"alt:Аккаунт эдерге алдындагы бичийтен јерлерге бичигер.\";'),('alt','messages:authmanager-create-no-primary','s:106:\"alt:Аккаунт эдерге бичилген кӧргӱзӱлерди эдинерге јарабас.\";'),('alt','messages:authmanager-create-not-in-progress','s:176:\"alt:Аккаунт эдери бӱдӱрилбейт эмезе сессияныҥ кӧргӱзӱлери јылыйган.\nЭҥ бажынаҥ јаҥынаҥ баштагар.\";'),('alt','messages:authmanager-domain-help','s:70:\"alt:Тыштынаҥ чындыктаарга доменниҥ ады.\";'),('alt','messages:authmanager-email-help','s:20:\"alt:Email адрес\";'),('alt','messages:authmanager-email-label','s:31:\"alt:Электрон почта\";'),('alt','messages:authmanager-link-no-primary','s:127:\"alt:Аккаунттарды колбоштырарга берилген кӧргӱзӱлерди эдинер арга јок.\";'),('alt','messages:authmanager-link-not-in-progress','s:194:\"alt:Аккаунтты колбоштырары бӱдӱрилбейт эмезе сессияныҥ кӧргӱзӱлери јылыйган.\nЭҥ бажынаҥ јаҥынаҥ баштагар.\";'),('alt','messages:authmanager-password-help','s:74:\"alt:Чындыктаарга туружаачыныҥ јажыт сӧзи.\";'),('alt','messages:authmanager-provider-password','s:65:\"alt:Јажыт сӧс аайынча аутентификация\";'),('alt','messages:authmanager-provider-password-domain','s:86:\"alt:Јажыт сӧс лӧ домен аайынча чындыгын ширтеери\";'),('alt','messages:authmanager-provider-temporarypassword','s:58:\"alt:Кыска ӧйгӧ берилген јажыт сӧс\";'),('alt','messages:authmanager-realname-help','s:42:\"alt:Туружаачыныҥ чын ады\";'),('alt','messages:authmanager-realname-label','s:17:\"alt:Чын ады\";'),('alt','messages:authmanager-retype-help','s:79:\"alt:Чындыктаарга јажыт сӧсти такып кийдирер.\";'),('alt','messages:authmanager-userdoesnotexist','s:67:\"alt:\"$1\" атту аккаунт регистрациязы јок.\";'),('alt','messages:authmanager-userlogin-remembermypassword-help','s:114:\"alt:Сессияныҥ узагынаҥ кӧп ӧйгӧ јажыт сӧсти сагышка артызатаны.\";'),('alt','messages:authmanager-username-help','s:61:\"alt:Чындыктаарга туружаачыныҥ ады.\";'),('alt','messages:authpage-cannot-create','s:63:\"alt:Аккаунт эдерин улалтар арга јок.\";'),('alt','messages:authpage-cannot-create-continue','s:138:\"alt:Аккаунт эдерин улалтар арга јок. Слердиҥ сессияныҥ ӧйи ӧдӱп калган ошкош.\";'),('alt','messages:authpage-cannot-link','s:73:\"alt:Аккаунт колбоштырыш баштаар арга јок.\";'),('alt','messages:authpage-cannot-link-continue','s:152:\"alt:Аккаунт колбоштырарын улалтар арга јок. Слердиҥ сессияныҥ ӧйи ӧдӱп калган ошкош.\";'),('alt','messages:authpage-cannot-login','s:73:\"alt:Оноҥ ары системага кирерге келишпейт.\";'),('alt','messages:authpage-cannot-login-continue','s:141:\"alt:Аккаунтка оноҥ ары кирер арга јок. Слердиҥ сессияныҥ ӧйи ӧдӱп калган ошкош.\";'),('alt','messages:authprovider-confirmlink-failed','s:98:\"alt:Ончо аккаунтарды колбоштырарда кезиги келишпеди: $1\";'),('alt','messages:authprovider-confirmlink-failed-line','s:9:\"ru:$1: $2\";'),('alt','messages:authprovider-confirmlink-message','s:406:\"alt:Слердиҥ калганчы кирерге умзанганар аайынча, аккаунттар слердиҥ викиниҥ аккаунттар ла колболу болор аргалу. Олорды колбоштырза бу аккаунттар ажыра киретен арга болор. Кандыйлары бой-бойыла колбулу болотонын талдагар.\";'),('alt','messages:authprovider-confirmlink-ok-help','s:138:\"alt:Колбоштырыштыҥ јастыраларлу јетирӱлер чыккан кийнинде оноҥ ары улалтар.\";'),('alt','messages:authprovider-confirmlink-option','s:10:\"ru:$1 ($2)\";'),('alt','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('alt','messages:authprovider-confirmlink-request-label','s:64:\"alt:Колбоштырарга турган аккаунттар\";'),('alt','messages:authprovider-confirmlink-success-line','s:42:\"alt:$1: Эрчимдӱ колболгон.\";'),('alt','messages:authprovider-resetpass-skip-help','s:56:\"alt:Јажыт сӧсти чачарын ӧткӱрер.\";'),('alt','messages:authprovider-resetpass-skip-label','s:16:\"alt:Ӧтӱрер\";'),('alt','messages:autoblockedtext','s:1238:\"alt:<strong>Слердиҥ аккаунт эмезе IP адрезер автоматикалык  туйукташка кирди, нениҥ учун дезе $1 администратор  туйукташка адрезерди эдинген кандый да туружаачыны кийдирди.</strong>\nТуйукташтыҥ шылтагы: \n\n<em>$2</em>.\n\n* Туйукташтыҥ башталганы: $8\n* Туйукташтыҥ божоор ӧйи: $6\n* Туйукташтыҥ амадузы: $7\n\nСлер $1 эмезе ӧскӧ [[{{MediaWiki:Grouppage-sysop}}|администратор ло]] колбу тудуп туйукташты ширтеп кӧрӧр.\nСлерде \"{{int:emailuser}}\" функцияны эдинер арга бар, слердиҥ [[Special:Preferences|јазантыларда]] чын электрон почтаныҥ адрезин бичип салган болзор ло слердиҥ туйуктажар самаралар аткарарга јарадып турган болзо.\nСлердиҥ эмдиги IP адрезер $3, туйукташтыҥ идентификаторы #$5.\nБу јартамал информацияны суру этсер кожып салыгар.\";'),('alt','messages:autoblocker','s:202:\"alt:Слердиҥ IP-адрезер бу јуукта \"[[User:$1|$1]]\" эдинген учун автоматикалык туйукташка кирди.\n$1 туйукташтыҥ шылтагы: \"$2\"\";'),('alt','messages:autoblockid','s:32:\"alt:Автотуйукташ #$1\";'),('alt','messages:autoblocklist','s:47:\"alt:Автоматикалык туйукташ\";'),('alt','messages:autoblocklist-empty','s:57:\"alt:Автотуйукташтыҥ тизими куру.\";'),('alt','messages:autoblocklist-legend','s:47:\"alt:Автотуйукташтыҥ тизими\";'),('alt','messages:autoblocklist-localblocks','s:61:\"alt:Локальный {{PLURAL:$1|автотуйукташ}}\";'),('alt','messages:autoblocklist-otherblocks','s:51:\"alt:Ӧскӧ {{PLURAL:$1|автотуйукташ}}\";'),('alt','messages:autoblocklist-submit','s:16:\"alt:Бедреш\";'),('alt','messages:autoblocklist-total-autoblocks','s:50:\"alt:Ончо јаба автотуйукташ: $1\";'),('alt','messages:autochange-username','s:66:\"alt:MediaWiki-ниҥ автоматикалык солынтызы\";'),('alt','messages:autocomment-prefix','s:3:\"en:\";'),('alt','messages:autocreate-edit-warning','s:696:\"ru:<strong>Внимание!</strong> Вы не вошли в систему. Ваша правка будет связана с <strong>автоматически сгенерированным именем</strong> путём добавления cookie-файла в ваш браузер. Ваш IP-адрес будет виден доверенным участникам. Если вы <strong>[$1 войдёте в систему]</strong> или <strong>[$2 создадите учётную запись]</strong>, ваши правки будут привязаны к выбранному вами имени, а также вы получите другие преимущества.\";'),('alt','messages:autocreate-preview-warning','s:252:\"ru:<em>Вы не вошли в систему. Ваша правка будет связана с автоматически сгенерированным именем, а ваш IP-адрес будет виден администраторам.</em>\";'),('alt','messages:autoredircomment','s:34:\"alt:[[$1]]-е ууландырыш\";'),('alt','messages:autosumm-blank','s:61:\"alt:Бӱктиҥ толынтызы ончо кырылган\";'),('alt','messages:autosumm-changed-redirect-target','s:67:\"alt:[[$1]]-ҥ [[$2]] этире ууландырыш солынды\";'),('alt','messages:autosumm-new','s:25:\"alt:Јаҥы бӱк: \"$1\"\";'),('alt','messages:autosumm-newblank','s:34:\"alt:Куру бӱк тӧзӧлди\";'),('alt','messages:autosumm-removed-redirect','s:49:\"alt:[[$1]]-е ууландырыш кырылды\";'),('alt','messages:autosumm-replace','s:87:\"alt:Бӱктиҥ толынтызыныҥ ордына \"$1\" этире солынган\";'),('alt','messages:backend-fail-alreadyexists','s:25:\"alt:\"$1\" файл бар.\";'),('alt','messages:backend-fail-backup','s:75:\"alt:\"$1\" файлдыҥ резервный копиязы эдилбеди.\";'),('alt','messages:backend-fail-batchsize','s:181:\"alt:Салгыш јер $1 {{PLURAL:$1|файловый операциялу}} блок алган, кирелеткен кеми $2 {{PLURAL:$2|файловый операция}}.\";'),('alt','messages:backend-fail-closetemp','s:81:\"alt:Кыска ӧйгӧ эдинетен файлды јабар арга јок.\";'),('alt','messages:backend-fail-connect','s:59:\"alt:\"$1\" салгыш јерге кирип болбоды.\";'),('alt','messages:backend-fail-contenttype','s:134:\"alt:Файлдыҥ толынтызын аайлап болбогон учун \"$1\" салгыш јерге ол артызылбас.\";'),('alt','messages:backend-fail-copy','s:83:\"alt:Файлды \"$1\" јердеҥ \"$2\" јерге копиязы эдилбеди.\";'),('alt','messages:backend-fail-create','s:58:\"alt:\"$1\" файлды бичиирге келишпеди.\";'),('alt','messages:backend-fail-delete','s:37:\"alt:\"$1\" файл јоголбоды.\";'),('alt','messages:backend-fail-describe','s:72:\"alt:\"$1\" файлдыҥ метаданныйлары солынбады.\";'),('alt','messages:backend-fail-hash','s:95:\"alt:\"$1\" файлдыҥ криптографиялык хешин эдерге арга јок.\";'),('alt','messages:backend-fail-hashes','s:91:\"alt:Файлдарды теҥдештирерге хештерди эдип болбоды.\";'),('alt','messages:backend-fail-internal','s:79:\"alt:\"$1\" салгыш јерде јарты јок јастырыш болды.\";'),('alt','messages:backend-fail-invalidpath','s:63:\"alt:\"$1\" - салатан јердиҥ јастыра јолы.\";'),('alt','messages:backend-fail-maxsize','s:139:\"alt:\"$1\" файлды бичиир арга јок, нениҥ учун дезе, оныҥ кеми $2 {{PLURAL:$2|байттаҥ}} кӧп.\";'),('alt','messages:backend-fail-move','s:72:\"alt:Файлды \"$1\" јердеҥ \"$2\" јерге кӧчӱрлбеди.\";'),('alt','messages:backend-fail-notexists','s:23:\"alt:$1 файл јок.\";'),('alt','messages:backend-fail-notsame','s:45:\"alt:Тӱҥей эмес \"$1\" файл бар.\";'),('alt','messages:backend-fail-opentemp','s:67:\"alt:Кыска ӧйгӧ эдинетен файл ачылбады.\";'),('alt','messages:backend-fail-read','s:60:\"alt:\"$1\" файлды кычырарга келишпеди.\";'),('alt','messages:backend-fail-readonly','s:117:\"alt:\"$1\" салгыш јер эмди \"јӱк ле кычырыш\" деп режимде. Шылтагы: <em>$2</em>\";'),('alt','messages:backend-fail-sizes','s:91:\"alt:Файлдарды теҥдештирерге јаанын аайлап болбоды.\";'),('alt','messages:backend-fail-stat','s:79:\"alt:\"$1\" файлдыҥ статузын кычырарга келишпеди.\";'),('alt','messages:backend-fail-store','s:61:\"alt:\"$1\" файлды \"$2\" јерде артызылбады.\";'),('alt','messages:backend-fail-stream','s:81:\"alt:\"$1\" файлды транслировать эдерге келишпеди.\";'),('alt','messages:backend-fail-synced','s:91:\"alt:\"$1\" файл ичиндеги салгыш јерде јӧптӧлбӧй јаткан.\";'),('alt','messages:backend-fail-usable','s:210:\"alt:\"$1\" файлды кычырарга эмезе бичиирге келишпеди, нениҥ учун дезе, аргаалар јетпеди эмезе керектӱ папкалар јок учун.\";'),('alt','messages:backend-fail-writetemp','s:83:\"alt:Кыска ӧйгӧ эдинетен файлга бичиир арга јок.\";'),('alt','messages:backlinksubtitle','s:9:\"en:← $1\";'),('alt','messages:bad-target-model','s:118:\"alt:$1-ҥ $2-е кубулбас. Бӱктердиҥ толынтызыныҥ модельдери јарашпайт.\";'),('alt','messages:bad_image_list','s:513:\"alt:Формат мындый болор керек:\n\nЈӱк ле тизимниҥ элементтери (* символдоҥ башталган јолдыктар).\nБаштапкы јолдыктыҥ тайантызы тургузарга јарабас јурукка уулап турган тайанты болор керек.\nЭэчий болотон тайантылар тоого алынбас этире аайладар, јурукты бичимелдерге кожоорго јарар деп.\";'),('alt','messages:badaccess','s:43:\"alt:Аргалардыҥ јастыразы\";'),('alt','messages:badaccess-group0','s:67:\"alt:Слер мындый керекти эдип болбозор.\";'),('alt','messages:badaccess-groups','s:171:\"alt:Бу керекти $1 {{PLURAL:$2|группаныҥ|группалардыҥ бирӱзинеҥ}} туружаачылары эдерге тургарга јарар\";'),('alt','messages:badarticleerror','s:70:\"alt:Бу бӱкте мындый неме эдерге јарабас.\";'),('alt','messages:badfilename','s:59:\"alt:Файлдыҥ адын \"$1\" этире солынды.\";'),('alt','messages:badipaddress','s:32:\"alt:Јастыра IP адрес\";'),('alt','messages:badretype','s:82:\"alt:Слердиҥ кийдирген јажыт сӧстӧр тӱҥей эмес.\";'),('alt','messages:badsig','s:84:\"alt:Јастыра кол салыш.\nHTML тегтердиҥ чынын кӧрӧр.\";'),('alt','messages:badsightml','s:121:\"alt:Слердиҥ салган колордо јастыра эмезе эскирген HTML синтаксис бар:\";'),('alt','messages:badsiglength','s:119:\"alt:Салган кол ӧткӱре узун.\nОл $1 {{PLURAL:$1|символдоҥ}} кӧп болбос керек.\";'),('alt','messages:badsiglinebreak','s:107:\"alt:Слердиҥ салатан колор бир јолдык вики-текст болор керек.\";'),('alt','messages:badsiglinks','s:262:\"alt:Слердиҥ колордо слердиҥ бӱгерге, шӱӱжӱниҥ бӱгине эмезе бу вики проектке кожултага тайанты болор керек. Оны кожып ийгер, темдектезе: <code>$1</code>.\";'),('alt','messages:badsigsubst','s:175:\"alt:Слердиҥ салган колордо ичине салган солышту (темдектезе <code>subst:</code> эмезе <code><nowiki>~~~~</nowiki></code>).\";'),('alt','messages:badtitle','s:23:\"alt:Јарабас ат\";'),('alt','messages:badtitletext','s:257:\"alt:Сурулап турган бӱктиҥ ады јастыра, куру, эмезе јастыра тил ортодо эмезе интервики ады бичилген. Адында јарабас символдор бар болор аргалу.\";'),('alt','messages:beta-feature-minerva','s:126:\"ru:Включает мобильную тему оформления ({{int:skinname-minerva}}) в обычной версии\";'),('alt','messages:beta-feature-minerva-description','s:246:\"ru:Делает выбор темы оформления, используемой на мобильных устройствах, доступным в обычной версии (в разделе настроек «{{int:prefs-rendering}}»).\";'),('alt','messages:bitrate-bits','s:15:\"ru:$1 бит/с\";'),('alt','messages:bitrate-exabits','s:17:\"ru:$1 Эбит/с\";'),('alt','messages:bitrate-gigabits','s:17:\"ru:$1 Гбит/с\";'),('alt','messages:bitrate-kilobits','s:17:\"ru:$1 Кбит/с\";'),('alt','messages:bitrate-megabits','s:17:\"ru:$1 Мбит/с\";'),('alt','messages:bitrate-petabits','s:17:\"ru:$1 Пбит/с\";'),('alt','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('alt','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('alt','messages:bitrate-terabits','s:17:\"ru:$1 Тбит/с\";'),('alt','messages:bitrate-yottabits','s:17:\"ru:$1 Йбит/с\";'),('alt','messages:bitrate-zettabits','s:17:\"ru:$1 Збит/с\";'),('alt','messages:blankarticle','s:179:\"alt:<strong>Ајару:</strong>Баштап јаткан бӱк куру.\nОйто катап \"$1\" былчышты былчып ийзер куру бӱк артып калар.\";'),('alt','messages:blanknamespace','s:25:\"alt:(Тӧс учурлу)\";'),('alt','messages:blankpage','s:19:\"alt:Куру бӱк\";'),('alt','messages:block','s:45:\"alt:Туружаачыны туйуктаар\";'),('alt','messages:block-actions','s:39:\"alt:Туйукташтыҥ бӱдӱми\";'),('alt','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('alt','messages:block-details','s:45:\"alt:Тӱйукташтыҥ јартамалы\";'),('alt','messages:block-expiry','s:24:\"alt:Ӧдӧтӧн ӧйи:\";'),('alt','messages:block-log-flags-angry-autoblock','s:81:\"alt:элбедилген автоматикалык туйукташ иштейт\";'),('alt','messages:block-log-flags-anononly','s:54:\"alt:јӱк ле ады јок туружаачылар\";'),('alt','messages:block-log-flags-hiddenname','s:54:\"alt:туружаачыныҥ адын јажырган\";'),('alt','messages:block-log-flags-noautoblock','s:70:\"alt:автоматикалык туйукташ токтодылган\";'),('alt','messages:block-log-flags-nocreate','s:58:\"alt:аккаунттар эдери токтодылган\";'),('alt','messages:block-log-flags-noemail','s:49:\"alt:email аткарары токтодылган\";'),('alt','messages:block-log-flags-nousertalk','s:70:\"alt:бойыныҥ шӱӱжӱниҥ бӱгин солып болбос\";'),('alt','messages:block-options','s:34:\"alt:Ӱзеери опциялар:\";'),('alt','messages:block-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:block-target','s:99:\"alt:Туружаачыныҥ ады, IP адрези, IP адрестердиҥ диапазоны:\";'),('alt','messages:block-target-placeholder','s:68:\"alt:Туружаачыныҥ ады, 1.1.1.42 эмезе 1.1.1.42/16\";'),('alt','messages:blocked-mailpassword','s:261:\"alt:Слердиҥ IP адрезердеҥ тӱзедиштерди токтодып салган. Каршулу тузаланыш болбозын деп бу IP адреске јажыт сӧсти орныктырар функция токтодылган.\";'),('alt','messages:blocked-notice-logextract','s:196:\"alt:Бу {{GENDER:$1|туружаачы}} эмдиги ӧйдӧ туйукташта.\nАлдында туйукташтыҥ журналындагы калганчы бичимел берилди:\";'),('alt','messages:blockednoreason','s:39:\"alt:шылтагы бичилбеген\";'),('alt','messages:blockedtext','s:1150:\"alt:<strong>Слердиҥ аккаунт эмезе IP адрезер блокировкада.</strong>\n\n$1 администратор слерди блокировкага кийдирди.\nБлокировканыҥ шылтактары: <em>$2</em>.\n\n* Блокировканыҥ башталганы: $8\n* Блокировканыҥ божоор ӧйи: $6\n* Блокировканыҥ амадузы: $7\n\nСлер $1 эмезе ӧскӧ [[{{MediaWiki:Grouppage-sysop}}|администратор ло]] колбу тудуп блокировканы ширтеп кӧрӧр.\nСлерде \"{{int:emailuser}}\" функцияны эдинер арга бар, слердиҥ [[Special:Preferences|јазантыларда]] чын электрон почтаныҥ адрезин бичип салган болзор ло слердиҥ блокировкагар самаралар аткарарга јарадып турган болзо.\nСлердиҥ эмдиги IP адрезер $3, блокировканыҥ идентификаторы #$5.\nБу јартамал информацияны суру этсер кожып салыгар.\";'),('alt','messages:blockedtext-composite','s:408:\"alt:<strong>Слердиҥ аккаунт эмезе IP адрезер туйукташка кирди.\n\nТуйукташтыҥ шылтагы: \n\n<em>$2</em>.\n\n* Туйукташтыҥ башталганы: $8\n* Туйукташтыҥ божоор ӧйи: $6\n\n*$5\n\nСлердиҥ эмдиги IP адрезер $3.\nБу јартамал информацияны суру этсер кожып салыгар.\";'),('alt','messages:blockedtext-composite-ids','s:207:\"alt:Туйукташтыҥ релевантный идентификаторлоры: $1 (слердиҥ IP адрезер анайда ок туйукташтыҥ тизиминде болор аргалу)\";'),('alt','messages:blockedtext-composite-no-ids','s:92:\"alt:Слердиҥ IP адрезер башка туйукташ тизимдерде бар\";'),('alt','messages:blockedtext-composite-reason','s:119:\"alt:Слердиҥ аккаунт ла/эмезе IP адрезер јаҥыс эмес туйукташта турат\";'),('alt','messages:blockedtext-partial','s:755:\"alt:<strong>Слердиҥ аккаунтарга эмезе IP адрезерге бу кылыныш токтодылган. Је слер ӧскӧ кылыныш эдер аргалу бу вики-проектте(темдектезе кезик бӱктерди тӱзедерге).</strong> Туйукташтыҥ ончо јартамалдарын  [[Special:MyContributions|аккаунттыҥ кожултазы]] бӱкте кӧрӧр аргалу.\n\nТуйукташты эткен администратор $1.\n\nШылтактары<em>$2</em>.\n\n* Туйукташтыҥ башталганы: $8\n* Туйукташтыҥ божооры: $6\n* Туйукташтыҥ амадузы: $7\n* Туйукташтыҥ идентификаторы #$5\";'),('alt','messages:blockedtitle','s:43:\"alt:Туружаачы туйукташта\";'),('alt','messages:blockip','s:68:\"alt:{{GENDER:$1|Туружаачыны}} туйуктап салар\";'),('alt','messages:blockipsuccesssub','s:33:\"alt:Туйукташ эдилди\";'),('alt','messages:blockipsuccesstext','s:188:\"alt:[[Special:Contributions/$1|$1]] туйукталган.<br /> [[Special:BlockList|IP-адрестердиҥ туйукташ тизиминде]] туйукташтарды кӧрӧр.\";'),('alt','messages:blockiptext','s:934:\"alt:Тӱзедӱ этпезин деп чокымдаган адрести эмезе туружаачыныҥ адын туйукташка кийдирерге алдындагы форманы эдинер.\nБу јепселди вандализмды болбозын деп ле јӱӱк ле [[{{MediaWiki:Policy-url}}|ээжилерге]] келижип турган айалгада эдинер керек.\nАлдында шылтактарды чокым јарт этире бичигер (вандализмду кезик бӱктерди темдектеп алып цитата эдер)\nСлер IP-адрестердиҥ диапазонын туйукташка кийдирер аргалу, [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing] синтаксисты эдинип. Эҥ кӧп јарадылган диапазондор - /$1 IPv4 протоколго ло /$2 IPv6 протоколго.\";'),('alt','messages:blocklink','s:33:\"alt:Блокировка эдер\";'),('alt','messages:blocklist','s:49:\"alt:Туйуктаган туружаачылар\";'),('alt','messages:blocklist-addressblocks','s:66:\"alt:Кезик туйукталган IP-лерди јажырар\";'),('alt','messages:blocklist-autoblocks','s:51:\"alt:Автотуйукташтарды јжырар\";'),('alt','messages:blocklist-by','s:35:\"alt:Туйуктаган админ\";'),('alt','messages:blocklist-editing','s:18:\"alt:тӱзедиш\";'),('alt','messages:blocklist-editing-action','s:18:\"alt:кылыныш\";'),('alt','messages:blocklist-editing-ns','s:35:\"alt:аттардыҥ телкеми\";'),('alt','messages:blocklist-editing-page','s:16:\"alt:бӱктер\";'),('alt','messages:blocklist-editing-sitewide','s:46:\"alt:тӱзедиш (ончо проектте)\";'),('alt','messages:blocklist-expiry','s:23:\"alt:Ӧдӧтӧн ӧйи\";'),('alt','messages:blocklist-indefblocks','s:79:\"alt:Јаантайын болотон туйукташтарды јажырар\";'),('alt','messages:blocklist-nousertalk','s:70:\"alt:бойыныҥ шӱӱжӱниҥ бӱгин солып болбос\";'),('alt','messages:blocklist-params','s:47:\"alt:Туйукташтыҥ јазлталары\";'),('alt','messages:blocklist-rangeblocks','s:62:\"alt:Туйукташтыҥ диапазонын јажырар\";'),('alt','messages:blocklist-reason','s:18:\"alt:Шылтагы\";'),('alt','messages:blocklist-summary','s:3:\"en:\";'),('alt','messages:blocklist-target','s:14:\"alt:Амаду\";'),('alt','messages:blocklist-tempblocks','s:74:\"alt:Бир кезек ӧйдиҥ туйукташтарды јажырар\";'),('alt','messages:blocklist-timestamp','s:21:\"alt:Эткен ӧйи\";'),('alt','messages:blocklist-type','s:11:\"alt:Тип:\";'),('alt','messages:blocklist-type-opt-all','s:12:\"alt:Ончо\";'),('alt','messages:blocklist-type-opt-partial','s:20:\"alt:Јарымдай\";'),('alt','messages:blocklist-type-opt-sitewide','s:29:\"alt:Ончо проектте\";'),('alt','messages:blocklist-userblocks','s:64:\"alt:Аккаунтарды туйуктаарын јажырар\";'),('alt','messages:blocklog-showlog','s:176:\"alt:Бу {{GENDER:$1|туружаачы}} мынаҥ озо туйукташка кирген болгон.\nАлдында туйукташтыҥ журналы берилди:\";'),('alt','messages:blocklog-showsuppresslog','s:222:\"ru:{{GENDER:$1|Этот участник уже заблокирован и скрыт|Эта участница уже заблокирована и скрыта}}. Журнал сокрытий приведён ниже:\";'),('alt','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('alt','messages:blocklogpage','s:41:\"alt:Туйукташтыҥ журналы\";'),('alt','messages:blocklogtext','s:330:\"alt:Туружаачыларды туйукташка кийдиргенниҥ ле чыгарганныҥ журналы. Автоматикалык туйукташка кийдирген IP-адрестер мында кӧргӱзилбес. \nЭмдиги [[Special:BlockList|туйукташтыҥ тизимин]] кӧрӧр.\";'),('alt','messages:booksources','s:56:\"alt:Бичиктердиҥ алынган јерлери\";'),('alt','messages:booksources-invalid-isbn','s:218:\"alt:ISBN кӧргӱзилген темдеги, канай ла кӧрзӧ, јастыралу. Јазап кӧргӧр, темдекти первоисточниктеҥ кӧчӱрерде кыйышкан болор.\";'),('alt','messages:booksources-isbn','s:8:\"ru:ISBN:\";'),('alt','messages:booksources-search','s:16:\"alt:Бедреш\";'),('alt','messages:booksources-search-legend','s:46:\"alt:Бичик керегинде бедрер\";'),('alt','messages:booksources-summary','s:3:\"en:\";'),('alt','messages:booksources-text','s:350:\"alt:Бу бӱкте сайттарга тайантылардыҥ тизӱзи берилген, мында, слер, айса болзо, бичик керегинде ӱстине информация табарар. Бу интернет-магазиндер ле библиотка-каталогтордо бедиреер системалар.\";'),('alt','messages:boteditletter','s:6:\"alt:б\";'),('alt','messages:botpasswords','s:36:\"alt:Боттыҥ јажыт сӧзи\";'),('alt','messages:botpasswords-bad-appid','s:50:\"alt:\"$1\" ат ботко јарадылбаган.\";'),('alt','messages:botpasswords-created-body','s:112:\"alt:$2 атту {{GENDER:$2|туружаачыныҥ}} $1 атту боттыҥ јажыт сӧзи эдилди\";'),('alt','messages:botpasswords-created-title','s:47:\"alt:Ботко јажыт сӧзи эдилди\";'),('alt','messages:botpasswords-createnew','s:50:\"alt:Ботко јаҥы јажы сӧс эдери\";'),('alt','messages:botpasswords-deleted-body','s:112:\"alt:$2 атту {{GENDER:$2|туружачыныҥ}} $1 атту боттыҥ јажыт сӧзи кырылды\";'),('alt','messages:botpasswords-deleted-title','s:57:\"alt:Боттыҥ јажыт сӧзи јаҥыртылды\";'),('alt','messages:botpasswords-disabled','s:66:\"alt:Боттыҥ јажыт сӧстӧри токтодылган.\";'),('alt','messages:botpasswords-editexisting','s:70:\"alt:Боттыҥ эмдиги јажыт сӧзин ӧскӧртӧри\";'),('alt','messages:botpasswords-existing','s:55:\"alt:Боттыҥ эмдиги јажыт сӧстӧри\";'),('alt','messages:botpasswords-help-grants','s:293:\"alt:Кажы ла јарадыш туружаачыныҥ тоолоп салган аргаларга једерге берет туружаачыныҥ аккаунтына. [[Special:ListGrants|Јарадыштардыҥ тизимин]] кӧрӧр чокым јартамал аларга.\";'),('alt','messages:botpasswords-insert-failed','s:92:\"alt:\"$1\" атту бот кожылбады. Ондый аттузы бар болор бо?\";'),('alt','messages:botpasswords-invalid-name','s:126:\"alt:Боттыҥ јажыт сӧзинде, бичилген туружаачыныҥ адында (\"$1\") бӧличи јок.\";'),('alt','messages:botpasswords-label-appid','s:24:\"alt:Боттыҥ ады:\";'),('alt','messages:botpasswords-label-cancel','s:20:\"alt:Токтодыш\";'),('alt','messages:botpasswords-label-create','s:14:\"alt:Эдери\";'),('alt','messages:botpasswords-label-delete','s:20:\"alt:Јоголтор\";'),('alt','messages:botpasswords-label-grants','s:44:\"alt:Эдингедий јарадылдар:\";'),('alt','messages:botpasswords-label-grants-column','s:20:\"alt:Јараткан\";'),('alt','messages:botpasswords-label-needsreset','s:49:\"alt:(јажыт сӧзин чачар керек)\";'),('alt','messages:botpasswords-label-resetpassword','s:36:\"alt:Јажыт сӧсти чачар\";'),('alt','messages:botpasswords-label-update','s:20:\"alt:Јаҥыртар\";'),('alt','messages:botpasswords-locked','s:171:\"alt:Слердиҥ аккаунт туйукталган учун, слер системага боттыҥ јажыт сӧзин эдинип кирип болбозор.\";'),('alt','messages:botpasswords-needs-reset','s:137:\"alt:$2 атту {{GENDER:$2|туружачыныҥ}} $1 атту боттыҥ јажыт сӧзи тӱжӱре чачылар керек.\";'),('alt','messages:botpasswords-newpassword','s:424:\"alt:Кирерге јаҥы јажы сӧс <strong>$1</strong> - <strong>$2</strong>. <em>Мынаҥ ары эдинерге бичип салар.</em> <br> (Эски ботторго аккаунтыныҥ ады андый ла болор керек деп некеледет болотон туружаачыныҥ адыла <strong>$3</strong> ады этире ле <strong>$4</strong> јажыт сӧс этире.)\";'),('alt','messages:botpasswords-no-central-id','s:150:\"alt:Боттыҥ јажыт сӧстӧрин эдинерге, слерге центролизованный аккаунтка кирер керек.\";'),('alt','messages:botpasswords-no-provider','s:39:\"alt:BotPasswordsSessionProvider јок.\";'),('alt','messages:botpasswords-not-exist','s:84:\"alt:\"$1\" туружачыда \"$2\" атту боттыҥ јажыт сӧзи јок.\";'),('alt','messages:botpasswords-restriction-failed','s:129:\"alt:Боттыҥ јажыт сӧзине салынган кирелиштер учун, системага кирбегенер.\";'),('alt','messages:botpasswords-summary','s:570:\"alt:<em>Боттыҥ јажыт сӧзи</em> API ажыра аккаунтка кирерге арга берет, туружаачыныҥ адын ла јажыт сӧзин кийдирбей. Туружаачыныҥ аргалары боттыҥ јажыт сӧзин эдинип кирзе астап калардаҥ айабас.\n\nБу бӱкти эдинбегер аайы-бажы слерге јарт эмес болзо. Кем де, качан да слерди сурабас учурлу эдип береле ле айдып ийзин ого деп.\";'),('alt','messages:botpasswords-toolong-grants','s:60:\"alt:Ӧткӱре кӧп аргаалар талдалган.\";'),('alt','messages:botpasswords-toolong-restrictions','s:116:\"alt:Ӧткӱре кӧп IP адрестер эмезе адсрестердиҥ диапазоны бичилген.\";'),('alt','messages:botpasswords-update-failed','s:118:\"alt:\"$1\" атту боттыҥ ады јаҥыртылбады . Оны јоголтып салган болор бо?\";'),('alt','messages:botpasswords-updated-body','s:120:\"alt:$2 атту {{GENDER:$2|туружаачыныҥ}} $1 атту боттыҥ јажыт сӧзи јаҥыртылды\";'),('alt','messages:botpasswords-updated-title','s:57:\"alt:Боттыҥ јажыт сӧзи јаҥыртылды\";'),('alt','messages:brackets','s:7:\"en:[$1]\";'),('alt','messages:brackets-end','s:4:\"en:]\";'),('alt','messages:brackets-start','s:4:\"en:[\";'),('alt','messages:broken-file-category','s:88:\"alt:Файлдардыҥ тайантылары иштебей турган бӱктер\";'),('alt','messages:broken-file-category-desc','s:106:\"alt:Бӱкте файлга јастыралу тайанты бар (јок файлга тайанты).\";'),('alt','messages:brokenredirects','s:45:\"alt:Ӱзӱлген ууландырыштар\";'),('alt','messages:brokenredirects-delete','s:20:\"alt:јоголтор\";'),('alt','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('alt','messages:brokenredirects-edit','s:18:\"alt:тӱзедер\";'),('alt','messages:brokenredirects-summary','s:3:\"en:\";'),('alt','messages:brokenredirectstext','s:92:\"alt:Јок бӱктерге уулап турган мындый ууландырыштар:\";'),('alt','messages:bydate','s:25:\"alt:ӧйи аайынча\";'),('alt','messages:cachedspecial-viewing-cached-ttl','s:150:\"alt:Слер бӱктиҥ кештелген версиязын кӧрӧдӧр, ол $1-ге кайра јаҥыртылган болор аргалу\";'),('alt','messages:cactions','s:18:\"alt:Кӧптӧдӧ\";'),('alt','messages:cancel','s:20:\"alt:Токтодыш\";'),('alt','messages:cannotauth-not-allowed','s:58:\"alt:Бу бӱкти слер эдинип болбозор\";'),('alt','messages:cannotauth-not-allowed-title','s:41:\"alt:Кирери јарадылбаган\";'),('alt','messages:cannotchangeemail','s:103:\"alt:Бу викиде аккаунттыҥ email адрестери солынар аргазы јок.\";'),('alt','messages:cannotcreateaccount-text','s:103:\"alt:Бу викиде аккаунтарды кӧндӱре эдерин токтодып салган.\";'),('alt','messages:cannotcreateaccount-title','s:46:\"alt:Аккаунт эдерге јарабас\";'),('alt','messages:cannotdelete','s:179:\"alt:\"$1\" файлды эмезе бӱкти, кырарга ол эмезе адын солыырга јарабас.\nМынаҥ озо кырылган болгон аргалу.\";'),('alt','messages:cannotdelete-title','s:52:\"alt:\"$1\" бӱкти јоголтор арга јок\";'),('alt','messages:cannotlink-no-provider','s:72:\"alt:Колбоштырарга турган аккаунттар јок.\";'),('alt','messages:cannotlink-no-provider-title','s:71:\"alt:Колбоштырарга турган аккаунттар јок\";'),('alt','messages:cannotlogin-text','s:49:\"alt:Системага кирер арга јок\";'),('alt','messages:cannotlogin-title','s:30:\"alt:Кирер арга јок\";'),('alt','messages:cannotloginnow-text','s:61:\"alt:$1 эдинип турза кирерге јарабас.\";'),('alt','messages:cannotloginnow-title','s:46:\"alt:Эмдиле кирерге јарабас\";'),('alt','messages:cannotlogoutnow-text','s:61:\"alt:$1 эдинип турза чыгарга јарабас.\";'),('alt','messages:cannotlogoutnow-title','s:46:\"alt:Эмдиле чыгарга јарабас\";'),('alt','messages:cannotmove','s:110:\"alt:Бӱктиҥ ады солынбас, мындый {{PLURAL:$1|шылтак|шылтактар}} учун:\";'),('alt','messages:cannotundelete','s:105:\"alt:Кезик эмезе ончо слер эдип турган орныктырыш болбоды: $1\";'),('alt','messages:cannotunlink-no-provider','s:108:\"alt:Колбуны јоголткодый слерде колбоштырган аккаунттар јок.\";'),('alt','messages:cannotunlink-no-provider-title','s:106:\"alt:Колбуны јоголторго слерде колбоштырган аккаунттар јок.\";'),('alt','messages:cant-block-nonexistent-page','s:149:\"alt:$1 туружаачыны слер туйукташка кийдирип болбозор, нениҥ учун дезе ондый бӱк јок.\";'),('alt','messages:cant-move-category-page','s:105:\"alt:Слерде категория бӱктердиҥ аттарын солыыр аргалар јок.\";'),('alt','messages:cant-move-subpages','s:93:\"alt:Слерде кош бӱктердиҥ аттарын солыыр аргалар јок.\";'),('alt','messages:cant-move-to-category-page','s:131:\"alt:Слерде бӱктердиҥ аттарын категорияныҥ бӱги этире солыыр аргалар јок.\";'),('alt','messages:cant-move-to-user-page','s:164:\"alt:Слерде бӱктиҥ адын туружаачыныҥ этире солыыр аргалар јок(кош бӱк этире солыырга јарар).\";'),('alt','messages:cant-move-user-page','s:157:\"alt:Слерде туружаачылардыҥ бӱктериниҥ аттарын солыыр аргалар јок(кош бӱктердеҥ башка).\";'),('alt','messages:cant-see-hidden-user','s:236:\"alt:Слер туйуктарга турган туружаачы туйукталган ла јажырылган. Слерде аргалар јетпес учун јартамал информацияны кӧрӱп болбозор.\";'),('alt','messages:cantmove-titleprotected','s:170:\"alt:Бӱктиҥ адын солыырга јарабас, нениҥ учун дезе јаҥы ат јарадылбаган аттардыҥ тоозына кирет.\";'),('alt','messages:cantrollback','s:171:\"alt:Солынтыларды кайра тескерледилбес.\nКалганчы солынтылар эткен кижи, бу бӱктиҥ јаҥыс авторы.\";'),('alt','messages:cascadeprotected','s:219:\"alt:Бу бӱк солынтылардаҥ корулу, нениҥ учун дезе оны кожып салган $2 ээчий корылтазы колбулу {{PLURAL:$1|1=бӱкке|бӱктерге}} кирет\";'),('alt','messages:cascadeprotectedwarning','s:363:\"alt:<strong>Ајару:</strong> Бу бӱк корулалган болгон, оны тӱзедерге јӱк ле [[Special:ListGroupRights|аҥылу аргаларлу]] туружаачылар аргалу, нениҥ учун дезе бу бӱк ээчий иштеер корылталу {{PLURAL:$1|бӱкке кирет|бӱктерге кирет}}:\";'),('alt','messages:categories','s:28:\"alt:Категориялар\";'),('alt','messages:categories-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:categories-summary','s:3:\"en:\";'),('alt','messages:categoriesfrom','s:79:\"alt:Категорияларды кӧргӱзер, ады башталганы:\";'),('alt','messages:categoriespagetext','s:240:\"alt:Мындый {{PLURAL:$1|категория бар}} бу викиде, олорды эдинерге јарабас.\nАнайда ок[[Special:WantedCategories|керектӱ категориялардыҥ тизимин]] кӧрӧр.\";'),('alt','messages:category-article-count','s:201:\"alt:{{PLURAL:$2|Бу категорияда јаҥыс мындый бӱк бар.|Бу категорияныҥ ичинде {{PLURAL:$1|бир бӱк|$1 бӱк}} бар, бастыра јаба $2.}}\";'),('alt','messages:category-article-count-limited','s:60:\"alt:Бу категорияда {{PLURAL:$1|бӱк}} бар.\";'),('alt','messages:category-empty','s:101:\"alt:<em>Тургуза ӧйдӧ бу категорияда бӱк эмезе медиа јок.</em>\";'),('alt','messages:category-file-count','s:161:\"alt:{{PLURAL:$2|Бу категорияныҥ ичинде јаҥыс файл.|Бу категорияда {{PLURAL:$1|файл}}, $2 бастыра јаба.}}\";'),('alt','messages:category-file-count-limited','s:62:\"alt:Бу категорияда {{PLURAL:$1|файл}} бар.\";'),('alt','messages:category-header-numerals','s:10:\"ru:$1—$2\";'),('alt','messages:category-media-header','s:46:\"alt:\"$1\" категорияда файлдар\";'),('alt','messages:category-move-redirect-override','s:4:\"en:-\";'),('alt','messages:category-subcat-count','s:239:\"alt:{{PLURAL:$2|Бу категорияда јаҥыс мындый субкатегория бар.|Бу категорияныҥ ичинде {{PLURAL:$1|$1 субкатегория}} кӧргӱзилген, бастыра јаба $2.}}\";'),('alt','messages:category-subcat-count-limited','s:110:\"alt:Бу категорияныҥ ичинде мындый {{PLURAL:$1|$1 кош категория}} бар.\";'),('alt','messages:category_header','s:44:\"alt:\"$1\" категорияда бӱктер\";'),('alt','messages:categorypage','s:50:\"alt:Категорияныҥ бӱгин кӧрӧр\";'),('alt','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('alt','messages:change-blocklink','s:41:\"alt:блокировканы солыыр\";'),('alt','messages:changeblockip','s:37:\"alt:Туйукташты солыыр\";'),('alt','messages:changecontentmodel','s:69:\"alt:Бӱктиҥ толынтызыныҥ моделин солыыр\";'),('alt','messages:changecontentmodel-cannot-convert','s:80:\"alt:$2 бӱдӱмдӱ этире [[:$1]]-ҥ толынтызы кубулбас.\";'),('alt','messages:changecontentmodel-current-label','s:51:\"alt:Толынтыныҥ эмдиги модели:\";'),('alt','messages:changecontentmodel-emptymodels-text','s:95:\"alt:[[:$1]]-ҥ толынтызы кандый да болзо бӱдӱмге кубулбас.\";'),('alt','messages:changecontentmodel-emptymodels-title','s:52:\"alt:Толынтыныҥ модельдери јок\";'),('alt','messages:changecontentmodel-legend','s:52:\"alt:Толынтыныҥ моделин солыыр\";'),('alt','messages:changecontentmodel-model-label','s:47:\"alt:Толынтыныҥ јаҥы модели:\";'),('alt','messages:changecontentmodel-nodirectediting','s:113:\"alt:$1-ҥ толынтызыныҥ модели кӧндӱре тӱзедӱлерди эдерге бербейт\";'),('alt','messages:changecontentmodel-reason-label','s:19:\"alt:Шылтагы:\";'),('alt','messages:changecontentmodel-submit','s:16:\"alt:Солыыр\";'),('alt','messages:changecontentmodel-success-text','s:68:\"alt:[[:$1]]-ҥ толынтызыныҥ модели солынды.\";'),('alt','messages:changecontentmodel-success-title','s:54:\"alt:Толынытыныҥ модели солынды\";'),('alt','messages:changecontentmodel-title-label','s:24:\"alt:Бӱктиҥ ады:\";'),('alt','messages:changecredentials','s:62:\"alt:Аккаунттыҥ кӧргӱзӱлерин солыыр\";'),('alt','messages:changecredentials-invalidsubpage','s:106:\"alt:$1 аккаунттыҥ кӧргӱзӱлериниҥ јарадылбаган бӱдӱми болот.\";'),('alt','messages:changecredentials-submit','s:62:\"alt:Аккаунттыҥ кӧргӱзӱлерин солыыр\";'),('alt','messages:changecredentials-success','s:88:\"alt:Слердиҥ аккаунтардыҥ кӧргӱзӱлери ӧскӧртилди.\";'),('alt','messages:changed','s:19:\"ru:изменена\";'),('alt','messages:changeemail','s:70:\"alt:Солыыр эмезе кырып салар email адрести\";'),('alt','messages:changeemail-header','s:342:\"alt:Бу форманы толтырып салар email адрезерди солыырга. Бу email адрезерди аккаунтка тудуш болбозын деп турган болзор, форманы толтырып јадала јаҥы email адрести бичип салатан јерди куру артызар.\";'),('alt','messages:changeemail-maxlength','s:103:\"alt:Слердиҥ электрон почтагар 255 символдоҥ ас болор керек.\";'),('alt','messages:changeemail-newemail','s:30:\"alt:Јаҥы email адрес:\";'),('alt','messages:changeemail-newemail-help','s:315:\"alt:Бу јерди куру артызып салар, email адрезерди кырып саларга турзар. Је оны кырган кийнинде ундылган јажыт сӧзӧрди тӱжӱре чачарга ла бу вики-проекттеҥ самаралар база албазар.\";'),('alt','messages:changeemail-no-info','s:119:\"alt:Бу бӱкке кӧндӱре баштанарга слерге системага кирип алар керек.\";'),('alt','messages:changeemail-nochange','s:60:\"alt:Ӧскӧ јаҥы email адрезерди бичгер.\";'),('alt','messages:changeemail-none','s:12:\"alt:(јок)\";'),('alt','messages:changeemail-oldemail','s:34:\"alt:Эмдиги email адрес:\";'),('alt','messages:changeemail-password','s:86:\"alt:Слердиҥ {{SITENAME}} проектте эдинген јажыт сӧзӧр:\";'),('alt','messages:changeemail-submit','s:37:\"alt:Email адрести солыыр\";'),('alt','messages:changeemail-summary','s:3:\"en:\";'),('alt','messages:changeemail-throttled','s:165:\"alt:Слер ӧткӱре кӧп системага кирерге албаданганар.\nСакып алар ӧйи $1 оноҥ такып кирип кӧрӧр.\";'),('alt','messages:changepassword','s:38:\"alt:Јажыт сӧсти солыыр\";'),('alt','messages:changepassword-success','s:71:\"alt:Слердиҥ јажыт сӧзӧр эрчимдӱ солынды!\";'),('alt','messages:changepassword-summary','s:3:\"en:\";'),('alt','messages:changepassword-throttled','s:169:\"alt:Слер ӧткӱре кӧп системага кирерге албаданганар.\nСакып алатан ӧйи $1 оноҥ такып кирип кӧрӧр.\";'),('alt','messages:changeslist-nocomment','s:44:\"alt:Тӱзедӱде јартамал јок\";'),('alt','messages:checkbox-all','s:12:\"alt:Ончо\";'),('alt','messages:checkbox-invert','s:30:\"alt:Инвертировать\";'),('alt','messages:checkbox-none','s:19:\"alt:Неме јок\";'),('alt','messages:checkbox-select','s:24:\"alt:Талдаары: $1\";'),('alt','messages:clearyourcache','s:806:\"alt:<strong>Ајарту:</strong> Јарлаган кийнинде, солынтыларды кӧрӧргӧ браузердиҥ кешин арчырга келижер.\n* <strong>Firefox / Safari:</strong> Јаба былчыыр керек <em>Shift</em> јепселдердиҥ панели <em>Јаҥыртар</em>, эмезе былчып ийер <em>Ctrl-F5</em> эмезе <em>Ctrl-R</em> (<em>⌘-R</em> Mac компьютерде)\n* <strong>Google Chrome:</strong> Былчыгар <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> Mac компьютерде)\n* <strong>Internet Explorer / Edge:</strong> Јаба былчып тудала <em>Ctrl</em> былчыгар <em>Јаҥыртар</em>, эмезе былчыгар <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Базар  <em>Ctrl-F5</em>\";'),('alt','messages:collapsible-collapse','s:18:\"alt:Јажырар\";'),('alt','messages:collapsible-expand','s:20:\"alt:Јаанадар\";'),('alt','messages:colon-separator','s:9:\"en::&#32;\";'),('alt','messages:comma-separator','s:9:\"en:,&#32;\";'),('alt','messages:common.css','s:126:\"ru:/* Размещённый здесь CSS будет применяться ко всем темам оформления */\";'),('alt','messages:common.js','s:180:\"ru:/* Размещённый здесь код JavaScript будет загружаться пользователям при обращении к каждой странице */\";'),('alt','messages:common.json','s:136:\"alt:/* Бӱкке суру этсе мында салынган JSON-код ончо туружаачыларга аткарылар. */\";'),('alt','messages:compare-page1','s:27:\"alt:Баштапкы бӱк\";'),('alt','messages:compare-page2','s:23:\"alt:Экинчи бӱк\";'),('alt','messages:compare-rev1','s:33:\"alt:Баштапкы версия\";'),('alt','messages:compare-rev2','s:29:\"alt:Экинчи версия\";'),('alt','messages:compare-revision-not-exists','s:58:\"alt:Слердиҥ кӧргӱскен версия јок.\";'),('alt','messages:compare-submit','s:26:\"alt:Теҥдештирер\";'),('alt','messages:comparepages','s:39:\"alt:Бӱктерди тӱҥейлери\";'),('alt','messages:comparepages-summary','s:3:\"en:\";'),('alt','messages:compareselectedversions','s:54:\"alt:Талдап алганын теҥдештирер\";'),('alt','messages:config-invalid-key','s:96:\"alt:MediaWiki-ниҥ конфигурациязында \"$1\" параметр јастыра: $2\";'),('alt','messages:config-missing-key','s:77:\"alt:MediaWiki конфигурациязында \"$1\" параметр јок\";'),('alt','messages:confirm','s:22:\"alt:Чындыктар\";'),('alt','messages:confirm-markpatrolled-button','s:10:\"alt:ЈӦП\";'),('alt','messages:confirm-markpatrolled-top','s:92:\"alt:$2 бӱктиҥ $3 версиязын ширтелген деп темдектер бе?\";'),('alt','messages:confirm-mcrrestore-title','s:41:\"alt:Версияны орныктырар\";'),('alt','messages:confirm-mcrundo-title','s:45:\"alt:Солынтыны тескерледер\";'),('alt','messages:confirm-purge-bottom','s:150:\"alt:Бӱктиҥ кешин арчып ийгенниҥ кийнинде слерге оныҥ калганчы версиязы кӧргӱзилер.\";'),('alt','messages:confirm-purge-title','s:43:\"alt:Бу бӱктиҥ кешин арчыр\";'),('alt','messages:confirm-purge-top','s:60:\"alt:Бу бӱктиҥ кешин арчып салар ба?\";'),('alt','messages:confirm-rollback-bottom','s:138:\"alt:Бу кылыныш бу бӱктеги талдап алган солынтыларды эмдиле тескерледип ийер.\";'),('alt','messages:confirm-rollback-button','s:10:\"alt:ЈӦП\";'),('alt','messages:confirm-rollback-top','s:71:\"alt:Бу бӱкте тӱзедӱлерди тескерледер бе?\";'),('alt','messages:confirm-unwatch-button','s:10:\"alt:ЈӦП\";'),('alt','messages:confirm-unwatch-top','s:91:\"alt:Бу бӱкти слердиҥ ширтениҥ тизиминеҥ чыгарар ба?\";'),('alt','messages:confirm-watch-button','s:10:\"alt:ЈӦП\";'),('alt','messages:confirm-watch-button-expiry','s:14:\"alt:Кӧрӧр\";'),('alt','messages:confirm-watch-label','s:60:\"alt:Ширтениҥ тизиминде болотон ӧй:\";'),('alt','messages:confirm-watch-top','s:85:\"alt:Бӱ бӱкти слердиҥ ширтениҥ тизимине кожор бо?\";'),('alt','messages:confirm_purge_button','s:10:\"alt:ЈӦП\";'),('alt','messages:confirmable-confirm','s:57:\"alt:{{GENDER:$1|Слер}} алаҥзыбайдар ба?\";'),('alt','messages:confirmable-no','s:10:\"alt:Јок\";'),('alt','messages:confirmable-yes','s:10:\"alt:Эйе\";'),('alt','messages:confirmdeletetext','s:386:\"alt:Слер бӱкти, ончо солынтылардыҥ тӱӱкизи ле катай, јоголторго турганар.\nСлер эдерге турган кылыныштыҥ салтарын аайлап јатканар деп чындыктап ийер, оноҥ оны  [[{{MediaWiki:Policy-url}}|ээжилери]] аайынча эдерге турганар деп.\";'),('alt','messages:confirmedittext','s:259:\"alt:Бӱктер тӱзедердеҥ озо бойыгардыҥ email адрезердиҥ чынын кӧргӱзер.\n[[Special:Preferences|Персональный јепселдерде]] email адрезерди бичип, чынын кӧргӱзер.\";'),('alt','messages:confirmemail','s:43:\"alt:Email адрести чындыктар\";'),('alt','messages:confirmemail_body','s:793:\"alt:Та кем де, байла слер, $1 IP адрестӱ, бу электрон адрести эдинип, \"$2\" атту аккаунт регистрация эткен {{SITENAME}} проектиҥ сайтында.\n\nБу аккаунт чындап слердиҥ деп чындыктарга ла {{SITENAME}} сайттыҥ электрон почта аткаратан аргазын эдинерге турган болзор, бу тайантыны браузерерде ачып ийер:\n\n$3\n\nСлер андый атту аккаунт регистрация *этпеген* болзор, адрестиҥ чындыктажын ӧтпӧскӧ мындый тайанты ажыра барар:\n\n$5\n\nЧындыкташ кодтыҥ иштебей барар ӧйи $4.\";'),('alt','messages:confirmemail_body_changed','s:834:\"alt:Та кем де, байла слер, $1 IP адрестӱ, бу электрон адрести эдинип, \"$2\" атту јаҥы аккаунт этире регистрация эдерге кӧргӱскен {{SITENAME}} проектиҥ сайтында.\n\nБу аккаунт чындап слердиҥ деп чындыктарга ла {{SITENAME}} сайттыҥ электрон почта аткаратан аргазын эдинерге турган болзор, бу тайантыны браузерерде ачып ийер:\n\n$3\n\nСлер андый атту аккаунт регистрация *этпеген* болзор, адрестиҥ чындыктажын ӧтпӧскӧ мындый тайанты ажыра барар:\n\n$5\n\nЧындыкташ кодтыҥ иштебей барар ӧйи $4.\";'),('alt','messages:confirmemail_body_set','s:763:\"alt:Та кем де, байла слер, $1 IP адрестӱ, \"$2\" атту аккаунтка, бу электрон адрести эдинди {{SITENAME}} проектиҥ сайтында.\n\nБу аккаунт чындап слердиҥ деп чындыктарга ла {{SITENAME}} сайттыҥ электрон почта аткаратан аргазын эдинерге турган болзор, бу тайантыны браузерерде ачып ийер:\n\n$3\n\nСлер андый атту аккаунт регистрация *этпеген* болзор, адрестиҥ чындыктажын ӧтпӧскӧ мындый тайанты ажыра барар:\n\n$5\n\nЧындыкташ кодтыҥ иштебей барар ӧйи $4.\";'),('alt','messages:confirmemail_invalid','s:94:\"alt:Јастыра чындыкташ код эмезе оныҥ ӧйи ӧдӱп калган.\";'),('alt','messages:confirmemail_invalidated','s:68:\"alt:Email адрестиҥ чындыктажы токтодылды\";'),('alt','messages:confirmemail_loggedin','s:89:\"alt:Слердиҥ электрон почтаныҥ адрези чындыкталды.\";'),('alt','messages:confirmemail_needlogin','s:101:\"alt:Слер электрон почтаныҥ адрезин чындыктарга $1 учурлу.\";'),('alt','messages:confirmemail_noemail','s:191:\"alt:Слер бойыгардыҥ [[Special:Preferences|туружаачыныҥ јазалталарында]] чын электрон почтаныҥ адрезин бичибегенер.\";'),('alt','messages:confirmemail_oncreate','s:363:\"alt:Чындыкташ кодту самара, слердиҥ кӧргӱскен электрон адреске, аткарылды.\nБу код системага кирерге керектӱ эмес, је ол оны, бу проектеги электрон почтаны эдинерге јарадардаҥ озо, слерге бичиир керек.\";'),('alt','messages:confirmemail_pending','s:338:\"alt:Чындыкташ кодту самара мынаҥ озо аткарылган болгон.\nСлер аккаунтты бу јуукта эткен болзор, слерге, байла, јаҥынаҥ суруаткарардаҥ озо бир канча минут сакып алар керек самара келгенче.\";'),('alt','messages:confirmemail_send','s:73:\"alt:Чындыктайтан сурулу самараны аткарар\";'),('alt','messages:confirmemail_sendfailed','s:241:\"alt:{{SITENAME}} слерге ччындыкиашту кодту самараны аткарып болбоды.\nЭлектрон почтаныҥ адрезиниҥ чынын ширтеп кӧрӧр.\n\nСервердиҥ каруузы: $1\";'),('alt','messages:confirmemail_sent','s:74:\"alt:Чындыктайтан сурулу самара аткарылды.\";'),('alt','messages:confirmemail_subject','s:71:\"alt:{{SITENAME}} электрон почтаныҥ чындыктажы\";'),('alt','messages:confirmemail_success','s:176:\"alt:Слердиҥ электрон почтагардыҥ адрези чындыкталды.\nЭмди слерде викиге [[Special:UserLogin|log in]] арга бар.\";'),('alt','messages:confirmemail_text','s:463:\"alt:Иштенердеҥ озо {{SITENAME}} слерди адрезерди чындыктарын сурулап турат.\nАлдында былчууны былчып ийзер, слердиҥ кӧргӱзип салган адреске чындыктайтан тайантылу самара аткарылар.\nОл самарадыгы тайантыны ачып ийзер слердиҥ адрезер чындыкталган деп чотолор.\";'),('alt','messages:confirmleave-warning','s:109:\"alt:Бу бӱктеҥ барзар, слердиҥ эткен солынтылар јылыйып калар.\";'),('alt','messages:confirmrecreate','s:337:\"alt:[[User:$1|$1]] туружаачы ([[User talk:$1|шӱӱжӱ]]) бу бӱкти слер тӱзедерин баштап ийерде {{GENDER:$1|јоголтып салды}}, мындый шылтак учун:\n: <em>$2</em>\nСлер бӱкти јаҥынаҥ бичиирге турган болзор чындыктап ийер.\";'),('alt','messages:confirmrecreate-noreason','s:289:\"alt:[[User:$1|$1]] туружаачы ([[User talk:$1|шӱӱжӱ]]) бу бӱкти слер тӱзедерин божодып ийерде {{GENDER:$1|јоголтып салды}}.\nСлер бӱкти јаҥынаҥ бичиирге турган болзор чындыктап ийер.\";'),('alt','messages:content-failed-to-parse','s:63:\"alt:$2 толынтызы $1 типке келишпеди: $3.\";'),('alt','messages:content-json-empty-array','s:25:\"alt:Куру массив\";'),('alt','messages:content-json-empty-object','s:25:\"alt:Куру объект\";'),('alt','messages:content-model-css','s:6:\"ru:CSS\";'),('alt','messages:content-model-javascript','s:14:\"alt:JavaScript\";'),('alt','messages:content-model-json','s:7:\"ru:JSON\";'),('alt','messages:content-model-text','s:29:\"alt:тегин бичимел\";'),('alt','messages:content-model-wikitext','s:26:\"alt:викибичимел\";'),('alt','messages:content-not-allowed-here','s:89:\"alt:\"$1\" толынты [[:$2]] бӱктиҥ \"$3\" јеринде јарадылбаган\";'),('alt','messages:contentmodelediterror','s:260:\"alt:Бу версияны слер тӱзедип болбозор, нениҥ учун дезе оныҥ тлынтызыныҥ модели - <code>$1</code>, бӱктиҥ эмдиги толынты моделинеҥ башкаланат - <code>$2</code>.\";'),('alt','messages:continue-editing','s:41:\"alt:Редактировать эдери\";'),('alt','messages:contribslink','s:22:\"alt:кожултазы\";'),('alt','messages:contribsub2','s:40:\"alt:Кошконы {{GENDER:$3|$1}} ($2)\";'),('alt','messages:contributions','s:43:\"alt:Туружаачыныҥ кошконы\";'),('alt','messages:contributions-subtitle','s:20:\"alt:{{GENDER:$3|$1}}\";'),('alt','messages:contributions-summary','s:3:\"en:\";'),('alt','messages:contributions-title','s:46:\"alt:$1 туружаачыныҥ кошконы\";'),('alt','messages:contributions-userdoesnotexist','s:67:\"alt:\"$1\" атту аккаунт регистрациязы јок.\";'),('alt','messages:converter-manual-rule-error','s:92:\"alt:Тил кубултарыныҥ кол ло эткен ээжиниҥ јастырыжы\";'),('alt','messages:copyright','s:60:\"alt:Контентти јараткан лицензия $1.\";'),('alt','messages:copyrightpage','s:52:\"alt:{{ns:project}}:Авторский ээжилер\";'),('alt','messages:copyrightwarning','s:880:\"alt:Ончо кожулталар ла бичимелдердиҥ тӱзедӱлери $2 (јартамалы $1) лицензияныҥ ээжилери аайынча бичилгенине ајару эдер.\nСлер бойыгардыҥ бичимелдерирди јайым јайылбазын ла ӧскӧ тӱзедер кӱӱндӱ улус тӱзетпезин деп турган болзор, бери салбагар.<br />\nАнайда ок слер эдип јаткан солынтылардыҥ авторы ла толынтызын јайым јайылары ла ӧскӧртӧрго јараткан алатан јердеҥ копияны эткенер деп бойыгардыҥ јӧбӧрди бередер.\n<strong>Корулаткан авторский ээжилерлӱ материалды јӧп јогынаҥ салбагар!</strong>\";'),('alt','messages:copyrightwarning2','s:902:\"alt:Ончо {{SITENAME}} проекттеги слердиҥ кожултагарды ӧскӧ туружаачылар тӱзедип эмезе кырып саларына ајару эдер.\nСлер бойыгардыҥ бичимелдерирди јайым јайылбазын ла ӧскӧ тӱзедер кӱӱндӱ улус тӱзетпезин деп турган болзор, бери салбагар.<br />\nАнайда ок слер эдип јаткан солынтылардыҥ авторы ла толынтызын јайым јайылары ла ӧскӧртӧрго јараткан алатан јердеҥ копияны эткенер деп бойыгардыҥ јӧбӧрди бередер (јартамлын кӧрӧргӧ $1).\n<strong>Корулаткан авторский ээжилерлӱ материалды јӧп јогынаҥ салбагар!</strong>\";'),('alt','messages:copyupload-allowed-domains','s:3:\"en:\";'),('alt','messages:copyuploaddisabled','s:49:\"alt:URL ажыра саларга јарабас.\";'),('alt','messages:create','s:14:\"alt:Эдери\";'),('alt','messages:create-local','s:51:\"alt:Ичи-бойына јартамал кожор\";'),('alt','messages:createaccount','s:36:\"alt:Аккаунт эдип алар\";'),('alt','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('alt','messages:createaccount-text','s:410:\"alt:{{SITENAME}} ($4) проектиҥ серверинде, та кем де слердиҥ email адресле тузаланып, \"$2\" атту ла \"$3\" јажыт сӧстӱ аккаунт эдип алды.\nСлер кирип ийеле, јажыт сӧсти солып ийер учурлу.\n\nЈастырып аккаунт эткен болзор, бу угузуны ајаруга албагар.\";'),('alt','messages:createaccount-title','s:47:\"alt:{{SITENAME}}: аккаунтты эдери\";'),('alt','messages:createaccountblock','s:67:\"alt:јаҥы аккаунттар эдери токтодылган\";'),('alt','messages:createaccounterror','s:51:\"alt:Аккаунт эдерге арга јок: $1\";'),('alt','messages:createaccountmail','s:179:\"alt:Кыска ӧйгӧ берилген, келишкен јажыт сӧсти эдинип ле оны алдында кӧргӱзилген email адреске аткарар\";'),('alt','messages:createaccountmail-help','s:140:\"alt:Ӧскӧ кижиниҥ адына аккаунтты эдерге, јажыт сӧсти сурабай, эдинерге аргалу.\";'),('alt','messages:createacct-another-continue-submit','s:46:\"alt:Аккаунт эдерин улалтар\";'),('alt','messages:createacct-another-email-ph','s:45:\"alt:Email адрезерди кийдирер\";'),('alt','messages:createacct-another-realname-tip','s:176:\"alt:Чын адар (куру артызарга јарар)\nСлер адарды бичип салзар, бӱкти кем тӱзеткен деп кӧрӱнип турар.\";'),('alt','messages:createacct-another-submit','s:36:\"alt:Аккаунт эдип алар\";'),('alt','messages:createacct-another-username-ph','s:48:\"alt:Аккаунтыҥ адын кийдирер\";'),('alt','messages:createacct-benefit-body1','s:30:\"alt:{{PLURAL:$1|тӱзедӱ}}\";'),('alt','messages:createacct-benefit-body2','s:24:\"alt:{{PLURAL:$1|бӱк}}\";'),('alt','messages:createacct-benefit-body3','s:53:\"alt:калганчы {{PLURAL:$1|туружаачы}}\";'),('alt','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('alt','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('alt','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('alt','messages:createacct-benefit-heading','s:63:\"alt:{{SITENAME}} слердий ле улусла эдилди.\";'),('alt','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('alt','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('alt','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('alt','messages:createacct-continue-submit','s:46:\"alt:Аккаунт эдерин улалтар\";'),('alt','messages:createacct-email-ph','s:45:\"alt:Email адрезерди кийдирер\";'),('alt','messages:createacct-emailoptional','s:46:\"alt:Email адрес (керектӱ эмес)\";'),('alt','messages:createacct-emailrequired','s:20:\"alt:Email адрес\";'),('alt','messages:createacct-error','s:56:\"alt:Аккаунт эдериниҥ јастырганы\";'),('alt','messages:createacct-helpusername','s:3:\"en:\";'),('alt','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('alt','messages:createacct-loginerror','s:199:\"alt:Аккаунт эрчимдӱ эдилди, је слер системага автоматикалык кирип болбодор. [[Special:UserLogin|колдыҥ болужыла кирер]]\";'),('alt','messages:createacct-normalization','s:150:\"alt:Слердиҥ туружаачыныҥ адар \"$2\" этире, техникалык шылтактар учун, тӱзедилип калар.\";'),('alt','messages:createacct-realname','s:43:\"alt:Чын ады (керектӱ эмес)\";'),('alt','messages:createacct-reason','s:23:\"alt:Нениҥ учун\";'),('alt','messages:createacct-reason-confirm','s:192:\"alt:Киргенердиҥ шылтагы - почтаныҥ кайырчагы. Бу керек јарадылган болзо, такып былчыгар \"Аккаунт эдип алар\"\";'),('alt','messages:createacct-reason-help','s:98:\"alt:Аккаунтар эткенниҥ журналында кӧргӱзилетен јетирӱ\";'),('alt','messages:createacct-reason-ph','s:86:\"alt:Нениҥ учун слер ӧскӧ аккаунт эдерге турганар\";'),('alt','messages:createacct-submit','s:36:\"alt:Аккаунт эдип алар\";'),('alt','messages:createacct-temp-warning','s:151:\"alt:Удурум аккаунт ажыра эткен тÿзедÿлерер, слердиҥ jаантайынгы аккаунтарга кöчпöс.\";'),('alt','messages:createacct-username-help','s:3:\"en:\";'),('alt','messages:createacct-useuniquepass','s:171:\"alt:Бис слерге ӧскӧ сайттарда эдинбей турган, ончозына тӱҥей эмес јажыт сӧс эдинер деп айдадыс.\";'),('alt','messages:createacct-yourpassword-ph','s:42:\"alt:Јажыт сӧсти кийдирер\";'),('alt','messages:createacct-yourpasswordagain','s:38:\"alt:Јажыт сӧсти јӧптӧр\";'),('alt','messages:createacct-yourpasswordagain-ph','s:57:\"alt:Јаҥынаҥ јажыт сӧсти кийдирер\";'),('alt','messages:created','s:17:\"ru:создана\";'),('alt','messages:creating','s:28:\"alt:$1 бӱкти эдери\";'),('alt','messages:credentialsform-account','s:32:\"alt:Аккаунттыҥ ады:\";'),('alt','messages:credentialsform-provider','s:59:\"alt:Аккаунттыҥ кӧргӱзӱниҥ бӱдӱми:\";'),('alt','messages:creditspage','s:16:\"alt:Быйаны\";'),('alt','messages:cur','s:12:\"alt:эмди\";'),('alt','messages:currentevents','s:44:\"alt:Болуп турган керектер\";'),('alt','messages:currentevents-url','s:52:\"alt:Project:Болуп турган керектер\";'),('alt','messages:currentrev','s:33:\"alt:Калганчы версия\";'),('alt','messages:currentrev-asof','s:62:\"alt:Эмдиги версияныҥ бичилген ӧйи $1\";'),('alt','messages:currentrevisionlink','s:33:\"alt:Калганчы версия\";'),('alt','messages:customcssprotected','s:179:\"alt:Бу CSS-бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мында ӧскӧ туружаачыныҥ јазалтары бар.\";'),('alt','messages:customjsonprotected','s:180:\"alt:Бу JSON-бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мында ӧскӧ туружаачыныҥ јазалтары бар.\";'),('alt','messages:customjsprotected','s:186:\"alt:Бу JavaScript-бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мында ӧскӧ туружаачыныҥ јазалтары бар.\";'),('alt','messages:databaseerror','s:52:\"alt:Кӧргӱзӱ базаныҥ јастыразы\";'),('alt','messages:databaseerror-error','s:24:\"alt:Јастырыш: $1\";'),('alt','messages:databaseerror-function','s:22:\"alt:Функция: $1\";'),('alt','messages:databaseerror-query','s:16:\"alt:Суру: $1\";'),('alt','messages:databaseerror-text','s:175:\"alt:Кӧргӱзӱниҥ базаында јастыра учурал.\nПрограммалык јеткилдиште јастыра болотонын бу кӧргӱзет.\";'),('alt','messages:databaseerror-textcl','s:60:\"alt:Кӧргӱзӱ базада јастыра учурал.\";'),('alt','messages:databaselocked','s:103:\"alt:Кӧргӱзӱлӱ база тургуза ӧйдӧ бичиирге јарабас эдилген.\";'),('alt','messages:databasenotlocked','s:83:\"alt:Кӧргӱзӱлӱ база бичиирге јарабас эдилбеген.\";'),('alt','messages:date','s:54:\"alt:Бу ӧйдӧҥ ала (оноҥ озо база):\";'),('alt','messages:date-range-from','s:35:\"alt:Мындый ӧйдӧҥ ала:\";'),('alt','messages:date-range-to','s:39:\"alt:Мындый ӧйгӧ јетире:\";'),('alt','messages:datedefault','s:33:\"alt:Озолодо болгоны\";'),('alt','messages:days','s:27:\"alt:{{PLURAL:$1|$1 кӱн}}\";'),('alt','messages:days-abbrev','s:8:\"ru:$1 д\";'),('alt','messages:dberr-again','s:72:\"alt:Бир канча ӧйдӧҥ бӱкти јаҥыртып кӧрӧр.\";'),('alt','messages:dberr-info','s:74:\"alt:(Кӧргӱзиниҥ базазына једер арга јок: $1)\";'),('alt','messages:dberr-info-hidden','s:70:\"alt:(Кӧргӱзиниҥ базазына једер арга јок)\";'),('alt','messages:dberr-problems','s:126:\"alt:Јаманысты таштагар! Бу сайтта техникалык кӱч айалгалар боло берди.\";'),('alt','messages:deadendpages','s:27:\"alt:Туйук бӱктер\";'),('alt','messages:deadendpages-summary','s:3:\"en:\";'),('alt','messages:deadendpagestext','s:104:\"alt:Бу викиде ӧскӧ бӱктерге тайантылары јок мындый бӱктер.\";'),('alt','messages:dec','s:10:\"alt:Јаҥ\";'),('alt','messages:december','s:19:\"alt:Јаҥар ай\";'),('alt','messages:december-gen','s:19:\"alt:јаҥар ай\";'),('alt','messages:default','s:27:\"alt:озо болотоны\";'),('alt','messages:default-skin-not-found','s:2727:\"alt:Упс! Слердиҥ викиниҥ озолодо тургузылатан тыш-бӱдӱмниҥ темазы <code dir=\"ltr\">$wgDefaultSkin</code> <code>$1</code> јок.\n\nСлердиҥ тургускан викиде мындый тыш-бӱдӱмниҥ {{PLURAL:$4|темазы| темалары}} бар. [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Башкарынар бичик: Тыш-бӱдӱмниҥ јазалталары] бӱкте информацияны кӧрӧр, {{PLURAL:$4|оныҥ|олордыҥ озолодо болотонын талдарын ла}} иштедерин керегинде.\n\n$2\n\n; Слер MediaWiki јаҥы ла тургускан болзор:\n: Слер, байла, оны Git-теҥ эмезе тӧзӧлгӧ тексттердеҥ ӧскӧ эп-аргала эткенер. Ол тушта ондый болор. Кезик тыш-бӱдӱмниҥ темаларын [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org-тыҥ темаларыныҥ директориязынаҥ] алып, тургузып кӧрӧр:\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download тургузатан файлдардыҥ кӧмзӧзинеҥ]  алар, ондо бир канча тыш-бӱдӱмниҥ темалары ла элбедиштери бар. Слер оноҥ <code>skins/</code> деп папканыҥ копиязын эдер аргалу.\n:* [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org] сайттаҥ башка темаларлу кӧмзӧ файлдарды алып.\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Git-ти эдинер темаларды аларга].\n: Ол слердиҥ Git репозиторийге каршуны јетирбес керек, слер MediaWiki-ниҥ шиҥдечизи болзор.\n\n; Слер MediaWiki-ни јаҥырткан болзор:\n: MediaWiki 1.24 ле јаҥылары тургузылган темаларды автоматикалык этире база иштетпейт, кӧр.: ([https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). Слер мындый {{PLURAL:$5|јолдыкты|јолдыктарды}} <code>LocalSettings.php</code> файлга кийдирер, {{PLURAL:$5|тургузылган|ончо}} {{PLURAL:$5|теманы|темаларды}} иштедерге:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Слер эмди <code>LocalSettings.php</code> ӧскӧрткӧн болзор:\n: Јаҥынаҥ темалардыҥ аттарын јастраларга шиҥдегер.\";'),('alt','messages:default-skin-not-found-no-skins','s:2069:\"alt:Упс! Слердиҥ викиниҥ озолодо тургузылатан тыш-бӱдӱмниҥ темазы <code dir=\"ltr\">$wgDefaultSkin</code> <code>$1</code> јок.\n\nСлердиҥ тургускан викиде тыш-бӱдӱмниҥ темалары јок. \n\n; Слер MediaWiki-ни јаҥы ла тургускан эмезе јаҥырткан болзор:\n: Слер, байла, оны Git-теҥ эмезе тӧзӧлгӧ тексттердеҥ ӧскӧ эп-аргала эткенер. Ол тушта ондый болор. MediaWiki 1.24 ле јаҥылары тургузылган темалар тӧс репозиторийде јок болот. Кезик тыш-бӱдӱмниҥ темаларын [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org-тыҥ темаларыныҥ директориязынаҥ] алып, тургузып кӧрӧр:\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download тургузатан файлдардыҥ кӧмзӧзинеҥ]  алар, ондо бир канча тыш-бӱдӱмниҥ темалары ла элбедиштери бар. Слер оноҥ <code>skins/</code> деп папканыҥ копиязын эдер аргалу.\n:* [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org] сайттаҥ башка темаларлу кӧмзӧ файлдарды алып.\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Git-ти эдинер темаларды аларга].\n: Ол слердиҥ Git репозиторийге каршуны јетирбес керек, слер MediaWiki-ниҥ шиҥдечизи болзор. [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Башкарынар бичик: Тыш-бӱдӱмниҥ јазалталары] бӱкте информацияны кӧрӧр, темалардыҥ озолодо болотонын талдарын ла иштедерин керегинде.\";'),('alt','messages:default-skin-not-found-row-disabled','s:68:\"alt:* <code>$1</code> / $2 (<strong>токтодылган</strong>)\";'),('alt','messages:default-skin-not-found-row-enabled','s:49:\"alt:* <code>$1</code> / $2 (иштедилген)\";'),('alt','messages:defaultmessagetext','s:46:\"alt:Озодоҥ болотон бичимел\";'),('alt','messages:defemailsubject','s:78:\"alt:{{SITENAME}} — $1 туружаачыныҥ электрон самара\";'),('alt','messages:deflate-invaliddeflate','s:107:\"alt:Берилген толынты тургузылган аайынча этире божодылбады\";'),('alt','messages:delete','s:20:\"alt:Јоголтор\";'),('alt','messages:delete-confirm','s:27:\"alt:\"$1\" јоголторы\";'),('alt','messages:delete-edit-reasonlist','s:64:\"alt:Јоголтотон шылтактарды тӱзедери\";'),('alt','messages:delete-edit-reasonlist-suppress','s:64:\"alt:Јажырыштыҥ шылтактарын тӱзедери\";'),('alt','messages:delete-error-associated-alreadytalk','s:104:\"alt:Шӱӱжӱниҥ бӱгиле колбулу шӱӱжӱниҥ бӱгин кырар арга јок.\";'),('alt','messages:delete-error-associated-doesnotexist','s:81:\"alt:Јок колбулу шӱӱжӱниҥ бӱгин кырар арга јок.\";'),('alt','messages:delete-hook-aborted','s:158:\"alt:Кырылатанын бажын јандырар процедура токтодып салган.\nЧокым јартамалдар берилбеди.\";'),('alt','messages:delete-legend','s:20:\"alt:Јоголтор\";'),('alt','messages:delete-scheduled','s:85:\"alt:\"$1\" кырылатан планга кирген.\nЧыдамал болыгар.\";'),('alt','messages:delete-talk-summary-prefix','s:78:\"alt:Колбулу бӱк ле кожо кырылган, шылтагы: \"$1\"\";'),('alt','messages:delete-toobig','s:253:\"alt:Бу бӱктиҥ солынтыларыныҥ тӱӱкизи узун, $1 {{PLURAL:$1|версиянаҥ}} кӧп.\nОндый бӱктерди јоголторы, {{SITENAME}} сайт ӱрелбезин деп, токтодылган болгон.\";'),('alt','messages:delete-toomanyrevisions','s:223:\"alt:Слер јаҥыс катапка $1 {{PLURAL:$1|версияны}} јоголторго јадар.\n{{SITENAME}} сайт ӱрелбезин деп, мындый аайлу операциялар кирелеткен.\";'),('alt','messages:delete-warning-toobig','s:280:\"alt:Бу бӱктиҥ солынтыларыныҥ тӱӱкизи узун, $1 {{PLURAL:$1|версиянаҥ}} кӧп.\nОндый бӱктерди јоголтып ийзе, {{SITENAME}} сайттыҥ кӧргӱзӱ базазы ӱрелер аргалу;\nајарып эдер.\";'),('alt','messages:delete_and_move_confirm','s:44:\"alt:Эйе, бӱкти кырып салар\";'),('alt','messages:delete_and_move_reason','s:74:\"alt:\"[[$1]]\" ады солынзын деп јоголтып салган.\";'),('alt','messages:delete_and_move_text','s:149:\"alt:\"[[:$1]]\" деп атту бӱк тургуза ӧйдӧ бар.\nАды солынзын деп ол бӱкти јоголтып салар ба?\";'),('alt','messages:delete_redirect_and_move_text','s:159:\"alt:Амадаган \"[[:$1]]\" атту бӱк тургуза ӧйдӧ бар.\nАды солынзын деп ол бӱкти јоголтып салар ба?\";'),('alt','messages:deletecomment','s:19:\"alt:Шылтагы:\";'),('alt','messages:deleted-page-and-talkpage','s:151:\"alt:\"$1\" ле \"$2\" бӱктер кырылган.\nКалганчы кырылган бӱктер керегинде $3 бичимелдерин кӧр.\";'),('alt','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('alt','messages:deletedcontributions','s:75:\"alt:Туружаачыныҥ кырылып калган кожултазы\";'),('alt','messages:deletedcontributions-summary','s:3:\"en:\";'),('alt','messages:deletedcontributions-title','s:67:\"alt:$1 туружаачыныҥ кырылган кожултазы\";'),('alt','messages:deletedhist','s:35:\"alt:Кырыштыҥ тӱӱкизи\";'),('alt','messages:deletedrevision','s:43:\"alt:Эски $1 версия кырылды\";'),('alt','messages:deletedtext','s:125:\"alt:\"$1\" бӱк кырылган.\nКалганчы кырылган бӱктердиҥ тизимин $2 бӱктеҥ кӧр.\";'),('alt','messages:deletedwhileediting','s:124:\"alt:<strong>Ајару:</strong> бу бӱкти слер тӱзедип баштарарда јоголтып салган!\";'),('alt','messages:deleteotherreason','s:52:\"alt:Оноҥ ӧскӧ/кожулта шылтагы:\";'),('alt','messages:deletepage','s:25:\"alt:Бӱкти кырар\";'),('alt','messages:deletepage-deletetalk','s:70:\"alt:Келижип турган шӱӱжӱниҥ бӱгин кырар\";'),('alt','messages:deletepage-submit','s:25:\"alt:Бӱкти кырар\";'),('alt','messages:deletepage-summary','s:3:\"en:\";'),('alt','messages:deleteprotected','s:111:\"alt:Слер бу бӱкти јоголтып болбозор, нениҥ учун дезе ол корулу.\";'),('alt','messages:deletereason-dropdown','s:254:\"alt:* Јоголтыштыҥ текши шылтактары\n** Спам\n** Вандализм\n** Авторлордыҥ аргаларын бусканы\n** Автордыҥ сурузы аайынча\n** Иштебей турган ууландырыш\";'),('alt','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('alt','messages:deletereasonotherlist','s:25:\"alt:Ӧскӧ шылтак\";'),('alt','messages:deleting-backlinks-warning','s:242:\"alt:<strong>Ајару:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Ӧскӧ бӱктер]] слердиҥ јоголторго турган бӱкке тайанып јат эмезе ол оныҥ толынтызы болуп јат.\";'),('alt','messages:deleting-subpages-warning','s:212:\"alt:<strong>Ајару:</strong> Слердиҥ јоголторго турган бӱкте [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|коштой бӱк|51=50-ҥ кӧп коштой бӱк}}]] бар.\";'),('alt','messages:deleting-talkpage-subpages-warning','s:247:\"alt:<strong>Ајару:</strong> Слердиҥ јоголторго турган колбулу шӱӱжӱниҥ бӱгинде [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|коштой бӱк|51=50-ҥ кӧп коштой бӱк}}]]бар.\";'),('alt','messages:deletionlog','s:41:\"alt:кырылганныҥ журналы\";'),('alt','messages:dellogpage','s:41:\"alt:Кырылганныҥ журналы\";'),('alt','messages:dellogpagetext','s:95:\"alt:Алдында калганчы јоголтыштардыҥ журналы берилди.\";'),('alt','messages:destfilename','s:35:\"alt:Файлдыҥ јаҥы ады:\";'),('alt','messages:diff','s:15:\"alt:башка.\";'),('alt','messages:diff-empty','s:27:\"alt:(башказы јок)\";'),('alt','messages:diff-form','s:28:\"alt:Башкаланганы\";'),('alt','messages:diff-form-error-revid','s:64:\"alt:Эдилген тӱзедӱниҥ ID-зин кийдирер\";'),('alt','messages:diff-form-oldid','s:65:\"alt:Версияныҥ эски ID-зи (керектӱ эмес)\";'),('alt','messages:diff-form-other-revid','s:30:\"alt:Версияныҥ ID-зи\";'),('alt','messages:diff-form-revid','s:64:\"alt:Башкаланып турган версияныҥ ID-зи\";'),('alt','messages:diff-form-submit','s:47:\"alt:Башкаланганын кӧргӱзер\";'),('alt','messages:diff-form-summary','s:3:\"en:\";'),('alt','messages:diff-multi-manyusers','s:229:\"alt:{{PLURAL:$2|туружаачынаҥ}} кӧп ({{PLURAL:$1| эткен ортозындагы версия кӧргӱзилбеген|$1 эдилген ортозындагы версиялары кӧргӱзилбеген}})\";'),('alt','messages:diff-multi-otherusers','s:199:\"alt:{{PLURAL:$2|туружаачыныҥ}} ({{PLURAL:$1|ортозындагы версиязы кӧргӱзилбеген|$1 ортозындагы версиялары кӧргӱзилбеген}})\";'),('alt','messages:diff-multi-sameuser','s:117:\"alt:(бу ла туружаачыныҥ {{PLURAL:$1|ортозындагы версия кӧргӱзилбеген}})\";'),('alt','messages:diff-paragraph-moved-tonew','s:128:\"alt:Параграфты кӧчӱрип салган. Эмдиги турган јерге кӧчӧргӧ былчып ийер.\";'),('alt','messages:diff-paragraph-moved-toold','s:124:\"alt:Параграфты кӧчӱрип салган. Эски турган јерге кӧчӧргӧ былчып ийер.\";'),('alt','messages:difference-missing-revision','s:436:\"alt:{{PLURAL:$2|версия}} бу теҥдештирӱге ($1) {{PLURAL:$2|табылбады}}.\n\nМындый айалга кырып салган бӱктиҥ эскирген версиялардыҥ теҥдештирӱзиниҥ тайантызын эдинзе болот.\nЈартамалын [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} кырылганныҥ журналында] табар арга бар.\";'),('alt','messages:difference-multipage','s:49:\"alt:(Бӱктердиҥ башкаланганы)\";'),('alt','messages:difference-title','s:59:\"alt:\"$1\": Версиялардыҥ башкаланганы\";'),('alt','messages:difference-title-multipage','s:63:\"alt:\"$1\" ле \"$2\": бӱктердиҥ башкаланганы\";'),('alt','messages:directorycreateerror','s:63:\"alt:\"$1\" директорияны тӧзӧӧр арга јок.\";'),('alt','messages:directoryreadonlyerror','s:79:\"alt:\"$1\" каталогты јӱк ле кычырга јарар аргалу.\";'),('alt','messages:disabledspecialpage-disabled','s:96:\"alt:Бу бӱкти системаныҥ администраторы бӧктӧп салган.\";'),('alt','messages:disclaimerpage','s:57:\"alt:Project:Каруузынаҥ туураланганы\";'),('alt','messages:disclaimers','s:30:\"alt:Бурулатпастар\";'),('alt','messages:djvu_page_error','s:65:\"alt:DjVu-ҥ бӱгиниҥ номери кеминеҥ ажыра\";'),('alt','messages:double-redirect-fixed-maintenance','s:157:\"alt:Техникалык јеткилдештиҥ ижинде экиленген ойтоаткарыш [[$1]], [[$2]] бойы ла тӱзеле берет\";'),('alt','messages:double-redirect-fixed-move','s:156:\"alt:[[$1]] деп бӱк јылдырылган. Ол бойы ла јаҥыртылып, эмди [[$2]] деп бӱкке ойтоаткарыш эдет.\";'),('alt','messages:double-redirect-fixer','s:49:\"alt:Улаандырыштыҥ јазаачызы\";'),('alt','messages:doubleredirects','s:46:\"alt:Эки кат ойтоаткарыштар\";'),('alt','messages:doubleredirects-summary','s:3:\"en:\";'),('alt','messages:doubleredirectstext','s:575:\"alt:Бу бӱкте ӧскӧ ууландырыштарга ууландырып турган ууландырыштардыҥ тизими кӧргӱзилди.\nКажы ла јолдыкта баштапкы ла экинчи ууландырыштыҥ тайантызы бар, анайда ок экинчи ууландырыштыҥ амадулаган бӱгин, ондо кӧп-сабазында баштапкы ууландырыштыҥ тайантызы бар бӱктиҥ ады болот.<del>Кырылган</del> бичимелдер јазалган.\";'),('alt','messages:download','s:18:\"alt:тӱжӱрер\";'),('alt','messages:duplicate-args-category','s:121:\"alt:Ӱлекерлерди алдыртса катапталган аргументтерди эдинген бӱктер\";'),('alt','messages:duplicate-args-category-desc','s:266:\"alt:Ӱлекерлерди алдыртып турган, катапталган аргументтерди эдинген бӱктер, бого тӱҥей <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> эмезе <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('alt','messages:duplicate-args-warning','s:172:\"alt:<strong>Ајару:</strong> [[:$1]] алдырат [[:$2]] \"$3\" параметрдыҥ кеминеҥ ажыра. Јӱк ле калганчы кемин эдинер.\";'),('alt','messages:duplicate-defaultsort','s:201:\"alt:<strong>Ајару:</strong> Ылгаштыруныҥ озо болотон тӱлкӱӱри \"$2\" мынаҥ озо болгон \"$1\" ылгаштыруныҥ тӱлкӱӱрин чокымдайт.\";'),('alt','messages:duplicate-displaytitle','s:129:\"alt:<strong>Ајару:</strong> Кӧргӱзип турган ат \"$2\" эски  \"$1\" болгон атты чокымдайт.\";'),('alt','messages:duplicatesoffile','s:156:\"alt:Бу файлда дубликат болгон {{PLURAL:$1|файл|$1 файлдар}} бар ([[Special:FileDuplicateSearch/$2|јартамалы]]):\";'),('alt','messages:duration-centuries','s:27:\"alt:$1 {{PLURAL:$1|чак}}\";'),('alt','messages:duration-days','s:27:\"alt:$1 {{PLURAL:$1|кӱн}}\";'),('alt','messages:duration-decades','s:37:\"alt:$1 {{PLURAL:$1|онјылдык}}\";'),('alt','messages:duration-hours','s:29:\"alt:$1 {{PLURAL:$1|саат}}\";'),('alt','messages:duration-millennia','s:39:\"alt:$1 {{PLURAL:$1|муҥјылдык}}\";'),('alt','messages:duration-minutes','s:33:\"alt:$1 {{PLURAL:$1|минута}}\";'),('alt','messages:duration-seconds','s:35:\"alt:$1 {{PLURAL:$1|секунда}}\";'),('alt','messages:duration-weeks','s:33:\"alt:$1 {{PLURAL:$1|неделе}}\";'),('alt','messages:duration-years','s:27:\"alt:$1 {{PLURAL:$1|јыл}}\";'),('alt','messages:eauthentsent','s:266:\"alt:Бичип салган email адреске самара аткарылган.\nМынаҥ ары самаралар аларга ондогы инструкциялар аайынча бу адрес слердиҥ деп чынын билетенин ӧдӧр.\";'),('alt','messages:edit','s:20:\"alt:Тӱзедери\";'),('alt','messages:edit-already-exists','s:66:\"alt:Јаҥы бӱк эдер арга јок.\nОндыйы бар.\";'),('alt','messages:edit-conflict','s:44:\"alt:Тӱзедиштиҥ јарашпазы.\";'),('alt','messages:edit-gone-missing','s:77:\"alt:Бӱк јаҥыртылбас.\nОны кырып салган ошкош.\";'),('alt','messages:edit-hook-aborted','s:152:\"alt:Тӱзедӱни бажын јандырар процедура токтодып салган.\nЧокым јартамалдар берилбеди.\";'),('alt','messages:edit-local','s:51:\"alt:Ичи-бойына јартамал кожор\";'),('alt','messages:edit-no-change','s:127:\"alt:Бичимелде солынтылар болбогон учун слердиҥ тӱзедӱгер јарадылбады.\";'),('alt','messages:edit-slots-cannot-add','s:82:\"alt:Мындый {{PLURAL:$1|јердиҥ}} јарадылбаган тужы: $2.\";'),('alt','messages:edit-slots-cannot-remove','s:107:\"alt:Мындый {{PLURAL:$1|јер}} болор учурлу анайда кырылбас керек: $2.\";'),('alt','messages:edit-slots-missing','s:49:\"alt:Мындый {{PLURAL:$1|јер}} јок: $2.\";'),('alt','messages:edit-textarea-aria-label','s:65:\"alt:Викибичимелдиҥ тӧс кодын тӱзедер\";'),('alt','messages:edit_form_incomplete','s:261:\"alt:<strong>Тӱзедиш форманыҥ кезик бӧлӱги серверге јетпеген. Ајарып кӧрӱп ийгер эткен тӱзедӱлер јастыралар јок по деп, оноҥ јаҥынаҥ албаданар.</strong>\";'),('alt','messages:editcomment','s:72:\"alt:Эдилген солынтыныҥ јартамалы: <em>$1</em>.\";'),('alt','messages:editconflict','s:47:\"alt:Тӱзедиштиҥ јарашпазы: $1\";'),('alt','messages:editfont-monospace','s:39:\"alt:Моноширинный шрифт\";'),('alt','messages:editfont-sansserif','s:25:\"alt:Sans-serif шрифт\";'),('alt','messages:editfont-serif','s:20:\"alt:Serif шрифт\";'),('alt','messages:editfont-style','s:69:\"alt:Тӱзедӱштиҥ јеринде шрифттиҥ бӱдӱми\";'),('alt','messages:edithelp','s:42:\"alt:Тӱзедӱ јанынаҥ болуш\";'),('alt','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('alt','messages:editing','s:21:\"alt:Тӱзедиш $1\";'),('alt','messages:editingcomment','s:44:\"alt:Тӱзедиш: $1 (јаҥы бӧлӱк)\";'),('alt','messages:editinginterface','s:358:\"alt:<strong>Ајару:</strong> Слер программный јеткилдештиҥ  интерфейзиниҥ бӱгинде бичимелине тӱзедӱ эдедер.\nТӱзедӱниҥ кийнинде ӧскӧ туружаачыларга бу викиниҥ интерфейзиниҥ тыш-бӱдӱмине салтарын јетирер.\";'),('alt','messages:editingold','s:258:\"alt:<strong>Ајару: Слер бу бӱктиҥ эскирип калган версиязын тӱзедип јадар.</strong>\nЈарладып ийзер ээчий эткен версиялардыҥ солынтылары јоголып калар.\";'),('alt','messages:editingsection','s:55:\"alt:$1 (бӧлӱк) редактировать эдер\";'),('alt','messages:editinguser','s:118:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын ӧскӧртӧри<strong>[[User:$1|$1]]</strong> $2\";'),('alt','messages:editlink','s:18:\"alt:тӱзедер\";'),('alt','messages:editnotice-notext','s:4:\"en:-\";'),('alt','messages:editold','s:18:\"alt:тӱзедер\";'),('alt','messages:editpage','s:29:\"alt:Бӱкти тӱзедер\";'),('alt','messages:editpage-cannot-use-custom-model','s:95:\"alt:Бу бӱктиҥ толынтызыныҥ моделин солыыр аргазы јок.\";'),('alt','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('alt','messages:editpage-invalidcontentmodel-text','s:64:\"alt:$1 толынтыныҥ модели јарадылбайт.\";'),('alt','messages:editpage-invalidcontentmodel-title','s:60:\"alt:Толынтыныҥ модели јарадылбайт\";'),('alt','messages:editpage-notsupportedcontentformat-text','s:107:\"alt:Толынтыныҥ $1 формады толынтыныҥ $2 моделиле јарадылбайт.\";'),('alt','messages:editpage-notsupportedcontentformat-title','s:62:\"alt:Толынтыныҥ формады јарадылбайт\";'),('alt','messages:editpage-summary','s:3:\"en:\";'),('alt','messages:editpage-tos-summary','s:4:\"en:-\";'),('alt','messages:editsection','s:18:\"alt:тӱзедер\";'),('alt','messages:editsectionhint','s:39:\"alt:Ӧскӧртӧр бӧлӱкти: $1\";'),('alt','messages:edittools','s:170:\"alt:<!-- Мындагы бичимел редактированиениҥ ле кийдире тартар формалардыҥ алдында кӧргӱзилер. -->\";'),('alt','messages:edittools-upload','s:4:\"ru:-\";'),('alt','messages:editundo','s:26:\"alt:тескерледер\";'),('alt','messages:editusergroup','s:62:\"alt:Туружаачыныҥ группаларын кӧрӧр\";'),('alt','messages:editwatchlist-summary','s:3:\"en:\";'),('alt','messages:ellipsis','s:6:\"en:...\";'),('alt','messages:email','s:31:\"alt:Электрон почта\";'),('alt','messages:email-allow-new-users-label','s:109:\"alt:Јаҥы туружаачылардаҥ электрон почтаны аткарарын јарадар\";'),('alt','messages:email-legend','s:83:\"alt:Ӧскӧ {{SITENAME}}-ҥ туружаачызына самара аткарар\";'),('alt','messages:email-mutelist-label','s:117:\"alt:Бу туружаачылардаҥ электрон почтаны меге аткарарын јаратпас:\";'),('alt','messages:emailauthenticated','s:78:\"alt:Слердиҥ email адрезердиҥ ширтелген ӧйи $2 $3.\";'),('alt','messages:emailblock','s:49:\"alt:email аткарары токтодылган\";'),('alt','messages:emailccme','s:64:\"alt:Самараныҥ копиязын меге аткарар.\";'),('alt','messages:emailccsubject','s:65:\"alt:Слердиҥ самарагардыҥ копиязы $1: $2\";'),('alt','messages:emailconfirmlink','s:58:\"alt:Email адрезердиҥ чынын јартагар\";'),('alt','messages:emaildisabled','s:54:\"alt:Бу сайт email аткарбай турган.\";'),('alt','messages:emailfrom','s:17:\"alt:Кемнеҥ:\";'),('alt','messages:emaillink','s:33:\"alt:самара аткарары\";'),('alt','messages:emailmessage','s:21:\"alt:Јетирӱзи:\";'),('alt','messages:emailnotarget','s:82:\"alt:Јок эмезе јастыра алаачы-туружаачыныҥ ады.\";'),('alt','messages:emailnotauthenticated','s:196:\"alt:Слердиҥ email адрезердиҥ чыны эмдигенче јарталбады.\nКандый да функцияларды эдинерге самаралар аткарылбас.\";'),('alt','messages:emailpagetext','s:466:\"alt:Бу форманыҥ болужыла {{GENDER:$1|туружаачыныҥ}} электрон почтаныҥ адрезине самара аткрарга јарар.\nАткарычыныҥ адрези этире [[Special:Preferences|слердиҥ јазалталарда]] бичилген адрес болор, оныҥ учун алатан туружаачыда кӧндӱре слерге каруузын јандыратан арга болор.\";'),('alt','messages:emailsend','s:18:\"alt:Аткарар\";'),('alt','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('alt','messages:emailsent','s:30:\"alt:Email аткарылган\";'),('alt','messages:emailsenttext','s:76:\"alt:Слердиҥ электрон самарагар аткарылган.\";'),('alt','messages:emailsubject','s:17:\"alt:Темазы:\";'),('alt','messages:emailtarget','s:63:\"alt:Алачы-туружаачыныҥ адын бичигер\";'),('alt','messages:emailto','s:15:\"alt:Кемге:\";'),('alt','messages:emailuser','s:39:\"alt:Туружаачыга самара\";'),('alt','messages:emailuser-summary','s:3:\"en:\";'),('alt','messages:emailuser-title-notarget','s:45:\"alt:Туружаачыга email бичиир\";'),('alt','messages:emailuser-title-target','s:59:\"alt:Email бичиир {{GENDER:$1|туружаачыга}}\";'),('alt','messages:emailuserfooter','s:432:\"alt:Бу самара $1 {{GENDER:$1|туружаачынаҥ}} $2 {{GENDER:$2|туружаачыга}} {{SITENAME}}-ҥ \"{{int:emailuser}}\" функцияныҥ болужыла аткарылган болгон. Аткарган {{GENDER:$2|туружаачы}} слердиҥ электрон адрезерди билбес болор, слер  {{GENDER:$1|туружаачыга}} каруузын јандырбаганчар.\";'),('alt','messages:emailusername','s:23:\"alt:Туружаачы:\";'),('alt','messages:emailusernamesubmit','s:18:\"alt:Аткарар\";'),('alt','messages:empty-file','s:52:\"alt:Аткарып ийген файлар куру.\";'),('alt','messages:empty-username','s:44:\"alt:(туружаачыныҥ ады јок)\";'),('alt','messages:emptyfile','s:302:\"alt:Слердиҥ салган файлар, байла, куру. Мындый керек файлдыҥ адын  јастыра бичиген учун болор аргалу. \nЈаҥынаҥ кӧрӱп ийер, бу файлды слер чындап саларга турганар ба деп.\";'),('alt','messages:enhancedrc-history','s:18:\"alt:тӱӱкизи\";'),('alt','messages:enhancedrc-since-last-visit','s:63:\"alt:$1 {{PLURAL:$1|калганчы кириштеҥ бери}}\";'),('alt','messages:enotif_anon_editor','s:39:\"alt:ады јок туружаачы $1\";'),('alt','messages:enotif_body','s:1074:\"alt:Кару $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nСолынтыныҥ кыска јартамалы: $PAGESUMMARY $PAGEMINOREDIT\n\nТуружаачы ла бичиижери:\nэл. почтазы: $PAGEEDITOR_EMAIL\nвикиде бӱги: $PAGEEDITOR_WIKI\n\nБу бӱкке бойыгардыҥ аккаунттар ажыра кирбезер, бӱкти солып та турза, мынаҥ ары јетирӱлер база келбес. Слер јетирӱлерди токтодотон јазалтаны, слердиҥ ширтениҥ тизиминде ончо бӱктерге эдинерге јарар.\n\n{{SITENAME}}-ҥ јетирӱ эдер системазы\n\n--\nЈетирӱлердиҥ јазалталарын солыырга \n{{canonicalurl:{{#special:Preferences}}}}\n\nСлердиҥ ширтениҥ тизиминыҥ јазалталарын солыыр бӱк \n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nБӱктерди ширтениҥ тизиминеҥ чыгарарга \n$UNWATCHURL\n\nКайра колбу ла болуш:\n$HELPPAGE\";'),('alt','messages:enotif_body_intro_changed','s:201:\"alt:$PAGEEDITDATE {{GENDER:$2|туружаачы}} $2 {{SITENAME}} проектте \"$1\" атту бӱкте солынты эткен, эмдиги версиязын \"$3\" тайантынаҥ кӧр.\";'),('alt','messages:enotif_body_intro_created','s:192:\"alt:$PAGEEDITDATE {{GENDER:$2|туружаачы}} $2 {{SITENAME}} проектте \"$1\" атту бӱкти јайааган, эмдиги версиязын \"$3\" тайантынаҥ кӧр.\";'),('alt','messages:enotif_body_intro_deleted','s:128:\"alt:$PAGEEDITDATE {{GENDER:$2|туружаачы}} $2 {{SITENAME}} проектиҥ $1 бӱгин јоголткон, $3 кӧр.\";'),('alt','messages:enotif_body_intro_moved','s:201:\"alt:$PAGEEDITDATE {{GENDER:$2|туружаачы}} $2 {{SITENAME}} проектте \"$1\" атту бӱктиҥ адын солыган, эмдиги версиязын \"$3\" тайантынаҥ кӧр.\";'),('alt','messages:enotif_body_intro_restored','s:198:\"alt:$PAGEEDITDATE {{GENDER:$2|туружаачы}} $2 {{SITENAME}} проектте \"$1\" атту бӱкти орныктырган, эмдиги версиязын \"$3\" тайантынаҥ кӧр.\";'),('alt','messages:enotif_impersonal_salutation','s:35:\"alt:{{SITENAME}} туружаачы\";'),('alt','messages:enotif_lastdiff','s:58:\"alt:Солынтыларды кӧрӧргӧ, $1 кӧрӧр\";'),('alt','messages:enotif_lastvisited','s:157:\"alt:Слердиҥ калганчы катап киргенердеҥ бери болуп калган солынтыларды кӧрӧргӧ $1 кӧрӧр.\";'),('alt','messages:enotif_minoredit','s:30:\"alt:Бу кичӱ тӱзедӱ\";'),('alt','messages:enotif_reset','s:79:\"alt:Ончо бӱктерди кӧрӱп салган деп темдектер\";'),('alt','messages:enotif_subject_changed','s:90:\"alt:{{SITENAME}} $1 бӱкти $2 {{GENDER:$2|туружаачы}} солып салган\";'),('alt','messages:enotif_subject_created','s:92:\"alt:{{SITENAME}} $1 бӱкти $2 {{GENDER:$2|туружаачы}} баштап салган\";'),('alt','messages:enotif_subject_deleted','s:90:\"alt:{{SITENAME}} $1 бӱкти $2 {{GENDER:$2|туружаачы}} кырып салган\";'),('alt','messages:enotif_subject_moved','s:99:\"alt:{{SITENAME}} $1 бӱкти $2 {{GENDER:$2|туружаачы}} адын солып салган\";'),('alt','messages:enotif_subject_restored','s:100:\"alt:{{SITENAME}} $1 бӱкти $2 {{GENDER:$2|туружаачы}} орныктырып салган\";'),('alt','messages:enterlockreason','s:102:\"alt:Туйукташтыҥ шылтагын ла оныҥ ӧдӧтӧн ӧйин бичип салар.\";'),('alt','messages:error','s:18:\"alt:Јастыра\";'),('alt','messages:errorpagetitle','s:20:\"alt:Јастырыш\";'),('alt','messages:exbeforeblank','s:53:\"alt:арчылгалакта толынтызы: \"$1\"\";'),('alt','messages:exception-nologin','s:24:\"alt:Кирбегенер\";'),('alt','messages:exception-nologin-text','s:101:\"alt:Кирип ийер керек, бу бӱкти тӱзедерге эмезе кылынышка.\";'),('alt','messages:exception-nologin-text-manual','s:72:\"alt:Бу бӱкти тӱзедерге эмезе кылынышка $1.\";'),('alt','messages:excontent','s:28:\"alt:толынтызы: \"$1\"\";'),('alt','messages:excontentauthor','s:139:\"alt:толынтызы: \"$1\", сок јаҥыс авторлу болгон \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|шӱӱжӱ]])\";'),('alt','messages:exif-aperturevalue','s:29:\"ru:Диафрагма в APEX\";'),('alt','messages:exif-artist','s:16:\"alt:Авторы\";'),('alt','messages:exif-attributionurl','s:107:\"ru:При использовании этой работы, пожалуйста, ссылайтесь на\";'),('alt','messages:exif-bitspersample','s:27:\"alt:Ӧҥниҥ тереҥи\";'),('alt','messages:exif-brightnessvalue','s:25:\"ru:Яркость в APEX\";'),('alt','messages:exif-cameraownername','s:32:\"ru:Владелец камеры\";'),('alt','messages:exif-citycreated','s:66:\"ru:Город, где была сделана фотография\";'),('alt','messages:exif-citydest','s:38:\"ru:Изображённый город\";'),('alt','messages:exif-colorspace','s:35:\"alt:Ӧҥдӧрдиҥ телкеми\";'),('alt','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('alt','messages:exif-colorspace-65535','s:33:\"ru:Некалиброванное\";'),('alt','messages:exif-componentsconfiguration','s:67:\"ru:Конфигурация цветовых компонентов\";'),('alt','messages:exif-componentsconfiguration-0','s:28:\"ru:не существует\";'),('alt','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('alt','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('alt','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('alt','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('alt','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('alt','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('alt','messages:exif-compressedbitsperpixel','s:52:\"ru:Глубина цвета после сжатия\";'),('alt','messages:exif-compression','s:37:\"alt:Тыкташтыҥ схемазы\";'),('alt','messages:exif-compression-1','s:19:\"ru:Несжатый\";'),('alt','messages:exif-compression-2','s:115:\"ru:CCITT Group 3, 1-мерная модификация кодирования длин серий Хаффмана\";'),('alt','messages:exif-compression-3','s:57:\"ru:CCITT Group 3, факсовое кодирование\";'),('alt','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('alt','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('alt','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('alt','messages:exif-compression-4','s:57:\"ru:CCITT Group 4, факсовое кодирование\";'),('alt','messages:exif-compression-5','s:6:\"ru:LZW\";'),('alt','messages:exif-compression-6','s:22:\"ru:JPEG (старый)\";'),('alt','messages:exif-compression-7','s:7:\"ru:JPEG\";'),('alt','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('alt','messages:exif-contact','s:44:\"ru:Контактная информация\";'),('alt','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('alt','messages:exif-contentwarning','s:55:\"ru:Предупреждение о содержании\";'),('alt','messages:exif-contrast','s:20:\"alt:Контраст\";'),('alt','messages:exif-contrast-0','s:12:\"alt:Толо\";'),('alt','messages:exif-contrast-1','s:34:\"ru:Мягкое повышение\";'),('alt','messages:exif-contrast-2','s:36:\"ru:Сильное повышение\";'),('alt','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('alt','messages:exif-copyright','s:52:\"alt:Авторский аргалардыҥ ээзи\";'),('alt','messages:exif-copyrighted','s:50:\"ru:Авторско-правовой статус:\";'),('alt','messages:exif-copyrighted-false','s:65:\"ru:Авторско-правовой статус не задан\";'),('alt','messages:exif-copyrighted-true','s:55:\"ru:Охраняется авторским правом\";'),('alt','messages:exif-copyrightowner','s:52:\"alt:Авторский аргалардыҥ ээзи\";'),('alt','messages:exif-countrycodecreated','s:75:\"ru:Код страны, где была сделана фотография\";'),('alt','messages:exif-countrycodedest','s:47:\"ru:Код изображённой страны\";'),('alt','messages:exif-countrycreated','s:68:\"ru:Страна, где была сделана фотография\";'),('alt','messages:exif-countrydest','s:40:\"ru:Изображённая страна\";'),('alt','messages:exif-credit','s:75:\"ru:Поставщик, кто предоставил изображение\";'),('alt','messages:exif-croppedareaimageheightpixels','s:53:\"ru:Обрезанная высота панорамы\";'),('alt','messages:exif-croppedareaimagewidthpixels','s:53:\"ru:Обрезанная ширина панорамы\";'),('alt','messages:exif-croppedarealeftpixels','s:49:\"ru:Обрезание панорамы слева\";'),('alt','messages:exif-croppedareatoppixels','s:51:\"ru:Обрезание панорамы сверху\";'),('alt','messages:exif-customrendered','s:50:\"ru:Дополнительная обработка\";'),('alt','messages:exif-customrendered-0','s:34:\"ru:Не производилась\";'),('alt','messages:exif-customrendered-1','s:48:\"ru:Нестандартная обработка\";'),('alt','messages:exif-customrendered-2','s:47:\"ru:HDR (оригинал не сохранён)\";'),('alt','messages:exif-customrendered-3','s:42:\"ru:HDR (оригинал сохранён)\";'),('alt','messages:exif-customrendered-4','s:32:\"ru:Оригинал (для HDR)\";'),('alt','messages:exif-customrendered-6','s:19:\"ru:Панорама\";'),('alt','messages:exif-customrendered-7','s:21:\"ru:HDR-портрет\";'),('alt','messages:exif-customrendered-8','s:17:\"ru:Портрет\";'),('alt','messages:exif-datetime','s:42:\"alt:Файлдыҥ солынган ӧйи\";'),('alt','messages:exif-datetimedigitized','s:49:\"alt:Тоо бӱдӱмге кӧчӱрген ӧйи\";'),('alt','messages:exif-datetimeexpires','s:43:\"ru:Не использовать после\";'),('alt','messages:exif-datetimemetadata','s:72:\"ru:Дата последнего изменения метаданных\";'),('alt','messages:exif-datetimeoriginal','s:27:\"alt:Согылган ӧйи\";'),('alt','messages:exif-datetimereleased','s:24:\"ru:Дата выхода\";'),('alt','messages:exif-dc-contributor','s:19:\"ru:Соавторы\";'),('alt','messages:exif-dc-coverage','s:95:\"ru:Пространственные или временные рамки медиафайлов\";'),('alt','messages:exif-dc-date','s:15:\"ru:Дата(ы)\";'),('alt','messages:exif-dc-publisher','s:19:\"ru:Издатель\";'),('alt','messages:exif-dc-relation','s:32:\"ru:Связанные медиа\";'),('alt','messages:exif-dc-rights','s:18:\"alt:Аргалар\";'),('alt','messages:exif-dc-source','s:38:\"ru:Исходный медиафайл\";'),('alt','messages:exif-dc-type','s:30:\"ru:Тип медиафайла\";'),('alt','messages:exif-devicesettingdescription','s:59:\"ru:Описание предустановок камеры\";'),('alt','messages:exif-digitalzoomratio','s:91:\"ru:Коэффициент цифрового увеличения (цифровой зум)\";'),('alt','messages:exif-disclaimer','s:30:\"alt:Бурулатпастар\";'),('alt','messages:exif-editstatus','s:63:\"ru:Редакционный статус изображения\";'),('alt','messages:exif-event','s:42:\"ru:Изображённое событие\";'),('alt','messages:exif-exifversion','s:32:\"alt:Exif-тиҥ версиязы\";'),('alt','messages:exif-exposurebiasvalue','s:46:\"ru:Компенсация экспозиции\";'),('alt','messages:exif-exposureindex','s:45:\"alt:Экспозицияныҥ индексы\";'),('alt','messages:exif-exposurelockused','s:69:\"ru:Используется блокировка экспозиции\";'),('alt','messages:exif-exposurelockused-false','s:10:\"alt:Јок\";'),('alt','messages:exif-exposurelockused-true','s:10:\"alt:Ийе\";'),('alt','messages:exif-exposuremode','s:47:\"ru:Режим выбора экспозиции\";'),('alt','messages:exif-exposuremode-0','s:52:\"ru:Автоматическая экспозиция\";'),('alt','messages:exif-exposuremode-1','s:55:\"ru:Ручная установка экспозиции\";'),('alt','messages:exif-exposuremode-2','s:21:\"ru:Брэкетинг\";'),('alt','messages:exif-exposureprogram','s:51:\"alt:Экспозицияныҥ прграммазы\";'),('alt','messages:exif-exposureprogram-0','s:23:\"ru:Неизвестно\";'),('alt','messages:exif-exposureprogram-1','s:26:\"ru:Ручной режим\";'),('alt','messages:exif-exposureprogram-2','s:59:\"ru:Программный режим (нормальный)\";'),('alt','messages:exif-exposureprogram-3','s:40:\"ru:Приоритет диафрагмы\";'),('alt','messages:exif-exposureprogram-4','s:38:\"ru:Приоритет выдержки\";'),('alt','messages:exif-exposureprogram-5','s:115:\"ru:Художественная программа (на основе нужной глубины резкости)\";'),('alt','messages:exif-exposureprogram-6','s:81:\"ru:Спортивный режим (с минимальной выдержкой)\";'),('alt','messages:exif-exposureprogram-7','s:135:\"ru:Портретный режим (для снимков на близком расстоянии, с фоном не в фокусе)\";'),('alt','messages:exif-exposureprogram-8','s:106:\"ru:Пейзажный режим (для пейзажных снимков, с фоном в фокусе)\";'),('alt','messages:exif-exposuretime','s:34:\"ru:Время экспозиции\";'),('alt','messages:exif-exposuretime-format','s:14:\"alt:$1 с ($2)\";'),('alt','messages:exif-filesource','s:38:\"alt:Файлдыҥ алган јери\";'),('alt','messages:exif-filesource-3','s:42:\"ru:Цифровой фотоаппарат\";'),('alt','messages:exif-firstphotodate','s:45:\"ru:Дата первой фотографии\";'),('alt','messages:exif-fixtureidentifier','s:34:\"ru:Название колонки\";'),('alt','messages:exif-flash','s:30:\"ru:Статус вспышки\";'),('alt','messages:exif-flash-fired-0','s:45:\"ru:Вспышка не срабатывала\";'),('alt','messages:exif-flash-fired-1','s:36:\"ru:Сработала вспышка\";'),('alt','messages:exif-flash-function-1','s:24:\"ru:Нет вспышки\";'),('alt','messages:exif-flash-mode-1','s:55:\"ru:импульс заполняющей вспышки\";'),('alt','messages:exif-flash-mode-2','s:61:\"ru:подавление заполняющей вспышки\";'),('alt','messages:exif-flash-mode-3','s:42:\"ru:автоматический режим\";'),('alt','messages:exif-flash-redeye-1','s:73:\"ru:режим устранения эффекта красных глаз\";'),('alt','messages:exif-flash-return-0','s:68:\"ru:нет режима предварительной вспышки\";'),('alt','messages:exif-flash-return-2','s:100:\"ru:обратный импульс предварительной вспышки не получен\";'),('alt','messages:exif-flash-return-3','s:95:\"ru:получен обратный импульс предварительной вспышки\";'),('alt','messages:exif-flashenergy','s:32:\"ru:Энергия вспышки\";'),('alt','messages:exif-flashpixversion','s:53:\"ru:Поддерживаемая версия FlashPix\";'),('alt','messages:exif-fnumber','s:39:\"alt:Диафрагманыҥ тоозы\";'),('alt','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('alt','messages:exif-focallength','s:33:\"alt:Фокустыҥ ыраагы\";'),('alt','messages:exif-focallength-format','s:10:\"ru:$1 мм\";'),('alt','messages:exif-focallengthin35mmfilm','s:97:\"ru:Эквивалентное фокусное расстояние (для 35 мм плёнки)\";'),('alt','messages:exif-focalplaneresolutionunit','s:98:\"ru:Единица измерения разрешения в фокальной плоскости\";'),('alt','messages:exif-focalplaneresolutionunit-2','s:15:\"ru:дюймов\";'),('alt','messages:exif-focalplanexresolution','s:71:\"ru:Разрешение по X в фокальной плоскости\";'),('alt','messages:exif-focalplaneyresolution','s:71:\"ru:Разрешение по Y в фокальной плоскости\";'),('alt','messages:exif-fullpanoheightpixels','s:45:\"ru:Полная высота панорамы\";'),('alt','messages:exif-fullpanowidthpixels','s:45:\"ru:Полная ширина панорамы\";'),('alt','messages:exif-gaincontrol','s:36:\"ru:Повышение яркости\";'),('alt','messages:exif-gaincontrol-0','s:9:\"ru:Нет\";'),('alt','messages:exif-gaincontrol-1','s:42:\"ru:Небольшое увеличение\";'),('alt','messages:exif-gaincontrol-2','s:38:\"ru:Большое увеличение\";'),('alt','messages:exif-gaincontrol-3','s:42:\"ru:Небольшое уменьшение\";'),('alt','messages:exif-gaincontrol-4','s:38:\"ru:Сильное уменьшение\";'),('alt','messages:exif-giffilecomment','s:38:\"ru:Примечание GIF-файла\";'),('alt','messages:exif-gpsaltitude','s:15:\"ru:Высота\";'),('alt','messages:exif-gpsaltitude-above-sealevel','s:83:\"ru:$1 {{PLURAL:$1|метр|метра|метров}} над уровнем моря\";'),('alt','messages:exif-gpsaltitude-below-sealevel','s:83:\"ru:$1 {{PLURAL:$1|метр|метра|метров}} ниже уровня моря\";'),('alt','messages:exif-gpsaltituderef','s:28:\"ru:Индекс высоты\";'),('alt','messages:exif-gpsareainformation','s:38:\"ru:Название области GPS\";'),('alt','messages:exif-gpsdatestamp','s:11:\"ru:Дата\";'),('alt','messages:exif-gpsdestbearing','s:30:\"ru:Пеленг объекта\";'),('alt','messages:exif-gpsdestbearingref','s:78:\"ru:Тип пеленга объекта (истинный, магнитный)\";'),('alt','messages:exif-gpsdestdistance','s:23:\"ru:Расстояние\";'),('alt','messages:exif-gpsdestdistance-k','s:26:\"alt:Километрлар\";'),('alt','messages:exif-gpsdestdistance-m','s:18:\"alt:Мильдер\";'),('alt','messages:exif-gpsdestdistance-n','s:26:\"ru:Морских миль\";'),('alt','messages:exif-gpsdestdistanceref','s:57:\"ru:Единицы измерения расстояния\";'),('alt','messages:exif-gpsdestlatitude','s:32:\"ru:Долгота объекта\";'),('alt','messages:exif-gpsdestlatituderef','s:45:\"ru:Индекс долготы объекта\";'),('alt','messages:exif-gpsdestlongitude','s:30:\"ru:Широта объекта\";'),('alt','messages:exif-gpsdestlongituderef','s:43:\"ru:Индекс широты объекта\";'),('alt','messages:exif-gpsdifferential','s:52:\"ru:Дифференциальная поправка\";'),('alt','messages:exif-gpsdirection-m','s:21:\"ru:магнитный\";'),('alt','messages:exif-gpsdirection-t','s:19:\"ru:истинный\";'),('alt','messages:exif-gpsdop','s:38:\"ru:Точность измерения\";'),('alt','messages:exif-gpsdop-excellent','s:24:\"ru:Отличная ($1)\";'),('alt','messages:exif-gpsdop-fair','s:33:\"ru:Ниже среднего ($1)\";'),('alt','messages:exif-gpsdop-good','s:22:\"ru:Хорошая ($1)\";'),('alt','messages:exif-gpsdop-moderate','s:22:\"ru:Средняя ($1)\";'),('alt','messages:exif-gpsdop-poor','s:20:\"ru:Плохая ($1)\";'),('alt','messages:exif-gpsimgdirection','s:38:\"ru:Азимут изображения\";'),('alt','messages:exif-gpsimgdirectionref','s:86:\"ru:Тип азимута изображения (истинный, магнитный)\";'),('alt','messages:exif-gpslatitude','s:15:\"ru:Широта\";'),('alt','messages:exif-gpslatitude-n','s:32:\"ru:северной широты\";'),('alt','messages:exif-gpslatitude-s','s:26:\"ru:южной широты\";'),('alt','messages:exif-gpslatituderef','s:28:\"ru:Индекс широты\";'),('alt','messages:exif-gpslongitude','s:17:\"ru:Долгота\";'),('alt','messages:exif-gpslongitude-e','s:36:\"ru:восточной долготы\";'),('alt','messages:exif-gpslongitude-w','s:34:\"ru:западной долготы\";'),('alt','messages:exif-gpslongituderef','s:30:\"ru:Индекс долготы\";'),('alt','messages:exif-gpsmapdatum','s:92:\"ru:Использованная геодезическая система координат\";'),('alt','messages:exif-gpsmeasuremode','s:51:\"ru:Метод измерения положения\";'),('alt','messages:exif-gpsmeasuremode-2','s:45:\"ru:Измерение 2-х координат\";'),('alt','messages:exif-gpsmeasuremode-3','s:45:\"ru:Измерение 3-х координат\";'),('alt','messages:exif-gpsprocessingmethod','s:53:\"ru:Метод вычисления положения\";'),('alt','messages:exif-gpssatellites','s:67:\"ru:Описание использованных спутников\";'),('alt','messages:exif-gpsspeed','s:36:\"ru:Скорость движения\";'),('alt','messages:exif-gpsspeed-k','s:15:\"alt:км/сат\";'),('alt','messages:exif-gpsspeed-m','s:19:\"alt:миль/сат\";'),('alt','messages:exif-gpsspeed-n','s:13:\"ru:узлов\";'),('alt','messages:exif-gpsspeedref','s:53:\"ru:Единицы измерения скорости\";'),('alt','messages:exif-gpsstatus','s:63:\"ru:Статус приёмника в момент съёмки\";'),('alt','messages:exif-gpsstatus-a','s:45:\"ru:Измерение не закончено\";'),('alt','messages:exif-gpsstatus-v','s:46:\"ru:Готов к передаче данных\";'),('alt','messages:exif-gpstimestamp','s:35:\"ru:Точное время по UTC\";'),('alt','messages:exif-gpstrack','s:38:\"ru:Азимут приёмника GPS\";'),('alt','messages:exif-gpstrackref','s:86:\"ru:Тип азимута приёмника GPS (истинный, магнитный)\";'),('alt','messages:exif-gpsversionid','s:51:\"ru:Версия блока GPS-информации\";'),('alt','messages:exif-headline','s:21:\"ru:Заголовок\";'),('alt','messages:exif-identifier','s:32:\"alt:Идентификаторы\";'),('alt','messages:exif-iimcategory','s:22:\"alt:Категория\";'),('alt','messages:exif-iimcategory-ace','s:65:\"ru:Искусство, культура и развлечения\";'),('alt','messages:exif-iimcategory-clj','s:41:\"ru:Преступность и закон\";'),('alt','messages:exif-iimcategory-dis','s:39:\"ru:Катастрофы и аварии\";'),('alt','messages:exif-iimcategory-edu','s:25:\"ru:Образование\";'),('alt','messages:exif-iimcategory-evn','s:34:\"ru:Окружающая среда\";'),('alt','messages:exif-iimcategory-fin','s:37:\"ru:Экономика и бизнес\";'),('alt','messages:exif-iimcategory-hth','s:19:\"ru:Здоровье\";'),('alt','messages:exif-iimcategory-hum','s:46:\"ru:Примечательные истории\";'),('alt','messages:exif-iimcategory-lab','s:11:\"ru:Труд\";'),('alt','messages:exif-iimcategory-lif','s:38:\"ru:Образ жизни и досуг\";'),('alt','messages:exif-iimcategory-pol','s:19:\"ru:Политика\";'),('alt','messages:exif-iimcategory-rel','s:29:\"ru:Религия и вера\";'),('alt','messages:exif-iimcategory-sci','s:31:\"ru:Наука и техника\";'),('alt','messages:exif-iimcategory-soi','s:38:\"ru:Социальные вопросы\";'),('alt','messages:exif-iimcategory-spo','s:14:\"alt:Спорт\";'),('alt','messages:exif-iimcategory-war','s:57:\"ru:Войны, конфликты и беспорядки\";'),('alt','messages:exif-iimcategory-wea','s:15:\"ru:Погода\";'),('alt','messages:exif-iimsupplementalcategory','s:50:\"ru:Дополнительные категории\";'),('alt','messages:exif-iimversion','s:19:\"ru:Версия IIM\";'),('alt','messages:exif-imagedescription','s:27:\"alt:Јуруктыҥ ады\";'),('alt','messages:exif-imagelength','s:16:\"alt:Бийиги\";'),('alt','messages:exif-imageuniqueid','s:41:\"ru:Номер изображения (ID)\";'),('alt','messages:exif-imagewidth','s:18:\"alt:Тураазы\";'),('alt','messages:exif-initialcameradolly','s:45:\"ru:Изначальный вид камеры\";'),('alt','messages:exif-initialhorizontalfovdegrees','s:79:\"ru:Изначальный FOV (в градусах по горизонтали)\";'),('alt','messages:exif-initialverticalfovdegrees','s:75:\"ru:Изначальный FOV (в градусах по вертикали)\";'),('alt','messages:exif-initialviewheadingdegrees','s:94:\"ru:Изначальный горизонтальный угол вида (в градусах)\";'),('alt','messages:exif-initialviewpitchdegrees','s:65:\"ru:Изначальный угол вида (в градусах)\";'),('alt','messages:exif-initialviewrolldegrees','s:69:\"ru:Изначальный вид наклона (в градусах)\";'),('alt','messages:exif-intellectualgenre','s:24:\"ru:Тип объекта\";'),('alt','messages:exif-isospeedratings','s:39:\"alt:ISO јаркынныҥ сезими\";'),('alt','messages:exif-isospeedratings-overflow','s:19:\"ru:Более 65535\";'),('alt','messages:exif-jpegfilecomment','s:39:\"ru:Примечание JPEG-файла\";'),('alt','messages:exif-jpeginterchangeformat','s:53:\"ru:Положение начала блока preview\";'),('alt','messages:exif-jpeginterchangeformatlength','s:47:\"ru:Размер данных блока preview\";'),('alt','messages:exif-keywords','s:30:\"ru:Ключевые слова\";'),('alt','messages:exif-label','s:25:\"ru:Обозначение\";'),('alt','messages:exif-languagecode','s:10:\"alt:Тил\";'),('alt','messages:exif-lastphotodate','s:51:\"ru:Дата последней фотографии\";'),('alt','messages:exif-lens','s:35:\"alt:Эдинген объектив\";'),('alt','messages:exif-licenseurl','s:42:\"ru:URL авторской лицензии\";'),('alt','messages:exif-lightsource','s:30:\"ru:Источник света\";'),('alt','messages:exif-lightsource-0','s:21:\"alt:Јарты јок\";'),('alt','messages:exif-lightsource-1','s:26:\"ru:Дневной свет\";'),('alt','messages:exif-lightsource-10','s:17:\"ru:Облачно\";'),('alt','messages:exif-lightsource-11','s:11:\"ru:Тень\";'),('alt','messages:exif-lightsource-12','s:67:\"ru:Лампа дневного света тип D (5700 − 7100K)\";'),('alt','messages:exif-lightsource-13','s:67:\"ru:Лампа дневного света тип N (4600 − 5400K)\";'),('alt','messages:exif-lightsource-14','s:67:\"ru:Лампа дневного света тип W (3900 − 4500K)\";'),('alt','messages:exif-lightsource-15','s:68:\"ru:Лампа дневного света тип WW (3200 − 3700K)\";'),('alt','messages:exif-lightsource-17','s:64:\"ru:Стандартный источник света типа A\";'),('alt','messages:exif-lightsource-18','s:64:\"ru:Стандартный источник света типа B\";'),('alt','messages:exif-lightsource-19','s:64:\"ru:Стандартный источник света типа C\";'),('alt','messages:exif-lightsource-2','s:41:\"ru:Лампа дневного света\";'),('alt','messages:exif-lightsource-20','s:6:\"en:D55\";'),('alt','messages:exif-lightsource-21','s:6:\"en:D65\";'),('alt','messages:exif-lightsource-22','s:6:\"en:D75\";'),('alt','messages:exif-lightsource-23','s:6:\"en:D50\";'),('alt','messages:exif-lightsource-24','s:55:\"ru:Студийная лампа стандарта ISO\";'),('alt','messages:exif-lightsource-255','s:43:\"ru:Другой источник света\";'),('alt','messages:exif-lightsource-3','s:36:\"ru:Лампа накаливания\";'),('alt','messages:exif-lightsource-4','s:17:\"ru:Вспышка\";'),('alt','messages:exif-lightsource-9','s:30:\"ru:Хорошая погода\";'),('alt','messages:exif-locationdest','s:38:\"ru:Изображённое место\";'),('alt','messages:exif-locationdestcode','s:47:\"ru:Код изображённого места\";'),('alt','messages:exif-make','s:45:\"alt:Камераныҥ чыгараачызы\";'),('alt','messages:exif-make-value','s:5:\"en:$1\";'),('alt','messages:exif-maxaperturevalue','s:55:\"ru:Минимальное число диафрагмы\";'),('alt','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('alt','messages:exif-meteringmode','s:52:\"alt:Экспозицияны кемјир режим\";'),('alt','messages:exif-meteringmode-0','s:21:\"alt:Јарты јок\";'),('alt','messages:exif-meteringmode-1','s:17:\"ru:Средний\";'),('alt','messages:exif-meteringmode-2','s:35:\"ru:Центровзвешенный\";'),('alt','messages:exif-meteringmode-255','s:12:\"alt:Ӧскӧ\";'),('alt','messages:exif-meteringmode-3','s:19:\"ru:Точечный\";'),('alt','messages:exif-meteringmode-4','s:31:\"ru:Мультиточечный\";'),('alt','messages:exif-meteringmode-5','s:21:\"ru:Матричный\";'),('alt','messages:exif-meteringmode-6','s:21:\"ru:Частичный\";'),('alt','messages:exif-model','s:35:\"alt:Камераныҥ модели\";'),('alt','messages:exif-model-value','s:5:\"en:$1\";'),('alt','messages:exif-morepermissionsurl','s:77:\"ru:Альтернативная лицензионная информация\";'),('alt','messages:exif-nickname','s:67:\"ru:Неформальное название изображения\";'),('alt','messages:exif-objectcycle','s:99:\"ru:Время суток, для которого предназначено изображение\";'),('alt','messages:exif-objectcycle-a','s:26:\"ru:Только утром\";'),('alt','messages:exif-objectcycle-b','s:31:\"ru:Утром и вечером\";'),('alt','messages:exif-objectcycle-p','s:30:\"ru:Только вечером\";'),('alt','messages:exif-objectname','s:34:\"ru:Краткое название\";'),('alt','messages:exif-organisationinimage','s:50:\"ru:Изображённая организация\";'),('alt','messages:exif-orientation','s:22:\"alt:Улаамјызы\";'),('alt','messages:exif-orientation-1','s:12:\"alt:Толо\";'),('alt','messages:exif-orientation-2','s:47:\"ru:Отражено по горизонтали\";'),('alt','messages:exif-orientation-3','s:32:\"ru:Повёрнуто на 180°\";'),('alt','messages:exif-orientation-4','s:43:\"ru:Отражено по вертикали\";'),('alt','messages:exif-orientation-5','s:118:\"ru:Повёрнуто на 90° против часовой стрелки и отражено по вертикали\";'),('alt','messages:exif-orientation-6','s:74:\"ru:Повёрнуто на 90° против часовой стрелки\";'),('alt','messages:exif-orientation-7','s:110:\"ru:Повёрнуто на 90° по часовой стрелке и отражено по вертикали\";'),('alt','messages:exif-orientation-8','s:66:\"ru:Повёрнуто на 90° по часовой стрелке\";'),('alt','messages:exif-originaldocumentid','s:88:\"ru:Уникальный идентификатор исходного документа\";'),('alt','messages:exif-originalimageheight','s:68:\"ru:Высота изображения до кадрирования\";'),('alt','messages:exif-originalimagewidth','s:68:\"ru:Ширина изображения до кадрирования\";'),('alt','messages:exif-originaltransmissionref','s:56:\"ru:Код исходного места передачи\";'),('alt','messages:exif-personinimage','s:42:\"ru:Изображённый человек\";'),('alt','messages:exif-photometricinterpretation','s:25:\"alt:Ӧҥиҥ модели\";'),('alt','messages:exif-photometricinterpretation-0','s:48:\"ru:Чёрный и белый (белый — 0)\";'),('alt','messages:exif-photometricinterpretation-1','s:50:\"ru:Чёрный и белый (чёрный — 0)\";'),('alt','messages:exif-photometricinterpretation-10','s:42:\"ru:CIE L*a*b* (ITU-кодирование)\";'),('alt','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('alt','messages:exif-photometricinterpretation-3','s:34:\"ru:Цветовая палитра\";'),('alt','messages:exif-photometricinterpretation-32803','s:47:\"ru:Массив цветных фильтров\";'),('alt','messages:exif-photometricinterpretation-34892','s:23:\"ru:Линейный RAW\";'),('alt','messages:exif-photometricinterpretation-4','s:38:\"ru:Маска прозрачности\";'),('alt','messages:exif-photometricinterpretation-5','s:45:\"ru:Разделены (вероятно CMYK)\";'),('alt','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('alt','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('alt','messages:exif-photometricinterpretation-9','s:42:\"ru:CIE L*a*b* (ICC-кодирование)\";'),('alt','messages:exif-pixelxdimension','s:35:\"alt:Јуруктыҥ тууразы\";'),('alt','messages:exif-pixelydimension','s:33:\"alt:Јуруктыҥ бийиги\";'),('alt','messages:exif-planarconfiguration','s:53:\"ru:Принцип организации данных\";'),('alt','messages:exif-planarconfiguration-1','s:26:\"ru:формат «chunky»\";'),('alt','messages:exif-planarconfiguration-2','s:26:\"ru:формат «planar»\";'),('alt','messages:exif-pngfilecomment','s:41:\"ru:Примечание к PNG-файлу\";'),('alt','messages:exif-poseheadingdegrees','s:84:\"ru:Угол направления по горизонтали (в градусах)\";'),('alt','messages:exif-posepitchdegrees','s:57:\"ru:Угол по вертикали (в градусах)\";'),('alt','messages:exif-poserolldegrees','s:37:\"ru:Наклон (в градусах)\";'),('alt','messages:exif-preferredattributionname','s:102:\"ru:При использовании этой работы, пожалуйста, указывайте\";'),('alt','messages:exif-primarychromaticities','s:51:\"ru:Цветность основных цветов\";'),('alt','messages:exif-projectiontype','s:26:\"ru:Тип проекции\";'),('alt','messages:exif-projectiontype-equirectangular','s:29:\"ru:Равноугольный\";'),('alt','messages:exif-provinceorstatecreated','s:106:\"ru:Область, провинция или штат, где была сделана фотография\";'),('alt','messages:exif-provinceorstatedest','s:78:\"ru:Изображённая область, провинция или штат\";'),('alt','messages:exif-rating','s:24:\"ru:Оценка (из 5)\";'),('alt','messages:exif-rating-rejected','s:21:\"ru:Отклонено\";'),('alt','messages:exif-referenceblackwhite','s:59:\"ru:Положение белой и чёрной точек\";'),('alt','messages:exif-relatedsoundfile','s:53:\"ru:Файл звукового комментария\";'),('alt','messages:exif-rightscertificate','s:59:\"ru:Сертификат управления правами\";'),('alt','messages:exif-rowsperstrip','s:50:\"ru:Количество строк в 1 блоке\";'),('alt','messages:exif-samplesperpixel','s:56:\"alt:Ӧҥниҥ компонентериниҥ тоозы\";'),('alt','messages:exif-saturation','s:23:\"alt:Ӧҥниҥ кӧби\";'),('alt','messages:exif-saturation-0','s:23:\"ru:Нормальная\";'),('alt','messages:exif-saturation-1','s:46:\"ru:Небольшая насыщенность\";'),('alt','messages:exif-saturation-2','s:42:\"ru:Большая насыщенность\";'),('alt','messages:exif-scenecapturetype','s:40:\"ru:Тип сцены при съёмке\";'),('alt','messages:exif-scenecapturetype-0','s:25:\"ru:Стандартный\";'),('alt','messages:exif-scenecapturetype-1','s:19:\"ru:Ландшафт\";'),('alt','messages:exif-scenecapturetype-2','s:17:\"ru:Портрет\";'),('alt','messages:exif-scenecapturetype-3','s:28:\"ru:Ночная съёмка\";'),('alt','messages:exif-scenecode','s:25:\"ru:Код сцены IPTC\";'),('alt','messages:exif-scenetype','s:33:\"alt:Сценаныҥ бӱдӱми\";'),('alt','messages:exif-scenetype-1','s:75:\"ru:Изображение сфотографировано напрямую\";'),('alt','messages:exif-sensingmethod','s:35:\"alt:Сенсордыҥ бӱдӱми\";'),('alt','messages:exif-sensingmethod-1','s:31:\"ru:Неопределённый\";'),('alt','messages:exif-sensingmethod-2','s:80:\"ru:Однокристальный матричный цветной сенсор\";'),('alt','messages:exif-sensingmethod-3','s:63:\"ru:Цветной сенсор с двумя матрицами\";'),('alt','messages:exif-sensingmethod-4','s:63:\"ru:Цветной сенсор с тремя матрицами\";'),('alt','messages:exif-sensingmethod-5','s:102:\"ru:Матричный сенсор с последовательным измерением цвета\";'),('alt','messages:exif-sensingmethod-7','s:55:\"ru:Трёхцветный линейный сенсор\";'),('alt','messages:exif-sensingmethod-8','s:100:\"ru:Линейный сенсор с последовательным измерением цвета\";'),('alt','messages:exif-serialnumber','s:43:\"ru:Серийный номер камеры\";'),('alt','messages:exif-sharpness','s:19:\"ru:Резкость\";'),('alt','messages:exif-sharpness-0','s:12:\"alt:Толо\";'),('alt','messages:exif-sharpness-1','s:34:\"ru:Мягкое повышение\";'),('alt','messages:exif-sharpness-2','s:36:\"ru:Сильное повышение\";'),('alt','messages:exif-shutterspeedvalue','s:27:\"ru:Выдержка в APEX\";'),('alt','messages:exif-software','s:41:\"alt:Эдинген программазы\";'),('alt','messages:exif-software-value','s:5:\"en:$1\";'),('alt','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('alt','messages:exif-source','s:23:\"alt:Алган јери\";'),('alt','messages:exif-sourcephotoscount','s:51:\"ru:Число исходных фотографий\";'),('alt','messages:exif-specialinstructions','s:32:\"ru:Особые указания\";'),('alt','messages:exif-spectralsensitivity','s:35:\"alt:Спектрлык сезими\";'),('alt','messages:exif-stitchingsoftware','s:72:\"ru:Программное обеспечение для сшивания\";'),('alt','messages:exif-stripbytecounts','s:41:\"ru:Размер сжатого блока\";'),('alt','messages:exif-stripoffsets','s:45:\"ru:Положение блока данных\";'),('alt','messages:exif-subjectarea','s:67:\"ru:Положение и площадь объекта съёмки\";'),('alt','messages:exif-subjectdistance','s:46:\"alt:Объектке јетире ыраагы\";'),('alt','messages:exif-subjectdistance-value','s:52:\"ru:$1 {{PLURAL:$1|метр|метра|метров}}\";'),('alt','messages:exif-subjectdistancerange','s:56:\"ru:Расстояние до объекта съёмки\";'),('alt','messages:exif-subjectdistancerange-0','s:21:\"alt:Јарты јок\";'),('alt','messages:exif-subjectdistancerange-1','s:25:\"ru:Макросъёмка\";'),('alt','messages:exif-subjectdistancerange-2','s:56:\"ru:Съёмка с близкого расстояния\";'),('alt','messages:exif-subjectdistancerange-3','s:32:\"ru:Съёмка издалека\";'),('alt','messages:exif-subjectlocation','s:100:\"ru:Положение объекта относительно левого верхнего угла\";'),('alt','messages:exif-subjectnewscode','s:18:\"ru:Код темы\";'),('alt','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('alt','messages:exif-sublocationcreated','s:79:\"ru:Район города, где была сделана фотография\";'),('alt','messages:exif-sublocationdest','s:51:\"ru:Изображённый район города\";'),('alt','messages:exif-subsectime','s:69:\"ru:Доли секунд времени изменения файла\";'),('alt','messages:exif-subsectimedigitized','s:58:\"ru:Доли секунд времени оцифровки\";'),('alt','messages:exif-subsectimeoriginal','s:66:\"ru:Доли секунд оригинального времени\";'),('alt','messages:exif-unknowndate','s:34:\"ru:Неизвестная дата\";'),('alt','messages:exif-urgency','s:27:\"ru:Актуальность\";'),('alt','messages:exif-urgency-high','s:22:\"ru:Высокая ($1)\";'),('alt','messages:exif-urgency-low','s:20:\"ru:Низкая ($1)\";'),('alt','messages:exif-urgency-normal','s:22:\"ru:Обычная ($1)\";'),('alt','messages:exif-urgency-other','s:78:\"ru:Определённый пользователем приоритет ($1)\";'),('alt','messages:exif-usageterms','s:35:\"alt:Эдинетен ээжилер\";'),('alt','messages:exif-usepanoramaviewer','s:80:\"ru:Использовать программу просмотра панорам\";'),('alt','messages:exif-usepanoramaviewer-false','s:10:\"alt:Јок\";'),('alt','messages:exif-usepanoramaviewer-true','s:10:\"alt:Ийе\";'),('alt','messages:exif-usercomment','s:54:\"ru:Дополнительный комментарий\";'),('alt','messages:exif-webstatement','s:80:\"ru:Положение об авторских правах в Интернете\";'),('alt','messages:exif-whitebalance','s:34:\"alt:Ак ӧҥниҥ балансы\";'),('alt','messages:exif-whitebalance-0','s:57:\"ru:Автоматический баланс белого\";'),('alt','messages:exif-whitebalance-1','s:62:\"ru:Ручная установка баланса белого\";'),('alt','messages:exif-whitepoint','s:43:\"ru:Цветность белой точки\";'),('alt','messages:exif-worldregioncreated','s:77:\"ru:Регион мира, где была сделана фотография\";'),('alt','messages:exif-worldregiondest','s:49:\"ru:Изображённый регион мира\";'),('alt','messages:exif-writer','s:26:\"ru:Автор текста\";'),('alt','messages:exif-xresolution','s:35:\"alt:Јатыргыза бӱдӱми\";'),('alt','messages:exif-xyresolution-c','s:40:\"ru:$1 точек на сантиметр\";'),('alt','messages:exif-xyresolution-i','s:30:\"ru:$1 точек на дюйм\";'),('alt','messages:exif-ycbcrcoefficients','s:86:\"ru:Коэффициенты преобразования цветовой модели\";'),('alt','messages:exif-ycbcrpositioning','s:64:\"ru:Порядок размещения компонент Y и C\";'),('alt','messages:exif-ycbcrpositioning-1','s:31:\"ru:Центрированный\";'),('alt','messages:exif-ycbcrpositioning-2','s:11:\"ru:CO-sited\";'),('alt','messages:exif-ycbcrsubsampling','s:73:\"alt:Y ле C компоненттердиҥ кеминиҥ колбузы\";'),('alt','messages:exif-yresolution','s:31:\"alt:Тургуза бӱдӱми\";'),('alt','messages:expand_templates_generate_rawhtml','s:30:\"alt:HTML-ды кӧргӱзер\";'),('alt','messages:expand_templates_generate_xml','s:59:\"alt:XML-ды аайладып агажын кӧргӱзер\";'),('alt','messages:expand_templates_html_output','s:23:\"alt:HTML-чыгарыш\";'),('alt','messages:expand_templates_input','s:58:\"alt:Кийдирип јаткан вики-бичимел:\";'),('alt','messages:expand_templates_input_missing','s:93:\"alt:Слер кандый да болзо вики-бичимел тургузар керек\";'),('alt','messages:expand_templates_intro','s:521:\"alt:Бу аҥылу бӱк вики бичимелдерди кубултып јат, оныҥ ичиндеги ончо ӱлекерлерди рекурсиялу јайа тартып.\nАнайда ок, аайлачыныҥ функциялары база јайа тартылат\n<code><nowiki>{{</nowiki>#language:…}}</code> ла\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code> бӱдӱмдӱ солынчаҥдар - ончо эки кат фигурный скобкалардыҥ ичине киргендери.\";'),('alt','messages:expand_templates_ok','s:10:\"alt:ЈӦП\";'),('alt','messages:expand_templates_output','s:18:\"alt:Турулта\";'),('alt','messages:expand_templates_preview','s:31:\"alt:Озолодо кӧрӧри\";'),('alt','messages:expand_templates_preview_fail_html','s:748:\"alt:<em>{{SITENAME}} сайт HTML кодты эдинерге јараткан ла сесияныҥ информациязы јылыйган учун озолодо кӧргӱзетен кӧргӱзӱни JavaScript-атакалар болбозын деп јажырып салган.</em>\n\n<strong>Бу тӱзедиш јакшы кӱӱн-санаала эдилип јаткан болзо ойто катап умзанар.</strong>\nЭкинчи катап тӱзедиш келишпезе [[Special:UserLogout|системанаҥ чыгып]] ойто катап кирер, анайда ок браузердиҥ јазалталарынаҥ бу сайттыҥ cookie файлдарын эдинерге јарарын кӧрийгер.\";'),('alt','messages:expand_templates_preview_fail_html_anon','s:536:\"alt:<em>{{SITENAME}} сайт HTML кодты эдинерге јараткан ла слер системага кирбегенер учун озолодо кӧргӱзетен кӧргӱзӱни JavaScript-атакалар болбозын деп јажырып салган.</em>\n\n<strong>Озолоткон кӧргӱзӱни кӧрӧргӧ турганы јакшы кӱӱн-санаала эдилип јаткан болзор [[Special:UserLogin|системага кирип]] ле ойто катап умзанар.</strong>\";'),('alt','messages:expand_templates_remove_comments','s:53:\"alt:Комментарийлерди јоголтор\";'),('alt','messages:expand_templates_remove_nowiki','s:53:\"alt:Турултада <nowiki> тегты базар\";'),('alt','messages:expand_templates_title','s:63:\"alt:{{FULLPAGENAME}} бӱктиҥ бажалыгы ла о.ӧ.:\";'),('alt','messages:expand_templates_xml_output','s:22:\"alt:XML чыгарыш\";'),('alt','messages:expandtemplates','s:41:\"alt:Ӱлекерлерди элбедер\";'),('alt','messages:expansion-depth-exceeded-category','s:57:\"alt:Ачылары кеминеҥ ашкан бӱктер\";'),('alt','messages:expansion-depth-exceeded-category-desc','s:77:\"alt:Бӱктиҥ јараткадый ачыларыныҥ кеми ашты.\";'),('alt','messages:expansion-depth-exceeded-warning','s:75:\"alt:Бӱкте јараткадый ачылары кеминеҥ ашты.\";'),('alt','messages:expensive-parserfunction-category','s:114:\"alt:Ӧткӱре кӧп ресурс јиир функцияларды алдырдып турган бӱктер.\";'),('alt','messages:expensive-parserfunction-category-desc','s:334:\"alt:Бӱкте ресурстарды ӧткӱре кӧп эдинип турган функциялар бар (мындыйына тӱҥей <code>#ifexist</code>). Элбеде - [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit] бӱкте кӧрӧр.\";'),('alt','messages:expensive-parserfunction-warning','s:242:\"alt:<strong>Ајару:</strong> Бу бӱкте ӧткӱре кӧп ресурс јиир функциялар бар.\n\n$2 кӧп {{PLURAL:$2|алдырыш}} болбос керек, је эмди мында {{PLURAL:$1|$1 алдырыш}}.\";'),('alt','messages:explainconflict','s:582:\"alt:Бу бӱкти слер тӱзедип јадарда та кем де солынты эдийген.\nӰстиндеги тӱзедиштиҥ кӧзнӧгинде эмдиги бӱктиҥ бичимелин кӧрӧдӧр.\nАлдындагы кӧзнӧктӧ слердиҥ бичип јаткан вариант.\nЭткен тӱзедӱгерди алдындагы кӧзнӧктӧҥ ӱстиндезине кӧчӱрип ийер.\n\"$1\" былчышты былчыза <strong>јӱк ле</strong> ӱстиндеги кӧзнӧктӧги бичимел јарладылар.\";'),('alt','messages:export','s:39:\"alt:Бӱктердиҥ экспорты\";'),('alt','messages:export-addcat','s:14:\"alt:Кожор\";'),('alt','messages:export-addcattext','s:60:\"alt:Бӱктерди кожып ийер категория:\";'),('alt','messages:export-addns','s:14:\"alt:Кожор\";'),('alt','messages:export-addnstext','s:73:\"alt:Бӱктерди кожып ийер аттардыҥ телкеми:\";'),('alt','messages:export-download','s:36:\"alt:Файл эдип артызар\";'),('alt','messages:export-manual','s:44:\"alt:Бӱктерди кол ло кожор:\";'),('alt','messages:export-pagelinks','s:67:\"alt:Колбулу бӱктерди кийдирер, тереҥи:\";'),('alt','messages:export-submit','s:27:\"alt:Экспорт эдер\";'),('alt','messages:export-summary','s:3:\"en:\";'),('alt','messages:export-templates','s:37:\"alt:Ӱлекерлерди кожор\";'),('alt','messages:exportall','s:53:\"alt:Ончо бӱктерди экспорт эдер\";'),('alt','messages:exportcuronly','s:94:\"alt:Јӱк ле эмдиги версияны кийдирер, ончо тӱӱки јокко\";'),('alt','messages:exportlistauthors','s:85:\"alt:Кажы ла бӱкке кошкондордыҥ тизимин кийдирер\";'),('alt','messages:exportnohistory','s:238:\"alt:----\n<strong>Ајару:</strong> бӱктердиҥ солынтыларыныҥ тӱӱкизин экспорт эдетен арганы, јарамыгында проблемалар бар учун, токтодып салган.\";'),('alt','messages:exporttext','s:1036:\"alt:Слер талдап алган бӱктиҥ эмезе јууп алган бӱктердиҥ солынтыларыныҥ бӱгин эмезе журналын XML этире экспорт эдер аргалу. Оны MediaWiki-ҥ программалык јеткилдишке иштеп турган ӧскӧ вики-проектке ойто [[Special:Import|импорт]] эдер аргалу.\n\nБичимелдерди экспорт эдерге, олордыҥ адын бичинетен јерге, бир јолдыкка бир атты бичип ле экспортко кожо солынтыларыныҥ тӱӱкизин ончо эмезе калганчыларын талдаарга арга бар.\n\nАнайда ок, јӱк ле калганчы версияны экспорт эдерге аҥылу адрести эдинерге слерде арга бар.\nТемдектезе \"[[{{MediaWiki:Mainpage}}]]\" бӱктиҥ адрези [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] болор.\";'),('alt','messages:external_image_whitelist','s:830:\"alt: #Бу јолдыкты солыбай артызар<pre>\n#Мында регулярный выраженияныҥ бӧлӱктерин салар ( //-лердиҥ ортозында болгон бӧлӱгин)\n#олор тыштындагы јуруктардыҥ URL-дарга келиштиртер\n#Јарап тургандары јурук этире кӧргӱзилер, арткандары јуруктарга тайантылар этире кӧргӱзилер.\n# \"#\"-наҥ башталган јолдыктар комментарий этире аайладар\n#Јолдыктар регистрдеҥ камаанду эмес.\n\n#Регулярный выраженияныҥ бӧлӱктерин бу јолдыктыҥ ӱстине салар. Бу јолдыкты солыбай артызар.</pre>\";'),('alt','messages:externaldberror','s:300:\"alt:Тыштындагы база данных ажыра аутентификация ӧдӱп јадарда јастыра учурал болды эмезе слерге, бойыгардыҥ тыштындагы аккаунтка солынтылар эдерге аргалар јетпеди.\";'),('alt','messages:faq','s:54:\"alt:Јаантайын сураган сурактар\";'),('alt','messages:feb','s:10:\"alt:Коч\";'),('alt','messages:february','s:21:\"alt:Кочкор ай\";'),('alt','messages:february-gen','s:21:\"alt:кочкор ай\";'),('alt','messages:feed-atom','s:7:\"en:Atom\";'),('alt','messages:feed-invalid','s:71:\"alt:Каналдыҥ бичидериниҥ јастыра бӱдӱми\";'),('alt','messages:feed-rss','s:6:\"en:RSS\";'),('alt','messages:feed-unavailable','s:87:\"alt:Бичидиштиҥ лентазыла тузаланар арга эмди јок\";'),('alt','messages:feedback-adding','s:61:\"ru:Добавление отзыва на страницу…\";'),('alt','messages:feedback-back','s:13:\"ru:Назад\";'),('alt','messages:feedback-bugcheck','s:153:\"ru:Прекрасно! Только проверьте, что в списке [$1 известных ошибок] нет подобной записи.\";'),('alt','messages:feedback-bugnew','s:67:\"ru:Я проверил. Сообщить о новой ошибке\";'),('alt','messages:feedback-bugornote','s:482:\"ru:Если вы готовы подробно описать техническую проблему, пожалуйста, [$1 сообщите об ошибке].\nВ противном случае вы можете использовать данную простую форму. Ваш комментарий будет добавлен на страницу «[$3 $2]» вместе с вашим именем участника и используемым браузером.\";'),('alt','messages:feedback-cancel','s:20:\"alt:Токтодыш\";'),('alt','messages:feedback-close','s:14:\"alt:Белен\";'),('alt','messages:feedback-dialog-intro','s:214:\"alt:Слер алдындагы тегин форманы эдинип отзыв артызар аргалу.\nСлердиҥ туружаачыныҥ ады комментарийге $1 бӱкте кожылар.\";'),('alt','messages:feedback-dialog-title','s:29:\"alt:Отзыв аткарар\";'),('alt','messages:feedback-error1','s:65:\"alt:Јастырыш: API-неҥ јарты јок турулта\";'),('alt','messages:feedback-error4','s:139:\"alt:Јастырыш: Кӧргӱзилген, кайра колбуныҥ бажалыкту бичимелди салар арга јок.\";'),('alt','messages:feedback-external-bug-report-button','s:58:\"alt:Техникалык таскадуны аткарар\";'),('alt','messages:feedback-message','s:21:\"alt:Јетирӱзи:\";'),('alt','messages:feedback-subject','s:17:\"alt:Темазы:\";'),('alt','messages:feedback-submit','s:18:\"alt:Аткарар\";'),('alt','messages:feedback-terms','s:308:\"alt:Туружаачыныҥ агентиниҥ информациязына мениҥ браузерим ле операционный системам кирет деп ле олор ончозы ачык јерде менииҥ отзывымла катай болорын мен айлап тургам.\";'),('alt','messages:feedback-termsofuse','s:144:\"alt:Келижип турган Эдинер ээжилер аайынча кайра колбуны берерге јӧпсинип јадым.\";'),('alt','messages:feedback-thanks','s:101:\"alt:Быйан болзын! Слердиҥ јетирӱгер \"[$2 $1]\" бӱкте салынган.\";'),('alt','messages:feedback-thanks-title','s:28:\"alt:Быйан болзын!\";'),('alt','messages:feedback-useragent','s:19:\"alt:Браузер:\";'),('alt','messages:fewestrevisions','s:49:\"alt:Тоозы ас тӱзедӱлӱ бӱктер\";'),('alt','messages:fewestrevisions-summary','s:3:\"en:\";'),('alt','messages:file-anchor-link','s:12:\"alt:Файл\";'),('alt','messages:file-deleted-duplicate','s:196:\"alt:Андый ла файл ([[:$1]]) мынаҥ озо кырылган болгон.\nФайлды салардаҥ озо, файлдыҥ кырылганныҥ тӱӱкизин кӧригер.\";'),('alt','messages:file-deleted-duplicate-notitle','s:446:\"alt:Бу файл ошкош мындый ла файл мынаҥ озо кырылган болгон, ады оныҥ јарадылбаган болуп калган.\nСлерге кемди де айбылар керек, кемде јарадылбаган файлдарды кӧрӧтӧн аргалар бар, ол бу учуралды лаптап шиҥдеп ийзин деп, файлды јаҥынаҥ салар алдында.\";'),('alt','messages:file-exists-duplicate','s:114:\"alt:Бу файл - {{PLURAL:$1|файлдыҥ дупликады|файлдырдыҥ дупликаттары}}:\";'),('alt','messages:file-exists-sharedrepo','s:133:\"alt:Талдап алган файлдыҥ ады текши салгыш јерде бар.\nӦскӧ ат талдап адагар.\";'),('alt','messages:file-info','s:54:\"alt:файлдыҥ кеми: $1, MIME бӱдӱми: $2\";'),('alt','messages:file-info-gif-frames','s:31:\"alt:$1 {{PLURAL:$1|фрейм}}\";'),('alt','messages:file-info-gif-looped','s:44:\"alt:учы-бажын бириктирген\";'),('alt','messages:file-info-png-frames','s:31:\"alt:$1 {{PLURAL:$1|фрейм}}\";'),('alt','messages:file-info-png-looped','s:44:\"alt:учы-бажын бириктирген\";'),('alt','messages:file-info-png-repeat','s:50:\"alt:$1 {{PLURAL:$1|катап}} ойнодылат\";'),('alt','messages:file-info-size','s:77:\"alt:$1 × $2 пиксел, файлдыҥ кеми: $3, MIME бӱдӱми: $4\";'),('alt','messages:file-info-size-pages','s:119:\"alt:$1 × $2 пиксель, файлдыҥ јааны: $3, MIME бӱдӱми: $4, $5 {{PLURAL:$5|бӱк|бӱктер}}\";'),('alt','messages:file-no-thumb-animation','s:159:\"alt:<strong>Ајару: техникалык шылтактар учун бу файлдыҥ миниатюразы анимациялу болбос.</strong>\";'),('alt','messages:file-no-thumb-animation-gif','s:243:\"alt:<strong>Јартамал: Техникалык шылтактар аайынча, бу мындый бийги ле тууразы кӧп GIF-јуруктардыҥ миниатюралары кыймык јок болуп јат.</strong>\";'),('alt','messages:file-nohires','s:48:\"alt:Мынаҥ бийик кеми јогыла.\";'),('alt','messages:file-thumbnail-no','s:324:\"alt:Файлдыҥ ады <strong>$1</strong> башталат.\nБайла бу ол јуруктыҥ кичинектеткен копиязы \"(миниатюразы)\".\nСлерде бу јуруктыҥ кеми бӱткӱл бойынча јаан бар болзо оны салар эмезе адын солыгар.\";'),('alt','messages:file-too-large','s:65:\"alt:Аткарып ийген файлар ӧткӱре јаан.\";'),('alt','messages:filecopyerror','s:61:\"alt:\"$1\" файлдыҥ \"$2\" копиязы эдилбеди.\";'),('alt','messages:filedelete','s:23:\"alt:$1 јоголтор\";'),('alt','messages:filedelete-archive-read-only','s:112:\"alt:Кӧмзӧ салатан јерде \"$1\" веб-сервер неме бичиир аргалары јок.\";'),('alt','messages:filedelete-comment','s:19:\"alt:Шылтагы:\";'),('alt','messages:filedelete-current-unregistered','s:59:\"alt:Кӧргӱзилен файл \"$1\" базада јок.\";'),('alt','messages:filedelete-edit-reasonlist','s:79:\"alt:Јоголткон шылтактардыҥ тизимин тӱзедери\";'),('alt','messages:filedelete-edit-reasonlist-suppress','s:64:\"alt:Јажырыштыҥ шылтактарын тӱзедери\";'),('alt','messages:filedelete-intro','s:117:\"alt:Слер \'\'\'[[Media:$1|$1]]\'\'\' деп файлды бастыра тӱӱкизиле јабарга јадаар.\";'),('alt','messages:filedelete-intro-old','s:110:\"alt:Слер <strong>[[Media:$1|$1]]</strong> деп версияны јоголтып јадар [$4 $3, $2].\";'),('alt','messages:filedelete-legend','s:33:\"alt:Файлды јоголтор\";'),('alt','messages:filedelete-maintenance','s:168:\"alt:Технический иштер учун файлдарды кырарын ла орныктырарын бир канча ӧйгӧ токтодып салган.\";'),('alt','messages:filedelete-maintenance-title','s:31:\"alt:Файл кырылбайт\";'),('alt','messages:filedelete-missing','s:84:\"alt:\"$1\" деп файл кырылбас, нениҥ учун дезе ол јок.\";'),('alt','messages:filedelete-nofile','s:31:\"alt:<strong>$1</strong> јок.\";'),('alt','messages:filedelete-nofile-old','s:102:\"alt:Андый атрибутту <strong>$1</strong> архивке суккан версия јок.\";'),('alt','messages:filedelete-old-unregistered','s:82:\"alt:Файлдыҥ кӧргӱзилен \"$1\" версиязы базада јок.\";'),('alt','messages:filedelete-otherreason','s:52:\"alt:Оноҥ ӧскӧ/кожулта шылтагы:\";'),('alt','messages:filedelete-reason-dropdown','s:153:\"alt:* Кӧп-сабаада јоголтконныҥ шылтагы\n** авторский ээжилерди бусканы\n*** файл-дубликат\";'),('alt','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('alt','messages:filedelete-reason-otherlist','s:25:\"alt:Ӧскӧ шылтак\";'),('alt','messages:filedelete-submit','s:20:\"alt:Јоголтор\";'),('alt','messages:filedelete-success','s:60:\"alt:<strong>$1</strong> јоголтылган болгон.\";'),('alt','messages:filedelete-success-old','s:91:\"alt:$3$2-ниҥ  \'\'\'[[Media:$1|$1]]\'\' версиязы јоголтылган болгон.\";'),('alt','messages:filedeleteerror','s:37:\"alt:\"$1\" файл јоголбоды.\";'),('alt','messages:filedeleteerror-long','s:85:\"alt:Файлды јоголтып јадарда јастрыштар болды:\n\n$1\";'),('alt','messages:filedeleteerror-short','s:62:\"alt:Файлды јоголторында јастырыш: $1\";'),('alt','messages:filedesc','s:33:\"alt:Кыска јартамалы\";'),('alt','messages:fileduplicatesearch','s:48:\"alt:Тӱҥей файлдарды бедрери\";'),('alt','messages:fileduplicatesearch-filename','s:26:\"alt:Файлдыҥ ады:\";'),('alt','messages:fileduplicatesearch-info','s:87:\"alt:$1 × $2 пиксел, <br />файлдыҥ кеми: $3<br />MIME бӱдӱми: $4\";'),('alt','messages:fileduplicatesearch-noresults','s:48:\"alt:\"$1\" атту файл табылбаган.\";'),('alt','messages:fileduplicatesearch-result-1','s:57:\"alt:\"$1\" файлга тӱҥей дубликат јок.\";'),('alt','messages:fileduplicatesearch-result-n','s:71:\"alt:\"$1\" файлда {{PLURAL:$2|тӱҥей дубликат}} бар.\";'),('alt','messages:fileduplicatesearch-submit','s:16:\"alt:Бедреш\";'),('alt','messages:fileduplicatesearch-summary','s:67:\"alt:Хэш-код аайынча файлдарды бедрери.\";'),('alt','messages:fileexists','s:174:\"alt:Мындый атту файл бар, шиҥдеп ийгер <strong>[[:$1]]</strong>  {{GENDER:|слер}} оны солыбаска јатканарды.\n[[$1|thumb]]\";'),('alt','messages:fileexists-duplicate-version','s:158:\"alt:Салып јаткан файл <strong>[[:$1]]</strong> файлдыҥ {{PLURAL:$2|эски версиязыныҥ}} чике копиязы эмтир.\";'),('alt','messages:fileexists-extension','s:274:\"alt:Андый ла атту файл бар: [[$2|thumb]]\n* Салып јаткан файлдыҥ ады: <strong>[[:$1]]</strong>\n* Эмди бар файлдыҥ ады: <strong>[[:$2]]</strong>\nАйса болзо, слер оноҥ ӧскӧ ат эдинерир бе?\";'),('alt','messages:fileexists-forbidden','s:311:\"alt:Мындый атту файл бар, анайда ол оныҥ ордына бичиир арга јок.\nЈе слер ол файлды тӱҥей ле саларга турган болзор, тескери барып, јаҥынаҥ ӧскӧ ат адап салыгар.\n[[File:$1|thumb|center|$1]]\";'),('alt','messages:fileexists-no-change','s:159:\"alt:Бу салынган файл эмдиги файлдыҥ версиязыныҥ чике ле копиязы болот. Ады <strong>[[:$1]]</strong>.\";'),('alt','messages:fileexists-shared-forbidden','s:293:\"alt:Мындый атту файл файлдар салатан текши јерде бар.\nЈе слер ол файлды тӱҥей ле саларга турган болзор, тескери барып, јаҥынаҥ ӧскӧ ат адап салыгар.\n[[File:$1|thumb|center|$1]]\";'),('alt','messages:fileexists-thumbnail-yes','s:365:\"alt:Байла, бу файл - эмдиги бар файлдыҥ кичинектеткен копиязы <em>(миниатюразы)</em>.\n[[$1|thumb]]\nФайлды шиҥдеп кӧрӧр <strong>\n[[:$1]]</strong>.\nБу јурук ол ло јурук болзо, оныҥ кичектеткен копиязын башка этире салбас керек.\";'),('alt','messages:filehist','s:33:\"alt:Файлдыҥ тӱӱкизи\";'),('alt','messages:filehist-comment','s:22:\"alt:Јартамалы\";'),('alt','messages:filehist-current','s:18:\"alt:тургуза\";'),('alt','messages:filehist-datetime','s:23:\"alt:Датазы/ӧйи\";'),('alt','messages:filehist-deleteall','s:29:\"alt:ончо јоголтор\";'),('alt','messages:filehist-deleteone','s:20:\"alt:јоголтор\";'),('alt','messages:filehist-dimensions','s:12:\"alt:Кеми\";'),('alt','messages:filehist-filesize','s:29:\"alt:Файлдыҥ јааны\";'),('alt','messages:filehist-help','s:106:\"alt:Файлдыҥ ол туштагы бӱдӱмин кӧрӧргӧ ӧйиндӧн былчып ийер.\";'),('alt','messages:filehist-nothumb','s:33:\"alt:Миниатюразы јок\";'),('alt','messages:filehist-revert','s:20:\"alt:јандырар\";'),('alt','messages:filehist-thumb','s:22:\"alt:Миниатюра\";'),('alt','messages:filehist-thumbtext','s:45:\"alt:Миниатюра эдилген ӧй $1\";'),('alt','messages:filehist-user','s:22:\"alt:Туружаачы\";'),('alt','messages:filemissing','s:31:\"alt:Файл табылбады\";'),('alt','messages:filename','s:25:\"alt:Файлдыҥ ады\";'),('alt','messages:filename-bad-prefix','s:308:\"alt:Салып јаткан файлдыҥ ады <strong>$1</strong> башталат, байла ол цифровой камералар берип турган автоматикалык ӱлекерлик атту. Файлдыҥ ады керек аайынча болзын деп адап салар.\";'),('alt','messages:filename-prefix-blacklist','s:701:\"ru: #<!-- оставьте эту строчку как есть --> <pre>\n# Синтаксис следующий:\n#   * Всё, что начинается с символа «#», считается комментарием (до конца строки)\n#   * Каждая непустая строка — префикс стандартного названия файла, которое обычно даёт цифровая камера\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # некоторые мобильные телефоны\nIMG # общее\nJD # Jenoptik\nMGP # Pentax\nPICT # различные\n #</pre> <!-- оставьте эту строчку как есть -->\";'),('alt','messages:filename-thumb-name','s:379:\"alt:Файлдыҥ ады кичинектеткен јуруктыҥ адына тӱҥей.\nАныдый ла миниатюраларды ойто катап вики-проектке салбагар. Слерге бу файл керек болуп турган болзо, файлдыҥ адында миниатюраныҥ префиксы јок этире адагар.\";'),('alt','messages:filename-toolong','s:76:\"alt:Файлдыҥ ады 240 байттаҥ кӧп болбос керек.\";'),('alt','messages:filename-tooshort','s:50:\"alt:Файлдыҥ ады ӧткӱре кыска.\";'),('alt','messages:filenotfound','s:37:\"alt:\"$1\" файл табылбады.\";'),('alt','messages:filepage-nofile','s:42:\"alt:Мындый атту файл јок.\";'),('alt','messages:filepage-nofile-link','s:92:\"alt:Мындый атту файл јок. Слер оны $1 кийдирер аргалу.\";'),('alt','messages:filepage.css','s:183:\"ru:/* Размещённые здесь CSS будут применены на странице описания файла и на сторонних клиентских вики */\";'),('alt','messages:filepageexists','s:374:\"alt:Бу файлга јартамал бӱкти <strong>[[:$1]]</strong> этире тӧзӧп салган, је андый файл эмди јок. Бичип салган јартамал файлдыҥ јартамал бӱгинде чыкпас. \nЈаҥы јартамал кожорго, слерге кол ажыра солыырга келижер.\n[[$1|thumb]]\";'),('alt','messages:filereadonlyerror','s:266:\"alt:\"$1\" файл солынбады, оныҥ салынган јери \"$2\" \"јӱк кычырыш\" режимде турат.\n\nТуйукташка тургурскан системный администратордыҥ артыскан јартамалы: \"$3\".\";'),('alt','messages:filerenameerror','s:75:\"alt:\"$1\" мынаҥ бого \"$2\" файлдыҥ ады солынбады.\";'),('alt','messages:filereuploadsummary','s:42:\"alt:Файлдагы солынтылар:\";'),('alt','messages:filerevert','s:49:\"alt:Эски $1 версияга јандырар\";'),('alt','messages:filerevert-badversion','s:110:\"alt:Бу ӧйи темдектелген файлдыҥ алдындагы локал версиязы јок.\";'),('alt','messages:filerevert-comment','s:19:\"alt:Шылтагы:\";'),('alt','messages:filerevert-defaultcomment','s:58:\"alt:Ӧйи $2, $1 ($3) версияга тескерлеш\";'),('alt','messages:filerevert-identical','s:89:\"alt:Бу файлдыҥ версиязы талдап алган файлга тӱҥей.\";'),('alt','messages:filerevert-intro','s:113:\"alt:Файлды <strong>[[Media:$1|$1]]</strong> [$4 версияга $3, $2] тескерледип јадар.\";'),('alt','messages:filerevert-legend','s:60:\"alt:Файлдыҥ версиязын тескерледер\";'),('alt','messages:filerevert-submit','s:20:\"alt:Јандырар\";'),('alt','messages:filerevert-success','s:96:\"alt:<strong>[[Media:$1|$1]]</strong> [$4 версияга $3, $2]  тескерледилген.\";'),('alt','messages:filesource','s:24:\"alt:Алган јери:\";'),('alt','messages:filestatus','s:46:\"alt:Таркадылатан ээжилери:\";'),('alt','messages:filetype-bad-ie-mime','s:193:\"alt:Бу файлды салар арга јок, Internet Explorer оны \"$1\" этире аайлар, јарадылбаган ле каршузын јетиргедий файл этире.\";'),('alt','messages:filetype-badmime','s:57:\"alt:\"$1\" MIME-типтӱ файлдар салынбас.\";'),('alt','messages:filetype-banned','s:72:\"alt:Мындый файлдыҥ типтери јарадылбаган.\";'),('alt','messages:filetype-banned-type','s:206:\"alt:<strong>\".$1\"</strong> јарабас {{PLURAL:$4|файлдыҥ тибы|файлдардыҥ типтери}}. Јарар {{PLURAL:$3|файлдыҥ тибы|файлдардыҥ типтери:}} $2.\";'),('alt','messages:filetype-mime-mismatch','s:99:\"alt:Файлдыҥ элбедижи \".$1\" танылган MIME-типке ($2) келишпейт.\";'),('alt','messages:filetype-missing','s:61:\"alt:Файлда элбедижи јок (\".jpg\" аайлу).\";'),('alt','messages:filetype-unwanted-type','s:170:\"alt:<strong>\".$1\"</strong> - јаратпаган файлдыҥ тибы. Јараткан {{PLURAL:$3|файлдыҥ тибы|файлдардыҥ типтери:}} $2.\";'),('alt','messages:fileuploadsummary','s:50:\"alt:Солынтылардыҥ јартамалы:\";'),('alt','messages:filewasdeleted','s:156:\"alt:Мындый атту файл мынаҥ озо болгон, је кырылган. Јаҥынаҥ салар алдында $1 катап кӧрӧр.\";'),('alt','messages:fix-double-redirects','s:83:\"alt:Мынаҥ озо болгон атка ууландырышты тӱзедер\";'),('alt','messages:formatnum-nan','s:19:\"alt:Тоо эмес\";'),('alt','messages:formerror','s:66:\"alt:Јастыра: Форманы јӧптӧӧр арга јок.\";'),('alt','messages:fri','s:10:\"alt:Птн\";'),('alt','messages:friday','s:18:\"alt:Пятница\";'),('alt','messages:friday-at','s:33:\"alt:Пятницада, ӧйи $1\";'),('alt','messages:gallery-slideshow-toggle','s:47:\"alt:Миниатюраларды кӧчӱрер\";'),('alt','messages:gender-female','s:58:\"alt:Ӱй кижи вики бӱктерди тӱзедет\";'),('alt','messages:gender-male','s:58:\"alt:Эр кижи вики бӱктерди тӱзедет\";'),('alt','messages:gender-notknown','s:44:\"alt:Вики бӱктерди тӱзедет\";'),('alt','messages:gender-unknown','s:183:\"alt:Слер керегинде айдылза программный јеткилдеш гендерно-нейтральный сӧстӧрди талдаарга албаданар\";'),('alt','messages:generic-pool-error','s:217:\"alt:Бу ӧйдӧ серверлер туктурылып иштегилейт.\nБу бӱкти кӧп эдинчилер ачарга турды.\nСакып алар эмеш, оноҥ такып ачып кӧрӧр.\";'),('alt','messages:go','s:14:\"alt:Барар\";'),('alt','messages:googleanalytics-desc','s:173:\"ru:Вставляет скрипты Google Analytics (и/или другой веб-аналитики) в страницы MediaWiki для сбора статистики\";'),('alt','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('alt','messages:gotointerwiki','s:53:\"alt:{{SITENAME}} сайттаҥ чыгып јадыс\";'),('alt','messages:gotointerwiki-external','s:140:\"alt:Слер {{SITENAME}} сайттаҥ чыгып, туразында [[$2]] сайтка барып јадар.\n\n\'\'\'[$1 Кӧчӧр $1]\'\'\'\";'),('alt','messages:gotointerwiki-invalid','s:57:\"alt:Јастыра бажалык кӧргӱзилген.\";'),('alt','messages:grant-basic','s:25:\"alt:Тӧс аргалар\";'),('alt','messages:grant-blockusers','s:88:\"alt:Аккаундарды туйукташка кийдирери ле чыгарары\";'),('alt','messages:grant-createaccount','s:39:\"alt:Аккаунттарды эдери\";'),('alt','messages:grant-createeditmovepage','s:84:\"alt:Бӱктерди баштаары, тӱзедери ле адын солыыры\";'),('alt','messages:grant-delete','s:106:\"alt:Бӱктерди, тӱзедӱлерди ле журналдыҥ бичимелдерин кырары\";'),('alt','messages:grant-editinterface','s:117:\"alt:MediaWiki-ниҥ аттарыныҥ телкемин ле туружаачлардыҥ JSON-ын тӱзедери\";'),('alt','messages:grant-editmycssjs','s:80:\"alt:Слердиҥ туружаачыныҥ CSS/JSON/JavaScript тӱзедери\";'),('alt','messages:grant-editmyoptions','s:122:\"alt:Слердиҥ туружаачыныҥ јазлталарын ла JSON конфигурциязын тӱзедери\";'),('alt','messages:grant-editmywatchlist','s:67:\"alt:Слердиҥ ширтениҥ тизимин тӱзедери\";'),('alt','messages:grant-editpage','s:44:\"alt:Бар бӱктерди тӱзедери\";'),('alt','messages:grant-editprotected','s:58:\"alt:Корулалган бӱктерди тӱзедери\";'),('alt','messages:grant-editsiteconfig','s:72:\"alt:Туружаачыныҥ ла сайттыҥ CSS/JS тӱзедери\";'),('alt','messages:grant-generic','s:44:\"alt:Аргалардыҥ \"$1\" теерӱзи\";'),('alt','messages:grant-group-administration','s:66:\"alt:Административный кылынышты эдери\";'),('alt','messages:grant-group-customization','s:55:\"alt:Јазалталар ла артык кӧргӧни\";'),('alt','messages:grant-group-email','s:50:\"alt:Электрон самара аткарары\";'),('alt','messages:grant-group-file-interaction','s:61:\"alt:Медиафайлдар ла колбулу иштери\";'),('alt','messages:grant-group-high-volume','s:33:\"alt:Эрчимдӱ кылынар\";'),('alt','messages:grant-group-other','s:35:\"alt:Башка активность\";'),('alt','messages:grant-group-page-interaction','s:49:\"alt:Бӱктер ле колбулу иштери\";'),('alt','messages:grant-group-private-information','s:73:\"alt:Слер керегинде информацияга једетени\";'),('alt','messages:grant-group-watchlist-interaction','s:81:\"alt:Слердиҥ ширтениҥ тизими ле колбулу иштери\";'),('alt','messages:grant-highvolume','s:46:\"alt:Эрчимдӱ этире тӱзедери\";'),('alt','messages:grant-import','s:48:\"alt:Версияларды импорт эдер\";'),('alt','messages:grant-mergehistory','s:68:\"alt:Тӱзедӱлердиҥ тӱӱкизин бириктирери\";'),('alt','messages:grant-oversight','s:119:\"alt:Туружаачылардыҥ тӱзедӱлерин ле бӱктердиҥ версияларын јажырар\";'),('alt','messages:grant-patrol','s:58:\"alt:Бӱктерде солынтыларды ширтер\";'),('alt','messages:grant-privateinfo','s:69:\"alt:Бойы керегинде информацияга једери\";'),('alt','messages:grant-protect','s:76:\"alt:Бӱктердиҥ корузы ла корузын токтотконы\";'),('alt','messages:grant-rollback','s:72:\"alt:Бӱктердиҥ солынтыларын тескерледери\";'),('alt','messages:grant-sendemail','s:88:\"alt:Ӧскӧ туружаачыларга электрон самара аткарары\";'),('alt','messages:grant-uploadeditmovefile','s:97:\"alt:Файлдарды кийдире тартары, солыыры ла адын солыыры\";'),('alt','messages:grant-uploadfile','s:61:\"alt:Јаҥы файлдарды кийдире тартары\";'),('alt','messages:grant-viewdeleted','s:74:\"alt:Кырылган файлдарды ла бӱктерди кӧрӧри\";'),('alt','messages:grant-viewmywatchlist','s:63:\"alt:Слердиҥ ширтениҥ тизимин кӧрӧри\";'),('alt','messages:grant-viewrestrictedlogs','s:102:\"alt:Једетени кирелеген журналдардыҥ бичимелдерин кӧрӧри\";'),('alt','messages:group','s:17:\"alt:Группа:\";'),('alt','messages:group-all','s:14:\"alt:(ончо)\";'),('alt','messages:group-autoconfirmed','s:80:\"alt:Автоматикалык чындыкталган туружаачылар\";'),('alt','messages:group-autoconfirmed-member','s:69:\"alt:{{GENDER:$1|авточындыкталган туружаачы}}\";'),('alt','messages:group-autoconfirmed.css','s:145:\"ru:/* Размещённый здесь CSS будет применяться для автоподтверждённых участников */\";'),('alt','messages:group-autoconfirmed.js','s:210:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус автоподтверждённых (autoconfirmed) */\";'),('alt','messages:group-bot','s:16:\"alt:Боттор\";'),('alt','messages:group-bot-member','s:24:\"alt:{{GENDER:$1|бот}}\";'),('alt','messages:group-bot.css','s:111:\"ru:/* Размещённый здесь CSS будет применяться только для ботов */\";'),('alt','messages:group-bot.js','s:175:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус ботов (bots) */\";'),('alt','messages:group-bureaucrat','s:26:\"alt:Бюрократтар\";'),('alt','messages:group-bureaucrat-member','s:34:\"alt:{{GENDER:$1|бюрократ}}\";'),('alt','messages:group-bureaucrat.css','s:121:\"ru:/* Размещённый здесь CSS будет применяться только для бюрократов */\";'),('alt','messages:group-bureaucrat.js','s:192:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус бюрократов (bureaucrats) */\";'),('alt','messages:group-interface-admin','s:63:\"alt:Интерфейстиҥ администраторлоры\";'),('alt','messages:group-interface-admin-member','s:71:\"alt:{{GENDER:$1|интерфейстиҥ администраторы}}\";'),('alt','messages:group-membership-link-with-expiry','s:24:\"alt:$1 ($2 јетире)\";'),('alt','messages:group-named','s:55:\"alt:Регистрациялу туружаачылар\";'),('alt','messages:group-suppress','s:24:\"alt:Јажырчылар\";'),('alt','messages:group-suppress-member','s:34:\"alt:{{GENDER:$1|јажырган}}\";'),('alt','messages:group-sysop','s:36:\"alt:Администраторлор\";'),('alt','messages:group-sysop-member','s:44:\"alt:{{GENDER:$1|администратор}}\";'),('alt','messages:group-sysop.css','s:131:\"ru:/* Размещённый здесь CSS будет применяться только для администраторов */\";'),('alt','messages:group-sysop.js','s:197:\"ru:/* Размещённый здесь код JavaScript будет загружаться только участникам, имеющим статус администраторов (sysops) */\";'),('alt','messages:group-user','s:28:\"alt:Туружаачылар\";'),('alt','messages:group-user-member','s:36:\"alt:{{GENDER:$1|туружаачы}}\";'),('alt','messages:group-user.css','s:164:\"ru:/* Размещённый здесь CSS будет применяться только для зарегистрированных пользователей */\";'),('alt','messages:group-user.js','s:171:\"ru:/* Размещённый здесь JavaScript будет применяться только для зарегистрированных пользователей */\";'),('alt','messages:grouppage-autoconfirmed','s:76:\"alt:{{ns:project}}:Авточындыкталган туружаачылар\";'),('alt','messages:grouppage-bot','s:31:\"alt:{{ns:project}}:Боттор\";'),('alt','messages:grouppage-bureaucrat','s:41:\"alt:{{ns:project}}:Бюрократтар\";'),('alt','messages:grouppage-interface-admin','s:78:\"alt:{{ns:project}}:Интерфейстиҥ администраторлоры\";'),('alt','messages:grouppage-named','s:70:\"alt:{{ns:project}}:Регистрациялу туружаачылар\";'),('alt','messages:grouppage-suppress','s:35:\"alt:{{ns:project}}:Јажырган\";'),('alt','messages:grouppage-sysop','s:51:\"alt:{{ns:project}}:Администраторлор\";'),('alt','messages:grouppage-user','s:43:\"alt:{{ns:project}}:Туружаачылар\";'),('alt','messages:guesstimezone','s:33:\"alt:Браузердеҥ алар\";'),('alt','messages:headline-anchor-title','s:53:\"alt:Бу бӧлӱкке уулаган тайанты\";'),('alt','messages:hebrew-calendar-m1','s:15:\"ru:Тишрей\";'),('alt','messages:hebrew-calendar-m1-gen','s:15:\"ru:Тишрея\";'),('alt','messages:hebrew-calendar-m10','s:15:\"ru:Таммуз\";'),('alt','messages:hebrew-calendar-m10-gen','s:17:\"ru:Таммуза\";'),('alt','messages:hebrew-calendar-m11','s:7:\"ru:Ав\";'),('alt','messages:hebrew-calendar-m11-gen','s:9:\"ru:Ава\";'),('alt','messages:hebrew-calendar-m12','s:11:\"ru:Элул\";'),('alt','messages:hebrew-calendar-m12-gen','s:13:\"ru:Элула\";'),('alt','messages:hebrew-calendar-m2','s:15:\"ru:Хешван\";'),('alt','messages:hebrew-calendar-m2-gen','s:17:\"ru:Хешвана\";'),('alt','messages:hebrew-calendar-m3','s:15:\"ru:Кислев\";'),('alt','messages:hebrew-calendar-m3-gen','s:17:\"ru:Кислева\";'),('alt','messages:hebrew-calendar-m4','s:13:\"ru:Тевет\";'),('alt','messages:hebrew-calendar-m4-gen','s:15:\"ru:Тевета\";'),('alt','messages:hebrew-calendar-m5','s:11:\"ru:Шват\";'),('alt','messages:hebrew-calendar-m5-gen','s:13:\"ru:Швата\";'),('alt','messages:hebrew-calendar-m6','s:11:\"ru:Адар\";'),('alt','messages:hebrew-calendar-m6-gen','s:13:\"ru:Адара\";'),('alt','messages:hebrew-calendar-m6a','s:13:\"ru:Адар I\";'),('alt','messages:hebrew-calendar-m6a-gen','s:15:\"ru:Адара I\";'),('alt','messages:hebrew-calendar-m6b','s:14:\"ru:Адар II\";'),('alt','messages:hebrew-calendar-m6b-gen','s:16:\"ru:Адара II\";'),('alt','messages:hebrew-calendar-m7','s:13:\"ru:Нисан\";'),('alt','messages:hebrew-calendar-m7-gen','s:15:\"ru:Нисана\";'),('alt','messages:hebrew-calendar-m8','s:9:\"ru:Ияр\";'),('alt','messages:hebrew-calendar-m8-gen','s:11:\"ru:Ияра\";'),('alt','messages:hebrew-calendar-m9','s:13:\"ru:Сиван\";'),('alt','messages:hebrew-calendar-m9-gen','s:15:\"ru:Сивана\";'),('alt','messages:help','s:14:\"alt:Болуш\";'),('alt','messages:help-mediawiki','s:43:\"alt:MediaWiki керегинде болуш\";'),('alt','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('alt','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('alt','messages:helppage-top-gethelp','s:14:\"alt:Болуш\";'),('alt','messages:hidden-categories','s:95:\"alt:{{PLURAL:$1|Јажырган категория|Јажырган категориялар}}\";'),('alt','messages:hidden-category-category','s:45:\"alt:Јажырган категориялар\";'),('alt','messages:hidden-category-category-desc','s:265:\"alt:Бу категорияныҥ вики бичимелинде <code><nowiki>__HIDDENCAT__</nowiki></code> таҥма бар, оныҥ учун, ол ого кирген бӱктердиҥ \"Категориялар\" бӧлӱгинде кӧргӱзилбеген.\";'),('alt','messages:hiddencategories','s:86:\"alt:Бу бӱк кирет{{PLURAL:$1|1 јажырылган категорияга}}:\";'),('alt','messages:hide','s:18:\"alt:Јажырар\";'),('alt','messages:hidetoc','s:18:\"alt:јажырар\";'),('alt','messages:hijri-calendar-m1','s:19:\"ru:Мухаррам\";'),('alt','messages:hijri-calendar-m10','s:17:\"ru:Шавваль\";'),('alt','messages:hijri-calendar-m11','s:19:\"ru:Зулькада\";'),('alt','messages:hijri-calendar-m12','s:22:\"ru:Зуль-Хиджа\";'),('alt','messages:hijri-calendar-m2','s:13:\"ru:Сафар\";'),('alt','messages:hijri-calendar-m3','s:28:\"ru:Рабиуль-Аввал\";'),('alt','messages:hijri-calendar-m4','s:25:\"ru:Раби ас-сани\";'),('alt','messages:hijri-calendar-m5','s:31:\"ru:Джумада аль-уля\";'),('alt','messages:hijri-calendar-m6','s:31:\"ru:Джумада ас-сани\";'),('alt','messages:hijri-calendar-m7','s:15:\"ru:Раджаб\";'),('alt','messages:hijri-calendar-m8','s:15:\"ru:Шаабан\";'),('alt','messages:hijri-calendar-m9','s:17:\"ru:Рамадан\";'),('alt','messages:hist','s:14:\"alt:тӱӱки\";'),('alt','messages:histfirst','s:21:\"alt:Эҥ эскизи\";'),('alt','messages:histlast','s:21:\"alt:Эҥ јаҥызы\";'),('alt','messages:histlegend','s:464:\"alt:Версиялардыҥ аҥыланганы: бӱктиҥ версияларын теҥдештирерге темдектеп ийеле былчып ийер.<br />\nЛегендазы: <strong>({{int:cur}})</strong> = тургуза  ӧйдӧги версиянаҥ аҥыланганы, <strong>({{int:last}})</strong> = озогы версиянаҥ аҥыланганы, <strong>{{int:minoreditletter}}</strong> = јаан эмес аҥыланганы.\";'),('alt','messages:history','s:31:\"alt:Бӱктиҥ тӱӱкизи\";'),('alt','messages:history-edit-tags','s:86:\"alt:Талдап алган версиялрдыҥ таҥмаларын солыыры\";'),('alt','messages:history-empty','s:70:\"alt:Јаражып турган версиялар табылбады.\";'),('alt','messages:history-feed-description','s:78:\"alt:Бу бӱктиҥ солынтыларыныҥ тӱӱкизи викиде\";'),('alt','messages:history-feed-empty','s:218:\"alt:Сурулаган бӱк эдилбеген.\nОл кырылган эмезе ӧскӧ этире адалган аргалу.\nТӱҥей бӱктерди [[Special:Search|викинеҥ бедреп]] кӧрӧр.\";'),('alt','messages:history-feed-item-nocomment','s:9:\"alt:$1 $2\";'),('alt','messages:history-feed-title','s:45:\"alt:Солынтылардыҥ тӱӱкизи\";'),('alt','messages:history-fieldset-title','s:47:\"alt:Тӱзедӱлерди ылгаштырар\";'),('alt','messages:history-show-deleted','s:52:\"alt:Јаҥыс јоголткон тӱзедӱлер\";'),('alt','messages:history-title','s:49:\"alt:$1: солынтылардыҥ тӱӱкизи\";'),('alt','messages:history_copyright','s:4:\"en:-\";'),('alt','messages:history_short','s:14:\"alt:Тӱӱки\";'),('alt','messages:history_small','s:14:\"alt:тӱӱки\";'),('alt','messages:historyaction-submit','s:45:\"alt:Версияларды кӧргӱзери\";'),('alt','messages:historyempty','s:12:\"alt:куру\";'),('alt','messages:historysize','s:30:\"alt:({{PLURAL:$1|1 байт}})\";'),('alt','messages:historywarning','s:164:\"alt:<strong>Ајару:</strong> Слер тӱзедиштиҥ журналында $1 {{PLURAL:$1|версия}} бар бӱкти кырарга турганар:\";'),('alt','messages:hookaborted','s:130:\"alt:Слердиҥ эдерге турган солынтыны элбедиштиҥ јазачзы токтодып салган.\";'),('alt','messages:hours','s:29:\"alt:{{PLURAL:$1|$1 саат}}\";'),('alt','messages:hours-abbrev','s:8:\"ru:$1 ч\";'),('alt','messages:hours-ago','s:36:\"alt:$1 {{PLURAL:$1|саат}} озо\";'),('alt','messages:htmlform-chosen-placeholder','s:39:\"alt:Вариантты талдагар\";'),('alt','messages:htmlform-cloner-create','s:23:\"alt:БАза кожор\";'),('alt','messages:htmlform-cloner-delete','s:20:\"alt:Јоголтор\";'),('alt','messages:htmlform-cloner-required','s:77:\"alt:Бир де болзо кемјӱлӱ учурлу болор керек.\";'),('alt','messages:htmlform-date-invalid','s:133:\"alt:Слердиҥ тургускан ӧй ӧйгӧ тӱҥей эмес. ЈЈЈЈ-АА-КК форматты эдинип кӧрӧр.\";'),('alt','messages:htmlform-date-placeholder','s:22:\"alt:ЈЈЈЈ-АА-КК\";'),('alt','messages:htmlform-date-toohigh','s:115:\"alt:Слердиҥ кийдирген ӧйдиҥ учуры, јарадылган $1 эҥ кӧп ӧйдӧҥ кӧп.\";'),('alt','messages:htmlform-date-toolow','s:111:\"alt:Слердиҥ кийдирген ӧйдиҥ учуры, јарадылган $1 эҥ ас ӧйдӧҥ ас.\";'),('alt','messages:htmlform-datetime-invalid','s:148:\"alt:Слердиҥ тургускан ӧй ӧйгӧ тӱҥей эмес. ЈЈЈЈ-АА-КК СС:АА:СС форматты эдинип кӧрӧр.\";'),('alt','messages:htmlform-datetime-placeholder','s:37:\"alt:ЈЈЈЈ-АА-КК СС:ММ:СС\";'),('alt','messages:htmlform-datetime-toohigh','s:119:\"alt:Слердиҥ кийдирген ӧйдиҥ учуры, јарадылган $1 эҥ ороой ӧйдӧҥ кӧп.\";'),('alt','messages:htmlform-datetime-toolow','s:115:\"alt:Слердиҥ кийдирген ӧйдиҥ учуры, јарадылган $1 эҥ эрте ӧйдӧҥ ас.\";'),('alt','messages:htmlform-float-invalid','s:44:\"alt:Учуры бӱткӱл тоо эмес.\";'),('alt','messages:htmlform-int-invalid','s:90:\"alt:Слердиҥ кӧргӱскенердиҥ учуры - бӱткӱл тоо эмес.\";'),('alt','messages:htmlform-int-toohigh','s:114:\"alt:Слердиҥ кӧргӱскен кемјӱ эҥ бийик болор $1 учурынаҥ ажа берди.\";'),('alt','messages:htmlform-int-toolow','s:116:\"alt:Слердиҥ кӧргӱскен кемјӱ эҥ ас болор $1 учурынаҥ јабызай берди.\";'),('alt','messages:htmlform-invalid-input','s:84:\"alt:Аткарган кӧргӱзӱлерде проблемалар табылды.\";'),('alt','messages:htmlform-multiselect-toomany','s:162:\"alt:Слердиҥ кӧргӱскен элементтердиҥ тоозы јарадылган эҥ кӧп болотон кеминеҥ ажа берди - $1.\";'),('alt','messages:htmlform-no','s:10:\"alt:Јок\";'),('alt','messages:htmlform-required','s:48:\"alt:Мында учуры болор керек.\";'),('alt','messages:htmlform-reset','s:51:\"alt:Солынтыларды тескерледер\";'),('alt','messages:htmlform-select-badoption','s:87:\"alt:Слердиҥ бичигенерде учуры јарадылбаганы бар.\";'),('alt','messages:htmlform-selectorother-other','s:12:\"alt:Ӧскӧ\";'),('alt','messages:htmlform-submit','s:18:\"alt:Аткарар\";'),('alt','messages:htmlform-tag-not-allowed','s:30:\"alt:$1 - јарабас тег\";'),('alt','messages:htmlform-time-invalid','s:129:\"alt:Слердиҥ тургускан ӧй ӧйгӧ тӱҥей эмес. СС:АА:СС форматты эдинип кӧрӧр.\";'),('alt','messages:htmlform-time-placeholder','s:18:\"alt:СС:ММ:СС\";'),('alt','messages:htmlform-time-toohigh','s:117:\"alt:Слердиҥ кийдирген ӧйдиҥ учуры, јарадылган $1 эҥ орой ӧйдӧҥ кӧп.\";'),('alt','messages:htmlform-time-toolow','s:111:\"alt:Слердиҥ кийдирген ӧйдиҥ учуры, јарадылган $1 эҥ ас ӧйдӧҥ ас.\";'),('alt','messages:htmlform-title-badnamespace','s:85:\"alt:[[:$1]] деп бӱк \"{{ns:$2}}\" аттардыҥ телкеминде эмес.\";'),('alt','messages:htmlform-title-interwiki','s:95:\"alt:$1 - интервики-бажалык, је ол локальный болор керек.\";'),('alt','messages:htmlform-title-not-creatable','s:46:\"alt:\"$1\" деп атту бӱк эдилбес\";'),('alt','messages:htmlform-title-not-exists','s:14:\"alt:$1 јок.\";'),('alt','messages:htmlform-user-not-exists','s:31:\"alt:<strong>$1</strong> јок.\";'),('alt','messages:htmlform-user-not-valid','s:83:\"alt:<strong>$1</strong> - туружаачыныҥ ады јарадылбаган.\";'),('alt','messages:htmlform-yes','s:10:\"alt:Эйе\";'),('alt','messages:http-bad-status','s:82:\"alt:HTTP-суракты кӧрӧр ӧйдӧ јастыра табылган: $1 $2\";'),('alt','messages:http-curl-error','s:62:\"alt:URL: $1-ге баштанганыныҥ јастыразы\";'),('alt','messages:http-internal-error','s:59:\"alt:HTTP-ниҥ ичи-бойындагы јастырыш.\";'),('alt','messages:http-invalid-scheme','s:79:\"alt:\"$1\" схемалу адрестер јӧможидилбей турган.\";'),('alt','messages:http-invalid-url','s:26:\"alt:Јастыра URL: $1\";'),('alt','messages:http-read-error','s:56:\"alt:HTTP-ни кычырарыныҥ јастырыжы.\";'),('alt','messages:http-request-error','s:85:\"alt:Јарт эмес јастыранаҥ улам HTTP-сурак бызылган.\";'),('alt','messages:http-timed-out','s:62:\"alt:HTTP-ниҥ сурузыныҥ ӧйи ӧдӱп калды.\";'),('alt','messages:ignorewarning','s:72:\"alt:Ајаруны керекке албай файлды артызар\";'),('alt','messages:ignorewarnings','s:44:\"alt:Ајаруны керекке албас\";'),('alt','messages:illegal-filename','s:51:\"alt:Јарадылбаган файлдыҥ ады.\";'),('alt','messages:illegalfilename','s:191:\"alt:\"$1\" файлдыҥ адында бажалыктарда эдинерге јарабас символдорлу. Файлдыҥ адын солып, јаҥынаҥ салып кӧрӧр.\";'),('alt','messages:ilsubmit','s:16:\"alt:Бедреш\";'),('alt','messages:imageinvalidfilename','s:62:\"alt:Файлдыҥ амадаган ады јастыралу.\";'),('alt','messages:imagelinks','s:33:\"alt:Файлды эдингени\";'),('alt','messages:imagelisttext','s:152:\"alt:$2 этире ылгаштырган алдында <strong>$1</strong> {{PLURAL:$1|файлдаҥ}} турган тизим кӧргӱзилген.\";'),('alt','messages:imagemaxsize','s:102:\"alt:Файлдыҥ јартамал бӱгинде јуруктыҥ кемин кирелеткени.\";'),('alt','messages:imagenocrossnamespace','s:93:\"alt:Файлдыҥ адын ӧскӧ аттар телкеминеҥ берип болбос.\";'),('alt','messages:imagepage','s:40:\"alt:Файлдыҥ бӱгин кӧрӧр\";'),('alt','messages:imagetypemismatch','s:90:\"alt:Файлдыҥ јаҥы элбедижи оныҥ бӱдӱмине келишпейт.\";'),('alt','messages:img-auth-accessdenied','s:39:\"alt:Кириш јарадылбаган\";'),('alt','messages:img-auth-badtitle','s:49:\"alt:\"$1-ҥ\" чын бажалык эдилбес.\";'),('alt','messages:img-auth-isdir','s:141:\"alt:\"$1\" каталогко слер кирерге умзанадар. Јӱк ле файлдарлу јерге кирер арга бар.\";'),('alt','messages:img-auth-nofile','s:25:\"alt:\"$1\" файл јок.\";'),('alt','messages:img-auth-noread','s:72:\"alt:Туружаачы \"$1\"-ы кычырарга аргалар јок.\";'),('alt','messages:img-auth-notindir','s:110:\"alt:Сурулаган јол јазап салган салатан јерле јарашпай турган.\";'),('alt','messages:img-auth-public','s:234:\"alt:Кӧстӧлгӧн img_auth.php - файлдарды бӧктӱ викидеҥ чыгарганы. Бу вики текши киришке јазалган.\nimg_auth.php корулаарын белетеп, токтодылган.\";'),('alt','messages:img-auth-streaming','s:42:\"alt:$1 деп агынду берилте.\";'),('alt','messages:img-lang-default','s:34:\"alt:(озо болотон тил)\";'),('alt','messages:img-lang-go','s:14:\"alt:Барар\";'),('alt','messages:img-lang-info','s:56:\"alt:Бу јурукты $1 тилдӱ чыгарар. $2\";'),('alt','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('alt','messages:imgfile','s:12:\"alt:файл\";'),('alt','messages:imgmultigo','s:15:\"alt:Кӧчӧр!\";'),('alt','messages:imgmultigoto','s:32:\"alt:$1 бӱктӧн кӧчӧри\";'),('alt','messages:imgmultipagenext','s:25:\"alt:ээчий бӱк →\";'),('alt','messages:imgmultipageprev','s:25:\"alt:← озогы бӱк\";'),('alt','messages:immobile-source-namespace','s:99:\"alt:\"$1\" аттар телкеминде бӱктерди адын солыырга јарабас.\";'),('alt','messages:immobile-source-namespace-iw','s:120:\"alt:Ӧскӧ викилердиҥ бӱктериниҥ аттарын бу викиде солыырга јарабас.\";'),('alt','messages:immobile-source-page','s:61:\"alt:Бу бӱктиҥ адын солырга јарабас.\";'),('alt','messages:immobile-target-namespace','s:78:\"alt:\"$1\" аттар телкемине бӱкти кӧчӱрип болбос.\";'),('alt','messages:immobile-target-namespace-iw','s:98:\"alt:Интервикиниҥ тайантызын ат солыырга эдинип болбос.\";'),('alt','messages:immobile-target-page','s:68:\"alt:Бу бӱкке мындый ат берерге јарабас.\";'),('alt','messages:import','s:37:\"alt:Бӱктердиҥ импорты\";'),('alt','messages:import-assign-known-users','s:169:\"alt:Ондый атту туружаачылар бар болзо, јербойындагы туружаачыларга тӱзедӱлерди колбоп салар.\";'),('alt','messages:import-comment','s:23:\"alt:Јартамалы:\";'),('alt','messages:import-error-bad-location','s:247:\"alt:$3 толынтыныҥ моделин эдинген $2 тӱзедӱни, бу викиниҥ $1 бӱгинде артызарга јарабас, нениҥ учун дезе, ондый модель бу бӱкте јарадылбаган.\";'),('alt','messages:import-error-edit','s:120:\"alt:\"$1\" бӱк импорт эдилбеди, оны слерге тӱзедерге јарадылбаган учун.\";'),('alt','messages:import-error-interwiki','s:166:\"alt:\"$1\" бӱк импорт эдилбеди, ондый ат тыш тайантыларга резерв этире артыскан учун (интервики).\";'),('alt','messages:import-error-invalid','s:158:\"alt:\"$1\" бӱк импорт эдилбеди, ондый атту этире, бу викиде, импорт эдерге јарадылбаган учун.\";'),('alt','messages:import-error-special','s:147:\"alt:\"$1\" бӱк импорт эдилбеди, ол бӱктер тӧзӧп болбойтон аҥылу аттар телкемине кирет.\";'),('alt','messages:import-error-unserialize','s:274:\"alt:\"$1\" бӱктиҥ $2 версиязыныҥ десериялизациязы эдилбес.\nБу версияда, $4 формат этире сериялизация болотон $3 толынтыныҥ моделин эдинген деп јетирӱ келген.\";'),('alt','messages:import-interwiki-history','s:83:\"alt:Бу бӱктиҥ ончо версияларыныҥ копиязын эдер\";'),('alt','messages:import-interwiki-sourcepage','s:26:\"alt:Тӧзӧлгӧ бӱк:\";'),('alt','messages:import-interwiki-sourcewiki','s:28:\"alt:Тӧзӧлгӧ вики:\";'),('alt','messages:import-interwiki-submit','s:25:\"alt:Импорт эдер\";'),('alt','messages:import-interwiki-templates','s:102:\"alt:Ончо ӱлекерлерди ле ичине кийдирген бӱктерди иштедер\";'),('alt','messages:import-interwiki-text','s:375:\"alt:Викини ле импорт эдерге турган бӱктиҥ адрезин кӧргӱзер.\nВерсиялардыҥ ӧйи ле олордыҥ авторлорыныҥ аттары артып калар.\nӦскӧ викилердеҥ импорт эткен операциялар [[Special:Log/import|импорттыҥ журналында]] бичилет.\";'),('alt','messages:import-invalid-interwiki','s:80:\"alt:Кӧргӱзилген викинеҥ импорт эдер арга јок.\";'),('alt','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('alt','messages:import-logentry-interwiki-detail','s:67:\"alt:$2-ҥ $1 импорт эдилегн {{PLURAL:$1|версия}}\";'),('alt','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('alt','messages:import-logentry-upload-detail','s:61:\"alt:$1 импорт эдилген {{PLURAL:$1|версия}}\";'),('alt','messages:import-mapping-default','s:76:\"alt:Тӧзӧлгӧ аттардыҥ телкемине импорт эдер\";'),('alt','messages:import-mapping-namespace','s:64:\"alt:Аттарыдыҥ телкемине импорт эдер:\";'),('alt','messages:import-mapping-subpage','s:87:\"alt:Ээчий бӱктиҥ коштой бӱктер этире импорт эдер:\";'),('alt','messages:import-noarticle','s:48:\"alt:Импорт эдилетен бӱк јок!\";'),('alt','messages:import-nonewrevisions','s:167:\"alt:Бир де болзо тӱзедӱ импорт эдилбеди (ончозы аайлалган, эмезе јастыралар учун ӧткӱрилген).\";'),('alt','messages:import-options-wrong','s:81:\"alt:Јастыра {{PLURAL:$2|опция|опциялар}}: <nowiki>$1</nowiki>\";'),('alt','messages:import-parse-failure','s:79:\"alt:Импорт эдилерде XML файлды аайлаштырбаган\";'),('alt','messages:import-revision-count','s:33:\"alt:$1 {{PLURAL:$1|версия}}\";'),('alt','messages:import-rootpage-invalid','s:74:\"alt:Кӧргӱзилген тазыл бӱктиҥ ады чын эмес.\";'),('alt','messages:import-rootpage-nosubpage','s:142:\"alt:Кӧргӱзилген тазыл бӱктиҥ аттарыныҥ телкеминде \"$1\"  кош бӱктер јарадылбаган.\";'),('alt','messages:import-summary','s:3:\"en:\";'),('alt','messages:import-token-mismatch','s:539:\"alt:Сеанстыҥ кӧргӱзӱзи јылыйды.\n\nСлер сеансты токтоткон ошкожор. \'\'\'Слер эмдигенче сеанстаҥ чыкпаганарды ширтеп ле ойто катап умзанар\'\'\'.\nОл болушпаган болзо [[Special:UserLogout|системанаҥ чыгар]] оноҥ јаҥынаҥ кирер, анайда ок бойыгардыҥ браузерде бу сайттыҥ cookie-файлдардын алатаны јарадылган ба деп кӧрӧр.\";'),('alt','messages:import-upload','s:43:\"alt:XML-кӧргӱзилерди салар\";'),('alt','messages:import-upload-filename','s:26:\"alt:Файлдыҥ ады:\";'),('alt','messages:import-upload-username-prefix','s:46:\"alt:Интервикиниҥ префиксы:\";'),('alt','messages:importbadinterwiki','s:52:\"alt:Јастыра интервики-тайанты\";'),('alt','messages:importcantopen','s:55:\"alt:Импорт эдетен файл ачылбады\";'),('alt','messages:imported-log-entries','s:83:\"alt:Журналдаҥ $1 {{PLURAL:$1|бичимел}} импорт эдилген.\";'),('alt','messages:importfailed','s:54:\"alt:Импорт эдилбеди: <nowiki>$1</nowiki>\";'),('alt','messages:importinterwiki','s:51:\"alt:Ӧскӧ викинеҥ импорт эдери\";'),('alt','messages:importlogpage','s:37:\"alt:Импорттыҥ журналы\";'),('alt','messages:importlogpagetext','s:159:\"alt:Ӧскӧ викилердеҥ солынтыларыныҥ тӱӱкизи бар бӱктерди администраторлор импорт эдери.\";'),('alt','messages:importnofile','s:71:\"alt:Импорт эдерге турган файл салынбады.\";'),('alt','messages:importnopages','s:54:\"alt:Импорт эдилетен бӱктер јок.\";'),('alt','messages:importnoprefix','s:72:\"alt:Интервикиниҥ префиксы кӧргӱзилбеген\";'),('alt','messages:importnosources','s:166:\"alt:Импорт эдетен вики талдалбаган ла солынтылырдыҥ тӱӱкизин кӧндӱре артызары токтодылган.\";'),('alt','messages:importstart','s:45:\"alt:Бӱктер импорт эдилет...\";'),('alt','messages:importsuccess','s:30:\"alt:Импорт эдилди!\";'),('alt','messages:importtext','s:284:\"ru:Пожалуйста, экспортируйте страницу из исходной вики, используя [[Special:Export|соответствующий инструмент]]. Сохраните файл на диск, а затем загрузите его сюда.\";'),('alt','messages:importunknownsource','s:88:\"alt:Импорт эдерге турган бӱкиҥ бӱдӱми танылу эмес\";'),('alt','messages:importuploaderrorpartial','s:150:\"alt:Файлды импорт эдерге ле саларга келишпеди.\nОл учына јетире серверге салынбаган.\";'),('alt','messages:importuploaderrorsize','s:167:\"alt:Файлды импорт эдерге ле саларга келишпеди.\nФайлдыҥ јааны тургузылган кеминеҥ ажа берген.\";'),('alt','messages:importuploaderrortemp','s:145:\"alt:Файлды импорт эдерге ле саларга келишпеди.\nБир канча ӧйгӧ эдинетен папка јок.\";'),('alt','messages:index-category','s:41:\"alt:Индекстелген бӱктер\";'),('alt','messages:index-category-desc','s:332:\"alt:Бӱкте <code><nowiki>__INDEX__</nowiki></code> \"куулгазын сӧс\" бар (анайда ок ол бу флагты јараткан аттардыҥ телкеминде турат), оныҥ учун ол бедрештиҥ роботторыла индекстелет, болбой турган туштарда.\";'),('alt','messages:infiniteblock','s:18:\"alt:улайына\";'),('alt','messages:intentionallyblankpage','s:74:\"alt:Бу бӱкти ӧнӧтийин куру артызып салган.\";'),('alt','messages:interlanguage-link-title','s:12:\"ru:$1 — $2\";'),('alt','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('alt','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('alt','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('alt','messages:internalerror','s:38:\"alt:Ич-бойында јастыра\";'),('alt','messages:internalerror-fatal-exception','s:55:\"alt:«$1» типтӱ тӱзедилбес чыгару\";'),('alt','messages:internalerror_info','s:42:\"alt:Ич-бойында јастыра: $1\";'),('alt','messages:invalid-chunk-offset','s:63:\"alt:Ӱзӱктерди кошконы торт јарабайт\";'),('alt','messages:invalid-content-data','s:43:\"alt:Јарадылбаган толынты\";'),('alt','messages:invalid-indicator-name','s:176:\"alt:<strong>Јастырыш:</strong> Бӱктиҥ индикаторлорыныҥ айалгазыныҥ <code>name</code> атрубуды куру болбос керек.\";'),('alt','messages:invalid-json-data','s:27:\"alt:Јастыра JSON: $1\";'),('alt','messages:invalid-langconvert-attrs','s:266:\"alt:<strong>Јастырыш:</strong> Langconvert тегте <code>from</code> ле <code>to</code> атрибуттар куру болбос керек ле ол ло тилге кӧчӱретен варианнтарлу, BCP 47 кодту болор керек.\";'),('alt','messages:invalidateemail','s:79:\"alt:Электрон почтаныҥ чындыктажын токтодоры\";'),('alt','messages:invalidemailaddress','s:190:\"alt:Бичип салган email адрезер иштеер форматка јарабайт.\nЧындык email адрести бичигер эмезе нени де бичибегер.\";'),('alt','messages:invalidtitle','s:23:\"alt:Јарабас ат\";'),('alt','messages:invalidtitle-knownnamespace','s:117:\"alt:\"$2\" аттырдыҥ телкеми ле \"$3\" бичимелдӱ эдинерге јарабас бажалык.\";'),('alt','messages:invalidtitle-unknownnamespace','s:133:\"alt:Јарты јок телкемниҥ тоозы \"$1\" ла \"$2\" бичимелдӱ эдинерге јарабас бажалык.\";'),('alt','messages:invert','s:39:\"alt:Талдаганын аҥтарар\";'),('alt','messages:ip_range_exceeded','s:119:\"alt:IP-диапазон эҥ кӧп болотон кеминеҥ ажыра.\nЈарагадый диапазон: /$1.\";'),('alt','messages:ip_range_invalid','s:60:\"alt:Јастыра IP-адрестерлӱ диапазон.\";'),('alt','messages:ip_range_toolarge','s:85:\"alt:/$1-ҥ ажыра диапазондорды туйуктарга јарабас.\";'),('alt','messages:ip_range_toolow','s:83:\"alt:Чокымдап айтса IP диапазондор јарадылбаган.\";'),('alt','messages:ipaddressorusername','s:114:\"alt:IP-адрес, туружаачыныҥ ады эмезе туйукташтыҥ идентификаторы:\";'),('alt','messages:ipb-action-create','s:44:\"alt:Јаҥы бӱктерди бичиири\";'),('alt','messages:ipb-action-move','s:52:\"alt:Бӱктердиҥ аттарын солыыры\";'),('alt','messages:ipb-action-upload','s:33:\"alt:Файлдарды салар\";'),('alt','messages:ipb-block-not-found','s:308:\"alt:Туйукташка кийдирерге арга јок, је \"$1\"-е эдилген эмдиги ӧйдӧ туйукташ табылбады.\nПроблема јоголбозо, [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users ол керегинде бичип ийер].\";'),('alt','messages:ipb-blockingself','s:159:\"alt:Слер бой-бойыгарды туйукташка кийдирерге јадар! Слер мыны чындап эдерге турганар ба?\";'),('alt','messages:ipb-blocklist','s:60:\"alt:Эмдиги туйукташтарды кӧргӱзер\";'),('alt','messages:ipb-blocklist-contribs','s:39:\"alt:{{GENDER:$1|$1}} кожултазы\";'),('alt','messages:ipb-blocklist-duration-left','s:19:\"alt:$1 арткан\";'),('alt','messages:ipb-change-block','s:107:\"alt:Мындый јазалталарлу этире туружаачыны јаҥынаҥ туйуктар\";'),('alt','messages:ipb-confirm','s:43:\"alt:Туйукташты чындыктар\";'),('alt','messages:ipb-confirmaction','s:146:\"alt:Слер чындап мыны эдерге турган болзор, алдында \"{{int:ipb-confirm}}\" темдекти тургузар.\";'),('alt','messages:ipb-confirmhideuser','s:253:\"alt:Слер туружаачыны туйуктарга ла адын јажырга турганар. Ол тизимдерде ле журналдарда кӧргӱзилбес. Слер чын ондый неме эдерге турганар ба?\";'),('alt','messages:ipb-default-expiry','s:3:\"en:\";'),('alt','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('alt','messages:ipb-disableusertalk','s:61:\"alt:Бойыныҥ шӱӱжӱниҥ бӱгин тӱзедер\";'),('alt','messages:ipb-edit-dropdown','s:60:\"alt:Шылтактардыҥ тизимин тӱзедери\";'),('alt','messages:ipb-empty-block','s:92:\"alt:Кӧргӱзилген туйукташка кирелеткиштер кошпогон.\";'),('alt','messages:ipb-hardblock','s:113:\"alt:Бу IP-адрестеҥ кирип келген туружаачыларга туйукташты салар\";'),('alt','messages:ipb-namespaces-label','s:35:\"alt:Аттардыҥ телкеми\";'),('alt','messages:ipb-needreblock','s:123:\"alt:$1 мынаҥ озо туйукталган. Туйукташтыҥ јазалталарын ӧскӧртӧрӧр бӧ?\";'),('alt','messages:ipb-otherblocks-header','s:43:\"alt:Ӧскӧ {{PLURAL:$1|туйукташ}}\";'),('alt','messages:ipb-pages-label','s:16:\"alt:Бӱктер\";'),('alt','messages:ipb-partial','s:20:\"alt:Јарымдай\";'),('alt','messages:ipb-partial-help','s:272:\"alt:Бӱктерди ле аттардыҥ телкемдерин талдап туйуктарга арга берет. Озо берилген кылынышты туйуктабайт, је кезик кылынышты талдап туйуктарга јарадат.\";'),('alt','messages:ipb-prevent-user-talk-edit','s:250:\"alt:Бойыныҥ шӱӱжӱ бӱгин тӱзедери, јарымдай туйукташка кирзе болотон учурлу, Туружаачыны шӱӱжер аттыҥ телкемине кирелте салынбаган болзо.\";'),('alt','messages:ipb-sitewide','s:29:\"alt:Ончо проектте\";'),('alt','messages:ipb-sitewide-help','s:306:\"alt:Ончо бӱктерде ле аттардыҥ телкемдеринде тӱзедӱни туйуктап јат.\nАнайда ок, озо берилген кылынышты туйуктап јат ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users болушты кӧрӧр])\";'),('alt','messages:ipb-unblock','s:93:\"alt:Туружаачыны эмезе IP адрести туйукташтаҥ чыгарар\";'),('alt','messages:ipb-unblock-addr','s:44:\"alt:$1 туйукташтаҥ чыгарар\";'),('alt','messages:ipb_already_blocked','s:52:\"alt:«$1» мынаҥ озо туйукталган.\";'),('alt','messages:ipb_blocked_as_range','s:282:\"alt:Јастырыш: $1 IP-адрес кӧндӱре эмес туйукталган болгон учун туйукташтаҥ чыгарылбас. Је ол туйукталган $2 диапазонго кирет, оны туйукташтаҥ чыгарарга јарар.\";'),('alt','messages:ipb_cant_unblock','s:120:\"alt:Јастырыш: $1 туйукташ табылбады. Айса болзо, оны јоголтып салган.\";'),('alt','messages:ipb_expiry_invalid','s:43:\"alt:Ӧдӧтӧн ӧйи јастыралу.\";'),('alt','messages:ipb_expiry_old','s:61:\"alt:Божойтон ӧйи - ӧдӱп калган ӧйдӧ.\";'),('alt','messages:ipb_expiry_temp','s:122:\"alt:Туружаачыныҥ адын јажырган туйукташтар ӧйи божобос болор керек.\";'),('alt','messages:ipb_hide_invalid','s:122:\"alt:Бу аккаунтты јажырып болбос, оныла $1-ҥ кӧп{{PLURAL:$1|тӱзедӱ}} эдилген.\";'),('alt','messages:ipb_hide_partial','s:140:\"alt:Туружаачылардыҥ аттары јажырган токтодулар бастыра викиде иштеер учурлу.\";'),('alt','messages:ipbblocked','s:202:\"alt:Слер бойыгар туйукташта учун ӧскӧ туружаачыларды туйукташка кийдирерге ле туйукташтаҥ чыгарарга болбозор.\";'),('alt','messages:ipbcreateaccount','s:29:\"alt:Аккаунт эдижи\";'),('alt','messages:ipbemailban','s:50:\"alt:Электрон самара аткарары\";'),('alt','messages:ipbenableautoblock','s:265:\"alt:Туружаачыныҥ калганчы эдинген IP-адрезин ле тӱзедӱ эдерге турган каныдй да болзо мынаҥ ары болотон IP-адрестерди автоматикалык туйуктар, $1 ӧйгӧ\";'),('alt','messages:ipbhidename','s:105:\"alt:Туружаачыныҥ адын тӱзедӱлердеҥ ле тизимдердеҥ јажырар\";'),('alt','messages:ipblocklist','s:49:\"alt:Туйуктаган туружаачылар\";'),('alt','messages:ipblocklist-empty','s:49:\"alt:Туйукташтыҥ тизими куру.\";'),('alt','messages:ipblocklist-legend','s:58:\"alt:Туйуктаган туружаачыны табар\";'),('alt','messages:ipblocklist-localblock','s:39:\"alt:Локальный туйукташ\";'),('alt','messages:ipblocklist-no-results','s:150:\"alt:Бичилген IP-адреске эмезе туружаачыныҥ адына келижип турган туйукташ табылбады.\";'),('alt','messages:ipblocklist-otherblocks','s:43:\"alt:Ӧскӧ {{PLURAL:$1|туйукташ}}\";'),('alt','messages:ipblocklist-submit','s:16:\"alt:Бедреш\";'),('alt','messages:ipbnounblockself','s:94:\"alt:Слер бой-бойыгарды туйукташтаҥ чыгарып болбозор.\";'),('alt','messages:ipboptions','s:186:\"alt:2 саат:2 hours,1 кӱн:1 day,3 кӱн:3 days,1 неделе:1 week,2 неделе:2 weeks,1 ай:1 month,3 ай:3 months,6 ай:6 months,1 јыл:1 year,аайы јок:infinite\";'),('alt','messages:ipbother','s:20:\"alt:Ӧскӧ ӧйи:\";'),('alt','messages:ipbreason','s:19:\"alt:Шылтагы:\";'),('alt','messages:ipbreason-dropdown','s:520:\"alt:*Туйукташтыҥ текши шылтактары\n**Тӧгӱн информацияны тургусканы\n**Бӱктердиҥ толынтызын јоголтконы\n**Ӧскӧ тыш сайттарга спам-тайантылар\n**Учуры јок бичимелдерди/сӱрее кошконы\n**Туружаачыларды кезедери ле истеери\n**Башка аккаунттарла каршулу тузаланары\n**Јарадылбаган туружаачыныҥ ады\";'),('alt','messages:ipbsubmit','s:48:\"alt:Бу туружаачыны туйуктар\";'),('alt','messages:ipbwatchuser','s:120:\"alt:Туружаачыныҥ бӱгин ле оныҥ шӱӱжӱ бӱгин ширтениҥ тизимине кожор\";'),('alt','messages:ipusubmit','s:46:\"alt:Бу туйукташты јоголтор\";'),('alt','messages:iranian-calendar-m1','s:21:\"ru:Фарвардин\";'),('alt','messages:iranian-calendar-m10','s:9:\"ru:Дей\";'),('alt','messages:iranian-calendar-m11','s:15:\"ru:Бахман\";'),('alt','messages:iranian-calendar-m12','s:15:\"ru:Эсфанд\";'),('alt','messages:iranian-calendar-m2','s:23:\"ru:Ордибехешт\";'),('alt','messages:iranian-calendar-m3','s:15:\"ru:Хордад\";'),('alt','messages:iranian-calendar-m4','s:9:\"ru:Тир\";'),('alt','messages:iranian-calendar-m5','s:15:\"ru:Мордад\";'),('alt','messages:iranian-calendar-m6','s:19:\"ru:Шахривар\";'),('alt','messages:iranian-calendar-m7','s:11:\"ru:Мехр\";'),('alt','messages:iranian-calendar-m8','s:11:\"ru:Абан\";'),('alt','messages:iranian-calendar-m9','s:11:\"ru:Азар\";'),('alt','messages:isimage','s:37:\"alt:файлдыҥ тайантызы\";'),('alt','messages:isredirect','s:31:\"alt:аткаруныҥ бӱги\";'),('alt','messages:istemplate','s:18:\"alt:кожымак\";'),('alt','messages:jan','s:10:\"alt:Чаг\";'),('alt','messages:january','s:19:\"alt:Чаган ай\";'),('alt','messages:january-gen','s:19:\"alt:чаган ай\";'),('alt','messages:javascripttest','s:29:\"alt:JavaScript ширтези\";'),('alt','messages:javascripttest-qunit-intro','s:90:\"alt:[$1 тест эдетен документацияны] mediawiki.org-то кӧрӧр.\";'),('alt','messages:json-error-ctrl-char','s:126:\"alt:Башкарып турган символдыҥ јастыразы, јастыра кодировка учун ошкош\";'),('alt','messages:json-error-depth','s:82:\"alt:Стектиҥ кеми эҥ тереҥ болотон кеминеҥ ашты\";'),('alt','messages:json-error-invalid-property-name','s:76:\"alt:Аҥылузыныҥ декдодированый ады јастыра.\";'),('alt','messages:json-error-state-mismatch','s:72:\"alt:Јастыра эмезе јастыра тургузылган JSON\";'),('alt','messages:json-error-syntax','s:47:\"alt:Синтаксистыҥ јастыразы\";'),('alt','messages:json-error-unknown','s:59:\"alt:JSON-до проблема бар. Јастырыш: $1\";'),('alt','messages:json-error-utf16','s:112:\"alt:UTF-16-ныҥ јастыра символдоры, јастыра кодировка болор аргалу\";'),('alt','messages:json-error-utf8','s:111:\"alt:UTF-8-тиҥ јастыра символдоры, јастыра кодировка болор аргалу\";'),('alt','messages:json-warn-trailing-comma','s:86:\"alt:$1 артык {{PLURAL:$1|запятой}} JSON-ныҥ учында кырылды\";'),('alt','messages:jul','s:10:\"alt:Јан\";'),('alt','messages:july','s:24:\"alt:Јаан изӱ ай\";'),('alt','messages:july-gen','s:24:\"alt:јаан изӱ ай\";'),('alt','messages:jumpto','s:24:\"alt:Бери кӧчӧр:\";'),('alt','messages:jumptonavigation','s:22:\"alt:навигация\";'),('alt','messages:jumptosearch','s:16:\"alt:бедреш\";'),('alt','messages:jun','s:10:\"alt:Кич\";'),('alt','messages:june','s:24:\"alt:Кичӱ изӱ ай\";'),('alt','messages:june-gen','s:24:\"alt:кичӱ изӱ ай\";'),('alt','messages:just-now','s:17:\"alt:јаҥы ла\";'),('alt','messages:lag-warn-high','s:253:\"alt:Серверлердиҥ ортозында синхронизация болгоны удап турган учун, бу тизимде $1 {{PLURAL:$1|секунда}} кайра эткен солынтылар кӧргӱзилбес аргалу.\";'),('alt','messages:lag-warn-normal','s:126:\"alt:$1 {{PLURAL:$1|секунда}} кайра эдилген солынтылар бу тизимде кӧргӱзилбес.\";'),('alt','messages:laggedreplicamode','s:113:\"alt:<strong>Ајару:</strong> Бӱкте калганчы јаҥыртулар јок болор аргалу.\";'),('alt','messages:language-converter-depth-warning','s:93:\"alt:Тилдердиҥ кубултаачызыныҥ тоозы кеминеҥ ашты ($1)\";'),('alt','messages:large-file','s:169:\"alt:Эдинетен файлдар керегинде рекомендация аайынча, јааны $1 болбос керек;\nбу салган файлда $2.\";'),('alt','messages:largefileserver','s:75:\"alt:Файлдыҥ јааны јарадылган кеминеҥ јаан.\";'),('alt','messages:last','s:14:\"alt:озогы\";'),('alt','messages:lastmodifiedat','s:65:\"alt:Бӱктиҥ калганчы солынган ӧйи $1, $2.\";'),('alt','messages:lastmodifiedatby','s:90:\"alt:$3 автор эткен бӱктиҥ калганчы солынган ӧйи $1, $2.\";'),('alt','messages:license','s:25:\"alt:Лицензиязы:\";'),('alt','messages:license-header','s:32:\"alt:Лицензирование\";'),('alt','messages:license-nopreview','s:46:\"alt:(Озолоткон кӧргӱзӱ јок)\";'),('alt','messages:licenses','s:4:\"en:-\";'),('alt','messages:licenses-edit','s:66:\"alt:Лицензияныҥ јазалталарын солыыры\";'),('alt','messages:limitreport-cputime','s:54:\"alt:Процессордыҥ ӧйин эдингени\";'),('alt','messages:limitreport-cputime-value','s:35:\"alt:$1 {{PLURAL:$1|секунда}}\";'),('alt','messages:limitreport-expansiondepth','s:42:\"alt:Элбедиштиҥ эҥ тереҥи\";'),('alt','messages:limitreport-expansiondepth-value','s:8:\"ru:$1/$2\";'),('alt','messages:limitreport-expensivefunctioncount','s:83:\"alt:Анализатордыҥ \"баалу\" функцияларыныҥ тоозы\";'),('alt','messages:limitreport-expensivefunctioncount-value','s:8:\"ru:$1/$2\";'),('alt','messages:limitreport-postexpandincludesize','s:62:\"alt:Элбедилген кийдирткениниҥ кеми\";'),('alt','messages:limitreport-postexpandincludesize-value','s:32:\"alt:$1/$2 {{PLURAL:$2|байт}}\";'),('alt','messages:limitreport-ppvisitednodes','s:73:\"alt:Препроцессор ӧткӧн чыймулардыҥ тоозы\";'),('alt','messages:limitreport-ppvisitednodes-value','s:8:\"ru:$1/$2\";'),('alt','messages:limitreport-templateargumentsize','s:56:\"alt:Ӱлекердиҥ аргументиниҥ кеми\";'),('alt','messages:limitreport-templateargumentsize-value','s:32:\"alt:$1/$2 {{PLURAL:$2|байт}}\";'),('alt','messages:limitreport-title','s:54:\"alt:Анализатордыҥ кӧргӱзӱлери:\";'),('alt','messages:limitreport-unstrip-depth','s:47:\"alt:Unstrip рекурсияныҥ тереҥи\";'),('alt','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('alt','messages:limitreport-unstrip-size','s:77:\"alt:Unstrip-тиҥ кийдирткениниҥ элбедилген кеми\";'),('alt','messages:limitreport-unstrip-size-value','s:32:\"alt:$1/$2 {{PLURAL:$2|байт}}\";'),('alt','messages:limitreport-walltime','s:57:\"alt:Чындык ӧйдиҥ режимын эдинери\";'),('alt','messages:limitreport-walltime-value','s:35:\"alt:$1 {{PLURAL:$1|секунда}}\";'),('alt','messages:lineno','s:20:\"alt:Јолдык $1:\";'),('alt','messages:linkaccounts','s:53:\"alt:Акканунттарды колбоштырар\";'),('alt','messages:linkaccounts-submit','s:53:\"alt:Акканунттарды колбоштырар\";'),('alt','messages:linkaccounts-success-text','s:54:\"alt:Аккаунттар колбоштырылган.\";'),('alt','messages:linksearch','s:50:\"alt:Тыш тайантыларды бедрери\";'),('alt','messages:linksearch-error','s:116:\"alt:Меке темдектер јӱк ле адрестердиҥ бажында тургузылар учурлу.\";'),('alt','messages:linksearch-line','s:45:\"alt:$2-ҥ эдилген $1-е тайанты\";'),('alt','messages:linksearch-ns','s:36:\"alt:Аттардыҥ телкеми:\";'),('alt','messages:linksearch-ok','s:16:\"alt:Бедреш\";'),('alt','messages:linksearch-pat','s:38:\"alt:Бедрештиҥ ӱлекери:\";'),('alt','messages:linksearch-summary','s:3:\"en:\";'),('alt','messages:linksearch-text','s:365:\"ru:Можно использовать подстановочные символы, например, <code>*.wikipedia.org</code>.<br />\n{{PLURAL:$2|1=Поддерживаемый протокол|Поддерживаемые протоколы}}: $1 (если протокол явно не задан, по умолчанию подставляется http://).\";'),('alt','messages:linkshere','s:76:\"alt:Мындый бӱктер <strong>$2</strong> бӱкке тайанат:\";'),('alt','messages:linkstoimage','s:61:\"alt:Бу {{PLURAL:$1|бӱк}} эдинет бу файлды:\";'),('alt','messages:linkstoimage-more','s:267:\"alt:Бу файлды $1 кӧп {{PLURAL:$1|бӱк}} эдинет.\nБу тизимде файлды эдинип турган јӱк ле {{PLURAL:$1|$1 бӱк}}  кӧргӱзилген.\n[[Special:WhatLinksHere/$2|Ончо тизимди]] кӧрӧр арга бар.\";'),('alt','messages:linkstoimage-redirect','s:49:\"alt:$1 (файлдыҥ улаандырыжы) $2\";'),('alt','messages:linterror-bogus-image-options','s:48:\"alt:Файлдыҥ куурмак темдеги\";'),('alt','messages:linterror-deletable-table-tag','s:48:\"alt:Таблицаныҥ кыратан теги\";'),('alt','messages:linterror-html5-misnesting','s:72:\"alt:Чындык эмес ичине салынган (иштебейт)\";'),('alt','messages:linterror-misc-tidy-replacement-issues','s:58:\"alt:Башка темдектештиҥ јастырыжы\";'),('alt','messages:linterror-misnested-tag','s:89:\"alt:Јастыра ичине салынган тег, чын салынар учурлу\";'),('alt','messages:linterror-missing-end-tag','s:41:\"alt:Јабып турган тег јок\";'),('alt','messages:linterror-multi-colon-escape','s:79:\"alt:Кӧп катап эки точкала экранировать эдери\";'),('alt','messages:linterror-multiline-html-table-in-list','s:89:\"alt:Тизимниҥ ичинде HTML5-тиҥ кӧп јолдыкту таблицазы\";'),('alt','messages:linterror-multiple-unclosed-formatting-tags','s:108:\"alt:Бӱкте канча да форматированиениҥ јабылбаган тегтери бар\";'),('alt','messages:linterror-obsolete-tag','s:32:\"alt:Эскирген HTML тег\";'),('alt','messages:linterror-pwrap-bug-workaround','s:82:\"alt:Абзацтыҥ кабыныҥ јастырыжын аайына чыгары\";'),('alt','messages:linterror-self-closed-tag','s:39:\"alt:Бой-бойын јабар тег\";'),('alt','messages:linterror-stripped-tag','s:27:\"alt:Бӧлинген тег\";'),('alt','messages:linterror-tidy-font-bug','s:76:\"alt:\"Font\" деп тег тайантыныҥ ӧҥин солып кӧрӧр\";'),('alt','messages:linterror-tidy-whitespace-bug','s:84:\"alt:Бош јерлӱ символдорды ылгаарыныҥ јастырыжы\";'),('alt','messages:linterror-unclosed-quotes-in-heading','s:85:\"alt:Јабылбаган кавычка, толынтынаҥ чыгып турган\";'),('alt','messages:listduplicatedfiles','s:64:\"alt:Дубликаттарлу файлдырдыҥ тизими\";'),('alt','messages:listduplicatedfiles-entry','s:98:\"alt:[[:File:$1|$1]] файлда [[$3|{{PLURAL:$2|дубликат|$2 дубликат}}]] бар.\";'),('alt','messages:listduplicatedfiles-summary','s:291:\"alt:Бу файлдардыҥ тизими, мында эҥ ле калганчы файл ӧскӧ бир канча калганчы файлдардыҥ версиязыныҥ дубликады болуп јат. Јаҥыс ла локальный файлдар чотко алынат.\";'),('alt','messages:listfiles','s:37:\"alt:Файлдардыҥ тизими\";'),('alt','messages:listfiles-delete','s:20:\"alt:јоголтор\";'),('alt','messages:listfiles-latestversion','s:33:\"alt:Эмдиги версиязы\";'),('alt','messages:listfiles-latestversion-no','s:10:\"alt:Јок\";'),('alt','messages:listfiles-latestversion-yes','s:10:\"alt:Эйе\";'),('alt','messages:listfiles-show-all','s:57:\"alt:Файлдыҥ эски версиялары кожо\";'),('alt','messages:listfiles-summary','s:93:\"alt:Бу аҥылу бӱкте ончо салынган файлдар кӧргӱзилет.\";'),('alt','messages:listfiles-userdoesnotexist','s:67:\"alt:\"$1\" атту аккаунт регистрациязы јок.\";'),('alt','messages:listfiles_count','s:24:\"alt:Версиялары\";'),('alt','messages:listfiles_date','s:10:\"alt:Ӧйи\";'),('alt','messages:listfiles_description','s:22:\"alt:Јартамалы\";'),('alt','messages:listfiles_name','s:10:\"alt:Ады\";'),('alt','messages:listfiles_size','s:12:\"alt:Кеми\";'),('alt','messages:listfiles_subpage','s:46:\"alt:$1 туружаачыныҥ салганы\";'),('alt','messages:listfiles_thumb','s:22:\"alt:Миниатюра\";'),('alt','messages:listfiles_user','s:22:\"alt:Туружаачы\";'),('alt','messages:listgrants','s:18:\"alt:Аргалар\";'),('alt','messages:listgrants-grant','s:18:\"alt:Аргалар\";'),('alt','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('alt','messages:listgrants-rights','s:18:\"alt:Аргалар\";'),('alt','messages:listgrants-summary','s:757:\"alt:Туружаачылардыҥ кандый колбулу аргаларына кирерге јарадылган тизим алдында кӧргӱзилген. Туружаачылар программаларга бойыныҥ аккаунтынын эдинерге јарадар аргалу, је туружаачы программага јарадыш ээжилер аайынча кирелтелӱ аргалар этире. Је туружаачыныҥ адынаҥ иштеп турган программа чынынча аккаунтта јок аргаларла эдинип болбос.\nБашка аргалар керегинде[[{{MediaWiki:Listgrouprights-helppage}}|артык информацияны]] кӧригер.\";'),('alt','messages:listgrouprights','s:78:\"alt:Туружаачылардыҥ группаларыныҥ аргалары\";'),('alt','messages:listgrouprights-addgroup','s:72:\"alt:{{PLURAL:$2|группага|группаларга}} кожор: $1\";'),('alt','messages:listgrouprights-addgroup-all','s:46:\"alt:Ончо группаларга кожор\";'),('alt','messages:listgrouprights-addgroup-self','s:106:\"alt:Бойыныҥ аккаунтын {{PLURAL:$2|группага|группаларга}} кожор: $1\";'),('alt','messages:listgrouprights-addgroup-self-all','s:95:\"alt:Бойыныҥ аккаунтына ончо группаларды кожор аргалу\";'),('alt','messages:listgrouprights-group','s:16:\"alt:Группа\";'),('alt','messages:listgrouprights-helppage','s:50:\"alt:Help:Группалардыҥ аргалары\";'),('alt','messages:listgrouprights-key','s:179:\"alt:Легендазы:\n* <span class=\"listgrouprights-granted\">Берген ээжилер</span>\n* <span class=\"listgrouprights-revoked\">Алдырткан ээжилер</span>\";'),('alt','messages:listgrouprights-members','s:49:\"alt:(туружаачылардыҥ тизими)\";'),('alt','messages:listgrouprights-namespaceprotection-header','s:58:\"alt:Аттардыҥ телкеминиҥ кирележи\";'),('alt','messages:listgrouprights-namespaceprotection-namespace','s:35:\"alt:Аттардыҥ телкеми\";'),('alt','messages:listgrouprights-namespaceprotection-restrictedto','s:86:\"alt:Туружаачыга тӱзедиш эдерге јараткан аргалар\";'),('alt','messages:listgrouprights-removegroup','s:80:\"alt:{{PLURAL:$2|группанаҥ|группалардаҥ}} чыгарар: $1\";'),('alt','messages:listgrouprights-removegroup-all','s:52:\"alt:Ончо группалардаҥ чыгарар\";'),('alt','messages:listgrouprights-removegroup-self','s:113:\"alt:Бойыныҥ аккаунтын{{PLURAL:$2|группанаҥ|группалардаҥ}} чыгарар: $1\";'),('alt','messages:listgrouprights-removegroup-self-all','s:101:\"alt:Бойыныҥ аккаунтынаҥ ончо группаларды чыгарар аргалу\";'),('alt','messages:listgrouprights-right-display','s:68:\"ru:<span class=\"listgrouprights-granted\">$1 (<code>$2</code>)</span>\";'),('alt','messages:listgrouprights-right-revoked','s:68:\"ru:<span class=\"listgrouprights-revoked\">$1 (<code>$2</code>)</span>\";'),('alt','messages:listgrouprights-rights','s:18:\"alt:Аргалар\";'),('alt','messages:listgrouprights-summary','s:386:\"alt:Алдында бу викидеги туружаачылардыҥ ӧмӧликтериниҥ тизими бичилген, олорго берилген аргалар келиштире кӧргӱзилген.\nАлдынаҥ бойына берген аргалар керегинде [[{{MediaWiki:Listgrouprights-helppage}}|артык информация]] бар болор.\";'),('alt','messages:listredirects','s:43:\"alt:Ууландырыштыҥ тизими\";'),('alt','messages:listredirects-summary','s:3:\"en:\";'),('alt','messages:listusers','s:47:\"alt:Туружаачылардыҥ тизими\";'),('alt','messages:listusers-blocked','s:26:\"alt:(туйукташта)\";'),('alt','messages:listusers-creationsort','s:44:\"alt:Тӧзӧлгӧн ӧйиле ылгаар\";'),('alt','messages:listusers-desc','s:42:\"alt:Тескери этире ылгаар\";'),('alt','messages:listusers-editsonly','s:108:\"alt:Бир де катап тӱзедӱ эткен туружаачыларга јӱк ле кӧргӱзер\";'),('alt','messages:listusers-noresult','s:42:\"alt:Туружаачы табылбады.\";'),('alt','messages:listusers-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:listusers-summary','s:3:\"en:\";'),('alt','messages:listusers-temporarygroupsonly','s:173:\"alt:Туружаачылардыҥ группазына кыска ӧйдиҥ туркунына кийдирген туружаачыларды кӧргӱзер јӱк ле\";'),('alt','messages:listusersfrom','s:78:\"alt:Туружаачыларды кӧргӱзер баштаган аттар:\";'),('alt','messages:localtime','s:28:\"alt:Локальный ӧй:\";'),('alt','messages:lockbtn','s:75:\"alt:Кӧргӱзӱлӱ базаны јӱк ле кычыратан эдер\";'),('alt','messages:lockconfirm','s:108:\"alt:Эйе, Мен кӧргӱзӱлӱ базаны јӱк ле кычыратан эдерге тургам.\";'),('alt','messages:lockdb','s:75:\"alt:Кӧргӱзӱлӱ базаны јӱк ле кычыратан эдер\";'),('alt','messages:lockdbsuccesssub','s:76:\"alt:Кӧргӱзӱлӱ база бичиирге јарабас эдилди\";'),('alt','messages:lockdbsuccesstext','s:221:\"alt:Проекттиҥ кӧргӱзӱлӱ базазы туйукташка кирген.<br />\nУндыбагар [[Special:UnlockDB|туйукташтаҥ чыгарарга]] јазалта иштиҥ кийнинде.\";'),('alt','messages:lockdbtext','s:582:\"alt:Кӧргӱзӱниҥ базазын туйуктап ийзе бӱктерди тӱзедерге, јазалталардыҥ, ширтениҥ тизимин солыырын ла ӧскӧ кылынышты, ончо туружаачыларга кӧргӱзӱниҥ базазына кирип эдинерин токтодып ийер.\nСлер мыны эдерге турганарды ла кӧргӱзӱниҥ базазында иштерди эткен кийнинде туйукташты ойто јоголтып саларар деп чындыктап ийер.\";'),('alt','messages:lockedbyandtime','s:35:\"alt:({{GENDER:$1|$1}} ӧйи $2 $3)\";'),('alt','messages:lockfilenotwritable','s:325:\"alt:Кӧргӱзӱниҥ базазыныҥ файлына бичиир аргалар јок. Кӧргӱзӱниҥ базазын туйукташка кийдирерге эмезе туйукташтаҥ чыгарарга, веб-серверде бу файлга бичинетен аргалар болор керек.\";'),('alt','messages:lockmanager-fail-acquirelock','s:79:\"alt:\"$1\" ресурсты туйукташка кийдирип болбоды.\";'),('alt','messages:lockmanager-fail-closelock','s:84:\"alt:\"$1\" ресурстыҥ туйукташ файлын јабып болбоды.\";'),('alt','messages:lockmanager-fail-conflict','s:161:\"alt:Јаыс ла бойы алдынаҥ бичидер табын алып болбоды.Кем-де база бу файлла нени-де эдип јат.\";'),('alt','messages:lockmanager-fail-db-bucket','s:110:\"alt:$1 сегментте јеткедий базалардыҥ тоозы ла колбу тудулбады.\";'),('alt','messages:lockmanager-fail-db-release','s:104:\"alt:$1 информационный базанаҥ туйукташты аларга келишпеди.\";'),('alt','messages:lockmanager-fail-deletelock','s:84:\"alt:\"$1\" ресурстыҥ туйукташ файлын кырып болбоды.\";'),('alt','messages:lockmanager-fail-openlock','s:408:\"alt:\"$1\"-ҥ туйукташ файлы ачылбады. Слердиҥ файлдар салатан јер чын јазалталарлу ла веб-серверер ол каталогко бичиир аргаларлу деп бӱдӱмјиленип ийер. Артык информацияны кӧригер https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory  бӱкте.\";'),('alt','messages:lockmanager-fail-releaselock','s:81:\"alt:\"$1\" ресурстаҥ туйукташты аларга келишпеди.\";'),('alt','messages:lockmanager-fail-svr-acquire','s:79:\"alt:$1 серверде туйукташты саларга келишпеди.\";'),('alt','messages:lockmanager-fail-svr-release','s:60:\"alt:$1 туйукташты аларга келишпеди.\";'),('alt','messages:lockmanager-notlocked','s:98:\"alt:\"$1\" туйукташтаҥ чыгарып болбоды; ол туйукташта эмес.\";'),('alt','messages:locknoconfirm','s:93:\"alt:Слер чындыктыштыҥ јерине галочка тургуспаганар.\";'),('alt','messages:log','s:24:\"alt:Журналдары\";'),('alt','messages:log-action-filter-all','s:12:\"alt:Ончо\";'),('alt','messages:log-action-filter-block','s:40:\"alt:Туйукташтыҥ бӱдӱми:\";'),('alt','messages:log-action-filter-block-block','s:20:\"alt:Туйукташ\";'),('alt','messages:log-action-filter-block-reblock','s:37:\"alt:Туйукташты солыыр\";'),('alt','messages:log-action-filter-block-unblock','s:41:\"alt:Туйукташты јоголтор\";'),('alt','messages:log-action-filter-contentmodel','s:82:\"alt:Толынтыныҥ моделиниҥ солынтызыныҥ бӱдӱми:\";'),('alt','messages:log-action-filter-contentmodel-change','s:54:\"alt:Толынтыныҥ моделин солыыры\";'),('alt','messages:log-action-filter-contentmodel-new','s:81:\"alt:Стандарт эмес толынты модельду бӱкти эдер\";'),('alt','messages:log-action-filter-delete','s:40:\"alt:Јоголтыштыҥ бӱдӱми:\";'),('alt','messages:log-action-filter-delete-delete','s:37:\"alt:Бӱктерди јоголтор\";'),('alt','messages:log-action-filter-delete-delete_redir','s:64:\"alt:Ууландырыштарды јаҥынаҥ бичиири\";'),('alt','messages:log-action-filter-delete-delete_redir2','s:64:\"alt:Ууландырыштарды јаҥынаҥ бичиири\";'),('alt','messages:log-action-filter-delete-event','s:37:\"alt:Журналды јоголтор\";'),('alt','messages:log-action-filter-delete-restore','s:41:\"alt:Бӱктерди орныктырар\";'),('alt','messages:log-action-filter-delete-revision','s:37:\"alt:Версияны јоголтор\";'),('alt','messages:log-action-filter-import','s:36:\"alt:Импорттыҥ бӱдӱми:\";'),('alt','messages:log-action-filter-import-interwiki','s:35:\"alt:Трансвики импорт\";'),('alt','messages:log-action-filter-import-upload','s:40:\"alt:XML салып импорт эдер\";'),('alt','messages:log-action-filter-managetags','s:63:\"alt:Тегтерди башкарарыныҥ кылыныжы:\";'),('alt','messages:log-action-filter-managetags-activate','s:29:\"alt:Тегти иштедер\";'),('alt','messages:log-action-filter-managetags-create','s:37:\"alt:Тегтерди тӧзӧгӧни\";'),('alt','messages:log-action-filter-managetags-deactivate','s:31:\"alt:Тегти токтодор\";'),('alt','messages:log-action-filter-managetags-delete','s:41:\"alt:Тегтерди јоголтконы\";'),('alt','messages:log-action-filter-move','s:43:\"alt:Ат солыырыныҥ бӱдӱми:\";'),('alt','messages:log-action-filter-move-move','s:70:\"alt:Бар ууландырышка эмес адын солыганы\";'),('alt','messages:log-action-filter-move-move_redir','s:71:\"alt:Ууландырыштыҥ ӱстинеҥ адын солыганы\";'),('alt','messages:log-action-filter-newusers','s:49:\"alt:Аккаунт эдериниҥ бӱдӱми:\";'),('alt','messages:log-action-filter-newusers-autocreate','s:43:\"alt:Автоматикалык эткени\";'),('alt','messages:log-action-filter-newusers-byemail','s:88:\"alt:Электрон почта ажыра келетен јажыт сӧстӱ эдер\";'),('alt','messages:log-action-filter-newusers-create','s:55:\"alt:Ады јок туружаачыныҥ эткени\";'),('alt','messages:log-action-filter-newusers-create2','s:68:\"alt:Регистрациялу туружаачыныҥ эткени\";'),('alt','messages:log-action-filter-patrol','s:40:\"alt:Ширтеериниҥ бӱдӱми:\";'),('alt','messages:log-action-filter-patrol-autopatrol','s:47:\"alt:Автоматикалык ширтеери\";'),('alt','messages:log-action-filter-patrol-patrol','s:38:\"alt:Кол ажыра ширтеери\";'),('alt','messages:log-action-filter-protect','s:34:\"alt:Коруштыҥ бӱдӱми:\";'),('alt','messages:log-action-filter-protect-modify','s:31:\"alt:Коруны солыыры\";'),('alt','messages:log-action-filter-protect-move_prot','s:33:\"alt:Коруны кӧчӱрери\";'),('alt','messages:log-action-filter-protect-protect','s:12:\"alt:Кору\";'),('alt','messages:log-action-filter-protect-unprotect','s:35:\"alt:Коруны јоголторы\";'),('alt','messages:log-action-filter-rights','s:53:\"alt:Аргалар солыырыныҥ бӱдӱми:\";'),('alt','messages:log-action-filter-rights-autopromote','s:45:\"alt:Автоматикалык солыыры\";'),('alt','messages:log-action-filter-rights-rights','s:36:\"alt:Кол ажыра солыыры\";'),('alt','messages:log-action-filter-suppress','s:38:\"alt:Јажырыштыҥ бӱдӱми:\";'),('alt','messages:log-action-filter-suppress-block','s:71:\"alt:Туружаачыны туйукташ ажыра јажырары\";'),('alt','messages:log-action-filter-suppress-delete','s:31:\"alt:Бӱкти јажырары\";'),('alt','messages:log-action-filter-suppress-event','s:37:\"alt:Журналды јажырары\";'),('alt','messages:log-action-filter-suppress-reblock','s:82:\"alt:Туружаачыны такып туйукташ ажыра јажырары\";'),('alt','messages:log-action-filter-suppress-revision','s:37:\"alt:Версияны јажырары\";'),('alt','messages:log-action-filter-upload','s:36:\"alt:Саларыныҥ бӱдӱми:\";'),('alt','messages:log-action-filter-upload-overwrite','s:40:\"alt:Файлды катап бичиир\";'),('alt','messages:log-action-filter-upload-revert','s:20:\"alt:Јандырар\";'),('alt','messages:log-action-filter-upload-upload','s:25:\"alt:Јаҥы салгыш\";'),('alt','messages:log-description-contentmodel','s:257:\"alt:Бу бӱкте бӱктердиҥ толынтызыныҥ моделиниҥ солынтылары ло стандарттаҥ башкаланган толынтыныҥ модели аайынча эдилген бӱктер кӧргӱзилген.\";'),('alt','messages:log-description-create','s:109:\"alt:Алдында калганчы јаҥы бӱктер јайааганыҥ журналы берилди.\";'),('alt','messages:log-description-managetags','s:489:\"alt:Бу бӱкте [[Special:Tags|тегтер]] башкарарыла колбулу таскадулардыҥ тизими берилди. Журналда јӱк ле администротор колдыҥ болужыла эткен кылыныш бар; тегдерди кожоры ла јоголторы, викиниҥ программалык јеткилдиштиҥ болужыла бӱдӱрилер аргалу, журналга бичимелдерди кошпой.\";'),('alt','messages:log-description-pagelang','s:87:\"alt:Бу бӱктиҥ тилдериниҥ солынтыларыныҥ журналы.\";'),('alt','messages:log-description-tag','s:485:\"alt:Бу бӱкте туружаачылар качан башка версияларда эмезе журналдыҥ бичимелдеринде [[Special:Tags|тегтерди]] кошкон эмезе јоголткон кӧргӱзилди. Журналда тегтерле колбулу, качан олорды тӱзедип, јоголтып турган ла ого тӱҥей кылынышты эдип турган тушта кылыныш кӧргӱзилбеген.\";'),('alt','messages:log-edit-tags','s:92:\"alt:Журналдаҥ талдаган бичимелдеҥ тегтерди тӱзедер\";'),('alt','messages:log-fulllog','s:52:\"alt:Журналды бӱткӱлинче кӧрӧр\";'),('alt','messages:log-name-contentmodel','s:93:\"alt:Толынтыныҥ модельдердиҥ солынтыларыныҥ журналы\";'),('alt','messages:log-name-create','s:54:\"alt:Бӱктер тӧзӧгӧниниҥ журналы\";'),('alt','messages:log-name-managetags','s:52:\"alt:Тегтерди башкарган журнал\";'),('alt','messages:log-name-pagelang','s:46:\"alt:Тил солыганныҥ журналы\";'),('alt','messages:log-name-tag','s:41:\"alt:Таҥмалардыҥ журналы\";'),('alt','messages:log-title-wildcard','s:100:\"alt:Мындый символдордоҥ башталган бажалыктарды бедрери\";'),('alt','messages:logdelete-failure','s:70:\"alt:Журналдыҥ кӧрӱнери чокымдалбаган: $1\";'),('alt','messages:logdelete-selected','s:71:\"alt:Журналдыҥ {{PLURAL:$1|талдаган версиязы}}:\";'),('alt','messages:logdelete-success','s:55:\"alt:Учуралдыҥ кӧрӱнери солынды.\";'),('alt','messages:logdelete-text','s:215:\"alt:Кырып салган учуралдар эмди де журналдарда кӧрӱнет, је олордыҥ толынтызыныҥ кезик бӧлӱги туружаачыларга кӧрӱнбес.\";'),('alt','messages:logempty','s:67:\"alt:Јарагадый бичимелдер журналда јок\";'),('alt','messages:logentry-block-block','s:116:\"alt:$1 {{GENDER:$4|$3}} туружаачыны {{GENDER:$2|туйукташка кийдирген}} $5 $6 ӧйгӧ.\";'),('alt','messages:logentry-block-reblock','s:101:\"alt:$1 {{GENDER:$4|$3}} туйукташтыҥ ӧйин $5-ҥ $6 этире{{GENDER:$2|солыды}}\";'),('alt','messages:logentry-block-unblock','s:75:\"alt:$1 {{GENDER:$2|туйукташтаҥ чыгарды}} {{GENDER:$4|$3}}\";'),('alt','messages:logentry-contentmodel-change','s:113:\"alt:$1 $3 бӱктиҥ толынтызыныҥ моделин \"$4\"-ҥ \"$5\" этире {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-contentmodel-change-revert','s:20:\"alt:јандырар\";'),('alt','messages:logentry-contentmodel-change-revertlink','s:20:\"alt:јандырар\";'),('alt','messages:logentry-contentmodel-new','s:129:\"alt:$3 бӱкти стандарт эмес \"$5\" толынтыныҥ моделин эдинип $1 {{GENDER:$2|јайаады}}\";'),('alt','messages:logentry-create-create','s:47:\"alt:$3 бӱкти $1 {{GENDER:$2|јайады}}\";'),('alt','messages:logentry-delete-delete','s:45:\"alt:$3 бӱкти $1 {{GENDER:$2|кырды}}\";'),('alt','messages:logentry-delete-delete_redir','s:93:\"alt:$1 $3 ууландырышты ӱстинеҥ бичип {{GENDER:$2|јоголткон}}\";'),('alt','messages:logentry-delete-delete_redir2','s:93:\"alt:$1 $3 ууландырышты ӱстинеҥ бичип {{GENDER:$2|јоголткон}}\";'),('alt','messages:logentry-delete-event','s:142:\"alt:Журналда {{PLURAL:$5|$5 бичимели|$5 бичимелдерди}} $3 кӧрӱнетенин $1 {{GENDER:$2|солыды}}: $4\";'),('alt','messages:logentry-delete-event-legacy','s:103:\"alt:$3 журналдыҥ бичимелдерди кӧрӱнетенин $1 {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-delete-restore','s:64:\"alt:$3 ($4) бӱкти $1 {{GENDER:$2|орныктырган}}$3\";'),('alt','messages:logentry-delete-restore-nocount','s:55:\"alt:$3 бӱкти $1 {{GENDER:$2|орныктырды}}\";'),('alt','messages:logentry-delete-revision','s:110:\"alt:$3 бӱктиҥ {{PLURAL:$5|$5 версиязы}} кӧрӱнетенин $1 {{GENDER:$2|солыды}}: $4\";'),('alt','messages:logentry-delete-revision-legacy','s:91:\"alt:$3 бӱкте версиялары кӧрӱнетенин $1 {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-import-interwiki','s:74:\"alt:Ӧскӧ викинеҥ $3-и $1 {{GENDER:$2|импорт эткен}}\";'),('alt','messages:logentry-import-interwiki-details','s:108:\"alt:$1 $5-ҥ $3 файлды салып {{GENDER:$2|импорт}}эткен ($4 {{PLURAL:$4|версия}})\";'),('alt','messages:logentry-import-upload','s:70:\"alt:$1 $3 файлды салып{{GENDER:$2|импорт}} эткен\";'),('alt','messages:logentry-import-upload-details','s:102:\"alt:$1 $3 файлды салып {{GENDER:$2|импорт}}эткен ($4 {{PLURAL:$4|версия}})\";'),('alt','messages:logentry-managetags-activate','s:100:\"alt:$1 \"$4\" тегти туружаачылар ла ботторго {{GENDER:$2|иштеткен}}\";'),('alt','messages:logentry-managetags-create','s:47:\"alt:$4 тегти $1 {{GENDER:$2|јайады}}\";'),('alt','messages:logentry-managetags-deactivate','s:102:\"alt:$1 \"$4\" тегти туружаачылар ла ботторго {{GENDER:$2|токтоткон}}\";'),('alt','messages:logentry-managetags-delete','s:229:\"alt:$1 \"$4\" тегти {{GENDER:$2|јоголткон}} ($5 {{PLURAL:$5|версиянаҥ эмезе журналдыҥ бичимелинеҥ|версиянаҥ ла/эмезе журналдыҥ бичимелдеринеҥ}})\";'),('alt','messages:logentry-merge-merge','s:94:\"alt:$3-и $4-е ($5 јетире версияларды) $1 {{GENDER:$2|бириктирди}}\";'),('alt','messages:logentry-move-move','s:80:\"alt: $3 бӱкти $4 бӱк этире $1 {{GENDER:$2|адын солыган}}\";'),('alt','messages:logentry-move-move-noredirect','s:114:\"alt:$1 $3 бӱкти $4 этире  {{GENDER:$2|адын солып}} ууландырыш јок артыскан\";'),('alt','messages:logentry-move-move_redir','s:97:\"alt:$1 $3 $4 бӱкти {{GENDER:$2|адын солыды}} улаандырыштаҥ ажыра\";'),('alt','messages:logentry-move-move_redir-noredirect','s:168:\"alt:$1 $3 бӱкти $4 этире, ууландырыштыҥ ӱстине бичип ле ууландырыш артыспай, {{GENDER:$2|адын солыган}}\";'),('alt','messages:logentry-newusers-autocreate','s:102:\"alt:$1 туружаачыныҥ аккаунты автоматикалык {{GENDER:$2|эдилди}}\";'),('alt','messages:logentry-newusers-byemail','s:146:\"alt:$1 туружаачы $3 аккаунтты {{GENDER:$2|эткен}} ле јажыт сӧс электрон почтала аткарылды\";'),('alt','messages:logentry-newusers-create','s:73:\"alt:$1 аккаунтты {{GENDER:$2|туружаачы тӧзӧгӧн}}\";'),('alt','messages:logentry-newusers-create2','s:72:\"alt:$1 туружаачы $3 аккаунтты {{GENDER:$2|эткен}}\";'),('alt','messages:logentry-newusers-newusers','s:73:\"alt:$1 аккаунтты {{GENDER:$2|туружаачы тӧзӧгӧн}}\";'),('alt','messages:logentry-non-editing-block-block','s:159:\"alt:$1 {{GENDER:$4|$3}} тӱзедишле колбулу эмес кезик кылынышты {{GENDER:$2|туйктап салды}}, ӧдӧр ӧйи $5 $6\";'),('alt','messages:logentry-non-editing-block-reblock','s:202:\"alt:$1 {{GENDER:$4|$3}}-ҥ тӱзедишле колбулу эмес кезик кылыныштыҥ туйукташ јазалталарын {{GENDER:$2|солып салды}}, ӧдӧр ӧйи $5 $6\";'),('alt','messages:logentry-pagelang-pagelang','s:78:\"alt:$1 $3 бӱктиҥ тилн $4-ҥ $5 этире {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-partialblock-block','s:148:\"alt:$1 {{GENDER:$4|$3}} туружаачыны {{GENDER:$2|туйукташка кийдирген}}$7 тӱзетпезин эдип $5 $6 ӧйгӧ.\";'),('alt','messages:logentry-partialblock-block-action','s:35:\"alt:{{PLURAL:$1|кылыныш}} $2\";'),('alt','messages:logentry-partialblock-block-ns','s:52:\"alt:{{PLURAL:$1|аттардыҥ телкеми}} $2\";'),('alt','messages:logentry-partialblock-block-page','s:30:\"alt:$1 {{PLURAL:$1|бӱк}} $2\";'),('alt','messages:logentry-partialblock-reblock','s:168:\"alt:$1 {{GENDER:$4|$3}} туйукташтыҥ јазалталарын {{GENDER:$2|солыды}}, туйукташка $7 кийдирди $5 $6 ӧйгӧ јетире\";'),('alt','messages:logentry-patrol-patrol','s:107:\"alt:$1 $3 бӱктиҥ $4 версиязын ширтелген деп {{GENDER:$2|темдектеген}}\";'),('alt','messages:logentry-patrol-patrol-auto','s:100:\"alt:$1 автоматикалык {{GENDER:$2|ширтеди}} $3 бӱктиҥ $4 версиязын\";'),('alt','messages:logentry-protect-modify','s:79:\"alt:$1 $3 $4 коруныҥ јазалталарын {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-protect-modify-cascade','s:92:\"alt:$1 $3 $4 коруныҥ јазалталарын {{GENDER:$2|солыды}} [ээчий]\";'),('alt','messages:logentry-protect-move_prot','s:87:\"alt:$1 коруныҥ јазалталарын $4-ҥ $3-е {{GENDER:$2|кӧчӱрди}}\";'),('alt','messages:logentry-protect-protect','s:43:\"alt:$1 $3 $4 {{GENDER:$2|корулады}}\";'),('alt','messages:logentry-protect-protect-cascade','s:56:\"alt:$1 $3 $4 {{GENDER:$2|корулады}} [ээчий]\";'),('alt','messages:logentry-protect-unprotect','s:60:\"alt:$1 $3-ҥ корузын {{GENDER:$2|јоголткон}}\";'),('alt','messages:logentry-rights-autopromote','s:84:\"alt:$1 автоматикалык этире $4-ҥ $5 {{GENDER:$2|кӧчӱрген}}\";'),('alt','messages:logentry-rights-rights','s:129:\"alt:$1 {{GENDER:$6|$3}} группалардыҥ турчызы болотонын $4-ҥ $5 этире {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-rights-rights-legacy','s:120:\"alt:$1 $3 туружаачыныҥ группалардыҥ турчызы болотонын {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-suppress-block','s:116:\"alt:$1 {{GENDER:$4|$3}} туружаачыны {{GENDER:$2|туйукташка кийдирген}} $5 $6 ӧйгӧ.\";'),('alt','messages:logentry-suppress-delete','s:47:\"alt:$3 бӱкти $1 {{GENDER:$2|баскан}}\";'),('alt','messages:logentry-suppress-event','s:157:\"alt:Журналда {{PLURAL:$5|$5 бичимели|$5 бичимелдерди}} $3 кӧрӱнетенин $1 јажырып {{GENDER:$2|солыды}}: $4\";'),('alt','messages:logentry-suppress-event-legacy','s:118:\"alt:$3 журналдыҥ бичимелдерди кӧрӱнетенин $1 јажырып {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-suppress-reblock','s:101:\"alt:$1 {{GENDER:$4|$3}} туйукташтыҥ ӧйин $5-ҥ $6 этире{{GENDER:$2|солыды}}\";'),('alt','messages:logentry-suppress-revision','s:125:\"alt:$3 бӱктиҥ {{PLURAL:$5|$5 версиязы}} кӧрӱнетенин $1 јажырып {{GENDER:$2|солыды}}: $4\";'),('alt','messages:logentry-suppress-revision-legacy','s:106:\"alt:$3 бӱкте версиялары кӧрӱнетенин $1 јажырып {{GENDER:$2|солыды}}\";'),('alt','messages:logentry-tag-update-add-logentry','s:116:\"alt:$1 $3 бӱктиҥ $5 журналдыҥ бичимелине $6 {{PLURAL:$7|тег}} {{GENDER:$2|кошкон}}\";'),('alt','messages:logentry-tag-update-add-revision','s:97:\"alt:$1 $3 бӱктиҥ $4 версиязына $6 {{PLURAL:$7|тег}} {{GENDER:$2|кошкон}}\";'),('alt','messages:logentry-tag-update-logentry','s:190:\"alt:$1 $3 бӱктиҥ $5 журналдыҥ бичимелдеринде тегтерди {{GENDER:$2|јаҥырткан}} ($6 {{PLURAL:$7|кожылды}}; $8 {{PLURAL:$9|кырылды}})\";'),('alt','messages:logentry-tag-update-remove-logentry','s:145:\"alt:$1 $3 бӱктиҥ $5 журналдыҥ бичимелинеҥ $8 {{PLURAL:$9|тегти|тегтерди}} {{GENDER:$2|јоголткон}}\";'),('alt','messages:logentry-tag-update-remove-revision','s:126:\"alt:$1 $3 бӱктиҥ $4 версиязынаҥ $8 {{PLURAL:$9|тегти|тегтерди}} {{GENDER:$2|јоголткон}}\";'),('alt','messages:logentry-tag-update-revision','s:161:\"alt:$1 $3 бӱктииҥ $4 версияда тегтерди {{GENDER:$2|јаҥырткан}} ($6 {{PLURAL:$7|кожылды}}; $8 {{PLURAL:$9|кырылды}})\";'),('alt','messages:logentry-upload-overwrite','s:92:\"alt:$1 {{GENDER:$2|кийдире тартты}} $3 бӱктиҥ јаҥы версиязын\";'),('alt','messages:logentry-upload-revert','s:85:\"alt:$1 $3 бӱкти эски версияга {{GENDER:$2|тескерлеткен}}\";'),('alt','messages:logentry-upload-upload','s:36:\"alt:$1 {{GENDER:$2|салган}} $3\";'),('alt','messages:logeventslist-more-filters','s:57:\"alt:Ӱстине журналдарды кӧргӱзер:\";'),('alt','messages:logeventslist-newusers-log','s:82:\"alt:Туружаачылардыҥ регистрациязыныҥ журналы\";'),('alt','messages:logeventslist-patrol-log','s:35:\"alt:Шиҥжӱниҥ журналы\";'),('alt','messages:logeventslist-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:logeventslist-tag-log','s:41:\"alt:Таҥмалардыҥ журналы\";'),('alt','messages:logging-out-notify','s:72:\"alt:Слер системанаҥ чыгып јадар, сакыгар.\";'),('alt','messages:login','s:14:\"alt:Кирер\";'),('alt','messages:login-abort-generic','s:84:\"alt:Системага эрчимдӱ кириш болбоды - токтодылы\";'),('alt','messages:login-migrated-generic','s:132:\"alt:Слердиҥ аккаунт кӧчӱрилген, анайда ок эмди слердиҥ адар бу викиде јок.\";'),('alt','messages:login-security','s:47:\"alt:Слер деп чынын јартаары\";'),('alt','messages:login-throttled','s:165:\"alt:Слер ӧткӱре кӧп системага кирерге албаданганар.\nСакып алар ӧйи $1 оноҥ такып кирип кӧрӧр.\";'),('alt','messages:login-userblocked','s:93:\"alt:Бу туружаачыны токтодып салган. Кирерге јарабас.\";'),('alt','messages:loginerror','s:39:\"alt:Кириштиҥ јастыразы\";'),('alt','messages:loginlanguagelabel','s:16:\"alt:Тили: $1\";'),('alt','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('alt','messages:loginprompt','s:3:\"en:\";'),('alt','messages:loginreqlink','s:14:\"alt:Кирер\";'),('alt','messages:loginreqpagetext','s:48:\"alt:Ӧскӧ бӱктерди кӧрӧргӧ $1.\";'),('alt','messages:loginreqtitle','s:46:\"alt:Авторизация эдер керек\";'),('alt','messages:loginsuccess','s:78:\"alt:<strong>{{SITENAME}} сайтка \"$1\" атту киргенер.</strong>\";'),('alt','messages:loginsuccesstitle','s:25:\"alt:Кирип алган\";'),('alt','messages:logout','s:14:\"alt:Чыгар\";'),('alt','messages:logout-failed','s:50:\"alt:Эмдиле чыгарга јарабас: $1\";'),('alt','messages:logouttext','s:257:\"alt:<strong>Слер иштеер сеанстаҥ чыгып ийгенер.</strong>\n\nКезик бӱктерде слер сеанстаҥ чыкпаган ошкош деп кӧрӱнер, браузердиҥ кешин слер јаҥыртканча.\";'),('alt','messages:lonelypages','s:27:\"alt:Ӧскӱс бӱктер\";'),('alt','messages:lonelypages-summary','s:3:\"en:\";'),('alt','messages:lonelypagestext','s:177:\"alt:Бу бӱктерге ӧскӧ бӱктердеҥ тайантылар јок {{grammar:genitive|{{SITENAME}}}}, олор ӧскӧ бӱктерге кийдирилбейт.\";'),('alt','messages:longpage-hint','s:4:\"en:-\";'),('alt','messages:longpageerror','s:262:\"alt:<strong>Јастырыш: слердиҥ бичиген бичимелердиҥ кеми $1 {{PLURAL:$1|килобайт}}, $2 {{PLURAL:$2|килобайттаҥ}} кӧп бичиирге јарабас.</strong>\nБӱкти јарладар арга јок.\";'),('alt','messages:longpages','s:25:\"alt:Узун бӱктер\";'),('alt','messages:longpages-summary','s:3:\"en:\";'),('alt','messages:magiclink-tracking-isbn','s:84:\"alt:ISBN куулгазын ссылкаларын тузаланган бӱктер\";'),('alt','messages:magiclink-tracking-isbn-desc','s:203:\"alt:Бу бӱк ISBN-ниҥ куулгазынду тайантыларды эдинет. Кӧчӱрерге [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] кӧрӧр.\";'),('alt','messages:magiclink-tracking-pmid','s:84:\"alt:PMID куулгазын ссылкаларын тузаланган бÿктер\";'),('alt','messages:magiclink-tracking-pmid-desc','s:203:\"alt:Бу бӱк PMID-ниҥ куулгазынду тайантыларды эдинет. Кӧчӱрерге [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] кӧрӧр.\";'),('alt','messages:magiclink-tracking-rfc','s:83:\"alt:RFC куулгазын ссылкаларын тузаланган бÿктер\";'),('alt','messages:magiclink-tracking-rfc-desc','s:201:\"alt:Бу бӱк RFC-ниҥ куулгазынду тайантыларды эдинет. Кӧчӱрерге[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] кӧрӧр.\";'),('alt','messages:mailerror','s:60:\"alt:Почта аткарарыныҥ јастыразы: $1\";'),('alt','messages:mailmypassword','s:36:\"alt:Јажыт сӧсти чачар\";'),('alt','messages:mailnologin','s:38:\"alt:Аткарар адрези јок\";'),('alt','messages:mailnologintext','s:250:\"alt:Слерге [[Special:UserLogin|кирер керек]] ле чындык email адрес слердиҥ [[Special:Preferences|јазалталарда]] болор керек ӧскӧ туружаачыларга самара аткрарга.\";'),('alt','messages:mainpage','s:17:\"alt:Тӧс бӱк\";'),('alt','messages:mainpage-description','s:17:\"alt:Тӧс бӱк\";'),('alt','messages:mainpage-nstab','s:17:\"alt:Тӧс бӱк\";'),('alt','messages:mainpage-title','s:4:\"en:-\";'),('alt','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('alt','messages:mar','s:10:\"alt:Тул\";'),('alt','messages:march','s:21:\"alt:Тулаан ай\";'),('alt','messages:march-gen','s:21:\"alt:тулаан ай\";'),('alt','messages:markaspatrolleddiff','s:48:\"alt:Ширтелген деп темдектер\";'),('alt','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('alt','messages:markaspatrolledtext','s:72:\"alt:Бу бичимелди ширтелген деп темдектер\";'),('alt','messages:markaspatrolledtext-file','s:85:\"alt:Бу файлдыҥ версиязын ширтеген деп темдектер\";'),('alt','messages:markedaspatrolled','s:48:\"alt:Ширтелген деп темдектер\";'),('alt','messages:markedaspatrollederror','s:65:\"alt:Ширтелген деп темдек тургузылбас\";'),('alt','messages:markedaspatrollederror-noautopatrol','s:144:\"alt:Бойыгар эткен тӱзедӱлерди слерге ширтелген темдек тургузарга јарадылбаган.\";'),('alt','messages:markedaspatrollederrortext','s:98:\"alt:Ширтелген деп темдектерге версияны кӧргӱзип салар.\";'),('alt','messages:markedaspatrollednotify','s:99:\"alt:\"$1\" бӱкте солынтыга ширтелген теп темдек тургузылды.\";'),('alt','messages:markedaspatrolledtext','s:114:\"alt:[[:$1]] бичимелдиҥ талдаган версиязы ширтеген деп темдектелди.\";'),('alt','messages:maximum-size','s:27:\"alt:Эҥ јаан кеми:\";'),('alt','messages:may','s:10:\"alt:Кӱк\";'),('alt','messages:may-gen','s:17:\"alt:кӱӱк ай\";'),('alt','messages:may_long','s:17:\"alt:Кӱӱк ай\";'),('alt','messages:mcrundo-changed','s:134:\"alt:Бу бӱк слер кӧргӧннӧҥ бери солынып калды. Јаҥы солынтыларды кӧрӱп ийер.\";'),('alt','messages:mcrundo-missingparam','s:96:\"alt:Кыйалтазы јогынаҥ болотон параметрлер суруда јок.\";'),('alt','messages:mcrundo-parse-failed','s:61:\"alt:Јаҥы версияны аайлап болбоды: $1\";'),('alt','messages:mcrundofailed','s:41:\"alt:Тескерледиш болбоды\";'),('alt','messages:mediastatistics','s:45:\"alt:Медианыҥ статистиказы\";'),('alt','messages:mediastatistics-allbytes','s:109:\"alt:Ончо {{PLURAL:$3|$3 файлдардыҥ}} текши кемјӱзи: $1 {{PLURAL:$1|байт}} ($2).\";'),('alt','messages:mediastatistics-bytespertype','s:144:\"alt:Бу {{PLURAL:$4|$4 файлду}} бӧлӱкте файлдардыҥ текши кемјӱзи ($5%): $1 {{PLURAL:$1|байт}} ($2; $3%).\";'),('alt','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('alt','messages:mediastatistics-header-archive','s:47:\"alt:Тыкташтырган форматтар\";'),('alt','messages:mediastatistics-header-audio','s:20:\"alt:Аудиолор\";'),('alt','messages:mediastatistics-header-bitmap','s:31:\"alt:Растр јуруктар\";'),('alt','messages:mediastatistics-header-drawing','s:56:\"alt:Јурамалдар (вектор јуруктар)\";'),('alt','messages:mediastatistics-header-executable','s:29:\"alt:Иштедип турар\";'),('alt','messages:mediastatistics-header-multimedia','s:26:\"alt:Мультимедиа\";'),('alt','messages:mediastatistics-header-office','s:26:\"alt:Документтер\";'),('alt','messages:mediastatistics-header-text','s:24:\"alt:Бичимелдик\";'),('alt','messages:mediastatistics-header-total','s:27:\"alt:Ончо файлдар\";'),('alt','messages:mediastatistics-header-unknown','s:21:\"alt:Јарты јок\";'),('alt','messages:mediastatistics-header-video','s:20:\"alt:Видеолор\";'),('alt','messages:mediastatistics-nbytes','s:39:\"alt:{{PLURAL:$1|$1 байт}} ($2; $3%)\";'),('alt','messages:mediastatistics-nfiles','s:11:\"ru:$1 ($2%)\";'),('alt','messages:mediastatistics-summary','s:359:\"alt:Салган файлдардардыҥ бӱдӱми керегинде статистикалык кӧргӱзӱ. Ондо файлдардыҥ јӱк ле калганчы версиязы керегинде информация болот. Файлдардыҥ эски ле кырылган версиялары тоого алынбай турган.\";'),('alt','messages:mediastatistics-table-count','s:35:\"alt:Файлдардыҥ тоозы\";'),('alt','messages:mediastatistics-table-extensions','s:41:\"alt:Болгодый элбедиштер\";'),('alt','messages:mediastatistics-table-mimetype','s:21:\"alt:MIME-бӱдӱми\";'),('alt','messages:mediastatistics-table-totalbytes','s:23:\"alt:Текши кеми\";'),('alt','messages:mediawarning','s:261:\"alt:<strong>Ајару:</strong> Бу файлдыҥ бӱдӱми каршулу программалу кодту болор аргалу.\nИштедип ийзе слердиҥ системагар југуш вирусту болуп калар аргалу.\";'),('alt','messages:mediawikipage','s:44:\"alt:Самараныҥ бӱгин кӧрӧр\";'),('alt','messages:mergehistory','s:68:\"alt:Тӱзедӱлердиҥ тӱӱкизин бириктирери\";'),('alt','messages:mergehistory-autocomment','s:38:\"alt:[[:$1]] - [[:$2]] кӧчӱрери\";'),('alt','messages:mergehistory-box','s:93:\"alt:Эки бӱктиҥ тӱзедӱлериниҥ тӱӱкилерин бириктирер:\";'),('alt','messages:mergehistory-comment','s:42:\"alt:[[:$1]] - [[:$2]] кӧчӱрери: $3\";'),('alt','messages:mergehistory-done','s:102:\"alt:$4 {{PLURAL:$4|версия}} $1 [[:$2]] бӱкке {{PLURAL:$4|бириктирилген}}. \n$3.\";'),('alt','messages:mergehistory-empty','s:67:\"alt:Бириктиретен тӱзедӱлер табылбады.\";'),('alt','messages:mergehistory-fail','s:146:\"alt:Бӱкердиҥ тӱӱкилери бириктирилбеди. Бӱктиҥ параметрлерин ле ӧйин ширтеп ийер.\";'),('alt','messages:mergehistory-fail-bad-timestamp','s:45:\"alt:Ӧйдиҥ темдеги јастыра.\";'),('alt','messages:mergehistory-fail-invalid-dest','s:43:\"alt:Јастыра амадаган бӱк.\";'),('alt','messages:mergehistory-fail-invalid-source','s:41:\"alt:Јастыра тӧзӧлгӧ бӱк.\";'),('alt','messages:mergehistory-fail-no-change','s:200:\"alt:Тӱӱкилердиҥ бириктиреринде бир де версия кожылышпады.\nЈаҥынаҥ бӱкти ширтеп ле ӧйиниҥ параметрлерин кӧрӧр.\";'),('alt','messages:mergehistory-fail-permission','s:74:\"alt:Тӱӱкини бириктиретен аргалар јетпеди.\";'),('alt','messages:mergehistory-fail-self-merge','s:67:\"alt:Тӧзӧлгӧ лӧ амадалган бӱктер тӱҥей.\";'),('alt','messages:mergehistory-fail-timestamps-overlap','s:136:\"alt:Тӧзӧлгӧ версиялар бӧктӧйт эмезе амадалган версиялардыҥ кийнинеҥ келет.\";'),('alt','messages:mergehistory-fail-toobig','s:189:\"alt:Тӱӱкилер бириктирилбеди, нениҥ учун дезе $1 {{PLURAL:$1|версия}} кирелеткен лимиттеҥ кӧп кӧчӱрерге келижет.\";'),('alt','messages:mergehistory-from','s:26:\"alt:Тӧзӧлгӧ бӱк:\";'),('alt','messages:mergehistory-go','s:68:\"alt:Бириктиретен тӱзедӱлерди кӧргӱзер\";'),('alt','messages:mergehistory-header','s:272:\"alt:Бу бӱк слерге эки башка бӱктиҥ тӱзедӱлердиҥ тӱӱкизин бириктирер арга берет.\nБу солынтылар бӱктиҥ тӱӱкизин бӱдӱнин артызып салар деп ширтеп кӧрӧр.\";'),('alt','messages:mergehistory-into','s:30:\"alt:Амадалган бӱк:\";'),('alt','messages:mergehistory-invalid-destination','s:78:\"alt:Амадалган бӱк чын бажалыкту болор керек.\";'),('alt','messages:mergehistory-invalid-source','s:71:\"alt:Тӧзӧлгӧзи чын бажалыкту болор керек.\";'),('alt','messages:mergehistory-list','s:77:\"alt:Бириктирип јаткан тӱзедӱлердиҥ тӱӱкизи\";'),('alt','messages:mergehistory-merge','s:368:\"alt:Бу [[:$1]] версияларды [[:$2]] кӧчӱрип саларга јарар.\nКӧчӱриштиҥ былчуларын эдинип, јӱк ле талдап алган тӱзедӱлердиҥ диапазонын бириктирер.\nУндыбагар, навигацияныҥ тайантыларын эдинзе бу колонка чачылар.\";'),('alt','messages:mergehistory-no-destination','s:40:\"alt:Амадаган \"$1\" бӱк јок.\";'),('alt','messages:mergehistory-no-source','s:38:\"alt:Тӧзӧлгӧ \"$1\" бӱк јок.\";'),('alt','messages:mergehistory-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:mergehistory-redirect-text','s:3:\"en:\";'),('alt','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('alt','messages:mergehistory-same-destination','s:91:\"alt:Тӧзӧлгӧ лӧ амадалган бӱктер тӱҥей болбос керек.\";'),('alt','messages:mergehistory-source-deleted','s:285:\"alt:Анайда ок, [[:$1]] кырылган нениҥ учун дезе ондо узак ӧйдиҥ туркунына ӧскӧ версиялар болбогон ло оныҥ толынтызыныҥ модели арткан улаандырыштарла јарашпайт.\";'),('alt','messages:mergehistory-source-deleted-reason','s:277:\"alt:Тӱӱкини бириктирип ийерде тӧзӧлгӧ бӱк автоматикалык кырылып калды, оныҥ толынтызыныҥ модели улаандырышты јаратпай турган ла ӧскӧ версиязы јок учун\";'),('alt','messages:mergehistory-submit','s:47:\"alt:Тӱзедӱлерди бириктирер\";'),('alt','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('alt','messages:mergelog','s:43:\"alt:Бириктирӱниҥ журналы\";'),('alt','messages:mergelogpagetext','s:122:\"alt:Алдында бӱктердиҥ тӱӱкилериниҥ бириктергениниҥ тизими берилди.\";'),('alt','messages:metadata','s:24:\"alt:Метадатазы\";'),('alt','messages:metadata-collapse','s:56:\"alt:Артык јартамалдырды јажырар\";'),('alt','messages:metadata-expand','s:58:\"alt:Артык јартамалдырды кӧргӱзер\";'),('alt','messages:metadata-fields','s:468:\"alt:Бу тизимде бичилген јуруктыҥ метаданныйлардыҥ јерлери, јуруктыҥ бӱгинде кӧргӱзилер, метаданныйлардыҥ таблицазын тӱрип салза.\nАрткан јерлерин јажырып салар.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('alt','messages:metadata-help','s:345:\"alt:Файлда цифровой камералар ла сканерлер салган кожып турган данныйлар бар. Файлды эдилгенинеҥ бери редактировать эткен болзо, кезик параметрлери тургуза ӧйдӧги јурукка келишпес аргалу.\";'),('alt','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('alt','messages:metadata-langitem-default','s:5:\"en:$1\";'),('alt','messages:mimesearch','s:36:\"alt:MIME аайынча бедрер\";'),('alt','messages:mimesearch-summary','s:301:\"alt:Бу бӱк файлдарды MIME бӱдӱмјизи ажыра ылгаштырарга арга берет.Кийдиретен формат: толынтыныҥбӱдӱми/коштой бӱдӱми эмезе толынтыныҥбӱдӱми/*, темдектезе <code>image/jpeg</code>.\";'),('alt','messages:mimetype','s:16:\"alt:MIME-тип:\";'),('alt','messages:minimum-size','s:26:\"alt:Эҥ кичӱ кеми\";'),('alt','messages:minlength1','s:88:\"alt:Файлдыҥ адында бир де болзо танык болор керек.\";'),('alt','messages:minoredit','s:30:\"alt:Бу кичӱ тӱзедӱ\";'),('alt','messages:minoreditletter','s:6:\"alt:к\";'),('alt','messages:minutes','s:33:\"alt:{{PLURAL:$1|$1 минута}}\";'),('alt','messages:minutes-abbrev','s:8:\"ru:$1 м\";'),('alt','messages:minutes-ago','s:38:\"alt:$1 {{PLURAL:$1|минут}} озо\";'),('alt','messages:missing-article','s:661:\"alt:$1, $2 бӱктиҥ сурулаган бичимели база данныхта табылбады.\n\nБу мындый айалга кӧп саба эски тайанты ажыра кырып салган бӱктиҥ солынтыларыныҥ тӱӱкизине кӧчӱп ийерге турза болот.\n\nКеректиҥ аайы андый эмес болзо, слер, байла, программный јеткилдештиҥ јастыразына учураганар. \nБу учурал керегинде угузып ийгер [[Special:ListUsers/sysop|администраторлорды]] URL адрезин кожо бичип.\";'),('alt','messages:missing-revision','s:360:\"alt:\"{{FULLPAGENAME}}\" атту бӱктиҥ #$1 версиязы јогыла.\n\nМындый айалга кырып салган бӱктиҥ эскирген тайантызын эдинзе болот.\nЈартамалын [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} кырылганныҥ журналында] табар арга бар.\";'),('alt','messages:missing-revision-content','s:104:\"alt:\"$2\" бӱктиҥ #$1 версиязыныҥ толынтызы кийдире тартылбады.\";'),('alt','messages:missing-revision-permission','s:330:\"alt:#$1 версия кырылган бӱкке кирет. Слерде [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} оны кӧрӧргӧ] арга бар; [{{fullurl:{{#Special:Log}}/delete|page=$3}} кырылганныҥ журналында] јартамалдарды табарга арга бар.\";'),('alt','messages:missingarticle-diff','s:28:\"alt:(Башказы: $1, $2)\";'),('alt','messages:missingarticle-rev','s:26:\"alt:(версия №: $1)\";'),('alt','messages:missingcommentheader','s:280:\"alt:<strong>Ундыбагар:</strong> Слер бу кыска јартамалга темазын/бажалыгын бичибегенер.\nОйто катап \"$1\" былчышты былчып ийзер тӱзедӱгер бажылык јок јарладып калар.\";'),('alt','messages:missingcommenttext','s:38:\"alt:Јартамал бичийгер.\";'),('alt','messages:missingsummary','s:274:\"alt:<strong>Ундыбагар:</strong> Слер солынтылардыҥ кыска јартамалын бичибегенер.\nОйто катап \"$1\" былчышты былчып ийзер солынтыгар јартамалы јок јарладып калар.\";'),('alt','messages:mobile-frontend-account-create-captcha-placeholder','s:51:\"ru:Введите код подтверждения\";'),('alt','messages:mobile-frontend-account-create-email-placeholder','s:76:\"ru:Адрес электронной почты (необязательно)\";'),('alt','messages:mobile-frontend-account-create-submit','s:39:\"ru:Зарегистрироваться\";'),('alt','messages:mobile-frontend-app-title','s:42:\"ru:Мобильное приложение\";'),('alt','messages:mobile-frontend-back-to-top-of-section','s:62:\"ru:Вернуться к предыдущему разделу\";'),('alt','messages:mobile-frontend-browse-tags-header','s:13:\"ru:Метки\";'),('alt','messages:mobile-frontend-categories-add','s:41:\"ru:Добавить в категорию\";'),('alt','messages:mobile-frontend-categories-add-heading','s:86:\"ru:<strong>Добавьте <span> $1</span> в новые категории</strong>\";'),('alt','messages:mobile-frontend-categories-add-wait','s:84:\"ru:Сохранение категорий, пожалуйста подождите.\";'),('alt','messages:mobile-frontend-categories-heading','s:38:\"ru:<strong>Категории</strong>\";'),('alt','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('alt','messages:mobile-frontend-categories-nocat','s:96:\"ru:Эта страница ещё не относится ни к одной категории.\";'),('alt','messages:mobile-frontend-categories-nodata','s:129:\"ru:Произошла ошибка. Вы добавили какие-нибудь категории для сохранения?\";'),('alt','messages:mobile-frontend-categories-nomatch','s:134:\"ru:По вашему запросу категории не найдены. Попробуйте поискать по-другому.\";'),('alt','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('alt','messages:mobile-frontend-categories-search','s:32:\"ru:Поиск категорий\";'),('alt','messages:mobile-frontend-categories-subheading','s:82:\"ru:Страница относится к следующим категориям:\";'),('alt','messages:mobile-frontend-categories-summary','s:45:\"ru:Добавленые в категории\";'),('alt','messages:mobile-frontend-changeslist-ip','s:38:\"ru:Анонимный участник\";'),('alt','messages:mobile-frontend-changeslist-nocomment','s:39:\"ru:Нет описания правки\";'),('alt','messages:mobile-frontend-clear-search','s:19:\"ru:Очистить\";'),('alt','messages:mobile-frontend-commons-category-view','s:52:\"ru:Изображения для страницы $1\";'),('alt','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('alt','messages:mobile-frontend-contribution-summary','s:86:\"ru:Все правки, сделанные {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('alt','messages:mobile-frontend-cookies-required','s:188:\"ru:Для переключения режимов просмотра требуются файлы cookie. Пожалуйста, включите их и повторите попытку.\";'),('alt','messages:mobile-frontend-copyright','s:114:\"ru:Содержимое доступно в соответствии с $1, если не указано иное.\";'),('alt','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('alt','messages:mobile-frontend-desc','s:40:\"ru:Мобильный интерфейс\";'),('alt','messages:mobile-frontend-diffview-404-desc','s:107:\"ru:Не существует версии с запрошенным вами идентификатором\";'),('alt','messages:mobile-frontend-diffview-404-title','s:58:\"ru:Некорректная ссылка на версию\";'),('alt','messages:mobile-frontend-diffview-anonymous','s:38:\"ru:Анонимный участник\";'),('alt','messages:mobile-frontend-diffview-bytesadded','s:71:\"ru:$1 {{PLURAL:$1|байт|байта|байтов}} добавлено\";'),('alt','messages:mobile-frontend-diffview-bytesnochange','s:46:\"ru:Нет изменений в размере\";'),('alt','messages:mobile-frontend-diffview-bytesremoved','s:65:\"ru:$1 {{PLURAL:$1|байт|байта|байтов}} убрано\";'),('alt','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('alt','messages:mobile-frontend-diffview-editcount','s:69:\"ru:<div>$1</div> {{PLURAL:$1|правка|правки|правок}}\";'),('alt','messages:mobile-frontend-diffview-explained','s:89:\"ru:Следующие строки были добавлены (+) и удалены (-):\";'),('alt','messages:mobile-frontend-diffview-title','s:21:\"ru:Изменения\";'),('alt','messages:mobile-frontend-disable-images','s:79:\"ru:Отключить изображения на мобильном сайте\";'),('alt','messages:mobile-frontend-dismiss-notification','s:45:\"ru:скрыть это уведомление\";'),('alt','messages:mobile-frontend-donate-button-label','s:27:\"ru:Пожертвовать\";'),('alt','messages:mobile-frontend-donate-image-anon','s:81:\"ru:Войдите, чтоб посмотреть страницу закачек.\";'),('alt','messages:mobile-frontend-donate-image-heading','s:43:\"ru:Ваши последние правки\";'),('alt','messages:mobile-frontend-donate-image-login-action','s:237:\"ru:<strong>Файлы на сайте {{SITENAME}} предоставлены такими же людьми, как и вы.</strong><br />Войдите, чтоб поделиться своими мультимедиа-файлами.\";'),('alt','messages:mobile-frontend-donate-image-nouploads','s:27:\"ru:Нет загрузок.\";'),('alt','messages:mobile-frontend-donate-image-signup-action','s:145:\"ru:Зарегистрируйтесь, чтоб поделиться своими мультимедиа-файлами со всем миром.\";'),('alt','messages:mobile-frontend-donate-image-title','s:19:\"ru:Загрузки\";'),('alt','messages:mobile-frontend-donate-photo-first-upload-success','s:63:\"ru:Получилось! Спасибо за ваш вклад!\";'),('alt','messages:mobile-frontend-donate-photo-upload-success','s:127:\"ru:Получилось! Ваше изображние может быть использован на сайте {{SITENAME}}!\";'),('alt','messages:mobile-frontend-drawer-cancel','s:15:\"ru:Отмена\";'),('alt','messages:mobile-frontend-edit-login-action','s:133:\"ru:<strong>Помогите улучшить сайт {{SITENAME}}.</strong><br />Войдите для редактирования.\";'),('alt','messages:mobile-frontend-edit-signup-action','s:153:\"ru:<strong>Помогите улучшить сайт {{SITENAME}}.</strong><br />Зарегистрируйтесь для редактирования.\";'),('alt','messages:mobile-frontend-editor-abusefilter-disallow','s:130:\"ru:Эта правка не может быть сохранена, поскольку мы обнаружили проблему.\";'),('alt','messages:mobile-frontend-editor-abusefilter-read-more','s:34:\"ru:Читать подробнее\";'),('alt','messages:mobile-frontend-editor-abusefilter-warning','s:180:\"ru:Предупреждение: Вы уверены, что вы хотите сохранить эту правку? С этим могут возникнуть проблемы.\";'),('alt','messages:mobile-frontend-editor-add-reference','s:19:\"ru:Добавить\";'),('alt','messages:mobile-frontend-editor-anon','s:65:\"ru:Редактировать без входа в систему\";'),('alt','messages:mobile-frontend-editor-anonwarning','s:539:\"ru:<strong>Внимание!</strong> Вы не авторизовались на сайте. Ваш IP-адрес будет публично видимым, если вы будете вносить любые правки. Если вы <strong>войдёте</strong> или <strong>создадите учётную запись</strong>, правки вместо этого будут связаны с вашим именем пользователя, а также у вас появятся другие преимущества.\";'),('alt','messages:mobile-frontend-editor-blocked-info','s:261:\"ru:Возможность редактирования с вашего IP-адреса заблокирована. Блокировка была сделана {{GENDER:$1|участником|участницей}} $1 по следующей причине: $2\";'),('alt','messages:mobile-frontend-editor-blocked-info-loggedin','s:271:\"ru:Возможность редактирования с вашей учётной записи заблокирована. Блокировка была сделана {{GENDER:$2|участником|участницей}} $2 по следующей причине: $1\";'),('alt','messages:mobile-frontend-editor-bold','s:23:\"ru:Полужирный\";'),('alt','messages:mobile-frontend-editor-bold-text','s:44:\"ru:Полужирное начертание\";'),('alt','messages:mobile-frontend-editor-cancel','s:15:\"ru:Отмена\";'),('alt','messages:mobile-frontend-editor-cancel-confirm','s:102:\"ru:Вы действительно хотите отказаться от ваши изменений?\";'),('alt','messages:mobile-frontend-editor-captcha-try-again','s:63:\"ru:Неверный код, попробуйте еще раз.\";'),('alt','messages:mobile-frontend-editor-continue','s:13:\"ru:Далее\";'),('alt','messages:mobile-frontend-editor-cta','s:61:\"ru:Помогите улучшить эту страницу!\";'),('alt','messages:mobile-frontend-editor-disabled','s:103:\"ru:Эта страница защищена ради предотвращения вандализма.\";'),('alt','messages:mobile-frontend-editor-edit','s:17:\"ru:Править\";'),('alt','messages:mobile-frontend-editor-editing','s:31:\"ru:Редактирование\";'),('alt','messages:mobile-frontend-editor-editing-page','s:64:\"ru:<span><strong>Редактирование</strong> $1</span>\";'),('alt','messages:mobile-frontend-editor-error','s:63:\"ru:Ошибка, правка не была сохранена.\";'),('alt','messages:mobile-frontend-editor-error-conflict','s:108:\"ru:Ошибка, другой пользователь отредактировал эту страницу.\";'),('alt','messages:mobile-frontend-editor-error-loading','s:69:\"ru:Ошибка, не удаётся загрузить раздел.\";'),('alt','messages:mobile-frontend-editor-error-preview','s:181:\"ru:Ошибка! Что-то неожиданное произошло после загрузки предпросмотра. Закройте и повторите попытку.\";'),('alt','messages:mobile-frontend-editor-insert-reference','s:30:\"ru:Вставка сноски\";'),('alt','messages:mobile-frontend-editor-italic','s:15:\"ru:Курсив\";'),('alt','messages:mobile-frontend-editor-italic-text','s:42:\"ru:Курсивное начертание\";'),('alt','messages:mobile-frontend-editor-keep-editing','s:52:\"ru:Продолжить редактирование\";'),('alt','messages:mobile-frontend-editor-licensing','s:169:\"ru:Сохраняя изменения, вы соглашаетесь разместить ваш вклад под лицензией $1 {{PLURAL:$2|license|licenses}}.\";'),('alt','messages:mobile-frontend-editor-licensing-with-terms','s:196:\"ru:Сохраняя изменения, вы соглашаетесь с $1 и с тем, что размещаете ваш вклад под лицензией $2 {{PLURAL:$3|license|licenses}}.\";'),('alt','messages:mobile-frontend-editor-new-page-confirm','s:134:\"ru:{{GENDER:$1|Вы действительно хотите создать}} новую страницу на сайте {{SITENAME}}?\";'),('alt','messages:mobile-frontend-editor-newpage-prompt','s:136:\"ru:Эта страница не существует. Почему бы не набраться смелости и создать её?\";'),('alt','messages:mobile-frontend-editor-placeholder','s:93:\"ru:Этот раздел пуст. Будьте первым, кто заполнит его!\";'),('alt','messages:mobile-frontend-editor-placeholder-new-page','s:96:\"ru:{{GENDER:$1|Вы создаёте}} новую страницу на сайте {{SITENAME}}!\";'),('alt','messages:mobile-frontend-editor-previewing-page','s:83:\"ru:<span><strong>Предварительный просмотр</strong> $1</span>\";'),('alt','messages:mobile-frontend-editor-redirect-title','s:56:\"ru:Перенаправление в редактор…\";'),('alt','messages:mobile-frontend-editor-redlink-create','s:34:\"ru:Создать страницу\";'),('alt','messages:mobile-frontend-editor-redlink-explain','s:63:\"ru:Эта страница ещё не была создана.\";'),('alt','messages:mobile-frontend-editor-redlink-leave','s:26:\"ru:Нет, спасибо.\";'),('alt','messages:mobile-frontend-editor-reference','s:23:\"ru:Примечание\";'),('alt','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('alt','messages:mobile-frontend-editor-save','s:21:\"ru:Сохранить\";'),('alt','messages:mobile-frontend-editor-success','s:69:\"ru:Успешно! Ваша правка была сохранена.\";'),('alt','messages:mobile-frontend-editor-success-landmark-1','s:90:\"ru:Поздравляем, теперь вы — редактор сайта {{SITENAME}}!\";'),('alt','messages:mobile-frontend-editor-success-new-page','s:76:\"ru:Поздравляем с созданием новой страницы!\";'),('alt','messages:mobile-frontend-editor-summary','s:39:\"ru:Описание изменений:\";'),('alt','messages:mobile-frontend-editor-summary-placeholder','s:95:\"ru:Пример: Исправлена опечатка, добавлено содержимое\";'),('alt','messages:mobile-frontend-editor-summary-request','s:62:\"ru:Как именно вы улучшили страницу?\";'),('alt','messages:mobile-frontend-editor-switch-confirm','s:156:\"ru:Вы должны сохранить свою правку перед переключением в другой режим редактирования.\";'),('alt','messages:mobile-frontend-editor-switch-editor','s:42:\"ru:Переключить редактор\";'),('alt','messages:mobile-frontend-editor-switch-visual-editor','s:68:\"ru:Переключить на Визуальный редактор\";'),('alt','messages:mobile-frontend-editor-terms-link','s:49:\"ru:[$1 Условия использования]\";'),('alt','messages:mobile-frontend-editor-tutorial-cancel','s:25:\"ru:Нет, спасибо\";'),('alt','messages:mobile-frontend-editor-tutorial-confirm','s:44:\"ru:Начать редактирование\";'),('alt','messages:mobile-frontend-editor-tutorial-summary','s:108:\"ru:Попробуйте улучшить страницу $1.<br />Не пугайтесь разметки.\";'),('alt','messages:mobile-frontend-editor-unavailable','s:208:\"ru:Мобильное редактирование недоступно в настоящее время в вашем браузере. Пожалуйста, попробуйте другой браузер.\";'),('alt','messages:mobile-frontend-editor-undo-unsupported','s:130:\"ru:Отмена в настоящее время не поддерживается на мобильных устройствах.\";'),('alt','messages:mobile-frontend-editor-uploadenable','s:127:\"ru:Пожалуйста, для возможности редактирования загрузите сначала фото.\";'),('alt','messages:mobile-frontend-editor-viewing-source-page','s:84:\"ru:<strong>Просмотр исходного текста</strong><span> $1</span>\";'),('alt','messages:mobile-frontend-editor-wait','s:79:\"ru:Сохранение правки, пожалуйста, подождите.\";'),('alt','messages:mobile-frontend-enable-images','s:77:\"ru:Включить изображения на мобильном сайте\";'),('alt','messages:mobile-frontend-expand-sections-description','s:116:\"ru:Всегда раскрывать все разделы при переходе на новую страницу.\";'),('alt','messages:mobile-frontend-expand-sections-status','s:41:\"ru:Раскрыть все разделы\";'),('alt','messages:mobile-frontend-featured-article','s:45:\"ru:Избранный материал дня\";'),('alt','messages:mobile-frontend-first-upload-wizard-new-page-1','s:106:\"ru:Изображения для сайта {{SITENAME}} располагаются на Wikimedia Commons\";'),('alt','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:111:\"ru:Присылайте ваши изображения. Помогите оживить сайт {{SITENAME}}!\";'),('alt','messages:mobile-frontend-first-upload-wizard-new-page-2','s:236:\"ru:Избегайте материалов, найденных в интернете и защищённых авторским правом, а также изображений плакатов, книжных обложек и т.п.\";'),('alt','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:109:\"ru:Ваши изображения помогают образованию людей во всём мире.\";'),('alt','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:18:\"ru:Понятно?\";'),('alt','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:8:\"ru:Да!\";'),('alt','messages:mobile-frontend-fontchanger-desc','s:111:\"ru:Увеличить или уменьшить размер текста для удобства чтения.\";'),('alt','messages:mobile-frontend-fontchanger-link','s:28:\"ru:Размер шрифта\";'),('alt','messages:mobile-frontend-footer-contact','s:17:\"ru:Контакт\";'),('alt','messages:mobile-frontend-footer-sitename','s:15:\"ru:{{SITENAME}}\";'),('alt','messages:mobile-frontend-generic-404-desc','s:83:\"ru:Не удалось найти страницу, которую вы ищете.\";'),('alt','messages:mobile-frontend-generic-404-title','s:54:\"ru:Ошибкаː страница не найдена\";'),('alt','messages:mobile-frontend-generic-login','s:82:\"ru:Сайт {{SITENAME}} сделан такими же людьми, как вы.\";'),('alt','messages:mobile-frontend-generic-login-action','s:75:\"ru:Авторизуйтесь, чтобы внести свой вклад.\";'),('alt','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('alt','messages:mobile-frontend-generic-signup-action','s:83:\"ru:Зарегистрируйтесь, чтобы внести свой вклад.\";'),('alt','messages:mobile-frontend-history','s:84:\"ru:Посмотреть историю изменений этой страницы.\";'),('alt','messages:mobile-frontend-history-404-desc','s:233:\"ru:Невозможно посмотреть историю страницы, которая не существует. Она может быть удалена или вы могли пройти по неверной ссылке.\";'),('alt','messages:mobile-frontend-history-404-title','s:37:\"ru:Нет такой страницы\";'),('alt','messages:mobile-frontend-history-no-results','s:93:\"ru:По заданному фильтру в истории ничего не найдено.\";'),('alt','messages:mobile-frontend-home-button','s:13:\"ru:Домой\";'),('alt','messages:mobile-frontend-image-cancel-confirm','s:37:\"ru:Отменить загрузку?\";'),('alt','messages:mobile-frontend-image-heading-describe','s:46:\"ru:\'\'\'Опишите\'\'\' изображение\";'),('alt','messages:mobile-frontend-image-uploading','s:51:\"ru:\'\'\'Загрузка\'\'\' изображения…\";'),('alt','messages:mobile-frontend-images-status','s:25:\"ru:Изображения\";'),('alt','messages:mobile-frontend-language-article-heading','s:44:\"ru:Читать на другом языке\";'),('alt','messages:mobile-frontend-language-header','s:93:\"ru:Эта страница существует на $1 {{PLURAL:$1|языке|языках}}\";'),('alt','messages:mobile-frontend-language-heading','s:30:\"ru:<strong>Языки</strong>\";'),('alt','messages:mobile-frontend-language-site-choose','s:24:\"ru:Поиск языка\";'),('alt','messages:mobile-frontend-language-variant-header','s:64:\"ru:Выберите вариант {{#language:{{CONTENTLANG}}}}\";'),('alt','messages:mobile-frontend-languages-404-desc','s:79:\"ru:Необходимо указать корректный заголовок.\";'),('alt','messages:mobile-frontend-languages-404-title','s:32:\"ru:Языковая ошибка\";'),('alt','messages:mobile-frontend-languages-header','s:13:\"ru:Языки\";'),('alt','messages:mobile-frontend-languages-header-page','s:20:\"ru:$1 — Языки\";'),('alt','messages:mobile-frontend-languages-nonexistent-title','s:53:\"ru:Страница «$1» не существует.\";'),('alt','messages:mobile-frontend-languages-text','s:73:\"ru:$1 существует на $2 {{PLURAL:$2|языке|языках}}.\";'),('alt','messages:mobile-frontend-languages-variant-header','s:49:\"ru:варианты {{#language:{{CONTENTLANG}}}}\";'),('alt','messages:mobile-frontend-last-modified-date','s:51:\"ru:Последние изменения на $2 $1\";'),('alt','messages:mobile-frontend-last-modified-days','s:158:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 день назад|$1 дня назад|$1 дней назад|1=вчера}}\";'),('alt','messages:mobile-frontend-last-modified-hours','s:134:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 час|$1 часа|$1 часов|1=час}} назад\";'),('alt','messages:mobile-frontend-last-modified-just-now','s:79:\"ru:Последнее изменение внесено прямо сейчас\";'),('alt','messages:mobile-frontend-last-modified-minutes','s:150:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 минуту|$1 минуты|$1 минут|1=минуту}} назад\";'),('alt','messages:mobile-frontend-last-modified-months','s:150:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 месяц|$1 месяца|$1 месяцев|1=месяц}} назад\";'),('alt','messages:mobile-frontend-last-modified-seconds','s:141:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 секунду|$1 секунды|$1 секунд}} назад\";'),('alt','messages:mobile-frontend-last-modified-with-user-days','s:247:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 день назад|$3 дня назад|$3 дней назад|1=вчера}}] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-with-user-hours','s:223:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 час|$3 часа|$3 часов|1=час}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-with-user-just-now','s:173:\"ru:[$3 Последняя {{GENDER:$1|правка}}] сделана только что {{PLURAL:$4|участником [$5 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-with-user-minutes','s:239:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 минуту|$3 минуты|$3 минут|1=минуту}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-with-user-months','s:247:\"ru:[$4 Последняя правка сделана {{PLURAL:$3|$3 месяц|$3 месяца|$3 месяцев}} назад] {{PLURAL:$5|{{GENDER:$1|участником|участницей}} [$6 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-with-user-seconds','s:247:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 секунду|$3 секунды|$3 секунд|1=секунду}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-with-user-years','s:219:\"ru:[$4 Последняя {{GENDER:$1|правка}} сделана {{PLURAL:$3|$3 год|$3 года|$3 лет|1=год}} назад] {{PLURAL:$5|участником [$6 $2]|0=анонимным участником}}\";'),('alt','messages:mobile-frontend-last-modified-years','s:130:\"ru:Последние изменения были сделаны {{PLURAL:$1|$1 год|$1 года|$1 лет|1=год}} назад\";'),('alt','messages:mobile-frontend-lead-image-tutorial-confirm','s:32:\"ru:Начать загрузку\";'),('alt','messages:mobile-frontend-lead-image-tutorial-summary','s:295:\"ru:Убедитесь, что ваше изображение может помочь проиллюстрировать страницу. Это должно быть изображение, которое вы создали и которое не нарушает авторских прав.\";'),('alt','messages:mobile-frontend-loading-message','s:22:\"ru:Загрузка…\";'),('alt','messages:mobile-frontend-logged-in-homepage-notification','s:39:\"ru:Добро пожаловать, $1!\";'),('alt','messages:mobile-frontend-logged-in-toast-notification','s:24:\"ru:Вошёл как $1.\";'),('alt','messages:mobile-frontend-logged-out','s:37:\"ru:Вы не авторизованы\";'),('alt','messages:mobile-frontend-login','s:13:\"ru:Войти\";'),('alt','messages:mobile-frontend-main-menu','s:26:\"ru:Главное меню\";'),('alt','messages:mobile-frontend-main-menu-account-create','s:45:\"ru:Создать учётную запись\";'),('alt','messages:mobile-frontend-main-menu-back','s:13:\"ru:Назад\";'),('alt','messages:mobile-frontend-main-menu-button-tooltip','s:41:\"ru:Открыть главное меню\";'),('alt','messages:mobile-frontend-main-menu-featured','s:21:\"ru:Избранное\";'),('alt','messages:mobile-frontend-main-menu-login','s:44:\"ru:Представиться системе\";'),('alt','messages:mobile-frontend-main-menu-logout','s:13:\"ru:Выйти\";'),('alt','messages:mobile-frontend-main-menu-nearby','s:13:\"ru:Рядом\";'),('alt','messages:mobile-frontend-main-menu-page-title','s:37:\"ru:Навигация по сайту\";'),('alt','messages:mobile-frontend-main-menu-settings','s:21:\"ru:Настройки\";'),('alt','messages:mobile-frontend-main-menu-settings-heading','s:21:\"ru:Настройки\";'),('alt','messages:mobile-frontend-main-menu-upload','s:19:\"ru:Загрузки\";'),('alt','messages:mobile-frontend-main-menu-watchlist','s:36:\"ru:Список наблюдения\";'),('alt','messages:mobile-frontend-media-details','s:25:\"ru:Подробности\";'),('alt','messages:mobile-frontend-media-license-link','s:43:\"ru:Информация о лицензии\";'),('alt','messages:mobile-frontend-meta-data-issues','s:39:\"ru:Вопросы по странице\";'),('alt','messages:mobile-frontend-meta-data-issues-categories','s:35:\"ru:Об этой категории\";'),('alt','messages:mobile-frontend-meta-data-issues-header','s:17:\"ru:Вопросы\";'),('alt','messages:mobile-frontend-meta-data-issues-header-talk','s:33:\"ru:Об этой странице\";'),('alt','messages:mobile-frontend-meta-data-issues-talk','s:54:\"ru:Об этой странице обсуждения\";'),('alt','messages:mobile-frontend-missing-image','s:25:\"ru:Изображение\";'),('alt','messages:mobile-frontend-nearby-distance','s:24:\"ru:{{PLURAL:$1|$1 км}}\";'),('alt','messages:mobile-frontend-nearby-distance-meters','s:22:\"ru:{{PLURAL:$1|$1 м}}\";'),('alt','messages:mobile-frontend-nearby-error','s:72:\"ru:У {{SITENAME}} возникли некоторые проблемы.\";'),('alt','messages:mobile-frontend-nearby-error-guidance','s:79:\"ru:Попробуйте обновить ваше местоположение.\";'),('alt','messages:mobile-frontend-nearby-loading','s:108:\"ru:Загрузка информации о том, что находится невдалеке от вас\";'),('alt','messages:mobile-frontend-nearby-lookup-ui-error','s:123:\"ru:{{SITENAME}} не может выяснить, где вы находитесь… Попробовать ещё раз?\";'),('alt','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:111:\"ru:Попробуйте найти открытую местность с более лучшей связью.\";'),('alt','messages:mobile-frontend-nearby-noresults','s:99:\"ru:Что-то тихо здесь… Поблизости нет ни одной страницы.\";'),('alt','messages:mobile-frontend-nearby-noresults-guidance','s:154:\"ru:Попробуйте создать новую страницу или добавить местоположение к уже существующей\";'),('alt','messages:mobile-frontend-nearby-permission','s:138:\"ru:{{SITENAME}} не имеет разрешения на доступ к определению вашего местоположения\";'),('alt','messages:mobile-frontend-nearby-permission-guidance','s:304:\"ru:Пожалуйста, убедитесь, что вы даёте разрешение на показ своего местоположения. Возможно, вам нужно проверить настройки определения местоположения вашего браузера.\";'),('alt','messages:mobile-frontend-nearby-refresh','s:48:\"ru:Обновить местоположение\";'),('alt','messages:mobile-frontend-nearby-requirements','s:102:\"ru:Извините! Ваш браузер не поддерживает работу с {{SITENAME}}.\";'),('alt','messages:mobile-frontend-nearby-requirements-guidance','s:153:\"ru:Попробуйте использовать другой браузер или включите JavaScript, если вы отключили его.\";'),('alt','messages:mobile-frontend-nearby-sectiontext','s:34:\"ru:Места поблизости\";'),('alt','messages:mobile-frontend-nearby-title','s:13:\"ru:Рядом\";'),('alt','messages:mobile-frontend-news-items','s:17:\"ru:Новости\";'),('alt','messages:mobile-frontend-opt-in-explain','s:295:\"ru:Присоединившись к бета-тестированию, вы получите доступ к некоторым экспериментальным функциям, но увеличится и  ваш риск встретиться с ошибкой или проблемой.\";'),('alt','messages:mobile-frontend-overlay-close','s:17:\"ru:Закрыть\";'),('alt','messages:mobile-frontend-overlay-continue','s:23:\"ru:Продолжить\";'),('alt','messages:mobile-frontend-page-edit-summary','s:71:\"ru:<span><strong>Описание изменений</strong> $1</span>\";'),('alt','messages:mobile-frontend-page-menu-contents','s:23:\"ru:содержание\";'),('alt','messages:mobile-frontend-page-menu-history','s:17:\"ru:История\";'),('alt','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('alt','messages:mobile-frontend-pageaction-edit-tooltip','s:75:\"ru:Редактировать ведущий раздел страницы.\";'),('alt','messages:mobile-frontend-pageaction-upload-tooltip','s:77:\"ru:Загрузить основное фото на эту страницу.\";'),('alt','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('alt','messages:mobile-frontend-panel-cancel','s:25:\"ru:Нет, спасибо\";'),('alt','messages:mobile-frontend-panel-ok','s:7:\"ru:Ок\";'),('alt','messages:mobile-frontend-password','s:16:\"ru:Пароль:\";'),('alt','messages:mobile-frontend-password-confirm-placeholder','s:38:\"ru:Подтвердите пароль\";'),('alt','messages:mobile-frontend-password-placeholder','s:15:\"ru:Пароль\";'),('alt','messages:mobile-frontend-photo-article-donate-comment','s:75:\"ru:Пожертвованные изображения из Special:Uploads\";'),('alt','messages:mobile-frontend-photo-article-edit-comment','s:100:\"ru:Добавлено изображение для использования на странице\";'),('alt','messages:mobile-frontend-photo-caption-placeholder','s:72:\"ru:Опишите это изображение (обязательно)\";'),('alt','messages:mobile-frontend-photo-licensing','s:163:\"ru:Загружая это изображение, вы соглашаетесь разместить ваше изображение под лицензией $1.\";'),('alt','messages:mobile-frontend-photo-licensing-with-terms','s:190:\"ru:Загружая это изображение, вы соглашаетесь с $1 и с тем, что размещаете ваше изображение под лицензией $2.\";'),('alt','messages:mobile-frontend-photo-ownership','s:54:\"ru:Я, $1, создал это изображение.\";'),('alt','messages:mobile-frontend-photo-ownership-confirm','s:18:\"ru:Понятно!\";'),('alt','messages:mobile-frontend-photo-ownership-help','s:30:\"ru:Что это значит?\";'),('alt','messages:mobile-frontend-photo-submit','s:21:\"ru:Загрузить\";'),('alt','messages:mobile-frontend-photo-upload','s:71:\"ru:Добавить на эту страницу изображение\";'),('alt','messages:mobile-frontend-photo-upload-anon','s:148:\"ru:Пожалуйста, представьтесь системе, чтобы добавить изображение на эту страницу.\";'),('alt','messages:mobile-frontend-photo-upload-comment','s:66:\"ru:Добавлено изображение на страницу\";'),('alt','messages:mobile-frontend-photo-upload-copyvio','s:291:\"ru:Внимание! Это изображение выглядит подозрительно. Если это не фотография, которую вы сделали сами, пожалуйста, не загружайте её. Вы все ещё хотите продолжить?\";'),('alt','messages:mobile-frontend-photo-upload-error','s:51:\"ru:Ошибка, попробуйте заново.\";'),('alt','messages:mobile-frontend-photo-upload-error-file-type','s:82:\"ru:Пожалуйста, загружайте только изображения.\";'),('alt','messages:mobile-frontend-photo-upload-error-filename','s:102:\"ru:Ошибка, просьба представить более детальное описание.\";'),('alt','messages:mobile-frontend-photo-upload-generic','s:50:\"ru:Пожертвовать изображение\";'),('alt','messages:mobile-frontend-photo-upload-invalid-user','s:63:\"ru:Участник «$1» не зарегистрирован.\";'),('alt','messages:mobile-frontend-photo-upload-success-article','s:131:\"ru:Загрузка удалась! Теперь ваше изображение размещено на этой странице.\";'),('alt','messages:mobile-frontend-photo-upload-unavailable','s:95:\"ru:Ваш браузер не поддерживает загрузку изображений.\";'),('alt','messages:mobile-frontend-photo-upload-user-count','s:83:\"ru:<span>$1</span> {{PLURAL:$1|загрузка|загрузки|загрузок}}\";'),('alt','messages:mobile-frontend-photo-upload-user-count-over-limit','s:24:\"ru:500+ загрузок\";'),('alt','messages:mobile-frontend-placeholder','s:57:\"ru:Искать в {{grammar:prepositional|{{SITENAME}}}}\";'),('alt','messages:mobile-frontend-placeholder-app','s:82:\"ru:Поиск по {{grammar:genitive|{{SITENAME}}}} (веб-приложение)\";'),('alt','messages:mobile-frontend-placeholder-beta','s:76:\"ru:Поиск по {{grammar:genitive|{{SITENAME}}}} (бета-версия)\";'),('alt','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('alt','messages:mobile-frontend-privacy-link-text','s:39:\"ru:Конфиденциальность\";'),('alt','messages:mobile-frontend-profile-activity-heading','s:38:\"ru:Последние действия\";'),('alt','messages:mobile-frontend-profile-error','s:13:\"ru:О нет!\";'),('alt','messages:mobile-frontend-profile-footer-ancient','s:286:\"ru:[[Special:Contributions/$1|{{PLURAL:$3|Сделана 1 правка|Сделано $3 правки|Сделано $3 правок}}]] и [[Special:Uploads/$1|{{PLURAL:$4|1 загрузка|$4 загрузки|$4 загрузок|500=более 500 загрузок}}]] файлов.\";'),('alt','messages:mobile-frontend-profile-footer-days','s:453:\"ru:Присоединился {{PLURAL:$2|$2 день назад|$2 дней назад|$2 дня назад|1=вчера|0=сегодня}} с [[Special:Contributions/$1|{{PLURAL:$3|$3 правкой|$3 правками|1=одной правкой}}]] и [[Special:Uploads/$1|{{PLURAL:$4|с $4 загрузкой|с $4 загрузками|1=с одной загрузкой|0=без загрузок|500=более чем 500 загрузками}}]].\";'),('alt','messages:mobile-frontend-profile-footer-months','s:443:\"ru:Присоединился {{PLURAL:$2|$2 месяц|$2 месяцев|$2 месяцев }} назад [[Special:Contributions/$1|{{PLURAL:$3|с $3 правкой|с $3 правками|0=без правок|1=одной правкой}}]] и [[Special:Uploads/$1|{{PLURAL:$4|с $4 загрузкой|с $4 загрузками|1=с одной загрузкой|0=без загрузок|500=более чем 500 загрузками}}]].\";'),('alt','messages:mobile-frontend-profile-footer-years','s:422:\"ru:Присоединился более {{PLURAL:$2|года|$2 лет}} назад [[Special:Contributions/$1|{{PLURAL:$3|с $3 правкой|с $3 правками|0=без правок|1=одной правкой}}]] и [[Special:Uploads/$1|{{PLURAL:$4|с $4 загрузкой|с $4 загрузками|1=с одной загрузкой|0=без загрузок|500=более чем 500 загрузками}}]].\";'),('alt','messages:mobile-frontend-profile-last-edit','s:185:\"ru:{{GENDER:$3|Отредактирована}} страница [[:$1]], {{PLURAL:$2|$2 день назад|$2 дня назад|$2 дней назад|1=вчера|0=сегодня}}.\";'),('alt','messages:mobile-frontend-profile-last-thank','s:197:\"ru:Последний раз {{GENDER:$2|был отблагодарён|была отблагодарена}} {{GENDER:$1|участником|участницей}} [[Special:UserProfile/$1|$1]].\";'),('alt','messages:mobile-frontend-profile-noargs','s:142:\"ru:Имя не задано. Пожалуйста, укажите имя участника, чтобы просмотреть профиль.\";'),('alt','messages:mobile-frontend-profile-nouser','s:238:\"ru:Участника с таким именем не существует. Имена чувствительны к регистру, так что, пожалуйста, проверьте, набрано ли оно правильно.\";'),('alt','messages:mobile-frontend-profile-title','s:36:\"ru:Профиль участника\";'),('alt','messages:mobile-frontend-profile-userpage-link','s:89:\"ru:Посетить страницу {{GENDER:$1|участника|участницы}}.\";'),('alt','messages:mobile-frontend-profile-usertalk','s:74:\"ru:Написать {{GENDER:$1|участнику|участнице}} $1\";'),('alt','messages:mobile-frontend-quick-lookup-looking','s:19:\"ru:Поиск \"$1\".\";'),('alt','messages:mobile-frontend-quick-lookup-no-results','s:61:\"ru:По запросу \"$1\" ничего не найдено.\";'),('alt','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('alt','messages:mobile-frontend-random-button','s:21:\"ru:Случайная\";'),('alt','messages:mobile-frontend-references-citation','s:15:\"ru:Цитата\";'),('alt','messages:mobile-frontend-regular-site','s:30:\"ru:Обычная версия\";'),('alt','messages:mobile-frontend-requires-mobile','s:229:\"ru:Эта страница не доступна для просмотра с компьютера. Пожалуйста, нажмите на ссылку мобильного вида в нижней части страницы.\";'),('alt','messages:mobile-frontend-requires-optin','s:220:\"ru:Эта страница будет недоступна, пока вы не перейдёте в бета-режим. Зайдите для этого на страницу [[Special:MobileOptions|настроек]].\";'),('alt','messages:mobile-frontend-requires-title','s:40:\"ru:Страница недоступна\";'),('alt','messages:mobile-frontend-save-error','s:156:\"ru:Ошибка при сохранении настроек. Пожалуйста, убедитесь, что у вас включены файлы cookie.\";'),('alt','messages:mobile-frontend-save-settings','s:21:\"ru:Сохранить\";'),('alt','messages:mobile-frontend-saving-exit-page','s:219:\"ru:Ваша правка всё ещё сохраняется. Если вы покинете страницу, ваши изменения будут потеряны. Вы уверены, что хотите уйти?\";'),('alt','messages:mobile-frontend-search-content','s:39:\"ru:Искать на страницах\";'),('alt','messages:mobile-frontend-search-content-no-results','s:134:\"ru:\'\'\'{{int:mobile-frontend-search-content}}\'\'\', чтобы увидеть, встречается ли где-то эта фраза.\";'),('alt','messages:mobile-frontend-search-feedback-link-text','s:31:\"ru:Напишите отзыв.\";'),('alt','messages:mobile-frontend-search-feedback-prompt','s:65:\"ru:Не удалось найти то, что вы искали?\";'),('alt','messages:mobile-frontend-search-no-results','s:58:\"ru:Нет страниц с таким названием.\";'),('alt','messages:mobile-frontend-search-submit','s:17:\"ru:Перейти\";'),('alt','messages:mobile-frontend-settings-beta','s:24:\"ru:Бета-версия\";'),('alt','messages:mobile-frontend-settings-images-explain','s:115:\"ru:Загрузить все изображения, которые присутствуют на странице.\";'),('alt','messages:mobile-frontend-settings-site-description','s:167:\"ru:Проект «{{SITENAME}}» доступен на $1 {{PLURAL:$1|языке|языках}}. Ниже перечислены все доступные версии\";'),('alt','messages:mobile-frontend-settings-site-header','s:45:\"ru:Языки проекта «{{SITENAME}}»\";'),('alt','messages:mobile-frontend-sign-in-error-heading','s:8:\"ru:Ой!\";'),('alt','messages:mobile-frontend-sign-in-heading','s:13:\"ru:Войти\";'),('alt','messages:mobile-frontend-sign-in-why','s:167:\"ru:Если у вас уже есть учётная запись в проекте {{SITENAME}}, вы можете представиться системе ниже.\";'),('alt','messages:mobile-frontend-sign-up-heading','s:39:\"ru:Зарегистрироваться\";'),('alt','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:45:\"ru:Что вы хотите написать?\";'),('alt','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:30:\"ru:Заголовок темы\";'),('alt','messages:mobile-frontend-talk-add-overlay-submit','s:40:\"ru:Добавить обсуждение\";'),('alt','messages:mobile-frontend-talk-back-to-filepage','s:43:\"ru:Вернуться к файлу «$1».\";'),('alt','messages:mobile-frontend-talk-back-to-page','s:51:\"ru:Вернуться на страницу «$1».\";'),('alt','messages:mobile-frontend-talk-back-to-projectpage','s:64:\"ru:Вернуться к странице проекта «$1».\";'),('alt','messages:mobile-frontend-talk-back-to-userpage','s:82:\"ru:Вернуться к странице участника «{{GENDER:$1|$1}}».\";'),('alt','messages:mobile-frontend-talk-edit-summary','s:51:\"ru:Новый раздел обсуждения: $1\";'),('alt','messages:mobile-frontend-talk-explained','s:66:\"ru:Эти обсуждения являются активными\";'),('alt','messages:mobile-frontend-talk-explained-empty','s:62:\"ru:На этой странице нет обсуждений.\";'),('alt','messages:mobile-frontend-talk-fullpage','s:48:\"ru:Читать как вики-страницу\";'),('alt','messages:mobile-frontend-talk-overlay-header','s:23:\"ru:Обсуждение\";'),('alt','messages:mobile-frontend-talk-overlay-lead-header','s:44:\"ru:Безымянное обсуждение\";'),('alt','messages:mobile-frontend-talk-reply','s:19:\"ru:Ответить\";'),('alt','messages:mobile-frontend-talk-reply-info','s:142:\"ru:Обратите внимание, что ваш ответ будет автоматически подписан вашим именем.\";'),('alt','messages:mobile-frontend-talk-reply-success','s:103:\"ru:Ваш ответ был успешно сохранён на странице обсуждения.\";'),('alt','messages:mobile-frontend-talk-topic-error','s:102:\"ru:Тема не может быть добавлена из-за неизвестной ошибки.\";'),('alt','messages:mobile-frontend-talk-topic-error-badtoken','s:197:\"ru:На сервере произошла ошибка, и ваши изменения не могут быть сохранены. Попробуйте перезагрузить страницу.\";'),('alt','messages:mobile-frontend-talk-topic-error-permission','s:132:\"ru:Тема не может быть добавлена. У вас нет прав на редактирование страниц.\";'),('alt','messages:mobile-frontend-talk-topic-error-protected','s:162:\"ru:Эта страница обсуждения защищена. У вас нет разрешения на добавление новой темы на неё.\";'),('alt','messages:mobile-frontend-talk-topic-error-spam','s:138:\"ru:В создании этой темы было отказано, потому что она содержит спам-фрагмент.\";'),('alt','messages:mobile-frontend-talk-topic-feedback','s:85:\"ru:Новая тема добавлена на страницу обсуждения!\";'),('alt','messages:mobile-frontend-talk-topic-wait','s:86:\"ru:Сохранение новой темы, пожалуйста, подождите.\";'),('alt','messages:mobile-frontend-terms-text','s:44:\"ru:Условия использования\";'),('alt','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('alt','messages:mobile-frontend-thanked-notice','s:182:\"ru:$1 {{GENDER:$2|был оповещён|была оповещена|были оповещены}}, что вам понравилась {{GENDER:$2|его|её|их}} правка.\";'),('alt','messages:mobile-frontend-user-account','s:30:\"ru:учётная запись\";'),('alt','messages:mobile-frontend-user-button-tooltip','s:49:\"ru:Показать мои уведомления\";'),('alt','messages:mobile-frontend-user-cta','s:141:\"ru:Пожалуйста, войдите или зарегистрируйтесь, чтобы увидеть ваши уведомления.\";'),('alt','messages:mobile-frontend-user-newmessages','s:105:\"ru:У вас есть новые сообщения на вашей странице обсуждения\";'),('alt','messages:mobile-frontend-userlogin-loggedin-register','s:161:\"ru:Вы уже вошли как {{GENDER:$1|$1}}.\nИспользуйте форму ниже, чтобы создать другого пользователя.\";'),('alt','messages:mobile-frontend-username','s:29:\"ru:Имя участника:\";'),('alt','messages:mobile-frontend-username-placeholder','s:28:\"ru:Имя участника\";'),('alt','messages:mobile-frontend-view','s:34:\"ru:Мобильная версия\";'),('alt','messages:mobile-frontend-view-desktop','s:27:\"ru:Стационарный\";'),('alt','messages:mobile-frontend-view-mobile','s:21:\"ru:Мобильный\";'),('alt','messages:mobile-frontend-view-source','s:36:\"ru:Просмотр разметки\";'),('alt','messages:mobile-frontend-watch-login','s:66:\"ru:Добавить $1 в ваш список наблюдения\";'),('alt','messages:mobile-frontend-watchlist-a-z','s:15:\"ru:Список\";'),('alt','messages:mobile-frontend-watchlist-a-z-empty-howto','s:365:\"ru:В настоящее время вы не следите ни за какими страницами. Ваш список наблюдения помогает отслеживать страницы, которые вам интересны. Следите за страницами, нажав на иконку с изображением звёздочки.\";'),('alt','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:54:\"ru:Нажмите на значок-звёздочку\";'),('alt','messages:mobile-frontend-watchlist-add','s:68:\"ru:$1 добавлена в ваш список наблюдения\";'),('alt','messages:mobile-frontend-watchlist-back-home','s:13:\"ru:Домой\";'),('alt','messages:mobile-frontend-watchlist-cta','s:101:\"ru:Следить за этой страницей, и всеми изменениями на ней.\";'),('alt','messages:mobile-frontend-watchlist-cta-button-login','s:29:\"ru:Представиться\";'),('alt','messages:mobile-frontend-watchlist-cta-button-signup','s:39:\"ru:Зарегистрироваться\";'),('alt','messages:mobile-frontend-watchlist-error','s:149:\"ru:При просмотре этой страницы произошла проблема. Пожалуйста, попробуйте ещё раз.\";'),('alt','messages:mobile-frontend-watchlist-feed','s:19:\"ru:Изменено\";'),('alt','messages:mobile-frontend-watchlist-feed-empty','s:89:\"ru:Отсутствуют страницы с последними изменениями\";'),('alt','messages:mobile-frontend-watchlist-filter-all','s:9:\"ru:Всё\";'),('alt','messages:mobile-frontend-watchlist-filter-articles','s:19:\"ru:Страницы\";'),('alt','messages:mobile-frontend-watchlist-filter-other','s:15:\"ru:Прочее\";'),('alt','messages:mobile-frontend-watchlist-filter-talk','s:23:\"ru:Обсуждения\";'),('alt','messages:mobile-frontend-watchlist-login-action','s:52:\"ru:Войдите, чтобы увидеть его.\";'),('alt','messages:mobile-frontend-watchlist-more','s:13:\"ru:далее\";'),('alt','messages:mobile-frontend-watchlist-please-wait','s:157:\"ru:Пожалуйста подождите, действий по просмотру занимает больше времени, чем ожидалось.\";'),('alt','messages:mobile-frontend-watchlist-purpose','s:240:\"ru:<strong>Список наблюдения помогает вам делать закладки на страницы и отслеживать изменения в них.</strong><br />Войдите, чтобы увидеть его.\";'),('alt','messages:mobile-frontend-watchlist-removed','s:72:\"ru:$1 удалена из вашего списка наблюдения\";'),('alt','messages:mobile-frontend-watchlist-signup-action','s:264:\"ru:<strong>Список наблюдения помогает вам делать закладки на страницы и отслеживать изменения в них.</strong><br />Зарегистрируйтесь, чтобы начать сейчас.\";'),('alt','messages:mobile-frontend-watchlist-view','s:68:\"ru:Просмотреть свой список наблюдения\";'),('alt','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('alt','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('alt','messages:modeleditnotsupported-text','s:79:\"alt:$1 толынтыныҥ модели тӱзедӱшти јаратпайт.\";'),('alt','messages:modeleditnotsupported-title','s:50:\"alt:Тӱзедӱ јарадылбай турган\";'),('alt','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('alt','messages:modifiedarticleprotection-comment','s:109:\"alt:\"[[$1]]\" деп бӱктиҥ корултазыныҥ јазалталарын {{GENDER:$2|солыды}}\";'),('alt','messages:mon','s:10:\"alt:Пон\";'),('alt','messages:monday','s:26:\"alt:Понедельник\";'),('alt','messages:monday-at','s:41:\"alt:Понедельникте, ӧйи $1\";'),('alt','messages:month','s:49:\"alt:Айдаҥ ала (оноҥ озо база):\";'),('alt','messages:months','s:25:\"alt:{{PLURAL:$1|$1 ай}}\";'),('alt','messages:monthsall','s:18:\"alt:бастыра\";'),('alt','messages:moredotdotdot','s:25:\"alt:Ичкерледе...\";'),('alt','messages:morelinkstoimage','s:100:\"alt:Бу файлга [[Special:WhatLinksHere/$1|арткан тайантыларды]] кӧрӧр.\";'),('alt','messages:morenotlisted','s:66:\"alt:Бу тизим јеткил эмес болор аргалу.\";'),('alt','messages:mostcategories','s:88:\"alt:Кӧп категориялардыҥ тоозына кийдирген бӱктер\";'),('alt','messages:mostcategories-summary','s:3:\"en:\";'),('alt','messages:mostimages','s:45:\"alt:Эҥ кӧп эдинген файлдар\";'),('alt','messages:mostimages-summary','s:3:\"en:\";'),('alt','messages:mostinterwikis','s:78:\"alt:Тоозы кӧп интервики-тайантыларлу бӱктер\";'),('alt','messages:mostinterwikis-summary','s:3:\"en:\";'),('alt','messages:mostlinked','s:53:\"alt:Эҥ кӧп тайантыларлу бӱктер\";'),('alt','messages:mostlinked-summary','s:3:\"en:\";'),('alt','messages:mostlinkedcategories','s:65:\"alt:Эҥ кӧп тайантыларлу категориялар\";'),('alt','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('alt','messages:mostlinkedtemplates','s:47:\"alt:Эҥ кӧп кийдирген бӱктер\";'),('alt','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('alt','messages:mostrevisions','s:55:\"alt:Кӧп катап тӱзедилген бӱктер\";'),('alt','messages:mostrevisions-summary','s:3:\"en:\";'),('alt','messages:move','s:25:\"alt:Адын солыыр\";'),('alt','messages:move-leave-redirect','s:43:\"alt:Ууландырышты артызар\";'),('alt','messages:move-over-sharedrepo','s:180:\"alt:[[:$1]] текши салгыш јерде бар. Файлдыҥ адын солып ийзе текши салгыш јердеги файлды ол бӧктӧп салар.\";'),('alt','messages:move-page','s:37:\"alt:\"$1\" деп адын солыыр\";'),('alt','messages:move-page-legend','s:40:\"alt:Бӱктиҥ адын солыыры\";'),('alt','messages:move-redirect-text','s:3:\"en:\";'),('alt','messages:move-subpages','s:74:\"alt:Кош бӱктердиҥ аттарын солыыр($1 јетире)\";'),('alt','messages:move-talk-subpages','s:106:\"alt:Шӱӱжӱ бӱктердиҥ кош бӱктериниҥ аттарын солыыр($1 јетире)\";'),('alt','messages:move-watch','s:96:\"alt:Ширтениҥ тизимине тӧзӧлгӧ лӧ амадаган бӱкти кожор\";'),('alt','messages:movecategorypage-warning','s:387:\"alt:<strong>Ајару:</strong> Слер категорияныҥ бӱгиниҥ адын солыырга турганар. Ајарып ийер, јӱк ле бу бӱктиҥ ады солынар, ого кирип турган эски категорияныҥ ончо бӱктери категориязын солытпай јаҥы категорияга <em>кирбес</em>.\";'),('alt','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('alt','messages:moveddeleted-notice','s:220:\"alt:Бу бӱк кырылган.\nЈарт болзын деп бу бӱктиҥ алдында кырылганыҥ, корултаныҥ ла аттар солынганыҥ журналдары кӧргӱзилген.\";'),('alt','messages:moveddeleted-notice-recent','s:282:\"alt:Бу јуукта бу бӱк кырылган (калганчы 24 саттыҥ  туркунына).\nАлдында болуш этире бу бӱктиҥ кырылганныҥ, корулаганныҥ ла адын солыганныҥ журналдары берилди.\";'),('alt','messages:movelogpage','s:42:\"alt:Аттар солыган журнал\";'),('alt','messages:movelogpagetext','s:96:\"alt:Аттарын солыган бӱктердиҥ тизими алдында берилди.\";'),('alt','messages:movenologintext','s:122:\"alt:Системага [[Special:UserLogin|кирер]], бӱктиҥ адын солыырга турган болзор.\";'),('alt','messages:movenosubpage','s:55:\"alt:Бу бӱкте алдында бӱктер јок.\";'),('alt','messages:movenotallowed','s:86:\"alt:Слерде бӱктердиҥ аттарын солыыр аргалар јок.\";'),('alt','messages:movenotallowedfile','s:88:\"alt:Слерде файлдардыҥ аттарын солыыр аргалар јок.\";'),('alt','messages:movepage-delete-first','s:279:\"alt:Бӱктиҥ адын солыырга тушта, амадулу бӱкте ӧткӱре кӧп јоголтотон версиялар бар. Озо баштап бу бӱкти колордыҥ болужыла јоголтып ийер, оноҥ ойто умзанар.\";'),('alt','messages:movepage-invalid-target-title','s:53:\"alt:Сурулаган ат јарадылбаган.\";'),('alt','messages:movepage-max-pages','s:166:\"alt:$1 {{PLURAL:$1|бӱктиҥ}}{{PLURAL:$1|ады солынган}} - бу эҥ кӧп тоо;оноҥ кӧп автоматикалык этире адалбас.\";'),('alt','messages:movepage-moved','s:76:\"alt:<strong>\"$1\" бӱктиҥ ады \"$2\" этире солынды</strong>\";'),('alt','messages:movepage-moved-noredirect','s:66:\"alt:Ууландырыш эдери базылган болгон.\";'),('alt','messages:movepage-moved-redirect','s:38:\"alt:Ууландырыш эдилди.\";'),('alt','messages:movepage-page-exists','s:143:\"alt:$1 бӱк тургуза ӧйдӧ бар, оноҥ оны автоматикалык ӱстинеҥ ары бичиирге јарабас.\";'),('alt','messages:movepage-page-moved','s:63:\"alt:$1 бӱктиҥ ады $2 деп солынып калды.\";'),('alt','messages:movepage-page-unmoved','s:52:\"alt:$1 бӱктиҥ ады $2 деп адалбас.\";'),('alt','messages:movepage-source-doesnt-exist','s:73:\"alt:$1 бӱк јок, оныҥ учун оныҥ ады солынбас.\";'),('alt','messages:movepage-summary','s:3:\"en:\";'),('alt','messages:movepagebtn','s:40:\"alt:Бӱктиҥ адын солыыры\";'),('alt','messages:movepagetalktext','s:473:\"alt:Слер бу галочканы темдектеп ийзер, келижип турган шӱӱжӱниҥ бӱги база автоматикалык ады солынар, је јаҥыс ондый ла атту куру эмес шӱӱжӱниҥ бӱги јок болзо.\n\nБу тушта слерге оныҥ адын ӧскӧртӧгӧ эмезе олорды колдыҥ болужы ла бириктирерге келижер керектӱ болзо.\";'),('alt','messages:movepagetext','s:1501:\"alt:Алдындагы берилген форманы эдинип, слер бӱктиҥ адын солып, ол ло ӧйдӧ солынтыларыныҥ журналын јаҥы јерге кӧчӱрер. Эски ады јаҥызыны ууландырыш болуп калар. Слер автоматикалык этире, эски атка ууландырып турган ууландырыштарды јаҥыртарга аргалу. Слер оны этпезер, [[Special:DoubleRedirects|эки кат]] ла [[Special:BrokenRedirects|ӱзӱк ууландырыштардыҥ]] барын кӧрӧр.\nСлер ууландырыштар оноҥ ары чын уулаганы учун каруузын бередер.\n\n\nБӱктиҥ ады <strong>солынбас</strong> ондый адарга турган атту бӱк бар болзо, је ол куру эмезе тузудӱзиниҥ тӱӱкизи куру ууландырыш болзо солынар.\nАдын солып, јастырзар, слер озо болгон адын јаҥынаҥ ондый ла атту этире адап саларар, је бар бӱкти јоголтпой.\n\n<strong>Ајару эдер:</strong>\nЈарлу бӱктердиҥ адын солыза кӧп лӧ сакыбас јанынаҥ учуралдарлу солынтылар болорго.\nОноҥ ары улалтар, болотон турулталарды аайлап турган болзор.\";'),('alt','messages:movepagetext-noredirectfixer','s:1501:\"alt:Алдындагы берилген форманы эдинип, слер бӱктиҥ адын солып, ол ло ӧйдӧ солынтыларыныҥ журналын јаҥы јерге кӧчӱрер. Эски ады јаҥызыны ууландырыш болуп калар. Слер автоматикалык этире, эски атка ууландырып турган ууландырыштарды јаҥыртарга аргалу. Слер оны этпезер, [[Special:DoubleRedirects|эки кат]] ла [[Special:BrokenRedirects|ӱзӱк ууландырыштардыҥ]] барын кӧрӧр.\nСлер ууландырыштар оноҥ ары чын уулаганы учун каруузын бередер.\n\n\nБӱктиҥ ады <strong>солынбас</strong> ондый адарга турган атту бӱк бар болзо, је ол куру эмезе тузудӱзиниҥ тӱӱкизи куру ууландырыш болзо солынар.\nАдын солып, јастырзар, слер озо болгон адын јаҥынаҥ ондый ла атту этире адап саларар, је бар бӱкти јоголтпой.\n\n<strong>Ајару эдер:</strong>\nЈарлу бӱктердиҥ адын солыза кӧп лӧ сакыбас јанынаҥ учуралдарлу солынтылар болорго.\nОноҥ ары улалтар, болотон турулталарды аайлап турган болзор.\";'),('alt','messages:movepagetext-noredirectsupport','s:1163:\"alt:Алдындагы берилген форманы эдинип, слер бӱктиҥ адын солып, ол ло ӧйдӧ солынтыларыныҥ журналын јаҥы јерге кӧчӱрер. Эски ады јаҥызыны ууландырыш болуп калар.\nСлер ууландырыштар оноҥ ары чын уулаганы учун каруузын бередер.\n\n\nБӱктиҥ ады <strong>солынбас</strong> ондый адарга турган атту бӱк бар болзо, је ол куру эмезе тузудӱзиниҥ тӱӱкизи куру ууландырыш болзо солынар.\nАдын солып, јастырзар, слер озо болгон адын јаҥынаҥ ондый ла атту этире адап саларар, је бар бӱкти јоголтпой.\n\n<strong>Ајару эдер:</strong>\nЈарлу бӱктердиҥ адын солыза кӧп лӧ сакыбас јанынаҥ учуралдарлу солынтылар болорго.\nОноҥ ары улалтар, болотон турулталарды аайлап турган болзор.\";'),('alt','messages:movereason','s:19:\"alt:Шылтагы:\";'),('alt','messages:movesubpage','s:63:\"alt:{{PLURAL:$1|Коштой бӱк|Коштой бӱктер}}\";'),('alt','messages:movesubpagetalktext','s:137:\"alt:Келижип турган шӱӱжӱниҥ бӱгинде $1 {{PLURAL:$1|коштой бӱк}} алдында кӧргӱзилди.\";'),('alt','messages:movesubpagetalktext-truncated','s:265:\"ru:{{PLURAL:$1|Первая $1 подстраница|Первые $1 подстраницы|Первые $1 подстраниц}} для соответствующей страницы обсуждения {{PLURAL:$1|показана|показаны}} ниже.\";'),('alt','messages:movesubpagetext','s:93:\"alt:Бу бӱкте $1 {{PLURAL:$1|коштой бӱк}} алдында кӧргӱзилди.\";'),('alt','messages:movesubpagetext-truncated','s:215:\"ru:{{PLURAL:$1|Первая $1 подстраница|Первые $1 подстраницы|Первые $1 подстраниц}} этой страницы {{PLURAL:$1|показана|показаны}} ниже.\";'),('alt','messages:movetalk','s:77:\"alt:Келижип турган шӱӱжӱ бӱктиҥ адын солыыр\";'),('alt','messages:movethispage','s:36:\"alt:Бӱктиҥ адын солыр\";'),('alt','messages:moveuserpage-warning','s:242:\"alt:<strong>Ајару:</strong> Слер туружаачыныҥ бӱгиниҥ адын солыырга турганар. Слер јӱк ле бӱктиҥ адын солып јадар, туружачыныҥ адын <em>эмес</em>.\";'),('alt','messages:mute-preferences','s:83:\"alt:Керекке албайтан јетирӱлердиҥ јазалталары\";'),('alt','messages:mw-widgets-abandonedit','s:142:\"alt:Слер солынтыларды артыспай, тӱзедӱниҥ режимнеҥ чындап чыгарга турганар ба?\";'),('alt','messages:mw-widgets-abandonedit-discard','s:43:\"alt:Тӱзедӱлерди јандырар\";'),('alt','messages:mw-widgets-abandonedit-keep','s:35:\"alt:Тӱзедӱни улалтар\";'),('alt','messages:mw-widgets-abandonedit-title','s:37:\"alt:Слер бӱдӱмјилӱ бе?\";'),('alt','messages:mw-widgets-categoryselector-add-category-placeholder','s:40:\"alt:Категорияны кожор...\";'),('alt','messages:mw-widgets-copytextlayout-copy','s:25:\"ru:Скопировать\";'),('alt','messages:mw-widgets-copytextlayout-copy-fail','s:51:\"alt:Буферге копиязы эдилбеди.\";'),('alt','messages:mw-widgets-copytextlayout-copy-success','s:47:\"alt:Буферге копиязы эдилди.\";'),('alt','messages:mw-widgets-dateinput-no-date','s:33:\"alt:Ӧйи талдалбаган\";'),('alt','messages:mw-widgets-dateinput-placeholder-day','s:21:\"ru:ГГГГ-ММ-ДД\";'),('alt','messages:mw-widgets-dateinput-placeholder-month','s:16:\"ru:ГГГГ-ММ\";'),('alt','messages:mw-widgets-mediasearch-input-placeholder','s:49:\"alt:Мультимедиаларды бедрер\";'),('alt','messages:mw-widgets-mediasearch-noresults','s:32:\"alt:Турулталар јок.\";'),('alt','messages:mw-widgets-mediasearch-recent-uploads','s:77:\"alt:{{GENDER:$1|Слердиҥ}} калганчы салган файлдар\";'),('alt','messages:mw-widgets-mediasearch-results-aria-label','s:79:\"alt:Медиа файлдардыҥ бедрежиниҥ турулталары\";'),('alt','messages:mw-widgets-table-row-delete','s:37:\"alt:Јолдыкты јоголтор\";'),('alt','messages:mw-widgets-tagmultiselect-placeholder','s:26:\"alt:База кожор...\";'),('alt','messages:mw-widgets-titleinput-description-new-page','s:31:\"alt:бӱк эмди де јок\";'),('alt','messages:mw-widgets-titleinput-description-redirect','s:30:\"alt:$1-е ууландырыш\";'),('alt','messages:mw-widgets-titlesmultiselect-placeholder','s:26:\"alt:База кожор...\";'),('alt','messages:mw-widgets-usersmultiselect-placeholder','s:26:\"alt:База кожор...\";'),('alt','messages:mycontris','s:18:\"alt:Кошконы\";'),('alt','messages:mycustomcssprotected','s:78:\"alt:Бу CSS-бӱкти тӱзедетен слерде аргалар јок.\";'),('alt','messages:mycustomjsonprotected','s:79:\"alt:Бу JSON-бӱкти тӱзедетен слерде аргалар јок.\";'),('alt','messages:mycustomjsprotected','s:85:\"alt:Бу JavaScript-бӱкти тӱзедетен слерде аргалар јок.\";'),('alt','messages:mycustomjsredirectprotected','s:263:\"alt:Бу JavaScript бӱкти тӱзедерге слерде аргалар јетпейт, нениҥ учун дезе, ол ууландырыш болот ло слердиҥ туружаачыныҥ телкеминиҥ ичине ууландырбайт.\";'),('alt','messages:mypage','s:10:\"alt:Бӱк\";'),('alt','messages:mypreferences','s:24:\"alt:Јазалталар\";'),('alt','messages:mypreferencesprotected','s:113:\"alt:Слерде бойыгардыҥ јазалталарда солынты эдетен аргалар јок.\";'),('alt','messages:myprivateinfoprotected','s:117:\"alt:Бойыгар керегинде информацияны тӱзедетен слерде аргалар јок.\";'),('alt','messages:mytalk','s:14:\"alt:Шӱӱжӱ\";'),('alt','messages:mywatchlist','s:33:\"alt:Ширтениҥ тизими\";'),('alt','messages:namespace','s:36:\"alt:Аттардыҥ телкеми:\";'),('alt','messages:namespace-nosubpages','s:108:\"alt:\"$1\" деп аттардыҥ телкеми кош бӱктерди тӧзӧӧргӧ јаратпайт.\";'),('alt','messages:namespace_association','s:46:\"alt:Тудуш аттардыҥ телкеми\";'),('alt','messages:namespaceprotected','s:133:\"alt:Слерде, \"<strong>$1</strong>\" аттардыҥ телкеминде, бӱктер тӱзедетен аргалар јок.\";'),('alt','messages:namespaces','s:35:\"alt:Аттардыҥ телкеми\";'),('alt','messages:namespacesall','s:18:\"alt:бастыра\";'),('alt','messages:nav-login-createaccount','s:40:\"alt:Кирер / аккаунт эдер\";'),('alt','messages:navigation','s:22:\"alt:Навигация\";'),('alt','messages:navigation-heading','s:22:\"alt:Навигация\";'),('alt','messages:nbytes','s:29:\"alt:$1 {{PLURAL:$1|байт}}\";'),('alt','messages:ncategories','s:39:\"alt:$1 {{PLURAL:$1|категория}}\";'),('alt','messages:nchanges','s:35:\"alt:$1 {{PLURAL:$1|солынты}}\";'),('alt','messages:nearby','s:76:\"ru:Страницы на темы об объектах поблизости\";'),('alt','messages:negative-namespace-not-supported','s:94:\"alt:Нольдоҥ ас атту аттардыҥ телкемдери јарадылбайт.\";'),('alt','messages:newarticle','s:14:\"alt:(Јаҥы)\";'),('alt','messages:newarticletext','s:433:\"alt:Слер келген тайантыла эмдигенче бӱк јок. Оны јайаарга текстти бичип ийер алдында бичийтен јерге(чокымдарга јартамалды [$1 болуштыҥ бӱгинде] кӧрӧр).\nЭмезе слер бери јастырып келген болзор браузердиҥ <strong>кайра</strong> былчузын былчып ийер.\";'),('alt','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('alt','messages:newimages','s:52:\"alt:Јаҥы файлдардыҥ галереязы\";'),('alt','messages:newimages-hidepatrolled','s:69:\"alt:Ширтеткен салган файлдарды јажырар\";'),('alt','messages:newimages-legend','s:22:\"alt:Ылгаштыру\";'),('alt','messages:newimages-mediatype','s:42:\"alt:Медиафайлдыҥ бӱдӱми:\";'),('alt','messages:newimages-showbots','s:65:\"alt:Боттор салган файлдарды кӧргӱзер\";'),('alt','messages:newimages-summary','s:102:\"alt:Бу аҥылу бӱкте бу јуукта салынган файлдар кӧргӱзилет.\";'),('alt','messages:newimages-user','s:60:\"alt:IP адрес эмезе туружаачыныҥ ады\";'),('alt','messages:newimagestext','s:4:\"en:-\";'),('alt','messages:newmessagesdifflinkplural','s:68:\"alt:калганчы {{PLURAL:$1|солынты|999=солынты}}\";'),('alt','messages:newmessageslinkplural','s:65:\"alt:{{PLURAL:$1|јаҥы самара|999=јаҥы самара}}\";'),('alt','messages:newpage','s:19:\"alt:Јаҥы бӱк\";'),('alt','messages:newpageletter','s:6:\"alt:Ј\";'),('alt','messages:newpages','s:25:\"alt:Јаҥы бӱктер\";'),('alt','messages:newpages-showhide-bots','s:23:\"alt:$1 ботторды\";'),('alt','messages:newpages-showhide-patrolled','s:48:\"alt:$1 ширтелген тӱзедӱлерди\";'),('alt','messages:newpages-showhide-redirect','s:37:\"alt:$1 ууландырыштарды\";'),('alt','messages:newpages-showhide-registered','s:75:\"alt:$1 регистрациялу турган туружаачыларды\";'),('alt','messages:newpages-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:newpages-summary','s:3:\"en:\";'),('alt','messages:newpages-username','s:23:\"alt:Туружаачы:\";'),('alt','messages:newpassword','s:31:\"alt:Јаҥы јажыт сӧс:\";'),('alt','messages:newsection','s:23:\"alt:Јаҥы бӧлӱк\";'),('alt','messages:newsection-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:newsection-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:newsection-summary','s:3:\"en:\";'),('alt','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('alt','messages:newsectionsummary','s:30:\"alt:/* $1 */ јаҥы тема\";'),('alt','messages:newtitle','s:20:\"alt:Јаҥы ады:\";'),('alt','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('alt','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('alt','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('alt','messages:newuserlogpage','s:82:\"alt:Туружаачылардыҥ регистрациязыныҥ журналы\";'),('alt','messages:newuserlogpagetext','s:83:\"alt:Бу јуукта кожулган туружаачылардыҥ тизими.\";'),('alt','messages:newwindow','s:40:\"alt:(јаҥы кӧзнӧктӧ ачар)\";'),('alt','messages:next','s:14:\"alt:ээчий\";'),('alt','messages:next-page','s:21:\"alt:ээчий бӱк\";'),('alt','messages:nextdiff','s:29:\"alt:Јаҥы тӱзедӱ →\";'),('alt','messages:nextn','s:31:\"alt:ээчий {{PLURAL:$1|$1}}\";'),('alt','messages:nextn-title','s:46:\"alt:Ээчий $1 {{PLURAL:$1|турулта}}\";'),('alt','messages:nextpage','s:26:\"alt:Ээчий бӱк ($1)\";'),('alt','messages:nextrevision','s:29:\"alt:Јаҥы версия →\";'),('alt','messages:nimagelinks','s:44:\"alt:$1 {{PLURAL:$1|бӱкте}} эдинет\";'),('alt','messages:ninterwikis','s:39:\"alt:$1 {{PLURAL:$1|интервики}}\";'),('alt','messages:nlinks','s:35:\"alt:$1 {{PLURAL:$1|тайанты}}\";'),('alt','messages:nmembers','s:33:\"alt:$1 {{PLURAL:$1|объект}}\";'),('alt','messages:nmemberschanged','s:40:\"alt:$1 → $2 {{PLURAL:$2|объект}}\";'),('alt','messages:no-null-revision','s:65:\"alt:\"$1\" бӱкке јаҥы баш тӱзедӱ эдтлбеди\";'),('alt','messages:noarticletext','s:468:\"alt:Эмдиги ӧйдӧ бу бӱкте бичимел јок.\nСлер [[Special:Search/{{PAGENAME}}|мындый атты бедреп кӧрӧргӧ]] ӧскӧ бӱктерде аргалу,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} тӱҥей бичилгенин журналдардаҥ бедрерге],\nэмезе [{{fullurl:{{FULLPAGENAME}}|action=edit}} ондый атту јаҥы бӱкти баштарга]</span>.\";'),('alt','messages:noarticletext-nopermission','s:436:\"alt:Эмдиги ӧйдӧ бу бӱкте бичимел јок.\nСлер [[Special:Search/{{PAGENAME}}|мындый атты бедреп кӧрӧргӧ]] ӧскӧ бӱктерде аргалу, эмезе <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} тӱҥей бичилгенин журналдардаҥ бедрерге]</span>, је слерде бу јаҥы бӱкти эдер арга јок.\";'),('alt','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('alt','messages:noautoblockblock','s:70:\"alt:автоматикалык туйукташ токтодылган\";'),('alt','messages:nocontribs','s:89:\"alt:Ээжилери келижип турган солынтылар табылбады.\";'),('alt','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('alt','messages:nocookiesfornew','s:287:\"alt:Туружаачыныҥ аккаунты эдилбеди тӧзӧлгӧзин шиҥдеер арга јок учун.\n\"Cookies\" токтодылбаганын кӧрӱп ийеле, бӱкти браузерде јаҥыртып, база катап албаданып кӧрӧр.\";'),('alt','messages:nocookieslogin','s:236:\"alt:{{SITENAME}} cookie-лер эдинет тузаланаачыларды кийдирерге.\nCookie-лер слерде јарадылбаган.\nЈарадып ийер олорды, оноҥ јаҥынаҥ кирип кӧрӧр.\";'),('alt','messages:nocookiesnew','s:389:\"alt:Тузаланаачыныҥ аккаунты эдилди, је слер кирип болбозор. {{SITENAME}} кукилер эдинет тузаланаачыларды кийдирерге. Кукилер слерде јарадылбаган. \nЈарадып ийер олорды, оноҥ јаҥы туружаачыныҥ адыла ла јажыт сӧсти эдинер\";'),('alt','messages:nocreate-loggedin','s:76:\"alt:Слерде јаҥы бӱктер баштаар аргалар јок.\";'),('alt','messages:nocreatetext','s:269:\"alt:{{SITENAME}} сайтта јаҥы бӱктер баштаар арлагарды астаткан.\nСлер бурылала эмдиги бар бӱкти тӱзедерге, эмезе [[Special:UserLogin|кирер эмезе аккаунт эдип алар]].\";'),('alt','messages:nocredits','s:78:\"alt:Бу бичимелге туружаачылардыҥ тизими јок\";'),('alt','messages:node-count-exceeded-category','s:78:\"alt:Кӱрмектердиҥ тоозы кеминеҥ ашкан бӱктер\";'),('alt','messages:node-count-exceeded-category-desc','s:102:\"alt:Бӱктеги јараткадый кӱрмектериниҥ тоозы кеминеҥ ашты.\";'),('alt','messages:node-count-exceeded-warning','s:96:\"alt:Јараткадый кӱрмектериниҥ тоозы кеминеҥ ашкан бӱк.\";'),('alt','messages:noemail','s:96:\"alt:\"$1\" атту туружаачыныҥ email адрези бичилбеген болгон.\";'),('alt','messages:noemailcreate','s:80:\"alt:Слерге чындык email адрес бичип салар керек.\";'),('alt','messages:noemailprefs','s:123:\"alt:Email адрес бичилбеди - электрон почтаны эдинери токтодылып калган.\";'),('alt','messages:noemailtext','s:111:\"alt:Бу туружаачы чындык электрон почтазыныҥ адрезин бербеген.\";'),('alt','messages:noemailtitle','s:29:\"alt:Email адрези јок\";'),('alt','messages:nohistory','s:73:\"alt:Бу бӱктиҥ солынтыларыныҥ тӱӱкизи јок.\";'),('alt','messages:noimages','s:31:\"alt:Кӧрӧр неме јок.\";'),('alt','messages:noindex-category','s:45:\"alt:Индекстелбеген бӱктер\";'),('alt','messages:noindex-category-desc','s:306:\"alt:Бӱк бедрештиҥ роботторыла индектелбейтен, нениҥ учун дезе ондо \"куулгазын сӧс\" <code><nowiki>__NOINDEX__</nowiki></code> бар, анайда ок ол бу флагты јараткан аттардыҥ телкеминде турат.\";'),('alt','messages:nolicense','s:35:\"alt:Неме талдалбаган\";'),('alt','messages:nolinkshere','s:91:\"alt:<strong>$2</strong> бӱкке ӧскӧ бӱктердеҥ тайантылар јок.\";'),('alt','messages:nolinkshere-ns','s:135:\"alt:Талдап алган аттардыҥ телкеминде, <strong>$2</strong> тайанып турган бӱктер јок.\";'),('alt','messages:nolinkstoimage','s:68:\"alt:Бу файлды эдинип турган бӱктер јок.\";'),('alt','messages:noname','s:80:\"alt:Јарагадый туружаачыныҥ адын бичибегенер.\";'),('alt','messages:nonfile-cannot-move-to-file','s:87:\"alt:Файлдык эмес бӱктерди файл этире адап болбос.\";'),('alt','messages:nonmain-slot-differences-therefore-readonly','s:406:\"alt:Слер бу бӱктиҥ версиязында вики-бичимелди тӱзедип болбозор, нениҥ учун дезе, бу бӱктеги кӧргӱзӱлерге тӱзедӱниҥ кийнинде, вики-бичимелге тӧзӧлбӧгӧн солынтылар эдилген болгон. [$1 Бу бӱкти орныктырарга, мында былчып ийер.]\";'),('alt','messages:nonnumeric-formatnum','s:61:\"alt:Тоо јок formatnum аргументту бӱктер\";'),('alt','messages:nonnumeric-formatnum-desc','s:148:\"alt:Бу бӱкте formatnum синткасистыҥ анализаторыныҥ  тоолу эмес аргументту функция бар.\";'),('alt','messages:nonwrite-api-promise-error','s:129:\"alt:\'Promise-Non-Write-API-Action\' HTTP-бажалык аткарылган, је бу суру API-ниҥ сурузы эмес.\";'),('alt','messages:nopagetext','s:37:\"alt:Амадалган бӱк јок.\";'),('alt','messages:nopagetitle','s:45:\"alt:Андый амадаган бӱк јок\";'),('alt','messages:noscript.css','s:146:\"ru:/* Размещённый здесь CSS будет применяться для участников с отключённым JavaScript  */\";'),('alt','messages:nospecialpagetext','s:176:\"alt:<strong>Слердиҥ сурулаган аҥылу бӱк јок.</strong>\\n\n\\n\nАҥылу бӱктердиҥ тизими: [[Special:SpecialPages|{{int:specialpages}}]].\";'),('alt','messages:nosuchaction','s:28:\"alt:Эдер неме јок\";'),('alt','messages:nosuchactiontext','s:278:\"alt:Бу јастыра URL аайынча иштебес.\nСлер јастыра URL бичип алганар, эмезе јастыра тайантыла келгенер.\nАнайда ок, {{SITENAME}} проектте јастыралар бар болор аргалу.\";'),('alt','messages:nosuchsectiontext','s:201:\"alt:Јок бажалыкты слер тӱзедерге албаданадар.\nБайла бу бӱкти слер кӧрӱп јадарда оны кӧчӱрип эмезе кырып салган.\";'),('alt','messages:nosuchsectiontitle','s:45:\"alt:Бӧлӱкти табар арга јок\";'),('alt','messages:nosuchspecialpage','s:39:\"alt:Ондый аҥылу бӱк јок\";'),('alt','messages:nosuchuser','s:297:\"alt:\"$1\" атту туружаачы јок.\nТуружаачылардыҥ аттары јаан ла кичинек таныктардаҥ камаанду.\nАды чын бичилегнин ширтеп кӧрӧр эмезе [[Special:CreateAccount|јаҥы аккаунт эдип алар]].\";'),('alt','messages:nosuchusershort','s:105:\"alt:\"$1\" атту туружаачы јок.\nАды чын бичилегнин ширтеп кӧрӧр .\";'),('alt','messages:notanarticle','s:27:\"alt:Бичимел эмес\";'),('alt','messages:notargettext','s:143:\"alt:Бу кылынышты эдерге амадулаган бӱкти эмезе туружаачыны слер кӧргӱспегенер.\";'),('alt','messages:notargettitle','s:41:\"alt:Амадузы јарталбаган\";'),('alt','messages:note','s:40:\"alt:<strong>Јартамалы:</strong>\";'),('alt','messages:notextmatches','s:71:\"alt:Бӱктердиҥ бичимелдеринде тӱҥейи јок\";'),('alt','messages:notificationemail_body_changed','s:310:\"alt:Та кем де, байла слер, $1 IP адрестӱ, \"$2\" атту аккаунттыҥ электрон почтаныҥ адрезин \"$3\" этире солыды.\n\nМыны слер этпеген болзор, ӧй чӧйбӧй сайттыҥ администраторына баштанар.\";'),('alt','messages:notificationemail_body_removed','s:335:\"alt:Та кем де, байла слер, $1 IP адрестӱ, {{SITENAME}} сайтта \"$2\" атту аккаунттыҥ электрон почтаныҥ адрезин јоголтып салды.\n\nМыны слер этпеген болзор, ӧй чӧйбӧй сайттыҥ администраторына баштанар.\";'),('alt','messages:notificationemail_subject_changed','s:118:\"alt:{{SITENAME}} сайтта регистрациялу электрон почтаныҥ адрези солынды\";'),('alt','messages:notificationemail_subject_removed','s:118:\"alt:{{SITENAME}} сайтта регистрациялу электрон почтаныҥ адрези кырылды\";'),('alt','messages:notloggedin','s:24:\"alt:Кирбегенер\";'),('alt','messages:notvisiblerev','s:89:\"alt:Калганчы версияны ӧскӧ туружаачы кырып салган\";'),('alt','messages:nouserspecified','s:77:\"alt:Туружаачыныҥ адын слер кийдирер учурлу.\";'),('alt','messages:nov','s:10:\"alt:Кӱч\";'),('alt','messages:november','s:25:\"alt:Кӱчӱрген ай\";'),('alt','messages:november-gen','s:25:\"alt:кӱчӱрген ай\";'),('alt','messages:nowatchlist','s:58:\"alt:Слердиҥ ширтениҥ тизими куру.\";'),('alt','messages:nowikiemailtext','s:109:\"alt:Бу туружаачы ӧскӧ туружаачылардаҥ самара албаска турган.\";'),('alt','messages:nrevisions','s:33:\"alt:$1 {{PLURAL:$1|версия}}\";'),('alt','messages:ns-specialprotected','s:49:\"alt:Аҥылу бӱктер тӱзедилбес.\";'),('alt','messages:nstab-category','s:22:\"alt:Категория\";'),('alt','messages:nstab-help','s:29:\"alt:Болуштыҥ бӱги\";'),('alt','messages:nstab-image','s:12:\"alt:Файл\";'),('alt','messages:nstab-main','s:10:\"alt:Бӱк\";'),('alt','messages:nstab-mainpage','s:17:\"alt:Тӧс бӱк\";'),('alt','messages:nstab-media','s:26:\"alt:Мультимедиа\";'),('alt','messages:nstab-mediawiki','s:16:\"alt:Јетирӱ\";'),('alt','messages:nstab-project','s:35:\"alt:Проект керегинде\";'),('alt','messages:nstab-special','s:21:\"alt:Аҥылу бӱк\";'),('alt','messages:nstab-talk','s:3:\"en:\";'),('alt','messages:nstab-template','s:16:\"alt:Ӱлекер\";'),('alt','messages:nstab-user','s:51:\"alt:{{GENDER:$1|Туружаачыныҥ бӱги}}\";'),('alt','messages:ntimes','s:7:\"en:$1×\";'),('alt','messages:ntransclusions','s:44:\"alt:$1 {{PLURAL:$1|бӱкте}} эдинет\";'),('alt','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('alt','messages:oct','s:10:\"alt:Ӱлр\";'),('alt','messages:october','s:23:\"alt:Ӱлӱрген ай\";'),('alt','messages:october-gen','s:23:\"alt:ӱлӱрген ай\";'),('alt','messages:ok','s:8:\"alt:ОК\";'),('alt','messages:oldpassword','s:31:\"alt:Эски јажыт сӧс:\";'),('alt','messages:ooui-combobox-button-label','s:44:\"ru:Переключить параметры\";'),('alt','messages:ooui-dialog-message-accept','s:7:\"ru:ОК\";'),('alt','messages:ooui-dialog-message-reject','s:15:\"ru:Отмена\";'),('alt','messages:ooui-dialog-process-continue','s:23:\"ru:Продолжить\";'),('alt','messages:ooui-dialog-process-dismiss','s:17:\"ru:Закрыть\";'),('alt','messages:ooui-dialog-process-error','s:37:\"ru:Что-то пошло не так\";'),('alt','messages:ooui-dialog-process-retry','s:39:\"ru:Попробовать ещё раз\";'),('alt','messages:ooui-field-help','s:17:\"ru:Справка\";'),('alt','messages:ooui-item-remove','s:17:\"ru:Удалить\";'),('alt','messages:ooui-outline-control-move-down','s:49:\"ru:Переместить элемент вниз\";'),('alt','messages:ooui-outline-control-move-up','s:51:\"ru:Переместить элемент вверх\";'),('alt','messages:ooui-outline-control-remove','s:28:\"ru:Удалить пункт\";'),('alt','messages:ooui-popup-widget-close-button-aria-label','s:17:\"ru:Закрыть\";'),('alt','messages:ooui-selectfile-button-select','s:28:\"ru:Выберите файл\";'),('alt','messages:ooui-selectfile-button-select-multiple','s:30:\"ru:Выберите файлы\";'),('alt','messages:ooui-selectfile-dragdrop-placeholder','s:41:\"ru:Перетащите файл сюда\";'),('alt','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:43:\"ru:Перетащите файлы сюда\";'),('alt','messages:ooui-selectfile-not-supported','s:58:\"ru:Выбор файла не поддерживается\";'),('alt','messages:ooui-selectfile-placeholder','s:29:\"ru:Файл не выбран\";'),('alt','messages:ooui-toolbar-more','s:9:\"ru:Ещё\";'),('alt','messages:ooui-toolgroup-collapse','s:15:\"ru:Меньше\";'),('alt','messages:ooui-toolgroup-expand','s:15:\"ru:Больше\";'),('alt','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('alt','messages:othercontribs','s:44:\"alt:$1 ижи аайынча эдилген.\";'),('alt','messages:otherlanguages','s:29:\"alt:Ӧскӧ тилдерде\";'),('alt','messages:others','s:16:\"alt:ӧскӧзи\";'),('alt','messages:overwrite','s:65:\"alt:Эмдиги бар файлды солыбай турган.\";'),('alt','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('alt','messages:page-atom-feed','s:28:\"alt:\"$1\" Atom бичидиш\";'),('alt','messages:page-rss-feed','s:27:\"alt:\"$1\" RSS бичидиш\";'),('alt','messages:page_first','s:20:\"alt:баштапкы\";'),('alt','messages:page_last','s:20:\"alt:калганчы\";'),('alt','messages:pagecategories','s:36:\"alt:{{PLURAL:$1|Категория}}\";'),('alt','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('alt','messages:pagedata-bad-title','s:38:\"alt:Јастыра бажалык: $1.\";'),('alt','messages:pagedata-not-acceptable','s:114:\"alt:Келижип турган формат табылбады. Иштеп турган MIME-бӱдӱмдер: $1\";'),('alt','messages:pagedata-text','s:483:\"alt:Бу бӱк бӱктердеги кӧргӱзӱлерге интерфейс берип јат. Кош бӱктердиҥ синтаксисын эдинип, URL-да бӱктиҥ бажалыгын бичигер.\n*Толынтыныҥ јӧптӧжи, слердиҥ клиентиҥ Accept бажалыгына тайанып бӱдӱрилет. Ол дезе, бӱктиҥ кӧргӱзӱлери, слердиҥ клиентке эптӱ формат берер дегени.\";'),('alt','messages:pagedata-title','s:39:\"alt:Бӱктиҥ кӧргӱзӱлери\";'),('alt','messages:pagehist','s:31:\"alt:Бӱктиҥ тӱӱкизи\";'),('alt','messages:pagehistory','s:31:\"alt:Бӱктиҥ тӱӱкизи\";'),('alt','messages:pagehistory-summary','s:3:\"en:\";'),('alt','messages:pageid','s:27:\"alt:бӱктиҥ ID-зи $1\";'),('alt','messages:pageinfo','s:41:\"alt:Бӱктиҥ информациязы\";'),('alt','messages:pageinfo-article-id','s:45:\"alt:Бӱктиҥ идентификаторы\";'),('alt','messages:pageinfo-authors','s:75:\"alt:Ас кирип турган авторлордыҥ ончо тоозы\";'),('alt','messages:pageinfo-category-files','s:35:\"alt:Файлдардыҥ тоозы\";'),('alt','messages:pageinfo-category-info','s:51:\"alt:Категоряныҥ информациязы\";'),('alt','messages:pageinfo-category-pages','s:33:\"alt:Бӱктердиҥ тоозы\";'),('alt','messages:pageinfo-category-subcats','s:54:\"alt:Алды категориялардыҥ тоозы\";'),('alt','messages:pageinfo-category-total','s:54:\"alt:Ончо туружаачылардыҥ тоозы\";'),('alt','messages:pageinfo-content-model','s:54:\"alt:Бӱктиҥ толынтызыныҥ модели\";'),('alt','messages:pageinfo-content-model-change','s:16:\"alt:солыыр\";'),('alt','messages:pageinfo-contentpage','s:77:\"alt:Толтыртырылган бӱктердиҥ тоозына кирет\";'),('alt','messages:pageinfo-contentpage-yes','s:10:\"alt:Эйе\";'),('alt','messages:pageinfo-default-sort','s:57:\"alt:Ылгаштыҥ озо эдинер тӱлкӱӱри\";'),('alt','messages:pageinfo-display-title','s:43:\"alt:Кӧргӱзӱлетен бажалык\";'),('alt','messages:pageinfo-edits','s:48:\"alt:Ончо тӱзедӱлердиҥ тоозы\";'),('alt','messages:pageinfo-few-visiting-watchers','s:167:\"alt:Бӱкти ширтеп турган ла калганчы солынтыларды кӧргӧн туружаачылар болор ло болбос аргалу\";'),('alt','messages:pageinfo-few-watchers','s:65:\"alt:$1 ас {{PLURAL:$1|ширтеечи|ширтеечилер}}\";'),('alt','messages:pageinfo-file-hash','s:21:\"alt:Хэш-тоозы\";'),('alt','messages:pageinfo-firsttime','s:40:\"alt:Бӱктиҥ јайааган ӧйи\";'),('alt','messages:pageinfo-firstuser','s:35:\"alt:Бӱктиҥ тӧзӧӧчизи\";'),('alt','messages:pageinfo-footer','s:4:\"en:-\";'),('alt','messages:pageinfo-header','s:4:\"en:-\";'),('alt','messages:pageinfo-header-basic','s:31:\"alt:Тӧс информация\";'),('alt','messages:pageinfo-header-edits','s:45:\"alt:Солынтылардыҥ тӱӱкизи\";'),('alt','messages:pageinfo-header-properties','s:31:\"alt:Бӱктиҥ чыҥдыйы\";'),('alt','messages:pageinfo-header-restrictions','s:35:\"alt:Бӱктиҥ корултазы\";'),('alt','messages:pageinfo-hidden-categories','s:85:\"alt:Јажыраган {{PLURAL:$1|категория|категориялар}} ($1)\";'),('alt','messages:pageinfo-language','s:25:\"alt:Бӱктиҥ тили\";'),('alt','messages:pageinfo-language-change','s:16:\"alt:солыыр\";'),('alt','messages:pageinfo-lasttime','s:46:\"alt:Калганчы тӱзедӱниҥ ӧйи\";'),('alt','messages:pageinfo-lastuser','s:37:\"alt:Калганчы тӱзедӱчи\";'),('alt','messages:pageinfo-length','s:46:\"alt:Бӱктиҥ кеми (байттарда)\";'),('alt','messages:pageinfo-magic-words','s:61:\"alt:Куулгазын {{PLURAL:$1|сӧс|сӧстӧр}} ($1)\";'),('alt','messages:pageinfo-namespace','s:35:\"alt:Аттардыҥ телкеми\";'),('alt','messages:pageinfo-not-current','s:86:\"alt:Эски версияларга бу јартамалды берип болбос.\";'),('alt','messages:pageinfo-protect-cascading','s:47:\"alt:Мынаҥ ары ээчий корулаш\";'),('alt','messages:pageinfo-protect-cascading-from','s:29:\"alt:Ээчий корулаш\";'),('alt','messages:pageinfo-protect-cascading-yes','s:10:\"alt:Эйе\";'),('alt','messages:pageinfo-recent-authors','s:66:\"alt:Ас кирип турган авторлордыҥ тоозы\";'),('alt','messages:pageinfo-recent-edits','s:91:\"alt:Калганчы солынтыларды тоозы ($1 ӧйдиҥ туркунына)\";'),('alt','messages:pageinfo-redirects-name','s:57:\"alt:Бу бӱкке улаандырыштыҥ тоозы\";'),('alt','messages:pageinfo-redirects-value','s:5:\"ru:$1\";'),('alt','messages:pageinfo-redirectsto','s:31:\"alt:Ууландырып јат\";'),('alt','messages:pageinfo-redirectsto-info','s:24:\"alt:информация\";'),('alt','messages:pageinfo-robot-index','s:14:\"alt:Јарар\";'),('alt','messages:pageinfo-robot-noindex','s:28:\"alt:Јарадылбаган\";'),('alt','messages:pageinfo-robot-policy','s:72:\"alt:Бедрештиҥ роботторыла индекстелгени\";'),('alt','messages:pageinfo-subpages-name','s:45:\"alt:Бу бӱктиҥ алды бӱктери\";'),('alt','messages:pageinfo-subpages-value','s:121:\"alt:$1 ($2 {{PLURAL:$2|улаандырыш|улаандырыштар}}; $3 {{PLURAL:$3|тегин|тегиндери}})\";'),('alt','messages:pageinfo-summary','s:3:\"en:\";'),('alt','messages:pageinfo-templates','s:54:\"alt:{{PLURAL:$1|Ӱлекер|Ӱлекерлер}} ($1)\";'),('alt','messages:pageinfo-title','s:34:\"alt:\"$1\" бӱк керегинде\";'),('alt','messages:pageinfo-toolboxlink','s:50:\"alt:Бӱк керегинде информация\";'),('alt','messages:pageinfo-transclusions','s:69:\"alt:($1) {{PLURAL:$1|бӱкке|бӱктерге}} кийдирген\";'),('alt','messages:pageinfo-user-id','s:57:\"alt:Туружаачыныҥ идентификаторы\";'),('alt','messages:pageinfo-view-protect-log','s:75:\"alt:Бу бӱктиҥ корултазыныҥ журналын кӧрӧр.\";'),('alt','messages:pageinfo-visiting-watchers','s:140:\"alt:Бӱкти ширтеп турган ла калганчы тӱзедӱлерди кӧргӧн туружаачылардыҥ тоозы\";'),('alt','messages:pageinfo-watchers','s:43:\"alt:Ширтеечилердиҥ тоозы\";'),('alt','messages:pagelang-db-failed','s:102:\"alt:Кӧргӱзӱниҥ базазына бӱктиҥ тилин солыырга келишпеди.\";'),('alt','messages:pagelang-language','s:10:\"alt:Тил\";'),('alt','messages:pagelang-name','s:10:\"alt:Бӱк\";'),('alt','messages:pagelang-nonexistent-page','s:21:\"alt:$1 бӱк јок.\";'),('alt','messages:pagelang-reason','s:18:\"alt:Шылтагы\";'),('alt','messages:pagelang-select-lang','s:27:\"alt:Тилди талдар\";'),('alt','messages:pagelang-submit','s:18:\"alt:Аткарар\";'),('alt','messages:pagelang-unchanged-language','s:78:\"alt:$1 бӱкте $2 тил эмди де тургузылган болгон.\";'),('alt','messages:pagelang-unchanged-language-default','s:155:\"alt:Бу викиниҥ толынтызыныҥ этире озолодо тургузылган тил $1 бӱкке тургузылган болгон.\";'),('alt','messages:pagelang-use-default','s:49:\"alt:Озо болотон тилди эдинер\";'),('alt','messages:pagelanguage','s:40:\"alt:Бӱктиҥ тилин солыыр\";'),('alt','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('alt','messages:pagemovedsub','s:38:\"alt:Бӱктиҥ ады солынды\";'),('alt','messages:pager-newer-n','s:33:\"alt:$1 {{PLURAL:$1|јаҥызы}}\";'),('alt','messages:pager-older-n','s:29:\"alt:$1 {{PLURAL:$1|эски}}\";'),('alt','messages:pagesize','s:14:\"alt:(байт)\";'),('alt','messages:pageswithprop','s:59:\"alt:Такып кӧрӱлген аҥылулу бӱктер\";'),('alt','messages:pageswithprop-legend','s:54:\"alt:Аҥыланганын солыган бӱктер\";'),('alt','messages:pageswithprop-prop','s:28:\"alt:Аҥылуныҥ ады:\";'),('alt','messages:pageswithprop-prophidden-binary','s:66:\"alt:экиленген аҥылуныҥ учуры јабык ($1)\";'),('alt','messages:pageswithprop-prophidden-long','s:67:\"alt:текст аҥылуныҥ узун учуры јабык ($1)\";'),('alt','messages:pageswithprop-reverse','s:42:\"alt:Тескери аайлап ылгар\";'),('alt','messages:pageswithprop-sortbyvalue','s:48:\"alt:Аҥылуны учурыла ылгаары\";'),('alt','messages:pageswithprop-submit','s:14:\"alt:Барар\";'),('alt','messages:pageswithprop-summary','s:3:\"en:\";'),('alt','messages:pageswithprop-text','s:119:\"alt:Мында тоололгон бӱктер, олордыҥ кезик аҥылузын колло јазалган.\";'),('alt','messages:pagetitle','s:22:\"ru:$1 — {{SITENAME}}\";'),('alt','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('alt','messages:paramvalidator-badbool','s:207:\"ru:Недопустимое значение «$2» для логического параметра «$1». Передайте $3 для истинного значения, или $5 для ложного.\";'),('alt','messages:paramvalidator-badexpiry','s:115:\"ru:Недопустимое значение «$2» для параметра истечения срока «$1».\";'),('alt','messages:paramvalidator-badexpiry-duration','s:154:\"ru:Заданное значение «$2» для параметра <var>$1</var> превышает максимально допустимое «$3».\";'),('alt','messages:paramvalidator-badexpiry-duration-max','s:259:\"ru:Заданное значение «$2» для параметра <var>$1</var> превышает максимально допустимое «$3». Поэтому вместо него использовано максимальное значение.\";'),('alt','messages:paramvalidator-badexpiry-past','s:115:\"ru:Значение «$2» для параметра истечения срока «$1» уже в прошлом.\";'),('alt','messages:paramvalidator-badfloat','s:122:\"ru:Недопустимое значение «$2» для параметра с плавающей запятой «$1».\";'),('alt','messages:paramvalidator-badfloat-notfinite','s:167:\"ru:Значение «$2» для параметра с плавающей запятой «$1» слишком велико или не является числом.\";'),('alt','messages:paramvalidator-badinteger','s:114:\"ru:Недопустимое значение «$2» для целочисленного параметра «$1».\";'),('alt','messages:paramvalidator-badtimestamp','s:115:\"ru:Недопустимое значение «$2» для параметра временной метки «$1».\";'),('alt','messages:paramvalidator-badtitle','s:152:\"alt:<var>$1</var> бажалыктыҥ параметрдыҥ учуры \"$2\" јарадылбаган:  јарабас јолдык бажалыкта.\";'),('alt','messages:paramvalidator-badupload-cantwrite','s:201:\"ru:Файл для «$1» не удалось сохранить для обработки из-за неправильной конфигурации сервера (запись не удалась).\";'),('alt','messages:paramvalidator-badupload-formsize','s:129:\"ru:Загруженный файл для «$1» превышает установленный клиентом максимум.\";'),('alt','messages:paramvalidator-badupload-inisize','s:142:\"ru:Загруженный файл для «$1» превышает максимальное значение сервера, равное $3.\";'),('alt','messages:paramvalidator-badupload-nofile','s:123:\"ru:Для параметра загрузки «$1» не было предоставлено ни одного файла.\";'),('alt','messages:paramvalidator-badupload-notmpdir','s:213:\"ru:Файл для «$1» не удалось сохранить для обработки из-за неправильной конфигурации сервера (нет временного каталога).\";'),('alt','messages:paramvalidator-badupload-notupload','s:285:\"ru:Параметр загрузки файла «$1» не является параметром загрузки файла; обязательно используйте multipart/form-data для POST и включите имя файла в заголовок Content-Disposition.\";'),('alt','messages:paramvalidator-badupload-partial','s:76:\"ru:Файл для «$1» был загружен лишь частично.\";'),('alt','messages:paramvalidator-badupload-phpext','s:94:\"ru:Расширение PHP не позволило загрузить файл для «$1».\";'),('alt','messages:paramvalidator-baduser','s:108:\"alt:Туружаачыныҥ <var>$1</var> атту параметрыныҥ учуры \"$2\" јастыра.\";'),('alt','messages:paramvalidator-badvalue-enummulti','s:187:\"ru:Недопустимое значение «$2» для параметра «$1». {{PLURAL:$4|Допускается только «$3».|Допустимые значения - $3.}}\";'),('alt','messages:paramvalidator-badvalue-enumnotmulti','s:79:\"ru:Нераспознанное значение параметра «$1»: $2.\";'),('alt','messages:paramvalidator-deprecated-value','s:77:\"ru:Значение «$2» для параметра «$1» устарело.\";'),('alt','messages:paramvalidator-emptystring','s:28:\"ru:пустая строка\";'),('alt','messages:paramvalidator-help-default','s:30:\"ru:По умолчанию: $1\";'),('alt','messages:paramvalidator-help-default-empty','s:40:\"ru:По умолчанию: (пусто)\";'),('alt','messages:paramvalidator-help-deprecated','s:44:\"ru:Этот параметр устарел.\";'),('alt','messages:paramvalidator-help-multi-all','s:91:\"ru:Чтобы указать все значения, используйте <kbd>$1</kbd>.\";'),('alt','messages:paramvalidator-help-multi-max','s:204:\"ru:Максимальное количество значений — {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} для клиентов, которым разрешены более высокие лимиты).\";'),('alt','messages:paramvalidator-help-multi-max-simple','s:87:\"ru:Максимальное количество значений — {{PLURAL:$1|$1}}.\";'),('alt','messages:paramvalidator-help-multi-separate','s:175:\"ru:Разделяйте значения с помощью «|», или префикс списка с помощью U+001F и разделение с помощью U+001F.\";'),('alt','messages:paramvalidator-help-required','s:52:\"ru:Это обязательный параметр.\";'),('alt','messages:paramvalidator-help-type-boolean','s:117:\"ru:Тип: {{PLURAL:$1|1=логическое значение|2=список логических значений}}\";'),('alt','messages:paramvalidator-help-type-enum','s:258:\"ru:{{PLURAL:$1|1=Одно из следующих значений|2=Значения (разделять с помощью U+007C (труба), или префикс списка с помощью U+001F и разделять с помощью U+001F)}}: $2\";'),('alt','messages:paramvalidator-help-type-enum-can-be-empty','s:96:\"ru:{{PLURAL:$2|0=Должен быть пустым|Может быть пустым или $1}}\";'),('alt','messages:paramvalidator-help-type-expiry','s:393:\"ru:Тип: {{PLURAL:$1|1=истечение срока действия|2=список истечений сроков действия}}.\n\nСрок действия может быть относительным (например, <kbd>5 months</kbd> или <kbd>2 weeks</kbd>) или абсолютным (например, <kbd>2014-09-18T12:34:56Z</kbd>). Если бессрочно = $2.\";'),('alt','messages:paramvalidator-help-type-float','s:158:\"ru:Тип: {{PLURAL:$1|1=значение с плавающей запятой|2=список со значениями с плавающей запятой}}\";'),('alt','messages:paramvalidator-help-type-integer','s:129:\"ru:Тип: {{PLURAL:$1|1=целочисленное значение|2=список целочисленных значений}}\";'),('alt','messages:paramvalidator-help-type-limit','s:69:\"ru:Тип: целочисленное значение или «max»\";'),('alt','messages:paramvalidator-help-type-number-max','s:111:\"ru:{{PLURAL:$1|1=Значение должно|2=Значения должны}} быть не больше $3.\";'),('alt','messages:paramvalidator-help-type-number-min','s:111:\"ru:{{PLURAL:$1|1=Значение должно|2=Значения должны}} быть не меньше $2.\";'),('alt','messages:paramvalidator-help-type-number-minmax','s:110:\"ru:{{PLURAL:$1|1=Значение должно|2=Значения должны}} быть между $2 и $3.\";'),('alt','messages:paramvalidator-help-type-presenceboolean','s:48:\"ru:Тип: логическое значение\";'),('alt','messages:paramvalidator-help-type-string-maxbytes','s:84:\"ru:Не может быть длиннее $1 {{PLURAL:$1|байта|байтов}}.\";'),('alt','messages:paramvalidator-help-type-string-maxchars','s:92:\"ru:Не может быть длиннее $1 {{PLURAL:$1|символа|символов}}.\";'),('alt','messages:paramvalidator-help-type-timestamp','s:101:\"ru:Тип: {{PLURAL:$1|1=временная метка|2=список временных меток}}\";'),('alt','messages:paramvalidator-help-type-title','s:37:\"alt:Бӱдӱми: бӱктиҥ ады\";'),('alt','messages:paramvalidator-help-type-title-must-exist','s:45:\"alt:Јӱк ле бар бӱктер алат.\";'),('alt','messages:paramvalidator-help-type-title-no-must-exist','s:37:\"alt:Јок бӱктерди алат.\";'),('alt','messages:paramvalidator-help-type-upload','s:114:\"ru:Должно быть отправлено как файл с использованием multipart/form-data.\";'),('alt','messages:paramvalidator-help-type-user','s:152:\"alt:Бӱдӱми: {{PLURAL:$1|1=туружаачы|2=туружаачылардыҥ тизими}}, $2{{PLURAL:$3|-ҥ|-ҥ кажызы да болзо}}\";'),('alt','messages:paramvalidator-help-type-user-subtype-cidr','s:23:\"alt:IP-диапазон\";'),('alt','messages:paramvalidator-help-type-user-subtype-id','s:69:\"alt:туружаачыныҥ ID-зи (темдектезе, \"#12345\")\";'),('alt','messages:paramvalidator-help-type-user-subtype-interwiki','s:109:\"alt:интервикиниҥ ады (темдектезе, \"префикс>ТемдектепАлганАт\")\";'),('alt','messages:paramvalidator-help-type-user-subtype-ip','s:17:\"alt:IP-адрес\";'),('alt','messages:paramvalidator-help-type-user-subtype-name','s:35:\"alt:туружаачыныҥ ады\";'),('alt','messages:paramvalidator-maxbytes','s:150:\"ru:Значение параметра «$1» не может быть длиннее $3 {{PLURAL:$3|байта|байт|байтов}} (было $4).\";'),('alt','messages:paramvalidator-maxchars','s:149:\"ru:Значение параметра «$1» не может быть длиннее $3 {{PLURAL:$3|символа|символов}} (было $4).\";'),('alt','messages:paramvalidator-missingparam','s:60:\"ru:Параметр «$1» должен быть задан.\";'),('alt','messages:paramvalidator-missingtitle','s:118:\"alt:<var>$1</var> бажалыктыҥ параметрдыҥ учуры \"$2\" јарадылбаган: бӱк јок.\";'),('alt','messages:paramvalidator-notmulti','s:245:\"ru:Параметр «$1» принимает только одно значение. Многозначное разделение U+001F может использоваться только для многозначных параметров.\";'),('alt','messages:paramvalidator-outofrange-max','s:111:\"ru:Значение «$2» для параметра «$1» должно быть не больше, чем $4.\";'),('alt','messages:paramvalidator-outofrange-min','s:111:\"ru:Значение «$2» для параметра «$1» должно быть не меньше, чем $3.\";'),('alt','messages:paramvalidator-outofrange-minmax','s:102:\"ru:Значение «$2» для параметра «$1» должно быть между $3 и $4.\";'),('alt','messages:paramvalidator-param-deprecated','s:42:\"ru:Параметр «$1» устарел.\";'),('alt','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('alt','messages:paramvalidator-toomanyvalues','s:159:\"ru:Для параметра «$1» передано слишком много значений. Ограничением является значение $2.\";'),('alt','messages:paramvalidator-unclearnowtimestamp','s:327:\"ru:Передача значения «$2» для параметра timestamp «$1» устарела. Если по каким-то причинам вам необходимо явно указать текущее время, не вычисляя его на стороне клиента, используйте «now».\";'),('alt','messages:paramvalidator-unrecognizedvalues','s:184:\"ru:{{PLURAL:$4|Нераспознанное значение|Нераспознанные значения|Нераспознанных значений}} параметра «$1»: $3\";'),('alt','messages:parentheses','s:7:\"en:($1)\";'),('alt','messages:parentheses-end','s:4:\"en:)\";'),('alt','messages:parentheses-start','s:4:\"en:(\";'),('alt','messages:parser-template-loop-warning','s:60:\"alt:Ӱлекерлерде курчу табылды: [[$1]]\";'),('alt','messages:parser-template-recursion-depth-warning','s:87:\"alt:Ӱлекердиҥ катапталатан тоозы кеминеҥ ашты ($1)\";'),('alt','messages:parser-unstrip-loop-warning','s:39:\"alt:Unstrip кӱрмек табылды\";'),('alt','messages:parsoid-client-error','s:52:\"alt:Parsoid-ка јастыра кийдириш: $1\";'),('alt','messages:parsoid-resource-limit-exceeded','s:92:\"alt:Parsoid-тыҥ ресурстарыныҥ кирелеткен кеми божоды: $1\";'),('alt','messages:parsoid-stash-rate-limit-error','s:178:\"alt:Тӱргенниҥ кемин ашкан учун, бир канча ӧйдиҥ салгыш јерге артызары келишпеди. Эмеш оноҥ умзанар.\";'),('alt','messages:password-change-forbidden','s:85:\"alt:Бу викиде слерде јажыт сӧсти солыыр арга јок\";'),('alt','messages:password-login-forbidden','s:91:\"alt:Бу туружаачыныҥ ады ла јажыт сӧзи јарадылбаган.\";'),('alt','messages:password-name-match','s:129:\"alt:Слердиҥ јажыт сӧзӧр слердиҥ туружаачыныҥ адынаҥ башка болор учурлу.\";'),('alt','messages:password-substring-username-match','s:103:\"alt:Јажыт сӧс слердиҥ туружаачыныҥ адында кӧрӱнбес керек.\";'),('alt','messages:passwordincommonlist','s:147:\"alt:Бичилген јажыт сӧс эҥ кӧп эдинип тургандарыныҥ тоозында. \nӦскӧзин талдап алар.\";'),('alt','messages:passwordpolicies','s:54:\"alt:Јажыт сӧстӧрдиҥ политиказы\";'),('alt','messages:passwordpolicies-group','s:16:\"alt:Группа\";'),('alt','messages:passwordpolicies-policies','s:28:\"alt:Кирелткиштер\";'),('alt','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('alt','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('alt','messages:passwordpolicies-policy-maximalpasswordlength','s:97:\"alt:Јажыт сӧстиҥ узуны {{PLURAL:$1|таныктаҥ}} ас болор керек.\";'),('alt','messages:passwordpolicies-policy-minimalpasswordlength','s:99:\"alt:Јажыт сӧстиҥ узуны {{PLURAL:$1|таныктаҥ}} ас болбос керек.\";'),('alt','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:171:\"alt:Туружаачы бойыныҥ аккаунтына кирерге јажыт сӧзиниҥ узуны {{PLURAL:$1|таныктаҥ}} ас болбос керек.\";'),('alt','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:104:\"alt:Јажыт сӧс туружаачыныҥ адынаҥ кош јолдык болбос керек.\";'),('alt','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:171:\"alt:Јажыт сӧс, озолодо бичип салган јажыт сӧстӧрдиҥ тизиминдеги јажыт сӧскӧ тӱҥей болбос керек\";'),('alt','messages:passwordpolicies-policy-passwordnotincommonlist','s:164:\"alt:Јажыт сӧс эҥ кӧп катап эдинип турган  100 000 тоолу јажыт сӧстӧрдиҥ тизиминеҥ болбос керек.\";'),('alt','messages:passwordpolicies-policyflag-forcechange','s:53:\"alt:кирерге турза солыыр керек\";'),('alt','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:62:\"alt:кирерге турза солызын деп сурар\";'),('alt','messages:passwordpolicies-summary','s:290:\"alt:Бу бӱкте бу викиде туружаачылардыҥ јажыт сӧстӧрине салынган ээжилердиҥ тизими кӧргӱзилген. Кирелеткиш ээжилер туружаачыныҥ кирген группалардаҥ камаанду.\";'),('alt','messages:passwordremindertext','s:853:\"alt:Та кем де($1 IP-адрестеҥ) јаҥы јажыт сӧс эдерге сурулады \n{{grammar:genitive|{{SITENAME}}}} ($4) сайтта. \n$2 туружаачыга кыска ӧйгӧ јаҥы јажыт сӧс эдилди: $3. \nБу сурууны слер эткен болзор, системага кирип јаҥы јажыт \nсӧс эдип алар. Кыска ӧйгӧ берилген јажыт сӧслӧ $5 {{PLURAL:$5|кӱнниҥ}} туркунына эдинерге јарар.\nСлер јажыт сӧсти солыырга сурууны аткарбаган болзор, эмезе јажыт сӧзӧр санаагарга кирген болзо, оноҥ оны солыбаска турган болзор, бу самараны керекке албай, эски јажыт сӧзӧрлӧ эдинер.\";'),('alt','messages:passwordremindertitle','s:93:\"alt:Кыска ӧйгӧ берилген јаҥы јажыт сӧс {{SITENAME}} сайтка\";'),('alt','messages:passwordreset','s:36:\"alt:Јажыт сӧсти чачар\";'),('alt','messages:passwordreset-disabled','s:97:\"alt:Јажыт сӧсти тӱжӱре чачатаны бу викиде токтодылган.\";'),('alt','messages:passwordreset-domain','s:15:\"alt:Домен:\";'),('alt','messages:passwordreset-email','s:23:\"alt:Email адрези:\";'),('alt','messages:passwordreset-emaildisabled','s:96:\"alt:Электрон почтаны эдинетени бу викиде токтодылган.\";'),('alt','messages:passwordreset-emailelement','s:101:\"alt:Туружаачыныҥ ады:\n\n$1\n\nКыска ӧйгӧ берилген јажыт сӧс:\n\n$2\";'),('alt','messages:passwordreset-emailtext-ip','s:1015:\"alt:Та кем де (байла слер, $1 IP-адрестеҥ кирип) {{SITENAME}} проектте ($4) слердиҥ аккаунтардыҥ јажыт сӧзин тӱжуре чачарга суру эткен.\nБу электрон почтаныҥ адрезиле {{PLURAL:$3|1=аккаунт тудуш|мындый аккаунттар тудуш}}:\n\n$2\n\n{{PLURAL:$3|1=Кыска ӧйгӧ берилген бу јажыт сӧстиҥ|Кыска ӧйгӧ берилген бу јажыт сӧстӧрдиҥ}} эдинетен ӧйи {{PLURAL:$5|$5 кӱн}}.\nСлерге системага таныдып алала јаҥы јажыт сӧсти талдап алар керек.\nСлер бу суруны этпеген болзор, эмезе болгон јажыт сӧсти эске алала солыырын кӱӱнзебей турган болзор, бу јетирӱни керекке албай эдинип турган јажыт сӧзӧрди мынаҥ ары эдинер.\";'),('alt','messages:passwordreset-emailtext-require-email','s:260:\"alt:Андый да болзо, слер бу суруны этпеген болзор, оноҥ албаска турган email самаралар келбезин деп $1 электрон почтаныҥ јазалтарын ӧскӧртип салар.\";'),('alt','messages:passwordreset-emailtext-user','s:999:\"alt:$1 туружаачы {{SITENAME}} проекттеҥ {{SITENAME}} проекттеги ($4) слердиҥ аккаунтардыҥ јажыт сӧзин тӱжуре чачарга суру эткен.\nБу электрон почтаныҥ адрезиле {{PLURAL:$3|1=аккаунт тудуш|мындый аккаунттар тудуш}}:\n\n$2\n\n{{PLURAL:$3|1=Кыска ӧйгӧ берилген бу јажыт сӧстиҥ|Кыска ӧйгӧ берилген бу јажыт сӧстӧрдиҥ}} эдинетен ӧйи {{PLURAL:$5|$5 кӱн}}.\nСлерге системага таныдып алала јаҥы јажыт сӧсти талдап алар керек.\nСлер бу суруны этпеген болзор, эмезе болгон јажыт сӧсти эске алала солыырын кӱӱнзебей турган болзор, бу јетирӱни керекке албай эдинип турган јажыт сӧзӧрди мынаҥ ары эдинер.\";'),('alt','messages:passwordreset-emailtitle','s:63:\"alt:{{SITENAME}} сайтта аккаунт керегинде\";'),('alt','messages:passwordreset-ignored','s:159:\"alt:Јажыт сӧсти тӱжӱре чачары бӱдӱрилбеди. Бир де болзо провайдер јазадылбаган болор бо?\";'),('alt','messages:passwordreset-nocaller','s:53:\"alt:Кычыруны эткен деп јартаар\";'),('alt','messages:passwordreset-nodata','s:84:\"alt:Туружаачыныҥ ады да, email адрези де бичилбеди\";'),('alt','messages:passwordreset-nosuchcaller','s:60:\"alt:Кычыруны эткен $1 туружаачы јок\";'),('alt','messages:passwordreset-success','s:87:\"alt:Слер јажыт сӧсти тӱжӱре чачарга суру эткенер.\";'),('alt','messages:passwordreset-success-details-generic','s:882:\"alt:Слердиҥ берген информация чын болзо, јажыт сӧсти тӱжӱре чачарга email самара аткарылар слерге. Слерге email самара келбеген болзо [[mw:Special:MyLanguage/Help:Reset_password|јажыт сӧс тӱжӱре чачатан болуштыҥ бӱгин]] кӧрзин деп сурайдыс эмезе бирканча ӧйдӧҥ ойтоноҥ албаданзын деп сурайдыс. Слер јӱк ле <strong>бир канча ӧйдиҥ туркунына кеминеҥ ашпас тоолу јажыт сӧсти чачатан суру эдер аргалу. Ајару эдер: каршу болбозын деп кажы ла аккаунтка {{PLURAL:$1|саттыҥ}} туркунына јӱк ле бир самара аткарылар аргалу</strong>.\";'),('alt','messages:passwordreset-success-info','s:60:\"alt:Слердиҥ аткарган информация: $1\";'),('alt','messages:passwordreset-text-many','s:164:\"alt:{{PLURAL:$1|Бир-бир јалаҥды толтырып ийгер кыска ӧйгӧ берилген јажыт сӧсти email ажыра аларга.}}\";'),('alt','messages:passwordreset-text-one','s:104:\"alt:Бу форманы толтырып ийер јажыт сӧзӧрди тӱжӱре чачарга.\";'),('alt','messages:passwordreset-username','s:36:\"alt:Туружаачыныҥ ады:\";'),('alt','messages:passwordsent','s:208:\"alt:\"$1\" деп туружаачыныҥ email адрезине јаҥы јажыт сӧс аткарылган.\nСистемага јаҥынаҥ таныдып алыгар јажыт сӧсти алала.\";'),('alt','messages:passwordtoolong','s:84:\"alt:Јажыт сӧс {{PLURAL:$1|таныктаҥ}} кӧп болбос керек.\";'),('alt','messages:passwordtooshort','s:84:\"alt:Јажыт сӧс {{PLURAL:$1|1 таныктаҥ}} ас болбос керек.\";'),('alt','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('alt','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('alt','messages:patrol-log-header','s:68:\"alt:Бу ширтелген версиялардыҥ журналы.\";'),('alt','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('alt','messages:patrol-log-page','s:35:\"alt:Шиҥжӱниҥ журналы\";'),('alt','messages:pear-mail-error','s:5:\"en:$1\";'),('alt','messages:percent','s:6:\"en:$1%\";'),('alt','messages:perfcached','s:219:\"alt:Бу информация кештеҥ алынган болгон, ол эски артып калган аргалу. $1 {{PLURAL:$1|бичимелдеҥ}} кӧп бичимел кеште артпай турат.\";'),('alt','messages:perfcachedts','s:217:\"alt:Информация кештеҥ алынган; калганчы катап оныҥ јаҥыртылган ӧйи $1. {{PLURAL:$4|бичимелдеҥ}} кӧп бичимел кеште артпай турат.\";'),('alt','messages:period-am','s:30:\"alt:Тал-тӱштеҥ озо\";'),('alt','messages:period-pm','s:40:\"alt:Тал-тӱштеҥ кийнинде\";'),('alt','messages:permalink','s:52:\"alt:Јаантайын болотон тайанты\";'),('alt','messages:permanentlink','s:52:\"alt:Јаантайын болотон тайанты\";'),('alt','messages:permanentlink-revid','s:30:\"alt:Версияныҥ ID-зи\";'),('alt','messages:permanentlink-submit','s:31:\"alt:Версияга кӧчӧр\";'),('alt','messages:permanentlink-summary','s:3:\"en:\";'),('alt','messages:permissionserrors','s:43:\"alt:Аргалардыҥ јастыразы\";'),('alt','messages:permissionserrorstext','s:128:\"alt:Бу операцияны эдерге слерде аргалар јок {{PLURAL:$1|шылтагы|шылтактары}}:\";'),('alt','messages:permissionserrorstext-withaction','s:81:\"alt:{{PLURAL:$1|1=шылтак учун}} \"$2\" слерде аргалар јок\";'),('alt','messages:personaltools','s:47:\"alt:Персональный јепселдер\";'),('alt','messages:php-mail-error','s:5:\"en:$1\";'),('alt','messages:php-mail-error-unknown','s:75:\"alt:PHP\'s mail() функцияныҥ јарты јок јастыразы.\";'),('alt','messages:php-uploaddisabledtext','s:194:\"alt:PHP-ныҥ јазалталарында файлдарды салатаны токтодылган.\nЈзалталарда file_uploads деген параметрды кӧрӱп ийгер.\";'),('alt','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('alt','messages:policy-url','s:26:\"alt:Project:Ээжилер\";'),('alt','messages:pool-errorunknown','s:38:\"alt:Јарты јок јастырыш\";'),('alt','messages:pool-queuefull','s:50:\"alt:Cуруныҥ кабы толуп калган\";'),('alt','messages:pool-servererror','s:81:\"alt:Пулдыҥ тоолочызыныҥ службазы иштебейт ($1).\";'),('alt','messages:pool-timeout','s:55:\"alt:Блокировканы сакыыр ӧй ӧтти\";'),('alt','messages:poolcounter-usage-error','s:47:\"alt:Эдингенниҥ јастыразы: $1\";'),('alt','messages:portal','s:37:\"alt:Ӧмӧликтиҥ порталы\";'),('alt','messages:portal-url','s:45:\"alt:Project:Ӧмӧликтиҥ порталы\";'),('alt','messages:post-expand-template-argument-category','s:87:\"alt:Ӱлекерлердиҥ аргументтери божодылган бӱктер\";'),('alt','messages:post-expand-template-argument-category-desc','s:232:\"alt:Бӱк јаандай берер <code>$wgMaxArticleSize</code> ӱлекердиҥ аргументин ачып ийзе (неме неме ӱч фигурный скобкалу, темдектезе,  <code>{{{Foo}}}</code>).\";'),('alt','messages:post-expand-template-argument-warning','s:233:\"alt:<strong>Ајару:</strong> бу бӱкте бир де болзо ӱлекер бар, оныҥ аргументиниҥ кеми ӧткӱре јаан элбедерге.\nОндый аргументтер божодылган.\";'),('alt','messages:post-expand-template-inclusion-category','s:112:\"alt:Кирип турган ӱлекерлердиҥ јарадылган кеминеҥ ашкан бӱктер\";'),('alt','messages:post-expand-template-inclusion-category-desc','s:232:\"alt:Бӱктердиҥ кеми јаандай берер <code>$wgMaxArticleSize</code> ончо ӱлекерлерди кӧргӱзип ийзе, оныҥ учун олрдыҥ кезигин јетире кӧргӱзилбеди.\";'),('alt','messages:post-expand-template-inclusion-warning','s:157:\"alt:<strong>Ајару:</strong> кирип турган ӱлекерлердиҥ кеми ӧткӱре јаан.\nКезик ӱлекерлер кирбес.\";'),('alt','messages:postedit-confirmation-created','s:24:\"alt:Бӱк эдилди.\";'),('alt','messages:postedit-confirmation-published','s:55:\"alt:Слердиҥ тӱзедӱгер јарлалды.\";'),('alt','messages:postedit-confirmation-restored','s:34:\"alt:Бӱк орныктылган.\";'),('alt','messages:postedit-confirmation-saved','s:45:\"alt:Тӱзедӱгер артып калды.\";'),('alt','messages:postedit-temp-created','s:407:\"ru:Для вас была автоматически сгенерирована учётная запись, созданная путём добавления cookie-файла в ваш браузер. Чтобы выбрать имя по своему усмотрению и получить больше возможностей, подумайте о [$1 создании учётной записи].\";'),('alt','messages:postedit-temp-created-label','s:60:\"alt:Бир канча ӧйгӧ эдилген аккаунт\";'),('alt','messages:powersearch-legend','s:37:\"alt:Элбедилген бедреш\";'),('alt','messages:powersearch-ns','s:55:\"alt:Аттардыҥ телкеминде бедреш:\";'),('alt','messages:powersearch-remember','s:68:\"alt:Келер ӧйдиҥ бедрежине сагышка алар\";'),('alt','messages:powersearch-toggleall','s:12:\"alt:Ончо\";'),('alt','messages:powersearch-togglelabel','s:23:\"alt:Темдектер:\";'),('alt','messages:powersearch-togglenone','s:19:\"alt:Неме јок\";'),('alt','messages:preferences','s:24:\"alt:Јазалталар\";'),('alt','messages:preferences-summary','s:3:\"en:\";'),('alt','messages:prefixindex','s:76:\"alt:Бӱктердиҥ ады башталган аайынча улаачы\";'),('alt','messages:prefixindex-namespace','s:103:\"alt:Бӱктердиҥ башталганыныҥ улаачызы ($1 аттардыҥ телкеми)\";'),('alt','messages:prefixindex-strip','s:64:\"alt:Префиксын турулталардаҥ јажырар\";'),('alt','messages:prefixindex-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:prefixindex-summary','s:3:\"en:\";'),('alt','messages:prefs-advancedediting','s:35:\"alt:Текши јазалталар\";'),('alt','messages:prefs-advancedrc','s:49:\"alt:Элбедилген јазалткыштар\";'),('alt','messages:prefs-advancedrendering','s:49:\"alt:Элбедилген јазалткыштар\";'),('alt','messages:prefs-advancedsearchoptions','s:49:\"alt:Элбедилген јазалткыштар\";'),('alt','messages:prefs-advancedwatchlist','s:49:\"alt:Элбедилген јазалткыштар\";'),('alt','messages:prefs-changeemail','s:70:\"alt:Солыыр эмезе кырып салар email адрести\";'),('alt','messages:prefs-changesrc','s:47:\"alt:Кӧргӱзӱлген солынтылар\";'),('alt','messages:prefs-changeswatchlist','s:47:\"alt:Кӧргӱзӱлген солынтылар\";'),('alt','messages:prefs-common-config','s:78:\"alt:Јаҥыс CSS/JSON/JavaScript бастыра тыш бӱдӱмдерге:\";'),('alt','messages:prefs-custom-css','s:22:\"alt:Бойыныҥ CSS\";'),('alt','messages:prefs-custom-js','s:29:\"alt:Бойыныҥ JavaScript\";'),('alt','messages:prefs-custom-json','s:23:\"alt:Бойыныҥ JSON\";'),('alt','messages:prefs-dateformat','s:29:\"alt:Ӧйдиҥ формады\";'),('alt','messages:prefs-developertools','s:43:\"alt:Јазачыныҥ јепселдери\";'),('alt','messages:prefs-diffs','s:53:\"alt:Версиялардыҥ башкаланганы\";'),('alt','messages:prefs-discussion','s:35:\"alt:Шӱӱжӱниҥ бӱктери\";'),('alt','messages:prefs-displayrc','s:51:\"alt:Кӧргӱзӱниҥ јазалткыштары\";'),('alt','messages:prefs-displaywatchlist','s:51:\"alt:Кӧргӱзӱниҥ јазалткыштары\";'),('alt','messages:prefs-editing','s:18:\"alt:Тӱзедиш\";'),('alt','messages:prefs-editor','s:20:\"alt:Тӱзедӱчи\";'),('alt','messages:prefs-edits','s:40:\"alt:Тӱзедӱлердиҥ тоозы:\";'),('alt','messages:prefs-editwatchlist','s:52:\"alt:Ширтениҥ тизимин ӧскӧртӧр\";'),('alt','messages:prefs-editwatchlist-clear','s:55:\"alt:Ширтениҥ тизимин арчып ийер\";'),('alt','messages:prefs-editwatchlist-edit','s:113:\"alt:Слердиҥ ширтениҥ тизиминде болгон аттарды кӧрӧри ле кырары\";'),('alt','messages:prefs-editwatchlist-label','s:93:\"alt:Слердиҥ ширтениҥ тизиминде солынган бичимелдер:\";'),('alt','messages:prefs-editwatchlist-raw','s:78:\"alt:Ширтениҥ тизимин бичимел этире ӧскӧртӧр\";'),('alt','messages:prefs-email','s:62:\"alt:Электрон почтаныҥ параметрелри\";'),('alt','messages:prefs-emailconfirm-label','s:57:\"alt:Электрон почтаны чындыктары:\";'),('alt','messages:prefs-files','s:18:\"alt:Файлдар\";'),('alt','messages:prefs-help-email','s:173:\"alt:Почтаныҥ адрезин бичибеске јарар, је јаҥыс ла оны ажыра јажыт сӧсти орныктыратан арга болор.\";'),('alt','messages:prefs-help-email-others','s:308:\"alt:Ол анайда ок электрон почта ажыра ӧскӧ туружаачылар слердиҥ бӱгерде тайанты эдип колбу тударга эмезе шӱӱжӱ бӱгер ажыра. Электрон адрезер бу тушта кемге де јарлалбас.\";'),('alt','messages:prefs-help-email-required','s:62:\"alt:Электрон почтаныҥ адрези керек.\";'),('alt','messages:prefs-help-gender','s:277:\"alt:Бу параметрди темдектебеске јарар.\nСлерди эр эмезе ӱй кижи бе деп аайлаштырып, слерге баштанарга  керек болор.\nБу информация ончозына јеткедий болор.\";'),('alt','messages:prefs-help-prefershttps','s:92:\"alt:Бу јазалтаны јӱк ле ойтоноҥ сайтка кирзе эдинер.\";'),('alt','messages:prefs-help-realname','s:171:\"alt:Чын адын кийдирбеске јарар.\nСлер адарды бичип салзар, эткен иштиҥ авторы деп темдектедерир.\";'),('alt','messages:prefs-help-recentchangescount','s:32:\"alt:Эҥ кӧп тоозы: 1000\";'),('alt','messages:prefs-help-requireemail','s:147:\"alt:Бу конфеденцияныҥ кемин бийиктедип ле кереги јок самараларды албаска болужат\";'),('alt','messages:prefs-help-signature','s:226:\"alt:Шӱӱжӱниҥ бӱктеринде комментарийлер \"<nowiki>~~~~</nowiki>\" темдектӱ болор керек, ол слердиҥ кол этире ле ӧй этире кубултылып калар.\";'),('alt','messages:prefs-help-skin-responsive','s:135:\"alt:Бӱктиҥ македи мобильный устройствоныҥ экраныныҥ тууразына јараштырар.\";'),('alt','messages:prefs-help-tokenmanagement','s:463:\"alt:Слер аккаунтардыҥ туйка тӱлкӱӱрин кӧрӱп ле тӱжӱре чачып ийер аргалу, оныла слердиҥ веб-канал ажыра ширтениҥ тизиминиҥ  кӧрӧр арга бар. Кем де болзо, кем ол тӱлкӱӱрди билер, слердиҥ ширтениҥ тизимин кычырар аргалу болор, оныҥ учун кемге де оны бербегер.\";'),('alt','messages:prefs-help-variant','s:165:\"alt:Викиниҥ бӱктериниҥ толынтызын артыксынып кӧргӱзер тилдиҥ варианты эмезе орфографиязы.\";'),('alt','messages:prefs-help-watchlist-token2','s:388:\"alt:Бу слердиҥ ширтениҥ тизиминиҥ веб-каналыныҥ туйка тӱлкӱӱри.\nКем де болзо, кем оны билер, слердиҥ ширтениҥ тизимин кычырар аргалу болор, оныҥ учун кемге де оны айпагар.\nКерек болзо [[Special:ResetTokens|тӱжӱре чачып ийер]].\";'),('alt','messages:prefs-help-yourpassword','s:139:\"alt:Аккаунтты орныктырарга јарар. Јепселдердиҥ јартамалын кӧрӱп ийер јери: $1.\";'),('alt','messages:prefs-i18n','s:42:\"alt:Интернационализация\";'),('alt','messages:prefs-info','s:31:\"alt:Тӧс информация\";'),('alt','messages:prefs-labs','s:49:\"alt:Эксперименталык аргалар\";'),('alt','messages:prefs-memberingroups','s:70:\"alt:{{PLURAL:$1|группаныҥ}} {{GENDER:$2|турушчызы}}:\";'),('alt','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('alt','messages:prefs-misc','s:33:\"alt:Ӧскӧ јазалталар\";'),('alt','messages:prefs-namespaces','s:35:\"alt:Аттардыҥ телкеми\";'),('alt','messages:prefs-pageswatchlist','s:33:\"alt:Ширтеген бӱктер\";'),('alt','messages:prefs-personal','s:43:\"alt:Туружаачыныҥ профили\";'),('alt','messages:prefs-preview','s:31:\"alt:Озолодо кӧрӧри\";'),('alt','messages:prefs-rc','s:41:\"alt:Калганчы солынтылар\";'),('alt','messages:prefs-registration','s:40:\"alt:Регистрацияныҥ ӧйи:\";'),('alt','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('alt','messages:prefs-rendering','s:23:\"alt:Тыш бӱдӱми\";'),('alt','messages:prefs-reset-confirm','s:72:\"alt:Эйе, мен јазалталарды чачарга тургам.\";'),('alt','messages:prefs-reset-intro','s:208:\"alt:Бу бӱкте слердиҥ јазалталарды озо болгонына чачарга арга бар.\nБу мыны этсе кайра јандырып болбос деп ундыбагар.\";'),('alt','messages:prefs-resetpass','s:38:\"alt:Јажыт сӧсти солыыр\";'),('alt','messages:prefs-searchmisc','s:14:\"alt:Текши\";'),('alt','messages:prefs-searchoptions','s:16:\"alt:Бедреш\";'),('alt','messages:prefs-setemail','s:45:\"alt:Email адрезерди кийдирер\";'),('alt','messages:prefs-signature','s:25:\"alt:Салган колы\";'),('alt','messages:prefs-signature-error-details','s:33:\"alt:Кӧптӧдӧ билерге\";'),('alt','messages:prefs-signature-highlight-error','s:52:\"alt:Јастырышту тушты кӧргӱзер\";'),('alt','messages:prefs-signature-invalid-disallow','s:183:\"alt:Эмдиги салган колор чындык эмес. Јазабаганчар слердиҥ комментарийлерге озо салтан колор салылар.\";'),('alt','messages:prefs-signature-invalid-new','s:197:\"alt:Эмдиги салган колор чындык эмес. Слерге оны эдинерге јарар да болзо, слер солып болбозор  оны јазабаганча.\";'),('alt','messages:prefs-signature-invalid-warning','s:116:\"alt:Слердиҥ салган колор кезик јепселдерге проблема эдер аргалу.\";'),('alt','messages:prefs-skin','s:40:\"alt:Тыш бӱдӱмниҥ темазы\";'),('alt','messages:prefs-skin-prefs','s:41:\"alt:Теманыҥ јазалталары\";'),('alt','messages:prefs-skin-responsive','s:56:\"alt:Адаптивный режимди иштедеер\";'),('alt','messages:prefs-tabs-navigation-hint','s:212:\"alt:Укаа: Слер оҥ ло сол јанына апаратан былчыштарга былчып вкладкалардыҥ тизиминде вкладкалар ортодо кӧчӧргӧ јарар.\";'),('alt','messages:prefs-timeoffset','s:33:\"alt:Ӧйдиҥ јылдырыжы\";'),('alt','messages:prefs-tokenwatchlist','s:14:\"alt:Токен\";'),('alt','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('alt','messages:prefs-user-downloaddata-info','s:99:\"alt:Бу проекттеги мениҥ аккаунтым керегинде информация\";'),('alt','messages:prefs-user-downloaddata-label','s:93:\"alt:Аккаунт керегинде информацияны кӧрӧтӧн аргалар:\";'),('alt','messages:prefs-user-pages','s:43:\"alt:Туружаачыныҥ бӱктери\";'),('alt','messages:prefs-user-restoreprefs-info','s:133:\"alt:Јазалталарды бойыныҥ болотон кемине јетире јандырар (ончо бӧлӱктерде)\";'),('alt','messages:prefs-user-restoreprefs-label','s:40:\"alt:Јазалталарды чачар:\";'),('alt','messages:prefs-vector-enable-vector-1-help','s:581:\"ru:В течение следующих нескольких лет мы постепенно будем обновлять «Векторную» тему оформления. Прежняя версия темы оформления «Векторная» позволит вам видеть старую версию «Векторной» (по состоянию на декабрь 2019 года). Чтобы узнать больше об обновлениях, перейдите на [[mw:Reading/Web/Desktop_Improvements|страницу нашего проекта]].\";'),('alt','messages:prefs-vector-enable-vector-1-label','s:104:\"ru:Использовать Векторную тему оформления прежней версии\";'),('alt','messages:prefs-watchlist','s:33:\"alt:Ширтениҥ тизими\";'),('alt','messages:prefs-watchlist-days','s:39:\"alt:Канча кӱн кӧргӱзер:\";'),('alt','messages:prefs-watchlist-days-max','s:41:\"alt:Эҥ кӧби $1 {{PLURAL:$1|кӱн}}\";'),('alt','messages:prefs-watchlist-edits','s:113:\"alt:Ширтениҥ тизиминдеги эҥ кӧп тӱзедӱлердиҥ тоозын кӧргӱзери:\";'),('alt','messages:prefs-watchlist-edits-max','s:32:\"alt:Эҥ кӧп тоозы: 1000\";'),('alt','messages:prefs-watchlist-managetokens','s:41:\"alt:Токендерди башкарар\";'),('alt','messages:prefs-watchlist-token','s:53:\"alt:Ширтениҥ тизиминиҥ токены:\";'),('alt','messages:prefsnologintext2','s:66:\"alt:Јазалталарды солыырга кирип ийер.\";'),('alt','messages:prev-page','s:21:\"alt:озогы бӱк\";'),('alt','messages:preview','s:31:\"alt:Озолодо кӧрӧри\";'),('alt','messages:previewconflict','s:230:\"alt:Бу озолоткон кӧргӱзӱ бичимелди ӱстиндеги тӱзедиштиҥ кӧзнӧгине чыгарат анайда, канайда слерге ол кӧрӱнер јарлаарга турзар.\";'),('alt','messages:previewerrortext','s:134:\"alt:Слердиҥ солынтыларды озолодо кӧргӱзерге турарда јастыра учурал болды.\";'),('alt','messages:previewnote','s:187:\"alt:<strong>Ундыбагар, бу јӱк ле озолоткон кӧргӱзӱ.</strong>\nСлердиҥ эткен солынтылар эмдиге јетире бичилбеген!\";'),('alt','messages:previousdiff','s:29:\"alt:← Эски тӱзедӱ\";'),('alt','messages:previousrevision','s:29:\"alt:← Эски версия\";'),('alt','messages:prevn','s:31:\"alt:озогы {{PLURAL:$1|$1}}\";'),('alt','messages:prevn-title','s:46:\"alt:Озогы $1 {{PLURAL:$1|турулта}}\";'),('alt','messages:prevpage','s:26:\"alt:Озогы бӱк ($1)\";'),('alt','messages:print','s:25:\"alt:Кепке базар\";'),('alt','messages:print.css','s:116:\"ru:/* Размещённый здесь CSS будет применяться к версии для печати */\";'),('alt','messages:printableversion','s:42:\"alt:Кепке базатан версия\";'),('alt','messages:printableversion-deprecated-warning','s:269:\"alt:Кепке базар версия эмди иштебес, јастыраларлу болор аргалу. Браузердиҥ закладкалары јаҥыртып ийеле браузердиҥ кепке базатан функциязын эдинер.\";'),('alt','messages:privacy','s:47:\"alt:Конфеденциялык ээжилер\";'),('alt','messages:privacypage','s:55:\"alt:Project:Конфеденциялык ээжилер\";'),('alt','messages:prot_1movedto2','s:49:\"alt:[[$1]]-ҥ ады [[$2]] деп солынды\";'),('alt','messages:protect','s:16:\"alt:Корыыр\";'),('alt','messages:protect-badnamespace-text','s:96:\"alt:Бу аттардыҥ телкеминде бӱктерге кору тургузылбас.\";'),('alt','messages:protect-badnamespace-title','s:60:\"alt:Корулалбаган аттардыҥ телкеми\";'),('alt','messages:protect-cantedit','s:206:\"alt:Бу бӱктиҥ корултазыныҥ јазалталарын солып болбозор, нениҥ учун дезе, оны тӱзедерге слерге аргалар берилбеген.\";'),('alt','messages:protect-cascade','s:98:\"alt:Бу бӱкке кийдирген бӱктерди корулар (ээчий корулаш)\";'),('alt','messages:protect-cascadeon','s:302:\"alt:Ээчий корулталу {{PLURAL:$1|бӱкке|бӱктерге}} кирип турган учун бу бӱк эмди корулалган.\nБу бӱктиҥ корултазыныҥ јазалталырыныҥ солыза, ээчий корултага солынтылар болбос.\";'),('alt','messages:protect-default','s:68:\"alt:Ончо туружаачылардаҥ корулалбаган\";'),('alt','messages:protect-dropdown','s:208:\"alt:* Кӧп сабазында коруныҥ шылтактары\n** улай ла болгон вандализм\n** ӧткӱре кӧп спам\n** тӱзедӱлердиҥ јуузы\n** јарлу бӱк\";'),('alt','messages:protect-edit-reasonlist','s:66:\"alt:Корултаныҥ јазалталарын тӱзедери\";'),('alt','messages:protect-existing-expiry','s:54:\"alt:Тургуза ӧдип јаткан ӧйи $3, $2\";'),('alt','messages:protect-existing-expiry-infinity','s:63:\"alt:Тургуза ӧдип јаткан ӧйи: улайына\";'),('alt','messages:protect-expiring','s:32:\"alt:ӧдӧтӧн ӧйи $1 (UTC)\";'),('alt','messages:protect-expiring-local','s:26:\"alt:ӧдӧтӧн ӧйи $1\";'),('alt','messages:protect-expiry-indefinite','s:18:\"alt:улайына\";'),('alt','messages:protect-expiry-options','s:168:\"alt:1 саат:1 hour,1 кӱн:1 day,1 неделе:1 week,2 неделе:2 weeks,1 ай:1 month,3 ай:3 months,6 ай:6 months,1 јыл:1 year,улайына:infinite\";'),('alt','messages:protect-fallback','s:79:\"alt:Јӱк ле \"$1\" аргаларлу туружаачыларга јарар\";'),('alt','messages:protect-legend','s:52:\"alt:Бӱкти корыганын чындыктар\";'),('alt','messages:protect-level-autoconfirmed','s:101:\"alt:Јӱк ле автоматикалык јӧптӧлгӧн туружаачыларга јарар\";'),('alt','messages:protect-level-sysop','s:77:\"alt:Јаҥыс ла администраторлорго јарадылган\";'),('alt','messages:protect-locked-access','s:215:\"alt:Бӱктиҥ корузыныҥ јазалталарын солыырга слердиҥ аккаунтарда аргалар јетпейт.\nstrong>$1</strong> бӱктиҥ эмдиги јазалталары:\";'),('alt','messages:protect-locked-blocked','s:227:\"alt:Слердиҥ туружаачыныҥ аккаунты туйукталган учун, бӱктиҥ корултазын солып болбозор. \n<strong>$1</strong> бӱктиҥ эмдиги јазалталары:\";'),('alt','messages:protect-locked-dblock','s:250:\"alt:Коруныҥ јазалталарын солынбас, нениҥ учун дезе, тӧс кӧргӱзӱниҥ базазы бир канча ӧйгӧ туйукташта.\nstrong>$1</strong> бӱктиҥ эмдиги јазалталары:\";'),('alt','messages:protect-norestrictiontypes-text','s:164:\"alt:Бу бӱкке кору берер арга јок, нениҥ учун дезе, ого бергедий кирелеткиштиҥ бӱдӱмдери јок.\";'),('alt','messages:protect-norestrictiontypes-title','s:35:\"alt:Корулалбаган бӱк\";'),('alt','messages:protect-otherreason','s:52:\"alt:Оноҥ ӧскӧ/кожулта шылтагы:\";'),('alt','messages:protect-otherreason-op','s:25:\"alt:Ӧскӧ шылтак\";'),('alt','messages:protect-othertime','s:20:\"alt:Ӧскӧ ӧйи:\";'),('alt','messages:protect-othertime-op','s:19:\"alt:ӧскӧ ӧйи\";'),('alt','messages:protect-summary-cascade','s:27:\"alt:ээчий-деечий\";'),('alt','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('alt','messages:protect-text','s:144:\"alt:Мында <strong>$1</strong> бӱктиҥ корултазыныҥ јазалталарын кӧрӧргӧ лӧ солырга јарар.\";'),('alt','messages:protect-title','s:74:\"alt:\"$1\"-ҥ корултазыныҥ јазалталарын солыыр\";'),('alt','messages:protect-title-notallowed','s:74:\"alt:\"$1\"-ҥ корултазыныҥ эптештиргенин кӧрӧр\";'),('alt','messages:protect-unchain-permissions','s:73:\"alt:Корултаныҥ ӱзеери параметрлерин ачар\";'),('alt','messages:protect_change','s:16:\"alt:солыыр\";'),('alt','messages:protect_expiry_invalid','s:60:\"alt:Ӧдӧтӧн ӧйин јастыра тургускан.\";'),('alt','messages:protect_expiry_old','s:50:\"alt:Божойтон ӧйи ӧдӱп калган.\";'),('alt','messages:protectcomment','s:19:\"alt:Шылтагы:\";'),('alt','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('alt','messages:protectedarticle-comment','s:56:\"alt:\"[[$1]]\" бӱкти {{GENDER:$2|корулаган}}\";'),('alt','messages:protectedinterface','s:452:\"alt:Бу бӱкте программный јеткилдештиҥ интерфейзиниҥ самаразы бар.\nВандализмнаҥ корырга оны солыырга јарабас эдип салган.\nОнчо викилерде бу самарага тил кожорго эмезе оны кӧчӱрерге  MediaWiki-ниҥ тилин кӧчӱретен [https://translatewiki.net/ translatewiki.net] сайтты эдинер.\";'),('alt','messages:protectedpage','s:29:\"alt:Корылаган бӱк\";'),('alt','messages:protectedpagemovewarning','s:329:\"alt:<strong>Ајару:</strong> Бу бӱк солынтылардаҥ корулалган, оны јӱк ле администратордыҥ аргалары бар туружаачылар тӱзедер аргалу.\nАлдында болуш этире журналдыҥ калганчы бичимели берилди:\";'),('alt','messages:protectedpages','s:35:\"alt:Корылаган бӱктер\";'),('alt','messages:protectedpages-cascade','s:43:\"alt:Ээчий корулузы јӱк ле\";'),('alt','messages:protectedpages-expiry','s:23:\"alt:Ӧдӧтӧн ӧйи\";'),('alt','messages:protectedpages-filters','s:29:\"alt:Ылгаштырулар:\";'),('alt','messages:protectedpages-indef','s:56:\"alt:Јӱк ле ӧйи ӧтпӧйтӧн корулузы\";'),('alt','messages:protectedpages-noredirect','s:47:\"alt:Уландырыштарды јажырар\";'),('alt','messages:protectedpages-page','s:10:\"alt:Бӱк\";'),('alt','messages:protectedpages-params','s:47:\"alt:Корултаныҥ јазалталары\";'),('alt','messages:protectedpages-performer','s:39:\"alt:Туружаачыны корыры\";'),('alt','messages:protectedpages-reason','s:18:\"alt:Шылтагы\";'),('alt','messages:protectedpages-submit','s:37:\"alt:Бӱктерди кӧргӱзер\";'),('alt','messages:protectedpages-summary','s:299:\"alt:Бу бӱкте эмдиги ӧйдӧ корулалган бӱктердиҥ тизими берилген. Јаҥынаҥ тӧзӧлӧтӧннӧҥ корулалган бӱктердиҥ аттарыныҥ тизимин кӧригер [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('alt','messages:protectedpages-timestamp','s:21:\"alt:Эткен ӧйи\";'),('alt','messages:protectedpages-unknown-performer','s:40:\"alt:Јарты јок туружаачы\";'),('alt','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('alt','messages:protectedpages-unknown-timestamp','s:21:\"alt:Јарты јок\";'),('alt','messages:protectedpagesempty','s:115:\"alt:Кӧргӱзилген јазалталарлу корулалган бӱктер эмдиги ӧйдӧ јок.\";'),('alt','messages:protectedpagetext','s:102:\"alt:Бу бӱкти корулап салган тӱзедӱнеҥ ле ӧскӧ кылыныштаҥ.\";'),('alt','messages:protectedpagewarning','s:331:\"alt:<strong>Ајарту: Бу бӱк солынтылардаҥ корулалган, оны јӱк ле администратордыҥ аргалары бар туружаачылар тӱзедер аргалу.</strong>\nАлдында болуш этире журналдыҥ калганчы бичимели берилди:\";'),('alt','messages:protectedtitles','s:37:\"alt:Аттары корулалган\";'),('alt','messages:protectedtitles-submit','s:45:\"alt:Бажалыктарды кӧргӱзер\";'),('alt','messages:protectedtitles-summary','s:297:\"alt:Бу бӱкте эмдиги ӧйдӧ корулалган бӱктердиҥ тизими берилген. Јаҥынаҥ тӧзӧлӧтӧннӧҥ корулалган бӱктердиҥ аттарыныҥ тизимин кӧригер [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('alt','messages:protectedtitlesempty','s:118:\"alt:Эмдиги ӧйдӧ, кӧргӱзилген јазалталарлу јарадылбаган аттар јок.\";'),('alt','messages:protectexpiry','s:24:\"alt:Ӧдӧтӧн ӧйи:\";'),('alt','messages:protectlogpage','s:39:\"alt:Корултаныҥ журналы\";'),('alt','messages:protectlogtext','s:267:\"alt:Бӱктиҥ корултазыныҥ журналыныҥ солынтылары алдында берилди.\nАнайда ок слерге эмдиги [[Special:ProtectedPages|корулталу бӱктердиҥ тизимин]] кӧрӧргӧ јарар.\";'),('alt','messages:protectpage','s:27:\"alt:Бӱкти корыыр\";'),('alt','messages:protectpage-summary','s:3:\"en:\";'),('alt','messages:proxyblocker','s:54:\"alt:Проскисни блокировать эдер\";'),('alt','messages:proxyblockreason','s:364:\"alt:Слердиҥ IP-адрезер туйукталган нениҥ учун дезе ол ачык прокси-сервер учун.\nБойыгардыҥ интернет-провайдерле эмезе болуштыҥ службазыла колбу тудуп мындый каршулу проблема керегинде бар деп јетирер.\";'),('alt','messages:pt-createaccount','s:36:\"alt:Аккаунт эдип алар\";'),('alt','messages:pt-login','s:14:\"alt:Кирер\";'),('alt','messages:pt-login-button','s:14:\"alt:Кирер\";'),('alt','messages:pt-login-continue-button','s:37:\"alt:Киретенин улалтар\";'),('alt','messages:pt-userlogout','s:14:\"alt:Чыгар\";'),('alt','messages:publishchanges','s:27:\"alt:Бӱкти бичиир\";'),('alt','messages:publishchanges-start','s:30:\"alt:Бӱкти бичиир...\";'),('alt','messages:publishpage','s:27:\"alt:Бӱкти бичиир\";'),('alt','messages:publishpage-start','s:30:\"alt:Бӱкти бичиир...\";'),('alt','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('alt','messages:purge','s:16:\"alt:Арчыыр\";'),('alt','messages:purge-summary','s:3:\"en:\";'),('alt','messages:querypage-disabled','s:101:\"alt:Јарамыкты кӧптӧдӧргӧ бу аҥылу бӱкти токтодып салган.\";'),('alt','messages:querypage-no-updates','s:142:\"alt:Бу бӱктиҥ јаҥыртыжын токтодып салган.\nМындагы бичимелдер эмди јаҥыртылбас.\";'),('alt','messages:querypage-updates-periodical','s:102:\"alt:Бу бӱктиҥ јаҥыртыжы кандый бир ӧйдиҥ туркунына болот.\";'),('alt','messages:quotation-marks','s:8:\"alt:\"$1\"\";'),('alt','messages:randomincategory','s:81:\"alt:Категориядагы кандый да болзо учурган бӱк\";'),('alt','messages:randomincategory-category','s:23:\"alt:Категория:\";'),('alt','messages:randomincategory-invalidcategory','s:44:\"alt:\"$1\" атту категория јок.\";'),('alt','messages:randomincategory-legend','s:81:\"alt:Категориядагы кандый да болзо учурган бӱк\";'),('alt','messages:randomincategory-nopages','s:67:\"alt:[[:Category:$1|$1]] категорияда бӱктер јок.\";'),('alt','messages:randomincategory-submit','s:14:\"alt:Барар\";'),('alt','messages:randompage','s:27:\"alt:Келишкен бӱк\";'),('alt','messages:randompage-nopages','s:158:\"alt:{{PLURAL:$2|1= бу аттардыҥ јалаҥында бӱктер јок|оноҥ ары аттардыҥ јалаҥында бӱктер јок}}: $1.\";'),('alt','messages:randompage-url','s:17:\"en:Special:Random\";'),('alt','messages:randomredirect','s:70:\"alt:Кандый да болзо учураган ууландырыш\";'),('alt','messages:randomredirect-nopages','s:81:\"alt:\"$1\" аттардыҥ јалаҥында ойтоаткарыштар јок.\";'),('alt','messages:randomrootpage','s:55:\"alt:Болгобой учураган тазыл бӱк\";'),('alt','messages:range_block_disabled','s:114:\"alt:Администраторлорго диапазондорды туйуктарын јарадылбаган.\";'),('alt','messages:rawhtml-notallowed','s:117:\"alt:&lt;html&gt; тегтерди јӱк ле тегин бӱктердиҥ ичинде эдинерге јарар.\";'),('alt','messages:rawmessage','s:5:\"en:$1\";'),('alt','messages:rc-change-size','s:5:\"en:$1\";'),('alt','messages:rc-change-size-new','s:77:\"alt:Кубултаныҥ кийнинде кеми: $1 {{PLURAL:$1|байт}}\";'),('alt','messages:rc-old-title','s:58:\"alt:«$1» этире озо баштап тӧзӧлгӧн\";'),('alt','messages:rcfilters-activefilters','s:45:\"alt:Активный ылгаштырулар\";'),('alt','messages:rcfilters-activefilters-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcfilters-activefilters-hide-tooltip','s:75:\"alt:Активный ылгаштыруларды јерин јажырар\";'),('alt','messages:rcfilters-activefilters-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcfilters-activefilters-show-tooltip','s:77:\"alt:Активный ылгаштыруларды јерин кӧргӱзер\";'),('alt','messages:rcfilters-advancedfilters','s:43:\"alt:Элбедилген ылгаштыру\";'),('alt','messages:rcfilters-allcontents-label','s:44:\"alt:Ончо аттардыҥ телкеми\";'),('alt','messages:rcfilters-alldiscussions-label','s:23:\"alt:Ончо шӱӱжӱ\";'),('alt','messages:rcfilters-clear-all-filters','s:54:\"alt:Ончо ылгаштыруларды арутар\";'),('alt','messages:rcfilters-date-popup-title','s:42:\"alt:Бедрештиҥ ӧдӧтӧн ӧйи\";'),('alt','messages:rcfilters-days-show-days','s:27:\"alt:$1 {{PLURAL:$1|кӱн}}\";'),('alt','messages:rcfilters-days-show-hours','s:29:\"alt:$1 {{PLURAL:$1|саат}}\";'),('alt','messages:rcfilters-days-title','s:33:\"alt:Калганчы кӱндер\";'),('alt','messages:rcfilters-empty-filter','s:105:\"alt:Активный ылгаштырулар јок. Ончо тӱзедӱлер кӧргӱзилген.\";'),('alt','messages:rcfilters-exclude-button-off','s:43:\"alt:Талдаганын кийдирбес\";'),('alt','messages:rcfilters-exclude-button-on','s:51:\"alt:Талдаганын кийдирбейтени\";'),('alt','messages:rcfilters-filter-bots-description','s:103:\"alt:Автоматикалык јеспелдериҥ болужыл эдилген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-bots-label','s:10:\"alt:Бот\";'),('alt','messages:rcfilters-filter-categorization-description','s:121:\"alt:Категоряларга кошкон эмезе кырган бӱктер керегинде бичимелдер.\";'),('alt','messages:rcfilters-filter-categorization-label','s:57:\"alt:Категориялардыҥ солынтылары\";'),('alt','messages:rcfilters-filter-editsbyother-description','s:65:\"alt:Ончо тӱзедӱлер, слердийи јогынаҥ.\";'),('alt','messages:rcfilters-filter-editsbyother-label','s:52:\"alt:Ӧскӧлӧри эткен солынтылар\";'),('alt','messages:rcfilters-filter-editsbyself-description','s:45:\"alt:Слер эткен кожулталар.\";'),('alt','messages:rcfilters-filter-editsbyself-label','s:44:\"alt:Слер эткен солынтылар\";'),('alt','messages:rcfilters-filter-excluded','s:31:\"alt:Кирбей турганы\";'),('alt','messages:rcfilters-filter-humans-description','s:57:\"alt:Редакторлор эткен тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-humans-label','s:30:\"alt:Кижи (бот эмес)\";'),('alt','messages:rcfilters-filter-lastrevision-description','s:63:\"alt:Јӱк ле калганчы бӱктеги солынты.\";'),('alt','messages:rcfilters-filter-lastrevision-label','s:33:\"alt:Калганчы версия\";'),('alt','messages:rcfilters-filter-logactions-description','s:141:\"alt:Административный кылыныш, аккаунт эдиш, бӱктерди кырганы, файлды салганы...\";'),('alt','messages:rcfilters-filter-logactions-label','s:58:\"alt:Протоколдолып турган кылыныш\";'),('alt','messages:rcfilters-filter-major-description','s:73:\"alt:Кичӱ эмес деп темдектелген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-major-label','s:33:\"alt:Тегин тӱзедӱлер\";'),('alt','messages:rcfilters-filter-minor-description','s:87:\"alt:Авторы тӱзедӱлерди кичӱ деп темдектегендери.\";'),('alt','messages:rcfilters-filter-minor-label','s:31:\"alt:Кичӱ тӱзедӱлер\";'),('alt','messages:rcfilters-filter-newpages-description','s:64:\"alt:Јаҥы бӱктерди тӧзӧгӧн тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-newpages-label','s:37:\"alt:Бӱктерди тӧзӧгӧни\";'),('alt','messages:rcfilters-filter-pageedits-description','s:129:\"alt:Толынтыныҥ, шӱӱжӱниҥ, категориялардыҥ јартамалдарыныҥ тӱзедӱлери...\";'),('alt','messages:rcfilters-filter-pageedits-label','s:37:\"alt:Бӱктиҥ тӱзедӱлери\";'),('alt','messages:rcfilters-filter-previousrevision-description','s:90:\"alt:\"Калганчы версия\" болбой турган ончо тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-previousrevision-label','s:42:\"alt:Калганчы версия эмес\";'),('alt','messages:rcfilters-filter-reviewstatus-auto-description','s:151:\"alt:Ченемелдӱ туружаачылардыҥ тӱзедӱлери автоматикалык шиҥделген деп темдектелет.\";'),('alt','messages:rcfilters-filter-reviewstatus-auto-label','s:30:\"alt:Автошиҥделген\";'),('alt','messages:rcfilters-filter-reviewstatus-manual-description','s:128:\"alt:Кол ло эмезе автоматикалык шиҥделген этире темдектелген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-reviewstatus-manual-label','s:33:\"alt:Колло шиҥделген\";'),('alt','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:132:\"alt:Кол ло эмезе автоматикалык шиҥделген этире темдектелбеген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:26:\"alt:Шиҥделбеген\";'),('alt','messages:rcfilters-filter-showlinkedfrom-label','s:87:\"alt:Ууландырган бӱктердеги тӱзедӱлерди кӧргӱзер\";'),('alt','messages:rcfilters-filter-showlinkedfrom-option-label','s:89:\"alt:Талдаган бӱкке <strong>тайанып турган бӱктер</strong>\";'),('alt','messages:rcfilters-filter-showlinkedto-label','s:88:\"alt:Тайанып турган бӱктерде тӱзедӱлерди кӧргӱзер\";'),('alt','messages:rcfilters-filter-showlinkedto-option-label','s:87:\"alt:Талдаган бӱкке <strong>тайнып турган бӱктер</strong>\";'),('alt','messages:rcfilters-filter-user-experience-level-experienced-description','s:155:\"alt:Регистрациялу тӱзедӱчилер, кемизинде 500-теҥ кӧп тӱзедӱлӱ эмезе 30 кӱн иштенгендери.\";'),('alt','messages:rcfilters-filter-user-experience-level-experienced-label','s:47:\"alt:Ченемелдӱ туружаачылар\";'),('alt','messages:rcfilters-filter-user-experience-level-learner-description','s:191:\"alt:Бичиткен редакторлор, ченемели кайда да \"јаҥы баштаган\" ла \"ченемелдӱ редактор\" дегендердиҥ ортозында.\";'),('alt','messages:rcfilters-filter-user-experience-level-learner-label','s:24:\"alt:Ӱренчиктер\";'),('alt','messages:rcfilters-filter-user-experience-level-newcomer-description','s:151:\"alt:Регистрациялу тӱзедӱчилер, кемизинде 10-ноҥ ас тӱзедӱлӱ эмезе 4 кӱн иштенгендери.\";'),('alt','messages:rcfilters-filter-user-experience-level-newcomer-label','s:37:\"alt:Јаҥы туружаачылар\";'),('alt','messages:rcfilters-filter-user-experience-level-registered-description','s:51:\"alt:Кирип калган тӱзедӱчилер.\";'),('alt','messages:rcfilters-filter-user-experience-level-registered-label','s:30:\"alt:Регистрациялу\";'),('alt','messages:rcfilters-filter-user-experience-level-unregistered-description','s:63:\"alt:Системага кирбеген тӱзедӱчилер.\";'),('alt','messages:rcfilters-filter-user-experience-level-unregistered-label','s:37:\"alt:Регистрациязы јок\";'),('alt','messages:rcfilters-filter-watchlist-notwatched-description','s:131:\"alt:Ончо, јаҥыс слердиҥ ширтениҥ тизиминиҥ бӱктеринде тӱзедӱлер јогынаҥ.\";'),('alt','messages:rcfilters-filter-watchlist-notwatched-label','s:46:\"alt:Ширтениҥ тизиминде јок\";'),('alt','messages:rcfilters-filter-watchlist-watched-description','s:101:\"alt:Слердиҥ ширтениҥ тизиминдеги бӱктердиҥ солынтылары.\";'),('alt','messages:rcfilters-filter-watchlist-watched-label','s:39:\"alt:Ширтениҥ тизиминде\";'),('alt','messages:rcfilters-filter-watchlist-watchednew-description','s:148:\"alt:Слердиҥ ширтениҥ тизиминде бӱктердеги эдилгенинеҥ бери кӧрӱлбеген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-watchlist-watchednew-label','s:69:\"alt:Ширтениҥ тизиминде јаҥы солынтылар\";'),('alt','messages:rcfilters-filter-watchlistactivity-seen-description','s:93:\"alt:Бӱктердеги эдилгенинеҥ бери кӧрӱлген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-watchlistactivity-seen-label','s:41:\"alt:Кӧрӱлген солынтылар\";'),('alt','messages:rcfilters-filter-watchlistactivity-unseen-description','s:97:\"alt:Бӱктердеги эдилгенинеҥ бери кӧрӱлбеген тӱзедӱлер.\";'),('alt','messages:rcfilters-filter-watchlistactivity-unseen-label','s:45:\"alt:Кӧрӱлбеген солынтылар\";'),('alt','messages:rcfilters-filtergroup-authorship','s:43:\"alt:Авторствозын тӱзедер\";'),('alt','messages:rcfilters-filtergroup-automated','s:51:\"alt:Автоматикалык кожулталар\";'),('alt','messages:rcfilters-filtergroup-changetype','s:33:\"alt:Солынтыныҥ типы\";'),('alt','messages:rcfilters-filtergroup-lastrevision','s:41:\"alt:Калганчы версиялары\";'),('alt','messages:rcfilters-filtergroup-reviewstatus','s:37:\"alt:Ширтениҥ айалгазы\";'),('alt','messages:rcfilters-filtergroup-significance','s:14:\"alt:Учуры\";'),('alt','messages:rcfilters-filtergroup-user-experience-level','s:77:\"alt:Туружаачыныҥ регистрациязы ла ченемели\";'),('alt','messages:rcfilters-filtergroup-watchlist','s:33:\"alt:Ширтеген бӱктер\";'),('alt','messages:rcfilters-filtergroup-watchlistactivity','s:64:\"alt:Ширтениҥ тизиминдеги активность\";'),('alt','messages:rcfilters-filterlist-noresults','s:47:\"alt:Ылгаштырулар табылбады\";'),('alt','messages:rcfilters-filterlist-title','s:28:\"alt:Ылгаштырулар\";'),('alt','messages:rcfilters-filterlist-whatsthis','s:33:\"alt:Бу канай иштейт?\";'),('alt','messages:rcfilters-group-results-by-page','s:84:\"alt:Бӱк аайынча турулталарды группировать эдер\";'),('alt','messages:rcfilters-hideminor-conflicts-typeofchange','s:216:\"alt:Кезик тӱзедӱлерди \"кичӱ\" деп айдып болбос, оныҥ учун бу ылгаштыру јарашпай турат мындый тӱзедӱлердиҥ ылгаштырула: $1.\";'),('alt','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:396:\"alt:\"Кичӱ тӱзедӱлер\" ылгаштыру бир эмезе канча да ылгаштырулар ла јарашпайт, нениҥ учун дезе, кезик тӱзедӱлерди кичӱ деп адап болбос. Јарашпай турган ылгаштырулар ӱстинде Активный ылгаштырулардыҥ јеринде темдектелди.\";'),('alt','messages:rcfilters-highlightbutton-title','s:39:\"alt:Турултларды аҥылар\";'),('alt','messages:rcfilters-highlighted-filters-list','s:28:\"alt:Јарыдылган: $1\";'),('alt','messages:rcfilters-highlightmenu-help','s:71:\"alt:Ӧҥди талдагар, бу чыҥдыйын јарыдарга\";'),('alt','messages:rcfilters-highlightmenu-title','s:29:\"alt:Ӧҥин талдагар\";'),('alt','messages:rcfilters-hours-title','s:35:\"alt:Калганчы сааттар\";'),('alt','messages:rcfilters-invalid-filter','s:47:\"alt:Јарадылбаган ылгаштыру\";'),('alt','messages:rcfilters-legend-heading','s:65:\"alt:<strong>Кыскартылганныҥ тизими:</strong>\";'),('alt','messages:rcfilters-limit-and-date-label','s:39:\"alt:$1 {{PLURAL:$1|солынты}}, $2\";'),('alt','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:165:\"alt:Турулталарды тӱзедӱлердиҥ тоозы ла кандый ӧйдиҥ туркунына эдилгени аайынча ылгаштырар\";'),('alt','messages:rcfilters-limit-title','s:58:\"alt:Кӧргӱзерге турган турулталар\";'),('alt','messages:rcfilters-liveupdates-button','s:47:\"alt:Автоматикалык јаҥыртар\";'),('alt','messages:rcfilters-liveupdates-button-title-off','s:95:\"alt:Јаҥы солынтылар болзо олорды ол ло ӧйдӧ кӧргӱзери\";'),('alt','messages:rcfilters-liveupdates-button-title-on','s:79:\"alt:Автоматикалык јаҥыртарын токтодып салар\";'),('alt','messages:rcfilters-noresults-conflict','s:121:\"alt:Бедрештиҥ критерийлериниҥ јарашпазы учун турулталар табылбады\";'),('alt','messages:rcfilters-other-review-tools','s:52:\"alt:Шиҥдештиҥ ӧскӧ јепселдери\";'),('alt','messages:rcfilters-preference-help','s:293:\"alt:[[{{#special:RecentChanges}}|Јаҥы тӱзедӱлерди]] ле [[{{#special:RecentChangesLinked}}|тудуш тӱзедӱлерди]] ылгашыру бедреш јогынаҥ алдырат эмезе турулталарды аҥылаар арга јогынаҥ алдырат.\";'),('alt','messages:rcfilters-preference-label','s:57:\"alt:JavaScript јок интерфейсти эдинер\";'),('alt','messages:rcfilters-quickfilters','s:49:\"alt:Артызылган ылгаштырулар\";'),('alt','messages:rcfilters-quickfilters-placeholder-description','s:258:\"alt:Ылгаштыруныҥ јазалталарын артызала ла оноҥ катап эдинерге, алдында \"Активный ылгаштырулар\" деген јерде, закладканыҥ значогын былчып ийер.\";'),('alt','messages:rcfilters-quickfilters-placeholder-title','s:56:\"alt:Артызылган ылгаштырулар јок\";'),('alt','messages:rcfilters-restore-default-filters','s:75:\"alt:Озо болотон ылгаштыруларды орныктырар\";'),('alt','messages:rcfilters-savedqueries-add-new-title','s:89:\"alt:Тургуза ылгаштырулардыҥ јазалталарын артызар\";'),('alt','messages:rcfilters-savedqueries-already-saved','s:195:\"alt:Бу ылгаштырулар эмди де бар. Бойыгардыҥ јазалталарды солып ийер, јаҥы Артызылган ылгаштыруларды эдерге.\";'),('alt','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:63:\"alt:Озо болотон ылгаштыруларды эдер\";'),('alt','messages:rcfilters-savedqueries-apply-label','s:41:\"alt:Ылгаштыруларды эдер\";'),('alt','messages:rcfilters-savedqueries-cancel-label','s:20:\"alt:Токтодыш\";'),('alt','messages:rcfilters-savedqueries-defaultlabel','s:49:\"alt:Артызылган ылгаштырулар\";'),('alt','messages:rcfilters-savedqueries-new-name-label','s:10:\"alt:Ады\";'),('alt','messages:rcfilters-savedqueries-new-name-placeholder','s:60:\"alt:Ылагштыруныҥ амадузын бичигер\";'),('alt','messages:rcfilters-savedqueries-remove','s:20:\"alt:Јоголтор\";'),('alt','messages:rcfilters-savedqueries-rename','s:25:\"alt:Адын солыыр\";'),('alt','messages:rcfilters-savedqueries-setdefault','s:45:\"alt:Озо болотон этире эдер\";'),('alt','messages:rcfilters-savedqueries-unsetdefault','s:57:\"alt:Озо болотон эткенин јоголтор\";'),('alt','messages:rcfilters-search-placeholder','s:150:\"alt:Солынтыларды ылгааштырар (менюны эдинер эмезе ылгаштырулардыҥ ады ла бедрегер)\";'),('alt','messages:rcfilters-search-placeholder-mobile','s:28:\"alt:Ылгаштырулар\";'),('alt','messages:rcfilters-show-new-changes','s:66:\"alt:Калганчы солынтылар, башталганы $1\";'),('alt','messages:rcfilters-state-message-fullcoverage','s:291:\"alt:Бу группадагы ончо ылгаштыруларды талдап алганы - кандый да талдаш јок ошкош турулталарлу болор, оныҥ учун бу ылгаштыру эффект јок. Кирип турган групплары: $1\";'),('alt','messages:rcfilters-state-message-subset','s:276:\"alt:Ылгаштырунаҥ эффект болбос, нениҥ учун дезе, оныҥ турулталары ӧскӧ элбедилген {{PLURAL:$2|ылгашыруга}} кирет(башкаларга олорды ӧҥдӧр лӧ аҥыладып кӧрӧр): $1\";'),('alt','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('alt','messages:rcfilters-tag-prefix-namespace-inverted','s:28:\"alt:<strong>:not</strong> $1\";'),('alt','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('alt','messages:rcfilters-tag-remove','s:19:\"alt:\'$1\' кырар\";'),('alt','messages:rcfilters-target-page-placeholder','s:78:\"alt:Бӱктиҥ адын (эмезе категориязын) бичигер\";'),('alt','messages:rcfilters-typeofchange-conflicts-hideminor','s:213:\"alt:Бу тӱзедӱлердиҥ ылгаштырузы кичӱ тӱзедӱлердиҥ ылгаштырузыла јарашпайт. Кезик тӱзедӱлер \"кичӱ\" деп темдектетпейт.\";'),('alt','messages:rcfilters-view-namespaces-tooltip','s:93:\"alt:Аттардыҥ телкеминиҥ ылгаштырузыныҥ турулталары\";'),('alt','messages:rcfilters-view-return-to-default-tooltip','s:72:\"alt:Ылгаштыруныҥ тӧс менюга кайра кӧчӧри\";'),('alt','messages:rcfilters-view-tags','s:37:\"alt:Таҥмалу тӱзедӱлер\";'),('alt','messages:rcfilters-view-tags-help-icon-tooltip','s:71:\"alt:Таҥмалу тӱзедӱлер керегинде элбееде\";'),('alt','messages:rcfilters-view-tags-tooltip','s:102:\"alt:Тӱзедӱлердиҥ таҥмаларын эдинип турулталарды ылгаары\";'),('alt','messages:rcfilters-watchlist-edit-watchlist-button','s:56:\"alt:Ширтениҥ тизиминде тӱзедери\";'),('alt','messages:rcfilters-watchlist-markseen-button','s:89:\"alt:Ончо солынтыларды кӧрӱп салган деп темдектеер\";'),('alt','messages:rcfilters-watchlist-preference-help','s:213:\"alt:[[{{#special:Watchlist}}|Ширтениҥ тизимин]] ылгашыру бедреш јогынаҥ алдырат эмезе турулталарды аҥылаар арга јогынаҥ алдырат.\";'),('alt','messages:rcfilters-watchlist-preference-label','s:57:\"alt:JavaScript јок интерфейсти эдинер\";'),('alt','messages:rcfilters-watchlist-showupdated','s:257:\"alt:Солынганаҥ бери слер кӧрбӧгӧн бӱктердиҥ солынтылары, <strong>јарымдай семис</strong> шрифтле аҥылаган ла толтырып салган маркерле темдектелген.\";'),('alt','messages:rclinks','s:98:\"alt:Калганчы $1 солынтыларды кӧргӱзер калганчы $2 кӱнниҥ\";'),('alt','messages:rclistfrom','s:78:\"alt:$3, $2 ала башталган солынтыларды кӧргӱзер\";'),('alt','messages:rclistfromreset','s:46:\"alt:Талдаган ӧйди ӧскӧртӧр\";'),('alt','messages:rcnotefrom','s:150:\"alt:Алдында {{PLURAL:$5|солынты кӧргӱзилди}} <strong>$3, $4</strong> ала(<strong>$1</strong>-ҥ ас кӧргӱзилди).\";'),('alt','messages:rcpatroldisabled','s:87:\"alt:Калганчы солынтыларды ширтеери јарадылбаган\";'),('alt','messages:rcpatroldisabledtext','s:115:\"alt:Калганчы солынтыларды ширтеер арга эмдиги ӧйдӧ токтодылган.\";'),('alt','messages:rcshowhideanons','s:45:\"alt:$1 ады јок туружаачылар\";'),('alt','messages:rcshowhideanons-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhideanons-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcshowhidebots','s:19:\"alt:$1 боттор\";'),('alt','messages:rcshowhidebots-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhidebots-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcshowhidecategorization','s:58:\"alt:$1 бӱктердиҥ категоризациязын\";'),('alt','messages:rcshowhidecategorization-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhidecategorization-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcshowhideliu','s:59:\"alt:$1 бичидип турган туружаачылар\";'),('alt','messages:rcshowhideliu-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhideliu-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcshowhidemine','s:40:\"alt:$1 мениҥ тӱзедӱлерим\";'),('alt','messages:rcshowhidemine-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhidemine-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcshowhideminor','s:34:\"alt:$1 кичӱ тӱзедӱлер\";'),('alt','messages:rcshowhideminor-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhideminor-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:rcshowhidepatr','s:38:\"alt:$1 ширтелген тӱзедӱ\";'),('alt','messages:rcshowhidepatr-hide','s:18:\"alt:Јажырар\";'),('alt','messages:rcshowhidepatr-show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:readonly','s:38:\"alt:Кӧргӱзӱ база јабык\";'),('alt','messages:readonly_lag','s:246:\"alt:Кӧргӱзӱ базаныҥ копиялары тӧс сервердегизине тӱҥейлежип калбаган учун кӧргӱзӱ базаныҥ автоматикалык солынтылардаҥ јабылып калды.\";'),('alt','messages:readonlytext','s:461:\"alt:Јаҥы бичимелдер кожоры ла ӧскӧ солынтылар эдетени эмдиги ӧйдӧ токтодылат, байла, план аайынча техникалык иш эдилгениле колбой, ол ӧдӧ берзе ойто бойыныҥ кемине једип калар.\n\nКӧргӱзӱ базаны јапкан системаныҥ администраторы мындый јартамал артысты: $1\";'),('alt','messages:readonlywarning','s:554:\"alt:<strong>Информацияныҥ базазы эмдиги ӧйдӧ туйукташта јазаш иштер учун, оныҥ учун эмди слердиҥ тӱзедӱгер  јарладылбас.</strong>\nБичип алган бичимелерди файл этире компьютерерде артызып салар, ойто кийнинде бичип саларга.\nИнформацияныҥ базазын туйукташка кийдирген системаныҥ администраторыныҥ јартамалы: $1\";'),('alt','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('alt','messages:recentchanges','s:41:\"alt:Калганчы солынтылар\";'),('alt','messages:recentchanges-feed-description','s:76:\"alt:Викидеги калганчы солынтыларды кӧрӧри.\";'),('alt','messages:recentchanges-label-bot','s:43:\"alt:Бу тӱзедӱни бот эткен\";'),('alt','messages:recentchanges-label-minor','s:30:\"alt:Бу кичӱ тӱзедӱ\";'),('alt','messages:recentchanges-label-newpage','s:59:\"alt:Бу бичиш ажыра јаҥы бӱк эдилди\";'),('alt','messages:recentchanges-label-plusminus','s:48:\"alt:Солынган кеми байттарда\";'),('alt','messages:recentchanges-label-unpatrolled','s:85:\"alt:Бу тӱзедӱни эмдигинче кемде ширтееп кӧрбӧди\";'),('alt','messages:recentchanges-legend','s:60:\"alt:Јаҥы тӱзедӱлердиҥ јазалталары\";'),('alt','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('alt','messages:recentchanges-legend-heading','s:40:\"alt:<strong>Легендазы:</strong>\";'),('alt','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('alt','messages:recentchanges-legend-newpage','s:134:\"alt:{{int:recentchanges-label-newpage}} (анайда ок кӧрӧр [[Special:NewPages|јаҥы бӱктердиҥ тизимин]])\";'),('alt','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('alt','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('alt','messages:recentchanges-legend-watchlistexpiry','s:56:\"alt:Бир канча ӧйгӧ ширтелген бӱк\";'),('alt','messages:recentchanges-network','s:142:\"alt:Технический јастырыш учун турултарды чыгарып болбос. Бӱкти јаҥыртып кӧрӧр.\";'),('alt','messages:recentchanges-noresult','s:156:\"alt:Бу ӧйдиҥ туркунына темдектелген, темдектелген айалгалары келишкен солынтылар јок.\";'),('alt','messages:recentchanges-notargetpage','s:125:\"alt:Ӱстине бӱктиҥ адын бичигер, бу бӱк ле колбулу тӱзедӱлерди кӧрӧргӧ.\";'),('alt','messages:recentchanges-page-added-to-category','s:51:\"alt:[[:$1]] категорияга кожулган\";'),('alt','messages:recentchanges-page-added-to-category-bundled','s:140:\"alt:[[:$1]] категорияга кожулды, [[Special:WhatLinksHere/$1|бу бӱкти ӧскӧ бӱктерге кийдирген]]\";'),('alt','messages:recentchanges-page-removed-from-category','s:53:\"alt:[[:$1]] категориянаҥ кырылган\";'),('alt','messages:recentchanges-page-removed-from-category-bundled','s:142:\"alt:[[:$1]] категориянаҥ кырылды, [[Special:WhatLinksHere/$1|бу бӱкти ӧскӧ бӱктерге кийдирген]]\";'),('alt','messages:recentchanges-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:recentchanges-summary','s:81:\"alt:Бу бӱкте калганчы солынтылар кӧргӱзилген.\";'),('alt','messages:recentchanges-timeout','s:132:\"alt:Бу бедрештиҥ сакылтазыныҥ ӧйи ӧтти. Бедрештиҥ сурузын ӧскӧртип кӧрӧр.\";'),('alt','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('alt','messages:recentchangescount','s:215:\"alt:Калганчы тӱзедӱлердиҥ тизиминде, бӱктердиҥ тӱӱкизинде ле журналдардагы кӧрӱзилетен тӱзедӱлердиҥ озо болор тоозы:\";'),('alt','messages:recentchangesdays','s:85:\"alt:Канча кӱнниҥ калганчы тӱзедӱлерин кӧргӱзер:\";'),('alt','messages:recentchangesdays-max','s:41:\"alt:Эҥ кӧби $1 {{PLURAL:$1|кӱн}}\";'),('alt','messages:recentchangeslinked','s:35:\"alt:Тудуш солынтылар\";'),('alt','messages:recentchangeslinked-feed','s:35:\"alt:Тудуш солынтылар\";'),('alt','messages:recentchangeslinked-page','s:24:\"alt:Бӱктиҥ ады:\";'),('alt','messages:recentchangeslinked-summary','s:499:\"alt:Бу бӱктӧн, эмезе бу бӱктеҥ тайтанып турган бӱктердиҥ солынганын кӧрӧргӧ бӱктиҥ адын кийдирер. (Категорияга кирип тургандарын кӧрӱп ийерге, кийдириер {{ns:category}}:Категорияныҥ адын).  [[Special:Watchlist|Слердиҥ ширтӱниҥ тизимде]] солынган бӱктер <strong>калыҥ шрифтле</strong> темдектелген.\";'),('alt','messages:recentchangeslinked-title','s:38:\"alt:\"$1\" тудуш тӱзедӱлер\";'),('alt','messages:recentchangeslinked-to','s:128:\"alt:Тескерледе, бу бӱкке тайанып турган бӱктерде солынтыларды кӧргӱзер\";'),('alt','messages:recentchangeslinked-toolbox','s:35:\"alt:Тудуш солынтылар\";'),('alt','messages:recentchangestext','s:4:\"en:-\";'),('alt','messages:recreate','s:35:\"alt:Јаҥынаҥ баштаары\";'),('alt','messages:recreate-moveddeleted-warn','s:367:\"alt:<strong>Ајару: Слер мынаҥ озо кырылган бӱкти орныктырып јатканар.</strong>\n\nОйто катап кӧргӧр, чын ла бу бӱкти орныктырарар ба.\nБу бӱктиҥ адын солыган ла кырылганныҥ журналдары алдында јартарга кӧргӱзилген:\";'),('alt','messages:red-link-title','s:35:\"alt:$1 (мындый бӱк јок)\";'),('alt','messages:redirect','s:177:\"alt:Файлдыҥ, туружаачыныҥ, бӱктиҥ, версияныҥ эмезе журналдыҥ идентификаторынаҥ болгон ууландырыш\";'),('alt','messages:redirect-file','s:25:\"alt:Файлдыҥ ады\";'),('alt','messages:redirect-logid','s:30:\"alt:Журналдыҥ ID-зи\";'),('alt','messages:redirect-lookup','s:17:\"alt:Бедреш:\";'),('alt','messages:redirect-not-exists','s:33:\"alt:Учуры табылбады\";'),('alt','messages:redirect-not-numeric','s:30:\"alt:Учуры тоо эмес\";'),('alt','messages:redirect-page','s:45:\"alt:Бӱктиҥ идентификаторы\";'),('alt','messages:redirect-revision','s:33:\"alt:Бӱктиҥ версиязы\";'),('alt','messages:redirect-submit','s:14:\"alt:Барар\";'),('alt','messages:redirect-summary','s:654:\"alt:Бу болуш јетирер бӱк улаандырат(файлдыҥ адынаҥ)файлдӧн, (версияныҥ эмезе бӱктиҥ идентификаторынаҥ) бӱктӧн, туружаачыныҥ бӱгиндӧн (туружаачыныҥ тоолу идентификаторынаҥ), эмезе журналдагы бичимелдӧн(журналдыҥ идентификаторынаҥ). Эдинетени:\n[[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], эмезе [[{{#Special:Redirect}}/logid/186]].\";'),('alt','messages:redirect-text','s:3:\"en:\";'),('alt','messages:redirect-user','s:57:\"alt:Туружаачыныҥ идентификаторы\";'),('alt','messages:redirect-value','s:15:\"alt:Учуры:\";'),('alt','messages:redirectedfrom','s:40:\"alt:(Ууландырды мынаҥ $1)\";'),('alt','messages:redirectexists','s:176:\"alt:[[:$1]] ууландырыш тургуза ӧйдӧ бар, оны автоматикалык јоголторго јарабас.\nӦскӧ ат талдап адагар.\";'),('alt','messages:redirectpagesub','s:31:\"alt:Бӱк-ууландырыш\";'),('alt','messages:redirectto','s:25:\"alt:Ууландырыш:\";'),('alt','messages:removecredentials','s:70:\"alt:Аккаунтардыҥ кӧргӱзӱлерин јоголтор\";'),('alt','messages:removecredentials-invalidsubpage','s:106:\"alt:$1 аккаунттыҥ кӧргӱзӱлериниҥ јарадылбаган бӱдӱми болот.\";'),('alt','messages:removecredentials-submit','s:70:\"alt:Аккаунтардыҥ кӧргӱзӱлерин јоголтор\";'),('alt','messages:removecredentials-success','s:84:\"alt:Слердиҥ аккаунтардыҥ кӧргӱзӱлери јоголгон.\";'),('alt','messages:removedwatchtext','s:144:\"alt:\"[[:$1]]\" бӱк ле оныҥ шӱӱжӱ бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизиминеҥ]] кырылган.\";'),('alt','messages:removedwatchtext-short','s:82:\"alt:\"$1\" бӱк слердиҥ ширтениҥ тизиминеҥ кырылды.\";'),('alt','messages:removedwatchtext-talk','s:147:\"alt:\"[[:$1]]\" бӱк ле оныҥ колбулу бӱги слердиҥ[[Special:Watchlist|ширтениҥ тизиминеҥ]] кырылган\";'),('alt','messages:removewatch','s:54:\"alt:Ширтениҥ тизиминеҥ чыгарар\";'),('alt','messages:resetpass-abort-generic','s:83:\"alt:Јажыт сӧсти солыыры элбедишле токтодылган.\";'),('alt','messages:resetpass-expired','s:169:\"alt:Слердиҥ јажыт сӧзӧрдиҥ эдинетен ӧйи ӧдӱп калды. Јаҥы јажыт сӧс эдип алар системга кирерге.\";'),('alt','messages:resetpass-expired-soft','s:296:\"alt:Слердиҥ јажыт сӧзӧрдиҥ эдинетен ӧйи ӧдӱп калды. Эмди оны солыыр керек. \nЈаҥы јажыт сӧс талдап алар эмезе былчып ийгер \"{{int:authprovider-resetpass-skip-label}}\" кийнинде солыырга.\";'),('alt','messages:resetpass-no-info','s:119:\"alt:Бу бӱкке кӧндӱре баштанарга слерге системага кирип алар керек.\";'),('alt','messages:resetpass-recycled','s:137:\"alt:Јажыт сӧзӧрди ӧскӧ этире бичигер, эмдиги эдинип турганынаҥ башка болзын.\";'),('alt','messages:resetpass-submit-cancel','s:20:\"alt:Токтодыш\";'),('alt','messages:resetpass-submit-loggedin','s:38:\"alt:Јажыт сӧсти солыыр\";'),('alt','messages:resetpass-temp-emailed','s:240:\"alt:Слер системага email ажыра келген кыска ӧйгӧ берилген јажыт сӧслӧ кирип алганар.\nСистемага јетире кирерге јаҥы јажыт сӧс эдип алар.\";'),('alt','messages:resetpass-temp-password','s:59:\"alt:Кыска ӧйгӧ берилген јажыт сӧс:\";'),('alt','messages:resetpass-validity','s:143:\"alt:Слердиҥ јажыт сӧзӧр чын эмес: \"$1\"\n\nЈаҥы јажыт сӧс эдип алар системага кирерге.\";'),('alt','messages:resetpass-validity-soft','s:226:\"alt:Слердиҥ јажыт сӧзӧр чын эмес: \"$1\"\n\nЈаҥы јажыт сӧс талдап алар эмезе былчып ийгер \"{{int:authprovider-resetpass-skip-label}}\" кийнинде солыырга.\";'),('alt','messages:resetpass-wrong-oldpass','s:259:\"alt:Јастыра кыска ӧйгӧ берилген эмезе эмдиги эдинген јажыт сӧс.\nБайла слер јажыт сӧзӧрди ӧскӧртип салганар эмезе јаҥы јажыт сӧсти сурулаганар.\";'),('alt','messages:resetpass_announce','s:131:\"alt:Керекти учына јетиргизерге, слер бери јаҥы јажыт сӧс кийдирер учурлу.\";'),('alt','messages:resetpass_forbidden','s:50:\"alt:Јажыт сӧс солыыр арга јок\";'),('alt','messages:resetpass_forbidden-reason','s:60:\"alt:Јажыт сӧстӧр солыыр арга јок: $1\";'),('alt','messages:resetpass_header','s:61:\"alt:Аккаунттыҥ јажыт сӧзин солыыры\";'),('alt','messages:resetpass_submit','s:79:\"alt:Јажыт сӧс тургузып алала кирер системага\";'),('alt','messages:resetpass_text','s:48:\"ru:<!-- Добавьте сюда текст -->\";'),('alt','messages:resettokens','s:48:\"alt:Токендерди тӱжӱре чачар\";'),('alt','messages:resettokens-done','s:49:\"alt:Токендер тӱжӱре чачылды.\";'),('alt','messages:resettokens-no-tokens','s:56:\"alt:Тӱжӱре чачатан токендер јок.\";'),('alt','messages:resettokens-resetbutton','s:65:\"alt:Талдаган токендер тӱжӱре чачылды\";'),('alt','messages:resettokens-summary','s:3:\"en:\";'),('alt','messages:resettokens-text','s:434:\"alt:Бу сайттагы слердиҥ аккаунттар ла тудуш кезик бойыгардыҥ информацияга кӧргӱзип ийер аргалу токендерди тӱжӱре чачар слерде арга бар.\n\nСлер кемге де јастыра учурал учун токендерди кӧргӱзип ийзер эмезе слердиҥ аккаунтарды бускан болзо.\";'),('alt','messages:resettokens-token-label','s:40:\"alt:$1 (эмдиги турганы: $2)\";'),('alt','messages:resettokens-tokens','s:21:\"alt:Токендер:\";'),('alt','messages:resettokens-watchlist-token','s:166:\"alt:[[Special:Watchlist|Слердиҥ ширтеер тизимниҥ бӱктерде солынтыларыныҥ]] (Atom/RSS) веб-каналдыҥ токени\";'),('alt','messages:rest-bad-content-model','s:59:\"ru:Неверная модель содержимого: $1\";'),('alt','messages:rest-bad-json-body','s:89:\"ru:Неверное тело запроса, должно быть объектом JSON.\";'),('alt','messages:rest-badtoken','s:79:\"ru:Предоставленный CSRF-токен недействителен.\";'),('alt','messages:rest-cannot-load-file','s:87:\"ru:Файл для заголовка «$1» не может быть загружен.\";'),('alt','messages:rest-compare-inaccessible','s:112:\"ru:Редакция, заданная параметром $1, не является общедоступной.\";'),('alt','messages:rest-compare-nonexistent','s:89:\"ru:Редакция, заданная параметром $1, не существует.\";'),('alt','messages:rest-compare-page-mismatch','s:129:\"ru:Указанные версии относятся к разным страницам; сравнивать их нельзя.\";'),('alt','messages:rest-compare-permission-denied','s:91:\"ru:Участник не имеет доступа к запрошенным версиям\";'),('alt','messages:rest-compare-wikidiff2','s:128:\"ru:Для этой конечной точки требуется wikidiff2 1.9.0 или более поздняя версия.\";'),('alt','messages:rest-compare-wrong-content','s:194:\"ru:Ячейка $1 редакции, заданная параметром $2, имеет тип контента, который не может быть преобразован в текст.\";'),('alt','messages:rest-cross-origin-anon-write','s:113:\"ru:Анонимные запросы на запись из разных источников запрещены.\";'),('alt','messages:rest-extraneous-csrf-token','s:292:\"ru:Обнаружен посторонний токен CSRF. Маркеры CSRF не должны использоваться при использовании механизмов аутентификации, таких как OAuth, которые безопасны от атак CSRF.\";'),('alt','messages:rest-html-backend-error','s:53:\"ru:Невозможно получить Parsoid HTML\";'),('alt','messages:rest-invalid-user','s:75:\"ru:Указанное имя участника ($1) некорректно\";'),('alt','messages:rest-json-body-parse-error','s:123:\"ru:Не удалось выполнить синтаксический анализ тела запроса как JSON: $1\";'),('alt','messages:rest-media-too-many-links','s:116:\"ru:Слишком много медиа-ссылок найдено в заголовке $1 (разрешено $2)\";'),('alt','messages:rest-missing-body-field','s:94:\"ru:В теле запроса отсутствует обязательное поле «$1».\";'),('alt','messages:rest-no-match','s:160:\"ru:Запрошенный относительный путь ($1) не соответствует ни одному известному обработчику\";'),('alt','messages:rest-no-revision','s:81:\"ru:Не удалось получить версию для заголовка $1\";'),('alt','messages:rest-nonexistent-revision','s:73:\"ru:Запрошенная редакция ($1) не существует\";'),('alt','messages:rest-nonexistent-title','s:73:\"ru:Указанного заголовка ($1) не существует\";'),('alt','messages:rest-nonexistent-title-revision','s:113:\"ru:Указанной версии ($1) не существует для указанной страницы ($2)\";'),('alt','messages:rest-nonexistent-user','s:77:\"ru:Указанный пользователь ($1) не существует\";'),('alt','messages:rest-page-source-type-error','s:128:\"ru:Тип содержимого запрошенного источника страницы не поддерживается.\";'),('alt','messages:rest-pagehistory-incompatible-params','s:111:\"ru:Параметры «older_than» и «newer_than» нельзя указывать одновременно\";'),('alt','messages:rest-pagehistory-param-range-error','s:79:\"ru:Идентификатор версии должен быть больше 0\";'),('alt','messages:rest-pagehistory-timestamp-error','s:117:\"ru:Не удалось получить временную отметку для указанной версии ($1)\";'),('alt','messages:rest-pagehistorycount-parameters-invalid','s:98:\"ru:Указанная комбинация параметров не поддерживается.\";'),('alt','messages:rest-pagehistorycount-too-many-revisions','s:157:\"ru:Указанный заголовок содержит слишком много версий для получения такого количества.\";'),('alt','messages:rest-pagehistorycount-type-unrecognized','s:71:\"ru:Указанный тип подсчёта ($1) недопустим\";'),('alt','messages:rest-permission-denied-anon','s:64:\"ru:Не доступно анонимному участнику\";'),('alt','messages:rest-permission-denied-revision','s:95:\"ru:Участник не имеет доступа к запрошенной версии ($1).\";'),('alt','messages:rest-permission-denied-title','s:93:\"ru:Участник не обладает правами чтения заголовка ($1)\";'),('alt','messages:rest-prefix-mismatch','s:116:\"ru:Запрашиваемый путь ($1) не найден внутри корневого пути REST API ($2)\";'),('alt','messages:rest-requires-safe-against-csrf','s:134:\"ru:Для этой конечной точки требуется поставщик сеансов, безопасный для CSRF.\";'),('alt','messages:rest-resource-limit-exceeded','s:93:\"ru:Превышены лимиты ресурсов при обработке запроса.\";'),('alt','messages:rest-search-error','s:79:\"ru:Ошибка при возврате результатов поиска: $1\";'),('alt','messages:rest-update-cannot-create-page','s:339:\"ru:Страница «$1» не может быть создана, так как она уже существует. Чтобы обновить существующую страницу, укажите идентификатор базовой версии в структуре под ключом «latest» в теле запроса.\";'),('alt','messages:rest-wrong-method','s:215:\"ru:Метод запроса ($1) не был {{{{PLURAL:$3|}}|разрешённым методом для этого пути|одним из разрешённых методов для этого пути}} ($2)\";'),('alt','messages:restore-count-files','s:40:\"alt:{{PLURAL:$1|1 файл|$1 файл}}\";'),('alt','messages:restore-count-revisions','s:30:\"alt:{{PLURAL:$1|версия}}\";'),('alt','messages:restorelink','s:49:\"alt:{{PLURAL:$1|јоголткон тӱзедӱ}}\";'),('alt','messages:restoreprefs','s:69:\"alt:Озо болгон јазалталарга орныктырар\";'),('alt','messages:restricted-displaytitle','s:195:\"alt:<strong>Ајару:</strong> Кӧргӱзип турган \"$1\" ат керекке алынбады, нениҥ учун дезе, оныҥ ады эмдиги адына келишпейт.\";'),('alt','messages:restricted-displaytitle-ignored','s:80:\"alt:Керекке албас кӧргӱзилген аттарлу бӱктер\";'),('alt','messages:restricted-displaytitle-ignored-desc','s:209:\"alt:Бӱкте керекке албайтан <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> бар, нениҥ учун дезе оныҥ толынтызы бӱктиҥ чын адына келишпейт.\";'),('alt','messages:restriction-blank','s:3:\"en:\";'),('alt','messages:restriction-create','s:14:\"alt:Эдери\";'),('alt','messages:restriction-edit','s:20:\"alt:Тӱзедери\";'),('alt','messages:restriction-level','s:28:\"alt:Коруныҥ кеми:\";'),('alt','messages:restriction-level-all','s:27:\"alt:ончо кеминде\";'),('alt','messages:restriction-level-autoconfirmed','s:39:\"alt:јарымдай корулаган\";'),('alt','messages:restriction-level-sysop','s:40:\"alt:бастыра бойы корылу\";'),('alt','messages:restriction-move','s:25:\"alt:Адын солыыр\";'),('alt','messages:restriction-type','s:19:\"alt:Аргалар:\";'),('alt','messages:restriction-upload','s:14:\"alt:Салар\";'),('alt','messages:restrictionsfield-badip','s:98:\"alt:Јарадылбаган IP-адрес эмезе IP-адрестерлӱ диапазон: $1\";'),('alt','messages:restrictionsfield-help','s:171:\"alt:Бир IP адрестеҥ эмезе CIDR диапазонноҥ бир јолдыкка. Ончо јарадарга, эдинер мыны:<pre>0.0.0.0/0\n::/0</pre>\";'),('alt','messages:restrictionsfield-label','s:70:\"alt:Јарадылган IP-адрестердиҥ диапазоны:\";'),('alt','messages:retrievedfrom','s:30:\"alt:Алган јери - \"$1\"\";'),('alt','messages:returnto','s:33:\"alt:$1 бӱкке бурулар.\";'),('alt','messages:retypenew','s:54:\"alt:Такып јажыт сӧсти кийдирер:\";'),('alt','messages:reuploaddesc','s:90:\"alt:Файлды салбас ла файл салатан формага јандырар\";'),('alt','messages:rev-deleted-comment','s:60:\"alt:(тӱзедӱниҥ јартамалы кырылган)\";'),('alt','messages:rev-deleted-diff-view','s:251:\"alt:Бӱктиҥ бу версиязы <strong>кырылган</strong>.\nСлер оны теҥдештирер аргалу. Јартамалы [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} кырылганныҥ журналында].\";'),('alt','messages:rev-deleted-event','s:45:\"alt:(јартамалдар кырылган)\";'),('alt','messages:rev-deleted-no-diff','s:252:\"alt:Теҥдештирип јаткан бӱктердиҥ версияларыныҥ бирӱзи <strong>кырылган</strong>.\nЈартамалы [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} кырыштыҥ журналында].\";'),('alt','messages:rev-deleted-text-permission','s:183:\"alt:Бӱктиҥ бу версиязы <strong>кырылган</strong>.\nЈартамалы [{{fullurl:{{#Special:Log}}/delete|page=$1}} кырылганныҥ журналында].\";'),('alt','messages:rev-deleted-text-unhide','s:271:\"alt:Бу бӱктиҥ версиязы <strong>кырылган</strong>.\nЈартмалдары [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} кырыштыҥ журналында] берилди.\nКӱӱндӱ болзор [$1 версияны кӧрӧр].\";'),('alt','messages:rev-deleted-text-view','s:224:\"alt:Бӱктиҥ бу версиязы <strong>кырылган</strong>.\nСлер оны кӧрӧр аргалу. Јартамалы [{{fullurl:{{#Special:Log}}/delete|page=$1}} кырылганныҥ журналында].\";'),('alt','messages:rev-deleted-unhide-diff','s:308:\"alt:Бу бӱктиҥ версиязы <strong>кырылган</strong>.\nЈартмалдары [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} кырыштыҥ журналында] берилди.\nКӱӱндӱ болзор [$1 версияларыныҥ башкаланганын кӧрӧр].\";'),('alt','messages:rev-deleted-user','s:46:\"alt:(автордыҥ ады кырылган)\";'),('alt','messages:rev-deleted-user-contribs','s:141:\"alt:[туружаачыныҥ ады эмезе IP адрези кырылды - кожулта бӱктеҥ тӱзедӱзи кырылды]\";'),('alt','messages:rev-delundel','s:37:\"alt:кӧрӱнгенин солыыр\";'),('alt','messages:rev-showdeleted','s:20:\"alt:кӧргӱзер\";'),('alt','messages:rev-suppressed-diff-view','s:255:\"alt:Бӱктиҥ бу версиязы <strong>јажырылган</strong>.\nСлер оны теҥдештирер аргалу. Јартамалы [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} јажырыштыҥ журналында].\";'),('alt','messages:rev-suppressed-no-diff','s:137:\"alt:Теҥдештирип јаткан бӱктердиҥ версияларыныҥ бирӱзи <strong>јажырылган</strong>.\";'),('alt','messages:rev-suppressed-text','s:77:\"alt:Бӱктиҥ бу версиязы <strong>јажырылган</strong>.\";'),('alt','messages:rev-suppressed-text-permission','s:187:\"alt:Бӱктиҥ бу версиязы <strong>јажырылган</strong>.\nЈартамалы [{{fullurl:{{#Special:Log}}/suppress|page=$1}} јажырыштыҥ журналында].\";'),('alt','messages:rev-suppressed-text-unhide','s:281:\"alt:Бу бӱктиҥ версиязы <strong>јажырылган</strong>.\nЈартмалдары [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} јажырыштыҥ журналында] берилди.\nКӱӱндӱ болзор [$1 версияны кӧрӧр].\";'),('alt','messages:rev-suppressed-text-view','s:228:\"alt:Бӱктиҥ бу версиязы <strong>јажырылган</strong>.\nСлер оны кӧрӧр аргалу. Јартамалы [{{fullurl:{{#Special:Log}}/suppress|page=$1}} јажырыштыҥ журналында].\";'),('alt','messages:rev-suppressed-unhide-diff','s:318:\"alt:Бу бӱктиҥ версиязы <strong>јажырылган</strong>.\nЈартмалдары [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} јажырыштыҥ журналында] берилди.\nКӱӱндӱ болзор [$1 версияларыныҥ башкаланганын кӧрӧр].\";'),('alt','messages:revdel-restore','s:37:\"alt:кӧрӱнгенин солыыр\";'),('alt','messages:revdelete-concurrent-change','s:217:\"alt:Ӧйи $2, $1 болгон бичимелдиҥ јастыразы: оныҥ статузын кем де солып салган, слер солыырга јадарда.\nЖурналдардаҥ кӧригер.\";'),('alt','messages:revdelete-confirm','s:219:\"alt:Бу мыны эдерге турганарды чындыктап ийер, болотон салтарын аайлап, [[{{MediaWiki:Policy-url}}|ээжилер]] аайынча эдип јатканар деп.\";'),('alt','messages:revdelete-content-hid','s:45:\"alt:толтынтызы јажырылган\";'),('alt','messages:revdelete-content-unhid','s:47:\"alt:толтынтызын јажырбаган\";'),('alt','messages:revdelete-edit-reasonlist','s:60:\"alt:Шылтактардыҥ тизимин тӱзедери\";'),('alt','messages:revdelete-edit-reasonlist-suppress','s:64:\"alt:Јажырыштыҥ шылтактарын тӱзедери\";'),('alt','messages:revdelete-failure','s:60:\"alt:Версияныҥ кӧрӱнери солынбас: $1\";'),('alt','messages:revdelete-hide-comment','s:49:\"alt:Солынтылардыҥ јартамалы\";'),('alt','messages:revdelete-hide-current','s:160:\"alt:Ӧйи $2, $1 болгон бичимелдиҥ јажырыштыҥ јастыразы: Бу эмдиги версия.\nОны јажырып болбос.\";'),('alt','messages:revdelete-hide-image','s:54:\"alt:Файлдыҥ толынтызын јажырар\";'),('alt','messages:revdelete-hide-name','s:67:\"alt:Амадузын ла параметрлерин јажырар\";'),('alt','messages:revdelete-hide-restricted','s:130:\"alt:Ӧскӧлӧринеҥ ле чилеп администраторлордоҥ база информацияны јажырар\";'),('alt','messages:revdelete-hide-text','s:39:\"alt:Тӱзедӱниҥ бичимели\";'),('alt','messages:revdelete-hide-user','s:51:\"alt:Туружаачыныҥ ады/IP адрези\";'),('alt','messages:revdelete-legend','s:51:\"alt:Кӧргӱзериниҥ јазалталары\";'),('alt','messages:revdelete-log','s:19:\"alt:Шылтагы:\";'),('alt','messages:revdelete-modify-missing','s:119:\"alt:$1 номерлӱ тӱзедӱниҥ солыырыныҥ јастразы: база данныйларда јок.\";'),('alt','messages:revdelete-modify-no-access','s:215:\"alt:Ӧйи $2 $1 болгон бичимелди солыырыныҥ јастыразы: бу бичимел \"кирелеткен\" деп темдектӱ.\nСлерде оны кӧрӧтӧн аргалар јок.\";'),('alt','messages:revdelete-no-change','s:155:\"alt:<strong>Ајару:</strong> Ӧйи $2, $1 болгон бичимелдиҥ сурулаткан кӧрӱнериниҥ јазалталары бар.\";'),('alt','messages:revdelete-no-file','s:48:\"alt:Керектӱ болгон файл јок.\";'),('alt','messages:revdelete-nooldid-text','s:196:\"alt:Амадаган версия кӧргӱзилбеген, керектӱ болгон версия јок эмезе слер тургуза версияны јажырарга турадар.\";'),('alt','messages:revdelete-nooldid-title','s:60:\"alt:Амадаган версия кӧргӱзилбеген\";'),('alt','messages:revdelete-offender','s:53:\"alt:Бӱктиҥ версиязыныҥ авторы:\";'),('alt','messages:revdelete-only-restricted','s:265:\"alt:Ӧйи $2, $1 болгон бичимелдиҥ јастыразы: слер бичимелди администаторлор кӧрӧринеҥ јажырып болбозор, јажыратан јазалталардаҥ бирӱзин талдабазар.\";'),('alt','messages:revdelete-otherreason','s:52:\"alt:Оноҥ ӧскӧ/кожулта шылтагы:\";'),('alt','messages:revdelete-radio-same','s:31:\"alt:(солыбас керек)\";'),('alt','messages:revdelete-radio-set','s:20:\"alt:Јажырган\";'),('alt','messages:revdelete-radio-unset','s:24:\"alt:Кӧрӱзилген\";'),('alt','messages:revdelete-reason-dropdown','s:290:\"alt:*Кӧп саба кырыштыҥ шылтактары\n** Авторский ээжилерди бускан\n** Керектиҥ аайынча эмес комментарий\n** Јартпагадый туружаачыныҥ ады \n** Тӧгӱн болгодый информация\";'),('alt','messages:revdelete-reason-dropdown-suppress','s:150:\"alt:*Кӧп саба јажырыштыҥ шылтактары\n**Ӧскӧ улус билбейтен кижи керегинде информация\";'),('alt','messages:revdelete-reasonotherlist','s:25:\"alt:Ӧскӧ шылтак\";'),('alt','messages:revdelete-restricted','s:80:\"alt:администраторлорго кирелткиштер салынат\";'),('alt','messages:revdelete-selected-file','s:75:\"alt:[[:$2]] файлдыҥ {{PLURAL:$1|талдаган версиязы}}:\";'),('alt','messages:revdelete-selected-text','s:73:\"alt:[[:$2]] бӱктиҥ {{PLURAL:$1|талдаган версиязы}}:\";'),('alt','messages:revdelete-show-file-confirm','s:137:\"alt:Кырып салган \"<nowiki>$1</nowiki>\" файлдыҥ версиязын кӧрӧргӧ тураганар ба? Ӧйи $2 $3.\";'),('alt','messages:revdelete-show-file-submit','s:10:\"alt:Эйе\";'),('alt','messages:revdelete-show-no-access','s:219:\"alt:Ӧйи $2 $1 болгон бичимелди кӧргӱзериниҥ јастыразы: бу бичимел \"кирелеткен\" деп темдектӱ.\nСлерде оны кӧрӧтӧн аргалар јок.\";'),('alt','messages:revdelete-submit','s:72:\"alt:Талдаган {{PLURAL:$1|версияларга}} бӱдӱрер\";'),('alt','messages:revdelete-success','s:61:\"alt:Версияныҥ кӧрӱнери јаҥыртылды.\";'),('alt','messages:revdelete-summary-hid','s:60:\"alt:тӱзедӱниҥ јартамалын јажырган\";'),('alt','messages:revdelete-summary-unhid','s:64:\"alt:тӱзедӱниҥ јартамалын јажырбаган\";'),('alt','messages:revdelete-suppress','s:130:\"alt:Ӧскӧлӧринеҥ ле чилеп администраторлордоҥ база информацияны јажырар\";'),('alt','messages:revdelete-suppress-text','s:392:\"alt:Јажырыш <strong>јӱк ле</strong> мындый учуралдарда болор аргалу:\n* сайгактаар болгодый информация\n* ӧскӧ улус билбейтен кижи керегинде информация\n*: <em>јаткан јериниҥ адрези, телефонныҥ номеры, паспорттыҥ номеры ле о.ӧ.</em>\";'),('alt','messages:revdelete-text-file','s:241:\"alt:Кырып салган файдыҥ версиялары эмди де бӱктиҥ тӱӱкизинде кӧрӱнет, је олордыҥ толынтызыныҥ кезик бӧлӱги туружаачыларга кӧрӱнбес.\";'),('alt','messages:revdelete-text-others','s:230:\"alt:Ӧскӧ администраторлор эмди де јажырган толынтыны кӧрӧргӧ лӧ орныктырарга аргалу, кирелеткен ээжилер ого салынбаган болзо.\";'),('alt','messages:revdelete-text-text','s:226:\"alt:Кырып салган версиялар эмди де бӱктиҥ тӱӱкизинде кӧрӱнет, је олордыҥ толынтызыныҥ кезик бӧлӱги туружаачыларга кӧрӱнбес.\";'),('alt','messages:revdelete-uname-hid','s:54:\"alt:туружаачыныҥ адын јажырган\";'),('alt','messages:revdelete-uname-unhid','s:58:\"alt:туружаачыныҥ адын јажырбаган\";'),('alt','messages:revdelete-unrestricted','s:80:\"alt:администраторлорго кирелткиштер алынган\";'),('alt','messages:revdelete-unsuppress','s:123:\"alt:Орныктырып салган версиялардыҥ кӧргӱзилетен кирелешти јоголтор\";'),('alt','messages:reverted','s:63:\"alt:Озогы болгон версияга јандырган\";'),('alt','messages:revertmerge','s:14:\"alt:Айрыр\";'),('alt','messages:revertmove','s:20:\"alt:јандырар\";'),('alt','messages:revertpage','s:148:\"ru:Откат правок [[Special:Contributions/$2|$2]] ([[User talk:$2|обсуждение]]) к последней версии [[User:$1|$1]]\";'),('alt','messages:revertpage-anon','s:108:\"ru:Откат правок [[Special:Contributions/$2|$2]] к последней версии [[User:$1|$1]]\";'),('alt','messages:revertpage-nouser','s:117:\"ru:Откат правок (имя участника скрыто) к последней версии [[User:$1|$1]]\";'),('alt','messages:revid','s:19:\"alt:$1 версия\";'),('alt','messages:revision-info','s:51:\"alt:Версияныҥ ӧйи $1 {{GENDER:$6|$2}}$7\";'),('alt','messages:revision-info-current','s:4:\"en:-\";'),('alt','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('alt','messages:revisionasof','s:19:\"alt:Версия $1\";'),('alt','messages:revisiondelete','s:71:\"alt:Кырар/орныктырар бӱктиҥ версияларын\";'),('alt','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('alt','messages:right-apihighlimits','s:86:\"alt:API-сурулардыҥ кирелериниҥ бийик кемин эдинер\";'),('alt','messages:right-applychangetags','s:87:\"alt:[[Special:Tags|Таҥмаларды]] тӱзедӱлер ле катай эдери\";'),('alt','messages:right-autoconfirmed','s:87:\"alt:IP адреске салынган тӱргенниҥ кирелерин ӧдӧри\";'),('alt','messages:right-autocreateaccount','s:101:\"alt:Тыш туружаачыныҥ аккаунт ажыра автоматикалык кирери\";'),('alt','messages:right-autopatrol','s:123:\"alt:Туружаачыныҥ тӱзедӱлерин автоматикалык ширтелген деп темдектер\";'),('alt','messages:right-bigdelete','s:84:\"alt:Солынтылардыҥ узун тӱӱкилӱ бӱктерди кырары\";'),('alt','messages:right-block','s:79:\"alt:Ӧскӧ туружаачылардыҥ бичиирин туйуктары\";'),('alt','messages:right-blockemail','s:103:\"alt:Ӧскӧ туружаачыны электрон самара аткарарын туйуктары\";'),('alt','messages:right-bot','s:45:\"alt:Автоматикалык процесс\";'),('alt','messages:right-browsearchive','s:52:\"alt:Кырылган бӱктерди бедрери\";'),('alt','messages:right-changetags','s:199:\"alt:Журналдагы бичимелдерге ле башка алган тӱзедӱлердге кандый да болзо [[Special:Tags|таҥмаларды]] кожоры ла кырары\";'),('alt','messages:right-createaccount','s:79:\"alt:Јаҥы туружаачылардыҥ аккаунттарын эдери\";'),('alt','messages:right-createpage','s:61:\"alt:Бӱктерди баштаары (шӱӱжӱ эмези)\";'),('alt','messages:right-createtalk','s:54:\"alt:Шӱӱжӱниҥ бӱктерин баштаары\";'),('alt','messages:right-delete','s:35:\"alt:Бӱктериди кырары\";'),('alt','messages:right-delete-redirect','s:63:\"alt:Бир версиялу уландырышты кырары\";'),('alt','messages:right-deletechangetags','s:98:\"alt:Информационный базанаҥ [[Special:Tags|таҥмаларды]] кырары\";'),('alt','messages:right-deletedhistory','s:125:\"alt:Кырылган бӱктердиҥ тӱӱкизин кӧрӧри, кырылган бичимелдерин кӧрбӧй\";'),('alt','messages:right-deletedtext','s:147:\"alt:Кырылган бичимелди ле бӱктердиҥ кырылган версияларыныҥ башкаланганын кӧрӧри\";'),('alt','messages:right-deletelogentry','s:101:\"alt:Журналдыҥ билген бичимелдерди кырары ла орныктырары\";'),('alt','messages:right-deleterevision','s:99:\"alt:Бӱктердиҥ билген версияларын кырары ла орныктырары\";'),('alt','messages:right-edit','s:37:\"alt:Бӱктерди тӱзедери\";'),('alt','messages:right-editcontentmodel','s:73:\"alt:Бӱктиҥ толынтызыныҥ моделин тӱзедери\";'),('alt','messages:right-editinterface','s:68:\"alt:Туружаачыныҥ интерфейсин тӱзедери\";'),('alt','messages:right-editmyoptions','s:62:\"alt:Бойыныҥ јазалталарын ӧскӧртӧри\";'),('alt','messages:right-editmyprivateinfo','s:160:\"alt:Бойы керегинде информацияны ӧскӧртӧри (темдектезе электрон почтаныҥ адрези, чын ады)\";'),('alt','messages:right-editmyusercss','s:83:\"alt:Туружаачыныҥ бойыныҥ CSS-файлдарын тӱзедери\";'),('alt','messages:right-editmyuserjs','s:90:\"alt:Туружаачыныҥ бойыныҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:right-editmyuserjson','s:84:\"alt:Туружаачыныҥ бойыныҥ JSON-файлдарын тӱзедери\";'),('alt','messages:right-editmyuserjsredirect','s:114:\"alt:Уландырыштар болуп турган бойыныҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:right-editmywatchlist','s:200:\"alt:Бойыныҥ ширтениҥ тизимин тӱзедери (кезикте бу мыны этсе бӱктер кожулар, ондый аргалар берилбеген де болзо).\";'),('alt','messages:right-editprotected','s:99:\"alt:\"{{int:protect-level-sysop}}\" этире корулалган бӱктерди тӱзедери\";'),('alt','messages:right-editsemiprotected','s:107:\"alt:\"{{int:protect-level-autoconfirmed}}\" этире корулалган бӱктерди тӱзедери\";'),('alt','messages:right-editsitecss','s:69:\"alt:Текши сайттыҥ CSS-файлдарын тӱзедери\";'),('alt','messages:right-editsitejs','s:76:\"alt:Текши сайттыҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:right-editsitejson','s:70:\"alt:Текши сайттыҥ JSON-файлдарын тӱзедери\";'),('alt','messages:right-editusercss','s:83:\"alt:Ӧскӧ туружаачылардыҥ CSS-файлдарын тӱзедери\";'),('alt','messages:right-edituserjs','s:90:\"alt:Ӧскӧ туружаачылардыҥ JavaScript-файлдарын тӱзедери\";'),('alt','messages:right-edituserjson','s:84:\"alt:Ӧскӧ туружаачылардыҥ JSON-файлдарын тӱзедери\";'),('alt','messages:right-hideuser','s:90:\"alt:Туружаачыныҥ адын токтоду эдер ле оны јажырары\";'),('alt','messages:right-import','s:74:\"alt:Ӧскӧ викилердеҥ бӱктерди импорт эдери\";'),('alt','messages:right-importupload','s:91:\"alt:Файлдарды кийдире тартып бӱктерди импорт эдери\";'),('alt','messages:right-ipblock-exempt','s:142:\"alt:IP туйукташты, автотуйукташты ла диапазондордыҥ туйуктажын айландыра ӧдӧри\";'),('alt','messages:right-managechangetags','s:93:\"alt:[[Special:Tags|Таҥмаларды]] эдери ле (де)активация эдери\";'),('alt','messages:right-markbotedits','s:125:\"alt:Тескерледип турган тӱзедӱлерди бот эткен тӱзедӱлер деп темдектер\";'),('alt','messages:right-mergehistory','s:58:\"alt:Бӱктердиҥ тӱӱкизин бириктери\";'),('alt','messages:right-mf-uploadbutton','s:128:\"ru:использование кнопки загрузки на страницах для мобильных устройств\";'),('alt','messages:right-minoredit','s:69:\"alt:Солынтыларды кичӱ этире темдектери\";'),('alt','messages:right-move','s:52:\"alt:Бӱктердиҥ аттарын солыыры\";'),('alt','messages:right-move-categorypages','s:79:\"alt:Категориялардыҥ бӱктериниҥ адын солыыры\";'),('alt','messages:right-move-rootuserpages','s:92:\"alt:Туружаачылардыҥ тӧс бӱктериниҥ аттарын солыыры\";'),('alt','messages:right-move-subpages','s:94:\"alt:Бӱктерди алдында бӱктер ле катай аттарын солыыры\";'),('alt','messages:right-movefile','s:48:\"alt:Файлдардыҥ адын солыыры\";'),('alt','messages:right-noanalytics','s:105:\"ru:Не подлежащие отслеживанию через скрипты веб-аналитики\";'),('alt','messages:right-nominornewtalk','s:151:\"alt:Туружаачылардыҥ шӱӱжӱ бӱктеринде кичӱ тӱзедӱлер јаҥы самара этире јетирӱ этпес\";'),('alt','messages:right-noratelimit','s:69:\"alt:Салынган тӱргенниҥ кирелерин ӧдӧри\";'),('alt','messages:right-override-export-depth','s:110:\"alt:Бӱктерди экспорт эдер, 5-ке јетире колбулу бӱктер ле катай.\";'),('alt','messages:right-pagelang','s:40:\"alt:Бӱктиҥ тилин солыыр\";'),('alt','messages:right-patrol','s:109:\"alt:Ӧскӧ туружаачылардыҥ тӱзедӱлери шиҥделген деп темдектер\";'),('alt','messages:right-patrolmarks','s:88:\"alt:Калганчы тӱзедӱлерди ширтелген деп темдектер\";'),('alt','messages:right-protect','s:162:\"alt:Бӱктердиҥ корултазыныҥ јазалталарын ӧскӧртӧри ле ээчий корулалган бӱктерди тӱзедери\";'),('alt','messages:right-purge','s:40:\"alt:Бӱктиҥ кешин арчыры\";'),('alt','messages:right-read','s:33:\"alt:Бӱктерди кӧрӧри\";'),('alt','messages:right-reupload','s:57:\"alt:Эмдиги бар файлдарды солыыры\";'),('alt','messages:right-reupload-own','s:87:\"alt:Туружаачы салган файлды ордына файлды салары\";'),('alt','messages:right-reupload-shared','s:148:\"alt:Ончозы салр аргалу јерлердеги салынган файлдарды локальный файлдарла солыыры\";'),('alt','messages:right-rollback','s:124:\"alt:Калганчы туружаачы эткен бӱктеги тӱзедӱни тӱргендеп тескерледер\";'),('alt','messages:right-sendemail','s:88:\"alt:Ӧскӧ туружаачыларга электрон самара аткарары\";'),('alt','messages:right-siteadmin','s:96:\"alt:Информационный базаны туйукташ эдери ле оны ачары\";'),('alt','messages:right-suppressionlog','s:48:\"alt:Бойыныҥ журналын кӧрӧри\";'),('alt','messages:right-suppressredirect','s:98:\"alt:Эски адынаҥ уландырыш этпей бӱктердиҥ адын солыыры\";'),('alt','messages:right-suppressrevision','s:161:\"alt:Ончо туружаачылардаҥ бӱктердиҥ јажырган версияларын кӧрӧри, јажырары ла орныктырары\";'),('alt','messages:right-unblockself','s:54:\"alt:Бойын туйукташтаҥ чыгарары\";'),('alt','messages:right-undelete','s:43:\"alt:Бӱктерди орныктырары\";'),('alt','messages:right-unwatchedpages','s:73:\"alt:Ширтелбеген бӱктердиҥ тизимин кӧрӧри\";'),('alt','messages:right-upload','s:50:\"alt:Файлдарды серверге салар\";'),('alt','messages:right-upload_by_url','s:50:\"alt:URL адрестеҥ файлды салары\";'),('alt','messages:right-userrights','s:81:\"alt:Турыжаачылардыҥ ончо аргаларын ӧскӧртӧри\";'),('alt','messages:right-userrights-interwiki','s:104:\"alt:Ӧскӧ викилердиҥ туружаачыларыныҥ аргаларын ӧскӧртӧри\";'),('alt','messages:right-viewmyprivateinfo','s:154:\"alt:Бойы керегинде информацияны кӧрӧри (темдектезе электрон почтаныҥ адрези, чын ады)\";'),('alt','messages:right-viewmywatchlist','s:63:\"alt:Бойыныҥ ширтениҥ тизимин кӧрӧри\";'),('alt','messages:right-viewsuppressed','s:96:\"alt:Ончо туружаачылардаҥ јажырган версияларды кӧрӧри\";'),('alt','messages:right-writeapi','s:42:\"alt:API-ни эдинер бичиирге\";'),('alt','messages:rightslog','s:66:\"alt:Туружаачыныҥ аргаларыныҥ журналы\";'),('alt','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('alt','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('alt','messages:rightslogentry-temporary-group','s:52:\"alt:$1 (бир канча ӧйгӧ, $2 јетире)\";'),('alt','messages:rightslogtext','s:97:\"alt:Бу туружаачылардыҥ аргалары солынганыныҥ журналы.\";'),('alt','messages:rightsnone','s:12:\"alt:(јок)\";'),('alt','messages:rollback','s:51:\"alt:Солынтыларды тескерледер\";'),('alt','messages:rollback-confirmation-confirm','s:32:\"alt:Чындыктап ийер:\";'),('alt','messages:rollback-confirmation-no','s:18:\"alt:Токтоду\";'),('alt','messages:rollback-confirmation-yes','s:26:\"alt:Тескерледер\";'),('alt','messages:rollback-missingparam','s:96:\"alt:Кыйалтазы јогынаҥ болотон параметрлер суруда јок.\";'),('alt','messages:rollback-missingrevision','s:69:\"alt:Версияныҥ кӧргӱзӱлери кычырылбады.\";'),('alt','messages:rollback-success','s:145:\"alt:{{GENDER:$3|$1}} эткен тӱзедӱлер кайралаткан;\nкалганчы {{GENDER:$4|$2}} версияга јандырган.\";'),('alt','messages:rollbackfailed','s:83:\"alt:Солынтыларды тескерледерде јастырыш болды\";'),('alt','messages:rollbacklink','s:26:\"alt:тескерледиш\";'),('alt','messages:rollbacklinkcount','s:58:\"alt:кайраладар $1 {{PLURAL:$1|тӱзедӱни}}\";'),('alt','messages:rollbacklinkcount-morethan','s:68:\"alt:$1-ҥ кӧп {{PLURAL:$1|тӱзедӱни}} кайраладар\";'),('alt','messages:rotate-comment','s:112:\"alt:Јурук $1 {{PLURAL:$1|градуска}} сааттыҥ уулачызы аайынча бурунган\";'),('alt','messages:sat','s:10:\"alt:Суб\";'),('alt','messages:saturday','s:16:\"alt:Суббот\";'),('alt','messages:saturday-at','s:29:\"alt:Суботто, ӧйи $1\";'),('alt','messages:savearticle','s:27:\"alt:Бӱкти бичиир\";'),('alt','messages:savearticle-start','s:30:\"alt:Бӱкти бичиир...\";'),('alt','messages:savechanges','s:43:\"alt:Солынтыларды артызар\";'),('alt','messages:savechanges-start','s:46:\"alt:Солынтыларды артызар...\";'),('alt','messages:savedprefs','s:41:\"alt:Јазалар артып калды.\";'),('alt','messages:savedrights','s:88:\"alt:$1 {{GENDER:$1|туружаачыныҥ}} группалары артызылган.\";'),('alt','messages:savefile','s:31:\"alt:Файлды артызар\";'),('alt','messages:saveprefs','s:18:\"alt:Артызар\";'),('alt','messages:saveusergroups','s:82:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын артызары\";'),('alt','messages:scarytranscludedisabled','s:64:\"alt:[Интервики кийдириш токтодылган]\";'),('alt','messages:scarytranscludefailed','s:77:\"alt:[$1 ӱлекерге баштану эдер тушта јастырыш]\";'),('alt','messages:scarytranscludefailed-httpstatus','s:50:\"alt:[$1-ҥ ӱлекери чыкпады: HTTP $2]\";'),('alt','messages:scarytranscludetoolong','s:31:\"alt:[ӧткуре узун URL]\";'),('alt','messages:search','s:16:\"alt:Бедреш\";'),('alt','messages:search-category','s:27:\"alt:(категория $1)\";'),('alt','messages:search-error','s:63:\"alt:Бедреп турарда јастырыш болды: $1\";'),('alt','messages:search-external','s:23:\"alt:Тыш бедреш\";'),('alt','messages:search-file-match','s:54:\"alt:(файлдыҥ толынтызыла тӱҥей)\";'),('alt','messages:search-filter-title-prefix','s:82:\"alt:Јӱк ле \"$1\" аттары башталган бӱктерде бердер\";'),('alt','messages:search-filter-title-prefix-reset','s:42:\"alt:Ончо бӱктерди бедрер\";'),('alt','messages:search-ignored-headings','s:872:\"alt:#<!-- бу јолдыкты солыбай артызып салар --> <pre>\n# Бедирешке кирбес бажалыктар.\n# Бажалыкту бӱк индекстелген кийнинде солынтылар болор.\n# Бӱкти јаҥынаҥ индексировать эдерге куру тӱзедӱ эдип ийер\n# Синтаксизы мындый бӱдӱмдӱ:\n#   * \"#\" символдоҥ башталып јолдыктыҥ учына јетире ончо комментарий болып јат.\n#   * Кажы ла куру эмес јолдык - игнорироваться эдилбезиниҥ ады, регистри ле катай ла оноҥ до ӧскӧ.\nТемдектештер\nТайантылар\nАнайда ок кӧрӧр\n #</pre> <!-- бу јолдыкты солыбай артызып салар -->\";'),('alt','messages:search-interwiki-custom','s:3:\"en:\";'),('alt','messages:search-interwiki-more','s:14:\"alt:(база)\";'),('alt','messages:search-interwiki-more-results','s:33:\"alt:база турулталар\";'),('alt','messages:search-interwiki-resultset-link','s:48:\"alt:Ончо турулталарды кӧрӧр\";'),('alt','messages:search-invalid-sort-order','s:203:\"alt:$1 ылгаштурызыныҥ аайы јарталбады, озодоҥ болотон ылгаштыру эдилер. Болуп турган ылгаштыруныҥ јакылталары: $2\";'),('alt','messages:search-match-redirect-help','s:219:\"ru:Выберите для перенаправления на страницу в том случае, когда заголовок этой страницы соответствует тому, что вы ищите\";'),('alt','messages:search-match-redirect-label','s:90:\"ru:Перенаправлять на точные совпадения при поиске\";'),('alt','messages:search-nonefound','s:54:\"alt:Суруга јарагадый каруу јок.\";'),('alt','messages:search-nonefound-thiswiki','s:82:\"alt:Бу сайтта суруга јарагадый турулталар јок.\";'),('alt','messages:search-redirect','s:40:\"alt:(Аткарылган мынаҥ $1)\";'),('alt','messages:search-relatedarticle','s:14:\"alt:Тудуш\";'),('alt','messages:search-result-category-size','s:100:\"alt:{{PLURAL:$1|1 кирет}} ({{PLURAL:$2|1 кош категория}}, {{PLURAL:$3|1 файл}})\";'),('alt','messages:search-result-size','s:31:\"alt:$1 ({{PLURAL:$2|1 сӧс}})\";'),('alt','messages:search-rewritten','s:97:\"alt:$1 турулталары кӧргӱзилген. $2 турулталар табылбады.\";'),('alt','messages:search-section','s:19:\"alt:(бӧлӱк $1)\";'),('alt','messages:search-showingresults','s:182:\"alt:{{PLURAL:$4|Турулта <strong>$1</strong> <strong>$3</strong> кӧргӱзилди|Турулталар <strong>$1 – $2</strong> <strong>$3</strong> кӧргӱзилди}}\";'),('alt','messages:search-suggest','s:54:\"alt:Слерге бу керек болгон бо: $1\";'),('alt','messages:search-summary','s:3:\"en:\";'),('alt','messages:search-unknown-profile','s:138:\"alt:$1 бедрештиҥ профили јарталбады, озодоҥ болотон бедрештиҥ профили эдилер.\";'),('alt','messages:search-warning','s:64:\"alt:Бедреп турган ӧйдӧ ајару келди: $1\";'),('alt','messages:searchall','s:18:\"alt:бастыра\";'),('alt','messages:searcharticle','s:14:\"alt:Барар\";'),('alt','messages:searchbutton','s:16:\"alt:Бедреш\";'),('alt','messages:searchdisabled','s:252:\"alt:{{SITENAME}} сайтта бедрешти токтодылган.\nСлер Google сайттыҥ бедрежин эдинип кӧрӧр.\nЈе ундыбагар {{SITENAME}} сайттыҥ копиязы эскирген болор аргалу.\";'),('alt','messages:searchlimit-help','s:30:\"alt:Эҥ кӧп тоозы: $1\";'),('alt','messages:searchlimit-label','s:105:\"alt:Кажы ла бӱкте кӧргӱзетен бедрештиҥ турултазыныҥ тоозы:\";'),('alt','messages:searchmenu-exists','s:177:\"alt:Бу {{SITENAME}}-де мынайда адалган бӱк бар \"[[:$1]]\". {{PLURAL:$2|0=|Анайда ок бедрештиҥ ӧскӧ табылганын кӧрӧр.}}\";'),('alt','messages:searchmenu-new','s:374:\"alt:<strong>\"[[:$1]]\" бӱкти эдип алар бу вики проектте!</strong> {{PLURAL:$2|0=|Слердиҥ бедреш турултазы аайынча бедрелген бӱкти анайда ок кӧрӱп ийер.|Слердиҥ бедреш турултазы аайынча табылган бӱктерди анайда ок кӧрӱп ийер.}}\";'),('alt','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('alt','messages:searchprofile-advanced','s:24:\"alt:Элбедилген\";'),('alt','messages:searchprofile-advanced-tooltip','s:78:\"alt:Уулап салган аттардыҥ телкеминеҥ бедрер\";'),('alt','messages:searchprofile-articles','s:36:\"alt:Тӧс учурлу бӱктер\";'),('alt','messages:searchprofile-articles-tooltip','s:30:\"alt:Бедрер мынаҥ $1\";'),('alt','messages:searchprofile-everything','s:28:\"alt:Бастыразында\";'),('alt','messages:searchprofile-everything-tooltip','s:106:\"alt:Бастыра бӱктердеҥ бедрер (ол тоодо шӱӱжӱниҥ бӱктеринде)\";'),('alt','messages:searchprofile-images','s:26:\"alt:Мультимедиа\";'),('alt','messages:searchprofile-images-tooltip','s:35:\"alt:Файлдарды бедрер\";'),('alt','messages:searchrelated','s:14:\"alt:тудуш\";'),('alt','messages:searchresults','s:45:\"alt:Бедрештиҥ турулталары\";'),('alt','messages:searchresults-title','s:50:\"alt:Бедрештиҥ турулталары \"$1\"\";'),('alt','messages:searchresultshead','s:16:\"alt:Бедреш\";'),('alt','messages:searchsuggest-containing','s:67:\"alt:Мындый толынтылу бӱктерди бедрери\";'),('alt','messages:searchsuggest-search','s:34:\"alt:{{SITENAME}}-ҥ бедреер\";'),('alt','messages:seconds','s:35:\"alt:{{PLURAL:$1|$1 секунда}}\";'),('alt','messages:seconds-abbrev','s:8:\"ru:$1 с\";'),('alt','messages:seconds-ago','s:42:\"alt:$1 {{PLURAL:$1|секунда}} озо\";'),('alt','messages:sectioneditnotsupported-text','s:129:\"alt:Бу бӱкте бӧлӱктерди тӱзедерге јарабас эмезе токтодылган бу режимге.\";'),('alt','messages:sectioneditnotsupported-title','s:54:\"alt:Бӧлӱктер тӱзедилбей турган\";'),('alt','messages:selfmove','s:108:\"alt:Бӱктиҥ адын солыырга болдырбас;\nболгон ло јаҥы ады тӱҥей.\";'),('alt','messages:selfredirect','s:381:\"alt:<strong>Ајару:</strong>Слер ол ло статьяга ауландырыш эдедер.\nБайла слер јастыра амадаган бӱкти талдаганар ууландырышка эмезе ӧскӧ бӱкти тӱзедип јадар.\nОйто катап \"$1\" былчышты былчып ийзер ууландырыш эдилип калар.\";'),('alt','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('alt','messages:semiprotectedpagemovewarning','s:307:\"alt:<strong>Ајару:</strong> Бу бӱк коруда болгон; оны јӱк ле автоматикалык јӧптӧлгӧн туружаачылар адын солыырга аргалу.\nАлдында болуш этире журналдыҥ калганчы бичимели берилди:\";'),('alt','messages:semiprotectedpagewarning','s:298:\"alt:<strong>Ајарту:</strong> Бу бӱк коруда болгон; оны јӱк ле автоматикалык јӧптӧлгӧн туружаачылар тӱзедер аргалу.\nАлдында болуш этире журналдыҥ калганчы бичимели берилди:\";'),('alt','messages:sep','s:10:\"alt:Сыг\";'),('alt','messages:september','s:19:\"alt:Сыгын ай\";'),('alt','messages:september-gen','s:19:\"alt:сыгын ай\";'),('alt','messages:servertime','s:30:\"alt:Сервердиҥ ӧйи:\";'),('alt','messages:session_fail_preview','s:633:\"alt:Бис слердиҥ тӱзедӱ ижерди аайлап болбодыс информация јылыйган учун.\nСлер сеансты токтодып салганар ошкош.<strong>Слер системада ба деп ойтоноҥ кӧрӱп ийеле такып албаданып кӧрӧр.</strong>\nТӱҥей ле болушпаган болзо [[Special:UserLogout|системанаҥ чыгып]] ойто катап кирер, анайда ок браузердиҥ јазалталарынаҥ бу сайттыҥ cookie файлдарын эдинерге јарарын кӧрийгер.\";'),('alt','messages:session_fail_preview_html','s:794:\"alt:Бис слердиҥ тӱзедӱ ижерди аайлап болбодыс информация јылыйган учун.\n\n<em>{{SITENAME}} сайт HTML кодты эдинерге јараткан учун озолодо кӧргӱзетен кӧргӱзӱни JavaScript-атакалар болбозын деп токтодып салган.</em>\n\n<strong>Бу тӱзедиш јакшы кӱӱн-санаала эдилип јаткан болзо ойто катап кӧрӧр.</strong>\nЭкинчи катап келишпезе [[Special:UserLogout|системанаҥ чыгып]] ойто катап кирер, анайда ок браузердиҥ јазалталарынаҥ бу сайттыҥ cookie файлдарын эдинерге јарарын кӧрийгер.\";'),('alt','messages:sessionfailure','s:250:\"alt:Эмдиги иштенип јаткан сеанста проблемалар бар ошкош; \"сеансты блаашпазын\" деп, бу кылыныш бӱдӱрилбеген.\nФорманы јаҥынаҥ аткарып ийгер.\";'),('alt','messages:sessionfailure-title','s:39:\"alt:Сеанстыҥ јастырыжы\";'),('alt','messages:sessionmanager-tie','s:154:\"alt:Суруныҥ чындыгын ширтеерин бир ӧйдиҥ туркунына башка бӱдӱмдерин эдинип болбос: $1.\";'),('alt','messages:sessionprovider-generic','s:19:\"alt:$1 сессия\";'),('alt','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:51:\"alt:cookie-ге тӧзӧлгӧн сессиялар\";'),('alt','messages:sessionprovider-nocookies','s:158:\"alt:Кукилерди токтоткон болор. Слерде кукилерди токтотпогонын кӧрӧлӧ јаҥынаҥ баштагар.\";'),('alt','messages:shared-repo','s:43:\"alt:текши репозиторийдыҥ\";'),('alt','messages:shared-repo-from','s:26:\"alt:алган јери $1\";'),('alt','messages:shared-repo-name-wikimediacommons','s:22:\"alt:Викисклад\";'),('alt','messages:shareddescriptionfollows','s:4:\"en:-\";'),('alt','messages:sharedupload','s:113:\"alt:$1 алынган файл, ол оны ӧскӧ проекттерде эдинген болор арглу.\";'),('alt','messages:sharedupload-desc-create','s:201:\"alt:$1 деп файл база бир канча сайттарда иштеер аргалу.\nОл керегинде јартамалды [$2 деп бӱкте] солып ийерге јараар.\";'),('alt','messages:sharedupload-desc-edit','s:199:\"alt:$1 деп файл база бир канча сайттарда иштеер аргалу.\nОл керегинде јартамалды $2 деп бӱкте солып ийерге јараар.\";'),('alt','messages:sharedupload-desc-here','s:205:\"alt:$1 алынган файл ӧскӧ проекттерде тузаланар аргалу.\nИнформация оныҥ [јартамалду $2 бӱгинеҥ] алдында кӧргӱзилген.\";'),('alt','messages:sharedupload-desc-there','s:233:\"alt:$1 алынган файл, ол оны ӧскӧ проекттерде эдинген болор арглу.\n[$2 файлдыҥ јартамал бӱгинде] кӧп информацияны табып аларга јарар.\";'),('alt','messages:shortpages','s:27:\"alt:Кыска бӱктер\";'),('alt','messages:shortpages-summary','s:3:\"en:\";'),('alt','messages:show','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:show-big-image','s:38:\"alt:Баштап болгон файл\";'),('alt','messages:show-big-image-other','s:44:\"alt:Ӧскӧ {{PLURAL:$2|бӱдӱми}}: $1.\";'),('alt','messages:show-big-image-preview','s:45:\"alt:Озодоҥ кӧрӧтӧн кеми: $1.\";'),('alt','messages:show-big-image-preview-differ','s:83:\"alt:$3 озолоткон кӧргӱзӱзи тӧс $2 файлдыҥ кеми: $1.\";'),('alt','messages:show-big-image-size','s:27:\"alt:$1 × $2 пиксель\";'),('alt','messages:showdiff','s:45:\"alt:Солынтыларды кӧргӱзер\";'),('alt','messages:showhideselectedlogentries','s:107:\"alt:Журналдыҥ талдап алган бичимелдерин кӧрӱнетенин солыыр\";'),('alt','messages:showhideselectedversions','s:75:\"alt:Талдаган версияларды кӧргӱзер/јажырар\";'),('alt','messages:showingresults','s:134:\"alt:Алдында {{PLURAL:$1|<strong>1</strong> турулта кӧргӱзилген}}, башталган № <strong>$2</strong>.\";'),('alt','messages:showingresultsinrange','s:169:\"alt:Алдында {{PLURAL:$1|<strong>1</strong> турулта}} кӧргӱзилди, башталганы #<strong>$2</strong> божогоны #<strong>$3</strong>.\";'),('alt','messages:shown-title','s:74:\"alt:Бир бӱкте $1 {{PLURAL:$1|турултаны}} кӧргӱзер\";'),('alt','messages:showpreview','s:58:\"alt:Озолоткон кӧргӱзӱни кӧргӱзер\";'),('alt','messages:showtoc','s:20:\"alt:кӧргӱзер\";'),('alt','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('alt','messages:sig-text','s:7:\"en:--$1\";'),('alt','messages:signature','s:62:\"alt:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|шӱӱжӱ]])\";'),('alt','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('alt','messages:signature-temp','s:77:\"alt:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|шӱӱжӱ]])\";'),('alt','messages:signupend','s:3:\"en:\";'),('alt','messages:signupend-https','s:3:\"en:\";'),('alt','messages:signupstart','s:3:\"en:\";'),('alt','messages:simpleantispam-label','s:87:\"alt:Анти-спам шиҥжӱ.\nБого неме<strong>бичибегер</strong>!\";'),('alt','messages:site-atom-feed','s:26:\"alt:$1 Atom бичидиш\";'),('alt','messages:site-rss-feed','s:25:\"alt:$1 RSS бичидиш\";'),('alt','messages:sitecsspreview','s:154:\"alt:<strong>Бу CSS-файларды јӱк ле озолодо кӧрӱп турганар.\nОл эмдигенче јарладылбаган!</strong>\";'),('alt','messages:sitecssprotected','s:206:\"alt:Бу CSS-бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мыныҥ солынтылары ӧскӧ туружаачыларга салтары једер.\";'),('alt','messages:sitejsonpreview','s:155:\"alt:<strong>Бу JSON-файларды јӱк ле озолодо кӧрӱп турганар.\nОл эмдигенче јарладылбаган!</strong>\";'),('alt','messages:sitejsonprotected','s:207:\"alt:Бу JSON-бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мыныҥ солынтылары ӧскӧ туружаачыларга салтары једер.\";'),('alt','messages:sitejspreview','s:161:\"alt:<strong>Бу JavaScript-файларды јӱк ле озолодо кӧрӱп турганар.\nОл эмдигенче јарладылбаган!</strong>\";'),('alt','messages:sitejsprotected','s:213:\"alt:Бу JavaScript-бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мыныҥ солынтылары ӧскӧ туружаачыларга салтары једер.\";'),('alt','messages:sitenotice','s:4:\"en:-\";'),('alt','messages:siterawhtmlprotected','s:257:\"alt:Бу бӱкти тӱзедетен слерде аргалар јок, нениҥ учун дезе мында солып ийгедий HTML код бар, оныҥ солынтылары ӧскӧ туружаачыларга салтары једер.\";'),('alt','messages:sitesubtitle','s:3:\"en:\";'),('alt','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('alt','messages:siteuser','s:38:\"alt:{{SITENAME}} туружаачы $1\";'),('alt','messages:siteusers','s:91:\"alt:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|туружаачы}}|туружаачылар}} $1\";'),('alt','messages:size-bytes','s:48:\"ru:$1 {{PLURAL:$1|байт|байта|байт}}\";'),('alt','messages:size-exabytes','s:10:\"ru:$1 ЭБ\";'),('alt','messages:size-exapixel','s:16:\"ru:$1 Эпикс\";'),('alt','messages:size-gigabytes','s:10:\"ru:$1 ГБ\";'),('alt','messages:size-gigapixel','s:16:\"ru:$1 Гпикс\";'),('alt','messages:size-kilobytes','s:10:\"ru:$1 КБ\";'),('alt','messages:size-kilopixel','s:16:\"ru:$1 Кпикс\";'),('alt','messages:size-megabytes','s:10:\"ru:$1 МБ\";'),('alt','messages:size-megapixel','s:16:\"ru:$1 Мпикс\";'),('alt','messages:size-petabytes','s:10:\"ru:$1 ПБ\";'),('alt','messages:size-petapixel','s:16:\"ru:$1 Ппикс\";'),('alt','messages:size-pixel','s:26:\"ru:$1 {{PLURAL:$1|пкс}}\";'),('alt','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('alt','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('alt','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('alt','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('alt','messages:size-terabytes','s:10:\"ru:$1 ТБ\";'),('alt','messages:size-terapixel','s:16:\"ru:$1 Тпикс\";'),('alt','messages:size-yottabytes','s:10:\"ru:$1 ЙБ\";'),('alt','messages:size-yottapixel','s:16:\"ru:$1 Ипикс\";'),('alt','messages:size-zettabytes','s:10:\"ru:$1 ЗБ\";'),('alt','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('alt','messages:skin-action-addsection','s:23:\"alt:Тема кожор\";'),('alt','messages:skin-action-delete','s:20:\"alt:Јоголтор\";'),('alt','messages:skin-action-move','s:25:\"alt:Адын солыыр\";'),('alt','messages:skin-action-protect','s:16:\"alt:Корыыр\";'),('alt','messages:skin-action-undelete','s:24:\"alt:Орныктырар\";'),('alt','messages:skin-action-unprotect','s:31:\"alt:Корышты солыыр\";'),('alt','messages:skin-action-viewdeleted','s:24:\"alt:Кӧргӱзер $1?\";'),('alt','messages:skin-action-viewsource','s:48:\"alt:Тӧзӧгӧ текстин кӧргӱзер\";'),('alt','messages:skin-preview','s:31:\"alt:Озолодо кӧрӧри\";'),('alt','messages:skin-view-create','s:14:\"alt:Эдери\";'),('alt','messages:skin-view-create-local','s:51:\"alt:Ичи-бойына јартамал кожор\";'),('alt','messages:skin-view-edit','s:20:\"alt:Тӱзедери\";'),('alt','messages:skin-view-edit-local','s:51:\"alt:Ичи-бойына јартамал кожор\";'),('alt','messages:skin-view-foreign','s:32:\"alt:$1 сайттаҥ кӧрӧр\";'),('alt','messages:skin-view-history','s:35:\"alt:Тӱӱкини кӧргӱзер\";'),('alt','messages:skin-view-view','s:18:\"alt:Кычырар\";'),('alt','messages:skinname-minerva','s:10:\"en:Minerva\";'),('alt','messages:skinname-vector','s:44:\"ru:Вектор, устаревшая (2010)\";'),('alt','messages:skinname-vector-2022','s:22:\"ru:Вектор (2022)\";'),('alt','messages:slot-name-main','s:10:\"alt:Тӧс\";'),('alt','messages:softblockrangesreason','s:179:\"alt:Слердиҥ IP-адрезердеҥ эткен ады јок туружаачыларга тӱзедӱлер эдерге јарабас($1). Системага кирер.\";'),('alt','messages:sorbs','s:8:\"en:DNSBL\";'),('alt','messages:sorbs_create_account_reason','s:143:\"alt:Слердиҥ IP адрезер DNSBL-да ачык прокси деп чотолот. Слер аккаунт эдип болбозор.\";'),('alt','messages:sorbsreason','s:92:\"alt:Слердиҥ IP адрезер DNSBL-да ачык прокси деп чотолот.\";'),('alt','messages:sort-ascending','s:48:\"alt:Кӧптӧгӧн аайынча ылгаар\";'),('alt','messages:sort-descending','s:46:\"alt:Астаган аайынча ылгаар\";'),('alt','messages:sort-initial','s:31:\"alt:Баштапкы ылгаш\";'),('alt','messages:sort-rowspan-error','s:211:\"alt:Бу бӱкте rowspan атрибутту таблица бар, ол оныҥ јолдыктары таблицадазынаҥ кӧп. Слер мыны јазар аргалу, бӱкти тӱзедип.\";'),('alt','messages:sourcefilename','s:33:\"alt:Тӧс файлдыҥ ады:\";'),('alt','messages:sourceurl','s:35:\"alt:Алган јердиҥ URL-ы:\";'),('alt','messages:sp-contributions-blocked-notice','s:196:\"alt:Бу {{GENDER:$1|туружаачы}} эмдиги ӧйдӧ туйукташта.\nАлдында туйукташтыҥ журналындагы калганчы бичимел берилди:\";'),('alt','messages:sp-contributions-blocked-notice-anon','s:177:\"alt:Бу IP-адрес эмдиги ӧйдӧ туйукташта.\nАлдында туйукташтыҥ журналындагы калганчы бичимел берилди:\";'),('alt','messages:sp-contributions-blocked-notice-anon-partial','s:194:\"alt:Бу IP-адрес эмдиги ӧйдӧ јарымдай туйукташта.\nАлдында туйукташтыҥ журналындагы калганчы бичимел берилди:\";'),('alt','messages:sp-contributions-blocked-notice-partial','s:199:\"alt:Бу туружаачы эмдиги ӧйдӧ јарымдай туйукташта.\nАлдында туйукташтыҥ журналындагы калганчы бичимел берилди:\";'),('alt','messages:sp-contributions-blocklog','s:41:\"alt:туйукташтыҥ журналы\";'),('alt','messages:sp-contributions-concurrency-ip','s:139:\"alt:Слердиҥ IP адрезердеҥ ӧткӱре кӧп сурулар эдилген. \nБир канча ӧйдӧҥ умзанар.\";'),('alt','messages:sp-contributions-concurrency-user','s:140:\"alt:Слердиҥ аккаунтардаҥ ӧткӱре кӧп сурулар эдилген. \nБир канча ӧйдӧҥ умзанар.\";'),('alt','messages:sp-contributions-deleted','s:81:\"alt:{{GENDER:$1|туружаачыныҥ}} кырып салган кошконы\";'),('alt','messages:sp-contributions-explain','s:3:\"en:\";'),('alt','messages:sp-contributions-footer','s:4:\"en:-\";'),('alt','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('alt','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('alt','messages:sp-contributions-hideminor','s:50:\"alt:Кичӱ тӱзедӱлерди јажырар\";'),('alt','messages:sp-contributions-logs','s:22:\"alt:Журналдар\";'),('alt','messages:sp-contributions-newonly','s:91:\"alt:Јӱк ле бӱктерди баштаган тӱзедӱлерди кӧргӱзери\";'),('alt','messages:sp-contributions-outofrange','s:172:\"alt:Турулталарды кӧргӱзерге келипеди.\nСурулаган IP-диапазон тургузып салган CIDR /$1 кеминеҥ ажыра.\";'),('alt','messages:sp-contributions-search','s:35:\"alt:Кожултаны бедрер\";'),('alt','messages:sp-contributions-submit','s:16:\"alt:Бедрер\";'),('alt','messages:sp-contributions-suppresslog','s:85:\"alt:{{GENDER:$1|туружаачыныҥ}} јажырып салган кошконы\";'),('alt','messages:sp-contributions-talk','s:14:\"alt:шӱӱжӱ\";'),('alt','messages:sp-contributions-toponly','s:96:\"alt:Тӱзедӱлердиҥ калганчы версияларын јаҥыс кӧргӱзер\";'),('alt','messages:sp-contributions-uploads','s:35:\"alt:кийдире тартканы\";'),('alt','messages:sp-contributions-username','s:61:\"alt:IP адрес эмезе туружаачыныҥ ады:\";'),('alt','messages:sp-contributions-userrights','s:72:\"alt:{{GENDER:$1|туружаачыныҥ}} аргаларын јазар\";'),('alt','messages:sp-deletedcontributions-contribs','s:26:\"alt:кожулталары\";'),('alt','messages:sp-newimages-showfrom','s:81:\"alt:$2, $1 ала башталган јаҥы файлдарды кӧргӱзер\";'),('alt','messages:spam_blanking','s:74:\"alt:Ончо версияларда $1 тайанты бар, аруташ\";'),('alt','messages:spam_deleting','s:78:\"alt:Ончо версияларда $1 тайанты бар, јоголтыш\";'),('alt','messages:spam_reverting','s:83:\"alt:$1 тайанты јок калганчы версияга кайраладар\";'),('alt','messages:spambot_username','s:48:\"alt:MediaWiki-де спамнаҥ арутары\";'),('alt','messages:spamprotectionmatch','s:84:\"alt:Спам-ылгаштурыны иштеткен тайанты мындый: $1\";'),('alt','messages:spamprotectiontext','s:223:\"alt:Слер јарларга турган бичимелди спам-ылгаштыру туйуктап салды.\nОл јарадылбаган тыштында сайттка тайанты бар болор учун.\";'),('alt','messages:spamprotectiontitle','s:31:\"alt:Спам-ылгаштыру\";'),('alt','messages:special-characters-group-arabic','s:12:\"alt:Араб\";'),('alt','messages:special-characters-group-arabicextended','s:40:\"alt:Элбедилген араб тил\";'),('alt','messages:special-characters-group-bangla','s:16:\"alt:Бенгал\";'),('alt','messages:special-characters-group-canadianaboriginal','s:50:\"alt:Канаданыҥ ӱйелеген бичиш\";'),('alt','messages:special-characters-group-cyrillic','s:22:\"alt:Кириллица\";'),('alt','messages:special-characters-group-devanagari','s:24:\"alt:Деванагари\";'),('alt','messages:special-characters-group-greek','s:12:\"alt:Грек\";'),('alt','messages:special-characters-group-greekextended','s:40:\"alt:Элбедилген грек тил\";'),('alt','messages:special-characters-group-gujarati','s:22:\"alt:Гуджарати\";'),('alt','messages:special-characters-group-hebrew','s:14:\"alt:Иврит\";'),('alt','messages:special-characters-group-ipa','s:16:\"alt:МФА (IPA)\";'),('alt','messages:special-characters-group-khmer','s:14:\"alt:Кхмер\";'),('alt','messages:special-characters-group-lao','s:12:\"alt:Лаос\";'),('alt','messages:special-characters-group-latin','s:14:\"alt:Латин\";'),('alt','messages:special-characters-group-latinextended','s:35:\"alt:Латин элбедиштер\";'),('alt','messages:special-characters-group-persian','s:22:\"alt:Персияныҥ\";'),('alt','messages:special-characters-group-runes','s:20:\"alt:Рунналар\";'),('alt','messages:special-characters-group-sinhala','s:16:\"alt:Сингал\";'),('alt','messages:special-characters-group-symbols','s:22:\"alt:Символдор\";'),('alt','messages:special-characters-group-tamil','s:14:\"alt:Тамил\";'),('alt','messages:special-characters-group-telugu','s:16:\"alt:Телугу\";'),('alt','messages:special-characters-group-thai','s:10:\"alt:Тай\";'),('alt','messages:special-characters-title-emdash','s:21:\"alt:узун тире\";'),('alt','messages:special-characters-title-endash','s:23:\"alt:ортон тире\";'),('alt','messages:special-characters-title-minus','s:27:\"alt:минус темдек\";'),('alt','messages:specialdeletepage-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:specialdeletepage-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:specialeditpage-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:specialeditpage-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:speciallogtitlelabel','s:83:\"alt:Амадузы (ады эмезе {{ns:user}}:туружаачыныҥ ады):\";'),('alt','messages:specialloguserlabel','s:23:\"alt:Бӱдӱреечи:\";'),('alt','messages:specialmute','s:29:\"alt:Керекке албас\";'),('alt','messages:specialmute-email-footer','s:140:\"alt:{{BIDI:$2}}туружаачыныҥ электрон почтазыныҥ јазалталарын башкарарга <$1> барар.\";'),('alt','messages:specialmute-error-invalid-user','s:96:\"alt:Слердиҥ кӧрӱзип салган туружаачыныҥ ады табылбас.\";'),('alt','messages:specialmute-error-no-options','s:401:\"alt:Јетирӱлерди керекке албас функция јок. Ол дезе слер почтаныҥ электрон адрести чындыктабаган эмезе вики проектиҥ администраторлоры электрон почтаны аткарарын эмезе керекке албайтанныҥ тизимин токтодып салган учун.\";'),('alt','messages:specialmute-header','s:159:\"alt:<b>{{BIDI:[[User:$1|$1]]}}</b> туружаачынаҥ керекке албайтан јетирӱлердиҥ јазалталарын талдагар.\";'),('alt','messages:specialmute-label-mute-email','s:125:\"alt:Бу {{GENDER:$1|туружаачыга}} меге электрон почта аткарарын јарабас эдер\";'),('alt','messages:specialmute-login-required','s:121:\"alt:Јетирӱлерди керекке албайтан јазалталарды солыырга кирип ийер.\";'),('alt','messages:specialmute-submit','s:22:\"alt:Чындыктар\";'),('alt','messages:specialmute-success','s:274:\"alt:Керекке албайтан јетирӱлердиҥ јазалталары эрчимдӱ солынды. Керекке албайтан туружаачылардыҥ тизимин [[Special:Preferences|бойыгардыҥ јазалталарда]] кӧрӧр.\";'),('alt','messages:specialpage','s:21:\"alt:Аҥылу бӱк\";'),('alt','messages:specialpage-empty','s:51:\"alt:Сурууныҥ турултарары јок.\";'),('alt','messages:specialpage-securitylevel-not-allowed','s:137:\"alt:Слердиҥ јӱсликти чындыктаар арга јок учун, бӱкти слер эдинииип болбозор.\";'),('alt','messages:specialpage-securitylevel-not-allowed-title','s:28:\"alt:Јарадылбаган\";'),('alt','messages:specialpagehistory-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:specialpagehistory-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:specialpageinfo-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:specialpageinfo-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:specialpages','s:27:\"alt:Аҥылу бӱктер\";'),('alt','messages:specialpages-group-changes','s:55:\"alt:Јаҥы тӱзедӱлер ле журналдар\";'),('alt','messages:specialpages-group-developer','s:43:\"alt:Јазачыныҥ јепселдери\";'),('alt','messages:specialpages-group-highuse','s:57:\"alt:Кӧптӧдӧ эдинип турган бӱктер\";'),('alt','messages:specialpages-group-login','s:68:\"ru:Представиться / Зарегистрироваться\";'),('alt','messages:specialpages-group-maintenance','s:73:\"alt:Техникалык иштер керегинде јетирӱлер\";'),('alt','messages:specialpages-group-media','s:98:\"alt:Медиаматериалдар ла салгандары керегинде отчёттор\";'),('alt','messages:specialpages-group-other','s:36:\"alt:Ӧскӧ аҥылу бӱктер\";'),('alt','messages:specialpages-group-pages','s:41:\"alt:Бÿктердиҥ тизимдери\";'),('alt','messages:specialpages-group-pagetools','s:43:\"alt:Бӱктердиҥ јепселдери\";'),('alt','messages:specialpages-group-redirects','s:61:\"alt:Ууландырып турган аҥылу бӱктер\";'),('alt','messages:specialpages-group-spam','s:52:\"alt:Спамды јоголтор јепселдер\";'),('alt','messages:specialpages-group-users','s:48:\"alt:Туружаачылар ла аргалар\";'),('alt','messages:specialpages-group-wiki','s:48:\"alt:Кӧргӱзӱлер ле јепселдер\";'),('alt','messages:specialpages-note-cached','s:4:\"en:-\";'),('alt','messages:specialpages-note-restricted','s:133:\"alt:*Тегин аҥылу бӱктер.\n*<span class=\"mw-specialpagerestricted\">Кирелеткен аҥылу бӱктер.</span>\";'),('alt','messages:specialpages-note-top','s:18:\"alt:Легенда\";'),('alt','messages:specialpages-summary','s:3:\"en:\";'),('alt','messages:specialprotectpage-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:specialprotectpage-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:specialpurge-page','s:27:\"alt:Амадаган бӱк\";'),('alt','messages:specialpurge-submit','s:25:\"alt:Бӱкке кӧчӧр\";'),('alt','messages:statistics','s:24:\"alt:Статистика\";'),('alt','messages:statistics-articles','s:35:\"alt:Бичимелдӱ бӱктер\";'),('alt','messages:statistics-articles-desc','s:3:\"en:\";'),('alt','messages:statistics-edits','s:104:\"alt:{{SITENAME}} сайтты тургускан ӧйдӧҥ бери тӱзедӱлердиҥ тоозы\";'),('alt','messages:statistics-edits-average','s:74:\"alt:Бир бӱкке келишкен тӱзедӱлердиҥ тоозы\";'),('alt','messages:statistics-files','s:48:\"alt:Серверге салган файлдар\";'),('alt','messages:statistics-files-desc','s:3:\"en:\";'),('alt','messages:statistics-footer','s:3:\"en:\";'),('alt','messages:statistics-header-edits','s:53:\"alt:Тӱзедӱлердиҥ статистиказы\";'),('alt','messages:statistics-header-hooks','s:33:\"alt:Ӧскӧ статистика\";'),('alt','messages:statistics-header-pages','s:41:\"alt:Бӱктиҥ статистиказы\";'),('alt','messages:statistics-header-users','s:59:\"alt:Туружаачылардыҥ статистиказы\";'),('alt','messages:statistics-pages','s:16:\"alt:Бӱктер\";'),('alt','messages:statistics-pages-desc','s:165:\"alt:Викидеги бастыра бӱктер, шӱӱжӱниҥ бӱктери, ойтоаткарылган бӱктер ле оноҥ до ӧскӧзи кожо\";'),('alt','messages:statistics-summary','s:3:\"en:\";'),('alt','messages:statistics-users','s:55:\"alt:Регистрациялу туружаачылар\";'),('alt','messages:statistics-users-active','s:45:\"alt:Активный туружаачылар\";'),('alt','messages:statistics-users-active-desc','s:178:\"alt:Туружаачылар, кандый бир керек эткен {{PLURAL:калганчы кӱн $1|day|калганчы $1 кӱнде |калганчы $1 кӱндер}}\";'),('alt','messages:storedversion','s:33:\"alt:Артыскан версия\";'),('alt','messages:subcategories','s:35:\"alt:Кош категориялар\";'),('alt','messages:subject','s:34:\"alt:Темазы/бажалыгы:\";'),('alt','messages:summary','s:50:\"alt:Солынтылардыҥ јартамалы:\";'),('alt','messages:summary-preview','s:74:\"alt:Озолодо солынтыныҥ јартамалын кӧрӧри:\";'),('alt','messages:sun','s:10:\"alt:Вск\";'),('alt','messages:sunday','s:22:\"alt:Воскресен\";'),('alt','messages:sunday-at','s:37:\"alt:Воскресенде, ӧйи $1\";'),('alt','messages:suppress','s:18:\"alt:Јажырар\";'),('alt','messages:suppressionlog','s:39:\"alt:Јажырыштыҥ журналы\";'),('alt','messages:suppressionlogtext','s:322:\"alt:Алдында кырыштыҥ ла туйукташтыҥ тизиминде администраторлордоҥ јажырган материалдар берилди.\n[[Special:BlockList|Туйукташтыҥ тизиминде]] тургуза ӧйдиҥ туйукташтарын табар арга бар.\";'),('alt','messages:suspicious-userlogout','s:245:\"alt:Сеанстаҥ чыгатан суругар туралаткан, нениҥ учун дезе ол јастыра браузерле эмезе кештеп турган прокси-сервер аткарган суруга тӱҥей.\";'),('alt','messages:svg-long-desc','s:87:\"alt:SVG файл, номиналы $1 × $2 пиксель, файлдыҥ кеми: $3\";'),('alt','messages:svg-long-desc-animated','s:87:\"alt:SVG файл, номиналы $1 × $2 пиксель, файлдыҥ кеми: $3\";'),('alt','messages:svg-long-error','s:35:\"alt:Јастыра SVG файл: $1\";'),('alt','messages:syntaxhighlight-desc','s:229:\"ru:Обеспечивает подсветки синтаксиса <code>&lt;syntaxhighlight&gt;</code> с помощью [http://pygments.org/ Pygments — средства подсветки синтаксиса для Python]\";'),('alt','messages:syntaxhighlight-enclose-category','s:114:\"ru:Страницы с устаревшим атрибутом подсветки синтаксиса «enclose»\";'),('alt','messages:syntaxhighlight-enclose-category-desc','s:126:\"ru:Подсветка синтаксиса на странице использует устаревший синтаксис.\";'),('alt','messages:syntaxhighlight-error-category','s:82:\"ru:Страницы с ошибками в подсветке синтаксиса\";'),('alt','messages:syntaxhighlight-error-category-desc','s:131:\"ru:Произошла ошибка при попытке подсветки кода, включённого на страницу.\";'),('alt','messages:syntaxhighlight-error-exceeds-size-limit','s:175:\"ru:Размер кода ($1 {{PLURAL:$1|байт|байта|байт}}) превышает разрешённый лимит в $2 {{PLURAL:$2|байт|байта|байт}}.\";'),('alt','messages:syntaxhighlight-error-pygments-invocation-failure','s:40:\"ru:Сбой при вызове Pygments\";'),('alt','messages:syntaxhighlight-error-unknown-language','s:41:\"ru:Неизвестный язык «$1»\";'),('alt','messages:syntaxhighlight-source-category','s:80:\"ru:Страницы, использующие устаревший тег source\";'),('alt','messages:syntaxhighlight-source-category-desc','s:144:\"ru:Подсветка синтаксиса на этой странице использует устаревшие теги источника.\";'),('alt','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:9:\"ru:Код\";'),('alt','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"ru:Язык\";'),('alt','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:17:\"ru:(ничего)\";'),('alt','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:43:\"ru:Показать номера строк\";'),('alt','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:45:\"ru:начинающий номер линии\";'),('alt','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:28:\"ru:Фрагмент кода\";'),('alt','messages:systemblockedtext','s:484:\"alt:Слердиҥ аккаунт эмезе IP адрезер автоматикалык MediaWiki-ниҥ туйуктажына кирди.\nТуйукташтыҥ шылтагы: \n\n<em>$2</em>.\n\n* Туйукташтыҥ башталганы: $8\n* Туйукташтыҥ божоор ӧйи: $6\n* Туйукташтыҥ амадузы: $7\n\nСлердиҥ эмдиги IP адрезер $3.\nБу јартамал информацияны суру этсер кожып салыгар.\";'),('alt','messages:table_pager_empty','s:31:\"alt:Турулталар јок\";'),('alt','messages:table_pager_first','s:27:\"alt:Баштапкы бӱк\";'),('alt','messages:table_pager_last','s:27:\"alt:Калганчы бӱк\";'),('alt','messages:table_pager_limit','s:49:\"alt:Бӱкте $1 элемент кӧргӱзер\";'),('alt','messages:table_pager_limit_label','s:36:\"alt:Бӱктеги бичиктер:\";'),('alt','messages:table_pager_limit_submit','s:14:\"alt:Барар\";'),('alt','messages:table_pager_next','s:21:\"alt:Ээчий бӱк\";'),('alt','messages:table_pager_prev','s:21:\"alt:Озогы бÿк\";'),('alt','messages:tag-filter','s:63:\"alt:[[Special:Tags|Тегтердиҥ]] ылгаштырузы:\";'),('alt','messages:tag-filter-submit','s:22:\"alt:Ылгаштыру\";'),('alt','messages:tag-hidden','s:32:\"alt:$1 (јажырган тег)\";'),('alt','messages:tag-list-wrapper','s:66:\"alt:[[Special:Tags|{{PLURAL:$1|Таҥма|Таҥмалар}}]]: $2\";'),('alt','messages:tag-mobile_edit','s:47:\"ru:Правка с моб. устройства\";'),('alt','messages:tag-mobile_edit-description','s:110:\"ru:Правки с мобильного устройства (через сайт или приложение)\";'),('alt','messages:tag-mobile_web_edit','s:69:\"ru:Правка через мобильную версию сайта\";'),('alt','messages:tag-mobile_web_edit-description','s:89:\"ru:Правка, сделанная через мобильную версию сайта\";'),('alt','messages:tag-mw-blank','s:16:\"alt:Арчыры\";'),('alt','messages:tag-mw-blank-description','s:48:\"alt:Бӱкти арчыган тӱзедӱлер\";'),('alt','messages:tag-mw-changed-redirect-target','s:62:\"alt:Ууландырыштыҥ амадузын солыыры\";'),('alt','messages:tag-mw-changed-redirect-target-description','s:81:\"alt:Ууландырыштыҥ амадузын солыган тӱзедӱлер\";'),('alt','messages:tag-mw-contentmodelchange','s:78:\"alt:Толынтыныҥ модельдердиҥ солынтыларыныҥ\";'),('alt','messages:tag-mw-contentmodelchange-description','s:175:\"alt:Бӱктиҥ [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel толынтызыныҥ моделин солып турган] тӱзедӱлер\";'),('alt','messages:tag-mw-manual-revert','s:50:\"alt:колдыҥ болужыла токтодор\";'),('alt','messages:tag-mw-manual-revert-description','s:131:\"alt:Бӱкти, мынаҥ озо болгон тужына, колдыҥ болужыла орныктырар тӱзедӱлер.\";'),('alt','messages:tag-mw-new-redirect','s:33:\"alt:Јаҥы ууландырыш\";'),('alt','messages:tag-mw-new-redirect-description','s:134:\"alt:Јаҥы ууландырыш эдип эмезе ууландырыштыҥ бӱгин солып турган тӱзедӱлер\";'),('alt','messages:tag-mw-removed-redirect','s:41:\"alt:Кырылган ууландырыш\";'),('alt','messages:tag-mw-removed-redirect-description','s:124:\"alt:Бар ууландырыштарды ууландырыш эместерге солып турган тӱзедӱлер\";'),('alt','messages:tag-mw-replace','s:24:\"alt:Солыштырар\";'),('alt','messages:tag-mw-replace-description','s:90:\"alt:Бӱктиҥ 90% толынтызын јоголтып турган тӱзедӱлер\";'),('alt','messages:tag-mw-reverted','s:28:\"alt:Тескерлеткен\";'),('alt','messages:tag-mw-reverted-description','s:94:\"alt:Кийнинде ӧскӧ тӱзедӱлерле токтодылган тӱзедӱлер\";'),('alt','messages:tag-mw-rollback','s:26:\"alt:Тескерледер\";'),('alt','messages:tag-mw-rollback-description','s:168:\"alt:Тескерледиштиҥ тайантызына былчыза озо болгон тӱзедӱлерди тескерледип турган тӱзедӱлер\";'),('alt','messages:tag-mw-server-side-upload','s:46:\"alt:Сервер јанында салынат\";'),('alt','messages:tag-mw-server-side-upload-description','s:95:\"alt:Јеткилдер скриптиҥ болужыла салган медиа-файлдар\";'),('alt','messages:tag-mw-undo','s:20:\"alt:Токтодор\";'),('alt','messages:tag-mw-undo-description','s:144:\"alt:\"Токтодор\" деген тайантыныҥ болужыла мынаҥ озо болгонын јоголткон тӱзедӱлер\";'),('alt','messages:tagline','s:31:\"alt:{{SITENAME}} сайттаҥ\";'),('alt','messages:tags','s:69:\"alt:Солынтылардыҥ иштеп турган тегтери\";'),('alt','messages:tags-actions-header','s:18:\"alt:Кылыныш\";'),('alt','messages:tags-activate','s:18:\"alt:иштедер\";'),('alt','messages:tags-activate-not-allowed','s:51:\"alt:\"$1\" тегти иштедер арга јок.\";'),('alt','messages:tags-activate-not-found','s:30:\"alt:\"$1\" деп тег јок.\";'),('alt','messages:tags-activate-question','s:72:\"alt:\"$1\" деп тегти слер иштедерге турганар.\";'),('alt','messages:tags-activate-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:tags-activate-submit','s:18:\"alt:Иштедер\";'),('alt','messages:tags-activate-title','s:29:\"alt:Тегти иштедер\";'),('alt','messages:tags-active-header','s:33:\"alt:Иштеп турган ба?\";'),('alt','messages:tags-active-no','s:10:\"alt:Јок\";'),('alt','messages:tags-active-yes','s:10:\"alt:Эйе\";'),('alt','messages:tags-apply-blocked','s:208:\"alt:Слер бойыгардыҥ тӱзедӱлерге тӱзедӱлердиҥ тегтерин эдинип болбозор, {{GENDER:$1|слер}} туйукташка кийдирткен болзор.\";'),('alt','messages:tags-apply-no-permission','s:117:\"alt:Слерде бойыгардыҥ солынтылардыҥ тегтерин эдинер аргалар јок.\";'),('alt','messages:tags-apply-not-allowed-multi','s:106:\"alt:Ээчий {{PLURAL:$2|тегти|тегтерди}} кол ажыра эдинип болбос: \"$1\"\";'),('alt','messages:tags-apply-not-allowed-one','s:83:\"alt:\"$1\" деп тегти колдыҥ болужыла эдинип болбос.\";'),('alt','messages:tags-create-already-exists','s:23:\"alt:\"$1\" тег бар.\";'),('alt','messages:tags-create-explanation','s:137:\"alt:Јаҥынаҥ эткен тегтер, озо баштап туружаачылар ла боттор эдингедий болор.\";'),('alt','messages:tags-create-heading','s:36:\"alt:Јаҥы тегти јайаар\";'),('alt','messages:tags-create-invalid-chars','s:199:\"alt:Тегтердиҥ адында запятойлор (<code>,</code>), пайптар (<code>|</code>), эмезе кыйыҥ чийӱ (<code>/</code>) символдор болбос керек.\";'),('alt','messages:tags-create-invalid-title-chars','s:147:\"alt:Тегтердиҥ аттары, бӱктердиҥ бажалыктарында эдинбес символдорлу болбос керек.\";'),('alt','messages:tags-create-no-name','s:63:\"alt:Слер тегтиҥ адын кӧргӱзер керек.\";'),('alt','messages:tags-create-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:tags-create-submit','s:14:\"alt:Эдери\";'),('alt','messages:tags-create-tag-name','s:24:\"alt:Тегтиҥ ады:\";'),('alt','messages:tags-create-warnings-above','s:107:\"alt:\"$1\" тегти эдерге јадарда {{PLURAL:$2|мындый ајарулар}} табылды:\";'),('alt','messages:tags-create-warnings-below','s:61:\"alt:Тегти эдерин слер улалтарар ба?\";'),('alt','messages:tags-deactivate','s:20:\"alt:токтодор\";'),('alt','messages:tags-deactivate-not-allowed','s:53:\"alt:\"$1\" тегти токтодор арга јок.\";'),('alt','messages:tags-deactivate-question','s:74:\"alt:\"$1\" деп тегти слер токтодорго турганар.\";'),('alt','messages:tags-deactivate-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:tags-deactivate-submit','s:20:\"alt:Токтодор\";'),('alt','messages:tags-deactivate-title','s:31:\"alt:Тегти токтодор\";'),('alt','messages:tags-delete','s:20:\"alt:јоголтор\";'),('alt','messages:tags-delete-explanation-active','s:266:\"alt:<strong>\"$1\" тег эмдигенче иштегенче ле келер ӧйдӧ иштеер.</strong> Ондый неме болбозын деп оны токтодорго, тег эдинип турган јерге барып токтодор керек.\";'),('alt','messages:tags-delete-explanation-in-use','s:161:\"alt:Ол, эмдиги ӧйдӧ салынып турган {{PLURAL:$2|версиянаҥ эмезе журанлдагы бичимелдеҥ}} кырылар.\";'),('alt','messages:tags-delete-explanation-initial','s:101:\"alt:Слер \"$1\" тегти кӧргӱзӱниҥ базазынаҥ кырарга турганар.\";'),('alt','messages:tags-delete-explanation-warning','s:329:\"alt:Бу кылыныш, кӧргӱзӱ базаныҥ администраторыда да болзо, кайра <strong>бурулбас</strong> ла <strong>оны токтодылбас</strong>. Слер бу тегти чындап јоголторго турганарды слер аайлап турар учурлу.\";'),('alt','messages:tags-delete-no-permission','s:104:\"alt:Слерде тегтердиҥ солынтыларын јоголтотон аргалар јок.\";'),('alt','messages:tags-delete-not-allowed','s:192:\"alt:Элбедишле тургузылган тегтер кырылбас, је јаҥыс ла элбедиш оны иле кырарга арганы бербей турган болзо.\";'),('alt','messages:tags-delete-not-found','s:30:\"alt:\"$1\" деп тег јок.\";'),('alt','messages:tags-delete-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:tags-delete-submit','s:85:\"alt:Орныктырылбас этире јоголтып салар бу тегти\";'),('alt','messages:tags-delete-title','s:25:\"alt:Тегти кырар\";'),('alt','messages:tags-delete-too-many-uses','s:142:\"alt:\"$1\" деп тег $2-ҥ кӧп {{PLURAL:$2|версияда}} эдинет, оныҥ учун оны јоголторго јарабас.\";'),('alt','messages:tags-delete-warnings-after-delete','s:118:\"alt:\"$1\" деп тегти јоголтып салган, је {{PLURAL:$2|ајару}} табылган болгон:\";'),('alt','messages:tags-description-header','s:46:\"alt:Јартамалдыҥ толу учуры\";'),('alt','messages:tags-display-header','s:64:\"alt:Солынтылардыҥ тизиминде кӧргӱзӱ\";'),('alt','messages:tags-edit','s:18:\"alt:тӱзедиш\";'),('alt','messages:tags-edit-add','s:37:\"alt:Бу тегтерди кожор:\";'),('alt','messages:tags-edit-chosen-no-results','s:63:\"alt:Келижип турган тегтер табылбады\";'),('alt','messages:tags-edit-chosen-placeholder','s:74:\"alt:Бирӱзин эмезе кезик тегтерди талдагар\";'),('alt','messages:tags-edit-existing-tags','s:24:\"alt:Бар тегтер:\";'),('alt','messages:tags-edit-existing-tags-none','s:19:\"alt:<em>Јок</em>\";'),('alt','messages:tags-edit-failure','s:52:\"alt:Солынтылар бӱдӱрилбеди: \n$1\";'),('alt','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('alt','messages:tags-edit-logentry-legend','s:146:\"alt:Тегдерди журналдагы{{PLURAL:$1|бу учуралдаҥ|ончо $1 учуралдардаҥ}} алар эмезе кожор\";'),('alt','messages:tags-edit-logentry-selected','s:86:\"alt:Журналдаҥ талдаган {{PLURAL:$1|учурал|учуралдар}}:\";'),('alt','messages:tags-edit-logentry-submit','s:102:\"alt:Бу {{PLURAL:$1|журналдыҥ бичимелине}} солынтыларды бӱдӱрер\";'),('alt','messages:tags-edit-manage-link','s:37:\"alt:Тегтерди башкарар\";'),('alt','messages:tags-edit-new-tags','s:26:\"alt:Јаҥы тегтер:\";'),('alt','messages:tags-edit-none-selected','s:104:\"alt:Кожорго эмезе јоголторго бирӱзин де болзо талдап алар.\";'),('alt','messages:tags-edit-nooldid-text','s:196:\"alt:Бу функцияны бӱдӱрерге слер амадаган версияны (версияларды) кӧргӱспегенер эмезе кӧргӱзилген версия јок.\";'),('alt','messages:tags-edit-nooldid-title','s:60:\"alt:Амадаган версия кӧргӱзилбеген\";'),('alt','messages:tags-edit-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:tags-edit-remove','s:43:\"alt:Бу тегтерди јоголтор:\";'),('alt','messages:tags-edit-remove-all-tags','s:48:\"alt:(ончо тегтерди јоголтор)\";'),('alt','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('alt','messages:tags-edit-revision-legend','s:126:\"alt:Тегдерди {{PLURAL:$1|бу версиянаҥ|ончо $1 версиялардаҥ}} алар эмезе кожор\";'),('alt','messages:tags-edit-revision-selected','s:73:\"alt:[[:$2]] бӱктиҥ {{PLURAL:$1|талдаган версиязы}}:\";'),('alt','messages:tags-edit-revision-submit','s:79:\"alt:Бу {{PLURAL:$1|версияга}} солынтыларды бӱдӱрер\";'),('alt','messages:tags-edit-success','s:46:\"alt:Солынтылар бӱдӱрилген.\";'),('alt','messages:tags-edit-title','s:37:\"alt:Тегтерди тӱзедери\";'),('alt','messages:tags-hidden','s:22:\"alt:(јажырган)\";'),('alt','messages:tags-hitcount','s:35:\"alt:$1 {{PLURAL:$1|солынты}}\";'),('alt','messages:tags-hitcount-header','s:47:\"alt:Темдектелген тӱзедӱлер\";'),('alt','messages:tags-intro','s:233:\"alt:Бу бӱкте тегтердиҥ тизими берилген, олорло программалык јеткилдиш тӱзедӱлерди темдектейт, анайда ок ол темдектердиҥ учурын.\";'),('alt','messages:tags-manage-blocked','s:153:\"alt:Слер тӱзедӱлердиҥ тегтерин башкарып болбозор, {{GENDER:$1|слер}} туйукташта болгончор.\";'),('alt','messages:tags-manage-no-permission','s:100:\"alt:Слерде тегтердиҥ солынтыларын башкарар аргалар јок.\";'),('alt','messages:tags-source-extension','s:68:\"alt:Программалык јеткилдишле аайладат\";'),('alt','messages:tags-source-header','s:23:\"alt:Алган јери\";'),('alt','messages:tags-source-manual','s:93:\"alt:Туружаачылар ла боттор колдыҥ болужыла кийдирет\";'),('alt','messages:tags-source-none','s:40:\"alt:База эдинбей турган\";'),('alt','messages:tags-summary','s:3:\"en:\";'),('alt','messages:tags-tag','s:23:\"alt:Тегтиҥ ады\";'),('alt','messages:tags-title','s:22:\"alt:Темдектер\";'),('alt','messages:tags-update-add-not-allowed-multi','s:89:\"alt:Ээчий {{PLURAL:$2|тег|тегтер}} кол ажыра кожылбас: \"$1\"\";'),('alt','messages:tags-update-add-not-allowed-one','s:70:\"alt:\"$1\" деп тег колдыҥ болужыла кожылбас.\";'),('alt','messages:tags-update-blocked','s:175:\"alt:Слер тӱзедӱлердиҥ тегтерин кожып эмезе јоголтып болбозор, {{GENDER:$1|слер}} туйукташта болгончор.\";'),('alt','messages:tags-update-no-permission','s:223:\"alt:Слерде башка версиялардаҥ эмезе журналдарда бичимелдердиҥ тегтериниҥ солынтыларын кожорго ло ӧскӧртӧргӧ аргалар јок.\";'),('alt','messages:tags-update-remove-not-allowed-multi','s:116:\"alt:Ээчий {{PLURAL:$2|тегти|тегтерди}} кол ажыра јоголторго јарабас: \"$1\"\";'),('alt','messages:tags-update-remove-not-allowed-one','s:63:\"alt:\"$1\" деп тегти јоголторго јарабас.\";'),('alt','messages:talk','s:14:\"alt:Шӱӱжӱ\";'),('alt','messages:talkpageheader','s:4:\"en:-\";'),('alt','messages:talkpagelinktext','s:14:\"alt:шӱӱжӱ\";'),('alt','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('alt','messages:template-equals-category','s:74:\"alt:= таныкты ӱлекер этире эдинеген бӱктер\";'),('alt','messages:template-equals-category-desc','s:341:\"alt:Бӱкте <code><nowiki>{{=}}</nowiki></code> бар, је бу викиде  <code>=</code> этире элбедилбес. Мынайда эдинетени эскирген; MediaWiki-ниҥ келер версиялары <code><nowiki>{{=}}</nowiki></code> кодты парсердиҥ функциязы этире эдинер.\";'),('alt','messages:template-equals-warning','s:391:\"alt:<strong>Ајару:</strong> Бу бӱк <code><nowiki>{{=}}</nowiki></code> эдинип турган, је бу викиде  <code>=</code> этире элбедилбес. Мынайда эдинетени эскирген; MediaWiki-ниҥ келер версиялары <code><nowiki>{{=}}</nowiki></code> кодты парсердиҥ функциязы этире эдинер..\";'),('alt','messages:template-loop-category','s:52:\"alt:Ӱлекерлери курчулу бӱктер\";'),('alt','messages:template-loop-category-desc','s:163:\"alt:Бу бӱкте курчулу ӱлекер бар, ӧскӧ этире айтса бойы бойын ойтоноҥ алдырып турган ӱлекер.\";'),('alt','messages:template-loop-warning','s:220:\"alt:<strong>Ајару:</strong> Бу бӱк [[:$1]] алдырат, онызы ӱлекерде токтобос курчуда циклдарга кийдирет (божобос катапталган алдырыш).\";'),('alt','messages:template-protected','s:26:\"alt:(корулалган)\";'),('alt','messages:template-semiprotected','s:41:\"alt:(јарымдай корулаган)\";'),('alt','messages:templatepage','s:44:\"alt:Бӱктиҥ ӱлекерин кӧрӧр\";'),('alt','messages:templatesused','s:62:\"alt:Бу бӱкте эдинген {{PLURAL:$1|ӱлекер}}:\";'),('alt','messages:templatesusedpreview','s:100:\"alt:Эдинип турган {{PLURAL:$1|Ӱлекер}} бу озолоткон кӧргӱзӱде:\";'),('alt','messages:templatesusedsection','s:66:\"alt:Бу бӧлӱкте эдинген {{PLURAL:$1|ӱлекер}}:\";'),('alt','messages:textmatches','s:50:\"alt:Бичимелдери тӱҥей бӱктер\";'),('alt','messages:thisisdeleted','s:50:\"alt:Кӧрӧр эмезе орныктырар $1?\";'),('alt','messages:throttled-mailpassword','s:254:\"alt:Јажыт сӧсти эзедери калган {{PLURAL:$1|саттыҥ}} туркунына эдинген.\nКаршу эдинбезин деп {{PLURAL:$1|саттыҥ}} бажынаҥ бирдеҥ кӧп эмес суруларга јарар.\";'),('alt','messages:thu','s:10:\"alt:Чтв\";'),('alt','messages:thumbnail-dest-create','s:77:\"alt:Салынатан јерине эскизти салар арга јок\";'),('alt','messages:thumbnail-more','s:18:\"alt:Јаанада\";'),('alt','messages:thumbnail-temp-create','s:92:\"alt:Бир кезек ӧйгӧ эдинетен файлдыҥ эскизи эдилбеди\";'),('alt','messages:thumbnail_dest_directory','s:56:\"alt:Амадаган директория эдилбес\";'),('alt','messages:thumbnail_error','s:66:\"alt:Миниатюра эдилбестиҥ јастырыжы: $1\";'),('alt','messages:thumbnail_error_remote','s:45:\"alt:Јастыралу самара $1-ҥ: $2\";'),('alt','messages:thumbnail_gd-library','s:105:\"alt:GD библиотеканыҥ једикпес конфигурациязы: $1 функция јок\";'),('alt','messages:thumbnail_image-failure-limit','s:186:\"alt:Бу эскизти чыгарарга ӧткӱре кӧп ($1 эмезе оноҥ кӧп) эрчим јок умзаныш болгон.\nЭмеш оноҥ умзанып кӧрӧр.\";'),('alt','messages:thumbnail_image-missing','s:33:\"alt:$1 файл јок ошкош\";'),('alt','messages:thumbnail_image-size-zero','s:71:\"alt:Јурукту файлдыҥ кемијӱзи ноль ошкош.\";'),('alt','messages:thumbnail_image-type','s:61:\"alt:Јуруктыҥ мындый бӱдӱми ачылбас\";'),('alt','messages:thumbnail_invalid_params','s:70:\"alt:Миниатюраныҥ јазалталазы јастыралу\";'),('alt','messages:thumbnail_toobigimagearea','s:36:\"alt:Кеми $1-ҥ јаан файл\";'),('alt','messages:thumbsize','s:55:\"alt:Јурукты кичинектеткен кеми:\";'),('alt','messages:thursday','s:18:\"alt:Четверг\";'),('alt','messages:thursday-at','s:33:\"alt:Четвергте, ӧйи $1\";'),('alt','messages:timeouterror','s:60:\"alt:Серверди сакыйтан ӧй ӧдӧ берди\";'),('alt','messages:timeouterror-text','s:123:\"alt:Суруныҥ сакыйтан ӧйи - $1 {{PLURAL:$1|секунда|секунда|секунд}} ӧдӧ берди.\";'),('alt','messages:timezone-local','s:21:\"alt:Бу јердиҥ\";'),('alt','messages:timezone-useoffset-placeholder','s:53:\"alt:Темдектезе: \"-07:00\" эмезе \"01:00\"\";'),('alt','messages:timezone-utc','s:6:\"ru:UTC\";'),('alt','messages:timezonelegend','s:30:\"alt:Сааттыҥ поязы:\";'),('alt','messages:timezoneregion-africa','s:16:\"alt:Африка\";'),('alt','messages:timezoneregion-america','s:18:\"alt:Америка\";'),('alt','messages:timezoneregion-antarctica','s:24:\"alt:Антарктика\";'),('alt','messages:timezoneregion-arctic','s:18:\"alt:Арктика\";'),('alt','messages:timezoneregion-asia','s:12:\"alt:Азия\";'),('alt','messages:timezoneregion-atlantic','s:31:\"alt:Атлантик теҥис\";'),('alt','messages:timezoneregion-australia','s:22:\"alt:Австралия\";'),('alt','messages:timezoneregion-europe','s:16:\"alt:Европа\";'),('alt','messages:timezoneregion-indian','s:33:\"alt:Индияныҥ теҥизи\";'),('alt','messages:timezoneregion-pacific','s:25:\"alt:Тымык теҥис\";'),('alt','messages:timezoneuseoffset','s:62:\"alt:Ӧскӧзи (ӧйди UTC-ге кӧрӧ јылдырар)\";'),('alt','messages:timezoneuseserverdefault','s:65:\"alt:($1) сервердиҥ јазалталарын эдинер\";'),('alt','messages:title-invalid','s:64:\"alt:Сурулаган бӱктиҥ ады чындык эмес\";'),('alt','messages:title-invalid-characters','s:97:\"alt:Сурулаган бӱктиҥ адында јаратпас \"$1\" символдор бар.\";'),('alt','messages:title-invalid-empty','s:137:\"alt:Сурулаган бӱктиҥ бажалыгы куру эмезе јӱк ле аттардыҥ телкеминиҥ ады бар.\";'),('alt','messages:title-invalid-interwiki','s:128:\"alt:Сурулаган бӱктиҥ адында ададарга јарабайтан интервики-тайанты бар.\";'),('alt','messages:title-invalid-leading-colon','s:113:\"alt:Сурулаган бӱктиҥ адыныҥ бажында тузаланбайтан эки точкалу.\";'),('alt','messages:title-invalid-magic-tilde','s:148:\"alt:Сурулаган бӱктиҥ бажалыгында јарабас ээчий бичилген тильдаларлу (<nowiki>~~~</nowiki>).\";'),('alt','messages:title-invalid-relative','s:346:\"alt:Бажалык относительный јолду. Бӱктердиҥ бажалыктары относительный јолду (./, ../) јарадылбаган болот, нениҥ учун дезе, туружаачылардыҥ браузерлери олор ажыра кӧп саба туштарда ӧдӱп болбойт.\";'),('alt','messages:title-invalid-talk-namespace','s:137:\"alt:Сурулаган бӱктиҥ ады, болотон аргазы јок шиҥжӱниҥ бӱгине тайанып турган.\";'),('alt','messages:title-invalid-too-long','s:174:\"alt:Сурулаган бӱктиҥ бажалыгы ӧткӱре узун.$1 {{PLURAL:$1|байттаҥ}} кӧп эмес UTF-8 кодировкалу болор керек.\";'),('alt','messages:title-invalid-utf8','s:147:\"alt:Сурулаган бӱктиҥ ады UTF-8 кодировканыҥ чындык эмес ээчий бичилген символдорлу.\";'),('alt','messages:titlematches','s:34:\"alt:Ады тӱҥей бӱктер\";'),('alt','messages:titleprotected','s:168:\"alt:[[User:$1|$1]] туружаачы ондый бажалыкту бӱкти баштайтанын јарабас эдип салган.\nШылтагы: <em>$2</em>.\";'),('alt','messages:titleprotectedwarning','s:310:\"alt:<strong>Ајарту: Бу бӱк коруда болгон; оны јӱк ле [[Special:ListGroupRights|аҥылу аргаларлу]] туружаачылар баштаар аргалу.</strong>\nАлдында болуш этире журналдыҥ калганчы бичимели берилди:\";'),('alt','messages:tmp-create-error','s:79:\"alt:Кыска ӧйгӧ эдинетен файлды эдер арга јок.\";'),('alt','messages:tmp-write-error','s:90:\"alt:Кыска ӧйгӧ эдинетен файлга бичиринде јастырыш.\";'),('alt','messages:toc','s:18:\"alt:Толынты\";'),('alt','messages:today-at','s:5:\"en:$1\";'),('alt','messages:tog-ccmeonemails','s:159:\"alt:Мениҥ ӧскӧ туружаачыларга аткаргам email самараларымныҥ копияларын бойыма артыргызар\";'),('alt','messages:tog-diffonly','s:110:\"alt:Бӱктиҥ контентин теҥдештирген эки версия этире кӧргӱспес\";'),('alt','messages:tog-editondblclick','s:53:\"alt:Эки былчышла бӱкти тӱзедер\";'),('alt','messages:tog-editsectiononrightclick','s:118:\"alt:Чычканныҥ оҥ былчузын былчып ийзе, бажалыкта секцияны тӱзедер\";'),('alt','messages:tog-enotifminoredits','s:95:\"alt:Оок солынтылар да болзо email ажыра мени угузып ийер\";'),('alt','messages:tog-enotifrevealaddr','s:102:\"alt:Јетирӱниҥ самараларында мениҥ email адрезимди кӧргӱзер\";'),('alt','messages:tog-enotifusertalkpages','s:124:\"alt:Шӱӱжӱниҥ персональный бӱгин солып ийзе email ажыра мени угузып ийер\";'),('alt','messages:tog-enotifwatchlistpages','s:142:\"alt:Ширтениҥ тизиминде бӱкти эмезе файлды солып ийзе email ажыра мени угузып ийер\";'),('alt','messages:tog-extendwatchlist','s:282:\"alt:Бастыра солынтыларлу элбедилген ширтениҥ тизими, јаҥыс калганчылары эмес\n\nБастыра солынталарла кожо ширтештиҥ тизимин элбедер, jаҥыс калганчызын эмес\";'),('alt','messages:tog-fancysig','s:176:\"alt:Бойыныҥ кол салатан вики-темдеги (слердиҥ туружаачыныҥ бӱгине автоматикалык тайанты јогынаҥ)\";'),('alt','messages:tog-forceeditsummary','s:162:\"alt:Ајару меге эдип ийер тӱзедӱниҥ јартамалы куру болзо (эмезе тескерледиштиҥ јартамалын)\";'),('alt','messages:tog-hidecategorization','s:108:\"alt:Кöрÿлип турган категориялардыҥ тоозы солынганын jажырар\";'),('alt','messages:tog-hideminor','s:105:\"alt:Jаҥы тузедÿлердиҥ тизиминеҥ кичÿ солынталарды јажырар.\";'),('alt','messages:tog-hidepatrolled','s:118:\"alt:Jаҥы тÿзедÿлердиҥ тизиминде  кӧрӱп салган солынтылырды ажырар\";'),('alt','messages:tog-minordefault','s:74:\"alt:Бастыра тӱзедӱлерди оок деп темдектер\";'),('alt','messages:tog-newpageshidepatrolled','s:95:\"alt:Јаҥы бӱктердиҥ тизиминеҥ ширтеп салганын јажырар\";'),('alt','messages:tog-norollbackdiff','s:115:\"alt:Тескерлеш эткен кийнинеҥ бӱктердиҥ башкаланганын кӧргӱспес\";'),('alt','messages:tog-oldsig','s:47:\"alt:Эмдиги салып турган кол\";'),('alt','messages:tog-prefershttps','s:127:\"alt:Системага кирип алган кийнинде јантайын корулалган колбуны эдинер\";'),('alt','messages:tog-previewonfirst','s:103:\"alt:Озолодылган кӧргӱзӱниҥ кӧзнӧгин тӱзедӱ этсе кӧргӱзер\";'),('alt','messages:tog-previewontop','s:128:\"alt:Озолодылган кӧргӱзӱниҥ кӧзнӧгин тӱзедӱниҥ кӧзнӧгинеҥ озо кӧргӱзер\";'),('alt','messages:tog-requireemail','s:196:\"alt:Јажыт сӧсти тӱжӱре чачатан самараны јӱк ле электрон почта ла туружаачыныҥ ады бичилген кийнинде аткарар\";'),('alt','messages:tog-showhiddencats','s:66:\"alt:Јажырган категорияларды кӧргузер\";'),('alt','messages:tog-shownumberswatching','s:135:\"alt:Бойыныҥ ширтениҥ тизимине бӱкти кошкон туружачылардыҥ тоозын кӧргӱзер\";'),('alt','messages:tog-showrollbackconfirmation','s:93:\"alt:Тескерледер тайантыга былчып ийзе јӧптӧш сураар\";'),('alt','messages:tog-underline','s:52:\"alt:Тайанты алдын чийе тартар:\";'),('alt','messages:tog-useeditwarning','s:121:\"alt:Артыргыспаган солынтыларлу бӱкти јабып јатсам мени угузып ийер\";'),('alt','messages:tog-uselivepreview','s:88:\"alt:Бӱкти јаҥыртпай озолодылган кӧргӱзӱни эдинер\";'),('alt','messages:tog-usenewrc','s:112:\"alt:Јаҥы тӱзедӱлерде ле ширтештиҥ тоозында солынтыларды чогор\";'),('alt','messages:tog-watchcreations','s:129:\"alt:Мен эткен бӱктерди ле мен кошкон файлдарды ширтештиҥ тизимине кожор\";'),('alt','messages:tog-watchdefault','s:148:\"alt:Мениҥ тӱзеткен бӱктерди ле файлдардыҥ јартамалдарын ширтеениҥ тизимине кожор\";'),('alt','messages:tog-watchdeletion','s:121:\"alt:Јоголтып салгам бӱктерди ле файлдарды ширтештиҥ тизимине кожор\";'),('alt','messages:tog-watchlisthideanons','s:104:\"alt:Анонимдердиҥ тӱзедӱлерин ширтеениҥ тизиминеҥ јажырар\";'),('alt','messages:tog-watchlisthidebots','s:98:\"alt:Боттордыҥ тӱзедӱлерин ширтеениҥ тизиминеҥ јажырар\";'),('alt','messages:tog-watchlisthidecategorization','s:70:\"alt:Бӱктердиҥ категоризациязын јажырар\";'),('alt','messages:tog-watchlisthideliu','s:130:\"alt:Кирип алган туружаачылардыҥ тӱзедӱлерин кӧрӱштиҥ тизиминеҥ јажырар\";'),('alt','messages:tog-watchlisthideminor','s:86:\"alt:Оок тӱзедӱлерди ширтеениҥ тизиминеҥ јажырар\";'),('alt','messages:tog-watchlisthideown','s:94:\"alt:Мениҥ тӱзедӱлеримди ширтеениҥ тизиминеҥ јажырар\";'),('alt','messages:tog-watchlisthidepatrolled','s:105:\"alt:Ширтеп салган тӱзедӱлерди ширтеениҥ тизиминеҥ јажырар\";'),('alt','messages:tog-watchlistreloadautomatically','s:172:\"alt:Ылгаштыруны солып ийзе ширтениҥ тизимин јаҥыдаҥ автоматикалык кӧргӱзип ийери (JavaScript керек)\";'),('alt','messages:tog-watchlistunwatchlinks','s:256:\"alt:Ширтениҥ тизимине кийдирер/чыгарар чике темдектерди кожор  ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) ширтеп турган бӱктерге (солыырга JavaScript керек)\";'),('alt','messages:tog-watchmoves','s:119:\"alt:Аттарын солугам бӱктерди ле файлдарды ширтештиҥ тизимине кожо\";'),('alt','messages:tog-watchrollback','s:147:\"alt:Тескери јандырып салгам бӱктерди мениҥ ширтештиҥ тизимиме кожылып турар эдер\";'),('alt','messages:tog-watchuploads','s:100:\"alt:Мениҥ ширтештиҥ тизимиме јаҥы файлды кийдирип кожор\";'),('alt','messages:tool-link-contributions','s:57:\"alt:{{GENDER:$1|Туружаачыныҥ}} кошконы\";'),('alt','messages:tool-link-emailuser','s:59:\"alt:Email бичиир {{GENDER:$1|туружаачыга}}\";'),('alt','messages:tool-link-userrights','s:78:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын солыыр\";'),('alt','messages:tool-link-userrights-readonly','s:76:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын кӧрӧр\";'),('alt','messages:toolbox','s:22:\"alt:Јепселдер\";'),('alt','messages:tooltip-ca-addsection','s:40:\"alt:Јаҥы бӧлӱкти тӧзӧӧр\";'),('alt','messages:tooltip-ca-delete','s:36:\"alt:Бу бӱкти јоголтор\";'),('alt','messages:tooltip-ca-edit','s:34:\"alt:Бу бӱкти тӱзедер\";'),('alt','messages:tooltip-ca-history','s:51:\"alt:Бу бӱктиҥ эски версиялары\";'),('alt','messages:tooltip-ca-move','s:36:\"alt:Бӱктиҥ адын солыр\";'),('alt','messages:tooltip-ca-nstab-category','s:60:\"alt:Категориялу бӱктерди кӧргӱзер\";'),('alt','messages:tooltip-ca-nstab-help','s:42:\"alt:Болуштыҥ бӱгин кӧрӧр\";'),('alt','messages:tooltip-ca-nstab-image','s:40:\"alt:Файлдыҥ бӱгин кӧрӧр\";'),('alt','messages:tooltip-ca-nstab-main','s:42:\"alt:Текши бӱкти кӧргӱзер\";'),('alt','messages:tooltip-ca-nstab-media','s:50:\"alt:Медиафайлдыҥ бӱгин кӧрӧр\";'),('alt','messages:tooltip-ca-nstab-mediawiki','s:52:\"alt:MediaWiki-ниҥ самаразыныҥ бӱги\";'),('alt','messages:tooltip-ca-nstab-project','s:44:\"alt:Проекттиҥ бӱгин кӧрӧр\";'),('alt','messages:tooltip-ca-nstab-special','s:74:\"alt:Бу аҥылу бӱк, бу бӱкти тӱзедер арга јок\";'),('alt','messages:tooltip-ca-nstab-template','s:31:\"alt:Ӱлекердиҥ бӱги\";'),('alt','messages:tooltip-ca-nstab-user','s:50:\"alt:Туружаачыныҥ бӱгин кӧрӧр\";'),('alt','messages:tooltip-ca-protect','s:32:\"alt:Бу бӱкти корыыр\";'),('alt','messages:tooltip-ca-talk','s:48:\"alt:Бӱктиҥ бичимелин шӱӱжер\";'),('alt','messages:tooltip-ca-undelete','s:105:\"alt:Бӱкти јоголтконноҥ озо эдилген тӱзедӱлерди орныктырар\";'),('alt','messages:tooltip-ca-unprotect','s:49:\"alt:Бу бӱктиҥ корыжын солыыр\";'),('alt','messages:tooltip-ca-unwatch','s:70:\"alt:Бу бӱкти ширтениҥ тизиминеҥ чыгарар\";'),('alt','messages:tooltip-ca-unwatch-expiring','s:160:\"alt:Слердиҥ ширтениҥ тизиминде болорго {{PLURAL:$1|1 кӱн}}  арткан. Јоголтып ийерге былчып ийер.\";'),('alt','messages:tooltip-ca-unwatch-expiring-hours','s:161:\"alt:Слердиҥ ширтениҥ тизиминде болорго бир канча саат арткан. Оны јоголторго былчып ийер.\";'),('alt','messages:tooltip-ca-view','s:3:\"en:\";'),('alt','messages:tooltip-ca-viewsource','s:117:\"alt:Бу бӱкти корулап салган.\nСлер тӧзӧгӧ бичимелди кӧрӧргӧ аргалу\";'),('alt','messages:tooltip-ca-watch','s:81:\"alt:Бӱ бӱкти слердиҥ ширтениҥ тизимине кожоор\";'),('alt','messages:tooltip-compareselectedversions','s:116:\"alt:Бу бӱкиҥ талдап алган эки версиялар ортозында башказын кӧрӧр\";'),('alt','messages:tooltip-cur','s:64:\"alt:Калганчы версиянаҥ башкаланганы\";'),('alt','messages:tooltip-diff','s:97:\"alt:Болгон тӧзӧлгӧ бичимелге кӧрӧ солынганын кӧргӱзер\";'),('alt','messages:tooltip-feed-atom','s:48:\"alt:Бу бӱкти Atom эдип бичидер\";'),('alt','messages:tooltip-feed-rss','s:53:\"alt:Бу бӱкке RSS трансляция эдер\";'),('alt','messages:tooltip-invert','s:276:\"alt:Бӱктерде солынтыларды јажырарга бу темдекти тургузып салар, талдап алган аттардыҥ телкеминде (ла колбулу аттардыҥ телкемин темдектеп салган болзо)\";'),('alt','messages:tooltip-last','s:78:\"alt:Мынаҥ озо болгон версиянаҥ башкаланганы\";'),('alt','messages:tooltip-minoredit','s:76:\"alt:Бу солынтыны ас-мас деп темдектеп салар\";'),('alt','messages:tooltip-n-currentevents','s:82:\"alt:Болуп турган керектер кергинде информация\";'),('alt','messages:tooltip-n-help','s:66:\"alt:Болушты мындый јерде табар аргалу\";'),('alt','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('alt','messages:tooltip-n-mainpage','s:32:\"alt:Тӧс бӱкти кӧрӧр\";'),('alt','messages:tooltip-n-mainpage-description','s:32:\"alt:Тӧс бӱкти кӧрӧр\";'),('alt','messages:tooltip-n-portal','s:124:\"alt:Проект керегинде, слер нени эдер аргагар бар, кайда табып алар оны\";'),('alt','messages:tooltip-n-randompage','s:40:\"alt:Келишкен бӱкти ачар\";'),('alt','messages:tooltip-n-recentchanges','s:68:\"alt:Wiki-де калганчы солынталарды кӧрӧри\";'),('alt','messages:tooltip-namespace_association','s:243:\"alt:Темдекти тургузып салар,  анайда ок  шӱӱжӱниҥ аттардыҥ телкеминде (эмезе предметный), тудуш талдап алган аттардыҥ телкемин кожорго\";'),('alt','messages:tooltip-p-cactions','s:25:\"alt:Кӧп аргалар\";'),('alt','messages:tooltip-p-lang','s:3:\"en:\";'),('alt','messages:tooltip-p-logo','s:34:\"alt:Тӧс бӱкти кӧрӧри\";'),('alt','messages:tooltip-p-namespaces','s:3:\"en:\";'),('alt','messages:tooltip-p-navigation','s:3:\"en:\";'),('alt','messages:tooltip-p-personal','s:41:\"alt:Туружаачыныҥ менюзы\";'),('alt','messages:tooltip-p-tb','s:3:\"en:\";'),('alt','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('alt','messages:tooltip-p-user-page','s:3:\"en:\";'),('alt','messages:tooltip-p-variants','s:3:\"en:\";'),('alt','messages:tooltip-p-views','s:3:\"en:\";'),('alt','messages:tooltip-preferences-save','s:43:\"alt:Јазалталарды артызар\";'),('alt','messages:tooltip-preview','s:80:\"alt:Артыргызардыҥ алдында, озодоҥ кӧрӱп ийер.\";'),('alt','messages:tooltip-pt-anoncontribs','s:81:\"alt:Бу IP-адрестеҥ эдилген тӱзедӱлердиҥ тизими\";'),('alt','messages:tooltip-pt-anontalk','s:109:\"alt:Мениҥ IP-адрезимнеҥ эдилген тӱзедӱлер керегинде шӱӱжӱ бӱк\";'),('alt','messages:tooltip-pt-anonuserpage','s:72:\"alt:Мениҥ IP-адрезимныҥ туружаачыныҥ бӱги\";'),('alt','messages:tooltip-pt-createaccount','s:159:\"alt:Бис слерге аккаунт эдип системадӧн кирзин деп сурап турубыс, је оны этпеске де јарар.\";'),('alt','messages:tooltip-pt-login','s:111:\"alt:Мында системага кирерге арга бар; је ол ондый керектӱ эмес.\";'),('alt','messages:tooltip-pt-login-private','s:73:\"alt:Бу викини эдинерге слерге кирер керек\";'),('alt','messages:tooltip-pt-logout','s:31:\"alt:Сеанстаҥ чыгар\";'),('alt','messages:tooltip-pt-mycontris','s:65:\"alt:{{GENDER:|Слердиҥ}}кошконордыҥ тизими\";'),('alt','messages:tooltip-pt-mytalk','s:52:\"alt:{{GENDER:|Слердиҥ}} шӱӱжӱ бӱгер\";'),('alt','messages:tooltip-pt-preferences','s:55:\"alt:{{GENDER:|Слердиҥ}} јазалткыштар\";'),('alt','messages:tooltip-pt-tmpuserpage','s:100:\"alt:Бир канча ӧйгӧ берилген автоматикалык берилген адар\";'),('alt','messages:tooltip-pt-userpage','s:66:\"alt:Слердиҥ {{GENDER:|туружаачыныҥ}} бӱгер\";'),('alt','messages:tooltip-pt-watchlist','s:105:\"alt:Бӱктердеги солынтылардыҥ мониторинг эдип турган тизим\";'),('alt','messages:tooltip-publish','s:56:\"alt:Слердиҥ солынтыларды јарлар\";'),('alt','messages:tooltip-recreate','s:82:\"alt:Бӱкти кырып салган да болзо оны орныктырар\";'),('alt','messages:tooltip-rollback','s:147:\"alt:\"Тескерледиш\" тӱзедӱни(лерди) калганчы кожултага јетире бир былчышла јандырат\";'),('alt','messages:tooltip-save','s:62:\"alt:Слердиҥ солыганырды артыргызар\";'),('alt','messages:tooltip-search','s:31:\"alt:Бедреер {{SITENAME}}\";'),('alt','messages:tooltip-search-fulltext','s:59:\"alt:Бу бичимелдӱ бӱктерди бедрери\";'),('alt','messages:tooltip-search-go','s:76:\"alt:Тӱҥей атту бӱк бар болзо, ол бӱкке кӧчӧр\";'),('alt','messages:tooltip-summary','s:50:\"alt:Кыска јартамалды бичигер\";'),('alt','messages:tooltip-t-contributions','s:82:\"alt:{{GENDER:$1|Туружаачыныҥ}} тӱзедӱлериниҥ тизими\";'),('alt','messages:tooltip-t-emailuser','s:73:\"alt:Самара аткарар {{GENDER:$1|бу туружаачыга}}\";'),('alt','messages:tooltip-t-info','s:49:\"alt:Бу бӱк керегинде кӧптӧдӧ\";'),('alt','messages:tooltip-t-permalink','s:97:\"alt:Бӱктиҥ бу версиязыныҥ јаантайын болотон тайантызы\";'),('alt','messages:tooltip-t-print','s:64:\"alt:Бу бӱктиҥ кепке базатан версиязы\";'),('alt','messages:tooltip-t-recentchangeslinked','s:91:\"alt:Бу бӱкке тайанган бӱктерде калганчы солынтылар\";'),('alt','messages:tooltip-t-specialpages','s:42:\"alt:Бастыра аҥылу бӱктер\";'),('alt','messages:tooltip-t-upload','s:50:\"alt:Файлдарды серверге салар\";'),('alt','messages:tooltip-t-whatlinkshere','s:90:\"alt:Бу бӱкке уулап турган бастыра бӱктердиҥ тизими\";'),('alt','messages:tooltip-undo','s:184:\"alt:Эдилген тӱзедӱни јоголтоло, озолодо кӧргӱзип ийер, нениҥ учун токтотконын jартап ийер аргалу эдип.\";'),('alt','messages:tooltip-upload','s:27:\"alt:Файлды салар\";'),('alt','messages:tooltip-vector-anon-user-menu-title','s:40:\"ru:Больше возможностей\";'),('alt','messages:tooltip-watch','s:81:\"alt:Бӱ бӱкти слердиҥ ширтениҥ тизимине кожоор\";'),('alt','messages:tooltip-watchlist-expiry','s:112:\"alt:Бу бӱкти бир канча ӧйгӧ слердиҥ ширтениҥ тизимине кийдирер\";'),('alt','messages:tooltip-watchlistedit-normal-submit','s:39:\"alt:Бичимелдерди кырар\";'),('alt','messages:tooltip-watchlistedit-raw-submit','s:52:\"alt:Ширтениҥ тизимин јаҥыртар\";'),('alt','messages:tooltip-whatlinkshere-invert','s:184:\"alt:Бу флажокты тургузып салар, талдап алган аттардыҥ телкеминде бӱктердиҥ тайантыларынаҥ јажырарга.\";'),('alt','messages:trackingcategories','s:45:\"alt:Шиҥдеген категориялар\";'),('alt','messages:trackingcategories-desc','s:60:\"alt:Категорияга кийдирер критерия\";'),('alt','messages:trackingcategories-disabled','s:47:\"alt:Категория јарадылбаган\";'),('alt','messages:trackingcategories-msg','s:37:\"alt:Шиҥдеде категория\";'),('alt','messages:trackingcategories-name','s:29:\"alt:Јетирӱниҥ ады\";'),('alt','messages:trackingcategories-nodesc','s:44:\"alt:Јартамалы берилбеген.\";'),('alt','messages:trackingcategories-summary','s:310:\"alt:Бу бӱкте автоматикалык толтырыратан категориялар кӧргӱзилген. Олордыҥ адын солыырга јарар, {{ns:8}} аттардыҥ телкеминде келижип турган системаныҥ самараларын ӧскӧртип.\";'),('alt','messages:transaction-duration-limit-exceeded','s:258:\"alt:Репликация эдилерде узак ӧйгӧ тутак болбозын деп бу транзакцияны токтодып салган. \nБичилип турган ӧйи ($1), берилип турган $2 ӧйдӧҥ ӧдӧ берди.\";'),('alt','messages:transaction-max-statement-time-exceeded','s:382:\"alt:Кӧргӱзӱ базаныҥ ижине уур болбозын деп бу суруныҥ бӱдӱрижи токтодылган, нениҥ учун дезе, ол оныҥ ӧйи кеминеҥ ашкан.\nСлер кӧп элементтерди кыска ӧйгӧ кычырып турган болзор, ондый операцияларды астадып кӧрӧр.\";'),('alt','messages:translateinterface','s:240:\"alt:Бу самараны ончо викилерге јаҥы тил кожып эмезе кӧчӱрижин ӧскӧртӧргӧ, MediaWiki-ни кӧчӱретен [https://translatewiki.net/ translatewiki.net] сайтты эдинер.\";'),('alt','messages:tue','s:10:\"alt:Втр\";'),('alt','messages:tuesday','s:18:\"alt:Вторник\";'),('alt','messages:tuesday-at','s:33:\"alt:Вторникте, ӧйи $1\";'),('alt','messages:uctop','s:18:\"alt:тургуза\";'),('alt','messages:unblock','s:64:\"alt:Туружаачыны туйукташтаҥ чыгарар\";'),('alt','messages:unblock-hideuser','s:150:\"alt:Бу туружаачыны слер туйукташтаҥ чыгарып болбозор, оныҥ ады јажырып салган учун.\";'),('alt','messages:unblock-summary','s:3:\"en:\";'),('alt','messages:unblocked','s:56:\"alt:[[User:$1|$1]]-ҥ туйуктажы јоголды.\";'),('alt','messages:unblocked-id','s:49:\"alt:$1 туйкташтаҥ чыгарылган.\";'),('alt','messages:unblocked-ip','s:70:\"alt:[[Special:Contributions/$1|$1]] туйукташтаҥ чыкты.\";'),('alt','messages:unblocked-range','s:41:\"alt:$1 туйуктажы јоголды.\";'),('alt','messages:unblockip','s:64:\"alt:Туружаачыны туйукташтаҥ чыгарар\";'),('alt','messages:unblockiptext','s:229:\"alt:Мынаҥ озо туйукталган IP-адрестеҥ эмезе туружаачыныҥ адынаҥ тӱзедиш эдерге турган болзор, алдында берилген форманы эдинер.\";'),('alt','messages:unblocklink','s:45:\"alt:блокировканы јоголтор\";'),('alt','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('alt','messages:uncategorized-categories-exceptionlist','s:373:\"alt: # Special:UncategorizedCategories-те айдылбайтан категориялардыҥ тизими бар. Бир јолдыктаҥ, \"*\" символдоҥ баштап. Ӧскӧ символдоҥ башталган јолдыктар (куру јерлерлер ле катай) керекке алынбас. Јартамал эдерге \"#\" эдинер.\";'),('alt','messages:uncategorizedcategories','s:69:\"alt:Категоризациялабаган категориялар\";'),('alt','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('alt','messages:uncategorizedimages','s:59:\"alt:Категоризациялабаган файлдар\";'),('alt','messages:uncategorizedimages-summary','s:3:\"en:\";'),('alt','messages:uncategorizedpages','s:57:\"alt:Категоризациялабаган бӱктер\";'),('alt','messages:uncategorizedpages-summary','s:3:\"en:\";'),('alt','messages:uncategorizedtemplates','s:63:\"alt:Категоризациялабаган ӱлекерлер\";'),('alt','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('alt','messages:undelete','s:56:\"alt:Јоголткон бӱктерди кӧргӱзер\";'),('alt','messages:undelete-back-to-list','s:69:\"alt:Ончо кырылган версияларды кӧргӱзер\";'),('alt','messages:undelete-bad-store-key','s:164:\"alt:Ӧйи $1 темдектӱ файлдыҥ версиязын орыныктырар арга јок: јоголтордоҥ озо файл јок болгон.\";'),('alt','messages:undelete-cantcreate','s:208:\"alt:Слер бу бӱкти орныктырар арга јок, нениҥ учун дезе, слерде ондый бӱк јок, је слерде оны јайаарга аргалар јетпейт.\";'),('alt','messages:undelete-cantedit','s:166:\"alt:Слер бу бӱкти орныктырар арга јок, нениҥ учун дезе, слерде оны тӱзедетен аргалар јетпейт.\";'),('alt','messages:undelete-cleanup-error','s:103:\"alt:Эдинбей турган \"$1\" кӧмзӧ файлды јоголторында јастырыш.\";'),('alt','messages:undelete-error','s:64:\"alt:Бӱктиҥ орныктырарыныҥ јастырыжы\";'),('alt','messages:undelete-error-associated-alreadytalk','s:114:\"alt:Шӱӱжӱниҥ бӱгиле колбулу шӱӱжӱниҥ бӱгин орныктырар арга јок.\";'),('alt','messages:undelete-error-associated-notdeleted','s:98:\"alt:Колбулу шӱӱжӱниҥ бӱгинде орныктыргадый версия јок.\";'),('alt','messages:undelete-fieldset-title','s:47:\"alt:Версияларды орныктырар\";'),('alt','messages:undelete-filename-mismatch','s:153:\"alt:Ӧйи $1 темдектӱ файлдыҥ версиязын орыныктырар арга јок: файлдыҥ ады келишипей јат.\";'),('alt','messages:undelete-header','s:151:\"alt:Ӧйи удабаган кырылган бӱктердиҥ тизимин [[Special:Log/delete|кырыштыҥ журналынаҥ]] кӧрӧр.\";'),('alt','messages:undelete-missing-filearchive','s:201:\"alt:$1 ID-лӱ кӧмзӧ файлды орныктырар арга јок, нениҥ учун дезе, ол кӧргӱзӱ базада јок. Айса болзо, ол орныктырылган.\";'),('alt','messages:undelete-no-results','s:101:\"alt:Јоголтыштыҥ кӧмзӧзинде келишкедий бӱктер табылбады.\";'),('alt','messages:undelete-nodiff','s:47:\"alt:Озогы версия табылбады.\";'),('alt','messages:undelete-revision','s:76:\"alt:$3 туружаачы, кырылган версия $1 (ӧйи $4, $5):\";'),('alt','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('alt','messages:undelete-search-box','s:52:\"alt:Кырылган бӱктерди бедрери\";'),('alt','messages:undelete-search-full','s:99:\"alt:Бӱктердиҥ аттарында мындый бар болзо кӧргӱзип ийер:\";'),('alt','messages:undelete-search-prefix','s:79:\"alt:Мынаҥ башталып турган бӱктерди кӧргӱзер:\";'),('alt','messages:undelete-search-submit','s:16:\"alt:Бедреш\";'),('alt','messages:undelete-search-title','s:52:\"alt:Кырылган бӱктерди бедрери\";'),('alt','messages:undelete-show-file-confirm','s:137:\"alt:Кырып салган \"<nowiki>$1</nowiki>\" файлдыҥ версиязын кӧрӧргӧ тураганар ба? Ӧйи $2 $3.\";'),('alt','messages:undelete-show-file-submit','s:10:\"alt:Эйе\";'),('alt','messages:undelete-summary','s:3:\"en:\";'),('alt','messages:undelete-talk-summary-prefix','s:88:\"alt:Колбулу бӱк ле кожо орныктырылган, шылтагы: \"$1\"\";'),('alt','messages:undelete-undeletetalk','s:107:\"alt:Шӱӱжӱниҥ колболгон бӱгиниҥ ончо версияларын орныктырар\";'),('alt','messages:undelete_short','s:55:\"alt:Орныктырар {{PLURAL:$1|тӱзедӱни}}\";'),('alt','messages:undeletebtn','s:24:\"alt:Орныктырар\";'),('alt','messages:undeletecomment','s:19:\"alt:Шылтагы:\";'),('alt','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('alt','messages:undeletedpage','s:215:\"alt:<strong>$1 бӱк орныктырылды</strong>\n\nКалганчы јоголтыштыҥ ла орныктырыштыҥ тизимин [[Special:Log/delete|кырыштыҥ журналынаҥ]]кӧрӧр.\";'),('alt','messages:undeleteextrahelp','s:423:\"alt:Бӱктиҥ тӱӱкизин бастыра бойын орныктырарга ончо темдектерди куру артызып <strong><em>{{int:undeletebtn}}</em></strong> былчып ийер.\nЈарымдай орныктырарга, бӱктердиҥ орныктыратан версияларын темдектеп, <strong><em>{{int:undeletebtn}}</em></strong> былчуны былчып ийер.\";'),('alt','messages:undeletehistory','s:361:\"alt:Бӱкти орныктырып јатса оныҥ тӱзедӱзиниҥ тӱӱкизи кожо орныктырылат.\nЈоголткон кийнинде ондый ла атту бӱк эдилген болгон болзо, тӱӱкиде орныктырылган версиялар јаҥы тӱзедӱлердеҥ озо болуп калар.\";'),('alt','messages:undeletehistorynoadmin','s:367:\"alt:Бӱк кырылып калган.\nЈоголтыштыҥ шылтагын ла јоголтконноҥ озо тӱзедӱ эткен туружаачыларыныҥ тизими алдында кӧргӱзилген.\nОл кырылган тӱзедӱлердиҥ бичимелдерин јӱк ле администраторлор кӧрӧр аргалу.\";'),('alt','messages:undeleteinvert','s:39:\"alt:Талдаганын аҥтарар\";'),('alt','messages:undeletelink','s:35:\"alt:кӧрӧр/орныктырар\";'),('alt','messages:undeletepage','s:99:\"alt:Јоголткон бӱктерди кӧргӱзери ле олорды орныктырары\";'),('alt','messages:undeletepagetext','s:235:\"alt:Ээчий {{PLURAL:$1|бӱк}} кырылган болгон, је ол эмдигенче кӧмзӧдӧ, оныҥ учун оны орныктырып аларга јарар.\nКӧмзӧ кезикте арчылып калат.\";'),('alt','messages:undeletepagetitle','s:115:\"alt:<strong>Алдында [[:$1|$1]] бӱктиҥ јоголткон версиялары берилди</strong>.\";'),('alt','messages:undeleterevdel','s:376:\"alt:Орныктырып јатса бӱктиҥ калганчы версиязыныҥ эмезе файлдыҥ бӧлӱгин кырып ийерге турза орныктырыш бӱдӱрилбес.\nОндый учурал болзо слер темдекти уштыыр эмезе калганчы јоголткон версияларды кӧрӧр учурлу.\";'),('alt','messages:undeleterevision-duplicate-revid','s:207:\"ru:$1 {{PLURAL:$1|версия|версий|версии}} не могут быть восстановлены, поскольку {{PLURAL:$1|её|их}} <code>rev_id</code> уже используется.\";'),('alt','messages:undeleterevision-missing','s:253:\"alt:Јастыралу эмезе ондый јок версия.\nАйса болзо, слер јастыра тайанты ажыра кӧчкӧнӧр, эмезе версиязын орныктырган эмезе кӧмзӧнӧҥ кырылган.\";'),('alt','messages:undeleterevisions','s:51:\"alt:$1 кырылган {{PLURAL:$1||версия}}\";'),('alt','messages:undeleteviewlink','s:14:\"alt:кӧрӧр\";'),('alt','messages:underline-always','s:22:\"alt:Јаантайын\";'),('alt','messages:underline-default','s:73:\"alt:Браузердиҥ текши јазалталары аайынча\";'),('alt','messages:underline-never','s:28:\"alt:Качан да эмес\";'),('alt','messages:undo-failure','s:158:\"alt:Тӱзедӱни бурултар арга јок, орто версиялардыҥ солынтылары бой-бойыла јарашпас учун.\";'),('alt','messages:undo-main-slot-only','s:155:\"alt:Тӱзедӱ кайра јандырылбас, нениҥ учун дезе ондо тӧс слотко кирбей турган толынтылу.\";'),('alt','messages:undo-nochange','s:62:\"alt:Тӱзедӱни јандырып салган ошкош.\";'),('alt','messages:undo-norev','s:129:\"alt:Тӱзедӱ кайра јандырылбас нениҥ учун дезе ол эмди јок эмезе кырылган.\";'),('alt','messages:undo-success','s:344:\"alt:Тӱзедӱни тескерделип салар аргалу.\nВерсиялардыҥ теҥдежин кӧрӧр, слер бу солынтыларды эдип турала деп бӱдӱнип ийеле \"Бӱкти бичиир\" былчып ийер, слердиҥ  јандырган тӱзедӱ јарладылзын деп.\";'),('alt','messages:undo-summary','s:115:\"alt:[[Special:Contributions/$2|$2]] эткен $1 тӱзедӱни јандырары ([[User talk:$2|шӱӱжӱ]])\";'),('alt','messages:undo-summary-anon','s:85:\"alt:[[Special:Contributions/$2|$2]] эткен $1 версияны јандырары\";'),('alt','messages:undo-summary-import','s:96:\"alt:[[:$2|$3]] туружаачыныҥ импорт эткен $1 бӱкти јандырары\";'),('alt','messages:undo-summary-import2','s:88:\"alt:$2 туружаачыныҥ импорт эткен $1 бӱкти јандырары\";'),('alt','messages:undo-summary-username-hidden','s:95:\"alt:Адын јажырган туружаачыныҥ $1 тӱзедӱзин јандырары\";'),('alt','messages:unexpected','s:43:\"alt:Учуры јарашпас: \"$1\"=\"$2\".\";'),('alt','messages:unicode-support-fail','s:209:\"alt:Слердиҥ браузер Unicode-ни аайлабай турган ошкош. Ол бӱктерди тӱзедерге керек болот, оныҥ учун тӱзедӱгер јарлалбас.\";'),('alt','messages:unit-pixel','s:13:\"ru: пикс.\";'),('alt','messages:unknown-error','s:39:\"alt:Јарты јок јастырыш.\";'),('alt','messages:unlinkaccounts','s:65:\"alt:Аккаунттардыҥ колбузын јоголтор.\";'),('alt','messages:unlinkaccounts-success','s:55:\"alt:Аккаунттыҥ колбузы јоголды.\";'),('alt','messages:unlockbtn','s:72:\"alt:Кӧргӱзӱлӱ базага бичиирге јарар эдер\";'),('alt','messages:unlockconfirm','s:105:\"alt:Эйе, Мен кӧргӱзӱлӱ базаны бичиирге јарар эдерге тургам.\";'),('alt','messages:unlockdb','s:72:\"alt:Кӧргӱзӱлӱ базага бичиирге јарар эдер\";'),('alt','messages:unlockdbsuccesssub','s:72:\"alt:Кӧргӱзӱлӱ база бичиирге јарар эдилди\";'),('alt','messages:unlockdbsuccesstext','s:89:\"alt:Проекттиҥ кӧргӱзӱлӱ базазы туйукташтаҥ чыкты.\";');
INSERT INTO `mw_l10n_cache` VALUES ('alt','messages:unlockdbtext','s:450:\"alt:Кӧргӱзӱниҥ базазын туйукташтаҥ чыгарып ийзе бӱктерди тӱзедерге, јазалталардыҥ, ширтениҥ тизимин солыырын ла ӧскӧ кылынышты, ончо туружаачыларга кӧргӱзӱниҥ базазына кирип эдинерин орныктырып ийер.\nСлер мыны эдерге турганарды чындыктап ийер.\";'),('alt','messages:unpatrolledletter','s:4:\"ru:!\";'),('alt','messages:unprotect','s:31:\"alt:Корышты солыыр\";'),('alt','messages:unprotected-js','s:320:\"alt:Каршулу учуралдар болбозын деп JavaScript-ти корулабаган бӱктердеҥ аларга јарабас. Скрипттерди јӱк ле MediaWiki-ниҥ аттарыныҥ телкеминде: эмезе туружаачыныҥ кош бӱги этире бичигер.\";'),('alt','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('alt','messages:unprotectedarticle-comment','s:83:\"alt:\"[[$1]]\" бӱктиҥ корултазын{{GENDER:$2|уштуп}} салган\";'),('alt','messages:unregistered-user-config','s:221:\"alt:Јеткерлӱ учуралдар болбозын деп туружаачылардыҥ JavaScript, CSS ла JSON кош бӱктер регистрация јок туружаачыларга алдыртпайт.\";'),('alt','messages:unstrip-depth-category','s:67:\"alt:Unstrip катапталар кемин ашкан бӱктер\";'),('alt','messages:unstrip-depth-category-desc','s:61:\"alt:Бу бӱк unstrip тӱбтиҥ кеминеҥ ажат.\";'),('alt','messages:unstrip-depth-warning','s:57:\"alt:Unstrip катапталар кемин ашты ($1)\";'),('alt','messages:unstrip-size-category','s:67:\"alt:Јараткадый Unstrip кемин ашкан бӱктер\";'),('alt','messages:unstrip-size-category-desc','s:65:\"alt:Бу бӱк unstrip јааныныҥ кеминеҥ ажат.\";'),('alt','messages:unstrip-size-warning','s:36:\"alt:Unstrip кемин ашты ($1)\";'),('alt','messages:unsupported-content-diff','s:95:\"alt:$1 толынтыныҥ моделиниҥ башкаланганы јарадылбайт.\";'),('alt','messages:unsupported-content-diff2','s:129:\"alt:$1 ле $2 толынтыныҥ модельдериниҥ башкаланганы бу викиде јарадылбайт.\";'),('alt','messages:unsupported-content-model','s:112:\"alt:<strong>Ајару:</strong>бБу викиде $1 толынтыныҥ модели јарадылбайт.\";'),('alt','messages:unusedcategories','s:56:\"alt:Эдинбей турган категориялар\";'),('alt','messages:unusedcategories-summary','s:3:\"en:\";'),('alt','messages:unusedcategoriestext','s:143:\"alt:Мындый категориялардыҥ бӱктери бар, олордо статья эмезе ӧскӧ категория јок.\";'),('alt','messages:unusedimages','s:46:\"alt:Эдинбей турган файлдар\";'),('alt','messages:unusedimages-summary','s:3:\"en:\";'),('alt','messages:unusedimagestext','s:272:\"alt:Бу файлдар база кандый да бӱкте тузаланылбайт. Ӧскӧ веб-сайттар ол файлга (оныҥ URL) тайанып, онойдо ол бу тизимге кирип те турган болзо, тузаланылар.\";'),('alt','messages:unusedimagestext-categorizedimgisused','s:454:\"alt:Бу файлдар бар, је олор бир де бӱкке кирбейт. Категорияга кийдирилген јуруктар эдинип турган чотолот, бир де бӱкте јок то болзо.\nАјарып кӧрӧр, ӧскӧ веб-сайттар файлга чике URL-адрес ажыра тайанар аргалу, оноҥ олор анар эдинип турган да болзо табылар.\";'),('alt','messages:unusedtemplates','s:50:\"alt:Эдинбей турган ӱлекерлер\";'),('alt','messages:unusedtemplates-summary','s:3:\"en:\";'),('alt','messages:unusedtemplatestext','s:324:\"alt:Аттардыҥ телкеминиҥ «{{ns:template}}» бастыра бӱктериниҥ тоозы мында берилген, олор база кандый да бӱктерге кирбейт.\nЈоголтор алдында шаблонго тайантылар јок по деп лаптап кӧригер.\";'),('alt','messages:unusedtemplateswlh','s:33:\"alt:ӧскӧ тайантылар\";'),('alt','messages:unwatch','s:20:\"alt:Ширтебес\";'),('alt','messages:unwatchedpages','s:37:\"alt:Ширтебеген бӱктер\";'),('alt','messages:unwatchedpages-summary','s:3:\"en:\";'),('alt','messages:unwatching','s:57:\"alt:Ширтениҥ тизиминеҥ јоголот...\";'),('alt','messages:unwatchthispage','s:37:\"alt:Ширтеени токтодор\";'),('alt','messages:updated','s:28:\"alt:(Јаҥыртылган)\";'),('alt','messages:updatedmarker','s:88:\"alt:слердиҥ калганчы киргеннеҥ бери јаҥыртылганы\";'),('alt','messages:updatewatchlist','s:52:\"alt:Ширтениҥ тизимин јаҥыртар\";'),('alt','messages:upload','s:44:\"alt:Файлды серверге салар\";'),('alt','messages:upload-copy-upload-invalid-domain','s:65:\"alt:Бу доменде салатан копия эдилбес.\";'),('alt','messages:upload-curl-error28','s:49:\"alt:Серверге салатан ӧй ӧтти\";'),('alt','messages:upload-curl-error28-text','s:218:\"alt:Сайт ӧткӱре узак кару бербейт. Сайт иштеп турган ба деп ойто катап кӧрӧлӧ, бир эмеш ӧйдиҥ бажында база катап ченешкер.\";'),('alt','messages:upload-curl-error6','s:57:\"alt:Бу адреске баштанар арга јок.\";'),('alt','messages:upload-curl-error6-text','s:126:\"alt:Бу адреске баштанар арга јок. Адрес чын, сайт ачык деп јазап кӧргӧр.\";'),('alt','messages:upload-default-description','s:4:\"en:-\";'),('alt','messages:upload-description','s:37:\"alt:Файлдыҥ јартамалы\";'),('alt','messages:upload-dialog-button-back','s:14:\"alt:Кайра\";'),('alt','messages:upload-dialog-button-cancel','s:18:\"alt:Токтоду\";'),('alt','messages:upload-dialog-button-done','s:14:\"alt:Белен\";'),('alt','messages:upload-dialog-button-save','s:18:\"alt:Артызар\";'),('alt','messages:upload-dialog-button-upload','s:14:\"alt:Салар\";'),('alt','messages:upload-dialog-disabled','s:160:\"alt:Бу вики-сайтта бу диалоговый кӧзнӧктиҥ болужыла файл салатан арганы токтодып салган.\";'),('alt','messages:upload-dialog-title','s:44:\"alt:Файлды серверге салар\";'),('alt','messages:upload-disallowed-here','s:67:\"alt:Слерде бу файлды солыйтан арга јок\";'),('alt','messages:upload-file-error','s:38:\"alt:Ич-бойында јастыра\";'),('alt','messages:upload-file-error-text','s:232:\"alt:Серверде кыска ӧйгӧ эдинетен файлды эдерге турарда ич-бойында јастырыш болды. \n[[Special:ListUsers/sysop|Администраторго]] баштану эдер.\";'),('alt','messages:upload-foreign-cant-load-config','s:149:\"alt:Файлдардыҥ тыш салгыш јерге файлдардыҥ салатан конфигурациязын салып болбоды.\";'),('alt','messages:upload-foreign-cant-upload','s:203:\"alt:Бу викиниҥ јазалталарында файлдарды сурулаган тууразындагы файлдардыҥ салгыш јерине саларга јарадылбаган.\";'),('alt','messages:upload-form-label-infoform-categories','s:28:\"alt:Категориялар\";'),('alt','messages:upload-form-label-infoform-date','s:10:\"alt:Ӧйи\";'),('alt','messages:upload-form-label-infoform-description','s:22:\"alt:Јартамалы\";'),('alt','messages:upload-form-label-infoform-description-tooltip','s:287:\"alt:Бу чӱмдемел керегинде эҥ учурлу информацияны кыскарта бичип ийгер. Фотого - не ондо согылганын, согып турарда айалгазын эмезе кайда согылганын бичип ийер.\";'),('alt','messages:upload-form-label-infoform-name','s:10:\"alt:Ады\";'),('alt','messages:upload-form-label-infoform-name-tooltip','s:226:\"alt:Файлга аҥылу јартамалду бажалык берер, ол оныҥ ады болуп артар. Тегин тилди ле бор јер эинер. Файлдыҥ элбедижин бичибегер.\";'),('alt','messages:upload-form-label-infoform-title','s:26:\"alt:Јартамалдар\";'),('alt','messages:upload-form-label-not-own-work-local-generic-foreign','s:220:\"alt:Бу файлды {{SITENAME}} сайттыҥ ээжилери аайынча салып ийерге јарар болзо, оны [[Special:Upload|салгыштыҥ бӱги]] ажыра салып кӧригер.\";'),('alt','messages:upload-form-label-not-own-work-local-generic-local','s:111:\"alt:Слер анайда ок [[Special:Upload|озо салатан бӱкти]] эдинип кӧригер.\";'),('alt','messages:upload-form-label-not-own-work-message-generic-foreign','s:260:\"alt:Бу файлды текши салгыш јердиҥ ээжилери аайынча салып болбой турган болзор, бу диалоговый кӧзнӧкти јабып ийеле ӧскӧ метод ажыра салып кӧрӧр.\";'),('alt','messages:upload-form-label-not-own-work-message-generic-local','s:251:\"alt:Бу файлды {{SITENAME}} сайттыҥ ээжилери аайынча салып болбой турган болзор, бу диалоговый кӧзнӧкти јабып ийеле ӧскӧ метод ажыра салып кӧрӧр.\";'),('alt','messages:upload-form-label-own-work','s:45:\"alt:Бу мениҥ бойымныҥ ижим\";'),('alt','messages:upload-form-label-own-work-message-generic-foreign','s:306:\"alt:Мен бу файлды текши салгыш репозиторийдӧн салып јадым деп аайлап турум. Мен мыны туружаачыныҥ јӧпсинижи ле лицензиялык политика аайынча эдип јаткам деп јӧпсинедим.\";'),('alt','messages:upload-form-label-own-work-message-generic-local','s:144:\"alt:{{SITENAME}} ээжилери ле сайттыҥ политиказыныҥ аайыла јӧпсинип бу файлды саладым.\";'),('alt','messages:upload-form-label-usage-filename','s:25:\"alt:Файлдыҥ ады\";'),('alt','messages:upload-form-label-usage-title','s:22:\"alt:Эдинетени\";'),('alt','messages:upload-http-error','s:48:\"alt:HTTP-ниҥ јастырыжы болды:$1\";'),('alt','messages:upload-maxfilesize','s:45:\"alt:Файлдыҥ эҥ јаан кеми: $1\";'),('alt','messages:upload-misc-error','s:57:\"alt:Салыштыҥ јарты јок јастырыжы\";'),('alt','messages:upload-misc-error-text','s:256:\"alt:Салыштыҥ јарты јок јастырыжы.\nАдрези чын ба деп кӧрӱп, јаҥынаҥ умзанар. Проблема артып калза [[Special:ListUsers/sysop|администраторго]] баштану эдер.\";'),('alt','messages:upload-options','s:39:\"alt:Салатан јазалталар\";'),('alt','messages:upload-permitted','s:79:\"alt:Јарадылган файлдардыҥ {{PLURAL:$2|типтери}}: $1.\";'),('alt','messages:upload-preferred','s:75:\"alt:Јараткан файлдардыҥ {{PLURAL:$2|типтери}}: $1.\";'),('alt','messages:upload-prohibited','s:83:\"alt:Јарадылбаган файлдардыҥ {{PLURAL:$2|типтери}}: $1.\";'),('alt','messages:upload-proto-error','s:35:\"alt:Јастыра протокол\";'),('alt','messages:upload-proto-error-text','s:160:\"alt:Ӧскӧ сервердеҥ файлды саларга адрези <code>http://</code> эмезе <code>ftp://</code> деп башталар керек.\";'),('alt','messages:upload-recreate-warning','s:254:\"alt:<strong>Ајару: ондый атту файл кырылган эмезе ады солынып калган.</strong>\n\nБу бӱктиҥ кырыштыҥ ла аттары солыганыныҥ журналдары алдында берилди:\";'),('alt','messages:upload-scripted-dtd','s:115:\"alt:SVG файлды саларга келишпейт, ондо стандартный эмес DTD-јар бар.\";'),('alt','messages:upload-scripted-pi-callback','s:152:\"alt:Файлды саларга келишпейт, ондо стильдыҥ XML таблицазын аайлар инструкциялары бар.\";'),('alt','messages:upload-source','s:19:\"alt:Тӧс файл\";'),('alt','messages:upload-summary','s:3:\"en:\";'),('alt','messages:upload-too-many-redirects','s:66:\"alt:URL-да ӧткӱре кӧп ууландырыштар бар\";'),('alt','messages:upload-tryagain','s:71:\"alt:Файлдыҥ солынган јартамалын аткарар\";'),('alt','messages:upload-tryagain-nostash','s:98:\"alt:Катап салган файлды ла солынган јартамалын аткарар\";'),('alt','messages:upload_directory_missing','s:129:\"alt:Файлдар салатан директория ($1) јок, анайда оны веб-сервер эдип болбос\";'),('alt','messages:upload_directory_read_only','s:120:\"alt:Файлдарды салатан јерге ($1) веб-сервер неме бичиир аргалары јок.\";'),('alt','messages:upload_source_file','s:78:\"alt:(компьютерде файлды слер талдап алганар)\";'),('alt','messages:upload_source_url','s:139:\"alt:(слердиҥ талдаган файлар чындык, ончозына ачылгадый интернет-адрес болот)\";'),('alt','messages:uploadbtn','s:44:\"alt:Файлды серверге салар\";'),('alt','messages:uploaddisabled','s:34:\"alt:Саларга јарабас.\";'),('alt','messages:uploaddisabledtext','s:59:\"alt:Файлдарды салары токтодылган.\";'),('alt','messages:uploaded-animate-svg','s:195:\"alt:Салган SVG  файлда \"animate\" тег табылды, ол \"from\" атрибуттыҥ болужыла тайантыны солыыр аргалу <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('alt','messages:uploaded-event-handler-on-svg','s:165:\"alt:Улуралдардыҥ аайлачызыныҥ аттрибуттарын јазаары <code>$1=\"$2\"</code> SVG файлдарга јарадылбаган.\";'),('alt','messages:uploaded-hostile-svg','s:142:\"alt:Стильдыҥ элементинде каршузын јетиргедий CSS-код табылды салынган SVG файлда.\";'),('alt','messages:uploaded-href-attribute-svg','s:505:\"alt:<a> элементтер (href)-ке тайанар аргалу јӱк ле data-га: (ичине кийдирген файл), http:// эмезе https://, эмезе фрагмент (#, ол ло документте). Ӧскӧ элементерге, <image> аайлу, јӱк ле data: ла фрагмент јарадылган. Ичине јурукты кийдирип кӧригер SVG файлды экспорт эдип јатсар. <code>&lt;$1 $2=\"$3\"&gt;</code> табылган.\";'),('alt','messages:uploaded-href-unsafe-target-svg','s:127:\"alt:Салынган SVG файлда каршузын јетиргедий код бар: URI <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('alt','messages:uploaded-image-filter-svg','s:150:\"alt:Салынган SVG-файлда <code>&lt;$1 $2=\"$3\"&gt;</code> URL-адрестӱ јуруктардыҥ ылгаштырузы табылды.\";'),('alt','messages:uploaded-remote-url-svg','s:256:\"alt:SVG файл ыраакта URL-адрестиҥ болужы ажыра стильдиҥ атрибудын эдинерге турза туйукталат. Салынган SVG-файлда <code>$1=\"$2\"</code> конструкция табылды.\";'),('alt','messages:uploaded-script-svg','s:132:\"alt:Каршузын јетиргедий сценарийлу \"$1\" элемент табылды салынган SVG файлда.\";'),('alt','messages:uploaded-setting-event-handler-svg','s:205:\"alt:Учуралдардыҥ аайлачызыныҥ атрибуттарыныҥ солыры туйукташта, салган SVG файлда  <code>&lt;$1 $2=\"$3\"&gt;</code> код табылган.\";'),('alt','messages:uploaded-setting-handler-svg','s:287:\"alt:\"handler\" атрибутту ыраакта адрестиҥ/кӧргӱзӱниҥ/сценарийдиҥ болужы ажыра эдинип турган SVG файл туйукталат. Салынган SVG файлда <code>$1=\"$2\"</code> конструкция табылды.\";'),('alt','messages:uploaded-setting-href-svg','s:142:\"alt:Туулачы элементке \"href\" деп атрибутты кожорго, \"set\" таҥма эдинери туйукталган.\";'),('alt','messages:uploaded-wrong-setting-svg','s:312:\"alt:SVG файл ыраакта адрести/кӧргӱзӱни/сценарийди амадулаган болужы ажыра \"set\" атрибудын эдинерге турза туйукталат. Салынган SVG-файлда <code>&lt;set to=\"$1\"&gt;</code> конструкция табылды.\";'),('alt','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('alt','messages:uploaderror','s:56:\"alt:Файлды саларарында јастырыш\";'),('alt','messages:uploadfooter','s:4:\"en:-\";'),('alt','messages:uploadinvalidxml','s:73:\"alt:Салынган файлдагы XML-ды аайлап болбос.\";'),('alt','messages:uploadlogpage','s:54:\"alt:Кийдире тартканныҥ журналы\";'),('alt','messages:uploadlogpagetext','s:304:\"alt:Алдында калганчы салынган файлдардыҥ тизими берилди.\nАнайда кӧригер [[Special:NewFiles|јаҥы файлдардыҥ галереязын]] ондо јаҥы салынган файлдарды эптӱ этире кӧрӧргӧ  јарар.\";'),('alt','messages:uploadnewversion-linktext','s:62:\"alt:Бу файлдыҥ јаҥы версиязын салар\";'),('alt','messages:uploadnologin','s:24:\"alt:Кирбегенер\";'),('alt','messages:uploadnologintext','s:35:\"alt:Файлды саларга $1.\";'),('alt','messages:uploadscripted','s:136:\"alt:Файлда HTML-код эмезе скрипт бар, онызы браузерде јастыра аайладар аргалу.\";'),('alt','messages:uploadscriptednamespace','s:102:\"alt:Бу SVG файлда јастыра аттардыҥ телкеми бар \"<nowiki>$1</nowiki>\".\";'),('alt','messages:uploadstash','s:44:\"alt:Удурум кӧмзӧгӧ салары\";'),('alt','messages:uploadstash-bad-path','s:20:\"alt:Јолы јок.\";'),('alt','messages:uploadstash-bad-path-bad-format','s:66:\"alt:\"$1\" тӱлкӱӱр - јарабагадый форматта.\";'),('alt','messages:uploadstash-bad-path-invalid','s:26:\"alt:Јастыра јол.\";'),('alt','messages:uploadstash-bad-path-no-handler','s:73:\"alt:$2 файлга $1 mime-типтӱ аайлачы табылбады.\";'),('alt','messages:uploadstash-bad-path-unknown-type','s:34:\"alt:Јарты јок \"$1\" тип.\";'),('alt','messages:uploadstash-bad-path-unrecognized-thumb-name','s:66:\"alt:Миниатюраныҥ аайлап болбогон ады.\";'),('alt','messages:uploadstash-badtoken','s:191:\"alt:Кӧргӱзилген эдимди бӱдӱрерге келишпеди.Айса болзо, слердиҥ аккаунттыҥ ӧйи ӧткӧн. База катап ченешкер.\";'),('alt','messages:uploadstash-clear','s:49:\"alt:Удурум файлдарды арчыыр.\";'),('alt','messages:uploadstash-errclear','s:38:\"alt:Файлдар арчылбады.\";'),('alt','messages:uploadstash-exception','s:89:\"alt:$1,$2 деп удурум кӧмзӧлӧргӧ кожулганы салынбады.\";'),('alt','messages:uploadstash-file-not-found','s:104:\"alt:\"$1\" тӱлкӱӱр кыска ӧйгӧ эдинетен салгыш јерде табылбады.\";'),('alt','messages:uploadstash-file-not-found-missing-content-type','s:49:\"alt:content-type бажалык јылыйган.\";'),('alt','messages:uploadstash-file-not-found-no-local-path','s:98:\"alt:Јуруктыҥ солыган бӱдӱмине локальный јол табылбады.\";'),('alt','messages:uploadstash-file-not-found-no-remote-thumb','s:56:\"alt:Миниатюраны эдилбеди: $1\nURL = $2\";'),('alt','messages:uploadstash-file-not-found-no-thumb','s:53:\"alt:Миниатюразын эдип болбоды.\";'),('alt','messages:uploadstash-file-not-found-not-exists','s:80:\"alt:Јол табылбаган, эмезе файлды аайлалбаган.\";'),('alt','messages:uploadstash-file-too-large','s:79:\"alt:Кеми $1 байттаҥ јаан файлды аайлап болбос.\";'),('alt','messages:uploadstash-no-such-key','s:49:\"alt:($1) тӱлкӱӱр јок, кырылбас.\";'),('alt','messages:uploadstash-nofiles','s:52:\"alt:Слерде удурум файлдар јок.\";'),('alt','messages:uploadstash-not-logged-in','s:124:\"alt:Бичиткен туружаачылар јок, файлдар туружаачылардыҥ болор учурлу.\";'),('alt','messages:uploadstash-refresh','s:56:\"alt:Файлдардыҥ тизимин јаҥыртар\";'),('alt','messages:uploadstash-summary','s:324:\"alt:Бу бӱк файлдарга јол берет, је файлдар кирген (эмезе кирип јаткан) айалгада, эм тургуза викиде бичилбеген.Бу файлдар кемге де кӧрӱнбейт, јаҥыс ла оны кийдирген туружаачы кӧрӧр.\";'),('alt','messages:uploadstash-thumbnail','s:45:\"alt:миниатюразын кӧргӱзер\";'),('alt','messages:uploadstash-wrong-owner','s:60:\"alt:$1 бу файл бу туружаачыныҥ эмес.\";'),('alt','messages:uploadstash-zero-length','s:39:\"alt:Файлдыҥ узуны ноль.\";'),('alt','messages:uploadtext','s:1324:\"alt:Файлдарды серверге саларга бу форманы эдинер.\nОзогы салган файлдарды кӧрӧргӧ эмезе бедреерге [[Special:FileList|салынган файлдардыҥ тизимин кӧрӧр]], салган ла катап салган файлдар анайда [[Special:Log/upload|салганныҥ журналына]] бичилди, кырылган файлдар керегинде [[Special:Log/delete|кырылганыныҥ журналында]] бичилди.\n\nФайлды статьяга кийдирерге мындый бӱдӱмдӱ кодты эдинер:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> бастыра бойы кӧрӱнер версияны тургузарга\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> 200 пиксельге јетире тууразын астадып, бичимелдиҥ сол јанына чыгарып, алдына \"јартамалын\" кӧргӱзер\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> файлды тайанты эдип саларга, файлдыҥ толынтызын бӱкте кӧргӱспей\";'),('alt','messages:uploadvirus','s:47:\"alt:Файлда вирус бар!\nКӧр.: $1\";'),('alt','messages:uploadwarning','s:40:\"alt:Саларга турза ајару\";'),('alt','messages:uploadwarning-text','s:124:\"alt:Алдында файлдыҥ берилген јартамалын солыйла катап умзанып кӧрӧр.\";'),('alt','messages:uploadwarning-text-nostash','s:135:\"alt:Јаҥынаҥ файлды салып, алдында берилген јартамалды солып, умзанып кӧрӧр.\";'),('alt','messages:user-mail-no-addy','s:106:\"alt:Электрон самараны email адрес јокко аткарарга албаданган.\";'),('alt','messages:user-mail-no-body','s:116:\"alt:Куру эмезе учуры јок электрон самараны аткарарга албаданган.\";'),('alt','messages:usercreated','s:54:\"alt:{{GENDER:$3|Эдилген}} кӱни $1 ӧйи $2\";'),('alt','messages:usercssispublic','s:227:\"alt:Ајару эдер: CSS кош бӱктерде конфиденциялык билгирлер болбос керек, нениҥ учун дезе, олорды ончо туружаачылар кӧрӧр аргалу.\";'),('alt','messages:usercsspreview','s:145:\"alt:<strong>Бу CSS-файлар јӱк ле озолодо кӧргӱзилген.\nОл эмдигенче јарладылбаган!</strong>\";'),('alt','messages:usercssyoucanpreview','s:175:\"alt:<strong>Болуш:</strong> Јаҥы CSS-файларды јарлаар алдында шиҥдеерге \"{{int:showpreview}}\" былчышты былчып ийгер.\";'),('alt','messages:usereditcount','s:33:\"alt:$1 {{PLURAL:$1|тӱзедӱ}}\";'),('alt','messages:userexists','s:84:\"alt:Кийдирген ат эдиниште бар.\nӦскӧ ат талдагар.\";'),('alt','messages:userinvalidconfigtitle','s:380:\"alt:<strong>Ајару:</strong> Тыш-бӱдӱмниҥ \"$1\" темазы табылбады.\nЭдинчилердиҥ .css, .json, and .js бӱктериниҥ аттары киченек таныктардаҥ болор керек, темдектезе {{ns:user}}:Та кем де/vector.css башкаланат {{ns:user}}:Та кем де/Vector.css файлга кӧрӧ.\";'),('alt','messages:userjsdangerous','s:416:\"alt:Ајаруны эдер: кажы ла катап слер бу бӱкти ачсар, бӱктеги скриптер иштеп келер.\nКаршулу кодты бери кожып салза, слердиҥ аккаунтарды каршулу эдингедий болор. Бу бӱктеги код солынтылардыҥ озолодо кӧргӱзетен кӧргӱзӱде иштедилер.\";'),('alt','messages:userjsispublic','s:234:\"alt:Ајару эдер: JavaScript кош бӱктерде конфиденциялык билгирлер болбос керек, нениҥ учун дезе, олорды ончо туружаачылар кӧрӧр аргалу.\";'),('alt','messages:userjsonispublic','s:228:\"alt:Ајару эдер: JSON кош бӱктерде конфиденциялык билгирлер болбос керек, нениҥ учун дезе, олорды ончо туружаачылар кӧрӧр аргалу.\";'),('alt','messages:userjsonpreview','s:146:\"alt:<strong>Бу JSON-файлар јӱк ле озолодо кӧргӱзилген.\nОл эмдигенче јарладылбаган!</strong>\";'),('alt','messages:userjsonyoucanpreview','s:176:\"alt:<strong>Болуш:</strong> Јаҥы JSON-файларды јарлаар алдында шиҥдеерге \"{{int:showpreview}}\" былчышты былчып ийгер.\";'),('alt','messages:userjspreview','s:152:\"alt:<strong>Бу JavaScript-файлар јӱк ле озолодо кӧргӱзилген.\nОл эмдигенче јарладылбаган!</strong>\";'),('alt','messages:userjsyoucanpreview','s:182:\"alt:<strong>Болуш:</strong> Јаҥы JavaScript-файларды јарлаар алдында шиҥдеерге \"{{int:showpreview}}\" былчышты былчып ийгер.\";'),('alt','messages:userlogin-createanother','s:45:\"alt:Ӧскӧ аккаунт эдип алар\";'),('alt','messages:userlogin-helplink2','s:40:\"alt:Кирер аайынча болуш\";'),('alt','messages:userlogin-joinproject','s:27:\"alt:{{SITENAME}} кирер\";'),('alt','messages:userlogin-loggedin','s:162:\"alt:{{GENDER:$1|$1}} этире слер кирип алганар.\nАлдындагы форманы эдинип, ӧскӧ аккаунт этире кирер.\";'),('alt','messages:userlogin-noaccount','s:31:\"alt:Аккаунт јок по?\";'),('alt','messages:userlogin-reauth','s:108:\"alt:Слер {{GENDER:$1|$1}} деп чынын билерге јаҥынаҥ системага кирер.\";'),('alt','messages:userlogin-remembermypassword','s:44:\"alt:Системага кирип артар\";'),('alt','messages:userlogin-resetpassword-link','s:52:\"alt:Јажыт сӧсти орныктырар ба?\";'),('alt','messages:userlogin-signwithsecure','s:46:\"alt:Адаанду колбуны эдинер\";'),('alt','messages:userlogin-yourname','s:22:\"alt:Туружаачы\";'),('alt','messages:userlogin-yourname-ph','s:33:\"alt:Адарды кийдирер\";'),('alt','messages:userlogin-yourpassword','s:21:\"alt:Јажыт сӧс\";'),('alt','messages:userlogin-yourpassword-ph','s:42:\"alt:Јажыт сӧсти кийдирер\";'),('alt','messages:userlogout','s:14:\"alt:Чыгар\";'),('alt','messages:userlogout-continue','s:50:\"alt:Слер чыгарга турганар ба?\";'),('alt','messages:userlogout-summary','s:3:\"en:\";'),('alt','messages:userlogout-temp','s:188:\"alt:Слер чыннаҥ чыгарга турганар ба? Слерде бир канча ӧйгӧ эдилген аккаунтка киретен арга јоголып калар.\";'),('alt','messages:usermaildisabled','s:70:\"alt:Туружаачыныҥ email адрези токтодылган\";'),('alt','messages:usermaildisabledtext','s:104:\"alt:Слер бу викинеҥ электрон самараларды аткарып болбозор\";'),('alt','messages:usermessage-editor','s:47:\"alt:Системаныҥ јетиреечизи\";'),('alt','messages:usermessage-summary','s:55:\"alt:Системный јетирӱни артызар.\";'),('alt','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('alt','messages:username','s:50:\"alt:{{GENDER:$1|Туружаачыныҥ ады}}:\";'),('alt','messages:usernameinprogress','s:96:\"alt:Бу туружаачыныҥ адына аккаунт эдилип јат.\nСакыгар.\";'),('alt','messages:userpage-userdoesnotexist','s:158:\"alt:\"$1\" туружаачыныҥ аккаунты јок.\nБу бӱкти баштарга/тӱзедерге сананып ийгер амадугарды.\";'),('alt','messages:userpage-userdoesnotexist-view','s:67:\"alt:\"$1\" атту аккаунт регистрациязы јок.\";'),('alt','messages:userrights','s:45:\"alt:Туружаачыныҥ аргалары\";'),('alt','messages:userrights-cannot-shorten-expiry','s:281:\"alt:\"$1\" группада туружарыныҥ ӧдӧтӧн ӧйин слер эрте ӧйгӧ кӧчӱрип болбозор. Јӱк ле бу группаны кожотон ло кыратан аргалу туружаачылар эртеледер аргалу болот.\";'),('alt','messages:userrights-changeable-col','s:63:\"alt:Слердиҥ солыыр аргалу группалар\";'),('alt','messages:userrights-conflict','s:143:\"alt:Туружаачыныҥ аргаларын ӧскӧртӧриниҥ ӧӧни! Јаҥынаҥ кӧрӱп солынтыларды эдер.\";'),('alt','messages:userrights-editusergroup','s:80:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын солыыры\";'),('alt','messages:userrights-expiry','s:45:\"alt:Аргалардыҥ ӧдӧтӧн ӧйи:\";'),('alt','messages:userrights-expiry-current','s:26:\"alt:Ӧдӧтӧн ӧйи $1\";'),('alt','messages:userrights-expiry-existing','s:54:\"alt:Тургуза ӧдип јаткан ӧйи $3, $2\";'),('alt','messages:userrights-expiry-in-past','s:102:\"alt:\"$1\" группаныҥ ӧдӧтӧн ӧйи ӧдип калган ӧйдӧ тургузылган.\";'),('alt','messages:userrights-expiry-none','s:21:\"alt:Ӧйи ӧтпӧс\";'),('alt','messages:userrights-expiry-options','s:103:\"alt:1 кӱн:1 day,1 неделе:1 week,1 ай:1 month,3 ай:3 months,6 ай:6 months,1 јыл:1 year\";'),('alt','messages:userrights-expiry-othertime','s:20:\"alt:Ӧскӧ ӧйи:\";'),('alt','messages:userrights-groups-help','s:695:\"alt:Слер {{GENDER:$1|бу туружаачыныҥ}} турушкан группаларын солып ийер аргалу:\n* Группаныҥ адыныҥ јанында темдек турза туружаачы ого кирет.\n* Темдек турбаган болзо ол оныҥ турушчызы эмес.\n* \"*\" символ турза слер туружаачыны группанаҥ кырып болбозор ары кожып ийзер, эмезе тескери этире.\n* \"#\" символ турза слер јӱк ле тураа салар аргалу, је группага туружарынныҥ ӧйи ӧдӧрин эртеледип болбозор.\";'),('alt','messages:userrights-groupsmember','s:42:\"alt:Турушкан группалары:\";'),('alt','messages:userrights-groupsmember-auto','s:58:\"alt:Иле эмес турушкан группалары:\";'),('alt','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('alt','messages:userrights-invalid-expiry','s:86:\"alt:\"$1\" группаныҥ ӧдӧтӧн ӧйи јастыра тургузылган.\";'),('alt','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('alt','messages:userrights-lookup-user','s:41:\"alt:Туружаачыны талдаар\";'),('alt','messages:userrights-no-interwiki','s:138:\"alt:Ӧскӧ викилердиҥ туружаачыларыныҥ аргаларын солыырга слерде аргалар јок.\";'),('alt','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('alt','messages:userrights-nodatabase','s:101:\"alt:$1 атту база данныйлар јок эмезе локальный эмес јерде.\";'),('alt','messages:userrights-reason','s:19:\"alt:Шылтагы:\";'),('alt','messages:userrights-summary','s:3:\"en:\";'),('alt','messages:userrights-systemuser','s:87:\"alt:{{GENDER:$1|Бу туружаачы}} - системаныҥ туружаачызы\";'),('alt','messages:userrights-unchangeable-col','s:66:\"alt:Слердиҥ солыыр арга јок группалар\";'),('alt','messages:userrights-user-editname','s:49:\"alt:Аккаунтыҥ адын кийдирер:\";'),('alt','messages:userrights-viewusergroup','s:78:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын кӧрӧри\";'),('alt','messages:variantname-crh','s:6:\"en:crh\";'),('alt','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('alt','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('alt','messages:variantname-gan','s:6:\"en:gan\";'),('alt','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('alt','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('alt','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('alt','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('alt','messages:variantname-iu','s:5:\"en:iu\";'),('alt','messages:variantname-kk','s:5:\"en:kk\";'),('alt','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('alt','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('alt','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('alt','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('alt','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('alt','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('alt','messages:variantname-ku','s:5:\"en:ku\";'),('alt','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('alt','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('alt','messages:variantname-shi','s:6:\"en:shi\";'),('alt','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('alt','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('alt','messages:variantname-sr','s:5:\"en:sr\";'),('alt','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('alt','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('alt','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('alt','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('alt','messages:variantname-tg','s:5:\"en:tg\";'),('alt','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('alt','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('alt','messages:variantname-tly','s:6:\"en:tly\";'),('alt','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('alt','messages:variantname-uz','s:5:\"en:uz\";'),('alt','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('alt','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('alt','messages:variantname-zh','s:5:\"en:zh\";'),('alt','messages:variantname-zh-cn','s:5:\"en:CN\";'),('alt','messages:variantname-zh-hans','s:7:\"ru:Hans\";'),('alt','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('alt','messages:variantname-zh-hk','s:5:\"en:HK\";'),('alt','messages:variantname-zh-mo','s:5:\"en:MO\";'),('alt','messages:variantname-zh-my','s:5:\"en:MY\";'),('alt','messages:variantname-zh-sg','s:5:\"en:SG\";'),('alt','messages:variantname-zh-tw','s:5:\"en:TW\";'),('alt','messages:variants','s:24:\"alt:Варианттар\";'),('alt','messages:vector-2022-prefs-talkpage','s:68:\"ru:[[mw:Talk:Reading/Web/Desktop_Improvements|Обсуждение]]\";'),('alt','messages:vector-action-addsection','s:23:\"alt:Тема кожор\";'),('alt','messages:vector-action-delete','s:20:\"alt:Јоголтор\";'),('alt','messages:vector-action-move','s:25:\"alt:Адын солыыр\";'),('alt','messages:vector-action-protect','s:16:\"alt:Корыыр\";'),('alt','messages:vector-action-toggle-sidebar','s:53:\"ru:Переключить боковую панель\";'),('alt','messages:vector-action-undelete','s:24:\"alt:Орныктырар\";'),('alt','messages:vector-action-unprotect','s:31:\"alt:Корышты солыыр\";'),('alt','messages:vector-anon-user-menu-pages','s:80:\"ru:Страницы для неавторизованных редакторов\";'),('alt','messages:vector-anon-user-menu-pages-label','s:53:\"ru:Подробнее о редактировании\";'),('alt','messages:vector-anon-user-menu-pages-learn','s:28:\"ru:узнать больше\";'),('alt','messages:vector-article-tools-nav-label','s:25:\"ru:Инструменты\";'),('alt','messages:vector-intro-page','s:24:\"ru:Help:Введение\";'),('alt','messages:vector-jumptocontent','s:41:\"ru:Перейти к содержанию\";'),('alt','messages:vector-jumptonavigation','s:39:\"ru:Перейти к навигации\";'),('alt','messages:vector-jumptosearch','s:33:\"ru:Перейти к поиску\";'),('alt','messages:vector-language-button-aria-label','s:129:\"ru:Перейти к статье на другом языке. Доступно на {{PLURAL:$1|$1 языке|$1 языках}}\";'),('alt','messages:vector-language-button-label','s:43:\"alt:{{PLURAL:$1|$1 тил|$1 тилдер}}\";'),('alt','messages:vector-language-redirect-to-top','s:208:\"ru:На этом сайте языковые ссылки находятся в начале страницы, напротив заголовка статьи. [[#p-lang-btn|Перейти к началу]].\";'),('alt','messages:vector-language-variant-switcher-label','s:45:\"ru:Изменить вариант языка\";'),('alt','messages:vector-languages','s:16:\"alt:Тилдер\";'),('alt','messages:vector-main-menu-tooltip','s:26:\"ru:Главное меню\";'),('alt','messages:vector-more-actions','s:18:\"alt:Кӧптӧдӧ\";'),('alt','messages:vector-no-language-button-aria-label','s:151:\"ru:Данная статья существует только на этом языке. Добавьте статью для других языков\";'),('alt','messages:vector-no-language-button-label','s:29:\"alt:Тилдер кожоры\";'),('alt','messages:vector-opt-out','s:54:\"ru:Переключиться на старый вид\";'),('alt','messages:vector-opt-out-tooltip','s:168:\"ru:Измените настройки, чтобы вернуться к старому виду темы оформления (Устаревшая Векторная)\";'),('alt','messages:vector-search-loader','s:67:\"ru:Загружаются поисковые предложения\";'),('alt','messages:vector-searchsuggest-containing','s:113:\"alt:<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> бар бӱктерди бедрери\";'),('alt','messages:vector-site-nav-label','s:11:\"ru:Сайт\";'),('alt','messages:vector-skin-desc','s:432:\"ru:Предоставляет две векторные темы оформления:\n* 2011: \'\'Современная\'\' — версия MonoBook с обновлённым оформлением и многими улучшениями пользовательского опыта.\n* 2022: \'\'Векторная\'\' — созданная в рамках проекта Фонда Викимедиа «[[mw:Desktop Improvements]]».\";'),('alt','messages:vector-specialversion-name','s:15:\"ru:Вектор\";'),('alt','messages:vector-toc-beginning','s:24:\"alt:Башталганы\";'),('alt','messages:vector-toc-collapsible-button-label','s:57:\"ru:Отобразить/Скрыть содержание\";'),('alt','messages:vector-toc-heading','s:23:\"ru:Содержание\";'),('alt','messages:vector-toc-menu-tooltip','s:23:\"ru:Содержание\";'),('alt','messages:vector-toc-toggle-button-label','s:58:\"ru:Отобразить/Скрыть подраздел $1\";'),('alt','messages:vector-toc-toggle-position-sidebar','s:56:\"ru:переместить в боковую панель\";'),('alt','messages:vector-toc-toggle-position-title','s:15:\"ru:скрыть\";'),('alt','messages:vector-view-create','s:18:\"alt:Јайалга\";'),('alt','messages:vector-view-edit','s:20:\"alt:Тӱзедери\";'),('alt','messages:vector-view-history','s:35:\"alt:Тӱӱкини кӧргӱзер\";'),('alt','messages:vector-view-view','s:18:\"alt:Кычырар\";'),('alt','messages:vector-view-viewsource','s:37:\"alt:Темдектерин кӧрӧр\";'),('alt','messages:vector.css','s:153:\"ru:/* Весь CSS будет отсюда будет загружен пользователям темы оформления «Векторная» */\";'),('alt','messages:vector.js','s:164:\"ru:/* Любой код JavaScript отсюда будет загружаться пользователям темы оформления «Векторная» */\";'),('alt','messages:verification-error','s:81:\"alt:Бу файл чындыкталатан процедураны ӧтпӧди.\";'),('alt','messages:version','s:20:\"alt:Версиязы\";'),('alt','messages:version-antispam','s:20:\"alt:Антиспам\";'),('alt','messages:version-api','s:6:\"ru:API\";'),('alt','messages:version-credits-not-found','s:101:\"alt:Бу элбедишке авторлоры керегинде чокым јартамал јок.\";'),('alt','messages:version-credits-summary','s:167:\"alt:Бис [[Special:Version|MediaWiki]] проект ӧзӱмине болуш эткен мындый туружаачыларга быйанысты айдадыс.\";'),('alt','messages:version-credits-title','s:47:\"alt:$1-ҥ авторлорыныҥ тизими\";'),('alt','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('alt','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('alt','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('alt','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('alt','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('alt','messages:version-editors','s:26:\"alt:Тӱзедӱчилер\";'),('alt','messages:version-entrypoints','s:56:\"alt:Кирер точкалардыҥ адрестери\";'),('alt','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('alt','messages:version-entrypoints-articlepath','s:101:\"ru:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Путь к статье]\";'),('alt','messages:version-entrypoints-header-entrypoint','s:25:\"alt:Кирер точка\";'),('alt','messages:version-entrypoints-header-url','s:7:\"alt:URL\";'),('alt','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('alt','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('alt','messages:version-entrypoints-scriptpath','s:102:\"ru:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Путь к скрипту]\";'),('alt','messages:version-ext-colheader-credits','s:22:\"alt:Авторлоры\";'),('alt','messages:version-ext-colheader-description','s:22:\"alt:Јартамалы\";'),('alt','messages:version-ext-colheader-license','s:24:\"alt:Лицензиязы\";'),('alt','messages:version-ext-colheader-name','s:20:\"alt:Элбедизи\";'),('alt','messages:version-ext-colheader-version','s:20:\"alt:Версиязы\";'),('alt','messages:version-ext-license','s:24:\"alt:Лицензиязы\";'),('alt','messages:version-extensions','s:47:\"alt:Тургузылган элбедиштер\";'),('alt','messages:version-hook-name','s:29:\"alt:Тозучыныҥ ады\";'),('alt','messages:version-hook-subscribedby','s:18:\"alt:Бичидиш\";'),('alt','messages:version-hooks','s:22:\"alt:Тозучылар\";'),('alt','messages:version-libraries','s:53:\"alt:Тургузылган библиотекалар\";'),('alt','messages:version-libraries-authors','s:22:\"alt:Авторлоры\";'),('alt','messages:version-libraries-description','s:22:\"alt:Јартамалы\";'),('alt','messages:version-libraries-library','s:24:\"alt:Библиотека\";'),('alt','messages:version-libraries-license','s:24:\"alt:Лицензиязы\";'),('alt','messages:version-libraries-version','s:20:\"alt:Версиязы\";'),('alt','messages:version-license','s:41:\"alt:MediaWiki-ниҥ лицензиязы\";'),('alt','messages:version-license-info','s:1232:\"alt:MediaWiki - јайым программалык јеткилдиш; слер оны  Free Software Foundation-ҥ јарлаган GNU General Public License лицензиязыныҥ экинчи эмезе ээчий чыккан лицензияныҥ ээжилери аайынча јайым јайып ла/эмезе солып эдинерге аргалу; (слердиҥ талдаганарла).\n\nMediaWiki тузалу болор деп ижемјилӱ јайылат, је <em>КАНДЫЙ ДА ГАРАНТИЯ ЈОККО</em>;  <strong>КОММЕРЦИЯЛЫК БААЛУ</strong> эмезе <strong>КАНДЫЙ БИР АМАДУЛУ ЈАРАГАДЫЙ ДА БОЛЗО</strong> бодолып турган гарантия јок. Кӧп информацияны GNU General Public License лицензиянаҥ кӧрӧр.\n\nСлер бу программа ла кожо[{{SERVER}}{{SCRIPTPATH}}/COPYING GNU General Public License копиязын] алар керек; јок болзо, Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA адреске бичип ийер эмезе [//www.gnu.org/licenses/old-licenses/gpl-2.0.html онлайн кычырар].\";'),('alt','messages:version-license-not-found','s:99:\"alt:Бу элбедишке лицензия керегинде чокым јартамал јок.\";'),('alt','messages:version-license-title','s:27:\"alt:$1 лицензиязы\";'),('alt','messages:version-mediahandlers','s:45:\"alt:Медиалардыҥ аайлачызы\";'),('alt','messages:version-no-ext-name','s:19:\"alt:[ады јок]\";'),('alt','messages:version-other','s:12:\"alt:Ӧскӧ\";'),('alt','messages:version-parser-extensiontags','s:95:\"alt:Синтаксистыҥ анализаторыныҥ элбедизиниҥ тегтери\";'),('alt','messages:version-parser-function-hooks','s:107:\"alt:Синтаксистыҥ анализаторыныҥ функцияларыныҥ тозучылары\";'),('alt','messages:version-parserhooks','s:78:\"alt:Синтаксистыҥ анализаторыныҥ тозучылары\";'),('alt','messages:version-poweredby-credits','s:129:\"alt:Бу вики <strong>[https://www.mediawiki.org/ MediaWiki]</strong> болужыла иштейт, copyright © 2001-$1 $2.\";'),('alt','messages:version-poweredby-others','s:20:\"alt:ӧскӧлӧри\";'),('alt','messages:version-poweredby-translators','s:49:\"alt:translatewiki.net-ҥ кӧрӱречилери\";'),('alt','messages:version-poweredby-various','s:29:\"alt:Ӧскӧ авторлор\";'),('alt','messages:version-skin-colheader-name','s:40:\"alt:Тыш бӱдӱмниҥ темазы\";'),('alt','messages:version-skins','s:65:\"alt:Тургузылган тыш-бӱдӱмниҥ темалар\";'),('alt','messages:version-software','s:51:\"alt:Тургузылган программалар\";'),('alt','messages:version-software-product','s:18:\"alt:Продукт\";'),('alt','messages:version-software-version','s:20:\"alt:Версиязы\";'),('alt','messages:version-specialpages','s:27:\"alt:Аҥылу бӱктер\";'),('alt','messages:version-summary','s:3:\"en:\";'),('alt','messages:version-variables','s:26:\"alt:Кубулгактар\";'),('alt','messages:version-version','s:7:\"en:($1)\";'),('alt','messages:versionrequired','s:51:\"alt:MediaWiki-ниҥ $1 версиязы керек\";'),('alt','messages:versionrequiredtext','s:139:\"alt:$1 версиялу MediaWiki керек бу бӱк ле иштерге.\n[[Special:Version|Версияныҥ бӱгин]] кӧрӧр.\";'),('alt','messages:video-dims','s:15:\"ru:$1, $2 × $3\";'),('alt','messages:view','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:view-pool-contention','s:18:\"en:pool contention\";'),('alt','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('alt','messages:view-pool-error','s:222:\"alt:Бу ӧйдӧ серверлер туктурылып иштегилейт.\nБу бӱкти кӧп эдинчилер ачарга турды.\nСакып алар эмеш, оноҥ такып ачып кӧрӧр.\n\n\n$1\";'),('alt','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('alt','messages:viewcount','s:56:\"alt:Бу бӱк {{PLURAL:$1 катап}} ачылган.\";'),('alt','messages:viewdeleted','s:24:\"alt:Кӧргӱзер $1?\";'),('alt','messages:viewdeleted_short','s:115:\"alt:{{PLURAL:$1|јоголткон тӱзедӱни|$1 јоголткон тӱзедӱлерди}} кӧргӱзер\";'),('alt','messages:viewdeletedpage','s:56:\"alt:Јоголткон бӱктерди кӧргӱзер\";'),('alt','messages:viewhelppage','s:42:\"alt:Болуштыҥ бӱгин кӧрӧр\";'),('alt','messages:viewinguserrights','s:112:\"alt:{{GENDER:$1|Туружаачыныҥ}} группаларын кӧрӧри<strong>[[User:$1|$1]]</strong> $2\";'),('alt','messages:viewpagelogs','s:63:\"alt:Бу бӱктиҥ журналдарын кӧргӱзери\";'),('alt','messages:viewpagelogs-lowercase','s:57:\"alt:бу бӱктиҥ журналдарын кӧрӧри\";'),('alt','messages:viewprevnext','s:50:\"alt:Кӧрӧр ($1 {{int:pipe-separator}} $2) ($3)\";'),('alt','messages:views','s:22:\"alt:Кӧргӧндӧр\";'),('alt','messages:viewsource','s:48:\"alt:Тӧзӧгӧ текстин кӧргӱзер\";'),('alt','messages:viewsource-title','s:41:\"alt:$1 бӱктиҥ кодын кӧрӧр\";'),('alt','messages:viewsourcelink','s:48:\"alt:тӧзӧгӧ текстин кӧргӱзер\";'),('alt','messages:viewsourceold','s:48:\"alt:тӧзӧгӧ текстин кӧргӱзер\";'),('alt','messages:viewsourcetext','s:103:\"alt:Бу бӱкти слер кӧрӧргӧ ло тӧзӧлгӧзин копия эдер аргалу.\";'),('alt','messages:viewtalkpage','s:29:\"alt:Шӱӱжӱни кӧрӧр\";'),('alt','messages:viewyourtext','s:186:\"alt:Бу бӱкте <strong>слердиҥ тӱзедӱлердиҥ</strong> тӧзӧлгӧ бичимелин кӧрӱп ийетен ле копия эдетен аргагар бар.\";'),('alt','messages:virus-badscanner','s:108:\"alt:Јастыра конфигурация: Јарты јок вирустардыҥ сканери: \'\'$1\'\'\";'),('alt','messages:virus-scanfailed','s:67:\"alt:Сканированиениҥ јастыразы (коды $1)\";'),('alt','messages:virus-unknownscanner','s:41:\"alt:Јарты јок антивирус:\";'),('alt','messages:wantedcategories','s:43:\"alt:Керектӱ категориялар\";'),('alt','messages:wantedcategories-summary','s:3:\"en:\";'),('alt','messages:wantedfiles','s:33:\"alt:Керектӱ файлдар\";'),('alt','messages:wantedfiles-summary','s:3:\"en:\";'),('alt','messages:wantedfiletext-cat','s:399:\"alt:Бу файлдарды тузаланарга ченежедилер, је олор јок. Бу тизӱге, тыш кӧмзӧнӧҥ файылдар јастыра кирер аргалу.\nМындый јастырыштар <del>зачёркиванием</del> деп темдектелер. Ого коштой, јок файлду бӱктердиҥ тизими [[:$1]]берилген.\";'),('alt','messages:wantedfiletext-cat-noforeign','s:207:\"alt:Бу файлдар тузаланышта, је чынга олор јок. Ого коштой, бу файлдарга тайанган бӧктер јок, олор [[:$1]] тизӱге кирген.\";'),('alt','messages:wantedfiletext-nocat','s:336:\"alt:Бу файлдар јок то болзо, олорды эдинерге турат. Бу тизимге, тыштында салгыш јерде јаткан файлдар, јастырып кирер аргалу. Андый тӧгӱн кийдириштер <del>кырылган</del> темдекле темдектелер.\";'),('alt','messages:wantedfiletext-nocat-noforeign','s:71:\"alt:Мындый файлдарды эдинет, је олор јок.\";'),('alt','messages:wantedpages','s:31:\"alt:Керектӱ бӱктер\";'),('alt','messages:wantedpages-badtitle','s:81:\"alt:Суруныҥ турултазында јастыралу бажалык: $1\";'),('alt','messages:wantedpages-summary','s:407:\"alt:Эҥ кӧп тайантыларлу јок бӱктердиҥ тизими, јӱк ле ууландырыш-бӱктер олорго кӧргӱзип турган бӱктер јокко. Ууландырып турган тайантылу јок бӱктердиҥ тизимин кӧрӧргӧ [[{{#special:BrokenRedirects}}|иштебей турган ууландырыштарды]] кӧрӧр.\";'),('alt','messages:wantedtemplates','s:37:\"alt:Некеген ӱлекерлер\";'),('alt','messages:wantedtemplates-summary','s:3:\"en:\";'),('alt','messages:watch','s:14:\"alt:Кӧрӧр\";'),('alt','messages:watching','s:55:\"alt:Ширтениҥ тизимине кожулат...\";'),('alt','messages:watchlist','s:33:\"alt:Ширтениҥ тизими\";'),('alt','messages:watchlist-details','s:147:\"alt:{{PLURAL:$1|$1 бӱк|$1 бӱктер}} слердиҥ ширтениҥ тизиминде (анайда ок шӱӱжӱниҥ бӱктери).\";'),('alt','messages:watchlist-expires-in-aria-label','s:66:\"alt:Ширтениҥ тизиминде бир канча ӧйгӧ\";'),('alt','messages:watchlist-expiring-days-full-text','s:89:\"alt:Слердиҥ ширтениҥ тизиминде {{PLURAL:$1|кӱн}} арткан.\";'),('alt','messages:watchlist-expiring-hours-full-text','s:87:\"alt:Слердиҥ ширтениҥ тизиминде тоолу саат арткан\";'),('alt','messages:watchlist-expiry-days-left','s:40:\"alt:{{PLURAL:$1|$1 кӱн}} арткан\";'),('alt','messages:watchlist-expiry-hours-left','s:41:\"alt:Бир канча саат артты\";'),('alt','messages:watchlist-expiry-options','s:121:\"ru:Навсегда:infinite,1 неделя:1 week,1 месяц:1 month,3 месяца:3 months,6 месяцев:6 months\";'),('alt','messages:watchlist-hide','s:18:\"alt:Јажырар\";'),('alt','messages:watchlist-options','s:62:\"alt:Ширтениҥ тизиминиҥ јазалталары\";'),('alt','messages:watchlist-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:watchlist-summary','s:3:\"en:\";'),('alt','messages:watchlist-unwatch','s:5:\"en:×\";'),('alt','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('alt','messages:watchlistanontext','s:161:\"alt:Ширтениҥ тизиминде болгон элементтерди кӧрӧргӧ, эмезе тӱзедерге турган болзор кирер.\";'),('alt','messages:watchlistedit-clear-done','s:66:\"alt:Слердиҥ ширтениҥ тизими арчылган.\";'),('alt','messages:watchlistedit-clear-explain','s:99:\"alt:Ончо бичимелдер слердиҥ ширтениҥ тизиминеҥ јоголор\";'),('alt','messages:watchlistedit-clear-jobqueue','s:110:\"alt:Слердиҥ ширтениҥ тизими аруталат. Бого бир канча ӧй барар!\";'),('alt','messages:watchlistedit-clear-legend','s:46:\"alt:Ширтениҥ тизимин арчыр\";'),('alt','messages:watchlistedit-clear-removed','s:52:\"alt:$1{{PLURAL:$1|бичимел}} кырылган:\";'),('alt','messages:watchlistedit-clear-submit','s:85:\"alt:Ширтениҥ тизимин арчыр (Ойто орныктырылбас!)\";'),('alt','messages:watchlistedit-clear-title','s:46:\"alt:Ширтениҥ тизимин арчыр\";'),('alt','messages:watchlistedit-clear-titles','s:25:\"alt:Бажалыктар:\";'),('alt','messages:watchlistedit-normal-done','s:104:\"alt:Слердиҥ ширтениҥ тизиминеҥ $1 {{PLURAL:$1|бичимел}} кырылган:\";'),('alt','messages:watchlistedit-normal-explain','s:408:\"alt:Слердиҥ ширтениҥ тизимине кирген бӱктер алдында кӧргӱзилди.\nБичимелдерди јоголторго, келижип тургандарын темдектеп, \"{{int:Watchlistedit-normal-submit}}\" былчууны былчыгар.\nАнайда ок, слер [[Special:EditWatchlist/raw|тизимди бичимел этире тӱзедер]].\";'),('alt','messages:watchlistedit-normal-legend','s:75:\"alt:Ширтениҥ тизиминеҥ бичимелдерди кырар\";'),('alt','messages:watchlistedit-normal-submit','s:39:\"alt:Бичимелдерди кырар\";'),('alt','messages:watchlistedit-normal-title','s:52:\"alt:Ширтениҥ тизимин ӧскӧртӧр\";'),('alt','messages:watchlistedit-raw-added','s:52:\"alt:$1{{PLURAL:$1|бичимел}} кожылган:\";'),('alt','messages:watchlistedit-raw-done','s:72:\"alt:Слердиҥ ширтениҥ тизими јаҥыртылган.\";'),('alt','messages:watchlistedit-raw-explain','s:498:\"alt:Слердиҥ ширтениҥ тизимине кирген бӱктер алдында кӧргӱзилди. Слер, бир ат бир јолдыкта, јолдыктарды кожып эмезе айрып, бу тизимди солыыр аргалу.\nТӱзедӱни эткен кийнинде \"{{int:Watchlistedit-raw-submit}}\" былчууны былчыгар.\nАнайда ок, слер [[Special:EditWatchlist|тӱзедиштиҥ текши јепселин эдинер]].\";'),('alt','messages:watchlistedit-raw-legend','s:74:\"alt:Ширтениҥ тизимин текст этире тӱзедери\";'),('alt','messages:watchlistedit-raw-removed','s:52:\"alt:$1{{PLURAL:$1|бичимел}} кырылган:\";'),('alt','messages:watchlistedit-raw-submit','s:52:\"alt:Ширтениҥ тизимин јаҥыртар\";'),('alt','messages:watchlistedit-raw-title','s:74:\"alt:Ширтениҥ тизимин текст этире тӱзедери\";'),('alt','messages:watchlistedit-raw-titles','s:25:\"alt:Бажалыктар:\";'),('alt','messages:watchlistedit-too-many','s:151:\"alt:Слердиҥ ширтениҥ тизими јаҥыртылган. Мында кӧргӱзерге олордыҥ тоозы ӧткӱре кӧп.\";'),('alt','messages:watchlistfor2','s:11:\"alt:$1-га\";'),('alt','messages:watchlistnotwatchable','s:32:\"alt:Бӱк ширтеелбес.\";'),('alt','messages:watchlisttools-clear','s:55:\"alt:Ширтениҥ тизимин арчып ийер\";'),('alt','messages:watchlisttools-edit','s:70:\"alt:Тизимди кӧрӱп ле редактировать эдер\";'),('alt','messages:watchlisttools-raw','s:76:\"alt:Тегин бичимел этире редактировать эдер\";'),('alt','messages:watchlisttools-view','s:64:\"alt:Тизимдеги бӱктердиҥ солынтылары\";'),('alt','messages:watchnologin','s:24:\"alt:Кирбегенер\";'),('alt','messages:watchthis','s:70:\"alt:Бу бӱкти ширтениҥ тизимине кийдирер\";'),('alt','messages:watchthispage','s:34:\"alt:Бу бӱкти ширтеер\";'),('alt','messages:watchthisupload','s:36:\"alt:Бу файлды ширтеер\";'),('alt','messages:wed','s:10:\"alt:Срд\";'),('alt','messages:wednesday','s:14:\"alt:Среда\";'),('alt','messages:wednesday-at','s:29:\"alt:Средада, ӧйи $1\";'),('alt','messages:weeks','s:33:\"alt:{{PLURAL:$1|$1 неделе}}\";'),('alt','messages:welcomecreation-msg','s:188:\"alt:Слердиҥ аккаунтар эдилди.\nЭмди слер {{SITENAME}} сайтта [[Special:Preferences|персональный јазалталар]] эдер аргалу.\";'),('alt','messages:welcomeuser','s:34:\"alt:Кӱӱнзеп кирер, $1!\";'),('alt','messages:whatlinkshere','s:48:\"alt:Бери улааган тайантылар\";'),('alt','messages:whatlinkshere-count','s:59:\"alt:$1 {{PLURAL:$1|элемент}} кӧргӱзилген.\";'),('alt','messages:whatlinkshere-hideimages','s:58:\"alt:Файлдыҥ тайантыларын јажырар\";'),('alt','messages:whatlinkshere-hidelinks','s:43:\"alt:Тайантыларды јажырар\";'),('alt','messages:whatlinkshere-hideredirs','s:47:\"alt:Уландырыштарды јажырар\";'),('alt','messages:whatlinkshere-hidetrans','s:43:\"alt:Кожымактарды јажырар\";'),('alt','messages:whatlinkshere-links','s:28:\"alt:← тайантылар\";'),('alt','messages:whatlinkshere-next','s:42:\"alt:{{PLURAL:$1|ээчий|ээчий $1}}\";'),('alt','messages:whatlinkshere-page','s:11:\"alt:Бӱк:\";'),('alt','messages:whatlinkshere-prev','s:42:\"alt:{{PLURAL:$1|озогы|озогы $1}}\";'),('alt','messages:whatlinkshere-sectionredir','s:44:\"alt:\"$1\" бӧлӱкке ууландырыш\";'),('alt','messages:whatlinkshere-submit','s:14:\"alt:Барар\";'),('alt','messages:whatlinkshere-summary','s:3:\"en:\";'),('alt','messages:whatlinkshere-title','s:52:\"alt:\"$1\"-е тайанып турган бӱктер\";'),('alt','messages:whitelistedittext','s:43:\"alt:Бӱктерди тӱзедерге $1.\";'),('alt','messages:widthheight','s:11:\"en:$1 × $2\";'),('alt','messages:widthheightpage','s:50:\"alt:$1 × $2, $3 {{PLURAL:$3|бӱк|бӱктер}}\";'),('alt','messages:wikieditor','s:94:\"ru:Расширенный интерфейс редактирования викитекста\";'),('alt','messages:wikieditor-desc','s:199:\"ru:Обеспечивает расширяемый интерфейс редактирования викитекста и многие функции, предоставляемые модулями\";'),('alt','messages:wikieditor-loading','s:19:\"ru:Загрузка\";'),('alt','messages:wikieditor-preview-changes-tab','s:21:\"ru:Изменения\";'),('alt','messages:wikieditor-preview-loading','s:22:\"ru:Загрузка…\";'),('alt','messages:wikieditor-preview-preference','s:65:\"ru:Включить предпросмотр «бок о бок»\";'),('alt','messages:wikieditor-preview-tab','s:27:\"ru:Предпросмотр\";'),('alt','messages:wikieditor-publish-button-cancel','s:15:\"ru:Отмена\";'),('alt','messages:wikieditor-publish-button-publish','s:27:\"ru:Опубликовать\";'),('alt','messages:wikieditor-publish-dialog-goback','s:13:\"ru:Назад\";'),('alt','messages:wikieditor-publish-dialog-minor','s:32:\"ru:Малое изменение\";'),('alt','messages:wikieditor-publish-dialog-publish','s:27:\"ru:Опубликовать\";'),('alt','messages:wikieditor-publish-dialog-summary','s:131:\"ru:Описание изменений (кратко укажите какие изменения были произведены):\";'),('alt','messages:wikieditor-publish-dialog-title','s:54:\"ru:Публикация в проекте {{SITENAME}}\";'),('alt','messages:wikieditor-publish-dialog-watch','s:54:\"ru:Наблюдать за этой страницей\";'),('alt','messages:wikieditor-publish-preference','s:59:\"ru:Включить пошаговую публикацию\";'),('alt','messages:wikieditor-toolbar','s:44:\"ru:Панель редактирования\";'),('alt','messages:wikieditor-toolbar-desc','s:101:\"ru:Панель редактирования, более удобная в использовании\";'),('alt','messages:wikieditor-toolbar-dialogs-preference','s:144:\"ru:Включить мастера для вставки ссылок, таблиц, а также функции вставки и замены\";'),('alt','messages:wikieditor-toolbar-file-caption','s:18:\"ru:Подпись:\";'),('alt','messages:wikieditor-toolbar-file-default','s:28:\"ru:(по умолчанию)\";'),('alt','messages:wikieditor-toolbar-file-float','s:28:\"ru:Выравнивание:\";'),('alt','messages:wikieditor-toolbar-file-format','s:16:\"ru:Формат:\";'),('alt','messages:wikieditor-toolbar-file-format-none','s:17:\"ru:никакой\";'),('alt','messages:wikieditor-toolbar-file-size','s:16:\"ru:Размер:\";'),('alt','messages:wikieditor-toolbar-file-target','s:21:\"ru:Имя файла:\";'),('alt','messages:wikieditor-toolbar-group-format','s:15:\"ru:Формат\";'),('alt','messages:wikieditor-toolbar-group-insert','s:17:\"ru:Вставка\";'),('alt','messages:wikieditor-toolbar-help-content-bold-description','s:23:\"ru:Полужирный\";'),('alt','messages:wikieditor-toolbar-help-content-bold-result','s:61:\"ru:<strong>Полужирное начертание</strong>\";'),('alt','messages:wikieditor-toolbar-help-content-bold-syntax','s:50:\"ru:\'\'\'Полужирное начертание\'\'\'\";'),('alt','messages:wikieditor-toolbar-help-content-bolditalic-description','s:36:\"ru:Полужирный курсив\";'),('alt','messages:wikieditor-toolbar-help-content-bolditalic-result','s:62:\"ru:<em><strong>Полужирный курсив</strong></em>\";'),('alt','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:46:\"ru:\'\'\'\'\'Полужирный курсив\'\'\'\'\'\";'),('alt','messages:wikieditor-toolbar-help-content-file-caption','s:40:\"ru:Пояснительный текст\";'),('alt','messages:wikieditor-toolbar-help-content-file-description','s:32:\"ru:Встроенный файл\";'),('alt','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"ru:[[$1:Example.png|$2|$3]]\";'),('alt','messages:wikieditor-toolbar-help-content-heading2-description','s:41:\"ru:Заголовок 2&nbsp;уровня\";'),('alt','messages:wikieditor-toolbar-help-content-heading2-result','s:41:\"ru:<h2>Текст заголовка</h2>\";'),('alt','messages:wikieditor-toolbar-help-content-heading2-syntax','s:38:\"ru:== Текст заголовка ==\";'),('alt','messages:wikieditor-toolbar-help-content-heading3-description','s:41:\"ru:Заголовок 3&nbsp;уровня\";'),('alt','messages:wikieditor-toolbar-help-content-heading3-result','s:41:\"ru:<h3>Текст заголовка</h3>\";'),('alt','messages:wikieditor-toolbar-help-content-heading3-syntax','s:40:\"ru:=== Текст заголовка ===\";'),('alt','messages:wikieditor-toolbar-help-content-heading4-description','s:41:\"ru:Заголовок 4&nbsp;уровня\";'),('alt','messages:wikieditor-toolbar-help-content-heading4-result','s:41:\"ru:<h4>Текст заголовка</h4>\";'),('alt','messages:wikieditor-toolbar-help-content-heading4-syntax','s:42:\"ru:==== Текст заголовка ====\";'),('alt','messages:wikieditor-toolbar-help-content-heading5-description','s:41:\"ru:Заголовок 5&nbsp;уровня\";'),('alt','messages:wikieditor-toolbar-help-content-heading5-result','s:41:\"ru:<h5>Текст заголовка</h5>\";'),('alt','messages:wikieditor-toolbar-help-content-heading5-syntax','s:44:\"ru:===== Текст заголовка =====\";'),('alt','messages:wikieditor-toolbar-help-content-ilink-description','s:36:\"ru:Внутренняя ссылка\";'),('alt','messages:wikieditor-toolbar-help-content-ilink-result','s:99:\"ru:<a href=\'#\'>Заголовок страницы</a><br /><a href=\'#\'>Текст ссылки</a>\";'),('alt','messages:wikieditor-toolbar-help-content-ilink-syntax','s:111:\"ru:[[Заголовок страницы]]<br />[[Заголовок страницы|Текст ссылки]]\";'),('alt','messages:wikieditor-toolbar-help-content-indent-description','s:15:\"ru:Отступ\";'),('alt','messages:wikieditor-toolbar-help-content-indent-result','s:124:\"ru:Обычный текст<dl><dd>Текст с отступом<dl><dd>Текст с отступом</dd></dl></dd></dl>\";'),('alt','messages:wikieditor-toolbar-help-content-indent-syntax','s:103:\"ru:Обычный текст<br />:Текст с отступом<br />::Текст с отступом\";'),('alt','messages:wikieditor-toolbar-help-content-italic-description','s:15:\"ru:Курсив\";'),('alt','messages:wikieditor-toolbar-help-content-italic-result','s:51:\"ru:<em>Курсивное начертание</em>\";'),('alt','messages:wikieditor-toolbar-help-content-italic-syntax','s:46:\"ru:\'\'Курсивное начертание\'\'\";'),('alt','messages:wikieditor-toolbar-help-content-named-reference-description','s:37:\"ru:Сноска с названием\";'),('alt','messages:wikieditor-toolbar-help-content-named-reference-result','s:61:\"ru:Текст страницы.<sup><a href=\'#\'>[2]</a></sup>\";'),('alt','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:114:\"ru:Текст страницы.&lt;ref name=\"test\"&gt;[http://www.example.org Текст ссылки]&lt;/ref&gt;\";'),('alt','messages:wikieditor-toolbar-help-content-olist-description','s:40:\"ru:Нумерованный список\";'),('alt','messages:wikieditor-toolbar-help-content-olist-result','s:84:\"ru:<ol><li>Элемент списка</li><li>Элемент списка</li></ol>\";'),('alt','messages:wikieditor-toolbar-help-content-olist-syntax','s:67:\"ru:# Элемент списка<br /># Элемент списка\";'),('alt','messages:wikieditor-toolbar-help-content-reference-description','s:23:\"ru:Примечание\";'),('alt','messages:wikieditor-toolbar-help-content-reference-result','s:61:\"ru:Текст страницы.<sup><a href=\'#\'>[1]</a></sup>\";'),('alt','messages:wikieditor-toolbar-help-content-reference-syntax','s:144:\"ru:Текст страницы.&lt;ref&gt;[http://www.example.org Текст ссылки], дополнительный текст.&lt;/ref&gt;\";'),('alt','messages:wikieditor-toolbar-help-content-rereference-description','s:83:\"ru:Дополнительное использование той же ссылки\";'),('alt','messages:wikieditor-toolbar-help-content-rereference-result','s:61:\"ru:Текст страницы<sup><a href=\'#\'>[2]</a></sup>.\";'),('alt','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"ru:&lt;ref name=\"test\" /&gt;\";'),('alt','messages:wikieditor-toolbar-help-content-showreferences-description','s:44:\"ru:Показывать примечания\";'),('alt','messages:wikieditor-toolbar-help-content-showreferences-result','s:417:\"ru:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Текст ссылки</a>, дополнительный текст.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Текст ссылки</a></li></ol>\";'),('alt','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"ru:&lt;references /&gt;\";'),('alt','messages:wikieditor-toolbar-help-content-signature-description','s:17:\"ru:Подпись\";'),('alt','messages:wikieditor-toolbar-help-content-signature-result','s:139:\"ru:<a href=\'#\' title=\'{{#special:mypage}}\'>Имя участника</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>обсуждение</a>)\";'),('alt','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('alt','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:52:\"ru:Подпись с отметкой времени\";'),('alt','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:171:\"ru:--<a href=\'#\' title=\'{{#special:mypage}}\'>Имя участника</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>обсуждение</a>) 15:54, 10 июня 2009 (UTC)\";'),('alt','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('alt','messages:wikieditor-toolbar-help-content-ulist-description','s:42:\"ru:Маркированный список\";'),('alt','messages:wikieditor-toolbar-help-content-ulist-result','s:84:\"ru:<ul><li>Элемент списка</li><li>Элемент списка</li></ul>\";'),('alt','messages:wikieditor-toolbar-help-content-ulist-syntax','s:67:\"ru:* Элемент списка<br />* Элемент списка\";'),('alt','messages:wikieditor-toolbar-help-content-xlink-description','s:30:\"ru:Внешняя ссылка\";'),('alt','messages:wikieditor-toolbar-help-content-xlink-result','s:173:\"ru:<a href=\'#\' class=\'external\'>Текст ссылки</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('alt','messages:wikieditor-toolbar-help-content-xlink-syntax','s:109:\"ru:[http://www.example.org Текст ссылки]<br />[http://www.example.org]<br />http://www.example.org\";'),('alt','messages:wikieditor-toolbar-help-heading-description','s:19:\"ru:Описание\";'),('alt','messages:wikieditor-toolbar-help-heading-result','s:34:\"ru:Что вы получаете\";'),('alt','messages:wikieditor-toolbar-help-heading-syntax','s:30:\"ru:Что вы вводите\";'),('alt','messages:wikieditor-toolbar-help-page-discussion','s:23:\"ru:Обсуждение\";'),('alt','messages:wikieditor-toolbar-help-page-file','s:13:\"ru:Файлы\";'),('alt','messages:wikieditor-toolbar-help-page-format','s:31:\"ru:Форматирование\";'),('alt','messages:wikieditor-toolbar-help-page-heading','s:21:\"ru:Заголовки\";'),('alt','messages:wikieditor-toolbar-help-page-link','s:15:\"ru:Ссылки\";'),('alt','messages:wikieditor-toolbar-help-page-list','s:15:\"ru:Списки\";'),('alt','messages:wikieditor-toolbar-help-page-reference','s:23:\"ru:Примечания\";'),('alt','messages:wikieditor-toolbar-loading','s:22:\"ru:Загрузка…\";'),('alt','messages:wikieditor-toolbar-preference','s:82:\"ru:Включить улучшенную панель редактирования\";'),('alt','messages:wikieditor-toolbar-section-advanced','s:29:\"ru:Дополнительно\";'),('alt','messages:wikieditor-toolbar-section-characters','s:25:\"ru:Спецсимволы\";'),('alt','messages:wikieditor-toolbar-section-help','s:17:\"ru:Справка\";'),('alt','messages:wikieditor-toolbar-tool-big','s:17:\"ru:Крупный\";'),('alt','messages:wikieditor-toolbar-tool-big-example','s:28:\"ru:Крупный текст\";'),('alt','messages:wikieditor-toolbar-tool-bold','s:23:\"ru:Полужирный\";'),('alt','messages:wikieditor-toolbar-tool-bold-example','s:44:\"ru:Полужирное начертание\";'),('alt','messages:wikieditor-toolbar-tool-file','s:32:\"ru:Встроенный файл\";'),('alt','messages:wikieditor-toolbar-tool-file-cancel','s:15:\"ru:Отмена\";'),('alt','messages:wikieditor-toolbar-tool-file-example','s:14:\"ru:Example.jpg\";'),('alt','messages:wikieditor-toolbar-tool-file-insert','s:17:\"ru:Вставка\";'),('alt','messages:wikieditor-toolbar-tool-file-title','s:28:\"ru:Вставить файл\";'),('alt','messages:wikieditor-toolbar-tool-gallery','s:34:\"ru:Галерея картинок\";'),('alt','messages:wikieditor-toolbar-tool-gallery-example','s:62:\"ru:Example.jpg|Описание1\nExample.jpg|Описание2\";'),('alt','messages:wikieditor-toolbar-tool-heading','s:21:\"ru:Заголовок\";'),('alt','messages:wikieditor-toolbar-tool-heading-1','s:19:\"ru:Уровень 1\";'),('alt','messages:wikieditor-toolbar-tool-heading-2','s:19:\"ru:Уровень 2\";'),('alt','messages:wikieditor-toolbar-tool-heading-3','s:19:\"ru:Уровень 3\";'),('alt','messages:wikieditor-toolbar-tool-heading-4','s:19:\"ru:Уровень 4\";'),('alt','messages:wikieditor-toolbar-tool-heading-5','s:19:\"ru:Уровень 5\";'),('alt','messages:wikieditor-toolbar-tool-heading-example','s:32:\"ru:Текст заголовка\";'),('alt','messages:wikieditor-toolbar-tool-ilink','s:36:\"ru:Внутренняя ссылка\";'),('alt','messages:wikieditor-toolbar-tool-ilink-example','s:34:\"ru:Заголовок ссылки\";'),('alt','messages:wikieditor-toolbar-tool-italic','s:15:\"ru:Курсив\";'),('alt','messages:wikieditor-toolbar-tool-italic-example','s:42:\"ru:Курсивное начертание\";'),('alt','messages:wikieditor-toolbar-tool-link','s:15:\"ru:Ссылка\";'),('alt','messages:wikieditor-toolbar-tool-link-cancel','s:15:\"ru:Отмена\";'),('alt','messages:wikieditor-toolbar-tool-link-empty','s:59:\"ru:Вы не указали на что ссылаться.\";'),('alt','messages:wikieditor-toolbar-tool-link-ext','s:46:\"ru:На внешнюю веб-страницу\";'),('alt','messages:wikieditor-toolbar-tool-link-ext-target','s:20:\"ru:URL ссылки:\";'),('alt','messages:wikieditor-toolbar-tool-link-ext-text','s:27:\"ru:Текст ссылки:\";'),('alt','messages:wikieditor-toolbar-tool-link-insert','s:32:\"ru:Вставить ссылку\";'),('alt','messages:wikieditor-toolbar-tool-link-int','s:33:\"ru:На вики-страницу\";'),('alt','messages:wikieditor-toolbar-tool-link-int-invalid','s:62:\"ru:Указанное название недопустимо.\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target','s:46:\"ru:Целевая страница или URL:\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:73:\"ru:Страницы разрешения неоднозначностей\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:40:\"ru:Страница существует\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:30:\"ru:Внешняя ссылка\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:44:\"ru:Недопустимое название\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:66:\"ru:Проверка существования страницы…\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:45:\"ru:Страницы не существует\";'),('alt','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:47:\"ru:Название страницы или URL\";'),('alt','messages:wikieditor-toolbar-tool-link-int-text','s:39:\"ru:Показываемый текст:\";'),('alt','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:82:\"ru:Введите текст, который должен отображаться\";'),('alt','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:189:\"ru:Указанный вами URL похож на ссылку на другую вики-страницу. Вы хотите сделать данную ссылку внутренней?\";'),('alt','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:30:\"ru:Внешняя ссылка\";'),('alt','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:36:\"ru:Внутренняя ссылка\";'),('alt','messages:wikieditor-toolbar-tool-link-title','s:30:\"ru:Вставка ссылки\";'),('alt','messages:wikieditor-toolbar-tool-newline','s:26:\"ru:Новая строка\";'),('alt','messages:wikieditor-toolbar-tool-nowiki','s:65:\"ru:Игнорировать вики-форматирование\";'),('alt','messages:wikieditor-toolbar-tool-nowiki-example','s:98:\"ru:Вставьте сюда текст, который не нужно форматировать\";'),('alt','messages:wikieditor-toolbar-tool-olist','s:40:\"ru:Нумерованный список\";'),('alt','messages:wikieditor-toolbar-tool-olist-example','s:57:\"ru:Элемент нумерованного списка\";'),('alt','messages:wikieditor-toolbar-tool-redirect','s:33:\"ru:Перенаправление\";'),('alt','messages:wikieditor-toolbar-tool-redirect-example','s:51:\"ru:Название целевой страницы\";'),('alt','messages:wikieditor-toolbar-tool-reference','s:15:\"ru:Сноска\";'),('alt','messages:wikieditor-toolbar-tool-reference-cancel','s:15:\"ru:Отмена\";'),('alt','messages:wikieditor-toolbar-tool-reference-example','s:52:\"ru:Вставьте сюда текст сноски\";'),('alt','messages:wikieditor-toolbar-tool-reference-insert','s:19:\"ru:Вставить\";'),('alt','messages:wikieditor-toolbar-tool-reference-text','s:26:\"ru:Текст сноски\";'),('alt','messages:wikieditor-toolbar-tool-reference-title','s:30:\"ru:Вставка сноски\";'),('alt','messages:wikieditor-toolbar-tool-replace','s:29:\"ru:Поиск и замена\";'),('alt','messages:wikieditor-toolbar-tool-replace-button-findnext','s:32:\"ru:Найти следующее\";'),('alt','messages:wikieditor-toolbar-tool-replace-button-replace','s:19:\"ru:Заменить\";'),('alt','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:26:\"ru:Заменить все\";'),('alt','messages:wikieditor-toolbar-tool-replace-case','s:36:\"ru:Учитывать регистр\";'),('alt','messages:wikieditor-toolbar-tool-replace-close','s:17:\"ru:Закрыть\";'),('alt','messages:wikieditor-toolbar-tool-replace-emptysearch','s:63:\"ru:Вы не указали что следует искать.\";'),('alt','messages:wikieditor-toolbar-tool-replace-invalidregex','s:92:\"ru:Введённое вами регулярное выражение ошибочно:  $1\";'),('alt','messages:wikieditor-toolbar-tool-replace-nomatch','s:69:\"ru:По вашему запросу ничего не найдено.\";'),('alt','messages:wikieditor-toolbar-tool-replace-regex','s:85:\"ru:Считать строку поиска регулярным выражением\";'),('alt','messages:wikieditor-toolbar-tool-replace-replace','s:25:\"ru:Заменить на:\";'),('alt','messages:wikieditor-toolbar-tool-replace-search','s:14:\"ru:Найти:\";'),('alt','messages:wikieditor-toolbar-tool-replace-success','s:126:\"ru:$1 {{PLURAL:$1|замена произведена|замены произведены|замен произведено}}.\";'),('alt','messages:wikieditor-toolbar-tool-replace-title','s:29:\"ru:Поиск и замена\";'),('alt','messages:wikieditor-toolbar-tool-signature','s:52:\"ru:Подпись с отметкой времени\";'),('alt','messages:wikieditor-toolbar-tool-small','s:15:\"ru:Мелкий\";'),('alt','messages:wikieditor-toolbar-tool-small-example','s:26:\"ru:Мелкий текст\";'),('alt','messages:wikieditor-toolbar-tool-subscript','s:25:\"ru:Подстрочный\";'),('alt','messages:wikieditor-toolbar-tool-subscript-example','s:36:\"ru:Подстрочный текст\";'),('alt','messages:wikieditor-toolbar-tool-superscript','s:25:\"ru:Надстрочный\";'),('alt','messages:wikieditor-toolbar-tool-superscript-example','s:36:\"ru:Надстрочный текст\";'),('alt','messages:wikieditor-toolbar-tool-table','s:17:\"ru:Таблица\";'),('alt','messages:wikieditor-toolbar-tool-table-cancel','s:15:\"ru:Отмена\";'),('alt','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:19:\"ru:Столбцов\";'),('alt','messages:wikieditor-toolbar-tool-table-dimensions-header','s:57:\"ru:Добавить заголовочную строку\";'),('alt','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:13:\"ru:Строк\";'),('alt','messages:wikieditor-toolbar-tool-table-example','s:26:\"ru:Текст ячейки\";'),('alt','messages:wikieditor-toolbar-tool-table-example-cell-text','s:26:\"ru:Текст ячейки\";'),('alt','messages:wikieditor-toolbar-tool-table-example-header','s:32:\"ru:Текст заголовка\";'),('alt','messages:wikieditor-toolbar-tool-table-example-old','s:277:\"ru:-\n! заголовок 1\n! заголовок 2\n! заголовок 3\n|-\n| строка 1, ячейка 1\n| строка 1, ячейка 2\n| строка 1, ячейка 3\n|-\n| строка 2, ячейка 1\n| строка 2, ячейка 2\n| строка 2, ячейка 3\";'),('alt','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"ru:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('alt','messages:wikieditor-toolbar-tool-table-insert','s:19:\"ru:Вставить\";'),('alt','messages:wikieditor-toolbar-tool-table-invalidnumber','s:105:\"ru:Вы не указали корректное количество строк или столбцов.\";'),('alt','messages:wikieditor-toolbar-tool-table-preview','s:27:\"ru:Предпросмотр\";'),('alt','messages:wikieditor-toolbar-tool-table-sortable','s:55:\"ru:Сделать таблицу сортируемой\";'),('alt','messages:wikieditor-toolbar-tool-table-title','s:34:\"ru:Вставить таблицу\";'),('alt','messages:wikieditor-toolbar-tool-table-toomany','s:150:\"ru:Этот диалог не позволяет вставить таблицу размером более $1 {{PLURAL:$1|ячейки|ячеек}}.\";'),('alt','messages:wikieditor-toolbar-tool-table-wikitable','s:45:\"ru:Оформление с границами\";'),('alt','messages:wikieditor-toolbar-tool-table-zero','s:134:\"ru:Вы не можете вставить таблицу с нулевым количеством строк или столбцов.\";'),('alt','messages:wikieditor-toolbar-tool-ulist','s:42:\"ru:Маркированный список\";'),('alt','messages:wikieditor-toolbar-tool-ulist-example','s:59:\"ru:Элемент маркированного списка\";'),('alt','messages:wikieditor-toolbar-tool-xlink','s:82:\"ru:Внешняя ссылка (не забудьте о префиксе http://)\";'),('alt','messages:wikieditor-toolbar-tool-xlink-example','s:57:\"ru:http://www.example.com заголовок ссылки\";'),('alt','messages:wikieditor-wikitext-tab','s:21:\"ru:Викитекст\";'),('alt','messages:windows-nonascii-filename','s:145:\"alt:Бу викиде файлдардыҥ аттары ASCII таблицадагы символдордоҥ башка болбос керек.\";'),('alt','messages:withoutinterwiki','s:57:\"alt:Интервики-тайанты јок бӱктер\";'),('alt','messages:withoutinterwiki-legend','s:18:\"alt:Префикс\";'),('alt','messages:withoutinterwiki-submit','s:20:\"alt:Кӧргӱзер\";'),('alt','messages:withoutinterwiki-summary','s:66:\"alt:Интервики-тайантылары јок бӱктер:\";'),('alt','messages:wlheader-enotif','s:69:\"alt:Электрон почта ажыра јетирӱ эдилди.\";'),('alt','messages:wlheader-showupdated','s:196:\"alt:Слердиҥ калганчы катап киреле ле кӧргӧннӧҥ бери солынып калган бӱктер <strong>калыҥ</strong> шрифтле аҥыланган.\";'),('alt','messages:wlnote','s:217:\"alt:Алдында {{PLURAL:$1|калганчы солынты|калганчы <strong>$1</strong> солынты}} калганчы {{PLURAL:$2|сат}} ӧткӧннӧҥ бери кӧргӱзилди, ӧйи $3, $4.\";'),('alt','messages:wlshowhideanons','s:42:\"alt:ады јок туружаачылар\";'),('alt','messages:wlshowhidebots','s:16:\"alt:боттор\";'),('alt','messages:wlshowhidecategorization','s:47:\"alt:бӱктиҥ категоризациязы\";'),('alt','messages:wlshowhideliu','s:55:\"alt:регистрациялу туружаачылар\";'),('alt','messages:wlshowhidemine','s:37:\"alt:мениҥ тӱзедӱлерим\";'),('alt','messages:wlshowhideminor','s:31:\"alt:кичӱ тӱзедӱлер\";'),('alt','messages:wlshowhidepatr','s:41:\"alt:ширтелген тӱзедӱлер\";'),('alt','messages:wlshowtime','s:41:\"alt:Кӧргӱзетен ӧйи кеми:\";'),('alt','messages:word-separator','s:8:\"en:&#32;\";'),('alt','messages:wrongpassword','s:104:\"alt:Јастыра јажыт сӧс кийдирилди.\nЈаҥынаҥ албаданып кӧрӧр.\";'),('alt','messages:wrongpasswordempty','s:113:\"alt:Кийдирилген јажыт сӧс куру болгон.\nЈаҥынаҥ албаданып кӧрӧр.\";'),('alt','messages:xffblockreason','s:256:\"alt:Слердиҥ болгон эмезе эдинип турган прокси-серверде X-Forwarded-For бажалыкта турган IP-адрес туйукталган. Туйукташтыҥ баштапкы шылтагы мындый: $1\";'),('alt','messages:xml-error-string','s:61:\"alt:$1 јолдыкта $2, туружы $3 (байт $4): $5\";'),('alt','messages:year','s:51:\"alt:Јылдаҥ ала (оноҥ озо база):\";'),('alt','messages:years','s:27:\"alt:{{PLURAL:$1|$1 јыл}}\";'),('alt','messages:yesterday-at','s:23:\"alt:Кече, ӧйи $1\";'),('alt','messages:youhavenewmessages','s:39:\"alt:{{PLURAL:$3|Слерде}} $1 ($2).\";'),('alt','messages:youhavenewmessagesfromusers','s:121:\"alt:{{PLURAL:$4|Слерде}} $1 {{PLURAL:$3|ӧскӧ туружаачынаҥ|$3 туружаачылардаҥ}} ($2).\";'),('alt','messages:youhavenewmessagesmanyusers','s:57:\"alt:Слерде $1 кӧп эдинчилердеҥ ($2).\";'),('alt','messages:yourdiff','s:28:\"alt:Башкаланганы\";'),('alt','messages:yourdomainname','s:30:\"alt:Слердиҥ домен:\";'),('alt','messages:youremail','s:31:\"alt:Электрон почта\";'),('alt','messages:yourgender','s:98:\"alt:Кандый јартамалды слер бойыгарга јарадып турганар?\";'),('alt','messages:yourlanguage','s:38:\"alt:Интерфейстиҥ тили:\";'),('alt','messages:yourname','s:23:\"alt:Туружаачы:\";'),('alt','messages:yournick','s:35:\"alt:Јаҥы салатан кол:\";'),('alt','messages:yourpassword','s:22:\"alt:Јажыт сӧс:\";'),('alt','messages:yourpasswordagain','s:53:\"alt:Такып јажыт сӧсти кийдирер\";'),('alt','messages:yourrealname','s:18:\"alt:Чын ады:\";'),('alt','messages:yourtext','s:37:\"alt:Слердиҥ бичимелер\";'),('alt','messages:yourvariant','s:57:\"alt:Толынтыныҥ тилиниҥ варианты:\";'),('alt','messages:zip-bad','s:124:\"alt:ZIP файл ӱрелген эмезе оны ачар арга јок.\nОны јазап этире шиҥделбес.\";'),('alt','messages:zip-file-open-error','s:97:\"alt:Архивти шиҥдерге файлды ачар тушта јастырыш болды.\";'),('alt','messages:zip-unsupported','s:152:\"alt:Бу ZIP файл MediaWiki јӧмӧшпӧй турган аргаларды тузаланат.\nОны јазап ширтелер арга јок.\";'),('alt','messages:zip-wrong-format','s:52:\"alt:Уулаган файл ZIP архив эмес.\";'),('alt','minimumGroupingDigits','i:2;'),('alt','namespaceAliases','a:4:{s:22:\"Изображение\";i:6;s:43:\"Обсуждение_изображения\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('alt','namespaceGenderAliases','a:0:{}'),('alt','namespaceNames','a:17:{i:-2;s:10:\"Медиа\";i:-1;s:10:\"Аҥылу\";i:1;s:10:\"Шӱӱжӱ\";i:2;s:18:\"Туружаачы\";i:3;s:37:\"Туружаачыны_шӱӱжери\";i:5;s:17:\"$1_шӱӱжери\";i:6;s:8:\"Файл\";i:7;s:27:\"Файлды_шӱӱжери\";i:8;s:9:\"MediaWiki\";i:9;s:29:\"MediaWiki-ни_шӱӱжери\";i:10;s:12:\"Ӱлекер\";i:11;s:31:\"Ӱлекерди_шӱӱжери\";i:12;s:10:\"Болуш\";i:13;s:29:\"Болушты_шӱӱжери\";i:14;s:18:\"Категория\";i:15;s:37:\"Категорияны_шӱӱжери\";i:0;s:0:\"\";}'),('alt','originalFallbackSequence','a:1:{i:0;s:2:\"ru\";}'),('alt','pluralRuleTypes','a:3:{i:0;s:3:\"one\";i:1;s:3:\"few\";i:2;s:4:\"many\";}'),('alt','pluralRules','a:3:{i:0;s:93:\"v = 0 and i % 10 = 1 and i % 100 != 11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …\";i:1;s:106:\"v = 0 and i % 10 = 2..4 and i % 100 != 12..14 @integer 2~4, 22~24, 32~34, 42~44, 52~54, 62, 102, 1002, …\";i:2;s:134:\"v = 0 and i % 10 = 0 or v = 0 and i % 10 = 5..9 or v = 0 and i % 100 = 11..14 @integer 0, 5~19, 100, 1000, 10000, 100000, 1000000, …\";}'),('alt','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:30:\"alt:Project:Јартамалы\";s:9:\"aboutsite\";s:35:\"alt:{{SITENAME}} керегинде\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:18:\"alt:Кылыныш\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:44:\"alt:Болуп турган керектер\";s:17:\"currentevents-url\";s:52:\"alt:Project:Болуп турган керектер\";s:14:\"disclaimerpage\";s:57:\"alt:Project:Каруузынаҥ туураланганы\";s:11:\"disclaimers\";s:30:\"alt:Бурулатпастар\";s:4:\"edit\";s:20:\"alt:Тӱзедери\";s:11:\"editsection\";s:18:\"alt:тӱзедер\";s:15:\"editsectionhint\";s:39:\"alt:Ӧскӧртӧр бӧлӱкти: $1\";s:4:\"help\";s:14:\"alt:Болуш\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"ru:$1 — $2\";s:6:\"jumpto\";s:24:\"alt:Бери кӧчӧр:\";s:16:\"jumptonavigation\";s:22:\"alt:навигация\";s:12:\"jumptosearch\";s:16:\"alt:бедреш\";s:14:\"lastmodifiedat\";s:65:\"alt:Бӱктиҥ калганчы солынган ӧйи $1, $2.\";s:8:\"mainpage\";s:17:\"alt:Тӧс бӱк\";s:20:\"mainpage-description\";s:17:\"alt:Тӧс бӱк\";s:14:\"mainpage-nstab\";s:17:\"alt:Тӧс бӱк\";s:10:\"namespaces\";s:35:\"alt:Аттардыҥ телкеми\";s:10:\"navigation\";s:22:\"alt:Навигация\";s:23:\"nav-login-createaccount\";s:40:\"alt:Кирер / аккаунт эдер\";s:10:\"nstab-main\";s:10:\"alt:Бӱк\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:36:\"alt:{{PLURAL:$1|Категория}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:22:\"ru:$1 — {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:52:\"alt:Јаантайын болотон тайанты\";s:13:\"personaltools\";s:47:\"alt:Персональный јепселдер\";s:6:\"portal\";s:37:\"alt:Ӧмӧликтиҥ порталы\";s:10:\"portal-url\";s:45:\"alt:Project:Ӧмӧликтиҥ порталы\";s:16:\"printableversion\";s:42:\"alt:Кепке базатан версия\";s:7:\"privacy\";s:47:\"alt:Конфеденциялык ээжилер\";s:11:\"privacypage\";s:55:\"alt:Project:Конфеденциялык ээжилер\";s:10:\"randompage\";s:27:\"alt:Келишкен бӱк\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:41:\"alt:Калганчы солынтылар\";s:27:\"recentchangeslinked-toolbox\";s:35:\"alt:Тудуш солынтылар\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:30:\"alt:Алган јери - \"$1\"\";s:6:\"search\";s:16:\"alt:Бедреш\";s:13:\"searcharticle\";s:14:\"alt:Барар\";s:12:\"searchbutton\";s:16:\"alt:Бедреш\";s:20:\"searchsuggest-search\";s:34:\"alt:{{SITENAME}}-ҥ бедреер\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:22:\"alt:Навигация\";s:14:\"site-atom-feed\";s:26:\"alt:$1 Atom бичидиш\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:27:\"alt:Аҥылу бӱктер\";s:7:\"tagline\";s:31:\"alt:{{SITENAME}} сайттаҥ\";s:4:\"talk\";s:14:\"alt:Шӱӱжӱ\";s:7:\"toolbox\";s:22:\"alt:Јепселдер\";s:15:\"tooltip-ca-edit\";s:34:\"alt:Бу бӱкти тӱзедер\";s:18:\"tooltip-ca-history\";s:51:\"alt:Бу бӱктиҥ эски версиялары\";s:21:\"tooltip-ca-nstab-main\";s:42:\"alt:Текши бӱкти кӧргӱзер\";s:15:\"tooltip-ca-talk\";s:48:\"alt:Бӱктиҥ бичимелин шӱӱжер\";s:21:\"tooltip-ca-viewsource\";s:117:\"alt:Бу бӱкти корулап салган.\nСлер тӧзӧгӧ бичимелди кӧрӧргӧ аргалу\";s:23:\"tooltip-n-currentevents\";s:82:\"alt:Болуп турган керектер кергинде информация\";s:14:\"tooltip-n-help\";s:66:\"alt:Болушты мындый јерде табар аргалу\";s:30:\"tooltip-n-mainpage-description\";s:32:\"alt:Тӧс бӱкти кӧрӧр\";s:16:\"tooltip-n-portal\";s:124:\"alt:Проект керегинде, слер нени эдер аргагар бар, кайда табып алар оны\";s:20:\"tooltip-n-randompage\";s:40:\"alt:Келишкен бӱкти ачар\";s:23:\"tooltip-n-recentchanges\";s:68:\"alt:Wiki-де калганчы солынталарды кӧрӧри\";s:14:\"tooltip-p-logo\";s:34:\"alt:Тӧс бӱкти кӧрӧри\";s:16:\"tooltip-pt-login\";s:111:\"alt:Мында системага кирерге арга бар; је ол ондый керектӱ эмес.\";s:24:\"tooltip-pt-createaccount\";s:159:\"alt:Бис слерге аккаунт эдип системадӧн кирзин деп сурап турубыс, је оны этпеске де јарар.\";s:14:\"tooltip-search\";s:31:\"alt:Бедреер {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:59:\"alt:Бу бичимелдӱ бӱктерди бедрери\";s:17:\"tooltip-search-go\";s:76:\"alt:Тӱҥей атту бӱк бар болзо, ол бӱкке кӧчӧр\";s:14:\"tooltip-t-info\";s:49:\"alt:Бу бӱк керегинде кӧптӧдӧ\";s:19:\"tooltip-t-permalink\";s:97:\"alt:Бӱктиҥ бу версиязыныҥ јаантайын болотон тайантызы\";s:15:\"tooltip-t-print\";s:64:\"alt:Бу бӱктиҥ кепке базатан версиязы\";s:29:\"tooltip-t-recentchangeslinked\";s:91:\"alt:Бу бӱкке тайанган бӱктерде калганчы солынтылар\";s:22:\"tooltip-t-specialpages\";s:42:\"alt:Бастыра аҥылу бӱктер\";s:23:\"tooltip-t-whatlinkshere\";s:90:\"alt:Бу бӱкке уулап турган бастыра бӱктердиҥ тизими\";s:8:\"variants\";s:24:\"alt:Варианттар\";s:16:\"vector-view-edit\";s:20:\"alt:Тӱзедери\";s:19:\"vector-view-history\";s:35:\"alt:Тӱӱкини кӧргӱзер\";s:16:\"vector-view-view\";s:18:\"alt:Кычырар\";s:9:\"viewcount\";s:56:\"alt:Бу бӱк {{PLURAL:$1 катап}} ачылган.\";s:5:\"views\";s:22:\"alt:Кӧргӧндӧр\";s:13:\"whatlinkshere\";s:48:\"alt:Бери улааган тайантылар\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:7:\"xg j, Y\";s:8:\"mdy both\";s:12:\"H:i, xg j, Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:11:\"H:i, j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:11:\"H:i, Y xg j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"Медиа\";i:-1;s:10:\"Аҥылу\";i:1;s:10:\"Шӱӱжӱ\";i:2;s:18:\"Туружаачы\";i:3;s:37:\"Туружаачыны_шӱӱжери\";i:5;s:17:\"$1_шӱӱжери\";i:6;s:8:\"Файл\";i:7;s:27:\"Файлды_шӱӱжери\";i:8;s:9:\"MediaWiki\";i:9;s:29:\"MediaWiki-ни_шӱӱжери\";i:10;s:12:\"Ӱлекер\";i:11;s:31:\"Ӱлекерди_шӱӱжери\";i:12;s:10:\"Болуш\";i:13;s:29:\"Болушты_шӱӱжери\";i:14;s:18:\"Категория\";i:15;s:37:\"Категорияны_шӱӱжери\";i:0;s:0:\"\";}}'),('alt','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('alt','rtl','b:0;'),('alt','separatorTransformTable','a:2:{s:1:\",\";s:2:\" \";s:1:\".\";s:1:\",\";}'),('alt','specialPageAliases','a:142:{s:13:\"MobileOptions\";a:2:{i:0;s:50:\"Настройки_мобильной_версии\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:16:\"Загрузки\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:31:\"Сравнение_версий\";i:1;s:10:\"MobileDiff\";}s:10:\"MobileMenu\";a:2:{i:0;s:27:\"Мобильное_меню\";i:1;s:10:\"MobileMenu\";}s:6:\"Nearby\";a:2:{i:0;s:20:\"Поблизости\";i:1;s:6:\"Nearby\";}s:11:\"Activeusers\";a:2:{i:0;s:35:\"Активные_участники\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:37:\"Системные_сообщения\";i:1;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:3:{i:0;s:24:\"Все_мои_файлы\";i:1;s:12:\"AllMyUploads\";i:2;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:23:\"Все_страницы\";i:1;s:8:\"AllPages\";}s:8:\"Badtitle\";a:2:{i:0;s:41:\"Недопустимое_название\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:29:\"Пустая_страница\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:4:{i:0;s:26:\"Заблокировать\";i:1;s:5:\"Block\";i:2;s:7:\"BlockIP\";i:3;s:9:\"BlockUser\";}s:9:\"BlockList\";a:5:{i:0;s:33:\"Список_блокировок\";i:1;s:20:\"Блокировки\";i:2;s:9:\"BlockList\";i:3;s:10:\"ListBlocks\";i:4;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:27:\"Источники_книг\";i:1;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:53:\"Разорванные_перенаправления\";i:1;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:18:\"Категории\";i:1;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:3:{i:0;s:21:\"Сменить_e-mail\";i:1;s:25:\"Сменить_почту\";i:2;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:4:{i:0;s:27:\"Сменить_пароль\";i:1;s:14:\"ChangePassword\";i:2;s:9:\"ResetPass\";i:3;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:33:\"Сравнение_страниц\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:3:{i:0;s:29:\"Подтвердить_e-mail\";i:1;s:33:\"Подтвердить_почту\";i:2;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:10:\"Вклад\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:4:{i:0;s:42:\"Создать_учётную_запись\";i:1;s:39:\"Создать_пользователя\";i:2;s:36:\"Зарегистрироваться\";i:3;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:35:\"Тупиковые_страницы\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:29:\"Удалённый_вклад\";i:1;s:20:\"DeletedContributions\";}s:4:\"Diff\";a:2:{i:0;s:18:\"Изменения\";i:1;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:45:\"Двойные_перенаправления\";i:1;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:2:{i:0;s:48:\"Править_список_наблюдения\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:4:{i:0;s:31:\"Письмо_участнику\";i:1;s:31:\"Отправить_письмо\";i:2;s:9:\"EmailUser\";i:3;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:35:\"Развёртка_шаблонов\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:3:{i:0;s:14:\"Экспорт\";i:1;s:16:\"Выгрузка\";i:2;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:37:\"Редко_редактируемые\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:44:\"Поиск_дубликатов_файлов\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:22:\"Путь_к_файлу\";i:1;s:8:\"FilePath\";}s:6:\"Import\";a:2:{i:0;s:12:\"Импорт\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:56:\"Отменить_подтверждение_адреса\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:35:\"Тестирование_JavaScript\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:2:{i:0;s:23:\"Поиск_ссылок\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:43:\"Список_администраторов\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:23:\"Список_ботов\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:3:{i:0;s:46:\"Список_файлов-дубликатов\";i:1;s:19:\"ListDuplicatedFiles\";i:2;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:5:{i:0;s:25:\"Список_файлов\";i:1;s:35:\"Список_изображений\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:4:{i:0;s:42:\"Права_групп_участников\";i:1;s:32:\"Список_прав_групп\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:43:\"Список_перенаправлений\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:4:{i:0;s:33:\"Список_участников\";i:1;s:9:\"ListUsers\";i:2;s:8:\"UserList\";i:3;s:5:\"Users\";}s:6:\"Lockdb\";a:3:{i:0;s:31:\"Заблокировать_БД\";i:1;s:48:\"Заблокировать_базу_данных\";i:2;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:14:\"Журналы\";i:1;s:12:\"Журнал\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:3:{i:0;s:43:\"Изолированные_страницы\";i:1;s:11:\"LonelyPages\";i:2;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:31:\"Длинные_страницы\";i:1;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:2:{i:0;s:37:\"Объединение_историй\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:20:\"Поиск_по_MIME\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:43:\"Самые_категоризованные\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:4:{i:0;s:46:\"Самые_используемые_файлы\";i:1;s:15:\"MostLinkedFiles\";i:2;s:9:\"MostFiles\";i:3;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:73:\"Наибольшее_количество_интервики-ссылок\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:3:{i:0;s:52:\"Самые_используемые_страницы\";i:1;s:15:\"MostLinkedPages\";i:2;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:3:{i:0;s:54:\"Самые_используемые_категории\";i:1;s:20:\"MostLinkedCategories\";i:2;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:4:{i:0;s:50:\"Самые_используемые_шаблоны\";i:1;s:20:\"MostTranscludedPages\";i:2;s:19:\"MostLinkedTemplates\";i:3;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:54:\"Наибольшее_количество_версий\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:4:{i:0;s:43:\"Переименовать_страницу\";i:1;s:28:\"Переименование\";i:2;s:26:\"Переименовать\";i:3;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:3:{i:0;s:17:\"Мой_вклад\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:15:\"Мой_язык\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:23:\"Моя_страница\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:27:\"Моё_обсуждение\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:3:{i:0;s:23:\"Мои_загрузки\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:9:\"Newimages\";a:3:{i:0;s:21:\"Новые_файлы\";i:1;s:8:\"NewFiles\";i:2;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:27:\"Новые_страницы\";i:1;s:8:\"NewPages\";}s:13:\"PasswordReset\";a:2:{i:0;s:23:\"Сброс_пароля\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:3:{i:0;s:33:\"Постоянная_ссылка\";i:1;s:13:\"PermanentLink\";i:2;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:18:\"Настройки\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:53:\"Указатель_по_началу_названия\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:37:\"Защищённые_страницы\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:37:\"Защищённые_названия\";i:1;s:15:\"ProtectedTitles\";}s:10:\"Randompage\";a:4:{i:0;s:35:\"Случайная_страница\";i:1;s:18:\"Случайная\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:2:{i:0;s:49:\"Случайное_перенаправление\";i:1;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:2:{i:0;s:25:\"Свежие_правки\";i:1;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:3:{i:0;s:31:\"Связанные_правки\";i:1;s:19:\"RecentChangesLinked\";i:2;s:14:\"RelatedChanges\";}s:14:\"Revisiondelete\";a:2:{i:0;s:29:\"Удаление_правки\";i:1;s:14:\"RevisionDelete\";}s:6:\"Search\";a:2:{i:0;s:10:\"Поиск\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:33:\"Короткие_страницы\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:24:\"Спецстраницы\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:20:\"Статистика\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:10:\"Метки\";i:1;s:4:\"Tags\";}s:7:\"Unblock\";a:2:{i:0;s:26:\"Разблокировка\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:55:\"Некатегоризованные_категории\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:3:{i:0;s:47:\"Некатегоризованные_файлы\";i:1;s:18:\"UncategorizedFiles\";i:2;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:53:\"Некатегоризованные_страницы\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:51:\"Некатегоризованные_шаблоны\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:3:{i:0;s:24:\"Восстановить\";i:1;s:28:\"Восстановление\";i:2;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:2:{i:0;s:31:\"Разблокировка_БД\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:47:\"Неиспользуемые_категории\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:3:{i:0;s:39:\"Неиспользуемые_файлы\";i:1;s:11:\"UnusedFiles\";i:2;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:43:\"Неиспользуемые_шаблоны\";i:1;s:15:\"UnusedTemplates\";}s:6:\"Upload\";a:2:{i:0;s:16:\"Загрузка\";i:1;s:6:\"Upload\";}s:11:\"UploadStash\";a:2:{i:0;s:33:\"Скрытная_загрузка\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:8:\"Вход\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:33:\"Завершение_сеанса\";i:1;s:10:\"Выход\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:10:\"Userrights\";a:4:{i:0;s:35:\"Управление_правами\";i:1;s:10:\"UserRights\";i:2;s:9:\"MakeSysop\";i:3;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:12:\"Версия\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:37:\"Требуемые_категории\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:29:\"Требуемые_файлы\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:3:{i:0;s:35:\"Требуемые_страницы\";i:1;s:11:\"WantedPages\";i:2;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:33:\"Требуемые_шаблоны\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:33:\"Список_наблюдения\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:21:\"Ссылки_сюда\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:25:\"Без_интервики\";i:1;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}}'),('am','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('am','compiledPluralRules','a:1:{i:0;s:16:\"i 0 in n 1 in or\";}'),('am','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('am','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('am','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('am','defaultDateFormat','s:10:\"dmy or mdy\";'),('am','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAm.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/am.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";i:1727491633;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/am.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('am','digitGroupingPattern','s:9:\"#,##0.###\";'),('am','digitTransformTable','N;'),('am','fallback','b:0;'),('am','fallback8bitEncoding','s:12:\"windows-1252\";'),('am','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('am','imageFiles','N;'),('am','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('am','linkPrefixExtension','b:0;'),('am','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('am','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-minordefault\";i:14;s:16:\"tog-previewontop\";i:15;s:18:\"tog-previewonfirst\";i:16;s:24:\"tog-enotifwatchlistpages\";i:17;s:23:\"tog-enotifusertalkpages\";i:18;s:20:\"tog-enotifminoredits\";i:19;s:20:\"tog-enotifrevealaddr\";i:20;s:23:\"tog-shownumberswatching\";i:21;s:10:\"tog-oldsig\";i:22;s:12:\"tog-fancysig\";i:23;s:18:\"tog-uselivepreview\";i:24;s:20:\"tog-forceeditsummary\";i:25;s:20:\"tog-watchlisthideown\";i:26;s:21:\"tog-watchlisthidebots\";i:27;s:22:\"tog-watchlisthideminor\";i:28;s:20:\"tog-watchlisthideliu\";i:29;s:22:\"tog-watchlisthideanons\";i:30;s:16:\"tog-ccmeonemails\";i:31;s:12:\"tog-diffonly\";i:32;s:18:\"tog-showhiddencats\";i:33;s:18:\"tog-norollbackdiff\";i:34;s:18:\"tog-useeditwarning\";i:35;s:16:\"underline-always\";i:36;s:15:\"underline-never\";i:37;s:17:\"underline-default\";i:38;s:6:\"sunday\";i:39;s:6:\"monday\";i:40;s:7:\"tuesday\";i:41;s:9:\"wednesday\";i:42;s:8:\"thursday\";i:43;s:6:\"friday\";i:44;s:8:\"saturday\";i:45;s:3:\"sun\";i:46;s:3:\"mon\";i:47;s:3:\"tue\";i:48;s:3:\"wed\";i:49;s:3:\"thu\";i:50;s:3:\"fri\";i:51;s:3:\"sat\";i:52;s:7:\"january\";i:53;s:8:\"february\";i:54;s:5:\"march\";i:55;s:5:\"april\";i:56;s:8:\"may_long\";i:57;s:4:\"june\";i:58;s:4:\"july\";i:59;s:6:\"august\";i:60;s:9:\"september\";i:61;s:7:\"october\";i:62;s:8:\"november\";i:63;s:8:\"december\";i:64;s:11:\"january-gen\";i:65;s:12:\"february-gen\";i:66;s:9:\"march-gen\";i:67;s:9:\"april-gen\";i:68;s:7:\"may-gen\";i:69;s:8:\"june-gen\";i:70;s:8:\"july-gen\";i:71;s:10:\"august-gen\";i:72;s:13:\"september-gen\";i:73;s:11:\"october-gen\";i:74;s:12:\"november-gen\";i:75;s:12:\"december-gen\";i:76;s:3:\"jan\";i:77;s:3:\"feb\";i:78;s:3:\"mar\";i:79;s:3:\"apr\";i:80;s:3:\"may\";i:81;s:3:\"jun\";i:82;s:3:\"jul\";i:83;s:3:\"aug\";i:84;s:3:\"sep\";i:85;s:3:\"oct\";i:86;s:3:\"nov\";i:87;s:3:\"dec\";i:88;s:14:\"pagecategories\";i:89;s:15:\"category_header\";i:90;s:13:\"subcategories\";i:91;s:21:\"category-media-header\";i:92;s:14:\"category-empty\";i:93;s:17:\"hidden-categories\";i:94;s:24:\"hidden-category-category\";i:95;s:21:\"category-subcat-count\";i:96;s:29:\"category-subcat-count-limited\";i:97;s:22:\"category-article-count\";i:98;s:30:\"category-article-count-limited\";i:99;s:19:\"category-file-count\";i:100;s:27:\"category-file-count-limited\";i:101;s:14:\"index-category\";i:102;s:16:\"noindex-category\";i:103;s:20:\"broken-file-category\";i:104;s:5:\"about\";i:105;s:7:\"article\";i:106;s:9:\"newwindow\";i:107;s:6:\"cancel\";i:108;s:13:\"moredotdotdot\";i:109;s:6:\"mypage\";i:110;s:6:\"mytalk\";i:111;s:8:\"anontalk\";i:112;s:10:\"navigation\";i:113;s:3:\"and\";i:114;s:3:\"faq\";i:115;s:7:\"actions\";i:116;s:10:\"namespaces\";i:117;s:14:\"errorpagetitle\";i:118;s:8:\"returnto\";i:119;s:7:\"tagline\";i:120;s:4:\"help\";i:121;s:6:\"search\";i:122;s:12:\"searchbutton\";i:123;s:2:\"go\";i:124;s:13:\"searcharticle\";i:125;s:17:\"skin-view-history\";i:126;s:7:\"history\";i:127;s:13:\"history_short\";i:128;s:13:\"updatedmarker\";i:129;s:16:\"printableversion\";i:130;s:9:\"permalink\";i:131;s:5:\"print\";i:132;s:4:\"view\";i:133;s:14:\"skin-view-view\";i:134;s:4:\"edit\";i:135;s:14:\"skin-view-edit\";i:136;s:6:\"create\";i:137;s:16:\"skin-view-create\";i:138;s:6:\"delete\";i:139;s:14:\"undelete_short\";i:140;s:17:\"viewdeleted_short\";i:141;s:7:\"protect\";i:142;s:14:\"protect_change\";i:143;s:21:\"skin-action-unprotect\";i:144;s:9:\"unprotect\";i:145;s:7:\"newpage\";i:146;s:16:\"talkpagelinktext\";i:147;s:11:\"specialpage\";i:148;s:13:\"personaltools\";i:149;s:4:\"talk\";i:150;s:5:\"views\";i:151;s:7:\"toolbox\";i:152;s:9:\"imagepage\";i:153;s:13:\"mediawikipage\";i:154;s:12:\"templatepage\";i:155;s:12:\"viewhelppage\";i:156;s:12:\"categorypage\";i:157;s:12:\"viewtalkpage\";i:158;s:14:\"otherlanguages\";i:159;s:14:\"redirectedfrom\";i:160;s:15:\"redirectpagesub\";i:161;s:14:\"lastmodifiedat\";i:162;s:9:\"viewcount\";i:163;s:13:\"protectedpage\";i:164;s:6:\"jumpto\";i:165;s:16:\"jumptonavigation\";i:166;s:12:\"jumptosearch\";i:167;s:15:\"view-pool-error\";i:168;s:17:\"pool-errorunknown\";i:169;s:9:\"aboutsite\";i:170;s:9:\"aboutpage\";i:171;s:9:\"copyright\";i:172;s:13:\"copyrightpage\";i:173;s:13:\"currentevents\";i:174;s:17:\"currentevents-url\";i:175;s:11:\"disclaimers\";i:176;s:14:\"disclaimerpage\";i:177;s:8:\"edithelp\";i:178;s:8:\"mainpage\";i:179;s:20:\"mainpage-description\";i:180;s:10:\"policy-url\";i:181;s:6:\"portal\";i:182;s:10:\"portal-url\";i:183;s:7:\"privacy\";i:184;s:11:\"privacypage\";i:185;s:9:\"badaccess\";i:186;s:16:\"badaccess-group0\";i:187;s:16:\"badaccess-groups\";i:188;s:15:\"versionrequired\";i:189;s:19:\"versionrequiredtext\";i:190;s:2:\"ok\";i:191;s:13:\"retrievedfrom\";i:192;s:18:\"youhavenewmessages\";i:193;s:27:\"youhavenewmessagesfromusers\";i:194;s:27:\"youhavenewmessagesmanyusers\";i:195;s:21:\"newmessageslinkplural\";i:196;s:25:\"newmessagesdifflinkplural\";i:197;s:11:\"editsection\";i:198;s:7:\"editold\";i:199;s:13:\"viewsourceold\";i:200;s:8:\"editlink\";i:201;s:14:\"viewsourcelink\";i:202;s:15:\"editsectionhint\";i:203;s:3:\"toc\";i:204;s:7:\"showtoc\";i:205;s:7:\"hidetoc\";i:206;s:20:\"collapsible-collapse\";i:207;s:18:\"collapsible-expand\";i:208;s:13:\"thisisdeleted\";i:209;s:11:\"viewdeleted\";i:210;s:11:\"restorelink\";i:211;s:12:\"feed-invalid\";i:212;s:16:\"feed-unavailable\";i:213;s:13:\"site-rss-feed\";i:214;s:14:\"site-atom-feed\";i:215;s:13:\"page-rss-feed\";i:216;s:14:\"page-atom-feed\";i:217;s:14:\"red-link-title\";i:218;s:10:\"nstab-main\";i:219;s:10:\"nstab-user\";i:220;s:11:\"nstab-media\";i:221;s:13:\"nstab-special\";i:222;s:13:\"nstab-project\";i:223;s:11:\"nstab-image\";i:224;s:15:\"nstab-mediawiki\";i:225;s:14:\"nstab-template\";i:226;s:10:\"nstab-help\";i:227;s:14:\"nstab-category\";i:228;s:14:\"mainpage-nstab\";i:229;s:12:\"nosuchaction\";i:230;s:16:\"nosuchactiontext\";i:231;s:17:\"nosuchspecialpage\";i:232;s:17:\"nospecialpagetext\";i:233;s:5:\"error\";i:234;s:13:\"databaseerror\";i:235;s:17:\"laggedreplicamode\";i:236;s:8:\"readonly\";i:237;s:15:\"enterlockreason\";i:238;s:12:\"readonlytext\";i:239;s:18:\"missingarticle-rev\";i:240;s:19:\"missingarticle-diff\";i:241;s:12:\"readonly_lag\";i:242;s:13:\"internalerror\";i:243;s:18:\"internalerror_info\";i:244;s:13:\"filecopyerror\";i:245;s:15:\"filerenameerror\";i:246;s:15:\"filedeleteerror\";i:247;s:20:\"directorycreateerror\";i:248;s:12:\"filenotfound\";i:249;s:10:\"unexpected\";i:250;s:9:\"formerror\";i:251;s:15:\"badarticleerror\";i:252;s:12:\"cannotdelete\";i:253;s:18:\"cannotdelete-title\";i:254;s:19:\"delete-hook-aborted\";i:255;s:8:\"badtitle\";i:256;s:12:\"badtitletext\";i:257;s:10:\"perfcached\";i:258;s:12:\"perfcachedts\";i:259;s:20:\"querypage-no-updates\";i:260;s:10:\"viewsource\";i:261;s:16:\"viewsource-title\";i:262;s:15:\"actionthrottled\";i:263;s:19:\"actionthrottledtext\";i:264;s:17:\"protectedpagetext\";i:265;s:14:\"viewsourcetext\";i:266;s:18:\"protectedinterface\";i:267;s:16:\"editinginterface\";i:268;s:16:\"cascadeprotected\";i:269;s:18:\"namespaceprotected\";i:270;s:19:\"ns-specialprotected\";i:271;s:14:\"titleprotected\";i:272;s:17:\"exception-nologin\";i:273;s:22:\"exception-nologin-text\";i:274;s:20:\"virus-unknownscanner\";i:275;s:10:\"logouttext\";i:276;s:11:\"welcomeuser\";i:277;s:8:\"yourname\";i:278;s:18:\"userlogin-yourname\";i:279;s:21:\"userlogin-yourname-ph\";i:280;s:30:\"createacct-another-username-ph\";i:281;s:12:\"yourpassword\";i:282;s:22:\"userlogin-yourpassword\";i:283;s:25:\"userlogin-yourpassword-ph\";i:284;s:26:\"createacct-yourpassword-ph\";i:285;s:17:\"yourpasswordagain\";i:286;s:28:\"createacct-yourpasswordagain\";i:287;s:31:\"createacct-yourpasswordagain-ph\";i:288;s:28:\"userlogin-remembermypassword\";i:289;s:14:\"yourdomainname\";i:290;s:25:\"password-change-forbidden\";i:291;s:15:\"externaldberror\";i:292;s:5:\"login\";i:293;s:23:\"nav-login-createaccount\";i:294;s:6:\"logout\";i:295;s:10:\"userlogout\";i:296;s:11:\"notloggedin\";i:297;s:13:\"createaccount\";i:298;s:28:\"userlogin-resetpassword-link\";i:299;s:24:\"createacct-emailrequired\";i:300;s:19:\"createacct-email-ph\";i:301;s:17:\"createaccountmail\";i:302;s:17:\"createacct-reason\";i:303;s:20:\"createacct-reason-ph\";i:304;s:17:\"createacct-submit\";i:305;s:25:\"createacct-another-submit\";i:306;s:26:\"createacct-benefit-heading\";i:307;s:24:\"createacct-benefit-body1\";i:308;s:24:\"createacct-benefit-body2\";i:309;s:9:\"badretype\";i:310;s:10:\"userexists\";i:311;s:10:\"loginerror\";i:312;s:16:\"createacct-error\";i:313;s:18:\"createaccounterror\";i:314;s:12:\"nocookiesnew\";i:315;s:14:\"nocookieslogin\";i:316;s:6:\"noname\";i:317;s:17:\"loginsuccesstitle\";i:318;s:12:\"loginsuccess\";i:319;s:10:\"nosuchuser\";i:320;s:15:\"nosuchusershort\";i:321;s:15:\"nouserspecified\";i:322;s:17:\"login-userblocked\";i:323;s:13:\"wrongpassword\";i:324;s:18:\"wrongpasswordempty\";i:325;s:16:\"passwordtooshort\";i:326;s:19:\"password-name-match\";i:327;s:24:\"password-login-forbidden\";i:328;s:14:\"mailmypassword\";i:329;s:21:\"passwordremindertitle\";i:330;s:20:\"passwordremindertext\";i:331;s:7:\"noemail\";i:332;s:13:\"noemailcreate\";i:333;s:12:\"passwordsent\";i:334;s:20:\"blocked-mailpassword\";i:335;s:12:\"eauthentsent\";i:336;s:22:\"throttled-mailpassword\";i:337;s:9:\"mailerror\";i:338;s:26:\"acct_creation_throttle_hit\";i:339;s:18:\"emailauthenticated\";i:340;s:21:\"emailnotauthenticated\";i:341;s:12:\"noemailprefs\";i:342;s:16:\"emailconfirmlink\";i:343;s:19:\"invalidemailaddress\";i:344;s:17:\"cannotchangeemail\";i:345;s:13:\"emaildisabled\";i:346;s:14:\"accountcreated\";i:347;s:18:\"accountcreatedtext\";i:348;s:19:\"createaccount-title\";i:349;s:18:\"createaccount-text\";i:350;s:15:\"login-throttled\";i:351;s:19:\"login-abort-generic\";i:352;s:18:\"loginlanguagelabel\";i:353;s:8:\"pt-login\";i:354;s:15:\"pt-login-button\";i:355;s:13:\"pt-userlogout\";i:356;s:17:\"user-mail-no-addy\";i:357;s:14:\"changepassword\";i:358;s:18:\"resetpass_announce\";i:359;s:16:\"resetpass_header\";i:360;s:11:\"oldpassword\";i:361;s:11:\"newpassword\";i:362;s:9:\"retypenew\";i:363;s:16:\"resetpass_submit\";i:364;s:22:\"changepassword-success\";i:365;s:19:\"resetpass_forbidden\";i:366;s:17:\"resetpass-no-info\";i:367;s:25:\"resetpass-submit-loggedin\";i:368;s:23:\"resetpass-submit-cancel\";i:369;s:23:\"resetpass-wrong-oldpass\";i:370;s:23:\"resetpass-temp-password\";i:371;s:13:\"passwordreset\";i:372;s:22:\"passwordreset-disabled\";i:373;s:22:\"passwordreset-username\";i:374;s:19:\"passwordreset-email\";i:375;s:26:\"passwordreset-emailelement\";i:376;s:11:\"changeemail\";i:377;s:18:\"changeemail-header\";i:378;s:19:\"changeemail-no-info\";i:379;s:20:\"changeemail-oldemail\";i:380;s:20:\"changeemail-newemail\";i:381;s:16:\"changeemail-none\";i:382;s:20:\"changeemail-password\";i:383;s:18:\"changeemail-submit\";i:384;s:7:\"summary\";i:385;s:7:\"subject\";i:386;s:9:\"minoredit\";i:387;s:9:\"watchthis\";i:388;s:11:\"savearticle\";i:389;s:7:\"preview\";i:390;s:11:\"showpreview\";i:391;s:8:\"showdiff\";i:392;s:15:\"anoneditwarning\";i:393;s:18:\"anonpreviewwarning\";i:394;s:14:\"missingsummary\";i:395;s:18:\"missingcommenttext\";i:396;s:20:\"missingcommentheader\";i:397;s:15:\"summary-preview\";i:398;s:12:\"blockedtitle\";i:399;s:11:\"blockedtext\";i:400;s:15:\"autoblockedtext\";i:401;s:15:\"blockednoreason\";i:402;s:17:\"whitelistedittext\";i:403;s:15:\"confirmedittext\";i:404;s:18:\"nosuchsectiontitle\";i:405;s:17:\"nosuchsectiontext\";i:406;s:13:\"loginreqtitle\";i:407;s:12:\"loginreqlink\";i:408;s:16:\"loginreqpagetext\";i:409;s:12:\"accmailtitle\";i:410;s:11:\"accmailtext\";i:411;s:10:\"newarticle\";i:412;s:14:\"newarticletext\";i:413;s:16:\"anontalkpagetext\";i:414;s:13:\"noarticletext\";i:415;s:26:\"noarticletext-nopermission\";i:416;s:25:\"userpage-userdoesnotexist\";i:417;s:30:\"userpage-userdoesnotexist-view\";i:418;s:25:\"blocked-notice-logextract\";i:419;s:20:\"usercssyoucanpreview\";i:420;s:19:\"userjsyoucanpreview\";i:421;s:14:\"usercsspreview\";i:422;s:13:\"userjspreview\";i:423;s:14:\"sitecsspreview\";i:424;s:13:\"sitejspreview\";i:425;s:22:\"userinvalidconfigtitle\";i:426;s:7:\"updated\";i:427;s:4:\"note\";i:428;s:11:\"previewnote\";i:429;s:15:\"previewconflict\";i:430;s:20:\"session_fail_preview\";i:431;s:7:\"editing\";i:432;s:8:\"creating\";i:433;s:14:\"editingsection\";i:434;s:14:\"editingcomment\";i:435;s:12:\"editconflict\";i:436;s:15:\"explainconflict\";i:437;s:8:\"yourtext\";i:438;s:13:\"storedversion\";i:439;s:10:\"editingold\";i:440;s:8:\"yourdiff\";i:441;s:16:\"copyrightwarning\";i:442;s:17:\"copyrightwarning2\";i:443;s:13:\"longpageerror\";i:444;s:15:\"readonlywarning\";i:445;s:20:\"protectedpagewarning\";i:446;s:24:\"semiprotectedpagewarning\";i:447;s:23:\"cascadeprotectedwarning\";i:448;s:21:\"titleprotectedwarning\";i:449;s:13:\"templatesused\";i:450;s:20:\"templatesusedpreview\";i:451;s:20:\"templatesusedsection\";i:452;s:18:\"template-protected\";i:453;s:22:\"template-semiprotected\";i:454;s:16:\"hiddencategories\";i:455;s:12:\"nocreatetext\";i:456;s:17:\"nocreate-loggedin\";i:457;s:17:\"permissionserrors\";i:458;s:21:\"permissionserrorstext\";i:459;s:32:\"permissionserrorstext-withaction\";i:460;s:26:\"recreate-moveddeleted-warn\";i:461;s:19:\"moveddeleted-notice\";i:462;s:11:\"log-fulllog\";i:463;s:17:\"edit-hook-aborted\";i:464;s:17:\"edit-gone-missing\";i:465;s:13:\"edit-conflict\";i:466;s:14:\"edit-no-change\";i:467;s:27:\"postedit-confirmation-saved\";i:468;s:19:\"edit-already-exists\";i:469;s:18:\"defaultmessagetext\";i:470;s:24:\"content-model-javascript\";i:471;s:12:\"undo-success\";i:472;s:12:\"undo-failure\";i:473;s:10:\"undo-norev\";i:474;s:12:\"undo-summary\";i:475;s:12:\"viewpagelogs\";i:476;s:9:\"nohistory\";i:477;s:10:\"currentrev\";i:478;s:15:\"currentrev-asof\";i:479;s:12:\"revisionasof\";i:480;s:13:\"revision-info\";i:481;s:16:\"previousrevision\";i:482;s:12:\"nextrevision\";i:483;s:19:\"currentrevisionlink\";i:484;s:3:\"cur\";i:485;s:4:\"next\";i:486;s:4:\"last\";i:487;s:10:\"page_first\";i:488;s:9:\"page_last\";i:489;s:10:\"histlegend\";i:490;s:22:\"history-fieldset-title\";i:491;s:20:\"history-show-deleted\";i:492;s:9:\"histfirst\";i:493;s:8:\"histlast\";i:494;s:11:\"historysize\";i:495;s:12:\"historyempty\";i:496;s:18:\"history-feed-title\";i:497;s:24:\"history-feed-description\";i:498;s:27:\"history-feed-item-nocomment\";i:499;s:18:\"history-feed-empty\";i:500;s:19:\"rev-deleted-comment\";i:501;s:16:\"rev-deleted-user\";i:502;s:17:\"rev-deleted-event\";i:503;s:12:\"rev-delundel\";i:504;s:15:\"rev-showdeleted\";i:505;s:23:\"revdelete-nooldid-title\";i:506;s:22:\"revdelete-nooldid-text\";i:507;s:17:\"revdelete-no-file\";i:508;s:26:\"revdelete-show-file-submit\";i:509;s:18:\"logdelete-selected\";i:510;s:19:\"revdelete-hide-text\";i:511;s:20:\"revdelete-hide-image\";i:512;s:19:\"revdelete-hide-name\";i:513;s:22:\"revdelete-hide-comment\";i:514;s:19:\"revdelete-hide-user\";i:515;s:20:\"revdelete-radio-same\";i:516;s:19:\"revdelete-radio-set\";i:517;s:21:\"revdelete-radio-unset\";i:518;s:18:\"revdelete-suppress\";i:519;s:13:\"revdelete-log\";i:520;s:16:\"revdelete-submit\";i:521;s:14:\"revdel-restore\";i:522;s:8:\"pagehist\";i:523;s:11:\"deletedhist\";i:524;s:21:\"revdelete-otherreason\";i:525;s:25:\"revdelete-reasonotherlist\";i:526;s:25:\"revdelete-edit-reasonlist\";i:527;s:18:\"revdelete-offender\";i:528;s:14:\"suppressionlog\";i:529;s:12:\"mergehistory\";i:530;s:16:\"mergehistory-box\";i:531;s:17:\"mergehistory-from\";i:532;s:17:\"mergehistory-into\";i:533;s:17:\"mergehistory-list\";i:534;s:15:\"mergehistory-go\";i:535;s:19:\"mergehistory-submit\";i:536;s:18:\"mergehistory-empty\";i:537;s:17:\"mergehistory-done\";i:538;s:17:\"mergehistory-fail\";i:539;s:22:\"mergehistory-no-source\";i:540;s:27:\"mergehistory-no-destination\";i:541;s:27:\"mergehistory-invalid-source\";i:542;s:32:\"mergehistory-invalid-destination\";i:543;s:24:\"mergehistory-autocomment\";i:544;s:20:\"mergehistory-comment\";i:545;s:29:\"mergehistory-same-destination\";i:546;s:19:\"mergehistory-reason\";i:547;s:8:\"mergelog\";i:548;s:11:\"revertmerge\";i:549;s:16:\"mergelogpagetext\";i:550;s:13:\"history-title\";i:551;s:16:\"difference-title\";i:552;s:26:\"difference-title-multipage\";i:553;s:20:\"difference-multipage\";i:554;s:6:\"lineno\";i:555;s:23:\"compareselectedversions\";i:556;s:8:\"editundo\";i:557;s:13:\"searchresults\";i:558;s:19:\"searchresults-title\";i:559;s:12:\"titlematches\";i:560;s:11:\"textmatches\";i:561;s:13:\"notextmatches\";i:562;s:5:\"prevn\";i:563;s:5:\"nextn\";i:564;s:11:\"prevn-title\";i:565;s:11:\"nextn-title\";i:566;s:11:\"shown-title\";i:567;s:12:\"viewprevnext\";i:568;s:17:\"searchmenu-exists\";i:569;s:14:\"searchmenu-new\";i:570;s:22:\"searchprofile-articles\";i:571;s:20:\"searchprofile-images\";i:572;s:24:\"searchprofile-everything\";i:573;s:22:\"searchprofile-advanced\";i:574;s:30:\"searchprofile-articles-tooltip\";i:575;s:28:\"searchprofile-images-tooltip\";i:576;s:32:\"searchprofile-everything-tooltip\";i:577;s:30:\"searchprofile-advanced-tooltip\";i:578;s:18:\"search-result-size\";i:579;s:15:\"search-redirect\";i:580;s:14:\"search-section\";i:581;s:14:\"search-suggest\";i:582;s:21:\"search-interwiki-more\";i:583;s:21:\"search-relatedarticle\";i:584;s:13:\"searchrelated\";i:585;s:9:\"searchall\";i:586;s:14:\"showingresults\";i:587;s:16:\"search-nonefound\";i:588;s:18:\"powersearch-legend\";i:589;s:14:\"powersearch-ns\";i:590;s:21:\"powersearch-toggleall\";i:591;s:22:\"powersearch-togglenone\";i:592;s:15:\"search-external\";i:593;s:14:\"searchdisabled\";i:594;s:11:\"preferences\";i:595;s:13:\"mypreferences\";i:596;s:11:\"prefs-edits\";i:597;s:10:\"prefs-skin\";i:598;s:12:\"skin-preview\";i:599;s:11:\"datedefault\";i:600;s:16:\"prefs-user-pages\";i:601;s:14:\"prefs-personal\";i:602;s:8:\"prefs-rc\";i:603;s:15:\"prefs-watchlist\";i:604;s:20:\"prefs-watchlist-days\";i:605;s:24:\"prefs-watchlist-days-max\";i:606;s:21:\"prefs-watchlist-edits\";i:607;s:25:\"prefs-watchlist-edits-max\";i:608;s:10:\"prefs-misc\";i:609;s:15:\"prefs-resetpass\";i:610;s:17:\"prefs-changeemail\";i:611;s:11:\"prefs-email\";i:612;s:15:\"prefs-rendering\";i:613;s:9:\"saveprefs\";i:614;s:13:\"prefs-editing\";i:615;s:17:\"searchresultshead\";i:616;s:17:\"recentchangesdays\";i:617;s:21:\"recentchangesdays-max\";i:618;s:18:\"recentchangescount\";i:619;s:10:\"savedprefs\";i:620;s:14:\"timezonelegend\";i:621;s:9:\"localtime\";i:622;s:17:\"timezoneuseoffset\";i:623;s:10:\"servertime\";i:624;s:13:\"guesstimezone\";i:625;s:21:\"timezoneregion-africa\";i:626;s:22:\"timezoneregion-america\";i:627;s:25:\"timezoneregion-antarctica\";i:628;s:21:\"timezoneregion-arctic\";i:629;s:19:\"timezoneregion-asia\";i:630;s:23:\"timezoneregion-atlantic\";i:631;s:24:\"timezoneregion-australia\";i:632;s:21:\"timezoneregion-europe\";i:633;s:21:\"timezoneregion-indian\";i:634;s:22:\"timezoneregion-pacific\";i:635;s:10:\"allowemail\";i:636;s:19:\"prefs-searchoptions\";i:637;s:16:\"prefs-namespaces\";i:638;s:7:\"default\";i:639;s:11:\"prefs-files\";i:640;s:16:\"prefs-custom-css\";i:641;s:15:\"prefs-custom-js\";i:642;s:24:\"prefs-emailconfirm-label\";i:643;s:9:\"youremail\";i:644;s:8:\"username\";i:645;s:20:\"prefs-memberingroups\";i:646;s:18:\"prefs-registration\";i:647;s:12:\"yourrealname\";i:648;s:12:\"yourlanguage\";i:649;s:11:\"yourvariant\";i:650;s:8:\"yournick\";i:651;s:6:\"badsig\";i:652;s:12:\"badsiglength\";i:653;s:10:\"yourgender\";i:654;s:14:\"gender-unknown\";i:655;s:11:\"gender-male\";i:656;s:13:\"gender-female\";i:657;s:5:\"email\";i:658;s:19:\"prefs-help-realname\";i:659;s:16:\"prefs-help-email\";i:660;s:25:\"prefs-help-email-required\";i:661;s:10:\"prefs-info\";i:662;s:15:\"prefs-signature\";i:663;s:16:\"prefs-dateformat\";i:664;s:21:\"prefs-advancedediting\";i:665;s:16:\"prefs-advancedrc\";i:666;s:23:\"prefs-advancedrendering\";i:667;s:27:\"prefs-advancedsearchoptions\";i:668;s:23:\"prefs-advancedwatchlist\";i:669;s:15:\"prefs-displayrc\";i:670;s:11:\"prefs-diffs\";i:671;s:10:\"userrights\";i:672;s:22:\"userrights-lookup-user\";i:673;s:24:\"userrights-user-editname\";i:674;s:13:\"editusergroup\";i:675;s:11:\"editinguser\";i:676;s:24:\"userrights-editusergroup\";i:677;s:14:\"saveusergroups\";i:678;s:23:\"userrights-groupsmember\";i:679;s:22:\"userrights-groups-help\";i:680;s:17:\"userrights-reason\";i:681;s:23:\"userrights-no-interwiki\";i:682;s:21:\"userrights-nodatabase\";i:683;s:25:\"userrights-changeable-col\";i:684;s:27:\"userrights-unchangeable-col\";i:685;s:5:\"group\";i:686;s:10:\"group-user\";i:687;s:19:\"group-autoconfirmed\";i:688;s:9:\"group-bot\";i:689;s:11:\"group-sysop\";i:690;s:16:\"group-bureaucrat\";i:691;s:9:\"group-all\";i:692;s:17:\"group-user-member\";i:693;s:26:\"group-autoconfirmed-member\";i:694;s:16:\"group-bot-member\";i:695;s:18:\"group-sysop-member\";i:696;s:23:\"group-bureaucrat-member\";i:697;s:14:\"grouppage-user\";i:698;s:23:\"grouppage-autoconfirmed\";i:699;s:13:\"grouppage-bot\";i:700;s:15:\"grouppage-sysop\";i:701;s:20:\"grouppage-bureaucrat\";i:702;s:10:\"right-read\";i:703;s:10:\"right-edit\";i:704;s:16:\"right-createpage\";i:705;s:16:\"right-createtalk\";i:706;s:19:\"right-createaccount\";i:707;s:15:\"right-minoredit\";i:708;s:10:\"right-move\";i:709;s:19:\"right-move-subpages\";i:710;s:14:\"right-movefile\";i:711;s:12:\"right-upload\";i:712;s:19:\"right-autoconfirmed\";i:713;s:12:\"right-delete\";i:714;s:15:\"right-bigdelete\";i:715;s:20:\"right-deleterevision\";i:716;s:19:\"right-browsearchive\";i:717;s:14:\"right-undelete\";i:718;s:22:\"right-suppressrevision\";i:719;s:20:\"right-suppressionlog\";i:720;s:11:\"right-block\";i:721;s:16:\"right-blockemail\";i:722;s:13:\"right-protect\";i:723;s:14:\"right-rollback\";i:724;s:18:\"right-markbotedits\";i:725;s:12:\"right-import\";i:726;s:12:\"right-patrol\";i:727;s:16:\"right-autopatrol\";i:728;s:18:\"right-mergehistory\";i:729;s:16:\"right-userrights\";i:730;s:15:\"right-sendemail\";i:731;s:14:\"newuserlogpage\";i:732;s:18:\"newuserlogpagetext\";i:733;s:9:\"rightslog\";i:734;s:13:\"rightslogtext\";i:735;s:11:\"action-read\";i:736;s:22:\"skin-action-addsection\";i:737;s:11:\"action-edit\";i:738;s:17:\"action-createpage\";i:739;s:17:\"action-createtalk\";i:740;s:20:\"action-createaccount\";i:741;s:16:\"action-minoredit\";i:742;s:11:\"action-move\";i:743;s:20:\"action-move-subpages\";i:744;s:15:\"action-movefile\";i:745;s:13:\"action-upload\";i:746;s:13:\"action-delete\";i:747;s:21:\"action-deleterevision\";i:748;s:21:\"action-deletedhistory\";i:749;s:20:\"action-browsearchive\";i:750;s:15:\"action-undelete\";i:751;s:23:\"action-suppressrevision\";i:752;s:21:\"action-suppressionlog\";i:753;s:12:\"action-block\";i:754;s:14:\"action-protect\";i:755;s:13:\"action-import\";i:756;s:13:\"action-patrol\";i:757;s:17:\"action-autopatrol\";i:758;s:19:\"action-mergehistory\";i:759;s:17:\"action-userrights\";i:760;s:16:\"action-sendemail\";i:761;s:8:\"nchanges\";i:762;s:13:\"recentchanges\";i:763;s:20:\"recentchanges-legend\";i:764;s:21:\"recentchanges-summary\";i:765;s:22:\"recentchanges-noresult\";i:766;s:30:\"recentchanges-feed-description\";i:767;s:27:\"recentchanges-label-newpage\";i:768;s:25:\"recentchanges-label-minor\";i:769;s:23:\"recentchanges-label-bot\";i:770;s:31:\"recentchanges-label-unpatrolled\";i:771;s:28:\"recentchanges-legend-newpage\";i:772;s:34:\"rcfilters-filtergroup-lastrevision\";i:773;s:10:\"rcnotefrom\";i:774;s:10:\"rclistfrom\";i:775;s:15:\"rcshowhideminor\";i:776;s:14:\"rcshowhidebots\";i:777;s:13:\"rcshowhideliu\";i:778;s:15:\"rcshowhideanons\";i:779;s:14:\"rcshowhidepatr\";i:780;s:14:\"rcshowhidemine\";i:781;s:7:\"rclinks\";i:782;s:4:\"diff\";i:783;s:4:\"hist\";i:784;s:4:\"hide\";i:785;s:4:\"show\";i:786;s:15:\"minoreditletter\";i:787;s:13:\"newpageletter\";i:788;s:13:\"boteditletter\";i:789;s:17:\"newsectionsummary\";i:790;s:12:\"rc-old-title\";i:791;s:19:\"recentchangeslinked\";i:792;s:24:\"recentchangeslinked-feed\";i:793;s:27:\"recentchangeslinked-toolbox\";i:794;s:25:\"recentchangeslinked-title\";i:795;s:27:\"recentchangeslinked-summary\";i:796;s:24:\"recentchangeslinked-page\";i:797;s:22:\"recentchangeslinked-to\";i:798;s:6:\"upload\";i:799;s:9:\"uploadbtn\";i:800;s:12:\"reuploaddesc\";i:801;s:13:\"uploadnologin\";i:802;s:17:\"uploadnologintext\";i:803;s:11:\"uploaderror\";i:804;s:10:\"uploadtext\";i:805;s:16:\"upload-permitted\";i:806;s:16:\"upload-preferred\";i:807;s:17:\"upload-prohibited\";i:808;s:13:\"uploadlogpage\";i:809;s:17:\"uploadlogpagetext\";i:810;s:8:\"filename\";i:811;s:8:\"filedesc\";i:812;s:17:\"fileuploadsummary\";i:813;s:19:\"filereuploadsummary\";i:814;s:10:\"filestatus\";i:815;s:10:\"filesource\";i:816;s:13:\"ignorewarning\";i:817;s:14:\"ignorewarnings\";i:818;s:10:\"minlength1\";i:819;s:15:\"illegalfilename\";i:820;s:16:\"filename-toolong\";i:821;s:11:\"badfilename\";i:822;s:16:\"filetype-badmime\";i:823;s:20:\"filetype-bad-ie-mime\";i:824;s:22:\"filetype-unwanted-type\";i:825;s:20:\"filetype-banned-type\";i:826;s:16:\"filetype-missing\";i:827;s:10:\"empty-file\";i:828;s:14:\"file-too-large\";i:829;s:17:\"filename-tooshort\";i:830;s:15:\"filetype-banned\";i:831;s:18:\"verification-error\";i:832;s:16:\"illegal-filename\";i:833;s:9:\"overwrite\";i:834;s:13:\"unknown-error\";i:835;s:16:\"tmp-create-error\";i:836;s:15:\"tmp-write-error\";i:837;s:10:\"large-file\";i:838;s:15:\"largefileserver\";i:839;s:9:\"emptyfile\";i:840;s:10:\"fileexists\";i:841;s:14:\"filepageexists\";i:842;s:20:\"fileexists-extension\";i:843;s:24:\"fileexists-thumbnail-yes\";i:844;s:17:\"file-thumbnail-no\";i:845;s:20:\"fileexists-forbidden\";i:846;s:27:\"fileexists-shared-forbidden\";i:847;s:21:\"file-exists-duplicate\";i:848;s:22:\"file-deleted-duplicate\";i:849;s:13:\"uploadwarning\";i:850;s:18:\"uploadwarning-text\";i:851;s:8:\"savefile\";i:852;s:14:\"uploaddisabled\";i:853;s:18:\"uploaddisabledtext\";i:854;s:11:\"uploadvirus\";i:855;s:13:\"upload-source\";i:856;s:14:\"sourcefilename\";i:857;s:12:\"destfilename\";i:858;s:18:\"upload-maxfilesize\";i:859;s:18:\"upload-description\";i:860;s:14:\"upload-options\";i:861;s:15:\"watchthisupload\";i:862;s:14:\"filewasdeleted\";i:863;s:19:\"filename-bad-prefix\";i:864;s:18:\"upload-proto-error\";i:865;s:23:\"upload-proto-error-text\";i:866;s:17:\"upload-file-error\";i:867;s:17:\"upload-misc-error\";i:868;s:22:\"upload-misc-error-text\";i:869;s:22:\"backend-fail-notexists\";i:870;s:19:\"backend-fail-delete\";i:871;s:26:\"backend-fail-alreadyexists\";i:872;s:17:\"backend-fail-copy\";i:873;s:17:\"backend-fail-move\";i:874;s:21:\"backend-fail-opentemp\";i:875;s:22:\"backend-fail-writetemp\";i:876;s:22:\"backend-fail-closetemp\";i:877;s:17:\"backend-fail-read\";i:878;s:19:\"backend-fail-create\";i:879;s:15:\"img-auth-nofile\";i:880;s:18:\"upload-curl-error6\";i:881;s:23:\"upload-curl-error6-text\";i:882;s:19:\"upload-curl-error28\";i:883;s:24:\"upload-curl-error28-text\";i:884;s:7:\"license\";i:885;s:14:\"license-header\";i:886;s:9:\"nolicense\";i:887;s:17:\"license-nopreview\";i:888;s:17:\"upload_source_url\";i:889;s:18:\"upload_source_file\";i:890;s:7:\"imgfile\";i:891;s:9:\"listfiles\";i:892;s:15:\"listfiles_thumb\";i:893;s:14:\"listfiles_date\";i:894;s:14:\"listfiles_name\";i:895;s:14:\"listfiles_user\";i:896;s:14:\"listfiles_size\";i:897;s:21:\"listfiles_description\";i:898;s:15:\"listfiles_count\";i:899;s:16:\"file-anchor-link\";i:900;s:8:\"filehist\";i:901;s:13:\"filehist-help\";i:902;s:18:\"filehist-deleteall\";i:903;s:18:\"filehist-deleteone\";i:904;s:15:\"filehist-revert\";i:905;s:16:\"filehist-current\";i:906;s:17:\"filehist-datetime\";i:907;s:14:\"filehist-thumb\";i:908;s:18:\"filehist-thumbtext\";i:909;s:16:\"filehist-nothumb\";i:910;s:13:\"filehist-user\";i:911;s:19:\"filehist-dimensions\";i:912;s:17:\"filehist-filesize\";i:913;s:16:\"filehist-comment\";i:914;s:10:\"imagelinks\";i:915;s:12:\"linkstoimage\";i:916;s:14:\"nolinkstoimage\";i:917;s:16:\"morelinkstoimage\";i:918;s:16:\"duplicatesoffile\";i:919;s:12:\"sharedupload\";i:920;s:22:\"sharedupload-desc-here\";i:921;s:15:\"filepage-nofile\";i:922;s:20:\"filepage-nofile-link\";i:923;s:25:\"uploadnewversion-linktext\";i:924;s:16:\"shared-repo-from\";i:925;s:10:\"filerevert\";i:926;s:17:\"filerevert-legend\";i:927;s:18:\"filerevert-comment\";i:928;s:25:\"filerevert-defaultcomment\";i:929;s:17:\"filerevert-submit\";i:930;s:18:\"filerevert-success\";i:931;s:10:\"filedelete\";i:932;s:17:\"filedelete-legend\";i:933;s:16:\"filedelete-intro\";i:934;s:20:\"filedelete-intro-old\";i:935;s:18:\"filedelete-comment\";i:936;s:17:\"filedelete-submit\";i:937;s:18:\"filedelete-success\";i:938;s:22:\"filedelete-success-old\";i:939;s:17:\"filedelete-nofile\";i:940;s:22:\"filedelete-otherreason\";i:941;s:27:\"filedelete-reason-otherlist\";i:942;s:26:\"filedelete-reason-dropdown\";i:943;s:26:\"filedelete-edit-reasonlist\";i:944;s:10:\"mimesearch\";i:945;s:8:\"mimetype\";i:946;s:8:\"download\";i:947;s:14:\"unwatchedpages\";i:948;s:13:\"listredirects\";i:949;s:15:\"unusedtemplates\";i:950;s:19:\"unusedtemplatestext\";i:951;s:18:\"unusedtemplateswlh\";i:952;s:10:\"randompage\";i:953;s:18:\"randompage-nopages\";i:954;s:14:\"randomredirect\";i:955;s:22:\"randomredirect-nopages\";i:956;s:10:\"statistics\";i:957;s:23:\"statistics-header-pages\";i:958;s:23:\"statistics-header-edits\";i:959;s:23:\"statistics-header-users\";i:960;s:19:\"statistics-articles\";i:961;s:16:\"statistics-pages\";i:962;s:21:\"statistics-pages-desc\";i:963;s:16:\"statistics-files\";i:964;s:16:\"statistics-edits\";i:965;s:16:\"statistics-users\";i:966;s:23:\"statistics-users-active\";i:967;s:28:\"statistics-users-active-desc\";i:968;s:15:\"doubleredirects\";i:969;s:19:\"doubleredirectstext\";i:970;s:26:\"double-redirect-fixed-move\";i:971;s:21:\"double-redirect-fixer\";i:972;s:15:\"brokenredirects\";i:973;s:19:\"brokenredirectstext\";i:974;s:20:\"brokenredirects-edit\";i:975;s:22:\"brokenredirects-delete\";i:976;s:16:\"withoutinterwiki\";i:977;s:24:\"withoutinterwiki-summary\";i:978;s:23:\"withoutinterwiki-legend\";i:979;s:23:\"withoutinterwiki-submit\";i:980;s:15:\"fewestrevisions\";i:981;s:6:\"nbytes\";i:982;s:11:\"ncategories\";i:983;s:6:\"nlinks\";i:984;s:8:\"nmembers\";i:985;s:10:\"nrevisions\";i:986;s:11:\"nimagelinks\";i:987;s:14:\"ntransclusions\";i:988;s:17:\"specialpage-empty\";i:989;s:11:\"lonelypages\";i:990;s:15:\"lonelypagestext\";i:991;s:18:\"uncategorizedpages\";i:992;s:23:\"uncategorizedcategories\";i:993;s:19:\"uncategorizedimages\";i:994;s:22:\"uncategorizedtemplates\";i:995;s:16:\"unusedcategories\";i:996;s:12:\"unusedimages\";i:997;s:16:\"wantedcategories\";i:998;s:11:\"wantedpages\";i:999;s:11:\"wantedfiles\";i:1000;s:15:\"wantedtemplates\";i:1001;s:10:\"mostlinked\";i:1002;s:20:\"mostlinkedcategories\";i:1003;s:19:\"mostlinkedtemplates\";i:1004;s:14:\"mostcategories\";i:1005;s:10:\"mostimages\";i:1006;s:13:\"mostrevisions\";i:1007;s:11:\"prefixindex\";i:1008;s:10:\"shortpages\";i:1009;s:9:\"longpages\";i:1010;s:12:\"deadendpages\";i:1011;s:16:\"deadendpagestext\";i:1012;s:14:\"protectedpages\";i:1013;s:19:\"protectedpagesempty\";i:1014;s:15:\"protectedtitles\";i:1015;s:20:\"protectedtitlesempty\";i:1016;s:9:\"listusers\";i:1017;s:19:\"listusers-editsonly\";i:1018;s:13:\"usereditcount\";i:1019;s:11:\"usercreated\";i:1020;s:8:\"newpages\";i:1021;s:17:\"newpages-username\";i:1022;s:12:\"ancientpages\";i:1023;s:4:\"move\";i:1024;s:12:\"movethispage\";i:1025;s:16:\"unusedimagestext\";i:1026;s:20:\"unusedcategoriestext\";i:1027;s:13:\"notargettitle\";i:1028;s:12:\"notargettext\";i:1029;s:11:\"nopagetitle\";i:1030;s:10:\"nopagetext\";i:1031;s:13:\"pager-newer-n\";i:1032;s:13:\"pager-older-n\";i:1033;s:19:\"apisandbox-examples\";i:1034;s:18:\"apisandbox-results\";i:1035;s:11:\"booksources\";i:1036;s:25:\"booksources-search-legend\";i:1037;s:16:\"booksources-isbn\";i:1038;s:16:\"booksources-text\";i:1039;s:19:\"specialloguserlabel\";i:1040;s:20:\"speciallogtitlelabel\";i:1041;s:3:\"log\";i:1042;s:13:\"all-logs-page\";i:1043;s:11:\"alllogstext\";i:1044;s:8:\"logempty\";i:1045;s:18:\"log-title-wildcard\";i:1046;s:8:\"allpages\";i:1047;s:8:\"nextpage\";i:1048;s:8:\"prevpage\";i:1049;s:12:\"allpagesfrom\";i:1050;s:10:\"allpagesto\";i:1051;s:11:\"allarticles\";i:1052;s:14:\"allinnamespace\";i:1053;s:14:\"allpagessubmit\";i:1054;s:14:\"allpagesprefix\";i:1055;s:15:\"allpages-bad-ns\";i:1056;s:10:\"categories\";i:1057;s:18:\"categoriespagetext\";i:1058;s:20:\"deletedcontributions\";i:1059;s:26:\"deletedcontributions-title\";i:1060;s:32:\"sp-deletedcontributions-contribs\";i:1061;s:10:\"linksearch\";i:1062;s:13:\"linksearch-ns\";i:1063;s:13:\"linksearch-ok\";i:1064;s:15:\"linksearch-line\";i:1065;s:13:\"listusersfrom\";i:1066;s:16:\"listusers-submit\";i:1067;s:18:\"listusers-noresult\";i:1068;s:17:\"listusers-blocked\";i:1069;s:11:\"activeusers\";i:1070;s:17:\"activeusers-intro\";i:1071;s:17:\"activeusers-count\";i:1072;s:20:\"activeusers-noresult\";i:1073;s:15:\"listgrouprights\";i:1074;s:21:\"listgrouprights-group\";i:1075;s:22:\"listgrouprights-rights\";i:1076;s:23:\"listgrouprights-members\";i:1077;s:11:\"mailnologin\";i:1078;s:15:\"mailnologintext\";i:1079;s:9:\"emailuser\";i:1080;s:22:\"emailuser-title-target\";i:1081;s:24:\"emailuser-title-notarget\";i:1082;s:13:\"emailpagetext\";i:1083;s:15:\"defemailsubject\";i:1084;s:20:\"usermaildisabledtext\";i:1085;s:12:\"noemailtitle\";i:1086;s:11:\"noemailtext\";i:1087;s:15:\"nowikiemailtext\";i:1088;s:13:\"emailnotarget\";i:1089;s:11:\"emailtarget\";i:1090;s:13:\"emailusername\";i:1091;s:19:\"emailusernamesubmit\";i:1092;s:12:\"email-legend\";i:1093;s:9:\"emailfrom\";i:1094;s:7:\"emailto\";i:1095;s:12:\"emailsubject\";i:1096;s:12:\"emailmessage\";i:1097;s:9:\"emailsend\";i:1098;s:9:\"emailccme\";i:1099;s:14:\"emailccsubject\";i:1100;s:9:\"emailsent\";i:1101;s:13:\"emailsenttext\";i:1102;s:9:\"watchlist\";i:1103;s:11:\"mywatchlist\";i:1104;s:13:\"watchlistfor2\";i:1105;s:11:\"nowatchlist\";i:1106;s:17:\"watchlistanontext\";i:1107;s:12:\"watchnologin\";i:1108;s:14:\"addedwatchtext\";i:1109;s:16:\"removedwatchtext\";i:1110;s:5:\"watch\";i:1111;s:13:\"watchthispage\";i:1112;s:7:\"unwatch\";i:1113;s:15:\"unwatchthispage\";i:1114;s:12:\"notanarticle\";i:1115;s:13:\"notvisiblerev\";i:1116;s:17:\"watchlist-details\";i:1117;s:15:\"wlheader-enotif\";i:1118;s:20:\"wlheader-showupdated\";i:1119;s:6:\"wlnote\";i:1120;s:17:\"watchlist-options\";i:1121;s:8:\"watching\";i:1122;s:10:\"unwatching\";i:1123;s:12:\"enotif_reset\";i:1124;s:28:\"enotif_impersonal_salutation\";i:1125;s:18:\"enotif_lastvisited\";i:1126;s:15:\"enotif_lastdiff\";i:1127;s:18:\"enotif_anon_editor\";i:1128;s:11:\"enotif_body\";i:1129;s:7:\"created\";i:1130;s:7:\"changed\";i:1131;s:17:\"deletepage-submit\";i:1132;s:7:\"confirm\";i:1133;s:9:\"excontent\";i:1134;s:15:\"excontentauthor\";i:1135;s:13:\"exbeforeblank\";i:1136;s:14:\"delete-confirm\";i:1137;s:13:\"delete-legend\";i:1138;s:14:\"historywarning\";i:1139;s:17:\"confirmdeletetext\";i:1140;s:14:\"actioncomplete\";i:1141;s:12:\"actionfailed\";i:1142;s:11:\"deletedtext\";i:1143;s:10:\"dellogpage\";i:1144;s:14:\"dellogpagetext\";i:1145;s:11:\"deletionlog\";i:1146;s:8:\"reverted\";i:1147;s:13:\"deletecomment\";i:1148;s:17:\"deleteotherreason\";i:1149;s:21:\"deletereasonotherlist\";i:1150;s:21:\"deletereason-dropdown\";i:1151;s:22:\"delete-edit-reasonlist\";i:1152;s:8:\"rollback\";i:1153;s:12:\"rollbacklink\";i:1154;s:14:\"rollbackfailed\";i:1155;s:12:\"cantrollback\";i:1156;s:13:\"alreadyrolled\";i:1157;s:11:\"editcomment\";i:1158;s:10:\"revertpage\";i:1159;s:16:\"rollback-success\";i:1160;s:14:\"protectlogpage\";i:1161;s:14:\"protectlogtext\";i:1162;s:13:\"protect-title\";i:1163;s:14:\"prot_1movedto2\";i:1164;s:25:\"protect-badnamespace-text\";i:1165;s:14:\"protect-legend\";i:1166;s:14:\"protectcomment\";i:1167;s:13:\"protectexpiry\";i:1168;s:22:\"protect_expiry_invalid\";i:1169;s:18:\"protect_expiry_old\";i:1170;s:12:\"protect-text\";i:1171;s:22:\"protect-locked-blocked\";i:1172;s:21:\"protect-locked-dblock\";i:1173;s:21:\"protect-locked-access\";i:1174;s:17:\"protect-cascadeon\";i:1175;s:15:\"protect-default\";i:1176;s:16:\"protect-fallback\";i:1177;s:27:\"protect-level-autoconfirmed\";i:1178;s:19:\"protect-level-sysop\";i:1179;s:23:\"protect-summary-cascade\";i:1180;s:16:\"protect-expiring\";i:1181;s:22:\"protect-expiring-local\";i:1182;s:25:\"protect-expiry-indefinite\";i:1183;s:15:\"protect-cascade\";i:1184;s:16:\"protect-cantedit\";i:1185;s:17:\"protect-othertime\";i:1186;s:20:\"protect-othertime-op\";i:1187;s:19:\"protect-otherreason\";i:1188;s:22:\"protect-otherreason-op\";i:1189;s:23:\"protect-edit-reasonlist\";i:1190;s:22:\"protect-expiry-options\";i:1191;s:16:\"restriction-type\";i:1192;s:17:\"restriction-level\";i:1193;s:12:\"minimum-size\";i:1194;s:12:\"maximum-size\";i:1195;s:8:\"pagesize\";i:1196;s:16:\"restriction-edit\";i:1197;s:16:\"restriction-move\";i:1198;s:23:\"restriction-level-sysop\";i:1199;s:31:\"restriction-level-autoconfirmed\";i:1200;s:21:\"restriction-level-all\";i:1201;s:8:\"undelete\";i:1202;s:12:\"undeletepage\";i:1203;s:15:\"viewdeletedpage\";i:1204;s:23:\"skin-action-viewdeleted\";i:1205;s:16:\"undeletepagetext\";i:1206;s:23:\"undelete-fieldset-title\";i:1207;s:17:\"undeleteextrahelp\";i:1208;s:17:\"undeleterevisions\";i:1209;s:15:\"undeletehistory\";i:1210;s:22:\"undeletehistorynoadmin\";i:1211;s:17:\"undelete-revision\";i:1212;s:15:\"undelete-nodiff\";i:1213;s:11:\"undeletebtn\";i:1214;s:12:\"undeletelink\";i:1215;s:16:\"undeleteviewlink\";i:1216;s:14:\"undeleteinvert\";i:1217;s:15:\"undeletecomment\";i:1218;s:14:\"cannotundelete\";i:1219;s:13:\"undeletedpage\";i:1220;s:15:\"undelete-header\";i:1221;s:19:\"undelete-search-box\";i:1222;s:22:\"undelete-search-prefix\";i:1223;s:22:\"undelete-search-submit\";i:1224;s:19:\"undelete-no-results\";i:1225;s:26:\"undelete-filename-mismatch\";i:1226;s:25:\"undelete-show-file-submit\";i:1227;s:9:\"namespace\";i:1228;s:6:\"invert\";i:1229;s:14:\"blanknamespace\";i:1230;s:23:\"tool-link-contributions\";i:1231;s:19:\"contributions-title\";i:1232;s:9:\"mycontris\";i:1233;s:11:\"contribsub2\";i:1234;s:10:\"nocontribs\";i:1235;s:5:\"uctop\";i:1236;s:5:\"month\";i:1237;s:4:\"year\";i:1238;s:25:\"sp-contributions-blocklog\";i:1239;s:24:\"sp-contributions-deleted\";i:1240;s:24:\"sp-contributions-uploads\";i:1241;s:21:\"sp-contributions-logs\";i:1242;s:21:\"sp-contributions-talk\";i:1243;s:27:\"sp-contributions-userrights\";i:1244;s:31:\"sp-contributions-blocked-notice\";i:1245;s:36:\"sp-contributions-blocked-notice-anon\";i:1246;s:23:\"sp-contributions-search\";i:1247;s:25:\"sp-contributions-username\";i:1248;s:24:\"sp-contributions-toponly\";i:1249;s:23:\"sp-contributions-submit\";i:1250;s:13:\"whatlinkshere\";i:1251;s:19:\"whatlinkshere-title\";i:1252;s:18:\"whatlinkshere-page\";i:1253;s:9:\"linkshere\";i:1254;s:11:\"nolinkshere\";i:1255;s:14:\"nolinkshere-ns\";i:1256;s:10:\"isredirect\";i:1257;s:10:\"istemplate\";i:1258;s:7:\"isimage\";i:1259;s:18:\"whatlinkshere-prev\";i:1260;s:18:\"whatlinkshere-next\";i:1261;s:19:\"whatlinkshere-links\";i:1262;s:24:\"whatlinkshere-hideredirs\";i:1263;s:23:\"whatlinkshere-hidetrans\";i:1264;s:23:\"whatlinkshere-hidelinks\";i:1265;s:24:\"whatlinkshere-hideimages\";i:1266;s:11:\"autoblockid\";i:1267;s:5:\"block\";i:1268;s:7:\"unblock\";i:1269;s:7:\"blockip\";i:1270;s:11:\"blockiptext\";i:1271;s:19:\"ipaddressorusername\";i:1272;s:9:\"ipbreason\";i:1273;s:18:\"ipbreason-dropdown\";i:1274;s:16:\"ipbcreateaccount\";i:1275;s:11:\"ipbemailban\";i:1276;s:18:\"ipbenableautoblock\";i:1277;s:9:\"ipbsubmit\";i:1278;s:8:\"ipbother\";i:1279;s:10:\"ipboptions\";i:1280;s:11:\"ipb-confirm\";i:1281;s:12:\"badipaddress\";i:1282;s:17:\"blockipsuccesssub\";i:1283;s:18:\"blockipsuccesstext\";i:1284;s:16:\"ipb-blockingself\";i:1285;s:17:\"ipb-edit-dropdown\";i:1286;s:16:\"ipb-unblock-addr\";i:1287;s:11:\"ipb-unblock\";i:1288;s:13:\"ipb-blocklist\";i:1289;s:22:\"ipb-blocklist-contribs\";i:1290;s:12:\"block-expiry\";i:1291;s:9:\"unblockip\";i:1292;s:13:\"unblockiptext\";i:1293;s:9:\"ipusubmit\";i:1294;s:9:\"unblocked\";i:1295;s:15:\"unblocked-range\";i:1296;s:12:\"unblocked-id\";i:1297;s:9:\"blocklist\";i:1298;s:11:\"ipblocklist\";i:1299;s:18:\"ipblocklist-legend\";i:1300;s:20:\"blocklist-tempblocks\";i:1301;s:19:\"blocklist-timestamp\";i:1302;s:16:\"blocklist-expiry\";i:1303;s:12:\"blocklist-by\";i:1304;s:16:\"blocklist-reason\";i:1305;s:18:\"ipblocklist-submit\";i:1306;s:23:\"ipblocklist-otherblocks\";i:1307;s:13:\"infiniteblock\";i:1308;s:13:\"anononlyblock\";i:1309;s:16:\"noautoblockblock\";i:1310;s:18:\"createaccountblock\";i:1311;s:10:\"emailblock\";i:1312;s:20:\"blocklist-nousertalk\";i:1313;s:17:\"ipblocklist-empty\";i:1314;s:22:\"ipblocklist-no-results\";i:1315;s:9:\"blocklink\";i:1316;s:11:\"unblocklink\";i:1317;s:16:\"change-blocklink\";i:1318;s:12:\"contribslink\";i:1319;s:9:\"emaillink\";i:1320;s:12:\"blocklogpage\";i:1321;s:12:\"blocklogtext\";i:1322;s:24:\"block-log-flags-anononly\";i:1323;s:24:\"block-log-flags-nocreate\";i:1324;s:27:\"block-log-flags-noautoblock\";i:1325;s:23:\"block-log-flags-noemail\";i:1326;s:26:\"block-log-flags-nousertalk\";i:1327;s:18:\"ipb_expiry_invalid\";i:1328;s:19:\"ipb_already_blocked\";i:1329;s:15:\"ipb-needreblock\";i:1330;s:6:\"lockdb\";i:1331;s:8:\"unlockdb\";i:1332;s:11:\"lockconfirm\";i:1333;s:13:\"unlockconfirm\";i:1334;s:7:\"lockbtn\";i:1335;s:9:\"unlockbtn\";i:1336;s:13:\"locknoconfirm\";i:1337;s:16:\"lockdbsuccesssub\";i:1338;s:18:\"unlockdbsuccesssub\";i:1339;s:17:\"lockdbsuccesstext\";i:1340;s:19:\"unlockdbsuccesstext\";i:1341;s:17:\"databasenotlocked\";i:1342;s:9:\"move-page\";i:1343;s:16:\"move-page-legend\";i:1344;s:12:\"movepagetext\";i:1345;s:16:\"movepagetalktext\";i:1346;s:15:\"movenologintext\";i:1347;s:14:\"movenotallowed\";i:1348;s:18:\"movenotallowedfile\";i:1349;s:19:\"cant-move-user-page\";i:1350;s:8:\"newtitle\";i:1351;s:10:\"move-watch\";i:1352;s:11:\"movepagebtn\";i:1353;s:12:\"pagemovedsub\";i:1354;s:14:\"movepage-moved\";i:1355;s:23:\"movepage-moved-redirect\";i:1356;s:13:\"articleexists\";i:1357;s:23:\"cantmove-titleprotected\";i:1358;s:8:\"movetalk\";i:1359;s:13:\"move-subpages\";i:1360;s:18:\"move-talk-subpages\";i:1361;s:19:\"movepage-page-moved\";i:1362;s:21:\"movepage-page-unmoved\";i:1363;s:11:\"movelogpage\";i:1364;s:15:\"movelogpagetext\";i:1365;s:13:\"movenosubpage\";i:1366;s:10:\"movereason\";i:1367;s:10:\"revertmove\";i:1368;s:20:\"delete_and_move_text\";i:1369;s:23:\"delete_and_move_confirm\";i:1370;s:22:\"delete_and_move_reason\";i:1371;s:8:\"selfmove\";i:1372;s:25:\"immobile-source-namespace\";i:1373;s:25:\"immobile-target-namespace\";i:1374;s:20:\"immobile-source-page\";i:1375;s:20:\"immobile-target-page\";i:1376;s:21:\"imagenocrossnamespace\";i:1377;s:20:\"imageinvalidfilename\";i:1378;s:20:\"fix-double-redirects\";i:1379;s:19:\"move-leave-redirect\";i:1380;s:6:\"export\";i:1381;s:13:\"exportcuronly\";i:1382;s:13:\"export-submit\";i:1383;s:17:\"export-addcattext\";i:1384;s:13:\"export-addcat\";i:1385;s:12:\"export-addns\";i:1386;s:15:\"export-download\";i:1387;s:16:\"export-templates\";i:1388;s:11:\"allmessages\";i:1389;s:15:\"allmessagesname\";i:1390;s:18:\"allmessagesdefault\";i:1391;s:18:\"allmessagescurrent\";i:1392;s:15:\"allmessagestext\";i:1393;s:34:\"allmessages-not-supported-database\";i:1394;s:25:\"allmessages-filter-legend\";i:1395;s:22:\"allmessages-filter-all\";i:1396;s:20:\"allmessages-language\";i:1397;s:25:\"allmessages-filter-submit\";i:1398;s:14:\"thumbnail-more\";i:1399;s:11:\"filemissing\";i:1400;s:15:\"thumbnail_error\";i:1401;s:24:\"thumbnail_invalid_params\";i:1402;s:6:\"import\";i:1403;s:15:\"importinterwiki\";i:1404;s:24:\"import-interwiki-history\";i:1405;s:23:\"import-interwiki-submit\";i:1406;s:22:\"import-upload-filename\";i:1407;s:14:\"import-comment\";i:1408;s:11:\"importstart\";i:1409;s:21:\"import-revision-count\";i:1410;s:13:\"importnopages\";i:1411;s:12:\"importfailed\";i:1412;s:19:\"importunknownsource\";i:1413;s:14:\"importcantopen\";i:1414;s:13:\"importsuccess\";i:1415;s:16:\"import-noarticle\";i:1416;s:21:\"import-nonewrevisions\";i:1417;s:13:\"importlogpage\";i:1418;s:29:\"import-logentry-upload-detail\";i:1419;s:32:\"import-logentry-interwiki-detail\";i:1420;s:19:\"tooltip-pt-userpage\";i:1421;s:23:\"tooltip-pt-anonuserpage\";i:1422;s:17:\"tooltip-pt-mytalk\";i:1423;s:19:\"tooltip-pt-anontalk\";i:1424;s:22:\"tooltip-pt-preferences\";i:1425;s:20:\"tooltip-pt-watchlist\";i:1426;s:20:\"tooltip-pt-mycontris\";i:1427;s:16:\"tooltip-pt-login\";i:1428;s:17:\"tooltip-pt-logout\";i:1429;s:15:\"tooltip-ca-talk\";i:1430;s:15:\"tooltip-ca-edit\";i:1431;s:21:\"tooltip-ca-addsection\";i:1432;s:21:\"tooltip-ca-viewsource\";i:1433;s:18:\"tooltip-ca-history\";i:1434;s:18:\"tooltip-ca-protect\";i:1435;s:17:\"tooltip-ca-delete\";i:1436;s:19:\"tooltip-ca-undelete\";i:1437;s:15:\"tooltip-ca-move\";i:1438;s:16:\"tooltip-ca-watch\";i:1439;s:18:\"tooltip-ca-unwatch\";i:1440;s:14:\"tooltip-search\";i:1441;s:17:\"tooltip-search-go\";i:1442;s:23:\"tooltip-search-fulltext\";i:1443;s:14:\"tooltip-p-logo\";i:1444;s:18:\"tooltip-n-mainpage\";i:1445;s:30:\"tooltip-n-mainpage-description\";i:1446;s:16:\"tooltip-n-portal\";i:1447;s:23:\"tooltip-n-currentevents\";i:1448;s:23:\"tooltip-n-recentchanges\";i:1449;s:20:\"tooltip-n-randompage\";i:1450;s:14:\"tooltip-n-help\";i:1451;s:23:\"tooltip-t-whatlinkshere\";i:1452;s:29:\"tooltip-t-recentchangeslinked\";i:1453;s:16:\"tooltip-feed-rss\";i:1454;s:17:\"tooltip-feed-atom\";i:1455;s:23:\"tooltip-t-contributions\";i:1456;s:19:\"tooltip-t-emailuser\";i:1457;s:14:\"tooltip-t-info\";i:1458;s:16:\"tooltip-t-upload\";i:1459;s:22:\"tooltip-t-specialpages\";i:1460;s:15:\"tooltip-t-print\";i:1461;s:19:\"tooltip-t-permalink\";i:1462;s:21:\"tooltip-ca-nstab-main\";i:1463;s:21:\"tooltip-ca-nstab-user\";i:1464;s:22:\"tooltip-ca-nstab-media\";i:1465;s:24:\"tooltip-ca-nstab-special\";i:1466;s:24:\"tooltip-ca-nstab-project\";i:1467;s:22:\"tooltip-ca-nstab-image\";i:1468;s:26:\"tooltip-ca-nstab-mediawiki\";i:1469;s:25:\"tooltip-ca-nstab-template\";i:1470;s:21:\"tooltip-ca-nstab-help\";i:1471;s:25:\"tooltip-ca-nstab-category\";i:1472;s:17:\"tooltip-minoredit\";i:1473;s:12:\"tooltip-save\";i:1474;s:15:\"tooltip-preview\";i:1475;s:12:\"tooltip-diff\";i:1476;s:31:\"tooltip-compareselectedversions\";i:1477;s:13:\"tooltip-watch\";i:1478;s:16:\"tooltip-recreate\";i:1479;s:14:\"tooltip-upload\";i:1480;s:16:\"tooltip-rollback\";i:1481;s:12:\"tooltip-undo\";i:1482;s:24:\"tooltip-preferences-save\";i:1483;s:15:\"tooltip-summary\";i:1484;s:9:\"anonymous\";i:1485;s:8:\"siteuser\";i:1486;s:16:\"lastmodifiedatby\";i:1487;s:6:\"others\";i:1488;s:9:\"siteusers\";i:1489;s:19:\"spamprotectiontitle\";i:1490;s:16:\"spambot_username\";i:1491;s:14:\"spam_reverting\";i:1492;s:23:\"pageinfo-redirects-name\";i:1493;s:18:\"pageinfo-firstuser\";i:1494;s:18:\"pageinfo-firsttime\";i:1495;s:17:\"pageinfo-lastuser\";i:1496;s:17:\"pageinfo-lasttime\";i:1497;s:14:\"pageinfo-edits\";i:1498;s:20:\"pageinfo-toolboxlink\";i:1499;s:24:\"pageinfo-contentpage-yes\";i:1500;s:30:\"pageinfo-protect-cascading-yes\";i:1501;s:19:\"markaspatrolleddiff\";i:1502;s:19:\"markaspatrolledtext\";i:1503;s:17:\"markedaspatrolled\";i:1504;s:21:\"markedaspatrolledtext\";i:1505;s:16:\"rcpatroldisabled\";i:1506;s:20:\"rcpatroldisabledtext\";i:1507;s:22:\"markedaspatrollederror\";i:1508;s:26:\"markedaspatrollederrortext\";i:1509;s:35:\"markedaspatrollederror-noautopatrol\";i:1510;s:15:\"patrol-log-page\";i:1511;s:15:\"deletedrevision\";i:1512;s:21:\"filedeleteerror-short\";i:1513;s:20:\"filedeleteerror-long\";i:1514;s:18:\"filedelete-missing\";i:1515;s:27:\"filedelete-old-unregistered\";i:1516;s:31:\"filedelete-current-unregistered\";i:1517;s:12:\"previousdiff\";i:1518;s:8:\"nextdiff\";i:1519;s:12:\"imagemaxsize\";i:1520;s:9:\"thumbsize\";i:1521;s:15:\"widthheightpage\";i:1522;s:9:\"file-info\";i:1523;s:14:\"file-info-size\";i:1524;s:12:\"file-nohires\";i:1525;s:13:\"svg-long-desc\";i:1526;s:14:\"show-big-image\";i:1527;s:9:\"newimages\";i:1528;s:13:\"imagelisttext\";i:1529;s:16:\"newimages-legend\";i:1530;s:8:\"noimages\";i:1531;s:8:\"ilsubmit\";i:1532;s:6:\"bydate\";i:1533;s:21:\"sp-newimages-showfrom\";i:1534;s:7:\"seconds\";i:1535;s:7:\"minutes\";i:1536;s:5:\"hours\";i:1537;s:4:\"days\";i:1538;s:3:\"ago\";i:1539;s:8:\"just-now\";i:1540;s:14:\"bad_image_list\";i:1541;s:8:\"metadata\";i:1542;s:13:\"metadata-help\";i:1543;s:15:\"metadata-expand\";i:1544;s:17:\"metadata-collapse\";i:1545;s:15:\"metadata-fields\";i:1546;s:13:\"namespacesall\";i:1547;s:9:\"monthsall\";i:1548;s:12:\"confirmemail\";i:1549;s:20:\"confirmemail_noemail\";i:1550;s:17:\"confirmemail_text\";i:1551;s:20:\"confirmemail_pending\";i:1552;s:17:\"confirmemail_send\";i:1553;s:17:\"confirmemail_sent\";i:1554;s:21:\"confirmemail_oncreate\";i:1555;s:23:\"confirmemail_sendfailed\";i:1556;s:20:\"confirmemail_invalid\";i:1557;s:22:\"confirmemail_needlogin\";i:1558;s:20:\"confirmemail_success\";i:1559;s:21:\"confirmemail_loggedin\";i:1560;s:20:\"confirmemail_subject\";i:1561;s:17:\"confirmemail_body\";i:1562;s:24:\"confirmemail_invalidated\";i:1563;s:15:\"invalidateemail\";i:1564;s:22:\"scarytranscludetoolong\";i:1565;s:19:\"deletedwhileediting\";i:1566;s:15:\"confirmrecreate\";i:1567;s:8:\"recreate\";i:1568;s:20:\"confirm_purge_button\";i:1569;s:17:\"confirm-purge-top\";i:1570;s:16:\"imgmultipageprev\";i:1571;s:16:\"imgmultipagenext\";i:1572;s:10:\"imgmultigo\";i:1573;s:12:\"imgmultigoto\";i:1574;s:16:\"table_pager_next\";i:1575;s:16:\"table_pager_prev\";i:1576;s:17:\"table_pager_first\";i:1577;s:16:\"table_pager_last\";i:1578;s:17:\"table_pager_limit\";i:1579;s:24:\"table_pager_limit_submit\";i:1580;s:17:\"table_pager_empty\";i:1581;s:14:\"autosumm-blank\";i:1582;s:16:\"autosumm-replace\";i:1583;s:16:\"autoredircomment\";i:1584;s:12:\"autosumm-new\";i:1585;s:15:\"lag-warn-normal\";i:1586;s:13:\"lag-warn-high\";i:1587;s:26:\"watchlistedit-normal-title\";i:1588;s:27:\"watchlistedit-normal-legend\";i:1589;s:28:\"watchlistedit-normal-explain\";i:1590;s:27:\"watchlistedit-normal-submit\";i:1591;s:25:\"watchlistedit-normal-done\";i:1592;s:23:\"watchlistedit-raw-title\";i:1593;s:24:\"watchlistedit-raw-legend\";i:1594;s:25:\"watchlistedit-raw-explain\";i:1595;s:24:\"watchlistedit-raw-titles\";i:1596;s:24:\"watchlistedit-raw-submit\";i:1597;s:22:\"watchlistedit-raw-done\";i:1598;s:23:\"watchlistedit-raw-added\";i:1599;s:25:\"watchlistedit-raw-removed\";i:1600;s:19:\"watchlisttools-view\";i:1601;s:19:\"watchlisttools-edit\";i:1602;s:18:\"watchlisttools-raw\";i:1603;s:7:\"version\";i:1604;s:18:\"version-extensions\";i:1605;s:20:\"version-specialpages\";i:1606;s:19:\"version-parserhooks\";i:1607;s:17:\"version-variables\";i:1608;s:13:\"version-other\";i:1609;s:13:\"version-hooks\";i:1610;s:28:\"version-parser-extensiontags\";i:1611;s:29:\"version-parser-function-hooks\";i:1612;s:17:\"version-hook-name\";i:1613;s:25:\"version-hook-subscribedby\";i:1614;s:15:\"version-license\";i:1615;s:16:\"version-software\";i:1616;s:24:\"version-software-product\";i:1617;s:24:\"version-software-version\";i:1618;s:19:\"fileduplicatesearch\";i:1619;s:28:\"fileduplicatesearch-filename\";i:1620;s:26:\"fileduplicatesearch-submit\";i:1621;s:29:\"fileduplicatesearch-noresults\";i:1622;s:12:\"specialpages\";i:1623;s:24:\"specialpages-group-other\";i:1624;s:24:\"specialpages-group-login\";i:1625;s:26:\"specialpages-group-changes\";i:1626;s:24:\"specialpages-group-users\";i:1627;s:26:\"specialpages-group-highuse\";i:1628;s:24:\"specialpages-group-pages\";i:1629;s:28:\"specialpages-group-pagetools\";i:1630;s:23:\"specialpages-group-wiki\";i:1631;s:23:\"specialpages-group-spam\";i:1632;s:9:\"blankpage\";i:1633;s:17:\"tag-filter-submit\";i:1634;s:9:\"tags-edit\";i:1635;s:13:\"tags-hitcount\";i:1636;s:10:\"deletepage\";i:1637;s:15:\"htmlform-submit\";i:1638;s:28:\"htmlform-selectorother-other\";i:1639;s:22:\"logentry-delete-delete\";i:1640;s:10:\"rightsnone\";i:1641;s:15:\"feedback-cancel\";i:1642;s:20:\"searchsuggest-search\";i:1643;s:24:\"searchsuggest-containing\";i:1644;s:28:\"api-clientside-error-timeout\";i:1645;s:18:\"api-error-badtoken\";i:1646;s:21:\"api-error-stashfailed\";i:1647;s:25:\"api-error-unknown-warning\";i:1648;s:22:\"api-error-unknownerror\";i:1649;s:19:\"expand_templates_ok\";i:1650;s:14:\"nstab-mainpage\";i:1651;s:19:\"skin-action-protect\";i:1652;s:20:\"skin-action-undelete\";i:1653;s:18:\"skin-action-delete\";i:1654;s:16:\"skin-action-move\";i:1655;s:15:\"exif-imagewidth\";i:1656;s:16:\"exif-imagelength\";i:1657;s:16:\"exif-compression\";i:1658;s:30:\"exif-photometricinterpretation\";i:1659;s:16:\"exif-orientation\";i:1660;s:20:\"exif-samplesperpixel\";i:1661;s:24:\"exif-planarconfiguration\";i:1662;s:21:\"exif-ycbcrpositioning\";i:1663;s:16:\"exif-xresolution\";i:1664;s:16:\"exif-yresolution\";i:1665;s:17:\"exif-stripoffsets\";i:1666;s:17:\"exif-rowsperstrip\";i:1667;s:20:\"exif-stripbytecounts\";i:1668;s:32:\"exif-jpeginterchangeformatlength\";i:1669;s:13:\"exif-datetime\";i:1670;s:21:\"exif-imagedescription\";i:1671;s:9:\"exif-make\";i:1672;s:10:\"exif-model\";i:1673;s:13:\"exif-software\";i:1674;s:11:\"exif-artist\";i:1675;s:14:\"exif-copyright\";i:1676;s:16:\"exif-exifversion\";i:1677;s:20:\"exif-flashpixversion\";i:1678;s:28:\"exif-componentsconfiguration\";i:1679;s:27:\"exif-compressedbitsperpixel\";i:1680;s:20:\"exif-pixelxdimension\";i:1681;s:20:\"exif-pixelydimension\";i:1682;s:16:\"exif-usercomment\";i:1683;s:21:\"exif-relatedsoundfile\";i:1684;s:21:\"exif-datetimeoriginal\";i:1685;s:22:\"exif-datetimedigitized\";i:1686;s:17:\"exif-exposuretime\";i:1687;s:24:\"exif-exposuretime-format\";i:1688;s:12:\"exif-fnumber\";i:1689;s:20:\"exif-exposureprogram\";i:1690;s:22:\"exif-shutterspeedvalue\";i:1691;s:18:\"exif-aperturevalue\";i:1692;s:20:\"exif-brightnessvalue\";i:1693;s:22:\"exif-exposurebiasvalue\";i:1694;s:21:\"exif-maxaperturevalue\";i:1695;s:20:\"exif-subjectdistance\";i:1696;s:17:\"exif-meteringmode\";i:1697;s:16:\"exif-lightsource\";i:1698;s:10:\"exif-flash\";i:1699;s:16:\"exif-focallength\";i:1700;s:16:\"exif-subjectarea\";i:1701;s:16:\"exif-flashenergy\";i:1702;s:20:\"exif-subjectlocation\";i:1703;s:18:\"exif-exposureindex\";i:1704;s:18:\"exif-sensingmethod\";i:1705;s:15:\"exif-filesource\";i:1706;s:14:\"exif-scenetype\";i:1707;s:19:\"exif-customrendered\";i:1708;s:17:\"exif-exposuremode\";i:1709;s:17:\"exif-whitebalance\";i:1710;s:21:\"exif-digitalzoomratio\";i:1711;s:26:\"exif-focallengthin35mmfilm\";i:1712;s:21:\"exif-scenecapturetype\";i:1713;s:16:\"exif-gaincontrol\";i:1714;s:13:\"exif-contrast\";i:1715;s:14:\"exif-sharpness\";i:1716;s:25:\"exif-subjectdistancerange\";i:1717;s:18:\"exif-imageuniqueid\";i:1718;s:17:\"exif-gpsversionid\";i:1719;s:19:\"exif-gpslatituderef\";i:1720;s:16:\"exif-gpslatitude\";i:1721;s:20:\"exif-gpslongituderef\";i:1722;s:17:\"exif-gpslongitude\";i:1723;s:19:\"exif-gpsaltituderef\";i:1724;s:16:\"exif-gpsaltitude\";i:1725;s:17:\"exif-gpstimestamp\";i:1726;s:18:\"exif-gpssatellites\";i:1727;s:14:\"exif-gpsstatus\";i:1728;s:19:\"exif-gpsmeasuremode\";i:1729;s:11:\"exif-gpsdop\";i:1730;s:16:\"exif-gpsspeedref\";i:1731;s:13:\"exif-gpsspeed\";i:1732;s:16:\"exif-gpstrackref\";i:1733;s:13:\"exif-gpstrack\";i:1734;s:23:\"exif-gpsimgdirectionref\";i:1735;s:20:\"exif-gpsimgdirection\";i:1736;s:23:\"exif-gpsdestlatituderef\";i:1737;s:20:\"exif-gpsdestlatitude\";i:1738;s:24:\"exif-gpsdestlongituderef\";i:1739;s:21:\"exif-gpsdestlongitude\";i:1740;s:23:\"exif-gpsdestdistanceref\";i:1741;s:20:\"exif-gpsdestdistance\";i:1742;s:24:\"exif-gpsprocessingmethod\";i:1743;s:23:\"exif-gpsareainformation\";i:1744;s:17:\"exif-gpsdatestamp\";i:1745;s:20:\"exif-gpsdifferential\";i:1746;s:19:\"exif-countrycreated\";i:1747;s:23:\"exif-countrycodecreated\";i:1748;s:27:\"exif-provinceorstatecreated\";i:1749;s:16:\"exif-citycreated\";i:1750;s:16:\"exif-countrydest\";i:1751;s:20:\"exif-countrycodedest\";i:1752;s:24:\"exif-provinceorstatedest\";i:1753;s:13:\"exif-citydest\";i:1754;s:15:\"exif-objectname\";i:1755;s:24:\"exif-specialinstructions\";i:1756;s:11:\"exif-source\";i:1757;s:17:\"exif-languagecode\";i:1758;s:20:\"exif-cameraownername\";i:1759;s:18:\"exif-personinimage\";i:1760;s:18:\"exif-compression-1\";i:1761;s:16:\"exif-unknowndate\";i:1762;s:18:\"exif-orientation-1\";i:1763;s:18:\"exif-orientation-2\";i:1764;s:18:\"exif-orientation-3\";i:1765;s:18:\"exif-orientation-4\";i:1766;s:30:\"exif-componentsconfiguration-0\";i:1767;s:22:\"exif-exposureprogram-0\";i:1768;s:22:\"exif-exposureprogram-1\";i:1769;s:22:\"exif-exposureprogram-2\";i:1770;s:22:\"exif-exposureprogram-3\";i:1771;s:22:\"exif-exposureprogram-4\";i:1772;s:22:\"exif-exposureprogram-6\";i:1773;s:26:\"exif-subjectdistance-value\";i:1774;s:19:\"exif-meteringmode-0\";i:1775;s:19:\"exif-meteringmode-1\";i:1776;s:19:\"exif-meteringmode-3\";i:1777;s:19:\"exif-meteringmode-6\";i:1778;s:21:\"exif-meteringmode-255\";i:1779;s:18:\"exif-lightsource-0\";i:1780;s:18:\"exif-lightsource-1\";i:1781;s:18:\"exif-lightsource-3\";i:1782;s:18:\"exif-lightsource-4\";i:1783;s:18:\"exif-lightsource-9\";i:1784;s:19:\"exif-lightsource-10\";i:1785;s:19:\"exif-lightsource-11\";i:1786;s:19:\"exif-lightsource-17\";i:1787;s:19:\"exif-lightsource-18\";i:1788;s:19:\"exif-lightsource-19\";i:1789;s:20:\"exif-lightsource-255\";i:1790;s:21:\"exif-flash-function-1\";i:1791;s:31:\"exif-focalplaneresolutionunit-2\";i:1792;s:20:\"exif-sensingmethod-1\";i:1793;s:20:\"exif-sensingmethod-2\";i:1794;s:20:\"exif-sensingmethod-3\";i:1795;s:20:\"exif-sensingmethod-4\";i:1796;s:20:\"exif-sensingmethod-5\";i:1797;s:20:\"exif-sensingmethod-7\";i:1798;s:20:\"exif-sensingmethod-8\";i:1799;s:16:\"exif-scenetype-1\";i:1800;s:21:\"exif-customrendered-0\";i:1801;s:21:\"exif-customrendered-1\";i:1802;s:19:\"exif-exposuremode-0\";i:1803;s:19:\"exif-exposuremode-1\";i:1804;s:19:\"exif-exposuremode-2\";i:1805;s:19:\"exif-whitebalance-0\";i:1806;s:19:\"exif-whitebalance-1\";i:1807;s:23:\"exif-scenecapturetype-0\";i:1808;s:23:\"exif-scenecapturetype-1\";i:1809;s:23:\"exif-scenecapturetype-2\";i:1810;s:23:\"exif-scenecapturetype-3\";i:1811;s:18:\"exif-gaincontrol-0\";i:1812;s:15:\"exif-contrast-0\";i:1813;s:15:\"exif-contrast-1\";i:1814;s:15:\"exif-contrast-2\";i:1815;s:17:\"exif-saturation-0\";i:1816;s:16:\"exif-sharpness-0\";i:1817;s:16:\"exif-sharpness-1\";i:1818;s:16:\"exif-sharpness-2\";i:1819;s:27:\"exif-subjectdistancerange-0\";i:1820;s:27:\"exif-subjectdistancerange-2\";i:1821;s:27:\"exif-subjectdistancerange-3\";i:1822;s:18:\"exif-gpslatitude-n\";i:1823;s:18:\"exif-gpslatitude-s\";i:1824;s:19:\"exif-gpslongitude-e\";i:1825;s:19:\"exif-gpslongitude-w\";i:1826;s:21:\"exif-gpsmeasuremode-2\";i:1827;s:21:\"exif-gpsmeasuremode-3\";i:1828;s:15:\"exif-gpsspeed-k\";i:1829;s:15:\"exif-gpsspeed-m\";i:1830;s:15:\"exif-gpsspeed-n\";i:1831;s:22:\"exif-gpsdestdistance-k\";i:1832;s:22:\"exif-gpsdestdistance-m\";i:1833;s:21:\"exif-gpsdop-excellent\";i:1834;s:16:\"exif-gpsdop-good\";i:1835;s:18:\"exif-objectcycle-a\";i:1836;s:18:\"exif-objectcycle-p\";i:1837;s:18:\"exif-objectcycle-b\";i:1838;s:19:\"exif-gpsdirection-t\";i:1839;s:19:\"exif-gpsdirection-m\";i:1840;s:17:\"exif-dc-publisher\";i:1841;s:14:\"exif-dc-rights\";i:1842;s:29:\"exif-isospeedratings-overflow\";i:1843;s:20:\"exif-iimcategory-clj\";i:1844;s:20:\"exif-iimcategory-fin\";i:1845;s:20:\"exif-iimcategory-edu\";i:1846;s:20:\"exif-iimcategory-hth\";i:1847;s:20:\"exif-iimcategory-lab\";i:1848;s:20:\"exif-iimcategory-lif\";i:1849;s:20:\"exif-iimcategory-pol\";i:1850;s:20:\"exif-iimcategory-rel\";i:1851;s:20:\"exif-iimcategory-sci\";i:1852;s:20:\"exif-iimcategory-soi\";i:1853;s:20:\"exif-iimcategory-spo\";i:1854;s:20:\"exif-iimcategory-war\";i:1855;s:17:\"exif-urgency-high\";i:1856;s:24:\"vector-action-addsection\";i:1857;s:20:\"vector-action-delete\";i:1858;s:18:\"vector-action-move\";i:1859;s:21:\"vector-action-protect\";i:1860;s:22:\"vector-action-undelete\";i:1861;s:23:\"vector-action-unprotect\";i:1862;s:18:\"vector-view-create\";i:1863;s:16:\"vector-view-edit\";i:1864;s:19:\"vector-view-history\";i:1865;s:16:\"vector-view-view\";i:1866;s:22:\"vector-view-viewsource\";i:1867;s:19:\"vector-more-actions\";i:1868;s:38:\"mobile-frontend-back-to-top-of-section\";i:1869;s:32:\"mobile-frontend-featured-article\";i:1870;s:27:\"mobile-frontend-home-button\";i:1871;s:29:\"mobile-frontend-random-button\";i:1872;s:29:\"mobile-frontend-search-submit\";i:1873;s:7:\"sidebar\";i:1874;s:16:\"tog-watchuploads\";i:1875;s:17:\"tog-watchrollback\";i:1876;s:32:\"tog-watchlistreloadautomatically\";i:1877;s:25:\"tog-watchlistunwatchlinks\";i:1878;s:26:\"tog-watchlisthidepatrolled\";i:1879;s:31:\"tog-watchlisthidecategorization\";i:1880;s:16:\"tog-prefershttps\";i:1881;s:28:\"tog-showrollbackconfirmation\";i:1882;s:16:\"tog-requireemail\";i:1883;s:14:\"editfont-style\";i:1884;s:18:\"editfont-monospace\";i:1885;s:18:\"editfont-sansserif\";i:1886;s:14:\"editfont-serif\";i:1887;s:9:\"period-am\";i:1888;s:9:\"period-pm\";i:1889;s:18:\"pagecategorieslink\";i:1890;s:25:\"categoryviewer-pagedlinks\";i:1891;s:24:\"category-header-numerals\";i:1892;s:13:\"morenotlisted\";i:1893;s:9:\"sitetitle\";i:1894;s:12:\"sitesubtitle\";i:1895;s:8:\"variants\";i:1896;s:18:\"navigation-heading\";i:1897;s:14:\"help-mediawiki\";i:1898;s:23:\"search-ignored-headings\";i:1899;s:13:\"history_small\";i:1900;s:35:\"printableversion-deprecated-warning\";i:1901;s:17:\"skin-view-foreign\";i:1902;s:10:\"edit-local\";i:1903;s:12:\"create-local\";i:1904;s:10:\"addsection\";i:1905;s:8:\"cactions\";i:1906;s:20:\"tool-link-userrights\";i:1907;s:29:\"tool-link-userrights-readonly\";i:1908;s:19:\"tool-link-emailuser\";i:1909;s:10:\"redirectto\";i:1910;s:14:\"talkpageheader\";i:1911;s:18:\"generic-pool-error\";i:1912;s:12:\"pool-timeout\";i:1913;s:14:\"pool-queuefull\";i:1914;s:16:\"pool-servererror\";i:1915;s:23:\"poolcounter-usage-error\";i:1916;s:22:\"view-pool-dirty-output\";i:1917;s:20:\"view-pool-contention\";i:1918;s:17:\"view-pool-timeout\";i:1919;s:12:\"edithelppage\";i:1920;s:8:\"helppage\";i:1921;s:20:\"helppage-top-gethelp\";i:1922;s:14:\"mainpage-title\";i:1923;s:23:\"mainpage-title-loggedin\";i:1924;s:9:\"pagetitle\";i:1925;s:23:\"pagetitle-view-mainpage\";i:1926;s:16:\"backlinksubtitle\";i:1927;s:19:\"confirmable-confirm\";i:1928;s:15:\"confirmable-yes\";i:1929;s:14:\"confirmable-no\";i:1930;s:9:\"feed-atom\";i:1931;s:8:\"feed-rss\";i:1932;s:10:\"sitenotice\";i:1933;s:10:\"anonnotice\";i:1934;s:28:\"newsectionheaderdefaultlevel\";i:1935;s:15:\"sort-descending\";i:1936;s:14:\"sort-ascending\";i:1937;s:12:\"sort-initial\";i:1938;s:18:\"sort-rowspan-error\";i:1939;s:10:\"nstab-talk\";i:1940;s:18:\"databaseerror-text\";i:1941;s:20:\"databaseerror-textcl\";i:1942;s:19:\"databaseerror-query\";i:1943;s:22:\"databaseerror-function\";i:1944;s:19:\"databaseerror-error\";i:1945;s:35:\"transaction-duration-limit-exceeded\";i:1946;s:39:\"transaction-max-statement-time-exceeded\";i:1947;s:15:\"missing-article\";i:1948;s:26:\"nonwrite-api-promise-error\";i:1949;s:12:\"timeouterror\";i:1950;s:17:\"timeouterror-text\";i:1951;s:29:\"internalerror-fatal-exception\";i:1952;s:22:\"directoryreadonlyerror\";i:1953;s:16:\"delete-scheduled\";i:1954;s:16:\"no-null-revision\";i:1955;s:13:\"title-invalid\";i:1956;s:19:\"title-invalid-empty\";i:1957;s:18:\"title-invalid-utf8\";i:1958;s:23:\"title-invalid-interwiki\";i:1959;s:28:\"title-invalid-talk-namespace\";i:1960;s:24:\"title-invalid-characters\";i:1961;s:22:\"title-invalid-relative\";i:1962;s:25:\"title-invalid-magic-tilde\";i:1963;s:22:\"title-invalid-too-long\";i:1964;s:27:\"title-invalid-leading-colon\";i:1965;s:28:\"querypage-updates-periodical\";i:1966;s:22:\"skin-action-viewsource\";i:1967;s:12:\"viewyourtext\";i:1968;s:18:\"translateinterface\";i:1969;s:18:\"customcssprotected\";i:1970;s:19:\"customjsonprotected\";i:1971;s:17:\"customjsprotected\";i:1972;s:16:\"sitecssprotected\";i:1973;s:17:\"sitejsonprotected\";i:1974;s:15:\"sitejsprotected\";i:1975;s:20:\"siterawhtmlprotected\";i:1976;s:20:\"mycustomcssprotected\";i:1977;s:21:\"mycustomjsonprotected\";i:1978;s:19:\"mycustomjsprotected\";i:1979;s:22:\"myprivateinfoprotected\";i:1980;s:22:\"mypreferencesprotected\";i:1981;s:17:\"filereadonlyerror\";i:1982;s:12:\"invalidtitle\";i:1983;s:27:\"invalidtitle-knownnamespace\";i:1984;s:29:\"invalidtitle-unknownnamespace\";i:1985;s:29:\"exception-nologin-text-manual\";i:1986;s:16:\"virus-badscanner\";i:1987;s:16:\"virus-scanfailed\";i:1988;s:18:\"logging-out-notify\";i:1989;s:13:\"logout-failed\";i:1990;s:21:\"cannotlogoutnow-title\";i:1991;s:20:\"cannotlogoutnow-text\";i:1992;s:19:\"welcomecreation-msg\";i:1993;s:23:\"createacct-helpusername\";i:1994;s:24:\"createacct-username-help\";i:1995;s:23:\"prefs-help-yourpassword\";i:1996;s:24:\"createacct-useuniquepass\";i:1997;s:24:\"userlogin-signwithsecure\";i:1998;s:17:\"cannotlogin-title\";i:1999;s:16:\"cannotlogin-text\";i:2000;s:20:\"cannotloginnow-title\";i:2001;s:19:\"cannotloginnow-text\";i:2002;s:25:\"cannotcreateaccount-title\";i:2003;s:24:\"cannotcreateaccount-text\";i:2004;s:14:\"login-security\";i:2005;s:11:\"loginprompt\";i:2006;s:18:\"userlogout-summary\";i:2007;s:19:\"userlogin-noaccount\";i:2008;s:21:\"userlogin-joinproject\";i:2009;s:13:\"helplogin-url\";i:2010;s:19:\"userlogin-helplink2\";i:2011;s:18:\"userlogin-loggedin\";i:2012;s:16:\"userlogin-reauth\";i:2013;s:23:\"userlogin-createanother\";i:2014;s:24:\"createacct-emailoptional\";i:2015;s:27:\"createacct-another-email-ph\";i:2016;s:22:\"createaccountmail-help\";i:2017;s:19:\"createacct-realname\";i:2018;s:22:\"createacct-reason-help\";i:2019;s:25:\"createacct-reason-confirm\";i:2020;s:26:\"createacct-imgcaptcha-help\";i:2021;s:26:\"createacct-continue-submit\";i:2022;s:34:\"createacct-another-continue-submit\";i:2023;s:24:\"createacct-benefit-icon1\";i:2024;s:24:\"createacct-benefit-head1\";i:2025;s:24:\"createacct-benefit-icon2\";i:2026;s:24:\"createacct-benefit-head2\";i:2027;s:24:\"createacct-benefit-icon3\";i:2028;s:24:\"createacct-benefit-head3\";i:2029;s:24:\"createacct-benefit-body3\";i:2030;s:18:\"usernameinprogress\";i:2031;s:24:\"createacct-normalization\";i:2032;s:15:\"nocookiesfornew\";i:2033;s:17:\"nocookiesforlogin\";i:2034;s:21:\"createacct-loginerror\";i:2035;s:23:\"createacct-temp-warning\";i:2036;s:15:\"passwordtoolong\";i:2037;s:20:\"passwordincommonlist\";i:2038;s:33:\"password-substring-username-match\";i:2039;s:11:\"signupstart\";i:2040;s:9:\"signupend\";i:2041;s:15:\"signupend-https\";i:2042;s:11:\"emailsender\";i:2043;s:22:\"login-migrated-generic\";i:2044;s:18:\"loginlanguagelinks\";i:2045;s:21:\"suspicious-userlogout\";i:2046;s:31:\"createacct-another-realname-tip\";i:2047;s:24:\"pt-login-continue-button\";i:2048;s:16:\"pt-createaccount\";i:2049;s:15:\"pear-mail-error\";i:2050;s:14:\"php-mail-error\";i:2051;s:22:\"php-mail-error-unknown\";i:2052;s:17:\"user-mail-no-body\";i:2053;s:22:\"changepassword-summary\";i:2054;s:14:\"resetpass_text\";i:2055;s:24:\"changepassword-throttled\";i:2056;s:12:\"botpasswords\";i:2057;s:20:\"botpasswords-summary\";i:2058;s:21:\"botpasswords-disabled\";i:2059;s:26:\"botpasswords-no-central-id\";i:2060;s:21:\"botpasswords-existing\";i:2061;s:22:\"botpasswords-createnew\";i:2062;s:25:\"botpasswords-editexisting\";i:2063;s:29:\"botpasswords-label-needsreset\";i:2064;s:24:\"botpasswords-label-appid\";i:2065;s:25:\"botpasswords-label-create\";i:2066;s:25:\"botpasswords-label-update\";i:2067;s:25:\"botpasswords-label-cancel\";i:2068;s:25:\"botpasswords-label-delete\";i:2069;s:32:\"botpasswords-label-resetpassword\";i:2070;s:25:\"botpasswords-label-grants\";i:2071;s:24:\"botpasswords-help-grants\";i:2072;s:32:\"botpasswords-label-grants-column\";i:2073;s:22:\"botpasswords-bad-appid\";i:2074;s:33:\"botpasswords-toolong-restrictions\";i:2075;s:27:\"botpasswords-toolong-grants\";i:2076;s:26:\"botpasswords-insert-failed\";i:2077;s:26:\"botpasswords-update-failed\";i:2078;s:26:\"botpasswords-created-title\";i:2079;s:25:\"botpasswords-created-body\";i:2080;s:26:\"botpasswords-updated-title\";i:2081;s:25:\"botpasswords-updated-body\";i:2082;s:26:\"botpasswords-deleted-title\";i:2083;s:25:\"botpasswords-deleted-body\";i:2084;s:24:\"botpasswords-newpassword\";i:2085;s:24:\"botpasswords-no-provider\";i:2086;s:31:\"botpasswords-restriction-failed\";i:2087;s:25:\"botpasswords-invalid-name\";i:2088;s:22:\"botpasswords-not-exist\";i:2089;s:24:\"botpasswords-needs-reset\";i:2090;s:19:\"botpasswords-locked\";i:2091;s:26:\"resetpass_forbidden-reason\";i:2092;s:18:\"resetpass-recycled\";i:2093;s:22:\"resetpass-temp-emailed\";i:2094;s:23:\"resetpass-abort-generic\";i:2095;s:17:\"resetpass-expired\";i:2096;s:22:\"resetpass-expired-soft\";i:2097;s:18:\"resetpass-validity\";i:2098;s:23:\"resetpass-validity-soft\";i:2099;s:22:\"passwordreset-text-one\";i:2100;s:23:\"passwordreset-text-many\";i:2101;s:27:\"passwordreset-emaildisabled\";i:2102;s:20:\"passwordreset-domain\";i:2103;s:24:\"passwordreset-emailtitle\";i:2104;s:26:\"passwordreset-emailtext-ip\";i:2105;s:28:\"passwordreset-emailtext-user\";i:2106;s:21:\"passwordreset-success\";i:2107;s:37:\"passwordreset-success-details-generic\";i:2108;s:26:\"passwordreset-success-info\";i:2109;s:37:\"passwordreset-emailtext-require-email\";i:2110;s:22:\"passwordreset-nocaller\";i:2111;s:26:\"passwordreset-nosuchcaller\";i:2112;s:21:\"passwordreset-ignored\";i:2113;s:20:\"passwordreset-nodata\";i:2114;s:19:\"changeemail-summary\";i:2115;s:25:\"changeemail-newemail-help\";i:2116;s:21:\"changeemail-throttled\";i:2117;s:20:\"changeemail-nochange\";i:2118;s:21:\"changeemail-maxlength\";i:2119;s:11:\"resettokens\";i:2120;s:19:\"resettokens-summary\";i:2121;s:16:\"resettokens-text\";i:2122;s:21:\"resettokens-no-tokens\";i:2123;s:18:\"resettokens-tokens\";i:2124;s:23:\"resettokens-token-label\";i:2125;s:27:\"resettokens-watchlist-token\";i:2126;s:16:\"resettokens-done\";i:2127;s:23:\"resettokens-resetbutton\";i:2128;s:8:\"sig-text\";i:2129;s:11:\"savechanges\";i:2130;s:11:\"publishpage\";i:2131;s:14:\"publishchanges\";i:2132;s:17:\"savearticle-start\";i:2133;s:17:\"savechanges-start\";i:2134;s:17:\"publishpage-start\";i:2135;s:20:\"publishchanges-start\";i:2136;s:12:\"blankarticle\";i:2137;s:23:\"autocreate-edit-warning\";i:2138;s:26:\"autocreate-preview-warning\";i:2139;s:12:\"selfredirect\";i:2140;s:16:\"previewerrortext\";i:2141;s:19:\"blockedtext-partial\";i:2142;s:17:\"systemblockedtext\";i:2143;s:21:\"blockedtext-composite\";i:2144;s:25:\"blockedtext-composite-ids\";i:2145;s:28:\"blockedtext-composite-no-ids\";i:2146;s:28:\"blockedtext-composite-reason\";i:2147;s:18:\"newarticletextanon\";i:2148;s:12:\"talkpagetext\";i:2149;s:17:\"noarticletextanon\";i:2150;s:27:\"missing-revision-permission\";i:2151;s:16:\"missing-revision\";i:2152;s:24:\"missing-revision-content\";i:2153;s:14:\"clearyourcache\";i:2154;s:21:\"userjsonyoucanpreview\";i:2155;s:15:\"userjsonpreview\";i:2156;s:15:\"sitejsonpreview\";i:2157;s:16:\"continue-editing\";i:2158;s:25:\"session_fail_preview_html\";i:2159;s:20:\"edit_form_incomplete\";i:2160;s:24:\"edit-textarea-aria-label\";i:2161;s:17:\"editnotice-notext\";i:2162;s:20:\"unicode-support-fail\";i:2163;s:23:\"editpage-head-copy-warn\";i:2164;s:20:\"editpage-tos-summary\";i:2165;s:32:\"editpage-cannot-use-custom-model\";i:2166;s:13:\"longpage-hint\";i:2167;s:9:\"edittools\";i:2168;s:16:\"edittools-upload\";i:2169;s:29:\"sectioneditnotsupported-title\";i:2170;s:28:\"sectioneditnotsupported-text\";i:2171;s:27:\"modeleditnotsupported-title\";i:2172;s:26:\"modeleditnotsupported-text\";i:2173;s:21:\"contentmodelediterror\";i:2174;s:26:\"moveddeleted-notice-recent\";i:2175;s:21:\"edit-slots-cannot-add\";i:2176;s:24:\"edit-slots-cannot-remove\";i:2177;s:18:\"edit-slots-missing\";i:2178;s:29:\"postedit-confirmation-created\";i:2179;s:30:\"postedit-confirmation-restored\";i:2180;s:31:\"postedit-confirmation-published\";i:2181;s:27:\"postedit-temp-created-label\";i:2182;s:21:\"postedit-temp-created\";i:2183;s:18:\"addsection-preload\";i:2184;s:20:\"addsection-editintro\";i:2185;s:23:\"content-failed-to-parse\";i:2186;s:20:\"invalid-content-data\";i:2187;s:17:\"invalid-json-data\";i:2188;s:24:\"content-not-allowed-here\";i:2189;s:20:\"confirmleave-warning\";i:2190;s:34:\"editpage-invalidcontentmodel-title\";i:2191;s:33:\"editpage-invalidcontentmodel-text\";i:2192;s:40:\"editpage-notsupportedcontentformat-title\";i:2193;s:39:\"editpage-notsupportedcontentformat-text\";i:2194;s:14:\"slot-name-main\";i:2195;s:22:\"content-model-wikitext\";i:2196;s:18:\"content-model-text\";i:2197;s:17:\"content-model-css\";i:2198;s:18:\"content-model-json\";i:2199;s:25:\"content-json-empty-object\";i:2200;s:24:\"content-json-empty-array\";i:2201;s:25:\"unsupported-content-model\";i:2202;s:24:\"unsupported-content-diff\";i:2203;s:25:\"unsupported-content-diff2\";i:2204;s:22:\"duplicate-args-warning\";i:2205;s:23:\"duplicate-args-category\";i:2206;s:28:\"duplicate-args-category-desc\";i:2207;s:32:\"expensive-parserfunction-warning\";i:2208;s:33:\"expensive-parserfunction-category\";i:2209;s:38:\"post-expand-template-inclusion-warning\";i:2210;s:39:\"post-expand-template-inclusion-category\";i:2211;s:37:\"post-expand-template-argument-warning\";i:2212;s:38:\"post-expand-template-argument-category\";i:2213;s:24:\"template-equals-category\";i:2214;s:29:\"template-equals-category-desc\";i:2215;s:23:\"template-equals-warning\";i:2216;s:28:\"parser-template-loop-warning\";i:2217;s:22:\"template-loop-category\";i:2218;s:27:\"template-loop-category-desc\";i:2219;s:21:\"template-loop-warning\";i:2220;s:39:\"parser-template-recursion-depth-warning\";i:2221;s:32:\"language-converter-depth-warning\";i:2222;s:28:\"node-count-exceeded-category\";i:2223;s:33:\"node-count-exceeded-category-desc\";i:2224;s:27:\"node-count-exceeded-warning\";i:2225;s:33:\"expansion-depth-exceeded-category\";i:2226;s:38:\"expansion-depth-exceeded-category-desc\";i:2227;s:32:\"expansion-depth-exceeded-warning\";i:2228;s:27:\"parser-unstrip-loop-warning\";i:2229;s:21:\"unstrip-depth-warning\";i:2230;s:22:\"unstrip-depth-category\";i:2231;s:27:\"unstrip-depth-category-desc\";i:2232;s:20:\"unstrip-size-warning\";i:2233;s:21:\"unstrip-size-category\";i:2234;s:26:\"unstrip-size-category-desc\";i:2235;s:27:\"converter-manual-rule-error\";i:2236;s:19:\"undo-main-slot-only\";i:2237;s:13:\"undo-nochange\";i:2238;s:17:\"undo-summary-anon\";i:2239;s:19:\"undo-summary-import\";i:2240;s:20:\"undo-summary-import2\";i:2241;s:28:\"undo-summary-username-hidden\";i:2242;s:26:\"createaccount-hook-aborted\";i:2243;s:22:\"viewpagelogs-lowercase\";i:2244;s:21:\"revision-info-current\";i:2245;s:12:\"revision-nav\";i:2246;s:11:\"tooltip-cur\";i:2247;s:12:\"tooltip-last\";i:2248;s:17:\"history_copyright\";i:2249;s:17:\"history-edit-tags\";i:2250;s:13:\"history-empty\";i:2251;s:25:\"rev-deleted-user-contribs\";i:2252;s:27:\"rev-deleted-text-permission\";i:2253;s:19:\"rev-suppressed-text\";i:2254;s:30:\"rev-suppressed-text-permission\";i:2255;s:23:\"rev-deleted-text-unhide\";i:2256;s:26:\"rev-suppressed-text-unhide\";i:2257;s:21:\"rev-deleted-text-view\";i:2258;s:24:\"rev-suppressed-text-view\";i:2259;s:19:\"rev-deleted-no-diff\";i:2260;s:22:\"rev-suppressed-no-diff\";i:2261;s:23:\"rev-deleted-unhide-diff\";i:2262;s:26:\"rev-suppressed-unhide-diff\";i:2263;s:21:\"rev-deleted-diff-view\";i:2264;s:24:\"rev-suppressed-diff-view\";i:2265;s:14:\"revisiondelete\";i:2266;s:27:\"revdelete-show-file-confirm\";i:2267;s:23:\"revdelete-selected-text\";i:2268;s:23:\"revdelete-selected-file\";i:2269;s:19:\"revdelete-text-text\";i:2270;s:19:\"revdelete-text-file\";i:2271;s:14:\"logdelete-text\";i:2272;s:21:\"revdelete-text-others\";i:2273;s:17:\"revdelete-confirm\";i:2274;s:23:\"revdelete-suppress-text\";i:2275;s:16:\"revdelete-legend\";i:2276;s:25:\"revdelete-hide-restricted\";i:2277;s:20:\"revdelete-unsuppress\";i:2278;s:17:\"revdelete-success\";i:2279;s:17:\"revdelete-failure\";i:2280;s:17:\"logdelete-success\";i:2281;s:17:\"logdelete-failure\";i:2282;s:22:\"revdelete-hide-current\";i:2283;s:24:\"revdelete-show-no-access\";i:2284;s:26:\"revdelete-modify-no-access\";i:2285;s:24:\"revdelete-modify-missing\";i:2286;s:19:\"revdelete-no-change\";i:2287;s:27:\"revdelete-concurrent-change\";i:2288;s:25:\"revdelete-only-restricted\";i:2289;s:25:\"revdelete-reason-dropdown\";i:2290;s:34:\"revdelete-reason-dropdown-suppress\";i:2291;s:34:\"revdelete-edit-reasonlist-suppress\";i:2292;s:18:\"suppressionlogtext\";i:2293;s:19:\"mergehistory-header\";i:2294;s:18:\"mergehistory-merge\";i:2295;s:31:\"mergehistory-fail-bad-timestamp\";i:2296;s:32:\"mergehistory-fail-invalid-source\";i:2297;s:30:\"mergehistory-fail-invalid-dest\";i:2298;s:27:\"mergehistory-fail-no-change\";i:2299;s:28:\"mergehistory-fail-permission\";i:2300;s:28:\"mergehistory-fail-self-merge\";i:2301;s:36:\"mergehistory-fail-timestamps-overlap\";i:2302;s:24:\"mergehistory-fail-toobig\";i:2303;s:41:\"mergehistory-warning-redirect-not-created\";i:2304;s:34:\"mergehistory-source-deleted-reason\";i:2305;s:27:\"mergehistory-source-deleted\";i:2306;s:24:\"mergehistory-revisionrow\";i:2307;s:26:\"mergehistory-redirect-text\";i:2308;s:18:\"pagemerge-logentry\";i:2309;s:24:\"showhideselectedversions\";i:2310;s:10:\"diff-empty\";i:2311;s:19:\"diff-multi-sameuser\";i:2312;s:21:\"diff-multi-otherusers\";i:2313;s:20:\"diff-multi-manyusers\";i:2314;s:26:\"diff-paragraph-moved-tonew\";i:2315;s:26:\"diff-paragraph-moved-toold\";i:2316;s:27:\"difference-missing-revision\";i:2317;s:14:\"search-summary\";i:2318;s:26:\"search-filter-title-prefix\";i:2319;s:32:\"search-filter-title-prefix-reset\";i:2320;s:9:\"prev-page\";i:2321;s:9:\"next-page\";i:2322;s:23:\"searchmenu-new-nocreate\";i:2323;s:27:\"search-result-category-size\";i:2324;s:15:\"search-category\";i:2325;s:17:\"search-file-match\";i:2326;s:16:\"search-rewritten\";i:2327;s:31:\"search-interwiki-resultset-link\";i:2328;s:23:\"search-interwiki-custom\";i:2329;s:29:\"search-interwiki-more-results\";i:2330;s:25:\"search-invalid-sort-order\";i:2331;s:22:\"search-unknown-profile\";i:2332;s:21:\"showingresultsinrange\";i:2333;s:21:\"search-showingresults\";i:2334;s:25:\"search-nonefound-thiswiki\";i:2335;s:23:\"powersearch-togglelabel\";i:2336;s:20:\"powersearch-remember\";i:2337;s:12:\"googlesearch\";i:2338;s:12:\"search-error\";i:2339;s:14:\"search-warning\";i:2340;s:15:\"opensearch-desc\";i:2341;s:19:\"preferences-summary\";i:2342;s:17:\"prefsnologintext2\";i:2343;s:16:\"prefs-skin-prefs\";i:2344;s:21:\"prefs-skin-responsive\";i:2345;s:26:\"prefs-help-skin-responsive\";i:2346;s:10:\"prefs-labs\";i:2347;s:19:\"prefs-editwatchlist\";i:2348;s:25:\"prefs-editwatchlist-label\";i:2349;s:24:\"prefs-editwatchlist-edit\";i:2350;s:23:\"prefs-editwatchlist-raw\";i:2351;s:25:\"prefs-editwatchlist-clear\";i:2352;s:21:\"prefs-watchlist-token\";i:2353;s:28:\"prefs-watchlist-managetokens\";i:2354;s:14:\"prefs-setemail\";i:2355;s:16:\"prefs-searchmisc\";i:2356;s:12:\"restoreprefs\";i:2357;s:29:\"prefs-help-recentchangescount\";i:2358;s:27:\"prefs-help-watchlist-token2\";i:2359;s:26:\"prefs-help-tokenmanagement\";i:2360;s:29:\"prefs-user-downloaddata-label\";i:2361;s:28:\"prefs-user-downloaddata-info\";i:2362;s:36:\"prefs-user-downloaddata-help-message\";i:2363;s:29:\"prefs-user-restoreprefs-label\";i:2364;s:28:\"prefs-user-restoreprefs-info\";i:2365;s:11:\"savedrights\";i:2366;s:24:\"timezoneuseserverdefault\";i:2367;s:30:\"timezone-useoffset-placeholder\";i:2368;s:27:\"email-allow-new-users-label\";i:2369;s:20:\"email-mutelist-label\";i:2370;s:17:\"prefs-custom-json\";i:2371;s:19:\"prefs-common-config\";i:2372;s:17:\"prefs-reset-intro\";i:2373;s:19:\"prefs-reset-confirm\";i:2374;s:25:\"prefs-memberingroups-type\";i:2375;s:33:\"group-membership-link-with-expiry\";i:2376;s:28:\"prefs-registration-date-time\";i:2377;s:18:\"prefs-help-variant\";i:2378;s:20:\"prefs-help-signature\";i:2379;s:10:\"badsightml\";i:2380;s:11:\"badsiglinks\";i:2381;s:11:\"badsigsubst\";i:2382;s:15:\"badsiglinebreak\";i:2383;s:29:\"linterror-bogus-image-options\";i:2384;s:29:\"linterror-deletable-table-tag\";i:2385;s:26:\"linterror-html5-misnesting\";i:2386;s:38:\"linterror-misc-tidy-replacement-issues\";i:2387;s:23:\"linterror-misnested-tag\";i:2388;s:25:\"linterror-missing-end-tag\";i:2389;s:28:\"linterror-multi-colon-escape\";i:2390;s:38:\"linterror-multiline-html-table-in-list\";i:2391;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:2392;s:22:\"linterror-obsolete-tag\";i:2393;s:30:\"linterror-pwrap-bug-workaround\";i:2394;s:25:\"linterror-self-closed-tag\";i:2395;s:22:\"linterror-stripped-tag\";i:2396;s:23:\"linterror-tidy-font-bug\";i:2397;s:29:\"linterror-tidy-whitespace-bug\";i:2398;s:36:\"linterror-unclosed-quotes-in-heading\";i:2399;s:15:\"gender-notknown\";i:2400;s:17:\"prefs-help-gender\";i:2401;s:23:\"prefs-help-email-others\";i:2402;s:23:\"prefs-help-requireemail\";i:2403;s:10:\"prefs-i18n\";i:2404;s:31:\"prefs-signature-invalid-warning\";i:2405;s:27:\"prefs-signature-invalid-new\";i:2406;s:32:\"prefs-signature-invalid-disallow\";i:2407;s:31:\"prefs-signature-highlight-error\";i:2408;s:29:\"prefs-signature-error-details\";i:2409;s:16:\"prefs-timeoffset\";i:2410;s:20:\"prefs-developertools\";i:2411;s:12:\"prefs-editor\";i:2412;s:16:\"prefs-discussion\";i:2413;s:13:\"prefs-preview\";i:2414;s:22:\"prefs-displaywatchlist\";i:2415;s:15:\"prefs-changesrc\";i:2416;s:22:\"prefs-changeswatchlist\";i:2417;s:20:\"prefs-pageswatchlist\";i:2418;s:20:\"prefs-tokenwatchlist\";i:2419;s:23:\"prefs-help-prefershttps\";i:2420;s:26:\"prefs-tabs-navigation-hint\";i:2421;s:18:\"userrights-summary\";i:2422;s:17:\"viewinguserrights\";i:2423;s:24:\"userrights-viewusergroup\";i:2424;s:28:\"userrights-groupsmember-auto\";i:2425;s:28:\"userrights-groupsmember-type\";i:2426;s:21:\"userrights-systemuser\";i:2427;s:30:\"userrights-irreversible-marker\";i:2428;s:35:\"userrights-no-shorten-expiry-marker\";i:2429;s:25:\"userrights-expiry-current\";i:2430;s:22:\"userrights-expiry-none\";i:2431;s:17:\"userrights-expiry\";i:2432;s:26:\"userrights-expiry-existing\";i:2433;s:27:\"userrights-expiry-othertime\";i:2434;s:25:\"userrights-expiry-options\";i:2435;s:25:\"userrights-invalid-expiry\";i:2436;s:25:\"userrights-expiry-in-past\";i:2437;s:32:\"userrights-cannot-shorten-expiry\";i:2438;s:19:\"userrights-conflict\";i:2439;s:11:\"group-named\";i:2440;s:21:\"group-interface-admin\";i:2441;s:14:\"group-suppress\";i:2442;s:28:\"group-interface-admin-member\";i:2443;s:21:\"group-suppress-member\";i:2444;s:15:\"grouppage-named\";i:2445;s:25:\"grouppage-interface-admin\";i:2446;s:18:\"grouppage-suppress\";i:2447;s:23:\"right-autocreateaccount\";i:2448;s:24:\"right-move-rootuserpages\";i:2449;s:24:\"right-move-categorypages\";i:2450;s:22:\"right-suppressredirect\";i:2451;s:14:\"right-reupload\";i:2452;s:18:\"right-reupload-own\";i:2453;s:21:\"right-reupload-shared\";i:2454;s:19:\"right-upload_by_url\";i:2455;s:11:\"right-purge\";i:2456;s:9:\"right-bot\";i:2457;s:20:\"right-nominornewtalk\";i:2458;s:19:\"right-apihighlimits\";i:2459;s:14:\"right-writeapi\";i:2460;s:21:\"right-delete-redirect\";i:2461;s:20:\"right-deletelogentry\";i:2462;s:20:\"right-deletedhistory\";i:2463;s:17:\"right-deletedtext\";i:2464;s:20:\"right-viewsuppressed\";i:2465;s:14:\"right-hideuser\";i:2466;s:20:\"right-ipblock-exempt\";i:2467;s:17:\"right-unblockself\";i:2468;s:19:\"right-editprotected\";i:2469;s:23:\"right-editsemiprotected\";i:2470;s:22:\"right-editcontentmodel\";i:2471;s:19:\"right-editinterface\";i:2472;s:17:\"right-editusercss\";i:2473;s:18:\"right-edituserjson\";i:2474;s:16:\"right-edituserjs\";i:2475;s:17:\"right-editsitecss\";i:2476;s:18:\"right-editsitejson\";i:2477;s:16:\"right-editsitejs\";i:2478;s:19:\"right-editmyusercss\";i:2479;s:20:\"right-editmyuserjson\";i:2480;s:18:\"right-editmyuserjs\";i:2481;s:26:\"right-editmyuserjsredirect\";i:2482;s:21:\"right-viewmywatchlist\";i:2483;s:21:\"right-editmywatchlist\";i:2484;s:23:\"right-viewmyprivateinfo\";i:2485;s:23:\"right-editmyprivateinfo\";i:2486;s:19:\"right-editmyoptions\";i:2487;s:17:\"right-noratelimit\";i:2488;s:18:\"right-importupload\";i:2489;s:17:\"right-patrolmarks\";i:2490;s:20:\"right-unwatchedpages\";i:2491;s:26:\"right-userrights-interwiki\";i:2492;s:15:\"right-siteadmin\";i:2493;s:27:\"right-override-export-depth\";i:2494;s:22:\"right-managechangetags\";i:2495;s:21:\"right-applychangetags\";i:2496;s:16:\"right-changetags\";i:2497;s:22:\"right-deletechangetags\";i:2498;s:13:\"grant-generic\";i:2499;s:28:\"grant-group-page-interaction\";i:2500;s:28:\"grant-group-file-interaction\";i:2501;s:33:\"grant-group-watchlist-interaction\";i:2502;s:17:\"grant-group-email\";i:2503;s:23:\"grant-group-high-volume\";i:2504;s:25:\"grant-group-customization\";i:2505;s:26:\"grant-group-administration\";i:2506;s:31:\"grant-group-private-information\";i:2507;s:17:\"grant-group-other\";i:2508;s:16:\"grant-blockusers\";i:2509;s:19:\"grant-createaccount\";i:2510;s:24:\"grant-createeditmovepage\";i:2511;s:12:\"grant-delete\";i:2512;s:19:\"grant-editinterface\";i:2513;s:17:\"grant-editmycssjs\";i:2514;s:19:\"grant-editmyoptions\";i:2515;s:21:\"grant-editmywatchlist\";i:2516;s:20:\"grant-editsiteconfig\";i:2517;s:14:\"grant-editpage\";i:2518;s:19:\"grant-editprotected\";i:2519;s:16:\"grant-highvolume\";i:2520;s:12:\"grant-import\";i:2521;s:18:\"grant-mergehistory\";i:2522;s:15:\"grant-oversight\";i:2523;s:12:\"grant-patrol\";i:2524;s:17:\"grant-privateinfo\";i:2525;s:13:\"grant-protect\";i:2526;s:14:\"grant-rollback\";i:2527;s:15:\"grant-sendemail\";i:2528;s:24:\"grant-uploadeditmovefile\";i:2529;s:16:\"grant-uploadfile\";i:2530;s:11:\"grant-basic\";i:2531;s:17:\"grant-viewdeleted\";i:2532;s:21:\"grant-viewmywatchlist\";i:2533;s:24:\"grant-viewrestrictedlogs\";i:2534;s:24:\"action-autocreateaccount\";i:2535;s:14:\"action-history\";i:2536;s:25:\"action-move-rootuserpages\";i:2537;s:25:\"action-move-categorypages\";i:2538;s:15:\"action-reupload\";i:2539;s:22:\"action-reupload-shared\";i:2540;s:20:\"action-upload_by_url\";i:2541;s:15:\"action-writeapi\";i:2542;s:22:\"action-delete-redirect\";i:2543;s:21:\"action-deletelogentry\";i:2544;s:18:\"action-deletedtext\";i:2545;s:15:\"action-rollback\";i:2546;s:19:\"action-importupload\";i:2547;s:21:\"action-unwatchedpages\";i:2548;s:27:\"action-userrights-interwiki\";i:2549;s:16:\"action-siteadmin\";i:2550;s:20:\"action-editmyoptions\";i:2551;s:22:\"action-editmywatchlist\";i:2552;s:22:\"action-viewmywatchlist\";i:2553;s:24:\"action-viewmyprivateinfo\";i:2554;s:24:\"action-editmyprivateinfo\";i:2555;s:23:\"action-editcontentmodel\";i:2556;s:23:\"action-managechangetags\";i:2557;s:22:\"action-applychangetags\";i:2558;s:17:\"action-changetags\";i:2559;s:23:\"action-deletechangetags\";i:2560;s:12:\"action-purge\";i:2561;s:20:\"action-apihighlimits\";i:2562;s:20:\"action-autoconfirmed\";i:2563;s:16:\"action-bigdelete\";i:2564;s:17:\"action-blockemail\";i:2565;s:10:\"action-bot\";i:2566;s:20:\"action-editprotected\";i:2567;s:24:\"action-editsemiprotected\";i:2568;s:20:\"action-editinterface\";i:2569;s:18:\"action-editusercss\";i:2570;s:19:\"action-edituserjson\";i:2571;s:17:\"action-edituserjs\";i:2572;s:18:\"action-editsitecss\";i:2573;s:19:\"action-editsitejson\";i:2574;s:17:\"action-editsitejs\";i:2575;s:20:\"action-editmyusercss\";i:2576;s:21:\"action-editmyuserjson\";i:2577;s:19:\"action-editmyuserjs\";i:2578;s:27:\"action-editmyuserjsredirect\";i:2579;s:21:\"action-viewsuppressed\";i:2580;s:15:\"action-hideuser\";i:2581;s:21:\"action-ipblock-exempt\";i:2582;s:18:\"action-unblockself\";i:2583;s:18:\"action-noratelimit\";i:2584;s:19:\"action-reupload-own\";i:2585;s:21:\"action-nominornewtalk\";i:2586;s:19:\"action-markbotedits\";i:2587;s:18:\"action-patrolmarks\";i:2588;s:28:\"action-override-export-depth\";i:2589;s:23:\"action-suppressredirect\";i:2590;s:6:\"ntimes\";i:2591;s:27:\"enhancedrc-since-last-visit\";i:2592;s:18:\"enhancedrc-history\";i:2593;s:17:\"recentchanges-url\";i:2594;s:17:\"recentchangestext\";i:2595;s:21:\"recentchanges-timeout\";i:2596;s:21:\"recentchanges-network\";i:2597;s:26:\"recentchanges-notargetpage\";i:2598;s:29:\"recentchanges-label-plusminus\";i:2599;s:28:\"recentchanges-legend-heading\";i:2600;s:26:\"recentchanges-legend-minor\";i:2601;s:24:\"recentchanges-legend-bot\";i:2602;s:32:\"recentchanges-legend-unpatrolled\";i:2603;s:30:\"recentchanges-legend-plusminus\";i:2604;s:36:\"recentchanges-legend-watchlistexpiry\";i:2605;s:20:\"recentchanges-submit\";i:2606;s:20:\"rcfilters-tag-remove\";i:2607;s:24:\"rcfilters-legend-heading\";i:2608;s:28:\"rcfilters-other-review-tools\";i:2609;s:31:\"rcfilters-group-results-by-page\";i:2610;s:23:\"rcfilters-activefilters\";i:2611;s:28:\"rcfilters-activefilters-hide\";i:2612;s:28:\"rcfilters-activefilters-show\";i:2613;s:36:\"rcfilters-activefilters-hide-tooltip\";i:2614;s:36:\"rcfilters-activefilters-show-tooltip\";i:2615;s:25:\"rcfilters-advancedfilters\";i:2616;s:21:\"rcfilters-limit-title\";i:2617;s:30:\"rcfilters-limit-and-date-label\";i:2618;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2619;s:26:\"rcfilters-date-popup-title\";i:2620;s:20:\"rcfilters-days-title\";i:2621;s:21:\"rcfilters-hours-title\";i:2622;s:24:\"rcfilters-days-show-days\";i:2623;s:25:\"rcfilters-days-show-hours\";i:2624;s:34:\"rcfilters-highlighted-filters-list\";i:2625;s:22:\"rcfilters-quickfilters\";i:2626;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2627;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2628;s:35:\"rcfilters-savedqueries-defaultlabel\";i:2629;s:29:\"rcfilters-savedqueries-rename\";i:2630;s:33:\"rcfilters-savedqueries-setdefault\";i:2631;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2632;s:29:\"rcfilters-savedqueries-remove\";i:2633;s:37:\"rcfilters-savedqueries-new-name-label\";i:2634;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2635;s:34:\"rcfilters-savedqueries-apply-label\";i:2636;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2637;s:35:\"rcfilters-savedqueries-cancel-label\";i:2638;s:36:\"rcfilters-savedqueries-add-new-title\";i:2639;s:36:\"rcfilters-savedqueries-already-saved\";i:2640;s:33:\"rcfilters-restore-default-filters\";i:2641;s:27:\"rcfilters-clear-all-filters\";i:2642;s:26:\"rcfilters-show-new-changes\";i:2643;s:28:\"rcfilters-search-placeholder\";i:2644;s:35:\"rcfilters-search-placeholder-mobile\";i:2645;s:24:\"rcfilters-invalid-filter\";i:2646;s:22:\"rcfilters-empty-filter\";i:2647;s:26:\"rcfilters-filterlist-title\";i:2648;s:30:\"rcfilters-filterlist-whatsthis\";i:2649;s:31:\"rcfilters-highlightbutton-title\";i:2650;s:29:\"rcfilters-highlightmenu-title\";i:2651;s:28:\"rcfilters-highlightmenu-help\";i:2652;s:30:\"rcfilters-filterlist-noresults\";i:2653;s:28:\"rcfilters-noresults-conflict\";i:2654;s:30:\"rcfilters-state-message-subset\";i:2655;s:36:\"rcfilters-state-message-fullcoverage\";i:2656;s:32:\"rcfilters-filtergroup-authorship\";i:2657;s:34:\"rcfilters-filter-editsbyself-label\";i:2658;s:40:\"rcfilters-filter-editsbyself-description\";i:2659;s:35:\"rcfilters-filter-editsbyother-label\";i:2660;s:41:\"rcfilters-filter-editsbyother-description\";i:2661;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2662;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2663;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2664;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2665;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2666;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:2667;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2668;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2669;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2670;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2671;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2672;s:31:\"rcfilters-filtergroup-automated\";i:2673;s:27:\"rcfilters-filter-bots-label\";i:2674;s:33:\"rcfilters-filter-bots-description\";i:2675;s:29:\"rcfilters-filter-humans-label\";i:2676;s:35:\"rcfilters-filter-humans-description\";i:2677;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2678;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2679;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2680;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2681;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2682;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2683;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2684;s:34:\"rcfilters-filtergroup-significance\";i:2685;s:28:\"rcfilters-filter-minor-label\";i:2686;s:34:\"rcfilters-filter-minor-description\";i:2687;s:28:\"rcfilters-filter-major-label\";i:2688;s:34:\"rcfilters-filter-major-description\";i:2689;s:31:\"rcfilters-filtergroup-watchlist\";i:2690;s:40:\"rcfilters-filter-watchlist-watched-label\";i:2691;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2692;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2693;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2694;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:2695;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2696;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2697;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2698;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2699;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2700;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2701;s:32:\"rcfilters-filtergroup-changetype\";i:2702;s:32:\"rcfilters-filter-pageedits-label\";i:2703;s:38:\"rcfilters-filter-pageedits-description\";i:2704;s:31:\"rcfilters-filter-newpages-label\";i:2705;s:37:\"rcfilters-filter-newpages-description\";i:2706;s:37:\"rcfilters-filter-categorization-label\";i:2707;s:43:\"rcfilters-filter-categorization-description\";i:2708;s:33:\"rcfilters-filter-logactions-label\";i:2709;s:39:\"rcfilters-filter-logactions-description\";i:2710;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2711;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2712;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2713;s:35:\"rcfilters-filter-lastrevision-label\";i:2714;s:41:\"rcfilters-filter-lastrevision-description\";i:2715;s:39:\"rcfilters-filter-previousrevision-label\";i:2716;s:45:\"rcfilters-filter-previousrevision-description\";i:2717;s:25:\"rcfilters-filter-excluded\";i:2718;s:30:\"rcfilters-tag-prefix-namespace\";i:2719;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:2720;s:25:\"rcfilters-tag-prefix-tags\";i:2721;s:28:\"rcfilters-exclude-button-off\";i:2722;s:27:\"rcfilters-exclude-button-on\";i:2723;s:19:\"rcfilters-view-tags\";i:2724;s:33:\"rcfilters-view-namespaces-tooltip\";i:2725;s:27:\"rcfilters-view-tags-tooltip\";i:2726;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2727;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2728;s:28:\"rcfilters-liveupdates-button\";i:2729;s:37:\"rcfilters-liveupdates-button-title-on\";i:2730;s:38:\"rcfilters-liveupdates-button-title-off\";i:2731;s:35:\"rcfilters-watchlist-markseen-button\";i:2732;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2733;s:31:\"rcfilters-watchlist-showupdated\";i:2734;s:26:\"rcfilters-preference-label\";i:2735;s:25:\"rcfilters-preference-help\";i:2736;s:36:\"rcfilters-watchlist-preference-label\";i:2737;s:35:\"rcfilters-watchlist-preference-help\";i:2738;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2739;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2740;s:35:\"rcfilters-filter-showlinkedto-label\";i:2741;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2742;s:33:\"rcfilters-target-page-placeholder\";i:2743;s:27:\"rcfilters-allcontents-label\";i:2744;s:30:\"rcfilters-alldiscussions-label\";i:2745;s:15:\"rclistfromreset\";i:2746;s:20:\"rcshowhideminor-show\";i:2747;s:20:\"rcshowhideminor-hide\";i:2748;s:19:\"rcshowhidebots-show\";i:2749;s:19:\"rcshowhidebots-hide\";i:2750;s:18:\"rcshowhideliu-show\";i:2751;s:18:\"rcshowhideliu-hide\";i:2752;s:20:\"rcshowhideanons-show\";i:2753;s:20:\"rcshowhideanons-hide\";i:2754;s:19:\"rcshowhidepatr-show\";i:2755;s:19:\"rcshowhidepatr-hide\";i:2756;s:19:\"rcshowhidemine-show\";i:2757;s:19:\"rcshowhidemine-hide\";i:2758;s:24:\"rcshowhidecategorization\";i:2759;s:29:\"rcshowhidecategorization-show\";i:2760;s:29:\"rcshowhidecategorization-hide\";i:2761;s:17:\"unpatrolledletter\";i:2762;s:43:\"number-of-watching-users-for-recent-changes\";i:2763;s:14:\"rc-change-size\";i:2764;s:18:\"rc-change-size-new\";i:2765;s:36:\"recentchanges-page-added-to-category\";i:2766;s:44:\"recentchanges-page-added-to-category-bundled\";i:2767;s:40:\"recentchanges-page-removed-from-category\";i:2768;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2769;s:19:\"autochange-username\";i:2770;s:15:\"upload-tryagain\";i:2771;s:23:\"upload-tryagain-nostash\";i:2772;s:24:\"upload_directory_missing\";i:2773;s:26:\"upload_directory_read_only\";i:2774;s:14:\"upload-summary\";i:2775;s:23:\"upload-recreate-warning\";i:2776;s:12:\"uploadfooter\";i:2777;s:26:\"upload-default-description\";i:2778;s:22:\"filetype-mime-mismatch\";i:2779;s:11:\"hookaborted\";i:2780;s:25:\"windows-nonascii-filename\";i:2781;s:20:\"fileexists-no-change\";i:2782;s:28:\"fileexists-duplicate-version\";i:2783;s:30:\"file-deleted-duplicate-notitle\";i:2784;s:26:\"uploadwarning-text-nostash\";i:2785;s:13:\"uploadedimage\";i:2786;s:14:\"overwroteimage\";i:2787;s:18:\"copyuploaddisabled\";i:2788;s:22:\"php-uploaddisabledtext\";i:2789;s:14:\"uploadscripted\";i:2790;s:27:\"upload-scripted-pi-callback\";i:2791;s:19:\"upload-scripted-dtd\";i:2792;s:19:\"uploaded-script-svg\";i:2793;s:20:\"uploaded-hostile-svg\";i:2794;s:29:\"uploaded-event-handler-on-svg\";i:2795;s:27:\"uploaded-href-attribute-svg\";i:2796;s:31:\"uploaded-href-unsafe-target-svg\";i:2797;s:20:\"uploaded-animate-svg\";i:2798;s:34:\"uploaded-setting-event-handler-svg\";i:2799;s:25:\"uploaded-setting-href-svg\";i:2800;s:26:\"uploaded-wrong-setting-svg\";i:2801;s:28:\"uploaded-setting-handler-svg\";i:2802;s:23:\"uploaded-remote-url-svg\";i:2803;s:25:\"uploaded-image-filter-svg\";i:2804;s:23:\"uploadscriptednamespace\";i:2805;s:16:\"uploadinvalidxml\";i:2806;s:9:\"sourceurl\";i:2807;s:19:\"filename-thumb-name\";i:2808;s:25:\"filename-prefix-blacklist\";i:2809;s:22:\"upload-file-error-text\";i:2810;s:25:\"upload-too-many-redirects\";i:2811;s:17:\"upload-http-error\";i:2812;s:33:\"upload-copy-upload-invalid-domain\";i:2813;s:26:\"upload-foreign-cant-upload\";i:2814;s:31:\"upload-foreign-cant-load-config\";i:2815;s:22:\"upload-dialog-disabled\";i:2816;s:19:\"upload-dialog-title\";i:2817;s:27:\"upload-dialog-button-cancel\";i:2818;s:25:\"upload-dialog-button-back\";i:2819;s:25:\"upload-dialog-button-done\";i:2820;s:25:\"upload-dialog-button-save\";i:2821;s:27:\"upload-dialog-button-upload\";i:2822;s:32:\"upload-form-label-infoform-title\";i:2823;s:31:\"upload-form-label-infoform-name\";i:2824;s:39:\"upload-form-label-infoform-name-tooltip\";i:2825;s:38:\"upload-form-label-infoform-description\";i:2826;s:46:\"upload-form-label-infoform-description-tooltip\";i:2827;s:29:\"upload-form-label-usage-title\";i:2828;s:32:\"upload-form-label-usage-filename\";i:2829;s:26:\"upload-form-label-own-work\";i:2830;s:37:\"upload-form-label-infoform-categories\";i:2831;s:31:\"upload-form-label-infoform-date\";i:2832;s:48:\"upload-form-label-own-work-message-generic-local\";i:2833;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2834;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2835;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2836;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2837;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2838;s:19:\"backend-fail-stream\";i:2839;s:19:\"backend-fail-backup\";i:2840;s:19:\"backend-fail-hashes\";i:2841;s:18:\"backend-fail-sizes\";i:2842;s:20:\"backend-fail-notsame\";i:2843;s:24:\"backend-fail-invalidpath\";i:2844;s:21:\"backend-fail-describe\";i:2845;s:18:\"backend-fail-store\";i:2846;s:20:\"backend-fail-maxsize\";i:2847;s:21:\"backend-fail-readonly\";i:2848;s:19:\"backend-fail-synced\";i:2849;s:20:\"backend-fail-connect\";i:2850;s:21:\"backend-fail-internal\";i:2851;s:24:\"backend-fail-contenttype\";i:2852;s:22:\"backend-fail-batchsize\";i:2853;s:19:\"backend-fail-usable\";i:2854;s:17:\"backend-fail-stat\";i:2855;s:17:\"backend-fail-hash\";i:2856;s:21:\"lockmanager-notlocked\";i:2857;s:26:\"lockmanager-fail-closelock\";i:2858;s:27:\"lockmanager-fail-deletelock\";i:2859;s:28:\"lockmanager-fail-acquirelock\";i:2860;s:25:\"lockmanager-fail-openlock\";i:2861;s:28:\"lockmanager-fail-releaselock\";i:2862;s:26:\"lockmanager-fail-db-bucket\";i:2863;s:27:\"lockmanager-fail-db-release\";i:2864;s:28:\"lockmanager-fail-svr-acquire\";i:2865;s:28:\"lockmanager-fail-svr-release\";i:2866;s:25:\"lockmanager-fail-conflict\";i:2867;s:19:\"zip-file-open-error\";i:2868;s:16:\"zip-wrong-format\";i:2869;s:7:\"zip-bad\";i:2870;s:15:\"zip-unsupported\";i:2871;s:11:\"uploadstash\";i:2872;s:19:\"uploadstash-summary\";i:2873;s:17:\"uploadstash-clear\";i:2874;s:19:\"uploadstash-nofiles\";i:2875;s:20:\"uploadstash-badtoken\";i:2876;s:20:\"uploadstash-errclear\";i:2877;s:19:\"uploadstash-refresh\";i:2878;s:21:\"uploadstash-thumbnail\";i:2879;s:21:\"uploadstash-exception\";i:2880;s:20:\"uploadstash-bad-path\";i:2881;s:28:\"uploadstash-bad-path-invalid\";i:2882;s:33:\"uploadstash-bad-path-unknown-type\";i:2883;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2884;s:31:\"uploadstash-bad-path-no-handler\";i:2885;s:31:\"uploadstash-bad-path-bad-format\";i:2886;s:26:\"uploadstash-file-not-found\";i:2887;s:35:\"uploadstash-file-not-found-no-thumb\";i:2888;s:40:\"uploadstash-file-not-found-no-local-path\";i:2889;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2890;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2891;s:37:\"uploadstash-file-not-found-not-exists\";i:2892;s:26:\"uploadstash-file-too-large\";i:2893;s:25:\"uploadstash-not-logged-in\";i:2894;s:23:\"uploadstash-wrong-owner\";i:2895;s:23:\"uploadstash-no-such-key\";i:2896;s:23:\"uploadstash-zero-length\";i:2897;s:20:\"invalid-chunk-offset\";i:2898;s:21:\"img-auth-accessdenied\";i:2899;s:17:\"img-auth-notindir\";i:2900;s:17:\"img-auth-badtitle\";i:2901;s:14:\"img-auth-isdir\";i:2902;s:18:\"img-auth-streaming\";i:2903;s:15:\"img-auth-public\";i:2904;s:15:\"img-auth-noread\";i:2905;s:16:\"http-invalid-url\";i:2906;s:19:\"http-invalid-scheme\";i:2907;s:18:\"http-request-error\";i:2908;s:15:\"http-read-error\";i:2909;s:14:\"http-timed-out\";i:2910;s:15:\"http-curl-error\";i:2911;s:15:\"http-bad-status\";i:2912;s:19:\"http-internal-error\";i:2913;s:8:\"licenses\";i:2914;s:13:\"licenses-edit\";i:2915;s:16:\"listfiles-delete\";i:2916;s:17:\"listfiles-summary\";i:2917;s:26:\"listfiles-userdoesnotexist\";i:2918;s:17:\"listfiles_subpage\";i:2919;s:18:\"listfiles-show-all\";i:2920;s:23:\"listfiles-latestversion\";i:2921;s:27:\"listfiles-latestversion-yes\";i:2922;s:26:\"listfiles-latestversion-no\";i:2923;s:17:\"linkstoimage-more\";i:2924;s:21:\"linkstoimage-redirect\";i:2925;s:23:\"sharedupload-desc-there\";i:2926;s:22:\"sharedupload-desc-edit\";i:2927;s:24:\"sharedupload-desc-create\";i:2928;s:24:\"shareddescriptionfollows\";i:2929;s:11:\"shared-repo\";i:2930;s:33:\"shared-repo-name-wikimediacommons\";i:2931;s:12:\"filepage.css\";i:2932;s:22:\"upload-disallowed-here\";i:2933;s:16:\"filerevert-intro\";i:2934;s:21:\"filerevert-badversion\";i:2935;s:20:\"filerevert-identical\";i:2936;s:21:\"filedelete-nofile-old\";i:2937;s:35:\"filedelete-reason-dropdown-suppress\";i:2938;s:35:\"filedelete-edit-reasonlist-suppress\";i:2939;s:22:\"filedelete-maintenance\";i:2940;s:28:\"filedelete-maintenance-title\";i:2941;s:18:\"mimesearch-summary\";i:2942;s:22:\"unwatchedpages-summary\";i:2943;s:21:\"listredirects-summary\";i:2944;s:19:\"listduplicatedfiles\";i:2945;s:27:\"listduplicatedfiles-summary\";i:2946;s:25:\"listduplicatedfiles-entry\";i:2947;s:23:\"unusedtemplates-summary\";i:2948;s:14:\"randompage-url\";i:2949;s:16:\"randomincategory\";i:2950;s:32:\"randomincategory-invalidcategory\";i:2951;s:24:\"randomincategory-nopages\";i:2952;s:25:\"randomincategory-category\";i:2953;s:23:\"randomincategory-legend\";i:2954;s:23:\"randomincategory-submit\";i:2955;s:18:\"statistics-summary\";i:2956;s:23:\"statistics-header-hooks\";i:2957;s:24:\"statistics-articles-desc\";i:2958;s:21:\"statistics-files-desc\";i:2959;s:24:\"statistics-edits-average\";i:2960;s:17:\"statistics-footer\";i:2961;s:13:\"pageswithprop\";i:2962;s:21:\"pageswithprop-summary\";i:2963;s:20:\"pageswithprop-legend\";i:2964;s:18:\"pageswithprop-text\";i:2965;s:18:\"pageswithprop-prop\";i:2966;s:21:\"pageswithprop-reverse\";i:2967;s:25:\"pageswithprop-sortbyvalue\";i:2968;s:20:\"pageswithprop-submit\";i:2969;s:29:\"pageswithprop-prophidden-long\";i:2970;s:31:\"pageswithprop-prophidden-binary\";i:2971;s:23:\"doubleredirects-summary\";i:2972;s:33:\"double-redirect-fixed-maintenance\";i:2973;s:23:\"brokenredirects-summary\";i:2974;s:29:\"brokenredirects-delete-reason\";i:2975;s:23:\"fewestrevisions-summary\";i:2976;s:11:\"ninterwikis\";i:2977;s:15:\"nmemberschanged\";i:2978;s:19:\"lonelypages-summary\";i:2979;s:26:\"uncategorizedpages-summary\";i:2980;s:31:\"uncategorizedcategories-summary\";i:2981;s:27:\"uncategorizedimages-summary\";i:2982;s:30:\"uncategorizedtemplates-summary\";i:2983;s:38:\"uncategorized-categories-exceptionlist\";i:2984;s:24:\"unusedcategories-summary\";i:2985;s:20:\"unusedimages-summary\";i:2986;s:24:\"wantedcategories-summary\";i:2987;s:19:\"wantedpages-summary\";i:2988;s:20:\"wantedpages-badtitle\";i:2989;s:19:\"wantedfiles-summary\";i:2990;s:18:\"wantedfiletext-cat\";i:2991;s:28:\"wantedfiletext-cat-noforeign\";i:2992;s:20:\"wantedfiletext-nocat\";i:2993;s:30:\"wantedfiletext-nocat-noforeign\";i:2994;s:23:\"wantedtemplates-summary\";i:2995;s:18:\"mostlinked-summary\";i:2996;s:28:\"mostlinkedcategories-summary\";i:2997;s:27:\"mostlinkedtemplates-summary\";i:2998;s:22:\"mostcategories-summary\";i:2999;s:18:\"mostimages-summary\";i:3000;s:14:\"mostinterwikis\";i:3001;s:22:\"mostinterwikis-summary\";i:3002;s:21:\"mostrevisions-summary\";i:3003;s:21:\"prefixindex-namespace\";i:3004;s:19:\"prefixindex-summary\";i:3005;s:18:\"prefixindex-submit\";i:3006;s:17:\"prefixindex-strip\";i:3007;s:18:\"shortpages-summary\";i:3008;s:17:\"longpages-summary\";i:3009;s:20:\"deadendpages-summary\";i:3010;s:22:\"protectedpages-filters\";i:3011;s:20:\"protectedpages-indef\";i:3012;s:22:\"protectedpages-summary\";i:3013;s:22:\"protectedpages-cascade\";i:3014;s:25:\"protectedpages-noredirect\";i:3015;s:32:\"cachedspecial-viewing-cached-ttl\";i:3016;s:24:\"protectedpages-timestamp\";i:3017;s:19:\"protectedpages-page\";i:3018;s:21:\"protectedpages-expiry\";i:3019;s:24:\"protectedpages-performer\";i:3020;s:21:\"protectedpages-params\";i:3021;s:21:\"protectedpages-reason\";i:3022;s:21:\"protectedpages-submit\";i:3023;s:32:\"protectedpages-unknown-timestamp\";i:3024;s:32:\"protectedpages-unknown-performer\";i:3025;s:29:\"protectedpages-unknown-reason\";i:3026;s:23:\"protectedtitles-summary\";i:3027;s:22:\"protectedtitles-submit\";i:3028;s:17:\"listusers-summary\";i:3029;s:29:\"listusers-temporarygroupsonly\";i:3030;s:22:\"listusers-creationsort\";i:3031;s:14:\"listusers-desc\";i:3032;s:16:\"newpages-summary\";i:3033;s:15:\"newpages-submit\";i:3034;s:20:\"ancientpages-summary\";i:3035;s:37:\"unusedimagestext-categorizedimgisused\";i:3036;s:8:\"suppress\";i:3037;s:18:\"querypage-disabled\";i:3038;s:7:\"apihelp\";i:3039;s:15:\"apihelp-summary\";i:3040;s:22:\"apihelp-no-such-module\";i:3041;s:12:\"apihelp-link\";i:3042;s:10:\"apisandbox\";i:3043;s:18:\"apisandbox-summary\";i:3044;s:17:\"apisandbox-jsonly\";i:3045;s:16:\"apisandbox-intro\";i:3046;s:17:\"apisandbox-submit\";i:3047;s:16:\"apisandbox-reset\";i:3048;s:16:\"apisandbox-retry\";i:3049;s:18:\"apisandbox-loading\";i:3050;s:21:\"apisandbox-load-error\";i:3051;s:24:\"apisandbox-no-parameters\";i:3052;s:19:\"apisandbox-helpurls\";i:3053;s:29:\"apisandbox-dynamic-parameters\";i:3054;s:39:\"apisandbox-dynamic-parameters-add-label\";i:3055;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:3056;s:31:\"apisandbox-dynamic-error-exists\";i:3057;s:37:\"apisandbox-templated-parameter-reason\";i:3058;s:32:\"apisandbox-deprecated-parameters\";i:3059;s:22:\"apisandbox-fetch-token\";i:3060;s:20:\"apisandbox-add-multi\";i:3061;s:38:\"apisandbox-submit-invalid-fields-title\";i:3062;s:40:\"apisandbox-submit-invalid-fields-message\";i:3063;s:26:\"apisandbox-sending-request\";i:3064;s:26:\"apisandbox-loading-results\";i:3065;s:24:\"apisandbox-results-error\";i:3066;s:35:\"apisandbox-results-login-suppressed\";i:3067;s:37:\"apisandbox-request-selectformat-label\";i:3068;s:35:\"apisandbox-request-format-url-label\";i:3069;s:28:\"apisandbox-request-url-label\";i:3070;s:36:\"apisandbox-request-format-json-label\";i:3071;s:29:\"apisandbox-request-json-label\";i:3072;s:35:\"apisandbox-request-format-php-label\";i:3073;s:28:\"apisandbox-request-php-label\";i:3074;s:23:\"apisandbox-request-time\";i:3075;s:27:\"apisandbox-results-fixtoken\";i:3076;s:32:\"apisandbox-results-fixtoken-fail\";i:3077;s:21:\"apisandbox-alert-page\";i:3078;s:22:\"apisandbox-alert-field\";i:3079;s:19:\"apisandbox-continue\";i:3080;s:25:\"apisandbox-continue-clear\";i:3081;s:24:\"apisandbox-continue-help\";i:3082;s:22:\"apisandbox-param-limit\";i:3083;s:36:\"apisandbox-multivalue-all-namespaces\";i:3084;s:32:\"apisandbox-multivalue-all-values\";i:3085;s:19:\"booksources-summary\";i:3086;s:18:\"booksources-search\";i:3087;s:24:\"booksources-invalid-isbn\";i:3088;s:22:\"magiclink-tracking-rfc\";i:3089;s:27:\"magiclink-tracking-rfc-desc\";i:3090;s:23:\"magiclink-tracking-pmid\";i:3091;s:28:\"magiclink-tracking-pmid-desc\";i:3092;s:23:\"magiclink-tracking-isbn\";i:3093;s:28:\"magiclink-tracking-isbn-desc\";i:3094;s:6:\"rfcurl\";i:3095;s:9:\"pubmedurl\";i:3096;s:20:\"logeventslist-submit\";i:3097;s:26:\"logeventslist-more-filters\";i:3098;s:24:\"logeventslist-patrol-log\";i:3099;s:21:\"logeventslist-tag-log\";i:3100;s:26:\"logeventslist-newusers-log\";i:3101;s:26:\"showhideselectedlogentries\";i:3102;s:13:\"log-edit-tags\";i:3103;s:15:\"checkbox-select\";i:3104;s:12:\"checkbox-all\";i:3105;s:13:\"checkbox-none\";i:3106;s:15:\"checkbox-invert\";i:3107;s:16:\"allpages-summary\";i:3108;s:16:\"allpagesbadtitle\";i:3109;s:23:\"allpages-hide-redirects\";i:3110;s:18:\"categories-summary\";i:3111;s:17:\"categories-submit\";i:3112;s:14:\"categoriesfrom\";i:3113;s:28:\"deletedcontributions-summary\";i:3114;s:18:\"linksearch-summary\";i:3115;s:14:\"linksearch-pat\";i:3116;s:15:\"linksearch-text\";i:3117;s:16:\"linksearch-error\";i:3118;s:19:\"activeusers-summary\";i:3119;s:16:\"activeusers-from\";i:3120;s:18:\"activeusers-groups\";i:3121;s:25:\"activeusers-excludegroups\";i:3122;s:18:\"activeusers-submit\";i:3123;s:23:\"listgrouprights-summary\";i:3124;s:19:\"listgrouprights-key\";i:3125;s:24:\"listgrouprights-helppage\";i:3126;s:29:\"listgrouprights-right-display\";i:3127;s:29:\"listgrouprights-right-revoked\";i:3128;s:24:\"listgrouprights-addgroup\";i:3129;s:27:\"listgrouprights-removegroup\";i:3130;s:28:\"listgrouprights-addgroup-all\";i:3131;s:31:\"listgrouprights-removegroup-all\";i:3132;s:29:\"listgrouprights-addgroup-self\";i:3133;s:32:\"listgrouprights-removegroup-self\";i:3134;s:33:\"listgrouprights-addgroup-self-all\";i:3135;s:36:\"listgrouprights-removegroup-self-all\";i:3136;s:42:\"listgrouprights-namespaceprotection-header\";i:3137;s:45:\"listgrouprights-namespaceprotection-namespace\";i:3138;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:3139;s:10:\"listgrants\";i:3140;s:18:\"listgrants-summary\";i:3141;s:16:\"listgrants-grant\";i:3142;s:17:\"listgrants-rights\";i:3143;s:24:\"listgrants-grant-display\";i:3144;s:18:\"trackingcategories\";i:3145;s:26:\"trackingcategories-summary\";i:3146;s:22:\"trackingcategories-msg\";i:3147;s:23:\"trackingcategories-name\";i:3148;s:23:\"trackingcategories-desc\";i:3149;s:31:\"restricted-displaytitle-ignored\";i:3150;s:36:\"restricted-displaytitle-ignored-desc\";i:3151;s:20:\"nonnumeric-formatnum\";i:3152;s:25:\"nonnumeric-formatnum-desc\";i:3153;s:21:\"noindex-category-desc\";i:3154;s:19:\"index-category-desc\";i:3155;s:44:\"post-expand-template-inclusion-category-desc\";i:3156;s:43:\"post-expand-template-argument-category-desc\";i:3157;s:38:\"expensive-parserfunction-category-desc\";i:3158;s:25:\"broken-file-category-desc\";i:3159;s:29:\"hidden-category-category-desc\";i:3160;s:25:\"trackingcategories-nodesc\";i:3161;s:27:\"trackingcategories-disabled\";i:3162;s:17:\"emailuser-summary\";i:3163;s:16:\"usermaildisabled\";i:3164;s:15:\"emailuserfooter\";i:3165;s:19:\"usermessage-summary\";i:3166;s:18:\"usermessage-editor\";i:3167;s:20:\"usermessage-template\";i:3168;s:17:\"watchlist-summary\";i:3169;s:21:\"watchlistnotwatchable\";i:3170;s:8:\"addwatch\";i:3171;s:15:\"updatewatchlist\";i:3172;s:19:\"addedwatchtext-talk\";i:3173;s:20:\"addedwatchtext-short\";i:3174;s:30:\"addedwatchexpiry-options-label\";i:3175;s:21:\"addedwatchexpiryhours\";i:3176;s:26:\"addedwatchexpiryhours-talk\";i:3177;s:20:\"addedwatchexpirytext\";i:3178;s:25:\"addedwatchexpirytext-talk\";i:3179;s:26:\"addedwatchindefinitelytext\";i:3180;s:31:\"addedwatchindefinitelytext-talk\";i:3181;s:11:\"removewatch\";i:3182;s:21:\"removedwatchtext-talk\";i:3183;s:22:\"removedwatchtext-short\";i:3184;s:26:\"watchlist-expiry-days-left\";i:3185;s:33:\"watchlist-expiring-days-full-text\";i:3186;s:27:\"watchlist-expiry-hours-left\";i:3187;s:34:\"watchlist-expiring-hours-full-text\";i:3188;s:14:\"watchlist-hide\";i:3189;s:16:\"watchlist-submit\";i:3190;s:10:\"wlshowtime\";i:3191;s:15:\"wlshowhideminor\";i:3192;s:14:\"wlshowhidebots\";i:3193;s:13:\"wlshowhideliu\";i:3194;s:15:\"wlshowhideanons\";i:3195;s:14:\"wlshowhidepatr\";i:3196;s:14:\"wlshowhidemine\";i:3197;s:24:\"wlshowhidecategorization\";i:3198;s:17:\"watchlist-unwatch\";i:3199;s:22:\"watchlist-unwatch-undo\";i:3200;s:22:\"enotif_subject_deleted\";i:3201;s:22:\"enotif_subject_created\";i:3202;s:20:\"enotif_subject_moved\";i:3203;s:23:\"enotif_subject_restored\";i:3204;s:22:\"enotif_subject_changed\";i:3205;s:25:\"enotif_body_intro_deleted\";i:3206;s:25:\"enotif_body_intro_created\";i:3207;s:23:\"enotif_body_intro_moved\";i:3208;s:26:\"enotif_body_intro_restored\";i:3209;s:25:\"enotif_body_intro_changed\";i:3210;s:16:\"enotif_minoredit\";i:3211;s:21:\"deletepage-deletetalk\";i:3212;s:26:\"delete-talk-summary-prefix\";i:3213;s:20:\"historyaction-submit\";i:3214;s:25:\"deleted-page-and-talkpage\";i:3215;s:15:\"log-name-create\";i:3216;s:22:\"log-description-create\";i:3217;s:22:\"logentry-create-create\";i:3218;s:30:\"deletereason-dropdown-suppress\";i:3219;s:31:\"delete-edit-reasonlist-suppress\";i:3220;s:13:\"delete-toobig\";i:3221;s:23:\"delete-toomanyrevisions\";i:3222;s:21:\"delete-warning-toobig\";i:3223;s:35:\"delete-error-associated-alreadytalk\";i:3224;s:36:\"delete-error-associated-doesnotexist\";i:3225;s:15:\"deleteprotected\";i:3226;s:26:\"deleting-backlinks-warning\";i:3227;s:25:\"deleting-subpages-warning\";i:3228;s:34:\"deleting-talkpage-subpages-warning\";i:3229;s:29:\"rollback-confirmation-confirm\";i:3230;s:25:\"rollback-confirmation-yes\";i:3231;s:24:\"rollback-confirmation-no\";i:3232;s:17:\"rollbacklinkcount\";i:3233;s:26:\"rollbacklinkcount-morethan\";i:3234;s:21:\"rollback-missingparam\";i:3235;s:24:\"rollback-missingrevision\";i:3236;s:15:\"revertpage-anon\";i:3237;s:17:\"revertpage-nouser\";i:3238;s:20:\"sessionfailure-title\";i:3239;s:14:\"sessionfailure\";i:3240;s:18:\"changecontentmodel\";i:3241;s:25:\"changecontentmodel-legend\";i:3242;s:30:\"changecontentmodel-title-label\";i:3243;s:32:\"changecontentmodel-current-label\";i:3244;s:30:\"changecontentmodel-model-label\";i:3245;s:31:\"changecontentmodel-reason-label\";i:3246;s:25:\"changecontentmodel-submit\";i:3247;s:32:\"changecontentmodel-success-title\";i:3248;s:31:\"changecontentmodel-success-text\";i:3249;s:33:\"changecontentmodel-cannot-convert\";i:3250;s:34:\"changecontentmodel-nodirectediting\";i:3251;s:36:\"changecontentmodel-emptymodels-title\";i:3252;s:35:\"changecontentmodel-emptymodels-text\";i:3253;s:21:\"log-name-contentmodel\";i:3254;s:28:\"log-description-contentmodel\";i:3255;s:25:\"logentry-contentmodel-new\";i:3256;s:28:\"logentry-contentmodel-change\";i:3257;s:39:\"logentry-contentmodel-change-revertlink\";i:3258;s:35:\"logentry-contentmodel-change-revert\";i:3259;s:16:\"protectedarticle\";i:3260;s:25:\"modifiedarticleprotection\";i:3261;s:18:\"unprotectedarticle\";i:3262;s:22:\"movedarticleprotection\";i:3263;s:24:\"protectedarticle-comment\";i:3264;s:33:\"modifiedarticleprotection-comment\";i:3265;s:26:\"unprotectedarticle-comment\";i:3266;s:24:\"protect-title-notallowed\";i:3267;s:26:\"protect-badnamespace-title\";i:3268;s:31:\"protect-norestrictiontypes-text\";i:3269;s:32:\"protect-norestrictiontypes-title\";i:3270;s:27:\"protect-unchain-permissions\";i:3271;s:20:\"protect-summary-desc\";i:3272;s:23:\"protect-existing-expiry\";i:3273;s:32:\"protect-existing-expiry-infinity\";i:3274;s:16:\"protect-dropdown\";i:3275;s:18:\"restriction-create\";i:3276;s:18:\"restriction-upload\";i:3277;s:17:\"restriction-blank\";i:3278;s:16:\"undelete-summary\";i:3279;s:17:\"undeletepagetitle\";i:3280;s:14:\"undeleterevdel\";i:3281;s:24:\"undeleterevision-missing\";i:3282;s:32:\"undeleterevision-duplicate-revid\";i:3283;s:21:\"undelete-undeletetalk\";i:3284;s:21:\"undelete-search-title\";i:3285;s:20:\"undelete-search-full\";i:3286;s:22:\"undelete-bad-store-key\";i:3287;s:22:\"undelete-cleanup-error\";i:3288;s:28:\"undelete-missing-filearchive\";i:3289;s:28:\"undelete-talk-summary-prefix\";i:3290;s:14:\"undelete-error\";i:3291;s:37:\"undelete-error-associated-alreadytalk\";i:3292;s:36:\"undelete-error-associated-notdeleted\";i:3293;s:26:\"undelete-show-file-confirm\";i:3294;s:22:\"undelete-revision-row2\";i:3295;s:21:\"undelete-back-to-list\";i:3296;s:14:\"tooltip-invert\";i:3297;s:28:\"tooltip-whatlinkshere-invert\";i:3298;s:21:\"namespace_association\";i:3299;s:29:\"tooltip-namespace_association\";i:3300;s:13:\"contributions\";i:3301;s:21:\"contributions-summary\";i:3302;s:12:\"anoncontribs\";i:3303;s:22:\"contributions-subtitle\";i:3304;s:30:\"contributions-userdoesnotexist\";i:3305;s:32:\"negative-namespace-not-supported\";i:3306;s:4:\"date\";i:3307;s:28:\"sp-contributions-suppresslog\";i:3308;s:39:\"sp-contributions-blocked-notice-partial\";i:3309;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:3310;s:24:\"sp-contributions-newonly\";i:3311;s:26:\"sp-contributions-hideminor\";i:3312;s:24:\"sp-contributions-explain\";i:3313;s:23:\"sp-contributions-footer\";i:3314;s:28:\"sp-contributions-footer-anon\";i:3315;s:34:\"sp-contributions-footer-anon-range\";i:3316;s:27:\"sp-contributions-outofrange\";i:3317;s:33:\"sp-contributions-concurrency-user\";i:3318;s:31:\"sp-contributions-concurrency-ip\";i:3319;s:19:\"whatlinkshere-count\";i:3320;s:21:\"whatlinkshere-summary\";i:3321;s:26:\"whatlinkshere-sectionredir\";i:3322;s:20:\"whatlinkshere-submit\";i:3323;s:15:\"unblock-summary\";i:3324;s:13:\"changeblockip\";i:3325;s:13:\"ipb-hardblock\";i:3326;s:11:\"ipbhidename\";i:3327;s:12:\"ipbwatchuser\";i:3328;s:19:\"ipb-disableusertalk\";i:3329;s:16:\"ipb-change-block\";i:3330;s:12:\"ipb-sitewide\";i:3331;s:11:\"ipb-partial\";i:3332;s:17:\"ipb-sitewide-help\";i:3333;s:16:\"ipb-partial-help\";i:3334;s:17:\"ipb-action-create\";i:3335;s:15:\"ipb-action-move\";i:3336;s:17:\"ipb-action-upload\";i:3337;s:15:\"ipb-pages-label\";i:3338;s:20:\"ipb-namespaces-label\";i:3339;s:15:\"ipb-empty-block\";i:3340;s:19:\"ipb-block-not-found\";i:3341;s:19:\"ipb-confirmhideuser\";i:3342;s:17:\"ipb-confirmaction\";i:3343;s:27:\"ipb-blocklist-duration-left\";i:3344;s:13:\"block-actions\";i:3345;s:13:\"block-details\";i:3346;s:13:\"block-options\";i:3347;s:12:\"block-reason\";i:3348;s:12:\"block-target\";i:3349;s:24:\"block-target-placeholder\";i:3350;s:12:\"unblocked-ip\";i:3351;s:13:\"autoblocklist\";i:3352;s:20:\"autoblocklist-submit\";i:3353;s:20:\"autoblocklist-legend\";i:3354;s:25:\"autoblocklist-localblocks\";i:3355;s:30:\"autoblocklist-total-autoblocks\";i:3356;s:19:\"autoblocklist-empty\";i:3357;s:25:\"autoblocklist-otherblocks\";i:3358;s:20:\"blocklist-autoblocks\";i:3359;s:20:\"blocklist-userblocks\";i:3360;s:21:\"blocklist-indefblocks\";i:3361;s:23:\"blocklist-addressblocks\";i:3362;s:14:\"blocklist-type\";i:3363;s:22:\"blocklist-type-opt-all\";i:3364;s:27:\"blocklist-type-opt-sitewide\";i:3365;s:26:\"blocklist-type-opt-partial\";i:3366;s:21:\"blocklist-rangeblocks\";i:3367;s:16:\"blocklist-target\";i:3368;s:16:\"blocklist-params\";i:3369;s:17:\"blocklist-summary\";i:3370;s:22:\"ipblocklist-localblock\";i:3371;s:17:\"blocklist-editing\";i:3372;s:26:\"blocklist-editing-sitewide\";i:3373;s:22:\"blocklist-editing-page\";i:3374;s:20:\"blocklist-editing-ns\";i:3375;s:24:\"blocklist-editing-action\";i:3376;s:14:\"empty-username\";i:3377;s:11:\"autoblocker\";i:3378;s:16:\"blocklog-showlog\";i:3379;s:24:\"blocklog-showsuppresslog\";i:3380;s:13:\"blocklogentry\";i:3381;s:16:\"reblock-logentry\";i:3382;s:15:\"unblocklogentry\";i:3383;s:31:\"block-log-flags-angry-autoblock\";i:3384;s:26:\"block-log-flags-hiddenname\";i:3385;s:20:\"range_block_disabled\";i:3386;s:26:\"ipb-prevent-user-talk-edit\";i:3387;s:14:\"ipb_expiry_old\";i:3388;s:15:\"ipb_expiry_temp\";i:3389;s:16:\"ipb_hide_invalid\";i:3390;s:16:\"ipb_hide_partial\";i:3391;s:22:\"ipb-otherblocks-header\";i:3392;s:16:\"unblock-hideuser\";i:3393;s:16:\"ipb_cant_unblock\";i:3394;s:20:\"ipb_blocked_as_range\";i:3395;s:16:\"ip_range_invalid\";i:3396;s:17:\"ip_range_toolarge\";i:3397;s:17:\"ip_range_exceeded\";i:3398;s:15:\"ip_range_toolow\";i:3399;s:12:\"proxyblocker\";i:3400;s:16:\"proxyblockreason\";i:3401;s:5:\"sorbs\";i:3402;s:11:\"sorbsreason\";i:3403;s:27:\"sorbs_create_account_reason\";i:3404;s:21:\"softblockrangesreason\";i:3405;s:14:\"xffblockreason\";i:3406;s:20:\"cant-see-hidden-user\";i:3407;s:27:\"cant-block-nonexistent-page\";i:3408;s:10:\"ipbblocked\";i:3409;s:16:\"ipbnounblockself\";i:3410;s:18:\"ipb-default-expiry\";i:3411;s:21:\"ipb-default-expiry-ip\";i:3412;s:10:\"lockdbtext\";i:3413;s:12:\"unlockdbtext\";i:3414;s:19:\"lockfilenotwritable\";i:3415;s:14:\"databaselocked\";i:3416;s:15:\"lockedbyandtime\";i:3417;s:16:\"movepage-summary\";i:3418;s:28:\"movepagetext-noredirectfixer\";i:3419;s:30:\"movepagetext-noredirectsupport\";i:3420;s:20:\"moveuserpage-warning\";i:3421;s:24:\"movecategorypage-warning\";i:3422;s:22:\"cant-move-to-user-page\";i:3423;s:23:\"cant-move-category-page\";i:3424;s:26:\"cant-move-to-category-page\";i:3425;s:18:\"cant-move-subpages\";i:3426;s:20:\"namespace-nosubpages\";i:3427;s:10:\"cannotmove\";i:3428;s:25:\"movepage-moved-noredirect\";i:3429;s:21:\"movepage-delete-first\";i:3430;s:14:\"redirectexists\";i:3431;s:20:\"movepage-page-exists\";i:3432;s:28:\"movepage-source-doesnt-exist\";i:3433;s:18:\"movepage-max-pages\";i:3434;s:11:\"movesubpage\";i:3435;s:15:\"movesubpagetext\";i:3436;s:19:\"movesubpagetalktext\";i:3437;s:25:\"movesubpagetext-truncated\";i:3438;s:29:\"movesubpagetalktext-truncated\";i:3439;s:18:\"move-redirect-text\";i:3440;s:31:\"category-move-redirect-override\";i:3441;s:29:\"delete_redirect_and_move_text\";i:3442;s:28:\"immobile-source-namespace-iw\";i:3443;s:28:\"immobile-target-namespace-iw\";i:3444;s:29:\"movepage-invalid-target-title\";i:3445;s:16:\"bad-target-model\";i:3446;s:27:\"nonfile-cannot-move-to-file\";i:3447;s:17:\"imagetypemismatch\";i:3448;s:24:\"protectedpagemovewarning\";i:3449;s:28:\"semiprotectedpagemovewarning\";i:3450;s:20:\"move-over-sharedrepo\";i:3451;s:22:\"file-exists-sharedrepo\";i:3452;s:14:\"export-summary\";i:3453;s:10:\"exporttext\";i:3454;s:9:\"exportall\";i:3455;s:15:\"exportnohistory\";i:3456;s:17:\"exportlistauthors\";i:3457;s:16:\"export-addnstext\";i:3458;s:16:\"export-pagelinks\";i:3459;s:13:\"export-manual\";i:3460;s:18:\"allmessages-filter\";i:3461;s:29:\"allmessages-filter-unmodified\";i:3462;s:27:\"allmessages-filter-modified\";i:3463;s:18:\"allmessages-prefix\";i:3464;s:28:\"allmessages-filter-translate\";i:3465;s:22:\"thumbnail_error_remote\";i:3466;s:15:\"djvu_page_error\";i:3467;s:21:\"thumbnail-temp-create\";i:3468;s:21:\"thumbnail-dest-create\";i:3469;s:25:\"thumbnail_toobigimagearea\";i:3470;s:24:\"thumbnail_dest_directory\";i:3471;s:20:\"thumbnail_image-type\";i:3472;s:20:\"thumbnail_gd-library\";i:3473;s:25:\"thumbnail_image-size-zero\";i:3474;s:23:\"thumbnail_image-missing\";i:3475;s:29:\"thumbnail_image-failure-limit\";i:3476;s:14:\"import-summary\";i:3477;s:21:\"import-interwiki-text\";i:3478;s:27:\"import-interwiki-sourcewiki\";i:3479;s:27:\"import-interwiki-sourcepage\";i:3480;s:26:\"import-interwiki-templates\";i:3481;s:22:\"import-mapping-default\";i:3482;s:24:\"import-mapping-namespace\";i:3483;s:22:\"import-mapping-subpage\";i:3484;s:29:\"import-upload-username-prefix\";i:3485;s:25:\"import-assign-known-users\";i:3486;s:10:\"importtext\";i:3487;s:20:\"imported-log-entries\";i:3488;s:14:\"importnoprefix\";i:3489;s:18:\"importbadinterwiki\";i:3490;s:15:\"importnosources\";i:3491;s:12:\"importnofile\";i:3492;s:21:\"importuploaderrorsize\";i:3493;s:24:\"importuploaderrorpartial\";i:3494;s:21:\"importuploaderrortemp\";i:3495;s:20:\"import-parse-failure\";i:3496;s:16:\"xml-error-string\";i:3497;s:13:\"import-upload\";i:3498;s:21:\"import-token-mismatch\";i:3499;s:24:\"import-invalid-interwiki\";i:3500;s:17:\"import-error-edit\";i:3501;s:22:\"import-error-interwiki\";i:3502;s:20:\"import-error-special\";i:3503;s:20:\"import-error-invalid\";i:3504;s:24:\"import-error-unserialize\";i:3505;s:25:\"import-error-bad-location\";i:3506;s:20:\"import-options-wrong\";i:3507;s:23:\"import-rootpage-invalid\";i:3508;s:25:\"import-rootpage-nosubpage\";i:3509;s:17:\"importlogpagetext\";i:3510;s:22:\"import-logentry-upload\";i:3511;s:25:\"import-logentry-interwiki\";i:3512;s:14:\"javascripttest\";i:3513;s:26:\"javascripttest-qunit-intro\";i:3514;s:21:\"accesskey-pt-userpage\";i:3515;s:25:\"accesskey-pt-anonuserpage\";i:3516;s:19:\"accesskey-pt-mytalk\";i:3517;s:21:\"accesskey-pt-anontalk\";i:3518;s:24:\"accesskey-pt-preferences\";i:3519;s:22:\"accesskey-pt-watchlist\";i:3520;s:22:\"accesskey-pt-mycontris\";i:3521;s:25:\"accesskey-pt-anoncontribs\";i:3522;s:18:\"accesskey-pt-login\";i:3523;s:26:\"accesskey-pt-login-private\";i:3524;s:19:\"accesskey-pt-logout\";i:3525;s:26:\"accesskey-pt-createaccount\";i:3526;s:17:\"accesskey-ca-view\";i:3527;s:17:\"accesskey-ca-talk\";i:3528;s:17:\"accesskey-ca-edit\";i:3529;s:23:\"accesskey-ca-addsection\";i:3530;s:23:\"accesskey-ca-viewsource\";i:3531;s:20:\"accesskey-ca-history\";i:3532;s:20:\"accesskey-ca-protect\";i:3533;s:22:\"accesskey-ca-unprotect\";i:3534;s:19:\"accesskey-ca-delete\";i:3535;s:21:\"accesskey-ca-undelete\";i:3536;s:17:\"accesskey-ca-move\";i:3537;s:18:\"accesskey-ca-watch\";i:3538;s:20:\"accesskey-ca-unwatch\";i:3539;s:16:\"accesskey-search\";i:3540;s:19:\"accesskey-search-go\";i:3541;s:25:\"accesskey-search-fulltext\";i:3542;s:16:\"accesskey-p-logo\";i:3543;s:26:\"accesskey-n-help-mediawiki\";i:3544;s:20:\"accesskey-n-mainpage\";i:3545;s:32:\"accesskey-n-mainpage-description\";i:3546;s:18:\"accesskey-n-portal\";i:3547;s:25:\"accesskey-n-currentevents\";i:3548;s:25:\"accesskey-n-recentchanges\";i:3549;s:22:\"accesskey-n-randompage\";i:3550;s:16:\"accesskey-n-help\";i:3551;s:25:\"accesskey-t-whatlinkshere\";i:3552;s:31:\"accesskey-t-recentchangeslinked\";i:3553;s:18:\"accesskey-feed-rss\";i:3554;s:19:\"accesskey-feed-atom\";i:3555;s:25:\"accesskey-t-contributions\";i:3556;s:21:\"accesskey-t-emailuser\";i:3557;s:16:\"accesskey-t-info\";i:3558;s:21:\"accesskey-t-permalink\";i:3559;s:17:\"accesskey-t-print\";i:3560;s:18:\"accesskey-t-upload\";i:3561;s:24:\"accesskey-t-specialpages\";i:3562;s:23:\"accesskey-ca-nstab-main\";i:3563;s:23:\"accesskey-ca-nstab-user\";i:3564;s:24:\"accesskey-ca-nstab-media\";i:3565;s:26:\"accesskey-ca-nstab-special\";i:3566;s:26:\"accesskey-ca-nstab-project\";i:3567;s:24:\"accesskey-ca-nstab-image\";i:3568;s:28:\"accesskey-ca-nstab-mediawiki\";i:3569;s:27:\"accesskey-ca-nstab-template\";i:3570;s:23:\"accesskey-ca-nstab-help\";i:3571;s:27:\"accesskey-ca-nstab-category\";i:3572;s:19:\"accesskey-minoredit\";i:3573;s:14:\"accesskey-save\";i:3574;s:17:\"accesskey-publish\";i:3575;s:17:\"accesskey-preview\";i:3576;s:14:\"accesskey-diff\";i:3577;s:33:\"accesskey-compareselectedversions\";i:3578;s:15:\"accesskey-watch\";i:3579;s:26:\"accesskey-watchlist-expiry\";i:3580;s:16:\"accesskey-upload\";i:3581;s:26:\"accesskey-preferences-save\";i:3582;s:17:\"accesskey-summary\";i:3583;s:24:\"accesskey-userrights-set\";i:3584;s:23:\"accesskey-blockip-block\";i:3585;s:16:\"accesskey-export\";i:3586;s:16:\"accesskey-import\";i:3587;s:37:\"accesskey-watchlistedit-normal-submit\";i:3588;s:34:\"accesskey-watchlistedit-raw-submit\";i:3589;s:22:\"tooltip-pt-tmpuserpage\";i:3590;s:23:\"tooltip-pt-anoncontribs\";i:3591;s:24:\"tooltip-pt-login-private\";i:3592;s:24:\"tooltip-pt-createaccount\";i:3593;s:15:\"tooltip-ca-view\";i:3594;s:20:\"tooltip-ca-unprotect\";i:3595;s:27:\"tooltip-ca-unwatch-expiring\";i:3596;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3597;s:18:\"tooltip-p-cactions\";i:3598;s:14:\"tooltip-p-lang\";i:3599;s:20:\"tooltip-p-navigation\";i:3600;s:18:\"tooltip-p-personal\";i:3601;s:20:\"tooltip-p-namespaces\";i:3602;s:12:\"tooltip-p-tb\";i:3603;s:18:\"tooltip-p-variants\";i:3604;s:15:\"tooltip-p-views\";i:3605;s:36:\"tooltip-p-user-interface-preferences\";i:3606;s:19:\"tooltip-p-user-page\";i:3607;s:24:\"tooltip-n-help-mediawiki\";i:3608;s:15:\"tooltip-publish\";i:3609;s:24:\"tooltip-watchlist-expiry\";i:3610;s:35:\"tooltip-watchlistedit-normal-submit\";i:3611;s:32:\"tooltip-watchlistedit-raw-submit\";i:3612;s:24:\"interlanguage-link-title\";i:3613;s:33:\"interlanguage-link-title-langonly\";i:3614;s:32:\"interlanguage-link-title-nonlang\";i:3615;s:36:\"interlanguage-link-title-nonlangonly\";i:3616;s:10:\"common.css\";i:3617;s:9:\"print.css\";i:3618;s:12:\"noscript.css\";i:3619;s:23:\"group-autoconfirmed.css\";i:3620;s:14:\"group-user.css\";i:3621;s:13:\"group-bot.css\";i:3622;s:15:\"group-sysop.css\";i:3623;s:20:\"group-bureaucrat.css\";i:3624;s:11:\"common.json\";i:3625;s:9:\"common.js\";i:3626;s:22:\"group-autoconfirmed.js\";i:3627;s:13:\"group-user.js\";i:3628;s:12:\"group-bot.js\";i:3629;s:14:\"group-sysop.js\";i:3630;s:19:\"group-bureaucrat.js\";i:3631;s:8:\"anonuser\";i:3632;s:13:\"othercontribs\";i:3633;s:9:\"anonusers\";i:3634;s:11:\"creditspage\";i:3635;s:9:\"nocredits\";i:3636;s:18:\"spamprotectiontext\";i:3637;s:19:\"spamprotectionmatch\";i:3638;s:13:\"spam_blanking\";i:3639;s:13:\"spam_deleting\";i:3640;s:20:\"simpleantispam-label\";i:3641;s:15:\"pageinfo-header\";i:3642;s:14:\"pageinfo-title\";i:3643;s:20:\"pageinfo-not-current\";i:3644;s:21:\"pageinfo-header-basic\";i:3645;s:21:\"pageinfo-header-edits\";i:3646;s:28:\"pageinfo-header-restrictions\";i:3647;s:26:\"pageinfo-header-properties\";i:3648;s:22:\"pageinfo-display-title\";i:3649;s:21:\"pageinfo-default-sort\";i:3650;s:15:\"pageinfo-length\";i:3651;s:18:\"pageinfo-namespace\";i:3652;s:19:\"pageinfo-article-id\";i:3653;s:17:\"pageinfo-language\";i:3654;s:24:\"pageinfo-language-change\";i:3655;s:22:\"pageinfo-content-model\";i:3656;s:29:\"pageinfo-content-model-change\";i:3657;s:21:\"pageinfo-robot-policy\";i:3658;s:20:\"pageinfo-robot-index\";i:3659;s:22:\"pageinfo-robot-noindex\";i:3660;s:17:\"pageinfo-watchers\";i:3661;s:26:\"pageinfo-visiting-watchers\";i:3662;s:21:\"pageinfo-few-watchers\";i:3663;s:30:\"pageinfo-few-visiting-watchers\";i:3664;s:24:\"pageinfo-redirects-value\";i:3665;s:22:\"pageinfo-subpages-name\";i:3666;s:23:\"pageinfo-subpages-value\";i:3667;s:16:\"pageinfo-authors\";i:3668;s:21:\"pageinfo-recent-edits\";i:3669;s:23:\"pageinfo-recent-authors\";i:3670;s:20:\"pageinfo-magic-words\";i:3671;s:26:\"pageinfo-hidden-categories\";i:3672;s:18:\"pageinfo-templates\";i:3673;s:22:\"pageinfo-transclusions\";i:3674;s:15:\"pageinfo-footer\";i:3675;s:20:\"pageinfo-redirectsto\";i:3676;s:25:\"pageinfo-redirectsto-info\";i:3677;s:20:\"pageinfo-contentpage\";i:3678;s:26:\"pageinfo-protect-cascading\";i:3679;s:31:\"pageinfo-protect-cascading-from\";i:3680;s:22:\"pageinfo-category-info\";i:3681;s:23:\"pageinfo-category-total\";i:3682;s:23:\"pageinfo-category-pages\";i:3683;s:25:\"pageinfo-category-subcats\";i:3684;s:23:\"pageinfo-category-files\";i:3685;s:16:\"pageinfo-user-id\";i:3686;s:18:\"pageinfo-file-hash\";i:3687;s:25:\"pageinfo-view-protect-log\";i:3688;s:19:\"markaspatrolledlink\";i:3689;s:24:\"markaspatrolledtext-file\";i:3690;s:23:\"markedaspatrollednotify\";i:3691;s:17:\"patrol-log-header\";i:3692;s:28:\"confirm-markpatrolled-button\";i:3693;s:25:\"confirm-markpatrolled-top\";i:3694;s:28:\"filedelete-archive-read-only\";i:3695;s:12:\"mediawarning\";i:3696;s:11:\"widthheight\";i:3697;s:20:\"file-info-size-pages\";i:3698;s:22:\"svg-long-desc-animated\";i:3699;s:14:\"svg-long-error\";i:3700;s:22:\"show-big-image-preview\";i:3701;s:29:\"show-big-image-preview-differ\";i:3702;s:20:\"show-big-image-other\";i:3703;s:19:\"show-big-image-size\";i:3704;s:20:\"file-info-gif-looped\";i:3705;s:20:\"file-info-gif-frames\";i:3706;s:20:\"file-info-png-looped\";i:3707;s:20:\"file-info-png-repeat\";i:3708;s:20:\"file-info-png-frames\";i:3709;s:23:\"file-no-thumb-animation\";i:3710;s:27:\"file-no-thumb-animation-gif\";i:3711;s:13:\"newimagestext\";i:3712;s:17:\"newimages-summary\";i:3713;s:14:\"newimages-user\";i:3714;s:18:\"newimages-showbots\";i:3715;s:23:\"newimages-hidepatrolled\";i:3716;s:19:\"newimages-mediatype\";i:3717;s:24:\"gallery-slideshow-toggle\";i:3718;s:10:\"video-dims\";i:3719;s:14:\"seconds-abbrev\";i:3720;s:14:\"minutes-abbrev\";i:3721;s:12:\"hours-abbrev\";i:3722;s:11:\"days-abbrev\";i:3723;s:5:\"weeks\";i:3724;s:6:\"months\";i:3725;s:5:\"years\";i:3726;s:9:\"hours-ago\";i:3727;s:11:\"minutes-ago\";i:3728;s:11:\"seconds-ago\";i:3729;s:9:\"monday-at\";i:3730;s:10:\"tuesday-at\";i:3731;s:12:\"wednesday-at\";i:3732;s:11:\"thursday-at\";i:3733;s:9:\"friday-at\";i:3734;s:11:\"saturday-at\";i:3735;s:9:\"sunday-at\";i:3736;s:8:\"today-at\";i:3737;s:12:\"yesterday-at\";i:3738;s:19:\"variantname-zh-hans\";i:3739;s:19:\"variantname-zh-hant\";i:3740;s:17:\"variantname-zh-cn\";i:3741;s:17:\"variantname-zh-tw\";i:3742;s:17:\"variantname-zh-hk\";i:3743;s:17:\"variantname-zh-mo\";i:3744;s:17:\"variantname-zh-sg\";i:3745;s:17:\"variantname-zh-my\";i:3746;s:14:\"variantname-zh\";i:3747;s:20:\"variantname-gan-hans\";i:3748;s:20:\"variantname-gan-hant\";i:3749;s:15:\"variantname-gan\";i:3750;s:19:\"variantname-sr-cyrl\";i:3751;s:17:\"variantname-sr-ec\";i:3752;s:17:\"variantname-sr-el\";i:3753;s:19:\"variantname-sr-latn\";i:3754;s:14:\"variantname-sr\";i:3755;s:17:\"variantname-kk-kz\";i:3756;s:17:\"variantname-kk-tr\";i:3757;s:17:\"variantname-kk-cn\";i:3758;s:19:\"variantname-kk-cyrl\";i:3759;s:19:\"variantname-kk-latn\";i:3760;s:19:\"variantname-kk-arab\";i:3761;s:14:\"variantname-kk\";i:3762;s:19:\"variantname-ku-arab\";i:3763;s:19:\"variantname-ku-latn\";i:3764;s:14:\"variantname-ku\";i:3765;s:19:\"variantname-tg-cyrl\";i:3766;s:19:\"variantname-tg-latn\";i:3767;s:14:\"variantname-tg\";i:3768;s:20:\"variantname-tly-cyrl\";i:3769;s:15:\"variantname-tly\";i:3770;s:20:\"variantname-ike-cans\";i:3771;s:20:\"variantname-ike-latn\";i:3772;s:14:\"variantname-iu\";i:3773;s:20:\"variantname-shi-tfng\";i:3774;s:20:\"variantname-shi-latn\";i:3775;s:15:\"variantname-shi\";i:3776;s:14:\"variantname-uz\";i:3777;s:19:\"variantname-uz-latn\";i:3778;s:19:\"variantname-uz-cyrl\";i:3779;s:15:\"variantname-crh\";i:3780;s:20:\"variantname-crh-latn\";i:3781;s:20:\"variantname-crh-cyrl\";i:3782;s:17:\"metadata-langitem\";i:3783;s:25:\"metadata-langitem-default\";i:3784;s:25:\"confirmemail_body_changed\";i:3785;s:21:\"confirmemail_body_set\";i:3786;s:33:\"notificationemail_subject_changed\";i:3787;s:33:\"notificationemail_subject_removed\";i:3788;s:30:\"notificationemail_body_changed\";i:3789;s:30:\"notificationemail_body_removed\";i:3790;s:23:\"scarytranscludedisabled\";i:3791;s:21:\"scarytranscludefailed\";i:3792;s:32:\"scarytranscludefailed-httpstatus\";i:3793;s:24:\"confirmrecreate-noreason\";i:3794;s:10:\"unit-pixel\";i:3795;s:19:\"confirm-purge-title\";i:3796;s:20:\"confirm-purge-bottom\";i:3797;s:20:\"confirm-watch-button\";i:3798;s:17:\"confirm-watch-top\";i:3799;s:19:\"confirm-watch-label\";i:3800;s:24:\"watchlist-expiry-options\";i:3801;s:31:\"watchlist-expires-in-aria-label\";i:3802;s:27:\"confirm-watch-button-expiry\";i:3803;s:22:\"confirm-unwatch-button\";i:3804;s:19:\"confirm-unwatch-top\";i:3805;s:23:\"confirm-rollback-button\";i:3806;s:20:\"confirm-rollback-top\";i:3807;s:23:\"confirm-rollback-bottom\";i:3808;s:24:\"confirm-mcrrestore-title\";i:3809;s:21:\"confirm-mcrundo-title\";i:3810;s:13:\"mcrundofailed\";i:3811;s:20:\"mcrundo-missingparam\";i:3812;s:15:\"mcrundo-changed\";i:3813;s:20:\"mcrundo-parse-failed\";i:3814;s:19:\"semicolon-separator\";i:3815;s:15:\"comma-separator\";i:3816;s:15:\"colon-separator\";i:3817;s:18:\"autocomment-prefix\";i:3818;s:14:\"pipe-separator\";i:3819;s:14:\"word-separator\";i:3820;s:8:\"ellipsis\";i:3821;s:7:\"percent\";i:3822;s:11:\"parentheses\";i:3823;s:17:\"parentheses-start\";i:3824;s:15:\"parentheses-end\";i:3825;s:8:\"brackets\";i:3826;s:14:\"brackets-start\";i:3827;s:12:\"brackets-end\";i:3828;s:15:\"quotation-marks\";i:3829;s:13:\"formatnum-nan\";i:3830;s:12:\"img-lang-opt\";i:3831;s:16:\"img-lang-default\";i:3832;s:13:\"img-lang-info\";i:3833;s:11:\"img-lang-go\";i:3834;s:23:\"table_pager_limit_label\";i:3835;s:25:\"autosumm-removed-redirect\";i:3836;s:32:\"autosumm-changed-redirect-target\";i:3837;s:17:\"autosumm-newblank\";i:3838;s:29:\"block-autoblock-exemptionlist\";i:3839;s:10:\"size-bytes\";i:3840;s:14:\"size-kilobytes\";i:3841;s:14:\"size-megabytes\";i:3842;s:14:\"size-gigabytes\";i:3843;s:14:\"size-terabytes\";i:3844;s:14:\"size-petabytes\";i:3845;s:13:\"size-exabytes\";i:3846;s:15:\"size-zettabytes\";i:3847;s:15:\"size-yottabytes\";i:3848;s:15:\"size-ronnabytes\";i:3849;s:16:\"size-quettabytes\";i:3850;s:10:\"size-pixel\";i:3851;s:14:\"size-kilopixel\";i:3852;s:14:\"size-megapixel\";i:3853;s:14:\"size-gigapixel\";i:3854;s:14:\"size-terapixel\";i:3855;s:14:\"size-petapixel\";i:3856;s:13:\"size-exapixel\";i:3857;s:15:\"size-zettapixel\";i:3858;s:15:\"size-yottapixel\";i:3859;s:15:\"size-ronnapixel\";i:3860;s:16:\"size-quettapixel\";i:3861;s:12:\"bitrate-bits\";i:3862;s:16:\"bitrate-kilobits\";i:3863;s:16:\"bitrate-megabits\";i:3864;s:16:\"bitrate-gigabits\";i:3865;s:16:\"bitrate-terabits\";i:3866;s:16:\"bitrate-petabits\";i:3867;s:15:\"bitrate-exabits\";i:3868;s:17:\"bitrate-zettabits\";i:3869;s:17:\"bitrate-yottabits\";i:3870;s:17:\"bitrate-ronnabits\";i:3871;s:18:\"bitrate-quettabits\";i:3872;s:21:\"editwatchlist-summary\";i:3873;s:25:\"watchlistedit-clear-title\";i:3874;s:26:\"watchlistedit-clear-legend\";i:3875;s:27:\"watchlistedit-clear-explain\";i:3876;s:26:\"watchlistedit-clear-titles\";i:3877;s:26:\"watchlistedit-clear-submit\";i:3878;s:24:\"watchlistedit-clear-done\";i:3879;s:28:\"watchlistedit-clear-jobqueue\";i:3880;s:27:\"watchlistedit-clear-removed\";i:3881;s:22:\"watchlistedit-too-many\";i:3882;s:20:\"watchlisttools-clear\";i:3883;s:19:\"iranian-calendar-m1\";i:3884;s:19:\"iranian-calendar-m2\";i:3885;s:19:\"iranian-calendar-m3\";i:3886;s:19:\"iranian-calendar-m4\";i:3887;s:19:\"iranian-calendar-m5\";i:3888;s:19:\"iranian-calendar-m6\";i:3889;s:19:\"iranian-calendar-m7\";i:3890;s:19:\"iranian-calendar-m8\";i:3891;s:19:\"iranian-calendar-m9\";i:3892;s:20:\"iranian-calendar-m10\";i:3893;s:20:\"iranian-calendar-m11\";i:3894;s:20:\"iranian-calendar-m12\";i:3895;s:17:\"hijri-calendar-m1\";i:3896;s:17:\"hijri-calendar-m2\";i:3897;s:17:\"hijri-calendar-m3\";i:3898;s:17:\"hijri-calendar-m4\";i:3899;s:17:\"hijri-calendar-m5\";i:3900;s:17:\"hijri-calendar-m6\";i:3901;s:17:\"hijri-calendar-m7\";i:3902;s:17:\"hijri-calendar-m8\";i:3903;s:17:\"hijri-calendar-m9\";i:3904;s:18:\"hijri-calendar-m10\";i:3905;s:18:\"hijri-calendar-m11\";i:3906;s:18:\"hijri-calendar-m12\";i:3907;s:18:\"hebrew-calendar-m1\";i:3908;s:18:\"hebrew-calendar-m2\";i:3909;s:18:\"hebrew-calendar-m3\";i:3910;s:18:\"hebrew-calendar-m4\";i:3911;s:18:\"hebrew-calendar-m5\";i:3912;s:18:\"hebrew-calendar-m6\";i:3913;s:19:\"hebrew-calendar-m6a\";i:3914;s:19:\"hebrew-calendar-m6b\";i:3915;s:18:\"hebrew-calendar-m7\";i:3916;s:18:\"hebrew-calendar-m8\";i:3917;s:18:\"hebrew-calendar-m9\";i:3918;s:19:\"hebrew-calendar-m10\";i:3919;s:19:\"hebrew-calendar-m11\";i:3920;s:19:\"hebrew-calendar-m12\";i:3921;s:22:\"hebrew-calendar-m1-gen\";i:3922;s:22:\"hebrew-calendar-m2-gen\";i:3923;s:22:\"hebrew-calendar-m3-gen\";i:3924;s:22:\"hebrew-calendar-m4-gen\";i:3925;s:22:\"hebrew-calendar-m5-gen\";i:3926;s:22:\"hebrew-calendar-m6-gen\";i:3927;s:23:\"hebrew-calendar-m6a-gen\";i:3928;s:23:\"hebrew-calendar-m6b-gen\";i:3929;s:22:\"hebrew-calendar-m7-gen\";i:3930;s:22:\"hebrew-calendar-m8-gen\";i:3931;s:22:\"hebrew-calendar-m9-gen\";i:3932;s:23:\"hebrew-calendar-m10-gen\";i:3933;s:23:\"hebrew-calendar-m11-gen\";i:3934;s:23:\"hebrew-calendar-m12-gen\";i:3935;s:9:\"signature\";i:3936;s:14:\"signature-anon\";i:3937;s:14:\"signature-temp\";i:3938;s:12:\"timezone-utc\";i:3939;s:14:\"timezone-local\";i:3940;s:21:\"duplicate-defaultsort\";i:3941;s:22:\"duplicate-displaytitle\";i:3942;s:23:\"restricted-displaytitle\";i:3943;s:22:\"invalid-indicator-name\";i:3944;s:25:\"invalid-langconvert-attrs\";i:3945;s:15:\"version-summary\";i:3946;s:13:\"version-skins\";i:3947;s:15:\"version-editors\";i:3948;s:16:\"version-antispam\";i:3949;s:11:\"version-api\";i:3950;s:21:\"version-mediahandlers\";i:3951;s:15:\"version-version\";i:3952;s:19:\"version-no-ext-name\";i:3953;s:19:\"version-ext-license\";i:3954;s:26:\"version-ext-colheader-name\";i:3955;s:27:\"version-skin-colheader-name\";i:3956;s:29:\"version-ext-colheader-version\";i:3957;s:29:\"version-ext-colheader-license\";i:3958;s:33:\"version-ext-colheader-description\";i:3959;s:29:\"version-ext-colheader-credits\";i:3960;s:21:\"version-license-title\";i:3961;s:25:\"version-license-not-found\";i:3962;s:21:\"version-credits-title\";i:3963;s:25:\"version-credits-not-found\";i:3964;s:25:\"version-poweredby-credits\";i:3965;s:24:\"version-poweredby-others\";i:3966;s:29:\"version-poweredby-translators\";i:3967;s:25:\"version-poweredby-various\";i:3968;s:23:\"version-credits-summary\";i:3969;s:20:\"version-license-info\";i:3970;s:20:\"version-db-mysql-url\";i:3971;s:22:\"version-db-mariadb-url\";i:3972;s:22:\"version-db-percona-url\";i:3973;s:23:\"version-db-postgres-url\";i:3974;s:21:\"version-db-sqlite-url\";i:3975;s:19:\"version-entrypoints\";i:3976;s:37:\"version-entrypoints-header-entrypoint\";i:3977;s:30:\"version-entrypoints-header-url\";i:3978;s:31:\"version-entrypoints-articlepath\";i:3979;s:30:\"version-entrypoints-scriptpath\";i:3980;s:29:\"version-entrypoints-index-php\";i:3981;s:27:\"version-entrypoints-api-php\";i:3982;s:28:\"version-entrypoints-rest-php\";i:3983;s:17:\"version-libraries\";i:3984;s:25:\"version-libraries-library\";i:3985;s:25:\"version-libraries-version\";i:3986;s:25:\"version-libraries-license\";i:3987;s:29:\"version-libraries-description\";i:3988;s:25:\"version-libraries-authors\";i:3989;s:8:\"redirect\";i:3990;s:13:\"redirect-text\";i:3991;s:16:\"redirect-summary\";i:3992;s:15:\"redirect-submit\";i:3993;s:15:\"redirect-lookup\";i:3994;s:14:\"redirect-value\";i:3995;s:13:\"redirect-user\";i:3996;s:13:\"redirect-page\";i:3997;s:17:\"redirect-revision\";i:3998;s:13:\"redirect-file\";i:3999;s:14:\"redirect-logid\";i:4000;s:19:\"redirect-not-exists\";i:4001;s:20:\"redirect-not-numeric\";i:4002;s:27:\"fileduplicatesearch-summary\";i:4003;s:24:\"fileduplicatesearch-info\";i:4004;s:28:\"fileduplicatesearch-result-1\";i:4005;s:28:\"fileduplicatesearch-result-n\";i:4006;s:20:\"specialpages-summary\";i:4007;s:21:\"specialpages-note-top\";i:4008;s:28:\"specialpages-note-restricted\";i:4009;s:24:\"specialpages-note-cached\";i:4010;s:30:\"specialpages-group-maintenance\";i:4011;s:24:\"specialpages-group-media\";i:4012;s:28:\"specialpages-group-redirects\";i:4013;s:28:\"specialpages-group-developer\";i:4014;s:22:\"intentionallyblankpage\";i:4015;s:28:\"disabledspecialpage-disabled\";i:4016;s:24:\"external_image_whitelist\";i:4017;s:4:\"tags\";i:4018;s:12:\"tags-summary\";i:4019;s:10:\"tag-filter\";i:4020;s:10:\"tag-hidden\";i:4021;s:16:\"tag-list-wrapper\";i:4022;s:25:\"tag-mw-contentmodelchange\";i:4023;s:37:\"tag-mw-contentmodelchange-description\";i:4024;s:19:\"tag-mw-new-redirect\";i:4025;s:31:\"tag-mw-new-redirect-description\";i:4026;s:23:\"tag-mw-removed-redirect\";i:4027;s:35:\"tag-mw-removed-redirect-description\";i:4028;s:30:\"tag-mw-changed-redirect-target\";i:4029;s:42:\"tag-mw-changed-redirect-target-description\";i:4030;s:12:\"tag-mw-blank\";i:4031;s:24:\"tag-mw-blank-description\";i:4032;s:14:\"tag-mw-replace\";i:4033;s:26:\"tag-mw-replace-description\";i:4034;s:15:\"tag-mw-rollback\";i:4035;s:27:\"tag-mw-rollback-description\";i:4036;s:11:\"tag-mw-undo\";i:4037;s:23:\"tag-mw-undo-description\";i:4038;s:20:\"tag-mw-manual-revert\";i:4039;s:32:\"tag-mw-manual-revert-description\";i:4040;s:15:\"tag-mw-reverted\";i:4041;s:27:\"tag-mw-reverted-description\";i:4042;s:25:\"tag-mw-server-side-upload\";i:4043;s:37:\"tag-mw-server-side-upload-description\";i:4044;s:10:\"tags-title\";i:4045;s:10:\"tags-intro\";i:4046;s:8:\"tags-tag\";i:4047;s:19:\"tags-display-header\";i:4048;s:23:\"tags-description-header\";i:4049;s:18:\"tags-source-header\";i:4050;s:18:\"tags-active-header\";i:4051;s:20:\"tags-hitcount-header\";i:4052;s:19:\"tags-actions-header\";i:4053;s:15:\"tags-active-yes\";i:4054;s:14:\"tags-active-no\";i:4055;s:21:\"tags-source-extension\";i:4056;s:18:\"tags-source-manual\";i:4057;s:16:\"tags-source-none\";i:4058;s:11:\"tags-hidden\";i:4059;s:11:\"tags-delete\";i:4060;s:13:\"tags-activate\";i:4061;s:15:\"tags-deactivate\";i:4062;s:25:\"tags-manage-no-permission\";i:4063;s:19:\"tags-manage-blocked\";i:4064;s:19:\"tags-create-heading\";i:4065;s:23:\"tags-create-explanation\";i:4066;s:20:\"tags-create-tag-name\";i:4067;s:18:\"tags-create-reason\";i:4068;s:18:\"tags-create-submit\";i:4069;s:19:\"tags-create-no-name\";i:4070;s:25:\"tags-create-invalid-chars\";i:4071;s:31:\"tags-create-invalid-title-chars\";i:4072;s:26:\"tags-create-already-exists\";i:4073;s:26:\"tags-create-warnings-above\";i:4074;s:26:\"tags-create-warnings-below\";i:4075;s:17:\"tags-delete-title\";i:4076;s:31:\"tags-delete-explanation-initial\";i:4077;s:30:\"tags-delete-explanation-in-use\";i:4078;s:31:\"tags-delete-explanation-warning\";i:4079;s:30:\"tags-delete-explanation-active\";i:4080;s:18:\"tags-delete-reason\";i:4081;s:18:\"tags-delete-submit\";i:4082;s:23:\"tags-delete-not-allowed\";i:4083;s:21:\"tags-delete-not-found\";i:4084;s:25:\"tags-delete-too-many-uses\";i:4085;s:33:\"tags-delete-warnings-after-delete\";i:4086;s:25:\"tags-delete-no-permission\";i:4087;s:19:\"tags-activate-title\";i:4088;s:22:\"tags-activate-question\";i:4089;s:20:\"tags-activate-reason\";i:4090;s:25:\"tags-activate-not-allowed\";i:4091;s:23:\"tags-activate-not-found\";i:4092;s:20:\"tags-activate-submit\";i:4093;s:21:\"tags-deactivate-title\";i:4094;s:24:\"tags-deactivate-question\";i:4095;s:22:\"tags-deactivate-reason\";i:4096;s:27:\"tags-deactivate-not-allowed\";i:4097;s:22:\"tags-deactivate-submit\";i:4098;s:24:\"tags-apply-no-permission\";i:4099;s:18:\"tags-apply-blocked\";i:4100;s:26:\"tags-apply-not-allowed-one\";i:4101;s:28:\"tags-apply-not-allowed-multi\";i:4102;s:25:\"tags-update-no-permission\";i:4103;s:19:\"tags-update-blocked\";i:4104;s:31:\"tags-update-add-not-allowed-one\";i:4105;s:33:\"tags-update-add-not-allowed-multi\";i:4106;s:34:\"tags-update-remove-not-allowed-one\";i:4107;s:36:\"tags-update-remove-not-allowed-multi\";i:4108;s:15:\"tags-edit-title\";i:4109;s:21:\"tags-edit-manage-link\";i:4110;s:27:\"tags-edit-revision-selected\";i:4111;s:27:\"tags-edit-logentry-selected\";i:4112;s:30:\"tags-edit-revision-explanation\";i:4113;s:30:\"tags-edit-logentry-explanation\";i:4114;s:25:\"tags-edit-revision-legend\";i:4115;s:25:\"tags-edit-logentry-legend\";i:4116;s:23:\"tags-edit-existing-tags\";i:4117;s:28:\"tags-edit-existing-tags-none\";i:4118;s:18:\"tags-edit-new-tags\";i:4119;s:13:\"tags-edit-add\";i:4120;s:16:\"tags-edit-remove\";i:4121;s:25:\"tags-edit-remove-all-tags\";i:4122;s:28:\"tags-edit-chosen-placeholder\";i:4123;s:27:\"tags-edit-chosen-no-results\";i:4124;s:16:\"tags-edit-reason\";i:4125;s:25:\"tags-edit-revision-submit\";i:4126;s:25:\"tags-edit-logentry-submit\";i:4127;s:17:\"tags-edit-success\";i:4128;s:17:\"tags-edit-failure\";i:4129;s:23:\"tags-edit-nooldid-title\";i:4130;s:22:\"tags-edit-nooldid-text\";i:4131;s:23:\"tags-edit-none-selected\";i:4132;s:12:\"comparepages\";i:4133;s:20:\"comparepages-summary\";i:4134;s:13:\"compare-page1\";i:4135;s:13:\"compare-page2\";i:4136;s:12:\"compare-rev1\";i:4137;s:12:\"compare-rev2\";i:4138;s:14:\"compare-submit\";i:4139;s:27:\"compare-revision-not-exists\";i:4140;s:9:\"diff-form\";i:4141;s:15:\"diff-form-oldid\";i:4142;s:15:\"diff-form-revid\";i:4143;s:16:\"diff-form-submit\";i:4144;s:17:\"diff-form-summary\";i:4145;s:21:\"diff-form-other-revid\";i:4146;s:21:\"diff-form-error-revid\";i:4147;s:13:\"permanentlink\";i:4148;s:19:\"permanentlink-revid\";i:4149;s:20:\"permanentlink-submit\";i:4150;s:21:\"permanentlink-summary\";i:4151;s:10:\"newsection\";i:4152;s:15:\"newsection-page\";i:4153;s:17:\"newsection-submit\";i:4154;s:18:\"newsection-summary\";i:4155;s:8:\"editpage\";i:4156;s:20:\"specialeditpage-page\";i:4157;s:22:\"specialeditpage-submit\";i:4158;s:16:\"editpage-summary\";i:4159;s:22:\"specialdeletepage-page\";i:4160;s:24:\"specialdeletepage-submit\";i:4161;s:18:\"deletepage-summary\";i:4162;s:8:\"pageinfo\";i:4163;s:20:\"specialpageinfo-page\";i:4164;s:22:\"specialpageinfo-submit\";i:4165;s:16:\"pageinfo-summary\";i:4166;s:11:\"pagehistory\";i:4167;s:23:\"specialpagehistory-page\";i:4168;s:25:\"specialpagehistory-submit\";i:4169;s:19:\"pagehistory-summary\";i:4170;s:11:\"protectpage\";i:4171;s:23:\"specialprotectpage-page\";i:4172;s:25:\"specialprotectpage-submit\";i:4173;s:19:\"protectpage-summary\";i:4174;s:5:\"purge\";i:4175;s:17:\"specialpurge-page\";i:4176;s:19:\"specialpurge-submit\";i:4177;s:13:\"purge-summary\";i:4178;s:14:\"dberr-problems\";i:4179;s:11:\"dberr-again\";i:4180;s:10:\"dberr-info\";i:4181;s:17:\"dberr-info-hidden\";i:4182;s:22:\"htmlform-invalid-input\";i:4183;s:25:\"htmlform-select-badoption\";i:4184;s:20:\"htmlform-int-invalid\";i:4185;s:22:\"htmlform-float-invalid\";i:4186;s:19:\"htmlform-int-toolow\";i:4187;s:20:\"htmlform-int-toohigh\";i:4188;s:28:\"htmlform-multiselect-toomany\";i:4189;s:17:\"htmlform-required\";i:4190;s:14:\"htmlform-reset\";i:4191;s:11:\"htmlform-no\";i:4192;s:12:\"htmlform-yes\";i:4193;s:27:\"htmlform-chosen-placeholder\";i:4194;s:22:\"htmlform-cloner-create\";i:4195;s:22:\"htmlform-cloner-delete\";i:4196;s:24:\"htmlform-cloner-required\";i:4197;s:25:\"htmlform-date-placeholder\";i:4198;s:25:\"htmlform-time-placeholder\";i:4199;s:29:\"htmlform-datetime-placeholder\";i:4200;s:21:\"htmlform-date-invalid\";i:4201;s:21:\"htmlform-time-invalid\";i:4202;s:25:\"htmlform-datetime-invalid\";i:4203;s:20:\"htmlform-date-toolow\";i:4204;s:21:\"htmlform-date-toohigh\";i:4205;s:20:\"htmlform-time-toolow\";i:4206;s:21:\"htmlform-time-toohigh\";i:4207;s:24:\"htmlform-datetime-toolow\";i:4208;s:25:\"htmlform-datetime-toohigh\";i:4209;s:27:\"htmlform-title-badnamespace\";i:4210;s:28:\"htmlform-title-not-creatable\";i:4211;s:25:\"htmlform-title-not-exists\";i:4212;s:24:\"htmlform-title-interwiki\";i:4213;s:24:\"htmlform-user-not-exists\";i:4214;s:23:\"htmlform-user-not-valid\";i:4215;s:24:\"htmlform-tag-not-allowed\";i:4216;s:10:\"rawmessage\";i:4217;s:28:\"logentry-delete-delete_redir\";i:4218;s:29:\"logentry-delete-delete_redir2\";i:4219;s:23:\"logentry-delete-restore\";i:4220;s:31:\"logentry-delete-restore-nocount\";i:4221;s:23:\"restore-count-revisions\";i:4222;s:19:\"restore-count-files\";i:4223;s:21:\"logentry-delete-event\";i:4224;s:24:\"logentry-delete-revision\";i:4225;s:28:\"logentry-delete-event-legacy\";i:4226;s:31:\"logentry-delete-revision-legacy\";i:4227;s:24:\"logentry-suppress-delete\";i:4228;s:23:\"logentry-suppress-event\";i:4229;s:26:\"logentry-suppress-revision\";i:4230;s:30:\"logentry-suppress-event-legacy\";i:4231;s:33:\"logentry-suppress-revision-legacy\";i:4232;s:21:\"revdelete-content-hid\";i:4233;s:21:\"revdelete-summary-hid\";i:4234;s:19:\"revdelete-uname-hid\";i:4235;s:23:\"revdelete-content-unhid\";i:4236;s:23:\"revdelete-summary-unhid\";i:4237;s:21:\"revdelete-uname-unhid\";i:4238;s:20:\"revdelete-restricted\";i:4239;s:22:\"revdelete-unrestricted\";i:4240;s:20:\"logentry-block-block\";i:4241;s:22:\"logentry-block-unblock\";i:4242;s:22:\"logentry-block-reblock\";i:4243;s:32:\"logentry-partialblock-block-page\";i:4244;s:30:\"logentry-partialblock-block-ns\";i:4245;s:34:\"logentry-partialblock-block-action\";i:4246;s:27:\"logentry-partialblock-block\";i:4247;s:29:\"logentry-partialblock-reblock\";i:4248;s:32:\"logentry-non-editing-block-block\";i:4249;s:34:\"logentry-non-editing-block-reblock\";i:4250;s:23:\"logentry-suppress-block\";i:4251;s:25:\"logentry-suppress-reblock\";i:4252;s:22:\"logentry-import-upload\";i:4253;s:30:\"logentry-import-upload-details\";i:4254;s:25:\"logentry-import-interwiki\";i:4255;s:33:\"logentry-import-interwiki-details\";i:4256;s:20:\"logentry-merge-merge\";i:4257;s:18:\"logentry-move-move\";i:4258;s:29:\"logentry-move-move-noredirect\";i:4259;s:24:\"logentry-move-move_redir\";i:4260;s:35:\"logentry-move-move_redir-noredirect\";i:4261;s:22:\"logentry-patrol-patrol\";i:4262;s:27:\"logentry-patrol-patrol-auto\";i:4263;s:26:\"logentry-newusers-newusers\";i:4264;s:24:\"logentry-newusers-create\";i:4265;s:25:\"logentry-newusers-create2\";i:4266;s:25:\"logentry-newusers-byemail\";i:4267;s:28:\"logentry-newusers-autocreate\";i:4268;s:26:\"logentry-protect-move_prot\";i:4269;s:26:\"logentry-protect-unprotect\";i:4270;s:24:\"logentry-protect-protect\";i:4271;s:32:\"logentry-protect-protect-cascade\";i:4272;s:23:\"logentry-protect-modify\";i:4273;s:31:\"logentry-protect-modify-cascade\";i:4274;s:22:\"logentry-rights-rights\";i:4275;s:29:\"logentry-rights-rights-legacy\";i:4276;s:27:\"logentry-rights-autopromote\";i:4277;s:22:\"logentry-upload-upload\";i:4278;s:25:\"logentry-upload-overwrite\";i:4279;s:22:\"logentry-upload-revert\";i:4280;s:19:\"log-name-managetags\";i:4281;s:26:\"log-description-managetags\";i:4282;s:26:\"logentry-managetags-create\";i:4283;s:26:\"logentry-managetags-delete\";i:4284;s:28:\"logentry-managetags-activate\";i:4285;s:30:\"logentry-managetags-deactivate\";i:4286;s:12:\"log-name-tag\";i:4287;s:19:\"log-description-tag\";i:4288;s:32:\"logentry-tag-update-add-revision\";i:4289;s:32:\"logentry-tag-update-add-logentry\";i:4290;s:35:\"logentry-tag-update-remove-revision\";i:4291;s:35:\"logentry-tag-update-remove-logentry\";i:4292;s:28:\"logentry-tag-update-revision\";i:4293;s:28:\"logentry-tag-update-logentry\";i:4294;s:14:\"deletedarticle\";i:4295;s:16:\"undeletedarticle\";i:4296;s:15:\"patrol-log-line\";i:4297;s:15:\"patrol-log-auto\";i:4298;s:15:\"patrol-log-diff\";i:4299;s:9:\"1movedto2\";i:4300;s:15:\"1movedto2_redir\";i:4301;s:23:\"newuserlog-create-entry\";i:4302;s:24:\"newuserlog-create2-entry\";i:4303;s:27:\"newuserlog-autocreate-entry\";i:4304;s:14:\"rightslogentry\";i:4305;s:26:\"rightslogentry-autopromote\";i:4306;s:30:\"rightslogentry-temporary-group\";i:4307;s:15:\"feedback-adding\";i:4308;s:13:\"feedback-back\";i:4309;s:17:\"feedback-bugcheck\";i:4310;s:15:\"feedback-bugnew\";i:4311;s:18:\"feedback-bugornote\";i:4312;s:14:\"feedback-close\";i:4313;s:35:\"feedback-external-bug-report-button\";i:4314;s:21:\"feedback-dialog-title\";i:4315;s:21:\"feedback-dialog-intro\";i:4316;s:15:\"feedback-error1\";i:4317;s:15:\"feedback-error4\";i:4318;s:16:\"feedback-message\";i:4319;s:16:\"feedback-subject\";i:4320;s:15:\"feedback-submit\";i:4321;s:14:\"feedback-terms\";i:4322;s:19:\"feedback-termsofuse\";i:4323;s:15:\"feedback-thanks\";i:4324;s:21:\"feedback-thanks-title\";i:4325;s:18:\"feedback-useragent\";i:4326;s:27:\"search-match-redirect-label\";i:4327;s:26:\"search-match-redirect-help\";i:4328;s:17:\"searchlimit-label\";i:4329;s:16:\"searchlimit-help\";i:4330;s:30:\"api-clientside-error-noconnect\";i:4331;s:25:\"api-clientside-error-http\";i:4332;s:28:\"api-clientside-error-aborted\";i:4333;s:36:\"api-clientside-error-invalidresponse\";i:4334;s:19:\"api-error-emptypage\";i:4335;s:23:\"api-error-publishfailed\";i:4336;s:16:\"duration-seconds\";i:4337;s:16:\"duration-minutes\";i:4338;s:14:\"duration-hours\";i:4339;s:13:\"duration-days\";i:4340;s:14:\"duration-weeks\";i:4341;s:14:\"duration-years\";i:4342;s:16:\"duration-decades\";i:4343;s:18:\"duration-centuries\";i:4344;s:18:\"duration-millennia\";i:4345;s:14:\"rotate-comment\";i:4346;s:17:\"limitreport-title\";i:4347;s:19:\"limitreport-cputime\";i:4348;s:25:\"limitreport-cputime-value\";i:4349;s:20:\"limitreport-walltime\";i:4350;s:26:\"limitreport-walltime-value\";i:4351;s:26:\"limitreport-ppvisitednodes\";i:4352;s:32:\"limitreport-ppvisitednodes-value\";i:4353;s:33:\"limitreport-postexpandincludesize\";i:4354;s:39:\"limitreport-postexpandincludesize-value\";i:4355;s:32:\"limitreport-templateargumentsize\";i:4356;s:38:\"limitreport-templateargumentsize-value\";i:4357;s:26:\"limitreport-expansiondepth\";i:4358;s:32:\"limitreport-expansiondepth-value\";i:4359;s:34:\"limitreport-expensivefunctioncount\";i:4360;s:40:\"limitreport-expensivefunctioncount-value\";i:4361;s:25:\"limitreport-unstrip-depth\";i:4362;s:31:\"limitreport-unstrip-depth-value\";i:4363;s:24:\"limitreport-unstrip-size\";i:4364;s:30:\"limitreport-unstrip-size-value\";i:4365;s:15:\"expandtemplates\";i:4366;s:22:\"expand_templates_intro\";i:4367;s:22:\"expand_templates_title\";i:4368;s:22:\"expand_templates_input\";i:4369;s:23:\"expand_templates_output\";i:4370;s:27:\"expand_templates_xml_output\";i:4371;s:28:\"expand_templates_html_output\";i:4372;s:32:\"expand_templates_remove_comments\";i:4373;s:30:\"expand_templates_remove_nowiki\";i:4374;s:29:\"expand_templates_generate_xml\";i:4375;s:33:\"expand_templates_generate_rawhtml\";i:4376;s:24:\"expand_templates_preview\";i:4377;s:34:\"expand_templates_preview_fail_html\";i:4378;s:39:\"expand_templates_preview_fail_html_anon\";i:4379;s:30:\"expand_templates_input_missing\";i:4380;s:12:\"pagelanguage\";i:4381;s:13:\"pagelang-name\";i:4382;s:17:\"pagelang-language\";i:4383;s:20:\"pagelang-use-default\";i:4384;s:20:\"pagelang-select-lang\";i:4385;s:15:\"pagelang-reason\";i:4386;s:15:\"pagelang-submit\";i:4387;s:25:\"pagelang-nonexistent-page\";i:4388;s:27:\"pagelang-unchanged-language\";i:4389;s:35:\"pagelang-unchanged-language-default\";i:4390;s:18:\"pagelang-db-failed\";i:4391;s:14:\"right-pagelang\";i:4392;s:15:\"action-pagelang\";i:4393;s:17:\"log-name-pagelang\";i:4394;s:24:\"log-description-pagelang\";i:4395;s:26:\"logentry-pagelang-pagelang\";i:4396;s:22:\"default-skin-not-found\";i:4397;s:31:\"default-skin-not-found-no-skins\";i:4398;s:34:\"default-skin-not-found-row-enabled\";i:4399;s:35:\"default-skin-not-found-row-disabled\";i:4400;s:15:\"mediastatistics\";i:4401;s:23:\"mediastatistics-summary\";i:4402;s:22:\"mediastatistics-nfiles\";i:4403;s:22:\"mediastatistics-nbytes\";i:4404;s:28:\"mediastatistics-bytespertype\";i:4405;s:24:\"mediastatistics-allbytes\";i:4406;s:30:\"mediastatistics-table-mimetype\";i:4407;s:32:\"mediastatistics-table-extensions\";i:4408;s:27:\"mediastatistics-table-count\";i:4409;s:32:\"mediastatistics-table-totalbytes\";i:4410;s:30:\"mediastatistics-header-unknown\";i:4411;s:29:\"mediastatistics-header-bitmap\";i:4412;s:30:\"mediastatistics-header-drawing\";i:4413;s:28:\"mediastatistics-header-audio\";i:4414;s:28:\"mediastatistics-header-video\";i:4415;s:33:\"mediastatistics-header-multimedia\";i:4416;s:29:\"mediastatistics-header-office\";i:4417;s:27:\"mediastatistics-header-text\";i:4418;s:33:\"mediastatistics-header-executable\";i:4419;s:30:\"mediastatistics-header-archive\";i:4420;s:25:\"mediastatistics-header-3d\";i:4421;s:28:\"mediastatistics-header-total\";i:4422;s:24:\"json-warn-trailing-comma\";i:4423;s:18:\"json-error-unknown\";i:4424;s:16:\"json-error-depth\";i:4425;s:25:\"json-error-state-mismatch\";i:4426;s:20:\"json-error-ctrl-char\";i:4427;s:17:\"json-error-syntax\";i:4428;s:15:\"json-error-utf8\";i:4429;s:32:\"json-error-invalid-property-name\";i:4430;s:16:\"json-error-utf16\";i:4431;s:21:\"headline-anchor-title\";i:4432;s:30:\"special-characters-group-latin\";i:4433;s:38:\"special-characters-group-latinextended\";i:4434;s:28:\"special-characters-group-ipa\";i:4435;s:32:\"special-characters-group-symbols\";i:4436;s:30:\"special-characters-group-greek\";i:4437;s:38:\"special-characters-group-greekextended\";i:4438;s:33:\"special-characters-group-cyrillic\";i:4439;s:31:\"special-characters-group-arabic\";i:4440;s:39:\"special-characters-group-arabicextended\";i:4441;s:32:\"special-characters-group-persian\";i:4442;s:31:\"special-characters-group-hebrew\";i:4443;s:31:\"special-characters-group-bangla\";i:4444;s:30:\"special-characters-group-tamil\";i:4445;s:31:\"special-characters-group-telugu\";i:4446;s:32:\"special-characters-group-sinhala\";i:4447;s:33:\"special-characters-group-gujarati\";i:4448;s:35:\"special-characters-group-devanagari\";i:4449;s:29:\"special-characters-group-thai\";i:4450;s:28:\"special-characters-group-lao\";i:4451;s:30:\"special-characters-group-khmer\";i:4452;s:43:\"special-characters-group-canadianaboriginal\";i:4453;s:30:\"special-characters-group-runes\";i:4454;s:31:\"special-characters-title-endash\";i:4455;s:31:\"special-characters-title-emdash\";i:4456;s:30:\"special-characters-title-minus\";i:4457;s:22:\"mw-widgets-abandonedit\";i:4458;s:30:\"mw-widgets-abandonedit-discard\";i:4459;s:27:\"mw-widgets-abandonedit-keep\";i:4460;s:28:\"mw-widgets-abandonedit-title\";i:4461;s:30:\"mw-widgets-copytextlayout-copy\";i:4462;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4463;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4464;s:28:\"mw-widgets-dateinput-no-date\";i:4465;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4466;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4467;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4468;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4469;s:32:\"mw-widgets-mediasearch-noresults\";i:4470;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4471;s:27:\"mw-widgets-table-row-delete\";i:4472;s:42:\"mw-widgets-titleinput-description-new-page\";i:4473;s:42:\"mw-widgets-titleinput-description-redirect\";i:4474;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4475;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4476;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4477;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4478;s:15:\"date-range-from\";i:4479;s:13:\"date-range-to\";i:4480;s:18:\"sessionmanager-tie\";i:4481;s:23:\"sessionprovider-generic\";i:4482;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4483;s:25:\"sessionprovider-nocookies\";i:4484;s:14:\"randomrootpage\";i:4485;s:23:\"log-action-filter-block\";i:4486;s:30:\"log-action-filter-contentmodel\";i:4487;s:24:\"log-action-filter-delete\";i:4488;s:24:\"log-action-filter-import\";i:4489;s:28:\"log-action-filter-managetags\";i:4490;s:22:\"log-action-filter-move\";i:4491;s:26:\"log-action-filter-newusers\";i:4492;s:24:\"log-action-filter-patrol\";i:4493;s:25:\"log-action-filter-protect\";i:4494;s:24:\"log-action-filter-rights\";i:4495;s:26:\"log-action-filter-suppress\";i:4496;s:24:\"log-action-filter-upload\";i:4497;s:21:\"log-action-filter-all\";i:4498;s:29:\"log-action-filter-block-block\";i:4499;s:31:\"log-action-filter-block-reblock\";i:4500;s:31:\"log-action-filter-block-unblock\";i:4501;s:37:\"log-action-filter-contentmodel-change\";i:4502;s:34:\"log-action-filter-contentmodel-new\";i:4503;s:31:\"log-action-filter-delete-delete\";i:4504;s:37:\"log-action-filter-delete-delete_redir\";i:4505;s:38:\"log-action-filter-delete-delete_redir2\";i:4506;s:32:\"log-action-filter-delete-restore\";i:4507;s:30:\"log-action-filter-delete-event\";i:4508;s:33:\"log-action-filter-delete-revision\";i:4509;s:34:\"log-action-filter-import-interwiki\";i:4510;s:31:\"log-action-filter-import-upload\";i:4511;s:35:\"log-action-filter-managetags-create\";i:4512;s:35:\"log-action-filter-managetags-delete\";i:4513;s:37:\"log-action-filter-managetags-activate\";i:4514;s:39:\"log-action-filter-managetags-deactivate\";i:4515;s:27:\"log-action-filter-move-move\";i:4516;s:33:\"log-action-filter-move-move_redir\";i:4517;s:33:\"log-action-filter-newusers-create\";i:4518;s:34:\"log-action-filter-newusers-create2\";i:4519;s:37:\"log-action-filter-newusers-autocreate\";i:4520;s:34:\"log-action-filter-newusers-byemail\";i:4521;s:31:\"log-action-filter-patrol-patrol\";i:4522;s:35:\"log-action-filter-patrol-autopatrol\";i:4523;s:33:\"log-action-filter-protect-protect\";i:4524;s:32:\"log-action-filter-protect-modify\";i:4525;s:35:\"log-action-filter-protect-unprotect\";i:4526;s:35:\"log-action-filter-protect-move_prot\";i:4527;s:31:\"log-action-filter-rights-rights\";i:4528;s:36:\"log-action-filter-rights-autopromote\";i:4529;s:32:\"log-action-filter-suppress-event\";i:4530;s:35:\"log-action-filter-suppress-revision\";i:4531;s:33:\"log-action-filter-suppress-delete\";i:4532;s:32:\"log-action-filter-suppress-block\";i:4533;s:34:\"log-action-filter-suppress-reblock\";i:4534;s:31:\"log-action-filter-upload-upload\";i:4535;s:34:\"log-action-filter-upload-overwrite\";i:4536;s:31:\"log-action-filter-upload-revert\";i:4537;s:33:\"authmanager-authn-not-in-progress\";i:4538;s:28:\"authmanager-authn-no-primary\";i:4539;s:31:\"authmanager-authn-no-local-user\";i:4540;s:36:\"authmanager-authn-no-local-user-link\";i:4541;s:35:\"authmanager-authn-autocreate-failed\";i:4542;s:32:\"authmanager-change-not-supported\";i:4543;s:27:\"authmanager-create-disabled\";i:4544;s:29:\"authmanager-create-from-login\";i:4545;s:34:\"authmanager-create-not-in-progress\";i:4546;s:29:\"authmanager-create-no-primary\";i:4547;s:27:\"authmanager-link-no-primary\";i:4548;s:32:\"authmanager-link-not-in-progress\";i:4549;s:29:\"authmanager-autocreate-noperm\";i:4550;s:32:\"authmanager-autocreate-exception\";i:4551;s:28:\"authmanager-userdoesnotexist\";i:4552;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4553;s:25:\"authmanager-username-help\";i:4554;s:25:\"authmanager-password-help\";i:4555;s:23:\"authmanager-domain-help\";i:4556;s:23:\"authmanager-retype-help\";i:4557;s:23:\"authmanager-email-label\";i:4558;s:22:\"authmanager-email-help\";i:4559;s:26:\"authmanager-realname-label\";i:4560;s:25:\"authmanager-realname-help\";i:4561;s:29:\"authmanager-provider-password\";i:4562;s:36:\"authmanager-provider-password-domain\";i:4563;s:35:\"authmanager-account-password-domain\";i:4564;s:38:\"authmanager-provider-temporarypassword\";i:4565;s:32:\"authprovider-confirmlink-message\";i:4566;s:31:\"authprovider-confirmlink-option\";i:4567;s:38:\"authprovider-confirmlink-request-label\";i:4568;s:37:\"authprovider-confirmlink-request-help\";i:4569;s:37:\"authprovider-confirmlink-success-line\";i:4570;s:36:\"authprovider-confirmlink-failed-line\";i:4571;s:31:\"authprovider-confirmlink-failed\";i:4572;s:32:\"authprovider-confirmlink-ok-help\";i:4573;s:33:\"authprovider-resetpass-skip-label\";i:4574;s:32:\"authprovider-resetpass-skip-help\";i:4575;s:24:\"authform-nosession-login\";i:4576;s:25:\"authform-nosession-signup\";i:4577;s:17:\"authform-newtoken\";i:4578;s:16:\"authform-notoken\";i:4579;s:19:\"authform-wrongtoken\";i:4580;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4581;s:37:\"specialpage-securitylevel-not-allowed\";i:4582;s:21:\"authpage-cannot-login\";i:4583;s:30:\"authpage-cannot-login-continue\";i:4584;s:22:\"authpage-cannot-create\";i:4585;s:31:\"authpage-cannot-create-continue\";i:4586;s:20:\"authpage-cannot-link\";i:4587;s:29:\"authpage-cannot-link-continue\";i:4588;s:28:\"cannotauth-not-allowed-title\";i:4589;s:22:\"cannotauth-not-allowed\";i:4590;s:17:\"changecredentials\";i:4591;s:24:\"changecredentials-submit\";i:4592;s:32:\"changecredentials-invalidsubpage\";i:4593;s:25:\"changecredentials-success\";i:4594;s:17:\"removecredentials\";i:4595;s:24:\"removecredentials-submit\";i:4596;s:32:\"removecredentials-invalidsubpage\";i:4597;s:25:\"removecredentials-success\";i:4598;s:24:\"credentialsform-provider\";i:4599;s:23:\"credentialsform-account\";i:4600;s:28:\"cannotlink-no-provider-title\";i:4601;s:22:\"cannotlink-no-provider\";i:4602;s:12:\"linkaccounts\";i:4603;s:25:\"linkaccounts-success-text\";i:4604;s:19:\"linkaccounts-submit\";i:4605;s:30:\"cannotunlink-no-provider-title\";i:4606;s:24:\"cannotunlink-no-provider\";i:4607;s:14:\"unlinkaccounts\";i:4608;s:22:\"unlinkaccounts-success\";i:4609;s:32:\"authenticationdatachange-ignored\";i:4610;s:14:\"userjsispublic\";i:4611;s:16:\"userjsonispublic\";i:4612;s:15:\"usercssispublic\";i:4613;s:15:\"userjsdangerous\";i:4614;s:23:\"restrictionsfield-badip\";i:4615;s:23:\"restrictionsfield-label\";i:4616;s:22:\"restrictionsfield-help\";i:4617;s:11:\"specialmute\";i:4618;s:19:\"specialmute-success\";i:4619;s:18:\"specialmute-submit\";i:4620;s:28:\"specialmute-label-mute-email\";i:4621;s:18:\"specialmute-header\";i:4622;s:30:\"specialmute-error-invalid-user\";i:4623;s:28:\"specialmute-error-no-options\";i:4624;s:24:\"specialmute-email-footer\";i:4625;s:26:\"specialmute-login-required\";i:4626;s:16:\"mute-preferences\";i:4627;s:5:\"revid\";i:4628;s:6:\"pageid\";i:4629;s:18:\"rawhtml-notallowed\";i:4630;s:13:\"gotointerwiki\";i:4631;s:21:\"gotointerwiki-invalid\";i:4632;s:22:\"gotointerwiki-external\";i:4633;s:17:\"undelete-cantedit\";i:4634;s:19:\"undelete-cantcreate\";i:4635;s:14:\"pagedata-title\";i:4636;s:13:\"pagedata-text\";i:4637;s:23:\"pagedata-not-acceptable\";i:4638;s:18:\"pagedata-bad-title\";i:4639;s:24:\"unregistered-user-config\";i:4640;s:16:\"passwordpolicies\";i:4641;s:24:\"passwordpolicies-summary\";i:4642;s:22:\"passwordpolicies-group\";i:4643;s:25:\"passwordpolicies-policies\";i:4644;s:31:\"passwordpolicies-policy-display\";i:4645;s:40:\"passwordpolicies-policy-displaywithflags\";i:4646;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4647;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4648;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4649;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4650;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4651;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4652;s:39:\"passwordpolicies-policyflag-forcechange\";i:4653;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4654;s:27:\"mycustomjsredirectprotected\";i:4655;s:22:\"deflate-invaliddeflate\";i:4656;s:14:\"unprotected-js\";i:4657;s:19:\"userlogout-continue\";i:4658;s:15:\"userlogout-temp\";i:4659;s:22:\"paramvalidator-baduser\";i:4660;s:29:\"paramvalidator-help-type-user\";i:4661;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4662;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4663;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4664;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4665;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4666;s:23:\"paramvalidator-badtitle\";i:4667;s:27:\"paramvalidator-missingtitle\";i:4668;s:30:\"paramvalidator-help-type-title\";i:4669;s:41:\"paramvalidator-help-type-title-must-exist\";i:4670;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4671;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4672;s:18:\"config-missing-key\";i:4673;s:18:\"config-invalid-key\";i:4674;s:21:\"changeslist-nocomment\";i:4675;s:22:\"skin-view-create-local\";i:4676;s:20:\"skin-view-edit-local\";i:4677;s:26:\"copyupload-allowed-domains\";i:4678;s:30:\"parsoid-stash-rate-limit-error\";i:4679;s:31:\"parsoid-resource-limit-exceeded\";i:4680;s:20:\"parsoid-client-error\";i:4681;s:22:\"newpages-showhide-bots\";i:4682;s:27:\"newpages-showhide-patrolled\";i:4683;s:26:\"newpages-showhide-redirect\";i:4684;s:28:\"newpages-showhide-registered\";i:4685;s:18:\"exif-bitspersample\";i:4686;s:21:\"exif-ycbcrsubsampling\";i:4687;s:26:\"exif-jpeginterchangeformat\";i:4688;s:15:\"exif-whitepoint\";i:4689;s:26:\"exif-primarychromaticities\";i:4690;s:22:\"exif-ycbcrcoefficients\";i:4691;s:24:\"exif-referenceblackwhite\";i:4692;s:15:\"exif-colorspace\";i:4693;s:15:\"exif-subsectime\";i:4694;s:23:\"exif-subsectimeoriginal\";i:4695;s:24:\"exif-subsectimedigitized\";i:4696;s:19:\"exif-fnumber-format\";i:4697;s:24:\"exif-spectralsensitivity\";i:4698;s:20:\"exif-isospeedratings\";i:4699;s:23:\"exif-focallength-format\";i:4700;s:26:\"exif-focalplanexresolution\";i:4701;s:26:\"exif-focalplaneyresolution\";i:4702;s:29:\"exif-focalplaneresolutionunit\";i:4703;s:15:\"exif-saturation\";i:4704;s:29:\"exif-devicesettingdescription\";i:4705;s:16:\"exif-gpsmapdatum\";i:4706;s:22:\"exif-gpsdestbearingref\";i:4707;s:19:\"exif-gpsdestbearing\";i:4708;s:22:\"exif-coordinate-format\";i:4709;s:20:\"exif-jpegfilecomment\";i:4710;s:13:\"exif-keywords\";i:4711;s:23:\"exif-worldregioncreated\";i:4712;s:23:\"exif-sublocationcreated\";i:4713;s:20:\"exif-worldregiondest\";i:4714;s:20:\"exif-sublocationdest\";i:4715;s:13:\"exif-headline\";i:4716;s:11:\"exif-credit\";i:4717;s:15:\"exif-editstatus\";i:4718;s:12:\"exif-urgency\";i:4719;s:22:\"exif-fixtureidentifier\";i:4720;s:17:\"exif-locationdest\";i:4721;s:21:\"exif-locationdestcode\";i:4722;s:16:\"exif-objectcycle\";i:4723;s:12:\"exif-contact\";i:4724;s:11:\"exif-writer\";i:4725;s:15:\"exif-iimversion\";i:4726;s:16:\"exif-iimcategory\";i:4727;s:28:\"exif-iimsupplementalcategory\";i:4728;s:20:\"exif-datetimeexpires\";i:4729;s:21:\"exif-datetimereleased\";i:4730;s:28:\"exif-originaltransmissionref\";i:4731;s:15:\"exif-identifier\";i:4732;s:9:\"exif-lens\";i:4733;s:17:\"exif-serialnumber\";i:4734;s:10:\"exif-label\";i:4735;s:21:\"exif-datetimemetadata\";i:4736;s:13:\"exif-nickname\";i:4737;s:11:\"exif-rating\";i:4738;s:22:\"exif-rightscertificate\";i:4739;s:16:\"exif-copyrighted\";i:4740;s:19:\"exif-copyrightowner\";i:4741;s:15:\"exif-usageterms\";i:4742;s:17:\"exif-webstatement\";i:4743;s:23:\"exif-originaldocumentid\";i:4744;s:15:\"exif-licenseurl\";i:4745;s:23:\"exif-morepermissionsurl\";i:4746;s:19:\"exif-attributionurl\";i:4747;s:29:\"exif-preferredattributionname\";i:4748;s:19:\"exif-pngfilecomment\";i:4749;s:15:\"exif-disclaimer\";i:4750;s:19:\"exif-contentwarning\";i:4751;s:19:\"exif-giffilecomment\";i:4752;s:22:\"exif-intellectualgenre\";i:4753;s:20:\"exif-subjectnewscode\";i:4754;s:14:\"exif-scenecode\";i:4755;s:10:\"exif-event\";i:4756;s:24:\"exif-organisationinimage\";i:4757;s:24:\"exif-originalimageheight\";i:4758;s:23:\"exif-originalimagewidth\";i:4759;s:15:\"exif-make-value\";i:4760;s:16:\"exif-model-value\";i:4761;s:19:\"exif-software-value\";i:4762;s:27:\"exif-software-version-value\";i:4763;s:18:\"exif-contact-value\";i:4764;s:26:\"exif-subjectnewscode-value\";i:4765;s:18:\"exif-compression-2\";i:4766;s:18:\"exif-compression-3\";i:4767;s:18:\"exif-compression-4\";i:4768;s:18:\"exif-compression-5\";i:4769;s:18:\"exif-compression-6\";i:4770;s:18:\"exif-compression-7\";i:4771;s:18:\"exif-compression-8\";i:4772;s:22:\"exif-compression-32773\";i:4773;s:22:\"exif-compression-32946\";i:4774;s:22:\"exif-compression-34712\";i:4775;s:21:\"exif-copyrighted-true\";i:4776;s:22:\"exif-copyrighted-false\";i:4777;s:32:\"exif-photometricinterpretation-0\";i:4778;s:32:\"exif-photometricinterpretation-1\";i:4779;s:32:\"exif-photometricinterpretation-2\";i:4780;s:32:\"exif-photometricinterpretation-3\";i:4781;s:32:\"exif-photometricinterpretation-4\";i:4782;s:32:\"exif-photometricinterpretation-5\";i:4783;s:32:\"exif-photometricinterpretation-6\";i:4784;s:32:\"exif-photometricinterpretation-8\";i:4785;s:32:\"exif-photometricinterpretation-9\";i:4786;s:33:\"exif-photometricinterpretation-10\";i:4787;s:36:\"exif-photometricinterpretation-32803\";i:4788;s:36:\"exif-photometricinterpretation-34892\";i:4789;s:18:\"exif-orientation-5\";i:4790;s:18:\"exif-orientation-6\";i:4791;s:18:\"exif-orientation-7\";i:4792;s:18:\"exif-orientation-8\";i:4793;s:26:\"exif-planarconfiguration-1\";i:4794;s:26:\"exif-planarconfiguration-2\";i:4795;s:19:\"exif-xyresolution-i\";i:4796;s:19:\"exif-xyresolution-c\";i:4797;s:17:\"exif-colorspace-1\";i:4798;s:21:\"exif-colorspace-65535\";i:4799;s:30:\"exif-componentsconfiguration-1\";i:4800;s:30:\"exif-componentsconfiguration-2\";i:4801;s:30:\"exif-componentsconfiguration-3\";i:4802;s:30:\"exif-componentsconfiguration-4\";i:4803;s:30:\"exif-componentsconfiguration-5\";i:4804;s:30:\"exif-componentsconfiguration-6\";i:4805;s:22:\"exif-exposureprogram-5\";i:4806;s:22:\"exif-exposureprogram-7\";i:4807;s:22:\"exif-exposureprogram-8\";i:4808;s:19:\"exif-meteringmode-2\";i:4809;s:19:\"exif-meteringmode-4\";i:4810;s:19:\"exif-meteringmode-5\";i:4811;s:18:\"exif-lightsource-2\";i:4812;s:19:\"exif-lightsource-12\";i:4813;s:19:\"exif-lightsource-13\";i:4814;s:19:\"exif-lightsource-14\";i:4815;s:19:\"exif-lightsource-15\";i:4816;s:19:\"exif-lightsource-20\";i:4817;s:19:\"exif-lightsource-21\";i:4818;s:19:\"exif-lightsource-22\";i:4819;s:19:\"exif-lightsource-23\";i:4820;s:19:\"exif-lightsource-24\";i:4821;s:18:\"exif-flash-fired-0\";i:4822;s:18:\"exif-flash-fired-1\";i:4823;s:19:\"exif-flash-return-0\";i:4824;s:19:\"exif-flash-return-2\";i:4825;s:19:\"exif-flash-return-3\";i:4826;s:17:\"exif-flash-mode-1\";i:4827;s:17:\"exif-flash-mode-2\";i:4828;s:17:\"exif-flash-mode-3\";i:4829;s:19:\"exif-flash-redeye-1\";i:4830;s:17:\"exif-filesource-3\";i:4831;s:21:\"exif-customrendered-2\";i:4832;s:21:\"exif-customrendered-3\";i:4833;s:21:\"exif-customrendered-4\";i:4834;s:21:\"exif-customrendered-6\";i:4835;s:21:\"exif-customrendered-7\";i:4836;s:21:\"exif-customrendered-8\";i:4837;s:18:\"exif-gaincontrol-1\";i:4838;s:18:\"exif-gaincontrol-2\";i:4839;s:18:\"exif-gaincontrol-3\";i:4840;s:18:\"exif-gaincontrol-4\";i:4841;s:17:\"exif-saturation-1\";i:4842;s:17:\"exif-saturation-2\";i:4843;s:27:\"exif-subjectdistancerange-1\";i:4844;s:31:\"exif-gpsaltitude-above-sealevel\";i:4845;s:31:\"exif-gpsaltitude-below-sealevel\";i:4846;s:16:\"exif-gpsstatus-a\";i:4847;s:16:\"exif-gpsstatus-v\";i:4848;s:22:\"exif-gpsdestdistance-n\";i:4849;s:20:\"exif-gpsdop-moderate\";i:4850;s:16:\"exif-gpsdop-fair\";i:4851;s:16:\"exif-gpsdop-poor\";i:4852;s:23:\"exif-ycbcrpositioning-1\";i:4853;s:23:\"exif-ycbcrpositioning-2\";i:4854;s:19:\"exif-dc-contributor\";i:4855;s:16:\"exif-dc-coverage\";i:4856;s:12:\"exif-dc-date\";i:4857;s:16:\"exif-dc-relation\";i:4858;s:14:\"exif-dc-source\";i:4859;s:12:\"exif-dc-type\";i:4860;s:20:\"exif-rating-rejected\";i:4861;s:27:\"exif-maxaperturevalue-value\";i:4862;s:20:\"exif-iimcategory-ace\";i:4863;s:20:\"exif-iimcategory-dis\";i:4864;s:20:\"exif-iimcategory-evn\";i:4865;s:20:\"exif-iimcategory-hum\";i:4866;s:20:\"exif-iimcategory-wea\";i:4867;s:19:\"exif-urgency-normal\";i:4868;s:16:\"exif-urgency-low\";i:4869;s:18:\"exif-urgency-other\";i:4870;s:19:\"exif-firstphotodate\";i:4871;s:18:\"exif-lastphotodate\";i:4872;s:19:\"exif-projectiontype\";i:4873;s:35:\"exif-projectiontype-equirectangular\";i:4874;s:22:\"exif-usepanoramaviewer\";i:4875;s:27:\"exif-usepanoramaviewer-true\";i:4876;s:28:\"exif-usepanoramaviewer-false\";i:4877;s:21:\"exif-exposurelockused\";i:4878;s:26:\"exif-exposurelockused-true\";i:4879;s:27:\"exif-exposurelockused-false\";i:4880;s:23:\"exif-poseheadingdegrees\";i:4881;s:21:\"exif-posepitchdegrees\";i:4882;s:20:\"exif-poserolldegrees\";i:4883;s:30:\"exif-initialviewheadingdegrees\";i:4884;s:28:\"exif-initialviewpitchdegrees\";i:4885;s:27:\"exif-initialviewrolldegrees\";i:4886;s:32:\"exif-initialhorizontalfovdegrees\";i:4887;s:30:\"exif-initialverticalfovdegrees\";i:4888;s:22:\"exif-sourcephotoscount\";i:4889;s:32:\"exif-croppedareaimagewidthpixels\";i:4890;s:33:\"exif-croppedareaimageheightpixels\";i:4891;s:24:\"exif-fullpanowidthpixels\";i:4892;s:25:\"exif-fullpanoheightpixels\";i:4893;s:26:\"exif-croppedarealeftpixels\";i:4894;s:25:\"exif-croppedareatoppixels\";i:4895;s:23:\"exif-initialcameradolly\";i:4896;s:22:\"exif-stitchingsoftware\";i:4897;s:20:\"apihelp-main-summary\";i:4898;s:33:\"apihelp-main-extended-description\";i:4899;s:25:\"apihelp-main-param-action\";i:4900;s:25:\"apihelp-main-param-format\";i:4901;s:25:\"apihelp-main-param-maxlag\";i:4902;s:26:\"apihelp-main-param-smaxage\";i:4903;s:25:\"apihelp-main-param-maxage\";i:4904;s:25:\"apihelp-main-param-assert\";i:4905;s:29:\"apihelp-main-param-assertuser\";i:4906;s:28:\"apihelp-main-param-requestid\";i:4907;s:27:\"apihelp-main-param-servedby\";i:4908;s:31:\"apihelp-main-param-curtimestamp\";i:4909;s:35:\"apihelp-main-param-responselanginfo\";i:4910;s:25:\"apihelp-main-param-origin\";i:4911;s:26:\"apihelp-main-param-uselang\";i:4912;s:26:\"apihelp-main-param-variant\";i:4913;s:30:\"apihelp-main-param-errorformat\";i:4914;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4915;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4916;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4917;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4918;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4919;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4920;s:28:\"apihelp-main-param-errorlang\";i:4921;s:33:\"apihelp-main-param-errorsuselocal\";i:4922;s:21:\"apihelp-block-summary\";i:4923;s:24:\"apihelp-block-param-user\";i:4924;s:26:\"apihelp-block-param-userid\";i:4925;s:26:\"apihelp-block-param-expiry\";i:4926;s:26:\"apihelp-block-param-reason\";i:4927;s:28:\"apihelp-block-param-anononly\";i:4928;s:28:\"apihelp-block-param-nocreate\";i:4929;s:29:\"apihelp-block-param-autoblock\";i:4930;s:27:\"apihelp-block-param-noemail\";i:4931;s:28:\"apihelp-block-param-hidename\";i:4932;s:33:\"apihelp-block-param-allowusertalk\";i:4933;s:27:\"apihelp-block-param-reblock\";i:4934;s:29:\"apihelp-block-param-watchuser\";i:4935;s:35:\"apihelp-block-param-watchlistexpiry\";i:4936;s:24:\"apihelp-block-param-tags\";i:4937;s:27:\"apihelp-block-param-partial\";i:4938;s:36:\"apihelp-block-param-pagerestrictions\";i:4939;s:41:\"apihelp-block-param-namespacerestrictions\";i:4940;s:38:\"apihelp-block-param-actionrestrictions\";i:4941;s:31:\"apihelp-block-example-ip-simple\";i:4942;s:34:\"apihelp-block-example-user-complex\";i:4943;s:40:\"apihelp-changeauthenticationdata-summary\";i:4944;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4945;s:34:\"apihelp-changecontentmodel-summary\";i:4946;s:38:\"apihelp-changecontentmodel-param-title\";i:4947;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4948;s:40:\"apihelp-changecontentmodel-param-summary\";i:4949;s:37:\"apihelp-changecontentmodel-param-tags\";i:4950;s:38:\"apihelp-changecontentmodel-param-model\";i:4951;s:36:\"apihelp-changecontentmodel-param-bot\";i:4952;s:34:\"apihelp-changecontentmodel-example\";i:4953;s:26:\"apihelp-checktoken-summary\";i:4954;s:29:\"apihelp-checktoken-param-type\";i:4955;s:30:\"apihelp-checktoken-param-token\";i:4956;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4957;s:33:\"apihelp-checktoken-example-simple\";i:4958;s:27:\"apihelp-clearhasmsg-summary\";i:4959;s:29:\"apihelp-clearhasmsg-example-1\";i:4960;s:27:\"apihelp-clientlogin-summary\";i:4961;s:33:\"apihelp-clientlogin-example-login\";i:4962;s:34:\"apihelp-clientlogin-example-login2\";i:4963;s:23:\"apihelp-compare-summary\";i:4964;s:36:\"apihelp-compare-extended-description\";i:4965;s:31:\"apihelp-compare-param-fromtitle\";i:4966;s:28:\"apihelp-compare-param-fromid\";i:4967;s:29:\"apihelp-compare-param-fromrev\";i:4968;s:29:\"apihelp-compare-param-frompst\";i:4969;s:31:\"apihelp-compare-param-fromslots\";i:4970;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4971;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4972;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4973;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4974;s:30:\"apihelp-compare-param-fromtext\";i:4975;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4976;s:39:\"apihelp-compare-param-fromcontentformat\";i:4977;s:33:\"apihelp-compare-param-fromsection\";i:4978;s:29:\"apihelp-compare-param-totitle\";i:4979;s:26:\"apihelp-compare-param-toid\";i:4980;s:27:\"apihelp-compare-param-torev\";i:4981;s:32:\"apihelp-compare-param-torelative\";i:4982;s:27:\"apihelp-compare-param-topst\";i:4983;s:29:\"apihelp-compare-param-toslots\";i:4984;s:35:\"apihelp-compare-param-totext-{slot}\";i:4985;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4986;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4987;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4988;s:28:\"apihelp-compare-param-totext\";i:4989;s:36:\"apihelp-compare-param-tocontentmodel\";i:4990;s:37:\"apihelp-compare-param-tocontentformat\";i:4991;s:31:\"apihelp-compare-param-tosection\";i:4992;s:26:\"apihelp-compare-param-prop\";i:4993;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4994;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4995;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4996;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4997;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4998;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4999;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5000;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5001;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5002;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5003;s:30:\"apihelp-compare-param-difftype\";i:5004;s:27:\"apihelp-compare-param-slots\";i:5005;s:25:\"apihelp-compare-example-1\";i:5006;s:29:\"apihelp-createaccount-summary\";i:5007;s:41:\"apihelp-createaccount-param-preservestate\";i:5008;s:36:\"apihelp-createaccount-example-create\";i:5009;s:25:\"apihelp-cspreport-summary\";i:5010;s:34:\"apihelp-cspreport-param-reportonly\";i:5011;s:30:\"apihelp-cspreport-param-source\";i:5012;s:22:\"apihelp-delete-summary\";i:5013;s:26:\"apihelp-delete-param-title\";i:5014;s:27:\"apihelp-delete-param-pageid\";i:5015;s:27:\"apihelp-delete-param-reason\";i:5016;s:25:\"apihelp-delete-param-tags\";i:5017;s:31:\"apihelp-delete-param-deletetalk\";i:5018;s:26:\"apihelp-delete-param-watch\";i:5019;s:30:\"apihelp-delete-param-watchlist\";i:5020;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5021;s:28:\"apihelp-delete-param-unwatch\";i:5022;s:29:\"apihelp-delete-param-oldimage\";i:5023;s:29:\"apihelp-delete-example-simple\";i:5024;s:29:\"apihelp-delete-example-reason\";i:5025;s:24:\"apihelp-disabled-summary\";i:5026;s:20:\"apihelp-edit-summary\";i:5027;s:24:\"apihelp-edit-param-title\";i:5028;s:25:\"apihelp-edit-param-pageid\";i:5029;s:26:\"apihelp-edit-param-section\";i:5030;s:31:\"apihelp-edit-param-sectiontitle\";i:5031;s:23:\"apihelp-edit-param-text\";i:5032;s:26:\"apihelp-edit-param-summary\";i:5033;s:23:\"apihelp-edit-param-tags\";i:5034;s:24:\"apihelp-edit-param-minor\";i:5035;s:27:\"apihelp-edit-param-notminor\";i:5036;s:22:\"apihelp-edit-param-bot\";i:5037;s:28:\"apihelp-edit-param-baserevid\";i:5038;s:32:\"apihelp-edit-param-basetimestamp\";i:5039;s:33:\"apihelp-edit-param-starttimestamp\";i:5040;s:27:\"apihelp-edit-param-recreate\";i:5041;s:29:\"apihelp-edit-param-createonly\";i:5042;s:27:\"apihelp-edit-param-nocreate\";i:5043;s:24:\"apihelp-edit-param-watch\";i:5044;s:26:\"apihelp-edit-param-unwatch\";i:5045;s:28:\"apihelp-edit-param-watchlist\";i:5046;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5047;s:22:\"apihelp-edit-param-md5\";i:5048;s:30:\"apihelp-edit-param-prependtext\";i:5049;s:29:\"apihelp-edit-param-appendtext\";i:5050;s:23:\"apihelp-edit-param-undo\";i:5051;s:28:\"apihelp-edit-param-undoafter\";i:5052;s:27:\"apihelp-edit-param-redirect\";i:5053;s:32:\"apihelp-edit-param-contentformat\";i:5054;s:31:\"apihelp-edit-param-contentmodel\";i:5055;s:24:\"apihelp-edit-param-token\";i:5056;s:25:\"apihelp-edit-example-edit\";i:5057;s:28:\"apihelp-edit-example-prepend\";i:5058;s:25:\"apihelp-edit-example-undo\";i:5059;s:25:\"apihelp-emailuser-summary\";i:5060;s:30:\"apihelp-emailuser-param-target\";i:5061;s:31:\"apihelp-emailuser-param-subject\";i:5062;s:28:\"apihelp-emailuser-param-text\";i:5063;s:28:\"apihelp-emailuser-param-ccme\";i:5064;s:31:\"apihelp-emailuser-example-email\";i:5065;s:31:\"apihelp-expandtemplates-summary\";i:5066;s:35:\"apihelp-expandtemplates-param-title\";i:5067;s:34:\"apihelp-expandtemplates-param-text\";i:5068;s:35:\"apihelp-expandtemplates-param-revid\";i:5069;s:34:\"apihelp-expandtemplates-param-prop\";i:5070;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5071;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5072;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5073;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5074;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5075;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5076;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5077;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5078;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5079;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5080;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5081;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5082;s:38:\"apihelp-expandtemplates-example-simple\";i:5083;s:33:\"apihelp-feedcontributions-summary\";i:5084;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5085;s:36:\"apihelp-feedcontributions-param-user\";i:5086;s:41:\"apihelp-feedcontributions-param-namespace\";i:5087;s:36:\"apihelp-feedcontributions-param-year\";i:5088;s:37:\"apihelp-feedcontributions-param-month\";i:5089;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5090;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5091;s:39:\"apihelp-feedcontributions-param-toponly\";i:5092;s:39:\"apihelp-feedcontributions-param-newonly\";i:5093;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5094;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5095;s:40:\"apihelp-feedcontributions-example-simple\";i:5096;s:33:\"apihelp-feedrecentchanges-summary\";i:5097;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5098;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5099;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5100;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5101;s:36:\"apihelp-feedrecentchanges-param-days\";i:5102;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5103;s:36:\"apihelp-feedrecentchanges-param-from\";i:5104;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5105;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5106;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5107;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5108;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5109;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5110;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5111;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5112;s:38:\"apihelp-feedrecentchanges-param-target\";i:5113;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5114;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5115;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5116;s:29:\"apihelp-feedwatchlist-summary\";i:5117;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5118;s:33:\"apihelp-feedwatchlist-param-hours\";i:5119;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5120;s:37:\"apihelp-feedwatchlist-example-default\";i:5121;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5122;s:26:\"apihelp-filerevert-summary\";i:5123;s:33:\"apihelp-filerevert-param-filename\";i:5124;s:32:\"apihelp-filerevert-param-comment\";i:5125;s:36:\"apihelp-filerevert-param-archivename\";i:5126;s:33:\"apihelp-filerevert-example-revert\";i:5127;s:20:\"apihelp-help-summary\";i:5128;s:26:\"apihelp-help-param-modules\";i:5129;s:29:\"apihelp-help-param-submodules\";i:5130;s:38:\"apihelp-help-param-recursivesubmodules\";i:5131;s:29:\"apihelp-help-param-helpformat\";i:5132;s:23:\"apihelp-help-param-wrap\";i:5133;s:22:\"apihelp-help-param-toc\";i:5134;s:25:\"apihelp-help-example-main\";i:5135;s:31:\"apihelp-help-example-submodules\";i:5136;s:30:\"apihelp-help-example-recursive\";i:5137;s:25:\"apihelp-help-example-help\";i:5138;s:26:\"apihelp-help-example-query\";i:5139;s:27:\"apihelp-imagerotate-summary\";i:5140;s:34:\"apihelp-imagerotate-param-rotation\";i:5141;s:30:\"apihelp-imagerotate-param-tags\";i:5142;s:34:\"apihelp-imagerotate-example-simple\";i:5143;s:37:\"apihelp-imagerotate-example-generator\";i:5144;s:22:\"apihelp-import-summary\";i:5145;s:35:\"apihelp-import-extended-description\";i:5146;s:28:\"apihelp-import-param-summary\";i:5147;s:24:\"apihelp-import-param-xml\";i:5148;s:36:\"apihelp-import-param-interwikiprefix\";i:5149;s:37:\"apihelp-import-param-assignknownusers\";i:5150;s:36:\"apihelp-import-param-interwikisource\";i:5151;s:34:\"apihelp-import-param-interwikipage\";i:5152;s:32:\"apihelp-import-param-fullhistory\";i:5153;s:30:\"apihelp-import-param-templates\";i:5154;s:30:\"apihelp-import-param-namespace\";i:5155;s:29:\"apihelp-import-param-rootpage\";i:5156;s:25:\"apihelp-import-param-tags\";i:5157;s:29:\"apihelp-import-example-import\";i:5158;s:27:\"apihelp-linkaccount-summary\";i:5159;s:32:\"apihelp-linkaccount-example-link\";i:5160;s:21:\"apihelp-login-summary\";i:5161;s:34:\"apihelp-login-extended-description\";i:5162;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5163;s:24:\"apihelp-login-param-name\";i:5164;s:28:\"apihelp-login-param-password\";i:5165;s:26:\"apihelp-login-param-domain\";i:5166;s:25:\"apihelp-login-param-token\";i:5167;s:27:\"apihelp-login-example-login\";i:5168;s:22:\"apihelp-logout-summary\";i:5169;s:29:\"apihelp-logout-example-logout\";i:5170;s:26:\"apihelp-managetags-summary\";i:5171;s:34:\"apihelp-managetags-param-operation\";i:5172;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5173;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5174;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5175;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5176;s:28:\"apihelp-managetags-param-tag\";i:5177;s:31:\"apihelp-managetags-param-reason\";i:5178;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5179;s:29:\"apihelp-managetags-param-tags\";i:5180;s:33:\"apihelp-managetags-example-create\";i:5181;s:33:\"apihelp-managetags-example-delete\";i:5182;s:35:\"apihelp-managetags-example-activate\";i:5183;s:37:\"apihelp-managetags-example-deactivate\";i:5184;s:28:\"apihelp-mergehistory-summary\";i:5185;s:31:\"apihelp-mergehistory-param-from\";i:5186;s:33:\"apihelp-mergehistory-param-fromid\";i:5187;s:29:\"apihelp-mergehistory-param-to\";i:5188;s:31:\"apihelp-mergehistory-param-toid\";i:5189;s:36:\"apihelp-mergehistory-param-timestamp\";i:5190;s:33:\"apihelp-mergehistory-param-reason\";i:5191;s:34:\"apihelp-mergehistory-example-merge\";i:5192;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5193;s:20:\"apihelp-move-summary\";i:5194;s:23:\"apihelp-move-param-from\";i:5195;s:25:\"apihelp-move-param-fromid\";i:5196;s:21:\"apihelp-move-param-to\";i:5197;s:25:\"apihelp-move-param-reason\";i:5198;s:27:\"apihelp-move-param-movetalk\";i:5199;s:31:\"apihelp-move-param-movesubpages\";i:5200;s:29:\"apihelp-move-param-noredirect\";i:5201;s:24:\"apihelp-move-param-watch\";i:5202;s:26:\"apihelp-move-param-unwatch\";i:5203;s:28:\"apihelp-move-param-watchlist\";i:5204;s:34:\"apihelp-move-param-watchlistexpiry\";i:5205;s:33:\"apihelp-move-param-ignorewarnings\";i:5206;s:23:\"apihelp-move-param-tags\";i:5207;s:25:\"apihelp-move-example-move\";i:5208;s:26:\"apihelp-opensearch-summary\";i:5209;s:31:\"apihelp-opensearch-param-search\";i:5210;s:30:\"apihelp-opensearch-param-limit\";i:5211;s:34:\"apihelp-opensearch-param-namespace\";i:5212;s:32:\"apihelp-opensearch-param-suggest\";i:5213;s:34:\"apihelp-opensearch-param-redirects\";i:5214;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5215;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5216;s:41:\"apihelp-opensearch-param-redirects-append\";i:5217;s:31:\"apihelp-opensearch-param-format\";i:5218;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5219;s:29:\"apihelp-opensearch-example-te\";i:5220;s:23:\"apihelp-options-summary\";i:5221;s:36:\"apihelp-options-extended-description\";i:5222;s:27:\"apihelp-options-param-reset\";i:5223;s:32:\"apihelp-options-param-resetkinds\";i:5224;s:28:\"apihelp-options-param-change\";i:5225;s:32:\"apihelp-options-param-optionname\";i:5226;s:33:\"apihelp-options-param-optionvalue\";i:5227;s:29:\"apihelp-options-example-reset\";i:5228;s:30:\"apihelp-options-example-change\";i:5229;s:31:\"apihelp-options-example-complex\";i:5230;s:25:\"apihelp-paraminfo-summary\";i:5231;s:31:\"apihelp-paraminfo-param-modules\";i:5232;s:34:\"apihelp-paraminfo-param-helpformat\";i:5233;s:36:\"apihelp-paraminfo-param-querymodules\";i:5234;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5235;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5236;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5237;s:27:\"apihelp-paraminfo-example-1\";i:5238;s:27:\"apihelp-paraminfo-example-2\";i:5239;s:21:\"apihelp-parse-summary\";i:5240;s:34:\"apihelp-parse-extended-description\";i:5241;s:25:\"apihelp-parse-param-title\";i:5242;s:24:\"apihelp-parse-param-text\";i:5243;s:25:\"apihelp-parse-param-revid\";i:5244;s:27:\"apihelp-parse-param-summary\";i:5245;s:24:\"apihelp-parse-param-page\";i:5246;s:26:\"apihelp-parse-param-pageid\";i:5247;s:29:\"apihelp-parse-param-redirects\";i:5248;s:25:\"apihelp-parse-param-oldid\";i:5249;s:24:\"apihelp-parse-param-prop\";i:5250;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5251;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5252;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5253;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5254;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5255;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5256;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5257;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5258;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5259;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5260;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5261;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5262;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5263;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5264;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5265;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5266;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5267;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5268;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5269;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5270;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5271;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5272;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5273;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5274;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5275;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5276;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5277;s:23:\"apihelp-parse-param-pst\";i:5278;s:27:\"apihelp-parse-param-onlypst\";i:5279;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5280;s:27:\"apihelp-parse-param-section\";i:5281;s:32:\"apihelp-parse-param-sectiontitle\";i:5282;s:38:\"apihelp-parse-param-disablelimitreport\";i:5283;s:29:\"apihelp-parse-param-disablepp\";i:5284;s:38:\"apihelp-parse-param-disableeditsection\";i:5285;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5286;s:36:\"apihelp-parse-param-showstrategykeys\";i:5287;s:31:\"apihelp-parse-param-generatexml\";i:5288;s:27:\"apihelp-parse-param-preview\";i:5289;s:34:\"apihelp-parse-param-sectionpreview\";i:5290;s:30:\"apihelp-parse-param-disabletoc\";i:5291;s:27:\"apihelp-parse-param-useskin\";i:5292;s:33:\"apihelp-parse-param-contentformat\";i:5293;s:32:\"apihelp-parse-param-contentmodel\";i:5294;s:26:\"apihelp-parse-example-page\";i:5295;s:26:\"apihelp-parse-example-text\";i:5296;s:31:\"apihelp-parse-example-texttitle\";i:5297;s:29:\"apihelp-parse-example-summary\";i:5298;s:22:\"apihelp-patrol-summary\";i:5299;s:25:\"apihelp-patrol-param-rcid\";i:5300;s:26:\"apihelp-patrol-param-revid\";i:5301;s:25:\"apihelp-patrol-param-tags\";i:5302;s:27:\"apihelp-patrol-example-rcid\";i:5303;s:28:\"apihelp-patrol-example-revid\";i:5304;s:23:\"apihelp-protect-summary\";i:5305;s:27:\"apihelp-protect-param-title\";i:5306;s:28:\"apihelp-protect-param-pageid\";i:5307;s:33:\"apihelp-protect-param-protections\";i:5308;s:28:\"apihelp-protect-param-expiry\";i:5309;s:28:\"apihelp-protect-param-reason\";i:5310;s:26:\"apihelp-protect-param-tags\";i:5311;s:29:\"apihelp-protect-param-cascade\";i:5312;s:27:\"apihelp-protect-param-watch\";i:5313;s:31:\"apihelp-protect-param-watchlist\";i:5314;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5315;s:31:\"apihelp-protect-example-protect\";i:5316;s:33:\"apihelp-protect-example-unprotect\";i:5317;s:34:\"apihelp-protect-example-unprotect2\";i:5318;s:21:\"apihelp-purge-summary\";i:5319;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5320;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5321;s:28:\"apihelp-purge-example-simple\";i:5322;s:31:\"apihelp-purge-example-generator\";i:5323;s:21:\"apihelp-query-summary\";i:5324;s:34:\"apihelp-query-extended-description\";i:5325;s:24:\"apihelp-query-param-prop\";i:5326;s:24:\"apihelp-query-param-list\";i:5327;s:24:\"apihelp-query-param-meta\";i:5328;s:32:\"apihelp-query-param-indexpageids\";i:5329;s:26:\"apihelp-query-param-export\";i:5330;s:32:\"apihelp-query-param-exportnowrap\";i:5331;s:32:\"apihelp-query-param-exportschema\";i:5332;s:25:\"apihelp-query-param-iwurl\";i:5333;s:31:\"apihelp-query-param-rawcontinue\";i:5334;s:31:\"apihelp-query-example-revisions\";i:5335;s:30:\"apihelp-query-example-allpages\";i:5336;s:35:\"apihelp-query+allcategories-summary\";i:5337;s:38:\"apihelp-query+allcategories-param-from\";i:5338;s:36:\"apihelp-query+allcategories-param-to\";i:5339;s:40:\"apihelp-query+allcategories-param-prefix\";i:5340;s:37:\"apihelp-query+allcategories-param-dir\";i:5341;s:37:\"apihelp-query+allcategories-param-min\";i:5342;s:37:\"apihelp-query+allcategories-param-max\";i:5343;s:39:\"apihelp-query+allcategories-param-limit\";i:5344;s:38:\"apihelp-query+allcategories-param-prop\";i:5345;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5346;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5347;s:40:\"apihelp-query+allcategories-example-size\";i:5348;s:45:\"apihelp-query+allcategories-example-generator\";i:5349;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5350;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5351;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5352;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5353;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5354;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5355;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5356;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5357;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5358;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5359;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5360;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5361;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5362;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5363;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5364;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5365;s:35:\"apihelp-query+allfileusages-summary\";i:5366;s:38:\"apihelp-query+allfileusages-param-from\";i:5367;s:36:\"apihelp-query+allfileusages-param-to\";i:5368;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5369;s:40:\"apihelp-query+allfileusages-param-unique\";i:5370;s:38:\"apihelp-query+allfileusages-param-prop\";i:5371;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5372;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5373;s:39:\"apihelp-query+allfileusages-param-limit\";i:5374;s:37:\"apihelp-query+allfileusages-param-dir\";i:5375;s:37:\"apihelp-query+allfileusages-example-b\";i:5376;s:42:\"apihelp-query+allfileusages-example-unique\";i:5377;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5378;s:45:\"apihelp-query+allfileusages-example-generator\";i:5379;s:31:\"apihelp-query+allimages-summary\";i:5380;s:34:\"apihelp-query+allimages-param-sort\";i:5381;s:33:\"apihelp-query+allimages-param-dir\";i:5382;s:34:\"apihelp-query+allimages-param-from\";i:5383;s:32:\"apihelp-query+allimages-param-to\";i:5384;s:35:\"apihelp-query+allimages-param-start\";i:5385;s:33:\"apihelp-query+allimages-param-end\";i:5386;s:36:\"apihelp-query+allimages-param-prefix\";i:5387;s:37:\"apihelp-query+allimages-param-minsize\";i:5388;s:37:\"apihelp-query+allimages-param-maxsize\";i:5389;s:34:\"apihelp-query+allimages-param-sha1\";i:5390;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5391;s:34:\"apihelp-query+allimages-param-user\";i:5392;s:40:\"apihelp-query+allimages-param-filterbots\";i:5393;s:34:\"apihelp-query+allimages-param-mime\";i:5394;s:35:\"apihelp-query+allimages-param-limit\";i:5395;s:33:\"apihelp-query+allimages-example-b\";i:5396;s:38:\"apihelp-query+allimages-example-recent\";i:5397;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5398;s:41:\"apihelp-query+allimages-example-generator\";i:5399;s:30:\"apihelp-query+alllinks-summary\";i:5400;s:33:\"apihelp-query+alllinks-param-from\";i:5401;s:31:\"apihelp-query+alllinks-param-to\";i:5402;s:35:\"apihelp-query+alllinks-param-prefix\";i:5403;s:35:\"apihelp-query+alllinks-param-unique\";i:5404;s:33:\"apihelp-query+alllinks-param-prop\";i:5405;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5406;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5407;s:38:\"apihelp-query+alllinks-param-namespace\";i:5408;s:34:\"apihelp-query+alllinks-param-limit\";i:5409;s:32:\"apihelp-query+alllinks-param-dir\";i:5410;s:32:\"apihelp-query+alllinks-example-b\";i:5411;s:37:\"apihelp-query+alllinks-example-unique\";i:5412;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5413;s:40:\"apihelp-query+alllinks-example-generator\";i:5414;s:33:\"apihelp-query+allmessages-summary\";i:5415;s:40:\"apihelp-query+allmessages-param-messages\";i:5416;s:36:\"apihelp-query+allmessages-param-prop\";i:5417;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5418;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5419;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5420;s:36:\"apihelp-query+allmessages-param-args\";i:5421;s:38:\"apihelp-query+allmessages-param-filter\";i:5422;s:42:\"apihelp-query+allmessages-param-customised\";i:5423;s:36:\"apihelp-query+allmessages-param-lang\";i:5424;s:36:\"apihelp-query+allmessages-param-from\";i:5425;s:34:\"apihelp-query+allmessages-param-to\";i:5426;s:37:\"apihelp-query+allmessages-param-title\";i:5427;s:38:\"apihelp-query+allmessages-param-prefix\";i:5428;s:37:\"apihelp-query+allmessages-example-ipb\";i:5429;s:36:\"apihelp-query+allmessages-example-de\";i:5430;s:30:\"apihelp-query+allpages-summary\";i:5431;s:33:\"apihelp-query+allpages-param-from\";i:5432;s:31:\"apihelp-query+allpages-param-to\";i:5433;s:35:\"apihelp-query+allpages-param-prefix\";i:5434;s:38:\"apihelp-query+allpages-param-namespace\";i:5435;s:40:\"apihelp-query+allpages-param-filterredir\";i:5436;s:36:\"apihelp-query+allpages-param-minsize\";i:5437;s:36:\"apihelp-query+allpages-param-maxsize\";i:5438;s:35:\"apihelp-query+allpages-param-prtype\";i:5439;s:36:\"apihelp-query+allpages-param-prlevel\";i:5440;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5441;s:34:\"apihelp-query+allpages-param-limit\";i:5442;s:32:\"apihelp-query+allpages-param-dir\";i:5443;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5444;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5445;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5446;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5447;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5448;s:32:\"apihelp-query+allpages-example-b\";i:5449;s:40:\"apihelp-query+allpages-example-generator\";i:5450;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5451;s:34:\"apihelp-query+allredirects-summary\";i:5452;s:37:\"apihelp-query+allredirects-param-from\";i:5453;s:35:\"apihelp-query+allredirects-param-to\";i:5454;s:39:\"apihelp-query+allredirects-param-prefix\";i:5455;s:39:\"apihelp-query+allredirects-param-unique\";i:5456;s:37:\"apihelp-query+allredirects-param-prop\";i:5457;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5458;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5459;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5460;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5461;s:42:\"apihelp-query+allredirects-param-namespace\";i:5462;s:38:\"apihelp-query+allredirects-param-limit\";i:5463;s:36:\"apihelp-query+allredirects-param-dir\";i:5464;s:36:\"apihelp-query+allredirects-example-b\";i:5465;s:41:\"apihelp-query+allredirects-example-unique\";i:5466;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5467;s:44:\"apihelp-query+allredirects-example-generator\";i:5468;s:34:\"apihelp-query+allrevisions-summary\";i:5469;s:38:\"apihelp-query+allrevisions-param-start\";i:5470;s:36:\"apihelp-query+allrevisions-param-end\";i:5471;s:37:\"apihelp-query+allrevisions-param-user\";i:5472;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5473;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5474;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5475;s:39:\"apihelp-query+allrevisions-example-user\";i:5476;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5477;s:36:\"apihelp-query+mystashedfiles-summary\";i:5478;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5479;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5480;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5481;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5482;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5483;s:38:\"apihelp-query+alltransclusions-summary\";i:5484;s:41:\"apihelp-query+alltransclusions-param-from\";i:5485;s:39:\"apihelp-query+alltransclusions-param-to\";i:5486;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5487;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5488;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5489;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5490;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5491;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5492;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5493;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5494;s:40:\"apihelp-query+alltransclusions-example-b\";i:5495;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5496;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5497;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5498;s:30:\"apihelp-query+allusers-summary\";i:5499;s:33:\"apihelp-query+allusers-param-from\";i:5500;s:31:\"apihelp-query+allusers-param-to\";i:5501;s:35:\"apihelp-query+allusers-param-prefix\";i:5502;s:32:\"apihelp-query+allusers-param-dir\";i:5503;s:34:\"apihelp-query+allusers-param-group\";i:5504;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5505;s:35:\"apihelp-query+allusers-param-rights\";i:5506;s:33:\"apihelp-query+allusers-param-prop\";i:5507;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5508;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5509;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5510;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5511;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5512;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5513;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5514;s:34:\"apihelp-query+allusers-param-limit\";i:5515;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5516;s:40:\"apihelp-query+allusers-param-activeusers\";i:5517;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5518;s:32:\"apihelp-query+allusers-example-y\";i:5519;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5520;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5521;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5522;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5523;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5524;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5525;s:31:\"apihelp-query+backlinks-summary\";i:5526;s:35:\"apihelp-query+backlinks-param-title\";i:5527;s:36:\"apihelp-query+backlinks-param-pageid\";i:5528;s:39:\"apihelp-query+backlinks-param-namespace\";i:5529;s:33:\"apihelp-query+backlinks-param-dir\";i:5530;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5531;s:35:\"apihelp-query+backlinks-param-limit\";i:5532;s:38:\"apihelp-query+backlinks-param-redirect\";i:5533;s:38:\"apihelp-query+backlinks-example-simple\";i:5534;s:41:\"apihelp-query+backlinks-example-generator\";i:5535;s:28:\"apihelp-query+blocks-summary\";i:5536;s:32:\"apihelp-query+blocks-param-start\";i:5537;s:30:\"apihelp-query+blocks-param-end\";i:5538;s:30:\"apihelp-query+blocks-param-ids\";i:5539;s:32:\"apihelp-query+blocks-param-users\";i:5540;s:29:\"apihelp-query+blocks-param-ip\";i:5541;s:32:\"apihelp-query+blocks-param-limit\";i:5542;s:31:\"apihelp-query+blocks-param-prop\";i:5543;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5544;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5545;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5546;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5547;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5548;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5549;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5550;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5551;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5552;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5553;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5554;s:31:\"apihelp-query+blocks-param-show\";i:5555;s:35:\"apihelp-query+blocks-example-simple\";i:5556;s:34:\"apihelp-query+blocks-example-users\";i:5557;s:32:\"apihelp-query+categories-summary\";i:5558;s:35:\"apihelp-query+categories-param-prop\";i:5559;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5560;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5561;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5562;s:35:\"apihelp-query+categories-param-show\";i:5563;s:36:\"apihelp-query+categories-param-limit\";i:5564;s:41:\"apihelp-query+categories-param-categories\";i:5565;s:34:\"apihelp-query+categories-param-dir\";i:5566;s:39:\"apihelp-query+categories-example-simple\";i:5567;s:42:\"apihelp-query+categories-example-generator\";i:5568;s:34:\"apihelp-query+categoryinfo-summary\";i:5569;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5570;s:37:\"apihelp-query+categorymembers-summary\";i:5571;s:41:\"apihelp-query+categorymembers-param-title\";i:5572;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5573;s:40:\"apihelp-query+categorymembers-param-prop\";i:5574;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5575;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5576;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5577;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5578;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5579;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5580;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5581;s:40:\"apihelp-query+categorymembers-param-type\";i:5582;s:41:\"apihelp-query+categorymembers-param-limit\";i:5583;s:40:\"apihelp-query+categorymembers-param-sort\";i:5584;s:39:\"apihelp-query+categorymembers-param-dir\";i:5585;s:41:\"apihelp-query+categorymembers-param-start\";i:5586;s:39:\"apihelp-query+categorymembers-param-end\";i:5587;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5588;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5589;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5590;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5591;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5592;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5593;s:44:\"apihelp-query+categorymembers-example-simple\";i:5594;s:47:\"apihelp-query+categorymembers-example-generator\";i:5595;s:34:\"apihelp-query+contributors-summary\";i:5596;s:38:\"apihelp-query+contributors-param-group\";i:5597;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5598;s:39:\"apihelp-query+contributors-param-rights\";i:5599;s:46:\"apihelp-query+contributors-param-excluderights\";i:5600;s:38:\"apihelp-query+contributors-param-limit\";i:5601;s:41:\"apihelp-query+contributors-example-simple\";i:5602;s:38:\"apihelp-query+deletedrevisions-summary\";i:5603;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5604;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5605;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5606;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5607;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5608;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5609;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5610;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5611;s:33:\"apihelp-query+deletedrevs-summary\";i:5612;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5613;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5614;s:37:\"apihelp-query+deletedrevs-param-start\";i:5615;s:35:\"apihelp-query+deletedrevs-param-end\";i:5616;s:36:\"apihelp-query+deletedrevs-param-from\";i:5617;s:34:\"apihelp-query+deletedrevs-param-to\";i:5618;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5619;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5620;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5621;s:36:\"apihelp-query+deletedrevs-param-user\";i:5622;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5623;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5624;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5625;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5626;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5627;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5628;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5629;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5630;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5631;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5632;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5633;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5634;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5635;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5636;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5637;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5638;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5639;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5640;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5641;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5642;s:30:\"apihelp-query+disabled-summary\";i:5643;s:36:\"apihelp-query+duplicatefiles-summary\";i:5644;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5645;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5646;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5647;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5648;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5649;s:32:\"apihelp-query+embeddedin-summary\";i:5650;s:36:\"apihelp-query+embeddedin-param-title\";i:5651;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5652;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5653;s:34:\"apihelp-query+embeddedin-param-dir\";i:5654;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5655;s:36:\"apihelp-query+embeddedin-param-limit\";i:5656;s:39:\"apihelp-query+embeddedin-example-simple\";i:5657;s:42:\"apihelp-query+embeddedin-example-generator\";i:5658;s:30:\"apihelp-query+extlinks-summary\";i:5659;s:34:\"apihelp-query+extlinks-param-limit\";i:5660;s:37:\"apihelp-query+extlinks-param-protocol\";i:5661;s:34:\"apihelp-query+extlinks-param-query\";i:5662;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5663;s:37:\"apihelp-query+extlinks-example-simple\";i:5664;s:33:\"apihelp-query+exturlusage-summary\";i:5665;s:36:\"apihelp-query+exturlusage-param-prop\";i:5666;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5667;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5668;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5669;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5670;s:37:\"apihelp-query+exturlusage-param-query\";i:5671;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5672;s:37:\"apihelp-query+exturlusage-param-limit\";i:5673;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5674;s:40:\"apihelp-query+exturlusage-example-simple\";i:5675;s:33:\"apihelp-query+filearchive-summary\";i:5676;s:36:\"apihelp-query+filearchive-param-from\";i:5677;s:34:\"apihelp-query+filearchive-param-to\";i:5678;s:38:\"apihelp-query+filearchive-param-prefix\";i:5679;s:37:\"apihelp-query+filearchive-param-limit\";i:5680;s:35:\"apihelp-query+filearchive-param-dir\";i:5681;s:36:\"apihelp-query+filearchive-param-sha1\";i:5682;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5683;s:36:\"apihelp-query+filearchive-param-prop\";i:5684;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5685;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5686;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5687;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5688;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5689;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5690;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5691;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5692;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5693;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5694;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5695;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5696;s:40:\"apihelp-query+filearchive-example-simple\";i:5697;s:34:\"apihelp-query+filerepoinfo-summary\";i:5698;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5699;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5700;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5701;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5702;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5703;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5704;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5705;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5706;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5707;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5708;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5709;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5710;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5711;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5712;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5713;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5714;s:31:\"apihelp-query+fileusage-summary\";i:5715;s:34:\"apihelp-query+fileusage-param-prop\";i:5716;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5717;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5718;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5719;s:39:\"apihelp-query+fileusage-param-namespace\";i:5720;s:35:\"apihelp-query+fileusage-param-limit\";i:5721;s:34:\"apihelp-query+fileusage-param-show\";i:5722;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5723;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5724;s:38:\"apihelp-query+fileusage-example-simple\";i:5725;s:41:\"apihelp-query+fileusage-example-generator\";i:5726;s:31:\"apihelp-query+imageinfo-summary\";i:5727;s:34:\"apihelp-query+imageinfo-param-prop\";i:5728;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5729;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5730;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5731;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5732;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5733;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5734;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5735;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5736;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5737;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5738;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5739;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5740;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5741;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5742;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5743;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5744;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5745;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5746;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5747;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5748;s:35:\"apihelp-query+imageinfo-param-limit\";i:5749;s:35:\"apihelp-query+imageinfo-param-start\";i:5750;s:33:\"apihelp-query+imageinfo-param-end\";i:5751;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5752;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5753;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5754;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5755;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5756;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5757;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5758;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5759;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5760;s:38:\"apihelp-query+imageinfo-example-simple\";i:5761;s:37:\"apihelp-query+imageinfo-example-dated\";i:5762;s:28:\"apihelp-query+images-summary\";i:5763;s:32:\"apihelp-query+images-param-limit\";i:5764;s:33:\"apihelp-query+images-param-images\";i:5765;s:30:\"apihelp-query+images-param-dir\";i:5766;s:35:\"apihelp-query+images-example-simple\";i:5767;s:38:\"apihelp-query+images-example-generator\";i:5768;s:32:\"apihelp-query+imageusage-summary\";i:5769;s:36:\"apihelp-query+imageusage-param-title\";i:5770;s:37:\"apihelp-query+imageusage-param-pageid\";i:5771;s:40:\"apihelp-query+imageusage-param-namespace\";i:5772;s:34:\"apihelp-query+imageusage-param-dir\";i:5773;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5774;s:36:\"apihelp-query+imageusage-param-limit\";i:5775;s:39:\"apihelp-query+imageusage-param-redirect\";i:5776;s:39:\"apihelp-query+imageusage-example-simple\";i:5777;s:42:\"apihelp-query+imageusage-example-generator\";i:5778;s:26:\"apihelp-query+info-summary\";i:5779;s:29:\"apihelp-query+info-param-prop\";i:5780;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5781;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5782;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5783;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5784;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5785;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5786;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5787;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5788;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5789;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5790;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5791;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5792;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5793;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5794;s:36:\"apihelp-query+info-param-linkcontext\";i:5795;s:36:\"apihelp-query+info-param-testactions\";i:5796;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5797;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5798;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5799;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5800;s:33:\"apihelp-query+info-example-simple\";i:5801;s:37:\"apihelp-query+info-example-protection\";i:5802;s:33:\"apihelp-query+iwbacklinks-summary\";i:5803;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5804;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5805;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5806;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5807;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5808;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5809;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5810;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5811;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5812;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5813;s:29:\"apihelp-query+iwlinks-summary\";i:5814;s:31:\"apihelp-query+iwlinks-param-url\";i:5815;s:32:\"apihelp-query+iwlinks-param-prop\";i:5816;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5817;s:33:\"apihelp-query+iwlinks-param-limit\";i:5818;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5819;s:33:\"apihelp-query+iwlinks-param-title\";i:5820;s:31:\"apihelp-query+iwlinks-param-dir\";i:5821;s:36:\"apihelp-query+iwlinks-example-simple\";i:5822;s:35:\"apihelp-query+langbacklinks-summary\";i:5823;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5824;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5825;s:39:\"apihelp-query+langbacklinks-param-title\";i:5826;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5827;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5828;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5829;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5830;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5831;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5832;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5833;s:31:\"apihelp-query+langlinks-summary\";i:5834;s:35:\"apihelp-query+langlinks-param-limit\";i:5835;s:33:\"apihelp-query+langlinks-param-url\";i:5836;s:34:\"apihelp-query+langlinks-param-prop\";i:5837;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5838;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5839;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5840;s:34:\"apihelp-query+langlinks-param-lang\";i:5841;s:35:\"apihelp-query+langlinks-param-title\";i:5842;s:33:\"apihelp-query+langlinks-param-dir\";i:5843;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5844;s:38:\"apihelp-query+langlinks-example-simple\";i:5845;s:34:\"apihelp-query+languageinfo-summary\";i:5846;s:47:\"apihelp-query+languageinfo-extended-description\";i:5847;s:37:\"apihelp-query+languageinfo-param-prop\";i:5848;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5849;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5850;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5851;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5852;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5853;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5854;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5855;s:37:\"apihelp-query+languageinfo-param-code\";i:5856;s:41:\"apihelp-query+languageinfo-example-simple\";i:5857;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5858;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5859;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5860;s:27:\"apihelp-query+links-summary\";i:5861;s:35:\"apihelp-query+links-param-namespace\";i:5862;s:31:\"apihelp-query+links-param-limit\";i:5863;s:32:\"apihelp-query+links-param-titles\";i:5864;s:29:\"apihelp-query+links-param-dir\";i:5865;s:34:\"apihelp-query+links-example-simple\";i:5866;s:37:\"apihelp-query+links-example-generator\";i:5867;s:38:\"apihelp-query+links-example-namespaces\";i:5868;s:31:\"apihelp-query+linkshere-summary\";i:5869;s:34:\"apihelp-query+linkshere-param-prop\";i:5870;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5871;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5872;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5873;s:39:\"apihelp-query+linkshere-param-namespace\";i:5874;s:35:\"apihelp-query+linkshere-param-limit\";i:5875;s:34:\"apihelp-query+linkshere-param-show\";i:5876;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5877;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5878;s:38:\"apihelp-query+linkshere-example-simple\";i:5879;s:41:\"apihelp-query+linkshere-example-generator\";i:5880;s:31:\"apihelp-query+logevents-summary\";i:5881;s:34:\"apihelp-query+logevents-param-prop\";i:5882;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5883;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5884;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5885;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5886;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5887;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5888;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5889;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5890;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5891;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5892;s:34:\"apihelp-query+logevents-param-type\";i:5893;s:36:\"apihelp-query+logevents-param-action\";i:5894;s:35:\"apihelp-query+logevents-param-start\";i:5895;s:33:\"apihelp-query+logevents-param-end\";i:5896;s:34:\"apihelp-query+logevents-param-user\";i:5897;s:35:\"apihelp-query+logevents-param-title\";i:5898;s:39:\"apihelp-query+logevents-param-namespace\";i:5899;s:36:\"apihelp-query+logevents-param-prefix\";i:5900;s:33:\"apihelp-query+logevents-param-tag\";i:5901;s:35:\"apihelp-query+logevents-param-limit\";i:5902;s:38:\"apihelp-query+logevents-example-simple\";i:5903;s:35:\"apihelp-query+pagepropnames-summary\";i:5904;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5905;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5906;s:31:\"apihelp-query+pageprops-summary\";i:5907;s:34:\"apihelp-query+pageprops-param-prop\";i:5908;s:38:\"apihelp-query+pageprops-example-simple\";i:5909;s:35:\"apihelp-query+pageswithprop-summary\";i:5910;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5911;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5912;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5913;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5914;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5915;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5916;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5917;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5918;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5919;s:34:\"apihelp-query+prefixsearch-summary\";i:5920;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5921;s:39:\"apihelp-query+prefixsearch-param-search\";i:5922;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5923;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5924;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5925;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5926;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5927;s:37:\"apihelp-query+protectedtitles-summary\";i:5928;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5929;s:41:\"apihelp-query+protectedtitles-param-level\";i:5930;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5931;s:41:\"apihelp-query+protectedtitles-param-start\";i:5932;s:39:\"apihelp-query+protectedtitles-param-end\";i:5933;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5934;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5935;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5936;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5937;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5938;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5939;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5940;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5941;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5942;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5943;s:31:\"apihelp-query+querypage-summary\";i:5944;s:34:\"apihelp-query+querypage-param-page\";i:5945;s:35:\"apihelp-query+querypage-param-limit\";i:5946;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5947;s:28:\"apihelp-query+random-summary\";i:5948;s:41:\"apihelp-query+random-extended-description\";i:5949;s:36:\"apihelp-query+random-param-namespace\";i:5950;s:32:\"apihelp-query+random-param-limit\";i:5951;s:35:\"apihelp-query+random-param-redirect\";i:5952;s:38:\"apihelp-query+random-param-filterredir\";i:5953;s:35:\"apihelp-query+random-example-simple\";i:5954;s:38:\"apihelp-query+random-example-generator\";i:5955;s:35:\"apihelp-query+recentchanges-summary\";i:5956;s:39:\"apihelp-query+recentchanges-param-start\";i:5957;s:37:\"apihelp-query+recentchanges-param-end\";i:5958;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5959;s:38:\"apihelp-query+recentchanges-param-user\";i:5960;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5961;s:37:\"apihelp-query+recentchanges-param-tag\";i:5962;s:38:\"apihelp-query+recentchanges-param-slot\";i:5963;s:38:\"apihelp-query+recentchanges-param-prop\";i:5964;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5965;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5966;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5967;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5968;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5969;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5970;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5971;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5972;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5973;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5974;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5975;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5976;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5977;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5978;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5979;s:38:\"apihelp-query+recentchanges-param-show\";i:5980;s:39:\"apihelp-query+recentchanges-param-limit\";i:5981;s:38:\"apihelp-query+recentchanges-param-type\";i:5982;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5983;s:39:\"apihelp-query+recentchanges-param-title\";i:5984;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5985;s:42:\"apihelp-query+recentchanges-example-simple\";i:5986;s:45:\"apihelp-query+recentchanges-example-generator\";i:5987;s:31:\"apihelp-query+redirects-summary\";i:5988;s:34:\"apihelp-query+redirects-param-prop\";i:5989;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5990;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5991;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5992;s:39:\"apihelp-query+redirects-param-namespace\";i:5993;s:35:\"apihelp-query+redirects-param-limit\";i:5994;s:34:\"apihelp-query+redirects-param-show\";i:5995;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:5996;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:5997;s:38:\"apihelp-query+redirects-example-simple\";i:5998;s:41:\"apihelp-query+redirects-example-generator\";i:5999;s:31:\"apihelp-query+revisions-summary\";i:6000;s:44:\"apihelp-query+revisions-extended-description\";i:6001;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6002;s:37:\"apihelp-query+revisions-param-startid\";i:6003;s:35:\"apihelp-query+revisions-param-endid\";i:6004;s:35:\"apihelp-query+revisions-param-start\";i:6005;s:33:\"apihelp-query+revisions-param-end\";i:6006;s:34:\"apihelp-query+revisions-param-user\";i:6007;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6008;s:33:\"apihelp-query+revisions-param-tag\";i:6009;s:39:\"apihelp-query+revisions-example-content\";i:6010;s:37:\"apihelp-query+revisions-example-last5\";i:6011;s:38:\"apihelp-query+revisions-example-first5\";i:6012;s:44:\"apihelp-query+revisions-example-first5-after\";i:6013;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6014;s:43:\"apihelp-query+revisions-example-first5-user\";i:6015;s:39:\"apihelp-query+revisions+base-param-prop\";i:6016;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6017;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6018;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6019;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6020;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6021;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6022;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6023;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6024;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6025;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6026;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6027;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6028;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6029;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6030;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6031;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6032;s:40:\"apihelp-query+revisions+base-param-slots\";i:6033;s:40:\"apihelp-query+revisions+base-param-limit\";i:6034;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6035;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6036;s:40:\"apihelp-query+revisions+base-param-parse\";i:6037;s:42:\"apihelp-query+revisions+base-param-section\";i:6038;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6039;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6040;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6041;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6042;s:28:\"apihelp-query+search-summary\";i:6043;s:33:\"apihelp-query+search-param-search\";i:6044;s:36:\"apihelp-query+search-param-namespace\";i:6045;s:31:\"apihelp-query+search-param-what\";i:6046;s:31:\"apihelp-query+search-param-info\";i:6047;s:31:\"apihelp-query+search-param-prop\";i:6048;s:36:\"apihelp-query+search-param-qiprofile\";i:6049;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6050;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6051;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6052;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6053;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6054;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6055;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6056;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6057;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6058;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6059;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6060;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6061;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6062;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6063;s:32:\"apihelp-query+search-param-limit\";i:6064;s:36:\"apihelp-query+search-param-interwiki\";i:6065;s:34:\"apihelp-query+search-param-backend\";i:6066;s:41:\"apihelp-query+search-param-enablerewrites\";i:6067;s:31:\"apihelp-query+search-param-sort\";i:6068;s:35:\"apihelp-query+search-example-simple\";i:6069;s:33:\"apihelp-query+search-example-text\";i:6070;s:38:\"apihelp-query+search-example-generator\";i:6071;s:30:\"apihelp-query+siteinfo-summary\";i:6072;s:33:\"apihelp-query+siteinfo-param-prop\";i:6073;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6074;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6075;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6076;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6077;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6078;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6079;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6080;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6081;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6082;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6083;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6084;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6085;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6086;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6087;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6088;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6089;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6090;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6091;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6092;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6093;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6094;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6095;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6096;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6097;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6098;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6099;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6100;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6101;s:37:\"apihelp-query+siteinfo-example-simple\";i:6102;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6103;s:37:\"apihelp-query+siteinfo-example-replag\";i:6104;s:36:\"apihelp-query+stashimageinfo-summary\";i:6105;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6106;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6107;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6108;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6109;s:26:\"apihelp-query+tags-summary\";i:6110;s:30:\"apihelp-query+tags-param-limit\";i:6111;s:29:\"apihelp-query+tags-param-prop\";i:6112;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6113;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6114;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6115;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6116;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6117;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6118;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6119;s:33:\"apihelp-query+tags-example-simple\";i:6120;s:31:\"apihelp-query+templates-summary\";i:6121;s:39:\"apihelp-query+templates-param-namespace\";i:6122;s:35:\"apihelp-query+templates-param-limit\";i:6123;s:39:\"apihelp-query+templates-param-templates\";i:6124;s:33:\"apihelp-query+templates-param-dir\";i:6125;s:38:\"apihelp-query+templates-example-simple\";i:6126;s:41:\"apihelp-query+templates-example-generator\";i:6127;s:42:\"apihelp-query+templates-example-namespaces\";i:6128;s:28:\"apihelp-query+tokens-summary\";i:6129;s:31:\"apihelp-query+tokens-param-type\";i:6130;s:35:\"apihelp-query+tokens-example-simple\";i:6131;s:34:\"apihelp-query+tokens-example-types\";i:6132;s:35:\"apihelp-query+transcludedin-summary\";i:6133;s:38:\"apihelp-query+transcludedin-param-prop\";i:6134;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6135;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6136;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6137;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6138;s:39:\"apihelp-query+transcludedin-param-limit\";i:6139;s:38:\"apihelp-query+transcludedin-param-show\";i:6140;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6141;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6142;s:42:\"apihelp-query+transcludedin-example-simple\";i:6143;s:45:\"apihelp-query+transcludedin-example-generator\";i:6144;s:34:\"apihelp-query+usercontribs-summary\";i:6145;s:38:\"apihelp-query+usercontribs-param-limit\";i:6146;s:38:\"apihelp-query+usercontribs-param-start\";i:6147;s:36:\"apihelp-query+usercontribs-param-end\";i:6148;s:37:\"apihelp-query+usercontribs-param-user\";i:6149;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6150;s:40:\"apihelp-query+usercontribs-param-userids\";i:6151;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6152;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6153;s:37:\"apihelp-query+usercontribs-param-prop\";i:6154;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6155;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6156;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6157;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6158;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6159;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6160;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6161;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6162;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6163;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6164;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6165;s:37:\"apihelp-query+usercontribs-param-show\";i:6166;s:36:\"apihelp-query+usercontribs-param-tag\";i:6167;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6168;s:39:\"apihelp-query+usercontribs-example-user\";i:6169;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6170;s:30:\"apihelp-query+userinfo-summary\";i:6171;s:33:\"apihelp-query+userinfo-param-prop\";i:6172;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6173;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6174;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6175;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6176;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6177;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6178;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6179;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6180;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6181;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6182;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6183;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6184;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6185;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6186;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6187;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6188;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6189;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6190;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6191;s:37:\"apihelp-query+userinfo-example-simple\";i:6192;s:35:\"apihelp-query+userinfo-example-data\";i:6193;s:27:\"apihelp-query+users-summary\";i:6194;s:30:\"apihelp-query+users-param-prop\";i:6195;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6196;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6197;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6198;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6199;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6200;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6201;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6202;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6203;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6204;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6205;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6206;s:38:\"apihelp-query+users-param-attachedwiki\";i:6207;s:31:\"apihelp-query+users-param-users\";i:6208;s:33:\"apihelp-query+users-param-userids\";i:6209;s:34:\"apihelp-query+users-example-simple\";i:6210;s:31:\"apihelp-query+watchlist-summary\";i:6211;s:36:\"apihelp-query+watchlist-param-allrev\";i:6212;s:35:\"apihelp-query+watchlist-param-start\";i:6213;s:33:\"apihelp-query+watchlist-param-end\";i:6214;s:39:\"apihelp-query+watchlist-param-namespace\";i:6215;s:34:\"apihelp-query+watchlist-param-user\";i:6216;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6217;s:35:\"apihelp-query+watchlist-param-limit\";i:6218;s:34:\"apihelp-query+watchlist-param-prop\";i:6219;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6220;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6221;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6222;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6223;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6224;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6225;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6226;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6227;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6228;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6229;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6230;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6231;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6232;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6233;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6234;s:34:\"apihelp-query+watchlist-param-show\";i:6235;s:34:\"apihelp-query+watchlist-param-type\";i:6236;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6237;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6238;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6239;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6240;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6241;s:35:\"apihelp-query+watchlist-param-owner\";i:6242;s:35:\"apihelp-query+watchlist-param-token\";i:6243;s:38:\"apihelp-query+watchlist-example-simple\";i:6244;s:37:\"apihelp-query+watchlist-example-props\";i:6245;s:38:\"apihelp-query+watchlist-example-expiry\";i:6246;s:38:\"apihelp-query+watchlist-example-allrev\";i:6247;s:41:\"apihelp-query+watchlist-example-generator\";i:6248;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6249;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6250;s:34:\"apihelp-query+watchlistraw-summary\";i:6251;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6252;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6253;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6254;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6255;s:37:\"apihelp-query+watchlistraw-param-show\";i:6256;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6257;s:38:\"apihelp-query+watchlistraw-param-token\";i:6258;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6259;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6260;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6261;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6262;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6263;s:40:\"apihelp-removeauthenticationdata-summary\";i:6264;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6265;s:29:\"apihelp-resetpassword-summary\";i:6266;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6267;s:32:\"apihelp-resetpassword-param-user\";i:6268;s:33:\"apihelp-resetpassword-param-email\";i:6269;s:34:\"apihelp-resetpassword-example-user\";i:6270;s:35:\"apihelp-resetpassword-example-email\";i:6271;s:30:\"apihelp-revisiondelete-summary\";i:6272;s:33:\"apihelp-revisiondelete-param-type\";i:6273;s:35:\"apihelp-revisiondelete-param-target\";i:6274;s:32:\"apihelp-revisiondelete-param-ids\";i:6275;s:33:\"apihelp-revisiondelete-param-hide\";i:6276;s:33:\"apihelp-revisiondelete-param-show\";i:6277;s:37:\"apihelp-revisiondelete-param-suppress\";i:6278;s:35:\"apihelp-revisiondelete-param-reason\";i:6279;s:33:\"apihelp-revisiondelete-param-tags\";i:6280;s:39:\"apihelp-revisiondelete-example-revision\";i:6281;s:34:\"apihelp-revisiondelete-example-log\";i:6282;s:24:\"apihelp-rollback-summary\";i:6283;s:37:\"apihelp-rollback-extended-description\";i:6284;s:28:\"apihelp-rollback-param-title\";i:6285;s:29:\"apihelp-rollback-param-pageid\";i:6286;s:27:\"apihelp-rollback-param-tags\";i:6287;s:27:\"apihelp-rollback-param-user\";i:6288;s:30:\"apihelp-rollback-param-summary\";i:6289;s:30:\"apihelp-rollback-param-markbot\";i:6290;s:32:\"apihelp-rollback-param-watchlist\";i:6291;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6292;s:31:\"apihelp-rollback-example-simple\";i:6293;s:32:\"apihelp-rollback-example-summary\";i:6294;s:19:\"apihelp-rsd-summary\";i:6295;s:26:\"apihelp-rsd-example-simple\";i:6296;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6297;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6298;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6299;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6300;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6301;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6302;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6303;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6304;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6305;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6306;s:31:\"apihelp-setpagelanguage-summary\";i:6307;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6308;s:35:\"apihelp-setpagelanguage-param-title\";i:6309;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6310;s:34:\"apihelp-setpagelanguage-param-lang\";i:6311;s:36:\"apihelp-setpagelanguage-param-reason\";i:6312;s:34:\"apihelp-setpagelanguage-param-tags\";i:6313;s:40:\"apihelp-setpagelanguage-example-language\";i:6314;s:39:\"apihelp-setpagelanguage-example-default\";i:6315;s:25:\"apihelp-stashedit-summary\";i:6316;s:38:\"apihelp-stashedit-extended-description\";i:6317;s:29:\"apihelp-stashedit-param-title\";i:6318;s:31:\"apihelp-stashedit-param-section\";i:6319;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6320;s:28:\"apihelp-stashedit-param-text\";i:6321;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6322;s:36:\"apihelp-stashedit-param-contentmodel\";i:6323;s:37:\"apihelp-stashedit-param-contentformat\";i:6324;s:33:\"apihelp-stashedit-param-baserevid\";i:6325;s:31:\"apihelp-stashedit-param-summary\";i:6326;s:19:\"apihelp-tag-summary\";i:6327;s:22:\"apihelp-tag-param-rcid\";i:6328;s:23:\"apihelp-tag-param-revid\";i:6329;s:23:\"apihelp-tag-param-logid\";i:6330;s:21:\"apihelp-tag-param-add\";i:6331;s:24:\"apihelp-tag-param-remove\";i:6332;s:24:\"apihelp-tag-param-reason\";i:6333;s:22:\"apihelp-tag-param-tags\";i:6334;s:23:\"apihelp-tag-example-rev\";i:6335;s:23:\"apihelp-tag-example-log\";i:6336;s:23:\"apihelp-unblock-summary\";i:6337;s:24:\"apihelp-unblock-param-id\";i:6338;s:26:\"apihelp-unblock-param-user\";i:6339;s:28:\"apihelp-unblock-param-userid\";i:6340;s:28:\"apihelp-unblock-param-reason\";i:6341;s:26:\"apihelp-unblock-param-tags\";i:6342;s:26:\"apihelp-unblock-example-id\";i:6343;s:28:\"apihelp-unblock-example-user\";i:6344;s:24:\"apihelp-undelete-summary\";i:6345;s:37:\"apihelp-undelete-extended-description\";i:6346;s:28:\"apihelp-undelete-param-title\";i:6347;s:29:\"apihelp-undelete-param-reason\";i:6348;s:27:\"apihelp-undelete-param-tags\";i:6349;s:33:\"apihelp-undelete-param-timestamps\";i:6350;s:30:\"apihelp-undelete-param-fileids\";i:6351;s:32:\"apihelp-undelete-param-watchlist\";i:6352;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6353;s:35:\"apihelp-undelete-param-undeletetalk\";i:6354;s:29:\"apihelp-undelete-example-page\";i:6355;s:34:\"apihelp-undelete-example-revisions\";i:6356;s:29:\"apihelp-unlinkaccount-summary\";i:6357;s:36:\"apihelp-unlinkaccount-example-simple\";i:6358;s:22:\"apihelp-upload-summary\";i:6359;s:35:\"apihelp-upload-extended-description\";i:6360;s:29:\"apihelp-upload-param-filename\";i:6361;s:28:\"apihelp-upload-param-comment\";i:6362;s:25:\"apihelp-upload-param-tags\";i:6363;s:25:\"apihelp-upload-param-text\";i:6364;s:26:\"apihelp-upload-param-watch\";i:6365;s:30:\"apihelp-upload-param-watchlist\";i:6366;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6367;s:35:\"apihelp-upload-param-ignorewarnings\";i:6368;s:25:\"apihelp-upload-param-file\";i:6369;s:24:\"apihelp-upload-param-url\";i:6370;s:28:\"apihelp-upload-param-filekey\";i:6371;s:31:\"apihelp-upload-param-sessionkey\";i:6372;s:26:\"apihelp-upload-param-stash\";i:6373;s:29:\"apihelp-upload-param-filesize\";i:6374;s:27:\"apihelp-upload-param-offset\";i:6375;s:26:\"apihelp-upload-param-chunk\";i:6376;s:26:\"apihelp-upload-param-async\";i:6377;s:32:\"apihelp-upload-param-checkstatus\";i:6378;s:26:\"apihelp-upload-example-url\";i:6379;s:30:\"apihelp-upload-example-filekey\";i:6380;s:26:\"apihelp-userrights-summary\";i:6381;s:29:\"apihelp-userrights-param-user\";i:6382;s:31:\"apihelp-userrights-param-userid\";i:6383;s:28:\"apihelp-userrights-param-add\";i:6384;s:31:\"apihelp-userrights-param-expiry\";i:6385;s:31:\"apihelp-userrights-param-remove\";i:6386;s:31:\"apihelp-userrights-param-reason\";i:6387;s:29:\"apihelp-userrights-param-tags\";i:6388;s:31:\"apihelp-userrights-example-user\";i:6389;s:33:\"apihelp-userrights-example-userid\";i:6390;s:33:\"apihelp-userrights-example-expiry\";i:6391;s:32:\"apihelp-validatepassword-summary\";i:6392;s:45:\"apihelp-validatepassword-extended-description\";i:6393;s:39:\"apihelp-validatepassword-param-password\";i:6394;s:35:\"apihelp-validatepassword-param-user\";i:6395;s:36:\"apihelp-validatepassword-param-email\";i:6396;s:39:\"apihelp-validatepassword-param-realname\";i:6397;s:34:\"apihelp-validatepassword-example-1\";i:6398;s:34:\"apihelp-validatepassword-example-2\";i:6399;s:21:\"apihelp-watch-summary\";i:6400;s:25:\"apihelp-watch-param-title\";i:6401;s:26:\"apihelp-watch-param-expiry\";i:6402;s:27:\"apihelp-watch-param-unwatch\";i:6403;s:27:\"apihelp-watch-example-watch\";i:6404;s:34:\"apihelp-watch-example-watch-expiry\";i:6405;s:29:\"apihelp-watch-example-unwatch\";i:6406;s:31:\"apihelp-watch-example-generator\";i:6407;s:30:\"apihelp-format-example-generic\";i:6408;s:32:\"apihelp-format-param-wrappedhtml\";i:6409;s:20:\"apihelp-json-summary\";i:6410;s:27:\"apihelp-json-param-callback\";i:6411;s:23:\"apihelp-json-param-utf8\";i:6412;s:24:\"apihelp-json-param-ascii\";i:6413;s:32:\"apihelp-json-param-formatversion\";i:6414;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6415;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6416;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6417;s:22:\"apihelp-jsonfm-summary\";i:6418;s:20:\"apihelp-none-summary\";i:6419;s:19:\"apihelp-php-summary\";i:6420;s:31:\"apihelp-php-param-formatversion\";i:6421;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6422;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6423;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6424;s:21:\"apihelp-phpfm-summary\";i:6425;s:21:\"apihelp-rawfm-summary\";i:6426;s:19:\"apihelp-xml-summary\";i:6427;s:22:\"apihelp-xml-param-xslt\";i:6428;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6429;s:21:\"apihelp-xmlfm-summary\";i:6430;s:16:\"api-format-title\";i:6431;s:29:\"api-format-prettyprint-header\";i:6432;s:39:\"api-format-prettyprint-header-only-html\";i:6433;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6434;s:29:\"api-format-prettyprint-status\";i:6435;s:22:\"api-login-fail-aborted\";i:6436;s:30:\"api-login-fail-aborted-nobotpw\";i:6437;s:33:\"api-login-fail-badsessionprovider\";i:6438;s:25:\"api-login-fail-sameorigin\";i:6439;s:24:\"api-pageset-param-titles\";i:6440;s:25:\"api-pageset-param-pageids\";i:6441;s:24:\"api-pageset-param-revids\";i:6442;s:27:\"api-pageset-param-generator\";i:6443;s:37:\"api-pageset-param-redirects-generator\";i:6444;s:39:\"api-pageset-param-redirects-nogenerator\";i:6445;s:31:\"api-pageset-param-converttitles\";i:6446;s:14:\"api-help-title\";i:6447;s:13:\"api-help-lead\";i:6448;s:20:\"api-help-main-header\";i:6449;s:28:\"api-help-undocumented-module\";i:6450;s:14:\"api-help-flags\";i:6451;s:24:\"api-help-flag-deprecated\";i:6452;s:22:\"api-help-flag-internal\";i:6453;s:24:\"api-help-flag-readrights\";i:6454;s:25:\"api-help-flag-writerights\";i:6455;s:26:\"api-help-flag-mustbeposted\";i:6456;s:23:\"api-help-flag-generator\";i:6457;s:15:\"api-help-source\";i:6458;s:23:\"api-help-source-unknown\";i:6459;s:16:\"api-help-license\";i:6460;s:23:\"api-help-license-noname\";i:6461;s:24:\"api-help-license-unknown\";i:6462;s:18:\"api-help-help-urls\";i:6463;s:19:\"api-help-parameters\";i:6464;s:24:\"api-help-parameters-note\";i:6465;s:25:\"api-help-param-deprecated\";i:6466;s:31:\"api-help-param-deprecated-label\";i:6467;s:23:\"api-help-param-internal\";i:6468;s:29:\"api-help-param-internal-label\";i:6469;s:24:\"api-help-param-templated\";i:6470;s:34:\"api-help-param-templated-var-first\";i:6471;s:28:\"api-help-param-templated-var\";i:6472;s:25:\"api-help-datatypes-header\";i:6473;s:22:\"api-help-datatypes-top\";i:6474;s:25:\"api-help-datatype-boolean\";i:6475;s:24:\"api-help-datatype-expiry\";i:6476;s:27:\"api-help-datatype-timestamp\";i:6477;s:31:\"api-help-templatedparams-header\";i:6478;s:24:\"api-help-templatedparams\";i:6479;s:26:\"api-help-param-type-expiry\";i:6480;s:25:\"api-help-param-type-limit\";i:6481;s:35:\"api-help-param-type-presenceboolean\";i:6482;s:29:\"api-help-param-type-timestamp\";i:6483;s:24:\"api-help-param-type-enum\";i:6484;s:29:\"api-help-param-multi-separate\";i:6485;s:24:\"api-help-param-multi-all\";i:6486;s:28:\"api-help-param-default-empty\";i:6487;s:20:\"api-help-param-token\";i:6488;s:26:\"api-help-param-token-webui\";i:6489;s:37:\"api-help-param-disabled-in-miser-mode\";i:6490;s:36:\"api-help-param-limited-in-miser-mode\";i:6491;s:24:\"api-help-param-direction\";i:6492;s:35:\"api-help-paramvalue-direction-newer\";i:6493;s:35:\"api-help-paramvalue-direction-older\";i:6494;s:23:\"api-help-param-continue\";i:6495;s:29:\"api-help-param-no-description\";i:6496;s:17:\"api-help-examples\";i:6497;s:20:\"api-help-permissions\";i:6498;s:31:\"api-help-permissions-granted-to\";i:6499;s:28:\"api-help-right-apihighlimits\";i:6500;s:27:\"api-help-open-in-apisandbox\";i:6501;s:32:\"api-help-no-extended-description\";i:6502;s:34:\"api-help-authmanager-general-usage\";i:6503;s:35:\"api-help-authmanagerhelper-requests\";i:6504;s:34:\"api-help-authmanagerhelper-request\";i:6505;s:40:\"api-help-authmanagerhelper-messageformat\";i:6506;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6507;s:40:\"api-help-authmanagerhelper-preservestate\";i:6508;s:36:\"api-help-authmanagerhelper-returnurl\";i:6509;s:35:\"api-help-authmanagerhelper-continue\";i:6510;s:44:\"api-help-authmanagerhelper-additional-params\";i:6511;s:27:\"apierror-allimages-redirect\";i:6512;s:37:\"apierror-allpages-generator-redirects\";i:6513;s:27:\"apierror-appendnotsupported\";i:6514;s:22:\"apierror-articleexists\";i:6515;s:25:\"apierror-assertanonfailed\";i:6516;s:24:\"apierror-assertbotfailed\";i:6517;s:30:\"apierror-assertnameduserfailed\";i:6518;s:25:\"apierror-assertuserfailed\";i:6519;s:20:\"apierror-autoblocked\";i:6520;s:32:\"apierror-bad-badfilecontexttitle\";i:6521;s:33:\"apierror-badconfig-resulttoosmall\";i:6522;s:20:\"apierror-badcontinue\";i:6523;s:16:\"apierror-baddiff\";i:6524;s:18:\"apierror-baddiffto\";i:6525;s:26:\"apierror-badformat-generic\";i:6526;s:18:\"apierror-badformat\";i:6527;s:34:\"apierror-badgenerator-notgenerator\";i:6528;s:29:\"apierror-badgenerator-unknown\";i:6529;s:14:\"apierror-badip\";i:6530;s:15:\"apierror-badmd5\";i:6531;s:31:\"apierror-badmodule-badsubmodule\";i:6532;s:31:\"apierror-badmodule-nosubmodules\";i:6533;s:21:\"apierror-badparameter\";i:6534;s:17:\"apierror-badquery\";i:6535;s:21:\"apierror-badtimestamp\";i:6536;s:17:\"apierror-badtoken\";i:6537;s:18:\"apierror-badupload\";i:6538;s:15:\"apierror-badurl\";i:6539;s:16:\"apierror-baduser\";i:6540;s:31:\"apierror-badvalue-notmultivalue\";i:6541;s:28:\"apierror-bad-watchlist-token\";i:6542;s:24:\"apierror-blockedfrommail\";i:6543;s:16:\"apierror-blocked\";i:6544;s:24:\"apierror-blocked-partial\";i:6545;s:25:\"apierror-botsnotsupported\";i:6546;s:33:\"apierror-cannot-async-upload-file\";i:6547;s:29:\"apierror-cannotreauthenticate\";i:6548;s:24:\"apierror-cannotviewtitle\";i:6549;s:24:\"apierror-cantblock-email\";i:6550;s:18:\"apierror-cantblock\";i:6551;s:31:\"apierror-cantchangecontentmodel\";i:6552;s:17:\"apierror-canthide\";i:6553;s:26:\"apierror-cantimport-upload\";i:6554;s:19:\"apierror-cantimport\";i:6555;s:33:\"apierror-cantoverwrite-sharedfile\";i:6556;s:17:\"apierror-cantsend\";i:6557;s:21:\"apierror-cantundelete\";i:6558;s:33:\"apierror-cantview-deleted-comment\";i:6559;s:37:\"apierror-cantview-deleted-description\";i:6560;s:34:\"apierror-cantview-deleted-metadata\";i:6561;s:42:\"apierror-cantview-deleted-revision-content\";i:6562;s:29:\"apierror-changeauth-norequest\";i:6563;s:40:\"apierror-changecontentmodel-missingtitle\";i:6564;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6565;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6566;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6567;s:24:\"apierror-chunk-too-small\";i:6568;s:21:\"apierror-cidrtoobroad\";i:6569;s:33:\"apierror-compare-maintextrequired\";i:6570;s:25:\"apierror-compare-no-title\";i:6571;s:34:\"apierror-compare-nosuchfromsection\";i:6572;s:32:\"apierror-compare-nosuchtosection\";i:6573;s:31:\"apierror-compare-nofromrevision\";i:6574;s:23:\"apierror-compare-notext\";i:6575;s:29:\"apierror-compare-notorevision\";i:6576;s:26:\"apierror-concurrency-limit\";i:6577;s:36:\"apierror-compare-relative-to-deleted\";i:6578;s:36:\"apierror-compare-relative-to-nothing\";i:6579;s:38:\"apierror-contentserializationexception\";i:6580;s:22:\"apierror-contenttoobig\";i:6581;s:30:\"apierror-contentmodel-mismatch\";i:6582;s:28:\"apierror-copyuploadbaddomain\";i:6583;s:25:\"apierror-copyuploadbadurl\";i:6584;s:27:\"apierror-create-titleexists\";i:6585;s:19:\"apierror-csp-report\";i:6586;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6587;s:32:\"apierror-deletedrevs-param-not-3\";i:6588;s:29:\"apierror-edit-invalidredirect\";i:6589;s:24:\"apierror-emptynewsection\";i:6590;s:18:\"apierror-emptypage\";i:6591;s:24:\"apierror-exceptioncaught\";i:6592;s:28:\"apierror-exceptioncaughttype\";i:6593;s:25:\"apierror-filedoesnotexist\";i:6594;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6595;s:19:\"apierror-filenopath\";i:6596;s:32:\"apierror-filetypecannotberotated\";i:6597;s:18:\"apierror-formatphp\";i:6598;s:28:\"apierror-imageusage-badtitle\";i:6599;s:28:\"apierror-import-unknownerror\";i:6600;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6601;s:35:\"apierror-integeroutofrange-abovemax\";i:6602;s:39:\"apierror-integeroutofrange-belowminimum\";i:6603;s:24:\"apierror-invalidcategory\";i:6604;s:22:\"apierror-invalid-chunk\";i:6605;s:22:\"apierror-invalidexpiry\";i:6606;s:25:\"apierror-invalid-file-key\";i:6607;s:23:\"apierror-invalidiprange\";i:6608;s:20:\"apierror-invalidlang\";i:6609;s:22:\"apierror-invalidmethod\";i:6610;s:24:\"apierror-invalidoldimage\";i:6611;s:38:\"apierror-invalidparammix-cannotusewith\";i:6612;s:36:\"apierror-invalidparammix-mustusewith\";i:6613;s:42:\"apierror-invalidparammix-parse-new-section\";i:6614;s:24:\"apierror-invalidparammix\";i:6615;s:23:\"apierror-invalidsection\";i:6616;s:30:\"apierror-invalidsha1base36hash\";i:6617;s:24:\"apierror-invalidsha1hash\";i:6618;s:21:\"apierror-invalidtitle\";i:6619;s:24:\"apierror-invalidurlparam\";i:6620;s:20:\"apierror-invaliduser\";i:6621;s:22:\"apierror-invaliduserid\";i:6622;s:21:\"apierror-ipoutofrange\";i:6623;s:17:\"apierror-maxbytes\";i:6624;s:17:\"apierror-maxchars\";i:6625;s:23:\"apierror-maxlag-generic\";i:6626;s:15:\"apierror-maxlag\";i:6627;s:27:\"apierror-mimesearchdisabled\";i:6628;s:30:\"apierror-missingcontent-pageid\";i:6629;s:29:\"apierror-missingcontent-revid\";i:6630;s:34:\"apierror-missingcontent-revid-role\";i:6631;s:37:\"apierror-missingparam-at-least-one-of\";i:6632;s:28:\"apierror-missingparam-one-of\";i:6633;s:21:\"apierror-missingparam\";i:6634;s:26:\"apierror-missingrev-pageid\";i:6635;s:25:\"apierror-missingrev-title\";i:6636;s:32:\"apierror-missingtitle-createonly\";i:6637;s:21:\"apierror-missingtitle\";i:6638;s:28:\"apierror-missingtitle-byname\";i:6639;s:23:\"apierror-moduledisabled\";i:6640;s:29:\"apierror-multival-only-one-of\";i:6641;s:18:\"apierror-multpages\";i:6642;s:34:\"apierror-mustbeloggedin-changeauth\";i:6643;s:31:\"apierror-mustbeloggedin-generic\";i:6644;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6645;s:34:\"apierror-mustbeloggedin-removeauth\";i:6646;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6647;s:23:\"apierror-mustbeloggedin\";i:6648;s:21:\"apierror-mustbeposted\";i:6649;s:23:\"apierror-mustpostparams\";i:6650;s:19:\"apierror-noapiwrite\";i:6651;s:18:\"apierror-nochanges\";i:6652;s:25:\"apierror-nodeleteablefile\";i:6653;s:26:\"apierror-no-direct-editing\";i:6654;s:20:\"apierror-noedit-anon\";i:6655;s:15:\"apierror-noedit\";i:6656;s:29:\"apierror-noimageredirect-anon\";i:6657;s:24:\"apierror-noimageredirect\";i:6658;s:20:\"apierror-nosuchlogid\";i:6659;s:21:\"apierror-nosuchpageid\";i:6660;s:19:\"apierror-nosuchrcid\";i:6661;s:20:\"apierror-nosuchrevid\";i:6662;s:22:\"apierror-nosuchsection\";i:6663;s:27:\"apierror-nosuchsection-what\";i:6664;s:21:\"apierror-nosuchuserid\";i:6665;s:17:\"apierror-notarget\";i:6666;s:23:\"apierror-notpatrollable\";i:6667;s:23:\"apierror-nouploadmodule\";i:6668;s:33:\"apierror-opensearch-json-warnings\";i:6669;s:24:\"apierror-pagecannotexist\";i:6670;s:20:\"apierror-pagedeleted\";i:6671;s:26:\"apierror-pagelang-disabled\";i:6672;s:19:\"apierror-paramempty\";i:6673;s:30:\"apierror-parsetree-notwikitext\";i:6674;s:36:\"apierror-parsetree-notwikitext-title\";i:6675;s:19:\"apierror-pastexpiry\";i:6676;s:25:\"apierror-permissiondenied\";i:6677;s:33:\"apierror-permissiondenied-generic\";i:6678;s:36:\"apierror-permissiondenied-patrolflag\";i:6679;s:33:\"apierror-permissiondenied-unblock\";i:6680;s:29:\"apierror-prefixsearchdisabled\";i:6681;s:30:\"apierror-promised-nonwrite-api\";i:6682;s:30:\"apierror-protect-invalidaction\";i:6683;s:29:\"apierror-protect-invalidlevel\";i:6684;s:20:\"apierror-ratelimited\";i:6685;s:22:\"apierror-readapidenied\";i:6686;s:17:\"apierror-readonly\";i:6687;s:23:\"apierror-reauthenticate\";i:6688;s:28:\"apierror-redirect-appendonly\";i:6689;s:33:\"apierror-revdel-mutuallyexclusive\";i:6690;s:26:\"apierror-revdel-needtarget\";i:6691;s:27:\"apierror-revdel-paramneeded\";i:6692;s:24:\"apierror-revisions-badid\";i:6693;s:27:\"apierror-revisions-norevids\";i:6694;s:29:\"apierror-revisions-singlepage\";i:6695;s:21:\"apierror-revwrongpage\";i:6696;s:23:\"apierror-searchdisabled\";i:6697;s:29:\"apierror-sectionreplacefailed\";i:6698;s:29:\"apierror-sectionsnotsupported\";i:6699;s:34:\"apierror-sectionsnotsupported-what\";i:6700;s:13:\"apierror-show\";i:6701;s:34:\"apierror-siteinfo-includealldenied\";i:6702;s:25:\"apierror-sizediffdisabled\";i:6703;s:21:\"apierror-spamdetected\";i:6704;s:32:\"apierror-specialpage-cantexecute\";i:6705;s:28:\"apierror-stashedfilenotfound\";i:6706;s:30:\"apierror-stashedit-missingtext\";i:6707;s:23:\"apierror-stashexception\";i:6708;s:29:\"apierror-stashfailed-complete\";i:6709;s:30:\"apierror-stashfailed-nosession\";i:6710;s:25:\"apierror-stashfilestorage\";i:6711;s:25:\"apierror-stashinvalidfile\";i:6712;s:27:\"apierror-stashnosuchfilekey\";i:6713;s:25:\"apierror-stashpathinvalid\";i:6714;s:24:\"apierror-stashwrongowner\";i:6715;s:24:\"apierror-stashzerolength\";i:6716;s:22:\"apierror-systemblocked\";i:6717;s:38:\"apierror-templateexpansion-notwikitext\";i:6718;s:23:\"apierror-toofewexpiries\";i:6719;s:22:\"apierror-toomanyvalues\";i:6720;s:22:\"apierror-unknownaction\";i:6721;s:30:\"apierror-unknownerror-editpage\";i:6722;s:28:\"apierror-unknownerror-nocode\";i:6723;s:21:\"apierror-unknownerror\";i:6724;s:22:\"apierror-unknownformat\";i:6725;s:27:\"apierror-unrecognizedparams\";i:6726;s:26:\"apierror-unrecognizedvalue\";i:6727;s:24:\"apierror-unsupportedrepo\";i:6728;s:29:\"apierror-upload-filekeyneeded\";i:6729;s:33:\"apierror-upload-filekeynotallowed\";i:6730;s:26:\"apierror-upload-inprogress\";i:6731;s:29:\"apierror-upload-missingresult\";i:6732;s:23:\"apierror-urlparamnormal\";i:6733;s:23:\"apierror-writeapidenied\";i:6734;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6735;s:19:\"apiwarn-badurlparam\";i:6736;s:15:\"apiwarn-badutf8\";i:6737;s:34:\"apiwarn-checktoken-percentencoding\";i:6738;s:23:\"apiwarn-compare-no-next\";i:6739;s:23:\"apiwarn-compare-no-prev\";i:6740;s:30:\"apiwarn-compare-nocontentmodel\";i:6741;s:31:\"apiwarn-deprecation-deletedrevs\";i:6742;s:33:\"apiwarn-deprecation-httpsexpected\";i:6743;s:31:\"apiwarn-deprecation-login-botpw\";i:6744;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6745;s:31:\"apiwarn-deprecation-login-token\";i:6746;s:32:\"apiwarn-deprecation-missingparam\";i:6747;s:29:\"apiwarn-deprecation-parameter\";i:6748;s:35:\"apiwarn-deprecation-parse-headitems\";i:6749;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6750;s:29:\"apiwarn-deprecation-purge-get\";i:6751;s:35:\"apiwarn-deprecation-withreplacement\";i:6752;s:20:\"apiwarn-difftohidden\";i:6753;s:26:\"apiwarn-errorprinterfailed\";i:6754;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6755;s:23:\"apiwarn-invalidcategory\";i:6756;s:20:\"apiwarn-invalidtitle\";i:6757;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6758;s:28:\"apiwarn-invalidxmlstylesheet\";i:6759;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6760;s:26:\"apiwarn-moduleswithoutvars\";i:6761;s:15:\"apiwarn-notfile\";i:6762;s:30:\"apiwarn-nothumb-noimagehandler\";i:6763;s:28:\"apiwarn-parse-nocontentmodel\";i:6764;s:30:\"apiwarn-parse-revidwithouttext\";i:6765;s:30:\"apiwarn-parse-titlewithouttext\";i:6766;s:26:\"apiwarn-redirectsandrevids\";i:6767;s:21:\"apiwarn-tokens-origin\";i:6768;s:23:\"apiwarn-truncatedresult\";i:6769;s:27:\"apiwarn-unclearnowtimestamp\";i:6770;s:26:\"apiwarn-unrecognizedvalues\";i:6771;s:24:\"apiwarn-unsupportedarray\";i:6772;s:21:\"apiwarn-urlparamwidth\";i:6773;s:33:\"apiwarn-validationfailed-badchars\";i:6774;s:32:\"apiwarn-validationfailed-badpref\";i:6775;s:34:\"apiwarn-validationfailed-cannotset\";i:6776;s:35:\"apiwarn-validationfailed-keytoolong\";i:6777;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6778;s:24:\"apiwarn-validationfailed\";i:6779;s:18:\"apiwarn-wgdebugapi\";i:6780;s:20:\"api-feed-error-title\";i:6781;s:16:\"api-usage-docref\";i:6782;s:25:\"api-usage-mailinglist-ref\";i:6783;s:19:\"api-exception-trace\";i:6784;s:18:\"api-credits-header\";i:6785;s:11:\"api-credits\";i:6786;s:20:\"rest-prefix-mismatch\";i:6787;s:17:\"rest-wrong-method\";i:6788;s:13:\"rest-no-match\";i:6789;s:22:\"rest-nonexistent-title\";i:6790;s:31:\"rest-nonexistent-title-revision\";i:6791;s:25:\"rest-nonexistent-revision\";i:6792;s:21:\"rest-nonexistent-user\";i:6793;s:17:\"rest-invalid-user\";i:6794;s:27:\"rest-permission-denied-anon\";i:6795;s:28:\"rest-permission-denied-title\";i:6796;s:31:\"rest-permission-denied-revision\";i:6797;s:28:\"rest-resource-limit-exceeded\";i:6798;s:36:\"rest-pagehistory-incompatible-params\";i:6799;s:34:\"rest-pagehistory-param-range-error\";i:6800;s:32:\"rest-pagehistory-timestamp-error\";i:6801;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6802;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6803;s:26:\"rest-compare-page-mismatch\";i:6804;s:30:\"rest-compare-permission-denied\";i:6805;s:24:\"rest-compare-nonexistent\";i:6806;s:25:\"rest-compare-inaccessible\";i:6807;s:26:\"rest-compare-wrong-content\";i:6808;s:22:\"rest-compare-wikidiff2\";i:6809;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6810;s:17:\"rest-search-error\";i:6811;s:27:\"rest-page-source-type-error\";i:6812;s:16:\"rest-no-revision\";i:6813;s:25:\"rest-media-too-many-links\";i:6814;s:23:\"rest-html-backend-error\";i:6815;s:18:\"rest-bad-json-body\";i:6816;s:26:\"rest-json-body-parse-error\";i:6817;s:23:\"rest-missing-body-field\";i:6818;s:22:\"rest-bad-content-model\";i:6819;s:30:\"rest-update-cannot-create-page\";i:6820;s:26:\"rest-extraneous-csrf-token\";i:6821;s:21:\"rest-cannot-load-file\";i:6822;s:28:\"rest-cross-origin-anon-write\";i:6823;s:31:\"rest-requires-safe-against-csrf\";i:6824;s:13:\"rest-badtoken\";i:6825;s:30:\"ooui-outline-control-move-down\";i:6826;s:28:\"ooui-outline-control-move-up\";i:6827;s:27:\"ooui-outline-control-remove\";i:6828;s:17:\"ooui-toolbar-more\";i:6829;s:21:\"ooui-toolgroup-expand\";i:6830;s:23:\"ooui-toolgroup-collapse\";i:6831;s:16:\"ooui-item-remove\";i:6832;s:26:\"ooui-dialog-message-accept\";i:6833;s:26:\"ooui-dialog-message-reject\";i:6834;s:25:\"ooui-dialog-process-error\";i:6835;s:27:\"ooui-dialog-process-dismiss\";i:6836;s:25:\"ooui-dialog-process-retry\";i:6837;s:28:\"ooui-dialog-process-continue\";i:6838;s:26:\"ooui-combobox-button-label\";i:6839;s:29:\"ooui-selectfile-button-select\";i:6840;s:38:\"ooui-selectfile-button-select-multiple\";i:6841;s:29:\"ooui-selectfile-not-supported\";i:6842;s:27:\"ooui-selectfile-placeholder\";i:6843;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6844;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6845;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6846;s:15:\"ooui-field-help\";i:6847;s:22:\"paramvalidator-badbool\";i:6848;s:24:\"paramvalidator-badexpiry\";i:6849;s:33:\"paramvalidator-badexpiry-duration\";i:6850;s:37:\"paramvalidator-badexpiry-duration-max\";i:6851;s:29:\"paramvalidator-badexpiry-past\";i:6852;s:23:\"paramvalidator-badfloat\";i:6853;s:33:\"paramvalidator-badfloat-notfinite\";i:6854;s:25:\"paramvalidator-badinteger\";i:6855;s:27:\"paramvalidator-badtimestamp\";i:6856;s:34:\"paramvalidator-badupload-cantwrite\";i:6857;s:33:\"paramvalidator-badupload-formsize\";i:6858;s:32:\"paramvalidator-badupload-inisize\";i:6859;s:31:\"paramvalidator-badupload-nofile\";i:6860;s:33:\"paramvalidator-badupload-notmpdir\";i:6861;s:34:\"paramvalidator-badupload-notupload\";i:6862;s:32:\"paramvalidator-badupload-partial\";i:6863;s:31:\"paramvalidator-badupload-phpext\";i:6864;s:33:\"paramvalidator-badvalue-enummulti\";i:6865;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6866;s:31:\"paramvalidator-deprecated-value\";i:6867;s:26:\"paramvalidator-emptystring\";i:6868;s:23:\"paramvalidator-maxbytes\";i:6869;s:23:\"paramvalidator-maxchars\";i:6870;s:27:\"paramvalidator-missingparam\";i:6871;s:23:\"paramvalidator-notmulti\";i:6872;s:29:\"paramvalidator-outofrange-max\";i:6873;s:32:\"paramvalidator-outofrange-minmax\";i:6874;s:29:\"paramvalidator-outofrange-min\";i:6875;s:31:\"paramvalidator-param-deprecated\";i:6876;s:30:\"paramvalidator-param-sensitive\";i:6877;s:28:\"paramvalidator-toomanyvalues\";i:6878;s:34:\"paramvalidator-unclearnowtimestamp\";i:6879;s:33:\"paramvalidator-unrecognizedvalues\";i:6880;s:27:\"paramvalidator-help-default\";i:6881;s:33:\"paramvalidator-help-default-empty\";i:6882;s:30:\"paramvalidator-help-deprecated\";i:6883;s:34:\"paramvalidator-help-multi-separate\";i:6884;s:29:\"paramvalidator-help-multi-max\";i:6885;s:36:\"paramvalidator-help-multi-max-simple\";i:6886;s:29:\"paramvalidator-help-multi-all\";i:6887;s:28:\"paramvalidator-help-required\";i:6888;s:32:\"paramvalidator-help-type-boolean\";i:6889;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6890;s:29:\"paramvalidator-help-type-enum\";i:6891;s:31:\"paramvalidator-help-type-expiry\";i:6892;s:30:\"paramvalidator-help-type-float\";i:6893;s:32:\"paramvalidator-help-type-integer\";i:6894;s:30:\"paramvalidator-help-type-limit\";i:6895;s:35:\"paramvalidator-help-type-number-max\";i:6896;s:38:\"paramvalidator-help-type-number-minmax\";i:6897;s:35:\"paramvalidator-help-type-number-min\";i:6898;s:40:\"paramvalidator-help-type-presenceboolean\";i:6899;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6900;s:40:\"paramvalidator-help-type-string-maxchars\";i:6901;s:34:\"paramvalidator-help-type-timestamp\";i:6902;s:31:\"paramvalidator-help-type-upload\";i:6903;s:15:\"skinname-vector\";i:6904;s:20:\"skinname-vector-2022\";i:6905;s:26:\"vector-specialversion-name\";i:6906;s:16:\"vector-skin-desc\";i:6907;s:34:\"prefs-vector-enable-vector-1-label\";i:6908;s:33:\"prefs-vector-enable-vector-1-help\";i:6909;s:14:\"vector-opt-out\";i:6910;s:22:\"vector-opt-out-tooltip\";i:6911;s:10:\"vector.css\";i:6912;s:9:\"vector.js\";i:6913;s:28:\"vector-action-toggle-sidebar\";i:6914;s:16:\"vector-languages\";i:6915;s:33:\"vector-language-button-aria-label\";i:6916;s:28:\"vector-language-button-label\";i:6917;s:31:\"vector-no-language-button-label\";i:6918;s:36:\"vector-no-language-button-aria-label\";i:6919;s:31:\"vector-language-redirect-to-top\";i:6920;s:38:\"vector-language-variant-switcher-label\";i:6921;s:23:\"vector-jumptonavigation\";i:6922;s:19:\"vector-jumptosearch\";i:6923;s:20:\"vector-jumptocontent\";i:6924;s:20:\"vector-search-loader\";i:6925;s:31:\"vector-searchsuggest-containing\";i:6926;s:17:\"vector-intro-page\";i:6927;s:18:\"vector-toc-heading\";i:6928;s:34:\"vector-toc-toggle-position-sidebar\";i:6929;s:32:\"vector-toc-toggle-position-title\";i:6930;s:20:\"vector-toc-beginning\";i:6931;s:30:\"vector-toc-toggle-button-label\";i:6932;s:27:\"vector-anon-user-menu-pages\";i:6933;s:33:\"vector-anon-user-menu-pages-learn\";i:6934;s:33:\"vector-anon-user-menu-pages-label\";i:6935;s:24:\"vector-main-menu-tooltip\";i:6936;s:23:\"vector-toc-menu-tooltip\";i:6937;s:35:\"vector-toc-collapsible-button-label\";i:6938;s:30:\"vector-article-tools-nav-label\";i:6939;s:21:\"vector-site-nav-label\";i:6940;s:26:\"vector-2022-prefs-talkpage\";i:6941;s:35:\"tooltip-vector-anon-user-menu-title\";i:6942;s:10:\"wikieditor\";i:6943;s:15:\"wikieditor-desc\";i:6944;s:23:\"wikieditor-wikitext-tab\";i:6945;s:18:\"wikieditor-loading\";i:6946;s:29:\"wikieditor-preview-preference\";i:6947;s:22:\"wikieditor-preview-tab\";i:6948;s:30:\"wikieditor-preview-changes-tab\";i:6949;s:26:\"wikieditor-preview-loading\";i:6950;s:29:\"wikieditor-publish-preference\";i:6951;s:33:\"wikieditor-publish-button-publish\";i:6952;s:32:\"wikieditor-publish-button-cancel\";i:6953;s:31:\"wikieditor-publish-dialog-title\";i:6954;s:33:\"wikieditor-publish-dialog-summary\";i:6955;s:31:\"wikieditor-publish-dialog-minor\";i:6956;s:31:\"wikieditor-publish-dialog-watch\";i:6957;s:33:\"wikieditor-publish-dialog-publish\";i:6958;s:32:\"wikieditor-publish-dialog-goback\";i:6959;s:18:\"wikieditor-toolbar\";i:6960;s:23:\"wikieditor-toolbar-desc\";i:6961;s:29:\"wikieditor-toolbar-preference\";i:6962;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6963;s:26:\"wikieditor-toolbar-loading\";i:6964;s:28:\"wikieditor-toolbar-tool-bold\";i:6965;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6966;s:30:\"wikieditor-toolbar-tool-italic\";i:6967;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6968;s:29:\"wikieditor-toolbar-tool-ilink\";i:6969;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6970;s:29:\"wikieditor-toolbar-tool-xlink\";i:6971;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6972;s:28:\"wikieditor-toolbar-tool-link\";i:6973;s:34:\"wikieditor-toolbar-tool-link-title\";i:6974;s:32:\"wikieditor-toolbar-tool-link-int\";i:6975;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6976;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6977;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6978;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6979;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6980;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6981;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6982;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6983;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6984;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6985;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6986;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6987;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6988;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6989;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6990;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6991;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6992;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6993;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6994;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6995;s:28:\"wikieditor-toolbar-tool-file\";i:6996;s:36:\"wikieditor-toolbar-tool-file-example\";i:6997;s:34:\"wikieditor-toolbar-tool-file-title\";i:6998;s:30:\"wikieditor-toolbar-file-target\";i:6999;s:31:\"wikieditor-toolbar-file-caption\";i:7000;s:28:\"wikieditor-toolbar-file-size\";i:7001;s:29:\"wikieditor-toolbar-file-float\";i:7002;s:31:\"wikieditor-toolbar-file-default\";i:7003;s:30:\"wikieditor-toolbar-file-format\";i:7004;s:35:\"wikieditor-toolbar-file-format-none\";i:7005;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7006;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7007;s:33:\"wikieditor-toolbar-tool-reference\";i:7008;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7009;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7010;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7011;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7012;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7013;s:33:\"wikieditor-toolbar-tool-signature\";i:7014;s:35:\"wikieditor-toolbar-section-advanced\";i:7015;s:31:\"wikieditor-toolbar-tool-heading\";i:7016;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7017;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7018;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7019;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7020;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7021;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7022;s:31:\"wikieditor-toolbar-group-format\";i:7023;s:29:\"wikieditor-toolbar-tool-ulist\";i:7024;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7025;s:29:\"wikieditor-toolbar-tool-olist\";i:7026;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7027;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7028;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7029;s:32:\"wikieditor-toolbar-tool-redirect\";i:7030;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7031;s:27:\"wikieditor-toolbar-tool-big\";i:7032;s:35:\"wikieditor-toolbar-tool-big-example\";i:7033;s:29:\"wikieditor-toolbar-tool-small\";i:7034;s:37:\"wikieditor-toolbar-tool-small-example\";i:7035;s:35:\"wikieditor-toolbar-tool-superscript\";i:7036;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7037;s:33:\"wikieditor-toolbar-tool-subscript\";i:7038;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7039;s:31:\"wikieditor-toolbar-group-insert\";i:7040;s:31:\"wikieditor-toolbar-tool-gallery\";i:7041;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7042;s:31:\"wikieditor-toolbar-tool-newline\";i:7043;s:29:\"wikieditor-toolbar-tool-table\";i:7044;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7045;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7046;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7047;s:35:\"wikieditor-toolbar-tool-table-title\";i:7048;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7049;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7050;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7051;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7052;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7053;s:37:\"wikieditor-toolbar-tool-table-example\";i:7054;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7055;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7056;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7057;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7058;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7059;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7060;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7061;s:31:\"wikieditor-toolbar-tool-replace\";i:7062;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7063;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7064;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7065;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7066;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7067;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7068;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7069;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7070;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7071;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7072;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7073;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7074;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7075;s:37:\"wikieditor-toolbar-section-characters\";i:7076;s:31:\"wikieditor-toolbar-section-help\";i:7077;s:43:\"wikieditor-toolbar-help-heading-description\";i:7078;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7079;s:38:\"wikieditor-toolbar-help-heading-result\";i:7080;s:35:\"wikieditor-toolbar-help-page-format\";i:7081;s:33:\"wikieditor-toolbar-help-page-link\";i:7082;s:36:\"wikieditor-toolbar-help-page-heading\";i:7083;s:33:\"wikieditor-toolbar-help-page-list\";i:7084;s:33:\"wikieditor-toolbar-help-page-file\";i:7085;s:38:\"wikieditor-toolbar-help-page-reference\";i:7086;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7087;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7088;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7089;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7090;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7091;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:7092;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:7093;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7094;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7095;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7096;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7097;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7098;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7099;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7100;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7101;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7102;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7103;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7104;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7105;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7106;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7107;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7108;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7109;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7110;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7111;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7112;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7113;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7114;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7115;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7116;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7117;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7118;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7119;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7120;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7121;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7122;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7123;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:7124;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7125;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7126;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7127;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7128;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7129;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7130;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7131;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7132;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7133;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7134;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7135;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7136;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7137;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7138;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7139;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7140;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7141;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7142;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7143;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7144;s:20:\"syntaxhighlight-desc\";i:7145;s:30:\"syntaxhighlight-error-category\";i:7146;s:35:\"syntaxhighlight-error-category-desc\";i:7147;s:32:\"syntaxhighlight-enclose-category\";i:7148;s:37:\"syntaxhighlight-enclose-category-desc\";i:7149;s:31:\"syntaxhighlight-source-category\";i:7150;s:36:\"syntaxhighlight-source-category-desc\";i:7151;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7152;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7153;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7154;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7155;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7156;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7157;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7158;s:38:\"syntaxhighlight-error-unknown-language\";i:7159;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7160;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7161;s:22:\"action-mf-uploadbutton\";i:7162;s:20:\"beta-feature-minerva\";i:7163;s:32:\"beta-feature-minerva-description\";i:7164;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7165;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7166;s:37:\"mobile-frontend-account-create-submit\";i:7167;s:25:\"mobile-frontend-app-title\";i:7168;s:34:\"mobile-frontend-categories-heading\";i:7169;s:37:\"mobile-frontend-categories-subheading\";i:7170;s:32:\"mobile-frontend-categories-nocat\";i:7171;s:30:\"mobile-frontend-categories-add\";i:7172;s:33:\"mobile-frontend-categories-search\";i:7173;s:34:\"mobile-frontend-categories-nomatch\";i:7174;s:33:\"mobile-frontend-categories-nodata\";i:7175;s:34:\"mobile-frontend-categories-summary\";i:7176;s:38:\"mobile-frontend-categories-add-heading\";i:7177;s:35:\"mobile-frontend-categories-add-wait\";i:7178;s:33:\"mobile-frontend-categories-normal\";i:7179;s:33:\"mobile-frontend-categories-hidden\";i:7180;s:30:\"mobile-frontend-changeslist-ip\";i:7181;s:37:\"mobile-frontend-changeslist-nocomment\";i:7182;s:28:\"mobile-frontend-clear-search\";i:7183;s:37:\"mobile-frontend-commons-category-view\";i:7184;s:36:\"mobile-frontend-contribution-summary\";i:7185;s:32:\"mobile-frontend-cookies-required\";i:7186;s:25:\"mobile-frontend-copyright\";i:7187;s:32:\"mobile-frontend-current-language\";i:7188;s:20:\"mobile-frontend-desc\";i:7189;s:33:\"mobile-frontend-diffview-404-desc\";i:7190;s:34:\"mobile-frontend-diffview-404-title\";i:7191;s:34:\"mobile-frontend-diffview-anonymous\";i:7192;s:35:\"mobile-frontend-diffview-bytesadded\";i:7193;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7194;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7195;s:30:\"mobile-frontend-diffview-comma\";i:7196;s:34:\"mobile-frontend-diffview-editcount\";i:7197;s:34:\"mobile-frontend-diffview-explained\";i:7198;s:30:\"mobile-frontend-diffview-title\";i:7199;s:30:\"mobile-frontend-disable-images\";i:7200;s:36:\"mobile-frontend-dismiss-notification\";i:7201;s:33:\"mobile-frontend-donate-image-anon\";i:7202;s:36:\"mobile-frontend-donate-image-heading\";i:7203;s:41:\"mobile-frontend-donate-image-login-action\";i:7204;s:38:\"mobile-frontend-donate-image-nouploads\";i:7205;s:42:\"mobile-frontend-donate-image-signup-action\";i:7206;s:34:\"mobile-frontend-donate-image-title\";i:7207;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7208;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7209;s:29:\"mobile-frontend-drawer-cancel\";i:7210;s:31:\"mobile-frontend-pointer-dismiss\";i:7211;s:33:\"mobile-frontend-edit-login-action\";i:7212;s:34:\"mobile-frontend-edit-signup-action\";i:7213;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7214;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7215;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7216;s:27:\"mobile-frontend-editor-anon\";i:7217;s:34:\"mobile-frontend-editor-anonwarning\";i:7218;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7219;s:35:\"mobile-frontend-editor-blocked-info\";i:7220;s:29:\"mobile-frontend-editor-cancel\";i:7221;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7222;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7223;s:31:\"mobile-frontend-editor-continue\";i:7224;s:26:\"mobile-frontend-editor-cta\";i:7225;s:31:\"mobile-frontend-editor-disabled\";i:7226;s:27:\"mobile-frontend-editor-edit\";i:7227;s:30:\"mobile-frontend-editor-editing\";i:7228;s:35:\"mobile-frontend-editor-editing-page\";i:7229;s:28:\"mobile-frontend-editor-error\";i:7230;s:37:\"mobile-frontend-editor-error-conflict\";i:7231;s:36:\"mobile-frontend-editor-error-loading\";i:7232;s:36:\"mobile-frontend-editor-error-preview\";i:7233;s:35:\"mobile-frontend-editor-keep-editing\";i:7234;s:32:\"mobile-frontend-editor-licensing\";i:7235;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7236;s:33:\"mobile-frontend-editor-terms-link\";i:7237;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7238;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7239;s:34:\"mobile-frontend-editor-placeholder\";i:7240;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7241;s:38:\"mobile-frontend-editor-previewing-page\";i:7242;s:37:\"mobile-frontend-editor-redirect-title\";i:7243;s:27:\"mobile-frontend-editor-save\";i:7244;s:30:\"mobile-frontend-editor-success\";i:7245;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7246;s:39:\"mobile-frontend-editor-success-new-page\";i:7247;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7248;s:38:\"mobile-frontend-editor-summary-request\";i:7249;s:30:\"mobile-frontend-editor-summary\";i:7250;s:37:\"mobile-frontend-editor-switch-confirm\";i:7251;s:36:\"mobile-frontend-editor-switch-editor\";i:7252;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7253;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7254;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7255;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7256;s:34:\"mobile-frontend-editor-unavailable\";i:7257;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7258;s:35:\"mobile-frontend-editor-uploadenable\";i:7259;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7260;s:27:\"mobile-frontend-editor-wait\";i:7261;s:36:\"mobile-frontend-editor-redlink-leave\";i:7262;s:38:\"mobile-frontend-editor-redlink-explain\";i:7263;s:37:\"mobile-frontend-editor-redlink-create\";i:7264;s:27:\"mobile-frontend-editor-bold\";i:7265;s:29:\"mobile-frontend-editor-italic\";i:7266;s:32:\"mobile-frontend-editor-bold-text\";i:7267;s:34:\"mobile-frontend-editor-italic-text\";i:7268;s:32:\"mobile-frontend-editor-reference\";i:7269;s:39:\"mobile-frontend-editor-insert-reference\";i:7270;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7271;s:36:\"mobile-frontend-editor-add-reference\";i:7272;s:29:\"mobile-frontend-enable-images\";i:7273;s:43:\"mobile-frontend-expand-sections-description\";i:7274;s:38:\"mobile-frontend-expand-sections-status\";i:7275;s:32:\"mobile-frontend-fontchanger-link\";i:7276;s:32:\"mobile-frontend-fontchanger-desc\";i:7277;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7278;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7279;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7280;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7281;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7282;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7283;s:30:\"mobile-frontend-footer-contact\";i:7284;s:31:\"mobile-frontend-footer-sitename\";i:7285;s:32:\"mobile-frontend-generic-404-desc\";i:7286;s:33:\"mobile-frontend-generic-404-title\";i:7287;s:29:\"mobile-frontend-generic-login\";i:7288;s:36:\"mobile-frontend-generic-login-action\";i:7289;s:33:\"mobile-frontend-generic-login-new\";i:7290;s:37:\"mobile-frontend-generic-signup-action\";i:7291;s:23:\"mobile-frontend-history\";i:7292;s:32:\"mobile-frontend-history-404-desc\";i:7293;s:33:\"mobile-frontend-history-404-title\";i:7294;s:34:\"mobile-frontend-history-no-results\";i:7295;s:36:\"mobile-frontend-image-cancel-confirm\";i:7296;s:38:\"mobile-frontend-image-heading-describe\";i:7297;s:31:\"mobile-frontend-image-uploading\";i:7298;s:29:\"mobile-frontend-images-status\";i:7299;s:40:\"mobile-frontend-language-article-heading\";i:7300;s:31:\"mobile-frontend-language-header\";i:7301;s:32:\"mobile-frontend-language-heading\";i:7302;s:36:\"mobile-frontend-language-site-choose\";i:7303;s:39:\"mobile-frontend-language-variant-header\";i:7304;s:34:\"mobile-frontend-languages-404-desc\";i:7305;s:35:\"mobile-frontend-languages-404-title\";i:7306;s:32:\"mobile-frontend-languages-header\";i:7307;s:37:\"mobile-frontend-languages-header-page\";i:7308;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7309;s:30:\"mobile-frontend-languages-text\";i:7310;s:40:\"mobile-frontend-languages-variant-header\";i:7311;s:34:\"mobile-frontend-last-modified-date\";i:7312;s:34:\"mobile-frontend-last-modified-days\";i:7313;s:35:\"mobile-frontend-last-modified-hours\";i:7314;s:38:\"mobile-frontend-last-modified-just-now\";i:7315;s:37:\"mobile-frontend-last-modified-minutes\";i:7316;s:36:\"mobile-frontend-last-modified-months\";i:7317;s:37:\"mobile-frontend-last-modified-seconds\";i:7318;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7319;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7320;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7321;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7322;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7323;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7324;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7325;s:35:\"mobile-frontend-last-modified-years\";i:7326;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7327;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7328;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7329;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7330;s:26:\"mobile-frontend-logged-out\";i:7331;s:21:\"mobile-frontend-login\";i:7332;s:25:\"mobile-frontend-main-menu\";i:7333;s:30:\"mobile-frontend-main-menu-back\";i:7334;s:40:\"mobile-frontend-main-menu-account-create\";i:7335;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:7336;s:34:\"mobile-frontend-main-menu-featured\";i:7337;s:31:\"mobile-frontend-main-menu-login\";i:7338;s:32:\"mobile-frontend-main-menu-logout\";i:7339;s:32:\"mobile-frontend-main-menu-nearby\";i:7340;s:36:\"mobile-frontend-main-menu-page-title\";i:7341;s:34:\"mobile-frontend-main-menu-settings\";i:7342;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7343;s:32:\"mobile-frontend-main-menu-upload\";i:7344;s:35:\"mobile-frontend-main-menu-watchlist\";i:7345;s:29:\"mobile-frontend-media-details\";i:7346;s:34:\"mobile-frontend-media-license-link\";i:7347;s:32:\"mobile-frontend-meta-data-issues\";i:7348;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7349;s:39:\"mobile-frontend-meta-data-issues-header\";i:7350;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7351;s:29:\"mobile-frontend-missing-image\";i:7352;s:31:\"mobile-frontend-nearby-distance\";i:7353;s:38:\"mobile-frontend-nearby-distance-meters\";i:7354;s:28:\"mobile-frontend-nearby-error\";i:7355;s:37:\"mobile-frontend-nearby-error-guidance\";i:7356;s:30:\"mobile-frontend-nearby-loading\";i:7357;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7358;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7359;s:32:\"mobile-frontend-nearby-noresults\";i:7360;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7361;s:33:\"mobile-frontend-nearby-permission\";i:7362;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7363;s:30:\"mobile-frontend-nearby-refresh\";i:7364;s:35:\"mobile-frontend-nearby-requirements\";i:7365;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7366;s:28:\"mobile-frontend-nearby-title\";i:7367;s:34:\"mobile-frontend-nearby-sectiontext\";i:7368;s:26:\"mobile-frontend-news-items\";i:7369;s:30:\"mobile-frontend-opt-in-explain\";i:7370;s:29:\"mobile-frontend-overlay-close\";i:7371;s:32:\"mobile-frontend-overlay-continue\";i:7372;s:34:\"mobile-frontend-page-menu-contents\";i:7373;s:33:\"mobile-frontend-page-menu-history\";i:7374;s:42:\"mobile-frontend-page-menu-language-current\";i:7375;s:33:\"mobile-frontend-page-edit-summary\";i:7376;s:24:\"mobile-frontend-password\";i:7377;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7378;s:36:\"mobile-frontend-password-placeholder\";i:7379;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7380;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7381;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7382;s:31:\"mobile-frontend-photo-licensing\";i:7383;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7384;s:31:\"mobile-frontend-photo-ownership\";i:7385;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7386;s:36:\"mobile-frontend-photo-ownership-help\";i:7387;s:28:\"mobile-frontend-photo-submit\";i:7388;s:28:\"mobile-frontend-photo-upload\";i:7389;s:33:\"mobile-frontend-photo-upload-anon\";i:7390;s:36:\"mobile-frontend-photo-upload-comment\";i:7391;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7392;s:34:\"mobile-frontend-photo-upload-error\";i:7393;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7394;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7395;s:36:\"mobile-frontend-photo-upload-generic\";i:7396;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7397;s:44:\"mobile-frontend-photo-upload-success-article\";i:7398;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7399;s:39:\"mobile-frontend-photo-upload-user-count\";i:7400;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7401;s:27:\"mobile-frontend-placeholder\";i:7402;s:31:\"mobile-frontend-placeholder-app\";i:7403;s:32:\"mobile-frontend-placeholder-beta\";i:7404;s:33:\"mobile-frontend-privacy-link-text\";i:7405;s:40:\"mobile-frontend-profile-activity-heading\";i:7406;s:29:\"mobile-frontend-profile-error\";i:7407;s:38:\"mobile-frontend-profile-footer-ancient\";i:7408;s:35:\"mobile-frontend-profile-footer-days\";i:7409;s:37:\"mobile-frontend-profile-footer-months\";i:7410;s:36:\"mobile-frontend-profile-footer-years\";i:7411;s:33:\"mobile-frontend-profile-last-edit\";i:7412;s:34:\"mobile-frontend-profile-last-thank\";i:7413;s:30:\"mobile-frontend-profile-noargs\";i:7414;s:30:\"mobile-frontend-profile-nouser\";i:7415;s:29:\"mobile-frontend-profile-title\";i:7416;s:37:\"mobile-frontend-profile-userpage-link\";i:7417;s:32:\"mobile-frontend-profile-usertalk\";i:7418;s:35:\"mobile-frontend-references-citation\";i:7419;s:28:\"mobile-frontend-regular-site\";i:7420;s:31:\"mobile-frontend-requires-mobile\";i:7421;s:30:\"mobile-frontend-requires-optin\";i:7422;s:30:\"mobile-frontend-requires-title\";i:7423;s:26:\"mobile-frontend-save-error\";i:7424;s:29:\"mobile-frontend-save-settings\";i:7425;s:32:\"mobile-frontend-saving-exit-page\";i:7426;s:30:\"mobile-frontend-search-content\";i:7427;s:41:\"mobile-frontend-search-content-no-results\";i:7428;s:33:\"mobile-frontend-search-no-results\";i:7429;s:39:\"mobile-frontend-settings-images-explain\";i:7430;s:29:\"mobile-frontend-settings-beta\";i:7431;s:41:\"mobile-frontend-settings-site-description\";i:7432;s:36:\"mobile-frontend-settings-site-header\";i:7433;s:37:\"mobile-frontend-sign-in-error-heading\";i:7434;s:31:\"mobile-frontend-sign-in-heading\";i:7435;s:27:\"mobile-frontend-sign-in-why\";i:7436;s:31:\"mobile-frontend-sign-up-heading\";i:7437;s:29:\"mobile-frontend-talk-fullpage\";i:7438;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7439;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7440;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7441;s:33:\"mobile-frontend-talk-back-to-page\";i:7442;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7443;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7444;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7445;s:33:\"mobile-frontend-talk-edit-summary\";i:7446;s:30:\"mobile-frontend-talk-explained\";i:7447;s:36:\"mobile-frontend-talk-explained-empty\";i:7448;s:35:\"mobile-frontend-talk-overlay-header\";i:7449;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7450;s:26:\"mobile-frontend-talk-reply\";i:7451;s:31:\"mobile-frontend-talk-reply-info\";i:7452;s:34:\"mobile-frontend-talk-reply-success\";i:7453;s:35:\"mobile-frontend-talk-topic-feedback\";i:7454;s:32:\"mobile-frontend-talk-topic-error\";i:7455;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7456;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7457;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7458;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7459;s:31:\"mobile-frontend-talk-topic-wait\";i:7460;s:26:\"mobile-frontend-terms-text\";i:7461;s:25:\"mobile-frontend-terms-url\";i:7462;s:30:\"mobile-frontend-thanked-notice\";i:7463;s:28:\"mobile-frontend-user-account\";i:7464;s:35:\"mobile-frontend-user-button-tooltip\";i:7465;s:32:\"mobile-frontend-user-newmessages\";i:7466;s:24:\"mobile-frontend-user-cta\";i:7467;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7468;s:24:\"mobile-frontend-username\";i:7469;s:36:\"mobile-frontend-username-placeholder\";i:7470;s:20:\"mobile-frontend-view\";i:7471;s:28:\"mobile-frontend-view-desktop\";i:7472;s:27:\"mobile-frontend-view-mobile\";i:7473;s:27:\"mobile-frontend-view-source\";i:7474;s:27:\"mobile-frontend-watch-login\";i:7475;s:29:\"mobile-frontend-watchlist-a-z\";i:7476;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7477;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7478;s:29:\"mobile-frontend-watchlist-add\";i:7479;s:35:\"mobile-frontend-watchlist-back-home\";i:7480;s:29:\"mobile-frontend-watchlist-cta\";i:7481;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7482;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7483;s:30:\"mobile-frontend-watchlist-feed\";i:7484;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7485;s:36:\"mobile-frontend-watchlist-filter-all\";i:7486;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7487;s:38:\"mobile-frontend-watchlist-filter-other\";i:7488;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7489;s:38:\"mobile-frontend-watchlist-login-action\";i:7490;s:30:\"mobile-frontend-watchlist-more\";i:7491;s:37:\"mobile-frontend-watchlist-please-wait\";i:7492;s:31:\"mobile-frontend-watchlist-error\";i:7493;s:33:\"mobile-frontend-watchlist-purpose\";i:7494;s:33:\"mobile-frontend-watchlist-removed\";i:7495;s:39:\"mobile-frontend-watchlist-signup-action\";i:7496;s:30:\"mobile-frontend-watchlist-view\";i:7497;s:36:\"mobile-frontend-quick-lookup-looking\";i:7498;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7499;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7500;s:10:\"mobile.css\";i:7501;s:9:\"mobile.js\";i:7502;s:6:\"nearby\";i:7503;s:21:\"right-mf-uploadbutton\";i:7504;s:15:\"tag-mobile_edit\";i:7505;s:27:\"tag-mobile_edit-description\";i:7506;s:19:\"tag-mobile_web_edit\";i:7507;s:31:\"tag-mobile_web_edit-description\";i:7508;s:16:\"skinname-minerva\";i:7509;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7510;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7511;s:30:\"apihelp-mobileview-description\";i:7512;s:29:\"apihelp-mobileview-param-page\";i:7513;s:33:\"apihelp-mobileview-param-redirect\";i:7514;s:33:\"apihelp-mobileview-param-sections\";i:7515;s:29:\"apihelp-mobileview-param-prop\";i:7516;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7517;s:36:\"apihelp-mobileview-param-sectionprop\";i:7518;s:34:\"apihelp-mobileview-param-pageprops\";i:7519;s:32:\"apihelp-mobileview-param-variant\";i:7520;s:33:\"apihelp-mobileview-param-noimages\";i:7521;s:35:\"apihelp-mobileview-param-noheadings\";i:7522;s:36:\"apihelp-mobileview-param-notransform\";i:7523;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7524;s:31:\"apihelp-mobileview-param-offset\";i:7525;s:31:\"apihelp-mobileview-param-maxlen\";i:7526;s:34:\"apihelp-mobileview-param-thumbsize\";i:7527;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7528;s:36:\"apihelp-mobileview-param-thumbheight\";i:7529;s:28:\"apihelp-mobileview-example-1\";i:7530;s:28:\"apihelp-mobileview-example-2\";i:7531;s:28:\"apihelp-mobileview-example-3\";i:7532;s:32:\"apihelp-parse-param-mobileformat\";i:7533;s:28:\"apihelp-parse-param-noimages\";i:7534;s:28:\"apihelp-parse-param-mainpage\";i:7535;s:35:\"mobile-frontend-donate-button-label\";i:7536;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7537;s:31:\"mobile-frontend-loading-message\";i:7538;s:31:\"mobile-frontend-console-recruit\";i:7539;s:34:\"mobile-frontend-browse-tags-header\";i:7540;s:24:\"mobile-frontend-panel-ok\";i:7541;s:28:\"mobile-frontend-panel-cancel\";i:7542;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7543;s:41:\"mobile-frontend-search-feedback-link-text\";i:7544;s:38:\"mobile-frontend-search-feedback-prompt\";i:7545;s:20:\"googleanalytics-desc\";i:7546;s:17:\"right-noanalytics\";}}'),('am','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('am','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('am','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('am','messages:about','s:9:\"am:ስለ\";'),('am','messages:aboutpage','s:28:\"am:Project: ጥቂት ስለ\";'),('am','messages:aboutsite','s:22:\"am:ስለ {{SITENAME}}\";'),('am','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('am','messages:accesskey-blockip-block','s:4:\"en:s\";'),('am','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('am','messages:accesskey-ca-delete','s:4:\"en:d\";'),('am','messages:accesskey-ca-edit','s:4:\"en:e\";'),('am','messages:accesskey-ca-history','s:4:\"en:h\";'),('am','messages:accesskey-ca-move','s:4:\"en:m\";'),('am','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('am','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('am','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('am','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('am','messages:accesskey-ca-protect','s:4:\"en:=\";'),('am','messages:accesskey-ca-talk','s:4:\"en:t\";'),('am','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('am','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('am','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('am','messages:accesskey-ca-view','s:3:\"en:\";'),('am','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('am','messages:accesskey-ca-watch','s:4:\"en:w\";'),('am','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('am','messages:accesskey-diff','s:4:\"en:v\";'),('am','messages:accesskey-export','s:4:\"en:s\";'),('am','messages:accesskey-feed-atom','s:3:\"en:\";'),('am','messages:accesskey-feed-rss','s:3:\"en:\";'),('am','messages:accesskey-import','s:4:\"en:s\";'),('am','messages:accesskey-minoredit','s:4:\"en:i\";'),('am','messages:accesskey-n-currentevents','s:3:\"en:\";'),('am','messages:accesskey-n-help','s:3:\"en:\";'),('am','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('am','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('am','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('am','messages:accesskey-n-portal','s:3:\"en:\";'),('am','messages:accesskey-n-randompage','s:4:\"en:x\";'),('am','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('am','messages:accesskey-p-logo','s:3:\"en:\";'),('am','messages:accesskey-preferences-save','s:4:\"en:s\";'),('am','messages:accesskey-preview','s:4:\"en:p\";'),('am','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('am','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('am','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('am','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('am','messages:accesskey-pt-login','s:4:\"en:o\";'),('am','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('am','messages:accesskey-pt-logout','s:3:\"en:\";'),('am','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('am','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('am','messages:accesskey-pt-preferences','s:3:\"en:\";'),('am','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('am','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('am','messages:accesskey-publish','s:4:\"en:s\";'),('am','messages:accesskey-save','s:4:\"en:s\";'),('am','messages:accesskey-search','s:4:\"en:f\";'),('am','messages:accesskey-search-fulltext','s:3:\"en:\";'),('am','messages:accesskey-search-go','s:3:\"en:\";'),('am','messages:accesskey-summary','s:4:\"en:b\";'),('am','messages:accesskey-t-contributions','s:3:\"en:\";'),('am','messages:accesskey-t-emailuser','s:3:\"en:\";'),('am','messages:accesskey-t-info','s:3:\"en:\";'),('am','messages:accesskey-t-permalink','s:3:\"en:\";'),('am','messages:accesskey-t-print','s:4:\"en:p\";'),('am','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('am','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('am','messages:accesskey-t-upload','s:4:\"en:u\";'),('am','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('am','messages:accesskey-upload','s:4:\"en:s\";'),('am','messages:accesskey-userrights-set','s:4:\"en:s\";'),('am','messages:accesskey-watch','s:4:\"en:w\";'),('am','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('am','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('am','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('am','messages:accmailtext','s:61:\"am:የመግቢያ ቃል ለ«$1» ወደ $2 ተልኳል።\";'),('am','messages:accmailtitle','s:38:\"am:የመግቢያ ቃል ተላከ።\";'),('am','messages:accountcreated','s:32:\"am:ብዕር ስም ተፈጠረ\";'),('am','messages:accountcreatedtext','s:44:\"am:ለ$1 ብዕር ስም ተፈጥሯል።\";'),('am','messages:acct_creation_throttle_hit','s:133:\"am:ይቅርታ! $1 ብዕር ስሞች ከዚህ በፊት ፈጥረዋል። ከዚያ በላይ ለመፍጠር አይችሉም።\";'),('am','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('am','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('am','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('am','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('am','messages:action-autopatrol','s:64:\"am:የራስዎ ለውጥ የተሣለፈ ሆኖ መመልከት\";'),('am','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('am','messages:action-block','s:60:\"am:ይህንን ተጠቃሚ ከማዘጋጀት ለማገድ\";'),('am','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('am','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('am','messages:action-browsearchive','s:44:\"am:የጠፉትን ገጾች ለመፈለግ\";'),('am','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('am','messages:action-createaccount','s:45:\"am:ይህን አባል ስም ለመፍጠር\";'),('am','messages:action-createpage','s:25:\"am:ገጽ ለመፍጠር\";'),('am','messages:action-createtalk','s:41:\"am:የውይይት ገጽ ለመፍጠር\";'),('am','messages:action-delete','s:35:\"am:ይህን ገጽ ለማጥፋት\";'),('am','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('am','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('am','messages:action-deletedhistory','s:71:\"am:ለዚሁ ገጽ የጠፉትን ዕትሞች ታሪክ ለማየት\";'),('am','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('am','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('am','messages:action-deleterevision','s:38:\"am:ይህን እትም ለማጥፋት\";'),('am','messages:action-edit','s:41:\"am:ይህን ገጽ ለማስተካከል\";'),('am','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('am','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('am','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('am','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('am','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('am','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('am','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('am','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('am','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('am','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('am','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('am','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('am','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('am','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('am','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('am','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('am','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('am','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('am','messages:action-history','s:32:\"en:view the history of this page\";'),('am','messages:action-import','s:55:\"am:ይህን ገጽ ከሌላ ዊኪ ለማስገባት\";'),('am','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('am','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('am','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('am','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('am','messages:action-mergehistory','s:61:\"am:የዚሁን ገጽ ዕትሞች ታሪክ ለማዋሐድ\";'),('am','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('am','messages:action-minoredit','s:61:\"am:ይህን ለውጥ ጥቃቅን ሆኖ ለማመልከት\";'),('am','messages:action-move','s:38:\"am:ይህንን ገጽ ለማዛወር\";'),('am','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('am','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('am','messages:action-move-subpages','s:64:\"am:ይህንን ገጽ ከነንዑስ-ገጾቹ ለማዛወር\";'),('am','messages:action-movefile','s:38:\"am:ይህን ፋይል ለማዛወር\";'),('am','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('am','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('am','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('am','messages:action-pagelang','s:27:\"en:change the page language\";'),('am','messages:action-patrol','s:70:\"am:የሰው ለውጦች የተሣለፉ ሆነው ለማመልከት\";'),('am','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('am','messages:action-protect','s:61:\"am:ለዚሁ ገጽ የመቆለፍ ደረጃ ለመቀይር\";'),('am','messages:action-purge','s:18:\"en:purge this page\";'),('am','messages:action-read','s:35:\"am:ይህን ገጽ ለማንበብ\";'),('am','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('am','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('am','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('am','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('am','messages:action-sendemail','s:23:\"am:ኢ-ሜል መላክ\";'),('am','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('am','messages:action-suppressionlog','s:51:\"am:ይህንን የግል መዝገብ ለማየት\";'),('am','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('am','messages:action-suppressrevision','s:67:\"am:ይህን የተደበቅ ዕትም አይተው ለመመልስ\";'),('am','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('am','messages:action-undelete','s:38:\"am:ይህንን ገጽ ለመመልስ\";'),('am','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('am','messages:action-upload','s:38:\"am:ይህንን ፋይል ለመላክ\";'),('am','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('am','messages:action-userrights','s:57:\"am:ያባላት ሁሉ መብቶች ለማስተካከል\";'),('am','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('am','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('am','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('am','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('am','messages:action-writeapi','s:20:\"en:use the write API\";'),('am','messages:actioncomplete','s:18:\"am:ተፈጽሟል\";'),('am','messages:actionfailed','s:43:\"am:ድርጊቱ አልተከናወነም።\";'),('am','messages:actions','s:18:\"am:ድርጊቶች\";'),('am','messages:actionthrottled','s:28:\"am:ተግባሩ ተቋረጠ\";'),('am','messages:actionthrottledtext','s:288:\"am:የስፓም መብዛት ለመቃወም፣ በአጭር ጊዜ ውስጥ ይህን ተግባር ብዙ ጊዜ ከመፈጽም ተክለክለዋል። አሁንም ከመጠኑ በላይ በልጠዋል። እባክዎ ከጥቂት ደቂቃ በኋላ እንደገና ይሞክሩ።\";'),('am','messages:activeusers','s:44:\"am:ተግባራዊ አባላት ዝርዝር\";'),('am','messages:activeusers-count','s:75:\"am:$1 {{PLURAL:$1|ለውጥ|ለውጦች}} ባለፈው $3 ቀን ውስጥ\";'),('am','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('am','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('am','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('am','messages:activeusers-intro','s:119:\"am:እነዚህ አባላት ባለፈው $1 ቀን ውስጥ ማናቸውንም አይነት ተግባር ፈጸሙ።\";'),('am','messages:activeusers-noresult','s:47:\"am:ማንም ተጠቃሚ አልተገኘም።\";'),('am','messages:activeusers-submit','s:23:\"en:Display active users\";'),('am','messages:activeusers-summary','s:3:\"en:\";'),('am','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('am','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('am','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('am','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('am','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('am','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('am','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('am','messages:addedwatchtext','s:595:\"am:ገጹ «$1» [[Special:Watchlist|ለሚከታተሉት ገጾች]] ተጨምሯል። ወደፊት ይህ ገጽ ወይም የውይይቱ ገጽ ሲቀየር፣ በዚያ ዝርዝር ላይ ይታያል። በተጨማሪም [[Special:RecentChanges|«በቅርብ ጊዜ በተለወጡ» ገጾች]] ዝርዝር፣ በቀላሉ እንዲታይ በ\'\'\'ጉልህ ፊደላት\'\'\' ተጽፎ ይገኛል።\n\nበኋላ ጊዜ ገጹን ከሚከታተሉት ገጾች ለማስወግድ የፈለጉ እንደሆነ፣ በጫፉ ዳርቻ «አለመከታተል» የሚለውን ይጫኑ።\";'),('am','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('am','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('am','messages:addsection','s:4:\"en:+\";'),('am','messages:addsection-editintro','s:3:\"en:\";'),('am','messages:addsection-preload','s:3:\"en:\";'),('am','messages:addwatch','s:19:\"en:Add to watchlist\";'),('am','messages:ago','s:18:\"am:ከ$1 በፊት\";'),('am','messages:all-logs-page','s:36:\"am:All logs - መዝገቦች ሁሉ\";'),('am','messages:allarticles','s:44:\"am:የመጣጥፎች ማውጫ በሙሉ፣\";'),('am','messages:allinnamespace','s:43:\"am:ገጾች ሁሉ (ክፍለ-ዊኪ፡$1)\";'),('am','messages:alllogstext','s:443:\"am:ይኸው መዝገብ ሁሉንም ያጠቅልላል። 1) የፋይሎች መዝገብ 2) የማጥፋት መዝገብ 3) የመቆለፍ መዝገብ 4) የማገድ መዝገብ 5) የመጋቢ አድራጎት መዝገቦች በያይነቱ ናቸው።\n\nከሳጥኑ የተወሰነ መዝገብ አይነት መምረጥ ይችላሉ። ከዚያ ጭምር በብዕር ስም ወይም በገጽ ስም መፈለግ ይቻላል።\";'),('am','messages:allmessages','s:47:\"am:የድረገጽ መልክ መልእክቶች\";'),('am','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('am','messages:allmessages-filter-all','s:9:\"am:ሁሉ\";'),('am','messages:allmessages-filter-legend','s:15:\"am:ማጣሪያ\";'),('am','messages:allmessages-filter-modified','s:11:\"en:Modified\";'),('am','messages:allmessages-filter-submit','s:9:\"am:ሂድ\";'),('am','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('am','messages:allmessages-filter-unmodified','s:13:\"en:Unmodified\";'),('am','messages:allmessages-language','s:15:\"am:ቋንቋ፦\";'),('am','messages:allmessages-not-supported-database','s:113:\"am:\'\'\'$wgUseDatabaseMessages\'\'\' ስለ ተዘጋ \'\'\'{{ns:special}}:Allmessages\'\'\' ሊጠቀም አይችልም።\";'),('am','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('am','messages:allmessagescurrent','s:25:\"am:ያሁኑ ጽሕፈት\";'),('am','messages:allmessagesdefault','s:28:\"am:የቆየው ጽሕፈት\";'),('am','messages:allmessagesname','s:28:\"am:የመልእክት ስም\";'),('am','messages:allmessagestext','s:344:\"am:በ«MediaWiki» ክፍለ-ዊኪ ያሉት የድረገጽ መልክ መልእክቶች ሙሉ ዝርዝር ይህ ነው።\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('am','messages:allowemail','s:60:\"am:ኢሜል ከሌሎች ተጠቃሚዎች ለመፍቀድ\";'),('am','messages:allpages','s:29:\"am:ገጾች ሁሉ በሙሉ\";'),('am','messages:allpages-bad-ns','s:67:\"am:በ{{SITENAME}} «$1» የሚባል ክፍለዊኪ የለም።\";'),('am','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('am','messages:allpages-summary','s:3:\"en:\";'),('am','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('am','messages:allpagesfrom','s:55:\"am:ገጾች ከዚሁ ፊደል ጀምሮ ይታዩ፦\";'),('am','messages:allpagesprefix','s:49:\"am:በዚሁ ፊደል የጀመሩት ገጾች:\";'),('am','messages:allpagessubmit','s:12:\"am:ይታይ\";'),('am','messages:allpagesto','s:62:\"am:የሚጨርሱ ገፆችን በሙሉ አያየኝ፦ በ:\";'),('am','messages:alreadyrolled','s:264:\"am:የ[[:$1]] መጨረሻ ለውጥ በ[[User:$2|$2]] ([[User talk:$2|ውይይት]]) መገልበት አይቻልም፤ ሌላ ሰው አሁን ገጹን መልሶታል።\n\nመጨረሻው ለውጥ በ[[User:$3|$3]] ([[User talk:$3|ውይይት]]) ነበረ።\";'),('am','messages:ancientpages','s:59:\"am:የቈዩ ፅሑፎች (በተለወጠበት ሰአት)\";'),('am','messages:ancientpages-summary','s:3:\"en:\";'),('am','messages:and','s:14:\"am:&#32;እና\";'),('am','messages:anoncontribs','s:16:\"en:Contributions\";'),('am','messages:anoneditwarning','s:406:\"am:\'\'\'ማስጠንቀቂያ:\'\'\' እርስዎ አሁን በአባል ስምዎ ያልገቡ ነዎት።\nይህን ገፅ ማዘጋጀት፣ ማረምና ማስተካከል ይችላሉ፤ ነገር ግን ያደረጉት ለውጥ በአባልነት ስምዎ ሳይሆን በድህረ ገፅ የመለያ ቁጥር አድራሻዎ (IP address) በገፁ የለውጥ ታሪክ ላይ ይመዘገባሉ።\";'),('am','messages:anonnotice','s:4:\"en:-\";'),('am','messages:anononlyblock','s:34:\"am:ያልገቡት የቁ.# ብቻ\";'),('am','messages:anonpreviewwarning','s:195:\"am:እርስዎ ገና ያልገቡ ነዎት። ይህን ገፅ በማቅረብ የመለያ ቁጥር አድራሻዎ (IP address) በገፁ የለውጥ ታሪክ ላይ ይመዘገባል።\";'),('am','messages:anontalk','s:43:\"am:ውይይት ለዚሁ ቁ. አድራሻ\";'),('am','messages:anontalkpagetext','s:554:\"am:----\'\'ይኸው ገጽ ገና ያልገባ ወይም ብዕር ስም የሌለው ተጠቃሚ ውይይት ገጽ ነው። መታወቂያው በ[[ቁጥር አድራሻ]] እንዲሆን ያስፈልጋል። አንዳንዴ ግን አንድ የቁጥር አድራሻ በሁለት ወይም በብዙ ተጠቃሚዎች የጋራ ሊሆን ይችላል። ስለዚህ ለርስዎ የማይገባ ውይይት እንዳይደርስልዎ፣ [[Special:UserLogin|«መግቢያ»]] በመጫን የብዕር ስም ለማውጣት ይችላሉ።\'\'\";'),('am','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('am','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('am','messages:anonymous','s:57:\"am:የ{{SITENAME}} ቁ. አድራሻ ተጠቃሚ(ዎች)\";'),('am','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('am','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('am','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('am','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('am','messages:api-clientside-error-timeout','s:77:\"am:በሚገባ ጊዜ ውስጥ አቅራቢው መልስ አልሰጠም።\";'),('am','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('am','messages:api-credits-header','s:10:\"en:Credits\";'),('am','messages:api-error-badtoken','s:52:\"am:የውስጥ ስህተት: መጥፎ ጥቅል።\";'),('am','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('am','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('am','messages:api-error-stashfailed','s:96:\"am:የውስጥ ስህተት: አቅራቢው ጊዜያዊ ፍይሉን አላስቀመጠም።\";'),('am','messages:api-error-unknown-warning','s:43:\"am:ያልታወቀ ማስጠንቀቂያ $1\";'),('am','messages:api-error-unknownerror','s:37:\"am:ያልታወቀ ስህተት: \"$1\"\";'),('am','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('am','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('am','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('am','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('am','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('am','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('am','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('am','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('am','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('am','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('am','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('am','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('am','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('am','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('am','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('am','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('am','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('am','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('am','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('am','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('am','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('am','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('am','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('am','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('am','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('am','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('am','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('am','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('am','messages:api-help-flags','s:3:\"en:\";'),('am','messages:api-help-help-urls','s:3:\"en:\";'),('am','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('am','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('am','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('am','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('am','messages:api-help-main-header','s:14:\"en:Main module\";'),('am','messages:api-help-no-extended-description','s:3:\"en:\";'),('am','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('am','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('am','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('am','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('am','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('am','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('am','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('am','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('am','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('am','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('am','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('am','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('am','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('am','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('am','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('am','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('am','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('am','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('am','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('am','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('am','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('am','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('am','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('am','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('am','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('am','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('am','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('am','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('am','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('am','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('am','messages:api-help-source','s:13:\"en:Source: $1\";'),('am','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('am','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('am','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('am','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('am','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('am','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('am','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('am','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('am','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('am','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('am','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('am','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('am','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('am','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('am','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('am','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('am','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('am','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('am','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('am','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('am','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('am','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('am','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('am','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('am','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('am','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('am','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('am','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('am','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('am','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('am','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('am','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('am','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('am','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('am','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('am','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('am','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('am','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('am','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('am','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('am','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('am','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('am','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('am','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('am','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('am','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('am','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('am','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('am','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('am','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('am','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('am','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('am','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('am','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('am','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('am','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('am','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('am','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('am','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('am','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('am','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('am','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('am','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('am','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('am','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('am','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('am','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('am','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('am','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('am','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('am','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('am','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('am','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('am','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('am','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('am','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('am','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('am','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('am','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('am','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('am','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('am','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('am','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('am','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('am','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('am','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('am','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('am','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('am','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('am','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('am','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('am','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('am','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('am','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('am','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('am','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('am','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('am','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('am','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('am','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('am','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('am','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('am','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('am','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('am','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('am','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('am','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('am','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('am','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('am','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('am','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('am','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('am','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('am','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('am','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('am','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('am','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('am','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('am','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('am','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('am','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('am','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('am','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('am','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('am','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('am','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('am','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('am','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('am','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('am','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('am','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('am','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('am','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('am','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('am','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('am','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('am','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('am','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('am','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('am','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('am','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('am','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('am','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('am','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('am','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('am','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('am','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('am','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('am','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('am','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('am','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('am','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('am','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('am','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('am','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('am','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('am','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('am','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('am','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('am','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('am','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('am','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('am','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('am','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('am','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('am','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('am','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('am','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('am','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('am','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('am','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('am','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('am','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('am','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('am','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('am','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('am','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('am','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('am','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('am','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('am','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('am','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('am','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('am','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('am','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('am','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('am','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('am','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('am','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('am','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('am','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('am','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('am','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('am','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('am','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('am','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('am','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('am','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('am','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('am','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('am','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('am','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('am','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('am','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('am','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('am','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('am','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('am','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('am','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('am','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('am','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('am','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('am','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('am','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('am','messages:apierror-stashexception','s:5:\"en:$1\";'),('am','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('am','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('am','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('am','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('am','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('am','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('am','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('am','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('am','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('am','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('am','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('am','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('am','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('am','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('am','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('am','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('am','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('am','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('am','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('am','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('am','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('am','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('am','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('am','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('am','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('am','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('am','messages:apihelp','s:11:\"en:API help\";'),('am','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('am','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('am','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('am','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('am','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('am','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('am','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('am','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('am','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('am','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('am','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('am','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('am','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('am','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('am','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('am','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('am','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('am','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('am','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('am','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('am','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('am','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('am','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('am','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('am','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('am','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('am','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('am','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('am','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('am','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('am','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('am','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('am','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('am','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('am','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('am','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('am','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('am','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('am','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('am','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('am','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('am','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('am','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('am','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('am','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('am','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('am','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('am','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('am','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('am','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('am','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('am','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('am','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('am','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('am','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('am','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('am','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('am','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('am','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('am','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('am','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('am','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('am','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('am','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('am','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('am','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('am','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('am','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('am','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('am','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('am','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('am','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('am','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('am','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('am','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('am','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('am','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('am','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('am','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('am','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('am','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('am','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('am','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('am','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('am','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('am','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('am','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('am','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('am','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('am','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('am','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('am','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('am','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('am','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('am','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('am','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('am','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('am','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('am','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('am','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('am','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('am','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('am','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('am','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('am','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('am','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('am','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('am','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('am','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('am','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('am','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('am','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('am','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('am','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('am','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('am','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('am','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('am','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('am','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('am','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('am','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('am','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('am','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('am','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('am','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('am','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('am','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('am','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('am','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('am','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('am','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('am','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('am','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('am','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('am','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('am','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('am','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('am','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('am','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('am','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('am','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('am','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('am','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('am','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('am','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('am','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('am','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('am','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('am','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('am','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('am','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('am','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('am','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('am','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('am','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('am','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('am','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('am','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('am','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('am','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('am','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('am','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('am','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('am','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('am','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('am','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('am','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('am','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('am','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('am','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('am','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('am','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('am','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('am','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('am','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('am','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('am','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('am','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('am','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('am','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('am','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('am','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('am','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('am','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('am','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('am','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('am','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('am','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('am','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('am','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('am','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('am','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('am','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('am','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('am','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('am','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('am','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('am','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('am','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('am','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('am','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('am','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('am','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('am','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('am','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('am','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('am','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('am','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('am','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('am','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('am','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('am','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('am','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('am','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('am','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('am','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('am','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('am','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('am','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('am','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('am','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('am','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('am','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('am','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('am','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('am','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('am','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('am','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('am','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('am','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('am','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('am','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('am','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('am','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('am','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('am','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('am','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('am','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('am','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('am','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('am','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('am','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('am','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('am','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('am','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('am','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('am','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('am','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('am','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('am','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('am','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('am','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('am','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('am','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('am','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('am','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('am','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('am','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('am','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('am','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('am','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('am','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('am','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('am','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('am','messages:apihelp-main-summary','s:3:\"en:\";'),('am','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('am','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('am','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('am','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('am','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('am','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('am','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('am','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('am','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('am','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('am','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('am','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('am','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('am','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('am','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('am','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('am','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('am','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('am','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('am','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('am','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('am','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('am','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('am','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('am','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('am','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('am','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('am','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('am','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('am','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('am','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('am','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('am','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('am','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('am','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('am','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('am','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('am','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('am','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('am','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('am','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('am','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('am','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('am','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('am','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('am','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('am','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('am','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('am','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('am','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('am','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('am','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('am','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('am','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('am','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('am','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('am','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('am','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('am','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('am','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('am','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('am','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('am','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('am','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('am','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('am','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('am','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('am','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('am','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('am','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('am','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('am','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('am','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('am','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('am','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('am','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('am','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('am','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('am','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('am','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('am','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('am','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('am','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('am','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('am','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('am','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('am','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('am','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('am','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('am','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('am','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('am','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('am','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('am','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('am','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('am','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('am','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('am','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('am','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('am','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('am','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('am','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('am','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('am','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('am','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('am','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('am','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('am','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('am','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('am','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('am','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('am','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('am','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('am','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('am','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('am','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('am','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('am','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('am','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('am','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('am','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('am','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('am','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('am','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('am','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('am','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('am','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('am','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('am','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('am','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('am','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('am','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('am','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('am','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('am','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('am','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('am','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('am','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('am','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('am','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('am','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('am','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('am','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('am','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('am','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('am','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('am','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('am','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('am','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('am','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('am','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('am','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('am','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('am','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('am','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('am','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('am','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('am','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('am','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('am','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('am','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('am','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('am','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('am','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('am','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('am','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('am','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('am','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('am','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('am','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('am','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('am','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('am','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('am','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('am','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('am','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('am','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('am','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('am','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('am','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('am','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('am','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('am','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('am','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('am','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('am','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('am','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('am','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('am','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('am','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('am','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('am','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('am','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('am','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('am','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('am','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('am','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('am','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('am','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('am','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('am','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('am','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('am','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('am','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('am','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('am','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('am','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('am','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('am','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('am','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('am','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('am','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('am','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('am','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('am','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('am','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('am','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('am','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('am','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('am','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('am','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('am','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('am','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('am','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('am','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('am','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('am','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('am','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('am','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('am','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('am','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('am','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('am','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('am','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('am','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('am','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('am','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('am','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('am','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('am','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('am','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('am','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('am','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('am','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('am','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('am','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('am','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('am','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('am','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('am','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('am','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('am','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('am','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('am','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('am','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('am','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('am','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('am','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('am','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('am','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('am','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('am','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('am','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('am','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('am','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('am','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('am','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('am','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('am','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('am','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('am','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('am','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('am','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('am','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('am','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('am','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('am','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('am','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('am','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('am','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('am','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('am','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('am','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('am','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('am','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('am','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('am','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('am','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('am','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('am','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('am','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('am','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('am','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('am','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('am','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('am','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('am','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('am','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('am','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('am','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('am','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('am','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('am','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('am','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('am','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('am','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('am','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('am','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('am','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('am','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('am','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('am','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('am','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('am','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('am','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('am','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('am','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('am','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('am','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('am','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('am','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('am','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('am','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('am','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('am','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('am','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('am','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('am','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('am','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('am','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('am','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('am','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('am','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('am','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('am','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('am','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('am','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('am','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('am','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('am','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('am','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('am','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('am','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('am','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('am','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('am','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('am','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('am','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('am','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('am','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('am','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('am','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('am','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('am','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('am','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('am','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('am','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('am','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('am','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('am','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('am','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('am','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('am','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('am','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('am','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('am','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('am','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('am','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('am','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('am','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('am','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('am','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('am','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('am','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('am','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('am','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('am','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('am','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('am','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('am','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('am','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('am','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('am','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('am','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('am','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('am','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('am','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('am','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('am','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('am','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('am','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('am','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('am','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('am','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('am','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('am','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('am','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('am','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('am','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('am','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('am','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('am','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('am','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('am','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('am','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('am','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('am','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('am','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('am','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('am','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('am','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('am','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('am','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('am','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('am','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('am','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('am','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('am','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('am','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('am','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('am','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('am','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('am','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('am','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('am','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('am','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('am','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('am','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('am','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('am','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('am','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('am','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('am','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('am','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('am','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('am','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('am','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('am','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('am','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('am','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('am','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('am','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('am','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('am','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('am','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('am','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('am','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('am','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('am','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('am','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('am','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('am','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('am','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('am','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('am','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('am','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('am','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('am','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('am','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('am','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('am','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('am','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('am','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('am','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('am','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('am','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('am','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('am','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('am','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('am','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('am','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('am','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('am','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('am','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('am','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('am','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('am','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('am','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('am','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('am','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('am','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('am','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('am','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('am','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('am','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('am','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('am','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('am','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('am','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('am','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('am','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('am','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('am','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('am','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('am','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('am','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('am','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('am','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('am','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('am','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('am','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('am','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('am','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('am','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('am','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('am','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('am','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('am','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('am','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('am','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('am','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('am','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('am','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('am','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('am','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('am','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('am','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('am','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('am','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('am','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('am','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('am','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('am','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('am','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('am','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('am','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('am','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('am','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('am','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('am','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('am','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('am','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('am','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('am','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('am','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('am','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('am','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('am','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('am','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('am','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('am','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('am','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('am','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('am','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('am','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('am','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('am','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('am','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('am','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('am','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('am','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('am','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('am','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('am','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('am','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('am','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('am','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('am','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('am','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('am','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('am','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('am','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('am','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('am','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('am','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('am','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('am','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('am','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('am','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('am','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('am','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('am','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('am','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('am','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('am','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('am','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('am','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('am','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('am','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('am','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('am','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('am','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('am','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('am','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('am','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('am','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('am','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('am','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('am','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('am','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('am','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('am','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('am','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('am','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('am','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('am','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('am','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('am','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('am','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('am','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('am','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('am','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('am','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('am','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('am','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('am','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('am','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('am','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('am','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('am','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('am','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('am','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('am','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('am','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('am','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('am','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('am','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('am','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('am','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('am','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('am','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('am','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('am','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('am','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('am','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('am','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('am','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('am','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('am','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('am','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('am','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('am','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('am','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('am','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('am','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('am','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('am','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('am','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('am','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('am','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('am','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('am','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('am','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('am','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('am','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('am','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('am','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('am','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('am','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('am','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('am','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('am','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('am','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('am','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('am','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('am','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('am','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('am','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('am','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('am','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('am','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('am','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('am','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('am','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('am','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('am','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('am','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('am','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('am','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('am','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('am','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('am','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('am','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('am','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('am','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('am','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('am','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('am','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('am','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('am','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('am','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('am','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('am','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('am','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('am','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('am','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('am','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('am','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('am','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('am','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('am','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('am','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('am','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('am','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('am','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('am','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('am','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('am','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('am','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('am','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('am','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('am','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('am','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('am','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('am','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('am','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('am','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('am','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('am','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('am','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('am','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('am','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('am','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('am','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('am','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('am','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('am','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('am','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('am','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('am','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('am','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('am','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('am','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('am','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('am','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('am','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('am','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('am','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('am','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('am','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('am','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('am','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('am','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('am','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('am','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('am','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('am','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('am','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('am','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('am','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('am','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('am','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('am','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('am','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('am','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('am','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('am','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('am','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('am','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('am','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('am','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('am','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('am','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('am','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('am','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('am','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('am','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('am','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('am','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('am','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('am','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('am','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('am','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('am','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('am','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('am','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('am','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('am','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('am','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('am','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('am','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('am','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('am','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('am','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('am','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('am','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('am','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('am','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('am','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('am','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('am','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('am','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('am','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('am','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('am','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('am','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('am','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('am','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('am','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('am','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('am','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('am','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('am','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('am','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('am','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('am','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('am','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('am','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('am','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('am','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('am','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('am','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('am','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('am','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('am','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('am','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('am','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('am','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('am','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('am','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('am','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('am','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('am','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('am','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('am','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('am','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('am','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('am','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('am','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('am','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('am','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('am','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('am','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('am','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('am','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('am','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('am','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('am','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('am','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('am','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('am','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('am','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('am','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('am','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('am','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('am','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('am','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('am','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('am','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('am','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('am','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('am','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('am','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('am','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('am','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('am','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('am','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('am','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('am','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('am','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('am','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('am','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('am','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('am','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('am','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('am','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('am','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('am','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('am','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('am','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('am','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('am','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('am','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('am','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('am','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('am','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('am','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('am','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('am','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('am','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('am','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('am','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('am','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('am','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('am','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('am','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('am','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('am','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('am','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('am','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('am','messages:apihelp-summary','s:3:\"en:\";'),('am','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('am','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('am','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('am','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('am','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('am','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('am','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('am','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('am','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('am','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('am','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('am','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('am','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('am','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('am','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('am','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('am','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('am','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('am','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('am','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('am','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('am','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('am','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('am','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('am','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('am','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('am','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('am','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('am','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('am','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('am','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('am','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('am','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('am','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('am','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('am','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('am','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('am','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('am','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('am','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('am','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('am','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('am','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('am','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('am','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('am','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('am','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('am','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('am','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('am','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('am','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('am','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('am','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('am','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('am','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('am','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('am','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('am','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('am','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('am','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('am','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('am','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('am','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('am','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('am','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('am','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('am','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('am','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('am','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('am','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('am','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('am','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('am','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('am','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('am','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('am','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('am','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('am','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('am','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('am','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('am','messages:apisandbox','s:14:\"en:API sandbox\";'),('am','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('am','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('am','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('am','messages:apisandbox-continue','s:11:\"en:Continue\";'),('am','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('am','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('am','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('am','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('am','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('am','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('am','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('am','messages:apisandbox-examples','s:12:\"am:ምሳሌ\";'),('am','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('am','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('am','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('am','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('am','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('am','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('am','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('am','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('am','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('am','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('am','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('am','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('am','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('am','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('am','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('am','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('am','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('am','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('am','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('am','messages:apisandbox-reset','s:8:\"en:Clear\";'),('am','messages:apisandbox-results','s:12:\"am:ውጤት\";'),('am','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('am','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('am','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('am','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('am','messages:apisandbox-retry','s:8:\"en:Retry\";'),('am','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('am','messages:apisandbox-submit','s:15:\"en:Make request\";'),('am','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('am','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('am','messages:apisandbox-summary','s:3:\"en:\";'),('am','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('am','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('am','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('am','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('am','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('am','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('am','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('am','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('am','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('am','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('am','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('am','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('am','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('am','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('am','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('am','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('am','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('am','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('am','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('am','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('am','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('am','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('am','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('am','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('am','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('am','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('am','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('am','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('am','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('am','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('am','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('am','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('am','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('am','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('am','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('am','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('am','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('am','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('am','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('am','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('am','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('am','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('am','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('am','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('am','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('am','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('am','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('am','messages:apr','s:13:\"am:ኤፕሪ.\";'),('am','messages:april','s:15:\"am:ኤፕሪል\";'),('am','messages:april-gen','s:18:\"am:ኤይፕርል\";'),('am','messages:article','s:15:\"am:መጣጥፍ\";'),('am','messages:articleexists','s:168:\"am:በዚያ አርዕሥት ሌላ ገጽ አሁን አለ። አለበለዚያ የመረጡት ስም ልክ አይደለም - ሌላ አርእስት ይምረጡ።\";'),('am','messages:aug','s:13:\"am:ኦገስ.\";'),('am','messages:august','s:15:\"am:ኦገስት\";'),('am','messages:august-gen','s:15:\"am:ኦገስት\";'),('am','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('am','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('am','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('am','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('am','messages:authform-notoken','s:16:\"en:Missing token\";'),('am','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('am','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('am','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('am','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('am','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('am','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('am','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('am','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('am','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('am','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('am','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('am','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('am','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('am','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('am','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('am','messages:authmanager-email-help','s:16:\"en:Email address\";'),('am','messages:authmanager-email-label','s:8:\"en:Email\";'),('am','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('am','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('am','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('am','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('am','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('am','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('am','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('am','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('am','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('am','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('am','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('am','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('am','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('am','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('am','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('am','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('am','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('am','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('am','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('am','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('am','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('am','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('am','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('am','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('am','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('am','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('am','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('am','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('am','messages:autoblockedtext','s:762:\"am:የእርስዎ ቁጥር አድራሻ በቀጥታ ታግዷል። በ$1 የተገደ ተጠቃሚ ስለ ተጠቀመ ነው። የተሰጠው ምክንያት እንዲህ ነው፦\n\n:\'\'$2\'\'\n\n* ማገጃ የጀመረበት፦ $8\n* ማገጃ ያለቀበት፦ $6\n\nስለ ማገጃው ለመወያየት፣ $1 ወይም ማንምን ሌላ [[{{MediaWiki:Grouppage-sysop}}|መጋቢ]] መጠይቅ ይችላሉ።\n\nበ[[Special:Preferences|ምርጫዎችዎ]] ትክክለኛ ኢ-ሜል አድራሻ ካልሰጡ፣ ወይም ከጥቅሙ ከታገዱ፣ ወደ ሌላ ሰው ኢ-ሜል መላክ እንዳልተቻለዎ ያስታውሱ።\n\nየማገጃዎ ቁጥር # $5 ነው። እባክዎ በማንኛውም ጥያቄ ይህን ቁጥር ይሰጡ።\";'),('am','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('am','messages:autoblockid','s:26:\"am:ቀጥታ ማገጃ #$1\";'),('am','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('am','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('am','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('am','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('am','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('am','messages:autoblocklist-submit','s:9:\"en:Search\";'),('am','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('am','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('am','messages:autocomment-prefix','s:3:\"en:\";'),('am','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('am','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('am','messages:autoredircomment','s:52:\"am:ወደ [[$1]] መምሪያ መንገድ ፈጠረ\";'),('am','messages:autosumm-blank','s:41:\"am:ጽሑፉን በሙሉ ደመሰሰ።\";'),('am','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('am','messages:autosumm-new','s:39:\"am:አዲስ ገጽ ፈጠረ፦ «$1»\";'),('am','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('am','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('am','messages:autosumm-replace','s:35:\"am:ጽሑፉ በ«$1» ተተካ።\";'),('am','messages:backend-fail-alreadyexists','s:58:\"am:«$1» የሚባል ፋይል አሁን ይኖራል።\";'),('am','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('am','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('am','messages:backend-fail-closetemp','s:63:\"am:ጊዜያዊ ፋይልን መዝጋት አልተቻለም።\";'),('am','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('am','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('am','messages:backend-fail-copy','s:71:\"am:ፋይሉን «$1» ወደ «$2» መቅዳት አልተቻለም።\";'),('am','messages:backend-fail-create','s:57:\"am:ፋይሉን «$1» ለመጻፍ አልተቻለም።\";'),('am','messages:backend-fail-delete','s:60:\"am:ፋይሉን «$1» ለማጥፋት አልተቻለም።\";'),('am','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('am','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('am','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('am','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('am','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('am','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('am','messages:backend-fail-move','s:64:\"am:ፋይሉ«$1» ወደ «$2» ማዛወር አተቻለም።\";'),('am','messages:backend-fail-notexists','s:47:\"am:$1 የሚለው ፋይል አይኖርም።\";'),('am','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('am','messages:backend-fail-opentemp','s:63:\"am:ጊዜያዊ ፋይልን መክፈት አልተቻለም።\";'),('am','messages:backend-fail-read','s:60:\"am:ፋይሉን «$1» ለማንበብ አልተቻለም።\";'),('am','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('am','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('am','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('am','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('am','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('am','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('am','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('am','messages:backend-fail-writetemp','s:64:\"am:ወደ ጊዜያዊ ፋይል መጻፍ አልተቻለም።\";'),('am','messages:backlinksubtitle','s:9:\"en:← $1\";'),('am','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('am','messages:bad_image_list','s:356:\"am:ሥርዓቱ እንዲህ ነው፦\n\nበ* የሚጀምሩ መስመሮች ብቻ ይቆጠራል። በመስመሩ መጀመርያው መያያዣ የመጥፎ ስዕል መያያዣ መሆን አለበት። ከዚያ ቀጥሎ በዚያው በመስመር መያያዣ ቢገኝ ግን ስዕሉ እንደ ተፈቀደበት ገጽ ይቆጠራል።\";'),('am','messages:badaccess','s:39:\"am:ያልተፈቀደ - አይቻልም\";'),('am','messages:badaccess-group0','s:79:\"am:የጠየቁት አድራጎት እንዲፈጸም ፈቃድ የለዎም።\";'),('am','messages:badaccess-groups','s:148:\"am:የጠየቁት አድራጎት ለ$1 {{PLURAL:$2|ማዕረግ ላላቸው|ማዕረጎች ላሏቸው}} አባላት ብቻ ይፈቀዳል።\";'),('am','messages:badarticleerror','s:78:\"am:ይህ ተግባር በዚሁ ገጽ ላይ ሊደረግ አይቻልም።\";'),('am','messages:badfilename','s:55:\"am:የፋይል ስም ወደ «$1» ተቀይሯል።\";'),('am','messages:badipaddress','s:39:\"am:የማይሆን የቁ. አድራሻ\";'),('am','messages:badretype','s:60:\"am:የጻፉት መግቢያ ቃሎች አይስማሙም።\";'),('am','messages:badsig','s:75:\"am:ትክክለኛ ያልሆነ ጥሬ ፊርማ፤ HTML ተመልከት።\";'),('am','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('am','messages:badsiglength','s:120:\"am:ያ ቁልምጫ ስም ከመጠን በላይ ይረዝማል፤ ከ$1 ፊደል በታች መሆን አለበት።\";'),('am','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('am','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('am','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('am','messages:badtitle','s:28:\"am:መጥፎ አርዕስት\";'),('am','messages:badtitletext','s:156:\"am:የፈለጉት አርዕስት ልክ አልነበረም። ምናልባት ለአርዕስት የማይሆን የፊደል ምልክት አለበት።\";'),('am','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('am','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('am','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('am','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('am','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('am','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('am','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('am','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('am','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('am','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('am','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('am','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('am','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('am','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('am','messages:blanknamespace','s:20:\"am:(መጣጥፎች)\";'),('am','messages:blankpage','s:16:\"am:ባዶ ገጽ\";'),('am','messages:block','s:28:\"am:ተጠቃሚ ለማገድ\";'),('am','messages:block-actions','s:13:\"en:Block type\";'),('am','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('am','messages:block-details','s:16:\"en:Block details\";'),('am','messages:block-expiry','s:27:\"am:የሚያልቅበት፦\";'),('am','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('am','messages:block-log-flags-anononly','s:52:\"am:ያልገቡት የቁ. አድራሻዎች ብቻ\";'),('am','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('am','messages:block-log-flags-noautoblock','s:57:\"am:የቀጥታ ማገጃ እንዳይሠራ ተደረገ\";'),('am','messages:block-log-flags-nocreate','s:61:\"am:አዲስ ብዕር ስም ከማውጣት ተከለከለ\";'),('am','messages:block-log-flags-noemail','s:23:\"am:ኢ-ሜል ታገደ\";'),('am','messages:block-log-flags-nousertalk','s:67:\"am:የገዛ ውይይት ገጹን ማዘጋጀት አይችልም\";'),('am','messages:block-options','s:22:\"en:Additional options:\";'),('am','messages:block-reason','s:10:\"en:Reason:\";'),('am','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('am','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('am','messages:blocked-mailpassword','s:205:\"am:የርስዎ ቁጥር አድራሻ ከማዘጋጀት ታግዷልና፣ እንግዲህ ተንኮል ለመከልከል የመግቢያ ቃል ማግኘት ዘዴ ለመጠቀም አይፈቀደም።\";'),('am','messages:blocked-notice-logextract','s:144:\"am:ይህ ተጠቃሚ $1 አሁን የታገደ ነው። \nከዚህ ታች የማገጃ መዝገብ መጨረሻ ድርጊት ይታያል።\";'),('am','messages:blockednoreason','s:47:\"am:ምንም ምክንያት አልተሰጠም\";'),('am','messages:blockedtext','s:830:\"am:\'\'\'የርስዎ ብዕር ስም ወይም ቁጥር አድራሻ ከማዘጋጀት ተከለክሏል።\'\'\'\n\nበእርስዎ ላይ ማገጃ የጣለው መጋቢ $1 ነበረ። ምክንያቱም፦ \'\'$2\'\'\n\n* ማገጃ የጀመረበት ግዜ፦ $8\n* ማገጃ የሚያልቅበት ግዜ፦ $6\n* የታገደው ተጠቃሚ፦ $7\n\n$1ን ወይም ማንም ሌላ [[{{MediaWiki:Grouppage-sysop}}|መጋቢ]] ስለ ማገጃ ለመጠይቅ ይችላሉ። ነገር ግን በ[[Special:Preferences|ምርጫዎችዎ]] ትክክለኛ ኢሜል ካልኖረ ከጥቅሙም ካልተከለከሉ በቀር ለሰው ኢሜል ለመላክ አይችሉም። የአሁኑኑ ቁጥር አድራሻዎ $3 ህኖ የማገጃው ቁጥር #$5 ነው። ምንም ጥያቄ ካለዎ ይህን ቁጥር ይጨምሩ።\";'),('am','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('am','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('am','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('am','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('am','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('am','messages:blockedtitle','s:31:\"am:አባል ተከለክሏል\";'),('am','messages:blockip','s:34:\"am:ተጠቃሚውን ለማገድ\";'),('am','messages:blockipsuccesssub','s:28:\"am:ማገጃ ተከናወነ\";'),('am','messages:blockipsuccesstext','s:152:\"am:[[Special:Contributions/$1|$1]] ታግዷል።<br />\nማገጃዎች ለማመልከት [[Special:BlockList|የማገጃ ዝርዝሩን]] ይዩ።\";'),('am','messages:blockiptext','s:718:\"am:ከዚህ ታች ያለው ማመልከቻ በአንድ ቁጥር አድርሻ ወይም ብዕር ስም ላይ ማገጃ (ማዕቀብ) ለመጣል ይጠቀማል።  ይህ በ[[{{MediaWiki:Policy-url}}|መርመርያዎቻችን]] መሠረት ተንኮል ወይም ጉዳት ለመከልከል ብቻ እንዲደረግ ይገባል። ከዚህ ታች የተለየ ምክንያት (ለምሣሌ የተጎዳው ገጽ በማጠቆም) ይጻፉ።\nየ [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] አገባብ በመጠቀም የአይፒ አድራሻ ክልሎችን ማገድ ይችላሉ ፤ ትልቁ የተፈቀደው ክልል ለ IPv4 /$1 እና ለ $2 ለ IPv6 ነው፡፡\";'),('am','messages:blocklink','s:12:\"am:ማገጃ\";'),('am','messages:blocklist','s:37:\"am:የታገዱት ተጠቃሚዎች\";'),('am','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('am','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('am','messages:blocklist-by','s:25:\"am:ማገጃ የጣለው\";'),('am','messages:blocklist-editing','s:10:\"en:editing\";'),('am','messages:blocklist-editing-action','s:10:\"en:actions\";'),('am','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('am','messages:blocklist-editing-page','s:8:\"en:pages\";'),('am','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('am','messages:blocklist-expiry','s:31:\"am:የሚያልቅበት ግዜ\";'),('am','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('am','messages:blocklist-nousertalk','s:67:\"am:የገዛ ውይይት ገጹን ማዘጋጀት አይችልም\";'),('am','messages:blocklist-params','s:19:\"en:Block parameters\";'),('am','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('am','messages:blocklist-reason','s:18:\"am:ምክንያት\";'),('am','messages:blocklist-summary','s:3:\"en:\";'),('am','messages:blocklist-target','s:9:\"en:Target\";'),('am','messages:blocklist-tempblocks','s:44:\"am:ጊዜያዊ ማገጃዎች ይደበቁ\";'),('am','messages:blocklist-timestamp','s:34:\"am:የተደረገበት ሰዓት\";'),('am','messages:blocklist-type','s:8:\"en:Type:\";'),('am','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('am','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('am','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('am','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('am','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('am','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('am','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('am','messages:blocklogpage','s:28:\"am:የማገጃ መዝገብ\";'),('am','messages:blocklogtext','s:242:\"am:ይህ መዝገብ ተጠቃሚዎች መቸም ሲታገዱ ወይም ማገጃ ሲነሣ የሚዘረዝር ነው። ለአሁኑ የታገዱት ሰዎች [[Special:BlockList|በአሁኑ ማገጃዎች ዝርዝር]] ይታያሉ።\";'),('am','messages:booksources','s:47:\"am:የመጻሕፍት ቤቶችና ሸጪዎች\";'),('am','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('am','messages:booksources-isbn','s:26:\"am:የመጽሐፉ ISBN #:\";'),('am','messages:booksources-search','s:9:\"en:Search\";'),('am','messages:booksources-search-legend','s:35:\"am:የመጽሐፍ ቦታ ፍለጋ\";'),('am','messages:booksources-summary','s:3:\"en:\";'),('am','messages:booksources-text','s:191:\"am:ከዚህ ታች ያሉት ውጭ መያያዦች መጻሕፍት ይሸጣሉ፤ ስለ ተፈለጉት መጻሕፍት ተጨማሪ መረጃ እዚያ እንደሚገኝ ይሆናል።\";'),('am','messages:boteditletter','s:4:\"am:B\";'),('am','messages:botpasswords','s:16:\"en:Bot passwords\";'),('am','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('am','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('am','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('am','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('am','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('am','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('am','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('am','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('am','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('am','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('am','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('am','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('am','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('am','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('am','messages:botpasswords-label-create','s:9:\"en:Create\";'),('am','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('am','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('am','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('am','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('am','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('am','messages:botpasswords-label-update','s:9:\"en:Update\";'),('am','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('am','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('am','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('am','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('am','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('am','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('am','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('am','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('am','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('am','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('am','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('am','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('am','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('am','messages:brackets','s:7:\"en:[$1]\";'),('am','messages:brackets-end','s:4:\"en:]\";'),('am','messages:brackets-start','s:4:\"en:[\";'),('am','messages:broken-file-category','s:57:\"am:የማይኖሩ ፋይሎች ያሉባቸው ገጾች\";'),('am','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('am','messages:brokenredirects','s:41:\"am:ሰባራ መምሪያ መንገዶች\";'),('am','messages:brokenredirects-delete','s:18:\"am:ለማጥፋት\";'),('am','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('am','messages:brokenredirects-edit','s:24:\"am:ለማስተካከል\";'),('am','messages:brokenredirects-summary','s:3:\"en:\";'),('am','messages:brokenredirectstext','s:89:\"am:እነዚህ መምሪያ መንገዶች ወደማይኖር ጽሑፍ ይመራሉ።\";'),('am','messages:bydate','s:34:\"am:በተጨመሩበት ወቅት\";'),('am','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('am','messages:cactions','s:7:\"en:More\";'),('am','messages:cancel','s:12:\"am:ሰርዝ\";'),('am','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('am','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('am','messages:cannotchangeemail','s:107:\"am:በዚሁ ዊኪ ላይ፣ የተሠጠውን ኢ-ሜል አድራሻ ለመቀይር አይቻልም።\";'),('am','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('am','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('am','messages:cannotdelete','s:151:\"am:የተወሰነው ገጽ ወይም ፋይል ለማጥፋት አልተቻለም። (ምናልባት በሌላ ሰው እጅ ገና ጠፍቷል።)\";'),('am','messages:cannotdelete-title','s:57:\"am:ገጹን «$1» ለማጥፋት አልተቻለም።\";'),('am','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('am','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('am','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('am','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('am','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('am','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('am','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('am','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('am','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('am','messages:cannotundelete','s:118:\"am:መመለሱ አልተከናወነም፤ ምናልባት ሌላ ሰው ገጹን አስቀድሞ መልሶታል።\";'),('am','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('am','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('am','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('am','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('am','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('am','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('am','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('am','messages:cant-move-user-page','s:100:\"am:ከንዑስ ገጾች በቀር፣ የአባል ገጽ ለማዛወር ፈቃድ የለዎም።\";'),('am','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('am','messages:cantmove-titleprotected','s:134:\"am:አዲሱ አርዕስት ከመፈጠር ስለተጠበቀ፣ ገጽ ወደዚያው ሥፍራ ለማዛወር አይችሉም።\";'),('am','messages:cantrollback','s:102:\"am:ለውጡን መገልበጥ አይቻልም፦ አቅራቢው ብቻ ስላዘጋጁት ነው።\";'),('am','messages:cascadeprotected','s:246:\"am:\'\'\'ማስጠንቀቂያ፦\'\'\' ይህ አርእስት ሊፈጠር ወይም ሊቀየር አይቻልም። ምክንያቱም ወደ {{PLURAL:$1|ተከታተለው አርዕስት|ተከታተሉት አርእስቶች}} ተጨምሯል።\n$2\";'),('am','messages:cascadeprotectedwarning','s:280:\"am:\'\'\'ማስጠንቀቂያ፦\'\'\' ይህ ገጽ በመጋቢ ብቻ እንዲታረም ተቆልፏል። ምክንያቱም {{PLURAL:$1|በሚከተለው በውስጡ የሚያቆልፍ ገጽ|በሚከተሉ በውስጡ ይሚያቆልፉ ገጾች}} ውስጥ ይገኛል።\";'),('am','messages:categories','s:15:\"am:ምድቦች\";'),('am','messages:categories-submit','s:7:\"en:Show\";'),('am','messages:categories-summary','s:3:\"en:\";'),('am','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('am','messages:categoriespagetext','s:208:\"am:በዚሁ ሥራ ዕቅድ ውስጥ የሚከተሉ መደቦች ይኖራሉ።\n[[Special:UnusedCategories|Unused categories]] are not shown here.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('am','messages:category-article-count','s:249:\"am:{{PLURAL:$2|ይኸው መደብ የሚከተለውን መጣጥፍ ብቻ አለው።|በዚሁ መደብ ውስጥ (ከ$2 በጠቅላላ) {{PLURAL:$1|የሚከተለው መጣጥፍ አለ።|የሚከተሉት $1 መጣጥፎች አሉ።}}}}\";'),('am','messages:category-article-count-limited','s:133:\"am:በዚሁ መደብ ውስጥ {{PLURAL:$1|የሚከተለው መጣጥፍ አለ|የሚከተሉት $1 መጣጥፎች አሉ}}።\";'),('am','messages:category-empty','s:46:\"am:ይህ መደብ አሁን ባዶ ነው።\";'),('am','messages:category-file-count','s:240:\"am:{{PLURAL:$2|ይኸው መደብ የሚከተለውን ፋይል ብቻ አለው።|በዚሁ መደብ ውስጥ (ከ$2 በጠቅላላ) {{PLURAL:$1|የሚከተለው ፋይል አለ።|የሚከተሉት $1 ፋይሎች አሉ።}}}}\";'),('am','messages:category-file-count-limited','s:127:\"am:በዚሁ መደብ ውስጥ {{PLURAL:$1|የሚከተለው ፋይል አለ|የሚከተሉት $1 ፋይሎች አሉ}}።\";'),('am','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('am','messages:category-media-header','s:51:\"am:በመደቡ «$1» የተገኙ ፋይሎች፦\";'),('am','messages:category-move-redirect-override','s:4:\"en:-\";'),('am','messages:category-subcat-count','s:288:\"am:{{PLURAL:$2|በዚሁ መደብ ውስጥ አንድ ንዑስ-መደብ አለ|በዚሁ መደብ ውስጥ {{PLURAL:$1|የሚከተለው ንዕስ-መደብ አለ|የሚከተሉት $1 ንዑስ-መደቦች አሉ}} (በጠቅላላም ከነስውር መደቦች $2 አሉ)}}፦\";'),('am','messages:category-subcat-count-limited','s:148:\"am:በዚሁ መደብ ውስጥ {{PLURAL:$1|የሚከተለው ንዑስ መደብ አለ| የሚከተሉት $1 ንዑስ መደቦች አሉ}}፦\";'),('am','messages:category_header','s:55:\"am:በምድብ «$1» ውስጥ የሚገኙ ገጾች\";'),('am','messages:categorypage','s:38:\"am:የመደቡን ገጽ ለማየት\";'),('am','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('am','messages:change-blocklink','s:28:\"am:እገዳውን ቀይር\";'),('am','messages:changeblockip','s:15:\"en:Change block\";'),('am','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('am','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('am','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('am','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('am','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('am','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('am','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('am','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('am','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('am','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('am','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('am','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('am','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('am','messages:changecredentials','s:21:\"en:Change credentials\";'),('am','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('am','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('am','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('am','messages:changed','s:15:\"am:ተለወጠ\";'),('am','messages:changeemail','s:48:\"am:ኢ-ሜል አድራሻዎን ለመቀይር\";'),('am','messages:changeemail-header','s:67:\"am:የአባልነትዎን ኢ-ሜል አድራሻ ለመቀይር\";'),('am','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('am','messages:changeemail-newemail','s:39:\"am:አዲስ ኢ-ሜል አድራሻ፦\";'),('am','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('am','messages:changeemail-no-info','s:102:\"am:ይህንን ገጽ በቀጥታ ለማግኘት አስቀድሞ መግባት ያስፈልጋል።\";'),('am','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('am','messages:changeemail-none','s:14:\"am:(የለም)\";'),('am','messages:changeemail-oldemail','s:45:\"am:የቆየው ኢ-ሜል አድራሻዎ፦\";'),('am','messages:changeemail-password','s:44:\"am:የ{{SITENAME}} መግቢያ ቃልዎ፦\";'),('am','messages:changeemail-submit','s:37:\"am:አድራሻዎን ለመቀይር\";'),('am','messages:changeemail-summary','s:3:\"en:\";'),('am','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('am','messages:changepassword','s:44:\"am:መግቢያ ቃልዎን ለመቀየር\";'),('am','messages:changepassword-success','s:112:\"am:የመግቢያ ቃልዎ መቀየሩ ተከናወነ! አሁን መግባት ይደረግልዎታል......\";'),('am','messages:changepassword-summary','s:3:\"en:\";'),('am','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('am','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('am','messages:checkbox-all','s:6:\"en:All\";'),('am','messages:checkbox-invert','s:9:\"en:Invert\";'),('am','messages:checkbox-none','s:7:\"en:None\";'),('am','messages:checkbox-select','s:13:\"en:Select: $1\";'),('am','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('am','messages:collapsible-collapse','s:15:\"am:ይቀነስ\";'),('am','messages:collapsible-expand','s:15:\"am:ይዘረጋ\";'),('am','messages:colon-separator','s:9:\"en::&#32;\";'),('am','messages:comma-separator','s:9:\"en:,&#32;\";'),('am','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('am','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('am','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('am','messages:compare-page1','s:9:\"en:Page 1\";'),('am','messages:compare-page2','s:9:\"en:Page 2\";'),('am','messages:compare-rev1','s:13:\"en:Revision 1\";'),('am','messages:compare-rev2','s:13:\"en:Revision 2\";'),('am','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('am','messages:compare-submit','s:10:\"en:Compare\";'),('am','messages:comparepages','s:16:\"en:Compare pages\";'),('am','messages:comparepages-summary','s:3:\"en:\";'),('am','messages:compareselectedversions','s:56:\"am:የተመረጡትን እትሞች ለማነፃፀር\";'),('am','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('am','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('am','messages:confirm','s:18:\"am:ማረጋገጫ\";'),('am','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('am','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('am','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('am','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('am','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('am','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('am','messages:confirm-purge-top','s:48:\"am:የዚሁ ገጽ ካሽ (cache) ይጠረግ?\";'),('am','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('am','messages:confirm-rollback-button','s:5:\"en:OK\";'),('am','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('am','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('am','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('am','messages:confirm-watch-button','s:5:\"en:OK\";'),('am','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('am','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('am','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('am','messages:confirm_purge_button','s:9:\"am:እሺ\";'),('am','messages:confirmable-confirm','s:30:\"en:Are {{GENDER:$1|you}} sure?\";'),('am','messages:confirmable-no','s:5:\"en:No\";'),('am','messages:confirmable-yes','s:6:\"en:Yes\";'),('am','messages:confirmdeletetext','s:261:\"am:ይህን ገጽ ከነ ሙሉ የለውጥ ታሪኩ ሊያጠፉት ነው።\nእባክዎን ይህን የሚያደርጉት አስበውበት፣ በ[[{{MediaWiki:Policy-url}}|መተዳደሪያ ደንብም]] መሰረት መሆኑን ያረጋግጡ።\";'),('am','messages:confirmedittext','s:249:\"am:ገጽ ማዘጋጀት ሳይችሉ፣ አስቀድመው የኢ-ሜል አድራሻዎን ማረጋገጥ አለብዎት። እባክዎ፣ በ[[Special:Preferences|ምርጫዎችዎ]] በኩል ኢ-ሜል አድራሻዎን ያረጋግጡ።\";'),('am','messages:confirmemail','s:38:\"am:ኢ-ሜልዎን ለማረጋገጥ\";'),('am','messages:confirmemail_body','s:476:\"am:ጤና ይስጥልኝ\n\nየርስዎ ኢ-ሜል አድራሻ በ$1 ለ{{SITENAME}} ብዕር ስም «$2» ቀርቧል።\n\nይህ እርስዎ እንደ ሆኑ ለማረጋገጥና የ{{SITENAME}} ኢ-ሜል ጥቅም ለማግኘት፣ እባክዎን የሚከተለውን መያያዣ ይጎበኙ።\n\n$3\n\nይህ ምናልባት እርስዎ ካልሆኑ፣ መያያዣውን አይከተሉ።\n\nየዚህ መያያዣው ኮድ እስከ $4 ድረስ ይሠራል።\";'),('am','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('am','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('am','messages:confirmemail_invalid','s:118:\"am:ይህ ኮድ አልተከናወነም። (ምናልባት ጊዜው አልፏል።) እንደገና ይሞክሩ!\";'),('am','messages:confirmemail_invalidated','s:61:\"am:የኢ-ሜል አድራሻ ማረጋገጫ ተሠረዘ።\";'),('am','messages:confirmemail_loggedin','s:163:\"am:የርስዎ ኢ-ሜል አድራሻ ተረጋግጧል። አሁን ኢ-ሜል በ{{SITENAME}} በኩል ለመላክ ወይም ለመቀበል ይችላሉ።\";'),('am','messages:confirmemail_needlogin','s:81:\"am:ኢሜል አድራሻዎን ለማረጋገጥ $1 ያስፈልግዎታል።\";'),('am','messages:confirmemail_noemail','s:106:\"am:በ[[Special:Preferences|ምርጫዎችዎ]] ትክክለኛ ኢሜል አድራሻ አልሰጡም።\";'),('am','messages:confirmemail_oncreate','s:241:\"am:ማረጋገጫ ኮድ ወደ ኢ-ሜል አድራሻዎ ተልኳል። ይኸው ኮድ ለመግባት አያስፈልግም፤ ነገር ግን የዊኪው ኢ-ሜል ተግባር እንዲሠራ ለማድረግ ያስፈልጋል።\";'),('am','messages:confirmemail_pending','s:302:\"am:ማረጋገጫ ኮድ ከዚህ በፊት ገና ተልኮልዎታል። ብዕር ስምዎን ያወጡ በቅርብ ጊዜ ከሆነ፣ አዲስ ኮድን ከመጠይቅ በፊት ምናልባት የተላከው እስከሚደርስ ድረስ ጥቂት ደቂቃ መቆየት ይሻላል።\";'),('am','messages:confirmemail_send','s:65:\"am:የማረጋገጫ ኮድ ወደኔ ኢ-ሜል ይላክልኝ\";'),('am','messages:confirmemail_sendfailed','s:223:\"am:ወደሰጡት ኢሜል አድራሻ መላክ አልተቻለም። እባክዎ፣ ወደ [[Special:Preferences|«ምርጫዎች»]] ተመልሰው የጻፉትን አድራሻ ደንበኛነት ይመለከቱ።\";'),('am','messages:confirmemail_sent','s:96:\"am:የማረጋገጫ ኢ-ሜል ቅድም ወደ ሰጡት አድራሻ አሁን ተልኳል!\";'),('am','messages:confirmemail_subject','s:84:\"am:{{SITENAME}} email address confirmation / እ-ሜል አድራሻ ማረጋገጫ\";'),('am','messages:confirmemail_success','s:116:\"am:እ-ሜል አድራሻዎ ተረጋግጧል። አሁን ገብተው ዊኪውን መጠቀም ይችላሉ።\";'),('am','messages:confirmemail_text','s:513:\"am:አሁን በ{{SITENAME}} በኩል «ኢ-ሜል» ለመላክም ሆነ ለመቀበል አድራሻዎን ማረጋገጥ ግዴታ ሆኗል። እታች ያለውን በተጫኑ ጊዜ አንድ የማረጋገጫ መልእክት ቀድሞ ወደ ሰጡት ኢሜል አድራሻ በቀጥታ ይላካል። በዚህ መልእክት ልዩ ኮድ ያለበት መያያዣ ይገኝበታል፣ ይህንን መያያዣ ከዚያ ቢጎብኙ ኢ-ሜል አድራሻዎ የዛኔ ይረጋግጣል።\";'),('am','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('am','messages:confirmrecreate','s:288:\"am:መዘጋጀት ከጀመሩ በኋላ፣ ተጠቃሚው [[User:$1|$1]] ([[User talk:$1|ውይይት]]) ገጹን አጠፍተው ይህን ምክንያት አቀረቡ፦\n: \'\'$2\'\'\nእባክዎ ገጹን እንደገና ለመፍጠር በውኑ እንደ ፈለጉ ያረጋግጡ።\";'),('am','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('am','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('am','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('am','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('am','messages:content-model-css','s:6:\"en:CSS\";'),('am','messages:content-model-javascript','s:25:\"am:ጃቫ ስክሪፕት\";'),('am','messages:content-model-json','s:7:\"en:JSON\";'),('am','messages:content-model-text','s:13:\"en:plain text\";'),('am','messages:content-model-wikitext','s:11:\"en:wikitext\";'),('am','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('am','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('am','messages:continue-editing','s:21:\"en:Go to editing area\";'),('am','messages:contribslink','s:21:\"am:አስተዋጽኦ\";'),('am','messages:contribsub2','s:14:\"am:ለ $1 ($2)\";'),('am','messages:contributions','s:21:\"en:User contributions\";'),('am','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('am','messages:contributions-summary','s:3:\"en:\";'),('am','messages:contributions-title','s:30:\"am:የ$1 አስተዋጽኦች\";'),('am','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('am','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('am','messages:copyright','s:41:\"am:ይዘቱ በ$1 ሥር ይገኛል።\";'),('am','messages:copyrightpage','s:53:\"am:{{ns:project}}:የማብዛት መብት ደንብ\";'),('am','messages:copyrightwarning','s:880:\"am:ልብ በሉ ለ {{SITENAME}} ያደረጉት ሁሉም ተሳትፎዎች በ $2 ስር የተለቀቁ እና እሱንም ታሳቢ ያደረጉ መሆናችውን ያገናዝቡ (ለተጨማሪ መረጃ $1 ይመልከቱ)\nምናልባት ስገቡትን የፅሁፍ አስተዋጽኦ በሌሎች ተጠቃሚዎች እንዲታረም፣ እንዲለወጥ ወይም እንዲባዛና እንዲሰራጭ ካልወደዱ እባክዎን ወደዚህ አይላኩት። <br />\nበተጨማሪም የሚያስገቡት ፅሁፍ በራስዎ የተፃፈ፣ ከሌሎች ነፃ እና የህዝብ ድህረ ገፆች የተገለበጡ ወይም ቀድቶ ማባዛትን ከፈቀዱ እና ነፃ ከሆኑ ምንጮች የተገለበጡ መሆናቸውን ቃል ይግቡልን።\n\"ካለ ባሌቤቱ ፍቃድ ምንም አይነት ነገር አያስገቡ!\"\";'),('am','messages:copyrightwarning2','s:524:\"am:ወደ {{SITENAME}} የሚላከው አስተዋጽኦ ሁሉ በሌሎች ተጠቃሚዎች ሊታረም፣ ሊለወጥ፣ ወይም ሊጠፋ እንደሚቻል ያስታውሱ። ጽሕፈትዎ እንዲታረም ካልወደዱ፣ ወደዚህ አይልኩት።<br />\nደግሞ ይህ የራስዎ ጽሕፈት ወይም ከነጻ ምንጭ የተቀዳ ጽሕፈት መሁኑን ያረጋግጣሉ። (ለዝርዝር $1 ይዩ)።\n\'\'\'አለፈቃድ፡ መብቱ የተጠበቀውን ሥራ አይልኩት!\'\'\'\";'),('am','messages:copyupload-allowed-domains','s:3:\"en:\";'),('am','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('am','messages:create','s:18:\"am:ለመፍጠር\";'),('am','messages:create-local','s:24:\"en:Add local description\";'),('am','messages:createaccount','s:35:\"am:አዲስ አባል ለመሆን\";'),('am','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('am','messages:createaccount-text','s:361:\"am:አንድ ሰው ለኢሜል አድራሻዎ {{SITENAME}} ($4) «$2» የተባለውን ብዕር ስም በመግቢያ ቃል «$3» ፈጥሯል። አሁን ገብተው የመግቢያ ቃልዎን መቀየር ይቫልዎታል።\n\nይህ ብዕር ስም በስህተት ከተፈጠረ፣ ይህን መልእክት ቸል ማለት ይችላሉ።\";'),('am','messages:createaccount-title','s:51:\"am:ለ{{SITENAME}} የብዕር ስም መፍጠር\";'),('am','messages:createaccountblock','s:41:\"am:ስም ከማውጣት ተከለከለ\";'),('am','messages:createaccounterror','s:69:\"am:ይህን አባልነት ለመፍጠር አልተቻለም፦ $1\";'),('am','messages:createaccountmail','s:16:\"am:በኢ-ሜል\";'),('am','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('am','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('am','messages:createacct-another-email-ph','s:22:\"en:Enter email address\";'),('am','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('am','messages:createacct-another-submit','s:45:\"am:ሌላ የብዕር ስም ለማውጣት\";'),('am','messages:createacct-another-username-ph','s:35:\"am:የብዕር ስም ያስገቡ\";'),('am','messages:createacct-benefit-body1','s:46:\"am:{{PLURAL:$1|እርማት|እርማቶችS}}\";'),('am','messages:createacct-benefit-body2','s:34:\"am:{{PLURAL:$1|ገጽ|ገጾችS}}\";'),('am','messages:createacct-benefit-body3','s:48:\"en:recent {{PLURAL:$1|contributor|contributors}}\";'),('am','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('am','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('am','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('am','messages:createacct-benefit-heading','s:81:\"am:{{SITENAME}} እንደ እርስዎ ባሉ ሰዎች ነው የሚጻፈው።\";'),('am','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('am','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('am','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('am','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('am','messages:createacct-email-ph','s:48:\"am:ኢ-ሜይል አድራሻዎን ያስገቡ\";'),('am','messages:createacct-emailoptional','s:27:\"en:Email address (optional)\";'),('am','messages:createacct-emailrequired','s:29:\"am:ኢ-ሜይል አድራሻ\";'),('am','messages:createacct-error','s:48:\"am:የብዕር ስም መፍጠር ስህተት\";'),('am','messages:createacct-helpusername','s:3:\"en:\";'),('am','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('am','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('am','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('am','messages:createacct-realname','s:23:\"en:Real name (optional)\";'),('am','messages:createacct-reason','s:18:\"am:ምክንያት\";'),('am','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('am','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('am','messages:createacct-reason-ph','s:68:\"am:ለምን ሌላ የብዕር ስም ሊያወጡ እንደሆነ\";'),('am','messages:createacct-submit','s:38:\"am:የብዕር ስም ለማውጣት\";'),('am','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('am','messages:createacct-username-help','s:3:\"en:\";'),('am','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('am','messages:createacct-yourpassword-ph','s:35:\"am:የይለፍ ቃል ያስገቡ\";'),('am','messages:createacct-yourpasswordagain','s:41:\"am:የመግቢያ ቃሉን ይድገሙ\";'),('am','messages:createacct-yourpasswordagain-ph','s:41:\"am:የመግቢያ ቃሉን ይድገሙ\";'),('am','messages:created','s:15:\"am:ተፈጠረ\";'),('am','messages:creating','s:21:\"am:$1ን መፍጠር\";'),('am','messages:credentialsform-account','s:16:\"en:Account name:\";'),('am','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('am','messages:creditspage','s:15:\"en:Page credits\";'),('am','messages:cur','s:15:\"am:ከአሁን\";'),('am','messages:currentevents','s:28:\"am:ወቅታዊ ጉዳዮች\";'),('am','messages:currentevents-url','s:36:\"am:Project:ወቅታዊ ጉዳዮች\";'),('am','messages:currentrev','s:25:\"am:የአሁኑ እትም\";'),('am','messages:currentrev-asof','s:47:\"am:በ$1 የታተመው ያሁኑኑ እትም\";'),('am','messages:currentrevisionlink','s:51:\"am:«የአሁኑን እትም ለመመልከት»\";'),('am','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('am','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('am','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('am','messages:databaseerror','s:35:\"am:የመረጃ-ቤት ስህተት\";'),('am','messages:databaseerror-error','s:12:\"en:Error: $1\";'),('am','messages:databaseerror-function','s:15:\"en:Function: $1\";'),('am','messages:databaseerror-query','s:12:\"en:Query: $1\";'),('am','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('am','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('am','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('am','messages:databasenotlocked','s:54:\"am:መረጃ-ቤቱ የተቆለፈ አይደለም።\";'),('am','messages:date','s:27:\"en:From date (and earlier):\";'),('am','messages:date-range-from','s:13:\"en:From date:\";'),('am','messages:date-range-to','s:11:\"en:To date:\";'),('am','messages:datedefault','s:22:\"am:ግድ የለኝም\";'),('am','messages:days','s:12:\"am:$1 ቀን\";'),('am','messages:days-abbrev','s:7:\"en:$1 d\";'),('am','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('am','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('am','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('am','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('am','messages:deadendpages','s:47:\"am:መያያዣ የሌለባቸው ፅሑፎች\";'),('am','messages:deadendpages-summary','s:3:\"en:\";'),('am','messages:deadendpagestext','s:119:\"am:የሚቀጥሉት ገጾች በ{{SITENAME}} ውስጥ ከሚገኙ ሌሎች ገጾች ጋር አያያይዙም።\";'),('am','messages:dec','s:13:\"am:ዲሴም.\";'),('am','messages:december','s:18:\"am:ዲሴምበር\";'),('am','messages:december-gen','s:18:\"am:ዲሴምበር\";'),('am','messages:default','s:12:\"am:ቀዳሚ\";'),('am','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('am','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('am','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('am','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('am','messages:defaultmessagetext','s:28:\"am:የቆየው ጽሕፈት\";'),('am','messages:defemailsubject','s:34:\"am:{{SITENAME}} Email / ኢ-ሜል\";'),('am','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('am','messages:delete','s:12:\"am:ይጥፋ\";'),('am','messages:delete-confirm','s:25:\"am:«$1» ለማጥፋት\";'),('am','messages:delete-edit-reasonlist','s:65:\"am:\'ተራ የማጥፋት ምክንያቶች\' ለማዘጋጀት\";'),('am','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('am','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('am','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('am','messages:delete-hook-aborted','s:89:\"am:መጥፋቱ በሜንጦ ተቋረጠ።\nምንም ምክንያት አልሰጠም።\";'),('am','messages:delete-legend','s:18:\"am:ለማጥፋት\";'),('am','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('am','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('am','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('am','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('am','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('am','messages:delete_and_move_confirm','s:32:\"am:አዎን፣ ገጹ ይጥፋ\";'),('am','messages:delete_and_move_reason','s:51:\"am:ለመዛወሩ ሥፍራ እንዲገኝ ጠፋ\";'),('am','messages:delete_and_move_text','s:222:\"am:==ማጥፋት ያስፈልጋል==\n\nመድረሻው ገጽ ሥፍራ «[[:$1]]» የሚለው ገጽ አሁን ይኖራል። ሌላው ገጽ ወደዚያ እንዲዛወር እሱን ለማጥፋት ይወድዳሉ?\";'),('am','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('am','messages:deletecomment','s:19:\"am:ምክንያት:\";'),('am','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('am','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('am','messages:deletedcontributions','s:50:\"am:የአባሉ የጠፉት አስተዋጽኦች\";'),('am','messages:deletedcontributions-summary','s:3:\"en:\";'),('am','messages:deletedcontributions-title','s:50:\"am:የአባሉ የጠፉት አስተዋጽኦች\";'),('am','messages:deletedhist','s:38:\"am:የጠፉት ዕትሞች ታሪክ\";'),('am','messages:deletedrevision','s:38:\"am:የቆየው ዕትም $1 አጠፋ\";'),('am','messages:deletedtext','s:93:\"am:«$1» ጠፍቷል።\n\n(የጠፉትን ገጾች ሁሉ ለመመልከት $2 ይዩ።)\";'),('am','messages:deletedwhileediting','s:93:\"am:\'\'\'ማስጠንቀቂያ\'\'\'፦ መዘጋጀት ከጀመሩ በኋላ ገጹ ጠፍቷል!\";'),('am','messages:deleteotherreason','s:39:\"am:ሌላ /ተጨማሪ ምክንያት\";'),('am','messages:deletepage','s:19:\"am:ገጹ ይጥፋ\";'),('am','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('am','messages:deletepage-submit','s:19:\"am:ገጹ ይጥፋ\";'),('am','messages:deletepage-summary','s:3:\"en:\";'),('am','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('am','messages:deletereason-dropdown','s:144:\"am:*ተራ የማጥፋት ምክንያቶች\n** በአቅራቢው ጥያቄ\n** ማብዛቱ ያልተፈቀደለት ጽሑፍ\n** ተንኮል\";'),('am','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('am','messages:deletereasonotherlist','s:25:\"am:ሌላ ምክንያት\";'),('am','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('am','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('am','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('am','messages:deletionlog','s:31:\"am:የማጥፋት መዝገብ\";'),('am','messages:dellogpage','s:31:\"am:የማጥፋት መዝገብ\";'),('am','messages:dellogpagetext','s:77:\"am:በቅርቡ የጠፉት ገጾች ከዚህ ታች የዘረዝራሉ።\";'),('am','messages:destfilename','s:35:\"am:የፋይሉ አዲስ ስም፦\";'),('am','messages:diff','s:12:\"am:ለውጡ\";'),('am','messages:diff-empty','s:18:\"en:(No difference)\";'),('am','messages:diff-form','s:14:\"en:Differences\";'),('am','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('am','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('am','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('am','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('am','messages:diff-form-submit','s:19:\"en:Show differences\";'),('am','messages:diff-form-summary','s:3:\"en:\";'),('am','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('am','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('am','messages:diff-multi-sameuser','s:97:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same user not shown)\";'),('am','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('am','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('am','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('am','messages:difference-multipage','s:53:\"am:(ከገጾች መካከል ያለው ልዩነት)\";'),('am','messages:difference-title','s:61:\"am:ከ«$1» ለውጦች መካከል ያለው ልዩነት\";'),('am','messages:difference-title-multipage','s:72:\"am:ከገጾች «$1» እና «$2» መካከል ያለው ልዩነት\";'),('am','messages:directorycreateerror','s:51:\"am:ዶሴ «$1» መፍጠር አልተቻለም።\";'),('am','messages:directoryreadonlyerror','s:31:\"en:Directory \"$1\" is read-only.\";'),('am','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('am','messages:disclaimerpage','s:48:\"am:Project:የኃላፊነት ማስታወቂያ\";'),('am','messages:disclaimers','s:40:\"am:የኃላፊነት ማስታወቂያ\";'),('am','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('am','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('am','messages:double-redirect-fixed-move','s:84:\"am:[[$1]] ተዛውራልና አሁን ለ[[$2]] መምሪያ መንገድ ነው።\";'),('am','messages:double-redirect-fixer','s:50:\"am:የመምሪያ መንገድ አስተካካይ\";'),('am','messages:doubleredirects','s:41:\"am:ድርብ መምሪያ መንገዶች\";'),('am','messages:doubleredirects-summary','s:3:\"en:\";'),('am','messages:doubleredirectstext','s:198:\"am:ይህ ድርብ መምሪያ መንገዶች ይዘርዘራል።\n\nድርብ መምሪያ መንገድ ካለ ወደ መጨረሻ መያያዣ እንዲሄድ ቢስተካከል ይሻላል።\";'),('am','messages:download','s:15:\"am:አውርድ\";'),('am','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('am','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('am','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('am','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('am','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('am','messages:duplicatesoffile','s:160:\"am:{{PLURAL:$1|የሚከተለው ፋይል የዚህ ፋይል ቅጂ ነው|የሚከተሉት $1 ፋይሎች የዚሁ ፋይል ቅጂዎች ናቸው}}፦\";'),('am','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('am','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('am','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('am','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('am','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('am','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('am','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('am','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('am','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('am','messages:eauthentsent','s:347:\"am:የማረጋገጫ ኢ-ሜል ወዳቀረቡት አድራሻ ተልኳል። ያው አድራሻ በውነት የርስዎ እንደሆነ ለማረጋገጥ፣ እባክዎ በዚያ ደብዳቤ ውስጥ የተጻፈውን መያያዣ ይጫኑ። ከዚያ ቀጥሎ ኢ-ሜል ከሌሎች ተጠቃሚዎች መቀበል ይችላሉ።\";'),('am','messages:edit','s:12:\"am:አርም\";'),('am','messages:edit-already-exists','s:83:\"am:አዲስ ገጽ ለመፍጠር አልተቻለም፤\nገና ይኖራልና።\";'),('am','messages:edit-conflict','s:28:\"am:ተቃራኒ ለውጥ።\";'),('am','messages:edit-gone-missing','s:84:\"am:ገጹን ማሳደስ አልተቻለም።  እንደ ጠፋ ይመስላል።\";'),('am','messages:edit-hook-aborted','s:86:\"am:ለውጡ በሜንጦ ተቋረጠ።\nምንም ምክንያት አልሰጠም።\";'),('am','messages:edit-local','s:25:\"en:Edit local description\";'),('am','messages:edit-no-change','s:95:\"am:በጽሕፈቱ አንዳችም አልተለወጠምና ለውጥዎ ቸል ተብሏል።\";'),('am','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('am','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('am','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('am','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('am','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('am','messages:editcomment','s:49:\"am:ማጠቃለያው፦ <em>$1</em> ነበረ።\";'),('am','messages:editconflict','s:31:\"am:ተቃራኒ ለውጥ፦ $1\";'),('am','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('am','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('am','messages:editfont-serif','s:13:\"en:Serif font\";'),('am','messages:editfont-style','s:24:\"en:Edit area font style:\";'),('am','messages:edithelp','s:28:\"am:የማረም መመሪያ\";'),('am','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('am','messages:editing','s:46:\"am:«$1» ማዘጋጀት / ማስተካከል\";'),('am','messages:editingcomment','s:49:\"am:$1 ማዘጋጀት (ውይይት መጨመር)\";'),('am','messages:editinginterface','s:288:\"am:\'\'\'ማስጠንቀቂያ፦\'\'\' ይህ ገጽ ለድረገጹ መልክ ጽሕፈት ይሰጣል። በዊኪ ሁሉ ላይ መላውን የድረገጽ መልክ በቀላል ለማስተርጎም [https://translatewiki.net/wiki/Main_Page?setlang=am translatewiki.net] ይጎብኙ።\";'),('am','messages:editingold','s:232:\"am:\'\'\'ማስጠንቀቂያ፦\nይህ እትም የአሁኑ አይደለም፣ ከዚህ ሁናቴ ታድሷል።\nይህንን እንዳቀረቡ ከዚህ እትም በኋላ የተቀየረው ለውጥ ሁሉ ያልፋል።\'\'\'\";'),('am','messages:editingsection','s:58:\"am:«$1» (ክፍል) ማዘጋጀት / ማስተካከል\";'),('am','messages:editinguser','s:223:\"am:ይህ ማመልከቻ ለብዕር ስም \'\'\'[[User:$1|$1]]\'\'\' ([[User talk:$1|{{int:talkpagelinktext}}]]{{int:pipe-separator}}[[Special:Contributions/$1|{{int:contribslink}}]]) መብቶቹን ለመቀየር ነው።\";'),('am','messages:editlink','s:12:\"am:አርም\";'),('am','messages:editnotice-notext','s:4:\"en:-\";'),('am','messages:editold','s:12:\"am:አርም\";'),('am','messages:editpage','s:14:\"en:Edit a page\";'),('am','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('am','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('am','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('am','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('am','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('am','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('am','messages:editpage-summary','s:3:\"en:\";'),('am','messages:editpage-tos-summary','s:4:\"en:-\";'),('am','messages:editsection','s:12:\"am:አርም\";'),('am','messages:editsectionhint','s:40:\"am:$1 ክፍልን ለማስተካከል\";'),('am','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('am','messages:edittools-upload','s:4:\"en:-\";'),('am','messages:editundo','s:28:\"am:ለውጡ ይገልበጥ\";'),('am','messages:editusergroup','s:50:\"am:የአባሉ ማዕረግ ለማስተካከል\";'),('am','messages:editwatchlist-summary','s:3:\"en:\";'),('am','messages:ellipsis','s:6:\"en:...\";'),('am','messages:email','s:13:\"am:ኢ-ሜል\";'),('am','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('am','messages:email-legend','s:69:\"am:ኢ-ሜል ወደ ሌላ የ{{SITENAME}} ተጠቃሚ ለመላክ\";'),('am','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('am','messages:emailauthenticated','s:64:\"am:የርስዎ ኢ-ሜል አድራሻ በ$1 ተረጋገጠ።\";'),('am','messages:emailblock','s:23:\"am:ኢ-ሜል ታገደ\";'),('am','messages:emailccme','s:66:\"am:አንድ ቅጂ ደግሞ ለራስዎ ኢ-ሜል ይላክ።\";'),('am','messages:emailccsubject','s:47:\"am:ወደ $1 የመልዕክትዎ ቅጂ፦ $2\";'),('am','messages:emailconfirmlink','s:40:\"am:አድራሻዎን ለማረጋገጥ\";'),('am','messages:emaildisabled','s:68:\"am:በዚሁ ድረገጽ ኢ-ሜል መላክ አልተቻለም።\";'),('am','messages:emailfrom','s:6:\"am:ከ\";'),('am','messages:emaillink','s:23:\"am:ኢ-ሜል መላክ\";'),('am','messages:emailmessage','s:19:\"am:መልእክት:\";'),('am','messages:emailnotarget','s:84:\"am:ያ ተቀባይ ስም አይኖርም ወይም ትክክል አይደለም።\";'),('am','messages:emailnotauthenticated','s:140:\"am:ያቀረቡት አድራሻ ገና አልተረጋገጠምና ከሌሎች ተጠቃሚዎች ኢሜል መቀበል አይችሉም።\";'),('am','messages:emailpagetext','s:449:\"am:አባሉ በሳቸው «ምርጫዎች» ክፍል ተግባራዊ ኢ-ሜል አድራሻ ያስገቡ እንደሆነ፣ ከታች ያለው ማመልከቻ አንድን ደብዳቤ በቀጥታ ይልካቸዋል።\n\nተቀባዩም መልስ በቀጥታ ሊሰጡዎ እንዲችሉ፣ በእርስዎ «ምርጫዎች» ክፍል ያስገቡት ኢ-ሜል አድራሻ በደብዳቤዎ «From:» መስመር ይታይላቸዋል።\";'),('am','messages:emailsend','s:12:\"am:ይላክ\";'),('am','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('am','messages:emailsent','s:29:\"am:ኢ-ሜል ተልኳል።\";'),('am','messages:emailsenttext','s:48:\"am:ኢ-ሜል መልዕክትዎ ተልኳል።\";'),('am','messages:emailsubject','s:23:\"am:ርዕሰ ጉዳይ:\";'),('am','messages:emailtarget','s:48:\"am:የተቀባይ አባል ስም ያስግቡ\";'),('am','messages:emailto','s:6:\"am:ለ\";'),('am','messages:emailuser','s:43:\"am:ለዚህ/ች ሰው ኢሜል መላክ\";'),('am','messages:emailuser-summary','s:3:\"en:\";'),('am','messages:emailuser-title-notarget','s:43:\"am:ወደ አባል ኢ-ሜል ለመላክ\";'),('am','messages:emailuser-title-target','s:67:\"am:{{GENDER:$1|ለዚህ|ለዚች}} አባል ኢ-ሜል መላክ\";'),('am','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('am','messages:emailusername','s:25:\"am:የተጠቃሚ ሥም\";'),('am','messages:emailusernamesubmit','s:18:\"am:ለማቅረብ\";'),('am','messages:empty-file','s:45:\"am:የላኩት ፋይል ባዶ ነበር።\";'),('am','messages:empty-username','s:26:\"en:(no username available)\";'),('am','messages:emptyfile','s:252:\"am:የላኩት ፋይል ባዶ እንደ ሆነ ይመስላል። ይህ ምናልባት በፋይሉ ስም አንድ ግድፋት ስላለ ይሆናል። እባክዎ ይህን ፋይል በውኑ መላክ እንደ ፈለጉ ያረጋግጡ።\";'),('am','messages:enhancedrc-history','s:10:\"en:history\";'),('am','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('am','messages:enotif_anon_editor','s:28:\"am:ቁጥር አድራሻ $1\";'),('am','messages:enotif_body','s:767:\"am:ለ$WATCHINGUSERNAME ይድረስ፣\n\n$PAGEINTRO $NEWPAGE\n\n$NEWPAGE\n\nየአዛጋጁ ማጠቃለያ፦ $PAGESUMMARY $PAGEMINOREDIT\n\nአዛጋጁን ለማገናኘት፦\nበኢ-ሜል፦ $PAGEEDITOR_EMAIL\nበዊኪ፦ $PAGEEDITOR_WIKI\n\nገጹን ካልጎበኙ በቀር ምንም ሌላ ኢሜል-ማስታወቂያ አይሰጥም። ደግሞ በተከታተሉት ገጾች ዝርዝር ላለው ገጽ ሁሉ የኢሜል-ማስታወቂያውን ሁኔታ ማስተካከል ይችላሉ።\n\nከክብር ጋር፣ የ{{SITENAME}} ኢሜል-ማስታወቂያ መርሃግብር።\n\n--\nየሚከታተሉት ገጾች ዝርዝር ለመቀየር፣ {{canonicalurl:{{#special:EditWatchlist}}}} ይጎበኙ።\n\nበተጨማሪ ለመረዳት፦\n$HELPPAGE\";'),('am','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('am','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('am','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('am','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('am','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('am','messages:enotif_impersonal_salutation','s:28:\"am:{{SITENAME}} ተጠቃሚ\";'),('am','messages:enotif_lastdiff','s:54:\"am:ይህን ለውጥ ለማመልከት $1 ይዩ።\";'),('am','messages:enotif_lastvisited','s:93:\"am:መጨረሻ ከጎበኙ ጀምሮ ለውጦችን ሁሉ ለመመልከት $1 ይዩ።\";'),('am','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('am','messages:enotif_reset','s:64:\"am:ገጾች ሁሉ የተጎበኙ ሆነው ለማመልከት\";'),('am','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('am','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('am','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('am','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('am','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('am','messages:enterlockreason','s:103:\"am:የመቆለፉን ምክንያትና የሚያልቅበትን ሰዓት (በግምት) ይጻፉ።\";'),('am','messages:error','s:15:\"am:ስኅተት\";'),('am','messages:errorpagetitle','s:15:\"am:ስህተት\";'),('am','messages:exbeforeblank','s:71:\"am:ባዶ፤ ከተደመሰሰ በፊት ይዞታው «$1» አለ።\";'),('am','messages:exception-nologin','s:25:\"am:ገና አልገቡም\";'),('am','messages:exception-nologin-text','s:140:\"am:ለዚሁ ገጽ ወይም አድራጎት፣ ወደ ዊኪው በአባልነት ስም አስቀድሞ መግባት ግዴታ ነው።\";'),('am','messages:exception-nologin-text-manual','s:54:\"en:Please $1 to be able to access this page or action.\";'),('am','messages:excontent','s:32:\"am:ይዞታ፦ «$1» አለ።\";'),('am','messages:excontentauthor','s:96:\"am:ይዞታ \'$1\' አለ (የጻፈበትም \'[[Special:Contributions/$2|$2]]\' ብቻ ነበር)\";'),('am','messages:exif-aperturevalue','s:15:\"am:ክፍተት\";'),('am','messages:exif-artist','s:12:\"am:ደራሲ\";'),('am','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('am','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('am','messages:exif-brightnessvalue','s:18:\"am:ብሩህነት\";'),('am','messages:exif-cameraownername','s:19:\"am:ባለ ካሜራ\";'),('am','messages:exif-citycreated','s:41:\"am:ፎቶው የተነሣበት ከተማ\";'),('am','messages:exif-citydest','s:28:\"am:የሚታየው ከተማ\";'),('am','messages:exif-colorspace','s:14:\"en:Color space\";'),('am','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('am','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('am','messages:exif-componentsconfiguration','s:41:\"am:የየክፍለ ነገሩ ትርጉም\";'),('am','messages:exif-componentsconfiguration-0','s:18:\"am:አይኖርም\";'),('am','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('am','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('am','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('am','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('am','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('am','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('am','messages:exif-compressedbitsperpixel','s:35:\"am:የስዕል መጨመቅ ዘዴ\";'),('am','messages:exif-compression','s:25:\"am:የመጨመቅ ዘዴ\";'),('am','messages:exif-compression-1','s:21:\"am:ያልተጨመቀ\";'),('am','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('am','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('am','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('am','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('am','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('am','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('am','messages:exif-compression-5','s:6:\"en:LZW\";'),('am','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('am','messages:exif-compression-7','s:7:\"en:JPEG\";'),('am','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('am','messages:exif-contact','s:22:\"en:Contact information\";'),('am','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('am','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('am','messages:exif-contrast','s:34:\"am:የድምቀት አነጻጸር\";'),('am','messages:exif-contrast-0','s:15:\"am:መደበኛ\";'),('am','messages:exif-contrast-1','s:15:\"am:ለስላሳ\";'),('am','messages:exif-contrast-2','s:12:\"am:ጽኑዕ\";'),('am','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('am','messages:exif-copyright','s:19:\"am:ባለ መብቱ\";'),('am','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('am','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('am','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('am','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('am','messages:exif-countrycodecreated','s:48:\"am:ፎቶው የተነሣበት ሀገር ኮድ\";'),('am','messages:exif-countrycodedest','s:35:\"am:የሚታየው ሀገር ኮድ\";'),('am','messages:exif-countrycreated','s:41:\"am:ፎቶው የተነሣበት ሀገር\";'),('am','messages:exif-countrydest','s:25:\"am:የታየው ሀገር\";'),('am','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('am','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('am','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('am','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('am','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('am','messages:exif-customrendered','s:35:\"am:ልዩ የስዕል አገባብ\";'),('am','messages:exif-customrendered-0','s:28:\"am:የተለመደ ሂደት\";'),('am','messages:exif-customrendered-1','s:19:\"am:ልዩ ሂደት\";'),('am','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('am','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('am','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('am','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('am','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('am','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('am','messages:exif-datetime','s:54:\"am:ፋይሉ የተቀየረበት ቀንና ሰዓት\";'),('am','messages:exif-datetimedigitized','s:57:\"am:ዲጂታል የተደረገበት ቀንና ሰዓት\";'),('am','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('am','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('am','messages:exif-datetimeoriginal','s:57:\"am:መረጃው የተፈጠረበት ቀንና ሰዓት\";'),('am','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('am','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('am','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('am','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('am','messages:exif-dc-publisher','s:15:\"am:አሳታሚ\";'),('am','messages:exif-dc-relation','s:16:\"en:Related media\";'),('am','messages:exif-dc-rights','s:15:\"am:መብቶች\";'),('am','messages:exif-dc-source','s:15:\"en:Source media\";'),('am','messages:exif-dc-type','s:16:\"en:Type of media\";'),('am','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('am','messages:exif-digitalzoomratio','s:38:\"am:ቁጥራዊ ማጉላት ውድር\";'),('am','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('am','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('am','messages:exif-event','s:17:\"en:Event depicted\";'),('am','messages:exif-exifversion','s:20:\"am:የExif ዝርያ\";'),('am','messages:exif-exposurebiasvalue','s:31:\"am:የግልጠት ዝንባሌ\";'),('am','messages:exif-exposureindex','s:38:\"am:ግልጠት መለኪያ ቁጥር\";'),('am','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('am','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('am','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('am','messages:exif-exposuremode','s:25:\"am:የግልጠት ዘዴ\";'),('am','messages:exif-exposuremode-0','s:28:\"am:የቀጥታ ግልጠት\";'),('am','messages:exif-exposuremode-1','s:25:\"am:በዕጅ ግልጠት\";'),('am','messages:exif-exposuremode-2','s:25:\"am:ቀጥተኛ ቅንፍ\";'),('am','messages:exif-exposureprogram','s:34:\"am:የግልጠት ፕሮግራም\";'),('am','messages:exif-exposureprogram-0','s:24:\"am:አልተወሰነም\";'),('am','messages:exif-exposureprogram-1','s:12:\"am:በዕጅ\";'),('am','messages:exif-exposureprogram-2','s:31:\"am:መደበኛ ፕሮግራም\";'),('am','messages:exif-exposureprogram-3','s:34:\"am:የክፍተት ቀዳሚነት\";'),('am','messages:exif-exposureprogram-4','s:31:\"am:የከላይ ቀዳሚነት\";'),('am','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('am','messages:exif-exposureprogram-6','s:88:\"am:የድርጊት ፕሮግራም (ለፈጣን ከላይ ፍጥነት የዘነበለ)\";'),('am','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('am','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('am','messages:exif-exposuretime','s:25:\"am:የግልጠት ግዜ\";'),('am','messages:exif-exposuretime-format','s:23:\"am:$1 ሴኮንድ ($2)\";'),('am','messages:exif-filesource','s:25:\"am:የፋይል ምንጭ\";'),('am','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('am','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('am','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('am','messages:exif-flash','s:15:\"am:ብልጭታ\";'),('am','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('am','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('am','messages:exif-flash-function-1','s:41:\"am:የብልጭታ ተግባር የለም\";'),('am','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('am','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('am','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('am','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('am','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('am','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('am','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('am','messages:exif-flashenergy','s:28:\"am:የብልጭታ ኅይል\";'),('am','messages:exif-flashpixversion','s:37:\"am:የተደገፈ Flashpix ዝርያ\";'),('am','messages:exif-fnumber','s:17:\"am:የF ቁጥር\";'),('am','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('am','messages:exif-focallength','s:47:\"am:የምስሪት ትኩረት እርዝማኔ\";'),('am','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('am','messages:exif-focallengthin35mmfilm','s:53:\"am:በ35 mm ፊልም የትኩረት እርዝማኔ\";'),('am','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('am','messages:exif-focalplaneresolutionunit-2','s:21:\"am:inches (ኢንች)\";'),('am','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('am','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('am','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('am','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('am','messages:exif-gaincontrol','s:34:\"am:የትርኢት ማሠልጠን\";'),('am','messages:exif-gaincontrol-0','s:12:\"am:የለም\";'),('am','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('am','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('am','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('am','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('am','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('am','messages:exif-gpsaltitude','s:12:\"am:ከፍታ\";'),('am','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('am','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('am','messages:exif-gpsaltituderef','s:28:\"am:የከፍታ መሰረት\";'),('am','messages:exif-gpsareainformation','s:26:\"am:የGPS ክልል ስም\";'),('am','messages:exif-gpsdatestamp','s:16:\"am:የGPS ቀን\";'),('am','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('am','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('am','messages:exif-gpsdestdistance','s:28:\"am:ርቀት ከመድረሻ\";'),('am','messages:exif-gpsdestdistance-k','s:18:\"am:ኪሎሜትር\";'),('am','messages:exif-gpsdestdistance-m','s:12:\"am:ማይል\";'),('am','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('am','messages:exif-gpsdestdistanceref','s:41:\"am:የመድረሻ ርቀት መሠረት\";'),('am','messages:exif-gpsdestlatitude','s:31:\"am:የመድረሻ ኬክሮስ\";'),('am','messages:exif-gpsdestlatituderef','s:44:\"am:የመድረሻ ኬክሮስ መሠረት\";'),('am','messages:exif-gpsdestlongitude','s:34:\"am:የመድረሻ ኬንትሮስ\";'),('am','messages:exif-gpsdestlongituderef','s:47:\"am:የመድረሻ ኬንትሮስ መሠረት\";'),('am','messages:exif-gpsdifferential','s:38:\"am:GPS ልዩነት ማስተካከል\";'),('am','messages:exif-gpsdirection-m','s:34:\"am:መግነጢሳዊ አቅጣጫ\";'),('am','messages:exif-gpsdirection-t','s:31:\"am:ዕውነተኛ አቅጣጫ\";'),('am','messages:exif-gpsdop','s:31:\"am:የመለኪያ ልክነት\";'),('am','messages:exif-gpsdop-excellent','s:19:\"am:በጣም ጥሩ\";'),('am','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('am','messages:exif-gpsdop-good','s:14:\"am:ጥሩ ($1)\";'),('am','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('am','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('am','messages:exif-gpsimgdirection','s:28:\"am:የስዕል አቅጣጫ\";'),('am','messages:exif-gpsimgdirectionref','s:41:\"am:የስዕል አቅጣጫ መሠረት\";'),('am','messages:exif-gpslatitude','s:15:\"am:ኬክሮስ\";'),('am','messages:exif-gpslatitude-n','s:25:\"am:ስሜን ኬክሮስ\";'),('am','messages:exif-gpslatitude-s','s:25:\"am:ደቡብ ኬክሮስ\";'),('am','messages:exif-gpslatituderef','s:45:\"am:ስሜን ወይም ደቡብ ኬክሮስ\";'),('am','messages:exif-gpslongitude','s:18:\"am:ኬንትሮስ\";'),('am','messages:exif-gpslongitude-e','s:31:\"am:ምሥራቅ ኬንትሮስ\";'),('am','messages:exif-gpslongitude-w','s:31:\"am:ምዕራብ ኬንትሮስ\";'),('am','messages:exif-gpslongituderef','s:54:\"am:ምስራቅ ወይም ምዕራብ ኬንትሮስ\";'),('am','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('am','messages:exif-gpsmeasuremode','s:25:\"am:የመለኪያ ዘዴ\";'),('am','messages:exif-gpsmeasuremode-2','s:40:\"am:2 አቅጣቻ ያለው መለኪያ\";'),('am','messages:exif-gpsmeasuremode-3','s:40:\"am:3 አቅጣቻ ያለው መለኪያ\";'),('am','messages:exif-gpsprocessingmethod','s:36:\"am:የGPS አግባብ ዘዴ ስም\";'),('am','messages:exif-gpssatellites','s:70:\"am:ለመስፈር የተጠቀሙ ሰው ሰራሽ መንኮራኩር\";'),('am','messages:exif-gpsspeed','s:35:\"am:የGPS ተቀባይ ፍጥነት\";'),('am','messages:exif-gpsspeed-k','s:34:\"am:ኪሎሜትር በየሰዓቱ\";'),('am','messages:exif-gpsspeed-m','s:35:\"am:ማይል (mile) በየሰዓቱ\";'),('am','messages:exif-gpsspeed-n','s:51:\"am:Knot (የመርከብ ፍጥነት መለኪያ)\";'),('am','messages:exif-gpsspeedref','s:34:\"am:የፍጥነት መስፈርያ\";'),('am','messages:exif-gpsstatus','s:28:\"am:የተቀባይ ሁኔታ\";'),('am','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('am','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('am','messages:exif-gpstimestamp','s:41:\"am:GPS ሰዓት (አቶማዊ ሰዓት)\";'),('am','messages:exif-gpstrack','s:37:\"am:የእንቅስቃሴ አቅጣጫ\";'),('am','messages:exif-gpstrackref','s:47:\"am:የስዕል እንቅስቃሴ መሰረት\";'),('am','messages:exif-gpsversionid','s:32:\"am:የGPS ምልክት ዝርያ\";'),('am','messages:exif-headline','s:11:\"en:Headline\";'),('am','messages:exif-identifier','s:13:\"en:Identifier\";'),('am','messages:exif-iimcategory','s:11:\"en:Category\";'),('am','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('am','messages:exif-iimcategory-clj','s:25:\"am:ወንጀልና ሕግ\";'),('am','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('am','messages:exif-iimcategory-edu','s:18:\"am:ትምህርት\";'),('am','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('am','messages:exif-iimcategory-fin','s:35:\"am:ምጣኔ ሀብትና ንግድ\";'),('am','messages:exif-iimcategory-hth','s:15:\"am:ጤንነት\";'),('am','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('am','messages:exif-iimcategory-lab','s:9:\"am:ሥራ\";'),('am','messages:exif-iimcategory-lif','s:34:\"am:አኗኗርና መዝናናት\";'),('am','messages:exif-iimcategory-pol','s:15:\"am:ፖለቲካ\";'),('am','messages:exif-iimcategory-rel','s:34:\"am:ሀይማኖትና እምነት\";'),('am','messages:exif-iimcategory-sci','s:37:\"am:ሳይንስና ቴክኖዎሎጂ\";'),('am','messages:exif-iimcategory-soi','s:34:\"am:ኅብረተሠባዊ ጉዳይ\";'),('am','messages:exif-iimcategory-spo','s:15:\"am:ስፖርት\";'),('am','messages:exif-iimcategory-war','s:48:\"am:ጦርነት፣ ግጭት ወይም ሁከት\";'),('am','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('am','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('am','messages:exif-iimversion','s:14:\"en:IIM version\";'),('am','messages:exif-imagedescription','s:31:\"am:የስዕል አርዕስት\";'),('am','messages:exif-imagelength','s:12:\"am:ቁመት\";'),('am','messages:exif-imageuniqueid','s:41:\"am:የስዕሉ መታወቂያ ቁጥር\";'),('am','messages:exif-imagewidth','s:12:\"am:ስፋት\";'),('am','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('am','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('am','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('am','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('am','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('am','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('am','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('am','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('am','messages:exif-isospeedratings-overflow','s:21:\"am:ከ65535 በላይ\";'),('am','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('am','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('am','messages:exif-jpeginterchangeformatlength','s:25:\"am:የJPEG መረጃ byte\";'),('am','messages:exif-keywords','s:11:\"en:Keywords\";'),('am','messages:exif-label','s:8:\"en:Label\";'),('am','messages:exif-languagecode','s:12:\"am:ቋንቋ\";'),('am','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('am','messages:exif-lens','s:12:\"en:Lens used\";'),('am','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('am','messages:exif-lightsource','s:28:\"am:የብርሃን ምንጭ\";'),('am','messages:exif-lightsource-0','s:21:\"am:አይታወቅም\";'),('am','messages:exif-lightsource-1','s:15:\"am:መዓልት\";'),('am','messages:exif-lightsource-10','s:25:\"am:ደመናም አየር\";'),('am','messages:exif-lightsource-11','s:9:\"am:ጥላ\";'),('am','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('am','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('am','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('am','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('am','messages:exif-lightsource-17','s:30:\"am:መደበኛ ብርሃን A\";'),('am','messages:exif-lightsource-18','s:30:\"am:መደበኛ ብርሃን B\";'),('am','messages:exif-lightsource-19','s:30:\"am:መደበኛ ብርሃን C\";'),('am','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('am','messages:exif-lightsource-20','s:6:\"en:D55\";'),('am','messages:exif-lightsource-21','s:6:\"en:D65\";'),('am','messages:exif-lightsource-22','s:6:\"en:D75\";'),('am','messages:exif-lightsource-23','s:6:\"en:D50\";'),('am','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('am','messages:exif-lightsource-255','s:35:\"am:ሌላ የብርሃን ምንጭ\";'),('am','messages:exif-lightsource-3','s:40:\"am:Tungsten (ቦግ ያለ መብራት)\";'),('am','messages:exif-lightsource-4','s:15:\"am:ብልጭታ\";'),('am','messages:exif-lightsource-9','s:25:\"am:መልካም አየር\";'),('am','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('am','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('am','messages:exif-make','s:38:\"am:የካሜራው ሠሪ ድርጅት\";'),('am','messages:exif-make-value','s:5:\"en:$1\";'),('am','messages:exif-maxaperturevalue','s:48:\"am:የየብስ ክፍተት ወሰን ቢበዛ\";'),('am','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('am','messages:exif-meteringmode','s:25:\"am:የመመተር ዘዴ\";'),('am','messages:exif-meteringmode-0','s:21:\"am:አይታወቅም\";'),('am','messages:exif-meteringmode-1','s:15:\"am:አማካኝ\";'),('am','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('am','messages:exif-meteringmode-255','s:9:\"am:ሌላ\";'),('am','messages:exif-meteringmode-3','s:12:\"am:ነጥብ\";'),('am','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('am','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('am','messages:exif-meteringmode-6','s:15:\"am:በከፊል\";'),('am','messages:exif-model','s:28:\"am:የካሜራው ዝርያ\";'),('am','messages:exif-model-value','s:5:\"en:$1\";'),('am','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('am','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('am','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('am','messages:exif-objectcycle-a','s:19:\"am:ጥዋት ብቻ\";'),('am','messages:exif-objectcycle-b','s:25:\"am:ጥዋትም ማታም\";'),('am','messages:exif-objectcycle-p','s:16:\"am:ማታ ብቻ\";'),('am','messages:exif-objectname','s:28:\"am:አጭር አርዕስት\";'),('am','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('am','messages:exif-orientation','s:18:\"am:አቀማመጥ\";'),('am','messages:exif-orientation-1','s:15:\"am:መደበኛ\";'),('am','messages:exif-orientation-2','s:41:\"am:በአድማሱ ላይ ተገለበጠ\";'),('am','messages:exif-orientation-3','s:18:\"am:180° የዞረ\";'),('am','messages:exif-orientation-4','s:41:\"am:በዋልታው ላይ ተገለበጠ\";'),('am','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('am','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('am','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('am','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('am','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('am','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('am','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('am','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('am','messages:exif-personinimage','s:22:\"am:የታየው ሰው\";'),('am','messages:exif-photometricinterpretation','s:24:\"am:የPixel አሠራር\";'),('am','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('am','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('am','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('am','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('am','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('am','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('am','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('am','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('am','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('am','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('am','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('am','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('am','messages:exif-pixelxdimension','s:41:\"am:እውነተኛ የስዕል ስፋት\";'),('am','messages:exif-pixelydimension','s:41:\"am:እውነተኛ የስዕል ቁመት\";'),('am','messages:exif-planarconfiguration','s:34:\"am:የመረጃ አስተዳደር\";'),('am','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('am','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('am','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('am','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('am','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('am','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('am','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('am','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('am','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('am','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('am','messages:exif-provinceorstatecreated','s:47:\"am:ፎቶው የተነሣበት ክፍላገር\";'),('am','messages:exif-provinceorstatedest','s:37:\"am:የሚታየው ክፍለሀገር\";'),('am','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('am','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('am','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('am','messages:exif-relatedsoundfile','s:41:\"am:የተዛመደ የድምጽ ፋይል\";'),('am','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('am','messages:exif-rowsperstrip','s:47:\"am:የተርታዎች ቁጥር በየቁራጩ\";'),('am','messages:exif-samplesperpixel','s:38:\"am:የክፍለ ነገሮች ቁጥር\";'),('am','messages:exif-saturation','s:13:\"en:Saturation\";'),('am','messages:exif-saturation-0','s:15:\"am:መደበኛ\";'),('am','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('am','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('am','messages:exif-scenecapturetype','s:44:\"am:የትርኢት መማረክ አይነት\";'),('am','messages:exif-scenecapturetype-0','s:15:\"am:መደበኛ\";'),('am','messages:exif-scenecapturetype-1','s:15:\"am:አግድም\";'),('am','messages:exif-scenecapturetype-2','s:9:\"am:ቁም\";'),('am','messages:exif-scenecapturetype-3','s:28:\"am:የሌሊት ትርኢት\";'),('am','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('am','messages:exif-scenetype','s:31:\"am:የትርኢት አይነት\";'),('am','messages:exif-scenetype-1','s:48:\"am:በቀጥታ የተነሣ የፎቶ ስዕል\";'),('am','messages:exif-sensingmethod','s:25:\"am:የመሰማት ዘዴ\";'),('am','messages:exif-sensingmethod-1','s:21:\"am:ያልተወሰነ\";'),('am','messages:exif-sensingmethod-2','s:57:\"am:የ1-ኤሌክትሮ-ገል ቀለም ክልል ሰሚ\";'),('am','messages:exif-sensingmethod-3','s:57:\"am:የ2-ኤሌክትሮ-ገል ቀለም ክልል ሰሚ\";'),('am','messages:exif-sensingmethod-4','s:57:\"am:የ3-ኤሌክትሮ-ገል ቀለም ክልል ሰሚ\";'),('am','messages:exif-sensingmethod-5','s:45:\"am:ቀለም ተከታታይ ክልል ሰሚ\";'),('am','messages:exif-sensingmethod-7','s:42:\"am:ሦስት መስመር ያለው ሰሚ\";'),('am','messages:exif-sensingmethod-8','s:48:\"am:ቀለም ተከታታይ መስመር ሰሚ\";'),('am','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('am','messages:exif-sharpness','s:12:\"am:ስለት\";'),('am','messages:exif-sharpness-0','s:15:\"am:መደበኛ\";'),('am','messages:exif-sharpness-1','s:15:\"am:ለስላሳ\";'),('am','messages:exif-sharpness-2','s:12:\"am:ጽኑዕ\";'),('am','messages:exif-shutterspeedvalue','s:28:\"am:የከላይ ፍጥነት\";'),('am','messages:exif-software','s:37:\"am:የተጠቀመው ሶፍትዌር\";'),('am','messages:exif-software-value','s:5:\"en:$1\";'),('am','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('am','messages:exif-source','s:12:\"am:መነሻ\";'),('am','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('am','messages:exif-specialinstructions','s:31:\"am:ልዩ ማስጠንቀቂያ\";'),('am','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('am','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('am','messages:exif-stripbytecounts','s:36:\"am:byte በየተጨመቀ ቁራጩ\";'),('am','messages:exif-stripoffsets','s:35:\"am:የስዕል መረጃ ሥፍራ\";'),('am','messages:exif-subjectarea','s:25:\"am:የጉዳዩ ክልል\";'),('am','messages:exif-subjectdistance','s:25:\"am:የጉዳዩ ርቀት\";'),('am','messages:exif-subjectdistance-value','s:15:\"am:$1 ሜትር\";'),('am','messages:exif-subjectdistancerange','s:25:\"am:የጉዳዩ ርቀት\";'),('am','messages:exif-subjectdistancerange-0','s:21:\"am:አይታወቅም\";'),('am','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('am','messages:exif-subjectdistancerange-2','s:34:\"am:ከቅርብ አስተያየት\";'),('am','messages:exif-subjectdistancerange-3','s:31:\"am:ከሩቅ አስተያየት\";'),('am','messages:exif-subjectlocation','s:25:\"am:የጉዳዩ ሥፍራ\";'),('am','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('am','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('am','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('am','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('am','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('am','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('am','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('am','messages:exif-unknowndate','s:25:\"am:ያልታወቀ ቀን\";'),('am','messages:exif-urgency','s:10:\"en:Urgency\";'),('am','messages:exif-urgency-high','s:20:\"am:ከፍተኛ ($1)\";'),('am','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('am','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('am','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('am','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('am','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('am','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('am','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('am','messages:exif-usercomment','s:37:\"am:የተጠቃሚው ማጠቃለያ\";'),('am','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('am','messages:exif-whitebalance','s:25:\"am:የነጭ ዝንባሌ\";'),('am','messages:exif-whitebalance-0','s:35:\"am:የቀጥታ ነጭ ዝንባሌ\";'),('am','messages:exif-whitebalance-1','s:48:\"am:በእጅ የተደረገ ነጭ ዝንባሌ\";'),('am','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('am','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('am','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('am','messages:exif-writer','s:9:\"en:Writer\";'),('am','messages:exif-xresolution','s:31:\"am:አድማሳዊ ማጉላት\";'),('am','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('am','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('am','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('am','messages:exif-ycbcrpositioning','s:29:\"am:የY ና C አቀማመጥ\";'),('am','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('am','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('am','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('am','messages:exif-yresolution','s:22:\"am:ቁም ማጉላት\";'),('am','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('am','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('am','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('am','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('am','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('am','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('am','messages:expand_templates_ok','s:9:\"am:እሺ\";'),('am','messages:expand_templates_output','s:9:\"en:Result\";'),('am','messages:expand_templates_preview','s:10:\"en:Preview\";'),('am','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('am','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('am','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('am','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('am','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('am','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('am','messages:expandtemplates','s:19:\"en:Expand templates\";'),('am','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('am','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('am','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('am','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('am','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('am','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('am','messages:explainconflict','s:444:\"am:ይህን ገጽ ለማዘጋጀት ከጀመሩ በኋላ የሌላ ሰው ለውጥ ገብቷል። ላይኛው ጽሕፈት የአሁኑ እትም ያሳያል፤ የርስዎም እትም ከዚያ በታች ይገኛል። ለውጦችዎን በአሁኑ ጽሕፈት ውስጥ ማዋሐድ ይኖርብዎታል። ገጹንም ባቀረቡበት ግዜ በላይኛው ክፍል ያለው ጽሕፈት \'\'\'ብቻ\'\'\' ይቀርባል።\";'),('am','messages:export','s:46:\"am:ገጾች ወደ ሌላ ዊኪ ለመላክ\";'),('am','messages:export-addcat','s:18:\"am:ለመጨምር\";'),('am','messages:export-addcattext','s:48:\"am:ከዚሁ መደብ ገጾች ይጨመሩ፦\";'),('am','messages:export-addns','s:18:\"am:ለመጨምር\";'),('am','messages:export-addnstext','s:28:\"en:Add pages from namespace:\";'),('am','messages:export-download','s:38:\"am:እንደ ፋይል ለመቆጠብ\";'),('am','messages:export-manual','s:22:\"en:Add pages manually:\";'),('am','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('am','messages:export-submit','s:15:\"am:ለመላክ\";'),('am','messages:export-summary','s:3:\"en:\";'),('am','messages:export-templates','s:30:\"am:ከነመለጠፊያዎቹ\";'),('am','messages:exportall','s:19:\"en:Export all pages\";'),('am','messages:exportcuronly','s:78:\"am:ሙሉ ታሪክ ሳይሆን ያሁኑኑን ዕትም ብቻ ይከተት\";'),('am','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('am','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('am','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('am','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('am','messages:externaldberror','s:170:\"am:ወይም አፍአዊ የማረጋገጫ መረጃ-ቤት ስኅተት ነበረ፣ ወይም አፍአዊ አባልነትዎን ማሳደስ አልተፈቀዱም።\";'),('am','messages:faq','s:63:\"am:ብጊየጥ (ብዙ ጊዜ የሚጠየቁ ጥያቀዎች)\";'),('am','messages:feb','s:13:\"am:ፌብሩ.\";'),('am','messages:february','s:18:\"am:ፌብሩዌሪ\";'),('am','messages:february-gen','s:18:\"am:ፌብሩዌሪ\";'),('am','messages:feed-atom','s:7:\"en:Atom\";'),('am','messages:feed-invalid','s:50:\"am:የማይገባ የማጉረስ አይነት።\";'),('am','messages:feed-rss','s:6:\"en:RSS\";'),('am','messages:feed-unavailable','s:44:\"am:ማጉረስ በ{{SITENAME}} የለም።\";'),('am','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('am','messages:feedback-back','s:7:\"en:Back\";'),('am','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('am','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('am','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('am','messages:feedback-cancel','s:12:\"am:ይቅር\";'),('am','messages:feedback-close','s:7:\"en:Done\";'),('am','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('am','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('am','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('am','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('am','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('am','messages:feedback-message','s:11:\"en:Message:\";'),('am','messages:feedback-subject','s:11:\"en:Subject:\";'),('am','messages:feedback-submit','s:9:\"en:Submit\";'),('am','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('am','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('am','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('am','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('am','messages:feedback-useragent','s:14:\"en:User agent:\";'),('am','messages:fewestrevisions','s:50:\"am:ለውጦች ያነሱላቸው መጣጥፎች\";'),('am','messages:fewestrevisions-summary','s:3:\"en:\";'),('am','messages:file-anchor-link','s:12:\"am:ፋይል\";'),('am','messages:file-deleted-duplicate','s:208:\"am:ለዚህ ፋይል አንድ ቅጂ የሆነ ፋይል ([[:$1]]) ቀድሞ ጠፍቷል። እንደገና ሳይልኩት እባክዎ የዚያውን ፋይል መጥፋት ታሪክ ይመለከቱ።\";'),('am','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('am','messages:file-exists-duplicate','s:111:\"am:ይህ ፋይል {{PLURAL:$1|የሚከተለው ፋኡል|የሚከተሉት ፋይሎች}} ቅጂ ነው፦\";'),('am','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('am','messages:file-info','s:61:\"am:የፋይል መጠን፦ $1፣ የMIME አይነት፦ $2\";'),('am','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('am','messages:file-info-gif-looped','s:9:\"en:looped\";'),('am','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('am','messages:file-info-png-looped','s:9:\"en:looped\";'),('am','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('am','messages:file-info-size','s:73:\"am:$1 × $2 ፒክስል፤ መጠን፦ $3፤ የMIME ዓይነት፦ $4\";'),('am','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('am','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('am','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('am','messages:file-nohires','s:54:\"am:ከዚህ በላይ ማጉላት አይቻልም።\";'),('am','messages:file-thumbnail-no','s:309:\"am:የፋይሉ ስም በ<strong>$1</strong> ይጀመራል። የተቀነሰ መጠን ያለበት ስዕል \'\'(ናሙና)\'\' እንደ ሆነ ይመስላል። ይህን ስዕል በሙሉ ማጉላት ካለዎ፣ ይህን ይላኩ፤ አለዚያ እባክዎ የፋይሉን ስም ይቀይሩ።\";'),('am','messages:file-too-large','s:77:\"am:ያቀረቡት ፋይል ከተፈቀደው መጠን በላይ ነው።\";'),('am','messages:filecopyerror','s:71:\"am:ፋይሉን «$1» ወደ «$2» መቅዳት አልተቻለም።\";'),('am','messages:filedelete','s:21:\"am:$1 ለማጥፋት\";'),('am','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('am','messages:filedelete-comment','s:21:\"am:ምክንያቱ፦\";'),('am','messages:filedelete-current-unregistered','s:71:\"am:የተወሰነው ፋይል «$1» በመረጃ-ቤቱ የለም።\";'),('am','messages:filedelete-edit-reasonlist','s:68:\"am:\'ተራ የማጥፋት ምክንያቶች\' ለማስተካከል\";'),('am','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('am','messages:filedelete-intro','s:47:\"am:\'\'\'[[Media:$1|$1]]\'\'\' ሊያጥፉ ነው።\";'),('am','messages:filedelete-intro-old','s:106:\"am:በ[$4 $3፣ $2] እ.ኤ.አ. የነበረው የ\'\'\'[[Media:$1|$1]]\'\'\' እትም ሊያጥፉ ነው።\";'),('am','messages:filedelete-legend','s:31:\"am:ፋይልን ለማጥፋት\";'),('am','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('am','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('am','messages:filedelete-missing','s:67:\"am:ፋይሉ «$1» ሰለማይኖር ሊጠፋ አይችልም።\";'),('am','messages:filedelete-nofile','s:40:\"am:\'\'\'$1\'\'\' በ{{SITENAME}} የለም።\";'),('am','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('am','messages:filedelete-old-unregistered','s:81:\"am:የተወሰነው ፋይል ዕትም «$1» በመረጃ-ቤቱ የለም።\";'),('am','messages:filedelete-otherreason','s:43:\"am:ሌላ / ተጨማሪ ምክንያት፦\";'),('am','messages:filedelete-reason-dropdown','s:126:\"am:*ተራ የማጥፋት ምክንያቶች\n** የማብዛት ፈቃድ አለመኖር\n** የተዳገመ ፋይል ቅጂ\";'),('am','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('am','messages:filedelete-reason-otherlist','s:25:\"am:ሌላ ምክንያት\";'),('am','messages:filedelete-submit','s:12:\"am:ይጥፋ\";'),('am','messages:filedelete-success','s:27:\"am:\'\'\'$1\'\'\' ጠፍቷል።\";'),('am','messages:filedelete-success-old','s:113:\"am:<span class=\"plainlinks\">በ$3፣ $2 የነበረው የ\'\'\'[[Media:$1|$1]]\'\'\' ዕትም ጠፍቷል።</span>\";'),('am','messages:filedeleteerror','s:60:\"am:ፋይሉን «$1» ለማጥፋት አልተቻለም።\";'),('am','messages:filedeleteerror-long','s:73:\"am:ፋይሉን በማጥፋት ስህተቶች ተነስተዋል፦\n\n$1\";'),('am','messages:filedeleteerror-short','s:47:\"am:የፋይል ማጥፋት ስኅተት፦ $1\";'),('am','messages:filedesc','s:18:\"am:ማጠቃለያ\";'),('am','messages:fileduplicatesearch','s:38:\"am:ለቅጂ ፋይሎች መፈልግ\";'),('am','messages:fileduplicatesearch-filename','s:23:\"am:የፋይል ስም:\";'),('am','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('am','messages:fileduplicatesearch-noresults','s:54:\"am:«$1» የሚባል ፋይል አልተገኘም።\";'),('am','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('am','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('am','messages:fileduplicatesearch-submit','s:12:\"am:ፍለጋ\";'),('am','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('am','messages:fileexists','s:206:\"am:ይህ ስም ያለው ፋይል አሁን ይኖራል፤ እባክዎ እሱም ለመቀየር እንደፈለጉ እርግጥኛ ካልሆኑ <strong>[[:$1]]</strong> ይመለከቱ።\n[[$1|thumb]]\";'),('am','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('am','messages:fileexists-extension','s:254:\"am:ተመሳሳይ ስም ያለበት ፋይል ይኖራል፦[[$2|thumb]]\n* የሚላክ ፋይል ስም፦ <strong>[[:$1]]</strong>\n* የሚኖር (የቆየው) ፋይል ስም፦ <strong>[[:$2]]</strong>\nእባክዎ ሌላ ስም ይምረጡ።\";'),('am','messages:fileexists-forbidden','s:179:\"am:በዚህ ስም የሚኖር ፋይል ገና አለ፤ እባክዎ ተመልሰው ይህን ፋይል በአዲስ ስም ስር ይልኩት። [[File:$1|thumb|center|$1]]\";'),('am','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('am','messages:fileexists-shared-forbidden','s:205:\"am:ይህ ስም ያለበት ፋይል አሁን በጋራ ፋይል ምንጭ ይኖራል፤ እባክዎ ተመልሰው ፋይሉን በሌላ ስም ስር ይላኩት። [[File:$1|thumb|center|$1]]\";'),('am','messages:fileexists-thumbnail-yes','s:363:\"am:ፋይሉ የተቀነሰ መጠን ያለበት ስዕል \'\'(ናሙና)\'\' እንደ ሆነ ይመስላል። [[$1|thumb]]\nእባክዎ ፋይሉን <strong>[[:$1]]</strong> ይመለከቱ።\nያው ፋይል ለዚሁ ፋይል አንድ አይነት በኦሪጂናሉ መጠን ቢሆን ኖሮ፣ ተጨማሪ ናሙና መላክ አያስፈልግም።\";'),('am','messages:filehist','s:25:\"am:የፋይሉ ታሪክ\";'),('am','messages:filehist-comment','s:18:\"am:ማጠቃለያ\";'),('am','messages:filehist-current','s:15:\"am:ያሁኑኑ\";'),('am','messages:filehist-datetime','s:20:\"am:ቀን /ሰዓት\";'),('am','messages:filehist-deleteall','s:28:\"am:ሁሉን ለማጥፋት\";'),('am','messages:filehist-deleteone','s:28:\"am:ይህን ለማጥፋት\";'),('am','messages:filehist-dimensions','s:23:\"am:ክልሉ (በpixel)\";'),('am','messages:filehist-filesize','s:12:\"am:መጠን\";'),('am','messages:filehist-help','s:100:\"am:የቀድሞው ዕትም ካለ ቀን/ሰዓቱን በመጫን መመልከት ይቻላል።\";'),('am','messages:filehist-nothumb','s:22:\"am:ናሙና የለም\";'),('am','messages:filehist-revert','s:28:\"am:ወዲህ ይገለበጥ\";'),('am','messages:filehist-thumb','s:12:\"am:ናሙና\";'),('am','messages:filehist-thumbtext','s:44:\"am:በ$1 የነበረው ዕትም ናሙና\";'),('am','messages:filehist-user','s:18:\"am:አቅራቢው\";'),('am','messages:filemissing','s:31:\"am:ፋይሉ አልተገኘም\";'),('am','messages:filename','s:22:\"am:የፋይል ስም\";'),('am','messages:filename-bad-prefix','s:251:\"am:የሚልኩት ፋይል ስም በ\'\'\'«$1»\'\'\' ይጀመራል፤ ይህ ብዙ ጊዜ በቁጥራዊ ካሜራ የተወሰነ ገላጭ ያልሆነ ስም ይሆናል። እባክዎ ለፋይልዎ ገላጭ የሆነ ስም ይምረጡ።\";'),('am','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('am','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('am','messages:filename-toolong','s:81:\"am:የፋይል ስም ከ240 ባይት በላይ ሊረዝም አይቻልም።\";'),('am','messages:filename-tooshort','s:61:\"am:የፋይሉ ስም ከተፈቀደው አጭር ነው።\";'),('am','messages:filenotfound','s:54:\"am:«$1» የሚባል ፋይል አልተገኘም።\";'),('am','messages:filepage-nofile','s:57:\"am:እንዲህ የሚባል ፋይል አይኖርም።\";'),('am','messages:filepage-nofile-link','s:118:\"am:እንዲህ የሚባል ፋይል አይኖርም፤ እርስዎ ግን [$1 እሱን መላክ] ይችላሉ።\";'),('am','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('am','messages:filepageexists','s:375:\"am:የዚሁ ፋኡል መግለጫ ገጽ ከዚህ በፊት በ<strong>[[:$1]]</strong> ተፈጥሯል፤ ነገር ግን ይህ ስም ያለበት ፋይል አሁን አይኖርም። ስለዚህ ያቀረቡት ማጠቃለያ በመግለጫው ገጽ አይታይም። መግለጫዎ በዚያ እንዲታይ በእጅ ማስገባት ይኖርብዎታል።\";'),('am','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('am','messages:filerenameerror','s:81:\"am:የፋይሉን ስም ከ«$1» ወደ «$2» መቀየር አተቻለም።\";'),('am','messages:filereuploadsummary','s:31:\"am:የፋይሉ ለውጦች፦\";'),('am','messages:filerevert','s:21:\"am:$1 ማገልበጥ\";'),('am','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('am','messages:filerevert-comment','s:21:\"am:ማጠቃለያ፦\";'),('am','messages:filerevert-defaultcomment','s:57:\"am:በ$2፣ $1 ወደ ነበረው ዕትም መለሰው\";'),('am','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('am','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('am','messages:filerevert-legend','s:28:\"am:ፋይል ማገልበጥ\";'),('am','messages:filerevert-submit','s:18:\"am:ማገልበጥ\";'),('am','messages:filerevert-success','s:90:\"am:\'\'\'[[Media:$1|$1]]\'\'\' [በ$3፣ $2 ወደ ነበረው $4 እትም] ተመልሷል።\";'),('am','messages:filesource','s:15:\"am:መነሻ፦\";'),('am','messages:filestatus','s:41:\"am:የማብዛት መብት ሁኔታ፦\";'),('am','messages:filetype-bad-ie-mime','s:186:\"am:ይህን ፋይል መላክ አይቻልም፤ Internet Explorer እንደ $1 ይመስለው ነበርና ይህ የማይፈቅድ አደገኛ የፋይል አይነት ነው።\";'),('am','messages:filetype-badmime','s:75:\"am:የMIME አይነት «$1» ፋይሎች ሊላኩ አይፈቀዱም።\";'),('am','messages:filetype-banned','s:57:\"am:ይህ አይነት ፋይል አልተፈቀደም።\";'),('am','messages:filetype-banned-type','s:129:\"am:\'\'\'«.$1»\'\'\' ያልተፈቀደ ፋይል አይነት ነው። የተፈቀዱት ፋይል አይነቶች $2 ናቸው።\";'),('am','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('am','messages:filetype-missing','s:72:\"am:ፋይሉ ምንም ቅጥያ (ለምሳሌ «.jpg») የለውም።\";'),('am','messages:filetype-unwanted-type','s:127:\"am:\'\'\'\".$1\"\'\'\' ያልተፈለገ ፋይል አይነት ነው። የተመረጡት ፋይል አይነቶች $2 ናቸው።\";'),('am','messages:fileuploadsummary','s:21:\"am:ማጠቃለያ፦\";'),('am','messages:filewasdeleted','s:166:\"am:በዚሁ ስም ያለው ፋይል ከዚህ በፊት ተልኮ እንደገና ጠፍቷል።  ዳግመኛ ሳይልኩት $1 ማመልከት ያሻላል።\";'),('am','messages:fix-double-redirects','s:116:\"am:ወደ ቀደመው አርዕስት የሚወስዱ መምሪያ መንገዶች ካሉ በቀጥታ ይታደሱ\";'),('am','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('am','messages:formerror','s:69:\"am:ስኅተት፦ ማመልከቻ ለማቅረብ አልተቻለም\";'),('am','messages:fri','s:9:\"am:ዓር\";'),('am','messages:friday','s:12:\"am:ዓርብ\";'),('am','messages:friday-at','s:15:\"en:Friday at $1\";'),('am','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('am','messages:gender-female','s:10:\"am: ሴት\";'),('am','messages:gender-male','s:12:\"am:ወንድ\";'),('am','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('am','messages:gender-unknown','s:16:\"am: አታምር\";'),('am','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('am','messages:go','s:9:\"am:ሂድ\";'),('am','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('am','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('am','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('am','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('am','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('am','messages:grant-basic','s:15:\"en:Basic rights\";'),('am','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('am','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('am','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('am','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('am','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('am','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('am','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('am','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('am','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('am','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('am','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('am','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('am','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('am','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('am','messages:grant-group-email','s:13:\"en:Send email\";'),('am','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('am','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('am','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('am','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('am','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('am','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('am','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('am','messages:grant-import','s:19:\"en:Import revisions\";'),('am','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('am','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('am','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('am','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('am','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('am','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('am','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('am','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('am','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('am','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('am','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('am','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('am','messages:group','s:15:\"am:ደረጃ፦\";'),('am','messages:group-all','s:11:\"am:(ሁሉ)\";'),('am','messages:group-autoconfirmed','s:34:\"am:የተረጋገጡ አባላት\";'),('am','messages:group-autoconfirmed-member','s:34:\"am:የተረጋገጠ ተጠቃሚ\";'),('am','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('am','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('am','messages:group-bot','s:7:\"am:BOTS\";'),('am','messages:group-bot-member','s:6:\"am:BOT\";'),('am','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('am','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('am','messages:group-bureaucrat','s:27:\"am:አስተዳዳሪዎች\";'),('am','messages:group-bureaucrat-member','s:21:\"am:አስተዳዳሪ\";'),('am','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('am','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('am','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('am','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('am','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('am','messages:group-named','s:19:\"en:Registered users\";'),('am','messages:group-suppress','s:14:\"en:Suppressors\";'),('am','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('am','messages:group-sysop','s:12:\"am:መጋቢ\";'),('am','messages:group-sysop-member','s:12:\"am:መጋቢ\";'),('am','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('am','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('am','messages:group-user','s:21:\"am:ተጠቃሚዎች\";'),('am','messages:group-user-member','s:29:\"am:{{GENDER:$1|ተጠቃሚ}}\";'),('am','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('am','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('am','messages:grouppage-autoconfirmed','s:55:\"am:{{ns:project}}:የተረጋገጡ ተጠቃሚዎች\";'),('am','messages:grouppage-bot','s:22:\"am:{{ns:project}}:BOTS\";'),('am','messages:grouppage-bureaucrat','s:42:\"am:{{ns:project}}:አስተዳዳሪዎች\";'),('am','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('am','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('am','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('am','messages:grouppage-sysop','s:33:\"am:{{ns:project}}:መጋቢዎች\";'),('am','messages:grouppage-user','s:36:\"am:{{ns:project}}:ተጠቃሚዎች\";'),('am','messages:guesstimezone','s:63:\"am:ከኮምፒውተርዎ መዝገብ ልዩነቱ ይገኝ\";'),('am','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('am','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('am','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('am','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('am','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('am','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('am','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('am','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('am','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('am','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('am','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('am','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('am','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('am','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('am','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('am','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('am','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('am','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('am','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('am','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('am','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('am','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('am','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('am','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('am','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('am','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('am','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('am','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('am','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('am','messages:help','s:15:\"am:እርዳታ\";'),('am','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('am','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('am','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('am','messages:helppage-top-gethelp','s:7:\"en:Help\";'),('am','messages:hidden-categories','s:71:\"am:{{PLURAL:$1|የተደበቀ መደብ|የተደበቁ መደቦች}}\";'),('am','messages:hidden-category-category','s:31:\"am:የተደበቁ መደቦች\";'),('am','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('am','messages:hiddencategories','s:119:\"am:ይህ ገጽ በ{{PLURAL:$1|1 የተደበቀ መደብ|$1 የተደበቁ መድቦች}} ውስጥ ይገኛል።\";'),('am','messages:hide','s:15:\"am:ይደበቁ\";'),('am','messages:hidetoc','s:12:\"am:ደብቅ\";'),('am','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('am','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('am','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('am','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('am','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('am','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('am','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('am','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('am','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('am','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('am','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('am','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('am','messages:hist','s:12:\"am:ታሪክ\";'),('am','messages:histfirst','s:18:\"am:ቀድመኞች\";'),('am','messages:histlast','s:15:\"am:ኋለኞች\";'),('am','messages:histlegend','s:491:\"am:ከ2 እትሞች መካከል ልዩነቶቹን ለመናበብ፦ በ2 ክብ ነገሮች ውስጥ ምልክት አድርገው «የተመረጡትን እትሞች ለማነፃፀር» የሚለውን ተጭነው የዛኔ በቀጥታ ይሄዳሉ።<br /> መግለጫ፦ (ከአሁን) - ከአሁኑ እትም ያለው ልዩነት፤ (ካለፈው) - ቀጥሎ ከቀደመው እትም ያለው ልዩነት፤<br /> «\'\'\'ጥ\'\'\'» ማለት ጥቃቅን ለውጥ ነው።\";'),('am','messages:history','s:22:\"am:የገጽ ታሪክ\";'),('am','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('am','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('am','messages:history-feed-description','s:62:\"am:በዊኪ ላይ የዕትሞች ታሪክ ለዚሁ ገጽ\";'),('am','messages:history-feed-empty','s:223:\"am:የተጠየቀው ገጽ አይኖርም። ምናልባት ከዊኪው ጠፍቷል፣ ወይም ወደ አዲስ ስም ተዛወረ። ለተመሳሳይ አዲስ ገጽ [[Special:Search|ፍለጋ]] ይሞክሩ።\";'),('am','messages:history-feed-item-nocomment','s:11:\"am:$1 በ$2\";'),('am','messages:history-feed-title','s:28:\"am:የዕትሞች ታሪክ\";'),('am','messages:history-fieldset-title','s:41:\"am:የቀደሙት ዕትሞች ፍለጋ\";'),('am','messages:history-show-deleted','s:25:\"am:የጠፉትን ብቻ\";'),('am','messages:history-title','s:35:\"am:የ«$1» እትሞች ታሪክ\";'),('am','messages:history_copyright','s:4:\"en:-\";'),('am','messages:history_short','s:12:\"am:ታሪክ\";'),('am','messages:history_small','s:10:\"en:history\";'),('am','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('am','messages:historyempty','s:9:\"am:ባዶ\";'),('am','messages:historysize','s:12:\"am:($1 byte)\";'),('am','messages:historywarning','s:97:\"am:ማስጠንቀቂያ፦ ለዚሁ ገጽ የዕትም ታሪክ ደግሞ ሊጠፋ ነው! :\";'),('am','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('am','messages:hours','s:15:\"am:$1 ሰዓት\";'),('am','messages:hours-abbrev','s:7:\"en:$1 h\";'),('am','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('am','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('am','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('am','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('am','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('am','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('am','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('am','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('am','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('am','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('am','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('am','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('am','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('am','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('am','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('am','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('am','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('am','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('am','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('am','messages:htmlform-no','s:5:\"en:No\";'),('am','messages:htmlform-required','s:26:\"en:This value is required.\";'),('am','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('am','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('am','messages:htmlform-selectorother-other','s:9:\"am:ሌላ\";'),('am','messages:htmlform-submit','s:18:\"am:ለማቅረብ\";'),('am','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('am','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('am','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('am','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('am','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('am','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('am','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('am','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('am','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('am','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('am','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('am','messages:htmlform-yes','s:6:\"en:Yes\";'),('am','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('am','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('am','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('am','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('am','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('am','messages:http-read-error','s:19:\"en:HTTP read error.\";'),('am','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('am','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('am','messages:ignorewarning','s:73:\"am:ማስጠንቀቂያውን ቸል በማለት ፋይሉ ይላክ።\";'),('am','messages:ignorewarnings','s:41:\"am:ማስጠንቀቂያ ቸል ይበል\";'),('am','messages:illegal-filename','s:57:\"am:የፋይሉ ስም የተፈቀደ አይደለም።\";'),('am','messages:illegalfilename','s:207:\"am:የፋይሉ ስም «$1» በአርእስት ያልተፈቀደ ፊደል ወይም ምልክት አለበት። እባክዎ፣ ለፋይሉ አዲስ ስም ያውጡና እንደገና ይልኩት።\";'),('am','messages:ilsubmit','s:12:\"am:ፍለጋ\";'),('am','messages:imageinvalidfilename','s:61:\"am:የመድረሻ ፋይል ስም ልክ አይደለም።\";'),('am','messages:imagelinks','s:54:\"am:ይህን ፋይል የሚያጠቃልሉ ገጾች\";'),('am','messages:imagelisttext','s:94:\"am:$1 የተጨመሩ ሥእሎች ወይም ፋይሎች ከታች ይዘረዝራሉ ($2)።\";'),('am','messages:imagemaxsize','s:88:\"am:በፋይል መግለጫ ገጽ ላይ የስዕል መጠን ወሰን ቢበዛ፦\";'),('am','messages:imagenocrossnamespace','s:91:\"am:ፋይልን ወደ ሌላ አይነት ክፍለ-ዊኪ ማዛወር አይቻልም።\";'),('am','messages:imagepage','s:38:\"am:የፋይሉን ገጽ ለማየት\";'),('am','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('am','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('am','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('am','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('am','messages:img-auth-nofile','s:51:\"am:«$1» የሚባል ፋይል አይኖርም።\";'),('am','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('am','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('am','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('am','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('am','messages:img-lang-default','s:21:\"en:(default language)\";'),('am','messages:img-lang-go','s:5:\"en:Go\";'),('am','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('am','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('am','messages:imgfile','s:12:\"am:ፋይሉ\";'),('am','messages:imgmultigo','s:10:\"am:ሂድ!\";'),('am','messages:imgmultigoto','s:33:\"am:ወደ ገጽ# $1 ለመሄድ\";'),('am','messages:imgmultipagenext','s:32:\"am:የሚቀጥለው ገጽ →\";'),('am','messages:imgmultipageprev','s:26:\"am:← ፊተኛው ገጽ\";'),('am','messages:immobile-source-namespace','s:79:\"am:በክፍለ-ዊኪ \"$1\" ያሉት ገጾች ማዛወር አይቻልም።\";'),('am','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('am','messages:immobile-source-page','s:58:\"am:ይህ ገጽ የማይዛወር አይነት ነው።\";'),('am','messages:immobile-target-namespace','s:79:\"am:ገጾችን ወደ በክፍለ-ዊኪ \"$1\" ማዛወር አይቻልም።\";'),('am','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('am','messages:immobile-target-page','s:79:\"am:ወደዚያው መድረሻ አርዕስት ማዛወር አይቻልም።\";'),('am','messages:import','s:48:\"am:ገጾች ከሌላ ዊኪ ለማስገባት\";'),('am','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('am','messages:import-comment','s:21:\"am:ማጠቃለያ፦\";'),('am','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('am','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('am','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('am','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('am','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('am','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('am','messages:import-interwiki-history','s:68:\"am:ለዚህ ገጽ የታሪክ ዕትሞች ሁሉ ለመቅዳት\";'),('am','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('am','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('am','messages:import-interwiki-submit','s:21:\"am:ለማስገባት\";'),('am','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('am','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('am','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('am','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('am','messages:import-logentry-interwiki-detail','s:48:\"am:$1 {{PLURAL:$1|ዕትም|ዕትሞች}} ከ$2\";'),('am','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('am','messages:import-logentry-upload-detail','s:42:\"am:$1 {{PLURAL:$1|ዕትም|ዕትሞች}}\";'),('am','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('am','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('am','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('am','messages:import-noarticle','s:49:\"am:ለማስገባት ምንም ገጽ የለም!\";'),('am','messages:import-nonewrevisions','s:58:\"am:ዕትሞቹ ሁሉ ከዚህ በፊት ገብተዋል\";'),('am','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('am','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('am','messages:import-revision-count','s:42:\"am:$1 {{PLURAL:$1|ዕትም|ዕትሞች}}\";'),('am','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('am','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('am','messages:import-summary','s:3:\"en:\";'),('am','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('am','messages:import-upload','s:18:\"en:Upload XML data\";'),('am','messages:import-upload-filename','s:25:\"am:የፋይሉ ስም፦\";'),('am','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('am','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('am','messages:importcantopen','s:63:\"am:የማስገባት ፋይል መክፈት አልተቻለም\";'),('am','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('am','messages:importfailed','s:66:\"am:ማስገባቱ አልተከናወነም፦ <nowiki>$1</nowiki>\";'),('am','messages:importinterwiki','s:35:\"am:ከሌላ ዊኪ ማስገባት\";'),('am','messages:importlogpage','s:41:\"am:የገጽ ማስገባት መዝገብ\";'),('am','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('am','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('am','messages:importnopages','s:51:\"am:ለማስገባት ምንም ገጽ የለም።\";'),('am','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('am','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('am','messages:importstart','s:51:\"am:ገጾችን በማስገባት ላይ ነው...\";'),('am','messages:importsuccess','s:29:\"am:ማስገባቱ ጨረሰ!\";'),('am','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('am','messages:importunknownsource','s:60:\"am:ያልታወቀ የማስገባት መነሻ አይነት\";'),('am','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('am','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('am','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('am','messages:index-category','s:51:\"am:ማውጫው ላይ የተመዘገቡ ገጾች\";'),('am','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('am','messages:infiniteblock','s:28:\"am:መቸም ይማያልቅ\";'),('am','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('am','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('am','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('am','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('am','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('am','messages:internalerror','s:28:\"am:የውስጥ ስህተት\";'),('am','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('am','messages:internalerror_info','s:34:\"am:የውስጥ ስህተት፦ $1\";'),('am','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('am','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('am','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('am','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('am','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('am','messages:invalidateemail','s:45:\"am:የኢ-ሜል ማረጋገጫ መሠረዝ\";'),('am','messages:invalidemailaddress','s:220:\"am:ያው ኢ-ሜል አድራሻ ትክክለኛ አይመስልምና ልንቀበለው አይቻልም። እባክዎ ትክክለኛ አድራሻ ያስግቡ ወይም አለዚያ ጥያቄው ባዶ ይሁን።\";'),('am','messages:invalidtitle','s:16:\"en:Invalid title\";'),('am','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('am','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('am','messages:invert','s:39:\"am:(ምርጫውን ለመገልበጥ)\";'),('am','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('am','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('am','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('am','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('am','messages:ipaddressorusername','s:56:\"am:የቁ. አድራሻ ወይም የብዕር ስም፦\";'),('am','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('am','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('am','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('am','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('am','messages:ipb-blockingself','s:81:\"am:እራስዎን ሊያግዱ ነው። ይሄ በእርግጡ ይደረግን?\";'),('am','messages:ipb-blocklist','s:60:\"am:አሁን ያሉትን ማገጃዎች ለመመልከት\";'),('am','messages:ipb-blocklist-contribs','s:21:\"am:የ$1 ለውጦች\";'),('am','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('am','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('am','messages:ipb-confirm','s:37:\"am:ማገጃውን ለማረጋገጥ\";'),('am','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('am','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('am','messages:ipb-default-expiry','s:3:\"en:\";'),('am','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('am','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('am','messages:ipb-edit-dropdown','s:65:\"am:\'ተራ የማገጃ ምክንያቶች\' ለማስተካከል\";'),('am','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('am','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('am','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('am','messages:ipb-needreblock','s:84:\"am:$1 አሁን ገና ታግዷል። ዝርዝሩን ማስተካከል ፈለጉ?\";'),('am','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('am','messages:ipb-pages-label','s:8:\"en:Pages\";'),('am','messages:ipb-partial','s:10:\"en:Partial\";'),('am','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('am','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('am','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('am','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('am','messages:ipb-unblock','s:79:\"am:ከብዕር ስም ወይም ከቁ. አድራሻ ማገጃ ለማንሣት\";'),('am','messages:ipb-unblock-addr','s:34:\"am:ከ$1 መገጃ ለማንሣት\";'),('am','messages:ipb_already_blocked','s:56:\"am:«$1» ገና ከዚህ በፊት ታግዶ ነው።\";'),('am','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('am','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('am','messages:ipb_expiry_invalid','s:50:\"am:የሚያልቅበት ግዜ አይሆንም።\";'),('am','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('am','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('am','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('am','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('am','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('am','messages:ipbcreateaccount','s:57:\"am:ብዕር ስም እንዳያውጣ ለመከልከል\";'),('am','messages:ipbemailban','s:58:\"am:ተጠቃሚው ኢ-ሜል ከመላክ ይከለከል\";'),('am','messages:ipbenableautoblock','s:129:\"am:በተጠቃሚው መጨረሻ ቁ.# እና ካሁን ወዲያ በሚጠቀመው አድራሻ ላይ ማገጃ ይጣል።\";'),('am','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('am','messages:ipblocklist','s:37:\"am:የታገዱት ተጠቃሚዎች\";'),('am','messages:ipblocklist-empty','s:45:\"am:የማገጃ ዝርዝር ባዶ ነው።\";'),('am','messages:ipblocklist-legend','s:63:\"am:አንድ የታገደውን ተጠቃሚ ለመፈለግ፦\";'),('am','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('am','messages:ipblocklist-no-results','s:76:\"am:የተጠየቀው ተጠቃሚ አሁን የታገደ አይደለም።\";'),('am','messages:ipblocklist-otherblocks','s:59:\"am:{{PLURAL:$1|ሌላ ማገጃ|ሌሎች ማገጃዎች}}\";'),('am','messages:ipblocklist-submit','s:15:\"am:ይፈለግ\";'),('am','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('am','messages:ipboptions','s:195:\"am:2 ሰዓቶች:2 hours,1 ቀን:1 day,3 ቀን:3 days,1 ሳምንት:1 week,2 ሳምንት:2 weeks,1 ወር:1 month,3 ወር:3 months,6 ወር:6 months,1 አመት:1 year,ዘላለም:infinite\";'),('am','messages:ipbother','s:35:\"am:ሌላ የተወሰነ ግዜ፦\";'),('am','messages:ipbreason','s:21:\"am:ምክንያቱ፦\";'),('am','messages:ipbreason-dropdown','s:319:\"am:*ተራ የማገጃ ምክንያቶች\n** የሀሠት መረጃ መጨምር\n** ከገጾች ይዞታውን መደምሰስ\n** የ\'ስፓም\' ማያያዣ ማብዛት\n** እንቶ ፈንቶ መጨምር\n** ዛቻ ማብዛት\n** በአድራሻዎች ብዛት መተንኮል\n** የማይገባ ብዕር ስም\";'),('am','messages:ipbsubmit','s:25:\"am:ማገጃ ለመጣል\";'),('am','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('am','messages:ipusubmit','s:34:\"am:ማገጃውን ለማንሣት\";'),('am','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('am','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('am','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('am','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('am','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('am','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('am','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('am','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('am','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('am','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('am','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('am','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('am','messages:isimage','s:28:\"am:የምስል ማያያዣ\";'),('am','messages:isredirect','s:28:\"am:መምሪያ መንገድ\";'),('am','messages:istemplate','s:15:\"am:የተሰካ\";'),('am','messages:jan','s:13:\"am:ጃንዩ.\";'),('am','messages:january','s:18:\"am:ጃንዩዌሪ\";'),('am','messages:january-gen','s:18:\"am:ጃንዩዌሪ\";'),('am','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('am','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('am','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('am','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('am','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('am','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('am','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('am','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('am','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('am','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('am','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('am','messages:jul','s:12:\"am:ጁላይ\";'),('am','messages:july','s:12:\"am:ጁላይ\";'),('am','messages:july-gen','s:12:\"am:ጁላይ\";'),('am','messages:jumpto','s:19:\"am:በአቋራጭ:\";'),('am','messages:jumptonavigation','s:15:\"am:መቃኘት\";'),('am','messages:jumptosearch','s:12:\"am:ፈልግ\";'),('am','messages:jun','s:9:\"am:ጁን\";'),('am','messages:june','s:9:\"am:ጁን\";'),('am','messages:june-gen','s:9:\"am:ጁን\";'),('am','messages:just-now','s:19:\"am:ገና አሁን\";'),('am','messages:lag-warn-high','s:190:\"am:የመረጃ-ቤት ሰርቨር በጣም ስለሚዘገይ፣ ከ$1 ሴኮንድ በፊት ጀምሮ የቀረቡ ለውጦች ምናልባት በዚህ ዝርዝር አይታዩም።\";'),('am','messages:lag-warn-normal','s:125:\"am:ከ$1 ሴኮንድ በፊት ጀምሮ የቀረቡ ለውጦች ምናልባት በዚህ ዝርዝር አይታዩም።\";'),('am','messages:laggedreplicamode','s:105:\"am:ማስጠንቀቂያ፦ ምናልባት የቅርብ ለውጦች በገጹ ላይ አይታዩም።\";'),('am','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('am','messages:large-file','s:122:\"am:የፋይል መጠን ከ$1 በላይ እንዳይሆን ይመከራል፤ የዚህ ፋይል መጠን $2 ነው።\";'),('am','messages:largefileserver','s:78:\"am:ይህ ፋይል ሰርቨሩ ከሚችለው መጠን በላይ ነው።\";'),('am','messages:last','s:15:\"am:ካለፈው\";'),('am','messages:lastmodifiedat','s:73:\"am:ይህ ገጽ መጨረሻ የተቀየረው በ$1 በ$2 ነበር።\";'),('am','messages:lastmodifiedatby','s:89:\"am:ይህ ገጽ መጨረሻ የተቀየረው እ.ኤ.አ. $2፣ $1 በ$3 ነበር።\";'),('am','messages:license','s:31:\"am:የፈቃድ አይነት፦\";'),('am','messages:license-header','s:31:\"am:የፈቃድ አይነት፦\";'),('am','messages:license-nopreview','s:40:\"am:(ቅድመ-ዕይታ አይገኝም)\";'),('am','messages:licenses','s:4:\"en:-\";'),('am','messages:licenses-edit','s:23:\"en:Edit license options\";'),('am','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('am','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('am','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('am','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('am','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('am','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('am','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('am','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('am','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('am','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('am','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('am','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('am','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('am','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('am','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('am','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('am','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('am','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('am','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('am','messages:lineno','s:24:\"am:መስመር፡ $1፦\";'),('am','messages:linkaccounts','s:16:\"en:Link accounts\";'),('am','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('am','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('am','messages:linksearch','s:31:\"am:የውጭ ማያያዛዎች\";'),('am','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('am','messages:linksearch-line','s:28:\"am:$1 ከ $2 ተያያዘ።\";'),('am','messages:linksearch-ns','s:22:\"am:ክፍለ-ዊኪ፦\";'),('am','messages:linksearch-ok','s:12:\"am:ፍለጋ\";'),('am','messages:linksearch-pat','s:18:\"en:Search pattern:\";'),('am','messages:linksearch-summary','s:3:\"en:\";'),('am','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('am','messages:linkshere','s:69:\"am:የሚከተሉት ገጾች ወደ \'\'\'$2\'\'\' ተያይዘዋል።\";'),('am','messages:linkstoimage','s:155:\"am:{{PLURAL:$1|የሚከተለው ገጽ ወደዚሁ ፋይል ተያይዟል|የሚከተሉ $1 ገጾች ወደዚሁ ፋይል ተያይዘዋል}}፦\";'),('am','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('am','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('am','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('am','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('am','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('am','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('am','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('am','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('am','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('am','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('am','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('am','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('am','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('am','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('am','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('am','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('am','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('am','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('am','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('am','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('am','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('am','messages:listfiles','s:43:\"am:የፋይል / ሥዕሎች ዝርዝር\";'),('am','messages:listfiles-delete','s:9:\"en:delete\";'),('am','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('am','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('am','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('am','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('am','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('am','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('am','messages:listfiles_count','s:15:\"am:ዕትሞች\";'),('am','messages:listfiles_date','s:21:\"am:ቀን እ.ኤ.አ\";'),('am','messages:listfiles_description','s:18:\"am:ማጠቃለያ\";'),('am','messages:listfiles_name','s:22:\"am:የፋይል ስም\";'),('am','messages:listfiles_size','s:19:\"am:መጠን (byte)\";'),('am','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('am','messages:listfiles_thumb','s:12:\"am:ናሙና\";'),('am','messages:listfiles_user','s:18:\"am:አቅራቢው\";'),('am','messages:listgrants','s:9:\"en:Grants\";'),('am','messages:listgrants-grant','s:8:\"en:Grant\";'),('am','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('am','messages:listgrants-rights','s:9:\"en:Rights\";'),('am','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('am','messages:listgrouprights','s:44:\"am:የተጠቃሚ ስብስባ መብቶች\";'),('am','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('am','messages:listgrouprights-addgroup-all','s:17:\"en:Add all groups\";'),('am','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('am','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('am','messages:listgrouprights-group','s:15:\"am:ስብስባ\";'),('am','messages:listgrouprights-helppage','s:20:\"en:Help:Group rights\";'),('am','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('am','messages:listgrouprights-members','s:33:\"am:(የአባላት ዝርዝር)\";'),('am','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('am','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('am','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('am','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('am','messages:listgrouprights-removegroup-all','s:20:\"en:Remove all groups\";'),('am','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('am','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('am','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('am','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('am','messages:listgrouprights-rights','s:15:\"am:መብቶች\";'),('am','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('am','messages:listredirects','s:38:\"am:መምሪያ መንገዶች ሁሉ\";'),('am','messages:listredirects-summary','s:3:\"en:\";'),('am','messages:listusers','s:15:\"am:አባላት\";'),('am','messages:listusers-blocked','s:17:\"am:(ታግዷል)\";'),('am','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('am','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('am','messages:listusers-editsonly','s:64:\"am:ለውጦች ያላቸው ተጠቃሚዎች ብቻ ይታዩ\";'),('am','messages:listusers-noresult','s:47:\"am:ማንም ተጠቃሚ አልተገኘም።\";'),('am','messages:listusers-submit','s:12:\"am:ይታይ\";'),('am','messages:listusers-summary','s:3:\"en:\";'),('am','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('am','messages:listusersfrom','s:35:\"am:ከዚሁ ፊደል ጀምሮ፦\";'),('am','messages:localtime','s:38:\"am:የክልሉ ሰዓት (Local time)\";'),('am','messages:lockbtn','s:32:\"am:መረጃ-ቤቱ ይቆለፍ\";'),('am','messages:lockconfirm','s:80:\"am:አዎ፣ መረጃ-ቤቱን ለማቆለፍ በውኑ እፈልጋለሁ።\";'),('am','messages:lockdb','s:35:\"am:መረጃ-ቤት ለመቆለፍ\";'),('am','messages:lockdbsuccesssub','s:51:\"am:የመረጃ-ቤት መቆለፍ ተከናወነ\";'),('am','messages:lockdbsuccesstext','s:151:\"am:መረጃ-ቤቱ ተቆልፏል።<br />\nሥራዎን እንደጨረሱ [[Special:UnlockDB|መቆለፉን ለመፍታት]] እንዳይረሱ።\";'),('am','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('am','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('am','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('am','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('am','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('am','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('am','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('am','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('am','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('am','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('am','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('am','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('am','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('am','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('am','messages:locknoconfirm','s:76:\"am:በማረጋገጫ ሳትኑ ውስጥ ምልክት አላደረጉም።\";'),('am','messages:log','s:25:\"am:Logs / መዝገቦች\";'),('am','messages:log-action-filter-all','s:6:\"en:All\";'),('am','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('am','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('am','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('am','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('am','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('am','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('am','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('am','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('am','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('am','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('am','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('am','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('am','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('am','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('am','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('am','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('am','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('am','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('am','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('am','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('am','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('am','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('am','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('am','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('am','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('am','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('am','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('am','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('am','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('am','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('am','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('am','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('am','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('am','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('am','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('am','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('am','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('am','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('am','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('am','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('am','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('am','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('am','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('am','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('am','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('am','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('am','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('am','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('am','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('am','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('am','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('am','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('am','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('am','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('am','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('am','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('am','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('am','messages:log-fulllog','s:38:\"am:ሙሉ መዝገቡን ለማየት\";'),('am','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('am','messages:log-name-create','s:20:\"en:Page creation log\";'),('am','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('am','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('am','messages:log-name-tag','s:10:\"en:Tag log\";'),('am','messages:log-title-wildcard','s:70:\"am:ከዚህ ፊደል ጀምሮ አርዕስቶችን ለመፈልግ\";'),('am','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('am','messages:logdelete-selected','s:106:\"am:{{PLURAL:$1|የተመረጠ መዝገብ ድርጊት|የተመረጡ መዝገብ ድርጊቶች}}፦\";'),('am','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('am','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('am','messages:logempty','s:43:\"am:(በመዝገቡ ምንም የለም...)\";'),('am','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('am','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('am','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('am','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('am','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('am','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('am','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('am','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('am','messages:logentry-delete-delete','s:28:\"am:$1 ገጹን $3 አጠፋ\";'),('am','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('am','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('am','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('am','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('am','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('am','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('am','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('am','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('am','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('am','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('am','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('am','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('am','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('am','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('am','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('am','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('am','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('am','messages:logentry-move-move','s:39:\"en:$1 {{GENDER:$2|moved}} page $3 to $4\";'),('am','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('am','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('am','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('am','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('am','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('am','messages:logentry-newusers-create','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('am','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('am','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('am','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('am','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('am','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('am','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('am','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('am','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('am','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('am','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('am','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('am','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('am','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('am','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('am','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('am','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('am','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('am','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('am','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('am','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('am','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('am','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('am','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('am','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('am','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('am','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('am','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('am','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('am','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('am','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('am','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('am','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('am','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('am','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('am','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('am','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('am','messages:logentry-upload-upload','s:31:\"en:$1 {{GENDER:$2|uploaded}} $3\";'),('am','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('am','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('am','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('am','messages:logeventslist-submit','s:7:\"en:Show\";'),('am','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('am','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('am','messages:login','s:18:\"am:ለመግባት\";'),('am','messages:login-abort-generic','s:65:\"am:መግባትዎ አልተከናወነም፤ ተሠርዟል።\";'),('am','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('am','messages:login-security','s:23:\"en:Verify your identity\";'),('am','messages:login-throttled','s:201:\"am:በዚሁ አባል ስም በጥቂት ግዜ ውስጥ ከመጠን በላይ ሙከራዎች አድርገዋል።\nእባክዎ እንደገና ሳይሞክሩ ለጥቂት ደቂቃ ይቆዩ።\";'),('am','messages:login-userblocked','s:89:\"am:ተጠቃሚው አሁን የታገደ ነው። መግባት አልተፈቀደም።\";'),('am','messages:loginerror','s:31:\"am:የመግባት ስኅተት\";'),('am','messages:loginlanguagelabel','s:18:\"am:ቋምቋ፦ $1\";'),('am','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('am','messages:loginprompt','s:3:\"en:\";'),('am','messages:loginreqlink','s:15:\"am:መግባት\";'),('am','messages:loginreqpagetext','s:72:\"am:ሌሎች ገጾች ለመመልከት $1 ያስፈልግዎታል።\";'),('am','messages:loginreqtitle','s:37:\"am:መግባት ያስፈልጋል።\";'),('am','messages:loginsuccess','s:74:\"am:እንደ «$1» ሆነው አሁን {{SITENAME}}ን ገብተዋል።\";'),('am','messages:loginsuccesstitle','s:35:\"am:መግባትዎ ተከናወነ!\";'),('am','messages:logout','s:41:\"am:ከብዕር ስምዎ ለመውጣት\";'),('am','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('am','messages:logouttext','s:300:\"am:\'\'\'አሁን ወጥተዋል።\'\'\'\n\nአሁንም በቁጥር መታወቂያዎ ማዘጋጀት ይቻላል። ወይም ደግሞ እንደገና በብዕር ስምዎ መግባት ይችላሉ።\nበጥቂት ሴኮንድ ውስጥ ወደሚከተለው ገጽ በቀጥታ ይመለሳል፦\";'),('am','messages:lonelypages','s:34:\"am:ያልተያያዙ ፅሑፎች\";'),('am','messages:lonelypages-summary','s:3:\"en:\";'),('am','messages:lonelypagestext','s:122:\"am:የሚቀጥሉት ገጾች በ{{SITENAME}} ውስጥ ከሚገኙ ሌሎች ገጾች ጋር አልተያያዙም።\";'),('am','messages:longpage-hint','s:4:\"en:-\";'),('am','messages:longpageerror','s:166:\"am:\'\'\'ስህተት፦ ያቀረቡት ጽሕፈት $1 kb ነው፤ ይህም ከተፈቀደው ወሰን $2 kb በላይ ነው። ሊቆጠብ አይችልም።\'\'\'\";'),('am','messages:longpages','s:47:\"am:ጽሁፎች ከረጅሙ ተደርድረው\";'),('am','messages:longpages-summary','s:3:\"en:\";'),('am','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('am','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('am','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('am','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('am','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('am','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('am','messages:mailerror','s:48:\"am:ኢ-ሜልን የመላክ ስኅተት፦ $1\";'),('am','messages:mailmypassword','s:63:\"am:አዲስ የይለፍቃል በኢሜሌ ይላክልኝ።\";'),('am','messages:mailnologin','s:45:\"am:ምንም መነሻ አድራሻ የለም\";'),('am','messages:mailnologintext','s:211:\"am:ኢ-ሜል ወደ ሌላ አባል ለመላክ [[Special:UserLogin|መግባት]]ና በ[[Special:Preferences|ምርጫዎችዎ]] ትክክለኛ የኢሜል አድራሻዎ መኖር ያስፈልጋል።\";'),('am','messages:mainpage','s:19:\"am:ዋናው ገጽ\";'),('am','messages:mainpage-description','s:16:\"am:ዋና ገጽ\";'),('am','messages:mainpage-nstab','s:16:\"am:ዋና ገጽ\";'),('am','messages:mainpage-title','s:4:\"en:-\";'),('am','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('am','messages:mar','s:12:\"am:ማርች\";'),('am','messages:march','s:12:\"am:ማርች\";'),('am','messages:march-gen','s:12:\"am:ማርች\";'),('am','messages:markaspatrolleddiff','s:41:\"am:የተሳለፈ ሆኖ ማመልከት\";'),('am','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('am','messages:markaspatrolledtext','s:61:\"am:ይህን ገጽ የተመለከተ ሆኖ ለማሳለፍ\";'),('am','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('am','messages:markedaspatrolled','s:41:\"am:የተመለከተ ሆኖ ተሳለፈ\";'),('am','messages:markedaspatrollederror','s:60:\"am:የተመለከተ ሆኖ ለማሳለፍ አይቻልም\";'),('am','messages:markedaspatrollederror-noautopatrol','s:89:\"am:የራስዎን ለውጥ የተመለከተ ሆኖ ለማሳለፍ አይችሉም።\";'),('am','messages:markedaspatrollederrortext','s:99:\"am:የተመለከተ ሆኖ ለማሳለፍ አንድን ዕትም መወሰን አለብዎት።\";'),('am','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('am','messages:markedaspatrolledtext','s:73:\"am:የተመረጠው ዕትም የተመለከተ ሆኖ ተሳለፈ።\";'),('am','messages:maximum-size','s:15:\"am:ቢበዛ፦\";'),('am','messages:may','s:9:\"am:ሜይ\";'),('am','messages:may-gen','s:9:\"am:ሜይ\";'),('am','messages:may_long','s:9:\"am:ሜይ\";'),('am','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('am','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('am','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('am','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('am','messages:mediastatistics','s:19:\"en:Media statistics\";'),('am','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('am','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('am','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('am','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('am','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('am','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('am','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('am','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('am','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('am','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('am','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('am','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('am','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('am','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('am','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('am','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('am','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('am','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('am','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('am','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('am','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('am','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('am','messages:mediawikipage','s:44:\"am:የመልእክቱን ገጽ ለማየት\";'),('am','messages:mergehistory','s:41:\"am:የገጽ ታሪኮች ለመዋሐድ\";'),('am','messages:mergehistory-autocomment','s:38:\"am:[[:$1]] ወደ [[:$2]] አዋሐደ\";'),('am','messages:mergehistory-box','s:57:\"am:የሁለት ገጾች እትሞች ለማዋሐድ፦\";'),('am','messages:mergehistory-comment','s:42:\"am:[[:$1]] ወደ [[:$2]] አዋሐደ: $3\";'),('am','messages:mergehistory-done','s:95:\"am:ከ$1 $3 {{PLURAL:$3|እትም|እትሞች}} ወደ [[:$2]] መዋሐዱ ተከናወነ።\";'),('am','messages:mergehistory-empty','s:54:\"am:ምንም ዕትም ማዋሐድ አይቻልም።\";'),('am','messages:mergehistory-fail','s:131:\"am:የታሪክ መዋሐድ አይቻልም፤ እባክዎ የገጽና የጊዜ ግቤቶች እንደገና ይመለከቱ።\";'),('am','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('am','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('am','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('am','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('am','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('am','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('am','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('am','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('am','messages:mergehistory-from','s:25:\"am:መነሻው ገጽ፦\";'),('am','messages:mergehistory-go','s:51:\"am:መዋሐድ የሚችሉ እትሞች ይታዩ\";'),('am','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('am','messages:mergehistory-into','s:28:\"am:መድረሻው ገጽ፦\";'),('am','messages:mergehistory-invalid-destination','s:83:\"am:መድረሻው ገጽ ትክክለኛ አርእስት መሆን አለበት።\";'),('am','messages:mergehistory-invalid-source','s:80:\"am:መነሻው ገጽ ትክክለኛ አርእስት መሆን አለበት።\";'),('am','messages:mergehistory-list','s:51:\"am:መዋሐድ የሚችሉ እትሞች ታሪክ\";'),('am','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('am','messages:mergehistory-no-destination','s:47:\"am:መድረሻው ገጽ $1 አይኖርም።\";'),('am','messages:mergehistory-no-source','s:44:\"am:መነሻው ገጽ $1 አይኖርም።\";'),('am','messages:mergehistory-reason','s:21:\"am:ምክንያቱ፦\";'),('am','messages:mergehistory-redirect-text','s:3:\"en:\";'),('am','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('am','messages:mergehistory-same-destination','s:80:\"am:መነሻና መድረሻ ገጾች አንድላይ ሊሆኑ አይቻልም\";'),('am','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('am','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('am','messages:mergehistory-submit','s:34:\"am:እትሞቹን ለማዋሐድ\";'),('am','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('am','messages:mergelog','s:31:\"am:የመዋሐድ መዝገብ\";'),('am','messages:mergelogpagetext','s:118:\"am:የአንድ ገጽ ታሪክ ወደ ሌላው ሲዋሐድ ከዚህ ታች ያለው ዝርዝር ያሳያል።\";'),('am','messages:metadata','s:25:\"am:ተጨማሪ መረጃ\";'),('am','messages:metadata-collapse','s:38:\"am:ተጨማሪ መረጃ ይደበቅ\";'),('am','messages:metadata-expand','s:35:\"am:ተጨማሪ መረጃ ይታይ\";'),('am','messages:metadata-fields','s:382:\"am:በዚህ የሚዘረዘሩ EXIF መረጃ አይነቶች በፋይል ገጽ ላይ በቀጥታ ይታያሉ። ሌሎቹ \'ተጨማሪ መረጃ ይታይ\' ካልተጫነ በቀር ይደበቃሉ።\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('am','messages:metadata-help','s:354:\"am:ይህ ፋይል በውስጡ ተጨማሪ መረጃ ይይዛል። መረጃውም በዲጂታል ካሜራ ወይም በኮምፒውተር ስካነር የተጨመረ ይሆናል። ይህ ከኦሪጂናሉ ቅጅ የተለወጠ ከሆነ፣ ምናልባት የመረጃው ዝርዝር ለውጦቹን የማያንጸባረቅ ይሆናል።\";'),('am','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('am','messages:metadata-langitem-default','s:5:\"en:$1\";'),('am','messages:mimesearch','s:20:\"am:የMIME ፍለጋ\";'),('am','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('am','messages:mimetype','s:26:\"am:የMIME አይነት፦\";'),('am','messages:minimum-size','s:15:\"am:ቢያንስ\";'),('am','messages:minlength1','s:81:\"am:የፋይል ስም ቢያንስ አንድ ፊደል መሆን አለበት።\";'),('am','messages:minoredit','s:42:\"am:ይህ ለውጥ ጥቃቅን ነው።\";'),('am','messages:minoreditletter','s:6:\"am:ጥ\";'),('am','messages:minutes','s:15:\"am:$1 ደቂቃ\";'),('am','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('am','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('am','messages:missing-article','s:352:\"en:The database did not find the text of a page that it should have found, named \"$1\" $2.\n\nThis is usually caused by following an outdated diff or history link to a page that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.\";'),('am','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('am','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('am','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('am','messages:missingarticle-diff','s:33:\"am:(ልዩነት# : $1 እና $2)\";'),('am','messages:missingarticle-rev','s:19:\"am:(እትም#: $1)\";'),('am','messages:missingcommentheader','s:200:\"am:\'\'\'ማስታወሻ፦\'\'\' ለዚሁ አስተያየት ምንም አርእስት አላቀረቡም። \'ለማቅረብ\' እንደገና ቢጫኑ ለውጥዎ ያለ አርዕስት ይሆናል።\";'),('am','messages:missingcommenttext','s:70:\"am:እባክዎ አስተያየት ከዚህ በታች ያስግቡ።\";'),('am','messages:missingsummary','s:170:\"am:\'\'\'ማስታወሻ፦\'\'\' ማጠቃለያ ገና አላቀረቡም። እንደገና «ገጹን ለማቅረብ» ቢጫኑ፣ ያለ ማጠቃለያ ይላካል።\";'),('am','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('am','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('am','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('am','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('am','messages:mobile-frontend-back-to-top-of-section','s:38:\"am:ወደኋላ ምዕራፍ ዝለል\";'),('am','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('am','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('am','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('am','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('am','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('am','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('am','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('am','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('am','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('am','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('am','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('am','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('am','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('am','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('am','messages:mobile-frontend-changeslist-nocomment','s:18:\"en:no edit summary\";'),('am','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('am','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('am','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('am','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('am','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('am','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('am','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('am','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('am','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('am','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('am','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('am','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('am','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('am','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('am','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('am','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('am','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('am','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('am','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('am','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('am','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('am','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('am','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('am','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('am','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('am','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('am','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('am','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('am','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('am','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('am','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('am','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('am','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('am','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('am','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('am','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('am','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('am','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('am','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('am','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('am','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('am','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('am','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('am','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('am','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('am','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('am','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('am','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('am','messages:mobile-frontend-editor-edit','s:7:\"en:Edit\";'),('am','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('am','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('am','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('am','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('am','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('am','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('am','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('am','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('am','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('am','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('am','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('am','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('am','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('am','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('am','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('am','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('am','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('am','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('am','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('am','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('am','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('am','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('am','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('am','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('am','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('am','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('am','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('am','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('am','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('am','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('am','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('am','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('am','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('am','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('am','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('am','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('am','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('am','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('am','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('am','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('am','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('am','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('am','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('am','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('am','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('am','messages:mobile-frontend-featured-article','s:41:\"am:ለዛሬ የተመረጠ ድርሰት\";'),('am','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('am','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('am','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('am','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('am','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('am','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('am','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('am','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('am','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('am','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('am','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('am','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('am','messages:mobile-frontend-generic-login','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('am','messages:mobile-frontend-generic-login-action','s:24:\"en:Log in to contribute.\";'),('am','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('am','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('am','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('am','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('am','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('am','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('am','messages:mobile-frontend-home-button','s:9:\"am:ቤት\";'),('am','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('am','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('am','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('am','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('am','messages:mobile-frontend-language-article-heading','s:27:\"en:Read in another language\";'),('am','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('am','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('am','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('am','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('am','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('am','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('am','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('am','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('am','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('am','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('am','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('am','messages:mobile-frontend-last-modified-date','s:29:\"en:Last modified on $1, at $2\";'),('am','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('am','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('am','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('am','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('am','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('am','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('am','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('am','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('am','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('am','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('am','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('am','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('am','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('am','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('am','messages:mobile-frontend-login','s:10:\"en:Sign in\";'),('am','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('am','messages:mobile-frontend-main-menu-account-create','s:17:\"en:Create account\";'),('am','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('am','messages:mobile-frontend-main-menu-button-tooltip','s:17:\"en:Open main menu\";'),('am','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('am','messages:mobile-frontend-main-menu-login','s:9:\"en:Log in\";'),('am','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('am','messages:mobile-frontend-main-menu-nearby','s:9:\"en:Nearby\";'),('am','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('am','messages:mobile-frontend-main-menu-settings','s:11:\"en:Settings\";'),('am','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('am','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('am','messages:mobile-frontend-main-menu-watchlist','s:12:\"en:Watchlist\";'),('am','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('am','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('am','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('am','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('am','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('am','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('am','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('am','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('am','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('am','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('am','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('am','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('am','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('am','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('am','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('am','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('am','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('am','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('am','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('am','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('am','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('am','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('am','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('am','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('am','messages:mobile-frontend-news-items','s:14:\"en:In the news\";'),('am','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('am','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('am','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('am','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('am','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('am','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('am','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('am','messages:mobile-frontend-pageaction-edit-tooltip','s:38:\"en:Edit the lead section of this page.\";'),('am','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('am','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('am','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('am','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('am','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('am','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('am','messages:mobile-frontend-password-placeholder','s:11:\"en:Password\";'),('am','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('am','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('am','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('am','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('am','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('am','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('am','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('am','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('am','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('am','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('am','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('am','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('am','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('am','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('am','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('am','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('am','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('am','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('am','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('am','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('am','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('am','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('am','messages:mobile-frontend-placeholder','s:22:\"en:Search {{SITENAME}}\";'),('am','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('am','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('am','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('am','messages:mobile-frontend-privacy-link-text','s:10:\"en:Privacy\";'),('am','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('am','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('am','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('am','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('am','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('am','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('am','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('am','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('am','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('am','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('am','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('am','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('am','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('am','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('am','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('am','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('am','messages:mobile-frontend-random-button','s:15:\"am:በነሲብ\";'),('am','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('am','messages:mobile-frontend-regular-site','s:15:\"en:Desktop view\";'),('am','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('am','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('am','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('am','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('am','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('am','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('am','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('am','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('am','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('am','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('am','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('am','messages:mobile-frontend-search-submit','s:9:\"am:ሂድ\";'),('am','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('am','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('am','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('am','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('am','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('am','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('am','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('am','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('am','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('am','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('am','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('am','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('am','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('am','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('am','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('am','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('am','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('am','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('am','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('am','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('am','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('am','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('am','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('am','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('am','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('am','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('am','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('am','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('am','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('am','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('am','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('am','messages:mobile-frontend-terms-text','s:15:\"en:Terms of Use\";'),('am','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('am','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('am','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('am','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('am','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('am','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('am','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('am','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('am','messages:mobile-frontend-username-placeholder','s:11:\"en:Username\";'),('am','messages:mobile-frontend-view','s:14:\"en:Mobile view\";'),('am','messages:mobile-frontend-view-desktop','s:10:\"en:Desktop\";'),('am','messages:mobile-frontend-view-mobile','s:9:\"en:Mobile\";'),('am','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('am','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('am','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('am','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('am','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('am','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('am','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('am','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('am','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('am','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('am','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('am','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('am','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('am','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('am','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('am','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('am','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('am','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('am','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('am','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('am','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('am','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('am','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('am','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('am','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('am','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('am','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('am','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('am','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('am','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('am','messages:mon','s:9:\"am:ሰኞ\";'),('am','messages:monday','s:9:\"am:ሰኞ\";'),('am','messages:monday-at','s:15:\"en:Monday at $1\";'),('am','messages:month','s:38:\"am:እስከዚህ ወር ድረስ፦\";'),('am','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('am','messages:monthsall','s:9:\"am:ሁሉ\";'),('am','messages:moredotdotdot','s:18:\"am:ተጨማሪ...\";'),('am','messages:morelinkstoimage','s:102:\"am:ለዚህ ፋይል [[Special:WhatLinksHere/$1|ተጨማሪ መያያዣዎችን]] ለማየት።\";'),('am','messages:morenotlisted','s:31:\"en:This list may be incomplete.\";'),('am','messages:mostcategories','s:50:\"am:መደቦች የበዙላቸው መጣጥፎች\";'),('am','messages:mostcategories-summary','s:3:\"en:\";'),('am','messages:mostimages','s:53:\"am:መያያዣዎች የበዙላቸው ስዕሎች\";'),('am','messages:mostimages-summary','s:3:\"en:\";'),('am','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('am','messages:mostinterwikis-summary','s:3:\"en:\";'),('am','messages:mostlinked','s:50:\"am:መያያዣዎች የበዙላቸው ገጾች\";'),('am','messages:mostlinked-summary','s:3:\"en:\";'),('am','messages:mostlinkedcategories','s:53:\"am:መያያዣዎች የበዙላቸው መደቦች\";'),('am','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('am','messages:mostlinkedtemplates','s:62:\"am:መያያዣዎች የበዙላቸው መለጠፊያዎች\";'),('am','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('am','messages:mostrevisions','s:50:\"am:ለውጦች የበዙላቸው መጣጥፎች\";'),('am','messages:mostrevisions-summary','s:3:\"en:\";'),('am','messages:move','s:18:\"am:ለማዛወር\";'),('am','messages:move-leave-redirect','s:41:\"am:መምሪያ መንገድ ይኖር።\";'),('am','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('am','messages:move-page','s:28:\"am:«$1»ን ለማዛወር\";'),('am','messages:move-page-legend','s:25:\"am:የሚዛወር ገጽ\";'),('am','messages:move-redirect-text','s:3:\"en:\";'),('am','messages:move-subpages','s:45:\"am:ንዑስ ገጾች ደግሞ ይዛወሩ\";'),('am','messages:move-talk-subpages','s:68:\"am:የውይይቱ ገጽ ንዑስ ገጾች ደግሞ ይዛወሩ\";'),('am','messages:move-watch','s:61:\"am:ይህ ገጽ በተከታተሉት ገጾች ይጨመር\";'),('am','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('am','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('am','messages:moveddeleted-notice','s:128:\"am:ይኸው ገጽ ከዚህ በፊት የጠፋ ነው።\nየገጹ መጥፋት ዝርዝር ከዚህ ታች ይታያል።\";'),('am','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('am','messages:movelogpage','s:31:\"am:የማዛወር መዝገብ\";'),('am','messages:movelogpagetext','s:132:\"am:ይህ መዝገብ ገጽ ሲዛወር ይመዝገባል። <ይመለስ> ቢጫኑ ኖሮ መዛወሩን ይገለብጣል!\";'),('am','messages:movenologintext','s:105:\"am:ገጽ ለማዛወር [[Special:UserLogin|በብዕር ስም መግባት]] ይኖርብዎታል።\";'),('am','messages:movenosubpage','s:59:\"am:ይህ ገጽ ምንም ንዑስ ገጽ የለውም።\";'),('am','messages:movenotallowed','s:74:\"am:በዚህ ዊኪ ገጾችን ለማዛወር ፈቃድ የለዎም።\";'),('am','messages:movenotallowedfile','s:57:\"am:ፋይልን ለማዛወር ፈቃድ የለዎም።\";'),('am','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('am','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('am','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('am','messages:movepage-moved','s:45:\"am:\'\'\'«$1» ወደ «$2» ተዛውሯል\'\'\'\";'),('am','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('am','messages:movepage-moved-redirect','s:44:\"am:መምሪያ መንገድ ተፈጠረ።\";'),('am','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('am','messages:movepage-page-moved','s:41:\"am:ገጹ $1 ወደ $2 ተዛውሯል።\";'),('am','messages:movepage-page-unmoved','s:57:\"am:ገጹ $1 ወደ $2 ሊዛወር አልተቻለም።\";'),('am','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('am','messages:movepage-summary','s:3:\"en:\";'),('am','messages:movepagebtn','s:22:\"am:ገጹ ይዛወር\";'),('am','messages:movepagetalktext','s:596:\"am:አብዛኛው ጊዜ፣ ከዚሁ ገጽ ጋራ የሚገናኘው የውይይት ገጽ አንድላይ ይዛወራል፤ \'\'\'ነገር ግን፦\'\'\'\n\n* ገጹን ወደማይመሳስል ክፍለ-ዊኪ (ለምሳሌ MediaWiki:) ቢያዛውሩት፤\n* ባዶ ያልሆነ ውይይት ገጽ ቅድሞ ቢገኝ፤ ወይም\n* እታች ከሚገኘውን ሳጥን ምልክቱን ካጠፉ፤\n:\n:ከነውይይቱ ገጽ አንድላይ አይዛወሩም። የዚያን ጊዜ የውይይቱን ገጽ ለማዛወር ከወደዱ በእጅ ማድረግ ያስፈልግዎታል።\";'),('am','messages:movepagetext','s:1774:\"am:ከታች የሚገኘው ማመልከቻ ተጠቅመው የገጹ ስም መለወጥ ይችላሉ፤ የቀድሞው ገፅ ታሪክ ደግሞ ሙሉ በሙሉ ወደ አዲሱ ይዘዋወራል።\nየቀድሞው ርዕስ ለአዲሱ ገፅ እንደ መምሪያ ወይም መጠቆሚያ ገፅ በመሆን ያገለግላይ።\nእርስዎ ከትክክለኛውንና ከዋናው ገፅ ጋር በቀጥታ እንዲገናኝ ማድረግና ማስተካከል ይችላሉ\nይህ አንዳይሆን ከመረጡ ደግሞ ወይ [[Special:DoubleRedirects|double]] አልያም [[Special:BrokenRedirects|broken redirects]] መምረጥዎን እርግጠኛ ይሁኑ።\nነገር ግን በስርአት መቆራኘታቸውን ማረጋገጥና እርግጠኛ የመሆን አላፊነትና ግዴታ አለብዎት።\n\nልብ ይበሉ፦ አዲስ ለሰጡት ርዕስ ተመሳሳይ ርዕስ ያለው ሌላ ገጽ ቀድሞ ካለ እናም ገፁ ባዶ ካልሆነ መይም ለሌላ ገፅ መምሪያ ካልሆነ አልያም ምንም ታሪክ የሌለው\nካልሆነ በስተቀር ገጽን ወደዚያ ለማዛወር \'\'\'የማይቻል\'\'\' ነው።\nይህ ማለት ደግሞ ገፅ ቀድሞ ይጠራበት ወደነበረበት ቦታ መመልስ ይችላሉ ነገር ግን ቀድሞ በነበረ ገፅ ላይ ደርበው መፃፍ ግን አይችሉም\n\n\'\'\'ማስጠንቀቂያ፦\'\'\'\nበጣም ለተወደደ ወይም ብዙ ጊዜ ለሚነበብ ገጽ እንዲህ ያለ ለውጥ ማድረግ አደገኛና ከፍተኛ ጥንቃቄን የሚጠይቅ ነው። ስለዚህ እባክዎ ለውጥ ከማድረግዎ በፊት ሂደቱን መሚገባ እንደተረዱት እንግጠኛ ይሁኑ።\";'),('am','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('am','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('am','messages:movereason','s:19:\"am:ምክንያት:\";'),('am','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('am','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('am','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('am','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('am','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('am','messages:movetalk','s:64:\"am:ከተቻለ፣ ከነውይይቱ ገጽ ጋራ ይዛወር\";'),('am','messages:movethispage','s:38:\"am:ይህንን ገጽ ለማዛወር\";'),('am','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('am','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('am','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('am','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('am','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";');
INSERT INTO `mw_l10n_cache` VALUES ('am','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('am','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('am','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('am','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('am','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('am','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('am','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('am','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('am','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('am','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('am','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('am','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('am','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('am','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('am','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('am','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('am','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('am','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('am','messages:mycontris','s:34:\"am:የኔ አስተዋጽኦች፤\";'),('am','messages:mycustomcssprotected','s:52:\"en:You do not have permission to edit this CSS page.\";'),('am','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('am','messages:mycustomjsprotected','s:59:\"en:You do not have permission to edit this JavaScript page.\";'),('am','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('am','messages:mypage','s:16:\"am:የኔ ገጽ\";'),('am','messages:mypreferences','s:21:\"am:ምርጫዎች፤\";'),('am','messages:mypreferencesprotected','s:55:\"en:You do not have permission to edit your preferences.\";'),('am','messages:myprivateinfoprotected','s:63:\"en:You do not have permission to edit your private information.\";'),('am','messages:mytalk','s:22:\"am:የኔ ውይይት\";'),('am','messages:mywatchlist','s:40:\"am:የምከታተላቸው ገጾች፤\";'),('am','messages:namespace','s:18:\"am:ዓይነት፦\";'),('am','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('am','messages:namespace_association','s:23:\"en:Associated namespace\";'),('am','messages:namespaceprotected','s:99:\"am:በ\'\'\'$1\'\'\' ክፍለ-ዊኪ ያሉትን ገጾች ለማዘጋጀት ፈቃድ የለዎም።\";'),('am','messages:namespaces','s:25:\"am:ክፍለ-ዊኪዎች\";'),('am','messages:namespacesall','s:15:\"am:ሁሉ (all)\";'),('am','messages:nav-login-createaccount','s:15:\"am:መግቢያ\";'),('am','messages:navigation','s:15:\"am:መቃኘት\";'),('am','messages:navigation-heading','s:18:\"en:Navigation menu\";'),('am','messages:nbytes','s:30:\"am:$1 {{PLURAL:$1|byte|bytes}}\";'),('am','messages:ncategories','s:42:\"am:$1 {{PLURAL:$1|መደብ|መደቦች}}\";'),('am','messages:nchanges','s:42:\"am:$1 {{PLURAL:$1|ለውጥ|ለውጦች}}\";'),('am','messages:nearby','s:27:\"en:Pages on topics near you\";'),('am','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('am','messages:newarticle','s:14:\"am:(አዲስ)\";'),('am','messages:newarticletext','s:412:\"am:እርስዎ የተከተሉት መያያዣ እስካሁን ወደማይኖር ገጽ የሚወስድ ነው። ገጹን አሁን ለመፍጠር፣ ከታች በሚገኘው ሳጥን ውስጥ መተየብ ይጀምሩ። ለተጨማሪ መረጃ፣ [$1 የእርዳታ ገጽን] ይመልከቱ።\n\nወደዚህ በስሕተት ከሆነ የመጡት፣ የቃኝውን «Back» ቁልፍ ይጫኑ።\";'),('am','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('am','messages:newimages','s:54:\"am:የአዳዲስ ሥዕሎች ማሳያ አዳራሽ\";'),('am','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('am','messages:newimages-legend','s:15:\"am:ማጣሪያ\";'),('am','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('am','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('am','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('am','messages:newimages-user','s:25:\"en:IP address or username\";'),('am','messages:newimagestext','s:4:\"en:-\";'),('am','messages:newmessagesdifflinkplural','s:52:\"am:መጨረሻ {{PLURAL:$1|ለውጥ|ለውጦች}}\";'),('am','messages:newmessageslinkplural','s:75:\"am:{{PLURAL:$1|፩ አዲስ መልዕክት|አዲስ መልእክቶች}}\";'),('am','messages:newpage','s:19:\"am:አዲስ ገጽ\";'),('am','messages:newpageletter','s:6:\"am:አ\";'),('am','messages:newpages','s:31:\"am:አዳዲስ መጣጥፎች\";'),('am','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('am','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('am','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('am','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('am','messages:newpages-submit','s:7:\"en:Show\";'),('am','messages:newpages-summary','s:3:\"en:\";'),('am','messages:newpages-username','s:24:\"am:በአቅራቢው፦\";'),('am','messages:newpassword','s:32:\"am:አዲስ መግቢያ ቃል\";'),('am','messages:newsection','s:14:\"en:New section\";'),('am','messages:newsection-page','s:14:\"en:Target page\";'),('am','messages:newsection-submit','s:13:\"en:Go to page\";'),('am','messages:newsection-summary','s:3:\"en:\";'),('am','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('am','messages:newsectionsummary','s:31:\"am:/* $1 */ አዲስ ክፍል\";'),('am','messages:newtitle','s:28:\"am:አዲሱ አርእስት\";'),('am','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('am','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('am','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('am','messages:newuserlogpage','s:45:\"am:የአባልነት መዝገብ (user log)\";'),('am','messages:newuserlogpagetext','s:103:\"am:ይህ መዝገብ ወደ አባልነት የገቡትን ብዕር ስሞች ይዘርዝራል።\";'),('am','messages:newwindow','s:56:\"am:(ባዲስ መስኮት ውስጥ ይከፈታል።)\";'),('am','messages:next','s:12:\"am:ቀጥሎ\";'),('am','messages:next-page','s:12:\"en:next page\";'),('am','messages:nextdiff','s:35:\"am:የሚቀጥለው ለውጥ →\";'),('am','messages:nextn','s:29:\"am:ቀጥሎ {{PLURAL:$1|$1}}\";'),('am','messages:nextn-title','s:91:\"am:{{PLURAL:$1|የሚቀጥለው|የሚቀጥሉ}} $1 {{PLURAL:$1|ውጤት|ውጤቶች}}\";'),('am','messages:nextpage','s:46:\"am:የሚቀጥለው ገጽ (ከ$1 ጀምሮ)\";'),('am','messages:nextrevision','s:35:\"am:የሚከተለው እትም →\";'),('am','messages:nimagelinks','s:65:\"am:በ$1 {{PLURAL:$1|ገጽ|ገጾች}} ላይ ይጠቀማል።\";'),('am','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('am','messages:nlinks','s:24:\"am:$1 መያያዣዎች\";'),('am','messages:nmembers','s:48:\"am:$1 {{PLURAL:$1|መጣጥፍ|መጣጥፎች}}\";'),('am','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('am','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('am','messages:noarticletext','s:452:\"am:በአሁኑ ወቅት በዚህ ገጽ ላይ ጽሑፍ የለም፤ ነገር ግን በሌሎች ገጾች ላይ [[Special:Search/{{PAGENAME}}|ይህን አርዕስት መፈለግ]]፣ <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ከርዕሱ ጋር የተዛመዱ መዝገቦችን መፈልግ]፣ ወይም [{{fullurl:{{FULLPAGENAME}}|action=edit}} አዲስ ገፅ ሊያዘጋጁ] ይችላሉ</span>።\";'),('am','messages:noarticletext-nopermission','s:421:\"am:በአሁኑ ወቅት በዚህ ገጽ ላይ ጽሑፍ የለም፤ በሌሎች ገጾች ላይ [[Special:Search/{{PAGENAME}}|ይህን አርዕስት መፈለግ]]፣ <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ከርዕሱ ጋር የተዛመዱ መዝገቦችን መፈልግ]፣ ይችላሉ። ነገር ግን ይህን ገጽ ለመፍጠር ፈቃድ የለዎም።።\";'),('am','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('am','messages:noautoblockblock','s:57:\"am:የቀጥታ ማገጃ እንዳይሠራ ተደረገ\";'),('am','messages:nocontribs','s:34:\"am:ምንም አልተገኘም።\";'),('am','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('am','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('am','messages:nocookieslogin','s:287:\"am:በ{{SITENAME}} ተጠቃሚዎች ለመግባት የቃኚ-ማስታወሻ (cookie) ይጠቀማል። በርስዎ ኮምፒውተር ግን የቃኚ-ማስታወሻ እንዳይሠራ ተደርጓል። እባክዎ እንዲሠራ ያድርጉና እንደገና ይሞክሩ።\";'),('am','messages:nocookiesnew','s:406:\"am:ብዕር ስም ተፈጠረ፣ እርስዎ ግን ገና አልገቡም። በ{{SITENAME}} ተጠቃሚዎች ለመግባት የቃኚ-ማስታወሻ (cookie) ይጠቀማል። በርስዎ ኮምፒውተር ግን የቃኚ-ማስታወሻ እንዳይሠራ ተደርጓል። እባክዎ እንዲሠራ ያድርጉና በአዲስ ብዕር ስምና መግቢያ ቃልዎ ይግቡ።።\";'),('am','messages:nocreate-loggedin','s:77:\"am:አዲስ ገጽ በ{{SITENAME}} ለመፍጠር ፈቃድ የለዎም።\";'),('am','messages:nocreatetext','s:260:\"am:{{SITENAME}} አዳዲስ ገጾችን ለመፍጠር ያሚያስችል ሁኔታ ከለክሏል። ተመልሰው የቆየውን ገጽ ማዘጋጀት ይችላሉ፤ አለዚያ [[Special:UserLogin|በብዕር ስም መግባት]] ይችላሉ።\";'),('am','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('am','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('am','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('am','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('am','messages:noemail','s:72:\"am:ለብዕር ስም «$1» የተመዘገበ ኢ-ሜል የለም።\";'),('am','messages:noemailcreate','s:64:\"am:ትክክለኛ ኢ-ሜል ማቅረብ ያስፈልጋል።\";'),('am','messages:noemailprefs','s:142:\"am:(በ{{SITENAME}} በኩል ኢሜል ለመቀበል፣ የራስዎን አድራሻ አስቀድመው ማቅረብ ያስፈልጋል።)\";'),('am','messages:noemailtext','s:206:\"am:ለዚህ/ች አባል ኢ-ሜል መላክ አይቻልም። ወይም ተገቢ ኢ-ሜል አድራሻ የለንም፣ ወይም ከሰው ምንም ኢ-ሜል መቀበል አልወደደ/ችም።\";'),('am','messages:noemailtitle','s:29:\"am:ኢ-ሜል አይቻልም\";'),('am','messages:nohistory','s:58:\"am:ለዚሁ ገጽ የዕትሞች ታሪክ የለም።\";'),('am','messages:noimages','s:23:\"am:ምንም የለም!\";'),('am','messages:noindex-category','s:54:\"am:ማውጫው ላይ ያልተመዘገቡ ገጾች\";'),('am','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('am','messages:nolicense','s:34:\"am:ምንም አልተመረጠም\";'),('am','messages:nolinkshere','s:54:\"am:ወደ \'\'\'$2\'\'\' የተያያዘ ገጽ የለም።\";'),('am','messages:nolinkshere-ns','s:90:\"am:ባመለከቱት ክፍለ-ዊኪ ወደ \'\'\'$2\'\'\' የተያያዘ ገጽ የለም።\";'),('am','messages:nolinkstoimage','s:58:\"am:ወዲህ ፋይል የተያያዘ ገጽ የለም።\";'),('am','messages:noname','s:73:\"am:የተወሰነው ብዕር ስም ትክክለኛ አይደለም።\";'),('am','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('am','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('am','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('am','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('am','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('am','messages:nopagetext','s:76:\"am:የወሰኑት መድረሻ አርእስት ሊገኝ አይችልም።\";'),('am','messages:nopagetitle','s:32:\"am:ያው ገጽ አይኖርም\";'),('am','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('am','messages:nospecialpagetext','s:187:\"am:<strong>ለማይኖር ልዩ ገጽ ጠይቀዋል።</strong>\n\nየሚኖሩ ልዩ ገጾች ዝርዝር በ[[Special:SpecialPages|{{int:specialpages}}]] ሊገኝ ይችላል።\";'),('am','messages:nosuchaction','s:31:\"am:የማይሆን ተግባር\";'),('am','messages:nosuchactiontext','s:80:\"am:በURL የተወሰነው ተግባር በዚህ ዊኪ አይታወቀም።\";'),('am','messages:nosuchsectiontext','s:66:\"am:የማይኖር ክፍል ለማዘጋጀት ሞክረዋል።\";'),('am','messages:nosuchsectiontitle','s:28:\"am:የማይኖር ክፍል\";'),('am','messages:nosuchspecialpage','s:52:\"am:እንዲህ የተባለ ልዩ ገጽ የለም\";'),('am','messages:nosuchuser','s:166:\"am:«$1» የሚል ብዕር ስም አልተገኘም። አጻጻፉን ይመልከቱ ወይም [[Special:CreateAccount|አዲስ ብዕር ስም ያውጡ]]።\";'),('am','messages:nosuchusershort','s:93:\"am:«$1» የሚል ብዕር ስም አልተገኘም። አጻጻፉን ይመልከቱ።\";'),('am','messages:notanarticle','s:31:\"am:መጣጥፍ አይደለም\";'),('am','messages:notargettext','s:122:\"am:ይህ ተግባር የሚፈጽምበት ምንም ግብ (አላማ) ገጽ ወይም አባል አልወሰኑም።\";'),('am','messages:notargettitle','s:29:\"am:ምንም ግብ የለም\";'),('am','messages:note','s:27:\"am:\'\'\'ማሳሰቢያ፦\'\'\'\";'),('am','messages:notextmatches','s:60:\"am:ጽሕፈት የሚስማማባቸው ገጾች የሉም\";'),('am','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('am','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('am','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('am','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('am','messages:notloggedin','s:18:\"am:አልገቡም\";'),('am','messages:notvisiblerev','s:25:\"am:ዕትሙ ጠፍቷል\";'),('am','messages:nouserspecified','s:64:\"am:አንድ ብዕር ስም መጠቆም ያስፈልጋል።\";'),('am','messages:nov','s:13:\"am:ኖቬም.\";'),('am','messages:november','s:18:\"am:ኖቬምበር\";'),('am','messages:november-gen','s:18:\"am:ኖቬምበር\";'),('am','messages:nowatchlist','s:84:\"am:ዝርዝርዎ ባዶ ነው። ምንም ገጽ ገና አልተጨመረም።\";'),('am','messages:nowikiemailtext','s:100:\"am:ይህ አባል ከሌሎች ተጠቃሚዎች እ-ሜል ለመቀበል አልፈቀደም።\";'),('am','messages:nrevisions','s:18:\"am:$1 ለውጦች\";'),('am','messages:ns-specialprotected','s:54:\"am:ልዩ ገጾችን ማረም አይፈቀድም።\";'),('am','messages:nstab-category','s:12:\"am:ምድብ\";'),('am','messages:nstab-help','s:25:\"am:የመመሪያ ገጽ\";'),('am','messages:nstab-image','s:12:\"am:ፋይል\";'),('am','messages:nstab-main','s:9:\"am:ገጽ\";'),('am','messages:nstab-mainpage','s:19:\"am:ዋናው ገጽ\";'),('am','messages:nstab-media','s:12:\"am:ፋይል\";'),('am','messages:nstab-mediawiki','s:18:\"am:መልዕክት\";'),('am','messages:nstab-project','s:28:\"am:የፕሮጀክት ገጽ\";'),('am','messages:nstab-special','s:19:\"am:ልዩ ገጾች\";'),('am','messages:nstab-talk','s:3:\"en:\";'),('am','messages:nstab-template','s:18:\"am:መለጠፊያ\";'),('am','messages:nstab-user','s:22:\"am:የአባል ገጽ\";'),('am','messages:ntimes','s:7:\"en:$1×\";'),('am','messages:ntransclusions','s:58:\"am:በ$1 {{PLURAL:$1|ገጽ|ገጾች}} ይጠቀማል።\";'),('am','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('am','messages:oct','s:13:\"am:ኦክቶ.\";'),('am','messages:october','s:18:\"am:ኦክቶበር\";'),('am','messages:october-gen','s:18:\"am:ኦክቶበር\";'),('am','messages:ok','s:9:\"am:እሺ\";'),('am','messages:oldpassword','s:38:\"am:የአሁኑ መግቢያ ቃልዎ\";'),('am','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('am','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('am','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('am','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('am','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('am','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('am','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('am','messages:ooui-field-help','s:7:\"en:Help\";'),('am','messages:ooui-item-remove','s:9:\"en:Remove\";'),('am','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('am','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('am','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('am','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('am','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('am','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('am','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('am','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('am','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('am','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('am','messages:ooui-toolbar-more','s:7:\"en:More\";'),('am','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('am','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('am','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('am','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('am','messages:otherlanguages','s:31:\"am:በሌሎች ቋንቋዎች\";'),('am','messages:others','s:12:\"am:ሌሎች\";'),('am','messages:overwrite','s:73:\"am:እንድን ፋይል ደምስሶ መጻፍ አልተፈቀደም።\";'),('am','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('am','messages:page-atom-feed','s:22:\"am:\"$1\" አቶም Feed\";'),('am','messages:page-rss-feed','s:19:\"am:\"$1\" R.S.S. Feed\";'),('am','messages:page_first','s:15:\"am:ፊተኞች\";'),('am','messages:page_last','s:15:\"am:ኋለኞች\";'),('am','messages:pagecategories','s:39:\"am:{{PLURAL:$1|ምድብ|ምድቦች}}\";'),('am','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('am','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('am','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('am','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('am','messages:pagedata-title','s:12:\"en:Page data\";'),('am','messages:pagehist','s:22:\"am:የገጽ ታሪክ\";'),('am','messages:pagehistory','s:15:\"en:Page history\";'),('am','messages:pagehistory-summary','s:3:\"en:\";'),('am','messages:pageid','s:13:\"en:page ID $1\";'),('am','messages:pageinfo','s:12:\"en:Page info\";'),('am','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('am','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('am','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('am','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('am','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('am','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('am','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('am','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('am','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('am','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('am','messages:pageinfo-contentpage-yes','s:9:\"am:አዎ\";'),('am','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('am','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('am','messages:pageinfo-edits','s:41:\"am:ጠቅላላ የእርማት ቁጥር\";'),('am','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('am','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('am','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('am','messages:pageinfo-firsttime','s:31:\"am:የተፈጠረበት ቀን\";'),('am','messages:pageinfo-firstuser','s:22:\"am:የገጹ ፈጣሪ\";'),('am','messages:pageinfo-footer','s:4:\"en:-\";'),('am','messages:pageinfo-header','s:4:\"en:-\";'),('am','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('am','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('am','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('am','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('am','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('am','messages:pageinfo-language','s:24:\"en:Page content language\";'),('am','messages:pageinfo-language-change','s:9:\"en:change\";'),('am','messages:pageinfo-lasttime','s:38:\"am:የመጨረሻው ዕትም ቀን\";'),('am','messages:pageinfo-lastuser','s:31:\"am:የመጨረሻው አራሚ\";'),('am','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('am','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('am','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('am','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('am','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('am','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('am','messages:pageinfo-protect-cascading-yes','s:9:\"am:አዎ\";'),('am','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('am','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('am','messages:pageinfo-redirects-name','s:71:\"am:በዚህ ምዕራፍ ቍጥር በሌላ አቅጣጫ አደረገ\";'),('am','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('am','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('am','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('am','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('am','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('am','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('am','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('am','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('am','messages:pageinfo-summary','s:3:\"en:\";'),('am','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('am','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('am','messages:pageinfo-toolboxlink','s:29:\"am:የዚህ ገጽ መረጃ\";'),('am','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('am','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('am','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('am','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('am','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('am','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('am','messages:pagelang-language','s:11:\"en:Language\";'),('am','messages:pagelang-name','s:7:\"en:Page\";'),('am','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('am','messages:pagelang-reason','s:9:\"en:Reason\";'),('am','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('am','messages:pagelang-submit','s:9:\"en:Submit\";'),('am','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('am','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('am','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('am','messages:pagelanguage','s:23:\"en:Change page language\";'),('am','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('am','messages:pagemovedsub','s:31:\"am:መዛወሩ ተከናወነ\";'),('am','messages:pager-newer-n','s:41:\"am:{{PLURAL:$1|ኋለኛ 1|ኋለኛ $1}}\";'),('am','messages:pager-older-n','s:41:\"am:{{PLURAL:$1|ፊተኛ 1|ፊተኛ $1}}\";'),('am','messages:pagesize','s:34:\"am:byte መጠን ያለው ሁሉ\";'),('am','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('am','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('am','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('am','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('am','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('am','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('am','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('am','messages:pageswithprop-submit','s:5:\"en:Go\";'),('am','messages:pageswithprop-summary','s:3:\"en:\";'),('am','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('am','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('am','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('am','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('am','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('am','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('am','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('am','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('am','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('am','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('am','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('am','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('am','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('am','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('am','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('am','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('am','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('am','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('am','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('am','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('am','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('am','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('am','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('am','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('am','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('am','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('am','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('am','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('am','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('am','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('am','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('am','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('am','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('am','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('am','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('am','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('am','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('am','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('am','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('am','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('am','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('am','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('am','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('am','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('am','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('am','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('am','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('am','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('am','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('am','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('am','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('am','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('am','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('am','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('am','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('am','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('am','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('am','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('am','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('am','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('am','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('am','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('am','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('am','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('am','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('am','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('am','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('am','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('am','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('am','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('am','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('am','messages:parentheses','s:7:\"en:($1)\";'),('am','messages:parentheses-end','s:4:\"en:)\";'),('am','messages:parentheses-start','s:4:\"en:(\";'),('am','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('am','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('am','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('am','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('am','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('am','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('am','messages:password-change-forbidden','s:80:\"am:በዚሁ ዊኪ መግቢያ ቃልን መቀይር አልተፈቀደም።\";'),('am','messages:password-login-forbidden','s:91:\"am:ይህ አባል ስምና መግቢያ ቃል መጥቀም የተከለከለ ነው።\";'),('am','messages:password-name-match','s:97:\"am:መግቢያ ቃልዎ እና የአባል ስምዎ መለያየት አስፈላጊ ነው።\";'),('am','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('am','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('am','messages:passwordpolicies','s:20:\"en:Password policies\";'),('am','messages:passwordpolicies-group','s:8:\"en:Group\";'),('am','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('am','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('am','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('am','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('am','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('am','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('am','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('am','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('am','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('am','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('am','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('am','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('am','messages:passwordremindertext','s:620:\"am:አንድ ሰው (ከቁጥር አድራሻ #$1 ሆኖ እርስዎ ይሆናሉ) አዲስ መግቢያ ቃል ለ{{SITENAME}} ጠይቋል ($4).\nለ«$2» ይሆነው መግቢያ ቃል አሁን «$3» ነው። አሁን በዚህ መግቢያ ቃል ገብተው ወደ አዲስ መግቢያ ቃል መቀየር ይሻሎታል።\n\nይህ ጥያቄ የእርስዎ ካልሆነ፣ ወይም መግቢያ ቃልዎን ያስታወሱ እንደ ሆነ፣ ይህንን መልእክት ቸል ማለት ይችላሉ። የቆየው መግቢያ ቃል ከዚህ በኋላ ተግባራዊ ሆኖ ይቀጥላል።\";'),('am','messages:passwordremindertitle','s:72:\"am:አዲስ ግዜያዊ መግቢያ ቃል (PASSWORD) ለ{{SITENAME}}\";'),('am','messages:passwordreset','s:35:\"am:መግቢያ ቃል መቀይር\";'),('am','messages:passwordreset-disabled','s:71:\"am:በዚሁ ዊኪ መግቢያ ቃል መቀይር አልተቻለም\";'),('am','messages:passwordreset-domain','s:10:\"en:Domain:\";'),('am','messages:passwordreset-email','s:30:\"am:የኢ-ሜል አድራሻ:\";'),('am','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('am','messages:passwordreset-emailelement','s:70:\"am:የአባል ስም፦ \n$1\n\nጊዜያዊ መግቢያ ቃል፦ \n$2\";'),('am','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('am','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('am','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('am','messages:passwordreset-emailtitle','s:34:\"en:Account details on {{SITENAME}}\";'),('am','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('am','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('am','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('am','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('am','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('am','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('am','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('am','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('am','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('am','messages:passwordreset-username','s:23:\"am:የብዕር ስም:\";'),('am','messages:passwordsent','s:163:\"am:አዲስ መግቢያ ቃል ለ«$1» ወደ ተመዘገበው ኢ-ሜል ተልኳል። እባክዎ ከተቀበሉት በኋላ ዳግመኛ ይግቡ።\";'),('am','messages:passwordtoolong','s:75:\"en:Passwords cannot be longer than {{PLURAL:$1|1 character|$1 characters}}.\";'),('am','messages:passwordtooshort','s:156:\"am:የመረጡት መግቢያ ቃል ልክ አይሆንም። ቢያንስ {{PLURAL:$1|1 ፊደልS|$1 ፊደላት}} ያለው መሆን አለበት።\";'),('am','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('am','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('am','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('am','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('am','messages:patrol-log-page','s:34:\"am:የማሳለፊያ መዝገብ\";'),('am','messages:pear-mail-error','s:5:\"en:$1\";'),('am','messages:percent','s:6:\"en:$1%\";'),('am','messages:perfcached','s:225:\"am:ማስታወቂያ፡ ይህ መረጃ በየጊዜ የሚታደስ ስለሆነ ዘመናዊ ሳይሆን የቆየ ሊሆን ይችላል። A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('am','messages:perfcachedts','s:105:\"am:የሚቀጥለው መረጃ ተቆጥቧል፣ መጨረሻ የታደሠው $1 እ.ኤ.አ. ነው።\";'),('am','messages:period-am','s:5:\"en:AM\";'),('am','messages:period-pm','s:5:\"en:PM\";'),('am','messages:permalink','s:22:\"am:ቋሚ መያያዣ\";'),('am','messages:permanentlink','s:17:\"en:Permanent link\";'),('am','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('am','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('am','messages:permanentlink-summary','s:3:\"en:\";'),('am','messages:permissionserrors','s:31:\"am:የፈቃድ ስሕተቶች\";'),('am','messages:permissionserrorstext','s:98:\"am:ያ አድራጎት አይቻልም - {{PLURAL:$1|ምክንያቱም|ምክንያቶቹም}}፦\";'),('am','messages:permissionserrorstext-withaction','s:83:\"am:$2 አልተፈቀዱም፤ {{PLURAL:$1|ምክንያቱም|ምክንያቱም}}:\";'),('am','messages:personaltools','s:28:\"am:የኔ መሣርያዎች\";'),('am','messages:php-mail-error','s:5:\"en:$1\";'),('am','messages:php-mail-error-unknown','s:42:\"en:Unknown error in PHP\'s mail() function.\";'),('am','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('am','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('am','messages:policy-url','s:29:\"am:Project:መመሪያዎች\";'),('am','messages:pool-errorunknown','s:34:\"am:የማይታወቅ ስኅተት\";'),('am','messages:pool-queuefull','s:21:\"en:Pool queue is full\";'),('am','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('am','messages:pool-timeout','s:31:\"en:Timeout waiting for the lock\";'),('am','messages:poolcounter-usage-error','s:18:\"en:Usage error: $1\";'),('am','messages:portal','s:37:\"am:የኅብረተሠቡ መረዳጃ\";'),('am','messages:portal-url','s:45:\"am:Project:የኅብረተሠብ መረዳጃ\";'),('am','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('am','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('am','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('am','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('am','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('am','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('am','messages:postedit-confirmation-created','s:29:\"en:The page has been created.\";'),('am','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('am','messages:postedit-confirmation-restored','s:30:\"en:The page has been restored.\";'),('am','messages:postedit-confirmation-saved','s:34:\"am:እርማትዎ ተቆጥቧል\";'),('am','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('am','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('am','messages:powersearch-legend','s:25:\"am:ተጨማሪ ፍለጋ\";'),('am','messages:powersearch-ns','s:52:\"am:በነዚሁ ክፍለ-ዊኪዎች ይፈልግ:\";'),('am','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('am','messages:powersearch-toggleall','s:13:\"am: ሁሉም\";'),('am','messages:powersearch-togglelabel','s:9:\"en:Check:\";'),('am','messages:powersearch-togglenone','s:13:\"am: ምንም\";'),('am','messages:preferences','s:21:\"am:ምርጫዎች፤\";'),('am','messages:preferences-summary','s:3:\"en:\";'),('am','messages:prefixindex','s:58:\"am:ሁሉንም ገፆች ከነ ቅድም ቅጥያቸው\";'),('am','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('am','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('am','messages:prefixindex-submit','s:7:\"en:Show\";'),('am','messages:prefixindex-summary','s:3:\"en:\";'),('am','messages:prefs-advancedediting','s:34:\"am:የተደረጁ ምርጫዎች\";'),('am','messages:prefs-advancedrc','s:34:\"am:የተደረጁ ምርጫዎች\";'),('am','messages:prefs-advancedrendering','s:34:\"am:የተደረጁ ምርጫዎች\";'),('am','messages:prefs-advancedsearchoptions','s:34:\"am:የተደረጁ ምርጫዎች\";'),('am','messages:prefs-advancedwatchlist','s:34:\"am:የተደረጁ ምርጫዎች\";'),('am','messages:prefs-changeemail','s:48:\"am:ኢ-ሜል አድራሻዎን ለመቀይር\";'),('am','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('am','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('am','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('am','messages:prefs-custom-css','s:13:\"am:ልዩ CSS\";'),('am','messages:prefs-custom-js','s:32:\"am:ልዩ ጃቫ ስክሪፕት\";'),('am','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('am','messages:prefs-dateformat','s:27:\"am: የቀን  ቅርፀት\";'),('am','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('am','messages:prefs-diffs','s:18:\"am:ልዩነቶች\";'),('am','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('am','messages:prefs-displayrc','s:31:\"am:የማሳያ አማራጮች\";'),('am','messages:prefs-displaywatchlist','s:18:\"en:Display options\";'),('am','messages:prefs-editing','s:37:\"am:የማዘጋጀት ምርጫዎች\";'),('am','messages:prefs-editor','s:9:\"en:Editor\";'),('am','messages:prefs-edits','s:29:\"am:የለውጦች ቁጥር:\";'),('am','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('am','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('am','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('am','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('am','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('am','messages:prefs-email','s:32:\"am:የኢ-ሜል ምርጫዎች\";'),('am','messages:prefs-emailconfirm-label','s:32:\"am:የኢ-ሜል ማረጋገጫ\";'),('am','messages:prefs-files','s:28:\"am:የስዕሎች መጠን\";'),('am','messages:prefs-help-email','s:225:\"am:ኢሜል አድራሻን ማቅረብዎ አስፈላጊ አይደለም። ቢያቀርቡት ግን የመግቢያ ቃሎን ቢዘነጉ ሌላ የመግቢያ ቃል ለማውጣት እንዲችሉ ያደርጋል።\";'),('am','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('am','messages:prefs-help-email-required','s:51:\"am:የኢ-ሜል አድራሻ ያስፈልጋል።\";'),('am','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('am','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('am','messages:prefs-help-realname','s:184:\"am:ዕውነተኛ ስምዎን መግለጽ አስፈላጊነት አይደለም። ለመግለጽ ከመረጡ ለሥራዎ ደራሲነቱን ለማስታወቅ ይጠቅማል።\";'),('am','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('am','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('am','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('am','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('am','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('am','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('am','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('am','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('am','messages:prefs-i18n','s:23:\"en:Internationalisation\";'),('am','messages:prefs-info','s:29:\"am: መሰረታዊ መረጃ\";'),('am','messages:prefs-labs','s:16:\"en:Labs features\";'),('am','messages:prefs-memberingroups','s:96:\"am:ተጠቃሚው {{PLURAL:$1|ያለበት ስብስባ|ያለባቸው ስብስባዎች}}፦\";'),('am','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('am','messages:prefs-misc','s:32:\"am:ልዩ ልዩ ምርጫዎች\";'),('am','messages:prefs-namespaces','s:25:\"am:ክፍለ-ዊኪዎች\";'),('am','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('am','messages:prefs-personal','s:19:\"am:ያባል ዶሴ\";'),('am','messages:prefs-preview','s:10:\"en:Preview\";'),('am','messages:prefs-rc','s:41:\"am:የቅርቡ ለውጦች ዝርዝር\";'),('am','messages:prefs-registration','s:40:\"am:የተመዘገበበት ሰዓት፦\";'),('am','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('am','messages:prefs-rendering','s:19:\"am: አቀራረብ\";'),('am','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('am','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('am','messages:prefs-resetpass','s:38:\"am:መግቢያ ቃል ለመቀየር\";'),('am','messages:prefs-searchmisc','s:10:\"en:General\";'),('am','messages:prefs-searchoptions','s:31:\"am:የፍለጋ ምርጫዎች\";'),('am','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('am','messages:prefs-signature','s:12:\"am:ፊርማ\";'),('am','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('am','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('am','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('am','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('am','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('am','messages:prefs-skin','s:32:\"am:የድህረ-ገጽ መልክ\";'),('am','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('am','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('am','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('am','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('am','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('am','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('am','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('am','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('am','messages:prefs-user-pages','s:25:\"am:የአባል ገጾች\";'),('am','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('am','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('am','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('am','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('am','messages:prefs-watchlist','s:31:\"am:የሚከታተሉ ገጾች\";'),('am','messages:prefs-watchlist-days','s:77:\"am:በሚከታተሉት ገጾች ዝርዝር ስንት ቀን ይታይ፤\";'),('am','messages:prefs-watchlist-days-max','s:50:\"am:(ከ$1 {{PLURAL:$1|ቀን}} አይበልጥም)\";'),('am','messages:prefs-watchlist-edits','s:67:\"am:በተደረጁት ዝርዝር ስንት ለውጥ ይታይ፤\";'),('am','messages:prefs-watchlist-edits-max','s:49:\"am:(ከ1,000 ለውጥ በላይ አይሆንም)\";'),('am','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('am','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('am','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('am','messages:prev-page','s:16:\"en:previous page\";'),('am','messages:preview','s:22:\"am:ሙከራ / preview\";'),('am','messages:previewconflict','s:203:\"am:ለማስቀምጥ የመረጡ እንደ ሆነ እንደሚታይ፣ ይህ ቅድመ-ዕይታ በላይኛ ጽሕፈት ማዘጋጀት ክፍል ያለውን ጽሕፈት ያንጸባርቃል።\";'),('am','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('am','messages:previewnote','s:133:\"am:ማስታወቂያ፦ \'\'\'ይህ ለሙከራ ብቻ ነው የሚታየው፣ ምንም ለውጦች ገና አልተላኩም!\'\'\'\";'),('am','messages:previousdiff','s:28:\"am:የፊተኛው ለውጥ\";'),('am','messages:previousrevision','s:32:\"am:← የፊተኛው እትም\";'),('am','messages:prevn','s:29:\"am:ፊተኛ {{PLURAL:$1|$1}}\";'),('am','messages:prevn-title','s:52:\"am:ፊተኛ $1 {{PLURAL:$1|ውጤት|ውጤቶች}}\";'),('am','messages:prevpage','s:40:\"am:ፊተኛው ገጽ (ከ$1 ጀምሮ)\";'),('am','messages:print','s:15:\"am:ይታተም\";'),('am','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('am','messages:printableversion','s:34:\"am:ለህትመት የተዘጋጀ\";'),('am','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('am','messages:privacy','s:28:\"am:የምስጢር ደንብ\";'),('am','messages:privacypage','s:36:\"am:Project:የምስጢር ደንብ\";'),('am','messages:prot_1movedto2','s:40:\"am:«$1» ወደ «[[$2]]» አዛወረ\";'),('am','messages:protect','s:12:\"am:ጠብቅ\";'),('am','messages:protect-badnamespace-text','s:81:\"am:በዚሁ ክፍለ ዊኪ ያሉት ገጾች ሊቆለፉ አይችሉም።\";'),('am','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('am','messages:protect-cantedit','s:105:\"am:ይህንን ገጽ የማዘጋጀት ፈቃድ ስለሌለልዎ መቆለፍ አይቻሎትም።\";'),('am','messages:protect-cascade','s:86:\"am:በዚህ ገጽ ውስጥ የተካተተው ገጽ ሁሉ ደግሞ ይቆለፍ?\";'),('am','messages:protect-cascadeon','s:311:\"am:በአሁኑ ሰአት ይህ ገፅ በጥበቃ ላይ ነው ምክንያቱም የሚከተሉትን {{PLURAL:$1|ገፅ, የያዘ|ገፆችን, ያከተተ}}\nየጥበቃውን መጠን ማስተካከል ይቻላል, ነገር ግን እንብዛም ጥበቃ ላይ ተፅእኖ አይፈጥርም.\";'),('am','messages:protect-default','s:44:\"am:ለሁሉም ተጠቃሚዎች ፍቀድ\";'),('am','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('am','messages:protect-edit-reasonlist','s:65:\"am:\'ተራ የመቆለፍ ምክንያቶች\' ለማዘጋጀት\";'),('am','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('am','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('am','messages:protect-expiring','s:27:\"am:በ$1 (UTC) ያልቃል\";'),('am','messages:protect-expiring-local','s:21:\"am:$1 ያልቃል።\";'),('am','messages:protect-expiry-indefinite','s:21:\"am:ያልተወሰነ\";'),('am','messages:protect-expiry-options','s:179:\"am:2 ሰዓቶች:2 hours,1 ቀን:1 day,1 ሳምንት:1 week,2 ሳምንት:2 weeks,1 ወር:1 month,3 ወር:3 months,6 ወር:6 months,1 አመት:1 year,ዘላለም:infinite\";'),('am','messages:protect-fallback','s:37:\"am:የ$1 ፈቃደ ለማስፈልግ\";'),('am','messages:protect-legend','s:34:\"am:የመቆለፍ ማረጋገጫ\";'),('am','messages:protect-level-autoconfirmed','s:72:\"am:ያልተመዘገቡና አዲስ ተጠቃሚዎችን አግድ።\";'),('am','messages:protect-level-sysop','s:25:\"am:መጋቢዎች ብቻ\";'),('am','messages:protect-locked-access','s:178:\"am:እርስዎ ገጽ የመቆለፍ ወይም የመፍታት ፈቃድ የለዎም።<br />አሁኑ የዚሁ ገጽ መቆለፍ ደረጃ እንዲህ ነው፦ \'\'\'$1\'\'\':\";'),('am','messages:protect-locked-blocked','s:160:\"am:ማገጃ እያለብዎት የመቆለፍ ደረጃ ለመቀየር አይችሉም። ለገጹ \'\'\'$1\'\'\' የአሁኑኑ ደረጃ እንዲህ ነው፦\";'),('am','messages:protect-locked-dblock','s:194:\"am:መረጃ-ቤቱ እራሱ አሁን ስለሚቆለፍ፣ የገጽ መቆለፍ ደረጃ ሊቀየር አይችልም። ለገጹ \'\'\'$1\'\'\' የአሁኑኑ ደረጃ እንዲህ ነው፦\";'),('am','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('am','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('am','messages:protect-otherreason','s:41:\"am:ሌላ/ተጨማሪ ምክንያት፦\";'),('am','messages:protect-otherreason-op','s:38:\"am:ሌላ/ተጨማሪ ምክንያት\";'),('am','messages:protect-othertime','s:35:\"am:ሌላ የተወሰነ ግዜ፦\";'),('am','messages:protect-othertime-op','s:16:\"am:ሌላ ጊዜ\";'),('am','messages:protect-summary-cascade','s:63:\"am:በውስጡም ያለውን የሚያቆልፍ አይነት\";'),('am','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('am','messages:protect-text','s:116:\"am:እዚህ ለገጹ «\'\'\'$1\'\'\'» የመቆለፍ ደረጃ መመልከት ወይም መቀይር ይችላሉ።\";'),('am','messages:protect-title','s:60:\"am:ለ«$1» የመቆለፍ ደረጃ ለማስተካከል\";'),('am','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('am','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('am','messages:protect_change','s:47:\"am:የመቆለፍ ደረጃን ለመለወጥ\";'),('am','messages:protect_expiry_invalid','s:75:\"am:የተሰጠው \'የሚያልቅበት ጊዜ\' ልክ አይደለም።\";'),('am','messages:protect_expiry_old','s:82:\"am:የተሰጠው \'የሚያልቅበት ጊዜ\' ባለፈው ግዜ ነበር።\";'),('am','messages:protectcomment','s:19:\"am:ምክንያት:\";'),('am','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('am','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('am','messages:protectedinterface','s:128:\"am:ይህ ገጽ ለስልቱ ገጽታ ጽሑፍን ያቀርባል፣፡ ስለዚህ እንዳይበላሽ ተጠብቋል።\";'),('am','messages:protectedpage','s:25:\"am:የተቆለፈ ገጽ\";'),('am','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('am','messages:protectedpages','s:28:\"am:የተቆለፉ ገጾች\";'),('am','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('am','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('am','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('am','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('am','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('am','messages:protectedpages-page','s:7:\"en:Page\";'),('am','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('am','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('am','messages:protectedpages-reason','s:9:\"en:Reason\";'),('am','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('am','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('am','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('am','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('am','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('am','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('am','messages:protectedpagesempty','s:68:\"am:በዚያ ግቤት የሚቆለፍ ገጽ አሁን የለም።\";'),('am','messages:protectedpagetext','s:60:\"am:ይኸው ገጽ እንዳይታረም ተጠብቋል።\";'),('am','messages:protectedpagewarning','s:130:\"am:\'\'\'ማስጠንቀቂያ፦ ይህ ገጽ ከመጋቢ በስተቀር በማንም እንዳይለወጥ ተቆልፏል።\'\'\'\";'),('am','messages:protectedtitles','s:37:\"am:የተቆለፉ አርዕስቶች\";'),('am','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('am','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('am','messages:protectedtitlesempty','s:96:\"am:እንደዚህ አይነት አርእስት አሁን የሚቆለፍ ምንም የለም።\";'),('am','messages:protectexpiry','s:34:\"am:የሚያልቅበት ግዜ፦\";'),('am','messages:protectlogpage','s:31:\"am:የማቆለፍ መዝገብ\";'),('am','messages:protectlogtext','s:220:\"am:ይህ መዝገብ ገጽ ሲቆለፍ ወይም ሲከፈት ይዘረዝራል። ለአሁኑ የተቆለፈውን ለመመልከት፣ [[Special:ProtectedPages|የቆለፉትን ገጾች]] ደግሞ ያዩ።\";'),('am','messages:protectpage','s:17:\"en:Protect a page\";'),('am','messages:protectpage-summary','s:3:\"en:\";'),('am','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('am','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('am','messages:pt-createaccount','s:17:\"en:Create account\";'),('am','messages:pt-login','s:18:\"am:ለመግባት\";'),('am','messages:pt-login-button','s:18:\"am:ለመግባት\";'),('am','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('am','messages:pt-userlogout','s:12:\"am:መውጫ\";'),('am','messages:publishchanges','s:18:\"en:Publish changes\";'),('am','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('am','messages:publishpage','s:15:\"en:Publish page\";'),('am','messages:publishpage-start','s:18:\"en:Publish page…\";'),('am','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('am','messages:purge','s:8:\"en:Purge\";'),('am','messages:purge-summary','s:3:\"en:\";'),('am','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('am','messages:querypage-no-updates','s:145:\"am:ይህ ገጽ አሁን የታደሠ አይደለም። ወደፊትም መታደሱ ቀርቷል። በቅርብ ግዜ አይታደስም።\";'),('am','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('am','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('am','messages:randomincategory','s:26:\"en:Random page in category\";'),('am','messages:randomincategory-category','s:12:\"en:Category:\";'),('am','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('am','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('am','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('am','messages:randomincategory-submit','s:5:\"en:Go\";'),('am','messages:randompage','s:34:\"am:ማናቸውንም ለማየት\";'),('am','messages:randompage-nopages','s:59:\"am:በዚህ ክፍለ-ዊኪ ምንም ገጽ የለም።\";'),('am','messages:randompage-url','s:17:\"en:Special:Random\";'),('am','messages:randomredirect','s:44:\"am:ማናቸውም መምሪያ መንገድ\";'),('am','messages:randomredirect-nopages','s:78:\"am:በዚህ ክፍለ-ዊኪ ምንም መምሪያ መንገድ የለም።\";'),('am','messages:randomrootpage','s:19:\"en:Random root page\";'),('am','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('am','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('am','messages:rawmessage','s:5:\"en:$1\";'),('am','messages:rc-change-size','s:5:\"en:$1\";'),('am','messages:rc-change-size-new','s:43:\"en:$1 {{PLURAL:$1|byte|bytes}} after change\";'),('am','messages:rc-old-title','s:51:\"am:መጀመርያ እንደ «$1» ተፈጠረ።\";'),('am','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('am','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('am','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('am','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('am','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('am','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('am','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('am','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('am','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('am','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('am','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('am','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('am','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('am','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('am','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('am','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('am','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('am','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('am','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('am','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('am','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('am','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('am','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('am','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('am','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('am','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('am','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('am','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('am','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('am','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('am','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('am','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('am','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('am','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('am','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('am','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('am','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('am','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('am','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('am','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('am','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('am','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('am','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('am','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('am','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('am','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('am','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('am','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('am','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('am','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('am','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('am','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('am','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('am','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('am','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('am','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('am','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('am','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('am','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('am','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('am','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('am','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('am','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('am','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('am','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('am','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('am','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('am','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('am','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('am','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('am','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('am','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('am','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('am','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('am','messages:rcfilters-filtergroup-lastrevision','s:28:\"am:የመጨረሻ ክለሳ\";'),('am','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('am','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('am','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('am','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('am','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('am','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('am','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('am','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('am','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('am','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('am','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('am','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('am','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('am','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('am','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('am','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('am','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('am','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('am','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('am','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('am','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('am','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('am','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('am','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('am','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('am','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('am','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('am','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('am','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('am','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('am','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('am','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('am','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('am','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('am','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('am','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('am','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('am','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('am','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('am','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('am','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('am','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('am','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('am','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('am','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('am','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('am','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('am','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('am','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('am','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('am','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('am','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('am','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('am','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('am','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('am','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('am','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('am','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('am','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('am','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('am','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('am','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('am','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('am','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('am','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('am','messages:rclinks','s:90:\"am:ባለፉት $2 ቀን ውስጥ የወጡት መጨረሻ $1 ለውጦች ይታዩ።\";'),('am','messages:rclistfrom','s:63:\"am:(ከ $3 $2 ጀምሮ አዲስ ለውጦቹን ለማየት)\";'),('am','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('am','messages:rcnotefrom','s:120:\"am:ከ\'\'\'$2\'\'\' ጀምሮ የተቀየሩት ገጾች (እስከ \'\'\'$1\'\'\' ድረስ) ክዚህ በታች ይታያሉ።\";'),('am','messages:rcpatroldisabled','s:60:\"am:የቅርብ ለውጦች ማሳለፊያ አይኖርም\";'),('am','messages:rcpatroldisabledtext','s:86:\"am:የቅርብ ለውጦች ማሳለፊያ ተግባር አሁን አይሠራም።\";'),('am','messages:rcshowhideanons','s:39:\"am:የቁ. አድራሻ ለውጦች $1\";'),('am','messages:rcshowhideanons-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhideanons-show','s:7:\"en:Show\";'),('am','messages:rcshowhidebots','s:10:\"am:bots $1\";'),('am','messages:rcshowhidebots-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhidebots-show','s:7:\"en:Show\";'),('am','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('am','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('am','messages:rcshowhideliu','s:31:\"am:ያባላት ለውጦች $1\";'),('am','messages:rcshowhideliu-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhideliu-show','s:7:\"en:Show\";'),('am','messages:rcshowhidemine','s:12:\"am:የኔ $1\";'),('am','messages:rcshowhidemine-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhidemine-show','s:7:\"en:Show\";'),('am','messages:rcshowhideminor','s:31:\"am:ጥቃቅን ለውጦች $1\";'),('am','messages:rcshowhideminor-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhideminor-show','s:7:\"en:Show\";'),('am','messages:rcshowhidepatr','s:37:\"am:የተቆጣጠሩ ለውጦች $1\";'),('am','messages:rcshowhidepatr-hide','s:7:\"en:Hide\";'),('am','messages:rcshowhidepatr-show','s:7:\"en:Show\";'),('am','messages:readonly','s:35:\"am:መረጃ-ቤት ተቆልፏል\";'),('am','messages:readonly_lag','s:128:\"am:ተከታይ ሰርቨሮች ለቀዳሚው እስከሚደርሱ ድረስ መረጃ-ቤቱ በቀጥታ ተቆልፏል።\";'),('am','messages:readonlytext','s:271:\"am:መረጃ-ቤቱ አሁን ከመቀየር ተቆልፏል። ይህ ለተራ አጠባበቅ ብቻ መሆኑ አይቀርም። ከዚያ በኋላ እንደ ወትሮ ሁኔታ ይኖራል።\n\nየቆለፉት መጋቢ ይህንን መግለጫ አቀረቡ፦ $1\";'),('am','messages:readonlywarning','s:406:\"am::\'\'\'ማስታወቂያ፦\'\'\' {{SITENAME}} አሁን ለአጭር ግዜ ተቆልፎ ገጹን ለማቅረብ አይቻልም። ጥቂት ደቂቃ ቆይተው እባክዎ እንደገና ይሞክሩት!\n:(The database has been temporarily locked for maintenance, so you cannot save your edits at this time. You may wish to cut-&-paste the text into another file, and try again in a moment or two.)\";'),('am','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('am','messages:recentchanges','s:38:\"am:በቅርብ ጊዜ የተለወጡ\";'),('am','messages:recentchanges-feed-description','s:112:\"am:በዚህ ዊኪ ላይ በቅርብ ግዜ የተለወጠውን በዚሁ feed መከታተል ይችላሉ\";'),('am','messages:recentchanges-label-bot','s:48:\"am:ይኸው ለውጥ በሎሌ ተደረገ።\";'),('am','messages:recentchanges-label-minor','s:42:\"am:ይህ ለውጥ ጥቃቅን ነው።\";'),('am','messages:recentchanges-label-newpage','s:52:\"am:ይኸው ለውጥ አዲስ ገጽ ፈጠረ።\";'),('am','messages:recentchanges-label-plusminus','s:48:\"en:The page size changed by this number of bytes\";'),('am','messages:recentchanges-label-unpatrolled','s:54:\"am:ይህ እርማት ገና አልተገመገመም\";'),('am','messages:recentchanges-legend','s:44:\"am:የቅርብ ለውጥ አማራጮች፦\";'),('am','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('am','messages:recentchanges-legend-heading','s:27:\"en:<strong>Legend:</strong>\";'),('am','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('am','messages:recentchanges-legend-newpage','s:24:\"am:$1 - አዲስ ገጽ\";'),('am','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('am','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('am','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('am','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('am','messages:recentchanges-noresult','s:107:\"am:ለዚሁ ጥያቄ በተሰጠው ወቅት ውስጥ  አንዳችም ለውጥ አልነበረም።\";'),('am','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('am','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('am','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('am','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('am','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('am','messages:recentchanges-submit','s:7:\"en:Show\";'),('am','messages:recentchanges-summary','s:117:\"am:በዚሁ ገጽ ላይ በቅርብ ጊዜ የወጡ አዳዲስ ለውጦች ለመከታተል ይችላሉ።\";'),('am','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('am','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('am','messages:recentchangescount','s:75:\"am:በዝርዝርዎ ላይ ስንት ለውጥ ይታይ? (እስከ 500)\";'),('am','messages:recentchangesdays','s:69:\"am:በቅርቡ ለውጦች ዝርዝር ስንት ቀን ይታይ?\";'),('am','messages:recentchangesdays-max','s:55:\"am:(እስከ $1 {{PLURAL:$1|ቀን|ቀን}} ድረስ)\";'),('am','messages:recentchangeslinked','s:31:\"am:የተዛመዱ ለውጦች\";'),('am','messages:recentchangeslinked-feed','s:31:\"am:የተዛመዱ ለውጦች\";'),('am','messages:recentchangeslinked-page','s:21:\"am:አርዕስት፡\";'),('am','messages:recentchangeslinked-summary','s:426:\"am:ከዚያ ገጽ ጋር በተገናኙ ወይም ከነሱ ገጾች ላይ ለውጦችን ለማየት የገጽ ስም ያስገቡ። (የአንድ ምድብ አባላትን ለማየት ያስገቡ {{ns:categoey}}:የምድብ ስም). በ [[Special:Watchlist|የእርስዎ የክትትል ዝርዝር]] ላይ ባሉ ገጾች ላይ የተደረጉ ለውጦች <strong>ደፋር</strong> ውስጥ ናቸው።\";'),('am','messages:recentchangeslinked-title','s:61:\"am:በ«$1» በተዛመዱ ገጾች ቅርብ ለውጦች\";'),('am','messages:recentchangeslinked-to','s:56:\"am:(ወዲህ በተያያዙት መጣጥፎች ላይ)\";'),('am','messages:recentchangeslinked-toolbox','s:31:\"am:የተዛመዱ ለውጦች\";'),('am','messages:recentchangestext','s:4:\"en:-\";'),('am','messages:recreate','s:31:\"am:እንደገና ይፈጠር\";'),('am','messages:recreate-moveddeleted-warn','s:298:\"am::<strong>\'\'\'ማስጠንቀቂያ፦ ይኸው አርእስት ከዚህ በፊት የጠፋ ገጽ ነው!\'\'\'</strong>\n\n*እባክዎ፥ ገጹ እንደገና እንዲፈጠር የሚገባ መሆኑን ያረጋግጡ።\n\n*የገጹ መጥፋት ዝርዝር ከዚህ ታች ይታያል።\";'),('am','messages:red-link-title','s:40:\"am:$1 (ገጹ ገና አልተጻፈም)\";'),('am','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('am','messages:redirect-file','s:11:\"en:Filename\";'),('am','messages:redirect-logid','s:9:\"en:Log ID\";'),('am','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('am','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('am','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('am','messages:redirect-page','s:10:\"en:Page ID\";'),('am','messages:redirect-revision','s:16:\"en:Page revision\";'),('am','messages:redirect-submit','s:5:\"en:Go\";'),('am','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('am','messages:redirect-text','s:3:\"en:\";'),('am','messages:redirect-user','s:10:\"en:User ID\";'),('am','messages:redirect-value','s:9:\"en:Value:\";'),('am','messages:redirectedfrom','s:26:\"am:(ከ$1 የተዛወረ)\";'),('am','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('am','messages:redirectpagesub','s:28:\"am:መምሪያ መንገድ\";'),('am','messages:redirectto','s:15:\"en:Redirect to:\";'),('am','messages:removecredentials','s:21:\"en:Remove credentials\";'),('am','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('am','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('am','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('am','messages:removedwatchtext','s:86:\"am:ይህ ገፅ \"[[:$1]]\" ከ [[Special:Watchlist|your watchlist]] ተወግዷል።\";'),('am','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('am','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('am','messages:removewatch','s:24:\"en:Remove from watchlist\";'),('am','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('am','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('am','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('am','messages:resetpass-no-info','s:102:\"am:ይህንን ገጽ በቀጥታ ለማግኘት አስቀድሞ መግባት ያስፈልጋል።\";'),('am','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('am','messages:resetpass-submit-cancel','s:12:\"am:ይቅር\";'),('am','messages:resetpass-submit-loggedin','s:25:\"am:ቃልዎ ይቀየር\";'),('am','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('am','messages:resetpass-temp-password','s:50:\"am:ኅላፊ (ጊዜያዊ) መግቢያ ቃል፦\";'),('am','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('am','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('am','messages:resetpass-wrong-oldpass','s:226:\"am:ጊዜያዊው ወይም ያሁኑኑ መግቢያ ቃል አይስማማም።\nምናልባት መግቢያ ቃልዎን መቀይሩ ተከናወነ፣ ወይም አዲስ ጊዜያዊ መግቢያ ቃልን ጠየቁ።\";'),('am','messages:resetpass_announce','s:175:\"am:በኢ-ሜል በተላከ ጊዜያዊ ኮድ ገብተዋል። መግባትዎን ለመጨርስ፣ አዲስ መግቢያ ቃል እዚህ መምረጥ አለብዎ።\";'),('am','messages:resetpass_forbidden','s:73:\"am:በ{{SITENAME}} የመግቢያ ቃል መቀየር አይቻልም።\";'),('am','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('am','messages:resetpass_header','s:38:\"am:መግቢያ ቃል ለመቀየር\";'),('am','messages:resetpass_submit','s:57:\"am:መግቢያ ቃል ለመቀየርና ለመግባት\";'),('am','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('am','messages:resettokens','s:15:\"en:Reset tokens\";'),('am','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('am','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('am','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('am','messages:resettokens-summary','s:3:\"en:\";'),('am','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('am','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('am','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('am','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('am','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('am','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('am','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('am','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('am','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('am','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('am','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('am','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('am','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('am','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('am','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('am','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('am','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('am','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('am','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('am','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('am','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('am','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('am','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('am','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('am','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('am','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('am','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('am','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('am','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('am','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('am','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('am','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('am','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('am','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('am','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('am','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('am','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('am','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('am','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('am','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('am','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('am','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('am','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('am','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('am','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('am','messages:restorelink','s:65:\"am:{{PLURAL:$1|የጠፋ ዕትም|$1 የጠፉት ዕትሞች}}\";'),('am','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('am','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('am','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('am','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('am','messages:restriction-blank','s:3:\"en:\";'),('am','messages:restriction-create','s:9:\"en:Create\";'),('am','messages:restriction-edit','s:24:\"am:እንዲዘጋጅ፦\";'),('am','messages:restriction-level','s:31:\"am:የመቆለፍ ደረጃ፦\";'),('am','messages:restriction-level-all','s:28:\"am:ማንኛውም ደረጃ\";'),('am','messages:restriction-level-autoconfirmed','s:28:\"am:በከፊል ተቆልፎ\";'),('am','messages:restriction-level-sysop','s:25:\"am:በሙሉ ተቆልፎ\";'),('am','messages:restriction-move','s:24:\"am:እንዲዛወር፦\";'),('am','messages:restriction-type','s:15:\"am:ፈቃድ፦\";'),('am','messages:restriction-upload','s:9:\"en:Upload\";'),('am','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('am','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('am','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('am','messages:retrievedfrom','s:29:\"am:ከ «$1» የተወሰደ\";'),('am','messages:returnto','s:30:\"am:(ወደ $1 ለመመለስ)\";'),('am','messages:retypenew','s:45:\"am:አዲስ መግቢያ ቃል ዳግመኛ\";'),('am','messages:reuploaddesc','s:73:\"am:ለመሰረዝና ወደ መላኪያ ማመልከቻ ለመመለስ\";'),('am','messages:rev-deleted-comment','s:33:\"am:(ማጠቃልያ ተደለዘ)\";'),('am','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('am','messages:rev-deleted-event','s:46:\"am:(መዝገቡ ድርጊት ተወግዷል)\";'),('am','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('am','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('am','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('am','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('am','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('am','messages:rev-deleted-user','s:34:\"am:(ብዕር ስም ተደለዘ)\";'),('am','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('am','messages:rev-delundel','s:25:\"am:ይታይ/ይደበቅ\";'),('am','messages:rev-showdeleted','s:12:\"am:አሳይ\";'),('am','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('am','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('am','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('am','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('am','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('am','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('am','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('am','messages:revdel-restore','s:37:\"am:እይታን ለማስተካከል\";'),('am','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('am','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('am','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('am','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('am','messages:revdelete-edit-reasonlist','s:68:\"am:\'ተራ የማጥፋት ምክንያቶች\' ለማስተካከል\";'),('am','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('am','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('am','messages:revdelete-hide-comment','s:31:\"am:ማጠቃለያ ይደበቅ\";'),('am','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('am','messages:revdelete-hide-image','s:38:\"am:የፋይሉ ይዞታ ይደበቅ\";'),('am','messages:revdelete-hide-name','s:38:\"am:ድርጊትና ግቡ ይደበቅ\";'),('am','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('am','messages:revdelete-hide-text','s:41:\"am:የእትሙ ጽሕፈት ይደበቅ\";'),('am','messages:revdelete-hide-user','s:76:\"am:የአዘጋጁ ብዕር ስም ወይም ቁ. አድርሻ ይደበቅ\";'),('am','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('am','messages:revdelete-log','s:21:\"am:ምክንያቱ፦\";'),('am','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('am','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('am','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('am','messages:revdelete-no-file','s:50:\"am:የተወሰነው ፋይል አይኖርም።\";'),('am','messages:revdelete-nooldid-text','s:95:\"am:ይህ ተግባር የሚፈጸምበት ግብ (አላማ) እትም አልወሰኑም።\";'),('am','messages:revdelete-nooldid-title','s:35:\"am:የማይሆን ግብ እትም\";'),('am','messages:revdelete-offender','s:31:\"am:የለውጡ አቅራቢ፦\";'),('am','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('am','messages:revdelete-otherreason','s:41:\"am:ሌላ/ተጨማሪ ምክንያት፦\";'),('am','messages:revdelete-radio-same','s:34:\"am:(እንደ በፊቱ ይቆይ)\";'),('am','messages:revdelete-radio-set','s:9:\"am:አዎ\";'),('am','messages:revdelete-radio-unset','s:9:\"am:አይ\";'),('am','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('am','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('am','messages:revdelete-reasonotherlist','s:25:\"am:ሌላ ምክንያት\";'),('am','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('am','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('am','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('am','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('am','messages:revdelete-show-file-submit','s:12:\"am:አዎን\";'),('am','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('am','messages:revdelete-submit','s:44:\"am:በተመረጠው ዕትም ይደረግ\";'),('am','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('am','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('am','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('am','messages:revdelete-suppress','s:63:\"am:መረጃ ከመጋቢዎችና ከሌሎች ይደበቅ።\";'),('am','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('am','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('am','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('am','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('am','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('am','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('am','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('am','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('am','messages:reverted','s:51:\"am:ወደ ቀድመኛ ዕትም ገለበጠው።\";'),('am','messages:revertmerge','s:37:\"am:መዋሐዱን ለመገልበጥ\";'),('am','messages:revertmove','s:15:\"am:ይመለስ\";'),('am','messages:revertpage','s:57:\"am:የ$2ን ለውጦች ወደ $1 እትም መለሰ።\";'),('am','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('am','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('am','messages:revid','s:14:\"en:revision $1\";'),('am','messages:revision-info','s:42:\"am:የ$1 ዕትም (ከ$2 ተዘጋጅቶ)\";'),('am','messages:revision-info-current','s:4:\"en:-\";'),('am','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('am','messages:revisionasof','s:18:\"am:እትም በ$1\";'),('am','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('am','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('am','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('am','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('am','messages:right-autoconfirmed','s:57:\"am:በከፊል የተቆለፉት ገጾች ለማረም\";'),('am','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('am','messages:right-autopatrol','s:80:\"am:የራሱ ለውጦች በቀጥታ የተሣለፉ ሆነው መመልከት\";'),('am','messages:right-bigdelete','s:77:\"am:ትልቅ የእትም ታሪክ ያላቸውን ገጾች ለማጥፋት\";'),('am','messages:right-block','s:56:\"am:ተጠቃሚዎችን ከማዘጋጀት ለማገድ\";'),('am','messages:right-blockemail','s:58:\"am:ተጠቃሚ ኢ-ሜል ከመላክ ለመከልከል\";'),('am','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('am','messages:right-browsearchive','s:44:\"am:የጠፉትን ገጾች ለመፈለግ\";'),('am','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('am','messages:right-createaccount','s:53:\"am:አዳዲስ አባልነቶችን ለመፍጠር\";'),('am','messages:right-createpage','s:72:\"am:ገጾች ለመፍጠር (ውይይት ገጾች ያልሆኑትን)\";'),('am','messages:right-createtalk','s:41:\"am:የውይይት ገጽ ለመፍጠር\";'),('am','messages:right-delete','s:31:\"am:ገጾችን ለማጥፋት\";'),('am','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('am','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('am','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('am','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('am','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('am','messages:right-deleterevision','s:85:\"am:በገጾች የተወሰኑትን እትሞች ለማጥፋትና ለመመልስ\";'),('am','messages:right-edit','s:34:\"am:ገጾችን ለማዘጋጀት\";'),('am','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('am','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('am','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('am','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('am','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('am','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('am','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";'),('am','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('am','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('am','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('am','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('am','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('am','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('am','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('am','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('am','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('am','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('am','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('am','messages:right-import','s:51:\"am:ከሌላ ዊኪ ገጾችን ለማስገባት\";'),('am','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('am','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('am','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('am','messages:right-markbotedits','s:57:\"am:rollback ሲደረግ እንደ bot ለማመልከት\";'),('am','messages:right-mergehistory','s:57:\"am:የገጾች እትሞችን ታሪክ ለመዋሐድ\";'),('am','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('am','messages:right-minoredit','s:57:\"am:ለውጦችን ጥቃቅን ሆኖ ለማመልከት\";'),('am','messages:right-move','s:31:\"am:ገጾችን ለማዛወር\";'),('am','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('am','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('am','messages:right-move-subpages','s:63:\"am:ገጾችን ከነንዑስ ገጾቻቸው ለማዛወር\";'),('am','messages:right-movefile','s:34:\"am:ፋይሎችን ለማዛወር\";'),('am','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('am','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('am','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('am','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('am','messages:right-pagelang','s:23:\"en:Change page language\";'),('am','messages:right-patrol','s:70:\"am:የሰው ለውጦች የተሣለፉ ሆነው ለማመልከት\";'),('am','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('am','messages:right-protect','s:92:\"am:የመቆለፍ ደረጃ ለመቀይርና የተቆለፉትን ገጾች ለማረም\";'),('am','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('am','messages:right-read','s:31:\"am:ገጾችን ለማንበብ\";'),('am','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('am','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('am','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('am','messages:right-rollback','s:118:\"am:አንድ ገጽ መጨረሻ የለወጠውን ተጠቃሚ ለውጦች በፍጥነት rollback ለማድረግ\";'),('am','messages:right-sendemail','s:50:\"am:ወደ ሌላ አባል ኢ-ሜል ለመላክ\";'),('am','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('am','messages:right-suppressionlog','s:41:\"am:የግል መዝገቦች ለማየት\";'),('am','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('am','messages:right-suppressrevision','s:82:\"am:ከመጋቢዎቹ የተደበቁትን እትሞች አይቶ ለመመልስ\";'),('am','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('am','messages:right-undelete','s:41:\"am:የጠፋውን ገጽ ለመመልስ\";'),('am','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('am','messages:right-upload','s:31:\"am:ፋይሎችን ለመላክ\";'),('am','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('am','messages:right-userrights','s:57:\"am:ያባላት ሁሉ መብቶች ለማስተካከል\";'),('am','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('am','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('am','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('am','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('am','messages:right-writeapi','s:23:\"en:Use of the write API\";'),('am','messages:rightslog','s:41:\"am:የአባል መብቶች መዝገብ\";'),('am','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('am','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('am','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('am','messages:rightslogtext','s:83:\"am:ይህ መዝገብ የአባል መብቶች ሲለወጡ ይዘረዝራል።\";'),('am','messages:rightsnone','s:14:\"am:(የለም)\";'),('am','messages:rollback','s:31:\"am:ለውጦቹ ይገልበጡ\";'),('am','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('am','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('am','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('am','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('am','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('am','messages:rollback-success','s:79:\"am:የ$1 ለውጦች ተገለበጡ፣ ወደ $2 ዕትም ተመልሷል።\";'),('am','messages:rollbackfailed','s:43:\"am:መገልበጡ አልተከናወነም\";'),('am','messages:rollbacklink','s:24:\"am:ROLLBACK ይመለስ\";'),('am','messages:rollbacklinkcount','s:39:\"en:rollback $1 {{PLURAL:$1|edit|edits}}\";'),('am','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('am','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('am','messages:sat','s:9:\"am:ቅዳ\";'),('am','messages:saturday','s:12:\"am:ቅዳሜ\";'),('am','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('am','messages:savearticle','s:28:\"am:ገጹን አስቀምጥ\";'),('am','messages:savearticle-start','s:15:\"en:Save page…\";'),('am','messages:savechanges','s:15:\"en:Save changes\";'),('am','messages:savechanges-start','s:18:\"en:Save changes…\";'),('am','messages:savedprefs','s:43:\"am:ምርጫዎችህ ተቆጥበዋል።\";'),('am','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('am','messages:savefile','s:28:\"am:ፋይሉ ለመቆጠብ\";'),('am','messages:saveprefs','s:15:\"am:ይቆጠብ\";'),('am','messages:saveusergroups','s:28:\"am:ለውጦቹ ይቆጠቡ\";'),('am','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('am','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('am','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('am','messages:scarytranscludetoolong','s:51:\"am:[URL ከመጠን በላይ የረዘመ ነው]\";'),('am','messages:search','s:12:\"am:ፈልግ\";'),('am','messages:search-category','s:16:\"en:(category $1)\";'),('am','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('am','messages:search-external','s:25:\"am:አፍአዊ ፍለጋ\";'),('am','messages:search-file-match','s:25:\"en:(matches file content)\";'),('am','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('am','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('am','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('am','messages:search-interwiki-custom','s:3:\"en:\";'),('am','messages:search-interwiki-more','s:17:\"am:(ተጨማሪ)\";'),('am','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('am','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('am','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('am','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('am','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('am','messages:search-nonefound','s:76:\"am:ለጥያቄው ምንም የሚስማማ ውጤት አልተገኘም።\";'),('am','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('am','messages:search-redirect','s:33:\"am:(መምሪያ መንገድ $1)\";'),('am','messages:search-relatedarticle','s:18:\"am:የተዛመደ\";'),('am','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('am','messages:search-result-size','s:43:\"am:$1 ({{PLURAL:$2|1 ቃል|$2 ቃላት}})\";'),('am','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('am','messages:search-section','s:17:\"am:(ክፍል $1)\";'),('am','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('am','messages:search-suggest','s:47:\"am:ምናልባት $1 የፈለጉት ይሆን\";'),('am','messages:search-summary','s:3:\"en:\";'),('am','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('am','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('am','messages:searchall','s:9:\"am:ሁሉ\";'),('am','messages:searcharticle','s:9:\"am:ሂድ\";'),('am','messages:searchbutton','s:12:\"am:ፈልግ\";'),('am','messages:searchdisabled','s:236:\"am:{{SITENAME}} ፍለጋ አሁን እንዳይሠራ ተደርጓል። ለጊዜው ግን በGoogle ላይ መፈልግ ይችላሉ። የ{{SITENAME}} ይዞታ ማውጫ በዚያ እንዳልታደሰ ማቻሉ ያስታውሱ።\";'),('am','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('am','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('am','messages:searchmenu-exists','s:78:\"am:\'\'\'\"[[:$1]]\" የሚባል መጣጥፍ በዚሁ ዊኪ ላይ አለ።\'\'\'\";'),('am','messages:searchmenu-new','s:58:\"am:\'\'\'\"[[:$1]]\" የሚባል መጣጥፍ ይፈጠር?\'\'\'\";'),('am','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('am','messages:searchprofile-advanced','s:28:\"am:የተደረጀ ፍለጋ\";'),('am','messages:searchprofile-advanced-tooltip','s:51:\"am:በልዩ ክፍለ-ዊኪዎች ለመፈለግ\";'),('am','messages:searchprofile-articles','s:41:\"am:መዘርዝር ያላቸው ገፆች\";'),('am','messages:searchprofile-articles-tooltip','s:24:\"am:በ$1 ለመፈለግ\";'),('am','messages:searchprofile-everything','s:12:\"am:ሁሉም\";'),('am','messages:searchprofile-everything-tooltip','s:72:\"am:ይዞታውን ሁሉ (ከነውይይት ገጾች) ለመፈለግ\";'),('am','messages:searchprofile-images','s:25:\"am:ሚድያ ፋይሎች\";'),('am','messages:searchprofile-images-tooltip','s:34:\"am:ለፋይሎች ለመፈለግ\";'),('am','messages:searchrelated','s:18:\"am:የተዛመደ\";'),('am','messages:searchresults','s:28:\"am:የፍለጋ ውጤቶች\";'),('am','messages:searchresults-title','s:36:\"am:ለ\"$1\" የፍለጋ ውጤቶች\";'),('am','messages:searchresultshead','s:12:\"am:ፍለጋ\";'),('am','messages:searchsuggest-containing','s:50:\"am:በመጣጥፎች ይዘት ለመፈልግ...\";'),('am','messages:searchsuggest-search','s:35:\"am:{{SITENAME}} ውስጥ ፈልግ\";'),('am','messages:seconds','s:18:\"am:$1 ሴኮንድ\";'),('am','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('am','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('am','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('am','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('am','messages:selfmove','s:136:\"am:የመነሻ እና የመድረሻ አርዕስቶች አንድ ናቸው፤ ገጽ ወደ ራሱ ለማዛወር አይቻልም።\";'),('am','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('am','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('am','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('am','messages:semiprotectedpagewarning','s:140:\"am:\'\'\'ማስታወቂያ፦\'\'\' ይኸው ገጽ ከቋሚ አዛጋጆች በተቀር በማንም እንዳይለወጥ ተቆልፏል።\";'),('am','messages:sep','s:13:\"am:ሴፕቴ.\";'),('am','messages:september','s:21:\"am:ሴፕቴምበር\";'),('am','messages:september-gen','s:21:\"am:ሰፕቴምበር\";'),('am','messages:servertime','s:28:\"am:የሰርቨሩ ሰዓት\";'),('am','messages:session_fail_preview','s:379:\"am:\'\'\'ይቅርታ! ገጹን ለማቅረብ ስንሂድ፣ አንድ ትንሽ ችግር በመረቡ መረጃ ውስጥ ድንገት ገብቶበታል። እባክዎ፣ እንደገና ገጹን ለማቅረብ አንዴ ይሞክሩ። ከዚያ ገና ካልሠራ፣ ምናልባት ከአባል ስምዎ መውጣትና እንደገና መግባት ይሞክሩ።\'\'\'\";'),('am','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('am','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('am','messages:sessionfailure-title','s:18:\"en:Session failure\";'),('am','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('am','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('am','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('am','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('am','messages:shared-repo','s:22:\"en:a shared repository\";'),('am','messages:shared-repo-from','s:9:\"am:ከ $1\";'),('am','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('am','messages:shareddescriptionfollows','s:4:\"en:-\";'),('am','messages:sharedupload','s:132:\"am:ይህ ፋይል ከጋራ ምንጭ ($1) የተቀሰመ ነው። በማንኛውም ዊኪ ላይ ሊጠቅም ይቻላል።\";'),('am','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('am','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('am','messages:sharedupload-desc-here','s:199:\"am:ይህ ፋይል ከ$1 የተቀሰመ ነው እና በሌላ ዊኪ ላይ ሊጠቅም ይችላል። በ$2 ላይ የሚገኘው የፋይሉ መግለጫ ከዚህ በታች ቀርቧል።\";'),('am','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('am','messages:shortpages','s:44:\"am:ጽሁፎች ካጭሩ ተደርድረው\";'),('am','messages:shortpages-summary','s:3:\"en:\";'),('am','messages:show','s:12:\"am:ይታዩ\";'),('am','messages:show-big-image','s:19:\"am:ዋና ፋይል\";'),('am','messages:show-big-image-other','s:50:\"en:Other {{PLURAL:$2|resolution|resolutions}}: $1.\";'),('am','messages:show-big-image-preview','s:28:\"en:Size of this preview: $1.\";'),('am','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('am','messages:show-big-image-size','s:18:\"en:$1 × $2 pixels\";'),('am','messages:showdiff','s:21:\"am:ማነጻጸሪያ\";'),('am','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('am','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('am','messages:showingresults','s:110:\"am:ከ ቁ.#<b>$2</b> ጀምሮ እስከ <b>$1</b> ውጤቶች ድረስ ከዚህ በታች ይታያሉ።\";'),('am','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('am','messages:shown-title','s:89:\"am:$1 {{PLURAL:$1|ውጤት|ውጤቶች}} በየገጹ {{PLURAL:$1|ይታይ|ይታዩ}}\";'),('am','messages:showpreview','s:22:\"am:ቅድመ እይታ\";'),('am','messages:showtoc','s:12:\"am:አሳይ\";'),('am','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('am','messages:sig-text','s:7:\"en:--$1\";'),('am','messages:signature','s:55:\"en:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('am','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('am','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('am','messages:signupend','s:3:\"en:\";'),('am','messages:signupend-https','s:3:\"en:\";'),('am','messages:signupstart','s:3:\"en:\";'),('am','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('am','messages:site-atom-feed','s:20:\"am:$1 አቶም Feed\";'),('am','messages:site-rss-feed','s:54:\"am:$1 የድህረ ገፁ አጫጭር ምገባዎች\";'),('am','messages:sitecsspreview','s:107:\"am:\'\'\'ማስታወሻ፦ CSSዎን ለሙከራ ብቻ እያዩ ነው፤ ገና አልተቆጠበም!\'\'\'\";'),('am','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('am','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('am','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('am','messages:sitejspreview','s:114:\"am:\'\'\'ማስታወሻ፦ JavaScriptዎን ለሙከራ ብቻ እያዩ ነው፤ ገና አልተቆጠበም!\'\'\'\";'),('am','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('am','messages:sitenotice','s:4:\"en:-\";'),('am','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('am','messages:sitesubtitle','s:3:\"en:\";'),('am','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('am','messages:siteuser','s:31:\"am:{{SITENAME}} ተጠቃሚ $1\";'),('am','messages:siteusers','s:39:\"am:{{SITENAME}} ተጠቃሚ(ዎች) $1\";'),('am','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('am','messages:size-exabytes','s:8:\"en:$1 EB\";'),('am','messages:size-exapixel','s:8:\"en:$1 EP\";'),('am','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('am','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('am','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('am','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('am','messages:size-megabytes','s:8:\"en:$1 MB\";'),('am','messages:size-megapixel','s:8:\"en:$1 MP\";'),('am','messages:size-petabytes','s:8:\"en:$1 PB\";'),('am','messages:size-petapixel','s:8:\"en:$1 PP\";'),('am','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('am','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('am','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('am','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('am','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('am','messages:size-terabytes','s:8:\"en:$1 TB\";'),('am','messages:size-terapixel','s:8:\"en:$1 TP\";'),('am','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('am','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('am','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('am','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('am','messages:skin-action-addsection','s:22:\"am:ርዕስ ጨምር\";'),('am','messages:skin-action-delete','s:12:\"am:አጥፋ\";'),('am','messages:skin-action-move','s:18:\"am:ለማዛወር\";'),('am','messages:skin-action-protect','s:12:\"am:ጠብቅ\";'),('am','messages:skin-action-undelete','s:15:\"am:አታጥፋ\";'),('am','messages:skin-action-unprotect','s:21:\"am:አለመቆለፍ\";'),('am','messages:skin-action-viewdeleted','s:16:\"am:$1 ይታይ?\";'),('am','messages:skin-action-viewsource','s:14:\"en:View source\";'),('am','messages:skin-preview','s:22:\"am:ቅድመ-ዕይታ\";'),('am','messages:skin-view-create','s:18:\"am:ለመፍጠር\";'),('am','messages:skin-view-create-local','s:24:\"en:Add local description\";'),('am','messages:skin-view-edit','s:12:\"am:አርም\";'),('am','messages:skin-view-edit-local','s:25:\"en:Edit local description\";'),('am','messages:skin-view-foreign','s:13:\"en:View on $1\";'),('am','messages:skin-view-history','s:25:\"am:ታሪኩን አሳይ\";'),('am','messages:skin-view-view','s:18:\"am:ለማንበብ\";'),('am','messages:skinname-minerva','s:10:\"en:Minerva\";'),('am','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('am','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('am','messages:slot-name-main','s:7:\"en:Main\";'),('am','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('am','messages:sorbs','s:8:\"en:DNSBL\";'),('am','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('am','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('am','messages:sort-ascending','s:17:\"en:Sort ascending\";'),('am','messages:sort-descending','s:18:\"en:Sort descending\";'),('am','messages:sort-initial','s:15:\"en:Sort initial\";'),('am','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('am','messages:sourcefilename','s:38:\"am:የቆየው የፋይሉ ስም፦\";'),('am','messages:sourceurl','s:14:\"en:Source URL:\";'),('am','messages:sp-contributions-blocked-notice','s:144:\"am:ይህ ተጠቃሚ $1 አሁን የታገደ ነው። \nከዚህ ታች የማገጃ መዝገብ መጨረሻ ድርጊት ይታያል።\";'),('am','messages:sp-contributions-blocked-notice-anon','s:141:\"am:ይህ IP ቁጥር አሁን የታገደ ነው። \nከዚህ ታች የማገጃ መዝገብ መጨረሻ ድርጊት ይታያል።\";'),('am','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('am','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('am','messages:sp-contributions-blocklog','s:28:\"am:የማገጃ መዝገብ\";'),('am','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('am','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('am','messages:sp-contributions-deleted','s:50:\"am:የአባሉ የጠፉት አስተዋጽኦች\";'),('am','messages:sp-contributions-explain','s:3:\"en:\";'),('am','messages:sp-contributions-footer','s:4:\"en:-\";'),('am','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('am','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('am','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('am','messages:sp-contributions-logs','s:18:\"am:መዝገቦች\";'),('am','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('am','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('am','messages:sp-contributions-search','s:56:\"am:የሰውን አስተዋጽኦች ለመፈለግ፦\";'),('am','messages:sp-contributions-submit','s:12:\"am:ፍለጋ\";'),('am','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('am','messages:sp-contributions-talk','s:15:\"am:ውይይት\";'),('am','messages:sp-contributions-toponly','s:83:\"am:መጨረሻ ዕትም (ላይና) የሆኑት ለውጦች ብቻ ይታዩ።\";'),('am','messages:sp-contributions-uploads','s:28:\"am:የተላኩ ፋይሎች\";'),('am','messages:sp-contributions-username','s:53:\"am:ብዕር ስም ወይም የቁ. አድራሻ፦\";'),('am','messages:sp-contributions-userrights','s:50:\"am:የአባል መብቶች ለማስተዳደር\";'),('am','messages:sp-deletedcontributions-contribs','s:24:\"am:አስተዋጽኦች\";'),('am','messages:sp-newimages-showfrom','s:57:\"am:ከ$2፣ $1 እ.ኤ.አ. ጀምሮ አዲስ ይታዩ\";'),('am','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('am','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('am','messages:spam_reverting','s:96:\"am:ወደ $1 የሚወስድ መያያዣ ወደሌለበት መጨረሻ ዕትም መለሰው\";'),('am','messages:spambot_username','s:38:\"am:MediaWiki የስፓም ማፅዳት\";'),('am','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('am','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('am','messages:spamprotectiontitle','s:44:\"am:የስፓም መከላከል ማጣሪያ\";'),('am','messages:special-characters-group-arabic','s:9:\"en:Arabic\";'),('am','messages:special-characters-group-arabicextended','s:18:\"en:Arabic extended\";'),('am','messages:special-characters-group-bangla','s:9:\"en:Bangla\";'),('am','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('am','messages:special-characters-group-cyrillic','s:11:\"en:Cyrillic\";'),('am','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('am','messages:special-characters-group-greek','s:8:\"en:Greek\";'),('am','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('am','messages:special-characters-group-gujarati','s:11:\"en:Gujarati\";'),('am','messages:special-characters-group-hebrew','s:9:\"en:Hebrew\";'),('am','messages:special-characters-group-ipa','s:6:\"en:IPA\";'),('am','messages:special-characters-group-khmer','s:8:\"en:Khmer\";'),('am','messages:special-characters-group-lao','s:6:\"en:Lao\";'),('am','messages:special-characters-group-latin','s:8:\"en:Latin\";'),('am','messages:special-characters-group-latinextended','s:17:\"en:Latin extended\";'),('am','messages:special-characters-group-persian','s:10:\"en:Persian\";'),('am','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('am','messages:special-characters-group-sinhala','s:10:\"en:Sinhala\";'),('am','messages:special-characters-group-symbols','s:10:\"en:Symbols\";'),('am','messages:special-characters-group-tamil','s:8:\"en:Tamil\";'),('am','messages:special-characters-group-telugu','s:9:\"en:Telugu\";'),('am','messages:special-characters-group-thai','s:7:\"en:Thai\";'),('am','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('am','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('am','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('am','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('am','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('am','messages:specialeditpage-page','s:14:\"en:Target page\";'),('am','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('am','messages:speciallogtitlelabel','s:21:\"am:አርዕስት፡\";'),('am','messages:specialloguserlabel','s:22:\"am:ብዕር ስም፡\";'),('am','messages:specialmute','s:7:\"en:Mute\";'),('am','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('am','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('am','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('am','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('am','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('am','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('am','messages:specialmute-submit','s:10:\"en:Confirm\";'),('am','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('am','messages:specialpage','s:16:\"am:ልዩ ገጽ\";'),('am','messages:specialpage-empty','s:35:\"am:(ይህ ገጽ ባዶ ነው።)\";'),('am','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('am','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('am','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('am','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('am','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('am','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('am','messages:specialpages','s:19:\"am:ልዩ ገጾች\";'),('am','messages:specialpages-group-changes','s:47:\"am:የቅርቡ ለውጦችና መዝገቦች\";'),('am','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('am','messages:specialpages-group-highuse','s:48:\"am:ከፍተኛ ጥቅም ያላቸው ገጾች\";'),('am','messages:specialpages-group-login','s:15:\"am:መግቢያ\";'),('am','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('am','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('am','messages:specialpages-group-other','s:29:\"am:ሌሎች ልዩ ገጾች\";'),('am','messages:specialpages-group-pages','s:31:\"am:የገጾች ዝርዝሮች\";'),('am','messages:specialpages-group-pagetools','s:31:\"am:የገጽ መሣሪያዎች\";'),('am','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('am','messages:specialpages-group-spam','s:38:\"am:የ«ስፓም» ማሳርያዎች\";'),('am','messages:specialpages-group-users','s:31:\"am:አባሎችና መብቶች\";'),('am','messages:specialpages-group-wiki','s:44:\"am:የዊኪ መረጃና መሣርያዎች\";'),('am','messages:specialpages-note-cached','s:4:\"en:-\";'),('am','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('am','messages:specialpages-note-top','s:9:\"en:Legend\";'),('am','messages:specialpages-summary','s:3:\"en:\";'),('am','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('am','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('am','messages:specialpurge-page','s:14:\"en:Target page\";'),('am','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('am','messages:statistics','s:55:\"am:የዚሁ ሥራ እቅድ ዝርዝር ቁጥሮች\";'),('am','messages:statistics-articles','s:44:\"am:መያያዣ ያላቸው መጣጥፎች\";'),('am','messages:statistics-articles-desc','s:3:\"en:\";'),('am','messages:statistics-edits','s:76:\"am:{{SITENAME}} ከተጀመረ አንሥቶ የተደረጉት ለውጦች\";'),('am','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('am','messages:statistics-files','s:31:\"am:የተላኩት ፋይሎች\";'),('am','messages:statistics-files-desc','s:3:\"en:\";'),('am','messages:statistics-footer','s:3:\"en:\";'),('am','messages:statistics-header-edits','s:41:\"am:የለውጥ ዝርዝር ቁጥሮች\";'),('am','messages:statistics-header-hooks','s:19:\"en:Other statistics\";'),('am','messages:statistics-header-pages','s:38:\"am:የገጽ ዝርዝር ቁጥሮች\";'),('am','messages:statistics-header-users','s:41:\"am:ያባላት ዝርዝር ቁጥሮች\";'),('am','messages:statistics-pages','s:22:\"am:ገጾች በሙሉ\";'),('am','messages:statistics-pages-desc','s:107:\"am:በዊኪ ላይ ያሉት ገጾች ሁሉ - ከነውይይት፣ መምሪያ መንገድ ወዘተ.\";'),('am','messages:statistics-summary','s:3:\"en:\";'),('am','messages:statistics-users','s:47:\"am:አባልነት የገቡ ተጠቃሚዎች\";'),('am','messages:statistics-users-active','s:37:\"am:ተግባራዊ ተጠቃሚዎች\";'),('am','messages:statistics-users-active-desc','s:110:\"am:ባለፈው {{PLURAL:$1|ቀን|$1 ቀን}} ማንኛውንም ድርጊት የሠሩት ተጠቃሚዎች\";'),('am','messages:storedversion','s:31:\"am:የተቆጠበው እትም\";'),('am','messages:subcategories','s:25:\"am:ንዑስ-ምድቦች\";'),('am','messages:subject','s:23:\"am:ጥቅል ርዕስ:\";'),('am','messages:summary','s:19:\"am:ማጠቃለያ:\";'),('am','messages:summary-preview','s:42:\"am:የማጠቃለያ ቅድመ እይታ:\";'),('am','messages:sun','s:9:\"am:እሑ\";'),('am','messages:sunday','s:12:\"am:እሑድ\";'),('am','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('am','messages:suppress','s:11:\"en:Suppress\";'),('am','messages:suppressionlog','s:34:\"am:የመከልከል መዝገብ\";'),('am','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('am','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('am','messages:svg-long-desc','s:79:\"am:የSVG ፋይል፡ በተግባር $1 × $2 ፒክስል፤ መጠን፦ $3\";'),('am','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('am','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('am','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('am','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('am','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('am','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('am','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('am','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('am','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('am','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('am','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('am','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('am','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('am','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('am','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('am','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('am','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('am','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('am','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('am','messages:table_pager_empty','s:32:\"am:ምንም ውጤት የለም\";'),('am','messages:table_pager_first','s:28:\"am:መጀመርያው ገጽ\";'),('am','messages:table_pager_last','s:25:\"am:መጨረሻው ገጽ\";'),('am','messages:table_pager_limit','s:34:\"am:በየገጹ $1 መስመሮች\";'),('am','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('am','messages:table_pager_limit_submit','s:12:\"am:ይታዩ\";'),('am','messages:table_pager_next','s:19:\"am:ቀጥሎ ገጽ\";'),('am','messages:table_pager_prev','s:22:\"am:ፊተኛው ገጽ\";'),('am','messages:tag-filter','s:31:\"en:[[Special:Tags|Tag]] filter:\";'),('am','messages:tag-filter-submit','s:15:\"am:ማጣሪያ\";'),('am','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('am','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('am','messages:tag-mobile_edit','s:14:\"en:Mobile edit\";'),('am','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('am','messages:tag-mobile_web_edit','s:18:\"en:Mobile web edit\";'),('am','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('am','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('am','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('am','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('am','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('am','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('am','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('am','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('am','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('am','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('am','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('am','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('am','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('am','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('am','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('am','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('am','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('am','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('am','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('am','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('am','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('am','messages:tag-mw-undo','s:7:\"en:Undo\";'),('am','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('am','messages:tagline','s:18:\"am:ከ{{SITENAME}}\";'),('am','messages:tags','s:20:\"en:Valid change tags\";'),('am','messages:tags-actions-header','s:10:\"en:Actions\";'),('am','messages:tags-activate','s:11:\"en:activate\";'),('am','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('am','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('am','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('am','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('am','messages:tags-activate-submit','s:11:\"en:Activate\";'),('am','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('am','messages:tags-active-header','s:10:\"en:Active?\";'),('am','messages:tags-active-no','s:5:\"en:No\";'),('am','messages:tags-active-yes','s:6:\"en:Yes\";'),('am','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('am','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('am','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('am','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('am','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('am','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('am','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('am','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('am','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('am','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('am','messages:tags-create-reason','s:10:\"en:Reason:\";'),('am','messages:tags-create-submit','s:9:\"en:Create\";'),('am','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('am','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('am','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('am','messages:tags-deactivate','s:13:\"en:deactivate\";'),('am','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('am','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('am','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('am','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('am','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('am','messages:tags-delete','s:9:\"en:delete\";'),('am','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('am','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('am','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('am','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('am','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('am','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('am','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('am','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('am','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('am','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('am','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('am','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('am','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('am','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('am','messages:tags-edit','s:12:\"am:አርም\";'),('am','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('am','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('am','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('am','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('am','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('am','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('am','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('am','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('am','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('am','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('am','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('am','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('am','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('am','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('am','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('am','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('am','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('am','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('am','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('am','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('am','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('am','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('am','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('am','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('am','messages:tags-hidden','s:11:\"en:(hidden)\";'),('am','messages:tags-hitcount','s:42:\"am:$1 {{PLURAL:$1|ለውጥ|ለውጦች}}\";'),('am','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('am','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('am','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('am','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('am','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('am','messages:tags-source-header','s:9:\"en:Source\";'),('am','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('am','messages:tags-source-none','s:19:\"en:No longer in use\";'),('am','messages:tags-summary','s:3:\"en:\";'),('am','messages:tags-tag','s:11:\"en:Tag name\";'),('am','messages:tags-title','s:7:\"en:Tags\";'),('am','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('am','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('am','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('am','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('am','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('am','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('am','messages:talk','s:15:\"am:ውይይት\";'),('am','messages:talkpageheader','s:4:\"en:-\";'),('am','messages:talkpagelinktext','s:15:\"am:ውይይት\";'),('am','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('am','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('am','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('am','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('am','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('am','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('am','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('am','messages:template-protected','s:20:\"am:(የተቆለፈ)\";'),('am','messages:template-semiprotected','s:33:\"am:(በከፊል የተቆለፈ)\";'),('am','messages:templatepage','s:47:\"am:የመለጠፊያውን ገጽ ለማየት\";'),('am','messages:templatesused','s:67:\"am:{{PLURAL:$1|ምሳሌዎች|ምሳሌዎች}} used on this page:\";'),('am','messages:templatesusedpreview','s:74:\"am:ለዚህ ገፅ የሚሆኑ {{PLURAL:$1|ምሳሌ|ምሳሌዎች}} :\";'),('am','messages:templatesusedsection','s:66:\"am:በዚሁ ክፍል የተጠቀሙት መለጠፊያዎች፦\";'),('am','messages:textmatches','s:50:\"am:ጽሕፈት የሚስማማባቸው ገጾች\";'),('am','messages:thisisdeleted','s:55:\"am:($1ን ለመመልከት ወይም ለመመለስ)\";'),('am','messages:throttled-mailpassword','s:235:\"am:የመግቢያ ቃል ማስታወሻ ገና አሁን ባለፉት $1 ሰዓቶች ተልኳል። ተንኮልን ለመከልከል፣ በየ$1 ሰዓቶቹ አንድ የመግቢያ ቃል ማስታወሻ ብቻ ይላካል።\";'),('am','messages:thu','s:9:\"am:ሐሙ\";'),('am','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('am','messages:thumbnail-more','s:12:\"am:አጎላ\";'),('am','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('am','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('am','messages:thumbnail_error','s:57:\"am:ናሙና በመፍጠር ችግር አጋጠመ፦ $1\";'),('am','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('am','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('am','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('am','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('am','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('am','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('am','messages:thumbnail_invalid_params','s:54:\"am:ትክክለኛ ያልሆነ የናሙና ግቤት\";'),('am','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('am','messages:thumbsize','s:28:\"am:የናሙና መጠን፦\";'),('am','messages:thursday','s:12:\"am:ሐሙስ\";'),('am','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('am','messages:timeouterror','s:19:\"en:Server timed out\";'),('am','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('am','messages:timezone-local','s:8:\"en:Local\";'),('am','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('am','messages:timezone-utc','s:6:\"en:UTC\";'),('am','messages:timezonelegend','s:25:\"am:የሰዓት ክልል\";'),('am','messages:timezoneregion-africa','s:15:\"am:አፍሪካ\";'),('am','messages:timezoneregion-america','s:16:\"am: አሜሪካ\";'),('am','messages:timezoneregion-antarctica','s:25:\"am: አንታርክቲካ\";'),('am','messages:timezoneregion-arctic','s:19:\"am: አርክቲክ\";'),('am','messages:timezoneregion-asia','s:13:\"am: እስያ\";'),('am','messages:timezoneregion-atlantic','s:38:\"am: አትላንቲክ ውቅያኖስ\";'),('am','messages:timezoneregion-australia','s:25:\"am: አውስትራሊያ\";'),('am','messages:timezoneregion-europe','s:15:\"am:አውሮፓ\";'),('am','messages:timezoneregion-indian','s:28:\"am:ህንድ ውቅያኖስ\";'),('am','messages:timezoneregion-pacific','s:32:\"am: ፓሲፊክ ውቅያኖስ\";'),('am','messages:timezoneuseoffset','s:41:\"am:ሌላ (ኦፍ ሴት ለመወሰን)\";'),('am','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('am','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('am','messages:title-invalid-characters','s:62:\"en:The requested page title contains invalid characters: \"$1\".\";'),('am','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('am','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('am','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('am','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('am','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('am','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('am','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('am','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('am','messages:titlematches','s:37:\"am:የሚስማሙ አርዕስቶች\";'),('am','messages:titleprotected','s:138:\"am:ይህ አርዕስት እንዳይፈጠር በ[[User:$1|$1]] ተጠብቋል። የተሰጠው ምክንያት <em>$2</em> ነው።\";'),('am','messages:titleprotectedwarning','s:131:\"am:\'\'\'ማስጠንቀቂያ፦ ይህ ገጽ አንዳንድ ተጠቃሚ ብቻ ሊፈጠር እንዲችል ተቆልፏል።\'\'\'\";'),('am','messages:tmp-create-error','s:63:\"am:ጊዜያዊ ፋይልን መፍጠር አልተቻለም።\";'),('am','messages:tmp-write-error','s:67:\"am:ጊዜያዊ ፋይልን በመጻፍ ስኅተት ደረሰ።\";'),('am','messages:toc','s:12:\"am:ማውጫ\";'),('am','messages:today-at','s:5:\"en:$1\";'),('am','messages:tog-ccmeonemails','s:82:\"am:ወደ ሌላ ተጠቃሚ የምልከው ኢሜል ቅጂ ለኔም ይላክ\";'),('am','messages:tog-diffonly','s:58:\"am:ከለውጦቹ ስር የገጽ ይዞታ አታሳይ\";'),('am','messages:tog-editondblclick','s:87:\"am:ሁለቴ መጫን ገጹን ማረም ያስችል (JavaScript ያስፈልጋል)\";'),('am','messages:tog-editsectiononrightclick','s:110:\"am:የክፍል አርዕስት ላይ በቀኝ በመጫን ክፍል ማረምን አስችል (JavaScript)\";'),('am','messages:tog-enotifminoredits','s:80:\"am:ለአነስተኛ የገጽ እርማቶችም ኢ-ሜይል ይላክልኝ\";'),('am','messages:tog-enotifrevealaddr','s:98:\"am:ኤመልዕክት አድራሻዬን በማሳወቂያ መልዕክቶች ውስጥ አሳይ\";'),('am','messages:tog-enotifusertalkpages','s:81:\"am:የተጠቃሚ መወያያ ገጼ ሲቀየር ኢ-ሜይል ይላክልኝ\";'),('am','messages:tog-enotifwatchlistpages','s:94:\"am:የምከታተለው ገጽ ወይም ፋይል ሲቀየር ኢ-ሜይል ይላክልኝ\";'),('am','messages:tog-extendwatchlist','s:95:\"am:የሚደረጉ ለውጦችን ለማሳየት መቆጣጠሪያ-ዝርዝርን ዘርጋ\";'),('am','messages:tog-fancysig','s:53:\"am:ጥሬ ፊርማ (ያለራስገዝ ማያያዣ)\";'),('am','messages:tog-forceeditsummary','s:67:\"am:ማጠቃለያው ባዶ ከሆነ ማስታወሻ ይስጠኝ\";'),('am','messages:tog-hidecategorization','s:45:\"am:የገጽ ዓይነት ስያሜ ደብቅ\";'),('am','messages:tog-hideminor','s:83:\"am:በቅርብ ጊዜ የተደረጉ አነስተኛ እርማቶችን ደብቅ\";'),('am','messages:tog-hidepatrolled','s:106:\"am:ተደጋጋሚ እርማቶችን ከቅርብ ጌዜ እርማቶች ዝርዝር ውስጥ ደብቅ\";'),('am','messages:tog-minordefault','s:73:\"am:ሁሉም እርማቶች በቀዳሚነት አነስተኛ ይባሉ\";'),('am','messages:tog-newpageshidepatrolled','s:103:\"am:በተደጋጋሚ የታዩ ገፆችን ከአዲስ ገፆች ዝርዝር ውስጥ ደብቅ።\";'),('am','messages:tog-norollbackdiff','s:73:\"am:ROLLBACK ከማድረግ በኋላ ልዩነቱ ማሳየት ይቅር\";'),('am','messages:tog-oldsig','s:48:\"am:የቀድሞው ፊርማ ቅደመ እይታ\";'),('am','messages:tog-prefershttps','s:49:\"en:Always use a secure connection while logged in\";'),('am','messages:tog-previewonfirst','s:64:\"am:በመጀመሪያ እርማት ቅድመ-ዕይታ ይታይ\";'),('am','messages:tog-previewontop','s:71:\"am:ከማረሚያው ሳጥን በፊት ቅድመ-ዕይታ አሳይ\";'),('am','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('am','messages:tog-showhiddencats','s:41:\"am:የተደበቁ መደቦች ይታዩ\";'),('am','messages:tog-shownumberswatching','s:63:\"am:የሚከታተሉ ተጠቃሚዎችን ቁጥር አሳይ\";'),('am','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('am','messages:tog-underline','s:38:\"am:በመያያዣ ስር አስምር\";'),('am','messages:tog-useeditwarning','s:99:\"am:እርማቶችን ሳልቆጥብ የእርማት ገጽ ልዘጋ ስል አስጠንቅቀኝ\";'),('am','messages:tog-uselivepreview','s:95:\"am:ቀጥታ ቅድመ-ዕይታን ይጠቀሙ (JavaScript ያስፈልጋል) (የሙከራ)\";'),('am','messages:tog-usenewrc','s:96:\"am:የተሻሻሉ የቅርብ ጊዜ ለውጦች ተጠቀም (JavaScript ያስፈልጋል)\";'),('am','messages:tog-watchcreations','s:153:\"am:እኔ የምፈጥራቸውን ገጾችና የምልካቸውን ፋይሎች ወደምከታተላቸው ገጾች ዝርዝር ውስጥ ጨምር\";'),('am','messages:tog-watchdefault','s:125:\"am:ያረምኳቸውን ገጾች እና ፋይሎች ወደምከታተላቸው ገጾች ዝርዝር ውስጥ ጨምር\";'),('am','messages:tog-watchdeletion','s:124:\"am:የሰረዝኳቸውን ገጾችና ፋይሎች ወደምከታተላቸው ገጾች ዝርዝር ውስጥ ጨምር\";'),('am','messages:tog-watchlisthideanons','s:91:\"am:የቁ. አድራሻ ለውጦች ከምከታተል ገጾች ዝርዝር ይደበቁ\";'),('am','messages:tog-watchlisthidebots','s:85:\"am:የቦት (መሣርያ) ለውጦች ከሚከታተሉት ገጾች ይደበቁ\";'),('am','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('am','messages:tog-watchlisthideliu','s:83:\"am:ያባላት ለውጦች ከምከታተል ገጾች ዝርዝር ይደበቁ\";'),('am','messages:tog-watchlisthideminor','s:73:\"am:ጥቃቅን ለውጦች ከሚከታተሉት ገጾች ይደበቁ\";'),('am','messages:tog-watchlisthideown','s:73:\"am:የራስዎ ለውጦች ከሚከታተሉት ገጾች ይደበቁ\";'),('am','messages:tog-watchlisthidepatrolled','s:42:\"en:Hide patrolled edits from the watchlist\";'),('am','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('am','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('am','messages:tog-watchmoves','s:124:\"am:ያዛወርኳቸውን ገጾችና ፋይሎች ወደምከታተላቸው ገጾች ዝርዝር ውስጥ ጨምር\";'),('am','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('am','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('am','messages:tool-link-contributions','s:37:\"am:የአባል አስተዋጽኦች\";'),('am','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('am','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('am','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('am','messages:toolbox','s:21:\"am:መሣሪያዎች\";'),('am','messages:tooltip-ca-addsection','s:77:\"am:ለዚሁ የውይይት ገጽ አዲስ አርዕስት ለመጨምር\";'),('am','messages:tooltip-ca-delete','s:38:\"am:ይህንን ገጽ ለማጥፋት\";'),('am','messages:tooltip-ca-edit','s:35:\"am:ይህን ገጽ ለመቀየር\";'),('am','messages:tooltip-ca-history','s:61:\"am:ለዚሁ ገጽ ያለፉትን እትሞች ለማየት\";'),('am','messages:tooltip-ca-move','s:62:\"am:ይህ ገጽ ወደ ሌላ አርእስት ለማዋወር\";'),('am','messages:tooltip-ca-nstab-category','s:38:\"am:የመደቡን ገጽ ለማየት\";'),('am','messages:tooltip-ca-nstab-help','s:38:\"am:የእርዳታ ገጽ ለማየት\";'),('am','messages:tooltip-ca-nstab-image','s:38:\"am:የፋይሉን ገጽ ለማየት\";'),('am','messages:tooltip-ca-nstab-main','s:31:\"am:መጣጥፉን ለማየት\";'),('am','messages:tooltip-ca-nstab-media','s:38:\"am:የፋይሉን ገጽ ለማየት\";'),('am','messages:tooltip-ca-nstab-mediawiki','s:34:\"am:መልእክቱን ለማየት\";'),('am','messages:tooltip-ca-nstab-project','s:38:\"am:ግብራዊ ገጹን ለማየት\";'),('am','messages:tooltip-ca-nstab-special','s:64:\"am:ይህ ገጽ ልዩ ነው - ሊቀይሩት አይችሉም\";'),('am','messages:tooltip-ca-nstab-template','s:53:\"am:የመለጠፊያውን ገጽ ለመመልከት\";'),('am','messages:tooltip-ca-nstab-user','s:48:\"am:የአባል መኖሪያ ገጽ ለማየት\";'),('am','messages:tooltip-ca-protect','s:38:\"am:ይህንን ገጽ ለመቆለፍ\";'),('am','messages:tooltip-ca-talk','s:35:\"am:ስለ ገጹ ለመወያየት\";'),('am','messages:tooltip-ca-undelete','s:90:\"am:በዚህ ገጽ ላይ ሳይጠፋ የተደረጉትን ዕትሞች ለመመልስ\";'),('am','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('am','messages:tooltip-ca-unwatch','s:86:\"am:ይህንን ገጽ ከተከታተሉት ገጾች ዝርዝር ለማስወግድ\";'),('am','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('am','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('am','messages:tooltip-ca-view','s:3:\"en:\";'),('am','messages:tooltip-ca-viewsource','s:86:\"am:ይህ ገጽ ተቆልፏል ~ ጥሬ ምንጩን መመልከት ይችላሉ...\";'),('am','messages:tooltip-ca-watch','s:87:\"am:ይህንን ገጽ ወደ ተከታተሉት ገጾች ዝርዝር ለመጨምር\";'),('am','messages:tooltip-compareselectedversions','s:92:\"am:ካመለከቱት ዕትሞች መካከል ያለውን ልዩነት ለማነጻጸር\";'),('am','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('am','messages:tooltip-diff','s:99:\"am:እርስዎ የሚያደርጉት ለውጦች ከአሁኑ ዕትም ጋር ለማነጻጸር\";'),('am','messages:tooltip-feed-atom','s:40:\"am:የAtom ማጉረስ ለዚሁ ገጽ\";'),('am','messages:tooltip-feed-rss','s:39:\"am:የRSS ማጉረስ ለዚሁ ገጽ\";'),('am','messages:tooltip-invert','s:114:\"en:Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)\";'),('am','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('am','messages:tooltip-minoredit','s:60:\"am:እንደ ጥቃቅን ለውጥ (ጥ) ለማመልከት\";'),('am','messages:tooltip-n-currentevents','s:70:\"am:ስለ ወቅታዊ ጉዳዮች / ዜና መረጃ ለማግኘት\";'),('am','messages:tooltip-n-help','s:31:\"am:ረድኤት ለማግኘት\";'),('am','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('am','messages:tooltip-n-mainpage','s:39:\"am:ወደ ዋናው ገጽ ለመሔድ\";'),('am','messages:tooltip-n-mainpage-description','s:38:\"am:ዋናውን ገጽ ተመልከት\";'),('am','messages:tooltip-n-portal','s:63:\"am:ስለ መርሃገብሩ አጠቃቀም አለመረዳት\";'),('am','messages:tooltip-n-randompage','s:58:\"am:ወደ ማንኛውም ገጽ በነሲብ ለመሔድ\";'),('am','messages:tooltip-n-recentchanges','s:68:\"am:በዚሁ ዊኪ ላይ በቅርቡ የተደረጉ ለውጦች\";'),('am','messages:tooltip-namespace_association','s:102:\"en:Check this box to also include the talk or subject namespace associated with the selected namespace\";'),('am','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('am','messages:tooltip-p-lang','s:3:\"en:\";'),('am','messages:tooltip-p-logo','s:39:\"am:ወደ ዋናው ገጽ ለመሔድ\";'),('am','messages:tooltip-p-namespaces','s:3:\"en:\";'),('am','messages:tooltip-p-navigation','s:3:\"en:\";'),('am','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('am','messages:tooltip-p-tb','s:3:\"en:\";'),('am','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('am','messages:tooltip-p-user-page','s:3:\"en:\";'),('am','messages:tooltip-p-variants','s:3:\"en:\";'),('am','messages:tooltip-p-views','s:3:\"en:\";'),('am','messages:tooltip-preferences-save','s:28:\"am:ምርጫ አስቀምጥ\";'),('am','messages:tooltip-preview','s:79:\"am:ለውጦችዎ ሳይያቀርቡዋቸው እስቲ ይመለከቷቸው!\";'),('am','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('am','messages:tooltip-pt-anontalk','s:49:\"am:ለቁ. አድራሻዎ የውይይት ገጽ\";'),('am','messages:tooltip-pt-anonuserpage','s:49:\"am:ለቁ. አድራሻዎ የመኖርያ ገጽ\";'),('am','messages:tooltip-pt-createaccount','s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";'),('am','messages:tooltip-pt-login','s:93:\"am:በብዕር ስም መግባትዎ ጠቃሚ ቢሆንም አስፈላጊ አይደለም\";'),('am','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('am','messages:tooltip-pt-logout','s:41:\"am:ከብዕር ስምዎ ለመውጣት\";'),('am','messages:tooltip-pt-mycontris','s:69:\"am:የተሳተፍክባቸው/ሽባቸው ቦታዎች ዝርዝር\";'),('am','messages:tooltip-pt-mytalk','s:32:\"am:የመወያያ ገፅህ/ሽ\";'),('am','messages:tooltip-pt-preferences','s:47:\"am:የድረግጹን መልክ ለመምረጥ\";'),('am','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('am','messages:tooltip-pt-userpage','s:32:\"am:መደነኛው ገጽህ/ሽ\";'),('am','messages:tooltip-pt-watchlist','s:70:\"am:እርስዎ ስለ ለውጦች የሚከታተሏቸው ገጾች\";'),('am','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('am','messages:tooltip-recreate','s:61:\"am:ገጹ የጠፋ ሆኖም እንደገና ለመፍጠር\";'),('am','messages:tooltip-rollback','s:97:\"am:ROLLBACK የመጨረሻውን አዛጋጅ ለውጦች በፍጥነት ይገልበጣል።\";'),('am','messages:tooltip-save','s:64:\"am:የለወጡትን ዕትም ወደ {{SITENAME}} ለመላክ\";'),('am','messages:tooltip-search','s:35:\"am:{{SITENAME}} ውስጥ ፈልግ\";'),('am','messages:tooltip-search-fulltext','s:70:\"am:ይህ ሐረግ የሚገኝባቸውን ገጾች ለመፈልግ\";'),('am','messages:tooltip-search-go','s:77:\"am:ከተገኘ ይህንኑ አርዕስት ወዳለው ገጽ ለመሄድ\";'),('am','messages:tooltip-summary','s:38:\"am:አጭር ማጠቃለያ ይፃፉ\";'),('am','messages:tooltip-t-contributions','s:61:\"am:የዚሁ አባል ለውጦች ሁሉ ለመመልከት\";'),('am','messages:tooltip-t-emailuser','s:49:\"am:ወደዚሁ አባል ኢ-ሜል ለመላክ\";'),('am','messages:tooltip-t-info','s:29:\"am:በዚህ ገጽ መረጃ\";'),('am','messages:tooltip-t-permalink','s:42:\"am:ለዚሁ ዕትም ቋሚ መያያዣ\";'),('am','messages:tooltip-t-print','s:51:\"am:ይህ ገጽ ለህትመት እንዲስማማ\";'),('am','messages:tooltip-t-recentchangeslinked','s:85:\"am:ከዚሁ ገጽ በተያያዙ ገጾች ላይ የቅርብ ግዜ ለውጦች\";'),('am','messages:tooltip-t-specialpages','s:45:\"am:የልዩ ገጾች ዝርዝር በሙሉ\";'),('am','messages:tooltip-t-upload','s:68:\"am:ፋይል ወይም ሥዕልን ወደ {{SITENAME}} ለመላክ\";'),('am','messages:tooltip-t-whatlinkshere','s:74:\"am:ወደዚሁ ገጽ የሚያያዙት ገጾች ዝርዝር በሙሉ\";'),('am','messages:tooltip-undo','s:198:\"am:\"መልስ\" ይህን ቅድመ እይታ ወደ ቀድሞው የእርማት ቦታው መልስ። ማጠቃለያው ላይ ምክንያታችንን ለማስገባት ይፈቅድልናል።\";'),('am','messages:tooltip-upload','s:28:\"am:ለመጀመር ይጫኑ\";'),('am','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('am','messages:tooltip-watch','s:86:\"am:ይህንን ገጽ ወደተከታተሉት ገጾች ዝርዝር ለመጨምር\";'),('am','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('am','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('am','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('am','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('am','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('am','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('am','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('am','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('am','messages:trackingcategories-name','s:15:\"en:Message name\";'),('am','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('am','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('am','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('am','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('am','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('am','messages:tue','s:9:\"am:ማክ\";'),('am','messages:tuesday','s:15:\"am:ማክሰኞ\";'),('am','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('am','messages:uctop','s:12:\"am:ላይኛ\";'),('am','messages:unblock','s:44:\"am:ከተጠቃሚ ማገጃ ለማንሣት\";'),('am','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('am','messages:unblock-summary','s:3:\"en:\";'),('am','messages:unblocked','s:40:\"am:ማገጃ ከ[[User:$1|$1]] ተነሣ\";'),('am','messages:unblocked-id','s:25:\"am:ማገጃ $1 ተነሣ\";'),('am','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('am','messages:unblocked-range','s:28:\"am:ማገጃ ከ$1 ተነሣ\";'),('am','messages:unblockip','s:44:\"am:ከተጠቃሚ ማገጃ ለማንሣት\";'),('am','messages:unblockiptext','s:102:\"am:በዚህ ማመልከቻ ከታገደ ተጠቃሚ ማገጃውን ለማንሣት ይቻላል።\";'),('am','messages:unblocklink','s:28:\"am:ማገጃ ለማንሣት\";'),('am','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('am','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('am','messages:uncategorizedcategories','s:59:\"am:ያልተመደቡ መደቦች (ንዑስ ያልሆኑ)\";'),('am','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('am','messages:uncategorizedimages','s:34:\"am:ያልተመደቡ ፋይሎች\";'),('am','messages:uncategorizedimages-summary','s:3:\"en:\";'),('am','messages:uncategorizedpages','s:41:\"am:ገና ያልተመደቡ ጽሑፎች\";'),('am','messages:uncategorizedpages-summary','s:3:\"en:\";'),('am','messages:uncategorizedtemplates','s:43:\"am:ያልተመደቡ መለጠፊያዎች\";'),('am','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('am','messages:undelete','s:41:\"am:የተደለዘ ገጽ ለመመለስ\";'),('am','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('am','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('am','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('am','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('am','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('am','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('am','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('am','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('am','messages:undelete-fieldset-title','s:47:\"am:የጠፉትን እትሞች ለመመልስ\";'),('am','messages:undelete-filename-mismatch','s:125:\"am:በጊዜ ማህተም $1 ያለው እትም መመልስ አልተቻለም፤ የፋይል ስም አለመስማማት\";'),('am','messages:undelete-header','s:138:\"am:በቅርብ ግዜ የተደለዙትን ገጾች ለማመልከት [[Special:Log/delete|የማጥፋቱን መዝገብ]] ይዩ።\";'),('am','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('am','messages:undelete-no-results','s:73:\"am:በመዝገቡ ምንም ተመሳሳይ ገጽ አልተገኘም።\";'),('am','messages:undelete-nodiff','s:47:\"am:ቀድመኛ ዕትም አልተገኘም።\";'),('am','messages:undelete-revision','s:49:\"am:የ$1 የተደለዘ ዕትም በ$2 በ$3፦\";'),('am','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('am','messages:undelete-search-box','s:50:\"am:የተደለዙትን ገጾች ለመፈልግ\";'),('am','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('am','messages:undelete-search-prefix','s:35:\"am:ከዚሁ ፊደል ጀምሮ፦\";'),('am','messages:undelete-search-submit','s:12:\"am:ይታይ\";'),('am','messages:undelete-search-title','s:23:\"en:Search deleted pages\";'),('am','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('am','messages:undelete-show-file-submit','s:12:\"am:አዎን\";'),('am','messages:undelete-summary','s:3:\"en:\";'),('am','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('am','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('am','messages:undelete_short','s:68:\"am:{{PLURAL:$1|አንድ ዕትም|$1 ዕትሞች}} ለመመልስ\";'),('am','messages:undeletebtn','s:15:\"am:ይመለስ\";'),('am','messages:undeletecomment','s:21:\"am:ማጠቃልያ፦\";'),('am','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('am','messages:undeletedpage','s:164:\"am:\'\'\'$1 ተመልሷል\'\'\'\n\nበቅርብ የጠፉና የተመለሱ ገጾች ለማመልከት [[Special:Log/delete|የማጥፋቱን መዝገብ]] ይዩ።\";'),('am','messages:undeleteextrahelp','s:422:\"am:እትሞቹን በሙሉ ለመመልስ፣ ሳጥኖቹ ሁሉ ባዶ ሆነው ይቆዩና \'ይመለስ\' የሚለውን ይጫኑ። <br />አንዳንድ እትም ብቻ ለመመልስ፣ የተፈለገውን እትሞች በየሳጥኖቹ አመልክተው \'ይመለስ\' ይጫኑ። <br />\'ባዶ ይደረግ\' ቢጫን፣ ማጠቃልያውና ሳጥኖቹ ሁሉ እንደገና ባዶ ይሆናሉ።\";'),('am','messages:undeletehistory','s:322:\"am:የተደለዘ ገጽ ሲመለስ፣ የተመለከቱት ዕትሞች ሁሉ ወደ ዕትሞች ታሪክ ደግሞ ይመልሳሉ። ገጹ ከጠፋ በኋላ በዚያው አርዕሥት ሌላ ገጽ ቢኖር፣ የተመለሱት ዕትሞች ወደ ዕትሞች ታሪክ አንድላይ ይጨመራሉ።\";'),('am','messages:undeletehistorynoadmin','s:284:\"am:ይህ ገጽ ጠፍቷል። የመጥፋቱ ምክንያት ከዚህ በታች ይታያል። ደግሞ ከጠፋ በፊት ያዘጋጁት ተጠቃሚዎች ይዘረዘራሉ። የተደለዙት ዕትሞች ጽሕፈት ለመጋቢዎች ብቻ ሊታይ ይችላል።\";'),('am','messages:undeleteinvert','s:37:\"am:ምርጫውን ለመገልበጥ\";'),('am','messages:undeletelink','s:45:\"am:አሳይ/ወደ ነበረበት መልስ\";'),('am','messages:undeletepage','s:41:\"am:የተደለዘ ገጽ ለመመለስ\";'),('am','messages:undeletepagetext','s:206:\"am:እነዚህ ገጾች ተደለዙ፣ እስካሁን ግን በመዝገቡ ውስጥ ይገኛሉና ሊመለሱ ይቻላል። ሆኖም መዝገቡ አንዳንዴ ሊደመስስ ይቻላል።\";'),('am','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('am','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('am','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('am','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('am','messages:undeleterevisions','s:72:\"am:በመዝገቡ $1 {{PLURAL:$1|ዕትም አለ|ዕትሞች አሉ}}\";'),('am','messages:undeleteviewlink','s:18:\"am:ተመልከት\";'),('am','messages:underline-always','s:22:\"am:ሁሌም ይህን\";'),('am','messages:underline-default','s:38:\"am:የቃኝ ቀዳሚ ባህሪዎች\";'),('am','messages:underline-never','s:25:\"am:ሁሌም አይሁን\";'),('am','messages:undo-failure','s:104:\"am:ከዚሁ ለውጥ በኋላ ቅራኔ ለውጦች ስለ ገቡ ሊገለበጥ አይቻልም።\";'),('am','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('am','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('am','messages:undo-norev','s:92:\"am:ለውጡ አይኖርም ወይም ጠፍቷልና ሊገለበጥ አልተቻለም።\";'),('am','messages:undo-success','s:260:\"am:ያ ለውጥ በቀጥታ ሊገለበጥ ይቻላል። እባክዎ ከታች ያለውን ማነጻጸርያ ተመልክተው ይህ እንደሚፈልጉ ያረጋግጡና ለውጡ እንዲገለበጥ \'\'\'ገጹን ለማቅረብ\'\'\' ይጫኑ።\";'),('am','messages:undo-summary','s:105:\"am:አንድ ለውጥ $1 ከ[[Special:Contributions/$2|$2]] ([[User talk:$2|ውይይት]]) ገለበጠ\";'),('am','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('am','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('am','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('am','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('am','messages:unexpected','s:51:\"am:ያልተጠበቀ ዕሴት፦ «$1»=«$2»።\";'),('am','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('am','messages:unit-pixel','s:5:\"en:px\";'),('am','messages:unknown-error','s:44:\"am:ያልታወቀ ስኅተት ደረሰ።\";'),('am','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('am','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('am','messages:unlockbtn','s:29:\"am:መረጃ-ቤቱ ይፈታ\";'),('am','messages:unlockconfirm','s:80:\"am:አዎ፣ መረጃ-ቤቱን ለመፍታት በውኑ እፈልጋለሁ።\";'),('am','messages:unlockdb','s:35:\"am:መረጃ-ቤት ለመፍታት\";'),('am','messages:unlockdbsuccesssub','s:48:\"am:የመረጃ-ቤት መቆለፍ ተጨረሰ\";'),('am','messages:unlockdbsuccesstext','s:32:\"am:መረጃ-ቤቱ ተፈታ።\";'),('am','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('am','messages:unpatrolledletter','s:4:\"en:!\";'),('am','messages:unprotect','s:21:\"am:አለመቆለፍ\";'),('am','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('am','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('am','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('am','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('am','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('am','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('am','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('am','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('am','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('am','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('am','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('am','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('am','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('am','messages:unusedcategories','s:22:\"am:ባዶ መደቦች\";'),('am','messages:unusedcategories-summary','s:3:\"en:\";'),('am','messages:unusedcategoriestext','s:123:\"am:እነዚህ መደብ ገጾች ባዶ ናቸው። ምንም ጽሑፍ ወይም ግንኙነት የለባቸውም።\";'),('am','messages:unusedimages','s:34:\"am:ያልተያያዙ ፋይሎች\";'),('am','messages:unusedimages-summary','s:3:\"en:\";'),('am','messages:unusedimagestext','s:234:\"am:እነኚህ ፋይሎች ከ{{SITENAME}} አልተያያዙም። ሆኖም ሳያጥፏቸው ከ{{SITENAME}} ውጭ በቀጥታ ተያይዘው የሚገኙ ድረ-ገጾች መኖራቸው እንደሚቻል ይገንዝቡ።\";'),('am','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('am','messages:unusedtemplates','s:43:\"am:ያልተለጠፉ መለጠፊያዎች\";'),('am','messages:unusedtemplates-summary','s:3:\"en:\";'),('am','messages:unusedtemplatestext','s:280:\"am:በ{{ns:template}} ክፍለ-ዊኪ ያሉት መለጠፊያዎች በአንዳችም ገጽ ላይ ካልተለጠፉ፣ በዚህ ገጽ ይዘረዝራሉ። መጋቢዎች ሳያጥፉዋቸው ግን ወደነሱ ሌላ መያያዣ አለመኖሩን ያረጋግጡ።\";'),('am','messages:unusedtemplateswlh','s:31:\"am:ሌሎች መያያዣዎች\";'),('am','messages:unwatch','s:24:\"am:አለመከታተል\";'),('am','messages:unwatchedpages','s:34:\"am:ያልተከታተሉ ገጾች\";'),('am','messages:unwatchedpages-summary','s:3:\"en:\";'),('am','messages:unwatching','s:31:\"am:እየተወገደ ነው...\";'),('am','messages:unwatchthispage','s:28:\"am:መከታተል ይቅር\";'),('am','messages:updated','s:17:\"am:(የታደሰ)\";'),('am','messages:updatedmarker','s:60:\"am:ከመጨረሻው ጉብኝቴ በኋላ የተሻሻለ\";'),('am','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('am','messages:upload','s:37:\"am:ፋይል / ሥዕል ለመላክ\";'),('am','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('am','messages:upload-curl-error28','s:35:\"am:የመላክ ጊዜ አልቋል\";'),('am','messages:upload-curl-error28-text','s:268:\"am:\nድረ-ገጹ እንዲገኝ ከመጠን በላይ ረጅም ሰዓት ፈጀ።\nእባክዎ ድረ-ገጹ መኖሩን ያረጋግጡና እንደገና ሳይሞክሩ ትንሽ ይቆዩ።\nምናልባትም በሌላ ጊዜ ትራፊኩ ይቀነሳል።\";'),('am','messages:upload-curl-error6','s:41:\"am:URLን መድረስ አልተቻለም\";'),('am','messages:upload-curl-error6-text','s:133:\"am:የቀረበው URL ሊገኝ አልቻለም።\nእባክዎ URL ልክ መሆኑንና አሁን መኖሩን ያረጋግጡ።\";'),('am','messages:upload-default-description','s:4:\"en:-\";'),('am','messages:upload-description','s:28:\"am:የፋይሉ መግለጫ\";'),('am','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('am','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('am','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('am','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('am','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('am','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('am','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('am','messages:upload-disallowed-here','s:34:\"en:You cannot overwrite this file.\";'),('am','messages:upload-file-error','s:28:\"am:የውስጥ ስህተት\";'),('am','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('am','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('am','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('am','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('am','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('am','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('am','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('am','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('am','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('am','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('am','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('am','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('am','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('am','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('am','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('am','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('am','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('am','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('am','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('am','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('am','messages:upload-maxfilesize','s:47:\"am:የፋይል ግዙፍነት ውሳኔ፦ $1\";'),('am','messages:upload-misc-error','s:44:\"am:ያልታወቀ የመላክ ስህተት\";'),('am','messages:upload-misc-error-text','s:238:\"am:በተላከበት ጊዜ ያልታወቀ ስህተት ተነሣ። እባክዎ URL ትክክለኛና የሚገኝ መሆኑን አረጋግጠው እንደገና ይሞክሩ። ችግሩ ቢቀጠል፣ መጋቢን ይጠይቁ።\";'),('am','messages:upload-options','s:31:\"am:የመላክ ምርጫዎች\";'),('am','messages:upload-permitted','s:76:\"am:የተፈቀዱት የፋይል አይነቶች፦ $1 ብቻ ናቸው።\";'),('am','messages:upload-preferred','s:60:\"am:የተመረጡት የፋይል አይነቶች፦  $1።\";'),('am','messages:upload-prohibited','s:62:\"am:ያልተፈቀዱት የፋይል አይነቶች፦ $1።\";'),('am','messages:upload-proto-error','s:49:\"am:ትክክለኛ ያልሆነ ወግ (protocol)\";'),('am','messages:upload-proto-error-text','s:128:\"am:የሩቅ መላክ እንዲቻል URL በ<code>http://</code> ወይም በ<code>ftp://</code> መጀመር አለበት።\";'),('am','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('am','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('am','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('am','messages:upload-source','s:22:\"am:መነሻ ፋይል\";'),('am','messages:upload-summary','s:3:\"en:\";'),('am','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('am','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('am','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('am','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('am','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('am','messages:upload_source_file','s:60:\"am: (በኮምፒውተርዎ ላይ ያለበት ፋይል)\";'),('am','messages:upload_source_url','s:54:\"am: (ትክክለኛ፣ በግልጽ የሚገኝ URL)\";'),('am','messages:uploadbtn','s:22:\"am:ፋይሉ ይላክ\";'),('am','messages:uploaddisabled','s:38:\"am:ፋይል መላክ አይቻልም\";'),('am','messages:uploaddisabledtext','s:58:\"am:ፋይል መላክ በዚህ ዊኪ አይቻልም።\";'),('am','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('am','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('am','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('am','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('am','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('am','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('am','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('am','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('am','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('am','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('am','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('am','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('am','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('am','messages:uploaderror','s:28:\"am:የመላክ ስሕተት\";'),('am','messages:uploadfooter','s:4:\"en:-\";'),('am','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('am','messages:uploadlogpage','s:31:\"am:የፋይሎች መዝገብ\";'),('am','messages:uploadlogpagetext','s:87:\"am:ይህ መዝገብ በቅርቡ የተላኩት ፋይሎች ሁሉ ያሳያል።\";'),('am','messages:uploadnewversion-linktext','s:55:\"am:ለዚሁ ፋይል አዲስ ዕትም ለመላክ\";'),('am','messages:uploadnologin','s:25:\"am:ገና አልገቡም\";'),('am','messages:uploadnologintext','s:104:\"am:ፋይል ለመላክ አስቀድሞ [[Special:UserLogin|መግባት]] ያስፈልግዎታል።\";'),('am','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('am','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('am','messages:uploadstash','s:15:\"en:Upload stash\";'),('am','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('am','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('am','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('am','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('am','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('am','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('am','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('am','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('am','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('am','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('am','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('am','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('am','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('am','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('am','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('am','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('am','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('am','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('am','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('am','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('am','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('am','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('am','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('am','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('am','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('am','messages:uploadtext','s:574:\"am:በዚህ ማመልከቻ ላይ ፋይል ለመላክ ይችላሉ። ቀድሞ የተላኩት ስዕሎች [[Special:FileList|በፋይል / ሥዕሎች ዝርዝር]] ናቸው፤ ከዚህ በላይ የሚጨመረው ፋይል ሁሉ [[Special:Log/upload|በፋይሎች መዝገብ]] ይዘረዝራሉ።\n\nስዕልዎ በጽሑፍ እንዲታይ \'\'\'<nowiki>[[</nowiki>{{ns:file}}<nowiki>:Filename.jpg]]</nowiki>\'\'\' ወይም\n\'\'\'<nowiki>[[</nowiki>{{ns:file}}<nowiki>:Filename.png|thumb|ሌላ ጽሑፍ]]</nowiki>\'\'\' በሚመስል መልክ ይጠቅሙ።\";'),('am','messages:uploadvirus','s:58:\"am:ፋይሉ ቫይረስ አለበት! ዝርዝር፦ $1\";'),('am','messages:uploadwarning','s:37:\"am:የመላክ ማስጠንቀቂያ\";'),('am','messages:uploadwarning-text','s:115:\"am:እባክዎ፣ እታች ያለውን የፋይልን መግለጫ ቀይርና እንደገና ይሞክሩ።\";'),('am','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('am','messages:user-mail-no-addy','s:93:\"am:እሚደርስበት ኢ-ሜል አድራሻ ሳይታወቅ መላክ አይቻልም።\";'),('am','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('am','messages:usercreated','s:60:\"am:በ$1 በ$2 {{GENDER:$3|ተፈጠረ|ተፈጠረች}}።\";'),('am','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('am','messages:usercsspreview','s:108:\"am:\'\'\'ማስታወሻ፦ CSS-ዎን ለሙከራ ብቻ እያዩ ነው፤ ገና አልተቆጠበም!\'\'\'\";'),('am','messages:usercssyoucanpreview','s:124:\"am:\'\'\'ምክር፦\'\'\' ሳይቆጠብ አዲስ CSSዎን ለመሞከር \'ቅድመ እይታ\' የሚለውን ይጫኑ።\";'),('am','messages:usereditcount','s:42:\"am:$1 {{PLURAL:$1|ለውጥ|ለውጦች}}\";'),('am','messages:userexists','s:98:\"am:ይህ ብዕር ስም ተይዟል። እባክዎ፣ ሌላ ብዕር ስም ይምረጡ።\";'),('am','messages:userinvalidconfigtitle','s:322:\"am:\'\'\'ማስጠንቀቂያ፦\'\'\' «$1» የሚባል መልክ የለም። ልዩ .css እና .js ገጾች በትንንሽ እንግሊዝኛ ፊደል መጀመር እንዳለባቸው ያስታውሱ። ለምሳሌ፦  {{ns:user}}:Foo/vector.css ልክ ነው እንጂ {{ns:user}}:Foo/Vector.css አይደለም።\";'),('am','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('am','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('am','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('am','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('am','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('am','messages:userjspreview','s:114:\"am:\'\'\'ማስታወሻ፦ JavaScriptዎን ለሙከራ ብቻ እያዩ ነው፤ ገና አልተቆጠበም!\'\'\'\";'),('am','messages:userjsyoucanpreview','s:123:\"am:\'\'\'ምክር፦\'\'\' ሳይቆጠብ አዲስ JSዎን ለመሞከር \'ቅድመ እይታ\' የሚለውን ይጫኑ።\";'),('am','messages:userlogin-createanother','s:25:\"en:Create another account\";'),('am','messages:userlogin-helplink2','s:23:\"en:Help with logging in\";'),('am','messages:userlogin-joinproject','s:20:\"en:Join {{SITENAME}}\";'),('am','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('am','messages:userlogin-noaccount','s:25:\"en:Don\'t have an account?\";'),('am','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('am','messages:userlogin-remembermypassword','s:26:\"am:ይግቡ ዝም አለ\";'),('am','messages:userlogin-resetpassword-link','s:36:\"am:የይለፍ ቃልዎን አጡ?\";'),('am','messages:userlogin-signwithsecure','s:24:\"en:Use secure connection\";'),('am','messages:userlogin-yourname','s:22:\"am:የብዕር ስም\";'),('am','messages:userlogin-yourname-ph','s:35:\"am:የብዕር ስም ያስገቡ\";'),('am','messages:userlogin-yourpassword','s:22:\"am:የይለፍ ቃል\";'),('am','messages:userlogin-yourpassword-ph','s:38:\"am:የመግቢያ ቃል ያስገቡ\";'),('am','messages:userlogout','s:12:\"am:መውጫ\";'),('am','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('am','messages:userlogout-summary','s:3:\"en:\";'),('am','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('am','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('am','messages:usermaildisabledtext','s:75:\"am:በዚሁ ዊኪ ኢ-ሜል ለአባላት መላክ አይችሉም።\";'),('am','messages:usermessage-editor','s:19:\"en:System messenger\";'),('am','messages:usermessage-summary','s:26:\"en:Leaving system message.\";'),('am','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('am','messages:username','s:23:\"am:የብዕር ስም:\";'),('am','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('am','messages:userpage-userdoesnotexist','s:192:\"am:የብዕር ስም «<nowiki>$1</nowiki>» አልተመዘገበም። እባክዎ ይህን ገጽ ለመፍጠር/ ለማስተካከል የፈለጉ እንደ ሆነ ያረጋግጡ።\";'),('am','messages:userpage-userdoesnotexist-view','s:64:\"am:የአባል ስም «$1» ገና አልተመዘገበም።\";'),('am','messages:userrights','s:50:\"am:የአባል መብቶች ለማስተዳደር\";'),('am','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('am','messages:userrights-changeable-col','s:50:\"am:ሊቀይሩ የሚችሉት ስብስባዎች\";'),('am','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('am','messages:userrights-editusergroup','s:50:\"am:የአባሉ ማዕረግ ለማስተካከል\";'),('am','messages:userrights-expiry','s:11:\"en:Expires:\";'),('am','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('am','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('am','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('am','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('am','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('am','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('am','messages:userrights-groups-help','s:589:\"am:ይኸው አባል (ብዕር ስም) ያለባቸው ስብሰባዎች (ማዕረጎች) ለመቀይር እርስዎ ይችላሉ።\n*በሳጥኑ ምልክት ቢኖር፣ አባሉ በዚያ ስብስባ ውስጥ አለ ማለት ነው።\n*በሳጥኑ ምልክት ከሌላ፣ አባሉ በዚያው ስብስባ አይደለም ማለት ነው።\n*ምልክቱ * ቢኖር፣ ስብስባው ከተወገደ በኋላ ሁለተኛ ሊጨምሩት አይችሉም፤ ወይም ከተጨመረ በኋላ ሁለተኛ ሊያስወግዱት አይችሉም ያመለክታል።\";'),('am','messages:userrights-groupsmember','s:47:\"am:አሁን ያሉባቸው ማዕረጎች፦\";'),('am','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('am','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('am','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('am','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('am','messages:userrights-lookup-user','s:52:\"am:የ1 አባል ማዕረግ ለማስተዳደር\";'),('am','messages:userrights-no-interwiki','s:93:\"am:ማዕረጎችን በሌላ ዊኪ ላይ ለማስተካከል ፈቃድ የለዎም።\";'),('am','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('am','messages:userrights-nodatabase','s:93:\"am:መረጃ-ቤቱ $1 አይኖርም ወይም የቅርብ አካባቢ አይደለም።\";'),('am','messages:userrights-reason','s:21:\"am:ምክንያቱ፦\";'),('am','messages:userrights-summary','s:3:\"en:\";'),('am','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('am','messages:userrights-unchangeable-col','s:56:\"am:ሊቀይሩ የማይችሉት ስብስባዎች፦\";'),('am','messages:userrights-user-editname','s:32:\"am:ለዚሁ ብዕር ስም፦\";'),('am','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('am','messages:variantname-crh','s:6:\"en:crh\";'),('am','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('am','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('am','messages:variantname-gan','s:6:\"en:gan\";'),('am','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('am','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('am','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('am','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('am','messages:variantname-iu','s:5:\"en:iu\";'),('am','messages:variantname-kk','s:5:\"en:kk\";'),('am','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('am','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('am','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('am','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('am','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('am','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('am','messages:variantname-ku','s:5:\"en:ku\";'),('am','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('am','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('am','messages:variantname-shi','s:6:\"en:shi\";'),('am','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('am','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('am','messages:variantname-sr','s:5:\"en:sr\";'),('am','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('am','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('am','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('am','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('am','messages:variantname-tg','s:5:\"en:tg\";'),('am','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('am','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('am','messages:variantname-tly','s:6:\"en:tly\";'),('am','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('am','messages:variantname-uz','s:5:\"en:uz\";'),('am','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('am','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('am','messages:variantname-zh','s:5:\"en:zh\";'),('am','messages:variantname-zh-cn','s:5:\"en:CN\";'),('am','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('am','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('am','messages:variantname-zh-hk','s:5:\"en:HK\";'),('am','messages:variantname-zh-mo','s:5:\"en:MO\";'),('am','messages:variantname-zh-my','s:5:\"en:MY\";'),('am','messages:variantname-zh-sg','s:5:\"en:SG\";'),('am','messages:variantname-zh-tw','s:5:\"en:TW\";'),('am','messages:variants','s:11:\"en:Variants\";'),('am','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('am','messages:vector-action-addsection','s:22:\"am:ርዕስ ጨምር\";'),('am','messages:vector-action-delete','s:12:\"am:አጥፋ\";'),('am','messages:vector-action-move','s:18:\"am:ለማዛወር\";'),('am','messages:vector-action-protect','s:18:\"am:ለመቆለፍ\";'),('am','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('am','messages:vector-action-undelete','s:15:\"am:አታጥፋ\";'),('am','messages:vector-action-unprotect','s:21:\"am:አለመቆለፍ\";'),('am','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('am','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('am','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('am','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('am','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('am','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('am','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('am','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('am','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('am','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('am','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('am','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('am','messages:vector-languages','s:12:\"en:Languages\";'),('am','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('am','messages:vector-more-actions','s:15:\"am:ተጨማሪ\";'),('am','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('am','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('am','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('am','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('am','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('am','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('am','messages:vector-site-nav-label','s:7:\"en:Site\";'),('am','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('am','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('am','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('am','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('am','messages:vector-toc-heading','s:11:\"en:Contents\";'),('am','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('am','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('am','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('am','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('am','messages:vector-view-create','s:22:\"am:አዲስ ፍጠር\";'),('am','messages:vector-view-edit','s:12:\"am:አርም\";'),('am','messages:vector-view-history','s:25:\"am:ታሪኩን አሳይ\";'),('am','messages:vector-view-view','s:18:\"am:ለማንበብ\";'),('am','messages:vector-view-viewsource','s:35:\"am:ጥሬ ኮድ ለመመልከት\";'),('am','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('am','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('am','messages:verification-error','s:73:\"am:ይሄው ፋይል የፋይልን ማረጋገጫ አላለፈም።\";'),('am','messages:version','s:12:\"am:ዝርያ\";'),('am','messages:version-antispam','s:18:\"en:Spam prevention\";'),('am','messages:version-api','s:6:\"en:API\";'),('am','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('am','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('am','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('am','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('am','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('am','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('am','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('am','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('am','messages:version-editors','s:10:\"en:Editors\";'),('am','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('am','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('am','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('am','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('am','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('am','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('am','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('am','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('am','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('am','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('am','messages:version-ext-colheader-license','s:10:\"en:License\";'),('am','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('am','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('am','messages:version-ext-license','s:10:\"en:License\";'),('am','messages:version-extensions','s:31:\"am:የተሳኩ ቅጥያዎች\";'),('am','messages:version-hook-name','s:22:\"am:የሜንጦ ስም\";'),('am','messages:version-hook-subscribedby','s:24:\"am:የተጨመረበት\";'),('am','messages:version-hooks','s:18:\"am:ሜንጦዎች\";'),('am','messages:version-libraries','s:22:\"en:Installed libraries\";'),('am','messages:version-libraries-authors','s:10:\"en:Authors\";'),('am','messages:version-libraries-description','s:14:\"en:Description\";'),('am','messages:version-libraries-library','s:10:\"en:Library\";'),('am','messages:version-libraries-license','s:10:\"en:License\";'),('am','messages:version-libraries-version','s:10:\"en:Version\";'),('am','messages:version-license','s:12:\"am:ፈቃድ\";'),('am','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('am','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('am','messages:version-license-title','s:17:\"en:License for $1\";'),('am','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('am','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('am','messages:version-other','s:9:\"am:ሌላ\";'),('am','messages:version-parser-extensiontags','s:44:\"am:የዝርዛሪ ቅጥያ ምልክቶች\";'),('am','messages:version-parser-function-hooks','s:44:\"am:የዘርዛሪ ተግባር ሜጦዎች\";'),('am','messages:version-parserhooks','s:34:\"am:የዘርዛሪ ሜንጦዎች\";'),('am','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('am','messages:version-poweredby-others','s:9:\"en:others\";'),('am','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('am','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('am','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('am','messages:version-skins','s:18:\"en:Installed skins\";'),('am','messages:version-software','s:31:\"am:የተሳካ ሶፍትዌር\";'),('am','messages:version-software-product','s:18:\"am:ሶፍትዌር\";'),('am','messages:version-software-version','s:12:\"am:ዝርያ\";'),('am','messages:version-specialpages','s:19:\"am:ልዩ ገጾች\";'),('am','messages:version-summary','s:3:\"en:\";'),('am','messages:version-variables','s:18:\"am:ተለዋጮች\";'),('am','messages:version-version','s:7:\"en:($1)\";'),('am','messages:versionrequired','s:50:\"am:የMediaWiki ዝርያ $1 ያስፈልጋል።\";'),('am','messages:versionrequiredtext','s:142:\"am:ይህንን ገጽ ለመጠቀም የMediaWiki ዝርያ $1 ያስፈልጋል። [[Special:Version|የዝርያውን ገጽ]] ይዩ።\";'),('am','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('am','messages:view','s:21:\"am:ለመመልከት\";'),('am','messages:view-pool-contention','s:18:\"en:pool contention\";'),('am','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('am','messages:view-pool-error','s:259:\"am:ይቅቅርታ፣ በአሁኑ ወቅት ብዙ ተጠቃሚዎች ገፁን ለማየት እየሞከሩ ስለሆነ ሰርቨሩ ላይ መጨናነቅ ተፈጥሯል\nስለዚህ እባክዎን ትንሽ ቆይተው በድጋሚ ይዎክሩ።\n\n$1\";'),('am','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('am','messages:viewcount','s:66:\"am:ይህ ገጽ {{PLURAL:$1|አንዴ|$1 ጊዜ}} ታይቷል።\";'),('am','messages:viewdeleted','s:16:\"am:$1 ይታይ?\";'),('am','messages:viewdeleted_short','s:93:\"am:{{PLURAL:$1|የጠፋውን ዕትም|$1 የጠፉትን ዕትሞች}} ለመመልከት\";'),('am','messages:viewdeletedpage','s:41:\"am:የተደለዙ ገጾች ለማየት\";'),('am','messages:viewhelppage','s:38:\"am:የእርዳታ ገጽ ለማየት\";'),('am','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('am','messages:viewpagelogs','s:35:\"am:መዝገቦች ለዚሁ ገጽ\";'),('am','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('am','messages:viewprevnext','s:68:\"am:በቁጥር ለማየት፡ ($1 {{int:pipe-separator}} $2) ($3).\";'),('am','messages:views','s:18:\"am:ዕይታዎች\";'),('am','messages:viewsource','s:31:\"am:ምንጩን ተመልከት\";'),('am','messages:viewsource-title','s:38:\"am:ጥሬ ኮዱን ለ$1 ለማየት\";'),('am','messages:viewsourcelink','s:28:\"am:ምንጩን ለማየት\";'),('am','messages:viewsourceold','s:28:\"am:ምንጩን ለማየት\";'),('am','messages:viewsourcetext','s:74:\"am:የዚህን ገጽ ምንጭ ማየትና መቅዳት ይችላሉ።\";'),('am','messages:viewtalkpage','s:31:\"am:ውይይቱን ለማየት\";'),('am','messages:viewyourtext','s:80:\"en:You can view and copy the source of <strong>your edits</strong> to this page.\";'),('am','messages:virus-badscanner','s:56:\"en:Bad configuration: Unknown virus scanner: <em>$1</em>\";'),('am','messages:virus-scanfailed','s:24:\"en:scan failed (code $1)\";'),('am','messages:virus-unknownscanner','s:29:\"am:ያልታወቀ antivirus:\";'),('am','messages:wantedcategories','s:60:\"am:ቀይ መያያዣዎች የበዙላቸው መደቦች\";'),('am','messages:wantedcategories-summary','s:3:\"en:\";'),('am','messages:wantedfiles','s:31:\"am:የተፈለጉ ፋይሎች\";'),('am','messages:wantedfiles-summary','s:3:\"en:\";'),('am','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('am','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('am','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('am','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('am','messages:wantedpages','s:66:\"am:ቀይ መያያዣዎች የበዙላቸው አርእስቶች\";'),('am','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('am','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('am','messages:wantedtemplates','s:40:\"am:የተፈለጉ መለጠፊያዎች\";'),('am','messages:wantedtemplates-summary','s:3:\"en:\";'),('am','messages:watch','s:21:\"am:ለመከታተል\";'),('am','messages:watching','s:31:\"am:እየተጨመረ ነው...\";'),('am','messages:watchlist','s:40:\"am:የምከታተላቸው ገጾች፤\";'),('am','messages:watchlist-details','s:145:\"am:አሁን {{PLURAL:$1|$1 ገፅ|$1 ገፆች}} በምትከታተላቸው ገፆች ላይ አሉ (የውይይት ገፅ ሳይጨመር)።\";'),('am','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('am','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('am','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('am','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('am','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('am','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('am','messages:watchlist-hide','s:7:\"en:Hide\";'),('am','messages:watchlist-options','s:34:\"am:የዝርዝሩ ምርጫዎች\";'),('am','messages:watchlist-submit','s:7:\"en:Show\";'),('am','messages:watchlist-summary','s:3:\"en:\";'),('am','messages:watchlist-unwatch','s:5:\"en:×\";'),('am','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('am','messages:watchlistanontext','s:123:\"am:የሚከታተሉት ገጾች ዝርዝርዎን ለመመልከት ወይም ለማስተካከል እባክዎ $1።\";'),('am','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('am','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('am','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('am','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('am','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('am','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('am','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('am','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('am','messages:watchlistedit-normal-done','s:113:\"am:ከዝርዝርዎ {{PLURAL:$1|1 አርዕስት ተወግዷል|$1 አርእስቶች ተወግደዋል}}፦\";'),('am','messages:watchlistedit-normal-explain','s:663:\"am:ከዚህ ታች፣ የሚከታተሉት ገጾች ሁሉ በሙሉ ተዘርዝረው ይገኛሉ።\n\nአንዳንድ ገጽ ከዚህ ዝርዝር ለማስወግድ ያሠቡ እንደሆነ፣ በሳጥኑ ውስጥ ምልክት አድርገው በስተግርጌ በሚገኘው «ማስወግጃ» የሚለውን ተጭነው ከዚህ ዝርዝር ሊያስወግዷቸው ይቻላል። (ይህን በማድረግዎ ከገጹ ጋር የሚገናኘው ውይይት ገጽ ድግሞ ከዝርዝርዎ ይጠፋል።)\n\nከዚህ ዘዴ ሌላ [[Special:EditWatchlist/raw|ጥሬውን ኮድ መቅዳት ወይም ማዘጋጀት]] ይቻላል።\";'),('am','messages:watchlistedit-normal-legend','s:88:\"am:አርእስቶችን ከተካከሉት ገጾች ዝርዝር ለማስወግድ...\";'),('am','messages:watchlistedit-normal-submit','s:18:\"am:ማስወገጃ\";'),('am','messages:watchlistedit-normal-title','s:40:\"am:ዝርዝሩን ለማስተካከል\";'),('am','messages:watchlistedit-raw-added','s:64:\"am:$1 አርዕስት {{PLURAL:$1|ተጨመረ|ተጨመሩ}}፦\";'),('am','messages:watchlistedit-raw-done','s:34:\"am:ዝርዝርዎ ታድሷል።\";'),('am','messages:watchlistedit-raw-explain','s:530:\"am:በተከታተሉት ገጾች ዝርዝር ላይ ያሉት አርእስቶች ሁሉ ከዚህ ታች ይታያሉ። በየመስመሩ አንድ አርእስት እንደሚኖር፣ ይህን ዝርዝር ለማዘጋጀት ይችላሉ። አዘጋጅተውት ከጨረሱ በኋላ በስተግርጌ «ዝርዝሩን ለማሳደስ» የሚለውን ይጫኑ። አለበለዚያ ቢሻልዎት፣ የተለመደውን ዘዴ ([[Special:EditWatchlist|«ዝርዝሩን ለማስተካከል»]]) ይጠቀሙ።\";'),('am','messages:watchlistedit-raw-legend','s:57:\"am:የዝርዝሩን ጥሬ ኮድ ለማዘጋጀት...\";'),('am','messages:watchlistedit-raw-removed','s:64:\"am:$1 አርዕስት {{PLURAL:$1|ተወገደ|ተወገዱ}}፦\";'),('am','messages:watchlistedit-raw-submit','s:34:\"am:ዝርዝሩን ለማሳደስ\";'),('am','messages:watchlistedit-raw-title','s:32:\"am:የዝርዝሩ ጥሬ ኮድ\";'),('am','messages:watchlistedit-raw-titles','s:46:\"am:የተከታተሉት አርእስቶች፦\";'),('am','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('am','messages:watchlistfor2','s:12:\"am:ለ $1 $2\";'),('am','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('am','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('am','messages:watchlisttools-edit','s:40:\"am:ዝርዝሩን ለማስተካከል\";'),('am','messages:watchlisttools-raw','s:32:\"am:የዝርዝሩ ጥሬ ኮድ\";'),('am','messages:watchlisttools-view','s:40:\"am:የምከታተላቸው ለውጦች\";'),('am','messages:watchnologin','s:25:\"am:ገና አልገቡም\";'),('am','messages:watchthis','s:41:\"am:ይህንን ገጽ ለመከታተል\";'),('am','messages:watchthispage','s:41:\"am:ይህንን ገጽ ለመከታተል\";'),('am','messages:watchthisupload','s:41:\"am:ይህንን ገጽ ለመከታተል\";'),('am','messages:wed','s:9:\"am:ረቡ\";'),('am','messages:wednesday','s:12:\"am:ረቡዕ\";'),('am','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('am','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('am','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('am','messages:welcomeuser','s:51:\"am:ሰላምታ $1! እንኳን ደህናመጡ።\";'),('am','messages:whatlinkshere','s:28:\"am:ወዲህ የሚያያዝ\";'),('am','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('am','messages:whatlinkshere-hideimages','s:37:\"am:የፋይል መያያዣዎች $1\";'),('am','messages:whatlinkshere-hidelinks','s:24:\"am:መያያዣዎች $1\";'),('am','messages:whatlinkshere-hideredirs','s:34:\"am:መምሪያ መንገዶች $1\";'),('am','messages:whatlinkshere-hidetrans','s:34:\"am:የተሰካ መለጠፊያ $1\";'),('am','messages:whatlinkshere-links','s:35:\"am:← ወዲህም የሚያያዝ\";'),('am','messages:whatlinkshere-next','s:39:\"am:{{PLURAL:$1|ቀጥል|ቀጥል $1}}\";'),('am','messages:whatlinkshere-page','s:33:\"am:ለገጽ (አርዕስት)፦\";'),('am','messages:whatlinkshere-prev','s:51:\"am:{{PLURAL:$1|የቀድሞው|የቀድሞው $1}}\";'),('am','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('am','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('am','messages:whatlinkshere-summary','s:3:\"en:\";'),('am','messages:whatlinkshere-title','s:46:\"am:ከ «$1» ጋር የሚያያዙ ገጾች\";'),('am','messages:whitelistedittext','s:81:\"am:ገጾችን ለማዘጋጀት $1 አስቀድሞ ያስፈልግዎታል።\";'),('am','messages:widthheight','s:11:\"en:$1 × $2\";'),('am','messages:widthheightpage','s:27:\"am:$1 በ$2፣ $3 ገጾች\";'),('am','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('am','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('am','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('am','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('am','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('am','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('am','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('am','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('am','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('am','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('am','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('am','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('am','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('am','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('am','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('am','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('am','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('am','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('am','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('am','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('am','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('am','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('am','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('am','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('am','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('am','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('am','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('am','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('am','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('am','messages:wikieditor-toolbar-help-content-bold-result','s:29:\"en:<strong>Bold text</strong>\";'),('am','messages:wikieditor-toolbar-help-content-bold-syntax','s:18:\"en:\'\'\'Bold text\'\'\'\";'),('am','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('am','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('am','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('am','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('am','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('am','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('am','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('am','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('am','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('am','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('am','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('am','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('am','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('am','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('am','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('am','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('am','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('am','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('am','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('am','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('am','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('am','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('am','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('am','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('am','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('am','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('am','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('am','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('am','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('am','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('am','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('am','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('am','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('am','messages:wikieditor-toolbar-help-content-reference-description','s:12:\"en:Reference\";'),('am','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('am','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('am','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('am','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('am','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('am','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('am','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('am','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('am','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('am','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('am','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('am','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('am','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('am','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('am','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('am','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('am','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('am','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('am','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('am','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('am','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('am','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('am','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('am','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('am','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('am','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('am','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('am','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('am','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('am','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('am','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('am','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('am','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('am','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('am','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('am','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('am','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('am','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('am','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('am','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('am','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('am','messages:wikieditor-toolbar-tool-file-example','s:14:\"en:Example.jpg\";'),('am','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('am','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('am','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('am','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('am','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('am','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('am','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('am','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('am','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('am','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('am','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('am','messages:wikieditor-toolbar-tool-ilink','s:16:\"en:Internal link\";'),('am','messages:wikieditor-toolbar-tool-ilink-example','s:13:\"en:Link title\";'),('am','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('am','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('am','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('am','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('am','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('am','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('am','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('am','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('am','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('am','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('am','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('am','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('am','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('am','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('am','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('am','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('am','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('am','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('am','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('am','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('am','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('am','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('am','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('am','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('am','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('am','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('am','messages:wikieditor-toolbar-tool-reference','s:12:\"en:Reference\";'),('am','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('am','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('am','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('am','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('am','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('am','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('am','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('am','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('am','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('am','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('am','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('am','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('am','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('am','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('am','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('am','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('am','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('am','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('am','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('am','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('am','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('am','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('am','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('am','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('am','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('am','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('am','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('am','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('am','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('am','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('am','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('am','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('am','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('am','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('am','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('am','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('am','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('am','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('am','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('am','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('am','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('am','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('am','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('am','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('am','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('am','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('am','messages:wikieditor-toolbar-tool-xlink','s:42:\"en:External link (remember http:// prefix)\";'),('am','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('am','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('am','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('am','messages:withoutinterwiki','s:50:\"am:በሌሎች ቋንቋዎች ያልተያያዙ\";'),('am','messages:withoutinterwiki-legend','s:41:\"am:በቅድመ-ፊደል ለመወሰን\";'),('am','messages:withoutinterwiki-submit','s:12:\"am:ይታዩ\";'),('am','messages:withoutinterwiki-summary','s:142:\"am:እነዚህ ጽሑፎች «በሌሎች ቋንቋዎች» ሥር ወደሆኑት ሌሎች ትርጉሞች ገና አልተያያዙም።\";'),('am','messages:wlheader-enotif','s:70:\"am:የ-ኢሜል ማስታወቂያ እንዲሠራ ተደርጓል።\";'),('am','messages:wlheader-showupdated','s:118:\"am:መጨረሻ ከጎበኟቸው ጀምሮ የተቀየሩት ገጾች በ\'\'\'ጉልህ ፊደላት\'\'\' ይታያሉ\";'),('am','messages:wlnote','s:112:\"am:ባለፉት <b>$2</b> ሰዓቶች የተደረጉት $1 መጨረሻ ለውጦች እታች ይገኛሉ።\";'),('am','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('am','messages:wlshowhidebots','s:7:\"en:bots\";'),('am','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('am','messages:wlshowhideliu','s:19:\"en:registered users\";'),('am','messages:wlshowhidemine','s:11:\"en:my edits\";'),('am','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('am','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('am','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('am','messages:word-separator','s:8:\"en:&#32;\";'),('am','messages:wrongpassword','s:96:\"am:የተሰጠው መግቢያ ቃል ልክ አልነበረም። ዳግመኛ ይሞክሩ።\";'),('am','messages:wrongpasswordempty','s:83:\"am:ምንም መግቢያ ቃል አልተሰጠም። ዳግመኛ ይሞክሩ።\";'),('am','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('am','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('am','messages:year','s:57:\"am:እስከዚህ አመት (እ.ኤ.አ.) ድረስ፡-\";'),('am','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('am','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('am','messages:youhavenewmessages','s:26:\"am:$1 አሉዎት ($2)።\";'),('am','messages:youhavenewmessagesfromusers','s:104:\"am:ከ{{PLURAL:$3|ሌላ አባል|$3 አባላት}} $1 {{PLURAL:$1|አለዎት|አሉልዎ}}። ($2).\";'),('am','messages:youhavenewmessagesmanyusers','s:60:\"am:ከአሥር አባላት በላይ $1 አሉልዎ! ($2)\";'),('am','messages:yourdiff','s:18:\"am:ልዩነቶች\";'),('am','messages:yourdomainname','s:40:\"am:የእርስዎ ከባቢ (domain)፦\";'),('am','messages:youremail','s:15:\"am:ኢ-ሜል *\";'),('am','messages:yourgender','s:22:\"am:ሥርዓተ ጾታ\";'),('am','messages:yourlanguage','s:12:\"am:ቋንቋ\";'),('am','messages:yourname','s:34:\"am:Username / የብዕር ስም:\";'),('am','messages:yournick','s:37:\"am:ቁልምጫ ስም (ለፊርማ)\";'),('am','messages:yourpassword','s:33:\"am:Password / መግቢያ ቃል\";'),('am','messages:yourpasswordagain','s:51:\"am:መግቢያ ቃልዎን ዳግመኛ ይስጡ\";'),('am','messages:yourrealname','s:28:\"am:ዕውነተኛ ስም፦\";'),('am','messages:yourtext','s:28:\"am:የእርስዎ እትም\";'),('am','messages:yourvariant','s:34:\"am:የቋንቋው ቀበሌኛ፦\";'),('am','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('am','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('am','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('am','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('am','minimumGroupingDigits','N;'),('am','namespaceAliases','a:4:{s:15:\"መልጠፊያ\";i:10;s:28:\"መልጠፊያ_ውይይት\";i:11;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('am','namespaceGenderAliases','a:0:{}'),('am','namespaceNames','a:17:{i:-2;s:9:\"ፋይል\";i:-1;s:6:\"ልዩ\";i:1;s:12:\"ውይይት\";i:2;s:9:\"አባል\";i:3;s:22:\"አባል_ውይይት\";i:5;s:15:\"$1_ውይይት\";i:6;s:9:\"ስዕል\";i:7;s:22:\"ስዕል_ውይይት\";i:8;s:15:\"መልዕክት\";i:9;s:28:\"መልዕክት_ውይይት\";i:10;s:15:\"መለጠፊያ\";i:11;s:28:\"መለጠፊያ_ውይይት\";i:12;s:12:\"እርዳታ\";i:13;s:25:\"እርዳታ_ውይይት\";i:14;s:9:\"መደብ\";i:15;s:22:\"መደብ_ውይይት\";i:0;s:0:\"\";}'),('am','originalFallbackSequence','a:0:{}'),('am','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('am','pluralRules','a:1:{i:0;s:56:\"i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04\";}'),('am','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:28:\"am:Project: ጥቂት ስለ\";s:9:\"aboutsite\";s:22:\"am:ስለ {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:18:\"am:ድርጊቶች\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:28:\"am:ወቅታዊ ጉዳዮች\";s:17:\"currentevents-url\";s:36:\"am:Project:ወቅታዊ ጉዳዮች\";s:14:\"disclaimerpage\";s:48:\"am:Project:የኃላፊነት ማስታወቂያ\";s:11:\"disclaimers\";s:40:\"am:የኃላፊነት ማስታወቂያ\";s:4:\"edit\";s:12:\"am:አርም\";s:11:\"editsection\";s:12:\"am:አርም\";s:15:\"editsectionhint\";s:40:\"am:$1 ክፍልን ለማስተካከል\";s:4:\"help\";s:15:\"am:እርዳታ\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:19:\"am:በአቋራጭ:\";s:16:\"jumptonavigation\";s:15:\"am:መቃኘት\";s:12:\"jumptosearch\";s:12:\"am:ፈልግ\";s:14:\"lastmodifiedat\";s:73:\"am:ይህ ገጽ መጨረሻ የተቀየረው በ$1 በ$2 ነበር።\";s:8:\"mainpage\";s:19:\"am:ዋናው ገጽ\";s:20:\"mainpage-description\";s:16:\"am:ዋና ገጽ\";s:14:\"mainpage-nstab\";s:16:\"am:ዋና ገጽ\";s:10:\"namespaces\";s:25:\"am:ክፍለ-ዊኪዎች\";s:10:\"navigation\";s:15:\"am:መቃኘት\";s:23:\"nav-login-createaccount\";s:15:\"am:መግቢያ\";s:10:\"nstab-main\";s:9:\"am:ገጽ\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:39:\"am:{{PLURAL:$1|ምድብ|ምድቦች}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:22:\"am:ቋሚ መያያዣ\";s:13:\"personaltools\";s:28:\"am:የኔ መሣርያዎች\";s:6:\"portal\";s:37:\"am:የኅብረተሠቡ መረዳጃ\";s:10:\"portal-url\";s:45:\"am:Project:የኅብረተሠብ መረዳጃ\";s:16:\"printableversion\";s:34:\"am:ለህትመት የተዘጋጀ\";s:7:\"privacy\";s:28:\"am:የምስጢር ደንብ\";s:11:\"privacypage\";s:36:\"am:Project:የምስጢር ደንብ\";s:10:\"randompage\";s:34:\"am:ማናቸውንም ለማየት\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:38:\"am:በቅርብ ጊዜ የተለወጡ\";s:27:\"recentchangeslinked-toolbox\";s:31:\"am:የተዛመዱ ለውጦች\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:29:\"am:ከ «$1» የተወሰደ\";s:6:\"search\";s:12:\"am:ፈልግ\";s:13:\"searcharticle\";s:9:\"am:ሂድ\";s:12:\"searchbutton\";s:12:\"am:ፈልግ\";s:20:\"searchsuggest-search\";s:35:\"am:{{SITENAME}} ውስጥ ፈልግ\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:18:\"en:Navigation menu\";s:14:\"site-atom-feed\";s:20:\"am:$1 አቶም Feed\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:19:\"am:ልዩ ገጾች\";s:7:\"tagline\";s:18:\"am:ከ{{SITENAME}}\";s:4:\"talk\";s:15:\"am:ውይይት\";s:7:\"toolbox\";s:21:\"am:መሣሪያዎች\";s:15:\"tooltip-ca-edit\";s:35:\"am:ይህን ገጽ ለመቀየር\";s:18:\"tooltip-ca-history\";s:61:\"am:ለዚሁ ገጽ ያለፉትን እትሞች ለማየት\";s:21:\"tooltip-ca-nstab-main\";s:31:\"am:መጣጥፉን ለማየት\";s:15:\"tooltip-ca-talk\";s:35:\"am:ስለ ገጹ ለመወያየት\";s:21:\"tooltip-ca-viewsource\";s:86:\"am:ይህ ገጽ ተቆልፏል ~ ጥሬ ምንጩን መመልከት ይችላሉ...\";s:23:\"tooltip-n-currentevents\";s:70:\"am:ስለ ወቅታዊ ጉዳዮች / ዜና መረጃ ለማግኘት\";s:14:\"tooltip-n-help\";s:31:\"am:ረድኤት ለማግኘት\";s:30:\"tooltip-n-mainpage-description\";s:38:\"am:ዋናውን ገጽ ተመልከት\";s:16:\"tooltip-n-portal\";s:63:\"am:ስለ መርሃገብሩ አጠቃቀም አለመረዳት\";s:20:\"tooltip-n-randompage\";s:58:\"am:ወደ ማንኛውም ገጽ በነሲብ ለመሔድ\";s:23:\"tooltip-n-recentchanges\";s:68:\"am:በዚሁ ዊኪ ላይ በቅርቡ የተደረጉ ለውጦች\";s:14:\"tooltip-p-logo\";s:39:\"am:ወደ ዋናው ገጽ ለመሔድ\";s:16:\"tooltip-pt-login\";s:93:\"am:በብዕር ስም መግባትዎ ጠቃሚ ቢሆንም አስፈላጊ አይደለም\";s:24:\"tooltip-pt-createaccount\";s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";s:14:\"tooltip-search\";s:35:\"am:{{SITENAME}} ውስጥ ፈልግ\";s:23:\"tooltip-search-fulltext\";s:70:\"am:ይህ ሐረግ የሚገኝባቸውን ገጾች ለመፈልግ\";s:17:\"tooltip-search-go\";s:77:\"am:ከተገኘ ይህንኑ አርዕስት ወዳለው ገጽ ለመሄድ\";s:14:\"tooltip-t-info\";s:29:\"am:በዚህ ገጽ መረጃ\";s:19:\"tooltip-t-permalink\";s:42:\"am:ለዚሁ ዕትም ቋሚ መያያዣ\";s:15:\"tooltip-t-print\";s:51:\"am:ይህ ገጽ ለህትመት እንዲስማማ\";s:29:\"tooltip-t-recentchangeslinked\";s:85:\"am:ከዚሁ ገጽ በተያያዙ ገጾች ላይ የቅርብ ግዜ ለውጦች\";s:22:\"tooltip-t-specialpages\";s:45:\"am:የልዩ ገጾች ዝርዝር በሙሉ\";s:23:\"tooltip-t-whatlinkshere\";s:74:\"am:ወደዚሁ ገጽ የሚያያዙት ገጾች ዝርዝር በሙሉ\";s:8:\"variants\";s:11:\"en:Variants\";s:16:\"vector-view-edit\";s:12:\"am:አርም\";s:19:\"vector-view-history\";s:25:\"am:ታሪኩን አሳይ\";s:16:\"vector-view-view\";s:18:\"am:ለማንበብ\";s:9:\"viewcount\";s:66:\"am:ይህ ገጽ {{PLURAL:$1|አንዴ|$1 ጊዜ}} ታይቷል።\";s:5:\"views\";s:18:\"am:ዕይታዎች\";s:13:\"whatlinkshere\";s:28:\"am:ወዲህ የሚያያዝ\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:9:\"ፋይል\";i:-1;s:6:\"ልዩ\";i:1;s:12:\"ውይይት\";i:2;s:9:\"አባል\";i:3;s:22:\"አባል_ውይይት\";i:5;s:15:\"$1_ውይይት\";i:6;s:9:\"ስዕል\";i:7;s:22:\"ስዕል_ውይይት\";i:8;s:15:\"መልዕክት\";i:9;s:28:\"መልዕክት_ውይይት\";i:10;s:15:\"መለጠፊያ\";i:11;s:28:\"መለጠፊያ_ውይይት\";i:12;s:12:\"እርዳታ\";i:13;s:25:\"እርዳታ_ውይይት\";i:14;s:9:\"መደብ\";i:15;s:22:\"መደብ_ውይይት\";i:0;s:0:\"\";}}'),('am','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('am','rtl','b:0;'),('am','separatorTransformTable','N;'),('am','specialPageAliases','a:142:{s:9:\"Longpages\";a:2:{i:0;s:22:\"ረጃጅም_ገጾች\";i:1;s:9:\"LongPages\";}s:8:\"Newpages\";a:2:{i:0;s:22:\"አዳዲስ_ገጾች\";i:1;s:8:\"NewPages\";}s:10:\"Shortpages\";a:2:{i:0;s:22:\"አጫጭር_ገጾች\";i:1;s:10:\"ShortPages\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('ami','bookstoreList','a:4:{s:15:\"博客來書店\";s:55:\"http://www.books.com.tw/exep/prod/booksfile.php?item=$1\";s:12:\"三民書店\";s:62:\"http://www.sanmin.com.tw/page-qsearch.asp?ct=search_isbn&qu=$1\";s:12:\"天下書店\";s:62:\"http://www.cwbook.com.tw/search/result1.jsp?field=2&keyWord=$1\";s:15:\"新絲路書店\";s:73:\"http://www.silkbook.com/function/Search_list_book_data.asp?item=5&text=$1\";}'),('ami','compiledPluralRules','a:0:{}'),('ami','dateFormats','a:41:{s:7:\"zh time\";s:3:\"H:i\";s:7:\"zh date\";s:16:\"Y年n月j日 (l)\";s:7:\"zh both\";s:20:\"Y年n月j日 (D) H:i\";s:11:\"minguo time\";s:3:\"H:i\";s:11:\"minguo date\";s:18:\"xoY年n月j日 (l)\";s:11:\"minguo both\";s:22:\"xoY年n月j日 (D) H:i\";s:21:\"minguo shorttext time\";s:3:\"H:i\";s:21:\"minguo shorttext date\";s:21:\"民xoY年n月j日 (l)\";s:21:\"minguo shorttext both\";s:25:\"民xoY年n月j日 (D) H:i\";s:16:\"minguo text time\";s:3:\"H:i\";s:16:\"minguo text date\";s:24:\"民國xoY年n月j日 (l)\";s:16:\"minguo text both\";s:28:\"民國xoY年n月j日 (D) H:i\";s:20:\"minguo fulltext time\";s:3:\"H:i\";s:20:\"minguo fulltext date\";s:30:\"中華民國xoY年n月j日 (l)\";s:20:\"minguo fulltext both\";s:34:\"中華民國xoY年n月j日 (D) H:i\";s:13:\"CNS 7648 time\";s:3:\"H:i\";s:13:\"CNS 7648 date\";s:20:\"\"R.O.C.\" xoY-m-d (l)\";s:13:\"CNS 7648 both\";s:24:\"\"R.O.C.\" xoY-m-d (D) H:i\";s:21:\"CNS 7648 compact time\";s:3:\"H:i\";s:21:\"CNS 7648 compact date\";s:17:\"\"ROC\" xoY-m-d (l)\";s:21:\"CNS 7648 compact both\";s:21:\"\"ROC\" xoY-m-d (D) H:i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ami','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ami','datePreferences','a:8:{i:0;s:7:\"default\";i:1;s:6:\"minguo\";i:2;s:16:\"minguo shorttext\";i:3;s:11:\"minguo text\";i:4;s:15:\"minguo fulltext\";i:5;s:8:\"CNS 7648\";i:6;s:16:\"CNS 7648 compact\";i:7;s:8:\"ISO 8601\";}'),('ami','defaultDateFormat','s:2:\"zh\";'),('ami','deps','a:88:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAmi.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492310;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ami.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/languages/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";i:1727491623;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/includes/api/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:62:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:70:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:81:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/zh-tw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesZh_tw.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/includes/api/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492314;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492342;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1726467800;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:76:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/zh-hant.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490494;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesZh_hant.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:43;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:44;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:45;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:46;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:47;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:48;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:49;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:50;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:51;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:52;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:53;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/zh.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:54;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesZh.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:55;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:56;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:57;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:58;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:59;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/includes/api/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:60;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492314;}i:61;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492342;}i:62;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:63;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:64;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:65;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1726467800;}i:66;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:76:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:67;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/zh-hans.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:68;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesZh_hans.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:69;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:70;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:71;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:72;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:73;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:74;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:75;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:76;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:77;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:78;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:79;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:80;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:81;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:82;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:83;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:84;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ami','digitGroupingPattern','s:9:\"#,##0.###\";'),('ami','digitTransformTable','N;'),('ami','fallback','s:27:\"zh-tw, zh-hant, zh, zh-hans\";'),('ami','fallback8bitEncoding','s:11:\"windows-950\";'),('ami','fallbackSequence','a:5:{i:0;s:5:\"zh-tw\";i:1;s:7:\"zh-hant\";i:2;s:2:\"zh\";i:3;s:7:\"zh-hans\";i:4;s:2:\"en\";}'),('ami','imageFiles','N;'),('ami','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ami','linkPrefixExtension','b:0;'),('ami','linkTrail','s:12:\"/^()(.*)$/sD\";'),('ami','list','a:1:{s:8:\"messages\";a:7550:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:22:\"tog-hidecategorization\";i:3;s:23:\"tog-shownumberswatching\";i:4;s:10:\"tog-oldsig\";i:5;s:6:\"sunday\";i:6;s:6:\"monday\";i:7;s:7:\"tuesday\";i:8;s:9:\"wednesday\";i:9;s:8:\"thursday\";i:10;s:6:\"friday\";i:11;s:8:\"saturday\";i:12;s:3:\"sun\";i:13;s:3:\"mon\";i:14;s:3:\"tue\";i:15;s:3:\"wed\";i:16;s:3:\"thu\";i:17;s:3:\"fri\";i:18;s:3:\"sat\";i:19;s:7:\"january\";i:20;s:8:\"february\";i:21;s:5:\"march\";i:22;s:5:\"april\";i:23;s:8:\"may_long\";i:24;s:4:\"june\";i:25;s:4:\"july\";i:26;s:6:\"august\";i:27;s:9:\"september\";i:28;s:7:\"october\";i:29;s:8:\"november\";i:30;s:8:\"december\";i:31;s:11:\"january-gen\";i:32;s:12:\"february-gen\";i:33;s:9:\"march-gen\";i:34;s:9:\"april-gen\";i:35;s:7:\"may-gen\";i:36;s:8:\"june-gen\";i:37;s:8:\"july-gen\";i:38;s:10:\"august-gen\";i:39;s:13:\"september-gen\";i:40;s:11:\"october-gen\";i:41;s:12:\"november-gen\";i:42;s:12:\"december-gen\";i:43;s:3:\"jan\";i:44;s:3:\"feb\";i:45;s:3:\"mar\";i:46;s:3:\"apr\";i:47;s:3:\"may\";i:48;s:3:\"jun\";i:49;s:3:\"jul\";i:50;s:3:\"aug\";i:51;s:3:\"sep\";i:52;s:3:\"oct\";i:53;s:3:\"nov\";i:54;s:3:\"dec\";i:55;s:9:\"period-am\";i:56;s:14:\"pagecategories\";i:57;s:15:\"category_header\";i:58;s:13:\"subcategories\";i:59;s:21:\"category-media-header\";i:60;s:14:\"category-empty\";i:61;s:17:\"hidden-categories\";i:62;s:21:\"category-subcat-count\";i:63;s:22:\"category-article-count\";i:64;s:19:\"category-file-count\";i:65;s:16:\"noindex-category\";i:66;s:20:\"broken-file-category\";i:67;s:5:\"about\";i:68;s:9:\"newwindow\";i:69;s:6:\"cancel\";i:70;s:13:\"moredotdotdot\";i:71;s:6:\"mypage\";i:72;s:6:\"mytalk\";i:73;s:10:\"navigation\";i:74;s:3:\"and\";i:75;s:10:\"namespaces\";i:76;s:8:\"variants\";i:77;s:18:\"navigation-heading\";i:78;s:8:\"returnto\";i:79;s:7:\"tagline\";i:80;s:4:\"help\";i:81;s:6:\"search\";i:82;s:12:\"searchbutton\";i:83;s:2:\"go\";i:84;s:13:\"searcharticle\";i:85;s:17:\"skin-view-history\";i:86;s:7:\"history\";i:87;s:13:\"history_short\";i:88;s:16:\"printableversion\";i:89;s:9:\"permalink\";i:90;s:4:\"view\";i:91;s:14:\"skin-view-view\";i:92;s:17:\"skin-view-foreign\";i:93;s:4:\"edit\";i:94;s:14:\"skin-view-edit\";i:95;s:6:\"create\";i:96;s:16:\"skin-view-create\";i:97;s:12:\"create-local\";i:98;s:6:\"delete\";i:99;s:7:\"newpage\";i:100;s:16:\"talkpagelinktext\";i:101;s:11:\"specialpage\";i:102;s:13:\"personaltools\";i:103;s:4:\"talk\";i:104;s:5:\"views\";i:105;s:7:\"toolbox\";i:106;s:8:\"cactions\";i:107;s:14:\"otherlanguages\";i:108;s:14:\"redirectedfrom\";i:109;s:15:\"redirectpagesub\";i:110;s:10:\"redirectto\";i:111;s:14:\"lastmodifiedat\";i:112;s:6:\"jumpto\";i:113;s:16:\"jumptonavigation\";i:114;s:12:\"jumptosearch\";i:115;s:9:\"aboutsite\";i:116;s:9:\"aboutpage\";i:117;s:9:\"copyright\";i:118;s:13:\"copyrightpage\";i:119;s:13:\"currentevents\";i:120;s:17:\"currentevents-url\";i:121;s:11:\"disclaimers\";i:122;s:14:\"disclaimerpage\";i:123;s:8:\"edithelp\";i:124;s:8:\"mainpage\";i:125;s:20:\"mainpage-description\";i:126;s:6:\"portal\";i:127;s:10:\"portal-url\";i:128;s:7:\"privacy\";i:129;s:11:\"privacypage\";i:130;s:2:\"ok\";i:131;s:13:\"retrievedfrom\";i:132;s:18:\"youhavenewmessages\";i:133;s:27:\"youhavenewmessagesfromusers\";i:134;s:21:\"newmessageslinkplural\";i:135;s:25:\"newmessagesdifflinkplural\";i:136;s:11:\"editsection\";i:137;s:7:\"editold\";i:138;s:13:\"viewsourceold\";i:139;s:8:\"editlink\";i:140;s:14:\"viewsourcelink\";i:141;s:15:\"editsectionhint\";i:142;s:3:\"toc\";i:143;s:7:\"showtoc\";i:144;s:7:\"hidetoc\";i:145;s:18:\"collapsible-expand\";i:146;s:14:\"site-atom-feed\";i:147;s:14:\"page-atom-feed\";i:148;s:14:\"red-link-title\";i:149;s:10:\"nstab-main\";i:150;s:10:\"nstab-user\";i:151;s:13:\"nstab-special\";i:152;s:13:\"nstab-project\";i:153;s:11:\"nstab-image\";i:154;s:15:\"nstab-mediawiki\";i:155;s:14:\"nstab-template\";i:156;s:14:\"nstab-category\";i:157;s:14:\"mainpage-nstab\";i:158;s:17:\"nosuchspecialpage\";i:159;s:17:\"nospecialpagetext\";i:160;s:8:\"badtitle\";i:161;s:12:\"badtitletext\";i:162;s:10:\"viewsource\";i:163;s:16:\"viewsource-title\";i:164;s:14:\"viewsourcetext\";i:165;s:8:\"yourname\";i:166;s:18:\"userlogin-yourname\";i:167;s:21:\"userlogin-yourname-ph\";i:168;s:12:\"yourpassword\";i:169;s:22:\"userlogin-yourpassword\";i:170;s:25:\"userlogin-yourpassword-ph\";i:171;s:26:\"createacct-yourpassword-ph\";i:172;s:28:\"createacct-yourpasswordagain\";i:173;s:31:\"createacct-yourpasswordagain-ph\";i:174;s:28:\"userlogin-remembermypassword\";i:175;s:5:\"login\";i:176;s:6:\"logout\";i:177;s:19:\"userlogin-noaccount\";i:178;s:21:\"userlogin-joinproject\";i:179;s:13:\"createaccount\";i:180;s:28:\"userlogin-resetpassword-link\";i:181;s:19:\"userlogin-helplink2\";i:182;s:24:\"createacct-emailoptional\";i:183;s:19:\"createacct-email-ph\";i:184;s:17:\"createacct-submit\";i:185;s:25:\"createacct-another-submit\";i:186;s:26:\"createacct-benefit-heading\";i:187;s:24:\"createacct-benefit-body1\";i:188;s:24:\"createacct-benefit-body2\";i:189;s:24:\"createacct-benefit-body3\";i:190;s:14:\"mailmypassword\";i:191;s:18:\"loginlanguagelabel\";i:192;s:8:\"pt-login\";i:193;s:15:\"pt-login-button\";i:194;s:16:\"pt-createaccount\";i:195;s:13:\"pt-userlogout\";i:196;s:24:\"botpasswords-label-appid\";i:197;s:25:\"botpasswords-label-create\";i:198;s:25:\"botpasswords-label-cancel\";i:199;s:23:\"resetpass-submit-cancel\";i:200;s:13:\"passwordreset\";i:201;s:22:\"passwordreset-username\";i:202;s:7:\"summary\";i:203;s:9:\"minoredit\";i:204;s:9:\"watchthis\";i:205;s:11:\"savearticle\";i:206;s:17:\"savearticle-start\";i:207;s:7:\"preview\";i:208;s:11:\"showpreview\";i:209;s:8:\"showdiff\";i:210;s:15:\"anoneditwarning\";i:211;s:11:\"blockedtext\";i:212;s:12:\"loginreqlink\";i:213;s:14:\"newarticletext\";i:214;s:16:\"anontalkpagetext\";i:215;s:13:\"noarticletext\";i:216;s:26:\"noarticletext-nopermission\";i:217;s:30:\"userpage-userdoesnotexist-view\";i:218;s:14:\"clearyourcache\";i:219;s:11:\"previewnote\";i:220;s:16:\"continue-editing\";i:221;s:7:\"editing\";i:222;s:8:\"creating\";i:223;s:14:\"editingsection\";i:224;s:13:\"templatesused\";i:225;s:20:\"templatesusedpreview\";i:226;s:18:\"template-protected\";i:227;s:22:\"template-semiprotected\";i:228;s:16:\"hiddencategories\";i:229;s:17:\"permissionserrors\";i:230;s:32:\"permissionserrorstext-withaction\";i:231;s:26:\"recreate-moveddeleted-warn\";i:232;s:19:\"moveddeleted-notice\";i:233;s:22:\"content-model-wikitext\";i:234;s:12:\"undo-failure\";i:235;s:12:\"viewpagelogs\";i:236;s:10:\"currentrev\";i:237;s:15:\"currentrev-asof\";i:238;s:12:\"revisionasof\";i:239;s:13:\"revision-info\";i:240;s:16:\"previousrevision\";i:241;s:12:\"nextrevision\";i:242;s:19:\"currentrevisionlink\";i:243;s:3:\"cur\";i:244;s:4:\"last\";i:245;s:10:\"histlegend\";i:246;s:22:\"history-fieldset-title\";i:247;s:9:\"histfirst\";i:248;s:8:\"histlast\";i:249;s:18:\"history-feed-title\";i:250;s:24:\"history-feed-description\";i:251;s:27:\"history-feed-item-nocomment\";i:252;s:12:\"rev-delundel\";i:253;s:15:\"rev-showdeleted\";i:254;s:14:\"revdel-restore\";i:255;s:8:\"pagehist\";i:256;s:8:\"mergelog\";i:257;s:13:\"history-title\";i:258;s:16:\"difference-title\";i:259;s:6:\"lineno\";i:260;s:23:\"compareselectedversions\";i:261;s:8:\"editundo\";i:262;s:10:\"diff-empty\";i:263;s:19:\"diff-multi-sameuser\";i:264;s:21:\"diff-multi-otherusers\";i:265;s:13:\"searchresults\";i:266;s:19:\"searchresults-title\";i:267;s:5:\"prevn\";i:268;s:5:\"nextn\";i:269;s:11:\"prevn-title\";i:270;s:11:\"nextn-title\";i:271;s:11:\"shown-title\";i:272;s:12:\"viewprevnext\";i:273;s:17:\"searchmenu-exists\";i:274;s:14:\"searchmenu-new\";i:275;s:22:\"searchprofile-articles\";i:276;s:20:\"searchprofile-images\";i:277;s:24:\"searchprofile-everything\";i:278;s:22:\"searchprofile-advanced\";i:279;s:30:\"searchprofile-articles-tooltip\";i:280;s:28:\"searchprofile-images-tooltip\";i:281;s:32:\"searchprofile-everything-tooltip\";i:282;s:30:\"searchprofile-advanced-tooltip\";i:283;s:18:\"search-result-size\";i:284;s:27:\"search-result-category-size\";i:285;s:15:\"search-redirect\";i:286;s:14:\"search-section\";i:287;s:17:\"search-file-match\";i:288;s:14:\"search-suggest\";i:289;s:9:\"searchall\";i:290;s:21:\"search-showingresults\";i:291;s:16:\"search-nonefound\";i:292;s:21:\"powersearch-toggleall\";i:293;s:11:\"preferences\";i:294;s:13:\"mypreferences\";i:295;s:8:\"prefs-rc\";i:296;s:15:\"prefs-watchlist\";i:297;s:23:\"prefs-editwatchlist-raw\";i:298;s:17:\"searchresultshead\";i:299;s:19:\"prefs-searchoptions\";i:300;s:16:\"prefs-namespaces\";i:301;s:11:\"prefs-files\";i:302;s:11:\"prefs-diffs\";i:303;s:9:\"group-bot\";i:304;s:11:\"group-sysop\";i:305;s:16:\"group-bot-member\";i:306;s:13:\"grouppage-bot\";i:307;s:15:\"grouppage-sysop\";i:308;s:12:\"right-upload\";i:309;s:14:\"right-writeapi\";i:310;s:19:\"grant-createaccount\";i:311;s:14:\"newuserlogpage\";i:312;s:9:\"rightslog\";i:313;s:22:\"skin-action-addsection\";i:314;s:11:\"action-edit\";i:315;s:20:\"action-createaccount\";i:316;s:11:\"action-move\";i:317;s:13:\"action-delete\";i:318;s:18:\"enhancedrc-history\";i:319;s:13:\"recentchanges\";i:320;s:20:\"recentchanges-legend\";i:321;s:21:\"recentchanges-summary\";i:322;s:22:\"recentchanges-noresult\";i:323;s:30:\"recentchanges-feed-description\";i:324;s:27:\"recentchanges-label-newpage\";i:325;s:25:\"recentchanges-label-minor\";i:326;s:23:\"recentchanges-label-bot\";i:327;s:31:\"recentchanges-label-unpatrolled\";i:328;s:29:\"recentchanges-label-plusminus\";i:329;s:28:\"recentchanges-legend-heading\";i:330;s:28:\"recentchanges-legend-newpage\";i:331;s:20:\"recentchanges-submit\";i:332;s:28:\"rcfilters-activefilters-hide\";i:333;s:28:\"rcfilters-activefilters-show\";i:334;s:24:\"rcfilters-days-show-days\";i:335;s:35:\"rcfilters-savedqueries-cancel-label\";i:336;s:27:\"rcfilters-filter-bots-label\";i:337;s:34:\"rcfilters-filtergroup-lastrevision\";i:338;s:10:\"rcnotefrom\";i:339;s:10:\"rclistfrom\";i:340;s:15:\"rcshowhideminor\";i:341;s:20:\"rcshowhideminor-show\";i:342;s:20:\"rcshowhideminor-hide\";i:343;s:14:\"rcshowhidebots\";i:344;s:19:\"rcshowhidebots-show\";i:345;s:19:\"rcshowhidebots-hide\";i:346;s:13:\"rcshowhideliu\";i:347;s:18:\"rcshowhideliu-show\";i:348;s:18:\"rcshowhideliu-hide\";i:349;s:15:\"rcshowhideanons\";i:350;s:20:\"rcshowhideanons-show\";i:351;s:20:\"rcshowhideanons-hide\";i:352;s:14:\"rcshowhidepatr\";i:353;s:19:\"rcshowhidepatr-show\";i:354;s:19:\"rcshowhidepatr-hide\";i:355;s:14:\"rcshowhidemine\";i:356;s:19:\"rcshowhidemine-show\";i:357;s:19:\"rcshowhidemine-hide\";i:358;s:29:\"rcshowhidecategorization-show\";i:359;s:29:\"rcshowhidecategorization-hide\";i:360;s:7:\"rclinks\";i:361;s:4:\"diff\";i:362;s:4:\"hist\";i:363;s:4:\"hide\";i:364;s:4:\"show\";i:365;s:15:\"minoreditletter\";i:366;s:13:\"newpageletter\";i:367;s:13:\"boteditletter\";i:368;s:18:\"rc-change-size-new\";i:369;s:12:\"rc-old-title\";i:370;s:19:\"recentchangeslinked\";i:371;s:24:\"recentchangeslinked-feed\";i:372;s:27:\"recentchangeslinked-toolbox\";i:373;s:25:\"recentchangeslinked-title\";i:374;s:27:\"recentchangeslinked-summary\";i:375;s:24:\"recentchangeslinked-page\";i:376;s:22:\"recentchangeslinked-to\";i:377;s:6:\"upload\";i:378;s:13:\"uploadlogpage\";i:379;s:8:\"filedesc\";i:380;s:10:\"filesource\";i:381;s:19:\"upload-dialog-title\";i:382;s:27:\"upload-dialog-button-cancel\";i:383;s:38:\"upload-form-label-infoform-description\";i:384;s:37:\"upload-form-label-infoform-categories\";i:385;s:31:\"upload-form-label-infoform-date\";i:386;s:7:\"license\";i:387;s:14:\"license-header\";i:388;s:26:\"listfiles-userdoesnotexist\";i:389;s:7:\"imgfile\";i:390;s:9:\"listfiles\";i:391;s:15:\"listfiles_thumb\";i:392;s:14:\"listfiles_date\";i:393;s:14:\"listfiles_user\";i:394;s:21:\"listfiles_description\";i:395;s:16:\"file-anchor-link\";i:396;s:8:\"filehist\";i:397;s:13:\"filehist-help\";i:398;s:15:\"filehist-revert\";i:399;s:16:\"filehist-current\";i:400;s:17:\"filehist-datetime\";i:401;s:14:\"filehist-thumb\";i:402;s:18:\"filehist-thumbtext\";i:403;s:16:\"filehist-nothumb\";i:404;s:13:\"filehist-user\";i:405;s:19:\"filehist-dimensions\";i:406;s:16:\"filehist-comment\";i:407;s:10:\"imagelinks\";i:408;s:12:\"linkstoimage\";i:409;s:17:\"linkstoimage-more\";i:410;s:14:\"nolinkstoimage\";i:411;s:21:\"linkstoimage-redirect\";i:412;s:22:\"sharedupload-desc-here\";i:413;s:15:\"filepage-nofile\";i:414;s:22:\"upload-disallowed-here\";i:415;s:10:\"randompage\";i:416;s:23:\"randomincategory-submit\";i:417;s:10:\"statistics\";i:418;s:19:\"statistics-articles\";i:419;s:16:\"statistics-pages\";i:420;s:20:\"pageswithprop-submit\";i:421;s:21:\"double-redirect-fixer\";i:422;s:20:\"brokenredirects-edit\";i:423;s:23:\"withoutinterwiki-submit\";i:424;s:6:\"nbytes\";i:425;s:8:\"nmembers\";i:426;s:11:\"prefixindex\";i:427;s:18:\"prefixindex-submit\";i:428;s:22:\"protectedpages-filters\";i:429;s:25:\"protectedpages-noredirect\";i:430;s:19:\"protectedpages-page\";i:431;s:9:\"listusers\";i:432;s:8:\"newpages\";i:433;s:15:\"newpages-submit\";i:434;s:17:\"newpages-username\";i:435;s:4:\"move\";i:436;s:12:\"movethispage\";i:437;s:13:\"pager-newer-n\";i:438;s:13:\"pager-older-n\";i:439;s:20:\"apisandbox-add-multi\";i:440;s:11:\"booksources\";i:441;s:25:\"booksources-search-legend\";i:442;s:18:\"booksources-search\";i:443;s:19:\"specialloguserlabel\";i:444;s:20:\"speciallogtitlelabel\";i:445;s:3:\"log\";i:446;s:13:\"all-logs-page\";i:447;s:11:\"alllogstext\";i:448;s:8:\"logempty\";i:449;s:12:\"checkbox-all\";i:450;s:8:\"allpages\";i:451;s:11:\"allarticles\";i:452;s:14:\"allpagessubmit\";i:453;s:23:\"allpages-hide-redirects\";i:454;s:10:\"categories\";i:455;s:17:\"categories-submit\";i:456;s:32:\"sp-deletedcontributions-contribs\";i:457;s:13:\"linksearch-ns\";i:458;s:13:\"linksearch-ok\";i:459;s:16:\"listusers-submit\";i:460;s:17:\"listusers-blocked\";i:461;s:23:\"listgrouprights-members\";i:462;s:9:\"emailuser\";i:463;s:13:\"emailusername\";i:464;s:18:\"usermessage-editor\";i:465;s:9:\"watchlist\";i:466;s:11:\"mywatchlist\";i:467;s:13:\"watchlistfor2\";i:468;s:5:\"watch\";i:469;s:13:\"watchthispage\";i:470;s:7:\"unwatch\";i:471;s:17:\"watchlist-details\";i:472;s:20:\"wlheader-showupdated\";i:473;s:6:\"wlnote\";i:474;s:14:\"watchlist-hide\";i:475;s:16:\"watchlist-submit\";i:476;s:14:\"wlshowhidebots\";i:477;s:17:\"watchlist-options\";i:478;s:12:\"enotif_reset\";i:479;s:16:\"enotif_minoredit\";i:480;s:20:\"historyaction-submit\";i:481;s:10:\"dellogpage\";i:482;s:11:\"deletionlog\";i:483;s:12:\"rollbacklink\";i:484;s:17:\"rollbacklinkcount\";i:485;s:14:\"protectlogpage\";i:486;s:15:\"protect-default\";i:487;s:16:\"restriction-type\";i:488;s:16:\"restriction-edit\";i:489;s:16:\"restriction-move\";i:490;s:18:\"restriction-create\";i:491;s:14:\"undeleteinvert\";i:492;s:22:\"undelete-search-submit\";i:493;s:9:\"namespace\";i:494;s:6:\"invert\";i:495;s:14:\"tooltip-invert\";i:496;s:21:\"namespace_association\";i:497;s:29:\"tooltip-namespace_association\";i:498;s:14:\"blanknamespace\";i:499;s:13:\"contributions\";i:500;s:23:\"tool-link-contributions\";i:501;s:19:\"contributions-title\";i:502;s:9:\"mycontris\";i:503;s:12:\"anoncontribs\";i:504;s:11:\"contribsub2\";i:505;s:30:\"contributions-userdoesnotexist\";i:506;s:10:\"nocontribs\";i:507;s:5:\"uctop\";i:508;s:5:\"month\";i:509;s:4:\"year\";i:510;s:25:\"sp-contributions-blocklog\";i:511;s:24:\"sp-contributions-uploads\";i:512;s:21:\"sp-contributions-logs\";i:513;s:21:\"sp-contributions-talk\";i:514;s:23:\"sp-contributions-search\";i:515;s:25:\"sp-contributions-username\";i:516;s:24:\"sp-contributions-toponly\";i:517;s:24:\"sp-contributions-newonly\";i:518;s:23:\"sp-contributions-submit\";i:519;s:13:\"whatlinkshere\";i:520;s:19:\"whatlinkshere-title\";i:521;s:18:\"whatlinkshere-page\";i:522;s:9:\"linkshere\";i:523;s:11:\"nolinkshere\";i:524;s:10:\"isredirect\";i:525;s:10:\"istemplate\";i:526;s:7:\"isimage\";i:527;s:18:\"whatlinkshere-prev\";i:528;s:18:\"whatlinkshere-next\";i:529;s:19:\"whatlinkshere-links\";i:530;s:24:\"whatlinkshere-hideredirs\";i:531;s:23:\"whatlinkshere-hidetrans\";i:532;s:23:\"whatlinkshere-hidelinks\";i:533;s:24:\"whatlinkshere-hideimages\";i:534;s:20:\"whatlinkshere-submit\";i:535;s:19:\"ipaddressorusername\";i:536;s:10:\"ipboptions\";i:537;s:20:\"autoblocklist-submit\";i:538;s:18:\"ipblocklist-submit\";i:539;s:13:\"infiniteblock\";i:540;s:18:\"createaccountblock\";i:541;s:9:\"blocklink\";i:542;s:12:\"contribslink\";i:543;s:12:\"blocklogpage\";i:544;s:24:\"block-log-flags-nocreate\";i:545;s:12:\"proxyblocker\";i:546;s:8:\"newtitle\";i:547;s:11:\"movelogpage\";i:548;s:6:\"export\";i:549;s:22:\"allmessages-filter-all\";i:550;s:25:\"allmessages-filter-submit\";i:551;s:14:\"thumbnail-more\";i:552;s:14:\"import-comment\";i:553;s:13:\"importlogpage\";i:554;s:19:\"tooltip-pt-userpage\";i:555;s:17:\"tooltip-pt-mytalk\";i:556;s:22:\"tooltip-pt-preferences\";i:557;s:20:\"tooltip-pt-watchlist\";i:558;s:20:\"tooltip-pt-mycontris\";i:559;s:16:\"tooltip-pt-login\";i:560;s:17:\"tooltip-pt-logout\";i:561;s:24:\"tooltip-pt-createaccount\";i:562;s:15:\"tooltip-ca-talk\";i:563;s:15:\"tooltip-ca-edit\";i:564;s:21:\"tooltip-ca-addsection\";i:565;s:21:\"tooltip-ca-viewsource\";i:566;s:18:\"tooltip-ca-history\";i:567;s:18:\"tooltip-ca-protect\";i:568;s:17:\"tooltip-ca-delete\";i:569;s:15:\"tooltip-ca-move\";i:570;s:16:\"tooltip-ca-watch\";i:571;s:18:\"tooltip-ca-unwatch\";i:572;s:14:\"tooltip-search\";i:573;s:17:\"tooltip-search-go\";i:574;s:23:\"tooltip-search-fulltext\";i:575;s:14:\"tooltip-p-logo\";i:576;s:18:\"tooltip-n-mainpage\";i:577;s:30:\"tooltip-n-mainpage-description\";i:578;s:16:\"tooltip-n-portal\";i:579;s:23:\"tooltip-n-currentevents\";i:580;s:23:\"tooltip-n-recentchanges\";i:581;s:20:\"tooltip-n-randompage\";i:582;s:14:\"tooltip-n-help\";i:583;s:23:\"tooltip-t-whatlinkshere\";i:584;s:29:\"tooltip-t-recentchangeslinked\";i:585;s:17:\"tooltip-feed-atom\";i:586;s:23:\"tooltip-t-contributions\";i:587;s:19:\"tooltip-t-emailuser\";i:588;s:16:\"tooltip-t-upload\";i:589;s:22:\"tooltip-t-specialpages\";i:590;s:15:\"tooltip-t-print\";i:591;s:19:\"tooltip-t-permalink\";i:592;s:21:\"tooltip-ca-nstab-main\";i:593;s:21:\"tooltip-ca-nstab-user\";i:594;s:24:\"tooltip-ca-nstab-special\";i:595;s:24:\"tooltip-ca-nstab-project\";i:596;s:22:\"tooltip-ca-nstab-image\";i:597;s:26:\"tooltip-ca-nstab-mediawiki\";i:598;s:25:\"tooltip-ca-nstab-template\";i:599;s:25:\"tooltip-ca-nstab-category\";i:600;s:17:\"tooltip-minoredit\";i:601;s:12:\"tooltip-save\";i:602;s:15:\"tooltip-preview\";i:603;s:12:\"tooltip-diff\";i:604;s:31:\"tooltip-compareselectedversions\";i:605;s:13:\"tooltip-watch\";i:606;s:16:\"tooltip-rollback\";i:607;s:12:\"tooltip-undo\";i:608;s:15:\"tooltip-summary\";i:609;s:20:\"simpleantispam-label\";i:610;s:14:\"pageinfo-title\";i:611;s:21:\"pageinfo-header-basic\";i:612;s:21:\"pageinfo-header-edits\";i:613;s:28:\"pageinfo-header-restrictions\";i:614;s:26:\"pageinfo-header-properties\";i:615;s:22:\"pageinfo-display-title\";i:616;s:21:\"pageinfo-default-sort\";i:617;s:15:\"pageinfo-length\";i:618;s:19:\"pageinfo-article-id\";i:619;s:17:\"pageinfo-language\";i:620;s:22:\"pageinfo-content-model\";i:621;s:21:\"pageinfo-robot-policy\";i:622;s:20:\"pageinfo-robot-index\";i:623;s:22:\"pageinfo-robot-noindex\";i:624;s:17:\"pageinfo-watchers\";i:625;s:21:\"pageinfo-few-watchers\";i:626;s:23:\"pageinfo-redirects-name\";i:627;s:22:\"pageinfo-subpages-name\";i:628;s:23:\"pageinfo-subpages-value\";i:629;s:18:\"pageinfo-firstuser\";i:630;s:18:\"pageinfo-firsttime\";i:631;s:17:\"pageinfo-lastuser\";i:632;s:17:\"pageinfo-lasttime\";i:633;s:14:\"pageinfo-edits\";i:634;s:16:\"pageinfo-authors\";i:635;s:21:\"pageinfo-recent-edits\";i:636;s:23:\"pageinfo-recent-authors\";i:637;s:20:\"pageinfo-magic-words\";i:638;s:26:\"pageinfo-hidden-categories\";i:639;s:18:\"pageinfo-templates\";i:640;s:20:\"pageinfo-toolboxlink\";i:641;s:20:\"pageinfo-contentpage\";i:642;s:24:\"pageinfo-contentpage-yes\";i:643;s:15:\"patrol-log-page\";i:644;s:12:\"previousdiff\";i:645;s:8:\"nextdiff\";i:646;s:15:\"widthheightpage\";i:647;s:14:\"file-info-size\";i:648;s:20:\"file-info-size-pages\";i:649;s:12:\"file-nohires\";i:650;s:13:\"svg-long-desc\";i:651;s:14:\"show-big-image\";i:652;s:22:\"show-big-image-preview\";i:653;s:20:\"show-big-image-other\";i:654;s:19:\"show-big-image-size\";i:655;s:8:\"ilsubmit\";i:656;s:8:\"metadata\";i:657;s:13:\"metadata-help\";i:658;s:15:\"metadata-fields\";i:659;s:13:\"namespacesall\";i:660;s:9:\"monthsall\";i:661;s:17:\"confirm-watch-top\";i:662;s:19:\"confirm-unwatch-top\";i:663;s:16:\"imgmultipagenext\";i:664;s:10:\"imgmultigo\";i:665;s:12:\"imgmultigoto\";i:666;s:11:\"img-lang-go\";i:667;s:24:\"table_pager_limit_submit\";i:668;s:23:\"watchlistedit-raw-title\";i:669;s:20:\"watchlisttools-clear\";i:670;s:19:\"watchlisttools-view\";i:671;s:19:\"watchlisttools-edit\";i:672;s:18:\"watchlisttools-raw\";i:673;s:9:\"signature\";i:674;s:20:\"version-specialpages\";i:675;s:33:\"version-ext-colheader-description\";i:676;s:29:\"version-libraries-description\";i:677;s:8:\"redirect\";i:678;s:16:\"redirect-summary\";i:679;s:15:\"redirect-submit\";i:680;s:15:\"redirect-lookup\";i:681;s:14:\"redirect-value\";i:682;s:13:\"redirect-user\";i:683;s:13:\"redirect-page\";i:684;s:17:\"redirect-revision\";i:685;s:13:\"redirect-file\";i:686;s:26:\"fileduplicatesearch-submit\";i:687;s:12:\"specialpages\";i:688;s:10:\"tag-filter\";i:689;s:16:\"tag-list-wrapper\";i:690;s:15:\"tag-mw-rollback\";i:691;s:11:\"tag-mw-undo\";i:692;s:18:\"tags-source-header\";i:693;s:15:\"tags-active-yes\";i:694;s:14:\"tags-active-no\";i:695;s:9:\"tags-edit\";i:696;s:13:\"tags-hitcount\";i:697;s:18:\"tags-create-submit\";i:698;s:13:\"permanentlink\";i:699;s:15:\"htmlform-submit\";i:700;s:22:\"htmlform-cloner-delete\";i:701;s:22:\"logentry-delete-delete\";i:702;s:23:\"logentry-delete-restore\";i:703;s:24:\"logentry-delete-revision\";i:704;s:21:\"revdelete-content-hid\";i:705;s:18:\"logentry-move-move\";i:706;s:29:\"logentry-move-move-noredirect\";i:707;s:24:\"logentry-move-move_redir\";i:708;s:27:\"logentry-patrol-patrol-auto\";i:709;s:26:\"logentry-newusers-newusers\";i:710;s:24:\"logentry-newusers-create\";i:711;s:28:\"logentry-newusers-autocreate\";i:712;s:22:\"logentry-upload-upload\";i:713;s:25:\"logentry-upload-overwrite\";i:714;s:22:\"logentry-upload-revert\";i:715;s:15:\"feedback-cancel\";i:716;s:20:\"searchsuggest-search\";i:717;s:13:\"duration-days\";i:718;s:14:\"randomrootpage\";i:719;s:21:\"log-action-filter-all\";i:720;s:29:\"log-action-filter-block-block\";i:721;s:28:\"authmanager-userdoesnotexist\";i:722;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:723;s:22:\"skin-view-create-local\";i:724;s:14:\"nstab-mainpage\";i:725;s:18:\"skin-action-delete\";i:726;s:16:\"skin-action-move\";i:727;s:24:\"vector-action-addsection\";i:728;s:20:\"vector-action-delete\";i:729;s:18:\"vector-action-move\";i:730;s:21:\"vector-action-protect\";i:731;s:18:\"vector-view-create\";i:732;s:16:\"vector-view-edit\";i:733;s:19:\"vector-view-history\";i:734;s:16:\"vector-view-view\";i:735;s:22:\"vector-view-viewsource\";i:736;s:19:\"vector-more-actions\";i:737;s:36:\"wikieditor-toolbar-tool-bold-example\";i:738;s:38:\"wikieditor-toolbar-tool-italic-example\";i:739;s:29:\"wikieditor-toolbar-tool-ilink\";i:740;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:741;s:29:\"wikieditor-toolbar-tool-xlink\";i:742;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:743;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:744;s:28:\"wikieditor-toolbar-tool-file\";i:745;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:746;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:747;s:35:\"wikieditor-toolbar-section-advanced\";i:748;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:749;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:750;s:31:\"wikieditor-toolbar-section-help\";i:751;s:43:\"wikieditor-toolbar-help-heading-description\";i:752;s:33:\"wikieditor-toolbar-help-page-file\";i:753;s:39:\"wikieditor-toolbar-help-page-discussion\";i:754;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:755;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:756;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:757;s:48:\"wikieditor-toolbar-help-content-file-description\";i:758;s:11:\"projectpage\";i:759;s:15:\"welcomecreation\";i:760;s:17:\"tog-hidepatrolled\";i:761;s:25:\"tog-newpageshidepatrolled\";i:762;s:19:\"tog-extendwatchlist\";i:763;s:12:\"tog-usenewrc\";i:764;s:18:\"tog-editondblclick\";i:765;s:27:\"tog-editsectiononrightclick\";i:766;s:18:\"tog-watchcreations\";i:767;s:16:\"tog-watchdefault\";i:768;s:14:\"tog-watchmoves\";i:769;s:17:\"tog-watchdeletion\";i:770;s:16:\"tog-watchuploads\";i:771;s:17:\"tog-watchrollback\";i:772;s:16:\"tog-minordefault\";i:773;s:16:\"tog-previewontop\";i:774;s:18:\"tog-previewonfirst\";i:775;s:24:\"tog-enotifwatchlistpages\";i:776;s:23:\"tog-enotifusertalkpages\";i:777;s:20:\"tog-enotifminoredits\";i:778;s:20:\"tog-enotifrevealaddr\";i:779;s:12:\"tog-fancysig\";i:780;s:18:\"tog-uselivepreview\";i:781;s:20:\"tog-forceeditsummary\";i:782;s:20:\"tog-watchlisthideown\";i:783;s:21:\"tog-watchlisthidebots\";i:784;s:22:\"tog-watchlisthideminor\";i:785;s:20:\"tog-watchlisthideliu\";i:786;s:32:\"tog-watchlistreloadautomatically\";i:787;s:25:\"tog-watchlistunwatchlinks\";i:788;s:22:\"tog-watchlisthideanons\";i:789;s:26:\"tog-watchlisthidepatrolled\";i:790;s:31:\"tog-watchlisthidecategorization\";i:791;s:16:\"tog-ccmeonemails\";i:792;s:12:\"tog-diffonly\";i:793;s:18:\"tog-showhiddencats\";i:794;s:18:\"tog-norollbackdiff\";i:795;s:18:\"tog-useeditwarning\";i:796;s:16:\"tog-prefershttps\";i:797;s:28:\"tog-showrollbackconfirmation\";i:798;s:16:\"tog-requireemail\";i:799;s:16:\"underline-always\";i:800;s:15:\"underline-never\";i:801;s:17:\"underline-default\";i:802;s:14:\"editfont-style\";i:803;s:18:\"editfont-monospace\";i:804;s:18:\"editfont-sansserif\";i:805;s:14:\"editfont-serif\";i:806;s:9:\"period-pm\";i:807;s:24:\"hidden-category-category\";i:808;s:29:\"category-subcat-count-limited\";i:809;s:30:\"category-article-count-limited\";i:810;s:27:\"category-file-count-limited\";i:811;s:14:\"index-category\";i:812;s:25:\"categoryviewer-pagedlinks\";i:813;s:24:\"category-header-numerals\";i:814;s:7:\"article\";i:815;s:13:\"morenotlisted\";i:816;s:8:\"anontalk\";i:817;s:3:\"faq\";i:818;s:7:\"actions\";i:819;s:14:\"errorpagetitle\";i:820;s:14:\"help-mediawiki\";i:821;s:23:\"search-ignored-headings\";i:822;s:13:\"history_small\";i:823;s:13:\"updatedmarker\";i:824;s:35:\"printableversion-deprecated-warning\";i:825;s:5:\"print\";i:826;s:10:\"edit-local\";i:827;s:14:\"undelete_short\";i:828;s:17:\"viewdeleted_short\";i:829;s:7:\"protect\";i:830;s:14:\"protect_change\";i:831;s:21:\"skin-action-unprotect\";i:832;s:9:\"unprotect\";i:833;s:20:\"tool-link-userrights\";i:834;s:29:\"tool-link-userrights-readonly\";i:835;s:19:\"tool-link-emailuser\";i:836;s:9:\"imagepage\";i:837;s:13:\"mediawikipage\";i:838;s:12:\"templatepage\";i:839;s:12:\"viewhelppage\";i:840;s:12:\"categorypage\";i:841;s:12:\"viewtalkpage\";i:842;s:9:\"viewcount\";i:843;s:13:\"protectedpage\";i:844;s:15:\"view-pool-error\";i:845;s:18:\"generic-pool-error\";i:846;s:12:\"pool-timeout\";i:847;s:14:\"pool-queuefull\";i:848;s:17:\"pool-errorunknown\";i:849;s:16:\"pool-servererror\";i:850;s:23:\"poolcounter-usage-error\";i:851;s:20:\"helppage-top-gethelp\";i:852;s:10:\"policy-url\";i:853;s:9:\"badaccess\";i:854;s:16:\"badaccess-group0\";i:855;s:16:\"badaccess-groups\";i:856;s:15:\"versionrequired\";i:857;s:19:\"versionrequiredtext\";i:858;s:27:\"youhavenewmessagesmanyusers\";i:859;s:20:\"collapsible-collapse\";i:860;s:19:\"confirmable-confirm\";i:861;s:15:\"confirmable-yes\";i:862;s:14:\"confirmable-no\";i:863;s:13:\"thisisdeleted\";i:864;s:11:\"viewdeleted\";i:865;s:11:\"restorelink\";i:866;s:12:\"feed-invalid\";i:867;s:16:\"feed-unavailable\";i:868;s:13:\"site-rss-feed\";i:869;s:13:\"page-rss-feed\";i:870;s:15:\"sort-descending\";i:871;s:14:\"sort-ascending\";i:872;s:12:\"sort-initial\";i:873;s:18:\"sort-rowspan-error\";i:874;s:11:\"nstab-media\";i:875;s:10:\"nstab-help\";i:876;s:12:\"nosuchaction\";i:877;s:16:\"nosuchactiontext\";i:878;s:5:\"error\";i:879;s:13:\"databaseerror\";i:880;s:18:\"databaseerror-text\";i:881;s:20:\"databaseerror-textcl\";i:882;s:19:\"databaseerror-query\";i:883;s:22:\"databaseerror-function\";i:884;s:19:\"databaseerror-error\";i:885;s:35:\"transaction-duration-limit-exceeded\";i:886;s:39:\"transaction-max-statement-time-exceeded\";i:887;s:17:\"laggedreplicamode\";i:888;s:8:\"readonly\";i:889;s:15:\"enterlockreason\";i:890;s:12:\"readonlytext\";i:891;s:15:\"missing-article\";i:892;s:18:\"missingarticle-rev\";i:893;s:19:\"missingarticle-diff\";i:894;s:12:\"readonly_lag\";i:895;s:26:\"nonwrite-api-promise-error\";i:896;s:12:\"timeouterror\";i:897;s:17:\"timeouterror-text\";i:898;s:13:\"internalerror\";i:899;s:18:\"internalerror_info\";i:900;s:29:\"internalerror-fatal-exception\";i:901;s:13:\"filecopyerror\";i:902;s:15:\"filerenameerror\";i:903;s:15:\"filedeleteerror\";i:904;s:20:\"directorycreateerror\";i:905;s:22:\"directoryreadonlyerror\";i:906;s:12:\"filenotfound\";i:907;s:10:\"unexpected\";i:908;s:9:\"formerror\";i:909;s:15:\"badarticleerror\";i:910;s:12:\"cannotdelete\";i:911;s:18:\"cannotdelete-title\";i:912;s:16:\"delete-scheduled\";i:913;s:19:\"delete-hook-aborted\";i:914;s:16:\"no-null-revision\";i:915;s:13:\"title-invalid\";i:916;s:19:\"title-invalid-empty\";i:917;s:18:\"title-invalid-utf8\";i:918;s:23:\"title-invalid-interwiki\";i:919;s:28:\"title-invalid-talk-namespace\";i:920;s:24:\"title-invalid-characters\";i:921;s:22:\"title-invalid-relative\";i:922;s:25:\"title-invalid-magic-tilde\";i:923;s:22:\"title-invalid-too-long\";i:924;s:27:\"title-invalid-leading-colon\";i:925;s:10:\"perfcached\";i:926;s:12:\"perfcachedts\";i:927;s:20:\"querypage-no-updates\";i:928;s:28:\"querypage-updates-periodical\";i:929;s:22:\"skin-action-viewsource\";i:930;s:15:\"actionthrottled\";i:931;s:19:\"actionthrottledtext\";i:932;s:17:\"protectedpagetext\";i:933;s:12:\"viewyourtext\";i:934;s:18:\"protectedinterface\";i:935;s:16:\"editinginterface\";i:936;s:18:\"translateinterface\";i:937;s:16:\"cascadeprotected\";i:938;s:18:\"namespaceprotected\";i:939;s:18:\"customcssprotected\";i:940;s:19:\"customjsonprotected\";i:941;s:17:\"customjsprotected\";i:942;s:16:\"sitecssprotected\";i:943;s:17:\"sitejsonprotected\";i:944;s:15:\"sitejsprotected\";i:945;s:20:\"siterawhtmlprotected\";i:946;s:20:\"mycustomcssprotected\";i:947;s:21:\"mycustomjsonprotected\";i:948;s:19:\"mycustomjsprotected\";i:949;s:22:\"myprivateinfoprotected\";i:950;s:22:\"mypreferencesprotected\";i:951;s:19:\"ns-specialprotected\";i:952;s:14:\"titleprotected\";i:953;s:17:\"filereadonlyerror\";i:954;s:12:\"invalidtitle\";i:955;s:27:\"invalidtitle-knownnamespace\";i:956;s:29:\"invalidtitle-unknownnamespace\";i:957;s:17:\"exception-nologin\";i:958;s:22:\"exception-nologin-text\";i:959;s:29:\"exception-nologin-text-manual\";i:960;s:16:\"virus-badscanner\";i:961;s:16:\"virus-scanfailed\";i:962;s:20:\"virus-unknownscanner\";i:963;s:10:\"logouttext\";i:964;s:18:\"logging-out-notify\";i:965;s:13:\"logout-failed\";i:966;s:21:\"cannotlogoutnow-title\";i:967;s:20:\"cannotlogoutnow-text\";i:968;s:11:\"welcomeuser\";i:969;s:19:\"welcomecreation-msg\";i:970;s:30:\"createacct-another-username-ph\";i:971;s:23:\"prefs-help-yourpassword\";i:972;s:17:\"yourpasswordagain\";i:973;s:24:\"createacct-useuniquepass\";i:974;s:24:\"userlogin-signwithsecure\";i:975;s:17:\"cannotlogin-title\";i:976;s:16:\"cannotlogin-text\";i:977;s:20:\"cannotloginnow-title\";i:978;s:19:\"cannotloginnow-text\";i:979;s:25:\"cannotcreateaccount-title\";i:980;s:24:\"cannotcreateaccount-text\";i:981;s:14:\"yourdomainname\";i:982;s:25:\"password-change-forbidden\";i:983;s:15:\"externaldberror\";i:984;s:14:\"login-security\";i:985;s:23:\"nav-login-createaccount\";i:986;s:10:\"userlogout\";i:987;s:11:\"notloggedin\";i:988;s:18:\"userlogin-loggedin\";i:989;s:16:\"userlogin-reauth\";i:990;s:23:\"userlogin-createanother\";i:991;s:24:\"createacct-emailrequired\";i:992;s:27:\"createacct-another-email-ph\";i:993;s:17:\"createaccountmail\";i:994;s:22:\"createaccountmail-help\";i:995;s:19:\"createacct-realname\";i:996;s:17:\"createacct-reason\";i:997;s:20:\"createacct-reason-ph\";i:998;s:22:\"createacct-reason-help\";i:999;s:25:\"createacct-reason-confirm\";i:1000;s:26:\"createacct-continue-submit\";i:1001;s:34:\"createacct-another-continue-submit\";i:1002;s:9:\"badretype\";i:1003;s:18:\"usernameinprogress\";i:1004;s:10:\"userexists\";i:1005;s:24:\"createacct-normalization\";i:1006;s:10:\"loginerror\";i:1007;s:16:\"createacct-error\";i:1008;s:18:\"createaccounterror\";i:1009;s:12:\"nocookiesnew\";i:1010;s:14:\"nocookieslogin\";i:1011;s:15:\"nocookiesfornew\";i:1012;s:21:\"createacct-loginerror\";i:1013;s:23:\"createacct-temp-warning\";i:1014;s:6:\"noname\";i:1015;s:17:\"loginsuccesstitle\";i:1016;s:12:\"loginsuccess\";i:1017;s:10:\"nosuchuser\";i:1018;s:15:\"nosuchusershort\";i:1019;s:15:\"nouserspecified\";i:1020;s:17:\"login-userblocked\";i:1021;s:13:\"wrongpassword\";i:1022;s:18:\"wrongpasswordempty\";i:1023;s:16:\"passwordtooshort\";i:1024;s:15:\"passwordtoolong\";i:1025;s:20:\"passwordincommonlist\";i:1026;s:19:\"password-name-match\";i:1027;s:33:\"password-substring-username-match\";i:1028;s:24:\"password-login-forbidden\";i:1029;s:21:\"passwordremindertitle\";i:1030;s:20:\"passwordremindertext\";i:1031;s:7:\"noemail\";i:1032;s:13:\"noemailcreate\";i:1033;s:12:\"passwordsent\";i:1034;s:20:\"blocked-mailpassword\";i:1035;s:12:\"eauthentsent\";i:1036;s:22:\"throttled-mailpassword\";i:1037;s:9:\"mailerror\";i:1038;s:26:\"acct_creation_throttle_hit\";i:1039;s:18:\"emailauthenticated\";i:1040;s:21:\"emailnotauthenticated\";i:1041;s:12:\"noemailprefs\";i:1042;s:16:\"emailconfirmlink\";i:1043;s:19:\"invalidemailaddress\";i:1044;s:17:\"cannotchangeemail\";i:1045;s:13:\"emaildisabled\";i:1046;s:14:\"accountcreated\";i:1047;s:18:\"accountcreatedtext\";i:1048;s:19:\"createaccount-title\";i:1049;s:18:\"createaccount-text\";i:1050;s:15:\"login-throttled\";i:1051;s:19:\"login-abort-generic\";i:1052;s:22:\"login-migrated-generic\";i:1053;s:21:\"suspicious-userlogout\";i:1054;s:31:\"createacct-another-realname-tip\";i:1055;s:24:\"pt-login-continue-button\";i:1056;s:22:\"php-mail-error-unknown\";i:1057;s:17:\"user-mail-no-addy\";i:1058;s:17:\"user-mail-no-body\";i:1059;s:14:\"changepassword\";i:1060;s:18:\"resetpass_announce\";i:1061;s:14:\"resetpass_text\";i:1062;s:16:\"resetpass_header\";i:1063;s:11:\"oldpassword\";i:1064;s:11:\"newpassword\";i:1065;s:9:\"retypenew\";i:1066;s:16:\"resetpass_submit\";i:1067;s:22:\"changepassword-success\";i:1068;s:24:\"changepassword-throttled\";i:1069;s:12:\"botpasswords\";i:1070;s:20:\"botpasswords-summary\";i:1071;s:21:\"botpasswords-disabled\";i:1072;s:26:\"botpasswords-no-central-id\";i:1073;s:21:\"botpasswords-existing\";i:1074;s:22:\"botpasswords-createnew\";i:1075;s:25:\"botpasswords-editexisting\";i:1076;s:29:\"botpasswords-label-needsreset\";i:1077;s:25:\"botpasswords-label-update\";i:1078;s:25:\"botpasswords-label-delete\";i:1079;s:32:\"botpasswords-label-resetpassword\";i:1080;s:25:\"botpasswords-label-grants\";i:1081;s:24:\"botpasswords-help-grants\";i:1082;s:32:\"botpasswords-label-grants-column\";i:1083;s:22:\"botpasswords-bad-appid\";i:1084;s:33:\"botpasswords-toolong-restrictions\";i:1085;s:27:\"botpasswords-toolong-grants\";i:1086;s:26:\"botpasswords-insert-failed\";i:1087;s:26:\"botpasswords-update-failed\";i:1088;s:26:\"botpasswords-created-title\";i:1089;s:25:\"botpasswords-created-body\";i:1090;s:26:\"botpasswords-updated-title\";i:1091;s:25:\"botpasswords-updated-body\";i:1092;s:26:\"botpasswords-deleted-title\";i:1093;s:25:\"botpasswords-deleted-body\";i:1094;s:24:\"botpasswords-newpassword\";i:1095;s:24:\"botpasswords-no-provider\";i:1096;s:31:\"botpasswords-restriction-failed\";i:1097;s:25:\"botpasswords-invalid-name\";i:1098;s:22:\"botpasswords-not-exist\";i:1099;s:24:\"botpasswords-needs-reset\";i:1100;s:19:\"botpasswords-locked\";i:1101;s:19:\"resetpass_forbidden\";i:1102;s:26:\"resetpass_forbidden-reason\";i:1103;s:17:\"resetpass-no-info\";i:1104;s:25:\"resetpass-submit-loggedin\";i:1105;s:23:\"resetpass-wrong-oldpass\";i:1106;s:18:\"resetpass-recycled\";i:1107;s:22:\"resetpass-temp-emailed\";i:1108;s:23:\"resetpass-temp-password\";i:1109;s:23:\"resetpass-abort-generic\";i:1110;s:17:\"resetpass-expired\";i:1111;s:22:\"resetpass-expired-soft\";i:1112;s:18:\"resetpass-validity\";i:1113;s:23:\"resetpass-validity-soft\";i:1114;s:22:\"passwordreset-text-one\";i:1115;s:23:\"passwordreset-text-many\";i:1116;s:22:\"passwordreset-disabled\";i:1117;s:27:\"passwordreset-emaildisabled\";i:1118;s:20:\"passwordreset-domain\";i:1119;s:19:\"passwordreset-email\";i:1120;s:24:\"passwordreset-emailtitle\";i:1121;s:26:\"passwordreset-emailtext-ip\";i:1122;s:28:\"passwordreset-emailtext-user\";i:1123;s:26:\"passwordreset-emailelement\";i:1124;s:21:\"passwordreset-success\";i:1125;s:37:\"passwordreset-success-details-generic\";i:1126;s:26:\"passwordreset-success-info\";i:1127;s:37:\"passwordreset-emailtext-require-email\";i:1128;s:22:\"passwordreset-nocaller\";i:1129;s:26:\"passwordreset-nosuchcaller\";i:1130;s:21:\"passwordreset-ignored\";i:1131;s:20:\"passwordreset-nodata\";i:1132;s:11:\"changeemail\";i:1133;s:18:\"changeemail-header\";i:1134;s:19:\"changeemail-no-info\";i:1135;s:20:\"changeemail-oldemail\";i:1136;s:20:\"changeemail-newemail\";i:1137;s:25:\"changeemail-newemail-help\";i:1138;s:16:\"changeemail-none\";i:1139;s:20:\"changeemail-password\";i:1140;s:18:\"changeemail-submit\";i:1141;s:21:\"changeemail-throttled\";i:1142;s:20:\"changeemail-nochange\";i:1143;s:21:\"changeemail-maxlength\";i:1144;s:11:\"resettokens\";i:1145;s:16:\"resettokens-text\";i:1146;s:21:\"resettokens-no-tokens\";i:1147;s:18:\"resettokens-tokens\";i:1148;s:23:\"resettokens-token-label\";i:1149;s:27:\"resettokens-watchlist-token\";i:1150;s:16:\"resettokens-done\";i:1151;s:23:\"resettokens-resetbutton\";i:1152;s:7:\"subject\";i:1153;s:11:\"savechanges\";i:1154;s:11:\"publishpage\";i:1155;s:14:\"publishchanges\";i:1156;s:17:\"savechanges-start\";i:1157;s:17:\"publishpage-start\";i:1158;s:20:\"publishchanges-start\";i:1159;s:12:\"blankarticle\";i:1160;s:23:\"autocreate-edit-warning\";i:1161;s:18:\"anonpreviewwarning\";i:1162;s:26:\"autocreate-preview-warning\";i:1163;s:14:\"missingsummary\";i:1164;s:12:\"selfredirect\";i:1165;s:18:\"missingcommenttext\";i:1166;s:20:\"missingcommentheader\";i:1167;s:15:\"summary-preview\";i:1168;s:16:\"previewerrortext\";i:1169;s:12:\"blockedtitle\";i:1170;s:19:\"blockedtext-partial\";i:1171;s:15:\"autoblockedtext\";i:1172;s:17:\"systemblockedtext\";i:1173;s:15:\"blockednoreason\";i:1174;s:21:\"blockedtext-composite\";i:1175;s:25:\"blockedtext-composite-ids\";i:1176;s:28:\"blockedtext-composite-no-ids\";i:1177;s:28:\"blockedtext-composite-reason\";i:1178;s:17:\"whitelistedittext\";i:1179;s:15:\"confirmedittext\";i:1180;s:18:\"nosuchsectiontitle\";i:1181;s:17:\"nosuchsectiontext\";i:1182;s:13:\"loginreqtitle\";i:1183;s:16:\"loginreqpagetext\";i:1184;s:12:\"accmailtitle\";i:1185;s:11:\"accmailtext\";i:1186;s:10:\"newarticle\";i:1187;s:27:\"missing-revision-permission\";i:1188;s:16:\"missing-revision\";i:1189;s:24:\"missing-revision-content\";i:1190;s:25:\"userpage-userdoesnotexist\";i:1191;s:25:\"blocked-notice-logextract\";i:1192;s:20:\"usercssyoucanpreview\";i:1193;s:21:\"userjsonyoucanpreview\";i:1194;s:19:\"userjsyoucanpreview\";i:1195;s:14:\"usercsspreview\";i:1196;s:15:\"userjsonpreview\";i:1197;s:13:\"userjspreview\";i:1198;s:14:\"sitecsspreview\";i:1199;s:15:\"sitejsonpreview\";i:1200;s:13:\"sitejspreview\";i:1201;s:22:\"userinvalidconfigtitle\";i:1202;s:7:\"updated\";i:1203;s:4:\"note\";i:1204;s:15:\"previewconflict\";i:1205;s:20:\"session_fail_preview\";i:1206;s:25:\"session_fail_preview_html\";i:1207;s:20:\"edit_form_incomplete\";i:1208;s:24:\"edit-textarea-aria-label\";i:1209;s:14:\"editingcomment\";i:1210;s:12:\"editconflict\";i:1211;s:15:\"explainconflict\";i:1212;s:8:\"yourtext\";i:1213;s:13:\"storedversion\";i:1214;s:10:\"editingold\";i:1215;s:20:\"unicode-support-fail\";i:1216;s:8:\"yourdiff\";i:1217;s:16:\"copyrightwarning\";i:1218;s:17:\"copyrightwarning2\";i:1219;s:32:\"editpage-cannot-use-custom-model\";i:1220;s:13:\"longpageerror\";i:1221;s:15:\"readonlywarning\";i:1222;s:20:\"protectedpagewarning\";i:1223;s:24:\"semiprotectedpagewarning\";i:1224;s:23:\"cascadeprotectedwarning\";i:1225;s:21:\"titleprotectedwarning\";i:1226;s:20:\"templatesusedsection\";i:1227;s:9:\"edittools\";i:1228;s:12:\"nocreatetext\";i:1229;s:17:\"nocreate-loggedin\";i:1230;s:29:\"sectioneditnotsupported-title\";i:1231;s:28:\"sectioneditnotsupported-text\";i:1232;s:27:\"modeleditnotsupported-title\";i:1233;s:26:\"modeleditnotsupported-text\";i:1234;s:21:\"permissionserrorstext\";i:1235;s:21:\"contentmodelediterror\";i:1236;s:26:\"moveddeleted-notice-recent\";i:1237;s:11:\"log-fulllog\";i:1238;s:17:\"edit-hook-aborted\";i:1239;s:17:\"edit-gone-missing\";i:1240;s:13:\"edit-conflict\";i:1241;s:14:\"edit-no-change\";i:1242;s:21:\"edit-slots-cannot-add\";i:1243;s:24:\"edit-slots-cannot-remove\";i:1244;s:18:\"edit-slots-missing\";i:1245;s:29:\"postedit-confirmation-created\";i:1246;s:30:\"postedit-confirmation-restored\";i:1247;s:27:\"postedit-confirmation-saved\";i:1248;s:31:\"postedit-confirmation-published\";i:1249;s:27:\"postedit-temp-created-label\";i:1250;s:21:\"postedit-temp-created\";i:1251;s:19:\"edit-already-exists\";i:1252;s:18:\"defaultmessagetext\";i:1253;s:23:\"content-failed-to-parse\";i:1254;s:20:\"invalid-content-data\";i:1255;s:17:\"invalid-json-data\";i:1256;s:24:\"content-not-allowed-here\";i:1257;s:20:\"confirmleave-warning\";i:1258;s:34:\"editpage-invalidcontentmodel-title\";i:1259;s:33:\"editpage-invalidcontentmodel-text\";i:1260;s:40:\"editpage-notsupportedcontentformat-title\";i:1261;s:39:\"editpage-notsupportedcontentformat-text\";i:1262;s:14:\"slot-name-main\";i:1263;s:18:\"content-model-text\";i:1264;s:24:\"content-model-javascript\";i:1265;s:17:\"content-model-css\";i:1266;s:25:\"content-json-empty-object\";i:1267;s:24:\"content-json-empty-array\";i:1268;s:25:\"unsupported-content-model\";i:1269;s:24:\"unsupported-content-diff\";i:1270;s:25:\"unsupported-content-diff2\";i:1271;s:22:\"duplicate-args-warning\";i:1272;s:23:\"duplicate-args-category\";i:1273;s:28:\"duplicate-args-category-desc\";i:1274;s:32:\"expensive-parserfunction-warning\";i:1275;s:33:\"expensive-parserfunction-category\";i:1276;s:38:\"post-expand-template-inclusion-warning\";i:1277;s:39:\"post-expand-template-inclusion-category\";i:1278;s:37:\"post-expand-template-argument-warning\";i:1279;s:38:\"post-expand-template-argument-category\";i:1280;s:24:\"template-equals-category\";i:1281;s:29:\"template-equals-category-desc\";i:1282;s:23:\"template-equals-warning\";i:1283;s:28:\"parser-template-loop-warning\";i:1284;s:22:\"template-loop-category\";i:1285;s:27:\"template-loop-category-desc\";i:1286;s:21:\"template-loop-warning\";i:1287;s:39:\"parser-template-recursion-depth-warning\";i:1288;s:32:\"language-converter-depth-warning\";i:1289;s:28:\"node-count-exceeded-category\";i:1290;s:33:\"node-count-exceeded-category-desc\";i:1291;s:27:\"node-count-exceeded-warning\";i:1292;s:33:\"expansion-depth-exceeded-category\";i:1293;s:38:\"expansion-depth-exceeded-category-desc\";i:1294;s:32:\"expansion-depth-exceeded-warning\";i:1295;s:27:\"parser-unstrip-loop-warning\";i:1296;s:21:\"unstrip-depth-warning\";i:1297;s:22:\"unstrip-depth-category\";i:1298;s:27:\"unstrip-depth-category-desc\";i:1299;s:20:\"unstrip-size-warning\";i:1300;s:21:\"unstrip-size-category\";i:1301;s:26:\"unstrip-size-category-desc\";i:1302;s:27:\"converter-manual-rule-error\";i:1303;s:12:\"undo-success\";i:1304;s:19:\"undo-main-slot-only\";i:1305;s:10:\"undo-norev\";i:1306;s:13:\"undo-nochange\";i:1307;s:12:\"undo-summary\";i:1308;s:17:\"undo-summary-anon\";i:1309;s:19:\"undo-summary-import\";i:1310;s:20:\"undo-summary-import2\";i:1311;s:28:\"undo-summary-username-hidden\";i:1312;s:22:\"viewpagelogs-lowercase\";i:1313;s:9:\"nohistory\";i:1314;s:11:\"tooltip-cur\";i:1315;s:4:\"next\";i:1316;s:12:\"tooltip-last\";i:1317;s:10:\"page_first\";i:1318;s:9:\"page_last\";i:1319;s:20:\"history-show-deleted\";i:1320;s:11:\"historysize\";i:1321;s:12:\"historyempty\";i:1322;s:18:\"history-feed-empty\";i:1323;s:17:\"history-edit-tags\";i:1324;s:13:\"history-empty\";i:1325;s:19:\"rev-deleted-comment\";i:1326;s:16:\"rev-deleted-user\";i:1327;s:17:\"rev-deleted-event\";i:1328;s:25:\"rev-deleted-user-contribs\";i:1329;s:27:\"rev-deleted-text-permission\";i:1330;s:19:\"rev-suppressed-text\";i:1331;s:30:\"rev-suppressed-text-permission\";i:1332;s:23:\"rev-deleted-text-unhide\";i:1333;s:26:\"rev-suppressed-text-unhide\";i:1334;s:21:\"rev-deleted-text-view\";i:1335;s:24:\"rev-suppressed-text-view\";i:1336;s:19:\"rev-deleted-no-diff\";i:1337;s:22:\"rev-suppressed-no-diff\";i:1338;s:23:\"rev-deleted-unhide-diff\";i:1339;s:26:\"rev-suppressed-unhide-diff\";i:1340;s:21:\"rev-deleted-diff-view\";i:1341;s:24:\"rev-suppressed-diff-view\";i:1342;s:14:\"revisiondelete\";i:1343;s:23:\"revdelete-nooldid-title\";i:1344;s:22:\"revdelete-nooldid-text\";i:1345;s:17:\"revdelete-no-file\";i:1346;s:27:\"revdelete-show-file-confirm\";i:1347;s:26:\"revdelete-show-file-submit\";i:1348;s:23:\"revdelete-selected-text\";i:1349;s:23:\"revdelete-selected-file\";i:1350;s:18:\"logdelete-selected\";i:1351;s:19:\"revdelete-text-text\";i:1352;s:19:\"revdelete-text-file\";i:1353;s:14:\"logdelete-text\";i:1354;s:21:\"revdelete-text-others\";i:1355;s:17:\"revdelete-confirm\";i:1356;s:23:\"revdelete-suppress-text\";i:1357;s:16:\"revdelete-legend\";i:1358;s:19:\"revdelete-hide-text\";i:1359;s:20:\"revdelete-hide-image\";i:1360;s:19:\"revdelete-hide-name\";i:1361;s:22:\"revdelete-hide-comment\";i:1362;s:19:\"revdelete-hide-user\";i:1363;s:25:\"revdelete-hide-restricted\";i:1364;s:20:\"revdelete-radio-same\";i:1365;s:19:\"revdelete-radio-set\";i:1366;s:21:\"revdelete-radio-unset\";i:1367;s:18:\"revdelete-suppress\";i:1368;s:20:\"revdelete-unsuppress\";i:1369;s:13:\"revdelete-log\";i:1370;s:16:\"revdelete-submit\";i:1371;s:17:\"revdelete-success\";i:1372;s:17:\"revdelete-failure\";i:1373;s:17:\"logdelete-success\";i:1374;s:17:\"logdelete-failure\";i:1375;s:11:\"deletedhist\";i:1376;s:22:\"revdelete-hide-current\";i:1377;s:24:\"revdelete-show-no-access\";i:1378;s:26:\"revdelete-modify-no-access\";i:1379;s:24:\"revdelete-modify-missing\";i:1380;s:19:\"revdelete-no-change\";i:1381;s:27:\"revdelete-concurrent-change\";i:1382;s:25:\"revdelete-only-restricted\";i:1383;s:25:\"revdelete-reason-dropdown\";i:1384;s:34:\"revdelete-reason-dropdown-suppress\";i:1385;s:21:\"revdelete-otherreason\";i:1386;s:25:\"revdelete-reasonotherlist\";i:1387;s:25:\"revdelete-edit-reasonlist\";i:1388;s:34:\"revdelete-edit-reasonlist-suppress\";i:1389;s:18:\"revdelete-offender\";i:1390;s:14:\"suppressionlog\";i:1391;s:18:\"suppressionlogtext\";i:1392;s:12:\"mergehistory\";i:1393;s:19:\"mergehistory-header\";i:1394;s:16:\"mergehistory-box\";i:1395;s:17:\"mergehistory-from\";i:1396;s:17:\"mergehistory-into\";i:1397;s:17:\"mergehistory-list\";i:1398;s:18:\"mergehistory-merge\";i:1399;s:15:\"mergehistory-go\";i:1400;s:19:\"mergehistory-submit\";i:1401;s:18:\"mergehistory-empty\";i:1402;s:17:\"mergehistory-done\";i:1403;s:17:\"mergehistory-fail\";i:1404;s:31:\"mergehistory-fail-bad-timestamp\";i:1405;s:32:\"mergehistory-fail-invalid-source\";i:1406;s:30:\"mergehistory-fail-invalid-dest\";i:1407;s:27:\"mergehistory-fail-no-change\";i:1408;s:28:\"mergehistory-fail-permission\";i:1409;s:28:\"mergehistory-fail-self-merge\";i:1410;s:36:\"mergehistory-fail-timestamps-overlap\";i:1411;s:24:\"mergehistory-fail-toobig\";i:1412;s:22:\"mergehistory-no-source\";i:1413;s:27:\"mergehistory-no-destination\";i:1414;s:27:\"mergehistory-invalid-source\";i:1415;s:32:\"mergehistory-invalid-destination\";i:1416;s:24:\"mergehistory-autocomment\";i:1417;s:20:\"mergehistory-comment\";i:1418;s:29:\"mergehistory-same-destination\";i:1419;s:19:\"mergehistory-reason\";i:1420;s:34:\"mergehistory-source-deleted-reason\";i:1421;s:27:\"mergehistory-source-deleted\";i:1422;s:11:\"revertmerge\";i:1423;s:16:\"mergelogpagetext\";i:1424;s:26:\"difference-title-multipage\";i:1425;s:20:\"difference-multipage\";i:1426;s:24:\"showhideselectedversions\";i:1427;s:20:\"diff-multi-manyusers\";i:1428;s:26:\"diff-paragraph-moved-tonew\";i:1429;s:26:\"diff-paragraph-moved-toold\";i:1430;s:27:\"difference-missing-revision\";i:1431;s:26:\"search-filter-title-prefix\";i:1432;s:32:\"search-filter-title-prefix-reset\";i:1433;s:12:\"titlematches\";i:1434;s:11:\"textmatches\";i:1435;s:13:\"notextmatches\";i:1436;s:9:\"prev-page\";i:1437;s:9:\"next-page\";i:1438;s:15:\"search-category\";i:1439;s:16:\"search-rewritten\";i:1440;s:31:\"search-interwiki-resultset-link\";i:1441;s:21:\"search-interwiki-more\";i:1442;s:29:\"search-interwiki-more-results\";i:1443;s:21:\"search-relatedarticle\";i:1444;s:25:\"search-invalid-sort-order\";i:1445;s:22:\"search-unknown-profile\";i:1446;s:13:\"searchrelated\";i:1447;s:14:\"showingresults\";i:1448;s:21:\"showingresultsinrange\";i:1449;s:25:\"search-nonefound-thiswiki\";i:1450;s:18:\"powersearch-legend\";i:1451;s:14:\"powersearch-ns\";i:1452;s:23:\"powersearch-togglelabel\";i:1453;s:22:\"powersearch-togglenone\";i:1454;s:20:\"powersearch-remember\";i:1455;s:15:\"search-external\";i:1456;s:14:\"searchdisabled\";i:1457;s:12:\"search-error\";i:1458;s:14:\"search-warning\";i:1459;s:11:\"prefs-edits\";i:1460;s:17:\"prefsnologintext2\";i:1461;s:10:\"prefs-skin\";i:1462;s:16:\"prefs-skin-prefs\";i:1463;s:21:\"prefs-skin-responsive\";i:1464;s:26:\"prefs-help-skin-responsive\";i:1465;s:12:\"skin-preview\";i:1466;s:11:\"datedefault\";i:1467;s:10:\"prefs-labs\";i:1468;s:16:\"prefs-user-pages\";i:1469;s:14:\"prefs-personal\";i:1470;s:19:\"prefs-editwatchlist\";i:1471;s:25:\"prefs-editwatchlist-label\";i:1472;s:24:\"prefs-editwatchlist-edit\";i:1473;s:25:\"prefs-editwatchlist-clear\";i:1474;s:20:\"prefs-watchlist-days\";i:1475;s:24:\"prefs-watchlist-days-max\";i:1476;s:21:\"prefs-watchlist-edits\";i:1477;s:25:\"prefs-watchlist-edits-max\";i:1478;s:21:\"prefs-watchlist-token\";i:1479;s:28:\"prefs-watchlist-managetokens\";i:1480;s:10:\"prefs-misc\";i:1481;s:15:\"prefs-resetpass\";i:1482;s:17:\"prefs-changeemail\";i:1483;s:14:\"prefs-setemail\";i:1484;s:11:\"prefs-email\";i:1485;s:15:\"prefs-rendering\";i:1486;s:16:\"prefs-searchmisc\";i:1487;s:9:\"saveprefs\";i:1488;s:12:\"restoreprefs\";i:1489;s:13:\"prefs-editing\";i:1490;s:17:\"recentchangesdays\";i:1491;s:21:\"recentchangesdays-max\";i:1492;s:18:\"recentchangescount\";i:1493;s:29:\"prefs-help-recentchangescount\";i:1494;s:27:\"prefs-help-watchlist-token2\";i:1495;s:26:\"prefs-help-tokenmanagement\";i:1496;s:29:\"prefs-user-downloaddata-label\";i:1497;s:28:\"prefs-user-downloaddata-info\";i:1498;s:29:\"prefs-user-restoreprefs-label\";i:1499;s:28:\"prefs-user-restoreprefs-info\";i:1500;s:10:\"savedprefs\";i:1501;s:11:\"savedrights\";i:1502;s:14:\"timezonelegend\";i:1503;s:9:\"localtime\";i:1504;s:24:\"timezoneuseserverdefault\";i:1505;s:17:\"timezoneuseoffset\";i:1506;s:30:\"timezone-useoffset-placeholder\";i:1507;s:10:\"servertime\";i:1508;s:13:\"guesstimezone\";i:1509;s:21:\"timezoneregion-africa\";i:1510;s:22:\"timezoneregion-america\";i:1511;s:25:\"timezoneregion-antarctica\";i:1512;s:21:\"timezoneregion-arctic\";i:1513;s:19:\"timezoneregion-asia\";i:1514;s:23:\"timezoneregion-atlantic\";i:1515;s:24:\"timezoneregion-australia\";i:1516;s:21:\"timezoneregion-europe\";i:1517;s:21:\"timezoneregion-indian\";i:1518;s:22:\"timezoneregion-pacific\";i:1519;s:10:\"allowemail\";i:1520;s:27:\"email-allow-new-users-label\";i:1521;s:20:\"email-mutelist-label\";i:1522;s:7:\"default\";i:1523;s:16:\"prefs-custom-css\";i:1524;s:17:\"prefs-custom-json\";i:1525;s:15:\"prefs-custom-js\";i:1526;s:19:\"prefs-common-config\";i:1527;s:17:\"prefs-reset-intro\";i:1528;s:19:\"prefs-reset-confirm\";i:1529;s:24:\"prefs-emailconfirm-label\";i:1530;s:9:\"youremail\";i:1531;s:8:\"username\";i:1532;s:20:\"prefs-memberingroups\";i:1533;s:33:\"group-membership-link-with-expiry\";i:1534;s:18:\"prefs-registration\";i:1535;s:12:\"yourrealname\";i:1536;s:12:\"yourlanguage\";i:1537;s:11:\"yourvariant\";i:1538;s:18:\"prefs-help-variant\";i:1539;s:8:\"yournick\";i:1540;s:20:\"prefs-help-signature\";i:1541;s:6:\"badsig\";i:1542;s:10:\"badsightml\";i:1543;s:11:\"badsiglinks\";i:1544;s:11:\"badsigsubst\";i:1545;s:12:\"badsiglength\";i:1546;s:15:\"badsiglinebreak\";i:1547;s:29:\"linterror-bogus-image-options\";i:1548;s:29:\"linterror-deletable-table-tag\";i:1549;s:26:\"linterror-html5-misnesting\";i:1550;s:38:\"linterror-misc-tidy-replacement-issues\";i:1551;s:23:\"linterror-misnested-tag\";i:1552;s:25:\"linterror-missing-end-tag\";i:1553;s:28:\"linterror-multi-colon-escape\";i:1554;s:38:\"linterror-multiline-html-table-in-list\";i:1555;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1556;s:22:\"linterror-obsolete-tag\";i:1557;s:30:\"linterror-pwrap-bug-workaround\";i:1558;s:25:\"linterror-self-closed-tag\";i:1559;s:22:\"linterror-stripped-tag\";i:1560;s:23:\"linterror-tidy-font-bug\";i:1561;s:29:\"linterror-tidy-whitespace-bug\";i:1562;s:36:\"linterror-unclosed-quotes-in-heading\";i:1563;s:10:\"yourgender\";i:1564;s:14:\"gender-unknown\";i:1565;s:15:\"gender-notknown\";i:1566;s:11:\"gender-male\";i:1567;s:13:\"gender-female\";i:1568;s:17:\"prefs-help-gender\";i:1569;s:5:\"email\";i:1570;s:19:\"prefs-help-realname\";i:1571;s:16:\"prefs-help-email\";i:1572;s:23:\"prefs-help-email-others\";i:1573;s:25:\"prefs-help-email-required\";i:1574;s:23:\"prefs-help-requireemail\";i:1575;s:10:\"prefs-info\";i:1576;s:10:\"prefs-i18n\";i:1577;s:15:\"prefs-signature\";i:1578;s:31:\"prefs-signature-invalid-warning\";i:1579;s:27:\"prefs-signature-invalid-new\";i:1580;s:32:\"prefs-signature-invalid-disallow\";i:1581;s:31:\"prefs-signature-highlight-error\";i:1582;s:29:\"prefs-signature-error-details\";i:1583;s:16:\"prefs-dateformat\";i:1584;s:16:\"prefs-timeoffset\";i:1585;s:21:\"prefs-advancedediting\";i:1586;s:20:\"prefs-developertools\";i:1587;s:12:\"prefs-editor\";i:1588;s:16:\"prefs-discussion\";i:1589;s:13:\"prefs-preview\";i:1590;s:16:\"prefs-advancedrc\";i:1591;s:23:\"prefs-advancedrendering\";i:1592;s:27:\"prefs-advancedsearchoptions\";i:1593;s:23:\"prefs-advancedwatchlist\";i:1594;s:15:\"prefs-displayrc\";i:1595;s:22:\"prefs-displaywatchlist\";i:1596;s:15:\"prefs-changesrc\";i:1597;s:22:\"prefs-changeswatchlist\";i:1598;s:20:\"prefs-pageswatchlist\";i:1599;s:20:\"prefs-tokenwatchlist\";i:1600;s:23:\"prefs-help-prefershttps\";i:1601;s:26:\"prefs-tabs-navigation-hint\";i:1602;s:10:\"userrights\";i:1603;s:22:\"userrights-lookup-user\";i:1604;s:24:\"userrights-user-editname\";i:1605;s:13:\"editusergroup\";i:1606;s:11:\"editinguser\";i:1607;s:17:\"viewinguserrights\";i:1608;s:24:\"userrights-editusergroup\";i:1609;s:24:\"userrights-viewusergroup\";i:1610;s:14:\"saveusergroups\";i:1611;s:23:\"userrights-groupsmember\";i:1612;s:28:\"userrights-groupsmember-auto\";i:1613;s:21:\"userrights-systemuser\";i:1614;s:22:\"userrights-groups-help\";i:1615;s:17:\"userrights-reason\";i:1616;s:23:\"userrights-no-interwiki\";i:1617;s:21:\"userrights-nodatabase\";i:1618;s:25:\"userrights-changeable-col\";i:1619;s:27:\"userrights-unchangeable-col\";i:1620;s:25:\"userrights-expiry-current\";i:1621;s:22:\"userrights-expiry-none\";i:1622;s:17:\"userrights-expiry\";i:1623;s:26:\"userrights-expiry-existing\";i:1624;s:27:\"userrights-expiry-othertime\";i:1625;s:25:\"userrights-expiry-options\";i:1626;s:25:\"userrights-invalid-expiry\";i:1627;s:25:\"userrights-expiry-in-past\";i:1628;s:32:\"userrights-cannot-shorten-expiry\";i:1629;s:19:\"userrights-conflict\";i:1630;s:5:\"group\";i:1631;s:10:\"group-user\";i:1632;s:11:\"group-named\";i:1633;s:19:\"group-autoconfirmed\";i:1634;s:21:\"group-interface-admin\";i:1635;s:16:\"group-bureaucrat\";i:1636;s:14:\"group-suppress\";i:1637;s:9:\"group-all\";i:1638;s:17:\"group-user-member\";i:1639;s:26:\"group-autoconfirmed-member\";i:1640;s:18:\"group-sysop-member\";i:1641;s:28:\"group-interface-admin-member\";i:1642;s:23:\"group-bureaucrat-member\";i:1643;s:21:\"group-suppress-member\";i:1644;s:14:\"grouppage-user\";i:1645;s:15:\"grouppage-named\";i:1646;s:23:\"grouppage-autoconfirmed\";i:1647;s:25:\"grouppage-interface-admin\";i:1648;s:20:\"grouppage-bureaucrat\";i:1649;s:18:\"grouppage-suppress\";i:1650;s:10:\"right-read\";i:1651;s:10:\"right-edit\";i:1652;s:16:\"right-createpage\";i:1653;s:16:\"right-createtalk\";i:1654;s:19:\"right-createaccount\";i:1655;s:23:\"right-autocreateaccount\";i:1656;s:15:\"right-minoredit\";i:1657;s:10:\"right-move\";i:1658;s:19:\"right-move-subpages\";i:1659;s:24:\"right-move-rootuserpages\";i:1660;s:24:\"right-move-categorypages\";i:1661;s:14:\"right-movefile\";i:1662;s:22:\"right-suppressredirect\";i:1663;s:14:\"right-reupload\";i:1664;s:18:\"right-reupload-own\";i:1665;s:21:\"right-reupload-shared\";i:1666;s:19:\"right-upload_by_url\";i:1667;s:11:\"right-purge\";i:1668;s:19:\"right-autoconfirmed\";i:1669;s:9:\"right-bot\";i:1670;s:20:\"right-nominornewtalk\";i:1671;s:19:\"right-apihighlimits\";i:1672;s:12:\"right-delete\";i:1673;s:21:\"right-delete-redirect\";i:1674;s:15:\"right-bigdelete\";i:1675;s:20:\"right-deletelogentry\";i:1676;s:20:\"right-deleterevision\";i:1677;s:20:\"right-deletedhistory\";i:1678;s:17:\"right-deletedtext\";i:1679;s:19:\"right-browsearchive\";i:1680;s:14:\"right-undelete\";i:1681;s:22:\"right-suppressrevision\";i:1682;s:20:\"right-viewsuppressed\";i:1683;s:20:\"right-suppressionlog\";i:1684;s:11:\"right-block\";i:1685;s:16:\"right-blockemail\";i:1686;s:14:\"right-hideuser\";i:1687;s:20:\"right-ipblock-exempt\";i:1688;s:17:\"right-unblockself\";i:1689;s:13:\"right-protect\";i:1690;s:19:\"right-editprotected\";i:1691;s:23:\"right-editsemiprotected\";i:1692;s:22:\"right-editcontentmodel\";i:1693;s:19:\"right-editinterface\";i:1694;s:17:\"right-editusercss\";i:1695;s:18:\"right-edituserjson\";i:1696;s:16:\"right-edituserjs\";i:1697;s:17:\"right-editsitecss\";i:1698;s:18:\"right-editsitejson\";i:1699;s:16:\"right-editsitejs\";i:1700;s:19:\"right-editmyusercss\";i:1701;s:20:\"right-editmyuserjson\";i:1702;s:18:\"right-editmyuserjs\";i:1703;s:26:\"right-editmyuserjsredirect\";i:1704;s:21:\"right-viewmywatchlist\";i:1705;s:21:\"right-editmywatchlist\";i:1706;s:23:\"right-viewmyprivateinfo\";i:1707;s:23:\"right-editmyprivateinfo\";i:1708;s:19:\"right-editmyoptions\";i:1709;s:14:\"right-rollback\";i:1710;s:18:\"right-markbotedits\";i:1711;s:17:\"right-noratelimit\";i:1712;s:12:\"right-import\";i:1713;s:18:\"right-importupload\";i:1714;s:12:\"right-patrol\";i:1715;s:16:\"right-autopatrol\";i:1716;s:17:\"right-patrolmarks\";i:1717;s:20:\"right-unwatchedpages\";i:1718;s:18:\"right-mergehistory\";i:1719;s:16:\"right-userrights\";i:1720;s:26:\"right-userrights-interwiki\";i:1721;s:15:\"right-siteadmin\";i:1722;s:27:\"right-override-export-depth\";i:1723;s:15:\"right-sendemail\";i:1724;s:22:\"right-managechangetags\";i:1725;s:21:\"right-applychangetags\";i:1726;s:16:\"right-changetags\";i:1727;s:22:\"right-deletechangetags\";i:1728;s:13:\"grant-generic\";i:1729;s:28:\"grant-group-page-interaction\";i:1730;s:28:\"grant-group-file-interaction\";i:1731;s:33:\"grant-group-watchlist-interaction\";i:1732;s:17:\"grant-group-email\";i:1733;s:23:\"grant-group-high-volume\";i:1734;s:25:\"grant-group-customization\";i:1735;s:26:\"grant-group-administration\";i:1736;s:31:\"grant-group-private-information\";i:1737;s:17:\"grant-group-other\";i:1738;s:16:\"grant-blockusers\";i:1739;s:24:\"grant-createeditmovepage\";i:1740;s:12:\"grant-delete\";i:1741;s:19:\"grant-editinterface\";i:1742;s:17:\"grant-editmycssjs\";i:1743;s:19:\"grant-editmyoptions\";i:1744;s:21:\"grant-editmywatchlist\";i:1745;s:20:\"grant-editsiteconfig\";i:1746;s:14:\"grant-editpage\";i:1747;s:19:\"grant-editprotected\";i:1748;s:16:\"grant-highvolume\";i:1749;s:12:\"grant-import\";i:1750;s:18:\"grant-mergehistory\";i:1751;s:15:\"grant-oversight\";i:1752;s:12:\"grant-patrol\";i:1753;s:17:\"grant-privateinfo\";i:1754;s:13:\"grant-protect\";i:1755;s:14:\"grant-rollback\";i:1756;s:15:\"grant-sendemail\";i:1757;s:24:\"grant-uploadeditmovefile\";i:1758;s:16:\"grant-uploadfile\";i:1759;s:11:\"grant-basic\";i:1760;s:17:\"grant-viewdeleted\";i:1761;s:21:\"grant-viewmywatchlist\";i:1762;s:24:\"grant-viewrestrictedlogs\";i:1763;s:18:\"newuserlogpagetext\";i:1764;s:13:\"rightslogtext\";i:1765;s:11:\"action-read\";i:1766;s:17:\"action-createpage\";i:1767;s:17:\"action-createtalk\";i:1768;s:24:\"action-autocreateaccount\";i:1769;s:14:\"action-history\";i:1770;s:16:\"action-minoredit\";i:1771;s:20:\"action-move-subpages\";i:1772;s:25:\"action-move-rootuserpages\";i:1773;s:25:\"action-move-categorypages\";i:1774;s:15:\"action-movefile\";i:1775;s:13:\"action-upload\";i:1776;s:15:\"action-reupload\";i:1777;s:22:\"action-reupload-shared\";i:1778;s:20:\"action-upload_by_url\";i:1779;s:15:\"action-writeapi\";i:1780;s:22:\"action-delete-redirect\";i:1781;s:21:\"action-deleterevision\";i:1782;s:21:\"action-deletelogentry\";i:1783;s:21:\"action-deletedhistory\";i:1784;s:18:\"action-deletedtext\";i:1785;s:20:\"action-browsearchive\";i:1786;s:15:\"action-undelete\";i:1787;s:23:\"action-suppressrevision\";i:1788;s:21:\"action-suppressionlog\";i:1789;s:12:\"action-block\";i:1790;s:14:\"action-protect\";i:1791;s:15:\"action-rollback\";i:1792;s:13:\"action-import\";i:1793;s:19:\"action-importupload\";i:1794;s:13:\"action-patrol\";i:1795;s:17:\"action-autopatrol\";i:1796;s:21:\"action-unwatchedpages\";i:1797;s:19:\"action-mergehistory\";i:1798;s:17:\"action-userrights\";i:1799;s:27:\"action-userrights-interwiki\";i:1800;s:16:\"action-siteadmin\";i:1801;s:16:\"action-sendemail\";i:1802;s:20:\"action-editmyoptions\";i:1803;s:22:\"action-editmywatchlist\";i:1804;s:22:\"action-viewmywatchlist\";i:1805;s:24:\"action-viewmyprivateinfo\";i:1806;s:24:\"action-editmyprivateinfo\";i:1807;s:23:\"action-editcontentmodel\";i:1808;s:23:\"action-managechangetags\";i:1809;s:22:\"action-applychangetags\";i:1810;s:17:\"action-changetags\";i:1811;s:23:\"action-deletechangetags\";i:1812;s:12:\"action-purge\";i:1813;s:20:\"action-apihighlimits\";i:1814;s:20:\"action-autoconfirmed\";i:1815;s:16:\"action-bigdelete\";i:1816;s:17:\"action-blockemail\";i:1817;s:10:\"action-bot\";i:1818;s:20:\"action-editprotected\";i:1819;s:24:\"action-editsemiprotected\";i:1820;s:20:\"action-editinterface\";i:1821;s:18:\"action-editusercss\";i:1822;s:19:\"action-edituserjson\";i:1823;s:17:\"action-edituserjs\";i:1824;s:18:\"action-editsitecss\";i:1825;s:19:\"action-editsitejson\";i:1826;s:17:\"action-editsitejs\";i:1827;s:20:\"action-editmyusercss\";i:1828;s:21:\"action-editmyuserjson\";i:1829;s:19:\"action-editmyuserjs\";i:1830;s:27:\"action-editmyuserjsredirect\";i:1831;s:21:\"action-viewsuppressed\";i:1832;s:15:\"action-hideuser\";i:1833;s:21:\"action-ipblock-exempt\";i:1834;s:18:\"action-unblockself\";i:1835;s:18:\"action-noratelimit\";i:1836;s:19:\"action-reupload-own\";i:1837;s:21:\"action-nominornewtalk\";i:1838;s:19:\"action-markbotedits\";i:1839;s:18:\"action-patrolmarks\";i:1840;s:28:\"action-override-export-depth\";i:1841;s:23:\"action-suppressredirect\";i:1842;s:8:\"nchanges\";i:1843;s:27:\"enhancedrc-since-last-visit\";i:1844;s:21:\"recentchanges-timeout\";i:1845;s:21:\"recentchanges-network\";i:1846;s:26:\"recentchanges-notargetpage\";i:1847;s:36:\"recentchanges-legend-watchlistexpiry\";i:1848;s:20:\"rcfilters-tag-remove\";i:1849;s:24:\"rcfilters-legend-heading\";i:1850;s:28:\"rcfilters-other-review-tools\";i:1851;s:31:\"rcfilters-group-results-by-page\";i:1852;s:23:\"rcfilters-activefilters\";i:1853;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1854;s:36:\"rcfilters-activefilters-show-tooltip\";i:1855;s:25:\"rcfilters-advancedfilters\";i:1856;s:21:\"rcfilters-limit-title\";i:1857;s:30:\"rcfilters-limit-and-date-label\";i:1858;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1859;s:26:\"rcfilters-date-popup-title\";i:1860;s:20:\"rcfilters-days-title\";i:1861;s:21:\"rcfilters-hours-title\";i:1862;s:25:\"rcfilters-days-show-hours\";i:1863;s:34:\"rcfilters-highlighted-filters-list\";i:1864;s:22:\"rcfilters-quickfilters\";i:1865;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1866;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1867;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1868;s:29:\"rcfilters-savedqueries-rename\";i:1869;s:33:\"rcfilters-savedqueries-setdefault\";i:1870;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1871;s:29:\"rcfilters-savedqueries-remove\";i:1872;s:37:\"rcfilters-savedqueries-new-name-label\";i:1873;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1874;s:34:\"rcfilters-savedqueries-apply-label\";i:1875;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1876;s:36:\"rcfilters-savedqueries-add-new-title\";i:1877;s:36:\"rcfilters-savedqueries-already-saved\";i:1878;s:33:\"rcfilters-restore-default-filters\";i:1879;s:27:\"rcfilters-clear-all-filters\";i:1880;s:26:\"rcfilters-show-new-changes\";i:1881;s:28:\"rcfilters-search-placeholder\";i:1882;s:35:\"rcfilters-search-placeholder-mobile\";i:1883;s:24:\"rcfilters-invalid-filter\";i:1884;s:22:\"rcfilters-empty-filter\";i:1885;s:26:\"rcfilters-filterlist-title\";i:1886;s:30:\"rcfilters-filterlist-whatsthis\";i:1887;s:31:\"rcfilters-highlightbutton-title\";i:1888;s:29:\"rcfilters-highlightmenu-title\";i:1889;s:28:\"rcfilters-highlightmenu-help\";i:1890;s:30:\"rcfilters-filterlist-noresults\";i:1891;s:28:\"rcfilters-noresults-conflict\";i:1892;s:30:\"rcfilters-state-message-subset\";i:1893;s:36:\"rcfilters-state-message-fullcoverage\";i:1894;s:32:\"rcfilters-filtergroup-authorship\";i:1895;s:34:\"rcfilters-filter-editsbyself-label\";i:1896;s:40:\"rcfilters-filter-editsbyself-description\";i:1897;s:35:\"rcfilters-filter-editsbyother-label\";i:1898;s:41:\"rcfilters-filter-editsbyother-description\";i:1899;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1900;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1901;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1902;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1903;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1904;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1905;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1906;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1907;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1908;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1909;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1910;s:31:\"rcfilters-filtergroup-automated\";i:1911;s:33:\"rcfilters-filter-bots-description\";i:1912;s:29:\"rcfilters-filter-humans-label\";i:1913;s:35:\"rcfilters-filter-humans-description\";i:1914;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1915;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1916;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1917;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1918;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1919;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1920;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1921;s:34:\"rcfilters-filtergroup-significance\";i:1922;s:28:\"rcfilters-filter-minor-label\";i:1923;s:34:\"rcfilters-filter-minor-description\";i:1924;s:28:\"rcfilters-filter-major-label\";i:1925;s:34:\"rcfilters-filter-major-description\";i:1926;s:31:\"rcfilters-filtergroup-watchlist\";i:1927;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1928;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1929;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1930;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1931;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1932;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1933;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1934;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1935;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1936;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1937;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1938;s:32:\"rcfilters-filtergroup-changetype\";i:1939;s:32:\"rcfilters-filter-pageedits-label\";i:1940;s:38:\"rcfilters-filter-pageedits-description\";i:1941;s:31:\"rcfilters-filter-newpages-label\";i:1942;s:37:\"rcfilters-filter-newpages-description\";i:1943;s:37:\"rcfilters-filter-categorization-label\";i:1944;s:43:\"rcfilters-filter-categorization-description\";i:1945;s:33:\"rcfilters-filter-logactions-label\";i:1946;s:39:\"rcfilters-filter-logactions-description\";i:1947;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1948;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1949;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1950;s:35:\"rcfilters-filter-lastrevision-label\";i:1951;s:41:\"rcfilters-filter-lastrevision-description\";i:1952;s:39:\"rcfilters-filter-previousrevision-label\";i:1953;s:45:\"rcfilters-filter-previousrevision-description\";i:1954;s:25:\"rcfilters-filter-excluded\";i:1955;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1956;s:28:\"rcfilters-exclude-button-off\";i:1957;s:27:\"rcfilters-exclude-button-on\";i:1958;s:19:\"rcfilters-view-tags\";i:1959;s:33:\"rcfilters-view-namespaces-tooltip\";i:1960;s:27:\"rcfilters-view-tags-tooltip\";i:1961;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1962;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1963;s:28:\"rcfilters-liveupdates-button\";i:1964;s:37:\"rcfilters-liveupdates-button-title-on\";i:1965;s:38:\"rcfilters-liveupdates-button-title-off\";i:1966;s:35:\"rcfilters-watchlist-markseen-button\";i:1967;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1968;s:31:\"rcfilters-watchlist-showupdated\";i:1969;s:26:\"rcfilters-preference-label\";i:1970;s:25:\"rcfilters-preference-help\";i:1971;s:36:\"rcfilters-watchlist-preference-label\";i:1972;s:35:\"rcfilters-watchlist-preference-help\";i:1973;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1974;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1975;s:35:\"rcfilters-filter-showlinkedto-label\";i:1976;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1977;s:33:\"rcfilters-target-page-placeholder\";i:1978;s:27:\"rcfilters-allcontents-label\";i:1979;s:30:\"rcfilters-alldiscussions-label\";i:1980;s:15:\"rclistfromreset\";i:1981;s:24:\"rcshowhidecategorization\";i:1982;s:17:\"newsectionsummary\";i:1983;s:36:\"recentchanges-page-added-to-category\";i:1984;s:44:\"recentchanges-page-added-to-category-bundled\";i:1985;s:40:\"recentchanges-page-removed-from-category\";i:1986;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1987;s:19:\"autochange-username\";i:1988;s:9:\"uploadbtn\";i:1989;s:12:\"reuploaddesc\";i:1990;s:15:\"upload-tryagain\";i:1991;s:23:\"upload-tryagain-nostash\";i:1992;s:13:\"uploadnologin\";i:1993;s:17:\"uploadnologintext\";i:1994;s:24:\"upload_directory_missing\";i:1995;s:26:\"upload_directory_read_only\";i:1996;s:11:\"uploaderror\";i:1997;s:23:\"upload-recreate-warning\";i:1998;s:10:\"uploadtext\";i:1999;s:16:\"upload-permitted\";i:2000;s:16:\"upload-preferred\";i:2001;s:17:\"upload-prohibited\";i:2002;s:17:\"uploadlogpagetext\";i:2003;s:8:\"filename\";i:2004;s:17:\"fileuploadsummary\";i:2005;s:19:\"filereuploadsummary\";i:2006;s:10:\"filestatus\";i:2007;s:13:\"ignorewarning\";i:2008;s:14:\"ignorewarnings\";i:2009;s:10:\"minlength1\";i:2010;s:15:\"illegalfilename\";i:2011;s:16:\"filename-toolong\";i:2012;s:11:\"badfilename\";i:2013;s:22:\"filetype-mime-mismatch\";i:2014;s:16:\"filetype-badmime\";i:2015;s:20:\"filetype-bad-ie-mime\";i:2016;s:22:\"filetype-unwanted-type\";i:2017;s:20:\"filetype-banned-type\";i:2018;s:16:\"filetype-missing\";i:2019;s:10:\"empty-file\";i:2020;s:14:\"file-too-large\";i:2021;s:17:\"filename-tooshort\";i:2022;s:15:\"filetype-banned\";i:2023;s:18:\"verification-error\";i:2024;s:11:\"hookaborted\";i:2025;s:16:\"illegal-filename\";i:2026;s:9:\"overwrite\";i:2027;s:13:\"unknown-error\";i:2028;s:16:\"tmp-create-error\";i:2029;s:15:\"tmp-write-error\";i:2030;s:10:\"large-file\";i:2031;s:15:\"largefileserver\";i:2032;s:9:\"emptyfile\";i:2033;s:25:\"windows-nonascii-filename\";i:2034;s:10:\"fileexists\";i:2035;s:14:\"filepageexists\";i:2036;s:20:\"fileexists-extension\";i:2037;s:24:\"fileexists-thumbnail-yes\";i:2038;s:17:\"file-thumbnail-no\";i:2039;s:20:\"fileexists-forbidden\";i:2040;s:27:\"fileexists-shared-forbidden\";i:2041;s:20:\"fileexists-no-change\";i:2042;s:28:\"fileexists-duplicate-version\";i:2043;s:21:\"file-exists-duplicate\";i:2044;s:22:\"file-deleted-duplicate\";i:2045;s:30:\"file-deleted-duplicate-notitle\";i:2046;s:13:\"uploadwarning\";i:2047;s:18:\"uploadwarning-text\";i:2048;s:26:\"uploadwarning-text-nostash\";i:2049;s:8:\"savefile\";i:2050;s:14:\"uploaddisabled\";i:2051;s:18:\"copyuploaddisabled\";i:2052;s:18:\"uploaddisabledtext\";i:2053;s:22:\"php-uploaddisabledtext\";i:2054;s:14:\"uploadscripted\";i:2055;s:27:\"upload-scripted-pi-callback\";i:2056;s:19:\"upload-scripted-dtd\";i:2057;s:19:\"uploaded-script-svg\";i:2058;s:20:\"uploaded-hostile-svg\";i:2059;s:29:\"uploaded-event-handler-on-svg\";i:2060;s:27:\"uploaded-href-attribute-svg\";i:2061;s:31:\"uploaded-href-unsafe-target-svg\";i:2062;s:20:\"uploaded-animate-svg\";i:2063;s:34:\"uploaded-setting-event-handler-svg\";i:2064;s:25:\"uploaded-setting-href-svg\";i:2065;s:26:\"uploaded-wrong-setting-svg\";i:2066;s:28:\"uploaded-setting-handler-svg\";i:2067;s:23:\"uploaded-remote-url-svg\";i:2068;s:25:\"uploaded-image-filter-svg\";i:2069;s:23:\"uploadscriptednamespace\";i:2070;s:16:\"uploadinvalidxml\";i:2071;s:11:\"uploadvirus\";i:2072;s:13:\"upload-source\";i:2073;s:14:\"sourcefilename\";i:2074;s:9:\"sourceurl\";i:2075;s:12:\"destfilename\";i:2076;s:18:\"upload-maxfilesize\";i:2077;s:18:\"upload-description\";i:2078;s:14:\"upload-options\";i:2079;s:15:\"watchthisupload\";i:2080;s:14:\"filewasdeleted\";i:2081;s:19:\"filename-thumb-name\";i:2082;s:19:\"filename-bad-prefix\";i:2083;s:18:\"upload-proto-error\";i:2084;s:23:\"upload-proto-error-text\";i:2085;s:17:\"upload-file-error\";i:2086;s:22:\"upload-file-error-text\";i:2087;s:17:\"upload-misc-error\";i:2088;s:22:\"upload-misc-error-text\";i:2089;s:25:\"upload-too-many-redirects\";i:2090;s:17:\"upload-http-error\";i:2091;s:33:\"upload-copy-upload-invalid-domain\";i:2092;s:26:\"upload-foreign-cant-upload\";i:2093;s:31:\"upload-foreign-cant-load-config\";i:2094;s:22:\"upload-dialog-disabled\";i:2095;s:25:\"upload-dialog-button-back\";i:2096;s:25:\"upload-dialog-button-done\";i:2097;s:25:\"upload-dialog-button-save\";i:2098;s:27:\"upload-dialog-button-upload\";i:2099;s:32:\"upload-form-label-infoform-title\";i:2100;s:31:\"upload-form-label-infoform-name\";i:2101;s:39:\"upload-form-label-infoform-name-tooltip\";i:2102;s:46:\"upload-form-label-infoform-description-tooltip\";i:2103;s:29:\"upload-form-label-usage-title\";i:2104;s:32:\"upload-form-label-usage-filename\";i:2105;s:26:\"upload-form-label-own-work\";i:2106;s:48:\"upload-form-label-own-work-message-generic-local\";i:2107;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2108;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2109;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2110;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2111;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2112;s:19:\"backend-fail-stream\";i:2113;s:19:\"backend-fail-backup\";i:2114;s:22:\"backend-fail-notexists\";i:2115;s:19:\"backend-fail-hashes\";i:2116;s:18:\"backend-fail-sizes\";i:2117;s:20:\"backend-fail-notsame\";i:2118;s:24:\"backend-fail-invalidpath\";i:2119;s:19:\"backend-fail-delete\";i:2120;s:21:\"backend-fail-describe\";i:2121;s:26:\"backend-fail-alreadyexists\";i:2122;s:18:\"backend-fail-store\";i:2123;s:17:\"backend-fail-copy\";i:2124;s:17:\"backend-fail-move\";i:2125;s:21:\"backend-fail-opentemp\";i:2126;s:22:\"backend-fail-writetemp\";i:2127;s:22:\"backend-fail-closetemp\";i:2128;s:17:\"backend-fail-read\";i:2129;s:19:\"backend-fail-create\";i:2130;s:20:\"backend-fail-maxsize\";i:2131;s:21:\"backend-fail-readonly\";i:2132;s:19:\"backend-fail-synced\";i:2133;s:20:\"backend-fail-connect\";i:2134;s:21:\"backend-fail-internal\";i:2135;s:24:\"backend-fail-contenttype\";i:2136;s:22:\"backend-fail-batchsize\";i:2137;s:19:\"backend-fail-usable\";i:2138;s:17:\"backend-fail-stat\";i:2139;s:17:\"backend-fail-hash\";i:2140;s:21:\"lockmanager-notlocked\";i:2141;s:26:\"lockmanager-fail-closelock\";i:2142;s:27:\"lockmanager-fail-deletelock\";i:2143;s:28:\"lockmanager-fail-acquirelock\";i:2144;s:25:\"lockmanager-fail-openlock\";i:2145;s:28:\"lockmanager-fail-releaselock\";i:2146;s:26:\"lockmanager-fail-db-bucket\";i:2147;s:27:\"lockmanager-fail-db-release\";i:2148;s:28:\"lockmanager-fail-svr-acquire\";i:2149;s:28:\"lockmanager-fail-svr-release\";i:2150;s:25:\"lockmanager-fail-conflict\";i:2151;s:19:\"zip-file-open-error\";i:2152;s:16:\"zip-wrong-format\";i:2153;s:7:\"zip-bad\";i:2154;s:15:\"zip-unsupported\";i:2155;s:11:\"uploadstash\";i:2156;s:19:\"uploadstash-summary\";i:2157;s:17:\"uploadstash-clear\";i:2158;s:19:\"uploadstash-nofiles\";i:2159;s:20:\"uploadstash-badtoken\";i:2160;s:20:\"uploadstash-errclear\";i:2161;s:19:\"uploadstash-refresh\";i:2162;s:21:\"uploadstash-thumbnail\";i:2163;s:21:\"uploadstash-exception\";i:2164;s:20:\"uploadstash-bad-path\";i:2165;s:28:\"uploadstash-bad-path-invalid\";i:2166;s:33:\"uploadstash-bad-path-unknown-type\";i:2167;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2168;s:31:\"uploadstash-bad-path-no-handler\";i:2169;s:31:\"uploadstash-bad-path-bad-format\";i:2170;s:26:\"uploadstash-file-not-found\";i:2171;s:35:\"uploadstash-file-not-found-no-thumb\";i:2172;s:40:\"uploadstash-file-not-found-no-local-path\";i:2173;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2174;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2175;s:37:\"uploadstash-file-not-found-not-exists\";i:2176;s:26:\"uploadstash-file-too-large\";i:2177;s:25:\"uploadstash-not-logged-in\";i:2178;s:23:\"uploadstash-wrong-owner\";i:2179;s:23:\"uploadstash-no-such-key\";i:2180;s:23:\"uploadstash-zero-length\";i:2181;s:20:\"invalid-chunk-offset\";i:2182;s:21:\"img-auth-accessdenied\";i:2183;s:17:\"img-auth-notindir\";i:2184;s:17:\"img-auth-badtitle\";i:2185;s:15:\"img-auth-nofile\";i:2186;s:14:\"img-auth-isdir\";i:2187;s:18:\"img-auth-streaming\";i:2188;s:15:\"img-auth-public\";i:2189;s:15:\"img-auth-noread\";i:2190;s:16:\"http-invalid-url\";i:2191;s:19:\"http-invalid-scheme\";i:2192;s:18:\"http-request-error\";i:2193;s:15:\"http-read-error\";i:2194;s:14:\"http-timed-out\";i:2195;s:15:\"http-curl-error\";i:2196;s:15:\"http-bad-status\";i:2197;s:19:\"http-internal-error\";i:2198;s:18:\"upload-curl-error6\";i:2199;s:23:\"upload-curl-error6-text\";i:2200;s:19:\"upload-curl-error28\";i:2201;s:24:\"upload-curl-error28-text\";i:2202;s:9:\"nolicense\";i:2203;s:13:\"licenses-edit\";i:2204;s:17:\"license-nopreview\";i:2205;s:17:\"upload_source_url\";i:2206;s:18:\"upload_source_file\";i:2207;s:16:\"listfiles-delete\";i:2208;s:17:\"listfiles-summary\";i:2209;s:17:\"listfiles_subpage\";i:2210;s:14:\"listfiles_name\";i:2211;s:14:\"listfiles_size\";i:2212;s:15:\"listfiles_count\";i:2213;s:18:\"listfiles-show-all\";i:2214;s:23:\"listfiles-latestversion\";i:2215;s:27:\"listfiles-latestversion-yes\";i:2216;s:26:\"listfiles-latestversion-no\";i:2217;s:18:\"filehist-deleteall\";i:2218;s:18:\"filehist-deleteone\";i:2219;s:17:\"filehist-filesize\";i:2220;s:16:\"morelinkstoimage\";i:2221;s:16:\"duplicatesoffile\";i:2222;s:12:\"sharedupload\";i:2223;s:23:\"sharedupload-desc-there\";i:2224;s:22:\"sharedupload-desc-edit\";i:2225;s:24:\"sharedupload-desc-create\";i:2226;s:20:\"filepage-nofile-link\";i:2227;s:25:\"uploadnewversion-linktext\";i:2228;s:16:\"shared-repo-from\";i:2229;s:11:\"shared-repo\";i:2230;s:33:\"shared-repo-name-wikimediacommons\";i:2231;s:10:\"filerevert\";i:2232;s:17:\"filerevert-legend\";i:2233;s:16:\"filerevert-intro\";i:2234;s:18:\"filerevert-comment\";i:2235;s:25:\"filerevert-defaultcomment\";i:2236;s:17:\"filerevert-submit\";i:2237;s:18:\"filerevert-success\";i:2238;s:21:\"filerevert-badversion\";i:2239;s:20:\"filerevert-identical\";i:2240;s:10:\"filedelete\";i:2241;s:17:\"filedelete-legend\";i:2242;s:16:\"filedelete-intro\";i:2243;s:20:\"filedelete-intro-old\";i:2244;s:18:\"filedelete-comment\";i:2245;s:17:\"filedelete-submit\";i:2246;s:18:\"filedelete-success\";i:2247;s:22:\"filedelete-success-old\";i:2248;s:17:\"filedelete-nofile\";i:2249;s:21:\"filedelete-nofile-old\";i:2250;s:22:\"filedelete-otherreason\";i:2251;s:27:\"filedelete-reason-otherlist\";i:2252;s:26:\"filedelete-reason-dropdown\";i:2253;s:26:\"filedelete-edit-reasonlist\";i:2254;s:35:\"filedelete-edit-reasonlist-suppress\";i:2255;s:22:\"filedelete-maintenance\";i:2256;s:28:\"filedelete-maintenance-title\";i:2257;s:10:\"mimesearch\";i:2258;s:18:\"mimesearch-summary\";i:2259;s:8:\"mimetype\";i:2260;s:8:\"download\";i:2261;s:14:\"unwatchedpages\";i:2262;s:13:\"listredirects\";i:2263;s:19:\"listduplicatedfiles\";i:2264;s:27:\"listduplicatedfiles-summary\";i:2265;s:25:\"listduplicatedfiles-entry\";i:2266;s:15:\"unusedtemplates\";i:2267;s:19:\"unusedtemplatestext\";i:2268;s:18:\"unusedtemplateswlh\";i:2269;s:18:\"randompage-nopages\";i:2270;s:16:\"randomincategory\";i:2271;s:32:\"randomincategory-invalidcategory\";i:2272;s:24:\"randomincategory-nopages\";i:2273;s:25:\"randomincategory-category\";i:2274;s:23:\"randomincategory-legend\";i:2275;s:14:\"randomredirect\";i:2276;s:22:\"randomredirect-nopages\";i:2277;s:23:\"statistics-header-pages\";i:2278;s:23:\"statistics-header-edits\";i:2279;s:23:\"statistics-header-users\";i:2280;s:23:\"statistics-header-hooks\";i:2281;s:21:\"statistics-pages-desc\";i:2282;s:16:\"statistics-files\";i:2283;s:16:\"statistics-edits\";i:2284;s:24:\"statistics-edits-average\";i:2285;s:16:\"statistics-users\";i:2286;s:23:\"statistics-users-active\";i:2287;s:28:\"statistics-users-active-desc\";i:2288;s:13:\"pageswithprop\";i:2289;s:20:\"pageswithprop-legend\";i:2290;s:18:\"pageswithprop-text\";i:2291;s:18:\"pageswithprop-prop\";i:2292;s:21:\"pageswithprop-reverse\";i:2293;s:25:\"pageswithprop-sortbyvalue\";i:2294;s:29:\"pageswithprop-prophidden-long\";i:2295;s:31:\"pageswithprop-prophidden-binary\";i:2296;s:15:\"doubleredirects\";i:2297;s:19:\"doubleredirectstext\";i:2298;s:26:\"double-redirect-fixed-move\";i:2299;s:33:\"double-redirect-fixed-maintenance\";i:2300;s:15:\"brokenredirects\";i:2301;s:19:\"brokenredirectstext\";i:2302;s:22:\"brokenredirects-delete\";i:2303;s:16:\"withoutinterwiki\";i:2304;s:24:\"withoutinterwiki-summary\";i:2305;s:23:\"withoutinterwiki-legend\";i:2306;s:15:\"fewestrevisions\";i:2307;s:11:\"ncategories\";i:2308;s:11:\"ninterwikis\";i:2309;s:6:\"nlinks\";i:2310;s:15:\"nmemberschanged\";i:2311;s:10:\"nrevisions\";i:2312;s:11:\"nimagelinks\";i:2313;s:14:\"ntransclusions\";i:2314;s:17:\"specialpage-empty\";i:2315;s:11:\"lonelypages\";i:2316;s:15:\"lonelypagestext\";i:2317;s:18:\"uncategorizedpages\";i:2318;s:23:\"uncategorizedcategories\";i:2319;s:19:\"uncategorizedimages\";i:2320;s:22:\"uncategorizedtemplates\";i:2321;s:38:\"uncategorized-categories-exceptionlist\";i:2322;s:16:\"unusedcategories\";i:2323;s:12:\"unusedimages\";i:2324;s:16:\"wantedcategories\";i:2325;s:11:\"wantedpages\";i:2326;s:19:\"wantedpages-summary\";i:2327;s:20:\"wantedpages-badtitle\";i:2328;s:11:\"wantedfiles\";i:2329;s:18:\"wantedfiletext-cat\";i:2330;s:28:\"wantedfiletext-cat-noforeign\";i:2331;s:20:\"wantedfiletext-nocat\";i:2332;s:30:\"wantedfiletext-nocat-noforeign\";i:2333;s:15:\"wantedtemplates\";i:2334;s:10:\"mostlinked\";i:2335;s:20:\"mostlinkedcategories\";i:2336;s:19:\"mostlinkedtemplates\";i:2337;s:14:\"mostcategories\";i:2338;s:10:\"mostimages\";i:2339;s:14:\"mostinterwikis\";i:2340;s:13:\"mostrevisions\";i:2341;s:21:\"prefixindex-namespace\";i:2342;s:17:\"prefixindex-strip\";i:2343;s:10:\"shortpages\";i:2344;s:9:\"longpages\";i:2345;s:12:\"deadendpages\";i:2346;s:16:\"deadendpagestext\";i:2347;s:14:\"protectedpages\";i:2348;s:20:\"protectedpages-indef\";i:2349;s:22:\"protectedpages-summary\";i:2350;s:22:\"protectedpages-cascade\";i:2351;s:32:\"cachedspecial-viewing-cached-ttl\";i:2352;s:19:\"protectedpagesempty\";i:2353;s:24:\"protectedpages-timestamp\";i:2354;s:21:\"protectedpages-expiry\";i:2355;s:24:\"protectedpages-performer\";i:2356;s:21:\"protectedpages-params\";i:2357;s:21:\"protectedpages-reason\";i:2358;s:21:\"protectedpages-submit\";i:2359;s:32:\"protectedpages-unknown-timestamp\";i:2360;s:32:\"protectedpages-unknown-performer\";i:2361;s:15:\"protectedtitles\";i:2362;s:23:\"protectedtitles-summary\";i:2363;s:20:\"protectedtitlesempty\";i:2364;s:22:\"protectedtitles-submit\";i:2365;s:19:\"listusers-editsonly\";i:2366;s:29:\"listusers-temporarygroupsonly\";i:2367;s:22:\"listusers-creationsort\";i:2368;s:14:\"listusers-desc\";i:2369;s:13:\"usereditcount\";i:2370;s:11:\"usercreated\";i:2371;s:12:\"ancientpages\";i:2372;s:16:\"unusedimagestext\";i:2373;s:37:\"unusedimagestext-categorizedimgisused\";i:2374;s:20:\"unusedcategoriestext\";i:2375;s:13:\"notargettitle\";i:2376;s:12:\"notargettext\";i:2377;s:11:\"nopagetitle\";i:2378;s:10:\"nopagetext\";i:2379;s:8:\"suppress\";i:2380;s:18:\"querypage-disabled\";i:2381;s:7:\"apihelp\";i:2382;s:22:\"apihelp-no-such-module\";i:2383;s:10:\"apisandbox\";i:2384;s:17:\"apisandbox-jsonly\";i:2385;s:16:\"apisandbox-intro\";i:2386;s:17:\"apisandbox-submit\";i:2387;s:16:\"apisandbox-reset\";i:2388;s:16:\"apisandbox-retry\";i:2389;s:18:\"apisandbox-loading\";i:2390;s:21:\"apisandbox-load-error\";i:2391;s:24:\"apisandbox-no-parameters\";i:2392;s:19:\"apisandbox-helpurls\";i:2393;s:19:\"apisandbox-examples\";i:2394;s:29:\"apisandbox-dynamic-parameters\";i:2395;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2396;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2397;s:31:\"apisandbox-dynamic-error-exists\";i:2398;s:37:\"apisandbox-templated-parameter-reason\";i:2399;s:32:\"apisandbox-deprecated-parameters\";i:2400;s:22:\"apisandbox-fetch-token\";i:2401;s:38:\"apisandbox-submit-invalid-fields-title\";i:2402;s:40:\"apisandbox-submit-invalid-fields-message\";i:2403;s:18:\"apisandbox-results\";i:2404;s:26:\"apisandbox-sending-request\";i:2405;s:26:\"apisandbox-loading-results\";i:2406;s:24:\"apisandbox-results-error\";i:2407;s:35:\"apisandbox-results-login-suppressed\";i:2408;s:37:\"apisandbox-request-selectformat-label\";i:2409;s:35:\"apisandbox-request-format-url-label\";i:2410;s:28:\"apisandbox-request-url-label\";i:2411;s:29:\"apisandbox-request-json-label\";i:2412;s:35:\"apisandbox-request-format-php-label\";i:2413;s:28:\"apisandbox-request-php-label\";i:2414;s:23:\"apisandbox-request-time\";i:2415;s:27:\"apisandbox-results-fixtoken\";i:2416;s:32:\"apisandbox-results-fixtoken-fail\";i:2417;s:21:\"apisandbox-alert-page\";i:2418;s:22:\"apisandbox-alert-field\";i:2419;s:19:\"apisandbox-continue\";i:2420;s:25:\"apisandbox-continue-clear\";i:2421;s:24:\"apisandbox-continue-help\";i:2422;s:22:\"apisandbox-param-limit\";i:2423;s:36:\"apisandbox-multivalue-all-namespaces\";i:2424;s:32:\"apisandbox-multivalue-all-values\";i:2425;s:16:\"booksources-isbn\";i:2426;s:16:\"booksources-text\";i:2427;s:24:\"booksources-invalid-isbn\";i:2428;s:22:\"magiclink-tracking-rfc\";i:2429;s:27:\"magiclink-tracking-rfc-desc\";i:2430;s:23:\"magiclink-tracking-pmid\";i:2431;s:28:\"magiclink-tracking-pmid-desc\";i:2432;s:23:\"magiclink-tracking-isbn\";i:2433;s:28:\"magiclink-tracking-isbn-desc\";i:2434;s:20:\"logeventslist-submit\";i:2435;s:26:\"logeventslist-more-filters\";i:2436;s:24:\"logeventslist-patrol-log\";i:2437;s:21:\"logeventslist-tag-log\";i:2438;s:26:\"logeventslist-newusers-log\";i:2439;s:18:\"log-title-wildcard\";i:2440;s:26:\"showhideselectedlogentries\";i:2441;s:13:\"log-edit-tags\";i:2442;s:15:\"checkbox-select\";i:2443;s:13:\"checkbox-none\";i:2444;s:15:\"checkbox-invert\";i:2445;s:8:\"nextpage\";i:2446;s:8:\"prevpage\";i:2447;s:12:\"allpagesfrom\";i:2448;s:10:\"allpagesto\";i:2449;s:14:\"allinnamespace\";i:2450;s:14:\"allpagesprefix\";i:2451;s:16:\"allpagesbadtitle\";i:2452;s:15:\"allpages-bad-ns\";i:2453;s:18:\"categoriespagetext\";i:2454;s:14:\"categoriesfrom\";i:2455;s:20:\"deletedcontributions\";i:2456;s:26:\"deletedcontributions-title\";i:2457;s:10:\"linksearch\";i:2458;s:14:\"linksearch-pat\";i:2459;s:15:\"linksearch-text\";i:2460;s:15:\"linksearch-line\";i:2461;s:16:\"linksearch-error\";i:2462;s:13:\"listusersfrom\";i:2463;s:18:\"listusers-noresult\";i:2464;s:11:\"activeusers\";i:2465;s:17:\"activeusers-intro\";i:2466;s:17:\"activeusers-count\";i:2467;s:16:\"activeusers-from\";i:2468;s:18:\"activeusers-groups\";i:2469;s:25:\"activeusers-excludegroups\";i:2470;s:20:\"activeusers-noresult\";i:2471;s:18:\"activeusers-submit\";i:2472;s:15:\"listgrouprights\";i:2473;s:23:\"listgrouprights-summary\";i:2474;s:19:\"listgrouprights-key\";i:2475;s:21:\"listgrouprights-group\";i:2476;s:22:\"listgrouprights-rights\";i:2477;s:24:\"listgrouprights-helppage\";i:2478;s:24:\"listgrouprights-addgroup\";i:2479;s:27:\"listgrouprights-removegroup\";i:2480;s:28:\"listgrouprights-addgroup-all\";i:2481;s:31:\"listgrouprights-removegroup-all\";i:2482;s:29:\"listgrouprights-addgroup-self\";i:2483;s:32:\"listgrouprights-removegroup-self\";i:2484;s:33:\"listgrouprights-addgroup-self-all\";i:2485;s:36:\"listgrouprights-removegroup-self-all\";i:2486;s:42:\"listgrouprights-namespaceprotection-header\";i:2487;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2488;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2489;s:10:\"listgrants\";i:2490;s:18:\"listgrants-summary\";i:2491;s:16:\"listgrants-grant\";i:2492;s:17:\"listgrants-rights\";i:2493;s:18:\"trackingcategories\";i:2494;s:26:\"trackingcategories-summary\";i:2495;s:22:\"trackingcategories-msg\";i:2496;s:23:\"trackingcategories-name\";i:2497;s:23:\"trackingcategories-desc\";i:2498;s:31:\"restricted-displaytitle-ignored\";i:2499;s:36:\"restricted-displaytitle-ignored-desc\";i:2500;s:20:\"nonnumeric-formatnum\";i:2501;s:25:\"nonnumeric-formatnum-desc\";i:2502;s:21:\"noindex-category-desc\";i:2503;s:19:\"index-category-desc\";i:2504;s:44:\"post-expand-template-inclusion-category-desc\";i:2505;s:43:\"post-expand-template-argument-category-desc\";i:2506;s:38:\"expensive-parserfunction-category-desc\";i:2507;s:25:\"broken-file-category-desc\";i:2508;s:29:\"hidden-category-category-desc\";i:2509;s:25:\"trackingcategories-nodesc\";i:2510;s:27:\"trackingcategories-disabled\";i:2511;s:11:\"mailnologin\";i:2512;s:15:\"mailnologintext\";i:2513;s:22:\"emailuser-title-target\";i:2514;s:24:\"emailuser-title-notarget\";i:2515;s:13:\"emailpagetext\";i:2516;s:15:\"defemailsubject\";i:2517;s:16:\"usermaildisabled\";i:2518;s:20:\"usermaildisabledtext\";i:2519;s:12:\"noemailtitle\";i:2520;s:11:\"noemailtext\";i:2521;s:15:\"nowikiemailtext\";i:2522;s:13:\"emailnotarget\";i:2523;s:11:\"emailtarget\";i:2524;s:19:\"emailusernamesubmit\";i:2525;s:12:\"email-legend\";i:2526;s:9:\"emailfrom\";i:2527;s:7:\"emailto\";i:2528;s:12:\"emailsubject\";i:2529;s:12:\"emailmessage\";i:2530;s:9:\"emailsend\";i:2531;s:9:\"emailccme\";i:2532;s:14:\"emailccsubject\";i:2533;s:9:\"emailsent\";i:2534;s:13:\"emailsenttext\";i:2535;s:15:\"emailuserfooter\";i:2536;s:19:\"usermessage-summary\";i:2537;s:11:\"nowatchlist\";i:2538;s:17:\"watchlistanontext\";i:2539;s:12:\"watchnologin\";i:2540;s:21:\"watchlistnotwatchable\";i:2541;s:8:\"addwatch\";i:2542;s:15:\"updatewatchlist\";i:2543;s:14:\"addedwatchtext\";i:2544;s:19:\"addedwatchtext-talk\";i:2545;s:20:\"addedwatchtext-short\";i:2546;s:30:\"addedwatchexpiry-options-label\";i:2547;s:21:\"addedwatchexpiryhours\";i:2548;s:26:\"addedwatchexpiryhours-talk\";i:2549;s:20:\"addedwatchexpirytext\";i:2550;s:25:\"addedwatchexpirytext-talk\";i:2551;s:26:\"addedwatchindefinitelytext\";i:2552;s:31:\"addedwatchindefinitelytext-talk\";i:2553;s:11:\"removewatch\";i:2554;s:16:\"removedwatchtext\";i:2555;s:21:\"removedwatchtext-talk\";i:2556;s:22:\"removedwatchtext-short\";i:2557;s:15:\"unwatchthispage\";i:2558;s:12:\"notanarticle\";i:2559;s:13:\"notvisiblerev\";i:2560;s:26:\"watchlist-expiry-days-left\";i:2561;s:33:\"watchlist-expiring-days-full-text\";i:2562;s:27:\"watchlist-expiry-hours-left\";i:2563;s:34:\"watchlist-expiring-hours-full-text\";i:2564;s:15:\"wlheader-enotif\";i:2565;s:10:\"wlshowtime\";i:2566;s:15:\"wlshowhideminor\";i:2567;s:13:\"wlshowhideliu\";i:2568;s:15:\"wlshowhideanons\";i:2569;s:14:\"wlshowhidepatr\";i:2570;s:14:\"wlshowhidemine\";i:2571;s:24:\"wlshowhidecategorization\";i:2572;s:8:\"watching\";i:2573;s:10:\"unwatching\";i:2574;s:28:\"enotif_impersonal_salutation\";i:2575;s:22:\"enotif_subject_deleted\";i:2576;s:22:\"enotif_subject_created\";i:2577;s:20:\"enotif_subject_moved\";i:2578;s:23:\"enotif_subject_restored\";i:2579;s:22:\"enotif_subject_changed\";i:2580;s:25:\"enotif_body_intro_deleted\";i:2581;s:25:\"enotif_body_intro_created\";i:2582;s:23:\"enotif_body_intro_moved\";i:2583;s:26:\"enotif_body_intro_restored\";i:2584;s:25:\"enotif_body_intro_changed\";i:2585;s:18:\"enotif_lastvisited\";i:2586;s:15:\"enotif_lastdiff\";i:2587;s:18:\"enotif_anon_editor\";i:2588;s:11:\"enotif_body\";i:2589;s:7:\"created\";i:2590;s:7:\"changed\";i:2591;s:21:\"deletepage-deletetalk\";i:2592;s:17:\"deletepage-submit\";i:2593;s:7:\"confirm\";i:2594;s:9:\"excontent\";i:2595;s:15:\"excontentauthor\";i:2596;s:13:\"exbeforeblank\";i:2597;s:14:\"delete-confirm\";i:2598;s:13:\"delete-legend\";i:2599;s:26:\"delete-talk-summary-prefix\";i:2600;s:14:\"historywarning\";i:2601;s:17:\"confirmdeletetext\";i:2602;s:14:\"actioncomplete\";i:2603;s:12:\"actionfailed\";i:2604;s:11:\"deletedtext\";i:2605;s:25:\"deleted-page-and-talkpage\";i:2606;s:14:\"dellogpagetext\";i:2607;s:15:\"log-name-create\";i:2608;s:22:\"log-description-create\";i:2609;s:22:\"logentry-create-create\";i:2610;s:8:\"reverted\";i:2611;s:13:\"deletecomment\";i:2612;s:17:\"deleteotherreason\";i:2613;s:21:\"deletereasonotherlist\";i:2614;s:21:\"deletereason-dropdown\";i:2615;s:22:\"delete-edit-reasonlist\";i:2616;s:31:\"delete-edit-reasonlist-suppress\";i:2617;s:13:\"delete-toobig\";i:2618;s:23:\"delete-toomanyrevisions\";i:2619;s:21:\"delete-warning-toobig\";i:2620;s:35:\"delete-error-associated-alreadytalk\";i:2621;s:36:\"delete-error-associated-doesnotexist\";i:2622;s:15:\"deleteprotected\";i:2623;s:26:\"deleting-backlinks-warning\";i:2624;s:25:\"deleting-subpages-warning\";i:2625;s:34:\"deleting-talkpage-subpages-warning\";i:2626;s:8:\"rollback\";i:2627;s:29:\"rollback-confirmation-confirm\";i:2628;s:25:\"rollback-confirmation-yes\";i:2629;s:24:\"rollback-confirmation-no\";i:2630;s:26:\"rollbacklinkcount-morethan\";i:2631;s:14:\"rollbackfailed\";i:2632;s:21:\"rollback-missingparam\";i:2633;s:24:\"rollback-missingrevision\";i:2634;s:12:\"cantrollback\";i:2635;s:13:\"alreadyrolled\";i:2636;s:11:\"editcomment\";i:2637;s:10:\"revertpage\";i:2638;s:15:\"revertpage-anon\";i:2639;s:17:\"revertpage-nouser\";i:2640;s:16:\"rollback-success\";i:2641;s:20:\"sessionfailure-title\";i:2642;s:14:\"sessionfailure\";i:2643;s:18:\"changecontentmodel\";i:2644;s:25:\"changecontentmodel-legend\";i:2645;s:30:\"changecontentmodel-title-label\";i:2646;s:32:\"changecontentmodel-current-label\";i:2647;s:30:\"changecontentmodel-model-label\";i:2648;s:31:\"changecontentmodel-reason-label\";i:2649;s:25:\"changecontentmodel-submit\";i:2650;s:32:\"changecontentmodel-success-title\";i:2651;s:31:\"changecontentmodel-success-text\";i:2652;s:33:\"changecontentmodel-cannot-convert\";i:2653;s:34:\"changecontentmodel-nodirectediting\";i:2654;s:36:\"changecontentmodel-emptymodels-title\";i:2655;s:35:\"changecontentmodel-emptymodels-text\";i:2656;s:21:\"log-name-contentmodel\";i:2657;s:28:\"log-description-contentmodel\";i:2658;s:25:\"logentry-contentmodel-new\";i:2659;s:28:\"logentry-contentmodel-change\";i:2660;s:39:\"logentry-contentmodel-change-revertlink\";i:2661;s:35:\"logentry-contentmodel-change-revert\";i:2662;s:14:\"protectlogtext\";i:2663;s:24:\"protectedarticle-comment\";i:2664;s:33:\"modifiedarticleprotection-comment\";i:2665;s:26:\"unprotectedarticle-comment\";i:2666;s:13:\"protect-title\";i:2667;s:24:\"protect-title-notallowed\";i:2668;s:14:\"prot_1movedto2\";i:2669;s:26:\"protect-badnamespace-title\";i:2670;s:25:\"protect-badnamespace-text\";i:2671;s:31:\"protect-norestrictiontypes-text\";i:2672;s:32:\"protect-norestrictiontypes-title\";i:2673;s:14:\"protect-legend\";i:2674;s:14:\"protectcomment\";i:2675;s:13:\"protectexpiry\";i:2676;s:22:\"protect_expiry_invalid\";i:2677;s:18:\"protect_expiry_old\";i:2678;s:27:\"protect-unchain-permissions\";i:2679;s:12:\"protect-text\";i:2680;s:22:\"protect-locked-blocked\";i:2681;s:21:\"protect-locked-dblock\";i:2682;s:21:\"protect-locked-access\";i:2683;s:17:\"protect-cascadeon\";i:2684;s:16:\"protect-fallback\";i:2685;s:27:\"protect-level-autoconfirmed\";i:2686;s:19:\"protect-level-sysop\";i:2687;s:20:\"protect-summary-desc\";i:2688;s:23:\"protect-summary-cascade\";i:2689;s:16:\"protect-expiring\";i:2690;s:22:\"protect-expiring-local\";i:2691;s:25:\"protect-expiry-indefinite\";i:2692;s:15:\"protect-cascade\";i:2693;s:16:\"protect-cantedit\";i:2694;s:17:\"protect-othertime\";i:2695;s:20:\"protect-othertime-op\";i:2696;s:23:\"protect-existing-expiry\";i:2697;s:32:\"protect-existing-expiry-infinity\";i:2698;s:19:\"protect-otherreason\";i:2699;s:22:\"protect-otherreason-op\";i:2700;s:16:\"protect-dropdown\";i:2701;s:23:\"protect-edit-reasonlist\";i:2702;s:22:\"protect-expiry-options\";i:2703;s:17:\"restriction-level\";i:2704;s:12:\"minimum-size\";i:2705;s:12:\"maximum-size\";i:2706;s:8:\"pagesize\";i:2707;s:18:\"restriction-upload\";i:2708;s:23:\"restriction-level-sysop\";i:2709;s:31:\"restriction-level-autoconfirmed\";i:2710;s:21:\"restriction-level-all\";i:2711;s:8:\"undelete\";i:2712;s:12:\"undeletepage\";i:2713;s:17:\"undeletepagetitle\";i:2714;s:15:\"viewdeletedpage\";i:2715;s:23:\"skin-action-viewdeleted\";i:2716;s:16:\"undeletepagetext\";i:2717;s:23:\"undelete-fieldset-title\";i:2718;s:17:\"undeleteextrahelp\";i:2719;s:17:\"undeleterevisions\";i:2720;s:15:\"undeletehistory\";i:2721;s:14:\"undeleterevdel\";i:2722;s:22:\"undeletehistorynoadmin\";i:2723;s:17:\"undelete-revision\";i:2724;s:24:\"undeleterevision-missing\";i:2725;s:32:\"undeleterevision-duplicate-revid\";i:2726;s:15:\"undelete-nodiff\";i:2727;s:11:\"undeletebtn\";i:2728;s:12:\"undeletelink\";i:2729;s:16:\"undeleteviewlink\";i:2730;s:21:\"undelete-undeletetalk\";i:2731;s:15:\"undeletecomment\";i:2732;s:14:\"cannotundelete\";i:2733;s:13:\"undeletedpage\";i:2734;s:15:\"undelete-header\";i:2735;s:21:\"undelete-search-title\";i:2736;s:19:\"undelete-search-box\";i:2737;s:22:\"undelete-search-prefix\";i:2738;s:20:\"undelete-search-full\";i:2739;s:19:\"undelete-no-results\";i:2740;s:26:\"undelete-filename-mismatch\";i:2741;s:22:\"undelete-bad-store-key\";i:2742;s:22:\"undelete-cleanup-error\";i:2743;s:28:\"undelete-missing-filearchive\";i:2744;s:28:\"undelete-talk-summary-prefix\";i:2745;s:14:\"undelete-error\";i:2746;s:37:\"undelete-error-associated-alreadytalk\";i:2747;s:36:\"undelete-error-associated-notdeleted\";i:2748;s:26:\"undelete-show-file-confirm\";i:2749;s:25:\"undelete-show-file-submit\";i:2750;s:22:\"undelete-revision-row2\";i:2751;s:21:\"undelete-back-to-list\";i:2752;s:28:\"tooltip-whatlinkshere-invert\";i:2753;s:22:\"contributions-subtitle\";i:2754;s:32:\"negative-namespace-not-supported\";i:2755;s:4:\"date\";i:2756;s:28:\"sp-contributions-suppresslog\";i:2757;s:24:\"sp-contributions-deleted\";i:2758;s:27:\"sp-contributions-userrights\";i:2759;s:31:\"sp-contributions-blocked-notice\";i:2760;s:39:\"sp-contributions-blocked-notice-partial\";i:2761;s:36:\"sp-contributions-blocked-notice-anon\";i:2762;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2763;s:26:\"sp-contributions-hideminor\";i:2764;s:27:\"sp-contributions-outofrange\";i:2765;s:33:\"sp-contributions-concurrency-user\";i:2766;s:31:\"sp-contributions-concurrency-ip\";i:2767;s:19:\"whatlinkshere-count\";i:2768;s:14:\"nolinkshere-ns\";i:2769;s:26:\"whatlinkshere-sectionredir\";i:2770;s:11:\"autoblockid\";i:2771;s:5:\"block\";i:2772;s:7:\"unblock\";i:2773;s:13:\"changeblockip\";i:2774;s:7:\"blockip\";i:2775;s:11:\"blockiptext\";i:2776;s:9:\"ipbreason\";i:2777;s:18:\"ipbreason-dropdown\";i:2778;s:13:\"ipb-hardblock\";i:2779;s:16:\"ipbcreateaccount\";i:2780;s:11:\"ipbemailban\";i:2781;s:18:\"ipbenableautoblock\";i:2782;s:9:\"ipbsubmit\";i:2783;s:8:\"ipbother\";i:2784;s:11:\"ipbhidename\";i:2785;s:12:\"ipbwatchuser\";i:2786;s:19:\"ipb-disableusertalk\";i:2787;s:16:\"ipb-change-block\";i:2788;s:11:\"ipb-confirm\";i:2789;s:12:\"ipb-sitewide\";i:2790;s:11:\"ipb-partial\";i:2791;s:17:\"ipb-sitewide-help\";i:2792;s:16:\"ipb-partial-help\";i:2793;s:17:\"ipb-action-create\";i:2794;s:15:\"ipb-action-move\";i:2795;s:17:\"ipb-action-upload\";i:2796;s:15:\"ipb-pages-label\";i:2797;s:20:\"ipb-namespaces-label\";i:2798;s:12:\"badipaddress\";i:2799;s:17:\"blockipsuccesssub\";i:2800;s:18:\"blockipsuccesstext\";i:2801;s:15:\"ipb-empty-block\";i:2802;s:19:\"ipb-block-not-found\";i:2803;s:16:\"ipb-blockingself\";i:2804;s:19:\"ipb-confirmhideuser\";i:2805;s:17:\"ipb-confirmaction\";i:2806;s:17:\"ipb-edit-dropdown\";i:2807;s:16:\"ipb-unblock-addr\";i:2808;s:11:\"ipb-unblock\";i:2809;s:13:\"ipb-blocklist\";i:2810;s:22:\"ipb-blocklist-contribs\";i:2811;s:27:\"ipb-blocklist-duration-left\";i:2812;s:13:\"block-actions\";i:2813;s:13:\"block-details\";i:2814;s:12:\"block-expiry\";i:2815;s:13:\"block-options\";i:2816;s:12:\"block-reason\";i:2817;s:12:\"block-target\";i:2818;s:24:\"block-target-placeholder\";i:2819;s:9:\"unblockip\";i:2820;s:13:\"unblockiptext\";i:2821;s:9:\"ipusubmit\";i:2822;s:9:\"unblocked\";i:2823;s:15:\"unblocked-range\";i:2824;s:12:\"unblocked-id\";i:2825;s:12:\"unblocked-ip\";i:2826;s:9:\"blocklist\";i:2827;s:13:\"autoblocklist\";i:2828;s:20:\"autoblocklist-legend\";i:2829;s:25:\"autoblocklist-localblocks\";i:2830;s:30:\"autoblocklist-total-autoblocks\";i:2831;s:19:\"autoblocklist-empty\";i:2832;s:25:\"autoblocklist-otherblocks\";i:2833;s:11:\"ipblocklist\";i:2834;s:18:\"ipblocklist-legend\";i:2835;s:20:\"blocklist-autoblocks\";i:2836;s:20:\"blocklist-userblocks\";i:2837;s:20:\"blocklist-tempblocks\";i:2838;s:21:\"blocklist-indefblocks\";i:2839;s:23:\"blocklist-addressblocks\";i:2840;s:14:\"blocklist-type\";i:2841;s:22:\"blocklist-type-opt-all\";i:2842;s:27:\"blocklist-type-opt-sitewide\";i:2843;s:26:\"blocklist-type-opt-partial\";i:2844;s:21:\"blocklist-rangeblocks\";i:2845;s:19:\"blocklist-timestamp\";i:2846;s:16:\"blocklist-target\";i:2847;s:16:\"blocklist-expiry\";i:2848;s:12:\"blocklist-by\";i:2849;s:16:\"blocklist-params\";i:2850;s:16:\"blocklist-reason\";i:2851;s:22:\"ipblocklist-localblock\";i:2852;s:23:\"ipblocklist-otherblocks\";i:2853;s:13:\"anononlyblock\";i:2854;s:16:\"noautoblockblock\";i:2855;s:10:\"emailblock\";i:2856;s:20:\"blocklist-nousertalk\";i:2857;s:17:\"blocklist-editing\";i:2858;s:26:\"blocklist-editing-sitewide\";i:2859;s:22:\"blocklist-editing-page\";i:2860;s:20:\"blocklist-editing-ns\";i:2861;s:24:\"blocklist-editing-action\";i:2862;s:17:\"ipblocklist-empty\";i:2863;s:22:\"ipblocklist-no-results\";i:2864;s:11:\"unblocklink\";i:2865;s:16:\"change-blocklink\";i:2866;s:14:\"empty-username\";i:2867;s:9:\"emaillink\";i:2868;s:11:\"autoblocker\";i:2869;s:16:\"blocklog-showlog\";i:2870;s:24:\"blocklog-showsuppresslog\";i:2871;s:12:\"blocklogtext\";i:2872;s:24:\"block-log-flags-anononly\";i:2873;s:27:\"block-log-flags-noautoblock\";i:2874;s:23:\"block-log-flags-noemail\";i:2875;s:26:\"block-log-flags-nousertalk\";i:2876;s:31:\"block-log-flags-angry-autoblock\";i:2877;s:26:\"block-log-flags-hiddenname\";i:2878;s:20:\"range_block_disabled\";i:2879;s:26:\"ipb-prevent-user-talk-edit\";i:2880;s:18:\"ipb_expiry_invalid\";i:2881;s:14:\"ipb_expiry_old\";i:2882;s:15:\"ipb_expiry_temp\";i:2883;s:16:\"ipb_hide_invalid\";i:2884;s:16:\"ipb_hide_partial\";i:2885;s:19:\"ipb_already_blocked\";i:2886;s:15:\"ipb-needreblock\";i:2887;s:22:\"ipb-otherblocks-header\";i:2888;s:16:\"unblock-hideuser\";i:2889;s:16:\"ipb_cant_unblock\";i:2890;s:20:\"ipb_blocked_as_range\";i:2891;s:16:\"ip_range_invalid\";i:2892;s:17:\"ip_range_toolarge\";i:2893;s:17:\"ip_range_exceeded\";i:2894;s:15:\"ip_range_toolow\";i:2895;s:16:\"proxyblockreason\";i:2896;s:11:\"sorbsreason\";i:2897;s:27:\"sorbs_create_account_reason\";i:2898;s:21:\"softblockrangesreason\";i:2899;s:14:\"xffblockreason\";i:2900;s:20:\"cant-see-hidden-user\";i:2901;s:27:\"cant-block-nonexistent-page\";i:2902;s:10:\"ipbblocked\";i:2903;s:16:\"ipbnounblockself\";i:2904;s:6:\"lockdb\";i:2905;s:8:\"unlockdb\";i:2906;s:10:\"lockdbtext\";i:2907;s:12:\"unlockdbtext\";i:2908;s:11:\"lockconfirm\";i:2909;s:13:\"unlockconfirm\";i:2910;s:7:\"lockbtn\";i:2911;s:9:\"unlockbtn\";i:2912;s:13:\"locknoconfirm\";i:2913;s:16:\"lockdbsuccesssub\";i:2914;s:18:\"unlockdbsuccesssub\";i:2915;s:17:\"lockdbsuccesstext\";i:2916;s:19:\"unlockdbsuccesstext\";i:2917;s:19:\"lockfilenotwritable\";i:2918;s:14:\"databaselocked\";i:2919;s:17:\"databasenotlocked\";i:2920;s:15:\"lockedbyandtime\";i:2921;s:9:\"move-page\";i:2922;s:16:\"move-page-legend\";i:2923;s:12:\"movepagetext\";i:2924;s:28:\"movepagetext-noredirectfixer\";i:2925;s:30:\"movepagetext-noredirectsupport\";i:2926;s:16:\"movepagetalktext\";i:2927;s:20:\"moveuserpage-warning\";i:2928;s:24:\"movecategorypage-warning\";i:2929;s:15:\"movenologintext\";i:2930;s:14:\"movenotallowed\";i:2931;s:18:\"movenotallowedfile\";i:2932;s:19:\"cant-move-user-page\";i:2933;s:22:\"cant-move-to-user-page\";i:2934;s:23:\"cant-move-category-page\";i:2935;s:26:\"cant-move-to-category-page\";i:2936;s:18:\"cant-move-subpages\";i:2937;s:20:\"namespace-nosubpages\";i:2938;s:10:\"move-watch\";i:2939;s:11:\"movepagebtn\";i:2940;s:12:\"pagemovedsub\";i:2941;s:10:\"cannotmove\";i:2942;s:14:\"movepage-moved\";i:2943;s:23:\"movepage-moved-redirect\";i:2944;s:25:\"movepage-moved-noredirect\";i:2945;s:21:\"movepage-delete-first\";i:2946;s:13:\"articleexists\";i:2947;s:14:\"redirectexists\";i:2948;s:23:\"cantmove-titleprotected\";i:2949;s:8:\"movetalk\";i:2950;s:13:\"move-subpages\";i:2951;s:18:\"move-talk-subpages\";i:2952;s:20:\"movepage-page-exists\";i:2953;s:28:\"movepage-source-doesnt-exist\";i:2954;s:19:\"movepage-page-moved\";i:2955;s:21:\"movepage-page-unmoved\";i:2956;s:18:\"movepage-max-pages\";i:2957;s:15:\"movelogpagetext\";i:2958;s:11:\"movesubpage\";i:2959;s:15:\"movesubpagetext\";i:2960;s:19:\"movesubpagetalktext\";i:2961;s:25:\"movesubpagetext-truncated\";i:2962;s:29:\"movesubpagetalktext-truncated\";i:2963;s:13:\"movenosubpage\";i:2964;s:10:\"movereason\";i:2965;s:10:\"revertmove\";i:2966;s:20:\"delete_and_move_text\";i:2967;s:29:\"delete_redirect_and_move_text\";i:2968;s:23:\"delete_and_move_confirm\";i:2969;s:22:\"delete_and_move_reason\";i:2970;s:8:\"selfmove\";i:2971;s:25:\"immobile-source-namespace\";i:2972;s:28:\"immobile-source-namespace-iw\";i:2973;s:25:\"immobile-target-namespace\";i:2974;s:28:\"immobile-target-namespace-iw\";i:2975;s:20:\"immobile-source-page\";i:2976;s:20:\"immobile-target-page\";i:2977;s:29:\"movepage-invalid-target-title\";i:2978;s:16:\"bad-target-model\";i:2979;s:21:\"imagenocrossnamespace\";i:2980;s:27:\"nonfile-cannot-move-to-file\";i:2981;s:17:\"imagetypemismatch\";i:2982;s:20:\"imageinvalidfilename\";i:2983;s:20:\"fix-double-redirects\";i:2984;s:19:\"move-leave-redirect\";i:2985;s:24:\"protectedpagemovewarning\";i:2986;s:28:\"semiprotectedpagemovewarning\";i:2987;s:20:\"move-over-sharedrepo\";i:2988;s:22:\"file-exists-sharedrepo\";i:2989;s:10:\"exporttext\";i:2990;s:9:\"exportall\";i:2991;s:13:\"exportcuronly\";i:2992;s:15:\"exportnohistory\";i:2993;s:17:\"exportlistauthors\";i:2994;s:13:\"export-submit\";i:2995;s:17:\"export-addcattext\";i:2996;s:13:\"export-addcat\";i:2997;s:16:\"export-addnstext\";i:2998;s:12:\"export-addns\";i:2999;s:15:\"export-download\";i:3000;s:16:\"export-templates\";i:3001;s:16:\"export-pagelinks\";i:3002;s:13:\"export-manual\";i:3003;s:11:\"allmessages\";i:3004;s:15:\"allmessagesname\";i:3005;s:18:\"allmessagesdefault\";i:3006;s:18:\"allmessagescurrent\";i:3007;s:15:\"allmessagestext\";i:3008;s:34:\"allmessages-not-supported-database\";i:3009;s:25:\"allmessages-filter-legend\";i:3010;s:18:\"allmessages-filter\";i:3011;s:29:\"allmessages-filter-unmodified\";i:3012;s:27:\"allmessages-filter-modified\";i:3013;s:18:\"allmessages-prefix\";i:3014;s:20:\"allmessages-language\";i:3015;s:28:\"allmessages-filter-translate\";i:3016;s:11:\"filemissing\";i:3017;s:15:\"thumbnail_error\";i:3018;s:22:\"thumbnail_error_remote\";i:3019;s:15:\"djvu_page_error\";i:3020;s:21:\"thumbnail-temp-create\";i:3021;s:21:\"thumbnail-dest-create\";i:3022;s:24:\"thumbnail_invalid_params\";i:3023;s:25:\"thumbnail_toobigimagearea\";i:3024;s:24:\"thumbnail_dest_directory\";i:3025;s:20:\"thumbnail_image-type\";i:3026;s:20:\"thumbnail_gd-library\";i:3027;s:25:\"thumbnail_image-size-zero\";i:3028;s:23:\"thumbnail_image-missing\";i:3029;s:29:\"thumbnail_image-failure-limit\";i:3030;s:6:\"import\";i:3031;s:15:\"importinterwiki\";i:3032;s:21:\"import-interwiki-text\";i:3033;s:27:\"import-interwiki-sourcewiki\";i:3034;s:27:\"import-interwiki-sourcepage\";i:3035;s:24:\"import-interwiki-history\";i:3036;s:26:\"import-interwiki-templates\";i:3037;s:23:\"import-interwiki-submit\";i:3038;s:22:\"import-mapping-default\";i:3039;s:24:\"import-mapping-namespace\";i:3040;s:22:\"import-mapping-subpage\";i:3041;s:22:\"import-upload-filename\";i:3042;s:29:\"import-upload-username-prefix\";i:3043;s:25:\"import-assign-known-users\";i:3044;s:10:\"importtext\";i:3045;s:11:\"importstart\";i:3046;s:21:\"import-revision-count\";i:3047;s:13:\"importnopages\";i:3048;s:20:\"imported-log-entries\";i:3049;s:12:\"importfailed\";i:3050;s:19:\"importunknownsource\";i:3051;s:14:\"importnoprefix\";i:3052;s:14:\"importcantopen\";i:3053;s:18:\"importbadinterwiki\";i:3054;s:13:\"importsuccess\";i:3055;s:15:\"importnosources\";i:3056;s:12:\"importnofile\";i:3057;s:21:\"importuploaderrorsize\";i:3058;s:24:\"importuploaderrorpartial\";i:3059;s:21:\"importuploaderrortemp\";i:3060;s:20:\"import-parse-failure\";i:3061;s:16:\"import-noarticle\";i:3062;s:21:\"import-nonewrevisions\";i:3063;s:16:\"xml-error-string\";i:3064;s:13:\"import-upload\";i:3065;s:21:\"import-token-mismatch\";i:3066;s:24:\"import-invalid-interwiki\";i:3067;s:17:\"import-error-edit\";i:3068;s:22:\"import-error-interwiki\";i:3069;s:20:\"import-error-special\";i:3070;s:20:\"import-error-invalid\";i:3071;s:24:\"import-error-unserialize\";i:3072;s:25:\"import-error-bad-location\";i:3073;s:20:\"import-options-wrong\";i:3074;s:23:\"import-rootpage-invalid\";i:3075;s:25:\"import-rootpage-nosubpage\";i:3076;s:17:\"importlogpagetext\";i:3077;s:29:\"import-logentry-upload-detail\";i:3078;s:32:\"import-logentry-interwiki-detail\";i:3079;s:14:\"javascripttest\";i:3080;s:26:\"javascripttest-qunit-intro\";i:3081;s:23:\"tooltip-pt-anonuserpage\";i:3082;s:22:\"tooltip-pt-tmpuserpage\";i:3083;s:19:\"tooltip-pt-anontalk\";i:3084;s:23:\"tooltip-pt-anoncontribs\";i:3085;s:24:\"tooltip-pt-login-private\";i:3086;s:20:\"tooltip-ca-unprotect\";i:3087;s:19:\"tooltip-ca-undelete\";i:3088;s:27:\"tooltip-ca-unwatch-expiring\";i:3089;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3090;s:18:\"tooltip-p-cactions\";i:3091;s:18:\"tooltip-p-personal\";i:3092;s:16:\"tooltip-feed-rss\";i:3093;s:14:\"tooltip-t-info\";i:3094;s:22:\"tooltip-ca-nstab-media\";i:3095;s:21:\"tooltip-ca-nstab-help\";i:3096;s:15:\"tooltip-publish\";i:3097;s:24:\"tooltip-watchlist-expiry\";i:3098;s:35:\"tooltip-watchlistedit-normal-submit\";i:3099;s:32:\"tooltip-watchlistedit-raw-submit\";i:3100;s:16:\"tooltip-recreate\";i:3101;s:14:\"tooltip-upload\";i:3102;s:24:\"tooltip-preferences-save\";i:3103;s:24:\"interlanguage-link-title\";i:3104;s:10:\"common.css\";i:3105;s:9:\"print.css\";i:3106;s:12:\"noscript.css\";i:3107;s:23:\"group-autoconfirmed.css\";i:3108;s:14:\"group-user.css\";i:3109;s:13:\"group-bot.css\";i:3110;s:15:\"group-sysop.css\";i:3111;s:20:\"group-bureaucrat.css\";i:3112;s:11:\"common.json\";i:3113;s:9:\"common.js\";i:3114;s:22:\"group-autoconfirmed.js\";i:3115;s:13:\"group-user.js\";i:3116;s:12:\"group-bot.js\";i:3117;s:14:\"group-sysop.js\";i:3118;s:19:\"group-bureaucrat.js\";i:3119;s:9:\"anonymous\";i:3120;s:8:\"siteuser\";i:3121;s:8:\"anonuser\";i:3122;s:16:\"lastmodifiedatby\";i:3123;s:13:\"othercontribs\";i:3124;s:6:\"others\";i:3125;s:9:\"siteusers\";i:3126;s:9:\"anonusers\";i:3127;s:11:\"creditspage\";i:3128;s:9:\"nocredits\";i:3129;s:19:\"spamprotectiontitle\";i:3130;s:18:\"spamprotectiontext\";i:3131;s:19:\"spamprotectionmatch\";i:3132;s:16:\"spambot_username\";i:3133;s:14:\"spam_reverting\";i:3134;s:13:\"spam_blanking\";i:3135;s:13:\"spam_deleting\";i:3136;s:20:\"pageinfo-not-current\";i:3137;s:18:\"pageinfo-namespace\";i:3138;s:24:\"pageinfo-language-change\";i:3139;s:29:\"pageinfo-content-model-change\";i:3140;s:26:\"pageinfo-visiting-watchers\";i:3141;s:30:\"pageinfo-few-visiting-watchers\";i:3142;s:22:\"pageinfo-transclusions\";i:3143;s:20:\"pageinfo-redirectsto\";i:3144;s:25:\"pageinfo-redirectsto-info\";i:3145;s:26:\"pageinfo-protect-cascading\";i:3146;s:30:\"pageinfo-protect-cascading-yes\";i:3147;s:31:\"pageinfo-protect-cascading-from\";i:3148;s:22:\"pageinfo-category-info\";i:3149;s:23:\"pageinfo-category-total\";i:3150;s:23:\"pageinfo-category-pages\";i:3151;s:25:\"pageinfo-category-subcats\";i:3152;s:23:\"pageinfo-category-files\";i:3153;s:16:\"pageinfo-user-id\";i:3154;s:18:\"pageinfo-file-hash\";i:3155;s:25:\"pageinfo-view-protect-log\";i:3156;s:19:\"markaspatrolleddiff\";i:3157;s:19:\"markaspatrolledtext\";i:3158;s:24:\"markaspatrolledtext-file\";i:3159;s:17:\"markedaspatrolled\";i:3160;s:21:\"markedaspatrolledtext\";i:3161;s:16:\"rcpatroldisabled\";i:3162;s:20:\"rcpatroldisabledtext\";i:3163;s:22:\"markedaspatrollederror\";i:3164;s:26:\"markedaspatrollederrortext\";i:3165;s:35:\"markedaspatrollederror-noautopatrol\";i:3166;s:23:\"markedaspatrollednotify\";i:3167;s:17:\"patrol-log-header\";i:3168;s:28:\"confirm-markpatrolled-button\";i:3169;s:25:\"confirm-markpatrolled-top\";i:3170;s:15:\"deletedrevision\";i:3171;s:21:\"filedeleteerror-short\";i:3172;s:20:\"filedeleteerror-long\";i:3173;s:18:\"filedelete-missing\";i:3174;s:27:\"filedelete-old-unregistered\";i:3175;s:31:\"filedelete-current-unregistered\";i:3176;s:28:\"filedelete-archive-read-only\";i:3177;s:12:\"mediawarning\";i:3178;s:12:\"imagemaxsize\";i:3179;s:9:\"thumbsize\";i:3180;s:9:\"file-info\";i:3181;s:22:\"svg-long-desc-animated\";i:3182;s:14:\"svg-long-error\";i:3183;s:29:\"show-big-image-preview-differ\";i:3184;s:20:\"file-info-gif-looped\";i:3185;s:20:\"file-info-gif-frames\";i:3186;s:20:\"file-info-png-looped\";i:3187;s:20:\"file-info-png-repeat\";i:3188;s:20:\"file-info-png-frames\";i:3189;s:23:\"file-no-thumb-animation\";i:3190;s:27:\"file-no-thumb-animation-gif\";i:3191;s:9:\"newimages\";i:3192;s:13:\"imagelisttext\";i:3193;s:17:\"newimages-summary\";i:3194;s:16:\"newimages-legend\";i:3195;s:14:\"newimages-user\";i:3196;s:18:\"newimages-showbots\";i:3197;s:23:\"newimages-hidepatrolled\";i:3198;s:19:\"newimages-mediatype\";i:3199;s:8:\"noimages\";i:3200;s:24:\"gallery-slideshow-toggle\";i:3201;s:6:\"bydate\";i:3202;s:21:\"sp-newimages-showfrom\";i:3203;s:7:\"seconds\";i:3204;s:7:\"minutes\";i:3205;s:5:\"hours\";i:3206;s:4:\"days\";i:3207;s:5:\"weeks\";i:3208;s:6:\"months\";i:3209;s:5:\"years\";i:3210;s:3:\"ago\";i:3211;s:8:\"just-now\";i:3212;s:9:\"hours-ago\";i:3213;s:11:\"minutes-ago\";i:3214;s:11:\"seconds-ago\";i:3215;s:9:\"monday-at\";i:3216;s:10:\"tuesday-at\";i:3217;s:12:\"wednesday-at\";i:3218;s:11:\"thursday-at\";i:3219;s:9:\"friday-at\";i:3220;s:11:\"saturday-at\";i:3221;s:9:\"sunday-at\";i:3222;s:12:\"yesterday-at\";i:3223;s:14:\"bad_image_list\";i:3224;s:19:\"variantname-zh-hans\";i:3225;s:19:\"variantname-zh-hant\";i:3226;s:17:\"variantname-zh-cn\";i:3227;s:17:\"variantname-zh-tw\";i:3228;s:17:\"variantname-zh-hk\";i:3229;s:17:\"variantname-zh-mo\";i:3230;s:17:\"variantname-zh-sg\";i:3231;s:17:\"variantname-zh-my\";i:3232;s:14:\"variantname-zh\";i:3233;s:15:\"metadata-expand\";i:3234;s:17:\"metadata-collapse\";i:3235;s:17:\"metadata-langitem\";i:3236;s:12:\"confirmemail\";i:3237;s:20:\"confirmemail_noemail\";i:3238;s:17:\"confirmemail_text\";i:3239;s:20:\"confirmemail_pending\";i:3240;s:17:\"confirmemail_send\";i:3241;s:17:\"confirmemail_sent\";i:3242;s:21:\"confirmemail_oncreate\";i:3243;s:23:\"confirmemail_sendfailed\";i:3244;s:20:\"confirmemail_invalid\";i:3245;s:22:\"confirmemail_needlogin\";i:3246;s:20:\"confirmemail_success\";i:3247;s:21:\"confirmemail_loggedin\";i:3248;s:20:\"confirmemail_subject\";i:3249;s:17:\"confirmemail_body\";i:3250;s:25:\"confirmemail_body_changed\";i:3251;s:21:\"confirmemail_body_set\";i:3252;s:24:\"confirmemail_invalidated\";i:3253;s:15:\"invalidateemail\";i:3254;s:33:\"notificationemail_subject_changed\";i:3255;s:33:\"notificationemail_subject_removed\";i:3256;s:30:\"notificationemail_body_changed\";i:3257;s:30:\"notificationemail_body_removed\";i:3258;s:23:\"scarytranscludedisabled\";i:3259;s:21:\"scarytranscludefailed\";i:3260;s:32:\"scarytranscludefailed-httpstatus\";i:3261;s:22:\"scarytranscludetoolong\";i:3262;s:19:\"deletedwhileediting\";i:3263;s:15:\"confirmrecreate\";i:3264;s:24:\"confirmrecreate-noreason\";i:3265;s:8:\"recreate\";i:3266;s:19:\"confirm-purge-title\";i:3267;s:20:\"confirm_purge_button\";i:3268;s:17:\"confirm-purge-top\";i:3269;s:20:\"confirm-purge-bottom\";i:3270;s:20:\"confirm-watch-button\";i:3271;s:19:\"confirm-watch-label\";i:3272;s:24:\"watchlist-expiry-options\";i:3273;s:31:\"watchlist-expires-in-aria-label\";i:3274;s:27:\"confirm-watch-button-expiry\";i:3275;s:22:\"confirm-unwatch-button\";i:3276;s:23:\"confirm-rollback-button\";i:3277;s:20:\"confirm-rollback-top\";i:3278;s:23:\"confirm-rollback-bottom\";i:3279;s:24:\"confirm-mcrrestore-title\";i:3280;s:21:\"confirm-mcrundo-title\";i:3281;s:13:\"mcrundofailed\";i:3282;s:20:\"mcrundo-missingparam\";i:3283;s:15:\"mcrundo-changed\";i:3284;s:20:\"mcrundo-parse-failed\";i:3285;s:19:\"semicolon-separator\";i:3286;s:15:\"comma-separator\";i:3287;s:15:\"colon-separator\";i:3288;s:14:\"word-separator\";i:3289;s:8:\"ellipsis\";i:3290;s:11:\"parentheses\";i:3291;s:17:\"parentheses-start\";i:3292;s:15:\"parentheses-end\";i:3293;s:15:\"quotation-marks\";i:3294;s:13:\"formatnum-nan\";i:3295;s:16:\"imgmultipageprev\";i:3296;s:16:\"img-lang-default\";i:3297;s:13:\"img-lang-info\";i:3298;s:16:\"table_pager_next\";i:3299;s:16:\"table_pager_prev\";i:3300;s:17:\"table_pager_first\";i:3301;s:16:\"table_pager_last\";i:3302;s:17:\"table_pager_limit\";i:3303;s:23:\"table_pager_limit_label\";i:3304;s:17:\"table_pager_empty\";i:3305;s:14:\"autosumm-blank\";i:3306;s:16:\"autosumm-replace\";i:3307;s:16:\"autoredircomment\";i:3308;s:25:\"autosumm-removed-redirect\";i:3309;s:32:\"autosumm-changed-redirect-target\";i:3310;s:12:\"autosumm-new\";i:3311;s:17:\"autosumm-newblank\";i:3312;s:10:\"size-bytes\";i:3313;s:10:\"size-pixel\";i:3314;s:15:\"lag-warn-normal\";i:3315;s:13:\"lag-warn-high\";i:3316;s:26:\"watchlistedit-normal-title\";i:3317;s:27:\"watchlistedit-normal-legend\";i:3318;s:28:\"watchlistedit-normal-explain\";i:3319;s:27:\"watchlistedit-normal-submit\";i:3320;s:25:\"watchlistedit-normal-done\";i:3321;s:24:\"watchlistedit-raw-legend\";i:3322;s:25:\"watchlistedit-raw-explain\";i:3323;s:24:\"watchlistedit-raw-titles\";i:3324;s:24:\"watchlistedit-raw-submit\";i:3325;s:22:\"watchlistedit-raw-done\";i:3326;s:23:\"watchlistedit-raw-added\";i:3327;s:25:\"watchlistedit-raw-removed\";i:3328;s:25:\"watchlistedit-clear-title\";i:3329;s:26:\"watchlistedit-clear-legend\";i:3330;s:27:\"watchlistedit-clear-explain\";i:3331;s:26:\"watchlistedit-clear-titles\";i:3332;s:26:\"watchlistedit-clear-submit\";i:3333;s:24:\"watchlistedit-clear-done\";i:3334;s:28:\"watchlistedit-clear-jobqueue\";i:3335;s:27:\"watchlistedit-clear-removed\";i:3336;s:22:\"watchlistedit-too-many\";i:3337;s:14:\"signature-temp\";i:3338;s:14:\"timezone-local\";i:3339;s:21:\"duplicate-defaultsort\";i:3340;s:22:\"duplicate-displaytitle\";i:3341;s:23:\"restricted-displaytitle\";i:3342;s:22:\"invalid-indicator-name\";i:3343;s:25:\"invalid-langconvert-attrs\";i:3344;s:7:\"version\";i:3345;s:18:\"version-extensions\";i:3346;s:13:\"version-skins\";i:3347;s:19:\"version-parserhooks\";i:3348;s:17:\"version-variables\";i:3349;s:15:\"version-editors\";i:3350;s:16:\"version-antispam\";i:3351;s:13:\"version-other\";i:3352;s:21:\"version-mediahandlers\";i:3353;s:13:\"version-hooks\";i:3354;s:28:\"version-parser-extensiontags\";i:3355;s:29:\"version-parser-function-hooks\";i:3356;s:17:\"version-hook-name\";i:3357;s:25:\"version-hook-subscribedby\";i:3358;s:15:\"version-version\";i:3359;s:19:\"version-no-ext-name\";i:3360;s:15:\"version-license\";i:3361;s:19:\"version-ext-license\";i:3362;s:26:\"version-ext-colheader-name\";i:3363;s:27:\"version-skin-colheader-name\";i:3364;s:29:\"version-ext-colheader-version\";i:3365;s:29:\"version-ext-colheader-license\";i:3366;s:29:\"version-ext-colheader-credits\";i:3367;s:21:\"version-license-title\";i:3368;s:25:\"version-license-not-found\";i:3369;s:21:\"version-credits-title\";i:3370;s:25:\"version-credits-not-found\";i:3371;s:25:\"version-poweredby-credits\";i:3372;s:24:\"version-poweredby-others\";i:3373;s:29:\"version-poweredby-translators\";i:3374;s:25:\"version-poweredby-various\";i:3375;s:23:\"version-credits-summary\";i:3376;s:20:\"version-license-info\";i:3377;s:16:\"version-software\";i:3378;s:24:\"version-software-product\";i:3379;s:24:\"version-software-version\";i:3380;s:19:\"version-entrypoints\";i:3381;s:37:\"version-entrypoints-header-entrypoint\";i:3382;s:30:\"version-entrypoints-header-url\";i:3383;s:31:\"version-entrypoints-articlepath\";i:3384;s:30:\"version-entrypoints-scriptpath\";i:3385;s:17:\"version-libraries\";i:3386;s:25:\"version-libraries-library\";i:3387;s:25:\"version-libraries-version\";i:3388;s:25:\"version-libraries-license\";i:3389;s:25:\"version-libraries-authors\";i:3390;s:14:\"redirect-logid\";i:3391;s:19:\"redirect-not-exists\";i:3392;s:20:\"redirect-not-numeric\";i:3393;s:19:\"fileduplicatesearch\";i:3394;s:27:\"fileduplicatesearch-summary\";i:3395;s:28:\"fileduplicatesearch-filename\";i:3396;s:24:\"fileduplicatesearch-info\";i:3397;s:28:\"fileduplicatesearch-result-1\";i:3398;s:28:\"fileduplicatesearch-result-n\";i:3399;s:29:\"fileduplicatesearch-noresults\";i:3400;s:21:\"specialpages-note-top\";i:3401;s:28:\"specialpages-note-restricted\";i:3402;s:30:\"specialpages-group-maintenance\";i:3403;s:24:\"specialpages-group-other\";i:3404;s:24:\"specialpages-group-login\";i:3405;s:26:\"specialpages-group-changes\";i:3406;s:24:\"specialpages-group-media\";i:3407;s:24:\"specialpages-group-users\";i:3408;s:26:\"specialpages-group-highuse\";i:3409;s:24:\"specialpages-group-pages\";i:3410;s:28:\"specialpages-group-pagetools\";i:3411;s:23:\"specialpages-group-wiki\";i:3412;s:28:\"specialpages-group-redirects\";i:3413;s:23:\"specialpages-group-spam\";i:3414;s:28:\"specialpages-group-developer\";i:3415;s:9:\"blankpage\";i:3416;s:22:\"intentionallyblankpage\";i:3417;s:28:\"disabledspecialpage-disabled\";i:3418;s:24:\"external_image_whitelist\";i:3419;s:4:\"tags\";i:3420;s:17:\"tag-filter-submit\";i:3421;s:10:\"tag-hidden\";i:3422;s:25:\"tag-mw-contentmodelchange\";i:3423;s:37:\"tag-mw-contentmodelchange-description\";i:3424;s:19:\"tag-mw-new-redirect\";i:3425;s:31:\"tag-mw-new-redirect-description\";i:3426;s:23:\"tag-mw-removed-redirect\";i:3427;s:35:\"tag-mw-removed-redirect-description\";i:3428;s:30:\"tag-mw-changed-redirect-target\";i:3429;s:42:\"tag-mw-changed-redirect-target-description\";i:3430;s:12:\"tag-mw-blank\";i:3431;s:24:\"tag-mw-blank-description\";i:3432;s:14:\"tag-mw-replace\";i:3433;s:26:\"tag-mw-replace-description\";i:3434;s:27:\"tag-mw-rollback-description\";i:3435;s:23:\"tag-mw-undo-description\";i:3436;s:20:\"tag-mw-manual-revert\";i:3437;s:32:\"tag-mw-manual-revert-description\";i:3438;s:15:\"tag-mw-reverted\";i:3439;s:27:\"tag-mw-reverted-description\";i:3440;s:25:\"tag-mw-server-side-upload\";i:3441;s:37:\"tag-mw-server-side-upload-description\";i:3442;s:10:\"tags-title\";i:3443;s:10:\"tags-intro\";i:3444;s:8:\"tags-tag\";i:3445;s:19:\"tags-display-header\";i:3446;s:23:\"tags-description-header\";i:3447;s:18:\"tags-active-header\";i:3448;s:20:\"tags-hitcount-header\";i:3449;s:19:\"tags-actions-header\";i:3450;s:21:\"tags-source-extension\";i:3451;s:18:\"tags-source-manual\";i:3452;s:16:\"tags-source-none\";i:3453;s:11:\"tags-hidden\";i:3454;s:11:\"tags-delete\";i:3455;s:13:\"tags-activate\";i:3456;s:15:\"tags-deactivate\";i:3457;s:25:\"tags-manage-no-permission\";i:3458;s:19:\"tags-manage-blocked\";i:3459;s:19:\"tags-create-heading\";i:3460;s:23:\"tags-create-explanation\";i:3461;s:20:\"tags-create-tag-name\";i:3462;s:18:\"tags-create-reason\";i:3463;s:19:\"tags-create-no-name\";i:3464;s:25:\"tags-create-invalid-chars\";i:3465;s:31:\"tags-create-invalid-title-chars\";i:3466;s:26:\"tags-create-already-exists\";i:3467;s:26:\"tags-create-warnings-above\";i:3468;s:26:\"tags-create-warnings-below\";i:3469;s:17:\"tags-delete-title\";i:3470;s:31:\"tags-delete-explanation-initial\";i:3471;s:30:\"tags-delete-explanation-in-use\";i:3472;s:31:\"tags-delete-explanation-warning\";i:3473;s:30:\"tags-delete-explanation-active\";i:3474;s:18:\"tags-delete-reason\";i:3475;s:18:\"tags-delete-submit\";i:3476;s:23:\"tags-delete-not-allowed\";i:3477;s:21:\"tags-delete-not-found\";i:3478;s:25:\"tags-delete-too-many-uses\";i:3479;s:33:\"tags-delete-warnings-after-delete\";i:3480;s:25:\"tags-delete-no-permission\";i:3481;s:19:\"tags-activate-title\";i:3482;s:22:\"tags-activate-question\";i:3483;s:20:\"tags-activate-reason\";i:3484;s:25:\"tags-activate-not-allowed\";i:3485;s:23:\"tags-activate-not-found\";i:3486;s:20:\"tags-activate-submit\";i:3487;s:21:\"tags-deactivate-title\";i:3488;s:24:\"tags-deactivate-question\";i:3489;s:22:\"tags-deactivate-reason\";i:3490;s:27:\"tags-deactivate-not-allowed\";i:3491;s:22:\"tags-deactivate-submit\";i:3492;s:24:\"tags-apply-no-permission\";i:3493;s:18:\"tags-apply-blocked\";i:3494;s:26:\"tags-apply-not-allowed-one\";i:3495;s:28:\"tags-apply-not-allowed-multi\";i:3496;s:25:\"tags-update-no-permission\";i:3497;s:19:\"tags-update-blocked\";i:3498;s:31:\"tags-update-add-not-allowed-one\";i:3499;s:33:\"tags-update-add-not-allowed-multi\";i:3500;s:34:\"tags-update-remove-not-allowed-one\";i:3501;s:36:\"tags-update-remove-not-allowed-multi\";i:3502;s:15:\"tags-edit-title\";i:3503;s:21:\"tags-edit-manage-link\";i:3504;s:27:\"tags-edit-revision-selected\";i:3505;s:27:\"tags-edit-logentry-selected\";i:3506;s:25:\"tags-edit-revision-legend\";i:3507;s:25:\"tags-edit-logentry-legend\";i:3508;s:23:\"tags-edit-existing-tags\";i:3509;s:28:\"tags-edit-existing-tags-none\";i:3510;s:18:\"tags-edit-new-tags\";i:3511;s:13:\"tags-edit-add\";i:3512;s:16:\"tags-edit-remove\";i:3513;s:25:\"tags-edit-remove-all-tags\";i:3514;s:28:\"tags-edit-chosen-placeholder\";i:3515;s:27:\"tags-edit-chosen-no-results\";i:3516;s:16:\"tags-edit-reason\";i:3517;s:25:\"tags-edit-revision-submit\";i:3518;s:25:\"tags-edit-logentry-submit\";i:3519;s:17:\"tags-edit-success\";i:3520;s:17:\"tags-edit-failure\";i:3521;s:23:\"tags-edit-nooldid-title\";i:3522;s:22:\"tags-edit-nooldid-text\";i:3523;s:23:\"tags-edit-none-selected\";i:3524;s:12:\"comparepages\";i:3525;s:13:\"compare-page1\";i:3526;s:13:\"compare-page2\";i:3527;s:12:\"compare-rev1\";i:3528;s:12:\"compare-rev2\";i:3529;s:14:\"compare-submit\";i:3530;s:27:\"compare-revision-not-exists\";i:3531;s:9:\"diff-form\";i:3532;s:15:\"diff-form-oldid\";i:3533;s:15:\"diff-form-revid\";i:3534;s:16:\"diff-form-submit\";i:3535;s:21:\"diff-form-other-revid\";i:3536;s:21:\"diff-form-error-revid\";i:3537;s:19:\"permanentlink-revid\";i:3538;s:20:\"permanentlink-submit\";i:3539;s:10:\"newsection\";i:3540;s:15:\"newsection-page\";i:3541;s:17:\"newsection-submit\";i:3542;s:8:\"editpage\";i:3543;s:20:\"specialeditpage-page\";i:3544;s:22:\"specialeditpage-submit\";i:3545;s:10:\"deletepage\";i:3546;s:22:\"specialdeletepage-page\";i:3547;s:24:\"specialdeletepage-submit\";i:3548;s:8:\"pageinfo\";i:3549;s:20:\"specialpageinfo-page\";i:3550;s:22:\"specialpageinfo-submit\";i:3551;s:11:\"pagehistory\";i:3552;s:23:\"specialpagehistory-page\";i:3553;s:25:\"specialpagehistory-submit\";i:3554;s:11:\"protectpage\";i:3555;s:23:\"specialprotectpage-page\";i:3556;s:25:\"specialprotectpage-submit\";i:3557;s:5:\"purge\";i:3558;s:17:\"specialpurge-page\";i:3559;s:19:\"specialpurge-submit\";i:3560;s:14:\"dberr-problems\";i:3561;s:11:\"dberr-again\";i:3562;s:10:\"dberr-info\";i:3563;s:17:\"dberr-info-hidden\";i:3564;s:22:\"htmlform-invalid-input\";i:3565;s:25:\"htmlform-select-badoption\";i:3566;s:20:\"htmlform-int-invalid\";i:3567;s:22:\"htmlform-float-invalid\";i:3568;s:19:\"htmlform-int-toolow\";i:3569;s:20:\"htmlform-int-toohigh\";i:3570;s:28:\"htmlform-multiselect-toomany\";i:3571;s:17:\"htmlform-required\";i:3572;s:14:\"htmlform-reset\";i:3573;s:28:\"htmlform-selectorother-other\";i:3574;s:11:\"htmlform-no\";i:3575;s:12:\"htmlform-yes\";i:3576;s:27:\"htmlform-chosen-placeholder\";i:3577;s:22:\"htmlform-cloner-create\";i:3578;s:24:\"htmlform-cloner-required\";i:3579;s:25:\"htmlform-date-placeholder\";i:3580;s:25:\"htmlform-time-placeholder\";i:3581;s:29:\"htmlform-datetime-placeholder\";i:3582;s:21:\"htmlform-date-invalid\";i:3583;s:21:\"htmlform-time-invalid\";i:3584;s:25:\"htmlform-datetime-invalid\";i:3585;s:20:\"htmlform-date-toolow\";i:3586;s:21:\"htmlform-date-toohigh\";i:3587;s:20:\"htmlform-time-toolow\";i:3588;s:21:\"htmlform-time-toohigh\";i:3589;s:24:\"htmlform-datetime-toolow\";i:3590;s:25:\"htmlform-datetime-toohigh\";i:3591;s:27:\"htmlform-title-badnamespace\";i:3592;s:28:\"htmlform-title-not-creatable\";i:3593;s:25:\"htmlform-title-not-exists\";i:3594;s:24:\"htmlform-title-interwiki\";i:3595;s:24:\"htmlform-user-not-exists\";i:3596;s:23:\"htmlform-user-not-valid\";i:3597;s:24:\"htmlform-tag-not-allowed\";i:3598;s:28:\"logentry-delete-delete_redir\";i:3599;s:29:\"logentry-delete-delete_redir2\";i:3600;s:31:\"logentry-delete-restore-nocount\";i:3601;s:23:\"restore-count-revisions\";i:3602;s:19:\"restore-count-files\";i:3603;s:21:\"logentry-delete-event\";i:3604;s:28:\"logentry-delete-event-legacy\";i:3605;s:31:\"logentry-delete-revision-legacy\";i:3606;s:24:\"logentry-suppress-delete\";i:3607;s:23:\"logentry-suppress-event\";i:3608;s:26:\"logentry-suppress-revision\";i:3609;s:30:\"logentry-suppress-event-legacy\";i:3610;s:33:\"logentry-suppress-revision-legacy\";i:3611;s:21:\"revdelete-summary-hid\";i:3612;s:19:\"revdelete-uname-hid\";i:3613;s:23:\"revdelete-content-unhid\";i:3614;s:23:\"revdelete-summary-unhid\";i:3615;s:21:\"revdelete-uname-unhid\";i:3616;s:20:\"revdelete-restricted\";i:3617;s:22:\"revdelete-unrestricted\";i:3618;s:20:\"logentry-block-block\";i:3619;s:22:\"logentry-block-unblock\";i:3620;s:22:\"logentry-block-reblock\";i:3621;s:32:\"logentry-partialblock-block-page\";i:3622;s:30:\"logentry-partialblock-block-ns\";i:3623;s:34:\"logentry-partialblock-block-action\";i:3624;s:27:\"logentry-partialblock-block\";i:3625;s:29:\"logentry-partialblock-reblock\";i:3626;s:32:\"logentry-non-editing-block-block\";i:3627;s:34:\"logentry-non-editing-block-reblock\";i:3628;s:23:\"logentry-suppress-block\";i:3629;s:25:\"logentry-suppress-reblock\";i:3630;s:22:\"logentry-import-upload\";i:3631;s:30:\"logentry-import-upload-details\";i:3632;s:25:\"logentry-import-interwiki\";i:3633;s:33:\"logentry-import-interwiki-details\";i:3634;s:20:\"logentry-merge-merge\";i:3635;s:35:\"logentry-move-move_redir-noredirect\";i:3636;s:22:\"logentry-patrol-patrol\";i:3637;s:25:\"logentry-newusers-create2\";i:3638;s:25:\"logentry-newusers-byemail\";i:3639;s:26:\"logentry-protect-move_prot\";i:3640;s:26:\"logentry-protect-unprotect\";i:3641;s:24:\"logentry-protect-protect\";i:3642;s:32:\"logentry-protect-protect-cascade\";i:3643;s:23:\"logentry-protect-modify\";i:3644;s:31:\"logentry-protect-modify-cascade\";i:3645;s:22:\"logentry-rights-rights\";i:3646;s:29:\"logentry-rights-rights-legacy\";i:3647;s:27:\"logentry-rights-autopromote\";i:3648;s:19:\"log-name-managetags\";i:3649;s:26:\"log-description-managetags\";i:3650;s:26:\"logentry-managetags-create\";i:3651;s:26:\"logentry-managetags-delete\";i:3652;s:28:\"logentry-managetags-activate\";i:3653;s:30:\"logentry-managetags-deactivate\";i:3654;s:12:\"log-name-tag\";i:3655;s:19:\"log-description-tag\";i:3656;s:32:\"logentry-tag-update-add-revision\";i:3657;s:32:\"logentry-tag-update-add-logentry\";i:3658;s:35:\"logentry-tag-update-remove-revision\";i:3659;s:35:\"logentry-tag-update-remove-logentry\";i:3660;s:28:\"logentry-tag-update-revision\";i:3661;s:28:\"logentry-tag-update-logentry\";i:3662;s:10:\"rightsnone\";i:3663;s:30:\"rightslogentry-temporary-group\";i:3664;s:15:\"feedback-adding\";i:3665;s:13:\"feedback-back\";i:3666;s:17:\"feedback-bugcheck\";i:3667;s:15:\"feedback-bugnew\";i:3668;s:18:\"feedback-bugornote\";i:3669;s:14:\"feedback-close\";i:3670;s:35:\"feedback-external-bug-report-button\";i:3671;s:21:\"feedback-dialog-title\";i:3672;s:21:\"feedback-dialog-intro\";i:3673;s:15:\"feedback-error1\";i:3674;s:15:\"feedback-error4\";i:3675;s:16:\"feedback-message\";i:3676;s:16:\"feedback-subject\";i:3677;s:15:\"feedback-submit\";i:3678;s:14:\"feedback-terms\";i:3679;s:19:\"feedback-termsofuse\";i:3680;s:15:\"feedback-thanks\";i:3681;s:21:\"feedback-thanks-title\";i:3682;s:18:\"feedback-useragent\";i:3683;s:24:\"searchsuggest-containing\";i:3684;s:27:\"search-match-redirect-label\";i:3685;s:26:\"search-match-redirect-help\";i:3686;s:17:\"searchlimit-label\";i:3687;s:16:\"searchlimit-help\";i:3688;s:30:\"api-clientside-error-noconnect\";i:3689;s:25:\"api-clientside-error-http\";i:3690;s:28:\"api-clientside-error-timeout\";i:3691;s:28:\"api-clientside-error-aborted\";i:3692;s:36:\"api-clientside-error-invalidresponse\";i:3693;s:18:\"api-error-badtoken\";i:3694;s:19:\"api-error-emptypage\";i:3695;s:23:\"api-error-publishfailed\";i:3696;s:21:\"api-error-stashfailed\";i:3697;s:25:\"api-error-unknown-warning\";i:3698;s:22:\"api-error-unknownerror\";i:3699;s:16:\"duration-seconds\";i:3700;s:16:\"duration-minutes\";i:3701;s:14:\"duration-hours\";i:3702;s:14:\"duration-weeks\";i:3703;s:14:\"duration-years\";i:3704;s:16:\"duration-decades\";i:3705;s:18:\"duration-centuries\";i:3706;s:18:\"duration-millennia\";i:3707;s:14:\"rotate-comment\";i:3708;s:17:\"limitreport-title\";i:3709;s:19:\"limitreport-cputime\";i:3710;s:25:\"limitreport-cputime-value\";i:3711;s:20:\"limitreport-walltime\";i:3712;s:26:\"limitreport-walltime-value\";i:3713;s:26:\"limitreport-ppvisitednodes\";i:3714;s:33:\"limitreport-postexpandincludesize\";i:3715;s:39:\"limitreport-postexpandincludesize-value\";i:3716;s:32:\"limitreport-templateargumentsize\";i:3717;s:38:\"limitreport-templateargumentsize-value\";i:3718;s:26:\"limitreport-expansiondepth\";i:3719;s:34:\"limitreport-expensivefunctioncount\";i:3720;s:25:\"limitreport-unstrip-depth\";i:3721;s:31:\"limitreport-unstrip-depth-value\";i:3722;s:24:\"limitreport-unstrip-size\";i:3723;s:30:\"limitreport-unstrip-size-value\";i:3724;s:15:\"expandtemplates\";i:3725;s:22:\"expand_templates_intro\";i:3726;s:22:\"expand_templates_title\";i:3727;s:22:\"expand_templates_input\";i:3728;s:23:\"expand_templates_output\";i:3729;s:27:\"expand_templates_xml_output\";i:3730;s:28:\"expand_templates_html_output\";i:3731;s:19:\"expand_templates_ok\";i:3732;s:32:\"expand_templates_remove_comments\";i:3733;s:30:\"expand_templates_remove_nowiki\";i:3734;s:29:\"expand_templates_generate_xml\";i:3735;s:33:\"expand_templates_generate_rawhtml\";i:3736;s:24:\"expand_templates_preview\";i:3737;s:34:\"expand_templates_preview_fail_html\";i:3738;s:39:\"expand_templates_preview_fail_html_anon\";i:3739;s:30:\"expand_templates_input_missing\";i:3740;s:12:\"pagelanguage\";i:3741;s:13:\"pagelang-name\";i:3742;s:17:\"pagelang-language\";i:3743;s:20:\"pagelang-use-default\";i:3744;s:20:\"pagelang-select-lang\";i:3745;s:15:\"pagelang-reason\";i:3746;s:15:\"pagelang-submit\";i:3747;s:25:\"pagelang-nonexistent-page\";i:3748;s:27:\"pagelang-unchanged-language\";i:3749;s:35:\"pagelang-unchanged-language-default\";i:3750;s:18:\"pagelang-db-failed\";i:3751;s:14:\"right-pagelang\";i:3752;s:15:\"action-pagelang\";i:3753;s:17:\"log-name-pagelang\";i:3754;s:24:\"log-description-pagelang\";i:3755;s:26:\"logentry-pagelang-pagelang\";i:3756;s:22:\"default-skin-not-found\";i:3757;s:31:\"default-skin-not-found-no-skins\";i:3758;s:34:\"default-skin-not-found-row-enabled\";i:3759;s:35:\"default-skin-not-found-row-disabled\";i:3760;s:15:\"mediastatistics\";i:3761;s:23:\"mediastatistics-summary\";i:3762;s:22:\"mediastatistics-nfiles\";i:3763;s:22:\"mediastatistics-nbytes\";i:3764;s:28:\"mediastatistics-bytespertype\";i:3765;s:24:\"mediastatistics-allbytes\";i:3766;s:30:\"mediastatistics-table-mimetype\";i:3767;s:32:\"mediastatistics-table-extensions\";i:3768;s:27:\"mediastatistics-table-count\";i:3769;s:32:\"mediastatistics-table-totalbytes\";i:3770;s:30:\"mediastatistics-header-unknown\";i:3771;s:29:\"mediastatistics-header-bitmap\";i:3772;s:30:\"mediastatistics-header-drawing\";i:3773;s:28:\"mediastatistics-header-audio\";i:3774;s:28:\"mediastatistics-header-video\";i:3775;s:33:\"mediastatistics-header-multimedia\";i:3776;s:29:\"mediastatistics-header-office\";i:3777;s:27:\"mediastatistics-header-text\";i:3778;s:33:\"mediastatistics-header-executable\";i:3779;s:30:\"mediastatistics-header-archive\";i:3780;s:28:\"mediastatistics-header-total\";i:3781;s:24:\"json-warn-trailing-comma\";i:3782;s:18:\"json-error-unknown\";i:3783;s:16:\"json-error-depth\";i:3784;s:25:\"json-error-state-mismatch\";i:3785;s:20:\"json-error-ctrl-char\";i:3786;s:17:\"json-error-syntax\";i:3787;s:15:\"json-error-utf8\";i:3788;s:32:\"json-error-invalid-property-name\";i:3789;s:16:\"json-error-utf16\";i:3790;s:21:\"headline-anchor-title\";i:3791;s:30:\"special-characters-group-latin\";i:3792;s:38:\"special-characters-group-latinextended\";i:3793;s:28:\"special-characters-group-ipa\";i:3794;s:32:\"special-characters-group-symbols\";i:3795;s:30:\"special-characters-group-greek\";i:3796;s:38:\"special-characters-group-greekextended\";i:3797;s:33:\"special-characters-group-cyrillic\";i:3798;s:31:\"special-characters-group-arabic\";i:3799;s:39:\"special-characters-group-arabicextended\";i:3800;s:32:\"special-characters-group-persian\";i:3801;s:31:\"special-characters-group-hebrew\";i:3802;s:31:\"special-characters-group-bangla\";i:3803;s:30:\"special-characters-group-tamil\";i:3804;s:31:\"special-characters-group-telugu\";i:3805;s:32:\"special-characters-group-sinhala\";i:3806;s:33:\"special-characters-group-gujarati\";i:3807;s:35:\"special-characters-group-devanagari\";i:3808;s:29:\"special-characters-group-thai\";i:3809;s:28:\"special-characters-group-lao\";i:3810;s:30:\"special-characters-group-khmer\";i:3811;s:43:\"special-characters-group-canadianaboriginal\";i:3812;s:30:\"special-characters-group-runes\";i:3813;s:31:\"special-characters-title-endash\";i:3814;s:31:\"special-characters-title-emdash\";i:3815;s:30:\"special-characters-title-minus\";i:3816;s:22:\"mw-widgets-abandonedit\";i:3817;s:30:\"mw-widgets-abandonedit-discard\";i:3818;s:27:\"mw-widgets-abandonedit-keep\";i:3819;s:28:\"mw-widgets-abandonedit-title\";i:3820;s:30:\"mw-widgets-copytextlayout-copy\";i:3821;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3822;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3823;s:28:\"mw-widgets-dateinput-no-date\";i:3824;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3825;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3826;s:32:\"mw-widgets-mediasearch-noresults\";i:3827;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3828;s:27:\"mw-widgets-table-row-delete\";i:3829;s:42:\"mw-widgets-titleinput-description-new-page\";i:3830;s:42:\"mw-widgets-titleinput-description-redirect\";i:3831;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3832;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3833;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3834;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3835;s:15:\"date-range-from\";i:3836;s:13:\"date-range-to\";i:3837;s:18:\"sessionmanager-tie\";i:3838;s:23:\"sessionprovider-generic\";i:3839;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3840;s:25:\"sessionprovider-nocookies\";i:3841;s:23:\"log-action-filter-block\";i:3842;s:30:\"log-action-filter-contentmodel\";i:3843;s:24:\"log-action-filter-delete\";i:3844;s:24:\"log-action-filter-import\";i:3845;s:28:\"log-action-filter-managetags\";i:3846;s:22:\"log-action-filter-move\";i:3847;s:26:\"log-action-filter-newusers\";i:3848;s:24:\"log-action-filter-patrol\";i:3849;s:25:\"log-action-filter-protect\";i:3850;s:24:\"log-action-filter-rights\";i:3851;s:26:\"log-action-filter-suppress\";i:3852;s:24:\"log-action-filter-upload\";i:3853;s:31:\"log-action-filter-block-reblock\";i:3854;s:31:\"log-action-filter-block-unblock\";i:3855;s:37:\"log-action-filter-contentmodel-change\";i:3856;s:34:\"log-action-filter-contentmodel-new\";i:3857;s:31:\"log-action-filter-delete-delete\";i:3858;s:37:\"log-action-filter-delete-delete_redir\";i:3859;s:38:\"log-action-filter-delete-delete_redir2\";i:3860;s:32:\"log-action-filter-delete-restore\";i:3861;s:30:\"log-action-filter-delete-event\";i:3862;s:33:\"log-action-filter-delete-revision\";i:3863;s:34:\"log-action-filter-import-interwiki\";i:3864;s:31:\"log-action-filter-import-upload\";i:3865;s:35:\"log-action-filter-managetags-create\";i:3866;s:35:\"log-action-filter-managetags-delete\";i:3867;s:37:\"log-action-filter-managetags-activate\";i:3868;s:39:\"log-action-filter-managetags-deactivate\";i:3869;s:27:\"log-action-filter-move-move\";i:3870;s:33:\"log-action-filter-move-move_redir\";i:3871;s:33:\"log-action-filter-newusers-create\";i:3872;s:34:\"log-action-filter-newusers-create2\";i:3873;s:37:\"log-action-filter-newusers-autocreate\";i:3874;s:34:\"log-action-filter-newusers-byemail\";i:3875;s:31:\"log-action-filter-patrol-patrol\";i:3876;s:35:\"log-action-filter-patrol-autopatrol\";i:3877;s:33:\"log-action-filter-protect-protect\";i:3878;s:32:\"log-action-filter-protect-modify\";i:3879;s:35:\"log-action-filter-protect-unprotect\";i:3880;s:35:\"log-action-filter-protect-move_prot\";i:3881;s:31:\"log-action-filter-rights-rights\";i:3882;s:36:\"log-action-filter-rights-autopromote\";i:3883;s:32:\"log-action-filter-suppress-event\";i:3884;s:35:\"log-action-filter-suppress-revision\";i:3885;s:33:\"log-action-filter-suppress-delete\";i:3886;s:32:\"log-action-filter-suppress-block\";i:3887;s:34:\"log-action-filter-suppress-reblock\";i:3888;s:31:\"log-action-filter-upload-upload\";i:3889;s:34:\"log-action-filter-upload-overwrite\";i:3890;s:31:\"log-action-filter-upload-revert\";i:3891;s:33:\"authmanager-authn-not-in-progress\";i:3892;s:28:\"authmanager-authn-no-primary\";i:3893;s:31:\"authmanager-authn-no-local-user\";i:3894;s:36:\"authmanager-authn-no-local-user-link\";i:3895;s:35:\"authmanager-authn-autocreate-failed\";i:3896;s:32:\"authmanager-change-not-supported\";i:3897;s:27:\"authmanager-create-disabled\";i:3898;s:29:\"authmanager-create-from-login\";i:3899;s:34:\"authmanager-create-not-in-progress\";i:3900;s:29:\"authmanager-create-no-primary\";i:3901;s:27:\"authmanager-link-no-primary\";i:3902;s:32:\"authmanager-link-not-in-progress\";i:3903;s:29:\"authmanager-autocreate-noperm\";i:3904;s:32:\"authmanager-autocreate-exception\";i:3905;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3906;s:25:\"authmanager-username-help\";i:3907;s:25:\"authmanager-password-help\";i:3908;s:23:\"authmanager-domain-help\";i:3909;s:23:\"authmanager-retype-help\";i:3910;s:23:\"authmanager-email-label\";i:3911;s:22:\"authmanager-email-help\";i:3912;s:26:\"authmanager-realname-label\";i:3913;s:25:\"authmanager-realname-help\";i:3914;s:29:\"authmanager-provider-password\";i:3915;s:36:\"authmanager-provider-password-domain\";i:3916;s:38:\"authmanager-provider-temporarypassword\";i:3917;s:32:\"authprovider-confirmlink-message\";i:3918;s:38:\"authprovider-confirmlink-request-label\";i:3919;s:37:\"authprovider-confirmlink-success-line\";i:3920;s:31:\"authprovider-confirmlink-failed\";i:3921;s:32:\"authprovider-confirmlink-ok-help\";i:3922;s:33:\"authprovider-resetpass-skip-label\";i:3923;s:32:\"authprovider-resetpass-skip-help\";i:3924;s:24:\"authform-nosession-login\";i:3925;s:25:\"authform-nosession-signup\";i:3926;s:17:\"authform-newtoken\";i:3927;s:16:\"authform-notoken\";i:3928;s:19:\"authform-wrongtoken\";i:3929;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3930;s:37:\"specialpage-securitylevel-not-allowed\";i:3931;s:21:\"authpage-cannot-login\";i:3932;s:30:\"authpage-cannot-login-continue\";i:3933;s:22:\"authpage-cannot-create\";i:3934;s:31:\"authpage-cannot-create-continue\";i:3935;s:20:\"authpage-cannot-link\";i:3936;s:29:\"authpage-cannot-link-continue\";i:3937;s:28:\"cannotauth-not-allowed-title\";i:3938;s:22:\"cannotauth-not-allowed\";i:3939;s:17:\"changecredentials\";i:3940;s:24:\"changecredentials-submit\";i:3941;s:32:\"changecredentials-invalidsubpage\";i:3942;s:25:\"changecredentials-success\";i:3943;s:17:\"removecredentials\";i:3944;s:24:\"removecredentials-submit\";i:3945;s:32:\"removecredentials-invalidsubpage\";i:3946;s:25:\"removecredentials-success\";i:3947;s:24:\"credentialsform-provider\";i:3948;s:23:\"credentialsform-account\";i:3949;s:28:\"cannotlink-no-provider-title\";i:3950;s:22:\"cannotlink-no-provider\";i:3951;s:12:\"linkaccounts\";i:3952;s:25:\"linkaccounts-success-text\";i:3953;s:19:\"linkaccounts-submit\";i:3954;s:30:\"cannotunlink-no-provider-title\";i:3955;s:24:\"cannotunlink-no-provider\";i:3956;s:14:\"unlinkaccounts\";i:3957;s:22:\"unlinkaccounts-success\";i:3958;s:32:\"authenticationdatachange-ignored\";i:3959;s:14:\"userjsispublic\";i:3960;s:16:\"userjsonispublic\";i:3961;s:15:\"usercssispublic\";i:3962;s:15:\"userjsdangerous\";i:3963;s:23:\"restrictionsfield-badip\";i:3964;s:23:\"restrictionsfield-label\";i:3965;s:22:\"restrictionsfield-help\";i:3966;s:11:\"specialmute\";i:3967;s:19:\"specialmute-success\";i:3968;s:18:\"specialmute-submit\";i:3969;s:28:\"specialmute-label-mute-email\";i:3970;s:18:\"specialmute-header\";i:3971;s:30:\"specialmute-error-invalid-user\";i:3972;s:28:\"specialmute-error-no-options\";i:3973;s:24:\"specialmute-email-footer\";i:3974;s:26:\"specialmute-login-required\";i:3975;s:16:\"mute-preferences\";i:3976;s:5:\"revid\";i:3977;s:6:\"pageid\";i:3978;s:18:\"rawhtml-notallowed\";i:3979;s:13:\"gotointerwiki\";i:3980;s:21:\"gotointerwiki-invalid\";i:3981;s:22:\"gotointerwiki-external\";i:3982;s:17:\"undelete-cantedit\";i:3983;s:19:\"undelete-cantcreate\";i:3984;s:14:\"pagedata-title\";i:3985;s:13:\"pagedata-text\";i:3986;s:23:\"pagedata-not-acceptable\";i:3987;s:18:\"pagedata-bad-title\";i:3988;s:24:\"unregistered-user-config\";i:3989;s:16:\"passwordpolicies\";i:3990;s:24:\"passwordpolicies-summary\";i:3991;s:22:\"passwordpolicies-group\";i:3992;s:25:\"passwordpolicies-policies\";i:3993;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:3994;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:3995;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:3996;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:3997;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:3998;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:3999;s:39:\"passwordpolicies-policyflag-forcechange\";i:4000;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4001;s:27:\"mycustomjsredirectprotected\";i:4002;s:22:\"deflate-invaliddeflate\";i:4003;s:14:\"unprotected-js\";i:4004;s:19:\"userlogout-continue\";i:4005;s:15:\"userlogout-temp\";i:4006;s:22:\"paramvalidator-baduser\";i:4007;s:29:\"paramvalidator-help-type-user\";i:4008;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4009;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4010;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4011;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4012;s:23:\"paramvalidator-badtitle\";i:4013;s:27:\"paramvalidator-missingtitle\";i:4014;s:30:\"paramvalidator-help-type-title\";i:4015;s:41:\"paramvalidator-help-type-title-must-exist\";i:4016;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4017;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4018;s:18:\"config-missing-key\";i:4019;s:18:\"config-invalid-key\";i:4020;s:21:\"changeslist-nocomment\";i:4021;s:20:\"skin-view-edit-local\";i:4022;s:19:\"skin-action-protect\";i:4023;s:20:\"skin-action-undelete\";i:4024;s:30:\"parsoid-stash-rate-limit-error\";i:4025;s:31:\"parsoid-resource-limit-exceeded\";i:4026;s:20:\"parsoid-client-error\";i:4027;s:22:\"newpages-showhide-bots\";i:4028;s:27:\"newpages-showhide-patrolled\";i:4029;s:26:\"newpages-showhide-redirect\";i:4030;s:28:\"newpages-showhide-registered\";i:4031;s:15:\"exif-imagewidth\";i:4032;s:16:\"exif-imagelength\";i:4033;s:18:\"exif-bitspersample\";i:4034;s:16:\"exif-compression\";i:4035;s:30:\"exif-photometricinterpretation\";i:4036;s:16:\"exif-orientation\";i:4037;s:20:\"exif-samplesperpixel\";i:4038;s:24:\"exif-planarconfiguration\";i:4039;s:21:\"exif-ycbcrsubsampling\";i:4040;s:21:\"exif-ycbcrpositioning\";i:4041;s:16:\"exif-xresolution\";i:4042;s:16:\"exif-yresolution\";i:4043;s:17:\"exif-stripoffsets\";i:4044;s:17:\"exif-rowsperstrip\";i:4045;s:20:\"exif-stripbytecounts\";i:4046;s:26:\"exif-jpeginterchangeformat\";i:4047;s:32:\"exif-jpeginterchangeformatlength\";i:4048;s:15:\"exif-whitepoint\";i:4049;s:26:\"exif-primarychromaticities\";i:4050;s:22:\"exif-ycbcrcoefficients\";i:4051;s:24:\"exif-referenceblackwhite\";i:4052;s:13:\"exif-datetime\";i:4053;s:21:\"exif-imagedescription\";i:4054;s:9:\"exif-make\";i:4055;s:10:\"exif-model\";i:4056;s:13:\"exif-software\";i:4057;s:11:\"exif-artist\";i:4058;s:14:\"exif-copyright\";i:4059;s:16:\"exif-exifversion\";i:4060;s:20:\"exif-flashpixversion\";i:4061;s:15:\"exif-colorspace\";i:4062;s:28:\"exif-componentsconfiguration\";i:4063;s:27:\"exif-compressedbitsperpixel\";i:4064;s:20:\"exif-pixelxdimension\";i:4065;s:20:\"exif-pixelydimension\";i:4066;s:16:\"exif-usercomment\";i:4067;s:21:\"exif-relatedsoundfile\";i:4068;s:21:\"exif-datetimeoriginal\";i:4069;s:22:\"exif-datetimedigitized\";i:4070;s:15:\"exif-subsectime\";i:4071;s:23:\"exif-subsectimeoriginal\";i:4072;s:24:\"exif-subsectimedigitized\";i:4073;s:17:\"exif-exposuretime\";i:4074;s:24:\"exif-exposuretime-format\";i:4075;s:12:\"exif-fnumber\";i:4076;s:20:\"exif-exposureprogram\";i:4077;s:24:\"exif-spectralsensitivity\";i:4078;s:20:\"exif-isospeedratings\";i:4079;s:22:\"exif-shutterspeedvalue\";i:4080;s:18:\"exif-aperturevalue\";i:4081;s:20:\"exif-brightnessvalue\";i:4082;s:22:\"exif-exposurebiasvalue\";i:4083;s:21:\"exif-maxaperturevalue\";i:4084;s:20:\"exif-subjectdistance\";i:4085;s:17:\"exif-meteringmode\";i:4086;s:16:\"exif-lightsource\";i:4087;s:10:\"exif-flash\";i:4088;s:16:\"exif-focallength\";i:4089;s:16:\"exif-subjectarea\";i:4090;s:16:\"exif-flashenergy\";i:4091;s:26:\"exif-focalplanexresolution\";i:4092;s:26:\"exif-focalplaneyresolution\";i:4093;s:29:\"exif-focalplaneresolutionunit\";i:4094;s:20:\"exif-subjectlocation\";i:4095;s:18:\"exif-exposureindex\";i:4096;s:18:\"exif-sensingmethod\";i:4097;s:15:\"exif-filesource\";i:4098;s:14:\"exif-scenetype\";i:4099;s:19:\"exif-customrendered\";i:4100;s:17:\"exif-exposuremode\";i:4101;s:17:\"exif-whitebalance\";i:4102;s:21:\"exif-digitalzoomratio\";i:4103;s:26:\"exif-focallengthin35mmfilm\";i:4104;s:21:\"exif-scenecapturetype\";i:4105;s:16:\"exif-gaincontrol\";i:4106;s:13:\"exif-contrast\";i:4107;s:15:\"exif-saturation\";i:4108;s:14:\"exif-sharpness\";i:4109;s:29:\"exif-devicesettingdescription\";i:4110;s:25:\"exif-subjectdistancerange\";i:4111;s:18:\"exif-imageuniqueid\";i:4112;s:17:\"exif-gpsversionid\";i:4113;s:19:\"exif-gpslatituderef\";i:4114;s:16:\"exif-gpslatitude\";i:4115;s:20:\"exif-gpslongituderef\";i:4116;s:17:\"exif-gpslongitude\";i:4117;s:19:\"exif-gpsaltituderef\";i:4118;s:16:\"exif-gpsaltitude\";i:4119;s:17:\"exif-gpstimestamp\";i:4120;s:18:\"exif-gpssatellites\";i:4121;s:14:\"exif-gpsstatus\";i:4122;s:19:\"exif-gpsmeasuremode\";i:4123;s:11:\"exif-gpsdop\";i:4124;s:16:\"exif-gpsspeedref\";i:4125;s:13:\"exif-gpsspeed\";i:4126;s:16:\"exif-gpstrackref\";i:4127;s:13:\"exif-gpstrack\";i:4128;s:23:\"exif-gpsimgdirectionref\";i:4129;s:20:\"exif-gpsimgdirection\";i:4130;s:16:\"exif-gpsmapdatum\";i:4131;s:23:\"exif-gpsdestlatituderef\";i:4132;s:20:\"exif-gpsdestlatitude\";i:4133;s:24:\"exif-gpsdestlongituderef\";i:4134;s:21:\"exif-gpsdestlongitude\";i:4135;s:22:\"exif-gpsdestbearingref\";i:4136;s:19:\"exif-gpsdestbearing\";i:4137;s:23:\"exif-gpsdestdistanceref\";i:4138;s:20:\"exif-gpsdestdistance\";i:4139;s:24:\"exif-gpsprocessingmethod\";i:4140;s:23:\"exif-gpsareainformation\";i:4141;s:17:\"exif-gpsdatestamp\";i:4142;s:20:\"exif-gpsdifferential\";i:4143;s:20:\"exif-jpegfilecomment\";i:4144;s:13:\"exif-keywords\";i:4145;s:23:\"exif-worldregioncreated\";i:4146;s:19:\"exif-countrycreated\";i:4147;s:23:\"exif-countrycodecreated\";i:4148;s:27:\"exif-provinceorstatecreated\";i:4149;s:16:\"exif-citycreated\";i:4150;s:23:\"exif-sublocationcreated\";i:4151;s:20:\"exif-worldregiondest\";i:4152;s:16:\"exif-countrydest\";i:4153;s:20:\"exif-countrycodedest\";i:4154;s:24:\"exif-provinceorstatedest\";i:4155;s:13:\"exif-citydest\";i:4156;s:20:\"exif-sublocationdest\";i:4157;s:15:\"exif-objectname\";i:4158;s:24:\"exif-specialinstructions\";i:4159;s:13:\"exif-headline\";i:4160;s:11:\"exif-credit\";i:4161;s:11:\"exif-source\";i:4162;s:15:\"exif-editstatus\";i:4163;s:12:\"exif-urgency\";i:4164;s:22:\"exif-fixtureidentifier\";i:4165;s:17:\"exif-locationdest\";i:4166;s:21:\"exif-locationdestcode\";i:4167;s:16:\"exif-objectcycle\";i:4168;s:12:\"exif-contact\";i:4169;s:11:\"exif-writer\";i:4170;s:17:\"exif-languagecode\";i:4171;s:15:\"exif-iimversion\";i:4172;s:16:\"exif-iimcategory\";i:4173;s:28:\"exif-iimsupplementalcategory\";i:4174;s:20:\"exif-datetimeexpires\";i:4175;s:21:\"exif-datetimereleased\";i:4176;s:28:\"exif-originaltransmissionref\";i:4177;s:15:\"exif-identifier\";i:4178;s:9:\"exif-lens\";i:4179;s:17:\"exif-serialnumber\";i:4180;s:20:\"exif-cameraownername\";i:4181;s:10:\"exif-label\";i:4182;s:21:\"exif-datetimemetadata\";i:4183;s:13:\"exif-nickname\";i:4184;s:11:\"exif-rating\";i:4185;s:22:\"exif-rightscertificate\";i:4186;s:16:\"exif-copyrighted\";i:4187;s:19:\"exif-copyrightowner\";i:4188;s:15:\"exif-usageterms\";i:4189;s:17:\"exif-webstatement\";i:4190;s:23:\"exif-originaldocumentid\";i:4191;s:15:\"exif-licenseurl\";i:4192;s:23:\"exif-morepermissionsurl\";i:4193;s:19:\"exif-attributionurl\";i:4194;s:29:\"exif-preferredattributionname\";i:4195;s:19:\"exif-pngfilecomment\";i:4196;s:15:\"exif-disclaimer\";i:4197;s:19:\"exif-contentwarning\";i:4198;s:19:\"exif-giffilecomment\";i:4199;s:22:\"exif-intellectualgenre\";i:4200;s:20:\"exif-subjectnewscode\";i:4201;s:14:\"exif-scenecode\";i:4202;s:10:\"exif-event\";i:4203;s:24:\"exif-organisationinimage\";i:4204;s:18:\"exif-personinimage\";i:4205;s:24:\"exif-originalimageheight\";i:4206;s:23:\"exif-originalimagewidth\";i:4207;s:18:\"exif-compression-1\";i:4208;s:18:\"exif-compression-2\";i:4209;s:18:\"exif-compression-3\";i:4210;s:18:\"exif-compression-4\";i:4211;s:18:\"exif-compression-6\";i:4212;s:21:\"exif-copyrighted-true\";i:4213;s:22:\"exif-copyrighted-false\";i:4214;s:32:\"exif-photometricinterpretation-0\";i:4215;s:32:\"exif-photometricinterpretation-1\";i:4216;s:32:\"exif-photometricinterpretation-3\";i:4217;s:32:\"exif-photometricinterpretation-4\";i:4218;s:32:\"exif-photometricinterpretation-5\";i:4219;s:32:\"exif-photometricinterpretation-9\";i:4220;s:33:\"exif-photometricinterpretation-10\";i:4221;s:36:\"exif-photometricinterpretation-32803\";i:4222;s:36:\"exif-photometricinterpretation-34892\";i:4223;s:16:\"exif-unknowndate\";i:4224;s:18:\"exif-orientation-1\";i:4225;s:18:\"exif-orientation-2\";i:4226;s:18:\"exif-orientation-3\";i:4227;s:18:\"exif-orientation-4\";i:4228;s:18:\"exif-orientation-5\";i:4229;s:18:\"exif-orientation-6\";i:4230;s:18:\"exif-orientation-7\";i:4231;s:18:\"exif-orientation-8\";i:4232;s:26:\"exif-planarconfiguration-1\";i:4233;s:26:\"exif-planarconfiguration-2\";i:4234;s:21:\"exif-colorspace-65535\";i:4235;s:30:\"exif-componentsconfiguration-0\";i:4236;s:22:\"exif-exposureprogram-0\";i:4237;s:22:\"exif-exposureprogram-1\";i:4238;s:22:\"exif-exposureprogram-2\";i:4239;s:22:\"exif-exposureprogram-3\";i:4240;s:22:\"exif-exposureprogram-4\";i:4241;s:22:\"exif-exposureprogram-5\";i:4242;s:22:\"exif-exposureprogram-6\";i:4243;s:22:\"exif-exposureprogram-7\";i:4244;s:22:\"exif-exposureprogram-8\";i:4245;s:26:\"exif-subjectdistance-value\";i:4246;s:19:\"exif-meteringmode-0\";i:4247;s:19:\"exif-meteringmode-1\";i:4248;s:19:\"exif-meteringmode-2\";i:4249;s:19:\"exif-meteringmode-3\";i:4250;s:19:\"exif-meteringmode-4\";i:4251;s:19:\"exif-meteringmode-5\";i:4252;s:19:\"exif-meteringmode-6\";i:4253;s:21:\"exif-meteringmode-255\";i:4254;s:18:\"exif-lightsource-0\";i:4255;s:18:\"exif-lightsource-1\";i:4256;s:18:\"exif-lightsource-2\";i:4257;s:18:\"exif-lightsource-3\";i:4258;s:18:\"exif-lightsource-4\";i:4259;s:18:\"exif-lightsource-9\";i:4260;s:19:\"exif-lightsource-10\";i:4261;s:19:\"exif-lightsource-11\";i:4262;s:19:\"exif-lightsource-12\";i:4263;s:19:\"exif-lightsource-13\";i:4264;s:19:\"exif-lightsource-14\";i:4265;s:19:\"exif-lightsource-15\";i:4266;s:19:\"exif-lightsource-17\";i:4267;s:19:\"exif-lightsource-18\";i:4268;s:19:\"exif-lightsource-19\";i:4269;s:19:\"exif-lightsource-24\";i:4270;s:20:\"exif-lightsource-255\";i:4271;s:18:\"exif-flash-fired-0\";i:4272;s:18:\"exif-flash-fired-1\";i:4273;s:19:\"exif-flash-return-0\";i:4274;s:19:\"exif-flash-return-2\";i:4275;s:19:\"exif-flash-return-3\";i:4276;s:17:\"exif-flash-mode-1\";i:4277;s:17:\"exif-flash-mode-2\";i:4278;s:17:\"exif-flash-mode-3\";i:4279;s:21:\"exif-flash-function-1\";i:4280;s:19:\"exif-flash-redeye-1\";i:4281;s:31:\"exif-focalplaneresolutionunit-2\";i:4282;s:20:\"exif-sensingmethod-1\";i:4283;s:20:\"exif-sensingmethod-2\";i:4284;s:20:\"exif-sensingmethod-3\";i:4285;s:20:\"exif-sensingmethod-4\";i:4286;s:20:\"exif-sensingmethod-5\";i:4287;s:20:\"exif-sensingmethod-7\";i:4288;s:20:\"exif-sensingmethod-8\";i:4289;s:17:\"exif-filesource-3\";i:4290;s:16:\"exif-scenetype-1\";i:4291;s:21:\"exif-customrendered-0\";i:4292;s:21:\"exif-customrendered-1\";i:4293;s:21:\"exif-customrendered-2\";i:4294;s:21:\"exif-customrendered-3\";i:4295;s:21:\"exif-customrendered-4\";i:4296;s:21:\"exif-customrendered-6\";i:4297;s:21:\"exif-customrendered-7\";i:4298;s:21:\"exif-customrendered-8\";i:4299;s:19:\"exif-exposuremode-0\";i:4300;s:19:\"exif-exposuremode-1\";i:4301;s:19:\"exif-exposuremode-2\";i:4302;s:19:\"exif-whitebalance-0\";i:4303;s:19:\"exif-whitebalance-1\";i:4304;s:23:\"exif-scenecapturetype-0\";i:4305;s:23:\"exif-scenecapturetype-1\";i:4306;s:23:\"exif-scenecapturetype-2\";i:4307;s:23:\"exif-scenecapturetype-3\";i:4308;s:18:\"exif-gaincontrol-0\";i:4309;s:18:\"exif-gaincontrol-1\";i:4310;s:18:\"exif-gaincontrol-2\";i:4311;s:18:\"exif-gaincontrol-3\";i:4312;s:18:\"exif-gaincontrol-4\";i:4313;s:15:\"exif-contrast-0\";i:4314;s:15:\"exif-contrast-1\";i:4315;s:15:\"exif-contrast-2\";i:4316;s:17:\"exif-saturation-0\";i:4317;s:17:\"exif-saturation-1\";i:4318;s:17:\"exif-saturation-2\";i:4319;s:16:\"exif-sharpness-0\";i:4320;s:16:\"exif-sharpness-1\";i:4321;s:16:\"exif-sharpness-2\";i:4322;s:27:\"exif-subjectdistancerange-0\";i:4323;s:27:\"exif-subjectdistancerange-1\";i:4324;s:27:\"exif-subjectdistancerange-2\";i:4325;s:27:\"exif-subjectdistancerange-3\";i:4326;s:18:\"exif-gpslatitude-n\";i:4327;s:18:\"exif-gpslatitude-s\";i:4328;s:19:\"exif-gpslongitude-e\";i:4329;s:19:\"exif-gpslongitude-w\";i:4330;s:31:\"exif-gpsaltitude-above-sealevel\";i:4331;s:31:\"exif-gpsaltitude-below-sealevel\";i:4332;s:16:\"exif-gpsstatus-a\";i:4333;s:16:\"exif-gpsstatus-v\";i:4334;s:21:\"exif-gpsmeasuremode-2\";i:4335;s:21:\"exif-gpsmeasuremode-3\";i:4336;s:15:\"exif-gpsspeed-k\";i:4337;s:15:\"exif-gpsspeed-m\";i:4338;s:15:\"exif-gpsspeed-n\";i:4339;s:22:\"exif-gpsdestdistance-k\";i:4340;s:22:\"exif-gpsdestdistance-m\";i:4341;s:22:\"exif-gpsdestdistance-n\";i:4342;s:21:\"exif-gpsdop-excellent\";i:4343;s:16:\"exif-gpsdop-good\";i:4344;s:20:\"exif-gpsdop-moderate\";i:4345;s:16:\"exif-gpsdop-fair\";i:4346;s:16:\"exif-gpsdop-poor\";i:4347;s:18:\"exif-objectcycle-a\";i:4348;s:18:\"exif-objectcycle-p\";i:4349;s:18:\"exif-objectcycle-b\";i:4350;s:19:\"exif-gpsdirection-t\";i:4351;s:19:\"exif-gpsdirection-m\";i:4352;s:23:\"exif-ycbcrpositioning-1\";i:4353;s:23:\"exif-ycbcrpositioning-2\";i:4354;s:19:\"exif-dc-contributor\";i:4355;s:16:\"exif-dc-coverage\";i:4356;s:12:\"exif-dc-date\";i:4357;s:17:\"exif-dc-publisher\";i:4358;s:16:\"exif-dc-relation\";i:4359;s:14:\"exif-dc-rights\";i:4360;s:14:\"exif-dc-source\";i:4361;s:12:\"exif-dc-type\";i:4362;s:20:\"exif-rating-rejected\";i:4363;s:29:\"exif-isospeedratings-overflow\";i:4364;s:20:\"exif-iimcategory-ace\";i:4365;s:20:\"exif-iimcategory-clj\";i:4366;s:20:\"exif-iimcategory-dis\";i:4367;s:20:\"exif-iimcategory-fin\";i:4368;s:20:\"exif-iimcategory-edu\";i:4369;s:20:\"exif-iimcategory-evn\";i:4370;s:20:\"exif-iimcategory-hth\";i:4371;s:20:\"exif-iimcategory-hum\";i:4372;s:20:\"exif-iimcategory-lab\";i:4373;s:20:\"exif-iimcategory-lif\";i:4374;s:20:\"exif-iimcategory-pol\";i:4375;s:20:\"exif-iimcategory-rel\";i:4376;s:20:\"exif-iimcategory-sci\";i:4377;s:20:\"exif-iimcategory-soi\";i:4378;s:20:\"exif-iimcategory-spo\";i:4379;s:20:\"exif-iimcategory-war\";i:4380;s:20:\"exif-iimcategory-wea\";i:4381;s:19:\"exif-urgency-normal\";i:4382;s:16:\"exif-urgency-low\";i:4383;s:17:\"exif-urgency-high\";i:4384;s:18:\"exif-urgency-other\";i:4385;s:19:\"exif-firstphotodate\";i:4386;s:18:\"exif-lastphotodate\";i:4387;s:19:\"exif-projectiontype\";i:4388;s:35:\"exif-projectiontype-equirectangular\";i:4389;s:22:\"exif-usepanoramaviewer\";i:4390;s:27:\"exif-usepanoramaviewer-true\";i:4391;s:28:\"exif-usepanoramaviewer-false\";i:4392;s:21:\"exif-exposurelockused\";i:4393;s:26:\"exif-exposurelockused-true\";i:4394;s:27:\"exif-exposurelockused-false\";i:4395;s:23:\"exif-poseheadingdegrees\";i:4396;s:21:\"exif-posepitchdegrees\";i:4397;s:20:\"exif-poserolldegrees\";i:4398;s:30:\"exif-initialviewheadingdegrees\";i:4399;s:28:\"exif-initialviewpitchdegrees\";i:4400;s:27:\"exif-initialviewrolldegrees\";i:4401;s:32:\"exif-initialhorizontalfovdegrees\";i:4402;s:30:\"exif-initialverticalfovdegrees\";i:4403;s:22:\"exif-sourcephotoscount\";i:4404;s:32:\"exif-croppedareaimagewidthpixels\";i:4405;s:33:\"exif-croppedareaimageheightpixels\";i:4406;s:24:\"exif-fullpanowidthpixels\";i:4407;s:25:\"exif-fullpanoheightpixels\";i:4408;s:26:\"exif-croppedarealeftpixels\";i:4409;s:25:\"exif-croppedareatoppixels\";i:4410;s:23:\"exif-initialcameradolly\";i:4411;s:22:\"exif-stitchingsoftware\";i:4412;s:33:\"apihelp-main-extended-description\";i:4413;s:25:\"apihelp-main-param-action\";i:4414;s:25:\"apihelp-main-param-format\";i:4415;s:25:\"apihelp-main-param-maxlag\";i:4416;s:26:\"apihelp-main-param-smaxage\";i:4417;s:25:\"apihelp-main-param-maxage\";i:4418;s:25:\"apihelp-main-param-assert\";i:4419;s:29:\"apihelp-main-param-assertuser\";i:4420;s:28:\"apihelp-main-param-requestid\";i:4421;s:27:\"apihelp-main-param-servedby\";i:4422;s:31:\"apihelp-main-param-curtimestamp\";i:4423;s:35:\"apihelp-main-param-responselanginfo\";i:4424;s:25:\"apihelp-main-param-origin\";i:4425;s:26:\"apihelp-main-param-uselang\";i:4426;s:26:\"apihelp-main-param-variant\";i:4427;s:30:\"apihelp-main-param-errorformat\";i:4428;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4429;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4430;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4431;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4432;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4433;s:28:\"apihelp-main-param-errorlang\";i:4434;s:33:\"apihelp-main-param-errorsuselocal\";i:4435;s:21:\"apihelp-block-summary\";i:4436;s:24:\"apihelp-block-param-user\";i:4437;s:26:\"apihelp-block-param-userid\";i:4438;s:26:\"apihelp-block-param-expiry\";i:4439;s:26:\"apihelp-block-param-reason\";i:4440;s:28:\"apihelp-block-param-anononly\";i:4441;s:28:\"apihelp-block-param-nocreate\";i:4442;s:29:\"apihelp-block-param-autoblock\";i:4443;s:27:\"apihelp-block-param-noemail\";i:4444;s:28:\"apihelp-block-param-hidename\";i:4445;s:33:\"apihelp-block-param-allowusertalk\";i:4446;s:27:\"apihelp-block-param-reblock\";i:4447;s:29:\"apihelp-block-param-watchuser\";i:4448;s:35:\"apihelp-block-param-watchlistexpiry\";i:4449;s:24:\"apihelp-block-param-tags\";i:4450;s:27:\"apihelp-block-param-partial\";i:4451;s:36:\"apihelp-block-param-pagerestrictions\";i:4452;s:41:\"apihelp-block-param-namespacerestrictions\";i:4453;s:38:\"apihelp-block-param-actionrestrictions\";i:4454;s:31:\"apihelp-block-example-ip-simple\";i:4455;s:34:\"apihelp-block-example-user-complex\";i:4456;s:40:\"apihelp-changeauthenticationdata-summary\";i:4457;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4458;s:34:\"apihelp-changecontentmodel-summary\";i:4459;s:38:\"apihelp-changecontentmodel-param-title\";i:4460;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4461;s:40:\"apihelp-changecontentmodel-param-summary\";i:4462;s:37:\"apihelp-changecontentmodel-param-tags\";i:4463;s:38:\"apihelp-changecontentmodel-param-model\";i:4464;s:36:\"apihelp-changecontentmodel-param-bot\";i:4465;s:34:\"apihelp-changecontentmodel-example\";i:4466;s:26:\"apihelp-checktoken-summary\";i:4467;s:29:\"apihelp-checktoken-param-type\";i:4468;s:30:\"apihelp-checktoken-param-token\";i:4469;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4470;s:33:\"apihelp-checktoken-example-simple\";i:4471;s:27:\"apihelp-clearhasmsg-summary\";i:4472;s:29:\"apihelp-clearhasmsg-example-1\";i:4473;s:27:\"apihelp-clientlogin-summary\";i:4474;s:33:\"apihelp-clientlogin-example-login\";i:4475;s:34:\"apihelp-clientlogin-example-login2\";i:4476;s:23:\"apihelp-compare-summary\";i:4477;s:36:\"apihelp-compare-extended-description\";i:4478;s:31:\"apihelp-compare-param-fromtitle\";i:4479;s:28:\"apihelp-compare-param-fromid\";i:4480;s:29:\"apihelp-compare-param-fromrev\";i:4481;s:29:\"apihelp-compare-param-frompst\";i:4482;s:31:\"apihelp-compare-param-fromslots\";i:4483;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4484;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4485;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4486;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4487;s:30:\"apihelp-compare-param-fromtext\";i:4488;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4489;s:39:\"apihelp-compare-param-fromcontentformat\";i:4490;s:33:\"apihelp-compare-param-fromsection\";i:4491;s:29:\"apihelp-compare-param-totitle\";i:4492;s:26:\"apihelp-compare-param-toid\";i:4493;s:27:\"apihelp-compare-param-torev\";i:4494;s:32:\"apihelp-compare-param-torelative\";i:4495;s:27:\"apihelp-compare-param-topst\";i:4496;s:29:\"apihelp-compare-param-toslots\";i:4497;s:35:\"apihelp-compare-param-totext-{slot}\";i:4498;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4499;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4500;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4501;s:28:\"apihelp-compare-param-totext\";i:4502;s:36:\"apihelp-compare-param-tocontentmodel\";i:4503;s:37:\"apihelp-compare-param-tocontentformat\";i:4504;s:31:\"apihelp-compare-param-tosection\";i:4505;s:26:\"apihelp-compare-param-prop\";i:4506;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4507;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4508;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4509;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4510;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4511;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4512;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4513;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4514;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4515;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4516;s:30:\"apihelp-compare-param-difftype\";i:4517;s:27:\"apihelp-compare-param-slots\";i:4518;s:25:\"apihelp-compare-example-1\";i:4519;s:29:\"apihelp-createaccount-summary\";i:4520;s:41:\"apihelp-createaccount-param-preservestate\";i:4521;s:36:\"apihelp-createaccount-example-create\";i:4522;s:25:\"apihelp-cspreport-summary\";i:4523;s:34:\"apihelp-cspreport-param-reportonly\";i:4524;s:30:\"apihelp-cspreport-param-source\";i:4525;s:22:\"apihelp-delete-summary\";i:4526;s:26:\"apihelp-delete-param-title\";i:4527;s:27:\"apihelp-delete-param-pageid\";i:4528;s:27:\"apihelp-delete-param-reason\";i:4529;s:25:\"apihelp-delete-param-tags\";i:4530;s:31:\"apihelp-delete-param-deletetalk\";i:4531;s:26:\"apihelp-delete-param-watch\";i:4532;s:30:\"apihelp-delete-param-watchlist\";i:4533;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4534;s:28:\"apihelp-delete-param-unwatch\";i:4535;s:29:\"apihelp-delete-param-oldimage\";i:4536;s:29:\"apihelp-delete-example-simple\";i:4537;s:29:\"apihelp-delete-example-reason\";i:4538;s:24:\"apihelp-disabled-summary\";i:4539;s:20:\"apihelp-edit-summary\";i:4540;s:24:\"apihelp-edit-param-title\";i:4541;s:25:\"apihelp-edit-param-pageid\";i:4542;s:26:\"apihelp-edit-param-section\";i:4543;s:31:\"apihelp-edit-param-sectiontitle\";i:4544;s:23:\"apihelp-edit-param-text\";i:4545;s:26:\"apihelp-edit-param-summary\";i:4546;s:23:\"apihelp-edit-param-tags\";i:4547;s:24:\"apihelp-edit-param-minor\";i:4548;s:27:\"apihelp-edit-param-notminor\";i:4549;s:22:\"apihelp-edit-param-bot\";i:4550;s:28:\"apihelp-edit-param-baserevid\";i:4551;s:32:\"apihelp-edit-param-basetimestamp\";i:4552;s:33:\"apihelp-edit-param-starttimestamp\";i:4553;s:27:\"apihelp-edit-param-recreate\";i:4554;s:29:\"apihelp-edit-param-createonly\";i:4555;s:27:\"apihelp-edit-param-nocreate\";i:4556;s:24:\"apihelp-edit-param-watch\";i:4557;s:26:\"apihelp-edit-param-unwatch\";i:4558;s:28:\"apihelp-edit-param-watchlist\";i:4559;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4560;s:22:\"apihelp-edit-param-md5\";i:4561;s:30:\"apihelp-edit-param-prependtext\";i:4562;s:29:\"apihelp-edit-param-appendtext\";i:4563;s:23:\"apihelp-edit-param-undo\";i:4564;s:28:\"apihelp-edit-param-undoafter\";i:4565;s:27:\"apihelp-edit-param-redirect\";i:4566;s:32:\"apihelp-edit-param-contentformat\";i:4567;s:31:\"apihelp-edit-param-contentmodel\";i:4568;s:24:\"apihelp-edit-param-token\";i:4569;s:25:\"apihelp-edit-example-edit\";i:4570;s:28:\"apihelp-edit-example-prepend\";i:4571;s:25:\"apihelp-edit-example-undo\";i:4572;s:25:\"apihelp-emailuser-summary\";i:4573;s:30:\"apihelp-emailuser-param-target\";i:4574;s:31:\"apihelp-emailuser-param-subject\";i:4575;s:28:\"apihelp-emailuser-param-text\";i:4576;s:28:\"apihelp-emailuser-param-ccme\";i:4577;s:31:\"apihelp-emailuser-example-email\";i:4578;s:31:\"apihelp-expandtemplates-summary\";i:4579;s:35:\"apihelp-expandtemplates-param-title\";i:4580;s:34:\"apihelp-expandtemplates-param-text\";i:4581;s:35:\"apihelp-expandtemplates-param-revid\";i:4582;s:34:\"apihelp-expandtemplates-param-prop\";i:4583;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4584;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4585;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4586;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4587;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4588;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4589;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4590;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4591;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4592;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4593;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4594;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4595;s:38:\"apihelp-expandtemplates-example-simple\";i:4596;s:33:\"apihelp-feedcontributions-summary\";i:4597;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4598;s:36:\"apihelp-feedcontributions-param-user\";i:4599;s:41:\"apihelp-feedcontributions-param-namespace\";i:4600;s:36:\"apihelp-feedcontributions-param-year\";i:4601;s:37:\"apihelp-feedcontributions-param-month\";i:4602;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4603;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4604;s:39:\"apihelp-feedcontributions-param-toponly\";i:4605;s:39:\"apihelp-feedcontributions-param-newonly\";i:4606;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4607;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4608;s:40:\"apihelp-feedcontributions-example-simple\";i:4609;s:33:\"apihelp-feedrecentchanges-summary\";i:4610;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4611;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4612;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4613;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4614;s:36:\"apihelp-feedrecentchanges-param-days\";i:4615;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4616;s:36:\"apihelp-feedrecentchanges-param-from\";i:4617;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4618;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4619;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4620;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4621;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4622;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4623;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4624;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4625;s:38:\"apihelp-feedrecentchanges-param-target\";i:4626;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4627;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4628;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4629;s:29:\"apihelp-feedwatchlist-summary\";i:4630;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4631;s:33:\"apihelp-feedwatchlist-param-hours\";i:4632;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4633;s:37:\"apihelp-feedwatchlist-example-default\";i:4634;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4635;s:26:\"apihelp-filerevert-summary\";i:4636;s:33:\"apihelp-filerevert-param-filename\";i:4637;s:32:\"apihelp-filerevert-param-comment\";i:4638;s:36:\"apihelp-filerevert-param-archivename\";i:4639;s:33:\"apihelp-filerevert-example-revert\";i:4640;s:20:\"apihelp-help-summary\";i:4641;s:26:\"apihelp-help-param-modules\";i:4642;s:29:\"apihelp-help-param-submodules\";i:4643;s:38:\"apihelp-help-param-recursivesubmodules\";i:4644;s:29:\"apihelp-help-param-helpformat\";i:4645;s:23:\"apihelp-help-param-wrap\";i:4646;s:22:\"apihelp-help-param-toc\";i:4647;s:25:\"apihelp-help-example-main\";i:4648;s:31:\"apihelp-help-example-submodules\";i:4649;s:30:\"apihelp-help-example-recursive\";i:4650;s:25:\"apihelp-help-example-help\";i:4651;s:26:\"apihelp-help-example-query\";i:4652;s:27:\"apihelp-imagerotate-summary\";i:4653;s:34:\"apihelp-imagerotate-param-rotation\";i:4654;s:30:\"apihelp-imagerotate-param-tags\";i:4655;s:34:\"apihelp-imagerotate-example-simple\";i:4656;s:37:\"apihelp-imagerotate-example-generator\";i:4657;s:22:\"apihelp-import-summary\";i:4658;s:35:\"apihelp-import-extended-description\";i:4659;s:28:\"apihelp-import-param-summary\";i:4660;s:24:\"apihelp-import-param-xml\";i:4661;s:36:\"apihelp-import-param-interwikiprefix\";i:4662;s:37:\"apihelp-import-param-assignknownusers\";i:4663;s:36:\"apihelp-import-param-interwikisource\";i:4664;s:34:\"apihelp-import-param-interwikipage\";i:4665;s:32:\"apihelp-import-param-fullhistory\";i:4666;s:30:\"apihelp-import-param-templates\";i:4667;s:30:\"apihelp-import-param-namespace\";i:4668;s:29:\"apihelp-import-param-rootpage\";i:4669;s:25:\"apihelp-import-param-tags\";i:4670;s:29:\"apihelp-import-example-import\";i:4671;s:27:\"apihelp-linkaccount-summary\";i:4672;s:32:\"apihelp-linkaccount-example-link\";i:4673;s:21:\"apihelp-login-summary\";i:4674;s:34:\"apihelp-login-extended-description\";i:4675;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4676;s:24:\"apihelp-login-param-name\";i:4677;s:28:\"apihelp-login-param-password\";i:4678;s:26:\"apihelp-login-param-domain\";i:4679;s:25:\"apihelp-login-param-token\";i:4680;s:27:\"apihelp-login-example-login\";i:4681;s:22:\"apihelp-logout-summary\";i:4682;s:29:\"apihelp-logout-example-logout\";i:4683;s:26:\"apihelp-managetags-summary\";i:4684;s:34:\"apihelp-managetags-param-operation\";i:4685;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:4686;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:4687;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:4688;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:4689;s:28:\"apihelp-managetags-param-tag\";i:4690;s:31:\"apihelp-managetags-param-reason\";i:4691;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4692;s:29:\"apihelp-managetags-param-tags\";i:4693;s:33:\"apihelp-managetags-example-create\";i:4694;s:33:\"apihelp-managetags-example-delete\";i:4695;s:35:\"apihelp-managetags-example-activate\";i:4696;s:37:\"apihelp-managetags-example-deactivate\";i:4697;s:28:\"apihelp-mergehistory-summary\";i:4698;s:31:\"apihelp-mergehistory-param-from\";i:4699;s:33:\"apihelp-mergehistory-param-fromid\";i:4700;s:29:\"apihelp-mergehistory-param-to\";i:4701;s:31:\"apihelp-mergehistory-param-toid\";i:4702;s:36:\"apihelp-mergehistory-param-timestamp\";i:4703;s:33:\"apihelp-mergehistory-param-reason\";i:4704;s:34:\"apihelp-mergehistory-example-merge\";i:4705;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4706;s:20:\"apihelp-move-summary\";i:4707;s:23:\"apihelp-move-param-from\";i:4708;s:25:\"apihelp-move-param-fromid\";i:4709;s:21:\"apihelp-move-param-to\";i:4710;s:25:\"apihelp-move-param-reason\";i:4711;s:27:\"apihelp-move-param-movetalk\";i:4712;s:31:\"apihelp-move-param-movesubpages\";i:4713;s:29:\"apihelp-move-param-noredirect\";i:4714;s:24:\"apihelp-move-param-watch\";i:4715;s:26:\"apihelp-move-param-unwatch\";i:4716;s:28:\"apihelp-move-param-watchlist\";i:4717;s:34:\"apihelp-move-param-watchlistexpiry\";i:4718;s:33:\"apihelp-move-param-ignorewarnings\";i:4719;s:23:\"apihelp-move-param-tags\";i:4720;s:25:\"apihelp-move-example-move\";i:4721;s:26:\"apihelp-opensearch-summary\";i:4722;s:31:\"apihelp-opensearch-param-search\";i:4723;s:30:\"apihelp-opensearch-param-limit\";i:4724;s:34:\"apihelp-opensearch-param-namespace\";i:4725;s:32:\"apihelp-opensearch-param-suggest\";i:4726;s:34:\"apihelp-opensearch-param-redirects\";i:4727;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:4728;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:4729;s:41:\"apihelp-opensearch-param-redirects-append\";i:4730;s:31:\"apihelp-opensearch-param-format\";i:4731;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4732;s:29:\"apihelp-opensearch-example-te\";i:4733;s:23:\"apihelp-options-summary\";i:4734;s:36:\"apihelp-options-extended-description\";i:4735;s:27:\"apihelp-options-param-reset\";i:4736;s:32:\"apihelp-options-param-resetkinds\";i:4737;s:28:\"apihelp-options-param-change\";i:4738;s:32:\"apihelp-options-param-optionname\";i:4739;s:33:\"apihelp-options-param-optionvalue\";i:4740;s:29:\"apihelp-options-example-reset\";i:4741;s:30:\"apihelp-options-example-change\";i:4742;s:31:\"apihelp-options-example-complex\";i:4743;s:25:\"apihelp-paraminfo-summary\";i:4744;s:31:\"apihelp-paraminfo-param-modules\";i:4745;s:34:\"apihelp-paraminfo-param-helpformat\";i:4746;s:36:\"apihelp-paraminfo-param-querymodules\";i:4747;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4748;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4749;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4750;s:27:\"apihelp-paraminfo-example-1\";i:4751;s:27:\"apihelp-paraminfo-example-2\";i:4752;s:21:\"apihelp-parse-summary\";i:4753;s:34:\"apihelp-parse-extended-description\";i:4754;s:25:\"apihelp-parse-param-title\";i:4755;s:24:\"apihelp-parse-param-text\";i:4756;s:25:\"apihelp-parse-param-revid\";i:4757;s:27:\"apihelp-parse-param-summary\";i:4758;s:24:\"apihelp-parse-param-page\";i:4759;s:26:\"apihelp-parse-param-pageid\";i:4760;s:29:\"apihelp-parse-param-redirects\";i:4761;s:25:\"apihelp-parse-param-oldid\";i:4762;s:24:\"apihelp-parse-param-prop\";i:4763;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4764;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4765;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4766;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4767;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4768;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4769;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4770;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4771;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4772;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4773;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4774;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4775;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4776;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4777;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4778;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4779;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4780;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4781;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4782;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4783;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4784;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4785;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4786;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4787;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4788;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4789;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4790;s:23:\"apihelp-parse-param-pst\";i:4791;s:27:\"apihelp-parse-param-onlypst\";i:4792;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4793;s:27:\"apihelp-parse-param-section\";i:4794;s:32:\"apihelp-parse-param-sectiontitle\";i:4795;s:38:\"apihelp-parse-param-disablelimitreport\";i:4796;s:29:\"apihelp-parse-param-disablepp\";i:4797;s:38:\"apihelp-parse-param-disableeditsection\";i:4798;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4799;s:36:\"apihelp-parse-param-showstrategykeys\";i:4800;s:31:\"apihelp-parse-param-generatexml\";i:4801;s:27:\"apihelp-parse-param-preview\";i:4802;s:34:\"apihelp-parse-param-sectionpreview\";i:4803;s:30:\"apihelp-parse-param-disabletoc\";i:4804;s:27:\"apihelp-parse-param-useskin\";i:4805;s:33:\"apihelp-parse-param-contentformat\";i:4806;s:32:\"apihelp-parse-param-contentmodel\";i:4807;s:26:\"apihelp-parse-example-page\";i:4808;s:26:\"apihelp-parse-example-text\";i:4809;s:31:\"apihelp-parse-example-texttitle\";i:4810;s:29:\"apihelp-parse-example-summary\";i:4811;s:22:\"apihelp-patrol-summary\";i:4812;s:25:\"apihelp-patrol-param-rcid\";i:4813;s:26:\"apihelp-patrol-param-revid\";i:4814;s:25:\"apihelp-patrol-param-tags\";i:4815;s:27:\"apihelp-patrol-example-rcid\";i:4816;s:28:\"apihelp-patrol-example-revid\";i:4817;s:23:\"apihelp-protect-summary\";i:4818;s:27:\"apihelp-protect-param-title\";i:4819;s:28:\"apihelp-protect-param-pageid\";i:4820;s:33:\"apihelp-protect-param-protections\";i:4821;s:28:\"apihelp-protect-param-expiry\";i:4822;s:28:\"apihelp-protect-param-reason\";i:4823;s:26:\"apihelp-protect-param-tags\";i:4824;s:29:\"apihelp-protect-param-cascade\";i:4825;s:27:\"apihelp-protect-param-watch\";i:4826;s:31:\"apihelp-protect-param-watchlist\";i:4827;s:37:\"apihelp-protect-param-watchlistexpiry\";i:4828;s:31:\"apihelp-protect-example-protect\";i:4829;s:33:\"apihelp-protect-example-unprotect\";i:4830;s:34:\"apihelp-protect-example-unprotect2\";i:4831;s:21:\"apihelp-purge-summary\";i:4832;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4833;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4834;s:28:\"apihelp-purge-example-simple\";i:4835;s:31:\"apihelp-purge-example-generator\";i:4836;s:21:\"apihelp-query-summary\";i:4837;s:34:\"apihelp-query-extended-description\";i:4838;s:24:\"apihelp-query-param-prop\";i:4839;s:24:\"apihelp-query-param-list\";i:4840;s:24:\"apihelp-query-param-meta\";i:4841;s:32:\"apihelp-query-param-indexpageids\";i:4842;s:26:\"apihelp-query-param-export\";i:4843;s:32:\"apihelp-query-param-exportnowrap\";i:4844;s:32:\"apihelp-query-param-exportschema\";i:4845;s:25:\"apihelp-query-param-iwurl\";i:4846;s:31:\"apihelp-query-param-rawcontinue\";i:4847;s:31:\"apihelp-query-example-revisions\";i:4848;s:30:\"apihelp-query-example-allpages\";i:4849;s:35:\"apihelp-query+allcategories-summary\";i:4850;s:38:\"apihelp-query+allcategories-param-from\";i:4851;s:36:\"apihelp-query+allcategories-param-to\";i:4852;s:40:\"apihelp-query+allcategories-param-prefix\";i:4853;s:37:\"apihelp-query+allcategories-param-dir\";i:4854;s:37:\"apihelp-query+allcategories-param-min\";i:4855;s:37:\"apihelp-query+allcategories-param-max\";i:4856;s:39:\"apihelp-query+allcategories-param-limit\";i:4857;s:38:\"apihelp-query+allcategories-param-prop\";i:4858;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4859;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4860;s:40:\"apihelp-query+allcategories-example-size\";i:4861;s:45:\"apihelp-query+allcategories-example-generator\";i:4862;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:4863;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:4864;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:4865;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:4866;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:4867;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:4868;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:4869;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:4870;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:4871;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:4872;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:4873;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:4874;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:4875;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:4876;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:4877;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:4878;s:35:\"apihelp-query+allfileusages-summary\";i:4879;s:38:\"apihelp-query+allfileusages-param-from\";i:4880;s:36:\"apihelp-query+allfileusages-param-to\";i:4881;s:40:\"apihelp-query+allfileusages-param-prefix\";i:4882;s:40:\"apihelp-query+allfileusages-param-unique\";i:4883;s:38:\"apihelp-query+allfileusages-param-prop\";i:4884;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:4885;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:4886;s:39:\"apihelp-query+allfileusages-param-limit\";i:4887;s:37:\"apihelp-query+allfileusages-param-dir\";i:4888;s:37:\"apihelp-query+allfileusages-example-b\";i:4889;s:42:\"apihelp-query+allfileusages-example-unique\";i:4890;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:4891;s:45:\"apihelp-query+allfileusages-example-generator\";i:4892;s:31:\"apihelp-query+allimages-summary\";i:4893;s:34:\"apihelp-query+allimages-param-sort\";i:4894;s:33:\"apihelp-query+allimages-param-dir\";i:4895;s:34:\"apihelp-query+allimages-param-from\";i:4896;s:32:\"apihelp-query+allimages-param-to\";i:4897;s:35:\"apihelp-query+allimages-param-start\";i:4898;s:33:\"apihelp-query+allimages-param-end\";i:4899;s:36:\"apihelp-query+allimages-param-prefix\";i:4900;s:37:\"apihelp-query+allimages-param-minsize\";i:4901;s:37:\"apihelp-query+allimages-param-maxsize\";i:4902;s:34:\"apihelp-query+allimages-param-sha1\";i:4903;s:40:\"apihelp-query+allimages-param-sha1base36\";i:4904;s:34:\"apihelp-query+allimages-param-user\";i:4905;s:40:\"apihelp-query+allimages-param-filterbots\";i:4906;s:34:\"apihelp-query+allimages-param-mime\";i:4907;s:35:\"apihelp-query+allimages-param-limit\";i:4908;s:33:\"apihelp-query+allimages-example-b\";i:4909;s:38:\"apihelp-query+allimages-example-recent\";i:4910;s:41:\"apihelp-query+allimages-example-mimetypes\";i:4911;s:41:\"apihelp-query+allimages-example-generator\";i:4912;s:30:\"apihelp-query+alllinks-summary\";i:4913;s:33:\"apihelp-query+alllinks-param-from\";i:4914;s:31:\"apihelp-query+alllinks-param-to\";i:4915;s:35:\"apihelp-query+alllinks-param-prefix\";i:4916;s:35:\"apihelp-query+alllinks-param-unique\";i:4917;s:33:\"apihelp-query+alllinks-param-prop\";i:4918;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:4919;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:4920;s:38:\"apihelp-query+alllinks-param-namespace\";i:4921;s:34:\"apihelp-query+alllinks-param-limit\";i:4922;s:32:\"apihelp-query+alllinks-param-dir\";i:4923;s:32:\"apihelp-query+alllinks-example-b\";i:4924;s:37:\"apihelp-query+alllinks-example-unique\";i:4925;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:4926;s:40:\"apihelp-query+alllinks-example-generator\";i:4927;s:33:\"apihelp-query+allmessages-summary\";i:4928;s:40:\"apihelp-query+allmessages-param-messages\";i:4929;s:36:\"apihelp-query+allmessages-param-prop\";i:4930;s:44:\"apihelp-query+allmessages-param-enableparser\";i:4931;s:41:\"apihelp-query+allmessages-param-nocontent\";i:4932;s:44:\"apihelp-query+allmessages-param-includelocal\";i:4933;s:36:\"apihelp-query+allmessages-param-args\";i:4934;s:38:\"apihelp-query+allmessages-param-filter\";i:4935;s:42:\"apihelp-query+allmessages-param-customised\";i:4936;s:36:\"apihelp-query+allmessages-param-lang\";i:4937;s:36:\"apihelp-query+allmessages-param-from\";i:4938;s:34:\"apihelp-query+allmessages-param-to\";i:4939;s:37:\"apihelp-query+allmessages-param-title\";i:4940;s:38:\"apihelp-query+allmessages-param-prefix\";i:4941;s:37:\"apihelp-query+allmessages-example-ipb\";i:4942;s:36:\"apihelp-query+allmessages-example-de\";i:4943;s:30:\"apihelp-query+allpages-summary\";i:4944;s:33:\"apihelp-query+allpages-param-from\";i:4945;s:31:\"apihelp-query+allpages-param-to\";i:4946;s:35:\"apihelp-query+allpages-param-prefix\";i:4947;s:38:\"apihelp-query+allpages-param-namespace\";i:4948;s:40:\"apihelp-query+allpages-param-filterredir\";i:4949;s:36:\"apihelp-query+allpages-param-minsize\";i:4950;s:36:\"apihelp-query+allpages-param-maxsize\";i:4951;s:35:\"apihelp-query+allpages-param-prtype\";i:4952;s:36:\"apihelp-query+allpages-param-prlevel\";i:4953;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:4954;s:34:\"apihelp-query+allpages-param-limit\";i:4955;s:32:\"apihelp-query+allpages-param-dir\";i:4956;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:4957;s:37:\"apihelp-query+allpages-param-prexpiry\";i:4958;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:4959;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:4960;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:4961;s:32:\"apihelp-query+allpages-example-b\";i:4962;s:40:\"apihelp-query+allpages-example-generator\";i:4963;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:4964;s:34:\"apihelp-query+allredirects-summary\";i:4965;s:37:\"apihelp-query+allredirects-param-from\";i:4966;s:35:\"apihelp-query+allredirects-param-to\";i:4967;s:39:\"apihelp-query+allredirects-param-prefix\";i:4968;s:39:\"apihelp-query+allredirects-param-unique\";i:4969;s:37:\"apihelp-query+allredirects-param-prop\";i:4970;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:4971;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:4972;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:4973;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:4974;s:42:\"apihelp-query+allredirects-param-namespace\";i:4975;s:38:\"apihelp-query+allredirects-param-limit\";i:4976;s:36:\"apihelp-query+allredirects-param-dir\";i:4977;s:36:\"apihelp-query+allredirects-example-b\";i:4978;s:41:\"apihelp-query+allredirects-example-unique\";i:4979;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:4980;s:44:\"apihelp-query+allredirects-example-generator\";i:4981;s:34:\"apihelp-query+allrevisions-summary\";i:4982;s:38:\"apihelp-query+allrevisions-param-start\";i:4983;s:36:\"apihelp-query+allrevisions-param-end\";i:4984;s:37:\"apihelp-query+allrevisions-param-user\";i:4985;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:4986;s:42:\"apihelp-query+allrevisions-param-namespace\";i:4987;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:4988;s:39:\"apihelp-query+allrevisions-example-user\";i:4989;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:4990;s:36:\"apihelp-query+mystashedfiles-summary\";i:4991;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:4992;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:4993;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:4994;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:4995;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:4996;s:38:\"apihelp-query+alltransclusions-summary\";i:4997;s:41:\"apihelp-query+alltransclusions-param-from\";i:4998;s:39:\"apihelp-query+alltransclusions-param-to\";i:4999;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5000;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5001;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5002;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5003;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5004;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5005;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5006;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5007;s:40:\"apihelp-query+alltransclusions-example-b\";i:5008;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5009;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5010;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5011;s:30:\"apihelp-query+allusers-summary\";i:5012;s:33:\"apihelp-query+allusers-param-from\";i:5013;s:31:\"apihelp-query+allusers-param-to\";i:5014;s:35:\"apihelp-query+allusers-param-prefix\";i:5015;s:32:\"apihelp-query+allusers-param-dir\";i:5016;s:34:\"apihelp-query+allusers-param-group\";i:5017;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5018;s:35:\"apihelp-query+allusers-param-rights\";i:5019;s:33:\"apihelp-query+allusers-param-prop\";i:5020;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5021;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5022;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5023;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5024;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5025;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5026;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5027;s:34:\"apihelp-query+allusers-param-limit\";i:5028;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5029;s:40:\"apihelp-query+allusers-param-activeusers\";i:5030;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5031;s:32:\"apihelp-query+allusers-example-y\";i:5032;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5033;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5034;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5035;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5036;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5037;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5038;s:31:\"apihelp-query+backlinks-summary\";i:5039;s:35:\"apihelp-query+backlinks-param-title\";i:5040;s:36:\"apihelp-query+backlinks-param-pageid\";i:5041;s:39:\"apihelp-query+backlinks-param-namespace\";i:5042;s:33:\"apihelp-query+backlinks-param-dir\";i:5043;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5044;s:35:\"apihelp-query+backlinks-param-limit\";i:5045;s:38:\"apihelp-query+backlinks-param-redirect\";i:5046;s:38:\"apihelp-query+backlinks-example-simple\";i:5047;s:41:\"apihelp-query+backlinks-example-generator\";i:5048;s:28:\"apihelp-query+blocks-summary\";i:5049;s:32:\"apihelp-query+blocks-param-start\";i:5050;s:30:\"apihelp-query+blocks-param-end\";i:5051;s:30:\"apihelp-query+blocks-param-ids\";i:5052;s:32:\"apihelp-query+blocks-param-users\";i:5053;s:29:\"apihelp-query+blocks-param-ip\";i:5054;s:32:\"apihelp-query+blocks-param-limit\";i:5055;s:31:\"apihelp-query+blocks-param-prop\";i:5056;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5057;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5058;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5059;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5060;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5061;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5062;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5063;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5064;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5065;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5066;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5067;s:31:\"apihelp-query+blocks-param-show\";i:5068;s:35:\"apihelp-query+blocks-example-simple\";i:5069;s:34:\"apihelp-query+blocks-example-users\";i:5070;s:32:\"apihelp-query+categories-summary\";i:5071;s:35:\"apihelp-query+categories-param-prop\";i:5072;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5073;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5074;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5075;s:35:\"apihelp-query+categories-param-show\";i:5076;s:36:\"apihelp-query+categories-param-limit\";i:5077;s:41:\"apihelp-query+categories-param-categories\";i:5078;s:34:\"apihelp-query+categories-param-dir\";i:5079;s:39:\"apihelp-query+categories-example-simple\";i:5080;s:42:\"apihelp-query+categories-example-generator\";i:5081;s:34:\"apihelp-query+categoryinfo-summary\";i:5082;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5083;s:37:\"apihelp-query+categorymembers-summary\";i:5084;s:41:\"apihelp-query+categorymembers-param-title\";i:5085;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5086;s:40:\"apihelp-query+categorymembers-param-prop\";i:5087;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5088;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5089;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5090;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5091;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5092;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5093;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5094;s:40:\"apihelp-query+categorymembers-param-type\";i:5095;s:41:\"apihelp-query+categorymembers-param-limit\";i:5096;s:40:\"apihelp-query+categorymembers-param-sort\";i:5097;s:39:\"apihelp-query+categorymembers-param-dir\";i:5098;s:41:\"apihelp-query+categorymembers-param-start\";i:5099;s:39:\"apihelp-query+categorymembers-param-end\";i:5100;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5101;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5102;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5103;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5104;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5105;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5106;s:44:\"apihelp-query+categorymembers-example-simple\";i:5107;s:47:\"apihelp-query+categorymembers-example-generator\";i:5108;s:34:\"apihelp-query+contributors-summary\";i:5109;s:38:\"apihelp-query+contributors-param-group\";i:5110;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5111;s:39:\"apihelp-query+contributors-param-rights\";i:5112;s:46:\"apihelp-query+contributors-param-excluderights\";i:5113;s:38:\"apihelp-query+contributors-param-limit\";i:5114;s:41:\"apihelp-query+contributors-example-simple\";i:5115;s:38:\"apihelp-query+deletedrevisions-summary\";i:5116;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5117;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5118;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5119;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5120;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5121;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5122;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5123;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5124;s:33:\"apihelp-query+deletedrevs-summary\";i:5125;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5126;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5127;s:37:\"apihelp-query+deletedrevs-param-start\";i:5128;s:35:\"apihelp-query+deletedrevs-param-end\";i:5129;s:36:\"apihelp-query+deletedrevs-param-from\";i:5130;s:34:\"apihelp-query+deletedrevs-param-to\";i:5131;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5132;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5133;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5134;s:36:\"apihelp-query+deletedrevs-param-user\";i:5135;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5136;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5137;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5138;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5139;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5140;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5141;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5142;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5143;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5144;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5145;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5146;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5147;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5148;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5149;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5150;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5151;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5152;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5153;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5154;s:30:\"apihelp-query+disabled-summary\";i:5155;s:36:\"apihelp-query+duplicatefiles-summary\";i:5156;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5157;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5158;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5159;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5160;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5161;s:32:\"apihelp-query+embeddedin-summary\";i:5162;s:36:\"apihelp-query+embeddedin-param-title\";i:5163;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5164;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5165;s:34:\"apihelp-query+embeddedin-param-dir\";i:5166;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5167;s:36:\"apihelp-query+embeddedin-param-limit\";i:5168;s:39:\"apihelp-query+embeddedin-example-simple\";i:5169;s:42:\"apihelp-query+embeddedin-example-generator\";i:5170;s:30:\"apihelp-query+extlinks-summary\";i:5171;s:34:\"apihelp-query+extlinks-param-limit\";i:5172;s:37:\"apihelp-query+extlinks-param-protocol\";i:5173;s:34:\"apihelp-query+extlinks-param-query\";i:5174;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5175;s:37:\"apihelp-query+extlinks-example-simple\";i:5176;s:33:\"apihelp-query+exturlusage-summary\";i:5177;s:36:\"apihelp-query+exturlusage-param-prop\";i:5178;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5179;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5180;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5181;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5182;s:37:\"apihelp-query+exturlusage-param-query\";i:5183;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5184;s:37:\"apihelp-query+exturlusage-param-limit\";i:5185;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5186;s:40:\"apihelp-query+exturlusage-example-simple\";i:5187;s:33:\"apihelp-query+filearchive-summary\";i:5188;s:36:\"apihelp-query+filearchive-param-from\";i:5189;s:34:\"apihelp-query+filearchive-param-to\";i:5190;s:38:\"apihelp-query+filearchive-param-prefix\";i:5191;s:37:\"apihelp-query+filearchive-param-limit\";i:5192;s:35:\"apihelp-query+filearchive-param-dir\";i:5193;s:36:\"apihelp-query+filearchive-param-sha1\";i:5194;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5195;s:36:\"apihelp-query+filearchive-param-prop\";i:5196;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5197;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5198;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5199;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5200;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5201;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5202;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5203;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5204;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5205;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5206;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5207;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5208;s:40:\"apihelp-query+filearchive-example-simple\";i:5209;s:34:\"apihelp-query+filerepoinfo-summary\";i:5210;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5211;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5212;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5213;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5214;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5215;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5216;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5217;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5218;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5219;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5220;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5221;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5222;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5223;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5224;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5225;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5226;s:31:\"apihelp-query+fileusage-summary\";i:5227;s:34:\"apihelp-query+fileusage-param-prop\";i:5228;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5229;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5230;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5231;s:39:\"apihelp-query+fileusage-param-namespace\";i:5232;s:35:\"apihelp-query+fileusage-param-limit\";i:5233;s:34:\"apihelp-query+fileusage-param-show\";i:5234;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5235;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5236;s:38:\"apihelp-query+fileusage-example-simple\";i:5237;s:41:\"apihelp-query+fileusage-example-generator\";i:5238;s:31:\"apihelp-query+imageinfo-summary\";i:5239;s:34:\"apihelp-query+imageinfo-param-prop\";i:5240;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5241;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5242;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5243;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5244;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5245;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5246;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5247;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5248;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5249;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5250;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5251;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5252;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5253;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5254;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5255;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5256;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5257;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5258;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5259;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5260;s:35:\"apihelp-query+imageinfo-param-limit\";i:5261;s:35:\"apihelp-query+imageinfo-param-start\";i:5262;s:33:\"apihelp-query+imageinfo-param-end\";i:5263;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5264;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5265;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5266;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5267;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5268;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5269;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5270;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5271;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5272;s:38:\"apihelp-query+imageinfo-example-simple\";i:5273;s:37:\"apihelp-query+imageinfo-example-dated\";i:5274;s:28:\"apihelp-query+images-summary\";i:5275;s:32:\"apihelp-query+images-param-limit\";i:5276;s:33:\"apihelp-query+images-param-images\";i:5277;s:30:\"apihelp-query+images-param-dir\";i:5278;s:35:\"apihelp-query+images-example-simple\";i:5279;s:38:\"apihelp-query+images-example-generator\";i:5280;s:32:\"apihelp-query+imageusage-summary\";i:5281;s:36:\"apihelp-query+imageusage-param-title\";i:5282;s:37:\"apihelp-query+imageusage-param-pageid\";i:5283;s:40:\"apihelp-query+imageusage-param-namespace\";i:5284;s:34:\"apihelp-query+imageusage-param-dir\";i:5285;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5286;s:36:\"apihelp-query+imageusage-param-limit\";i:5287;s:39:\"apihelp-query+imageusage-param-redirect\";i:5288;s:39:\"apihelp-query+imageusage-example-simple\";i:5289;s:42:\"apihelp-query+imageusage-example-generator\";i:5290;s:26:\"apihelp-query+info-summary\";i:5291;s:29:\"apihelp-query+info-param-prop\";i:5292;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5293;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5294;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5295;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5296;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5297;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5298;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5299;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5300;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5301;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5302;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5303;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5304;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5305;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5306;s:36:\"apihelp-query+info-param-linkcontext\";i:5307;s:36:\"apihelp-query+info-param-testactions\";i:5308;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5309;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5310;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5311;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5312;s:33:\"apihelp-query+info-example-simple\";i:5313;s:37:\"apihelp-query+info-example-protection\";i:5314;s:33:\"apihelp-query+iwbacklinks-summary\";i:5315;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5316;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5317;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5318;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5319;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5320;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5321;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5322;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5323;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5324;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5325;s:29:\"apihelp-query+iwlinks-summary\";i:5326;s:31:\"apihelp-query+iwlinks-param-url\";i:5327;s:32:\"apihelp-query+iwlinks-param-prop\";i:5328;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5329;s:33:\"apihelp-query+iwlinks-param-limit\";i:5330;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5331;s:33:\"apihelp-query+iwlinks-param-title\";i:5332;s:31:\"apihelp-query+iwlinks-param-dir\";i:5333;s:36:\"apihelp-query+iwlinks-example-simple\";i:5334;s:35:\"apihelp-query+langbacklinks-summary\";i:5335;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5336;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5337;s:39:\"apihelp-query+langbacklinks-param-title\";i:5338;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5339;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5340;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5341;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5342;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5343;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5344;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5345;s:31:\"apihelp-query+langlinks-summary\";i:5346;s:35:\"apihelp-query+langlinks-param-limit\";i:5347;s:33:\"apihelp-query+langlinks-param-url\";i:5348;s:34:\"apihelp-query+langlinks-param-prop\";i:5349;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5350;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5351;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5352;s:34:\"apihelp-query+langlinks-param-lang\";i:5353;s:35:\"apihelp-query+langlinks-param-title\";i:5354;s:33:\"apihelp-query+langlinks-param-dir\";i:5355;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5356;s:38:\"apihelp-query+langlinks-example-simple\";i:5357;s:34:\"apihelp-query+languageinfo-summary\";i:5358;s:47:\"apihelp-query+languageinfo-extended-description\";i:5359;s:37:\"apihelp-query+languageinfo-param-prop\";i:5360;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5361;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5362;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5363;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5364;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5365;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5366;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5367;s:37:\"apihelp-query+languageinfo-param-code\";i:5368;s:41:\"apihelp-query+languageinfo-example-simple\";i:5369;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5370;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5371;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5372;s:27:\"apihelp-query+links-summary\";i:5373;s:35:\"apihelp-query+links-param-namespace\";i:5374;s:31:\"apihelp-query+links-param-limit\";i:5375;s:32:\"apihelp-query+links-param-titles\";i:5376;s:29:\"apihelp-query+links-param-dir\";i:5377;s:34:\"apihelp-query+links-example-simple\";i:5378;s:37:\"apihelp-query+links-example-generator\";i:5379;s:38:\"apihelp-query+links-example-namespaces\";i:5380;s:31:\"apihelp-query+linkshere-summary\";i:5381;s:34:\"apihelp-query+linkshere-param-prop\";i:5382;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5383;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5384;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5385;s:39:\"apihelp-query+linkshere-param-namespace\";i:5386;s:35:\"apihelp-query+linkshere-param-limit\";i:5387;s:34:\"apihelp-query+linkshere-param-show\";i:5388;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5389;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5390;s:38:\"apihelp-query+linkshere-example-simple\";i:5391;s:41:\"apihelp-query+linkshere-example-generator\";i:5392;s:31:\"apihelp-query+logevents-summary\";i:5393;s:34:\"apihelp-query+logevents-param-prop\";i:5394;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5395;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5396;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5397;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5398;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5399;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5400;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5401;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5402;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5403;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5404;s:34:\"apihelp-query+logevents-param-type\";i:5405;s:36:\"apihelp-query+logevents-param-action\";i:5406;s:35:\"apihelp-query+logevents-param-start\";i:5407;s:33:\"apihelp-query+logevents-param-end\";i:5408;s:34:\"apihelp-query+logevents-param-user\";i:5409;s:35:\"apihelp-query+logevents-param-title\";i:5410;s:39:\"apihelp-query+logevents-param-namespace\";i:5411;s:36:\"apihelp-query+logevents-param-prefix\";i:5412;s:33:\"apihelp-query+logevents-param-tag\";i:5413;s:35:\"apihelp-query+logevents-param-limit\";i:5414;s:38:\"apihelp-query+logevents-example-simple\";i:5415;s:35:\"apihelp-query+pagepropnames-summary\";i:5416;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5417;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5418;s:31:\"apihelp-query+pageprops-summary\";i:5419;s:34:\"apihelp-query+pageprops-param-prop\";i:5420;s:38:\"apihelp-query+pageprops-example-simple\";i:5421;s:35:\"apihelp-query+pageswithprop-summary\";i:5422;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5423;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5424;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5425;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5426;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5427;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5428;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5429;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5430;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5431;s:34:\"apihelp-query+prefixsearch-summary\";i:5432;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5433;s:39:\"apihelp-query+prefixsearch-param-search\";i:5434;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5435;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5436;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5437;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5438;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5439;s:37:\"apihelp-query+protectedtitles-summary\";i:5440;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5441;s:41:\"apihelp-query+protectedtitles-param-level\";i:5442;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5443;s:41:\"apihelp-query+protectedtitles-param-start\";i:5444;s:39:\"apihelp-query+protectedtitles-param-end\";i:5445;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5446;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5447;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5448;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5449;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5450;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5451;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5452;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5453;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5454;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5455;s:31:\"apihelp-query+querypage-summary\";i:5456;s:34:\"apihelp-query+querypage-param-page\";i:5457;s:35:\"apihelp-query+querypage-param-limit\";i:5458;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5459;s:28:\"apihelp-query+random-summary\";i:5460;s:41:\"apihelp-query+random-extended-description\";i:5461;s:36:\"apihelp-query+random-param-namespace\";i:5462;s:32:\"apihelp-query+random-param-limit\";i:5463;s:35:\"apihelp-query+random-param-redirect\";i:5464;s:38:\"apihelp-query+random-param-filterredir\";i:5465;s:35:\"apihelp-query+random-example-simple\";i:5466;s:38:\"apihelp-query+random-example-generator\";i:5467;s:35:\"apihelp-query+recentchanges-summary\";i:5468;s:39:\"apihelp-query+recentchanges-param-start\";i:5469;s:37:\"apihelp-query+recentchanges-param-end\";i:5470;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5471;s:38:\"apihelp-query+recentchanges-param-user\";i:5472;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5473;s:37:\"apihelp-query+recentchanges-param-tag\";i:5474;s:38:\"apihelp-query+recentchanges-param-slot\";i:5475;s:38:\"apihelp-query+recentchanges-param-prop\";i:5476;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5477;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5478;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5479;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5480;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5481;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5482;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5483;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5484;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5485;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5486;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5487;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5488;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5489;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5490;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5491;s:38:\"apihelp-query+recentchanges-param-show\";i:5492;s:39:\"apihelp-query+recentchanges-param-limit\";i:5493;s:38:\"apihelp-query+recentchanges-param-type\";i:5494;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5495;s:39:\"apihelp-query+recentchanges-param-title\";i:5496;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5497;s:42:\"apihelp-query+recentchanges-example-simple\";i:5498;s:45:\"apihelp-query+recentchanges-example-generator\";i:5499;s:31:\"apihelp-query+redirects-summary\";i:5500;s:34:\"apihelp-query+redirects-param-prop\";i:5501;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5502;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5503;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5504;s:39:\"apihelp-query+redirects-param-namespace\";i:5505;s:35:\"apihelp-query+redirects-param-limit\";i:5506;s:34:\"apihelp-query+redirects-param-show\";i:5507;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:5508;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:5509;s:38:\"apihelp-query+redirects-example-simple\";i:5510;s:41:\"apihelp-query+redirects-example-generator\";i:5511;s:31:\"apihelp-query+revisions-summary\";i:5512;s:44:\"apihelp-query+revisions-extended-description\";i:5513;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5514;s:37:\"apihelp-query+revisions-param-startid\";i:5515;s:35:\"apihelp-query+revisions-param-endid\";i:5516;s:35:\"apihelp-query+revisions-param-start\";i:5517;s:33:\"apihelp-query+revisions-param-end\";i:5518;s:34:\"apihelp-query+revisions-param-user\";i:5519;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5520;s:33:\"apihelp-query+revisions-param-tag\";i:5521;s:39:\"apihelp-query+revisions-example-content\";i:5522;s:37:\"apihelp-query+revisions-example-last5\";i:5523;s:38:\"apihelp-query+revisions-example-first5\";i:5524;s:44:\"apihelp-query+revisions-example-first5-after\";i:5525;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5526;s:43:\"apihelp-query+revisions-example-first5-user\";i:5527;s:39:\"apihelp-query+revisions+base-param-prop\";i:5528;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5529;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5530;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5531;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5532;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5533;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5534;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5535;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5536;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5537;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5538;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5539;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5540;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5541;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5542;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5543;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5544;s:40:\"apihelp-query+revisions+base-param-slots\";i:5545;s:40:\"apihelp-query+revisions+base-param-limit\";i:5546;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5547;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5548;s:40:\"apihelp-query+revisions+base-param-parse\";i:5549;s:42:\"apihelp-query+revisions+base-param-section\";i:5550;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5551;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5552;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5553;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5554;s:28:\"apihelp-query+search-summary\";i:5555;s:33:\"apihelp-query+search-param-search\";i:5556;s:36:\"apihelp-query+search-param-namespace\";i:5557;s:31:\"apihelp-query+search-param-what\";i:5558;s:31:\"apihelp-query+search-param-info\";i:5559;s:31:\"apihelp-query+search-param-prop\";i:5560;s:36:\"apihelp-query+search-param-qiprofile\";i:5561;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5562;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5563;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5564;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5565;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5566;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5567;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5568;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5569;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5570;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5571;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5572;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5573;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5574;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5575;s:32:\"apihelp-query+search-param-limit\";i:5576;s:36:\"apihelp-query+search-param-interwiki\";i:5577;s:34:\"apihelp-query+search-param-backend\";i:5578;s:41:\"apihelp-query+search-param-enablerewrites\";i:5579;s:31:\"apihelp-query+search-param-sort\";i:5580;s:35:\"apihelp-query+search-example-simple\";i:5581;s:33:\"apihelp-query+search-example-text\";i:5582;s:38:\"apihelp-query+search-example-generator\";i:5583;s:30:\"apihelp-query+siteinfo-summary\";i:5584;s:33:\"apihelp-query+siteinfo-param-prop\";i:5585;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5586;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5587;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5588;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5589;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5590;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5591;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5592;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5593;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5594;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5595;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5596;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5597;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5598;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5599;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5600;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5601;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5602;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5603;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5604;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5605;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5606;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5607;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5608;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5609;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5610;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5611;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5612;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5613;s:37:\"apihelp-query+siteinfo-example-simple\";i:5614;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5615;s:37:\"apihelp-query+siteinfo-example-replag\";i:5616;s:36:\"apihelp-query+stashimageinfo-summary\";i:5617;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5618;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5619;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5620;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5621;s:26:\"apihelp-query+tags-summary\";i:5622;s:30:\"apihelp-query+tags-param-limit\";i:5623;s:29:\"apihelp-query+tags-param-prop\";i:5624;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5625;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5626;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5627;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5628;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5629;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5630;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5631;s:33:\"apihelp-query+tags-example-simple\";i:5632;s:31:\"apihelp-query+templates-summary\";i:5633;s:39:\"apihelp-query+templates-param-namespace\";i:5634;s:35:\"apihelp-query+templates-param-limit\";i:5635;s:39:\"apihelp-query+templates-param-templates\";i:5636;s:33:\"apihelp-query+templates-param-dir\";i:5637;s:38:\"apihelp-query+templates-example-simple\";i:5638;s:41:\"apihelp-query+templates-example-generator\";i:5639;s:42:\"apihelp-query+templates-example-namespaces\";i:5640;s:28:\"apihelp-query+tokens-summary\";i:5641;s:31:\"apihelp-query+tokens-param-type\";i:5642;s:35:\"apihelp-query+tokens-example-simple\";i:5643;s:34:\"apihelp-query+tokens-example-types\";i:5644;s:35:\"apihelp-query+transcludedin-summary\";i:5645;s:38:\"apihelp-query+transcludedin-param-prop\";i:5646;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5647;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5648;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5649;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5650;s:39:\"apihelp-query+transcludedin-param-limit\";i:5651;s:38:\"apihelp-query+transcludedin-param-show\";i:5652;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:5653;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:5654;s:42:\"apihelp-query+transcludedin-example-simple\";i:5655;s:45:\"apihelp-query+transcludedin-example-generator\";i:5656;s:34:\"apihelp-query+usercontribs-summary\";i:5657;s:38:\"apihelp-query+usercontribs-param-limit\";i:5658;s:38:\"apihelp-query+usercontribs-param-start\";i:5659;s:36:\"apihelp-query+usercontribs-param-end\";i:5660;s:37:\"apihelp-query+usercontribs-param-user\";i:5661;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5662;s:40:\"apihelp-query+usercontribs-param-userids\";i:5663;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5664;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5665;s:37:\"apihelp-query+usercontribs-param-prop\";i:5666;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5667;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5668;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5669;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5670;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5671;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5672;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5673;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5674;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5675;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5676;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5677;s:37:\"apihelp-query+usercontribs-param-show\";i:5678;s:36:\"apihelp-query+usercontribs-param-tag\";i:5679;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5680;s:39:\"apihelp-query+usercontribs-example-user\";i:5681;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5682;s:30:\"apihelp-query+userinfo-summary\";i:5683;s:33:\"apihelp-query+userinfo-param-prop\";i:5684;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5685;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5686;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5687;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5688;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5689;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5690;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5691;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5692;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5693;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5694;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:5695;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5696;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5697;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5698;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5699;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5700;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5701;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5702;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5703;s:37:\"apihelp-query+userinfo-example-simple\";i:5704;s:35:\"apihelp-query+userinfo-example-data\";i:5705;s:27:\"apihelp-query+users-summary\";i:5706;s:30:\"apihelp-query+users-param-prop\";i:5707;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5708;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5709;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5710;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5711;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5712;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5713;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5714;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5715;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5716;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5717;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5718;s:38:\"apihelp-query+users-param-attachedwiki\";i:5719;s:31:\"apihelp-query+users-param-users\";i:5720;s:33:\"apihelp-query+users-param-userids\";i:5721;s:34:\"apihelp-query+users-example-simple\";i:5722;s:31:\"apihelp-query+watchlist-summary\";i:5723;s:36:\"apihelp-query+watchlist-param-allrev\";i:5724;s:35:\"apihelp-query+watchlist-param-start\";i:5725;s:33:\"apihelp-query+watchlist-param-end\";i:5726;s:39:\"apihelp-query+watchlist-param-namespace\";i:5727;s:34:\"apihelp-query+watchlist-param-user\";i:5728;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5729;s:35:\"apihelp-query+watchlist-param-limit\";i:5730;s:34:\"apihelp-query+watchlist-param-prop\";i:5731;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5732;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5733;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5734;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5735;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5736;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5737;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5738;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5739;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5740;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5741;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5742;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5743;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5744;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5745;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:5746;s:34:\"apihelp-query+watchlist-param-show\";i:5747;s:34:\"apihelp-query+watchlist-param-type\";i:5748;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5749;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5750;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5751;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5752;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5753;s:35:\"apihelp-query+watchlist-param-owner\";i:5754;s:35:\"apihelp-query+watchlist-param-token\";i:5755;s:38:\"apihelp-query+watchlist-example-simple\";i:5756;s:37:\"apihelp-query+watchlist-example-props\";i:5757;s:38:\"apihelp-query+watchlist-example-expiry\";i:5758;s:38:\"apihelp-query+watchlist-example-allrev\";i:5759;s:41:\"apihelp-query+watchlist-example-generator\";i:5760;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5761;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5762;s:34:\"apihelp-query+watchlistraw-summary\";i:5763;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5764;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5765;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5766;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5767;s:37:\"apihelp-query+watchlistraw-param-show\";i:5768;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5769;s:38:\"apihelp-query+watchlistraw-param-token\";i:5770;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5771;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5772;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5773;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5774;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5775;s:40:\"apihelp-removeauthenticationdata-summary\";i:5776;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5777;s:29:\"apihelp-resetpassword-summary\";i:5778;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5779;s:32:\"apihelp-resetpassword-param-user\";i:5780;s:33:\"apihelp-resetpassword-param-email\";i:5781;s:34:\"apihelp-resetpassword-example-user\";i:5782;s:35:\"apihelp-resetpassword-example-email\";i:5783;s:30:\"apihelp-revisiondelete-summary\";i:5784;s:33:\"apihelp-revisiondelete-param-type\";i:5785;s:35:\"apihelp-revisiondelete-param-target\";i:5786;s:32:\"apihelp-revisiondelete-param-ids\";i:5787;s:33:\"apihelp-revisiondelete-param-hide\";i:5788;s:33:\"apihelp-revisiondelete-param-show\";i:5789;s:37:\"apihelp-revisiondelete-param-suppress\";i:5790;s:35:\"apihelp-revisiondelete-param-reason\";i:5791;s:33:\"apihelp-revisiondelete-param-tags\";i:5792;s:39:\"apihelp-revisiondelete-example-revision\";i:5793;s:34:\"apihelp-revisiondelete-example-log\";i:5794;s:24:\"apihelp-rollback-summary\";i:5795;s:37:\"apihelp-rollback-extended-description\";i:5796;s:28:\"apihelp-rollback-param-title\";i:5797;s:29:\"apihelp-rollback-param-pageid\";i:5798;s:27:\"apihelp-rollback-param-tags\";i:5799;s:27:\"apihelp-rollback-param-user\";i:5800;s:30:\"apihelp-rollback-param-summary\";i:5801;s:30:\"apihelp-rollback-param-markbot\";i:5802;s:32:\"apihelp-rollback-param-watchlist\";i:5803;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:5804;s:31:\"apihelp-rollback-example-simple\";i:5805;s:32:\"apihelp-rollback-example-summary\";i:5806;s:19:\"apihelp-rsd-summary\";i:5807;s:26:\"apihelp-rsd-example-simple\";i:5808;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5809;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5810;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5811;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5812;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5813;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5814;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5815;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5816;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5817;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5818;s:31:\"apihelp-setpagelanguage-summary\";i:5819;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5820;s:35:\"apihelp-setpagelanguage-param-title\";i:5821;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5822;s:34:\"apihelp-setpagelanguage-param-lang\";i:5823;s:36:\"apihelp-setpagelanguage-param-reason\";i:5824;s:34:\"apihelp-setpagelanguage-param-tags\";i:5825;s:40:\"apihelp-setpagelanguage-example-language\";i:5826;s:39:\"apihelp-setpagelanguage-example-default\";i:5827;s:25:\"apihelp-stashedit-summary\";i:5828;s:38:\"apihelp-stashedit-extended-description\";i:5829;s:29:\"apihelp-stashedit-param-title\";i:5830;s:31:\"apihelp-stashedit-param-section\";i:5831;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5832;s:28:\"apihelp-stashedit-param-text\";i:5833;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5834;s:36:\"apihelp-stashedit-param-contentmodel\";i:5835;s:37:\"apihelp-stashedit-param-contentformat\";i:5836;s:33:\"apihelp-stashedit-param-baserevid\";i:5837;s:31:\"apihelp-stashedit-param-summary\";i:5838;s:19:\"apihelp-tag-summary\";i:5839;s:22:\"apihelp-tag-param-rcid\";i:5840;s:23:\"apihelp-tag-param-revid\";i:5841;s:23:\"apihelp-tag-param-logid\";i:5842;s:21:\"apihelp-tag-param-add\";i:5843;s:24:\"apihelp-tag-param-remove\";i:5844;s:24:\"apihelp-tag-param-reason\";i:5845;s:22:\"apihelp-tag-param-tags\";i:5846;s:23:\"apihelp-tag-example-rev\";i:5847;s:23:\"apihelp-tag-example-log\";i:5848;s:23:\"apihelp-unblock-summary\";i:5849;s:24:\"apihelp-unblock-param-id\";i:5850;s:26:\"apihelp-unblock-param-user\";i:5851;s:28:\"apihelp-unblock-param-userid\";i:5852;s:28:\"apihelp-unblock-param-reason\";i:5853;s:26:\"apihelp-unblock-param-tags\";i:5854;s:26:\"apihelp-unblock-example-id\";i:5855;s:28:\"apihelp-unblock-example-user\";i:5856;s:24:\"apihelp-undelete-summary\";i:5857;s:37:\"apihelp-undelete-extended-description\";i:5858;s:28:\"apihelp-undelete-param-title\";i:5859;s:29:\"apihelp-undelete-param-reason\";i:5860;s:27:\"apihelp-undelete-param-tags\";i:5861;s:33:\"apihelp-undelete-param-timestamps\";i:5862;s:30:\"apihelp-undelete-param-fileids\";i:5863;s:32:\"apihelp-undelete-param-watchlist\";i:5864;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:5865;s:35:\"apihelp-undelete-param-undeletetalk\";i:5866;s:29:\"apihelp-undelete-example-page\";i:5867;s:34:\"apihelp-undelete-example-revisions\";i:5868;s:29:\"apihelp-unlinkaccount-summary\";i:5869;s:36:\"apihelp-unlinkaccount-example-simple\";i:5870;s:22:\"apihelp-upload-summary\";i:5871;s:35:\"apihelp-upload-extended-description\";i:5872;s:29:\"apihelp-upload-param-filename\";i:5873;s:28:\"apihelp-upload-param-comment\";i:5874;s:25:\"apihelp-upload-param-tags\";i:5875;s:25:\"apihelp-upload-param-text\";i:5876;s:26:\"apihelp-upload-param-watch\";i:5877;s:30:\"apihelp-upload-param-watchlist\";i:5878;s:36:\"apihelp-upload-param-watchlistexpiry\";i:5879;s:35:\"apihelp-upload-param-ignorewarnings\";i:5880;s:25:\"apihelp-upload-param-file\";i:5881;s:24:\"apihelp-upload-param-url\";i:5882;s:28:\"apihelp-upload-param-filekey\";i:5883;s:31:\"apihelp-upload-param-sessionkey\";i:5884;s:26:\"apihelp-upload-param-stash\";i:5885;s:29:\"apihelp-upload-param-filesize\";i:5886;s:27:\"apihelp-upload-param-offset\";i:5887;s:26:\"apihelp-upload-param-chunk\";i:5888;s:26:\"apihelp-upload-param-async\";i:5889;s:32:\"apihelp-upload-param-checkstatus\";i:5890;s:26:\"apihelp-upload-example-url\";i:5891;s:30:\"apihelp-upload-example-filekey\";i:5892;s:26:\"apihelp-userrights-summary\";i:5893;s:29:\"apihelp-userrights-param-user\";i:5894;s:31:\"apihelp-userrights-param-userid\";i:5895;s:28:\"apihelp-userrights-param-add\";i:5896;s:31:\"apihelp-userrights-param-expiry\";i:5897;s:31:\"apihelp-userrights-param-remove\";i:5898;s:31:\"apihelp-userrights-param-reason\";i:5899;s:29:\"apihelp-userrights-param-tags\";i:5900;s:31:\"apihelp-userrights-example-user\";i:5901;s:33:\"apihelp-userrights-example-userid\";i:5902;s:33:\"apihelp-userrights-example-expiry\";i:5903;s:32:\"apihelp-validatepassword-summary\";i:5904;s:45:\"apihelp-validatepassword-extended-description\";i:5905;s:39:\"apihelp-validatepassword-param-password\";i:5906;s:35:\"apihelp-validatepassword-param-user\";i:5907;s:36:\"apihelp-validatepassword-param-email\";i:5908;s:39:\"apihelp-validatepassword-param-realname\";i:5909;s:34:\"apihelp-validatepassword-example-1\";i:5910;s:34:\"apihelp-validatepassword-example-2\";i:5911;s:21:\"apihelp-watch-summary\";i:5912;s:25:\"apihelp-watch-param-title\";i:5913;s:26:\"apihelp-watch-param-expiry\";i:5914;s:27:\"apihelp-watch-param-unwatch\";i:5915;s:27:\"apihelp-watch-example-watch\";i:5916;s:34:\"apihelp-watch-example-watch-expiry\";i:5917;s:29:\"apihelp-watch-example-unwatch\";i:5918;s:31:\"apihelp-watch-example-generator\";i:5919;s:30:\"apihelp-format-example-generic\";i:5920;s:32:\"apihelp-format-param-wrappedhtml\";i:5921;s:20:\"apihelp-json-summary\";i:5922;s:27:\"apihelp-json-param-callback\";i:5923;s:23:\"apihelp-json-param-utf8\";i:5924;s:24:\"apihelp-json-param-ascii\";i:5925;s:32:\"apihelp-json-param-formatversion\";i:5926;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:5927;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:5928;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:5929;s:22:\"apihelp-jsonfm-summary\";i:5930;s:20:\"apihelp-none-summary\";i:5931;s:19:\"apihelp-php-summary\";i:5932;s:31:\"apihelp-php-param-formatversion\";i:5933;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:5934;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:5935;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:5936;s:21:\"apihelp-phpfm-summary\";i:5937;s:21:\"apihelp-rawfm-summary\";i:5938;s:19:\"apihelp-xml-summary\";i:5939;s:22:\"apihelp-xml-param-xslt\";i:5940;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5941;s:21:\"apihelp-xmlfm-summary\";i:5942;s:16:\"api-format-title\";i:5943;s:29:\"api-format-prettyprint-header\";i:5944;s:39:\"api-format-prettyprint-header-only-html\";i:5945;s:41:\"api-format-prettyprint-header-hyperlinked\";i:5946;s:29:\"api-format-prettyprint-status\";i:5947;s:22:\"api-login-fail-aborted\";i:5948;s:30:\"api-login-fail-aborted-nobotpw\";i:5949;s:33:\"api-login-fail-badsessionprovider\";i:5950;s:25:\"api-login-fail-sameorigin\";i:5951;s:24:\"api-pageset-param-titles\";i:5952;s:25:\"api-pageset-param-pageids\";i:5953;s:24:\"api-pageset-param-revids\";i:5954;s:27:\"api-pageset-param-generator\";i:5955;s:37:\"api-pageset-param-redirects-generator\";i:5956;s:39:\"api-pageset-param-redirects-nogenerator\";i:5957;s:31:\"api-pageset-param-converttitles\";i:5958;s:14:\"api-help-title\";i:5959;s:13:\"api-help-lead\";i:5960;s:20:\"api-help-main-header\";i:5961;s:28:\"api-help-undocumented-module\";i:5962;s:24:\"api-help-flag-deprecated\";i:5963;s:22:\"api-help-flag-internal\";i:5964;s:24:\"api-help-flag-readrights\";i:5965;s:25:\"api-help-flag-writerights\";i:5966;s:26:\"api-help-flag-mustbeposted\";i:5967;s:23:\"api-help-flag-generator\";i:5968;s:15:\"api-help-source\";i:5969;s:23:\"api-help-source-unknown\";i:5970;s:16:\"api-help-license\";i:5971;s:23:\"api-help-license-noname\";i:5972;s:24:\"api-help-license-unknown\";i:5973;s:19:\"api-help-parameters\";i:5974;s:24:\"api-help-parameters-note\";i:5975;s:25:\"api-help-param-deprecated\";i:5976;s:31:\"api-help-param-deprecated-label\";i:5977;s:23:\"api-help-param-internal\";i:5978;s:29:\"api-help-param-internal-label\";i:5979;s:24:\"api-help-param-templated\";i:5980;s:34:\"api-help-param-templated-var-first\";i:5981;s:28:\"api-help-param-templated-var\";i:5982;s:25:\"api-help-datatypes-header\";i:5983;s:22:\"api-help-datatypes-top\";i:5984;s:25:\"api-help-datatype-boolean\";i:5985;s:24:\"api-help-datatype-expiry\";i:5986;s:27:\"api-help-datatype-timestamp\";i:5987;s:31:\"api-help-templatedparams-header\";i:5988;s:24:\"api-help-templatedparams\";i:5989;s:26:\"api-help-param-type-expiry\";i:5990;s:25:\"api-help-param-type-limit\";i:5991;s:35:\"api-help-param-type-presenceboolean\";i:5992;s:29:\"api-help-param-type-timestamp\";i:5993;s:24:\"api-help-param-type-enum\";i:5994;s:29:\"api-help-param-multi-separate\";i:5995;s:24:\"api-help-param-multi-all\";i:5996;s:28:\"api-help-param-default-empty\";i:5997;s:20:\"api-help-param-token\";i:5998;s:26:\"api-help-param-token-webui\";i:5999;s:37:\"api-help-param-disabled-in-miser-mode\";i:6000;s:36:\"api-help-param-limited-in-miser-mode\";i:6001;s:24:\"api-help-param-direction\";i:6002;s:35:\"api-help-paramvalue-direction-newer\";i:6003;s:35:\"api-help-paramvalue-direction-older\";i:6004;s:23:\"api-help-param-continue\";i:6005;s:29:\"api-help-param-no-description\";i:6006;s:17:\"api-help-examples\";i:6007;s:20:\"api-help-permissions\";i:6008;s:31:\"api-help-permissions-granted-to\";i:6009;s:28:\"api-help-right-apihighlimits\";i:6010;s:27:\"api-help-open-in-apisandbox\";i:6011;s:34:\"api-help-authmanager-general-usage\";i:6012;s:35:\"api-help-authmanagerhelper-requests\";i:6013;s:34:\"api-help-authmanagerhelper-request\";i:6014;s:40:\"api-help-authmanagerhelper-messageformat\";i:6015;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6016;s:40:\"api-help-authmanagerhelper-preservestate\";i:6017;s:36:\"api-help-authmanagerhelper-returnurl\";i:6018;s:35:\"api-help-authmanagerhelper-continue\";i:6019;s:44:\"api-help-authmanagerhelper-additional-params\";i:6020;s:27:\"apierror-allimages-redirect\";i:6021;s:37:\"apierror-allpages-generator-redirects\";i:6022;s:27:\"apierror-appendnotsupported\";i:6023;s:22:\"apierror-articleexists\";i:6024;s:25:\"apierror-assertanonfailed\";i:6025;s:24:\"apierror-assertbotfailed\";i:6026;s:30:\"apierror-assertnameduserfailed\";i:6027;s:25:\"apierror-assertuserfailed\";i:6028;s:20:\"apierror-autoblocked\";i:6029;s:32:\"apierror-bad-badfilecontexttitle\";i:6030;s:33:\"apierror-badconfig-resulttoosmall\";i:6031;s:20:\"apierror-badcontinue\";i:6032;s:16:\"apierror-baddiff\";i:6033;s:18:\"apierror-baddiffto\";i:6034;s:26:\"apierror-badformat-generic\";i:6035;s:18:\"apierror-badformat\";i:6036;s:34:\"apierror-badgenerator-notgenerator\";i:6037;s:29:\"apierror-badgenerator-unknown\";i:6038;s:14:\"apierror-badip\";i:6039;s:15:\"apierror-badmd5\";i:6040;s:31:\"apierror-badmodule-badsubmodule\";i:6041;s:31:\"apierror-badmodule-nosubmodules\";i:6042;s:21:\"apierror-badparameter\";i:6043;s:17:\"apierror-badquery\";i:6044;s:21:\"apierror-badtimestamp\";i:6045;s:17:\"apierror-badtoken\";i:6046;s:18:\"apierror-badupload\";i:6047;s:15:\"apierror-badurl\";i:6048;s:16:\"apierror-baduser\";i:6049;s:31:\"apierror-badvalue-notmultivalue\";i:6050;s:28:\"apierror-bad-watchlist-token\";i:6051;s:24:\"apierror-blockedfrommail\";i:6052;s:16:\"apierror-blocked\";i:6053;s:24:\"apierror-blocked-partial\";i:6054;s:25:\"apierror-botsnotsupported\";i:6055;s:33:\"apierror-cannot-async-upload-file\";i:6056;s:29:\"apierror-cannotreauthenticate\";i:6057;s:24:\"apierror-cannotviewtitle\";i:6058;s:24:\"apierror-cantblock-email\";i:6059;s:18:\"apierror-cantblock\";i:6060;s:31:\"apierror-cantchangecontentmodel\";i:6061;s:17:\"apierror-canthide\";i:6062;s:26:\"apierror-cantimport-upload\";i:6063;s:19:\"apierror-cantimport\";i:6064;s:33:\"apierror-cantoverwrite-sharedfile\";i:6065;s:17:\"apierror-cantsend\";i:6066;s:21:\"apierror-cantundelete\";i:6067;s:33:\"apierror-cantview-deleted-comment\";i:6068;s:37:\"apierror-cantview-deleted-description\";i:6069;s:34:\"apierror-cantview-deleted-metadata\";i:6070;s:42:\"apierror-cantview-deleted-revision-content\";i:6071;s:29:\"apierror-changeauth-norequest\";i:6072;s:40:\"apierror-changecontentmodel-missingtitle\";i:6073;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6074;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6075;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6076;s:24:\"apierror-chunk-too-small\";i:6077;s:21:\"apierror-cidrtoobroad\";i:6078;s:33:\"apierror-compare-maintextrequired\";i:6079;s:25:\"apierror-compare-no-title\";i:6080;s:34:\"apierror-compare-nosuchfromsection\";i:6081;s:32:\"apierror-compare-nosuchtosection\";i:6082;s:31:\"apierror-compare-nofromrevision\";i:6083;s:23:\"apierror-compare-notext\";i:6084;s:29:\"apierror-compare-notorevision\";i:6085;s:26:\"apierror-concurrency-limit\";i:6086;s:36:\"apierror-compare-relative-to-deleted\";i:6087;s:36:\"apierror-compare-relative-to-nothing\";i:6088;s:38:\"apierror-contentserializationexception\";i:6089;s:22:\"apierror-contenttoobig\";i:6090;s:30:\"apierror-contentmodel-mismatch\";i:6091;s:28:\"apierror-copyuploadbaddomain\";i:6092;s:25:\"apierror-copyuploadbadurl\";i:6093;s:27:\"apierror-create-titleexists\";i:6094;s:19:\"apierror-csp-report\";i:6095;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6096;s:32:\"apierror-deletedrevs-param-not-3\";i:6097;s:29:\"apierror-edit-invalidredirect\";i:6098;s:24:\"apierror-emptynewsection\";i:6099;s:18:\"apierror-emptypage\";i:6100;s:24:\"apierror-exceptioncaught\";i:6101;s:28:\"apierror-exceptioncaughttype\";i:6102;s:25:\"apierror-filedoesnotexist\";i:6103;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6104;s:19:\"apierror-filenopath\";i:6105;s:32:\"apierror-filetypecannotberotated\";i:6106;s:18:\"apierror-formatphp\";i:6107;s:28:\"apierror-imageusage-badtitle\";i:6108;s:28:\"apierror-import-unknownerror\";i:6109;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6110;s:35:\"apierror-integeroutofrange-abovemax\";i:6111;s:39:\"apierror-integeroutofrange-belowminimum\";i:6112;s:24:\"apierror-invalidcategory\";i:6113;s:22:\"apierror-invalid-chunk\";i:6114;s:22:\"apierror-invalidexpiry\";i:6115;s:25:\"apierror-invalid-file-key\";i:6116;s:23:\"apierror-invalidiprange\";i:6117;s:20:\"apierror-invalidlang\";i:6118;s:22:\"apierror-invalidmethod\";i:6119;s:24:\"apierror-invalidoldimage\";i:6120;s:38:\"apierror-invalidparammix-cannotusewith\";i:6121;s:36:\"apierror-invalidparammix-mustusewith\";i:6122;s:42:\"apierror-invalidparammix-parse-new-section\";i:6123;s:24:\"apierror-invalidparammix\";i:6124;s:23:\"apierror-invalidsection\";i:6125;s:30:\"apierror-invalidsha1base36hash\";i:6126;s:24:\"apierror-invalidsha1hash\";i:6127;s:21:\"apierror-invalidtitle\";i:6128;s:24:\"apierror-invalidurlparam\";i:6129;s:20:\"apierror-invaliduser\";i:6130;s:22:\"apierror-invaliduserid\";i:6131;s:21:\"apierror-ipoutofrange\";i:6132;s:17:\"apierror-maxbytes\";i:6133;s:17:\"apierror-maxchars\";i:6134;s:23:\"apierror-maxlag-generic\";i:6135;s:15:\"apierror-maxlag\";i:6136;s:27:\"apierror-mimesearchdisabled\";i:6137;s:30:\"apierror-missingcontent-pageid\";i:6138;s:29:\"apierror-missingcontent-revid\";i:6139;s:34:\"apierror-missingcontent-revid-role\";i:6140;s:37:\"apierror-missingparam-at-least-one-of\";i:6141;s:28:\"apierror-missingparam-one-of\";i:6142;s:21:\"apierror-missingparam\";i:6143;s:26:\"apierror-missingrev-pageid\";i:6144;s:25:\"apierror-missingrev-title\";i:6145;s:32:\"apierror-missingtitle-createonly\";i:6146;s:21:\"apierror-missingtitle\";i:6147;s:28:\"apierror-missingtitle-byname\";i:6148;s:23:\"apierror-moduledisabled\";i:6149;s:29:\"apierror-multival-only-one-of\";i:6150;s:18:\"apierror-multpages\";i:6151;s:34:\"apierror-mustbeloggedin-changeauth\";i:6152;s:31:\"apierror-mustbeloggedin-generic\";i:6153;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6154;s:34:\"apierror-mustbeloggedin-removeauth\";i:6155;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6156;s:23:\"apierror-mustbeloggedin\";i:6157;s:21:\"apierror-mustbeposted\";i:6158;s:23:\"apierror-mustpostparams\";i:6159;s:19:\"apierror-noapiwrite\";i:6160;s:18:\"apierror-nochanges\";i:6161;s:25:\"apierror-nodeleteablefile\";i:6162;s:26:\"apierror-no-direct-editing\";i:6163;s:20:\"apierror-noedit-anon\";i:6164;s:15:\"apierror-noedit\";i:6165;s:29:\"apierror-noimageredirect-anon\";i:6166;s:24:\"apierror-noimageredirect\";i:6167;s:20:\"apierror-nosuchlogid\";i:6168;s:21:\"apierror-nosuchpageid\";i:6169;s:19:\"apierror-nosuchrcid\";i:6170;s:20:\"apierror-nosuchrevid\";i:6171;s:22:\"apierror-nosuchsection\";i:6172;s:27:\"apierror-nosuchsection-what\";i:6173;s:21:\"apierror-nosuchuserid\";i:6174;s:17:\"apierror-notarget\";i:6175;s:23:\"apierror-notpatrollable\";i:6176;s:23:\"apierror-nouploadmodule\";i:6177;s:33:\"apierror-opensearch-json-warnings\";i:6178;s:24:\"apierror-pagecannotexist\";i:6179;s:20:\"apierror-pagedeleted\";i:6180;s:26:\"apierror-pagelang-disabled\";i:6181;s:19:\"apierror-paramempty\";i:6182;s:30:\"apierror-parsetree-notwikitext\";i:6183;s:36:\"apierror-parsetree-notwikitext-title\";i:6184;s:19:\"apierror-pastexpiry\";i:6185;s:25:\"apierror-permissiondenied\";i:6186;s:33:\"apierror-permissiondenied-generic\";i:6187;s:36:\"apierror-permissiondenied-patrolflag\";i:6188;s:33:\"apierror-permissiondenied-unblock\";i:6189;s:29:\"apierror-prefixsearchdisabled\";i:6190;s:30:\"apierror-promised-nonwrite-api\";i:6191;s:30:\"apierror-protect-invalidaction\";i:6192;s:29:\"apierror-protect-invalidlevel\";i:6193;s:20:\"apierror-ratelimited\";i:6194;s:22:\"apierror-readapidenied\";i:6195;s:17:\"apierror-readonly\";i:6196;s:23:\"apierror-reauthenticate\";i:6197;s:28:\"apierror-redirect-appendonly\";i:6198;s:33:\"apierror-revdel-mutuallyexclusive\";i:6199;s:26:\"apierror-revdel-needtarget\";i:6200;s:27:\"apierror-revdel-paramneeded\";i:6201;s:24:\"apierror-revisions-badid\";i:6202;s:27:\"apierror-revisions-norevids\";i:6203;s:29:\"apierror-revisions-singlepage\";i:6204;s:21:\"apierror-revwrongpage\";i:6205;s:23:\"apierror-searchdisabled\";i:6206;s:29:\"apierror-sectionreplacefailed\";i:6207;s:29:\"apierror-sectionsnotsupported\";i:6208;s:34:\"apierror-sectionsnotsupported-what\";i:6209;s:13:\"apierror-show\";i:6210;s:34:\"apierror-siteinfo-includealldenied\";i:6211;s:25:\"apierror-sizediffdisabled\";i:6212;s:21:\"apierror-spamdetected\";i:6213;s:32:\"apierror-specialpage-cantexecute\";i:6214;s:28:\"apierror-stashedfilenotfound\";i:6215;s:30:\"apierror-stashedit-missingtext\";i:6216;s:29:\"apierror-stashfailed-complete\";i:6217;s:30:\"apierror-stashfailed-nosession\";i:6218;s:25:\"apierror-stashfilestorage\";i:6219;s:25:\"apierror-stashinvalidfile\";i:6220;s:27:\"apierror-stashnosuchfilekey\";i:6221;s:25:\"apierror-stashpathinvalid\";i:6222;s:24:\"apierror-stashwrongowner\";i:6223;s:24:\"apierror-stashzerolength\";i:6224;s:22:\"apierror-systemblocked\";i:6225;s:38:\"apierror-templateexpansion-notwikitext\";i:6226;s:23:\"apierror-toofewexpiries\";i:6227;s:22:\"apierror-toomanyvalues\";i:6228;s:22:\"apierror-unknownaction\";i:6229;s:30:\"apierror-unknownerror-editpage\";i:6230;s:28:\"apierror-unknownerror-nocode\";i:6231;s:21:\"apierror-unknownerror\";i:6232;s:22:\"apierror-unknownformat\";i:6233;s:27:\"apierror-unrecognizedparams\";i:6234;s:26:\"apierror-unrecognizedvalue\";i:6235;s:24:\"apierror-unsupportedrepo\";i:6236;s:29:\"apierror-upload-filekeyneeded\";i:6237;s:33:\"apierror-upload-filekeynotallowed\";i:6238;s:26:\"apierror-upload-inprogress\";i:6239;s:29:\"apierror-upload-missingresult\";i:6240;s:23:\"apierror-urlparamnormal\";i:6241;s:23:\"apierror-writeapidenied\";i:6242;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6243;s:19:\"apiwarn-badurlparam\";i:6244;s:15:\"apiwarn-badutf8\";i:6245;s:34:\"apiwarn-checktoken-percentencoding\";i:6246;s:23:\"apiwarn-compare-no-next\";i:6247;s:23:\"apiwarn-compare-no-prev\";i:6248;s:30:\"apiwarn-compare-nocontentmodel\";i:6249;s:31:\"apiwarn-deprecation-deletedrevs\";i:6250;s:33:\"apiwarn-deprecation-httpsexpected\";i:6251;s:31:\"apiwarn-deprecation-login-botpw\";i:6252;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6253;s:31:\"apiwarn-deprecation-login-token\";i:6254;s:32:\"apiwarn-deprecation-missingparam\";i:6255;s:29:\"apiwarn-deprecation-parameter\";i:6256;s:35:\"apiwarn-deprecation-parse-headitems\";i:6257;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6258;s:29:\"apiwarn-deprecation-purge-get\";i:6259;s:35:\"apiwarn-deprecation-withreplacement\";i:6260;s:20:\"apiwarn-difftohidden\";i:6261;s:26:\"apiwarn-errorprinterfailed\";i:6262;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6263;s:23:\"apiwarn-invalidcategory\";i:6264;s:20:\"apiwarn-invalidtitle\";i:6265;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6266;s:28:\"apiwarn-invalidxmlstylesheet\";i:6267;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6268;s:26:\"apiwarn-moduleswithoutvars\";i:6269;s:15:\"apiwarn-notfile\";i:6270;s:30:\"apiwarn-nothumb-noimagehandler\";i:6271;s:28:\"apiwarn-parse-nocontentmodel\";i:6272;s:30:\"apiwarn-parse-revidwithouttext\";i:6273;s:30:\"apiwarn-parse-titlewithouttext\";i:6274;s:26:\"apiwarn-redirectsandrevids\";i:6275;s:21:\"apiwarn-tokens-origin\";i:6276;s:23:\"apiwarn-truncatedresult\";i:6277;s:27:\"apiwarn-unclearnowtimestamp\";i:6278;s:26:\"apiwarn-unrecognizedvalues\";i:6279;s:24:\"apiwarn-unsupportedarray\";i:6280;s:21:\"apiwarn-urlparamwidth\";i:6281;s:33:\"apiwarn-validationfailed-badchars\";i:6282;s:32:\"apiwarn-validationfailed-badpref\";i:6283;s:34:\"apiwarn-validationfailed-cannotset\";i:6284;s:35:\"apiwarn-validationfailed-keytoolong\";i:6285;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6286;s:24:\"apiwarn-validationfailed\";i:6287;s:18:\"apiwarn-wgdebugapi\";i:6288;s:20:\"api-feed-error-title\";i:6289;s:16:\"api-usage-docref\";i:6290;s:25:\"api-usage-mailinglist-ref\";i:6291;s:19:\"api-exception-trace\";i:6292;s:18:\"api-credits-header\";i:6293;s:11:\"api-credits\";i:6294;s:20:\"rest-prefix-mismatch\";i:6295;s:17:\"rest-wrong-method\";i:6296;s:13:\"rest-no-match\";i:6297;s:22:\"rest-nonexistent-title\";i:6298;s:31:\"rest-nonexistent-title-revision\";i:6299;s:25:\"rest-nonexistent-revision\";i:6300;s:21:\"rest-nonexistent-user\";i:6301;s:17:\"rest-invalid-user\";i:6302;s:27:\"rest-permission-denied-anon\";i:6303;s:28:\"rest-permission-denied-title\";i:6304;s:31:\"rest-permission-denied-revision\";i:6305;s:28:\"rest-resource-limit-exceeded\";i:6306;s:36:\"rest-pagehistory-incompatible-params\";i:6307;s:34:\"rest-pagehistory-param-range-error\";i:6308;s:32:\"rest-pagehistory-timestamp-error\";i:6309;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6310;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6311;s:26:\"rest-compare-page-mismatch\";i:6312;s:30:\"rest-compare-permission-denied\";i:6313;s:24:\"rest-compare-nonexistent\";i:6314;s:25:\"rest-compare-inaccessible\";i:6315;s:26:\"rest-compare-wrong-content\";i:6316;s:22:\"rest-compare-wikidiff2\";i:6317;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6318;s:17:\"rest-search-error\";i:6319;s:27:\"rest-page-source-type-error\";i:6320;s:16:\"rest-no-revision\";i:6321;s:25:\"rest-media-too-many-links\";i:6322;s:23:\"rest-html-backend-error\";i:6323;s:18:\"rest-bad-json-body\";i:6324;s:26:\"rest-json-body-parse-error\";i:6325;s:23:\"rest-missing-body-field\";i:6326;s:22:\"rest-bad-content-model\";i:6327;s:30:\"rest-update-cannot-create-page\";i:6328;s:26:\"rest-extraneous-csrf-token\";i:6329;s:21:\"rest-cannot-load-file\";i:6330;s:28:\"rest-cross-origin-anon-write\";i:6331;s:31:\"rest-requires-safe-against-csrf\";i:6332;s:13:\"rest-badtoken\";i:6333;s:30:\"ooui-outline-control-move-down\";i:6334;s:28:\"ooui-outline-control-move-up\";i:6335;s:27:\"ooui-outline-control-remove\";i:6336;s:17:\"ooui-toolbar-more\";i:6337;s:21:\"ooui-toolgroup-expand\";i:6338;s:23:\"ooui-toolgroup-collapse\";i:6339;s:16:\"ooui-item-remove\";i:6340;s:26:\"ooui-dialog-message-accept\";i:6341;s:26:\"ooui-dialog-message-reject\";i:6342;s:25:\"ooui-dialog-process-error\";i:6343;s:27:\"ooui-dialog-process-dismiss\";i:6344;s:25:\"ooui-dialog-process-retry\";i:6345;s:28:\"ooui-dialog-process-continue\";i:6346;s:26:\"ooui-combobox-button-label\";i:6347;s:29:\"ooui-selectfile-button-select\";i:6348;s:38:\"ooui-selectfile-button-select-multiple\";i:6349;s:29:\"ooui-selectfile-not-supported\";i:6350;s:27:\"ooui-selectfile-placeholder\";i:6351;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6352;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6353;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6354;s:15:\"ooui-field-help\";i:6355;s:22:\"paramvalidator-badbool\";i:6356;s:24:\"paramvalidator-badexpiry\";i:6357;s:33:\"paramvalidator-badexpiry-duration\";i:6358;s:37:\"paramvalidator-badexpiry-duration-max\";i:6359;s:29:\"paramvalidator-badexpiry-past\";i:6360;s:23:\"paramvalidator-badfloat\";i:6361;s:33:\"paramvalidator-badfloat-notfinite\";i:6362;s:25:\"paramvalidator-badinteger\";i:6363;s:27:\"paramvalidator-badtimestamp\";i:6364;s:34:\"paramvalidator-badupload-cantwrite\";i:6365;s:33:\"paramvalidator-badupload-formsize\";i:6366;s:32:\"paramvalidator-badupload-inisize\";i:6367;s:31:\"paramvalidator-badupload-nofile\";i:6368;s:33:\"paramvalidator-badupload-notmpdir\";i:6369;s:34:\"paramvalidator-badupload-notupload\";i:6370;s:32:\"paramvalidator-badupload-partial\";i:6371;s:31:\"paramvalidator-badupload-phpext\";i:6372;s:33:\"paramvalidator-badvalue-enummulti\";i:6373;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6374;s:31:\"paramvalidator-deprecated-value\";i:6375;s:26:\"paramvalidator-emptystring\";i:6376;s:23:\"paramvalidator-maxbytes\";i:6377;s:23:\"paramvalidator-maxchars\";i:6378;s:27:\"paramvalidator-missingparam\";i:6379;s:23:\"paramvalidator-notmulti\";i:6380;s:29:\"paramvalidator-outofrange-max\";i:6381;s:32:\"paramvalidator-outofrange-minmax\";i:6382;s:29:\"paramvalidator-outofrange-min\";i:6383;s:31:\"paramvalidator-param-deprecated\";i:6384;s:28:\"paramvalidator-toomanyvalues\";i:6385;s:34:\"paramvalidator-unclearnowtimestamp\";i:6386;s:33:\"paramvalidator-unrecognizedvalues\";i:6387;s:27:\"paramvalidator-help-default\";i:6388;s:33:\"paramvalidator-help-default-empty\";i:6389;s:30:\"paramvalidator-help-deprecated\";i:6390;s:34:\"paramvalidator-help-multi-separate\";i:6391;s:29:\"paramvalidator-help-multi-max\";i:6392;s:36:\"paramvalidator-help-multi-max-simple\";i:6393;s:29:\"paramvalidator-help-multi-all\";i:6394;s:28:\"paramvalidator-help-required\";i:6395;s:32:\"paramvalidator-help-type-boolean\";i:6396;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6397;s:29:\"paramvalidator-help-type-enum\";i:6398;s:31:\"paramvalidator-help-type-expiry\";i:6399;s:30:\"paramvalidator-help-type-float\";i:6400;s:32:\"paramvalidator-help-type-integer\";i:6401;s:30:\"paramvalidator-help-type-limit\";i:6402;s:35:\"paramvalidator-help-type-number-max\";i:6403;s:38:\"paramvalidator-help-type-number-minmax\";i:6404;s:35:\"paramvalidator-help-type-number-min\";i:6405;s:40:\"paramvalidator-help-type-presenceboolean\";i:6406;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6407;s:40:\"paramvalidator-help-type-string-maxchars\";i:6408;s:34:\"paramvalidator-help-type-timestamp\";i:6409;s:31:\"paramvalidator-help-type-upload\";i:6410;s:15:\"skinname-vector\";i:6411;s:20:\"skinname-vector-2022\";i:6412;s:16:\"vector-skin-desc\";i:6413;s:34:\"prefs-vector-enable-vector-1-label\";i:6414;s:33:\"prefs-vector-enable-vector-1-help\";i:6415;s:14:\"vector-opt-out\";i:6416;s:22:\"vector-opt-out-tooltip\";i:6417;s:10:\"vector.css\";i:6418;s:9:\"vector.js\";i:6419;s:28:\"vector-action-toggle-sidebar\";i:6420;s:16:\"vector-languages\";i:6421;s:33:\"vector-language-button-aria-label\";i:6422;s:28:\"vector-language-button-label\";i:6423;s:31:\"vector-no-language-button-label\";i:6424;s:36:\"vector-no-language-button-aria-label\";i:6425;s:31:\"vector-language-redirect-to-top\";i:6426;s:38:\"vector-language-variant-switcher-label\";i:6427;s:22:\"vector-action-undelete\";i:6428;s:23:\"vector-action-unprotect\";i:6429;s:23:\"vector-jumptonavigation\";i:6430;s:19:\"vector-jumptosearch\";i:6431;s:20:\"vector-jumptocontent\";i:6432;s:20:\"vector-search-loader\";i:6433;s:31:\"vector-searchsuggest-containing\";i:6434;s:17:\"vector-intro-page\";i:6435;s:18:\"vector-toc-heading\";i:6436;s:34:\"vector-toc-toggle-position-sidebar\";i:6437;s:32:\"vector-toc-toggle-position-title\";i:6438;s:20:\"vector-toc-beginning\";i:6439;s:30:\"vector-toc-toggle-button-label\";i:6440;s:27:\"vector-anon-user-menu-pages\";i:6441;s:33:\"vector-anon-user-menu-pages-learn\";i:6442;s:33:\"vector-anon-user-menu-pages-label\";i:6443;s:24:\"vector-main-menu-tooltip\";i:6444;s:23:\"vector-toc-menu-tooltip\";i:6445;s:35:\"vector-toc-collapsible-button-label\";i:6446;s:30:\"vector-article-tools-nav-label\";i:6447;s:21:\"vector-site-nav-label\";i:6448;s:26:\"vector-2022-prefs-talkpage\";i:6449;s:35:\"tooltip-vector-anon-user-menu-title\";i:6450;s:10:\"wikieditor\";i:6451;s:15:\"wikieditor-desc\";i:6452;s:23:\"wikieditor-wikitext-tab\";i:6453;s:18:\"wikieditor-loading\";i:6454;s:29:\"wikieditor-preview-preference\";i:6455;s:22:\"wikieditor-preview-tab\";i:6456;s:30:\"wikieditor-preview-changes-tab\";i:6457;s:26:\"wikieditor-preview-loading\";i:6458;s:29:\"wikieditor-publish-preference\";i:6459;s:33:\"wikieditor-publish-button-publish\";i:6460;s:32:\"wikieditor-publish-button-cancel\";i:6461;s:31:\"wikieditor-publish-dialog-title\";i:6462;s:33:\"wikieditor-publish-dialog-summary\";i:6463;s:31:\"wikieditor-publish-dialog-minor\";i:6464;s:31:\"wikieditor-publish-dialog-watch\";i:6465;s:33:\"wikieditor-publish-dialog-publish\";i:6466;s:32:\"wikieditor-publish-dialog-goback\";i:6467;s:18:\"wikieditor-toolbar\";i:6468;s:23:\"wikieditor-toolbar-desc\";i:6469;s:29:\"wikieditor-toolbar-preference\";i:6470;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6471;s:26:\"wikieditor-toolbar-loading\";i:6472;s:28:\"wikieditor-toolbar-tool-bold\";i:6473;s:30:\"wikieditor-toolbar-tool-italic\";i:6474;s:28:\"wikieditor-toolbar-tool-link\";i:6475;s:34:\"wikieditor-toolbar-tool-link-title\";i:6476;s:32:\"wikieditor-toolbar-tool-link-int\";i:6477;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6478;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6479;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6480;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6481;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6482;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6483;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6484;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6485;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6486;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6487;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6488;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6489;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6490;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6491;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6492;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6493;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6494;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6495;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6496;s:36:\"wikieditor-toolbar-tool-file-example\";i:6497;s:34:\"wikieditor-toolbar-tool-file-title\";i:6498;s:30:\"wikieditor-toolbar-file-target\";i:6499;s:31:\"wikieditor-toolbar-file-caption\";i:6500;s:28:\"wikieditor-toolbar-file-size\";i:6501;s:29:\"wikieditor-toolbar-file-float\";i:6502;s:31:\"wikieditor-toolbar-file-default\";i:6503;s:30:\"wikieditor-toolbar-file-format\";i:6504;s:35:\"wikieditor-toolbar-file-format-none\";i:6505;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6506;s:33:\"wikieditor-toolbar-tool-reference\";i:6507;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6508;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6509;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6510;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6511;s:33:\"wikieditor-toolbar-tool-signature\";i:6512;s:31:\"wikieditor-toolbar-tool-heading\";i:6513;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6514;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6515;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6516;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6517;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6518;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6519;s:31:\"wikieditor-toolbar-group-format\";i:6520;s:29:\"wikieditor-toolbar-tool-ulist\";i:6521;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6522;s:29:\"wikieditor-toolbar-tool-olist\";i:6523;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6524;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6525;s:32:\"wikieditor-toolbar-tool-redirect\";i:6526;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6527;s:27:\"wikieditor-toolbar-tool-big\";i:6528;s:35:\"wikieditor-toolbar-tool-big-example\";i:6529;s:29:\"wikieditor-toolbar-tool-small\";i:6530;s:37:\"wikieditor-toolbar-tool-small-example\";i:6531;s:35:\"wikieditor-toolbar-tool-superscript\";i:6532;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6533;s:33:\"wikieditor-toolbar-tool-subscript\";i:6534;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6535;s:31:\"wikieditor-toolbar-group-insert\";i:6536;s:31:\"wikieditor-toolbar-tool-gallery\";i:6537;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6538;s:31:\"wikieditor-toolbar-tool-newline\";i:6539;s:29:\"wikieditor-toolbar-tool-table\";i:6540;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6541;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6542;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6543;s:35:\"wikieditor-toolbar-tool-table-title\";i:6544;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6545;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6546;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6547;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6548;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6549;s:37:\"wikieditor-toolbar-tool-table-example\";i:6550;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6551;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6552;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6553;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6554;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6555;s:31:\"wikieditor-toolbar-tool-replace\";i:6556;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6557;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6558;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6559;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6560;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6561;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6562;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6563;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6564;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6565;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6566;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6567;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6568;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6569;s:37:\"wikieditor-toolbar-section-characters\";i:6570;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6571;s:38:\"wikieditor-toolbar-help-heading-result\";i:6572;s:35:\"wikieditor-toolbar-help-page-format\";i:6573;s:33:\"wikieditor-toolbar-help-page-link\";i:6574;s:36:\"wikieditor-toolbar-help-page-heading\";i:6575;s:33:\"wikieditor-toolbar-help-page-list\";i:6576;s:38:\"wikieditor-toolbar-help-page-reference\";i:6577;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6578;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6579;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6580;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6581;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6582;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6583;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6584;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6585;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6586;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6587;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6588;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6589;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6590;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6591;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6592;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6593;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6594;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6595;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6596;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6597;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6598;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6599;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6600;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6601;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6602;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6603;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6604;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6605;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6606;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6607;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6608;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6609;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6610;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6611;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6612;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6613;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6614;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6615;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6616;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:6617;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6618;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6619;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6620;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6621;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6622;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6623;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6624;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6625;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6626;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6627;s:20:\"syntaxhighlight-desc\";i:6628;s:30:\"syntaxhighlight-error-category\";i:6629;s:35:\"syntaxhighlight-error-category-desc\";i:6630;s:32:\"syntaxhighlight-enclose-category\";i:6631;s:37:\"syntaxhighlight-enclose-category-desc\";i:6632;s:31:\"syntaxhighlight-source-category\";i:6633;s:36:\"syntaxhighlight-source-category-desc\";i:6634;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6635;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6636;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6637;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6638;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6639;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6640;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6641;s:38:\"syntaxhighlight-error-unknown-language\";i:6642;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6643;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6644;s:22:\"action-mf-uploadbutton\";i:6645;s:20:\"beta-feature-minerva\";i:6646;s:32:\"beta-feature-minerva-description\";i:6647;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6648;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6649;s:37:\"mobile-frontend-account-create-submit\";i:6650;s:25:\"mobile-frontend-app-title\";i:6651;s:38:\"mobile-frontend-back-to-top-of-section\";i:6652;s:34:\"mobile-frontend-categories-heading\";i:6653;s:37:\"mobile-frontend-categories-subheading\";i:6654;s:32:\"mobile-frontend-categories-nocat\";i:6655;s:30:\"mobile-frontend-categories-add\";i:6656;s:33:\"mobile-frontend-categories-search\";i:6657;s:34:\"mobile-frontend-categories-nomatch\";i:6658;s:33:\"mobile-frontend-categories-nodata\";i:6659;s:34:\"mobile-frontend-categories-summary\";i:6660;s:38:\"mobile-frontend-categories-add-heading\";i:6661;s:35:\"mobile-frontend-categories-add-wait\";i:6662;s:33:\"mobile-frontend-categories-normal\";i:6663;s:33:\"mobile-frontend-categories-hidden\";i:6664;s:30:\"mobile-frontend-changeslist-ip\";i:6665;s:37:\"mobile-frontend-changeslist-nocomment\";i:6666;s:28:\"mobile-frontend-clear-search\";i:6667;s:36:\"mobile-frontend-contribution-summary\";i:6668;s:32:\"mobile-frontend-cookies-required\";i:6669;s:25:\"mobile-frontend-copyright\";i:6670;s:20:\"mobile-frontend-desc\";i:6671;s:33:\"mobile-frontend-diffview-404-desc\";i:6672;s:34:\"mobile-frontend-diffview-404-title\";i:6673;s:34:\"mobile-frontend-diffview-anonymous\";i:6674;s:35:\"mobile-frontend-diffview-bytesadded\";i:6675;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6676;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6677;s:30:\"mobile-frontend-diffview-comma\";i:6678;s:34:\"mobile-frontend-diffview-editcount\";i:6679;s:34:\"mobile-frontend-diffview-explained\";i:6680;s:30:\"mobile-frontend-diffview-title\";i:6681;s:30:\"mobile-frontend-disable-images\";i:6682;s:36:\"mobile-frontend-dismiss-notification\";i:6683;s:33:\"mobile-frontend-donate-image-anon\";i:6684;s:36:\"mobile-frontend-donate-image-heading\";i:6685;s:41:\"mobile-frontend-donate-image-login-action\";i:6686;s:38:\"mobile-frontend-donate-image-nouploads\";i:6687;s:42:\"mobile-frontend-donate-image-signup-action\";i:6688;s:34:\"mobile-frontend-donate-image-title\";i:6689;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6690;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6691;s:29:\"mobile-frontend-drawer-cancel\";i:6692;s:31:\"mobile-frontend-pointer-dismiss\";i:6693;s:33:\"mobile-frontend-edit-login-action\";i:6694;s:34:\"mobile-frontend-edit-signup-action\";i:6695;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6696;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6697;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6698;s:27:\"mobile-frontend-editor-anon\";i:6699;s:34:\"mobile-frontend-editor-anonwarning\";i:6700;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6701;s:35:\"mobile-frontend-editor-blocked-info\";i:6702;s:29:\"mobile-frontend-editor-cancel\";i:6703;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6704;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6705;s:31:\"mobile-frontend-editor-continue\";i:6706;s:26:\"mobile-frontend-editor-cta\";i:6707;s:31:\"mobile-frontend-editor-disabled\";i:6708;s:27:\"mobile-frontend-editor-edit\";i:6709;s:30:\"mobile-frontend-editor-editing\";i:6710;s:35:\"mobile-frontend-editor-editing-page\";i:6711;s:28:\"mobile-frontend-editor-error\";i:6712;s:37:\"mobile-frontend-editor-error-conflict\";i:6713;s:36:\"mobile-frontend-editor-error-loading\";i:6714;s:36:\"mobile-frontend-editor-error-preview\";i:6715;s:35:\"mobile-frontend-editor-keep-editing\";i:6716;s:32:\"mobile-frontend-editor-licensing\";i:6717;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6718;s:33:\"mobile-frontend-editor-terms-link\";i:6719;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6720;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6721;s:34:\"mobile-frontend-editor-placeholder\";i:6722;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6723;s:38:\"mobile-frontend-editor-previewing-page\";i:6724;s:37:\"mobile-frontend-editor-redirect-title\";i:6725;s:27:\"mobile-frontend-editor-save\";i:6726;s:30:\"mobile-frontend-editor-success\";i:6727;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6728;s:39:\"mobile-frontend-editor-success-new-page\";i:6729;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6730;s:38:\"mobile-frontend-editor-summary-request\";i:6731;s:30:\"mobile-frontend-editor-summary\";i:6732;s:37:\"mobile-frontend-editor-switch-confirm\";i:6733;s:36:\"mobile-frontend-editor-switch-editor\";i:6734;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6735;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6736;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6737;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6738;s:34:\"mobile-frontend-editor-unavailable\";i:6739;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6740;s:35:\"mobile-frontend-editor-uploadenable\";i:6741;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6742;s:27:\"mobile-frontend-editor-wait\";i:6743;s:36:\"mobile-frontend-editor-redlink-leave\";i:6744;s:38:\"mobile-frontend-editor-redlink-explain\";i:6745;s:37:\"mobile-frontend-editor-redlink-create\";i:6746;s:27:\"mobile-frontend-editor-bold\";i:6747;s:29:\"mobile-frontend-editor-italic\";i:6748;s:32:\"mobile-frontend-editor-bold-text\";i:6749;s:34:\"mobile-frontend-editor-italic-text\";i:6750;s:32:\"mobile-frontend-editor-reference\";i:6751;s:39:\"mobile-frontend-editor-insert-reference\";i:6752;s:36:\"mobile-frontend-editor-add-reference\";i:6753;s:29:\"mobile-frontend-enable-images\";i:6754;s:43:\"mobile-frontend-expand-sections-description\";i:6755;s:38:\"mobile-frontend-expand-sections-status\";i:6756;s:32:\"mobile-frontend-fontchanger-link\";i:6757;s:32:\"mobile-frontend-fontchanger-desc\";i:6758;s:32:\"mobile-frontend-featured-article\";i:6759;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6760;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6761;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6762;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6763;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6764;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6765;s:30:\"mobile-frontend-footer-contact\";i:6766;s:31:\"mobile-frontend-footer-sitename\";i:6767;s:32:\"mobile-frontend-generic-404-desc\";i:6768;s:33:\"mobile-frontend-generic-404-title\";i:6769;s:29:\"mobile-frontend-generic-login\";i:6770;s:36:\"mobile-frontend-generic-login-action\";i:6771;s:33:\"mobile-frontend-generic-login-new\";i:6772;s:37:\"mobile-frontend-generic-signup-action\";i:6773;s:23:\"mobile-frontend-history\";i:6774;s:32:\"mobile-frontend-history-404-desc\";i:6775;s:33:\"mobile-frontend-history-404-title\";i:6776;s:34:\"mobile-frontend-history-no-results\";i:6777;s:27:\"mobile-frontend-home-button\";i:6778;s:36:\"mobile-frontend-image-cancel-confirm\";i:6779;s:38:\"mobile-frontend-image-heading-describe\";i:6780;s:31:\"mobile-frontend-image-uploading\";i:6781;s:29:\"mobile-frontend-images-status\";i:6782;s:40:\"mobile-frontend-language-article-heading\";i:6783;s:31:\"mobile-frontend-language-header\";i:6784;s:32:\"mobile-frontend-language-heading\";i:6785;s:36:\"mobile-frontend-language-site-choose\";i:6786;s:39:\"mobile-frontend-language-variant-header\";i:6787;s:34:\"mobile-frontend-languages-404-desc\";i:6788;s:35:\"mobile-frontend-languages-404-title\";i:6789;s:32:\"mobile-frontend-languages-header\";i:6790;s:37:\"mobile-frontend-languages-header-page\";i:6791;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6792;s:30:\"mobile-frontend-languages-text\";i:6793;s:40:\"mobile-frontend-languages-variant-header\";i:6794;s:34:\"mobile-frontend-last-modified-date\";i:6795;s:34:\"mobile-frontend-last-modified-days\";i:6796;s:35:\"mobile-frontend-last-modified-hours\";i:6797;s:38:\"mobile-frontend-last-modified-just-now\";i:6798;s:37:\"mobile-frontend-last-modified-minutes\";i:6799;s:36:\"mobile-frontend-last-modified-months\";i:6800;s:37:\"mobile-frontend-last-modified-seconds\";i:6801;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6802;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6803;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6804;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6805;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6806;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6807;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6808;s:35:\"mobile-frontend-last-modified-years\";i:6809;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6810;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6811;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6812;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6813;s:26:\"mobile-frontend-logged-out\";i:6814;s:21:\"mobile-frontend-login\";i:6815;s:25:\"mobile-frontend-main-menu\";i:6816;s:30:\"mobile-frontend-main-menu-back\";i:6817;s:40:\"mobile-frontend-main-menu-account-create\";i:6818;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6819;s:34:\"mobile-frontend-main-menu-featured\";i:6820;s:31:\"mobile-frontend-main-menu-login\";i:6821;s:32:\"mobile-frontend-main-menu-logout\";i:6822;s:32:\"mobile-frontend-main-menu-nearby\";i:6823;s:36:\"mobile-frontend-main-menu-page-title\";i:6824;s:34:\"mobile-frontend-main-menu-settings\";i:6825;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6826;s:32:\"mobile-frontend-main-menu-upload\";i:6827;s:35:\"mobile-frontend-main-menu-watchlist\";i:6828;s:29:\"mobile-frontend-media-details\";i:6829;s:34:\"mobile-frontend-media-license-link\";i:6830;s:32:\"mobile-frontend-meta-data-issues\";i:6831;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6832;s:39:\"mobile-frontend-meta-data-issues-header\";i:6833;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6834;s:29:\"mobile-frontend-missing-image\";i:6835;s:31:\"mobile-frontend-nearby-distance\";i:6836;s:38:\"mobile-frontend-nearby-distance-meters\";i:6837;s:28:\"mobile-frontend-nearby-error\";i:6838;s:37:\"mobile-frontend-nearby-error-guidance\";i:6839;s:30:\"mobile-frontend-nearby-loading\";i:6840;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6841;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6842;s:32:\"mobile-frontend-nearby-noresults\";i:6843;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6844;s:33:\"mobile-frontend-nearby-permission\";i:6845;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6846;s:30:\"mobile-frontend-nearby-refresh\";i:6847;s:35:\"mobile-frontend-nearby-requirements\";i:6848;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6849;s:28:\"mobile-frontend-nearby-title\";i:6850;s:34:\"mobile-frontend-nearby-sectiontext\";i:6851;s:26:\"mobile-frontend-news-items\";i:6852;s:30:\"mobile-frontend-opt-in-explain\";i:6853;s:29:\"mobile-frontend-overlay-close\";i:6854;s:32:\"mobile-frontend-overlay-continue\";i:6855;s:34:\"mobile-frontend-page-menu-contents\";i:6856;s:33:\"mobile-frontend-page-menu-history\";i:6857;s:42:\"mobile-frontend-page-menu-language-current\";i:6858;s:33:\"mobile-frontend-page-edit-summary\";i:6859;s:24:\"mobile-frontend-password\";i:6860;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6861;s:36:\"mobile-frontend-password-placeholder\";i:6862;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6863;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6864;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6865;s:31:\"mobile-frontend-photo-licensing\";i:6866;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6867;s:31:\"mobile-frontend-photo-ownership\";i:6868;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6869;s:36:\"mobile-frontend-photo-ownership-help\";i:6870;s:28:\"mobile-frontend-photo-submit\";i:6871;s:28:\"mobile-frontend-photo-upload\";i:6872;s:33:\"mobile-frontend-photo-upload-anon\";i:6873;s:36:\"mobile-frontend-photo-upload-comment\";i:6874;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6875;s:34:\"mobile-frontend-photo-upload-error\";i:6876;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6877;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6878;s:36:\"mobile-frontend-photo-upload-generic\";i:6879;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6880;s:44:\"mobile-frontend-photo-upload-success-article\";i:6881;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6882;s:39:\"mobile-frontend-photo-upload-user-count\";i:6883;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6884;s:27:\"mobile-frontend-placeholder\";i:6885;s:31:\"mobile-frontend-placeholder-app\";i:6886;s:32:\"mobile-frontend-placeholder-beta\";i:6887;s:33:\"mobile-frontend-privacy-link-text\";i:6888;s:40:\"mobile-frontend-profile-activity-heading\";i:6889;s:29:\"mobile-frontend-profile-error\";i:6890;s:38:\"mobile-frontend-profile-footer-ancient\";i:6891;s:35:\"mobile-frontend-profile-footer-days\";i:6892;s:37:\"mobile-frontend-profile-footer-months\";i:6893;s:36:\"mobile-frontend-profile-footer-years\";i:6894;s:33:\"mobile-frontend-profile-last-edit\";i:6895;s:34:\"mobile-frontend-profile-last-thank\";i:6896;s:30:\"mobile-frontend-profile-noargs\";i:6897;s:30:\"mobile-frontend-profile-nouser\";i:6898;s:29:\"mobile-frontend-profile-title\";i:6899;s:37:\"mobile-frontend-profile-userpage-link\";i:6900;s:32:\"mobile-frontend-profile-usertalk\";i:6901;s:29:\"mobile-frontend-random-button\";i:6902;s:35:\"mobile-frontend-references-citation\";i:6903;s:28:\"mobile-frontend-regular-site\";i:6904;s:31:\"mobile-frontend-requires-mobile\";i:6905;s:30:\"mobile-frontend-requires-optin\";i:6906;s:30:\"mobile-frontend-requires-title\";i:6907;s:26:\"mobile-frontend-save-error\";i:6908;s:29:\"mobile-frontend-save-settings\";i:6909;s:32:\"mobile-frontend-saving-exit-page\";i:6910;s:30:\"mobile-frontend-search-content\";i:6911;s:41:\"mobile-frontend-search-content-no-results\";i:6912;s:33:\"mobile-frontend-search-no-results\";i:6913;s:29:\"mobile-frontend-search-submit\";i:6914;s:39:\"mobile-frontend-settings-images-explain\";i:6915;s:29:\"mobile-frontend-settings-beta\";i:6916;s:41:\"mobile-frontend-settings-site-description\";i:6917;s:36:\"mobile-frontend-settings-site-header\";i:6918;s:37:\"mobile-frontend-sign-in-error-heading\";i:6919;s:31:\"mobile-frontend-sign-in-heading\";i:6920;s:27:\"mobile-frontend-sign-in-why\";i:6921;s:31:\"mobile-frontend-sign-up-heading\";i:6922;s:29:\"mobile-frontend-talk-fullpage\";i:6923;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6924;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6925;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6926;s:33:\"mobile-frontend-talk-back-to-page\";i:6927;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6928;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6929;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6930;s:33:\"mobile-frontend-talk-edit-summary\";i:6931;s:30:\"mobile-frontend-talk-explained\";i:6932;s:36:\"mobile-frontend-talk-explained-empty\";i:6933;s:35:\"mobile-frontend-talk-overlay-header\";i:6934;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6935;s:26:\"mobile-frontend-talk-reply\";i:6936;s:31:\"mobile-frontend-talk-reply-info\";i:6937;s:34:\"mobile-frontend-talk-reply-success\";i:6938;s:35:\"mobile-frontend-talk-topic-feedback\";i:6939;s:32:\"mobile-frontend-talk-topic-error\";i:6940;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6941;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6942;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6943;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6944;s:31:\"mobile-frontend-talk-topic-wait\";i:6945;s:26:\"mobile-frontend-terms-text\";i:6946;s:30:\"mobile-frontend-thanked-notice\";i:6947;s:28:\"mobile-frontend-user-account\";i:6948;s:35:\"mobile-frontend-user-button-tooltip\";i:6949;s:32:\"mobile-frontend-user-newmessages\";i:6950;s:24:\"mobile-frontend-user-cta\";i:6951;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6952;s:24:\"mobile-frontend-username\";i:6953;s:36:\"mobile-frontend-username-placeholder\";i:6954;s:20:\"mobile-frontend-view\";i:6955;s:28:\"mobile-frontend-view-desktop\";i:6956;s:27:\"mobile-frontend-view-mobile\";i:6957;s:27:\"mobile-frontend-view-source\";i:6958;s:27:\"mobile-frontend-watch-login\";i:6959;s:29:\"mobile-frontend-watchlist-a-z\";i:6960;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6961;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6962;s:29:\"mobile-frontend-watchlist-add\";i:6963;s:35:\"mobile-frontend-watchlist-back-home\";i:6964;s:29:\"mobile-frontend-watchlist-cta\";i:6965;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:6966;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6967;s:30:\"mobile-frontend-watchlist-feed\";i:6968;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6969;s:36:\"mobile-frontend-watchlist-filter-all\";i:6970;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6971;s:38:\"mobile-frontend-watchlist-filter-other\";i:6972;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6973;s:38:\"mobile-frontend-watchlist-login-action\";i:6974;s:30:\"mobile-frontend-watchlist-more\";i:6975;s:37:\"mobile-frontend-watchlist-please-wait\";i:6976;s:31:\"mobile-frontend-watchlist-error\";i:6977;s:33:\"mobile-frontend-watchlist-purpose\";i:6978;s:33:\"mobile-frontend-watchlist-removed\";i:6979;s:39:\"mobile-frontend-watchlist-signup-action\";i:6980;s:30:\"mobile-frontend-watchlist-view\";i:6981;s:36:\"mobile-frontend-quick-lookup-looking\";i:6982;s:10:\"mobile.css\";i:6983;s:9:\"mobile.js\";i:6984;s:6:\"nearby\";i:6985;s:21:\"right-mf-uploadbutton\";i:6986;s:15:\"tag-mobile_edit\";i:6987;s:27:\"tag-mobile_edit-description\";i:6988;s:19:\"tag-mobile_web_edit\";i:6989;s:31:\"tag-mobile_web_edit-description\";i:6990;s:16:\"skinname-minerva\";i:6991;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:6992;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:6993;s:30:\"apihelp-mobileview-description\";i:6994;s:29:\"apihelp-mobileview-param-page\";i:6995;s:33:\"apihelp-mobileview-param-redirect\";i:6996;s:32:\"apihelp-mobileview-param-variant\";i:6997;s:33:\"apihelp-mobileview-param-noimages\";i:6998;s:35:\"apihelp-mobileview-param-noheadings\";i:6999;s:36:\"apihelp-mobileview-param-notransform\";i:7000;s:34:\"apihelp-mobileview-param-thumbsize\";i:7001;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7002;s:36:\"apihelp-mobileview-param-thumbheight\";i:7003;s:28:\"apihelp-parse-param-noimages\";i:7004;s:28:\"apihelp-parse-param-mainpage\";i:7005;s:35:\"mobile-frontend-donate-button-label\";i:7006;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7007;s:31:\"mobile-frontend-loading-message\";i:7008;s:34:\"mobile-frontend-browse-tags-header\";i:7009;s:24:\"mobile-frontend-panel-ok\";i:7010;s:28:\"mobile-frontend-panel-cancel\";i:7011;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7012;s:41:\"mobile-frontend-search-feedback-link-text\";i:7013;s:20:\"googleanalytics-desc\";i:7014;s:17:\"right-noanalytics\";i:7015;s:9:\"pagetitle\";i:7016;s:16:\"backlinksubtitle\";i:7017;s:9:\"feed-atom\";i:7018;s:8:\"feed-rss\";i:7019;s:16:\"edittools-upload\";i:7020;s:18:\"content-model-json\";i:7021;s:24:\"mergehistory-revisionrow\";i:7022;s:25:\"prefs-memberingroups-type\";i:7023;s:28:\"prefs-registration-date-time\";i:7024;s:28:\"userrights-groupsmember-type\";i:7025;s:30:\"userrights-irreversible-marker\";i:7026;s:35:\"userrights-no-shorten-expiry-marker\";i:7027;s:6:\"ntimes\";i:7028;s:30:\"recentchanges-legend-plusminus\";i:7029;s:17:\"unpatrolledletter\";i:7030;s:14:\"rc-change-size\";i:7031;s:25:\"filename-prefix-blacklist\";i:7032;s:12:\"filepage.css\";i:7033;s:36:\"apisandbox-request-format-json-label\";i:7034;s:29:\"listgrouprights-right-display\";i:7035;s:20:\"usermessage-template\";i:7036;s:32:\"interlanguage-link-title-nonlang\";i:7037;s:14:\"seconds-abbrev\";i:7038;s:14:\"minutes-abbrev\";i:7039;s:12:\"hours-abbrev\";i:7040;s:11:\"days-abbrev\";i:7041;s:19:\"variantname-kk-cyrl\";i:7042;s:20:\"variantname-crh-latn\";i:7043;s:20:\"variantname-crh-cyrl\";i:7044;s:14:\"pipe-separator\";i:7045;s:12:\"img-lang-opt\";i:7046;s:14:\"size-kilobytes\";i:7047;s:14:\"size-megabytes\";i:7048;s:14:\"size-gigabytes\";i:7049;s:14:\"size-terabytes\";i:7050;s:14:\"size-petabytes\";i:7051;s:13:\"size-exabytes\";i:7052;s:15:\"size-zettabytes\";i:7053;s:15:\"size-yottabytes\";i:7054;s:14:\"size-kilopixel\";i:7055;s:14:\"size-megapixel\";i:7056;s:14:\"size-gigapixel\";i:7057;s:14:\"size-terapixel\";i:7058;s:14:\"size-petapixel\";i:7059;s:13:\"size-exapixel\";i:7060;s:17:\"hijri-calendar-m1\";i:7061;s:17:\"hijri-calendar-m2\";i:7062;s:17:\"hijri-calendar-m3\";i:7063;s:17:\"hijri-calendar-m4\";i:7064;s:17:\"hijri-calendar-m5\";i:7065;s:17:\"hijri-calendar-m6\";i:7066;s:17:\"hijri-calendar-m7\";i:7067;s:17:\"hijri-calendar-m8\";i:7068;s:17:\"hijri-calendar-m9\";i:7069;s:18:\"hijri-calendar-m10\";i:7070;s:18:\"hijri-calendar-m11\";i:7071;s:18:\"hijri-calendar-m12\";i:7072;s:18:\"hebrew-calendar-m1\";i:7073;s:18:\"hebrew-calendar-m2\";i:7074;s:18:\"hebrew-calendar-m3\";i:7075;s:18:\"hebrew-calendar-m4\";i:7076;s:18:\"hebrew-calendar-m5\";i:7077;s:18:\"hebrew-calendar-m6\";i:7078;s:19:\"hebrew-calendar-m6a\";i:7079;s:19:\"hebrew-calendar-m6b\";i:7080;s:18:\"hebrew-calendar-m7\";i:7081;s:18:\"hebrew-calendar-m8\";i:7082;s:18:\"hebrew-calendar-m9\";i:7083;s:19:\"hebrew-calendar-m10\";i:7084;s:19:\"hebrew-calendar-m11\";i:7085;s:19:\"hebrew-calendar-m12\";i:7086;s:31:\"authprovider-confirmlink-option\";i:7087;s:36:\"authprovider-confirmlink-failed-line\";i:7088;s:23:\"exif-focallength-format\";i:7089;s:22:\"exif-coordinate-format\";i:7090;s:26:\"exif-subjectnewscode-value\";i:7091;s:18:\"exif-compression-8\";i:7092;s:22:\"exif-compression-32773\";i:7093;s:22:\"exif-compression-32946\";i:7094;s:27:\"exif-maxaperturevalue-value\";i:7095;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7096;s:26:\"wikieditor-toolbar-hidesig\";i:7097;s:37:\"mobile-frontend-commons-category-view\";i:7098;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7099;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7100;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7101;s:33:\"apihelp-mobileview-param-sections\";i:7102;s:29:\"apihelp-mobileview-param-prop\";i:7103;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7104;s:36:\"apihelp-mobileview-param-sectionprop\";i:7105;s:34:\"apihelp-mobileview-param-pageprops\";i:7106;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7107;s:31:\"apihelp-mobileview-param-offset\";i:7108;s:31:\"apihelp-mobileview-param-maxlen\";i:7109;s:28:\"apihelp-mobileview-example-1\";i:7110;s:28:\"apihelp-mobileview-example-2\";i:7111;s:28:\"apihelp-mobileview-example-3\";i:7112;s:32:\"apihelp-parse-param-mobileformat\";i:7113;s:31:\"mobile-frontend-console-recruit\";i:7114;s:38:\"mobile-frontend-search-feedback-prompt\";i:7115;s:7:\"sidebar\";i:7116;s:18:\"pagecategorieslink\";i:7117;s:9:\"sitetitle\";i:7118;s:12:\"sitesubtitle\";i:7119;s:10:\"addsection\";i:7120;s:14:\"talkpageheader\";i:7121;s:22:\"view-pool-dirty-output\";i:7122;s:20:\"view-pool-contention\";i:7123;s:17:\"view-pool-timeout\";i:7124;s:12:\"edithelppage\";i:7125;s:8:\"helppage\";i:7126;s:14:\"mainpage-title\";i:7127;s:23:\"mainpage-title-loggedin\";i:7128;s:23:\"pagetitle-view-mainpage\";i:7129;s:10:\"sitenotice\";i:7130;s:10:\"anonnotice\";i:7131;s:28:\"newsectionheaderdefaultlevel\";i:7132;s:10:\"nstab-talk\";i:7133;s:23:\"createacct-helpusername\";i:7134;s:24:\"createacct-username-help\";i:7135;s:11:\"loginprompt\";i:7136;s:18:\"userlogout-summary\";i:7137;s:13:\"helplogin-url\";i:7138;s:26:\"createacct-imgcaptcha-help\";i:7139;s:24:\"createacct-benefit-icon1\";i:7140;s:24:\"createacct-benefit-head1\";i:7141;s:24:\"createacct-benefit-icon2\";i:7142;s:24:\"createacct-benefit-head2\";i:7143;s:24:\"createacct-benefit-icon3\";i:7144;s:24:\"createacct-benefit-head3\";i:7145;s:17:\"nocookiesforlogin\";i:7146;s:11:\"signupstart\";i:7147;s:9:\"signupend\";i:7148;s:15:\"signupend-https\";i:7149;s:11:\"emailsender\";i:7150;s:18:\"loginlanguagelinks\";i:7151;s:15:\"pear-mail-error\";i:7152;s:14:\"php-mail-error\";i:7153;s:22:\"changepassword-summary\";i:7154;s:19:\"changeemail-summary\";i:7155;s:19:\"resettokens-summary\";i:7156;s:8:\"sig-text\";i:7157;s:18:\"newarticletextanon\";i:7158;s:12:\"talkpagetext\";i:7159;s:17:\"noarticletextanon\";i:7160;s:17:\"editnotice-notext\";i:7161;s:23:\"editpage-head-copy-warn\";i:7162;s:20:\"editpage-tos-summary\";i:7163;s:13:\"longpage-hint\";i:7164;s:18:\"addsection-preload\";i:7165;s:20:\"addsection-editintro\";i:7166;s:26:\"createaccount-hook-aborted\";i:7167;s:21:\"revision-info-current\";i:7168;s:12:\"revision-nav\";i:7169;s:17:\"history_copyright\";i:7170;s:41:\"mergehistory-warning-redirect-not-created\";i:7171;s:26:\"mergehistory-redirect-text\";i:7172;s:18:\"pagemerge-logentry\";i:7173;s:14:\"search-summary\";i:7174;s:23:\"searchmenu-new-nocreate\";i:7175;s:23:\"search-interwiki-custom\";i:7176;s:12:\"googlesearch\";i:7177;s:15:\"opensearch-desc\";i:7178;s:19:\"preferences-summary\";i:7179;s:36:\"prefs-user-downloaddata-help-message\";i:7180;s:18:\"userrights-summary\";i:7181;s:17:\"recentchanges-url\";i:7182;s:17:\"recentchangestext\";i:7183;s:26:\"recentchanges-legend-minor\";i:7184;s:24:\"recentchanges-legend-bot\";i:7185;s:32:\"recentchanges-legend-unpatrolled\";i:7186;s:30:\"rcfilters-tag-prefix-namespace\";i:7187;s:25:\"rcfilters-tag-prefix-tags\";i:7188;s:43:\"number-of-watching-users-for-recent-changes\";i:7189;s:14:\"upload-summary\";i:7190;s:12:\"uploadfooter\";i:7191;s:26:\"upload-default-description\";i:7192;s:13:\"uploadedimage\";i:7193;s:14:\"overwroteimage\";i:7194;s:8:\"licenses\";i:7195;s:24:\"shareddescriptionfollows\";i:7196;s:35:\"filedelete-reason-dropdown-suppress\";i:7197;s:22:\"unwatchedpages-summary\";i:7198;s:21:\"listredirects-summary\";i:7199;s:23:\"unusedtemplates-summary\";i:7200;s:14:\"randompage-url\";i:7201;s:18:\"statistics-summary\";i:7202;s:24:\"statistics-articles-desc\";i:7203;s:21:\"statistics-files-desc\";i:7204;s:17:\"statistics-footer\";i:7205;s:21:\"pageswithprop-summary\";i:7206;s:23:\"doubleredirects-summary\";i:7207;s:23:\"brokenredirects-summary\";i:7208;s:29:\"brokenredirects-delete-reason\";i:7209;s:23:\"fewestrevisions-summary\";i:7210;s:19:\"lonelypages-summary\";i:7211;s:26:\"uncategorizedpages-summary\";i:7212;s:31:\"uncategorizedcategories-summary\";i:7213;s:27:\"uncategorizedimages-summary\";i:7214;s:30:\"uncategorizedtemplates-summary\";i:7215;s:24:\"unusedcategories-summary\";i:7216;s:20:\"unusedimages-summary\";i:7217;s:24:\"wantedcategories-summary\";i:7218;s:19:\"wantedfiles-summary\";i:7219;s:23:\"wantedtemplates-summary\";i:7220;s:18:\"mostlinked-summary\";i:7221;s:28:\"mostlinkedcategories-summary\";i:7222;s:27:\"mostlinkedtemplates-summary\";i:7223;s:22:\"mostcategories-summary\";i:7224;s:18:\"mostimages-summary\";i:7225;s:22:\"mostinterwikis-summary\";i:7226;s:21:\"mostrevisions-summary\";i:7227;s:19:\"prefixindex-summary\";i:7228;s:18:\"shortpages-summary\";i:7229;s:17:\"longpages-summary\";i:7230;s:20:\"deadendpages-summary\";i:7231;s:29:\"protectedpages-unknown-reason\";i:7232;s:17:\"listusers-summary\";i:7233;s:16:\"newpages-summary\";i:7234;s:20:\"ancientpages-summary\";i:7235;s:15:\"apihelp-summary\";i:7236;s:12:\"apihelp-link\";i:7237;s:18:\"apisandbox-summary\";i:7238;s:19:\"booksources-summary\";i:7239;s:6:\"rfcurl\";i:7240;s:9:\"pubmedurl\";i:7241;s:16:\"allpages-summary\";i:7242;s:18:\"categories-summary\";i:7243;s:28:\"deletedcontributions-summary\";i:7244;s:18:\"linksearch-summary\";i:7245;s:19:\"activeusers-summary\";i:7246;s:29:\"listgrouprights-right-revoked\";i:7247;s:24:\"listgrants-grant-display\";i:7248;s:17:\"emailuser-summary\";i:7249;s:17:\"watchlist-summary\";i:7250;s:17:\"watchlist-unwatch\";i:7251;s:22:\"watchlist-unwatch-undo\";i:7252;s:30:\"deletereason-dropdown-suppress\";i:7253;s:16:\"protectedarticle\";i:7254;s:25:\"modifiedarticleprotection\";i:7255;s:18:\"unprotectedarticle\";i:7256;s:22:\"movedarticleprotection\";i:7257;s:17:\"restriction-blank\";i:7258;s:16:\"undelete-summary\";i:7259;s:21:\"contributions-summary\";i:7260;s:24:\"sp-contributions-explain\";i:7261;s:23:\"sp-contributions-footer\";i:7262;s:28:\"sp-contributions-footer-anon\";i:7263;s:34:\"sp-contributions-footer-anon-range\";i:7264;s:21:\"whatlinkshere-summary\";i:7265;s:15:\"unblock-summary\";i:7266;s:17:\"blocklist-summary\";i:7267;s:13:\"blocklogentry\";i:7268;s:16:\"reblock-logentry\";i:7269;s:15:\"unblocklogentry\";i:7270;s:5:\"sorbs\";i:7271;s:18:\"ipb-default-expiry\";i:7272;s:21:\"ipb-default-expiry-ip\";i:7273;s:16:\"movepage-summary\";i:7274;s:18:\"move-redirect-text\";i:7275;s:31:\"category-move-redirect-override\";i:7276;s:14:\"export-summary\";i:7277;s:14:\"import-summary\";i:7278;s:22:\"import-logentry-upload\";i:7279;s:25:\"import-logentry-interwiki\";i:7280;s:21:\"accesskey-pt-userpage\";i:7281;s:25:\"accesskey-pt-anonuserpage\";i:7282;s:19:\"accesskey-pt-mytalk\";i:7283;s:21:\"accesskey-pt-anontalk\";i:7284;s:24:\"accesskey-pt-preferences\";i:7285;s:22:\"accesskey-pt-watchlist\";i:7286;s:22:\"accesskey-pt-mycontris\";i:7287;s:25:\"accesskey-pt-anoncontribs\";i:7288;s:18:\"accesskey-pt-login\";i:7289;s:26:\"accesskey-pt-login-private\";i:7290;s:19:\"accesskey-pt-logout\";i:7291;s:26:\"accesskey-pt-createaccount\";i:7292;s:17:\"accesskey-ca-view\";i:7293;s:17:\"accesskey-ca-talk\";i:7294;s:17:\"accesskey-ca-edit\";i:7295;s:23:\"accesskey-ca-addsection\";i:7296;s:23:\"accesskey-ca-viewsource\";i:7297;s:20:\"accesskey-ca-history\";i:7298;s:20:\"accesskey-ca-protect\";i:7299;s:22:\"accesskey-ca-unprotect\";i:7300;s:19:\"accesskey-ca-delete\";i:7301;s:21:\"accesskey-ca-undelete\";i:7302;s:17:\"accesskey-ca-move\";i:7303;s:18:\"accesskey-ca-watch\";i:7304;s:20:\"accesskey-ca-unwatch\";i:7305;s:16:\"accesskey-search\";i:7306;s:19:\"accesskey-search-go\";i:7307;s:25:\"accesskey-search-fulltext\";i:7308;s:16:\"accesskey-p-logo\";i:7309;s:26:\"accesskey-n-help-mediawiki\";i:7310;s:20:\"accesskey-n-mainpage\";i:7311;s:32:\"accesskey-n-mainpage-description\";i:7312;s:18:\"accesskey-n-portal\";i:7313;s:25:\"accesskey-n-currentevents\";i:7314;s:25:\"accesskey-n-recentchanges\";i:7315;s:22:\"accesskey-n-randompage\";i:7316;s:16:\"accesskey-n-help\";i:7317;s:25:\"accesskey-t-whatlinkshere\";i:7318;s:31:\"accesskey-t-recentchangeslinked\";i:7319;s:18:\"accesskey-feed-rss\";i:7320;s:19:\"accesskey-feed-atom\";i:7321;s:25:\"accesskey-t-contributions\";i:7322;s:21:\"accesskey-t-emailuser\";i:7323;s:16:\"accesskey-t-info\";i:7324;s:21:\"accesskey-t-permalink\";i:7325;s:17:\"accesskey-t-print\";i:7326;s:18:\"accesskey-t-upload\";i:7327;s:24:\"accesskey-t-specialpages\";i:7328;s:23:\"accesskey-ca-nstab-main\";i:7329;s:23:\"accesskey-ca-nstab-user\";i:7330;s:24:\"accesskey-ca-nstab-media\";i:7331;s:26:\"accesskey-ca-nstab-special\";i:7332;s:26:\"accesskey-ca-nstab-project\";i:7333;s:24:\"accesskey-ca-nstab-image\";i:7334;s:28:\"accesskey-ca-nstab-mediawiki\";i:7335;s:27:\"accesskey-ca-nstab-template\";i:7336;s:23:\"accesskey-ca-nstab-help\";i:7337;s:27:\"accesskey-ca-nstab-category\";i:7338;s:19:\"accesskey-minoredit\";i:7339;s:14:\"accesskey-save\";i:7340;s:17:\"accesskey-publish\";i:7341;s:17:\"accesskey-preview\";i:7342;s:14:\"accesskey-diff\";i:7343;s:33:\"accesskey-compareselectedversions\";i:7344;s:15:\"accesskey-watch\";i:7345;s:26:\"accesskey-watchlist-expiry\";i:7346;s:16:\"accesskey-upload\";i:7347;s:26:\"accesskey-preferences-save\";i:7348;s:17:\"accesskey-summary\";i:7349;s:24:\"accesskey-userrights-set\";i:7350;s:23:\"accesskey-blockip-block\";i:7351;s:16:\"accesskey-export\";i:7352;s:16:\"accesskey-import\";i:7353;s:37:\"accesskey-watchlistedit-normal-submit\";i:7354;s:34:\"accesskey-watchlistedit-raw-submit\";i:7355;s:15:\"tooltip-ca-view\";i:7356;s:14:\"tooltip-p-lang\";i:7357;s:20:\"tooltip-p-navigation\";i:7358;s:20:\"tooltip-p-namespaces\";i:7359;s:12:\"tooltip-p-tb\";i:7360;s:18:\"tooltip-p-variants\";i:7361;s:15:\"tooltip-p-views\";i:7362;s:36:\"tooltip-p-user-interface-preferences\";i:7363;s:19:\"tooltip-p-user-page\";i:7364;s:24:\"tooltip-n-help-mediawiki\";i:7365;s:33:\"interlanguage-link-title-langonly\";i:7366;s:36:\"interlanguage-link-title-nonlangonly\";i:7367;s:15:\"pageinfo-header\";i:7368;s:24:\"pageinfo-redirects-value\";i:7369;s:15:\"pageinfo-footer\";i:7370;s:19:\"markaspatrolledlink\";i:7371;s:11:\"widthheight\";i:7372;s:13:\"newimagestext\";i:7373;s:10:\"video-dims\";i:7374;s:8:\"today-at\";i:7375;s:20:\"variantname-gan-hans\";i:7376;s:20:\"variantname-gan-hant\";i:7377;s:15:\"variantname-gan\";i:7378;s:19:\"variantname-sr-cyrl\";i:7379;s:17:\"variantname-sr-ec\";i:7380;s:17:\"variantname-sr-el\";i:7381;s:19:\"variantname-sr-latn\";i:7382;s:14:\"variantname-sr\";i:7383;s:17:\"variantname-kk-kz\";i:7384;s:17:\"variantname-kk-tr\";i:7385;s:17:\"variantname-kk-cn\";i:7386;s:19:\"variantname-kk-latn\";i:7387;s:19:\"variantname-kk-arab\";i:7388;s:14:\"variantname-kk\";i:7389;s:19:\"variantname-ku-arab\";i:7390;s:19:\"variantname-ku-latn\";i:7391;s:14:\"variantname-ku\";i:7392;s:19:\"variantname-tg-cyrl\";i:7393;s:19:\"variantname-tg-latn\";i:7394;s:14:\"variantname-tg\";i:7395;s:20:\"variantname-tly-cyrl\";i:7396;s:15:\"variantname-tly\";i:7397;s:20:\"variantname-ike-cans\";i:7398;s:20:\"variantname-ike-latn\";i:7399;s:14:\"variantname-iu\";i:7400;s:20:\"variantname-shi-tfng\";i:7401;s:20:\"variantname-shi-latn\";i:7402;s:15:\"variantname-shi\";i:7403;s:14:\"variantname-uz\";i:7404;s:19:\"variantname-uz-latn\";i:7405;s:19:\"variantname-uz-cyrl\";i:7406;s:15:\"variantname-crh\";i:7407;s:25:\"metadata-langitem-default\";i:7408;s:10:\"unit-pixel\";i:7409;s:18:\"autocomment-prefix\";i:7410;s:7:\"percent\";i:7411;s:8:\"brackets\";i:7412;s:14:\"brackets-start\";i:7413;s:12:\"brackets-end\";i:7414;s:29:\"block-autoblock-exemptionlist\";i:7415;s:15:\"size-ronnabytes\";i:7416;s:16:\"size-quettabytes\";i:7417;s:15:\"size-zettapixel\";i:7418;s:15:\"size-yottapixel\";i:7419;s:15:\"size-ronnapixel\";i:7420;s:16:\"size-quettapixel\";i:7421;s:12:\"bitrate-bits\";i:7422;s:16:\"bitrate-kilobits\";i:7423;s:16:\"bitrate-megabits\";i:7424;s:16:\"bitrate-gigabits\";i:7425;s:16:\"bitrate-terabits\";i:7426;s:16:\"bitrate-petabits\";i:7427;s:15:\"bitrate-exabits\";i:7428;s:17:\"bitrate-zettabits\";i:7429;s:17:\"bitrate-yottabits\";i:7430;s:17:\"bitrate-ronnabits\";i:7431;s:18:\"bitrate-quettabits\";i:7432;s:21:\"editwatchlist-summary\";i:7433;s:19:\"iranian-calendar-m1\";i:7434;s:19:\"iranian-calendar-m2\";i:7435;s:19:\"iranian-calendar-m3\";i:7436;s:19:\"iranian-calendar-m4\";i:7437;s:19:\"iranian-calendar-m5\";i:7438;s:19:\"iranian-calendar-m6\";i:7439;s:19:\"iranian-calendar-m7\";i:7440;s:19:\"iranian-calendar-m8\";i:7441;s:19:\"iranian-calendar-m9\";i:7442;s:20:\"iranian-calendar-m10\";i:7443;s:20:\"iranian-calendar-m11\";i:7444;s:20:\"iranian-calendar-m12\";i:7445;s:22:\"hebrew-calendar-m1-gen\";i:7446;s:22:\"hebrew-calendar-m2-gen\";i:7447;s:22:\"hebrew-calendar-m3-gen\";i:7448;s:22:\"hebrew-calendar-m4-gen\";i:7449;s:22:\"hebrew-calendar-m5-gen\";i:7450;s:22:\"hebrew-calendar-m6-gen\";i:7451;s:23:\"hebrew-calendar-m6a-gen\";i:7452;s:23:\"hebrew-calendar-m6b-gen\";i:7453;s:22:\"hebrew-calendar-m7-gen\";i:7454;s:22:\"hebrew-calendar-m8-gen\";i:7455;s:22:\"hebrew-calendar-m9-gen\";i:7456;s:23:\"hebrew-calendar-m10-gen\";i:7457;s:23:\"hebrew-calendar-m11-gen\";i:7458;s:23:\"hebrew-calendar-m12-gen\";i:7459;s:14:\"signature-anon\";i:7460;s:12:\"timezone-utc\";i:7461;s:15:\"version-summary\";i:7462;s:11:\"version-api\";i:7463;s:20:\"version-db-mysql-url\";i:7464;s:22:\"version-db-mariadb-url\";i:7465;s:22:\"version-db-percona-url\";i:7466;s:23:\"version-db-postgres-url\";i:7467;s:21:\"version-db-sqlite-url\";i:7468;s:29:\"version-entrypoints-index-php\";i:7469;s:27:\"version-entrypoints-api-php\";i:7470;s:28:\"version-entrypoints-rest-php\";i:7471;s:13:\"redirect-text\";i:7472;s:20:\"specialpages-summary\";i:7473;s:24:\"specialpages-note-cached\";i:7474;s:12:\"tags-summary\";i:7475;s:30:\"tags-edit-revision-explanation\";i:7476;s:30:\"tags-edit-logentry-explanation\";i:7477;s:20:\"comparepages-summary\";i:7478;s:17:\"diff-form-summary\";i:7479;s:21:\"permanentlink-summary\";i:7480;s:18:\"newsection-summary\";i:7481;s:16:\"editpage-summary\";i:7482;s:18:\"deletepage-summary\";i:7483;s:16:\"pageinfo-summary\";i:7484;s:19:\"pagehistory-summary\";i:7485;s:19:\"protectpage-summary\";i:7486;s:13:\"purge-summary\";i:7487;s:10:\"rawmessage\";i:7488;s:14:\"deletedarticle\";i:7489;s:16:\"undeletedarticle\";i:7490;s:15:\"patrol-log-line\";i:7491;s:15:\"patrol-log-auto\";i:7492;s:15:\"patrol-log-diff\";i:7493;s:9:\"1movedto2\";i:7494;s:15:\"1movedto2_redir\";i:7495;s:23:\"newuserlog-create-entry\";i:7496;s:24:\"newuserlog-create2-entry\";i:7497;s:27:\"newuserlog-autocreate-entry\";i:7498;s:14:\"rightslogentry\";i:7499;s:26:\"rightslogentry-autopromote\";i:7500;s:32:\"limitreport-ppvisitednodes-value\";i:7501;s:32:\"limitreport-expansiondepth-value\";i:7502;s:40:\"limitreport-expensivefunctioncount-value\";i:7503;s:25:\"mediastatistics-header-3d\";i:7504;s:36:\"mw-widgets-dateinput-placeholder-day\";i:7505;s:38:\"mw-widgets-dateinput-placeholder-month\";i:7506;s:35:\"authmanager-account-password-domain\";i:7507;s:37:\"authprovider-confirmlink-request-help\";i:7508;s:31:\"passwordpolicies-policy-display\";i:7509;s:40:\"passwordpolicies-policy-displaywithflags\";i:7510;s:26:\"copyupload-allowed-domains\";i:7511;s:19:\"exif-fnumber-format\";i:7512;s:15:\"exif-make-value\";i:7513;s:16:\"exif-model-value\";i:7514;s:19:\"exif-software-value\";i:7515;s:27:\"exif-software-version-value\";i:7516;s:18:\"exif-contact-value\";i:7517;s:18:\"exif-compression-5\";i:7518;s:18:\"exif-compression-7\";i:7519;s:22:\"exif-compression-34712\";i:7520;s:32:\"exif-photometricinterpretation-2\";i:7521;s:32:\"exif-photometricinterpretation-6\";i:7522;s:32:\"exif-photometricinterpretation-8\";i:7523;s:19:\"exif-xyresolution-i\";i:7524;s:19:\"exif-xyresolution-c\";i:7525;s:17:\"exif-colorspace-1\";i:7526;s:30:\"exif-componentsconfiguration-1\";i:7527;s:30:\"exif-componentsconfiguration-2\";i:7528;s:30:\"exif-componentsconfiguration-3\";i:7529;s:30:\"exif-componentsconfiguration-4\";i:7530;s:30:\"exif-componentsconfiguration-5\";i:7531;s:30:\"exif-componentsconfiguration-6\";i:7532;s:19:\"exif-lightsource-20\";i:7533;s:19:\"exif-lightsource-21\";i:7534;s:19:\"exif-lightsource-22\";i:7535;s:19:\"exif-lightsource-23\";i:7536;s:20:\"apihelp-main-summary\";i:7537;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7538;s:14:\"api-help-flags\";i:7539;s:18:\"api-help-help-urls\";i:7540;s:32:\"api-help-no-extended-description\";i:7541;s:23:\"apierror-stashexception\";i:7542;s:30:\"paramvalidator-param-sensitive\";i:7543;s:26:\"vector-specialversion-name\";i:7544;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7545;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7546;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7547;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7548;s:32:\"mobile-frontend-current-language\";i:7549;s:25:\"mobile-frontend-terms-url\";}}'),('ami','magicWords','a:172:{s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:12:\"內容語言\";i:2;s:12:\"内容语言\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:6:\"今天\";i:2;s:10:\"CURRENTDAY\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:6:\"本月\";i:2;s:7:\"本月2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:18:\"currentmonthabbrev\";a:4:{i:0;i:1;i:1;s:12:\"本月縮寫\";i:2;s:12:\"本月简称\";i:3;s:18:\"CURRENTMONTHABBREV\";}s:11:\"currenttime\";a:5:{i:0;i:1;i:1;s:12:\"目前時間\";i:2;s:12:\"当前时间\";i:3;s:6:\"此时\";i:4;s:11:\"CURRENTTIME\";}s:14:\"currentversion\";a:4:{i:0;i:1;i:1;s:12:\"目前版本\";i:2;s:12:\"当前版本\";i:3;s:14:\"CURRENTVERSION\";}s:12:\"displaytitle\";a:4:{i:0;i:1;i:1;s:12:\"顯示標題\";i:2;s:12:\"显示标题\";i:3;s:12:\"DISPLAYTITLE\";}s:8:\"forcetoc\";a:4:{i:0;i:0;i:1;s:16:\"__強制目錄__\";i:2;s:16:\"__强显目录__\";i:3;s:12:\"__FORCETOC__\";}s:6:\"gender\";a:5:{i:0;i:0;i:1;s:7:\"性別:\";i:2;s:4:\"性:\";i:3;s:7:\"性别:\";i:4;s:7:\"GENDER:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:16:\"__隱藏分類__\";i:2;s:16:\"__隐藏分类__\";i:3;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:5:{i:0;i:1;i:1;s:12:\"替代文字\";i:2;s:9:\"替代=$1\";i:3;s:15:\"替代文本=$1\";i:4;s:6:\"alt=$1\";}s:10:\"img_border\";a:4:{i:0;i:1;i:1;s:6:\"邊框\";i:2;s:6:\"边框\";i:3;s:6:\"border\";}s:10:\"img_bottom\";a:4:{i:0;i:1;i:1;s:12:\"垂直置底\";i:2;s:6:\"bottom\";i:3;s:6:\"底部\";}s:10:\"img_center\";a:5:{i:0;i:1;i:1;s:6:\"置中\";i:2;s:6:\"居中\";i:3;s:6:\"center\";i:4;s:6:\"centre\";}s:9:\"img_class\";a:4:{i:0;i:1;i:1;s:9:\"類別=$1\";i:2;s:6:\"类=$1\";i:3;s:8:\"class=$1\";}s:10:\"img_framed\";a:5:{i:0;i:1;i:1;s:6:\"有框\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";i:4;s:5:\"frame\";}s:13:\"img_frameless\";a:4:{i:0;i:1;i:1;s:6:\"無框\";i:2;s:6:\"无框\";i:3;s:9:\"frameless\";}s:8:\"img_lang\";a:4:{i:0;i:1;i:1;s:9:\"語言=$1\";i:2;s:7:\"lang=$1\";i:3;s:9:\"语言=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:3:\"左\";i:2;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:9:\"連結=$1\";i:2;s:9:\"链接=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:9:\"縮圖=$1\";i:2;s:12:\"缩略图=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:4:{i:0;i:1;i:1;s:12:\"垂直置中\";i:2;s:6:\"middle\";i:3;s:6:\"中间\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:3:\"無\";i:2;s:3:\"无\";i:3;s:4:\"none\";}s:8:\"img_page\";a:7:{i:0;i:1;i:1;s:6:\"頁=$1\";i:2;s:5:\"$1頁\";i:3;s:9:\"页数=$1\";i:4;s:5:\"$1页\";i:5;s:7:\"page=$1\";i:6;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:3:\"右\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:4:{i:0;i:1;i:1;s:6:\"下標\";i:2;s:3:\"sub\";i:3;s:3:\"子\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:6:\"上標\";i:2;s:5:\"super\";i:3;s:3:\"sup\";i:4;s:3:\"超\";}s:15:\"img_text_bottom\";a:4:{i:0;i:1;i:1;s:12:\"文字置底\";i:2;s:11:\"text-bottom\";i:3;s:12:\"文字底部\";}s:12:\"img_text_top\";a:4:{i:0;i:1;i:1;s:12:\"文字置頂\";i:2;s:8:\"text-top\";i:3;s:12:\"文字顶部\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:6:\"縮圖\";i:2;s:9:\"缩略图\";i:3;s:9:\"thumbnail\";i:4;s:5:\"thumb\";}s:7:\"img_top\";a:4:{i:0;i:1;i:1;s:12:\"垂直置頂\";i:2;s:3:\"top\";i:3;s:6:\"顶部\";}s:9:\"img_width\";a:3:{i:0;i:1;i:1;s:8:\"$1像素\";i:2;s:4:\"$1px\";}s:8:\"language\";a:4:{i:0;i:0;i:1;s:8:\"#語言:\";i:2;s:8:\"#语言:\";i:3;s:10:\"#LANGUAGE:\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:10:\"本地URL:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:11:\"本地URLE:\";i:2;s:10:\"LOCALURLE:\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:7:\"訊息:\";i:2;s:4:\"MSG:\";}s:9:\"namespace\";a:4:{i:0;i:1;i:1;s:12:\"命名空間\";i:2;s:12:\"名字空间\";i:3;s:9:\"NAMESPACE\";}s:15:\"namespacenumber\";a:4:{i:0;i:1;i:1;s:15:\"命名空間數\";i:2;s:18:\"名字空间编号\";i:3;s:15:\"NAMESPACENUMBER\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:19:\"__不轉換內容__\";i:2;s:19:\"__不转换内容__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:5:{i:0;i:0;i:1;s:19:\"__無段落編輯__\";i:2;s:19:\"__无编辑段落__\";i:3;s:19:\"__无段落编辑__\";i:4;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:4:{i:0;i:0;i:1;s:13:\"__無圖庫__\";i:2;s:13:\"__无图库__\";i:3;s:13:\"__NOGALLERY__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:19:\"__不轉換標題__\";i:2;s:19:\"__不转换标题__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:13:\"__無目錄__\";i:2;s:13:\"__无目录__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:5:{i:0;i:0;i:1;s:13:\"命名空間:\";i:2;s:13:\"名字空间:\";i:3;s:3:\"NS:\";i:4;s:13:\"名称空间:\";}s:3:\"nse\";a:5:{i:0;i:0;i:1;s:14:\"命名空間E:\";i:2;s:14:\"名字空间E:\";i:3;s:4:\"NSE:\";i:4;s:14:\"名称空间E:\";}s:19:\"numberofactiveusers\";a:4:{i:0;i:1;i:1;s:21:\"活躍使用者人數\";i:2;s:15:\"活跃用户数\";i:3;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:4:{i:0;i:1;i:1;s:12:\"管理員數\";i:2;s:12:\"管理员数\";i:3;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:4:{i:0;i:1;i:1;s:9:\"文章數\";i:2;s:9:\"条目数\";i:3;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberoffiles\";a:4:{i:0;i:1;i:1;s:9:\"檔案數\";i:2;s:9:\"文件数\";i:3;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:4:{i:0;i:1;i:1;s:9:\"頁面數\";i:2;s:9:\"页面数\";i:3;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:4:{i:0;i:1;i:1;s:18:\"使用者人數量\";i:2;s:9:\"用户数\";i:3;s:13:\"NUMBEROFUSERS\";}s:6:\"pageid\";a:4:{i:0;i:0;i:1;s:8:\"頁面ID\";i:2;s:8:\"页面ID\";i:3;s:6:\"PAGEID\";}s:8:\"pagename\";a:6:{i:0;i:1;i:1;s:12:\"頁面名稱\";i:2;s:6:\"页名\";i:3;s:9:\"页面名\";i:4;s:12:\"页面名称\";i:5;s:8:\"PAGENAME\";}s:21:\"pagesincategory_files\";a:4:{i:0;i:0;i:1;s:6:\"檔案\";i:2;s:5:\"files\";i:3;s:6:\"文件\";}s:21:\"pagesincategory_pages\";a:4:{i:0;i:0;i:1;s:6:\"頁面\";i:2;s:5:\"pages\";i:3;s:6:\"页面\";}s:8:\"redirect\";a:4:{i:0;i:0;i:1;s:13:\"#重新導向\";i:2;s:10:\"#重定向\";i:3;s:9:\"#REDIRECT\";}s:12:\"revisionuser\";a:4:{i:0;i:1;i:1;s:15:\"修訂使用者\";i:2;s:12:\"REVISIONUSER\";i:3;s:12:\"修订用户\";}s:12:\"rootpagename\";a:4:{i:0;i:1;i:1;s:15:\"根頁面名稱\";i:2;s:12:\"ROOTPAGENAME\";i:3;s:15:\"根页面名称\";}s:13:\"rootpagenamee\";a:4:{i:0;i:1;i:1;s:16:\"根頁面名稱E\";i:2;s:13:\"ROOTPAGENAMEE\";i:3;s:21:\"根页面名称等同\";}s:9:\"safesubst\";a:4:{i:0;i:0;i:1;s:13:\"安全替換:\";i:2;s:13:\"安全替代:\";i:3;s:10:\"SAFESUBST:\";}s:6:\"server\";a:4:{i:0;i:0;i:1;s:9:\"伺服器\";i:2;s:9:\"服务器\";i:3;s:6:\"SERVER\";}s:10:\"servername\";a:4:{i:0;i:0;i:1;s:15:\"伺服器名稱\";i:2;s:12:\"服务器名\";i:3;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:4:{i:0;i:1;i:1;s:12:\"網站名稱\";i:2;s:12:\"站点名称\";i:3;s:8:\"SITENAME\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:22:\"__靜態重新導向__\";i:2;s:19:\"__静态重定向__\";i:3;s:18:\"__STATICREDIRECT__\";}s:5:\"subst\";a:4:{i:0;i:0;i:1;s:7:\"替換:\";i:2;s:7:\"替代:\";i:3;s:6:\"SUBST:\";}s:9:\"talkspace\";a:5:{i:0;i:1;i:1;s:12:\"對話空間\";i:2;s:12:\"讨论空间\";i:3;s:18:\"讨论名字空间\";i:4;s:9:\"TALKSPACE\";}s:3:\"toc\";a:4:{i:0;i:0;i:1;s:10:\"__目錄__\";i:2;s:10:\"__目录__\";i:3;s:7:\"__TOC__\";}s:9:\"url_query\";a:4:{i:0;i:0;i:1;s:6:\"查詢\";i:2;s:5:\"QUERY\";i:3;s:6:\"查询\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";i:2;s:9:\"锚编码\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";i:2;s:12:\"条目路径\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";i:2;s:18:\"基础页面名称\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";i:2;s:24:\"基础页面名称等同\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";i:2;s:10:\"规范URL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";i:2;s:16:\"规范URL等同:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";i:2;s:12:\"级联来源\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";i:2;s:7:\"今天2\";}s:14:\"currentdayname\";a:5:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";i:2;s:6:\"星期\";i:3;s:9:\"今天名\";i:4;s:12:\"今天名称\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";i:2;s:9:\"当前DOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";i:2;s:12:\"当前小时\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";i:2;s:7:\"本月1\";}s:16:\"currentmonthname\";a:4:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";i:2;s:9:\"本月名\";i:3;s:12:\"本月名称\";}s:19:\"currentmonthnamegen\";a:4:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";i:2;s:15:\"本月名属格\";i:3;s:18:\"本月名称属格\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";i:2;s:15:\"当前时间戳\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";i:2;s:6:\"本周\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";i:2;s:6:\"今年\";}s:11:\"defaultsort\";a:7:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";i:4;s:13:\"默认排序:\";i:5;s:22:\"默认排序关键字:\";i:6;s:19:\"默认分类排序:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:7:\"noerror\";i:2;s:9:\"不报错\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:9:\"noreplace\";i:2;s:9:\"不替换\";}s:13:\"directionmark\";a:4:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";i:3;s:12:\"方向标记\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:7:\"noerror\";i:2;s:9:\"无错误\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:9:\"noreplace\";i:2;s:9:\"无代替\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:9:\"FILEPATH:\";i:2;s:13:\"文件路径:\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";i:3;s:15:\"格式化日期\";i:4;s:15:\"日期格式化\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:9:\"FORMATNUM\";i:2;s:15:\"格式化数字\";}s:12:\"fullpagename\";a:4:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";i:2;s:12:\"页面全称\";i:3;s:18:\"完整页面名称\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";i:2;s:24:\"完整页面名称等同\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:8:\"FULLURL:\";i:2;s:10:\"完整URL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:9:\"FULLURLE:\";i:2;s:16:\"完整URL等同:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";i:2;s:7:\"语法:\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:8:\"baseline\";i:2;s:6:\"基线\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";i:4;s:6:\"右上\";i:5;s:9:\"右上=$1\";i:6;s:8:\"右上$1\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:9:\"__INDEX__\";i:2;s:10:\"__索引__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:4:\"INT:\";i:2;s:7:\"界面:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:3:\"LC:\";i:2;s:7:\"小写:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:8:\"LCFIRST:\";i:2;s:13:\"小写首字:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:8:\"LOCALDAY\";i:2;s:9:\"本地日\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";i:2;s:10:\"本地日2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";i:2;s:12:\"本地日名\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:8:\"LOCALDOW\";i:2;s:9:\"本地DOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";i:2;s:12:\"本地小时\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";i:3;s:9:\"本地月\";i:4;s:10:\"本地月2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";i:2;s:10:\"本地月1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";i:2;s:15:\"本地月缩写\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";i:2;s:15:\"本地月份名\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";i:2;s:12:\"本地月历\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:9:\"LOCALTIME\";i:2;s:12:\"本地时间\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";i:2;s:15:\"本地时间戳\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";i:2;s:9:\"本地周\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";i:2;s:9:\"本地年\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";i:2;s:18:\"名字空间等同\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";i:2;s:19:\"__新段落链接__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";i:2;s:13:\"__无索引__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";i:2;s:22:\"__无新段落链接__\";}s:13:\"numberingroup\";a:4:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";i:3;s:15:\"组中用户数\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";i:2;s:9:\"编辑数\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:7:\"PADLEFT\";i:2;s:9:\"左填充\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:8:\"PADRIGHT\";i:2;s:9:\"右填充\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:9:\"pagenamee\";a:4:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";i:2;s:15:\"页面名等同\";i:3;s:18:\"页面名称等同\";}s:15:\"pagesincategory\";a:4:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";i:3;s:18:\"分类中页面数\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:3:\"all\";i:2;s:6:\"所有\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:7:\"subcats\";i:2;s:9:\"子分类\";}s:16:\"pagesinnamespace\";a:4:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";i:3;s:25:\"名字空间中页面数:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:8:\"PAGESIZE\";i:2;s:12:\"页面大小\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:7:\"PLURAL:\";i:2;s:7:\"复数:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";i:2;s:12:\"保护级别\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:4:\"RAW:\";i:2;s:7:\"原始:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";i:2;s:9:\"修订日\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";i:2;s:10:\"修订日2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:10:\"REVISIONID\";i:2;s:8:\"修订ID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";i:2;s:9:\"修订月\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";i:2;s:10:\"修订月1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";i:2;s:12:\"修订大小\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";i:2;s:15:\"修订时间戳\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";i:2;s:9:\"修订年\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";i:2;s:12:\"脚本路径\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:7:\"special\";i:2;s:6:\"特殊\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:8:\"speciale\";i:2;s:12:\"特殊等同\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:9:\"STYLEPATH\";i:2;s:12:\"样式路径\";}s:15:\"subjectpagename\";a:5:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";i:3;s:27:\"主名字空间页面名称\";i:4;s:18:\"条目页面名称\";}s:16:\"subjectpagenamee\";a:5:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";i:3;s:33:\"主名字空间页面名称等同\";i:4;s:24:\"条目页面名称等同\";}s:12:\"subjectspace\";a:5:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";i:3;s:15:\"主名字空间\";i:4;s:18:\"条目名字空间\";}s:13:\"subjectspacee\";a:5:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";i:3;s:21:\"主名字空间等同\";i:4;s:24:\"条目名字空间等同\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";i:2;s:15:\"子页面名称\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";i:2;s:21:\"子页面名称等同\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:3:\"tag\";i:2;s:6:\"标记\";}s:12:\"talkpagename\";a:4:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";i:2;s:18:\"讨论页面名称\";i:3;s:18:\"对话页面名称\";}s:13:\"talkpagenamee\";a:4:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";i:2;s:24:\"讨论页面名称等同\";i:3;s:24:\"对话页面名称等同\";}s:10:\"talkspacee\";a:4:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";i:2;s:18:\"讨论空间等同\";i:3;s:24:\"讨论名字空间等同\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:3:\"UC:\";i:2;s:7:\"大写:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:8:\"UCFIRST:\";i:2;s:13:\"大写首字:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:10:\"URLENCODE:\";i:2;s:10:\"URL编码:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:4:\"PATH\";i:2;s:6:\"路径\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}}'),('ami','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ami','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ami','messages:about','s:13:\"ami:pakayni i\";'),('ami','messages:aboutpage','s:27:\"ami:Project:oya pakayniay i\";'),('ami','messages:aboutsite','s:20:\"ami:ora {{SITENAME}}\";'),('ami','messages:abusefilter-edit-builder-vars-user-mobile','s:44:\"zh-hant:使用者是否透過手機版編輯\";'),('ami','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ami','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ami','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ami','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ami','messages:accesskey-ca-history','s:4:\"en:h\";'),('ami','messages:accesskey-ca-move','s:4:\"en:m\";'),('ami','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ami','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ami','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ami','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ami','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ami','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ami','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ami','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ami','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ami','messages:accesskey-ca-view','s:3:\"en:\";'),('ami','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ami','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ami','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ami','messages:accesskey-diff','s:4:\"en:v\";'),('ami','messages:accesskey-export','s:4:\"en:s\";'),('ami','messages:accesskey-feed-atom','s:3:\"en:\";'),('ami','messages:accesskey-feed-rss','s:3:\"en:\";'),('ami','messages:accesskey-import','s:4:\"en:s\";'),('ami','messages:accesskey-minoredit','s:4:\"en:i\";'),('ami','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ami','messages:accesskey-n-help','s:3:\"en:\";'),('ami','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ami','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ami','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ami','messages:accesskey-n-portal','s:3:\"en:\";'),('ami','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ami','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ami','messages:accesskey-p-logo','s:3:\"en:\";'),('ami','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ami','messages:accesskey-preview','s:4:\"en:p\";'),('ami','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ami','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ami','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ami','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ami','messages:accesskey-pt-login','s:4:\"en:o\";'),('ami','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ami','messages:accesskey-pt-logout','s:3:\"en:\";'),('ami','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ami','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ami','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ami','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ami','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ami','messages:accesskey-publish','s:4:\"en:s\";'),('ami','messages:accesskey-save','s:4:\"en:s\";'),('ami','messages:accesskey-search','s:4:\"en:f\";'),('ami','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ami','messages:accesskey-search-go','s:3:\"en:\";'),('ami','messages:accesskey-summary','s:4:\"en:b\";'),('ami','messages:accesskey-t-contributions','s:3:\"en:\";'),('ami','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ami','messages:accesskey-t-info','s:3:\"en:\";'),('ami','messages:accesskey-t-permalink','s:3:\"en:\";'),('ami','messages:accesskey-t-print','s:4:\"en:p\";'),('ami','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ami','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ami','messages:accesskey-t-upload','s:4:\"en:u\";'),('ami','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ami','messages:accesskey-upload','s:4:\"en:s\";'),('ami','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ami','messages:accesskey-watch','s:4:\"en:w\";'),('ami','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ami','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ami','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ami','messages:accmailtext','s:143:\"zh-hant:[[User talk:$1|$1]] 的隨機密碼已經寄送至 $2 ，可登入後至<em>[[Special:ChangePassword|變更密碼]]頁面變更</em>。\";'),('ami','messages:accmailtitle','s:23:\"zh-hant:密碼已寄出\";'),('ami','messages:accountcreated','s:23:\"zh-hant:已建立帳號\";'),('ami','messages:accountcreatedtext','s:92:\"zh-hant:已建立使用者帳號[[{{ns:User}}:$1|$1]]（[[{{ns:User talk}}:$1|留言]]）。\";'),('ami','messages:acct_creation_throttle_hit','s:225:\"zh-hant:使用您目前 IP 位址到 wiki 的訪客在最近 $2 建立了 {{PLURAL:$1|1 個帳號|$1 個帳號}}，已超出了期間允許的上限。\n因此，目前無法讓使用此 IP 位址的訪客建立任何帳號。\";'),('ami','messages:action-apihighlimits','s:32:\"zh-hant:提高API查詢上限值\";'),('ami','messages:action-applychangetags','s:44:\"zh-hant:連同您的變更一起套用標籤\";'),('ami','messages:action-autoconfirmed','s:43:\"zh-hant:不受基於IP的使用頻率限制\";'),('ami','messages:action-autocreateaccount','s:44:\"zh-hant:自動建立此外部使用者帳號\";'),('ami','messages:action-autopatrol','s:38:\"zh-hant:標示您的編輯為已巡查\";'),('ami','messages:action-bigdelete','s:44:\"zh-hant:刪除有大量歷史記錄的頁面\";'),('ami','messages:action-block','s:41:\"zh-hant:封鎖此使用者的編輯權限\";'),('ami','messages:action-blockemail','s:41:\"zh-hant:封鎖使用者傳送電子郵件\";'),('ami','messages:action-bot','s:32:\"zh-hant:將其視為自動程序\";'),('ami','messages:action-browsearchive','s:29:\"zh-hant:搜尋已刪除頁面\";'),('ami','messages:action-changetags','s:68:\"zh-hant:加入與移除任何於各別修訂與日誌項目的標籤\";'),('ami','messages:action-createaccount','s:44:\"ami:misanga’ tona cang-haw no micokaymasay\";'),('ami','messages:action-createpage','s:23:\"zh-hant:建立此頁面\";'),('ami','messages:action-createtalk','s:29:\"zh-hant:建立此討論頁面\";'),('ami','messages:action-delete','s:16:\"ami:masopitay to\";'),('ami','messages:action-delete-redirect','s:41:\"zh-hant:覆蓋單一版本的重新導向\";'),('ami','messages:action-deletechangetags','s:32:\"zh-hant:從資料庫刪除標籤\";'),('ami','messages:action-deletedhistory','s:41:\"zh-hant:檢視已被刪除的頁面歷史\";'),('ami','messages:action-deletedtext','s:44:\"zh-hant:查看已刪除的修訂版本文字\";'),('ami','messages:action-deletelogentry','s:26:\"zh-hant:刪除日誌項目\";'),('ami','messages:action-deleterevision','s:20:\"zh-hant:刪除修訂\";'),('ami','messages:action-edit','s:30:\"ami:misinanot to inian a felih\";'),('ami','messages:action-editcontentmodel','s:35:\"zh-hant:編輯頁面的內容模型\";'),('ami','messages:action-editinterface','s:29:\"zh-hant:編輯使用者介面\";'),('ami','messages:action-editmyoptions','s:35:\"zh-hant:編輯自己的偏好設定\";'),('ami','messages:action-editmyprivateinfo','s:32:\"zh-hant:編輯您的個人資訊\";'),('ami','messages:action-editmyusercss','s:43:\"zh-hant:編輯您自己的使用者 CSS 檔\";'),('ami','messages:action-editmyuserjs','s:38:\"zh-hant:編輯自己的 JavaScript 檔\";'),('ami','messages:action-editmyuserjson','s:44:\"zh-hant:編輯您自己的使用者 JSON 檔\";'),('ami','messages:action-editmyuserjsredirect','s:60:\"zh-hant:編輯自己的使用者JavaScript重新導向檔案\";'),('ami','messages:action-editmywatchlist','s:32:\"zh-hant:編輯您的監視清單\";'),('ami','messages:action-editprotected','s:71:\"zh-hant:編輯保護層級為「{{int:protect-level-sysop}}」的頁面\";'),('ami','messages:action-editsemiprotected','s:79:\"zh-hant:編輯保護層級為「{{int:protect-level-autoconfirmed}}」的頁面\";'),('ami','messages:action-editsitecss','s:24:\"zh-hant:編輯全站 CSS\";'),('ami','messages:action-editsitejs','s:31:\"zh-hant:編輯全站 JavaScript\";'),('ami','messages:action-editsitejson','s:25:\"zh-hant:編輯全站 JSON\";'),('ami','messages:action-editusercss','s:40:\"zh-hant:編輯其他使用者的 CSS 檔\";'),('ami','messages:action-edituserjs','s:47:\"zh-hant:編輯其他使用者的 JavaScript 檔\";'),('ami','messages:action-edituserjson','s:41:\"zh-hant:編輯其他使用者的 JSON 檔\";'),('ami','messages:action-hideuser','s:50:\"zh-hant:封鎖使用者名稱，避免公開顯示\";'),('ami','messages:action-history','s:29:\"zh-hant:檢視此頁面歷史\";'),('ami','messages:action-import','s:33:\"zh-hant:從其他wiki匯入頁面\";'),('ami','messages:action-importupload','s:35:\"zh-hant:由檔案上傳匯入頁面\";'),('ami','messages:action-ipblock-exempt','s:58:\"zh-hant:略過IP封鎖、自動封鎖及範圍封鎖檢查\";'),('ami','messages:action-managechangetags','s:39:\"zh-hant:建立與 (取消) 啟用標籤\";'),('ami','messages:action-markbotedits','s:44:\"zh-hant:標示還原編輯為機器人編輯\";'),('ami','messages:action-mergehistory','s:32:\"zh-hant:合併此頁面的歷史\";'),('ami','messages:action-mf-uploadbutton','s:54:\"zh-hant:使用 MobileFrontend 指定的上傳系統。\";'),('ami','messages:action-minoredit','s:32:\"zh-hant:標示此編輯為次要\";'),('ami','messages:action-move','s:22:\"ami:linahen kona felih\";'),('ami','messages:action-move-categorypages','s:26:\"zh-hant:移動分類頁面\";'),('ami','messages:action-move-rootuserpages','s:32:\"zh-hant:移動根使用者頁面\";'),('ami','messages:action-move-subpages','s:41:\"zh-hant:移動此頁面與它的子頁面\";'),('ami','messages:action-movefile','s:23:\"zh-hant:移動此檔案\";'),('ami','messages:action-nominornewtalk','s:62:\"zh-hant:不顯示討論頁面中次要編輯的新訊息提示\";'),('ami','messages:action-noratelimit','s:32:\"zh-hant:不受使用頻率限制\";'),('ami','messages:action-override-export-depth','s:60:\"zh-hant:匯出頁面包含連結內容，深度上限為5層\";'),('ami','messages:action-pagelang','s:26:\"zh-hant:變更頁面語言\";'),('ami','messages:action-patrol','s:44:\"zh-hant:標示其它人的編輯為已巡查\";'),('ami','messages:action-patrolmarks','s:41:\"zh-hant:檢視近期變更的巡查標記\";'),('ami','messages:action-protect','s:38:\"zh-hant:變更此頁面的保護設定\";'),('ami','messages:action-purge','s:23:\"zh-hant:清除此頁面\";'),('ami','messages:action-read','s:23:\"zh-hant:閱讀此頁面\";'),('ami','messages:action-reupload','s:32:\"zh-hant:覆蓋此現有的檔案\";'),('ami','messages:action-reupload-own','s:41:\"zh-hant:覆蓋自己上傳的現有檔案\";'),('ami','messages:action-reupload-shared','s:44:\"zh-hant:覆蓋此共用檔案庫上的檔案\";'),('ami','messages:action-rollback','s:62:\"zh-hant:快速回退最後一位用戶對某一頁面的編輯\";'),('ami','messages:action-sendemail','s:26:\"zh-hant:傳送電子郵件\";'),('ami','messages:action-siteadmin','s:38:\"zh-hant:鎖定或解除鎖定資料庫\";'),('ami','messages:action-suppressionlog','s:32:\"zh-hant:檢視此非公開日誌\";'),('ami','messages:action-suppressredirect','s:56:\"zh-hant:移動頁面時不在原頁面建立重新導向\";'),('ami','messages:action-suppressrevision','s:35:\"zh-hant:檢閱與還原隱藏修訂\";'),('ami','messages:action-unblockself','s:26:\"zh-hant:解除封鎖自己\";'),('ami','messages:action-undelete','s:26:\"zh-hant:取消刪除頁面\";'),('ami','messages:action-unwatchedpages','s:35:\"zh-hant:查看未受監視的頁面\";'),('ami','messages:action-upload','s:23:\"zh-hant:上傳此檔案\";'),('ami','messages:action-upload_by_url','s:34:\"zh-hant:使用 URL 上傳此檔案\";'),('ami','messages:action-userrights','s:38:\"zh-hant:編輯所有使用者的權限\";'),('ami','messages:action-userrights-interwiki','s:50:\"zh-hant:編輯在其它 Wiki 上的使用者權限\";'),('ami','messages:action-viewmyprivateinfo','s:32:\"zh-hant:檢視您的個人資訊\";'),('ami','messages:action-viewmywatchlist','s:32:\"zh-hant:檢視您的監視清單\";'),('ami','messages:action-viewsuppressed','s:44:\"zh-hant:檢視所有使用者隱藏的修訂\";'),('ami','messages:action-writeapi','s:24:\"zh-hant:使用寫入 API\";'),('ami','messages:actioncomplete','s:20:\"zh-hant:操作完成\";'),('ami','messages:actionfailed','s:20:\"zh-hant:操作失敗\";'),('ami','messages:actions','s:14:\"zh-hant:操作\";'),('ami','messages:actionthrottled','s:26:\"zh-hant:操作頻率受限\";'),('ami','messages:actionthrottledtext','s:159:\"zh-hant:您在短時間內執行此動作太多次，已超出系統上限，基於反濫用的考量，將限制您的動作。\n請稍後數分鐘後再試。\";'),('ami','messages:activeusers','s:32:\"zh-hant:活動的使用者清單\";'),('ami','messages:activeusers-count','s:40:\"zh-hant:最近 $3 天內有 $1 次動作\";'),('ami','messages:activeusers-excludegroups','s:47:\"zh-hant:排除屬於以下群組的使用者：\";'),('ami','messages:activeusers-from','s:35:\"zh-hant:顯示使用者開始自：\";'),('ami','messages:activeusers-groups','s:47:\"zh-hant:顯示屬於以下群組的使用者：\";'),('ami','messages:activeusers-intro','s:57:\"zh-hant:此清單為最近 $1 天有活動的使用者。\";'),('ami','messages:activeusers-noresult','s:26:\"zh-hant:查無使用者。\";'),('ami','messages:activeusers-submit','s:35:\"zh-hant:顯示活動中的使用者\";'),('ami','messages:activeusers-summary','s:3:\"en:\";'),('ami','messages:addedwatchexpiry-options-label','s:29:\"zh-hant:監視清單時段：\";'),('ami','messages:addedwatchexpiryhours','s:106:\"zh-hant:「[[:$1]]」及其討論頁加入至您的[[Special:Watchlist|監視列表]]已有幾個小時。\";'),('ami','messages:addedwatchexpiryhours-talk','s:109:\"zh-hant:「[[:$1]]」及相關的頁面加入至您的[[Special:Watchlist|監視清單]]已有幾個小時。\";'),('ami','messages:addedwatchexpirytext','s:105:\"zh-hant:「[[:$1]]」及其討論頁已加入至您的[[Special:Watchlist|監視列表]]，期限為$2。\";'),('ami','messages:addedwatchexpirytext-talk','s:108:\"zh-hant:「[[:$1]]」及相關的頁面已加入至您的[[Special:Watchlist|監視清單]]，期限為$2。\";'),('ami','messages:addedwatchindefinitelytext','s:97:\"zh-hant:「[[:$1]]」及其討論頁已永久加入至您的[[Special:Watchlist|監視列表]]。\";'),('ami','messages:addedwatchindefinitelytext-talk','s:100:\"zh-hant:「[[:$1]]」及相關的頁面已永久加入至您的[[Special:Watchlist|監視清單]]。\";'),('ami','messages:addedwatchtext','s:94:\"zh-hant:「[[:$1]]」及其討論頁已加入至您的[[Special:Watchlist|監視列表]]中。\";'),('ami','messages:addedwatchtext-short','s:52:\"zh-hant:已於您的監視清單新增頁面 \"$1\"。\";'),('ami','messages:addedwatchtext-talk','s:94:\"zh-hant:「[[:$1]]」及相關的頁面已加入至您的[[Special:Watchlist|監視清單]]。\";'),('ami','messages:addsection','s:4:\"en:+\";'),('ami','messages:addsection-editintro','s:3:\"en:\";'),('ami','messages:addsection-preload','s:3:\"en:\";'),('ami','messages:addwatch','s:29:\"zh-hant:新增至監視清單\";'),('ami','messages:ago','s:14:\"zh-hant:$1 前\";'),('ami','messages:all-logs-page','s:57:\"ami:Pasadak i ’alomanay to nisoritan to romi’ami’ad\";'),('ami','messages:allarticles','s:22:\"ami:O po:long no felih\";'),('ami','messages:allinnamespace','s:46:\"zh-hant:所有頁面（「$1」命名空間）\";'),('ami','messages:alllogstext','s:307:\"ami:Pararapiten a maemin mahapinang ko {{SITENAME}} no kahirahira a nikilokan. Manga’ay kiso a talalaeno a mipili’ to nikilokan, miteked pangangan to micokaymasay (ta’akay sorit ano eca mamangay sorit no padaka) ano eca oya ngangan o madafitay a felif(ta’akay sorit ano eca mamangay sorit no padaka)\";'),('ami','messages:allmessages','s:20:\"zh-hant:系統訊息\";'),('ami','messages:allmessages-filter','s:32:\"zh-hant:依修改狀況搜尋：\";'),('ami','messages:allmessages-filter-all','s:18:\"ami:Maemin/po:long\";'),('ami','messages:allmessages-filter-legend','s:14:\"zh-hant:篩選\";'),('ami','messages:allmessages-filter-modified','s:17:\"zh-hant:已修改\";'),('ami','messages:allmessages-filter-submit','s:11:\"ami:pidemak\";'),('ami','messages:allmessages-filter-translate','s:14:\"zh-hant:翻譯\";'),('ami','messages:allmessages-filter-unmodified','s:17:\"zh-hant:未修改\";'),('ami','messages:allmessages-language','s:17:\"zh-hant:語言：\";'),('ami','messages:allmessages-not-supported-database','s:91:\"zh-hant:已停用 <strong>$wgUseDatabaseMessages</strong> 設定，無法使用此頁面。\";'),('ami','messages:allmessages-prefix','s:26:\"zh-hant:依字首篩選：\";'),('ami','messages:allmessagescurrent','s:29:\"zh-hant:目前的訊息文字\";'),('ami','messages:allmessagesdefault','s:29:\"zh-hant:預設的訊息文字\";'),('ami','messages:allmessagesname','s:14:\"zh-hant:名稱\";'),('ami','messages:allmessagestext','s:259:\"zh-hant:此處列出所有在MediaWiki命名空間中系統訊息。若您想為MediaWiki的在地化貢獻翻譯，請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki在地化]與[https://translatewiki.net translatewiki.net]。\";'),('ami','messages:allowemail','s:53:\"zh-hant:允許其他使用者向我傳送電子郵件\";'),('ami','messages:allpages','s:22:\"ami:O po:long no felih\";'),('ami','messages:allpages-bad-ns','s:49:\"zh-hant:{{SITENAME}}沒有「$1」命名空間。\";'),('ami','messages:allpages-hide-redirects','s:40:\"ami:mihimed a misafaeloh misiyor a felih\";'),('ami','messages:allpages-summary','s:3:\"en:\";'),('ami','messages:allpagesbadtitle','s:147:\"zh-hant:指定的頁面標題無效、包含內部語言或內部 Wiki 的字首。\n它可能包含一個或多個的不能用於標題的字元。\";'),('ami','messages:allpagesfrom','s:35:\"zh-hant:顯示以此開頭的頁面\";'),('ami','messages:allpagesprefix','s:32:\"zh-hant:根據前綴查詢頁面\";'),('ami','messages:allpagessubmit','s:11:\"ami:pidemak\";'),('ami','messages:allpagesto','s:35:\"zh-hant:顯示以此結尾的頁面\";'),('ami','messages:alreadyrolled','s:380:\"zh-hant:無法回退由[[User:$2|$2]]（[[User talk:$2|留言]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]）所作的最後一次編輯[[:$1]]，已有其他人編輯或回退了該頁面。\n\n最後一次編輯該頁面的使用者是[[User:$3|$3]]（[[User talk:$3|留言]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]）。\";'),('ami','messages:ancientpages','s:20:\"zh-hant:最早頁面\";'),('ami','messages:ancientpages-summary','s:3:\"en:\";'),('ami','messages:and','s:17:\"ami:&#32;ato&#32;\";'),('ami','messages:anoncontribs','s:14:\"ami:nipafelian\";'),('ami','messages:anoneditwarning','s:347:\"ami:<strong>’arawen:</strong> caayay ho picomod kiso. Ano mikawit kiso to maamaan i, o mamapahapinang ko IP no miso i ’alomanay. Ano <strong>[$1 micomod kiso]</strong> ano eca <strong>[$2 misanga’ kiso to cang-haw]</strong>，o mikawitan iso i, oya ngangan iso o micokaymasay ko mapasapinangay, matira i, aira ko roma o kanga’ayan a demak.\";'),('ami','messages:anonnotice','s:4:\"en:-\";'),('ami','messages:anononlyblock','s:29:\"zh-hant:僅限匿名使用者\";'),('ami','messages:anonpreviewwarning','s:97:\"zh-hant:您尚未登入。發布頁面會將您的IP位址記錄在此頁面的編輯歷史中。\";'),('ami','messages:anontalk','s:14:\"zh-hant:討論\";'),('ami','messages:anontalkpagetext','s:565:\"ami:----<em>onini ka ainian a felih, o sakitini caayay ho pisanga’ to cang-haw a tamdaw, ano eca, yo misakaniway ho ko pipangangan a micokaymasay</em> oarasaka pakayni i kaitiraan no IP ko pisapinang to tireng, nika oya kaitiraan no malecaday a IP, alatek ’aloman ko micokaymasay. Ano o misakaniway ho ko pipangangan iso, ato ano caay ko sakitini i tisowanan koya mipo’elacay a sowal i, ka o [[Special:CreateAccount|pisanga’ o faelohay a cang-haw]] ano eca [[Special:UserLogin|sacomod]] ta caay ka sasifod to no roma oya misakaniway ko pipangangan a tamdaw.\";'),('ami','messages:anonuser','s:37:\"zh-hant:{{SITENAME}}匿名使用者$1\";'),('ami','messages:anonusers','s:51:\"zh-hant:{{SITENAME}}匿名{{PLURAL:$2|使用者}}$1\";'),('ami','messages:anonymous','s:52:\"zh-hant:{{SITENAME}}的匿名{{PLURAL:$1|使用者}}\";'),('ami','messages:api-clientside-error-aborted','s:20:\"zh-hant:請求中止\";'),('ami','messages:api-clientside-error-http','s:42:\"zh-hant:伺服器回傳錯誤：HTTP $1。\";'),('ami','messages:api-clientside-error-invalidresponse','s:41:\"zh-hant:來自伺服器的無效回應。\";'),('ami','messages:api-clientside-error-noconnect','s:104:\"zh-hant:無法連接到伺服器。請確認您的網際網路連結有正常運作，並再試一次。\";'),('ami','messages:api-clientside-error-timeout','s:50:\"zh-hant:伺服器未在預計的時間內回應。\";'),('ami','messages:api-credits','s:375:\"zh-hant:API 開發人員：\n* Roan Kattouw (首席開發者 Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (創立者，首席開發者 Sep 2006–Sep 2007)\n* Brad Jorsch (首席開發者 2013–2020)\n\n請傳送您的評論、建議以及問題至 mediawiki-api@lists.wikimedia.org\n或者回報問題至 https://phabricator.wikimedia.org/。\";'),('ami','messages:api-credits-header','s:17:\"zh-hant:製作群\";'),('ami','messages:api-error-badtoken','s:38:\"zh-hant:內部錯誤：密鑰錯誤。\";'),('ami','messages:api-error-emptypage','s:41:\"zh-hant:不允許建立空白的頁面。\";'),('ami','messages:api-error-publishfailed','s:59:\"zh-hant:內部錯誤：伺服器發布暫存檔案失敗。\";'),('ami','messages:api-error-stashfailed','s:59:\"zh-hant:內部錯誤：伺服器儲存暫存檔案失敗。\";'),('ami','messages:api-error-unknown-warning','s:30:\"zh-hant:不明警告：\"$1\"。\";'),('ami','messages:api-error-unknownerror','s:30:\"zh-hant:不明錯誤：\"$1\"。\";'),('ami','messages:api-exception-trace','s:32:\"zh-hant:$1位在$2的第$3行\n$4\";'),('ami','messages:api-feed-error-title','s:22:\"zh-hant:錯誤（$1）\";'),('ami','messages:api-format-prettyprint-header','s:337:\"zh-hant:這是$1格式的HTML呈現。HTML適合用於除錯，但不適合應用程式使用。\n\n指定<var>format</var>參數以更改輸出格式。要檢視$1格式的非HTML呈現，設定<kbd>format=$2</kbd>。\n\n參考 [[mw:Special:MyLanguage/API|完整說明文件]] 或 [[Special:ApiHelp/main|API說明]] 以取得更多資訊。\";'),('ami','messages:api-format-prettyprint-header-hyperlinked','s:316:\"zh-hant:這是$1格式的HTML實現。HTML對除錯很有用，但不適合應用程式使用。\n\n指定<var>format</var>參數以變更輸出格式。要查看$1格式的非HTML實現，設定[$3 <kbd>format=$2</kbd>]。\n\n參見[[mw:API|完整文件]]，或[[Special:ApiHelp/main|API說明]]以取得更多資訊。\";'),('ami','messages:api-format-prettyprint-header-only-html','s:177:\"zh-hant:這是用來除錯的HTML呈現，不適合實際應用。\n\n參見[[mw:Special:MyLanguage/API|完整文件]]或[[Special:ApiHelp/main|API幫助]]以取得更多資訊。\";'),('ami','messages:api-format-prettyprint-status','s:47:\"zh-hant:此回應將會傳回HTTP狀態$1 $2。\";'),('ami','messages:api-format-title','s:28:\"zh-hant:MediaWiki API 結果\";'),('ami','messages:api-help-authmanager-general-usage','s:1291:\"zh-hant:使用此模組的一般步驟是：\n# 透過 <kbd>amirequestsfor=$4</kbd> 取得來自 <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> 的可用欄位，和來自 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> 的<kbd>$5</kbd>權杖。\n# 向使用者顯示欄位，並獲得其提交的內容。\n# 提交（POST）至此模組，提供 <var>$1returnurl</var> 及任何相關欄位。\n# 在回應中檢查 <samp>status</samp>。\n#* 如果您收到了 <samp>PASS</samp>（成功）或<samp>FAIL</samp>（失敗），則認為操作結束。成功與否如上句所示。\n#* 如果您收到了 <samp>UI</samp>，向使用者顯示新欄位，並再次獲取其提交的內容。然後再次使用 <var>$1continue</var>，向本模組提交相關欄位，並重復第四步。\n#* 如果您收到了 <samp>REDIRECT</samp>，將使用者指向<samp>redirecttarget</samp> 中的目標，等待其返回<var>$1returnurl</var>。然後再次使用 <var>$1continue</var>，向本模組提交返回 URL 中提供的一切欄位，並重復第四步。\n#* 如果您收到了 <samp>RESTART</samp>，表示身份驗證正常運作，但我們沒有連結的使用者帳戶。您可以將此視為 <samp>UI</samp>或<samp>FAIL</samp>。\";'),('ami','messages:api-help-authmanagerhelper-additional-params','s:299:\"zh-hant:此模組允許額外參數，取決於可用的身份驗證請求。使用<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>与<kbd>amirequestsfor=$1</kbd>（或之前來自此模組的回應，如果合適）以決定可用請求及其使用的欄位。\";'),('ami','messages:api-help-authmanagerhelper-continue','s:141:\"zh-hant:此請求是在先前的<samp>UI</samp>或<samp>REDIRECT</samp>回應之後的後續動作。必填此值或<var>$1returnurl</var>。\";'),('ami','messages:api-help-authmanagerhelper-mergerequestfields','s:83:\"zh-hant:將用於所有身份驗證請求的欄位資訊合併至一個陣列中。\";'),('ami','messages:api-help-authmanagerhelper-messageformat','s:38:\"zh-hant:用於回傳訊息的格式。\";'),('ami','messages:api-help-authmanagerhelper-preservestate','s:71:\"zh-hant:從之前失敗的登入嘗試中保持狀態，如果可能。\";'),('ami','messages:api-help-authmanagerhelper-request','s:191:\"zh-hant:使用此身份驗證請求，透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>。\";'),('ami','messages:api-help-authmanagerhelper-requests','s:233:\"zh-hant:只使用這些身份驗證請求，透過自<kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>回傳的<samp>id</samp>與<kbd>amirequestsfor=$1</kbd>，或來自此模組之前的回應。\";'),('ami','messages:api-help-authmanagerhelper-returnurl','s:504:\"zh-hant:為第三方身份驗證流程傳回URL，必須為絕對值。需要此值或<var>$1continue</var>兩者之一。\n\n在接收<samp>REDIRECT</samp>回應時，一般狀況下您將打開瀏覽器或網站瀏覽功能到特定的<samp>redirecttarget</samp> URL以進行第三方身份驗證流程。當它完成時，第三方會將瀏覽器或網站瀏覽功能送至此URL。您應當提取任何來自URL的查詢或POST參數，並將之作為<var>$1continue</var>請求傳遞至此API模組。\";'),('ami','messages:api-help-datatype-boolean','s:170:\"zh-hant:布林值參數運作上就像 HTML 的勾選框：若有指定參數，不論值的內容為何都視為 true。對於 false 值，則是將參數整個省略。\";'),('ami','messages:api-help-datatype-expiry','s:287:\"zh-hant:到期時間可以是相對時間（例如：<kbd>5 months</kbd> 或 <kbd>2 weeks</kbd>）或是絕對時間（例如：<kbd>2014-09-18T12:34:56Z</kbd>）。如果要無期限，請使用 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd>、或 <kbd>never</kbd>。\";'),('ami','messages:api-help-datatype-timestamp','s:401:\"zh-hant:時間戳記能以數種格式指定，請查看[[mw:Special:MyLanguage/Timestamp|在 mediawiki.org 上的時間戳記函式庫輸入格式文件]]來獲得更多資訊。推薦採用 ISO 8601 日期與時間格式：<kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>。另外，字串 <kbd>now</kbd> 能用來指定目前時刻的時間戳記。\";'),('ami','messages:api-help-datatypes-header','s:20:\"zh-hant:資料類型\";'),('ami','messages:api-help-datatypes-top','s:614:\"zh-hant:輸入到 MediaWiki 應為 NFC-標準化的 UTF-8。雖然 MediaWiki 會嘗試轉換成其它輸入，但這可能會引發一些操作上錯誤（例如像以 MD5 核對的[[Special:ApiHelp/edit|編輯]]）。\n\n帶有多項值的參數通常是以豎線字元做區分來提交，例如：<kbd>param=value1|value2</kbd> 或是 <kbd>param=value1%7Cvalue2</kbd>。如果值的內容必須包含豎線字元，請使用 U+001F（單位分隔）來做為區分，\'\'並且\'\'讓值的字首加上 U+001F，例如：<kbd>param=%1Fvalue1%1Fvalue2</kbd>。\n\n在 API 請求中的某些參數需要進一步解釋：\";'),('ami','messages:api-help-examples','s:31:\"zh-hant:{{PLURAL:$1|範例}}：\";'),('ami','messages:api-help-flag-deprecated','s:29:\"zh-hant:此模組已停用。\";'),('ami','messages:api-help-flag-generator','s:44:\"zh-hant:此模組可作為產生器使用。\";'),('ami','messages:api-help-flag-internal','s:109:\"zh-hant:<strong>此模組是內部的或不穩定的。</strong>它的操作可能更改而不另行通知。\";'),('ami','messages:api-help-flag-mustbeposted','s:41:\"zh-hant:此模組僅接受 POST 請求。\";'),('ami','messages:api-help-flag-readrights','s:38:\"zh-hant:此模組需要讀取權限。\";'),('ami','messages:api-help-flag-writerights','s:38:\"zh-hant:此模組需要寫入權限。\";'),('ami','messages:api-help-flags','s:3:\"en:\";'),('ami','messages:api-help-help-urls','s:3:\"en:\";'),('ami','messages:api-help-lead','s:157:\"zh-hant:此頁為自動產生的 MediaWiki API 說明文件頁面。\n\n說明文件與範例：https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ami','messages:api-help-license','s:32:\"zh-hant:授權條款：[[$1|$2]]\";'),('ami','messages:api-help-license-noname','s:36:\"zh-hant:協定：[[$1|查看連結]]\";'),('ami','messages:api-help-license-unknown','s:66:\"zh-hant:授權條款：<span class=\"apihelp-unknown\">未知</span>\";'),('ami','messages:api-help-main-header','s:20:\"zh-hant:主要模組\";'),('ami','messages:api-help-no-extended-description','s:3:\"en:\";'),('ami','messages:api-help-open-in-apisandbox','s:43:\"zh-hant:<small>[在沙盒中開啟]</small>\";'),('ami','messages:api-help-param-continue','s:170:\"zh-hant:當更多結果可用時，使用這個繼續。[[mw:Special:MyLanguage/API:Continue|可在 mediawiki.org 取得]]更多有關如何繼續查詢的詳細資訊。\";'),('ami','messages:api-help-param-default-empty','s:60:\"zh-hant:預設值：<span class=\"apihelp-empty\">(空)</span>\";'),('ami','messages:api-help-param-deprecated','s:20:\"zh-hant:已棄用。\";'),('ami','messages:api-help-param-deprecated-label','s:23:\"zh-hant:不建議使用\";'),('ami','messages:api-help-param-direction','s:26:\"zh-hant:列舉的方向：\";'),('ami','messages:api-help-param-disabled-in-miser-mode','s:83:\"zh-hant:因[[mw:Special:MyLanguage/Manual:$wgMiserMode|miser模式]]而被停用。\";'),('ami','messages:api-help-param-internal','s:17:\"zh-hant:內部。\";'),('ami','messages:api-help-param-internal-label','s:14:\"zh-hant:內部\";'),('ami','messages:api-help-param-limited-in-miser-mode','s:251:\"zh-hant:<strong>注意：</strong>出於 [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser 模式]]緣故，使用這個可能會導致在繼續之前，傳回少於 <var>$1limit</var> 筆的結果，極端情況下則可能不會傳回任何结果。\";'),('ami','messages:api-help-param-multi-all','s:54:\"zh-hant:要指定所有值，請使用<kbd>$1</kbd>。\";'),('ami','messages:api-help-param-multi-separate','s:102:\"zh-hant:將幾個值以 <kbd>|</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔。\";'),('ami','messages:api-help-param-no-description','s:54:\"zh-hant:<span class=\"apihelp-empty\">(無描述)</span>\";'),('ami','messages:api-help-param-templated','s:101:\"zh-hant:此為[[Special:ApiHelp/main#main/templatedparams|模板參數]]。當做出請求時，$2。\";'),('ami','messages:api-help-param-templated-var','s:58:\"zh-hant:<var>&#x7B;$1&#x7D;</var> 與 <var>$2</var> 的值\";'),('ami','messages:api-help-param-templated-var-first','s:89:\"zh-hant:在參數名稱裡的 <var>&#x7B;$1&#x7D;</var> 應替換成 <var>$2</var> 的值\";'),('ami','messages:api-help-param-token','s:96:\"zh-hant:自 [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] 接收的「$1」權杖。\";'),('ami','messages:api-help-param-token-webui','s:86:\"zh-hant:為顧及相容性，web UI 中使用的權杖（Token）也是可接受的。\";'),('ami','messages:api-help-param-type-enum','s:130:\"zh-hant:{{PLURAL:$1|1=單值|2=多值 (以 <kbd>{{!}}</kbd> 或 [[Special:ApiHelp/main#main/datatypes|alternative]] 分隔)}}：$2\";'),('ami','messages:api-help-param-type-expiry','s:118:\"zh-hant:輸入：{{PLURAL:$1|1=到期|2=到期清單}}（[[Special:ApiHelp/main#main/datatype/expiry|詳細內容]]）\";'),('ami','messages:api-help-param-type-limit','s:40:\"zh-hant:類型：整數或<kbd>max</kbd>\";'),('ami','messages:api-help-param-type-presenceboolean','s:91:\"zh-hant:類型：布林值（[[Special:ApiHelp/main#main/datatype/boolean|詳細資訊]]）\";'),('ami','messages:api-help-param-type-timestamp','s:133:\"zh-hant:類型：{{PLURAL:$1|1=時間戳記|2=時間戳記列表}}（[[Special:ApiHelp/main#main/datatype/timestamp|允許格式]]）\";'),('ami','messages:api-help-parameters','s:37:\"zh-hant:{{PLURAL:$1|具體參數}}：\";'),('ami','messages:api-help-parameters-note','s:35:\"zh-hant:其他通用參數可用。\";'),('ami','messages:api-help-paramvalue-direction-newer','s:59:\"zh-hant:最早的優先。注意：$1start應早於$1end。\";'),('ami','messages:api-help-paramvalue-direction-older','s:71:\"zh-hant:最新的優先（預設）。注意：$1start應晚於$1end。\";'),('ami','messages:api-help-permissions','s:31:\"zh-hant:{{PLURAL:$1|權限}}：\";'),('ami','messages:api-help-permissions-granted-to','s:38:\"zh-hant:{{PLURAL:$1|已授權給}}: $2\";'),('ami','messages:api-help-right-apihighlimits','s:137:\"zh-hant:在 API 查詢使用較高的限制（慢速查詢：$1；快速查詢：$2）。慢速查詢的限制也適用於多值參數。\";'),('ami','messages:api-help-source','s:19:\"zh-hant:來源：$1\";'),('ami','messages:api-help-source-unknown','s:60:\"zh-hant:來源：<span class=\"apihelp-unknown\">未知</span>\";'),('ami','messages:api-help-templatedparams','s:527:\"zh-hant:模板參數可支援當 API 模組需要替某些參數值給予值的情況。舉例來說，如果有個用來請求水果的 API 模組，可能會有一個用來指定水果的 <var>fruits</var> 參數，以及用來指定有多少顆水果的模板參數 <var>{fruit}-quantity</var>。若一個 API 客戶端想要 1 顆蘋果、5 條香蕉、以及 20 粒草莓時，可以做出像是 <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd> 這樣的請求。\";'),('ami','messages:api-help-templatedparams-header','s:20:\"zh-hant:模板參數\";'),('ami','messages:api-help-title','s:28:\"zh-hant:MediaWiki API 說明\";'),('ami','messages:api-help-undocumented-module','s:48:\"zh-hant:沒有用於模組 $1 的說明文件。\";'),('ami','messages:api-login-fail-aborted','s:265:\"zh-hant:驗證需要使用者互動，該不被 <kbd>action=login</kbd> 所支援。要以 <kbd>action=login</kbd> 登入，請參閱 [[Special:BotPasswords]]。要繼續以主帳號登入，請參閱 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。\";'),('ami','messages:api-login-fail-aborted-nobotpw','s:167:\"zh-hant:驗證需要使用者互動，該不被 <kbd>action=login</kbd> 所支援。要登入請查看 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。\";'),('ami','messages:api-login-fail-badsessionprovider','s:34:\"zh-hant:當使用$1無法登入。\";'),('ami','messages:api-login-fail-sameorigin','s:56:\"zh-hant:當未套用相同原有方針時無法登入。\";'),('ami','messages:api-pageset-param-converttitles','s:154:\"zh-hant:如有需要，轉換標題成其它變體。這僅在 wiki 的內容語言支援變體轉換時有用。支援變體轉換的語言包含有$1。\";'),('ami','messages:api-pageset-param-generator','s:154:\"zh-hant:執行指定查詢模組取得要處理的頁面清單。\n\n<strong>注意：</strong>生成器參數名必須以「g」開頭，請查看範例。\";'),('ami','messages:api-pageset-param-pageids','s:39:\"zh-hant:要使用的頁面 ID 清單。\";'),('ami','messages:api-pageset-param-redirects-generator','s:160:\"zh-hant:自動解決在 <var>$1titles</var>、<var>$1pageids</var>、<var>$1revids</var>，以及由 <var>$1generator</var> 所回傳頁面裡的重新導向。\";'),('ami','messages:api-pageset-param-redirects-nogenerator','s:111:\"zh-hant:自動解決在 <var>$1titles</var>、<var>$1pageids</var>，與 <var>$1revids</var> 的重新導向。\";'),('ami','messages:api-pageset-param-revids','s:246:\"zh-hant:要查詢的修訂版本ID列表。請注意，幾乎所有的查詢模組都會將修訂版本ID轉換為對應的頁面ID，並且查詢最新的修訂版本。只有<kbd>prop=revisions</kbd>會使用精確的修訂版本進行回應。\";'),('ami','messages:api-pageset-param-titles','s:35:\"zh-hant:要使用的標題清單。\";'),('ami','messages:api-usage-docref','s:44:\"zh-hant:查看 $1 來了解 API 的使用。\";'),('ami','messages:api-usage-mailinglist-ref','s:209:\"zh-hant:在 &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; 的 mediawiki-api-announce 郵件清單做出訂閱，來取得 API 棄用與重大修訂的通知。\";'),('ami','messages:apierror-allimages-redirect','s:142:\"zh-hant:當使用 <kbd>allimages</kbd> 作為產生器時，請改用 <kbd>gaifilterredir=nonredirects</kbd> 而不是 <var>redirects</var>。\";'),('ami','messages:apierror-allpages-generator-redirects','s:141:\"zh-hant:當使用 <kbd>allpages</kbd> 作為產生器時，請改用 <kbd>gapfilterredir=nonredirects</kbd> 而不是 <var>redirects</var>。\";'),('ami','messages:apierror-appendnotsupported','s:57:\"zh-hant:無法附加到使用內容模組 $1 的頁面。\";'),('ami','messages:apierror-articleexists','s:50:\"zh-hant:您所嘗試建立的條目已被創建。\";'),('ami','messages:apierror-assertanonfailed','s:56:\"zh-hant:您已不再登出，所以操作無法完成。\";'),('ami','messages:apierror-assertbotfailed','s:71:\"zh-hant:您沒有 <code>bot</code> 權限，所以操作無法完成。\";'),('ami','messages:apierror-assertnameduserfailed','s:73:\"zh-hant:您已不再以「$1」身份登入，所以操作無法完成。\";'),('ami','messages:apierror-assertuserfailed','s:56:\"zh-hant:您已不再登入，所以操作無法完成。\";'),('ami','messages:apierror-autoblocked','s:105:\"zh-hant:您的 IP 位址已經被自動封鎖，因為它曾經被一名已封鎖的使用者使用過。\";'),('ami','messages:apierror-bad-badfilecontexttitle','s:69:\"zh-hant:在 <var>$1badfilecontexttitle</var> 參數的無效標題。\";'),('ami','messages:apierror-bad-watchlist-token','s:96:\"zh-hant:提供無效的監視清單權杖。請在 [[Special:Preferences]] 設定正確權杖。\";'),('ami','messages:apierror-badconfig-resulttoosmall','s:108:\"zh-hant:在此 wiki 上 <code>$wgAPIMaxResultSize</code> 的值太小，而無法含有基本結果資訊。\";'),('ami','messages:apierror-badcontinue','s:89:\"zh-hant:無效的繼續參數。您應該傳遞由前一個查詢所回傳的原有值。\";'),('ami','messages:apierror-baddiff','s:101:\"zh-hant:無法取得差異。不存在一個或兩個修訂，或是您沒有權限來檢視它們。\";'),('ami','messages:apierror-baddiffto','s:121:\"zh-hant:<var>$1diffto</var> 必須設定成非負值的數字、<kbd>prev</kbd>、<kbd>next</kbd>、或 <kbd>cur</kbd>。\";'),('ami','messages:apierror-badformat','s:76:\"zh-hant:由 $3 所使用的內容模組 $2 不支援使用請求格式 $1。\";'),('ami','messages:apierror-badformat-generic','s:57:\"zh-hant:內容模組 $2 不支援使用請求格式 $1。\";'),('ami','messages:apierror-badgenerator-notgenerator','s:53:\"zh-hant:模組 <kbd>$1</kbd> 不能作為產生器。\";'),('ami','messages:apierror-badgenerator-unknown','s:44:\"zh-hant:未知的 <kbd>generator=$1</kbd>。\";'),('ami','messages:apierror-badip','s:26:\"zh-hant:IP 參數無效。\";'),('ami','messages:apierror-badmd5','s:40:\"zh-hant:提供的 MD5 雜湊不正確。\";'),('ami','messages:apierror-badmodule-badsubmodule','s:58:\"zh-hant:模組 <kbd>$1</kbd> 不包含子模組「$2」。\";'),('ami','messages:apierror-badmodule-nosubmodules','s:47:\"zh-hant:模組 <kbd>$1</kbd> 沒有子模組。\";'),('ami','messages:apierror-badparameter','s:44:\"zh-hant:參數 <var>$1</var> 的值無效。\";'),('ami','messages:apierror-badquery','s:26:\"zh-hant:無效的查詢。\";'),('ami','messages:apierror-badtimestamp','s:70:\"zh-hant:用於時間戳記參數 <var>$1</var> 的值「$2」無效。\";'),('ami','messages:apierror-badtoken','s:29:\"zh-hant:無效 CSRF 權杖。\";'),('ami','messages:apierror-badupload','s:210:\"zh-hant:檔案上傳參數 <var>$1</var> 不是一個檔案上傳，請確定在您的 POST 有使用 <code>multipart/form-data</code>，並且在 <code>Content-Disposition</code> 標頭有包含檔案名稱。\";'),('ami','messages:apierror-badurl','s:63:\"zh-hant:用於 URL 參數 <var>$1</var> 的值「$2」無效。\";'),('ami','messages:apierror-baduser','s:67:\"zh-hant:用於使用者參數 <var>$1</var> 的值「$2」無效。\";'),('ami','messages:apierror-badvalue-notmultivalue','s:54:\"zh-hant:U+001F 多值區分僅可用於多值參數。\";'),('ami','messages:apierror-blocked','s:41:\"zh-hant:您已被封鎖，無法編輯。\";'),('ami','messages:apierror-blocked-partial','s:41:\"zh-hant:您已被禁止編輯此頁面。\";'),('ami','messages:apierror-blockedfrommail','s:53:\"zh-hant:您已被封鎖，無法發送電子郵件。\";'),('ami','messages:apierror-botsnotsupported','s:38:\"zh-hant:此介面不支援機器人。\";'),('ami','messages:apierror-cannot-async-upload-file','s:263:\"zh-hant:參數 <var>async</var> 與 <var>file</var> 不能結合。如果您想要對您上傳的檔案非同步處理，請先上傳至儲藏（使用 <var>stash</var> 參數）並非同步發布儲藏檔案（使用 <var>filekey</var> 和 <var>async</var>）。\";'),('ami','messages:apierror-cannotreauthenticate','s:62:\"zh-hant:出於您的身份無法驗證，此操作不可用。\";'),('ami','messages:apierror-cannotviewtitle','s:34:\"zh-hant:您不被允許檢視$1。\";'),('ami','messages:apierror-cantblock','s:44:\"zh-hant:您沒有權限來解封使用者。\";'),('ami','messages:apierror-cantblock-email','s:77:\"zh-hant:您沒有權限來封鎖使用者透過 wiki 來發送電子郵件。\";'),('ami','messages:apierror-cantchangecontentmodel','s:56:\"zh-hant:您沒有權限來更改頁面的內容模組。\";'),('ami','messages:apierror-canthide','s:65:\"zh-hant:您沒有權限來從封鎖日誌隱藏使用者名稱。\";'),('ami','messages:apierror-cantimport','s:41:\"zh-hant:您沒有權限來匯入頁面。\";'),('ami','messages:apierror-cantimport-upload','s:50:\"zh-hant:您沒有權限來匯入已上傳頁面。\";'),('ami','messages:apierror-cantoverwrite-sharedfile','s:86:\"zh-hant:目標檔案存在於分享儲存庫上，因此您沒有權限來覆蓋掉。\";'),('ami','messages:apierror-cantsend','s:158:\"zh-hant:您尚未登入，您沒有已確認的電子郵件地址，或是您未被允許發送電子郵件給其他人，因此您不能發送電子郵件。\";'),('ami','messages:apierror-cantundelete','s:95:\"zh-hant:無法取消刪除：請求的修訂可能不存在，或是可能已被取消刪除。\";'),('ami','messages:apierror-cantview-deleted-comment','s:53:\"zh-hant:您沒有權限來檢視被刪除的註釋。\";'),('ami','messages:apierror-cantview-deleted-description','s:65:\"zh-hant:您沒有權限來檢視被刪除檔案的描述內容。\";'),('ami','messages:apierror-cantview-deleted-metadata','s:65:\"zh-hant:您沒有權限來檢視被刪除檔案的詮釋資料。\";'),('ami','messages:apierror-cantview-deleted-revision-content','s:59:\"zh-hant:您沒有權限來檢視被刪除修訂的內容。\";'),('ami','messages:apierror-changeauth-norequest','s:35:\"zh-hant:建立更改請求失敗。\";'),('ami','messages:apierror-changecontentmodel-cannot-convert','s:58:\"zh-hant:不能將 $1 轉換成內容模組 <code>$2</code>\";'),('ami','messages:apierror-changecontentmodel-cannotbeused','s:54:\"zh-hant:內容模組 <code>$1</code> 不能在$2使用\";'),('ami','messages:apierror-changecontentmodel-missingtitle','s:134:\"zh-hant:您所指定的頁面不存在。要建立帶有自定義內容模組的新頁面，請使用 <kbd>action=edit</kbd> 模組。\";'),('ami','messages:apierror-changecontentmodel-nodirectediting','s:58:\"zh-hant:內容模組 <code>$1</code> 不支援直接編輯\";'),('ami','messages:apierror-chunk-too-small','s:90:\"zh-hant:對於非最終塊，最小塊的大小為 $1 {{PLURAL:$1|位元組|位元組}}。\";'),('ami','messages:apierror-cidrtoobroad','s:52:\"zh-hant:不能接受超出 /$2 的 $1 CIDR 範圍。\";'),('ami','messages:apierror-compare-maintextrequired','s:128:\"zh-hant:當 <var>$1slots</var> 包含 <kbd>main</kbd> 時，需要參數 <var>$1text-main</var>（不能刪除主要部份）。\";'),('ami','messages:apierror-compare-no-title','s:118:\"zh-hant:無法在不帶標題之下預先儲存轉換。請嘗試指定 <var>fromtitle</var> 或 <var>totitle</var>。\";'),('ami','messages:apierror-compare-nofromrevision','s:111:\"zh-hant:沒有「from」修訂。請指定 <var>fromrev</var>、<var>fromtitle</var>、或 <var>fromid</var>。\";'),('ami','messages:apierror-compare-nosuchfromsection','s:45:\"zh-hant:在 \'from\' 內容裡沒有段落$1。\";'),('ami','messages:apierror-compare-nosuchtosection','s:43:\"zh-hant:在 \'to\' 內容裡沒有段落$1。\";'),('ami','messages:apierror-compare-notext','s:80:\"zh-hant:參數 <var>$1</var> 不能在缺少 <var>$2</var> 的情況下使用。\";'),('ami','messages:apierror-compare-notorevision','s:103:\"zh-hant:沒有「to」修訂。請指定 <var>torev</var>、<var>totitle</var>、或 <var>toid</var>。\";'),('ami','messages:apierror-compare-relative-to-deleted','s:72:\"zh-hant:相關已刪除修訂時不能使用 <kbd>torelative=$1</kbd>。\";'),('ami','messages:apierror-compare-relative-to-nothing','s:63:\"zh-hant:沒有相關 <var>torelative</var> 的 \'from\' 修訂。\";'),('ami','messages:apierror-concurrency-limit','s:89:\"zh-hant:超過共時限制。在提交下一個之前，請先等待各要求的回傳。\";'),('ami','messages:apierror-contentmodel-mismatch','s:125:\"zh-hant:您提供的內容具有 <kbd>$1</kbd> 內容模組，該模組與頁面 <kbd>$2</kbd> 目前的內容模組不同。\";'),('ami','messages:apierror-contentserializationexception','s:34:\"zh-hant:內容序列化失敗：$1\";'),('ami','messages:apierror-contenttoobig','s:80:\"zh-hant:您所提供的內容超出條目的 $1 {{PLURAL:$1|位元組}}限制。\";'),('ami','messages:apierror-copyuploadbaddomain','s:52:\"zh-hant:不允許從此網域來透過 URL 上傳。\";'),('ami','messages:apierror-copyuploadbadurl','s:40:\"zh-hant:不允許從此 URL 來上傳。\";'),('ami','messages:apierror-create-titleexists','s:60:\"zh-hant:現有標題不能以 <kbd>create</kbd> 來保護。\";'),('ami','messages:apierror-csp-report','s:42:\"zh-hant:處理 CSP 報告時錯誤：$1。\";'),('ami','messages:apierror-deletedrevs-param-not-1-2','s:57:\"zh-hant:<var>$1</var> 參數不可用於模式 1 或 2。\";'),('ami','messages:apierror-deletedrevs-param-not-3','s:51:\"zh-hant:<var>$1</var> 參數不可用於模式 3。\";'),('ami','messages:apierror-edit-invalidredirect','s:91:\"zh-hant:當以下重新導向的目標<kbd>$2</kbd>無效時，無法編輯<kbd>$1</kbd>。\";'),('ami','messages:apierror-emptynewsection','s:44:\"zh-hant:新段落不可建立空白內容。\";'),('ami','messages:apierror-emptypage','s:44:\"zh-hant:不允許建立空白的新頁面。\";'),('ami','messages:apierror-exceptioncaught','s:29:\"zh-hant:[$1]捕獲異常：$2\";'),('ami','messages:apierror-exceptioncaughttype','s:35:\"zh-hant:[$1]捕獲異常類型：$2\";'),('ami','messages:apierror-filedoesnotexist','s:26:\"zh-hant:檔案不存在。\";'),('ami','messages:apierror-fileexists-sharedrepo-perm','s:107:\"zh-hant:目標檔案存在於分享儲存庫上。請使用參數 <var>ignorewarnings</var> 來覆蓋掉。\";'),('ami','messages:apierror-filenopath','s:44:\"zh-hant:無法取得本地端檔案路徑。\";'),('ami','messages:apierror-filetypecannotberotated','s:38:\"zh-hant:無法旋轉的檔案類型。\";'),('ami','messages:apierror-formatphp','s:117:\"zh-hant:此回應不能使用 <kbd>format=php</kbd> 來表示。請參閱 https://phabricator.wikimedia.org/T68776。\";'),('ami','messages:apierror-imageusage-badtitle','s:48:\"zh-hant:<kbd>$1</kbd>的標題必須是檔案。\";'),('ami','messages:apierror-import-unknownerror','s:34:\"zh-hant:未知的匯入錯誤：$1\";'),('ami','messages:apierror-integeroutofrange-abovebotmax','s:100:\"zh-hant:對於機器人或系統管理員而言，<var>$1</var> 不能超過 $2（設定為 $3）。\";'),('ami','messages:apierror-integeroutofrange-abovemax','s:82:\"zh-hant:對於使用者而言，<var>$1</var> 不能超過 $2（設定為 $3）。\";'),('ami','messages:apierror-integeroutofrange-belowminimum','s:58:\"zh-hant:<var>$1</var> 不能小於 $2（設定為 $3）。\";'),('ami','messages:apierror-invalid-chunk','s:68:\"zh-hant:偏移量加上目前部分大於所聲稱的檔案大小。\";'),('ami','messages:apierror-invalid-file-key','s:35:\"zh-hant:不是有效的檔案鍵。\";'),('ami','messages:apierror-invalidcategory','s:44:\"zh-hant:您所輸入的分類名稱無效。\";'),('ami','messages:apierror-invalidexpiry','s:40:\"zh-hant:無效的期限時間「$1」。\";'),('ami','messages:apierror-invalidiprange','s:37:\"zh-hant:無效的 CIDR 範圍 \"$1\"。\";'),('ami','messages:apierror-invalidlang','s:59:\"zh-hant:用於參數 <var>$1</var> 的語言代碼無效。\";'),('ami','messages:apierror-invalidmethod','s:63:\"zh-hant:無效的 HTTP 方式。請考慮採用 GET 或 POST。\";'),('ami','messages:apierror-invalidoldimage','s:55:\"zh-hant:<var>oldimage</var> 參數含有無效格式。\";'),('ami','messages:apierror-invalidparammix','s:53:\"zh-hant:{{PLURAL:$2|參數}} $1 不能一起使用。\";'),('ami','messages:apierror-invalidparammix-cannotusewith','s:68:\"zh-hant:參數 <kbd>$1</kbd> 不能與 <kbd>$2</kbd> 一起使用。\";'),('ami','messages:apierror-invalidparammix-mustusewith','s:67:\"zh-hant:<kbd>$1</kbd> 參數僅能與 <kbd>$2</kbd> 一起使用。\";'),('ami','messages:apierror-invalidparammix-parse-new-section','s:161:\"zh-hant:<kbd>section=new</kbd> 不能連同 <var>oldid</var>、<var>pageid</var>、或 <var>page</var> 參數。請使用 <var>title</var> 與 <var>text</var>。\";'),('ami','messages:apierror-invalidsection','s:82:\"zh-hant:<var>section</var> 參數必須是有效的段落 ID 或 <kbd>new</kbd>。\";'),('ami','messages:apierror-invalidsha1base36hash','s:47:\"zh-hant:所提供的 SHA1Base36 雜湊無效。\";'),('ami','messages:apierror-invalidsha1hash','s:41:\"zh-hant:所提供的 SHA1 雜湊無效。\";'),('ami','messages:apierror-invalidtitle','s:31:\"zh-hant:錯誤標題「$1」。\";'),('ami','messages:apierror-invalidurlparam','s:67:\"zh-hant:<var>$1urlparam</var> 的值無效（<kbd>$2=$3</kbd>）。\";'),('ami','messages:apierror-invaliduser','s:43:\"zh-hant:無效的使用者名稱「$1」。\";'),('ami','messages:apierror-invaliduserid','s:44:\"zh-hant:使用者 ID <var>$1</var> 無效。\";'),('ami','messages:apierror-ipoutofrange','s:72:\"zh-hant:請求的 CIDR 範圍「$1」不能大於 /$2 的 CIDR 限制。\";'),('ami','messages:apierror-maxbytes','s:78:\"zh-hant:參數 <var>$1</var> 不能大於 $2 {{PLURAL:$2|位元組|位元組}}\";'),('ami','messages:apierror-maxchars','s:75:\"zh-hant:參數 <var>$1</var> 不能多於 $2 個{{PLURAL:$2|字元|字元}}\";'),('ami','messages:apierror-maxlag','s:59:\"zh-hant:正等待$2：已延遲 $1 {{PLURAL:$1|秒|秒}}。\";'),('ami','messages:apierror-maxlag-generic','s:75:\"zh-hant:正等待資料庫伺服器：已延遲 $1 {{PLURAL:$1|秒|秒}}。\";'),('ami','messages:apierror-mimesearchdisabled','s:50:\"zh-hant:MIME 搜尋在 Miser 模式裡被停用。\";'),('ami','messages:apierror-missingcontent-pageid','s:43:\"zh-hant:遺失頁面 ID 為 $1 的內容。\";'),('ami','messages:apierror-missingcontent-revid','s:43:\"zh-hant:遺失修訂 ID 為 $1 的內容。\";'),('ami','messages:apierror-missingcontent-revid-role','s:47:\"zh-hant:作用$2的修訂 ID $1 缺少內容。\";'),('ami','messages:apierror-missingparam','s:45:\"zh-hant:<var>$1</var>參數必須被設定。\";'),('ami','messages:apierror-missingparam-at-least-one-of','s:49:\"zh-hant:參數$1{{PLURAL:$2||其一}}為必要。\";'),('ami','messages:apierror-missingparam-one-of','s:49:\"zh-hant:參數$1{{PLURAL:$2||其一}}為必要。\";'),('ami','messages:apierror-missingrev-pageid','s:49:\"zh-hant:沒有頁面 ID 為 $1 的目前修訂。\";'),('ami','messages:apierror-missingrev-title','s:43:\"zh-hant:沒有標題為$1的目前修訂。\";'),('ami','messages:apierror-missingtitle','s:41:\"zh-hant:您所指定的頁面不存在。\";'),('ami','messages:apierror-missingtitle-byname','s:34:\"zh-hant:頁面「$1」不存在。\";'),('ami','messages:apierror-missingtitle-createonly','s:60:\"zh-hant:遺失標題不能以 <kbd>create</kbd> 來保護。\";'),('ami','messages:apierror-moduledisabled','s:41:\"zh-hant:模組 <kbd>$1</kbd> 已停用。\";'),('ami','messages:apierror-multival-only-one-of','s:64:\"zh-hant:參數 <var>$1</var> 僅允許$2{{PLURAL:$3||其一}}。\";'),('ami','messages:apierror-multpages','s:52:\"zh-hant:<var>$1</var> 僅能以單一頁面使用。\";'),('ami','messages:apierror-mustbeloggedin','s:34:\"zh-hant:您必須登入才能$1。\";'),('ami','messages:apierror-mustbeloggedin-changeauth','s:56:\"zh-hant:必須登入，才能變更身分核對資取。\";'),('ami','messages:apierror-mustbeloggedin-generic','s:26:\"zh-hant:您必須登入。\";'),('ami','messages:apierror-mustbeloggedin-linkaccounts','s:41:\"zh-hant:您必須登入到連結帳號。\";'),('ami','messages:apierror-mustbeloggedin-removeauth','s:56:\"zh-hant:必須登入，才能移除身分核對資取。\";'),('ami','messages:apierror-mustbeloggedin-uploadstash','s:53:\"zh-hant:上傳儲藏僅對已登入使用者可用。\";'),('ami','messages:apierror-mustbeposted','s:49:\"zh-hant:<kbd>$1</kbd> 模組需要 POST 請求。\";'),('ami','messages:apierror-mustpostparams','s:109:\"zh-hant:在查詢字串裡找出以下{{PLURAL:$2|參數|參數}}，而這應必須在 POST 正文裡：$1。\";'),('ami','messages:apierror-no-direct-editing','s:77:\"zh-hant:由$2所使用的內容模組$1不支援透過 API 來直接編輯。\";'),('ami','messages:apierror-noapiwrite','s:52:\"zh-hant:透過 API 來編輯此 wiki 已被停用。\";'),('ami','messages:apierror-nochanges','s:32:\"zh-hant:沒有請求的更改。\";'),('ami','messages:apierror-nodeleteablefile','s:41:\"zh-hant:沒有這樣檔案的舊版本。\";'),('ami','messages:apierror-noedit','s:41:\"zh-hant:您沒有權限來編輯頁面。\";'),('ami','messages:apierror-noedit-anon','s:44:\"zh-hant:匿名使用者不可編輯頁面。\";'),('ami','messages:apierror-noimageredirect','s:53:\"zh-hant:您沒有權限來建立圖片重新導向。\";'),('ami','messages:apierror-noimageredirect-anon','s:56:\"zh-hant:匿名使用者不能建立圖片重新導向。\";'),('ami','messages:apierror-nosuchlogid','s:43:\"zh-hant:沒有 ID 為 $1 的日誌項目。\";'),('ami','messages:apierror-nosuchpageid','s:37:\"zh-hant:沒有 ID 為 $1 的頁面。\";'),('ami','messages:apierror-nosuchrcid','s:43:\"zh-hant:沒有 ID 為 $1 的近期變更。\";'),('ami','messages:apierror-nosuchrevid','s:37:\"zh-hant:沒有 ID 為 $1 的修訂。\";'),('ami','messages:apierror-nosuchsection','s:37:\"zh-hant:沒有 ID 為 $1 的段落。\";'),('ami','messages:apierror-nosuchsection-what','s:33:\"zh-hant:在$2裡沒有段落$1。\";'),('ami','messages:apierror-nosuchuserid','s:40:\"zh-hant:沒有 ID 為 $1 的使用者。\";'),('ami','messages:apierror-notarget','s:50:\"zh-hant:您沒有替此操作指定有效目標。\";'),('ami','messages:apierror-notpatrollable','s:52:\"zh-hant:因內容過舊，修訂 r$1 無法巡查。\";'),('ami','messages:apierror-nouploadmodule','s:32:\"zh-hant:未設定上傳模組。\";'),('ami','messages:apierror-opensearch-json-warnings','s:55:\"zh-hant:警告不能以 OpenSearch JSON 格式表示。\";'),('ami','messages:apierror-pagecannotexist','s:44:\"zh-hant:命名空間不允許實際頁面。\";'),('ami','messages:apierror-pagedeleted','s:65:\"zh-hant:自從您取得時間戳記後，該頁面已被刪除。\";'),('ami','messages:apierror-pagelang-disabled','s:50:\"zh-hant:此 wiki 不允許更改頁面的語言。\";'),('ami','messages:apierror-paramempty','s:44:\"zh-hant:參數 <var>$1</var> 不能為空。\";'),('ami','messages:apierror-parsetree-notwikitext','s:68:\"zh-hant:<kbd>prop=parsetree</kbd> 僅支援用於 wikitext 內容。\";'),('ami','messages:apierror-parsetree-notwikitext-title','s:94:\"zh-hant:<kbd>prop=parsetree</kbd> 僅支援用於 wikitext 內容。$1使用內容模組 $2。\";'),('ami','messages:apierror-pastexpiry','s:37:\"zh-hant:期限時間「$1」已過。\";'),('ami','messages:apierror-permissiondenied','s:28:\"zh-hant:您沒有權限$1。\";'),('ami','messages:apierror-permissiondenied-generic','s:23:\"zh-hant:權限不足。\";'),('ami','messages:apierror-permissiondenied-patrolflag','s:97:\"zh-hant:您需要 <code>patrol</code> 或 <code>patrolmarks</code> 權限來請求巡查標記。\";'),('ami','messages:apierror-permissiondenied-unblock','s:44:\"zh-hant:您沒有權限來解封使用者。\";'),('ami','messages:apierror-prefixsearchdisabled','s:51:\"zh-hant:前綴搜尋在 Miser 模式裡被停用。\";'),('ami','messages:apierror-promised-nonwrite-api','s:103:\"zh-hant:HTTP 標頭 <code>Promise-Non-Write-API-Action</code> 不能發送至寫入模式 API 模組。\";'),('ami','messages:apierror-protect-invalidaction','s:40:\"zh-hant:無效的保護類型「$1」。\";'),('ami','messages:apierror-protect-invalidlevel','s:40:\"zh-hant:無效的保護層級「$1」。\";'),('ami','messages:apierror-ratelimited','s:59:\"zh-hant:您超過了您的速率限制，請稍後再試。\";'),('ami','messages:apierror-readapidenied','s:53:\"zh-hant:您需要有閱讀權限來使用此模組。\";'),('ami','messages:apierror-readonly','s:37:\"zh-hant:wiki 目前為唯讀模式。\";'),('ami','messages:apierror-reauthenticate','s:65:\"zh-hant:於本工作階段還未核對身分，請重新核對。\";'),('ami','messages:apierror-redirect-appendonly','s:166:\"zh-hant:您嘗試使用重新導向跟隨模式來編輯，這必須與 <kbd>section=new</kbd>、<var>prependtext</var>，或 <var>appendtext</var> 來結合使用。\";'),('ami','messages:apierror-revdel-mutuallyexclusive','s:77:\"zh-hant:同一欄位不可同時用在 <var>hide</var> 與 <var>show</var>。\";'),('ami','messages:apierror-revdel-needtarget','s:46:\"zh-hant:此 RevDel 類型需要目標標題。\";'),('ami','messages:apierror-revdel-paramneeded','s:76:\"zh-hant:至少需要 <var>hide</var> 與/或 <var>show</var> 其中的值。\";'),('ami','messages:apierror-revisions-badid','s:47:\"zh-hant:查無參數 <var>$1</var> 的修訂。\";'),('ami','messages:apierror-revisions-norevids','s:252:\"zh-hant:<var>revids</var> 參數不能與清單選項（<var>$1limit</var>、<var>$1startid</var>、<var>$1endid</var>、<kbd>$1dir=newer</kbd>、<var>$1user</var>、<var>$1excludeuser</var>、<var>$1start</var>、和 <var>$1end</var>）一起使用。\";'),('ami','messages:apierror-revisions-singlepage','s:305:\"zh-hant:<var>titles</var>、<var>pageids</var> 或產生器用於提供多個頁面，但 <var>$1limit</var>、<var>$1startid</var>、<var>$1endid</var>、<kbd>$1dir=newer</kbd>、<var>$1user</var>、<var>$1excludeuser</var>、<var>$1start</var>、以及 <var>$1end</var> 參數僅能用在單一頁面。\";'),('ami','messages:apierror-revwrongpage','s:32:\"zh-hant:r$1 不是$2的修訂。\";'),('ami','messages:apierror-searchdisabled','s:39:\"zh-hant:<var>$1</var>搜尋已停用。\";'),('ami','messages:apierror-sectionreplacefailed','s:38:\"zh-hant:無法合併更新的章節。\";'),('ami','messages:apierror-sectionsnotsupported','s:42:\"zh-hant:內容模組 $1 不支援段落。\";'),('ami','messages:apierror-sectionsnotsupported-what','s:29:\"zh-hant:$1 不支援段落。\";'),('ami','messages:apierror-show','s:53:\"zh-hant:不正確的參數 - 不可提供互斥值。\";'),('ami','messages:apierror-siteinfo-includealldenied','s:97:\"zh-hant:除非 <var>$wgShowHostnames</var> 設為真，否則無法檢視所有伺服器資訊。\";'),('ami','messages:apierror-sizediffdisabled','s:57:\"zh-hant:大小差異功能在 Miser 模式裡已停用。\";'),('ami','messages:apierror-spamdetected','s:92:\"zh-hant:您的編輯被拒絕，因為有包含部份垃圾訊息內容：<code>$1</code>。\";'),('ami','messages:apierror-specialpage-cantexecute','s:59:\"zh-hant:您沒有權限來查看此特殊頁面的結果。\";'),('ami','messages:apierror-stashedfilenotfound','s:43:\"zh-hant:在儲藏裡找不到檔案：$1。\";'),('ami','messages:apierror-stashedit-missingtext','s:47:\"zh-hant:給予的雜湊裡查無儲藏文字。\";'),('ami','messages:apierror-stashexception','s:5:\"en:$1\";'),('ami','messages:apierror-stashfailed-complete','s:71:\"zh-hant:已完成大量上傳，請檢查狀態以取得詳細資訊。\";'),('ami','messages:apierror-stashfailed-nosession','s:49:\"zh-hant:沒有帶此鍵的分塊上傳 session。\";'),('ami','messages:apierror-stashfilestorage','s:46:\"zh-hant:在儲藏裡不能儲存上傳：$1。\";'),('ami','messages:apierror-stashinvalidfile','s:32:\"zh-hant:無效的儲藏檔案。\";'),('ami','messages:apierror-stashnosuchfilekey','s:40:\"zh-hant:沒有這樣的檔案鍵：$1。\";'),('ami','messages:apierror-stashpathinvalid','s:61:\"zh-hant:不正確格式或是其它無效的檔案鍵：$1。\";'),('ami','messages:apierror-stashwrongowner','s:28:\"zh-hant:錯誤擁有者：$1\";'),('ami','messages:apierror-stashzerolength','s:61:\"zh-hant:檔案長度為零，且無法儲存於儲藏：$1。\";'),('ami','messages:apierror-systemblocked','s:46:\"zh-hant:您已被 MediaWiki 給自動封鎖。\";'),('ami','messages:apierror-templateexpansion-notwikitext','s:80:\"zh-hant:模板擴展僅支援用於 wikitext 內容。$1使用內容模組 $2。\";'),('ami','messages:apierror-toofewexpiries','s:115:\"zh-hant:提供了 $1 個逾期{{PLURAL:$1|時間戳記|時間戳記}}，所需要的{{PLURAL:$2|是|是}} $2 個。\";'),('ami','messages:apierror-toomanyvalues','s:68:\"zh-hant:替參數 <var>$1</var> 提供太多的值。限制為 $2。\";'),('ami','messages:apierror-unknownaction','s:56:\"zh-hant:指定的操作 <kbd>$1</kbd> 無法識別出。\";'),('ami','messages:apierror-unknownerror','s:34:\"zh-hant:不明錯誤：「$1」。\";'),('ami','messages:apierror-unknownerror-editpage','s:40:\"zh-hant:不明編輯頁面錯誤：$1。\";'),('ami','messages:apierror-unknownerror-nocode','s:23:\"zh-hant:不明錯誤。\";'),('ami','messages:apierror-unknownformat','s:36:\"zh-hant:無法識別的格式\"$1\"。\";'),('ami','messages:apierror-unrecognizedparams','s:58:\"zh-hant:無法識別的{{PLURAL:$2|參數|參數}}：$1。\";'),('ami','messages:apierror-unrecognizedvalue','s:55:\"zh-hant:無法識別參數 <var>$1</var> 的值：$2。\";'),('ami','messages:apierror-unsupportedrepo','s:62:\"zh-hant:本地端檔案儲存庫不支援查詢所有圖片。\";'),('ami','messages:apierror-upload-filekeyneeded','s:76:\"zh-hant:當 <var>offset</var> 不為零時，需提供 <var>filekey</var>。\";'),('ami','messages:apierror-upload-filekeynotallowed','s:76:\"zh-hant:當 <var>offset</var> 為零時，不需提供 <var>filekey</var>。\";'),('ami','messages:apierror-upload-inprogress','s:32:\"zh-hant:已開始由儲藏上傳\";'),('ami','messages:apierror-upload-missingresult','s:38:\"zh-hant:狀態資料裡沒有結果。\";'),('ami','messages:apierror-urlparamnormal','s:43:\"zh-hant:無法標準化$1的圖片參數。\";'),('ami','messages:apierror-writeapidenied','s:54:\"zh-hant:您不被允許透過 API 來編輯此 wiki。\";'),('ami','messages:apihelp','s:18:\"zh-hant:API 說明\";'),('ami','messages:apihelp-block-example-ip-simple','s:67:\"zh-hant:帶有原因封鎖 IP 位址 <kbd>192.0.2.5</kbd> 三天。\";'),('ami','messages:apihelp-block-example-user-complex','s:107:\"zh-hant:帶有原因永久封鎖用戶 <kbd>Vandal</kbd>，並防止建立新帳號及發送電子郵件。\";'),('ami','messages:apihelp-block-param-actionrestrictions','s:109:\"zh-hant:封鎖使用者做出執行的操作清單。僅在 <var>partial</var> 被設定為 true 時套用。\";'),('ami','messages:apihelp-block-param-allowusertalk','s:156:\"zh-hant:允許使用者編輯自己的討論頁（依據<var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>的設定）。\";'),('ami','messages:apihelp-block-param-anononly','s:84:\"zh-hant:僅封鎖匿名使用者 (禁止這個 IP 位址的匿名使用者編輯)。\";'),('ami','messages:apihelp-block-param-autoblock','s:94:\"zh-hant:自動封鎖最後使用的 IP 位址，以及在這之後嘗試登入的 IP 位址。\";'),('ami','messages:apihelp-block-param-expiry','s:272:\"zh-hant:到期時間。可以是相對時間（例如：<kbd>5 months</kbd> 或 <kbd>2 weeks</kbd>）或是絕對時間（例如：<kbd>2014-09-18T12:34:56Z</kbd>）。如果設定成<kbd>infinite</kbd>、<kbd>indefinite</kbd>或<kbd>never</kbd>，封鎖將會無期限。\";'),('ami','messages:apihelp-block-param-hidename','s:88:\"zh-hant:隱藏封鎖日誌的使用者名稱。 (需要 <code>hideuser</code> 權限)。\";'),('ami','messages:apihelp-block-param-namespacerestrictions','s:119:\"zh-hant:封鎖使用者做出編輯的命名空間 ID 清單。僅在 <var>partial</var> 被設定為 true 時套用。\";'),('ami','messages:apihelp-block-param-nocreate','s:29:\"zh-hant:禁止建立帳號。\";'),('ami','messages:apihelp-block-param-noemail','s:99:\"zh-hant:禁止使用者透過 Wiki 寄送電子郵件。 (需要 <code>blockemail</code> 權限)。\";'),('ami','messages:apihelp-block-param-pagerestrictions','s:109:\"zh-hant:封鎖使用者做出編輯的標題清單。僅在 <var>partial</var> 被設定為 true 時套用。\";'),('ami','messages:apihelp-block-param-partial','s:83:\"zh-hant:封鎖使用者訪問特殊頁面或命名空間，而不是整個網站。\";'),('ami','messages:apihelp-block-param-reason','s:23:\"zh-hant:封鎖原因。\";'),('ami','messages:apihelp-block-param-reblock','s:68:\"zh-hant:若使用者已被封鎖，覆寫既有的封鎖設定值。\";'),('ami','messages:apihelp-block-param-tags','s:59:\"zh-hant:在封鎖日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-block-param-user','s:32:\"zh-hant:要封鎖的使用者。\";'),('ami','messages:apihelp-block-param-userid','s:55:\"zh-hant:改成指定<kbd>$1user=#<var>ID</var></kbd>。\";'),('ami','messages:apihelp-block-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-block-param-watchuser','s:72:\"zh-hant:監視使用者或 IP 位址的使用者頁面與對話頁面。\";'),('ami','messages:apihelp-block-summary','s:26:\"zh-hant:封鎖使用者。\";'),('ami','messages:apihelp-changeauthenticationdata-example-password','s:77:\"zh-hant:嘗試更改目前使用者的密碼至 <kbd>ExamplePassword</kbd>。\";'),('ami','messages:apihelp-changeauthenticationdata-summary','s:53:\"zh-hant:為目前使用者變更身分核對資料。\";'),('ami','messages:apihelp-changecontentmodel-example','s:63:\"zh-hant:更改有 <code>text</code> 內容模組的主要頁面\";'),('ami','messages:apihelp-changecontentmodel-param-bot','s:53:\"zh-hant:標記帶有機器人標籤的內容模組。\";'),('ami','messages:apihelp-changecontentmodel-param-model','s:35:\"zh-hant:新內容的內容模組。\";'),('ami','messages:apihelp-changecontentmodel-param-pageid','s:97:\"zh-hant:您所想要更改內容模組的頁面 ID。不能與 <var>$1title</var> 同時使用。\";'),('ami','messages:apihelp-changecontentmodel-param-summary','s:41:\"zh-hant:編輯摘要與日誌項目原因\";'),('ami','messages:apihelp-changecontentmodel-param-tags','s:56:\"zh-hant:更改標籤來套用到日誌項目並編輯。\";'),('ami','messages:apihelp-changecontentmodel-param-title','s:101:\"zh-hant:您所想要更改內容模組的頁面標題。不能與 <var>$1pageid</var> 同時使用。\";'),('ami','messages:apihelp-changecontentmodel-summary','s:35:\"zh-hant:變更頁面的內容模型\";'),('ami','messages:apihelp-checktoken-example-simple','s:52:\"zh-hant:測試 <kbd>csrf</kbd> 權杖的有效性。\";'),('ami','messages:apihelp-checktoken-param-maxtokenage','s:50:\"zh-hant:權杖的有效期間，以秒為單位。\";'),('ami','messages:apihelp-checktoken-param-token','s:29:\"zh-hant:要測試的權杖。\";'),('ami','messages:apihelp-checktoken-param-type','s:35:\"zh-hant:要測試的權杖類型。\";'),('ami','messages:apihelp-checktoken-summary','s:111:\"zh-hant:檢查來自 <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> 的權杖有效性。\";'),('ami','messages:apihelp-clearhasmsg-example-1','s:62:\"zh-hant:清除目前使用者的 <code>hasmsg</code> 標記。\";'),('ami','messages:apihelp-clearhasmsg-summary','s:62:\"zh-hant:清除目前使用者的 <code>hasmsg</code> 標記。\";'),('ami','messages:apihelp-clientlogin-example-login','s:113:\"zh-hant:開始以使用者 <kbd>Example</kbd> 與密碼 <kbd>ExamplePassword</kbd> 來登入至 wiki 的過程。\";'),('ami','messages:apihelp-clientlogin-example-login2','s:119:\"zh-hant:在 <samp>UI</samp> 回應雙因素驗證後繼續登入，提供 <kbd>987654</kbd> 的 <var>OATHToken</var>。\";'),('ami','messages:apihelp-clientlogin-summary','s:43:\"zh-hant:使用互動流程來登入 wiki。\";'),('ami','messages:apihelp-compare-example-1','s:41:\"zh-hant:建立修訂 1 與 1 的差異檔\";'),('ami','messages:apihelp-compare-extended-description','s:85:\"zh-hant:「from」以及「to」的修訂編號，頁面標題或頁面ID為必填。\";'),('ami','messages:apihelp-compare-param-difftype','s:54:\"zh-hant:返回格式化為行內HTML的比較結果。\";'),('ami','messages:apihelp-compare-param-fromcontentformat','s:90:\"zh-hant:指定 <kbd>fromslots=main</kbd> 並改使用 <var>fromcontentformat-main</var>。\";'),('ami','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"zh-hant:<var>fromtext-&#x7B;slot}</var> 的內容序列化格式。\";'),('ami','messages:apihelp-compare-param-fromcontentmodel','s:89:\"zh-hant:指定 <kbd>fromslots=main</kbd> 並改使用 <var>fromcontentmodel-main</var>。\";'),('ami','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:103:\"zh-hant:<var>fromtext-&#x7B;slot}</var> 內容模組。若不提供，則會根據其它參數猜測。\";'),('ami','messages:apihelp-compare-param-fromid','s:41:\"zh-hant:要比對的第一個頁面 ID。\";'),('ami','messages:apihelp-compare-param-frompst','s:57:\"zh-hant:預先儲存轉換<var>fromtext-&#x7B;slot}</var>\";'),('ami','messages:apihelp-compare-param-fromrev','s:38:\"zh-hant:要比對的第一個修訂。\";'),('ami','messages:apihelp-compare-param-fromsection','s:49:\"zh-hant:僅使用 \'from\' 內容的指定段落。\";'),('ami','messages:apihelp-compare-param-fromsection-{slot}','s:233:\"zh-hant:當 <var>fromtext-&#x7B;slot}</var> 是單一段落的內容時，這代表是段落的識別碼。這會合併至由 <var>fromtitle</var>、<var>fromid</var>、<var>fromrev</var> 指定的修訂，就像用於段落編輯。\";'),('ami','messages:apihelp-compare-param-fromslots','s:302:\"zh-hant:覆蓋由 <var>fromtitle</var>、<var>fromid</var> 或 <var>fromrev</var> 指定的修訂內容。\n\n此參數指定要變動的槽位。使用 <var>fromtext-&#x7B;slot}</var>、<var>fromcontentmodel-&#x7B;slot}</var>、與 <var>fromcontentformat-&#x7B;slot}</var> 來指定各槽位的內容。\";'),('ami','messages:apihelp-compare-param-fromtext','s:78:\"zh-hant:指定 <kbd>fromslots=main</kbd> 並改用 <var>fromtext-main</var>。\";'),('ami','messages:apihelp-compare-param-fromtext-{slot}','s:80:\"zh-hant:指定槽位的文字。若忽略的話，槽位會從修訂中移除。\";'),('ami','messages:apihelp-compare-param-fromtitle','s:38:\"zh-hant:要比對的第一個標題。\";'),('ami','messages:apihelp-compare-param-prop','s:35:\"zh-hant:要取得的資訊部份。\";'),('ami','messages:apihelp-compare-param-slots','s:98:\"zh-hant:回傳這些槽位的個別差異，而不是由所有槽位所合併出的單一差異。\";'),('ami','messages:apihelp-compare-param-tocontentformat','s:86:\"zh-hant:指定 <kbd>toslots=main</kbd> 並改使用 <var>tocontentformat-main</var>。\";'),('ami','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"zh-hant:<var>totext-&#x7B;slot}</var> 的內容序列化格式。\";'),('ami','messages:apihelp-compare-param-tocontentmodel','s:85:\"zh-hant:指定 <kbd>toslots=main</kbd> 並改使用 <var>tocontentmodel-main</var>。\";'),('ami','messages:apihelp-compare-param-tocontentmodel-{slot}','s:104:\"zh-hant:<var>totext-&#x7B;slot}</var> 內容模組。若不提供，則會基於其它參數來猜測。\";'),('ami','messages:apihelp-compare-param-toid','s:41:\"zh-hant:要比對的第二個頁面 ID。\";'),('ami','messages:apihelp-compare-param-topst','s:57:\"zh-hant:在 <var>totext</var> 執行預先儲存轉換。\";'),('ami','messages:apihelp-compare-param-torelative','s:159:\"zh-hant:使用判定自 <var>fromtitle</var>、<var>fromid</var>、或 <var>fromrev</var> 之修訂相關的修訂。所有其它的 \'to\' 選項將會忽略。\";'),('ami','messages:apihelp-compare-param-torev','s:38:\"zh-hant:要比對的第二個修訂。\";'),('ami','messages:apihelp-compare-param-tosection','s:47:\"zh-hant:僅使用 \'to\' 內容的指定段落。\";'),('ami','messages:apihelp-compare-param-tosection-{slot}','s:225:\"zh-hant:當 <var>totext-&#x7B;slot}</var> 是單一段落的內容時，這代表是段落的識別碼。這會合併至由 <var>totitle</var>、<var>toid</var>、<var>torev</var> 指定的修訂，就像用於段落編輯。\";'),('ami','messages:apihelp-compare-param-toslots','s:290:\"zh-hant:覆蓋由 <var>totitle</var>、<var>toid</var> 或 <var>torev</var> 指定的修訂內容。\n\n此參數指定要變動的槽位。使用 <var>totext-&#x7B;slot}</var>、<var>tocontentmodel-&#x7B;slot}</var>、與 <var>tocontentformat-&#x7B;slot}</var> 來指定各槽位的內容。\";'),('ami','messages:apihelp-compare-param-totext','s:74:\"zh-hant:指定 <kbd>toslots=main</kbd> 並改用 <var>totext-main</var>。\";'),('ami','messages:apihelp-compare-param-totext-{slot}','s:80:\"zh-hant:指定槽位的文字。若忽略的話，槽位會從修訂中移除。\";'),('ami','messages:apihelp-compare-param-totitle','s:38:\"zh-hant:要比對的第二個標題。\";'),('ami','messages:apihelp-compare-paramvalue-prop-comment','s:163:\"zh-hant:「from」與「to」修訂的註釋。若修訂裡註釋已被刪除，會回傳 <samp>fromcommenthidden</samp> 或 <samp>tocommenthidden</samp> 屬性。\";'),('ami','messages:apihelp-compare-paramvalue-prop-diff','s:22:\"zh-hant:HTML 差異。\";'),('ami','messages:apihelp-compare-paramvalue-prop-diffsize','s:53:\"zh-hant:以位元組為單位的 HTML 差異大小。\";'),('ami','messages:apihelp-compare-paramvalue-prop-ids','s:59:\"zh-hant:「from」與「to」修訂的頁面與修訂 ID。\";'),('ami','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:169:\"zh-hant:「from」與「to」修訂的解析註釋。若是已刪除修訂的註釋，會回傳 <samp>fromcommenthidden</samp> 或 <samp>tocommenthidden</samp> 屬性。\";'),('ami','messages:apihelp-compare-paramvalue-prop-rel','s:72:\"zh-hant:\'from\' 之前與 \'to\' 之後修訂的修訂 ID，若有的話。\";'),('ami','messages:apihelp-compare-paramvalue-prop-size','s:47:\"zh-hant:「from」與「to」修訂的大小。\";'),('ami','messages:apihelp-compare-paramvalue-prop-timestamp','s:56:\"zh-hant:「from」和「to」修訂版本的時間戳。\";'),('ami','messages:apihelp-compare-paramvalue-prop-title','s:53:\"zh-hant:「from」與「to」修訂的頁面標題。\";'),('ami','messages:apihelp-compare-paramvalue-prop-user','s:175:\"zh-hant:「from」與「to」修訂的使用者名稱與 ID。若是已刪除修訂的使用者，會回傳 <samp>fromuserhidden</samp> 或 <samp>touserhidden</samp> 屬性。\";'),('ami','messages:apihelp-compare-summary','s:41:\"zh-hant:比較 2 個頁面間的差異。\";'),('ami','messages:apihelp-createaccount-example-create','s:98:\"zh-hant:開始建立使用者 <kbd>Example</kbd> 與密碼 <kbd>ExamplePassword</kbd> 的過程。\";'),('ami','messages:apihelp-createaccount-param-preservestate','s:345:\"zh-hant:如果 <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> 回傳 <samp>hasprimarypreservedstate</samp> 的 true 值，標記成 <samp>primary-required</samp> 的請求會被忽略。若回傳用於 <samp>preservedusername</samp> 的非零值，使用者名稱必須用於 <var>username</var> 參數。\";'),('ami','messages:apihelp-createaccount-summary','s:35:\"zh-hant:建立新使用者帳號。\";'),('ami','messages:apihelp-cspreport-param-reportonly','s:62:\"zh-hant:標記為來自監視方針而非強制方針的回報\";'),('ami','messages:apihelp-cspreport-param-source','s:52:\"zh-hant:生成觸發此報告之 CSP 標頭的事物\";'),('ami','messages:apihelp-cspreport-summary','s:173:\"zh-hant:由瀏覽器所使用來回報違反內容安全方針。此模組應永不使用，除了是在被由兼容內容安全方針的網路瀏覽器所使用情況下。\";'),('ami','messages:apihelp-delete-example-reason','s:104:\"zh-hant:刪除[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]，原因<kbd>Preparing for move</kbd>。\";'),('ami','messages:apihelp-delete-example-simple','s:66:\"zh-hant:刪除[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]。\";'),('ami','messages:apihelp-delete-param-deletetalk','s:44:\"zh-hant:如存在，刪除關聯討論頁。\";'),('ami','messages:apihelp-delete-param-oldimage','s:134:\"zh-hant:由 [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] 所提供要刪除的舊圖片名稱。\";'),('ami','messages:apihelp-delete-param-pageid','s:86:\"zh-hant:您欲刪除頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。\";'),('ami','messages:apihelp-delete-param-reason','s:78:\"zh-hant:刪除的原因。 若未設定，將會使用自動產生的原因。\";'),('ami','messages:apihelp-delete-param-tags','s:59:\"zh-hant:在刪除日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-delete-param-title','s:84:\"zh-hant:您欲刪除的頁面標題。 無法與 <var>$1pageid</var> 同時使用。\";'),('ami','messages:apihelp-delete-param-unwatch','s:53:\"zh-hant:從您的監視清單中移除目前頁面。\";'),('ami','messages:apihelp-delete-param-watch','s:50:\"zh-hant:加入目前頁面至您的監視清單。\";'),('ami','messages:apihelp-delete-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-delete-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-delete-summary','s:23:\"zh-hant:刪除頁面。\";'),('ami','messages:apihelp-disabled-summary','s:29:\"zh-hant:已停用此模組。\";'),('ami','messages:apihelp-edit-example-edit','s:20:\"zh-hant:編輯頁面\";'),('ami','messages:apihelp-edit-example-prepend','s:55:\"zh-hant:前置頁面的 <kbd>_&#95;NOTOC_&#95;</kbd>。\";'),('ami','messages:apihelp-edit-example-undo','s:82:\"zh-hant:撤銷從 13579 至 13585 之間的修訂，並帶自動生成的摘要。\";'),('ami','messages:apihelp-edit-param-appendtext','s:149:\"zh-hant:將該文字添加到該頁面或章節的結尾。覆蓋$1text。\n\n採用$1section=new來添加一個新的章節，而不是這個參數。\";'),('ami','messages:apihelp-edit-param-baserevid','s:217:\"zh-hant:基於修訂的 ID，可用來檢測編輯衝突。也可透過 [[Special:ApiHelp/query+revisions|action=query&prop=revisions]] 取得。若有設定 basetimestamp 的話，自我衝突會導致編輯失敗。\";'),('ami','messages:apihelp-edit-param-basetimestamp','s:201:\"zh-hant:基於修訂的時間戳記，可用來檢測編輯衝突。也可透過 [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]] 取得。自我衝突則會被忽略。\";'),('ami','messages:apihelp-edit-param-bot','s:44:\"zh-hant:標記此編輯為機器人編輯。\";'),('ami','messages:apihelp-edit-param-contentformat','s:53:\"zh-hant:用於輸入文字的內容序列化格式。\";'),('ami','messages:apihelp-edit-param-contentmodel','s:35:\"zh-hant:新內容的內容模組。\";'),('ami','messages:apihelp-edit-param-createonly','s:50:\"zh-hant:若頁面已存在，則不編輯頁面。\";'),('ami','messages:apihelp-edit-param-md5','s:151:\"zh-hant:$1text 參數、或是 $1prependtext 和 $1appendtext 參數連接的 MD5 雜湊。若有設定，除非雜湊正確否則編輯不會完成。\";'),('ami','messages:apihelp-edit-param-minor','s:38:\"zh-hant:標記此編輯為小編輯。\";'),('ami','messages:apihelp-edit-param-nocreate','s:47:\"zh-hant:若頁面不存在，則產生錯誤。\";'),('ami','messages:apihelp-edit-param-notminor','s:116:\"zh-hant:不要標記此編輯為小編輯，即使有設定到「{{int:tog-minordefault}}」使用者偏好設定。\";'),('ami','messages:apihelp-edit-param-pageid','s:86:\"zh-hant:您欲編輯頁面的頁面 ID。 無法與 <var>$1title</var> 同時使用。\";'),('ami','messages:apihelp-edit-param-prependtext','s:74:\"zh-hant:將該文字添加到該頁面或章節的開始。覆蓋$1text。\";'),('ami','messages:apihelp-edit-param-recreate','s:68:\"zh-hant:覆蓋有關頁面在此期間已被刪除的任何錯誤。\";'),('ami','messages:apihelp-edit-param-redirect','s:38:\"zh-hant:自動化解決重新導向。\";'),('ami','messages:apihelp-edit-param-section','s:138:\"zh-hant:章節標籤。<kbd>0</kbd> 代表最上層章節，<kbd>new</kbd> 代表新章節。通常是正整數但也可以是非數字。\";'),('ami','messages:apihelp-edit-param-sectiontitle','s:62:\"zh-hant:使用<var>$1section=new</var>的新章節的標題。\";'),('ami','messages:apihelp-edit-param-starttimestamp','s:235:\"zh-hant:當編輯程序開始的時間戳記，用於偵測編輯衝突。當編輯程序開始時（例如：當載入要編輯的頁面內容），使用 <var>[[Special:ApiHelp/main|curtimestamp]]</var> 可以取得一個適當值。\";'),('ami','messages:apihelp-edit-param-summary','s:288:\"zh-hant:編輯摘要。\n\n未提供本參數或本參數為空時，[[mw:Special:MyLanguage/Autosummary|會自動生成編輯摘要]]。\n\n使用<var>$1section=new</var>且未提供<var>$1sectiontitle</var>時，本參數的值用於填入章節標題，同時會自動生成編輯摘要。\";'),('ami','messages:apihelp-edit-param-tags','s:41:\"zh-hant:更改套用到修訂的標籤。\";'),('ami','messages:apihelp-edit-param-text','s:23:\"zh-hant:頁面內容。\";'),('ami','messages:apihelp-edit-param-title','s:84:\"zh-hant:您欲編輯的頁面標題。 無法與 <var>$1pageid</var> 同時使用。\";'),('ami','messages:apihelp-edit-param-token','s:82:\"zh-hant:權杖應用為發送的最後參數，或至少在 $1text 參數之後。\";'),('ami','messages:apihelp-edit-param-undo','s:75:\"zh-hant:復原此修訂。覆寫 $1text、$1prependtext 與 $1appendtext。\";'),('ami','messages:apihelp-edit-param-undoafter','s:97:\"zh-hant:撤銷從 $1undo 至此為止的所有修訂。若不設定則僅會撤銷一次修訂。\";'),('ami','messages:apihelp-edit-param-unwatch','s:53:\"zh-hant:從您的監視清單中移除目前頁面。\";'),('ami','messages:apihelp-edit-param-watch','s:50:\"zh-hant:加入目前頁面至您的監視清單。\";'),('ami','messages:apihelp-edit-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-edit-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-edit-summary','s:32:\"zh-hant:建立與編輯頁面。\";'),('ami','messages:apihelp-emailuser-example-email','s:91:\"zh-hant:寄送電子郵件給使用者 <kbd>WikiSysop</kbd> 使用內容 <kbd>Content</kbd>\";'),('ami','messages:apihelp-emailuser-param-ccme','s:47:\"zh-hant:寄送一份此郵件的複本給我。\";'),('ami','messages:apihelp-emailuser-param-subject','s:23:\"zh-hant:郵件主旨。\";'),('ami','messages:apihelp-emailuser-param-target','s:41:\"zh-hant:電子郵件的收件使用者。\";'),('ami','messages:apihelp-emailuser-param-text','s:23:\"zh-hant:郵件內容。\";'),('ami','messages:apihelp-emailuser-summary','s:41:\"zh-hant:寄送電子郵件給使用者。\";'),('ami','messages:apihelp-expandtemplates-example-simple','s:73:\"zh-hant:展開 wikitext<kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>。\";'),('ami','messages:apihelp-expandtemplates-param-generatexml','s:67:\"zh-hant:產生 XML 解析樹狀（以 $1prop=parsetree 取代）。\";'),('ami','messages:apihelp-expandtemplates-param-includecomments','s:44:\"zh-hant:輸出裡是否包含 HTML 註解。\";'),('ami','messages:apihelp-expandtemplates-param-prop','s:135:\"zh-hant:所要取得的資訊部份。\n\n請注意若沒有選定值，結果會包含wikitext，但輸出內容會採用棄用格式。\";'),('ami','messages:apihelp-expandtemplates-param-revid','s:90:\"zh-hant:修訂 ID，用於 <code><nowiki>{{REVISIONID}}</nowiki></code> 和相似變數。\";'),('ami','messages:apihelp-expandtemplates-param-showstrategykeys','s:65:\"zh-hant:是否在jsconfigvars中包含內部合併策略資訊。\";'),('ami','messages:apihelp-expandtemplates-param-text','s:32:\"zh-hant:要轉換的 Wikitext。\";'),('ami','messages:apihelp-expandtemplates-param-title','s:23:\"zh-hant:頁面標題。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:84:\"zh-hant:任何呈現在輸入中，且未在 wikitext 輸出裡表現出的分類。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:65:\"zh-hant:指定頁面的 JavaScript 設置變量為 JSON 字串。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:50:\"zh-hant:指定頁面的 JavaScript 設置變量。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:254:\"zh-hant:已請求添加至輸出內容之解析器功能的任何 ResourceLoader 模組。要載入請使用 <code>mw.loader.using()</code>。<kbd>jsconfigvars</kbd> 或 <kbd>encodedjsconfigvars</kbd> 其一必須與 <kbd>modules</kbd> 一同被請求。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:37:\"zh-hant:輸出的 XML 解析樹狀。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:72:\"zh-hant:透過在 wikitext 裡擴充魔術字所定義的頁面屬性。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:53:\"zh-hant:結果的快取應失效後的最長時間。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:89:\"zh-hant:輸出內容是否易變，且是否不應在頁面其它位置裡重複使用。\";'),('ami','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:29:\"zh-hant:展開的 wikitext。\";'),('ami','messages:apihelp-expandtemplates-summary','s:45:\"zh-hant:展開所有於 wikitext 中模板。\";'),('ami','messages:apihelp-feedcontributions-example-simple','s:53:\"zh-hant:返回使用者<kbd>Example</kbd>的貢獻。\";'),('ami','messages:apihelp-feedcontributions-param-deletedonly','s:38:\"zh-hant:僅顯示已刪除的貢獻。\";'),('ami','messages:apihelp-feedcontributions-param-feedformat','s:26:\"zh-hant:摘要的格式。\";'),('ami','messages:apihelp-feedcontributions-param-hideminor','s:26:\"zh-hant:隱藏小編輯。\";'),('ami','messages:apihelp-feedcontributions-param-month','s:41:\"zh-hant:起始月份（更早之前）。\";'),('ami','messages:apihelp-feedcontributions-param-namespace','s:41:\"zh-hant:要篩選貢獻的命名空間。\";'),('ami','messages:apihelp-feedcontributions-param-newonly','s:41:\"zh-hant:只顯示建立頁面的編輯。\";'),('ami','messages:apihelp-feedcontributions-param-showsizediff','s:50:\"zh-hant:顯示修訂版本之間的差異大小。\";'),('ami','messages:apihelp-feedcontributions-param-tagfilter','s:41:\"zh-hant:篩選有這些標籤的貢獻。\";'),('ami','messages:apihelp-feedcontributions-param-toponly','s:41:\"zh-hant:只顯示最新修訂的編輯。\";'),('ami','messages:apihelp-feedcontributions-param-user','s:44:\"zh-hant:要取得哪些使用者的貢獻。\";'),('ami','messages:apihelp-feedcontributions-param-year','s:41:\"zh-hant:起始年份（更早之前）。\";'),('ami','messages:apihelp-feedcontributions-summary','s:38:\"zh-hant:回傳使用者貢獻摘要。\";'),('ami','messages:apihelp-feedrecentchanges-example-30days','s:37:\"zh-hant:顯示近期30天內的變動\";'),('ami','messages:apihelp-feedrecentchanges-example-simple','s:29:\"zh-hant:顯示近期變更。\";'),('ami','messages:apihelp-feedrecentchanges-param-associated','s:59:\"zh-hant:包含相關的（對話或主要）命名空間。\";'),('ami','messages:apihelp-feedrecentchanges-param-days','s:38:\"zh-hant:用於限制結果的天數。\";'),('ami','messages:apihelp-feedrecentchanges-param-feedformat','s:23:\"zh-hant:摘要格式。\";'),('ami','messages:apihelp-feedrecentchanges-param-from','s:41:\"zh-hant:顯示自那時以來的更改。\";'),('ami','messages:apihelp-feedrecentchanges-param-hideanons','s:44:\"zh-hant:隱藏匿名使用者做的變更。\";'),('ami','messages:apihelp-feedrecentchanges-param-hidebots','s:41:\"zh-hant:隱藏由機器人做的變更。\";'),('ami','messages:apihelp-feedrecentchanges-param-hidecategorization','s:35:\"zh-hant:隱藏分類成員更改。\";'),('ami','messages:apihelp-feedrecentchanges-param-hideliu','s:47:\"zh-hant:隱藏已註冊使用者做的變更。\";'),('ami','messages:apihelp-feedrecentchanges-param-hideminor','s:26:\"zh-hant:隱藏小更改。\";'),('ami','messages:apihelp-feedrecentchanges-param-hidemyself','s:50:\"zh-hant:隱藏由目前使用者做出的更改。\";'),('ami','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:35:\"zh-hant:隱藏已巡查的變更。\";'),('ami','messages:apihelp-feedrecentchanges-param-invert','s:50:\"zh-hant:除所選定者外的所有命名空間。\";'),('ami','messages:apihelp-feedrecentchanges-param-limit','s:38:\"zh-hant:回傳的結果數量上限。\";'),('ami','messages:apihelp-feedrecentchanges-param-namespace','s:44:\"zh-hant:用於限制結果的命名空間。\";'),('ami','messages:apihelp-feedrecentchanges-param-showlinkedto','s:71:\"zh-hant:改成顯示出連結到所選頁面的那些頁面之變更。\";'),('ami','messages:apihelp-feedrecentchanges-param-tagfilter','s:26:\"zh-hant:按標籤篩選。\";'),('ami','messages:apihelp-feedrecentchanges-param-target','s:59:\"zh-hant:僅顯示從該頁面所連結頁面上的變更。\";'),('ami','messages:apihelp-feedrecentchanges-summary','s:35:\"zh-hant:返回近期變更摘要。\";'),('ami','messages:apihelp-feedwatchlist-example-all6hrs','s:62:\"zh-hant:顯示過去 6 小時在監視頁面的所有更改。\";'),('ami','messages:apihelp-feedwatchlist-example-default','s:35:\"zh-hant:顯示監視清單摘要。\";'),('ami','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"zh-hant:摘要的格式。\";'),('ami','messages:apihelp-feedwatchlist-param-hours','s:47:\"zh-hant:列出在幾小時內的頁面變動。\";'),('ami','messages:apihelp-feedwatchlist-param-linktosections','s:62:\"zh-hant:若可以的話，直接連結至更改過的段落。\";'),('ami','messages:apihelp-feedwatchlist-summary','s:35:\"zh-hant:返回監視清單摘要。\";'),('ami','messages:apihelp-filerevert-example-revert','s:83:\"zh-hant:回退 <kbd>Wiki.png</kbd> 至 <kbd>2011-03-05T15:27:40Z</kbd> 的版本。\";'),('ami','messages:apihelp-filerevert-param-archivename','s:41:\"zh-hant:要復原的修訂存檔名稱。\";'),('ami','messages:apihelp-filerevert-param-comment','s:23:\"zh-hant:上載意見。\";'),('ami','messages:apihelp-filerevert-param-filename','s:76:\"zh-hant:目標檔案名稱，不需包含「File:」這樣的前綴字元。\";'),('ami','messages:apihelp-filerevert-summary','s:38:\"zh-hant:回退檔案至舊的版本。\";'),('ami','messages:apihelp-format-example-generic','s:42:\"zh-hant:以 $1 格式傳回查詢結果。\";'),('ami','messages:apihelp-format-param-wrappedhtml','s:96:\"zh-hant:回傳作為 JSON 物件的美觀列印 HTML 內容以及關聯 ResourceLoader 模組。\";'),('ami','messages:apihelp-help-example-help','s:38:\"zh-hant:說明模組自身的說明。\";'),('ami','messages:apihelp-help-example-main','s:29:\"zh-hant:主模組使用說明\";'),('ami','messages:apihelp-help-example-query','s:41:\"zh-hant:兩個查詢子模組的說明。\";'),('ami','messages:apihelp-help-example-recursive','s:41:\"zh-hant:一個頁面中的所有說明。\";'),('ami','messages:apihelp-help-example-submodules','s:72:\"zh-hant:用於 <kbd>action=query</kbd> 與其所有子模組的幫助。\";'),('ami','messages:apihelp-help-param-helpformat','s:32:\"zh-hant:說明輸出的格式。\";'),('ami','messages:apihelp-help-param-modules','s:156:\"zh-hant:顯示說明的模組（<var>action</var> 與 <var>format</var> 參數的值、或 <kbd>main</kbd>）。可透過 <kbd>+</kbd> 來指定子模組。\";'),('ami','messages:apihelp-help-param-recursivesubmodules','s:41:\"zh-hant:包含遞迴子模組的說明。\";'),('ami','messages:apihelp-help-param-submodules','s:56:\"zh-hant:包含用於命名模組之子模組的說明。\";'),('ami','messages:apihelp-help-param-toc','s:41:\"zh-hant:在 HTML 輸出裡包含目錄。\";'),('ami','messages:apihelp-help-param-wrap','s:52:\"zh-hant:在標準 API 回應結構裡包裹輸出。\";'),('ami','messages:apihelp-help-summary','s:38:\"zh-hant:顯示指定模組的說明。\";'),('ami','messages:apihelp-imagerotate-example-generator','s:82:\"zh-hant:<kbd>180</kbd> 度旋轉所有在 <kbd>Category:Flip</kbd> 裡的圖片。\";'),('ami','messages:apihelp-imagerotate-example-simple','s:62:\"zh-hant:<kbd>90</kbd> 度旋轉 <kbd>File:Example.png</kbd>。\";'),('ami','messages:apihelp-imagerotate-param-rotation','s:41:\"zh-hant:順時針旋轉圖片的度數。\";'),('ami','messages:apihelp-imagerotate-param-tags','s:53:\"zh-hant:在更新日誌裡套用到項目的標籤。\";'),('ami','messages:apihelp-imagerotate-summary','s:38:\"zh-hant:旋轉一張或多張圖片。\";'),('ami','messages:apihelp-import-example-import','s:88:\"zh-hant:以完整歷史紀錄匯入 [[meta:Help:ParserFunctions]] 至命名空間 100。\";'),('ami','messages:apihelp-import-extended-description','s:148:\"zh-hant:請注意當發送用於 <var>xml</var> 參數的檔案時，必須以 HTTP POST 作為檔案上傳（註：使用 multipart/form-data）。\";'),('ami','messages:apihelp-import-param-assignknownusers','s:77:\"zh-hant:分配編輯至所命名使用者已存在本地的本地使用者。\";'),('ami','messages:apihelp-import-param-fullhistory','s:80:\"zh-hant:用於跨 wiki 匯入：完整匯入歷史，而不只是最新版本。\";'),('ami','messages:apihelp-import-param-interwikipage','s:50:\"zh-hant:用於跨 wiki 匯入：匯入的頁面。\";'),('ami','messages:apihelp-import-param-interwikiprefix','s:156:\"zh-hant:用於上傳匯入：套用到未知使用者名稱的跨 wiki 字首（若 <var>$1assignknownusers</var> 有設定，也包含已知使用者）。\";'),('ami','messages:apihelp-import-param-interwikisource','s:55:\"zh-hant:用於跨 wiki 匯入：匯入的來源 wiki。\";'),('ami','messages:apihelp-import-param-namespace','s:82:\"zh-hant:匯入至此命名空間。無法與 <var>$1rootpage</var> 一起使用。\";'),('ami','messages:apihelp-import-param-rootpage','s:92:\"zh-hant:匯入作為此頁面的子頁面。無法與 <var>$1namespace</var> 一起使用。\";'),('ami','messages:apihelp-import-param-summary','s:23:\"zh-hant:匯入摘要。\";'),('ami','messages:apihelp-import-param-tags','s:101:\"zh-hant:更改標籤套用到在匯入日誌裡的項目，以及在匯入頁面裡的無效修訂。\";'),('ami','messages:apihelp-import-param-templates','s:62:\"zh-hant:用於跨 wiki 匯入：匯入一切包含的模板。\";'),('ami','messages:apihelp-import-param-xml','s:28:\"zh-hant:上載的 XML 檔。\";'),('ami','messages:apihelp-import-summary','s:55:\"zh-hant:從其它 wiki 或 XML 檔案來匯入頁面。\";'),('ami','messages:apihelp-json-param-ascii','s:145:\"zh-hant:若有指定，編碼所有使用十六進位跳脫序列的非 ASCII 字碼。預設當 <var>formatversion</var> 為 <kbd>1</kbd> 時。\";'),('ami','messages:apihelp-json-param-callback','s:122:\"zh-hant:若有指定，將輸出包在指定的函式呼叫。出於安全考量，會限制所有使用者特定資料。\";'),('ami','messages:apihelp-json-param-formatversion','s:20:\"zh-hant:輸出格式\";'),('ami','messages:apihelp-json-param-utf8','s:205:\"zh-hant:若有指定的話，將多數（並非全部）非 ASCII 字元編碼成 UTF-8，而不是以十六進位轉義序列來取代掉。預設是當 <var>formatversion</var> 不是 <kbd>1</kbd> 時。\";'),('ami','messages:apihelp-json-paramvalue-formatversion-1','s:109:\"zh-hant:向下相容格式（XML-樣式的布林類型、以 <samp>*</samp> 鍵作為內容節點等等）。\";'),('ami','messages:apihelp-json-paramvalue-formatversion-2','s:23:\"zh-hant:現代格式。\";'),('ami','messages:apihelp-json-paramvalue-formatversion-latest','s:90:\"zh-hant:使用最新格式（目前為 <kbd>2</kbd>），可能會不警告做出改變。\";'),('ami','messages:apihelp-json-summary','s:41:\"zh-hant:使用 JSON 格式輸出資料。\";'),('ami','messages:apihelp-jsonfm-summary','s:69:\"zh-hant:使用 JSON 格式輸出資料（使用HTML格式顯示）。\";'),('ami','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ami','messages:apihelp-linkaccount-example-link','s:50:\"zh-hant:開始從<kbd>Example</kbd>連結至帳號\";'),('ami','messages:apihelp-linkaccount-summary','s:68:\"zh-hant:從第三方供應者來連結帳號至目前的使用者。\";'),('ami','messages:apihelp-login-example-login','s:14:\"zh-hant:登入\";'),('ami','messages:apihelp-login-extended-description','s:267:\"zh-hant:此操作僅用於與 [[Special:BotPasswords]] 一起使用，用於主帳號登入的功能已棄用，並且可能會在不帶有警告的情況下失敗。要安全登入主帳號，請使用 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。\";'),('ami','messages:apihelp-login-extended-description-nobotpasswords','s:166:\"zh-hant:此操作已被棄用，且可能在不帶警告的情況下失敗。要安全登入請使用 <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>。\";'),('ami','messages:apihelp-login-param-domain','s:32:\"zh-hant:域名（非必填）。\";'),('ami','messages:apihelp-login-param-name','s:26:\"zh-hant:使用者名稱。\";'),('ami','messages:apihelp-login-param-password','s:17:\"zh-hant:密碼。\";'),('ami','messages:apihelp-login-param-token','s:47:\"zh-hant:在首次請求獲得的登入權杖。\";'),('ami','messages:apihelp-login-summary','s:43:\"zh-hant:登入並取得身分核對 cookies\";'),('ami','messages:apihelp-logout-example-logout','s:29:\"zh-hant:登出當前使用者\";'),('ami','messages:apihelp-logout-summary','s:41:\"zh-hant:登出並清除 session 資料。\";'),('ami','messages:apihelp-main-extended-description','s:1263:\"zh-hant:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|說明文件]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette 與使用指南]]\n* [[mw:Special:MyLanguage/API:FAQ|常見問題]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api 郵寄清單]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API公告]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R 報告錯誤及請求功能]\n</div>\n<strong>狀態資訊：</strong>MediaWiki API 已是成熟、穩定，並積極支援以改善的介面。儘管我們儘可能避免，但仍偶有需要重大變更的情況，請訂閱[https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ mediawiki-api-announce 郵寄清單]以便獲得更新通知。\n\n<strong>錯誤的請求：</strong>當 API 收到錯誤的請求，會發出以「MediaWiki-API-Error」為鍵的 HTTP 標頭欄位，隨後標頭欄位的值，以及傳回的錯誤碼會設為相同值。詳細資訊請參閱 [[mw:Special:MyLanguage/API:Errors_and_warnings|API: 錯誤與警告]]。\n\n<p class=\"mw-apisandbox-link\"><strong>測試：</strong>要簡化 API 請求的測試過程，請見 [[Special:ApiSandbox]]。</p>\";'),('ami','messages:apihelp-main-param-action','s:29:\"zh-hant:要執行的動作。\";'),('ami','messages:apihelp-main-param-assert','s:205:\"zh-hant:若設成 <kbd>user</kbd>，會確認使用者是否已登入；若設成 <kbd>anon</kbd>，會確認是否<em>沒有</em>登入；若設成 <kbd>bot</kbd>，會確認是否為機械人使用者。\";'),('ami','messages:apihelp-main-param-assertuser','s:56:\"zh-hant:確認目前使用者就是指定的使用者。\";'),('ami','messages:apihelp-main-param-curtimestamp','s:50:\"zh-hant:在結果中包括目前的時間戳記。\";'),('ami','messages:apihelp-main-param-errorformat','s:50:\"zh-hant:用於警告和錯誤文字輸出的格式\";'),('ami','messages:apihelp-main-param-errorlang','s:333:\"zh-hant:警告與錯誤採用的語言。使用 <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> 與 <kbd>siprop=languages</kbd> 會回傳語言代碼清單、或指定 <kbd>content</kbd> 來使用此 wiki 的內容語言、或是指定 <kbd>uselang</kbd> 來使用與 <var>uselang</var> 參數相同的值。\";'),('ami','messages:apihelp-main-param-errorsuselocal','s:107:\"zh-hant:若有指定，錯誤文字會使用來自 {{ns:MediaWiki}} 命名空間的本地自定義訊息。\";'),('ami','messages:apihelp-main-param-format','s:26:\"zh-hant:輸出的格式。\";'),('ami','messages:apihelp-main-param-maxage','s:92:\"zh-hant:將HTTP暫存控制頭欄位設為<code>max-age</code>秒。錯誤不會做暫存。\";'),('ami','messages:apihelp-main-param-maxlag','s:471:\"zh-hant:最大延遲可在當 MediaWiki 安裝於資料庫複寫叢集時使用。為了保存引起更多站台複寫延遲的操作，此參數可讓客戶端等待至複寫延遲小於指定值為止。在過渡延遲的情況下，錯誤碼 <samp>maxlag</samp> 會帶有著像是 <samp>Waiting for $host: $lag seconds lagged</samp> 的訊息內容回傳。<br />請查看[[mw:Special:MyLanguage/Manual:Maxlag_parameter|手冊：Maxlag 參數]]來獲取更多資訊。\";'),('ami','messages:apihelp-main-param-origin','s:969:\"zh-hant:當使用跨網域 AJAX 請求（cross-domain AJAX request、CORS）來存取 API 時，設定此為起始網域。這必須包含在任何預檢請求裡，因此得是請求 URI 的一部份（不是 POST 主體）。\n\n對於已認證請求，這必須準確地符合在 <code>Origin</code> 標頭裡其一的起始點，因此會被設定成像是 <kbd>https://zh.wikipedia.org</kbd> 或是 <kbd>https://meta.wikimedia.org</kbd>。如果此參數不符合 <code>Origin</code> 標頭，會回傳 403 錯誤回應。若此參數符合 <code>Origin</code> 標頭且起始點被列為允許，將會設定 <code>Access-Control-Allow-Origin</code> 與 <code>Access-Control-Allow-Credentials</code> 標頭。\n\n對於非認證請求，會指定值 <kbd>*</kbd>。這會產生 <code>Access-Control-Allow-Origin</code> 標頭有被設定；但 <code>Access-Control-Allow-Credentials</code> 會是 <code>false</code> 值，且所有使用者指定資料會受限制。\";'),('ami','messages:apihelp-main-param-requestid','s:89:\"zh-hant:在此處提供的任何值都將包括在響應之中。可用於區分請求。\";'),('ami','messages:apihelp-main-param-responselanginfo','s:85:\"zh-hant:在結果中包括<var>uselang</var>和<var>errorlang</var>所用的語言。\";'),('ami','messages:apihelp-main-param-servedby','s:53:\"zh-hant:在結果中包括提出請求的主機名。\";'),('ami','messages:apihelp-main-param-smaxage','s:93:\"zh-hant:將HTTP暫存控制頭欄位設為<code>s-maxage</code>秒。錯誤不會做暫存。\";'),('ami','messages:apihelp-main-param-uselang','s:322:\"zh-hant:訊息翻譯採用的語言。使用 <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> 與 <kbd>siprop=languages</kbd> 會回傳語言代碼清單、或指定 <kbd>user</kbd> 來使用目前使用者的語言偏好設定、或是指定 <kbd>content</kbd> 來使用此 wiki 的內容語言。\";'),('ami','messages:apihelp-main-param-variant','s:74:\"zh-hant:語言變種。僅當基礎語言支持變種轉換時起作用。\";'),('ami','messages:apihelp-main-paramvalue-errorformat-bc','s:110:\"zh-hant:MediaWiki 1.29 之前使用的格式。會忽略 <var>errorlang</var> 與 <var>errorsuselocal</var>。\";'),('ami','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ami','messages:apihelp-main-paramvalue-errorformat-none','s:50:\"zh-hant:沒有文字輸出，僅有錯誤代碼。\";'),('ami','messages:apihelp-main-paramvalue-errorformat-plaintext','s:68:\"zh-hant:包括HTML標籤的wikitext被移除並且實體被替換。\";'),('ami','messages:apihelp-main-paramvalue-errorformat-raw','s:29:\"zh-hant:訊息鍵與參數。\";'),('ami','messages:apihelp-main-paramvalue-errorformat-wikitext','s:32:\"zh-hant:未解析的 wikitext。\";'),('ami','messages:apihelp-main-summary','s:3:\"en:\";'),('ami','messages:apihelp-managetags-example-activate','s:95:\"zh-hant:啟用名為 <kbd>spam</kbd> 的標籤，原因：<kbd>For use in edit patrolling</kbd>\";'),('ami','messages:apihelp-managetags-example-create','s:95:\"zh-hant:建立名為 <kbd>spam</kbd> 的標籤，原因：<kbd>For use in edit patrolling</kbd>\";'),('ami','messages:apihelp-managetags-example-deactivate','s:87:\"zh-hant:停用名為 <kbd>spam</kbd> 的標籤，原因：<kbd>No longer required</kbd>\";'),('ami','messages:apihelp-managetags-example-delete','s:75:\"zh-hant:以原因 <kbd>Misspelt</kbd> 來刪除 <kbd>vandlaism</kbd> 標籤\";'),('ami','messages:apihelp-managetags-param-ignorewarnings','s:65:\"zh-hant:是否在處理期間發生問題時忽略任何警告。\";'),('ami','messages:apihelp-managetags-param-operation','s:32:\"zh-hant:要執行哪個操作：\";'),('ami','messages:apihelp-managetags-param-reason','s:74:\"zh-hant:創建、刪除、啟用、或停用標籤的原因（可選）。\";'),('ami','messages:apihelp-managetags-param-tag','s:281:\"zh-hant:要創建、刪除、啟用或停用的標籤。要標籤創建，標籤必須不存在。要標籤刪除，標籤必須存在。要標籤啟用，標籤必須存在且不能被任何擴充使用到。要標籤停用，標籤必須目前為啟用並且有被手動定義。\";'),('ami','messages:apihelp-managetags-param-tags','s:65:\"zh-hant:在標籤管理日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-managetags-paramvalue-operation-activate','s:68:\"zh-hant:啟用一個變更標籤，允許使用者手動應用它。\";'),('ami','messages:apihelp-managetags-paramvalue-operation-create','s:56:\"zh-hant:建立一個新的變更標籤供手動使用。\";'),('ami','messages:apihelp-managetags-paramvalue-operation-deactivate','s:68:\"zh-hant:停用一個變更標籤，阻止使用者手動應用它。\";'),('ami','messages:apihelp-managetags-paramvalue-operation-delete','s:146:\"zh-hant:從資料庫中移除一個變更標籤，包括移除已使用在所有修訂版本、近期變更記錄和日誌記錄上的該標籤。\";'),('ami','messages:apihelp-managetags-summary','s:53:\"zh-hant:執行相關到更改標籤的管理任務。\";'),('ami','messages:apihelp-mergehistory-example-merge','s:74:\"zh-hant:將<kbd>Oldpage</kbd>的整個歷史合併至<kbd>Newpage</kbd>。\";'),('ami','messages:apihelp-mergehistory-example-merge-timestamp','s:117:\"zh-hant:將<kbd>Oldpage</kbd>直至<kbd>2015-12-31T04:37:41Z</kbd>的頁面修訂版本合併至<kbd>Newpage</kbd>。\";'),('ami','messages:apihelp-mergehistory-param-from','s:86:\"zh-hant:要合併歷史的頁面標題。不能與 <var>$1fromid</var> 一起使用。\";'),('ami','messages:apihelp-mergehistory-param-fromid','s:90:\"zh-hant:要合併歷史的頁面之頁面 ID。不能與 <var>$1from</var> 一起使用。\";'),('ami','messages:apihelp-mergehistory-param-reason','s:32:\"zh-hant:合併歷史的原因。\";'),('ami','messages:apihelp-mergehistory-param-timestamp','s:173:\"zh-hant:要從來源頁面歷史裡移動至目標頁面歷史之修訂的時間戳記。若省略掉的話，來源頁面的整個頁面歷史將會合併至目標頁面。\";'),('ami','messages:apihelp-mergehistory-param-to','s:84:\"zh-hant:要合併歷史的頁面標題。不能與 <var>$1toid</var> 一起使用。\";'),('ami','messages:apihelp-mergehistory-param-toid','s:88:\"zh-hant:要合併歷史的頁面之頁面 ID。不能與 <var>$1to</var> 一起使用。\";'),('ami','messages:apihelp-mergehistory-summary','s:26:\"zh-hant:合併頁面歷史\";'),('ami','messages:apihelp-mobileview-description','s:44:\"zh-hant:返回手機檢視需要的資料。\";'),('ami','messages:apihelp-mobileview-example-1','s:56:\"zh-hans:获取有关[[Doom metal]]的第0章节的信息\";'),('ami','messages:apihelp-mobileview-example-2','s:83:\"zh-hans:获取有关第0节和包含[[Candlemass]]的参考资料的段落的信息\";'),('ami','messages:apihelp-mobileview-example-3','s:95:\"zh-hans:获得有关第1节及以后，和包含[[Candlemass]]的参考资料的段落的信息\";'),('ami','messages:apihelp-mobileview-param-maxlen','s:83:\"zh-hans:假装所有文本结果是一个字符串，并限制结果至此长度。\";'),('ami','messages:apihelp-mobileview-param-noheadings','s:35:\"zh-hant:輸出時不包含標頭。\";'),('ami','messages:apihelp-mobileview-param-noimages','s:37:\"zh-hant:回傳不含圖片的 HTML。\";'),('ami','messages:apihelp-mobileview-param-notransform','s:47:\"zh-hant:不要改變 HTML 至手機特定版。\";'),('ami','messages:apihelp-mobileview-param-offset','s:95:\"zh-hans:假装所有文本结果是一个字符串，并返回此点位开始的子字符串。\";'),('ami','messages:apihelp-mobileview-param-onlyrequestedsections','s:62:\"zh-hans:只返回请求的与$1prop=sections一样的段落。\";'),('ami','messages:apihelp-mobileview-param-page','s:35:\"zh-hant:要處理的頁面標題。\";'),('ami','messages:apihelp-mobileview-param-pageprops','s:94:\"zh-hans:返回的页面属性，竖线（“|”）分隔列表或“*”对于所有属性。\";'),('ami','messages:apihelp-mobileview-param-prop','s:762:\"zh-hans:要获得的信息：\n;text:选定段落的HTML。\n;sections:有关页面上所有段落的信息。\n;normalizedtitle:标准化的页面标题。\n;lastmodified:页面最近修改时的 ISO 8601 时间戳，例如“2014-04-13T22:42:14Z”。\n;lastmodifiedby:有关最近修改页面的用户的信息。\n;revision:返回页面的当前修订版本ID。\n;protection:有关保护级别的信息。\n;editable:当前用户是否可以编辑此页面。这包括所有用于登录用户但不会封禁匿名用户的因素。\n;languagecount:此页面可用的语言数。\n;hasvariants:此页面在其他语言变体中是否可用。\n;displaytitle:页面的渲染标题，带&#123;&#123;DISPLAYTITLE&#125;&#125;和这样的代码。\n;pageprops:页面属性。\";'),('ami','messages:apihelp-mobileview-param-prop-withimages','s:865:\"zh-hans:要获取的信息：\n;text:选定段落的HTML。\n;sections:有关页面上所有段落的信息。\n;normalizedtitle:标准化的页面标题。\n;lastmodified:页面最近修改时的 ISO 8601 时间戳，例如“2014-04-13T22:42:14Z”。\n;lastmodifiedby:有关最近修改页面的用户的信息。\n;revision:返回页面的当前修订版本ID。\n;protection:有关保护级别的信息。\n;editable:当前用户是否可以编辑此页面。这包括所有用于登录用户但不会封禁匿名用户的因素。\n;languagecount:此页面可用的语言数。\n;hasvariants:此页面在其他语言变体中是否可用。\n;displaytitle:页面的渲染标题，带&#123;&#123;DISPLAYTITLE&#125;&#125;和这样的代码。\n;pageprops:页面属性。\n;image:有关与此页面相关的图片的信息。\n;thumb:与此页面相关的图片的缩略图。\";'),('ami','messages:apihelp-mobileview-param-redirect','s:35:\"zh-hant:是否允許重新導向。\";'),('ami','messages:apihelp-mobileview-param-sectionprop','s:44:\"zh-hans:要获取的有关操作的信息。\";'),('ami','messages:apihelp-mobileview-param-sections','s:321:\"zh-hans:用于返回文本的逗号分隔的段数列表。“all”可用于返回所有的。格式范围“1-4”是指获取1、2、3、4段。没有指定第二个数字的范围，例如“1-”意思是获取所有直到末尾。“references”可被用于指定所有包含参考资料的段落应该被返回。\";'),('ami','messages:apihelp-mobileview-param-thumbheight','s:29:\"zh-hant:最大縮圖高度。\";'),('ami','messages:apihelp-mobileview-param-thumbsize','s:29:\"zh-hant:最大縮圖尺寸。\";'),('ami','messages:apihelp-mobileview-param-thumbwidth','s:29:\"zh-hant:最大縮圖寬度。\";'),('ami','messages:apihelp-mobileview-param-variant','s:41:\"zh-hant:內容轉換為此語言變體。\";'),('ami','messages:apihelp-move-example-move','s:83:\"zh-hant:將<kbd>Badtitle</kbd>移動至<kbd>Goodtitle</kbd>，不留下重定向。\";'),('ami','messages:apihelp-move-param-from','s:86:\"zh-hant:重新命名本頁面的標題。不能與 <var>$1fromid</var> 一起出現。\";'),('ami','messages:apihelp-move-param-fromid','s:84:\"zh-hant:重新命名本頁面的 ID 。不能與 <var>$1fromid</var> 一起出現。\";'),('ami','messages:apihelp-move-param-ignorewarnings','s:29:\"zh-hant:忽略所有警告。\";'),('ami','messages:apihelp-move-param-movesubpages','s:50:\"zh-hant:如果適用，則重新命名子頁面。\";'),('ami','messages:apihelp-move-param-movetalk','s:56:\"zh-hant:如果討論頁存在，變更討論頁名稱。\";'),('ami','messages:apihelp-move-param-noredirect','s:35:\"zh-hant:不要建立重新導向。\";'),('ami','messages:apihelp-move-param-reason','s:32:\"zh-hant:重新命名的原因。\";'),('ami','messages:apihelp-move-param-tags','s:101:\"zh-hant:更改標籤套用到在移動日誌裡的項目，以及在目標頁面裡的無效修訂。\";'),('ami','messages:apihelp-move-param-to','s:44:\"zh-hant:將本頁面的標題重新命名為\";'),('ami','messages:apihelp-move-param-unwatch','s:71:\"zh-hant:從目前使用者的監視清單中移除頁面和重定向。\";'),('ami','messages:apihelp-move-param-watch','s:68:\"zh-hant:將頁面和重定向加入目前使用者的監視清單。\";'),('ami','messages:apihelp-move-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-move-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-move-summary','s:23:\"zh-hant:移動頁面。\";'),('ami','messages:apihelp-no-such-module','s:28:\"zh-hant:查無模組 \"$1\"。\";'),('ami','messages:apihelp-none-summary','s:20:\"zh-hant:不輸出。\";'),('ami','messages:apihelp-opensearch-example-te','s:53:\"zh-hant:找出以 <kbd>Te</kbd> 為開頭的頁面。\";'),('ami','messages:apihelp-opensearch-param-format','s:26:\"zh-hant:輸出的格式。\";'),('ami','messages:apihelp-opensearch-param-limit','s:38:\"zh-hant:回傳的結果數量上限。\";'),('ami','messages:apihelp-opensearch-param-namespace','s:113:\"zh-hant:搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。\";'),('ami','messages:apihelp-opensearch-param-redirects','s:35:\"zh-hant:如何處理重新導向：\";'),('ami','messages:apihelp-opensearch-param-redirects-append','s:95:\"zh-hant:由於歷史原因，$1format=json預設為\"return\"，其他格式預設為\"resolve\"。\";'),('ami','messages:apihelp-opensearch-param-search','s:23:\"zh-hant:搜尋字串。\";'),('ami','messages:apihelp-opensearch-param-suggest','s:23:\"zh-hant:不再使用。\";'),('ami','messages:apihelp-opensearch-param-warningsaserror','s:91:\"zh-hant:若警告以 <kbd>format=json</kbd> 提升時，回傳 API 錯誤而非忽略掉。\";'),('ami','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:66:\"zh-hant:返回目標頁面。可能返回少於$1limit個結果。\";'),('ami','messages:apihelp-opensearch-paramvalue-redirects-return','s:35:\"zh-hant:返回重新導向本身。\";'),('ami','messages:apihelp-opensearch-summary','s:49:\"zh-hant:使用 OpenSearch 協定搜尋本 wiki。\";'),('ami','messages:apihelp-options-example-change','s:67:\"zh-hant:更改<kbd>skin</kbd>和<kbd>hideminor</kbd>偏好設定。\";'),('ami','messages:apihelp-options-example-complex','s:93:\"zh-hant:重置所有偏好設定，然後再設定 <kbd>skin</kbd> 與 <kbd>nickname</kbd>。\";'),('ami','messages:apihelp-options-example-reset','s:32:\"zh-hant:重設所有偏好設定\";'),('ami','messages:apihelp-options-extended-description','s:168:\"zh-hant:僅有註冊在核心或是已安裝擴充功能之一、或是帶有 <code>userjs-</code> 前綴的鍵之選項（由使用者手稿所使用）可被設定。\";'),('ami','messages:apihelp-options-param-change','s:367:\"zh-hant:更改清單，格式化為「名稱 = 值」（例如：skin=vector）。如果未提供值（甚至沒有等號），像是：optionname|otheroption|...，那麼選項將會重新設定成預設值。如果傳遞的任何值包含豎線字元（<kbd>|</kbd>），請使用[[Special:ApiHelp/main#main/datatypes|替代多值分隔符號]]以便正確操作。\";'),('ami','messages:apihelp-options-param-optionname','s:85:\"zh-hant:選項名稱，其應設定為由 <var>$1optionvalue</var> 所提供的值。\";'),('ami','messages:apihelp-options-param-optionvalue','s:69:\"zh-hant:由 <var>$1optionname</var> 所指定，用於選項的值。\";'),('ami','messages:apihelp-options-param-reset','s:47:\"zh-hant:重設偏好設定為網站預設值。\";'),('ami','messages:apihelp-options-param-resetkinds','s:82:\"zh-hant:當設定 <var>$1reset</var> 選項時，要重設的選項類型清單。\";'),('ami','messages:apihelp-options-summary','s:47:\"zh-hant:更改目前使用者的偏好設定。\";'),('ami','messages:apihelp-paraminfo-example-1','s:285:\"zh-hant:顯示 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>、<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>、<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>、和 <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> 的資訊。\";'),('ami','messages:apihelp-paraminfo-example-2','s:92:\"zh-hant:顯示 <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 所有子模組的資訊。\";'),('ami','messages:apihelp-paraminfo-param-formatmodules','s:105:\"zh-hant:格式模組名稱清單（<var>format</var> 參數的值）。請改用 <var>$1modules</var> 。\";'),('ami','messages:apihelp-paraminfo-param-helpformat','s:32:\"zh-hant:說明字串的格式。\";'),('ami','messages:apihelp-paraminfo-param-mainmodule','s:106:\"zh-hant:如同取得有關主要（最高級別）模組的資訊。可改用 <kbd>$1modules=main</kbd>。\";'),('ami','messages:apihelp-paraminfo-param-modules','s:250:\"zh-hant:模組名稱（<var>action</var> 與 <var>format</var> 參數的值、或是 <kbd>main</kbd>）清單。能以 <kbd>+</kbd> 指定子模組、或以 <kbd>+*</kbd> 指定所有子模組、或是以 <kbd>+**</kbd> 指定所有遞迴子模組。\";'),('ami','messages:apihelp-paraminfo-param-pagesetmodule','s:86:\"zh-hant:如同取得有關頁面設定模組（提供 titles= 與友人）的資訊。\";'),('ami','messages:apihelp-paraminfo-param-querymodules','s:188:\"zh-hant:查詢模組名稱清單（<var>prop</var>、<var>meta</var>、或 <var>list</var> 參數的值）。使用 <kbd>$1modules=query+foo</kbd>，而非 <kbd>$1querymodules=foo</kbd>。\";'),('ami','messages:apihelp-paraminfo-summary','s:43:\"zh-hant:獲得有關 API 模組的資訊。\";'),('ami','messages:apihelp-parse-example-page','s:23:\"zh-hant:解析頁面。\";'),('ami','messages:apihelp-parse-example-summary','s:23:\"zh-hant:解析摘要。\";'),('ami','messages:apihelp-parse-example-text','s:26:\"zh-hant:解析 wikitext。\";'),('ami','messages:apihelp-parse-example-texttitle','s:47:\"zh-hant:解析 wikitext，指定頁面標題。\";'),('ami','messages:apihelp-parse-extended-description','s:486:\"zh-hant:查看 <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 的各種道具模組來從目前頁面版本取得資訊。\n\n以下有幾種方式來解析指定文字：\n# 要指定頁面或修訂，請使用 <var>$1page</var>、<var>$1pageid</var>、或是 <var>$1oldid</var>。\n# 要指定明確內容，請使用 <var>$1text</var>、<var>$1title</var>、<var>$1revid</var> 以及 <var>$1contentmodel</var>。\n# 要指定解析的摘要，<var>$1prop</var> 應提供一個空值。\";'),('ami','messages:apihelp-parse-param-contentformat','s:88:\"zh-hant:用於輸入文字的內容序列格式。僅與 $1text 一起使用時有效。\";'),('ami','messages:apihelp-parse-param-contentmodel','s:153:\"zh-hant:輸入文字的內容模組。若省略則必須指定 $1title，且預設會是指定標題的模組。僅在與 $1text 一起使用時有效。\";'),('ami','messages:apihelp-parse-param-disableeditsection','s:56:\"zh-hant:從解析輸出內容省略編輯段落連結。\";'),('ami','messages:apihelp-parse-param-disablelimitreport','s:79:\"zh-hant:從解析輸出內容裡省略限制報告（\"NewPP limit report\"）。\";'),('ami','messages:apihelp-parse-param-disablepp','s:51:\"zh-hant:請改用<var>$1disablelimitreport</var>。\";'),('ami','messages:apihelp-parse-param-disablestylededuplication','s:62:\"zh-hant:不要在解析結果去除重複的行內樣式表。\";'),('ami','messages:apihelp-parse-param-disabletoc','s:35:\"zh-hant:在輸出裡忽略目錄。\";'),('ami','messages:apihelp-parse-param-effectivelanglinks','s:97:\"zh-hant:包含由擴充提供的語言連結（與 <kbd>$1prop=langlinks</kbd> 一起使用）。\";'),('ami','messages:apihelp-parse-param-generatexml','s:119:\"zh-hant:產生 XML 解析樹狀（需要被 <kbd>$2prop=parsetree</kbd> 給取代的 <code>$1</code> 內容模型）。\";'),('ami','messages:apihelp-parse-param-mainpage','s:35:\"zh-hant:套用手機首頁轉換。\";'),('ami','messages:apihelp-parse-param-mobileformat','s:59:\"zh-hans:以适配移动设备的格式返回解析输出。\";'),('ami','messages:apihelp-parse-param-noimages','s:41:\"zh-hant:在手機輸出中停用圖片。\";'),('ami','messages:apihelp-parse-param-oldid','s:86:\"zh-hant:解析此修訂的內容。覆蓋 <var>$1page</var> 與 <var>$1pageid</var>。\";'),('ami','messages:apihelp-parse-param-onlypst','s:179:\"zh-hant:在輸入裡進行預先儲存轉換（pre-save transform、PST）但不解析。在 PST 已套用後回傳相同的 wikitext。僅與 <var>$1text</var> 使用時有效。\";'),('ami','messages:apihelp-parse-param-page','s:101:\"zh-hant:解析此頁面的內容。不能與 <var>$1text</var> 和 <var>$1title</var> 一起使用。\";'),('ami','messages:apihelp-parse-param-pageid','s:62:\"zh-hant:解析此頁面的內容。覆蓋 <var>$1page</var>。\";'),('ami','messages:apihelp-parse-param-preview','s:35:\"zh-hant:在預覽模式下解析。\";'),('ami','messages:apihelp-parse-param-prop','s:35:\"zh-hant:要取得的資訊部份：\";'),('ami','messages:apihelp-parse-param-pst','s:98:\"zh-hant:在解析之前執行在輸入裡的預先儲存轉換。僅當與文字使用時有效。\";'),('ami','messages:apihelp-parse-param-redirects','s:99:\"zh-hant:若 <var>$1page</var> 或者 <var>$1pageid</var> 被設定成重新導向，則解析它。\";'),('ami','messages:apihelp-parse-param-revid','s:90:\"zh-hant:修訂 ID，用於 <code><nowiki>{{REVISIONID}}</nowiki></code> 和相似變數。\";'),('ami','messages:apihelp-parse-param-section','s:240:\"zh-hant:僅解析帶有此識別碼的段落之內容。\n\n當為 <kbd>new</kbd> 時，解析 <var>$1text</var> 與 <var>$1sectiontitle</var>，如同添加新段落至頁面裡。\n\n<kbd>new</kbd> 僅在有指定 <var>text</var> 時允許。\";'),('ami','messages:apihelp-parse-param-sectionpreview','s:74:\"zh-hant:在段落預覽模式下解析（要同時啟用預覽模式）。\";'),('ami','messages:apihelp-parse-param-sectiontitle','s:149:\"zh-hant:新段落標題當 <var>section</var> 為 <kbd>new</kbd> 時。\n\n不像頁面編輯，當省略或為空時不會退至 <var>summary</var>。\";'),('ami','messages:apihelp-parse-param-showstrategykeys','s:65:\"zh-hant:是否在jsconfigvars中包含內部合併策略資訊。\";'),('ami','messages:apihelp-parse-param-summary','s:23:\"zh-hant:解析摘要。\";'),('ami','messages:apihelp-parse-param-text','s:109:\"zh-hant:要解析的文字。使用 <var>$1title</var> 或 <var>$1contentmodel</var> 來控制內容模組。\";'),('ami','messages:apihelp-parse-param-title','s:127:\"zh-hant:文字所屬的頁面標題。若省略，需要指定 <var>$1contentmodel</var>，且 [[API]] 會用為標題使用。\";'),('ami','messages:apihelp-parse-param-useskin','s:209:\"zh-hant:為解析器輸出應用選擇的外觀。會影響以下屬性：<kbd>text</kbd>、<kbd>langlinks</kbd>、<kbd>headitems</kbd>、<kbd>modules</kbd>、<kbd>jsconfigvars</kbd>和<kbd>indicators</kbd>。\";'),('ami','messages:apihelp-parse-param-wrapoutputclass','s:55:\"zh-hant:要包在解析器輸出內容的 CSS 類別。\";'),('ami','messages:apihelp-parse-paramvalue-prop-categories','s:48:\"zh-hant:在已解析的 wikitext 提供分類。\";'),('ami','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:38:\"zh-hant:提供分類的 HTML 版本。\";'),('ami','messages:apihelp-parse-paramvalue-prop-displaytitle','s:45:\"zh-hant:添加已解析 wikitext 的標題。\";'),('ami','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:65:\"zh-hant:指定頁面的 JavaScript 設置變量為 JSON 字串。\";'),('ami','messages:apihelp-parse-paramvalue-prop-externallinks','s:54:\"zh-hant:在已解析的 wikitext 提供外部連結。\";'),('ami','messages:apihelp-parse-paramvalue-prop-headhtml','s:160:\"zh-hant:給予頁面已解析的 doctype、開啟的 <code>&lt;html&gt;</code>、<code>&lt;head&gt;</code> 元素、以及開啟的 <code>&lt;body&gt;</code>。\";'),('ami','messages:apihelp-parse-paramvalue-prop-headitems','s:71:\"zh-hant:提供放置頁面裡的 <code>&lt;head&gt;</code> 之項目。\";'),('ami','messages:apihelp-parse-paramvalue-prop-images','s:48:\"zh-hant:在已解析的 wikitext 提供圖片。\";'),('ami','messages:apihelp-parse-paramvalue-prop-indicators','s:58:\"zh-hant:提供使用在頁面的頁面狀態指示 HTML。\";'),('ami','messages:apihelp-parse-paramvalue-prop-iwlinks','s:57:\"zh-hant:在已解析的 wikitext 提供跨 wiki 連結。\";'),('ami','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:118:\"zh-hant:針對頁面提供指定的 JavaScript 設置變數。若要套用，請使用 <code>mw.config.set()</code>。\";'),('ami','messages:apihelp-parse-paramvalue-prop-langlinks','s:54:\"zh-hant:在已解析的 wikitext 提供語言連結。\";'),('ami','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:113:\"zh-hant:取得結構化限制報告。當有設定 <var>$1disablelimitreport</var> 時，則不會給予資料。\";'),('ami','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:119:\"zh-hant:取得限制報告的 HTML 版本。當有設定 <var>$1disablelimitreport</var> 時，則不會給予資料。\";'),('ami','messages:apihelp-parse-paramvalue-prop-links','s:54:\"zh-hant:在已解析的 wikitext 提供內部連結。\";'),('ami','messages:apihelp-parse-paramvalue-prop-modules','s:221:\"zh-hant:在頁面提供使用的 ResourceLoader 模組。要載入請使用 <code>mw.loader.using()</code>。<kbd>jsconfigvars</kbd> 或 <kbd>encodedjsconfigvars</kbd> 其一必須與 <kbd>modules</kbd> 一同被請求。\";'),('ami','messages:apihelp-parse-paramvalue-prop-parsetree','s:80:\"zh-hant:修訂內容的 XML 解析樹狀（需要內容模型 <code>$1</code>）\";'),('ami','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:68:\"zh-hant:提供發生在解析內容時的警告（以 wikitext）。\";'),('ami','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:64:\"zh-hant:提供發生在解析內容時的警告（以 HTML）。\";'),('ami','messages:apihelp-parse-paramvalue-prop-properties','s:66:\"zh-hant:指定多項定義在已解析原始 wikitext 的屬性。\";'),('ami','messages:apihelp-parse-paramvalue-prop-revid','s:44:\"zh-hant:添加已解析頁面的修訂 ID。\";'),('ami','messages:apihelp-parse-paramvalue-prop-sections','s:48:\"zh-hant:在已解析的 wikitext 提供段落。\";'),('ami','messages:apihelp-parse-paramvalue-prop-subtitle','s:47:\"zh-hant:為解析頁面添加頁面副標題。\";'),('ami','messages:apihelp-parse-paramvalue-prop-templates','s:48:\"zh-hant:在已解析的 wikitext 提供模板。\";'),('ami','messages:apihelp-parse-paramvalue-prop-text','s:42:\"zh-hant:提供 wikitext 的解析文字。\";'),('ami','messages:apihelp-parse-paramvalue-prop-wikitext','s:44:\"zh-hant:指定被解析的原始 wikitext。\";'),('ami','messages:apihelp-parse-summary','s:47:\"zh-hant:解析內容併回傳解析器輸出。\";'),('ami','messages:apihelp-patrol-example-rcid','s:35:\"zh-hant:巡查一次近期變更。\";'),('ami','messages:apihelp-patrol-example-revid','s:29:\"zh-hant:巡查一個修訂。\";'),('ami','messages:apihelp-patrol-param-rcid','s:38:\"zh-hant:要巡查的最近變更 ID。\";'),('ami','messages:apihelp-patrol-param-revid','s:32:\"zh-hant:要巡查的修訂 ID。\";'),('ami','messages:apihelp-patrol-param-tags','s:59:\"zh-hant:在巡查日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-patrol-summary','s:32:\"zh-hant:巡查頁面或修訂。\";'),('ami','messages:apihelp-php-param-formatversion','s:20:\"zh-hant:輸出格式\";'),('ami','messages:apihelp-php-paramvalue-formatversion-1','s:109:\"zh-hant:向下相容格式（XML-樣式的布林類型、以 <samp>*</samp> 鍵作為內容節點等等）。\";'),('ami','messages:apihelp-php-paramvalue-formatversion-2','s:23:\"zh-hant:現代格式。\";'),('ami','messages:apihelp-php-paramvalue-formatversion-latest','s:90:\"zh-hant:使用最新格式（目前為 <kbd>2</kbd>），可能會不警告做出改變。\";'),('ami','messages:apihelp-php-summary','s:49:\"zh-hant:使用序列化 PHP 格式輸出資料。\";'),('ami','messages:apihelp-phpfm-summary','s:76:\"zh-hant:使用序列化 PHP 格式輸出資料 (使用 HTML 格式顯示)。\";'),('ami','messages:apihelp-protect-example-protect','s:29:\"zh-hant:保護一個頁面。\";'),('ami','messages:apihelp-protect-example-unprotect','s:119:\"zh-hant:透過設定為 <kbd>all</kbd>（註：代表任何人都可以執行操作），來解除對頁面的保護。\";'),('ami','messages:apihelp-protect-example-unprotect2','s:68:\"zh-hant:透過設定為沒有限制，來解除對頁面的保護。\";'),('ami','messages:apihelp-protect-param-cascade','s:146:\"zh-hant:啟用連鎖保護（也就是保護包含於此頁面的頁面）。如果所有提供的保護等級不支援連鎖，就將其忽略。\";'),('ami','messages:apihelp-protect-param-expiry','s:250:\"zh-hant:期限時間戳記，若只設定一個時間戳記，該時間戳記將會套用至所有的保護層級。 使用 <kbd>infinite</kbd>、<kbd>indefinite</kbd>、<kbd>infinity</kbd> 或 <kbd>never</kbd> 來設定保護層級期限為永遠。\";'),('ami','messages:apihelp-protect-param-pageid','s:78:\"zh-hant:要（解除）保護頁面的 ID。 不能與 $1title 一起使用。\";'),('ami','messages:apihelp-protect-param-protections','s:250:\"zh-hant:保護層級清單，格式為 <kbd>action=level</kbd>（例如 <kbd>edit=sysop</kbd>）。<kbd>all</kbd> 層級代表所有人都可以進行行動，亦即無限制。\n\n<strong>注意：</strong>未列入清單項目的限制皆會移除。\";'),('ami','messages:apihelp-protect-param-reason','s:38:\"zh-hant:（解除）保護的原因。\";'),('ami','messages:apihelp-protect-param-tags','s:59:\"zh-hant:修改標籤以套用於保護日誌裡的項目。\";'),('ami','messages:apihelp-protect-param-title','s:82:\"zh-hant:要（解除）保護頁面的標題。 不能與 $1pageid 一起使用。\";'),('ami','messages:apihelp-protect-param-watch','s:101:\"zh-hant:如果被設定，就將被（解除）保護的頁面加至目前使用者的監視列表。\";'),('ami','messages:apihelp-protect-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-protect-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-protect-summary','s:38:\"zh-hant:變更頁面的保護層級。\";'),('ami','messages:apihelp-purge-example-generator','s:58:\"zh-hant:重新整理主要命名空間的前10個頁面。\";'),('ami','messages:apihelp-purge-example-simple','s:95:\"zh-hant:重新整理[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]和<kbd>API</kbd>頁面。\";'),('ami','messages:apihelp-purge-param-forcelinkupdate','s:59:\"zh-hant:更新連結表格，並更新其它次級資料。\";'),('ami','messages:apihelp-purge-param-forcerecursivelinkupdate','s:110:\"zh-hant:如同 <kbd>forcelinkupdate</kbd>，並更新任何使用此頁面作為模板的頁面之連結表。\";'),('ami','messages:apihelp-purge-summary','s:38:\"zh-hant:為指定標題清除快取。\";'),('ami','messages:apihelp-query+allcategories-example-generator','s:85:\"zh-hant:替以 <kbd>List</kbd> 開頭的分類索取該分類頁面本身的資訊。\";'),('ami','messages:apihelp-query+allcategories-example-size','s:59:\"zh-hant:列出分類以及各包含多少頁面的資訊。\";'),('ami','messages:apihelp-query+allcategories-param-dir','s:26:\"zh-hant:排序的方向。\";'),('ami','messages:apihelp-query+allcategories-param-from','s:32:\"zh-hant:起始列舉的分類。\";'),('ami','messages:apihelp-query+allcategories-param-limit','s:35:\"zh-hant:要回傳的分類數量。\";'),('ami','messages:apihelp-query+allcategories-param-max','s:53:\"zh-hant:僅回傳最多有這樣多成員的分類。\";'),('ami','messages:apihelp-query+allcategories-param-min','s:53:\"zh-hant:僅回傳至少有這樣多成員的分類。\";'),('ami','messages:apihelp-query+allcategories-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有分類標題。\";'),('ami','messages:apihelp-query+allcategories-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+allcategories-param-to','s:32:\"zh-hant:終止列舉的分類。\";'),('ami','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:71:\"zh-hant:標記由 <code>_&#95;HIDDENCAT_&#95;</code> 隱藏的分類。\";'),('ami','messages:apihelp-query+allcategories-paramvalue-prop-size','s:38:\"zh-hant:在分類裡添加頁面數。\";'),('ami','messages:apihelp-query+allcategories-summary','s:29:\"zh-hant:列舉所有分類。\";'),('ami','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:63:\"zh-hant:列出在主命名空間的前 50 個已刪除修訂。\";'),('ami','messages:apihelp-query+alldeletedrevisions-example-user','s:77:\"zh-hant:列出由使用者 <kbd>Example</kbd> 做出的最近 50 個貢獻。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-end','s:38:\"zh-hant:終止列舉的時間戳記。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:41:\"zh-hant:不要列出該用者的修訂。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-from','s:35:\"zh-hant:在此標題開始列出。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:68:\"zh-hant:當作為產生器時使用，產生標題而非修訂 ID。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:282:\"zh-hant:<strong>注意：</strong>出於 [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser 模式]]緣故，同時使用 <var>$1user</var> 與 <var>$1namespace</var> 可能會導致在繼續之前，傳回少於 <var>$1limit</var> 筆的結果，並可能不會傳回任何结果。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-namespace','s:44:\"zh-hant:僅列出此命名空間的頁面。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有頁面標題。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-tag','s:50:\"zh-hant:僅列出以此標籤所標記的修訂。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-to','s:35:\"zh-hant:在此標題停止列出。\";'),('ami','messages:apihelp-query+alldeletedrevisions-param-user','s:38:\"zh-hant:只列出該用者的修訂。\";'),('ami','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:51:\"zh-hant:不能與 <var>$3user</var> 一同使用。\";'),('ami','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:48:\"zh-hant:僅與 <var>$3user</var> 一同使用。\";'),('ami','messages:apihelp-query+alldeletedrevisions-summary','s:77:\"zh-hant:依使用者或所在命名空間來列出所有已刪除的修訂。\";'),('ami','messages:apihelp-query+allfileusages-example-b','s:89:\"zh-hant:列出檔案標題，包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。\";'),('ami','messages:apihelp-query+allfileusages-example-generator','s:38:\"zh-hant:取得包含檔案的頁面。\";'),('ami','messages:apihelp-query+allfileusages-example-unique','s:38:\"zh-hant:列出唯一的檔案標題。\";'),('ami','messages:apihelp-query+allfileusages-example-unique-generator','s:53:\"zh-hant:取得所有檔案標題，標記為遺失。\";'),('ami','messages:apihelp-query+allfileusages-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+allfileusages-param-from','s:41:\"zh-hant:要起始列舉的檔案標題。\";'),('ami','messages:apihelp-query+allfileusages-param-limit','s:35:\"zh-hant:要回傳的項目總數。\";'),('ami','messages:apihelp-query+allfileusages-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有檔案標題。\";'),('ami','messages:apihelp-query+allfileusages-param-prop','s:38:\"zh-hant:要包含到的資訊部份：\";'),('ami','messages:apihelp-query+allfileusages-param-to','s:41:\"zh-hant:要終止列舉的檔案標題。\";'),('ami','messages:apihelp-query+allfileusages-param-unique','s:150:\"zh-hant:僅秀出各別的檔案標題。不可與 $1prop=ids 一同使用。\n當作為產生器使用時，會產生目標頁面而非來源頁面。\";'),('ami','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:81:\"zh-hant:添加使用中頁面的頁面 ID（不能與 $1unique 一起使用）。\";'),('ami','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:29:\"zh-hant:添加檔案標題。\";'),('ami','messages:apihelp-query+allfileusages-summary','s:56:\"zh-hant:列出所有檔案用途，包含不存在的。\";'),('ami','messages:apihelp-query+allimages-example-b','s:70:\"zh-hant:搜尋以字母 <kbd>B</kbd> 為開頭的所有檔案清單。\";'),('ami','messages:apihelp-query+allimages-example-generator','s:67:\"zh-hant:顯示 4 個以 <kbd>T</kbd> 為開頭的檔案之資訊。\";'),('ami','messages:apihelp-query+allimages-example-mimetypes','s:97:\"zh-hant:顯示帶有 MIME 類型為 <kbd>image/png</kbd> 或 <kbd>image/gif</kbd> 的檔案清單\";'),('ami','messages:apihelp-query+allimages-example-recent','s:80:\"zh-hant:顯示近期已上傳檔案的清單，類似於 [[Special:NewFiles]]。\";'),('ami','messages:apihelp-query+allimages-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+allimages-param-end','s:83:\"zh-hant:要停止列舉的時間戳記。僅能與 $1sort=timestamp 一起使用。\";'),('ami','messages:apihelp-query+allimages-param-filterbots','s:127:\"zh-hant:如何篩選由機器人上傳的檔案。僅能與 $1sort=timestamp 一起使用，且不可與 $1user 一起使用。\";'),('ami','messages:apihelp-query+allimages-param-from','s:78:\"zh-hant:要開始列舉的圖片標題。僅能與 $1sort=name 一起使用。\";'),('ami','messages:apihelp-query+allimages-param-limit','s:35:\"zh-hant:要回傳的圖片總數。\";'),('ami','messages:apihelp-query+allimages-param-maxsize','s:56:\"zh-hant:限制圖片最多只能這樣多的位元組。\";'),('ami','messages:apihelp-query+allimages-param-mime','s:71:\"zh-hant:所要搜尋的 MIME 類型，例如：<kbd>image/jpeg</kbd>。\";'),('ami','messages:apihelp-query+allimages-param-minsize','s:56:\"zh-hant:限制圖片至少要有這樣多的位元組。\";'),('ami','messages:apihelp-query+allimages-param-prefix','s:87:\"zh-hant:搜尋所有以此值為開頭的圖片。僅能與 $1sort=name 一起使用。\";'),('ami','messages:apihelp-query+allimages-param-sha1','s:57:\"zh-hant:圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。\";'),('ami','messages:apihelp-query+allimages-param-sha1base36','s:72:\"zh-hant:以 base 36 的圖片 SHA1 雜湊值（使用在 MediaWiki）。\";'),('ami','messages:apihelp-query+allimages-param-sort','s:38:\"zh-hant:作為排序順序的屬性。\";'),('ami','messages:apihelp-query+allimages-param-start','s:83:\"zh-hant:要開始列舉的時間戳記。僅能與 $1sort=timestamp 一起使用。\";'),('ami','messages:apihelp-query+allimages-param-to','s:78:\"zh-hant:要停止列舉的圖片標題。僅能與 $1sort=name 一起使用。\";'),('ami','messages:apihelp-query+allimages-param-user','s:138:\"zh-hant:只返回此使用者上傳的最新版本的檔案。只能與$1sort=timestamp一起使用。不能與$1filterbots一起使用。\";'),('ami','messages:apihelp-query+allimages-summary','s:38:\"zh-hant:按順序列舉所有圖片。\";'),('ami','messages:apihelp-query+alllinks-example-b','s:89:\"zh-hant:列出連結標題，包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。\";'),('ami','messages:apihelp-query+alllinks-example-generator','s:38:\"zh-hant:取得包含連結的頁面。\";'),('ami','messages:apihelp-query+alllinks-example-unique','s:38:\"zh-hant:列出唯一的連結標題。\";'),('ami','messages:apihelp-query+alllinks-example-unique-generator','s:56:\"zh-hant:取得所有已連結標題，標記為遺失。\";'),('ami','messages:apihelp-query+alllinks-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+alllinks-param-from','s:41:\"zh-hant:要起始列舉的連結標題。\";'),('ami','messages:apihelp-query+alllinks-param-limit','s:35:\"zh-hant:要回傳的項目總數。\";'),('ami','messages:apihelp-query+alllinks-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+alllinks-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有連結標題。\";'),('ami','messages:apihelp-query+alllinks-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+alllinks-param-to','s:41:\"zh-hant:要終止列舉的連結標題。\";'),('ami','messages:apihelp-query+alllinks-param-unique','s:161:\"zh-hant:僅秀出各別的連結標題。不可與 <kbd>$1prop=ids</kbd> 一同使用。\n當作為產生器使用時，會產生目標頁面而非來源頁面。\";'),('ami','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:89:\"zh-hant:添加連結頁面的頁面 ID（不能與 <var>$1unique</var> 一起使用）。\";'),('ami','messages:apihelp-query+alllinks-paramvalue-prop-title','s:29:\"zh-hant:添加連結標題。\";'),('ami','messages:apihelp-query+alllinks-summary','s:59:\"zh-hant:列舉所有指向所指定命名空間的連結。\";'),('ami','messages:apihelp-query+allmessages-example-de','s:81:\"zh-hant:顯示在德語裡的 <kbd>august</kbd> 與 <kbd>mainpage</kbd> 訊息。\";'),('ami','messages:apihelp-query+allmessages-example-ipb','s:52:\"zh-hant:顯示以 <kbd>ipb-</kbd> 起始的訊息。\";'),('ami','messages:apihelp-query+allmessages-param-args','s:35:\"zh-hant:要替代訊息的引數。\";'),('ami','messages:apihelp-query+allmessages-param-customised','s:53:\"zh-hant:僅回傳在此自定義狀況下的訊息。\";'),('ami','messages:apihelp-query+allmessages-param-enableparser','s:119:\"zh-hant:設定成啟用解析器，將會處理訊息的 wikitext（替代魔術字、處理模板、等等其它）。\";'),('ami','messages:apihelp-query+allmessages-param-filter','s:50:\"zh-hant:僅回傳名稱包含此字串的訊息。\";'),('ami','messages:apihelp-query+allmessages-param-from','s:44:\"zh-hant:以此訊息來回傳訊息開頭。\";'),('ami','messages:apihelp-query+allmessages-param-includelocal','s:266:\"zh-hant:另外包含本地訊息，也就是不會存在於軟體但存在像是 {{ns:MediaWiki}} 命名空間的訊息。\n此列出所有 {{ns:MediaWiki}} 命名空間頁面，因此也會列出那些不會像是 [[MediaWiki:Common.js|Common.js]] 的實際訊息。\";'),('ami','messages:apihelp-query+allmessages-param-lang','s:38:\"zh-hant:以此語言來回傳訊息。\";'),('ami','messages:apihelp-query+allmessages-param-messages','s:77:\"zh-hant:要輸出的訊息。<kbd>*</kbd>（預設）代表著所有訊息。\";'),('ami','messages:apihelp-query+allmessages-param-nocontent','s:68:\"zh-hant:若有設定，請不要包含在輸出裡的訊息內容。\";'),('ami','messages:apihelp-query+allmessages-param-prefix','s:38:\"zh-hant:回傳帶有前綴的訊息。\";'),('ami','messages:apihelp-query+allmessages-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+allmessages-param-title','s:90:\"zh-hant:當解析訊息時作為脈絡的頁面名稱（用於 $1enableparser 選項）。\";'),('ami','messages:apihelp-query+allmessages-param-to','s:44:\"zh-hant:以此訊息來回傳訊息結尾。\";'),('ami','messages:apihelp-query+allmessages-summary','s:41:\"zh-hant:返回來自該網站的訊息。\";'),('ami','messages:apihelp-query+allpages-example-b','s:70:\"zh-hant:顯示以字母 <kbd>B</kbd> 為開頭的所有頁面清單。\";'),('ami','messages:apihelp-query+allpages-example-generator','s:67:\"zh-hant:顯示 4 個以 <kbd>T</kbd> 為開頭的頁面之資訊。\";'),('ami','messages:apihelp-query+allpages-example-generator-revisions','s:83:\"zh-hant:顯示前 2 個以 <kbd>Re</kbd> 為開頭的非重新導向頁面內容。\";'),('ami','messages:apihelp-query+allpages-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+allpages-param-filterlanglinks','s:116:\"zh-hant:篩選基於頁面是否有語言連結。請注意這可能不會考慮由擴充所添加的語言連結。\";'),('ami','messages:apihelp-query+allpages-param-filterredir','s:29:\"zh-hant:要列出的頁面。\";'),('ami','messages:apihelp-query+allpages-param-from','s:38:\"zh-hant:起始列舉的頁面標題。\";'),('ami','messages:apihelp-query+allpages-param-limit','s:35:\"zh-hant:要回傳的頁面總數。\";'),('ami','messages:apihelp-query+allpages-param-maxsize','s:56:\"zh-hant:限制頁面最多只能這樣多的位元組。\";'),('ami','messages:apihelp-query+allpages-param-minsize','s:56:\"zh-hant:限制頁面至少要有這樣多的位元組。\";'),('ami','messages:apihelp-query+allpages-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+allpages-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有頁面標題。\";'),('ami','messages:apihelp-query+allpages-param-prexpiry','s:47:\"zh-hant:要在頁面上過濾的保護期限：\";'),('ami','messages:apihelp-query+allpages-param-prfiltercascade','s:84:\"zh-hant:基於 cascadingness 的篩選保護（當 $1prtype 未設定時忽略）。\";'),('ami','messages:apihelp-query+allpages-param-prlevel','s:88:\"zh-hant:篩選基於保護級別的保護（必須與 $1prtype= 參數一起使用）。\";'),('ami','messages:apihelp-query+allpages-param-prtype','s:35:\"zh-hant:僅限受保護的頁面。\";'),('ami','messages:apihelp-query+allpages-param-to','s:38:\"zh-hant:終止列舉的頁面標題。\";'),('ami','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:44:\"zh-hant:取得任意保護期限的頁面。\";'),('ami','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:50:\"zh-hant:只取得帶指定保護期限的頁面。\";'),('ami','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:47:\"zh-hant:只取得帶無限期保護的頁面。\";'),('ami','messages:apihelp-query+allpages-summary','s:59:\"zh-hant:依序列舉在指定命名空間的所有頁面。\";'),('ami','messages:apihelp-query+allredirects-example-b','s:89:\"zh-hant:列出目標頁面，包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。\";'),('ami','messages:apihelp-query+allredirects-example-generator','s:44:\"zh-hant:取得包含重新導向的頁面。\";'),('ami','messages:apihelp-query+allredirects-example-unique','s:35:\"zh-hant:列出唯一目標頁面。\";'),('ami','messages:apihelp-query+allredirects-example-unique-generator','s:53:\"zh-hant:取得所有目標頁面，標記為遺失。\";'),('ami','messages:apihelp-query+allredirects-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+allredirects-param-from','s:47:\"zh-hant:要起始列舉的重新導向標題。\";'),('ami','messages:apihelp-query+allredirects-param-limit','s:35:\"zh-hant:要回傳的項目總數。\";'),('ami','messages:apihelp-query+allredirects-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+allredirects-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有目標頁面。\";'),('ami','messages:apihelp-query+allredirects-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+allredirects-param-to','s:47:\"zh-hant:要終止列舉的重新導向標題。\";'),('ami','messages:apihelp-query+allredirects-param-unique','s:169:\"zh-hant:僅秀出各別的目標頁面。不可與 $1prop=ids|fragment|interwiki 一同使用。\n當作為產生器使用時，會產生目標頁面而非來源頁面。\";'),('ami','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:92:\"zh-hant:添加來自重新導向的部份（不能與 <var>$1unique</var> 一起使用）。\";'),('ami','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:95:\"zh-hant:添加重新導向頁面的頁面 ID（不能與 <var>$1unique</var> 一起使用）。\";'),('ami','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:101:\"zh-hant:添加來自重新導向的跨 wiki 前綴（不能與 <var>$1unique</var> 一起使用）。\";'),('ami','messages:apihelp-query+allredirects-paramvalue-prop-title','s:38:\"zh-hant:添加重新導向的標題。\";'),('ami','messages:apihelp-query+allredirects-summary','s:53:\"zh-hant:列出至命名空間的所有重新導向。\";'),('ami','messages:apihelp-query+allrevisions-example-ns-any','s:57:\"zh-hant:列出在任何命名空間的前 50 個修訂。\";'),('ami','messages:apihelp-query+allrevisions-example-user','s:77:\"zh-hant:列出由使用者 <kbd>Example</kbd> 做出的最近 50 個貢獻。\";'),('ami','messages:apihelp-query+allrevisions-param-end','s:38:\"zh-hant:終止列舉的時間戳記。\";'),('ami','messages:apihelp-query+allrevisions-param-excludeuser','s:41:\"zh-hant:不要列出該用者的修訂。\";'),('ami','messages:apihelp-query+allrevisions-param-generatetitles','s:68:\"zh-hant:當作為產生器時使用，產生標題而非修訂 ID。\";'),('ami','messages:apihelp-query+allrevisions-param-namespace','s:44:\"zh-hant:僅列出此命名空間的頁面。\";'),('ami','messages:apihelp-query+allrevisions-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+allrevisions-param-user','s:38:\"zh-hant:只列出該用者的修訂。\";'),('ami','messages:apihelp-query+allrevisions-summary','s:35:\"zh-hant:列出所有修訂版本。\";'),('ami','messages:apihelp-query+alltransclusions-example-b','s:89:\"zh-hant:列出嵌入標題，包含頁面 ID 以 <kbd>B</kbd> 為起始的遺失項目。\";'),('ami','messages:apihelp-query+alltransclusions-example-generator','s:38:\"zh-hant:取得包含嵌入的頁面。\";'),('ami','messages:apihelp-query+alltransclusions-example-unique','s:35:\"zh-hant:列出獨一嵌入標題。\";'),('ami','messages:apihelp-query+alltransclusions-example-unique-generator','s:53:\"zh-hant:取得所有嵌入標題，標記為遺失。\";'),('ami','messages:apihelp-query+alltransclusions-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+alltransclusions-param-from','s:41:\"zh-hant:要起始列舉的嵌入標題。\";'),('ami','messages:apihelp-query+alltransclusions-param-limit','s:35:\"zh-hant:要回傳的項目總數。\";'),('ami','messages:apihelp-query+alltransclusions-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+alltransclusions-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有嵌入標題。\";'),('ami','messages:apihelp-query+alltransclusions-param-prop','s:38:\"zh-hant:要包含到的資訊部份：\";'),('ami','messages:apihelp-query+alltransclusions-param-to','s:41:\"zh-hant:要終止列舉的嵌入標題。\";'),('ami','messages:apihelp-query+alltransclusions-param-unique','s:150:\"zh-hant:僅秀出各別的嵌入標題。不可與 $1prop=ids 一同使用。\n當作為產生器使用時，會產生目標頁面而非來源頁面。\";'),('ami','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:78:\"zh-hant:添加嵌入頁面的頁面 ID（不能與 $1unique 一起使用）。\";'),('ami','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:32:\"zh-hant:添加嵌入的標題。\";'),('ami','messages:apihelp-query+alltransclusions-summary','s:104:\"zh-hant:列出所有嵌入（頁面使用 &#123;&#123;x&#125;&#125; 來內嵌），包含不存在的。\";'),('ami','messages:apihelp-query+allusers-example-y','s:50:\"zh-hant:列出以<kbd>Y</kbd>開頭的使用者。\";'),('ami','messages:apihelp-query+allusers-param-activeusers','s:75:\"zh-hant:僅列出在最近 $1 {{PLURAL:$1|天|天}}裡活躍的使用者。\";'),('ami','messages:apihelp-query+allusers-param-attachedwiki','s:119:\"zh-hant:與 <kbd>$1prop=centralids</kbd> 使用，另外表明使用者是否附加於由此 ID 所識別出的 wiki。\";'),('ami','messages:apihelp-query+allusers-param-dir','s:26:\"zh-hant:排序的方向。\";'),('ami','messages:apihelp-query+allusers-param-excludegroup','s:41:\"zh-hant:排除指定群組中的使用者\";'),('ami','messages:apihelp-query+allusers-param-from','s:41:\"zh-hant:起始列舉的使用者名稱。\";'),('ami','messages:apihelp-query+allusers-param-group','s:47:\"zh-hant:僅包含在指定群組的使用者。\";'),('ami','messages:apihelp-query+allusers-param-limit','s:44:\"zh-hant:要回傳的使用者名稱總數。\";'),('ami','messages:apihelp-query+allusers-param-prefix','s:53:\"zh-hant:搜尋以此值為開頭的所有使用者。\";'),('ami','messages:apihelp-query+allusers-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+allusers-param-rights','s:162:\"zh-hant:僅包含有指定權限的使用者。不包含透過由隱含或是自動晉升群組所授予的權限，像是：*、使用者、或是自動確認。\";'),('ami','messages:apihelp-query+allusers-param-to','s:41:\"zh-hant:終止列舉的使用者名稱。\";'),('ami','messages:apihelp-query+allusers-param-witheditsonly','s:47:\"zh-hant:僅列出有做過編輯的使用者。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:53:\"zh-hant:添加有關使用者目前封鎖的資訊。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:54:\"zh-hant:替使用者添加中心 ID 與附加狀態。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:41:\"zh-hant:添加使用者的編輯次數。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-groups','s:131:\"zh-hant:列出使用者所在的群組。這會使用到較多伺服器資源，並且可能會回傳少於限制條件的結果。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"zh-hant:列出使用者自動列入的所有群組。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-registration','s:92:\"zh-hant:若可能的話，添加當使用者註冊時的時間戳記（可能為空白）。\";'),('ami','messages:apihelp-query+allusers-paramvalue-prop-rights','s:44:\"zh-hant:列出使用者所擁有的權限。\";'),('ami','messages:apihelp-query+allusers-summary','s:41:\"zh-hant:列舉所有已註冊使用者。\";'),('ami','messages:apihelp-query+authmanagerinfo-example-login','s:59:\"zh-hant:索取當開始登入時可能會用到的請求。\";'),('ami','messages:apihelp-query+authmanagerinfo-example-login-merged','s:83:\"zh-hant:以表單欄位合併，檢索當開始登入時可能使用到的請求。\";'),('ami','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:66:\"zh-hant:測試用於操作 <kbd>foo</kbd> 的認證是否足夠。\";'),('ami','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:74:\"zh-hant:索取關於指定驗證操作所需的驗證請求方面資訊。\";'),('ami','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:89:\"zh-hant:測試使用者的目前驗證狀態是否足夠於指定的安全敏感操作。\";'),('ami','messages:apihelp-query+authmanagerinfo-summary','s:50:\"zh-hant:取得目前身分核對狀態的資訊。\";'),('ami','messages:apihelp-query+backlinks-example-generator','s:99:\"zh-hant:取得關於連結至[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的頁面的資訊。\";'),('ami','messages:apihelp-query+backlinks-example-simple','s:78:\"zh-hant:顯示至[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的連結。\";'),('ami','messages:apihelp-query+backlinks-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+backlinks-param-filterredir','s:142:\"zh-hant:如何篩選重新導向。當 <var>$1redirect</var> 啟用時若設定成 <kbd>nonredirects</kbd>，這僅會套用到第二級別。\";'),('ami','messages:apihelp-query+backlinks-param-limit','s:157:\"zh-hant:要回傳的總頁面。若 <var>$1redirect</var> 有啟用，套用至各個層級（這代表會回傳多至 2 * <var>$1limit</var> 個結果）。\";'),('ami','messages:apihelp-query+backlinks-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+backlinks-param-pageid','s:76:\"zh-hant:要搜尋的頁面 ID。不能與 <var>$1title</var> 一起使用。\";'),('ami','messages:apihelp-query+backlinks-param-redirect','s:116:\"zh-hant:若連結頁面為重新導向，則找尋連結至該重新導向的所有頁面。最大限制為一半。\";'),('ami','messages:apihelp-query+backlinks-param-title','s:74:\"zh-hant:要搜尋的標題。不能與 <var>$1pageid</var> 一起使用。\";'),('ami','messages:apihelp-query+backlinks-summary','s:53:\"zh-hant:找出連結至指定頁面的所有頁面。\";'),('ami','messages:apihelp-query+blocks-example-simple','s:23:\"zh-hant:列出封鎖。\";'),('ami','messages:apihelp-query+blocks-example-users','s:72:\"zh-hant:列出使用者 <kbd>Alice</kbd> 與 <kbd>Bob</kbd> 的封鎖。\";'),('ami','messages:apihelp-query+blocks-param-end','s:38:\"zh-hant:終止列舉的時間戳記。\";'),('ami','messages:apihelp-query+blocks-param-ids','s:51:\"zh-hant:要列出的封鎖 ID 清單（可選）。\";'),('ami','messages:apihelp-query+blocks-param-ip','s:186:\"zh-hant:取得套用在此 IP 位址或 CIDR 範圍的所有封鎖與所包含的範圍封鎖。不可與 <var>$3users</var> 一起使用。CIDR 範圍不可超過 IPv4/$1 或 IPv6/$2。\";'),('ami','messages:apihelp-query+blocks-param-limit','s:41:\"zh-hant:能列出封鎖的最大數量。\";'),('ami','messages:apihelp-query+blocks-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+blocks-param-show','s:139:\"zh-hant:僅顯示符合這些標準的項目。\n例如僅想查看在 IP 地址的無限期封鎖，請設定 <kbd>$1show=ip|!temp</kbd>。\";'),('ami','messages:apihelp-query+blocks-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+blocks-param-users','s:50:\"zh-hant:要搜尋的使用者清單（可選）。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-by','s:47:\"zh-hant:加入執行封鎖的使用者名稱。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-byid','s:46:\"zh-hant:新增執行封鎖者的使用者ID。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:47:\"zh-hant:添加當封鎖到期的時間戳記。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-flags','s:71:\"zh-hant:以自動封鎖、僅限匿名、或其它來標記該禁令。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-id','s:26:\"zh-hant:添加封鎖 ID。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-range','s:51:\"zh-hant:添加受封鎖影響的 IP 地址範圍。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-reason','s:32:\"zh-hant:添加封鎖的原因。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"zh-hant:若封鎖非整個網站範圍，添加部份封鎖限制。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:47:\"zh-hant:添加當封鎖生效的時間戳記。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-user','s:53:\"zh-hant:添加已封鎖使用者的使用者名稱。\";'),('ami','messages:apihelp-query+blocks-paramvalue-prop-userid','s:50:\"zh-hant:添加已封鎖使用者的使用者 ID。\";'),('ami','messages:apihelp-query+blocks-summary','s:54:\"zh-hant:列出所有被封鎖使用者與 IP 位址。\";'),('ami','messages:apihelp-query+categories-example-generator','s:90:\"zh-hant:取得使用在 <kbd>Albert Einstein</kbd> 頁面裡所有分類的相關資訊。\";'),('ami','messages:apihelp-query+categories-example-simple','s:75:\"zh-hant:取得屬於在頁面 <kbd>Albert Einstein</kbd> 的分類清單。\";'),('ami','messages:apihelp-query+categories-param-categories','s:95:\"zh-hant:僅列出這些分類。在檢查某一分類裡是否擁有某一頁面時很有用。\";'),('ami','messages:apihelp-query+categories-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+categories-param-limit','s:35:\"zh-hant:要回傳的分類數量。\";'),('ami','messages:apihelp-query+categories-param-prop','s:50:\"zh-hant:為各分類所要取得的額外屬性：\";'),('ami','messages:apihelp-query+categories-param-show','s:38:\"zh-hant:要顯示出的分類種類。\";'),('ami','messages:apihelp-query+categories-paramvalue-prop-hidden','s:71:\"zh-hant:標記由 <code>_&#95;HIDDENCAT_&#95;</code> 隱藏的分類。\";'),('ami','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:116:\"zh-hant:添加用於分類的排序鍵值（十六進位字串）與排序鍵值字首（人類可讀的部份）。\";'),('ami','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:50:\"zh-hant:添加當添加分類時的時間戳記。\";'),('ami','messages:apihelp-query+categories-summary','s:44:\"zh-hant:列出頁面隸屬的所有分類。\";'),('ami','messages:apihelp-query+categoryinfo-example-simple','s:85:\"zh-hant:取得有關 <kbd>Category:Foo</kbd> 與 <kbd>Category:Bar</kbd> 的資訊。\";'),('ami','messages:apihelp-query+categoryinfo-summary','s:44:\"zh-hant:回傳有關指定分類的資訊。\";'),('ami','messages:apihelp-query+categorymembers-example-generator','s:83:\"zh-hant:取得在 <kbd>Category:Physics</kbd> 裡前 10 個頁面的頁面資訊。\";'),('ami','messages:apihelp-query+categorymembers-example-simple','s:71:\"zh-hant:取得在 <kbd>Category:Physics</kbd> 裡前 10 項的頁面。\";'),('ami','messages:apihelp-query+categorymembers-param-dir','s:26:\"zh-hant:排序的方向。\";'),('ami','messages:apihelp-query+categorymembers-param-end','s:91:\"zh-hant:結束列出的時間戳記。僅能與 <kbd>$1sort=timestamp</kbd> 一起使用。\";'),('ami','messages:apihelp-query+categorymembers-param-endhexsortkey','s:131:\"zh-hant:終止列出的排序鍵值，由 <kbd>$1prop=sortkey</kbd> 所回傳。僅能與 <kbd>$1sort=sortkey</kbd> 一起使用。\";'),('ami','messages:apihelp-query+categorymembers-param-endsortkey','s:36:\"zh-hant:請改用 $1endhexsortkey。\";'),('ami','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:214:\"zh-hant:終止列出 <strong>before</strong> 的排序鍵值字首（並不是 <strong>at</strong>，若此值有出現將不會被包含到！），僅能與 $1sort=sortkey 一起使用。覆蓋 $1endhexsortkey。\";'),('ami','messages:apihelp-query+categorymembers-param-limit','s:38:\"zh-hant:回傳的頁面數量上限。\";'),('ami','messages:apihelp-query+categorymembers-param-namespace','s:181:\"zh-hant:僅包含在這些命名空間的頁面。請注意可能會使用 <kbd>$1type=subcat</kbd> 或 <kbd>$1type=file</kbd>，而非 <kbd>$1namespace=14</kbd> 或 <kbd>6</kbd>。\";'),('ami','messages:apihelp-query+categorymembers-param-pageid','s:85:\"zh-hant:要列舉的分類之頁面 ID。不能與 <var>$1title</var> 同時使用。\";'),('ami','messages:apihelp-query+categorymembers-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+categorymembers-param-sort','s:38:\"zh-hant:作為排序順序的屬性。\";'),('ami','messages:apihelp-query+categorymembers-param-start','s:91:\"zh-hant:起始列出的時間戳記。僅能與 <kbd>$1sort=timestamp</kbd> 一起使用。\";'),('ami','messages:apihelp-query+categorymembers-param-starthexsortkey','s:131:\"zh-hant:開始列出的排序鍵值，由 <kbd>$1prop=sortkey</kbd> 所回傳。僅能與 <kbd>$1sort=sortkey</kbd> 一起使用。\";'),('ami','messages:apihelp-query+categorymembers-param-startsortkey','s:38:\"zh-hant:請改用 $1starthexsortkey。\";'),('ami','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:133:\"zh-hant:開始列出的排序鍵值字首，僅能與 <kbd>$1sort=sortkey</kbd> 一起使用。覆蓋 <var>$1starthexsortkey</var>。\";'),('ami','messages:apihelp-query+categorymembers-param-title','s:139:\"zh-hant:所要列舉的分類（必要）。必須包含 <kbd>{{ns:category}}:</kbd> 前綴。不可與 <var>$1pageid</var> 一同使用。\";'),('ami','messages:apihelp-query+categorymembers-param-type','s:91:\"zh-hant:包含的分類成員類型。當有設定 <kbd>$1sort=timestamp</kbd> 時忽略。\";'),('ami','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:26:\"zh-hant:添加頁面 ID。\";'),('ami','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:83:\"zh-hant:添加使用來在分類裡排序的排序鍵值（十六進位字串）。\";'),('ami','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:104:\"zh-hant:添加用於在分類裡排序的排序鍵值字首（排序鍵值中人類可讀的部份）。\";'),('ami','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:56:\"zh-hant:添加在頁面有被包含時的時間戳記。\";'),('ami','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:50:\"zh-hant:添加標題與頁面的命名空間 ID。\";'),('ami','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:111:\"zh-hant:添加頁面已被分類的類型（<samp>page</samp>、<samp>subcat</samp> 或 <samp>file</samp>）。\";'),('ami','messages:apihelp-query+categorymembers-summary','s:50:\"zh-hant:在指定的分類中列出所有頁面。\";'),('ami','messages:apihelp-query+contributors-example-simple','s:84:\"zh-hant:顯示頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的貢獻者。\";'),('ami','messages:apihelp-query+contributors-param-excludegroup','s:132:\"zh-hant:排除在指定群組的使用者。不包含隱含或是自動晉升群組，像是：*、使用者、或是自動確認。\";'),('ami','messages:apihelp-query+contributors-param-excluderights','s:159:\"zh-hant:排除有指定權限的使用者。不包含透過由隱含或是自動晉升群組所授予的權限，像是：*、使用者、或是自動確認。\";'),('ami','messages:apihelp-query+contributors-param-group','s:135:\"zh-hant:僅包含在指定群組的使用者。不包含隱含或是自動晉升群組，像是：*、使用者、或是自動確認。\";'),('ami','messages:apihelp-query+contributors-param-limit','s:41:\"zh-hant:要回傳的貢獻人員數量。\";'),('ami','messages:apihelp-query+contributors-param-rights','s:162:\"zh-hant:僅包含有指定權限的使用者。不包含透過由隱含或是自動晉升群組所授予的權限，像是：*、使用者、或是自動確認。\";'),('ami','messages:apihelp-query+contributors-summary','s:77:\"zh-hant:取得頁面上登入貢獻者以及匿名貢獻者數量的清單。\";'),('ami','messages:apihelp-query+deletedrevisions-example-revids','s:60:\"zh-hant:列出已刪除修訂 <kbd>123456</kbd> 的資訊。\";'),('ami','messages:apihelp-query+deletedrevisions-example-titles','s:120:\"zh-hant:列出頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]及其討論頁的已刪除修訂，包含內容。\";'),('ami','messages:apihelp-query+deletedrevisions-extended-description','s:267:\"zh-hant:能以多種方式使用：\n# 透過設定標題或頁面 ID，來取得頁面集的已刪除修訂。排序是依照標題和時間戳記。\n# 透過以修訂 ID 來設定它們的 ID，來取得已刪除修訂集的相關資料。排序是依照修訂 ID。\";'),('ami','messages:apihelp-query+deletedrevisions-param-end','s:84:\"zh-hant:要停止列舉的時間戳記。當處理修訂 ID 清單時會被忽略。\";'),('ami','messages:apihelp-query+deletedrevisions-param-excludeuser','s:41:\"zh-hant:不要列出該用者的修訂。\";'),('ami','messages:apihelp-query+deletedrevisions-param-start','s:84:\"zh-hant:要開始列舉的時間戳記。當處理修訂 ID 清單時會被忽略。\";'),('ami','messages:apihelp-query+deletedrevisions-param-tag','s:50:\"zh-hant:僅列出以此標籤所標記的修訂。\";'),('ami','messages:apihelp-query+deletedrevisions-param-user','s:38:\"zh-hant:只列出該用者的修訂。\";'),('ami','messages:apihelp-query+deletedrevisions-summary','s:41:\"zh-hant:取得已刪除修訂的資訊。\";'),('ami','messages:apihelp-query+deletedrevs-example-mode1','s:155:\"zh-hant:列出最近已刪除的對頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]和<kbd>Talk:Main Page</kbd>的貢獻，帶內容（模式1）。\";'),('ami','messages:apihelp-query+deletedrevs-example-mode2','s:96:\"zh-hant:列出最近前 50 個已刪除掉由 <kbd>Bob</kbd> 所做出的貢獻（模式 2）。\";'),('ami','messages:apihelp-query+deletedrevs-example-mode3-main','s:77:\"zh-hant:列出在主命名空間的前 50 個已刪除修訂（模式 3）。\";'),('ami','messages:apihelp-query+deletedrevs-example-mode3-talk','s:85:\"zh-hant:列出在{{ns:talk}}命名空間的前 50 個已刪除頁面（模式 3）。\";'),('ami','messages:apihelp-query+deletedrevs-extended-description','s:398:\"zh-hant:以三種模式操作：\n# 列出指定標題的已刪除修訂，按時間戳記排序。\n# 列出指定使用者的已刪除貢獻，按時間戳記排序（無指定標題）。\n# 列出在指定命名空間內的所有已刪除修訂，按標題與時間戳記排序（無指定標題、未設定 $1user）。\n\n一些參數僅套用於某些模式，並且其它模式裡會被忽略。\";'),('ami','messages:apihelp-query+deletedrevs-param-end','s:38:\"zh-hant:終止列舉的時間戳記。\";'),('ami','messages:apihelp-query+deletedrevs-param-excludeuser','s:41:\"zh-hant:不要列出該用者的修訂。\";'),('ami','messages:apihelp-query+deletedrevs-param-from','s:35:\"zh-hant:在此標題開始列出。\";'),('ami','messages:apihelp-query+deletedrevs-param-limit','s:41:\"zh-hant:修訂能列出的最大數量。\";'),('ami','messages:apihelp-query+deletedrevs-param-namespace','s:44:\"zh-hant:僅列出此命名空間的頁面。\";'),('ami','messages:apihelp-query+deletedrevs-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有頁面標題。\";'),('ami','messages:apihelp-query+deletedrevs-param-prop','s:29:\"zh-hant:要取得的屬性：\";'),('ami','messages:apihelp-query+deletedrevs-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+deletedrevs-param-tag','s:50:\"zh-hant:僅列出以此標籤所標記的修訂。\";'),('ami','messages:apihelp-query+deletedrevs-param-to','s:35:\"zh-hant:在此標題停止列出。\";'),('ami','messages:apihelp-query+deletedrevs-param-unique','s:41:\"zh-hant:各頁面僅列出一個修訂。\";'),('ami','messages:apihelp-query+deletedrevs-param-user','s:38:\"zh-hant:只列出該用者的修訂。\";'),('ami','messages:apihelp-query+deletedrevs-paraminfo-modes','s:40:\"zh-hant:{{PLURAL:$1|模式|模式}}：$2\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:29:\"zh-hant:添加修訂摘要。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:29:\"zh-hans:添加修订内容。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:44:\"zh-hant:添加修訂長度（位元組）。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:47:\"zh-hant:如果修訂是小編輯則加標籤。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:49:\"zh-hant:添加上一修訂的修訂ID至頁面。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:41:\"zh-hant:添加解析過的修訂摘要。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:43:\"zh-hant:添加被刪除修訂的修訂ID。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"zh-hant:添加修訂的SHA-1（base 16）。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:23:\"zh-hant:修訂標籤。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:29:\"zh-hant:提供編輯權杖。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:41:\"zh-hant:添加做出修訂的使用者。\";'),('ami','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:43:\"zh-hant:添加做出修訂的使用者ID。\";'),('ami','messages:apihelp-query+deletedrevs-summary','s:35:\"zh-hant:列出已刪除的修訂。\";'),('ami','messages:apihelp-query+disabled-summary','s:35:\"zh-hant:已停用此查詢模組。\";'),('ami','messages:apihelp-query+duplicatefiles-example-generated','s:44:\"zh-hant:查看全部有重複到的檔案。\";'),('ami','messages:apihelp-query+duplicatefiles-example-simple','s:68:\"zh-hant:尋找重複 [[:File:Albert Einstein Head.jpg]] 的檔案。\";'),('ami','messages:apihelp-query+duplicatefiles-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+duplicatefiles-param-limit','s:41:\"zh-hant:要回傳的重複檔案數量。\";'),('ami','messages:apihelp-query+duplicatefiles-param-localonly','s:50:\"zh-hant:僅查看在本地端儲存庫的檔案。\";'),('ami','messages:apihelp-query+duplicatefiles-summary','s:71:\"zh-hant:基於雜湊值來列出指定檔案裡的所有重複檔案。\";'),('ami','messages:apihelp-query+embeddedin-example-generator','s:73:\"zh-hant:取得有關嵌入 <kbd>Template:Stub</kbd> 的頁面之資訊。\";'),('ami','messages:apihelp-query+embeddedin-example-simple','s:58:\"zh-hant:顯示嵌入 <kbd>Template:Stub</kbd> 的頁面。\";'),('ami','messages:apihelp-query+embeddedin-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+embeddedin-param-filterredir','s:35:\"zh-hant:如何過濾重新導向。\";'),('ami','messages:apihelp-query+embeddedin-param-limit','s:35:\"zh-hant:要回傳的頁面總數。\";'),('ami','messages:apihelp-query+embeddedin-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+embeddedin-param-pageid','s:65:\"zh-hant:要搜尋的頁面 ID。不能與 $1title 一起使用。\";'),('ami','messages:apihelp-query+embeddedin-param-title','s:63:\"zh-hant:要搜尋的標題。不能與 $1pageid 一起使用。\";'),('ami','messages:apihelp-query+embeddedin-summary','s:62:\"zh-hant:找出內嵌（嵌入）指定頁面的所有頁面。\";'),('ami','messages:apihelp-query+extlinks-example-simple','s:93:\"zh-hant:取得頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的外部連結列表。\";'),('ami','messages:apihelp-query+extlinks-param-expandurl','s:51:\"zh-hant:以規範協議的擴充協議關聯 URL。\";'),('ami','messages:apihelp-query+extlinks-param-limit','s:35:\"zh-hant:要回傳的連結數量。\";'),('ami','messages:apihelp-query+extlinks-param-protocol','s:167:\"zh-hant:URL 協定。若為空且有設定 <var>$1query</var>，會是 <kbd>http</kbd> 協定。將此與 <var>$1query</var> 一同留空會列出所有外部連結。\";'),('ami','messages:apihelp-query+extlinks-param-query','s:103:\"zh-hant:不以協議來搜尋字串，對於檢查某頁面是否包含某個外部 URL 時很有用。\";'),('ami','messages:apihelp-query+extlinks-summary','s:64:\"zh-hant:回傳所有指定頁面的外部 URL (非 interwiki)。\";'),('ami','messages:apihelp-query+exturlusage-example-simple','s:73:\"zh-hant:顯示連結至 <kbd>https://www.mediawiki.org</kbd> 的頁面。\";'),('ami','messages:apihelp-query+exturlusage-param-expandurl','s:51:\"zh-hant:以規範協議的擴充協議關聯 URL。\";'),('ami','messages:apihelp-query+exturlusage-param-limit','s:35:\"zh-hant:要回傳的頁面數量。\";'),('ami','messages:apihelp-query+exturlusage-param-namespace','s:41:\"zh-hant:要列舉的頁面命名空間。\";'),('ami','messages:apihelp-query+exturlusage-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+exturlusage-param-protocol','s:167:\"zh-hant:URL 協定。若為空且有設定 <var>$1query</var>，會是 <kbd>http</kbd> 協定。將此與 <var>$1query</var> 一同留空會列出所有外部連結。\";'),('ami','messages:apihelp-query+exturlusage-param-query','s:112:\"zh-hant:不帶協定的搜尋字串。請查看 [[Special:LinkSearch]]。請留空以列出所有外部連結。\";'),('ami','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:26:\"zh-hant:添加頁面 ID。\";'),('ami','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:50:\"zh-hant:添加標題與頁面的命名空間 ID。\";'),('ami','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:36:\"zh-hant:添加用於頁面的 URL。\";'),('ami','messages:apihelp-query+exturlusage-summary','s:43:\"zh-hant:列舉包含指定 URL 的頁面。\";'),('ami','messages:apihelp-query+filearchive-example-simple','s:47:\"zh-hant:顯示所有已刪除檔案的清單。\";'),('ami','messages:apihelp-query+filearchive-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+filearchive-param-from','s:38:\"zh-hant:起始列舉的圖片標題。\";'),('ami','messages:apihelp-query+filearchive-param-limit','s:35:\"zh-hant:要回傳的圖片總數。\";'),('ami','messages:apihelp-query+filearchive-param-prefix','s:56:\"zh-hant:搜尋以此值為開頭的所有圖片標題。\";'),('ami','messages:apihelp-query+filearchive-param-prop','s:35:\"zh-hant:要取得的圖片資訊：\";'),('ami','messages:apihelp-query+filearchive-param-sha1','s:57:\"zh-hant:圖片的 SHA1 雜湊值。覆蓋 $1sha1base36。\";'),('ami','messages:apihelp-query+filearchive-param-sha1base36','s:72:\"zh-hant:以 base 36 的圖片 SHA1 雜湊值（使用在 MediaWiki）。\";'),('ami','messages:apihelp-query+filearchive-param-to','s:38:\"zh-hant:終止列舉的圖片標題。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:59:\"zh-hant:添加非最新版本的存檔版本檔案名稱。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:38:\"zh-hant:添加版本的位元深度。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-description','s:38:\"zh-hant:添加圖片版本的描述。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:26:\"zh-hant:大小的別名。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:38:\"zh-hant:添加圖片的媒體類型。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:50:\"zh-hant:列出圖片版本的 Exif 詮釋資料。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:31:\"zh-hant:添加圖片的 MIME。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:32:\"zh-hant:解析版本的描述。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:42:\"zh-hant:替圖片添加 SHA-1 雜湊值。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-size','s:101:\"zh-hant:添加圖片大小（位元組）、高度、寬度、頁面計數（若可套用的話）。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:44:\"zh-hant:添加上傳版本的時間戳記。\";'),('ami','messages:apihelp-query+filearchive-paramvalue-prop-user','s:50:\"zh-hant:添加上傳該圖片版本的使用者。\";'),('ami','messages:apihelp-query+filearchive-summary','s:44:\"zh-hant:依序列舉所有已刪除檔案。\";'),('ami','messages:apihelp-query+filerepoinfo-example-simple','s:41:\"zh-hant:取得檔案儲存庫的資訊。\";'),('ami','messages:apihelp-query+filerepoinfo-param-prop','s:92:\"zh-hant:要取得的儲存庫屬性（可用屬性在其它 wiki 上可能會有差別）。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:77:\"zh-hant:儲存庫 API 的 URL - 對於從主機取得圖片資訊很有用。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:119:\"zh-hant:儲存庫 wiki 的 <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> 或同等內容。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:83:\"zh-hant:檔案是否可上傳至此儲存庫，例如透過 CORS 與共享驗證。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:47:\"zh-hant:人類可讀的儲存庫 wiki 名稱。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:123:\"zh-hant:儲存庫 wiki 的網頁圖標 URL，來自於 <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:98:\"zh-hant:當檢視本地端檔案描述頁面時，是否從該儲存庫檢索檔案描述頁面。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:53:\"zh-hant:檔案是否隱式地以大寫字母開頭。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:38:\"zh-hant:儲存庫是否為本地端。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:197:\"zh-hant:儲存庫的要點 - 使用在像是 <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> 與 [[Special:ApiHelp/query+imageinfo|imageinfo]] 所回傳的值。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:40:\"zh-hant:圖片路徑的根 URL 路徑。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:69:\"zh-hant:用於儲存庫 wiki 的 MediaWiki 安裝之根 URL 路徑。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:109:\"zh-hant:儲存庫 wiki 的 <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> 或同等內容。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:40:\"zh-hant:縮圖路徑的根 URL 路徑。\";'),('ami','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:34:\"zh-hant:公共區域 URL 路徑。\";'),('ami','messages:apihelp-query+filerepoinfo-summary','s:65:\"zh-hant:回傳有關在 wiki 上圖片儲存庫的詮釋資料。\";'),('ami','messages:apihelp-query+fileusage-example-generator','s:70:\"zh-hant:取得使用到 [[:File:Example.jpg]] 的頁面相關資訊。\";'),('ami','messages:apihelp-query+fileusage-example-simple','s:64:\"zh-hant:取得使用到 [[:File:Example.jpg]] 的頁面清單。\";'),('ami','messages:apihelp-query+fileusage-param-limit','s:29:\"zh-hant:要回傳的數量。\";'),('ami','messages:apihelp-query+fileusage-param-namespace','s:47:\"zh-hant:僅包含這些命名空間的頁面。\";'),('ami','messages:apihelp-query+fileusage-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+fileusage-param-show','s:44:\"zh-hant:只顯示符合以下標準的項：\";'),('ami','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:32:\"zh-hant:各頁面的頁面 ID。\";'),('ami','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:53:\"zh-hant:若頁面為重新導向，則做出標記。\";'),('ami','messages:apihelp-query+fileusage-paramvalue-prop-title','s:29:\"zh-hant:各頁面的標題。\";'),('ami','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:35:\"zh-hant:僅顯示非重新導向。\";'),('ami','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:32:\"zh-hant:只顯示重新導向。\";'),('ami','messages:apihelp-query+fileusage-summary','s:53:\"zh-hant:尋找使用到指定檔案的所有頁面。\";'),('ami','messages:apihelp-query+imageinfo-example-dated','s:70:\"zh-hant:索取 [[:File:Test.jpg]] 自 2008 年以來的版本資訊。\";'),('ami','messages:apihelp-query+imageinfo-example-simple','s:78:\"zh-hant:取得關於 [[:File:Albert Einstein Head.jpg]] 目前版本的資訊.\";'),('ami','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:115:\"zh-hant:若有設定 <kbd>$2prop=badfile</kbd>，此頁面使用在當評估 [[MediaWiki:Bad image list]] 的時候\";'),('ami','messages:apihelp-query+imageinfo-param-end','s:38:\"zh-hant:列出的終止時間戳記。\";'),('ami','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:79:\"zh-hant:若有指定且非空，僅會為 $1prop=extmetadata 回傳這些鍵。\";'),('ami','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:159:\"zh-hant:要檢索 extmetadata 的語言。此會影響檢索到的翻譯，若有多個可用語言的話，還會影響到像是數字與各種值的格式。\";'),('ami','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:72:\"zh-hant:若用於 extmetadata 屬性的翻譯可用，則全部索取。\";'),('ami','messages:apihelp-query+imageinfo-param-limit','s:53:\"zh-hant:每個檔案要回傳的檔案修訂數量。\";'),('ami','messages:apihelp-query+imageinfo-param-localonly','s:50:\"zh-hant:僅查看在本地端儲存庫的檔案。\";'),('ami','messages:apihelp-query+imageinfo-param-metadataversion','s:144:\"zh-hant:要使用的詮釋資料版本。若有指定 <kbd>latest</kbd>，會使用最新版本。預設為 <kbd>1</kbd>，以便向下兼容。\";'),('ami','messages:apihelp-query+imageinfo-param-prop','s:35:\"zh-hant:要取得的檔案資訊：\";'),('ami','messages:apihelp-query+imageinfo-param-start','s:38:\"zh-hant:列出的起始時間戳記。\";'),('ami','messages:apihelp-query+imageinfo-param-urlheight','s:32:\"zh-hant:與 $1urlwidth 相似。\";'),('ami','messages:apihelp-query+imageinfo-param-urlparam','s:168:\"zh-hant:處理器特定參數字串。例如 PDFs 可使用 <kbd>page15-100px</kbd>。必須要使用到 <var>$1urlwidth</var> 且要與 <var>$1urlparam</var> 一致。\";'),('ami','messages:apihelp-query+imageinfo-param-urlwidth','s:170:\"zh-hant:若 $2prop=url 有設定，會回傳前至縮放成此寬度圖片的 URL。\n出於效能因素，若有使用此項目時不會回傳超過 $1 張縮放圖片。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:135:\"zh-hant:添加非最新版本的存檔版本檔案名稱。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:68:\"zh-hant:無論檔案是否在 [[MediaWiki:Bad image list]] 都添加\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:114:\"zh-hant:添加版本的位元深度。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:114:\"zh-hant:添加檔案的規範標題。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:105:\"zh-hant:版本的註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:138:\"zh-hant:列出檔案版本的檔案格式通用詮釋資料。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:26:\"zh-hant:大小的別名。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:165:\"zh-hant:列出結合多個來源的格式化詮釋資料。結果內容為 HTML 格式。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:114:\"zh-hant:添加檔案的媒體類型。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:126:\"zh-hant:列出檔案版本的 Exif 詮釋資料。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:114:\"zh-hant:替檔案添加 MIME 類型。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:120:\"zh-hant:解析版本上的註釋。若是已刪除修訂的解析註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:118:\"zh-hant:替檔案添加 SHA-1 雜湊值。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:110:\"zh-hant:添加以位元組為單位的檔案大小、高度、寬度、頁面計數（若可套用的話）。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:157:\"zh-hant:添加圖片縮圖的 MIME 類型（需要 url 與參數 $1urlwidth）。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:44:\"zh-hant:添加上傳版本的時間戳記。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:119:\"zh-hant:由 Special:Upload 頁面所使用來取得有關現有檔案的資訊。不適用於 MediaWiki 核心之外。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:121:\"zh-hant:提供檔案與描述頁面的 URL。若是已刪除修訂的檔案，會回傳 <samp>filehidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:132:\"zh-hant:添加上傳了各檔案版本的使用者。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:135:\"zh-hant:添加上傳了各檔案版本的使用者 ID。若修訂裡使用者已被刪除，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+imageinfo-summary','s:44:\"zh-hant:回傳檔案資訊與上傳日誌。\";'),('ami','messages:apihelp-query+images-example-generator','s:96:\"zh-hant:取得有關[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]使用的檔案的資訊。\";'),('ami','messages:apihelp-query+images-example-simple','s:96:\"zh-hant:取得頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]上使用的檔案列表。\";'),('ami','messages:apihelp-query+images-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+images-param-images','s:92:\"zh-hant:僅列出這些檔案。在檢查某一頁面是否擁有某一檔案時很有用。\";'),('ami','messages:apihelp-query+images-param-limit','s:35:\"zh-hant:要回傳的檔案數量。\";'),('ami','messages:apihelp-query+images-summary','s:53:\"zh-hant:回傳指定頁面中包含的所有檔案。\";'),('ami','messages:apihelp-query+imageusage-example-generator','s:84:\"zh-hant:取得關於有使用到 [[:File:Albert Einstein Head.jpg]] 的頁面資訊.\";'),('ami','messages:apihelp-query+imageusage-example-simple','s:71:\"zh-hant:顯示有使用 [[:File:Albert Einstein Head.jpg]] 的頁面。\";'),('ami','messages:apihelp-query+imageusage-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+imageusage-param-filterredir','s:122:\"zh-hant:如何篩選重新導向。當 $1redirect 啟用時若設定成非重新導向，這僅會套用到第二級別。\";'),('ami','messages:apihelp-query+imageusage-param-limit','s:157:\"zh-hant:要回傳的總頁面。若 <var>$1redirect</var> 有啟用，套用至各個層級（這代表會回傳多至 2 * <var>$1limit</var> 個結果）。\";'),('ami','messages:apihelp-query+imageusage-param-namespace','s:35:\"zh-hant:要列舉的命名空間。\";'),('ami','messages:apihelp-query+imageusage-param-pageid','s:65:\"zh-hant:要搜尋的頁面 ID。不能與 $1title 一起使用。\";'),('ami','messages:apihelp-query+imageusage-param-redirect','s:116:\"zh-hant:若連結頁面為重新導向，則找尋連結至該重新導向的所有頁面。最大限制為一半。\";'),('ami','messages:apihelp-query+imageusage-param-title','s:63:\"zh-hant:要搜尋的標題。不能與 $1pageid 一起使用。\";'),('ami','messages:apihelp-query+imageusage-summary','s:59:\"zh-hant:尋找使用到指定圖片標題的所有頁面。\";'),('ami','messages:apihelp-query+info-example-protection','s:102:\"zh-hant:取得頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]相關的常規和保護資訊。\";'),('ami','messages:apihelp-query+info-example-simple','s:87:\"zh-hant:取得有關頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的資訊。\";'),('ami','messages:apihelp-query+info-param-linkcontext','s:152:\"zh-hant:當 <var>$1prop</var> 包含 <var>linkclasses</var> 時，在確認的額外 CSS 類別（例如：連結色彩）時使用的上下文標題。\";'),('ami','messages:apihelp-query+info-param-prop','s:35:\"zh-hant:要取得的額外屬性：\";'),('ami','messages:apihelp-query+info-param-testactions','s:71:\"zh-hant:測試目前使用者是否可執行頁面上的某項操作。\";'),('ami','messages:apihelp-query+info-param-testactionsdetail','s:182:\"zh-hant:<var>$1testactions</var> 的詳情級別。使用[[Special:ApiHelp/main|主模組]]的 <var>errorformat</var> 與 <var>errorlang</var> 參數來控制訊息所回傳格式。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:99:\"zh-hant:[[:mw:Special:MyLanguage/Help:Associated_pages|關聯主題或討論頁]]的字首標題。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:53:\"zh-hant:在頁面標題實際顯示處提供方式。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:156:\"zh-hant:若它們出現在名為 <var>$1linkcontext</var> 的頁面上，給予使用於連結到此頁面的額外 CSS 類別（例如：連結色彩）。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"zh-hant:各頁面的監視清單通知時間戳記。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-preload','s:56:\"zh-hant:取得由 EditFormPreloadText 回傳的文字。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-protection','s:41:\"zh-hant:列出各頁面的保護層級。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-readable','s:86:\"zh-hant:使用者是否可閱讀此頁面。請改用 <kbd>intestactions=read</kbd>。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-subjectid','s:44:\"zh-hant:各對話頁的父頁面頁面 ID。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-talkid','s:47:\"zh-hant:各非對話頁的對話頁頁面 ID。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-url','s:89:\"zh-hant:替各頁面給予一個完整 URL、一個編輯 URL，以及一個規範 URL。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:65:\"zh-hant:指定網站內容語言裡所有變體的顯示標題。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:89:\"zh-hant:有訪問頁面近期編輯數的各頁面監視者數目，如有允許的話。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-watched','s:41:\"zh-hant:列出各頁面的監視狀態。\";'),('ami','messages:apihelp-query+info-paramvalue-prop-watchers','s:50:\"zh-hant:監視者的數目，如有允許的話。\";'),('ami','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:38:\"zh-hant:回傳各操作的布林值。\";'),('ami','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:89:\"zh-hant:回傳描述出為何操作被禁止的訊息，或為允許則回傳空陣列。\";'),('ami','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:60:\"zh-hant:像是 <kbd>full</kbd>；但跳過耗費的檢查。\";'),('ami','messages:apihelp-query+info-summary','s:35:\"zh-hant:取得基本頁面訊息。\";'),('ami','messages:apihelp-query+iwbacklinks-example-generator','s:67:\"zh-hant:取得連結至 [[wikibooks:Test]] 的頁面相關資訊。\";'),('ami','messages:apihelp-query+iwbacklinks-example-simple','s:55:\"zh-hant:取得連結至 [[wikibooks:Test]] 的頁面。\";'),('ami','messages:apihelp-query+iwbacklinks-extended-description','s:176:\"zh-hant:可用於找尋所有帶前綴的連結、或是所有至某一標題（帶有指定前綴）的連結。兩參數均不使用則會是「所有內部 wiki 連結」。\";'),('ami','messages:apihelp-query+iwbacklinks-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+iwbacklinks-param-limit','s:35:\"zh-hant:要回傳的頁面總數。\";'),('ami','messages:apihelp-query+iwbacklinks-param-prefix','s:26:\"zh-hant:跨 wiki 前綴。\";'),('ami','messages:apihelp-query+iwbacklinks-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+iwbacklinks-param-title','s:85:\"zh-hant:要搜尋的跨 wiki 連結。必須與 <var>$1blprefix</var> 一起使用。\";'),('ami','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:32:\"zh-hant:添加跨 wiki 前綴。\";'),('ami','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:32:\"zh-hant:添加跨 wiki 標題。\";'),('ami','messages:apihelp-query+iwbacklinks-summary','s:62:\"zh-hant:找出連結至指定跨 wiki 連結的所有頁面。\";'),('ami','messages:apihelp-query+iwlinks-example-simple','s:88:\"zh-hant:從頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]取得跨wiki連結。\";'),('ami','messages:apihelp-query+iwlinks-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+iwlinks-param-limit','s:44:\"zh-hant:要回傳的跨 wiki 連結數量。\";'),('ami','messages:apihelp-query+iwlinks-param-prefix','s:53:\"zh-hant:僅回傳帶有此前綴的跨 wiki 連結。\";'),('ami','messages:apihelp-query+iwlinks-param-prop','s:59:\"zh-hant:為各跨 wiki 連結所要取得的額外屬性：\";'),('ami','messages:apihelp-query+iwlinks-param-title','s:83:\"zh-hant:要搜尋的跨 wiki 連結。必須與 <var>$1prefix</var> 一起使用。\";'),('ami','messages:apihelp-query+iwlinks-param-url','s:71:\"zh-hant:是否取得完整的 URL（不能與 $1prop 一同使用）。\";'),('ami','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:30:\"zh-hant:添加完整的 URL。\";'),('ami','messages:apihelp-query+iwlinks-summary','s:55:\"zh-hant:回傳指定頁面的所有 interwiki 連結。\";'),('ami','messages:apihelp-query+langbacklinks-example-generator','s:61:\"zh-hant:取得連結至 [[:fr:Test]] 的頁面相關資訊。\";'),('ami','messages:apihelp-query+langbacklinks-example-simple','s:49:\"zh-hant:取得連結至 [[:fr:Test]] 的頁面。\";'),('ami','messages:apihelp-query+langbacklinks-extended-description','s:238:\"zh-hant:可用來查找帶有語言代碼的所有連結、或是所有標題連結（帶指定語言）。不使用任何參數代表著「所有語言連結」。\n\n請注意這可能不會考慮由擴充功能所添加的語言連結。\";'),('ami','messages:apihelp-query+langbacklinks-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+langbacklinks-param-lang','s:38:\"zh-hant:用於語言的語言連結。\";'),('ami','messages:apihelp-query+langbacklinks-param-limit','s:35:\"zh-hant:要回傳的頁面總數。\";'),('ami','messages:apihelp-query+langbacklinks-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+langbacklinks-param-title','s:65:\"zh-hant:要搜尋的語言連結。必須與$1lang一同使用。\";'),('ami','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:50:\"zh-hant:新增用於語言連結的語言代碼。\";'),('ami','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:35:\"zh-hant:新增語言連結標題。\";'),('ami','messages:apihelp-query+langbacklinks-summary','s:59:\"zh-hant:找出連結至指定語言連結的所有頁面。\";'),('ami','messages:apihelp-query+langlinks-example-simple','s:90:\"zh-hant:從頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]取得跨語言連結。\";'),('ami','messages:apihelp-query+langlinks-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+langlinks-param-inlanguagecode','s:53:\"zh-hant:用於本地化語言名稱的語言代碼。\";'),('ami','messages:apihelp-query+langlinks-param-lang','s:56:\"zh-hant:僅回傳帶有此語言代碼的語言連結。\";'),('ami','messages:apihelp-query+langlinks-param-limit','s:40:\"zh-hant:要回傳的 langlinks 數量。\";'),('ami','messages:apihelp-query+langlinks-param-prop','s:59:\"zh-hant:為各跨語言連結所要取得的額外屬性：\";'),('ami','messages:apihelp-query+langlinks-param-title','s:72:\"zh-hant:要搜尋的連結。必須與 <var>$1lang</var> 一起使用。\";'),('ami','messages:apihelp-query+langlinks-param-url','s:82:\"zh-hant:是否取得完整的 URL（不能與 <var>$1prop</var> 一同使用）。\";'),('ami','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:35:\"zh-hant:新增本地語言名稱。\";'),('ami','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:106:\"zh-hant:添加本地化語言名稱（盡可能）。使用 <var>$1inlanguagecode</var> 來控制語言。\";'),('ami','messages:apihelp-query+langlinks-paramvalue-prop-url','s:30:\"zh-hant:添加完整的 URL。\";'),('ami','messages:apihelp-query+langlinks-summary','s:53:\"zh-hant:回傳指定頁面的所有跨語言連結。\";'),('ami','messages:apihelp-query+languageinfo-example-autonym-name-de','s:65:\"zh-hant:取得所有支援語言的本語稱呼和德語名稱。\";'),('ami','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"zh-hant:取得 BCP-47 語言代碼與所有支援語言的書寫方向。\";'),('ami','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:50:\"zh-hant:取得遞補語言與奧克語的變體。\";'),('ami','messages:apihelp-query+languageinfo-example-simple','s:50:\"zh-hant:取得所有支援語言的語言代碼。\";'),('ami','messages:apihelp-query+languageinfo-extended-description','s:126:\"zh-hant:若在一次請求中索取資訊耗費時間太長，可套用 [[mw:Special:MyLanguage/API:Continue|Continuation]]。\";'),('ami','messages:apihelp-query+languageinfo-param-code','s:102:\"zh-hant:所應要回傳的語言該語言代碼，或是以 <code>*</code> 來表示為全部語言。\";'),('ami','messages:apihelp-query+languageinfo-param-prop','s:44:\"zh-hant:替各語言所要取得的資訊。\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:89:\"zh-hant:語言的本語稱呼，也就是該語言用自己語言本身寫出的名稱。\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:30:\"zh-hant:BCP-47 語言代碼。\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:91:\"zh-hant:語言代碼。（此代碼是 MediaWiki 指定，與其它標準部份相同。）\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:75:\"zh-hant:語言的書寫方向（<code>ltr</code> 或 <code>rtl</code>）。\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:165:\"zh-hant:替此語言設置的遞補語言之語言代碼。「en」不包括在內含的最後遞補（但一些語言可明確地指定「en」為最後遞補）。\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:112:\"zh-hant:在由 <var>uselang</var> 參數所指定語言裡的語言名稱，如有需要可套用語言遞補。\";'),('ami','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:53:\"zh-hant:由此語言所支援的變體語言代碼。\";'),('ami','messages:apihelp-query+languageinfo-summary','s:44:\"zh-hant:回傳有關可用語言的資訊。\";'),('ami','messages:apihelp-query+links-example-generator','s:108:\"zh-hant:取得有關在頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]中的連結頁面的資訊。\";'),('ami','messages:apihelp-query+links-example-namespaces','s:134:\"zh-hant:取得在{{ns:user}}和{{ns:template}}命名空間中來自頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的連結。\";'),('ami','messages:apihelp-query+links-example-simple','s:81:\"zh-hant:從頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]取得連結。\";'),('ami','messages:apihelp-query+links-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+links-param-limit','s:35:\"zh-hant:要回傳的連結數量。\";'),('ami','messages:apihelp-query+links-param-namespace','s:50:\"zh-hant:僅顯示在這些命名空間的連結。\";'),('ami','messages:apihelp-query+links-param-titles','s:107:\"zh-hant:僅列出至這些標題的連結。在檢查某一頁面是否連結至某一標題時很有用。\";'),('ami','messages:apihelp-query+links-summary','s:44:\"zh-hant:回傳指定頁面的所有連結。\";'),('ami','messages:apihelp-query+linkshere-example-generator','s:99:\"zh-hant:取得有關連結至[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的頁面的資訊。\";'),('ami','messages:apihelp-query+linkshere-example-simple','s:90:\"zh-hant:取得連結至[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的頁面列表。\";'),('ami','messages:apihelp-query+linkshere-param-limit','s:29:\"zh-hant:要回傳的數量。\";'),('ami','messages:apihelp-query+linkshere-param-namespace','s:47:\"zh-hant:僅包含這些命名空間的頁面。\";'),('ami','messages:apihelp-query+linkshere-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+linkshere-param-show','s:47:\"zh-hant:僅顯示符合這些準則的項目：\";'),('ami','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:32:\"zh-hant:各頁面的頁面 ID。\";'),('ami','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:53:\"zh-hant:若頁面為重新導向，則做出標記。\";'),('ami','messages:apihelp-query+linkshere-paramvalue-prop-title','s:29:\"zh-hant:各頁面的標題。\";'),('ami','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:35:\"zh-hant:僅顯示非重新導向。\";'),('ami','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:32:\"zh-hant:僅顯示重新導向。\";'),('ami','messages:apihelp-query+linkshere-summary','s:53:\"zh-hant:找出連結至指定頁面的所有頁面。\";'),('ami','messages:apihelp-query+logevents-example-simple','s:35:\"zh-hant:列出近期日誌事件。\";'),('ami','messages:apihelp-query+logevents-param-action','s:210:\"zh-hant:篩選日誌操作僅限於此操作。覆蓋 <var>$1type</var>。在可用值清單裡，與像是 <kbd>action/*</kbd> 這種帶有萬用字元的值，可以在斜線（/）後方帶有不同字串。\";'),('ami','messages:apihelp-query+logevents-param-end','s:38:\"zh-hant:結束列舉的時間戳記。\";'),('ami','messages:apihelp-query+logevents-param-limit','s:41:\"zh-hant:要回傳的事件項目總數。\";'),('ami','messages:apihelp-query+logevents-param-namespace','s:56:\"zh-hant:篩選在這些指定命名空間裡的項目。\";'),('ami','messages:apihelp-query+logevents-param-prefix','s:47:\"zh-hant:篩選以此前綴為開頭的項目。\";'),('ami','messages:apihelp-query+logevents-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+logevents-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+logevents-param-tag','s:56:\"zh-hant:僅列出以此標籤所標記的事件項目。\";'),('ami','messages:apihelp-query+logevents-param-title','s:47:\"zh-hant:篩選與這些頁面關聯的項目。\";'),('ami','messages:apihelp-query+logevents-param-type','s:47:\"zh-hant:篩選僅為此類型的日誌項目。\";'),('ami','messages:apihelp-query+logevents-param-user','s:56:\"zh-hant:篩選由指定使用者所產生出的項目。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-comment','s:115:\"zh-hant:添加日誌事件的評論。如果評論已被修訂刪除，將返回<samp>commenthidden</samp>屬性。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-details','s:141:\"zh-hant:列出有關日誌事件的其他詳細資訊。如果日誌事件已被修訂刪除，則將返回<samp>actionhidden</samp>屬性。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-ids','s:35:\"zh-hant:添加日誌事件的 ID。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:121:\"zh-hant:添加日誌事件的解析評論。如果評論已被修訂刪除，將返回<samp>commenthidden</samp>屬性。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-tags','s:38:\"zh-hant:列出日誌事件的標籤。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:44:\"zh-hant:添加日誌事件的時間戳記。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-title','s:44:\"zh-hant:添加日誌事件的頁面標題。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-type','s:38:\"zh-hant:添加日誌事件的類型。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-user','s:124:\"zh-hant:添加負責日誌事件的使用者。如果使用者已被修訂刪除，將返回<samp>userhidden</samp>屬性。\";'),('ami','messages:apihelp-query+logevents-paramvalue-prop-userid','s:126:\"zh-hant:添加負責日誌事件的使用者ID。如果使用者已被修訂刪除，將返回<samp>userhidden</samp>屬性。\";'),('ami','messages:apihelp-query+logevents-summary','s:35:\"zh-hant:從日誌中取得事件。\";'),('ami','messages:apihelp-query+mystashedfiles-example-simple','s:104:\"zh-hant:取得檔案鍵、檔案大小、以及在目前使用者上傳儲藏裡的檔案像素尺寸。\";'),('ami','messages:apihelp-query+mystashedfiles-param-limit','s:35:\"zh-hant:要取得的檔案數量。\";'),('ami','messages:apihelp-query+mystashedfiles-param-prop','s:35:\"zh-hant:要索取的檔案屬性。\";'),('ami','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"zh-hant:索取檔案大小與圖片尺寸。\";'),('ami','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:56:\"zh-hant:索取檔案的 MIME 類型以及媒體類型。\";'),('ami','messages:apihelp-query+mystashedfiles-summary','s:65:\"zh-hant:取得在目前使用者上傳儲藏裡的檔案清單。\";'),('ami','messages:apihelp-query+pagepropnames-example-simple','s:39:\"zh-hant:取得前 10 個屬性名稱。\";'),('ami','messages:apihelp-query+pagepropnames-param-limit','s:38:\"zh-hant:回傳的名稱數量上限。\";'),('ami','messages:apihelp-query+pagepropnames-summary','s:59:\"zh-hant:列出所有在 wiki 使用的頁面屬性名稱。\";'),('ami','messages:apihelp-query+pageprops-example-simple','s:79:\"zh-hant:取得頁面 <kbd>Main Page</kbd> 與 <kbd>MediaWiki</kbd> 的屬性。\";'),('ami','messages:apihelp-query+pageprops-param-prop','s:232:\"zh-hant:僅列出這些頁面屬性（<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> 會回傳在使用的頁面屬性名稱）。在檢查是否有頁面使用到某一頁面屬性時很有用。\";'),('ami','messages:apihelp-query+pageprops-summary','s:59:\"zh-hant:取得定義在頁面內容的各樣頁面屬性。\";'),('ami','messages:apihelp-query+pageswithprop-example-generator','s:89:\"zh-hant:取得前 10 個使用到 <code>_&#95;NOTOC_&#95;</code> 頁面的額外資訊。\";'),('ami','messages:apihelp-query+pageswithprop-example-simple','s:94:\"zh-hant:列出前 10 個使用 <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code> 的頁面。\";'),('ami','messages:apihelp-query+pageswithprop-param-dir','s:26:\"zh-hant:排序的方向。\";'),('ami','messages:apihelp-query+pageswithprop-param-limit','s:38:\"zh-hant:回傳的頁面數量上限。\";'),('ami','messages:apihelp-query+pageswithprop-param-prop','s:38:\"zh-hant:要包含到的資訊部份：\";'),('ami','messages:apihelp-query+pageswithprop-param-propname','s:172:\"zh-hant:用於列舉頁面的頁面屬性（<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> 會回傳在使用的頁面屬性名稱）。\";'),('ami','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:26:\"zh-hant:添加頁面 ID。\";'),('ami','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:50:\"zh-hant:添加標題與頁面的命名空間 ID。\";'),('ami','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:35:\"zh-hant:添加頁面屬性的值。\";'),('ami','messages:apihelp-query+pageswithprop-summary','s:59:\"zh-hant:列出使用到指定頁面屬性的所有頁面。\";'),('ami','messages:apihelp-query+prefixsearch-example-simple','s:61:\"zh-hant:搜尋開頭為 <kbd>meaning</kbd> 的頁面標題。\";'),('ami','messages:apihelp-query+prefixsearch-extended-description','s:486:\"zh-hant:儘管名稱上相似，此模組不代表相同於 [[Special:PrefixIndex]]。對於此請以 <kbd>apprefix</kbd> 參數來查看 <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>。此模組的目的相似於 <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>：獲取使用者的輸入內容，並提供最相符的標題。依搜尋引擎後端的情況，可能會有包含錯別字修正、避免重新導向、或是其它探索的行為。\";'),('ami','messages:apihelp-query+prefixsearch-param-limit','s:38:\"zh-hant:回傳的結果數量上限。\";'),('ami','messages:apihelp-query+prefixsearch-param-namespace','s:113:\"zh-hant:搜尋的命名空間。若 <var>$1search</var> 以有效的命名空間前綴為開頭則會被忽略。\";'),('ami','messages:apihelp-query+prefixsearch-param-offset','s:35:\"zh-hant:要略過的結果數量。\";'),('ami','messages:apihelp-query+prefixsearch-param-profile','s:35:\"zh-hant:搜尋要使用的配置。\";'),('ami','messages:apihelp-query+prefixsearch-param-search','s:23:\"zh-hant:搜尋字串。\";'),('ami','messages:apihelp-query+prefixsearch-summary','s:44:\"zh-hant:執行頁面標題的前綴搜尋。\";'),('ami','messages:apihelp-query+protectedtitles-example-generator','s:68:\"zh-hant:找出在主命名空間裡連至已保護標題的連結。\";'),('ami','messages:apihelp-query+protectedtitles-example-simple','s:35:\"zh-hant:列出已保護的標題。\";'),('ami','messages:apihelp-query+protectedtitles-param-end','s:47:\"zh-hant:在此保護時間戳記停止列出。\";'),('ami','messages:apihelp-query+protectedtitles-param-level','s:53:\"zh-hant:僅列出具有這些保護層級的標題。\";'),('ami','messages:apihelp-query+protectedtitles-param-limit','s:35:\"zh-hant:要回傳的頁面總數。\";'),('ami','messages:apihelp-query+protectedtitles-param-namespace','s:47:\"zh-hant:僅列出這些命名空間的標題。\";'),('ami','messages:apihelp-query+protectedtitles-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+protectedtitles-param-start','s:47:\"zh-hant:在此保護時間戳記開始列出。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:32:\"zh-hant:添加保護的註釋。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:53:\"zh-hant:添加當保護被提升時的時間戳記。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"zh-hant:添加保護層級。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:38:\"zh-hant:添加保護的解析註釋。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:53:\"zh-hant:添加當保護被添加時的時間戳記。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:53:\"zh-hant:添加做出添加保護操作的使用者。\";'),('ami','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:56:\"zh-hant:添加做出添加保護操作的使用者 ID。\";'),('ami','messages:apihelp-query+protectedtitles-summary','s:47:\"zh-hant:列出所有被創建保護的標題。\";'),('ami','messages:apihelp-query+querypage-example-ancientpages','s:58:\"zh-hant:回傳來自 [[Special:Ancientpages]] 的結果。\";'),('ami','messages:apihelp-query+querypage-param-limit','s:32:\"zh-hant:回傳的結果數量。\";'),('ami','messages:apihelp-query+querypage-param-page','s:56:\"zh-hant:特殊頁面的名稱。註：區分大小寫。\";'),('ami','messages:apihelp-query+querypage-summary','s:70:\"zh-hant:取得透過特殊頁面 QueryPage-based 所提供的清單。\";'),('ami','messages:apihelp-query+random-example-generator','s:74:\"zh-hant:從主命名空間回傳兩個隨機頁面的相關頁面資訊。\";'),('ami','messages:apihelp-query+random-example-simple','s:53:\"zh-hant:從主命名空間回傳兩個隨機頁面。\";'),('ami','messages:apihelp-query+random-extended-description','s:282:\"zh-hant:列出在固定序列的頁面，僅起始點為隨機。這代表如果像 <samp>Main Page</samp> 是清單的首個隨機頁面，<samp>List of fictional monkeys</samp> 會<em>永遠</em>是第二個，<samp>List of people on stamps of Vanuatu</samp> 是第三個等等。\";'),('ami','messages:apihelp-query+random-param-filterredir','s:35:\"zh-hant:如何過濾重新導向。\";'),('ami','messages:apihelp-query+random-param-limit','s:47:\"zh-hant:限制所回傳的隨機頁面數量。\";'),('ami','messages:apihelp-query+random-param-namespace','s:50:\"zh-hant:僅回傳在這些命名空間的頁面。\";'),('ami','messages:apihelp-query+random-param-redirect','s:55:\"zh-hant:請改用 <kbd>$1filterredir=redirects</kbd>。\";'),('ami','messages:apihelp-query+random-summary','s:32:\"zh-hant:取得隨機頁面集合\";'),('ami','messages:apihelp-query+recentchanges-example-generator','s:62:\"zh-hant:取得有關近期尚未巡查更改的頁面資訊。\";'),('ami','messages:apihelp-query+recentchanges-example-simple','s:26:\"zh-hant:近期變更清單\";'),('ami','messages:apihelp-query+recentchanges-param-end','s:38:\"zh-hant:結束列舉的時間戳記。\";'),('ami','messages:apihelp-query+recentchanges-param-excludeuser','s:41:\"zh-hant:不要列出該用者的更改。\";'),('ami','messages:apihelp-query+recentchanges-param-generaterevisions','s:169:\"zh-hant:當作為產生器時使用，產生修訂 ID 而非標題。不帶關聯修訂 ID 的近期變更項目（例如多數日誌項目）不會產生任何內容。\";'),('ami','messages:apihelp-query+recentchanges-param-limit','s:32:\"zh-hant:要回傳變更總數。\";'),('ami','messages:apihelp-query+recentchanges-param-namespace','s:50:\"zh-hant:篩選僅為這些命名空間的更改。\";'),('ami','messages:apihelp-query+recentchanges-param-prop','s:38:\"zh-hant:包含的額外資訊部份：\";'),('ami','messages:apihelp-query+recentchanges-param-show','s:135:\"zh-hant:僅顯示符合這些標準的項目。例如，僅查看由登入使用者做出的小編輯，請設定 $1show=minor|!anon。\";'),('ami','messages:apihelp-query+recentchanges-param-slot','s:47:\"zh-hant:僅列出涉及命名字段的更改。\";'),('ami','messages:apihelp-query+recentchanges-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+recentchanges-param-tag','s:50:\"zh-hant:僅列出以此標籤所標記的更改。\";'),('ami','messages:apihelp-query+recentchanges-param-title','s:47:\"zh-hant:篩選與這些頁面關聯的項目。\";'),('ami','messages:apihelp-query+recentchanges-param-toponly','s:41:\"zh-hant:僅列出最新修訂的更改。\";'),('ami','messages:apihelp-query+recentchanges-param-type','s:35:\"zh-hant:要顯示的更改類型。\";'),('ami','messages:apihelp-query+recentchanges-param-user','s:38:\"zh-hant:只列出該用者的修改。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:53:\"zh-hant:標記可巡查編輯為自動巡查或否。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:111:\"zh-hant:添加編輯的註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:32:\"zh-hant:添加編輯的標籤。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:66:\"zh-hant:添加頁面 ID、近期變更 ID 以及新舊修訂 ID。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:83:\"zh-hant:添加日誌資訊（日誌 ID、日誌類型、其它）至日誌項目。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:117:\"zh-hant:添加編輯的解析註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:56:\"zh-hant:標記可巡查編輯為已巡查或未巡查。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:50:\"zh-hant:若頁面為重新導向則標記編輯。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:135:\"zh-hant:替與修訂關聯的項目添加內容核對和。若是已刪除修訂的內容，會回傳 <samp>sha1hidden</samp> 屬性。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:50:\"zh-hant:添加新舊頁面長度（位元組）。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:32:\"zh-hant:列出項目的標籤。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:38:\"zh-hant:添加編輯的時間戳記。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:38:\"zh-hant:添加編輯的頁面標題。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:157:\"zh-hant:添加承擔編輯的使用者，並標記出是否為 IP 使用者。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:126:\"zh-hant:添加承擔該編輯的使用者 ID。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+recentchanges-summary','s:32:\"zh-hant:列舉出近期變更。\";'),('ami','messages:apihelp-query+redirects-example-generator','s:96:\"zh-hant:取得所有重新導向至[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的資訊。\";'),('ami','messages:apihelp-query+redirects-example-simple','s:90:\"zh-hant:取得至[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的重新導向列表。\";'),('ami','messages:apihelp-query+redirects-param-limit','s:41:\"zh-hant:要回傳的重新導向數量。\";'),('ami','messages:apihelp-query+redirects-param-namespace','s:47:\"zh-hant:僅包含這些命名空間的頁面。\";'),('ami','messages:apihelp-query+redirects-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+redirects-param-show','s:44:\"zh-hant:只顯示符合這些標準的項：\";'),('ami','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:50:\"zh-hant:各重新導向的片段，若有的話。\";'),('ami','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:38:\"zh-hant:各重新導向的頁面 ID。\";'),('ami','messages:apihelp-query+redirects-paramvalue-prop-title','s:35:\"zh-hant:各重新導向的標題。\";'),('ami','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:47:\"zh-hant:只顯示不帶碎片的重新導向。\";'),('ami','messages:apihelp-query+redirects-paramvalue-show-fragment','s:44:\"zh-hant:只顯示帶碎片的重新導向。\";'),('ami','messages:apihelp-query+redirects-summary','s:59:\"zh-hant:回傳連結至指定頁面的所有重新導向。\";'),('ami','messages:apihelp-query+revisions+base-param-contentformat','s:90:\"zh-hant:使用於 <var>$1difftotext</var> 的序列化格式並預期用於內容輸出。\";'),('ami','messages:apihelp-query+revisions+base-param-diffto','s:228:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>。要比較各修訂差異的修訂 ID。<kbd>prev</kbd> 與 <kbd>next</kbd> 和 <kbd>cur</kbd> 分別用於上一個、下一個、以及目前的修訂。\";'),('ami','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>。要比較各修訂差異的文字。僅能比對受限數目的修訂。覆蓋 <var>$1diffto</var>。若 <var>$1section</var> 有設定，僅能比對該與文字有差別的段落。\";'),('ami','messages:apihelp-query+revisions+base-param-difftotextpst','s:177:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd>。在區別前，執行在文字上的預先儲存轉換。僅與 <var>$1difftotext</var> 使用有效。\";'),('ami','messages:apihelp-query+revisions+base-param-expandtemplates','s:150:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd>。在修訂內容裡展開模板（需要 $1prop=content）。\";'),('ami','messages:apihelp-query+revisions+base-param-generatexml','s:218:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> 或 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>。產生用於修訂內容的 XML 解析樹狀（需要 $1prop=content）。\";'),('ami','messages:apihelp-query+revisions+base-param-limit','s:41:\"zh-hant:限制所回傳的修訂數量。\";'),('ami','messages:apihelp-query+revisions+base-param-parse','s:191:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>。解析修訂內容（需要 $1prop=content）。基於效能緣故，若有使用此選項，$1limit 會被強制為 1。\";'),('ami','messages:apihelp-query+revisions+base-param-prop','s:41:\"zh-hant:各修訂所要取得的屬性：\";'),('ami','messages:apihelp-query+revisions+base-param-section','s:56:\"zh-hant:僅檢索帶有此識別碼的段落之內容。\";'),('ami','messages:apihelp-query+revisions+base-param-slots','s:186:\"zh-hant:當槽位相關屬性包含在 <var>$1props</var> 時，要回傳資料的修訂槽位。若忽略的話，來自 <kbd>main</kbd> 槽位的資料會以向下兼容格式回傳。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:132:\"zh-hant:由使用者對於修訂所做出的註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:111:\"zh-hant:各修訂間隔的內容。若是已刪除修訂的內容，會回傳 <samp>texthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:44:\"zh-hant:各修訂間隔的內容模組 ID。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:38:\"zh-hant:修訂標籤（小修改）。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:20:\"zh-hant:修訂 ID。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:132:\"zh-hant:由使用者對於修訂所解析的註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"zh-hant:請改用 <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> 或 <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>。修訂內容的 XML 解析樹狀（需要內容模型 <code>$1</code>）。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:53:\"zh-hant:列出存在於修訂的內容間隔作用。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:115:\"zh-hant:修訂的 SHA-1（base 16）。若是已刪除修訂的內容，會回傳 <samp>sha1hidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:41:\"zh-hant:修訂的長度（位元組）。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:124:\"zh-hant:各修訂間隔的 SHA-1（base 16）。若是已刪除修訂的內容，會回傳 <samp>sha1hidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:50:\"zh-hant:各修訂間隔的長度（位元組）。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:23:\"zh-hant:修訂標籤。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:32:\"zh-hant:修訂的時間戳記。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:114:\"zh-hant:做出修訂的使用者。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:120:\"zh-hant:修訂創建者的使用者 ID。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+revisions-example-content','s:131:\"zh-hant:取得帶內容的資料，用於標題<kbd>API</kbd>和[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的最近修訂。\";'),('ami','messages:apihelp-query+revisions-example-first5','s:85:\"zh-hant:取得[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的最早5次修訂。\";'),('ami','messages:apihelp-query+revisions-example-first5-after','s:118:\"zh-hant:取得[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]於2006年5月1日之後做出的前5次修訂版本。\";'),('ami','messages:apihelp-query+revisions-example-first5-not-localhost','s:135:\"zh-hant:取得[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的前5次不是由匿名使用者<kbd>127.0.0.1</kbd>做出的修訂。\";'),('ami','messages:apihelp-query+revisions-example-first5-user','s:131:\"zh-hant:取得[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的前5次由使用者<kbd>MediaWiki default</kbd>做出的修訂。\";'),('ami','messages:apihelp-query+revisions-example-last5','s:85:\"zh-hant:取得[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的最近5次修訂。\";'),('ami','messages:apihelp-query+revisions-extended-description','s:291:\"zh-hant:能以多種方式使用：\n# 透過設定標題或頁面 ID 來取得有關頁面集（最新修訂）的資料。\n# 透過使用標題或是帶有起始、結束、限制的頁面 ID 來取得指定頁面的修訂。\n# 透過以 revid 設定 ID 來取得有關修訂集的資料。\";'),('ami','messages:apihelp-query+revisions-param-end','s:38:\"zh-hant:列舉至此的時間戳記。\";'),('ami','messages:apihelp-query+revisions-param-endid','s:101:\"zh-hant:在這個修訂時間戳記停止列舉。修訂必須要存在，但不需屬於此頁面。\";'),('ami','messages:apihelp-query+revisions-param-excludeuser','s:47:\"zh-hant:不包含由使用者做出的修訂。\";'),('ami','messages:apihelp-query+revisions-param-start','s:53:\"zh-hant:從哪個修訂時間戳記來開始列舉。\";'),('ami','messages:apihelp-query+revisions-param-startid','s:101:\"zh-hant:從這個修訂時間戳記開始列舉。修訂必須要存在，但不需屬於此頁面。\";'),('ami','messages:apihelp-query+revisions-param-tag','s:50:\"zh-hant:僅列出以此標籤所標記的修訂。\";'),('ami','messages:apihelp-query+revisions-param-user','s:47:\"zh-hant:僅包含由使用者做出的修訂。\";'),('ami','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:53:\"zh-hant:僅能在單一頁面使用（模式 #2）。\";'),('ami','messages:apihelp-query+revisions-summary','s:32:\"zh-hant:取得修訂的資訊。\";'),('ami','messages:apihelp-query+search-example-generator','s:88:\"zh-hant:取得有關回傳搜尋 <kbd>meaning</kbd> 相關內容頁面的頁面資訊。\";'),('ami','messages:apihelp-query+search-example-simple','s:36:\"zh-hant:搜尋 <kbd>meaning</kbd>。\";'),('ami','messages:apihelp-query+search-example-text','s:46:\"zh-hant:搜尋 <kbd>meaning</kbd> 的文字。\";'),('ami','messages:apihelp-query+search-param-backend','s:59:\"zh-hant:是否搜尋使用的後端，若否則為預設。\";'),('ami','messages:apihelp-query+search-param-enablerewrites','s:152:\"zh-hant:啟用內部查詢重新寫入。一些搜尋後端可重新寫入查詢成其它被認為能提供更好的結果，比如糾正拼寫錯誤。\";'),('ami','messages:apihelp-query+search-param-info','s:35:\"zh-hant:要回傳的詮釋資料。\";'),('ami','messages:apihelp-query+search-param-interwiki','s:62:\"zh-hant:若可用的話，在搜尋裡包含跨 wiki 結果。\";'),('ami','messages:apihelp-query+search-param-limit','s:35:\"zh-hant:要回傳的頁面總數。\";'),('ami','messages:apihelp-query+search-param-namespace','s:41:\"zh-hant:僅以這些命名空間搜尋。\";'),('ami','messages:apihelp-query+search-param-prop','s:29:\"zh-hant:要回傳的屬性：\";'),('ami','messages:apihelp-query+search-param-qiprofile','s:71:\"zh-hant:要使用的查詢獨立配置（會影響排序演算法）。\";'),('ami','messages:apihelp-query+search-param-search','s:155:\"zh-hant:搜尋相符此值的頁面標題或內容。依據 wiki 所含有的搜尋後端工具，您可以使用搜尋字串來調用特殊搜尋功能。\";'),('ami','messages:apihelp-query+search-param-sort','s:38:\"zh-hant:設定回傳結果的排序。\";'),('ami','messages:apihelp-query+search-param-what','s:35:\"zh-hant:要執行的搜尋類型。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:65:\"zh-hant:添加匹配的分類名稱，並突出標記查詢詞。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:50:\"zh-hant:添加由擴充所產生的額外資料。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:17:\"zh-hant:已忽略\";'),('ami','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:65:\"zh-hant:添加表明搜尋是否符合檔案內容的布林值。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:71:\"zh-hant:添加匹配的重新導向標題，並突出標記查詢詞。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:44:\"zh-hant:添加符合重新導向的標題。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-score','s:17:\"zh-hant:已忽略\";'),('ami','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:65:\"zh-hant:添加匹配的章節標題，並突出標記查詢詞。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:38:\"zh-hant:添加符合段落的標題。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-size','s:53:\"zh-hant:添加以位元組為單位的頁面大小。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-snippet','s:56:\"zh-hant:添加頁面片段，並突出標記查詢詞。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-timestamp','s:56:\"zh-hant:添加頁面自上一次編輯的時間戳記。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:56:\"zh-hant:添加頁面標題，並突出標記查詢詞。\";'),('ami','messages:apihelp-query+search-paramvalue-prop-wordcount','s:32:\"zh-hant:添加頁面的字數。\";'),('ami','messages:apihelp-query+search-summary','s:29:\"zh-hant:執行全文搜尋。\";'),('ami','messages:apihelp-query+siteinfo-example-interwiki','s:50:\"zh-hant:索取本地端跨 wiki 前綴的清單。\";'),('ami','messages:apihelp-query+siteinfo-example-replag','s:38:\"zh-hant:檢查目前的響應延遲。\";'),('ami','messages:apihelp-query+siteinfo-example-simple','s:29:\"zh-hant:索取站台資訊。\";'),('ami','messages:apihelp-query+siteinfo-param-filteriw','s:68:\"zh-hant:僅回傳跨 wiki 地圖的本地端或非本地端項目。\";'),('ami','messages:apihelp-query+siteinfo-param-inlanguagecode','s:77:\"zh-hant:用於本地化語言的語言代碼（盡可能）與外觀名稱。\";'),('ami','messages:apihelp-query+siteinfo-param-numberingroup','s:56:\"zh-hant:列出在使用者群組裡的使用者數目。\";'),('ami','messages:apihelp-query+siteinfo-param-prop','s:29:\"zh-hant:要取得的資訊：\";'),('ami','messages:apihelp-query+siteinfo-param-showalldb','s:74:\"zh-hant:列出所有資料庫伺服器，不是只有最延遲的那台。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:59:\"zh-hant:回傳有最高複製延遲的資料庫伺服器。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:56:\"zh-hant:回傳用於使用者偏好設定的預設值。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:50:\"zh-hant:回傳安裝在 wiki 上的擴充功能。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:41:\"zh-hant:回傳解析擴充標籤清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:65:\"zh-hant:回傳允許上傳的副檔名（檔案類型）清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:44:\"zh-hant:回傳解析器函數掛鉤清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:29:\"zh-hant:全面系統資訊。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:118:\"zh-hant:回傳內部 wiki 對應（篩選可選用，也可透過 <var>$1inlanguagecode</var> 來選用本地化）。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:111:\"zh-hant:回傳 MediaWiki 支援的語言清單（可透過 <var>$1inlanguagecode</var> 來選用本地化）。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:140:\"zh-hant:在啟用了 [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] 且支援各語言變化時，回傳語言代碼清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:47:\"zh-hant:回傳安裝在 wiki 上的函式庫。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:38:\"zh-hant:魔術字及其別名清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:44:\"zh-hant:已註冊命名空間別名清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"zh-hant:已註冊命名空間與其規範名稱的清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:59:\"zh-hant:回傳在外部連結裡所允許的協議清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:59:\"zh-hant:回傳在可用限制（保護）類型的資訊。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:68:\"zh-hant:若可用時，回傳 wiki 版權（授權條款）資訊。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"zh-hant:回傳所有訂閱掛勾清單（<var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var> 的內容）。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:136:\"zh-hant:回傳所有已啟用的外觀清單（可透過 <var>$1inlanguagecode</var> 來選用本地化，不然會是內容語言）。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:35:\"zh-hant:特殊頁面別名清單。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:29:\"zh-hant:回傳網站統計。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:41:\"zh-hant:回傳上傳對話框的設置。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:53:\"zh-hant:回傳使用者群組以及所分配權限。\";'),('ami','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:33:\"zh-hant:回傳變數 ID 清單。\";'),('ami','messages:apihelp-query+siteinfo-summary','s:44:\"zh-hant:回傳有關站台的一般資訊。\";'),('ami','messages:apihelp-query+stashimageinfo-example-params','s:47:\"zh-hant:回傳縮圖或兩個已儲藏檔案。\";'),('ami','messages:apihelp-query+stashimageinfo-example-simple','s:44:\"zh-hant:回傳儲藏檔案的檔案資訊。\";'),('ami','messages:apihelp-query+stashimageinfo-param-filekey','s:53:\"zh-hant:識別前一個為臨時儲藏上傳的鍵。\";'),('ami','messages:apihelp-query+stashimageinfo-param-sessionkey','s:53:\"zh-hant:$1filekey的別名，用於向下相容性。\";'),('ami','messages:apihelp-query+stashimageinfo-summary','s:50:\"zh-hant:回傳多筆儲藏檔案的檔案資訊。\";'),('ami','messages:apihelp-query+tags-example-simple','s:29:\"zh-hant:列出可用標籤。\";'),('ami','messages:apihelp-query+tags-param-limit','s:41:\"zh-hant:能列出標籤的最大數量。\";'),('ami','messages:apihelp-query+tags-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-active','s:35:\"zh-hant:標籤是否仍被套用。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-defined','s:38:\"zh-hant:指示標籤是否已定義。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-description','s:32:\"zh-hant:添加標籤的描述。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-displayname','s:38:\"zh-hant:添加標籤的系統訊息。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:65:\"zh-hant:添加含有此標籤之修訂與日誌項目的數量。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-name','s:29:\"zh-hant:添加標籤名稱。\";'),('ami','messages:apihelp-query+tags-paramvalue-prop-source','s:166:\"zh-hant:取得標籤來源，可能有包含用於擴充定義標籤的 <samp>extension</samp> 以及用於透過使用者手動套用標籤的 <samp>manual</samp>。\";'),('ami','messages:apihelp-query+tags-summary','s:29:\"zh-hant:列出變更標記。\";'),('ami','messages:apihelp-query+templates-example-generator','s:105:\"zh-hant:取得有關[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]中使用的模板頁面的資訊。\";'),('ami','messages:apihelp-query+templates-example-namespaces','s:143:\"zh-hant:取得在{{ns:user}}和{{ns:template}}命名空間中，嵌入在頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]中的頁面。\";'),('ami','messages:apihelp-query+templates-example-simple','s:90:\"zh-hant:取得在頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]使用的模板。\";'),('ami','messages:apihelp-query+templates-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+templates-param-limit','s:35:\"zh-hant:要回傳的模板數量。\";'),('ami','messages:apihelp-query+templates-param-namespace','s:50:\"zh-hant:僅顯示在這些命名空間的模板。\";'),('ami','messages:apihelp-query+templates-param-templates','s:92:\"zh-hant:僅列出這些模板。在檢查某一頁面是否擁有某一模板時很有用。\";'),('ami','messages:apihelp-query+templates-summary','s:53:\"zh-hant:回傳指定頁面中所有引用的頁面。\";'),('ami','messages:apihelp-query+tokens-example-simple','s:41:\"zh-hant:接收 csrf 權杖（預設）。\";'),('ami','messages:apihelp-query+tokens-example-types','s:47:\"zh-hant:接收監視權杖以及巡邏權杖。\";'),('ami','messages:apihelp-query+tokens-param-type','s:32:\"zh-hant:要求的權杖類型。\";'),('ami','messages:apihelp-query+tokens-summary','s:44:\"zh-hant:取得資料修改操作的權杖。\";'),('ami','messages:apihelp-query+transcludedin-example-generator','s:96:\"zh-hant:取得有關嵌入[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的頁面的資訊。\";'),('ami','messages:apihelp-query+transcludedin-example-simple','s:87:\"zh-hant:取得嵌入[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的頁面列表。\";'),('ami','messages:apihelp-query+transcludedin-param-limit','s:26:\"zh-hant:回傳的數量。\";'),('ami','messages:apihelp-query+transcludedin-param-namespace','s:47:\"zh-hant:僅包含這些命名空間的頁面。\";'),('ami','messages:apihelp-query+transcludedin-param-prop','s:29:\"zh-hant:要取得的屬性。\";'),('ami','messages:apihelp-query+transcludedin-param-show','s:47:\"zh-hant:僅顯示符合這些條件的項目：\";'),('ami','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:32:\"zh-hant:各頁面的頁面 ID。\";'),('ami','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:53:\"zh-hant:若頁面為重新導向，則做出標記。\";'),('ami','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:29:\"zh-hant:各頁面的標題。\";'),('ami','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:35:\"zh-hant:只顯示非重新導向。\";'),('ami','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:32:\"zh-hant:僅顯示重新導向。\";'),('ami','messages:apihelp-query+transcludedin-summary','s:53:\"zh-hant:找出嵌入至指定頁面的所有頁面。\";'),('ami','messages:apihelp-query+usercontribs-example-ipprefix','s:81:\"zh-hant:顯示所有來自於前綴為 <kbd>192.0.2.</kbd> 的 IP 地址貢獻。\";'),('ami','messages:apihelp-query+usercontribs-example-user','s:55:\"zh-hant:顯示使用者 <kbd>Example</kbd> 的貢獻。\";'),('ami','messages:apihelp-query+usercontribs-param-end','s:77:\"zh-hant:回傳的終止時間戳記。即為此時間戳記之後的修訂。\";'),('ami','messages:apihelp-query+usercontribs-param-iprange','s:129:\"zh-hant:要檢索貢獻的CIDR範圍。不能與<var>$1user</var>、<var>$1userprefix</var>或<var>$1userids</var>一起使用。\";'),('ami','messages:apihelp-query+usercontribs-param-limit','s:38:\"zh-hant:回傳的貢獻數量上限。\";'),('ami','messages:apihelp-query+usercontribs-param-namespace','s:47:\"zh-hant:僅列出這些命名空間的貢獻。\";'),('ami','messages:apihelp-query+usercontribs-param-prop','s:38:\"zh-hant:包含的額外資訊部份：\";'),('ami','messages:apihelp-query+usercontribs-param-show','s:322:\"zh-hant:僅顯示符合這些標準的項目，例如僅顯示非小編輯內容為：<kbd>$2show=!minor</kbd>。\n\n若有設定 <kbd>$2show=patrolled</kbd> 或 <kbd>$2show=!patrolled</kbd>，早於 <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var>（$1 {{PLURAL:$1|秒|秒}}）的修訂不會顯示出。\";'),('ami','messages:apihelp-query+usercontribs-param-start','s:77:\"zh-hant:回傳的起始時間戳記。即為此時間戳記之前的修訂。\";'),('ami','messages:apihelp-query+usercontribs-param-tag','s:50:\"zh-hant:僅列出以此標籤所標記的修訂。\";'),('ami','messages:apihelp-query+usercontribs-param-toponly','s:41:\"zh-hant:僅列出最新修訂的更改。\";'),('ami','messages:apihelp-query+usercontribs-param-user','s:137:\"zh-hant:要檢索貢獻的使用者。不能與 <var>$1userids</var>、<var>$1userprefix</var>、或 <var>$1iprange</var> 一起使用。\";'),('ami','messages:apihelp-query+usercontribs-param-userids','s:130:\"zh-hant:要檢索貢獻的使用者ID。不能與<var>$1user</var>、<var>$1userprefix</var>或<var>$1iprange</var>一起使用。\";'),('ami','messages:apihelp-query+usercontribs-param-userprefix','s:164:\"zh-hant:取得所有使用者名稱以這個值開頭的使用者的貢獻。不能與<var>$1user</var>、<var>$1userids</var>或<var>$1iprange</var>一起使用。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:35:\"zh-hant:標記自動巡查編輯。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:111:\"zh-hant:添加編輯的註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:32:\"zh-hant:添加編輯的標籤。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:39:\"zh-hant:添加頁面 ID 與修訂 ID。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:117:\"zh-hant:添加編輯的解析註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:32:\"zh-hant:標記已巡查編輯。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:35:\"zh-hant:添加編輯的新大小。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:59:\"zh-hant:添加對於其父級編輯的編輯大小增量。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:32:\"zh-hant:列出編輯的標籤。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:38:\"zh-hant:添加編輯的時間戳記。\";'),('ami','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:50:\"zh-hant:添加標題與頁面的命名空間 ID。\";'),('ami','messages:apihelp-query+usercontribs-summary','s:44:\"zh-hant:按使用者來取得所有編輯。\";'),('ami','messages:apihelp-query+userinfo-example-data','s:47:\"zh-hant:取得目前使用者的額外資訊。\";'),('ami','messages:apihelp-query+userinfo-example-simple','s:41:\"zh-hant:取得目前使用者的資訊。\";'),('ami','messages:apihelp-query+userinfo-param-attachedwiki','s:107:\"zh-hant:以 <kbd>$1prop=centralids</kbd> 來表明使用者是否附加於由此 ID 所識別出的 wiki。\";'),('ami','messages:apihelp-query+userinfo-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:95:\"zh-hant:回響由在架構化格式客戶端所發送的 <code>Accept-Language</code> 標頭。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:89:\"zh-hant:若目前使用者被封鎖則標記出由誰做出，以及出於何種原因。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:54:\"zh-hant:替使用者添加中心 ID 與附加狀態。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:71:\"zh-hant:列出目前使用者可以做出添加以及移除的群組。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:44:\"zh-hant:添加目前使用者的編輯數。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-email','s:74:\"zh-hant:添加使用者的電子郵件地址與電子郵件驗證日期。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:92:\"zh-hant:列出明確分配目前使用者的群組，包含各群組成員的逾期日期。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:56:\"zh-hant:列出目前使用者所隸屬的所有群組。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:82:\"zh-hant:若目前使用者有等待訊息，添加 <samp>messages</samp> 標籤。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:68:\"zh-hant:列出目前使用者自動列入為成員的所有群組。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"zh-hant:添加使用者最新貢獻的日期。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-options','s:65:\"zh-hant:列出目前使用者已設定過的所有偏好設定。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:62:\"zh-hant:列出所有套用到目前使用者的速率限制。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:41:\"zh-hant:添加使用者的真實姓名。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:41:\"zh-hant:添加使用者的註冊日期。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:50:\"zh-hant:列出目前使用者所擁有的權限。\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:140:\"zh-hant:若根據使用者權限或 IP，他們並非不受所有速率限制的約束，列出所有套用在目前使用者的速率限制\";'),('ami','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:115:\"zh-hant:添加使用者監視清單上的未讀頁面數量（最多$1；如有更多則回傳<samp>$2</samp>）。\";'),('ami','messages:apihelp-query+userinfo-summary','s:41:\"zh-hant:取得目前使用者的資訊。\";'),('ami','messages:apihelp-query+users-example-simple','s:55:\"zh-hant:返回使用者 <kbd>Example</kbd> 的資訊。\";'),('ami','messages:apihelp-query+users-param-attachedwiki','s:107:\"zh-hant:以 <kbd>$1prop=centralids</kbd> 來表明使用者是否附加於由此 ID 所識別出的 wiki。\";'),('ami','messages:apihelp-query+users-param-prop','s:35:\"zh-hant:要包含的資訊部份：\";'),('ami','messages:apihelp-query+users-param-userids','s:48:\"zh-hant:要取得資訊的使用者 ID 清單。\";'),('ami','messages:apihelp-query+users-param-users','s:44:\"zh-hant:要取得資訊的使用者清單。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:83:\"zh-hant:若使用者被封鎖則標記出由誰做出，以及出於何種原因。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-cancreate','s:80:\"zh-hant:表明是否可替有效但尚未註冊的使用者名稱建立帳號。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-centralids','s:54:\"zh-hant:替使用者添加中心 ID 與附加狀態。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-editcount','s:38:\"zh-hant:添加使用者的編輯數。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-emailable','s:103:\"zh-hant:若使用者符合條件並想要透過 [[Special:Emailuser]] 來接收電子郵件時標記。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-gender','s:85:\"zh-hant:標記使用者性別。回傳「male」、「female」、或「unknown」。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:89:\"zh-hant:列出明確分配各使用者的群組，包含各群組成員的逾期日期。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-groups','s:53:\"zh-hant:列出各使用者所隸屬的所有群組。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:62:\"zh-hant:列出使用者自動列入為成員的所有群組。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-registration','s:47:\"zh-hant:添加使用者的註冊時間戳記。\";'),('ami','messages:apihelp-query+users-paramvalue-prop-rights','s:47:\"zh-hant:列出各使用者所擁有的權限。\";'),('ami','messages:apihelp-query+users-summary','s:47:\"zh-hant:取得有關使用者清單的資訊。\";'),('ami','messages:apihelp-query+watchlist-example-allrev','s:83:\"zh-hant:索取在目前使用者監視清單裡所有近期變更頁面的資訊。\";'),('ami','messages:apihelp-query+watchlist-example-expiry','s:149:\"zh-hant:在目前使用者的監視清單中，取得有關近期變更頁面的最多修訂額外資訊，包括臨時監視的項目何時逾期。\";'),('ami','messages:apihelp-query+watchlist-example-generator','s:83:\"zh-hant:索取在目前使用者監視清單裡近期變更頁面的頁面資訊。\";'),('ami','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"zh-hant:索取在目前使用者監視清單裡近期變更頁面的修訂資訊。\";'),('ami','messages:apihelp-query+watchlist-example-props','s:95:\"zh-hant:索取在目前使用者監視清單裡近期變更頁面的最新修訂額外資訊。\";'),('ami','messages:apihelp-query+watchlist-example-simple','s:83:\"zh-hant:列出在目前使用者監視清單裡近期變更頁面的最新修訂。\";'),('ami','messages:apihelp-query+watchlist-example-wlowner','s:97:\"zh-hant:列出在使用者 <kbd>Example</kbd> 監視清單裡近期變更頁面的最新修訂。\";'),('ami','messages:apihelp-query+watchlist-param-allrev','s:68:\"zh-hant:以指定時間範圍來包含同一頁面的多個修訂。\";'),('ami','messages:apihelp-query+watchlist-param-end','s:38:\"zh-hant:結束列舉的時間戳記。\";'),('ami','messages:apihelp-query+watchlist-param-excludeuser','s:41:\"zh-hant:不要列出該用者的修改。\";'),('ami','messages:apihelp-query+watchlist-param-limit','s:47:\"zh-hant:每個請求要回傳的結果總數。\";'),('ami','messages:apihelp-query+watchlist-param-namespace','s:50:\"zh-hant:篩選僅為指定命名空間的更改。\";'),('ami','messages:apihelp-query+watchlist-param-owner','s:74:\"zh-hant:與 $1token 一起使用以存取不同使用者的監視清單。\";'),('ami','messages:apihelp-query+watchlist-param-prop','s:35:\"zh-hant:要取得的額外屬性：\";'),('ami','messages:apihelp-query+watchlist-param-show','s:135:\"zh-hant:僅顯示符合這些標準的項目。例如，僅查看由登入使用者做出的小編輯，請設定 $1show=minor|!anon。\";'),('ami','messages:apihelp-query+watchlist-param-start','s:38:\"zh-hant:起始列舉的時間戳記。\";'),('ami','messages:apihelp-query+watchlist-param-token','s:156:\"zh-hant:允許存取其他使用者監視清單的安全權杖（可在使用者的[[Special:Preferences#mw-prefsection-watchlist|偏好設定]]找到）。\";'),('ami','messages:apihelp-query+watchlist-param-type','s:35:\"zh-hant:要顯示的更改類型：\";'),('ami','messages:apihelp-query+watchlist-param-user','s:38:\"zh-hant:只列出該用者的更改。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:38:\"zh-hant:標記編輯為自動巡查。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:111:\"zh-hant:添加編輯的註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:29:\"zh-hant:添加到期時間。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:32:\"zh-hant:添加編輯的標籤。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:39:\"zh-hant:添加修訂 ID 與頁面 ID。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:41:\"zh-hant:在適當處添加日誌資訊。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:74:\"zh-hant:添加使用者上一次被通知到有關編輯的時間戳記。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:117:\"zh-hant:添加編輯的解析註釋。若是已刪除修訂的註釋，會回傳 <samp>commenthidden</samp> 屬性。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:35:\"zh-hant:標記編輯為已巡查。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"zh-hant:添加頁面舊有與新的長度。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:32:\"zh-hant:列出項目的標籤。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:38:\"zh-hant:添加編輯的時間戳記。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-title','s:29:\"zh-hant:添加頁面標題。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-user','s:123:\"zh-hant:添加有做出編輯的使用者。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:126:\"zh-hant:添加有做出編輯的使用者 ID。若是已刪除修訂的使用者，會回傳 <samp>userhidden</samp> 屬性。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:29:\"zh-hant:分類成員更改。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-type-edit','s:29:\"zh-hant:一般頁面編輯。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-type-external','s:23:\"zh-hant:外部更改。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-type-log','s:23:\"zh-hant:日誌項目。\";'),('ami','messages:apihelp-query+watchlist-paramvalue-type-new','s:23:\"zh-hant:頁面建立。\";'),('ami','messages:apihelp-query+watchlist-summary','s:77:\"zh-hant:取得在目前使用者的監視清單裡，頁面的近期變更。\";'),('ami','messages:apihelp-query+watchlistraw-example-generator','s:71:\"zh-hant:索取在目前使用者監視清單裡頁面的頁面資訊。\";'),('ami','messages:apihelp-query+watchlistraw-example-simple','s:62:\"zh-hant:列出在目前使用者的監視清單裡頭頁面。\";'),('ami','messages:apihelp-query+watchlistraw-param-dir','s:38:\"zh-hant:列出時所採用的方向。\";'),('ami','messages:apihelp-query+watchlistraw-param-fromtitle','s:65:\"zh-hant:要開始列舉的標題（帶有命名空間前綴）。\";'),('ami','messages:apihelp-query+watchlistraw-param-limit','s:47:\"zh-hant:每個請求要回傳的結果總數。\";'),('ami','messages:apihelp-query+watchlistraw-param-namespace','s:50:\"zh-hant:僅列出在指定命名空間的頁面。\";'),('ami','messages:apihelp-query+watchlistraw-param-owner','s:74:\"zh-hant:與 $1token 一起使用以存取不同使用者的監視清單。\";'),('ami','messages:apihelp-query+watchlistraw-param-prop','s:35:\"zh-hant:要取得的額外屬性：\";'),('ami','messages:apihelp-query+watchlistraw-param-show','s:47:\"zh-hant:僅列出符合這些準則的項目。\";'),('ami','messages:apihelp-query+watchlistraw-param-token','s:156:\"zh-hant:允許存取其他使用者監視清單的安全權杖（可在使用者的[[Special:Preferences#mw-prefsection-watchlist|偏好設定]]找到）。\";'),('ami','messages:apihelp-query+watchlistraw-param-totitle','s:65:\"zh-hant:要停止列舉的標題（帶有命名空間前綴）。\";'),('ami','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:74:\"zh-hant:添加使用者上一次被通知到有關編輯的時間戳記。\";'),('ami','messages:apihelp-query+watchlistraw-summary','s:68:\"zh-hant:列出在目前使用者的監視清單裡頭所有頁面。\";'),('ami','messages:apihelp-query-example-allpages','s:61:\"zh-hant:索取以 <kbd>API/</kbd> 為開頭的頁面修訂。\";'),('ami','messages:apihelp-query-example-revisions','s:167:\"zh-hant:取得[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的[[Special:ApiHelp/query+siteinfo|網站資訊]]和[[Special:ApiHelp/query+revisions|修訂版本]]。\";'),('ami','messages:apihelp-query-extended-description','s:110:\"zh-hant:所有資料變動將會先使用查詢來取得權杖，以避免來自惡意網站的濫用行為。\";'),('ami','messages:apihelp-query-param-export','s:62:\"zh-hant:匯出所有指定或已產生頁面的目前修訂。\";'),('ami','messages:apihelp-query-param-exportnowrap','s:131:\"zh-hant:回傳不包裹在 XML 結果裡的匯出 XML（與 [[Special:Export]] 格式相同）。僅能與 $1export 一起使用。\";'),('ami','messages:apihelp-query-param-exportschema','s:103:\"zh-hant:指名在匯出時 XML 傾印格式的特定版本。僅能以 <var>$1export</var> 來使用。\";'),('ami','messages:apihelp-query-param-indexpageids','s:76:\"zh-hant:包含一個列出所有回傳頁面 ID 的額外 pageids 段落 。\";'),('ami','messages:apihelp-query-param-iwurl','s:66:\"zh-hant:若標題是跨 wiki 連結，是否取得完整的 URL。\";'),('ami','messages:apihelp-query-param-list','s:29:\"zh-hant:要取得的清單。\";'),('ami','messages:apihelp-query-param-meta','s:35:\"zh-hant:要取得的詮釋資料。\";'),('ami','messages:apihelp-query-param-prop','s:50:\"zh-hant:替已查詢頁面所要取得的屬性。\";'),('ami','messages:apihelp-query-param-rawcontinue','s:70:\"zh-hant:回傳原始的 <samp>query-continue</samp> 資料來繼續。\";'),('ami','messages:apihelp-query-summary','s:50:\"zh-hant:擷取來自及有關MediaWiki的數據。\";'),('ami','messages:apihelp-rawfm-summary','s:83:\"zh-hant:使用 JSON 格式的除錯元素輸出資料 (使用 HTML 格式顯示)。\";'),('ami','messages:apihelp-removeauthenticationdata-example-simple','s:90:\"zh-hant:嘗試移除目前使用者用於 <kbd>FooAuthenticationRequest</kbd> 的資料。\";'),('ami','messages:apihelp-removeauthenticationdata-summary','s:53:\"zh-hant:為目前使用者移除身分核對資料。\";'),('ami','messages:apihelp-resetpassword-example-email','s:112:\"zh-hant:對所有電子郵件地址為 <kbd>user@example.com</kbd> 的使用者發送重新設定密碼電郵。\";'),('ami','messages:apihelp-resetpassword-example-user','s:85:\"zh-hant:向使用者 <kbd>Example</kbd> 寄送重新設定密碼用的電子郵件。\";'),('ami','messages:apihelp-resetpassword-extended-description-noroutes','s:179:\"zh-hant:沒有可用的重新設定密碼路由。\n\n在 <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> 啟用路由來使用此模組。\";'),('ami','messages:apihelp-resetpassword-param-email','s:59:\"zh-hant:正被重新設定使用者的電子郵件地址。\";'),('ami','messages:apihelp-resetpassword-param-user','s:38:\"zh-hant:正重新設定的使用者。\";'),('ami','messages:apihelp-resetpassword-summary','s:62:\"zh-hant:寄送重新設定密碼的電子郵件給使用者。\";'),('ami','messages:apihelp-revisiondelete-example-log','s:110:\"zh-hant:以原因：<kbd>BLP violation</kbd>，來隱藏在日誌項目 <kbd>67890</kbd> 上的所有資料。\";'),('ami','messages:apihelp-revisiondelete-example-revision','s:106:\"zh-hant:隱藏[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的修訂版本<kbd>12345</kbd>的內容。\";'),('ami','messages:apihelp-revisiondelete-param-hide','s:41:\"zh-hant:各修訂所要隱藏的內容。\";'),('ami','messages:apihelp-revisiondelete-param-ids','s:38:\"zh-hant:要刪除的修訂識別碼。\";'),('ami','messages:apihelp-revisiondelete-param-reason','s:41:\"zh-hant:刪除或取消刪除的原因。\";'),('ami','messages:apihelp-revisiondelete-param-show','s:47:\"zh-hant:各修訂所要取消隱藏的內容。\";'),('ami','messages:apihelp-revisiondelete-param-suppress','s:59:\"zh-hant:是否對管理者及其他使用者禁止資料。\";'),('ami','messages:apihelp-revisiondelete-param-tags','s:53:\"zh-hant:在刪除日誌裡套用到項目的標籤。\";'),('ami','messages:apihelp-revisiondelete-param-target','s:65:\"zh-hant:要修訂刪除的頁面標題，若類型有所需要。\";'),('ami','messages:apihelp-revisiondelete-param-type','s:41:\"zh-hant:正執行的修訂刪除類型。\";'),('ami','messages:apihelp-revisiondelete-summary','s:38:\"zh-hant:刪除和取消刪除修訂。\";'),('ami','messages:apihelp-rollback-example-simple','s:126:\"zh-hant:回退由使用者<kbd>Example</kbd>對頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]做出的最近編輯。\";'),('ami','messages:apihelp-rollback-example-summary','s:232:\"zh-hant:回退由IP使用者<kbd>192.0.2.5</kbd>對頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]做出的最近編輯，帶編輯摘要<kbd>Reverting vandalism</kbd>，並將這些編輯和回退標記為機器人編輯。\";'),('ami','messages:apihelp-rollback-extended-description','s:98:\"zh-hant:若編輯頁面的上一個使用者連續建立多個編輯，這些會全部被回退。\";'),('ami','messages:apihelp-rollback-param-markbot','s:77:\"zh-hant:將回退的編輯以及回退操作標記為機器人所做編輯。\";'),('ami','messages:apihelp-rollback-param-pageid','s:76:\"zh-hant:要回退的頁面 ID。不可與 <var>$1title</var> 同時使用。\";'),('ami','messages:apihelp-rollback-param-summary','s:68:\"zh-hant:自定義編輯摘要。若為空，則使用預設摘要。\";'),('ami','messages:apihelp-rollback-param-tags','s:35:\"zh-hant:套用到回退的標籤。\";'),('ami','messages:apihelp-rollback-param-title','s:80:\"zh-hant:要回退的頁面標題。不可與 <var>$1pageid</var> 同時使用。\";'),('ami','messages:apihelp-rollback-param-user','s:44:\"zh-hant:編輯被回退的使用者名稱。\";'),('ami','messages:apihelp-rollback-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-rollback-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-rollback-summary','s:44:\"zh-hant:復原頁面的最後一次編輯。\";'),('ami','messages:apihelp-rsd-example-simple','s:28:\"zh-hant:匯出 RSD 架構。\";'),('ami','messages:apihelp-rsd-summary','s:76:\"zh-hant:匯出一個簡易探索（Really Simple Discovery、RSD）架構。\";'),('ami','messages:apihelp-setnotificationtimestamp-example-all','s:56:\"zh-hant:重新設定整個監視清單的通知狀態。\";'),('ami','messages:apihelp-setnotificationtimestamp-example-allpages','s:86:\"zh-hant:重新設定在 <kbd>{{ns:user}}</kbd> 命名空間裡頁面的通知狀態。\";'),('ami','messages:apihelp-setnotificationtimestamp-example-page','s:87:\"zh-hant:重設用於[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的通知狀態。\";'),('ami','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:150:\"zh-hant:設定[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的通知時間戳，這樣所有從2012年1月1日起的編輯都會是未覆核的。\";'),('ami','messages:apihelp-setnotificationtimestamp-extended-description','s:167:\"zh-hant:這會影響在監視清單與歷史裡更改頁面的亮度凸顯，以及當 \"{{int:tog-enotifwatchlistpages}}\" 偏好設定啟用時的電子郵件發送。\";'),('ami','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:41:\"zh-hant:在所有已監視頁面運作。\";'),('ami','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:74:\"zh-hant:設定通知時間戳記較新的修訂（僅限一個頁面）。\";'),('ami','messages:apihelp-setnotificationtimestamp-param-timestamp','s:53:\"zh-hant:要設定通知時間戳記的時間戳記。\";'),('ami','messages:apihelp-setnotificationtimestamp-param-torevid','s:68:\"zh-hant:設定通知時間戳記的修訂（僅限一個頁面）。\";'),('ami','messages:apihelp-setnotificationtimestamp-summary','s:50:\"zh-hant:更新監視頁面的通知時間戳記。\";'),('ami','messages:apihelp-setpagelanguage-example-default','s:77:\"zh-hant:將 ID 是 123 頁面的語言更改為 wiki 的預設內容語言。\";'),('ami','messages:apihelp-setpagelanguage-example-language','s:96:\"zh-hant:變更頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的語言為巴斯克語。\";'),('ami','messages:apihelp-setpagelanguage-extended-description-disabled','s:165:\"zh-hant:您不可以變更此wiki的頁面語言。\n\n請啟用<var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var>來變更語言。\";'),('ami','messages:apihelp-setpagelanguage-param-lang','s:124:\"zh-hant:要更改頁面的語言之代碼。使用 <kbd>default</kbd> 來重新設定頁面成 wiki 的預設內容語言。\";'),('ami','messages:apihelp-setpagelanguage-param-pageid','s:100:\"zh-hant:您所想要更改語言的頁面之頁面 ID。不能與 <var>$1title</var> 一起使用。\";'),('ami','messages:apihelp-setpagelanguage-param-reason','s:26:\"zh-hant:變更的原因。\";'),('ami','messages:apihelp-setpagelanguage-param-tags','s:71:\"zh-hant:更改對應自此項操作所導致出日誌項目的標籤。\";'),('ami','messages:apihelp-setpagelanguage-param-title','s:98:\"zh-hant:您所想要更改語言的頁面之標題。不能與 <var>$1pageid</var> 一起使用。\";'),('ami','messages:apihelp-setpagelanguage-summary','s:32:\"zh-hant:變更頁面的語言。\";'),('ami','messages:apihelp-stashedit-extended-description','s:86:\"zh-hant:此意指使用透過自編輯表單的 AJAX 來改善頁面儲存的效能。\";'),('ami','messages:apihelp-stashedit-param-baserevid','s:35:\"zh-hant:基本修訂的修訂 ID。\";'),('ami','messages:apihelp-stashedit-param-contentformat','s:53:\"zh-hant:用於輸入文字的內容序列化格式。\";'),('ami','messages:apihelp-stashedit-param-contentmodel','s:35:\"zh-hant:新內容的內容模組。\";'),('ami','messages:apihelp-stashedit-param-section','s:96:\"zh-hant:章節識別碼。<kbd>0</kbd> 代表最上層章節，<kbd>new</kbd> 代表新章節。\";'),('ami','messages:apihelp-stashedit-param-sectiontitle','s:29:\"zh-hant:新章節的標題。\";'),('ami','messages:apihelp-stashedit-param-stashedtexthash','s:68:\"zh-hant:要替代使用的來自先前儲藏裡頁面內容雜湊。\";'),('ami','messages:apihelp-stashedit-param-summary','s:23:\"zh-hant:更改摘要。\";'),('ami','messages:apihelp-stashedit-param-text','s:23:\"zh-hant:頁面內容。\";'),('ami','messages:apihelp-stashedit-param-title','s:41:\"zh-hant:正在編輯此頁面的標題。\";'),('ami','messages:apihelp-stashedit-summary','s:41:\"zh-hant:在分享快取裡預備編輯。\";'),('ami','messages:apihelp-summary','s:3:\"en:\";'),('ami','messages:apihelp-tag-example-log','s:105:\"zh-hant:將 ID 為 123 的日誌項目移除 <kbd>spam</kbd> 標籤，原因：<kbd>Wrongly applied</kbd>\";'),('ami','messages:apihelp-tag-example-rev','s:81:\"zh-hant:不指明原因將 ID 為 123 的修訂添加 <kbd>vandalism</kbd> 標籤\";'),('ami','messages:apihelp-tag-param-add','s:71:\"zh-hant:要添加的標籤。僅有手動定義的標籤可被添加。\";'),('ami','messages:apihelp-tag-param-logid','s:68:\"zh-hant:要添加或移除標籤的一個或多個日誌項目 ID。\";'),('ami','messages:apihelp-tag-param-rcid','s:68:\"zh-hant:要添加或移除標籤的一個或多個近期變更 ID。\";'),('ami','messages:apihelp-tag-param-reason','s:26:\"zh-hant:變更的原因。\";'),('ami','messages:apihelp-tag-param-remove','s:89:\"zh-hant:要移除的標籤。僅有手動定義或完全未定義的標籤可被移除。\";'),('ami','messages:apihelp-tag-param-revid','s:62:\"zh-hant:要添加或移除標籤的一個或多個修訂 ID。\";'),('ami','messages:apihelp-tag-param-tags','s:74:\"zh-hant:套用到日誌項目的標籤會被建立為此操作的結果。\";'),('ami','messages:apihelp-tag-summary','s:68:\"zh-hant:從各別修訂或日誌項目添加或移除變更標籤。\";'),('ami','messages:apihelp-unblock-example-id','s:42:\"zh-hant:解除封鎖 ID #<kbd>105</kbd>。\";'),('ami','messages:apihelp-unblock-example-user','s:73:\"zh-hant:封鎖使用者 <kbd>Bob</kbd>，原因：<kbd>Sorry Bob</kbd>。\";'),('ami','messages:apihelp-unblock-param-id','s:120:\"zh-hant:要解封的封鎖 ID（可透過 <kbd>list=blocks</kbd> 取得）。不可與 <var>$1user</var> 一起使用。\";'),('ami','messages:apihelp-unblock-param-reason','s:32:\"zh-hant:解除封鎖的原因。\";'),('ami','messages:apihelp-unblock-param-tags','s:59:\"zh-hant:在封鎖日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-unblock-param-user','s:73:\"zh-hant:要解封的使用者。不能與 <var>$1id</var> 一起使用。\";'),('ami','messages:apihelp-unblock-param-userid','s:56:\"zh-hant:改成指定 <kbd>$1user=#<var>ID</var></kbd>。\";'),('ami','messages:apihelp-unblock-summary','s:38:\"zh-hant:解除封鎖一位使用者。\";'),('ami','messages:apihelp-undelete-example-page','s:72:\"zh-hant:恢復頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]。\";'),('ami','messages:apihelp-undelete-example-revisions','s:81:\"zh-hant:恢復[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]的兩次修訂。\";'),('ami','messages:apihelp-undelete-extended-description','s:230:\"zh-hant:刪除修訂清單（包含時間戳記）可透過 [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]] 檢索，刪除檔案 ID 清單可透過\n[[Special:ApiHelp/query+filearchive|list=filearchive]] 檢索。\";'),('ami','messages:apihelp-undelete-param-fileids','s:130:\"zh-hant:要復原的檔案修訂 ID。若 <var>$1timestamps</var> 與 <var>$1fileids</var> 皆為空，則所有都會被復原。\";'),('ami','messages:apihelp-undelete-param-reason','s:26:\"zh-hant:還原的原因。\";'),('ami','messages:apihelp-undelete-param-tags','s:59:\"zh-hant:在刪除日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-undelete-param-timestamps','s:134:\"zh-hant:要恢復的修訂時間戳記。若<var>$1timestamps</var> 與 <var>$1fileids</var>皆為空，則所有修訂都會恢復。\";'),('ami','messages:apihelp-undelete-param-title','s:35:\"zh-hant:要恢復的頁面標題。\";'),('ami','messages:apihelp-undelete-param-undeletetalk','s:59:\"zh-hant:如存在，恢復關聯討論頁的所有修訂。\";'),('ami','messages:apihelp-undelete-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-undelete-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-undelete-summary','s:41:\"zh-hant:恢復已刪除頁面的修訂。\";'),('ami','messages:apihelp-unlinkaccount-example-simple','s:100:\"zh-hant:以 <kbd>FooAuthenticationRequest</kbd> 嘗試移除目前使用者的關聯供應者連結.\";'),('ami','messages:apihelp-unlinkaccount-summary','s:62:\"zh-hant:移除目前使用者所連結到的第三方帳號。\";'),('ami','messages:apihelp-upload-example-filekey','s:47:\"zh-hant:完成出於警告而失敗的上傳。\";'),('ami','messages:apihelp-upload-example-url','s:25:\"zh-hant:從 URL 上傳。\";'),('ami','messages:apihelp-upload-extended-description','s:540:\"zh-hant:有以下方式可用：\n* 直接上傳檔案內容，請使用 <var>$1file</var> 參數。\n* 分批上傳檔案，請使用 <var>$1filesize</var>、<var>$1chunk</var>、以及 <var>$1offset</var> 參數。\n* 擁有 MediaWiki 伺服器來從 URL 來檢索檔案，請使用 <var>$1url</var> 參數。\n* 要完成一個稍早出於警告而失敗的上傳，請使用 <var>$1filekey</var> 參數。\n請注意當發送 <var>$1file</var> 時，HTTP POST 必須用做為檔案上傳（註：使用 <code>multipart/form-data</code>）。\";'),('ami','messages:apihelp-upload-param-async','s:71:\"zh-hant:在可能的情況下讓潛在的大型檔案非同步處理。\";'),('ami','messages:apihelp-upload-param-checkstatus','s:50:\"zh-hant:僅檢索指定檔案鍵的上傳狀態。\";'),('ami','messages:apihelp-upload-param-chunk','s:23:\"zh-hant:大量內容。\";'),('ami','messages:apihelp-upload-param-comment','s:114:\"zh-hant:上傳註釋。如果 <var>$1text</var> 未指定的話，也會作為新檔案用的初始頁面文字。\";'),('ami','messages:apihelp-upload-param-file','s:23:\"zh-hant:檔案內容。\";'),('ami','messages:apihelp-upload-param-filekey','s:53:\"zh-hant:識別前一個為臨時儲藏上傳的鍵。\";'),('ami','messages:apihelp-upload-param-filename','s:29:\"zh-hant:目標檔案名稱。\";'),('ami','messages:apihelp-upload-param-filesize','s:38:\"zh-hant:整體上傳的檔案大小。\";'),('ami','messages:apihelp-upload-param-ignorewarnings','s:29:\"zh-hant:忽略所有警告。\";'),('ami','messages:apihelp-upload-param-offset','s:47:\"zh-hant:以位元組為單位的多量偏移。\";'),('ami','messages:apihelp-upload-param-sessionkey','s:51:\"zh-hant:如同 $1filekey，維持向下相容性。\";'),('ami','messages:apihelp-upload-param-stash','s:98:\"zh-hant:若設定的話，伺服器將會把檔案臨時暫存；而不是添加至儲存庫裡。\";'),('ami','messages:apihelp-upload-param-tags','s:77:\"zh-hant:更改標籤來套用到上傳日誌項目以及檔案頁面修訂。\";'),('ami','messages:apihelp-upload-param-text','s:47:\"zh-hant:用於新檔案的初始頁面文字。\";'),('ami','messages:apihelp-upload-param-url','s:36:\"zh-hant:索取檔案的來源 URL。\";'),('ami','messages:apihelp-upload-param-watch','s:23:\"zh-hant:監視頁面。\";'),('ami','messages:apihelp-upload-param-watchlist','s:152:\"zh-hant:使用偏好設定無條件地將頁面加入至或移除自目前使用者的監視清單（略過機器人使用者），或不更改監視。\";'),('ami','messages:apihelp-upload-param-watchlistexpiry','s:86:\"zh-hant:監視清單期限時間戳記。忽略此參數會維持目前期限不變。\";'),('ami','messages:apihelp-upload-summary','s:56:\"zh-hant:上傳檔案，或取得等待上傳的狀態。\";'),('ami','messages:apihelp-userrights-example-expiry','s:100:\"zh-hant:添加使用者 <kbd>SometimeSysop</kbd> 至群組 <kbd>sysop</kbd> 為期一個月時間。\";'),('ami','messages:apihelp-userrights-example-user','s:137:\"zh-hant:添加使用者 <kbd>FooBot</kbd> 至群組 <kbd>bot</kbd>，並從群組 <kbd>sysop</kbd> 與 <kbd>bureaucrat</kbd> 裡移除。\";'),('ami','messages:apihelp-userrights-example-userid','s:144:\"zh-hant:添加 ID 為 <kbd>123</kbd> 的使用者至群組 <kbd>bot</kbd>，並從群組 <kbd>sysop</kbd> 與 <kbd>bureaucrat</kbd> 裡移除。\";'),('ami','messages:apihelp-userrights-param-add','s:83:\"zh-hant:加入使用者至這些群組；若已是成員，則更新期限時間。\";'),('ami','messages:apihelp-userrights-param-expiry','s:371:\"zh-hant:期限時間戳記。可以是相對時間（例如：<kbd>5 months</kbd> 或 <kbd>2 weeks</kbd>）或是絕對時間（例如：<kbd>2014-09-18T12:34:56Z</kbd>）。如果僅設定一個時間戳記，會為所有群組傳遞給 <var>$1add</var> 參數。對於永不逾期的群組，請使用 <kbd>infinite</kbd>、<kbd>infinity</kbd>、或 <kbd>never</kbd>。\";'),('ami','messages:apihelp-userrights-param-reason','s:26:\"zh-hant:變更的原因。\";'),('ami','messages:apihelp-userrights-param-remove','s:41:\"zh-hant:從這些群組移除使用者。\";'),('ami','messages:apihelp-userrights-param-tags','s:68:\"zh-hant:在使用者權限日誌裡更改套用到項目的標籤。\";'),('ami','messages:apihelp-userrights-param-user','s:20:\"zh-hant:使用者。\";'),('ami','messages:apihelp-userrights-param-userid','s:56:\"zh-hant:改成指定 <kbd>$1user=#<var>ID</var></kbd>。\";'),('ami','messages:apihelp-userrights-summary','s:47:\"zh-hant:變更一位使用者的群組成員。\";'),('ami','messages:apihelp-validatepassword-example-1','s:59:\"zh-hant:驗證目前使用者的密碼 <kbd>foobar</kbd>。\";'),('ami','messages:apihelp-validatepassword-example-2','s:82:\"zh-hant:為建立的使用者 <kbd>Example</kbd> 驗證密碼 <kbd>qwerty</kbd>。\";'),('ami','messages:apihelp-validatepassword-extended-description','s:211:\"zh-hant:若密碼可接受，有效性會回報成 <samp>Good</samp>；若密碼可用於登入但必須更改，會回報成 <samp>Change</samp>；若密碼不可使用，則會回報為 <samp>Invalid</samp>。\";'),('ami','messages:apihelp-validatepassword-param-email','s:68:\"zh-hant:電子郵件地址，用於當測試帳號建立時使用。\";'),('ami','messages:apihelp-validatepassword-param-password','s:29:\"zh-hant:要驗證的密碼。\";'),('ami','messages:apihelp-validatepassword-param-realname','s:62:\"zh-hant:真實姓名，用於當測試帳號建立時使用。\";'),('ami','messages:apihelp-validatepassword-param-user','s:92:\"zh-hant:使用者名稱，用於測試帳號建立。所命名的使用者必須未存在。\";'),('ami','messages:apihelp-validatepassword-summary','s:56:\"zh-hant:驗證密碼是否符合 wiki 的密碼方針。\";'),('ami','messages:apihelp-watch-example-generator','s:56:\"zh-hant:監視在主命名空間最前的幾個頁面。\";'),('ami','messages:apihelp-watch-example-unwatch','s:78:\"zh-hant:取消監視頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]。\";'),('ami','messages:apihelp-watch-example-watch','s:72:\"zh-hant:監視頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]。\";'),('ami','messages:apihelp-watch-example-watch-expiry','s:115:\"zh-hant:監視頁面[[{{MediaWiki:Mainpage}}|{{MediaWiki:Mainpage}}]]、<kbd>Foo</kbd>和<kbd>Bar</kbd>一個月。\";'),('ami','messages:apihelp-watch-param-expiry','s:110:\"zh-hant:逾期的時間戳記會套用到所有指定頁面。忽略此參數會不更改目前任何逾期。\";'),('ami','messages:apihelp-watch-param-title','s:73:\"zh-hant:要（取消）監視的頁面。請改用 <var>$1titles</var>。\";'),('ami','messages:apihelp-watch-param-unwatch','s:62:\"zh-hant:若設定頁面，則會取消監視而非被監視。\";'),('ami','messages:apihelp-watch-summary','s:65:\"zh-hant:從目前使用者的監視清單添加或移除頁面。\";'),('ami','messages:apihelp-xml-param-includexmlnamespace','s:55:\"zh-hant:若有指定，添加一個 XML 命名空間。\";'),('ami','messages:apihelp-xml-param-xslt','s:149:\"zh-hant:若有指定，添加命名頁面成 XSL 樣式表。值必須是在 <code>.xsl</code> 結尾處 {{ns:MediaWiki}} 命名空間裡的標題。\";'),('ami','messages:apihelp-xml-summary','s:40:\"zh-hant:使用 XML 格式輸出資料。\";'),('ami','messages:apihelp-xmlfm-summary','s:67:\"zh-hant:使用 XML 格式輸出資料 (使用 HTML 格式顯示)。\";'),('ami','messages:apisandbox','s:18:\"zh-hant:API 沙盒\";'),('ami','messages:apisandbox-add-multi','s:12:\"ami:mitongal\";'),('ami','messages:apisandbox-alert-field','s:32:\"zh-hant:此欄位的值無效。\";'),('ami','messages:apisandbox-alert-page','s:38:\"zh-hant:此頁面上的欄位無效。\";'),('ami','messages:apisandbox-continue','s:14:\"zh-hant:繼續\";'),('ami','messages:apisandbox-continue-clear','s:14:\"zh-hant:清除\";'),('ami','messages:apisandbox-continue-help','s:216:\"zh-hant:{{int:apisandbox-continue}} 會 [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries 繼續] 最後的請求，{{int:apisandbox-continue-clear}} 則會清除繼續相關的參數。\";'),('ami','messages:apisandbox-deprecated-parameters','s:23:\"zh-hant:停用的參數\";'),('ami','messages:apisandbox-dynamic-error-exists','s:44:\"zh-hant:命名的參數 \"$1\" 已經存在。\";'),('ami','messages:apisandbox-dynamic-parameters','s:20:\"zh-hant:其他參數\";'),('ami','messages:apisandbox-dynamic-parameters-add-label','s:23:\"zh-hant:加入參數：\";'),('ami','messages:apisandbox-dynamic-parameters-add-placeholder','s:20:\"zh-hant:參數名稱\";'),('ami','messages:apisandbox-examples','s:14:\"zh-hant:範例\";'),('ami','messages:apisandbox-fetch-token','s:26:\"zh-hant:自動填寫密鑰\";'),('ami','messages:apisandbox-helpurls','s:20:\"zh-hant:說明連結\";'),('ami','messages:apisandbox-intro','s:460:\"zh-hant:使用此頁面可測試 <strong>MediaWiki web service API</strong>。\n請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page API 說明文件]以取得詳細資訊。例：[https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query 搜尋標題符合特定關鍵字的頁面]。請選擇動作以取得更多範例。\n\n請注意，雖然此為沙盒，您在此頁所執行的動作仍有可能會修改到wiki。\";'),('ami','messages:apisandbox-jsonly','s:52:\"zh-hant:需要 JavaScript 才能使用 API 沙盒。\";'),('ami','messages:apisandbox-load-error','s:66:\"zh-hant:載入用於API模組「$1」的資訊時發生錯誤：$2\";'),('ami','messages:apisandbox-loading','s:55:\"zh-hant:正在載入用於API模組「$1」的資訊...\";'),('ami','messages:apisandbox-loading-results','s:31:\"zh-hant:接收 API 結果中...\";'),('ami','messages:apisandbox-multivalue-all-namespaces','s:31:\"zh-hant:$1 (所有命名空間)\";'),('ami','messages:apisandbox-multivalue-all-values','s:22:\"zh-hant:$1 (所有值)\";'),('ami','messages:apisandbox-no-parameters','s:37:\"zh-hant:此 API 模組沒有參數。\";'),('ami','messages:apisandbox-param-limit','s:54:\"zh-hant:輸入 <kbd>max</kbd> 以使用最大限制。\";'),('ami','messages:apisandbox-request-format-json-label','s:12:\"zh-hans:JSON\";'),('ami','messages:apisandbox-request-format-php-label','s:18:\"zh-hant:PHP 陣列\";'),('ami','messages:apisandbox-request-format-url-label','s:24:\"zh-hant:URL 查詢字串\";'),('ami','messages:apisandbox-request-json-label','s:22:\"zh-hant:請求 JSON：\";'),('ami','messages:apisandbox-request-php-label','s:28:\"zh-hant:請求 PHP 陣列：\";'),('ami','messages:apisandbox-request-selectformat-label','s:32:\"zh-hant:顯示請求資料為：\";'),('ami','messages:apisandbox-request-time','s:42:\"zh-hant:請求時間：{{PLURAL:$1|$1 ms}}\";'),('ami','messages:apisandbox-request-url-label','s:21:\"zh-hant:請求 URL：\";'),('ami','messages:apisandbox-reset','s:14:\"zh-hant:清除\";'),('ami','messages:apisandbox-results','s:14:\"zh-hant:結果\";'),('ami','messages:apisandbox-results-error','s:54:\"zh-hant:讀取 API 查詢回應時發生錯誤：$1。\";'),('ami','messages:apisandbox-results-fixtoken','s:35:\"zh-hant:更正密鑰並重新送出\";'),('ami','messages:apisandbox-results-fixtoken-fail','s:35:\"zh-hant:取得 \"$1\" 密鑰失敗。\";'),('ami','messages:apisandbox-results-login-suppressed','s:202:\"zh-hant:此請求已由登出使用者處理，因為這可用於繞過瀏覽器同源政策。請注意 API 沙盒的自動令牌處理不能在這樣的請求下正常運作，請改以手動填充。\";'),('ami','messages:apisandbox-retry','s:14:\"zh-hant:重試\";'),('ami','messages:apisandbox-sending-request','s:31:\"zh-hant:傳送 API 請求中...\";'),('ami','messages:apisandbox-submit','s:20:\"zh-hant:發出請求\";'),('ami','messages:apisandbox-submit-invalid-fields-message','s:59:\"zh-hant:請更正已標註的欄位，然後再試一次。\";'),('ami','messages:apisandbox-submit-invalid-fields-title','s:26:\"zh-hant:部份欄位無效\";'),('ami','messages:apisandbox-summary','s:3:\"en:\";'),('ami','messages:apisandbox-templated-parameter-reason','s:118:\"zh-hant:此[[Special:ApiHelp/main#main/templatedparams|模板參數]]基於 $2 裡的{{PLURAL:$1|值|值}}來提供。\";'),('ami','messages:apiwarn-alldeletedrevisions-performance','s:88:\"zh-hant:為了在產生標題時能有更好效能，請設定 <kbd>$1dir=newer</kbd>。\";'),('ami','messages:apiwarn-badurlparam','s:83:\"zh-hant:無法解析$2的 <var>$1urlparam</var>。這僅能用在寬度與高度。\";'),('ami','messages:apiwarn-badutf8','s:208:\"zh-hant:傳遞給 <var>$1</var> 的值包含無效或非標準化資料。正文資料應得是有效、不帶有 HT（\\t）、LF（\\n）、以及 CR（\\r）以外 C0 控制字元的 NFC 標準化萬國碼。\";'),('ami','messages:apiwarn-checktoken-percentencoding','s:69:\"zh-hant:檢查權杖中「+」等符號的URL百分比編碼正確。\";'),('ami','messages:apiwarn-compare-no-next','s:107:\"zh-hant:修訂 $2 是$1的最新修訂，<kbd>torelative=next</kbd> 目前沒有可用來比較的修訂。\";'),('ami','messages:apiwarn-compare-no-prev','s:107:\"zh-hant:修訂 $2 是$1的最初修訂，<kbd>torelative=prev</kbd> 目前沒有可用來比較的修訂。\";'),('ami','messages:apiwarn-compare-nocontentmodel','s:56:\"zh-hant:沒有可確定的內容模組，假定為 $1。\";'),('ami','messages:apiwarn-deprecation-deletedrevs','s:133:\"zh-hant:<kbd>list=deletedrevs</kbd> 已棄用。請改用 <kbd>prop=deletedrevisions</kbd> 或 <kbd>list=alldeletedrevisions</kbd>。\";'),('ami','messages:apiwarn-deprecation-httpsexpected','s:50:\"zh-hant:當應為 HTTPS 時，HTTP 要被使用。\";'),('ami','messages:apiwarn-deprecation-login-botpw','s:296:\"zh-hant:透過 <kbd>action=login</kbd> 的主帳號登入已棄用，並可能會在無警告的情況下停止運作。要繼續以 <kbd>action=clientlogin</kbd> 登入，請參閱 [[Special:BotPasswords]]；若要繼續安全使用主帳號登入，則請參閱 <kbd>action=clientlogin</kbd>。\";'),('ami','messages:apiwarn-deprecation-login-nobotpw','s:183:\"zh-hant:透過 <kbd>action=login</kbd> 的主帳號登入已棄用，並可能會在無警告的情況下停止運作。若要安全登入，請參閱 <kbd>action=clientlogin</kbd>。\";'),('ami','messages:apiwarn-deprecation-login-token','s:125:\"zh-hant:透過 <kbd>action=login</kbd> 來取得權杖已棄用。請改用 <kbd>action=query&meta=tokens&type=login</kbd>。\";'),('ami','messages:apiwarn-deprecation-missingparam','s:145:\"zh-hant:因為未指定 <var>$1</var>，輸出內容使用到過去舊有的格式。該格式已棄用，並且往後都只會使用新格式。\";'),('ami','messages:apiwarn-deprecation-parameter','s:41:\"zh-hant:參數 <var>$1</var> 已棄用。\";'),('ami','messages:apiwarn-deprecation-parse-headitems','s:227:\"zh-hant:<kbd>prop=headitems</kbd> 自 MediaWiki 的 1.28 版本後已被棄用。當建立新 HTML 文件時請使用 <kbd>prop=headhtml</kbd>，或是當更新文件客戶端時請使用 <kbd>prop=modules|jsconfigvars</kbd>。\";'),('ami','messages:apiwarn-deprecation-post-without-content-type','s:91:\"zh-hant:POST 請求不需要 <code>Content-Type</code> 標頭，這會無法可靠運作。\";'),('ami','messages:apiwarn-deprecation-purge-get','s:92:\"zh-hant:透過 GET 方式使用的 <kbd>action=purge</kbd> 已棄用，請以 POST 替代。\";'),('ami','messages:apiwarn-deprecation-withreplacement','s:60:\"zh-hant:<kbd>$1</kbd> 已棄用，請改用 <kbd>$2</kbd>。\";'),('ami','messages:apiwarn-difftohidden','s:55:\"zh-hant:無法對 r$1 比較差異：內容被隱蔵。\";'),('ami','messages:apiwarn-errorprinterfailed','s:68:\"zh-hant:錯誤列印失敗。將在沒有參數的情況下重試。\";'),('ami','messages:apiwarn-ignoring-invalid-templated-value','s:82:\"zh-hant:當處理模板參數時，忽略在 <var>$1</var> 的值 <kbd>$2</kbd>。\";'),('ami','messages:apiwarn-invalidcategory','s:37:\"zh-hant:「$1」不是一個分類。\";'),('ami','messages:apiwarn-invalidtitle','s:43:\"zh-hant:「$1」不是一個有效標題。\";'),('ami','messages:apiwarn-invalidxmlstylesheet','s:50:\"zh-hant:指定了無效或不存在的樣式表。\";'),('ami','messages:apiwarn-invalidxmlstylesheetext','s:57:\"zh-hant:樣式表應要有 <code>.xsl</code> 副檔名。\";'),('ami','messages:apiwarn-invalidxmlstylesheetns','s:56:\"zh-hant:樣式表應在 {{ns:MediaWiki}} 命名空間。\";'),('ami','messages:apiwarn-moduleswithoutvars','s:165:\"zh-hant:屬性 <kbd>modules</kbd> 已被設定，但不是 <kbd>jsconfigvars</kbd> 或 <kbd>encodedjsconfigvars</kbd>。需要設置變數來讓模組使用合宜。\";'),('ami','messages:apiwarn-notfile','s:37:\"zh-hant:「$1」不是一個檔案。\";'),('ami','messages:apiwarn-nothumb-noimagehandler','s:70:\"zh-hant:無法建立縮圖，因為$1沒有相關的圖片處理器。\";'),('ami','messages:apiwarn-parse-nocontentmodel','s:77:\"zh-hant:未提供 <var>title</var> 或 <var>contentmodel</var>，應是 $1。\";'),('ami','messages:apiwarn-parse-revidwithouttext','s:186:\"zh-hant:<var>revid</var> 在不帶有 <var>text</var> 的情況下使用，且請求了已解析頁面屬性。請問您是指要使用 <var>oldid</var> 而不是 <var>revid</var> 嗎？\";'),('ami','messages:apiwarn-parse-titlewithouttext','s:185:\"zh-hant:<var>title</var> 在不帶有 <var>text</var> 的情況下使用，且請求了已解析頁面屬性。請問您是指要使用 <var>page</var> 而不是 <var>title</var> 嗎？\";'),('ami','messages:apiwarn-redirectsandrevids','s:145:\"zh-hant:重新導向處理不能與參數 <var>revids</var> 一同使用。任何 <var>revids</var> 所指向的重新導向都尚未被解決。\";'),('ami','messages:apiwarn-tokens-origin','s:68:\"zh-hant:當未套用相同來源方針，權杖可能無法取得。\";'),('ami','messages:apiwarn-truncatedresult','s:69:\"zh-hant:結果會被截短，否則將會大於 $1 位元組限制。\";'),('ami','messages:apiwarn-unclearnowtimestamp','s:178:\"zh-hant:傳遞給時間戳記參數 <var>$1</var> 的值「$2」已被棄用。若出於某些原因您需要不計算客戶端來明確指定時間，請使用 <kbd>now</kbd>。\";'),('ami','messages:apiwarn-unrecognizedvalues','s:76:\"zh-hant:參數 <var>$1</var> 有無法識別的{{PLURAL:$3|值|值}}：$2。\";'),('ami','messages:apiwarn-unsupportedarray','s:73:\"zh-hant:參數 <var>$1</var> 使用了不被支援的 PHP 陣列語法。\";'),('ami','messages:apiwarn-urlparamwidth','s:154:\"zh-hant:忽略設定在 <var>$1urlparam</var>（$2）的寬度值，有助於導出自 <var>$1urlwidth</var>/<var>$1urlheight</var>（$3）的寬度值。\";'),('ami','messages:apiwarn-validationfailed','s:38:\"zh-hant:<kbd>$1</kbd>驗證錯誤：$2\";'),('ami','messages:apiwarn-validationfailed-badchars','s:155:\"zh-hant:在鍵裡的字元無效（僅允許 <code>a-z</code>、<code>A-Z</code>、<code>0-9</code>、<code>_</code>、和 <code>-</code> are allowed）。\";'),('ami','messages:apiwarn-validationfailed-badpref','s:38:\"zh-hant:不是有效的偏好設定。\";'),('ami','messages:apiwarn-validationfailed-cannotset','s:38:\"zh-hant:不能透過此模組設定。\";'),('ami','messages:apiwarn-validationfailed-keytoolong','s:66:\"zh-hant:鍵過長（不允許超過$1{{PLURAL:$1|位元組}}）。\";'),('ami','messages:apiwarn-validationfailed-valuetoolong','s:66:\"zh-hant:值過長（不允許超過$1{{PLURAL:$1|位元組}}）。\";'),('ami','messages:apiwarn-wgdebugapi','s:75:\"zh-hant:<strong>安全警告：</strong><var>$wgDebugAPI</var> 已啟用。\";'),('ami','messages:apr','s:22:\"ami:Saka sepat a folad\";'),('ami','messages:april','s:22:\"ami:Saka sepat a folad\";'),('ami','messages:april-gen','s:22:\"ami:Saka sepat a folad\";'),('ami','messages:article','s:20:\"zh-hant:內容頁面\";'),('ami','messages:articleexists','s:99:\"zh-hant:已存在名為[[:$1]]的頁面，或者您選擇的名稱無效。請選擇其他名稱。\";'),('ami','messages:aug','s:20:\"ami:Saka falo^ folad\";'),('ami','messages:august','s:20:\"ami:Saka falo^ folad\";'),('ami','messages:august-gen','s:20:\"ami:Saka falo^ folad\";'),('ami','messages:authenticationdatachange-ignored','s:68:\"zh-hant:認證資料變更未被處理，可能未設定提供者？\";'),('ami','messages:authform-newtoken','s:25:\"zh-hant:缺少密鑰。$1\";'),('ami','messages:authform-nosession-login','s:79:\"zh-hant:已成功認證，但您的瀏覽器無法 \"記住\" 登入資訊。\n\n$1\";'),('ami','messages:authform-nosession-signup','s:79:\"zh-hant:已建立帳號，但您的瀏覽器無法 \"記住\" 登入資訊。\n\n$1\";'),('ami','messages:authform-notoken','s:20:\"zh-hant:缺少密鑰\";'),('ami','messages:authform-wrongtoken','s:20:\"zh-hant:密鑰錯誤\";'),('ami','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ami','messages:authmanager-authn-autocreate-failed','s:43:\"zh-hant:自動建立本地帳號失敗：$1\";'),('ami','messages:authmanager-authn-no-local-user','s:77:\"zh-hant:提供的憑證沒有與任何在此 wiki 上的使用者相關聯。\";'),('ami','messages:authmanager-authn-no-local-user-link','s:203:\"zh-hant:提供的憑證有效但沒有與任何在此 wiki 上的使用者相關聯。請採用其他方式登入，或建立新使用者，您將會有選項可以連結您先前的憑證到新帳號。\";'),('ami','messages:authmanager-authn-no-primary','s:44:\"zh-hant:提供的憑證無法用來認証。\";'),('ami','messages:authmanager-authn-not-in-progress','s:77:\"zh-hant:認證尚未進行或連線階段資料已遺失，請重頭開始。\";'),('ami','messages:authmanager-autocreate-exception','s:56:\"zh-hant:自動帳號建立因發生錯誤臨時關閉。\";'),('ami','messages:authmanager-autocreate-noperm','s:38:\"zh-hant:不允許自動帳號建立。\";'),('ami','messages:authmanager-change-not-supported','s:62:\"zh-hant:提供的憑証無法變更，因為尚無法使用。\";'),('ami','messages:authmanager-create-disabled','s:38:\"zh-hant:已關閉帳號自動建立。\";'),('ami','messages:authmanager-create-from-login','s:56:\"zh-hant:要建立您的帳號，請先填寫此欄位。\";'),('ami','messages:authmanager-create-no-primary','s:50:\"zh-hant:提供的憑證不能用於帳號建立。\";'),('ami','messages:authmanager-create-not-in-progress','s:83:\"zh-hant:尚未開始建立帳號或連線階段資料已遺失，請重頭開始。\";'),('ami','messages:authmanager-domain-help','s:35:\"zh-hant:外部認證用的網域。\";'),('ami','messages:authmanager-email-help','s:26:\"zh-hant:電子郵件地址\";'),('ami','messages:authmanager-email-label','s:20:\"zh-hant:電子郵件\";'),('ami','messages:authmanager-link-no-primary','s:50:\"zh-hant:提供的憑證無使用在帳號連結。\";'),('ami','messages:authmanager-link-not-in-progress','s:83:\"zh-hant:尚未開始連結帳號或連線階段資料已遺失，請重頭開始。\";'),('ami','messages:authmanager-password-help','s:29:\"zh-hant:認證用的密碼。\";'),('ami','messages:authmanager-provider-password','s:29:\"zh-hant:基於密碼的認證\";'),('ami','messages:authmanager-provider-password-domain','s:41:\"zh-hant:Password- 及 domain-based 認證\";'),('ami','messages:authmanager-provider-temporarypassword','s:20:\"zh-hant:臨時密碼\";'),('ami','messages:authmanager-realname-help','s:32:\"zh-hant:使用者的真實姓名\";'),('ami','messages:authmanager-realname-label','s:20:\"zh-hant:真實姓名\";'),('ami','messages:authmanager-retype-help','s:38:\"zh-hant:再輸入一次密碼確認。\";'),('ami','messages:authmanager-userdoesnotexist','s:68:\"ami:Caay ho ka hayda ko pipangangan a cang-haw no micokaymasay \"$1\".\";'),('ami','messages:authmanager-userlogin-remembermypassword-help','s:68:\"zh-hant:是否要記住密碼來取得更長的連線階段時間。\";'),('ami','messages:authmanager-username-help','s:38:\"zh-hant:認證用的使用者名稱。\";'),('ami','messages:authpage-cannot-create','s:35:\"zh-hant:無法開始帳號建立。\";'),('ami','messages:authpage-cannot-create-continue','s:71:\"zh-hant:無法繼續帳號建立，您的連線階段似乎已逾時。\";'),('ami','messages:authpage-cannot-link','s:35:\"zh-hant:無法開始帳號連結。\";'),('ami','messages:authpage-cannot-link-continue','s:71:\"zh-hant:無法繼續帳號連結，您的連線階段似乎已逾時。\";'),('ami','messages:authpage-cannot-login','s:29:\"zh-hant:無法開始登入。\";'),('ami','messages:authpage-cannot-login-continue','s:65:\"zh-hant:無法繼續登入，您的連線階段似乎已逾時。\";'),('ami','messages:authprovider-confirmlink-failed','s:40:\"zh-hant:帳號連結未完全成功：$1\";'),('ami','messages:authprovider-confirmlink-failed-line','s:15:\"zh-hans:$1：$2\";'),('ami','messages:authprovider-confirmlink-message','s:188:\"zh-hant:根據您最近的登入嘗試次數，以下帳號可以被連結至您的 wiki 帳號。連結帳號可以讓您使用這些帳號登入。請選擇一個您想連結的帳號。\";'),('ami','messages:authprovider-confirmlink-ok-help','s:44:\"zh-hant:顯示連結失敗訊息後繼續。\";'),('ami','messages:authprovider-confirmlink-option','s:18:\"zh-hans:$1（$2）\";'),('ami','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ami','messages:authprovider-confirmlink-request-label','s:26:\"zh-hant:應連結的帳號\";'),('ami','messages:authprovider-confirmlink-success-line','s:31:\"zh-hant:$1：已成功連結。\";'),('ami','messages:authprovider-resetpass-skip-help','s:29:\"zh-hant:略過重設密碼。\";'),('ami','messages:authprovider-resetpass-skip-label','s:14:\"zh-hant:略過\";'),('ami','messages:autoblockedtext','s:614:\"zh-hant:因先前的另一位使用者被 $1 封鎖，您的 IP 位址已被自動封鎖。\n原因是：\n\n:<em>$2</em>\n\n* 封鎖開始時間：$8\n* 封鎖結束時間：$6\n* 相關封鎖對象：$7\n\n您可以聯絡 $1 或其他的[[{{MediaWiki:Grouppage-sysop}}|管理員]]討論封鎖的相關問題。\n若您已在[[Special:Preferences|偏好設定]]中設定了一個有效的電子郵件地址，且尚未被封鎖郵件功能，則您可透過「{{int:emailuser}}」的功能來聯絡相關管理員。\n您目前的 IP 位址是 $3，此次封鎖的 ID 為 #$5。\n請您在詢問時附註以上詳細資料。\";'),('ami','messages:autoblocker','s:106:\"zh-hant:您的IP位址因最近被[[User:$1|$1]]使用過而被自動封鎖。封鎖$1的原因為「$2」\";'),('ami','messages:autoblockid','s:24:\"zh-hant:自動封鎖 #$1\";'),('ami','messages:autoblocklist','s:20:\"zh-hant:自動封鎖\";'),('ami','messages:autoblocklist-empty','s:38:\"zh-hant:自動封鎖清單是空的。\";'),('ami','messages:autoblocklist-legend','s:26:\"zh-hant:列出自動封鎖\";'),('ami','messages:autoblocklist-localblocks','s:53:\"zh-hant:本地{{PLURAL:$1|自動封鎖|自動封鎖}}\";'),('ami','messages:autoblocklist-otherblocks','s:53:\"zh-hant:其他{{PLURAL:$1|自動封鎖|自動封鎖}}\";'),('ami','messages:autoblocklist-submit','s:11:\"ami:saoo’\";'),('ami','messages:autoblocklist-total-autoblocks','s:31:\"zh-hant:自動封鎖總數：$1\";'),('ami','messages:autochange-username','s:30:\"zh-hant:MediaWiki 自動變更\";'),('ami','messages:autocomment-prefix','s:3:\"en:\";'),('ami','messages:autocreate-edit-warning','s:374:\"zh-hant:<strong>警告：</strong>您尚未登入。您的編輯將歸於一個<strong>自動生成的名稱</strong>（透過向您的瀏覽器添加一個Cookie）。您的IP位址將對受信任的使用者可見。如果您<strong>[$1 登入]</strong> 或<strong>[$2 建立帳戶]</strong>，您的編輯會歸於您的使用者名稱之下，此外還有其他益處。\";'),('ami','messages:autocreate-preview-warning','s:181:\"zh-hant:<em>警告：您尚未登入。您的編輯將歸於一個自動生成的名稱（透過向您的瀏覽器添加一個Cookie），且管理員可檢視您的IP位址。</em>\";'),('ami','messages:autoredircomment','s:38:\"zh-hant:頁面已重新導向至[[$1]]\";'),('ami','messages:autosumm-blank','s:26:\"zh-hant:清空全部內容\";'),('ami','messages:autosumm-changed-redirect-target','s:53:\"zh-hant:已將重新導向目標從[[$1]]改成[[$2]]\";'),('ami','messages:autosumm-new','s:43:\"zh-hant:建立內容為「$1」的新頁面\";'),('ami','messages:autosumm-newblank','s:26:\"zh-hant:建立空白頁面\";'),('ami','messages:autosumm-removed-redirect','s:41:\"zh-hant:已移除至[[$1]]的重新導向\";'),('ami','messages:autosumm-replace','s:40:\"zh-hant:頁面內容被替換為「$1」\";'),('ami','messages:backend-fail-alreadyexists','s:32:\"zh-hant:檔案 \"$1\" 已存在。\";'),('ami','messages:backend-fail-backup','s:34:\"zh-hant:無法備份檔案 \"$1\"。\";'),('ami','messages:backend-fail-batchsize','s:116:\"zh-hant:儲存庫後端使用了 $1 個批次檔{{PLURAL:$2|操作}}；系統限制為 $2 個{{PLURAL:$2|操作}}。\";'),('ami','messages:backend-fail-closetemp','s:35:\"zh-hant:無法關閉暫存檔案。\";'),('ami','messages:backend-fail-connect','s:46:\"zh-hant:無法連結至儲存庫後端 \"$1\"。\";'),('ami','messages:backend-fail-contenttype','s:59:\"zh-hant:無法辨識儲存於 \"$1\" 的檔案內容類型。\";'),('ami','messages:backend-fail-copy','s:43:\"zh-hant:無法複製檔案 \"$1\" 至 \"$2\"。\";'),('ami','messages:backend-fail-create','s:34:\"zh-hant:無法寫入檔案 \"$1\"。\";'),('ami','messages:backend-fail-delete','s:34:\"zh-hant:無法刪除檔案 \"$1\"。\";'),('ami','messages:backend-fail-describe','s:50:\"zh-hant:無法修改檔案 \"$1\" 的詮釋資料。\";'),('ami','messages:backend-fail-hash','s:52:\"zh-hant:無法確定檔案「$1」的加密雜湊。\";'),('ami','messages:backend-fail-hashes','s:57:\"zh-hant:無法取得檔案雜湊值（Hash）來比較。\";'),('ami','messages:backend-fail-internal','s:56:\"zh-hant:儲存庫後端 \"$1\" 發生了不明的錯誤。\";'),('ami','messages:backend-fail-invalidpath','s:43:\"zh-hant:\"$1\" 不是有效的儲存路徑。\";'),('ami','messages:backend-fail-maxsize','s:80:\"zh-hant:由於檔案大小超過 $2 位元組，無法寫入檔案 \"$1\"​​。\";'),('ami','messages:backend-fail-move','s:43:\"zh-hant:無法移動檔案 \"$1\" 至 \"$2\"。\";'),('ami','messages:backend-fail-notexists','s:34:\"zh-hant:檔案「$1」不存在。\";'),('ami','messages:backend-fail-notsame','s:56:\"zh-hant:於 \"$1\" 已存在另一個不相同的檔案。\";'),('ami','messages:backend-fail-opentemp','s:35:\"zh-hant:無法開啟暫存檔案。\";'),('ami','messages:backend-fail-read','s:34:\"zh-hant:無法讀取檔案 \"$1\"。\";'),('ami','messages:backend-fail-readonly','s:79:\"zh-hant:儲存庫的後端 \"$1\" 目前為唯讀模式。原因為：<em>$2</em>\";'),('ami','messages:backend-fail-sizes','s:41:\"zh-hant:無法取得檔案大小來比較\";'),('ami','messages:backend-fail-stat','s:46:\"zh-hant:無法讀取檔案「$1」的狀態。\";'),('ami','messages:backend-fail-store','s:43:\"zh-hant:無法儲存檔案 \"$1\" 於 \"$2\"。\";'),('ami','messages:backend-fail-stream','s:34:\"zh-hant:無法傳輸檔案 \"$1\"。\";'),('ami','messages:backend-fail-synced','s:68:\"zh-hant:檔案 \"$1\" 與內部儲存庫後端內的狀態不一致。\";'),('ami','messages:backend-fail-usable','s:86:\"zh-hant:由於權限不足或目錄/容器遺失，無法讀取或寫入檔案 \"$1\"。\";'),('ami','messages:backend-fail-writetemp','s:35:\"zh-hant:無法寫入暫存檔案。\";'),('ami','messages:backlinksubtitle','s:13:\"zh-hans:←$1\";'),('ami','messages:bad-target-model','s:81:\"zh-hant:指定的目標地使用不同的內容模型。無法轉換 $1 為 $2。\";'),('ami','messages:bad_image_list','s:223:\"zh-hant:請依照下列格式：\n\n僅清單項目有效 (以 * 開頭)。每一行的第一個連結必須是不良檔案的連結。同一行除第一個以外的連結會被視作例外清單，即檔案所在的頁面。\";'),('ami','messages:badaccess','s:20:\"zh-hant:權限錯誤\";'),('ami','messages:badaccess-group0','s:47:\"zh-hant:系統不允許您執行這項操作。\";'),('ami','messages:badaccess-groups','s:91:\"zh-hant:您請求的操作只有{{PLURAL:$2|這個|這些}}群組的使用者能使用：$1\";'),('ami','messages:badarticleerror','s:32:\"zh-hant:無法在此頁操作。\";'),('ami','messages:badfilename','s:40:\"zh-hant:已變更檔案名稱為 \"$1\"。\";'),('ami','messages:badipaddress','s:25:\"zh-hant:無效的IP位址\";'),('ami','messages:badretype','s:44:\"zh-hant:兩次輸入的密碼並不相同。\";'),('ami','messages:badsig','s:54:\"zh-hant:錯誤的原始簽名。請檢查HTML標籤。\";'),('ami','messages:badsightml','s:57:\"zh-hant:您的簽名含有無效或棄用的HTML語法：\";'),('ami','messages:badsiglength','s:70:\"zh-hant:您的簽名過長。\n它的長度不可超過 $1 個字元。\";'),('ami','messages:badsiglinebreak','s:46:\"zh-hant:您的簽名必須是單行Wikitext。\";'),('ami','messages:badsiglinks','s:165:\"zh-hant:您的簽名必須含有指向到您的使用者頁面、討論頁、或是在此 wiki 上貢獻紀錄的連結。請補充連結，例如：<code>$1</code>.\";'),('ami','messages:badsigsubst','s:117:\"zh-hant:您的簽名含有巢狀替換（例如：<code>subst:</code> 或是 <code><nowiki>~~~~</nowiki></code>）。\";'),('ami','messages:badtitle','s:38:\"ami:awa ko epoc a sakacipinang a sowal\";'),('ami','messages:badtitletext','s:311:\"ami:awaay kora nitolo’an a feli, anoca caay katatodong ko piliting \npiteked 的 o felih sakacipinang a sowal是 awa ko epoc、o ’orac，或未 materongay\nliting的跨 sowal或跨 Wiki 的 sakacipinang a sowal。\nsakacipinang a sowal中 alatekhalo- awa ko pinangmicokaymas在 sakacipinang a sowal的 sorit。\";'),('ami','messages:beta-feature-minerva','s:69:\"zh-hant:開啟手機版外觀 ({{int:skinname-minerva}}) 於電腦版\";'),('ami','messages:beta-feature-minerva-description','s:104:\"zh-hant:使手機裝置外觀可於電腦版偏好設定 \"{{int:prefs-rendering}}\" 的外觀做選擇。\";'),('ami','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('ami','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('ami','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('ami','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('ami','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('ami','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('ami','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ami','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ami','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('ami','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('ami','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('ami','messages:blankarticle','s:144:\"zh-hant:<strong>警告：</strong>您正在建立的頁面是空白的。如果您再按一下「$1」，將建立沒有任何內容的頁面。\";'),('ami','messages:blanknamespace','s:16:\"ami:(kalimelaan)\";'),('ami','messages:blankpage','s:20:\"zh-hant:空白頁面\";'),('ami','messages:block','s:23:\"zh-hant:封鎖使用者\";'),('ami','messages:block-actions','s:23:\"zh-hant:封鎖類型：\";'),('ami','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ami','messages:block-details','s:26:\"zh-hant:詳細封鎖資訊\";'),('ami','messages:block-expiry','s:23:\"zh-hant:到期時間：\";'),('ami','messages:block-log-flags-angry-autoblock','s:35:\"zh-hant:加強自動封鎖已開啟\";'),('ami','messages:block-log-flags-anononly','s:29:\"zh-hant:僅限匿名使用者\";'),('ami','messages:block-log-flags-hiddenname','s:29:\"zh-hant:隱藏使用者名稱\";'),('ami','messages:block-log-flags-noautoblock','s:26:\"zh-hant:停用自動封鎖\";'),('ami','messages:block-log-flags-nocreate','s:33:\"ami:materepay cang-haw misanga’\";'),('ami','messages:block-log-flags-noemail','s:26:\"zh-hant:停用電子郵件\";'),('ami','messages:block-log-flags-nousertalk','s:41:\"zh-hant:無法編輯自己的討論頁面\";'),('ami','messages:block-options','s:23:\"zh-hant:額外選項：\";'),('ami','messages:block-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:block-target','s:48:\"zh-hant:使用者名稱、IP位址或IP範圍：\";'),('ami','messages:block-target-placeholder','s:48:\"zh-hant:使用者名稱、1.1.1.42或1.1.1.42/16\";'),('ami','messages:blocked-mailpassword','s:117:\"zh-hant:您的IP位址已被封鎖不允許編輯，已禁止來自此IP位址的密碼復原功能以防止濫用。\";'),('ami','messages:blocked-notice-logextract','s:103:\"zh-hant:這位{{GENDER:$1|使用者}}目前被封鎖。以下提供最近的封鎖日誌以供參考：\";'),('ami','messages:blockednoreason','s:23:\"zh-hant:未說明原因\";'),('ami','messages:blockedtext','s:599:\"ami:<strong>您的使用者名稱或 IP 位址已被封鎖。</strong>\n\n您被$1封鎖，\n原因爲 <em>$2</em>。\n\n* 封鎖開始時間：$8\n* 封鎖結束時間：$6\n* 相關封鎖對象：$7\n\n您可以聯絡$1或其他的[[{{MediaWiki:Grouppage-sysop}}|管理員]]討論封鎖的相關問題。若您已在[[Special:Preferences|偏好設定]]中設定了一個有效的電子郵件地址，且尚未被封鎖郵件功能，則您可透過「{{int:emailuser}}」的功能來聯絡相關管理員。您目前的IP位址是$3，此次封鎖的ID為#$5。請您在詢問時附註以上詳細訊息。\";'),('ami','messages:blockedtext-composite','s:246:\"zh-hant:<strong>您的使用者名稱或 IP 位址已被封鎖。</strong>\n\n原因如下：\n\n:<em>$2</em>\n\n* 封鎖開始時間：$8\n* 最長的封鎖結束時間：$6\n\n* $5\n\n您目前的 IP 位址為 $3。\n請在做詢問時附上以上資訊。\";'),('ami','messages:blockedtext-composite-ids','s:74:\"zh-hant:相關的封鎖ID：$1（您的IP位址可能在封鎖列表中）\";'),('ami','messages:blockedtext-composite-no-ids','s:46:\"zh-hant:您的IP位址在多個封鎖列表中\";'),('ami','messages:blockedtext-composite-reason','s:59:\"zh-hant:有多個封鎖目標為您的帳號和/或IP位址\";'),('ami','messages:blockedtext-partial','s:384:\"zh-hant:<strong>您的使用者名稱或 IP 地址被禁止做出此操作，但您仍可在此網站上做出其它行為，例如編輯某些頁面。</strong>您可以在[[Special:MyContributions|帳號貢獻]]檢視完整的封鎖詳情。\n\n封鎖是由$1所執行。\n\n原因出自<em>$2</em>。\n\n*封鎖開始時間：$8\n*封鎖結束時間：$6\n*防止行為：$7\n*封鎖 ID #$5\";'),('ami','messages:blockedtitle','s:29:\"zh-hant:使用者已被封鎖\";'),('ami','messages:blockip','s:37:\"zh-hant:封鎖{{GENDER:$1|使用者}}\";'),('ami','messages:blockipsuccesssub','s:20:\"zh-hant:封鎖成功\";'),('ami','messages:blockipsuccesstext','s:131:\"zh-hant:[[Special:Contributions/$1|$1]]已經被封鎖。<br />\n參見[[Special:BlockList|封鎖清單]]以檢查目前的封鎖。\";'),('ami','messages:blockiptext','s:428:\"zh-hant:填寫以下表單可封鎖特定 IP 位址或使用者的編輯權限。\n只有為了防止破壞，並符合[[{{MediaWiki:Policy-url}}|方針]]的情況下方可採取此行動。\n請在下方填寫一個具體的原因（例如：引述一個被破壞的頁面）。\n您可以使用[//zh.wikipedia.org/wiki/无类别域间路由 CIDR]語法格式封鎖 IP 範圍，最大允許的範圍 IPv4 為 /$1、IPv6 為 /$2。\";'),('ami','messages:blocklink','s:25:\"ami:ciker/maciker/cikeren\";'),('ami','messages:blocklist','s:29:\"zh-hant:已封鎖的使用者\";'),('ami','messages:blocklist-addressblocks','s:30:\"zh-hant:隱藏單一 IP 封鎖\";'),('ami','messages:blocklist-autoblocks','s:26:\"zh-hant:隱藏自動封鎖\";'),('ami','messages:blocklist-by','s:26:\"zh-hant:封鎖的管理員\";'),('ami','messages:blocklist-editing','s:14:\"zh-hant:編輯\";'),('ami','messages:blocklist-editing-action','s:14:\"zh-hant:動作\";'),('ami','messages:blocklist-editing-ns','s:20:\"zh-hant:命名空間\";'),('ami','messages:blocklist-editing-page','s:14:\"zh-hant:頁面\";'),('ami','messages:blocklist-editing-sitewide','s:32:\"zh-hant:編輯（全站範圍）\";'),('ami','messages:blocklist-expiry','s:14:\"zh-hant:期限\";'),('ami','messages:blocklist-indefblocks','s:29:\"zh-hant:隱藏無限期封鎖\";'),('ami','messages:blocklist-nousertalk','s:41:\"zh-hant:無法編輯自己的討論頁面\";'),('ami','messages:blocklist-params','s:20:\"zh-hant:封鎖參數\";'),('ami','messages:blocklist-rangeblocks','s:30:\"zh-hant:隱藏 IP 範圍封鎖\";'),('ami','messages:blocklist-reason','s:14:\"zh-hant:原因\";'),('ami','messages:blocklist-summary','s:3:\"en:\";'),('ami','messages:blocklist-target','s:14:\"zh-hant:目標\";'),('ami','messages:blocklist-tempblocks','s:26:\"zh-hant:隱藏暫時封鎖\";'),('ami','messages:blocklist-timestamp','s:20:\"zh-hant:日期時間\";'),('ami','messages:blocklist-type','s:17:\"zh-hant:類型：\";'),('ami','messages:blocklist-type-opt-all','s:14:\"zh-hant:所有\";'),('ami','messages:blocklist-type-opt-partial','s:14:\"zh-hant:部分\";'),('ami','messages:blocklist-type-opt-sitewide','s:20:\"zh-hant:全站範圍\";'),('ami','messages:blocklist-userblocks','s:26:\"zh-hant:隱藏帳號封鎖\";'),('ami','messages:blocklog-showlog','s:103:\"zh-hant:此{{GENDER:$1|使用者}}先前被封鎖過。以下提供用於參考的封鎖日誌項目：\";'),('ami','messages:blocklog-showsuppresslog','s:96:\"zh-hant:此使用者先前被封鎖並且隱藏過。\n以下為禁止顯示紀錄以供參考：\";'),('ami','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ami','messages:blocklogpage','s:30:\"ami:pikilokan to kalonicikeran\";'),('ami','messages:blocklogtext','s:188:\"zh-hant:此為使用者的封鎖及取消封鎖動作的記錄。未列出自動封鎖的IP位址。請參考[[Special:BlockList|封鎖清單]]中的目前正在運作的阻止與封鎖。\";'),('ami','messages:booksources','s:39:\"ami:pikinairaan no nina’angan a tilid\";'),('ami','messages:booksources-invalid-isbn','s:77:\"zh-hant:您提供的 ISBN 不正確，請檢查複製的來源是否有誤。\";'),('ami','messages:booksources-isbn','s:29:\"zh-hant:國際標準書號：\";'),('ami','messages:booksources-search','s:11:\"ami:saoo’\";'),('ami','messages:booksources-search-legend','s:36:\"ami:mikilim to pina’angan to tilid\";'),('ami','messages:booksources-summary','s:3:\"en:\";'),('ami','messages:booksources-text','s:128:\"zh-hant:下列清單包含其他銷售新書籍或二手書籍的網站連結，可會有你想尋找書籍的進一部資訊：\";'),('ami','messages:boteditletter','s:5:\"ami:p\";'),('ami','messages:botpasswords','s:23:\"zh-hant:機器人密碼\";'),('ami','messages:botpasswords-bad-appid','s:38:\"zh-hant:機器人名稱 \"$1\" 無效。\";'),('ami','messages:botpasswords-created-body','s:92:\"zh-hant:給{{GENDER:$2|使用者}}「$2」的機器人「$1」的機器人密碼已建立。\";'),('ami','messages:botpasswords-created-title','s:35:\"zh-hant:成功建立機器人密碼\";'),('ami','messages:botpasswords-createnew','s:29:\"zh-hant:新增機器人密碼\";'),('ami','messages:botpasswords-deleted-body','s:92:\"zh-hant:給{{GENDER:$2|使用者}}「$2」的機器人「$1」的機器人密碼已刪除。\";'),('ami','messages:botpasswords-deleted-title','s:32:\"zh-hant:已刪除機器人密碼\";'),('ami','messages:botpasswords-disabled','s:35:\"zh-hant:機器人密碼已停用。\";'),('ami','messages:botpasswords-editexisting','s:41:\"zh-hant:編輯已存在的機器人密碼\";'),('ami','messages:botpasswords-existing','s:32:\"zh-hant:已存在機器人密碼\";'),('ami','messages:botpasswords-help-grants','s:241:\"zh-hant:授權可以允許您存取您的使用者帳號已經擁有的權限，但在此開啟授權並不會讓您的使用者帳號可以存取那些您並未擁有的權限。請參考[[Special:ListGrants|授權表]]取得更多資訊。\";'),('ami','messages:botpasswords-insert-failed','s:65:\"zh-hant:新增機器人名稱 \"$1\" 失敗，是否已新增過？\";'),('ami','messages:botpasswords-invalid-name','s:78:\"zh-hant:指定的使用者名稱未包含機器人密碼分隔字元 (\"$1\")。\";'),('ami','messages:botpasswords-label-appid','s:34:\"ami:palatamdawan a kikay o ngangan\";'),('ami','messages:botpasswords-label-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:botpasswords-label-create','s:14:\"ami:misanga’\";'),('ami','messages:botpasswords-label-delete','s:14:\"zh-hant:刪除\";'),('ami','messages:botpasswords-label-grants','s:26:\"zh-hant:適用的授權：\";'),('ami','messages:botpasswords-label-grants-column','s:17:\"zh-hant:已授權\";'),('ami','messages:botpasswords-label-needsreset','s:38:\"zh-hant:（密碼需要重新設定）\";'),('ami','messages:botpasswords-label-resetpassword','s:20:\"zh-hant:重設密碼\";'),('ami','messages:botpasswords-label-update','s:14:\"zh-hant:更新\";'),('ami','messages:botpasswords-locked','s:74:\"zh-hant:因您的帳號被鎖定，您不能以機器人的密碼登入。\";'),('ami','messages:botpasswords-needs-reset','s:104:\"zh-hant:給{{GENDER:$1|使用者}}「$1」的機器人名稱「$2」該機器人密碼已重新設定。\";'),('ami','messages:botpasswords-newpassword','s:301:\"zh-hant:用來登入<strong>$1</strong>的新密碼為<strong>$2</strong>。<em>請記錄此密碼以供未來參考使用。</em><br>（較舊的機器人的登入名稱需與最終使用者名稱相同，您也可使用<strong>$3</strong>做為使用者名稱，<strong>$4</strong>做為密碼。）\";'),('ami','messages:botpasswords-no-central-id','s:77:\"zh-hant:要使用機器人密碼，您必須登入帳號集中管理系統。\";'),('ami','messages:botpasswords-no-provider','s:51:\"zh-hant:BotPasswordsSessionProvider 無法使用。\";'),('ami','messages:botpasswords-not-exist','s:68:\"zh-hant:使用者 \"$1\" 並沒有名稱為 \"$2\" 的機器人密碼。\";'),('ami','messages:botpasswords-restriction-failed','s:53:\"zh-hant:機器人密碼限制已拒絕此次登入。\";'),('ami','messages:botpasswords-summary','s:318:\"zh-hant:<em>機器人密碼</em>可在不需帳號的主要登入密碼情況下，允許透過 API 存取使用者帳號。可限制使用機器人密碼登入的使用者權限。\n\n若在尚無法了解為何要設定機器人密碼之前不應使用此功能。且不該有任何人會向您索取機器人密碼。\";'),('ami','messages:botpasswords-toolong-grants','s:32:\"zh-hant:選擇過多的授予。\";'),('ami','messages:botpasswords-toolong-restrictions','s:45:\"zh-hant:輸入過多的 IP 位址或範圍。\";'),('ami','messages:botpasswords-update-failed','s:65:\"zh-hant:更新機器人名稱 \"$1\" 失敗，是否已刪除過？\";'),('ami','messages:botpasswords-updated-body','s:92:\"zh-hant:給{{GENDER:$2|使用者}}「$2」的機器人「$1」的機器人密碼已更新。\";'),('ami','messages:botpasswords-updated-title','s:35:\"zh-hant:成功更新機器人密碼\";'),('ami','messages:brackets','s:7:\"en:[$1]\";'),('ami','messages:brackets-end','s:4:\"en:]\";'),('ami','messages:brackets-start','s:4:\"en:[\";'),('ami','messages:broken-file-category','s:42:\"ami:o matastasay a felih to pipatatongodan\";'),('ami','messages:broken-file-category-desc','s:86:\"zh-hant:含有損壞檔案連結的頁面（內嵌檔案連結的檔案不存在）。\";'),('ami','messages:brokenredirects','s:29:\"zh-hant:損壞的重新導向\";'),('ami','messages:brokenredirects-delete','s:14:\"zh-hant:刪除\";'),('ami','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ami','messages:brokenredirects-edit','s:13:\"ami:misinanot\";'),('ami','messages:brokenredirects-summary','s:3:\"en:\";'),('ami','messages:brokenredirectstext','s:62:\"zh-hant:以下的重新導向頁面連結的頁面不存在：\";'),('ami','messages:bydate','s:17:\"zh-hant:依日期\";'),('ami','messages:cachedspecial-viewing-cached-ttl','s:78:\"zh-hant:你正在檢視此頁面的快取版本，最多會有 $1 的延遲。\";'),('ami','messages:cactions','s:22:\"ami:matongal ko adihay\";'),('ami','messages:cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:cannotauth-not-allowed','s:38:\"zh-hant:您不被允許使用此頁面\";'),('ami','messages:cannotauth-not-allowed-title','s:20:\"zh-hant:權限不足\";'),('ami','messages:cannotchangeemail','s:59:\"zh-hant:此 wiki 無法變更帳號的電子郵件地址。\";'),('ami','messages:cannotcreateaccount-text','s:56:\"zh-hant:此 wiki 未開啟直接建立帳號的功能。\";'),('ami','messages:cannotcreateaccount-title','s:26:\"zh-hant:無法建立帳號\";'),('ami','messages:cannotdelete','s:71:\"zh-hant:無法刪除頁面或檔案「$1」，\n可能已有人刪除。\";'),('ami','messages:cannotdelete-title','s:34:\"zh-hant:無法刪除頁面「$1」\";'),('ami','messages:cannotlink-no-provider','s:35:\"zh-hant:沒有可連結的帳號。\";'),('ami','messages:cannotlink-no-provider-title','s:32:\"zh-hant:沒有可連結的帳號\";'),('ami','messages:cannotlogin-text','s:23:\"zh-hant:無法登入。\";'),('ami','messages:cannotlogin-title','s:20:\"zh-hant:無法登入\";'),('ami','messages:cannotloginnow-text','s:36:\"zh-hant:使用 $1 時無法登入。\";'),('ami','messages:cannotloginnow-title','s:26:\"zh-hant:現在無法登入\";'),('ami','messages:cannotlogoutnow-text','s:36:\"zh-hant:使用 $1 時無法登出。\";'),('ami','messages:cannotlogoutnow-title','s:26:\"zh-hant:現在無法登出\";'),('ami','messages:cannotmove','s:61:\"zh-hant:由於以下{{PLURAL:$1|原因}}不能移動頁面：\";'),('ami','messages:cannotundelete','s:50:\"zh-hant:部份或全部的取消刪除失敗：\n$1\";'),('ami','messages:cannotunlink-no-provider','s:53:\"zh-hant:沒有已連結的帳號可以取消連結。\";'),('ami','messages:cannotunlink-no-provider-title','s:50:\"zh-hant:沒有已連結的帳號可以取消連結\";'),('ami','messages:cant-block-nonexistent-page','s:73:\"zh-hant:您不可以封鎖用戶對$1的操作，因為此頁面不存在\";'),('ami','messages:cant-move-category-page','s:44:\"zh-hant:您沒有權限移動分類頁面。\";'),('ami','messages:cant-move-subpages','s:41:\"zh-hant:您沒有權限移動子頁面。\";'),('ami','messages:cant-move-to-category-page','s:53:\"zh-hant:您沒有權限移動頁面至分類頁面。\";'),('ami','messages:cant-move-to-user-page','s:83:\"zh-hant:您沒有權限移動頁面至使用者頁面 (除使用者子頁面外)。\";'),('ami','messages:cant-move-user-page','s:65:\"zh-hant:您沒有權限移動使用者頁面 (子頁面除外)。\";'),('ami','messages:cant-see-hidden-user','s:153:\"zh-hant:您欲封鎖的使用者已經被封鎖並且隱藏。\n您沒有隱藏使用者的權限，您無法檢視或編輯該使用者的封鎖狀態。\";'),('ami','messages:cantmove-titleprotected','s:86:\"zh-hant:您選擇的新標題已被禁止使用，您不可移動頁面到該位置。\";'),('ami','messages:cantrollback','s:78:\"zh-hant:無法還原編輯。\n該頁面的最後貢獻者是唯一的作者。\";'),('ami','messages:cascadeprotected','s:149:\"zh-hant:此頁面被保護無法編輯，因為此頁面被以下開啟「連鎖保護」選項的{{PLURAL:$1|一頁|數頁}}保護頁面引用：\n$2\";'),('ami','messages:cascadeprotectedwarning','s:194:\"zh-hant:<strong>警告：</strong>由於本頁被下列{{PLURAL:$1|頁面|頁面}}嵌入，所以受連鎖保護。只有得到[[Special:ListGroupRights|特殊權限]]的使用者才可編輯。\";'),('ami','messages:categories','s:13:\"ami:pisakilac\";'),('ami','messages:categories-submit','s:14:\"ami:pahapinang\";'),('ami','messages:categories-summary','s:3:\"en:\";'),('ami','messages:categoriesfrom','s:38:\"zh-hant:從此處開始顯示分類：\";'),('ami','messages:categoriespagetext','s:161:\"zh-hant:下列為存在於 wiki 裡可能有、或可能沒被使用到的{{PLURAL:$1|分類|分類}}。\n請參考[[Special:WantedCategories|所需的分類]]。\";'),('ami','messages:category-article-count','s:152:\"ami:{{PLURAL:$2|onini kasakilac maala halo i kalaenoay/kaikoray a felih。|onini a kasakilac matafo ko i kalaenoay/kaikoray  $1 a felih, $2 mapo:long.}}\";'),('ami','messages:category-article-count-limited','s:45:\"zh-hant:此分類包含以下 $1 個頁面。\";'),('ami','messages:category-empty','s:111:\"ami:<em>onini kasakilac imatini caay ho ka paroko i laloma’ ko ’a’arawen a felih ano eca o mitiya。</em>\";'),('ami','messages:category-file-count','s:165:\"ami:{{PLURAL:$2|onini kasakilac matafoay ko cecay i kalaenoay/kaikoray a tang^an。|onini kasakilac matafoay ko i kalaenoay/kaikoray  $1 a tang^an， $2 mapo:long.}}\";'),('ami','messages:category-file-count-limited','s:39:\"zh-hant:此分類包含 $1 個檔案。\";'),('ami','messages:category-header-numerals','s:13:\"zh-hant:$1-$2\";'),('ami','messages:category-media-header','s:42:\"ami:O mitiya i laloma’ no kasakilac \"$1\"\";'),('ami','messages:category-move-redirect-override','s:4:\"en:-\";'),('ami','messages:category-subcat-count','s:179:\"ami:{{PLURAL:$2|onini kasakilac matafo ko cecay i kalaenoay/kaikoray a wawaay a silsil 。|onini kasakilac matafoay ko i kalaenoay/kaikoray $1 a wawaay a silsil, $2 mapo:long。}}\";'),('ami','messages:category-subcat-count-limited','s:48:\"zh-hant:此分類包含以下 $1 個子分類。\";'),('ami','messages:category_header','s:41:\"ami:O felih i laloma’ no kasakilac \"$1\"\";'),('ami','messages:categorypage','s:26:\"zh-hant:檢視分類頁面\";'),('ami','messages:categoryviewer-pagedlinks','s:24:\"zh-hant:（$1）（$2）\";'),('ami','messages:change-blocklink','s:20:\"zh-hant:變更封鎖\";'),('ami','messages:changeblockip','s:20:\"zh-hant:變更封鎖\";'),('ami','messages:changecontentmodel','s:35:\"zh-hant:變更頁面的內容模型\";'),('ami','messages:changecontentmodel-cannot-convert','s:53:\"zh-hant:[[:$1]] 的內容無法轉換為 $2 類型。\";'),('ami','messages:changecontentmodel-current-label','s:29:\"zh-hant:目前內容模型：\";'),('ami','messages:changecontentmodel-emptymodels-text','s:57:\"zh-hant:[[:$1]]上的內容不能轉換為任何類型。\";'),('ami','messages:changecontentmodel-emptymodels-title','s:32:\"zh-hant:沒有內容模型可用\";'),('ami','messages:changecontentmodel-legend','s:26:\"zh-hant:變更內容模型\";'),('ami','messages:changecontentmodel-model-label','s:26:\"zh-hant:新內容模型：\";'),('ami','messages:changecontentmodel-nodirectediting','s:47:\"zh-hant:$1 的內容模型不支援直接編輯\";'),('ami','messages:changecontentmodel-reason-label','s:17:\"zh-hant:原因：\";'),('ami','messages:changecontentmodel-submit','s:14:\"zh-hant:變更\";'),('ami','messages:changecontentmodel-success-text','s:44:\"zh-hant:已變更 [[:$1]] 的內容類型。\";'),('ami','messages:changecontentmodel-success-title','s:29:\"zh-hant:已變更內容模型\";'),('ami','messages:changecontentmodel-title-label','s:23:\"zh-hant:頁面標題：\";'),('ami','messages:changecredentials','s:20:\"zh-hant:變更憑證\";'),('ami','messages:changecredentials-invalidsubpage','s:41:\"zh-hant:$1 不是有效的憑証類型。\";'),('ami','messages:changecredentials-submit','s:20:\"zh-hant:變更認證\";'),('ami','messages:changecredentials-success','s:32:\"zh-hant:已變更您的認證。\";'),('ami','messages:changed','s:14:\"zh-hant:變更\";'),('ami','messages:changeemail','s:41:\"zh-hant:變更或移除電子郵件地址\";'),('ami','messages:changeemail-header','s:170:\"zh-hant:請填寫此表單來變更您的電子郵件地址，若您想要移除您帳號所連結的所有電子郵件地址，請於新電子郵件地址欄位留空。\";'),('ami','messages:changeemail-maxlength','s:67:\"zh-hant:您的電子郵件地址最多只應包含 255 個字元。\";'),('ami','messages:changeemail-newemail','s:35:\"zh-hant:新的電子郵件地址：\";'),('ami','messages:changeemail-newemail-help','s:188:\"zh-hant:若您想移除您的電子郵件地址，此欄位應留空。若移除電子郵件地址您將無法重設忘記的密碼並且將不會再收到來自此 wiki 的電子郵件。\";'),('ami','messages:changeemail-no-info','s:53:\"zh-hant:您必須登入方可直接存取此頁面。\";'),('ami','messages:changeemail-nochange','s:50:\"zh-hant:請輸入不同的新電子郵件地址。\";'),('ami','messages:changeemail-none','s:17:\"zh-hant:（無）\";'),('ami','messages:changeemail-oldemail','s:38:\"zh-hant:目前的電子郵件地址：\";'),('ami','messages:changeemail-password','s:38:\"zh-hant:您於{{SITENAME}}的密碼：\";'),('ami','messages:changeemail-submit','s:26:\"zh-hant:變更電子郵件\";'),('ami','messages:changeemail-summary','s:3:\"en:\";'),('ami','messages:changeemail-throttled','s:70:\"zh-hant:您最近嘗試了太多次登入。\n請等待 $1 後再試。\";'),('ami','messages:changepassword','s:20:\"zh-hant:變更密碼\";'),('ami','messages:changepassword-success','s:35:\"zh-hant:您的密碼已經變更！\";'),('ami','messages:changepassword-summary','s:3:\"en:\";'),('ami','messages:changepassword-throttled','s:70:\"zh-hant:您最近嘗試了太多次登入。\n請等待 $1 後再試。\";'),('ami','messages:changeslist-nocomment','s:23:\"zh-hant:無編輯摘要\";'),('ami','messages:checkbox-all','s:18:\"ami:Maemin/po:long\";'),('ami','messages:checkbox-invert','s:20:\"zh-hant:反向選擇\";'),('ami','messages:checkbox-none','s:11:\"zh-hant:無\";'),('ami','messages:checkbox-select','s:19:\"zh-hant:選擇：$1\";'),('ami','messages:clearyourcache','s:936:\"ami:<strong>’arawen</strong>i ikor no pi’anang iso i ’ariri, panengen koya mata sapinengneng to codad ta manga’ay maneneng ko faelohay a nikafalic. \n* <strong>Firefox / Safari：</strong>penecen <em>Shift</em> itiya ta mitoro’ mikilim <em> misafaeloh  misolimet </em>，ano eca penecen <em>Ctrl-F5</em> ano eca <em>Ctrl-R</em> (Mac matira ta  <em>⌘-R</em>) * <strong>Google Chrome：</strong>rekenen <em>Ctrl-Shift-R</em> (Mac matira ta  <em>⌘-Shift-R</em>) * <strong>Internet Explorer：</strong>penecen <em>Ctrl</em> itiya t rekenen a mipili’ <em> misafaeloh  misolimet </em>，ano eca rekenen <em>Ctrl-F5</em> * <strong>Opera：</strong> tayra  <em> sapipili’ a tilid  →  patonek </em> (itira i Mac a <em>Opera →   patonek to kakaolahan </em>) herek i, ta tayra i <em> caayay ka ’araw no tao a dapong  &  an-cyin-sin  → sisiten ko nanengnengan a lakaw → mapatayraay i ’ariri a conga ato tang^an </em>。\";'),('ami','messages:collapsible-collapse','s:14:\"zh-hant:合併\";'),('ami','messages:collapsible-expand','s:14:\"ami:misatapang\";'),('ami','messages:colon-separator','s:14:\"zh-hant:：​\";'),('ami','messages:comma-separator','s:14:\"zh-hant:、​\";'),('ami','messages:common.css','s:55:\"zh-hant:/* 此 CSS 會套用至所有的介面外觀 */\";'),('ami','messages:common.js','s:74:\"zh-hant:/* 此 JavaScript 會用於使用者載入的每一個頁面。 */\";'),('ami','messages:common.json','s:89:\"zh-hant:/* 在此的任一 JavaScript 會為全部使用者在所有頁面裡載入。 */\";'),('ami','messages:compare-page1','s:17:\"zh-hant:第 1 頁\";'),('ami','messages:compare-page2','s:17:\"zh-hant:第 2 頁\";'),('ami','messages:compare-rev1','s:16:\"zh-hant:修訂 1\";'),('ami','messages:compare-rev2','s:16:\"zh-hant:修訂 2\";'),('ami','messages:compare-revision-not-exists','s:41:\"zh-hant:您所指定的修訂不存在。\";'),('ami','messages:compare-submit','s:14:\"zh-hant:比較\";'),('ami','messages:comparepages','s:20:\"zh-hant:比較頁面\";'),('ami','messages:comparepages-summary','s:3:\"en:\";'),('ami','messages:compareselectedversions','s:42:\"ami:masasirini’ to mipili’an a misalof\";'),('ami','messages:config-invalid-key','s:53:\"zh-hant:無效的 MediaWiki 組態參數「$1」：$2\";'),('ami','messages:config-missing-key','s:45:\"zh-hant:缺少 MediaWiki 組態參數「$1」\";'),('ami','messages:confirm','s:14:\"zh-hant:確認\";'),('ami','messages:confirm-markpatrolled-button','s:14:\"zh-hant:確定\";'),('ami','messages:confirm-markpatrolled-top','s:46:\"zh-hant:標記 $2 的修訂 $3 為已巡查？\";'),('ami','messages:confirm-mcrrestore-title','s:20:\"zh-hant:還原修訂\";'),('ami','messages:confirm-mcrundo-title','s:20:\"zh-hant:還原變更\";'),('ami','messages:confirm-purge-bottom','s:74:\"zh-hant:清除頁面會清除快取並強制顯示最近的頁面修訂。\";'),('ami','messages:confirm-purge-title','s:26:\"zh-hant:清除此頁快取\";'),('ami','messages:confirm-purge-top','s:41:\"zh-hant:要清除此頁面的快取嗎？\";'),('ami','messages:confirm-rollback-bottom','s:65:\"zh-hant:此操作會立即回退對於此頁面的所選更改。\";'),('ami','messages:confirm-rollback-button','s:14:\"zh-hant:確定\";'),('ami','messages:confirm-rollback-top','s:35:\"zh-hant:還原編輯到此頁面？\";'),('ami','messages:confirm-unwatch-button','s:14:\"zh-hant:確定\";'),('ami','messages:confirm-unwatch-top','s:63:\"ami:falahen kona felih nani pirorodan to ’a’arawen a tilid?\";'),('ami','messages:confirm-watch-button','s:14:\"zh-hant:確定\";'),('ami','messages:confirm-watch-button-expiry','s:14:\"zh-hant:監視\";'),('ami','messages:confirm-watch-label','s:29:\"zh-hant:監視清單時段：\";'),('ami','messages:confirm-watch-top','s:67:\"ami:patongalen i pirorodan to ’a’arawen a tilid iso kona felih?\";'),('ami','messages:confirm_purge_button','s:14:\"zh-hant:確定\";'),('ami','messages:confirmable-confirm','s:37:\"zh-hant:{{GENDER:$1|您}}確定嗎？\";'),('ami','messages:confirmable-no','s:11:\"zh-hant:否\";'),('ami','messages:confirmable-yes','s:11:\"zh-hant:是\";'),('ami','messages:confirmdeletetext','s:160:\"zh-hant:您正要刪除頁面或圖片及其所有歷史，請確定您要這樣做，並了解後果，而且行為符合[[{{MediaWiki:Policy-url}}|方針]]。\";'),('ami','messages:confirmedittext','s:161:\"zh-hant:在編輯此頁之前您必須確認您的電子郵件地址。\n請透過 [[Special:Preferences|偏好設定]] 設定並驗證您的電子郵件地址。\";'),('ami','messages:confirmemail','s:32:\"zh-hant:確認電子郵件地址\";'),('ami','messages:confirmemail_body','s:396:\"zh-hant:不明人士（可能是您自己，來自IP位址 $1）已在{{SITENAME}}註冊了一個帳號「$2」並使用了此電子郵件地址。\n\n請確認這個帳號是屬於您的，並使用瀏覽器開啟下方連結以開啟在{{SITENAME}}上的電子郵件功能：\n\n$3\n\n若您*未*註冊此帳號，請開啟下方連結取消電子郵件確認：\n\n$5\n\n此確認代碼會於$4過期。\";'),('ami','messages:confirmemail_body_changed','s:388:\"zh-hant:不明人士 (可能是您自己，來自 IP 位址 $1)  已將在{{SITENAME}}帳號 \"$2\" 的電子郵件地址更改至此。\n\n請確認這個帳號是屬於您的，並使用瀏覽器開啟下方連結以開啟在{{SITENAME}}上的電子郵件功能：\n\n$3\n\n若您 *未* 註冊此帳號，\n請開啟下方連結取消電子郵件確認：\n\n$5\n\n此確認代碼會於 $4 過期。\";'),('ami','messages:confirmemail_body_set','s:387:\"zh-hant:不明人士 (可能是您自己，來自 IP 位址 $1) 已將在{{SITENAME}}帳號 \"$2\" 的電子郵件地址設定至此。\n\n請確認這個帳號是屬於您的，並使用瀏覽器開啟下方連結以開啟在{{SITENAME}}上的電子郵件功能：\n\n$3\n\n若您 *未* 註冊此帳號，\n請開啟下方連結取消電子郵件確認：\n\n$5\n\n此確認代碼會於 $4 過期。\";'),('ami','messages:confirmemail_invalid','s:59:\"zh-hant:無效的確認碼，該代碼可能已經過期。\";'),('ami','messages:confirmemail_invalidated','s:41:\"zh-hant:已取消電子郵件地址確認\";'),('ami','messages:confirmemail_loggedin','s:44:\"zh-hant:已確認您的電子郵件地址。\";'),('ami','messages:confirmemail_needlogin','s:49:\"zh-hant:請$1以確認您的電子郵件地址。\";'),('ami','messages:confirmemail_noemail','s:107:\"zh-hant:您尚未在您的[[Special:Preferences|偏好設定]]裡設定一個有效的電子郵件地址。\";'),('ami','messages:confirmemail_oncreate','s:186:\"zh-hant:確認碼已傳送至您的電子郵件地址。\n登入動作不需要使用此代碼，但開啟在 Wiki 中任何以電子郵件為基礎的功能會需要先提供此代碼。\";'),('ami','messages:confirmemail_pending','s:187:\"zh-hant:確認碼已透過電子郵件傳送給您，\n若您才剛建立好您的帳號，可能需要稍後幾分鐘才能收到。\n若沒有收到，請再重新申請一次確認碼。\";'),('ami','messages:confirmemail_send','s:29:\"zh-hant:電子郵件確認碼\";'),('ami','messages:confirmemail_sendfailed','s:129:\"zh-hant:{{SITENAME}} 無法傳送您的確認郵件，請檢查電子郵件地址是否含有無效字元。\n\n寄件者傳回: $1\";'),('ami','messages:confirmemail_sent','s:32:\"zh-hant:確認郵件已寄出。\";'),('ami','messages:confirmemail_subject','s:44:\"zh-hant:{{SITENAME}}電子郵件地址確認\";'),('ami','messages:confirmemail_success','s:114:\"zh-hant:您的電子郵件已經被確認。您現在可以[[Special:UserLogin|登入]]並且享受此網站了。\";'),('ami','messages:confirmemail_text','s:287:\"zh-hant:{{SITENAME}} 要求您在使用郵件功能之前驗證您的電子郵件地址。\n點選以下按鈕可向您的電子郵件傳送一封確認郵件。該郵件包含有一行代碼連結；\n請在您的瀏覽器中載入此連結以確認您的電子郵件地址是有效的。\";'),('ami','messages:confirmleave-warning','s:77:\"zh-hant:離開此頁面可能會導致捨棄掉您更改過的任何內容。\";'),('ami','messages:confirmrecreate','s:184:\"zh-hant:在您編輯的同時，使用者 [[User:$1|$1]]（[[User talk:$1|留言]]）刪除了此頁面，原因為：\n: <em>$2</em>\n請確認您是否真的要重新建立此頁面。\";'),('ami','messages:confirmrecreate-noreason','s:157:\"zh-hant:在您編輯的同時，使用者 [[User:$1|$1]]（[[User talk:$1|留言]]）刪除了此頁面，請確認您是否真的要重新建立此頁面。\";'),('ami','messages:content-failed-to-parse','s:54:\"zh-hant:解析 $2 格式的 $1 語法內容失敗：$3\";'),('ami','messages:content-json-empty-array','s:17:\"zh-hant:空陣列\";'),('ami','messages:content-json-empty-object','s:17:\"zh-hant:空物件\";'),('ami','messages:content-model-css','s:11:\"zh-hant:CSS\";'),('ami','messages:content-model-javascript','s:18:\"zh-hant:JavaScript\";'),('ami','messages:content-model-json','s:12:\"zh-hans:JSON\";'),('ami','messages:content-model-text','s:17:\"zh-hant:純文字\";'),('ami','messages:content-model-wikitext','s:15:\"ami:wiki laleko\";'),('ami','messages:content-not-allowed-here','s:61:\"zh-hant:頁面[[:$2]]在「$3」插槽不允許「$1」內容\";'),('ami','messages:contentmodelediterror','s:140:\"zh-hant:您無法編輯此修訂，因為它的內容模型為<code>$1</code>，與目前使用的頁面內容模型<code>$2</code>不同。\";'),('ami','messages:continue-editing','s:32:\"ami:tayra i pisinanotan a laleko\";'),('ami','messages:contribslink','s:14:\"ami:nipafelian\";'),('ami','messages:contribsub2','s:50:\"ami:{{GENDER:$3|$1}} nipainian/ nipafelian no ($2)\";'),('ami','messages:contributions','s:11:\"ami:nipaini\";'),('ami','messages:contributions-subtitle','s:24:\"zh-hant:{{GENDER:$3|$1}}\";'),('ami','messages:contributions-summary','s:3:\"en:\";'),('ami','messages:contributions-title','s:42:\"ami:nipaini/ nipafeli no micokaymasay a $1\";'),('ami','messages:contributions-userdoesnotexist','s:68:\"ami:Caay ho ka hayda ko pipangangan a cang-haw no micokaymasay \"$1\".\";'),('ami','messages:converter-manual-rule-error','s:50:\"zh-hant:手動字詞轉換規則時偵測到錯誤\";'),('ami','messages:copyright','s:81:\"ami:ano awa sa ko roma a sowal i, o $1 sarocek a tilid ko sapipatorod tona maemin\";'),('ami','messages:copyrightpage','s:27:\"ami:{{ns:project}}:pan-cyin\";'),('ami','messages:copyrightwarning','s:390:\"zh-hant:請注意，所有於{{SITENAME}}所做的貢獻會依據$2授權條款發佈（詳情請見$1）。若您不希望您的著作被任意修改與散佈，請勿在此發表文章。<br />\n您同時向我們保證在此的著作內容是您自行撰寫，或是取自不受版權保護的公開領域或自由資源。<strong>請勿在未經授權的情況下發表文章！</strong>\";'),('ami','messages:copyrightwarning2','s:413:\"zh-hant:請注意，所有於{{SITENAME}}所做的貢獻可能會被其他貢獻者編輯，修改或刪除。若您不希望您的著作被任意修改與散佈，請勿在此發表文章。<br />\n您同時向我們保證在此的著作內容是您自行撰寫，或是取自不受版權保護的公開領域或自由資源（詳情請見 $1）。<strong>請勿在未經授權的情況下發表文章！</strong>\";'),('ami','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ami','messages:copyuploaddisabled','s:37:\"zh-hant:已停止使用 URL 上傳。\";'),('ami','messages:create','s:14:\"ami:misanga’\";'),('ami','messages:create-local','s:32:\"ami:mitongal to sowal to itiniay\";'),('ami','messages:createaccount','s:26:\"ami:misanga’ to cang-haw\";'),('ami','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ami','messages:createaccount-text','s:233:\"zh-hant:不明人士使用您的電子郵件地址在{{SITENAME}}($4) 建立了一個帳號名稱為 \"$2\"，密碼為 \"$3\"。\n您應該立即登入並更改密碼。\n\n如果該帳號是建立錯誤的話，您可以忽略此訊息。\";'),('ami','messages:createaccount-title','s:32:\"zh-hant:建立{{SITENAME}}帳號\";'),('ami','messages:createaccountblock','s:33:\"ami:materepay cang-haw misanga’\";'),('ami','messages:createaccounterror','s:31:\"zh-hant:無法建立帳號：$1\";'),('ami','messages:createaccountmail','s:80:\"zh-hant:使用臨時的隨機密碼，並將它寄至指定的電子郵件地址\";'),('ami','messages:createaccountmail-help','s:71:\"zh-hant:可用來建立其他人的帳號（不需要知道密碼）。\";'),('ami','messages:createacct-another-continue-submit','s:26:\"zh-hant:繼續帳號建立\";'),('ami','messages:createacct-another-email-ph','s:32:\"zh-hant:輸入電子郵件地址\";'),('ami','messages:createacct-another-realname-tip','s:102:\"zh-hant:真實姓名為選填欄位。\n若您提供真實姓名，它會用於使用者貢獻署名。\";'),('ami','messages:createacct-another-submit','s:26:\"ami:misanga’ to cang-haw\";'),('ami','messages:createacct-another-username-ph','s:29:\"zh-hant:輸入使用者名稱\";'),('ami','messages:createacct-benefit-body1','s:27:\"ami:{{PLURAL:$1|a mikawit}}\";'),('ami','messages:createacct-benefit-body2','s:25:\"ami:{{PLURAL:$1|a felih}}\";'),('ami','messages:createacct-benefit-body3','s:52:\"ami:O samangataay no {{PLURAL:$1|painiay palada’}}\";'),('ami','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ami','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ami','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ami','messages:createacct-benefit-heading','s:80:\"ami:{{SITENAME}} o nisanga’an no malecaday kiso a nipaini / nipafeli a tamdaw.\";'),('ami','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ami','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ami','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ami','messages:createacct-continue-submit','s:26:\"zh-hant:繼續帳號建立\";'),('ami','messages:createacct-email-ph','s:51:\"ami:pacomden ko i-miyo kahaceraan no tikami no miso\";'),('ami','messages:createacct-emailoptional','s:55:\"ami:i-miyo kahaceraan no tikami (mipili’ ato misorit)\";'),('ami','messages:createacct-emailrequired','s:26:\"zh-hant:電子郵件地址\";'),('ami','messages:createacct-error','s:26:\"zh-hant:帳號建立錯誤\";'),('ami','messages:createacct-helpusername','s:3:\"en:\";'),('ami','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ami','messages:createacct-loginerror','s:104:\"zh-hant:已成功建立帳號，但無法自動登入。\n請繼續 [[Special:UserLogin|手動登入]]。\";'),('ami','messages:createacct-normalization','s:67:\"zh-hant:基於技術限制，您的用戶名將調整為「$2」。\";'),('ami','messages:createacct-realname','s:35:\"zh-hant:真實姓名（非必填）\";'),('ami','messages:createacct-reason','s:32:\"zh-hant:原因（公開記錄）\";'),('ami','messages:createacct-reason-confirm','s:134:\"zh-hant:您在原因裡填入的是電子郵件地址。若有需要填入電子郵件地址的話，請再次點擊「建立帳號」\";'),('ami','messages:createacct-reason-help','s:44:\"zh-hant:顯示於帳號建立日誌的訊息\";'),('ami','messages:createacct-reason-ph','s:44:\"zh-hant:您為什麼要建立另一個帳號\";'),('ami','messages:createacct-submit','s:34:\"ami:misanga’ to cang-haw no miso\";'),('ami','messages:createacct-temp-warning','s:83:\"zh-hant:您在臨時帳號上所做的編輯不會轉移到您的固定帳號裡。\";'),('ami','messages:createacct-username-help','s:3:\"en:\";'),('ami','messages:createacct-useuniquepass','s:77:\"zh-hant:建議您採用未在其它網站上使用過的獨一無二密碼。\";'),('ami','messages:createacct-yourpassword-ph','s:23:\"ami:pacomden ko mima’\";'),('ami','messages:createacct-yourpasswordagain','s:22:\"ami:pihayda to mima’\";'),('ami','messages:createacct-yourpasswordagain-ph','s:29:\"ami:Tiyolen mipacomd ko mima^\";'),('ami','messages:created','s:17:\"zh-hant:建立了\";'),('ami','messages:creating','s:24:\"ami:O mamisanga’ to $1\";'),('ami','messages:credentialsform-account','s:23:\"zh-hant:帳號名稱：\";'),('ami','messages:credentialsform-provider','s:23:\"zh-hant:憑證類型：\";'),('ami','messages:creditspage','s:23:\"zh-hant:頁面製作群\";'),('ami','messages:cur','s:21:\"ami:Aniniay/imatiniay\";'),('ami','messages:currentevents','s:21:\"ami:o lihaf no sinpon\";'),('ami','messages:currentevents-url','s:35:\"ami:Project:Aniniay masadak a demak\";'),('ami','messages:currentrev','s:24:\"ami:safaelohay a pisalof\";'),('ami','messages:currentrev-asof','s:43:\"ami:Nani tiniay i $1 safaelohay a nisalofan\";'),('ami','messages:currentrevisionlink','s:24:\"ami:safaelohay a pisalof\";'),('ami','messages:customcssprotected','s:106:\"zh-hant:您並沒有權限編輯此 CSS 頁面，因為此頁面包含了其他使用者的個人設定。\";'),('ami','messages:customjsonprotected','s:102:\"zh-hant:您沒有權限編輯此JSON頁面，因為此頁面包含了其他使用者的個人設定。\";'),('ami','messages:customjsprotected','s:113:\"zh-hant:您並沒有權限編輯此 JavaScript 頁面，因為此頁面包含了其他使用者的個人設定。\";'),('ami','messages:databaseerror','s:23:\"zh-hant:資料庫錯誤\";'),('ami','messages:databaseerror-error','s:19:\"zh-hant:錯誤：$1\";'),('ami','messages:databaseerror-function','s:19:\"zh-hant:函式：$1\";'),('ami','messages:databaseerror-query','s:19:\"zh-hant:查詢：$1\";'),('ami','messages:databaseerror-text','s:78:\"zh-hant:出現資料庫查詢錯誤。\n這表示系統可能有問題存在。\";'),('ami','messages:databaseerror-textcl','s:32:\"zh-hant:資料庫查詢錯誤。\";'),('ami','messages:databaselocked','s:32:\"zh-hant:資料庫已被鎖定。\";'),('ami','messages:databasenotlocked','s:32:\"zh-hant:資料庫尚未鎖定。\";'),('ami','messages:date','s:41:\"zh-hant:開始日期（更早之前）：\";'),('ami','messages:date-range-from','s:23:\"zh-hant:開始日期：\";'),('ami','messages:date-range-to','s:23:\"zh-hant:結束日期：\";'),('ami','messages:datedefault','s:17:\"zh-hant:預設值\";'),('ami','messages:days','s:14:\"zh-hant:$1 天\";'),('ami','messages:days-abbrev','s:13:\"zh-hans:$1天\";'),('ami','messages:dberr-again','s:38:\"zh-hant:請稍後數分鐘後再試。\";'),('ami','messages:dberr-info','s:36:\"zh-hant:(無法存取資料庫：$1)\";'),('ami','messages:dberr-info-hidden','s:31:\"zh-hant:(無法存取資料庫)\";'),('ami','messages:dberr-problems','s:65:\"zh-hant:抱歉！這個網站出現了一些技術上的問題。\";'),('ami','messages:deadendpages','s:23:\"zh-hant:無連結頁面\";'),('ami','messages:deadendpages-summary','s:3:\"en:\";'),('ami','messages:deadendpagestext','s:68:\"zh-hant:以下在{{SITENAME}}中的頁面未連結到其他頁面。\";'),('ami','messages:dec','s:26:\"ami:Saka safaw tosa^ folad\";'),('ami','messages:december','s:26:\"ami:Saka safaw tosa^ folad\";'),('ami','messages:december-gen','s:26:\"ami:Saka safaw tosa^ folad\";'),('ami','messages:default','s:14:\"zh-hant:預設\";'),('ami','messages:default-skin-not-found','s:1671:\"zh-hant:哎呀！您於 <code dir=\"ltr\">$wgDefaultSkin</code> 設定的 wiki 預設外觀 <code>$1</code> 無法使用。\n\n您的安裝程序應包含以下{{PLURAL:$4|外觀}}。請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration 手冊:組態外觀]以取得如何{{PLURAL:$4|啟用外觀並設為預設值}}的資訊。\n\n$2\n\n; 若您才剛安裝完 MediaWiki：\n: 您大概是使用 git 或直接透過原始碼使用其他方法安裝，這種情況是正常的。請嘗試使用以下方式安裝 [https://www.mediawiki.org/wiki/Category:All_skins mediawiki.org 的外觀目錄]中的部份外觀：\n:* 下載 [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball 安裝程式]，該程式包含數個外觀與擴充功能。您可以複製並貼上至 <code>skins/</code> 目錄。\n:* 自 [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org] 下載個別外觀 tarball。\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins 使用 Git 下載外觀]。\n: 若您是 MediaWiki 的開發人員，這麼做應該不會影響到您的 git 儲存庫。\n\n; 若您才剛升級 MediaWiki：\n: MediaWiki 1.24 與較新的版本不再自動開啟已安裝的外觀（請參考[https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery 手冊:自動搜尋外觀]）。您可以將下列{{PLURAL:$5|行}}貼上至 <code>LocalSettings.php</code> 來啟用{{PLURAL:$5|所有}}目前已經安裝的{{PLURAL:$5|外觀}}：\n\n<pre dir=\"ltr\">$3</pre>\n\n; 若您才剛修改 <code>LocalSettings.php</code>：\n: 請再次確認您輸入的外觀名稱是否有誤。\";'),('ami','messages:default-skin-not-found-no-skins','s:1217:\"zh-hant:哎呀！您於 <code>$wgDefaultSkin</code> 設定的 wiki 預設外觀 <code>$1</code> 無法使用。\n\n您尚未安裝任何外觀。\n\n; 若您才剛安裝完或升級完 MediaWiki：\n: 您大概是使用 git 或直接透過原始碼使用其他方法安裝，這種情況是正常的。MediaWiki 1.24 或較新的版本在主要儲存庫中不再包含任何的外觀。請嘗試使用以下方式安裝 [https://www.mediawiki.org/wiki/Category:All_skins mediawiki.org 的外觀目錄]中的部份外觀：\n:* 下載 [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball 安裝程式]，該程式包含數個外觀與擴充功能。您可以複製並貼上至 <code>skins/</code> 目錄。\n:* 自 [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org] 下載個別外觀 tarball。\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins 使用 Git 下載外觀]。\n: 若您是 MediaWiki 的開發人員，這麼做應該不會影響到您的 git 儲存庫。請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration 手冊:組態外觀]以取得如何啟用外觀並設為預設值的資訊。\";'),('ami','messages:default-skin-not-found-row-disabled','s:59:\"zh-hant:* <code>$1</code> / $2 (<strong>已停用</strong>)\";'),('ami','messages:default-skin-not-found-row-enabled','s:42:\"zh-hant:* <code>$1</code> / $2 (已開啟)\";'),('ami','messages:defaultmessagetext','s:26:\"zh-hant:預設訊息文字\";'),('ami','messages:defemailsubject','s:59:\"zh-hant:{{SITENAME}} 使用者「$1」寄來的電子郵件\";'),('ami','messages:deflate-invaliddeflate','s:44:\"zh-hant:提供的內容未被正常的壓縮\";'),('ami','messages:delete','s:16:\"ami:masopitay to\";'),('ami','messages:delete-confirm','s:22:\"zh-hant:刪除「$1」\";'),('ami','messages:delete-edit-reasonlist','s:26:\"zh-hant:編輯刪除原因\";'),('ami','messages:delete-edit-reasonlist-suppress','s:32:\"zh-hant:編輯禁止顯示原因\";'),('ami','messages:delete-error-associated-alreadytalk','s:56:\"zh-hant:無法刪除一個討論頁關聯的討論頁。\";'),('ami','messages:delete-error-associated-doesnotexist','s:47:\"zh-hant:不能刪除關聯的不存在頁面。\";'),('ami','messages:delete-hook-aborted','s:52:\"zh-hant:刪除已由Hook中止，\n但沒有解釋。\";'),('ami','messages:delete-legend','s:14:\"zh-hant:刪除\";'),('ami','messages:delete-scheduled','s:59:\"zh-hant:頁面「$1」已排期刪除，\n請耐心等待。\";'),('ami','messages:delete-talk-summary-prefix','s:51:\"zh-hant:已同關聯頁面一併刪除，理由: $1\";'),('ami','messages:delete-toobig','s:154:\"zh-hant:此頁面含有大量的編輯歷史，超過 $1 次修訂。\n已限制刪除此類頁面的動作，以避免意外中斷{{SITENAME}}的運作。\";'),('ami','messages:delete-toomanyrevisions','s:143:\"zh-hant:您正在試圖一次性刪除多於 $1 次{{PLURAL:$1|修訂}}。為防止對{{SITENAME}}造成意外破壞，已限制此類作業。\";'),('ami','messages:delete-warning-toobig','s:161:\"zh-hant:此頁面含有大量的編輯歷史，超過 $1 次修訂。\n刪除該頁面可能會中斷{{SITENAME}}的資料庫運作；\n請小心執行此動作。\";'),('ami','messages:delete_and_move_confirm','s:32:\"zh-hant:是的，刪除該頁面\";'),('ami','messages:delete_and_move_reason','s:49:\"zh-hant:已刪除讓來自 [[$1]] 頁面可移動\";'),('ami','messages:delete_and_move_text','s:90:\"zh-hant:目標頁面「[[:$1]]」已存在。您是否要刪除該頁面以完成移動？\";'),('ami','messages:delete_redirect_and_move_text','s:102:\"zh-hant:目標頁面「[[:$1]]」已存在作為重新導向。您是否要刪除它以完成移動？\";'),('ami','messages:deletecomment','s:17:\"zh-hant:原因：\";'),('ami','messages:deleted-page-and-talkpage','s:86:\"zh-hant:「$1」和「$2」已被刪除。有關近期的刪除紀錄，請查看$3。\";'),('ami','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ami','messages:deletedcontributions','s:35:\"zh-hant:已刪除的使用者貢獻\";'),('ami','messages:deletedcontributions-summary','s:3:\"en:\";'),('ami','messages:deletedcontributions-title','s:37:\"zh-hant:已刪除使用者$1的貢獻\";'),('ami','messages:deletedhist','s:23:\"zh-hant:已刪除歷史\";'),('ami','messages:deletedrevision','s:29:\"zh-hant:已刪除舊修訂 $1\";'),('ami','messages:deletedtext','s:69:\"zh-hant:已刪除「$1」。請參考$2檢視最近的刪除記錄。\";'),('ami','messages:deletedwhileediting','s:82:\"zh-hant:<strong>警告：</strong>此頁在您開始編輯之後已經被刪除！\";'),('ami','messages:deleteotherreason','s:33:\"zh-hant:其它/額外的原因：\";'),('ami','messages:deletepage','s:20:\"zh-hant:刪除頁面\";'),('ami','messages:deletepage-deletetalk','s:32:\"zh-hant:刪除相關的討論頁\";'),('ami','messages:deletepage-submit','s:20:\"zh-hant:刪除頁面\";'),('ami','messages:deletepage-summary','s:3:\"en:\";'),('ami','messages:deleteprotected','s:59:\"zh-hant:此頁面已受保護，您無法刪除此頁面。\";'),('ami','messages:deletereason-dropdown','s:120:\"zh-hant:* 常見的刪除原因\n** 濫發廣告訊息\n** 破壞\n** 侵犯版權\n** 作者要求\n** 損壞的重新導向\";'),('ami','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ami','messages:deletereasonotherlist','s:20:\"zh-hant:其它原因\";'),('ami','messages:deleting-backlinks-warning','s:134:\"zh-hant:<strong>警告：</strong>您正要刪除的頁面有[[Special:WhatLinksHere/{{FULLPAGENAME}}|其他頁面]]連結或引用。\";'),('ami','messages:deleting-subpages-warning','s:155:\"zh-hant:<strong>警告：</strong>您要刪除的頁面有[[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|$1個子頁面|51=超過50個子頁面}}]]。\";'),('ami','messages:deleting-talkpage-subpages-warning','s:173:\"zh-hant:<strong>警告：</strong>您要刪除的頁面的相關討論頁有[[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|$1個子頁面|51=超過50個子頁面}}]]。\";'),('ami','messages:deletionlog','s:45:\"ami:falah/ foric nisoritan to romi’ami’ad\";'),('ami','messages:dellogpage','s:45:\"ami:falah/ foric nisoritan to romi’ami’ad\";'),('ami','messages:dellogpagetext','s:47:\"zh-hant:以下為最近刪除記錄的清單。\";'),('ami','messages:destfilename','s:29:\"zh-hant:目標檔案名稱：\";'),('ami','messages:diff','s:16:\"ami:o kasasiroma\";'),('ami','messages:diff-empty','s:19:\"ami:（無差異）\";'),('ami','messages:diff-form','s:14:\"zh-hant:差異\";'),('ami','messages:diff-form-error-revid','s:38:\"zh-hant:輸入數字格式的修訂 ID\";'),('ami','messages:diff-form-oldid','s:37:\"zh-hant:舊修訂版本ID（可選）\";'),('ami','messages:diff-form-other-revid','s:17:\"zh-hant:修訂 ID\";'),('ami','messages:diff-form-revid','s:31:\"zh-hant:差異的修訂版本ID\";'),('ami','messages:diff-form-submit','s:20:\"zh-hant:顯示差異\";'),('ami','messages:diff-form-summary','s:3:\"en:\";'),('ami','messages:diff-multi-manyusers','s:79:\"zh-hant:（未顯示由超過 $2 位使用者於中間所作的 $1 次修訂）\";'),('ami','messages:diff-multi-otherusers','s:100:\"ami:{{PLURAL:$1|pasapinang to nidemakan noya micokaymasaya tamdaw a kina}}{{PLURAL:$2|$2 a misalof}}\";'),('ami','messages:diff-multi-sameuser','s:86:\"ami:({{PLURAL:$1|pasapinang to nidemakan noya micokaymasaya tamdaw a kina}} a misalof)\";'),('ami','messages:diff-paragraph-moved-tonew','s:59:\"zh-hant:段落已被移動。點擊來跳至新的位置。\";'),('ami','messages:diff-paragraph-moved-toold','s:59:\"zh-hant:段落已被移動。點擊來跳至舊的位置。\";'),('ami','messages:difference-missing-revision','s:240:\"zh-hant:在您所指定的差異（$1）中未能找到{{PLURAL:$2|$2次修訂}}。\n\n相關頁面可能已被刪除，差異連結因此已過期。\n詳情請參閱[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 刪除日誌]。\";'),('ami','messages:difference-multipage','s:28:\"zh-hant:(頁面間的差異)\";'),('ami','messages:difference-title','s:37:\"ami:O kasasiroma no nisalofan no \"$1\"\";'),('ami','messages:difference-title-multipage','s:48:\"zh-hant:「$1」與「$2」：頁面間的差異\";'),('ami','messages:directorycreateerror','s:37:\"zh-hant:無法建立目錄「$1」。\";'),('ami','messages:directoryreadonlyerror','s:34:\"zh-hant:目錄「$1」為唯讀。\";'),('ami','messages:disabledspecialpage-disabled','s:50:\"zh-hant:此頁面已被系統管理員給停用。\";'),('ami','messages:disclaimerpage','s:58:\"ami:Project:caayay ka palit no holic a sapatangasa a sowal\";'),('ami','messages:disclaimers','s:57:\"ami:o king-li to sakacaaw ka toro’ i ka’ayaw no holic\";'),('ami','messages:djvu_page_error','s:31:\"zh-hant:DjVu 頁面超出範圍\";'),('ami','messages:double-redirect-fixed-maintenance','s:80:\"zh-hant:在維護作業時自動修正雙重的重新導向自 [[$1]] 至 [[$2]]\";'),('ami','messages:double-redirect-fixed-move','s:86:\"zh-hant:[[$1]] 已完成移動。\n此頁面已自動更新並重新導向至 [[$2]]。\";'),('ami','messages:double-redirect-fixer','s:34:\"ami:misafaeloh misiyor i nisalofay\";'),('ami','messages:doubleredirects','s:29:\"zh-hant:雙重的重新導向\";'),('ami','messages:doubleredirects-summary','s:3:\"en:\";'),('ami','messages:doubleredirectstext','s:388:\"zh-hant:本頁列出重新導向至另一個重新導向頁面的頁面。每一列都包含第一次和第二次重新導向頁面的連結，以及第二次重新導向之後的目標，第二次重新導向之後的目標通常是「實際」的目標頁面，也是第一個重新導向頁面應該指向的頁面。帶有<del>刪節線</del>的項代表該項的問題已經解決。\";'),('ami','messages:download','s:14:\"zh-hant:下載\";'),('ami','messages:duplicate-args-category','s:53:\"zh-hant:模板呼叫時使用重複的參數的頁面\";'),('ami','messages:duplicate-args-category-desc','s:167:\"zh-hant:該頁面包含重複使用參數的模板呼叫，如 <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> 或 <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>。\";'),('ami','messages:duplicate-args-warning','s:146:\"zh-hant:<strong>警告：</strong> [[:$1]] 呼叫 [[:$2]] 的 「$3」 參數使用了超過一次，僅會使用提供的最後一個參數值。\";'),('ami','messages:duplicate-defaultsort','s:99:\"zh-hant:<strong>警告：</strong>預設的排序鍵 \"$2\" 會覆蓋先前預設的排序鍵 \"$1\"。\";'),('ami','messages:duplicate-displaytitle','s:88:\"zh-hant:<strong>警告：</strong> 顯示標題 \"$2\" 覆蓋之前的顯示標題 \"$1\"。\";'),('ami','messages:duplicatesoffile','s:105:\"zh-hant:以下$1個檔案與此檔案重複（[[Special:FileDuplicateSearch/$2|瞭解詳細資料]]）：\";'),('ami','messages:duration-centuries','s:33:\"zh-hant:$1{{PLURAL:$1|個世紀}}\";'),('ami','messages:duration-days','s:29:\"ami:$1{{PLURAL:$1|romi’ad}}\";'),('ami','messages:duration-decades','s:33:\"zh-hant:$1{{PLURAL:$1|0年|0年}}\";'),('ami','messages:duration-hours','s:16:\"zh-hant:$1小時\";'),('ami','messages:duration-millennia','s:16:\"zh-hant:$1千年\";'),('ami','messages:duration-minutes','s:16:\"zh-hant:$1分鐘\";'),('ami','messages:duration-seconds','s:13:\"zh-hant:$1秒\";'),('ami','messages:duration-weeks','s:13:\"zh-hant:$1週\";'),('ami','messages:duration-years','s:13:\"zh-hant:$1年\";'),('ami','messages:eauthentsent','s:186:\"zh-hant:已寄出一封確認信到您所設定的電子郵件地址。\n您必須先依照郵件中的指示，確認這個帳號確實是您本人，您才會收到其它電子郵件。\";'),('ami','messages:edit','s:13:\"ami:misinanot\";'),('ami','messages:edit-already-exists','s:54:\"zh-hant:無法建立新頁面。\n該頁面已存在。\";'),('ami','messages:edit-conflict','s:23:\"zh-hant:編輯衝突。\";'),('ami','messages:edit-gone-missing','s:60:\"zh-hant:無法更新頁面。\n該頁面可能已被刪除。\";'),('ami','messages:edit-hook-aborted','s:66:\"zh-hant:編輯已被 Hook 中止。\n且未回應無任何說明。\";'),('ami','messages:edit-local','s:26:\"zh-hant:編輯本地描述\";'),('ami','messages:edit-no-change','s:62:\"zh-hant:因您未更動任何文字，已忽略此次編輯。\";'),('ami','messages:edit-slots-cannot-add','s:58:\"zh-hant:不支援以下{{PLURAL:$1|部份|部份}}：$2。\";');
INSERT INTO `mw_l10n_cache` VALUES ('ami','messages:edit-slots-cannot-remove','s:76:\"zh-hant:以下{{PLURAL:$1|部份|部份}}為必要因此不可移除：$2。\";'),('ami','messages:edit-slots-missing','s:55:\"zh-hant:缺少以下{{PLURAL:$1|部份|部份}}：$2。\";'),('ami','messages:edit-textarea-aria-label','s:34:\"zh-hant:wikitext原始碼編輯器\";'),('ami','messages:edit_form_incomplete','s:124:\"zh-hant:<strong>部份編輯的內容未送至伺服器，請檢查您的編輯內容是否完整並再試一次。</strong>\";'),('ami','messages:editcomment','s:40:\"zh-hant:編輯摘要為：<em>$1</em>。\";'),('ami','messages:editconflict','s:25:\"zh-hant:編輯衝突：$1\";'),('ami','messages:editfont-monospace','s:20:\"zh-hant:等寬字型\";'),('ami','messages:editfont-sansserif','s:23:\"zh-hant:無襯線字型\";'),('ami','messages:editfont-serif','s:20:\"zh-hant:襯線字型\";'),('ami','messages:editfont-style','s:32:\"zh-hant:編輯區字型樣式：\";'),('ami','messages:edithelp','s:30:\"ami:o pakafana’ no pisinanot\";'),('ami','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ami','messages:editing','s:21:\"ami:O mamikawit to $1\";'),('ami','messages:editingcomment','s:39:\"zh-hant:正在編輯 $1 （新章節）\";'),('ami','messages:editinginterface','s:187:\"zh-hant:<strong>警告：</strong>您正在編輯的是用於提供軟體介面文字使用的頁面。變更此頁面將會影響其他使用者在此 wiki 上看到的使用者介面。\";'),('ami','messages:editingold','s:148:\"zh-hant:<strong>警告：您目前正編輯頁面的舊修訂版本。</strong>若您發布，在此修訂之後變更的任何內容將會遺失。\";'),('ami','messages:editingsection','s:35:\"ami:O mamikawit to $1(cefang tosir)\";'),('ami','messages:editinguser','s:88:\"zh-hant:變更{{GENDER:$1|使用者}}<strong>[[User:$1|$1]]</strong>$2的使用者群組\";'),('ami','messages:editlink','s:11:\"ami:mikawit\";'),('ami','messages:editnotice-notext','s:4:\"en:-\";'),('ami','messages:editold','s:11:\"ami:mikawit\";'),('ami','messages:editpage','s:20:\"zh-hant:編輯頁面\";'),('ami','messages:editpage-cannot-use-custom-model','s:50:\"zh-hant:此頁面的內容模型不能被修改。\";'),('ami','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ami','messages:editpage-invalidcontentmodel-text','s:37:\"zh-hant:不支援內容模型 \"$1\"。\";'),('ami','messages:editpage-invalidcontentmodel-title','s:32:\"zh-hant:不支援的內容模型\";'),('ami','messages:editpage-notsupportedcontentformat-text','s:61:\"zh-hant:內容模型 $2 不支援使用 $1 格式的內容。\";'),('ami','messages:editpage-notsupportedcontentformat-title','s:32:\"zh-hant:不支援此內容格式\";'),('ami','messages:editpage-summary','s:3:\"en:\";'),('ami','messages:editpage-tos-summary','s:4:\"en:-\";'),('ami','messages:editsection','s:11:\"ami:mikawit\";'),('ami','messages:editsectionhint','s:25:\"ami:mikawit to rekad：$1\";'),('ami','messages:edittools','s:77:\"zh-hant:<!-- 此處的文字將被顯示在編輯和上傳表單以下。 -->\";'),('ami','messages:edittools-upload','s:9:\"zh-hans:-\";'),('ami','messages:editundo','s:11:\"ami:patikor\";'),('ami','messages:editusergroup','s:29:\"zh-hant:載入使用者群組\";'),('ami','messages:editwatchlist-summary','s:3:\"en:\";'),('ami','messages:ellipsis','s:11:\"zh-hant:…\";'),('ami','messages:email','s:13:\"zh-hant:Email\";'),('ami','messages:email-allow-new-users-label','s:47:\"zh-hant:允許來自新使用者的電子郵件\";'),('ami','messages:email-legend','s:65:\"zh-hant:傳送電子郵件聯絡另一位{{SITENAME}}的使用者\";'),('ami','messages:email-mutelist-label','s:56:\"zh-hant:禁止這些使用者向我傳送電子郵件：\";'),('ami','messages:emailauthenticated','s:54:\"zh-hant:您的電子郵件地址已於 $2 $3 確認。\";'),('ami','messages:emailblock','s:26:\"zh-hant:停用電子郵件\";'),('ami','messages:emailccme','s:62:\"zh-hant:傳送一份訊息副本到我的電子郵件信箱。\";'),('ami','messages:emailccsubject','s:41:\"zh-hant:您寄給 $1 的訊息副本：$2\";'),('ami','messages:emailconfirmlink','s:38:\"zh-hant:確認您的電子郵件地址\";'),('ami','messages:emaildisabled','s:44:\"zh-hant:此網站不能傳送電子郵件。\";'),('ami','messages:emailfrom','s:20:\"zh-hant:寄件人：\";'),('ami','messages:emaillink','s:26:\"zh-hant:傳送電子郵件\";'),('ami','messages:emailmessage','s:17:\"zh-hant:訊息：\";'),('ami','messages:emailnotarget','s:56:\"zh-hant:收件人不存在或無效的使用者名稱。\";'),('ami','messages:emailnotauthenticated','s:99:\"zh-hant:您的電子郵件地址尚未確認，\n尚不會寄出以下功能的電子郵件給您。\";'),('ami','messages:emailpagetext','s:241:\"zh-hant:您可以使用以下表格傳送電子郵件給這位{{Gender:$1|使用者}}。您在[[Special:Preferences|偏好設定]]中所輸入的電子郵件地址將會作為郵件的「寄件人」，因此該使用者可直接回覆您。\";'),('ami','messages:emailsend','s:14:\"zh-hant:寄出\";'),('ami','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ami','messages:emailsent','s:29:\"zh-hant:已寄出電子郵件\";'),('ami','messages:emailsenttext','s:44:\"zh-hant:已寄出您的電子郵件訊息。\";'),('ami','messages:emailsubject','s:17:\"zh-hant:主旨：\";'),('ami','messages:emailtarget','s:41:\"zh-hant:輸入收件人的使用者名稱\";'),('ami','messages:emailto','s:20:\"zh-hant:收件人：\";'),('ami','messages:emailuser','s:45:\"ami:Pa-Email-en a pacodad konini micokaymasay\";'),('ami','messages:emailuser-summary','s:3:\"en:\";'),('ami','messages:emailuser-title-notarget','s:29:\"zh-hant:Email 聯絡使用者\";'),('ami','messages:emailuser-title-target','s:46:\"zh-hant:電郵聯絡此{{GENDER:$1|使用者}}\";'),('ami','messages:emailuserfooter','s:323:\"zh-hant:這封電子郵件是由 $1 透過{{SITENAME}}的「{{int:emailuser}}」功能{{GENDER:$1|寄給}}{{GENDER:$2|$2}}的。若{{GENDER:$2|您}}回覆此電子郵件，{{GENDER:$2|您的}}郵件將直接寄往{{GENDER:$1|原發件人}}，{{GENDER:$1|他|她|他}}將能夠看到{{GENDER:$2|您的}}電子郵件地址。\";'),('ami','messages:emailusername','s:29:\"ami:o ngangan no micokaymasay\";'),('ami','messages:emailusernamesubmit','s:14:\"zh-hant:送出\";'),('ami','messages:empty-file','s:41:\"zh-hant:您所送出的檔案為空的。\";'),('ami','messages:empty-username','s:35:\"zh-hant:（沒有使用者名稱）\";'),('ami','messages:emptyfile','s:121:\"zh-hant:您上傳的檔案為空的。\n可能是檔案名稱輸入錯誤。\n請檢查您是否真的要上傳空檔案。\";'),('ami','messages:enhancedrc-history','s:10:\"ami:likisi\";'),('ami','messages:enhancedrc-since-last-visit','s:45:\"zh-hant:{{PLURAL:$1|自上次拜訪}}有$1次\";'),('ami','messages:enotif_anon_editor','s:26:\"zh-hant:匿名使用者 $1\";'),('ami','messages:enotif_body','s:654:\"zh-hant:$WATCHINGUSERNAME 您好，\n\n$PAGEINTRO $NEWPAGE\n\n編輯摘要：$PAGESUMMARY $PAGEMINOREDIT\n\n編輯者聯絡方式：\n信箱：$PAGEEDITOR_EMAIL\n本站：$PAGEEDITOR_WIKI\n\n在您檢視該頁面之前，接下來的變更系統不會再向您發出通知。您也可以在監視清單中重設您所有監視頁面的通知狀態。\n\n{{SITENAME}} 通知系統\n\n--\n更改您的電子郵件通知設定，請至：\n{{canonicalurl:{{#special:Preferences}}}}\n\n更改您的監視清單設定，請至：\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\n從監視清單中刪除此頁面，請至：\n$UNWATCHURL\n\n回函並取得進一步協助：\n$HELPPAGE\";'),('ami','messages:enotif_body_intro_changed','s:115:\"zh-hant:{{SITENAME}}使用者$2已於$PAGEEDITDATE{{GENDER:$2|變更}}頁面「$1」，詳見目前的修訂 $3 。\";'),('ami','messages:enotif_body_intro_created','s:115:\"zh-hant:{{SITENAME}}使用者$2已於$PAGEEDITDATE{{GENDER:$2|建立}}頁面「$1」，詳見目前的修訂 $3 。\";'),('ami','messages:enotif_body_intro_deleted','s:100:\"zh-hant:{{SITENAME}}使用者$2已於$PAGEEDITDATE{{GENDER:$2|刪除}}頁面「$1」，詳見 $3 。\";'),('ami','messages:enotif_body_intro_moved','s:115:\"zh-hant:{{SITENAME}}使用者$2已於$PAGEEDITDATE{{GENDER:$2|移動}}頁面「$1」，詳見目前的修訂 $3 。\";'),('ami','messages:enotif_body_intro_restored','s:115:\"zh-hant:{{SITENAME}}使用者$2已於$PAGEEDITDATE{{GENDER:$2|還原}}頁面「$1」，詳見目前的修訂 $3 。\";'),('ami','messages:enotif_impersonal_salutation','s:29:\"zh-hant:{{SITENAME}}使用者\";'),('ami','messages:enotif_lastdiff','s:38:\"zh-hant:要檢視此次變更請見 $1\";'),('ami','messages:enotif_lastvisited','s:62:\"zh-hant:要檢視自您上次檢視後所有的變更請見 $1\";'),('ami','messages:enotif_minoredit','s:28:\"ami:O sapado^do^ a mikawitan\";'),('ami','messages:enotif_reset','s:53:\"ami:pahapinangen kona felih a maemin o matiri’ay to\";'),('ami','messages:enotif_subject_changed','s:42:\"zh-hant:{{SITENAME}} $2 已修改頁面 $1\";'),('ami','messages:enotif_subject_created','s:42:\"zh-hant:{{SITENAME}} $2 已建立頁面 $1\";'),('ami','messages:enotif_subject_deleted','s:42:\"zh-hant:{{SITENAME}} $2 已刪除頁面 $1\";'),('ami','messages:enotif_subject_moved','s:42:\"zh-hant:{{SITENAME}} $2 已移動頁面 $1\";'),('ami','messages:enotif_subject_restored','s:39:\"zh-hant:$2已還原{{SITENAME}}頁面$1\";'),('ami','messages:enterlockreason','s:68:\"zh-hant:請輸入鎖定的原因，包括估計重新開放的時間\";'),('ami','messages:error','s:14:\"zh-hant:錯誤\";'),('ami','messages:errorpagetitle','s:14:\"zh-hant:錯誤\";'),('ami','messages:exbeforeblank','s:39:\"zh-hant:被清空前的內容為：\"$1\"\";'),('ami','messages:exception-nologin','s:17:\"zh-hant:未登入\";'),('ami','messages:exception-nologin-text','s:62:\"zh-hant:您需要先登入方可存取或者操作此頁面。\";'),('ami','messages:exception-nologin-text-manual','s:48:\"zh-hant:請先 $1 以存取此頁面或操作。\";'),('ami','messages:excontent','s:28:\"zh-hant:內容為：「$1」\";'),('ami','messages:excontentauthor','s:121:\"zh-hant:內容為：「$1」，且僅有一位貢獻者「[[Special:Contributions/$2|$2]]」（[[User talk:$2|留言]]）\";'),('ami','messages:exif-aperturevalue','s:19:\"zh-hant:APEX 光圈\";'),('ami','messages:exif-artist','s:14:\"zh-hant:作者\";'),('ami','messages:exif-attributionurl','s:50:\"zh-hant:當重複使用此作品時，請連結至\";'),('ami','messages:exif-bitspersample','s:23:\"zh-hant:每像素位元\";'),('ami','messages:exif-brightnessvalue','s:19:\"zh-hant:APEX 亮度\";'),('ami','messages:exif-cameraownername','s:23:\"zh-hant:相機持有人\";'),('ami','messages:exif-citycreated','s:26:\"zh-hant:圖片拍攝城市\";'),('ami','messages:exif-citydest','s:23:\"zh-hant:顯示的城市\";'),('ami','messages:exif-colorspace','s:20:\"zh-hant:色彩空間\";'),('ami','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('ami','messages:exif-colorspace-65535','s:23:\"zh-hant:顏色未校準\";'),('ami','messages:exif-componentsconfiguration','s:23:\"zh-hant:每像素內含\";'),('ami','messages:exif-componentsconfiguration-0','s:17:\"zh-hant:不存在\";'),('ami','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('ami','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('ami','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('ami','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('ami','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('ami','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('ami','messages:exif-compressedbitsperpixel','s:26:\"zh-hant:影像壓縮模式\";'),('ami','messages:exif-compression','s:20:\"zh-hant:壓縮方式\";'),('ami','messages:exif-compression-1','s:17:\"zh-hant:未壓縮\";'),('ami','messages:exif-compression-2','s:62:\"zh-hant:CCITT 第 3 組一維修改霍夫曼變動長度編碼\";'),('ami','messages:exif-compression-3','s:35:\"zh-hant:CCITT 第 3 組傳真編碼\";'),('ami','messages:exif-compression-32773','s:35:\"zh-hans:PackBits（Macintosh RLE）\";'),('ami','messages:exif-compression-32946','s:26:\"zh-hans:Deflate（PKZIP）\";'),('ami','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('ami','messages:exif-compression-4','s:35:\"zh-hant:CCITT 第 4 組傳真編碼\";'),('ami','messages:exif-compression-5','s:6:\"en:LZW\";'),('ami','messages:exif-compression-6','s:18:\"zh-hant:JPEG (舊)\";'),('ami','messages:exif-compression-7','s:7:\"en:JPEG\";'),('ami','messages:exif-compression-8','s:26:\"zh-hans:Deflate（Adobe）\";'),('ami','messages:exif-contact','s:20:\"zh-hant:聯絡資訊\";'),('ami','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ami','messages:exif-contentwarning','s:20:\"zh-hant:內容警告\";'),('ami','messages:exif-contrast','s:17:\"zh-hant:對比度\";'),('ami','messages:exif-contrast-0','s:14:\"zh-hant:標準\";'),('ami','messages:exif-contrast-1','s:11:\"zh-hant:低\";'),('ami','messages:exif-contrast-2','s:11:\"zh-hant:高\";'),('ami','messages:exif-coordinate-format','s:24:\"zh-hans:$1°$2′$3″$4\";'),('ami','messages:exif-copyright','s:23:\"zh-hant:版權所有人\";'),('ami','messages:exif-copyrighted','s:20:\"zh-hant:版權狀態\";'),('ami','messages:exif-copyrighted-false','s:26:\"zh-hant:版權狀態不明\";'),('ami','messages:exif-copyrighted-true','s:23:\"zh-hant:受版權保護\";'),('ami','messages:exif-copyrightowner','s:23:\"zh-hant:版權所有人\";'),('ami','messages:exif-countrycodecreated','s:32:\"zh-hant:圖片拍攝國家代碼\";'),('ami','messages:exif-countrycodedest','s:26:\"zh-hant:顯示國家代碼\";'),('ami','messages:exif-countrycreated','s:26:\"zh-hant:圖片拍攝國家\";'),('ami','messages:exif-countrydest','s:20:\"zh-hant:顯示國家\";'),('ami','messages:exif-credit','s:24:\"zh-hant:製作/提供者\";'),('ami','messages:exif-croppedareaimageheightpixels','s:26:\"zh-hant:環景裁切高度\";'),('ami','messages:exif-croppedareaimagewidthpixels','s:26:\"zh-hant:環景裁切寬度\";'),('ami','messages:exif-croppedarealeftpixels','s:26:\"zh-hant:環景左側裁切\";'),('ami','messages:exif-croppedareatoppixels','s:26:\"zh-hant:環景頂端裁切\";'),('ami','messages:exif-customrendered','s:26:\"zh-hant:自訂影像處理\";'),('ami','messages:exif-customrendered-0','s:20:\"zh-hant:一般程序\";'),('ami','messages:exif-customrendered-1','s:20:\"zh-hant:自訂程序\";'),('ami','messages:exif-customrendered-2','s:32:\"zh-hant:HDR（原始未儲存）\";'),('ami','messages:exif-customrendered-3','s:32:\"zh-hant:HDR（原始已儲存）\";'),('ami','messages:exif-customrendered-4','s:30:\"zh-hant:原始（用於 HDR）\";'),('ami','messages:exif-customrendered-6','s:14:\"zh-hant:環景\";'),('ami','messages:exif-customrendered-7','s:18:\"zh-hant:人像 HDR\";'),('ami','messages:exif-customrendered-8','s:14:\"zh-hant:人像\";'),('ami','messages:exif-datetime','s:32:\"zh-hant:檔案修改日期時間\";'),('ami','messages:exif-datetimedigitized','s:32:\"zh-hant:數位化的日期時間\";'),('ami','messages:exif-datetimeexpires','s:35:\"zh-hant:於此日期後請勿使用\";'),('ami','messages:exif-datetimemetadata','s:38:\"zh-hant:詮釋資料最後修改日期\";'),('ami','messages:exif-datetimeoriginal','s:35:\"zh-hant:資料產生的日期時間\";'),('ami','messages:exif-datetimereleased','s:17:\"zh-hant:發佈於\";'),('ami','messages:exif-dc-contributor','s:17:\"zh-hant:貢獻者\";'),('ami','messages:exif-dc-coverage','s:29:\"zh-hant:媒體的時空範圍\";'),('ami','messages:exif-dc-date','s:14:\"zh-hant:日期\";'),('ami','messages:exif-dc-publisher','s:17:\"zh-hant:出版商\";'),('ami','messages:exif-dc-relation','s:20:\"zh-hant:相關媒體\";'),('ami','messages:exif-dc-rights','s:14:\"zh-hant:權利\";'),('ami','messages:exif-dc-source','s:20:\"zh-hant:來源媒體\";'),('ami','messages:exif-dc-type','s:20:\"zh-hant:媒體類型\";'),('ami','messages:exif-devicesettingdescription','s:26:\"zh-hant:裝置設定描述\";'),('ami','messages:exif-digitalzoomratio','s:26:\"zh-hant:數位變焦比率\";'),('ami','messages:exif-disclaimer','s:20:\"zh-hant:免責聲明\";'),('ami','messages:exif-editstatus','s:26:\"zh-hant:圖片社評狀態\";'),('ami','messages:exif-event','s:20:\"zh-hant:描繪事件\";'),('ami','messages:exif-exifversion','s:19:\"zh-hant:Exif 版本\";'),('ami','messages:exif-exposurebiasvalue','s:25:\"zh-hant:APEX 曝光補償\";'),('ami','messages:exif-exposureindex','s:20:\"zh-hant:曝光指數\";'),('ami','messages:exif-exposurelockused','s:26:\"zh-hant:使用曝光鎖定\";'),('ami','messages:exif-exposurelockused-false','s:11:\"zh-hant:否\";'),('ami','messages:exif-exposurelockused-true','s:11:\"zh-hant:是\";'),('ami','messages:exif-exposuremode','s:20:\"zh-hant:曝光模式\";'),('ami','messages:exif-exposuremode-0','s:20:\"zh-hant:自動曝光\";'),('ami','messages:exif-exposuremode-1','s:20:\"zh-hant:手動曝光\";'),('ami','messages:exif-exposuremode-2','s:26:\"zh-hant:自動包圍曝光\";'),('ami','messages:exif-exposureprogram','s:20:\"zh-hant:曝光模式\";'),('ami','messages:exif-exposureprogram-0','s:17:\"zh-hant:未定義\";'),('ami','messages:exif-exposureprogram-1','s:14:\"zh-hant:手動\";'),('ami','messages:exif-exposureprogram-2','s:20:\"zh-hant:標準模式\";'),('ami','messages:exif-exposureprogram-3','s:20:\"zh-hant:光圈優先\";'),('ami','messages:exif-exposureprogram-4','s:20:\"zh-hant:快門優先\";'),('ami','messages:exif-exposureprogram-5','s:38:\"zh-hant:藝術程式（景深優先）\";'),('ami','messages:exif-exposureprogram-6','s:44:\"zh-hant:運動模式（快速快門優先）\";'),('ami','messages:exif-exposureprogram-7','s:68:\"zh-hant:人像模式（用於近距離照片，對焦不在背景）\";'),('ami','messages:exif-exposureprogram-8','s:62:\"zh-hant:風景模式（用於風景照片，對焦在背景）\";'),('ami','messages:exif-exposuretime','s:20:\"zh-hant:曝光時間\";'),('ami','messages:exif-exposuretime-format','s:19:\"zh-hant:$1 秒 ($2)\";'),('ami','messages:exif-filesource','s:20:\"zh-hant:檔案來源\";'),('ami','messages:exif-filesource-3','s:20:\"zh-hant:數位相機\";'),('ami','messages:exif-firstphotodate','s:26:\"zh-hant:首次攝影日期\";'),('ami','messages:exif-fixtureidentifier','s:22:\"zh-hant:Fixture 名稱\";'),('ami','messages:exif-flash','s:17:\"zh-hant:閃光燈\";'),('ami','messages:exif-flash-fired-0','s:26:\"zh-hant:閃光燈未開啟\";'),('ami','messages:exif-flash-fired-1','s:26:\"zh-hant:閃光燈已開啟\";'),('ami','messages:exif-flash-function-1','s:26:\"zh-hant:無閃光燈功能\";'),('ami','messages:exif-flash-mode-1','s:29:\"zh-hant:強制閃光燈開啟\";'),('ami','messages:exif-flash-mode-2','s:29:\"zh-hant:強制閃光燈關閉\";'),('ami','messages:exif-flash-mode-3','s:20:\"zh-hant:自動模式\";'),('ami','messages:exif-flash-redeye-1','s:23:\"zh-hant:防紅眼模式\";'),('ami','messages:exif-flash-return-0','s:32:\"zh-hant:無頻閃偵測器功能\";'),('ami','messages:exif-flash-return-2','s:38:\"zh-hant:頻閃偵測器未偵測到光\";'),('ami','messages:exif-flash-return-3','s:35:\"zh-hant:頻閃偵測器偵測到光\";'),('ami','messages:exif-flashenergy','s:23:\"zh-hant:閃光燈強度\";'),('ami','messages:exif-flashpixversion','s:33:\"zh-hant:支援的 Flashpix 版本\";'),('ami','messages:exif-fnumber','s:17:\"zh-hant:光圈值\";'),('ami','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('ami','messages:exif-focallength','s:14:\"zh-hant:焦距\";'),('ami','messages:exif-focallength-format','s:16:\"zh-hans:$1毫米\";'),('ami','messages:exif-focallengthin35mmfilm','s:29:\"zh-hant:35 毫米膠片焦距\";'),('ami','messages:exif-focalplaneresolutionunit','s:32:\"zh-hant:焦平面解析度單位\";'),('ami','messages:exif-focalplaneresolutionunit-2','s:14:\"zh-hant:英寸\";'),('ami','messages:exif-focalplanexresolution','s:31:\"zh-hant:X 軸焦平面解析度\";'),('ami','messages:exif-focalplaneyresolution','s:31:\"zh-hant:Y 軸焦平面解析度\";'),('ami','messages:exif-fullpanoheightpixels','s:20:\"zh-hant:環景全高\";'),('ami','messages:exif-fullpanowidthpixels','s:20:\"zh-hant:環景全寬\";'),('ami','messages:exif-gaincontrol','s:20:\"zh-hant:場景控制\";'),('ami','messages:exif-gaincontrol-0','s:11:\"zh-hant:無\";'),('ami','messages:exif-gaincontrol-1','s:17:\"zh-hant:低增益\";'),('ami','messages:exif-gaincontrol-2','s:17:\"zh-hant:高增益\";'),('ami','messages:exif-gaincontrol-3','s:17:\"zh-hant:低減益\";'),('ami','messages:exif-gaincontrol-4','s:17:\"zh-hant:高減益\";'),('ami','messages:exif-giffilecomment','s:24:\"zh-hant:GIF 檔案備註\";'),('ami','messages:exif-gpsaltitude','s:14:\"zh-hant:海拔\";'),('ami','messages:exif-gpsaltitude-above-sealevel','s:38:\"zh-hant:海拔 $1 {{PLURAL:$1|公尺}}\";'),('ami','messages:exif-gpsaltitude-below-sealevel','s:41:\"zh-hant:海拔負 $1 {{PLURAL:$1|公尺}}\";'),('ami','messages:exif-gpsaltituderef','s:23:\"zh-hant:海拔參考值\";'),('ami','messages:exif-gpsareainformation','s:24:\"zh-hant:GPS 區域名稱\";'),('ami','messages:exif-gpsdatestamp','s:18:\"zh-hant:GPS 日期\";'),('ami','messages:exif-gpsdestbearing','s:20:\"zh-hant:目標方位\";'),('ami','messages:exif-gpsdestbearingref','s:29:\"zh-hant:目標方位參考值\";'),('ami','messages:exif-gpsdestdistance','s:20:\"zh-hant:目標距離\";'),('ami','messages:exif-gpsdestdistance-k','s:14:\"zh-hant:公里\";'),('ami','messages:exif-gpsdestdistance-m','s:14:\"zh-hant:英里\";'),('ami','messages:exif-gpsdestdistance-n','s:14:\"zh-hant:海里\";'),('ami','messages:exif-gpsdestdistanceref','s:29:\"zh-hant:目標距離參考值\";'),('ami','messages:exif-gpsdestlatitude','s:20:\"zh-hant:目標緯度\";'),('ami','messages:exif-gpsdestlatituderef','s:29:\"zh-hant:目標緯度參考值\";'),('ami','messages:exif-gpsdestlongitude','s:20:\"zh-hant:目標經度\";'),('ami','messages:exif-gpsdestlongituderef','s:29:\"zh-hant:目標經度參考值\";'),('ami','messages:exif-gpsdifferential','s:24:\"zh-hant:GPS 差分修正\";'),('ami','messages:exif-gpsdirection-m','s:20:\"zh-hant:地磁方向\";'),('ami','messages:exif-gpsdirection-t','s:20:\"zh-hant:真實方向\";'),('ami','messages:exif-gpsdop','s:20:\"zh-hant:測量精度\";'),('ami','messages:exif-gpsdop-excellent','s:22:\"zh-hant:非常好 ($1)\";'),('ami','messages:exif-gpsdop-fair','s:16:\"zh-hant:差 ($1)\";'),('ami','messages:exif-gpsdop-good','s:19:\"zh-hant:良好 ($1)\";'),('ami','messages:exif-gpsdop-moderate','s:19:\"zh-hant:普通 ($1)\";'),('ami','messages:exif-gpsdop-poor','s:22:\"zh-hant:非常差 ($1)\";'),('ami','messages:exif-gpsimgdirection','s:20:\"zh-hant:影像方向\";'),('ami','messages:exif-gpsimgdirectionref','s:29:\"zh-hant:影像方向參考值\";'),('ami','messages:exif-gpslatitude','s:14:\"zh-hant:緯度\";'),('ami','messages:exif-gpslatitude-n','s:14:\"zh-hant:北緯\";'),('ami','messages:exif-gpslatitude-s','s:14:\"zh-hant:南緯\";'),('ami','messages:exif-gpslatituderef','s:23:\"zh-hant:北緯或南緯\";'),('ami','messages:exif-gpslongitude','s:14:\"zh-hant:經度\";'),('ami','messages:exif-gpslongitude-e','s:14:\"zh-hant:東經\";'),('ami','messages:exif-gpslongitude-w','s:14:\"zh-hant:西經\";'),('ami','messages:exif-gpslongituderef','s:23:\"zh-hant:東經或西經\";'),('ami','messages:exif-gpsmapdatum','s:32:\"zh-hant:使用大地測量資料\";'),('ami','messages:exif-gpsmeasuremode','s:20:\"zh-hant:測量模式\";'),('ami','messages:exif-gpsmeasuremode-2','s:20:\"zh-hant:二維測量\";'),('ami','messages:exif-gpsmeasuremode-3','s:20:\"zh-hant:三維測量\";'),('ami','messages:exif-gpsprocessingmethod','s:30:\"zh-hant:GPS 處理方式名稱\";'),('ami','messages:exif-gpssatellites','s:26:\"zh-hant:測量用的衛星\";'),('ami','messages:exif-gpsspeed','s:27:\"zh-hant:GPS 接收器速度\";'),('ami','messages:exif-gpsspeed-k','s:23:\"zh-hant:每小時公里\";'),('ami','messages:exif-gpsspeed-m','s:23:\"zh-hant:每小時英里\";'),('ami','messages:exif-gpsspeed-n','s:27:\"zh-hant:節 (海浬/小時)\";'),('ami','messages:exif-gpsspeedref','s:20:\"zh-hant:速度單位\";'),('ami','messages:exif-gpsstatus','s:23:\"zh-hant:接收器狀態\";'),('ami','messages:exif-gpsstatus-a','s:17:\"zh-hant:測量中\";'),('ami','messages:exif-gpsstatus-v','s:23:\"zh-hant:測量互通性\";'),('ami','messages:exif-gpstimestamp','s:30:\"zh-hant:GPS 時間 (原子鐘)\";'),('ami','messages:exif-gpstrack','s:20:\"zh-hant:移動方向\";'),('ami','messages:exif-gpstrackref','s:29:\"zh-hant:移動方向參考值\";'),('ami','messages:exif-gpsversionid','s:24:\"zh-hant:GPS 標籤版本\";'),('ami','messages:exif-headline','s:14:\"zh-hant:標題\";'),('ami','messages:exif-identifier','s:17:\"zh-hant:識別碼\";'),('ami','messages:exif-iimcategory','s:14:\"zh-hant:分類\";'),('ami','messages:exif-iimcategory-ace','s:32:\"zh-hant:藝術、文化與娛樂\";'),('ami','messages:exif-iimcategory-clj','s:23:\"zh-hant:犯罪與法律\";'),('ami','messages:exif-iimcategory-dis','s:29:\"zh-hant:災​​害與事故\";'),('ami','messages:exif-iimcategory-edu','s:14:\"zh-hant:教育\";'),('ami','messages:exif-iimcategory-evn','s:14:\"zh-hant:環境\";'),('ami','messages:exif-iimcategory-fin','s:23:\"zh-hant:經濟與商業\";'),('ami','messages:exif-iimcategory-hth','s:14:\"zh-hant:健康\";'),('ami','messages:exif-iimcategory-hum','s:20:\"zh-hant:人情世故\";'),('ami','messages:exif-iimcategory-lab','s:14:\"zh-hant:勞動\";'),('ami','messages:exif-iimcategory-lif','s:23:\"zh-hant:生活與休閒\";'),('ami','messages:exif-iimcategory-pol','s:14:\"zh-hant:政治\";'),('ami','messages:exif-iimcategory-rel','s:23:\"zh-hant:宗教與信仰\";'),('ami','messages:exif-iimcategory-sci','s:23:\"zh-hant:科學與科技\";'),('ami','messages:exif-iimcategory-soi','s:20:\"zh-hant:社會問題\";'),('ami','messages:exif-iimcategory-spo','s:14:\"zh-hant:體育\";'),('ami','messages:exif-iimcategory-war','s:32:\"zh-hant:戰爭、衝突與動亂\";'),('ami','messages:exif-iimcategory-wea','s:14:\"zh-hant:天氣\";'),('ami','messages:exif-iimsupplementalcategory','s:20:\"zh-hant:補充分類\";'),('ami','messages:exif-iimversion','s:18:\"zh-hant:IIM 版本\";'),('ami','messages:exif-imagedescription','s:20:\"zh-hant:影像標題\";'),('ami','messages:exif-imagelength','s:14:\"zh-hant:高度\";'),('ami','messages:exif-imageuniqueid','s:29:\"zh-hant:唯一影像識別碼\";'),('ami','messages:exif-imagewidth','s:14:\"zh-hant:寬度\";'),('ami','messages:exif-initialcameradolly','s:26:\"zh-hant:初始攝影台車\";'),('ami','messages:exif-initialhorizontalfovdegrees','s:38:\"zh-hant:初始視野（水平度數）\";'),('ami','messages:exif-initialverticalfovdegrees','s:38:\"zh-hant:初始視野（垂直度數）\";'),('ami','messages:exif-initialviewheadingdegrees','s:41:\"zh-hant:初始視圖航向角（度數）\";'),('ami','messages:exif-initialviewpitchdegrees','s:41:\"zh-hant:初始視圖俯仰角（度數）\";'),('ami','messages:exif-initialviewrolldegrees','s:41:\"zh-hant:初始視圖滾轉角（度數）\";'),('ami','messages:exif-intellectualgenre','s:20:\"zh-hant:項目類型\";'),('ami','messages:exif-isospeedratings','s:18:\"zh-hant:ISO 速率\";'),('ami','messages:exif-isospeedratings-overflow','s:20:\"zh-hant:大於 65535\";'),('ami','messages:exif-jpegfilecomment','s:25:\"zh-hant:JPEG 檔案備註\";'),('ami','messages:exif-jpeginterchangeformat','s:23:\"zh-hant:JPEG SOI 偏移\";'),('ami','messages:exif-jpeginterchangeformatlength','s:28:\"zh-hant:JPEG 資料位元組\";'),('ami','messages:exif-keywords','s:17:\"zh-hant:關鍵字\";'),('ami','messages:exif-label','s:14:\"zh-hant:標籤\";'),('ami','messages:exif-languagecode','s:14:\"zh-hant:語言\";'),('ami','messages:exif-lastphotodate','s:26:\"zh-hant:最後攝影日期\";'),('ami','messages:exif-lens','s:20:\"zh-hant:使用鏡頭\";'),('ami','messages:exif-licenseurl','s:26:\"zh-hant:版權授權連結\";'),('ami','messages:exif-lightsource','s:14:\"zh-hant:光源\";'),('ami','messages:exif-lightsource-0','s:14:\"zh-hant:不明\";'),('ami','messages:exif-lightsource-1','s:14:\"zh-hant:日光\";'),('ami','messages:exif-lightsource-10','s:14:\"zh-hant:多雲\";'),('ami','messages:exif-lightsource-11','s:17:\"zh-hant:陰暗處\";'),('ami','messages:exif-lightsource-12','s:40:\"zh-hant:日光螢光燈 (D 5700 - 7100K)\";'),('ami','messages:exif-lightsource-13','s:40:\"zh-hant:白天螢光燈 (N 4600 - 5400K)\";'),('ami','messages:exif-lightsource-14','s:40:\"zh-hant:冷白螢光燈 (W 3900 - 4500K)\";'),('ami','messages:exif-lightsource-15','s:41:\"zh-hant:白色螢光燈 (WW 3200 - 3700K)\";'),('ami','messages:exif-lightsource-17','s:22:\"zh-hant:標準燈光 A\";'),('ami','messages:exif-lightsource-18','s:22:\"zh-hant:標準燈光 B\";'),('ami','messages:exif-lightsource-19','s:22:\"zh-hant:標準燈光 C\";'),('ami','messages:exif-lightsource-2','s:17:\"zh-hant:螢光燈\";'),('ami','messages:exif-lightsource-20','s:6:\"en:D55\";'),('ami','messages:exif-lightsource-21','s:6:\"en:D65\";'),('ami','messages:exif-lightsource-22','s:6:\"en:D75\";'),('ami','messages:exif-lightsource-23','s:6:\"en:D50\";'),('ami','messages:exif-lightsource-24','s:30:\"zh-hant:ISO 攝影室鎢絲燈\";'),('ami','messages:exif-lightsource-255','s:20:\"zh-hant:其他光源\";'),('ami','messages:exif-lightsource-3','s:29:\"zh-hant:鎢絲燈 (白熾燈)\";'),('ami','messages:exif-lightsource-4','s:17:\"zh-hant:閃光燈\";'),('ami','messages:exif-lightsource-9','s:14:\"zh-hant:晴天\";'),('ami','messages:exif-locationdest','s:20:\"zh-hant:描繪地點\";'),('ami','messages:exif-locationdestcode','s:26:\"zh-hant:位置代碼描述\";'),('ami','messages:exif-make','s:23:\"zh-hant:相機製造商\";'),('ami','messages:exif-make-value','s:5:\"en:$1\";'),('ami','messages:exif-maxaperturevalue','s:26:\"zh-hant:最大陸地光圈\";'),('ami','messages:exif-maxaperturevalue-value','s:25:\"zh-hans:$1 APEX（f/$2）\";'),('ami','messages:exif-meteringmode','s:20:\"zh-hant:測光模式\";'),('ami','messages:exif-meteringmode-0','s:14:\"zh-hant:不明\";'),('ami','messages:exif-meteringmode-1','s:14:\"zh-hant:平均\";'),('ami','messages:exif-meteringmode-2','s:26:\"zh-hant:中心加權平均\";'),('ami','messages:exif-meteringmode-255','s:14:\"zh-hant:其他\";'),('ami','messages:exif-meteringmode-3','s:14:\"zh-hant:點測\";'),('ami','messages:exif-meteringmode-4','s:17:\"zh-hant:多點測\";'),('ami','messages:exif-meteringmode-5','s:14:\"zh-hant:模式\";'),('ami','messages:exif-meteringmode-6','s:14:\"zh-hant:部分\";'),('ami','messages:exif-model','s:20:\"zh-hant:相機型號\";'),('ami','messages:exif-model-value','s:5:\"en:$1\";'),('ami','messages:exif-morepermissionsurl','s:26:\"zh-hant:替代授權資訊\";'),('ami','messages:exif-nickname','s:32:\"zh-hant:非正式的影像名稱\";'),('ami','messages:exif-objectcycle','s:26:\"zh-hant:媒體發生時間\";'),('ami','messages:exif-objectcycle-a','s:17:\"zh-hant:僅上午\";'),('ami','messages:exif-objectcycle-b','s:23:\"zh-hant:上午與下午\";'),('ami','messages:exif-objectcycle-p','s:17:\"zh-hant:僅下午\";'),('ami','messages:exif-objectname','s:14:\"zh-hant:簡稱\";'),('ami','messages:exif-organisationinimage','s:20:\"zh-hant:描繪組織\";'),('ami','messages:exif-orientation','s:14:\"zh-hant:方位\";'),('ami','messages:exif-orientation-1','s:14:\"zh-hant:標準\";'),('ami','messages:exif-orientation-2','s:20:\"zh-hant:水平翻轉\";'),('ami','messages:exif-orientation-3','s:20:\"zh-hant:旋轉 180°\";'),('ami','messages:exif-orientation-4','s:20:\"zh-hant:垂直翻轉\";'),('ami','messages:exif-orientation-5','s:44:\"zh-hant:逆時針旋轉 90° 並垂直翻轉\";'),('ami','messages:exif-orientation-6','s:28:\"zh-hant:逆時針旋轉 90°\";'),('ami','messages:exif-orientation-7','s:44:\"zh-hant:順時針旋轉 90° 並垂直翻轉\";'),('ami','messages:exif-orientation-8','s:28:\"zh-hant:順時針旋轉 90°\";'),('ami','messages:exif-originaldocumentid','s:35:\"zh-hant:原始文件唯一識別碼\";'),('ami','messages:exif-originalimageheight','s:26:\"zh-hant:裁切前的高度\";'),('ami','messages:exif-originalimagewidth','s:26:\"zh-hant:裁切前的寬度\";'),('ami','messages:exif-originaltransmissionref','s:32:\"zh-hant:原始傳輸位置代碼\";'),('ami','messages:exif-personinimage','s:20:\"zh-hant:描繪人物\";'),('ami','messages:exif-photometricinterpretation','s:20:\"zh-hant:像素合成\";'),('ami','messages:exif-photometricinterpretation-0','s:28:\"zh-hant:黑白（白為 0）\";'),('ami','messages:exif-photometricinterpretation-1','s:28:\"zh-hant:黑白（黑為 0）\";'),('ami','messages:exif-photometricinterpretation-10','s:34:\"zh-hant:CIE L*a*b*（ITU 編碼）\";'),('ami','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('ami','messages:exif-photometricinterpretation-3','s:17:\"zh-hant:調色板\";'),('ami','messages:exif-photometricinterpretation-32803','s:29:\"zh-hant:彩色濾光片陣列\";'),('ami','messages:exif-photometricinterpretation-34892','s:18:\"zh-hant:線性 RAW\";'),('ami','messages:exif-photometricinterpretation-4','s:20:\"zh-hant:透明遮罩\";'),('ami','messages:exif-photometricinterpretation-5','s:34:\"zh-hant:分隔（可能是 CMYK）\";'),('ami','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('ami','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ami','messages:exif-photometricinterpretation-9','s:34:\"zh-hant:CIE L*a*b*（ICC 編碼）\";'),('ami','messages:exif-pixelxdimension','s:20:\"zh-hant:影像寬度\";'),('ami','messages:exif-pixelydimension','s:20:\"zh-hant:影像高度\";'),('ami','messages:exif-planarconfiguration','s:20:\"zh-hant:資料排列\";'),('ami','messages:exif-planarconfiguration-1','s:20:\"zh-hant:矮胖格式\";'),('ami','messages:exif-planarconfiguration-2','s:20:\"zh-hant:平面格式\";'),('ami','messages:exif-pngfilecomment','s:24:\"zh-hant:PNG 檔案備註\";'),('ami','messages:exif-poseheadingdegrees','s:29:\"zh-hant:航向角（度數）\";'),('ami','messages:exif-posepitchdegrees','s:29:\"zh-hant:俯仰角（度數）\";'),('ami','messages:exif-poserolldegrees','s:29:\"zh-hant:滾轉角（度數）\";'),('ami','messages:exif-preferredattributionname','s:47:\"zh-hant:當重複使用此作品時，請署名\";'),('ami','messages:exif-primarychromaticities','s:20:\"zh-hant:主要色度\";'),('ami','messages:exif-projectiontype','s:20:\"zh-hant:投影類型\";'),('ami','messages:exif-projectiontype-equirectangular','s:20:\"zh-hant:等距長方\";'),('ami','messages:exif-provinceorstatecreated','s:26:\"zh-hant:圖片拍攝省市\";'),('ami','messages:exif-provinceorstatedest','s:23:\"zh-hant:顯示省或州\";'),('ami','messages:exif-rating','s:26:\"zh-hant:評分 (共 5 分)\";'),('ami','messages:exif-rating-rejected','s:17:\"zh-hant:已拒絕\";'),('ami','messages:exif-referenceblackwhite','s:23:\"zh-hant:黑白參考值\";'),('ami','messages:exif-relatedsoundfile','s:29:\"zh-hant:相關的音效檔案\";'),('ami','messages:exif-rightscertificate','s:26:\"zh-hant:版權管理憑證\";'),('ami','messages:exif-rowsperstrip','s:20:\"zh-hant:每帶行數\";'),('ami','messages:exif-samplesperpixel','s:20:\"zh-hant:像素數量\";'),('ami','messages:exif-saturation','s:17:\"zh-hant:飽和度\";'),('ami','messages:exif-saturation-0','s:14:\"zh-hant:標準\";'),('ami','messages:exif-saturation-1','s:20:\"zh-hant:低飽和度\";'),('ami','messages:exif-saturation-2','s:20:\"zh-hant:高飽和度\";'),('ami','messages:exif-scenecapturetype','s:26:\"zh-hant:場景拍攝類型\";'),('ami','messages:exif-scenecapturetype-0','s:14:\"zh-hant:標準\";'),('ami','messages:exif-scenecapturetype-1','s:14:\"zh-hant:風景\";'),('ami','messages:exif-scenecapturetype-2','s:14:\"zh-hant:人像\";'),('ami','messages:exif-scenecapturetype-3','s:14:\"zh-hant:夜景\";'),('ami','messages:exif-scenecode','s:25:\"zh-hant:IPTC 現場代碼\";'),('ami','messages:exif-scenetype','s:20:\"zh-hant:場景類型\";'),('ami','messages:exif-scenetype-1','s:26:\"zh-hant:直接照像圖片\";'),('ami','messages:exif-sensingmethod','s:20:\"zh-hant:感光模式\";'),('ami','messages:exif-sensingmethod-1','s:17:\"zh-hant:未定義\";'),('ami','messages:exif-sensingmethod-2','s:38:\"zh-hant:單晶片彩色區域感測器\";'),('ami','messages:exif-sensingmethod-3','s:38:\"zh-hant:雙晶片彩色區域感測器\";'),('ami','messages:exif-sensingmethod-4','s:38:\"zh-hant:三晶片彩色區域感測器\";'),('ami','messages:exif-sensingmethod-5','s:35:\"zh-hant:連續彩色區域感測器\";'),('ami','messages:exif-sensingmethod-7','s:26:\"zh-hant:三線性感測器\";'),('ami','messages:exif-sensingmethod-8','s:35:\"zh-hant:連續彩色線性感測器\";'),('ami','messages:exif-serialnumber','s:20:\"zh-hant:相機序號\";'),('ami','messages:exif-sharpness','s:17:\"zh-hant:銳利度\";'),('ami','messages:exif-sharpness-0','s:14:\"zh-hant:標準\";'),('ami','messages:exif-sharpness-1','s:11:\"zh-hant:低\";'),('ami','messages:exif-sharpness-2','s:11:\"zh-hant:高\";'),('ami','messages:exif-shutterspeedvalue','s:25:\"zh-hant:APEX 快門速度\";'),('ami','messages:exif-software','s:20:\"zh-hant:使用軟體\";'),('ami','messages:exif-software-value','s:5:\"en:$1\";'),('ami','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ami','messages:exif-source','s:14:\"zh-hant:來源\";'),('ami','messages:exif-sourcephotoscount','s:26:\"zh-hant:來源照片數目\";'),('ami','messages:exif-specialinstructions','s:20:\"zh-hant:特別說明\";'),('ami','messages:exif-spectralsensitivity','s:23:\"zh-hant:光譜靈敏度\";'),('ami','messages:exif-stitchingsoftware','s:20:\"zh-hant:拼接軟體\";'),('ami','messages:exif-stripbytecounts','s:32:\"zh-hant:每壓縮帶位元組數\";'),('ami','messages:exif-stripoffsets','s:26:\"zh-hant:影像資料位置\";'),('ami','messages:exif-subjectarea','s:20:\"zh-hant:主體區域\";'),('ami','messages:exif-subjectdistance','s:20:\"zh-hant:主體距離\";'),('ami','messages:exif-subjectdistance-value','s:14:\"zh-hant:$1 尺\";'),('ami','messages:exif-subjectdistancerange','s:26:\"zh-hant:主體距離範圍\";'),('ami','messages:exif-subjectdistancerange-0','s:14:\"zh-hant:不明\";'),('ami','messages:exif-subjectdistancerange-1','s:14:\"zh-hant:巨集\";'),('ami','messages:exif-subjectdistancerange-2','s:14:\"zh-hant:近景\";'),('ami','messages:exif-subjectdistancerange-3','s:14:\"zh-hant:遠景\";'),('ami','messages:exif-subjectlocation','s:20:\"zh-hant:主體位置\";'),('ami','messages:exif-subjectnewscode','s:20:\"zh-hant:主題代碼\";'),('ami','messages:exif-subjectnewscode-value','s:18:\"zh-hans:$2（$1）\";'),('ami','messages:exif-sublocationcreated','s:38:\"zh-hant:圖片拍攝城市詳細地點\";'),('ami','messages:exif-sublocationdest','s:32:\"zh-hant:顯示城市詳細地點\";'),('ami','messages:exif-subsectime','s:29:\"zh-hant:時間數據亞秒數\";'),('ami','messages:exif-subsectimedigitized','s:44:\"zh-hant:文件數位化時間數據亞秒數\";'),('ami','messages:exif-subsectimeoriginal','s:41:\"zh-hant:文件建立時間數據亞秒數\";'),('ami','messages:exif-unknowndate','s:20:\"zh-hant:日期不明\";'),('ami','messages:exif-urgency','s:17:\"zh-hant:緊急性\";'),('ami','messages:exif-urgency-high','s:16:\"zh-hant:高 ($1)\";'),('ami','messages:exif-urgency-low','s:16:\"zh-hant:低 ($1)\";'),('ami','messages:exif-urgency-normal','s:19:\"zh-hant:正常 ($1)\";'),('ami','messages:exif-urgency-other','s:37:\"zh-hant:使用者自訂優先權 ($1)\";'),('ami','messages:exif-usageterms','s:20:\"zh-hant:使用條款\";'),('ami','messages:exif-usepanoramaviewer','s:26:\"zh-hant:使用環景檢視\";'),('ami','messages:exif-usepanoramaviewer-false','s:11:\"zh-hant:否\";'),('ami','messages:exif-usepanoramaviewer-true','s:11:\"zh-hant:是\";'),('ami','messages:exif-usercomment','s:23:\"zh-hant:使用者評論\";'),('ami','messages:exif-webstatement','s:26:\"zh-hant:線上版權聲明\";'),('ami','messages:exif-whitebalance','s:17:\"zh-hant:白平衡\";'),('ami','messages:exif-whitebalance-0','s:23:\"zh-hant:自動白平衡\";'),('ami','messages:exif-whitebalance-1','s:23:\"zh-hant:手動白平衡\";'),('ami','messages:exif-whitepoint','s:20:\"zh-hant:白點色度\";'),('ami','messages:exif-worldregioncreated','s:23:\"zh-hant:圖片拍攝地\";'),('ami','messages:exif-worldregiondest','s:26:\"zh-hant:顯示世界區域\";'),('ami','messages:exif-writer','s:14:\"zh-hant:作家\";'),('ami','messages:exif-xresolution','s:23:\"zh-hant:水平解析度\";'),('ami','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('ami','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('ami','messages:exif-ycbcrcoefficients','s:38:\"zh-hant:色彩空間轉置矩陣系數\";'),('ami','messages:exif-ycbcrpositioning','s:29:\"zh-hant:亮度與彩度位置\";'),('ami','messages:exif-ycbcrpositioning-1','s:14:\"zh-hant:中間\";'),('ami','messages:exif-ycbcrpositioning-2','s:20:\"zh-hant:同時取樣\";'),('ami','messages:exif-ycbcrsubsampling','s:41:\"zh-hant:黃色轉洋紅二次抽樣比率\";'),('ami','messages:exif-yresolution','s:23:\"zh-hant:垂直解析度\";'),('ami','messages:expand_templates_generate_rawhtml','s:25:\"zh-hant:顯示原始 HTML\";'),('ami','messages:expand_templates_generate_xml','s:28:\"zh-hant:顯示 XML 解析樹\";'),('ami','messages:expand_templates_html_output','s:26:\"zh-hant:原始 HTML 輸出\";'),('ami','messages:expand_templates_input','s:25:\"zh-hant:輸入wikitext：\";'),('ami','messages:expand_templates_input_missing','s:52:\"zh-hant:您至少需要提供一些輸入wikitext。\";'),('ami','messages:expand_templates_intro','s:278:\"zh-hant:本特殊頁面會將 wikitext 中的模板展開，可以包含支援的解析器語法，如 <code><nowiki>{{</nowiki>#language:…}}</code> 與變數如 <code><nowiki>{{</nowiki>CURRENTDAY}}</code>。\n實際上，絕大部分在雙括號中的內容都會被展開。\";'),('ami','messages:expand_templates_ok','s:14:\"zh-hant:確定\";'),('ami','messages:expand_templates_output','s:14:\"zh-hant:結果\";'),('ami','messages:expand_templates_preview','s:14:\"zh-hant:預覽\";'),('ami','messages:expand_templates_preview_fail_html','s:306:\"zh-hant:<em>因連線階段的資料遺失且{{SITENAME}}已開啟顯示原始 HTML 功能，為預防 JavaScript 攻擊已隱藏預覽內容。</em>\n\n<strong>若您目前的預覽動作並無非法，請再試一次。</strong>\n若仍然無效，請嘗試[[Special:UserLogout|登出]]並再登入一次。\";'),('ami','messages:expand_templates_preview_fail_html_anon','s:247:\"zh-hant:<em>因您尚未登入且{{SITENAME}}已開啟顯示原始 HTML 功能，為預防 JavaScript 攻擊已隱藏預覽內容。</em>\n\n<strong>若您目前的預覽動作並無非法，請[[Special:UserLogin|登入]]後再試一次。</strong>\";'),('ami','messages:expand_templates_remove_comments','s:20:\"zh-hant:移除評論\";'),('ami','messages:expand_templates_remove_nowiki','s:48:\"zh-hant:在結果中禁止顯示 <nowiki> 標籤\";'),('ami','messages:expand_templates_title','s:56:\"zh-hant:文章標題，供 {{FULLPAGENAME}} 等使用：\";'),('ami','messages:expand_templates_xml_output','s:18:\"zh-hant:XML 輸出\";'),('ami','messages:expandtemplates','s:20:\"zh-hant:展開模板\";'),('ami','messages:expansion-depth-exceeded-category','s:41:\"zh-hant:展開深度超出限制的頁面\";'),('ami','messages:expansion-depth-exceeded-category-desc','s:44:\"zh-hant:超出展開深度限制的頁面。\";'),('ami','messages:expansion-depth-exceeded-warning','s:38:\"zh-hant:頁面超出展開深度限制\";'),('ami','messages:expensive-parserfunction-category','s:68:\"zh-hant:使用了太多消耗系統資源的解析器函數的頁面\";'),('ami','messages:expensive-parserfunction-category-desc','s:236:\"zh-hant:頁面使用太多消耗系統資源的解析器函數 (如 <code>#ifexist</code>)。\n請參考 [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit]。\";'),('ami','messages:expensive-parserfunction-warning','s:155:\"zh-hant:<strong>警告：</strong>此頁面使用了太多消耗系統資源的解析函數。\n\n使用次數應小於 $2 次，但目前使用了 $1 次。\";'),('ami','messages:explainconflict','s:363:\"zh-hant:在您開始編輯之後已有其他人儲存了此頁面。\n上方的文字框內顯示了目前頁面中的文字內容，\n您所變更的文字內容顯示在下方文字框中。\n您須要將您所變更的文字內容合併到已儲存的文字內容當中。\n若您直接點選 \"$1\" <strong>只有</strong> 上方文字框中的內容會被發布。\";'),('ami','messages:export','s:22:\"ami:pahadaken ko felih\";'),('ami','messages:export-addcat','s:14:\"zh-hant:新增\";'),('ami','messages:export-addcattext','s:35:\"zh-hant:使用分類新增頁面：\";'),('ami','messages:export-addns','s:14:\"zh-hant:新增\";'),('ami','messages:export-addnstext','s:41:\"zh-hant:使用命名空間新增頁面：\";'),('ami','messages:export-download','s:23:\"zh-hant:儲存為檔案\";'),('ami','messages:export-manual','s:29:\"zh-hant:手動加入頁面：\";'),('ami','messages:export-pagelinks','s:38:\"zh-hant:包含連結的頁面深度：\";'),('ami','messages:export-submit','s:14:\"zh-hant:匯出\";'),('ami','messages:export-summary','s:3:\"en:\";'),('ami','messages:export-templates','s:20:\"zh-hant:包含模板\";'),('ami','messages:exportall','s:26:\"zh-hant:匯出所有頁面\";'),('ami','messages:exportcuronly','s:68:\"zh-hant:只包含目前修訂版本，不包含完整的修訂紀錄\";'),('ami','messages:exportlistauthors','s:53:\"zh-hant:包含每個頁面完整的貢獻人員清單\";'),('ami','messages:exportnohistory','s:117:\"zh-hant:----\n<strong>注意：</strong>因避免伺服器效能問題，已停用匯出頁面的所有歷史記錄。\";'),('ami','messages:exporttext','s:571:\"zh-hant:您可以匯出指定頁面或多頁的文字與編輯歷史，使用 XML 格式包裝。\n這些檔案可以匯入至其他使用 MediaWiki 的 Wiki，透過 [[Special:Import|匯入頁面]]。\n\n要匯出頁面，請在下方文字方塊中輸入頁面標題，一個標題使用一行，並選擇是否要匯出目前的修訂含所有的歷史修訂記錄，或者只匯出目前的修訂與最後編輯的資訊。\n\n在文字方塊中您也可使用連結，如：[[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] 代表匯出頁面 \"[[{{MediaWiki:Mainpage}}]]\"。\";'),('ami','messages:external_image_whitelist','s:377:\"zh-hant: #請勿修改本行文字<pre>\n#請於下方填寫正規表示法 (只需 // 之間的內容)\n#將會檢查外部連結的圖片是否符合這些條件\n#符合條件的連結會以圖片顯示，否則只顯示連結\n#以 # 開頭的行會被做為註解\n#此條件不區分大小寫\n\n#請將所有正規表示法輸入在此行上方，請勿修改本行文字</pre>\";'),('ami','messages:externaldberror','s:89:\"zh-hant:這可能是由於資料庫驗證錯誤，或是不允許您更新外部帳號。\";'),('ami','messages:faq','s:20:\"zh-hant:常見問題\";'),('ami','messages:feb','s:20:\"ami:Saka tosa^ folad\";'),('ami','messages:february','s:20:\"ami:Saka tosa^ folad\";'),('ami','messages:february-gen','s:20:\"ami:Saka tosa^ folad\";'),('ami','messages:feed-atom','s:12:\"zh-hans:Atom\";'),('ami','messages:feed-invalid','s:38:\"zh-hant:無效的訂閱 Feed 類型。\";'),('ami','messages:feed-rss','s:11:\"zh-hans:RSS\";'),('ami','messages:feed-unavailable','s:36:\"zh-hant:目前未提供 RSS 或 Atom\";'),('ami','messages:feedback-adding','s:44:\"zh-hant:正在新增意見回饋至頁面...\";'),('ami','messages:feedback-back','s:14:\"zh-hant:返回\";'),('ami','messages:feedback-bugcheck','s:87:\"zh-hant:很好！ 檢查一下您的意見是不是已經被列為 [$1 已知問題]。\";'),('ami','messages:feedback-bugnew','s:42:\"zh-hant:我已經檢查。 回報新問題\";'),('ami','messages:feedback-bugornote','s:206:\"zh-hant:如果您準備要詳細描述一個技術問題，請至 [$1 回報問題]。\n或您可以使用以下的簡易表單回報問題，您的使用者名稱與評論將被新增到 \"[$3 $2]\" 頁面。\";'),('ami','messages:feedback-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:feedback-close','s:14:\"zh-hant:完成\";'),('ami','messages:feedback-dialog-intro','s:136:\"zh-hant:您可以使用以下簡易表單傳送您的意見回饋。您的意見將會使用您的使用者名稱新增至頁面 \"$1\"。\";'),('ami','messages:feedback-dialog-title','s:26:\"zh-hant:送出意見回饋\";'),('ami','messages:feedback-error1','s:49:\"zh-hant:錯誤：無法識別 API 回傳的結果\";'),('ami','messages:feedback-error4','s:59:\"zh-hant:錯誤：無法發佈至指定的意見回饋標題\";'),('ami','messages:feedback-external-bug-report-button','s:26:\"zh-hant:回報技術問題\";'),('ami','messages:feedback-message','s:17:\"zh-hant:訊息：\";'),('ami','messages:feedback-subject','s:17:\"zh-hant:主旨：\";'),('ami','messages:feedback-submit','s:14:\"zh-hant:送出\";'),('ami','messages:feedback-terms','s:152:\"zh-hant:我了解我的使用者代理資訊包含完整的瀏覽器與作業系統版本資訊，且該資訊將會與意見回饋一同公開共享。\";'),('ami','messages:feedback-termsofuse','s:56:\"zh-hant:我同意依照使用條款提供意見回饋。\";'),('ami','messages:feedback-thanks','s:66:\"zh-hant:感謝！您的意見回饋已發佈到頁面 \"[$2 $1]\"。\";'),('ami','messages:feedback-thanks-title','s:20:\"zh-hant:感謝您！\";'),('ami','messages:feedback-useragent','s:26:\"zh-hant:使用者代理：\";'),('ami','messages:fewestrevisions','s:29:\"zh-hant:最少修訂的頁面\";'),('ami','messages:fewestrevisions-summary','s:3:\"en:\";'),('ami','messages:file-anchor-link','s:13:\"ami:tang’an\";'),('ami','messages:file-deleted-duplicate','s:137:\"zh-hant:與此檔案完全相同的檔案 ([[:$1]]) 在先前已被刪除。\n您應在重新上傳之前確認該檔案的刪除日誌。\";'),('ami','messages:file-deleted-duplicate-notitle','s:180:\"zh-hant:與此檔案完全相同的檔案在先前已被刪除，且禁止顯示該標題。\n您在重新上傳前，應請求有權力檢視隱藏檔案的使用者重新審查。\";'),('ami','messages:file-exists-duplicate','s:65:\"zh-hant:此檔案與下列{{PLURAL:$1|一|多}}個檔案重複：\";'),('ami','messages:file-exists-sharedrepo','s:102:\"zh-hant:選擇的檔案名稱於共用檔案庫已有其他檔案使用。\n請改選擇其他名稱。\";'),('ami','messages:file-info','s:44:\"zh-hant:檔案大小：$1，MIME 類型：$2\";'),('ami','messages:file-info-gif-frames','s:17:\"zh-hant:$1 畫格\";'),('ami','messages:file-info-gif-looped','s:14:\"zh-hant:循環\";'),('ami','messages:file-info-png-frames','s:17:\"zh-hant:$1 畫格\";'),('ami','messages:file-info-png-looped','s:14:\"zh-hant:循環\";'),('ami','messages:file-info-png-repeat','s:24:\"zh-hant:已播放 $1 次\";'),('ami','messages:file-info-size','s:90:\"ami:$1 × $2 ko kasapinang no siyang-su, o tata’ang no pinaro：$3，MIME kassiroma a:$4\";'),('ami','messages:file-info-size-pages','s:117:\"ami:$1 × $2 ko kasapinang no siyang-su, o tata’ang no pinaro：$3，MIME kassiroma a：$4，$5 {{PLURAL:$5|felih}}\";'),('ami','messages:file-no-thumb-animation','s:88:\"zh-hant:<strong>注意：由於技術限制，此檔案縮圖無動畫效果。</strong>\";'),('ami','messages:file-no-thumb-animation-gif','s:105:\"zh-hant:<strong>注意：由於技術限制，此類型高解析度 GIF 圖片無動畫效果。</strong>\";'),('ami','messages:file-nohires','s:56:\"ami:awaayto ko sanga’ayay a cey-si-tu malo sapafeli。\";'),('ami','messages:file-thumbnail-no','s:190:\"zh-hant:檔案名稱以 <strong>$1</strong> 為開頭。\n似乎已為縮小的圖片 <em>(縮圖)</em>。\n若您有原始大小的圖片，應上傳原始圖片，否則請變更檔名稱。\";'),('ami','messages:file-too-large','s:38:\"zh-hant:您所送出的檔案過大。\";'),('ami','messages:filecopyerror','s:51:\"zh-hant:無法將檔案「$1」複製至「$2」。\";'),('ami','messages:filedelete','s:22:\"zh-hant:刪除「$1」\";'),('ami','messages:filedelete-archive-read-only','s:62:\"zh-hant:網頁伺服器無封存目錄 \"$1\" 的寫入權限。\";'),('ami','messages:filedelete-comment','s:17:\"zh-hant:原因：\";'),('ami','messages:filedelete-current-unregistered','s:52:\"zh-hant:資料庫中不存在指定的檔案 \"$1\"。\";'),('ami','messages:filedelete-edit-reasonlist','s:26:\"zh-hant:編輯刪除原因\";'),('ami','messages:filedelete-edit-reasonlist-suppress','s:32:\"zh-hant:編輯禁止顯示原因\";'),('ami','messages:filedelete-intro','s:93:\"zh-hant:您現正要刪除檔案 <strong>[[Media:$1|$1]]</strong> 與其所有歷史版本。\";'),('ami','messages:filedelete-intro-old','s:87:\"zh-hant:您現正要刪除 <strong>[[Media:$1|$1]]</strong> 於 [$4 $2 $3] 的版本。\";'),('ami','messages:filedelete-legend','s:20:\"zh-hant:刪除檔案\";'),('ami','messages:filedelete-maintenance','s:56:\"zh-hant:維護期間檔案刪除和還原暫停使用。\";'),('ami','messages:filedelete-maintenance-title','s:26:\"zh-hant:無法刪除檔案\";'),('ami','messages:filedelete-missing','s:47:\"zh-hant:檔案 \"$1\" 不存在，無法刪除。\";'),('ami','messages:filedelete-nofile','s:40:\"zh-hant:<strong>$1</strong> 不存在。\";'),('ami','messages:filedelete-nofile-old','s:74:\"zh-hant:查無 <strong>$1</strong> 擁有指定的屬性的封存版本。\";'),('ami','messages:filedelete-old-unregistered','s:58:\"zh-hant:資料庫中不存在指定的檔案修訂 \"$1\"。\";'),('ami','messages:filedelete-otherreason','s:33:\"zh-hant:其它/額外的原因：\";'),('ami','messages:filedelete-reason-dropdown','s:62:\"zh-hant:*常見的刪除原因\n** 侵犯版權\n** 檔案重複\";'),('ami','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ami','messages:filedelete-reason-otherlist','s:20:\"zh-hant:其它原因\";'),('ami','messages:filedelete-submit','s:14:\"zh-hant:刪除\";'),('ami','messages:filedelete-success','s:40:\"zh-hant:已刪除 <strong>$1</strong>。\";'),('ami','messages:filedelete-success-old','s:73:\"zh-hant:已刪除 <strong>[[Media:$1|$1]]</strong> 於 $2 $3 的版本。\";'),('ami','messages:filedeleteerror','s:37:\"zh-hant:無法刪除檔案「$1」。\";'),('ami','messages:filedeleteerror-long','s:42:\"zh-hant:刪除檔案時發生錯誤：\n\n$1\";'),('ami','messages:filedeleteerror-short','s:37:\"zh-hant:刪除檔案發生錯誤：$1\";'),('ami','messages:filedesc','s:30:\"ami:o nisa’amotoan a pakimad\";'),('ami','messages:fileduplicatesearch','s:26:\"zh-hant:搜尋重複檔案\";'),('ami','messages:fileduplicatesearch-filename','s:23:\"zh-hant:檔案名稱：\";'),('ami','messages:fileduplicatesearch-info','s:68:\"zh-hant:$1 × $2 像素<br />檔案大小：$3<br />MIME 類型：$4\";'),('ami','messages:fileduplicatesearch-noresults','s:41:\"zh-hant:查無名稱為 \"$1\" 的檔案。\";'),('ami','messages:fileduplicatesearch-result-1','s:39:\"zh-hant:檔案 $1 無重複的檔案。\";'),('ami','messages:fileduplicatesearch-result-n','s:46:\"zh-hant:檔案 $1 有 $2 筆重覆的檔案。\";'),('ami','messages:fileduplicatesearch-submit','s:11:\"ami:saoo’\";'),('ami','messages:fileduplicatesearch-summary','s:58:\"zh-hant:依據雜湊值 (Hash) 來搜尋重複的檔案。\";'),('ami','messages:fileexists','s:131:\"zh-hant:同名檔案已存在，如果{{GENDER:|您}}不確定是否要覆蓋它，請檢查<strong>[[:$1]]</strong>。[[$1|thumb]]\";'),('ami','messages:fileexists-duplicate-version','s:109:\"zh-hant:上傳的檔案與{{PLURAL:$2|較舊版本|較舊版本}}的 <strong>[[:$1]]</strong> 完全相同。\";'),('ami','messages:fileexists-extension','s:192:\"zh-hant:類似的檔案名稱已存在：[[$2|thumb]]\n* 上傳中的檔案名稱：<strong>[[:$1]]</strong>\n* 已存在的檔案名稱：<strong>[[:$2]]</strong>\n請選擇使用其他名稱。\";'),('ami','messages:fileexists-forbidden','s:160:\"zh-hant:已存在相同名稱的檔案，且無法覆蓋。\n若您仍要上傳此檔案，請返回上一頁並使用其他名稱。\n[[File:$1|thumb|center|$1]]\";'),('ami','messages:fileexists-no-change','s:82:\"zh-hant:上傳的檔案與目前版本的 <strong>[[:$1]]</strong> 完全相同。\";'),('ami','messages:fileexists-shared-forbidden','s:157:\"zh-hant:共用檔案庫中已存在此名稱的檔案。\n若您仍要上傳此檔案，請返回上一頁並使用其他名稱。\n[[File:$1|thumb|center|$1]]\";'),('ami','messages:fileexists-thumbnail-yes','s:189:\"zh-hant:此檔案似乎已為縮小的圖片 <em>(縮圖)</em>。\n[[$1|thumb]]\n請檢查檔案 <strong>[[:$1]]</strong>。\n若原始圖片確實為此尺寸，則無須另外上傳縮圖。\";'),('ami','messages:filehist','s:25:\"ami:o likisi no tang’an\";'),('ami','messages:filehist-comment','s:25:\"ami:pipatongalan to sowal\";'),('ami','messages:filehist-current','s:21:\"ami:Aniniay/imatinaay\";'),('ami','messages:filehist-datetime','s:21:\"ami:O romi’ad/ toki\";'),('ami','messages:filehist-deleteall','s:20:\"zh-hant:刪除全部\";'),('ami','messages:filehist-deleteone','s:14:\"zh-hant:刪除\";'),('ami','messages:filehist-dimensions','s:29:\"ami:o tata’ak ato karaya’\";'),('ami','messages:filehist-filesize','s:20:\"zh-hant:檔案大小\";'),('ami','messages:filehist-help','s:105:\"ami:pili’en a mimi^mi ko romi’ad/ tok, ta misongila’ a minengneng to tang’an rorong nora tatokian\";'),('ami','messages:filehist-nothumb','s:33:\"ami:Awaay ko nisamamangan a conga\";'),('ami','messages:filehist-revert','s:10:\"ami:patiko\";'),('ami','messages:filehist-thumb','s:24:\"ami:nisamamangan a conga\";'),('ami','messages:filehist-thumbtext','s:52:\"ami:Nani tiniay i $1 a rorong no nisamamangan a coka\";'),('ami','messages:filehist-user','s:16:\"ami:micokaymasay\";'),('ami','messages:filemissing','s:20:\"zh-hant:檔案遺失\";'),('ami','messages:filename','s:20:\"zh-hant:檔案名稱\";'),('ami','messages:filename-bad-prefix','s:203:\"zh-hant:您上傳的檔案名稱以 <strong>\"$1\"</strong> 開頭，是不具任何描述意義的名稱，通常由數位相機自動產生。\n請替您的檔案使用一個更具描述意義的名稱。\";'),('ami','messages:filename-prefix-blacklist','s:370:\"zh-hans: #<!-- 请将本行保留为原样 --> <pre>\n# 语法如下：\n#  * 任何以“#”开头到结尾的行为注释\n#  * 任何非空行是根据相机自动分配特定文件名的前缀\nCIMG # 卡西欧\nDSC_ # 尼康\nDSCF # 富士\nDSCN # 尼康\nDUW # 部分手机\nIMG # 一般\nJD # 业纳\nMGP # 宾得\nPICT # 其他\n #</pre> <!-- 请将本行保留为原样 -->\";'),('ami','messages:filename-thumb-name','s:170:\"zh-hant:此檔名似乎為縮圖檔名，請不要重新上傳縮圖回相同 wiki。 否則請先修正為更具意義的檔案名稱並且去除縮圖的檔名字首。\";'),('ami','messages:filename-toolong','s:52:\"zh-hant:檔案名稱不可超過 240 個位元組。\";'),('ami','messages:filename-tooshort','s:29:\"zh-hant:檔案名稱過短。\";'),('ami','messages:filenotfound','s:34:\"zh-hant:找不到檔案「$1」。\";'),('ami','messages:filepage-nofile','s:33:\"ami:Awaayay ko ngangan a tang^an.\";'),('ami','messages:filepage-nofile-link','s:61:\"zh-hant:不存在此名稱的檔案，您可以[$1 上傳]。\";'),('ami','messages:filepage.css','s:99:\"zh-hans:/* 这里放置的CSS会包含在文件描述页上，并包含在其他客户端wiki上 */\";'),('ami','messages:filepageexists','s:223:\"zh-hant:此檔案的描述頁面 <strong>[[:$1]]</strong> 已存在，但目前沒有使用此名稱的檔案。\n您在此輸入的摘要不會儲存到該描述頁面，\n您必須手動編輯該描述頁面。\n[[$1|thumb]]\";'),('ami','messages:filereadonlyerror','s:122:\"zh-hant:無法修改檔案 \"$1\" 因為檔案庫 \"$2\" 目前處於唯讀模式。\n\n鎖定的系統管理員說明：\"$3\"。\";'),('ami','messages:filerenameerror','s:51:\"zh-hant:無法將檔案「$1」改名為「$2」。\";'),('ami','messages:filereuploadsummary','s:23:\"zh-hant:檔案變更：\";'),('ami','messages:filerevert','s:17:\"zh-hant:還原 $1\";'),('ami','messages:filerevert-badversion','s:68:\"zh-hant:此檔案在您所指定的時間並沒有本地舊版本。\";'),('ami','messages:filerevert-comment','s:17:\"zh-hant:原因：\";'),('ami','messages:filerevert-defaultcomment','s:44:\"zh-hant:已還原到於 $1 $2 ($3) 的版本\";'),('ami','messages:filerevert-identical','s:62:\"zh-hant:目前版本的檔案與選擇的版本完全相同。\";'),('ami','messages:filerevert-intro','s:97:\"zh-hant:您現正在還原檔案 <strong>[[Media:$1|$1]]</strong> 至 [$4 於 $2 $3 的版本]。\";'),('ami','messages:filerevert-legend','s:20:\"zh-hant:還原檔案\";'),('ami','messages:filerevert-submit','s:14:\"zh-hant:還原\";'),('ami','messages:filerevert-success','s:84:\"zh-hant:<strong>[[Media:$1|$1]]</strong> 已經還原到 [$4 於 $2 $3 的版本]。\";'),('ami','messages:filesource','s:14:\"ami:lalengatan\";'),('ami','messages:filestatus','s:23:\"zh-hant:版權狀態：\";'),('ami','messages:filetype-bad-ie-mime','s:124:\"zh-hant:Internet Explorer 會將此檔案類型誤判為 \"$1\"，可能造成潛在問題，不允許上傳此類型檔案。\";'),('ami','messages:filetype-badmime','s:56:\"zh-hant:不允許上傳 MIME 類型為 \"$1\" 的檔案。\";'),('ami','messages:filetype-banned','s:41:\"zh-hant:此類型檔案已禁止使用。\";'),('ami','messages:filetype-banned-type','s:105:\"zh-hant:不允許使用檔案類型 <strong>\".$1\"</strong>。允許的{{PLURAL:$3|檔案類型}}為 $2。\";'),('ami','messages:filetype-mime-mismatch','s:77:\"zh-hant:檔案副檔名 \".$1\" 不符合偵測到的檔案 MIME 類型 ($2)。\";'),('ami','messages:filetype-missing','s:48:\"zh-hant:該檔案沒有副檔名 (如 \".jpg\")。\";'),('ami','messages:filetype-unwanted-type','s:92:\"zh-hant:不建議使用檔案類型 <strong>\".$1\"</strong>。\n建議的檔案類型有 $2。\";'),('ami','messages:fileuploadsummary','s:17:\"zh-hant:摘要：\";'),('ami','messages:filewasdeleted','s:108:\"zh-hant:先前已有同樣名稱的檔案上傳，後來被刪除。\n您應在上傳此檔案前檢查 $1。\";'),('ami','messages:fix-double-redirects','s:56:\"zh-hant:更新所有指向原標題的重新導向頁面\";'),('ami','messages:formatnum-nan','s:20:\"zh-hant:不是數字\";'),('ami','messages:formerror','s:38:\"zh-hant:錯誤：無法提交表單。\";'),('ami','messages:fri','s:10:\"ami:週五\";'),('ami','messages:friday','s:10:\"ami:週五\";'),('ami','messages:friday-at','s:20:\"zh-hant:週五在 $1\";'),('ami','messages:gallery-slideshow-toggle','s:20:\"zh-hant:切換縮圖\";'),('ami','messages:gender-female','s:20:\"zh-hant:女性稱呼\";'),('ami','messages:gender-male','s:20:\"zh-hant:男性稱呼\";'),('ami','messages:gender-notknown','s:20:\"zh-hant:中性稱呼\";'),('ami','messages:gender-unknown','s:74:\"zh-hant:當提到您時，本軟體會儘可能使用性別中立的字詞\";'),('ami','messages:generic-pool-error','s:116:\"zh-hant:抱歉，太多使用者正嘗試檢視此資源，目前伺服器超出負荷，請稍候片刻再嘗試。\";'),('ami','messages:go','s:11:\"ami:pidemak\";'),('ami','messages:googleanalytics-desc','s:111:\"zh-hant:為追蹤用戶而插入 Google 通用分析（或其他網站分析工具）腳本到 MedaiWiki 頁面\";'),('ami','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ami','messages:gotointerwiki','s:26:\"zh-hant:離開{{SITENAME}}\";'),('ami','messages:gotointerwiki-external','s:103:\"zh-hant:您正離開{{SITENAME}}並前往 [[$2]]，這是另一個網站。\n\n\'\'\'[$1 繼續前往 $1]\'\'\'\";'),('ami','messages:gotointerwiki-invalid','s:32:\"zh-hant:指定的標題無效。\";'),('ami','messages:grant-basic','s:20:\"zh-hant:基本權限\";'),('ami','messages:grant-blockusers','s:38:\"zh-hant:封鎖與解除封鎖使用者\";'),('ami','messages:grant-createaccount','s:26:\"ami:misanga’ to cang-haw\";'),('ami','messages:grant-createeditmovepage','s:38:\"zh-hant:建立、編輯與移動頁面\";'),('ami','messages:grant-delete','s:44:\"zh-hant:刪除頁面、修訂與日誌記錄\";'),('ami','messages:grant-editinterface','s:67:\"zh-hant:編輯 MediaWiki 命名空間與全站範圍/使用者 JSON\";'),('ami','messages:grant-editmycssjs','s:49:\"zh-hant:編輯您的使用者 CSS/JSON/JavaScript\";'),('ami','messages:grant-editmyoptions','s:59:\"zh-hant:編輯您的使用者偏好設定以及 JSON 設置\";'),('ami','messages:grant-editmywatchlist','s:32:\"zh-hant:編輯您的監視清單\";'),('ami','messages:grant-editpage','s:29:\"zh-hant:編輯現有的頁面\";'),('ami','messages:grant-editprotected','s:32:\"zh-hant:編輯受保護的頁面\";'),('ami','messages:grant-editsiteconfig','s:45:\"zh-hant:編輯全站範圍與使用者 CSS/JS\";'),('ami','messages:grant-generic','s:25:\"zh-hant:\"$1\" 權限組合\";'),('ami','messages:grant-group-administration','s:26:\"zh-hant:執行管理操作\";'),('ami','messages:grant-group-customization','s:29:\"zh-hant:自訂與偏好設定\";'),('ami','messages:grant-group-email','s:26:\"zh-hant:傳送電子郵件\";'),('ami','messages:grant-group-file-interaction','s:23:\"zh-hant:與媒體互動\";'),('ami','messages:grant-group-high-volume','s:26:\"zh-hant:執行大量活動\";'),('ami','messages:grant-group-other','s:20:\"zh-hant:其他活動\";'),('ami','messages:grant-group-page-interaction','s:23:\"zh-hant:與頁面互動\";'),('ami','messages:grant-group-private-information','s:38:\"zh-hant:存取關於您的隱私資料\";'),('ami','messages:grant-group-watchlist-interaction','s:35:\"zh-hant:與您的監視清單互動\";'),('ami','messages:grant-highvolume','s:20:\"zh-hant:大量編輯\";'),('ami','messages:grant-import','s:26:\"zh-hant:匯入修訂版本\";'),('ami','messages:grant-mergehistory','s:26:\"zh-hant:合併頁面歷史\";'),('ami','messages:grant-oversight','s:44:\"zh-hant:隱藏使用者和禁止顯示修訂\";'),('ami','messages:grant-patrol','s:29:\"zh-hant:巡邏頁面的變更\";'),('ami','messages:grant-privateinfo','s:26:\"zh-hant:存取隱私資訊\";'),('ami','messages:grant-protect','s:35:\"zh-hant:保護與取消保護頁面\";'),('ami','messages:grant-rollback','s:35:\"zh-hant:回退對於頁面的變更\";'),('ami','messages:grant-sendemail','s:47:\"zh-hant:傳送電子郵件聯絡其他使用者\";'),('ami','messages:grant-uploadeditmovefile','s:38:\"zh-hant:上傳、取代與移動檔案\";'),('ami','messages:grant-uploadfile','s:23:\"zh-hant:上傳新檔案\";'),('ami','messages:grant-viewdeleted','s:41:\"zh-hant:檢視已刪除的檔案及頁面\";'),('ami','messages:grant-viewmywatchlist','s:32:\"zh-hant:檢視您的監視清單\";'),('ami','messages:grant-viewrestrictedlogs','s:38:\"zh-hant:檢視已限制的日誌項目\";'),('ami','messages:group','s:17:\"zh-hant:群組：\";'),('ami','messages:group-all','s:20:\"zh-hant:（全部）\";'),('ami','messages:group-autoconfirmed','s:32:\"zh-hant:自動確認的使用者\";'),('ami','messages:group-autoconfirmed-member','s:29:\"zh-hant:自動確認使用者\";'),('ami','messages:group-autoconfirmed.css','s:55:\"zh-hant:/* 此 CSS 會影響自動確認的使用者 */\";'),('ami','messages:group-autoconfirmed.js','s:78:\"zh-hant:/* 這裡的任何JavaScript只會為自動確認的使用者載入 */\";'),('ami','messages:group-bot','s:24:\"ami:palatamdawan a kikay\";'),('ami','messages:group-bot-member','s:38:\"ami:{{GENDER:$1|palatamdawan a kikay}}\";'),('ami','messages:group-bot.css','s:40:\"zh-hant:/* 此 CSS 會影響機器人 */\";'),('ami','messages:group-bot.js','s:63:\"zh-hant:/* 這裡的任何JavaScript只會為機器人載入 */\";'),('ami','messages:group-bureaucrat','s:17:\"zh-hant:行政員\";'),('ami','messages:group-bureaucrat-member','s:17:\"zh-hant:行政員\";'),('ami','messages:group-bureaucrat.css','s:38:\"zh-hant:/* 此CSS會影響行政員 */\";'),('ami','messages:group-bureaucrat.js','s:63:\"zh-hant:/* 這裡的任何JavaScript只會為行政員載入 */\";'),('ami','messages:group-interface-admin','s:23:\"zh-hant:介面管理員\";'),('ami','messages:group-interface-admin-member','s:37:\"zh-hant:{{GENDER:$1|介面管理員}}\";'),('ami','messages:group-membership-link-with-expiry','s:25:\"zh-hant:$1（直到 $2）\";'),('ami','messages:group-named','s:26:\"zh-hant:已註冊使用者\";'),('ami','messages:group-suppress','s:17:\"zh-hant:監督員\";'),('ami','messages:group-suppress-member','s:31:\"zh-hant:{{GENDER:$1|監督員}}\";'),('ami','messages:group-sysop','s:13:\"ami:mikowanay\";'),('ami','messages:group-sysop-member','s:31:\"zh-hant:{{GENDER:$1|管理員}}\";'),('ami','messages:group-sysop.css','s:46:\"zh-hant:/* 這裡的 CSS 會影響管理員 */\";'),('ami','messages:group-sysop.js','s:53:\"zh-hant:/* 這裡的 JavaScript 會影響管理員 */\";'),('ami','messages:group-user','s:17:\"zh-hant:使用者\";'),('ami','messages:group-user-member','s:31:\"zh-hant:{{GENDER:$1|使用者}}\";'),('ami','messages:group-user.css','s:62:\"zh-hant:/* 置於此處的CSS只會影響已註冊使用者 */\";'),('ami','messages:group-user.js','s:72:\"zh-hant:/* 這裡的任何JavaScript只會為已註冊使用者載入 */\";'),('ami','messages:grouppage-autoconfirmed','s:44:\"zh-hant:{{ns:project}}:自動確認使用者\";'),('ami','messages:grouppage-bot','s:39:\"ami:{{ns:project}}:palatamdawan a kikay\";'),('ami','messages:grouppage-bureaucrat','s:32:\"zh-hant:{{ns:project}}:行政員\";'),('ami','messages:grouppage-interface-admin','s:38:\"zh-hant:{{ns:project}}:介面管理員\";'),('ami','messages:grouppage-named','s:41:\"zh-hant:{{ns:project}}:已註冊使用者\";'),('ami','messages:grouppage-suppress','s:32:\"zh-hant:{{ns:project}}:監督員\";'),('ami','messages:grouppage-sysop','s:28:\"ami:{{ns:project}}:mikowanay\";'),('ami','messages:grouppage-user','s:32:\"zh-hant:{{ns:project}}:使用者\";'),('ami','messages:guesstimezone','s:32:\"zh-hant:使用瀏覽器設定值\";'),('ami','messages:headline-anchor-title','s:26:\"zh-hant:連結至此章節\";'),('ami','messages:hebrew-calendar-m1','s:20:\"zh-hans:提斯利月\";'),('ami','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('ami','messages:hebrew-calendar-m10','s:20:\"zh-hans:搭模斯月\";'),('ami','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('ami','messages:hebrew-calendar-m11','s:17:\"zh-hans:埃波月\";'),('ami','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('ami','messages:hebrew-calendar-m12','s:17:\"zh-hans:以禄月\";'),('ami','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('ami','messages:hebrew-calendar-m2','s:20:\"zh-hans:玛西班月\";'),('ami','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('ami','messages:hebrew-calendar-m3','s:20:\"zh-hans:基斯流月\";'),('ami','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('ami','messages:hebrew-calendar-m4','s:17:\"zh-hans:提别月\";'),('ami','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('ami','messages:hebrew-calendar-m5','s:20:\"zh-hans:细罢特月\";'),('ami','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('ami','messages:hebrew-calendar-m6','s:17:\"zh-hans:亚达月\";'),('ami','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('ami','messages:hebrew-calendar-m6a','s:23:\"zh-hans:第一亚达月\";'),('ami','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('ami','messages:hebrew-calendar-m6b','s:23:\"zh-hans:第二亚达月\";'),('ami','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('ami','messages:hebrew-calendar-m7','s:17:\"zh-hans:尼散月\";'),('ami','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('ami','messages:hebrew-calendar-m8','s:17:\"zh-hans:以珥月\";'),('ami','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('ami','messages:hebrew-calendar-m9','s:17:\"zh-hans:西弯月\";'),('ami','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('ami','messages:help','s:17:\"ami:o pakafana’\";'),('ami','messages:help-mediawiki','s:23:\"zh-hant:MediaWiki說明\";'),('ami','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ami','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ami','messages:helppage-top-gethelp','s:14:\"zh-hant:說明\";'),('ami','messages:hidden-categories','s:57:\"ami:{{PLURAL:$1|masimeday kasakilac|masimeday pisakilac}}\";'),('ami','messages:hidden-category-category','s:20:\"zh-hant:隱藏分類\";'),('ami','messages:hidden-category-category-desc','s:137:\"zh-hant:內容中使用 <code><nowiki>__HIDDENCAT__</nowiki></code> 的分類，可隱藏預設在頁面上顯示的分類連結方塊。\";'),('ami','messages:hiddencategories','s:159:\"ami:O no {{PLURAL:$1| a felih konini, cecay ko masimeday to nisilsilan a kasakilac |$cecay ko masimeday to nisilsilan a kasakilac }} i salaoma’ no no tamdaw.\";'),('ami','messages:hide','s:9:\"ami:himed\";'),('ami','messages:hidetoc','s:9:\"ami:himed\";'),('ami','messages:hijri-calendar-m1','s:23:\"zh-hans:穆哈兰姆月\";'),('ami','messages:hijri-calendar-m10','s:20:\"zh-hans:闪瓦鲁月\";'),('ami','messages:hijri-calendar-m11','s:26:\"zh-hans:都尔喀尔德月\";'),('ami','messages:hijri-calendar-m12','s:23:\"zh-hans:都尔黑哲月\";'),('ami','messages:hijri-calendar-m2','s:20:\"zh-hans:色法尔月\";'),('ami','messages:hijri-calendar-m3','s:31:\"zh-hans:赖比尔·敖外鲁月\";'),('ami','messages:hijri-calendar-m4','s:31:\"zh-hans:赖比尔·阿色尼月\";'),('ami','messages:hijri-calendar-m5','s:31:\"zh-hans:主马达·敖外鲁月\";'),('ami','messages:hijri-calendar-m6','s:31:\"zh-hans:主马达·阿色尼月\";'),('ami','messages:hijri-calendar-m7','s:20:\"zh-hans:赖哲卜月\";'),('ami','messages:hijri-calendar-m8','s:20:\"zh-hans:舍尔邦月\";'),('ami','messages:hijri-calendar-m9','s:20:\"zh-hans:赖买丹月\";'),('ami','messages:hist','s:10:\"ami:likisi\";'),('ami','messages:histfirst','s:14:\"ami:matelangay\";'),('ami','messages:histlast','s:14:\"ami:safaelohay\";'),('ami','messages:histlegend','s:454:\"ami:O kasasiroma no pasirini’ to nipili’an: ano mipli’ i, pasasirini’en koya misalofan toya masa’apeladay ato pili’en koya i kalaenoay a pipenecan mifhat to dingki a pasasirini’.  <br />  misapinang paini to silosi：<strong>({{int:cur}})</strong> = pasasirini’ toya safaelohay a nisalofan a rorong<strong>({{int:last}})</strong> = pasasirini’ toya sa’ayaway misalofan <strong>{{int:minoreditletter}}</strong> =  sapado^do^ a misalof.\";'),('ami','messages:history','s:21:\"ami:o likisi no felih\";'),('ami','messages:history-edit-tags','s:38:\"zh-hant:編輯已選擇修訂的標籤\";'),('ami','messages:history-empty','s:35:\"zh-hant:找不到符合的修訂。\";'),('ami','messages:history-feed-description','s:56:\"ami:Pakayni tonini a Wiki a tayra i nisalofan to a kilok\";'),('ami','messages:history-feed-empty','s:148:\"zh-hant:請求的頁面不存在，\n可能已被刪除或重新命名。\n請嘗試 [[Special:Search|搜尋本站]] 取得其他相關的新頁面。\";'),('ami','messages:history-feed-item-nocomment','s:25:\"ami:$1 i laloma’ no  $2\";'),('ami','messages:history-feed-title','s:30:\"ami:Misalof to kilok no likisi\";'),('ami','messages:history-fieldset-title','s:21:\"ami:Mifitay a misalof\";'),('ami','messages:history-show-deleted','s:35:\"zh-hant:只顯示已刪除的修訂\";'),('ami','messages:history-title','s:29:\"ami:Masalofay a caway no \"$1\"\";'),('ami','messages:history_copyright','s:4:\"en:-\";'),('ami','messages:history_short','s:10:\"ami:likisi\";'),('ami','messages:history_small','s:14:\"zh-hant:歷史\";'),('ami','messages:historyaction-submit','s:14:\"ami:pahapinang\";'),('ami','messages:historyempty','s:11:\"zh-hant:空\";'),('ami','messages:historysize','s:22:\"zh-hant:($1 位元組)\";'),('ami','messages:historywarning','s:101:\"zh-hant:<strong>警告：</strong>您正要刪除的頁面內含$1次{{PLURAL:$1|的修訂}}歷史：\";'),('ami','messages:hookaborted','s:53:\"zh-hant:您所嘗試的修改被擴充套件中止。\";'),('ami','messages:hours','s:30:\"zh-hant:{{PLURAL:$1|$1小時}}\";'),('ami','messages:hours-abbrev','s:16:\"zh-hans:$1小时\";'),('ami','messages:hours-ago','s:20:\"zh-hant:$1 小時前\";'),('ami','messages:htmlform-chosen-placeholder','s:29:\"zh-hant:謮選擇一個選項\";'),('ami','messages:htmlform-cloner-create','s:20:\"zh-hant:新增更多\";'),('ami','messages:htmlform-cloner-delete','s:9:\"ami:falah\";'),('ami','messages:htmlform-cloner-required','s:41:\"zh-hant:至少必須填寫一筆資料。\";'),('ami','messages:htmlform-date-invalid','s:95:\"zh-hant:您指定的值不是一個可以辨識的日期，請嘗試使用 YYYY-MM-DD 格式。\";'),('ami','messages:htmlform-date-placeholder','s:18:\"zh-hant:YYYY-MM-DD\";'),('ami','messages:htmlform-date-toohigh','s:54:\"zh-hant:您指定的值在允許的日期 $1 之後。\";'),('ami','messages:htmlform-date-toolow','s:54:\"zh-hant:您指定的值在允許的日期 $1 之前。\";'),('ami','messages:htmlform-datetime-invalid','s:113:\"zh-hant:您指定的值不是一個可以辨識的日期及時間，請嘗試使用 YYYY-MM-DD HH:MM:SS 格式。\";'),('ami','messages:htmlform-datetime-placeholder','s:27:\"zh-hant:YYYY-MM-DD HH:MM:SS\";'),('ami','messages:htmlform-datetime-toohigh','s:69:\"zh-hant:您指定的值在最後允許的日期及時間 $1 之後。\";'),('ami','messages:htmlform-datetime-toolow','s:69:\"zh-hant:您指定的值在最早允許的日期及時間 $1 之前。\";'),('ami','messages:htmlform-float-invalid','s:47:\"zh-hant:您所指定的值不是一個數字。\";'),('ami','messages:htmlform-int-invalid','s:47:\"zh-hant:您所指定的值不是一個整數。\";'),('ami','messages:htmlform-int-toohigh','s:47:\"zh-hant:您所指定的值高於最大值 $1。\";'),('ami','messages:htmlform-int-toolow','s:47:\"zh-hant:您所指定的值低於最小值 $1。\";'),('ami','messages:htmlform-invalid-input','s:41:\"zh-hant:您的輸入的內容有問題。\";'),('ami','messages:htmlform-multiselect-toomany','s:56:\"zh-hant:您所指定項目的數目高於最大值 $1。\";'),('ami','messages:htmlform-no','s:11:\"zh-hant:否\";'),('ami','messages:htmlform-required','s:26:\"zh-hant:此值為必填。\";'),('ami','messages:htmlform-reset','s:20:\"zh-hant:還原變更\";'),('ami','messages:htmlform-select-badoption','s:50:\"zh-hant:您所指定的值不是有效的選項。\";'),('ami','messages:htmlform-selectorother-other','s:14:\"zh-hant:其他\";'),('ami','messages:htmlform-submit','s:12:\"ami:paeferen\";'),('ami','messages:htmlform-tag-not-allowed','s:32:\"zh-hant:$1 不是允許的標籤\";'),('ami','messages:htmlform-time-invalid','s:93:\"zh-hant:您指定的值不是一個可以辨識的時間，請嘗試使用 HH:MM:SS 格式。\";'),('ami','messages:htmlform-time-placeholder','s:16:\"zh-hant:HH:MM:SS\";'),('ami','messages:htmlform-time-toohigh','s:60:\"zh-hant:您指定的值在最後允許的時間 $1 之後。\";'),('ami','messages:htmlform-time-toolow','s:60:\"zh-hant:您指定的值在最早允許的時間 $1 之前。\";'),('ami','messages:htmlform-title-badnamespace','s:53:\"zh-hant:[[:$1]] 不在 \"{{ns:$2}}\" 命名空間中。\";'),('ami','messages:htmlform-title-interwiki','s:53:\"zh-hant:$1為跨wiki標題，應使用本地標題。\";'),('ami','messages:htmlform-title-not-creatable','s:49:\"zh-hant:\"$1\" 並非可用來建立頁面的標題\";'),('ami','messages:htmlform-title-not-exists','s:26:\"zh-hant:$1 並不存在。\";'),('ami','messages:htmlform-user-not-exists','s:43:\"zh-hant:<strong>$1</strong> 並不存在。\";'),('ami','messages:htmlform-user-not-valid','s:61:\"zh-hant:<strong>$1</strong> 不是有效的使用者名稱。\";'),('ami','messages:htmlform-yes','s:11:\"zh-hant:是\";'),('ami','messages:http-bad-status','s:32:\"zh-hant:HTTP請求出錯：$1 $2\";'),('ami','messages:http-curl-error','s:33:\"zh-hant:擷取 URL 時錯誤：$1\";'),('ami','messages:http-internal-error','s:28:\"zh-hant:HTTP 內部錯誤。\";'),('ami','messages:http-invalid-scheme','s:39:\"zh-hant:不支援 \"$1\" 協定的 URL。\";'),('ami','messages:http-invalid-url','s:26:\"zh-hant:無效的 URL：$1\";'),('ami','messages:http-read-error','s:28:\"zh-hant:HTTP 讀取錯誤。\";'),('ami','messages:http-request-error','s:49:\"zh-hant:發生不明錯誤，HTTP 請求失敗。\";'),('ami','messages:http-timed-out','s:31:\"zh-hant:HTTP 請求已逾時。\";'),('ami','messages:ignorewarning','s:35:\"zh-hant:忽略警告並儲存檔案\";'),('ami','messages:ignorewarnings','s:26:\"zh-hant:忽略所有警告\";'),('ami','messages:illegal-filename','s:41:\"zh-hant:不允許使用的檔案名稱。\";'),('ami','messages:illegalfilename','s:102:\"zh-hant:檔案名稱 \"$1\" 包含頁面標題所禁止使用的字元。\n請重新命名後再上傳。\";'),('ami','messages:ilsubmit','s:11:\"ami:saoo’\";'),('ami','messages:imageinvalidfilename','s:32:\"zh-hant:目標檔案名稱無效\";'),('ami','messages:imagelinks','s:26:\"ami:sakatayal no tang’an\";'),('ami','messages:imagelisttext','s:59:\"zh-hant:以下為 <strong>$1</strong> 清單，$2 排序。\";'),('ami','messages:imagemaxsize','s:53:\"zh-hant:在檔案描述頁面的圖片大小限制：\";'),('ami','messages:imagenocrossnamespace','s:53:\"zh-hant:不可以移動檔案到非檔案命名空間\";'),('ami','messages:imagepage','s:26:\"zh-hant:檢視檔案頁面\";'),('ami','messages:imagetypemismatch','s:56:\"zh-hant:新的檔案副檔名不符合該檔案的類型\";'),('ami','messages:img-auth-accessdenied','s:20:\"zh-hant:拒絕存取\";'),('ami','messages:img-auth-badtitle','s:50:\"zh-hant:無法使用 \"$1\" 建立有效的標題。\";'),('ami','messages:img-auth-isdir','s:65:\"zh-hant:您正嘗試存取目錄 \"$1\"，\n僅允許存取檔案。\";'),('ami','messages:img-auth-nofile','s:34:\"zh-hant:檔案「$1」不存在。\";'),('ami','messages:img-auth-noread','s:43:\"zh-hant:使用者沒有權限讀取 \"$1\"。\";'),('ami','messages:img-auth-notindir','s:71:\"zh-hant:已設定的上傳目錄清單中不存在您指定的路徑。\";'),('ami','messages:img-auth-public','s:147:\"zh-hant:img_auth.php 的用途是讓非公開 wiki 可輸出檔案。此 wiki 已設為公開 wiki。基於安全考量，已停用 img_auth.php。\";'),('ami','messages:img-auth-streaming','s:26:\"zh-hant:傳輸 \"$1\" 中。\";'),('ami','messages:img-lang-default','s:22:\"zh-hant:(預設語言)\";'),('ami','messages:img-lang-go','s:11:\"ami:pidemak\";'),('ami','messages:img-lang-info','s:34:\"zh-hant:顯示此圖片於 $1。$2\";'),('ami','messages:img-lang-opt','s:18:\"zh-hans:$2（$1）\";'),('ami','messages:imgfile','s:13:\"ami:tang’an\";'),('ami','messages:imgmultigo','s:11:\"ami:pidemak\";'),('ami','messages:imgmultigoto','s:27:\"ami:tayra i saka $1 a felih\";'),('ami','messages:imgmultipagenext','s:27:\"ami:i salaenoay a felif →\";'),('ami','messages:imgmultipageprev','s:21:\"zh-hant:← 上一頁\";'),('ami','messages:immobile-source-namespace','s:53:\"zh-hant:無法移動在命名空間 \"$1\" 中的頁面\";'),('ami','messages:immobile-source-namespace-iw','s:59:\"zh-hant:在其它 wiki 的頁面無法從此 wiki 移動。\";'),('ami','messages:immobile-source-page','s:32:\"zh-hant:此頁面無法移動。\";'),('ami','messages:immobile-target-namespace','s:46:\"zh-hant:無法移動頁面至命名空間 \"$1\"\";'),('ami','messages:immobile-target-namespace-iw','s:64:\"zh-hant:移動頁面不可使用 Interwiki 連結做為目標。\";'),('ami','messages:immobile-target-page','s:38:\"zh-hant:無法移動至目標標題。\";'),('ami','messages:import','s:20:\"zh-hant:匯入頁面\";'),('ami','messages:import-assign-known-users','s:74:\"zh-hant:分配編輯至所命名使用者已存在本地的本地使用者\";'),('ami','messages:import-comment','s:25:\"ami:pipatongalan to sowal\";'),('ami','messages:import-error-bad-location','s:103:\"zh-hant:此 Wiki 的頁面 \"$1\" 不支援使用內容模型 $3，修訂 $2 無法儲存至該頁面 。\";'),('ami','messages:import-error-edit','s:58:\"zh-hant:您沒有權限編輯頁面 \"$1\"，無法匯入。\";'),('ami','messages:import-error-interwiki','s:93:\"zh-hant:頁面 \"$1\" 的名稱已保留作為外部連結 (Interwiki) 使用，無法匯入。\";'),('ami','messages:import-error-invalid','s:68:\"zh-hant:頁面 \"$1\" 匯入此 Wiki 的名稱無效，無法匯入。\";'),('ami','messages:import-error-special','s:80:\"zh-hant:頁面 \"$1\" 屬於不允許頁面的特殊命名空間，無法匯入。\";'),('ami','messages:import-error-unserialize','s:114:\"zh-hant:頁面 \"$1\" 的修訂 $2 無法反序列反。 此修訂使用 $3 內容模型以 $4 的方式序列化。\";'),('ami','messages:import-interwiki-history','s:38:\"zh-hant:複製此頁面的所有修訂\";'),('ami','messages:import-interwiki-sourcepage','s:23:\"zh-hant:來源頁面：\";'),('ami','messages:import-interwiki-sourcewiki','s:21:\"zh-hant:來源wiki：\";'),('ami','messages:import-interwiki-submit','s:14:\"zh-hant:匯入\";'),('ami','messages:import-interwiki-templates','s:50:\"zh-hant:包含所有模板和所有已嵌入頁面\";'),('ami','messages:import-interwiki-text','s:198:\"zh-hant:請選擇一個wiki與頁面標題以進行匯入，會同時記錄修訂日期和編輯者的名稱，所有的從跨wiki匯入操作都會被記錄在[[Special:Log/import|匯入日誌]]。\";'),('ami','messages:import-invalid-interwiki','s:41:\"zh-hant:無法從指定的 wiki 匯入。\";'),('ami','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ami','messages:import-logentry-interwiki-detail','s:47:\"zh-hant:已從$2匯入$1筆{{PLURAL:$1|修訂}}\";'),('ami','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ami','messages:import-logentry-upload-detail','s:44:\"zh-hant:已匯入 $1 筆{{PLURAL:$1|修訂}}\";'),('ami','messages:import-mapping-default','s:35:\"zh-hant:匯入至原始命名空間\";'),('ami','messages:import-mapping-namespace','s:32:\"zh-hant:匯入至命名空間：\";'),('ami','messages:import-mapping-subpage','s:47:\"zh-hant:匯入作爲以下頁面的子頁面：\";'),('ami','messages:import-noarticle','s:41:\"zh-hant:沒有任何可匯入的頁面！\";'),('ami','messages:import-nonewrevisions','s:71:\"zh-hant:未匯入任何修訂 (修訂已存在，或因錯誤跳過)。\";'),('ami','messages:import-options-wrong','s:56:\"zh-hant:{{PLURAL:$2|選項}}錯誤：<nowiki>$1</nowiki>\";'),('ami','messages:import-parse-failure','s:30:\"zh-hant:XML 匯入解析失敗\";'),('ami','messages:import-revision-count','s:20:\"zh-hant:$1 個修訂\";'),('ami','messages:import-rootpage-invalid','s:41:\"zh-hant:指定的根頁面標題無效。\";'),('ami','messages:import-rootpage-nosubpage','s:59:\"zh-hant:命名空間 \"$1\" 的根頁面不允許子頁面。\";'),('ami','messages:import-summary','s:3:\"en:\";'),('ami','messages:import-token-mismatch','s:257:\"zh-hant:連線階段資料遺失。\n\n您可能已被登出。\'\'\'請確認您是否仍在登入狀態並再試一次\'\'\'。\n若仍無法運作，請嘗試[[Special:UserLogout|登出]]再登入一次，並檢查您的瀏覽器是否允許本站使用 cookie。\";'),('ami','messages:import-upload','s:25:\"zh-hant:上傳 XML 資料\";'),('ami','messages:import-upload-filename','s:23:\"zh-hant:檔案名稱：\";'),('ami','messages:import-upload-username-prefix','s:26:\"zh-hant:跨 wiki 字首：\";'),('ami','messages:importbadinterwiki','s:34:\"zh-hant:無效的 Interwiki 連結\";'),('ami','messages:importcantopen','s:32:\"zh-hant:無法開啟匯入檔案\";'),('ami','messages:imported-log-entries','s:39:\"zh-hant:已匯入 $1 筆日誌項目。\";'),('ami','messages:importfailed','s:42:\"zh-hant:匯入失敗：<nowiki>$1</nowiki>\";'),('ami','messages:importinterwiki','s:27:\"zh-hant:從其他wiki匯入\";'),('ami','messages:importlogpage','s:42:\"ami:pacomd to nisoritan to romi’ami’ad\";'),('ami','messages:importlogpagetext','s:60:\"zh-hant:管理性匯入其他wiki的頁面及編輯歷史。\";'),('ami','messages:importnofile','s:32:\"zh-hant:未上傳匯入檔案。\";'),('ami','messages:importnopages','s:35:\"zh-hant:沒有可匯入的頁面。\";'),('ami','messages:importnoprefix','s:35:\"zh-hant:沒有提供跨 wiki 字首\";'),('ami','messages:importnosources','s:92:\"zh-hant:未定義任何已匯入的維基來源且已關閉使用歷史記錄上傳功能。\";'),('ami','messages:importstart','s:29:\"zh-hant:正在匯入頁面...\";'),('ami','messages:importsuccess','s:26:\"zh-hant:已完成匯入！\";'),('ami','messages:importtext','s:126:\"zh-hant:請使用 [[Special:Export|匯出工具]] 從來源 Wiki 匯出檔案，\n儲存至您的電腦後再上傳到這裡。\";'),('ami','messages:importunknownsource','s:35:\"zh-hant:不明的來源匯入類型\";'),('ami','messages:importuploaderrorpartial','s:60:\"zh-hant:上傳匯入檔案失敗。\n僅上傳部份檔案。\";'),('ami','messages:importuploaderrorsize','s:75:\"zh-hant:上傳匯入檔案失敗。\n檔案大小超過允許上傳大小。\";'),('ami','messages:importuploaderrortemp','s:60:\"zh-hant:上傳匯入檔案失敗。\n遺失暫存資料夾。\";'),('ami','messages:index-category','s:29:\"zh-hant:已列索引的頁面\";'),('ami','messages:index-category-desc','s:124:\"zh-hant:命名空間允許，且含有魔術字 <code><nowiki>__INDEX__</nowiki></code> 被機器人列入索引的頁面。\";'),('ami','messages:infiniteblock','s:42:\"ami:awaayay ko tolas no romi’ad:infinite\";'),('ami','messages:intentionallyblankpage','s:29:\"zh-hant:此頁故意留白。\";'),('ami','messages:interlanguage-link-title','s:17:\"zh-hant:$1 – $2\";'),('ami','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ami','messages:interlanguage-link-title-nonlang','s:18:\"zh-hans:$1——$2\";'),('ami','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ami','messages:internalerror','s:20:\"zh-hant:內部錯誤\";'),('ami','messages:internalerror-fatal-exception','s:34:\"zh-hant:嚴重異常類型「$1」\";'),('ami','messages:internalerror_info','s:25:\"zh-hant:內部錯誤：$1\";'),('ami','messages:invalid-chunk-offset','s:26:\"zh-hant:無效區塊位置\";'),('ami','messages:invalid-content-data','s:26:\"zh-hant:內容資料無效\";'),('ami','messages:invalid-indicator-name','s:95:\"zh-hant:<strong>錯誤：</strong>頁面狀態指示的 <code>name</code> 屬性不能為空。\";'),('ami','messages:invalid-json-data','s:27:\"zh-hant:無效的 JSON：$1\";'),('ami','messages:invalid-langconvert-attrs','s:161:\"zh-hant:<strong>錯誤：</strong>Langconvert標籤的<code>from</code>和<code>to</code>屬性不應為空且包含相同語言可轉換變體的BCP 47代碼。\";'),('ami','messages:invalidateemail','s:32:\"zh-hant:取消電子郵件確認\";'),('ami','messages:invalidemailaddress','s:128:\"zh-hant:無法接受格式不正確的電子郵件地址，請輸入正確的電子郵件地址格式或略過填寫該欄位。\";'),('ami','messages:invalidtitle','s:20:\"zh-hant:無效標題\";'),('ami','messages:invalidtitle-knownnamespace','s:59:\"zh-hant:命名空間 \"$2\" 與名稱 \"$3\" 是無效的標題\";'),('ami','messages:invalidtitle-unknownnamespace','s:72:\"zh-hant:不明的命名空間編號 $1 與名稱 \"$2\" 是無效的標題\";'),('ami','messages:invert','s:30:\"ami:Macaco’isay ko pipili’\";'),('ami','messages:ip_range_exceeded','s:61:\"zh-hant:IP段超過其最大範圍。允許的範圍：/$1。\";'),('ami','messages:ip_range_invalid','s:30:\"zh-hant:無效的 IP 範圍。\";'),('ami','messages:ip_range_toolarge','s:42:\"zh-hant:不允許封鎖範圍大於 /$1。\";'),('ami','messages:ip_range_toolow','s:28:\"zh-hant:不允許IP範圍。\";'),('ami','messages:ipaddressorusername','s:51:\"ami:kaitiraan no IP ano ecangangan no micokaymasay:\";'),('ami','messages:ipb-action-create','s:23:\"zh-hant:建立新頁面\";'),('ami','messages:ipb-action-move','s:23:\"zh-hant:重命名頁面\";'),('ami','messages:ipb-action-upload','s:20:\"zh-hant:上傳檔案\";'),('ami','messages:ipb-block-not-found','s:189:\"zh-hant:封鎖沒有建立出，但找不到對於「$1」的現有封鎖。若問題持續出現，請[https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users 回報]。\";'),('ami','messages:ipb-blockingself','s:56:\"zh-hant:您要封鎖自己！您確定要這樣做嗎？\";'),('ami','messages:ipb-blocklist','s:29:\"zh-hant:檢視目前的封鎖\";'),('ami','messages:ipb-blocklist-contribs','s:33:\"zh-hant:{{GENDER:$1|$1}}的貢獻\";'),('ami','messages:ipb-blocklist-duration-left','s:17:\"zh-hant:剩下 $1\";'),('ami','messages:ipb-change-block','s:47:\"zh-hant:使用現有設定重新封鎖使用者\";'),('ami','messages:ipb-confirm','s:20:\"zh-hant:確認封鎖\";'),('ami','messages:ipb-confirmaction','s:87:\"zh-hant:若您確定要這樣做，請檢查下方的「{{int:ipb-confirm}}」欄位。\";'),('ami','messages:ipb-confirmhideuser','s:163:\"zh-hant:您要封鎖一位使用者並且 \"隱藏\" 該使用者，這會禁止顯示所有出現在清單及記錄中的使用者名稱。\n你確定要這樣做？\";'),('ami','messages:ipb-default-expiry','s:3:\"en:\";'),('ami','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ami','messages:ipb-disableusertalk','s:32:\"zh-hant:編輯自己的討論頁\";'),('ami','messages:ipb-edit-dropdown','s:26:\"zh-hant:編輯封鎖原因\";'),('ami','messages:ipb-empty-block','s:50:\"zh-hant:提交的封鎖沒有啟用任何限制。\";'),('ami','messages:ipb-hardblock','s:49:\"zh-hant:封鎖使用此IP位址的登入使用者\";'),('ami','messages:ipb-namespaces-label','s:20:\"zh-hant:命名空間\";'),('ami','messages:ipb-needreblock','s:56:\"zh-hant:$1 已經被封鎖。您是否想變更設定？\";'),('ami','messages:ipb-otherblocks-header','s:34:\"zh-hant:其他{{PLURAL:$1|封鎖}}\";'),('ami','messages:ipb-pages-label','s:14:\"zh-hant:頁面\";'),('ami','messages:ipb-partial','s:14:\"zh-hant:部分\";'),('ami','messages:ipb-partial-help','s:128:\"zh-hant:你可以選擇頁面或是命名空間來封鎖。這不會封鎖預設動作，你只會封鎖一些特定的動作。\";'),('ami','messages:ipb-prevent-user-talk-edit','s:137:\"zh-hant:必須允許被部分封鎖的使用者編輯他的使用者討論頁，除非該封鎖限制包含使用者討論命名空間。\";'),('ami','messages:ipb-sitewide','s:20:\"zh-hant:全站範圍\";'),('ami','messages:ipb-sitewide-help','s:176:\"zh-hant:封鎖所有頁面和命名空間的編輯。這也會封鎖預設操作（[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users 查看使用說明]）\";'),('ami','messages:ipb-unblock','s:48:\"zh-hant:解除封鎖使用者名稱或 IP 位址\";'),('ami','messages:ipb-unblock-addr','s:22:\"zh-hant:解除封鎖$1\";'),('ami','messages:ipb_already_blocked','s:28:\"zh-hant:已經封鎖 \"$1\"。\";'),('ami','messages:ipb_blocked_as_range','s:171:\"zh-hant:錯誤：IP 位址 $1 並不是直接被封鎖，因此無法直接解除封鎖。\n此 IP 位址在 $2 的封鎖範圍之中，您可以解決此範圍的封鎖。\";'),('ami','messages:ipb_cant_unblock','s:55:\"zh-hant:錯誤：查無封鎖$1，可能已被移除。\";'),('ami','messages:ipb_expiry_invalid','s:26:\"zh-hant:無效的期限。\";'),('ami','messages:ipb_expiry_old','s:29:\"zh-hant:到期時間已過。\";'),('ami','messages:ipb_expiry_temp','s:59:\"zh-hant:隱藏使用者名稱的封鎖必須是永久的。\";'),('ami','messages:ipb_hide_invalid','s:72:\"zh-hant:無法禁止顯示此帳號；它擁有超過 $1 次的編輯。\";'),('ami','messages:ipb_hide_partial','s:53:\"zh-hant:隱藏使用者封鎖必須是全站封鎖。\";'),('ami','messages:ipbblocked','s:77:\"zh-hant:因您已被封鎖，故無法封鎖或解除封鎖其他使用者。\";'),('ami','messages:ipbcreateaccount','s:20:\"zh-hant:帳號建立\";'),('ami','messages:ipbemailban','s:26:\"zh-hant:傳送電子郵件\";'),('ami','messages:ipbenableautoblock','s:99:\"zh-hant:自動將此使用者最後所使用的，以及後續編輯所在的所有IP位址封鎖$1\";'),('ami','messages:ipbhidename','s:50:\"zh-hant:在編輯及清單中隱藏使用者名稱\";'),('ami','messages:ipblocklist','s:29:\"zh-hant:已封鎖的使用者\";'),('ami','messages:ipblocklist-empty','s:29:\"zh-hant:封鎖清單為空。\";'),('ami','messages:ipblocklist-legend','s:35:\"zh-hant:搜尋已封鎖的使用者\";'),('ami','messages:ipblocklist-localblock','s:20:\"zh-hant:本地封鎖\";'),('ami','messages:ipblocklist-no-results','s:72:\"zh-hant:未找出符合所請求 IP 位址或使用者名稱的封鎖。\";'),('ami','messages:ipblocklist-otherblocks','s:34:\"zh-hant:其他{{PLURAL:$1|封鎖}}\";'),('ami','messages:ipblocklist-submit','s:11:\"ami:saoo’\";'),('ami','messages:ipbnounblockself','s:38:\"zh-hant:不允許解除封鎖自己。\";'),('ami','messages:ipboptions','s:195:\"ami:2 tatokian:2 hours,1 romi’ad:1 day,3 romi’ad:3 days,1 lipay:1 week,2 lipay:2 weeks,1 folad:1 month,3 folad:3 months,6 folad:6 months,1 miheca:1 year,awaayay ko tolas no romi’ad:infinite\";'),('ami','messages:ipbother','s:23:\"zh-hant:其他時間：\";'),('ami','messages:ipbreason','s:17:\"zh-hant:原因：\";'),('ami','messages:ipbreason-dropdown','s:241:\"zh-hant:*常見的封鎖原因\n** 填寫不實資訊\n** 刪除頁面內容\n** 散佈外部廣告連結\n** 在頁面填寫無意義文字\n** 無禮的行為、攻擊／騷擾別人\n** 濫用多個帳號\n** 使用不受歡迎的使用者名稱\";'),('ami','messages:ipbsubmit','s:26:\"zh-hant:封鎖此使用者\";'),('ami','messages:ipbwatchuser','s:56:\"zh-hant:監視此使用者的使用者頁面與討論頁\";'),('ami','messages:ipusubmit','s:23:\"zh-hant:移除此封鎖\";'),('ami','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('ami','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('ami','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('ami','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('ami','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('ami','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('ami','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('ami','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('ami','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('ami','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('ami','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('ami','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('ami','messages:isimage','s:27:\"ami:patatongod to tang’an\";'),('ami','messages:isredirect','s:30:\"ami:misafaeloh misiyor i felih\";'),('ami','messages:istemplate','s:22:\"ami:Micaliw micokaymas\";'),('ami','messages:jan','s:20:\"ami:Saka cecay folad\";'),('ami','messages:january','s:20:\"ami:Saka cecay folad\";'),('ami','messages:january-gen','s:20:\"ami:Saka cecay folad\";'),('ami','messages:javascripttest','s:25:\"zh-hant:JavaScript 測試\";'),('ami','messages:javascripttest-qunit-intro','s:62:\"zh-hant:請參考 mediawiki.org 的 [$1 測試說明文件]。\";'),('ami','messages:json-error-ctrl-char','s:53:\"zh-hant:控制字元錯誤，可能被不正確編碼\";'),('ami','messages:json-error-depth','s:35:\"zh-hant:已超出堆疊深度限制\";'),('ami','messages:json-error-invalid-property-name','s:38:\"zh-hant:解碼後的屬性名稱無效\";'),('ami','messages:json-error-state-mismatch','s:40:\"zh-hant:無效或格式不正確的 JSON\";'),('ami','messages:json-error-syntax','s:20:\"zh-hant:語法錯誤\";'),('ami','messages:json-error-unknown','s:39:\"zh-hant:JSON 發生問題。錯誤：$1\";'),('ami','messages:json-error-utf16','s:67:\"zh-hant:格式不正確的 UTF-16 字元，可能被不正確編碼\";'),('ami','messages:json-error-utf8','s:66:\"zh-hant:格式不正確的 UTF-8 字元，可能被不正確編碼\";'),('ami','messages:json-warn-trailing-comma','s:59:\"zh-hant:已移除 $1 個 JSON 結尾的{{PLURAL:$1|逗號}}\";'),('ami','messages:jul','s:20:\"ami:Saka pito^ folad\";'),('ami','messages:july','s:20:\"ami:Saka pito^ folad\";'),('ami','messages:july-gen','s:20:\"ami:Saka pito^ folad\";'),('ami','messages:jumpto','s:9:\"ami:tayra\";'),('ami','messages:jumptonavigation','s:23:\"ami:pakerid a mi’araw\";'),('ami','messages:jumptosearch','s:11:\"ami:saoo’\";'),('ami','messages:jun','s:21:\"ami:Saka enem a folad\";'),('ami','messages:june','s:21:\"ami:Saka enem a folad\";'),('ami','messages:june-gen','s:21:\"ami:Saka enem a folad\";'),('ami','messages:just-now','s:14:\"zh-hant:剛才\";'),('ami','messages:lag-warn-high','s:107:\"zh-hant:由於資料庫回應延遲，此清單可能不會顯示最近 $1 {{PLURAL:$1|秒}}內的變更。\";'),('ami','messages:lag-warn-normal','s:77:\"zh-hant:此清單可能不會顯示最近 $1 {{PLURAL:$1|秒}}內的變更。\";'),('ami','messages:laggedreplicamode','s:73:\"zh-hant:<strong>警告：</strong>頁面可能不包含最近的更新。\";'),('ami','messages:language-converter-depth-warning','s:49:\"zh-hant:已超出語言轉換器深度限制 ($1)\";'),('ami','messages:large-file','s:63:\"zh-hant:建議的檔案大小上限為 $1；\n此檔案為 $2。\";'),('ami','messages:largefileserver','s:62:\"zh-hant:此檔案大小超出伺服器設定的允許範圍。\";'),('ami','messages:last','s:15:\"ami:ka’ayaway\";'),('ami','messages:lastmodifiedat','s:55:\"ami:Inian a felih i, o sarikoray a mikawitan i $1 $2。\";'),('ami','messages:lastmodifiedatby','s:50:\"zh-hant:此頁面由$3於 $1 $2 做最後編輯。\";'),('ami','messages:license','s:25:\"ami:o sakipatorod a tilid\";'),('ami','messages:license-header','s:25:\"ami:o sakipatorod a tilid\";'),('ami','messages:license-nopreview','s:22:\"zh-hant:(不可預覽)\";'),('ami','messages:licenses','s:4:\"en:-\";'),('ami','messages:licenses-edit','s:32:\"zh-hant:編輯授權條款選項\";'),('ami','messages:limitreport-cputime','s:24:\"zh-hant:CPU 使用時間\";'),('ami','messages:limitreport-cputime-value','s:14:\"zh-hant:$1 秒\";'),('ami','messages:limitreport-expansiondepth','s:26:\"zh-hant:最高展開深度\";'),('ami','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('ami','messages:limitreport-expensivefunctioncount','s:38:\"zh-hant:高開銷解析器函數次數\";'),('ami','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('ami','messages:limitreport-postexpandincludesize','s:32:\"zh-hant:展開後的引用大小\";'),('ami','messages:limitreport-postexpandincludesize-value','s:40:\"zh-hant:$1/$2 個{{PLURAL:$2|位元組}}\";'),('ami','messages:limitreport-ppvisitednodes','s:41:\"zh-hant:前置處理器造訪節點計數\";'),('ami','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('ami','messages:limitreport-templateargumentsize','s:26:\"zh-hant:模板參數大小\";'),('ami','messages:limitreport-templateargumentsize-value','s:40:\"zh-hant:$1/$2 個{{PLURAL:$2|位元組}}\";'),('ami','messages:limitreport-title','s:32:\"zh-hant:解析器分析資料：\";'),('ami','messages:limitreport-unstrip-depth','s:28:\"zh-hant:Unstrip 迴圈深度\";'),('ami','messages:limitreport-unstrip-depth-value','s:13:\"zh-hant:$1/$2\";'),('ami','messages:limitreport-unstrip-size','s:34:\"zh-hant:Unstrip 傳遞擴充大小\";'),('ami','messages:limitreport-unstrip-size-value','s:36:\"zh-hant:$1/$2{{PLURAL:$2|位元組}}\";'),('ami','messages:limitreport-walltime','s:26:\"zh-hant:實際使用時間\";'),('ami','messages:limitreport-walltime-value','s:14:\"zh-hant:$1 秒\";'),('ami','messages:lineno','s:12:\"ami:$1 tosir\";'),('ami','messages:linkaccounts','s:20:\"zh-hant:連結帳號\";'),('ami','messages:linkaccounts-submit','s:20:\"zh-hant:連結帳號\";'),('ami','messages:linkaccounts-success-text','s:26:\"zh-hant:已連結帳號。\";'),('ami','messages:linksearch','s:26:\"zh-hant:外部連結搜尋\";'),('ami','messages:linksearch-error','s:59:\"zh-hant:萬用字元僅可在主機名稱的開頭使用。\";'),('ami','messages:linksearch-line','s:27:\"zh-hant:$1 由 $2 所連結\";'),('ami','messages:linksearch-ns','s:19:\"ami:O pipanganganan\";'),('ami','messages:linksearch-ok','s:11:\"ami:saoo’\";'),('ami','messages:linksearch-pat','s:26:\"zh-hant:搜尋關鍵字：\";'),('ami','messages:linksearch-summary','s:3:\"en:\";'),('ami','messages:linksearch-text','s:158:\"zh-hant:可使用萬用字元如 *.wikipedia.org。<br />\n支援的{{PLURAL:$2|通訊協定}}有：$1（若未指定則預設使用 http:// 通訊協定）。\";'),('ami','messages:linkshere','s:57:\"ami:kaikoray a felih o mamapatongod i<strong>$2</strong>:\";'),('ami','messages:linkstoimage','s:96:\"ami:Onini laenoay {{PLURAL:$1| makakafit ko felih |$1 ko felih makakafit}}tayi tonini a tang^an:\";'),('ami','messages:linkstoimage-more','s:211:\"ami:超過 $1 個{{PLURAL:$1|頁面|頁面}}有用到此檔案。\n下列清單只列出{{PLURAL:$1|首個|前 $1 筆}}有用到此檔案的頁面。\n您也可以檢視[[Special:WhatLinksHere/$2|完整清單]]。\";'),('ami','messages:linkstoimage-redirect','s:42:\"ami:$1 (misafaeloh misiyor to tang^an ) $2\";'),('ami','messages:linterror-bogus-image-options','s:32:\"zh-hant:有問題的檔案選項\";'),('ami','messages:linterror-deletable-table-tag','s:35:\"zh-hant:應被刪除的表格標籤\";'),('ami','messages:linterror-html5-misnesting','s:32:\"zh-hant:錯誤（現已中斷）\";'),('ami','messages:linterror-misc-tidy-replacement-issues','s:26:\"zh-hant:各項標記錯誤\";'),('ami','messages:linterror-misnested-tag','s:47:\"zh-hant:應當正確嵌套卻未嵌套的標籤\";'),('ami','messages:linterror-missing-end-tag','s:26:\"zh-hant:缺少結束標籤\";'),('ami','messages:linterror-multi-colon-escape','s:23:\"zh-hant:多餘的冒號\";'),('ami','messages:linterror-multiline-html-table-in-list','s:37:\"zh-hant:清單內的多行HTML5表格\";'),('ami','messages:linterror-multiple-unclosed-formatting-tags','s:53:\"zh-hant:頁面上有多處未閉合的格式化標籤\";'),('ami','messages:linterror-obsolete-tag','s:27:\"zh-hant:過時的HTML標籤\";'),('ami','messages:linterror-pwrap-bug-workaround','s:41:\"zh-hant:可以解決的段落換行錯誤\";'),('ami','messages:linterror-self-closed-tag','s:23:\"zh-hant:自封閉標籤\";'),('ami','messages:linterror-stripped-tag','s:26:\"zh-hant:已忽略的標籤\";'),('ami','messages:linterror-tidy-font-bug','s:42:\"zh-hant:Font標籤嘗試改變連結顏色\";'),('ami','messages:linterror-tidy-whitespace-bug','s:26:\"zh-hant:空格解析錯誤\";'),('ami','messages:linterror-unclosed-quotes-in-heading','s:41:\"zh-hant:未閉合引號從目次中溢出\";'),('ami','messages:listduplicatedfiles','s:26:\"zh-hant:重複檔案清單\";'),('ami','messages:listduplicatedfiles-entry','s:62:\"zh-hant:[[:File:$1|$1]] 有[[$3|其他 $2 個重複檔案]]。\";'),('ami','messages:listduplicatedfiles-summary','s:113:\"zh-hant:此清單中包含最新版本的檔案與其他檔案重複的清單，本清單只顯示本地檔案。\";'),('ami','messages:listfiles','s:25:\"ami:O kamok no tang-’an\";'),('ami','messages:listfiles-delete','s:14:\"zh-hant:刪除\";'),('ami','messages:listfiles-latestversion','s:20:\"zh-hant:目前版本\";'),('ami','messages:listfiles-latestversion-no','s:11:\"zh-hant:否\";'),('ami','messages:listfiles-latestversion-yes','s:11:\"zh-hant:是\";'),('ami','messages:listfiles-show-all','s:32:\"zh-hant:包括檔案的舊版本\";'),('ami','messages:listfiles-summary','s:56:\"zh-hant:此特殊頁面顯示所有已上傳的檔案。\";'),('ami','messages:listfiles-userdoesnotexist','s:68:\"ami:Caay ho ka hayda ko pipangangan a cang-haw no micokaymasay \"$1\".\";'),('ami','messages:listfiles_count','s:14:\"zh-hant:版本\";'),('ami','messages:listfiles_date','s:15:\"ami:O romi’ad\";'),('ami','messages:listfiles_description','s:9:\"ami:kimad\";'),('ami','messages:listfiles_name','s:14:\"zh-hant:名稱\";'),('ami','messages:listfiles_size','s:17:\"zh-hant:大⁠小\";'),('ami','messages:listfiles_subpage','s:25:\"zh-hant:$1上傳的檔案\";'),('ami','messages:listfiles_thumb','s:24:\"ami:nisamamangan a conga\";'),('ami','messages:listfiles_user','s:16:\"ami:micokaymasay\";'),('ami','messages:listgrants','s:20:\"zh-hant:授權清單\";'),('ami','messages:listgrants-grant','s:14:\"zh-hant:授權\";'),('ami','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ami','messages:listgrants-rights','s:14:\"zh-hant:權限\";'),('ami','messages:listgrants-summary','s:346:\"zh-hant:以下為與使用者權限相關連的授權清單。使用者可以授權應用程式使用他們自己的帳號，但限於使用者授予應用程式的權限。同時，應用程式亦不能使用使用者本身沒有的權限。\n您可能可以在[[{{MediaWiki:Listgrouprights-helppage}}|這裡]]取得個別權限的額外資料。\";'),('ami','messages:listgrouprights','s:29:\"zh-hant:使用者群組權限\";'),('ami','messages:listgrouprights-addgroup','s:39:\"zh-hant:加入{{PLURAL:$2|群組}}：$1\";'),('ami','messages:listgrouprights-addgroup-all','s:26:\"zh-hant:加入所有群組\";'),('ami','messages:listgrouprights-addgroup-self','s:76:\"zh-hant:在自己的帳號中加入的{{PLURAL:$2|一個|多個}}群組：$1\";'),('ami','messages:listgrouprights-addgroup-self-all','s:47:\"zh-hant:在自己的帳號中加入所有群組\";'),('ami','messages:listgrouprights-group','s:14:\"zh-hant:群組\";'),('ami','messages:listgrouprights-helppage','s:34:\"zh-hant:Help:使用者群組權限\";'),('ami','messages:listgrouprights-key','s:149:\"zh-hant:說明：\n* <span class=\"listgrouprights-granted\">已授予的權限</span>\n* <span class=\"listgrouprights-revoked\">已撤銷的權限</span>\";'),('ami','messages:listgrouprights-members','s:35:\"ami:(laloma’ay no kamok a tamdaw)\";'),('ami','messages:listgrouprights-namespaceprotection-header','s:26:\"zh-hant:命名空間限制\";'),('ami','messages:listgrouprights-namespaceprotection-namespace','s:20:\"zh-hant:命名空間\";'),('ami','messages:listgrouprights-namespaceprotection-restrictedto','s:38:\"zh-hant:允許使用者編輯的權限\";'),('ami','messages:listgrouprights-removegroup','s:46:\"zh-hant:移除{{PLURAL:$2|群組|群組}}：$1\";'),('ami','messages:listgrouprights-removegroup-all','s:26:\"zh-hant:移除所有群組\";'),('ami','messages:listgrouprights-removegroup-self','s:70:\"zh-hant:移除自己帳號中的{{PLURAL:$2|一個|多個}}群組：$1\";'),('ami','messages:listgrouprights-removegroup-self-all','s:44:\"zh-hant:移除自己帳號中的所有群組\";'),('ami','messages:listgrouprights-right-display','s:73:\"zh-hans:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ami','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ami','messages:listgrouprights-rights','s:14:\"zh-hant:權限\";'),('ami','messages:listgrouprights-summary','s:186:\"zh-hant:以下為此 Wiki 的使用者群組清單，以及相關的存取權限。您可以在[[{{MediaWiki:Listgrouprights-helppage}}|詳細資訊]]找到有關個別權限的資訊。\";'),('ami','messages:listredirects','s:26:\"zh-hant:重新導向清單\";'),('ami','messages:listredirects-summary','s:3:\"en:\";'),('ami','messages:listusers','s:24:\"ami:micokaymasay a kamok\";'),('ami','messages:listusers-blocked','s:11:\"ami:(ciker)\";'),('ami','messages:listusers-creationsort','s:29:\"zh-hant:依建立日期排序\";'),('ami','messages:listusers-desc','s:26:\"zh-hant:使用降冪排序\";'),('ami','messages:listusers-editsonly','s:38:\"zh-hant:只顯示有編輯的使用者\";'),('ami','messages:listusers-noresult','s:26:\"zh-hant:查無使用者。\";'),('ami','messages:listusers-submit','s:14:\"ami:pahapinang\";'),('ami','messages:listusers-summary','s:3:\"en:\";'),('ami','messages:listusers-temporarygroupsonly','s:53:\"zh-hant:僅顯示在臨時使用者群組的使用者\";'),('ami','messages:listusersfrom','s:41:\"zh-hant:從此處開始顯示使用者：\";'),('ami','messages:localtime','s:23:\"zh-hant:當地時間：\";'),('ami','messages:lockbtn','s:23:\"zh-hant:鎖定資料庫\";'),('ami','messages:lockconfirm','s:44:\"zh-hant:是的，我想要鎖定資料庫。\";'),('ami','messages:lockdb','s:23:\"zh-hant:鎖定資料庫\";'),('ami','messages:lockdbsuccesssub','s:32:\"zh-hant:已成功鎖定資料庫\";'),('ami','messages:lockdbsuccesstext','s:110:\"zh-hant:已鎖定資料庫。<br />\n請記得在維護完成後 [[Special:UnlockDB|解除鎖定]] 資料庫。\";'),('ami','messages:lockdbtext','s:237:\"zh-hant:鎖定資料庫將會中止所有使用者編輯頁面、更改偏好設定、編輯監視清單與其他需要更動到資料庫的操作。\n請確認您是否要這樣做，並在維護作業結束時解除資料庫的鎖定。\";'),('ami','messages:lockedbyandtime','s:44:\"zh-hant:(由 {{GENDER:$1|$1}} 於 $2 的 $3)\";'),('ami','messages:lockfilenotwritable','s:132:\"zh-hant:沒有權限寫入資料庫鎖定檔案。\n網頁伺服器需要該檔案的寫入權限以鎖定和解除鎖定資料庫。\";'),('ami','messages:lockmanager-fail-acquirelock','s:44:\"zh-hant:無法取得 \"$1\" 的鎖定狀態。\";'),('ami','messages:lockmanager-fail-closelock','s:44:\"zh-hant:無法關閉 \"$1\" 的鎖定檔案。\";'),('ami','messages:lockmanager-fail-conflict','s:50:\"zh-hant:取不到鎖，有人正在操作該檔。\";'),('ami','messages:lockmanager-fail-db-bucket','s:63:\"zh-hant:無法聯繫於清單 $1 中足夠要鎖定資料庫。\";'),('ami','messages:lockmanager-fail-db-release','s:51:\"zh-hant:無法釋放資料庫 $1 的鎖定狀態。\";'),('ami','messages:lockmanager-fail-deletelock','s:44:\"zh-hant:無法刪除 \"$1\" 的鎖定檔案。\";'),('ami','messages:lockmanager-fail-openlock','s:246:\"zh-hant:無法開啟 \"$1\" 的鎖定檔案。請確保您的上傳目錄配置正確，且您的網頁伺服器具有寫入該目錄的權限。參見https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory 獲取更多信息。\";'),('ami','messages:lockmanager-fail-releaselock','s:44:\"zh-hant:無法釋放 \"$1\" 的鎖定狀態。\";'),('ami','messages:lockmanager-fail-svr-acquire','s:51:\"zh-hant:無法取得伺服器 $1 的鎖定狀態。\";'),('ami','messages:lockmanager-fail-svr-release','s:51:\"zh-hant:無法釋放伺服器 $1 的鎖定狀態。\";'),('ami','messages:lockmanager-notlocked','s:61:\"zh-hant:無法解除鎖定 \"$1\"；該檔案並未被鎖定。\";'),('ami','messages:locknoconfirm','s:41:\"zh-hant:您未勾選確認核選方塊。\";'),('ami','messages:log','s:32:\"ami:nisoritan to romi’ami’ad\";'),('ami','messages:log-action-filter-all','s:18:\"ami:Maemin/po:long\";'),('ami','messages:log-action-filter-block','s:23:\"zh-hant:封鎖類型：\";'),('ami','messages:log-action-filter-block-block','s:25:\"ami:ciker/maciker/cikeren\";'),('ami','messages:log-action-filter-block-reblock','s:20:\"zh-hant:修改封鎖\";'),('ami','messages:log-action-filter-block-unblock','s:14:\"zh-hant:解封\";'),('ami','messages:log-action-filter-contentmodel','s:35:\"zh-hant:內容模型變更類型：\";'),('ami','messages:log-action-filter-contentmodel-change','s:26:\"zh-hant:變更內容模型\";'),('ami','messages:log-action-filter-contentmodel-new','s:47:\"zh-hant:使用非預設內容模型建立頁面\";'),('ami','messages:log-action-filter-delete','s:23:\"zh-hant:刪除類型：\";'),('ami','messages:log-action-filter-delete-delete','s:20:\"zh-hant:刪除頁面\";'),('ami','messages:log-action-filter-delete-delete_redir','s:26:\"zh-hant:覆寫重新導向\";'),('ami','messages:log-action-filter-delete-delete_redir2','s:26:\"zh-hant:重新導向覆寫\";'),('ami','messages:log-action-filter-delete-event','s:20:\"zh-hant:刪除日誌\";'),('ami','messages:log-action-filter-delete-restore','s:20:\"zh-hant:還原頁面\";'),('ami','messages:log-action-filter-delete-revision','s:20:\"zh-hant:刪除修訂\";'),('ami','messages:log-action-filter-import','s:23:\"zh-hant:匯入類型：\";'),('ami','messages:log-action-filter-import-interwiki','s:21:\"zh-hant:跨wiki匯入\";'),('ami','messages:log-action-filter-import-upload','s:35:\"zh-hant:使用XML檔案上傳匯入\";'),('ami','messages:log-action-filter-managetags','s:35:\"zh-hant:標籤管理操作類型：\";'),('ami','messages:log-action-filter-managetags-activate','s:20:\"zh-hant:啟用標籤\";'),('ami','messages:log-action-filter-managetags-create','s:20:\"zh-hant:建立標籤\";'),('ami','messages:log-action-filter-managetags-deactivate','s:20:\"zh-hant:停用標籤\";'),('ami','messages:log-action-filter-managetags-delete','s:20:\"zh-hant:刪除標籤\";'),('ami','messages:log-action-filter-move','s:23:\"zh-hant:移動類型：\";'),('ami','messages:log-action-filter-move-move','s:38:\"zh-hant:移動而不覆寫重新導向\";'),('ami','messages:log-action-filter-move-move_redir','s:35:\"zh-hant:移動並覆寫重新導向\";'),('ami','messages:log-action-filter-newusers','s:29:\"zh-hant:帳號建立類型：\";'),('ami','messages:log-action-filter-newusers-autocreate','s:20:\"zh-hant:自動建立\";'),('ami','messages:log-action-filter-newusers-byemail','s:44:\"zh-hant:使用電子郵件寄送密碼建立\";'),('ami','messages:log-action-filter-newusers-create','s:32:\"zh-hant:由匿名使用者建立\";'),('ami','messages:log-action-filter-newusers-create2','s:35:\"zh-hant:由已註冊使用者建立\";'),('ami','messages:log-action-filter-patrol','s:23:\"zh-hant:巡查類型：\";'),('ami','messages:log-action-filter-patrol-autopatrol','s:20:\"zh-hant:自動巡查\";'),('ami','messages:log-action-filter-patrol-patrol','s:20:\"zh-hant:手動巡查\";'),('ami','messages:log-action-filter-protect','s:23:\"zh-hant:保護類型：\";'),('ami','messages:log-action-filter-protect-modify','s:20:\"zh-hant:修改保護\";'),('ami','messages:log-action-filter-protect-move_prot','s:20:\"zh-hant:移動保護\";'),('ami','messages:log-action-filter-protect-protect','s:14:\"zh-hant:保護\";'),('ami','messages:log-action-filter-protect-unprotect','s:20:\"zh-hant:解除保護\";'),('ami','messages:log-action-filter-rights','s:29:\"zh-hant:權限變更類型：\";'),('ami','messages:log-action-filter-rights-autopromote','s:20:\"zh-hant:自動變更\";'),('ami','messages:log-action-filter-rights-rights','s:20:\"zh-hant:手動變更\";'),('ami','messages:log-action-filter-suppress','s:29:\"zh-hant:監督隱藏類型：\";'),('ami','messages:log-action-filter-suppress-block','s:38:\"zh-hant:由封鎖禁止顯示使用者\";'),('ami','messages:log-action-filter-suppress-delete','s:20:\"zh-hant:頁面監督\";'),('ami','messages:log-action-filter-suppress-event','s:20:\"zh-hant:日誌監督\";'),('ami','messages:log-action-filter-suppress-reblock','s:44:\"zh-hant:透過重新封鎖的使用者監督\";'),('ami','messages:log-action-filter-suppress-revision','s:26:\"zh-hant:修訂禁止顯示\";'),('ami','messages:log-action-filter-upload','s:23:\"zh-hant:上傳類型：\";'),('ami','messages:log-action-filter-upload-overwrite','s:20:\"zh-hant:重新上傳\";'),('ami','messages:log-action-filter-upload-revert','s:14:\"zh-hant:還原\";'),('ami','messages:log-action-filter-upload-upload','s:17:\"zh-hant:新上傳\";'),('ami','messages:log-description-contentmodel','s:110:\"zh-hant:此頁列舉頁面內容模型的變更記錄以及使用非預設的內容模型所建立的頁面。\";'),('ami','messages:log-description-create','s:47:\"zh-hant:以下為最近頁面建立的清單。\";'),('ami','messages:log-description-managetags','s:215:\"zh-hant:此頁面列出與[[Special:Tags|標籤]]相關的管理工作項目。 在日誌中僅包含由管理員手動所做的操作；被 Wiki 軟體所建立或刪除的標籤項目，不會記錄在此日誌中\";'),('ami','messages:log-description-pagelang','s:47:\"zh-hant:此頁為頁面語言的變更日誌。\";'),('ami','messages:log-description-tag','s:200:\"zh-hant:當使用者自各別修訂或日誌項目加入或移除[[Special:Tags|標籤]]時會顯示於此頁面。 此日誌並不會列出當時對標籤所做的編輯、刪除或類似的動作。\";'),('ami','messages:log-edit-tags','s:44:\"zh-hant:編輯已選擇日誌項目的標籤\";'),('ami','messages:log-fulllog','s:26:\"zh-hant:檢視完整日誌\";'),('ami','messages:log-name-contentmodel','s:32:\"zh-hant:內容模型變更日誌\";'),('ami','messages:log-name-create','s:26:\"zh-hant:頁面建立日誌\";'),('ami','messages:log-name-managetags','s:26:\"zh-hant:標籤管理日誌\";'),('ami','messages:log-name-pagelang','s:26:\"zh-hant:語言變更日誌\";'),('ami','messages:log-name-tag','s:20:\"zh-hant:標籤日誌\";'),('ami','messages:log-title-wildcard','s:50:\"zh-hant:搜尋以此欄位文字為字首的標題\";'),('ami','messages:logdelete-failure','s:47:\"zh-hant:無法更新日誌的顯示設定：\n$1\";'),('ami','messages:logdelete-selected','s:59:\"zh-hant:已選擇{{PLURAL:$1|一筆|多筆}}日誌活動：\";'),('ami','messages:logdelete-success','s:38:\"zh-hant:已設定日誌的可見性。\";'),('ami','messages:logdelete-text','s:110:\"zh-hant:已刪除的日誌活動仍會出現於日誌中，但其部分內容將不會向公眾開放存取。\";'),('ami','messages:logempty','s:46:\"ami:awaay ko matatodongay to sakarocek a kilok\";'),('ami','messages:logentry-block-block','s:71:\"zh-hant:$1{{GENDER:$2|已封鎖}}{{GENDER:$4|$3}}，到期時間為$5$6\";'),('ami','messages:logentry-block-reblock','s:77:\"zh-hant:$1{{GENDER:$2|已變更}}{{GENDER:$4|$3}}的封鎖設定期限為$5$6\";'),('ami','messages:logentry-block-unblock','s:57:\"zh-hant:$1 {{GENDER:$2|已解除封鎖}} {{GENDER:$4|$3}}\";'),('ami','messages:logentry-contentmodel-change','s:78:\"zh-hant:$1{{GENDER:$2|已變更}}頁面$3的內容模型自「$4」至「$5」\";'),('ami','messages:logentry-contentmodel-change-revert','s:14:\"zh-hant:還原\";'),('ami','messages:logentry-contentmodel-change-revertlink','s:14:\"zh-hant:還原\";'),('ami','messages:logentry-contentmodel-new','s:79:\"zh-hant:$1已使用非預設的內容模型「$5」{{GENDER:$2|建立}}頁面$3\";'),('ami','messages:logentry-create-create','s:43:\"zh-hant:$1 {{GENDER:$2|已建立}}頁面 $3\";'),('ami','messages:logentry-delete-delete','s:30:\"ami:$1 masopitay to a felih $3\";'),('ami','messages:logentry-delete-delete_redir','s:59:\"zh-hant:$1透過覆寫{{GENDER:$2|刪除了}}重新導向$3\";'),('ami','messages:logentry-delete-delete_redir2','s:59:\"zh-hant:$1透過覆寫{{GENDER:$2|刪除了}}重新導向$3\";'),('ami','messages:logentry-delete-event','s:97:\"zh-hant:$1 {{GENDER:$2|已更改}} $3 中 {{PLURAL:$5|1 筆日誌|$5 筆日誌}}的可見性：$4\";'),('ami','messages:logentry-delete-event-legacy','s:59:\"zh-hant:$1 {{GENDER:$2|已變更}} $3 中日誌的可見性\";'),('ami','messages:logentry-delete-restore','s:48:\"ami:$1{{GENDER:$2| patiko }} o felih  $3（$4）\";'),('ami','messages:logentry-delete-restore-nocount','s:41:\"zh-hant:$1{{GENDER:$2|已還原}}頁面$3\";'),('ami','messages:logentry-delete-revision','s:116:\"ami:$1 {{GENDER:$2|masomaday to }} ko felih no $3 ilaloma’ {{PLURAL:$5|1 nisalofan |$5 nisalofan }}i felih no：$4\";'),('ami','messages:logentry-delete-revision-legacy','s:65:\"zh-hant:$1 {{GENDER:$2|已變更}}頁面 $3 中修訂的可見性\";'),('ami','messages:logentry-import-interwiki','s:52:\"zh-hant:$1 已由其他 wiki {{GENDER:$2|匯入}} $3\";'),('ami','messages:logentry-import-interwiki-details','s:75:\"zh-hant:$1已自$5{{GENDER:$2|匯入}}$3（$4{{PLURAL:$4|修訂|修訂}}）\";'),('ami','messages:logentry-import-upload','s:52:\"zh-hant:$1 已由檔案上傳{{GENDER:$2|匯入}} $3\";'),('ami','messages:logentry-import-upload-details','s:88:\"zh-hant:$1 已使用檔案上傳{{GENDER:$2|匯入}} $3 ($4 {{PLURAL:$4|修訂|修訂}})\";'),('ami','messages:logentry-managetags-activate','s:77:\"zh-hant:$1{{GENDER:$2|已啟用}}標籤「$4」供使用者與機器人使用\";'),('ami','messages:logentry-managetags-create','s:47:\"zh-hant:$1{{GENDER:$2|已建立}}標籤「$4」\";'),('ami','messages:logentry-managetags-deactivate','s:77:\"zh-hant:$1{{GENDER:$2|已停用}}標籤「$4」供使用者與機器人使用\";'),('ami','messages:logentry-managetags-delete','s:118:\"zh-hant:$1{{GENDER:$2|已刪除}}標籤「$4」（已自$5個{{PLURAL:$5|修訂或日誌|修訂或日誌}}中移除）\";'),('ami','messages:logentry-merge-merge','s:65:\"zh-hant:$1 將 $3 {{GENDER:$2|合併}}至 $4 (修訂版本至 $5)\";'),('ami','messages:logentry-move-move','s:61:\"ami:$1 {{GENDER:$2|malinah to}} ko felih nani $3 tangasa i $4\";'),('ami','messages:logentry-move-move-noredirect','s:88:\"ami:$1 {{GENDER:$2|malinah to }} ko felih nani  $3 tangsa i $4，caay safaelohen misiyor\";'),('ami','messages:logentry-move-move_redir','s:92:\"ami:$1 malinah to kona felih nani $3 tangsa $4 oroma sato matahepo koya nisafaelohan misiyor\";'),('ami','messages:logentry-move-move_redir-noredirect','s:97:\"zh-hant:$1{{GENDER:$2|已移動}}頁面$3覆蓋重新導向頁面至$4，未留重新導向頁面\";'),('ami','messages:logentry-newusers-autocreate','s:76:\"ami:Lonok sanay to {{GENDER:$2| misanga’ }} ko cang-haw no micokaymasay $1\";'),('ami','messages:logentry-newusers-byemail','s:86:\"zh-hant:$1 {{GENDER:$2|已建立}}使用者帳號 $3 並且以電子郵件通知密碼\";'),('ami','messages:logentry-newusers-create','s:67:\"ami:Ma-{{GENDER:$2| sanga’ay to }} ko cang-haw no micokaymasay $1\";'),('ami','messages:logentry-newusers-create2','s:52:\"zh-hant:$1 {{GENDER:$2|已建立}}使用者帳號 $3\";'),('ami','messages:logentry-newusers-newusers','s:67:\"ami:Ma-{{GENDER:$2| sanga’ay to }} ko cang-haw no micokaymasay $1\";'),('ami','messages:logentry-non-editing-block-block','s:86:\"zh-hant:$1{{GENDER:$2|已封鎖}}{{GENDER:$4|$3}}的指定非編輯操作至期限$5$6\";'),('ami','messages:logentry-non-editing-block-reblock','s:111:\"zh-hant:$1{{GENDER:$2|已變更}}{{GENDER:$4|$3}}的指定非編輯操作之封鎖設定，到期時間為$5 $6\";'),('ami','messages:logentry-pagelang-pagelang','s:63:\"zh-hant:$1 已將 $3 的語言從 $4 {{GENDER:$2|變更}}至 $5\";'),('ami','messages:logentry-partialblock-block','s:85:\"zh-hant:$1{{GENDER:$2|封鎖了}}{{GENDER:$4|$3}}對$7的編輯，到期時間為$5$6\";'),('ami','messages:logentry-partialblock-block-action','s:30:\"zh-hant:{{PLURAL:$1|操作}}$2\";'),('ami','messages:logentry-partialblock-block-ns','s:49:\"zh-hant:{{PLURAL:$1|命名空間|命名空間}}$2\";'),('ami','messages:logentry-partialblock-block-page','s:37:\"zh-hant:{{PLURAL:$1|頁面|頁面}}$2\";'),('ami','messages:logentry-partialblock-reblock','s:92:\"zh-hant:$1{{GENDER:$2|已變更}}{{GENDER:$4|$3}}在$7的封鎖設定，持續時間至$5 $6\";'),('ami','messages:logentry-patrol-patrol','s:69:\"zh-hant:$1 {{GENDER:$2|已標記}}頁面 $3 的修訂 $4 為已巡查\";'),('ami','messages:logentry-patrol-patrol-auto','s:92:\"ami:$1 milonok to {{GENDER:$2| sapahapinang }} a felih  $3 to nisalofan i  $4 o masolapay to\";'),('ami','messages:logentry-protect-modify','s:52:\"zh-hant:$1{{GENDER:$2|已變更}}$3的保護設定$4\";'),('ami','messages:logentry-protect-modify-cascade','s:60:\"zh-hant:$1{{GENDER:$2|已變更}}$3的保護設定$4[連鎖]\";'),('ami','messages:logentry-protect-move_prot','s:59:\"zh-hant:$1 {{GENDER:$2|已移動}}保護設定從 $4 至 $3\";'),('ami','messages:logentry-protect-protect','s:38:\"zh-hant:$1{{GENDER:$2|已保護}}$3 $4\";'),('ami','messages:logentry-protect-protect-cascade','s:49:\"zh-hant:$1 {{GENDER:$2|已保護}} $3 $4 [連鎖]\";'),('ami','messages:logentry-protect-unprotect','s:47:\"zh-hant:$1 {{GENDER:$2|已移除}} $3 的保護\";'),('ami','messages:logentry-rights-autopromote','s:49:\"zh-hant:$1已從$4自動{{GENDER:$2|提升}}為$5\";'),('ami','messages:logentry-rights-rights','s:80:\"zh-hant:$1已將{{GENDER:$6|$3}}的使用者群組從$4{{GENDER:$2|變更}}為$5\";'),('ami','messages:logentry-rights-rights-legacy','s:59:\"zh-hant:$1 {{GENDER:$2|已變更}} $3 的群組成員資格\";'),('ami','messages:logentry-suppress-block','s:71:\"zh-hant:$1{{GENDER:$2|已封鎖}}{{GENDER:$4|$3}}，到期時間為$5$6\";'),('ami','messages:logentry-suppress-delete','s:49:\"zh-hant:$1 {{GENDER:$2|已禁止顯示}}頁面 $3\";'),('ami','messages:logentry-suppress-event','s:103:\"zh-hant:$1 {{GENDER:$2|已暗中更改}} $3 中 {{PLURAL:$5|1 筆日誌|$5 筆日誌}}的可見性：$4\";'),('ami','messages:logentry-suppress-event-legacy','s:65:\"zh-hant:$1 {{GENDER:$2|已暗中變更}} $3 中日誌的可見性\";'),('ami','messages:logentry-suppress-reblock','s:82:\"zh-hant:$1 {{GENDER:$2|已變更}} {{GENDER:$4|$3}} 的封鎖設定期限為 $5 $6\";'),('ami','messages:logentry-suppress-revision','s:109:\"zh-hant:$1 {{GENDER:$2|已暗中更改}}頁面 $3 中 {{PLURAL:$5|1 筆修訂|$5 筆修訂}}的可見性：$4\";'),('ami','messages:logentry-suppress-revision-legacy','s:71:\"zh-hant:$1 {{GENDER:$2|已暗中更改}}頁面 $3 中修訂的可見性\";'),('ami','messages:logentry-tag-update-add-logentry','s:99:\"zh-hant:$1 {{GENDER:$2|已新增}}{{PLURAL:$7|標籤|標籤}} $6 至頁面 $3 的日誌項目 $5。\";'),('ami','messages:logentry-tag-update-add-revision','s:86:\"zh-hant:$1已對頁面「$3」的修訂$4{{GENDER:$2|新增}}{{PLURAL:$7|標籤}}$6。\";'),('ami','messages:logentry-tag-update-logentry','s:125:\"zh-hant:$1 {{GENDER:$2|已更新}}標籤於頁面 $3 的日誌項目 $5 ({{PLURAL:$7|加入}} $6; {{PLURAL:$9|移除}} $8)。\";'),('ami','messages:logentry-tag-update-remove-logentry','s:99:\"zh-hant:$1 {{GENDER:$2|已移除}}{{PLURAL:$9|標籤|標籤}} $8 自日誌項目 $3 的修訂 $5。\";'),('ami','messages:logentry-tag-update-remove-revision','s:83:\"zh-hant:$1{{GENDER:$2|已移除}}頁面「$3」修訂$4的{{PLURAL:$9|標籤}}$8。\";'),('ami','messages:logentry-tag-update-revision','s:119:\"zh-hant:$1 {{GENDER:$2|已更新}}標籤於頁面 $3 的修訂 $4 ({{PLURAL:$7|加入}} $6; {{PLURAL:$9|移除}} $8)。\";'),('ami','messages:logentry-upload-overwrite','s:54:\"ami:$1 {{GENDER:$2|mapaefer to}} faelohay rorong no $3\";'),('ami','messages:logentry-upload-revert','s:35:\"ami:$1 {{GENDER:$2|mapaefer to}} $3\";'),('ami','messages:logentry-upload-upload','s:35:\"ami:$1 {{GENDER:$2|mapaefer to}} $3\";'),('ami','messages:logeventslist-more-filters','s:29:\"zh-hant:顯示額外日誌：\";'),('ami','messages:logeventslist-newusers-log','s:29:\"zh-hant:建立使用者日誌\";'),('ami','messages:logeventslist-patrol-log','s:20:\"zh-hant:巡查日誌\";'),('ami','messages:logeventslist-submit','s:14:\"zh-hant:顯示\";'),('ami','messages:logeventslist-tag-log','s:20:\"zh-hant:標籤日誌\";'),('ami','messages:logging-out-notify','s:38:\"zh-hant:您已被登出，請稍待。\";'),('ami','messages:login','s:11:\"ami:micomod\";'),('ami','messages:login-abort-generic','s:35:\"zh-hant:您登入失敗 - 已中止\";'),('ami','messages:login-migrated-generic','s:83:\"zh-hant:您的帳號已轉移，且此 Wiki 中您的使用者名稱已不存在。\";'),('ami','messages:login-security','s:26:\"zh-hant:驗證您的身份\";'),('ami','messages:login-throttled','s:76:\"zh-hant:您已經嘗試太多次的登入動作。\n請稍等 $1 後再試。\";'),('ami','messages:login-userblocked','s:56:\"zh-hant:這位使用者已被封鎖，不允許登入。\";'),('ami','messages:loginerror','s:20:\"zh-hant:登入錯誤\";'),('ami','messages:loginlanguagelabel','s:14:\"ami:sowal：$1\";'),('ami','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ami','messages:loginprompt','s:3:\"en:\";'),('ami','messages:loginreqlink','s:11:\"ami:micomod\";'),('ami','messages:loginreqpagetext','s:43:\"zh-hant:請先$1方可檢視其他頁面。\";'),('ami','messages:loginreqtitle','s:20:\"zh-hant:需要登入\";'),('ami','messages:loginsuccess','s:84:\"zh-hant:<strong>您現在已經以「$1」的身分登入了{{SITENAME}}。</strong>\";'),('ami','messages:loginsuccesstitle','s:17:\"zh-hant:已登入\";'),('ami','messages:logout','s:11:\"ami:mahadak\";'),('ami','messages:logout-failed','s:31:\"zh-hant:現在無法登出：$1\";'),('ami','messages:logouttext','s:147:\"zh-hant:<strong>您現在已登出。</strong>\n\n請注意，某些頁面會以登入的狀態持續顯示，直到您清除瀏覽器快取為止。\";'),('ami','messages:lonelypages','s:20:\"zh-hant:孤立頁面\";'),('ami','messages:lonelypages-summary','s:3:\"en:\";'),('ami','messages:lonelypagestext','s:77:\"zh-hant:下列頁面尚未被{{SITENAME}}中的其它頁面連結或引用。\";'),('ami','messages:longpage-hint','s:4:\"en:-\";'),('ami','messages:longpageerror','s:157:\"zh-hant:<strong>錯誤：您所送出的文字內容共有{{PLURAL:$1|1 KB|$1 KB}}，已超出系統上限{{PLURAL:$2|1 KB|$2 KB}}。</strong>無法發布。\";'),('ami','messages:longpages','s:23:\"zh-hant:過長的頁面\";'),('ami','messages:longpages-summary','s:3:\"en:\";'),('ami','messages:magiclink-tracking-isbn','s:41:\"zh-hant:使用 ISBN 魔術連結的頁面\";'),('ami','messages:magiclink-tracking-isbn-desc','s:157:\"zh-hant:此頁面使用ISBN魔術連結，請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org]以了解如何遷移。\";'),('ami','messages:magiclink-tracking-pmid','s:41:\"zh-hant:使用 PMID 魔術連結的頁面\";'),('ami','messages:magiclink-tracking-pmid-desc','s:157:\"zh-hant:此頁面使用PMID魔術連結，請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org]以了解如何遷移。\";'),('ami','messages:magiclink-tracking-rfc','s:40:\"zh-hant:使用 RFC 魔術連結的頁面\";'),('ami','messages:magiclink-tracking-rfc-desc','s:156:\"zh-hant:此頁面使用RFC魔術連結，請參考[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org]以了解如何遷移。\";'),('ami','messages:mailerror','s:37:\"zh-hant:傳送電子郵件錯誤：$1\";'),('ami','messages:mailmypassword','s:33:\"ami:misafaeloh patonek to mima’\";'),('ami','messages:mailnologin','s:26:\"zh-hant:沒有傳送位址\";'),('ami','messages:mailnologintext','s:174:\"zh-hant:您必須先[[Special:UserLogin|登入]]並在[[Special:Preferences|偏好設定]]中設定一個有效的電子郵件地址才可以傳送郵件給其他使用者。\";'),('ami','messages:mainpage','s:34:\"ami:sa’ayayaw pising no tyin-naw\";'),('ami','messages:mainpage-description','s:34:\"ami:sa’ayayaw pising no tyin-naw\";'),('ami','messages:mainpage-nstab','s:34:\"ami:sa’ayayaw pising no tyin-naw\";'),('ami','messages:mainpage-title','s:4:\"en:-\";'),('ami','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ami','messages:mar','s:20:\"ami:Saka tolo^ folad\";'),('ami','messages:march','s:20:\"ami:Saka tolo^ folad\";'),('ami','messages:march-gen','s:20:\"ami:Saka tolo^ folad\";'),('ami','messages:markaspatrolleddiff','s:26:\"zh-hant:標記為已巡查\";'),('ami','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ami','messages:markaspatrolledtext','s:35:\"zh-hant:標記此頁面為已巡查\";'),('ami','messages:markaspatrolledtext-file','s:41:\"zh-hant:標記此檔案版本為已巡查\";'),('ami','messages:markedaspatrolled','s:26:\"zh-hant:標記為已巡查\";'),('ami','messages:markedaspatrollederror','s:32:\"zh-hant:無法標記為已巡查\";'),('ami','messages:markedaspatrollederror-noautopatrol','s:62:\"zh-hant:您無法將自己所作的變更標記為已巡查。\";'),('ami','messages:markedaspatrollederrortext','s:53:\"zh-hant:您需指定要標記為已巡查的修訂。\";'),('ami','messages:markedaspatrollednotify','s:51:\"zh-hant:頁面 $1 的變更已標記為已巡查。\";'),('ami','messages:markedaspatrolledtext','s:56:\"zh-hant:已標記選擇的修訂 [[:$1]] 為已巡查。\";'),('ami','messages:maximum-size','s:17:\"zh-hant:最大：\";'),('ami','messages:may','s:22:\"ami:Saka lima^ a folad\";'),('ami','messages:may-gen','s:22:\"ami:Saka lima^ a folad\";'),('ami','messages:may_long','s:22:\"ami:Saka lima^ a folad\";'),('ami','messages:mcrundo-changed','s:83:\"zh-hant:自您檢視差異之後，頁面有被變更過。請檢閱新的變更。\";'),('ami','messages:mcrundo-missingparam','s:35:\"zh-hant:請求缺少必要參數。\";'),('ami','messages:mcrundo-parse-failed','s:34:\"zh-hant:解析新修訂失敗：$1\";'),('ami','messages:mcrundofailed','s:20:\"zh-hant:還原失敗\";'),('ami','messages:mediastatistics','s:26:\"zh-hant:媒體統計資訊\";'),('ami','messages:mediastatistics-allbytes','s:89:\"zh-hant:{{PLURAL:$3|$3}} 份檔案的大小總計：{{PLURAL:$1|$1}} 位元組（$2）。\";'),('ami','messages:mediastatistics-bytespertype','s:114:\"zh-hant:段落在 {{PLURAL:$4|$4}} 份檔案（$5%）的大小總計：{{PLURAL:$1|$1}} 位元組（$2；$3%）。\";'),('ami','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ami','messages:mediastatistics-header-archive','s:23:\"zh-hant:已壓縮格式\";'),('ami','messages:mediastatistics-header-audio','s:14:\"zh-hant:音訊\";'),('ami','messages:mediastatistics-header-bitmap','s:17:\"zh-hant:點陣圖\";'),('ami','messages:mediastatistics-header-drawing','s:26:\"zh-hant:繪圖 (向量圖)\";'),('ami','messages:mediastatistics-header-executable','s:17:\"zh-hant:可執行\";'),('ami','messages:mediastatistics-header-multimedia','s:23:\"zh-hant:豐富多媒體\";'),('ami','messages:mediastatistics-header-office','s:14:\"zh-hant:辦公\";'),('ami','messages:mediastatistics-header-text','s:17:\"zh-hant:純文字\";'),('ami','messages:mediastatistics-header-total','s:20:\"zh-hant:所有檔案\";'),('ami','messages:mediastatistics-header-unknown','s:14:\"zh-hant:不明\";'),('ami','messages:mediastatistics-header-video','s:14:\"zh-hant:影片\";'),('ami','messages:mediastatistics-nbytes','s:57:\"zh-hant:{{PLURAL:$1|$1 位元組|$1 位元組}} ($2; $3%)\";'),('ami','messages:mediastatistics-nfiles','s:19:\"zh-hant:$1（$2%）\";'),('ami','messages:mediastatistics-summary','s:128:\"zh-hant:已上傳檔案類型的統計資訊，此報表僅統計檔案的最新版本，不包含舊的或已刪除的版本。\";'),('ami','messages:mediastatistics-table-count','s:20:\"zh-hant:檔案數量\";'),('ami','messages:mediastatistics-table-extensions','s:26:\"zh-hant:可用的副檔名\";'),('ami','messages:mediastatistics-table-mimetype','s:19:\"zh-hant:MIME 類型\";'),('ami','messages:mediastatistics-table-totalbytes','s:20:\"zh-hant:大小總計\";'),('ami','messages:mediawarning','s:122:\"zh-hant:<strong>警告</strong>：此檔案類型可能包含惡意代碼。\n若執行可能對您的系統造成損害。\";'),('ami','messages:mediawikipage','s:26:\"zh-hant:檢視訊息頁面\";'),('ami','messages:mergehistory','s:26:\"zh-hant:合併頁面歷史\";'),('ami','messages:mergehistory-autocomment','s:34:\"zh-hant:已合併[[:$1]]至[[:$2]]\";'),('ami','messages:mergehistory-box','s:38:\"zh-hant:合併兩個頁面的修訂：\";'),('ami','messages:mergehistory-comment','s:39:\"zh-hant:已合併[[:$1]]至[[:$2]]：$3\";'),('ami','messages:mergehistory-done','s:82:\"zh-hant:$1的$4個{{PLURAL:$4|修訂}}{{PLURAL:$4|已被}}合併到[[:$2]]。$3。\";'),('ami','messages:mergehistory-empty','s:35:\"zh-hant:沒有可以合併的修訂\";'),('ami','messages:mergehistory-fail','s:68:\"zh-hant:無法合併歷史，請重新檢查頁面及時間參數。\";'),('ami','messages:mergehistory-fail-bad-timestamp','s:26:\"zh-hant:時間值無效。\";'),('ami','messages:mergehistory-fail-invalid-dest','s:29:\"zh-hant:目標頁面無效。\";'),('ami','messages:mergehistory-fail-invalid-source','s:29:\"zh-hant:來源頁面無效。\";'),('ami','messages:mergehistory-fail-no-change','s:101:\"zh-hant:歷史合併尚未合併任何修訂歷史紀錄。請再次檢查頁面以及時間參數。\";'),('ami','messages:mergehistory-fail-permission','s:44:\"zh-hant:權限不足，無法合併歷史。\";'),('ami','messages:mergehistory-fail-self-merge','s:53:\"zh-hant:來源頁面與目標頁面的名稱相同。\";'),('ami','messages:mergehistory-fail-timestamps-overlap','s:77:\"zh-hant:來源修訂版本重複，或在目標修訂版本之後才出現。\";'),('ami','messages:mergehistory-fail-toobig','s:75:\"zh-hant:超過$1{{PLURAL:$1|次修訂}}移動上限，無法合併歷史。\";'),('ami','messages:mergehistory-from','s:23:\"zh-hant:來源頁面：\";'),('ami','messages:mergehistory-go','s:35:\"zh-hant:顯示可以合併的編輯\";'),('ami','messages:mergehistory-header','s:168:\"zh-hant:這頁可以讓您合併一個來源頁面的歷史到另一個新頁面中。\n請確認這次更改能夠繼續保留該頁面先前歷史版本的連續性。\";'),('ami','messages:mergehistory-into','s:23:\"zh-hant:目標頁面：\";'),('ami','messages:mergehistory-invalid-destination','s:50:\"zh-hant:目標頁面必須使用有效的標題。\";'),('ami','messages:mergehistory-invalid-source','s:50:\"zh-hant:來源頁面必須使用有效的標題。\";'),('ami','messages:mergehistory-list','s:32:\"zh-hant:可合併的編輯歷史\";'),('ami','messages:mergehistory-merge','s:196:\"zh-hant:下列[[:$1]]的修訂可以合併至[[:$2]]。使用單選方塊選擇要合併指定的修訂或在指定時間以前的修訂。注意，若此時使用導覽連結會取消此動作。\";'),('ami','messages:mergehistory-no-destination','s:36:\"zh-hant:目標頁面 $1 不存在。\";'),('ami','messages:mergehistory-no-source','s:36:\"zh-hant:來源頁面 $1 不存在。\";'),('ami','messages:mergehistory-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ami','messages:mergehistory-revisionrow','s:34:\"zh-hans:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ami','messages:mergehistory-same-destination','s:47:\"zh-hant:來源頁面與目標頁面不可相同\";'),('ami','messages:mergehistory-source-deleted','s:135:\"zh-hant:另外，[[:$1]]已被刪除，因為不再具有任何可見的修訂，並且其內容模組不支援留下的重新導向。\";'),('ami','messages:mergehistory-source-deleted-reason','s:134:\"zh-hant:來源頁面在歷史合併後被自動刪除掉，因為其內容模組不支援重新導向，並且沒有殘留的修訂。\";'),('ami','messages:mergehistory-submit','s:20:\"zh-hant:合併修訂\";'),('ami','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ami','messages:mergelog','s:43:\"ami:pakomod to nisoritan to romi’ami’ad\";'),('ami','messages:mergelogpagetext','s:53:\"zh-hant:以下是最近合併頁面歷史的清單。\";'),('ami','messages:metadata','s:28:\"ami:mikitedal to tatiri’en\";'),('ami','messages:metadata-collapse','s:26:\"zh-hant:隱藏詳細資料\";'),('ami','messages:metadata-expand','s:26:\"zh-hant:顯示詳細資料\";'),('ami','messages:metadata-fields','s:413:\"ami:Oya misilsilan pasadak a lihaf i EXIF nitadtadan a codad, maparo itira cisysingay a felih, ano ira ko nikacicih noya nitadtadan a felih i, edeng oya i kalaenoay ko mamapa’araw. O roma a nitadtadan a codad i, masimed. Caay pasadaken. \n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ami','messages:metadata-help','s:300:\"ami:Onini a tang^ani, masalaloma’ ko no roma^  a lihaf, onini a lihaf i, latek o matongalay yo mipalowaday to su-wey ka-mi-la ano eca yo  mipalowad to sapise-ken a kikay. Ano masomad ko satapangay a tang^an i, latek oya masongila’ay a tili, caay to kapasapingan itira toya masomaday to a tang^an.\";'),('ami','messages:metadata-langitem','s:32:\"zh-hant:<strong>$2：</strong>$1\";'),('ami','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ami','messages:mimesearch','s:19:\"zh-hant:MIME 搜尋\";'),('ami','messages:mimesearch-summary','s:140:\"zh-hant:本頁面可篩選檔案的 MIME 類型。\n輸入格式：內容類型/子類型 或 內容類型/*，如 <code>image/jpeg</code>。\";'),('ami','messages:mimetype','s:22:\"zh-hant:MIME 類型：\";'),('ami','messages:minimum-size','s:14:\"zh-hant:最小\";'),('ami','messages:minlength1','s:47:\"zh-hant:檔案名稱必須至少一個字元。\";'),('ami','messages:minoredit','s:28:\"ami:O sapado^do^ a mikawitan\";'),('ami','messages:minoreditletter','s:5:\"ami:s\";'),('ami','messages:minutes','s:30:\"zh-hant:{{PLURAL:$1|$1分鐘}}\";'),('ami','messages:minutes-abbrev','s:13:\"zh-hans:$1分\";'),('ami','messages:minutes-ago','s:20:\"zh-hant:$1 分鐘前\";'),('ami','messages:missing-article','s:282:\"zh-hant:資料庫查無預期的頁面文字，名稱為「$1」$2。\n\n通常是因您連結到已刪除的差異或歷史頁面。\n\n若您遇到的不是這情況，您可能是發現軟體問題。\n請記錄URL位址，並向[[Special:ListUsers/sysop|管理員]]回報此問題。\";'),('ami','messages:missing-revision','s:234:\"zh-hant:頁面名稱「{{FULLPAGENAME}}」的#$1修訂版本不存在。\n\n通常是因連結到過期的歷史頁面，該頁面已被刪除。詳情請參考[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 刪除日誌]。\";'),('ami','messages:missing-revision-content','s:61:\"zh-hant:無法載入頁面名稱「$2」版本#$1的內容。\";'),('ami','messages:missing-revision-permission','s:227:\"zh-hant:修訂 #$1 屬於一個已刪除頁面。您可以[{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} 查看它]，詳情內容可在[{{fullurl:{{#Special:Log}}/delete|page=$3}} 刪除日誌]來查找。\";'),('ami','messages:missingarticle-diff','s:30:\"zh-hant:（差異：$1，$2）\";'),('ami','messages:missingarticle-rev','s:26:\"zh-hant:（修訂#：$1）\";'),('ami','messages:missingcommentheader','s:147:\"zh-hant:<strong>提醒：</strong>您未填寫此評論的主旨。\n若您再點選 \"$1\" 一次，將略過主旨/標題直接發布您的評論。\";'),('ami','messages:missingcommenttext','s:32:\"zh-hant:請輸入一段評論。\";'),('ami','messages:missingsummary','s:134:\"zh-hant:<strong>提醒：</strong>您未填寫編輯摘要。\n若您再點選 \"$1\" 一次，將略過摘要直接發布您的編輯。\";'),('ami','messages:mobile-frontend-account-create-captcha-placeholder','s:23:\"zh-hant:輸入確認碼\";'),('ami','messages:mobile-frontend-account-create-email-placeholder','s:35:\"zh-hant:電子郵件地址 (選填)\";'),('ami','messages:mobile-frontend-account-create-submit','s:14:\"zh-hant:註冊\";'),('ami','messages:mobile-frontend-app-title','s:26:\"zh-hant:手機應用程式\";'),('ami','messages:mobile-frontend-back-to-top-of-section','s:26:\"zh-hant:返回前一章節\";'),('ami','messages:mobile-frontend-browse-tags-header','s:14:\"zh-hant:標籤\";'),('ami','messages:mobile-frontend-categories-add','s:23:\"zh-hant:加入至分類\";'),('ami','messages:mobile-frontend-categories-add-heading','s:60:\"zh-hant:<strong>新增 <span>$1</span> 至新分類</strong>\";'),('ami','messages:mobile-frontend-categories-add-wait','s:38:\"zh-hant:儲存分類中，請稍候。\";'),('ami','messages:mobile-frontend-categories-heading','s:31:\"zh-hant:<strong>分類</strong>\";'),('ami','messages:mobile-frontend-categories-hidden','s:14:\"zh-hant:組織\";'),('ami','messages:mobile-frontend-categories-nocat','s:41:\"zh-hant:此頁面不屬於任何分類。\";'),('ami','messages:mobile-frontend-categories-nodata','s:59:\"zh-hant:發生錯誤，您是否已加入要儲存分類？\";'),('ami','messages:mobile-frontend-categories-nomatch','s:86:\"zh-hant:您的查詢條件沒有找到任何分類，您應嘗試使用其他條件。\";'),('ami','messages:mobile-frontend-categories-normal','s:20:\"zh-hant:內容基於\";'),('ami','messages:mobile-frontend-categories-search','s:20:\"zh-hant:搜尋分類\";'),('ami','messages:mobile-frontend-categories-subheading','s:38:\"zh-hant:以頁面屬於以下分類：\";'),('ami','messages:mobile-frontend-categories-summary','s:26:\"zh-hant:已加入至分類\";'),('ami','messages:mobile-frontend-changeslist-ip','s:23:\"zh-hant:匿名使用者\";'),('ami','messages:mobile-frontend-changeslist-nocomment','s:23:\"zh-hant:無編輯摘要\";'),('ami','messages:mobile-frontend-clear-search','s:14:\"zh-hant:清除\";'),('ami','messages:mobile-frontend-commons-category-view','s:25:\"zh-hans:用于$1的图片\";'),('ami','messages:mobile-frontend-console-recruit','s:269:\"zh-hans:\\o/ 嘿！这是一个开源软件，并且我们需要志愿者来帮助我们打造它、使其更好和修复 Bug，比如您这样查阅 JavaScript 控制台的人。\n\n您可以找到我们的积压问题 @ https://phabricator.wikimedia.org/project/view/67/\";'),('ami','messages:mobile-frontend-contribution-summary','s:70:\"zh-hant:{{GENDER:$1|[[Special:UserProfile/$1|$1]]}} 做的所有編輯\";'),('ami','messages:mobile-frontend-cookies-required','s:76:\"zh-hant:切換檢視模式需要開啟 Cookies，請先開啟後再重試。\";'),('ami','messages:mobile-frontend-copyright','s:75:\"zh-hant:除非另有說明，否則頁面內容均使用 $1 授權條款。\";'),('ami','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ami','messages:mobile-frontend-desc','s:23:\"zh-hant:手機版前端\";'),('ami','messages:mobile-frontend-diffview-404-desc','s:45:\"zh-hant:您請求的修訂 ID 並不存在。\";'),('ami','messages:mobile-frontend-diffview-404-title','s:23:\"zh-hant:損壞的修訂\";'),('ami','messages:mobile-frontend-diffview-anonymous','s:23:\"zh-hant:匿名使用者\";'),('ami','messages:mobile-frontend-diffview-bytesadded','s:30:\"zh-hant:已增加 $1 位元組\";'),('ami','messages:mobile-frontend-diffview-bytesnochange','s:23:\"zh-hant:大小無變化\";'),('ami','messages:mobile-frontend-diffview-bytesremoved','s:30:\"zh-hant:已移除 $1 位元組\";'),('ami','messages:mobile-frontend-diffview-comma','s:14:\"zh-hant:$1, $2\";'),('ami','messages:mobile-frontend-diffview-editcount','s:31:\"zh-hant:<div>$1</div> 次編輯\";'),('ami','messages:mobile-frontend-diffview-explained','s:51:\"zh-hant:下列為增加 (+) 與移除 (-) 的行：\";'),('ami','messages:mobile-frontend-diffview-title','s:14:\"zh-hant:變更\";'),('ami','messages:mobile-frontend-disable-images','s:38:\"zh-hant:關閉圖片於手機版網站\";'),('ami','messages:mobile-frontend-dismiss-notification','s:23:\"zh-hant:關閉此通知\";'),('ami','messages:mobile-frontend-donate-button-label','s:14:\"zh-hant:捐助\";'),('ami','messages:mobile-frontend-donate-image-anon','s:41:\"zh-hant:請登入以檢視上傳頁面。\";'),('ami','messages:mobile-frontend-donate-image-heading','s:26:\"zh-hant:您最近的貢獻\";'),('ami','messages:mobile-frontend-donate-image-login-action','s:126:\"zh-hant:<strong>在 {{SITENAME}} 上的媒體是由跟您一樣的人所貢獻的。</strong><br />登入分享您的媒體。\";'),('ami','messages:mobile-frontend-donate-image-nouploads','s:20:\"zh-hant:無上傳。\";'),('ami','messages:mobile-frontend-donate-image-signup-action','s:47:\"zh-hant:註冊向全世界共享您的媒體。\";'),('ami','messages:mobile-frontend-donate-image-title','s:14:\"zh-hant:上傳\";'),('ami','messages:mobile-frontend-donate-photo-first-upload-success','s:50:\"zh-hant:成功！感謝您做的第一次貢獻！\";'),('ami','messages:mobile-frontend-donate-photo-upload-success','s:70:\"zh-hant:成功！您的圖片現在可以在 {{SITENAME}} 上使用！\";'),('ami','messages:mobile-frontend-drawer-cancel','s:14:\"zh-hant:取消\";'),('ami','messages:mobile-frontend-edit-login-action','s:77:\"zh-hant:<strong>協助改進 {{SITENAME}}。</strong><br />登入以編輯。\";'),('ami','messages:mobile-frontend-edit-signup-action','s:77:\"zh-hant:<strong>協助改進 {{SITENAME}}。</strong><br />註冊以編輯。\";'),('ami','messages:mobile-frontend-editor-abusefilter-disallow','s:65:\"zh-hant:因我們已偵測到問題，此次編輯不能儲存。\";'),('ami','messages:mobile-frontend-editor-abusefilter-read-more','s:20:\"zh-hant:閱讀更多\";'),('ami','messages:mobile-frontend-editor-abusefilter-warning','s:77:\"zh-hant:警告：您確定要儲存此次編輯？這可能會出現問題。\";'),('ami','messages:mobile-frontend-editor-add-reference','s:14:\"zh-hant:新增\";'),('ami','messages:mobile-frontend-editor-anon','s:23:\"zh-hant:不登入編輯\";'),('ami','messages:mobile-frontend-editor-anonwarning','s:249:\"zh-hant:<strong>警告</strong>：您尚未登入。若您進行任何編輯，您的 IP 位址將會被公開。若您<strong>登入</strong>或<strong>建立帳號</strong>，您的編輯將會以您的使用者名稱標示及擁有其他好處。\";'),('ami','messages:mobile-frontend-editor-blocked-info','s:112:\"zh-hant:您的 IP 位址已被封鎖禁止編輯，封鎖您的人為 {{GENDER:$1|$1}}，由於下列原因：$2\";'),('ami','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"zh-hant:您的帳號已被封鎖禁止編輯，封鎖您的人為 {{GENDER:$1|$1}}，由於下列原因：$2\";'),('ami','messages:mobile-frontend-editor-bold','s:14:\"zh-hant:粗體\";'),('ami','messages:mobile-frontend-editor-bold-text','s:20:\"zh-hant:粗體文字\";'),('ami','messages:mobile-frontend-editor-cancel','s:14:\"zh-hant:取消\";'),('ami','messages:mobile-frontend-editor-cancel-confirm','s:41:\"zh-hant:你確定要放棄你的編輯？\";'),('ami','messages:mobile-frontend-editor-captcha-try-again','s:38:\"zh-hant:驗証碼錯誤，請重試。\";'),('ami','messages:mobile-frontend-editor-continue','s:17:\"zh-hant:下一步\";'),('ami','messages:mobile-frontend-editor-cta','s:32:\"zh-hant:協助改善此頁面！\";'),('ami','messages:mobile-frontend-editor-disabled','s:53:\"zh-hant:此頁面已被保護以防止惡意破壞。\";'),('ami','messages:mobile-frontend-editor-edit','s:14:\"zh-hant:編輯\";'),('ami','messages:mobile-frontend-editor-editing','s:20:\"zh-hant:正在編輯\";'),('ami','messages:mobile-frontend-editor-editing-page','s:53:\"zh-hant:<span><strong>正在編輯</strong> $1</span>\";'),('ami','messages:mobile-frontend-editor-error','s:38:\"zh-hant:錯誤，編輯尚未儲存。\";'),('ami','messages:mobile-frontend-editor-error-conflict','s:53:\"zh-hant:錯誤，其他使用者已編輯此頁面。\";'),('ami','messages:mobile-frontend-editor-error-loading','s:38:\"zh-hant:錯誤，無法讀取章節。\";'),('ami','messages:mobile-frontend-editor-error-preview','s:80:\"zh-hant:錯誤，讀取預覽頁面時發生不明錯誤。請關閉後再試。\";'),('ami','messages:mobile-frontend-editor-insert-reference','s:26:\"zh-hant:插入參考文獻\";'),('ami','messages:mobile-frontend-editor-italic','s:14:\"zh-hant:斜體\";'),('ami','messages:mobile-frontend-editor-italic-text','s:20:\"zh-hant:斜體文字\";'),('ami','messages:mobile-frontend-editor-keep-editing','s:20:\"zh-hant:繼續編輯\";'),('ami','messages:mobile-frontend-editor-licensing','s:92:\"zh-hant:儲存變更，代表您同意以 $1 {{PLURAL:$2|授權條款}}發佈您的貢獻。\";'),('ami','messages:mobile-frontend-editor-licensing-with-terms','s:96:\"zh-hant:儲存變更，代表您同意 $1 以 $2 {{PLURAL:$3|授權條款}}發佈您的貢獻。\";'),('ami','messages:mobile-frontend-editor-new-page-confirm','s:72:\"zh-hant:{{GENDER:$1|您想要}}於 {{SITENAME}} 上建立新頁面嗎？\";'),('ami','messages:mobile-frontend-editor-newpage-prompt','s:62:\"zh-hant:此頁面並不存在，為何不勇敢地建立呢？\";'),('ami','messages:mobile-frontend-editor-placeholder','s:68:\"zh-hant:此章節尚是空的。成為第一個編輯它的人吧！\";'),('ami','messages:mobile-frontend-editor-placeholder-new-page','s:83:\"zh-hant:{{GENDER:$1|您}}正在於 {{SITENAME}} {{GENDER:$1|建立}}新頁面中！\";'),('ami','messages:mobile-frontend-editor-previewing-page','s:53:\"zh-hant:<span><strong>正在預覽</strong> $1</span>\";'),('ami','messages:mobile-frontend-editor-redirect-title','s:41:\"zh-hant:重新導向至編輯器中......\";'),('ami','messages:mobile-frontend-editor-redlink-create','s:20:\"zh-hant:建立頁面\";'),('ami','messages:mobile-frontend-editor-redlink-explain','s:35:\"zh-hant:此頁面尚未被建立。\";'),('ami','messages:mobile-frontend-editor-redlink-leave','s:29:\"zh-hant:不用了，謝謝。\";'),('ami','messages:mobile-frontend-editor-reference','s:20:\"zh-hant:參考文獻\";'),('ami','messages:mobile-frontend-editor-reference-placeholder','s:35:\"zh-hans:您想参考哪个来源？\";'),('ami','messages:mobile-frontend-editor-save','s:14:\"zh-hant:儲存\";'),('ami','messages:mobile-frontend-editor-success','s:41:\"zh-hant:成功！你的編輯已儲存。\";'),('ami','messages:mobile-frontend-editor-success-landmark-1','s:64:\"zh-hant:恭喜，您現在已成為 {{SITENAME}} 的編輯者！\";'),('ami','messages:mobile-frontend-editor-success-new-page','s:47:\"zh-hant:恭喜您建立了一個新的頁面！\";'),('ami','messages:mobile-frontend-editor-summary','s:17:\"zh-hant:摘要：\";'),('ami','messages:mobile-frontend-editor-summary-placeholder','s:47:\"zh-hant:例如：修正錯別字、增加内容\";'),('ami','messages:mobile-frontend-editor-summary-request','s:38:\"zh-hant:您要如何改善此頁面？\";'),('ami','messages:mobile-frontend-editor-switch-confirm','s:74:\"zh-hant:您必須在切換為另一種編輯模式前儲存您的編輯。\";'),('ami','messages:mobile-frontend-editor-switch-editor','s:23:\"zh-hant:切換編輯器\";'),('ami','messages:mobile-frontend-editor-switch-visual-editor','s:29:\"zh-hant:切換至視覺編輯\";'),('ami','messages:mobile-frontend-editor-terms-link','s:25:\"zh-hant:[$1 使用條款]\";'),('ami','messages:mobile-frontend-editor-tutorial-cancel','s:26:\"zh-hant:不用了，謝謝\";'),('ami','messages:mobile-frontend-editor-tutorial-confirm','s:20:\"zh-hant:開始編輯\";'),('ami','messages:mobile-frontend-editor-tutorial-summary','s:63:\"zh-hant:試著改進 $1 頁面。<br />別害怕標籤語言。\";'),('ami','messages:mobile-frontend-editor-unavailable','s:86:\"zh-hant:手機編輯器尚不支援您的瀏覽器。請嘗試使用其他瀏覽器。\";'),('ami','messages:mobile-frontend-editor-undo-unsupported','s:47:\"zh-hant:手機裝置目前尚未支援還原。\";'),('ami','messages:mobile-frontend-editor-uploadenable','s:47:\"zh-hant:請先上傳一張照片然後編輯。\";'),('ami','messages:mobile-frontend-editor-viewing-source-page','s:77:\"zh-hant:<strong>檢視</strong> <span>$1</span> <strong>的原始碼</strong>\";'),('ami','messages:mobile-frontend-editor-wait','s:38:\"zh-hant:儲存編輯中，請稍候。\";'),('ami','messages:mobile-frontend-enable-images','s:41:\"zh-hant:開啟手機版網頁上的圖片\";'),('ami','messages:mobile-frontend-expand-sections-description','s:56:\"zh-hant:總是於瀏覽新頁面時展開所有章節。\";'),('ami','messages:mobile-frontend-expand-sections-status','s:26:\"zh-hant:展開所有章節\";'),('ami','messages:mobile-frontend-featured-article','s:29:\"zh-hant:本日的特色內容\";'),('ami','messages:mobile-frontend-first-upload-wizard-new-page-1','s:57:\"zh-hant:{{SITENAME}} 上的圖片來自維基共享資源\";'),('ami','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:65:\"zh-hant:貢獻您的圖片。 協助讓 {{SITENAME}} 更生動！\";'),('ami','messages:mobile-frontend-first-upload-wizard-new-page-2','s:115:\"zh-hant:避免使用受版權保護的檔案，如您在網路上找到的圖片、海報、書籍封面 ... 等。\";'),('ami','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:59:\"zh-hant:您的圖片可以協助教育世界各地的人們\";'),('ami','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:20:\"zh-hant:明白嗎？\";'),('ami','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:14:\"zh-hant:是！\";'),('ami','messages:mobile-frontend-fontchanger-desc','s:59:\"zh-hant:為了可讀性，增大或減小文字之大小。\";'),('ami','messages:mobile-frontend-fontchanger-link','s:20:\"zh-hant:字型大小\";'),('ami','messages:mobile-frontend-footer-contact','s:14:\"zh-hant:聯絡\";'),('ami','messages:mobile-frontend-footer-sitename','s:20:\"zh-hant:{{SITENAME}}\";'),('ami','messages:mobile-frontend-generic-404-desc','s:38:\"zh-hant:查無您要搜尋的頁面。\";'),('ami','messages:mobile-frontend-generic-404-title','s:29:\"zh-hant:錯誤 - 查無頁面\";'),('ami','messages:mobile-frontend-generic-login','s:66:\"zh-hant:{{SITENAME}} 是由像您一樣貢獻的人所建立的。\";'),('ami','messages:mobile-frontend-generic-login-action','s:26:\"zh-hant:登入以貢獻。\";'),('ami','messages:mobile-frontend-generic-login-new','s:98:\"zh-hant:<strong>{{SITENAME}} 是由像您一樣的人構築的。</strong><br />登入以貢獻。\";'),('ami','messages:mobile-frontend-generic-signup-action','s:26:\"zh-hant:註冊以貢獻。\";'),('ami','messages:mobile-frontend-history','s:41:\"zh-hant:檢視此頁面的編輯歷史。\";'),('ami','messages:mobile-frontend-history-404-desc','s:120:\"zh-hant:頁面歷史不存在，無法查看，\n該頁面可能已被刪除或您可能進入了一個錯誤的連結。\";'),('ami','messages:mobile-frontend-history-404-title','s:23:\"zh-hant:沒有此頁面\";'),('ami','messages:mobile-frontend-history-no-results','s:56:\"zh-hant:指定的搜尋條件無符合的歷史記錄。\";'),('ami','messages:mobile-frontend-home-button','s:14:\"zh-hant:首頁\";'),('ami','messages:mobile-frontend-image-cancel-confirm','s:23:\"zh-hant:取消上傳？\";'),('ami','messages:mobile-frontend-image-heading-describe','s:26:\"zh-hant:\'\'\'描述\'\'\'圖片\";'),('ami','messages:mobile-frontend-image-uploading','s:29:\"zh-hant:\'\'\'上傳\'\'\'圖片...\";'),('ami','messages:mobile-frontend-images-status','s:14:\"zh-hant:圖片\";'),('ami','messages:mobile-frontend-language-article-heading','s:32:\"zh-hant:使用其他語言閱讀\";'),('ami','messages:mobile-frontend-language-header','s:33:\"zh-hant:此頁面有 $1 種語言\";'),('ami','messages:mobile-frontend-language-heading','s:31:\"zh-hant:<strong>語言</strong>\";'),('ami','messages:mobile-frontend-language-site-choose','s:20:\"zh-hant:搜尋語言\";'),('ami','messages:mobile-frontend-language-variant-header','s:51:\"zh-hant:選擇 {{#language:{{CONTENTLANG}}}} 變體\";'),('ami','messages:mobile-frontend-languages-404-desc','s:41:\"zh-hant:必須指定一個有效標題。\";'),('ami','messages:mobile-frontend-languages-404-title','s:20:\"zh-hant:語言錯誤\";'),('ami','messages:mobile-frontend-languages-header','s:14:\"zh-hant:語言\";'),('ami','messages:mobile-frontend-languages-header-page','s:19:\"zh-hant:$1 - 語言\";'),('ami','messages:mobile-frontend-languages-nonexistent-title','s:32:\"zh-hant:頁面 \"$1\" 不存在。\";'),('ami','messages:mobile-frontend-languages-text','s:36:\"zh-hant:$1 可使用 $2 種語言。\";'),('ami','messages:mobile-frontend-languages-variant-header','s:44:\"zh-hant:{{#language:{{CONTENTLANG}}}} 變體\";'),('ami','messages:mobile-frontend-last-modified-date','s:29:\"zh-hant:最後修改於 $1 $2\";'),('ami','messages:mobile-frontend-last-modified-days','s:33:\"zh-hant:最後修改於 $1 天前\";'),('ami','messages:mobile-frontend-last-modified-hours','s:36:\"zh-hant:最後修改於 $1 小時前\";'),('ami','messages:mobile-frontend-last-modified-just-now','s:29:\"zh-hant:最後修改於剛剛\";'),('ami','messages:mobile-frontend-last-modified-minutes','s:36:\"zh-hant:最後修改於 $1 分鐘前\";'),('ami','messages:mobile-frontend-last-modified-months','s:36:\"zh-hant:最後修改於 $1 小時前\";'),('ami','messages:mobile-frontend-last-modified-seconds','s:33:\"zh-hant:最後修改於 $1 秒前\";'),('ami','messages:mobile-frontend-last-modified-with-user-days','s:121:\"zh-hant:[$4 最後一次{{GENDER:$1|編輯}}於 {{PLURAL:$3|$3 天}}前]由 {{PLURAL:$5|[$6 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-with-user-hours','s:124:\"zh-hant:[$4 最後一次{{GENDER:$1|編輯}}於 {{PLURAL:$3|$3 小時}}前]由 {{PLURAL:$5|[$6 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-with-user-just-now','s:103:\"zh-hant:[$3 最後一次{{GENDER:$1|編輯}}]於剛剛由 {{PLURAL:$4|[$5 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-with-user-minutes','s:124:\"zh-hant:[$4 最後一次{{GENDER:$1|編輯}}於 {{PLURAL:$3|$3 分鐘}}前]由 {{PLURAL:$5|[$6 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-with-user-months','s:124:\"zh-hant:[$4 最後一次{{GENDER:$1|編輯}}於 {{PLURAL:$3|$3 個月}}前]由 {{PLURAL:$5|[$6 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-with-user-seconds','s:121:\"zh-hant:[$4 最後一次{{GENDER:$1|編輯}}於 {{PLURAL:$3|$3 秒}}前]由 {{PLURAL:$5|[$6 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-with-user-years','s:121:\"zh-hant:[$4 最後一次{{GENDER:$1|編輯}}於 {{PLURAL:$3|$3 年}}前]由 {{PLURAL:$5|[$6 $2]|0=一位匿名使用者}}\";'),('ami','messages:mobile-frontend-last-modified-years','s:33:\"zh-hant:最後修改於 $1 年前\";'),('ami','messages:mobile-frontend-lead-image-tutorial-confirm','s:20:\"zh-hant:開始上傳\";'),('ami','messages:mobile-frontend-lead-image-tutorial-summary','s:107:\"zh-hant:請確保您的圖片可以協助說明頁面。圖片應該要是屬於您且不侵犯版權的。\";'),('ami','messages:mobile-frontend-loading-message','s:20:\"zh-hant:讀取中…\";'),('ami','messages:mobile-frontend-logged-in-homepage-notification','s:22:\"zh-hant:歡迎，$1！\";'),('ami','messages:mobile-frontend-logged-in-toast-notification','s:27:\"zh-hant:使用 $1 登入。\";'),('ami','messages:mobile-frontend-logged-out','s:17:\"zh-hant:未登入\";'),('ami','messages:mobile-frontend-login','s:14:\"zh-hant:登入\";'),('ami','messages:mobile-frontend-main-menu','s:17:\"zh-hant:主選單\";'),('ami','messages:mobile-frontend-main-menu-account-create','s:20:\"zh-hant:建立帳號\";'),('ami','messages:mobile-frontend-main-menu-back','s:14:\"zh-hant:返回\";'),('ami','messages:mobile-frontend-main-menu-button-tooltip','s:23:\"zh-hant:開啟主選單\";'),('ami','messages:mobile-frontend-main-menu-featured','s:14:\"zh-hant:精選\";'),('ami','messages:mobile-frontend-main-menu-login','s:14:\"zh-hant:登入\";'),('ami','messages:mobile-frontend-main-menu-logout','s:14:\"zh-hant:登出\";'),('ami','messages:mobile-frontend-main-menu-nearby','s:14:\"zh-hant:附近\";'),('ami','messages:mobile-frontend-main-menu-page-title','s:20:\"zh-hant:網站導覽\";'),('ami','messages:mobile-frontend-main-menu-settings','s:14:\"zh-hant:設定\";'),('ami','messages:mobile-frontend-main-menu-settings-heading','s:14:\"zh-hant:設定\";'),('ami','messages:mobile-frontend-main-menu-upload','s:14:\"zh-hant:上傳\";'),('ami','messages:mobile-frontend-main-menu-watchlist','s:20:\"zh-hant:監視清單\";'),('ami','messages:mobile-frontend-media-details','s:20:\"zh-hant:詳細資訊\";'),('ami','messages:mobile-frontend-media-license-link','s:26:\"zh-hant:授權條款資訊\";'),('ami','messages:mobile-frontend-meta-data-issues','s:20:\"zh-hant:頁面問題\";'),('ami','messages:mobile-frontend-meta-data-issues-categories','s:23:\"zh-hant:關於此分類\";'),('ami','messages:mobile-frontend-meta-data-issues-header','s:14:\"zh-hant:問題\";'),('ami','messages:mobile-frontend-meta-data-issues-header-talk','s:23:\"zh-hant:關於此頁面\";'),('ami','messages:mobile-frontend-meta-data-issues-talk','s:29:\"zh-hant:關於此對話頁面\";'),('ami','messages:mobile-frontend-missing-image','s:14:\"zh-hant:圖片\";'),('ami','messages:mobile-frontend-nearby-distance','s:31:\"zh-hant:{{PLURAL:$1|$1 公里}}\";'),('ami','messages:mobile-frontend-nearby-distance-meters','s:31:\"zh-hant:{{PLURAL:$1|$1 公尺}}\";'),('ami','messages:mobile-frontend-nearby-error','s:52:\"zh-hant:{{SITENAME}} 附近功能 有一些問題。\";'),('ami','messages:mobile-frontend-nearby-error-guidance','s:35:\"zh-hant:嘗試更新你的位置。\";'),('ami','messages:mobile-frontend-nearby-loading','s:44:\"zh-hant:讀取您所在位置附近的主題\";'),('ami','messages:mobile-frontend-nearby-lookup-ui-error','s:82:\"zh-hant:{{SITENAME}} 附近功能 無法找出你的位置，要再試一次嗎？\";'),('ami','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:53:\"zh-hant:請嘗試前往訊號較好的開放區域。\";'),('ami','messages:mobile-frontend-nearby-noresults','s:81:\"zh-hant:您所在的位置很平靜... 查無任何與附近主題相關頁面。\";'),('ami','messages:mobile-frontend-nearby-noresults-guidance','s:68:\"zh-hant:請嘗試建立新頁面或於既有頁面加入位置資訊\";'),('ami','messages:mobile-frontend-nearby-permission','s:67:\"zh-hant:{{SITENAME}} Nearby 沒有權限存取您所在的位置。\";'),('ami','messages:mobile-frontend-nearby-permission-guidance','s:107:\"zh-hant:請確認您已授權顯示您的所在位置。您可能需要檢查您的瀏覽器位置設定。\";'),('ami','messages:mobile-frontend-nearby-refresh','s:20:\"zh-hant:更新位置\";'),('ami','messages:mobile-frontend-nearby-requirements','s:76:\"zh-hant:抱歉！你的網頁瀏覽器不支援 {{SITENAME}} 附近功能。\";'),('ami','messages:mobile-frontend-nearby-requirements-guidance','s:91:\"zh-hant:請嘗試使用其他的瀏覽器或開啟 JavaScript (若您曾關閉該功能)。\";'),('ami','messages:mobile-frontend-nearby-sectiontext','s:38:\"zh-hant:此頁面附近相關的主題\";'),('ami','messages:mobile-frontend-nearby-title','s:14:\"zh-hant:附近\";'),('ami','messages:mobile-frontend-news-items','s:20:\"zh-hant:新聞動態\";'),('ami','messages:mobile-frontend-opt-in-explain','s:92:\"zh-hant:參加測試，您將可以使用實驗功能，但可能有不少錯誤和問題。\";'),('ami','messages:mobile-frontend-overlay-close','s:14:\"zh-hant:關閉\";'),('ami','messages:mobile-frontend-overlay-continue','s:14:\"zh-hant:繼續\";'),('ami','messages:mobile-frontend-page-edit-summary','s:53:\"zh-hant:<span><strong>編輯摘要</strong> $1</span>\";'),('ami','messages:mobile-frontend-page-menu-contents','s:14:\"zh-hant:目錄\";'),('ami','messages:mobile-frontend-page-menu-history','s:14:\"zh-hant:歷史\";'),('ami','messages:mobile-frontend-page-menu-language-current','s:37:\"zh-hant:{{#language:{{CONTENTLANG}}}}\";'),('ami','messages:mobile-frontend-pageaction-edit-tooltip','s:41:\"zh-hant:編輯此頁面的導言章節。\";'),('ami','messages:mobile-frontend-pageaction-upload-tooltip','s:47:\"zh-hant:上傳圖片到此頁的引子章節。\";'),('ami','messages:mobile-frontend-panel-betaoptin-msg','s:154:\"zh-hant:您是否希望嘗試一些新功能？透過參與 beta 測試，您將有機會得到實驗性功能，並承擔遇到 bug 與問題的風險。\";'),('ami','messages:mobile-frontend-panel-cancel','s:26:\"zh-hant:不用了，謝謝\";'),('ami','messages:mobile-frontend-panel-ok','s:14:\"zh-hant:好的\";'),('ami','messages:mobile-frontend-password','s:17:\"zh-hant:密碼：\";'),('ami','messages:mobile-frontend-password-confirm-placeholder','s:20:\"zh-hant:確認密碼\";'),('ami','messages:mobile-frontend-password-placeholder','s:14:\"zh-hant:密碼\";'),('ami','messages:mobile-frontend-photo-article-donate-comment','s:45:\"zh-hant:貢獻的圖片來自 Special:Uploads\";'),('ami','messages:mobile-frontend-photo-article-edit-comment','s:47:\"zh-hant:已於頁面上加入可使用的圖片\";'),('ami','messages:mobile-frontend-photo-caption-placeholder','s:32:\"zh-hant:描述此圖片 (必填)\";'),('ami','messages:mobile-frontend-photo-licensing','s:84:\"zh-hant:上傳此圖片，代表您同意使用 $1 授權條款發佈您的圖片。\";'),('ami','messages:mobile-frontend-photo-licensing-with-terms','s:88:\"zh-hant:上傳此圖片，代表您同意 $1 使用 $2 授權條款發佈您的圖片。\";'),('ami','messages:mobile-frontend-photo-ownership','s:43:\"zh-hant:我，$1，是此圖片的作者。\";'),('ami','messages:mobile-frontend-photo-ownership-confirm','s:17:\"zh-hant:明白！\";'),('ami','messages:mobile-frontend-photo-ownership-help','s:29:\"zh-hant:這是什麼意思？\";'),('ami','messages:mobile-frontend-photo-submit','s:14:\"zh-hant:上傳\";'),('ami','messages:mobile-frontend-photo-upload','s:32:\"zh-hant:加入圖片至此頁面\";'),('ami','messages:mobile-frontend-photo-upload-anon','s:47:\"zh-hant:請登入以加入圖片至此頁面。\";'),('ami','messages:mobile-frontend-photo-upload-comment','s:32:\"zh-hant:已加入圖片至頁面\";'),('ami','messages:mobile-frontend-photo-upload-copyvio','s:122:\"zh-hant:警告！此圖片似乎有問題。若此圖片不是屬於您的，請勿上傳圖片。您仍要繼續上傳？\";'),('ami','messages:mobile-frontend-photo-upload-error','s:35:\"zh-hant:錯誤，請再試一次。\";'),('ami','messages:mobile-frontend-photo-upload-error-file-type','s:32:\"zh-hant:只能夠上傳圖片。\";'),('ami','messages:mobile-frontend-photo-upload-error-filename','s:53:\"zh-hant:錯誤：請提供更具描述性的摘要。\";'),('ami','messages:mobile-frontend-photo-upload-generic','s:20:\"zh-hant:貢獻圖片\";'),('ami','messages:mobile-frontend-photo-upload-invalid-user','s:38:\"zh-hant:使用者 \"$1\" 尚未註冊。\";'),('ami','messages:mobile-frontend-photo-upload-success-article','s:56:\"zh-hant:完成！您的圖片已加入至此頁面中。\";'),('ami','messages:mobile-frontend-photo-upload-unavailable','s:47:\"zh-hant:您的瀏覽器不支援上傳圖片。\";'),('ami','messages:mobile-frontend-photo-upload-user-count','s:72:\"zh-hant:{{PLURAL:$1|<span>1</span> 個上傳|<span>$1</span> 個上傳}}\";'),('ami','messages:mobile-frontend-photo-upload-user-count-over-limit','s:28:\"zh-hant:超過 500 次上傳\";'),('ami','messages:mobile-frontend-placeholder','s:27:\"zh-hant:搜尋 {{SITENAME}}\";'),('ami','messages:mobile-frontend-placeholder-app','s:37:\"zh-hant:搜尋 {{SITENAME}} (Web App)\";'),('ami','messages:mobile-frontend-placeholder-beta','s:40:\"zh-hant:搜尋 {{SITENAME}}  (測試版)\";'),('ami','messages:mobile-frontend-pointer-dismiss','s:14:\"zh-hant:關閉\";'),('ami','messages:mobile-frontend-privacy-link-text','s:14:\"zh-hant:隱私\";'),('ami','messages:mobile-frontend-profile-activity-heading','s:20:\"zh-hant:最近活動\";'),('ami','messages:mobile-frontend-profile-error','s:17:\"zh-hant:糟糕！\";'),('ami','messages:mobile-frontend-profile-footer-ancient','s:140:\"zh-hant:已完成 [[Special:Contributions/$1|$3 次編輯]]與 [[Special:Uploads/$1|{{PLURAL:$4|1 次|$4 次|500=超過 500 次}}上傳]]。\";'),('ami','messages:mobile-frontend-profile-footer-days','s:162:\"zh-hant:已於 $2 天前加入並完成 [[Special:Contributions/$1|$3 次編輯]]與 [[Special:Uploads/$1|{{PLURAL:$4|1 次|$4 次|500=超過 500 次}}上傳]]。\";'),('ami','messages:mobile-frontend-profile-footer-months','s:165:\"zh-hant:已於 $2 個月前加入並完成 [[Special:Contributions/$1|$3 次編輯]]與 [[Special:Uploads/$1|{{PLURAL:$4|1 次|$4 次|500=超過 500 次}}上傳]]。\";'),('ami','messages:mobile-frontend-profile-footer-years','s:162:\"zh-hant:已於 $2 年前加入並完成 [[Special:Contributions/$1|$3 次編輯]]與 [[Special:Uploads/$1|{{PLURAL:$4|1 次|$4 次|500=超過 500 次}}上傳]]。\";'),('ami','messages:mobile-frontend-profile-last-edit','s:99:\"zh-hant:已於{{PLURAL:$2|昨天| $2 天前|0=今日早些時候}}{{GENDER:$3|編輯}}[[:$1]]頁面\";'),('ami','messages:mobile-frontend-profile-last-thank','s:85:\"zh-hant:最近{{GENDER:$1|被}} [[Special:UserProfile/$1|$1]] {{GENDER:$2|感謝}}。\";'),('ami','messages:mobile-frontend-profile-noargs','s:92:\"zh-hant:未提供使用者名稱。請提供使用者名稱以檢視使用者基本資料。\";'),('ami','messages:mobile-frontend-profile-nouser','s:111:\"zh-hant:使用此名稱的使用者不存在。 使用者名稱區分大小寫，請檢查是否輸入正確。\";'),('ami','messages:mobile-frontend-profile-title','s:29:\"zh-hant:使用者基本資料\";'),('ami','messages:mobile-frontend-profile-userpage-link','s:43:\"zh-hant:前往{{GENDER:$1|使用者}}頁面\";'),('ami','messages:mobile-frontend-profile-usertalk','s:21:\"zh-hant:與 $1 對話\";'),('ami','messages:mobile-frontend-quick-lookup-looking','s:28:\"zh-hant:正在查詢 \"$1\"。\";'),('ami','messages:mobile-frontend-quick-lookup-no-results','s:46:\"zh-hans:无法找到匹配“$1”的内容。\";'),('ami','messages:mobile-frontend-quick-lookup-not-internal','s:57:\"zh-hans:对不起，这不是一个至此wiki的链接。\";'),('ami','messages:mobile-frontend-random-button','s:14:\"zh-hant:隨機\";'),('ami','messages:mobile-frontend-references-citation','s:14:\"zh-hant:引用\";'),('ami','messages:mobile-frontend-regular-site','s:23:\"zh-hant:電腦版檢視\";'),('ami','messages:mobile-frontend-requires-mobile','s:86:\"zh-hant:此頁面無法使用於電腦版。請於頁面底部點選手機版檢視。\";'),('ami','messages:mobile-frontend-requires-optin','s:130:\"zh-hant:此頁面尚無法使用，除非您開啟我們的測試模式。 請於 [[Special:MobileOptions|設定頁面]] 開啟。\";'),('ami','messages:mobile-frontend-requires-title','s:26:\"zh-hant:頁面無法使用\";'),('ami','messages:mobile-frontend-save-error','s:68:\"zh-hant:儲存設定錯誤。請確認您已開啟 Cookies 功能。\";'),('ami','messages:mobile-frontend-save-settings','s:14:\"zh-hant:儲存\";'),('ami','messages:mobile-frontend-saving-exit-page','s:101:\"zh-hant:正在儲存您的貢獻。若您離開，將會遺失您的貢獻。您確定要離開嗎？\";'),('ami','messages:mobile-frontend-search-content','s:26:\"zh-hant:於頁面內搜尋\";'),('ami','messages:mobile-frontend-search-content-no-results','s:101:\"zh-hant:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' 以查看此詞語是否出現在其他地方。\";'),('ami','messages:mobile-frontend-search-feedback-link-text','s:41:\"zh-hant:提供我們您的意見回饋。\";'),('ami','messages:mobile-frontend-search-feedback-prompt','s:38:\"zh-hans:找不到您需要的内容？\";'),('ami','messages:mobile-frontend-search-no-results','s:38:\"zh-hant:沒有頁面使用此標題。\";'),('ami','messages:mobile-frontend-search-submit','s:14:\"zh-hant:執行\";'),('ami','messages:mobile-frontend-settings-beta','s:14:\"zh-hant:測試\";'),('ami','messages:mobile-frontend-settings-images-explain','s:47:\"zh-hant:讀取頁面中所有的圖片內容。\";'),('ami','messages:mobile-frontend-settings-site-description','s:73:\"zh-hant:{{SITENAME}} 有 $1 種語言。以下列為所有可用的版本\";'),('ami','messages:mobile-frontend-settings-site-header','s:27:\"zh-hant:{{SITENAME}} 語言\";'),('ami','messages:mobile-frontend-sign-in-error-heading','s:14:\"zh-hant:哎呦\";'),('ami','messages:mobile-frontend-sign-in-heading','s:14:\"zh-hant:登入\";'),('ami','messages:mobile-frontend-sign-in-why','s:70:\"zh-hant:若您已有 {{SITENAME}} 的帳號，您可於下方登入。\";'),('ami','messages:mobile-frontend-sign-up-heading','s:14:\"zh-hant:註冊\";'),('ami','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:29:\"zh-hant:您有什麼想法？\";'),('ami','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:20:\"zh-hant:話題主旨\";'),('ami','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"zh-hant:新增討論\";'),('ami','messages:mobile-frontend-talk-back-to-filepage','s:32:\"zh-hant:返回到檔案 \"$1\" 。\";'),('ami','messages:mobile-frontend-talk-back-to-page','s:29:\"zh-hant:返回 \"$1\" 頁面。\";'),('ami','messages:mobile-frontend-talk-back-to-projectpage','s:38:\"zh-hant:返回到計畫頁面 \"$1\" 。\";'),('ami','messages:mobile-frontend-talk-back-to-userpage','s:58:\"zh-hant:返回到 \"{{GENDER:$1|$1}}\" 的使用者頁面。\";'),('ami','messages:mobile-frontend-talk-edit-summary','s:28:\"zh-hant:新對話章節：$1\";'),('ami','messages:mobile-frontend-talk-explained','s:38:\"zh-hant:以下是目前活躍的對話\";'),('ami','messages:mobile-frontend-talk-explained-empty','s:47:\"zh-hant:沒有任何有關此頁面的對話。\";'),('ami','messages:mobile-frontend-talk-fullpage','s:32:\"zh-hant:作為 Wiki 頁面閱讀\";'),('ami','messages:mobile-frontend-talk-overlay-header','s:14:\"zh-hant:對話\";'),('ami','messages:mobile-frontend-talk-overlay-lead-header','s:26:\"zh-hant:未命名的討論\";'),('ami','messages:mobile-frontend-talk-reply','s:14:\"zh-hant:回覆\";'),('ami','messages:mobile-frontend-talk-reply-info','s:74:\"zh-hant:注意，您的回覆將自動使用您的使用者名稱簽名。\";'),('ami','messages:mobile-frontend-talk-reply-success','s:53:\"zh-hant:您的回覆已成功儲存在對話頁面。\";'),('ami','messages:mobile-frontend-talk-topic-error','s:50:\"zh-hant:發生不明錯誤，無法新增話題。\";'),('ami','messages:mobile-frontend-talk-topic-error-badtoken','s:89:\"zh-hant:伺服器發生錯誤，無法儲存您旳編輯。請嘗試重新讀取此頁。\";'),('ami','messages:mobile-frontend-talk-topic-error-permission','s:59:\"zh-hant:無法新增主題，您沒有權限編輯頁面。\";'),('ami','messages:mobile-frontend-talk-topic-error-protected','s:86:\"zh-hant:此對話頁面已受保護，您沒有權限新增主題至此對話頁面。\";'),('ami','messages:mobile-frontend-talk-topic-error-spam','s:62:\"zh-hant:話題被拒絕，因話題包含部份垃圾內容。\";'),('ami','messages:mobile-frontend-talk-topic-feedback','s:47:\"zh-hant:已加入新的話題至對話頁面！\";'),('ami','messages:mobile-frontend-talk-topic-wait','s:50:\"zh-hant:正在儲存您的新話題，請稍候。\";'),('ami','messages:mobile-frontend-terms-text','s:20:\"zh-hant:使用條款\";'),('ami','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ami','messages:mobile-frontend-thanked-notice','s:72:\"zh-hant:$1 已被告知您喜歡{{GENDER:$2|他|她|他們}}的編輯。\";'),('ami','messages:mobile-frontend-user-account','s:23:\"zh-hant:使用者帳號\";'),('ami','messages:mobile-frontend-user-button-tooltip','s:26:\"zh-hant:顯示我的通知\";'),('ami','messages:mobile-frontend-user-cta','s:50:\"zh-hant:請登入或註冊以檢視您的通知。\";'),('ami','messages:mobile-frontend-user-newmessages','s:38:\"zh-hant:您的對話頁面有新訊息\";'),('ami','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"zh-hant:您目前已登入 {{GENDER:$1|$1}} ，使用下列表單建立另一位使用者。\";'),('ami','messages:mobile-frontend-username','s:26:\"zh-hant:使用者名稱：\";'),('ami','messages:mobile-frontend-username-placeholder','s:23:\"zh-hant:使用者名稱\";'),('ami','messages:mobile-frontend-view','s:23:\"zh-hant:手機版檢視\";'),('ami','messages:mobile-frontend-view-desktop','s:17:\"zh-hant:電腦版\";'),('ami','messages:mobile-frontend-view-mobile','s:17:\"zh-hant:手機版\";'),('ami','messages:mobile-frontend-view-source','s:23:\"zh-hant:檢視原始碼\";'),('ami','messages:mobile-frontend-watch-login','s:42:\"zh-hant:加入 $1 至您的監視清單。\";'),('ami','messages:mobile-frontend-watchlist-a-z','s:14:\"zh-hant:清單\";'),('ami','messages:mobile-frontend-watchlist-a-z-empty-howto','s:148:\"zh-hant:您目前沒有監視任何頁面。 您的監視清單可以協助您追蹤您有興趣的頁面。 請點選星號圖示以監視頁面。\";'),('ami','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:26:\"zh-hant:點選星號圖示\";'),('ami','messages:mobile-frontend-watchlist-add','s:42:\"zh-hant:已新增 $1 至您的監視清單\";'),('ami','messages:mobile-frontend-watchlist-back-home','s:20:\"zh-hant:返回首頁\";'),('ami','messages:mobile-frontend-watchlist-cta','s:50:\"zh-hant:追蹤此頁面及所有對其的修改。\";'),('ami','messages:mobile-frontend-watchlist-cta-button-login','s:14:\"zh-hant:登入\";'),('ami','messages:mobile-frontend-watchlist-cta-button-signup','s:14:\"zh-hant:註冊\";'),('ami','messages:mobile-frontend-watchlist-error','s:56:\"zh-hant:監視此頁時發生錯誤。請再試一次。\";'),('ami','messages:mobile-frontend-watchlist-feed','s:17:\"zh-hant:已修改\";'),('ami','messages:mobile-frontend-watchlist-feed-empty','s:44:\"zh-hant:目前沒有頁面於最近修改。\";'),('ami','messages:mobile-frontend-watchlist-filter-all','s:14:\"zh-hant:全部\";'),('ami','messages:mobile-frontend-watchlist-filter-articles','s:14:\"zh-hant:頁面\";'),('ami','messages:mobile-frontend-watchlist-filter-other','s:14:\"zh-hant:其他\";'),('ami','messages:mobile-frontend-watchlist-filter-talk','s:14:\"zh-hant:對話\";'),('ami','messages:mobile-frontend-watchlist-login-action','s:26:\"zh-hant:登入以檢視。\";'),('ami','messages:mobile-frontend-watchlist-more','s:14:\"zh-hant:更多\";'),('ami','messages:mobile-frontend-watchlist-please-wait','s:65:\"zh-hant:請稍候，監視操作會使用較預期長的時間。\";'),('ami','messages:mobile-frontend-watchlist-purpose','s:112:\"zh-hant:<strong>監視清單協助您收藏頁面並追蹤它們的修改。</strong><br />登入並且查看。\";'),('ami','messages:mobile-frontend-watchlist-removed','s:41:\"zh-hant:已從您的監視清單移除 $1\";'),('ami','messages:mobile-frontend-watchlist-signup-action','s:127:\"zh-hant:<strong>監視清單可以幫助您記錄頁面並追蹤頁面的修改。</strong><br />註冊以開始建立清單。\";'),('ami','messages:mobile-frontend-watchlist-view','s:32:\"zh-hant:檢視您的監視清單\";'),('ami','messages:mobile.css','s:64:\"zh-hant:/* 此處的 CSS 將影響使用手機版的使用者 */\";'),('ami','messages:mobile.js','s:72:\"zh-hant:/* 此處的JavaScript將載入於使用手機版的使用者 */\";'),('ami','messages:modeleditnotsupported-text','s:40:\"zh-hant:編輯不支援內容模型$1。\";'),('ami','messages:modeleditnotsupported-title','s:23:\"zh-hant:編輯不支援\";'),('ami','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ami','messages:modifiedarticleprotection-comment','s:58:\"zh-hant:{{GENDER:$2|已變更}}「[[$1]]」的保護設定\";'),('ami','messages:mon','s:11:\"ami:tinocay\";'),('ami','messages:monday','s:11:\"ami:tinocay\";'),('ami','messages:monday-at','s:20:\"zh-hant:週一在 $1\";'),('ami','messages:month','s:26:\"ami:paherekan safoladan：\";'),('ami','messages:months','s:31:\"zh-hant:{{PLURAL:$1|$1 個月}}\";'),('ami','messages:monthsall','s:18:\"ami:Maemin/po:long\";'),('ami','messages:moredotdotdot','s:22:\"ami:matongal ko adihay\";'),('ami','messages:morelinkstoimage','s:82:\"zh-hant:檢視連結到這個檔案的[[Special:WhatLinksHere/$1|更多連結]]。\";'),('ami','messages:morenotlisted','s:35:\"zh-hant:此清單可能不完整。\";'),('ami','messages:mostcategories','s:29:\"zh-hant:最多分類的頁面\";'),('ami','messages:mostcategories-summary','s:3:\"en:\";'),('ami','messages:mostimages','s:32:\"zh-hant:被連結最多的檔案\";'),('ami','messages:mostimages-summary','s:3:\"en:\";'),('ami','messages:mostinterwikis','s:38:\"zh-hant:最多跨 Wiki 連結的頁面\";'),('ami','messages:mostinterwikis-summary','s:3:\"en:\";'),('ami','messages:mostlinked','s:32:\"zh-hant:被連結最多的頁面\";'),('ami','messages:mostlinked-summary','s:3:\"en:\";'),('ami','messages:mostlinkedcategories','s:32:\"zh-hant:被連結最多的分類\";'),('ami','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ami','messages:mostlinkedtemplates','s:32:\"zh-hant:被嵌入最多的頁面\";'),('ami','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ami','messages:mostrevisions','s:29:\"zh-hant:最多修訂的頁面\";'),('ami','messages:mostrevisions-summary','s:3:\"en:\";'),('ami','messages:move','s:11:\"ami:malinah\";'),('ami','messages:move-leave-redirect','s:32:\"zh-hant:留下重新導向頁面\";'),('ami','messages:move-over-sharedrepo','s:100:\"zh-hant:[[:$1]] 已存在於共用檔案庫，將檔案移動到此標題會覆蓋該共用檔案。\";'),('ami','messages:move-page','s:16:\"zh-hant:移動$1\";'),('ami','messages:move-page-legend','s:20:\"zh-hant:移動頁面\";'),('ami','messages:move-redirect-text','s:3:\"en:\";'),('ami','messages:move-subpages','s:40:\"zh-hant:移動子頁面（最多$1頁）\";'),('ami','messages:move-talk-subpages','s:55:\"zh-hant:移動討論頁面的子頁面（最多$1頁）\";'),('ami','messages:move-watch','s:38:\"zh-hant:監視來源以及目標頁面\";'),('ami','messages:movecategorypage-warning','s:169:\"zh-hant:<strong>警告：</strong>您正要移動分類頁面。請注意此操作只會移動頁面，在舊分類中的頁面將<em>不會</em>移動到新的分類。\";'),('ami','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ami','messages:moveddeleted-notice','s:97:\"ami:Masopitay to konini a felih.\ni kalaeno, o sapaneneng toya nisopitan ato ya nilinahan a kilok.\";'),('ami','messages:moveddeleted-notice-recent','s:142:\"zh-hant:對不起，此頁面剛剛被刪除（在最近24小時內）。頁面的刪除、保護和移動日誌在下方提供以供參考。\";'),('ami','messages:movelogpage','s:50:\"ami:o nisoritan pakayni i linah to romi’ami’ad\";'),('ami','messages:movelogpagetext','s:59:\"zh-hant:以下是所有移動頁面的動作記錄清單。\";'),('ami','messages:movenologintext','s:98:\"zh-hant:您必須是已註冊的使用者並且 [[Special:UserLogin|登入]] 才可移動頁面。\";'),('ami','messages:movenosubpage','s:41:\"zh-hant:此頁面沒有任何子頁面。\";'),('ami','messages:movenotallowed','s:38:\"zh-hant:您沒有權限移動頁面。\";'),('ami','messages:movenotallowedfile','s:38:\"zh-hant:您沒有權限移動檔案。\";'),('ami','messages:movepage-delete-first','s:122:\"zh-hant:目標頁面有太多修訂，而無法刪除作為頁面移動的部份。請先手動刪除頁面後再重試。\";'),('ami','messages:movepage-invalid-target-title','s:32:\"zh-hant:請求的名稱無效。\";'),('ami','messages:movepage-max-pages','s:87:\"zh-hant:移動頁面的上限為 $1 頁，超出限制的頁面將不會自動移動。\";'),('ami','messages:movepage-moved','s:53:\"zh-hant:<strong>已移動「$1」至「$2」</strong>\";'),('ami','messages:movepage-moved-noredirect','s:44:\"zh-hant:已取消建立重新導向頁面。\";'),('ami','messages:movepage-moved-redirect','s:38:\"zh-hant:已建立重新導向頁面。\";'),('ami','messages:movepage-page-exists','s:51:\"zh-hant:頁面 $1 已存在，無法自動覆蓋。\";'),('ami','messages:movepage-page-moved','s:36:\"zh-hant:已移動頁面 $1 到 $2。\";'),('ami','messages:movepage-page-unmoved','s:39:\"zh-hant:無法移動頁面 $1 到 $2。\";'),('ami','messages:movepage-source-doesnt-exist','s:46:\"zh-hant:頁面$1不存在因此無法移動。\";'),('ami','messages:movepage-summary','s:3:\"en:\";'),('ami','messages:movepagebtn','s:20:\"zh-hant:移動頁面\";'),('ami','messages:movepagetalktext','s:240:\"zh-hant:若勾選此方塊，相關的討論頁面會自動與此頁面一起移動至新的位置，除非新的名稱已有一個存在的討論頁面。\n在此情況下，若有必要，您必須手動移動或合併已存在的頁面。\";'),('ami','messages:movepagetext','s:1002:\"zh-hant:以下表單可以用來重新命名一個頁面，並將該頁面的所有歷史記錄一併移至擁有新名稱的頁面。舊標題的頁面將會變成重新導向頁面，指向使用新標題的頁面。您可以選擇自動更新所有指向舊頁面的重新導向，讓它們改為指向新頁面。若您選擇不自動更新，請檢查有沒有[[Special:DoubleRedirects|雙重重新導向]]或[[Special:BrokenRedirects|損壞的重新導向]]需要修正。您有責任讓連結繼續指向正確的地方。\n\n請注意，若新的頁面名稱已經被使用，則此頁面將<strong>不會</strong>移動至該處，除非新名稱下是個重新導向頁面而且沒有任何編輯歷史。即是說，您可以將錯誤移動至其他名稱的頁面還原到原有名稱，但不能覆蓋任何現有的頁面。\n\n<strong>注意：</strong>這個動作對受歡迎的頁面來說可能是重大而唐突的變更；在行動前請先確認您了解移動可能帶來的後果。\";'),('ami','messages:movepagetext-noredirectfixer','s:879:\"zh-hant:以下表單可以用來重新命名一個頁面，並將該頁面的所有歷史記錄一併移至擁有新名稱的頁面。\n舊標題的頁面將會變成重新導向頁面，指向使用新標題的頁面。\n請檢查有沒有[[Special:DoubleRedirects|雙重重新導向]]或[[Special:BrokenRedirects|損壞的重新導向]]需要修正。\n您有責任讓連結繼續指向正確的地方。\n\n請注意，若新的頁面名稱已經被使用，則此頁面將<strong>不會</strong>移動至該處，除非新名稱下是個重新導向頁面而且沒有任何編輯歷史。\n即是說，您可以將錯誤移動至其他名稱的頁面還原到原有名稱，但不能覆蓋任何現有的頁面。\n\n<strong>注意：</strong>\n這個動作對受歡迎的頁面來說可能是重大而唐突的變更；\n在行動前請先確認您了解移動可能帶來的後果。\";'),('ami','messages:movepagetext-noredirectsupport','s:587:\"zh-hant:以下表單可以用來重新命名一個頁面，並將該頁面的所有歷史記錄一併移至擁有新名稱的頁面。\n您有責任讓連結繼續指向正確的地方。\n\n請注意，若新的頁面名稱已經被使用，則此頁面將<strong>不會</strong>移動至該處。\n即是說，您可以將錯誤移動至其他名稱的頁面還原到原有名稱，但不能覆蓋任何現有的頁面。\n\n<strong>注意：</strong>\n這個動作對受歡迎的頁面來說可能是重大而唐突的變更；\n在行動前請先確認您了解移動可能帶來的後果。\";'),('ami','messages:movereason','s:17:\"zh-hant:原因：\";'),('ami','messages:movesubpage','s:31:\"zh-hant:{{PLURAL:$1|子頁面}}\";'),('ami','messages:movesubpagetalktext','s:78:\"zh-hant:對應的討論頁有以下 $1 頁{{PLURAL:$1|子頁面|子頁面}}。\";'),('ami','messages:movesubpagetalktext-truncated','s:77:\"zh-hant:相應討論頁面的前 $1 個{{PLURAL:$1|子頁面}}如下所示。\";'),('ami','messages:movesubpagetext','s:51:\"zh-hant:此頁面有 $1 個子頁面如下所示。\";'),('ami','messages:movesubpagetext-truncated','s:68:\"zh-hant:此頁面的前 $1 個{{PLURAL:$1|子頁面}}如下所示。\";'),('ami','messages:movetalk','s:35:\"zh-hant:移動相關的討論頁面\";'),('ami','messages:movethispage','s:22:\"ami:linahen kona felih\";'),('ami','messages:moveuserpage-warning','s:165:\"zh-hant:<strong>警告：</strong>您正要移動使用者頁面，請注意只有使用者頁面會變更名稱，並<strong>不會</strong>重新命名使用者。\";'),('ami','messages:mute-preferences','s:26:\"zh-hant:通知偏好設定\";'),('ami','messages:mw-widgets-abandonedit','s:59:\"zh-hant:您確定要放棄發布並離開編輯模式嗎？\";'),('ami','messages:mw-widgets-abandonedit-discard','s:20:\"zh-hant:放棄編輯\";'),('ami','messages:mw-widgets-abandonedit-keep','s:20:\"zh-hant:繼續編輯\";'),('ami','messages:mw-widgets-abandonedit-title','s:23:\"zh-hant:您確定嗎？\";'),('ami','messages:mw-widgets-categoryselector-add-category-placeholder','s:23:\"zh-hant:加入分類...\";'),('ami','messages:mw-widgets-copytextlayout-copy','s:14:\"zh-hant:複製\";'),('ami','messages:mw-widgets-copytextlayout-copy-fail','s:38:\"zh-hant:複製到剪貼簿上失敗。\";'),('ami','messages:mw-widgets-copytextlayout-copy-success','s:29:\"zh-hant:已複製到剪貼簿\";'),('ami','messages:mw-widgets-dateinput-no-date','s:23:\"zh-hant:未選擇日期\";'),('ami','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('ami','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('ami','messages:mw-widgets-mediasearch-input-placeholder','s:20:\"zh-hant:搜尋媒體\";'),('ami','messages:mw-widgets-mediasearch-noresults','s:23:\"zh-hant:查無結果。\";'),('ami','messages:mw-widgets-mediasearch-recent-uploads','s:40:\"zh-hant:{{GENDER:$1|您的}}最近上傳\";'),('ami','messages:mw-widgets-mediasearch-results-aria-label','s:29:\"zh-hant:多媒體搜尋結果\";'),('ami','messages:mw-widgets-table-row-delete','s:17:\"zh-hant:刪除列\";'),('ami','messages:mw-widgets-tagmultiselect-placeholder','s:23:\"zh-hant:加入更多…\";'),('ami','messages:mw-widgets-titleinput-description-new-page','s:23:\"zh-hant:頁面不存在\";'),('ami','messages:mw-widgets-titleinput-description-redirect','s:26:\"zh-hant:重新導向至 $1\";'),('ami','messages:mw-widgets-titlesmultiselect-placeholder','s:23:\"zh-hant:加入更多...\";'),('ami','messages:mw-widgets-usersmultiselect-placeholder','s:23:\"zh-hant:加入更多...\";'),('ami','messages:mycontris','s:14:\"ami:nipafelian\";'),('ami','messages:mycustomcssprotected','s:46:\"zh-hant:您沒有權限編輯此 CSS 頁面。\";'),('ami','messages:mycustomjsonprotected','s:47:\"zh-hant:您沒有權限編輯此 JSON 頁面。\";'),('ami','messages:mycustomjsprotected','s:53:\"zh-hant:您沒有權限編輯此 JavaScript 頁面。\";'),('ami','messages:mycustomjsredirectprotected','s:117:\"zh-hant:您無權編輯此JavaScript頁面，因為它是重新導向，且不是重新導向到您的用戶空間。\";'),('ami','messages:mypage','s:11:\"ami:o felih\";'),('ami','messages:mypreferences','s:26:\"ami:o kananaman a pinangan\";'),('ami','messages:mypreferencesprotected','s:50:\"zh-hant:您沒有權限編輯您的偏好設定。\";'),('ami','messages:myprivateinfoprotected','s:50:\"zh-hant:您沒有權限編輯您的私人資訊。\";'),('ami','messages:mytalk','s:13:\"ami:kalalicay\";'),('ami','messages:mywatchlist','s:36:\"ami:o pirorodan to tatapalen a tilid\";'),('ami','messages:namespace','s:19:\"ami:O pipanganganan\";'),('ami','messages:namespace-nosubpages','s:50:\"zh-hant:命名空間 \"$1\" 不允許有子頁面。\";'),('ami','messages:namespace_association','s:29:\"ami:pakayniay i pipanganganan\";'),('ami','messages:namespaceprotected','s:75:\"zh-hant:您沒有權限編輯在命名空間<strong>$1</strong>的頁面。\";'),('ami','messages:namespaces','s:19:\"ami:O pipanganganan\";'),('ami','messages:namespacesall','s:18:\"ami:Maemin/po:long\";'),('ami','messages:nav-login-createaccount','s:27:\"zh-hant:登入/建立帳號\";'),('ami','messages:navigation','s:23:\"ami:pakerid a mi’araw\";'),('ami','messages:navigation-heading','s:46:\"ami:sapipili’ a tilid to pakerid a mi’araw\";'),('ami','messages:nbytes','s:45:\"ami:$1 {{PLURAL:$1 ko makakafitay a wey-yin}}\";'),('ami','messages:ncategories','s:20:\"zh-hant:$1 個分類\";'),('ami','messages:nchanges','s:20:\"zh-hant:$1 次變更\";'),('ami','messages:nearby','s:32:\"zh-hant:您附近主題的頁面\";'),('ami','messages:negative-namespace-not-supported','s:47:\"zh-hant:不支援帶有負值的命名空間。\";'),('ami','messages:newarticle','s:13:\"zh-hant:(新)\";'),('ami','messages:newarticletext','s:293:\"ami:militingay kiso to cecay awaayay a felih\nano mamisanga’ to cecay a felih，itira i nisinanotan a ’apelad a pacomd to sowal ( nengnengen ko [ sakadademak a tilid no $1]) 。\nano o caay ko pina’on iso ko sakatayni i, mi^mien ko <strong> minokas</strong>   tami^mian no sakipinengnengan\";'),('ami','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ami','messages:newimages','s:20:\"zh-hant:新檔圖庫\";'),('ami','messages:newimages-hidepatrolled','s:29:\"zh-hant:隱藏已巡查上傳\";'),('ami','messages:newimages-legend','s:14:\"zh-hant:篩選\";'),('ami','messages:newimages-mediatype','s:23:\"zh-hant:媒體類型：\";'),('ami','messages:newimages-showbots','s:41:\"zh-hant:顯示由機器人上傳的檔案\";'),('ami','messages:newimages-summary','s:56:\"zh-hant:此特殊頁面中顯示最新上傳的檔案。\";'),('ami','messages:newimages-user','s:35:\"zh-hant:IP 位址或使用者名稱\";'),('ami','messages:newimagestext','s:4:\"en:-\";'),('ami','messages:newmessagesdifflinkplural','s:31:\"ami:ngata {{PLURAL:$1| falic }}\";'),('ami','messages:newmessageslinkplural','s:62:\"ami:{{PLURAL:$1|cecay faelohay a lihaf|999= faelohay a lihaf}}\";'),('ami','messages:newpage','s:19:\"ami:faelohy a felih\";'),('ami','messages:newpageletter','s:5:\"ami:F\";'),('ami','messages:newpages','s:20:\"ami:faelohay a felih\";'),('ami','messages:newpages-showhide-bots','s:19:\"zh-hant:$1機器人\";'),('ami','messages:newpages-showhide-patrolled','s:28:\"zh-hant:$1已巡查的編輯\";'),('ami','messages:newpages-showhide-redirect','s:22:\"zh-hant:$1重新導向\";'),('ami','messages:newpages-showhide-registered','s:31:\"zh-hant:$1已註冊的使用者\";'),('ami','messages:newpages-submit','s:14:\"ami:pahapinang\";'),('ami','messages:newpages-summary','s:3:\"en:\";'),('ami','messages:newpages-username','s:29:\"ami:o ngangan no micokaymasay\";'),('ami','messages:newpassword','s:20:\"zh-hant:新密碼：\";'),('ami','messages:newsection','s:17:\"zh-hant:新章節\";'),('ami','messages:newsection-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:newsection-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:newsection-summary','s:3:\"en:\";'),('ami','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ami','messages:newsectionsummary','s:26:\"zh-hant:/* $1 */ 新章節\";'),('ami','messages:newtitle','s:28:\"ami:o falohayay a patosokan.\";'),('ami','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ami','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ami','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ami','messages:newuserlogpage','s:43:\"ami:misanga’ to pikilokan to micokaymasay\";'),('ami','messages:newuserlogpagetext','s:41:\"zh-hant:此為建立使用者的日誌。\";'),('ami','messages:newwindow','s:39:\"ami:(i faelohay pinengnengan a mifohat)\";'),('ami','messages:next','s:14:\"zh-hant:後筆\";'),('ami','messages:next-page','s:17:\"zh-hant:下一頁\";'),('ami','messages:nextdiff','s:32:\"ami:o faelohay a nisinanotan →\";'),('ami','messages:nextn','s:34:\"ami:o rarikoray a {{PLURAL:$1|$1}}\";'),('ami','messages:nextn-title','s:65:\"ami:o nikalahecian no rarikoray a $1 {{PLURAL:$1|result|results}}\";'),('ami','messages:nextpage','s:25:\"zh-hant:下一頁（$1）\";'),('ami','messages:nextrevision','s:23:\"ami:Pado^do^ misalof→\";'),('ami','messages:nimagelinks','s:44:\"zh-hant:用於 $1 個{{PLURAL:$1|頁面}}上\";'),('ami','messages:ninterwikis','s:31:\"zh-hant:$1 個 Interwiki 連結\";'),('ami','messages:nlinks','s:20:\"zh-hant:$1 個連結\";'),('ami','messages:nmembers','s:52:\"ami:$1 {{PLURAL:$1|ko salaloma’ay no …a tamdaw}}\";'),('ami','messages:nmemberschanged','s:27:\"zh-hant:$1 → $2 個成員\";'),('ami','messages:no-null-revision','s:52:\"zh-hant:無法建立頁面「$1」的新空白修訂\";'),('ami','messages:noarticletext','s:373:\"ami:Awaay ko sorit i laloma’ nonini a felih, manga’ay kiso a mikilim i roma a felih i [[Special:Search/{{PAGENAME}}| misolap to sakacipinang a sowal nonini a felih]]，ano eca <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}}  misolap to nikilokan a sorit to romi’ami’ad]</span>, nika awaay ko kingli no miso a misanga’ tonini a felih.\";'),('ami','messages:noarticletext-nopermission','s:373:\"ami:Awaay ko sorit i laloma’ nonini a felih, manga’ay kiso a mikilim i roma a felih i [[Special:Search/{{PAGENAME}}| misolap to sakacipinang a sowal nonini a felih]]，ano eca <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}}  misolap to nikilokan a sorit to romi’ami’ad]</span>, nika awaay ko kingli no miso a misanga’ tonini a felih.\";'),('ami','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ami','messages:noautoblockblock','s:29:\"zh-hant:自動封鎖已停用\";'),('ami','messages:nocontribs','s:45:\"ami:Awaay matama^ ko matatodongay a sapifalih\";'),('ami','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ami','messages:nocookiesfornew','s:133:\"zh-hant:這個使用者的帳號未建立，我們不能確認它的來源。\n請確認您已開啟 Cookie，重新載入後再試。\";'),('ami','messages:nocookieslogin','s:114:\"zh-hant:要登入{{SITENAME}}使用者需使用 Cookies，\n您的 Cookies 未尚開啟。\n請在開啟後重試。\";'),('ami','messages:nocookiesnew','s:208:\"zh-hant:使用者帳號已建立成功，但您尚未登入。\n要登入{{SITENAME}}使用者需使用 Cookies，\n您的 Cookies 未尚開啟。\n請在開啟後使用您新的使用者名稱及密碼登入。\";'),('ami','messages:nocreate-loggedin','s:44:\"zh-hant:您沒有權限建立新的頁面。\";'),('ami','messages:nocreatetext','s:173:\"zh-hant:{{SITENAME}} 已限制建立新頁面的功能。 {{GENDER:|你|妳|你}}可返回並編輯既有的頁面，或者 [[Special:UserLogin|登入或建立新帳號]]。\";'),('ami','messages:nocredits','s:41:\"zh-hant:此頁面沒有製作群資訊。\";'),('ami','messages:node-count-exceeded-category','s:41:\"zh-hant:節點數量超出限制的頁面\";'),('ami','messages:node-count-exceeded-category-desc','s:44:\"zh-hant:超出節點數量限制的頁面。\";'),('ami','messages:node-count-exceeded-warning','s:38:\"zh-hant:頁面超出節點數量限制\";'),('ami','messages:noemail','s:56:\"zh-hant:使用者 \"$1\" 沒有電子郵件地址記錄。\";'),('ami','messages:noemailcreate','s:59:\"zh-hant:您需要提供一個有效的電子郵件地址。\";'),('ami','messages:noemailprefs','s:92:\"zh-hant:在您的偏好設定中設定電子郵件地址，讓您可以使用這些功能。\";'),('ami','messages:noemailtext','s:68:\"zh-hant:此使用者尚未指定一個有效的電子郵件地址。\";'),('ami','messages:noemailtitle','s:29:\"zh-hant:無電子郵件地址\";'),('ami','messages:nohistory','s:44:\"zh-hant:此頁沒有任何的修訂記錄。\";'),('ami','messages:noimages','s:26:\"zh-hant:無任何圖片。\";'),('ami','messages:noindex-category','s:50:\"ami:Awaayay a masorit i pikiliman a felih i kaikor\";'),('ami','messages:noindex-category-desc','s:129:\"zh-hant:命名空間允許，且含有魔術字 <code><nowiki>__NOINDEX__</nowiki></code> 未被機器人列入索引的頁面。\";'),('ami','messages:nolicense','s:20:\"zh-hant:尚未選擇\";'),('ami','messages:nolinkshere','s:55:\"ami:Awaay ko mitongoday to <strong>$2</strong> a felih.\";'),('ami','messages:nolinkshere-ns','s:79:\"zh-hant:已選擇的命名空間中沒有頁面連結到 <strong>$2</strong>。\";'),('ami','messages:nolinkstoimage','s:51:\"ami:Awaay ko felih to sapakakafit tonini a tang^an.\";'),('ami','messages:noname','s:44:\"zh-hant:您輸入的使用者名稱無效。\";'),('ami','messages:nonfile-cannot-move-to-file','s:53:\"zh-hant:不可以移動非檔案到檔案命名空間\";'),('ami','messages:nonmain-slot-differences-therefore-readonly','s:191:\"zh-hant:您無法在頁面上的此修訂編輯wikitext，因為自該修訂以來頁面上的資料已被更改，而且更改內容不是基於wikitext。[$1 要還原該修訂請點此]。\";'),('ami','messages:nonnumeric-formatnum','s:47:\"zh-hant:帶有非數字formatnum參數的頁面\";'),('ami','messages:nonnumeric-formatnum-desc','s:73:\"zh-hant:頁面包含一個給 formatnum 解析函式的非數字參數。\";'),('ami','messages:nonwrite-api-promise-error','s:94:\"zh-hant:已傳送「Promise-Non-Write-API-Action」HTTP標頭，但該請求不是API請求。\";'),('ami','messages:nopagetext','s:50:\"zh-hant:您所指定的目標頁面並不存在。\";'),('ami','messages:nopagetitle','s:29:\"zh-hant:沒有此目標頁面\";'),('ami','messages:noscript.css','s:67:\"zh-hant:/* 此 CSS 會影響沒有啟用 JavaScript 的使用者 */\";'),('ami','messages:nospecialpagetext','s:192:\"ami:<strong> awaay ko epoc noya milongocan iso a feli. </strong> Ano mangalay kiso milongoc to ciepocay micidekay a felih i, manga’ay tayra i [[Special:SpecialPages|{{int:specialpages}}]]。\";'),('ami','messages:nosuchaction','s:20:\"zh-hant:無此操作\";'),('ami','messages:nosuchactiontext','s:155:\"zh-hant:URL所指定的動作無效。您的URL可能輸入錯誤，或點選了錯誤的連結。這也可能是{{SITENAME}}使用的系統出現問題。\";'),('ami','messages:nosuchsectiontext','s:99:\"zh-hant:您嘗試編輯的章節並不存在。\n可能在您檢視頁面時已經移動或刪除。\";'),('ami','messages:nosuchsectiontitle','s:23:\"zh-hant:找不到章節\";'),('ami','messages:nosuchspecialpage','s:44:\"ami:Awaay kina micidekay a felih no tyin-naw\";'),('ami','messages:nosuchuser','s:166:\"zh-hant:查無名稱為 \"$1\" 的使用者。\n使用者名稱有大小寫區分，\n請檢查您拼寫是否正確，或者 [[Special:CreateAccount|建立新帳號]]。\";'),('ami','messages:nosuchusershort','s:67:\"zh-hant:查無使用者「$1」，請檢查您拼寫是否正確。\";'),('ami','messages:notanarticle','s:26:\"zh-hant:非內容的頁面\";'),('ami','messages:notargettext','s:59:\"zh-hant:未指定目標頁面或使用者以執行此功能\";'),('ami','messages:notargettitle','s:17:\"zh-hant:無目標\";'),('ami','messages:note','s:34:\"zh-hant:<strong>注意：</strong>\";'),('ami','messages:notextmatches','s:35:\"zh-hant:沒有符合的頁面內容\";'),('ami','messages:notificationemail_body_changed','s:197:\"zh-hant:來自IP位址 $1 的某個人（可能是您），在{{SITENAME}}上將帳號「$2」的電子郵件地址改成「$3」。\n\n如果非您本人所為，請立即跟網站管理員聯繫。\";'),('ami','messages:notificationemail_body_removed','s:182:\"zh-hant:來自 IP 位址 $1 的某人 (可能是您) ，在{{SITENAME}}上移除了帳號 $2 的電子郵件地址。\n\n如果非您本人所為，請立即跟網站管理員聯繫。\";'),('ami','messages:notificationemail_subject_changed','s:56:\"zh-hant:已變更{{SITENAME}}註冊的電子郵件地址\";'),('ami','messages:notificationemail_subject_removed','s:56:\"zh-hant:已移除{{SITENAME}}註冊的電子郵件地址\";'),('ami','messages:notloggedin','s:20:\"zh-hant:尚未登入\";'),('ami','messages:notvisiblerev','s:68:\"zh-hant:最後一次由其他使用者所作的修訂已經被刪除\";'),('ami','messages:nouserspecified','s:47:\"zh-hant:您必須指定一個使用者名稱。\";'),('ami','messages:nov','s:26:\"ami:Saka safaw cecay folad\";'),('ami','messages:november','s:26:\"ami:Saka safaw cecay folad\";'),('ami','messages:november-gen','s:26:\"ami:Saka safaw cecay folad\";'),('ami','messages:nowatchlist','s:47:\"zh-hant:您的監視清單沒有任何項目。\";'),('ami','messages:nowikiemailtext','s:62:\"zh-hant:此使用者選擇不接收其他使用者的信件。\";'),('ami','messages:nrevisions','s:20:\"zh-hant:$1 次修訂\";'),('ami','messages:ns-specialprotected','s:35:\"zh-hant:特殊頁面無法編輯。\";'),('ami','messages:nstab-category','s:13:\"ami:pisakilac\";'),('ami','messages:nstab-help','s:14:\"zh-hant:說明\";'),('ami','messages:nstab-image','s:13:\"ami:tang’an\";'),('ami','messages:nstab-main','s:11:\"ami:o felih\";'),('ami','messages:nstab-mainpage','s:34:\"ami:sa’ayayaw pising no tyin-naw\";'),('ami','messages:nstab-media','s:20:\"zh-hant:媒體頁面\";'),('ami','messages:nstab-mediawiki','s:9:\"ami:lihaf\";'),('ami','messages:nstab-project','s:16:\"ami:halaka felih\";'),('ami','messages:nstab-special','s:21:\"ami:micidekay a felih\";'),('ami','messages:nstab-talk','s:3:\"en:\";'),('ami','messages:nstab-template','s:11:\"ami:sampolo\";'),('ami','messages:nstab-user','s:55:\"ami:{{GENDER:$1|O ta’arawan a felih no micokaymasay}}\";'),('ami','messages:ntimes','s:12:\"zh-hans:$1×\";'),('ami','messages:ntransclusions','s:44:\"zh-hant:用於 $1 個{{PLURAL:$1|頁面}}上\";'),('ami','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ami','messages:oct','s:21:\"ami:Saka ngetep folad\";'),('ami','messages:october','s:21:\"ami:Saka ngetep folad\";'),('ami','messages:october-gen','s:21:\"ami:Saka ngetep folad\";'),('ami','messages:ok','s:16:\"ami:matamaay to.\";'),('ami','messages:oldpassword','s:20:\"zh-hant:舊密碼：\";'),('ami','messages:ooui-combobox-button-label','s:20:\"zh-hant:切換選項\";'),('ami','messages:ooui-dialog-message-accept','s:14:\"zh-hant:確定\";'),('ami','messages:ooui-dialog-message-reject','s:14:\"zh-hant:取消\";'),('ami','messages:ooui-dialog-process-continue','s:14:\"zh-hant:繼續\";'),('ami','messages:ooui-dialog-process-dismiss','s:14:\"zh-hant:關閉\";'),('ami','messages:ooui-dialog-process-error','s:26:\"zh-hant:發生不明錯誤\";'),('ami','messages:ooui-dialog-process-retry','s:20:\"zh-hant:再試一次\";'),('ami','messages:ooui-field-help','s:14:\"zh-hant:說明\";'),('ami','messages:ooui-item-remove','s:14:\"zh-hant:移除\";'),('ami','messages:ooui-outline-control-move-down','s:20:\"zh-hant:項目下移\";'),('ami','messages:ooui-outline-control-move-up','s:20:\"zh-hant:項目上移\";'),('ami','messages:ooui-outline-control-remove','s:20:\"zh-hant:移除項目\";'),('ami','messages:ooui-popup-widget-close-button-aria-label','s:14:\"zh-hant:關閉\";'),('ami','messages:ooui-selectfile-button-select','s:26:\"zh-hant:選擇一個檔案\";'),('ami','messages:ooui-selectfile-button-select-multiple','s:20:\"zh-hant:選擇檔案\";'),('ami','messages:ooui-selectfile-dragdrop-placeholder','s:29:\"zh-hant:拖曳檔案到此處\";'),('ami','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:29:\"zh-hant:拖曳檔案到此處\";'),('ami','messages:ooui-selectfile-not-supported','s:38:\"zh-hant:無法支援所選擇的檔案\";'),('ami','messages:ooui-selectfile-placeholder','s:26:\"zh-hant:尚未選擇檔案\";'),('ami','messages:ooui-toolbar-more','s:14:\"zh-hant:更多\";'),('ami','messages:ooui-toolgroup-collapse','s:14:\"zh-hant:更少\";'),('ami','messages:ooui-toolgroup-expand','s:14:\"zh-hant:更多\";'),('ami','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ami','messages:othercontribs','s:34:\"zh-hant:此頁面由$1所貢獻。\";'),('ami','messages:otherlanguages','s:21:\"ami:O no roma a sowal\";'),('ami','messages:others','s:14:\"zh-hant:其他\";'),('ami','messages:overwrite','s:38:\"zh-hant:不允許覆蓋現有檔案。\";'),('ami','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ami','messages:page-atom-feed','s:27:\"ami:kasadakan no Atom ko $1\";'),('ami','messages:page-rss-feed','s:30:\"zh-hant:「$1」的 RSS 來源\";'),('ami','messages:page_first','s:17:\"zh-hant:第一頁\";'),('ami','messages:page_last','s:17:\"zh-hant:最後頁\";'),('ami','messages:pagecategories','s:37:\"ami:{{PLURAL:$1|kasakilac|pisakilac}}\";'),('ami','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ami','messages:pagedata-bad-title','s:31:\"zh-hant:無效的標題：$1。\";'),('ami','messages:pagedata-not-acceptable','s:61:\"zh-hant:查無符合的格式，支援的 MIME 類型有：$1\";'),('ami','messages:pagedata-text','s:238:\"zh-hant:此頁面提供了至頁面的資料介面。請使用子頁面語法在 URL 裡提供頁面標題。\n* 內容協商會基於您客戶端接受標頭來套用，這代表頁面資料會以由您客戶端所首選格式來提供。\";'),('ami','messages:pagedata-title','s:20:\"zh-hant:頁面資料\";'),('ami','messages:pagehist','s:21:\"ami:o likisi no felih\";'),('ami','messages:pagehistory','s:20:\"zh-hant:頁面歷史\";'),('ami','messages:pagehistory-summary','s:3:\"en:\";'),('ami','messages:pageid','s:20:\"zh-hant:頁面 ID $1\";'),('ami','messages:pageinfo','s:20:\"zh-hant:頁面資訊\";'),('ami','messages:pageinfo-article-id','s:14:\"ami:o felih ID\";'),('ami','messages:pageinfo-authors','s:41:\"ami:O kahakowa no pisanga’ no misoritay\";'),('ami','messages:pageinfo-category-files','s:20:\"zh-hant:檔案數量\";'),('ami','messages:pageinfo-category-info','s:20:\"zh-hant:分類資訊\";'),('ami','messages:pageinfo-category-pages','s:20:\"zh-hant:頁面數量\";'),('ami','messages:pageinfo-category-subcats','s:23:\"zh-hant:子分類數量\";'),('ami','messages:pageinfo-category-total','s:20:\"zh-hant:成員總數\";'),('ami','messages:pageinfo-content-model','s:42:\"ami:o sakapitodongan no laloma’ no felih\";'),('ami','messages:pageinfo-content-model-change','s:14:\"zh-hant:變更\";'),('ami','messages:pageinfo-contentpage','s:49:\"ami:O pisa’osian to laloma’ay a sowal a felih\";'),('ami','messages:pageinfo-contentpage-yes','s:7:\"ami:hay\";'),('ami','messages:pageinfo-default-sort','s:43:\"ami:nipatalaan a nitonekan to sakasilsil：\";'),('ami','messages:pageinfo-display-title','s:38:\"ami:Pahapinang to sakacipinang a sowal\";'),('ami','messages:pageinfo-edits','s:44:\"ami:O kahakowa no pisanga’ no misinanotay.\";'),('ami','messages:pageinfo-few-visiting-watchers','s:62:\"zh-hant:參觀近期編輯的使用者可能為監視使用者\";'),('ami','messages:pageinfo-few-watchers','s:57:\"ami:Kisafaan ko ’aloman $1{{PLURAL:$1|$1 no mikacaway}}\";'),('ami','messages:pageinfo-file-hash','s:17:\"zh-hant:雜湊值\";'),('ami','messages:pageinfo-firsttime','s:39:\"ami:O pisanga’an to felih a romi’ad\";'),('ami','messages:pageinfo-firstuser','s:27:\"ami:O misanga’ay to felih\";'),('ami','messages:pageinfo-footer','s:4:\"en:-\";'),('ami','messages:pageinfo-header','s:4:\"en:-\";'),('ami','messages:pageinfo-header-basic','s:25:\"ami:O satapangan no lihaf\";'),('ami','messages:pageinfo-header-edits','s:30:\"ami:Misinanot toilok no likisi\";'),('ami','messages:pageinfo-header-properties','s:23:\"ami:o pinangan no felih\";'),('ami','messages:pageinfo-header-restrictions','s:22:\"ami:O sadipot no felih\";'),('ami','messages:pageinfo-hidden-categories','s:46:\"ami:{{PLURAL:$1|o nihimedan a kasakilac}} ($1)\";'),('ami','messages:pageinfo-language','s:33:\"ami:O sowal no laloma’ no felih\";'),('ami','messages:pageinfo-language-change','s:14:\"zh-hant:變更\";'),('ami','messages:pageinfo-lasttime','s:43:\"ami:O pisanga’ no misinanotay a romi’ad\";'),('ami','messages:pageinfo-lastuser','s:51:\"ami:O kahakowa no misinanotay tona pina a romi’ad\";'),('ami','messages:pageinfo-length','s:48:\"ami:o raraya’ no felih (makakafitay a wey-yin)\";'),('ami','messages:pageinfo-magic-words','s:34:\"ami:ma-cit{{PLURAL:$1|sorit}} ($1)\";'),('ami','messages:pageinfo-namespace','s:20:\"zh-hant:命名空間\";'),('ami','messages:pageinfo-not-current','s:53:\"zh-hant:抱歉，無法提供先前修訂的資訊。\";'),('ami','messages:pageinfo-protect-cascading','s:35:\"zh-hant:從此處開始連鎖保護\";'),('ami','messages:pageinfo-protect-cascading-from','s:26:\"zh-hant:連鎖保護來自\";'),('ami','messages:pageinfo-protect-cascading-yes','s:11:\"zh-hant:是\";'),('ami','messages:pageinfo-recent-authors','s:49:\"ami:O kahakowa no misoritay tona pina a romi’ad\";'),('ami','messages:pageinfo-recent-edits','s:39:\"ami:o misinanotan (tona $1 a romi’ad)\";'),('ami','messages:pageinfo-redirects-name','s:63:\"ami:pasayniay tona felih i, miliyaw pasayra to kahakowa no feli\";'),('ami','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('ami','messages:pageinfo-redirectsto','s:23:\"zh-hant:重新導向至\";'),('ami','messages:pageinfo-redirectsto-info','s:14:\"zh-hant:資訊\";'),('ami','messages:pageinfo-robot-index','s:11:\"ami:mihayda\";'),('ami','messages:pageinfo-robot-noindex','s:16:\"ami:Caay pihayda\";'),('ami','messages:pageinfo-robot-policy','s:80:\"ami:O kikay mato o tamdaw ko fana’ ko misanga’ay to tanenengan ato pikiliman\";'),('ami','messages:pageinfo-subpages-name','s:48:\"ami:Pinaay a felih ko i kalaenoay ninian a felih\";'),('ami','messages:pageinfo-subpages-value','s:118:\"ami:$1 ($2 ko {{PLURAL:$2|misafaelof a misiyar palalan}}；$3 ko {{PLURAL:$3|caayay ko nisafaelohan misiyor palalan}})\";'),('ami','messages:pageinfo-summary','s:3:\"en:\";'),('ami','messages:pageinfo-templates','s:59:\"ami:Micaliw to sampolo{{PLURAL:$1|template|templates}} ($1)\";'),('ami','messages:pageinfo-title','s:16:\"ami:Lihaf o \"$1\"\";'),('ami','messages:pageinfo-toolboxlink','s:20:\"ami:o lihaf no felih\";'),('ami','messages:pageinfo-transclusions','s:42:\"zh-hant:{{PLURAL:$1|頁}}引用於（$1）\";'),('ami','messages:pageinfo-user-id','s:20:\"zh-hant:使用者 ID\";'),('ami','messages:pageinfo-view-protect-log','s:41:\"zh-hant:檢視此頁面的保護日誌。\";'),('ami','messages:pageinfo-visiting-watchers','s:50:\"zh-hant:已訪問最近編輯的頁面監視者數\";'),('ami','messages:pageinfo-watchers','s:37:\"ami:O kahakowa no mikantokay i felih.\";'),('ami','messages:pagelang-db-failed','s:44:\"zh-hant:資料庫變更頁面語言失敗。\";'),('ami','messages:pagelang-language','s:14:\"zh-hant:語言\";'),('ami','messages:pagelang-name','s:14:\"zh-hant:頁面\";'),('ami','messages:pagelang-nonexistent-page','s:34:\"zh-hant:頁面「$1」不存在。\";'),('ami','messages:pagelang-reason','s:14:\"zh-hant:原因\";'),('ami','messages:pagelang-select-lang','s:20:\"zh-hant:選擇語言\";'),('ami','messages:pagelang-submit','s:14:\"zh-hant:送出\";'),('ami','messages:pagelang-unchanged-language','s:45:\"zh-hant:頁面 $1 的語言已經設為 $2。\";'),('ami','messages:pagelang-unchanged-language-default','s:69:\"zh-hant:頁面 $1 的語言已經設為 wiki 的預設內容語言。\";'),('ami','messages:pagelang-use-default','s:26:\"zh-hant:使用預設語言\";'),('ami','messages:pagelanguage','s:26:\"zh-hant:變更頁面語言\";'),('ami','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ami','messages:pagemovedsub','s:23:\"zh-hant:已成功移動\";'),('ami','messages:pager-newer-n','s:39:\"ami:{{PLURAL:$1|faelo:hay  $1 a codad}}\";'),('ami','messages:pager-older-n','s:44:\"ami:{{PLURAL:$1|o matelangay a nisinanotan}}\";'),('ami','messages:pagesize','s:23:\"zh-hant:（位元組）\";'),('ami','messages:pageswithprop','s:29:\"zh-hant:擁有屬性的頁面\";'),('ami','messages:pageswithprop-legend','s:35:\"zh-hant:擁有頁面屬性的頁面\";'),('ami','messages:pageswithprop-prop','s:23:\"zh-hant:屬性名稱：\";'),('ami','messages:pageswithprop-prophidden-binary','s:40:\"zh-hant:已隱藏二進位屬性值 ($1)\";'),('ami','messages:pageswithprop-prophidden-long','s:40:\"zh-hant:已隱藏過長的屬性值 ($1)\";'),('ami','messages:pageswithprop-reverse','s:20:\"zh-hant:反向排序\";'),('ami','messages:pageswithprop-sortbyvalue','s:26:\"zh-hant:按屬性值排序\";'),('ami','messages:pageswithprop-submit','s:11:\"ami:pidemak\";'),('ami','messages:pageswithprop-summary','s:3:\"en:\";'),('ami','messages:pageswithprop-text','s:62:\"zh-hant:此頁面用來查詢使用了指定屬性的頁面。\";'),('ami','messages:pagetitle','s:25:\"zh-hans:$1 - {{SITENAME}}\";'),('ami','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ami','messages:paramvalidator-badbool','s:99:\"zh-hant:用於布林值參數「$1」的值「$2」無效。傳遞$3為 true，傳遞$5為 false。\";'),('ami','messages:paramvalidator-badexpiry','s:57:\"zh-hant:用於逾期參數「$1」的值「$2」無效。\";'),('ami','messages:paramvalidator-badexpiry-duration','s:72:\"zh-hant:給予參數 <var>$1</var> 的值「$2」超過上限「$3」。\";'),('ami','messages:paramvalidator-badexpiry-duration-max','s:96:\"zh-hant:給予參數 <var>$1</var> 的值「$2」超過上限「$3」。使用最大值替代。\";'),('ami','messages:paramvalidator-badexpiry-past','s:66:\"zh-hant:用於逾期參數「$1」的值「$2」是過去的值。\";'),('ami','messages:paramvalidator-badfloat','s:57:\"zh-hant:用於浮點參數「$1」的值「$2」無效。\";'),('ami','messages:paramvalidator-badfloat-notfinite','s:72:\"zh-hant:用於浮點參數「$1」的值「$2」太大或不是數字。\";'),('ami','messages:paramvalidator-badinteger','s:57:\"zh-hant:用於整數參數「$1」的值「$2」無效。\";'),('ami','messages:paramvalidator-badtimestamp','s:57:\"zh-hant:用於時間戳記參數「$1」的值「$2」。\";'),('ami','messages:paramvalidator-badtitle','s:88:\"zh-hant:標題參數 <var>$1</var> 的值「$2」無效：不是有效的標題字元。\";'),('ami','messages:paramvalidator-badupload-cantwrite','s:94:\"zh-hant:出於伺服器設置錯誤（寫入失敗），無法處理「$1」的檔案儲存。\";'),('ami','messages:paramvalidator-badupload-formsize','s:76:\"zh-hant:用於「$1」的上傳檔案超出客戶端指定的最大大小。\";'),('ami','messages:paramvalidator-badupload-inisize','s:79:\"zh-hant:用於「$1」的上傳檔案超出伺服器允許的最大大小 $3。\";'),('ami','messages:paramvalidator-badupload-nofile','s:58:\"zh-hant:沒有提供用於上傳參數「$1」的檔案。\";'),('ami','messages:paramvalidator-badupload-notmpdir','s:100:\"zh-hant:出於伺服器設置錯誤（沒有臨時目錄），無法處理「$1」的檔案儲存。\";'),('ami','messages:paramvalidator-badupload-notupload','s:177:\"zh-hant:檔案上傳參數「$1」不是一個檔案上傳，請確定在您的 POST 有使用 multipart/form-data，並且在 Content-Disposition 標頭有包含檔案名稱。\";'),('ami','messages:paramvalidator-badupload-partial','s:55:\"zh-hant:用於「$1」的檔案只有部份被上傳。\";'),('ami','messages:paramvalidator-badupload-phpext','s:62:\"zh-hant:PHP 擴充功能禁止上傳用於「$1」的檔案。\";'),('ami','messages:paramvalidator-baduser','s:67:\"zh-hant:用於使用者參數 <var>$1</var> 的值「$2」無效。\";'),('ami','messages:paramvalidator-badvalue-enummulti','s:106:\"zh-hant:用於參數「$1」的值「$2」無效。{{PLURAL:$4|僅允許「$3」。|允許的值為$3。}}\";'),('ami','messages:paramvalidator-badvalue-enumnotmulti','s:48:\"zh-hant:無法識別參數「$1」的值：$2。\";'),('ami','messages:paramvalidator-deprecated-value','s:54:\"zh-hant:用於參數「$1」的值「$2」已棄用。\";'),('ami','messages:paramvalidator-emptystring','s:17:\"zh-hant:空字串\";'),('ami','messages:paramvalidator-help-default','s:22:\"zh-hant:預設值：$1\";'),('ami','messages:paramvalidator-help-default-empty','s:32:\"zh-hant:預設值：（空白）\";'),('ami','messages:paramvalidator-help-deprecated','s:29:\"zh-hant:此參數已棄用。\";'),('ami','messages:paramvalidator-help-multi-all','s:54:\"zh-hant:要指定所有值，請使用<kbd>$1</kbd>。\";'),('ami','messages:paramvalidator-help-multi-max','s:111:\"zh-hant:值的最大數目為 {{PLURAL:$1|$1}}（用於客戶端允許的較高限制為 {{PLURAL:$2|$2}}）。\";'),('ami','messages:paramvalidator-help-multi-max-simple','s:49:\"zh-hant:值的最大數量為 {{PLURAL:$1|$1}}。\";'),('ami','messages:paramvalidator-help-multi-separate','s:94:\"zh-hant:請用「|」來區分值，或是以 U+001F 作為列表字首並以 U+001F 區分。\";'),('ami','messages:paramvalidator-help-required','s:29:\"zh-hant:此為必填參數。\";'),('ami','messages:paramvalidator-help-type-boolean','s:60:\"zh-hant:類型：{{PLURAL:$1|1=布林值|2=布林值列表}}\";'),('ami','messages:paramvalidator-help-type-enum','s:163:\"zh-hant:{{PLURAL:$1|1=以下多個值其一|2=多個值（以 U+007C（豎線字元）區分，或是以 U+001F 作為列表字首並以 U+001F 區分。）}}：$2\";'),('ami','messages:paramvalidator-help-type-enum-can-be-empty','s:60:\"zh-hant:{{PLURAL:$2|0=必須留空|可以留空，或是$1}}\";'),('ami','messages:paramvalidator-help-type-expiry','s:237:\"zh-hant:類型：{{PLURAL:$1|1=逾期|2=逾期列表}}。\n\n可以是相對時間（例如：<kbd>5 months</kbd> 或 <kbd>2 weeks</kbd>）或是絕對時間（例如：<kbd>2014-09-18T12:34:56Z</kbd>）。若要無期限，請使用 $2。\";'),('ami','messages:paramvalidator-help-type-float','s:60:\"zh-hant:類型：{{PLURAL:$1|1=布林值|2=浮點值列表}}\";'),('ami','messages:paramvalidator-help-type-integer','s:54:\"zh-hant:類型：{{PLURAL:$1|1=整數|2=整數列表}}\";'),('ami','messages:paramvalidator-help-type-limit','s:35:\"zh-hant:類型：整數或「max」\";'),('ami','messages:paramvalidator-help-type-number-max','s:57:\"zh-hant:{{PLURAL:$1|1=數值|2=數值}}不可大於 $3。\";'),('ami','messages:paramvalidator-help-type-number-min','s:57:\"zh-hant:{{PLURAL:$1|1=數值|2=數值}}不可小於 $2。\";'),('ami','messages:paramvalidator-help-type-number-minmax','s:68:\"zh-hant:{{PLURAL:$1|1=數值|2=數值}}必須在 $2 與 $3 之間。\";'),('ami','messages:paramvalidator-help-type-presenceboolean','s:26:\"zh-hant:類型：布林值\";'),('ami','messages:paramvalidator-help-type-string-maxbytes','s:60:\"zh-hant:不能超過 $1 {{PLURAL:$1|位元組|位元組}}。\";'),('ami','messages:paramvalidator-help-type-string-maxchars','s:45:\"zh-hant:不能長過$1{{PLURAL:$1|字元}}。\";'),('ami','messages:paramvalidator-help-type-timestamp','s:66:\"zh-hant:類型：{{PLURAL:$1|1=時間戳記|2=時間戳記列表}}\";'),('ami','messages:paramvalidator-help-type-title','s:29:\"zh-hant:類型：首頁標題\";'),('ami','messages:paramvalidator-help-type-title-must-exist','s:35:\"zh-hant:僅接受存在的頁面。\";'),('ami','messages:paramvalidator-help-type-title-no-must-exist','s:35:\"zh-hant:接受不存在的頁面。\";'),('ami','messages:paramvalidator-help-type-upload','s:74:\"zh-hant:必須使用 multipart/form-data 以檔案上傳的方式傳送。\";'),('ami','messages:paramvalidator-help-type-user','s:92:\"zh-hant:類型：{{PLURAL:$1|1=使用者|2=使用者清單}}，{{PLURAL:$3|按|按任何}}$2\";'),('ami','messages:paramvalidator-help-type-user-subtype-cidr','s:17:\"zh-hant:IP 範圍\";'),('ami','messages:paramvalidator-help-type-user-subtype-id','s:43:\"zh-hant:使用者 ID（例如：\"#12345\"）\";'),('ami','messages:paramvalidator-help-type-user-subtype-interwiki','s:58:\"zh-hant:跨 wiki 名稱（例如：\"prefix>ExampleName\"）\";'),('ami','messages:paramvalidator-help-type-user-subtype-ip','s:6:\"ami:IP\";'),('ami','messages:paramvalidator-help-type-user-subtype-name','s:23:\"zh-hant:使用者名稱\";'),('ami','messages:paramvalidator-maxbytes','s:107:\"zh-hant:用於參數「$1」的值不可大於 $3 {{PLURAL:$3|位元組}}（提供的為 $4 位元組）。\";'),('ami','messages:paramvalidator-maxchars','s:101:\"zh-hant:用於參數「$1」的值不可大於 $3 個{{PLURAL:$3|字元}}（提供的為 $4 個）。\";'),('ami','messages:paramvalidator-missingparam','s:40:\"zh-hant:「$1」參數必須被設定。\";'),('ami','messages:paramvalidator-missingtitle','s:76:\"zh-hant:標題參數 <var>$1</var> 的值「$2」無效：頁面不存在。\";'),('ami','messages:paramvalidator-notmulti','s:98:\"zh-hant:參數「$1」僅接受單一值。U+001F 區分的多個值僅能用在多項值參數。\";'),('ami','messages:paramvalidator-outofrange-max','s:60:\"zh-hant:用於參數「$1」的值「$2」不能大於 $4。\";'),('ami','messages:paramvalidator-outofrange-min','s:60:\"zh-hant:用於參數「$1」的值「$2」不能小於 $3。\";'),('ami','messages:paramvalidator-outofrange-minmax','s:74:\"zh-hant:用於參數「$1」的值「$2」必須介於 $3 與 $4 之間。\";'),('ami','messages:paramvalidator-param-deprecated','s:34:\"zh-hant:參數「$1」已棄用。\";'),('ami','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ami','messages:paramvalidator-toomanyvalues','s:61:\"zh-hant:替參數「$1」提供太多的值。限制為 $2。\";'),('ami','messages:paramvalidator-unclearnowtimestamp','s:168:\"zh-hant:傳遞給時間戳記參數「$1」的值「$2」已被棄用。若出於某些原因，您不需在客戶端計算來明確指定時間，請使用「now」。\";'),('ami','messages:paramvalidator-unrecognizedvalues','s:65:\"zh-hant:參數「$1」有無法識別的{{PLURAL:$4|值}}：$3。\";'),('ami','messages:parentheses','s:16:\"zh-hant:（$1）\";'),('ami','messages:parentheses-end','s:11:\"zh-hant:）\";'),('ami','messages:parentheses-start','s:11:\"zh-hant:（\";'),('ami','messages:parser-template-loop-warning','s:38:\"zh-hant:偵測到模板迴圈：[[$1]]\";'),('ami','messages:parser-template-recursion-depth-warning','s:43:\"zh-hant:超出模板遞迴深度限制 ($1)\";'),('ami','messages:parser-unstrip-loop-warning','s:32:\"zh-hant:偵測到 Unstrip 迴圈\";'),('ami','messages:parsoid-client-error','s:33:\"zh-hant:Parsoid 輸入無效：$1\";'),('ami','messages:parsoid-resource-limit-exceeded','s:40:\"zh-hant:超出 Parsoid 資源限制：$1\";'),('ami','messages:parsoid-stash-rate-limit-error','s:68:\"zh-hant:由於超出速率限制，暫存失敗。請稍後再試。\";'),('ami','messages:password-change-forbidden','s:47:\"zh-hant:您不可變更此 Wiki 上的密碼。\";'),('ami','messages:password-login-forbidden','s:56:\"zh-hant:此使用者名稱和密碼已被禁止使用。\";'),('ami','messages:password-name-match','s:56:\"zh-hant:您的密碼不可以跟使用者名稱相同。\";'),('ami','messages:password-substring-username-match','s:59:\"zh-hant:您的密碼不能用在您的使用者名稱裡。\";'),('ami','messages:passwordincommonlist','s:89:\"zh-hant:所輸入密碼被列在常用密碼的清單裡，請改用較獨特的密碼。\";'),('ami','messages:passwordpolicies','s:20:\"zh-hant:密碼方針\";'),('ami','messages:passwordpolicies-group','s:14:\"zh-hant:群組\";'),('ami','messages:passwordpolicies-policies','s:14:\"zh-hant:方針\";'),('ami','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ami','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ami','messages:passwordpolicies-policy-maximalpasswordlength','s:66:\"zh-hant:密碼必須小於 $1 個{{PLURAL:$1|字元|字元}}長度\";'),('ami','messages:passwordpolicies-policy-minimalpasswordlength','s:66:\"zh-hant:密碼必須至少 $1 個{{PLURAL:$1|字元|字元}}長度\";'),('ami','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:81:\"zh-hant:密碼必須至少 $1 個{{PLURAL:$1|字元|字元}}長度以用於登入\";'),('ami','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:56:\"zh-hant:密碼不能是帶有使用者名稱的子字串\";'),('ami','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:68:\"zh-hant:密碼不能跟預設密碼特定清單裡頭的內容相同\";'),('ami','messages:passwordpolicies-policy-passwordnotincommonlist','s:79:\"zh-hant:不能採用列在 100000 個最常用到密碼清單當中的密碼。\";'),('ami','messages:passwordpolicies-policyflag-forcechange','s:32:\"zh-hant:必須在登入時更改\";'),('ami','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:32:\"zh-hant:建議在登入時更改\";'),('ami','messages:passwordpolicies-summary','s:89:\"zh-hant:這是定義在此 wiki 上可用於使用者群組的有效密碼方針清單。\";'),('ami','messages:passwordremindertext','s:452:\"zh-hant:不明人士（可能是您自己，來自IP位址 $1）請求重設在{{SITENAME}}（$4）的密碼。給使用者「$2」的臨時密碼設為「$3」。如果這個動作是您做的，您需要立即登入並設定一個新的密碼，您的臨時密碼將於{{PLURAL:$5|一|$5}}天內過期。\n\n如果不是您請求重設密碼，或您已想起密碼，並不準備修改，您可以忽略此訊息並且繼續使用您原本的密碼。\";'),('ami','messages:passwordremindertitle','s:38:\"zh-hant:{{SITENAME}}的新臨時密碼\";'),('ami','messages:passwordreset','s:33:\"ami:misafaeloh patonek to mima’\";'),('ami','messages:passwordreset-disabled','s:47:\"zh-hant:此 Wiki 未開啟密碼重置功能。\";'),('ami','messages:passwordreset-domain','s:23:\"zh-hant:網域名稱：\";'),('ami','messages:passwordreset-email','s:29:\"zh-hant:電子郵件地址：\";'),('ami','messages:passwordreset-emaildisabled','s:47:\"zh-hant:此 wiki 未開啟電子郵件功能。\";'),('ami','messages:passwordreset-emailelement','s:49:\"zh-hant:使用者名稱：\n$1\n\n臨時密碼：\n$2\";'),('ami','messages:passwordreset-emailtext-ip','s:472:\"zh-hant:不明人士（可能是您自己，來自IP位址$1）請求重設在{{SITENAME}}（$4）的密碼，下列是與此電子郵件地址有關的使用者{{PLURAL:$3|帳號}}：\n\n$2\n\n{{PLURAL:$3|這個臨時密碼|這些臨時密碼}}將會在{{PLURAL:$5|1天|$5天}}內到期，您應立即登入並更改新的密碼。如果不是您請求重設密碼，或您已想起密碼，並不準備修改，您可以忽略本訊息並且繼續使用您原本的密碼。\";'),('ami','messages:passwordreset-emailtext-require-email','s:271:\"zh-hant:但是如果您沒有產生此請求，並希望阻止不請自來的電子郵件，您需要在$1更新電子郵件選項。您可以要求同時需要使用者名稱和電子郵件地址才能產生重設密碼電子郵件，這可以減少此類事件發生。\";'),('ami','messages:passwordreset-emailtext-user','s:428:\"zh-hant:使用者$1請求重設在{{SITENAME}}（$4）的密碼，下列是與此電子郵件地址有關的使用者{{PLURAL:$3|帳號}}：\n\n$2\n\n{{PLURAL:$3|這個臨時密碼|這些臨時密碼}}將會在{{PLURAL:$5|1天|$5天}}內到期，您應立即登入並更改新的密碼。如果不是您請求重設密碼，或您已想起密碼，並不準備修改，您可以忽略此訊息並且繼續使用您原本的密碼。\";'),('ami','messages:passwordreset-emailtitle','s:44:\"zh-hant:在{{SITENAME}}的帳號詳細資料\";'),('ami','messages:passwordreset-ignored','s:68:\"zh-hant:未處理密碼重設動作，可能尚未設定提供者？\";'),('ami','messages:passwordreset-nocaller','s:27:\"zh-hant:必須提供 caller\";'),('ami','messages:passwordreset-nodata','s:56:\"zh-hant:未提供使用者名稱或是電子郵件地址\";'),('ami','messages:passwordreset-nosuchcaller','s:29:\"zh-hant:Caller 不存在：$1\";'),('ami','messages:passwordreset-success','s:41:\"zh-hant:您已請求密碼重新設定。\";'),('ami','messages:passwordreset-success-details-generic','s:425:\"zh-hant:若提交的資訊有效，會發送密碼重新設定用郵件。若您已收到郵件，我們建議您查看[[mw:Special:MyLanguage/Help:Reset_password|重新設定密碼說明頁面]]或稍後重試。<strong>在短時間內，密碼重新設定的請求會有次數上限制。為了預防濫用情況，每個有效帳號在{{PLURAL:$1|1小時|$1小時}}內只能發送一封密碼重新設定郵件</strong>。\";'),('ami','messages:passwordreset-success-info','s:34:\"zh-hant:您提交的詳情為：$1\";'),('ami','messages:passwordreset-text-many','s:88:\"zh-hant:{{PLURAL:$1|填寫其中一個欄位以透過電子郵件接收臨時密碼。}}\";'),('ami','messages:passwordreset-text-one','s:92:\"zh-hant:完成此表單，透過電子郵件傳送臨時密碼以重新設定您的密碼。\";'),('ami','messages:passwordreset-username','s:29:\"ami:o ngangan no micokaymasay\";'),('ami','messages:passwordsent','s:117:\"zh-hant:使用者 \"$1\" 的新密碼已寄至當出登記的電子郵件地址，\n請稍後收到郵件後再登入。\";'),('ami','messages:passwordtoolong','s:59:\"zh-hant:密碼不能超過{{PLURAL:$1|1字元|$1字元}}。\";'),('ami','messages:passwordtooshort','s:43:\"zh-hant:密碼至少要{{PLURAL:$1|字元}}\";'),('ami','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ami','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ami','messages:patrol-log-header','s:50:\"zh-hant:這是已巡查的修訂版本的日誌。\";'),('ami','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ami','messages:patrol-log-page','s:43:\"ami:misolap to nisoritan to romi’ami’ad\";'),('ami','messages:pear-mail-error','s:5:\"en:$1\";'),('ami','messages:percent','s:6:\"en:$1%\";'),('ami','messages:perfcached','s:126:\"zh-hant:以下為快取資料，可能不是最新的。 快取資料最多可儲存 {{PLURAL:$1|1 筆結果|$1 筆結果}}。\";'),('ami','messages:perfcachedts','s:128:\"zh-hant:以下為快取資料，最後更新時間為 $1。快取資料最多可儲存 {{PLURAL:$4|1 筆結果|$4 筆結果}}。\";'),('ami','messages:period-am','s:7:\"ami:Hai\";'),('ami','messages:period-pm','s:14:\"zh-hant:下午\";'),('ami','messages:permalink','s:20:\"ami:tomerepay tongod\";'),('ami','messages:permanentlink','s:20:\"ami:tomerepay tongod\";'),('ami','messages:permanentlink-revid','s:22:\"zh-hant:修訂版本ID\";'),('ami','messages:permanentlink-submit','s:26:\"zh-hant:前往修訂版本\";'),('ami','messages:permanentlink-summary','s:3:\"en:\";'),('ami','messages:permissionserrors','s:24:\"ami:Moraraw ko sakowanan\";'),('ami','messages:permissionserrorstext','s:64:\"zh-hant:因為以下{{PLURAL:$1|原因}}，您無權這樣做：\";'),('ami','messages:permissionserrorstext-withaction','s:99:\"ami:Itini i kalaeno{{PLURAL:$1| o lalangatan}}，awaay ko king-li no miso a midemak to  $2 a demak:\";'),('ami','messages:personaltools','s:31:\"ami:no cecayay tamdaw sakatayal\";'),('ami','messages:php-mail-error','s:5:\"en:$1\";'),('ami','messages:php-mail-error-unknown','s:50:\"zh-hant:PHP 的 mail() 函數發生不明錯誤。\";'),('ami','messages:php-uploaddisabledtext','s:69:\"zh-hant:PHP 已停用檔案上傳。\n請檢查 file_uploads 設定。\";'),('ami','messages:pipe-separator','s:19:\"zh-hans:&#32;|&#32;\";'),('ami','messages:policy-url','s:22:\"zh-hant:Project:方針\";'),('ami','messages:pool-errorunknown','s:20:\"zh-hant:不明錯誤\";'),('ami','messages:pool-queuefull','s:26:\"zh-hant:程序序列已滿\";'),('ami','messages:pool-servererror','s:46:\"zh-hant:無法使用程序計數服務 ($1)。\";'),('ami','messages:pool-timeout','s:35:\"zh-hant:等待取消鎖定時超時\";'),('ami','messages:poolcounter-usage-error','s:25:\"zh-hant:用法錯誤：$1\";'),('ami','messages:portal','s:49:\"ami:O pinaro no tamdaw i cecayay no kasaniyaro’\";'),('ami','messages:portal-url','s:37:\"ami:Project:o ’adawang no niyaro’\";'),('ami','messages:post-expand-template-argument-category','s:47:\"zh-hant:模板參數有部份被忽略的頁面\";'),('ami','messages:post-expand-template-argument-category-desc','s:138:\"zh-hant:展開模板參數後大小超過 <code>$wgMaxArticleSize</code> 的頁面 (有些於三括號中，如 <code>{{{Foo}}}</code>)。\";'),('ami','messages:post-expand-template-argument-warning','s:119:\"zh-hant:<strong>警告：</strong>此頁面有一個以上的模板參數過長。\n過長的參數會被直接忽略。\";'),('ami','messages:post-expand-template-inclusion-category','s:50:\"zh-hant:引用模板後大小超出限制的頁面\";'),('ami','messages:post-expand-template-inclusion-category-desc','s:112:\"zh-hant:展開模板後大小超過 <code>$wgMaxArticleSize</code> 導致部份模板未正常展開的頁面。\";'),('ami','messages:post-expand-template-inclusion-warning','s:110:\"zh-hant:<strong>警告：</strong>引用模板後大小超出限制。\n部份模板內容將不會被使用。\";'),('ami','messages:postedit-confirmation-created','s:26:\"zh-hant:已建立頁面。\";'),('ami','messages:postedit-confirmation-published','s:26:\"zh-hant:已發布編輯。\";'),('ami','messages:postedit-confirmation-restored','s:26:\"zh-hant:頁面已還原。\";'),('ami','messages:postedit-confirmation-saved','s:26:\"zh-hant:已儲存編輯。\";'),('ami','messages:postedit-temp-created','s:172:\"zh-hant:已透過向瀏覽器中添加Cookie為您建立自動生成的帳戶。要選擇一個您偏好的名稱並獲得更多功能，請考慮[$1 建立一個帳戶]。\";'),('ami','messages:postedit-temp-created-label','s:20:\"zh-hant:臨時帳號\";'),('ami','messages:powersearch-legend','s:20:\"zh-hant:進階搜尋\";'),('ami','messages:powersearch-ns','s:35:\"zh-hant:搜尋以下命名空間：\";'),('ami','messages:powersearch-remember','s:38:\"zh-hant:記住選項用於以後搜尋\";'),('ami','messages:powersearch-toggleall','s:18:\"ami:Maemin/po:long\";'),('ami','messages:powersearch-togglelabel','s:20:\"zh-hant:請選擇：\";'),('ami','messages:powersearch-togglenone','s:11:\"zh-hant:無\";'),('ami','messages:preferences','s:26:\"ami:o kananaman a pinangan\";'),('ami','messages:preferences-summary','s:3:\"en:\";'),('ami','messages:prefixindex','s:53:\"ami:do^doen ko tatapangan no sowal a mikilim to felih\";'),('ami','messages:prefixindex-namespace','s:37:\"zh-hant:前綴索引 ($1命名空間)\";'),('ami','messages:prefixindex-strip','s:29:\"zh-hant:在結果隱藏字首\";'),('ami','messages:prefixindex-submit','s:14:\"ami:pahapinang\";'),('ami','messages:prefixindex-summary','s:3:\"en:\";'),('ami','messages:prefs-advancedediting','s:20:\"zh-hant:一般選項\";'),('ami','messages:prefs-advancedrc','s:20:\"zh-hant:進階選項\";'),('ami','messages:prefs-advancedrendering','s:20:\"zh-hant:進階選項\";'),('ami','messages:prefs-advancedsearchoptions','s:20:\"zh-hant:進階選項\";'),('ami','messages:prefs-advancedwatchlist','s:20:\"zh-hant:進階選項\";'),('ami','messages:prefs-changeemail','s:41:\"zh-hant:變更或移除電子郵件地址\";'),('ami','messages:prefs-changesrc','s:20:\"zh-hant:顯示變更\";'),('ami','messages:prefs-changeswatchlist','s:20:\"zh-hant:顯示變更\";'),('ami','messages:prefs-common-config','s:51:\"zh-hant:所有外觀共用的CSS/JSON/JavaScript：\";'),('ami','messages:prefs-custom-css','s:18:\"zh-hant:自訂 CSS\";'),('ami','messages:prefs-custom-js','s:25:\"zh-hant:自訂 JavaScript\";'),('ami','messages:prefs-custom-json','s:19:\"zh-hant:自訂 JSON\";'),('ami','messages:prefs-dateformat','s:20:\"zh-hant:日期格式\";'),('ami','messages:prefs-developertools','s:26:\"zh-hant:開發人員工具\";'),('ami','messages:prefs-diffs','s:16:\"ami:o kasasiroma\";'),('ami','messages:prefs-discussion','s:20:\"zh-hant:討論頁面\";'),('ami','messages:prefs-displayrc','s:20:\"zh-hant:顯示選項\";'),('ami','messages:prefs-displaywatchlist','s:20:\"zh-hant:顯示選項\";'),('ami','messages:prefs-editing','s:14:\"zh-hant:編輯\";'),('ami','messages:prefs-editor','s:17:\"zh-hant:編輯器\";'),('ami','messages:prefs-edits','s:23:\"zh-hant:編輯次數：\";'),('ami','messages:prefs-editwatchlist','s:26:\"zh-hant:編輯監視清單\";'),('ami','messages:prefs-editwatchlist-clear','s:32:\"zh-hant:清除您的監視清單\";'),('ami','messages:prefs-editwatchlist-edit','s:53:\"zh-hant:檢視與移除在您監視清單上的標題\";'),('ami','messages:prefs-editwatchlist-label','s:47:\"zh-hant:編輯在您監視清單上的項目：\";'),('ami','messages:prefs-editwatchlist-raw','s:61:\"ami:misinanot to satapangan no pirorodan to tatapalen a tilid\";'),('ami','messages:prefs-email','s:26:\"zh-hant:電子郵件選項\";'),('ami','messages:prefs-emailconfirm-label','s:29:\"zh-hant:電子郵件確認：\";'),('ami','messages:prefs-files','s:13:\"ami:tang’an\";'),('ami','messages:prefs-help-email','s:101:\"zh-hant:電子郵件地址為選填欄位，但是當您忘記密碼而要重設時需要此資訊。\";'),('ami','messages:prefs-help-email-others','s:191:\"zh-hant:您亦可以選擇讓其他使用者透過您使用者或討論頁面上的連結用電子郵件與您聯絡。當其他使用者聯絡您時，您的電子郵件地址不會顯示。\";'),('ami','messages:prefs-help-email-required','s:44:\"zh-hant:電子郵件地址是必填項目。\";'),('ami','messages:prefs-help-gender','s:176:\"zh-hant:此偏好設定為選填欄位。軟體會在稱呼您或對他人提到您時，使用填寫在此處的值以正確的文法性別稱呼您。這項資訊會公開。\";'),('ami','messages:prefs-help-prefershttps','s:56:\"zh-hant:此偏好設定將於您下次登入時生效。\";'),('ami','messages:prefs-help-realname','s:108:\"zh-hant:真實姓名為選填欄位。\n若提供，真實姓名可能會用來作為您的作品的署名。\";'),('ami','messages:prefs-help-recentchangescount','s:27:\"zh-hant:數量上限：1000\";'),('ami','messages:prefs-help-requireemail','s:71:\"zh-hant:這有助於改善隱私並防止未經要求的電子郵件。\";'),('ami','messages:prefs-help-signature','s:122:\"zh-hant:在討論頁面上留言時應使用「<nowiki>~~~~</nowiki>」結尾，這將會轉換成您的簽名與時間。\";'),('ami','messages:prefs-help-skin-responsive','s:113:\"zh-hant:自動調整外觀布局，使其適合行動裝置可視區域。（可能對某些外觀沒有影響）\";'),('ami','messages:prefs-help-tokenmanagement','s:200:\"zh-hant:您可以查看並重新設定您帳號裡用來存取您監視清單中訊息來源的密鑰。任何知道該密鑰的人皆可讀取您的監視清單，因此請不要將它分享出去。\";'),('ami','messages:prefs-help-variant','s:68:\"zh-hant:您希望用於顯示本站內容的語種或拼寫語系。\";'),('ami','messages:prefs-help-watchlist-token2','s:223:\"zh-hant:這是您的監視清單的網路訊息源所需密鑰。\n任何人只要知道密鑰就能夠讀取您的監視清單，所以請勿任意與它人共享。\n若有需要[[Special:ResetTokens|您可重設密鑰]]。\";'),('ami','messages:prefs-help-yourpassword','s:67:\"zh-hant:已啟用帳號恢復。請查看$1來獲得更多設定。\";'),('ami','messages:prefs-i18n','s:17:\"zh-hant:國際化\";'),('ami','messages:prefs-info','s:20:\"zh-hant:基本資訊\";'),('ami','messages:prefs-labs','s:26:\"zh-hant:實驗中的功能\";'),('ami','messages:prefs-memberingroups','s:51:\"zh-hant:{{GENDER:$2|所屬}}{{PLURAL:$1|群組}}：\";'),('ami','messages:prefs-memberingroups-type','s:10:\"zh-hans:$1\";'),('ami','messages:prefs-misc','s:14:\"zh-hant:其他\";'),('ami','messages:prefs-namespaces','s:19:\"ami:O pipanganganan\";'),('ami','messages:prefs-pageswatchlist','s:20:\"zh-hant:監視頁面\";'),('ami','messages:prefs-personal','s:26:\"zh-hant:使用者設定檔\";'),('ami','messages:prefs-preview','s:14:\"zh-hant:預覽\";'),('ami','messages:prefs-rc','s:23:\"ami:I ngataay nipifalic\";'),('ami','messages:prefs-registration','s:23:\"zh-hant:註冊時間：\";'),('ami','messages:prefs-registration-date-time','s:10:\"zh-hans:$1\";'),('ami','messages:prefs-rendering','s:14:\"zh-hant:外觀\";'),('ami','messages:prefs-reset-confirm','s:44:\"zh-hant:是的，我要重設偏好設定。\";'),('ami','messages:prefs-reset-intro','s:108:\"zh-hant:您可以使用此頁面重設您的偏好設定為網站預設值。\n這個動作將無法復原。\";'),('ami','messages:prefs-resetpass','s:20:\"zh-hant:變更密碼\";'),('ami','messages:prefs-searchmisc','s:14:\"zh-hant:一般\";'),('ami','messages:prefs-searchoptions','s:11:\"ami:saoo’\";'),('ami','messages:prefs-setemail','s:32:\"zh-hant:設定電子郵件地址\";'),('ami','messages:prefs-signature','s:14:\"zh-hant:簽名\";'),('ami','messages:prefs-signature-error-details','s:20:\"zh-hant:瞭解更多\";'),('ami','messages:prefs-signature-highlight-error','s:26:\"zh-hant:顯示錯誤位置\";'),('ami','messages:prefs-signature-invalid-disallow','s:89:\"zh-hant:您目前的簽名無效。在更正之前，您的評論會使用預設簽名。\";'),('ami','messages:prefs-signature-invalid-new','s:113:\"zh-hant:您目前的簽名無效。雖然您仍可以繼續使用，但在更正之前您會無法對此更改。\";'),('ami','messages:prefs-signature-invalid-warning','s:56:\"zh-hant:您的簽名可能會導致某些工具出錯。\";'),('ami','messages:prefs-skin','s:14:\"zh-hant:外觀\";'),('ami','messages:prefs-skin-prefs','s:26:\"zh-hant:外觀偏好設定\";'),('ami','messages:prefs-skin-responsive','s:26:\"zh-hant:啟用響應模式\";'),('ami','messages:prefs-tabs-navigation-hint','s:62:\"zh-hant:提示：您可使用左、右方向鍵切換頁籤。\";'),('ami','messages:prefs-timeoffset','s:14:\"zh-hant:時差\";'),('ami','messages:prefs-tokenwatchlist','s:14:\"zh-hant:金鑰\";'),('ami','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ami','messages:prefs-user-downloaddata-info','s:44:\"zh-hant:來自該專案的個人帳號資料\";'),('ami','messages:prefs-user-downloaddata-label','s:29:\"zh-hant:存取帳號資料：\";'),('ami','messages:prefs-user-pages','s:23:\"zh-hant:使用者頁面\";'),('ami','messages:prefs-user-restoreprefs-info','s:62:\"zh-hant:還原所有預設偏好設定（包含所有分頁）\";'),('ami','messages:prefs-user-restoreprefs-label','s:23:\"zh-hant:重設設定：\";'),('ami','messages:prefs-vector-enable-vector-1-help','s:251:\"zh-hant:在接下來的幾年，我們會逐步更新 Vector 外觀。舊版 Vector 能讓您檢視舊版本 Vector（截至2019年12月）。要了解更多更新方面內容，請前往我們的[[mw:Reading/Web/Desktop_Improvements|計畫頁面]]。\";'),('ami','messages:prefs-vector-enable-vector-1-label','s:26:\"zh-hant:使用舊版Vector\";'),('ami','messages:prefs-watchlist','s:36:\"ami:o pirorodan to tatapalen a tilid\";'),('ami','messages:prefs-watchlist-days','s:44:\"zh-hant:在監視清單中顯示的天數：\";'),('ami','messages:prefs-watchlist-days-max','s:35:\"zh-hant:最多 $1 {{PLURAL:$1|天}}\";'),('ami','messages:prefs-watchlist-edits','s:53:\"zh-hant:監視清單中顯示的變更數量上限：\";'),('ami','messages:prefs-watchlist-edits-max','s:27:\"zh-hant:數量上限：1000\";'),('ami','messages:prefs-watchlist-managetokens','s:20:\"zh-hant:管理令牌\";'),('ami','messages:prefs-watchlist-token','s:29:\"zh-hant:監視清單金鑰：\";'),('ami','messages:prefsnologintext2','s:47:\"zh-hant:請登入以變更您的偏好設定。\";'),('ami','messages:prev-page','s:17:\"zh-hant:上一頁\";'),('ami','messages:preview','s:26:\"ami:pa’ayaw a minengneng\";'),('ami','messages:previewconflict','s:101:\"zh-hant:此預覽顯示了您於上方文字編輯框中的內容發布之後將會顯示的結果。\";'),('ami','messages:previewerrortext','s:50:\"zh-hant:嘗試預覽您的變更時發生錯誤。\";'),('ami','messages:previewnote','s:78:\"ami:<strong>請記住這只是預覽。</strong>您的變更還尚未發布！\";'),('ami','messages:previousdiff','s:31:\"ami:← matela:ngay a mikawitan\";'),('ami','messages:previousrevision','s:30:\"ami:←i ka’ayaway nisalofan\";'),('ami','messages:prevn','s:38:\"ami:ya ka’ayaway to {{PLURAL:$1|$1}}\";'),('ami','messages:prevn-title','s:62:\"ami:$1 {{PLURAL:$1|o nalahecian no ka’ayaway nira to cecay}}\";'),('ami','messages:prevpage','s:25:\"zh-hant:上一頁（$1）\";'),('ami','messages:print','s:14:\"zh-hant:列印\";'),('ami','messages:print.css','s:49:\"zh-hant:/* 此處的 CSS 會影響列印輸出 */\";'),('ami','messages:printableversion','s:36:\"ami:Manga’ayay a lyi-inen a rorong\";'),('ami','messages:printableversion-deprecated-warning','s:134:\"zh-hant:可列印版不再被支援且可能有渲染錯誤。請更新您的瀏覽器書籤並改用瀏覽器預設的列印功能。\";'),('ami','messages:privacy','s:29:\"ami:o dapongan a nisahalakaan\";'),('ami','messages:privacypage','s:31:\"ami:Project: dadapongen a demak\";'),('ami','messages:projectpage','s:24:\"zh-tw:檢視計畫頁面\";'),('ami','messages:prot_1movedto2','s:32:\"zh-hant:已移動[[$1]]至[[$2]]\";'),('ami','messages:protect','s:14:\"zh-hant:保護\";'),('ami','messages:protect-badnamespace-text','s:56:\"zh-hant:此命名空間內的頁面無法設為保護。\";'),('ami','messages:protect-badnamespace-title','s:35:\"zh-hant:不可保護的命名空間\";'),('ami','messages:protect-cantedit','s:89:\"zh-hant:您無法變更這個頁面的保護設定，因為您沒有權限去編輯它。\";'),('ami','messages:protect-cascade','s:53:\"zh-hant:保護本頁中包含的頁面 (連鎖保護)\";'),('ami','messages:protect-cascadeon','s:173:\"zh-hant:此頁面目前受到保護，因為它被嵌入到了以下啟用連鎖保護的{{PLURAL:$1|頁面}}中。\n更改該頁面的保護設定不會影響連鎖保護。\";'),('ami','messages:protect-default','s:39:\"ami:mahayda ko po:long ano micokaymasay\";'),('ami','messages:protect-dropdown','s:103:\"zh-hant:*常見的保護原因\n** 過度的破壞\n** 過多垃圾訊息\n** 編輯戰\n** 高流量頁面\";'),('ami','messages:protect-edit-reasonlist','s:26:\"zh-hant:編輯保護原因\";'),('ami','messages:protect-existing-expiry','s:31:\"zh-hant:已設定期限：$2 $3\";'),('ami','messages:protect-existing-expiry-infinity','s:38:\"zh-hant:已設定的期限：無限期\";'),('ami','messages:protect-expiring','s:26:\"zh-hant:期限至 $1 (UTC)\";'),('ami','messages:protect-expiring-local','s:20:\"zh-hant:期限至 $1\";'),('ami','messages:protect-expiry-indefinite','s:17:\"zh-hant:無限期\";'),('ami','messages:protect-expiry-options','s:147:\"zh-hant:1 小時:1 hour,1 天:1 day,1 週:1 week,2 週:2 weeks,1 個月:1 month,3 個月:3 months,6 個月:6 months,1 年:1 year,無限期:infinite\";'),('ami','messages:protect-fallback','s:46:\"zh-hant:僅允許有「$1」權限的使用者\";'),('ami','messages:protect-legend','s:20:\"zh-hant:確認保護\";'),('ami','messages:protect-level-autoconfirmed','s:38:\"zh-hant:僅允許自動確認使用者\";'),('ami','messages:protect-level-sysop','s:26:\"zh-hant:僅允許管理員\";'),('ami','messages:protect-locked-access','s:120:\"zh-hant:您的帳號沒有足夠的權限去變更保護設定。\n以下為頁面 <strong>$1</strong> 目前的設定：\";'),('ami','messages:protect-locked-blocked','s:106:\"zh-hant:您不能在被封鎖時更改保護設定。\n以下是頁面<strong>$1</strong>的當前設定：\";'),('ami','messages:protect-locked-dblock','s:112:\"zh-hant:您不能在數據庫鎖定時變更保護設定。\n以下是頁面<strong>$1</strong>的當前設定：\";'),('ami','messages:protect-norestrictiontypes-text','s:56:\"zh-hant:無法保護此頁面，無可限制的項目。\";'),('ami','messages:protect-norestrictiontypes-title','s:29:\"zh-hant:不可保護的頁面\";'),('ami','messages:protect-otherreason','s:33:\"zh-hant:其它/額外的原因：\";'),('ami','messages:protect-otherreason-op','s:20:\"zh-hant:其它原因\";'),('ami','messages:protect-othertime','s:23:\"zh-hant:其它時間：\";'),('ami','messages:protect-othertime-op','s:20:\"zh-hant:其它時間\";'),('ami','messages:protect-summary-cascade','s:14:\"zh-hant:連鎖\";'),('ami','messages:protect-summary-desc','s:23:\"zh-hant:[$1=$2]（$3）\";'),('ami','messages:protect-text','s:83:\"zh-hant:您可以在此檢視與修改頁面 <strong>$1</strong> 的保護設定。\";'),('ami','messages:protect-title','s:37:\"zh-hant:變更「$1」的保護設定\";'),('ami','messages:protect-title-notallowed','s:35:\"zh-hant:檢視 \"$1\" 的保護設定\";'),('ami','messages:protect-unchain-permissions','s:41:\"zh-hant:解除鎖定更多的保護選項\";'),('ami','messages:protect_change','s:14:\"zh-hant:變更\";'),('ami','messages:protect_expiry_invalid','s:26:\"zh-hant:無效的期限。\";'),('ami','messages:protect_expiry_old','s:26:\"zh-hant:期限已結束。\";'),('ami','messages:protectcomment','s:17:\"zh-hant:原因：\";'),('ami','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ami','messages:protectedarticle-comment','s:40:\"zh-hant:{{GENDER:$2|受保護}} \"[[$1]]\"\";'),('ami','messages:protectedinterface','s:239:\"zh-hant:本頁用來提供此 Wiki 軟體介面上的文字，並且已被設為保護以防止惡意修改。\n如欲增加或修改 Wiki 的翻譯，請至 [https://translatewiki.net/ translatewiki.net] 上的 MediaWiki 在地化專案。\";'),('ami','messages:protectedpage','s:23:\"zh-hant:受保護頁面\";'),('ami','messages:protectedpagemovewarning','s:155:\"zh-hant:<strong>警告：</strong>本頁已經被保護，只有擁有管理員權限的使用者才可移動。\n以下提供最近的日誌以便參考：\";'),('ami','messages:protectedpages','s:23:\"zh-hant:受保護頁面\";'),('ami','messages:protectedpages-cascade','s:38:\"zh-hant:只顯示連鎖的保護頁面\";'),('ami','messages:protectedpages-expiry','s:14:\"zh-hant:期限\";'),('ami','messages:protectedpages-filters','s:12:\"ami:saoo’:\";'),('ami','messages:protectedpages-indef','s:41:\"zh-hant:只顯示無限期的保護頁面\";'),('ami','messages:protectedpages-noredirect','s:40:\"ami:mihimed a misafaeloh misiyor a felih\";'),('ami','messages:protectedpages-page','s:11:\"ami:o felih\";'),('ami','messages:protectedpages-params','s:20:\"zh-hant:保護參數\";'),('ami','messages:protectedpages-performer','s:23:\"zh-hant:保護使用者\";'),('ami','messages:protectedpages-reason','s:14:\"zh-hant:原因\";'),('ami','messages:protectedpages-submit','s:20:\"zh-hant:顯示頁面\";'),('ami','messages:protectedpages-summary','s:151:\"zh-hant:此頁面列出目前受保護的頁面。欲查詢受保護標題清單，請參考[[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]]。\";'),('ami','messages:protectedpages-timestamp','s:20:\"zh-hant:日期時間\";'),('ami','messages:protectedpages-unknown-performer','s:26:\"zh-hant:不明的使用者\";'),('ami','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ami','messages:protectedpages-unknown-timestamp','s:14:\"zh-hant:不明\";'),('ami','messages:protectedpagesempty','s:59:\"zh-hant:目前沒有使用這些參數的受保護頁面。\";'),('ami','messages:protectedpagetext','s:62:\"zh-hant:此頁面已設為保護防止編輯或其他操作。\";'),('ami','messages:protectedpagewarning','s:155:\"zh-hant:<strong>警告：本頁已經被保護，只有擁有管理員權限的使用者才可編輯。</strong>\n以下提供最近的日誌以便參考：\";'),('ami','messages:protectedtitles','s:23:\"zh-hant:受保護標題\";'),('ami','messages:protectedtitles-submit','s:20:\"zh-hant:顯示標題\";'),('ami','messages:protectedtitles-summary','s:149:\"zh-hant:此頁面列出目前受保護的標題。欲查詢受保護頁面清單，請參考[[{{#special:ProtectedPages}}|{{int:protectedpages}}]]。\";'),('ami','messages:protectedtitlesempty','s:59:\"zh-hant:目前沒有使用這些參數的受保護標題。\";'),('ami','messages:protectexpiry','s:17:\"zh-hant:期限：\";'),('ami','messages:protectlogpage','s:49:\"ami:Sapi’adipel to nisoritan to romi’ami’ad\";'),('ami','messages:protectlogtext','s:131:\"zh-hant:以下為變更頁面保護的清單。請見[[Special:ProtectedPages|受保護頁面清單]]檢視目前受保護頁面。\";'),('ami','messages:protectpage','s:20:\"zh-hant:保護頁面\";'),('ami','messages:protectpage-summary','s:3:\"en:\";'),('ami','messages:proxyblocker','s:48:\"ami:Saciker no micaliway a matayalay no tyin-naw\";'),('ami','messages:proxyblockreason','s:184:\"zh-hant:因您的 IP 位址是開放代理伺服器，已被封鎖。\n請聯絡您的網路服務供應商或您所在組織的技術支援，告知他們此嚴重的安全性問題。\";'),('ami','messages:pt-createaccount','s:26:\"ami:misanga’ to cang-haw\";'),('ami','messages:pt-login','s:11:\"ami:micomod\";'),('ami','messages:pt-login-button','s:11:\"ami:micomod\";'),('ami','messages:pt-login-continue-button','s:20:\"zh-hant:繼續登入\";'),('ami','messages:pt-userlogout','s:11:\"ami:mahadak\";'),('ami','messages:publishchanges','s:20:\"zh-hant:發布變更\";'),('ami','messages:publishchanges-start','s:23:\"zh-hant:發布變更…\";'),('ami','messages:publishpage','s:20:\"zh-hant:發布頁面\";'),('ami','messages:publishpage-start','s:23:\"zh-hant:發布頁面…\";'),('ami','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ami','messages:purge','s:20:\"zh-hant:更新快取\";'),('ami','messages:purge-summary','s:3:\"en:\";'),('ami','messages:querypage-disabled','s:59:\"zh-hant:此特殊頁面因考量效能問題已被停用。\";'),('ami','messages:querypage-no-updates','s:96:\"zh-hant:目前已停用此頁面的更新功能。\n在此頁面的資料不會被立即更新。\";'),('ami','messages:querypage-updates-periodical','s:44:\"zh-hant:此頁面的更新為定期運作。\";'),('ami','messages:quotation-marks','s:16:\"zh-hant:「$1」\";'),('ami','messages:randomincategory','s:26:\"zh-hant:隨機分類頁面\";'),('ami','messages:randomincategory-category','s:17:\"zh-hant:分類：\";'),('ami','messages:randomincategory-invalidcategory','s:49:\"zh-hant:\"$1\" 不是一個有效的分類名稱。\";'),('ami','messages:randomincategory-legend','s:26:\"zh-hant:隨機分類頁面\";'),('ami','messages:randomincategory-nopages','s:49:\"zh-hant:[[:Category:$1]] 中沒有任何頁面。\";'),('ami','messages:randomincategory-submit','s:11:\"ami:pidemak\";'),('ami','messages:randompage','s:28:\"ami:away ko pitooran a felih\";'),('ami','messages:randompage-nopages','s:66:\"zh-hant:在{{PLURAL:$2|命名空間}}中沒有任何頁面：$1。\";'),('ami','messages:randompage-url','s:17:\"en:Special:Random\";'),('ami','messages:randomredirect','s:26:\"zh-hant:隨機重新導向\";'),('ami','messages:randomredirect-nopages','s:67:\"zh-hant:在命名空間「$1」中沒有任何重新導向頁面。\";'),('ami','messages:randomrootpage','s:44:\"ami:away ko pitooran o wawa a silsil o felih\";'),('ami','messages:range_block_disabled','s:62:\"zh-hant:管理員可建立範圍封鎖的權限已被關閉。\";'),('ami','messages:rawhtml-notallowed','s:63:\"zh-hant:&lt;html&gt; 標籤無法在一般頁面之外使用。\";'),('ami','messages:rawmessage','s:5:\"en:$1\";'),('ami','messages:rc-change-size','s:10:\"zh-hans:$1\";'),('ami','messages:rc-change-size-new','s:58:\"ami:nanofalicen i, o $1{{PLURAL:$1|makakafitay a wey-yin}}\";'),('ami','messages:rc-old-title','s:52:\"ami:o sa’ayaway a nisanga’an a ngangan i, o \"$1\"\";'),('ami','messages:rcfilters-activefilters','s:23:\"zh-hant:使用的篩選\";'),('ami','messages:rcfilters-activefilters-hide','s:9:\"ami:himed\";'),('ami','messages:rcfilters-activefilters-hide-tooltip','s:35:\"zh-hant:隱藏使用的篩選區域\";'),('ami','messages:rcfilters-activefilters-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcfilters-activefilters-show-tooltip','s:35:\"zh-hant:顯示使用的篩選區域\";'),('ami','messages:rcfilters-advancedfilters','s:26:\"zh-hant:進階篩選條件\";'),('ami','messages:rcfilters-allcontents-label','s:20:\"zh-hant:所有內容\";'),('ami','messages:rcfilters-alldiscussions-label','s:20:\"zh-hant:所有討論\";'),('ami','messages:rcfilters-clear-all-filters','s:32:\"zh-hant:清除所有篩選條件\";'),('ami','messages:rcfilters-date-popup-title','s:26:\"zh-hant:搜尋的時間段\";'),('ami','messages:rcfilters-days-show-days','s:16:\"ami:$1 romi’ad\";'),('ami','messages:rcfilters-days-show-hours','s:30:\"zh-hant:$1{{PLURAL:$1|小時}}\";'),('ami','messages:rcfilters-days-title','s:17:\"zh-hant:幾天內\";'),('ami','messages:rcfilters-empty-filter','s:68:\"zh-hant:沒有使用中的過濾條件。已顯示所有的貢獻。\";'),('ami','messages:rcfilters-exclude-button-off','s:20:\"zh-hant:排除選項\";'),('ami','messages:rcfilters-exclude-button-on','s:20:\"zh-hant:排除所選\";'),('ami','messages:rcfilters-filter-bots-description','s:44:\"zh-hant:由自動化工具所做的編輯。\";'),('ami','messages:rcfilters-filter-bots-label','s:24:\"ami:palatamdawan a kikay\";'),('ami','messages:rcfilters-filter-categorization-description','s:53:\"zh-hant:從分類中添加或移除頁面的記錄。\";'),('ami','messages:rcfilters-filter-categorization-label','s:20:\"zh-hant:分類變更\";'),('ami','messages:rcfilters-filter-editsbyother-description','s:41:\"zh-hant:除了您以外的所有變更。\";'),('ami','messages:rcfilters-filter-editsbyother-label','s:26:\"zh-hant:其他人的變更\";'),('ami','messages:rcfilters-filter-editsbyself-description','s:20:\"zh-hant:您的貢獻\";'),('ami','messages:rcfilters-filter-editsbyself-label','s:20:\"zh-hant:您的編輯\";'),('ami','messages:rcfilters-filter-excluded','s:17:\"zh-hant:已排除\";'),('ami','messages:rcfilters-filter-humans-description','s:41:\"zh-hant:由人類編輯者做出的編輯\";'),('ami','messages:rcfilters-filter-humans-label','s:32:\"zh-hant:人工（非機器人）\";'),('ami','messages:rcfilters-filter-lastrevision-description','s:44:\"zh-hant:只包括對頁面的近期變更。\";'),('ami','messages:rcfilters-filter-lastrevision-label','s:26:\"zh-hant:最新修訂版本\";'),('ami','messages:rcfilters-filter-logactions-description','s:62:\"zh-hant:管理動作、帳號建立、頁面刪除、上傳…\";'),('ami','messages:rcfilters-filter-logactions-label','s:20:\"zh-hant:日誌動作\";'),('ami','messages:rcfilters-filter-major-description','s:38:\"zh-hant:未標記為次要的編輯。\";'),('ami','messages:rcfilters-filter-major-label','s:23:\"zh-hant:非次要編輯\";'),('ami','messages:rcfilters-filter-minor-description','s:44:\"zh-hant:作者已標示為次要的編輯。\";'),('ami','messages:rcfilters-filter-minor-label','s:20:\"zh-hant:次要編輯\";'),('ami','messages:rcfilters-filter-newpages-description','s:35:\"zh-hant:建立新頁面的編輯。\";'),('ami','messages:rcfilters-filter-newpages-label','s:20:\"zh-hant:頁面建立\";'),('ami','messages:rcfilters-filter-pageedits-description','s:65:\"zh-hant:對 wiki 內容、討論、分類說明所做的編輯…\";'),('ami','messages:rcfilters-filter-pageedits-label','s:20:\"zh-hant:編輯頁面\";'),('ami','messages:rcfilters-filter-previousrevision-description','s:56:\"zh-hant:所有不是「最新修訂版本」的變更。\";'),('ami','messages:rcfilters-filter-previousrevision-label','s:32:\"zh-hant:不是最新修訂版本\";'),('ami','messages:rcfilters-filter-reviewstatus-auto-description','s:71:\"zh-hant:由高階使用者做出的編輯會自動標記成已巡查。\";'),('ami','messages:rcfilters-filter-reviewstatus-auto-label','s:20:\"zh-hant:自動巡查\";'),('ami','messages:rcfilters-filter-reviewstatus-manual-description','s:47:\"zh-hant:被手動標示為已巡查的編輯。\";'),('ami','messages:rcfilters-filter-reviewstatus-manual-label','s:20:\"zh-hant:手動巡查\";'),('ami','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:56:\"zh-hant:未手動或自動標記成已巡查的編輯。\";'),('ami','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:17:\"zh-hant:未巡查\";'),('ami','messages:rcfilters-filter-showlinkedfrom-label','s:53:\"zh-hant:顯示連結自此頁面的頁面上的變更\";'),('ami','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"zh-hant:<strong>連結自</strong>指定頁面的頁面\";'),('ami','messages:rcfilters-filter-showlinkedto-label','s:53:\"zh-hant:顯示連結到該頁面的頁面上的更改\";'),('ami','messages:rcfilters-filter-showlinkedto-option-label','s:55:\"zh-hant:<strong>連結到</strong>指定頁面的頁面\";'),('ami','messages:rcfilters-filter-user-experience-level-experienced-description','s:67:\"zh-hant:活動超過30天且編輯超過500次的註冊編輯者。\";'),('ami','messages:rcfilters-filter-user-experience-level-experienced-label','s:29:\"zh-hant:有經驗的使用者\";'),('ami','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"zh-hant:經驗介於「新手」和「有經驗的使用者」之間的註冊編輯者。\";'),('ami','messages:rcfilters-filter-user-experience-level-learner-label','s:17:\"zh-hant:初學者\";'),('ami','messages:rcfilters-filter-user-experience-level-newcomer-description','s:59:\"zh-hant:少於10次編輯或4天活動的註冊編輯者。\";'),('ami','messages:rcfilters-filter-user-experience-level-newcomer-label','s:14:\"zh-hant:新手\";'),('ami','messages:rcfilters-filter-user-experience-level-registered-description','s:29:\"zh-hant:已登入編輯者。\";'),('ami','messages:rcfilters-filter-user-experience-level-registered-label','s:17:\"zh-hant:已註冊\";'),('ami','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"zh-hant:未登入的編輯者。\";'),('ami','messages:rcfilters-filter-user-experience-level-unregistered-label','s:17:\"zh-hant:未註冊\";'),('ami','messages:rcfilters-filter-watchlist-notwatched-description','s:56:\"zh-hant:除了您的監視頁面以外的所有變更。\";'),('ami','messages:rcfilters-filter-watchlist-notwatched-label','s:29:\"zh-hant:不在監視清單內\";'),('ami','messages:rcfilters-filter-watchlist-watched-description','s:38:\"zh-hant:您的監視清單內的變更\";'),('ami','messages:rcfilters-filter-watchlist-watched-label','s:26:\"zh-hant:在監視清單內\";'),('ami','messages:rcfilters-filter-watchlist-watchednew-description','s:56:\"zh-hant:變更後您尚未檢視的監視頁面變更。\";'),('ami','messages:rcfilters-filter-watchlist-watchednew-label','s:32:\"zh-hant:新監視清單的變更\";'),('ami','messages:rcfilters-filter-watchlistactivity-seen-description','s:77:\"zh-hant:自從變更發生以來，對您已造訪的頁面做出的變更。\";'),('ami','messages:rcfilters-filter-watchlistactivity-seen-label','s:20:\"zh-hant:已讀變更\";'),('ami','messages:rcfilters-filter-watchlistactivity-unseen-description','s:80:\"zh-hant:自從變更發生以來，對您沒有造訪的頁面做出的變更。\";'),('ami','messages:rcfilters-filter-watchlistactivity-unseen-label','s:20:\"zh-hant:未讀變更\";'),('ami','messages:rcfilters-filtergroup-authorship','s:23:\"zh-hant:貢獻的作者\";'),('ami','messages:rcfilters-filtergroup-automated','s:23:\"zh-hant:自動化貢獻\";'),('ami','messages:rcfilters-filtergroup-changetype','s:20:\"zh-hant:變更類型\";'),('ami','messages:rcfilters-filtergroup-lastrevision','s:24:\"ami:safaelohay a pisalof\";'),('ami','messages:rcfilters-filtergroup-reviewstatus','s:20:\"zh-hant:審查狀態\";'),('ami','messages:rcfilters-filtergroup-significance','s:17:\"zh-hant:重要性\";'),('ami','messages:rcfilters-filtergroup-user-experience-level','s:32:\"zh-hant:使用者註冊及經驗\";'),('ami','messages:rcfilters-filtergroup-watchlist','s:32:\"zh-hant:監視清單內的頁面\";'),('ami','messages:rcfilters-filtergroup-watchlistactivity','s:26:\"zh-hant:監視列表活動\";'),('ami','messages:rcfilters-filterlist-noresults','s:26:\"zh-hant:查無篩選條件\";'),('ami','messages:rcfilters-filterlist-title','s:14:\"zh-hant:篩選\";'),('ami','messages:rcfilters-filterlist-whatsthis','s:35:\"zh-hant:這些是如何運作的？\";'),('ami','messages:rcfilters-group-results-by-page','s:29:\"zh-hant:按頁面分組結果\";'),('ami','messages:rcfilters-hideminor-conflicts-typeofchange','s:121:\"zh-hant:某些變更類型無法指定為 \"次要\"，所以此篩選條件與以下變更類型的篩選條件衝突：$1\";'),('ami','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:209:\"zh-hant:\"次要編輯\" 過濾條件與一個或多個變更類型篩選條件衝突，因為某些變更類型無法指定為 \"次要\"。衝突的篩選條件已在上方使用的篩選條件區域中標示。\";'),('ami','messages:rcfilters-highlightbutton-title','s:26:\"zh-hant:明顯標示結果\";'),('ami','messages:rcfilters-highlighted-filters-list','s:28:\"zh-hant:已明顯標示：$1\";'),('ami','messages:rcfilters-highlightmenu-help','s:47:\"zh-hant:選擇要明顯標示此屬性的色彩\";'),('ami','messages:rcfilters-highlightmenu-title','s:20:\"zh-hant:選擇顏色\";'),('ami','messages:rcfilters-hours-title','s:23:\"zh-hant:幾個小時內\";'),('ami','messages:rcfilters-invalid-filter','s:29:\"zh-hant:無效的篩選條件\";'),('ami','messages:rcfilters-legend-heading','s:40:\"zh-hant:<strong>縮寫列表：</strong>\";'),('ami','messages:rcfilters-limit-and-date-label','s:38:\"zh-hant:$1次{{PLURAL:$1|變更}}，$2\";'),('ami','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:50:\"zh-hant:依照更改次數與時段的篩選結果\";'),('ami','messages:rcfilters-limit-title','s:26:\"zh-hant:要顯示的結果\";'),('ami','messages:rcfilters-liveupdates-button','s:20:\"zh-hant:動態更新\";'),('ami','messages:rcfilters-liveupdates-button-title-off','s:35:\"zh-hant:顯示有發生的新變更\";'),('ami','messages:rcfilters-liveupdates-button-title-on','s:26:\"zh-hant:關閉動態更新\";'),('ami','messages:rcfilters-noresults-conflict','s:44:\"zh-hant:因搜尋條件衝突，查無結果\";'),('ami','messages:rcfilters-other-review-tools','s:26:\"zh-hant:其他檢閱工具\";'),('ami','messages:rcfilters-preference-help','s:160:\"zh-hant:載入不帶篩選搜尋及明顯標示功能的[[{{#special:RecentChanges}}|近期變更]]、[[{{#special:RecentChangesLinked}}|相關變更]]頁面。\";'),('ami','messages:rcfilters-preference-label','s:35:\"zh-hant:使用非 JavaScript 介面\";'),('ami','messages:rcfilters-quickfilters','s:29:\"zh-hant:儲存的篩選條件\";'),('ami','messages:rcfilters-quickfilters-placeholder-description','s:119:\"zh-hant:要儲存您的篩選設定並供以後重新使用，點選下方啟用的篩選區域之內的書籤圖示。\";'),('ami','messages:rcfilters-quickfilters-placeholder-title','s:29:\"zh-hant:尚未儲存過濾器\";'),('ami','messages:rcfilters-restore-default-filters','s:32:\"zh-hant:還原預設過濾條件\";'),('ami','messages:rcfilters-savedqueries-add-new-title','s:35:\"zh-hant:儲存目前的篩選設定\";'),('ami','messages:rcfilters-savedqueries-already-saved','s:89:\"zh-hant:這些篩選已被儲存。變更您的設定，來建立新的已儲存篩選。\";'),('ami','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:26:\"zh-hant:建立預設篩選\";'),('ami','messages:rcfilters-savedqueries-apply-label','s:26:\"zh-hant:建立查詢條件\";'),('ami','messages:rcfilters-savedqueries-cancel-label','s:19:\"ami:Sawaden miforic\";'),('ami','messages:rcfilters-savedqueries-defaultlabel','s:32:\"zh-hant:已儲存的查詢條件\";'),('ami','messages:rcfilters-savedqueries-new-name-label','s:14:\"zh-hant:名稱\";'),('ami','messages:rcfilters-savedqueries-new-name-placeholder','s:35:\"zh-hant:說明篩選條件的用途\";'),('ami','messages:rcfilters-savedqueries-remove','s:14:\"zh-hant:刪除\";'),('ami','messages:rcfilters-savedqueries-rename','s:20:\"zh-hant:重新命名\";'),('ami','messages:rcfilters-savedqueries-setdefault','s:20:\"zh-hant:設為預設\";'),('ami','messages:rcfilters-savedqueries-unsetdefault','s:26:\"zh-hant:取消設為預設\";'),('ami','messages:rcfilters-search-placeholder','s:59:\"zh-hant:篩選變更（使用選單或搜尋篩選名稱）\";'),('ami','messages:rcfilters-search-placeholder-mobile','s:17:\"zh-hant:篩選器\";'),('ami','messages:rcfilters-show-new-changes','s:37:\"zh-hant:檢視自$1以來的新變更\";'),('ami','messages:rcfilters-state-message-fullcoverage','s:130:\"zh-hant:選擇在此群組中的所有篩選條件與沒選擇時相同，代表此篩選條件沒有效果。群組包含了：$1\";'),('ami','messages:rcfilters-state-message-subset','s:175:\"zh-hant:此篩選條件沒有效果，因其結果包含了以下範圍更廣的{{PLURAL:$2|篩選條件|篩選條件}}其中之一（嘗試以明顯標示來區別它）：$1\";'),('ami','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ami','messages:rcfilters-tag-prefix-namespace-inverted','s:34:\"zh-hant:<strong>:不是</strong>$1\";'),('ami','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ami','messages:rcfilters-tag-remove','s:22:\"zh-hant:移除「$1」\";'),('ami','messages:rcfilters-target-page-placeholder','s:41:\"zh-hant:輸入頁面名稱（或分類）\";'),('ami','messages:rcfilters-typeofchange-conflicts-hideminor','s:120:\"zh-hant:此變更類型過濾條件與 \"次要編輯\" 過濾條件衝突，某些變更類型無法指定為 \"次要\"。\";'),('ami','messages:rcfilters-view-namespaces-tooltip','s:35:\"zh-hant:按命名空間篩選結果\";'),('ami','messages:rcfilters-view-return-to-default-tooltip','s:29:\"zh-hant:返回主篩選選單\";'),('ami','messages:rcfilters-view-tags','s:23:\"zh-hant:標記的編輯\";'),('ami','messages:rcfilters-view-tags-help-icon-tooltip','s:47:\"zh-hant:了解更多關於標記編輯的資訊\";'),('ami','messages:rcfilters-view-tags-tooltip','s:35:\"zh-hant:按編輯標籤過濾結果\";'),('ami','messages:rcfilters-watchlist-edit-watchlist-button','s:38:\"zh-hant:編輯您的監視頁面列表\";'),('ami','messages:rcfilters-watchlist-markseen-button','s:38:\"zh-hant:標記所有變更為已看過\";'),('ami','messages:rcfilters-watchlist-preference-help','s:98:\"zh-hant:載入不帶篩選搜尋或明顯標示功能的[[{{#special:Watchlist}}|監視清單]]。\";'),('ami','messages:rcfilters-watchlist-preference-label','s:35:\"zh-hant:使用非 JavaScript 介面\";'),('ami','messages:rcfilters-watchlist-showupdated','s:139:\"zh-hant:自變更發生以來，對您尚未造訪的頁面做出的變更以<strong>粗體</strong>顯示，並帶有實心圓形標記。\";'),('ami','messages:rclinks','s:58:\"ami:pahapinang to ngata $2 a romi’adan to $1 a nifalican\";'),('ami','messages:rclistfrom','s:45:\"ami:pahapinang to faelohay a falic nano $3 $2\";'),('ami','messages:rclistfromreset','s:26:\"zh-hant:重設日期選擇\";'),('ami','messages:rcnotefrom','s:155:\"ami:i kalaenoay{{PLURAL:$5|為}}nani  <strong>$3 $4</strong> nifalican tangasa anini (saadihayay mipahapinangan i<strong>$1</strong> ko nisadakan a codad).\";'),('ami','messages:rcpatroldisabled','s:35:\"zh-hant:近期變更巡查已停用\";'),('ami','messages:rcpatroldisabledtext','s:53:\"zh-hant:最新變更巡查的功能目前已停用。\";'),('ami','messages:rcshowhideanons','s:28:\"ami:$1 misakaniway a ngangan\";'),('ami','messages:rcshowhideanons-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhideanons-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcshowhidebots','s:27:\"ami:$1 palatamdawan a kikay\";'),('ami','messages:rcshowhidebots-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhidebots-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcshowhidecategorization','s:23:\"zh-hant:$1 頁面分類\";'),('ami','messages:rcshowhidecategorization-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhidecategorization-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcshowhideliu','s:38:\"ami:$1 mapanganganay to a micokaymasay\";'),('ami','messages:rcshowhideliu-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhideliu-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcshowhidemine','s:26:\"ami:$1 no mako a mikawitan\";'),('ami','messages:rcshowhidemine-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhidemine-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcshowhideminor','s:27:\"ami:$1 sapado^do^ a mikawit\";'),('ami','messages:rcshowhideminor-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhideminor-show','s:14:\"ami:pahapinang\";'),('ami','messages:rcshowhidepatr','s:31:\"ami:$1 masolapay to a mikawitan\";'),('ami','messages:rcshowhidepatr-hide','s:9:\"ami:himed\";'),('ami','messages:rcshowhidepatr-show','s:14:\"ami:pahapinang\";'),('ami','messages:readonly','s:26:\"zh-hant:資料庫已鎖定\";'),('ami','messages:readonly_lag','s:95:\"zh-hant:複寫資料庫伺服器正在將緩存更新到主伺服器，數據庫已自動鎖定\";'),('ami','messages:readonlytext','s:175:\"zh-hant:資料庫目前已鎖定無法新增或修改資料，\n可能正在例行保養，完成後即可恢復正常。\n\n鎖定資料庫的系統管理員提供的解釋：$1\";'),('ami','messages:readonlywarning','s:273:\"zh-hant:<strong>警告：資料庫已被鎖定以進行維護，因此無法儲存您目前所做的編輯動作。</strong>\n您可先複製您的文字並貼上到文字檔案中儲存，稍後再發布您的編輯。\n\n鎖定資料庫的系統管理員有以下說明：$1\";'),('ami','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ami','messages:recentchanges','s:23:\"ami:I ngataay nipifalic\";'),('ami','messages:recentchanges-feed-description','s:65:\"ami:dapdapen i Wiki ko nikafalic nonini a  nisa’amotoan a kimad\";'),('ami','messages:recentchanges-label-bot','s:52:\"ami:palatamdawan a kikay ko mamidemak tona pisinanot\";'),('ami','messages:recentchanges-label-minor','s:28:\"ami:O sapado^do^ a mikawitan\";'),('ami','messages:recentchanges-label-newpage','s:56:\"ami:masanga’ay to nona misinanotay ko faelohay a felih\";'),('ami','messages:recentchanges-label-plusminus','s:49:\"ami:o kafalic nona felih ( makakafitay a wey-yin)\";'),('ami','messages:recentchanges-label-unpatrolled','s:36:\"ami:caayay ho misolap kona pisinanot\";'),('ami','messages:recentchanges-legend','s:32:\"ami:I ngataay nipifalic a kamok.\";'),('ami','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ami','messages:recentchanges-legend-heading','s:44:\"ami:<strong> sapatiri’ a coka^：</strong>\";'),('ami','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ami','messages:recentchanges-legend-newpage','s:91:\"ami:{{int:recentchanges-label-newpage}} (’araw hato[[Special:NewPages|faelohay a felih]])\";'),('ami','messages:recentchanges-legend-plusminus','s:24:\"zh-hans:(<em>±123</em>)\";'),('ami','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ami','messages:recentchanges-legend-watchlistexpiry','s:26:\"zh-hant:臨時監視頁面\";'),('ami','messages:recentchanges-network','s:86:\"zh-hant:由於技術錯誤，沒有載入任何結果。請嘗試重新整理頁面。\";'),('ami','messages:recentchanges-noresult','s:78:\"ami:Awaay ko matatodongay a sapifalih i salaloma’ no nipatonekay a romi’ad\";'),('ami','messages:recentchanges-notargetpage','s:74:\"zh-hant:在上方輸入頁面名稱來查看相關於該頁面的變更。\";'),('ami','messages:recentchanges-page-added-to-category','s:34:\"zh-hant:[[:$1]] 已加入至分類\";'),('ami','messages:recentchanges-page-added-to-category-bundled','s:99:\"zh-hant:[[:$1]] 已加入至分類，[[Special:WhatLinksHere/$1|此頁面已被其他頁面引用]]\";'),('ami','messages:recentchanges-page-removed-from-category','s:34:\"zh-hant:[[:$1]] 已自分類移除\";'),('ami','messages:recentchanges-page-removed-from-category-bundled','s:99:\"zh-hant:[[:$1]] 已自分類移除，[[Special:WhatLinksHere/$1|此頁面已被其他頁面引用]]\";'),('ami','messages:recentchanges-submit','s:14:\"ami:pahapinang\";'),('ami','messages:recentchanges-summary','s:47:\"ami:dapdapen i Wiki ko nikafalic nonini a felih\";'),('ami','messages:recentchanges-timeout','s:74:\"zh-hant:此搜尋已逾時。您可以採用不同的搜尋參數試試。\";'),('ami','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ami','messages:recentchangescount','s:89:\"zh-hant:在最近變更、頁面歷史、以及日誌裡，所預設顯示的編輯數：\";'),('ami','messages:recentchangesdays','s:38:\"zh-hant:近期變更顯示的天數：\";'),('ami','messages:recentchangesdays-max','s:35:\"zh-hant:最多 $1 {{PLURAL:$1|天}}\";'),('ami','messages:recentchangeslinked','s:23:\"ami:pakayniay i pifalic\";'),('ami','messages:recentchangeslinked-feed','s:23:\"ami:pakayniay i pifalic\";'),('ami','messages:recentchangeslinked-page','s:25:\"ami:o ngangan no felih：\";'),('ami','messages:recentchangeslinked-summary','s:308:\"ami:Pacomden ko ngangan no felih, ta mineneng to kafalic no pipatongodan a felih.（Ano sapinenengaw to kalomaan no pisakilac i, pacomden ko {{ns:category}}: ngangan no pisakilac）。O aitira i [[Special:Watchlist| o kamok no pikangtokan iso]] a felih a mapafalic to <strong> kifetolay </strong> pahapinang.\";'),('ami','messages:recentchangeslinked-title','s:35:\"ami:o kafafalic no pakayniay i \"$1\"\";'),('ami','messages:recentchangeslinked-to','s:79:\"ami:Pahapinangen ko nifalican a felih a itira toya nipatonekan nifalic a felih.\";'),('ami','messages:recentchangeslinked-toolbox','s:23:\"ami:pakayniay i pifalic\";'),('ami','messages:recentchangestext','s:4:\"en:-\";'),('ami','messages:recreate','s:20:\"zh-hant:重新建立\";'),('ami','messages:recreate-moveddeleted-warn','s:276:\"ami:<strong>pi’arawi：O misafaelohay kiso a misanga’ toya masopitay to a felih. </strong> O haharatengen iso ko pilingato haca a mikawit tonini a felih. Itini mapatorod kiso to sapisopit ato sapilinah to codad, o sakacaloway iso a mineneng to sapatinako to ’a’arawen.\";'),('ami','messages:red-link-title','s:24:\"ami:$1 (awaayay a felih)\";'),('ami','messages:redirect','s:99:\"ami:Do^doen ko tang^an, o micokaymasay, o felih, o pisalof ato ID no nikilokan a misafaeloh misiyor\";'),('ami','messages:redirect-file','s:22:\"ami:ngangan no tang^an\";'),('ami','messages:redirect-logid','s:17:\"zh-hant:日誌 ID\";'),('ami','messages:redirect-lookup','s:12:\"ami:mitengil\";'),('ami','messages:redirect-not-exists','s:17:\"zh-hant:查無值\";'),('ami','messages:redirect-not-numeric','s:23:\"zh-hant:值不是數字\";'),('ami','messages:redirect-page','s:15:\"ami:o felih  ID\";'),('ami','messages:redirect-revision','s:25:\"ami:o pisalof ID no felih\";'),('ami','messages:redirect-submit','s:11:\"ami:pidemak\";'),('ami','messages:redirect-summary','s:553:\"ami:Onini micidekay a pi’arawan i tyin-naw manga’ay a misafaeloh misiyor patayra i tang^an (nipatonekan a ngangan no tang^an), o felih ( nipatonekan misalof a ID ano eca o ID no felih), macokaymasay a felih ( mapatonekay a ID no micokaymasay)、ano eca o kasasiroma no nikilokan( nipatonekan a ID no nikilokan)。O sapilaheci a micokaymas: [[{{#Special:Redirect}}/file/Example.jpg]]、[[{{#Special:Redirect}}/page/64308]]、[[{{#Special:Redirect}}/revision/328429]]、[[{{#Special:Redirect}}/user/101]] ano eca [[{{#Special:Redirect}}/logid/186]]。\";'),('ami','messages:redirect-text','s:3:\"en:\";'),('ami','messages:redirect-user','s:51:\"ami:kwara’ ka cyux mbing ka qutux qutux ngasal ID\";'),('ami','messages:redirect-value','s:10:\"ami:hakowa\";'),('ami','messages:redirectedfrom','s:35:\"ami:(masafaeloh to misiyor nani $1)\";'),('ami','messages:redirectexists','s:91:\"zh-hant:重新導向已存在於[[:$1]]，且不能自動刪除。\n請選擇別的名稱。\";'),('ami','messages:redirectpagesub','s:30:\"ami:misafaeloh misiyor i felih\";'),('ami','messages:redirectto','s:24:\"ami:misafaeloh misiyor i\";'),('ami','messages:removecredentials','s:20:\"zh-hant:移除憑證\";'),('ami','messages:removecredentials-invalidsubpage','s:41:\"zh-hant:$1 不是有效的憑証類型。\";'),('ami','messages:removecredentials-submit','s:20:\"zh-hant:移除認證\";'),('ami','messages:removecredentials-success','s:32:\"zh-hant:已移除您的憑證。\";'),('ami','messages:removedwatchtext','s:100:\"zh-hant:已於[[Special:Watchlist|您的監視清單]]移除頁面「[[:$1]]」及其討論頁面。\";'),('ami','messages:removedwatchtext-short','s:52:\"zh-hant:已於您的監視清單移除頁面 \"$1\"。\";'),('ami','messages:removedwatchtext-talk','s:94:\"zh-hant:已自您的[[Special:Watchlist|監視清單]]移除「[[:$1]]」及相關的頁面。\";'),('ami','messages:removewatch','s:32:\"zh-hant:從監視清單中移除\";'),('ami','messages:resetpass-abort-generic','s:56:\"zh-hant:擴充套件已中止了變更密碼的操作。\";'),('ami','messages:resetpass-expired','s:71:\"zh-hant:您的密碼已過期。請設定一個新的密碼以登入。\";'),('ami','messages:resetpass-expired-soft','s:158:\"zh-hant:您的密碼已過期，需要作出更改。請現在設定您的新密碼，或點選 \"{{int:authprovider-resetpass-skip-label}}\" 來事後更改。\";'),('ami','messages:resetpass-no-info','s:50:\"zh-hant:您必須直接登入存取這個頁面。\";'),('ami','messages:resetpass-recycled','s:68:\"zh-hant:請將您的密碼更改成與目前內容不同的密碼。\";'),('ami','messages:resetpass-submit-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:resetpass-submit-loggedin','s:20:\"zh-hant:變更密碼\";'),('ami','messages:resetpass-temp-emailed','s:120:\"zh-hant:您使用電子郵件傳送的臨時密碼登入。\n要完成登入，您必須在這裡設定一個新密碼：\";'),('ami','messages:resetpass-temp-password','s:23:\"zh-hant:臨時密碼：\";'),('ami','messages:resetpass-validity','s:63:\"zh-hant:您的密碼無效：$1\n\n請設定新密碼來登入。\";'),('ami','messages:resetpass-validity-soft','s:139:\"zh-hant:您的密碼無效：$1 \n\n請現在設定您的新密碼，或點選 \"{{int:authprovider-resetpass-skip-label}}\" 來事後更改。\";'),('ami','messages:resetpass-wrong-oldpass','s:120:\"zh-hant:無效的臨時或現有密碼。\n您可能已經變更了密碼，或者已經請求一個新的臨時密碼。\";'),('ami','messages:resetpass_announce','s:59:\"zh-hant:要完成登入，您必須設定一個新密碼。\";'),('ami','messages:resetpass_forbidden','s:26:\"zh-hant:無法變更密碼\";'),('ami','messages:resetpass_forbidden-reason','s:31:\"zh-hant:無法變更密碼：$1\";'),('ami','messages:resetpass_header','s:26:\"zh-hant:變更帳號密碼\";'),('ami','messages:resetpass_submit','s:29:\"zh-hant:設定密碼並登入\";'),('ami','messages:resetpass_text','s:38:\"zh-hant:<!-- 在此處加入文字 -->\";'),('ami','messages:resettokens','s:20:\"zh-hant:重設金鑰\";'),('ami','messages:resettokens-done','s:26:\"zh-hant:已重設金鑰。\";'),('ami','messages:resettokens-no-tokens','s:35:\"zh-hant:沒有可重設的金鑰。\";'),('ami','messages:resettokens-resetbutton','s:32:\"zh-hant:重設已選擇的金鑰\";'),('ami','messages:resettokens-summary','s:3:\"en:\";'),('ami','messages:resettokens-text','s:199:\"zh-hant:您可以在此重設用來存取您帳號相關隱私資料的密鑰。\n\n若您不小心將您的密鑰分享給其他人或您的帳號已遭到入侵、破壞，應該要重設此密鑰。\";'),('ami','messages:resettokens-token-label','s:27:\"zh-hant:$1（目前為$2）\";'),('ami','messages:resettokens-tokens','s:17:\"zh-hant:金鑰：\";'),('ami','messages:resettokens-watchlist-token','s:101:\"zh-hant:用來訂閱[[Special:Watchlist|您監視清單上變更]]的訊息來源（Atom/RSS）密鑰\";'),('ami','messages:rest-bad-content-model','s:31:\"zh-hant:錯誤內容模組：$1\";'),('ami','messages:rest-bad-json-body','s:56:\"zh-hant:錯誤的請求正文，必須是 JSON 物件。\";'),('ami','messages:rest-badtoken','s:38:\"zh-hant:提供的 CSRF 權杖無效。\";'),('ami','messages:rest-cannot-load-file','s:46:\"zh-hant:標題「$1」的檔案無法載入。\";'),('ami','messages:rest-compare-inaccessible','s:55:\"zh-hant:由參數$1指定的修訂不可公開存取。\";'),('ami','messages:rest-compare-nonexistent','s:46:\"zh-hant:由參數$1指定的修訂不存在。\";'),('ami','messages:rest-compare-page-mismatch','s:56:\"zh-hant:指定的修訂屬不同頁面，不可比較。\";'),('ami','messages:rest-compare-permission-denied','s:50:\"zh-hant:使用者沒有權限來存取請求修訂\";'),('ami','messages:rest-compare-wikidiff2','s:61:\"zh-hant:此端點需要 wikidiff2 1.9.0 或以上的版本。\";'),('ami','messages:rest-compare-wrong-content','s:81:\"zh-hant:由參數$2指定的修訂部份$1，內容類型無法轉換成文字。\";'),('ami','messages:rest-cross-origin-anon-write','s:44:\"zh-hant:不允許匿名跨來源寫入請求\";'),('ami','messages:rest-extraneous-csrf-token','s:138:\"zh-hant:發現到外來的 CSRF 權杖。當使用像是 OAuth 這種可抵擋 CSRF 攻擊的驗證機制時，不可使用 CSRF 權杖。\";'),('ami','messages:rest-html-backend-error','s:33:\"zh-hant:無法取得 Parsoid HTML\";'),('ami','messages:rest-invalid-user','s:49:\"zh-hant:指定的使用者名稱（$1）無效。\";'),('ami','messages:rest-json-body-parse-error','s:49:\"zh-hant:將請求正文解析成 JSON 失敗：$1\";'),('ami','messages:rest-media-too-many-links','s:65:\"zh-hant:在標題$1找到太多的媒體連結（允許 $2 個）\";'),('ami','messages:rest-missing-body-field','s:52:\"zh-hant:請求正文中缺少必要欄位「$1」。\";'),('ami','messages:rest-no-match','s:70:\"zh-hant:請求的相對路徑（$1）不符合任何已知的處理器\";'),('ami','messages:rest-no-revision','s:37:\"zh-hant:無法取回標題$1的修訂\";'),('ami','messages:rest-nonexistent-revision','s:40:\"zh-hant:指定的修訂（$1）不存在\";'),('ami','messages:rest-nonexistent-title','s:40:\"zh-hant:指定的標題「$1」不存在\";'),('ami','messages:rest-nonexistent-title-revision','s:60:\"zh-hant:指定的修訂（$1）不存在指定頁面（$2）\";'),('ami','messages:rest-nonexistent-user','s:46:\"zh-hant:指定的使用者（$1）不存在。\";'),('ami','messages:rest-page-source-type-error','s:50:\"zh-hant:不支援請求頁面來源的內容類型\";'),('ami','messages:rest-pagehistory-incompatible-params','s:67:\"zh-hant:參數「older_than」與「newer_than」不可同時指定\";'),('ami','messages:rest-pagehistory-param-range-error','s:29:\"zh-hant:修訂 ID 需大於 0\";'),('ami','messages:rest-pagehistory-timestamp-error','s:55:\"zh-hant:指定的修訂（$1）無法取得時間戳記\";'),('ami','messages:rest-pagehistorycount-parameters-invalid','s:41:\"zh-hant:指定的參數組合不支援。\";'),('ami','messages:rest-pagehistorycount-too-many-revisions','s:68:\"zh-hant:指定的標題包含太多的修訂而無法取得計數。\";'),('ami','messages:rest-pagehistorycount-type-unrecognized','s:43:\"zh-hant:指定的計算類型（$1）無效\";'),('ami','messages:rest-permission-denied-anon','s:38:\"zh-hant:不可被匿名使用者存取\";'),('ami','messages:rest-permission-denied-revision','s:58:\"zh-hant:使用者沒有權限來存取請求修訂（$1）\";'),('ami','messages:rest-permission-denied-title','s:52:\"zh-hant:使用者沒有權限來讀取標題（$1）\";'),('ami','messages:rest-prefix-mismatch','s:68:\"zh-hant:請求的路徑（$1）不在REST API的根路徑（$2）內\";'),('ami','messages:rest-requires-safe-against-csrf','s:65:\"zh-hant:此端點需要一個 CSRF 安全的 session 提供者。\";'),('ami','messages:rest-resource-limit-exceeded','s:50:\"zh-hant:資源限制超出處理請求的範圍。\";'),('ami','messages:rest-search-error','s:49:\"zh-hant:當回傳搜尋結果時發生錯誤：$1\";'),('ami','messages:rest-update-cannot-create-page','s:154:\"zh-hant:頁面「$1」已存在，因此無法建立。要更新現有的頁面，請在請求正文中「latest」鍵的結構裡提供基本修訂 ID。\";'),('ami','messages:rest-wrong-method','s:114:\"zh-hant:請求的方法（$1）不是{{PLURAL:$3|此路徑允許的方法|此路徑允許的方法之一}}（$2）\";'),('ami','messages:restore-count-files','s:40:\"zh-hant:{{PLURAL:$1|1 檔案|$1 檔案}}\";'),('ami','messages:restore-count-revisions','s:40:\"zh-hant:{{PLURAL:$1|1 修訂|$1 修訂}}\";'),('ami','messages:restorelink','s:32:\"zh-hant:$1 個已刪除的編輯\";'),('ami','messages:restoreprefs','s:32:\"zh-hant:還原所有預設設定\";'),('ami','messages:restricted-displaytitle','s:114:\"zh-hant:<strong>警告：</strong>由於顯示標題與頁面實際標題不同，已忽略顯示標題「$1」。\";'),('ami','messages:restricted-displaytitle-ignored','s:38:\"zh-hant:已忽略顯示標題的頁面\";'),('ami','messages:restricted-displaytitle-ignored-desc','s:118:\"zh-hant:頁面已忽略 <code><nowiki>{{DISPLAYTITLE}}</nowiki></code>，因該標題於頁面實際標題不相同。\";'),('ami','messages:restriction-blank','s:3:\"en:\";'),('ami','messages:restriction-create','s:14:\"ami:misanga’\";'),('ami','messages:restriction-edit','s:13:\"ami:misinanot\";'),('ami','messages:restriction-level','s:23:\"zh-hant:限制層級：\";'),('ami','messages:restriction-level-all','s:20:\"zh-hant:任何層級\";'),('ami','messages:restriction-level-autoconfirmed','s:17:\"zh-hant:半保護\";'),('ami','messages:restriction-level-sysop','s:17:\"zh-hant:全保護\";'),('ami','messages:restriction-move','s:11:\"ami:malinah\";'),('ami','messages:restriction-type','s:27:\"ami:o sakatonek a patorod :\";'),('ami','messages:restriction-upload','s:14:\"zh-hant:上傳\";'),('ami','messages:restrictionsfield-badip','s:41:\"zh-hant:無效的 IP 位址或範圍：$1\";'),('ami','messages:restrictionsfield-help','s:106:\"zh-hant:一個 IP 位址或 CIDR 範圍一行，要開啟所有範圍可使用：<pre>0.0.0.0/0\n::/0</pre>\";'),('ami','messages:restrictionsfield-label','s:30:\"zh-hant:允許的 IP 範圍：\";'),('ami','messages:retrievedfrom','s:29:\"ami:Nicaliwan niala nani \"$1\"\";'),('ami','messages:returnto','s:25:\"ami:Panokasen tayra i $1.\";'),('ami','messages:retypenew','s:32:\"zh-hant:重新輸入新密碼：\";'),('ami','messages:reuploaddesc','s:41:\"zh-hant:取消上傳並返回上傳表單\";'),('ami','messages:rev-deleted-comment','s:35:\"zh-hant:（已移除編輯摘要）\";'),('ami','messages:rev-deleted-diff-view','s:200:\"zh-hant:檢視差異的其中一個修訂已被<strong>刪除</strong>。您可繼續檢視差異，可至[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 刪除日誌]取得詳細資訊。\";'),('ami','messages:rev-deleted-event','s:31:\"zh-hant:(已移除日誌明細)\";'),('ami','messages:rev-deleted-no-diff','s:194:\"zh-hant:因頁面的其中一次修訂已被<strong>刪除</strong>，您無法檢視差異。可至[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 刪除日誌]取得詳細資訊。\";'),('ami','messages:rev-deleted-text-permission','s:140:\"zh-hant:此頁面修訂已被<strong>刪除</strong>。可至[{{fullurl:{{#Special:Log}}/delete|page=$1}} 刪除日誌]取得詳細資訊。\";'),('ami','messages:rev-deleted-text-unhide','s:205:\"zh-hant:此頁面修訂已被<strong>刪除</strong>。可至[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 刪除日誌]取得詳細資訊。若您要繼續，您仍可[$1 檢視此修訂]。\";'),('ami','messages:rev-deleted-text-view','s:167:\"zh-hant:此頁面修訂已被<strong>刪除</strong>。您可繼續檢視修訂，可至[{{fullurl:{{#Special:Log}}/delete|page=$1}} 刪除日誌]取得詳細資訊。\";'),('ami','messages:rev-deleted-unhide-diff','s:226:\"zh-hant:檢視差異的其中一個修訂已被<strong>刪除</strong>。可至[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} 刪除日誌]取得詳細資料。若您要繼續，您仍可以[$1 檢視此差異]。\";'),('ami','messages:rev-deleted-user','s:35:\"zh-hant: (已移除使用者名稱)\";'),('ami','messages:rev-deleted-user-contribs','s:83:\"zh-hant:[使用者名稱或 IP 位址已移除 - 已隱藏貢獻清單中的編輯]\";'),('ami','messages:rev-delundel','s:32:\"ami:o nika’araw to nanofalicen\";'),('ami','messages:rev-showdeleted','s:14:\"ami:pahapinang\";'),('ami','messages:rev-suppressed-diff-view','s:208:\"zh-hant:檢視差異的其中一個修訂已被<strong>監督隱藏</strong>。您可繼續檢視差異，可至[{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} 監督日誌]取得詳細資訊。\";'),('ami','messages:rev-suppressed-no-diff','s:94:\"zh-hant:因頁面的其中一次修訂已被<strong>隱藏</strong>，您無法檢視差異。\";'),('ami','messages:rev-suppressed-text','s:61:\"zh-hant:此頁面修訂已被<strong>監督隱藏</strong>。\";'),('ami','messages:rev-suppressed-text-permission','s:148:\"zh-hant:此頁面修訂已被<strong>監督隱藏</strong>。可至[{{fullurl:{{#Special:Log}}/suppress|page=$1}} 監督日誌]取得詳細資訊。\";'),('ami','messages:rev-suppressed-text-unhide','s:216:\"zh-hant:此頁面修訂已被<strong>監督隱藏</strong>。可至[{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} 監督日誌]取得詳細資訊。若您要繼續，您仍可以[$1 檢視此修訂]。\";'),('ami','messages:rev-suppressed-text-view','s:175:\"zh-hant:此頁面修訂已被<strong>監督隱藏</strong>。您可繼續檢視修訂，可至[{{fullurl:{{#Special:Log}}/suppress|page=$1}} 監督日誌]取得詳細資訊。\";'),('ami','messages:rev-suppressed-unhide-diff','s:234:\"zh-hant:檢視差異的其中一個修訂已被<strong>監督隱藏</strong>。可至[{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} 監督日誌]取得詳細資訊。若您要繼續，您仍可以[$1 檢視此差異]。\";'),('ami','messages:revdel-restore','s:32:\"ami:o nika’araw to nanofalicen\";'),('ami','messages:revdelete-concurrent-change','s:109:\"zh-hant:修改於 $1 $2 的項目錯誤：在您嘗試修改之前，狀態已被修改。\n請檢查日誌。\";'),('ami','messages:revdelete-confirm','s:142:\"zh-hant:請確認您是否明白此動作會造成的後果，以及您所做的動作是否符合[[{{MediaWiki:Policy-url}}|方針]]規範。\";'),('ami','messages:revdelete-content-hid','s:28:\"ami:Mahimeday to ko ikemoday\";'),('ami','messages:revdelete-content-unhid','s:26:\"zh-hant:取消隱藏內容\";'),('ami','messages:revdelete-edit-reasonlist','s:26:\"zh-hant:編輯刪除原因\";'),('ami','messages:revdelete-edit-reasonlist-suppress','s:32:\"zh-hant:編輯禁止顯示原因\";'),('ami','messages:revdelete-failure','s:47:\"zh-hant:無法更新修訂的顯示設定：\n$1\";'),('ami','messages:revdelete-hide-comment','s:20:\"zh-hant:編輯摘要\";'),('ami','messages:revdelete-hide-current','s:81:\"zh-hant:隱藏於 $1 $2 的項目錯誤：此為目前的修訂，不可隱藏。\";'),('ami','messages:revdelete-hide-image','s:26:\"zh-hant:隱藏檔案內容\";'),('ami','messages:revdelete-hide-name','s:29:\"zh-hant:隱藏目標與參數\";'),('ami','messages:revdelete-hide-restricted','s:56:\"zh-hant:禁止顯示資料給管理者及其他使用者\";'),('ami','messages:revdelete-hide-text','s:20:\"zh-hant:修訂文字\";'),('ami','messages:revdelete-hide-user','s:45:\"zh-hant:編輯者的使用者名稱/IP 位址\";'),('ami','messages:revdelete-legend','s:26:\"zh-hant:設定顯示限制\";'),('ami','messages:revdelete-log','s:17:\"zh-hant:原因：\";'),('ami','messages:revdelete-modify-missing','s:63:\"zh-hant:修改項目 ID $1 錯誤：資料庫中無該資料！\";'),('ami','messages:revdelete-modify-no-access','s:100:\"zh-hant:修改於 $1 $2 的項目錯誤：此項目已設為 \"已限制\"。\n您沒有權限存取。\";'),('ami','messages:revdelete-no-change','s:83:\"zh-hant:<strong>警告：</strong>於 $1 $2 的項目已有請求的顯示設定。\";'),('ami','messages:revdelete-no-file','s:35:\"zh-hant:指定的檔案不存在。\";'),('ami','messages:revdelete-nooldid-text','s:134:\"zh-hant:您沒有指定任何要執行此功能的目標修訂、或指定的修訂並不存在、或您嘗試隱藏目前的修訂。\";'),('ami','messages:revdelete-nooldid-title','s:29:\"zh-hant:無效的目標修訂\";'),('ami','messages:revdelete-offender','s:23:\"zh-hant:修訂作者：\";'),('ami','messages:revdelete-only-restricted','s:129:\"zh-hant:在隱藏於 $1 $2 的項目時發生錯誤：您不可在未選擇顯示設定的情況下禁止管理員檢視項目。\";'),('ami','messages:revdelete-otherreason','s:33:\"zh-hant:其它/額外的原因：\";'),('ami','messages:revdelete-radio-same','s:23:\"zh-hant:（不變更）\";'),('ami','messages:revdelete-radio-set','s:14:\"zh-hant:隱藏\";'),('ami','messages:revdelete-radio-unset','s:14:\"zh-hant:顯示\";'),('ami','messages:revdelete-reason-dropdown','s:121:\"zh-hant:*常見的刪除原因\n** 侵犯版權\n** 不合適的評論\n** 不當的使用者名稱\n** 隱含誹謗的資訊\";'),('ami','messages:revdelete-reason-dropdown-suppress','s:58:\"zh-hant:*一般禁止顯示原因\n** 不適當個人資訊\";'),('ami','messages:revdelete-reasonotherlist','s:20:\"zh-hant:其它原因\";'),('ami','messages:revdelete-restricted','s:38:\"zh-hant:已套用對管理員的限制\";'),('ami','messages:revdelete-selected-file','s:74:\"zh-hant:已選擇 [[:$2]] 中的{{PLURAL:$1|一個|多個}}檔案版本：\";'),('ami','messages:revdelete-selected-text','s:66:\"zh-hant:已選擇[[:$2]]中的{{PLURAL:$1|一筆|多筆}}修訂：\";'),('ami','messages:revdelete-show-file-confirm','s:83:\"zh-hant:您是否要檢視檔案 \"<nowiki>$1</nowiki>\" 已刪除的修訂於 $2 $3?\";'),('ami','messages:revdelete-show-file-submit','s:11:\"zh-hant:是\";'),('ami','messages:revdelete-show-no-access','s:100:\"zh-hant:檢視於 $1 $2 的項目錯誤：此項目已設為 \"已限制\"。\n您沒有權限存取。\";'),('ami','messages:revdelete-submit','s:62:\"zh-hant:套用至已選取的{{PLURAL:$1|一筆|多筆}}修訂\";'),('ami','messages:revdelete-success','s:38:\"zh-hant:已更新修訂的可見性。\";'),('ami','messages:revdelete-summary-hid','s:29:\"zh-hant:已隱藏編輯摘要\";'),('ami','messages:revdelete-summary-unhid','s:32:\"zh-hant:取消隱藏編輯摘要\";'),('ami','messages:revdelete-suppress','s:56:\"zh-hant:禁止向管理者及其他使用者顯示資料\";'),('ami','messages:revdelete-suppress-text','s:188:\"zh-hant:禁止顯示應<strong>只有</strong>在下述情形時使用：\n* 潛在誹謗的資訊\n* 不恰當的個人資料\n*: <em>住家地址、電話號碼、身分證號碼等。</em>\";'),('ami','messages:revdelete-text-file','s:95:\"zh-hant:已刪除的檔案版本仍會出現於檔案歷史中，但內容將不開放存取。\";'),('ami','messages:revdelete-text-others','s:101:\"zh-hant:若未設定額外條件，其他管理員仍有權限檢視與取消刪除隱藏的內容。\";'),('ami','messages:revdelete-text-text','s:89:\"zh-hant:已刪除的修訂仍會出現於頁面歷史中，但內容將不開放存取。\";'),('ami','messages:revdelete-uname-hid','s:29:\"zh-hant:隱藏使用者名稱\";'),('ami','messages:revdelete-uname-unhid','s:35:\"zh-hant:取消隱藏使用者名稱\";'),('ami','messages:revdelete-unrestricted','s:38:\"zh-hant:已移除對管理員的限制\";'),('ami','messages:revdelete-unsuppress','s:44:\"zh-hant:移除在已刪除修訂上的限制\";'),('ami','messages:reverted','s:32:\"zh-hant:還原到較早的版本\";'),('ami','messages:revertmerge','s:20:\"zh-hant:取消合併\";'),('ami','messages:revertmove','s:14:\"zh-hant:還原\";'),('ami','messages:revertpage','s:121:\"zh-hant:取消[[Special:Contributions/$2|$2]]（[[User talk:$2|留言]]）的編輯，改回[[User:$1|$1]]的先前版本\";'),('ami','messages:revertpage-anon','s:101:\"zh-hant:已還原[[Special:Contributions/$2|$2]]的編輯至最後由[[User:$1|$1]]所修訂的版本\";'),('ami','messages:revertpage-nouser','s:95:\"zh-hant:已還原隱藏使用者的編輯為最後 {{GENDER:$1|[[User:$1|$1]]}} 修訂的版本\";'),('ami','messages:revid','s:17:\"zh-hant:修訂 $1\";'),('ami','messages:revision-info','s:68:\"ami:O po:long no nisalofan i $7 nani tiniay i {{GENDER:$6|$2}} ko $1\";'),('ami','messages:revision-info-current','s:4:\"en:-\";'),('ami','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ami','messages:revisionasof','s:32:\"ami:Nani tiniay i $1 a nisalofan\";'),('ami','messages:revisiondelete','s:33:\"zh-hant:刪除/取消刪除修訂\";'),('ami','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ami','messages:right-apihighlimits','s:43:\"zh-hant:使用 API 查詢的最高上限值\";'),('ami','messages:right-applychangetags','s:64:\"zh-hant:連同自己的變更一起套用[[Special:Tags|標籤]]\";'),('ami','messages:right-autoconfirmed','s:43:\"zh-hant:不受基於IP的使用頻率限制\";'),('ami','messages:right-autocreateaccount','s:47:\"zh-hant:使用外部使用者帳號自動登入\";'),('ami','messages:right-autopatrol','s:50:\"zh-hant:將自己的編輯自動標示為已巡查\";'),('ami','messages:right-bigdelete','s:44:\"zh-hant:刪除有大量歷史記錄的頁面\";'),('ami','messages:right-block','s:44:\"zh-hant:封鎖其他使用者的編輯權限\";'),('ami','messages:right-blockemail','s:41:\"zh-hant:封鎖使用者傳送電子郵件\";'),('ami','messages:right-bot','s:32:\"zh-hant:將其視為自動程序\";'),('ami','messages:right-browsearchive','s:32:\"zh-hant:搜尋已刪除的頁面\";'),('ami','messages:right-changetags','s:85:\"zh-hant:加入與移除任何於各別修訂與日誌項目的[[Special:Tags|標籤]]\";'),('ami','messages:right-createaccount','s:35:\"zh-hant:建立新的使用者帳號\";'),('ami','messages:right-createpage','s:44:\"zh-hant:建立頁面（不含討論頁面）\";'),('ami','messages:right-createtalk','s:26:\"zh-hant:建立討論頁面\";'),('ami','messages:right-delete','s:20:\"zh-hant:刪除頁面\";'),('ami','messages:right-delete-redirect','s:41:\"zh-hant:刪除單一修訂的重新導向\";'),('ami','messages:right-deletechangetags','s:50:\"zh-hant:從資料庫刪除 [[Special:Tags|標籤]]\";'),('ami','messages:right-deletedhistory','s:62:\"zh-hant:檢視已刪除的歷史項目，不含關聯的文字\";'),('ami','messages:right-deletedtext','s:59:\"zh-hant:檢視已刪除修訂中已刪除的文字及變更\";'),('ami','messages:right-deletelogentry','s:50:\"zh-hant:刪除及取消刪除指定的日誌項目\";'),('ami','messages:right-deleterevision','s:50:\"zh-hant:刪除及取消刪除指定的頁面修訂\";'),('ami','messages:right-edit','s:20:\"zh-hant:編輯頁面\";'),('ami','messages:right-editcontentmodel','s:35:\"zh-hant:編輯頁面的內容模型\";'),('ami','messages:right-editinterface','s:29:\"zh-hant:編輯使用者介面\";'),('ami','messages:right-editmyoptions','s:35:\"zh-hant:編輯自己的偏好設定\";'),('ami','messages:right-editmyprivateinfo','s:77:\"zh-hant:編輯自己的隱私資料 (如：電子郵件地址及真實姓名)\";'),('ami','messages:right-editmyusercss','s:40:\"zh-hant:編輯自己的使用者 CSS 檔\";'),('ami','messages:right-editmyuserjs','s:47:\"zh-hant:編輯自己的使用者 JavaScript 檔\";'),('ami','messages:right-editmyuserjson','s:44:\"zh-hant:編輯您自己的使用者 JSON 檔\";'),('ami','messages:right-editmyuserjsredirect','s:60:\"zh-hant:編輯自己的使用者JavaScript重新導向檔案\";'),('ami','messages:right-editmywatchlist','s:116:\"zh-hant:編輯自己的監視清單（注意：即使無此權限，某些操作仍會新增頁面至監視清單）\";'),('ami','messages:right-editprotected','s:71:\"zh-hant:編輯保護層級為「{{int:protect-level-sysop}}」的頁面\";'),('ami','messages:right-editsemiprotected','s:79:\"zh-hant:編輯保護層級為「{{int:protect-level-autoconfirmed}}」的頁面\";'),('ami','messages:right-editsitecss','s:23:\"zh-hant:編輯全站CSS\";'),('ami','messages:right-editsitejs','s:30:\"zh-hant:編輯全站JavaScript\";'),('ami','messages:right-editsitejson','s:24:\"zh-hant:編輯全站JSON\";'),('ami','messages:right-editusercss','s:40:\"zh-hant:編輯其他使用者的 CSS 檔\";'),('ami','messages:right-edituserjs','s:47:\"zh-hant:編輯其他使用者的 JavaScript 檔\";'),('ami','messages:right-edituserjson','s:41:\"zh-hant:編輯其他使用者的 JSON 檔\";'),('ami','messages:right-hideuser','s:50:\"zh-hant:封鎖使用者名稱，避免公開顯示\";'),('ami','messages:right-import','s:33:\"zh-hant:從其他wiki匯入頁面\";'),('ami','messages:right-importupload','s:35:\"zh-hant:由檔案上傳匯入頁面\";'),('ami','messages:right-ipblock-exempt','s:58:\"zh-hant:略過IP封鎖、自動封鎖及範圍封鎖檢查\";'),('ami','messages:right-managechangetags','s:70:\"zh-hant:建立並自資料庫（取消）啟用[[Special:Tags|標籤]]\";'),('ami','messages:right-markbotedits','s:44:\"zh-hant:標示還原編輯為機器人編輯\";'),('ami','messages:right-mergehistory','s:26:\"zh-hant:合併頁面歷史\";'),('ami','messages:right-mf-uploadbutton','s:44:\"zh-hant:使用手機版頁面的上傳按鈕\";'),('ami','messages:right-minoredit','s:29:\"zh-hant:標示編輯為次要\";'),('ami','messages:right-move','s:20:\"zh-hant:移動頁面\";'),('ami','messages:right-move-categorypages','s:26:\"zh-hant:移動分類頁面\";'),('ami','messages:right-move-rootuserpages','s:32:\"zh-hant:移動根使用者頁面\";'),('ami','messages:right-move-subpages','s:35:\"zh-hant:移動頁面與其子頁面\";'),('ami','messages:right-movefile','s:20:\"zh-hant:移動檔案\";'),('ami','messages:right-noanalytics','s:38:\"zh-hant:避免網站分析工具追蹤\";'),('ami','messages:right-nominornewtalk','s:62:\"zh-hant:不顯示討論頁面中次要編輯的新訊息提示\";'),('ami','messages:right-noratelimit','s:32:\"zh-hant:不受使用頻率限制\";'),('ami','messages:right-override-export-depth','s:60:\"zh-hant:匯出頁面包含連結內容，深度上限為5層\";'),('ami','messages:right-pagelang','s:26:\"zh-hant:變更頁面語言\";'),('ami','messages:right-patrol','s:41:\"zh-hant:標示他人的編輯為已巡查\";'),('ami','messages:right-patrolmarks','s:41:\"zh-hant:檢視近期變更的巡查標記\";'),('ami','messages:right-protect','s:59:\"zh-hant:更改保護設定及編輯被連鎖保護的頁面\";'),('ami','messages:right-purge','s:29:\"zh-hant:清除頁面的快取\";'),('ami','messages:right-read','s:20:\"zh-hant:閱讀頁面\";'),('ami','messages:right-reupload','s:29:\"zh-hant:覆蓋現有的檔案\";'),('ami','messages:right-reupload-own','s:41:\"zh-hant:覆蓋自己上傳的現有檔案\";'),('ami','messages:right-reupload-shared','s:53:\"zh-hant:覆蓋共用媒體檔案庫於本地的檔案\";'),('ami','messages:right-rollback','s:62:\"zh-hant:快速回退最後一位用戶對某一頁面的編輯\";'),('ami','messages:right-sendemail','s:47:\"zh-hant:傳送電子郵件聯絡其他使用者\";'),('ami','messages:right-siteadmin','s:38:\"zh-hant:鎖定和解除鎖定資料庫\";'),('ami','messages:right-suppressionlog','s:29:\"zh-hant:檢視非公開日誌\";'),('ami','messages:right-suppressredirect','s:56:\"zh-hant:移動頁面時不在原頁面建立重新導向\";'),('ami','messages:right-suppressrevision','s:71:\"zh-hant:檢視、隱藏與取消隱藏任何使用者對頁面的修訂\";'),('ami','messages:right-unblockself','s:26:\"zh-hant:解除封鎖自己\";'),('ami','messages:right-undelete','s:26:\"zh-hant:取消刪除頁面\";'),('ami','messages:right-unwatchedpages','s:35:\"zh-hant:查看未受監視的頁面\";'),('ami','messages:right-upload','s:23:\"ami:mipaefer to tang^an\";'),('ami','messages:right-upload_by_url','s:31:\"zh-hant:使用 URL 上傳檔案\";'),('ami','messages:right-userrights','s:38:\"zh-hant:編輯所有使用者的權限\";'),('ami','messages:right-userrights-interwiki','s:50:\"zh-hant:編輯使用者在其它 Wiki 上的權限\";'),('ami','messages:right-viewmyprivateinfo','s:80:\"zh-hant:檢視自己的私隱資料（如：電子郵件地址及真實姓名）\";'),('ami','messages:right-viewmywatchlist','s:35:\"zh-hant:檢視自己的監視清單\";'),('ami','messages:right-viewsuppressed','s:44:\"zh-hant:檢視所有使用者的隱藏修訂\";'),('ami','messages:right-writeapi','s:30:\"ami:Sakatayal a misorit to API\";'),('ami','messages:rightslog','s:42:\"ami:O king-li no nikilokan no micokaymasay\";'),('ami','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ami','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ami','messages:rightslogentry-temporary-group','s:34:\"zh-hant:$1（臨時，直到 $2）\";'),('ami','messages:rightslogtext','s:47:\"zh-hant:此為變更使用者權限的日誌。\";'),('ami','messages:rightsnone','s:17:\"zh-hant:（無）\";'),('ami','messages:rollback','s:20:\"zh-hant:復原編輯\";'),('ami','messages:rollback-confirmation-confirm','s:20:\"zh-hant:請確認：\";'),('ami','messages:rollback-confirmation-no','s:14:\"zh-hant:取消\";'),('ami','messages:rollback-confirmation-yes','s:14:\"zh-hant:回退\";'),('ami','messages:rollback-missingparam','s:35:\"zh-hant:請求缺少必要參數。\";'),('ami','messages:rollback-missingrevision','s:35:\"zh-hant:無法載入修訂資料。\";'),('ami','messages:rollback-success','s:109:\"zh-hant:已還原{{GENDER:$3|$1}}所做的編輯；變更回由{{GENDER:$4|$2}}修訂的最後一個版本。\";'),('ami','messages:rollbackfailed','s:20:\"zh-hant:還原失敗\";'),('ami','messages:rollbacklink','s:13:\"ami:patatikol\";'),('ami','messages:rollbacklinkcount','s:27:\"ami:{{PLURAL:$1|a mikawit}}\";'),('ami','messages:rollbacklinkcount-morethan','s:45:\"zh-hant:回退超過$1次{{PLURAL:$1|編輯}}\";'),('ami','messages:rotate-comment','s:57:\"zh-hant:已順時針旋轉圖片 $1 {{PLURAL:$1|度|度}}\";'),('ami','messages:sat','s:10:\"ami:週六\";'),('ami','messages:saturday','s:10:\"ami:週六\";'),('ami','messages:saturday-at','s:20:\"zh-hant:週六在 $1\";'),('ami','messages:savearticle','s:23:\"ami:mina’ang to felih\";'),('ami','messages:savearticle-start','s:23:\"ami:mina’ang to felih\";'),('ami','messages:savechanges','s:20:\"zh-hant:儲存變更\";'),('ami','messages:savechanges-start','s:23:\"zh-hant:儲存變更…\";'),('ami','messages:savedprefs','s:38:\"zh-hant:已儲存您的偏好設定。\";'),('ami','messages:savedrights','s:56:\"zh-hant:已儲存 {{GENDER:$1|$1}} 的使用者權限。\";'),('ami','messages:savefile','s:20:\"zh-hant:儲存檔案\";'),('ami','messages:saveprefs','s:14:\"zh-hant:儲存\";'),('ami','messages:saveusergroups','s:43:\"zh-hant:儲存{{GENDER:$1|使用者}}群組\";'),('ami','messages:scarytranscludedisabled','s:41:\"zh-hant:[Interwiki 轉換代碼不可用]\";'),('ami','messages:scarytranscludefailed','s:32:\"zh-hant:[模板 $1 讀取失敗]\";'),('ami','messages:scarytranscludefailed-httpstatus','s:42:\"zh-hant:[模板 $1 讀取失敗：HTTP $2]\";'),('ami','messages:scarytranscludetoolong','s:20:\"zh-hant:[URL 過長]\";'),('ami','messages:search','s:11:\"ami:saoo’\";'),('ami','messages:search-category','s:28:\"zh-hant:（分類「$1」）\";'),('ami','messages:search-error','s:34:\"zh-hant:搜尋時發生錯誤：$1\";'),('ami','messages:search-external','s:20:\"zh-hant:外部搜尋\";'),('ami','messages:search-file-match','s:49:\"ami:(matatodongay a sowal i laloma’ no tang^an)\";'),('ami','messages:search-filter-title-prefix','s:49:\"zh-hant:僅搜尋標題開頭為「$1」的頁面\";'),('ami','messages:search-filter-title-prefix-reset','s:26:\"zh-hant:選擇所有頁面\";'),('ami','messages:search-ignored-headings','s:448:\"zh-hant: #<!-- leave this line exactly as it is --> <pre>\n# 在搜尋中要忽略的標題。\n# 變更此檔案以快速對已列入索引的頁面標題生效。\n# 您可以編輯時不變更內容以強制頁面重新索引。\n# 語法如下：\n#   * 任何以 \"#\" 字元開頭的行至結尾會做為註解。\n#   * 任何非空白行代表要忽略的標題。\n參考文獻\n外部連結\n參見\n #</pre> <!-- leave this line exactly as it is -->\";'),('ami','messages:search-interwiki-custom','s:3:\"en:\";'),('ami','messages:search-interwiki-more','s:16:\"zh-hant:(更多)\";'),('ami','messages:search-interwiki-more-results','s:20:\"zh-hant:更多結果\";'),('ami','messages:search-interwiki-resultset-link','s:26:\"zh-hant:檢視所有結果\";'),('ami','messages:search-invalid-sort-order','s:87:\"zh-hant:排序順序$1無法被識別，將使用預設排序。有效的順序為：$2\";'),('ami','messages:search-match-redirect-help','s:92:\"zh-hant:選擇以在頁面標題與您搜尋的內容符合時將您重定導向到該頁面\";'),('ami','messages:search-match-redirect-label','s:47:\"zh-hant:搜尋時導向到完全符合的結果\";'),('ami','messages:search-nonefound','s:50:\"ami:awaay ko matatodongay to sakarocek a nikaherek\";'),('ami','messages:search-nonefound-thiswiki','s:56:\"zh-hant:在此網站沒有符合查詢條件的結果。\";'),('ami','messages:search-redirect','s:32:\"ami:(misafaeloh misiyor nani $1)\";'),('ami','messages:search-relatedarticle','s:14:\"zh-hant:相關\";'),('ami','messages:search-result-category-size','s:105:\"ami:{{PLURAL:$1|ko salaloma’ay a tamdaw}}({{PLURAL:$2|ko laenoay kasakilac}}, {{PLURAL:$3|ko tang-an}})\";'),('ami','messages:search-result-size','s:45:\"ami:$1 ({{PLURAL:$2|1 ko sorit|$2 ko sorit}})\";'),('ami','messages:search-rewritten','s:51:\"zh-hant:找不到$2的結果，顯示$1的結果。\";'),('ami','messages:search-section','s:22:\"ami:(saka $1 a rekad )\";'),('ami','messages:search-showingresults','s:161:\"ami:{{PLURAL:$4|saka <strong>$1</strong> codad， <strong>$3</strong> mapo:long|saka <strong>$1 - $2</strong> codad，<strong>$3</strong> mapo:long  koya codad}}\";'),('ami','messages:search-suggest','s:36:\"ami:o nini $1 ko nitoro’an iso haw\";'),('ami','messages:search-summary','s:3:\"en:\";'),('ami','messages:search-unknown-profile','s:64:\"zh-hant:搜尋設定$1無法被識別，將使用預設設定。\";'),('ami','messages:search-warning','s:34:\"zh-hant:搜尋時發生錯誤：$1\";'),('ami','messages:searchall','s:18:\"ami:Maemin/po:long\";'),('ami','messages:searcharticle','s:11:\"ami:pidemak\";'),('ami','messages:searchbutton','s:11:\"ami:saoo’\";'),('ami','messages:searchdisabled','s:167:\"zh-hant:{{SITENAME}}已停用搜尋功能。\n您可以改透過 Google 搜尋。\n請注意，在 Google 中搜尋到的{{SITENAME}}頁面內容可能不是最新的。\";'),('ami','messages:searchlimit-help','s:22:\"zh-hant:最大值：$1\";'),('ami','messages:searchlimit-label','s:44:\"zh-hant:搜尋結果每頁顯示的數量：\";'),('ami','messages:searchmenu-exists','s:143:\"ami:<strong>onini a Wiki iraayto ko ngangan  \"[[:$1]]\" no felih 。</strong> {{PLURAL:$2|0=|ano eca ’araw hato i roma a misolapan a codad. }}\";'),('ami','messages:searchmenu-new','s:217:\"ami:<strong>itini i Wiki  misanga’ to pi’arawan a felih \"[[:$1]]\"！</strong>{{PLURAL:$2|0=|ano eca, ’araw hato ko makeraay toya nipacomdaniso a codad, |ano eca, ’araw hato ko roma a makeraay tona nisolapan.}}\";'),('ami','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ami','messages:searchprofile-advanced','s:9:\"ami:cakat\";'),('ami','messages:searchprofile-advanced-tooltip','s:49:\"ami:saoo’ to pipanganganan no piketon no tireng\";'),('ami','messages:searchprofile-articles','s:37:\"ami:Matiliday a sowal itenok no felih\";'),('ami','messages:searchprofile-articles-tooltip','s:25:\"ami:Misolap mikilim i  $1\";'),('ami','messages:searchprofile-everything','s:10:\"ami:maemin\";'),('ami','messages:searchprofile-everything-tooltip','s:55:\"ami:saoo’en maemin ko sowal (halo- kalalicay a felih)\";'),('ami','messages:searchprofile-images','s:26:\"ami:Macacamolay a mi-ti-ya\";'),('ami','messages:searchprofile-images-tooltip','s:25:\"ami:saoo’an a tang’an\";'),('ami','messages:searchrelated','s:14:\"zh-hant:相關\";'),('ami','messages:searchresults','s:15:\"ami:nasaoo’an\";'),('ami','messages:searchresults-title','s:34:\"ami:Nisolapan a cepo’/heci no $1\";'),('ami','messages:searchresultshead','s:11:\"ami:saoo’\";'),('ami','messages:searchsuggest-containing','s:41:\"zh-hant:搜尋包含此內容的頁面：\";'),('ami','messages:searchsuggest-search','s:24:\"ami:saoo’ {{SITENAME}}\";'),('ami','messages:seconds','s:27:\"zh-hant:{{PLURAL:$1|$1秒}}\";'),('ami','messages:seconds-abbrev','s:13:\"zh-hans:$1秒\";'),('ami','messages:seconds-ago','s:20:\"zh-hant:$1 秒鐘前\";'),('ami','messages:sectioneditnotsupported-text','s:59:\"zh-hant:在此頁面上編輯章節不支援或被停用。\";'),('ami','messages:sectioneditnotsupported-title','s:29:\"zh-hant:不支援編輯章節\";'),('ami','messages:selfmove','s:59:\"zh-hant:標題相同；無法移動頁面到自己本身。\";'),('ami','messages:selfredirect','s:217:\"zh-hant:<strong>警告：</strong> 您正建立連結至自己的重新導向。\n您可能指定錯要重新導向的目標頁面或者編輯錯頁面。\n若您再點選 \"$1\" 一次，將會繼續建立重新導向。\";'),('ami','messages:semicolon-separator','s:14:\"zh-hant:；​\";'),('ami','messages:semiprotectedpagemovewarning','s:143:\"zh-hant:<strong>注意：</strong>本頁已經被保護，只有自動確認使用者才可移動。\n以下提供最近的日誌以便參考：\";'),('ami','messages:semiprotectedpagewarning','s:143:\"zh-hant:<strong>注意：</strong>本頁已經被保護，只有自動確認使用者才可編輯。\n以下提供最近的日誌以便參考：\";'),('ami','messages:sep','s:20:\"ami:Saka sowa^ folad\";'),('ami','messages:september','s:20:\"ami:Saka sowa^ folad\";'),('ami','messages:september-gen','s:20:\"ami:Saka sowa^ folad\";'),('ami','messages:servertime','s:26:\"zh-hant:伺服器時間：\";'),('ami','messages:session_fail_preview','s:358:\"zh-hant:很抱歉！由於連線階段的資料遺失，以至於我們無法處理您的編輯動作。\n您可能已經登出了。<strong>請您確認您仍然在登入狀態，並請再試一次</strong>。\n請再試一次。\n如果仍然失敗，請[[Special:UserLogout|登出]]後重新登入，並請您確認您的瀏覽器允許此網站的 Cookie。\";'),('ami','messages:session_fail_preview_html','s:461:\"zh-hant:<strong>抱歉！由於是次登入時段出現資料遺失，我們無法處理您所作出的編輯。</strong>\n\n<em>{{SITENAME}}已開啟了原始 HTML 模式，故此預覽畫面將不會顯示以避免 JavaScript 攻擊。</em>\n\n<strong>如您希望真正能夠作出這次編輯，請再試一次。</strong>\n如果仍不成功，請 [[Special:UserLogout|登出]] 後再重新登入，並確保瀏覽器設定為 \"允許這個網域的 cookie\" 。\";'),('ami','messages:sessionfailure','s:146:\"zh-hant:您的登入連線階段似乎有問題，為了預防連線階段受到劫持攻擊，此動作已經被取消。請重新提交表單。\";'),('ami','messages:sessionfailure-title','s:26:\"zh-hant:連線階段失敗\";'),('ami','messages:sessionmanager-tie','s:52:\"zh-hant:無法合併多個請求認證類型：$1。\";'),('ami','messages:sessionprovider-generic','s:23:\"zh-hant:$1 連線階段\";'),('ami','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:43:\"zh-hant:以 cookie 為基礎的連線階段\";'),('ami','messages:sessionprovider-nocookies','s:95:\"zh-hant:Cookie 功能可能已被關閉，請確認您改開啟 Cookie 功能並重新啟動。\";'),('ami','messages:shared-repo','s:23:\"zh-hant:共用檔案庫\";'),('ami','messages:shared-repo-from','s:16:\"zh-hant:來自$1\";'),('ami','messages:shared-repo-name-wikimediacommons','s:26:\"zh-hant:維基共享資源\";'),('ami','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ami','messages:sharedupload','s:61:\"zh-hant:此檔案來自$1且可能被其他專案所使用。\";'),('ami','messages:sharedupload-desc-create','s:123:\"zh-hant:此檔案來自$1且可能被其他專案所使用。若您想要編輯內容描述可至[$2 檔案描述頁面]。\";'),('ami','messages:sharedupload-desc-edit','s:129:\"zh-hant:此檔案來自$1且可能被其他專案所使用。您可在該檔案的[$2 檔案描述頁面]上編輯內容描述。\";'),('ami','messages:sharedupload-desc-here','s:175:\"ami:Nani tiniay i $1konini a tang^an, alatek macokaymas no roma a masatataday a tang^an. Ikalaeno i [$2 masongila’ay a sowal toya felih] a mapahapinang ko i tenokay a sowal.\";'),('ami','messages:sharedupload-desc-there','s:117:\"zh-hant:此檔案來自$1且可能被其他專案所使用。請參考[$2 檔案描述頁面]瞭解進一步資訊。\";'),('ami','messages:shortpages','s:23:\"zh-hant:過短的頁面\";'),('ami','messages:shortpages-summary','s:3:\"en:\";'),('ami','messages:show','s:14:\"ami:pahapinang\";'),('ami','messages:show-big-image','s:24:\"ami:satapangan tang’an\";'),('ami','messages:show-big-image-other','s:43:\"ami:o romaay a {{PLURAL:$2|cyi-si-tu}}: $1.\";'),('ami','messages:show-big-image-preview','s:49:\"ami:o tata’ak no pa’ayaw a minengneng：$1。\";'),('ami','messages:show-big-image-preview-differ','s:51:\"zh-hant:此 $2 檔案的 $3 預覽的大小：$1。\";'),('ami','messages:show-big-image-size','s:39:\"ami:$1 × $2 ko kasapinang no siyang-su\";'),('ami','messages:showdiff','s:27:\"ami:pahapinang to nifalican\";'),('ami','messages:showhideselectedlogentries','s:45:\"zh-hant:顯示/隱藏已選擇的日誌項目\";'),('ami','messages:showhideselectedversions','s:44:\"zh-hant:變更已選擇修訂的顯示設定\";'),('ami','messages:showingresults','s:138:\"zh-hant:以下顯示從第 <strong>$2</strong> 筆開始，共 {{PLURAL:$1|<strong>1</strong> 筆結果|<strong>$1</strong> 筆結果}}：\";'),('ami','messages:showingresultsinrange','s:133:\"zh-hant:以下顯示從第 <strong>$2</strong> 筆至第 <strong>$3</strong> 筆中的 {{PLURAL:$1|<strong>$1</strong> 筆結果}}：\";'),('ami','messages:shown-title','s:65:\"ami:Pahapinangen ko pinaay a $1 {{PLURAL:$1 i kahacecay a felih}}\";'),('ami','messages:showpreview','s:40:\"ami:pahapinang to pa’ayaw a minengneng\";'),('ami','messages:showtoc','s:14:\"ami:pahapinang\";'),('ami','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ami','messages:sig-text','s:7:\"en:--$1\";'),('ami','messages:signature','s:62:\"ami:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1| kalalicay]])\";'),('ami','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ami','messages:signature-temp','s:80:\"zh-hant:[[{{#special:Contributions}}/$1|$2]]（[[{{ns:user_talk}}:$1|留言]]）\";'),('ami','messages:signupend','s:3:\"en:\";'),('ami','messages:signupend-https','s:3:\"en:\";'),('ami','messages:signupstart','s:3:\"en:\";'),('ami','messages:simpleantispam-label','s:116:\"ami:Sapikin-sa to sata’ed to matolakaway a lihaf.\nAkaa <strong>pisorit kiso itini tona</strong> sanay a pisoritan.\";'),('ami','messages:site-atom-feed','s:27:\"ami:kasadakan no Atom ko $1\";'),('ami','messages:site-rss-feed','s:25:\"zh-hant:$1 的 RSS 來源\";'),('ami','messages:sitecsspreview','s:75:\"zh-hant:<strong>您目前正預覽此 CSS，CSS 還尚未發布！</strong>\";'),('ami','messages:sitecssprotected','s:94:\"zh-hant:您沒有權限來編輯此 CSS 頁面，因為這會影響到所有的網站訪客。\";'),('ami','messages:sitejsonpreview','s:94:\"zh-hant:<strong>請注意您僅是在預覽此 JSON 設定，內容還尚未發布！</strong>\";'),('ami','messages:sitejsonprotected','s:95:\"zh-hant:您沒有權限來編輯此 JSON 頁面，因為這會影響到所有的網站訪客。\";'),('ami','messages:sitejspreview','s:89:\"zh-hant:<strong>您目前正預覽此 JavaScript，JavaScript 還尚未發布！</strong>\";'),('ami','messages:sitejsprotected','s:101:\"zh-hant:您沒有權限來編輯此 JavaScript 頁面，因為這會影響到所有的網站訪客。\";'),('ami','messages:sitenotice','s:4:\"en:-\";'),('ami','messages:siterawhtmlprotected','s:125:\"zh-hant:您沒有權限來編輯此頁面，因為這包含原始的 HTML 內容，對其修改會影響所有的訪問者。\";'),('ami','messages:sitesubtitle','s:3:\"en:\";'),('ami','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ami','messages:siteuser','s:31:\"zh-hant:{{SITENAME}}使用者$1\";'),('ami','messages:siteusers','s:45:\"zh-hant:{{SITENAME}}{{PLURAL:$2|使用者}}$1\";'),('ami','messages:size-bytes','s:33:\"zh-hant:$1{{PLURAL:$1|位元組}}\";'),('ami','messages:size-exabytes','s:13:\"zh-hans:$1 EB\";'),('ami','messages:size-exapixel','s:13:\"zh-hans:$1 EP\";'),('ami','messages:size-gigabytes','s:13:\"zh-hans:$1 GB\";'),('ami','messages:size-gigapixel','s:13:\"zh-hans:$1 GP\";'),('ami','messages:size-kilobytes','s:13:\"zh-hans:$1 KB\";'),('ami','messages:size-kilopixel','s:13:\"zh-hans:$1 KP\";'),('ami','messages:size-megabytes','s:13:\"zh-hans:$1 MB\";'),('ami','messages:size-megapixel','s:13:\"zh-hans:$1 MP\";'),('ami','messages:size-petabytes','s:13:\"zh-hans:$1 PB\";'),('ami','messages:size-petapixel','s:13:\"zh-hans:$1 PP\";'),('ami','messages:size-pixel','s:31:\"zh-hant:$1 {{PLURAL:$1|像素}}\";'),('ami','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ami','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ami','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ami','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ami','messages:size-terabytes','s:13:\"zh-hans:$1 TB\";'),('ami','messages:size-terapixel','s:13:\"zh-hans:$1 TP\";'),('ami','messages:size-yottabytes','s:13:\"zh-hans:$1 YB\";'),('ami','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('ami','messages:size-zettabytes','s:13:\"zh-hans:$1 ZB\";'),('ami','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ami','messages:skin-action-addsection','s:23:\"ami:micomod hasasowalen\";'),('ami','messages:skin-action-delete','s:16:\"ami:masopitay to\";'),('ami','messages:skin-action-move','s:11:\"ami:malinah\";'),('ami','messages:skin-action-protect','s:14:\"zh-hant:保護\";'),('ami','messages:skin-action-undelete','s:20:\"zh-hant:取消刪除\";'),('ami','messages:skin-action-unprotect','s:26:\"zh-hant:變更保護層級\";'),('ami','messages:skin-action-viewdeleted','s:20:\"zh-hant:檢視 $1？\";'),('ami','messages:skin-action-viewsource','s:23:\"zh-hant:檢視原始碼\";'),('ami','messages:skin-preview','s:14:\"zh-hant:預覽\";'),('ami','messages:skin-view-create','s:14:\"ami:misanga’\";'),('ami','messages:skin-view-create-local','s:32:\"ami:mitongal to sowal to itiniay\";'),('ami','messages:skin-view-edit','s:13:\"ami:misinanot\";'),('ami','messages:skin-view-edit-local','s:26:\"zh-hant:編輯本地描述\";'),('ami','messages:skin-view-foreign','s:34:\"ami:misongila’ a minengneng i $1\";'),('ami','messages:skin-view-history','s:39:\"ami:misongila’ a minengneng to likisi\";'),('ami','messages:skin-view-view','s:11:\"ami: miasip\";'),('ami','messages:skinname-minerva','s:15:\"zh-hant:Minerva\";'),('ami','messages:skinname-vector','s:30:\"zh-hant:舊版Vector（2010）\";'),('ami','messages:skinname-vector-2022','s:24:\"zh-hant:Vector（2022）\";'),('ami','messages:slot-name-main','s:14:\"zh-hant:主頁\";'),('ami','messages:softblockrangesreason','s:66:\"zh-hant:您的 IP 位址 ($1) 不允許匿名貢獻，請登入。\";'),('ami','messages:sorbs','s:8:\"en:DNSBL\";'),('ami','messages:sorbs_create_account_reason','s:110:\"zh-hant:您的 IP 位址在{{SITENAME}}使用的 DNSBL 列為開放代理伺服器。\n您不能建立帳號。\";'),('ami','messages:sorbsreason','s:85:\"zh-hant:您的 IP 位址在{{SITENAME}}使用的 DNSBL 列為開放代理伺服器。\";'),('ami','messages:sort-ascending','s:20:\"zh-hant:升序排序\";'),('ami','messages:sort-descending','s:20:\"zh-hant:降序排序\";'),('ami','messages:sort-initial','s:20:\"zh-hant:原始排序\";'),('ami','messages:sort-rowspan-error','s:131:\"zh-hant:這個頁面包含帶有 rowspan 屬性，且跨列數超過實際列數的表格。您可以透過編輯頁面來修正。\";'),('ami','messages:sourcefilename','s:29:\"zh-hant:來源檔案名稱：\";'),('ami','messages:sourceurl','s:21:\"zh-hant:來源 URL：\";'),('ami','messages:sp-contributions-blocked-notice','s:103:\"zh-hant:這位{{GENDER:$1|使用者}}目前被封鎖。以下提供最近的封鎖日誌以供參考：\";'),('ami','messages:sp-contributions-blocked-notice-anon','s:88:\"zh-hant:這個IP位址目前被封鎖。以下提供最近的封鎖日誌以供參考：\";'),('ami','messages:sp-contributions-blocked-notice-anon-partial','s:94:\"zh-hant:這個IP位址目前被部分封鎖。以下提供最近的封鎖日誌以供參考：\";'),('ami','messages:sp-contributions-blocked-notice-partial','s:95:\"zh-hant:這位使用者目前被部分封鎖。以下提供最近的封鎖日誌以供參考：\";'),('ami','messages:sp-contributions-blocklog','s:30:\"ami:pikilokan to kalonicikeran\";'),('ami','messages:sp-contributions-concurrency-ip','s:78:\"zh-hant:很抱歉，您的 IP 位址有做出太多請求，請稍後再試。\";'),('ami','messages:sp-contributions-concurrency-user','s:83:\"zh-hant:很抱歉，您的使用者帳號有做出太多請求，請稍後再試。\";'),('ami','messages:sp-contributions-deleted','s:49:\"zh-hant:已刪除的{{GENDER:$1|使用者}}貢獻\";'),('ami','messages:sp-contributions-explain','s:3:\"en:\";'),('ami','messages:sp-contributions-footer','s:4:\"en:-\";'),('ami','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ami','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ami','messages:sp-contributions-hideminor','s:26:\"zh-hant:隱藏次要編輯\";'),('ami','messages:sp-contributions-logs','s:32:\"ami:nisoritan to romi’ami’ad\";'),('ami','messages:sp-contributions-newonly','s:66:\"ami:Edeng o masanga’ay to a felih no nikawitan ko mapahapinangay\";'),('ami','messages:sp-contributions-outofrange','s:71:\"zh-hant:無法顯示任何結果。請求的IP段大於CIDR限制/$1。\";'),('ami','messages:sp-contributions-search','s:24:\"ami:Misolap to nipainian\";'),('ami','messages:sp-contributions-submit','s:11:\"ami:saoo’\";'),('ami','messages:sp-contributions-suppresslog','s:55:\"zh-hant:已禁止顯示的{{GENDER:$1|使用者}}貢獻\";'),('ami','messages:sp-contributions-talk','s:13:\"ami:kalalicay\";'),('ami','messages:sp-contributions-toponly','s:63:\"ami:Edeng o safaelohay misanga’an a mikawit ko mapahapinangay\";'),('ami','messages:sp-contributions-uploads','s:12:\"ami:mipaefer\";'),('ami','messages:sp-contributions-username','s:51:\"ami:kaitiraan no IP ano ecangangan no micokaymasay:\";'),('ami','messages:sp-contributions-userrights','s:43:\"zh-hant:{{GENDER:$1|使用者}}權限管理\";'),('ami','messages:sp-deletedcontributions-contribs','s:14:\"ami:nipafelian\";'),('ami','messages:sp-newimages-showfrom','s:42:\"zh-hant:顯示自 $1 $2 以來的新檔案\";'),('ami','messages:spam_blanking','s:51:\"zh-hant:所有修訂均包含 $1 連結，清空中\";'),('ami','messages:spam_deleting','s:51:\"zh-hant:所有修訂均包含 $1 連結，刪除中\";'),('ami','messages:spam_reverting','s:51:\"zh-hant:還原至未包含 $1 連結的最新修訂\";'),('ami','messages:spambot_username','s:36:\"zh-hant:MediaWiki 垃圾訊息清理\";'),('ami','messages:spamprotectionmatch','s:61:\"zh-hant:以下文字內容觸發垃圾訊息過濾程式：$1\";'),('ami','messages:spamprotectiontext','s:131:\"zh-hant:您輸入文字內容已被垃圾訊息過濾程式禁止發布，可能因您的內容包含了被禁止的外部連結。\";'),('ami','messages:spamprotectiontitle','s:29:\"zh-hant:垃圾連結過濾器\";'),('ami','messages:special-characters-group-arabic','s:20:\"zh-hant:阿拉伯文\";'),('ami','messages:special-characters-group-arabicextended','s:26:\"zh-hant:阿拉伯文擴充\";'),('ami','messages:special-characters-group-bangla','s:20:\"zh-hant:孟加拉文\";'),('ami','messages:special-characters-group-canadianaboriginal','s:26:\"zh-hant:加拿大原住民\";'),('ami','messages:special-characters-group-cyrillic','s:20:\"zh-hant:斯拉夫文\";'),('ami','messages:special-characters-group-devanagari','s:14:\"zh-hant:梵文\";'),('ami','messages:special-characters-group-greek','s:17:\"zh-hant:希臘文\";'),('ami','messages:special-characters-group-greekextended','s:26:\"zh-hant:希臘字母擴充\";'),('ami','messages:special-characters-group-gujarati','s:23:\"zh-hant:古吉拉特文\";'),('ami','messages:special-characters-group-hebrew','s:20:\"zh-hant:希伯來文\";'),('ami','messages:special-characters-group-ipa','s:20:\"zh-hant:國際音標\";'),('ami','messages:special-characters-group-khmer','s:17:\"zh-hant:高棉文\";'),('ami','messages:special-characters-group-lao','s:14:\"zh-hant:寮文\";'),('ami','messages:special-characters-group-latin','s:17:\"zh-hant:拉丁文\";'),('ami','messages:special-characters-group-latinextended','s:23:\"zh-hant:拉丁文擴充\";'),('ami','messages:special-characters-group-persian','s:17:\"zh-hant:波斯文\";'),('ami','messages:special-characters-group-runes','s:14:\"zh-hant:盧恩\";'),('ami','messages:special-characters-group-sinhala','s:20:\"zh-hant:僧伽羅文\";'),('ami','messages:special-characters-group-symbols','s:14:\"zh-hant:符號\";'),('ami','messages:special-characters-group-tamil','s:20:\"zh-hant:坦米爾文\";'),('ami','messages:special-characters-group-telugu','s:20:\"zh-hant:特拉古文\";'),('ami','messages:special-characters-group-thai','s:14:\"zh-hant:泰文\";'),('ami','messages:special-characters-title-emdash','s:20:\"zh-hant:長破折號\";'),('ami','messages:special-characters-title-endash','s:20:\"zh-hant:短破折號\";'),('ami','messages:special-characters-title-minus','s:14:\"zh-hant:減號\";'),('ami','messages:specialdeletepage-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:specialdeletepage-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:specialeditpage-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:specialeditpage-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:speciallogtitlelabel','s:91:\"ami:O patosokan (sakacipinang a sorit ano eca o… {{ns:user}}: o ngangan no micokaymasay):\";'),('ami','messages:specialloguserlabel','s:14:\"ami:midemakay:\";'),('ami','messages:specialmute','s:14:\"zh-hant:靜音\";'),('ami','messages:specialmute-email-footer','s:74:\"zh-hant:要管理{{BIDI:$2}}的電子郵件偏好設定，請查看<$1>。\";'),('ami','messages:specialmute-error-invalid-user','s:47:\"zh-hant:無法找到請求的使用者名稱。\";'),('ami','messages:specialmute-error-no-options','s:196:\"zh-hant:通知功能不可用。這可能是因為：您尚未確認您的電子郵件地址，或者wiki管理員已停用此wiki的電子郵件功能或輸入的電子郵件在靜音名單中。\";'),('ami','messages:specialmute-header','s:77:\"zh-hant:請選擇您對於<b>{{BIDI:[[User:$1]]}}</b>的靜音偏好設定。\";'),('ami','messages:specialmute-label-mute-email','s:55:\"zh-hant:靜音來自此{{GENDER:$1|使用者}}的郵件\";'),('ami','messages:specialmute-login-required','s:53:\"zh-hant:請登入以變更您的靜音偏好設定。\";'),('ami','messages:specialmute-submit','s:14:\"zh-hant:確認\";'),('ami','messages:specialmute-success','s:128:\"zh-hant:您的靜音偏好設定已更新。可在[[Special:Preferences|您的偏好設定]]查看所有被靜音的使用者。\";'),('ami','messages:specialpage','s:21:\"ami:micidekay a felih\";'),('ami','messages:specialpage-empty','s:38:\"zh-hant:此報表查無任何結果。\";'),('ami','messages:specialpage-securitylevel-not-allowed','s:89:\"zh-hant:抱歉，您不被允許使用此頁面，由於您的身份尚無法被驗証。\";'),('ami','messages:specialpage-securitylevel-not-allowed-title','s:17:\"zh-hant:不允許\";'),('ami','messages:specialpagehistory-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:specialpagehistory-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:specialpageinfo-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:specialpageinfo-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:specialpages','s:21:\"ami:micidekay a felih\";'),('ami','messages:specialpages-group-changes','s:29:\"zh-hant:近期變更與日誌\";'),('ami','messages:specialpages-group-developer','s:26:\"zh-hant:開發人員工具\";'),('ami','messages:specialpages-group-highuse','s:20:\"zh-hant:常用頁面\";'),('ami','messages:specialpages-group-login','s:29:\"zh-hant:登入 / 建立帳號\";'),('ami','messages:specialpages-group-maintenance','s:20:\"zh-hant:維護報表\";'),('ami','messages:specialpages-group-media','s:29:\"zh-hant:媒體上傳與報表\";'),('ami','messages:specialpages-group-other','s:26:\"zh-hant:其它特殊頁面\";'),('ami','messages:specialpages-group-pages','s:20:\"zh-hant:頁面清單\";'),('ami','messages:specialpages-group-pagetools','s:20:\"zh-hant:頁面工具\";'),('ami','messages:specialpages-group-redirects','s:38:\"zh-hant:重新導向相關特殊頁面\";'),('ami','messages:specialpages-group-spam','s:29:\"zh-hant:反垃圾訊息工具\";'),('ami','messages:specialpages-group-users','s:26:\"zh-hant:使用者與權限\";'),('ami','messages:specialpages-group-wiki','s:23:\"zh-hant:資料和工具\";'),('ami','messages:specialpages-note-cached','s:4:\"en:-\";'),('ami','messages:specialpages-note-restricted','s:101:\"zh-hant:* 普通特殊頁面。\n* <span class=\"mw-specialpagerestricted\">受限特殊頁面。</span>\";'),('ami','messages:specialpages-note-top','s:14:\"zh-hant:說明\";'),('ami','messages:specialpages-summary','s:3:\"en:\";'),('ami','messages:specialprotectpage-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:specialprotectpage-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:specialpurge-page','s:20:\"zh-hant:目標頁面\";'),('ami','messages:specialpurge-submit','s:20:\"zh-hant:前往頁面\";'),('ami','messages:statistics','s:14:\"ami:misa’osi\";'),('ami','messages:statistics-articles','s:37:\"ami:Matiliday a sowal itenok no felih\";'),('ami','messages:statistics-articles-desc','s:3:\"en:\";'),('ami','messages:statistics-edits','s:53:\"zh-hant:自{{SITENAME}}成立以來的頁面編輯數\";'),('ami','messages:statistics-edits-average','s:29:\"zh-hant:每頁平均編輯數\";'),('ami','messages:statistics-files','s:26:\"zh-hant:已上傳的檔案\";'),('ami','messages:statistics-files-desc','s:3:\"en:\";'),('ami','messages:statistics-footer','s:3:\"en:\";'),('ami','messages:statistics-header-edits','s:20:\"zh-hant:編輯統計\";'),('ami','messages:statistics-header-hooks','s:20:\"zh-hant:其它統計\";'),('ami','messages:statistics-header-pages','s:20:\"zh-hant:頁面統計\";'),('ami','messages:statistics-header-users','s:29:\"zh-hant:使用者統計資訊\";'),('ami','messages:statistics-pages','s:11:\"ami:o felih\";'),('ami','messages:statistics-pages-desc','s:83:\"zh-hant:在 wiki 上所有的頁面，包括討論頁面、重新導向頁面等。\";'),('ami','messages:statistics-summary','s:3:\"en:\";'),('ami','messages:statistics-users','s:29:\"zh-hant:已註冊的使用者\";'),('ami','messages:statistics-users-active','s:23:\"zh-hant:活動使用者\";'),('ami','messages:statistics-users-active-desc','s:45:\"zh-hant:在最近 $1 天操作過的使用者\";'),('ami','messages:storedversion','s:23:\"zh-hant:已儲存修訂\";'),('ami','messages:subcategories','s:22:\"ami:i reremay a silsil\";'),('ami','messages:subject','s:17:\"zh-hant:主旨：\";'),('ami','messages:summary','s:31:\"ami:o nisa’amotoan a pakimad:\";'),('ami','messages:summary-preview','s:29:\"zh-hant:編輯摘要預覽：\";'),('ami','messages:sun','s:10:\"ami:週日\";'),('ami','messages:sunday','s:13:\"ami:pilipayan\";'),('ami','messages:sunday-at','s:20:\"zh-hant:週日在 $1\";'),('ami','messages:suppress','s:14:\"zh-hant:禁止\";'),('ami','messages:suppressionlog','s:20:\"zh-hant:監督日誌\";'),('ami','messages:suppressionlogtext','s:150:\"zh-hant:以下清單為管理員透過刪除或封鎖所隱藏的內容。\n請至 [[Special:BlockList|封鎖清單]] 取得目前已封鎖的清單。\";'),('ami','messages:suspicious-userlogout','s:113:\"zh-hant:您登出的請求被拒絕，可能是因您使用了有問題的瀏覽器或者快取代理伺服器。\";'),('ami','messages:svg-long-desc','s:98:\"ami:SVG  tang^an，tata’ak no laleko：$1 × $2  syang-su no sya-sing, o tata’ak no tang^an:$3\";'),('ami','messages:svg-long-desc-animated','s:77:\"zh-hant:SVG 動畫檔案，表面大小：$1 × $2 像素，檔案大小：$3\";'),('ami','messages:svg-long-error','s:33:\"zh-hant:無效的 SVG 檔案：$1\";'),('ami','messages:syntaxhighlight-desc','s:152:\"zh-hant:使用 [http://pygments.org/ Pygments - Python syntax highlighter] 提供可強調語法顯示的 <code>&lt;syntaxhighlight&gt;</code> 標籤。\";'),('ami','messages:syntaxhighlight-enclose-category','s:45:\"zh-hant:使用已棄用enclose屬性的頁面\";'),('ami','messages:syntaxhighlight-enclose-category-desc','s:72:\"zh-hant:此頁面上的代碼突顯使用了已棄用的enclose語法。\";'),('ami','messages:syntaxhighlight-error-category','s:44:\"zh-hant:有強調語法顯示錯誤的頁面\";'),('ami','messages:syntaxhighlight-error-category-desc','s:71:\"zh-hant:當嘗試強調顯示在頁面代碼的語法時出現錯誤。\";'),('ami','messages:syntaxhighlight-error-exceeds-size-limit','s:105:\"zh-hant:程式碼大小 $1 {{PLURAL:$1|位元組}} 已超出允許的上限值 $2 {{PLURAL:$2|位元組}}\";'),('ami','messages:syntaxhighlight-error-pygments-invocation-failure','s:30:\"zh-hant:調用 Pygments 失敗\";'),('ami','messages:syntaxhighlight-error-unknown-language','s:25:\"zh-hant:不明語言 \"$1\"\";'),('ami','messages:syntaxhighlight-source-category','s:44:\"zh-hant:使用已棄用source標籤的頁面\";'),('ami','messages:syntaxhighlight-source-category-desc','s:71:\"zh-hant:在頁面的強調語法顯示使用了不推薦來源標籤。\";'),('ami','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:17:\"zh-hant:程式碼\";'),('ami','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:14:\"zh-hant:語言\";'),('ami','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:13:\"zh-hant:(無)\";'),('ami','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"zh-hant:顯示行號\";'),('ami','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:20:\"zh-hant:起始行數\";'),('ami','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:23:\"zh-hant:程式碼區塊\";'),('ami','messages:systemblockedtext','s:258:\"zh-hant:您的使用者名稱或 IP 位址已被 MediaWiki 自動封鎖，原因如下：\n\n:<em>$2</em>\n\n* 封鎖開始時間：$8\n* 封鎖結束時間：$6\n* 被封鎖的使用者：$7\n\n您目前的 IP 位址為 $3。\n請在做詢問時附上以上資訊。\";'),('ami','messages:table_pager_empty','s:20:\"zh-hant:沒有結果\";'),('ami','messages:table_pager_first','s:17:\"zh-hant:第一頁\";'),('ami','messages:table_pager_last','s:17:\"zh-hant:最末頁\";'),('ami','messages:table_pager_limit','s:33:\"zh-hant:每頁顯示 $1 筆記錄\";'),('ami','messages:table_pager_limit_label','s:23:\"zh-hant:每頁筆數︰\";'),('ami','messages:table_pager_limit_submit','s:11:\"ami:pidemak\";'),('ami','messages:table_pager_next','s:17:\"zh-hant:下一頁\";'),('ami','messages:table_pager_prev','s:17:\"zh-hant:上一頁\";'),('ami','messages:tag-filter','s:54:\"ami:[[Special:Tags|sakacipinang a ’otoc]] misolap：\";'),('ami','messages:tag-filter-submit','s:17:\"zh-hant:篩選器\";'),('ami','messages:tag-hidden','s:31:\"zh-hant:$1（隱藏的標籤）\";'),('ami','messages:tag-list-wrapper','s:61:\"ami:[[Special:Tags|{{PLURAL:$1|sakacipinang a ’otoc}}]]: $2\";'),('ami','messages:tag-mobile_edit','s:23:\"zh-hant:手機版編輯\";'),('ami','messages:tag-mobile_edit-description','s:54:\"zh-hant:使用手機版所作的編輯 (網頁或 App)\";'),('ami','messages:tag-mobile_web_edit','s:29:\"zh-hant:手機版網頁編輯\";'),('ami','messages:tag-mobile_web_edit-description','s:38:\"zh-hant:手機版網頁所作的編輯\";'),('ami','messages:tag-mw-blank','s:14:\"zh-hant:清空\";'),('ami','messages:tag-mw-blank-description','s:29:\"zh-hant:清空頁面的編輯\";'),('ami','messages:tag-mw-changed-redirect-target','s:35:\"zh-hant:已變更重新導向目標\";'),('ami','messages:tag-mw-changed-redirect-target-description','s:41:\"zh-hant:變更重新導向目標的編輯\";'),('ami','messages:tag-mw-contentmodelchange','s:26:\"zh-hant:內容模型變更\";'),('ami','messages:tag-mw-contentmodelchange-description','s:123:\"zh-hant:[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel 更改頁面的內容模型]的編輯。\";'),('ami','messages:tag-mw-manual-revert','s:20:\"zh-hant:手動回退\";'),('ami','messages:tag-mw-manual-revert-description','s:59:\"zh-hant:手動將頁面還原到先前某個狀態的編輯\";'),('ami','messages:tag-mw-new-redirect','s:23:\"zh-hant:新重新導向\";'),('ami','messages:tag-mw-new-redirect-description','s:68:\"zh-hant:建立新重新導向或更改頁面為重新導向的編輯\";'),('ami','messages:tag-mw-removed-redirect','s:26:\"zh-hant:移除重新導向\";'),('ami','messages:tag-mw-removed-redirect-description','s:62:\"zh-hant:將現有重新導向更改為非重新導向的編輯\";'),('ami','messages:tag-mw-replace','s:14:\"zh-hant:替換\";'),('ami','messages:tag-mw-replace-description','s:44:\"zh-hant:移除超過90%頁面內容的編輯\";'),('ami','messages:tag-mw-reverted','s:20:\"zh-hant:已被回退\";'),('ami','messages:tag-mw-reverted-description','s:47:\"zh-hant:被之後另一個編輯回退的編輯\";'),('ami','messages:tag-mw-rollback','s:13:\"ami:patatikol\";'),('ami','messages:tag-mw-rollback-description','s:53:\"zh-hant:使用回退連結回退上一編輯的編輯\";'),('ami','messages:tag-mw-server-side-upload','s:26:\"zh-hant:伺服器端上傳\";'),('ami','messages:tag-mw-server-side-upload-description','s:50:\"zh-hant:透過維護指令碼上傳的媒體檔案\";'),('ami','messages:tag-mw-undo','s:11:\"ami:patikor\";'),('ami','messages:tag-mw-undo-description','s:62:\"zh-hant:使用復原連結來復原上一筆編輯的編輯數\";'),('ami','messages:tagline','s:34:\"ami:nani… a masadak {{SITENAME}}\";'),('ami','messages:tags','s:32:\"zh-hant:已定義的變更標籤\";'),('ami','messages:tags-actions-header','s:14:\"zh-hant:操作\";'),('ami','messages:tags-activate','s:14:\"zh-hant:啟動\";'),('ami','messages:tags-activate-not-allowed','s:37:\"zh-hant:無法啟動標籤「$1」。\";'),('ami','messages:tags-activate-not-found','s:34:\"zh-hant:標籤「$1」不存在。\";'),('ami','messages:tags-activate-question','s:40:\"zh-hant:您正要啟動標籤「$1」。\";'),('ami','messages:tags-activate-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:tags-activate-submit','s:14:\"zh-hant:啟動\";'),('ami','messages:tags-activate-title','s:20:\"zh-hant:啟動標籤\";'),('ami','messages:tags-active-header','s:17:\"zh-hant:開啟？\";'),('ami','messages:tags-active-no','s:8:\"ami:caay\";'),('ami','messages:tags-active-yes','s:7:\"ami:hay\";'),('ami','messages:tags-apply-blocked','s:94:\"zh-hant:{{GENDER:$1|您}}無法在被封鎖的情況下套用變更標籤到您的變更中。\";'),('ami','messages:tags-apply-no-permission','s:62:\"zh-hant:您沒有權限連同您的變更一起套用標籤。\";'),('ami','messages:tags-apply-not-allowed-multi','s:67:\"zh-hant:不允許手動套用以下{{PLURAL:$2|標籤|標籤}}：$1\";'),('ami','messages:tags-apply-not-allowed-one','s:43:\"zh-hant:不允許手動套用標籤 \"$1\"。\";'),('ami','messages:tags-create-already-exists','s:34:\"zh-hant:標籤「$1」已存在。\";'),('ami','messages:tags-create-explanation','s:83:\"zh-hant:在預設情況下，新建立的標籤可被使用者及機器人使用。\";'),('ami','messages:tags-create-heading','s:20:\"zh-hant:新增標籤\";'),('ami','messages:tags-create-invalid-chars','s:111:\"zh-hant:標籤名稱不可包含逗號 (<code>,</code>)、豎線 (<code>|</code>) 或斜線 (<code>/</code>)。\";'),('ami','messages:tags-create-invalid-title-chars','s:71:\"zh-hant:標籤名稱不能含有無法使用者頁面標題的字元。\";'),('ami','messages:tags-create-no-name','s:44:\"zh-hant:您必須指定一個標籤名稱。\";'),('ami','messages:tags-create-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:tags-create-submit','s:14:\"ami:misanga’\";'),('ami','messages:tags-create-tag-name','s:23:\"zh-hant:標籤名稱：\";'),('ami','messages:tags-create-warnings-above','s:70:\"zh-hant:嘗試建立標籤 \"$1\" 時發生下列{{PLURAL:$2|警告}}：\";'),('ami','messages:tags-create-warnings-below','s:41:\"zh-hant:您是否要繼續建立標籤？\";'),('ami','messages:tags-deactivate','s:14:\"zh-hant:停用\";'),('ami','messages:tags-deactivate-not-allowed','s:34:\"zh-hant:無法停用標籤 \"$1\"。\";'),('ami','messages:tags-deactivate-question','s:40:\"zh-hant:您正要停用標籤「$1」。\";'),('ami','messages:tags-deactivate-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:tags-deactivate-submit','s:14:\"zh-hant:停用\";'),('ami','messages:tags-deactivate-title','s:20:\"zh-hant:停用標籤\";'),('ami','messages:tags-delete','s:14:\"zh-hant:刪除\";'),('ami','messages:tags-delete-explanation-active','s:155:\"zh-hant:<strong>標籤 \"$1\" 尚在使用，無法刪除。</strong> 要停止標籤使用，請至套用該標籤的頁面，並於該處將標籤停用。\";'),('ami','messages:tags-delete-explanation-in-use','s:121:\"zh-hant:標籤會自目前正在使用的{{PLURAL:$2| $2 個修訂或日誌項目| $2 修訂或日誌項目}}中移除。\";'),('ami','messages:tags-delete-explanation-initial','s:49:\"zh-hant:您正要從資料庫刪除標籤 \"$1\"。\";'),('ami','messages:tags-delete-explanation-warning','s:162:\"zh-hant:此動作是<strong>不可逆轉的</strong>且<strong>無法取消的</strong>，即使是資料庫管理員也無法。請確認您要刪除的標籤。\";'),('ami','messages:tags-delete-no-permission','s:38:\"zh-hant:您沒有權限刪除標籤。\";'),('ami','messages:tags-delete-not-allowed','s:83:\"zh-hant:無法刪除由擴充套件定義的標籤，除非該擴充套件允許。\";'),('ami','messages:tags-delete-not-found','s:34:\"zh-hant:標籤「$1」不存在。\";'),('ami','messages:tags-delete-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:tags-delete-submit','s:38:\"zh-hant:不可逆轉地刪除此標籤\";'),('ami','messages:tags-delete-title','s:20:\"zh-hant:刪除標籤\";'),('ami','messages:tags-delete-too-many-uses','s:114:\"zh-hant:標籤 \"$1\" 會套用至 $2 筆以上的{{PLURAL:$2|修訂|修訂}}，這代表該標籤將無法刪除。\";'),('ami','messages:tags-delete-warnings-after-delete','s:77:\"zh-hant:標籤 \"$1\" 已刪除，但發生下列{{PLURAL:$2|警告|警告}}：\";'),('ami','messages:tags-description-header','s:29:\"zh-hant:意義完整的說明\";'),('ami','messages:tags-display-header','s:41:\"zh-hant:在變更日誌中顯示的方式\";'),('ami','messages:tags-edit','s:13:\"ami:misinanot\";'),('ami','messages:tags-edit-add','s:29:\"zh-hant:加入這些標籤：\";'),('ami','messages:tags-edit-chosen-no-results','s:35:\"zh-hant:沒有符合條件的標籤\";'),('ami','messages:tags-edit-chosen-placeholder','s:26:\"zh-hant:選擇一些標籤\";'),('ami','messages:tags-edit-existing-tags','s:29:\"zh-hant:已存在的標籤：\";'),('ami','messages:tags-edit-existing-tags-none','s:20:\"zh-hant:<em>無</em>\";'),('ami','messages:tags-edit-failure','s:35:\"zh-hant:變更被無法套用：\n$1\";'),('ami','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ami','messages:tags-edit-logentry-legend','s:90:\"zh-hant:加入或移除此標籤自{{PLURAL:$1|此日誌項目|全部 $1 筆日誌項目}}\";'),('ami','messages:tags-edit-logentry-selected','s:68:\"zh-hant:{{PLURAL:$1|已選擇日誌項目|已選擇日誌項目}}：\";'),('ami','messages:tags-edit-logentry-submit','s:71:\"zh-hant:套用變更至{{PLURAL:$1|此日誌項目|$1 筆日誌項目}}\";'),('ami','messages:tags-edit-manage-link','s:20:\"zh-hant:管理標籤\";'),('ami','messages:tags-edit-new-tags','s:20:\"zh-hant:新標籤：\";'),('ami','messages:tags-edit-none-selected','s:59:\"zh-hant:請至少選擇一個要加入或移除的標籤。\";'),('ami','messages:tags-edit-nooldid-text','s:95:\"zh-hant:您沒有指定任何要執行此功能的目標修訂或指定的修訂並不存在。\";'),('ami','messages:tags-edit-nooldid-title','s:29:\"zh-hant:無效的目標修訂\";'),('ami','messages:tags-edit-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:tags-edit-remove','s:29:\"zh-hant:移除這些標籤：\";'),('ami','messages:tags-edit-remove-all-tags','s:28:\"zh-hant:(移除所有標籤)\";'),('ami','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ami','messages:tags-edit-revision-legend','s:78:\"zh-hant:加入或移除此標籤自{{PLURAL:$1|此修訂|全部 $1 筆修訂}}\";'),('ami','messages:tags-edit-revision-selected','s:66:\"zh-hant:已選擇[[:$2]]中的{{PLURAL:$1|修訂|多筆修訂}}：\";'),('ami','messages:tags-edit-revision-submit','s:58:\"zh-hant:套用變更至{{PLURAL:$1|此修訂|$1筆修訂}}\";'),('ami','messages:tags-edit-success','s:26:\"zh-hant:已套用變更。\";'),('ami','messages:tags-edit-title','s:20:\"zh-hant:編輯標籤\";'),('ami','messages:tags-hidden','s:23:\"zh-hant:（已隱藏）\";'),('ami','messages:tags-hitcount','s:35:\"ami:kina $1 {{PLURAL:$1|a mifalic}}\";'),('ami','messages:tags-hitcount-header','s:26:\"zh-hant:已標記的變更\";'),('ami','messages:tags-intro','s:104:\"zh-hant:此頁面列出所有可用來標示編輯內容的標籤以及這些標籤所代表的意思。\";'),('ami','messages:tags-manage-blocked','s:79:\"zh-hant:您無法在{{GENDER:$1|您}}被封鎖的情況下管理變更標籤。\";'),('ami','messages:tags-manage-no-permission','s:44:\"zh-hant:您沒有權限管理變更標籤。\";'),('ami','messages:tags-source-extension','s:23:\"zh-hant:由軟體定義\";'),('ami','messages:tags-source-header','s:14:\"ami:lalengatan\";'),('ami','messages:tags-source-manual','s:44:\"zh-hant:由使用者與機器人手動套用\";'),('ami','messages:tags-source-none','s:20:\"zh-hant:不再使用\";'),('ami','messages:tags-summary','s:3:\"en:\";'),('ami','messages:tags-tag','s:20:\"zh-hant:標籤名稱\";'),('ami','messages:tags-title','s:14:\"zh-hant:標籤\";'),('ami','messages:tags-update-add-not-allowed-multi','s:67:\"zh-hant:不允許手動加入以下{{PLURAL:$2|標籤|標籤}}：$1\";'),('ami','messages:tags-update-add-not-allowed-one','s:43:\"zh-hant:不允許手動加入標籤 \"$1\"。\";'),('ami','messages:tags-update-blocked','s:79:\"zh-hant:您無法在{{GENDER:$1|您}}被封鎖的情況下移除變更標籤。\";'),('ami','messages:tags-update-no-permission','s:83:\"zh-hant:您沒有權限加入與移除任何於各別修訂與日誌項目的標籤\";'),('ami','messages:tags-update-remove-not-allowed-multi','s:67:\"zh-hant:不允許手動移除以下{{PLURAL:$2|標籤|標籤}}：$1\";'),('ami','messages:tags-update-remove-not-allowed-one','s:46:\"zh-hant:不允許手動移除標籤「$1」。\";'),('ami','messages:talk','s:13:\"ami:malalicay\";'),('ami','messages:talkpageheader','s:4:\"en:-\";'),('ami','messages:talkpagelinktext','s:13:\"ami:kalalicay\";'),('ami','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ami','messages:template-equals-category','s:30:\"zh-hant:使用=模板的頁面\";'),('ami','messages:template-equals-category-desc','s:230:\"zh-hant:頁面包含了 <code><nowiki>{{=}}</nowiki></code>，但在此 wiki 上不會擴充到 <code>=</code>。此使用方法已棄用，往後的 MediaWiki 版本會實行 <code><nowiki>{{=}}</nowiki></code> 為解析函式。\";'),('ami','messages:template-equals-warning','s:256:\"zh-hant:<strong>警告：</strong>頁面使用到 <code><nowiki>{{=}}</nowiki></code>，但在此 wiki 上不會擴充到 <code>=</code>。此使用方法已棄用，往後的 MediaWiki 版本會實行 <code><nowiki>{{=}}</nowiki></code> 為解析函式。\";'),('ami','messages:template-loop-category','s:32:\"zh-hant:有樣板迴圈的頁面\";'),('ami','messages:template-loop-category-desc','s:74:\"zh-hant:頁面含有樣板迴圈，即會自己不斷呼叫自己樣板。\";'),('ami','messages:template-loop-warning','s:110:\"zh-hant:<strong>警告：</strong>此頁面調用[[:$1]]，這導致了模板循環（無限遞迴調用）。\";'),('ami','messages:template-protected','s:29:\"ami:(madipotay/ma’adipelay)\";'),('ami','messages:template-semiprotected','s:32:\"ami:(mapangkiway ko pi’adipel)\";'),('ami','messages:templatepage','s:26:\"zh-hant:檢視模板頁面\";'),('ami','messages:templatesused','s:82:\"ami:Macokaymas to ninian a felih i kalaenoay/kaikoray {{PLURAL:$1| ko sampolo}}：\";'),('ami','messages:templatesusedpreview','s:105:\"ami:Mipa’ayaw a minengneng i, macokaymas i kalaenoay/kaikoray ko {{PLURAL:$1| dado^doan a sampolo }}：\";'),('ami','messages:templatesusedsection','s:57:\"zh-hant:此頁面使用了以下 {{PLURAL:$1|模板}} ：\";'),('ami','messages:textmatches','s:26:\"zh-hant:頁面內容符合\";'),('ami','messages:thisisdeleted','s:34:\"zh-hant:檢視或取消刪除$1？\";'),('ami','messages:throttled-mailpassword','s:142:\"zh-hant:密碼重設的電子郵件已經在最近 $1 小時內寄出。\n為防止濫用，$1 小時內只能寄出一次密碼重設信件。\";'),('ami','messages:thu','s:10:\"ami:週四\";'),('ami','messages:thumbnail-dest-create','s:35:\"zh-hant:無法儲存縮圖至目標\";'),('ami','messages:thumbnail-more','s:17:\"ami:satata’aken\";'),('ami','messages:thumbnail-temp-create','s:38:\"zh-hant:無法建立暫存縮圖檔案\";'),('ami','messages:thumbnail_dest_directory','s:32:\"zh-hant:無法建立目標目錄\";'),('ami','messages:thumbnail_error','s:31:\"zh-hant:建立縮圖錯誤：$1\";'),('ami','messages:thumbnail_error_remote','s:36:\"zh-hant:來自 $1 錯誤訊息：\n$2\";'),('ami','messages:thumbnail_gd-library','s:45:\"zh-hant:未完成 GD 設定：缺少函數 $1\";'),('ami','messages:thumbnail_image-failure-limit','s:92:\"zh-hant:最近顯示此縮圖已發生太多次失敗 ($1 次或更多)，請稍後再試。\";'),('ami','messages:thumbnail_image-missing','s:25:\"zh-hant:檔案遺失：$1\";'),('ami','messages:thumbnail_image-size-zero','s:41:\"zh-hant:圖片檔案大小似乎為零。\";'),('ami','messages:thumbnail_image-type','s:32:\"zh-hant:不支援的圖片類型\";'),('ami','messages:thumbnail_invalid_params','s:29:\"zh-hant:無效的縮圖參數\";'),('ami','messages:thumbnail_toobigimagearea','s:32:\"zh-hant:檔案的尺寸超過 $1\";'),('ami','messages:thumbsize','s:23:\"zh-hant:縮圖大小：\";'),('ami','messages:thursday','s:10:\"ami:週四\";'),('ami','messages:thursday-at','s:20:\"zh-hant:週四在 $1\";'),('ami','messages:timeouterror','s:23:\"zh-hant:伺服器超時\";'),('ami','messages:timeouterror-text','s:57:\"zh-hant:超出最多$1{{PLURAL:$1|秒}}的請求時間。\";'),('ami','messages:timezone-local','s:14:\"zh-hant:當地\";'),('ami','messages:timezone-useoffset-placeholder','s:37:\"zh-hant:範例：\"-07:00\" 或 \"01:00\"\";'),('ami','messages:timezone-utc','s:6:\"en:UTC\";'),('ami','messages:timezonelegend','s:17:\"zh-hant:時區：\";'),('ami','messages:timezoneregion-africa','s:14:\"zh-hant:非洲\";'),('ami','messages:timezoneregion-america','s:14:\"zh-hant:美洲\";'),('ami','messages:timezoneregion-antarctica','s:17:\"zh-hant:南極洲\";'),('ami','messages:timezoneregion-arctic','s:14:\"zh-hant:北極\";'),('ami','messages:timezoneregion-asia','s:14:\"zh-hant:亞洲\";'),('ami','messages:timezoneregion-atlantic','s:17:\"zh-hant:大西洋\";'),('ami','messages:timezoneregion-australia','s:14:\"zh-hant:澳洲\";'),('ami','messages:timezoneregion-europe','s:14:\"zh-hant:歐洲\";'),('ami','messages:timezoneregion-indian','s:17:\"zh-hant:印度洋\";'),('ami','messages:timezoneregion-pacific','s:17:\"zh-hant:太平洋\";'),('ami','messages:timezoneuseoffset','s:39:\"zh-hant:其它（UTC 時差偏移量）\";'),('ami','messages:timezoneuseserverdefault','s:35:\"zh-hant:使用wiki預設值（$1）\";'),('ami','messages:title-invalid','s:38:\"zh-hant:請求的頁面標題無效。\";'),('ami','messages:title-invalid-characters','s:64:\"zh-hant:請求的頁面標題包含無效的字元：「$1」。\";'),('ami','messages:title-invalid-empty','s:68:\"zh-hant:請求的頁面標題為空的或僅含命名空間名稱。\";'),('ami','messages:title-invalid-interwiki','s:77:\"zh-hant:請求的頁面標題含有無法使用在標題的跨 Wiki 連結。\";'),('ami','messages:title-invalid-leading-colon','s:65:\"zh-hant:請求的頁面標題開頭包含一個無效的冒號。\";'),('ami','messages:title-invalid-magic-tilde','s:91:\"zh-hant:請求的頁面標題含有無效的魔術波浪符號（<nowiki>~~~</nowiki>）。\";'),('ami','messages:title-invalid-relative','s:136:\"zh-hant:標題中含有相對路徑。相對路徑的頁面標題 (./, ../) 無效，使用者瀏覽器通常無法存取相對路徑。\";'),('ami','messages:title-invalid-talk-namespace','s:71:\"zh-hant:請求的頁面標題引用了可能不存在的討論頁面。\";'),('ami','messages:title-invalid-too-long','s:105:\"zh-hant:請求的頁面標題過長，標題使用 UTF-8 編碼不可超過 $1 {{PLURAL:$1|位元組}}。\";'),('ami','messages:title-invalid-utf8','s:60:\"zh-hant:請求的頁面標題含有無效的 UTF-8 符號。\";'),('ami','messages:titlematches','s:26:\"zh-hant:頁面標題符合\";'),('ami','messages:titleprotected','s:90:\"zh-hant:此標題已經被 [[User:$1|$1]] 保護以防止建立，原因是 <em>$2</em>。\";'),('ami','messages:titleprotectedwarning','s:161:\"zh-hant:<strong>警告：本頁面已被保護，需要[[Special:ListGroupRights|特殊權限]]方可建立。</strong>以下提供最近的日誌以便參考：\";'),('ami','messages:tmp-create-error','s:35:\"zh-hant:無法建立暫存檔案。\";'),('ami','messages:tmp-write-error','s:41:\"zh-hant:寫入臨時檔案發生錯誤。\";'),('ami','messages:toc','s:14:\"ami:tanenengan\";'),('ami','messages:today-at','s:5:\"en:$1\";'),('ami','messages:tog-ccmeonemails','s:71:\"zh-hant:我寄出郵件給其他使用者時，也寄給我一份副本\";'),('ami','messages:tog-diffonly','s:50:\"zh-hant:比對差異時下方不顯示頁面內容\";'),('ami','messages:tog-editondblclick','s:35:\"zh-hant:點選兩次以編輯頁面\";'),('ami','messages:tog-editsectiononrightclick','s:68:\"zh-hant:開啟「滑鼠右鍵點選章節標題即可編輯」功能\";'),('ami','messages:tog-enotifminoredits','s:74:\"zh-hant:當頁面與檔案有次要修訂時，傳送電子郵件通知我\";'),('ami','messages:tog-enotifrevealaddr','s:56:\"zh-hant:在通知郵件中顯示我的電子郵件地址\";'),('ami','messages:tog-enotifusertalkpages','s:77:\"zh-hant:當我的使用者討論頁有變更時，傳送電子郵件通知我\";'),('ami','messages:tog-enotifwatchlistpages','s:92:\"zh-hant:當我的監視清單中的頁面或檔案有變更時，傳送電子郵件通知我\";'),('ami','messages:tog-extendwatchlist','s:80:\"zh-hant:展開監視清單以顯示所有變更，而不是只顯示近期變更\";'),('ami','messages:tog-fancysig','s:82:\"zh-hant:將簽名視為wikitext（不自動將其連結至您的使用者頁面）\";'),('ami','messages:tog-forceeditsummary','s:68:\"zh-hant:未填寫編輯摘要（或預設回退摘要）時提醒我\";'),('ami','messages:tog-hidecategorization','s:38:\"ami:Simeden ko masaromaromaay a tidid.\";'),('ami','messages:tog-hideminor','s:48:\"ami:Himeden ko na iayaway matiliday a mafalicay.\";'),('ami','messages:tog-hidepatrolled','s:47:\"zh-hant:隱藏近期變更中巡查過的編輯\";'),('ami','messages:tog-minordefault','s:50:\"zh-hant:預設將所有編輯標記為次要修訂\";'),('ami','messages:tog-newpageshidepatrolled','s:50:\"zh-hant:隱藏新頁面清單中巡查過的頁面\";'),('ami','messages:tog-norollbackdiff','s:35:\"zh-hant:回退後略過差異比對\";'),('ami','messages:tog-oldsig','s:35:\"ami:O iraay a tilid no ngangan iso.\";'),('ami','messages:tog-prefershttps','s:41:\"zh-hant:登入時永遠使用安全連線\";'),('ami','messages:tog-previewonfirst','s:35:\"zh-hant:開始編輯時顯示預覽\";'),('ami','messages:tog-previewontop','s:38:\"zh-hant:於編輯框上方顯示預覽\";'),('ami','messages:tog-requireemail','s:119:\"zh-hant:僅在同時提供電子郵件位址與使用者名稱的情況下，發送重新設定密碼的電子郵件。\";'),('ami','messages:tog-showhiddencats','s:26:\"zh-hant:顯示隱藏分類\";'),('ami','messages:tog-shownumberswatching','s:38:\"ami:Pasadake ko minengnengay a tamdaw.\";'),('ami','messages:tog-showrollbackconfirmation','s:50:\"zh-hant:當點擊回退連結時顯示確認提示\";'),('ami','messages:tog-underline','s:34:\"ami:malaliting to la^noay a konis.\";'),('ami','messages:tog-useeditwarning','s:56:\"zh-hant:在我離開未儲存的編輯頁面時警告我\";'),('ami','messages:tog-uselivepreview','s:44:\"zh-hant:顯示預覽時不重新載入頁面\";'),('ami','messages:tog-usenewrc','s:65:\"zh-hant:依近期變更與監視清單的頁面分類顯示變更\";'),('ami','messages:tog-watchcreations','s:65:\"zh-hant:將我建立的頁面和上傳的檔案加入監視清單\";'),('ami','messages:tog-watchdefault','s:56:\"zh-hant:將我編輯的頁面和檔案加入監視清單\";'),('ami','messages:tog-watchdeletion','s:56:\"zh-hant:將我刪除的頁面和檔案加入監視清單\";'),('ami','messages:tog-watchlisthideanons','s:56:\"zh-hant:在監視清單中隱藏匿名使用者的編輯\";'),('ami','messages:tog-watchlisthidebots','s:50:\"zh-hant:在監視清單中隱藏機器人的編輯\";'),('ami','messages:tog-watchlisthidecategorization','s:26:\"zh-hant:隱藏頁面分類\";'),('ami','messages:tog-watchlisthideliu','s:59:\"zh-hant:在監視清單中隱藏已登入使用者的編輯\";'),('ami','messages:tog-watchlisthideminor','s:44:\"zh-hant:在監視清單中隱藏次要修訂\";'),('ami','messages:tog-watchlisthideown','s:50:\"zh-hant:在監視清單中隱藏我自己的編輯\";'),('ami','messages:tog-watchlisthidepatrolled','s:50:\"zh-hant:在監視清單中隱藏已巡查的編輯\";'),('ami','messages:tog-watchlistreloadautomatically','s:88:\"zh-hant:篩選條件變更時自動重新讀取監視清單（需要使用 JavaScript）\";'),('ami','messages:tog-watchlistunwatchlinks','s:170:\"zh-hant:為有更改的監視頁面直接新增（取消）監視標記（{{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}，標記開關功能需要JavaScript）\";'),('ami','messages:tog-watchmoves','s:56:\"zh-hant:將我移動的頁面和檔案加入監視清單\";'),('ami','messages:tog-watchrollback','s:53:\"zh-hant:將我曾經回退的頁面加入監視清單\";'),('ami','messages:tog-watchuploads','s:50:\"zh-hant:將我上傳的新檔案加入監視清單\";'),('ami','messages:tool-link-contributions','s:49:\"ami:{{GENDER:$1| micokaymasay}} nipaini/ nipafeli\";'),('ami','messages:tool-link-emailuser','s:46:\"zh-hant:電郵聯絡此{{GENDER:$1|使用者}}\";'),('ami','messages:tool-link-userrights','s:43:\"zh-hant:變更{{GENDER:$1|使用者}}群組\";'),('ami','messages:tool-link-userrights-readonly','s:43:\"zh-hant:檢視{{GENDER:$1|使用者}}群組\";'),('ami','messages:toolbox','s:13:\"ami:sakatayal\";'),('ami','messages:tooltip-ca-addsection','s:30:\"ami:miteka to faelohay a rekad\";'),('ami','messages:tooltip-ca-delete','s:24:\"ami:masopitay to a felih\";'),('ami','messages:tooltip-ca-edit','s:30:\"ami:misinanot to inian a felih\";'),('ami','messages:tooltip-ca-history','s:44:\"ami:O nisalofan i ka’ayaw itini tona felih\";'),('ami','messages:tooltip-ca-move','s:22:\"ami:linahen kona felih\";'),('ami','messages:tooltip-ca-nstab-category','s:60:\"ami:misongila’ a minengneng to pisakilac/kasakilac o felih\";'),('ami','messages:tooltip-ca-nstab-help','s:26:\"zh-hant:檢視說明頁面\";'),('ami','messages:tooltip-ca-nstab-image','s:51:\"ami:misongila’ a minengneng to tang’an no felih\";'),('ami','messages:tooltip-ca-nstab-main','s:47:\"ami:misongila’ a minengneng to sowal no felih\";'),('ami','messages:tooltip-ca-nstab-media','s:26:\"zh-hant:檢視媒體頁面\";'),('ami','messages:tooltip-ca-nstab-mediawiki','s:49:\"ami:misongila’ a minengneng to si-tong no lihaf\";'),('ami','messages:tooltip-ca-nstab-project','s:49:\"ami:misongila’ a minengneng to halakaan a felih\";'),('ami','messages:tooltip-ca-nstab-special','s:71:\"ami:O micidekay a felih no tyin-naw konini, caay ka nga’ay a mikawit.\";'),('ami','messages:tooltip-ca-nstab-template','s:40:\"ami:misongila’ a minengneng to sampolo\";'),('ami','messages:tooltip-ca-nstab-user','s:53:\"ami:misongila’ a minengneng to micokaymasay a felih\";'),('ami','messages:tooltip-ca-protect','s:24:\"ami:Midipot toni a felih\";'),('ami','messages:tooltip-ca-talk','s:48:\"ami:O nikaaini to i laloma’ay a sowal no felih\";'),('ami','messages:tooltip-ca-undelete','s:47:\"zh-hant:還原此頁面至刪除以前的狀態\";'),('ami','messages:tooltip-ca-unprotect','s:29:\"zh-hant:變更此頁面保護\";'),('ami','messages:tooltip-ca-unwatch','s:62:\"ami:falahen kona felih nani pirorodan to ’a’arawen a tilid\";'),('ami','messages:tooltip-ca-unwatch-expiring','s:72:\"zh-hant:在您監視清單裡還剩{{PLURAL:$1|$1天}}，點擊移除。\";'),('ami','messages:tooltip-ca-unwatch-expiring-hours','s:74:\"zh-hant:在您的監視清單中只剩下幾個小時。點擊以移除。\";'),('ami','messages:tooltip-ca-view','s:3:\"en:\";'),('ami','messages:tooltip-ca-viewsource','s:105:\"ami:Ma’adipelay to konini a felih. Manga’ay kiso a songila’ a mineneng to yin-se-ma nonini a felih.\";'),('ami','messages:tooltip-ca-watch','s:66:\"ami:patongalen i pirorodan to ’a’arawen a tilid iso kona felih\";'),('ami','messages:tooltip-compareselectedversions','s:65:\"ami:kilimen kona felih to kasasiroma no namipili’an a nisalofan\";'),('ami','messages:tooltip-cur','s:32:\"zh-hant:與最新修訂的差異\";'),('ami','messages:tooltip-diff','s:42:\"ami:ahapinang to nifalican no miso a sowal\";'),('ami','messages:tooltip-feed-atom','s:35:\"ami:O lalengatan ninian Atom a feli\";'),('ami','messages:tooltip-feed-rss','s:31:\"zh-hant:此頁面的 RSS 來源\";'),('ami','messages:tooltip-invert','s:168:\"ami:Mikawit tonini a masa’apeladay, o sapisimed a mipili’ a mipangangan to nifalican a felih(ano mikawit to sapipangangan i, o mamalecad a masimed ko nipanganganan)\";'),('ami','messages:tooltip-last','s:32:\"zh-hant:與上次修訂的差異\";'),('ami','messages:tooltip-minoredit','s:46:\"ami:pahapinangen kona nisinanotan o sapado^do^\";'),('ami','messages:tooltip-n-currentevents','s:111:\"ami:Itini i salaoma’ no nipainian a demak no sinpong a makera ko makakafitay malecaday a tatiri’en a demak.\";'),('ami','messages:tooltip-n-help','s:26:\"ami:pilongocan to sakidama\";'),('ami','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ami','messages:tooltip-n-mainpage','s:29:\"ami:tayra sa’ayayaw a felih\";'),('ami','messages:tooltip-n-mainpage-description','s:29:\"ami:tayra sa’ayayaw a felih\";'),('ami','messages:tooltip-n-portal','s:61:\"ami:ona halaka, mimaan kiso, icowa mikerato kanikawan no miso\";'),('ami','messages:tooltip-n-randompage','s:48:\"ami:away ko pitooran micomod sa to cecay a felih\";'),('ami','messages:tooltip-n-recentchanges','s:55:\"ami:Silsilenko ko nifalican a kamok koya itiniay i Wiki\";'),('ami','messages:tooltip-namespace_association','s:113:\"ami:Mikawit tonini a masa’apelada, o pahapinang to masaloma’ay to ko nikalalicay ato patosokan to sapangangan\";'),('ami','messages:tooltip-p-cactions','s:20:\"zh-hant:更多選項\";'),('ami','messages:tooltip-p-lang','s:3:\"en:\";'),('ami','messages:tooltip-p-logo','s:29:\"ami:tayra sa’ayayaw a felih\";'),('ami','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ami','messages:tooltip-p-navigation','s:3:\"en:\";'),('ami','messages:tooltip-p-personal','s:23:\"zh-hant:使用者選單\";'),('ami','messages:tooltip-p-tb','s:3:\"en:\";'),('ami','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ami','messages:tooltip-p-user-page','s:3:\"en:\";'),('ami','messages:tooltip-p-variants','s:3:\"en:\";'),('ami','messages:tooltip-p-views','s:3:\"en:\";'),('ami','messages:tooltip-preferences-save','s:26:\"zh-hant:儲存偏好設定\";'),('ami','messages:tooltip-preview','s:71:\"ami:ano mamina’ang i, ka’ayawen ho a manengneng ko nifalican iso！\";'),('ami','messages:tooltip-pt-anoncontribs','s:39:\"zh-hant:由此 IP 位址編輯的清單\";'),('ami','messages:tooltip-pt-anontalk','s:48:\"zh-hant:有關來自此 IP 位址編輯的討論\";'),('ami','messages:tooltip-pt-anonuserpage','s:72:\"zh-hant:您正在作為以下身分編輯此 IP 位址的使用者頁面\";'),('ami','messages:tooltip-pt-createaccount','s:120:\"ami:Miipa’icel kami i tisowanan a misanga’ to cecay a cang-haw ato micomod, ano caacaay ko tadamanay a pidemak koni.\";'),('ami','messages:tooltip-pt-login','s:43:\"ami:picomod ko sanga’ayay, nika ca katoor\";'),('ami','messages:tooltip-pt-login-private','s:43:\"zh-hant:您需要登入才能使用此 wiki\";'),('ami','messages:tooltip-pt-logout','s:11:\"ami:mahadak\";'),('ami','messages:tooltip-pt-mycontris','s:54:\"ami:{{GENDER:|no miso }} nipainian/ nipafelian a kamok\";'),('ami','messages:tooltip-pt-mytalk','s:43:\"ami:{{GENDER:|no miso}} kalalicayan a felih\";'),('ami','messages:tooltip-pt-preferences','s:36:\"ami:{{GENDER:|no miso}} o kakaolahan\";'),('ami','messages:tooltip-pt-tmpuserpage','s:47:\"zh-hant:你的自動生成臨時使用者名稱\";'),('ami','messages:tooltip-pt-userpage','s:44:\"ami:{{GENDER:|no miso micokaymasay}} a felih\";'),('ami','messages:tooltip-pt-watchlist','s:50:\"ami:mihinengay kiso to kafafakic nno felih imatini\";'),('ami','messages:tooltip-publish','s:26:\"zh-hant:發布您的變更\";'),('ami','messages:tooltip-recreate','s:56:\"zh-hant:無論是否被刪除，重新建立該頁面。\";'),('ami','messages:tooltip-rollback','s:115:\"ami:pili’en a mimi^mi ko \"patikor\" liting, ta patikor tayra i pisinanot no ka’ayaway a painiay to inian a felih\";'),('ami','messages:tooltip-save','s:35:\"ami:mina’ang to nifalican no miso\";'),('ami','messages:tooltip-search','s:24:\"ami:saoo’ {{SITENAME}}\";'),('ami','messages:tooltip-search-fulltext','s:46:\"ami:saoo’ to micokaymasay tona sorit a felih\";'),('ami','messages:tooltip-search-go','s:57:\"ami:ano malecaday to ngangan nona felih, tayra tora felih\";'),('ami','messages:tooltip-summary','s:40:\"ami:pacomden ko nisa’amotoan a pakimad\";'),('ami','messages:tooltip-t-contributions','s:69:\"ami:{{GENDER:$1|onini micokaymasay}}to  nipainian/ nipafelian a kamok\";'),('ami','messages:tooltip-t-emailuser','s:62:\"ami:paefer i-miyo patongod tona {{GENDER:$1| o micokaymasay }}\";'),('ami','messages:tooltip-t-info','s:38:\"zh-hant:更多關於此頁面的資訊\";'),('ami','messages:tooltip-t-permalink','s:71:\"ami:Inian a felih i, o masalofay to a tomerepay/mada’ocay a nikakafit\";'),('ami','messages:tooltip-t-print','s:52:\"ami:Manga’ayay a lyi-inen a rorong ninian a felih.\";'),('ami','messages:tooltip-t-recentchangeslinked','s:94:\"ami:Inian a felih i, makakafitay to to nifalican to no romaay o felih i mangataay a romi’ad.\";'),('ami','messages:tooltip-t-specialpages','s:48:\"ami:O kamok no po:long no ta’arawan i tyin-naw\";'),('ami','messages:tooltip-t-upload','s:23:\"ami:mipaefer to tang^an\";'),('ami','messages:tooltip-t-whatlinkshere','s:59:\"ami:silsilen a maemin koya felif makakafitay tonini a felif\";'),('ami','messages:tooltip-undo','s:221:\"ami:“patiko” manga’ay patiko toya mikawitan a misorit, ato manga’ay oya sapali’ayaw a mineneng ko sapifohat toya mikawitan a misorit, ta manga’ay kiso a mitongal to lalangatan no demak i sapali’ayaw a sowal.\";'),('ami','messages:tooltip-upload','s:20:\"zh-hant:開始上傳\";'),('ami','messages:tooltip-vector-anon-user-menu-title','s:20:\"zh-hant:更多選項\";'),('ami','messages:tooltip-watch','s:66:\"ami:patongalen i pirorodan to ’a’arawen a tilid iso kona felih\";'),('ami','messages:tooltip-watchlist-expiry','s:53:\"zh-hant:暫時將此頁面添加到您的監視清單\";'),('ami','messages:tooltip-watchlistedit-normal-submit','s:20:\"zh-hant:移除標題\";'),('ami','messages:tooltip-watchlistedit-raw-submit','s:26:\"zh-hant:更新監視清單\";'),('ami','messages:tooltip-whatlinkshere-invert','s:77:\"zh-hant:勾選此核選方塊以隱藏選擇命名空間中的頁面連結。\";'),('ami','messages:trackingcategories','s:20:\"zh-hant:追蹤分類\";'),('ami','messages:trackingcategories-desc','s:26:\"zh-hant:分類收錄標準\";'),('ami','messages:trackingcategories-disabled','s:23:\"zh-hant:已停用分類\";'),('ami','messages:trackingcategories-msg','s:20:\"zh-hant:追蹤分類\";'),('ami','messages:trackingcategories-name','s:20:\"zh-hant:訊息名稱\";'),('ami','messages:trackingcategories-nodesc','s:32:\"zh-hant:沒有可用的描述。\";'),('ami','messages:trackingcategories-summary','s:170:\"zh-hant:此頁面列出由 MediaWiki 軟體自動產生用來追蹤頁面的分類，這些分類的名稱可由命名空間 {{ns:8}} 中的相關系統訊息中修改。\";'),('ami','messages:transaction-duration-limit-exceeded','s:184:\"zh-hant:為了避免造成大量備援延遲，因寫入時間 ($1) 已超出了 $2 秒限制，此次操作已被中止。\n若您一次修改了許多項目，可嘗試分批處理。\";'),('ami','messages:transaction-max-statement-time-exceeded','s:177:\"zh-hant:為了避免造成資料庫負荷過高，此查詢因超出持續時間限制已被終止。\n若您一次讀取許多項目，可嘗試分批成多個較小的操作。\";'),('ami','messages:translateinterface','s:136:\"zh-hant:如欲加入或修改所有wiki的翻譯，請至[https://translatewiki.net/ translatewiki.net]上的MediaWiki在地化專案。\";'),('ami','messages:tue','s:10:\"ami:tinosa\";'),('ami','messages:tuesday','s:10:\"ami:tinosa\";'),('ami','messages:tuesday-at','s:20:\"zh-hant:週二在 $1\";'),('ami','messages:uctop','s:11:\"ami:Aniniay\";'),('ami','messages:unblock','s:29:\"zh-hant:解除封鎖使用者\";'),('ami','messages:unblock-hideuser','s:92:\"zh-hant:由於此使用者名稱已被設為隱藏，您無法解除封鎖這個使用者。\";'),('ami','messages:unblock-summary','s:3:\"en:\";'),('ami','messages:unblocked','s:43:\"zh-hant:[[User:$1|$1]]已被解除封鎖。\";'),('ami','messages:unblocked-id','s:36:\"zh-hant:已經移除 $1 的封鎖。\";'),('ami','messages:unblocked-ip','s:58:\"zh-hant:[[Special:Contributions/$1|$1]] 已解除封鎖。\";'),('ami','messages:unblocked-range','s:29:\"zh-hant:已解除封鎖 $1。\";'),('ami','messages:unblockip','s:29:\"zh-hant:解除封鎖使用者\";'),('ami','messages:unblockiptext','s:97:\"zh-hant:使用以下表單以還原之前被封鎖的IP位址或使用者名稱的寫入權限。\";'),('ami','messages:unblocklink','s:20:\"zh-hant:解除封鎖\";'),('ami','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ami','messages:uncategorized-categories-exceptionlist','s:219:\"zh-hant:# 包含了不應在 Special:UncategorizedCategories 中提及的分類清單，一個分類一行，以「*」開始。以其他字元（包含空白）開頭的行將會被忽略。註解請以「#」開頭。\";'),('ami','messages:uncategorizedcategories','s:26:\"zh-hant:未分類的分類\";'),('ami','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ami','messages:uncategorizedimages','s:26:\"zh-hant:未分類的檔案\";'),('ami','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ami','messages:uncategorizedpages','s:26:\"zh-hant:未分類的頁面\";'),('ami','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ami','messages:uncategorizedtemplates','s:26:\"zh-hant:未分類的模板\";'),('ami','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ami','messages:undelete','s:32:\"zh-hant:檢視已刪除的頁面\";'),('ami','messages:undelete-back-to-list','s:38:\"zh-hant:檢視所有已刪除的修訂\";'),('ami','messages:undelete-bad-store-key','s:87:\"zh-hant:無法取消刪除時間為 $1 的檔案修訂：在刪除前檔案已遺失。\";'),('ami','messages:undelete-cantcreate','s:122:\"zh-hant:您無法取消刪除此頁面，由於使用此名稱的頁面並不存在且您並不被允許建立此頁面。\";'),('ami','messages:undelete-cantedit','s:80:\"zh-hant:您無法取消刪除此頁面，由於您並不被允許編輯此頁。\";'),('ami','messages:undelete-cleanup-error','s:62:\"zh-hant:刪除未使用的封存檔案 \"$1\" 時發生錯誤。\";'),('ami','messages:undelete-error','s:32:\"zh-hant:取消刪除頁面錯誤\";'),('ami','messages:undelete-error-associated-alreadytalk','s:62:\"zh-hant:無法取消刪除一個討論頁關聯的討論頁。\";'),('ami','messages:undelete-error-associated-notdeleted','s:53:\"zh-hant:關聯的討論頁沒有可還原的修訂。\";'),('ami','messages:undelete-fieldset-title','s:20:\"zh-hant:還原修訂\";'),('ami','messages:undelete-filename-mismatch','s:78:\"zh-hant:無法取消刪除時間為 $1 的檔案修訂：檔案名稱不符。\";'),('ami','messages:undelete-header','s:82:\"zh-hant:請參考[[Special:Log/delete|刪除日誌]]查詢最近刪除的頁面。\";'),('ami','messages:undelete-missing-filearchive','s:105:\"zh-hant:資料庫不存在檔案封存 ID $1，無法還原檔案。\n該檔案可能已經取消刪除。\";'),('ami','messages:undelete-no-results','s:47:\"zh-hant:刪除記錄裡沒有符合的頁面。\";'),('ami','messages:undelete-nodiff','s:32:\"zh-hant:查無先前的修訂。\";'),('ami','messages:undelete-revision','s:62:\"zh-hant:$1由$3（於$4 $5）所編輯的已刪除修訂版本\";'),('ami','messages:undelete-revision-row2','s:41:\"zh-hant:$1 （$2） $3 . . $4 $5 $6 $7 $8\";'),('ami','messages:undelete-search-box','s:32:\"zh-hant:搜尋已刪除的頁面\";'),('ami','messages:undelete-search-full','s:35:\"zh-hant:顯示頁面標題包含：\";'),('ami','messages:undelete-search-prefix','s:35:\"zh-hant:顯示以此開頭的頁面\";'),('ami','messages:undelete-search-submit','s:11:\"ami:saoo’\";'),('ami','messages:undelete-search-title','s:29:\"zh-hant:搜尋已刪除頁面\";'),('ami','messages:undelete-show-file-confirm','s:86:\"zh-hant:您確定要檢視檔案 \"<nowiki>$1</nowiki>\" 於 $2 $3 已刪除的修訂？\";'),('ami','messages:undelete-show-file-submit','s:11:\"zh-hant:是\";'),('ami','messages:undelete-summary','s:3:\"en:\";'),('ami','messages:undelete-talk-summary-prefix','s:49:\"zh-hant:和關聯頁面一併還原，原因：$1\";'),('ami','messages:undelete-undeletetalk','s:44:\"zh-hant:恢復關聯討論頁的所有修訂\";'),('ami','messages:undelete_short','s:41:\"zh-hant:還原 {{PLURAL:$1|$1 筆修訂}}\";'),('ami','messages:undeletebtn','s:14:\"zh-hant:還原\";'),('ami','messages:undeletecomment','s:17:\"zh-hant:原因：\";'),('ami','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ami','messages:undeletedpage','s:127:\"zh-hant:<strong>$1 已還原</strong>\n\n請參考 [[Special:Log/delete|刪除日誌]] 以查詢最近刪除及還原的記錄。\";'),('ami','messages:undeleteextrahelp','s:269:\"zh-hant:若要還原所有的頁面歷史，請取消勾選所有核選方塊並點選 <strong><em>{{int:undeletebtn}}</em></strong>。\n若要還原指定的頁面歷史，請勾選要還原的修訂核選方塊並點選 <strong><em>{{int:undeletebtn}}</em></strong>。\";'),('ami','messages:undeletehistory','s:198:\"zh-hant:若您還原該頁面，所有的修訂歷史也會一併還原。\n若刪除之後已有使用相同名稱建立的新頁面，還原的修訂歷史會出現在此頁面之前的歷史中。\";'),('ami','messages:undeletehistorynoadmin','s:178:\"zh-hant:已刪除此頁面。\n以下摘要顯示刪除原因與刪除前所有編輯過此頁面的使用者詳細資料。\n這些已刪除的文字修訂僅對管理員可用。\";'),('ami','messages:undeleteinvert','s:30:\"ami:Macaco’isay ko pipili’\";'),('ami','messages:undeletelink','s:21:\"zh-hant:檢視/還原\";'),('ami','messages:undeletepage','s:41:\"zh-hant:檢視與還原已刪除的頁面\";'),('ami','messages:undeletepagetext','s:144:\"zh-hant:下列 {{PLURAL:$1|1 個頁面已刪除|$1 個頁面已刪除}}但尚在封存，仍可還原。\n封存的檔案可能會定時清理。\";'),('ami','messages:undeletepagetitle','s:71:\"zh-hant:<strong>下列為[[:$1|$1]]已刪除的修訂版本</strong>。\";'),('ami','messages:undeleterevdel','s:171:\"zh-hant:若最新頁面或檔案修訂被部份刪除，將無法執行取消刪除的動作。\n這種情況您必須取消勾選或取消隱藏已刪除的最新修訂。\";'),('ami','messages:undeleterevision-duplicate-revid','s:118:\"zh-hant:無法還原 {{PLURAL:$1|$1 個修訂}}，因為{{PLURAL:$1|修訂的}} <code>rev_id</code> 已在使用中。\";'),('ami','messages:undeleterevision-missing','s:117:\"zh-hant:無效或遺失的修訂。\n您可能使用了錯誤的連結，或該修訂已從封存中還原或刪除。\";'),('ami','messages:undeleterevisions','s:30:\"zh-hant:已刪除 $1 個修訂\";'),('ami','messages:undeleteviewlink','s:14:\"zh-hant:檢視\";'),('ami','messages:underline-always','s:20:\"zh-hant:永遠使用\";'),('ami','messages:underline-default','s:32:\"zh-hant:外觀或瀏覽器預設\";'),('ami','messages:underline-never','s:20:\"zh-hant:永不使用\";'),('ami','messages:undo-failure','s:108:\"ami:Iraay ko nikafafelih no nisalofan ato nikawitan i laloma’, orasaka caay ka nga’ay a minokas a patiko\";'),('ami','messages:undo-main-slot-only','s:77:\"zh-hant:編輯無法還原，因為有包含到在主分配之外的內容。\";'),('ami','messages:undo-nochange','s:32:\"zh-hant:此編輯已被還原。\";'),('ami','messages:undo-norev','s:59:\"zh-hant:此編輯不存在或已被刪除，無法還原。\";'),('ami','messages:undo-success','s:138:\"zh-hant:此編輯可以被還原。\n請檢查以下比較表，確認您是否要還原，然後發布以下變更以完成編輯還原。\";'),('ami','messages:undo-summary','s:91:\"zh-hant:取消[[Special:Contributions/$2|$2]]（[[User talk:$2|留言]]）作出的修訂$1\";'),('ami','messages:undo-summary-anon','s:62:\"zh-hant:取消[[Special:Contributions/$2|$2]]作出的修訂$1\";'),('ami','messages:undo-summary-import','s:50:\"zh-hant:回退由[[:$2|$3]]做出的匯入修訂$1\";'),('ami','messages:undo-summary-import2','s:42:\"zh-hant:回退由$2做出的匯入修訂$1\";'),('ami','messages:undo-summary-username-hidden','s:41:\"zh-hant:還原隱藏使用者的修訂 $1\";'),('ami','messages:unexpected','s:48:\"zh-hant:值在預期外：「$1」＝「$2」。\";'),('ami','messages:unicode-support-fail','s:118:\"zh-hant:看起來您的瀏覽器不支援Unicode。需要Unicode才能編輯頁面，所以您的編輯無法發布。\";'),('ami','messages:unit-pixel','s:5:\"en:px\";'),('ami','messages:unknown-error','s:29:\"zh-hant:發生不明錯誤。\";'),('ami','messages:unlinkaccounts','s:26:\"zh-hant:取消連結帳號\";'),('ami','messages:unlinkaccounts-success','s:32:\"zh-hant:已取消連結帳號。\";'),('ami','messages:unlockbtn','s:29:\"zh-hant:解除鎖定資料庫\";'),('ami','messages:unlockconfirm','s:50:\"zh-hant:是的，我想要解除鎖定資料庫。\";'),('ami','messages:unlockdb','s:29:\"zh-hant:解除鎖定資料庫\";'),('ami','messages:unlockdbsuccesssub','s:32:\"zh-hant:已移除資料庫鎖定\";'),('ami','messages:unlockdbsuccesstext','s:35:\"zh-hant:已解除鎖定資料庫。\";'),('ami','messages:unlockdbtext','s:186:\"zh-hant:解除鎖定資料庫會恢復所有使用者編輯頁面、更改偏好設定、編輯監視清單與其他需要更動到資料庫的操作。\n請確認您是否要這樣做。\";'),('ami','messages:unpatrolledletter','s:9:\"zh-hans:!\";'),('ami','messages:unprotect','s:26:\"zh-hant:變更保護層級\";'),('ami','messages:unprotected-js','s:155:\"zh-hant:基於安全因素，JavaScript 不能從未保護的頁面來載入。請僅在 MediaWiki:命名空間或使用者子頁面中建立 JavaScript。\";'),('ami','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ami','messages:unprotectedarticle-comment','s:50:\"zh-hant:{{GENDER:$2|已移除}} \"[[$1]]\" 的保護\";'),('ami','messages:unregistered-user-config','s:112:\"zh-hant:基於安全緣故未註冊的使用者不會載入 JavaScript、CSS，以及 JSON 使用者子頁面。\";'),('ami','messages:unstrip-depth-category','s:44:\"zh-hant:超出 unstrip 深度限制的頁面\";'),('ami','messages:unstrip-depth-category-desc','s:47:\"zh-hant:頁面超出 unstrip 的深度限制。\";'),('ami','messages:unstrip-depth-warning','s:39:\"zh-hant:Unstrip 深度超出限制 ($1)\";'),('ami','messages:unstrip-size-category','s:44:\"zh-hant:超出 unstrip 大小限制的頁面\";'),('ami','messages:unstrip-size-category-desc','s:47:\"zh-hant:頁面超出 unstrip 的大小限制。\";'),('ami','messages:unstrip-size-warning','s:39:\"zh-hant:Unstrip 大小超出限制 ($1)\";'),('ami','messages:unsupported-content-diff','s:40:\"zh-hant:Diffs 不支援內容模型$1。\";'),('ami','messages:unsupported-content-diff2','s:75:\"zh-hant:在此 wiki 上不支援內容模型$1與$2兩者之間的 Diffs。\";'),('ami','messages:unsupported-content-model','s:75:\"zh-hant:<strong>警告：</strong>內容模型$1在此 wiki 上不支援。\";'),('ami','messages:unusedcategories','s:26:\"zh-hant:未使用的分類\";'),('ami','messages:unusedcategories-summary','s:3:\"en:\";'),('ami','messages:unusedcategoriestext','s:65:\"zh-hant:下列分類沒有被其它頁面或者分類所使用。\";'),('ami','messages:unusedimages','s:26:\"zh-hant:未使用的檔案\";'),('ami','messages:unusedimages-summary','s:3:\"en:\";'),('ami','messages:unusedimagestext','s:170:\"zh-hant:下列為未被任何頁面使用的檔案。\n請注意，其它網站可能直接透過 URL 連結至檔案，所以這裡列出的檔案有可能仍在使用。\";'),('ami','messages:unusedimagestext-categorizedimgisused','s:257:\"zh-hant:以下為存在但尚未內嵌在任何頁面的檔案。已分類圖片就算未內嵌在任何頁面，也會被視為已使用。\n請注意其它網站可能會以直接的 URL 來連結檔案，因此儘管正被使用仍有可能會被列出。\";'),('ami','messages:unusedtemplates','s:26:\"zh-hant:未使用的模板\";'),('ami','messages:unusedtemplates-summary','s:3:\"en:\";'),('ami','messages:unusedtemplatestext','s:173:\"zh-hant:此頁面列出所有於 {{ns:template}} 命名空間下未被其他頁面引用的模板。\n在刪除前，仍需檢查是否有連結這些模板的其他頁面。\";'),('ami','messages:unusedtemplateswlh','s:20:\"zh-hant:其他連結\";'),('ami','messages:unwatch','s:23:\"ami:Misawad a mikangtok\";'),('ami','messages:unwatchedpages','s:26:\"zh-hant:未監視的頁面\";'),('ami','messages:unwatchedpages-summary','s:3:\"en:\";'),('ami','messages:unwatching','s:29:\"zh-hant:正在停止監視...\";'),('ami','messages:unwatchthispage','s:20:\"zh-hant:停止監視\";'),('ami','messages:updated','s:19:\"zh-hant:(已更新)\";'),('ami','messages:updatedmarker','s:41:\"zh-hant:自您上次瀏覽之後的更新\";'),('ami','messages:updatewatchlist','s:26:\"zh-hant:更新監視清單\";'),('ami','messages:upload','s:23:\"ami:mipaefer to tang^an\";'),('ami','messages:upload-copy-upload-invalid-domain','s:50:\"zh-hant:此網域不允許複製上傳的檔案。\";'),('ami','messages:upload-curl-error28','s:20:\"zh-hant:上傳逾時\";'),('ami','messages:upload-curl-error28-text','s:166:\"zh-hant:網站超出回應時間限制。\n請檢查該網站是否正常運作，並稍候一會再試一次。\n建議您可在非網路尖峰時段再嘗試連線。\";'),('ami','messages:upload-curl-error6','s:27:\"zh-hant:無法連線至 URL\";'),('ami','messages:upload-curl-error6-text','s:112:\"zh-hant:無法連線至指定的 URL 。\n請重新檢查 URL 是否正確，且確認網站是否正常運作。\";'),('ami','messages:upload-default-description','s:4:\"en:-\";'),('ami','messages:upload-description','s:20:\"zh-hant:檔案描述\";'),('ami','messages:upload-dialog-button-back','s:14:\"zh-hant:返回\";'),('ami','messages:upload-dialog-button-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:upload-dialog-button-done','s:14:\"zh-hant:完成\";'),('ami','messages:upload-dialog-button-save','s:14:\"zh-hant:儲存\";'),('ami','messages:upload-dialog-button-upload','s:14:\"zh-hant:上傳\";'),('ami','messages:upload-dialog-disabled','s:66:\"zh-hant:此wiki已關閉使用此對話框上傳檔案的功能。\";'),('ami','messages:upload-dialog-title','s:23:\"ami:mipaefer to tang^an\";'),('ami','messages:upload-disallowed-here','s:44:\"ami:cowa ko mamatahepo iso kona tang’an。\";'),('ami','messages:upload-file-error','s:20:\"zh-hant:內部錯誤\";'),('ami','messages:upload-file-error-text','s:122:\"zh-hant:嘗試在伺服器上建立暫存檔案時發生內部錯誤。\n請連絡 [[Special:ListUsers/sysop|管理員]]。\";'),('ami','messages:upload-foreign-cant-load-config','s:71:\"zh-hant:載入要上傳檔案到遠端檔案儲存庫的設定失敗。\";'),('ami','messages:upload-foreign-cant-upload','s:77:\"zh-hant:此 wiki 未設定可上傳來自遠端檔案庫的請求的檔案。\";'),('ami','messages:upload-form-label-infoform-categories','s:13:\"ami:pisakilac\";'),('ami','messages:upload-form-label-infoform-date','s:15:\"ami:O romi’ad\";'),('ami','messages:upload-form-label-infoform-description','s:9:\"ami:kimad\";'),('ami','messages:upload-form-label-infoform-description-tooltip','s:126:\"zh-hant:簡短描述該作品任何值得說明的事項。\n以照片為例，可提及照片中的事物、情境及地點。\";'),('ami','messages:upload-form-label-infoform-name','s:14:\"zh-hant:名稱\";'),('ami','messages:upload-form-label-infoform-name-tooltip','s:153:\"zh-hant:具獨特描述性的檔案標題，將會用來做為檔名。 您可以使用您的語系及空白做為檔名，請勿包含檔案副檔名。\";'),('ami','messages:upload-form-label-infoform-title','s:20:\"zh-hant:詳細資料\";'),('ami','messages:upload-form-label-not-own-work-local-generic-foreign','s:152:\"zh-hant:若此檔案可遵守該站的授權政策上傳檔案，您可能會希望直接嘗試使用 [[Special:Upload|{{SITENAME}} 的上傳頁面]]。\";'),('ami','messages:upload-form-label-not-own-work-local-generic-local','s:66:\"zh-hant:您也可嘗試[[Special:Upload|預設的上傳頁面]]。\";'),('ami','messages:upload-form-label-not-own-work-message-generic-foreign','s:116:\"zh-hant:若您無法同意遵守共享儲存庫的政策上傳檔案，請關閉此對話框並嘗試其他方法。\";'),('ami','messages:upload-form-label-not-own-work-message-generic-local','s:113:\"zh-hant:若您無法同意遵守{{SITENAME}}的政策上傳檔案，請關閉此對話框並嘗試其他方法。\";'),('ami','messages:upload-form-label-own-work','s:26:\"zh-hant:這是我的作品\";'),('ami','messages:upload-form-label-own-work-message-generic-foreign','s:125:\"zh-hant:我明白我將上傳此檔案到一個共享的儲存庫，我確認已遵守本站的服務條款與授權政策。\";'),('ami','messages:upload-form-label-own-work-message-generic-local','s:95:\"zh-hant:我確定我上傳的檔案已遵守下列{{SITENAME}}的服務條款與授權條款。\";'),('ami','messages:upload-form-label-usage-filename','s:20:\"zh-hant:檔案名稱\";'),('ami','messages:upload-form-label-usage-title','s:14:\"zh-hant:用法\";'),('ami','messages:upload-http-error','s:31:\"zh-hant:發生 HTTP 錯誤：$1\";'),('ami','messages:upload-maxfilesize','s:31:\"zh-hant:檔案大小限制：$1\";'),('ami','messages:upload-misc-error','s:29:\"zh-hant:不明的上傳錯誤\";'),('ami','messages:upload-misc-error-text','s:181:\"zh-hant:上傳時發生不明錯誤。\n請檢查您的 URL 是否有效且可存取，然後再重試一次。\n如果仍有問題，請聯絡[[Special:ListUsers/sysop|管理員]]。\";'),('ami','messages:upload-options','s:20:\"zh-hant:上傳選項\";'),('ami','messages:upload-permitted','s:37:\"zh-hant:允許的檔案類型：$1。\";'),('ami','messages:upload-preferred','s:37:\"zh-hant:建議的檔案類型：$1。\";'),('ami','messages:upload-prohibited','s:37:\"zh-hant:禁止的檔案類型：$1。\";'),('ami','messages:upload-proto-error','s:29:\"zh-hant:通訊協定不正確\";'),('ami','messages:upload-proto-error-text','s:103:\"zh-hant:遠端上傳檔案需要使用以 <code>http://</code> 或 <code>ftp://</code> 開頭的 URL。\";'),('ami','messages:upload-recreate-warning','s:153:\"zh-hant:<strong>警告：曾有檔案使用此名稱已被刪除或者移動至它處。</strong>\n\n在此提供刪除與移動日誌方便作為參考：\";'),('ami','messages:upload-scripted-dtd','s:63:\"zh-hant:無法上傳內含非標準 DTD 宣告的 SVG 檔案。\";'),('ami','messages:upload-scripted-pi-callback','s:66:\"zh-hant:無法上傳包含 XML-stylesheet 處理命令的檔案。\";'),('ami','messages:upload-source','s:20:\"zh-hant:來源檔案\";'),('ami','messages:upload-summary','s:3:\"en:\";'),('ami','messages:upload-too-many-redirects','s:49:\"zh-hant:該 URL 重新導向至太多其他位址\";'),('ami','messages:upload-tryagain','s:38:\"zh-hant:送出修改後的檔案描述\";'),('ami','messages:upload-tryagain-nostash','s:50:\"zh-hant:提交重新上傳的檔案並修改說明\";'),('ami','messages:upload_directory_missing','s:71:\"zh-hant:缺少上傳目錄 ($1) 且網頁伺服器沒有權限建立。\";'),('ami','messages:upload_directory_read_only','s:65:\"zh-hant:網頁伺服器沒有上傳目錄 ($1) 的寫入權限。\";'),('ami','messages:upload_source_file','s:50:\"zh-hant:（您在您的電腦上選擇的檔案）\";'),('ami','messages:upload_source_url','s:65:\"zh-hant:(您選擇的檔案來自有效、可公開存取的 URL)\";'),('ami','messages:uploadbtn','s:20:\"zh-hant:上傳檔案\";'),('ami','messages:uploaddisabled','s:26:\"zh-hant:已停用上傳。\";'),('ami','messages:uploaddisabledtext','s:32:\"zh-hant:已停用檔案上傳。\";'),('ami','messages:uploaded-animate-svg','s:136:\"zh-hant:於已上傳的 SVG 檔案中找到 \"animate\" 標籤可能會使用 \"from\" 屬性 <code>&lt;$1 $2=\"$3\"&gt;</code> 更改 href。\";'),('ami','messages:uploaded-event-handler-on-svg','s:82:\"zh-hant:不允許在 SVG 檔案設定 event-handler 屬性 <code>$1=\"$2\"</code>。\";'),('ami','messages:uploaded-hostile-svg','s:77:\"zh-hant:於已上傳的 SVG 檔案的樣式標籤中找到不安全的 CSS。\";'),('ami','messages:uploaded-href-attribute-svg','s:344:\"zh-hant:<a> 元素僅可用來連結（href）內嵌檔案（data:）、超文本傳輸協定（http://）、超文本傳輸安全協定（https://），或是片段（#，相同文件）目標。對於其它像是 <image> 元素僅允許內嵌檔案和片段。嘗試當匯出您的 SVG 時嵌入圖片。找尋<code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ami','messages:uploaded-href-unsafe-target-svg','s:127:\"zh-hant:於已上傳的 SVG 檔案中找到 href 連結至不安全的資料：URI 目標為 <code>&lt;$1 $2=\"$3\"&gt;</code>。\";'),('ami','messages:uploaded-image-filter-svg','s:109:\"zh-hant:於已上傳的 SVG 檔案中找到以 URL 形式的圖片篩選：<code>&lt;$1 $2=\"$3\"&gt;</code>。\";'),('ami','messages:uploaded-remote-url-svg','s:119:\"zh-hant:於已上傳的 SVG 檔案中找到 <code>$1=\"$2\"</code>，已禁止 SVG 使用任何遠端 URL 設定樣式。\";'),('ami','messages:uploaded-script-svg','s:75:\"zh-hant:於已上傳的 SVG 檔案中找到可編寫腳本的標籤 \"$1\"。\";'),('ami','messages:uploaded-setting-event-handler-svg','s:117:\"zh-hant:於已上傳的 SVG 檔案中找到 <code>&lt;$1 $2=\"$3\"&gt;</code>，已禁止設定 event-handler 屬性。\";'),('ami','messages:uploaded-setting-handler-svg','s:133:\"zh-hant:於已上傳的 SVG 檔案中找到 <code>$1=\"$2\"</code>，已禁止 SVG 使用 remote/data/script 設定 \"handler\" 屬性。\";'),('ami','messages:uploaded-setting-href-svg','s:74:\"zh-hant:已禁止使用 \"set\" 標籤來加入 \"href\" 屬性至父元素。\";'),('ami','messages:uploaded-wrong-setting-svg','s:157:\"zh-hant:於已上傳的 SVG 檔案中找到 <code>&lt;set to=\"$1\"&gt;</code>，已禁止使用 \"set\" 標籤加入 remote/data/script 目標至任何屬性。\";'),('ami','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ami','messages:uploaderror','s:20:\"zh-hant:上傳錯誤\";'),('ami','messages:uploadfooter','s:4:\"en:-\";'),('ami','messages:uploadinvalidxml','s:48:\"zh-hant:無法解析已上傳檔案中的 XML。\";'),('ami','messages:uploadlogpage','s:44:\"ami:Mipaefer to nisoritan to romi’ami’ad\";'),('ami','messages:uploadlogpagetext','s:122:\"zh-hant:以下清單為最近上傳的檔案。以視覺化的方式檢視請見[[Special:NewFiles|最新檔案圖庫]]。\";'),('ami','messages:uploadnewversion-linktext','s:35:\"zh-hant:上傳此檔案的新版本\";'),('ami','messages:uploadnologin','s:20:\"zh-hant:尚未登入\";'),('ami','messages:uploadnologintext','s:45:\"zh-hant:您必須先 $1 才能上傳檔案。\";'),('ami','messages:uploadscripted','s:84:\"zh-hant:此檔案包含可能會被網頁瀏覽器錯誤執行的 HTML 或 Script。\";'),('ami','messages:uploadscriptednamespace','s:77:\"zh-hant:此 SVG 檔案使用了非法的命名空間 \"<nowiki>$1</nowiki>\"。\";'),('ami','messages:uploadstash','s:23:\"zh-hant:上傳儲藏庫\";'),('ami','messages:uploadstash-bad-path','s:26:\"zh-hant:路徑不存在。\";'),('ami','messages:uploadstash-bad-path-bad-format','s:43:\"zh-hant:儲藏鍵「$1」格式不正確。\";'),('ami','messages:uploadstash-bad-path-invalid','s:23:\"zh-hant:路徑無效。\";'),('ami','messages:uploadstash-bad-path-no-handler','s:57:\"zh-hant:找不到用於檔案 $2 的 MIME $1 處理器。\";'),('ami','messages:uploadstash-bad-path-unknown-type','s:31:\"zh-hant:不明類型「$1」。\";'),('ami','messages:uploadstash-bad-path-unrecognized-thumb-name','s:38:\"zh-hant:無法識別的縮圖名稱。\";'),('ami','messages:uploadstash-badtoken','s:86:\"zh-hant:執行動作失敗。您的編輯憑証可能已經過期，請重新再試。\";'),('ami','messages:uploadstash-clear','s:29:\"zh-hant:清除儲藏庫檔案\";'),('ami','messages:uploadstash-errclear','s:29:\"zh-hant:清除檔案失敗。\";'),('ami','messages:uploadstash-exception','s:52:\"zh-hant:無法儲存上傳到儲藏庫 ($1): \"$2\"。\";'),('ami','messages:uploadstash-file-not-found','s:43:\"zh-hant:在儲藏裡找不到鍵「$1」。\";'),('ami','messages:uploadstash-file-not-found-missing-content-type','s:37:\"zh-hant:缺少 content-type header。\";'),('ami','messages:uploadstash-file-not-found-no-local-path','s:50:\"zh-hant:沒有用於縮放項目的本地路徑。\";'),('ami','messages:uploadstash-file-not-found-no-remote-thumb','s:40:\"zh-hant:取得縮圖失敗：$1\nURL = $2\";'),('ami','messages:uploadstash-file-not-found-no-thumb','s:29:\"zh-hant:無法獲得縮圖。\";'),('ami','messages:uploadstash-file-not-found-not-exists','s:47:\"zh-hant:找不到路徑，或不是純檔案。\";'),('ami','messages:uploadstash-file-too-large','s:51:\"zh-hant:無法處理大於 $1 位元組的檔案。\";'),('ami','messages:uploadstash-no-such-key','s:58:\"zh-hant:沒有「$1」這樣的儲藏鍵，無法移除。\";'),('ami','messages:uploadstash-nofiles','s:35:\"zh-hant:您沒有儲藏的檔案。\";'),('ami','messages:uploadstash-not-logged-in','s:65:\"zh-hant:未有使用者登入。檔案必須要屬於使用者。\";'),('ami','messages:uploadstash-refresh','s:26:\"zh-hant:更新檔案清單\";'),('ami','messages:uploadstash-summary','s:167:\"zh-hant:此頁面可存取已上傳或還在上傳程序但尚未在 Wiki 公開的檔案，這些檔案除了上傳的使用者本身外，其他人尚無法查看。\";'),('ami','messages:uploadstash-thumbnail','s:20:\"zh-hant:檢視縮圖\";'),('ami','messages:uploadstash-wrong-owner','s:55:\"zh-hant:此檔案（$1）不屬於目前的使用者。\";'),('ami','messages:uploadstash-zero-length','s:29:\"zh-hant:檔案長度為零。\";'),('ami','messages:uploadtext','s:837:\"zh-hant:使用下面的表單來上傳檔案。\n要檢視或搜尋以前上傳的檔案，可至[[Special:FileList|檔案上傳清單]]。上傳與重新上傳會記錄在[[Special:Log/upload|上傳日誌]]裡。刪除會記錄在[[Special:Log/delete|刪除日誌]]裡。\n\n要在頁面中引用檔案，可使用以下其中一種方式連結：\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> 顯示完整尺寸的圖片\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|說明文字]]</nowiki></code></strong> 會在左方放置一張 200 像素寬的圖片於框中，該圖片的下方會以「說明文字」該欄作為描述\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> 直接連結到圖片而不顯示預覽\";'),('ami','messages:uploadvirus','s:50:\"zh-hant:該檔案含有病毒！\n詳細資料：$1\";'),('ami','messages:uploadwarning','s:20:\"zh-hant:上傳警告\";'),('ami','messages:uploadwarning-text','s:50:\"zh-hant:請修改以下的檔案描述並重試。\";'),('ami','messages:uploadwarning-text-nostash','s:65:\"zh-hant:請重新上傳檔案，在下方修改說明並重試。\";'),('ami','messages:user-mail-no-addy','s:56:\"zh-hant:試圖傳送沒有電子郵件地址的郵件。\";'),('ami','messages:user-mail-no-body','s:68:\"zh-hant:試圖寄出內容為空的或異常簡短的電子郵件。\";'),('ami','messages:usercreated','s:38:\"zh-hant:於 $1 $2 {{GENDER:$3|建立}}\";'),('ami','messages:usercssispublic','s:90:\"zh-hant:請注意：CSS 子頁面可被其他使用者檢視，不應包含機密資料。\";'),('ami','messages:usercsspreview','s:87:\"zh-hant:<strong>您目前正預覽您的使用者 CSS，CSS 還尚未發布！</strong>\";'),('ami','messages:usercssyoucanpreview','s:110:\"zh-hant:<strong>提示：</strong>在發布之前使用「{{int:showpreview}}」按鈕來測試您新的CSS。\";'),('ami','messages:usereditcount','s:34:\"zh-hant:$1 次{{PLURAL:$1|編輯}}\";'),('ami','messages:userexists','s:74:\"zh-hant:您所輸入的使用者名稱已存在，請另選一個名稱。\";'),('ami','messages:userinvalidconfigtitle','s:198:\"zh-hant:<strong>警告：</strong>無此外觀 \"$1\"。\n自訂的 .css、.json 和 .js 頁面要使用小寫標題，例如：{{ns:user}}:Foo/vector.css 與 {{ns:user}}:Foo/Vector.css 是不同的。\";'),('ami','messages:userjsdangerous','s:215:\"zh-hant:請注意：任何時候您載入頁面時，包含在此頁面的腳本將會運作。添加在此的惡意代碼，會對帳號造成危及。當您預覽您對此頁面的更改時，代碼將會執行。\";'),('ami','messages:userjsispublic','s:97:\"zh-hant:請注意：JavaScript 子頁面可被其他使用者檢視，不應包含機密資料。\";'),('ami','messages:userjsonispublic','s:97:\"zh-hant:請注意：JSON 子頁面可被其它使用者檢視，因此不應包含機密資料。\";'),('ami','messages:userjsonpreview','s:113:\"zh-hant:<strong>請注意您僅是在測試/預覽您的使用者 JSON 設定，內容還尚未發布！</strong>\";'),('ami','messages:userjsonyoucanpreview','s:111:\"zh-hant:<strong>提示：</strong>在發布之前使用「{{int:showpreview}}」按鈕來測試您新的JSON。\";'),('ami','messages:userjspreview','s:101:\"zh-hant:<strong>您目前正預覽您的使用者 JavaScript，JavaScript 還尚未發布！</strong>\";'),('ami','messages:userjsyoucanpreview','s:117:\"zh-hant:<strong>提示：</strong>在發布之前使用「{{int:showpreview}}」按鈕來測試您新的JavaScript。\";'),('ami','messages:userlogin-createanother','s:29:\"zh-hant:建立另一個帳號\";'),('ami','messages:userlogin-helplink2','s:21:\"ami:padama to picomod\";'),('ami','messages:userlogin-joinproject','s:34:\"ami:Mikapot a micomod {{SITENAME}}\";'),('ami','messages:userlogin-loggedin','s:108:\"zh-hant:您目前已登入 {{GENDER:$1|$1}} 使用者，\n請使用下列表單改登入另一位使用者。\";'),('ami','messages:userlogin-noaccount','s:28:\"ami:Awaay ko cang-haw hay？\";'),('ami','messages:userlogin-reauth','s:66:\"zh-hant:您必須再登入一次來驗證您為{{GENDER:$1|$1}}。\";'),('ami','messages:userlogin-remembermypassword','s:33:\"ami:haratengen ko picomod no mako\";'),('ami','messages:userlogin-resetpassword-link','s:27:\"ami:mapawan/matawal mi-ma^?\";'),('ami','messages:userlogin-signwithsecure','s:26:\"zh-hant:使用安全連線\";'),('ami','messages:userlogin-yourname','s:29:\"ami:o ngangan no micokaymasay\";'),('ami','messages:userlogin-yourname-ph','s:45:\"ami:pacomden ko ngangan no picokaymas no miso\";'),('ami','messages:userlogin-yourpassword','s:11:\"ami:mima’\";'),('ami','messages:userlogin-yourpassword-ph','s:31:\"ami:pacomden ko mima’ no miso\";'),('ami','messages:userlogout','s:14:\"zh-hant:登出\";'),('ami','messages:userlogout-continue','s:29:\"zh-hant:您想要登出嗎？\";'),('ami','messages:userlogout-summary','s:3:\"en:\";'),('ami','messages:userlogout-temp','s:77:\"zh-hant:你確定要登出嗎？將無法重新登入到你的臨時帳號。\";'),('ami','messages:usermaildisabled','s:38:\"zh-hant:使用者電子郵件已停用\";'),('ami','messages:usermaildisabledtext','s:68:\"zh-hant:您不能傳送電子郵件到本 Wiki 上的其他使用者\";'),('ami','messages:usermessage-editor','s:18:\"ami:si-tong  lihaf\";'),('ami','messages:usermessage-summary','s:29:\"zh-hant:留訊息至系統。\";'),('ami','messages:usermessage-template','s:30:\"zh-hans:MediaWiki:用户通知\";'),('ami','messages:username','s:40:\"zh-hant:{{GENDER:$1|使用者名稱}}：\";'),('ami','messages:usernameinprogress','s:62:\"zh-hant:已開始為此使用者名建立帳號，請稍等。\";'),('ami','messages:userpage-userdoesnotexist','s:100:\"zh-hant:使用者帳號「$1」尚未註冊。若要建立或編輯此頁面，請先檢查清楚。\";'),('ami','messages:userpage-userdoesnotexist-view','s:68:\"ami:Caay ho ka hayda ko pipangangan a cang-haw no micokaymasay \"$1\".\";'),('ami','messages:userrights','s:23:\"zh-hant:使用者權限\";'),('ami','messages:userrights-cannot-shorten-expiry','s:134:\"zh-hant:您無法提前群組 \"$1\" 中成員的期限。只有擁有新增與移除此群組權限的使用者可以將期限提前。\";'),('ami','messages:userrights-changeable-col','s:29:\"zh-hant:您可變更的群組\";'),('ami','messages:userrights-conflict','s:77:\"zh-hant:使用者權限變更發生衝突！請檢閱並確認你的變更。\";'),('ami','messages:userrights-editusergroup','s:43:\"zh-hant:編輯{{GENDER:$1|使用者}}群組\";'),('ami','messages:userrights-expiry','s:23:\"zh-hant:結束時間：\";'),('ami','messages:userrights-expiry-current','s:20:\"zh-hant:期限至 $1\";'),('ami','messages:userrights-expiry-existing','s:32:\"zh-hant:現有的期限：$3, $2\";'),('ami','messages:userrights-expiry-in-past','s:38:\"zh-hant:群組 \"$1\" 的期限已過。\";'),('ami','messages:userrights-expiry-none','s:20:\"zh-hant:沒有期限\";'),('ami','messages:userrights-expiry-options','s:98:\"zh-hant:1 天:1 day,1 週:1 week,1 個月:1 month,3 個月:3 months,6 個月:6 months,1 年:1 year\";'),('ami','messages:userrights-expiry-othertime','s:23:\"zh-hant:其他時間：\";'),('ami','messages:userrights-groups-help','s:367:\"zh-hant:您可以更改{{GENDER:$1|此使用者}}所屬的群組：\n* 已勾選的核選方塊代表該使用者屬於該群組。\n* 未勾選的核選方塊代表該使用者不屬於該群組。\n* 有 * 號標示代表一旦加入該群組後便不能移除，反之亦然。\n* 有 # 號標示代表您只能延後此群組成員的期限，您無法將其提前。\";'),('ami','messages:userrights-groupsmember','s:23:\"zh-hant:所屬群組：\";'),('ami','messages:userrights-groupsmember-auto','s:29:\"zh-hant:所屬隱含群組：\";'),('ami','messages:userrights-groupsmember-type','s:10:\"zh-hans:$1\";'),('ami','messages:userrights-invalid-expiry','s:38:\"zh-hant:群組 \"$1\" 的期限無效。\";'),('ami','messages:userrights-irreversible-marker','s:11:\"zh-hans:$1*\";'),('ami','messages:userrights-lookup-user','s:23:\"zh-hant:選擇使用者\";'),('ami','messages:userrights-no-interwiki','s:68:\"zh-hant:您沒有權限去編輯其他 Wiki 上的使用者權限。\";'),('ami','messages:userrights-no-shorten-expiry-marker','s:11:\"zh-hans:$1#\";'),('ami','messages:userrights-nodatabase','s:57:\"zh-hant:資料庫 $1 不存在或不在本地主機的。\";'),('ami','messages:userrights-reason','s:17:\"zh-hant:原因：\";'),('ami','messages:userrights-summary','s:3:\"en:\";'),('ami','messages:userrights-systemuser','s:52:\"zh-hant:{{GENDER:$1|此使用者}}是系統使用者\";'),('ami','messages:userrights-unchangeable-col','s:32:\"zh-hant:您不可變更的群組\";'),('ami','messages:userrights-user-editname','s:35:\"zh-hant:請輸入使用者名稱：\";'),('ami','messages:userrights-viewusergroup','s:43:\"zh-hant:檢視{{GENDER:$1|使用者}}群組\";'),('ami','messages:variantname-crh','s:6:\"en:crh\";'),('ami','messages:variantname-crh-cyrl','s:44:\"zh-hans:克里米亚鞑靼语（西里尔）\";'),('ami','messages:variantname-crh-latn','s:41:\"zh-hans:克里米亚鞑靼语（拉丁）\";'),('ami','messages:variantname-gan','s:6:\"en:gan\";'),('ami','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('ami','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('ami','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ami','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ami','messages:variantname-iu','s:5:\"en:iu\";'),('ami','messages:variantname-kk','s:5:\"en:kk\";'),('ami','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ami','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('ami','messages:variantname-kk-cyrl','s:41:\"zh-hans:哈萨克语（西里尔字母）\";'),('ami','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('ami','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ami','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('ami','messages:variantname-ku','s:5:\"en:ku\";'),('ami','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ami','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ami','messages:variantname-shi','s:6:\"en:shi\";'),('ami','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ami','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ami','messages:variantname-sr','s:5:\"en:sr\";'),('ami','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ami','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('ami','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('ami','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ami','messages:variantname-tg','s:5:\"en:tg\";'),('ami','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ami','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ami','messages:variantname-tly','s:6:\"en:tly\";'),('ami','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ami','messages:variantname-uz','s:5:\"en:uz\";'),('ami','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ami','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ami','messages:variantname-zh','s:17:\"zh-hant:不轉換\";'),('ami','messages:variantname-zh-cn','s:20:\"zh-hant:大陸簡體\";'),('ami','messages:variantname-zh-hans','s:14:\"zh-hant:簡體\";'),('ami','messages:variantname-zh-hant','s:17:\"zh-hant:‪繁體\";'),('ami','messages:variantname-zh-hk','s:20:\"zh-hant:香港繁體\";'),('ami','messages:variantname-zh-mo','s:20:\"zh-hant:澳門繁體\";'),('ami','messages:variantname-zh-my','s:26:\"zh-hant:馬來西亞簡體\";'),('ami','messages:variantname-zh-sg','s:23:\"zh-hant:新加坡簡體\";'),('ami','messages:variantname-zh-tw','s:20:\"zh-hant:臺灣正體\";'),('ami','messages:variants','s:15:\"ami:namafalican\";'),('ami','messages:vector-2022-prefs-talkpage','s:59:\"zh-hant:[[mw:Talk:Reading/Web/Desktop_Improvements|討論]]\";'),('ami','messages:vector-action-addsection','s:23:\"ami:micomod hasasowalen\";'),('ami','messages:vector-action-delete','s:16:\"ami:masopitay to\";'),('ami','messages:vector-action-move','s:11:\"ami:malinah\";'),('ami','messages:vector-action-protect','s:11:\"ami:midipot\";'),('ami','messages:vector-action-toggle-sidebar','s:20:\"zh-hant:切換側欄\";'),('ami','messages:vector-action-undelete','s:20:\"zh-hant:取消刪除\";'),('ami','messages:vector-action-unprotect','s:26:\"zh-hant:變更保護層級\";'),('ami','messages:vector-anon-user-menu-pages','s:41:\"zh-hant:用於已登出編輯者的頁面\";'),('ami','messages:vector-anon-user-menu-pages-label','s:32:\"zh-hant:了解更多有關編輯\";'),('ami','messages:vector-anon-user-menu-pages-learn','s:20:\"zh-hant:了解更多\";'),('ami','messages:vector-article-tools-nav-label','s:14:\"zh-hant:工具\";'),('ami','messages:vector-intro-page','s:25:\"zh-hant:Help:新手入門\";'),('ami','messages:vector-jumptocontent','s:20:\"zh-hant:跳至內容\";'),('ami','messages:vector-jumptonavigation','s:20:\"zh-hant:跳至導覽\";'),('ami','messages:vector-jumptosearch','s:20:\"zh-hant:跳至搜尋\";'),('ami','messages:vector-language-button-aria-label','s:74:\"zh-hant:前往別種語言的條目。有 {{PLURAL:$1|$1}} 種語言可用\";'),('ami','messages:vector-language-button-label','s:34:\"zh-hant:{{PLURAL:$1|$1}} 種語言\";'),('ami','messages:vector-language-redirect-to-top','s:114:\"zh-hant:在{{SITENAME}}中，語言連結位於頁面頂端，標題的另一側。[[#p-lang-btn|前往頂端]]。\";'),('ami','messages:vector-language-variant-switcher-label','s:26:\"zh-hant:變更語言變體\";'),('ami','messages:vector-languages','s:14:\"zh-hant:語言\";'),('ami','messages:vector-main-menu-tooltip','s:17:\"zh-hant:主選單\";'),('ami','messages:vector-more-actions','s:22:\"ami:matongal ko adihay\";'),('ami','messages:vector-no-language-button-aria-label','s:74:\"zh-hant:這篇條目只存在於此語言中。添加其他語言的條目\";'),('ami','messages:vector-no-language-button-label','s:20:\"zh-hant:新增語言\";'),('ami','messages:vector-opt-out','s:26:\"zh-hant:切換至舊外觀\";'),('ami','messages:vector-opt-out-tooltip','s:63:\"zh-hant:變更您的設定以切回舊外觀（舊版 Vector）\";'),('ami','messages:vector-search-loader','s:32:\"zh-hant:正在載入搜尋建議\";'),('ami','messages:vector-searchsuggest-containing','s:101:\"zh-hant:搜尋包含 <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> 的頁面\";'),('ami','messages:vector-site-nav-label','s:14:\"zh-hant:站台\";'),('ami','messages:vector-skin-desc','s:244:\"zh-hant:提供兩種 Vector 外觀：\n* 2011年版 - 現代版的 MonoBook，有著較新穎的外觀與許多可用性的改進。\n* 2022年版 - 作為維基媒體基金會 [[mw:Desktop Improvements]] 計畫一部分組建的 Vector 外觀。\";'),('ami','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('ami','messages:vector-toc-beginning','s:14:\"zh-hant:序言\";'),('ami','messages:vector-toc-collapsible-button-label','s:20:\"zh-hant:切換目次\";'),('ami','messages:vector-toc-heading','s:14:\"zh-hant:目次\";'),('ami','messages:vector-toc-menu-tooltip','s:14:\"zh-hant:目次\";'),('ami','messages:vector-toc-toggle-button-label','s:27:\"zh-hant:切換 $1 子章節\";'),('ami','messages:vector-toc-toggle-position-sidebar','s:23:\"zh-hant:移至側邊欄\";'),('ami','messages:vector-toc-toggle-position-title','s:14:\"zh-hant:隱藏\";'),('ami','messages:vector-view-create','s:14:\"ami:misanga’\";'),('ami','messages:vector-view-edit','s:13:\"ami:misinanot\";'),('ami','messages:vector-view-history','s:39:\"ami:misongila’ a minengneng to likisi\";'),('ami','messages:vector-view-view','s:10:\"ami:miasip\";'),('ami','messages:vector-view-viewsource','s:42:\"ami:misongila’ a minengneng to yin-se-ma\";'),('ami','messages:vector.css','s:81:\"zh-hant:/* 此處所有的 CSS 都會在使用者使用 Vector 外觀時載入 */\";'),('ami','messages:vector.js','s:88:\"zh-hant:/* 此處所有的 JavaScript 都會在使用者使用 Vector 外觀時載入 */\";'),('ami','messages:verification-error','s:35:\"zh-hant:此檔案未通過驗證。\";'),('ami','messages:version','s:14:\"zh-hant:版本\";'),('ami','messages:version-antispam','s:26:\"zh-hant:垃圾訊息防止\";'),('ami','messages:version-api','s:6:\"en:API\";'),('ami','messages:version-credits-not-found','s:62:\"zh-hant:此擴充套件沒有相關的詳細製作群資訊。\";'),('ami','messages:version-credits-summary','s:84:\"zh-hant:我們感謝以下人士為 [[Special:Version|MediaWiki]] 作出的貢獻。\";'),('ami','messages:version-credits-title','s:23:\"zh-hant:$1 的製作群\";'),('ami','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ami','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ami','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ami','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ami','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ami','messages:version-editors','s:17:\"zh-hant:編輯器\";'),('ami','messages:version-entrypoints','s:18:\"zh-hant:入口 URL\";'),('ami','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ami','messages:version-entrypoints-articlepath','s:94:\"zh-hant:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath 頁面路徑]\";'),('ami','messages:version-entrypoints-header-entrypoint','s:14:\"zh-hant:入口\";'),('ami','messages:version-entrypoints-header-url','s:11:\"zh-hant:URL\";'),('ami','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ami','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ami','messages:version-entrypoints-scriptpath','s:93:\"zh-hant:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath 腳本路徑]\";'),('ami','messages:version-ext-colheader-credits','s:14:\"zh-hant:作者\";'),('ami','messages:version-ext-colheader-description','s:9:\"ami:kimad\";'),('ami','messages:version-ext-colheader-license','s:20:\"zh-hant:授權條款\";'),('ami','messages:version-ext-colheader-name','s:20:\"zh-hant:擴充功能\";'),('ami','messages:version-ext-colheader-version','s:14:\"zh-hant:版本\";'),('ami','messages:version-ext-license','s:20:\"zh-hant:授權條款\";'),('ami','messages:version-extensions','s:32:\"zh-hant:已安裝的擴充功能\";'),('ami','messages:version-hook-name','s:20:\"zh-hant:掛鉤名稱\";'),('ami','messages:version-hook-subscribedby','s:14:\"zh-hant:署名\";'),('ami','messages:version-hooks','s:14:\"zh-hant:掛鉤\";'),('ami','messages:version-libraries','s:29:\"zh-hant:已安裝的程式庫\";'),('ami','messages:version-libraries-authors','s:14:\"zh-hant:作者\";'),('ami','messages:version-libraries-description','s:9:\"ami:kimad\";'),('ami','messages:version-libraries-library','s:17:\"zh-hant:程式庫\";'),('ami','messages:version-libraries-license','s:20:\"zh-hant:授權條款\";'),('ami','messages:version-libraries-version','s:14:\"zh-hant:版本\";'),('ami','messages:version-license','s:30:\"zh-hant:MediaWiki 授權條款\";'),('ami','messages:version-license-info','s:790:\"zh-hant:MediaWiki 為自由軟體；您可依據自由軟體基金會所發表的 GNU 通用公共授權條款規定，將本程式重新發佈與/或修改；無論您依據的是本授權條款的第二版或（您可自行選擇）之後的任何版本。\n\n本程式發佈的目的是希望可以提供協助，但<em>不負任何擔保責任</em>；亦無隱含對<strong>適售性</strong>或<strong>特定用途方面適用性</strong>的情形擔保。詳情請參照 GNU 通用公共授權。\n\n您應已隨本程式收到 [{{SERVER}}{{SCRIPTPATH}}/COPYING GNU 通用公共授權條款的副本]；如果沒有，請寄信通知自由軟體基金會，51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA，或[//www.gnu.org/licenses/old-licenses/gpl-2.0.html 線上閱讀]。\";'),('ami','messages:version-license-not-found','s:65:\"zh-hant:此擴充套件沒有相關的詳細授權條款資訊。\";'),('ami','messages:version-license-title','s:26:\"zh-hant:$1 的授權條款\";'),('ami','messages:version-mediahandlers','s:23:\"zh-hant:媒體處理器\";'),('ami','messages:version-no-ext-name','s:19:\"zh-hant:[未命名]\";'),('ami','messages:version-other','s:14:\"zh-hant:其他\";'),('ami','messages:version-parser-extensiontags','s:35:\"zh-hant:解析器擴充功能標籤\";'),('ami','messages:version-parser-function-hooks','s:29:\"zh-hant:解析器函數掛鉤\";'),('ami','messages:version-parserhooks','s:20:\"zh-hant:解析器鉤\";'),('ami','messages:version-poweredby-credits','s:115:\"zh-hant:此 wiki 由 <strong>[https://www.mediawiki.org/ MediaWiki]</strong> 驅動，版權所有 © 2001-$1 $2。\";'),('ami','messages:version-poweredby-others','s:26:\"zh-hant:其他開發人員\";'),('ami','messages:version-poweredby-translators','s:39:\"zh-hant: translatewiki.net 翻譯人員\";'),('ami','messages:version-poweredby-various','s:17:\"zh-hant:各作者\";'),('ami','messages:version-skin-colheader-name','s:14:\"zh-hant:外觀\";'),('ami','messages:version-skins','s:26:\"zh-hant:已安裝的外觀\";'),('ami','messages:version-software','s:26:\"zh-hant:已安裝的軟體\";'),('ami','messages:version-software-product','s:14:\"zh-hant:產品\";'),('ami','messages:version-software-version','s:14:\"zh-hant:版本\";'),('ami','messages:version-specialpages','s:21:\"ami:micidekay a felih\";'),('ami','messages:version-summary','s:3:\"en:\";'),('ami','messages:version-variables','s:14:\"zh-hant:變數\";'),('ami','messages:version-version','s:16:\"zh-hant:（$1）\";'),('ami','messages:versionrequired','s:37:\"zh-hant:需要 $1 版本的 MediaWiki\";'),('ami','messages:versionrequiredtext','s:101:\"zh-hant:需要 $1 版本的 MediaWiki 才能使用此頁面。\n請參考[[Special:Version|版本]]。\";'),('ami','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('ami','messages:view','s:29:\"ami:misongila’ a minengneng\";'),('ami','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ami','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ami','messages:view-pool-error','s:120:\"zh-hant:抱歉，太多使用者正嘗試檢視此頁面，目前伺服器超出負荷。請稍候片刻再嘗試。\n\n$1\";'),('ami','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ami','messages:viewcount','s:56:\"zh-hant:此頁面已被存取過{{PLURAL:$1| $1 次}}。\";'),('ami','messages:viewdeleted','s:20:\"zh-hant:檢視 $1？\";'),('ami','messages:viewdeleted_short','s:53:\"zh-hant:檢視{{PLURAL:$1| $1 項已刪除的修訂}}\";'),('ami','messages:viewdeletedpage','s:29:\"zh-hant:檢視已刪除頁面\";'),('ami','messages:viewhelppage','s:26:\"zh-hant:檢視說明頁面\";'),('ami','messages:viewinguserrights','s:89:\"zh-hant:檢視{{GENDER:$1|使用者}}<strong>[[User:$1|$1]]</strong>的使用者群組 $2\";'),('ami','messages:viewpagelogs','s:53:\"ami:misongila’ a minengneng to kilok ninian a felih\";'),('ami','messages:viewpagelogs-lowercase','s:32:\"zh-hant:檢視此頁面的日誌\";'),('ami','messages:viewprevnext','s:68:\"ami:misongila’ a minengneng to ($1 {{int:pipe-separator}} $2) ($3)\";'),('ami','messages:views','s:29:\"ami:misongila’ a minengneng\";'),('ami','messages:viewsource','s:42:\"ami:misongila’ a minengneng to yin-se-ma\";'),('ami','messages:viewsource-title','s:47:\"ami:misongila’ a manengneng to yin-se-m no $1\";'),('ami','messages:viewsourcelink','s:42:\"ami:misongila’ a minengneng to yin-se-ma\";'),('ami','messages:viewsourceold','s:42:\"ami:misongila’ a minengneng to yin-se-ma\";'),('ami','messages:viewsourcetext','s:81:\"ami:manga’ay misongila’ kiso a minengneng ato mirorod to yin-se-ma nona felih\";'),('ami','messages:viewtalkpage','s:26:\"zh-hant:檢視討論頁面\";'),('ami','messages:viewyourtext','s:85:\"zh-hant:您可以檢視並複製此頁面中<strong>您編輯</strong>的原始碼。\";'),('ami','messages:virus-badscanner','s:67:\"zh-hant:錯誤的設定：不明的病毒掃瞄程式：<em>$1</em>\";'),('ami','messages:virus-scanfailed','s:32:\"zh-hant:掃瞄失敗 (代碼 $1)\";'),('ami','messages:virus-unknownscanner','s:32:\"zh-hant:不明的防毒程式：\";'),('ami','messages:wantedcategories','s:23:\"zh-hant:需要的分類\";'),('ami','messages:wantedcategories-summary','s:3:\"en:\";'),('ami','messages:wantedfiles','s:23:\"zh-hant:需要的檔案\";'),('ami','messages:wantedfiles-summary','s:3:\"en:\";'),('ami','messages:wantedfiletext-cat','s:249:\"zh-hant:下列檔案被時用，但檔案不存在。 外部儲存庫的檔案儘管存在，但此清單仍會列出。 這類誤報的項目會以 <del>刪除線</del> 標示。 另外，頁面內嵌檔案不存在會於清單 [[:$1]] 中顯示。\";'),('ami','messages:wantedfiletext-cat-noforeign','s:116:\"zh-hant:下列檔案已被使用但不存在。 除此之外，頁面已內嵌但不存在的檔案列於 [[:$1]]。\";'),('ami','messages:wantedfiletext-nocat','s:179:\"zh-hant:下列檔案被時用，但檔案不存在。 外部儲存庫的檔案儘管存在，但此清單仍會列出。 這類誤報的項目會以 <del>刪除線</del> 標示。\";'),('ami','messages:wantedfiletext-nocat-noforeign','s:47:\"zh-hant:下列檔案已被使用但不存在。\";'),('ami','messages:wantedpages','s:23:\"zh-hant:需要的頁面\";'),('ami','messages:wantedpages-badtitle','s:43:\"zh-hant:結果集合中的標題無效：$1\";'),('ami','messages:wantedpages-summary','s:206:\"zh-hant:以下為最多連結的不存在頁面，除只有重新導向連結的頁面外。若要取得不存在的重新導向頁面，請至[[{{#special:BrokenRedirects}}|損壞的重新導向清單]]。\";'),('ami','messages:wantedtemplates','s:23:\"zh-hant:需要的模板\";'),('ami','messages:wantedtemplates-summary','s:3:\"en:\";'),('ami','messages:watch','s:11:\"ami:mitapal\";'),('ami','messages:watching','s:23:\"zh-hant:正在監視...\";'),('ami','messages:watchlist','s:36:\"ami:o pirorodan to tatapalen a tilid\";'),('ami','messages:watchlist-details','s:95:\"ami:o pirorodan to ’a’arawen a tilid iso i, {{PLURAL:$1|ko felih (halo- kalalicay a felih}}\";'),('ami','messages:watchlist-expires-in-aria-label','s:38:\"zh-hant:將逾期的監視清單項目\";'),('ami','messages:watchlist-expiring-days-full-text','s:59:\"zh-hant:在您的監視清單裡還剩 {{PLURAL:$1|$1 天}}\";'),('ami','messages:watchlist-expiring-hours-full-text','s:53:\"zh-hant:在您的監視清單中只剩下幾個小時\";'),('ami','messages:watchlist-expiry-days-left','s:35:\"zh-hant:剩下 {{PLURAL:$1|$1 天}}\";'),('ami','messages:watchlist-expiry-hours-left','s:26:\"zh-hant:還剩幾個小時\";'),('ami','messages:watchlist-expiry-options','s:89:\"zh-hant:永久:infinite,1 週:1 week,1 個月:1 month,3 個月:3 months,6 個月:6 months\";'),('ami','messages:watchlist-hide','s:9:\"ami:himed\";'),('ami','messages:watchlist-options','s:39:\"ami:O sakipiri’ to kamok no pikangtok\";'),('ami','messages:watchlist-submit','s:14:\"ami:pahapinang\";'),('ami','messages:watchlist-summary','s:3:\"en:\";'),('ami','messages:watchlist-unwatch','s:5:\"en:×\";'),('ami','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ami','messages:watchlistanontext','s:65:\"zh-hant:請先登入以檢視或修改在監視清單的項目。\";'),('ami','messages:watchlistedit-clear-done','s:38:\"zh-hant:已清空您的監視清單。\";'),('ami','messages:watchlistedit-clear-explain','s:56:\"zh-hant:將會移除您的監視清單中所有的標題\";'),('ami','messages:watchlistedit-clear-jobqueue','s:68:\"zh-hant:您的監視列表正在清空。這需要花一些時間！\";'),('ami','messages:watchlistedit-clear-legend','s:26:\"zh-hant:清空監視清單\";'),('ami','messages:watchlistedit-clear-removed','s:33:\"zh-hant:已移除 $1 個標題：\";'),('ami','messages:watchlistedit-clear-submit','s:44:\"zh-hant:清空監視清單（無法還原）\";'),('ami','messages:watchlistedit-clear-title','s:26:\"zh-hant:清空監視清單\";'),('ami','messages:watchlistedit-clear-titles','s:17:\"zh-hant:標題：\";'),('ami','messages:watchlistedit-normal-done','s:71:\"zh-hant:已於您的監視清單中移除 {{PLURAL:$1|$1}} 個標題：\";'),('ami','messages:watchlistedit-normal-explain','s:229:\"zh-hant:下方列出了您監視清單中的標題。要移除標題，請勾選該標題旁的核選方塊並點選「{{int:Watchlistedit-normal-submit}}」。您也可以[[Special:EditWatchlist/raw|編輯原始監視清單]]。\";'),('ami','messages:watchlistedit-normal-legend','s:38:\"zh-hant:從監視清單中移除標題\";'),('ami','messages:watchlistedit-normal-submit','s:20:\"zh-hant:移除標題\";'),('ami','messages:watchlistedit-normal-title','s:26:\"zh-hant:編輯監視清單\";'),('ami','messages:watchlistedit-raw-added','s:33:\"zh-hant:已新增 $1 個標題：\";'),('ami','messages:watchlistedit-raw-done','s:38:\"zh-hant:已更新您的監視清單。\";'),('ami','messages:watchlistedit-raw-explain','s:252:\"zh-hant:下方顯示在您監視清單中的標題，您可透過編輯來新增與移除清單項目，一個標題一行。完成編輯後，請點選「{{int:Watchlistedit-raw-submit}}」。您也可[[Special:EditWatchlist|使用標準編輯器]]。\";'),('ami','messages:watchlistedit-raw-legend','s:32:\"zh-hant:編輯原始監視清單\";'),('ami','messages:watchlistedit-raw-removed','s:33:\"zh-hant:已移除 $1 個標題：\";'),('ami','messages:watchlistedit-raw-submit','s:26:\"zh-hant:更新監視清單\";'),('ami','messages:watchlistedit-raw-title','s:61:\"ami:misinanot to satapangan no pirorodan to tatapalen a tilid\";'),('ami','messages:watchlistedit-raw-titles','s:17:\"zh-hant:標題：\";'),('ami','messages:watchlistedit-too-many','s:68:\"zh-hant:您的監視清單已更新。頁面太多，無法顯示。\";'),('ami','messages:watchlistfor2','s:47:\"ami:$2 pisimawan to ’a’arawen a tilid no $1\";'),('ami','messages:watchlistnotwatchable','s:32:\"zh-hant:此頁面無法監視。\";'),('ami','messages:watchlisttools-clear','s:42:\"ami:Falahen a maemin ko kamok no pikangtok\";'),('ami','messages:watchlisttools-edit','s:77:\"ami:misongila’ a minengneng ato misinanot to pirorodan to tatapalen a tilid\";'),('ami','messages:watchlisttools-raw','s:61:\"ami:misinanot to satapangan no pirorodan to tatapalen a tilid\";'),('ami','messages:watchlisttools-view','s:50:\"ami:misongila’ a minengneng to pakayniay i falic\";'),('ami','messages:watchnologin','s:20:\"zh-hant:尚未登入\";'),('ami','messages:watchthis','s:28:\"ami:mitapal to inian a felih\";'),('ami','messages:watchthispage','s:28:\"ami:mitapal to inian a felih\";'),('ami','messages:watchthisupload','s:23:\"zh-hant:監視此檔案\";'),('ami','messages:wed','s:10:\"ami:tinolo\";'),('ami','messages:wednesday','s:10:\"ami:tinolo\";'),('ami','messages:wednesday-at','s:20:\"zh-hant:週三在 $1\";'),('ami','messages:weeks','s:28:\"zh-hant:{{PLURAL:$1|$1 週}}\";'),('ami','messages:welcomecreation','s:129:\"zh-tw:== 歡迎，$1！ ==\n您的帳號已經建立。\n請勿忘記設定 [[Special:Preferences|{{SITENAME}} 的個人偏好]]。\";'),('ami','messages:welcomecreation-msg','s:120:\"zh-hant:您的帳號已建立。\n可至[[Special:Preferences|偏好設定]]更新您在{{SITENAME}}的個人化設定。\";'),('ami','messages:welcomeuser','s:28:\"zh-hant:歡迎光臨，$1！\";'),('ami','messages:whatlinkshere','s:29:\"ami:militingay tonian a felih\";'),('ami','messages:whatlinkshere-count','s:45:\"zh-hant:已顯示$1{{PLURAL:$1|個項目}}。\";'),('ami','messages:whatlinkshere-hideimages','s:24:\"ami:$1 tang^an makakafit\";'),('ami','messages:whatlinkshere-hidelinks','s:14:\"ami:$1 kakafit\";'),('ami','messages:whatlinkshere-hideredirs','s:26:\"ami:$1  misafaeloh misiyor\";'),('ami','messages:whatlinkshere-hidetrans','s:14:\"ami:$1 micaliw\";'),('ami','messages:whatlinkshere-links','s:29:\"ami:← makakaffit/matatongod\";'),('ami','messages:whatlinkshere-next','s:39:\"ami:{{PLURAL:$1|i kalaeno $1 ko codad}}\";'),('ami','messages:whatlinkshere-page','s:11:\"ami:o felih\";'),('ami','messages:whatlinkshere-prev','s:56:\"ami:ya ka’ayaway to {{PLURAL:$1|previous|previous $1}}\";'),('ami','messages:whatlinkshere-sectionredir','s:37:\"zh-hant:重新導向到章節「$1」\";'),('ami','messages:whatlinkshere-submit','s:11:\"ami:pidemak\";'),('ami','messages:whatlinkshere-summary','s:3:\"en:\";'),('ami','messages:whatlinkshere-title','s:29:\"ami:militingay i \"$1\" a felih\";'),('ami','messages:whitelistedittext','s:39:\"zh-hant:請先 $1 才可編輯頁面。\";'),('ami','messages:widthheight','s:11:\"en:$1 × $2\";'),('ami','messages:widthheightpage','s:36:\"ami:$1 × $2, $3 {{PLURAL:$3|felih}}\";'),('ami','messages:wikieditor','s:38:\"zh-hant:進階 Wiki 文字編輯介面\";'),('ami','messages:wikieditor-desc','s:65:\"zh-hant:提供 Wiki 文字編輯介面擴充功能及相關模組\";'),('ami','messages:wikieditor-loading','s:20:\"zh-hant:讀取中...\";'),('ami','messages:wikieditor-preview-changes-tab','s:14:\"zh-hant:變更\";'),('ami','messages:wikieditor-preview-loading','s:20:\"zh-hant:讀取中...\";'),('ami','messages:wikieditor-preview-preference','s:26:\"zh-hant:開啟並排預覽\";'),('ami','messages:wikieditor-preview-tab','s:14:\"zh-hant:預覽\";'),('ami','messages:wikieditor-publish-button-cancel','s:14:\"zh-hant:取消\";'),('ami','messages:wikieditor-publish-button-publish','s:14:\"zh-hant:發佈\";'),('ami','messages:wikieditor-publish-dialog-goback','s:14:\"zh-hant:返回\";'),('ami','messages:wikieditor-publish-dialog-minor','s:17:\"zh-hant:小修改\";'),('ami','messages:wikieditor-publish-dialog-publish','s:14:\"zh-hant:發佈\";'),('ami','messages:wikieditor-publish-dialog-summary','s:56:\"zh-hant:編輯摘要 (簡要描述您編輯的內容)：\";'),('ami','messages:wikieditor-publish-dialog-title','s:30:\"zh-hant:發佈至 {{SITENAME}}\";'),('ami','messages:wikieditor-publish-dialog-watch','s:20:\"zh-hant:監視本頁\";'),('ami','messages:wikieditor-publish-preference','s:32:\"zh-hant:開啟發佈協助功能\";'),('ami','messages:wikieditor-toolbar','s:23:\"zh-hant:編輯工具列\";'),('ami','messages:wikieditor-toolbar-desc','s:50:\"zh-hant:使編輯頁面更簡單的頁面工具列\";'),('ami','messages:wikieditor-toolbar-dialogs-preference','s:68:\"zh-hant:開啟插入連結、表格、搜尋與取代的協助功能\";'),('ami','messages:wikieditor-toolbar-file-caption','s:17:\"zh-hant:標題：\";'),('ami','messages:wikieditor-toolbar-file-default','s:16:\"zh-hant:(預設)\";'),('ami','messages:wikieditor-toolbar-file-float','s:17:\"zh-hant:對齊：\";'),('ami','messages:wikieditor-toolbar-file-format','s:17:\"zh-hant:格式：\";'),('ami','messages:wikieditor-toolbar-file-format-none','s:11:\"zh-hant:無\";'),('ami','messages:wikieditor-toolbar-file-size','s:17:\"zh-hant:大小：\";'),('ami','messages:wikieditor-toolbar-file-target','s:23:\"zh-hant:檔案名稱：\";'),('ami','messages:wikieditor-toolbar-group-format','s:14:\"zh-hant:格式\";'),('ami','messages:wikieditor-toolbar-group-insert','s:14:\"zh-hant:插入\";'),('ami','messages:wikieditor-toolbar-help-content-bold-description','s:14:\"zh-hant:粗體\";'),('ami','messages:wikieditor-toolbar-help-content-bold-result','s:37:\"zh-hant:<strong>粗體文字</strong>\";'),('ami','messages:wikieditor-toolbar-help-content-bold-syntax','s:27:\"ami:\'\'\'kifetolay a tilid\'\'\'\";'),('ami','messages:wikieditor-toolbar-help-content-bolditalic-description','s:17:\"zh-hant:粗斜體\";'),('ami','messages:wikieditor-toolbar-help-content-bolditalic-result','s:49:\"zh-hant:<strong><em>粗斜體文字</em></strong>\";'),('ami','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:33:\"zh-hant:\'\'\'\'\'粗斜體文字\'\'\'\'\'\";'),('ami','messages:wikieditor-toolbar-help-content-file-caption','s:20:\"zh-hant:標題文字\";'),('ami','messages:wikieditor-toolbar-help-content-file-description','s:23:\"ami:Sapakemel a tang^an\";'),('ami','messages:wikieditor-toolbar-help-content-file-syntax','s:32:\"zh-hant:[[$1:Example.png|$2|$3]]\";'),('ami','messages:wikieditor-toolbar-help-content-heading2-description','s:23:\"zh-hant:第 2 層標題\";'),('ami','messages:wikieditor-toolbar-help-content-heading2-result','s:29:\"zh-hant:<h2>標題文字</h2>\";'),('ami','messages:wikieditor-toolbar-help-content-heading2-syntax','s:26:\"zh-hant:== 標題文字 ==\";'),('ami','messages:wikieditor-toolbar-help-content-heading3-description','s:23:\"zh-hant:第 3 層標題\";'),('ami','messages:wikieditor-toolbar-help-content-heading3-result','s:29:\"zh-hant:<h3>標題文字</h3>\";'),('ami','messages:wikieditor-toolbar-help-content-heading3-syntax','s:28:\"zh-hant:=== 標題文字 ===\";'),('ami','messages:wikieditor-toolbar-help-content-heading4-description','s:23:\"zh-hant:第 4 層標題\";'),('ami','messages:wikieditor-toolbar-help-content-heading4-result','s:29:\"zh-hant:<h4>標題文字</h4>\";'),('ami','messages:wikieditor-toolbar-help-content-heading4-syntax','s:30:\"zh-hant:==== 標題文字 ====\";'),('ami','messages:wikieditor-toolbar-help-content-heading5-description','s:23:\"zh-hant:第 5 層標題\";'),('ami','messages:wikieditor-toolbar-help-content-heading5-result','s:29:\"zh-hant:<h5>標題文字</h5>\";'),('ami','messages:wikieditor-toolbar-help-content-heading5-syntax','s:32:\"zh-hant:===== 標題文字 =====\";'),('ami','messages:wikieditor-toolbar-help-content-ilink-description','s:29:\"ami:I laloma’ay a makakafit\";'),('ami','messages:wikieditor-toolbar-help-content-ilink-result','s:70:\"zh-hant:<a href=\'#\'>頁面標題</a><br /><a href=\'#\'>連結標籤</a>\";'),('ami','messages:wikieditor-toolbar-help-content-ilink-syntax','s:59:\"zh-hant:[[頁面標題]]<br />[[頁面標題|連結標籤]]\";'),('ami','messages:wikieditor-toolbar-help-content-indent-description','s:14:\"zh-hant:縮排\";'),('ami','messages:wikieditor-toolbar-help-content-indent-result','s:80:\"zh-hant:一般文字<dl><dd>縮排文字<dl><dd>縮排文字</dd></dl></dd></dl>\";'),('ami','messages:wikieditor-toolbar-help-content-indent-syntax','s:59:\"zh-hant:一般文字<br />:縮排文字<br />::縮排文字\";'),('ami','messages:wikieditor-toolbar-help-content-italic-description','s:14:\"zh-hant:斜體\";'),('ami','messages:wikieditor-toolbar-help-content-italic-result','s:29:\"zh-hant:<em>斜體文字</em>\";'),('ami','messages:wikieditor-toolbar-help-content-italic-syntax','s:27:\"ami:\'\'matokenihay a tilid\'\'\";'),('ami','messages:wikieditor-toolbar-help-content-named-reference-description','s:32:\"zh-hant:已命名的參考文獻\";'),('ami','messages:wikieditor-toolbar-help-content-named-reference-result','s:53:\"zh-hant:頁面文字。<sup><a href=\'#\'>[2]</a></sup>\";'),('ami','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:92:\"zh-hant:頁面文字。&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ami','messages:wikieditor-toolbar-help-content-olist-description','s:20:\"zh-hant:編號清單\";'),('ami','messages:wikieditor-toolbar-help-content-olist-result','s:59:\"zh-hant:<ol><li>清單項目</li><li>清單項目</li></ol>\";'),('ami','messages:wikieditor-toolbar-help-content-olist-syntax','s:42:\"zh-hant:# 清單項目<br /># 清單項目\";'),('ami','messages:wikieditor-toolbar-help-content-reference-description','s:20:\"zh-hant:參考來源\";'),('ami','messages:wikieditor-toolbar-help-content-reference-result','s:53:\"zh-hant:頁面文字。<sup><a href=\'#\'>[1]</a></sup>\";'),('ami','messages:wikieditor-toolbar-help-content-reference-syntax','s:101:\"zh-hant:頁面文字。&lt;ref&gt;[http://www.example.org 連結文字]，附加文字。&lt;/ref&gt;\";'),('ami','messages:wikieditor-toolbar-help-content-rereference-description','s:38:\"zh-hant:重複使用相同參考來源\";'),('ami','messages:wikieditor-toolbar-help-content-rereference-result','s:53:\"zh-hant:頁面文字。<sup><a href=\'#\'>[2]</a></sup>\";'),('ami','messages:wikieditor-toolbar-help-content-rereference-syntax','s:35:\"zh-hant:&lt;ref name=\"測試\" /&gt;\";'),('ami','messages:wikieditor-toolbar-help-content-showreferences-description','s:26:\"zh-hant:顯示參考來源\";'),('ami','messages:wikieditor-toolbar-help-content-showreferences-result','s:376:\"zh-hant:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>連結文字</a>，附加文字。</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>連結文字</a></li></ol>\";'),('ami','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ami','messages:wikieditor-toolbar-help-content-signature-description','s:14:\"zh-hant:簽名\";'),('ami','messages:wikieditor-toolbar-help-content-signature-result','s:120:\"zh-hant:<a href=\'#\' title=\'{{#special:mypage}}\'>使用者名稱</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>對話</a>)\";'),('ami','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ami','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:23:\"zh-hant:簽名與時間\";'),('ami','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:150:\"zh-hant:--<a href=\'#\' title=\'{{#special:mypage}}\'>使用者名稱</a>  (<a href=\'#\' title=\'{{#special:mytalk}}\'>對話</a>)  15:54, 10 June 2009 (UTC)\";'),('ami','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ami','messages:wikieditor-toolbar-help-content-ulist-description','s:20:\"zh-hant:符號清單\";'),('ami','messages:wikieditor-toolbar-help-content-ulist-result','s:59:\"zh-hant:<ul><li>清單項目</li><li>清單項目</li></ul>\";'),('ami','messages:wikieditor-toolbar-help-content-ulist-syntax','s:42:\"zh-hant:* 清單項目<br />* 清單項目\";'),('ami','messages:wikieditor-toolbar-help-content-xlink-description','s:20:\"zh-hant:外部連結\";'),('ami','messages:wikieditor-toolbar-help-content-xlink-result','s:167:\"zh-hant:<a href=\'#\' class=\'external\'>連結標籤</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ami','messages:wikieditor-toolbar-help-content-xlink-syntax','s:103:\"zh-hant:[http://www.example.org 連結標籤]<br />[http://www.example.org]<br />http://www.example.org\";'),('ami','messages:wikieditor-toolbar-help-heading-description','s:9:\"ami:kimad\";'),('ami','messages:wikieditor-toolbar-help-heading-result','s:26:\"zh-hant:您取得的結果\";'),('ami','messages:wikieditor-toolbar-help-heading-syntax','s:26:\"zh-hant:您輸入的內容\";'),('ami','messages:wikieditor-toolbar-help-page-discussion','s:13:\"ami:malalicay\";'),('ami','messages:wikieditor-toolbar-help-page-file','s:13:\"ami:tang’an\";'),('ami','messages:wikieditor-toolbar-help-page-format','s:14:\"zh-hant:格式\";'),('ami','messages:wikieditor-toolbar-help-page-heading','s:14:\"zh-hant:標題\";'),('ami','messages:wikieditor-toolbar-help-page-link','s:14:\"zh-hant:連結\";'),('ami','messages:wikieditor-toolbar-help-page-list','s:14:\"zh-hant:清單\";'),('ami','messages:wikieditor-toolbar-help-page-reference','s:20:\"zh-hant:參考來源\";'),('ami','messages:wikieditor-toolbar-hidesig','s:47:\"zh-hans:在主名字空间中隐藏签名按钮\";'),('ami','messages:wikieditor-toolbar-loading','s:20:\"zh-hant:讀取中...\";'),('ami','messages:wikieditor-toolbar-preference','s:35:\"zh-hant:開啟進階編輯工具列\";'),('ami','messages:wikieditor-toolbar-section-advanced','s:9:\"ami:cakat\";'),('ami','messages:wikieditor-toolbar-section-characters','s:20:\"zh-hant:特殊文字\";'),('ami','messages:wikieditor-toolbar-section-help','s:17:\"ami:o pakafana’\";'),('ami','messages:wikieditor-toolbar-tool-big','s:14:\"zh-hant:放大\";'),('ami','messages:wikieditor-toolbar-tool-big-example','s:20:\"zh-hant:放大文字\";'),('ami','messages:wikieditor-toolbar-tool-bold','s:14:\"zh-hant:粗體\";'),('ami','messages:wikieditor-toolbar-tool-bold-example','s:21:\"ami:kifetolay a tilid\";'),('ami','messages:wikieditor-toolbar-tool-file','s:23:\"ami:Sapakemel a tang^an\";'),('ami','messages:wikieditor-toolbar-tool-file-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:wikieditor-toolbar-tool-file-example','s:18:\"zh-hant:範例.jpg\";'),('ami','messages:wikieditor-toolbar-tool-file-insert','s:14:\"zh-hant:插入\";'),('ami','messages:wikieditor-toolbar-tool-file-title','s:20:\"zh-hant:插入檔案\";'),('ami','messages:wikieditor-toolbar-tool-gallery','s:17:\"zh-hant:圖片庫\";'),('ami','messages:wikieditor-toolbar-tool-gallery-example','s:47:\"zh-hant:Example.jpg|標題1\nExample.jpg|標題2\";'),('ami','messages:wikieditor-toolbar-tool-heading','s:14:\"zh-hant:標題\";'),('ami','messages:wikieditor-toolbar-tool-heading-1','s:16:\"zh-hant:標題 1\";'),('ami','messages:wikieditor-toolbar-tool-heading-2','s:16:\"zh-hant:標題 2\";'),('ami','messages:wikieditor-toolbar-tool-heading-3','s:16:\"zh-hant:標題 3\";'),('ami','messages:wikieditor-toolbar-tool-heading-4','s:16:\"zh-hant:標題 4\";'),('ami','messages:wikieditor-toolbar-tool-heading-5','s:16:\"zh-hant:標題 5\";'),('ami','messages:wikieditor-toolbar-tool-heading-example','s:20:\"zh-hant:標題文字\";'),('ami','messages:wikieditor-toolbar-tool-ilink','s:29:\"ami:I laloma’ay a makakafit\";'),('ami','messages:wikieditor-toolbar-tool-ilink-example','s:37:\"ami:matongoday a sakacipinang a sowal\";'),('ami','messages:wikieditor-toolbar-tool-italic','s:14:\"zh-hant:斜體\";'),('ami','messages:wikieditor-toolbar-tool-italic-example','s:23:\"ami:matokenihay a tilid\";'),('ami','messages:wikieditor-toolbar-tool-link','s:14:\"zh-hant:連結\";'),('ami','messages:wikieditor-toolbar-tool-link-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:wikieditor-toolbar-tool-link-empty','s:41:\"zh-hant:您未輸入要連結的對象。\";'),('ami','messages:wikieditor-toolbar-tool-link-ext','s:26:\"zh-hant:連結外部網頁\";'),('ami','messages:wikieditor-toolbar-tool-link-ext-target','s:23:\"zh-hant:連結網址：\";'),('ami','messages:wikieditor-toolbar-tool-link-ext-text','s:23:\"zh-hant:連結文字：\";'),('ami','messages:wikieditor-toolbar-tool-link-insert','s:20:\"zh-hant:插入連結\";'),('ami','messages:wikieditor-toolbar-tool-link-int','s:26:\"zh-hant:連結 Wiki 頁面\";'),('ami','messages:wikieditor-toolbar-tool-link-int-invalid','s:29:\"zh-hant:指定標題無效。\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target','s:32:\"zh-hant:目標頁面或網址：\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:20:\"zh-hant:消歧義頁\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:23:\"zh-hant:頁面已存在\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:20:\"zh-hant:外部連結\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:23:\"zh-hant:無效的標題\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:38:\"zh-hant:正檢查頁面是否存在...\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:23:\"zh-hant:頁面不存在\";'),('ami','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:27:\"zh-hant:頁面標題或 URL\";'),('ami','messages:wikieditor-toolbar-tool-link-int-text','s:23:\"zh-hant:顯示文字：\";'),('ami','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:26:\"zh-hant:要顯示的文字\";'),('ami','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:96:\"zh-hant:您所輸入的 URL 似乎指向一個 Wiki 頁面。\n您是否要轉換為內部連結?\";'),('ami','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:20:\"zh-hant:外部連結\";'),('ami','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:20:\"zh-hant:內部連結\";'),('ami','messages:wikieditor-toolbar-tool-link-title','s:20:\"zh-hant:插入連結\";'),('ami','messages:wikieditor-toolbar-tool-newline','s:14:\"zh-hant:換行\";'),('ami','messages:wikieditor-toolbar-tool-nowiki','s:38:\"zh-hant:不使用 Wiki 格式化語法\";'),('ami','messages:wikieditor-toolbar-tool-nowiki-example','s:47:\"ami:co’eneken ko caay ko masalalekoay a sorit\";'),('ami','messages:wikieditor-toolbar-tool-olist','s:20:\"zh-hant:編號清單\";'),('ami','messages:wikieditor-toolbar-tool-olist-example','s:26:\"zh-hant:編號清單項目\";'),('ami','messages:wikieditor-toolbar-tool-redirect','s:20:\"zh-hant:重新導向\";'),('ami','messages:wikieditor-toolbar-tool-redirect-example','s:23:\"zh-hant:目標頁名稱\";'),('ami','messages:wikieditor-toolbar-tool-reference','s:20:\"zh-hant:參考文獻\";'),('ami','messages:wikieditor-toolbar-tool-reference-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:wikieditor-toolbar-tool-reference-example','s:32:\"zh-hant:插入腳註文字於此\";'),('ami','messages:wikieditor-toolbar-tool-reference-insert','s:14:\"zh-hant:插入\";'),('ami','messages:wikieditor-toolbar-tool-reference-text','s:26:\"zh-hant:參考文獻文字\";'),('ami','messages:wikieditor-toolbar-tool-reference-title','s:26:\"zh-hant:插入參考文獻\";'),('ami','messages:wikieditor-toolbar-tool-replace','s:23:\"zh-hant:搜尋與取代\";'),('ami','messages:wikieditor-toolbar-tool-replace-button-findnext','s:23:\"zh-hant:尋找下一筆\";'),('ami','messages:wikieditor-toolbar-tool-replace-button-replace','s:14:\"zh-hant:取代\";'),('ami','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:20:\"zh-hant:全部取代\";'),('ami','messages:wikieditor-toolbar-tool-replace-case','s:23:\"zh-hant:區分大小寫\";'),('ami','messages:wikieditor-toolbar-tool-replace-close','s:14:\"zh-hant:關閉\";'),('ami','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"zh-hant:您沒有輸入要搜尋的內容。\";'),('ami','messages:wikieditor-toolbar-tool-replace-invalidregex','s:46:\"zh-hant:您輸入的正規表式法無效：$1\";'),('ami','messages:wikieditor-toolbar-tool-replace-nomatch','s:44:\"zh-hant:您沒有找到任何符合項目。\";'),('ami','messages:wikieditor-toolbar-tool-replace-regex','s:35:\"zh-hant:使用正規表示法搜尋\";'),('ami','messages:wikieditor-toolbar-tool-replace-replace','s:20:\"zh-hant:取代為：\";'),('ami','messages:wikieditor-toolbar-tool-replace-search','s:17:\"zh-hant:搜尋：\";'),('ami','messages:wikieditor-toolbar-tool-replace-success','s:33:\"zh-hant:已完成 $1 筆取代。\";'),('ami','messages:wikieditor-toolbar-tool-replace-title','s:23:\"zh-hant:搜尋與取代\";'),('ami','messages:wikieditor-toolbar-tool-signature','s:23:\"zh-hant:簽名與時間\";'),('ami','messages:wikieditor-toolbar-tool-small','s:14:\"zh-hant:縮小\";'),('ami','messages:wikieditor-toolbar-tool-small-example','s:20:\"zh-hant:縮小文字\";'),('ami','messages:wikieditor-toolbar-tool-subscript','s:14:\"zh-hant:下標\";'),('ami','messages:wikieditor-toolbar-tool-subscript-example','s:20:\"zh-hant:下標文字\";'),('ami','messages:wikieditor-toolbar-tool-superscript','s:14:\"zh-hant:上標\";'),('ami','messages:wikieditor-toolbar-tool-superscript-example','s:20:\"zh-hant:上標文字\";'),('ami','messages:wikieditor-toolbar-tool-table','s:14:\"zh-hant:表格\";'),('ami','messages:wikieditor-toolbar-tool-table-cancel','s:19:\"ami:Sawaden miforic\";'),('ami','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:14:\"zh-hant:欄數\";'),('ami','messages:wikieditor-toolbar-tool-table-dimensions-header','s:23:\"zh-hant:新增標題列\";'),('ami','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:14:\"zh-hant:列數\";'),('ami','messages:wikieditor-toolbar-tool-table-example','s:14:\"zh-hant:範例\";'),('ami','messages:wikieditor-toolbar-tool-table-example-cell-text','s:23:\"zh-hant:儲存格文字\";'),('ami','messages:wikieditor-toolbar-tool-table-example-header','s:20:\"zh-hant:標題文字\";'),('ami','messages:wikieditor-toolbar-tool-table-example-old','s:174:\"zh-hant:-\n! 標題 1\n! 標題 2\n! 標題 3\n|-\n| 列 1, 儲存格 1\n| 列 1, 儲存格 2\n| 列 1, 儲存格 3\n|-\n| 列 2, 儲存格 1\n| 列 2, 儲存格 2\n| 列 2, 儲存格 3\";'),('ami','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ami','messages:wikieditor-toolbar-tool-table-insert','s:14:\"zh-hant:插入\";'),('ami','messages:wikieditor-toolbar-tool-table-invalidnumber','s:44:\"zh-hant:您輸入的列數或欄數無效。\";'),('ami','messages:wikieditor-toolbar-tool-table-preview','s:14:\"zh-hant:預覽\";'),('ami','messages:wikieditor-toolbar-tool-table-sortable','s:26:\"zh-hant:使表格可排序\";'),('ami','messages:wikieditor-toolbar-tool-table-title','s:20:\"zh-hant:插入表格\";'),('ami','messages:wikieditor-toolbar-tool-table-toomany','s:86:\"zh-hant:此對話方塊中無法插入超過 $1 {{PLURAL:$1|個儲存格}}的表格。\";'),('ami','messages:wikieditor-toolbar-tool-table-wikitable','s:20:\"zh-hant:邊框樣式\";'),('ami','messages:wikieditor-toolbar-tool-table-zero','s:56:\"zh-hant:您不能插入一個零列或零欄的表格。\";'),('ami','messages:wikieditor-toolbar-tool-ulist','s:20:\"zh-hant:符號清單\";'),('ami','messages:wikieditor-toolbar-tool-ulist-example','s:26:\"zh-hant:符號清單項目\";'),('ami','messages:wikieditor-toolbar-tool-xlink','s:62:\"ami:Makakafitay i papotal (aka kapawan a http:// a misatapang)\";'),('ami','messages:wikieditor-toolbar-tool-xlink-example','s:65:\"ami:http://www.example.com  mipakakafit to   sakacipinang a sowal\";'),('ami','messages:wikieditor-wikitext-tab','s:19:\"zh-hant:Wiki 文字\";'),('ami','messages:windows-nonascii-filename','s:62:\"zh-hant:本 Wiki 不支援使用特殊符號的檔案名稱。\";'),('ami','messages:withoutinterwiki','s:32:\"zh-hant:無語言連結的頁面\";'),('ami','messages:withoutinterwiki-legend','s:14:\"zh-hant:字首\";'),('ami','messages:withoutinterwiki-submit','s:14:\"ami:pahapinang\";'),('ami','messages:withoutinterwiki-summary','s:62:\"zh-hant:下列是沒有連結到其它語言版本的頁面。\";'),('ami','messages:wlheader-enotif','s:44:\"zh-hant:已開啟電子郵件通知功能。\";'),('ami','messages:wlheader-showupdated','s:125:\"ami:O pakarikoray nisongila’an a minengneng ato nisalofan a felih i, oya <strong>kifetolay sorit </strong> ko sapasapinang.\";'),('ami','messages:wlnote','s:104:\"ami:以下為自 $3 $4 之前的 <strong>$2</strong> 小時內所做的 <strong>$1</strong> 次變更。\";'),('ami','messages:wlshowhideanons','s:23:\"zh-hant:匿名使用者\";'),('ami','messages:wlshowhidebots','s:24:\"ami:palatamdawan a kikay\";'),('ami','messages:wlshowhidecategorization','s:20:\"zh-hant:頁面分類\";'),('ami','messages:wlshowhideliu','s:26:\"zh-hant:已註冊使用者\";'),('ami','messages:wlshowhidemine','s:20:\"zh-hant:我的編輯\";'),('ami','messages:wlshowhideminor','s:20:\"zh-hant:次要編輯\";'),('ami','messages:wlshowhidepatr','s:23:\"zh-hant:已巡查編輯\";'),('ami','messages:wlshowtime','s:35:\"zh-hant:要顯示的時間長度：\";'),('ami','messages:word-separator','s:8:\"zh-hant:\";'),('ami','messages:wrongpassword','s:71:\"zh-hant:您輸入的使用者名稱或密碼錯誤，請再試一次。\";'),('ami','messages:wrongpasswordempty','s:53:\"zh-hant:輸入的密碼是空的。請再試一次。\";'),('ami','messages:xffblockreason','s:128:\"zh-hant:您的 IP 位址使用 X-Forwarded-For 標頭，您或您使用的代理伺服器已被封鎖。\n封鎖的原因為：$1\";'),('ami','messages:xml-error-string','s:51:\"zh-hant:$1於行$2，欄$3（第$4位元組）：$5\";'),('ami','messages:year','s:25:\"ami:paherekan mihecaan：\";'),('ami','messages:years','s:13:\"zh-hant:$1年\";'),('ami','messages:yesterday-at','s:20:\"zh-hant:昨天於 $1\";'),('ami','messages:youhavenewmessages','s:49:\"ami:ira ko {{PLURAL:$3|You have}} $1 ($2) no miso\";'),('ami','messages:youhavenewmessagesfromusers','s:105:\"ami:{{PLURAL:$4|Ira ko no miso}}nani---ay {{PLURAL:$3|roma a micokaymasay |$3 micokaymasay }}a $1 ($2)。\";'),('ami','messages:youhavenewmessagesmanyusers','s:48:\"zh-hant:你有來自多位使用者的$1 ($2)。\";'),('ami','messages:yourdiff','s:14:\"zh-hant:差異\";'),('ami','messages:yourdomainname','s:23:\"zh-hant:您的網域：\";'),('ami','messages:youremail','s:23:\"zh-hant:電子郵件：\";'),('ami','messages:yourgender','s:47:\"zh-hant:您希望使用何種性別稱呼您？\";'),('ami','messages:yourlanguage','s:17:\"zh-hant:語言：\";'),('ami','messages:yourname','s:29:\"ami:o ngangan no micokaymasay\";'),('ami','messages:yournick','s:23:\"zh-hant:新的簽名：\";'),('ami','messages:yourpassword','s:11:\"ami:mima’\";'),('ami','messages:yourpasswordagain','s:32:\"zh-hant:再輸入密碼一次：\";'),('ami','messages:yourrealname','s:23:\"zh-hant:真實姓名：\";'),('ami','messages:yourtext','s:20:\"zh-hant:您的文字\";'),('ami','messages:yourvariant','s:29:\"zh-hant:內容語言變體：\";'),('ami','messages:zip-bad','s:79:\"zh-hant:ZIP 檔案已損毀或無法讀取，\n無法正常執行安全檢查。\";'),('ami','messages:zip-file-open-error','s:41:\"zh-hant:開啟檔案以ZIP檢查時出錯\";'),('ami','messages:zip-unsupported','s:99:\"zh-hant:ZIP 檔案使用了 MediaWiki 目前不支援的功能。\n無法正常執行安全檢查。\";'),('ami','messages:zip-wrong-format','s:43:\"zh-hant:指定的檔案不是 ZIP 檔案。\";'),('ami','minimumGroupingDigits','N;'),('ami','namespaceAliases','a:87:{s:9:\"Kasi\'iked\";i:-1;s:9:\"Nipadama\'\";i:12;s:21:\"Nipadama\'_a_masasowal\";i:13;s:6:\"媒體\";i:-2;s:12:\"媒體檔案\";i:-2;s:12:\"媒體文件\";i:-2;s:6:\"特殊\";i:-1;s:6:\"討論\";i:1;s:6:\"對話\";i:1;s:9:\"使用者\";i:2;s:6:\"用戶\";i:2;s:15:\"使用者討論\";i:3;s:15:\"使用者對話\";i:3;s:12:\"用戶討論\";i:3;s:12:\"用戶對話\";i:3;s:6:\"專案\";i:4;s:8:\"$1討論\";i:5;s:8:\"$1對話\";i:5;s:12:\"專案討論\";i:5;s:5:\"Image\";i:6;s:6:\"檔案\";i:6;s:6:\"文件\";i:6;s:6:\"圖像\";i:6;s:6:\"圖片\";i:6;s:10:\"Image_talk\";i:7;s:12:\"檔案討論\";i:7;s:12:\"檔案對話\";i:7;s:12:\"文件討論\";i:7;s:12:\"文件對話\";i:7;s:12:\"圖像討論\";i:7;s:12:\"圖像對話\";i:7;s:12:\"圖片討論\";i:7;s:6:\"模板\";i:10;s:6:\"樣板\";i:10;s:12:\"模板討論\";i:11;s:12:\"模板對話\";i:11;s:12:\"樣板討論\";i:11;s:12:\"樣板對話\";i:11;s:6:\"說明\";i:12;s:6:\"幫助\";i:12;s:12:\"使用說明\";i:12;s:12:\"說明討論\";i:13;s:12:\"幫助討論\";i:13;s:12:\"幫助對話\";i:13;s:18:\"使用說明討論\";i:13;s:6:\"分類\";i:14;s:12:\"分類討論\";i:15;s:12:\"分類對話\";i:15;s:6:\"媒体\";i:-2;s:12:\"媒体文件\";i:-2;s:12:\"媒体档案\";i:-2;s:6:\"讨论\";i:1;s:6:\"对话\";i:1;s:6:\"用户\";i:2;s:12:\"用户讨论\";i:3;s:12:\"用户对话\";i:3;s:15:\"使用者讨论\";i:3;s:15:\"使用者对话\";i:3;s:6:\"专案\";i:4;s:8:\"$1讨论\";i:5;s:8:\"$1对话\";i:5;s:12:\"专案讨论\";i:5;s:6:\"档案\";i:6;s:6:\"图像\";i:6;s:6:\"图片\";i:6;s:12:\"文件讨论\";i:7;s:12:\"文件对话\";i:7;s:12:\"档案讨论\";i:7;s:12:\"档案对话\";i:7;s:12:\"图像讨论\";i:7;s:12:\"图像对话\";i:7;s:12:\"图片讨论\";i:7;s:6:\"样板\";i:10;s:12:\"模板讨论\";i:11;s:12:\"模板对话\";i:11;s:12:\"样板讨论\";i:11;s:12:\"样板对话\";i:11;s:6:\"帮助\";i:12;s:6:\"说明\";i:12;s:12:\"使用说明\";i:12;s:12:\"帮助讨论\";i:13;s:12:\"帮助对话\";i:13;s:12:\"说明讨论\";i:13;s:18:\"使用说明讨论\";i:13;s:6:\"分类\";i:14;s:12:\"分类讨论\";i:15;s:12:\"分类对话\";i:15;}'),('ami','namespaceGenderAliases','a:0:{}'),('ami','namespaceNames','a:17:{i:-2;s:6:\"Mitiya\";i:-1;s:11:\"Kasi’iked\";i:1;s:9:\"Kasasowal\";i:2;s:9:\"Midemakay\";i:3;s:22:\"Kasasowal_no_midemakay\";i:5;s:14:\"$1_a_kasasowal\";i:6;s:5:\"Faylo\";i:7;s:18:\"Masasowal_to_faylo\";i:8;s:9:\"MediaWiki\";i:9;s:22:\"Masasowal_to_MediaWiki\";i:10;s:8:\"Masalipa\";i:11;s:22:\"Masalipaay_a_kasasowal\";i:12;s:11:\"Nipadama’\";i:13;s:23:\"Mipadama’_a_masasowal\";i:14;s:11:\"Kasasiwasiw\";i:15;s:24:\"Masasowal_to_kasasiwasiw\";i:0;s:0:\"\";}'),('ami','originalFallbackSequence','a:4:{i:0;s:5:\"zh-tw\";i:1;s:7:\"zh-hant\";i:2;s:2:\"zh\";i:3;s:7:\"zh-hans\";}'),('ami','pluralRuleTypes','a:0:{}'),('ami','pluralRules','a:0:{}'),('ami','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:27:\"ami:Project:oya pakayniay i\";s:9:\"aboutsite\";s:20:\"ami:ora {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:14:\"zh-hant:操作\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:14:\"zh-hant:、​\";s:13:\"currentevents\";s:21:\"ami:o lihaf no sinpon\";s:17:\"currentevents-url\";s:35:\"ami:Project:Aniniay masadak a demak\";s:14:\"disclaimerpage\";s:58:\"ami:Project:caayay ka palit no holic a sapatangasa a sowal\";s:11:\"disclaimers\";s:57:\"ami:o king-li to sakacaaw ka toro’ i ka’ayaw no holic\";s:4:\"edit\";s:13:\"ami:misinanot\";s:11:\"editsection\";s:11:\"ami:mikawit\";s:15:\"editsectionhint\";s:25:\"ami:mikawit to rekad：$1\";s:4:\"help\";s:17:\"ami:o pakafana’\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:17:\"zh-hant:$1 – $2\";s:6:\"jumpto\";s:9:\"ami:tayra\";s:16:\"jumptonavigation\";s:23:\"ami:pakerid a mi’araw\";s:12:\"jumptosearch\";s:11:\"ami:saoo’\";s:14:\"lastmodifiedat\";s:55:\"ami:Inian a felih i, o sarikoray a mikawitan i $1 $2。\";s:8:\"mainpage\";s:34:\"ami:sa’ayayaw pising no tyin-naw\";s:20:\"mainpage-description\";s:34:\"ami:sa’ayayaw pising no tyin-naw\";s:14:\"mainpage-nstab\";s:34:\"ami:sa’ayayaw pising no tyin-naw\";s:10:\"namespaces\";s:19:\"ami:O pipanganganan\";s:10:\"navigation\";s:23:\"ami:pakerid a mi’araw\";s:23:\"nav-login-createaccount\";s:27:\"zh-hant:登入/建立帳號\";s:10:\"nstab-main\";s:11:\"ami:o felih\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:37:\"ami:{{PLURAL:$1|kasakilac|pisakilac}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:25:\"zh-hans:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:20:\"ami:tomerepay tongod\";s:13:\"personaltools\";s:31:\"ami:no cecayay tamdaw sakatayal\";s:6:\"portal\";s:49:\"ami:O pinaro no tamdaw i cecayay no kasaniyaro’\";s:10:\"portal-url\";s:37:\"ami:Project:o ’adawang no niyaro’\";s:16:\"printableversion\";s:36:\"ami:Manga’ayay a lyi-inen a rorong\";s:7:\"privacy\";s:29:\"ami:o dapongan a nisahalakaan\";s:11:\"privacypage\";s:31:\"ami:Project: dadapongen a demak\";s:10:\"randompage\";s:28:\"ami:away ko pitooran a felih\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:23:\"ami:I ngataay nipifalic\";s:27:\"recentchangeslinked-toolbox\";s:23:\"ami:pakayniay i pifalic\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:29:\"ami:Nicaliwan niala nani \"$1\"\";s:6:\"search\";s:11:\"ami:saoo’\";s:13:\"searcharticle\";s:11:\"ami:pidemak\";s:12:\"searchbutton\";s:11:\"ami:saoo’\";s:20:\"searchsuggest-search\";s:24:\"ami:saoo’ {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:46:\"ami:sapipili’ a tilid to pakerid a mi’araw\";s:14:\"site-atom-feed\";s:27:\"ami:kasadakan no Atom ko $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:21:\"ami:micidekay a felih\";s:7:\"tagline\";s:34:\"ami:nani… a masadak {{SITENAME}}\";s:4:\"talk\";s:13:\"ami:malalicay\";s:7:\"toolbox\";s:13:\"ami:sakatayal\";s:15:\"tooltip-ca-edit\";s:30:\"ami:misinanot to inian a felih\";s:18:\"tooltip-ca-history\";s:44:\"ami:O nisalofan i ka’ayaw itini tona felih\";s:21:\"tooltip-ca-nstab-main\";s:47:\"ami:misongila’ a minengneng to sowal no felih\";s:15:\"tooltip-ca-talk\";s:48:\"ami:O nikaaini to i laloma’ay a sowal no felih\";s:21:\"tooltip-ca-viewsource\";s:105:\"ami:Ma’adipelay to konini a felih. Manga’ay kiso a songila’ a mineneng to yin-se-ma nonini a felih.\";s:23:\"tooltip-n-currentevents\";s:111:\"ami:Itini i salaoma’ no nipainian a demak no sinpong a makera ko makakafitay malecaday a tatiri’en a demak.\";s:14:\"tooltip-n-help\";s:26:\"ami:pilongocan to sakidama\";s:30:\"tooltip-n-mainpage-description\";s:29:\"ami:tayra sa’ayayaw a felih\";s:16:\"tooltip-n-portal\";s:61:\"ami:ona halaka, mimaan kiso, icowa mikerato kanikawan no miso\";s:20:\"tooltip-n-randompage\";s:48:\"ami:away ko pitooran micomod sa to cecay a felih\";s:23:\"tooltip-n-recentchanges\";s:55:\"ami:Silsilenko ko nifalican a kamok koya itiniay i Wiki\";s:14:\"tooltip-p-logo\";s:29:\"ami:tayra sa’ayayaw a felih\";s:16:\"tooltip-pt-login\";s:43:\"ami:picomod ko sanga’ayay, nika ca katoor\";s:24:\"tooltip-pt-createaccount\";s:120:\"ami:Miipa’icel kami i tisowanan a misanga’ to cecay a cang-haw ato micomod, ano caacaay ko tadamanay a pidemak koni.\";s:14:\"tooltip-search\";s:24:\"ami:saoo’ {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:46:\"ami:saoo’ to micokaymasay tona sorit a felih\";s:17:\"tooltip-search-go\";s:57:\"ami:ano malecaday to ngangan nona felih, tayra tora felih\";s:14:\"tooltip-t-info\";s:38:\"zh-hant:更多關於此頁面的資訊\";s:19:\"tooltip-t-permalink\";s:71:\"ami:Inian a felih i, o masalofay to a tomerepay/mada’ocay a nikakafit\";s:15:\"tooltip-t-print\";s:52:\"ami:Manga’ayay a lyi-inen a rorong ninian a felih.\";s:29:\"tooltip-t-recentchangeslinked\";s:94:\"ami:Inian a felih i, makakafitay to to nifalican to no romaay o felih i mangataay a romi’ad.\";s:22:\"tooltip-t-specialpages\";s:48:\"ami:O kamok no po:long no ta’arawan i tyin-naw\";s:23:\"tooltip-t-whatlinkshere\";s:59:\"ami:silsilen a maemin koya felif makakafitay tonini a felif\";s:8:\"variants\";s:15:\"ami:namafalican\";s:16:\"vector-view-edit\";s:13:\"ami:misinanot\";s:19:\"vector-view-history\";s:39:\"ami:misongila’ a minengneng to likisi\";s:16:\"vector-view-view\";s:10:\"ami:miasip\";s:9:\"viewcount\";s:56:\"zh-hant:此頁面已被存取過{{PLURAL:$1| $1 次}}。\";s:5:\"views\";s:29:\"ami:misongila’ a minengneng\";s:13:\"whatlinkshere\";s:29:\"ami:militingay tonian a felih\";s:14:\"word-separator\";s:8:\"zh-hant:\";}s:11:\"dateFormats\";a:41:{s:7:\"zh time\";s:3:\"H:i\";s:7:\"zh date\";s:16:\"Y年n月j日 (l)\";s:7:\"zh both\";s:20:\"Y年n月j日 (D) H:i\";s:11:\"minguo time\";s:3:\"H:i\";s:11:\"minguo date\";s:18:\"xoY年n月j日 (l)\";s:11:\"minguo both\";s:22:\"xoY年n月j日 (D) H:i\";s:21:\"minguo shorttext time\";s:3:\"H:i\";s:21:\"minguo shorttext date\";s:21:\"民xoY年n月j日 (l)\";s:21:\"minguo shorttext both\";s:25:\"民xoY年n月j日 (D) H:i\";s:16:\"minguo text time\";s:3:\"H:i\";s:16:\"minguo text date\";s:24:\"民國xoY年n月j日 (l)\";s:16:\"minguo text both\";s:28:\"民國xoY年n月j日 (D) H:i\";s:20:\"minguo fulltext time\";s:3:\"H:i\";s:20:\"minguo fulltext date\";s:30:\"中華民國xoY年n月j日 (l)\";s:20:\"minguo fulltext both\";s:34:\"中華民國xoY年n月j日 (D) H:i\";s:13:\"CNS 7648 time\";s:3:\"H:i\";s:13:\"CNS 7648 date\";s:20:\"\"R.O.C.\" xoY-m-d (l)\";s:13:\"CNS 7648 both\";s:24:\"\"R.O.C.\" xoY-m-d (D) H:i\";s:21:\"CNS 7648 compact time\";s:3:\"H:i\";s:21:\"CNS 7648 compact date\";s:17:\"\"ROC\" xoY-m-d (l)\";s:21:\"CNS 7648 compact both\";s:21:\"\"ROC\" xoY-m-d (D) H:i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:6:\"Mitiya\";i:-1;s:11:\"Kasi’iked\";i:1;s:9:\"Kasasowal\";i:2;s:9:\"Midemakay\";i:3;s:22:\"Kasasowal_no_midemakay\";i:5;s:14:\"$1_a_kasasowal\";i:6;s:5:\"Faylo\";i:7;s:18:\"Masasowal_to_faylo\";i:8;s:9:\"MediaWiki\";i:9;s:22:\"Masasowal_to_MediaWiki\";i:10;s:8:\"Masalipa\";i:11;s:22:\"Masalipaay_a_kasasowal\";i:12;s:11:\"Nipadama’\";i:13;s:23:\"Mipadama’_a_masasowal\";i:14;s:11:\"Kasasiwasiw\";i:15;s:24:\"Masasowal_to_kasasiwasiw\";i:0;s:0:\"\";}}'),('ami','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ami','rtl','b:0;'),('ami','separatorTransformTable','N;'),('ami','specialPageAliases','a:142:{s:11:\"Allmessages\";a:7:{i:0;s:12:\"所有訊息\";i:1;s:12:\"所有訊息\";i:2;s:12:\"所有消息\";i:3;s:12:\"所有訊息\";i:4;s:12:\"所有讯息\";i:5;s:12:\"所有信息\";i:6;s:11:\"AllMessages\";}s:12:\"Ancientpages\";a:7:{i:0;s:12:\"最舊頁面\";i:1;s:12:\"最舊頁面\";i:2;s:12:\"最早頁面\";i:3;s:12:\"最早页面\";i:4;s:12:\"最早頁面\";i:5;s:12:\"最老页面\";i:6;s:12:\"AncientPages\";}s:5:\"Block\";a:14:{i:0;s:15:\"封鎖使用者\";i:1;s:6:\"封鎖\";i:2;s:8:\"封鎖IP\";i:3;s:15:\"封鎖使用者\";i:4;s:6:\"封禁\";i:5;s:8:\"封禁IP\";i:6;s:15:\"封禁使用者\";i:7;s:6:\"封禁\";i:8;s:8:\"封禁IP\";i:9;s:12:\"封禁用户\";i:10;s:3:\"封\";i:11;s:5:\"Block\";i:12;s:7:\"BlockIP\";i:13;s:9:\"BlockUser\";}s:13:\"CreateAccount\";a:10:{i:0;s:12:\"建立帳號\";i:1;s:12:\"建立帳號\";i:2;s:12:\"建立帳戶\";i:3;s:12:\"创建账户\";i:4;s:12:\"創建賬戶\";i:5;s:12:\"建立帳戶\";i:6;s:12:\"建立帳號\";i:7;s:12:\"建立帐号\";i:8;s:12:\"创建账户\";i:9;s:13:\"CreateAccount\";}s:19:\"FileDuplicateSearch\";a:5:{i:0;s:18:\"搜尋重復檔案\";i:1;s:18:\"重複檔案搜尋\";i:2;s:18:\"搜尋重複檔案\";i:3;s:18:\"搜索重复文件\";i:4;s:19:\"FileDuplicateSearch\";}s:15:\"Invalidateemail\";a:6:{i:0;s:27:\"無法識別的電郵位址\";i:1;s:15:\"無效的信箱\";i:2;s:27:\"不可识别的电邮地址\";i:3;s:27:\"不可識別的電郵位址\";i:4;s:18:\"无效电邮地址\";i:5;s:15:\"InvalidateEmail\";}s:10:\"LinkSearch\";a:9:{i:0;s:18:\"搜尋網頁連結\";i:1;s:12:\"連結搜尋\";i:2;s:18:\"搜尋網頁連結\";i:3;s:12:\"链接搜索\";i:4;s:12:\"鏈接搜索\";i:5;s:12:\"連結搜尋\";i:6;s:12:\"连结搜寻\";i:7;s:18:\"搜索网页链接\";i:8;s:10:\"LinkSearch\";}s:9:\"Listfiles\";a:13:{i:0;s:12:\"檔案清單\";i:1;s:12:\"檔案清單\";i:2;s:12:\"圖片清單\";i:3;s:12:\"檔案列表\";i:4;s:12:\"圖像列表\";i:5;s:12:\"文件列表\";i:6;s:12:\"檔案列表\";i:7;s:12:\"档案列表\";i:8;s:12:\"文件列表\";i:9;s:12:\"图像列表\";i:10;s:9:\"ListFiles\";i:11;s:8:\"FileList\";i:12;s:9:\"ImageList\";}s:13:\"Listredirects\";a:8:{i:0;s:24:\"重新導向頁面清單\";i:1;s:18:\"重新導向清單\";i:2;s:21:\"重定向頁面列表\";i:3;s:18:\"重定向页列表\";i:4;s:15:\"重定向列表\";i:5;s:18:\"重新導向清單\";i:6;s:18:\"重定向页列表\";i:7;s:13:\"ListRedirects\";}s:6:\"Lockdb\";a:5:{i:0;s:15:\"鎖定資料庫\";i:1;s:15:\"鎖定資料庫\";i:2;s:15:\"鎖定數據庫\";i:3;s:15:\"锁定数据库\";i:4;s:6:\"LockDB\";}s:10:\"MIMEsearch\";a:7:{i:0;s:10:\"MIME搜尋\";i:1;s:10:\"MIME搜尋\";i:2;s:10:\"MIME搜索\";i:3;s:10:\"MIME搜尋\";i:4;s:10:\"MIME搜寻\";i:5;s:10:\"MIME搜索\";i:6;s:10:\"MIMESearch\";}s:9:\"Newimages\";a:9:{i:0;s:12:\"新增檔案\";i:1;s:12:\"新增檔案\";i:2;s:12:\"新增圖片\";i:3;s:12:\"新建文件\";i:4;s:12:\"新建檔案\";i:5;s:12:\"新建文件\";i:6;s:12:\"新建图像\";i:7;s:8:\"NewFiles\";i:8;s:9:\"NewImages\";}s:14:\"Randomredirect\";a:6:{i:0;s:24:\"隨機重新導向頁面\";i:1;s:18:\"隨機重新導向\";i:2;s:21:\"隨機重定向頁面\";i:3;s:15:\"随机重定向\";i:4;s:18:\"随机重定向页\";i:5;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:7:{i:0;s:12:\"近期變動\";i:1;s:12:\"最近變更\";i:2;s:12:\"最近更改\";i:3;s:12:\"最近更改\";i:4;s:12:\"近期變動\";i:5;s:12:\"最近更改\";i:6;s:13:\"RecentChanges\";}s:14:\"Revisiondelete\";a:7:{i:0;s:21:\"刪除或恢復版本\";i:1;s:12:\"修訂刪除\";i:2;s:21:\"刪除或恢復版本\";i:3;s:12:\"版本删除\";i:4;s:12:\"删除修订\";i:5;s:12:\"恢复修订\";i:6;s:14:\"RevisionDelete\";}s:7:\"Unblock\";a:7:{i:0;s:12:\"解除封鎖\";i:1;s:12:\"解除封鎖\";i:2;s:12:\"解除封禁\";i:3;s:6:\"解禁\";i:4;s:12:\"解除封禁\";i:5;s:6:\"解封\";i:6;s:7:\"Unblock\";}s:8:\"Unlockdb\";a:5:{i:0;s:21:\"解除資料庫鎖定\";i:1;s:21:\"解除鎖定資料庫\";i:2;s:21:\"解除資料庫鎖定\";i:3;s:21:\"解除数据库锁定\";i:4;s:8:\"UnlockDB\";}s:14:\"Unwatchedpages\";a:5:{i:0;s:21:\"未被監視的頁面\";i:1;s:18:\"未監視的頁面\";i:2;s:21:\"未被監視的頁面\";i:3;s:18:\"未受监视页面\";i:4;s:14:\"UnwatchedPages\";}s:10:\"Userrights\";a:9:{i:0;s:15:\"使用者權限\";i:1;s:15:\"使用者權限\";i:2;s:12:\"用户权限\";i:3;s:12:\"用戶權限\";i:4;s:15:\"使用者權限\";i:5;s:12:\"用户权限\";i:6;s:10:\"UserRights\";i:7;s:9:\"MakeSysop\";i:8;s:7:\"MakeBot\";}s:9:\"Watchlist\";a:7:{i:0;s:12:\"監視清單\";i:1;s:12:\"監視清單\";i:2;s:12:\"监视列表\";i:3;s:12:\"監視列表\";i:4;s:12:\"監視清单\";i:5;s:12:\"监视列表\";i:6;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:7:{i:0;s:12:\"連入頁面\";i:1;s:12:\"連入頁面\";i:2;s:12:\"链入页面\";i:3;s:12:\"鏈入頁面\";i:4;s:12:\"連入頁面\";i:5;s:12:\"链入页面\";i:6;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:6:{i:0;s:30:\"沒有跨語言連結的頁面\";i:1;s:22:\"無跨wiki連結頁面\";i:2;s:24:\"無跨維基連結頁面\";i:3;s:10:\"无跨wiki\";i:4;s:22:\"无跨wiki链接页面\";i:5;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:5:{i:0;s:6:\"歷史\";i:1;s:6:\"历史\";i:2;s:6:\"歷史\";i:3;s:6:\"历史\";i:4;s:7:\"History\";}s:13:\"MobileOptions\";a:6:{i:0;s:15:\"行動版選項\";i:1;s:15:\"移动版选项\";i:2;s:15:\"手機版選項\";i:3;s:15:\"行動版選項\";i:4;s:15:\"移动版选项\";i:5;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:6:{i:0;s:6:\"上載\";i:1;s:6:\"上传\";i:2;s:6:\"上傳\";i:3;s:6:\"上載\";i:4;s:6:\"上传\";i:5;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:6:{i:0;s:15:\"手機版差異\";i:1;s:15:\"移动版差异\";i:2;s:15:\"手機版差異\";i:3;s:15:\"行動版差異\";i:4;s:15:\"移动版差异\";i:5;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:6:{i:0;s:18:\"手機版編輯器\";i:1;s:18:\"移动版编辑器\";i:2;s:18:\"手機版編輯器\";i:3;s:18:\"行動版編輯器\";i:4;s:18:\"移动版编辑器\";i:5;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:7:{i:0;s:15:\"手機版選單\";i:1;s:15:\"移动版菜单\";i:2;s:15:\"手機版菜單\";i:3;s:15:\"手機版選單\";i:4;s:15:\"行動版選單\";i:5;s:15:\"移动版菜单\";i:6;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:6:{i:0;s:15:\"手機版語言\";i:1;s:15:\"移动版语言\";i:2;s:15:\"手機版語言\";i:3;s:15:\"行動版語言\";i:4;s:15:\"移动版语言\";i:5;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:4:{i:0;s:6:\"附近\";i:1;s:6:\"附近\";i:2;s:6:\"附近\";i:3;s:6:\"Nearby\";}s:11:\"UserProfile\";a:9:{i:0;s:15:\"使用者資訊\";i:1;s:12:\"用户资料\";i:2;s:12:\"用戶資料\";i:3;s:12:\"用戶資訊\";i:4;s:15:\"使用者資訊\";i:5;s:15:\"用戶設定檔\";i:6;s:18:\"使用者設定檔\";i:7;s:12:\"用户资料\";i:8;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:3:{i:0;s:15:\"活躍使用者\";i:1;s:12:\"活跃用户\";i:2;s:11:\"ActiveUsers\";}s:12:\"AllMyUploads\";a:8:{i:0;s:18:\"所有我的上傳\";i:1;s:18:\"所有我的檔案\";i:2;s:18:\"所有本人上載\";i:3;s:18:\"所有本人檔案\";i:4;s:24:\"我上传的所有文件\";i:5;s:18:\"我的所有文件\";i:6;s:12:\"AllMyUploads\";i:7;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:5:{i:0;s:12:\"所有頁面\";i:1;s:12:\"所有页面\";i:2;s:12:\"所有頁面\";i:3;s:12:\"所有页面\";i:4;s:8:\"AllPages\";}s:7:\"ApiHelp\";a:3:{i:0;s:15:\"Api使用說明\";i:1;s:9:\"Api帮助\";i:2;s:7:\"ApiHelp\";}s:8:\"Badtitle\";a:7:{i:0;s:12:\"無效標題\";i:1;s:12:\"错误标题\";i:2;s:12:\"无效标题\";i:3;s:12:\"錯誤標題\";i:4;s:12:\"错误标题\";i:5;s:12:\"无效标题\";i:6;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:5:{i:0;s:12:\"空白頁面\";i:1;s:12:\"空白页面\";i:2;s:12:\"空白頁面\";i:3;s:12:\"空白页面\";i:4;s:9:\"BlankPage\";}s:9:\"BlockList\";a:10:{i:0;s:12:\"封鎖清單\";i:1;s:14:\"IP封鎖清單\";i:2;s:12:\"封禁列表\";i:3;s:14:\"IP封禁列表\";i:4;s:12:\"封禁列表\";i:5;s:12:\"封禁列表\";i:6;s:14:\"IP封禁列表\";i:7;s:9:\"BlockList\";i:8;s:10:\"ListBlocks\";i:9;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:7:{i:0;s:12:\"書籍來源\";i:1;s:12:\"網路書源\";i:2;s:12:\"网络书源\";i:3;s:12:\"網絡書源\";i:4;s:12:\"網路書源\";i:5;s:12:\"网络书源\";i:6;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:5:{i:0;s:21:\"損壞的重新導向\";i:1;s:21:\"損壞的重定向頁\";i:2;s:15:\"受损重定向\";i:3;s:15:\"受损重定向\";i:4;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:6:{i:0;s:6:\"分類\";i:1;s:12:\"頁面分類\";i:2;s:12:\"页面分类\";i:3;s:12:\"頁面分類\";i:4;s:12:\"页面分类\";i:5;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:4:{i:0;s:12:\"更改信箱\";i:1;s:12:\"修改郵箱\";i:2;s:18:\"修改邮箱地址\";i:3;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:11:{i:0;s:12:\"更改密碼\";i:1;s:12:\"修改密碼\";i:2;s:12:\"密碼重設\";i:3;s:12:\"修改密码\";i:4;s:12:\"修改密碼\";i:5;s:12:\"修改密码\";i:6;s:12:\"重置密码\";i:7;s:12:\"找回密码\";i:8;s:14:\"ChangePassword\";i:9;s:9:\"ResetPass\";i:10;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:3:{i:0;s:12:\"頁面比較\";i:1;s:12:\"对比页面\";i:2;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:6:{i:0;s:12:\"確認信箱\";i:1;s:12:\"確認電郵\";i:2;s:18:\"确认电子邮件\";i:3;s:18:\"確認電子郵件\";i:4;s:18:\"确认电子邮件\";i:5;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:10:{i:0;s:15:\"使用者貢獻\";i:1;s:12:\"用戶貢獻\";i:2;s:12:\"用户贡献\";i:3;s:12:\"用戶貢獻\";i:4;s:15:\"使用者貢獻\";i:5;s:15:\"使用者贡献\";i:6;s:12:\"用户贡献\";i:7;s:6:\"贡献\";i:8;s:13:\"Contributions\";i:9;s:8:\"Contribs\";}s:12:\"Deadendpages\";a:7:{i:0;s:15:\"無連結頁面\";i:1;s:12:\"斷鏈頁面\";i:2;s:12:\"断链页面\";i:3;s:12:\"斷鏈頁面\";i:4;s:12:\"斷連頁面\";i:5;s:12:\"断链页面\";i:6;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:5:{i:0;s:18:\"已刪除的貢獻\";i:1;s:24:\"已刪除的用戶貢獻\";i:2;s:15:\"删除的贡献\";i:3;s:24:\"已删除的用户贡献\";i:4;s:20:\"DeletedContributions\";}s:4:\"Diff\";a:5:{i:0;s:12:\"編輯差異\";i:1;s:6:\"差异\";i:2;s:6:\"差異\";i:3;s:12:\"编辑差异\";i:4;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:7:{i:0;s:21:\"雙重的重新導向\";i:1;s:21:\"雙重重定向頁面\";i:2;s:15:\"双重重定向\";i:3;s:18:\"雙重重新導向\";i:4;s:15:\"双重重定向\";i:5;s:15:\"两次重定向\";i:6;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:4:{i:0;s:18:\"編輯監視清單\";i:1;s:18:\"編輯監視列表\";i:2;s:18:\"编辑监视列表\";i:3;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:8:{i:0;s:18:\"寄信給使用者\";i:1;s:6:\"寄信\";i:2;s:15:\"電郵使用者\";i:3;s:12:\"电邮联系\";i:4;s:12:\"電郵聯絡\";i:5;s:12:\"电邮联系\";i:6;s:9:\"EmailUser\";i:7;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:3:{i:0;s:12:\"展開模板\";i:1;s:12:\"展开模板\";i:2;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:9:{i:0;s:6:\"匯出\";i:1;s:12:\"匯出頁面\";i:2;s:12:\"导出页面\";i:3;s:12:\"導出頁面\";i:4;s:12:\"匯出頁面\";i:5;s:12:\"汇出页面\";i:6;s:12:\"导出页面\";i:7;s:6:\"导出\";i:8;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:6:{i:0;s:18:\"最少修訂頁面\";i:1;s:18:\"最少修订页面\";i:2;s:18:\"最少修訂頁面\";i:3;s:18:\"版本最少页面\";i:4;s:18:\"最少修订页面\";i:5;s:15:\"FewestRevisions\";}s:8:\"Filepath\";a:7:{i:0;s:12:\"檔案路徑\";i:1;s:12:\"文件路径\";i:2;s:12:\"文件路徑\";i:3;s:12:\"檔案路徑\";i:4;s:12:\"档案路径\";i:5;s:12:\"文件路径\";i:6;s:8:\"FilePath\";}s:6:\"Import\";a:9:{i:0;s:6:\"匯入\";i:1;s:12:\"匯入頁面\";i:2;s:12:\"导入页面\";i:3;s:12:\"導入頁面\";i:4;s:12:\"匯入頁面\";i:5;s:12:\"汇入页面\";i:6;s:12:\"导入页面\";i:7;s:6:\"导入\";i:8;s:6:\"Import\";}s:14:\"JavaScriptTest\";a:3:{i:0;s:16:\"JavaScript測試\";i:1;s:16:\"JavaScript测试\";i:2;s:14:\"JavaScriptTest\";}s:10:\"Listadmins\";a:6:{i:0;s:15:\"管理員清單\";i:1;s:15:\"管理員列表\";i:2;s:15:\"管理员列表\";i:3;s:15:\"管理員列表\";i:4;s:15:\"管理员列表\";i:5;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:7:{i:0;s:15:\"機器人清單\";i:1;s:15:\"機械人列表\";i:2;s:15:\"机器人列表\";i:3;s:15:\"機器人清單\";i:4;s:15:\"機械人清單\";i:5;s:15:\"机器人列表\";i:6;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:5:{i:0;s:18:\"重複檔案清單\";i:1;s:18:\"重複檔案列表\";i:2;s:18:\"重复文件列表\";i:3;s:19:\"ListDuplicatedFiles\";i:4;s:18:\"ListFileDuplicates\";}s:15:\"Listgrouprights\";a:8:{i:0;s:18:\"群組權限清單\";i:1;s:21:\"使用者群組權限\";i:2;s:18:\"群組權限列表\";i:3;s:12:\"群组权限\";i:4;s:12:\"群組權限\";i:5;s:15:\"用户组权限\";i:6;s:15:\"ListGroupRights\";i:7;s:15:\"UserGroupRights\";}s:9:\"Listusers\";a:9:{i:0;s:15:\"使用者清單\";i:1;s:15:\"使用者列表\";i:2;s:12:\"用户列表\";i:3;s:12:\"用戶列表\";i:4;s:15:\"使用者清單\";i:5;s:12:\"用户列表\";i:6;s:9:\"ListUsers\";i:7;s:8:\"UserList\";i:8;s:5:\"Users\";}s:3:\"Log\";a:6:{i:0;s:6:\"日誌\";i:1;s:6:\"日志\";i:2;s:6:\"日誌\";i:3;s:6:\"日志\";i:4;s:3:\"Log\";i:5;s:4:\"Logs\";}s:11:\"Lonelypages\";a:6:{i:0;s:12:\"孤立頁面\";i:1;s:12:\"孤立页面\";i:2;s:12:\"孤立頁面\";i:3;s:12:\"孤立页面\";i:4;s:11:\"LonelyPages\";i:5;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:6:{i:0;s:15:\"過長的頁面\";i:1;s:9:\"長頁面\";i:2;s:9:\"长页面\";i:3;s:9:\"長頁面\";i:4;s:9:\"长页面\";i:5;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:3:{i:0;s:12:\"媒體統計\";i:1;s:12:\"媒体统计\";i:2;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:5:{i:0;s:12:\"合併歷史\";i:1;s:12:\"合并历史\";i:2;s:12:\"合併歷史\";i:3;s:12:\"合并历史\";i:4;s:12:\"MergeHistory\";}s:14:\"Mostcategories\";a:6:{i:0;s:21:\"最多分類的頁面\";i:1;s:18:\"最多分類頁面\";i:2;s:18:\"最多分类页面\";i:3;s:18:\"最多分類頁面\";i:4;s:18:\"最多分类页面\";i:5;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:9:{i:0;s:24:\"被連結最多的檔案\";i:1;s:18:\"最多連結檔案\";i:2;s:18:\"最多链接文件\";i:3;s:18:\"最多鏈接文件\";i:4;s:18:\"最多連結檔案\";i:5;s:18:\"最多链接文件\";i:6;s:15:\"MostLinkedFiles\";i:7;s:9:\"MostFiles\";i:8;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:4:{i:0;s:32:\"最多_Interwiki_連結的頁面\";i:1;s:19:\"最多跨wiki連結\";i:2;s:25:\"最多跨wiki链接页面\";i:3;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:7:{i:0;s:24:\"被連結最多的頁面\";i:1;s:18:\"最多連結頁面\";i:2;s:18:\"最多链接页面\";i:3;s:18:\"最多連結頁面\";i:4;s:18:\"最多链接页面\";i:5;s:15:\"MostLinkedPages\";i:6;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:7:{i:0;s:24:\"被連結最多的分類\";i:1;s:18:\"最多連結分類\";i:2;s:18:\"最多链接分类\";i:3;s:18:\"最多連結分類\";i:4;s:18:\"最多链接分类\";i:5;s:20:\"MostLinkedCategories\";i:6;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:11:{i:0;s:24:\"被引用最多的頁面\";i:1;s:24:\"被連結最多的模板\";i:2;s:24:\"被使用最多的模板\";i:3;s:18:\"最多链接模板\";i:4;s:18:\"最多連結模板\";i:5;s:18:\"最多嵌入页面\";i:6;s:18:\"最多链接模板\";i:7;s:18:\"最多使用模板\";i:8;s:20:\"MostTranscludedPages\";i:9;s:19:\"MostLinkedTemplates\";i:10;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:6:{i:0;s:21:\"最多修訂的頁面\";i:1;s:18:\"最多修訂頁面\";i:2;s:18:\"最多修订页面\";i:3;s:18:\"最多修訂頁面\";i:4;s:18:\"最多修订页面\";i:5;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:5:{i:0;s:12:\"移動頁面\";i:1;s:12:\"移动页面\";i:2;s:12:\"移動頁面\";i:3;s:12:\"移动页面\";i:4;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:6:{i:0;s:12:\"我的貢獻\";i:1;s:12:\"我的贡献\";i:2;s:12:\"我的貢獻\";i:3;s:12:\"我的贡献\";i:4;s:15:\"MyContributions\";i:5;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:5:{i:0;s:12:\"我的語言\";i:1;s:12:\"我的语言\";i:2;s:12:\"我的語言\";i:3;s:12:\"我的语言\";i:4;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:7:{i:0;s:21:\"我的使用者頁面\";i:1;s:15:\"我的用戶頁\";i:2;s:15:\"我的用户页\";i:3;s:15:\"我的用戶頁\";i:4;s:21:\"我的使用者頁面\";i:5;s:15:\"我的用户页\";i:6;s:6:\"MyPage\";}s:6:\"Mytalk\";a:7:{i:0;s:12:\"我的對話\";i:1;s:15:\"我的討論頁\";i:2;s:15:\"我的讨论页\";i:3;s:15:\"我的討論頁\";i:4;s:15:\"我的讨论页\";i:5;s:15:\"我的对话页\";i:6;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:7:{i:0;s:12:\"我的上傳\";i:1;s:12:\"我的上載\";i:2;s:12:\"我的檔案\";i:3;s:18:\"我上传的文件\";i:4;s:12:\"我的文件\";i:5;s:9:\"MyUploads\";i:6;s:7:\"MyFiles\";}s:8:\"Newpages\";a:6:{i:0;s:12:\"新增頁面\";i:1;s:9:\"新頁面\";i:2;s:12:\"最新页面\";i:3;s:12:\"最新頁面\";i:4;s:12:\"新建页面\";i:5;s:8:\"NewPages\";}s:12:\"PageLanguage\";a:3:{i:0;s:12:\"頁面語言\";i:1;s:12:\"页面语言\";i:2;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:8:{i:0;s:21:\"擁有屬性的頁面\";i:1;s:15:\"帶屬性頁面\";i:2;s:18:\"带属性的页面\";i:3;s:21:\"基于属性的页面\";i:4;s:13:\"PagesWithProp\";i:5;s:13:\"Pageswithprop\";i:6;s:11:\"PagesByProp\";i:7;s:11:\"Pagesbyprop\";}s:13:\"PasswordReset\";a:5:{i:0;s:12:\"重設密碼\";i:1;s:12:\"重置密码\";i:2;s:12:\"重設密碼\";i:3;s:12:\"重设密码\";i:4;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:6:{i:0;s:12:\"靜態連結\";i:1;s:12:\"永久連結\";i:2;s:12:\"固定链接\";i:3;s:12:\"永久链接\";i:4;s:13:\"PermanentLink\";i:5;s:9:\"PermaLink\";}s:11:\"Preferences\";a:7:{i:0;s:12:\"偏好設定\";i:1;s:12:\"参数设置\";i:2;s:12:\"偏好設定\";i:3;s:12:\"參數設置\";i:4;s:12:\"参数设置\";i:5;s:6:\"设置\";i:6;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:7:{i:0;s:12:\"字首索引\";i:1;s:12:\"前綴索引\";i:2;s:12:\"前缀索引\";i:3;s:12:\"前綴索引\";i:4;s:12:\"字首索引\";i:5;s:12:\"前缀索引\";i:6;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:6:{i:0;s:15:\"受保護頁面\";i:1;s:15:\"已保護頁面\";i:2;s:15:\"已保护页面\";i:3;s:15:\"已保護頁面\";i:4;s:15:\"已保护页面\";i:5;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:6:{i:0;s:15:\"受保護標題\";i:1;s:15:\"已保護標題\";i:2;s:15:\"已保护标题\";i:3;s:15:\"已保護標題\";i:4;s:15:\"已保护标题\";i:5;s:15:\"ProtectedTitles\";}s:16:\"RandomInCategory\";a:4:{i:0;s:18:\"隨機分類頁面\";i:1;s:18:\"於分類中隨機\";i:2;s:15:\"分类内随机\";i:3;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:7:{i:0;s:12:\"隨機頁面\";i:1;s:12:\"随机页面\";i:2;s:12:\"隨機頁面\";i:3;s:6:\"随机\";i:4;s:12:\"随机页面\";i:5;s:6:\"Random\";i:6;s:10:\"RandomPage\";}s:14:\"Randomrootpage\";a:3:{i:0;s:15:\"隨機根頁面\";i:1;s:15:\"随机根页面\";i:2;s:14:\"RandomRootpage\";}s:19:\"Recentchangeslinked\";a:10:{i:0;s:24:\"已連結的最近變更\";i:1;s:12:\"相關變更\";i:2;s:12:\"連出更改\";i:3;s:12:\"链出更改\";i:4;s:12:\"鏈出更改\";i:5;s:12:\"連出更改\";i:6;s:18:\"最近链出更改\";i:7;s:12:\"相关更改\";i:8;s:19:\"RecentChangesLinked\";i:9;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:6:{i:0;s:12:\"重新導向\";i:1;s:9:\"重定向\";i:2;s:9:\"重定向\";i:3;s:12:\"重新導向\";i:4;s:9:\"重定向\";i:5;s:8:\"Redirect\";}s:11:\"ResetTokens\";a:6:{i:0;s:12:\"重設密鑰\";i:1;s:12:\"覆寫令牌\";i:2;s:12:\"重置密钥\";i:3;s:12:\"重設金鑰\";i:4;s:12:\"重置权标\";i:5;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:4:{i:0;s:12:\"執行作業\";i:1;s:12:\"運行工作\";i:2;s:12:\"运行工作\";i:3;s:7:\"RunJobs\";}s:6:\"Search\";a:5:{i:0;s:6:\"搜尋\";i:1;s:6:\"搜索\";i:2;s:6:\"搜尋\";i:3;s:6:\"搜索\";i:4;s:6:\"Search\";}s:10:\"Shortpages\";a:6:{i:0;s:15:\"過短的頁面\";i:1;s:9:\"短頁面\";i:2;s:9:\"短页面\";i:3;s:9:\"短頁面\";i:4;s:9:\"短页面\";i:5;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:5:{i:0;s:12:\"特殊頁面\";i:1;s:12:\"特殊页面\";i:2;s:12:\"特殊頁面\";i:3;s:12:\"特殊页面\";i:4;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:8:{i:0;s:12:\"統計資訊\";i:1;s:6:\"统计\";i:2;s:12:\"统计信息\";i:3;s:6:\"統計\";i:4;s:12:\"統計資訊\";i:5;s:12:\"统计信息\";i:6;s:10:\"Statistics\";i:7;s:5:\"Stats\";}s:4:\"Tags\";a:5:{i:0;s:6:\"標籤\";i:1;s:6:\"标签\";i:2;s:6:\"標籤\";i:3;s:6:\"标签\";i:4;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:5:{i:0;s:12:\"追蹤分類\";i:1;s:12:\"跟蹤分類\";i:2;s:12:\"追踪分类\";i:3;s:12:\"追踪分类\";i:4;s:18:\"TrackingCategories\";}s:23:\"Uncategorizedcategories\";a:6:{i:0;s:18:\"未分類的分類\";i:1;s:15:\"未歸類分類\";i:2;s:15:\"未归类分类\";i:3;s:15:\"未歸類分類\";i:4;s:15:\"未分类分类\";i:5;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:10:{i:0;s:18:\"未分類的檔案\";i:1;s:18:\"未分類的圖片\";i:2;s:15:\"未歸類檔案\";i:3;s:15:\"未归类文件\";i:4;s:15:\"未歸類文件\";i:5;s:15:\"未歸類檔案\";i:6;s:15:\"未分类文件\";i:7;s:15:\"未分类图像\";i:8;s:18:\"UncategorizedFiles\";i:9;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:6:{i:0;s:18:\"未分類的頁面\";i:1;s:15:\"未歸類頁面\";i:2;s:15:\"未归类页面\";i:3;s:15:\"未歸類頁面\";i:4;s:15:\"未分类页面\";i:5;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:6:{i:0;s:18:\"未分類的模板\";i:1;s:15:\"未歸類模板\";i:2;s:15:\"未归类模板\";i:3;s:15:\"未歸類模板\";i:4;s:15:\"未分类模板\";i:5;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:5:{i:0;s:12:\"取消刪除\";i:1;s:18:\"恢复被删页面\";i:2;s:18:\"恢復被刪頁面\";i:3;s:18:\"恢复被删页面\";i:4;s:8:\"Undelete\";}s:16:\"Unusedcategories\";a:6:{i:0;s:18:\"未使用的分類\";i:1;s:15:\"未使用分類\";i:2;s:15:\"未使用分类\";i:3;s:15:\"未使用分類\";i:4;s:15:\"未使用分类\";i:5;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:8:{i:0;s:18:\"未使用的檔案\";i:1;s:15:\"未使用檔案\";i:2;s:15:\"未使用文件\";i:3;s:15:\"未使用檔案\";i:4;s:15:\"未使用文件\";i:5;s:15:\"未使用图像\";i:6;s:11:\"UnusedFiles\";i:7;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:5:{i:0;s:18:\"未使用的模板\";i:1;s:15:\"未使用模板\";i:2;s:15:\"未使用模板\";i:3;s:15:\"未使用模板\";i:4;s:15:\"UnusedTemplates\";}s:6:\"Upload\";a:8:{i:0;s:6:\"上傳\";i:1;s:12:\"上載檔案\";i:2;s:12:\"上传文件\";i:3;s:12:\"上傳檔案\";i:4;s:12:\"上載檔案\";i:5;s:12:\"上载档案\";i:6;s:12:\"上传文件\";i:7;s:6:\"Upload\";}s:11:\"UploadStash\";a:3:{i:0;s:15:\"上傳儲藏庫\";i:1;s:12:\"上传藏匿\";i:2;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:8:{i:0;s:15:\"使用者登入\";i:1;s:12:\"用户登录\";i:2;s:12:\"用戶登入\";i:3;s:15:\"使用者登入\";i:4;s:12:\"用户登录\";i:5;s:6:\"登录\";i:6;s:9:\"UserLogin\";i:7;s:5:\"Login\";}s:10:\"Userlogout\";a:8:{i:0;s:15:\"使用者登出\";i:1;s:12:\"用户退出\";i:2;s:12:\"用戶登出\";i:3;s:15:\"使用者登出\";i:4;s:12:\"用户退出\";i:5;s:6:\"退出\";i:6;s:10:\"UserLogout\";i:7;s:6:\"Logout\";}s:7:\"Version\";a:6:{i:0;s:6:\"版本\";i:1;s:12:\"版本資訊\";i:2;s:6:\"版本\";i:3;s:6:\"版本\";i:4;s:12:\"版本信息\";i:5;s:7:\"Version\";}s:16:\"Wantedcategories\";a:6:{i:0;s:15:\"需要的分類\";i:1;s:12:\"待撰分類\";i:2;s:15:\"需要的分类\";i:3;s:15:\"需要的分类\";i:4;s:12:\"待撰分类\";i:5;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:5:{i:0;s:15:\"需要的檔案\";i:1;s:15:\"需要的文件\";i:2;s:15:\"需要的檔案\";i:3;s:15:\"需要的文件\";i:4;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:8:{i:0;s:15:\"需要的頁面\";i:1;s:12:\"待撰頁面\";i:2;s:15:\"需要的页面\";i:3;s:15:\"需要的页面\";i:4;s:12:\"待撰页面\";i:5;s:12:\"受损链接\";i:6;s:11:\"WantedPages\";i:7;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:4:{i:0;s:15:\"需要的模板\";i:1;s:15:\"需要的模板\";i:2;s:15:\"需要的模板\";i:3;s:15:\"WantedTemplates\";}s:10:\"ApiSandbox\";a:2:{i:0;s:9:\"Api沙盒\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:4:{i:0;s:18:\"自动封禁列表\";i:1;s:18:\"列出自动封禁\";i:2;s:13:\"AutoblockList\";i:3;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:2:{i:0;s:15:\"机器人密码\";i:1;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:2:{i:0;s:18:\"更改内容模型\";i:1;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:2:{i:0;s:12:\"更改凭据\";i:1;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:3:{i:0;s:12:\"删除页面\";i:1;s:10:\"DeletePage\";i:2;s:6:\"Delete\";}s:8:\"EditPage\";a:4:{i:0;s:12:\"编辑页面\";i:1;s:6:\"编辑\";i:2;s:8:\"EditPage\";i:3;s:4:\"Edit\";}s:8:\"EditTags\";a:2:{i:0;s:12:\"编辑标签\";i:1;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:2:{i:0;s:19:\"去往跨wiki页面\";i:1;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:2:{i:0;s:12:\"链接账号\";i:1;s:12:\"LinkAccounts\";}s:10:\"Listgrants\";a:2:{i:0;s:12:\"列出授权\";i:1;s:10:\"ListGrants\";}s:4:\"Mute\";a:2:{i:0;s:6:\"屏蔽\";i:1;s:4:\"Mute\";}s:10:\"NewSection\";a:3:{i:0;s:9:\"新章节\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:8:\"PageData\";a:2:{i:0;s:12:\"页面数据\";i:1;s:8:\"PageData\";}s:11:\"PageHistory\";a:3:{i:0;s:12:\"页面历史\";i:1;s:11:\"PageHistory\";i:2;s:7:\"History\";}s:8:\"PageInfo\";a:3:{i:0;s:12:\"页面信息\";i:1;s:8:\"PageInfo\";i:2;s:4:\"Info\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:12:\"密码策略\";i:1;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:4:{i:0;s:12:\"保护页面\";i:1;s:6:\"保护\";i:2;s:11:\"ProtectPage\";i:3;s:7:\"Protect\";}s:5:\"Purge\";a:2:{i:0;s:6:\"刷新\";i:1;s:5:\"Purge\";}s:17:\"RemoveCredentials\";a:2:{i:0;s:12:\"移除凭据\";i:1;s:17:\"RemoveCredentials\";}s:14:\"UnlinkAccounts\";a:2:{i:0;s:18:\"取消关联账号\";i:1;s:14:\"UnlinkAccounts\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}}'),('an','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('an','compiledPluralRules','a:1:{i:0;s:6:\"n 1 in\";}'),('an','dateFormats','a:20:{s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j M Y\";s:8:\"dmy both\";s:9:\"H:i j M Y\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('an','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('an','datePreferences','b:0;'),('an','defaultDateFormat','s:3:\"dmy\";'),('an','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/an.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";i:1452381551;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/an.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEs.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('an','digitGroupingPattern','s:9:\"#,##0.###\";'),('an','digitTransformTable','N;'),('an','fallback','s:2:\"es\";'),('an','fallback8bitEncoding','s:12:\"windows-1252\";'),('an','fallbackSequence','a:2:{i:0;s:2:\"es\";i:1;s:2:\"en\";}'),('an','imageFiles','N;'),('an','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('an','linkPrefixExtension','b:0;'),('an','linkTrail','s:31:\"/^([a-záéíóúñ]+)(.*)$/sDu\";'),('an','list','a:1:{s:8:\"messages\";a:7548:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:19:\"tog-extendwatchlist\";i:5;s:12:\"tog-usenewrc\";i:6;s:18:\"tog-editondblclick\";i:7;s:27:\"tog-editsectiononrightclick\";i:8;s:18:\"tog-watchcreations\";i:9;s:16:\"tog-watchdefault\";i:10;s:14:\"tog-watchmoves\";i:11;s:17:\"tog-watchdeletion\";i:12;s:16:\"tog-watchuploads\";i:13;s:16:\"tog-minordefault\";i:14;s:16:\"tog-previewontop\";i:15;s:18:\"tog-previewonfirst\";i:16;s:24:\"tog-enotifwatchlistpages\";i:17;s:23:\"tog-enotifusertalkpages\";i:18;s:20:\"tog-enotifminoredits\";i:19;s:20:\"tog-enotifrevealaddr\";i:20;s:23:\"tog-shownumberswatching\";i:21;s:10:\"tog-oldsig\";i:22;s:12:\"tog-fancysig\";i:23;s:18:\"tog-uselivepreview\";i:24;s:20:\"tog-forceeditsummary\";i:25;s:20:\"tog-watchlisthideown\";i:26;s:21:\"tog-watchlisthidebots\";i:27;s:22:\"tog-watchlisthideminor\";i:28;s:20:\"tog-watchlisthideliu\";i:29;s:22:\"tog-watchlisthideanons\";i:30;s:26:\"tog-watchlisthidepatrolled\";i:31;s:16:\"tog-ccmeonemails\";i:32;s:12:\"tog-diffonly\";i:33;s:18:\"tog-showhiddencats\";i:34;s:18:\"tog-norollbackdiff\";i:35;s:18:\"tog-useeditwarning\";i:36;s:16:\"underline-always\";i:37;s:15:\"underline-never\";i:38;s:17:\"underline-default\";i:39;s:14:\"editfont-style\";i:40;s:18:\"editfont-monospace\";i:41;s:18:\"editfont-sansserif\";i:42;s:14:\"editfont-serif\";i:43;s:6:\"sunday\";i:44;s:6:\"monday\";i:45;s:7:\"tuesday\";i:46;s:9:\"wednesday\";i:47;s:8:\"thursday\";i:48;s:6:\"friday\";i:49;s:8:\"saturday\";i:50;s:3:\"sun\";i:51;s:3:\"mon\";i:52;s:3:\"tue\";i:53;s:3:\"wed\";i:54;s:3:\"thu\";i:55;s:3:\"fri\";i:56;s:3:\"sat\";i:57;s:7:\"january\";i:58;s:8:\"february\";i:59;s:5:\"march\";i:60;s:5:\"april\";i:61;s:8:\"may_long\";i:62;s:4:\"june\";i:63;s:4:\"july\";i:64;s:6:\"august\";i:65;s:9:\"september\";i:66;s:7:\"october\";i:67;s:8:\"november\";i:68;s:8:\"december\";i:69;s:11:\"january-gen\";i:70;s:12:\"february-gen\";i:71;s:9:\"march-gen\";i:72;s:9:\"april-gen\";i:73;s:7:\"may-gen\";i:74;s:8:\"june-gen\";i:75;s:8:\"july-gen\";i:76;s:10:\"august-gen\";i:77;s:13:\"september-gen\";i:78;s:11:\"october-gen\";i:79;s:12:\"november-gen\";i:80;s:12:\"december-gen\";i:81;s:3:\"jan\";i:82;s:3:\"feb\";i:83;s:3:\"mar\";i:84;s:3:\"apr\";i:85;s:3:\"may\";i:86;s:3:\"jun\";i:87;s:3:\"jul\";i:88;s:3:\"aug\";i:89;s:3:\"sep\";i:90;s:3:\"oct\";i:91;s:3:\"nov\";i:92;s:3:\"dec\";i:93;s:14:\"pagecategories\";i:94;s:15:\"category_header\";i:95;s:13:\"subcategories\";i:96;s:21:\"category-media-header\";i:97;s:14:\"category-empty\";i:98;s:17:\"hidden-categories\";i:99;s:24:\"hidden-category-category\";i:100;s:21:\"category-subcat-count\";i:101;s:29:\"category-subcat-count-limited\";i:102;s:22:\"category-article-count\";i:103;s:30:\"category-article-count-limited\";i:104;s:19:\"category-file-count\";i:105;s:27:\"category-file-count-limited\";i:106;s:14:\"index-category\";i:107;s:16:\"noindex-category\";i:108;s:20:\"broken-file-category\";i:109;s:5:\"about\";i:110;s:7:\"article\";i:111;s:9:\"newwindow\";i:112;s:6:\"cancel\";i:113;s:13:\"moredotdotdot\";i:114;s:6:\"mypage\";i:115;s:6:\"mytalk\";i:116;s:8:\"anontalk\";i:117;s:10:\"navigation\";i:118;s:3:\"and\";i:119;s:3:\"faq\";i:120;s:7:\"actions\";i:121;s:10:\"namespaces\";i:122;s:8:\"variants\";i:123;s:18:\"navigation-heading\";i:124;s:14:\"errorpagetitle\";i:125;s:8:\"returnto\";i:126;s:7:\"tagline\";i:127;s:4:\"help\";i:128;s:6:\"search\";i:129;s:12:\"searchbutton\";i:130;s:2:\"go\";i:131;s:13:\"searcharticle\";i:132;s:17:\"skin-view-history\";i:133;s:7:\"history\";i:134;s:13:\"history_short\";i:135;s:13:\"updatedmarker\";i:136;s:16:\"printableversion\";i:137;s:9:\"permalink\";i:138;s:5:\"print\";i:139;s:4:\"view\";i:140;s:14:\"skin-view-view\";i:141;s:17:\"skin-view-foreign\";i:142;s:4:\"edit\";i:143;s:14:\"skin-view-edit\";i:144;s:6:\"create\";i:145;s:16:\"skin-view-create\";i:146;s:12:\"create-local\";i:147;s:6:\"delete\";i:148;s:14:\"undelete_short\";i:149;s:17:\"viewdeleted_short\";i:150;s:7:\"protect\";i:151;s:14:\"protect_change\";i:152;s:21:\"skin-action-unprotect\";i:153;s:9:\"unprotect\";i:154;s:7:\"newpage\";i:155;s:16:\"talkpagelinktext\";i:156;s:11:\"specialpage\";i:157;s:13:\"personaltools\";i:158;s:4:\"talk\";i:159;s:5:\"views\";i:160;s:7:\"toolbox\";i:161;s:8:\"cactions\";i:162;s:9:\"imagepage\";i:163;s:13:\"mediawikipage\";i:164;s:12:\"templatepage\";i:165;s:12:\"viewhelppage\";i:166;s:12:\"categorypage\";i:167;s:12:\"viewtalkpage\";i:168;s:14:\"otherlanguages\";i:169;s:14:\"redirectedfrom\";i:170;s:15:\"redirectpagesub\";i:171;s:10:\"redirectto\";i:172;s:14:\"lastmodifiedat\";i:173;s:9:\"viewcount\";i:174;s:13:\"protectedpage\";i:175;s:6:\"jumpto\";i:176;s:16:\"jumptonavigation\";i:177;s:12:\"jumptosearch\";i:178;s:15:\"view-pool-error\";i:179;s:12:\"pool-timeout\";i:180;s:14:\"pool-queuefull\";i:181;s:17:\"pool-errorunknown\";i:182;s:9:\"aboutsite\";i:183;s:9:\"aboutpage\";i:184;s:9:\"copyright\";i:185;s:13:\"copyrightpage\";i:186;s:13:\"currentevents\";i:187;s:17:\"currentevents-url\";i:188;s:11:\"disclaimers\";i:189;s:14:\"disclaimerpage\";i:190;s:8:\"edithelp\";i:191;s:20:\"helppage-top-gethelp\";i:192;s:8:\"mainpage\";i:193;s:20:\"mainpage-description\";i:194;s:10:\"policy-url\";i:195;s:6:\"portal\";i:196;s:10:\"portal-url\";i:197;s:7:\"privacy\";i:198;s:11:\"privacypage\";i:199;s:9:\"badaccess\";i:200;s:16:\"badaccess-group0\";i:201;s:16:\"badaccess-groups\";i:202;s:15:\"versionrequired\";i:203;s:19:\"versionrequiredtext\";i:204;s:2:\"ok\";i:205;s:9:\"pagetitle\";i:206;s:13:\"retrievedfrom\";i:207;s:18:\"youhavenewmessages\";i:208;s:27:\"youhavenewmessagesfromusers\";i:209;s:21:\"newmessageslinkplural\";i:210;s:25:\"newmessagesdifflinkplural\";i:211;s:11:\"editsection\";i:212;s:7:\"editold\";i:213;s:13:\"viewsourceold\";i:214;s:8:\"editlink\";i:215;s:14:\"viewsourcelink\";i:216;s:15:\"editsectionhint\";i:217;s:3:\"toc\";i:218;s:7:\"showtoc\";i:219;s:7:\"hidetoc\";i:220;s:20:\"collapsible-collapse\";i:221;s:18:\"collapsible-expand\";i:222;s:15:\"confirmable-yes\";i:223;s:14:\"confirmable-no\";i:224;s:13:\"thisisdeleted\";i:225;s:11:\"viewdeleted\";i:226;s:11:\"restorelink\";i:227;s:12:\"feed-invalid\";i:228;s:16:\"feed-unavailable\";i:229;s:13:\"site-rss-feed\";i:230;s:14:\"site-atom-feed\";i:231;s:13:\"page-rss-feed\";i:232;s:14:\"page-atom-feed\";i:233;s:14:\"red-link-title\";i:234;s:15:\"sort-descending\";i:235;s:14:\"sort-ascending\";i:236;s:10:\"nstab-main\";i:237;s:10:\"nstab-user\";i:238;s:11:\"nstab-media\";i:239;s:13:\"nstab-special\";i:240;s:13:\"nstab-project\";i:241;s:11:\"nstab-image\";i:242;s:15:\"nstab-mediawiki\";i:243;s:14:\"nstab-template\";i:244;s:10:\"nstab-help\";i:245;s:14:\"nstab-category\";i:246;s:14:\"mainpage-nstab\";i:247;s:12:\"nosuchaction\";i:248;s:16:\"nosuchactiontext\";i:249;s:17:\"nosuchspecialpage\";i:250;s:17:\"nospecialpagetext\";i:251;s:5:\"error\";i:252;s:13:\"databaseerror\";i:253;s:19:\"databaseerror-error\";i:254;s:17:\"laggedreplicamode\";i:255;s:8:\"readonly\";i:256;s:15:\"enterlockreason\";i:257;s:12:\"readonlytext\";i:258;s:15:\"missing-article\";i:259;s:18:\"missingarticle-rev\";i:260;s:19:\"missingarticle-diff\";i:261;s:12:\"readonly_lag\";i:262;s:13:\"internalerror\";i:263;s:18:\"internalerror_info\";i:264;s:13:\"filecopyerror\";i:265;s:15:\"filerenameerror\";i:266;s:15:\"filedeleteerror\";i:267;s:20:\"directorycreateerror\";i:268;s:12:\"filenotfound\";i:269;s:10:\"unexpected\";i:270;s:9:\"formerror\";i:271;s:15:\"badarticleerror\";i:272;s:12:\"cannotdelete\";i:273;s:18:\"cannotdelete-title\";i:274;s:8:\"badtitle\";i:275;s:12:\"badtitletext\";i:276;s:10:\"perfcached\";i:277;s:12:\"perfcachedts\";i:278;s:20:\"querypage-no-updates\";i:279;s:10:\"viewsource\";i:280;s:16:\"viewsource-title\";i:281;s:15:\"actionthrottled\";i:282;s:19:\"actionthrottledtext\";i:283;s:17:\"protectedpagetext\";i:284;s:14:\"viewsourcetext\";i:285;s:12:\"viewyourtext\";i:286;s:18:\"protectedinterface\";i:287;s:16:\"editinginterface\";i:288;s:16:\"cascadeprotected\";i:289;s:18:\"namespaceprotected\";i:290;s:18:\"customcssprotected\";i:291;s:17:\"customjsprotected\";i:292;s:19:\"ns-specialprotected\";i:293;s:14:\"titleprotected\";i:294;s:16:\"virus-badscanner\";i:295;s:16:\"virus-scanfailed\";i:296;s:20:\"virus-unknownscanner\";i:297;s:10:\"logouttext\";i:298;s:8:\"yourname\";i:299;s:18:\"userlogin-yourname\";i:300;s:21:\"userlogin-yourname-ph\";i:301;s:12:\"yourpassword\";i:302;s:22:\"userlogin-yourpassword\";i:303;s:17:\"yourpasswordagain\";i:304;s:28:\"createacct-yourpasswordagain\";i:305;s:14:\"yourdomainname\";i:306;s:15:\"externaldberror\";i:307;s:5:\"login\";i:308;s:23:\"nav-login-createaccount\";i:309;s:6:\"logout\";i:310;s:10:\"userlogout\";i:311;s:11:\"notloggedin\";i:312;s:19:\"userlogin-noaccount\";i:313;s:13:\"createaccount\";i:314;s:27:\"createacct-another-email-ph\";i:315;s:17:\"createaccountmail\";i:316;s:17:\"createacct-submit\";i:317;s:25:\"createacct-another-submit\";i:318;s:24:\"createacct-benefit-body3\";i:319;s:9:\"badretype\";i:320;s:10:\"userexists\";i:321;s:10:\"loginerror\";i:322;s:18:\"createaccounterror\";i:323;s:12:\"nocookiesnew\";i:324;s:14:\"nocookieslogin\";i:325;s:15:\"nocookiesfornew\";i:326;s:6:\"noname\";i:327;s:17:\"loginsuccesstitle\";i:328;s:12:\"loginsuccess\";i:329;s:10:\"nosuchuser\";i:330;s:15:\"nosuchusershort\";i:331;s:15:\"nouserspecified\";i:332;s:17:\"login-userblocked\";i:333;s:13:\"wrongpassword\";i:334;s:18:\"wrongpasswordempty\";i:335;s:16:\"passwordtooshort\";i:336;s:19:\"password-name-match\";i:337;s:24:\"password-login-forbidden\";i:338;s:14:\"mailmypassword\";i:339;s:21:\"passwordremindertitle\";i:340;s:20:\"passwordremindertext\";i:341;s:7:\"noemail\";i:342;s:13:\"noemailcreate\";i:343;s:12:\"passwordsent\";i:344;s:20:\"blocked-mailpassword\";i:345;s:12:\"eauthentsent\";i:346;s:22:\"throttled-mailpassword\";i:347;s:9:\"mailerror\";i:348;s:26:\"acct_creation_throttle_hit\";i:349;s:18:\"emailauthenticated\";i:350;s:21:\"emailnotauthenticated\";i:351;s:12:\"noemailprefs\";i:352;s:16:\"emailconfirmlink\";i:353;s:19:\"invalidemailaddress\";i:354;s:17:\"cannotchangeemail\";i:355;s:14:\"accountcreated\";i:356;s:18:\"accountcreatedtext\";i:357;s:19:\"createaccount-title\";i:358;s:18:\"createaccount-text\";i:359;s:15:\"login-throttled\";i:360;s:19:\"login-abort-generic\";i:361;s:18:\"loginlanguagelabel\";i:362;s:21:\"suspicious-userlogout\";i:363;s:8:\"pt-login\";i:364;s:16:\"pt-createaccount\";i:365;s:13:\"pt-userlogout\";i:366;s:22:\"php-mail-error-unknown\";i:367;s:17:\"user-mail-no-addy\";i:368;s:14:\"changepassword\";i:369;s:18:\"resetpass_announce\";i:370;s:14:\"resetpass_text\";i:371;s:16:\"resetpass_header\";i:372;s:11:\"oldpassword\";i:373;s:11:\"newpassword\";i:374;s:9:\"retypenew\";i:375;s:16:\"resetpass_submit\";i:376;s:22:\"changepassword-success\";i:377;s:19:\"resetpass_forbidden\";i:378;s:17:\"resetpass-no-info\";i:379;s:25:\"resetpass-submit-loggedin\";i:380;s:23:\"resetpass-submit-cancel\";i:381;s:23:\"resetpass-wrong-oldpass\";i:382;s:23:\"resetpass-temp-password\";i:383;s:13:\"passwordreset\";i:384;s:22:\"passwordreset-disabled\";i:385;s:22:\"passwordreset-username\";i:386;s:20:\"passwordreset-domain\";i:387;s:19:\"passwordreset-email\";i:388;s:24:\"passwordreset-emailtitle\";i:389;s:26:\"passwordreset-emailtext-ip\";i:390;s:28:\"passwordreset-emailtext-user\";i:391;s:26:\"passwordreset-emailelement\";i:392;s:11:\"changeemail\";i:393;s:18:\"changeemail-header\";i:394;s:19:\"changeemail-no-info\";i:395;s:20:\"changeemail-oldemail\";i:396;s:20:\"changeemail-newemail\";i:397;s:16:\"changeemail-none\";i:398;s:18:\"changeemail-submit\";i:399;s:7:\"summary\";i:400;s:7:\"subject\";i:401;s:9:\"minoredit\";i:402;s:9:\"watchthis\";i:403;s:11:\"savearticle\";i:404;s:11:\"publishpage\";i:405;s:14:\"publishchanges\";i:406;s:7:\"preview\";i:407;s:11:\"showpreview\";i:408;s:8:\"showdiff\";i:409;s:15:\"anoneditwarning\";i:410;s:18:\"anonpreviewwarning\";i:411;s:14:\"missingsummary\";i:412;s:18:\"missingcommenttext\";i:413;s:20:\"missingcommentheader\";i:414;s:15:\"summary-preview\";i:415;s:12:\"blockedtitle\";i:416;s:11:\"blockedtext\";i:417;s:15:\"autoblockedtext\";i:418;s:15:\"blockednoreason\";i:419;s:17:\"whitelistedittext\";i:420;s:15:\"confirmedittext\";i:421;s:18:\"nosuchsectiontitle\";i:422;s:17:\"nosuchsectiontext\";i:423;s:13:\"loginreqtitle\";i:424;s:12:\"loginreqlink\";i:425;s:16:\"loginreqpagetext\";i:426;s:12:\"accmailtitle\";i:427;s:11:\"accmailtext\";i:428;s:10:\"newarticle\";i:429;s:14:\"newarticletext\";i:430;s:16:\"anontalkpagetext\";i:431;s:13:\"noarticletext\";i:432;s:26:\"noarticletext-nopermission\";i:433;s:25:\"userpage-userdoesnotexist\";i:434;s:30:\"userpage-userdoesnotexist-view\";i:435;s:25:\"blocked-notice-logextract\";i:436;s:14:\"clearyourcache\";i:437;s:20:\"usercssyoucanpreview\";i:438;s:19:\"userjsyoucanpreview\";i:439;s:14:\"usercsspreview\";i:440;s:13:\"userjspreview\";i:441;s:14:\"sitecsspreview\";i:442;s:13:\"sitejspreview\";i:443;s:22:\"userinvalidconfigtitle\";i:444;s:7:\"updated\";i:445;s:4:\"note\";i:446;s:11:\"previewnote\";i:447;s:15:\"previewconflict\";i:448;s:20:\"session_fail_preview\";i:449;s:25:\"session_fail_preview_html\";i:450;s:20:\"edit_form_incomplete\";i:451;s:7:\"editing\";i:452;s:8:\"creating\";i:453;s:14:\"editingsection\";i:454;s:14:\"editingcomment\";i:455;s:12:\"editconflict\";i:456;s:15:\"explainconflict\";i:457;s:8:\"yourtext\";i:458;s:13:\"storedversion\";i:459;s:10:\"editingold\";i:460;s:8:\"yourdiff\";i:461;s:16:\"copyrightwarning\";i:462;s:17:\"copyrightwarning2\";i:463;s:13:\"longpageerror\";i:464;s:15:\"readonlywarning\";i:465;s:20:\"protectedpagewarning\";i:466;s:24:\"semiprotectedpagewarning\";i:467;s:23:\"cascadeprotectedwarning\";i:468;s:21:\"titleprotectedwarning\";i:469;s:13:\"templatesused\";i:470;s:20:\"templatesusedpreview\";i:471;s:20:\"templatesusedsection\";i:472;s:18:\"template-protected\";i:473;s:22:\"template-semiprotected\";i:474;s:16:\"hiddencategories\";i:475;s:9:\"edittools\";i:476;s:16:\"edittools-upload\";i:477;s:12:\"nocreatetext\";i:478;s:17:\"nocreate-loggedin\";i:479;s:29:\"sectioneditnotsupported-title\";i:480;s:28:\"sectioneditnotsupported-text\";i:481;s:17:\"permissionserrors\";i:482;s:21:\"permissionserrorstext\";i:483;s:32:\"permissionserrorstext-withaction\";i:484;s:26:\"recreate-moveddeleted-warn\";i:485;s:19:\"moveddeleted-notice\";i:486;s:11:\"log-fulllog\";i:487;s:17:\"edit-hook-aborted\";i:488;s:17:\"edit-gone-missing\";i:489;s:13:\"edit-conflict\";i:490;s:14:\"edit-no-change\";i:491;s:27:\"postedit-confirmation-saved\";i:492;s:19:\"edit-already-exists\";i:493;s:22:\"content-model-wikitext\";i:494;s:32:\"expensive-parserfunction-warning\";i:495;s:33:\"expensive-parserfunction-category\";i:496;s:38:\"post-expand-template-inclusion-warning\";i:497;s:39:\"post-expand-template-inclusion-category\";i:498;s:37:\"post-expand-template-argument-warning\";i:499;s:38:\"post-expand-template-argument-category\";i:500;s:28:\"parser-template-loop-warning\";i:501;s:39:\"parser-template-recursion-depth-warning\";i:502;s:32:\"language-converter-depth-warning\";i:503;s:12:\"undo-success\";i:504;s:12:\"undo-failure\";i:505;s:10:\"undo-norev\";i:506;s:12:\"undo-summary\";i:507;s:12:\"viewpagelogs\";i:508;s:9:\"nohistory\";i:509;s:10:\"currentrev\";i:510;s:15:\"currentrev-asof\";i:511;s:12:\"revisionasof\";i:512;s:13:\"revision-info\";i:513;s:16:\"previousrevision\";i:514;s:12:\"nextrevision\";i:515;s:19:\"currentrevisionlink\";i:516;s:3:\"cur\";i:517;s:4:\"next\";i:518;s:4:\"last\";i:519;s:10:\"page_first\";i:520;s:9:\"page_last\";i:521;s:10:\"histlegend\";i:522;s:22:\"history-fieldset-title\";i:523;s:20:\"history-show-deleted\";i:524;s:9:\"histfirst\";i:525;s:8:\"histlast\";i:526;s:11:\"historysize\";i:527;s:12:\"historyempty\";i:528;s:18:\"history-feed-title\";i:529;s:24:\"history-feed-description\";i:530;s:27:\"history-feed-item-nocomment\";i:531;s:18:\"history-feed-empty\";i:532;s:19:\"rev-deleted-comment\";i:533;s:16:\"rev-deleted-user\";i:534;s:17:\"rev-deleted-event\";i:535;s:25:\"rev-deleted-user-contribs\";i:536;s:27:\"rev-deleted-text-permission\";i:537;s:23:\"rev-deleted-text-unhide\";i:538;s:26:\"rev-suppressed-text-unhide\";i:539;s:21:\"rev-deleted-text-view\";i:540;s:24:\"rev-suppressed-text-view\";i:541;s:19:\"rev-deleted-no-diff\";i:542;s:22:\"rev-suppressed-no-diff\";i:543;s:23:\"rev-deleted-unhide-diff\";i:544;s:26:\"rev-suppressed-unhide-diff\";i:545;s:21:\"rev-deleted-diff-view\";i:546;s:24:\"rev-suppressed-diff-view\";i:547;s:12:\"rev-delundel\";i:548;s:15:\"rev-showdeleted\";i:549;s:14:\"revisiondelete\";i:550;s:23:\"revdelete-nooldid-title\";i:551;s:22:\"revdelete-nooldid-text\";i:552;s:17:\"revdelete-no-file\";i:553;s:27:\"revdelete-show-file-confirm\";i:554;s:26:\"revdelete-show-file-submit\";i:555;s:18:\"logdelete-selected\";i:556;s:17:\"revdelete-confirm\";i:557;s:23:\"revdelete-suppress-text\";i:558;s:16:\"revdelete-legend\";i:559;s:19:\"revdelete-hide-text\";i:560;s:20:\"revdelete-hide-image\";i:561;s:19:\"revdelete-hide-name\";i:562;s:22:\"revdelete-hide-comment\";i:563;s:19:\"revdelete-hide-user\";i:564;s:25:\"revdelete-hide-restricted\";i:565;s:20:\"revdelete-radio-same\";i:566;s:19:\"revdelete-radio-set\";i:567;s:21:\"revdelete-radio-unset\";i:568;s:18:\"revdelete-suppress\";i:569;s:20:\"revdelete-unsuppress\";i:570;s:13:\"revdelete-log\";i:571;s:16:\"revdelete-submit\";i:572;s:17:\"revdelete-success\";i:573;s:17:\"revdelete-failure\";i:574;s:17:\"logdelete-success\";i:575;s:17:\"logdelete-failure\";i:576;s:14:\"revdel-restore\";i:577;s:8:\"pagehist\";i:578;s:11:\"deletedhist\";i:579;s:22:\"revdelete-hide-current\";i:580;s:24:\"revdelete-show-no-access\";i:581;s:26:\"revdelete-modify-no-access\";i:582;s:24:\"revdelete-modify-missing\";i:583;s:19:\"revdelete-no-change\";i:584;s:27:\"revdelete-concurrent-change\";i:585;s:25:\"revdelete-only-restricted\";i:586;s:25:\"revdelete-reason-dropdown\";i:587;s:21:\"revdelete-otherreason\";i:588;s:25:\"revdelete-reasonotherlist\";i:589;s:25:\"revdelete-edit-reasonlist\";i:590;s:18:\"revdelete-offender\";i:591;s:14:\"suppressionlog\";i:592;s:18:\"suppressionlogtext\";i:593;s:12:\"mergehistory\";i:594;s:19:\"mergehistory-header\";i:595;s:16:\"mergehistory-box\";i:596;s:17:\"mergehistory-from\";i:597;s:17:\"mergehistory-into\";i:598;s:17:\"mergehistory-list\";i:599;s:18:\"mergehistory-merge\";i:600;s:15:\"mergehistory-go\";i:601;s:19:\"mergehistory-submit\";i:602;s:18:\"mergehistory-empty\";i:603;s:17:\"mergehistory-done\";i:604;s:17:\"mergehistory-fail\";i:605;s:22:\"mergehistory-no-source\";i:606;s:27:\"mergehistory-no-destination\";i:607;s:27:\"mergehistory-invalid-source\";i:608;s:32:\"mergehistory-invalid-destination\";i:609;s:24:\"mergehistory-autocomment\";i:610;s:20:\"mergehistory-comment\";i:611;s:29:\"mergehistory-same-destination\";i:612;s:19:\"mergehistory-reason\";i:613;s:8:\"mergelog\";i:614;s:11:\"revertmerge\";i:615;s:16:\"mergelogpagetext\";i:616;s:13:\"history-title\";i:617;s:20:\"difference-multipage\";i:618;s:6:\"lineno\";i:619;s:23:\"compareselectedversions\";i:620;s:24:\"showhideselectedversions\";i:621;s:8:\"editundo\";i:622;s:10:\"diff-empty\";i:623;s:20:\"diff-multi-manyusers\";i:624;s:13:\"searchresults\";i:625;s:19:\"searchresults-title\";i:626;s:12:\"titlematches\";i:627;s:11:\"textmatches\";i:628;s:13:\"notextmatches\";i:629;s:5:\"prevn\";i:630;s:5:\"nextn\";i:631;s:11:\"prevn-title\";i:632;s:11:\"nextn-title\";i:633;s:11:\"shown-title\";i:634;s:12:\"viewprevnext\";i:635;s:17:\"searchmenu-exists\";i:636;s:14:\"searchmenu-new\";i:637;s:22:\"searchprofile-articles\";i:638;s:20:\"searchprofile-images\";i:639;s:24:\"searchprofile-everything\";i:640;s:22:\"searchprofile-advanced\";i:641;s:30:\"searchprofile-articles-tooltip\";i:642;s:28:\"searchprofile-images-tooltip\";i:643;s:32:\"searchprofile-everything-tooltip\";i:644;s:30:\"searchprofile-advanced-tooltip\";i:645;s:18:\"search-result-size\";i:646;s:27:\"search-result-category-size\";i:647;s:15:\"search-redirect\";i:648;s:14:\"search-section\";i:649;s:14:\"search-suggest\";i:650;s:21:\"search-interwiki-more\";i:651;s:21:\"search-relatedarticle\";i:652;s:13:\"searchrelated\";i:653;s:9:\"searchall\";i:654;s:14:\"showingresults\";i:655;s:21:\"search-showingresults\";i:656;s:16:\"search-nonefound\";i:657;s:18:\"powersearch-legend\";i:658;s:14:\"powersearch-ns\";i:659;s:23:\"powersearch-togglelabel\";i:660;s:21:\"powersearch-toggleall\";i:661;s:22:\"powersearch-togglenone\";i:662;s:15:\"search-external\";i:663;s:14:\"searchdisabled\";i:664;s:11:\"preferences\";i:665;s:13:\"mypreferences\";i:666;s:11:\"prefs-edits\";i:667;s:10:\"prefs-skin\";i:668;s:12:\"skin-preview\";i:669;s:11:\"datedefault\";i:670;s:10:\"prefs-labs\";i:671;s:14:\"prefs-personal\";i:672;s:8:\"prefs-rc\";i:673;s:15:\"prefs-watchlist\";i:674;s:20:\"prefs-watchlist-days\";i:675;s:24:\"prefs-watchlist-days-max\";i:676;s:21:\"prefs-watchlist-edits\";i:677;s:25:\"prefs-watchlist-edits-max\";i:678;s:21:\"prefs-watchlist-token\";i:679;s:10:\"prefs-misc\";i:680;s:15:\"prefs-resetpass\";i:681;s:17:\"prefs-changeemail\";i:682;s:14:\"prefs-setemail\";i:683;s:11:\"prefs-email\";i:684;s:15:\"prefs-rendering\";i:685;s:9:\"saveprefs\";i:686;s:12:\"restoreprefs\";i:687;s:13:\"prefs-editing\";i:688;s:17:\"searchresultshead\";i:689;s:17:\"recentchangesdays\";i:690;s:21:\"recentchangesdays-max\";i:691;s:18:\"recentchangescount\";i:692;s:29:\"prefs-help-recentchangescount\";i:693;s:10:\"savedprefs\";i:694;s:14:\"timezonelegend\";i:695;s:9:\"localtime\";i:696;s:24:\"timezoneuseserverdefault\";i:697;s:17:\"timezoneuseoffset\";i:698;s:10:\"servertime\";i:699;s:13:\"guesstimezone\";i:700;s:21:\"timezoneregion-africa\";i:701;s:22:\"timezoneregion-america\";i:702;s:25:\"timezoneregion-antarctica\";i:703;s:21:\"timezoneregion-arctic\";i:704;s:19:\"timezoneregion-asia\";i:705;s:23:\"timezoneregion-atlantic\";i:706;s:24:\"timezoneregion-australia\";i:707;s:21:\"timezoneregion-europe\";i:708;s:21:\"timezoneregion-indian\";i:709;s:22:\"timezoneregion-pacific\";i:710;s:10:\"allowemail\";i:711;s:19:\"prefs-searchoptions\";i:712;s:16:\"prefs-namespaces\";i:713;s:7:\"default\";i:714;s:11:\"prefs-files\";i:715;s:16:\"prefs-custom-css\";i:716;s:15:\"prefs-custom-js\";i:717;s:19:\"prefs-common-config\";i:718;s:17:\"prefs-reset-intro\";i:719;s:24:\"prefs-emailconfirm-label\";i:720;s:9:\"youremail\";i:721;s:8:\"username\";i:722;s:20:\"prefs-memberingroups\";i:723;s:25:\"prefs-memberingroups-type\";i:724;s:18:\"prefs-registration\";i:725;s:28:\"prefs-registration-date-time\";i:726;s:12:\"yourrealname\";i:727;s:12:\"yourlanguage\";i:728;s:11:\"yourvariant\";i:729;s:18:\"prefs-help-variant\";i:730;s:8:\"yournick\";i:731;s:20:\"prefs-help-signature\";i:732;s:6:\"badsig\";i:733;s:12:\"badsiglength\";i:734;s:10:\"yourgender\";i:735;s:14:\"gender-unknown\";i:736;s:11:\"gender-male\";i:737;s:13:\"gender-female\";i:738;s:17:\"prefs-help-gender\";i:739;s:5:\"email\";i:740;s:19:\"prefs-help-realname\";i:741;s:16:\"prefs-help-email\";i:742;s:23:\"prefs-help-email-others\";i:743;s:25:\"prefs-help-email-required\";i:744;s:10:\"prefs-info\";i:745;s:10:\"prefs-i18n\";i:746;s:15:\"prefs-signature\";i:747;s:16:\"prefs-dateformat\";i:748;s:16:\"prefs-timeoffset\";i:749;s:21:\"prefs-advancedediting\";i:750;s:16:\"prefs-advancedrc\";i:751;s:23:\"prefs-advancedrendering\";i:752;s:27:\"prefs-advancedsearchoptions\";i:753;s:23:\"prefs-advancedwatchlist\";i:754;s:15:\"prefs-displayrc\";i:755;s:22:\"prefs-displaywatchlist\";i:756;s:11:\"prefs-diffs\";i:757;s:10:\"userrights\";i:758;s:22:\"userrights-lookup-user\";i:759;s:24:\"userrights-user-editname\";i:760;s:13:\"editusergroup\";i:761;s:11:\"editinguser\";i:762;s:24:\"userrights-editusergroup\";i:763;s:14:\"saveusergroups\";i:764;s:23:\"userrights-groupsmember\";i:765;s:28:\"userrights-groupsmember-auto\";i:766;s:22:\"userrights-groups-help\";i:767;s:17:\"userrights-reason\";i:768;s:23:\"userrights-no-interwiki\";i:769;s:21:\"userrights-nodatabase\";i:770;s:25:\"userrights-changeable-col\";i:771;s:27:\"userrights-unchangeable-col\";i:772;s:5:\"group\";i:773;s:10:\"group-user\";i:774;s:19:\"group-autoconfirmed\";i:775;s:9:\"group-bot\";i:776;s:11:\"group-sysop\";i:777;s:16:\"group-bureaucrat\";i:778;s:14:\"group-suppress\";i:779;s:9:\"group-all\";i:780;s:17:\"group-user-member\";i:781;s:26:\"group-autoconfirmed-member\";i:782;s:16:\"group-bot-member\";i:783;s:18:\"group-sysop-member\";i:784;s:23:\"group-bureaucrat-member\";i:785;s:21:\"group-suppress-member\";i:786;s:14:\"grouppage-user\";i:787;s:23:\"grouppage-autoconfirmed\";i:788;s:13:\"grouppage-bot\";i:789;s:15:\"grouppage-sysop\";i:790;s:20:\"grouppage-bureaucrat\";i:791;s:18:\"grouppage-suppress\";i:792;s:10:\"right-read\";i:793;s:10:\"right-edit\";i:794;s:16:\"right-createpage\";i:795;s:16:\"right-createtalk\";i:796;s:19:\"right-createaccount\";i:797;s:15:\"right-minoredit\";i:798;s:10:\"right-move\";i:799;s:19:\"right-move-subpages\";i:800;s:24:\"right-move-rootuserpages\";i:801;s:14:\"right-movefile\";i:802;s:22:\"right-suppressredirect\";i:803;s:12:\"right-upload\";i:804;s:14:\"right-reupload\";i:805;s:18:\"right-reupload-own\";i:806;s:21:\"right-reupload-shared\";i:807;s:19:\"right-upload_by_url\";i:808;s:11:\"right-purge\";i:809;s:19:\"right-autoconfirmed\";i:810;s:9:\"right-bot\";i:811;s:20:\"right-nominornewtalk\";i:812;s:19:\"right-apihighlimits\";i:813;s:14:\"right-writeapi\";i:814;s:12:\"right-delete\";i:815;s:15:\"right-bigdelete\";i:816;s:20:\"right-deleterevision\";i:817;s:20:\"right-deletedhistory\";i:818;s:17:\"right-deletedtext\";i:819;s:19:\"right-browsearchive\";i:820;s:14:\"right-undelete\";i:821;s:22:\"right-suppressrevision\";i:822;s:20:\"right-suppressionlog\";i:823;s:11:\"right-block\";i:824;s:16:\"right-blockemail\";i:825;s:14:\"right-hideuser\";i:826;s:20:\"right-ipblock-exempt\";i:827;s:17:\"right-unblockself\";i:828;s:13:\"right-protect\";i:829;s:19:\"right-editprotected\";i:830;s:19:\"right-editinterface\";i:831;s:17:\"right-editusercss\";i:832;s:18:\"right-edituserjson\";i:833;s:16:\"right-edituserjs\";i:834;s:14:\"right-rollback\";i:835;s:18:\"right-markbotedits\";i:836;s:17:\"right-noratelimit\";i:837;s:12:\"right-import\";i:838;s:18:\"right-importupload\";i:839;s:12:\"right-patrol\";i:840;s:16:\"right-autopatrol\";i:841;s:17:\"right-patrolmarks\";i:842;s:20:\"right-unwatchedpages\";i:843;s:18:\"right-mergehistory\";i:844;s:16:\"right-userrights\";i:845;s:26:\"right-userrights-interwiki\";i:846;s:15:\"right-siteadmin\";i:847;s:27:\"right-override-export-depth\";i:848;s:15:\"right-sendemail\";i:849;s:14:\"newuserlogpage\";i:850;s:18:\"newuserlogpagetext\";i:851;s:9:\"rightslog\";i:852;s:13:\"rightslogtext\";i:853;s:11:\"action-read\";i:854;s:22:\"skin-action-addsection\";i:855;s:11:\"action-edit\";i:856;s:17:\"action-createpage\";i:857;s:17:\"action-createtalk\";i:858;s:20:\"action-createaccount\";i:859;s:16:\"action-minoredit\";i:860;s:11:\"action-move\";i:861;s:20:\"action-move-subpages\";i:862;s:25:\"action-move-rootuserpages\";i:863;s:15:\"action-movefile\";i:864;s:13:\"action-upload\";i:865;s:15:\"action-reupload\";i:866;s:22:\"action-reupload-shared\";i:867;s:20:\"action-upload_by_url\";i:868;s:15:\"action-writeapi\";i:869;s:13:\"action-delete\";i:870;s:21:\"action-deleterevision\";i:871;s:21:\"action-deletedhistory\";i:872;s:20:\"action-browsearchive\";i:873;s:15:\"action-undelete\";i:874;s:23:\"action-suppressrevision\";i:875;s:21:\"action-suppressionlog\";i:876;s:12:\"action-block\";i:877;s:14:\"action-protect\";i:878;s:15:\"action-rollback\";i:879;s:13:\"action-import\";i:880;s:19:\"action-importupload\";i:881;s:13:\"action-patrol\";i:882;s:17:\"action-autopatrol\";i:883;s:21:\"action-unwatchedpages\";i:884;s:19:\"action-mergehistory\";i:885;s:17:\"action-userrights\";i:886;s:27:\"action-userrights-interwiki\";i:887;s:16:\"action-siteadmin\";i:888;s:16:\"action-sendemail\";i:889;s:8:\"nchanges\";i:890;s:18:\"enhancedrc-history\";i:891;s:13:\"recentchanges\";i:892;s:20:\"recentchanges-legend\";i:893;s:21:\"recentchanges-summary\";i:894;s:30:\"recentchanges-feed-description\";i:895;s:27:\"recentchanges-label-newpage\";i:896;s:25:\"recentchanges-label-minor\";i:897;s:23:\"recentchanges-label-bot\";i:898;s:31:\"recentchanges-label-unpatrolled\";i:899;s:29:\"recentchanges-label-plusminus\";i:900;s:28:\"recentchanges-legend-heading\";i:901;s:28:\"recentchanges-legend-newpage\";i:902;s:10:\"rcnotefrom\";i:903;s:10:\"rclistfrom\";i:904;s:15:\"rcshowhideminor\";i:905;s:20:\"rcshowhideminor-show\";i:906;s:20:\"rcshowhideminor-hide\";i:907;s:14:\"rcshowhidebots\";i:908;s:19:\"rcshowhidebots-show\";i:909;s:19:\"rcshowhidebots-hide\";i:910;s:13:\"rcshowhideliu\";i:911;s:18:\"rcshowhideliu-show\";i:912;s:18:\"rcshowhideliu-hide\";i:913;s:15:\"rcshowhideanons\";i:914;s:20:\"rcshowhideanons-show\";i:915;s:20:\"rcshowhideanons-hide\";i:916;s:14:\"rcshowhidepatr\";i:917;s:14:\"rcshowhidemine\";i:918;s:19:\"rcshowhidemine-show\";i:919;s:19:\"rcshowhidemine-hide\";i:920;s:7:\"rclinks\";i:921;s:4:\"diff\";i:922;s:4:\"hist\";i:923;s:4:\"hide\";i:924;s:4:\"show\";i:925;s:15:\"minoreditletter\";i:926;s:13:\"newpageletter\";i:927;s:13:\"boteditletter\";i:928;s:18:\"rc-change-size-new\";i:929;s:17:\"newsectionsummary\";i:930;s:12:\"rc-old-title\";i:931;s:19:\"recentchangeslinked\";i:932;s:24:\"recentchangeslinked-feed\";i:933;s:27:\"recentchangeslinked-toolbox\";i:934;s:25:\"recentchangeslinked-title\";i:935;s:27:\"recentchangeslinked-summary\";i:936;s:24:\"recentchangeslinked-page\";i:937;s:22:\"recentchangeslinked-to\";i:938;s:6:\"upload\";i:939;s:9:\"uploadbtn\";i:940;s:12:\"reuploaddesc\";i:941;s:15:\"upload-tryagain\";i:942;s:13:\"uploadnologin\";i:943;s:17:\"uploadnologintext\";i:944;s:24:\"upload_directory_missing\";i:945;s:26:\"upload_directory_read_only\";i:946;s:11:\"uploaderror\";i:947;s:23:\"upload-recreate-warning\";i:948;s:10:\"uploadtext\";i:949;s:16:\"upload-permitted\";i:950;s:16:\"upload-preferred\";i:951;s:17:\"upload-prohibited\";i:952;s:13:\"uploadlogpage\";i:953;s:17:\"uploadlogpagetext\";i:954;s:8:\"filename\";i:955;s:8:\"filedesc\";i:956;s:17:\"fileuploadsummary\";i:957;s:19:\"filereuploadsummary\";i:958;s:10:\"filestatus\";i:959;s:10:\"filesource\";i:960;s:13:\"ignorewarning\";i:961;s:14:\"ignorewarnings\";i:962;s:10:\"minlength1\";i:963;s:15:\"illegalfilename\";i:964;s:16:\"filename-toolong\";i:965;s:11:\"badfilename\";i:966;s:22:\"filetype-mime-mismatch\";i:967;s:16:\"filetype-badmime\";i:968;s:20:\"filetype-bad-ie-mime\";i:969;s:22:\"filetype-unwanted-type\";i:970;s:20:\"filetype-banned-type\";i:971;s:16:\"filetype-missing\";i:972;s:10:\"empty-file\";i:973;s:14:\"file-too-large\";i:974;s:17:\"filename-tooshort\";i:975;s:15:\"filetype-banned\";i:976;s:18:\"verification-error\";i:977;s:11:\"hookaborted\";i:978;s:16:\"illegal-filename\";i:979;s:9:\"overwrite\";i:980;s:13:\"unknown-error\";i:981;s:16:\"tmp-create-error\";i:982;s:15:\"tmp-write-error\";i:983;s:10:\"large-file\";i:984;s:15:\"largefileserver\";i:985;s:9:\"emptyfile\";i:986;s:25:\"windows-nonascii-filename\";i:987;s:10:\"fileexists\";i:988;s:14:\"filepageexists\";i:989;s:20:\"fileexists-extension\";i:990;s:24:\"fileexists-thumbnail-yes\";i:991;s:17:\"file-thumbnail-no\";i:992;s:20:\"fileexists-forbidden\";i:993;s:27:\"fileexists-shared-forbidden\";i:994;s:21:\"file-exists-duplicate\";i:995;s:22:\"file-deleted-duplicate\";i:996;s:13:\"uploadwarning\";i:997;s:18:\"uploadwarning-text\";i:998;s:8:\"savefile\";i:999;s:14:\"uploaddisabled\";i:1000;s:18:\"copyuploaddisabled\";i:1001;s:18:\"uploaddisabledtext\";i:1002;s:22:\"php-uploaddisabledtext\";i:1003;s:14:\"uploadscripted\";i:1004;s:11:\"uploadvirus\";i:1005;s:13:\"upload-source\";i:1006;s:14:\"sourcefilename\";i:1007;s:9:\"sourceurl\";i:1008;s:12:\"destfilename\";i:1009;s:18:\"upload-maxfilesize\";i:1010;s:18:\"upload-description\";i:1011;s:14:\"upload-options\";i:1012;s:15:\"watchthisupload\";i:1013;s:14:\"filewasdeleted\";i:1014;s:19:\"filename-bad-prefix\";i:1015;s:25:\"filename-prefix-blacklist\";i:1016;s:18:\"upload-proto-error\";i:1017;s:23:\"upload-proto-error-text\";i:1018;s:17:\"upload-file-error\";i:1019;s:22:\"upload-file-error-text\";i:1020;s:17:\"upload-misc-error\";i:1021;s:22:\"upload-misc-error-text\";i:1022;s:25:\"upload-too-many-redirects\";i:1023;s:17:\"upload-http-error\";i:1024;s:33:\"upload-copy-upload-invalid-domain\";i:1025;s:19:\"backend-fail-stream\";i:1026;s:19:\"backend-fail-backup\";i:1027;s:22:\"backend-fail-notexists\";i:1028;s:19:\"backend-fail-hashes\";i:1029;s:20:\"backend-fail-notsame\";i:1030;s:24:\"backend-fail-invalidpath\";i:1031;s:19:\"backend-fail-delete\";i:1032;s:26:\"backend-fail-alreadyexists\";i:1033;s:18:\"backend-fail-store\";i:1034;s:17:\"backend-fail-copy\";i:1035;s:17:\"backend-fail-move\";i:1036;s:21:\"backend-fail-opentemp\";i:1037;s:22:\"backend-fail-writetemp\";i:1038;s:22:\"backend-fail-closetemp\";i:1039;s:17:\"backend-fail-read\";i:1040;s:19:\"backend-fail-create\";i:1041;s:21:\"backend-fail-readonly\";i:1042;s:19:\"backend-fail-synced\";i:1043;s:20:\"backend-fail-connect\";i:1044;s:21:\"backend-fail-internal\";i:1045;s:24:\"backend-fail-contenttype\";i:1046;s:22:\"backend-fail-batchsize\";i:1047;s:21:\"lockmanager-notlocked\";i:1048;s:26:\"lockmanager-fail-closelock\";i:1049;s:27:\"lockmanager-fail-deletelock\";i:1050;s:28:\"lockmanager-fail-acquirelock\";i:1051;s:25:\"lockmanager-fail-openlock\";i:1052;s:28:\"lockmanager-fail-releaselock\";i:1053;s:26:\"lockmanager-fail-db-bucket\";i:1054;s:27:\"lockmanager-fail-db-release\";i:1055;s:28:\"lockmanager-fail-svr-release\";i:1056;s:19:\"zip-file-open-error\";i:1057;s:16:\"zip-wrong-format\";i:1058;s:7:\"zip-bad\";i:1059;s:15:\"zip-unsupported\";i:1060;s:11:\"uploadstash\";i:1061;s:19:\"uploadstash-summary\";i:1062;s:17:\"uploadstash-clear\";i:1063;s:19:\"uploadstash-nofiles\";i:1064;s:20:\"uploadstash-badtoken\";i:1065;s:20:\"uploadstash-errclear\";i:1066;s:19:\"uploadstash-refresh\";i:1067;s:20:\"invalid-chunk-offset\";i:1068;s:21:\"img-auth-accessdenied\";i:1069;s:17:\"img-auth-notindir\";i:1070;s:17:\"img-auth-badtitle\";i:1071;s:15:\"img-auth-nofile\";i:1072;s:14:\"img-auth-isdir\";i:1073;s:18:\"img-auth-streaming\";i:1074;s:15:\"img-auth-public\";i:1075;s:15:\"img-auth-noread\";i:1076;s:16:\"http-invalid-url\";i:1077;s:19:\"http-invalid-scheme\";i:1078;s:18:\"http-request-error\";i:1079;s:15:\"http-read-error\";i:1080;s:14:\"http-timed-out\";i:1081;s:15:\"http-curl-error\";i:1082;s:15:\"http-bad-status\";i:1083;s:18:\"upload-curl-error6\";i:1084;s:23:\"upload-curl-error6-text\";i:1085;s:19:\"upload-curl-error28\";i:1086;s:24:\"upload-curl-error28-text\";i:1087;s:7:\"license\";i:1088;s:14:\"license-header\";i:1089;s:9:\"nolicense\";i:1090;s:17:\"license-nopreview\";i:1091;s:17:\"upload_source_url\";i:1092;s:18:\"upload_source_file\";i:1093;s:17:\"listfiles-summary\";i:1094;s:7:\"imgfile\";i:1095;s:9:\"listfiles\";i:1096;s:15:\"listfiles_thumb\";i:1097;s:14:\"listfiles_date\";i:1098;s:14:\"listfiles_name\";i:1099;s:14:\"listfiles_user\";i:1100;s:14:\"listfiles_size\";i:1101;s:21:\"listfiles_description\";i:1102;s:15:\"listfiles_count\";i:1103;s:16:\"file-anchor-link\";i:1104;s:8:\"filehist\";i:1105;s:13:\"filehist-help\";i:1106;s:18:\"filehist-deleteall\";i:1107;s:18:\"filehist-deleteone\";i:1108;s:15:\"filehist-revert\";i:1109;s:16:\"filehist-current\";i:1110;s:17:\"filehist-datetime\";i:1111;s:14:\"filehist-thumb\";i:1112;s:18:\"filehist-thumbtext\";i:1113;s:16:\"filehist-nothumb\";i:1114;s:13:\"filehist-user\";i:1115;s:19:\"filehist-dimensions\";i:1116;s:17:\"filehist-filesize\";i:1117;s:16:\"filehist-comment\";i:1118;s:10:\"imagelinks\";i:1119;s:12:\"linkstoimage\";i:1120;s:17:\"linkstoimage-more\";i:1121;s:14:\"nolinkstoimage\";i:1122;s:16:\"morelinkstoimage\";i:1123;s:21:\"linkstoimage-redirect\";i:1124;s:16:\"duplicatesoffile\";i:1125;s:12:\"sharedupload\";i:1126;s:23:\"sharedupload-desc-there\";i:1127;s:22:\"sharedupload-desc-here\";i:1128;s:15:\"filepage-nofile\";i:1129;s:20:\"filepage-nofile-link\";i:1130;s:25:\"uploadnewversion-linktext\";i:1131;s:16:\"shared-repo-from\";i:1132;s:11:\"shared-repo\";i:1133;s:22:\"upload-disallowed-here\";i:1134;s:10:\"filerevert\";i:1135;s:17:\"filerevert-legend\";i:1136;s:16:\"filerevert-intro\";i:1137;s:18:\"filerevert-comment\";i:1138;s:25:\"filerevert-defaultcomment\";i:1139;s:17:\"filerevert-submit\";i:1140;s:18:\"filerevert-success\";i:1141;s:21:\"filerevert-badversion\";i:1142;s:10:\"filedelete\";i:1143;s:17:\"filedelete-legend\";i:1144;s:16:\"filedelete-intro\";i:1145;s:20:\"filedelete-intro-old\";i:1146;s:18:\"filedelete-comment\";i:1147;s:17:\"filedelete-submit\";i:1148;s:18:\"filedelete-success\";i:1149;s:22:\"filedelete-success-old\";i:1150;s:17:\"filedelete-nofile\";i:1151;s:21:\"filedelete-nofile-old\";i:1152;s:22:\"filedelete-otherreason\";i:1153;s:27:\"filedelete-reason-otherlist\";i:1154;s:26:\"filedelete-reason-dropdown\";i:1155;s:26:\"filedelete-edit-reasonlist\";i:1156;s:22:\"filedelete-maintenance\";i:1157;s:28:\"filedelete-maintenance-title\";i:1158;s:10:\"mimesearch\";i:1159;s:18:\"mimesearch-summary\";i:1160;s:8:\"mimetype\";i:1161;s:8:\"download\";i:1162;s:14:\"unwatchedpages\";i:1163;s:13:\"listredirects\";i:1164;s:15:\"unusedtemplates\";i:1165;s:19:\"unusedtemplatestext\";i:1166;s:18:\"unusedtemplateswlh\";i:1167;s:10:\"randompage\";i:1168;s:18:\"randompage-nopages\";i:1169;s:14:\"randomredirect\";i:1170;s:22:\"randomredirect-nopages\";i:1171;s:10:\"statistics\";i:1172;s:23:\"statistics-header-pages\";i:1173;s:23:\"statistics-header-edits\";i:1174;s:23:\"statistics-header-users\";i:1175;s:23:\"statistics-header-hooks\";i:1176;s:19:\"statistics-articles\";i:1177;s:16:\"statistics-pages\";i:1178;s:21:\"statistics-pages-desc\";i:1179;s:16:\"statistics-files\";i:1180;s:16:\"statistics-edits\";i:1181;s:24:\"statistics-edits-average\";i:1182;s:16:\"statistics-users\";i:1183;s:23:\"statistics-users-active\";i:1184;s:28:\"statistics-users-active-desc\";i:1185;s:15:\"doubleredirects\";i:1186;s:19:\"doubleredirectstext\";i:1187;s:26:\"double-redirect-fixed-move\";i:1188;s:33:\"double-redirect-fixed-maintenance\";i:1189;s:21:\"double-redirect-fixer\";i:1190;s:15:\"brokenredirects\";i:1191;s:19:\"brokenredirectstext\";i:1192;s:20:\"brokenredirects-edit\";i:1193;s:22:\"brokenredirects-delete\";i:1194;s:16:\"withoutinterwiki\";i:1195;s:24:\"withoutinterwiki-summary\";i:1196;s:23:\"withoutinterwiki-legend\";i:1197;s:23:\"withoutinterwiki-submit\";i:1198;s:15:\"fewestrevisions\";i:1199;s:6:\"nbytes\";i:1200;s:11:\"ncategories\";i:1201;s:6:\"nlinks\";i:1202;s:8:\"nmembers\";i:1203;s:10:\"nrevisions\";i:1204;s:11:\"nimagelinks\";i:1205;s:14:\"ntransclusions\";i:1206;s:17:\"specialpage-empty\";i:1207;s:11:\"lonelypages\";i:1208;s:15:\"lonelypagestext\";i:1209;s:18:\"uncategorizedpages\";i:1210;s:23:\"uncategorizedcategories\";i:1211;s:19:\"uncategorizedimages\";i:1212;s:22:\"uncategorizedtemplates\";i:1213;s:16:\"unusedcategories\";i:1214;s:12:\"unusedimages\";i:1215;s:16:\"wantedcategories\";i:1216;s:11:\"wantedpages\";i:1217;s:20:\"wantedpages-badtitle\";i:1218;s:11:\"wantedfiles\";i:1219;s:18:\"wantedfiletext-cat\";i:1220;s:20:\"wantedfiletext-nocat\";i:1221;s:15:\"wantedtemplates\";i:1222;s:10:\"mostlinked\";i:1223;s:20:\"mostlinkedcategories\";i:1224;s:19:\"mostlinkedtemplates\";i:1225;s:14:\"mostcategories\";i:1226;s:10:\"mostimages\";i:1227;s:13:\"mostrevisions\";i:1228;s:11:\"prefixindex\";i:1229;s:21:\"prefixindex-namespace\";i:1230;s:10:\"shortpages\";i:1231;s:9:\"longpages\";i:1232;s:12:\"deadendpages\";i:1233;s:16:\"deadendpagestext\";i:1234;s:14:\"protectedpages\";i:1235;s:20:\"protectedpages-indef\";i:1236;s:22:\"protectedpages-cascade\";i:1237;s:19:\"protectedpagesempty\";i:1238;s:15:\"protectedtitles\";i:1239;s:20:\"protectedtitlesempty\";i:1240;s:9:\"listusers\";i:1241;s:19:\"listusers-editsonly\";i:1242;s:22:\"listusers-creationsort\";i:1243;s:13:\"usereditcount\";i:1244;s:11:\"usercreated\";i:1245;s:8:\"newpages\";i:1246;s:17:\"newpages-username\";i:1247;s:12:\"ancientpages\";i:1248;s:4:\"move\";i:1249;s:12:\"movethispage\";i:1250;s:16:\"unusedimagestext\";i:1251;s:20:\"unusedcategoriestext\";i:1252;s:13:\"notargettitle\";i:1253;s:12:\"notargettext\";i:1254;s:11:\"nopagetitle\";i:1255;s:10:\"nopagetext\";i:1256;s:13:\"pager-newer-n\";i:1257;s:13:\"pager-older-n\";i:1258;s:8:\"suppress\";i:1259;s:18:\"querypage-disabled\";i:1260;s:11:\"booksources\";i:1261;s:25:\"booksources-search-legend\";i:1262;s:18:\"booksources-search\";i:1263;s:16:\"booksources-text\";i:1264;s:24:\"booksources-invalid-isbn\";i:1265;s:22:\"magiclink-tracking-rfc\";i:1266;s:27:\"magiclink-tracking-rfc-desc\";i:1267;s:23:\"magiclink-tracking-pmid\";i:1268;s:28:\"magiclink-tracking-pmid-desc\";i:1269;s:23:\"magiclink-tracking-isbn\";i:1270;s:28:\"magiclink-tracking-isbn-desc\";i:1271;s:19:\"specialloguserlabel\";i:1272;s:20:\"speciallogtitlelabel\";i:1273;s:3:\"log\";i:1274;s:13:\"all-logs-page\";i:1275;s:11:\"alllogstext\";i:1276;s:8:\"logempty\";i:1277;s:18:\"log-title-wildcard\";i:1278;s:8:\"allpages\";i:1279;s:8:\"nextpage\";i:1280;s:8:\"prevpage\";i:1281;s:12:\"allpagesfrom\";i:1282;s:10:\"allpagesto\";i:1283;s:11:\"allarticles\";i:1284;s:14:\"allinnamespace\";i:1285;s:14:\"allpagessubmit\";i:1286;s:14:\"allpagesprefix\";i:1287;s:16:\"allpagesbadtitle\";i:1288;s:15:\"allpages-bad-ns\";i:1289;s:23:\"allpages-hide-redirects\";i:1290;s:10:\"categories\";i:1291;s:18:\"categoriespagetext\";i:1292;s:14:\"categoriesfrom\";i:1293;s:20:\"deletedcontributions\";i:1294;s:26:\"deletedcontributions-title\";i:1295;s:32:\"sp-deletedcontributions-contribs\";i:1296;s:10:\"linksearch\";i:1297;s:14:\"linksearch-pat\";i:1298;s:13:\"linksearch-ns\";i:1299;s:13:\"linksearch-ok\";i:1300;s:15:\"linksearch-text\";i:1301;s:15:\"linksearch-line\";i:1302;s:16:\"linksearch-error\";i:1303;s:13:\"listusersfrom\";i:1304;s:16:\"listusers-submit\";i:1305;s:18:\"listusers-noresult\";i:1306;s:17:\"listusers-blocked\";i:1307;s:11:\"activeusers\";i:1308;s:17:\"activeusers-intro\";i:1309;s:17:\"activeusers-count\";i:1310;s:16:\"activeusers-from\";i:1311;s:20:\"activeusers-noresult\";i:1312;s:15:\"listgrouprights\";i:1313;s:23:\"listgrouprights-summary\";i:1314;s:19:\"listgrouprights-key\";i:1315;s:21:\"listgrouprights-group\";i:1316;s:22:\"listgrouprights-rights\";i:1317;s:24:\"listgrouprights-helppage\";i:1318;s:23:\"listgrouprights-members\";i:1319;s:24:\"listgrouprights-addgroup\";i:1320;s:27:\"listgrouprights-removegroup\";i:1321;s:28:\"listgrouprights-addgroup-all\";i:1322;s:31:\"listgrouprights-removegroup-all\";i:1323;s:29:\"listgrouprights-addgroup-self\";i:1324;s:32:\"listgrouprights-removegroup-self\";i:1325;s:33:\"listgrouprights-addgroup-self-all\";i:1326;s:36:\"listgrouprights-removegroup-self-all\";i:1327;s:20:\"nonnumeric-formatnum\";i:1328;s:11:\"mailnologin\";i:1329;s:15:\"mailnologintext\";i:1330;s:9:\"emailuser\";i:1331;s:13:\"emailpagetext\";i:1332;s:15:\"defemailsubject\";i:1333;s:16:\"usermaildisabled\";i:1334;s:20:\"usermaildisabledtext\";i:1335;s:12:\"noemailtitle\";i:1336;s:11:\"noemailtext\";i:1337;s:15:\"nowikiemailtext\";i:1338;s:13:\"emailnotarget\";i:1339;s:11:\"emailtarget\";i:1340;s:13:\"emailusername\";i:1341;s:19:\"emailusernamesubmit\";i:1342;s:12:\"email-legend\";i:1343;s:9:\"emailfrom\";i:1344;s:7:\"emailto\";i:1345;s:12:\"emailsubject\";i:1346;s:12:\"emailmessage\";i:1347;s:9:\"emailsend\";i:1348;s:9:\"emailccme\";i:1349;s:14:\"emailccsubject\";i:1350;s:9:\"emailsent\";i:1351;s:13:\"emailsenttext\";i:1352;s:15:\"emailuserfooter\";i:1353;s:19:\"usermessage-summary\";i:1354;s:18:\"usermessage-editor\";i:1355;s:9:\"watchlist\";i:1356;s:11:\"mywatchlist\";i:1357;s:13:\"watchlistfor2\";i:1358;s:11:\"nowatchlist\";i:1359;s:17:\"watchlistanontext\";i:1360;s:12:\"watchnologin\";i:1361;s:8:\"addwatch\";i:1362;s:14:\"addedwatchtext\";i:1363;s:11:\"removewatch\";i:1364;s:16:\"removedwatchtext\";i:1365;s:5:\"watch\";i:1366;s:13:\"watchthispage\";i:1367;s:7:\"unwatch\";i:1368;s:15:\"unwatchthispage\";i:1369;s:12:\"notanarticle\";i:1370;s:13:\"notvisiblerev\";i:1371;s:17:\"watchlist-details\";i:1372;s:15:\"wlheader-enotif\";i:1373;s:20:\"wlheader-showupdated\";i:1374;s:6:\"wlnote\";i:1375;s:17:\"watchlist-options\";i:1376;s:8:\"watching\";i:1377;s:10:\"unwatching\";i:1378;s:12:\"enotif_reset\";i:1379;s:28:\"enotif_impersonal_salutation\";i:1380;s:18:\"enotif_lastvisited\";i:1381;s:15:\"enotif_lastdiff\";i:1382;s:18:\"enotif_anon_editor\";i:1383;s:11:\"enotif_body\";i:1384;s:7:\"created\";i:1385;s:7:\"changed\";i:1386;s:17:\"deletepage-submit\";i:1387;s:7:\"confirm\";i:1388;s:9:\"excontent\";i:1389;s:15:\"excontentauthor\";i:1390;s:13:\"exbeforeblank\";i:1391;s:14:\"delete-confirm\";i:1392;s:13:\"delete-legend\";i:1393;s:14:\"historywarning\";i:1394;s:17:\"confirmdeletetext\";i:1395;s:14:\"actioncomplete\";i:1396;s:12:\"actionfailed\";i:1397;s:11:\"deletedtext\";i:1398;s:10:\"dellogpage\";i:1399;s:14:\"dellogpagetext\";i:1400;s:11:\"deletionlog\";i:1401;s:8:\"reverted\";i:1402;s:13:\"deletecomment\";i:1403;s:17:\"deleteotherreason\";i:1404;s:21:\"deletereasonotherlist\";i:1405;s:21:\"deletereason-dropdown\";i:1406;s:22:\"delete-edit-reasonlist\";i:1407;s:13:\"delete-toobig\";i:1408;s:21:\"delete-warning-toobig\";i:1409;s:8:\"rollback\";i:1410;s:12:\"rollbacklink\";i:1411;s:17:\"rollbacklinkcount\";i:1412;s:14:\"rollbackfailed\";i:1413;s:12:\"cantrollback\";i:1414;s:13:\"alreadyrolled\";i:1415;s:11:\"editcomment\";i:1416;s:10:\"revertpage\";i:1417;s:17:\"revertpage-nouser\";i:1418;s:16:\"rollback-success\";i:1419;s:20:\"sessionfailure-title\";i:1420;s:14:\"sessionfailure\";i:1421;s:14:\"protectlogpage\";i:1422;s:14:\"protectlogtext\";i:1423;s:13:\"protect-title\";i:1424;s:24:\"protect-title-notallowed\";i:1425;s:14:\"prot_1movedto2\";i:1426;s:26:\"protect-badnamespace-title\";i:1427;s:25:\"protect-badnamespace-text\";i:1428;s:14:\"protect-legend\";i:1429;s:14:\"protectcomment\";i:1430;s:13:\"protectexpiry\";i:1431;s:22:\"protect_expiry_invalid\";i:1432;s:18:\"protect_expiry_old\";i:1433;s:27:\"protect-unchain-permissions\";i:1434;s:12:\"protect-text\";i:1435;s:22:\"protect-locked-blocked\";i:1436;s:21:\"protect-locked-dblock\";i:1437;s:21:\"protect-locked-access\";i:1438;s:17:\"protect-cascadeon\";i:1439;s:15:\"protect-default\";i:1440;s:16:\"protect-fallback\";i:1441;s:27:\"protect-level-autoconfirmed\";i:1442;s:19:\"protect-level-sysop\";i:1443;s:23:\"protect-summary-cascade\";i:1444;s:16:\"protect-expiring\";i:1445;s:22:\"protect-expiring-local\";i:1446;s:25:\"protect-expiry-indefinite\";i:1447;s:15:\"protect-cascade\";i:1448;s:16:\"protect-cantedit\";i:1449;s:17:\"protect-othertime\";i:1450;s:20:\"protect-othertime-op\";i:1451;s:23:\"protect-existing-expiry\";i:1452;s:19:\"protect-otherreason\";i:1453;s:22:\"protect-otherreason-op\";i:1454;s:16:\"protect-dropdown\";i:1455;s:23:\"protect-edit-reasonlist\";i:1456;s:22:\"protect-expiry-options\";i:1457;s:16:\"restriction-type\";i:1458;s:17:\"restriction-level\";i:1459;s:12:\"minimum-size\";i:1460;s:12:\"maximum-size\";i:1461;s:8:\"pagesize\";i:1462;s:16:\"restriction-edit\";i:1463;s:16:\"restriction-move\";i:1464;s:18:\"restriction-create\";i:1465;s:18:\"restriction-upload\";i:1466;s:23:\"restriction-level-sysop\";i:1467;s:31:\"restriction-level-autoconfirmed\";i:1468;s:21:\"restriction-level-all\";i:1469;s:8:\"undelete\";i:1470;s:12:\"undeletepage\";i:1471;s:17:\"undeletepagetitle\";i:1472;s:15:\"viewdeletedpage\";i:1473;s:23:\"skin-action-viewdeleted\";i:1474;s:16:\"undeletepagetext\";i:1475;s:23:\"undelete-fieldset-title\";i:1476;s:17:\"undeleteextrahelp\";i:1477;s:17:\"undeleterevisions\";i:1478;s:15:\"undeletehistory\";i:1479;s:14:\"undeleterevdel\";i:1480;s:22:\"undeletehistorynoadmin\";i:1481;s:17:\"undelete-revision\";i:1482;s:24:\"undeleterevision-missing\";i:1483;s:15:\"undelete-nodiff\";i:1484;s:11:\"undeletebtn\";i:1485;s:12:\"undeletelink\";i:1486;s:16:\"undeleteviewlink\";i:1487;s:14:\"undeleteinvert\";i:1488;s:15:\"undeletecomment\";i:1489;s:14:\"cannotundelete\";i:1490;s:13:\"undeletedpage\";i:1491;s:15:\"undelete-header\";i:1492;s:21:\"undelete-search-title\";i:1493;s:19:\"undelete-search-box\";i:1494;s:22:\"undelete-search-prefix\";i:1495;s:22:\"undelete-search-submit\";i:1496;s:19:\"undelete-no-results\";i:1497;s:26:\"undelete-filename-mismatch\";i:1498;s:22:\"undelete-bad-store-key\";i:1499;s:22:\"undelete-cleanup-error\";i:1500;s:28:\"undelete-missing-filearchive\";i:1501;s:14:\"undelete-error\";i:1502;s:26:\"undelete-show-file-confirm\";i:1503;s:25:\"undelete-show-file-submit\";i:1504;s:9:\"namespace\";i:1505;s:6:\"invert\";i:1506;s:14:\"tooltip-invert\";i:1507;s:21:\"namespace_association\";i:1508;s:29:\"tooltip-namespace_association\";i:1509;s:14:\"blanknamespace\";i:1510;s:13:\"contributions\";i:1511;s:23:\"tool-link-contributions\";i:1512;s:19:\"contributions-title\";i:1513;s:9:\"mycontris\";i:1514;s:12:\"anoncontribs\";i:1515;s:11:\"contribsub2\";i:1516;s:10:\"nocontribs\";i:1517;s:5:\"uctop\";i:1518;s:5:\"month\";i:1519;s:4:\"year\";i:1520;s:25:\"sp-contributions-blocklog\";i:1521;s:24:\"sp-contributions-deleted\";i:1522;s:24:\"sp-contributions-uploads\";i:1523;s:21:\"sp-contributions-logs\";i:1524;s:21:\"sp-contributions-talk\";i:1525;s:27:\"sp-contributions-userrights\";i:1526;s:31:\"sp-contributions-blocked-notice\";i:1527;s:36:\"sp-contributions-blocked-notice-anon\";i:1528;s:23:\"sp-contributions-search\";i:1529;s:25:\"sp-contributions-username\";i:1530;s:24:\"sp-contributions-toponly\";i:1531;s:24:\"sp-contributions-newonly\";i:1532;s:23:\"sp-contributions-submit\";i:1533;s:13:\"whatlinkshere\";i:1534;s:19:\"whatlinkshere-title\";i:1535;s:18:\"whatlinkshere-page\";i:1536;s:9:\"linkshere\";i:1537;s:11:\"nolinkshere\";i:1538;s:14:\"nolinkshere-ns\";i:1539;s:10:\"isredirect\";i:1540;s:10:\"istemplate\";i:1541;s:7:\"isimage\";i:1542;s:18:\"whatlinkshere-prev\";i:1543;s:18:\"whatlinkshere-next\";i:1544;s:19:\"whatlinkshere-links\";i:1545;s:24:\"whatlinkshere-hideredirs\";i:1546;s:23:\"whatlinkshere-hidetrans\";i:1547;s:23:\"whatlinkshere-hidelinks\";i:1548;s:24:\"whatlinkshere-hideimages\";i:1549;s:11:\"autoblockid\";i:1550;s:5:\"block\";i:1551;s:7:\"unblock\";i:1552;s:7:\"blockip\";i:1553;s:11:\"blockiptext\";i:1554;s:19:\"ipaddressorusername\";i:1555;s:9:\"ipbreason\";i:1556;s:18:\"ipbreason-dropdown\";i:1557;s:13:\"ipb-hardblock\";i:1558;s:16:\"ipbcreateaccount\";i:1559;s:11:\"ipbemailban\";i:1560;s:18:\"ipbenableautoblock\";i:1561;s:9:\"ipbsubmit\";i:1562;s:8:\"ipbother\";i:1563;s:10:\"ipboptions\";i:1564;s:11:\"ipbhidename\";i:1565;s:12:\"ipbwatchuser\";i:1566;s:19:\"ipb-disableusertalk\";i:1567;s:16:\"ipb-change-block\";i:1568;s:11:\"ipb-confirm\";i:1569;s:12:\"badipaddress\";i:1570;s:17:\"blockipsuccesssub\";i:1571;s:18:\"blockipsuccesstext\";i:1572;s:16:\"ipb-blockingself\";i:1573;s:19:\"ipb-confirmhideuser\";i:1574;s:17:\"ipb-edit-dropdown\";i:1575;s:16:\"ipb-unblock-addr\";i:1576;s:11:\"ipb-unblock\";i:1577;s:13:\"ipb-blocklist\";i:1578;s:22:\"ipb-blocklist-contribs\";i:1579;s:12:\"block-expiry\";i:1580;s:9:\"unblockip\";i:1581;s:13:\"unblockiptext\";i:1582;s:9:\"ipusubmit\";i:1583;s:9:\"unblocked\";i:1584;s:15:\"unblocked-range\";i:1585;s:12:\"unblocked-id\";i:1586;s:9:\"blocklist\";i:1587;s:11:\"ipblocklist\";i:1588;s:18:\"ipblocklist-legend\";i:1589;s:20:\"blocklist-userblocks\";i:1590;s:20:\"blocklist-tempblocks\";i:1591;s:23:\"blocklist-addressblocks\";i:1592;s:21:\"blocklist-rangeblocks\";i:1593;s:19:\"blocklist-timestamp\";i:1594;s:16:\"blocklist-target\";i:1595;s:16:\"blocklist-expiry\";i:1596;s:12:\"blocklist-by\";i:1597;s:16:\"blocklist-params\";i:1598;s:16:\"blocklist-reason\";i:1599;s:18:\"ipblocklist-submit\";i:1600;s:22:\"ipblocklist-localblock\";i:1601;s:23:\"ipblocklist-otherblocks\";i:1602;s:13:\"infiniteblock\";i:1603;s:13:\"anononlyblock\";i:1604;s:16:\"noautoblockblock\";i:1605;s:18:\"createaccountblock\";i:1606;s:10:\"emailblock\";i:1607;s:20:\"blocklist-nousertalk\";i:1608;s:17:\"ipblocklist-empty\";i:1609;s:22:\"ipblocklist-no-results\";i:1610;s:9:\"blocklink\";i:1611;s:11:\"unblocklink\";i:1612;s:16:\"change-blocklink\";i:1613;s:12:\"contribslink\";i:1614;s:9:\"emaillink\";i:1615;s:11:\"autoblocker\";i:1616;s:12:\"blocklogpage\";i:1617;s:16:\"blocklog-showlog\";i:1618;s:24:\"blocklog-showsuppresslog\";i:1619;s:12:\"blocklogtext\";i:1620;s:24:\"block-log-flags-anononly\";i:1621;s:24:\"block-log-flags-nocreate\";i:1622;s:27:\"block-log-flags-noautoblock\";i:1623;s:23:\"block-log-flags-noemail\";i:1624;s:26:\"block-log-flags-nousertalk\";i:1625;s:31:\"block-log-flags-angry-autoblock\";i:1626;s:26:\"block-log-flags-hiddenname\";i:1627;s:20:\"range_block_disabled\";i:1628;s:18:\"ipb_expiry_invalid\";i:1629;s:15:\"ipb_expiry_temp\";i:1630;s:16:\"ipb_hide_invalid\";i:1631;s:19:\"ipb_already_blocked\";i:1632;s:15:\"ipb-needreblock\";i:1633;s:22:\"ipb-otherblocks-header\";i:1634;s:16:\"unblock-hideuser\";i:1635;s:16:\"ipb_cant_unblock\";i:1636;s:20:\"ipb_blocked_as_range\";i:1637;s:16:\"ip_range_invalid\";i:1638;s:17:\"ip_range_toolarge\";i:1639;s:12:\"proxyblocker\";i:1640;s:16:\"proxyblockreason\";i:1641;s:11:\"sorbsreason\";i:1642;s:27:\"sorbs_create_account_reason\";i:1643;s:20:\"cant-see-hidden-user\";i:1644;s:10:\"ipbblocked\";i:1645;s:16:\"ipbnounblockself\";i:1646;s:6:\"lockdb\";i:1647;s:8:\"unlockdb\";i:1648;s:10:\"lockdbtext\";i:1649;s:12:\"unlockdbtext\";i:1650;s:11:\"lockconfirm\";i:1651;s:13:\"unlockconfirm\";i:1652;s:7:\"lockbtn\";i:1653;s:9:\"unlockbtn\";i:1654;s:13:\"locknoconfirm\";i:1655;s:16:\"lockdbsuccesssub\";i:1656;s:18:\"unlockdbsuccesssub\";i:1657;s:17:\"lockdbsuccesstext\";i:1658;s:19:\"unlockdbsuccesstext\";i:1659;s:19:\"lockfilenotwritable\";i:1660;s:17:\"databasenotlocked\";i:1661;s:15:\"lockedbyandtime\";i:1662;s:9:\"move-page\";i:1663;s:16:\"move-page-legend\";i:1664;s:12:\"movepagetext\";i:1665;s:28:\"movepagetext-noredirectfixer\";i:1666;s:16:\"movepagetalktext\";i:1667;s:20:\"moveuserpage-warning\";i:1668;s:15:\"movenologintext\";i:1669;s:14:\"movenotallowed\";i:1670;s:18:\"movenotallowedfile\";i:1671;s:19:\"cant-move-user-page\";i:1672;s:22:\"cant-move-to-user-page\";i:1673;s:8:\"newtitle\";i:1674;s:10:\"move-watch\";i:1675;s:11:\"movepagebtn\";i:1676;s:12:\"pagemovedsub\";i:1677;s:14:\"movepage-moved\";i:1678;s:23:\"movepage-moved-redirect\";i:1679;s:25:\"movepage-moved-noredirect\";i:1680;s:13:\"articleexists\";i:1681;s:23:\"cantmove-titleprotected\";i:1682;s:8:\"movetalk\";i:1683;s:13:\"move-subpages\";i:1684;s:18:\"move-talk-subpages\";i:1685;s:20:\"movepage-page-exists\";i:1686;s:19:\"movepage-page-moved\";i:1687;s:21:\"movepage-page-unmoved\";i:1688;s:18:\"movepage-max-pages\";i:1689;s:11:\"movelogpage\";i:1690;s:15:\"movelogpagetext\";i:1691;s:11:\"movesubpage\";i:1692;s:15:\"movesubpagetext\";i:1693;s:13:\"movenosubpage\";i:1694;s:10:\"movereason\";i:1695;s:10:\"revertmove\";i:1696;s:20:\"delete_and_move_text\";i:1697;s:23:\"delete_and_move_confirm\";i:1698;s:22:\"delete_and_move_reason\";i:1699;s:8:\"selfmove\";i:1700;s:25:\"immobile-source-namespace\";i:1701;s:25:\"immobile-target-namespace\";i:1702;s:28:\"immobile-target-namespace-iw\";i:1703;s:20:\"immobile-source-page\";i:1704;s:20:\"immobile-target-page\";i:1705;s:21:\"imagenocrossnamespace\";i:1706;s:27:\"nonfile-cannot-move-to-file\";i:1707;s:17:\"imagetypemismatch\";i:1708;s:20:\"imageinvalidfilename\";i:1709;s:20:\"fix-double-redirects\";i:1710;s:19:\"move-leave-redirect\";i:1711;s:24:\"protectedpagemovewarning\";i:1712;s:28:\"semiprotectedpagemovewarning\";i:1713;s:20:\"move-over-sharedrepo\";i:1714;s:22:\"file-exists-sharedrepo\";i:1715;s:6:\"export\";i:1716;s:10:\"exporttext\";i:1717;s:9:\"exportall\";i:1718;s:13:\"exportcuronly\";i:1719;s:15:\"exportnohistory\";i:1720;s:17:\"exportlistauthors\";i:1721;s:13:\"export-submit\";i:1722;s:17:\"export-addcattext\";i:1723;s:13:\"export-addcat\";i:1724;s:16:\"export-addnstext\";i:1725;s:12:\"export-addns\";i:1726;s:15:\"export-download\";i:1727;s:16:\"export-templates\";i:1728;s:16:\"export-pagelinks\";i:1729;s:11:\"allmessages\";i:1730;s:15:\"allmessagesname\";i:1731;s:18:\"allmessagesdefault\";i:1732;s:18:\"allmessagescurrent\";i:1733;s:15:\"allmessagestext\";i:1734;s:34:\"allmessages-not-supported-database\";i:1735;s:25:\"allmessages-filter-legend\";i:1736;s:18:\"allmessages-filter\";i:1737;s:29:\"allmessages-filter-unmodified\";i:1738;s:22:\"allmessages-filter-all\";i:1739;s:27:\"allmessages-filter-modified\";i:1740;s:18:\"allmessages-prefix\";i:1741;s:20:\"allmessages-language\";i:1742;s:25:\"allmessages-filter-submit\";i:1743;s:14:\"thumbnail-more\";i:1744;s:11:\"filemissing\";i:1745;s:15:\"thumbnail_error\";i:1746;s:15:\"djvu_page_error\";i:1747;s:21:\"thumbnail-temp-create\";i:1748;s:21:\"thumbnail-dest-create\";i:1749;s:24:\"thumbnail_invalid_params\";i:1750;s:24:\"thumbnail_dest_directory\";i:1751;s:20:\"thumbnail_image-type\";i:1752;s:20:\"thumbnail_gd-library\";i:1753;s:23:\"thumbnail_image-missing\";i:1754;s:6:\"import\";i:1755;s:15:\"importinterwiki\";i:1756;s:21:\"import-interwiki-text\";i:1757;s:24:\"import-interwiki-history\";i:1758;s:26:\"import-interwiki-templates\";i:1759;s:23:\"import-interwiki-submit\";i:1760;s:22:\"import-upload-filename\";i:1761;s:14:\"import-comment\";i:1762;s:10:\"importtext\";i:1763;s:11:\"importstart\";i:1764;s:21:\"import-revision-count\";i:1765;s:13:\"importnopages\";i:1766;s:20:\"imported-log-entries\";i:1767;s:12:\"importfailed\";i:1768;s:19:\"importunknownsource\";i:1769;s:14:\"importcantopen\";i:1770;s:18:\"importbadinterwiki\";i:1771;s:13:\"importsuccess\";i:1772;s:15:\"importnosources\";i:1773;s:12:\"importnofile\";i:1774;s:21:\"importuploaderrorsize\";i:1775;s:24:\"importuploaderrorpartial\";i:1776;s:21:\"importuploaderrortemp\";i:1777;s:20:\"import-parse-failure\";i:1778;s:16:\"import-noarticle\";i:1779;s:21:\"import-nonewrevisions\";i:1780;s:16:\"xml-error-string\";i:1781;s:13:\"import-upload\";i:1782;s:21:\"import-token-mismatch\";i:1783;s:24:\"import-invalid-interwiki\";i:1784;s:17:\"import-error-edit\";i:1785;s:22:\"import-error-interwiki\";i:1786;s:20:\"import-error-special\";i:1787;s:20:\"import-error-invalid\";i:1788;s:13:\"importlogpage\";i:1789;s:17:\"importlogpagetext\";i:1790;s:29:\"import-logentry-upload-detail\";i:1791;s:32:\"import-logentry-interwiki-detail\";i:1792;s:14:\"javascripttest\";i:1793;s:26:\"javascripttest-qunit-intro\";i:1794;s:19:\"tooltip-pt-userpage\";i:1795;s:23:\"tooltip-pt-anonuserpage\";i:1796;s:17:\"tooltip-pt-mytalk\";i:1797;s:19:\"tooltip-pt-anontalk\";i:1798;s:22:\"tooltip-pt-preferences\";i:1799;s:20:\"tooltip-pt-watchlist\";i:1800;s:20:\"tooltip-pt-mycontris\";i:1801;s:16:\"tooltip-pt-login\";i:1802;s:17:\"tooltip-pt-logout\";i:1803;s:15:\"tooltip-ca-talk\";i:1804;s:15:\"tooltip-ca-edit\";i:1805;s:21:\"tooltip-ca-addsection\";i:1806;s:21:\"tooltip-ca-viewsource\";i:1807;s:18:\"tooltip-ca-history\";i:1808;s:18:\"tooltip-ca-protect\";i:1809;s:20:\"tooltip-ca-unprotect\";i:1810;s:17:\"tooltip-ca-delete\";i:1811;s:19:\"tooltip-ca-undelete\";i:1812;s:15:\"tooltip-ca-move\";i:1813;s:16:\"tooltip-ca-watch\";i:1814;s:18:\"tooltip-ca-unwatch\";i:1815;s:14:\"tooltip-search\";i:1816;s:17:\"tooltip-search-go\";i:1817;s:23:\"tooltip-search-fulltext\";i:1818;s:14:\"tooltip-p-logo\";i:1819;s:18:\"tooltip-n-mainpage\";i:1820;s:30:\"tooltip-n-mainpage-description\";i:1821;s:16:\"tooltip-n-portal\";i:1822;s:23:\"tooltip-n-currentevents\";i:1823;s:23:\"tooltip-n-recentchanges\";i:1824;s:20:\"tooltip-n-randompage\";i:1825;s:14:\"tooltip-n-help\";i:1826;s:23:\"tooltip-t-whatlinkshere\";i:1827;s:29:\"tooltip-t-recentchangeslinked\";i:1828;s:16:\"tooltip-feed-rss\";i:1829;s:17:\"tooltip-feed-atom\";i:1830;s:23:\"tooltip-t-contributions\";i:1831;s:19:\"tooltip-t-emailuser\";i:1832;s:16:\"tooltip-t-upload\";i:1833;s:22:\"tooltip-t-specialpages\";i:1834;s:15:\"tooltip-t-print\";i:1835;s:19:\"tooltip-t-permalink\";i:1836;s:21:\"tooltip-ca-nstab-main\";i:1837;s:21:\"tooltip-ca-nstab-user\";i:1838;s:22:\"tooltip-ca-nstab-media\";i:1839;s:24:\"tooltip-ca-nstab-special\";i:1840;s:24:\"tooltip-ca-nstab-project\";i:1841;s:22:\"tooltip-ca-nstab-image\";i:1842;s:26:\"tooltip-ca-nstab-mediawiki\";i:1843;s:25:\"tooltip-ca-nstab-template\";i:1844;s:21:\"tooltip-ca-nstab-help\";i:1845;s:25:\"tooltip-ca-nstab-category\";i:1846;s:17:\"tooltip-minoredit\";i:1847;s:12:\"tooltip-save\";i:1848;s:15:\"tooltip-preview\";i:1849;s:12:\"tooltip-diff\";i:1850;s:31:\"tooltip-compareselectedversions\";i:1851;s:13:\"tooltip-watch\";i:1852;s:35:\"tooltip-watchlistedit-normal-submit\";i:1853;s:32:\"tooltip-watchlistedit-raw-submit\";i:1854;s:16:\"tooltip-recreate\";i:1855;s:14:\"tooltip-upload\";i:1856;s:16:\"tooltip-rollback\";i:1857;s:12:\"tooltip-undo\";i:1858;s:24:\"tooltip-preferences-save\";i:1859;s:15:\"tooltip-summary\";i:1860;s:10:\"common.css\";i:1861;s:9:\"print.css\";i:1862;s:12:\"noscript.css\";i:1863;s:23:\"group-autoconfirmed.css\";i:1864;s:13:\"group-bot.css\";i:1865;s:15:\"group-sysop.css\";i:1866;s:20:\"group-bureaucrat.css\";i:1867;s:9:\"common.js\";i:1868;s:22:\"group-autoconfirmed.js\";i:1869;s:12:\"group-bot.js\";i:1870;s:14:\"group-sysop.js\";i:1871;s:19:\"group-bureaucrat.js\";i:1872;s:9:\"anonymous\";i:1873;s:8:\"siteuser\";i:1874;s:8:\"anonuser\";i:1875;s:16:\"lastmodifiedatby\";i:1876;s:13:\"othercontribs\";i:1877;s:6:\"others\";i:1878;s:9:\"siteusers\";i:1879;s:9:\"anonusers\";i:1880;s:11:\"creditspage\";i:1881;s:9:\"nocredits\";i:1882;s:19:\"spamprotectiontitle\";i:1883;s:18:\"spamprotectiontext\";i:1884;s:19:\"spamprotectionmatch\";i:1885;s:16:\"spambot_username\";i:1886;s:14:\"spam_reverting\";i:1887;s:13:\"spam_blanking\";i:1888;s:20:\"simpleantispam-label\";i:1889;s:14:\"pageinfo-title\";i:1890;s:21:\"pageinfo-header-basic\";i:1891;s:21:\"pageinfo-header-edits\";i:1892;s:28:\"pageinfo-header-restrictions\";i:1893;s:26:\"pageinfo-header-properties\";i:1894;s:22:\"pageinfo-display-title\";i:1895;s:15:\"pageinfo-length\";i:1896;s:19:\"pageinfo-article-id\";i:1897;s:17:\"pageinfo-language\";i:1898;s:22:\"pageinfo-content-model\";i:1899;s:21:\"pageinfo-robot-policy\";i:1900;s:20:\"pageinfo-robot-index\";i:1901;s:22:\"pageinfo-robot-noindex\";i:1902;s:17:\"pageinfo-watchers\";i:1903;s:23:\"pageinfo-redirects-name\";i:1904;s:18:\"pageinfo-firstuser\";i:1905;s:18:\"pageinfo-firsttime\";i:1906;s:17:\"pageinfo-lastuser\";i:1907;s:17:\"pageinfo-lasttime\";i:1908;s:14:\"pageinfo-edits\";i:1909;s:16:\"pageinfo-authors\";i:1910;s:21:\"pageinfo-recent-edits\";i:1911;s:23:\"pageinfo-recent-authors\";i:1912;s:26:\"pageinfo-hidden-categories\";i:1913;s:20:\"pageinfo-toolboxlink\";i:1914;s:19:\"markaspatrolleddiff\";i:1915;s:19:\"markaspatrolledtext\";i:1916;s:17:\"markedaspatrolled\";i:1917;s:21:\"markedaspatrolledtext\";i:1918;s:16:\"rcpatroldisabled\";i:1919;s:20:\"rcpatroldisabledtext\";i:1920;s:22:\"markedaspatrollederror\";i:1921;s:26:\"markedaspatrollederrortext\";i:1922;s:35:\"markedaspatrollederror-noautopatrol\";i:1923;s:15:\"patrol-log-page\";i:1924;s:17:\"patrol-log-header\";i:1925;s:15:\"deletedrevision\";i:1926;s:21:\"filedeleteerror-short\";i:1927;s:20:\"filedeleteerror-long\";i:1928;s:18:\"filedelete-missing\";i:1929;s:27:\"filedelete-old-unregistered\";i:1930;s:31:\"filedelete-current-unregistered\";i:1931;s:28:\"filedelete-archive-read-only\";i:1932;s:12:\"previousdiff\";i:1933;s:8:\"nextdiff\";i:1934;s:12:\"mediawarning\";i:1935;s:12:\"imagemaxsize\";i:1936;s:9:\"thumbsize\";i:1937;s:15:\"widthheightpage\";i:1938;s:9:\"file-info\";i:1939;s:14:\"file-info-size\";i:1940;s:20:\"file-info-size-pages\";i:1941;s:12:\"file-nohires\";i:1942;s:13:\"svg-long-desc\";i:1943;s:14:\"show-big-image\";i:1944;s:22:\"show-big-image-preview\";i:1945;s:20:\"show-big-image-other\";i:1946;s:19:\"show-big-image-size\";i:1947;s:20:\"file-info-gif-looped\";i:1948;s:20:\"file-info-gif-frames\";i:1949;s:20:\"file-info-png-looped\";i:1950;s:20:\"file-info-png-repeat\";i:1951;s:20:\"file-info-png-frames\";i:1952;s:9:\"newimages\";i:1953;s:13:\"imagelisttext\";i:1954;s:17:\"newimages-summary\";i:1955;s:16:\"newimages-legend\";i:1956;s:8:\"noimages\";i:1957;s:8:\"ilsubmit\";i:1958;s:6:\"bydate\";i:1959;s:21:\"sp-newimages-showfrom\";i:1960;s:7:\"seconds\";i:1961;s:7:\"minutes\";i:1962;s:5:\"hours\";i:1963;s:4:\"days\";i:1964;s:3:\"ago\";i:1965;s:14:\"bad_image_list\";i:1966;s:8:\"metadata\";i:1967;s:13:\"metadata-help\";i:1968;s:15:\"metadata-expand\";i:1969;s:17:\"metadata-collapse\";i:1970;s:15:\"metadata-fields\";i:1971;s:13:\"namespacesall\";i:1972;s:9:\"monthsall\";i:1973;s:12:\"confirmemail\";i:1974;s:20:\"confirmemail_noemail\";i:1975;s:17:\"confirmemail_text\";i:1976;s:20:\"confirmemail_pending\";i:1977;s:17:\"confirmemail_send\";i:1978;s:17:\"confirmemail_sent\";i:1979;s:21:\"confirmemail_oncreate\";i:1980;s:23:\"confirmemail_sendfailed\";i:1981;s:20:\"confirmemail_invalid\";i:1982;s:22:\"confirmemail_needlogin\";i:1983;s:20:\"confirmemail_success\";i:1984;s:21:\"confirmemail_loggedin\";i:1985;s:20:\"confirmemail_subject\";i:1986;s:17:\"confirmemail_body\";i:1987;s:25:\"confirmemail_body_changed\";i:1988;s:21:\"confirmemail_body_set\";i:1989;s:24:\"confirmemail_invalidated\";i:1990;s:15:\"invalidateemail\";i:1991;s:23:\"scarytranscludedisabled\";i:1992;s:21:\"scarytranscludefailed\";i:1993;s:22:\"scarytranscludetoolong\";i:1994;s:19:\"deletedwhileediting\";i:1995;s:15:\"confirmrecreate\";i:1996;s:24:\"confirmrecreate-noreason\";i:1997;s:8:\"recreate\";i:1998;s:20:\"confirm_purge_button\";i:1999;s:17:\"confirm-purge-top\";i:2000;s:20:\"confirm-purge-bottom\";i:2001;s:20:\"confirm-watch-button\";i:2002;s:17:\"confirm-watch-top\";i:2003;s:22:\"confirm-unwatch-button\";i:2004;s:19:\"confirm-unwatch-top\";i:2005;s:15:\"comma-separator\";i:2006;s:16:\"imgmultipageprev\";i:2007;s:16:\"imgmultipagenext\";i:2008;s:10:\"imgmultigo\";i:2009;s:12:\"imgmultigoto\";i:2010;s:16:\"table_pager_next\";i:2011;s:16:\"table_pager_prev\";i:2012;s:17:\"table_pager_first\";i:2013;s:16:\"table_pager_last\";i:2014;s:17:\"table_pager_limit\";i:2015;s:23:\"table_pager_limit_label\";i:2016;s:24:\"table_pager_limit_submit\";i:2017;s:17:\"table_pager_empty\";i:2018;s:14:\"autosumm-blank\";i:2019;s:16:\"autosumm-replace\";i:2020;s:16:\"autoredircomment\";i:2021;s:12:\"autosumm-new\";i:2022;s:15:\"lag-warn-normal\";i:2023;s:13:\"lag-warn-high\";i:2024;s:26:\"watchlistedit-normal-title\";i:2025;s:27:\"watchlistedit-normal-legend\";i:2026;s:28:\"watchlistedit-normal-explain\";i:2027;s:27:\"watchlistedit-normal-submit\";i:2028;s:25:\"watchlistedit-normal-done\";i:2029;s:23:\"watchlistedit-raw-title\";i:2030;s:24:\"watchlistedit-raw-legend\";i:2031;s:25:\"watchlistedit-raw-explain\";i:2032;s:24:\"watchlistedit-raw-titles\";i:2033;s:24:\"watchlistedit-raw-submit\";i:2034;s:22:\"watchlistedit-raw-done\";i:2035;s:23:\"watchlistedit-raw-added\";i:2036;s:25:\"watchlistedit-raw-removed\";i:2037;s:19:\"watchlisttools-view\";i:2038;s:19:\"watchlisttools-edit\";i:2039;s:18:\"watchlisttools-raw\";i:2040;s:9:\"signature\";i:2041;s:21:\"duplicate-defaultsort\";i:2042;s:7:\"version\";i:2043;s:18:\"version-extensions\";i:2044;s:13:\"version-skins\";i:2045;s:20:\"version-specialpages\";i:2046;s:19:\"version-parserhooks\";i:2047;s:17:\"version-variables\";i:2048;s:16:\"version-antispam\";i:2049;s:13:\"version-other\";i:2050;s:21:\"version-mediahandlers\";i:2051;s:13:\"version-hooks\";i:2052;s:28:\"version-parser-extensiontags\";i:2053;s:29:\"version-parser-function-hooks\";i:2054;s:17:\"version-hook-name\";i:2055;s:25:\"version-hook-subscribedby\";i:2056;s:15:\"version-license\";i:2057;s:25:\"version-poweredby-credits\";i:2058;s:24:\"version-poweredby-others\";i:2059;s:20:\"version-license-info\";i:2060;s:16:\"version-software\";i:2061;s:24:\"version-software-product\";i:2062;s:24:\"version-software-version\";i:2063;s:8:\"redirect\";i:2064;s:15:\"redirect-submit\";i:2065;s:15:\"redirect-lookup\";i:2066;s:13:\"redirect-user\";i:2067;s:13:\"redirect-page\";i:2068;s:17:\"redirect-revision\";i:2069;s:13:\"redirect-file\";i:2070;s:19:\"fileduplicatesearch\";i:2071;s:27:\"fileduplicatesearch-summary\";i:2072;s:28:\"fileduplicatesearch-filename\";i:2073;s:26:\"fileduplicatesearch-submit\";i:2074;s:24:\"fileduplicatesearch-info\";i:2075;s:28:\"fileduplicatesearch-result-1\";i:2076;s:28:\"fileduplicatesearch-result-n\";i:2077;s:29:\"fileduplicatesearch-noresults\";i:2078;s:12:\"specialpages\";i:2079;s:28:\"specialpages-note-restricted\";i:2080;s:30:\"specialpages-group-maintenance\";i:2081;s:24:\"specialpages-group-other\";i:2082;s:24:\"specialpages-group-login\";i:2083;s:26:\"specialpages-group-changes\";i:2084;s:24:\"specialpages-group-media\";i:2085;s:24:\"specialpages-group-users\";i:2086;s:26:\"specialpages-group-highuse\";i:2087;s:24:\"specialpages-group-pages\";i:2088;s:28:\"specialpages-group-pagetools\";i:2089;s:23:\"specialpages-group-wiki\";i:2090;s:28:\"specialpages-group-redirects\";i:2091;s:23:\"specialpages-group-spam\";i:2092;s:9:\"blankpage\";i:2093;s:22:\"intentionallyblankpage\";i:2094;s:24:\"external_image_whitelist\";i:2095;s:4:\"tags\";i:2096;s:10:\"tag-filter\";i:2097;s:17:\"tag-filter-submit\";i:2098;s:16:\"tag-list-wrapper\";i:2099;s:10:\"tags-title\";i:2100;s:10:\"tags-intro\";i:2101;s:8:\"tags-tag\";i:2102;s:19:\"tags-display-header\";i:2103;s:23:\"tags-description-header\";i:2104;s:20:\"tags-hitcount-header\";i:2105;s:15:\"tags-active-yes\";i:2106;s:14:\"tags-active-no\";i:2107;s:9:\"tags-edit\";i:2108;s:13:\"tags-hitcount\";i:2109;s:12:\"comparepages\";i:2110;s:13:\"compare-page1\";i:2111;s:13:\"compare-page2\";i:2112;s:12:\"compare-rev1\";i:2113;s:12:\"compare-rev2\";i:2114;s:14:\"compare-submit\";i:2115;s:27:\"compare-revision-not-exists\";i:2116;s:9:\"diff-form\";i:2117;s:10:\"deletepage\";i:2118;s:14:\"dberr-problems\";i:2119;s:11:\"dberr-again\";i:2120;s:10:\"dberr-info\";i:2121;s:22:\"htmlform-invalid-input\";i:2122;s:25:\"htmlform-select-badoption\";i:2123;s:20:\"htmlform-int-invalid\";i:2124;s:22:\"htmlform-float-invalid\";i:2125;s:19:\"htmlform-int-toolow\";i:2126;s:20:\"htmlform-int-toohigh\";i:2127;s:17:\"htmlform-required\";i:2128;s:15:\"htmlform-submit\";i:2129;s:14:\"htmlform-reset\";i:2130;s:28:\"htmlform-selectorother-other\";i:2131;s:22:\"logentry-delete-delete\";i:2132;s:23:\"logentry-delete-restore\";i:2133;s:21:\"logentry-delete-event\";i:2134;s:24:\"logentry-delete-revision\";i:2135;s:28:\"logentry-delete-event-legacy\";i:2136;s:31:\"logentry-delete-revision-legacy\";i:2137;s:24:\"logentry-suppress-delete\";i:2138;s:23:\"logentry-suppress-event\";i:2139;s:26:\"logentry-suppress-revision\";i:2140;s:30:\"logentry-suppress-event-legacy\";i:2141;s:33:\"logentry-suppress-revision-legacy\";i:2142;s:21:\"revdelete-content-hid\";i:2143;s:21:\"revdelete-summary-hid\";i:2144;s:19:\"revdelete-uname-hid\";i:2145;s:23:\"revdelete-content-unhid\";i:2146;s:23:\"revdelete-summary-unhid\";i:2147;s:21:\"revdelete-uname-unhid\";i:2148;s:20:\"revdelete-restricted\";i:2149;s:22:\"revdelete-unrestricted\";i:2150;s:18:\"logentry-move-move\";i:2151;s:29:\"logentry-move-move-noredirect\";i:2152;s:24:\"logentry-move-move_redir\";i:2153;s:35:\"logentry-move-move_redir-noredirect\";i:2154;s:22:\"logentry-patrol-patrol\";i:2155;s:27:\"logentry-patrol-patrol-auto\";i:2156;s:26:\"logentry-newusers-newusers\";i:2157;s:24:\"logentry-newusers-create\";i:2158;s:25:\"logentry-newusers-create2\";i:2159;s:28:\"logentry-newusers-autocreate\";i:2160;s:22:\"logentry-upload-upload\";i:2161;s:25:\"logentry-upload-overwrite\";i:2162;s:10:\"rightsnone\";i:2163;s:15:\"feedback-adding\";i:2164;s:17:\"feedback-bugcheck\";i:2165;s:15:\"feedback-bugnew\";i:2166;s:18:\"feedback-bugornote\";i:2167;s:15:\"feedback-cancel\";i:2168;s:14:\"feedback-close\";i:2169;s:15:\"feedback-error1\";i:2170;s:16:\"feedback-message\";i:2171;s:16:\"feedback-subject\";i:2172;s:15:\"feedback-submit\";i:2173;s:15:\"feedback-thanks\";i:2174;s:20:\"searchsuggest-search\";i:2175;s:24:\"searchsuggest-containing\";i:2176;s:28:\"api-clientside-error-timeout\";i:2177;s:18:\"api-error-badtoken\";i:2178;s:19:\"api-error-emptypage\";i:2179;s:21:\"api-error-stashfailed\";i:2180;s:25:\"api-error-unknown-warning\";i:2181;s:22:\"api-error-unknownerror\";i:2182;s:13:\"duration-days\";i:2183;s:15:\"expandtemplates\";i:2184;s:22:\"expand_templates_intro\";i:2185;s:22:\"expand_templates_title\";i:2186;s:22:\"expand_templates_input\";i:2187;s:23:\"expand_templates_output\";i:2188;s:27:\"expand_templates_xml_output\";i:2189;s:19:\"expand_templates_ok\";i:2190;s:32:\"expand_templates_remove_comments\";i:2191;s:29:\"expand_templates_generate_xml\";i:2192;s:24:\"expand_templates_preview\";i:2193;s:30:\"special-characters-group-latin\";i:2194;s:38:\"special-characters-group-latinextended\";i:2195;s:28:\"special-characters-group-ipa\";i:2196;s:32:\"special-characters-group-symbols\";i:2197;s:30:\"special-characters-group-greek\";i:2198;s:33:\"special-characters-group-cyrillic\";i:2199;s:31:\"special-characters-group-arabic\";i:2200;s:39:\"special-characters-group-arabicextended\";i:2201;s:32:\"special-characters-group-persian\";i:2202;s:31:\"special-characters-group-hebrew\";i:2203;s:31:\"special-characters-group-bangla\";i:2204;s:31:\"special-characters-group-telugu\";i:2205;s:32:\"special-characters-group-sinhala\";i:2206;s:33:\"special-characters-group-gujarati\";i:2207;s:29:\"special-characters-group-thai\";i:2208;s:28:\"special-characters-group-lao\";i:2209;s:30:\"special-characters-group-khmer\";i:2210;s:36:\"mw-widgets-dateinput-placeholder-day\";i:2211;s:38:\"mw-widgets-dateinput-placeholder-month\";i:2212;s:14:\"randomrootpage\";i:2213;s:22:\"skin-view-create-local\";i:2214;s:14:\"nstab-mainpage\";i:2215;s:19:\"skin-action-protect\";i:2216;s:20:\"skin-action-undelete\";i:2217;s:18:\"skin-action-delete\";i:2218;s:16:\"skin-action-move\";i:2219;s:15:\"exif-imagewidth\";i:2220;s:16:\"exif-imagelength\";i:2221;s:18:\"exif-bitspersample\";i:2222;s:16:\"exif-compression\";i:2223;s:30:\"exif-photometricinterpretation\";i:2224;s:16:\"exif-orientation\";i:2225;s:20:\"exif-samplesperpixel\";i:2226;s:24:\"exif-planarconfiguration\";i:2227;s:21:\"exif-ycbcrsubsampling\";i:2228;s:21:\"exif-ycbcrpositioning\";i:2229;s:16:\"exif-xresolution\";i:2230;s:16:\"exif-yresolution\";i:2231;s:17:\"exif-stripoffsets\";i:2232;s:17:\"exif-rowsperstrip\";i:2233;s:20:\"exif-stripbytecounts\";i:2234;s:26:\"exif-jpeginterchangeformat\";i:2235;s:32:\"exif-jpeginterchangeformatlength\";i:2236;s:15:\"exif-whitepoint\";i:2237;s:26:\"exif-primarychromaticities\";i:2238;s:22:\"exif-ycbcrcoefficients\";i:2239;s:24:\"exif-referenceblackwhite\";i:2240;s:13:\"exif-datetime\";i:2241;s:21:\"exif-imagedescription\";i:2242;s:9:\"exif-make\";i:2243;s:10:\"exif-model\";i:2244;s:13:\"exif-software\";i:2245;s:11:\"exif-artist\";i:2246;s:14:\"exif-copyright\";i:2247;s:16:\"exif-exifversion\";i:2248;s:20:\"exif-flashpixversion\";i:2249;s:15:\"exif-colorspace\";i:2250;s:28:\"exif-componentsconfiguration\";i:2251;s:27:\"exif-compressedbitsperpixel\";i:2252;s:20:\"exif-pixelxdimension\";i:2253;s:20:\"exif-pixelydimension\";i:2254;s:16:\"exif-usercomment\";i:2255;s:21:\"exif-relatedsoundfile\";i:2256;s:21:\"exif-datetimeoriginal\";i:2257;s:22:\"exif-datetimedigitized\";i:2258;s:15:\"exif-subsectime\";i:2259;s:23:\"exif-subsectimeoriginal\";i:2260;s:24:\"exif-subsectimedigitized\";i:2261;s:17:\"exif-exposuretime\";i:2262;s:24:\"exif-exposuretime-format\";i:2263;s:12:\"exif-fnumber\";i:2264;s:20:\"exif-exposureprogram\";i:2265;s:24:\"exif-spectralsensitivity\";i:2266;s:20:\"exif-isospeedratings\";i:2267;s:22:\"exif-shutterspeedvalue\";i:2268;s:18:\"exif-aperturevalue\";i:2269;s:20:\"exif-brightnessvalue\";i:2270;s:22:\"exif-exposurebiasvalue\";i:2271;s:21:\"exif-maxaperturevalue\";i:2272;s:20:\"exif-subjectdistance\";i:2273;s:17:\"exif-meteringmode\";i:2274;s:16:\"exif-lightsource\";i:2275;s:10:\"exif-flash\";i:2276;s:16:\"exif-focallength\";i:2277;s:16:\"exif-subjectarea\";i:2278;s:16:\"exif-flashenergy\";i:2279;s:26:\"exif-focalplanexresolution\";i:2280;s:26:\"exif-focalplaneyresolution\";i:2281;s:29:\"exif-focalplaneresolutionunit\";i:2282;s:20:\"exif-subjectlocation\";i:2283;s:18:\"exif-exposureindex\";i:2284;s:18:\"exif-sensingmethod\";i:2285;s:15:\"exif-filesource\";i:2286;s:14:\"exif-scenetype\";i:2287;s:19:\"exif-customrendered\";i:2288;s:17:\"exif-exposuremode\";i:2289;s:17:\"exif-whitebalance\";i:2290;s:21:\"exif-digitalzoomratio\";i:2291;s:26:\"exif-focallengthin35mmfilm\";i:2292;s:21:\"exif-scenecapturetype\";i:2293;s:16:\"exif-gaincontrol\";i:2294;s:13:\"exif-contrast\";i:2295;s:15:\"exif-saturation\";i:2296;s:14:\"exif-sharpness\";i:2297;s:29:\"exif-devicesettingdescription\";i:2298;s:25:\"exif-subjectdistancerange\";i:2299;s:18:\"exif-imageuniqueid\";i:2300;s:17:\"exif-gpsversionid\";i:2301;s:19:\"exif-gpslatituderef\";i:2302;s:16:\"exif-gpslatitude\";i:2303;s:20:\"exif-gpslongituderef\";i:2304;s:17:\"exif-gpslongitude\";i:2305;s:19:\"exif-gpsaltituderef\";i:2306;s:16:\"exif-gpsaltitude\";i:2307;s:17:\"exif-gpstimestamp\";i:2308;s:18:\"exif-gpssatellites\";i:2309;s:14:\"exif-gpsstatus\";i:2310;s:19:\"exif-gpsmeasuremode\";i:2311;s:11:\"exif-gpsdop\";i:2312;s:16:\"exif-gpsspeedref\";i:2313;s:13:\"exif-gpsspeed\";i:2314;s:16:\"exif-gpstrackref\";i:2315;s:13:\"exif-gpstrack\";i:2316;s:23:\"exif-gpsimgdirectionref\";i:2317;s:20:\"exif-gpsimgdirection\";i:2318;s:16:\"exif-gpsmapdatum\";i:2319;s:23:\"exif-gpsdestlatituderef\";i:2320;s:20:\"exif-gpsdestlatitude\";i:2321;s:24:\"exif-gpsdestlongituderef\";i:2322;s:21:\"exif-gpsdestlongitude\";i:2323;s:22:\"exif-gpsdestbearingref\";i:2324;s:19:\"exif-gpsdestbearing\";i:2325;s:23:\"exif-gpsdestdistanceref\";i:2326;s:20:\"exif-gpsdestdistance\";i:2327;s:24:\"exif-gpsprocessingmethod\";i:2328;s:23:\"exif-gpsareainformation\";i:2329;s:17:\"exif-gpsdatestamp\";i:2330;s:20:\"exif-gpsdifferential\";i:2331;s:20:\"exif-jpegfilecomment\";i:2332;s:13:\"exif-keywords\";i:2333;s:23:\"exif-worldregioncreated\";i:2334;s:19:\"exif-countrycreated\";i:2335;s:23:\"exif-countrycodecreated\";i:2336;s:27:\"exif-provinceorstatecreated\";i:2337;s:16:\"exif-citycreated\";i:2338;s:23:\"exif-sublocationcreated\";i:2339;s:20:\"exif-worldregiondest\";i:2340;s:16:\"exif-countrydest\";i:2341;s:20:\"exif-countrycodedest\";i:2342;s:24:\"exif-provinceorstatedest\";i:2343;s:13:\"exif-citydest\";i:2344;s:20:\"exif-sublocationdest\";i:2345;s:15:\"exif-objectname\";i:2346;s:24:\"exif-specialinstructions\";i:2347;s:13:\"exif-headline\";i:2348;s:11:\"exif-credit\";i:2349;s:11:\"exif-source\";i:2350;s:15:\"exif-editstatus\";i:2351;s:12:\"exif-urgency\";i:2352;s:22:\"exif-fixtureidentifier\";i:2353;s:17:\"exif-locationdest\";i:2354;s:21:\"exif-locationdestcode\";i:2355;s:16:\"exif-objectcycle\";i:2356;s:12:\"exif-contact\";i:2357;s:11:\"exif-writer\";i:2358;s:17:\"exif-languagecode\";i:2359;s:15:\"exif-iimversion\";i:2360;s:16:\"exif-iimcategory\";i:2361;s:28:\"exif-iimsupplementalcategory\";i:2362;s:20:\"exif-datetimeexpires\";i:2363;s:21:\"exif-datetimereleased\";i:2364;s:28:\"exif-originaltransmissionref\";i:2365;s:15:\"exif-identifier\";i:2366;s:9:\"exif-lens\";i:2367;s:17:\"exif-serialnumber\";i:2368;s:20:\"exif-cameraownername\";i:2369;s:10:\"exif-label\";i:2370;s:21:\"exif-datetimemetadata\";i:2371;s:13:\"exif-nickname\";i:2372;s:11:\"exif-rating\";i:2373;s:22:\"exif-rightscertificate\";i:2374;s:16:\"exif-copyrighted\";i:2375;s:19:\"exif-copyrightowner\";i:2376;s:15:\"exif-usageterms\";i:2377;s:17:\"exif-webstatement\";i:2378;s:23:\"exif-originaldocumentid\";i:2379;s:15:\"exif-licenseurl\";i:2380;s:23:\"exif-morepermissionsurl\";i:2381;s:19:\"exif-attributionurl\";i:2382;s:29:\"exif-preferredattributionname\";i:2383;s:19:\"exif-pngfilecomment\";i:2384;s:15:\"exif-disclaimer\";i:2385;s:19:\"exif-contentwarning\";i:2386;s:19:\"exif-giffilecomment\";i:2387;s:22:\"exif-intellectualgenre\";i:2388;s:20:\"exif-subjectnewscode\";i:2389;s:14:\"exif-scenecode\";i:2390;s:10:\"exif-event\";i:2391;s:24:\"exif-organisationinimage\";i:2392;s:18:\"exif-personinimage\";i:2393;s:24:\"exif-originalimageheight\";i:2394;s:23:\"exif-originalimagewidth\";i:2395;s:18:\"exif-compression-1\";i:2396;s:18:\"exif-compression-2\";i:2397;s:18:\"exif-compression-3\";i:2398;s:18:\"exif-compression-4\";i:2399;s:21:\"exif-copyrighted-true\";i:2400;s:22:\"exif-copyrighted-false\";i:2401;s:16:\"exif-unknowndate\";i:2402;s:18:\"exif-orientation-1\";i:2403;s:18:\"exif-orientation-2\";i:2404;s:18:\"exif-orientation-3\";i:2405;s:18:\"exif-orientation-4\";i:2406;s:18:\"exif-orientation-5\";i:2407;s:18:\"exif-orientation-6\";i:2408;s:18:\"exif-orientation-7\";i:2409;s:18:\"exif-orientation-8\";i:2410;s:26:\"exif-planarconfiguration-1\";i:2411;s:26:\"exif-planarconfiguration-2\";i:2412;s:21:\"exif-colorspace-65535\";i:2413;s:30:\"exif-componentsconfiguration-0\";i:2414;s:22:\"exif-exposureprogram-0\";i:2415;s:22:\"exif-exposureprogram-1\";i:2416;s:22:\"exif-exposureprogram-2\";i:2417;s:22:\"exif-exposureprogram-3\";i:2418;s:22:\"exif-exposureprogram-4\";i:2419;s:22:\"exif-exposureprogram-5\";i:2420;s:22:\"exif-exposureprogram-6\";i:2421;s:22:\"exif-exposureprogram-7\";i:2422;s:22:\"exif-exposureprogram-8\";i:2423;s:26:\"exif-subjectdistance-value\";i:2424;s:19:\"exif-meteringmode-0\";i:2425;s:19:\"exif-meteringmode-1\";i:2426;s:19:\"exif-meteringmode-2\";i:2427;s:19:\"exif-meteringmode-3\";i:2428;s:19:\"exif-meteringmode-4\";i:2429;s:19:\"exif-meteringmode-5\";i:2430;s:19:\"exif-meteringmode-6\";i:2431;s:21:\"exif-meteringmode-255\";i:2432;s:18:\"exif-lightsource-0\";i:2433;s:18:\"exif-lightsource-1\";i:2434;s:18:\"exif-lightsource-2\";i:2435;s:18:\"exif-lightsource-3\";i:2436;s:18:\"exif-lightsource-4\";i:2437;s:18:\"exif-lightsource-9\";i:2438;s:19:\"exif-lightsource-10\";i:2439;s:19:\"exif-lightsource-11\";i:2440;s:19:\"exif-lightsource-12\";i:2441;s:19:\"exif-lightsource-13\";i:2442;s:19:\"exif-lightsource-14\";i:2443;s:19:\"exif-lightsource-15\";i:2444;s:19:\"exif-lightsource-17\";i:2445;s:19:\"exif-lightsource-18\";i:2446;s:19:\"exif-lightsource-19\";i:2447;s:19:\"exif-lightsource-24\";i:2448;s:20:\"exif-lightsource-255\";i:2449;s:18:\"exif-flash-fired-0\";i:2450;s:18:\"exif-flash-fired-1\";i:2451;s:19:\"exif-flash-return-0\";i:2452;s:19:\"exif-flash-return-2\";i:2453;s:19:\"exif-flash-return-3\";i:2454;s:17:\"exif-flash-mode-1\";i:2455;s:17:\"exif-flash-mode-2\";i:2456;s:17:\"exif-flash-mode-3\";i:2457;s:21:\"exif-flash-function-1\";i:2458;s:19:\"exif-flash-redeye-1\";i:2459;s:31:\"exif-focalplaneresolutionunit-2\";i:2460;s:20:\"exif-sensingmethod-1\";i:2461;s:20:\"exif-sensingmethod-2\";i:2462;s:20:\"exif-sensingmethod-3\";i:2463;s:20:\"exif-sensingmethod-4\";i:2464;s:20:\"exif-sensingmethod-5\";i:2465;s:20:\"exif-sensingmethod-7\";i:2466;s:20:\"exif-sensingmethod-8\";i:2467;s:17:\"exif-filesource-3\";i:2468;s:16:\"exif-scenetype-1\";i:2469;s:21:\"exif-customrendered-0\";i:2470;s:21:\"exif-customrendered-1\";i:2471;s:19:\"exif-exposuremode-0\";i:2472;s:19:\"exif-exposuremode-1\";i:2473;s:19:\"exif-exposuremode-2\";i:2474;s:19:\"exif-whitebalance-0\";i:2475;s:19:\"exif-whitebalance-1\";i:2476;s:23:\"exif-scenecapturetype-0\";i:2477;s:23:\"exif-scenecapturetype-1\";i:2478;s:23:\"exif-scenecapturetype-2\";i:2479;s:23:\"exif-scenecapturetype-3\";i:2480;s:18:\"exif-gaincontrol-0\";i:2481;s:18:\"exif-gaincontrol-1\";i:2482;s:18:\"exif-gaincontrol-2\";i:2483;s:18:\"exif-gaincontrol-3\";i:2484;s:18:\"exif-gaincontrol-4\";i:2485;s:15:\"exif-contrast-0\";i:2486;s:15:\"exif-contrast-1\";i:2487;s:15:\"exif-contrast-2\";i:2488;s:17:\"exif-saturation-0\";i:2489;s:17:\"exif-saturation-1\";i:2490;s:17:\"exif-saturation-2\";i:2491;s:16:\"exif-sharpness-0\";i:2492;s:16:\"exif-sharpness-1\";i:2493;s:16:\"exif-sharpness-2\";i:2494;s:27:\"exif-subjectdistancerange-0\";i:2495;s:27:\"exif-subjectdistancerange-1\";i:2496;s:27:\"exif-subjectdistancerange-2\";i:2497;s:27:\"exif-subjectdistancerange-3\";i:2498;s:18:\"exif-gpslatitude-n\";i:2499;s:18:\"exif-gpslatitude-s\";i:2500;s:19:\"exif-gpslongitude-e\";i:2501;s:19:\"exif-gpslongitude-w\";i:2502;s:31:\"exif-gpsaltitude-above-sealevel\";i:2503;s:31:\"exif-gpsaltitude-below-sealevel\";i:2504;s:16:\"exif-gpsstatus-a\";i:2505;s:16:\"exif-gpsstatus-v\";i:2506;s:21:\"exif-gpsmeasuremode-2\";i:2507;s:21:\"exif-gpsmeasuremode-3\";i:2508;s:15:\"exif-gpsspeed-k\";i:2509;s:15:\"exif-gpsspeed-m\";i:2510;s:15:\"exif-gpsspeed-n\";i:2511;s:22:\"exif-gpsdestdistance-k\";i:2512;s:22:\"exif-gpsdestdistance-m\";i:2513;s:22:\"exif-gpsdestdistance-n\";i:2514;s:21:\"exif-gpsdop-excellent\";i:2515;s:16:\"exif-gpsdop-good\";i:2516;s:20:\"exif-gpsdop-moderate\";i:2517;s:16:\"exif-gpsdop-fair\";i:2518;s:16:\"exif-gpsdop-poor\";i:2519;s:18:\"exif-objectcycle-a\";i:2520;s:18:\"exif-objectcycle-p\";i:2521;s:18:\"exif-objectcycle-b\";i:2522;s:19:\"exif-gpsdirection-t\";i:2523;s:19:\"exif-gpsdirection-m\";i:2524;s:23:\"exif-ycbcrpositioning-1\";i:2525;s:23:\"exif-ycbcrpositioning-2\";i:2526;s:19:\"exif-dc-contributor\";i:2527;s:16:\"exif-dc-coverage\";i:2528;s:12:\"exif-dc-date\";i:2529;s:17:\"exif-dc-publisher\";i:2530;s:16:\"exif-dc-relation\";i:2531;s:14:\"exif-dc-rights\";i:2532;s:14:\"exif-dc-source\";i:2533;s:12:\"exif-dc-type\";i:2534;s:20:\"exif-rating-rejected\";i:2535;s:29:\"exif-isospeedratings-overflow\";i:2536;s:20:\"exif-iimcategory-ace\";i:2537;s:20:\"exif-iimcategory-clj\";i:2538;s:20:\"exif-iimcategory-dis\";i:2539;s:20:\"exif-iimcategory-fin\";i:2540;s:20:\"exif-iimcategory-edu\";i:2541;s:20:\"exif-iimcategory-evn\";i:2542;s:20:\"exif-iimcategory-hth\";i:2543;s:20:\"exif-iimcategory-hum\";i:2544;s:20:\"exif-iimcategory-lab\";i:2545;s:20:\"exif-iimcategory-lif\";i:2546;s:20:\"exif-iimcategory-pol\";i:2547;s:20:\"exif-iimcategory-rel\";i:2548;s:20:\"exif-iimcategory-sci\";i:2549;s:20:\"exif-iimcategory-soi\";i:2550;s:20:\"exif-iimcategory-spo\";i:2551;s:20:\"exif-iimcategory-war\";i:2552;s:20:\"exif-iimcategory-wea\";i:2553;s:19:\"exif-urgency-normal\";i:2554;s:16:\"exif-urgency-low\";i:2555;s:17:\"exif-urgency-high\";i:2556;s:18:\"exif-urgency-other\";i:2557;s:15:\"skinname-vector\";i:2558;s:10:\"vector.css\";i:2559;s:9:\"vector.js\";i:2560;s:24:\"vector-action-addsection\";i:2561;s:20:\"vector-action-delete\";i:2562;s:18:\"vector-action-move\";i:2563;s:21:\"vector-action-protect\";i:2564;s:22:\"vector-action-undelete\";i:2565;s:23:\"vector-action-unprotect\";i:2566;s:18:\"vector-view-create\";i:2567;s:16:\"vector-view-edit\";i:2568;s:19:\"vector-view-history\";i:2569;s:16:\"vector-view-view\";i:2570;s:22:\"vector-view-viewsource\";i:2571;s:19:\"vector-more-actions\";i:2572;s:10:\"wikieditor\";i:2573;s:15:\"wikieditor-desc\";i:2574;s:23:\"wikieditor-wikitext-tab\";i:2575;s:18:\"wikieditor-loading\";i:2576;s:29:\"wikieditor-preview-preference\";i:2577;s:22:\"wikieditor-preview-tab\";i:2578;s:30:\"wikieditor-preview-changes-tab\";i:2579;s:26:\"wikieditor-preview-loading\";i:2580;s:29:\"wikieditor-publish-preference\";i:2581;s:33:\"wikieditor-publish-button-publish\";i:2582;s:32:\"wikieditor-publish-button-cancel\";i:2583;s:31:\"wikieditor-publish-dialog-title\";i:2584;s:33:\"wikieditor-publish-dialog-summary\";i:2585;s:31:\"wikieditor-publish-dialog-minor\";i:2586;s:31:\"wikieditor-publish-dialog-watch\";i:2587;s:33:\"wikieditor-publish-dialog-publish\";i:2588;s:32:\"wikieditor-publish-dialog-goback\";i:2589;s:18:\"wikieditor-toolbar\";i:2590;s:23:\"wikieditor-toolbar-desc\";i:2591;s:29:\"wikieditor-toolbar-preference\";i:2592;s:37:\"wikieditor-toolbar-dialogs-preference\";i:2593;s:26:\"wikieditor-toolbar-hidesig\";i:2594;s:26:\"wikieditor-toolbar-loading\";i:2595;s:28:\"wikieditor-toolbar-tool-bold\";i:2596;s:36:\"wikieditor-toolbar-tool-bold-example\";i:2597;s:30:\"wikieditor-toolbar-tool-italic\";i:2598;s:38:\"wikieditor-toolbar-tool-italic-example\";i:2599;s:29:\"wikieditor-toolbar-tool-ilink\";i:2600;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:2601;s:29:\"wikieditor-toolbar-tool-xlink\";i:2602;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:2603;s:28:\"wikieditor-toolbar-tool-link\";i:2604;s:34:\"wikieditor-toolbar-tool-link-title\";i:2605;s:32:\"wikieditor-toolbar-tool-link-int\";i:2606;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:2607;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:2608;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:2609;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:2610;s:32:\"wikieditor-toolbar-tool-link-ext\";i:2611;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:2612;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:2613;s:35:\"wikieditor-toolbar-tool-link-insert\";i:2614;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:2615;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:2616;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:2617;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:2618;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:2619;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:2620;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:2621;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:2622;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:2623;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:2624;s:34:\"wikieditor-toolbar-tool-link-empty\";i:2625;s:28:\"wikieditor-toolbar-tool-file\";i:2626;s:36:\"wikieditor-toolbar-tool-file-example\";i:2627;s:33:\"wikieditor-toolbar-tool-reference\";i:2628;s:41:\"wikieditor-toolbar-tool-reference-example\";i:2629;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:2630;s:39:\"wikieditor-toolbar-tool-reference-title\";i:2631;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:2632;s:38:\"wikieditor-toolbar-tool-reference-text\";i:2633;s:33:\"wikieditor-toolbar-tool-signature\";i:2634;s:35:\"wikieditor-toolbar-section-advanced\";i:2635;s:31:\"wikieditor-toolbar-tool-heading\";i:2636;s:33:\"wikieditor-toolbar-tool-heading-1\";i:2637;s:33:\"wikieditor-toolbar-tool-heading-2\";i:2638;s:33:\"wikieditor-toolbar-tool-heading-3\";i:2639;s:33:\"wikieditor-toolbar-tool-heading-4\";i:2640;s:33:\"wikieditor-toolbar-tool-heading-5\";i:2641;s:39:\"wikieditor-toolbar-tool-heading-example\";i:2642;s:31:\"wikieditor-toolbar-group-format\";i:2643;s:29:\"wikieditor-toolbar-tool-ulist\";i:2644;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:2645;s:29:\"wikieditor-toolbar-tool-olist\";i:2646;s:37:\"wikieditor-toolbar-tool-olist-example\";i:2647;s:30:\"wikieditor-toolbar-tool-nowiki\";i:2648;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:2649;s:32:\"wikieditor-toolbar-tool-redirect\";i:2650;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:2651;s:27:\"wikieditor-toolbar-tool-big\";i:2652;s:35:\"wikieditor-toolbar-tool-big-example\";i:2653;s:29:\"wikieditor-toolbar-tool-small\";i:2654;s:37:\"wikieditor-toolbar-tool-small-example\";i:2655;s:35:\"wikieditor-toolbar-tool-superscript\";i:2656;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:2657;s:33:\"wikieditor-toolbar-tool-subscript\";i:2658;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:2659;s:31:\"wikieditor-toolbar-group-insert\";i:2660;s:31:\"wikieditor-toolbar-tool-gallery\";i:2661;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:2662;s:31:\"wikieditor-toolbar-tool-newline\";i:2663;s:29:\"wikieditor-toolbar-tool-table\";i:2664;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:2665;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:2666;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:2667;s:35:\"wikieditor-toolbar-tool-table-title\";i:2668;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:2669;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:2670;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:2671;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:2672;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:2673;s:37:\"wikieditor-toolbar-tool-table-example\";i:2674;s:37:\"wikieditor-toolbar-tool-table-preview\";i:2675;s:36:\"wikieditor-toolbar-tool-table-insert\";i:2676;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:2677;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:2678;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:2679;s:34:\"wikieditor-toolbar-tool-table-zero\";i:2680;s:31:\"wikieditor-toolbar-tool-replace\";i:2681;s:37:\"wikieditor-toolbar-tool-replace-title\";i:2682;s:38:\"wikieditor-toolbar-tool-replace-search\";i:2683;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:2684;s:36:\"wikieditor-toolbar-tool-replace-case\";i:2685;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:2686;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:2687;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:2688;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:2689;s:37:\"wikieditor-toolbar-tool-replace-close\";i:2690;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:2691;s:39:\"wikieditor-toolbar-tool-replace-success\";i:2692;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:2693;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:2694;s:37:\"wikieditor-toolbar-section-characters\";i:2695;s:31:\"wikieditor-toolbar-section-help\";i:2696;s:43:\"wikieditor-toolbar-help-heading-description\";i:2697;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:2698;s:38:\"wikieditor-toolbar-help-heading-result\";i:2699;s:35:\"wikieditor-toolbar-help-page-format\";i:2700;s:33:\"wikieditor-toolbar-help-page-link\";i:2701;s:36:\"wikieditor-toolbar-help-page-heading\";i:2702;s:33:\"wikieditor-toolbar-help-page-list\";i:2703;s:33:\"wikieditor-toolbar-help-page-file\";i:2704;s:38:\"wikieditor-toolbar-help-page-reference\";i:2705;s:39:\"wikieditor-toolbar-help-page-discussion\";i:2706;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:2707;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:2708;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:2709;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:2710;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:2711;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:2712;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:2713;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:2714;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:2715;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:2716;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:2717;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:2718;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:2719;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:2720;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:2721;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:2722;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:2723;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:2724;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:2725;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:2726;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:2727;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:2728;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:2729;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:2730;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:2731;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:2732;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:2733;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:2734;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:2735;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:2736;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:2737;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:2738;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:2739;s:48:\"wikieditor-toolbar-help-content-file-description\";i:2740;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:2741;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:2742;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:2743;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:2744;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:2745;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:2746;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:2747;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:2748;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:2749;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:2750;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:2751;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:2752;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:2753;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:2754;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:2755;s:20:\"syntaxhighlight-desc\";i:2756;s:38:\"mobile-frontend-back-to-top-of-section\";i:2757;s:25:\"mobile-frontend-copyright\";i:2758;s:20:\"mobile-frontend-desc\";i:2759;s:30:\"mobile-frontend-disable-images\";i:2760;s:36:\"mobile-frontend-dismiss-notification\";i:2761;s:27:\"mobile-frontend-editor-edit\";i:2762;s:29:\"mobile-frontend-enable-images\";i:2763;s:32:\"mobile-frontend-featured-article\";i:2764;s:27:\"mobile-frontend-home-button\";i:2765;s:21:\"mobile-frontend-login\";i:2766;s:31:\"mobile-frontend-main-menu-login\";i:2767;s:26:\"mobile-frontend-news-items\";i:2768;s:30:\"mobile-frontend-opt-in-explain\";i:2769;s:24:\"mobile-frontend-password\";i:2770;s:27:\"mobile-frontend-placeholder\";i:2771;s:29:\"mobile-frontend-random-button\";i:2772;s:28:\"mobile-frontend-regular-site\";i:2773;s:29:\"mobile-frontend-search-submit\";i:2774;s:24:\"mobile-frontend-username\";i:2775;s:20:\"mobile-frontend-view\";i:2776;s:22:\"tog-hidecategorization\";i:2777;s:17:\"tog-watchrollback\";i:2778;s:32:\"tog-watchlistreloadautomatically\";i:2779;s:25:\"tog-watchlistunwatchlinks\";i:2780;s:31:\"tog-watchlisthidecategorization\";i:2781;s:16:\"tog-prefershttps\";i:2782;s:28:\"tog-showrollbackconfirmation\";i:2783;s:16:\"tog-requireemail\";i:2784;s:9:\"period-am\";i:2785;s:9:\"period-pm\";i:2786;s:13:\"morenotlisted\";i:2787;s:14:\"help-mediawiki\";i:2788;s:23:\"search-ignored-headings\";i:2789;s:13:\"history_small\";i:2790;s:35:\"printableversion-deprecated-warning\";i:2791;s:10:\"edit-local\";i:2792;s:20:\"tool-link-userrights\";i:2793;s:29:\"tool-link-userrights-readonly\";i:2794;s:19:\"tool-link-emailuser\";i:2795;s:18:\"generic-pool-error\";i:2796;s:16:\"pool-servererror\";i:2797;s:23:\"poolcounter-usage-error\";i:2798;s:27:\"youhavenewmessagesmanyusers\";i:2799;s:19:\"confirmable-confirm\";i:2800;s:12:\"sort-initial\";i:2801;s:18:\"sort-rowspan-error\";i:2802;s:18:\"databaseerror-text\";i:2803;s:20:\"databaseerror-textcl\";i:2804;s:19:\"databaseerror-query\";i:2805;s:22:\"databaseerror-function\";i:2806;s:35:\"transaction-duration-limit-exceeded\";i:2807;s:39:\"transaction-max-statement-time-exceeded\";i:2808;s:26:\"nonwrite-api-promise-error\";i:2809;s:12:\"timeouterror\";i:2810;s:17:\"timeouterror-text\";i:2811;s:29:\"internalerror-fatal-exception\";i:2812;s:22:\"directoryreadonlyerror\";i:2813;s:16:\"delete-scheduled\";i:2814;s:19:\"delete-hook-aborted\";i:2815;s:16:\"no-null-revision\";i:2816;s:13:\"title-invalid\";i:2817;s:19:\"title-invalid-empty\";i:2818;s:18:\"title-invalid-utf8\";i:2819;s:23:\"title-invalid-interwiki\";i:2820;s:28:\"title-invalid-talk-namespace\";i:2821;s:24:\"title-invalid-characters\";i:2822;s:22:\"title-invalid-relative\";i:2823;s:25:\"title-invalid-magic-tilde\";i:2824;s:22:\"title-invalid-too-long\";i:2825;s:27:\"title-invalid-leading-colon\";i:2826;s:28:\"querypage-updates-periodical\";i:2827;s:22:\"skin-action-viewsource\";i:2828;s:18:\"translateinterface\";i:2829;s:19:\"customjsonprotected\";i:2830;s:16:\"sitecssprotected\";i:2831;s:17:\"sitejsonprotected\";i:2832;s:15:\"sitejsprotected\";i:2833;s:20:\"siterawhtmlprotected\";i:2834;s:20:\"mycustomcssprotected\";i:2835;s:21:\"mycustomjsonprotected\";i:2836;s:19:\"mycustomjsprotected\";i:2837;s:22:\"myprivateinfoprotected\";i:2838;s:22:\"mypreferencesprotected\";i:2839;s:17:\"filereadonlyerror\";i:2840;s:12:\"invalidtitle\";i:2841;s:27:\"invalidtitle-knownnamespace\";i:2842;s:29:\"invalidtitle-unknownnamespace\";i:2843;s:17:\"exception-nologin\";i:2844;s:22:\"exception-nologin-text\";i:2845;s:29:\"exception-nologin-text-manual\";i:2846;s:18:\"logging-out-notify\";i:2847;s:13:\"logout-failed\";i:2848;s:21:\"cannotlogoutnow-title\";i:2849;s:20:\"cannotlogoutnow-text\";i:2850;s:11:\"welcomeuser\";i:2851;s:19:\"welcomecreation-msg\";i:2852;s:30:\"createacct-another-username-ph\";i:2853;s:23:\"prefs-help-yourpassword\";i:2854;s:25:\"userlogin-yourpassword-ph\";i:2855;s:26:\"createacct-yourpassword-ph\";i:2856;s:24:\"createacct-useuniquepass\";i:2857;s:31:\"createacct-yourpasswordagain-ph\";i:2858;s:28:\"userlogin-remembermypassword\";i:2859;s:24:\"userlogin-signwithsecure\";i:2860;s:17:\"cannotlogin-title\";i:2861;s:16:\"cannotlogin-text\";i:2862;s:20:\"cannotloginnow-title\";i:2863;s:19:\"cannotloginnow-text\";i:2864;s:25:\"cannotcreateaccount-title\";i:2865;s:24:\"cannotcreateaccount-text\";i:2866;s:25:\"password-change-forbidden\";i:2867;s:14:\"login-security\";i:2868;s:21:\"userlogin-joinproject\";i:2869;s:28:\"userlogin-resetpassword-link\";i:2870;s:19:\"userlogin-helplink2\";i:2871;s:18:\"userlogin-loggedin\";i:2872;s:16:\"userlogin-reauth\";i:2873;s:23:\"userlogin-createanother\";i:2874;s:24:\"createacct-emailrequired\";i:2875;s:24:\"createacct-emailoptional\";i:2876;s:19:\"createacct-email-ph\";i:2877;s:22:\"createaccountmail-help\";i:2878;s:19:\"createacct-realname\";i:2879;s:17:\"createacct-reason\";i:2880;s:20:\"createacct-reason-ph\";i:2881;s:22:\"createacct-reason-help\";i:2882;s:25:\"createacct-reason-confirm\";i:2883;s:26:\"createacct-continue-submit\";i:2884;s:34:\"createacct-another-continue-submit\";i:2885;s:26:\"createacct-benefit-heading\";i:2886;s:24:\"createacct-benefit-body1\";i:2887;s:24:\"createacct-benefit-body2\";i:2888;s:18:\"usernameinprogress\";i:2889;s:24:\"createacct-normalization\";i:2890;s:16:\"createacct-error\";i:2891;s:21:\"createacct-loginerror\";i:2892;s:23:\"createacct-temp-warning\";i:2893;s:15:\"passwordtoolong\";i:2894;s:20:\"passwordincommonlist\";i:2895;s:33:\"password-substring-username-match\";i:2896;s:13:\"emaildisabled\";i:2897;s:22:\"login-migrated-generic\";i:2898;s:31:\"createacct-another-realname-tip\";i:2899;s:15:\"pt-login-button\";i:2900;s:24:\"pt-login-continue-button\";i:2901;s:17:\"user-mail-no-body\";i:2902;s:24:\"changepassword-throttled\";i:2903;s:12:\"botpasswords\";i:2904;s:20:\"botpasswords-summary\";i:2905;s:21:\"botpasswords-disabled\";i:2906;s:26:\"botpasswords-no-central-id\";i:2907;s:21:\"botpasswords-existing\";i:2908;s:22:\"botpasswords-createnew\";i:2909;s:25:\"botpasswords-editexisting\";i:2910;s:29:\"botpasswords-label-needsreset\";i:2911;s:24:\"botpasswords-label-appid\";i:2912;s:25:\"botpasswords-label-create\";i:2913;s:25:\"botpasswords-label-update\";i:2914;s:25:\"botpasswords-label-cancel\";i:2915;s:25:\"botpasswords-label-delete\";i:2916;s:32:\"botpasswords-label-resetpassword\";i:2917;s:25:\"botpasswords-label-grants\";i:2918;s:24:\"botpasswords-help-grants\";i:2919;s:32:\"botpasswords-label-grants-column\";i:2920;s:22:\"botpasswords-bad-appid\";i:2921;s:33:\"botpasswords-toolong-restrictions\";i:2922;s:27:\"botpasswords-toolong-grants\";i:2923;s:26:\"botpasswords-insert-failed\";i:2924;s:26:\"botpasswords-update-failed\";i:2925;s:26:\"botpasswords-created-title\";i:2926;s:25:\"botpasswords-created-body\";i:2927;s:26:\"botpasswords-updated-title\";i:2928;s:25:\"botpasswords-updated-body\";i:2929;s:26:\"botpasswords-deleted-title\";i:2930;s:25:\"botpasswords-deleted-body\";i:2931;s:24:\"botpasswords-newpassword\";i:2932;s:24:\"botpasswords-no-provider\";i:2933;s:31:\"botpasswords-restriction-failed\";i:2934;s:25:\"botpasswords-invalid-name\";i:2935;s:22:\"botpasswords-not-exist\";i:2936;s:24:\"botpasswords-needs-reset\";i:2937;s:19:\"botpasswords-locked\";i:2938;s:26:\"resetpass_forbidden-reason\";i:2939;s:18:\"resetpass-recycled\";i:2940;s:22:\"resetpass-temp-emailed\";i:2941;s:23:\"resetpass-abort-generic\";i:2942;s:17:\"resetpass-expired\";i:2943;s:22:\"resetpass-expired-soft\";i:2944;s:18:\"resetpass-validity\";i:2945;s:23:\"resetpass-validity-soft\";i:2946;s:22:\"passwordreset-text-one\";i:2947;s:23:\"passwordreset-text-many\";i:2948;s:27:\"passwordreset-emaildisabled\";i:2949;s:21:\"passwordreset-success\";i:2950;s:37:\"passwordreset-success-details-generic\";i:2951;s:26:\"passwordreset-success-info\";i:2952;s:37:\"passwordreset-emailtext-require-email\";i:2953;s:22:\"passwordreset-nocaller\";i:2954;s:26:\"passwordreset-nosuchcaller\";i:2955;s:21:\"passwordreset-ignored\";i:2956;s:20:\"passwordreset-nodata\";i:2957;s:25:\"changeemail-newemail-help\";i:2958;s:20:\"changeemail-password\";i:2959;s:21:\"changeemail-throttled\";i:2960;s:20:\"changeemail-nochange\";i:2961;s:21:\"changeemail-maxlength\";i:2962;s:11:\"resettokens\";i:2963;s:16:\"resettokens-text\";i:2964;s:21:\"resettokens-no-tokens\";i:2965;s:18:\"resettokens-tokens\";i:2966;s:23:\"resettokens-token-label\";i:2967;s:27:\"resettokens-watchlist-token\";i:2968;s:16:\"resettokens-done\";i:2969;s:23:\"resettokens-resetbutton\";i:2970;s:11:\"savechanges\";i:2971;s:17:\"savearticle-start\";i:2972;s:17:\"savechanges-start\";i:2973;s:17:\"publishpage-start\";i:2974;s:20:\"publishchanges-start\";i:2975;s:12:\"blankarticle\";i:2976;s:23:\"autocreate-edit-warning\";i:2977;s:26:\"autocreate-preview-warning\";i:2978;s:12:\"selfredirect\";i:2979;s:16:\"previewerrortext\";i:2980;s:19:\"blockedtext-partial\";i:2981;s:17:\"systemblockedtext\";i:2982;s:21:\"blockedtext-composite\";i:2983;s:25:\"blockedtext-composite-ids\";i:2984;s:28:\"blockedtext-composite-no-ids\";i:2985;s:28:\"blockedtext-composite-reason\";i:2986;s:27:\"missing-revision-permission\";i:2987;s:16:\"missing-revision\";i:2988;s:24:\"missing-revision-content\";i:2989;s:21:\"userjsonyoucanpreview\";i:2990;s:15:\"userjsonpreview\";i:2991;s:15:\"sitejsonpreview\";i:2992;s:16:\"continue-editing\";i:2993;s:24:\"edit-textarea-aria-label\";i:2994;s:20:\"unicode-support-fail\";i:2995;s:32:\"editpage-cannot-use-custom-model\";i:2996;s:27:\"modeleditnotsupported-title\";i:2997;s:26:\"modeleditnotsupported-text\";i:2998;s:21:\"contentmodelediterror\";i:2999;s:26:\"moveddeleted-notice-recent\";i:3000;s:21:\"edit-slots-cannot-add\";i:3001;s:24:\"edit-slots-cannot-remove\";i:3002;s:18:\"edit-slots-missing\";i:3003;s:29:\"postedit-confirmation-created\";i:3004;s:30:\"postedit-confirmation-restored\";i:3005;s:31:\"postedit-confirmation-published\";i:3006;s:27:\"postedit-temp-created-label\";i:3007;s:21:\"postedit-temp-created\";i:3008;s:18:\"defaultmessagetext\";i:3009;s:23:\"content-failed-to-parse\";i:3010;s:20:\"invalid-content-data\";i:3011;s:17:\"invalid-json-data\";i:3012;s:24:\"content-not-allowed-here\";i:3013;s:20:\"confirmleave-warning\";i:3014;s:34:\"editpage-invalidcontentmodel-title\";i:3015;s:33:\"editpage-invalidcontentmodel-text\";i:3016;s:40:\"editpage-notsupportedcontentformat-title\";i:3017;s:39:\"editpage-notsupportedcontentformat-text\";i:3018;s:14:\"slot-name-main\";i:3019;s:18:\"content-model-text\";i:3020;s:24:\"content-model-javascript\";i:3021;s:17:\"content-model-css\";i:3022;s:18:\"content-model-json\";i:3023;s:25:\"content-json-empty-object\";i:3024;s:24:\"content-json-empty-array\";i:3025;s:25:\"unsupported-content-model\";i:3026;s:24:\"unsupported-content-diff\";i:3027;s:25:\"unsupported-content-diff2\";i:3028;s:22:\"duplicate-args-warning\";i:3029;s:23:\"duplicate-args-category\";i:3030;s:28:\"duplicate-args-category-desc\";i:3031;s:24:\"template-equals-category\";i:3032;s:29:\"template-equals-category-desc\";i:3033;s:23:\"template-equals-warning\";i:3034;s:22:\"template-loop-category\";i:3035;s:27:\"template-loop-category-desc\";i:3036;s:21:\"template-loop-warning\";i:3037;s:28:\"node-count-exceeded-category\";i:3038;s:33:\"node-count-exceeded-category-desc\";i:3039;s:27:\"node-count-exceeded-warning\";i:3040;s:33:\"expansion-depth-exceeded-category\";i:3041;s:38:\"expansion-depth-exceeded-category-desc\";i:3042;s:32:\"expansion-depth-exceeded-warning\";i:3043;s:27:\"parser-unstrip-loop-warning\";i:3044;s:21:\"unstrip-depth-warning\";i:3045;s:22:\"unstrip-depth-category\";i:3046;s:27:\"unstrip-depth-category-desc\";i:3047;s:20:\"unstrip-size-warning\";i:3048;s:21:\"unstrip-size-category\";i:3049;s:26:\"unstrip-size-category-desc\";i:3050;s:27:\"converter-manual-rule-error\";i:3051;s:19:\"undo-main-slot-only\";i:3052;s:13:\"undo-nochange\";i:3053;s:17:\"undo-summary-anon\";i:3054;s:19:\"undo-summary-import\";i:3055;s:20:\"undo-summary-import2\";i:3056;s:28:\"undo-summary-username-hidden\";i:3057;s:22:\"viewpagelogs-lowercase\";i:3058;s:11:\"tooltip-cur\";i:3059;s:12:\"tooltip-last\";i:3060;s:17:\"history-edit-tags\";i:3061;s:13:\"history-empty\";i:3062;s:19:\"rev-suppressed-text\";i:3063;s:30:\"rev-suppressed-text-permission\";i:3064;s:23:\"revdelete-selected-text\";i:3065;s:23:\"revdelete-selected-file\";i:3066;s:19:\"revdelete-text-text\";i:3067;s:19:\"revdelete-text-file\";i:3068;s:14:\"logdelete-text\";i:3069;s:21:\"revdelete-text-others\";i:3070;s:34:\"revdelete-reason-dropdown-suppress\";i:3071;s:34:\"revdelete-edit-reasonlist-suppress\";i:3072;s:31:\"mergehistory-fail-bad-timestamp\";i:3073;s:32:\"mergehistory-fail-invalid-source\";i:3074;s:30:\"mergehistory-fail-invalid-dest\";i:3075;s:27:\"mergehistory-fail-no-change\";i:3076;s:28:\"mergehistory-fail-permission\";i:3077;s:28:\"mergehistory-fail-self-merge\";i:3078;s:36:\"mergehistory-fail-timestamps-overlap\";i:3079;s:24:\"mergehistory-fail-toobig\";i:3080;s:34:\"mergehistory-source-deleted-reason\";i:3081;s:27:\"mergehistory-source-deleted\";i:3082;s:24:\"mergehistory-revisionrow\";i:3083;s:16:\"difference-title\";i:3084;s:26:\"difference-title-multipage\";i:3085;s:19:\"diff-multi-sameuser\";i:3086;s:21:\"diff-multi-otherusers\";i:3087;s:26:\"diff-paragraph-moved-tonew\";i:3088;s:26:\"diff-paragraph-moved-toold\";i:3089;s:27:\"difference-missing-revision\";i:3090;s:26:\"search-filter-title-prefix\";i:3091;s:32:\"search-filter-title-prefix-reset\";i:3092;s:9:\"prev-page\";i:3093;s:9:\"next-page\";i:3094;s:15:\"search-category\";i:3095;s:17:\"search-file-match\";i:3096;s:16:\"search-rewritten\";i:3097;s:31:\"search-interwiki-resultset-link\";i:3098;s:29:\"search-interwiki-more-results\";i:3099;s:25:\"search-invalid-sort-order\";i:3100;s:22:\"search-unknown-profile\";i:3101;s:21:\"showingresultsinrange\";i:3102;s:25:\"search-nonefound-thiswiki\";i:3103;s:20:\"powersearch-remember\";i:3104;s:12:\"search-error\";i:3105;s:14:\"search-warning\";i:3106;s:17:\"prefsnologintext2\";i:3107;s:16:\"prefs-skin-prefs\";i:3108;s:21:\"prefs-skin-responsive\";i:3109;s:26:\"prefs-help-skin-responsive\";i:3110;s:16:\"prefs-user-pages\";i:3111;s:19:\"prefs-editwatchlist\";i:3112;s:25:\"prefs-editwatchlist-label\";i:3113;s:24:\"prefs-editwatchlist-edit\";i:3114;s:23:\"prefs-editwatchlist-raw\";i:3115;s:25:\"prefs-editwatchlist-clear\";i:3116;s:28:\"prefs-watchlist-managetokens\";i:3117;s:16:\"prefs-searchmisc\";i:3118;s:27:\"prefs-help-watchlist-token2\";i:3119;s:26:\"prefs-help-tokenmanagement\";i:3120;s:29:\"prefs-user-downloaddata-label\";i:3121;s:28:\"prefs-user-downloaddata-info\";i:3122;s:29:\"prefs-user-restoreprefs-label\";i:3123;s:28:\"prefs-user-restoreprefs-info\";i:3124;s:11:\"savedrights\";i:3125;s:30:\"timezone-useoffset-placeholder\";i:3126;s:27:\"email-allow-new-users-label\";i:3127;s:20:\"email-mutelist-label\";i:3128;s:17:\"prefs-custom-json\";i:3129;s:19:\"prefs-reset-confirm\";i:3130;s:33:\"group-membership-link-with-expiry\";i:3131;s:10:\"badsightml\";i:3132;s:11:\"badsiglinks\";i:3133;s:11:\"badsigsubst\";i:3134;s:15:\"badsiglinebreak\";i:3135;s:29:\"linterror-bogus-image-options\";i:3136;s:29:\"linterror-deletable-table-tag\";i:3137;s:26:\"linterror-html5-misnesting\";i:3138;s:38:\"linterror-misc-tidy-replacement-issues\";i:3139;s:23:\"linterror-misnested-tag\";i:3140;s:25:\"linterror-missing-end-tag\";i:3141;s:28:\"linterror-multi-colon-escape\";i:3142;s:38:\"linterror-multiline-html-table-in-list\";i:3143;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:3144;s:22:\"linterror-obsolete-tag\";i:3145;s:30:\"linterror-pwrap-bug-workaround\";i:3146;s:25:\"linterror-self-closed-tag\";i:3147;s:22:\"linterror-stripped-tag\";i:3148;s:23:\"linterror-tidy-font-bug\";i:3149;s:29:\"linterror-tidy-whitespace-bug\";i:3150;s:36:\"linterror-unclosed-quotes-in-heading\";i:3151;s:15:\"gender-notknown\";i:3152;s:23:\"prefs-help-requireemail\";i:3153;s:31:\"prefs-signature-invalid-warning\";i:3154;s:27:\"prefs-signature-invalid-new\";i:3155;s:32:\"prefs-signature-invalid-disallow\";i:3156;s:31:\"prefs-signature-highlight-error\";i:3157;s:29:\"prefs-signature-error-details\";i:3158;s:20:\"prefs-developertools\";i:3159;s:12:\"prefs-editor\";i:3160;s:16:\"prefs-discussion\";i:3161;s:13:\"prefs-preview\";i:3162;s:15:\"prefs-changesrc\";i:3163;s:22:\"prefs-changeswatchlist\";i:3164;s:20:\"prefs-pageswatchlist\";i:3165;s:20:\"prefs-tokenwatchlist\";i:3166;s:23:\"prefs-help-prefershttps\";i:3167;s:26:\"prefs-tabs-navigation-hint\";i:3168;s:17:\"viewinguserrights\";i:3169;s:24:\"userrights-viewusergroup\";i:3170;s:28:\"userrights-groupsmember-type\";i:3171;s:21:\"userrights-systemuser\";i:3172;s:30:\"userrights-irreversible-marker\";i:3173;s:25:\"userrights-expiry-current\";i:3174;s:22:\"userrights-expiry-none\";i:3175;s:17:\"userrights-expiry\";i:3176;s:26:\"userrights-expiry-existing\";i:3177;s:27:\"userrights-expiry-othertime\";i:3178;s:25:\"userrights-expiry-options\";i:3179;s:25:\"userrights-invalid-expiry\";i:3180;s:25:\"userrights-expiry-in-past\";i:3181;s:32:\"userrights-cannot-shorten-expiry\";i:3182;s:19:\"userrights-conflict\";i:3183;s:11:\"group-named\";i:3184;s:21:\"group-interface-admin\";i:3185;s:28:\"group-interface-admin-member\";i:3186;s:15:\"grouppage-named\";i:3187;s:25:\"grouppage-interface-admin\";i:3188;s:23:\"right-autocreateaccount\";i:3189;s:24:\"right-move-categorypages\";i:3190;s:21:\"right-delete-redirect\";i:3191;s:20:\"right-deletelogentry\";i:3192;s:20:\"right-viewsuppressed\";i:3193;s:23:\"right-editsemiprotected\";i:3194;s:22:\"right-editcontentmodel\";i:3195;s:17:\"right-editsitecss\";i:3196;s:18:\"right-editsitejson\";i:3197;s:16:\"right-editsitejs\";i:3198;s:19:\"right-editmyusercss\";i:3199;s:20:\"right-editmyuserjson\";i:3200;s:18:\"right-editmyuserjs\";i:3201;s:26:\"right-editmyuserjsredirect\";i:3202;s:21:\"right-viewmywatchlist\";i:3203;s:21:\"right-editmywatchlist\";i:3204;s:23:\"right-viewmyprivateinfo\";i:3205;s:23:\"right-editmyprivateinfo\";i:3206;s:19:\"right-editmyoptions\";i:3207;s:22:\"right-managechangetags\";i:3208;s:21:\"right-applychangetags\";i:3209;s:16:\"right-changetags\";i:3210;s:22:\"right-deletechangetags\";i:3211;s:13:\"grant-generic\";i:3212;s:28:\"grant-group-page-interaction\";i:3213;s:28:\"grant-group-file-interaction\";i:3214;s:33:\"grant-group-watchlist-interaction\";i:3215;s:17:\"grant-group-email\";i:3216;s:23:\"grant-group-high-volume\";i:3217;s:25:\"grant-group-customization\";i:3218;s:26:\"grant-group-administration\";i:3219;s:31:\"grant-group-private-information\";i:3220;s:17:\"grant-group-other\";i:3221;s:16:\"grant-blockusers\";i:3222;s:19:\"grant-createaccount\";i:3223;s:24:\"grant-createeditmovepage\";i:3224;s:12:\"grant-delete\";i:3225;s:19:\"grant-editinterface\";i:3226;s:17:\"grant-editmycssjs\";i:3227;s:19:\"grant-editmyoptions\";i:3228;s:21:\"grant-editmywatchlist\";i:3229;s:20:\"grant-editsiteconfig\";i:3230;s:14:\"grant-editpage\";i:3231;s:19:\"grant-editprotected\";i:3232;s:16:\"grant-highvolume\";i:3233;s:12:\"grant-import\";i:3234;s:18:\"grant-mergehistory\";i:3235;s:15:\"grant-oversight\";i:3236;s:12:\"grant-patrol\";i:3237;s:17:\"grant-privateinfo\";i:3238;s:13:\"grant-protect\";i:3239;s:14:\"grant-rollback\";i:3240;s:15:\"grant-sendemail\";i:3241;s:24:\"grant-uploadeditmovefile\";i:3242;s:16:\"grant-uploadfile\";i:3243;s:11:\"grant-basic\";i:3244;s:17:\"grant-viewdeleted\";i:3245;s:21:\"grant-viewmywatchlist\";i:3246;s:24:\"grant-viewrestrictedlogs\";i:3247;s:24:\"action-autocreateaccount\";i:3248;s:14:\"action-history\";i:3249;s:25:\"action-move-categorypages\";i:3250;s:22:\"action-delete-redirect\";i:3251;s:21:\"action-deletelogentry\";i:3252;s:18:\"action-deletedtext\";i:3253;s:20:\"action-editmyoptions\";i:3254;s:22:\"action-editmywatchlist\";i:3255;s:22:\"action-viewmywatchlist\";i:3256;s:24:\"action-viewmyprivateinfo\";i:3257;s:24:\"action-editmyprivateinfo\";i:3258;s:23:\"action-editcontentmodel\";i:3259;s:23:\"action-managechangetags\";i:3260;s:22:\"action-applychangetags\";i:3261;s:17:\"action-changetags\";i:3262;s:23:\"action-deletechangetags\";i:3263;s:12:\"action-purge\";i:3264;s:20:\"action-apihighlimits\";i:3265;s:20:\"action-autoconfirmed\";i:3266;s:16:\"action-bigdelete\";i:3267;s:17:\"action-blockemail\";i:3268;s:10:\"action-bot\";i:3269;s:20:\"action-editprotected\";i:3270;s:24:\"action-editsemiprotected\";i:3271;s:20:\"action-editinterface\";i:3272;s:18:\"action-editusercss\";i:3273;s:19:\"action-edituserjson\";i:3274;s:17:\"action-edituserjs\";i:3275;s:18:\"action-editsitecss\";i:3276;s:19:\"action-editsitejson\";i:3277;s:17:\"action-editsitejs\";i:3278;s:20:\"action-editmyusercss\";i:3279;s:21:\"action-editmyuserjson\";i:3280;s:19:\"action-editmyuserjs\";i:3281;s:27:\"action-editmyuserjsredirect\";i:3282;s:21:\"action-viewsuppressed\";i:3283;s:15:\"action-hideuser\";i:3284;s:21:\"action-ipblock-exempt\";i:3285;s:18:\"action-unblockself\";i:3286;s:18:\"action-noratelimit\";i:3287;s:19:\"action-reupload-own\";i:3288;s:21:\"action-nominornewtalk\";i:3289;s:19:\"action-markbotedits\";i:3290;s:18:\"action-patrolmarks\";i:3291;s:28:\"action-override-export-depth\";i:3292;s:23:\"action-suppressredirect\";i:3293;s:27:\"enhancedrc-since-last-visit\";i:3294;s:22:\"recentchanges-noresult\";i:3295;s:21:\"recentchanges-timeout\";i:3296;s:21:\"recentchanges-network\";i:3297;s:26:\"recentchanges-notargetpage\";i:3298;s:36:\"recentchanges-legend-watchlistexpiry\";i:3299;s:20:\"recentchanges-submit\";i:3300;s:20:\"rcfilters-tag-remove\";i:3301;s:24:\"rcfilters-legend-heading\";i:3302;s:28:\"rcfilters-other-review-tools\";i:3303;s:31:\"rcfilters-group-results-by-page\";i:3304;s:23:\"rcfilters-activefilters\";i:3305;s:28:\"rcfilters-activefilters-hide\";i:3306;s:28:\"rcfilters-activefilters-show\";i:3307;s:36:\"rcfilters-activefilters-hide-tooltip\";i:3308;s:36:\"rcfilters-activefilters-show-tooltip\";i:3309;s:25:\"rcfilters-advancedfilters\";i:3310;s:21:\"rcfilters-limit-title\";i:3311;s:30:\"rcfilters-limit-and-date-label\";i:3312;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:3313;s:26:\"rcfilters-date-popup-title\";i:3314;s:20:\"rcfilters-days-title\";i:3315;s:21:\"rcfilters-hours-title\";i:3316;s:24:\"rcfilters-days-show-days\";i:3317;s:25:\"rcfilters-days-show-hours\";i:3318;s:34:\"rcfilters-highlighted-filters-list\";i:3319;s:22:\"rcfilters-quickfilters\";i:3320;s:40:\"rcfilters-quickfilters-placeholder-title\";i:3321;s:46:\"rcfilters-quickfilters-placeholder-description\";i:3322;s:35:\"rcfilters-savedqueries-defaultlabel\";i:3323;s:29:\"rcfilters-savedqueries-rename\";i:3324;s:33:\"rcfilters-savedqueries-setdefault\";i:3325;s:35:\"rcfilters-savedqueries-unsetdefault\";i:3326;s:29:\"rcfilters-savedqueries-remove\";i:3327;s:37:\"rcfilters-savedqueries-new-name-label\";i:3328;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:3329;s:34:\"rcfilters-savedqueries-apply-label\";i:3330;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:3331;s:35:\"rcfilters-savedqueries-cancel-label\";i:3332;s:36:\"rcfilters-savedqueries-add-new-title\";i:3333;s:36:\"rcfilters-savedqueries-already-saved\";i:3334;s:33:\"rcfilters-restore-default-filters\";i:3335;s:27:\"rcfilters-clear-all-filters\";i:3336;s:26:\"rcfilters-show-new-changes\";i:3337;s:28:\"rcfilters-search-placeholder\";i:3338;s:35:\"rcfilters-search-placeholder-mobile\";i:3339;s:24:\"rcfilters-invalid-filter\";i:3340;s:22:\"rcfilters-empty-filter\";i:3341;s:26:\"rcfilters-filterlist-title\";i:3342;s:30:\"rcfilters-filterlist-whatsthis\";i:3343;s:31:\"rcfilters-highlightbutton-title\";i:3344;s:29:\"rcfilters-highlightmenu-title\";i:3345;s:28:\"rcfilters-highlightmenu-help\";i:3346;s:30:\"rcfilters-filterlist-noresults\";i:3347;s:28:\"rcfilters-noresults-conflict\";i:3348;s:30:\"rcfilters-state-message-subset\";i:3349;s:36:\"rcfilters-state-message-fullcoverage\";i:3350;s:32:\"rcfilters-filtergroup-authorship\";i:3351;s:34:\"rcfilters-filter-editsbyself-label\";i:3352;s:40:\"rcfilters-filter-editsbyself-description\";i:3353;s:35:\"rcfilters-filter-editsbyother-label\";i:3354;s:41:\"rcfilters-filter-editsbyother-description\";i:3355;s:43:\"rcfilters-filtergroup-user-experience-level\";i:3356;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:3357;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:3358;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:3359;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:3360;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:3361;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:3362;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:3363;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:3364;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:3365;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:3366;s:31:\"rcfilters-filtergroup-automated\";i:3367;s:27:\"rcfilters-filter-bots-label\";i:3368;s:33:\"rcfilters-filter-bots-description\";i:3369;s:29:\"rcfilters-filter-humans-label\";i:3370;s:35:\"rcfilters-filter-humans-description\";i:3371;s:34:\"rcfilters-filtergroup-reviewstatus\";i:3372;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:3373;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:3374;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:3375;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:3376;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:3377;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:3378;s:34:\"rcfilters-filtergroup-significance\";i:3379;s:28:\"rcfilters-filter-minor-label\";i:3380;s:34:\"rcfilters-filter-minor-description\";i:3381;s:28:\"rcfilters-filter-major-label\";i:3382;s:34:\"rcfilters-filter-major-description\";i:3383;s:31:\"rcfilters-filtergroup-watchlist\";i:3384;s:40:\"rcfilters-filter-watchlist-watched-label\";i:3385;s:46:\"rcfilters-filter-watchlist-watched-description\";i:3386;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:3387;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:3388;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:3389;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:3390;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:3391;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:3392;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:3393;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:3394;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:3395;s:32:\"rcfilters-filtergroup-changetype\";i:3396;s:32:\"rcfilters-filter-pageedits-label\";i:3397;s:38:\"rcfilters-filter-pageedits-description\";i:3398;s:31:\"rcfilters-filter-newpages-label\";i:3399;s:37:\"rcfilters-filter-newpages-description\";i:3400;s:37:\"rcfilters-filter-categorization-label\";i:3401;s:43:\"rcfilters-filter-categorization-description\";i:3402;s:33:\"rcfilters-filter-logactions-label\";i:3403;s:39:\"rcfilters-filter-logactions-description\";i:3404;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:3405;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:3406;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:3407;s:34:\"rcfilters-filtergroup-lastrevision\";i:3408;s:35:\"rcfilters-filter-lastrevision-label\";i:3409;s:41:\"rcfilters-filter-lastrevision-description\";i:3410;s:39:\"rcfilters-filter-previousrevision-label\";i:3411;s:45:\"rcfilters-filter-previousrevision-description\";i:3412;s:25:\"rcfilters-filter-excluded\";i:3413;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:3414;s:28:\"rcfilters-exclude-button-off\";i:3415;s:27:\"rcfilters-exclude-button-on\";i:3416;s:19:\"rcfilters-view-tags\";i:3417;s:33:\"rcfilters-view-namespaces-tooltip\";i:3418;s:27:\"rcfilters-view-tags-tooltip\";i:3419;s:40:\"rcfilters-view-return-to-default-tooltip\";i:3420;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:3421;s:28:\"rcfilters-liveupdates-button\";i:3422;s:37:\"rcfilters-liveupdates-button-title-on\";i:3423;s:38:\"rcfilters-liveupdates-button-title-off\";i:3424;s:35:\"rcfilters-watchlist-markseen-button\";i:3425;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:3426;s:31:\"rcfilters-watchlist-showupdated\";i:3427;s:26:\"rcfilters-preference-label\";i:3428;s:25:\"rcfilters-preference-help\";i:3429;s:36:\"rcfilters-watchlist-preference-label\";i:3430;s:35:\"rcfilters-watchlist-preference-help\";i:3431;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:3432;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:3433;s:35:\"rcfilters-filter-showlinkedto-label\";i:3434;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:3435;s:33:\"rcfilters-target-page-placeholder\";i:3436;s:27:\"rcfilters-allcontents-label\";i:3437;s:30:\"rcfilters-alldiscussions-label\";i:3438;s:15:\"rclistfromreset\";i:3439;s:19:\"rcshowhidepatr-show\";i:3440;s:19:\"rcshowhidepatr-hide\";i:3441;s:24:\"rcshowhidecategorization\";i:3442;s:29:\"rcshowhidecategorization-show\";i:3443;s:29:\"rcshowhidecategorization-hide\";i:3444;s:36:\"recentchanges-page-added-to-category\";i:3445;s:44:\"recentchanges-page-added-to-category-bundled\";i:3446;s:40:\"recentchanges-page-removed-from-category\";i:3447;s:48:\"recentchanges-page-removed-from-category-bundled\";i:3448;s:19:\"autochange-username\";i:3449;s:23:\"upload-tryagain-nostash\";i:3450;s:20:\"fileexists-no-change\";i:3451;s:28:\"fileexists-duplicate-version\";i:3452;s:30:\"file-deleted-duplicate-notitle\";i:3453;s:26:\"uploadwarning-text-nostash\";i:3454;s:27:\"upload-scripted-pi-callback\";i:3455;s:19:\"upload-scripted-dtd\";i:3456;s:19:\"uploaded-script-svg\";i:3457;s:20:\"uploaded-hostile-svg\";i:3458;s:29:\"uploaded-event-handler-on-svg\";i:3459;s:27:\"uploaded-href-attribute-svg\";i:3460;s:31:\"uploaded-href-unsafe-target-svg\";i:3461;s:20:\"uploaded-animate-svg\";i:3462;s:34:\"uploaded-setting-event-handler-svg\";i:3463;s:25:\"uploaded-setting-href-svg\";i:3464;s:26:\"uploaded-wrong-setting-svg\";i:3465;s:28:\"uploaded-setting-handler-svg\";i:3466;s:23:\"uploaded-remote-url-svg\";i:3467;s:25:\"uploaded-image-filter-svg\";i:3468;s:23:\"uploadscriptednamespace\";i:3469;s:16:\"uploadinvalidxml\";i:3470;s:19:\"filename-thumb-name\";i:3471;s:26:\"upload-foreign-cant-upload\";i:3472;s:31:\"upload-foreign-cant-load-config\";i:3473;s:22:\"upload-dialog-disabled\";i:3474;s:19:\"upload-dialog-title\";i:3475;s:27:\"upload-dialog-button-cancel\";i:3476;s:25:\"upload-dialog-button-back\";i:3477;s:25:\"upload-dialog-button-done\";i:3478;s:25:\"upload-dialog-button-save\";i:3479;s:27:\"upload-dialog-button-upload\";i:3480;s:32:\"upload-form-label-infoform-title\";i:3481;s:31:\"upload-form-label-infoform-name\";i:3482;s:39:\"upload-form-label-infoform-name-tooltip\";i:3483;s:38:\"upload-form-label-infoform-description\";i:3484;s:46:\"upload-form-label-infoform-description-tooltip\";i:3485;s:29:\"upload-form-label-usage-title\";i:3486;s:32:\"upload-form-label-usage-filename\";i:3487;s:26:\"upload-form-label-own-work\";i:3488;s:37:\"upload-form-label-infoform-categories\";i:3489;s:31:\"upload-form-label-infoform-date\";i:3490;s:48:\"upload-form-label-own-work-message-generic-local\";i:3491;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:3492;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:3493;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:3494;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:3495;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:3496;s:18:\"backend-fail-sizes\";i:3497;s:21:\"backend-fail-describe\";i:3498;s:20:\"backend-fail-maxsize\";i:3499;s:19:\"backend-fail-usable\";i:3500;s:17:\"backend-fail-stat\";i:3501;s:17:\"backend-fail-hash\";i:3502;s:28:\"lockmanager-fail-svr-acquire\";i:3503;s:25:\"lockmanager-fail-conflict\";i:3504;s:21:\"uploadstash-thumbnail\";i:3505;s:21:\"uploadstash-exception\";i:3506;s:20:\"uploadstash-bad-path\";i:3507;s:28:\"uploadstash-bad-path-invalid\";i:3508;s:33:\"uploadstash-bad-path-unknown-type\";i:3509;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:3510;s:31:\"uploadstash-bad-path-no-handler\";i:3511;s:31:\"uploadstash-bad-path-bad-format\";i:3512;s:26:\"uploadstash-file-not-found\";i:3513;s:35:\"uploadstash-file-not-found-no-thumb\";i:3514;s:40:\"uploadstash-file-not-found-no-local-path\";i:3515;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:3516;s:47:\"uploadstash-file-not-found-missing-content-type\";i:3517;s:37:\"uploadstash-file-not-found-not-exists\";i:3518;s:26:\"uploadstash-file-too-large\";i:3519;s:25:\"uploadstash-not-logged-in\";i:3520;s:23:\"uploadstash-wrong-owner\";i:3521;s:23:\"uploadstash-no-such-key\";i:3522;s:23:\"uploadstash-zero-length\";i:3523;s:19:\"http-internal-error\";i:3524;s:13:\"licenses-edit\";i:3525;s:16:\"listfiles-delete\";i:3526;s:26:\"listfiles-userdoesnotexist\";i:3527;s:17:\"listfiles_subpage\";i:3528;s:18:\"listfiles-show-all\";i:3529;s:23:\"listfiles-latestversion\";i:3530;s:27:\"listfiles-latestversion-yes\";i:3531;s:26:\"listfiles-latestversion-no\";i:3532;s:22:\"sharedupload-desc-edit\";i:3533;s:24:\"sharedupload-desc-create\";i:3534;s:33:\"shared-repo-name-wikimediacommons\";i:3535;s:12:\"filepage.css\";i:3536;s:20:\"filerevert-identical\";i:3537;s:35:\"filedelete-edit-reasonlist-suppress\";i:3538;s:19:\"listduplicatedfiles\";i:3539;s:27:\"listduplicatedfiles-summary\";i:3540;s:25:\"listduplicatedfiles-entry\";i:3541;s:16:\"randomincategory\";i:3542;s:32:\"randomincategory-invalidcategory\";i:3543;s:24:\"randomincategory-nopages\";i:3544;s:25:\"randomincategory-category\";i:3545;s:23:\"randomincategory-legend\";i:3546;s:23:\"randomincategory-submit\";i:3547;s:13:\"pageswithprop\";i:3548;s:20:\"pageswithprop-legend\";i:3549;s:18:\"pageswithprop-text\";i:3550;s:18:\"pageswithprop-prop\";i:3551;s:21:\"pageswithprop-reverse\";i:3552;s:25:\"pageswithprop-sortbyvalue\";i:3553;s:20:\"pageswithprop-submit\";i:3554;s:29:\"pageswithprop-prophidden-long\";i:3555;s:31:\"pageswithprop-prophidden-binary\";i:3556;s:11:\"ninterwikis\";i:3557;s:15:\"nmemberschanged\";i:3558;s:38:\"uncategorized-categories-exceptionlist\";i:3559;s:19:\"wantedpages-summary\";i:3560;s:28:\"wantedfiletext-cat-noforeign\";i:3561;s:30:\"wantedfiletext-nocat-noforeign\";i:3562;s:14:\"mostinterwikis\";i:3563;s:18:\"prefixindex-submit\";i:3564;s:17:\"prefixindex-strip\";i:3565;s:22:\"protectedpages-filters\";i:3566;s:22:\"protectedpages-summary\";i:3567;s:25:\"protectedpages-noredirect\";i:3568;s:32:\"cachedspecial-viewing-cached-ttl\";i:3569;s:24:\"protectedpages-timestamp\";i:3570;s:19:\"protectedpages-page\";i:3571;s:21:\"protectedpages-expiry\";i:3572;s:24:\"protectedpages-performer\";i:3573;s:21:\"protectedpages-params\";i:3574;s:21:\"protectedpages-reason\";i:3575;s:21:\"protectedpages-submit\";i:3576;s:32:\"protectedpages-unknown-timestamp\";i:3577;s:32:\"protectedpages-unknown-performer\";i:3578;s:23:\"protectedtitles-summary\";i:3579;s:22:\"protectedtitles-submit\";i:3580;s:29:\"listusers-temporarygroupsonly\";i:3581;s:14:\"listusers-desc\";i:3582;s:15:\"newpages-submit\";i:3583;s:37:\"unusedimagestext-categorizedimgisused\";i:3584;s:7:\"apihelp\";i:3585;s:22:\"apihelp-no-such-module\";i:3586;s:10:\"apisandbox\";i:3587;s:17:\"apisandbox-jsonly\";i:3588;s:16:\"apisandbox-intro\";i:3589;s:17:\"apisandbox-submit\";i:3590;s:16:\"apisandbox-reset\";i:3591;s:16:\"apisandbox-retry\";i:3592;s:18:\"apisandbox-loading\";i:3593;s:21:\"apisandbox-load-error\";i:3594;s:24:\"apisandbox-no-parameters\";i:3595;s:19:\"apisandbox-helpurls\";i:3596;s:19:\"apisandbox-examples\";i:3597;s:29:\"apisandbox-dynamic-parameters\";i:3598;s:39:\"apisandbox-dynamic-parameters-add-label\";i:3599;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:3600;s:31:\"apisandbox-dynamic-error-exists\";i:3601;s:37:\"apisandbox-templated-parameter-reason\";i:3602;s:32:\"apisandbox-deprecated-parameters\";i:3603;s:22:\"apisandbox-fetch-token\";i:3604;s:20:\"apisandbox-add-multi\";i:3605;s:38:\"apisandbox-submit-invalid-fields-title\";i:3606;s:40:\"apisandbox-submit-invalid-fields-message\";i:3607;s:18:\"apisandbox-results\";i:3608;s:26:\"apisandbox-sending-request\";i:3609;s:26:\"apisandbox-loading-results\";i:3610;s:24:\"apisandbox-results-error\";i:3611;s:35:\"apisandbox-results-login-suppressed\";i:3612;s:37:\"apisandbox-request-selectformat-label\";i:3613;s:35:\"apisandbox-request-format-url-label\";i:3614;s:28:\"apisandbox-request-url-label\";i:3615;s:36:\"apisandbox-request-format-json-label\";i:3616;s:29:\"apisandbox-request-json-label\";i:3617;s:35:\"apisandbox-request-format-php-label\";i:3618;s:28:\"apisandbox-request-php-label\";i:3619;s:23:\"apisandbox-request-time\";i:3620;s:27:\"apisandbox-results-fixtoken\";i:3621;s:32:\"apisandbox-results-fixtoken-fail\";i:3622;s:21:\"apisandbox-alert-page\";i:3623;s:22:\"apisandbox-alert-field\";i:3624;s:19:\"apisandbox-continue\";i:3625;s:25:\"apisandbox-continue-clear\";i:3626;s:24:\"apisandbox-continue-help\";i:3627;s:22:\"apisandbox-param-limit\";i:3628;s:36:\"apisandbox-multivalue-all-namespaces\";i:3629;s:32:\"apisandbox-multivalue-all-values\";i:3630;s:20:\"logeventslist-submit\";i:3631;s:26:\"logeventslist-more-filters\";i:3632;s:24:\"logeventslist-patrol-log\";i:3633;s:21:\"logeventslist-tag-log\";i:3634;s:26:\"logeventslist-newusers-log\";i:3635;s:26:\"showhideselectedlogentries\";i:3636;s:13:\"log-edit-tags\";i:3637;s:15:\"checkbox-select\";i:3638;s:12:\"checkbox-all\";i:3639;s:13:\"checkbox-none\";i:3640;s:15:\"checkbox-invert\";i:3641;s:17:\"categories-submit\";i:3642;s:18:\"activeusers-groups\";i:3643;s:25:\"activeusers-excludegroups\";i:3644;s:18:\"activeusers-submit\";i:3645;s:42:\"listgrouprights-namespaceprotection-header\";i:3646;s:45:\"listgrouprights-namespaceprotection-namespace\";i:3647;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:3648;s:10:\"listgrants\";i:3649;s:18:\"listgrants-summary\";i:3650;s:16:\"listgrants-grant\";i:3651;s:17:\"listgrants-rights\";i:3652;s:18:\"trackingcategories\";i:3653;s:26:\"trackingcategories-summary\";i:3654;s:22:\"trackingcategories-msg\";i:3655;s:23:\"trackingcategories-name\";i:3656;s:23:\"trackingcategories-desc\";i:3657;s:31:\"restricted-displaytitle-ignored\";i:3658;s:36:\"restricted-displaytitle-ignored-desc\";i:3659;s:25:\"nonnumeric-formatnum-desc\";i:3660;s:21:\"noindex-category-desc\";i:3661;s:19:\"index-category-desc\";i:3662;s:44:\"post-expand-template-inclusion-category-desc\";i:3663;s:43:\"post-expand-template-argument-category-desc\";i:3664;s:38:\"expensive-parserfunction-category-desc\";i:3665;s:25:\"broken-file-category-desc\";i:3666;s:29:\"hidden-category-category-desc\";i:3667;s:25:\"trackingcategories-nodesc\";i:3668;s:27:\"trackingcategories-disabled\";i:3669;s:22:\"emailuser-title-target\";i:3670;s:24:\"emailuser-title-notarget\";i:3671;s:20:\"usermessage-template\";i:3672;s:21:\"watchlistnotwatchable\";i:3673;s:15:\"updatewatchlist\";i:3674;s:19:\"addedwatchtext-talk\";i:3675;s:20:\"addedwatchtext-short\";i:3676;s:30:\"addedwatchexpiry-options-label\";i:3677;s:21:\"addedwatchexpiryhours\";i:3678;s:26:\"addedwatchexpiryhours-talk\";i:3679;s:20:\"addedwatchexpirytext\";i:3680;s:25:\"addedwatchexpirytext-talk\";i:3681;s:26:\"addedwatchindefinitelytext\";i:3682;s:31:\"addedwatchindefinitelytext-talk\";i:3683;s:21:\"removedwatchtext-talk\";i:3684;s:22:\"removedwatchtext-short\";i:3685;s:26:\"watchlist-expiry-days-left\";i:3686;s:33:\"watchlist-expiring-days-full-text\";i:3687;s:27:\"watchlist-expiry-hours-left\";i:3688;s:34:\"watchlist-expiring-hours-full-text\";i:3689;s:14:\"watchlist-hide\";i:3690;s:16:\"watchlist-submit\";i:3691;s:10:\"wlshowtime\";i:3692;s:15:\"wlshowhideminor\";i:3693;s:14:\"wlshowhidebots\";i:3694;s:13:\"wlshowhideliu\";i:3695;s:15:\"wlshowhideanons\";i:3696;s:14:\"wlshowhidepatr\";i:3697;s:14:\"wlshowhidemine\";i:3698;s:24:\"wlshowhidecategorization\";i:3699;s:22:\"enotif_subject_deleted\";i:3700;s:22:\"enotif_subject_created\";i:3701;s:20:\"enotif_subject_moved\";i:3702;s:23:\"enotif_subject_restored\";i:3703;s:22:\"enotif_subject_changed\";i:3704;s:25:\"enotif_body_intro_deleted\";i:3705;s:25:\"enotif_body_intro_created\";i:3706;s:23:\"enotif_body_intro_moved\";i:3707;s:26:\"enotif_body_intro_restored\";i:3708;s:25:\"enotif_body_intro_changed\";i:3709;s:16:\"enotif_minoredit\";i:3710;s:21:\"deletepage-deletetalk\";i:3711;s:26:\"delete-talk-summary-prefix\";i:3712;s:20:\"historyaction-submit\";i:3713;s:25:\"deleted-page-and-talkpage\";i:3714;s:15:\"log-name-create\";i:3715;s:22:\"log-description-create\";i:3716;s:22:\"logentry-create-create\";i:3717;s:31:\"delete-edit-reasonlist-suppress\";i:3718;s:23:\"delete-toomanyrevisions\";i:3719;s:35:\"delete-error-associated-alreadytalk\";i:3720;s:36:\"delete-error-associated-doesnotexist\";i:3721;s:15:\"deleteprotected\";i:3722;s:26:\"deleting-backlinks-warning\";i:3723;s:25:\"deleting-subpages-warning\";i:3724;s:34:\"deleting-talkpage-subpages-warning\";i:3725;s:29:\"rollback-confirmation-confirm\";i:3726;s:25:\"rollback-confirmation-yes\";i:3727;s:24:\"rollback-confirmation-no\";i:3728;s:26:\"rollbacklinkcount-morethan\";i:3729;s:21:\"rollback-missingparam\";i:3730;s:24:\"rollback-missingrevision\";i:3731;s:15:\"revertpage-anon\";i:3732;s:18:\"changecontentmodel\";i:3733;s:25:\"changecontentmodel-legend\";i:3734;s:30:\"changecontentmodel-title-label\";i:3735;s:32:\"changecontentmodel-current-label\";i:3736;s:30:\"changecontentmodel-model-label\";i:3737;s:31:\"changecontentmodel-reason-label\";i:3738;s:25:\"changecontentmodel-submit\";i:3739;s:32:\"changecontentmodel-success-title\";i:3740;s:31:\"changecontentmodel-success-text\";i:3741;s:33:\"changecontentmodel-cannot-convert\";i:3742;s:34:\"changecontentmodel-nodirectediting\";i:3743;s:36:\"changecontentmodel-emptymodels-title\";i:3744;s:35:\"changecontentmodel-emptymodels-text\";i:3745;s:21:\"log-name-contentmodel\";i:3746;s:28:\"log-description-contentmodel\";i:3747;s:25:\"logentry-contentmodel-new\";i:3748;s:28:\"logentry-contentmodel-change\";i:3749;s:39:\"logentry-contentmodel-change-revertlink\";i:3750;s:35:\"logentry-contentmodel-change-revert\";i:3751;s:24:\"protectedarticle-comment\";i:3752;s:33:\"modifiedarticleprotection-comment\";i:3753;s:26:\"unprotectedarticle-comment\";i:3754;s:31:\"protect-norestrictiontypes-text\";i:3755;s:32:\"protect-norestrictiontypes-title\";i:3756;s:32:\"protect-existing-expiry-infinity\";i:3757;s:32:\"undeleterevision-duplicate-revid\";i:3758;s:21:\"undelete-undeletetalk\";i:3759;s:20:\"undelete-search-full\";i:3760;s:28:\"undelete-talk-summary-prefix\";i:3761;s:37:\"undelete-error-associated-alreadytalk\";i:3762;s:36:\"undelete-error-associated-notdeleted\";i:3763;s:21:\"undelete-back-to-list\";i:3764;s:28:\"tooltip-whatlinkshere-invert\";i:3765;s:22:\"contributions-subtitle\";i:3766;s:30:\"contributions-userdoesnotexist\";i:3767;s:32:\"negative-namespace-not-supported\";i:3768;s:4:\"date\";i:3769;s:28:\"sp-contributions-suppresslog\";i:3770;s:39:\"sp-contributions-blocked-notice-partial\";i:3771;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:3772;s:26:\"sp-contributions-hideminor\";i:3773;s:27:\"sp-contributions-outofrange\";i:3774;s:33:\"sp-contributions-concurrency-user\";i:3775;s:31:\"sp-contributions-concurrency-ip\";i:3776;s:19:\"whatlinkshere-count\";i:3777;s:26:\"whatlinkshere-sectionredir\";i:3778;s:20:\"whatlinkshere-submit\";i:3779;s:13:\"changeblockip\";i:3780;s:12:\"ipb-sitewide\";i:3781;s:11:\"ipb-partial\";i:3782;s:17:\"ipb-sitewide-help\";i:3783;s:16:\"ipb-partial-help\";i:3784;s:17:\"ipb-action-create\";i:3785;s:15:\"ipb-action-move\";i:3786;s:17:\"ipb-action-upload\";i:3787;s:15:\"ipb-pages-label\";i:3788;s:20:\"ipb-namespaces-label\";i:3789;s:15:\"ipb-empty-block\";i:3790;s:19:\"ipb-block-not-found\";i:3791;s:17:\"ipb-confirmaction\";i:3792;s:27:\"ipb-blocklist-duration-left\";i:3793;s:13:\"block-actions\";i:3794;s:13:\"block-details\";i:3795;s:13:\"block-options\";i:3796;s:12:\"block-reason\";i:3797;s:12:\"block-target\";i:3798;s:24:\"block-target-placeholder\";i:3799;s:12:\"unblocked-ip\";i:3800;s:13:\"autoblocklist\";i:3801;s:20:\"autoblocklist-submit\";i:3802;s:20:\"autoblocklist-legend\";i:3803;s:25:\"autoblocklist-localblocks\";i:3804;s:30:\"autoblocklist-total-autoblocks\";i:3805;s:19:\"autoblocklist-empty\";i:3806;s:25:\"autoblocklist-otherblocks\";i:3807;s:20:\"blocklist-autoblocks\";i:3808;s:21:\"blocklist-indefblocks\";i:3809;s:14:\"blocklist-type\";i:3810;s:22:\"blocklist-type-opt-all\";i:3811;s:27:\"blocklist-type-opt-sitewide\";i:3812;s:26:\"blocklist-type-opt-partial\";i:3813;s:17:\"blocklist-editing\";i:3814;s:26:\"blocklist-editing-sitewide\";i:3815;s:22:\"blocklist-editing-page\";i:3816;s:20:\"blocklist-editing-ns\";i:3817;s:24:\"blocklist-editing-action\";i:3818;s:14:\"empty-username\";i:3819;s:26:\"ipb-prevent-user-talk-edit\";i:3820;s:14:\"ipb_expiry_old\";i:3821;s:16:\"ipb_hide_partial\";i:3822;s:17:\"ip_range_exceeded\";i:3823;s:15:\"ip_range_toolow\";i:3824;s:21:\"softblockrangesreason\";i:3825;s:14:\"xffblockreason\";i:3826;s:27:\"cant-block-nonexistent-page\";i:3827;s:14:\"databaselocked\";i:3828;s:30:\"movepagetext-noredirectsupport\";i:3829;s:24:\"movecategorypage-warning\";i:3830;s:23:\"cant-move-category-page\";i:3831;s:26:\"cant-move-to-category-page\";i:3832;s:18:\"cant-move-subpages\";i:3833;s:20:\"namespace-nosubpages\";i:3834;s:10:\"cannotmove\";i:3835;s:21:\"movepage-delete-first\";i:3836;s:14:\"redirectexists\";i:3837;s:28:\"movepage-source-doesnt-exist\";i:3838;s:19:\"movesubpagetalktext\";i:3839;s:25:\"movesubpagetext-truncated\";i:3840;s:29:\"movesubpagetalktext-truncated\";i:3841;s:29:\"delete_redirect_and_move_text\";i:3842;s:28:\"immobile-source-namespace-iw\";i:3843;s:29:\"movepage-invalid-target-title\";i:3844;s:16:\"bad-target-model\";i:3845;s:13:\"export-manual\";i:3846;s:28:\"allmessages-filter-translate\";i:3847;s:22:\"thumbnail_error_remote\";i:3848;s:25:\"thumbnail_toobigimagearea\";i:3849;s:25:\"thumbnail_image-size-zero\";i:3850;s:29:\"thumbnail_image-failure-limit\";i:3851;s:27:\"import-interwiki-sourcewiki\";i:3852;s:27:\"import-interwiki-sourcepage\";i:3853;s:22:\"import-mapping-default\";i:3854;s:24:\"import-mapping-namespace\";i:3855;s:22:\"import-mapping-subpage\";i:3856;s:29:\"import-upload-username-prefix\";i:3857;s:25:\"import-assign-known-users\";i:3858;s:14:\"importnoprefix\";i:3859;s:24:\"import-error-unserialize\";i:3860;s:25:\"import-error-bad-location\";i:3861;s:20:\"import-options-wrong\";i:3862;s:23:\"import-rootpage-invalid\";i:3863;s:25:\"import-rootpage-nosubpage\";i:3864;s:22:\"tooltip-pt-tmpuserpage\";i:3865;s:23:\"tooltip-pt-anoncontribs\";i:3866;s:24:\"tooltip-pt-login-private\";i:3867;s:24:\"tooltip-pt-createaccount\";i:3868;s:27:\"tooltip-ca-unwatch-expiring\";i:3869;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3870;s:18:\"tooltip-p-cactions\";i:3871;s:18:\"tooltip-p-personal\";i:3872;s:14:\"tooltip-t-info\";i:3873;s:15:\"tooltip-publish\";i:3874;s:24:\"tooltip-watchlist-expiry\";i:3875;s:24:\"interlanguage-link-title\";i:3876;s:14:\"group-user.css\";i:3877;s:11:\"common.json\";i:3878;s:13:\"group-user.js\";i:3879;s:13:\"spam_deleting\";i:3880;s:20:\"pageinfo-not-current\";i:3881;s:21:\"pageinfo-default-sort\";i:3882;s:18:\"pageinfo-namespace\";i:3883;s:24:\"pageinfo-language-change\";i:3884;s:29:\"pageinfo-content-model-change\";i:3885;s:26:\"pageinfo-visiting-watchers\";i:3886;s:21:\"pageinfo-few-watchers\";i:3887;s:30:\"pageinfo-few-visiting-watchers\";i:3888;s:24:\"pageinfo-redirects-value\";i:3889;s:22:\"pageinfo-subpages-name\";i:3890;s:23:\"pageinfo-subpages-value\";i:3891;s:20:\"pageinfo-magic-words\";i:3892;s:18:\"pageinfo-templates\";i:3893;s:22:\"pageinfo-transclusions\";i:3894;s:20:\"pageinfo-redirectsto\";i:3895;s:25:\"pageinfo-redirectsto-info\";i:3896;s:20:\"pageinfo-contentpage\";i:3897;s:24:\"pageinfo-contentpage-yes\";i:3898;s:26:\"pageinfo-protect-cascading\";i:3899;s:30:\"pageinfo-protect-cascading-yes\";i:3900;s:31:\"pageinfo-protect-cascading-from\";i:3901;s:22:\"pageinfo-category-info\";i:3902;s:23:\"pageinfo-category-total\";i:3903;s:23:\"pageinfo-category-pages\";i:3904;s:25:\"pageinfo-category-subcats\";i:3905;s:23:\"pageinfo-category-files\";i:3906;s:16:\"pageinfo-user-id\";i:3907;s:18:\"pageinfo-file-hash\";i:3908;s:25:\"pageinfo-view-protect-log\";i:3909;s:24:\"markaspatrolledtext-file\";i:3910;s:23:\"markedaspatrollednotify\";i:3911;s:28:\"confirm-markpatrolled-button\";i:3912;s:25:\"confirm-markpatrolled-top\";i:3913;s:22:\"svg-long-desc-animated\";i:3914;s:14:\"svg-long-error\";i:3915;s:29:\"show-big-image-preview-differ\";i:3916;s:23:\"file-no-thumb-animation\";i:3917;s:27:\"file-no-thumb-animation-gif\";i:3918;s:14:\"newimages-user\";i:3919;s:18:\"newimages-showbots\";i:3920;s:23:\"newimages-hidepatrolled\";i:3921;s:19:\"newimages-mediatype\";i:3922;s:24:\"gallery-slideshow-toggle\";i:3923;s:14:\"seconds-abbrev\";i:3924;s:14:\"minutes-abbrev\";i:3925;s:12:\"hours-abbrev\";i:3926;s:11:\"days-abbrev\";i:3927;s:5:\"weeks\";i:3928;s:6:\"months\";i:3929;s:5:\"years\";i:3930;s:8:\"just-now\";i:3931;s:9:\"hours-ago\";i:3932;s:11:\"minutes-ago\";i:3933;s:11:\"seconds-ago\";i:3934;s:9:\"monday-at\";i:3935;s:10:\"tuesday-at\";i:3936;s:12:\"wednesday-at\";i:3937;s:11:\"thursday-at\";i:3938;s:9:\"friday-at\";i:3939;s:11:\"saturday-at\";i:3940;s:9:\"sunday-at\";i:3941;s:12:\"yesterday-at\";i:3942;s:33:\"notificationemail_subject_changed\";i:3943;s:33:\"notificationemail_subject_removed\";i:3944;s:30:\"notificationemail_body_changed\";i:3945;s:30:\"notificationemail_body_removed\";i:3946;s:32:\"scarytranscludefailed-httpstatus\";i:3947;s:19:\"confirm-purge-title\";i:3948;s:19:\"confirm-watch-label\";i:3949;s:24:\"watchlist-expiry-options\";i:3950;s:31:\"watchlist-expires-in-aria-label\";i:3951;s:27:\"confirm-watch-button-expiry\";i:3952;s:23:\"confirm-rollback-button\";i:3953;s:20:\"confirm-rollback-top\";i:3954;s:23:\"confirm-rollback-bottom\";i:3955;s:24:\"confirm-mcrrestore-title\";i:3956;s:21:\"confirm-mcrundo-title\";i:3957;s:13:\"mcrundofailed\";i:3958;s:20:\"mcrundo-missingparam\";i:3959;s:15:\"mcrundo-changed\";i:3960;s:20:\"mcrundo-parse-failed\";i:3961;s:8:\"ellipsis\";i:3962;s:7:\"percent\";i:3963;s:15:\"quotation-marks\";i:3964;s:13:\"formatnum-nan\";i:3965;s:16:\"img-lang-default\";i:3966;s:13:\"img-lang-info\";i:3967;s:11:\"img-lang-go\";i:3968;s:25:\"autosumm-removed-redirect\";i:3969;s:32:\"autosumm-changed-redirect-target\";i:3970;s:17:\"autosumm-newblank\";i:3971;s:14:\"size-kilobytes\";i:3972;s:10:\"size-pixel\";i:3973;s:25:\"watchlistedit-clear-title\";i:3974;s:26:\"watchlistedit-clear-legend\";i:3975;s:27:\"watchlistedit-clear-explain\";i:3976;s:26:\"watchlistedit-clear-titles\";i:3977;s:26:\"watchlistedit-clear-submit\";i:3978;s:24:\"watchlistedit-clear-done\";i:3979;s:28:\"watchlistedit-clear-jobqueue\";i:3980;s:27:\"watchlistedit-clear-removed\";i:3981;s:22:\"watchlistedit-too-many\";i:3982;s:20:\"watchlisttools-clear\";i:3983;s:14:\"signature-temp\";i:3984;s:14:\"timezone-local\";i:3985;s:22:\"duplicate-displaytitle\";i:3986;s:23:\"restricted-displaytitle\";i:3987;s:22:\"invalid-indicator-name\";i:3988;s:25:\"invalid-langconvert-attrs\";i:3989;s:15:\"version-editors\";i:3990;s:19:\"version-no-ext-name\";i:3991;s:19:\"version-ext-license\";i:3992;s:26:\"version-ext-colheader-name\";i:3993;s:27:\"version-skin-colheader-name\";i:3994;s:29:\"version-ext-colheader-version\";i:3995;s:29:\"version-ext-colheader-license\";i:3996;s:33:\"version-ext-colheader-description\";i:3997;s:29:\"version-ext-colheader-credits\";i:3998;s:21:\"version-license-title\";i:3999;s:25:\"version-license-not-found\";i:4000;s:21:\"version-credits-title\";i:4001;s:25:\"version-credits-not-found\";i:4002;s:29:\"version-poweredby-translators\";i:4003;s:25:\"version-poweredby-various\";i:4004;s:23:\"version-credits-summary\";i:4005;s:19:\"version-entrypoints\";i:4006;s:37:\"version-entrypoints-header-entrypoint\";i:4007;s:30:\"version-entrypoints-header-url\";i:4008;s:31:\"version-entrypoints-articlepath\";i:4009;s:30:\"version-entrypoints-scriptpath\";i:4010;s:17:\"version-libraries\";i:4011;s:25:\"version-libraries-library\";i:4012;s:25:\"version-libraries-version\";i:4013;s:25:\"version-libraries-license\";i:4014;s:29:\"version-libraries-description\";i:4015;s:25:\"version-libraries-authors\";i:4016;s:16:\"redirect-summary\";i:4017;s:14:\"redirect-value\";i:4018;s:14:\"redirect-logid\";i:4019;s:19:\"redirect-not-exists\";i:4020;s:20:\"redirect-not-numeric\";i:4021;s:21:\"specialpages-note-top\";i:4022;s:28:\"specialpages-group-developer\";i:4023;s:28:\"disabledspecialpage-disabled\";i:4024;s:10:\"tag-hidden\";i:4025;s:25:\"tag-mw-contentmodelchange\";i:4026;s:37:\"tag-mw-contentmodelchange-description\";i:4027;s:19:\"tag-mw-new-redirect\";i:4028;s:31:\"tag-mw-new-redirect-description\";i:4029;s:23:\"tag-mw-removed-redirect\";i:4030;s:35:\"tag-mw-removed-redirect-description\";i:4031;s:30:\"tag-mw-changed-redirect-target\";i:4032;s:42:\"tag-mw-changed-redirect-target-description\";i:4033;s:12:\"tag-mw-blank\";i:4034;s:24:\"tag-mw-blank-description\";i:4035;s:14:\"tag-mw-replace\";i:4036;s:26:\"tag-mw-replace-description\";i:4037;s:15:\"tag-mw-rollback\";i:4038;s:27:\"tag-mw-rollback-description\";i:4039;s:11:\"tag-mw-undo\";i:4040;s:23:\"tag-mw-undo-description\";i:4041;s:20:\"tag-mw-manual-revert\";i:4042;s:32:\"tag-mw-manual-revert-description\";i:4043;s:15:\"tag-mw-reverted\";i:4044;s:27:\"tag-mw-reverted-description\";i:4045;s:25:\"tag-mw-server-side-upload\";i:4046;s:37:\"tag-mw-server-side-upload-description\";i:4047;s:18:\"tags-source-header\";i:4048;s:18:\"tags-active-header\";i:4049;s:19:\"tags-actions-header\";i:4050;s:21:\"tags-source-extension\";i:4051;s:18:\"tags-source-manual\";i:4052;s:16:\"tags-source-none\";i:4053;s:11:\"tags-hidden\";i:4054;s:11:\"tags-delete\";i:4055;s:13:\"tags-activate\";i:4056;s:15:\"tags-deactivate\";i:4057;s:25:\"tags-manage-no-permission\";i:4058;s:19:\"tags-manage-blocked\";i:4059;s:19:\"tags-create-heading\";i:4060;s:23:\"tags-create-explanation\";i:4061;s:20:\"tags-create-tag-name\";i:4062;s:18:\"tags-create-reason\";i:4063;s:18:\"tags-create-submit\";i:4064;s:19:\"tags-create-no-name\";i:4065;s:25:\"tags-create-invalid-chars\";i:4066;s:31:\"tags-create-invalid-title-chars\";i:4067;s:26:\"tags-create-already-exists\";i:4068;s:26:\"tags-create-warnings-above\";i:4069;s:26:\"tags-create-warnings-below\";i:4070;s:17:\"tags-delete-title\";i:4071;s:31:\"tags-delete-explanation-initial\";i:4072;s:30:\"tags-delete-explanation-in-use\";i:4073;s:31:\"tags-delete-explanation-warning\";i:4074;s:30:\"tags-delete-explanation-active\";i:4075;s:18:\"tags-delete-reason\";i:4076;s:18:\"tags-delete-submit\";i:4077;s:23:\"tags-delete-not-allowed\";i:4078;s:21:\"tags-delete-not-found\";i:4079;s:25:\"tags-delete-too-many-uses\";i:4080;s:33:\"tags-delete-warnings-after-delete\";i:4081;s:25:\"tags-delete-no-permission\";i:4082;s:19:\"tags-activate-title\";i:4083;s:22:\"tags-activate-question\";i:4084;s:20:\"tags-activate-reason\";i:4085;s:25:\"tags-activate-not-allowed\";i:4086;s:23:\"tags-activate-not-found\";i:4087;s:20:\"tags-activate-submit\";i:4088;s:21:\"tags-deactivate-title\";i:4089;s:24:\"tags-deactivate-question\";i:4090;s:22:\"tags-deactivate-reason\";i:4091;s:27:\"tags-deactivate-not-allowed\";i:4092;s:22:\"tags-deactivate-submit\";i:4093;s:24:\"tags-apply-no-permission\";i:4094;s:18:\"tags-apply-blocked\";i:4095;s:26:\"tags-apply-not-allowed-one\";i:4096;s:28:\"tags-apply-not-allowed-multi\";i:4097;s:25:\"tags-update-no-permission\";i:4098;s:19:\"tags-update-blocked\";i:4099;s:31:\"tags-update-add-not-allowed-one\";i:4100;s:33:\"tags-update-add-not-allowed-multi\";i:4101;s:34:\"tags-update-remove-not-allowed-one\";i:4102;s:36:\"tags-update-remove-not-allowed-multi\";i:4103;s:15:\"tags-edit-title\";i:4104;s:21:\"tags-edit-manage-link\";i:4105;s:27:\"tags-edit-revision-selected\";i:4106;s:27:\"tags-edit-logentry-selected\";i:4107;s:25:\"tags-edit-revision-legend\";i:4108;s:25:\"tags-edit-logentry-legend\";i:4109;s:23:\"tags-edit-existing-tags\";i:4110;s:28:\"tags-edit-existing-tags-none\";i:4111;s:18:\"tags-edit-new-tags\";i:4112;s:13:\"tags-edit-add\";i:4113;s:16:\"tags-edit-remove\";i:4114;s:25:\"tags-edit-remove-all-tags\";i:4115;s:28:\"tags-edit-chosen-placeholder\";i:4116;s:27:\"tags-edit-chosen-no-results\";i:4117;s:16:\"tags-edit-reason\";i:4118;s:25:\"tags-edit-revision-submit\";i:4119;s:25:\"tags-edit-logentry-submit\";i:4120;s:17:\"tags-edit-success\";i:4121;s:17:\"tags-edit-failure\";i:4122;s:23:\"tags-edit-nooldid-title\";i:4123;s:22:\"tags-edit-nooldid-text\";i:4124;s:23:\"tags-edit-none-selected\";i:4125;s:15:\"diff-form-oldid\";i:4126;s:15:\"diff-form-revid\";i:4127;s:16:\"diff-form-submit\";i:4128;s:21:\"diff-form-other-revid\";i:4129;s:21:\"diff-form-error-revid\";i:4130;s:13:\"permanentlink\";i:4131;s:19:\"permanentlink-revid\";i:4132;s:20:\"permanentlink-submit\";i:4133;s:10:\"newsection\";i:4134;s:15:\"newsection-page\";i:4135;s:17:\"newsection-submit\";i:4136;s:8:\"editpage\";i:4137;s:20:\"specialeditpage-page\";i:4138;s:22:\"specialeditpage-submit\";i:4139;s:22:\"specialdeletepage-page\";i:4140;s:24:\"specialdeletepage-submit\";i:4141;s:8:\"pageinfo\";i:4142;s:20:\"specialpageinfo-page\";i:4143;s:22:\"specialpageinfo-submit\";i:4144;s:11:\"pagehistory\";i:4145;s:23:\"specialpagehistory-page\";i:4146;s:25:\"specialpagehistory-submit\";i:4147;s:11:\"protectpage\";i:4148;s:23:\"specialprotectpage-page\";i:4149;s:25:\"specialprotectpage-submit\";i:4150;s:5:\"purge\";i:4151;s:17:\"specialpurge-page\";i:4152;s:19:\"specialpurge-submit\";i:4153;s:17:\"dberr-info-hidden\";i:4154;s:28:\"htmlform-multiselect-toomany\";i:4155;s:11:\"htmlform-no\";i:4156;s:12:\"htmlform-yes\";i:4157;s:27:\"htmlform-chosen-placeholder\";i:4158;s:22:\"htmlform-cloner-create\";i:4159;s:22:\"htmlform-cloner-delete\";i:4160;s:24:\"htmlform-cloner-required\";i:4161;s:25:\"htmlform-date-placeholder\";i:4162;s:25:\"htmlform-time-placeholder\";i:4163;s:29:\"htmlform-datetime-placeholder\";i:4164;s:21:\"htmlform-date-invalid\";i:4165;s:21:\"htmlform-time-invalid\";i:4166;s:25:\"htmlform-datetime-invalid\";i:4167;s:20:\"htmlform-date-toolow\";i:4168;s:21:\"htmlform-date-toohigh\";i:4169;s:20:\"htmlform-time-toolow\";i:4170;s:21:\"htmlform-time-toohigh\";i:4171;s:24:\"htmlform-datetime-toolow\";i:4172;s:25:\"htmlform-datetime-toohigh\";i:4173;s:27:\"htmlform-title-badnamespace\";i:4174;s:28:\"htmlform-title-not-creatable\";i:4175;s:25:\"htmlform-title-not-exists\";i:4176;s:24:\"htmlform-title-interwiki\";i:4177;s:24:\"htmlform-user-not-exists\";i:4178;s:23:\"htmlform-user-not-valid\";i:4179;s:24:\"htmlform-tag-not-allowed\";i:4180;s:28:\"logentry-delete-delete_redir\";i:4181;s:29:\"logentry-delete-delete_redir2\";i:4182;s:31:\"logentry-delete-restore-nocount\";i:4183;s:23:\"restore-count-revisions\";i:4184;s:19:\"restore-count-files\";i:4185;s:20:\"logentry-block-block\";i:4186;s:22:\"logentry-block-unblock\";i:4187;s:22:\"logentry-block-reblock\";i:4188;s:32:\"logentry-partialblock-block-page\";i:4189;s:30:\"logentry-partialblock-block-ns\";i:4190;s:34:\"logentry-partialblock-block-action\";i:4191;s:27:\"logentry-partialblock-block\";i:4192;s:29:\"logentry-partialblock-reblock\";i:4193;s:32:\"logentry-non-editing-block-block\";i:4194;s:34:\"logentry-non-editing-block-reblock\";i:4195;s:23:\"logentry-suppress-block\";i:4196;s:25:\"logentry-suppress-reblock\";i:4197;s:22:\"logentry-import-upload\";i:4198;s:30:\"logentry-import-upload-details\";i:4199;s:25:\"logentry-import-interwiki\";i:4200;s:33:\"logentry-import-interwiki-details\";i:4201;s:20:\"logentry-merge-merge\";i:4202;s:25:\"logentry-newusers-byemail\";i:4203;s:26:\"logentry-protect-move_prot\";i:4204;s:26:\"logentry-protect-unprotect\";i:4205;s:24:\"logentry-protect-protect\";i:4206;s:32:\"logentry-protect-protect-cascade\";i:4207;s:23:\"logentry-protect-modify\";i:4208;s:31:\"logentry-protect-modify-cascade\";i:4209;s:22:\"logentry-rights-rights\";i:4210;s:29:\"logentry-rights-rights-legacy\";i:4211;s:27:\"logentry-rights-autopromote\";i:4212;s:22:\"logentry-upload-revert\";i:4213;s:19:\"log-name-managetags\";i:4214;s:26:\"log-description-managetags\";i:4215;s:26:\"logentry-managetags-create\";i:4216;s:26:\"logentry-managetags-delete\";i:4217;s:28:\"logentry-managetags-activate\";i:4218;s:30:\"logentry-managetags-deactivate\";i:4219;s:12:\"log-name-tag\";i:4220;s:19:\"log-description-tag\";i:4221;s:32:\"logentry-tag-update-add-revision\";i:4222;s:32:\"logentry-tag-update-add-logentry\";i:4223;s:35:\"logentry-tag-update-remove-revision\";i:4224;s:35:\"logentry-tag-update-remove-logentry\";i:4225;s:28:\"logentry-tag-update-revision\";i:4226;s:28:\"logentry-tag-update-logentry\";i:4227;s:30:\"rightslogentry-temporary-group\";i:4228;s:13:\"feedback-back\";i:4229;s:35:\"feedback-external-bug-report-button\";i:4230;s:21:\"feedback-dialog-title\";i:4231;s:21:\"feedback-dialog-intro\";i:4232;s:15:\"feedback-error4\";i:4233;s:14:\"feedback-terms\";i:4234;s:19:\"feedback-termsofuse\";i:4235;s:21:\"feedback-thanks-title\";i:4236;s:18:\"feedback-useragent\";i:4237;s:27:\"search-match-redirect-label\";i:4238;s:26:\"search-match-redirect-help\";i:4239;s:17:\"searchlimit-label\";i:4240;s:16:\"searchlimit-help\";i:4241;s:30:\"api-clientside-error-noconnect\";i:4242;s:25:\"api-clientside-error-http\";i:4243;s:28:\"api-clientside-error-aborted\";i:4244;s:36:\"api-clientside-error-invalidresponse\";i:4245;s:23:\"api-error-publishfailed\";i:4246;s:16:\"duration-seconds\";i:4247;s:16:\"duration-minutes\";i:4248;s:14:\"duration-hours\";i:4249;s:14:\"duration-weeks\";i:4250;s:14:\"duration-years\";i:4251;s:16:\"duration-decades\";i:4252;s:18:\"duration-centuries\";i:4253;s:18:\"duration-millennia\";i:4254;s:14:\"rotate-comment\";i:4255;s:17:\"limitreport-title\";i:4256;s:19:\"limitreport-cputime\";i:4257;s:25:\"limitreport-cputime-value\";i:4258;s:20:\"limitreport-walltime\";i:4259;s:26:\"limitreport-walltime-value\";i:4260;s:26:\"limitreport-ppvisitednodes\";i:4261;s:33:\"limitreport-postexpandincludesize\";i:4262;s:39:\"limitreport-postexpandincludesize-value\";i:4263;s:32:\"limitreport-templateargumentsize\";i:4264;s:38:\"limitreport-templateargumentsize-value\";i:4265;s:26:\"limitreport-expansiondepth\";i:4266;s:34:\"limitreport-expensivefunctioncount\";i:4267;s:25:\"limitreport-unstrip-depth\";i:4268;s:24:\"limitreport-unstrip-size\";i:4269;s:30:\"limitreport-unstrip-size-value\";i:4270;s:28:\"expand_templates_html_output\";i:4271;s:30:\"expand_templates_remove_nowiki\";i:4272;s:33:\"expand_templates_generate_rawhtml\";i:4273;s:34:\"expand_templates_preview_fail_html\";i:4274;s:39:\"expand_templates_preview_fail_html_anon\";i:4275;s:30:\"expand_templates_input_missing\";i:4276;s:12:\"pagelanguage\";i:4277;s:13:\"pagelang-name\";i:4278;s:17:\"pagelang-language\";i:4279;s:20:\"pagelang-use-default\";i:4280;s:20:\"pagelang-select-lang\";i:4281;s:15:\"pagelang-reason\";i:4282;s:15:\"pagelang-submit\";i:4283;s:25:\"pagelang-nonexistent-page\";i:4284;s:27:\"pagelang-unchanged-language\";i:4285;s:35:\"pagelang-unchanged-language-default\";i:4286;s:18:\"pagelang-db-failed\";i:4287;s:14:\"right-pagelang\";i:4288;s:15:\"action-pagelang\";i:4289;s:17:\"log-name-pagelang\";i:4290;s:24:\"log-description-pagelang\";i:4291;s:26:\"logentry-pagelang-pagelang\";i:4292;s:22:\"default-skin-not-found\";i:4293;s:31:\"default-skin-not-found-no-skins\";i:4294;s:34:\"default-skin-not-found-row-enabled\";i:4295;s:35:\"default-skin-not-found-row-disabled\";i:4296;s:15:\"mediastatistics\";i:4297;s:23:\"mediastatistics-summary\";i:4298;s:22:\"mediastatistics-nfiles\";i:4299;s:22:\"mediastatistics-nbytes\";i:4300;s:28:\"mediastatistics-bytespertype\";i:4301;s:24:\"mediastatistics-allbytes\";i:4302;s:30:\"mediastatistics-table-mimetype\";i:4303;s:32:\"mediastatistics-table-extensions\";i:4304;s:27:\"mediastatistics-table-count\";i:4305;s:32:\"mediastatistics-table-totalbytes\";i:4306;s:30:\"mediastatistics-header-unknown\";i:4307;s:29:\"mediastatistics-header-bitmap\";i:4308;s:30:\"mediastatistics-header-drawing\";i:4309;s:28:\"mediastatistics-header-audio\";i:4310;s:28:\"mediastatistics-header-video\";i:4311;s:33:\"mediastatistics-header-multimedia\";i:4312;s:29:\"mediastatistics-header-office\";i:4313;s:27:\"mediastatistics-header-text\";i:4314;s:33:\"mediastatistics-header-executable\";i:4315;s:30:\"mediastatistics-header-archive\";i:4316;s:28:\"mediastatistics-header-total\";i:4317;s:24:\"json-warn-trailing-comma\";i:4318;s:18:\"json-error-unknown\";i:4319;s:16:\"json-error-depth\";i:4320;s:25:\"json-error-state-mismatch\";i:4321;s:20:\"json-error-ctrl-char\";i:4322;s:17:\"json-error-syntax\";i:4323;s:15:\"json-error-utf8\";i:4324;s:32:\"json-error-invalid-property-name\";i:4325;s:16:\"json-error-utf16\";i:4326;s:21:\"headline-anchor-title\";i:4327;s:38:\"special-characters-group-greekextended\";i:4328;s:30:\"special-characters-group-tamil\";i:4329;s:35:\"special-characters-group-devanagari\";i:4330;s:43:\"special-characters-group-canadianaboriginal\";i:4331;s:30:\"special-characters-group-runes\";i:4332;s:31:\"special-characters-title-endash\";i:4333;s:31:\"special-characters-title-emdash\";i:4334;s:30:\"special-characters-title-minus\";i:4335;s:22:\"mw-widgets-abandonedit\";i:4336;s:30:\"mw-widgets-abandonedit-discard\";i:4337;s:27:\"mw-widgets-abandonedit-keep\";i:4338;s:28:\"mw-widgets-abandonedit-title\";i:4339;s:30:\"mw-widgets-copytextlayout-copy\";i:4340;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4341;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4342;s:28:\"mw-widgets-dateinput-no-date\";i:4343;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4344;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4345;s:32:\"mw-widgets-mediasearch-noresults\";i:4346;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4347;s:27:\"mw-widgets-table-row-delete\";i:4348;s:42:\"mw-widgets-titleinput-description-new-page\";i:4349;s:42:\"mw-widgets-titleinput-description-redirect\";i:4350;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4351;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4352;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4353;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4354;s:15:\"date-range-from\";i:4355;s:13:\"date-range-to\";i:4356;s:18:\"sessionmanager-tie\";i:4357;s:23:\"sessionprovider-generic\";i:4358;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4359;s:25:\"sessionprovider-nocookies\";i:4360;s:23:\"log-action-filter-block\";i:4361;s:30:\"log-action-filter-contentmodel\";i:4362;s:24:\"log-action-filter-delete\";i:4363;s:24:\"log-action-filter-import\";i:4364;s:28:\"log-action-filter-managetags\";i:4365;s:22:\"log-action-filter-move\";i:4366;s:26:\"log-action-filter-newusers\";i:4367;s:24:\"log-action-filter-patrol\";i:4368;s:25:\"log-action-filter-protect\";i:4369;s:24:\"log-action-filter-rights\";i:4370;s:26:\"log-action-filter-suppress\";i:4371;s:24:\"log-action-filter-upload\";i:4372;s:21:\"log-action-filter-all\";i:4373;s:29:\"log-action-filter-block-block\";i:4374;s:31:\"log-action-filter-block-reblock\";i:4375;s:31:\"log-action-filter-block-unblock\";i:4376;s:37:\"log-action-filter-contentmodel-change\";i:4377;s:34:\"log-action-filter-contentmodel-new\";i:4378;s:31:\"log-action-filter-delete-delete\";i:4379;s:37:\"log-action-filter-delete-delete_redir\";i:4380;s:38:\"log-action-filter-delete-delete_redir2\";i:4381;s:32:\"log-action-filter-delete-restore\";i:4382;s:30:\"log-action-filter-delete-event\";i:4383;s:33:\"log-action-filter-delete-revision\";i:4384;s:34:\"log-action-filter-import-interwiki\";i:4385;s:31:\"log-action-filter-import-upload\";i:4386;s:35:\"log-action-filter-managetags-create\";i:4387;s:35:\"log-action-filter-managetags-delete\";i:4388;s:37:\"log-action-filter-managetags-activate\";i:4389;s:39:\"log-action-filter-managetags-deactivate\";i:4390;s:27:\"log-action-filter-move-move\";i:4391;s:33:\"log-action-filter-move-move_redir\";i:4392;s:33:\"log-action-filter-newusers-create\";i:4393;s:34:\"log-action-filter-newusers-create2\";i:4394;s:37:\"log-action-filter-newusers-autocreate\";i:4395;s:34:\"log-action-filter-newusers-byemail\";i:4396;s:31:\"log-action-filter-patrol-patrol\";i:4397;s:35:\"log-action-filter-patrol-autopatrol\";i:4398;s:33:\"log-action-filter-protect-protect\";i:4399;s:32:\"log-action-filter-protect-modify\";i:4400;s:35:\"log-action-filter-protect-unprotect\";i:4401;s:35:\"log-action-filter-protect-move_prot\";i:4402;s:31:\"log-action-filter-rights-rights\";i:4403;s:36:\"log-action-filter-rights-autopromote\";i:4404;s:32:\"log-action-filter-suppress-event\";i:4405;s:35:\"log-action-filter-suppress-revision\";i:4406;s:33:\"log-action-filter-suppress-delete\";i:4407;s:32:\"log-action-filter-suppress-block\";i:4408;s:34:\"log-action-filter-suppress-reblock\";i:4409;s:31:\"log-action-filter-upload-upload\";i:4410;s:34:\"log-action-filter-upload-overwrite\";i:4411;s:31:\"log-action-filter-upload-revert\";i:4412;s:33:\"authmanager-authn-not-in-progress\";i:4413;s:28:\"authmanager-authn-no-primary\";i:4414;s:31:\"authmanager-authn-no-local-user\";i:4415;s:36:\"authmanager-authn-no-local-user-link\";i:4416;s:35:\"authmanager-authn-autocreate-failed\";i:4417;s:32:\"authmanager-change-not-supported\";i:4418;s:27:\"authmanager-create-disabled\";i:4419;s:29:\"authmanager-create-from-login\";i:4420;s:34:\"authmanager-create-not-in-progress\";i:4421;s:29:\"authmanager-create-no-primary\";i:4422;s:27:\"authmanager-link-no-primary\";i:4423;s:32:\"authmanager-link-not-in-progress\";i:4424;s:29:\"authmanager-autocreate-noperm\";i:4425;s:32:\"authmanager-autocreate-exception\";i:4426;s:28:\"authmanager-userdoesnotexist\";i:4427;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4428;s:25:\"authmanager-username-help\";i:4429;s:25:\"authmanager-password-help\";i:4430;s:23:\"authmanager-domain-help\";i:4431;s:23:\"authmanager-retype-help\";i:4432;s:23:\"authmanager-email-label\";i:4433;s:22:\"authmanager-email-help\";i:4434;s:26:\"authmanager-realname-label\";i:4435;s:25:\"authmanager-realname-help\";i:4436;s:29:\"authmanager-provider-password\";i:4437;s:36:\"authmanager-provider-password-domain\";i:4438;s:38:\"authmanager-provider-temporarypassword\";i:4439;s:32:\"authprovider-confirmlink-message\";i:4440;s:31:\"authprovider-confirmlink-option\";i:4441;s:38:\"authprovider-confirmlink-request-label\";i:4442;s:37:\"authprovider-confirmlink-success-line\";i:4443;s:36:\"authprovider-confirmlink-failed-line\";i:4444;s:31:\"authprovider-confirmlink-failed\";i:4445;s:32:\"authprovider-confirmlink-ok-help\";i:4446;s:33:\"authprovider-resetpass-skip-label\";i:4447;s:32:\"authprovider-resetpass-skip-help\";i:4448;s:24:\"authform-nosession-login\";i:4449;s:25:\"authform-nosession-signup\";i:4450;s:17:\"authform-newtoken\";i:4451;s:16:\"authform-notoken\";i:4452;s:19:\"authform-wrongtoken\";i:4453;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4454;s:37:\"specialpage-securitylevel-not-allowed\";i:4455;s:21:\"authpage-cannot-login\";i:4456;s:30:\"authpage-cannot-login-continue\";i:4457;s:22:\"authpage-cannot-create\";i:4458;s:31:\"authpage-cannot-create-continue\";i:4459;s:20:\"authpage-cannot-link\";i:4460;s:29:\"authpage-cannot-link-continue\";i:4461;s:28:\"cannotauth-not-allowed-title\";i:4462;s:22:\"cannotauth-not-allowed\";i:4463;s:17:\"changecredentials\";i:4464;s:24:\"changecredentials-submit\";i:4465;s:32:\"changecredentials-invalidsubpage\";i:4466;s:25:\"changecredentials-success\";i:4467;s:17:\"removecredentials\";i:4468;s:24:\"removecredentials-submit\";i:4469;s:32:\"removecredentials-invalidsubpage\";i:4470;s:25:\"removecredentials-success\";i:4471;s:24:\"credentialsform-provider\";i:4472;s:23:\"credentialsform-account\";i:4473;s:28:\"cannotlink-no-provider-title\";i:4474;s:22:\"cannotlink-no-provider\";i:4475;s:12:\"linkaccounts\";i:4476;s:25:\"linkaccounts-success-text\";i:4477;s:19:\"linkaccounts-submit\";i:4478;s:30:\"cannotunlink-no-provider-title\";i:4479;s:24:\"cannotunlink-no-provider\";i:4480;s:14:\"unlinkaccounts\";i:4481;s:22:\"unlinkaccounts-success\";i:4482;s:32:\"authenticationdatachange-ignored\";i:4483;s:14:\"userjsispublic\";i:4484;s:16:\"userjsonispublic\";i:4485;s:15:\"usercssispublic\";i:4486;s:15:\"userjsdangerous\";i:4487;s:23:\"restrictionsfield-badip\";i:4488;s:23:\"restrictionsfield-label\";i:4489;s:22:\"restrictionsfield-help\";i:4490;s:11:\"specialmute\";i:4491;s:19:\"specialmute-success\";i:4492;s:18:\"specialmute-submit\";i:4493;s:28:\"specialmute-label-mute-email\";i:4494;s:18:\"specialmute-header\";i:4495;s:30:\"specialmute-error-invalid-user\";i:4496;s:28:\"specialmute-error-no-options\";i:4497;s:24:\"specialmute-email-footer\";i:4498;s:26:\"specialmute-login-required\";i:4499;s:16:\"mute-preferences\";i:4500;s:5:\"revid\";i:4501;s:6:\"pageid\";i:4502;s:18:\"rawhtml-notallowed\";i:4503;s:13:\"gotointerwiki\";i:4504;s:21:\"gotointerwiki-invalid\";i:4505;s:22:\"gotointerwiki-external\";i:4506;s:17:\"undelete-cantedit\";i:4507;s:19:\"undelete-cantcreate\";i:4508;s:14:\"pagedata-title\";i:4509;s:13:\"pagedata-text\";i:4510;s:23:\"pagedata-not-acceptable\";i:4511;s:18:\"pagedata-bad-title\";i:4512;s:24:\"unregistered-user-config\";i:4513;s:16:\"passwordpolicies\";i:4514;s:24:\"passwordpolicies-summary\";i:4515;s:22:\"passwordpolicies-group\";i:4516;s:25:\"passwordpolicies-policies\";i:4517;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4518;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4519;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4520;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4521;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4522;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4523;s:39:\"passwordpolicies-policyflag-forcechange\";i:4524;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4525;s:27:\"mycustomjsredirectprotected\";i:4526;s:22:\"deflate-invaliddeflate\";i:4527;s:14:\"unprotected-js\";i:4528;s:19:\"userlogout-continue\";i:4529;s:15:\"userlogout-temp\";i:4530;s:22:\"paramvalidator-baduser\";i:4531;s:29:\"paramvalidator-help-type-user\";i:4532;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4533;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4534;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4535;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4536;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4537;s:23:\"paramvalidator-badtitle\";i:4538;s:27:\"paramvalidator-missingtitle\";i:4539;s:30:\"paramvalidator-help-type-title\";i:4540;s:41:\"paramvalidator-help-type-title-must-exist\";i:4541;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4542;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4543;s:18:\"config-missing-key\";i:4544;s:18:\"config-invalid-key\";i:4545;s:21:\"changeslist-nocomment\";i:4546;s:20:\"skin-view-edit-local\";i:4547;s:30:\"parsoid-stash-rate-limit-error\";i:4548;s:31:\"parsoid-resource-limit-exceeded\";i:4549;s:20:\"parsoid-client-error\";i:4550;s:22:\"newpages-showhide-bots\";i:4551;s:27:\"newpages-showhide-patrolled\";i:4552;s:26:\"newpages-showhide-redirect\";i:4553;s:28:\"newpages-showhide-registered\";i:4554;s:18:\"exif-compression-6\";i:4555;s:32:\"exif-photometricinterpretation-0\";i:4556;s:32:\"exif-photometricinterpretation-1\";i:4557;s:32:\"exif-photometricinterpretation-3\";i:4558;s:32:\"exif-photometricinterpretation-4\";i:4559;s:32:\"exif-photometricinterpretation-5\";i:4560;s:32:\"exif-photometricinterpretation-9\";i:4561;s:33:\"exif-photometricinterpretation-10\";i:4562;s:36:\"exif-photometricinterpretation-32803\";i:4563;s:19:\"exif-xyresolution-i\";i:4564;s:21:\"exif-customrendered-2\";i:4565;s:21:\"exif-customrendered-3\";i:4566;s:21:\"exif-customrendered-4\";i:4567;s:21:\"exif-customrendered-6\";i:4568;s:21:\"exif-customrendered-7\";i:4569;s:21:\"exif-customrendered-8\";i:4570;s:19:\"exif-firstphotodate\";i:4571;s:18:\"exif-lastphotodate\";i:4572;s:19:\"exif-projectiontype\";i:4573;s:35:\"exif-projectiontype-equirectangular\";i:4574;s:22:\"exif-usepanoramaviewer\";i:4575;s:27:\"exif-usepanoramaviewer-true\";i:4576;s:28:\"exif-usepanoramaviewer-false\";i:4577;s:21:\"exif-exposurelockused\";i:4578;s:26:\"exif-exposurelockused-true\";i:4579;s:27:\"exif-exposurelockused-false\";i:4580;s:23:\"exif-poseheadingdegrees\";i:4581;s:21:\"exif-posepitchdegrees\";i:4582;s:20:\"exif-poserolldegrees\";i:4583;s:30:\"exif-initialviewheadingdegrees\";i:4584;s:28:\"exif-initialviewpitchdegrees\";i:4585;s:27:\"exif-initialviewrolldegrees\";i:4586;s:32:\"exif-initialhorizontalfovdegrees\";i:4587;s:30:\"exif-initialverticalfovdegrees\";i:4588;s:22:\"exif-sourcephotoscount\";i:4589;s:32:\"exif-croppedareaimagewidthpixels\";i:4590;s:33:\"exif-croppedareaimageheightpixels\";i:4591;s:24:\"exif-fullpanowidthpixels\";i:4592;s:25:\"exif-fullpanoheightpixels\";i:4593;s:26:\"exif-croppedarealeftpixels\";i:4594;s:25:\"exif-croppedareatoppixels\";i:4595;s:33:\"apihelp-main-extended-description\";i:4596;s:25:\"apihelp-main-param-action\";i:4597;s:25:\"apihelp-main-param-format\";i:4598;s:25:\"apihelp-main-param-maxlag\";i:4599;s:26:\"apihelp-main-param-smaxage\";i:4600;s:25:\"apihelp-main-param-maxage\";i:4601;s:25:\"apihelp-main-param-assert\";i:4602;s:29:\"apihelp-main-param-assertuser\";i:4603;s:28:\"apihelp-main-param-requestid\";i:4604;s:27:\"apihelp-main-param-servedby\";i:4605;s:31:\"apihelp-main-param-curtimestamp\";i:4606;s:35:\"apihelp-main-param-responselanginfo\";i:4607;s:25:\"apihelp-main-param-origin\";i:4608;s:26:\"apihelp-main-param-uselang\";i:4609;s:26:\"apihelp-main-param-variant\";i:4610;s:30:\"apihelp-main-param-errorformat\";i:4611;s:28:\"apihelp-main-param-errorlang\";i:4612;s:33:\"apihelp-main-param-errorsuselocal\";i:4613;s:21:\"apihelp-block-summary\";i:4614;s:24:\"apihelp-block-param-user\";i:4615;s:26:\"apihelp-block-param-userid\";i:4616;s:26:\"apihelp-block-param-expiry\";i:4617;s:26:\"apihelp-block-param-reason\";i:4618;s:28:\"apihelp-block-param-anononly\";i:4619;s:28:\"apihelp-block-param-nocreate\";i:4620;s:29:\"apihelp-block-param-autoblock\";i:4621;s:27:\"apihelp-block-param-noemail\";i:4622;s:28:\"apihelp-block-param-hidename\";i:4623;s:33:\"apihelp-block-param-allowusertalk\";i:4624;s:27:\"apihelp-block-param-reblock\";i:4625;s:29:\"apihelp-block-param-watchuser\";i:4626;s:24:\"apihelp-block-param-tags\";i:4627;s:27:\"apihelp-block-param-partial\";i:4628;s:36:\"apihelp-block-param-pagerestrictions\";i:4629;s:41:\"apihelp-block-param-namespacerestrictions\";i:4630;s:31:\"apihelp-block-example-ip-simple\";i:4631;s:34:\"apihelp-block-example-user-complex\";i:4632;s:40:\"apihelp-changeauthenticationdata-summary\";i:4633;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4634;s:34:\"apihelp-changecontentmodel-summary\";i:4635;s:40:\"apihelp-changecontentmodel-param-summary\";i:4636;s:37:\"apihelp-changecontentmodel-param-tags\";i:4637;s:38:\"apihelp-changecontentmodel-param-model\";i:4638;s:36:\"apihelp-changecontentmodel-param-bot\";i:4639;s:34:\"apihelp-changecontentmodel-example\";i:4640;s:26:\"apihelp-checktoken-summary\";i:4641;s:29:\"apihelp-checktoken-param-type\";i:4642;s:30:\"apihelp-checktoken-param-token\";i:4643;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4644;s:33:\"apihelp-checktoken-example-simple\";i:4645;s:27:\"apihelp-clearhasmsg-summary\";i:4646;s:29:\"apihelp-clearhasmsg-example-1\";i:4647;s:27:\"apihelp-clientlogin-summary\";i:4648;s:33:\"apihelp-clientlogin-example-login\";i:4649;s:34:\"apihelp-clientlogin-example-login2\";i:4650;s:23:\"apihelp-compare-summary\";i:4651;s:36:\"apihelp-compare-extended-description\";i:4652;s:31:\"apihelp-compare-param-fromtitle\";i:4653;s:28:\"apihelp-compare-param-fromid\";i:4654;s:29:\"apihelp-compare-param-fromrev\";i:4655;s:29:\"apihelp-compare-param-frompst\";i:4656;s:31:\"apihelp-compare-param-fromslots\";i:4657;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4658;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4659;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4660;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4661;s:30:\"apihelp-compare-param-fromtext\";i:4662;s:33:\"apihelp-compare-param-fromsection\";i:4663;s:29:\"apihelp-compare-param-totitle\";i:4664;s:26:\"apihelp-compare-param-toid\";i:4665;s:27:\"apihelp-compare-param-torev\";i:4666;s:31:\"apihelp-compare-param-tosection\";i:4667;s:26:\"apihelp-compare-param-prop\";i:4668;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4669;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4670;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4671;s:25:\"apihelp-compare-example-1\";i:4672;s:29:\"apihelp-createaccount-summary\";i:4673;s:41:\"apihelp-createaccount-param-preservestate\";i:4674;s:36:\"apihelp-createaccount-example-create\";i:4675;s:25:\"apihelp-cspreport-summary\";i:4676;s:34:\"apihelp-cspreport-param-reportonly\";i:4677;s:30:\"apihelp-cspreport-param-source\";i:4678;s:22:\"apihelp-delete-summary\";i:4679;s:26:\"apihelp-delete-param-title\";i:4680;s:27:\"apihelp-delete-param-pageid\";i:4681;s:27:\"apihelp-delete-param-reason\";i:4682;s:25:\"apihelp-delete-param-tags\";i:4683;s:26:\"apihelp-delete-param-watch\";i:4684;s:30:\"apihelp-delete-param-watchlist\";i:4685;s:28:\"apihelp-delete-param-unwatch\";i:4686;s:29:\"apihelp-delete-param-oldimage\";i:4687;s:29:\"apihelp-delete-example-simple\";i:4688;s:29:\"apihelp-delete-example-reason\";i:4689;s:24:\"apihelp-disabled-summary\";i:4690;s:20:\"apihelp-edit-summary\";i:4691;s:24:\"apihelp-edit-param-title\";i:4692;s:25:\"apihelp-edit-param-pageid\";i:4693;s:26:\"apihelp-edit-param-section\";i:4694;s:31:\"apihelp-edit-param-sectiontitle\";i:4695;s:23:\"apihelp-edit-param-text\";i:4696;s:26:\"apihelp-edit-param-summary\";i:4697;s:23:\"apihelp-edit-param-tags\";i:4698;s:24:\"apihelp-edit-param-minor\";i:4699;s:27:\"apihelp-edit-param-notminor\";i:4700;s:22:\"apihelp-edit-param-bot\";i:4701;s:28:\"apihelp-edit-param-baserevid\";i:4702;s:32:\"apihelp-edit-param-basetimestamp\";i:4703;s:33:\"apihelp-edit-param-starttimestamp\";i:4704;s:27:\"apihelp-edit-param-recreate\";i:4705;s:29:\"apihelp-edit-param-createonly\";i:4706;s:27:\"apihelp-edit-param-nocreate\";i:4707;s:24:\"apihelp-edit-param-watch\";i:4708;s:26:\"apihelp-edit-param-unwatch\";i:4709;s:28:\"apihelp-edit-param-watchlist\";i:4710;s:22:\"apihelp-edit-param-md5\";i:4711;s:30:\"apihelp-edit-param-prependtext\";i:4712;s:29:\"apihelp-edit-param-appendtext\";i:4713;s:23:\"apihelp-edit-param-undo\";i:4714;s:28:\"apihelp-edit-param-undoafter\";i:4715;s:27:\"apihelp-edit-param-redirect\";i:4716;s:32:\"apihelp-edit-param-contentformat\";i:4717;s:31:\"apihelp-edit-param-contentmodel\";i:4718;s:24:\"apihelp-edit-param-token\";i:4719;s:25:\"apihelp-edit-example-edit\";i:4720;s:28:\"apihelp-edit-example-prepend\";i:4721;s:25:\"apihelp-edit-example-undo\";i:4722;s:25:\"apihelp-emailuser-summary\";i:4723;s:30:\"apihelp-emailuser-param-target\";i:4724;s:31:\"apihelp-emailuser-param-subject\";i:4725;s:28:\"apihelp-emailuser-param-text\";i:4726;s:28:\"apihelp-emailuser-param-ccme\";i:4727;s:31:\"apihelp-emailuser-example-email\";i:4728;s:31:\"apihelp-expandtemplates-summary\";i:4729;s:35:\"apihelp-expandtemplates-param-title\";i:4730;s:34:\"apihelp-expandtemplates-param-text\";i:4731;s:35:\"apihelp-expandtemplates-param-revid\";i:4732;s:34:\"apihelp-expandtemplates-param-prop\";i:4733;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4734;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4735;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4736;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4737;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4738;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4739;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4740;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4741;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4742;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4743;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4744;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4745;s:38:\"apihelp-expandtemplates-example-simple\";i:4746;s:33:\"apihelp-feedcontributions-summary\";i:4747;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4748;s:36:\"apihelp-feedcontributions-param-user\";i:4749;s:41:\"apihelp-feedcontributions-param-namespace\";i:4750;s:36:\"apihelp-feedcontributions-param-year\";i:4751;s:37:\"apihelp-feedcontributions-param-month\";i:4752;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4753;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4754;s:39:\"apihelp-feedcontributions-param-toponly\";i:4755;s:39:\"apihelp-feedcontributions-param-newonly\";i:4756;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4757;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4758;s:40:\"apihelp-feedcontributions-example-simple\";i:4759;s:33:\"apihelp-feedrecentchanges-summary\";i:4760;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4761;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4762;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4763;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4764;s:36:\"apihelp-feedrecentchanges-param-days\";i:4765;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4766;s:36:\"apihelp-feedrecentchanges-param-from\";i:4767;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4768;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4769;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4770;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4771;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4772;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4773;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4774;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4775;s:38:\"apihelp-feedrecentchanges-param-target\";i:4776;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4777;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4778;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4779;s:29:\"apihelp-feedwatchlist-summary\";i:4780;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4781;s:33:\"apihelp-feedwatchlist-param-hours\";i:4782;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4783;s:37:\"apihelp-feedwatchlist-example-default\";i:4784;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4785;s:26:\"apihelp-filerevert-summary\";i:4786;s:33:\"apihelp-filerevert-param-filename\";i:4787;s:32:\"apihelp-filerevert-param-comment\";i:4788;s:36:\"apihelp-filerevert-param-archivename\";i:4789;s:33:\"apihelp-filerevert-example-revert\";i:4790;s:20:\"apihelp-help-summary\";i:4791;s:26:\"apihelp-help-param-modules\";i:4792;s:29:\"apihelp-help-param-submodules\";i:4793;s:38:\"apihelp-help-param-recursivesubmodules\";i:4794;s:29:\"apihelp-help-param-helpformat\";i:4795;s:23:\"apihelp-help-param-wrap\";i:4796;s:22:\"apihelp-help-param-toc\";i:4797;s:25:\"apihelp-help-example-main\";i:4798;s:31:\"apihelp-help-example-submodules\";i:4799;s:30:\"apihelp-help-example-recursive\";i:4800;s:25:\"apihelp-help-example-help\";i:4801;s:26:\"apihelp-help-example-query\";i:4802;s:27:\"apihelp-imagerotate-summary\";i:4803;s:34:\"apihelp-imagerotate-param-rotation\";i:4804;s:30:\"apihelp-imagerotate-param-tags\";i:4805;s:34:\"apihelp-imagerotate-example-simple\";i:4806;s:37:\"apihelp-imagerotate-example-generator\";i:4807;s:22:\"apihelp-import-summary\";i:4808;s:35:\"apihelp-import-extended-description\";i:4809;s:28:\"apihelp-import-param-summary\";i:4810;s:24:\"apihelp-import-param-xml\";i:4811;s:36:\"apihelp-import-param-interwikiprefix\";i:4812;s:37:\"apihelp-import-param-assignknownusers\";i:4813;s:36:\"apihelp-import-param-interwikisource\";i:4814;s:34:\"apihelp-import-param-interwikipage\";i:4815;s:32:\"apihelp-import-param-fullhistory\";i:4816;s:30:\"apihelp-import-param-templates\";i:4817;s:30:\"apihelp-import-param-namespace\";i:4818;s:29:\"apihelp-import-param-rootpage\";i:4819;s:25:\"apihelp-import-param-tags\";i:4820;s:29:\"apihelp-import-example-import\";i:4821;s:27:\"apihelp-linkaccount-summary\";i:4822;s:32:\"apihelp-linkaccount-example-link\";i:4823;s:21:\"apihelp-login-summary\";i:4824;s:34:\"apihelp-login-extended-description\";i:4825;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4826;s:24:\"apihelp-login-param-name\";i:4827;s:28:\"apihelp-login-param-password\";i:4828;s:26:\"apihelp-login-param-domain\";i:4829;s:25:\"apihelp-login-param-token\";i:4830;s:27:\"apihelp-login-example-login\";i:4831;s:22:\"apihelp-logout-summary\";i:4832;s:29:\"apihelp-logout-example-logout\";i:4833;s:26:\"apihelp-managetags-summary\";i:4834;s:34:\"apihelp-managetags-param-operation\";i:4835;s:28:\"apihelp-managetags-param-tag\";i:4836;s:31:\"apihelp-managetags-param-reason\";i:4837;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4838;s:29:\"apihelp-managetags-param-tags\";i:4839;s:33:\"apihelp-managetags-example-create\";i:4840;s:33:\"apihelp-managetags-example-delete\";i:4841;s:35:\"apihelp-managetags-example-activate\";i:4842;s:37:\"apihelp-managetags-example-deactivate\";i:4843;s:28:\"apihelp-mergehistory-summary\";i:4844;s:31:\"apihelp-mergehistory-param-from\";i:4845;s:33:\"apihelp-mergehistory-param-fromid\";i:4846;s:29:\"apihelp-mergehistory-param-to\";i:4847;s:31:\"apihelp-mergehistory-param-toid\";i:4848;s:36:\"apihelp-mergehistory-param-timestamp\";i:4849;s:33:\"apihelp-mergehistory-param-reason\";i:4850;s:34:\"apihelp-mergehistory-example-merge\";i:4851;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4852;s:20:\"apihelp-move-summary\";i:4853;s:23:\"apihelp-move-param-from\";i:4854;s:25:\"apihelp-move-param-fromid\";i:4855;s:21:\"apihelp-move-param-to\";i:4856;s:25:\"apihelp-move-param-reason\";i:4857;s:27:\"apihelp-move-param-movetalk\";i:4858;s:31:\"apihelp-move-param-movesubpages\";i:4859;s:29:\"apihelp-move-param-noredirect\";i:4860;s:24:\"apihelp-move-param-watch\";i:4861;s:26:\"apihelp-move-param-unwatch\";i:4862;s:28:\"apihelp-move-param-watchlist\";i:4863;s:33:\"apihelp-move-param-ignorewarnings\";i:4864;s:23:\"apihelp-move-param-tags\";i:4865;s:25:\"apihelp-move-example-move\";i:4866;s:26:\"apihelp-opensearch-summary\";i:4867;s:31:\"apihelp-opensearch-param-search\";i:4868;s:30:\"apihelp-opensearch-param-limit\";i:4869;s:34:\"apihelp-opensearch-param-namespace\";i:4870;s:32:\"apihelp-opensearch-param-suggest\";i:4871;s:34:\"apihelp-opensearch-param-redirects\";i:4872;s:31:\"apihelp-opensearch-param-format\";i:4873;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4874;s:29:\"apihelp-opensearch-example-te\";i:4875;s:23:\"apihelp-options-summary\";i:4876;s:36:\"apihelp-options-extended-description\";i:4877;s:27:\"apihelp-options-param-reset\";i:4878;s:32:\"apihelp-options-param-resetkinds\";i:4879;s:28:\"apihelp-options-param-change\";i:4880;s:32:\"apihelp-options-param-optionname\";i:4881;s:33:\"apihelp-options-param-optionvalue\";i:4882;s:29:\"apihelp-options-example-reset\";i:4883;s:30:\"apihelp-options-example-change\";i:4884;s:31:\"apihelp-options-example-complex\";i:4885;s:25:\"apihelp-paraminfo-summary\";i:4886;s:31:\"apihelp-paraminfo-param-modules\";i:4887;s:34:\"apihelp-paraminfo-param-helpformat\";i:4888;s:36:\"apihelp-paraminfo-param-querymodules\";i:4889;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4890;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4891;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4892;s:27:\"apihelp-paraminfo-example-1\";i:4893;s:27:\"apihelp-paraminfo-example-2\";i:4894;s:21:\"apihelp-parse-summary\";i:4895;s:34:\"apihelp-parse-extended-description\";i:4896;s:25:\"apihelp-parse-param-title\";i:4897;s:24:\"apihelp-parse-param-text\";i:4898;s:27:\"apihelp-parse-param-summary\";i:4899;s:24:\"apihelp-parse-param-page\";i:4900;s:26:\"apihelp-parse-param-pageid\";i:4901;s:29:\"apihelp-parse-param-redirects\";i:4902;s:25:\"apihelp-parse-param-oldid\";i:4903;s:24:\"apihelp-parse-param-prop\";i:4904;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4905;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4906;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4907;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4908;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4909;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4910;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4911;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4912;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4913;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4914;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4915;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4916;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4917;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4918;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4919;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4920;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4921;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4922;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4923;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4924;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4925;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4926;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4927;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4928;s:23:\"apihelp-parse-param-pst\";i:4929;s:27:\"apihelp-parse-param-onlypst\";i:4930;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4931;s:27:\"apihelp-parse-param-section\";i:4932;s:32:\"apihelp-parse-param-sectiontitle\";i:4933;s:38:\"apihelp-parse-param-disablelimitreport\";i:4934;s:29:\"apihelp-parse-param-disablepp\";i:4935;s:38:\"apihelp-parse-param-disableeditsection\";i:4936;s:36:\"apihelp-parse-param-showstrategykeys\";i:4937;s:31:\"apihelp-parse-param-generatexml\";i:4938;s:27:\"apihelp-parse-param-preview\";i:4939;s:34:\"apihelp-parse-param-sectionpreview\";i:4940;s:30:\"apihelp-parse-param-disabletoc\";i:4941;s:27:\"apihelp-parse-param-useskin\";i:4942;s:33:\"apihelp-parse-param-contentformat\";i:4943;s:32:\"apihelp-parse-param-contentmodel\";i:4944;s:26:\"apihelp-parse-example-page\";i:4945;s:26:\"apihelp-parse-example-text\";i:4946;s:31:\"apihelp-parse-example-texttitle\";i:4947;s:29:\"apihelp-parse-example-summary\";i:4948;s:22:\"apihelp-patrol-summary\";i:4949;s:25:\"apihelp-patrol-param-rcid\";i:4950;s:26:\"apihelp-patrol-param-revid\";i:4951;s:25:\"apihelp-patrol-param-tags\";i:4952;s:27:\"apihelp-patrol-example-rcid\";i:4953;s:28:\"apihelp-patrol-example-revid\";i:4954;s:23:\"apihelp-protect-summary\";i:4955;s:27:\"apihelp-protect-param-title\";i:4956;s:28:\"apihelp-protect-param-pageid\";i:4957;s:33:\"apihelp-protect-param-protections\";i:4958;s:28:\"apihelp-protect-param-expiry\";i:4959;s:28:\"apihelp-protect-param-reason\";i:4960;s:26:\"apihelp-protect-param-tags\";i:4961;s:29:\"apihelp-protect-param-cascade\";i:4962;s:27:\"apihelp-protect-param-watch\";i:4963;s:31:\"apihelp-protect-param-watchlist\";i:4964;s:31:\"apihelp-protect-example-protect\";i:4965;s:33:\"apihelp-protect-example-unprotect\";i:4966;s:34:\"apihelp-protect-example-unprotect2\";i:4967;s:21:\"apihelp-purge-summary\";i:4968;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4969;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4970;s:28:\"apihelp-purge-example-simple\";i:4971;s:31:\"apihelp-purge-example-generator\";i:4972;s:21:\"apihelp-query-summary\";i:4973;s:34:\"apihelp-query-extended-description\";i:4974;s:24:\"apihelp-query-param-prop\";i:4975;s:24:\"apihelp-query-param-list\";i:4976;s:24:\"apihelp-query-param-meta\";i:4977;s:32:\"apihelp-query-param-indexpageids\";i:4978;s:26:\"apihelp-query-param-export\";i:4979;s:32:\"apihelp-query-param-exportnowrap\";i:4980;s:25:\"apihelp-query-param-iwurl\";i:4981;s:31:\"apihelp-query-param-rawcontinue\";i:4982;s:31:\"apihelp-query-example-revisions\";i:4983;s:30:\"apihelp-query-example-allpages\";i:4984;s:35:\"apihelp-query+allcategories-summary\";i:4985;s:38:\"apihelp-query+allcategories-param-from\";i:4986;s:36:\"apihelp-query+allcategories-param-to\";i:4987;s:40:\"apihelp-query+allcategories-param-prefix\";i:4988;s:37:\"apihelp-query+allcategories-param-dir\";i:4989;s:37:\"apihelp-query+allcategories-param-min\";i:4990;s:37:\"apihelp-query+allcategories-param-max\";i:4991;s:39:\"apihelp-query+allcategories-param-limit\";i:4992;s:38:\"apihelp-query+allcategories-param-prop\";i:4993;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4994;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4995;s:40:\"apihelp-query+allcategories-example-size\";i:4996;s:45:\"apihelp-query+allcategories-example-generator\";i:4997;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:4998;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:4999;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5000;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5001;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5002;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5003;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5004;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5005;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5006;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5007;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5008;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5009;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5010;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5011;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5012;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5013;s:35:\"apihelp-query+allfileusages-summary\";i:5014;s:38:\"apihelp-query+allfileusages-param-from\";i:5015;s:36:\"apihelp-query+allfileusages-param-to\";i:5016;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5017;s:40:\"apihelp-query+allfileusages-param-unique\";i:5018;s:38:\"apihelp-query+allfileusages-param-prop\";i:5019;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5020;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5021;s:39:\"apihelp-query+allfileusages-param-limit\";i:5022;s:37:\"apihelp-query+allfileusages-param-dir\";i:5023;s:37:\"apihelp-query+allfileusages-example-b\";i:5024;s:42:\"apihelp-query+allfileusages-example-unique\";i:5025;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5026;s:45:\"apihelp-query+allfileusages-example-generator\";i:5027;s:31:\"apihelp-query+allimages-summary\";i:5028;s:34:\"apihelp-query+allimages-param-sort\";i:5029;s:33:\"apihelp-query+allimages-param-dir\";i:5030;s:34:\"apihelp-query+allimages-param-from\";i:5031;s:32:\"apihelp-query+allimages-param-to\";i:5032;s:35:\"apihelp-query+allimages-param-start\";i:5033;s:33:\"apihelp-query+allimages-param-end\";i:5034;s:36:\"apihelp-query+allimages-param-prefix\";i:5035;s:37:\"apihelp-query+allimages-param-minsize\";i:5036;s:37:\"apihelp-query+allimages-param-maxsize\";i:5037;s:34:\"apihelp-query+allimages-param-sha1\";i:5038;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5039;s:34:\"apihelp-query+allimages-param-user\";i:5040;s:40:\"apihelp-query+allimages-param-filterbots\";i:5041;s:34:\"apihelp-query+allimages-param-mime\";i:5042;s:35:\"apihelp-query+allimages-param-limit\";i:5043;s:33:\"apihelp-query+allimages-example-b\";i:5044;s:38:\"apihelp-query+allimages-example-recent\";i:5045;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5046;s:41:\"apihelp-query+allimages-example-generator\";i:5047;s:30:\"apihelp-query+alllinks-summary\";i:5048;s:33:\"apihelp-query+alllinks-param-from\";i:5049;s:31:\"apihelp-query+alllinks-param-to\";i:5050;s:35:\"apihelp-query+alllinks-param-prefix\";i:5051;s:35:\"apihelp-query+alllinks-param-unique\";i:5052;s:33:\"apihelp-query+alllinks-param-prop\";i:5053;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5054;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5055;s:38:\"apihelp-query+alllinks-param-namespace\";i:5056;s:34:\"apihelp-query+alllinks-param-limit\";i:5057;s:32:\"apihelp-query+alllinks-param-dir\";i:5058;s:32:\"apihelp-query+alllinks-example-b\";i:5059;s:37:\"apihelp-query+alllinks-example-unique\";i:5060;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5061;s:40:\"apihelp-query+alllinks-example-generator\";i:5062;s:33:\"apihelp-query+allmessages-summary\";i:5063;s:40:\"apihelp-query+allmessages-param-messages\";i:5064;s:36:\"apihelp-query+allmessages-param-prop\";i:5065;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5066;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5067;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5068;s:36:\"apihelp-query+allmessages-param-args\";i:5069;s:38:\"apihelp-query+allmessages-param-filter\";i:5070;s:42:\"apihelp-query+allmessages-param-customised\";i:5071;s:36:\"apihelp-query+allmessages-param-lang\";i:5072;s:36:\"apihelp-query+allmessages-param-from\";i:5073;s:34:\"apihelp-query+allmessages-param-to\";i:5074;s:37:\"apihelp-query+allmessages-param-title\";i:5075;s:38:\"apihelp-query+allmessages-param-prefix\";i:5076;s:37:\"apihelp-query+allmessages-example-ipb\";i:5077;s:36:\"apihelp-query+allmessages-example-de\";i:5078;s:30:\"apihelp-query+allpages-summary\";i:5079;s:33:\"apihelp-query+allpages-param-from\";i:5080;s:31:\"apihelp-query+allpages-param-to\";i:5081;s:35:\"apihelp-query+allpages-param-prefix\";i:5082;s:38:\"apihelp-query+allpages-param-namespace\";i:5083;s:40:\"apihelp-query+allpages-param-filterredir\";i:5084;s:36:\"apihelp-query+allpages-param-minsize\";i:5085;s:36:\"apihelp-query+allpages-param-maxsize\";i:5086;s:35:\"apihelp-query+allpages-param-prtype\";i:5087;s:36:\"apihelp-query+allpages-param-prlevel\";i:5088;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5089;s:34:\"apihelp-query+allpages-param-limit\";i:5090;s:32:\"apihelp-query+allpages-param-dir\";i:5091;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5092;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5093;s:32:\"apihelp-query+allpages-example-b\";i:5094;s:40:\"apihelp-query+allpages-example-generator\";i:5095;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5096;s:34:\"apihelp-query+allredirects-summary\";i:5097;s:37:\"apihelp-query+allredirects-param-from\";i:5098;s:35:\"apihelp-query+allredirects-param-to\";i:5099;s:39:\"apihelp-query+allredirects-param-prefix\";i:5100;s:39:\"apihelp-query+allredirects-param-unique\";i:5101;s:37:\"apihelp-query+allredirects-param-prop\";i:5102;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5103;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5104;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5105;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5106;s:42:\"apihelp-query+allredirects-param-namespace\";i:5107;s:38:\"apihelp-query+allredirects-param-limit\";i:5108;s:36:\"apihelp-query+allredirects-param-dir\";i:5109;s:36:\"apihelp-query+allredirects-example-b\";i:5110;s:41:\"apihelp-query+allredirects-example-unique\";i:5111;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5112;s:44:\"apihelp-query+allredirects-example-generator\";i:5113;s:34:\"apihelp-query+allrevisions-summary\";i:5114;s:38:\"apihelp-query+allrevisions-param-start\";i:5115;s:36:\"apihelp-query+allrevisions-param-end\";i:5116;s:37:\"apihelp-query+allrevisions-param-user\";i:5117;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5118;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5119;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5120;s:39:\"apihelp-query+allrevisions-example-user\";i:5121;s:36:\"apihelp-query+mystashedfiles-summary\";i:5122;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5123;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5124;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5125;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5126;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5127;s:38:\"apihelp-query+alltransclusions-summary\";i:5128;s:41:\"apihelp-query+alltransclusions-param-from\";i:5129;s:39:\"apihelp-query+alltransclusions-param-to\";i:5130;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5131;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5132;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5133;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5134;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5135;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5136;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5137;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5138;s:40:\"apihelp-query+alltransclusions-example-b\";i:5139;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5140;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5141;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5142;s:30:\"apihelp-query+allusers-summary\";i:5143;s:33:\"apihelp-query+allusers-param-from\";i:5144;s:31:\"apihelp-query+allusers-param-to\";i:5145;s:35:\"apihelp-query+allusers-param-prefix\";i:5146;s:32:\"apihelp-query+allusers-param-dir\";i:5147;s:34:\"apihelp-query+allusers-param-group\";i:5148;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5149;s:35:\"apihelp-query+allusers-param-rights\";i:5150;s:33:\"apihelp-query+allusers-param-prop\";i:5151;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5152;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5153;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5154;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5155;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5156;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5157;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5158;s:34:\"apihelp-query+allusers-param-limit\";i:5159;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5160;s:40:\"apihelp-query+allusers-param-activeusers\";i:5161;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5162;s:32:\"apihelp-query+allusers-example-y\";i:5163;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5164;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5165;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5166;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5167;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5168;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5169;s:31:\"apihelp-query+backlinks-summary\";i:5170;s:35:\"apihelp-query+backlinks-param-title\";i:5171;s:36:\"apihelp-query+backlinks-param-pageid\";i:5172;s:39:\"apihelp-query+backlinks-param-namespace\";i:5173;s:33:\"apihelp-query+backlinks-param-dir\";i:5174;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5175;s:35:\"apihelp-query+backlinks-param-limit\";i:5176;s:38:\"apihelp-query+backlinks-param-redirect\";i:5177;s:38:\"apihelp-query+backlinks-example-simple\";i:5178;s:41:\"apihelp-query+backlinks-example-generator\";i:5179;s:28:\"apihelp-query+blocks-summary\";i:5180;s:32:\"apihelp-query+blocks-param-start\";i:5181;s:30:\"apihelp-query+blocks-param-end\";i:5182;s:30:\"apihelp-query+blocks-param-ids\";i:5183;s:32:\"apihelp-query+blocks-param-users\";i:5184;s:29:\"apihelp-query+blocks-param-ip\";i:5185;s:32:\"apihelp-query+blocks-param-limit\";i:5186;s:31:\"apihelp-query+blocks-param-prop\";i:5187;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5188;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5189;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5190;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5191;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5192;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5193;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5194;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5195;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5196;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5197;s:31:\"apihelp-query+blocks-param-show\";i:5198;s:35:\"apihelp-query+blocks-example-simple\";i:5199;s:34:\"apihelp-query+blocks-example-users\";i:5200;s:32:\"apihelp-query+categories-summary\";i:5201;s:35:\"apihelp-query+categories-param-prop\";i:5202;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5203;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5204;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5205;s:35:\"apihelp-query+categories-param-show\";i:5206;s:36:\"apihelp-query+categories-param-limit\";i:5207;s:41:\"apihelp-query+categories-param-categories\";i:5208;s:34:\"apihelp-query+categories-param-dir\";i:5209;s:39:\"apihelp-query+categories-example-simple\";i:5210;s:42:\"apihelp-query+categories-example-generator\";i:5211;s:34:\"apihelp-query+categoryinfo-summary\";i:5212;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5213;s:37:\"apihelp-query+categorymembers-summary\";i:5214;s:41:\"apihelp-query+categorymembers-param-title\";i:5215;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5216;s:40:\"apihelp-query+categorymembers-param-prop\";i:5217;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5218;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5219;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5220;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5221;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5222;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5223;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5224;s:40:\"apihelp-query+categorymembers-param-type\";i:5225;s:41:\"apihelp-query+categorymembers-param-limit\";i:5226;s:40:\"apihelp-query+categorymembers-param-sort\";i:5227;s:39:\"apihelp-query+categorymembers-param-dir\";i:5228;s:41:\"apihelp-query+categorymembers-param-start\";i:5229;s:39:\"apihelp-query+categorymembers-param-end\";i:5230;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5231;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5232;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5233;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5234;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5235;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5236;s:44:\"apihelp-query+categorymembers-example-simple\";i:5237;s:47:\"apihelp-query+categorymembers-example-generator\";i:5238;s:34:\"apihelp-query+contributors-summary\";i:5239;s:38:\"apihelp-query+contributors-param-group\";i:5240;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5241;s:39:\"apihelp-query+contributors-param-rights\";i:5242;s:46:\"apihelp-query+contributors-param-excluderights\";i:5243;s:38:\"apihelp-query+contributors-param-limit\";i:5244;s:41:\"apihelp-query+contributors-example-simple\";i:5245;s:38:\"apihelp-query+deletedrevisions-summary\";i:5246;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5247;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5248;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5249;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5250;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5251;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5252;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5253;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5254;s:33:\"apihelp-query+deletedrevs-summary\";i:5255;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5256;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5257;s:37:\"apihelp-query+deletedrevs-param-start\";i:5258;s:35:\"apihelp-query+deletedrevs-param-end\";i:5259;s:36:\"apihelp-query+deletedrevs-param-from\";i:5260;s:34:\"apihelp-query+deletedrevs-param-to\";i:5261;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5262;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5263;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5264;s:36:\"apihelp-query+deletedrevs-param-user\";i:5265;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5266;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5267;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5268;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5269;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5270;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5271;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5272;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5273;s:30:\"apihelp-query+disabled-summary\";i:5274;s:36:\"apihelp-query+duplicatefiles-summary\";i:5275;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5276;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5277;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5278;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5279;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5280;s:32:\"apihelp-query+embeddedin-summary\";i:5281;s:36:\"apihelp-query+embeddedin-param-title\";i:5282;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5283;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5284;s:34:\"apihelp-query+embeddedin-param-dir\";i:5285;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5286;s:36:\"apihelp-query+embeddedin-param-limit\";i:5287;s:39:\"apihelp-query+embeddedin-example-simple\";i:5288;s:42:\"apihelp-query+embeddedin-example-generator\";i:5289;s:30:\"apihelp-query+extlinks-summary\";i:5290;s:34:\"apihelp-query+extlinks-param-limit\";i:5291;s:37:\"apihelp-query+extlinks-param-protocol\";i:5292;s:34:\"apihelp-query+extlinks-param-query\";i:5293;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5294;s:37:\"apihelp-query+extlinks-example-simple\";i:5295;s:33:\"apihelp-query+exturlusage-summary\";i:5296;s:36:\"apihelp-query+exturlusage-param-prop\";i:5297;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5298;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5299;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5300;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5301;s:37:\"apihelp-query+exturlusage-param-query\";i:5302;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5303;s:37:\"apihelp-query+exturlusage-param-limit\";i:5304;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5305;s:40:\"apihelp-query+exturlusage-example-simple\";i:5306;s:33:\"apihelp-query+filearchive-summary\";i:5307;s:36:\"apihelp-query+filearchive-param-from\";i:5308;s:34:\"apihelp-query+filearchive-param-to\";i:5309;s:38:\"apihelp-query+filearchive-param-prefix\";i:5310;s:37:\"apihelp-query+filearchive-param-limit\";i:5311;s:35:\"apihelp-query+filearchive-param-dir\";i:5312;s:36:\"apihelp-query+filearchive-param-sha1\";i:5313;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5314;s:36:\"apihelp-query+filearchive-param-prop\";i:5315;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5316;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5317;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5318;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5319;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5320;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5321;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5322;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5323;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5324;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5325;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5326;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5327;s:40:\"apihelp-query+filearchive-example-simple\";i:5328;s:34:\"apihelp-query+filerepoinfo-summary\";i:5329;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5330;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5331;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5332;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5333;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5334;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5335;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5336;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5337;s:31:\"apihelp-query+fileusage-summary\";i:5338;s:34:\"apihelp-query+fileusage-param-prop\";i:5339;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5340;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5341;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5342;s:39:\"apihelp-query+fileusage-param-namespace\";i:5343;s:35:\"apihelp-query+fileusage-param-limit\";i:5344;s:34:\"apihelp-query+fileusage-param-show\";i:5345;s:38:\"apihelp-query+fileusage-example-simple\";i:5346;s:41:\"apihelp-query+fileusage-example-generator\";i:5347;s:31:\"apihelp-query+imageinfo-summary\";i:5348;s:34:\"apihelp-query+imageinfo-param-prop\";i:5349;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5350;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5351;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5352;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5353;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5354;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5355;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5356;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5357;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5358;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5359;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5360;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5361;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5362;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5363;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5364;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5365;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5366;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5367;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5368;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5369;s:35:\"apihelp-query+imageinfo-param-limit\";i:5370;s:35:\"apihelp-query+imageinfo-param-start\";i:5371;s:33:\"apihelp-query+imageinfo-param-end\";i:5372;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5373;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5374;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5375;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5376;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5377;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5378;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5379;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5380;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5381;s:38:\"apihelp-query+imageinfo-example-simple\";i:5382;s:37:\"apihelp-query+imageinfo-example-dated\";i:5383;s:28:\"apihelp-query+images-summary\";i:5384;s:32:\"apihelp-query+images-param-limit\";i:5385;s:33:\"apihelp-query+images-param-images\";i:5386;s:30:\"apihelp-query+images-param-dir\";i:5387;s:35:\"apihelp-query+images-example-simple\";i:5388;s:38:\"apihelp-query+images-example-generator\";i:5389;s:32:\"apihelp-query+imageusage-summary\";i:5390;s:36:\"apihelp-query+imageusage-param-title\";i:5391;s:37:\"apihelp-query+imageusage-param-pageid\";i:5392;s:40:\"apihelp-query+imageusage-param-namespace\";i:5393;s:34:\"apihelp-query+imageusage-param-dir\";i:5394;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5395;s:36:\"apihelp-query+imageusage-param-limit\";i:5396;s:39:\"apihelp-query+imageusage-param-redirect\";i:5397;s:39:\"apihelp-query+imageusage-example-simple\";i:5398;s:42:\"apihelp-query+imageusage-example-generator\";i:5399;s:26:\"apihelp-query+info-summary\";i:5400;s:29:\"apihelp-query+info-param-prop\";i:5401;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5402;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5403;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5404;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5405;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5406;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5407;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5408;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5409;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5410;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5411;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5412;s:36:\"apihelp-query+info-param-testactions\";i:5413;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5414;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5415;s:33:\"apihelp-query+info-example-simple\";i:5416;s:37:\"apihelp-query+info-example-protection\";i:5417;s:33:\"apihelp-query+iwbacklinks-summary\";i:5418;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5419;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5420;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5421;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5422;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5423;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5424;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5425;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5426;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5427;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5428;s:29:\"apihelp-query+iwlinks-summary\";i:5429;s:31:\"apihelp-query+iwlinks-param-url\";i:5430;s:32:\"apihelp-query+iwlinks-param-prop\";i:5431;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5432;s:33:\"apihelp-query+iwlinks-param-limit\";i:5433;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5434;s:33:\"apihelp-query+iwlinks-param-title\";i:5435;s:31:\"apihelp-query+iwlinks-param-dir\";i:5436;s:36:\"apihelp-query+iwlinks-example-simple\";i:5437;s:35:\"apihelp-query+langbacklinks-summary\";i:5438;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5439;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5440;s:39:\"apihelp-query+langbacklinks-param-title\";i:5441;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5442;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5443;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5444;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5445;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5446;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5447;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5448;s:31:\"apihelp-query+langlinks-summary\";i:5449;s:35:\"apihelp-query+langlinks-param-limit\";i:5450;s:33:\"apihelp-query+langlinks-param-url\";i:5451;s:34:\"apihelp-query+langlinks-param-prop\";i:5452;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5453;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5454;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5455;s:34:\"apihelp-query+langlinks-param-lang\";i:5456;s:35:\"apihelp-query+langlinks-param-title\";i:5457;s:33:\"apihelp-query+langlinks-param-dir\";i:5458;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5459;s:38:\"apihelp-query+langlinks-example-simple\";i:5460;s:34:\"apihelp-query+languageinfo-summary\";i:5461;s:47:\"apihelp-query+languageinfo-extended-description\";i:5462;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5463;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5464;s:41:\"apihelp-query+languageinfo-example-simple\";i:5465;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5466;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5467;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5468;s:27:\"apihelp-query+links-summary\";i:5469;s:35:\"apihelp-query+links-param-namespace\";i:5470;s:31:\"apihelp-query+links-param-limit\";i:5471;s:32:\"apihelp-query+links-param-titles\";i:5472;s:29:\"apihelp-query+links-param-dir\";i:5473;s:34:\"apihelp-query+links-example-simple\";i:5474;s:37:\"apihelp-query+links-example-generator\";i:5475;s:38:\"apihelp-query+links-example-namespaces\";i:5476;s:31:\"apihelp-query+linkshere-summary\";i:5477;s:34:\"apihelp-query+linkshere-param-prop\";i:5478;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5479;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5480;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5481;s:39:\"apihelp-query+linkshere-param-namespace\";i:5482;s:35:\"apihelp-query+linkshere-param-limit\";i:5483;s:34:\"apihelp-query+linkshere-param-show\";i:5484;s:38:\"apihelp-query+linkshere-example-simple\";i:5485;s:41:\"apihelp-query+linkshere-example-generator\";i:5486;s:31:\"apihelp-query+logevents-summary\";i:5487;s:34:\"apihelp-query+logevents-param-prop\";i:5488;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5489;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5490;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5491;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5492;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5493;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5494;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5495;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5496;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5497;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5498;s:34:\"apihelp-query+logevents-param-type\";i:5499;s:36:\"apihelp-query+logevents-param-action\";i:5500;s:35:\"apihelp-query+logevents-param-start\";i:5501;s:33:\"apihelp-query+logevents-param-end\";i:5502;s:34:\"apihelp-query+logevents-param-user\";i:5503;s:35:\"apihelp-query+logevents-param-title\";i:5504;s:39:\"apihelp-query+logevents-param-namespace\";i:5505;s:36:\"apihelp-query+logevents-param-prefix\";i:5506;s:33:\"apihelp-query+logevents-param-tag\";i:5507;s:35:\"apihelp-query+logevents-param-limit\";i:5508;s:38:\"apihelp-query+logevents-example-simple\";i:5509;s:35:\"apihelp-query+pagepropnames-summary\";i:5510;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5511;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5512;s:31:\"apihelp-query+pageprops-summary\";i:5513;s:34:\"apihelp-query+pageprops-param-prop\";i:5514;s:38:\"apihelp-query+pageprops-example-simple\";i:5515;s:35:\"apihelp-query+pageswithprop-summary\";i:5516;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5517;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5518;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5519;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5520;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5521;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5522;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5523;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5524;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5525;s:34:\"apihelp-query+prefixsearch-summary\";i:5526;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5527;s:39:\"apihelp-query+prefixsearch-param-search\";i:5528;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5529;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5530;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5531;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5532;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5533;s:37:\"apihelp-query+protectedtitles-summary\";i:5534;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5535;s:41:\"apihelp-query+protectedtitles-param-level\";i:5536;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5537;s:41:\"apihelp-query+protectedtitles-param-start\";i:5538;s:39:\"apihelp-query+protectedtitles-param-end\";i:5539;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5540;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5541;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5542;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5543;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5544;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5545;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5546;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5547;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5548;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5549;s:31:\"apihelp-query+querypage-summary\";i:5550;s:34:\"apihelp-query+querypage-param-page\";i:5551;s:35:\"apihelp-query+querypage-param-limit\";i:5552;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5553;s:28:\"apihelp-query+random-summary\";i:5554;s:41:\"apihelp-query+random-extended-description\";i:5555;s:36:\"apihelp-query+random-param-namespace\";i:5556;s:32:\"apihelp-query+random-param-limit\";i:5557;s:35:\"apihelp-query+random-param-redirect\";i:5558;s:38:\"apihelp-query+random-param-filterredir\";i:5559;s:35:\"apihelp-query+random-example-simple\";i:5560;s:38:\"apihelp-query+random-example-generator\";i:5561;s:35:\"apihelp-query+recentchanges-summary\";i:5562;s:39:\"apihelp-query+recentchanges-param-start\";i:5563;s:37:\"apihelp-query+recentchanges-param-end\";i:5564;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5565;s:38:\"apihelp-query+recentchanges-param-user\";i:5566;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5567;s:37:\"apihelp-query+recentchanges-param-tag\";i:5568;s:38:\"apihelp-query+recentchanges-param-prop\";i:5569;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5570;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5571;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5572;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5573;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5574;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5575;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5576;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5577;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5578;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5579;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5580;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5581;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5582;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5583;s:38:\"apihelp-query+recentchanges-param-show\";i:5584;s:39:\"apihelp-query+recentchanges-param-limit\";i:5585;s:38:\"apihelp-query+recentchanges-param-type\";i:5586;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5587;s:39:\"apihelp-query+recentchanges-param-title\";i:5588;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5589;s:42:\"apihelp-query+recentchanges-example-simple\";i:5590;s:45:\"apihelp-query+recentchanges-example-generator\";i:5591;s:31:\"apihelp-query+redirects-summary\";i:5592;s:34:\"apihelp-query+redirects-param-prop\";i:5593;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5594;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5595;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5596;s:39:\"apihelp-query+redirects-param-namespace\";i:5597;s:35:\"apihelp-query+redirects-param-limit\";i:5598;s:34:\"apihelp-query+redirects-param-show\";i:5599;s:38:\"apihelp-query+redirects-example-simple\";i:5600;s:41:\"apihelp-query+redirects-example-generator\";i:5601;s:31:\"apihelp-query+revisions-summary\";i:5602;s:44:\"apihelp-query+revisions-extended-description\";i:5603;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5604;s:37:\"apihelp-query+revisions-param-startid\";i:5605;s:35:\"apihelp-query+revisions-param-endid\";i:5606;s:35:\"apihelp-query+revisions-param-start\";i:5607;s:33:\"apihelp-query+revisions-param-end\";i:5608;s:34:\"apihelp-query+revisions-param-user\";i:5609;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5610;s:33:\"apihelp-query+revisions-param-tag\";i:5611;s:39:\"apihelp-query+revisions-example-content\";i:5612;s:37:\"apihelp-query+revisions-example-last5\";i:5613;s:38:\"apihelp-query+revisions-example-first5\";i:5614;s:44:\"apihelp-query+revisions-example-first5-after\";i:5615;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5616;s:43:\"apihelp-query+revisions-example-first5-user\";i:5617;s:39:\"apihelp-query+revisions+base-param-prop\";i:5618;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5619;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5620;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5621;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5622;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5623;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5624;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5625;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5626;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5627;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5628;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5629;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5630;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5631;s:40:\"apihelp-query+revisions+base-param-limit\";i:5632;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5633;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5634;s:40:\"apihelp-query+revisions+base-param-parse\";i:5635;s:42:\"apihelp-query+revisions+base-param-section\";i:5636;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5637;s:28:\"apihelp-query+search-summary\";i:5638;s:36:\"apihelp-query+search-param-namespace\";i:5639;s:31:\"apihelp-query+search-param-what\";i:5640;s:31:\"apihelp-query+search-param-info\";i:5641;s:31:\"apihelp-query+search-param-prop\";i:5642;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5643;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5644;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5645;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5646;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5647;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5648;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5649;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5650;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5651;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5652;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5653;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5654;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5655;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5656;s:32:\"apihelp-query+search-param-limit\";i:5657;s:36:\"apihelp-query+search-param-interwiki\";i:5658;s:34:\"apihelp-query+search-param-backend\";i:5659;s:41:\"apihelp-query+search-param-enablerewrites\";i:5660;s:31:\"apihelp-query+search-param-sort\";i:5661;s:35:\"apihelp-query+search-example-simple\";i:5662;s:33:\"apihelp-query+search-example-text\";i:5663;s:38:\"apihelp-query+search-example-generator\";i:5664;s:30:\"apihelp-query+siteinfo-summary\";i:5665;s:33:\"apihelp-query+siteinfo-param-prop\";i:5666;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5667;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5668;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5669;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5670;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5671;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5672;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5673;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5674;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5675;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5676;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5677;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5678;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5679;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5680;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5681;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5682;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5683;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5684;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5685;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5686;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5687;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5688;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5689;s:37:\"apihelp-query+siteinfo-example-simple\";i:5690;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5691;s:36:\"apihelp-query+stashimageinfo-summary\";i:5692;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5693;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5694;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5695;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5696;s:26:\"apihelp-query+tags-summary\";i:5697;s:30:\"apihelp-query+tags-param-limit\";i:5698;s:29:\"apihelp-query+tags-param-prop\";i:5699;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5700;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5701;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5702;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5703;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5704;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5705;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5706;s:33:\"apihelp-query+tags-example-simple\";i:5707;s:31:\"apihelp-query+templates-summary\";i:5708;s:39:\"apihelp-query+templates-param-namespace\";i:5709;s:35:\"apihelp-query+templates-param-limit\";i:5710;s:39:\"apihelp-query+templates-param-templates\";i:5711;s:33:\"apihelp-query+templates-param-dir\";i:5712;s:38:\"apihelp-query+templates-example-simple\";i:5713;s:41:\"apihelp-query+templates-example-generator\";i:5714;s:42:\"apihelp-query+templates-example-namespaces\";i:5715;s:35:\"apihelp-query+transcludedin-summary\";i:5716;s:38:\"apihelp-query+transcludedin-param-prop\";i:5717;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5718;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5719;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5720;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5721;s:39:\"apihelp-query+transcludedin-param-limit\";i:5722;s:38:\"apihelp-query+transcludedin-param-show\";i:5723;s:42:\"apihelp-query+transcludedin-example-simple\";i:5724;s:45:\"apihelp-query+transcludedin-example-generator\";i:5725;s:34:\"apihelp-query+usercontribs-summary\";i:5726;s:38:\"apihelp-query+usercontribs-param-limit\";i:5727;s:37:\"apihelp-query+usercontribs-param-user\";i:5728;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5729;s:40:\"apihelp-query+usercontribs-param-userids\";i:5730;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5731;s:37:\"apihelp-query+usercontribs-param-prop\";i:5732;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5733;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5734;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5735;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5736;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5737;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5738;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5739;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5740;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5741;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5742;s:37:\"apihelp-query+usercontribs-param-show\";i:5743;s:36:\"apihelp-query+usercontribs-param-tag\";i:5744;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5745;s:39:\"apihelp-query+usercontribs-example-user\";i:5746;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5747;s:30:\"apihelp-query+userinfo-summary\";i:5748;s:33:\"apihelp-query+userinfo-param-prop\";i:5749;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5750;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5751;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5752;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5753;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5754;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5755;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5756;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5757;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5758;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5759;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5760;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5761;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5762;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5763;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5764;s:37:\"apihelp-query+userinfo-example-simple\";i:5765;s:35:\"apihelp-query+userinfo-example-data\";i:5766;s:27:\"apihelp-query+users-summary\";i:5767;s:30:\"apihelp-query+users-param-prop\";i:5768;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5769;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5770;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5771;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5772;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5773;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5774;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5775;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5776;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5777;s:31:\"apihelp-query+users-param-users\";i:5778;s:33:\"apihelp-query+users-param-userids\";i:5779;s:34:\"apihelp-query+users-example-simple\";i:5780;s:31:\"apihelp-query+watchlist-summary\";i:5781;s:35:\"apihelp-query+watchlist-param-start\";i:5782;s:33:\"apihelp-query+watchlist-param-end\";i:5783;s:39:\"apihelp-query+watchlist-param-namespace\";i:5784;s:34:\"apihelp-query+watchlist-param-user\";i:5785;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5786;s:35:\"apihelp-query+watchlist-param-limit\";i:5787;s:34:\"apihelp-query+watchlist-param-prop\";i:5788;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5789;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5790;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5791;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5792;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5793;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5794;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5795;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5796;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5797;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5798;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5799;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5800;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5801;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:5802;s:34:\"apihelp-query+watchlist-param-show\";i:5803;s:34:\"apihelp-query+watchlist-param-type\";i:5804;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5805;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5806;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5807;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5808;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5809;s:35:\"apihelp-query+watchlist-param-owner\";i:5810;s:38:\"apihelp-query+watchlist-example-simple\";i:5811;s:37:\"apihelp-query+watchlist-example-props\";i:5812;s:38:\"apihelp-query+watchlist-example-allrev\";i:5813;s:41:\"apihelp-query+watchlist-example-generator\";i:5814;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5815;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5816;s:34:\"apihelp-query+watchlistraw-summary\";i:5817;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5818;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5819;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5820;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5821;s:37:\"apihelp-query+watchlistraw-param-show\";i:5822;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5823;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5824;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5825;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5826;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5827;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5828;s:40:\"apihelp-removeauthenticationdata-summary\";i:5829;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5830;s:29:\"apihelp-resetpassword-summary\";i:5831;s:32:\"apihelp-resetpassword-param-user\";i:5832;s:33:\"apihelp-resetpassword-param-email\";i:5833;s:34:\"apihelp-resetpassword-example-user\";i:5834;s:35:\"apihelp-resetpassword-example-email\";i:5835;s:30:\"apihelp-revisiondelete-summary\";i:5836;s:35:\"apihelp-revisiondelete-param-target\";i:5837;s:32:\"apihelp-revisiondelete-param-ids\";i:5838;s:33:\"apihelp-revisiondelete-param-hide\";i:5839;s:33:\"apihelp-revisiondelete-param-show\";i:5840;s:35:\"apihelp-revisiondelete-param-reason\";i:5841;s:33:\"apihelp-revisiondelete-param-tags\";i:5842;s:39:\"apihelp-revisiondelete-example-revision\";i:5843;s:34:\"apihelp-revisiondelete-example-log\";i:5844;s:24:\"apihelp-rollback-summary\";i:5845;s:37:\"apihelp-rollback-extended-description\";i:5846;s:28:\"apihelp-rollback-param-title\";i:5847;s:29:\"apihelp-rollback-param-pageid\";i:5848;s:27:\"apihelp-rollback-param-tags\";i:5849;s:27:\"apihelp-rollback-param-user\";i:5850;s:30:\"apihelp-rollback-param-summary\";i:5851;s:30:\"apihelp-rollback-param-markbot\";i:5852;s:32:\"apihelp-rollback-param-watchlist\";i:5853;s:31:\"apihelp-rollback-example-simple\";i:5854;s:32:\"apihelp-rollback-example-summary\";i:5855;s:19:\"apihelp-rsd-summary\";i:5856;s:26:\"apihelp-rsd-example-simple\";i:5857;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5858;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5859;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5860;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5861;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5862;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5863;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5864;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5865;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5866;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5867;s:31:\"apihelp-setpagelanguage-summary\";i:5868;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5869;s:35:\"apihelp-setpagelanguage-param-title\";i:5870;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5871;s:34:\"apihelp-setpagelanguage-param-lang\";i:5872;s:36:\"apihelp-setpagelanguage-param-reason\";i:5873;s:34:\"apihelp-setpagelanguage-param-tags\";i:5874;s:40:\"apihelp-setpagelanguage-example-language\";i:5875;s:39:\"apihelp-setpagelanguage-example-default\";i:5876;s:29:\"apihelp-stashedit-param-title\";i:5877;s:31:\"apihelp-stashedit-param-section\";i:5878;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5879;s:28:\"apihelp-stashedit-param-text\";i:5880;s:36:\"apihelp-stashedit-param-contentmodel\";i:5881;s:37:\"apihelp-stashedit-param-contentformat\";i:5882;s:33:\"apihelp-stashedit-param-baserevid\";i:5883;s:31:\"apihelp-stashedit-param-summary\";i:5884;s:19:\"apihelp-tag-summary\";i:5885;s:22:\"apihelp-tag-param-rcid\";i:5886;s:23:\"apihelp-tag-param-revid\";i:5887;s:23:\"apihelp-tag-param-logid\";i:5888;s:21:\"apihelp-tag-param-add\";i:5889;s:24:\"apihelp-tag-param-remove\";i:5890;s:24:\"apihelp-tag-param-reason\";i:5891;s:22:\"apihelp-tag-param-tags\";i:5892;s:23:\"apihelp-tag-example-rev\";i:5893;s:23:\"apihelp-tag-example-log\";i:5894;s:23:\"apihelp-unblock-summary\";i:5895;s:24:\"apihelp-unblock-param-id\";i:5896;s:26:\"apihelp-unblock-param-user\";i:5897;s:28:\"apihelp-unblock-param-userid\";i:5898;s:28:\"apihelp-unblock-param-reason\";i:5899;s:26:\"apihelp-unblock-param-tags\";i:5900;s:26:\"apihelp-unblock-example-id\";i:5901;s:28:\"apihelp-unblock-example-user\";i:5902;s:24:\"apihelp-undelete-summary\";i:5903;s:28:\"apihelp-undelete-param-title\";i:5904;s:29:\"apihelp-undelete-param-reason\";i:5905;s:27:\"apihelp-undelete-param-tags\";i:5906;s:33:\"apihelp-undelete-param-timestamps\";i:5907;s:30:\"apihelp-undelete-param-fileids\";i:5908;s:35:\"apihelp-undelete-param-undeletetalk\";i:5909;s:29:\"apihelp-undelete-example-page\";i:5910;s:34:\"apihelp-undelete-example-revisions\";i:5911;s:29:\"apihelp-upload-param-filename\";i:5912;s:25:\"apihelp-upload-param-tags\";i:5913;s:25:\"apihelp-upload-param-text\";i:5914;s:26:\"apihelp-upload-param-watch\";i:5915;s:30:\"apihelp-upload-param-watchlist\";i:5916;s:35:\"apihelp-upload-param-ignorewarnings\";i:5917;s:25:\"apihelp-upload-param-file\";i:5918;s:24:\"apihelp-upload-param-url\";i:5919;s:28:\"apihelp-upload-param-filekey\";i:5920;s:31:\"apihelp-upload-param-sessionkey\";i:5921;s:29:\"apihelp-upload-param-filesize\";i:5922;s:27:\"apihelp-upload-param-offset\";i:5923;s:26:\"apihelp-upload-param-chunk\";i:5924;s:26:\"apihelp-upload-param-async\";i:5925;s:26:\"apihelp-upload-example-url\";i:5926;s:30:\"apihelp-upload-example-filekey\";i:5927;s:26:\"apihelp-userrights-summary\";i:5928;s:29:\"apihelp-userrights-param-user\";i:5929;s:31:\"apihelp-userrights-param-userid\";i:5930;s:28:\"apihelp-userrights-param-add\";i:5931;s:31:\"apihelp-userrights-param-expiry\";i:5932;s:31:\"apihelp-userrights-param-remove\";i:5933;s:31:\"apihelp-userrights-param-reason\";i:5934;s:29:\"apihelp-userrights-param-tags\";i:5935;s:31:\"apihelp-userrights-example-user\";i:5936;s:33:\"apihelp-userrights-example-userid\";i:5937;s:33:\"apihelp-userrights-example-expiry\";i:5938;s:32:\"apihelp-validatepassword-summary\";i:5939;s:45:\"apihelp-validatepassword-extended-description\";i:5940;s:39:\"apihelp-validatepassword-param-password\";i:5941;s:35:\"apihelp-validatepassword-param-user\";i:5942;s:36:\"apihelp-validatepassword-param-email\";i:5943;s:39:\"apihelp-validatepassword-param-realname\";i:5944;s:34:\"apihelp-validatepassword-example-1\";i:5945;s:34:\"apihelp-validatepassword-example-2\";i:5946;s:21:\"apihelp-watch-summary\";i:5947;s:25:\"apihelp-watch-param-title\";i:5948;s:27:\"apihelp-watch-param-unwatch\";i:5949;s:27:\"apihelp-watch-example-watch\";i:5950;s:29:\"apihelp-watch-example-unwatch\";i:5951;s:31:\"apihelp-watch-example-generator\";i:5952;s:30:\"apihelp-format-example-generic\";i:5953;s:32:\"apihelp-format-param-wrappedhtml\";i:5954;s:20:\"apihelp-json-summary\";i:5955;s:27:\"apihelp-json-param-callback\";i:5956;s:23:\"apihelp-json-param-utf8\";i:5957;s:24:\"apihelp-json-param-ascii\";i:5958;s:32:\"apihelp-json-param-formatversion\";i:5959;s:22:\"apihelp-jsonfm-summary\";i:5960;s:20:\"apihelp-none-summary\";i:5961;s:19:\"apihelp-php-summary\";i:5962;s:31:\"apihelp-php-param-formatversion\";i:5963;s:21:\"apihelp-phpfm-summary\";i:5964;s:21:\"apihelp-rawfm-summary\";i:5965;s:19:\"apihelp-xml-summary\";i:5966;s:22:\"apihelp-xml-param-xslt\";i:5967;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5968;s:21:\"apihelp-xmlfm-summary\";i:5969;s:16:\"api-format-title\";i:5970;s:29:\"api-format-prettyprint-header\";i:5971;s:39:\"api-format-prettyprint-header-only-html\";i:5972;s:29:\"api-format-prettyprint-status\";i:5973;s:33:\"api-login-fail-badsessionprovider\";i:5974;s:24:\"api-pageset-param-titles\";i:5975;s:25:\"api-pageset-param-pageids\";i:5976;s:24:\"api-pageset-param-revids\";i:5977;s:27:\"api-pageset-param-generator\";i:5978;s:37:\"api-pageset-param-redirects-generator\";i:5979;s:39:\"api-pageset-param-redirects-nogenerator\";i:5980;s:31:\"api-pageset-param-converttitles\";i:5981;s:14:\"api-help-title\";i:5982;s:13:\"api-help-lead\";i:5983;s:20:\"api-help-main-header\";i:5984;s:28:\"api-help-undocumented-module\";i:5985;s:24:\"api-help-flag-deprecated\";i:5986;s:22:\"api-help-flag-internal\";i:5987;s:24:\"api-help-flag-readrights\";i:5988;s:25:\"api-help-flag-writerights\";i:5989;s:26:\"api-help-flag-mustbeposted\";i:5990;s:23:\"api-help-flag-generator\";i:5991;s:15:\"api-help-source\";i:5992;s:23:\"api-help-source-unknown\";i:5993;s:16:\"api-help-license\";i:5994;s:23:\"api-help-license-noname\";i:5995;s:24:\"api-help-license-unknown\";i:5996;s:19:\"api-help-parameters\";i:5997;s:25:\"api-help-param-deprecated\";i:5998;s:23:\"api-help-param-internal\";i:5999;s:25:\"api-help-datatypes-header\";i:6000;s:25:\"api-help-param-type-limit\";i:6001;s:29:\"api-help-param-type-timestamp\";i:6002;s:24:\"api-help-param-type-enum\";i:6003;s:29:\"api-help-param-multi-separate\";i:6004;s:24:\"api-help-param-multi-all\";i:6005;s:28:\"api-help-param-default-empty\";i:6006;s:37:\"api-help-param-disabled-in-miser-mode\";i:6007;s:36:\"api-help-param-limited-in-miser-mode\";i:6008;s:24:\"api-help-param-direction\";i:6009;s:23:\"api-help-param-continue\";i:6010;s:29:\"api-help-param-no-description\";i:6011;s:17:\"api-help-examples\";i:6012;s:20:\"api-help-permissions\";i:6013;s:31:\"api-help-permissions-granted-to\";i:6014;s:28:\"api-help-right-apihighlimits\";i:6015;s:27:\"api-help-open-in-apisandbox\";i:6016;s:40:\"api-help-authmanagerhelper-messageformat\";i:6017;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6018;s:40:\"api-help-authmanagerhelper-preservestate\";i:6019;s:27:\"apierror-allimages-redirect\";i:6020;s:37:\"apierror-allpages-generator-redirects\";i:6021;s:27:\"apierror-appendnotsupported\";i:6022;s:22:\"apierror-articleexists\";i:6023;s:24:\"apierror-assertbotfailed\";i:6024;s:30:\"apierror-assertnameduserfailed\";i:6025;s:25:\"apierror-assertuserfailed\";i:6026;s:20:\"apierror-autoblocked\";i:6027;s:33:\"apierror-badconfig-resulttoosmall\";i:6028;s:20:\"apierror-badcontinue\";i:6029;s:16:\"apierror-baddiff\";i:6030;s:18:\"apierror-baddiffto\";i:6031;s:26:\"apierror-badformat-generic\";i:6032;s:18:\"apierror-badformat\";i:6033;s:34:\"apierror-badgenerator-notgenerator\";i:6034;s:29:\"apierror-badgenerator-unknown\";i:6035;s:14:\"apierror-badip\";i:6036;s:15:\"apierror-badmd5\";i:6037;s:31:\"apierror-badmodule-badsubmodule\";i:6038;s:31:\"apierror-badmodule-nosubmodules\";i:6039;s:21:\"apierror-badparameter\";i:6040;s:17:\"apierror-badquery\";i:6041;s:21:\"apierror-badtimestamp\";i:6042;s:17:\"apierror-badtoken\";i:6043;s:18:\"apierror-badupload\";i:6044;s:15:\"apierror-badurl\";i:6045;s:16:\"apierror-baduser\";i:6046;s:31:\"apierror-badvalue-notmultivalue\";i:6047;s:24:\"apierror-blockedfrommail\";i:6048;s:16:\"apierror-blocked\";i:6049;s:24:\"apierror-blocked-partial\";i:6050;s:25:\"apierror-botsnotsupported\";i:6051;s:29:\"apierror-cannotreauthenticate\";i:6052;s:24:\"apierror-cannotviewtitle\";i:6053;s:24:\"apierror-cantblock-email\";i:6054;s:18:\"apierror-cantblock\";i:6055;s:31:\"apierror-cantchangecontentmodel\";i:6056;s:17:\"apierror-canthide\";i:6057;s:26:\"apierror-cantimport-upload\";i:6058;s:19:\"apierror-cantimport\";i:6059;s:33:\"apierror-cantoverwrite-sharedfile\";i:6060;s:17:\"apierror-cantsend\";i:6061;s:21:\"apierror-cantundelete\";i:6062;s:29:\"apierror-changeauth-norequest\";i:6063;s:40:\"apierror-changecontentmodel-missingtitle\";i:6064;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6065;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6066;s:34:\"apierror-compare-nosuchfromsection\";i:6067;s:32:\"apierror-compare-nosuchtosection\";i:6068;s:23:\"apierror-compare-notext\";i:6069;s:38:\"apierror-contentserializationexception\";i:6070;s:22:\"apierror-contenttoobig\";i:6071;s:28:\"apierror-copyuploadbaddomain\";i:6072;s:25:\"apierror-copyuploadbadurl\";i:6073;s:27:\"apierror-create-titleexists\";i:6074;s:19:\"apierror-csp-report\";i:6075;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6076;s:32:\"apierror-deletedrevs-param-not-3\";i:6077;s:24:\"apierror-emptynewsection\";i:6078;s:18:\"apierror-emptypage\";i:6079;s:24:\"apierror-exceptioncaught\";i:6080;s:25:\"apierror-filedoesnotexist\";i:6081;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6082;s:19:\"apierror-filenopath\";i:6083;s:32:\"apierror-filetypecannotberotated\";i:6084;s:18:\"apierror-formatphp\";i:6085;s:28:\"apierror-imageusage-badtitle\";i:6086;s:28:\"apierror-import-unknownerror\";i:6087;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6088;s:35:\"apierror-integeroutofrange-abovemax\";i:6089;s:39:\"apierror-integeroutofrange-belowminimum\";i:6090;s:24:\"apierror-invalidcategory\";i:6091;s:22:\"apierror-invalidexpiry\";i:6092;s:20:\"apierror-invalidlang\";i:6093;s:22:\"apierror-invalidmethod\";i:6094;s:24:\"apierror-invalidoldimage\";i:6095;s:38:\"apierror-invalidparammix-cannotusewith\";i:6096;s:36:\"apierror-invalidparammix-mustusewith\";i:6097;s:42:\"apierror-invalidparammix-parse-new-section\";i:6098;s:24:\"apierror-invalidparammix\";i:6099;s:23:\"apierror-invalidsection\";i:6100;s:30:\"apierror-invalidsha1base36hash\";i:6101;s:24:\"apierror-invalidsha1hash\";i:6102;s:21:\"apierror-invalidtitle\";i:6103;s:24:\"apierror-invalidurlparam\";i:6104;s:20:\"apierror-invaliduser\";i:6105;s:22:\"apierror-invaliduserid\";i:6106;s:17:\"apierror-maxbytes\";i:6107;s:17:\"apierror-maxchars\";i:6108;s:27:\"apierror-mimesearchdisabled\";i:6109;s:30:\"apierror-missingcontent-pageid\";i:6110;s:37:\"apierror-missingparam-at-least-one-of\";i:6111;s:28:\"apierror-missingparam-one-of\";i:6112;s:21:\"apierror-missingparam\";i:6113;s:26:\"apierror-missingrev-pageid\";i:6114;s:32:\"apierror-missingtitle-createonly\";i:6115;s:21:\"apierror-missingtitle\";i:6116;s:28:\"apierror-missingtitle-byname\";i:6117;s:23:\"apierror-moduledisabled\";i:6118;s:29:\"apierror-multival-only-one-of\";i:6119;s:18:\"apierror-multpages\";i:6120;s:34:\"apierror-mustbeloggedin-changeauth\";i:6121;s:31:\"apierror-mustbeloggedin-generic\";i:6122;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6123;s:34:\"apierror-mustbeloggedin-removeauth\";i:6124;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6125;s:23:\"apierror-mustbeloggedin\";i:6126;s:21:\"apierror-mustbeposted\";i:6127;s:23:\"apierror-mustpostparams\";i:6128;s:19:\"apierror-noapiwrite\";i:6129;s:18:\"apierror-nochanges\";i:6130;s:25:\"apierror-nodeleteablefile\";i:6131;s:26:\"apierror-no-direct-editing\";i:6132;s:20:\"apierror-noedit-anon\";i:6133;s:15:\"apierror-noedit\";i:6134;s:29:\"apierror-noimageredirect-anon\";i:6135;s:24:\"apierror-noimageredirect\";i:6136;s:20:\"apierror-nosuchlogid\";i:6137;s:21:\"apierror-nosuchpageid\";i:6138;s:19:\"apierror-nosuchrcid\";i:6139;s:20:\"apierror-nosuchrevid\";i:6140;s:22:\"apierror-nosuchsection\";i:6141;s:27:\"apierror-nosuchsection-what\";i:6142;s:21:\"apierror-nosuchuserid\";i:6143;s:17:\"apierror-notarget\";i:6144;s:23:\"apierror-notpatrollable\";i:6145;s:33:\"apierror-opensearch-json-warnings\";i:6146;s:24:\"apierror-pagecannotexist\";i:6147;s:20:\"apierror-pagedeleted\";i:6148;s:26:\"apierror-pagelang-disabled\";i:6149;s:19:\"apierror-paramempty\";i:6150;s:30:\"apierror-parsetree-notwikitext\";i:6151;s:36:\"apierror-parsetree-notwikitext-title\";i:6152;s:25:\"apierror-permissiondenied\";i:6153;s:33:\"apierror-permissiondenied-generic\";i:6154;s:33:\"apierror-permissiondenied-unblock\";i:6155;s:29:\"apierror-prefixsearchdisabled\";i:6156;s:30:\"apierror-promised-nonwrite-api\";i:6157;s:30:\"apierror-protect-invalidaction\";i:6158;s:29:\"apierror-protect-invalidlevel\";i:6159;s:20:\"apierror-ratelimited\";i:6160;s:22:\"apierror-readapidenied\";i:6161;s:17:\"apierror-readonly\";i:6162;s:23:\"apierror-reauthenticate\";i:6163;s:33:\"apierror-revdel-mutuallyexclusive\";i:6164;s:27:\"apierror-revdel-paramneeded\";i:6165;s:24:\"apierror-revisions-badid\";i:6166;s:27:\"apierror-revisions-norevids\";i:6167;s:29:\"apierror-revisions-singlepage\";i:6168;s:21:\"apierror-revwrongpage\";i:6169;s:23:\"apierror-searchdisabled\";i:6170;s:29:\"apierror-sectionreplacefailed\";i:6171;s:29:\"apierror-sectionsnotsupported\";i:6172;s:34:\"apierror-sectionsnotsupported-what\";i:6173;s:13:\"apierror-show\";i:6174;s:34:\"apierror-siteinfo-includealldenied\";i:6175;s:25:\"apierror-sizediffdisabled\";i:6176;s:21:\"apierror-spamdetected\";i:6177;s:32:\"apierror-specialpage-cantexecute\";i:6178;s:28:\"apierror-stashedfilenotfound\";i:6179;s:25:\"apierror-stashfilestorage\";i:6180;s:24:\"apierror-stashwrongowner\";i:6181;s:24:\"apierror-stashzerolength\";i:6182;s:22:\"apierror-systemblocked\";i:6183;s:38:\"apierror-templateexpansion-notwikitext\";i:6184;s:22:\"apierror-toomanyvalues\";i:6185;s:22:\"apierror-unknownaction\";i:6186;s:30:\"apierror-unknownerror-editpage\";i:6187;s:28:\"apierror-unknownerror-nocode\";i:6188;s:21:\"apierror-unknownerror\";i:6189;s:22:\"apierror-unknownformat\";i:6190;s:27:\"apierror-unrecognizedparams\";i:6191;s:26:\"apierror-unrecognizedvalue\";i:6192;s:24:\"apierror-unsupportedrepo\";i:6193;s:26:\"apierror-upload-inprogress\";i:6194;s:23:\"apierror-urlparamnormal\";i:6195;s:23:\"apierror-writeapidenied\";i:6196;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6197;s:19:\"apiwarn-badurlparam\";i:6198;s:15:\"apiwarn-badutf8\";i:6199;s:31:\"apiwarn-deprecation-deletedrevs\";i:6200;s:33:\"apiwarn-deprecation-httpsexpected\";i:6201;s:31:\"apiwarn-deprecation-login-botpw\";i:6202;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6203;s:29:\"apiwarn-deprecation-parameter\";i:6204;s:35:\"apiwarn-deprecation-parse-headitems\";i:6205;s:29:\"apiwarn-deprecation-purge-get\";i:6206;s:35:\"apiwarn-deprecation-withreplacement\";i:6207;s:23:\"apiwarn-invalidcategory\";i:6208;s:20:\"apiwarn-invalidtitle\";i:6209;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6210;s:28:\"apiwarn-invalidxmlstylesheet\";i:6211;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6212;s:26:\"apiwarn-moduleswithoutvars\";i:6213;s:15:\"apiwarn-notfile\";i:6214;s:30:\"apiwarn-nothumb-noimagehandler\";i:6215;s:28:\"apiwarn-parse-nocontentmodel\";i:6216;s:23:\"apiwarn-truncatedresult\";i:6217;s:27:\"apiwarn-unclearnowtimestamp\";i:6218;s:26:\"apiwarn-unrecognizedvalues\";i:6219;s:33:\"apiwarn-validationfailed-badchars\";i:6220;s:32:\"apiwarn-validationfailed-badpref\";i:6221;s:34:\"apiwarn-validationfailed-cannotset\";i:6222;s:35:\"apiwarn-validationfailed-keytoolong\";i:6223;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6224;s:24:\"apiwarn-validationfailed\";i:6225;s:18:\"apiwarn-wgdebugapi\";i:6226;s:20:\"api-feed-error-title\";i:6227;s:16:\"api-usage-docref\";i:6228;s:19:\"api-exception-trace\";i:6229;s:18:\"api-credits-header\";i:6230;s:11:\"api-credits\";i:6231;s:20:\"rest-prefix-mismatch\";i:6232;s:17:\"rest-wrong-method\";i:6233;s:13:\"rest-no-match\";i:6234;s:22:\"rest-nonexistent-title\";i:6235;s:31:\"rest-nonexistent-title-revision\";i:6236;s:25:\"rest-nonexistent-revision\";i:6237;s:21:\"rest-nonexistent-user\";i:6238;s:17:\"rest-invalid-user\";i:6239;s:27:\"rest-permission-denied-anon\";i:6240;s:28:\"rest-permission-denied-title\";i:6241;s:31:\"rest-permission-denied-revision\";i:6242;s:28:\"rest-resource-limit-exceeded\";i:6243;s:36:\"rest-pagehistory-incompatible-params\";i:6244;s:34:\"rest-pagehistory-param-range-error\";i:6245;s:32:\"rest-pagehistory-timestamp-error\";i:6246;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6247;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6248;s:26:\"rest-compare-page-mismatch\";i:6249;s:30:\"rest-compare-permission-denied\";i:6250;s:24:\"rest-compare-nonexistent\";i:6251;s:25:\"rest-compare-inaccessible\";i:6252;s:26:\"rest-compare-wrong-content\";i:6253;s:22:\"rest-compare-wikidiff2\";i:6254;s:22:\"rest-bad-content-model\";i:6255;s:21:\"rest-cannot-load-file\";i:6256;s:30:\"ooui-outline-control-move-down\";i:6257;s:28:\"ooui-outline-control-move-up\";i:6258;s:27:\"ooui-outline-control-remove\";i:6259;s:17:\"ooui-toolbar-more\";i:6260;s:21:\"ooui-toolgroup-expand\";i:6261;s:23:\"ooui-toolgroup-collapse\";i:6262;s:16:\"ooui-item-remove\";i:6263;s:26:\"ooui-dialog-message-accept\";i:6264;s:26:\"ooui-dialog-message-reject\";i:6265;s:25:\"ooui-dialog-process-error\";i:6266;s:27:\"ooui-dialog-process-dismiss\";i:6267;s:25:\"ooui-dialog-process-retry\";i:6268;s:28:\"ooui-dialog-process-continue\";i:6269;s:29:\"ooui-selectfile-button-select\";i:6270;s:38:\"ooui-selectfile-button-select-multiple\";i:6271;s:29:\"ooui-selectfile-not-supported\";i:6272;s:27:\"ooui-selectfile-placeholder\";i:6273;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6274;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6275;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6276;s:15:\"ooui-field-help\";i:6277;s:26:\"paramvalidator-emptystring\";i:6278;s:27:\"paramvalidator-help-default\";i:6279;s:33:\"paramvalidator-help-default-empty\";i:6280;s:28:\"paramvalidator-help-required\";i:6281;s:32:\"paramvalidator-help-type-boolean\";i:6282;s:30:\"paramvalidator-help-type-float\";i:6283;s:32:\"paramvalidator-help-type-integer\";i:6284;s:40:\"paramvalidator-help-type-presenceboolean\";i:6285;s:34:\"paramvalidator-help-type-timestamp\";i:6286;s:20:\"skinname-vector-2022\";i:6287;s:26:\"vector-specialversion-name\";i:6288;s:16:\"vector-skin-desc\";i:6289;s:34:\"prefs-vector-enable-vector-1-label\";i:6290;s:33:\"prefs-vector-enable-vector-1-help\";i:6291;s:14:\"vector-opt-out\";i:6292;s:22:\"vector-opt-out-tooltip\";i:6293;s:28:\"vector-action-toggle-sidebar\";i:6294;s:16:\"vector-languages\";i:6295;s:33:\"vector-language-button-aria-label\";i:6296;s:28:\"vector-language-button-label\";i:6297;s:31:\"vector-no-language-button-label\";i:6298;s:36:\"vector-no-language-button-aria-label\";i:6299;s:31:\"vector-language-redirect-to-top\";i:6300;s:38:\"vector-language-variant-switcher-label\";i:6301;s:23:\"vector-jumptonavigation\";i:6302;s:19:\"vector-jumptosearch\";i:6303;s:20:\"vector-jumptocontent\";i:6304;s:20:\"vector-search-loader\";i:6305;s:31:\"vector-searchsuggest-containing\";i:6306;s:17:\"vector-intro-page\";i:6307;s:18:\"vector-toc-heading\";i:6308;s:34:\"vector-toc-toggle-position-sidebar\";i:6309;s:32:\"vector-toc-toggle-position-title\";i:6310;s:20:\"vector-toc-beginning\";i:6311;s:30:\"vector-toc-toggle-button-label\";i:6312;s:27:\"vector-anon-user-menu-pages\";i:6313;s:33:\"vector-anon-user-menu-pages-learn\";i:6314;s:33:\"vector-anon-user-menu-pages-label\";i:6315;s:24:\"vector-main-menu-tooltip\";i:6316;s:23:\"vector-toc-menu-tooltip\";i:6317;s:35:\"vector-toc-collapsible-button-label\";i:6318;s:30:\"vector-article-tools-nav-label\";i:6319;s:21:\"vector-site-nav-label\";i:6320;s:26:\"vector-2022-prefs-talkpage\";i:6321;s:35:\"tooltip-vector-anon-user-menu-title\";i:6322;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6323;s:34:\"wikieditor-toolbar-tool-file-title\";i:6324;s:30:\"wikieditor-toolbar-file-target\";i:6325;s:31:\"wikieditor-toolbar-file-caption\";i:6326;s:28:\"wikieditor-toolbar-file-size\";i:6327;s:29:\"wikieditor-toolbar-file-float\";i:6328;s:31:\"wikieditor-toolbar-file-default\";i:6329;s:30:\"wikieditor-toolbar-file-format\";i:6330;s:35:\"wikieditor-toolbar-file-format-none\";i:6331;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6332;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6333;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6334;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6335;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6336;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6337;s:30:\"syntaxhighlight-error-category\";i:6338;s:35:\"syntaxhighlight-error-category-desc\";i:6339;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6340;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6341;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6342;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6343;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6344;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6345;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6346;s:38:\"syntaxhighlight-error-unknown-language\";i:6347;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6348;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6349;s:22:\"action-mf-uploadbutton\";i:6350;s:20:\"beta-feature-minerva\";i:6351;s:32:\"beta-feature-minerva-description\";i:6352;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6353;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6354;s:37:\"mobile-frontend-account-create-submit\";i:6355;s:25:\"mobile-frontend-app-title\";i:6356;s:34:\"mobile-frontend-categories-heading\";i:6357;s:37:\"mobile-frontend-categories-subheading\";i:6358;s:32:\"mobile-frontend-categories-nocat\";i:6359;s:30:\"mobile-frontend-categories-add\";i:6360;s:33:\"mobile-frontend-categories-search\";i:6361;s:34:\"mobile-frontend-categories-nomatch\";i:6362;s:33:\"mobile-frontend-categories-nodata\";i:6363;s:34:\"mobile-frontend-categories-summary\";i:6364;s:38:\"mobile-frontend-categories-add-heading\";i:6365;s:35:\"mobile-frontend-categories-add-wait\";i:6366;s:33:\"mobile-frontend-categories-normal\";i:6367;s:33:\"mobile-frontend-categories-hidden\";i:6368;s:30:\"mobile-frontend-changeslist-ip\";i:6369;s:37:\"mobile-frontend-changeslist-nocomment\";i:6370;s:28:\"mobile-frontend-clear-search\";i:6371;s:37:\"mobile-frontend-commons-category-view\";i:6372;s:36:\"mobile-frontend-contribution-summary\";i:6373;s:32:\"mobile-frontend-cookies-required\";i:6374;s:33:\"mobile-frontend-diffview-404-desc\";i:6375;s:34:\"mobile-frontend-diffview-404-title\";i:6376;s:34:\"mobile-frontend-diffview-anonymous\";i:6377;s:35:\"mobile-frontend-diffview-bytesadded\";i:6378;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6379;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6380;s:34:\"mobile-frontend-diffview-editcount\";i:6381;s:34:\"mobile-frontend-diffview-explained\";i:6382;s:30:\"mobile-frontend-diffview-title\";i:6383;s:33:\"mobile-frontend-donate-image-anon\";i:6384;s:36:\"mobile-frontend-donate-image-heading\";i:6385;s:41:\"mobile-frontend-donate-image-login-action\";i:6386;s:38:\"mobile-frontend-donate-image-nouploads\";i:6387;s:42:\"mobile-frontend-donate-image-signup-action\";i:6388;s:34:\"mobile-frontend-donate-image-title\";i:6389;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6390;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6391;s:29:\"mobile-frontend-drawer-cancel\";i:6392;s:31:\"mobile-frontend-pointer-dismiss\";i:6393;s:33:\"mobile-frontend-edit-login-action\";i:6394;s:34:\"mobile-frontend-edit-signup-action\";i:6395;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6396;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6397;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6398;s:27:\"mobile-frontend-editor-anon\";i:6399;s:34:\"mobile-frontend-editor-anonwarning\";i:6400;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6401;s:35:\"mobile-frontend-editor-blocked-info\";i:6402;s:29:\"mobile-frontend-editor-cancel\";i:6403;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6404;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6405;s:31:\"mobile-frontend-editor-continue\";i:6406;s:26:\"mobile-frontend-editor-cta\";i:6407;s:31:\"mobile-frontend-editor-disabled\";i:6408;s:30:\"mobile-frontend-editor-editing\";i:6409;s:35:\"mobile-frontend-editor-editing-page\";i:6410;s:28:\"mobile-frontend-editor-error\";i:6411;s:37:\"mobile-frontend-editor-error-conflict\";i:6412;s:36:\"mobile-frontend-editor-error-loading\";i:6413;s:36:\"mobile-frontend-editor-error-preview\";i:6414;s:35:\"mobile-frontend-editor-keep-editing\";i:6415;s:32:\"mobile-frontend-editor-licensing\";i:6416;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6417;s:33:\"mobile-frontend-editor-terms-link\";i:6418;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6419;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6420;s:34:\"mobile-frontend-editor-placeholder\";i:6421;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6422;s:38:\"mobile-frontend-editor-previewing-page\";i:6423;s:37:\"mobile-frontend-editor-redirect-title\";i:6424;s:27:\"mobile-frontend-editor-save\";i:6425;s:30:\"mobile-frontend-editor-success\";i:6426;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6427;s:39:\"mobile-frontend-editor-success-new-page\";i:6428;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6429;s:38:\"mobile-frontend-editor-summary-request\";i:6430;s:30:\"mobile-frontend-editor-summary\";i:6431;s:37:\"mobile-frontend-editor-switch-confirm\";i:6432;s:36:\"mobile-frontend-editor-switch-editor\";i:6433;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6434;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6435;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6436;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6437;s:34:\"mobile-frontend-editor-unavailable\";i:6438;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6439;s:35:\"mobile-frontend-editor-uploadenable\";i:6440;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6441;s:27:\"mobile-frontend-editor-wait\";i:6442;s:36:\"mobile-frontend-editor-redlink-leave\";i:6443;s:38:\"mobile-frontend-editor-redlink-explain\";i:6444;s:37:\"mobile-frontend-editor-redlink-create\";i:6445;s:27:\"mobile-frontend-editor-bold\";i:6446;s:29:\"mobile-frontend-editor-italic\";i:6447;s:32:\"mobile-frontend-editor-bold-text\";i:6448;s:34:\"mobile-frontend-editor-italic-text\";i:6449;s:32:\"mobile-frontend-editor-reference\";i:6450;s:39:\"mobile-frontend-editor-insert-reference\";i:6451;s:44:\"mobile-frontend-editor-reference-placeholder\";i:6452;s:36:\"mobile-frontend-editor-add-reference\";i:6453;s:43:\"mobile-frontend-expand-sections-description\";i:6454;s:38:\"mobile-frontend-expand-sections-status\";i:6455;s:32:\"mobile-frontend-fontchanger-link\";i:6456;s:32:\"mobile-frontend-fontchanger-desc\";i:6457;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6458;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6459;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6460;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6461;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6462;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6463;s:30:\"mobile-frontend-footer-contact\";i:6464;s:31:\"mobile-frontend-footer-sitename\";i:6465;s:32:\"mobile-frontend-generic-404-desc\";i:6466;s:33:\"mobile-frontend-generic-404-title\";i:6467;s:29:\"mobile-frontend-generic-login\";i:6468;s:36:\"mobile-frontend-generic-login-action\";i:6469;s:33:\"mobile-frontend-generic-login-new\";i:6470;s:37:\"mobile-frontend-generic-signup-action\";i:6471;s:23:\"mobile-frontend-history\";i:6472;s:32:\"mobile-frontend-history-404-desc\";i:6473;s:33:\"mobile-frontend-history-404-title\";i:6474;s:34:\"mobile-frontend-history-no-results\";i:6475;s:36:\"mobile-frontend-image-cancel-confirm\";i:6476;s:38:\"mobile-frontend-image-heading-describe\";i:6477;s:31:\"mobile-frontend-image-uploading\";i:6478;s:29:\"mobile-frontend-images-status\";i:6479;s:40:\"mobile-frontend-language-article-heading\";i:6480;s:31:\"mobile-frontend-language-header\";i:6481;s:32:\"mobile-frontend-language-heading\";i:6482;s:36:\"mobile-frontend-language-site-choose\";i:6483;s:39:\"mobile-frontend-language-variant-header\";i:6484;s:34:\"mobile-frontend-languages-404-desc\";i:6485;s:35:\"mobile-frontend-languages-404-title\";i:6486;s:32:\"mobile-frontend-languages-header\";i:6487;s:37:\"mobile-frontend-languages-header-page\";i:6488;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6489;s:30:\"mobile-frontend-languages-text\";i:6490;s:40:\"mobile-frontend-languages-variant-header\";i:6491;s:34:\"mobile-frontend-last-modified-date\";i:6492;s:34:\"mobile-frontend-last-modified-days\";i:6493;s:35:\"mobile-frontend-last-modified-hours\";i:6494;s:38:\"mobile-frontend-last-modified-just-now\";i:6495;s:37:\"mobile-frontend-last-modified-minutes\";i:6496;s:36:\"mobile-frontend-last-modified-months\";i:6497;s:37:\"mobile-frontend-last-modified-seconds\";i:6498;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6499;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6500;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6501;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6502;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6503;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6504;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6505;s:35:\"mobile-frontend-last-modified-years\";i:6506;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6507;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6508;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6509;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6510;s:26:\"mobile-frontend-logged-out\";i:6511;s:25:\"mobile-frontend-main-menu\";i:6512;s:30:\"mobile-frontend-main-menu-back\";i:6513;s:40:\"mobile-frontend-main-menu-account-create\";i:6514;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6515;s:34:\"mobile-frontend-main-menu-featured\";i:6516;s:32:\"mobile-frontend-main-menu-logout\";i:6517;s:32:\"mobile-frontend-main-menu-nearby\";i:6518;s:36:\"mobile-frontend-main-menu-page-title\";i:6519;s:34:\"mobile-frontend-main-menu-settings\";i:6520;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6521;s:32:\"mobile-frontend-main-menu-upload\";i:6522;s:35:\"mobile-frontend-main-menu-watchlist\";i:6523;s:29:\"mobile-frontend-media-details\";i:6524;s:34:\"mobile-frontend-media-license-link\";i:6525;s:32:\"mobile-frontend-meta-data-issues\";i:6526;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6527;s:39:\"mobile-frontend-meta-data-issues-header\";i:6528;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6529;s:29:\"mobile-frontend-missing-image\";i:6530;s:31:\"mobile-frontend-nearby-distance\";i:6531;s:38:\"mobile-frontend-nearby-distance-meters\";i:6532;s:28:\"mobile-frontend-nearby-error\";i:6533;s:37:\"mobile-frontend-nearby-error-guidance\";i:6534;s:30:\"mobile-frontend-nearby-loading\";i:6535;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6536;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6537;s:32:\"mobile-frontend-nearby-noresults\";i:6538;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6539;s:33:\"mobile-frontend-nearby-permission\";i:6540;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6541;s:30:\"mobile-frontend-nearby-refresh\";i:6542;s:35:\"mobile-frontend-nearby-requirements\";i:6543;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6544;s:28:\"mobile-frontend-nearby-title\";i:6545;s:34:\"mobile-frontend-nearby-sectiontext\";i:6546;s:29:\"mobile-frontend-overlay-close\";i:6547;s:32:\"mobile-frontend-overlay-continue\";i:6548;s:34:\"mobile-frontend-page-menu-contents\";i:6549;s:33:\"mobile-frontend-page-menu-history\";i:6550;s:33:\"mobile-frontend-page-edit-summary\";i:6551;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6552;s:36:\"mobile-frontend-password-placeholder\";i:6553;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6554;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6555;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6556;s:31:\"mobile-frontend-photo-licensing\";i:6557;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6558;s:31:\"mobile-frontend-photo-ownership\";i:6559;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6560;s:36:\"mobile-frontend-photo-ownership-help\";i:6561;s:28:\"mobile-frontend-photo-submit\";i:6562;s:28:\"mobile-frontend-photo-upload\";i:6563;s:33:\"mobile-frontend-photo-upload-anon\";i:6564;s:36:\"mobile-frontend-photo-upload-comment\";i:6565;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6566;s:34:\"mobile-frontend-photo-upload-error\";i:6567;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6568;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6569;s:36:\"mobile-frontend-photo-upload-generic\";i:6570;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6571;s:44:\"mobile-frontend-photo-upload-success-article\";i:6572;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6573;s:39:\"mobile-frontend-photo-upload-user-count\";i:6574;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6575;s:31:\"mobile-frontend-placeholder-app\";i:6576;s:32:\"mobile-frontend-placeholder-beta\";i:6577;s:33:\"mobile-frontend-privacy-link-text\";i:6578;s:40:\"mobile-frontend-profile-activity-heading\";i:6579;s:29:\"mobile-frontend-profile-error\";i:6580;s:38:\"mobile-frontend-profile-footer-ancient\";i:6581;s:35:\"mobile-frontend-profile-footer-days\";i:6582;s:37:\"mobile-frontend-profile-footer-months\";i:6583;s:36:\"mobile-frontend-profile-footer-years\";i:6584;s:33:\"mobile-frontend-profile-last-edit\";i:6585;s:34:\"mobile-frontend-profile-last-thank\";i:6586;s:30:\"mobile-frontend-profile-noargs\";i:6587;s:30:\"mobile-frontend-profile-nouser\";i:6588;s:29:\"mobile-frontend-profile-title\";i:6589;s:37:\"mobile-frontend-profile-userpage-link\";i:6590;s:32:\"mobile-frontend-profile-usertalk\";i:6591;s:35:\"mobile-frontend-references-citation\";i:6592;s:31:\"mobile-frontend-requires-mobile\";i:6593;s:30:\"mobile-frontend-requires-title\";i:6594;s:26:\"mobile-frontend-save-error\";i:6595;s:29:\"mobile-frontend-save-settings\";i:6596;s:32:\"mobile-frontend-saving-exit-page\";i:6597;s:30:\"mobile-frontend-search-content\";i:6598;s:41:\"mobile-frontend-search-content-no-results\";i:6599;s:33:\"mobile-frontend-search-no-results\";i:6600;s:39:\"mobile-frontend-settings-images-explain\";i:6601;s:29:\"mobile-frontend-settings-beta\";i:6602;s:41:\"mobile-frontend-settings-site-description\";i:6603;s:36:\"mobile-frontend-settings-site-header\";i:6604;s:37:\"mobile-frontend-sign-in-error-heading\";i:6605;s:31:\"mobile-frontend-sign-in-heading\";i:6606;s:27:\"mobile-frontend-sign-in-why\";i:6607;s:31:\"mobile-frontend-sign-up-heading\";i:6608;s:29:\"mobile-frontend-talk-fullpage\";i:6609;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6610;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6611;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6612;s:33:\"mobile-frontend-talk-back-to-page\";i:6613;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6614;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6615;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6616;s:33:\"mobile-frontend-talk-edit-summary\";i:6617;s:30:\"mobile-frontend-talk-explained\";i:6618;s:36:\"mobile-frontend-talk-explained-empty\";i:6619;s:35:\"mobile-frontend-talk-overlay-header\";i:6620;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6621;s:26:\"mobile-frontend-talk-reply\";i:6622;s:31:\"mobile-frontend-talk-reply-info\";i:6623;s:34:\"mobile-frontend-talk-reply-success\";i:6624;s:35:\"mobile-frontend-talk-topic-feedback\";i:6625;s:32:\"mobile-frontend-talk-topic-error\";i:6626;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6627;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6628;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6629;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6630;s:31:\"mobile-frontend-talk-topic-wait\";i:6631;s:26:\"mobile-frontend-terms-text\";i:6632;s:30:\"mobile-frontend-thanked-notice\";i:6633;s:28:\"mobile-frontend-user-account\";i:6634;s:35:\"mobile-frontend-user-button-tooltip\";i:6635;s:32:\"mobile-frontend-user-newmessages\";i:6636;s:24:\"mobile-frontend-user-cta\";i:6637;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6638;s:36:\"mobile-frontend-username-placeholder\";i:6639;s:28:\"mobile-frontend-view-desktop\";i:6640;s:27:\"mobile-frontend-view-mobile\";i:6641;s:27:\"mobile-frontend-view-source\";i:6642;s:27:\"mobile-frontend-watch-login\";i:6643;s:29:\"mobile-frontend-watchlist-a-z\";i:6644;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6645;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6646;s:29:\"mobile-frontend-watchlist-add\";i:6647;s:35:\"mobile-frontend-watchlist-back-home\";i:6648;s:29:\"mobile-frontend-watchlist-cta\";i:6649;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:6650;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6651;s:30:\"mobile-frontend-watchlist-feed\";i:6652;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6653;s:36:\"mobile-frontend-watchlist-filter-all\";i:6654;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6655;s:38:\"mobile-frontend-watchlist-filter-other\";i:6656;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6657;s:38:\"mobile-frontend-watchlist-login-action\";i:6658;s:30:\"mobile-frontend-watchlist-more\";i:6659;s:37:\"mobile-frontend-watchlist-please-wait\";i:6660;s:31:\"mobile-frontend-watchlist-error\";i:6661;s:33:\"mobile-frontend-watchlist-purpose\";i:6662;s:33:\"mobile-frontend-watchlist-removed\";i:6663;s:39:\"mobile-frontend-watchlist-signup-action\";i:6664;s:30:\"mobile-frontend-watchlist-view\";i:6665;s:36:\"mobile-frontend-quick-lookup-looking\";i:6666;s:39:\"mobile-frontend-quick-lookup-no-results\";i:6667;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:6668;s:6:\"nearby\";i:6669;s:21:\"right-mf-uploadbutton\";i:6670;s:15:\"tag-mobile_edit\";i:6671;s:27:\"tag-mobile_edit-description\";i:6672;s:19:\"tag-mobile_web_edit\";i:6673;s:31:\"tag-mobile_web_edit-description\";i:6674;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:6675;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:6676;s:30:\"apihelp-mobileview-description\";i:6677;s:29:\"apihelp-mobileview-param-page\";i:6678;s:33:\"apihelp-mobileview-param-redirect\";i:6679;s:36:\"apihelp-mobileview-param-sectionprop\";i:6680;s:32:\"apihelp-mobileview-param-variant\";i:6681;s:33:\"apihelp-mobileview-param-noimages\";i:6682;s:35:\"apihelp-mobileview-param-noheadings\";i:6683;s:36:\"apihelp-mobileview-param-notransform\";i:6684;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:6685;s:34:\"apihelp-mobileview-param-thumbsize\";i:6686;s:35:\"apihelp-mobileview-param-thumbwidth\";i:6687;s:36:\"apihelp-mobileview-param-thumbheight\";i:6688;s:28:\"apihelp-mobileview-example-1\";i:6689;s:28:\"apihelp-mobileview-example-2\";i:6690;s:28:\"apihelp-mobileview-example-3\";i:6691;s:28:\"apihelp-parse-param-noimages\";i:6692;s:28:\"apihelp-parse-param-mainpage\";i:6693;s:35:\"mobile-frontend-donate-button-label\";i:6694;s:43:\"mobile-frontend-meta-data-issues-categories\";i:6695;s:31:\"mobile-frontend-loading-message\";i:6696;s:31:\"mobile-frontend-console-recruit\";i:6697;s:34:\"mobile-frontend-browse-tags-header\";i:6698;s:24:\"mobile-frontend-panel-ok\";i:6699;s:28:\"mobile-frontend-panel-cancel\";i:6700;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:6701;s:41:\"mobile-frontend-search-feedback-link-text\";i:6702;s:38:\"mobile-frontend-search-feedback-prompt\";i:6703;s:20:\"googleanalytics-desc\";i:6704;s:17:\"right-noanalytics\";i:6705;s:7:\"sidebar\";i:6706;s:18:\"pagecategorieslink\";i:6707;s:25:\"categoryviewer-pagedlinks\";i:6708;s:24:\"category-header-numerals\";i:6709;s:9:\"sitetitle\";i:6710;s:12:\"sitesubtitle\";i:6711;s:10:\"addsection\";i:6712;s:14:\"talkpageheader\";i:6713;s:22:\"view-pool-dirty-output\";i:6714;s:20:\"view-pool-contention\";i:6715;s:17:\"view-pool-timeout\";i:6716;s:12:\"edithelppage\";i:6717;s:8:\"helppage\";i:6718;s:14:\"mainpage-title\";i:6719;s:23:\"mainpage-title-loggedin\";i:6720;s:23:\"pagetitle-view-mainpage\";i:6721;s:16:\"backlinksubtitle\";i:6722;s:9:\"feed-atom\";i:6723;s:8:\"feed-rss\";i:6724;s:10:\"sitenotice\";i:6725;s:10:\"anonnotice\";i:6726;s:28:\"newsectionheaderdefaultlevel\";i:6727;s:10:\"nstab-talk\";i:6728;s:23:\"createacct-helpusername\";i:6729;s:24:\"createacct-username-help\";i:6730;s:11:\"loginprompt\";i:6731;s:18:\"userlogout-summary\";i:6732;s:13:\"helplogin-url\";i:6733;s:26:\"createacct-imgcaptcha-help\";i:6734;s:24:\"createacct-benefit-icon1\";i:6735;s:24:\"createacct-benefit-head1\";i:6736;s:24:\"createacct-benefit-icon2\";i:6737;s:24:\"createacct-benefit-head2\";i:6738;s:24:\"createacct-benefit-icon3\";i:6739;s:24:\"createacct-benefit-head3\";i:6740;s:17:\"nocookiesforlogin\";i:6741;s:11:\"signupstart\";i:6742;s:9:\"signupend\";i:6743;s:15:\"signupend-https\";i:6744;s:11:\"emailsender\";i:6745;s:18:\"loginlanguagelinks\";i:6746;s:15:\"pear-mail-error\";i:6747;s:14:\"php-mail-error\";i:6748;s:22:\"changepassword-summary\";i:6749;s:19:\"changeemail-summary\";i:6750;s:19:\"resettokens-summary\";i:6751;s:8:\"sig-text\";i:6752;s:18:\"newarticletextanon\";i:6753;s:12:\"talkpagetext\";i:6754;s:17:\"noarticletextanon\";i:6755;s:17:\"editnotice-notext\";i:6756;s:23:\"editpage-head-copy-warn\";i:6757;s:20:\"editpage-tos-summary\";i:6758;s:13:\"longpage-hint\";i:6759;s:18:\"addsection-preload\";i:6760;s:20:\"addsection-editintro\";i:6761;s:26:\"createaccount-hook-aborted\";i:6762;s:21:\"revision-info-current\";i:6763;s:12:\"revision-nav\";i:6764;s:17:\"history_copyright\";i:6765;s:41:\"mergehistory-warning-redirect-not-created\";i:6766;s:26:\"mergehistory-redirect-text\";i:6767;s:18:\"pagemerge-logentry\";i:6768;s:14:\"search-summary\";i:6769;s:23:\"searchmenu-new-nocreate\";i:6770;s:23:\"search-interwiki-custom\";i:6771;s:12:\"googlesearch\";i:6772;s:15:\"opensearch-desc\";i:6773;s:19:\"preferences-summary\";i:6774;s:36:\"prefs-user-downloaddata-help-message\";i:6775;s:18:\"userrights-summary\";i:6776;s:35:\"userrights-no-shorten-expiry-marker\";i:6777;s:6:\"ntimes\";i:6778;s:17:\"recentchanges-url\";i:6779;s:17:\"recentchangestext\";i:6780;s:26:\"recentchanges-legend-minor\";i:6781;s:24:\"recentchanges-legend-bot\";i:6782;s:32:\"recentchanges-legend-unpatrolled\";i:6783;s:30:\"recentchanges-legend-plusminus\";i:6784;s:30:\"rcfilters-tag-prefix-namespace\";i:6785;s:25:\"rcfilters-tag-prefix-tags\";i:6786;s:17:\"unpatrolledletter\";i:6787;s:43:\"number-of-watching-users-for-recent-changes\";i:6788;s:14:\"rc-change-size\";i:6789;s:14:\"upload-summary\";i:6790;s:12:\"uploadfooter\";i:6791;s:26:\"upload-default-description\";i:6792;s:13:\"uploadedimage\";i:6793;s:14:\"overwroteimage\";i:6794;s:8:\"licenses\";i:6795;s:24:\"shareddescriptionfollows\";i:6796;s:35:\"filedelete-reason-dropdown-suppress\";i:6797;s:22:\"unwatchedpages-summary\";i:6798;s:21:\"listredirects-summary\";i:6799;s:23:\"unusedtemplates-summary\";i:6800;s:14:\"randompage-url\";i:6801;s:18:\"statistics-summary\";i:6802;s:24:\"statistics-articles-desc\";i:6803;s:21:\"statistics-files-desc\";i:6804;s:17:\"statistics-footer\";i:6805;s:21:\"pageswithprop-summary\";i:6806;s:23:\"doubleredirects-summary\";i:6807;s:23:\"brokenredirects-summary\";i:6808;s:29:\"brokenredirects-delete-reason\";i:6809;s:23:\"fewestrevisions-summary\";i:6810;s:19:\"lonelypages-summary\";i:6811;s:26:\"uncategorizedpages-summary\";i:6812;s:31:\"uncategorizedcategories-summary\";i:6813;s:27:\"uncategorizedimages-summary\";i:6814;s:30:\"uncategorizedtemplates-summary\";i:6815;s:24:\"unusedcategories-summary\";i:6816;s:20:\"unusedimages-summary\";i:6817;s:24:\"wantedcategories-summary\";i:6818;s:19:\"wantedfiles-summary\";i:6819;s:23:\"wantedtemplates-summary\";i:6820;s:18:\"mostlinked-summary\";i:6821;s:28:\"mostlinkedcategories-summary\";i:6822;s:27:\"mostlinkedtemplates-summary\";i:6823;s:22:\"mostcategories-summary\";i:6824;s:18:\"mostimages-summary\";i:6825;s:22:\"mostinterwikis-summary\";i:6826;s:21:\"mostrevisions-summary\";i:6827;s:19:\"prefixindex-summary\";i:6828;s:18:\"shortpages-summary\";i:6829;s:17:\"longpages-summary\";i:6830;s:20:\"deadendpages-summary\";i:6831;s:29:\"protectedpages-unknown-reason\";i:6832;s:17:\"listusers-summary\";i:6833;s:16:\"newpages-summary\";i:6834;s:20:\"ancientpages-summary\";i:6835;s:15:\"apihelp-summary\";i:6836;s:12:\"apihelp-link\";i:6837;s:18:\"apisandbox-summary\";i:6838;s:19:\"booksources-summary\";i:6839;s:16:\"booksources-isbn\";i:6840;s:6:\"rfcurl\";i:6841;s:9:\"pubmedurl\";i:6842;s:16:\"allpages-summary\";i:6843;s:18:\"categories-summary\";i:6844;s:28:\"deletedcontributions-summary\";i:6845;s:18:\"linksearch-summary\";i:6846;s:19:\"activeusers-summary\";i:6847;s:29:\"listgrouprights-right-display\";i:6848;s:29:\"listgrouprights-right-revoked\";i:6849;s:24:\"listgrants-grant-display\";i:6850;s:17:\"emailuser-summary\";i:6851;s:17:\"watchlist-summary\";i:6852;s:17:\"watchlist-unwatch\";i:6853;s:22:\"watchlist-unwatch-undo\";i:6854;s:30:\"deletereason-dropdown-suppress\";i:6855;s:16:\"protectedarticle\";i:6856;s:25:\"modifiedarticleprotection\";i:6857;s:18:\"unprotectedarticle\";i:6858;s:22:\"movedarticleprotection\";i:6859;s:20:\"protect-summary-desc\";i:6860;s:17:\"restriction-blank\";i:6861;s:16:\"undelete-summary\";i:6862;s:22:\"undelete-revision-row2\";i:6863;s:21:\"contributions-summary\";i:6864;s:24:\"sp-contributions-explain\";i:6865;s:23:\"sp-contributions-footer\";i:6866;s:28:\"sp-contributions-footer-anon\";i:6867;s:34:\"sp-contributions-footer-anon-range\";i:6868;s:21:\"whatlinkshere-summary\";i:6869;s:15:\"unblock-summary\";i:6870;s:17:\"blocklist-summary\";i:6871;s:13:\"blocklogentry\";i:6872;s:16:\"reblock-logentry\";i:6873;s:15:\"unblocklogentry\";i:6874;s:5:\"sorbs\";i:6875;s:18:\"ipb-default-expiry\";i:6876;s:21:\"ipb-default-expiry-ip\";i:6877;s:16:\"movepage-summary\";i:6878;s:18:\"move-redirect-text\";i:6879;s:31:\"category-move-redirect-override\";i:6880;s:14:\"export-summary\";i:6881;s:14:\"import-summary\";i:6882;s:22:\"import-logentry-upload\";i:6883;s:25:\"import-logentry-interwiki\";i:6884;s:21:\"accesskey-pt-userpage\";i:6885;s:25:\"accesskey-pt-anonuserpage\";i:6886;s:19:\"accesskey-pt-mytalk\";i:6887;s:21:\"accesskey-pt-anontalk\";i:6888;s:24:\"accesskey-pt-preferences\";i:6889;s:22:\"accesskey-pt-watchlist\";i:6890;s:22:\"accesskey-pt-mycontris\";i:6891;s:25:\"accesskey-pt-anoncontribs\";i:6892;s:18:\"accesskey-pt-login\";i:6893;s:26:\"accesskey-pt-login-private\";i:6894;s:19:\"accesskey-pt-logout\";i:6895;s:26:\"accesskey-pt-createaccount\";i:6896;s:17:\"accesskey-ca-view\";i:6897;s:17:\"accesskey-ca-talk\";i:6898;s:17:\"accesskey-ca-edit\";i:6899;s:23:\"accesskey-ca-addsection\";i:6900;s:23:\"accesskey-ca-viewsource\";i:6901;s:20:\"accesskey-ca-history\";i:6902;s:20:\"accesskey-ca-protect\";i:6903;s:22:\"accesskey-ca-unprotect\";i:6904;s:19:\"accesskey-ca-delete\";i:6905;s:21:\"accesskey-ca-undelete\";i:6906;s:17:\"accesskey-ca-move\";i:6907;s:18:\"accesskey-ca-watch\";i:6908;s:20:\"accesskey-ca-unwatch\";i:6909;s:16:\"accesskey-search\";i:6910;s:19:\"accesskey-search-go\";i:6911;s:25:\"accesskey-search-fulltext\";i:6912;s:16:\"accesskey-p-logo\";i:6913;s:26:\"accesskey-n-help-mediawiki\";i:6914;s:20:\"accesskey-n-mainpage\";i:6915;s:32:\"accesskey-n-mainpage-description\";i:6916;s:18:\"accesskey-n-portal\";i:6917;s:25:\"accesskey-n-currentevents\";i:6918;s:25:\"accesskey-n-recentchanges\";i:6919;s:22:\"accesskey-n-randompage\";i:6920;s:16:\"accesskey-n-help\";i:6921;s:25:\"accesskey-t-whatlinkshere\";i:6922;s:31:\"accesskey-t-recentchangeslinked\";i:6923;s:18:\"accesskey-feed-rss\";i:6924;s:19:\"accesskey-feed-atom\";i:6925;s:25:\"accesskey-t-contributions\";i:6926;s:21:\"accesskey-t-emailuser\";i:6927;s:16:\"accesskey-t-info\";i:6928;s:21:\"accesskey-t-permalink\";i:6929;s:17:\"accesskey-t-print\";i:6930;s:18:\"accesskey-t-upload\";i:6931;s:24:\"accesskey-t-specialpages\";i:6932;s:23:\"accesskey-ca-nstab-main\";i:6933;s:23:\"accesskey-ca-nstab-user\";i:6934;s:24:\"accesskey-ca-nstab-media\";i:6935;s:26:\"accesskey-ca-nstab-special\";i:6936;s:26:\"accesskey-ca-nstab-project\";i:6937;s:24:\"accesskey-ca-nstab-image\";i:6938;s:28:\"accesskey-ca-nstab-mediawiki\";i:6939;s:27:\"accesskey-ca-nstab-template\";i:6940;s:23:\"accesskey-ca-nstab-help\";i:6941;s:27:\"accesskey-ca-nstab-category\";i:6942;s:19:\"accesskey-minoredit\";i:6943;s:14:\"accesskey-save\";i:6944;s:17:\"accesskey-publish\";i:6945;s:17:\"accesskey-preview\";i:6946;s:14:\"accesskey-diff\";i:6947;s:33:\"accesskey-compareselectedversions\";i:6948;s:15:\"accesskey-watch\";i:6949;s:26:\"accesskey-watchlist-expiry\";i:6950;s:16:\"accesskey-upload\";i:6951;s:26:\"accesskey-preferences-save\";i:6952;s:17:\"accesskey-summary\";i:6953;s:24:\"accesskey-userrights-set\";i:6954;s:23:\"accesskey-blockip-block\";i:6955;s:16:\"accesskey-export\";i:6956;s:16:\"accesskey-import\";i:6957;s:37:\"accesskey-watchlistedit-normal-submit\";i:6958;s:34:\"accesskey-watchlistedit-raw-submit\";i:6959;s:15:\"tooltip-ca-view\";i:6960;s:14:\"tooltip-p-lang\";i:6961;s:20:\"tooltip-p-navigation\";i:6962;s:20:\"tooltip-p-namespaces\";i:6963;s:12:\"tooltip-p-tb\";i:6964;s:18:\"tooltip-p-variants\";i:6965;s:15:\"tooltip-p-views\";i:6966;s:36:\"tooltip-p-user-interface-preferences\";i:6967;s:19:\"tooltip-p-user-page\";i:6968;s:24:\"tooltip-n-help-mediawiki\";i:6969;s:33:\"interlanguage-link-title-langonly\";i:6970;s:32:\"interlanguage-link-title-nonlang\";i:6971;s:36:\"interlanguage-link-title-nonlangonly\";i:6972;s:15:\"pageinfo-header\";i:6973;s:15:\"pageinfo-footer\";i:6974;s:19:\"markaspatrolledlink\";i:6975;s:11:\"widthheight\";i:6976;s:13:\"newimagestext\";i:6977;s:10:\"video-dims\";i:6978;s:8:\"today-at\";i:6979;s:19:\"variantname-zh-hans\";i:6980;s:19:\"variantname-zh-hant\";i:6981;s:17:\"variantname-zh-cn\";i:6982;s:17:\"variantname-zh-tw\";i:6983;s:17:\"variantname-zh-hk\";i:6984;s:17:\"variantname-zh-mo\";i:6985;s:17:\"variantname-zh-sg\";i:6986;s:17:\"variantname-zh-my\";i:6987;s:14:\"variantname-zh\";i:6988;s:20:\"variantname-gan-hans\";i:6989;s:20:\"variantname-gan-hant\";i:6990;s:15:\"variantname-gan\";i:6991;s:19:\"variantname-sr-cyrl\";i:6992;s:17:\"variantname-sr-ec\";i:6993;s:17:\"variantname-sr-el\";i:6994;s:19:\"variantname-sr-latn\";i:6995;s:14:\"variantname-sr\";i:6996;s:17:\"variantname-kk-kz\";i:6997;s:17:\"variantname-kk-tr\";i:6998;s:17:\"variantname-kk-cn\";i:6999;s:19:\"variantname-kk-cyrl\";i:7000;s:19:\"variantname-kk-latn\";i:7001;s:19:\"variantname-kk-arab\";i:7002;s:14:\"variantname-kk\";i:7003;s:19:\"variantname-ku-arab\";i:7004;s:19:\"variantname-ku-latn\";i:7005;s:14:\"variantname-ku\";i:7006;s:19:\"variantname-tg-cyrl\";i:7007;s:19:\"variantname-tg-latn\";i:7008;s:14:\"variantname-tg\";i:7009;s:20:\"variantname-tly-cyrl\";i:7010;s:15:\"variantname-tly\";i:7011;s:20:\"variantname-ike-cans\";i:7012;s:20:\"variantname-ike-latn\";i:7013;s:14:\"variantname-iu\";i:7014;s:20:\"variantname-shi-tfng\";i:7015;s:20:\"variantname-shi-latn\";i:7016;s:15:\"variantname-shi\";i:7017;s:14:\"variantname-uz\";i:7018;s:19:\"variantname-uz-latn\";i:7019;s:19:\"variantname-uz-cyrl\";i:7020;s:15:\"variantname-crh\";i:7021;s:20:\"variantname-crh-latn\";i:7022;s:20:\"variantname-crh-cyrl\";i:7023;s:17:\"metadata-langitem\";i:7024;s:25:\"metadata-langitem-default\";i:7025;s:10:\"unit-pixel\";i:7026;s:19:\"semicolon-separator\";i:7027;s:15:\"colon-separator\";i:7028;s:18:\"autocomment-prefix\";i:7029;s:14:\"pipe-separator\";i:7030;s:14:\"word-separator\";i:7031;s:11:\"parentheses\";i:7032;s:17:\"parentheses-start\";i:7033;s:15:\"parentheses-end\";i:7034;s:8:\"brackets\";i:7035;s:14:\"brackets-start\";i:7036;s:12:\"brackets-end\";i:7037;s:12:\"img-lang-opt\";i:7038;s:29:\"block-autoblock-exemptionlist\";i:7039;s:10:\"size-bytes\";i:7040;s:14:\"size-megabytes\";i:7041;s:14:\"size-gigabytes\";i:7042;s:14:\"size-terabytes\";i:7043;s:14:\"size-petabytes\";i:7044;s:13:\"size-exabytes\";i:7045;s:15:\"size-zettabytes\";i:7046;s:15:\"size-yottabytes\";i:7047;s:15:\"size-ronnabytes\";i:7048;s:16:\"size-quettabytes\";i:7049;s:14:\"size-kilopixel\";i:7050;s:14:\"size-megapixel\";i:7051;s:14:\"size-gigapixel\";i:7052;s:14:\"size-terapixel\";i:7053;s:14:\"size-petapixel\";i:7054;s:13:\"size-exapixel\";i:7055;s:15:\"size-zettapixel\";i:7056;s:15:\"size-yottapixel\";i:7057;s:15:\"size-ronnapixel\";i:7058;s:16:\"size-quettapixel\";i:7059;s:12:\"bitrate-bits\";i:7060;s:16:\"bitrate-kilobits\";i:7061;s:16:\"bitrate-megabits\";i:7062;s:16:\"bitrate-gigabits\";i:7063;s:16:\"bitrate-terabits\";i:7064;s:16:\"bitrate-petabits\";i:7065;s:15:\"bitrate-exabits\";i:7066;s:17:\"bitrate-zettabits\";i:7067;s:17:\"bitrate-yottabits\";i:7068;s:17:\"bitrate-ronnabits\";i:7069;s:18:\"bitrate-quettabits\";i:7070;s:21:\"editwatchlist-summary\";i:7071;s:19:\"iranian-calendar-m1\";i:7072;s:19:\"iranian-calendar-m2\";i:7073;s:19:\"iranian-calendar-m3\";i:7074;s:19:\"iranian-calendar-m4\";i:7075;s:19:\"iranian-calendar-m5\";i:7076;s:19:\"iranian-calendar-m6\";i:7077;s:19:\"iranian-calendar-m7\";i:7078;s:19:\"iranian-calendar-m8\";i:7079;s:19:\"iranian-calendar-m9\";i:7080;s:20:\"iranian-calendar-m10\";i:7081;s:20:\"iranian-calendar-m11\";i:7082;s:20:\"iranian-calendar-m12\";i:7083;s:17:\"hijri-calendar-m1\";i:7084;s:17:\"hijri-calendar-m2\";i:7085;s:17:\"hijri-calendar-m3\";i:7086;s:17:\"hijri-calendar-m4\";i:7087;s:17:\"hijri-calendar-m5\";i:7088;s:17:\"hijri-calendar-m6\";i:7089;s:17:\"hijri-calendar-m7\";i:7090;s:17:\"hijri-calendar-m8\";i:7091;s:17:\"hijri-calendar-m9\";i:7092;s:18:\"hijri-calendar-m10\";i:7093;s:18:\"hijri-calendar-m11\";i:7094;s:18:\"hijri-calendar-m12\";i:7095;s:18:\"hebrew-calendar-m1\";i:7096;s:18:\"hebrew-calendar-m2\";i:7097;s:18:\"hebrew-calendar-m3\";i:7098;s:18:\"hebrew-calendar-m4\";i:7099;s:18:\"hebrew-calendar-m5\";i:7100;s:18:\"hebrew-calendar-m6\";i:7101;s:19:\"hebrew-calendar-m6a\";i:7102;s:19:\"hebrew-calendar-m6b\";i:7103;s:18:\"hebrew-calendar-m7\";i:7104;s:18:\"hebrew-calendar-m8\";i:7105;s:18:\"hebrew-calendar-m9\";i:7106;s:19:\"hebrew-calendar-m10\";i:7107;s:19:\"hebrew-calendar-m11\";i:7108;s:19:\"hebrew-calendar-m12\";i:7109;s:22:\"hebrew-calendar-m1-gen\";i:7110;s:22:\"hebrew-calendar-m2-gen\";i:7111;s:22:\"hebrew-calendar-m3-gen\";i:7112;s:22:\"hebrew-calendar-m4-gen\";i:7113;s:22:\"hebrew-calendar-m5-gen\";i:7114;s:22:\"hebrew-calendar-m6-gen\";i:7115;s:23:\"hebrew-calendar-m6a-gen\";i:7116;s:23:\"hebrew-calendar-m6b-gen\";i:7117;s:22:\"hebrew-calendar-m7-gen\";i:7118;s:22:\"hebrew-calendar-m8-gen\";i:7119;s:22:\"hebrew-calendar-m9-gen\";i:7120;s:23:\"hebrew-calendar-m10-gen\";i:7121;s:23:\"hebrew-calendar-m11-gen\";i:7122;s:23:\"hebrew-calendar-m12-gen\";i:7123;s:14:\"signature-anon\";i:7124;s:12:\"timezone-utc\";i:7125;s:15:\"version-summary\";i:7126;s:11:\"version-api\";i:7127;s:15:\"version-version\";i:7128;s:20:\"version-db-mysql-url\";i:7129;s:22:\"version-db-mariadb-url\";i:7130;s:22:\"version-db-percona-url\";i:7131;s:23:\"version-db-postgres-url\";i:7132;s:21:\"version-db-sqlite-url\";i:7133;s:29:\"version-entrypoints-index-php\";i:7134;s:27:\"version-entrypoints-api-php\";i:7135;s:28:\"version-entrypoints-rest-php\";i:7136;s:13:\"redirect-text\";i:7137;s:20:\"specialpages-summary\";i:7138;s:24:\"specialpages-note-cached\";i:7139;s:12:\"tags-summary\";i:7140;s:30:\"tags-edit-revision-explanation\";i:7141;s:30:\"tags-edit-logentry-explanation\";i:7142;s:20:\"comparepages-summary\";i:7143;s:17:\"diff-form-summary\";i:7144;s:21:\"permanentlink-summary\";i:7145;s:18:\"newsection-summary\";i:7146;s:16:\"editpage-summary\";i:7147;s:18:\"deletepage-summary\";i:7148;s:16:\"pageinfo-summary\";i:7149;s:19:\"pagehistory-summary\";i:7150;s:19:\"protectpage-summary\";i:7151;s:13:\"purge-summary\";i:7152;s:10:\"rawmessage\";i:7153;s:14:\"deletedarticle\";i:7154;s:16:\"undeletedarticle\";i:7155;s:15:\"patrol-log-line\";i:7156;s:15:\"patrol-log-auto\";i:7157;s:15:\"patrol-log-diff\";i:7158;s:9:\"1movedto2\";i:7159;s:15:\"1movedto2_redir\";i:7160;s:23:\"newuserlog-create-entry\";i:7161;s:24:\"newuserlog-create2-entry\";i:7162;s:27:\"newuserlog-autocreate-entry\";i:7163;s:14:\"rightslogentry\";i:7164;s:26:\"rightslogentry-autopromote\";i:7165;s:32:\"limitreport-ppvisitednodes-value\";i:7166;s:32:\"limitreport-expansiondepth-value\";i:7167;s:40:\"limitreport-expensivefunctioncount-value\";i:7168;s:31:\"limitreport-unstrip-depth-value\";i:7169;s:25:\"mediastatistics-header-3d\";i:7170;s:35:\"authmanager-account-password-domain\";i:7171;s:37:\"authprovider-confirmlink-request-help\";i:7172;s:31:\"passwordpolicies-policy-display\";i:7173;s:40:\"passwordpolicies-policy-displaywithflags\";i:7174;s:26:\"copyupload-allowed-domains\";i:7175;s:19:\"exif-fnumber-format\";i:7176;s:23:\"exif-focallength-format\";i:7177;s:22:\"exif-coordinate-format\";i:7178;s:15:\"exif-make-value\";i:7179;s:16:\"exif-model-value\";i:7180;s:19:\"exif-software-value\";i:7181;s:27:\"exif-software-version-value\";i:7182;s:18:\"exif-contact-value\";i:7183;s:26:\"exif-subjectnewscode-value\";i:7184;s:18:\"exif-compression-5\";i:7185;s:18:\"exif-compression-7\";i:7186;s:18:\"exif-compression-8\";i:7187;s:22:\"exif-compression-32773\";i:7188;s:22:\"exif-compression-32946\";i:7189;s:22:\"exif-compression-34712\";i:7190;s:32:\"exif-photometricinterpretation-2\";i:7191;s:32:\"exif-photometricinterpretation-6\";i:7192;s:32:\"exif-photometricinterpretation-8\";i:7193;s:36:\"exif-photometricinterpretation-34892\";i:7194;s:19:\"exif-xyresolution-c\";i:7195;s:17:\"exif-colorspace-1\";i:7196;s:30:\"exif-componentsconfiguration-1\";i:7197;s:30:\"exif-componentsconfiguration-2\";i:7198;s:30:\"exif-componentsconfiguration-3\";i:7199;s:30:\"exif-componentsconfiguration-4\";i:7200;s:30:\"exif-componentsconfiguration-5\";i:7201;s:30:\"exif-componentsconfiguration-6\";i:7202;s:19:\"exif-lightsource-20\";i:7203;s:19:\"exif-lightsource-21\";i:7204;s:19:\"exif-lightsource-22\";i:7205;s:19:\"exif-lightsource-23\";i:7206;s:27:\"exif-maxaperturevalue-value\";i:7207;s:23:\"exif-initialcameradolly\";i:7208;s:22:\"exif-stitchingsoftware\";i:7209;s:20:\"apihelp-main-summary\";i:7210;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:7211;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:7212;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7213;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:7214;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:7215;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:7216;s:35:\"apihelp-block-param-watchlistexpiry\";i:7217;s:38:\"apihelp-block-param-actionrestrictions\";i:7218;s:38:\"apihelp-changecontentmodel-param-title\";i:7219;s:39:\"apihelp-changecontentmodel-param-pageid\";i:7220;s:38:\"apihelp-compare-param-fromcontentmodel\";i:7221;s:39:\"apihelp-compare-param-fromcontentformat\";i:7222;s:32:\"apihelp-compare-param-torelative\";i:7223;s:27:\"apihelp-compare-param-topst\";i:7224;s:29:\"apihelp-compare-param-toslots\";i:7225;s:35:\"apihelp-compare-param-totext-{slot}\";i:7226;s:38:\"apihelp-compare-param-tosection-{slot}\";i:7227;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:7228;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:7229;s:28:\"apihelp-compare-param-totext\";i:7230;s:36:\"apihelp-compare-param-tocontentmodel\";i:7231;s:37:\"apihelp-compare-param-tocontentformat\";i:7232;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:7233;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:7234;s:37:\"apihelp-compare-paramvalue-prop-title\";i:7235;s:36:\"apihelp-compare-paramvalue-prop-user\";i:7236;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:7237;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:7238;s:36:\"apihelp-compare-paramvalue-prop-size\";i:7239;s:30:\"apihelp-compare-param-difftype\";i:7240;s:27:\"apihelp-compare-param-slots\";i:7241;s:31:\"apihelp-delete-param-deletetalk\";i:7242;s:36:\"apihelp-delete-param-watchlistexpiry\";i:7243;s:34:\"apihelp-edit-param-watchlistexpiry\";i:7244;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:7245;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:7246;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:7247;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:7248;s:34:\"apihelp-move-param-watchlistexpiry\";i:7249;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:7250;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:7251;s:41:\"apihelp-opensearch-param-redirects-append\";i:7252;s:25:\"apihelp-parse-param-revid\";i:7253;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:7254;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:7255;s:35:\"apihelp-parse-param-wrapoutputclass\";i:7256;s:45:\"apihelp-parse-param-disablestylededuplication\";i:7257;s:37:\"apihelp-protect-param-watchlistexpiry\";i:7258;s:32:\"apihelp-query-param-exportschema\";i:7259;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:7260;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:7261;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:7262;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:7263;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:7264;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:7265;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:7266;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:7267;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:7268;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:7269;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:7270;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7271;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:7272;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:7273;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7274;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:7275;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:7276;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:7277;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:7278;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:7279;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:7280;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:7281;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:7282;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:7283;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:7284;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:7285;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:7286;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:7287;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:7288;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:7289;s:36:\"apihelp-query+info-param-linkcontext\";i:7290;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:7291;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:7292;s:37:\"apihelp-query+languageinfo-param-prop\";i:7293;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:7294;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:7295;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:7296;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:7297;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:7298;s:37:\"apihelp-query+languageinfo-param-code\";i:7299;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:7300;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:7301;s:38:\"apihelp-query+recentchanges-param-slot\";i:7302;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:7303;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7304;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7305;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:7306;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:7307;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:7308;s:40:\"apihelp-query+revisions+base-param-slots\";i:7309;s:41:\"apihelp-query+revisions+base-param-diffto\";i:7310;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:7311;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:7312;s:33:\"apihelp-query+search-param-search\";i:7313;s:36:\"apihelp-query+search-param-qiprofile\";i:7314;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:7315;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:7316;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:7317;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:7318;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:7319;s:37:\"apihelp-query+siteinfo-example-replag\";i:7320;s:28:\"apihelp-query+tokens-summary\";i:7321;s:31:\"apihelp-query+tokens-param-type\";i:7322;s:35:\"apihelp-query+tokens-example-simple\";i:7323;s:34:\"apihelp-query+tokens-example-types\";i:7324;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7325;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7326;s:38:\"apihelp-query+usercontribs-param-start\";i:7327;s:36:\"apihelp-query+usercontribs-param-end\";i:7328;s:40:\"apihelp-query+usercontribs-param-iprange\";i:7329;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:7330;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:7331;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:7332;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:7333;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:7334;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:7335;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:7336;s:38:\"apihelp-query+users-param-attachedwiki\";i:7337;s:36:\"apihelp-query+watchlist-param-allrev\";i:7338;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:7339;s:35:\"apihelp-query+watchlist-param-token\";i:7340;s:38:\"apihelp-query+watchlist-example-expiry\";i:7341;s:38:\"apihelp-query+watchlistraw-param-token\";i:7342;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:7343;s:33:\"apihelp-revisiondelete-param-type\";i:7344;s:37:\"apihelp-revisiondelete-param-suppress\";i:7345;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:7346;s:25:\"apihelp-stashedit-summary\";i:7347;s:38:\"apihelp-stashedit-extended-description\";i:7348;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:7349;s:37:\"apihelp-undelete-extended-description\";i:7350;s:32:\"apihelp-undelete-param-watchlist\";i:7351;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:7352;s:29:\"apihelp-unlinkaccount-summary\";i:7353;s:36:\"apihelp-unlinkaccount-example-simple\";i:7354;s:22:\"apihelp-upload-summary\";i:7355;s:35:\"apihelp-upload-extended-description\";i:7356;s:28:\"apihelp-upload-param-comment\";i:7357;s:36:\"apihelp-upload-param-watchlistexpiry\";i:7358;s:26:\"apihelp-upload-param-stash\";i:7359;s:32:\"apihelp-upload-param-checkstatus\";i:7360;s:26:\"apihelp-watch-param-expiry\";i:7361;s:34:\"apihelp-watch-example-watch-expiry\";i:7362;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:7363;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:7364;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:7365;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:7366;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:7367;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:7368;s:41:\"api-format-prettyprint-header-hyperlinked\";i:7369;s:22:\"api-login-fail-aborted\";i:7370;s:30:\"api-login-fail-aborted-nobotpw\";i:7371;s:25:\"api-login-fail-sameorigin\";i:7372;s:14:\"api-help-flags\";i:7373;s:18:\"api-help-help-urls\";i:7374;s:24:\"api-help-parameters-note\";i:7375;s:31:\"api-help-param-deprecated-label\";i:7376;s:29:\"api-help-param-internal-label\";i:7377;s:24:\"api-help-param-templated\";i:7378;s:34:\"api-help-param-templated-var-first\";i:7379;s:28:\"api-help-param-templated-var\";i:7380;s:22:\"api-help-datatypes-top\";i:7381;s:25:\"api-help-datatype-boolean\";i:7382;s:24:\"api-help-datatype-expiry\";i:7383;s:27:\"api-help-datatype-timestamp\";i:7384;s:31:\"api-help-templatedparams-header\";i:7385;s:24:\"api-help-templatedparams\";i:7386;s:26:\"api-help-param-type-expiry\";i:7387;s:35:\"api-help-param-type-presenceboolean\";i:7388;s:20:\"api-help-param-token\";i:7389;s:26:\"api-help-param-token-webui\";i:7390;s:35:\"api-help-paramvalue-direction-newer\";i:7391;s:35:\"api-help-paramvalue-direction-older\";i:7392;s:32:\"api-help-no-extended-description\";i:7393;s:34:\"api-help-authmanager-general-usage\";i:7394;s:35:\"api-help-authmanagerhelper-requests\";i:7395;s:34:\"api-help-authmanagerhelper-request\";i:7396;s:36:\"api-help-authmanagerhelper-returnurl\";i:7397;s:35:\"api-help-authmanagerhelper-continue\";i:7398;s:44:\"api-help-authmanagerhelper-additional-params\";i:7399;s:25:\"apierror-assertanonfailed\";i:7400;s:32:\"apierror-bad-badfilecontexttitle\";i:7401;s:28:\"apierror-bad-watchlist-token\";i:7402;s:33:\"apierror-cannot-async-upload-file\";i:7403;s:33:\"apierror-cantview-deleted-comment\";i:7404;s:37:\"apierror-cantview-deleted-description\";i:7405;s:34:\"apierror-cantview-deleted-metadata\";i:7406;s:42:\"apierror-cantview-deleted-revision-content\";i:7407;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7408;s:24:\"apierror-chunk-too-small\";i:7409;s:21:\"apierror-cidrtoobroad\";i:7410;s:33:\"apierror-compare-maintextrequired\";i:7411;s:25:\"apierror-compare-no-title\";i:7412;s:31:\"apierror-compare-nofromrevision\";i:7413;s:29:\"apierror-compare-notorevision\";i:7414;s:26:\"apierror-concurrency-limit\";i:7415;s:36:\"apierror-compare-relative-to-deleted\";i:7416;s:36:\"apierror-compare-relative-to-nothing\";i:7417;s:30:\"apierror-contentmodel-mismatch\";i:7418;s:29:\"apierror-edit-invalidredirect\";i:7419;s:28:\"apierror-exceptioncaughttype\";i:7420;s:22:\"apierror-invalid-chunk\";i:7421;s:25:\"apierror-invalid-file-key\";i:7422;s:23:\"apierror-invalidiprange\";i:7423;s:21:\"apierror-ipoutofrange\";i:7424;s:23:\"apierror-maxlag-generic\";i:7425;s:15:\"apierror-maxlag\";i:7426;s:29:\"apierror-missingcontent-revid\";i:7427;s:34:\"apierror-missingcontent-revid-role\";i:7428;s:25:\"apierror-missingrev-title\";i:7429;s:23:\"apierror-nouploadmodule\";i:7430;s:19:\"apierror-pastexpiry\";i:7431;s:36:\"apierror-permissiondenied-patrolflag\";i:7432;s:28:\"apierror-redirect-appendonly\";i:7433;s:26:\"apierror-revdel-needtarget\";i:7434;s:30:\"apierror-stashedit-missingtext\";i:7435;s:23:\"apierror-stashexception\";i:7436;s:29:\"apierror-stashfailed-complete\";i:7437;s:30:\"apierror-stashfailed-nosession\";i:7438;s:25:\"apierror-stashinvalidfile\";i:7439;s:27:\"apierror-stashnosuchfilekey\";i:7440;s:25:\"apierror-stashpathinvalid\";i:7441;s:23:\"apierror-toofewexpiries\";i:7442;s:29:\"apierror-upload-filekeyneeded\";i:7443;s:33:\"apierror-upload-filekeynotallowed\";i:7444;s:29:\"apierror-upload-missingresult\";i:7445;s:34:\"apiwarn-checktoken-percentencoding\";i:7446;s:23:\"apiwarn-compare-no-next\";i:7447;s:23:\"apiwarn-compare-no-prev\";i:7448;s:30:\"apiwarn-compare-nocontentmodel\";i:7449;s:31:\"apiwarn-deprecation-login-token\";i:7450;s:32:\"apiwarn-deprecation-missingparam\";i:7451;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7452;s:20:\"apiwarn-difftohidden\";i:7453;s:26:\"apiwarn-errorprinterfailed\";i:7454;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7455;s:30:\"apiwarn-parse-revidwithouttext\";i:7456;s:30:\"apiwarn-parse-titlewithouttext\";i:7457;s:26:\"apiwarn-redirectsandrevids\";i:7458;s:21:\"apiwarn-tokens-origin\";i:7459;s:24:\"apiwarn-unsupportedarray\";i:7460;s:21:\"apiwarn-urlparamwidth\";i:7461;s:25:\"api-usage-mailinglist-ref\";i:7462;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7463;s:17:\"rest-search-error\";i:7464;s:27:\"rest-page-source-type-error\";i:7465;s:16:\"rest-no-revision\";i:7466;s:25:\"rest-media-too-many-links\";i:7467;s:23:\"rest-html-backend-error\";i:7468;s:18:\"rest-bad-json-body\";i:7469;s:26:\"rest-json-body-parse-error\";i:7470;s:23:\"rest-missing-body-field\";i:7471;s:30:\"rest-update-cannot-create-page\";i:7472;s:26:\"rest-extraneous-csrf-token\";i:7473;s:28:\"rest-cross-origin-anon-write\";i:7474;s:31:\"rest-requires-safe-against-csrf\";i:7475;s:13:\"rest-badtoken\";i:7476;s:26:\"ooui-combobox-button-label\";i:7477;s:22:\"paramvalidator-badbool\";i:7478;s:24:\"paramvalidator-badexpiry\";i:7479;s:33:\"paramvalidator-badexpiry-duration\";i:7480;s:37:\"paramvalidator-badexpiry-duration-max\";i:7481;s:29:\"paramvalidator-badexpiry-past\";i:7482;s:23:\"paramvalidator-badfloat\";i:7483;s:33:\"paramvalidator-badfloat-notfinite\";i:7484;s:25:\"paramvalidator-badinteger\";i:7485;s:27:\"paramvalidator-badtimestamp\";i:7486;s:34:\"paramvalidator-badupload-cantwrite\";i:7487;s:33:\"paramvalidator-badupload-formsize\";i:7488;s:32:\"paramvalidator-badupload-inisize\";i:7489;s:31:\"paramvalidator-badupload-nofile\";i:7490;s:33:\"paramvalidator-badupload-notmpdir\";i:7491;s:34:\"paramvalidator-badupload-notupload\";i:7492;s:32:\"paramvalidator-badupload-partial\";i:7493;s:31:\"paramvalidator-badupload-phpext\";i:7494;s:33:\"paramvalidator-badvalue-enummulti\";i:7495;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7496;s:31:\"paramvalidator-deprecated-value\";i:7497;s:23:\"paramvalidator-maxbytes\";i:7498;s:23:\"paramvalidator-maxchars\";i:7499;s:27:\"paramvalidator-missingparam\";i:7500;s:23:\"paramvalidator-notmulti\";i:7501;s:29:\"paramvalidator-outofrange-max\";i:7502;s:32:\"paramvalidator-outofrange-minmax\";i:7503;s:29:\"paramvalidator-outofrange-min\";i:7504;s:31:\"paramvalidator-param-deprecated\";i:7505;s:30:\"paramvalidator-param-sensitive\";i:7506;s:28:\"paramvalidator-toomanyvalues\";i:7507;s:34:\"paramvalidator-unclearnowtimestamp\";i:7508;s:33:\"paramvalidator-unrecognizedvalues\";i:7509;s:30:\"paramvalidator-help-deprecated\";i:7510;s:34:\"paramvalidator-help-multi-separate\";i:7511;s:29:\"paramvalidator-help-multi-max\";i:7512;s:36:\"paramvalidator-help-multi-max-simple\";i:7513;s:29:\"paramvalidator-help-multi-all\";i:7514;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7515;s:29:\"paramvalidator-help-type-enum\";i:7516;s:31:\"paramvalidator-help-type-expiry\";i:7517;s:30:\"paramvalidator-help-type-limit\";i:7518;s:35:\"paramvalidator-help-type-number-max\";i:7519;s:38:\"paramvalidator-help-type-number-minmax\";i:7520;s:35:\"paramvalidator-help-type-number-min\";i:7521;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7522;s:40:\"paramvalidator-help-type-string-maxchars\";i:7523;s:31:\"paramvalidator-help-type-upload\";i:7524;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7525;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7526;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7527;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7528;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7529;s:32:\"syntaxhighlight-enclose-category\";i:7530;s:37:\"syntaxhighlight-enclose-category-desc\";i:7531;s:31:\"syntaxhighlight-source-category\";i:7532;s:36:\"syntaxhighlight-source-category-desc\";i:7533;s:32:\"mobile-frontend-current-language\";i:7534;s:30:\"mobile-frontend-diffview-comma\";i:7535;s:42:\"mobile-frontend-page-menu-language-current\";i:7536;s:30:\"mobile-frontend-requires-optin\";i:7537;s:25:\"mobile-frontend-terms-url\";i:7538;s:10:\"mobile.css\";i:7539;s:9:\"mobile.js\";i:7540;s:16:\"skinname-minerva\";i:7541;s:33:\"apihelp-mobileview-param-sections\";i:7542;s:29:\"apihelp-mobileview-param-prop\";i:7543;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7544;s:34:\"apihelp-mobileview-param-pageprops\";i:7545;s:31:\"apihelp-mobileview-param-offset\";i:7546;s:31:\"apihelp-mobileview-param-maxlen\";i:7547;s:32:\"apihelp-parse-param-mobileformat\";}}'),('an','magicWords','a:172:{s:14:\"currentversion\";a:7:{i:0;i:1;i:1;s:14:\"BERSIÓNAUTUAL\";i:2;s:13:\"BERSIONAUTUAL\";i:3;s:15:\"REVISIÓNACTUAL\";i:4;s:13:\"VERSIONACTUAL\";i:5;s:14:\"VERSIÓNACTUAL\";i:6;s:14:\"CURRENTVERSION\";}s:12:\"displaytitle\";a:5:{i:0;i:1;i:1;s:6:\"TÍTOL\";i:2;s:14:\"MOSTRARTÍTULO\";i:3;s:13:\"MOSTRARTITULO\";i:4;s:12:\"DISPLAYTITLE\";}s:8:\"img_left\";a:7:{i:0;i:1;i:1;s:5:\"cucha\";i:2;s:9:\"izquierda\";i:3;s:5:\"zurda\";i:4;s:4:\"izda\";i:5;s:3:\"izq\";i:6;s:4:\"left\";}s:9:\"img_right\";a:6:{i:0;i:1;i:1;s:6:\"dreita\";i:2;s:7:\"derecha\";i:3;s:4:\"dcha\";i:4;s:3:\"der\";i:5;s:5:\"right\";}s:8:\"language\";a:4:{i:0;i:0;i:1;s:8:\"#LUENGA:\";i:2;s:8:\"#IDIOMA:\";i:3;s:10:\"#LANGUAGE:\";}s:9:\"namespace\";a:4:{i:0;i:1;i:1;s:16:\"ESPACIODENOMBRES\";i:2;s:15:\"ESPACIODENOMBRE\";i:3;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:4:{i:0;i:1;i:1;s:17:\"ESPACIODENOMBRESE\";i:2;s:16:\"ESPACIODENOMBREC\";i:3;s:10:\"NAMESPACEE\";}s:2:\"ns\";a:4:{i:0;i:0;i:1;s:3:\"EN:\";i:2;s:4:\"EDN:\";i:3;s:3:\"NS:\";}s:8:\"redirect\";a:6:{i:0;i:0;i:1;s:10:\"#ENDRECERA\";i:2;s:12:\"#REENDRECERA\";i:3;s:13:\"#REDIRECCIÓN\";i:4;s:12:\"#REDIRECCION\";i:5;s:9:\"#REDIRECT\";}s:7:\"special\";a:4:{i:0;i:0;i:1;s:8:\"especial\";i:2;s:8:\"espezial\";i:3;s:7:\"special\";}s:11:\"articlepath\";a:4:{i:0;i:0;i:1;s:13:\"RUTAARTÍCULO\";i:2;s:12:\"RUTAARTICULO\";i:3;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:4:{i:0;i:1;i:1;s:18:\"NOMBREDEPAGINABASE\";i:2;s:19:\"NOMBREDEPÁGINABASE\";i:3;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:4:{i:0;i:1;i:1;s:19:\"NOMBREDEPAGINABASEC\";i:2;s:20:\"NOMBREDEPÁGINABASEC\";i:3;s:13:\"BASEPAGENAMEE\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:12:\"URLCANONICA:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:13:\"URLCANONICAC:\";i:2;s:14:\"CANONICALURLE:\";}s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:18:\"IDIOMADELCONTENIDO\";i:2;s:13:\"IDIOMADELCONT\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:6:{i:0;i:1;i:1;s:10:\"DÍAACTUAL\";i:2;s:9:\"DIAACTUAL\";i:3;s:11:\"DÍA_ACTUAL\";i:4;s:10:\"DIA_ACTUAL\";i:5;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:6:{i:0;i:1;i:1;s:11:\"DÍAACTUAL2\";i:2;s:10:\"DIAACTUAL2\";i:3;s:12:\"DÍA_ACTUAL2\";i:4;s:11:\"DIA_ACTUAL2\";i:5;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:4:{i:0;i:1;i:1;s:16:\"NOMBREDÍAACTUAL\";i:2;s:15:\"NOMBREDIAACTUAL\";i:3;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:5:{i:0;i:1;i:1;s:9:\"DDSACTUAL\";i:2;s:17:\"DIADESEMANAACTUAL\";i:3;s:18:\"DÍADESEMANAACTUAL\";i:4;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:4:{i:0;i:1;i:1;s:10:\"HORAACTUAL\";i:2;s:11:\"HORA_ACTUAL\";i:3;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:9:\"MESACTUAL\";i:2;s:10:\"MESACTUAL2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:10:\"MESACTUAL1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:18:\"MESACTUALABREVIADO\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:4:{i:0;i:1;i:1;s:17:\"MESACTUALCOMPLETO\";i:2;s:15:\"NOMBREMESACTUAL\";i:3;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:17:\"MESACTUALGENITIVO\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:5:{i:0;i:1;i:1;s:19:\"HORA_MINUTOS_ACTUAL\";i:2;s:17:\"HORAMINUTOSACTUAL\";i:3;s:12:\"TIEMPOACTUAL\";i:4;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:17:\"MARCADEHORAACTUAL\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:12:\"SEMANAACTUAL\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:4:{i:0;i:1;i:1;s:10:\"AÑOACTUAL\";i:2;s:11:\"AÑO_ACTUAL\";i:3;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:8:\"ORDENAR:\";i:2;s:27:\"CLAVEDEORDENPREDETERMINADO:\";i:3;s:31:\"ORDENDECATEGORIAPREDETERMINADO:\";i:4;s:32:\"ORDENDECATEGORÍAPREDETERMINADO:\";i:5;s:12:\"DEFAULTSORT:\";i:6;s:15:\"DEFAULTSORTKEY:\";i:7;s:20:\"DEFAULTCATEGORYSORT:\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:12:\"noreemplazar\";i:2;s:9:\"noreplace\";}s:8:\"filepath\";a:5:{i:0;i:0;i:1;s:12:\"RUTAARCHIVO:\";i:2;s:11:\"RUTARCHIVO:\";i:3;s:14:\"RUTADEARCHIVO:\";i:4;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:5:{i:0;i:0;i:1;s:14:\"__FORZAR_TDC__\";i:2;s:13:\"__FORZARTDC__\";i:3;s:13:\"__FORZARTOC__\";i:4;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:14:\"formatodefecha\";i:2;s:14:\"formatearfecha\";i:3;s:10:\"formatdate\";i:4;s:10:\"dateformat\";}s:9:\"formatnum\";a:4:{i:0;i:0;i:1;s:14:\"FORMATONÚMERO\";i:2;s:13:\"FORMATONUMERO\";i:3;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:4:{i:0;i:1;i:1;s:23:\"NOMBRECOMPLETODEPÁGINA\";i:2;s:22:\"NOMBRECOMPLETODEPAGINA\";i:3;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:23:\"NOMBRECOMPLETODEPAGINAC\";i:2;s:24:\"NOMBRECOMPLETODEPÁGINAC\";i:3;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:12:\"URLCOMPLETA:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:13:\"URLCOMPLETAC:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:4:{i:0;i:0;i:1;s:8:\"GÉNERO:\";i:2;s:7:\"GENERO:\";i:3;s:7:\"GENDER:\";}s:7:\"grammar\";a:4:{i:0;i:0;i:1;s:10:\"GRAMATICA:\";i:2;s:11:\"GRAMÁTICA:\";i:3;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:20:\"__CATEGORÍAOCULTA__\";i:2;s:13:\"__HIDDENCAT__\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:5:\"borde\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"abajo\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:7:{i:0;i:1;i:1;s:6:\"centro\";i:2;s:8:\"centrado\";i:3;s:8:\"centrada\";i:4;s:7:\"centrar\";i:5;s:6:\"center\";i:6;s:6:\"centre\";}s:10:\"img_framed\";a:7:{i:0;i:1;i:1;s:5:\"marco\";i:2;s:9:\"enmarcado\";i:3;s:9:\"enmarcada\";i:4;s:5:\"frame\";i:5;s:6:\"framed\";i:6;s:8:\"enframed\";}s:13:\"img_frameless\";a:5:{i:0;i:1;i:1;s:8:\"sinmarco\";i:2;s:12:\"sin_enmarcar\";i:3;s:11:\"sinenmarcar\";i:4;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:9:\"idioma=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_link\";a:5:{i:0;i:1;i:1;s:11:\"vínculo=$1\";i:2;s:10:\"vinculo=$1\";i:3;s:9:\"enlace=$1\";i:4;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:20:\"miniaturadeimagen=$1\";i:2;s:12:\"miniatura=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:5:\"medio\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:6:{i:0;i:1;i:1;s:2:\"no\";i:2;s:7:\"ninguna\";i:3;s:7:\"ninguno\";i:4;s:4:\"nada\";i:5;s:4:\"none\";}s:8:\"img_page\";a:7:{i:0;i:1;i:1;s:9:\"pagina=$1\";i:2;s:10:\"página=$1\";i:3;s:9:\"pagina_$1\";i:4;s:10:\"página_$1\";i:5;s:7:\"page=$1\";i:6;s:7:\"page $1\";}s:13:\"img_thumbnail\";a:6:{i:0;i:1;i:1;s:17:\"miniaturadeimagen\";i:2;s:9:\"miniatura\";i:3;s:4:\"mini\";i:4;s:5:\"thumb\";i:5;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:6:\"arriba\";i:2;s:3:\"top\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:11:\"__INDEXAR__\";i:2;s:9:\"__INDEX__\";}s:2:\"lc\";a:4:{i:0;i:0;i:1;s:6:\"MINUS:\";i:2;s:7:\"MINÚS:\";i:3;s:3:\"LC:\";}s:7:\"lcfirst\";a:4:{i:0;i:0;i:1;s:13:\"PRIMEROMINUS:\";i:2;s:14:\"PRIMEROMINÚS:\";i:3;s:8:\"LCFIRST:\";}s:8:\"localday\";a:4:{i:0;i:1;i:1;s:9:\"DÍALOCAL\";i:2;s:8:\"DIALOCAL\";i:3;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:9:\"DIALOCAL2\";i:2;s:10:\"DÍALOCAL2\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:4:{i:0;i:1;i:1;s:14:\"NOMBREDIALOCAL\";i:2;s:15:\"NOMBREDÍALOCAL\";i:3;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:5:{i:0;i:1;i:1;s:8:\"DDSLOCAL\";i:2;s:16:\"DIADESEMANALOCAL\";i:3;s:17:\"DÍADESEMANALOCAL\";i:4;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:9:\"HORALOCAL\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:8:\"MESLOCAL\";i:2;s:9:\"MESLOCAL2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:9:\"MESLOCAL1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:17:\"MESLOCALABREVIADO\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:4:{i:0;i:1;i:1;s:16:\"MESLOCALCOMPLETO\";i:2;s:14:\"NOMBREMESLOCAL\";i:3;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:16:\"MESLOCALGENITIVO\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:4:{i:0;i:1;i:1;s:16:\"HORAMINUTOSLOCAL\";i:2;s:11:\"TIEMPOLOCAL\";i:3;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:16:\"MARCADEHORALOCAL\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:9:\"URLLOCAL:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:10:\"URLLOCALC:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:11:\"SEMANALOCAL\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:9:\"AÑOLOCAL\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:4:\"MSJ:\";i:2;s:4:\"MSG:\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:17:\"NÚMERODELESPACIO\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:25:\"__VINCULARANUEVASECCION__\";i:2;s:23:\"__ENLACECREARSECCIÓN__\";i:3;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:24:\"__NOCONVERTIRCONTENIDO__\";i:2;s:9:\"__NOCC___\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:5:{i:0;i:0;i:1;s:22:\"__NO_EDITAR_SECCIÓN__\";i:2;s:20:\"__NOEDITARSECCIÓN__\";i:3;s:19:\"__NOEDITARSECCION__\";i:4;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:5:{i:0;i:0;i:1;s:16:\"__SIN_GALERÍA__\";i:2;s:14:\"__NOGALERÍA__\";i:3;s:13:\"__NOGALERIA__\";i:4;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:13:\"__NOINDEXAR__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:27:\"__NOVINCULARANUEVASECCION__\";i:2;s:26:\"__SINENLACECREARSECCIÓN__\";i:3;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:6:{i:0;i:0;i:1;s:21:\"__NOCONVERTIRTITULO__\";i:2;s:22:\"__NOCONVERTIRTÍTULO__\";i:3;s:9:\"__NOCT___\";i:4;s:18:\"__NOTITLECONVERT__\";i:5;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:11:\"__SIN_TDC__\";i:2;s:9:\"__NOTDC__\";i:3;s:9:\"__NOTOC__\";}s:13:\"numberingroup\";a:7:{i:0;i:1;i:1;s:14:\"NÚMEROENGRUPO\";i:2;s:13:\"NUMEROENGRUPO\";i:3;s:10:\"NUMENGRUPO\";i:4;s:11:\"NÚMENGRUPO\";i:5;s:13:\"NUMBERINGROUP\";i:6;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:4:{i:0;i:1;i:1;s:24:\"NÚMERODEUSUARIOSACTIVOS\";i:2;s:23:\"NUMERODEUSUARIOSACTIVOS\";i:3;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:10:{i:0;i:1;i:1;s:23:\"NÚMEROADMINIISTRADORES\";i:2;s:13:\"NÚMEROADMINS\";i:3;s:12:\"NUMEROADMINS\";i:4;s:21:\"NUMEROADMINISTRADORES\";i:5;s:23:\"NUMERODEADMINISTRADORES\";i:6;s:14:\"NUMERODEADMINS\";i:7;s:24:\"NÚMERODEADMINISTRADORES\";i:8;s:15:\"NÚMERODEADMINS\";i:9;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:4:{i:0;i:1;i:1;s:19:\"NÚMERODEARTÍCULOS\";i:2;s:17:\"NUMERODEARTICULOS\";i:3;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:4:{i:0;i:1;i:1;s:18:\"NÚMERODEEDICIONES\";i:2;s:17:\"NUMERODEEDICIONES\";i:3;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:4:{i:0;i:1;i:1;s:17:\"NÚMERODEARCHIVOS\";i:2;s:16:\"NUMERODEARCHIVOS\";i:3;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:4:{i:0;i:1;i:1;s:17:\"NÚMERODEPÁGINAS\";i:2;s:15:\"NUMERODEPAGINAS\";i:3;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:4:{i:0;i:1;i:1;s:17:\"NÚMERODEUSUARIOS\";i:2;s:16:\"NUMERODEUSUARIOS\";i:3;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:4:{i:0;i:0;i:1;s:17:\"RELLENARIZQUIERDA\";i:2;s:11:\"RELLENARIZQ\";i:3;s:7:\"PADLEFT\";}s:8:\"padright\";a:4:{i:0;i:0;i:1;s:15:\"RELLENARDERECHA\";i:2;s:11:\"RELLENARDER\";i:3;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:6:{i:0;i:0;i:1;s:11:\"IDDEPÁGINA\";i:2;s:9:\"IDPÁGINA\";i:3;s:10:\"IDDEPAGINA\";i:4;s:8:\"IDPAGINA\";i:5;s:6:\"PAGEID\";}s:8:\"pagename\";a:4:{i:0;i:1;i:1;s:14:\"NOMBREDEPAGINA\";i:2;s:15:\"NOMBREDEPÁGINA\";i:3;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:4:{i:0;i:1;i:1;s:15:\"NOMBREDEPAGINAC\";i:2;s:16:\"NOMBREDEPÁGINAC\";i:3;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:8:{i:0;i:1;i:1;s:20:\"PÁGINASENCATEGORÍA\";i:2;s:13:\"PÁGINASENCAT\";i:3;s:9:\"PAGSENCAT\";i:4;s:18:\"PAGINASENCATEGORIA\";i:5;s:12:\"PAGINASENCAT\";i:6;s:15:\"PAGESINCATEGORY\";i:7;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"todo\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:8:\"archivos\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:8:\"páginas\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:14:\"subcategorías\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:4:{i:0;i:1;i:1;s:17:\"PÁGINASENESPACIO\";i:2;s:17:\"PAGESINNAMESPACE:\";i:3;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:6:{i:0;i:1;i:1;s:14:\"TAMAÑOPÁGINA\";i:2;s:16:\"TAMAÑODEPÁGINA\";i:3;s:13:\"TAMAÑOPAGINA\";i:4;s:15:\"TAMAÑODEPAGINA\";i:5;s:8:\"PAGESIZE\";}s:15:\"protectionlevel\";a:4:{i:0;i:1;i:1;s:18:\"NIVELDEPROTECCIÓN\";i:2;s:17:\"NIVELDEPROTECCION\";i:3;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:4:{i:0;i:0;i:1;s:11:\"SINFORMATO:\";i:2;s:10:\"SINPUNTOS:\";i:3;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:2:\"SF\";i:2;s:1:\"R\";}s:11:\"revisionday\";a:6:{i:0;i:1;i:1;s:13:\"DIADEREVISION\";i:2;s:11:\"DIAREVISION\";i:3;s:15:\"DÍADEREVISIÓN\";i:4;s:13:\"DÍAREVISIÓN\";i:5;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:6:{i:0;i:1;i:1;s:14:\"DIADEREVISION2\";i:2;s:12:\"DIAREVISION2\";i:3;s:16:\"DÍADEREVISIÓN2\";i:4;s:14:\"DÍAREVISIÓN2\";i:5;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:6:{i:0;i:1;i:1;s:12:\"IDDEREVISION\";i:2;s:10:\"IDREVISION\";i:3;s:13:\"IDDEREVISIÓN\";i:4;s:11:\"IDREVISIÓN\";i:5;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:6:{i:0;i:1;i:1;s:13:\"MESDEREVISION\";i:2;s:14:\"MESDEREVISIÓN\";i:3;s:11:\"MESREVISION\";i:4;s:12:\"MESREVISIÓN\";i:5;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:6:{i:0;i:1;i:1;s:14:\"MESDEREVISION1\";i:2;s:15:\"MESDEREVISIÓN1\";i:3;s:12:\"MESREVISION1\";i:4;s:13:\"MESREVISIÓN1\";i:5;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:4:{i:0;i:1;i:1;s:18:\"TAMAÑODEREVISIÓN\";i:2;s:17:\"TAMAÑODEREVISION\";i:3;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:21:\"MARCADEHORADEREVISION\";i:2;s:22:\"MARCADEHORADEREVISIÓN\";i:3;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:4:{i:0;i:1;i:1;s:17:\"USUARIODEREVISION\";i:2;s:18:\"USUARIODEREVISIÓN\";i:3;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:6:{i:0;i:1;i:1;s:14:\"AÑODEREVISION\";i:2;s:15:\"AÑODEREVISIÓN\";i:3;s:12:\"AÑOREVISION\";i:4;s:13:\"AÑOREVISIÓN\";i:5;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:4:{i:0;i:1;i:1;s:18:\"NOMBREDEPAGINARAIZ\";i:2;s:20:\"NOMBREDEPÁGINARAÍZ\";i:3;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:4:{i:0;i:1;i:1;s:19:\"NOMBREDEPAGINARAIZC\";i:2;s:21:\"NOMBREDEPÁGINARAÍZC\";i:3;s:13:\"ROOTPAGENAMEE\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:10:\"RUTASCRIPT\";i:2;s:12:\"RUTADESCRIPT\";i:3;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"SERVIDOR\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:14:\"NOMBRESERVIDOR\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:14:\"NOMBREDELSITIO\";i:2;s:8:\"SITENAME\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:9:\"especialc\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:25:\"__REDIRECCIÓNESTÁTICA__\";i:2;s:23:\"__REDIRECCIONESTATICA__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:4:{i:0;i:0;i:1;s:10:\"RUTAESTILO\";i:2;s:12:\"RUTADEESTILO\";i:3;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:9:{i:0;i:1;i:1;s:20:\"NOMBREDEPAGINADETEMA\";i:2;s:21:\"NOMBREDEPÁGINADETEMA\";i:3;s:23:\"NOMBREDEPÁGINADEASUNTO\";i:4;s:22:\"NOMBREDEPAGINADEASUNTO\";i:5;s:24:\"NOMBREDEPAGINADEARTICULO\";i:6;s:26:\"NOMBREDEPÁGINADEARTÍCULO\";i:7;s:15:\"SUBJECTPAGENAME\";i:8;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:9:{i:0;i:1;i:1;s:21:\"NOMBREDEPAGINADETEMAC\";i:2;s:22:\"NOMBREDEPÁGINADETEMAC\";i:3;s:24:\"NOMBREDEPÁGINADEASUNTOC\";i:4;s:23:\"NOMBREDEPAGINADEASUNTOC\";i:5;s:25:\"NOMBREDEPAGINADEARTICULOC\";i:6;s:27:\"NOMBREDEPÁGINADEARTÍCULOC\";i:7;s:16:\"SUBJECTPAGENAMEE\";i:8;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:7:{i:0;i:1;i:1;s:15:\"ESPACIODEASUNTO\";i:2;s:13:\"ESPACIODETEMA\";i:3;s:18:\"ESPACIODEARTÍCULO\";i:4;s:17:\"ESPACIODEARTICULO\";i:5;s:12:\"SUBJECTSPACE\";i:6;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:7:{i:0;i:1;i:1;s:14:\"ESPACIODETEMAC\";i:2;s:16:\"ESPACIODEASUNTOC\";i:3;s:18:\"ESPACIODEARTICULOC\";i:4;s:19:\"ESPACIODEARTÍCULOC\";i:5;s:13:\"SUBJECTSPACEE\";i:6;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:4:{i:0;i:1;i:1;s:17:\"NOMBREDESUBPAGINA\";i:2;s:18:\"NOMBREDESUBPÁGINA\";i:3;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:4:{i:0;i:1;i:1;s:18:\"NOMBREDESUBPAGINAC\";i:2;s:19:\"NOMBREDESUBPÁGINAC\";i:3;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:4:{i:0;i:0;i:1;s:5:\"SUST:\";i:2;s:6:\"FIJAR:\";i:3;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:8:\"etiqueta\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:6:{i:0;i:1;i:1;s:27:\"NOMBREDEPÁGINADEDISCUSIÓN\";i:2;s:25:\"NOMBREDEPAGINADEDISCUSION\";i:3;s:23:\"NOMBREDEPAGINADISCUSION\";i:4;s:25:\"NOMBREDEPÁGINADISCUSIÓN\";i:5;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:6:{i:0;i:1;i:1;s:28:\"NOMBREDEPÁGINADEDISCUSIÓNC\";i:2;s:26:\"NOMBREDEPAGINADEDISCUSIONC\";i:3;s:24:\"NOMBREDEPAGINADISCUSIONC\";i:4;s:26:\"NOMBREDEPÁGINADISCUSIÓNC\";i:5;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:18:\"ESPACIODEDISCUSION\";i:2;s:19:\"ESPACIODEDISCUSIÓN\";i:3;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:19:\"ESPACIODEDISCUSIONC\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:7:\"__TDC__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:4:{i:0;i:0;i:1;s:6:\"MAYUS:\";i:2;s:7:\"MAYÚS:\";i:3;s:3:\"UC:\";}s:7:\"ucfirst\";a:4:{i:0;i:0;i:1;s:13:\"PRIMEROMAYUS:\";i:2;s:14:\"PRIMEROMAYÚS:\";i:3;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:13:\"CODIFICARURL:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:4:\"RUTA\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:9:\"BÚSQUEDA\";i:2;s:5:\"QUERY\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('an','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('an','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('an','messages:about','s:21:\"an:Información sobre\";'),('an','messages:aboutpage','s:16:\"an:Project:Sobre\";'),('an','messages:aboutsite','s:34:\"an:Información sobre {{SITENAME}}\";'),('an','messages:abusefilter-edit-builder-vars-user-mobile','s:63:\"es:Si un usuario está editando a través de la interfaz móvil\";'),('an','messages:accesskey-blockip-block','s:4:\"en:s\";'),('an','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('an','messages:accesskey-ca-delete','s:4:\"en:d\";'),('an','messages:accesskey-ca-edit','s:4:\"en:e\";'),('an','messages:accesskey-ca-history','s:4:\"en:h\";'),('an','messages:accesskey-ca-move','s:4:\"en:m\";'),('an','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('an','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('an','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('an','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('an','messages:accesskey-ca-protect','s:4:\"en:=\";'),('an','messages:accesskey-ca-talk','s:4:\"en:t\";'),('an','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('an','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('an','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('an','messages:accesskey-ca-view','s:3:\"en:\";'),('an','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('an','messages:accesskey-ca-watch','s:4:\"en:w\";'),('an','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('an','messages:accesskey-diff','s:4:\"en:v\";'),('an','messages:accesskey-export','s:4:\"en:s\";'),('an','messages:accesskey-feed-atom','s:3:\"en:\";'),('an','messages:accesskey-feed-rss','s:3:\"en:\";'),('an','messages:accesskey-import','s:4:\"en:s\";'),('an','messages:accesskey-minoredit','s:4:\"en:i\";'),('an','messages:accesskey-n-currentevents','s:3:\"en:\";'),('an','messages:accesskey-n-help','s:3:\"en:\";'),('an','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('an','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('an','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('an','messages:accesskey-n-portal','s:3:\"en:\";'),('an','messages:accesskey-n-randompage','s:4:\"en:x\";'),('an','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('an','messages:accesskey-p-logo','s:3:\"en:\";'),('an','messages:accesskey-preferences-save','s:4:\"en:s\";'),('an','messages:accesskey-preview','s:4:\"en:p\";'),('an','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('an','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('an','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('an','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('an','messages:accesskey-pt-login','s:4:\"en:o\";'),('an','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('an','messages:accesskey-pt-logout','s:3:\"en:\";'),('an','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('an','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('an','messages:accesskey-pt-preferences','s:3:\"en:\";'),('an','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('an','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('an','messages:accesskey-publish','s:4:\"en:s\";'),('an','messages:accesskey-save','s:4:\"en:s\";'),('an','messages:accesskey-search','s:4:\"en:f\";'),('an','messages:accesskey-search-fulltext','s:3:\"en:\";'),('an','messages:accesskey-search-go','s:3:\"en:\";'),('an','messages:accesskey-summary','s:4:\"en:b\";'),('an','messages:accesskey-t-contributions','s:3:\"en:\";'),('an','messages:accesskey-t-emailuser','s:3:\"en:\";'),('an','messages:accesskey-t-info','s:3:\"en:\";'),('an','messages:accesskey-t-permalink','s:3:\"en:\";'),('an','messages:accesskey-t-print','s:4:\"en:p\";'),('an','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('an','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('an','messages:accesskey-t-upload','s:4:\"en:u\";'),('an','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('an','messages:accesskey-upload','s:4:\"en:s\";'),('an','messages:accesskey-userrights-set','s:4:\"en:s\";'),('an','messages:accesskey-watch','s:4:\"en:w\";'),('an','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('an','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('an','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('an','messages:accmailtext','s:217:\"an:S\'ha ninviato a $2 una clau ta [[User talk:$1|$1]] chenerata aliatoriament.\n\nA clau ta ista nueva cuenta la puet cambiar en a pachina \'\'[[Special:ChangePassword|Cambiar a clau]]\'\' dimpués d\'haber dentrato en ella.\";'),('an','messages:accmailtitle','s:23:\"an:S\'ha ninviau a clau.\";'),('an','messages:accountcreated','s:17:\"an:Cuenta creyata\";'),('an','messages:accountcreatedtext','s:41:\"an:S\'ha creyato a cuenta d\'usuario de $1.\";'),('an','messages:acct_creation_throttle_hit','s:245:\"an:Os vesitants d\'iste wiki dende a suya adreza IP han creyato ya {{PLURAL:$1|1 cuenta|$1 cuentas}} en o zaguer día, o que ye o masimo premitito en iste periodo de tiempo.\nPor ixo, no se pueden creyar más cuentas por agora dende ixa adreza IP.\";'),('an','messages:action-apihighlimits','s:61:\"es:usar límites más altos en peticiones a través de la API\";'),('an','messages:action-applychangetags','s:42:\"es:aplicar etiquetas junto con los cambios\";'),('an','messages:action-autoconfirmed','s:78:\"es:no resultar afectado por los límites de frecuencia de edición para las IP\";'),('an','messages:action-autocreateaccount','s:56:\"es:crear automáticamente esta cuenta de usuario externa\";'),('an','messages:action-autopatrol','s:48:\"an:sinyalar as edicions propias como patrulladas\";'),('an','messages:action-bigdelete','s:48:\"es:eliminar las páginas con historiales grandes\";'),('an','messages:action-block','s:48:\"an:bloqueyar iste usuario ta que no pueda editar\";'),('an','messages:action-blockemail','s:71:\"es:bloquear a un usuario para que no pueda mandar correos electrónicos\";'),('an','messages:action-bot','s:43:\"es:ser tratado como un proceso automatizado\";'),('an','messages:action-browsearchive','s:26:\"an:mirar pachinas borratas\";'),('an','messages:action-changetags','s:91:\"es:agregar y quitar etiquetas arbitrarias a revisiones individuales y entradas del registro\";'),('an','messages:action-createaccount','s:31:\"an:creyar ista cuenta d\'usuario\";'),('an','messages:action-createpage','s:18:\"an:creyar pachinas\";'),('an','messages:action-createtalk','s:32:\"an:creyar pachinas de descusión\";'),('an','messages:action-delete','s:22:\"an:borrar ista pachina\";'),('an','messages:action-delete-redirect','s:67:\"es:sobreescribir páginas cuya única revisión es una redirección\";'),('an','messages:action-deletechangetags','s:41:\"es:eliminar etiquetas de la base de datos\";'),('an','messages:action-deletedhistory','s:43:\"an:veyer o historial borrato d\'ista pachina\";'),('an','messages:action-deletedtext','s:33:\"es:ver texto de revisión borrada\";'),('an','messages:action-deletelogentry','s:31:\"es:borrar entradas del registro\";'),('an','messages:action-deleterevision','s:23:\"an:borrar ista versión\";'),('an','messages:action-edit','s:22:\"an:editar ista pachina\";'),('an','messages:action-editcontentmodel','s:47:\"es:editar el modelo de contenido de una página\";'),('an','messages:action-editinterface','s:32:\"es:editar la interfaz de usuario\";'),('an','messages:action-editmyoptions','s:26:\"es:editar tus preferencias\";'),('an','messages:action-editmyprivateinfo','s:33:\"es:editar tu información privada\";'),('an','messages:action-editmyusercss','s:34:\"es:editar tus propios archivos CSS\";'),('an','messages:action-editmyuserjs','s:41:\"es:editar tus propios archivos JavaScript\";'),('an','messages:action-editmyuserjson','s:35:\"es:editar tus propios archivos JSON\";'),('an','messages:action-editmyuserjsredirect','s:89:\"es:editar tus propias páginas de usuario en formato JavaScript cuando sean redirecciones\";'),('an','messages:action-editmywatchlist','s:33:\"es:editar tu lista de seguimiento\";'),('an','messages:action-editprotected','s:66:\"es:Editar páginas protegidas como «{{int:protect-level-sysop}}»\";'),('an','messages:action-editsemiprotected','s:74:\"es:Editar páginas protegidas como «{{int:protect-level-autoconfirmed}}»\";'),('an','messages:action-editsitecss','s:30:\"es:editar CSS global del sitio\";'),('an','messages:action-editsitejs','s:37:\"es:editar JavaScript global del sitio\";'),('an','messages:action-editsitejson','s:31:\"es:editar JSON global de la web\";'),('an','messages:action-editusercss','s:40:\"es:editar archivos CSS de otros usuarios\";'),('an','messages:action-edituserjs','s:47:\"es:editar archivos JavaScript de otros usuarios\";'),('an','messages:action-edituserjson','s:41:\"es:editar archivos JSON de otros usuarios\";'),('an','messages:action-hideuser','s:55:\"es:bloquear un nombre de usuario, haciéndolo invisible\";'),('an','messages:action-history','s:35:\"es:ver el historial de esta página\";'),('an','messages:action-import','s:40:\"an:importar ista pachina dende atro wiki\";'),('an','messages:action-importupload','s:49:\"an:importar ista pachina dende un fichero cargato\";'),('an','messages:action-ipblock-exempt','s:54:\"es:evitar bloqueos a IP, automáticos y por intervalos\";'),('an','messages:action-managechangetags','s:33:\"es:crear y (des)activar etiquetas\";'),('an','messages:action-markbotedits','s:50:\"es:marcar las reversiones como ediciones de un bot\";'),('an','messages:action-mergehistory','s:38:\"an:fusionar l\'historial d\'ista pachina\";'),('an','messages:action-mf-uploadbutton','s:75:\"es:utilizar el sistema de carga específico para la interfaz para móviles.\";'),('an','messages:action-minoredit','s:34:\"an:sinyalar iste cambeo como menor\";'),('an','messages:action-move','s:25:\"an:tresladar ista pachina\";'),('an','messages:action-move-categorypages','s:24:\"es:trasladar categorías\";'),('an','messages:action-move-rootuserpages','s:43:\"an:tresladar as pachinas de l\'usuario radiz\";'),('an','messages:action-move-subpages','s:48:\"an:tresladar ista pachina y as suyas subpachinas\";'),('an','messages:action-movefile','s:25:\"an:tresladar iste fichero\";'),('an','messages:action-nominornewtalk','s:98:\"es:no accionar el aviso de mensajes nuevos al realizar ediciones menores en páginas de discusión\";'),('an','messages:action-noratelimit','s:66:\"es:no resultar afectado por los límites de frecuencia de edición\";'),('an','messages:action-override-export-depth','s:77:\"es:exportar páginas, incluidas aquellas enlazadas hasta una profundidad de 5\";'),('an','messages:action-pagelang','s:34:\"es:cambiar el idioma de la página\";'),('an','messages:action-patrol','s:48:\"an:sinyalar as edicions d\'atros como patrulladas\";'),('an','messages:action-patrolmarks','s:55:\"es:ver las marcas de verificación de cambios recientes\";'),('an','messages:action-protect','s:50:\"an:cambiar os livels de protección d\'ista pachina\";'),('an','messages:action-purge','s:22:\"es:purgar esta página\";'),('an','messages:action-read','s:21:\"an:leyer ista pachina\";'),('an','messages:action-reupload','s:39:\"an:cargar dencima d\'un fichero existent\";'),('an','messages:action-reupload-own','s:57:\"es:sobrescribir archivos existentes subidos por uno mismo\";'),('an','messages:action-reupload-shared','s:57:\"an:cargar dencima d\'iste fichero en un reposte compartito\";'),('an','messages:action-rollback','s:85:\"an:Desfer a escape as edicions d\'o zaguer usuario que cambió una pachina determinada\";'),('an','messages:action-sendemail','s:31:\"an:ninviar correus electronicos\";'),('an','messages:action-siteadmin','s:43:\"an:bloqueyar u desbloqueyar a base de datos\";'),('an','messages:action-suppressionlog','s:31:\"an:veyer iste rechistro privato\";'),('an','messages:action-suppressredirect','s:57:\"es:no crear redirecciones de las páginas al trasladarlas\";'),('an','messages:action-suppressrevision','s:44:\"an:revisar y restaurar ista versión amagata\";'),('an','messages:action-unblockself','s:28:\"es:desbloquearse a sí mismo\";'),('an','messages:action-undelete','s:25:\"an:recuperar ista pachina\";'),('an','messages:action-unwatchedpages','s:41:\"an:veyer a lista de pachinas no cosiratas\";'),('an','messages:action-upload','s:22:\"an:cargar iste fichero\";'),('an','messages:action-upload_by_url','s:43:\"an:cargar iste fichero dende una adreza URL\";'),('an','messages:action-userrights','s:36:\"an:cambiar totz os dreitos d\'usuario\";'),('an','messages:action-userrights-interwiki','s:46:\"an:cambiar os dreitos d\'usuario en atros wikis\";'),('an','messages:action-viewmyprivateinfo','s:30:\"es:ver tu información privada\";'),('an','messages:action-viewmywatchlist','s:30:\"es:ver tu lista de seguimiento\";'),('an','messages:action-viewsuppressed','s:46:\"es:ver revisiones ocultas de cualquier usuario\";'),('an','messages:action-writeapi','s:31:\"an:fer servir l\'API d\'escritura\";'),('an','messages:actioncomplete','s:19:\"an:Acción rematada\";'),('an','messages:actionfailed','s:29:\"an:L\'acción ha feito fallita\";'),('an','messages:actions','s:10:\"an:Accions\";'),('an','messages:actionthrottled','s:18:\"an:acción afogata\";'),('an','messages:actionthrottledtext','s:208:\"an:Como mesura contra lo \"spam\", bi ha un limite en o numero de vegadas que puede fer ista acción en un curto espacio de tiempo, y ha brincato d\'ixe limite. Aguarde bells menutos y prebe de fer-lo de nuevas.\";'),('an','messages:activeusers','s:27:\"an:Lista d\'usuarios activos\";'),('an','messages:activeusers-count','s:79:\"an:$1 {{PLURAL:$1|edición|edicions}} en os zaguers {{PLURAL:$3|diya|$3 diyas}}\";'),('an','messages:activeusers-excludegroups','s:55:\"es:Excluir a los usuarios que pertenezcan a los grupos:\";'),('an','messages:activeusers-from','s:49:\"an:Amostrar nombres d\'usuario que prencipien por:\";'),('an','messages:activeusers-groups','s:52:\"es:Mostrar los usuarios que pertenecen a los grupos:\";'),('an','messages:activeusers-intro','s:104:\"an:Ista ye una lista d\'usuarios que han teniu bella actividat en os zaguers $1 {{PLURAL:$1|diya|diyas}}.\";'),('an','messages:activeusers-noresult','s:29:\"an:No s\'han trobato usuarios.\";'),('an','messages:activeusers-submit','s:27:\"es:Mostrar usuarios activos\";'),('an','messages:activeusers-summary','s:3:\"en:\";'),('an','messages:addedwatchexpiry-options-label','s:25:\"es:Tiempo de seguimiento:\";'),('an','messages:addedwatchexpiryhours','s:126:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] durante unas horas.\";'),('an','messages:addedwatchexpiryhours-talk','s:121:\"es:\"[[:$1]]\" y su página asociada han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] durante unas horas.\";'),('an','messages:addedwatchexpirytext','s:114:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] por $2.\";'),('an','messages:addedwatchexpirytext-talk','s:109:\"es:\"[[:$1]]\" y su página asociada han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] por $2.\";'),('an','messages:addedwatchindefinitelytext','s:123:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] permanentemente.\";'),('an','messages:addedwatchindefinitelytext-talk','s:123:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] permanentemente.\";'),('an','messages:addedwatchtext','s:422:\"an:A pachina «[[:$1]]» s\'ha adhibito t\'a suya [[Special:Watchlist|lista de seguimiento]]. Os cambios esdevenideros en ista pachina y en a suya pachina de descusión asociata s\'indicarán astí, y a pachina amanixerá \'\'\'en negreta\'\'\' en a [[Special:RecentChanges|lista de cambios recients]] ta que se veiga millor. <p>Si nunca quiere borrar a pachina d\'a suya lista de seguimiento, punche \"Deixar de cosirar\" en o menú.\";'),('an','messages:addedwatchtext-short','s:62:\"es:La página \"$1\" ha sido añadida a tu lista de seguimiento.\";'),('an','messages:addedwatchtext-talk','s:101:\"es:Se han añadido «[[:$1]]» y su página asociada a tu [[Special:Watchlist|lista de seguimiento]].\";'),('an','messages:addsection','s:4:\"en:+\";'),('an','messages:addsection-editintro','s:3:\"en:\";'),('an','messages:addsection-preload','s:3:\"en:\";'),('an','messages:addwatch','s:37:\"an:Adhibir ta la lista de seguimiento\";'),('an','messages:ago','s:8:\"an:fa $1\";'),('an','messages:all-logs-page','s:30:\"an:Totz os rechistros publicos\";'),('an','messages:allarticles','s:19:\"an:Totz os articlos\";'),('an','messages:allinnamespace','s:33:\"an:Todas as pachinas (espacio $1)\";'),('an','messages:alllogstext','s:218:\"an:Presentación conchunta de totz os rechistros de {{SITENAME}}.\nPuede reducir o listau trigando un tipo de rechistro, o nombre de l\'usuario (sensible a mayusclas), u a pachina afectada (tamién sensible a mayusclas).\";'),('an','messages:allmessages','s:24:\"an:Mensaches d\'o sistema\";'),('an','messages:allmessages-filter','s:41:\"an:Filtrar por estau de personalización:\";'),('an','messages:allmessages-filter-all','s:7:\"an:Totz\";'),('an','messages:allmessages-filter-legend','s:9:\"an:Filtro\";'),('an','messages:allmessages-filter-modified','s:13:\"an:Modificato\";'),('an','messages:allmessages-filter-submit','s:8:\"an:Ir-ie\";'),('an','messages:allmessages-filter-translate','s:11:\"es:Traducir\";'),('an','messages:allmessages-filter-unmodified','s:16:\"an:Sin modificar\";'),('an','messages:allmessages-language','s:10:\"an:Idioma:\";'),('an','messages:allmessages-not-supported-database','s:77:\"an:Ista pachina no ye disponible porque wgUseDatabaseMessages ye desactivato.\";'),('an','messages:allmessages-prefix','s:23:\"an:Filtrar por prefixo:\";'),('an','messages:allmessagescurrent','s:15:\"an:texto actual\";'),('an','messages:allmessagesdefault','s:20:\"an:texto por defecto\";'),('an','messages:allmessagesname','s:9:\"an:Nombre\";'),('an','messages:allmessagestext','s:324:\"an:Ista ye una lista de totz os mensaches disponibles en o espacio de nombres MediaWiki.\nVesite por favor [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation a pachina sobre localización de MediaWiki] y [https://translatewiki.net translatewiki.net] si deseya contrebuyir t\'a localización cheneral de MediaWiki.\";'),('an','messages:allowemail','s:50:\"an:Activar a recepción de correu d\'atros usuarios\";'),('an','messages:allpages','s:20:\"an:Todas as pachinas\";'),('an','messages:allpages-bad-ns','s:51:\"an:{{SITENAME}} no tiene o espacio de nombres \"$1\".\";'),('an','messages:allpages-hide-redirects','s:24:\"an:Amaga as reendreceras\";'),('an','messages:allpages-summary','s:3:\"en:\";'),('an','messages:allpagesbadtitle','s:159:\"an:O títol yera incorrecto u teneba un prefixo de vinclo inter-luenga u inter-wiki. Puede contener uno u más carácters que no se pueden emplegar en títols.\";'),('an','messages:allpagesfrom','s:43:\"an:Amostrar as pachinas que prencipien por:\";'),('an','messages:allpagesprefix','s:35:\"an:Amostrar pachinas con o prefixo:\";'),('an','messages:allpagessubmit','s:11:\"an:Amostrar\";'),('an','messages:allpagesto','s:39:\"an:Amostrar as pachinas que rematen en:\";'),('an','messages:alreadyrolled','s:400:\"an:No se puet desfer a zaguer edición de [[:$1]] feita por [[User:$2|$2]] ([[User talk:$2|descusión]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]); belatro usuario ya ha editato u desfeito edicions en ixa pachina.\n\nA zaguer edición d\'a pachina la fació [[User:$3|$3]] ([[User talk:$3|descusión]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('an','messages:ancientpages','s:24:\"an:Pachinas más viellas\";'),('an','messages:ancientpages-summary','s:3:\"en:\";'),('an','messages:and','s:9:\"an:&#32;y\";'),('an','messages:anoncontribs','s:16:\"an:Contribucions\";'),('an','messages:anoneditwarning','s:299:\"an:<strong>Pare cuenta:</strong> No s\'ha identificau con un nombre d\'usuario. A suya adreza IP s\'alzará en l\'historial d\'a pachina. Si <strong>[$1 enceta sesión]</strong> u <strong>[$2 creya una cuenta]</strong>, as suyas edicions s\'atribuirán a o suyo nombre d\'usuario, amás d\'atros beneficios.\";'),('an','messages:anonnotice','s:4:\"en:-\";'),('an','messages:anononlyblock','s:15:\"an:nomás anon.\";'),('an','messages:anonpreviewwarning','s:131:\"an:\'\'No s\'ha identificau con una cuenta d\'usuario. A suya adreza IP quedará rechistrada en l\'historial d\'edicions d\'ista pachina.\"\";'),('an','messages:anontalk','s:34:\"an:Pachina de descusión d\'ista IP\";'),('an','messages:anontalkpagetext','s:476:\"an:----\n<em>Ista ye a pachina de descusión d\'un usuario anonimo que encara no ha creyau una cuenta, u no l\'ha feito servir.</em> Por ixo, hemos d\'emplegar a suya adreza IP ta identificar-lo/a.\nDiferents usuarios pueden compartir una mesma adreza IP.\nSi vusté ye un usuario anonimo y creye que l\'han escrito comentarios no relevants, [[Special:CreateAccount|creye una cuenta]] u [[Special:UserLogin|identifique-se]] ta privar confusions futuras con atros usuarios anonimos.\'\'\";'),('an','messages:anonuser','s:34:\"an:{{SITENAME}} usuario anonimo $1\";'),('an','messages:anonusers','s:58:\"an:{{SITENAME}} {{PLURAL:$2|usuario|usuarios}} anonimos $1\";'),('an','messages:anonymous','s:68:\"an:{{PLURAL:$1|Usuario anónimo|Usuarios anónimos}} de {{SITENAME}}\";'),('an','messages:api-clientside-error-aborted','s:30:\"es:La solicitud fue cancelada.\";'),('an','messages:api-clientside-error-http','s:43:\"es:El servidor devolvió el error: HTTP $1.\";'),('an','messages:api-clientside-error-invalidresponse','s:36:\"es:Respuesta inválida del servidor.\";'),('an','messages:api-clientside-error-noconnect','s:109:\"es:No se pudo conectar al servidor. Asegúrate de que tu conexión a Internet funcione e inténtalo de nuevo.\";'),('an','messages:api-clientside-error-timeout','s:48:\"an:O servidor no respondió en o plazo previsto.\";'),('an','messages:api-credits','s:406:\"es:Desarrolladores de la API:\n* Roan Kattouw (desarrollador principal, sep. 2007-2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (creador y desarrollador principal, sep. 2006-sep. 2007)\n* Brad Jorsch (desarrollador principal, 2013-actualidad)\n\nEnvía comentarios, sugerencias y preguntas a mediawiki-api@lists.wikimedia.org\no informa de un error en https://phabricator.wikimedia.org/.\";'),('an','messages:api-credits-header','s:12:\"es:Créditos\";'),('an','messages:api-error-badtoken','s:37:\"an:Error interna: Simbolo incorrecto.\";'),('an','messages:api-error-emptypage','s:59:\"an:No se permite a creyación de pachinas nuevas en blanco.\";'),('an','messages:api-error-publishfailed','s:67:\"es:Error interno: el servidor no pudo publicar el archivo temporal.\";'),('an','messages:api-error-stashfailed','s:70:\"an:Error interna: O servidor no podió almagazenar o fichero temporal.\";'),('an','messages:api-error-unknown-warning','s:31:\"an:Alvertencia desconoixida: $1\";'),('an','messages:api-error-unknownerror','s:30:\"an:Error desconoixida: «$1».\";'),('an','messages:api-exception-trace','s:18:\"es:$1 en $2($3)\n$4\";'),('an','messages:api-feed-error-title','s:13:\"es:Error ($1)\";'),('an','messages:api-format-prettyprint-header','s:450:\"es:Esta es la representación en HTML del formato $1. HTML es adecuado para realizar tareas de depuración, pero no para utilizarlo en aplicaciones.\n\nUtiliza el parámetro <var>format</var> para modificar el formato de salida. Para ver la representación no HTML del formato $1, emplea <kbd>format=$2</kbd>.\n\nPara obtener más información, consulta la [[mw:Special:MyLanguage/API|documentación completa]] o la [[Special:ApiHelp/main|ayuda de API]].\";'),('an','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('an','messages:api-format-prettyprint-header-only-html','s:260:\"es:Esta es una representación en HTML destinada a la depuración, y no es adecuada para el uso de la aplicación.\n\nVéase la [[mw:Special:MyLanguage/API|documentación completa]] o la [[Special:ApiHelp/main|página de ayuda de la API]] para más información.\";'),('an','messages:api-format-prettyprint-status','s:58:\"es:Esta respuesta se devolvería con el estado HTTP $1 $2.\";'),('an','messages:api-format-title','s:35:\"es:Resultado de la API de MediaWiki\";'),('an','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('an','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('an','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('an','messages:api-help-authmanagerhelper-mergerequestfields','s:102:\"es:Combinar la información de los campos para todas las peticiones de autentificación en una matriz.\";'),('an','messages:api-help-authmanagerhelper-messageformat','s:49:\"es:Formato utilizado para los mensajes devueltos.\";'),('an','messages:api-help-authmanagerhelper-preservestate','s:90:\"es:Preservar el estado de un intento fallido anterior de inicio de sesión, si es posible.\";'),('an','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('an','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('an','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('an','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('an','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('an','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('an','messages:api-help-datatypes-header','s:17:\"es:Tipos de datos\";'),('an','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('an','messages:api-help-examples','s:34:\"es:{{PLURAL:$1|Ejemplo|Ejemplos}}:\";'),('an','messages:api-help-flag-deprecated','s:32:\"es:Este módulo está en desuso.\";'),('an','messages:api-help-flag-generator','s:51:\"es:Este módulo puede utilizarse como un generador.\";'),('an','messages:api-help-flag-internal','s:106:\"es:<strong>Este módulo es interno o inestable.</strong> Su funcionamiento puede cambiar sin previo aviso.\";'),('an','messages:api-help-flag-mustbeposted','s:45:\"es:Este módulo solo acepta solicitudes POST.\";'),('an','messages:api-help-flag-readrights','s:45:\"es:Este módulo requiere permisos de lectura.\";'),('an','messages:api-help-flag-writerights','s:47:\"es:Este módulo requiere permisos de escritura.\";'),('an','messages:api-help-flags','s:3:\"en:\";'),('an','messages:api-help-help-urls','s:3:\"en:\";'),('an','messages:api-help-lead','s:169:\"es:Esta es una página de documentación autogenerada de la API de MediaWiki.\n\nDocumentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('an','messages:api-help-license','s:22:\"es:Licencia: [[$1|$2]]\";'),('an','messages:api-help-license-noname','s:30:\"es:Licencia: [[$1|Ver enlace]]\";'),('an','messages:api-help-license-unknown','s:61:\"es:Licencia: <span class=\"apihelp-unknown\">desconocida</span>\";'),('an','messages:api-help-main-header','s:20:\"es:Módulo principal\";'),('an','messages:api-help-no-extended-description','s:3:\"en:\";'),('an','messages:api-help-open-in-apisandbox','s:47:\"es:<small>[abrir en la zona de pruebas]</small>\";'),('an','messages:api-help-param-continue','s:202:\"es:Cuando haya más resultados disponibles, usa esto para continuar. Puedes encontrar más información detallada sobre cómo continuar consultas [[mw:Special:MyLanguage/API:Continue|en mediawiki.org]].\";'),('an','messages:api-help-param-default-empty','s:62:\"es:Predeterminado: <span class=\"apihelp-empty\">(vacío)</span>\";'),('an','messages:api-help-param-deprecated','s:13:\"es:En desuso.\";'),('an','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('an','messages:api-help-param-direction','s:230:\"es:En qué sentido hacer la enumeración:\n;newer: De más antiguos a más recientes. Nota: $1start debe ser anterior a $1end.\n;older: De más recientes a más antiguos (orden predefinido). Nota: $1start debe ser posterior a $1end.\";'),('an','messages:api-help-param-disabled-in-miser-mode','s:84:\"es:Deshabilitado debido al [[mw:Special:MyLanguage/Manual:$wgMiserMode|modo avaro]].\";'),('an','messages:api-help-param-internal','s:11:\"es:Interno.\";'),('an','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('an','messages:api-help-param-limited-in-miser-mode','s:242:\"es:<strong>Nota:</strong> Debido al [[mw:Special:MyLanguage/Manual:$wgMiserMode|modo pobre]], usar esto puede dar lugar a que se devuelvan menos de <var>$1limit</var> antes de continuar. En casos extremos, podrían devolverse cero resultados.\";'),('an','messages:api-help-param-multi-all','s:61:\"es:Para especificar todos los valores, utiliza <kbd>$1</kbd>.\";'),('an','messages:api-help-param-multi-separate','s:102:\"es:Separar los valores con <kbd>|</kbd> o con una [[Special:ApiHelp/main#main/datatypes|alternativa]].\";'),('an','messages:api-help-param-no-description','s:56:\"es:<span class=\"apihelp-empty\">(sin descripción)</span>\";'),('an','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('an','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('an','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('an','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('an','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('an','messages:api-help-param-type-enum','s:152:\"es:{{PLURAL:$1|1=Uno de los siguientes valores|2=Valores (separados por <kbd>{{!}}</kbd> u [[Special:ApiHelp/main#main/datatypes|otro separador]])}}: $2\";'),('an','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('an','messages:api-help-param-type-limit','s:32:\"es:Tipo: entero o <kbd>max</kbd>\";'),('an','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('an','messages:api-help-param-type-timestamp','s:127:\"es:Tipo: {{PLURAL:$1|1=timestamp|2=lista de timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|formatos permitidos]])\";'),('an','messages:api-help-parameters','s:65:\"es:{{PLURAL:$1|Parámetro específico|Parámetros específicos}}:\";'),('an','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('an','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('an','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('an','messages:api-help-permissions','s:34:\"es:{{PLURAL:$1|Permiso|Permisos}}:\";'),('an','messages:api-help-permissions-granted-to','s:45:\"es:{{PLURAL:$1|Concedido a|Concedidos a}}: $2\";'),('an','messages:api-help-right-apihighlimits','s:202:\"es:Usa límites más altos para consultas a través de la API (consultas lentas: $1; consultas rápidas: $2). Los límites para las consultas lentas también se aplican a los parámetros multivalorados.\";'),('an','messages:api-help-source','s:13:\"es:Fuente: $1\";'),('an','messages:api-help-source-unknown','s:59:\"es:Fuente: <span class=\"apihelp-unknown\">desconocida</span>\";'),('an','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('an','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('an','messages:api-help-title','s:31:\"es:Ayuda de la API de MediaWiki\";'),('an','messages:api-help-undocumented-module','s:55:\"es:No existe ninguna documentación para el módulo $1.\";'),('an','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('an','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('an','messages:api-login-fail-badsessionprovider','s:55:\"es:No se puede acceder mientras esté utilizándose $1.\";'),('an','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('an','messages:api-pageset-param-converttitles','s:226:\"es:Convertir los títulos a otras variantes, si es necesario. Solo funciona si el idioma del contenido de la wiki admite la conversión entre variantes. La conversión entre variantes está habilitada en idiomas tales como $1.\";'),('an','messages:api-pageset-param-generator','s:235:\"es:Obtener la lista de páginas en las que trabajar mediante la ejecución del módulo de consulta especificado.\n\n<strong>Nota:</strong> Los nombres de los parámetros del generador deben prefijarse con una «g», véanse los ejemplos.\";'),('an','messages:api-pageset-param-pageids','s:64:\"es:Una lista de identificadores de páginas en las que trabajar.\";'),('an','messages:api-pageset-param-redirects-generator','s:170:\"es:Resolver automáticamente las redirecciones en <var>$1titles</var>, <var>$1pageids</var>, y <var>$1revids</var> y en las páginas devueltas por <var>$1generator</var>.\";'),('an','messages:api-pageset-param-redirects-nogenerator','s:114:\"es:Resolver automáticamente las redirecciones en <var>$1titles</var>, <var>$1pageids</var> y <var>$1revids</var>.\";'),('an','messages:api-pageset-param-revids','s:66:\"es:Una lista de identificadores de revisiones en las que trabajar.\";'),('an','messages:api-pageset-param-titles','s:45:\"es:Una lista de títulos en los que trabajar.\";'),('an','messages:api-usage-docref','s:35:\"es:Véase $1 para el uso de la API.\";'),('an','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('an','messages:apierror-allimages-redirect','s:130:\"es:Usar <kbd>gaifilterredir=nonredirects</kbd> en lugar de <var>redirects</var> cuando se use <kbd>allimages</kbd> como generador.\";'),('an','messages:apierror-allpages-generator-redirects','s:129:\"es:Usar <kbd>gaifilterredir=nonredirects</kbd> en lugar de <var>redirects</var> cuando se use <kbd>allpages</kbd> como generador.\";'),('an','messages:apierror-appendnotsupported','s:77:\"es:No se puede añadir a las páginas que utilizan el modelo de contenido $1.\";'),('an','messages:apierror-articleexists','s:54:\"es:El artículo que intentaste crear ya estaba creado.\";'),('an','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('an','messages:apierror-assertbotfailed','s:75:\"es:La aserción de que el usuario tiene el derecho <code>bot</code> falló.\";'),('an','messages:apierror-assertnameduserfailed','s:84:\"es:Ya no estás mas conectado como \"$1\", por lo que no se pudo completar la acción.\";'),('an','messages:apierror-assertuserfailed','s:57:\"es:La aserción de que el usuario está conectado falló.\";'),('an','messages:apierror-autoblocked','s:101:\"es:Tu dirección IP ha sido bloqueada automáticamente porque fue utilizada por un usuario bloqueado.\";'),('an','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('an','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('an','messages:apierror-badconfig-resulttoosmall','s:137:\"es:El valor de <code>$wgAPIMaxResultSize</code> en esta wiki es demasiado pequeño como para contener información básica de resultados.\";'),('an','messages:apierror-badcontinue','s:99:\"es:Parámetro continue no válido. Debes pasar el valor original devuelto por la consulta anterior.\";'),('an','messages:apierror-baddiff','s:107:\"es:La comparación no puede recuperarse. Una o ambas revisiones no existen o no tienes permiso para verlas.\";'),('an','messages:apierror-baddiffto','s:113:\"es:<var>$1diffto</var> debe fijarse a un número no negativo, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('an','messages:apierror-badformat','s:92:\"es:El formato solicitado $1 no es compatible con el modelo de contenido $2 utilizado por $3.\";'),('an','messages:apierror-badformat-generic','s:75:\"es:El formato solicitado $1 no es compatible con el modelo de contenido $2.\";'),('an','messages:apierror-badgenerator-notgenerator','s:66:\"es:El módulo <kbd>$1</kbd> no puede utilizarse como un generador.\";'),('an','messages:apierror-badgenerator-unknown','s:39:\"es:<kbd>generator=$1</kbd> desconocido.\";'),('an','messages:apierror-badip','s:34:\"es:El parámetro IP no es válido.\";'),('an','messages:apierror-badmd5','s:42:\"es:El hash MD5 suministrado es incorrecto.\";'),('an','messages:apierror-badmodule-badsubmodule','s:56:\"es:El módulo <kbd>$1</kbd> no tiene un submódulo \"$2\".\";'),('an','messages:apierror-badmodule-nosubmodules','s:49:\"es:El módulo <kbd>$1</kbd> no tiene submódulos.\";'),('an','messages:apierror-badparameter','s:53:\"es:Valor no válido para el parámetro <var>$1</var>.\";'),('an','messages:apierror-badquery','s:29:\"es:La consulta no es válida.\";'),('an','messages:apierror-badtimestamp','s:85:\"es:El valor «$2» no es válido para el parámetro de cronomarcación <var>$1</var>.\";'),('an','messages:apierror-badtoken','s:31:\"es:La ficha CSRF no es válida.\";'),('an','messages:apierror-badupload','s:227:\"es:El parámetro de subida de archivo <var>$1</var> no es una subida de archivo. Asegúrate de usar <code>multipart/form-data</code> para tu POST e introduce un nombre de archivo en la cabecera <code>Content-Disposition</code>.\";'),('an','messages:apierror-badurl','s:65:\"es:Valor no válido \"$2\" para el parámetro de URL <var>$1</var>.\";'),('an','messages:apierror-baduser','s:69:\"es:Valor no válido \"$2\" para el parámetro de usuario <var>$1</var>.\";'),('an','messages:apierror-badvalue-notmultivalue','s:87:\"es:El separador multivalor U+001F solo se puede utilizar en parámetros multivalorados.\";'),('an','messages:apierror-blocked','s:32:\"es:Se te ha bloqueado de editar.\";'),('an','messages:apierror-blocked-partial','s:47:\"es:Se ha bloqueado tu edición en esta página.\";'),('an','messages:apierror-blockedfrommail','s:38:\"es:Se te ha bloqueado de enviar email.\";'),('an','messages:apierror-botsnotsupported','s:47:\"es:Esta interfaz no está disponible para bots.\";'),('an','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('an','messages:apierror-cannotreauthenticate','s:79:\"es:Esta acción no está disponible, ya que tu identidad no se puede verificar.\";'),('an','messages:apierror-cannotviewtitle','s:33:\"es:No tienes permiso para ver $1.\";'),('an','messages:apierror-cantblock','s:44:\"es:No tienes permiso para bloquear usuarios.\";'),('an','messages:apierror-cantblock-email','s:104:\"es:No tienes permiso para bloquear a los usuarios el envío de correo electrónico a través de la wiki.\";'),('an','messages:apierror-cantchangecontentmodel','s:72:\"es:No tienes permiso para cambiar el modelo de contenido de una página.\";'),('an','messages:apierror-canthide','s:78:\"es:No tienes permiso para ocultar nombres de usuario del registro de bloqueos.\";'),('an','messages:apierror-cantimport','s:44:\"es:No tienes permiso para importar páginas.\";'),('an','messages:apierror-cantimport-upload','s:52:\"es:No tienes permiso para importar páginas subidas.\";'),('an','messages:apierror-cantoverwrite-sharedfile','s:97:\"es:El fichero objetivo existe en un repositorio compartido y no tienes permiso para reemplazarlo.\";'),('an','messages:apierror-cantsend','s:199:\"es:No estás conectado, no tienes una dirección de correo electrónico confirmada o no tienes permiso para enviar correo electrónico a otros usuarios, así que no puedes enviar correo electrónico.\";'),('an','messages:apierror-cantundelete','s:107:\"es:No se ha podido restaurar: puede que las revisiones solicitadas no existan o que ya se hayan restaurado.\";'),('an','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('an','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('an','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('an','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('an','messages:apierror-changeauth-norequest','s:55:\"es:No se ha podido crear la petición de modificación.\";'),('an','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('an','messages:apierror-changecontentmodel-cannotbeused','s:60:\"es:Model de contenido <code>$1</code> no se puede usar en $2\";'),('an','messages:apierror-changecontentmodel-missingtitle','s:153:\"es:La página que usted ha especificado no existe. Para crear una nueva página con un modelo de contenido a medida, use el modulo <kbd>action=edit</kbd>\";'),('an','messages:apierror-changecontentmodel-nodirectediting','s:71:\"es:El modelo de contenido <code>$1</code> no apoya la edición directa.\";'),('an','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('an','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('an','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('an','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('an','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('an','messages:apierror-compare-nosuchfromsection','s:52:\"es:No existe una sección $1 en el contenido \'from\'.\";'),('an','messages:apierror-compare-nosuchtosection','s:50:\"es:No existe una sección $1 en el contenido \'to\'.\";'),('an','messages:apierror-compare-notext','s:66:\"es:No se puede usar el parámetro <var>$1</var> sin <var>$2</var>.\";'),('an','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('an','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('an','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('an','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('an','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('an','messages:apierror-contentserializationexception','s:44:\"es:La serialización de contenido falló: $1\";'),('an','messages:apierror-contenttoobig','s:112:\"es:El contenido proporcionado supera el límite de tamaño del artículo de $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('an','messages:apierror-copyuploadbaddomain','s:58:\"es:No se permite realizar cargas a partir de este dominio.\";'),('an','messages:apierror-copyuploadbadurl','s:54:\"es:No se permite realizar cargas a partir de este URL.\";'),('an','messages:apierror-create-titleexists','s:71:\"es:Los títulos existentes no se pueden proteger con <kbd>create</kbd>.\";'),('an','messages:apierror-csp-report','s:46:\"es:Error de procesamiento del informe CSP: $1.\";'),('an','messages:apierror-deletedrevs-param-not-1-2','s:71:\"es:El parámetro <var>$1</var> no se puede utilizar en los modos 1 o 2.\";'),('an','messages:apierror-deletedrevs-param-not-3','s:58:\"es:El parámetro <var>$1</var> no se puede usar en modo 3.\";'),('an','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('an','messages:apierror-emptynewsection','s:41:\"es:Crear secciones vacías no es posible.\";'),('an','messages:apierror-emptypage','s:45:\"es:Crear páginas vacías no está permitido.\";'),('an','messages:apierror-exceptioncaught','s:32:\"es:[$1] Excepción capturada: $2\";'),('an','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('an','messages:apierror-filedoesnotexist','s:24:\"es:El archivo no existe.\";'),('an','messages:apierror-fileexists-sharedrepo-perm','s:122:\"es:El archivo objetivo existe en un repositorio compartido. Usa el parámetro <var>ignorewarnings</var> para reemplazarlo.\";'),('an','messages:apierror-filenopath','s:48:\"es:No se pudo obtener la ruta local del archivo.\";'),('an','messages:apierror-filetypecannotberotated','s:40:\"es:El tipo de archivo no se puede girar.\";'),('an','messages:apierror-formatphp','s:117:\"es:Esta respuesta no se puede representar con <kbd>format=php</kbd>. Véase https://phabricator.wikimedia.org/T68776.\";'),('an','messages:apierror-imageusage-badtitle','s:51:\"es:El título de <kbd>$1</kbd> debe ser un archivo.\";'),('an','messages:apierror-import-unknownerror','s:44:\"es:Error desconocido en la importación: $1.\";'),('an','messages:apierror-integeroutofrange-abovebotmax','s:96:\"es:<var>$1</var> no puede ser mayor que $2 (fijado a $3) para bots o administradores de sistema.\";'),('an','messages:apierror-integeroutofrange-abovemax','s:71:\"es:<var>$1</var> no puede ser mayor que $2 (fijado a $3) para usuarios.\";'),('an','messages:apierror-integeroutofrange-belowminimum','s:57:\"es:<var>$1</var> no puede ser menor que $2 (fijado a $3).\";'),('an','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('an','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('an','messages:apierror-invalidcategory','s:64:\"es:El nombre de la categoría que has introducido no es válida.\";'),('an','messages:apierror-invalidexpiry','s:41:\"es:Tiempo de expiración \"$1\" no válido.\";'),('an','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('an','messages:apierror-invalidlang','s:65:\"es:Código de idioma no válido para el parámetro <var>$1</var>.\";'),('an','messages:apierror-invalidmethod','s:54:\"es:Método HTTP no válido. Considera usar GET o POST.\";'),('an','messages:apierror-invalidoldimage','s:65:\"es:El parámetro <var>oldimage</var> tiene un formato no válido.\";'),('an','messages:apierror-invalidparammix','s:65:\"es:{{PLURAL:$2|Los parámetros}} $1 no se pueden utilizar juntos.\";'),('an','messages:apierror-invalidparammix-cannotusewith','s:76:\"es:El parámetro <kbd>$1</kbd> no se puede utilizar junto con <kbd>$2</kbd>.\";'),('an','messages:apierror-invalidparammix-mustusewith','s:78:\"es:El parámetro <kbd>$1</kbd> solo se puede utilizar junto con <kbd>$2</kbd>.\";'),('an','messages:apierror-invalidparammix-parse-new-section','s:176:\"es:<kbd>section=new</kbd> no se puede combinar con los parámetros <var>oldid</var>, <var>pageid</var> y <var>page</var>. Por favor, utiliza <var>title</var> y <var>text</var>.\";'),('an','messages:apierror-invalidsection','s:105:\"es:El parámetro <var>section</var> debe ser un identificador de sección válido, o bien <kbd>new</kbd>.\";'),('an','messages:apierror-invalidsha1base36hash','s:50:\"es:El hash SHA1Base36 proporcionado no es válido.\";'),('an','messages:apierror-invalidsha1hash','s:44:\"es:El hash SHA1 proporcionado no es válido.\";'),('an','messages:apierror-invalidtitle','s:27:\"es:Título incorrecto \"$1\".\";'),('an','messages:apierror-invalidurlparam','s:66:\"es:Valor no válido para <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('an','messages:apierror-invaliduser','s:39:\"es:Nombre de usuario «$1» no válido.\";'),('an','messages:apierror-invaliduserid','s:59:\"es:El identificador de usuario <var>$1</var> no es válido.\";'),('an','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('an','messages:apierror-maxbytes','s:78:\"es:El parámetro <var>$1</var> no puede sobrepasar $2 {{PLURAL:$2|byte|bytes}}\";'),('an','messages:apierror-maxchars','s:101:\"es:El parámetro <var>$1</var> no puede sobrepasar $2 {{PLURAL:$2|carácter|caracteres}} de longitud.\";'),('an','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('an','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('an','messages:apierror-mimesearchdisabled','s:58:\"es:La búsqueda MIME está deshabilitada en el modo avaro.\";'),('an','messages:apierror-missingcontent-pageid','s:59:\"es:Contenido faltante para la página con identificador $1.\";'),('an','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('an','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('an','messages:apierror-missingparam','s:50:\"es:Se debe establecer el parámetro <var>$1</var>.\";'),('an','messages:apierror-missingparam-at-least-one-of','s:79:\"es:{{PLURAL:$2|El parámetro|Al menos uno de los parámetros}} $1 es necesario.\";'),('an','messages:apierror-missingparam-one-of','s:70:\"es:{{PLURAL:$2|El parámetro|Uno de los parámetros}} $1 es necesario.\";'),('an','messages:apierror-missingrev-pageid','s:59:\"es:No hay ninguna revisión actual de la página con ID $1.\";'),('an','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('an','messages:apierror-missingtitle','s:37:\"es:El título especificado no existe.\";'),('an','messages:apierror-missingtitle-byname','s:27:\"es:La página $1 no existe.\";'),('an','messages:apierror-missingtitle-createonly','s:72:\"es:Los títulos faltantes solo se pueden proteger con <kbd>create</kbd>.\";'),('an','messages:apierror-moduledisabled','s:50:\"es:El módulo <kbd>$1</kbd> ha sido deshabilitado.\";'),('an','messages:apierror-multival-only-one-of','s:102:\"es:Solo {{PLURAL:$3|se permite el valor|se permiten los valores}} $2 para el parámetro <var>$1</var>.\";'),('an','messages:apierror-multpages','s:68:\"es:<var>$1</var> no se puede utilizar más que con una sola página.\";'),('an','messages:apierror-mustbeloggedin','s:33:\"es:Debes estar conectado para $1.\";'),('an','messages:apierror-mustbeloggedin-changeauth','s:74:\"es:Debes estar conectado para poder cambiar los datos de autentificación.\";'),('an','messages:apierror-mustbeloggedin-generic','s:25:\"es:Debes estar conectado.\";'),('an','messages:apierror-mustbeloggedin-linkaccounts','s:46:\"es:Debes estar conectado para enlazar cuentas.\";'),('an','messages:apierror-mustbeloggedin-removeauth','s:63:\"es:Debes estar conectado para borrar datos de autentificación.\";'),('an','messages:apierror-mustbeloggedin-uploadstash','s:105:\"es:El almacén provisional de cargas solo está disponible para usuarios que hayan accedido a una cuenta.\";'),('an','messages:apierror-mustbeposted','s:56:\"es:El módulo <kbd>$1</kbd> requiere una petición POST.\";'),('an','messages:apierror-mustpostparams','s:165:\"es:Se {{PLURAL:$2|encontró el siguiente parámetro|encontraron los siguientes parámetros}} en la cadena de la consulta, pero deben estar en el cuerpo del POST: $1.\";'),('an','messages:apierror-no-direct-editing','s:107:\"es:La edición directa a través de la API no es compatible con el modelo de contenido $1 utilizado por $2.\";'),('an','messages:apierror-noapiwrite','s:68:\"es:La edición de esta wiki a través de la API está deshabilitada.\";'),('an','messages:apierror-nochanges','s:34:\"es:No se solicitó ningún cambio.\";'),('an','messages:apierror-nodeleteablefile','s:46:\"es:No existe tal versión antigua del archivo.\";'),('an','messages:apierror-noedit','s:42:\"es:No tienes permiso para editar páginas.\";'),('an','messages:apierror-noedit-anon','s:52:\"es:Los usuarios anónimos no pueden editar páginas.\";'),('an','messages:apierror-noimageredirect','s:59:\"es:No tienes permiso para crear redirecciones de imágenes.\";'),('an','messages:apierror-noimageredirect-anon','s:69:\"es:Los usuarios anónimos no pueden crear redirecciones de imágenes.\";'),('an','messages:apierror-nosuchlogid','s:59:\"es:No hay ninguna entrada de registro con identificador $1.\";'),('an','messages:apierror-nosuchpageid','s:47:\"es:No hay ninguna página con identificador $1.\";'),('an','messages:apierror-nosuchrcid','s:55:\"es:No hay ningún cambio reciente con identificador $1.\";'),('an','messages:apierror-nosuchrevid','s:49:\"es:No hay ninguna revisión con identificador $1.\";'),('an','messages:apierror-nosuchsection','s:30:\"es:No hay ninguna sección $1.\";'),('an','messages:apierror-nosuchsection-what','s:36:\"es:No hay ninguna sección $1 en $2.\";'),('an','messages:apierror-nosuchuserid','s:36:\"es:No hay ningún usuario con ID $1.\";'),('an','messages:apierror-notarget','s:60:\"es:No has especificado un destino válido para esta acción.\";'),('an','messages:apierror-notpatrollable','s:68:\"es:La revisión r$1 no se puede patrullar por ser demasiado antigua.\";'),('an','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('an','messages:apierror-opensearch-json-warnings','s:69:\"es:No se pueden representar los avisos en formato JSON de OpenSearch.\";'),('an','messages:apierror-pagecannotexist','s:61:\"es:En este espacio de nombres no se permiten páginas reales.\";'),('an','messages:apierror-pagedeleted','s:84:\"es:En algún momento desde que se obtuvo el cronomarcador, se ha borrado la página.\";'),('an','messages:apierror-pagelang-disabled','s:61:\"es:En esta wiki no se puede cambiar el idioma de una página.\";'),('an','messages:apierror-paramempty','s:53:\"es:El parámetro <var>$1</var> no puede estar vacío.\";'),('an','messages:apierror-parsetree-notwikitext','s:78:\"es:<kbd>prop=parsetree</kbd> solo es compatible con el contenido en wikitexto.\";'),('an','messages:apierror-parsetree-notwikitext-title','s:112:\"es:<kbd>prop=parsetree</kbd> solo es compatible con el contenido en wikitexto. $1 usa el modelo de contenido $2.\";'),('an','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('an','messages:apierror-permissiondenied','s:29:\"es:No tienes permiso para $1.\";'),('an','messages:apierror-permissiondenied-generic','s:20:\"es:Permiso denegado.\";'),('an','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('an','messages:apierror-permissiondenied-unblock','s:47:\"es:No tienes permiso para desbloquear usuarios.\";'),('an','messages:apierror-prefixsearchdisabled','s:65:\"es:La búsqueda por prefijo está deshabilitada en el modo avaro.\";'),('an','messages:apierror-promised-nonwrite-api','s:120:\"es:La cabecera HTTP <code>Promise-Non-Write-API-Action</code> no se puede enviar a módulos de la API en modo escritura.\";'),('an','messages:apierror-protect-invalidaction','s:41:\"es:Tipo de protección «$1» no válido.\";'),('an','messages:apierror-protect-invalidlevel','s:42:\"es:Nivel de protección «$1» no válido.\";'),('an','messages:apierror-ratelimited','s:85:\"es:Has excedido tu límite de frecuencia. Aguarda unos minutos y vuelve a intentarlo.\";'),('an','messages:apierror-readapidenied','s:59:\"es:Necesitas permiso de lectura para utilizar este módulo.\";'),('an','messages:apierror-readonly','s:53:\"es:La wiki está actualmente en modo de solo lectura.\";'),('an','messages:apierror-reauthenticate','s:93:\"es:No te has autentificado recientemente en esta sesión. Por favor, vuelve a autentificarte.\";'),('an','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('an','messages:apierror-revdel-mutuallyexclusive','s:72:\"es:No se puede usar el mismo campo en <var>hide</var> y <var>show</var>.\";'),('an','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('an','messages:apierror-revdel-paramneeded','s:74:\"es:Se requiere al menos un valor para <var>hide</var> y/o <var>show</var>.\";'),('an','messages:apierror-revisions-badid','s:70:\"es:No se encontró ninguna revisión para el parámetro <var>$1</var>.\";'),('an','messages:apierror-revisions-norevids','s:259:\"es:El parámetro <var>revids</var> no se puede utilizar junto con las opciones de lista (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> y <var>$1end</var>).\";'),('an','messages:apierror-revisions-singlepage','s:341:\"es:Se utilizó <var>titles</var>, <var>pageids</var> o un generador para proporcionar múltiples páginas, pero los parámetros <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> y <var>$1end</var> solo se pueden utilizar en una sola página.\";'),('an','messages:apierror-revwrongpage','s:33:\"es:r$1 no es una revisión de $2.\";'),('an','messages:apierror-searchdisabled','s:55:\"es:Se ha desactivado la búsqueda de «<var>$1</var>».\";'),('an','messages:apierror-sectionreplacefailed','s:52:\"es:No se ha podido combinar la sección actualizada.\";'),('an','messages:apierror-sectionsnotsupported','s:66:\"es:Las secciones no son compatibles con el modelo de contenido $1.\";'),('an','messages:apierror-sectionsnotsupported-what','s:43:\"es:Las secciones no son compatibles con $1.\";'),('an','messages:apierror-show','s:83:\"es:Parámetro incorrecto: no se pueden proporcionar valores mutuamente excluyentes.\";'),('an','messages:apierror-siteinfo-includealldenied','s:121:\"es:No se puede ver la información de todos los servidores a menos que <var>$wgShowHostnames</var> tenga valor verdadero.\";'),('an','messages:apierror-sizediffdisabled','s:65:\"es:La diferencia de tamaño está deshabilitada en el modo avaro.\";'),('an','messages:apierror-spamdetected','s:80:\"es:Tu edición fue rechazada por contener un fragmento de spam: <code>$1</code>.\";'),('an','messages:apierror-specialpage-cantexecute','s:70:\"es:No tienes permiso para ver los resultados de esta página especial.\";'),('an','messages:apierror-stashedfilenotfound','s:66:\"es:No se pudo encontrar el archivo en el almacén provisional: $1.\";'),('an','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('an','messages:apierror-stashexception','s:5:\"en:$1\";'),('an','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('an','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('an','messages:apierror-stashfilestorage','s:61:\"es:No se pudo guardar la carga en el almacén provisional: $1\";'),('an','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('an','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('an','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('an','messages:apierror-stashwrongowner','s:29:\"es:Propietario incorrecto: $1\";'),('an','messages:apierror-stashzerolength','s:82:\"es:El archivo mide cero bytes y no puede guardarse en el almacén provisional: $1.\";'),('an','messages:apierror-systemblocked','s:65:\"es:Has sido bloqueado automáticamente por el software MediaWiki.\";'),('an','messages:apierror-templateexpansion-notwikitext','s:114:\"es:La expansión de plantillas solo es compatible con el contenido en wikitexto. $1 usa el modelo de contenido $2.\";'),('an','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('an','messages:apierror-toomanyvalues','s:89:\"es:Se proporcionaron demasiados valores al parámetro <var>$1</var>. El límite es de $2.\";'),('an','messages:apierror-unknownaction','s:63:\"es:La acción especificada, <kbd>$1</kbd>, no está reconocida.\";'),('an','messages:apierror-unknownerror','s:28:\"es:Error desconocido: «$1»\";'),('an','messages:apierror-unknownerror-editpage','s:37:\"es:Error de EditPage desconocido: $1.\";'),('an','messages:apierror-unknownerror-nocode','s:21:\"es:Error desconocido.\";'),('an','messages:apierror-unknownformat','s:32:\"es:Formato no reconocido «$1».\";'),('an','messages:apierror-unrecognizedparams','s:73:\"es:{{PLURAL:$2|Parámetro no reconocido|Parámetros no reconocidos}}: $1.\";'),('an','messages:apierror-unrecognizedvalue','s:60:\"es:Valor no reconocido para el parámetro <var>$1</var>: $2.\";'),('an','messages:apierror-unsupportedrepo','s:77:\"es:El repositorio local de archivos no permite consultar todas las imágenes.\";'),('an','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('an','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('an','messages:apierror-upload-inprogress','s:60:\"es:Ya está en curso la carga desde el almacén provisional.\";'),('an','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('an','messages:apierror-urlparamnormal','s:61:\"es:No se pudieron normalizar los parámetros de imagen de $1.\";'),('an','messages:apierror-writeapidenied','s:63:\"es:No tienes permiso para editar esta wiki a través de la API.\";'),('an','messages:apihelp','s:18:\"es:Ayuda de la API\";'),('an','messages:apihelp-block-example-ip-simple','s:83:\"es:Bloquear la dirección IP <kbd>192.0.2.5</kbd> durante tres días con un motivo.\";'),('an','messages:apihelp-block-example-user-complex','s:121:\"es:Bloquear al usuario <kbd>Vandal</kbd> indefinidamente con un motivo y evitar que cree nuevas cuentas o envíe correos.\";'),('an','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('an','messages:apihelp-block-param-allowusertalk','s:164:\"es:Permitir que el usuario edite su propia página de discusión (depende de <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('an','messages:apihelp-block-param-anononly','s:101:\"es:Bloquear solo usuarios anónimos (es decir, desactivar ediciones anónimas de esta dirección IP).\";'),('an','messages:apihelp-block-param-autoblock','s:126:\"es:Bloquear automáticamente la última dirección IP y todas las direcciones IP que traten de iniciar sesión posteriormente.\";'),('an','messages:apihelp-block-param-expiry','s:270:\"es:Fecha de expiración. Puede ser relativa (por ejemplo, <kbd>5 months</kbd> o <kbd>2 weeks</kbd>) o absoluta (por ejemplo, <kbd>2014-09-18T12:34:56Z</kbd>). Si se establece en <kbd>infinite</kbd>, <kbd>indefinite</kbd>, o <kbd>never</kbd>, el bloqueo será permanente.\";'),('an','messages:apihelp-block-param-hidename','s:104:\"es:Ocultar el nombre de usuario del registro de bloqueo (es necesario el derecho <code>hideuser</code>).\";'),('an','messages:apihelp-block-param-namespacerestrictions','s:156:\"es:Lista de identificadores de espacio de nombres para bloquear la edición del usuario. Solo se aplica cuando <var>partial</var> está establecido en true.\";'),('an','messages:apihelp-block-param-nocreate','s:36:\"es:Prevenir la creación de cuentas.\";'),('an','messages:apihelp-block-param-noemail','s:111:\"es:Evitar que el usuario envíe correos a través de la wiki (es necesario el derecho <code>blockemail</code>).\";'),('an','messages:apihelp-block-param-pagerestrictions','s:137:\"es:Lista de títulos para bloquear la edición por parte del usuario. Solo se aplica cuando <var>partial</var> está establecido en true.\";'),('an','messages:apihelp-block-param-partial','s:98:\"es:Bloquear a un usuario en determinadas páginas o espacios de nombres en lugar del sitio entero.\";'),('an','messages:apihelp-block-param-reason','s:26:\"es:Razón para el bloqueo.\";'),('an','messages:apihelp-block-param-reblock','s:70:\"es:Si la cuenta ya está bloqueada, sobrescribir el bloqueo existente.\";'),('an','messages:apihelp-block-param-tags','s:77:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de bloqueos.\";'),('an','messages:apihelp-block-param-user','s:24:\"es:Usuario que bloquear.\";'),('an','messages:apihelp-block-param-userid','s:81:\"es:ID de usuario para bloquear. No se puede utilizar junto con <var>$1user</var>.\";'),('an','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-block-param-watchuser','s:85:\"es:Vigilar las páginas de usuario y de discusión del usuario o de la dirección IP.\";'),('an','messages:apihelp-block-summary','s:25:\"es:Bloquear a un usuario.\";'),('an','messages:apihelp-changeauthenticationdata-example-password','s:87:\"es:Intento para cambiar la contraseña del usuario actual a <kbd>ExamplePassword</kbd>.\";'),('an','messages:apihelp-changeauthenticationdata-summary','s:64:\"es:Cambiar los datos de autentificación para el usuario actual.\";'),('an','messages:apihelp-changecontentmodel-example','s:83:\"es:Cambiar la página principal para tener el modelo de contenido <code>text</code>\";'),('an','messages:apihelp-changecontentmodel-param-bot','s:63:\"es:Marca el cambio de modelo de contenido con un indicador bot.\";'),('an','messages:apihelp-changecontentmodel-param-model','s:43:\"es:Modelo de contenido del nuevo contenido.\";'),('an','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('an','messages:apihelp-changecontentmodel-param-summary','s:57:\"es:Resumen de edición y razón para entrada de registro.\";'),('an','messages:apihelp-changecontentmodel-param-tags','s:69:\"es:Cambia etiquetas para aplicar a la entrada de registro y edición.\";'),('an','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('an','messages:apihelp-changecontentmodel-summary','s:47:\"es:Cambia el modelo de contenido de una página\";'),('an','messages:apihelp-checktoken-example-simple','s:50:\"es:Probar la validez de una ficha <kbd>csrf</kbd>.\";'),('an','messages:apihelp-checktoken-param-maxtokenage','s:46:\"es:Duración máxima de la ficha, en segundos.\";'),('an','messages:apihelp-checktoken-param-token','s:18:\"es:Ficha a probar.\";'),('an','messages:apihelp-checktoken-param-type','s:26:\"es:Tipo de ficha a probar.\";'),('an','messages:apihelp-checktoken-summary','s:112:\"es:Comprueba la validez de una ficha desde <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('an','messages:apihelp-clearhasmsg-example-1','s:59:\"es:Limpiar la marca <code>hasmsg</code> del usuario actual.\";'),('an','messages:apihelp-clearhasmsg-summary','s:58:\"es:Limpia la marca <code>hasmsg</code> del usuario actual.\";'),('an','messages:apihelp-clientlogin-example-login','s:133:\"es:Comenzar el proceso para iniciar sesión en la wiki como usuario <kbd>Example</kbd> con la contraseña <kbd>ExamplePassword</kbd>.\";'),('an','messages:apihelp-clientlogin-example-login2','s:180:\"es:Continuar el inicio de sesión después de una respuesta de la <samp>UI</samp> a la autenticación de dos pasos, en la que devuelve un <var>OATHToken</var> de <kbd>987654</kbd>.\";'),('an','messages:apihelp-clientlogin-summary','s:46:\"es:Entrar en wiki usando el flujo interactivo.\";'),('an','messages:apihelp-compare-example-1','s:51:\"es:Crear una diferencia entre las revisiones 1 y 2.\";'),('an','messages:apihelp-compare-extended-description','s:100:\"es:Se debe pasar un número de revisión, un título de página o una ID tanto desde \"de\" hasta \"a\".\";'),('an','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('an','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('an','messages:apihelp-compare-param-fromcontentformat-{slot}','s:82:\"es:Formato de serialización de contenido de <var>desde texto-&#x7B;ranura}</var>.\";'),('an','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('an','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:133:\"es:Modelo de contenido de <var>from text-&#x7B;slot}</var>. Si no se suministra, se calculará en función de los demás parámetros.\";'),('an','messages:apihelp-compare-param-fromid','s:39:\"es:ID de la primera página a comparar.\";'),('an','messages:apihelp-compare-param-frompst','s:86:\"es:Realizar una transformación previa al guardado en <var>fromtext-&#x7B;slot}</var>.\";'),('an','messages:apihelp-compare-param-fromrev','s:35:\"es:Primera revisión para comparar.\";'),('an','messages:apihelp-compare-param-fromsection','s:77:\"es:Solamente usar la sección especificada del contenido \'from\' especificado.\";'),('an','messages:apihelp-compare-param-fromsection-{slot}','s:267:\"es:Cuando <var>fromtext-&#x7B;slot}</var> es el contenido de una sola sección, este es el número de sección. Se combinará en la revisión especificada por <var>fromtitle</var>, <var>fromid</var> o <var>fromrev</var> como si se tratara de una edición de sección.\";'),('an','messages:apihelp-compare-param-fromslots','s:382:\"es:Reemplazar el contenido de la revisión especificada por <var>fromtitle</var>, <var>fromid</var> o <var>fromrev</var>.\n\nEste parámetro especifica las ranuras que se van a modificar. Utiliza <var>desde texto-&#x7B;ranura}</var>, <var>desde modelo de contenido-&#x7B;ranura}</var> y <var>desde formato de contenido-&#x7B;ranura}</var> para especificar el contenido de cada ranura.\";'),('an','messages:apihelp-compare-param-fromtext','s:89:\"es:Especificar <kbd>fromslots=main</kbd> y utilizar <var>fromtext-main</var> en su lugar.\";'),('an','messages:apihelp-compare-param-fromtext-{slot}','s:84:\"es:Texto de la ranura especificada. Si se omite, la ranura se quita de la revisión.\";'),('an','messages:apihelp-compare-param-fromtitle','s:31:\"es:Primer título para comparar\";'),('an','messages:apihelp-compare-param-prop','s:49:\"es:Qué fragmentos de información se obtendrán.\";'),('an','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('an','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('an','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('an','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('an','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('an','messages:apihelp-compare-param-toid','s:50:\"es:Segunda identificador de página para comparar.\";'),('an','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('an','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('an','messages:apihelp-compare-param-torev','s:35:\"es:Segunda revisión para comparar.\";'),('an','messages:apihelp-compare-param-tosection','s:75:\"es:Solamente usar la sección especificada del contenido \'to\' especificado.\";'),('an','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('an','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('an','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('an','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('an','messages:apihelp-compare-param-totitle','s:33:\"es:Segundo título para comparar.\";'),('an','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('an','messages:apihelp-compare-paramvalue-prop-diff','s:30:\"es:El HTML de las diferencias.\";'),('an','messages:apihelp-compare-paramvalue-prop-diffsize','s:52:\"es:El tamaño del HTML de las diferencias, en bytes.\";'),('an','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('an','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('an','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('an','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('an','messages:apihelp-compare-paramvalue-prop-timestamp','s:58:\"es:La marca de tiempo de las revisiones \'desde\' y \'hasta\'.\";'),('an','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('an','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('an','messages:apihelp-compare-summary','s:42:\"es:Obtener la diferencia entre 2 páginas.\";'),('an','messages:apihelp-createaccount-example-create','s:112:\"es:Empezar el proceso de creación del usuario <kbd>Example</kbd> con la contraseña <kbd>ExamplePassword</kbd>.\";'),('an','messages:apihelp-createaccount-param-preservestate','s:384:\"es:Si <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> devolvió true (verdadero) para <samp>hasprimarypreservedstate</samp>, deberían omitirse las peticiones marcadas como <samp>primary-required</samp>. Si devolvió un valor no vacío para <samp>preservedusername</samp>, se debe usar ese nombre de usuario en el parámetro <var>username</var>.\";'),('an','messages:apihelp-createaccount-summary','s:37:\"es:Crear una nueva cuenta de usuario.\";'),('an','messages:apihelp-cspreport-param-reportonly','s:82:\"es:Marcar como informe proveniente de una normativa de vigilancia, no una impuesta\";'),('an','messages:apihelp-cspreport-param-source','s:57:\"es:Qué generó la cabecera CSP que provocó este informe\";'),('an','messages:apihelp-cspreport-summary','s:219:\"es:Utilizado por los navegadores para informar de violaciones a la normativa de seguridad de contenidos. Este módulo no debe usarse nunca, excepto cuando se usa automáticamente por un navegador web compatible con CSP.\";'),('an','messages:apihelp-delete-example-reason','s:86:\"es:Eliminar <kbd>Main Page</kbd> con el motivo <kbd>Preparándose para traslado</kbd>.\";'),('an','messages:apihelp-delete-example-simple','s:41:\"es:Borrar la <kbd>Página principal</kbd>\";'),('an','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('an','messages:apihelp-delete-param-oldimage','s:162:\"es:El nombre de la imagen antigua es proporcionado conforme a lo dispuesto por [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('an','messages:apihelp-delete-param-pageid','s:80:\"es:ID de la página a eliminar. No se puede utilizar junto a <var>$1title</var>.\";'),('an','messages:apihelp-delete-param-reason','s:85:\"es:Motivo de la eliminación. Si no se especifica, se generará uno automáticamente.\";'),('an','messages:apihelp-delete-param-tags','s:81:\"es:Cambio de etiquetas para aplicar a la entrada en la eliminación del registro.\";'),('an','messages:apihelp-delete-param-title','s:86:\"es:Título de la página a eliminar. No se puede utilizar junto a <var>$1pageid</var>.\";'),('an','messages:apihelp-delete-param-unwatch','s:67:\"es:Quitar la página de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-delete-param-watch','s:69:\"es:Añadir esta página a la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-delete-param-watchlist','s:153:\"es:Añadir o quitar incondicionalmente la página de la lista de seguimiento del usuario actual, usar preferencias o no cambiar el estado de seguimiento.\";'),('an','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-delete-summary','s:22:\"es:Borrar una página.\";'),('an','messages:apihelp-disabled-summary','s:30:\"es:Se desactivó este módulo.\";'),('an','messages:apihelp-edit-example-edit','s:21:\"es:Editar una página\";'),('an','messages:apihelp-edit-example-prepend','s:56:\"es:Anteponer <kbd>_&#95;NOTOC_&#95;</kbd> a una página.\";'),('an','messages:apihelp-edit-example-undo','s:71:\"es:Deshacer intervalo de revisiones 13579-13585 con resumen automático\";'),('an','messages:apihelp-edit-param-appendtext','s:152:\"es:Añadir este texto al principio de la página. Reemplaza $1text.\n\nUtiliza $1section=new para añadir una nueva sección, en lugar de este parámetro.\";'),('an','messages:apihelp-edit-param-baserevid','s:262:\"es:Identificación de la revisión base, usada para detectar conflictos de ediciones. Se puede obtener mediante [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. \"Self-conflicts\" causan que la edición fracase a menos que basetimestamp sea fijado.\";'),('an','messages:apihelp-edit-param-basetimestamp','s:230:\"es:Cronomarcador de la revisión de base utilizado para detectar conflictos de edición. Puede obtenerse a través de [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Se ignoran los autoconflictos.\";'),('an','messages:apihelp-edit-param-bot','s:40:\"es:Marcar esta como una edición de bot.\";'),('an','messages:apihelp-edit-param-contentformat','s:77:\"es:Formato de serialización de contenido utilizado para el texto de entrada.\";'),('an','messages:apihelp-edit-param-contentmodel','s:43:\"es:Modelo de contenido del nuevo contenido.\";'),('an','messages:apihelp-edit-param-createonly','s:37:\"es:No editar la página si ya existe.\";'),('an','messages:apihelp-edit-param-md5','s:173:\"es:El hash MD5 del parámetro $1text, o los parámetros concatenados $1prependtext y $1appendtext. Si se establece, la edición no se hará a menos que el hash sea correcto.\";'),('an','messages:apihelp-edit-param-minor','s:35:\"es:Marcar esta edición como menor.\";'),('an','messages:apihelp-edit-param-nocreate','s:45:\"es:Producir un error si la página no existe.\";'),('an','messages:apihelp-edit-param-notminor','s:21:\"es:Edición no menor.\";'),('an','messages:apihelp-edit-param-pageid','s:78:\"es:ID de la página a editar. No se puede utilizar junto a <var>$1title</var>.\";'),('an','messages:apihelp-edit-param-prependtext','s:67:\"es:Añadir este texto al principio de la página. Reemplaza $1text.\";'),('an','messages:apihelp-edit-param-recreate','s:87:\"es:Reemplazar los errores acerca de la página de haber sido eliminados en el ínterin.\";'),('an','messages:apihelp-edit-param-redirect','s:43:\"es:Resolver redirecciones automáticamente.\";'),('an','messages:apihelp-edit-param-section','s:107:\"es:Número de la sección. <kbd>0</kbd> para una sección superior, <kbd>new</kbd> para una sección nueva.\";'),('an','messages:apihelp-edit-param-sectiontitle','s:36:\"es:El título de una sección nueva.\";'),('an','messages:apihelp-edit-param-starttimestamp','s:300:\"es:Marca de tiempo de cuando empezó el proceso de edición, usada para detectar conflictos de edición. Se puede obtener un valor apropiado usando <var>[[Special:ApiHelp/main|curtimestamp]]</var> cuando comiences el proceso de edición (por ejemplo, al cargar el contenido de la página por editar).\";'),('an','messages:apihelp-edit-param-summary','s:115:\"es:Editar resumen. Además de la sección del título cuando $1section=new y $1sectiontitle no están establecidos.\";'),('an','messages:apihelp-edit-param-tags','s:55:\"es:Cambia las etiquetas para aplicarlas a la revisión.\";'),('an','messages:apihelp-edit-param-text','s:27:\"es:Contenido de la página.\";'),('an','messages:apihelp-edit-param-title','s:84:\"es:Título de la página a editar. No se puede utilizar junto a <var>$1pageid</var>.\";'),('an','messages:apihelp-edit-param-token','s:105:\"es:La clave debe enviarse siempre como el último parámetro o, al menos, después del parámetro $1text.\";'),('an','messages:apihelp-edit-param-undo','s:75:\"es:Deshacer esta revisión. Reemplaza $1text, $1prependtext y $1appendtext.\";'),('an','messages:apihelp-edit-param-undoafter','s:108:\"es:Deshacer todas las revisiones desde $1undo a esta. Si no está establecido solo se deshace una revisión.\";'),('an','messages:apihelp-edit-param-unwatch','s:67:\"es:Quitar la página de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-edit-param-watch','s:67:\"es:Añadir la página a la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-edit-param-watchlist','s:123:\"es:Incondicionalmente añadir o eliminar la página de lista del usuario actual, utilice referencias o no cambiar el reloj.\";'),('an','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-edit-summary','s:27:\"es:Crear y editar páginas.\";'),('an','messages:apihelp-emailuser-example-email','s:84:\"es:Enviar un correo al usuario <kbd>WikiSysop</kbd> con el texto <kbd>Content</kbd>.\";'),('an','messages:apihelp-emailuser-param-ccme','s:38:\"es:Enviarme una copia de este mensaje.\";'),('an','messages:apihelp-emailuser-param-subject','s:23:\"es:Cabecera del asunto.\";'),('an','messages:apihelp-emailuser-param-target','s:34:\"es:Cuenta de usuario destinatario.\";'),('an','messages:apihelp-emailuser-param-text','s:22:\"es:Cuerpo del mensaje.\";'),('an','messages:apihelp-emailuser-summary','s:57:\"es:Enviar un mensaje de correo electrónico a un usuario.\";'),('an','messages:apihelp-expandtemplates-example-simple','s:73:\"es:Expandir el wikitexto <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('an','messages:apihelp-expandtemplates-param-generatexml','s:72:\"es:Generar un árbol de análisis XML (remplazado por $1prop=parsetree).\";'),('an','messages:apihelp-expandtemplates-param-includecomments','s:50:\"es:Incluir o no los comentarios HTML en la salida.\";'),('an','messages:apihelp-expandtemplates-param-prop','s:196:\"es:Qué elementos de información se utilizan para llegar.\n\nTenga en cuenta que si no se seleccionan los valores, el resultado contendrá el wikitexto, pero la salida será en un formato obsoleto.\";'),('an','messages:apihelp-expandtemplates-param-revid','s:93:\"es:Id. de revisión, para <code><nowiki>{{REVISIONID}}</nowiki></code> y variables similares.\";'),('an','messages:apihelp-expandtemplates-param-showstrategykeys','s:85:\"es:Si se incluye la información de la estrategia de fusión interna en jsconfigvars.\";'),('an','messages:apihelp-expandtemplates-param-text','s:32:\"es:Wikitexto que se convertirá.\";'),('an','messages:apihelp-expandtemplates-param-title','s:25:\"es:Título de la página.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:103:\"es:Cualesquiera categorías presentes en la entrada que no están representadas en salida de wikitexto.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:99:\"es:Da las variables de configuración JavaScript específicas para la página como una cadena JSON.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:78:\"es:Da las variables de configuración JavaScript específicas para la página.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:228:\"es:Todos los módulos ResourceLoader que las funciones del analizador sintáctico hayan solicitado añadir a la salida. Debe solicitarse <kbd>jsconfigvars</kbd> o bien <kbd>encodedjsconfigvars</kbd> junto con <kbd>modules</kbd>.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:49:\"es:El árbol XML analiza el árbol de la entrada.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:74:\"es:Propiedades de página definidas por palabras mágicas en el wikitexto.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:81:\"es:El tiempo máximo tras el cual deberían invalidarse los resultados en caché.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:89:\"es:Si la salida es volátil y no debe ser reutilizada en otro lugar dentro de la página.\";'),('an','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:26:\"es:El wikitexto expandido.\";'),('an','messages:apihelp-expandtemplates-summary','s:45:\"es:Expande todas las plantillas en wikitexto.\";'),('an','messages:apihelp-feedcontributions-example-simple','s:62:\"es:Devolver las contribuciones del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-feedcontributions-param-deletedonly','s:44:\"es:Mostrar solo las contribuciones borradas.\";'),('an','messages:apihelp-feedcontributions-param-feedformat','s:29:\"es:El formato del suministro.\";'),('an','messages:apihelp-feedcontributions-param-hideminor','s:29:\"es:Ocultar ediciones menores.\";'),('an','messages:apihelp-feedcontributions-param-month','s:35:\"es:A partir del mes (y anteriores).\";'),('an','messages:apihelp-feedcontributions-param-namespace','s:53:\"es:Espacio de nombre para filtrar las contribuciones.\";'),('an','messages:apihelp-feedcontributions-param-newonly','s:57:\"es:Mostrar solo ediciones que son creaciones de páginas.\";'),('an','messages:apihelp-feedcontributions-param-showsizediff','s:53:\"es:Mostrar la diferencia de tamaño entre revisiones.\";'),('an','messages:apihelp-feedcontributions-param-tagfilter','s:57:\"es:Filtrar las contribuciones que tienen estas etiquetas.\";'),('an','messages:apihelp-feedcontributions-param-toponly','s:54:\"es:Mostrar solo ediciones que son últimas revisiones.\";'),('an','messages:apihelp-feedcontributions-param-user','s:43:\"es:De qué usuarios recibir contribuciones.\";'),('an','messages:apihelp-feedcontributions-param-year','s:36:\"es:A partir del año (y anteriores).\";'),('an','messages:apihelp-feedcontributions-summary','s:58:\"es:Devuelve el suministro de contribuciones de un usuario.\";'),('an','messages:apihelp-feedrecentchanges-example-30days','s:54:\"es:Mostrar los cambios recientes limitados a 30 días.\";'),('an','messages:apihelp-feedrecentchanges-example-simple','s:33:\"es:Mostrar los cambios recientes.\";'),('an','messages:apihelp-feedrecentchanges-param-associated','s:67:\"es:Incluir el espacio de nombres asociado (discusión o principal).\";'),('an','messages:apihelp-feedrecentchanges-param-days','s:42:\"es:Días a los que limitar los resultados.\";'),('an','messages:apihelp-feedrecentchanges-param-feedformat','s:29:\"es:El formato del suministro.\";'),('an','messages:apihelp-feedrecentchanges-param-from','s:55:\"es:Mostrar los cambios realizados a partir de entonces.\";'),('an','messages:apihelp-feedrecentchanges-param-hideanons','s:57:\"es:Ocultar los cambios realizados por usuarios anónimos.\";'),('an','messages:apihelp-feedrecentchanges-param-hidebots','s:43:\"es:Ocultar los cambios realizados por bots.\";'),('an','messages:apihelp-feedrecentchanges-param-hidecategorization','s:52:\"es:Ocultar los cambios de pertenencia a categorías.\";'),('an','messages:apihelp-feedrecentchanges-param-hideliu','s:59:\"es:Ocultar los cambios realizados por usuarios registrados.\";'),('an','messages:apihelp-feedrecentchanges-param-hideminor','s:27:\"es:Ocultar cambios menores.\";'),('an','messages:apihelp-feedrecentchanges-param-hidemyself','s:56:\"es:Ocultar los cambios realizados por el usuario actual.\";'),('an','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:35:\"es:Ocultar los cambios verificados.\";'),('an','messages:apihelp-feedrecentchanges-param-invert','s:65:\"es:Todos los espacios de nombres menos el que está seleccionado.\";'),('an','messages:apihelp-feedrecentchanges-param-limit','s:46:\"es:Número máximo de resultados que devolver.\";'),('an','messages:apihelp-feedrecentchanges-param-namespace','s:53:\"es:Espacio de nombres al cual limitar los resultados.\";'),('an','messages:apihelp-feedrecentchanges-param-showlinkedto','s:73:\"es:Mostrar los cambios en páginas enlazadas con la página seleccionada.\";'),('an','messages:apihelp-feedrecentchanges-param-tagfilter','s:25:\"es:Filtrar por etiquetas.\";'),('an','messages:apihelp-feedrecentchanges-param-target','s:62:\"es:Mostrar solo los cambios en las páginas enlazadas en esta.\";'),('an','messages:apihelp-feedrecentchanges-summary','s:47:\"es:Devuelve un suministro de cambios recientes.\";'),('an','messages:apihelp-feedwatchlist-example-all6hrs','s:75:\"es:Mostrar todos los cambios en páginas vigiladas en las últimas 6 horas.\";'),('an','messages:apihelp-feedwatchlist-example-default','s:52:\"es:Mostrar el suministro de la lista de seguimiento.\";'),('an','messages:apihelp-feedwatchlist-param-feedformat','s:29:\"es:El formato del suministro.\";'),('an','messages:apihelp-feedwatchlist-param-hours','s:65:\"es:Listar las páginas modificadas desde estas horas hasta ahora.\";'),('an','messages:apihelp-feedwatchlist-param-linktosections','s:65:\"es:Enlazar directamente a las secciones cambiadas de ser posible.\";'),('an','messages:apihelp-feedwatchlist-summary','s:54:\"es:Devuelve el suministro de una lista de seguimiento.\";'),('an','messages:apihelp-filerevert-example-revert','s:82:\"es:Devolver <kbd>Wiki.png</kbd> a la versión del <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('an','messages:apihelp-filerevert-param-archivename','s:54:\"es:Nombre del archivo de la revisión para deshacerla.\";'),('an','messages:apihelp-filerevert-param-comment','s:23:\"es:Comentario de carga.\";'),('an','messages:apihelp-filerevert-param-filename','s:51:\"es:Nombre de archivo final, sin el prefijo Archivo:\";'),('an','messages:apihelp-filerevert-summary','s:47:\"es:Revertir el archivo a una versión anterior.\";'),('an','messages:apihelp-format-example-generic','s:54:\"es:Devolver el resultado de la consulta en formato $1.\";'),('an','messages:apihelp-format-param-wrappedhtml','s:110:\"es:Devolver el HTML con resaltado sintáctico y los módulos ResourceLoader asociados en forma de objeto JSON.\";'),('an','messages:apihelp-help-example-help','s:36:\"es:Ayuda del módulo de ayuda en sí\";'),('an','messages:apihelp-help-example-main','s:30:\"es:Ayuda del módulo principal\";'),('an','messages:apihelp-help-example-query','s:42:\"es:Ayuda para dos submódulos de consulta.\";'),('an','messages:apihelp-help-example-recursive','s:31:\"es:Toda la ayuda en una página\";'),('an','messages:apihelp-help-example-submodules','s:62:\"es:Ayuda para <kbd>action=query</kbd> y todos sus submódulos.\";'),('an','messages:apihelp-help-param-helpformat','s:33:\"es:Formato de salida de la ayuda.\";'),('an','messages:apihelp-help-param-modules','s:179:\"es:Módulos para los que mostrar ayuda (valores de los parámetros <var>action</var> y <var>format</var> o <kbd>main</kbd>). Se pueden especificar submódulos con un <kbd>+</kbd>.\";'),('an','messages:apihelp-help-param-recursivesubmodules','s:49:\"es:Incluir ayuda para submódulos recursivamente.\";'),('an','messages:apihelp-help-param-submodules','s:57:\"es:Incluir ayuda para submódulos del módulo con nombre.\";'),('an','messages:apihelp-help-param-toc','s:40:\"es:Incluir un sumario en la salida HTML.\";'),('an','messages:apihelp-help-param-wrap','s:75:\"es:Envolver el producto en una estructura de respuesta de la API estándar.\";'),('an','messages:apihelp-help-summary','s:52:\"es:Mostrar la ayuda para los módulos especificados.\";'),('an','messages:apihelp-imagerotate-example-generator','s:79:\"es:Rotar todas las imágenes en <kbd>Category:Flip</kbd> <kbd>180</kbd> grados.\";'),('an','messages:apihelp-imagerotate-example-simple','s:58:\"es:Rotar <kbd>File:Example.png</kbd> <kbd>90</kbd> grados.\";'),('an','messages:apihelp-imagerotate-param-rotation','s:50:\"es:Grados que rotar una imagen en sentido horario.\";'),('an','messages:apihelp-imagerotate-param-tags','s:64:\"es:Etiquetas que añadir a la entrada en el registro de subidas.\";'),('an','messages:apihelp-imagerotate-summary','s:30:\"es:Girar una o más imágenes.\";'),('an','messages:apihelp-import-example-import','s:90:\"es:Importar [[meta:Help:ParserFunctions]] al espacio de nombres 100 con todo el historial.\";'),('an','messages:apihelp-import-extended-description','s:173:\"es:Tenga en cuenta que el HTTP POST debe hacerse como una carga de archivos (es decir, el uso de multipart/form-data) al enviar un archivo para el parámetro <var>xml</var>.\";'),('an','messages:apihelp-import-param-assignknownusers','s:89:\"es:Asignar ediciones a usuarios locales cuando sus nombres de usuario existan localmente.\";'),('an','messages:apihelp-import-param-fullhistory','s:88:\"es:Para importaciones interwiki: importar todo el historial, no solo la versión actual.\";'),('an','messages:apihelp-import-param-interwikipage','s:52:\"es:Para importaciones interwiki: página a importar.\";'),('an','messages:apihelp-import-param-interwikiprefix','s:172:\"es:Para importaciones cargadas: el prefijo de interwiki debe aplicarse a los nombres de usuario desconocidos (y a los conocidos si se define <var>$1assignknownusers</var>).\";'),('an','messages:apihelp-import-param-interwikisource','s:60:\"es:Para importaciones interwiki: wiki desde la que importar.\";'),('an','messages:apihelp-import-param-namespace','s:98:\"es:Importar a este espacio de nombres. No puede usarse simultáneamente con <var>$1rootpage</var>.\";'),('an','messages:apihelp-import-param-rootpage','s:105:\"es:Importar como subpágina de esta página. No puede usarse simultáneamente con <var>$1namespace</var>.\";'),('an','messages:apihelp-import-param-summary','s:51:\"es:Resumen de importación de entrada del registro.\";'),('an','messages:apihelp-import-param-tags','s:131:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de importaciones y a la revisión nula de las páginas importadas.\";'),('an','messages:apihelp-import-param-templates','s:82:\"es:Para importaciones interwiki: importar también todas las plantillas incluidas.\";'),('an','messages:apihelp-import-param-xml','s:28:\"es:Se cargó el archivo XML.\";'),('an','messages:apihelp-import-summary','s:64:\"es:Importar una página desde otra wiki, o desde un archivo XML.\";'),('an','messages:apihelp-json-param-ascii','s:202:\"es:Si se especifica, codifica todos los caracteres no pertenecientes a ASCII mediante secuencias de escape hexadecimal. Toma el comportamiento por defecto si <var>formatversion</var> no es <kbd>1</kbd>.\";'),('an','messages:apihelp-json-param-callback','s:168:\"es:Si se especifica, envuelve la salida dentro de una llamada a una función dada. Por motivos de seguridad, cualquier dato específico del usuario estará restringido.\";'),('an','messages:apihelp-json-param-formatversion','s:20:\"es:Formato de salida\";'),('an','messages:apihelp-json-param-utf8','s:259:\"es:Si se especifica, codifica la mayoría (pero no todos) de los caracteres no pertenecientes a ASCII como UTF-8 en lugar de reemplazarlos por secuencias de escape hexadecimal. Toma el comportamiento por defecto si <var>formatversion</var> no es <kbd>1</kbd>.\";'),('an','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('an','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('an','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('an','messages:apihelp-json-summary','s:47:\"es:Extraer los datos de salida en formato JSON.\";'),('an','messages:apihelp-jsonfm-summary','s:84:\"es:Producir los datos de salida en formato JSON (con resaltado sintáctico en HTML).\";'),('an','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('an','messages:apihelp-linkaccount-example-link','s:69:\"es:Iniciar el proceso de vincular a una cuenta de <kbd>Ejemplo</kbd>.\";'),('an','messages:apihelp-linkaccount-summary','s:74:\"es:Vincular una cuenta de un proveedor de terceros para el usuario actual.\";'),('an','messages:apihelp-login-example-login','s:11:\"es:Acceder.\";'),('an','messages:apihelp-login-extended-description','s:300:\"es:Esta acción solo se debe utilizar en combinación con [[Special:BotPasswords]]; para la cuenta de inicio de sesión no se utiliza y puede fallar sin previo aviso. Para iniciar la sesión de forma segura a la cuenta principal, utilice <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('an','messages:apihelp-login-extended-description-nobotpasswords','s:166:\"es:Esta acción esta obsoleta y puede fallar sin previo aviso. Para conectarse de forma segura, utilice <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('an','messages:apihelp-login-param-domain','s:22:\"es:Dominio (opcional).\";'),('an','messages:apihelp-login-param-name','s:21:\"es:Nombre de usuario.\";'),('an','messages:apihelp-login-param-password','s:15:\"es:Contraseña.\";'),('an','messages:apihelp-login-param-token','s:68:\"es:La clave de inicio de sesión se obtiene en la primera solicitud.\";'),('an','messages:apihelp-login-summary','s:59:\"es:Iniciar sesión y obtener las cookies de autenticación.\";'),('an','messages:apihelp-logout-example-logout','s:40:\"es:Cerrar la sesión del usuario actual.\";'),('an','messages:apihelp-logout-summary','s:42:\"es:Salir y vaciar los datos de la sesión.\";'),('an','messages:apihelp-main-extended-description','s:1401:\"es:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentación]]\n* [[mw:Special:MyLanguage/API:Etiquette|Normas de uso y etiqueta]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Lista de correo]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce Anuncios API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Errores y peticiones]\n</div>\n<strong>Estado:</strong> La API de MediaWiki es una interfaz madura y estable que se mejora y prueba activamente. Aunque tratamos de evitarlo, es posible que ocasionalmente debamos hacer cambios importantes. Suscríbete a la [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ lista de correo mediawiki-api-announce] para recibir avisos de actualizaciones.\n\n<strong>Solicitudes erróneas:</strong> Cuando se envían solicitudes erróneas a la API, se enviará un encabezado HTTP con la clave «MediaWiki-API-Error» y, luego, el valor del encabezado y el código de error devuelto se establecerán en el mismo valor. Para obtener más información, consulta [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errores y advertencias]].\n\n<p class=\"mw-apisandbox-link\"><strong>Pruebas:</strong> Para facilitar la comprobación de las solicitudes de API, consulta [[Special:ApiSandbox]].</p>\";'),('an','messages:apihelp-main-param-action','s:30:\"es:Qué acción se realizará.\";'),('an','messages:apihelp-main-param-assert','s:131:\"es:Comprobar que el usuario haya iniciado sesión si el valor es <kbd>user</kbd> o si tiene el permiso de bot si es <kbd>bot</kbd>.\";'),('an','messages:apihelp-main-param-assertuser','s:54:\"es:Verificar el usuario actual es el usuario nombrado.\";'),('an','messages:apihelp-main-param-curtimestamp','s:53:\"es:Incluir la marca de tiempo actual en el resultado.\";'),('an','messages:apihelp-main-param-errorformat','s:65:\"es:Formato utilizado para la salida de texto de avisos y errores.\";'),('an','messages:apihelp-main-param-errorlang','s:362:\"es:Idioma empleado para advertencias y errores. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> con <kbd>siprop=languages</kbd> devuelve una lista de códigos de idioma. Puedes especificar <kbd>content</kbd> para utilizar el idioma del contenido de esta wiki o <kbd>uselang</kbd> para utilizar el valor del parámetro <var>uselang</var>.\";'),('an','messages:apihelp-main-param-errorsuselocal','s:119:\"es:Si se da, los textos de error emplearán mensajes localmente personalizados del espacio de nombres {{ns:MediaWiki}}.\";'),('an','messages:apihelp-main-param-format','s:27:\"es:El formato de la salida.\";'),('an','messages:apihelp-main-param-maxage','s:155:\"es:Establece la cabecera HTTP <code>max-age</code> de control de antememoria a esta cantidad de segundos. Los errores nunca se almacenan en la antememoria.\";'),('an','messages:apihelp-main-param-maxlag','s:581:\"es:Se puede usar el retardo máximo cuando se instala MediaWiki en un clúster replicado de base de datos. Para evitar acciones que causen más retardo en la replicación del sitio, este parámetro puede hacer que el cliente espere hasta que el retardo en la replicación sea menor que el valor especificado. En caso de retardo excesivo, se devuelve el código de error <samp>maxlag</samp> con un mensaje como <samp>Esperando a $host: $lag segundos de retardo</samp>.<br />Consulta [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: parámetro Maxlag]] para más información.\";'),('an','messages:apihelp-main-param-origin','s:1059:\"es:Cuando se accede a la API usando una petición AJAX de distinto dominio (CORS), se establece este valor al dominio de origen. Debe ser incluido en cualquier petición pre-vuelo, y por lo tanto debe ser parte de la URI de la petición (no del cuerpo POST).\n\nEn las peticiones con autenticación, debe coincidir exactamente con uno de los orígenes de la cabecera <code>Origin</code>, por lo que debería ser algo como <kbd>https://en.wikipedia.org</kbd> o <kbd>https://meta.wikimedia.org</kbd>. Si este parámetro no coincide con la cabecera <code>Origin</code>, se devolverá una respuesta 403. Si este parámetro coincide con la cabecera <code>Origin</code> y el origen está en la lista blanca, se creará una cabecera <code>Access-Control-Allow-Origin</code>.\n\nEn las peticiones sin autenticación, introduce el valor <kbd>*</kbd>. Esto creará una cabecera <code>Access-Control-Allow-Origin</code>, pero el valor de <code>Access-Control-Allow-Credentials</code> será <code>false</code> y todos los datos que dependan del usuario estarán restringidos.\";'),('an','messages:apihelp-main-param-requestid','s:106:\"es:Cualquier valor dado aquí se incluirá en la respuesta. Se puede utilizar para distinguir solicitudes.\";'),('an','messages:apihelp-main-param-responselanginfo','s:97:\"es:Incluye los idiomas utilizados para <var>uselang</var> y <var>errorlang</var> en el resultado.\";'),('an','messages:apihelp-main-param-servedby','s:76:\"es:Incluir el nombre del host que ha servido la solicitud en los resultados.\";'),('an','messages:apihelp-main-param-smaxage','s:156:\"es:Establece la cabecera HTTP <code>s-maxage</code> de control de antememoria a esta cantidad de segundos. Los errores nunca se almacenan en la antememoria.\";'),('an','messages:apihelp-main-param-uselang','s:379:\"es:El idioma que se utilizará para las traducciones de mensajes. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> con <kbd>siprop=languages</kbd> devuelve una lista de códigos de idiomas. También puedes introducir <kbd>user</kbd> para usar la preferencia de idioma del usuario actual, o <kbd>content</kbd> para usar el idioma de contenido de esta wiki.\";'),('an','messages:apihelp-main-param-variant','s:93:\"es:Variante del lenguaje. Solo funciona si el lenguaje original soporta conversión variante.\";'),('an','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('an','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('an','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('an','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('an','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('an','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('an','messages:apihelp-main-summary','s:3:\"en:\";'),('an','messages:apihelp-managetags-example-activate','s:99:\"es:Activar una etiqueta llamada <kbd>spam</kbd> con el motivo <kbd>For use in edit patrolling</kbd>\";'),('an','messages:apihelp-managetags-example-create','s:97:\"es:Crear una etiqueta llamada <kbd>spam</kbd> con el motivo <kbd>For use in edit patrolling</kbd>\";'),('an','messages:apihelp-managetags-example-deactivate','s:94:\"es:Desactivar una etiqueta llamada <kbd>spam</kbd> con el motivo <kbd>No longer required</kbd>\";'),('an','messages:apihelp-managetags-example-delete','s:78:\"es:Eliminar la etiqueta <kbd>vandlaism</kbd> con el motivo <kbd>Misspelt</kbd>\";'),('an','messages:apihelp-managetags-param-ignorewarnings','s:76:\"es:Ya sea para ignorar las advertencias que se emiten durante la operación.\";'),('an','messages:apihelp-managetags-param-operation','s:459:\"es:Qué operación realizar:\n;create: Crear una nueva etiqueta de cambio de uso manual.\n;delete: Eliminar una etiqueta de cambio de la base de datos, eliminando la etiqueta de todas las revisiones, cambios en entradas recientes y registros en los que se ha utilizado.\n;activate: Activar una etiqueta de cambio, permitiendo a los usuarios aplicarla manualmente.\n;deactivate: Desactivar una etiqueta de cambio, evitando que los usuarios la apliquen manualmente.\";'),('an','messages:apihelp-managetags-param-reason','s:77:\"es:Un motivo opcional para crear, eliminar, activar o desactivar la etiqueta.\";'),('an','messages:apihelp-managetags-param-tag','s:267:\"es:Etiqueta para crear, eliminar, activar o desactivar. Para crear una etiqueta, esta debe no existir. Para eliminarla, debe existir. Para activarla, debe existir y no estar en uso por ninguna extensión. Para desactivarla, debe estar activada y definida manualmente.\";'),('an','messages:apihelp-managetags-param-tags','s:97:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de administración de etiquetas.\";'),('an','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('an','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('an','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('an','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('an','messages:apihelp-managetags-summary','s:78:\"es:Realizar tareas de administración relacionadas con el cambio de etiquetas.\";'),('an','messages:apihelp-mergehistory-example-merge','s:74:\"es:Combinar todo el historial de <kbd>Oldpage</kbd> en <kbd>Newpage</kbd>.\";'),('an','messages:apihelp-mergehistory-example-merge-timestamp','s:112:\"es:Combinar las revisiones de <kbd>Oldpage</kbd> hasta el <kbd>2015-12-31T04:37:41Z</kbd> en <kbd>Newpage</kbd>.\";'),('an','messages:apihelp-mergehistory-param-from','s:119:\"es:El título de la página desde la que se combinará la historia. No se puede utilizar junto con <var>$1fromid</var>.\";'),('an','messages:apihelp-mergehistory-param-fromid','s:114:\"es:Page ID de la página desde la que se combinara el historial. No se puede utilizar junto con <var>$1from</var>.\";'),('an','messages:apihelp-mergehistory-param-reason','s:40:\"es:Motivo para la fusión del historial.\";'),('an','messages:apihelp-mergehistory-param-timestamp','s:236:\"es:La marca de tiempo de las revisiones se moverá del historial de la página de origen al historial de la página de destino. Si se omite, todo el historial de la página de la página de origen se fusionará en la página de destino.\";'),('an','messages:apihelp-mergehistory-param-to','s:117:\"es:El título de la página desde la que se combinara el historial. No se puede utilizar junto con <var>$1toid</var>.\";'),('an','messages:apihelp-mergehistory-param-toid','s:112:\"es:Page ID de la página desde la que se combinara el historial. No se puede utilizar junto con <var>$1to</var>.\";'),('an','messages:apihelp-mergehistory-summary','s:36:\"es:Fusionar historiales de páginas.\";'),('an','messages:apihelp-mobileview-description','s:61:\"es:Devuelve los datos necesarios para las vistas en móviles.\";'),('an','messages:apihelp-mobileview-example-1','s:65:\"es:Obtener información acerca de la sección 0 de [[Doom metal]]\";'),('an','messages:apihelp-mobileview-example-2','s:102:\"es:Obtener información acerca de la sección 0 y secciones que contienen referencias a [[Candlemass]]\";'),('an','messages:apihelp-mobileview-example-3','s:124:\"es:Obtener información acerca de las secciones 1 y posteriores y de las secciones que contiene referencias a [[Candlemass]]\";'),('an','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('an','messages:apihelp-mobileview-param-noheadings','s:43:\"es:No incluir los encabezados en la salida.\";'),('an','messages:apihelp-mobileview-param-noimages','s:31:\"es:Devolver HTML sin imágenes.\";'),('an','messages:apihelp-mobileview-param-notransform','s:64:\"es:No transformar HTML a una versión específica para móviles.\";'),('an','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('an','messages:apihelp-mobileview-param-onlyrequestedsections','s:70:\"es:Devolver solo las secciones requeridas incluso con $1prop=sections.\";'),('an','messages:apihelp-mobileview-param-page','s:43:\"es:Título de la página que se procesará.\";'),('an','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('an','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('an','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('an','messages:apihelp-mobileview-param-redirect','s:39:\"es:Si deben seguirse las redirecciones.\";'),('an','messages:apihelp-mobileview-param-sectionprop','s:42:\"es:Qué información de secciones obtener.\";'),('an','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('an','messages:apihelp-mobileview-param-thumbheight','s:32:\"es:Altura máxima de miniaturas.\";'),('an','messages:apihelp-mobileview-param-thumbsize','s:31:\"es:Tamaño máximo de miniatura\";'),('an','messages:apihelp-mobileview-param-thumbwidth','s:31:\"es:Ancho máximo de miniaturas.\";'),('an','messages:apihelp-mobileview-param-variant','s:53:\"es:Convertir el contenido a esta variante del idioma.\";'),('an','messages:apihelp-move-example-move','s:83:\"es:Trasladar <kbd>Badtitle</kbd> a <kbd>Goodtitle</kbd> sin dejar una redirección.\";'),('an','messages:apihelp-move-param-from','s:83:\"es:Título de la página a renombrar. No se puede utilizar con <var>$1fromid</var>.\";'),('an','messages:apihelp-move-param-fromid','s:76:\"es:ID de la página a renombrar. No se puede utilizar con <var>$1from</var>.\";'),('an','messages:apihelp-move-param-ignorewarnings','s:27:\"es:Ignorar cualquier aviso.\";'),('an','messages:apihelp-move-param-movesubpages','s:40:\"es:Renombrar las subpáginas si procede.\";'),('an','messages:apihelp-move-param-movetalk','s:48:\"es:Renombrar la página de discusión si existe.\";'),('an','messages:apihelp-move-param-noredirect','s:29:\"es:No crear una redirección.\";'),('an','messages:apihelp-move-param-reason','s:31:\"es:Motivo del cambio de nombre.\";'),('an','messages:apihelp-move-param-tags','s:126:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de traslados y en la revisión nula de la página de destino.\";'),('an','messages:apihelp-move-param-to','s:48:\"es:Título para cambiar el nombre de la página.\";'),('an','messages:apihelp-move-param-unwatch','s:80:\"es:Eliminar la página y la redirección de la lista de seguimiento del usuario.\";'),('an','messages:apihelp-move-param-watch','s:85:\"es:Añadir la página y su redirección a la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-move-param-watchlist','s:130:\"es:Incondicionalmente puede añadir o eliminar la página de lista del usuario actual, utilizar referencias o no cambiar el reloj.\";'),('an','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-move-summary','s:25:\"es:Trasladar una página.\";'),('an','messages:apihelp-no-such-module','s:37:\"es:No se encontró el módulo «$1».\";'),('an','messages:apihelp-none-summary','s:19:\"es:No extraer nada.\";'),('an','messages:apihelp-opensearch-example-te','s:50:\"es:Buscar páginas que empiecen por <kbd>Te</kbd>.\";'),('an','messages:apihelp-opensearch-param-format','s:24:\"es:El formato de salida.\";'),('an','messages:apihelp-opensearch-param-limit','s:46:\"es:Número máximo de resultados que devolver.\";'),('an','messages:apihelp-opensearch-param-namespace','s:121:\"es:Espacios de nombres que buscar. Se ignora si <var>$1search</var> comienza por un prefijo de espacio de nombre válido.\";'),('an','messages:apihelp-opensearch-param-redirects','s:260:\"es:Cómo manejar las redirecciones:\n;return: Volver a la propia redirección.\n;resolve: Volver a la página de destino. Puede devolver menos de $1limit resultados.\nPor motivos históricos, se utiliza \"return\" para $1format=json y \"resolve\" para otros formatos.\";'),('an','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('an','messages:apihelp-opensearch-param-search','s:17:\"es:Buscar cadena.\";'),('an','messages:apihelp-opensearch-param-suggest','s:20:\"es:Ya no se utiliza.\";'),('an','messages:apihelp-opensearch-param-warningsaserror','s:132:\"es:Si las advertencias están planteadas con <kbd>format=json</kbd>, devolver un error de API en lugar de hacer caso omiso de ellas.\";'),('an','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('an','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('an','messages:apihelp-opensearch-summary','s:54:\"es:Buscar en la wiki mediante el protocolo OpenSearch.\";'),('an','messages:apihelp-options-example-change','s:67:\"es:Cambiar las preferencias <kbd>skin</kbd> y <kbd>hideminor</kbd>.\";'),('an','messages:apihelp-options-example-complex','s:89:\"es:Restablecer todas las preferencias y establecer <kbd>skin</kbd> y <kbd>nickname</kbd>.\";'),('an','messages:apihelp-options-example-reset','s:37:\"es:Restablecer todas las preferencias\";'),('an','messages:apihelp-options-extended-description','s:226:\"es:Solo se pueden establecer opciones que estén registradas en el núcleo o en una de las extensiones instaladas u opciones con claves predefinidas con <code>userjs-</code> (diseñadas para utilizarse con scripts de usuario).\";'),('an','messages:apihelp-options-param-change','s:453:\"es:Lista de cambios con el formato nombre=valor (por ejemplo: skin=vector). Si no se da ningún valor (ni siquiera un signo de igual), por ejemplo: optionname|otheroption|..., la opción se restablecerá a sus valores predeterminados. Si algún valor contiene el carácter tubería (<kbd>|</kbd>), se debe utilizar el [[Special:ApiHelp/main#main/datatypes|separador alternativo de múltiples valores]] para que las operaciones se realicen correctamente.\";'),('an','messages:apihelp-options-param-optionname','s:95:\"es:El nombre de la opción que debe establecerse en el valor dado por <var>$1optionvalue</var>.\";'),('an','messages:apihelp-options-param-optionvalue','s:67:\"es:El valor de la opción especificada por <var>$1optionname</var>.\";'),('an','messages:apihelp-options-param-reset','s:79:\"es:Restablece las preferencias de la página web a sus valores predeterminados.\";'),('an','messages:apihelp-options-param-resetkinds','s:99:\"es:Lista de tipos de opciones a restablecer cuando la opción <var>$1reset</var> esté establecida.\";'),('an','messages:apihelp-options-summary','s:43:\"es:Cambiar preferencias del usuario actual.\";'),('an','messages:apihelp-paraminfo-example-1','s:281:\"es:Mostrar información para <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> y <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('an','messages:apihelp-paraminfo-example-2','s:104:\"es:Mostrar información para todos los submódulos de <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('an','messages:apihelp-paraminfo-param-formatmodules','s:135:\"es:Lista de los nombres del formato de los módulos (valor del parámetro <var>format</var>). Utiliza <var>$1modules</var> en su lugar.\";'),('an','messages:apihelp-paraminfo-param-helpformat','s:35:\"es:Formato de las cadenas de ayuda.\";'),('an','messages:apihelp-paraminfo-param-mainmodule','s:123:\"es:Obtener también información sobre el módulo principal (primer nivel). Utilizar <kbd>$1modules=main</kbd> en su lugar.\";'),('an','messages:apihelp-paraminfo-param-modules','s:279:\"es:Lista de los nombres de los módulos (valores de los parámetros <var>action</var> y <var>format</var> o <kbd>main</kbd>). Se pueden especificar submódulos con un <kbd>+</kbd>, todos los submódulos con <kbd>+*</kbd> o todos los submódulos recursivamente con <kbd>+**</kbd>.\";'),('an','messages:apihelp-paraminfo-param-pagesetmodule','s:92:\"es:Obtener también información sobre el módulo PageSet (Proporcionar títulos= y amigos).\";'),('an','messages:apihelp-paraminfo-param-querymodules','s:211:\"es:Lista de los nombres de los módulos de consulta (valor de los parámetros <var>prop</var>, <var>meta</var> or <var>list</var>). Utiliza <kbd>$1modules=query+foo</kbd> en vez de <kbd>$1querymodules=foo</kbd>.\";'),('an','messages:apihelp-paraminfo-summary','s:57:\"es:Obtener información acerca de los módulos de la API.\";'),('an','messages:apihelp-parse-example-page','s:24:\"es:Analizar una página.\";'),('an','messages:apihelp-parse-example-summary','s:23:\"es:Analizar un resumen.\";'),('an','messages:apihelp-parse-example-text','s:22:\"es:Analizar wikitexto.\";'),('an','messages:apihelp-parse-example-texttitle','s:62:\"es:Analizar wikitexto, especificando el título de la página.\";'),('an','messages:apihelp-parse-extended-description','s:569:\"es:Véanse los distintos módulos prop de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> para obtener información de la versión actual de una página.\n\nHay varias maneras de especificar el texto que analizar:\n# Especificar una página o revisión, mediante <var>$1page</var>, <var>$1pageid</var> o <var>$1oldid</var>.\n# Especificar explícitamente el contenido, mediante <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, y <var>$1contentmodel</var>.\n# Especificar solamente un resumen que analizar. Se debería asignar a <var>$1prop</var> un valor vacío.\";'),('an','messages:apihelp-parse-param-contentformat','s:130:\"es:Formato de serialización de contenido utilizado para la introducción de texto. Sólo es válido cuando se utiliza con $1text.\";'),('an','messages:apihelp-parse-param-contentmodel','s:199:\"es:Modelo de contenido del texto de entrada. Si se omite, se debe especificar $1title, y el valor por defecto será el modelo del título especificado. Solo es válido cuando se use junto con $1text.\";'),('an','messages:apihelp-parse-param-disableeditsection','s:74:\"es:Omitir los enlaces de edición de sección de la salida del analizador.\";'),('an','messages:apihelp-parse-param-disablelimitreport','s:86:\"es:Omitir el informe de límite (\"NewPP limit report\") desde la salida del analizador.\";'),('an','messages:apihelp-parse-param-disablepp','s:51:\"es:Usa <var>$1disablelimitreport</var> en su lugar.\";'),('an','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('an','messages:apihelp-parse-param-disabletoc','s:34:\"es:Omitir el sumario en la salida.\";'),('an','messages:apihelp-parse-param-effectivelanglinks','s:113:\"es:Incluye enlaces de idiomas proporcionados por las extensiones (para utilizar con <kbd>$1prop=langlinks</kbd>).\";'),('an','messages:apihelp-parse-param-generatexml','s:138:\"es:Generar árbol de análisis sintáctico XML (requiere modelo de contenido <code>$1</code>; sustituido por <kbd>$2prop=parsetree</kbd>).\";'),('an','messages:apihelp-parse-param-mainpage','s:70:\"es:Aplicar las transformaciones de la página principal para móviles.\";'),('an','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('an','messages:apihelp-parse-param-noimages','s:51:\"es:Desactivar imágenes en la salida para móviles.\";'),('an','messages:apihelp-parse-param-oldid','s:93:\"es:Analizar el contenido de esta revisión. Remplaza <var>$1page</var> y <var>$1pageid</var>.\";'),('an','messages:apihelp-parse-param-onlypst','s:202:\"es:Guardar previamente los cambios antes de transformar (PST) en la entrada. Devuelve el mismo wikitexto, después de que un PST se ha aplicado. Sólo es válido cuando se utiliza con <var>$1text</var>.\";'),('an','messages:apihelp-parse-param-page','s:106:\"es:Analizar el contenido de esta página. No se puede utilizar con <var>$1text</var> y <var>$1title</var>.\";'),('an','messages:apihelp-parse-param-pageid','s:69:\"es:Analizar el contenido de esta página. Remplaza <var>$1page</var>.\";'),('an','messages:apihelp-parse-param-preview','s:36:\"es:Analizar en modo de vista previa.\";'),('an','messages:apihelp-parse-param-prop','s:39:\"es:Qué piezas de información obtener:\";'),('an','messages:apihelp-parse-param-pst','s:136:\"es:Guardar previamente los cambios antes de transformar la entrada antes de analizarla. Sólo es válido cuando se utiliza con el texto.\";'),('an','messages:apihelp-parse-param-redirects','s:87:\"es:Si <var>$1page</var> o <var>$1pageid</var> contienen una redirección, soluciónalo.\";'),('an','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('an','messages:apihelp-parse-param-section','s:269:\"es:Analizar solo el contenido de este número de sección.\n\nSi el valor es <kbd>new</kbd>, analiza <var>$1text</var> y <var>$1sectiontitle</var> como si se añadiera una nueva sección a la página.\n\n<kbd>new</kbd> solo se permite cuando se especifique <var>text</var>.\";'),('an','messages:apihelp-parse-param-sectionpreview','s:87:\"es:Analizar sección en modo de vista previa (también activa el modo de vista previa).\";'),('an','messages:apihelp-parse-param-sectiontitle','s:208:\"es:Nuevo título de sección cuando <var>section</var> tiene el valor <kbd>new</kbd>.\n\nAl contrario que en la edición de páginas, no se sustituye por <var>summary</var> cuando se omite o su valor es vacío.\";'),('an','messages:apihelp-parse-param-showstrategykeys','s:85:\"es:Si se incluye la información de la estrategia de fusión interna en jsconfigvars.\";'),('an','messages:apihelp-parse-param-summary','s:22:\"es:Resumen a analizar.\";'),('an','messages:apihelp-parse-param-text','s:115:\"es:Texto a analizar. Utiliza <var>$1title</var> o <var>$1contentmodel</var> para controlar el modelo del contenido.\";'),('an','messages:apihelp-parse-param-title','s:146:\"es:Título de la página a la que pertenece el texto. Si se omite se debe especificar <var>$1contentmodel</var>, y se usará [[API]] como título.\";'),('an','messages:apihelp-parse-param-useskin','s:217:\"es:Aplicar la piel seleccionada a la salida del analizador. Puede afectar a las siguientes propiedades: <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>módulos</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicadores</kbd>.\";'),('an','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('an','messages:apihelp-parse-paramvalue-prop-categories','s:48:\"es:Da las categorías en el wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:42:\"es:Da la versión HTML de las categorías.\";'),('an','messages:apihelp-parse-paramvalue-prop-displaytitle','s:45:\"es:Añade el título del wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:93:\"es:Da la configuración JavaScript de variables específica para la página como cadena JSON.\";'),('an','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"es:Da los enlaces externos del wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-headhtml','s:68:\"es:Proporciona la <code>&lt;head&gt;</code> analizada de la página.\";'),('an','messages:apihelp-parse-paramvalue-prop-headitems','s:84:\"es:Proporciona elementos para colocar en el <code>&lt;head&gt;</code> de la página.\";'),('an','messages:apihelp-parse-paramvalue-prop-images','s:44:\"es:Da las imágenes del wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-indicators','s:68:\"es:Da el HTML de los indicadores de estado utilizados en la página.\";'),('an','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"es:Da los enlaces interwiki del texto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:143:\"es:Proporciona las variables de configuración de JavaScript específicas de la página. Para obtenerlas, utiliza <code>mw.config.set()</code>.\";'),('an','messages:apihelp-parse-paramvalue-prop-langlinks','s:57:\"es:Da el idioma de los enlaces en el wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:117:\"es:Da el informe del límite de forma estructurada. No da datos si <var>$1disablelimitreport</var> está establecido.\";'),('an','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:113:\"es:Da la versión HTML del informe del límite. No da datos si <var>$1disablelimitreport</var> está establecido.\";'),('an','messages:apihelp-parse-paramvalue-prop-links','s:51:\"es:Da los enlaces internos del wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-modules','s:240:\"es:Proporciona los módulos de ResourceLoader utilizados en la página. Para cargar, utiliza <code>mw.loader.using()</code>. <kbd>jsconfigvars</kbd> o bien <kbd>encodedjsconfigvars</kbd> deben solicitarse en conjunto con <kbd>modules</kbd>.\";'),('an','messages:apihelp-parse-paramvalue-prop-parsetree','s:118:\"es:El árbol de análisis sintáctico XML del contenido de la revisión (requiere modelo de contenido <code>$1</code>)\";'),('an','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:66:\"es:Da las advertencias que se produjeron al analizar el contenido.\";'),('an','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('an','messages:apihelp-parse-paramvalue-prop-properties','s:61:\"es:Da varias propiedades definidas en el wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-revid','s:53:\"es:Añade la ID de revisión de la página analizada.\";'),('an','messages:apihelp-parse-paramvalue-prop-sections','s:44:\"es:Da las secciones del wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('an','messages:apihelp-parse-paramvalue-prop-templates','s:45:\"es:Da las plantillas del wikitexto analizado.\";'),('an','messages:apihelp-parse-paramvalue-prop-text','s:38:\"es:Da el texto analizado en wikitexto.\";'),('an','messages:apihelp-parse-paramvalue-prop-wikitext','s:52:\"es:Da el wikitexto original que se había analizado.\";'),('an','messages:apihelp-parse-summary','s:72:\"es:Analiza el contenido y devuelve la salida del analizador sintáctico.\";'),('an','messages:apihelp-patrol-example-rcid','s:32:\"es:Verificar un cambio reciente.\";'),('an','messages:apihelp-patrol-example-revid','s:27:\"es:Verificar una revisión.\";'),('an','messages:apihelp-patrol-param-rcid','s:52:\"es:Identificador de cambios recientes que verificar.\";'),('an','messages:apihelp-patrol-param-revid','s:44:\"es:Identificador de revisión que patrullar.\";'),('an','messages:apihelp-patrol-param-tags','s:76:\"es:Cambio de etiquetas para aplicar a la entrada en la patrulla de registro.\";'),('an','messages:apihelp-patrol-summary','s:37:\"es:Verificar una página o revisión.\";'),('an','messages:apihelp-php-param-formatversion','s:20:\"es:Formato de salida\";'),('an','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('an','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('an','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('an','messages:apihelp-php-summary','s:58:\"es:Extraer los datos de salida en formato serializado PHP.\";'),('an','messages:apihelp-phpfm-summary','s:95:\"es:Producir los datos de salida en formato PHP serializado (con resaltado sintáctico en HTML).\";'),('an','messages:apihelp-protect-example-protect','s:23:\"es:Proteger una página\";'),('an','messages:apihelp-protect-example-unprotect','s:141:\"es:Desproteger una página estableciendo la restricción a <kbd>all</kbd> («todos», es decir, cualquier usuario puede realizar la acción).\";'),('an','messages:apihelp-protect-example-unprotect2','s:54:\"es:Desproteger una página anulando las restricciones.\";'),('an','messages:apihelp-protect-param-cascade','s:218:\"es:Activar la protección en cascada (o sea, proteger plantillas e imágenes transcluidas usadas en esta página). Se ignorará si ninguno de los niveles de protección dados son compatibles con la función de cascada.\";'),('an','messages:apihelp-protect-param-expiry','s:245:\"es:Marcas de tiempo de expiración. Si solo se establece una marca de tiempo, se utilizará para todas las protecciones. Utiliza <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, o <kbd>never</kbd> para una protección indefinida.\";'),('an','messages:apihelp-protect-param-pageid','s:70:\"es:ID de la página a (des)proteger. No se puede utilizar con $1title.\";'),('an','messages:apihelp-protect-param-protections','s:335:\"es:Lista de los niveles de protección, con formato <kbd>action=level</kbd> (por ejemplo: <kbd>edit=sysop</kbd>). Un nivel de <kbd>all</kbd> («todos») significa que cualquier usuaro puede realizar la acción, es decir, no hay restricción.\n\n<strong>Nota:</strong> Cualquier acción no mencionada tendrá las restricciones eliminadas.\";'),('an','messages:apihelp-protect-param-reason','s:33:\"es:Motivo de la (des)protección.\";'),('an','messages:apihelp-protect-param-tags','s:81:\"es:Cambiar las etiquetas para aplicar a la entrada en el registro de protección.\";'),('an','messages:apihelp-protect-param-title','s:76:\"es:Título de la página a (des)proteger. No se puede utilizar con $1pageid.\";'),('an','messages:apihelp-protect-param-watch','s:111:\"es:Si se activa, añade la página en proceso de (des)protección a la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-protect-param-watchlist','s:161:\"es:Añadir o borrar incondicionalmente la página de la lista de seguimiento del usuario actual, utilizar las preferencias o no cambiar el estado de seguimiento.\";'),('an','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-protect-summary','s:50:\"es:Cambiar el nivel de protección de una página.\";'),('an','messages:apihelp-purge-example-generator','s:68:\"es:Purgar las 10 primeras páginas del espacio de nombres principal.\";'),('an','messages:apihelp-purge-example-simple','s:62:\"es:Purgar la <kbd>Main Page</kbd> y la página <kbd>API</kbd>.\";'),('an','messages:apihelp-purge-param-forcelinkupdate','s:36:\"es:Actualizar las tablas de enlaces.\";'),('an','messages:apihelp-purge-param-forcerecursivelinkupdate','s:125:\"es:Actualizar la tabla de enlaces y todas las tablas de enlaces de cualquier página que use esta página como una plantilla.\";'),('an','messages:apihelp-purge-summary','s:51:\"es:Purgar la caché de los títulos proporcionados.\";'),('an','messages:apihelp-query+allcategories-example-generator','s:120:\"es:Recupera la información sobre la propia página de categoría para las categorías que empiezan por <kbd>List</kbd>.\";'),('an','messages:apihelp-query+allcategories-example-size','s:83:\"es:Lista las categorías con información sobre el número de páginas de cada una.\";'),('an','messages:apihelp-query+allcategories-param-dir','s:30:\"es:Dirección de ordenamiento.\";'),('an','messages:apihelp-query+allcategories-param-from','s:46:\"es:La categoría para comenzar la enumeración\";'),('an','messages:apihelp-query+allcategories-param-limit','s:39:\"es:Cuántas categorías se devolverán.\";'),('an','messages:apihelp-query+allcategories-param-max','s:69:\"es:Devolver solo categorías con como mucho este número de miembros.\";'),('an','messages:apihelp-query+allcategories-param-min','s:67:\"es:Devolver solo categorías con al menos este número de miembros.\";'),('an','messages:apihelp-query+allcategories-param-prefix','s:77:\"es:Buscar todos los títulos de las categorías que comiencen con este valor.\";'),('an','messages:apihelp-query+allcategories-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+allcategories-param-to','s:45:\"es:La categoría para detener la enumeración\";'),('an','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:86:\"es:Etiqueta las categorías que están ocultas con <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('an','messages:apihelp-query+allcategories-paramvalue-prop-size','s:50:\"es:Añade el número de páginas en la categoría.\";'),('an','messages:apihelp-query+allcategories-summary','s:34:\"es:Enumerar todas las categorías.\";'),('an','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:81:\"es:Listar las primeras 50 revisiones borradas en el espacio de nombres principal.\";'),('an','messages:apihelp-query+alldeletedrevisions-example-user','s:81:\"es:Listar las últimas 50 contribuciones borradas del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-end','s:50:\"es:El sello de tiempo para detener la enumeración\";'),('an','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-from','s:36:\"es:Empezar a listar en este título.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:95:\"es:Cuando se utiliza como generador, generar títulos en lugar de identificadores de revisión.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:298:\"es:<strong>Nota:</strong> debido al [[mw:Special:MyLanguage/Manual:$wgMiserMode|modo avaro]], usar juntos <var>$1user</var> y <var>$1namespace</var> puede dar lugar a que se devuelvan menos de <var>$1limit</var> resultados antes de continuar. En casos extremos, podrían devolverse cero resultados.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-namespace','s:55:\"es:Listar solo las páginas en este espacio de nombres.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-prefix','s:74:\"es:Buscar todos los títulos de las páginas que comiencen con este valor.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-start','s:51:\"es:El sello de tiempo para comenzar la enumeración\";'),('an','messages:apihelp-query+alldeletedrevisions-param-tag','s:48:\"es:Listar solo las revisiones con esta etiqueta.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-to','s:38:\"es:Terminar de listar en este título.\";'),('an','messages:apihelp-query+alldeletedrevisions-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('an','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:45:\"es:No puede utilizarse con <var>$3user</var>.\";'),('an','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"es:Solo puede usarse con <var>$3user</var>.\";'),('an','messages:apihelp-query+alldeletedrevisions-summary','s:84:\"es:Listar todas las revisiones eliminadas por un usuario o en un espacio de nombres.\";'),('an','messages:apihelp-query+allfileusages-example-b','s:137:\"es:Listar títulos de archivos, incluyendo los desaparecidos, con las ID de páginas a las que pertenecen, empezando por la <kbd>B</kbd>.\";'),('an','messages:apihelp-query+allfileusages-example-generator','s:52:\"es:Recupera las páginas que contienen los archivos.\";'),('an','messages:apihelp-query+allfileusages-example-unique','s:39:\"es:Listar títulos de archivos únicos.\";'),('an','messages:apihelp-query+allfileusages-example-unique-generator','s:69:\"es:Recupera los títulos de todos los archivos y marca los faltantes.\";'),('an','messages:apihelp-query+allfileusages-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('an','messages:apihelp-query+allfileusages-param-from','s:56:\"es:El título del archivo para comenzar la enumeración.\";'),('an','messages:apihelp-query+allfileusages-param-limit','s:46:\"es:Cuántos elementos en total se devolverán.\";'),('an','messages:apihelp-query+allfileusages-param-prefix','s:74:\"es:Buscar todos los títulos de los archivos que comiencen con este valor.\";'),('an','messages:apihelp-query+allfileusages-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+allfileusages-param-to','s:55:\"es:El título del archivo para detener la enumeración.\";'),('an','messages:apihelp-query+allfileusages-param-unique','s:172:\"es:Mostrar solo títulos únicos de archivo. No se puede usar junto con $1prop=ids. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('an','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:83:\"es:Agrega los ID de página de las páginas en uso (no se puede usar con $1unique).\";'),('an','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:33:\"es:Agrega el título del archivo.\";'),('an','messages:apihelp-query+allfileusages-summary','s:69:\"es:Enumerar todos los usos del archivo, incluidos los que no existen.\";'),('an','messages:apihelp-query+allimages-example-b','s:72:\"es:Mostrar una lista de archivos que empiecen por la letra <kbd>B</kbd>.\";'),('an','messages:apihelp-query+allimages-example-generator','s:84:\"es:Mostrar información acerca de 4 archivos que empiecen por la letra <kbd>T</kbd>.\";'),('an','messages:apihelp-query+allimages-example-mimetypes','s:86:\"es:Mostrar una lista de archivos tipo MIME <kbd>image/png</kbd> o <kbd>image/gif</kbd>\";'),('an','messages:apihelp-query+allimages-example-recent','s:87:\"es:Mostrar una lista de archivos subidos recientemente, similar a [[Special:NewFiles]].\";'),('an','messages:apihelp-query+allimages-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('an','messages:apihelp-query+allimages-param-end','s:93:\"es:El cronomarcador para detener la enumeración. Solo puede utilizarse con $1sort=timestamp.\";'),('an','messages:apihelp-query+allimages-param-filterbots','s:119:\"es:Cómo filtrar archivos subidos por bots. Solo se puede usar con $1sort=timestamp. No se puede usar junto con $1user.\";'),('an','messages:apihelp-query+allimages-param-from','s:96:\"es:El título de la imagen para comenzar la enumeración. Solo puede utilizarse con $1sort=name.\";'),('an','messages:apihelp-query+allimages-param-limit','s:46:\"es:Cuántas imágenes en total se devolverán.\";'),('an','messages:apihelp-query+allimages-param-maxsize','s:60:\"es:Limitar a imágenes con como mucho este número de bytes.\";'),('an','messages:apihelp-query+allimages-param-mime','s:67:\"es:Tipos MIME que buscar, como, por ejemplo, <kbd>image/jpeg</kbd>.\";'),('an','messages:apihelp-query+allimages-param-minsize','s:58:\"es:Limitar a imágenes con al menos este número de bytes.\";'),('an','messages:apihelp-query+allimages-param-prefix','s:109:\"es:Buscar todos los títulos de imágenes que empiecen por este valor. Solo puede utilizarse con $1sort=name.\";'),('an','messages:apihelp-query+allimages-param-sha1','s:49:\"es:Suma SHA1 de la imagen. Invalida $1sha1base36.\";'),('an','messages:apihelp-query+allimages-param-sha1base36','s:58:\"es:Suma SHA1 de la imagen en base 36 (usada en MediaWiki).\";'),('an','messages:apihelp-query+allimages-param-sort','s:48:\"es:Propiedad por la que realizar la ordenación.\";'),('an','messages:apihelp-query+allimages-param-start','s:94:\"es:El cronomarcador para comenzar la enumeración. Solo puede utilizarse con $1sort=timestamp.\";'),('an','messages:apihelp-query+allimages-param-to','s:95:\"es:El título de la imagen para detener la enumeración. Solo puede utilizarse con $1sort=name.\";'),('an','messages:apihelp-query+allimages-param-user','s:137:\"es:Devolver solo los archivos subidos por este usuario. Solo se puede usar con $1tipo=timestamp. No se puede usar junto con $1filterbots.\";'),('an','messages:apihelp-query+allimages-summary','s:48:\"es:Enumerar todas las imágenes secuencialmente.\";'),('an','messages:apihelp-query+alllinks-example-b','s:141:\"es:Enumera los títulos enlazados, incluyendo los títulos faltantes, con los ID de página de los que provienen, empezando por <kbd>B</kbd>.\";'),('an','messages:apihelp-query+alllinks-example-generator','s:46:\"es:Obtiene páginas que contienen los enlaces.\";'),('an','messages:apihelp-query+alllinks-example-unique','s:44:\"es:Lista de títulos vinculados únicamente.\";'),('an','messages:apihelp-query+alllinks-example-unique-generator','s:65:\"es:Obtiene todos los títulos enlazados, marcando los que falten.\";'),('an','messages:apihelp-query+alllinks-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('an','messages:apihelp-query+alllinks-param-from','s:55:\"es:El título del enlace para comenzar la enumeración.\";'),('an','messages:apihelp-query+alllinks-param-limit','s:46:\"es:Cuántos elementos en total se devolverán.\";'),('an','messages:apihelp-query+alllinks-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('an','messages:apihelp-query+alllinks-param-prefix','s:69:\"es:Buscar todos los títulos vinculados que comiencen con este valor.\";'),('an','messages:apihelp-query+alllinks-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+alllinks-param-to','s:54:\"es:El título del enlace para detener la enumeración.\";'),('an','messages:apihelp-query+alllinks-param-unique','s:171:\"es:Mostrar solo títulos únicos enlazados. No se puede usar junto con $1prop=ids. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('an','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:94:\"es:Agrega el ID de página de la página de enlace (no se puede usar con <var>$1unique</var>).\";'),('an','messages:apihelp-query+alllinks-paramvalue-prop-title','s:32:\"es:Añade el título del enlace.\";'),('an','messages:apihelp-query+alllinks-summary','s:78:\"es:Enumerar todos los enlaces que apunten a un determinado espacio de nombres.\";'),('an','messages:apihelp-query+allmessages-example-de','s:71:\"es:Mostrar mensajes <kbd>august</kbd> y <kbd>mainpage</kbd> en alemán.\";'),('an','messages:apihelp-query+allmessages-example-ipb','s:53:\"es:Mostrar mensajes que empiecen por <kbd>ipb-</kbd>.\";'),('an','messages:apihelp-query+allmessages-param-args','s:50:\"es:Los argumentos que se sustituyen en el mensaje.\";'),('an','messages:apihelp-query+allmessages-param-customised','s:61:\"es:Devolver solo mensajes en este estado de personalización.\";'),('an','messages:apihelp-query+allmessages-param-enableparser','s:147:\"es:Establecer para habilitar el analizador, se preprocesará el wikitexto del mensaje (sustitución de palabras mágicas, uso de plantillas, etc.).\";'),('an','messages:apihelp-query+allmessages-param-filter','s:64:\"es:Devolver solo mensajes con nombres que contengan esta cadena.\";'),('an','messages:apihelp-query+allmessages-param-from','s:51:\"es:Devolver mensajes que empiecen por este mensaje.\";'),('an','messages:apihelp-query+allmessages-param-includelocal','s:341:\"es:Incluir también los mensajes locales, es decir, aquellos que no existen en el propio software pero sí en el espacio de nombres {{ns:MediaWiki}}.\nEsto muestra todas las páginas del espacio de nombres {{ns:MediaWiki}}, así que también mostrará las que no son propiamente mensajes, como, por ejemplo, [[MediaWiki:Common.js|Common.js]].\";'),('an','messages:apihelp-query+allmessages-param-lang','s:36:\"es:Devolver mensajes en este idioma.\";'),('an','messages:apihelp-query+allmessages-param-messages','s:85:\"es:Qué mensajes mostrar. <kbd>*</kbd> (predeterminado) significa todos los mensajes.\";'),('an','messages:apihelp-query+allmessages-param-nocontent','s:73:\"es:Si se establece, no incluya el contenido de los mensajes en la salida.\";'),('an','messages:apihelp-query+allmessages-param-prefix','s:38:\"es:Devolver mensajes con este prefijo.\";'),('an','messages:apihelp-query+allmessages-param-prop','s:34:\"es:Qué propiedades se obtendrán.\";'),('an','messages:apihelp-query+allmessages-param-title','s:100:\"es:Nombre de página que usar como contexto al analizar el mensaje (para la opción $1enableparser).\";'),('an','messages:apihelp-query+allmessages-param-to','s:49:\"es:Devolver mensajes que acaben por este mensaje.\";'),('an','messages:apihelp-query+allmessages-summary','s:39:\"es:Devolver los mensajes de este sitio.\";'),('an','messages:apihelp-query+allpages-example-b','s:72:\"es:Mostrar una lista de páginas que empiecen con la letra <kbd>B</kbd>.\";'),('an','messages:apihelp-query+allpages-example-generator','s:84:\"es:Mostrar información acerca de 4 páginas que empiecen por la letra <kbd>T</kbd>.\";'),('an','messages:apihelp-query+allpages-example-generator-revisions','s:97:\"es:Mostrar el contenido de las 2 primeras páginas que no redirijan y empiecen por <kbd>Re</kbd>.\";'),('an','messages:apihelp-query+allpages-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('an','messages:apihelp-query+allpages-param-filterlanglinks','s:139:\"es:Filtrar en función de si una página tiene langlinks. Tenga en cuenta que esto no puede considerar langlinks agregados por extensiones.\";'),('an','messages:apihelp-query+allpages-param-filterredir','s:24:\"es:Qué páginas listar.\";'),('an','messages:apihelp-query+allpages-param-from','s:54:\"es:El título de página para comenzar la enumeración\";'),('an','messages:apihelp-query+allpages-param-limit','s:45:\"es:Cuántas páginas en total se devolverán.\";'),('an','messages:apihelp-query+allpages-param-maxsize','s:56:\"es:Limitar a páginas con este número máximo de bytes.\";'),('an','messages:apihelp-query+allpages-param-minsize','s:57:\"es:Limitar a páginas con al menos este número de bytes.\";'),('an','messages:apihelp-query+allpages-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('an','messages:apihelp-query+allpages-param-prefix','s:74:\"es:Buscar todos los títulos de las páginas que comiencen con este valor.\";'),('an','messages:apihelp-query+allpages-param-prexpiry','s:277:\"es:¿Cuál término de protección para filtrar la página en:\n; Indefinida: Obtener sólo páginas con protección de vencimiento indefinida.\n; Definida: Obtener sólo las páginas con un definitivo (específico) vencimiento.\n; Todos: Obtener páginas con cualquier caducidad.\";'),('an','messages:apihelp-query+allpages-param-prfiltercascade','s:101:\"es:Filtrar protecciones según la protección en cascada (se ignora cuando $1prtype no está fijado).\";'),('an','messages:apihelp-query+allpages-param-prlevel','s:105:\"es:Filtrar protecciones según el nivel de protección (se debe usar junto con el parámetro $1prtype= ).\";'),('an','messages:apihelp-query+allpages-param-prtype','s:33:\"es:Limitar a páginas protegidas.\";'),('an','messages:apihelp-query+allpages-param-to','s:54:\"es:El título de página para detener la enumeración.\";'),('an','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('an','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('an','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('an','messages:apihelp-query+allpages-summary','s:84:\"es:Enumerar todas las páginas secuencialmente en un espacio de nombres determinado.\";'),('an','messages:apihelp-query+allredirects-example-b','s:164:\"es:Enumera las páginas de destino, incluyendo las páginas desaparecidas, con los identificadores de las páginas de las que provienen, empezando por <kbd>B</kbd>.\";'),('an','messages:apihelp-query+allredirects-example-generator','s:52:\"es:Obtiene páginas que contienen las redirecciones.\";'),('an','messages:apihelp-query+allredirects-example-unique','s:35:\"es:La lista de páginas de destino.\";'),('an','messages:apihelp-query+allredirects-example-unique-generator','s:66:\"es:Obtiene todas las páginas de destino, marcando los que faltan.\";'),('an','messages:apihelp-query+allredirects-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('an','messages:apihelp-query+allredirects-param-from','s:62:\"es:El título de la redirección para iniciar la enumeración.\";'),('an','messages:apihelp-query+allredirects-param-limit','s:37:\"es:Cuántos elementos se devolverán.\";'),('an','messages:apihelp-query+allredirects-param-namespace','s:36:\"es:El espacio de nombres a enumerar.\";'),('an','messages:apihelp-query+allredirects-param-prefix','s:68:\"es:Buscar todas las páginas de destino que empiecen con este valor.\";'),('an','messages:apihelp-query+allredirects-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+allredirects-param-to','s:62:\"es:El título de la redirección para detener la enumeración.\";'),('an','messages:apihelp-query+allredirects-param-unique','s:203:\"es:Mostrar solo títulos únicos de páginas de destino. No se puede usar junto con $1prop=ids|fragment|interwiki. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('an','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:102:\"es:Añade el fragmento de la redirección, si existe (no se puede usar junto con <var>$1unique</var>).\";'),('an','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:106:\"es:Añade el identificador de la página de redirección (no se puede usar junto con <var>$1unique</var>).\";'),('an','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:110:\"es:Añade el prefijo interwiki de la redirección, si existe (no se puede usar junto con <var>$1unique</var>).\";'),('an','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"es:Añade el título de la redirección.\";'),('an','messages:apihelp-query+allredirects-summary','s:71:\"es:Obtener la lista de todas las redirecciones a un espacio de nombres.\";'),('an','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('an','messages:apihelp-query+allrevisions-example-user','s:72:\"es:Listar las últimas 50 contribuciones del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-query+allrevisions-param-end','s:51:\"es:La marca de tiempo para detener la enumeración.\";'),('an','messages:apihelp-query+allrevisions-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('an','messages:apihelp-query+allrevisions-param-generatetitles','s:81:\"es:Cuando se utilice como generador, genera títulos en lugar de ID de revisión.\";'),('an','messages:apihelp-query+allrevisions-param-namespace','s:55:\"es:Listar solo las páginas en este espacio de nombres.\";'),('an','messages:apihelp-query+allrevisions-param-start','s:51:\"es:La marca de tiempo para iniciar la enumeración.\";'),('an','messages:apihelp-query+allrevisions-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('an','messages:apihelp-query+allrevisions-summary','s:31:\"es:Listar todas las revisiones.\";'),('an','messages:apihelp-query+alltransclusions-example-b','s:160:\"es:Enumerar los títulos transcluidos, incluyendo los faltantes, junto con los identificadores de las páginas de las que provienen, empezando por <kbd>B</kbd>.\";'),('an','messages:apihelp-query+alltransclusions-example-generator','s:57:\"es:Obtiene las páginas que contienen las transclusiones.\";'),('an','messages:apihelp-query+alltransclusions-example-unique','s:48:\"es:Listar títulos transcluidos de forma única.\";'),('an','messages:apihelp-query+alltransclusions-example-unique-generator','s:68:\"es:Obtiene todos los títulos transcluidos, marcando los que faltan.\";'),('an','messages:apihelp-query+alltransclusions-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+alltransclusions-param-from','s:69:\"es:El título de la transclusión por la que empezar la enumeración.\";'),('an','messages:apihelp-query+alltransclusions-param-limit','s:45:\"es:Número de elementos que se desea obtener.\";'),('an','messages:apihelp-query+alltransclusions-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('an','messages:apihelp-query+alltransclusions-param-prefix','s:71:\"es:Buscar todos los títulos transcluidos que comiencen con este valor.\";'),('an','messages:apihelp-query+alltransclusions-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+alltransclusions-param-to','s:70:\"es:El título de la transclusión por la que terminar la enumeración.\";'),('an','messages:apihelp-query+alltransclusions-param-unique','s:174:\"es:Mostrar solo títulos únicos transcluidos. No se puede usar junto con $1prop=ids. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('an','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:89:\"es:Agrega el ID de página de la página de redirección (no se puede usar con $1unique).\";'),('an','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:41:\"es:Añade el título de la transclusión.\";'),('an','messages:apihelp-query+alltransclusions-summary','s:121:\"es:Mostrar todas las transclusiones (páginas integradas mediante &#123;&#123;x&#125;&#125;), incluidas las inexistentes.\";'),('an','messages:apihelp-query+allusers-example-y','s:49:\"es:Listar usuarios que empiecen por <kbd>Y</kbd>.\";'),('an','messages:apihelp-query+allusers-param-activeusers','s:87:\"es:Solo listar usuarios activos en {{PLURAL:$1|el último día|los $1 últimos días}}.\";'),('an','messages:apihelp-query+allusers-param-attachedwiki','s:119:\"es:Con <kbd>$1prop=centralids</kbd>, indicar también si el usuario está conectado con la wiki identificado por el ID.\";'),('an','messages:apihelp-query+allusers-param-dir','s:30:\"es:Dirección de ordenamiento.\";'),('an','messages:apihelp-query+allusers-param-excludegroup','s:41:\"es:Excluir a los usuarios en estos grupos\";'),('an','messages:apihelp-query+allusers-param-from','s:59:\"es:El nombre de usuario por el que empezar la enumeración.\";'),('an','messages:apihelp-query+allusers-param-group','s:45:\"es:Incluir solo usuarios en los grupos dados.\";'),('an','messages:apihelp-query+allusers-param-limit','s:46:\"es:Cuántos nombres de usuario se devolverán.\";'),('an','messages:apihelp-query+allusers-param-prefix','s:57:\"es:Buscar todos los usuarios que empiecen con este valor.\";'),('an','messages:apihelp-query+allusers-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+allusers-param-rights','s:173:\"es:Sólo se incluyen a los usuarios con los derechos cedidos. No incluye los derechos concedidos por la implícita o auto-promoverse grupos como *, usuario, o autoconfirmed.\";'),('an','messages:apihelp-query+allusers-param-to','s:61:\"es:El nombre de usuario por el que finalizar la enumeración.\";'),('an','messages:apihelp-query+allusers-param-witheditsonly','s:57:\"es:Mostrar solo los usuarios que han realizado ediciones.\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:57:\"es:Añade información sobre un bloque actual al usuario.\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"es:Añade el central IDs y estado de anexo para el usuario.\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:46:\"es:Añade el número de ediciones del usuario.\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-groups','s:141:\"es:Lista los grupos a los que el usuario pertenece. Esto utiliza más recursos del servidor y puede devolver menos resultados que el límite.\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:60:\"es:Lista todos los grupos el usuario es automáticamente en.\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-registration','s:117:\"es:Añade la marca de tiempo del momento en que el usuario se registró, si está disponible (puede estar en blanco).\";'),('an','messages:apihelp-query+allusers-paramvalue-prop-rights','s:43:\"es:Lista los permisos que tiene el usuario.\";'),('an','messages:apihelp-query+allusers-summary','s:43:\"es:Enumerar todos los usuarios registrados.\";');
INSERT INTO `mw_l10n_cache` VALUES ('an','messages:apihelp-query+authmanagerinfo-example-login','s:88:\"es:Captura de las solicitudes que puede ser utilizadas al comienzo de inicio de sesión.\";'),('an','messages:apihelp-query+authmanagerinfo-example-login-merged','s:123:\"es:Obtener las peticiones que podrían utilizarse al empezar un inicio de sesión, con los campos de formulario integrados.\";'),('an','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:90:\"es:Comprueba si la autentificación es suficiente para realizar la acción <kbd>foo</kbd>.\";'),('an','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:125:\"es:Obtener información sobre las peticiones de autentificación requeridas para la acción de autentificación especificada.\";'),('an','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:128:\"es:Compruebe si el estado de autenticación actual del usuario es suficiente para la operación sensible-seguridad especificada.\";'),('an','messages:apihelp-query+authmanagerinfo-summary','s:67:\"es:Recuperar información sobre el estado de autenticación actual.\";'),('an','messages:apihelp-query+backlinks-example-generator','s:80:\"es:Obtener información acerca de las páginas enlazadas a <kbd>Main page</kbd>.\";'),('an','messages:apihelp-query+backlinks-example-simple','s:42:\"es:Mostrar enlaces a <kbd>Main page</kbd>.\";'),('an','messages:apihelp-query+backlinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+backlinks-param-filterredir','s:155:\"es:Cómo filtrar redirecciones. Si se establece a <kbd>nonredirects</kbd> cuando está activo <var>$1redirect</var>, esto sólo se aplica al segundo nivel.\";'),('an','messages:apihelp-query+backlinks-param-limit','s:211:\"es:Cuántas páginas en total se devolverán. Si está activo <var>$1redirect</var>, el límite aplica a cada nivel por separado (lo que significa que se pueden devolver hasta 2 * <var>$1limit</var> resultados).\";'),('an','messages:apihelp-query+backlinks-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('an','messages:apihelp-query+backlinks-param-pageid','s:84:\"es:Identificador de página que buscar. No puede usarse junto con <var>$1title</var>\";'),('an','messages:apihelp-query+backlinks-param-redirect','s:156:\"es:Si la página con el enlace es una redirección, encontrar también las páginas que enlacen a esa redirección. El límite máximo se reduce a la mitad.\";'),('an','messages:apihelp-query+backlinks-param-title','s:70:\"es:Título que buscar. No se puede usar junto con <var>$1pageid</var>.\";'),('an','messages:apihelp-query+backlinks-summary','s:62:\"es:Encuentra todas las páginas que enlazan a la página dada.\";'),('an','messages:apihelp-query+blocks-example-simple','s:18:\"es:Listar bloques.\";'),('an','messages:apihelp-query+blocks-example-users','s:74:\"es:Muestra los bloqueos de los usuarios <kbd>Alice</kbd> y <kbd>Bob</kbd>.\";'),('an','messages:apihelp-query+blocks-param-end','s:50:\"es:El sello de tiempo para detener la enumeración\";'),('an','messages:apihelp-query+blocks-param-ids','s:48:\"es:Lista de bloquear IDs para listar (opcional).\";'),('an','messages:apihelp-query+blocks-param-ip','s:232:\"es:Obtiene todos los bloqueos que se aplican a esta dirección IP o intervalo CIDR, incluyendo bloqueos de intervalos. No se puede usar en conjunto con <var>$3users</var>. No se aceptan intervalos CIDR mayores que IPv4/$1 o IPv6/$2.\";'),('an','messages:apihelp-query+blocks-param-limit','s:42:\"es:El número máximo de filtros a listar.\";'),('an','messages:apihelp-query+blocks-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+blocks-param-show','s:180:\"es:Muestra solamente los elementos que cumplen estos criterios.\nPor ejemplo, para mostrar solamente los bloqueos indefinidos a direcciones IP, introduce <kbd>$1show=ip|!temp</kbd>.\";'),('an','messages:apihelp-query+blocks-param-start','s:51:\"es:El sello de tiempo para comenzar la enumeración\";'),('an','messages:apihelp-query+blocks-param-users','s:41:\"es:Lista de usuarios a buscar (opcional).\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-by','s:54:\"es:Añade el nombre de usuario del bloqueo de usuario.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-byid','s:47:\"es:Añade el usuario ID del usuario bloqueador.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:74:\"es:Añade la marca de tiempo correspondiente a la expiración del bloqueo.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-flags','s:60:\"es:Etiqueta la prohibición con (autoblock, anononly, etc.).\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-id','s:27:\"es:Agrega el ID del bloque.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-range','s:66:\"es:Agrega el intervalo de direcciones IP afectadas por el bloqueo.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-reason','s:41:\"es:Añade la razón dada para el bloqueo.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:57:\"es:Añade la fecha y hora de cuando se aplicó el bloque.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-user','s:53:\"es:Añade el nombre de usuario del usuario bloqueado.\";'),('an','messages:apihelp-query+blocks-paramvalue-prop-userid','s:49:\"es:Añade el identificador del usuario bloqueado.\";'),('an','messages:apihelp-query+blocks-summary','s:57:\"es:Listar todos los usuarios y direcciones IP bloqueadas.\";'),('an','messages:apihelp-query+categories-example-generator','s:108:\"es:Obtener información acerca de todas las categorías utilizadas en la página <kbd>Albert Einstein</kbd>.\";'),('an','messages:apihelp-query+categories-example-simple','s:94:\"es:Obtener una lista de categorías a las que pertenece la página <kbd>Albert Einstein</kbd>.\";'),('an','messages:apihelp-query+categories-param-categories','s:125:\"es:Enumerar solamente estas categorías. Útil para comprobar si una página determinada está en una categoría determinada.\";'),('an','messages:apihelp-query+categories-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+categories-param-limit','s:39:\"es:Cuántas categorías se devolverán.\";'),('an','messages:apihelp-query+categories-param-prop','s:61:\"es:Qué propiedades adicionales obtener para cada categoría:\";'),('an','messages:apihelp-query+categories-param-show','s:36:\"es:Qué tipo de categorías mostrar.\";'),('an','messages:apihelp-query+categories-paramvalue-prop-hidden','s:86:\"es:Etiqueta las categorías que están ocultas con <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('an','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:131:\"es:Añade la clave de ordenación (cadena hexadecimal) y el prefijo de la clave de ordenación (la parte legible) de la categoría.\";'),('an','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:74:\"es:Añade la marca de tiempo del momento en que se añadió la categoría.\";'),('an','messages:apihelp-query+categories-summary','s:67:\"es:Enumera todas las categorías a las que pertenecen las páginas.\";'),('an','messages:apihelp-query+categoryinfo-example-simple','s:83:\"es:Obtener información acerca de <kbd>Category:Foo</kbd> y <kbd>Category:Bar</kbd>\";'),('an','messages:apihelp-query+categoryinfo-summary','s:57:\"es:Devuelve información acerca de las categorías dadas.\";'),('an','messages:apihelp-query+categorymembers-example-generator','s:89:\"es:Obtener información sobre las primeras 10 páginas de la <kbd>Category:Physics</kbd>.\";'),('an','messages:apihelp-query+categorymembers-example-simple','s:67:\"es:Obtener las primeras 10 páginas en <kbd>Category:Physics</kbd>.\";'),('an','messages:apihelp-query+categorymembers-param-dir','s:38:\"es:Dirección en la que desea ordenar.\";'),('an','messages:apihelp-query+categorymembers-param-end','s:115:\"es:Cronomarcador por el que terminar la enumeración. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('an','messages:apihelp-query+categorymembers-param-endhexsortkey','s:177:\"es:Clave de ordenación por la que terminar la enumeración, tal como se ha devuelto por <kbd>$1prop=sortkey</kbd>. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('an','messages:apihelp-query+categorymembers-param-endsortkey','s:40:\"es:Utilizar $1endhexsortkey en su lugar.\";'),('an','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:266:\"es:Prefijo de la clave de ordenación <strong>antes</strong> del cual termina la enumeración (no <strong>en</strong> el cual; si este valor existe, no será incluido). Solo se puede utilizar junto con <kbd>$1sort=sortkey</kbd>. Reemplaza <var>$1endhexsortkey</var>.\";'),('an','messages:apihelp-query+categorymembers-param-limit','s:44:\"es:Número máximo de páginas que devolver.\";'),('an','messages:apihelp-query+categorymembers-param-namespace','s:205:\"es:Incluir solamente páginas de estos espacios de nombres. Ten en cuenta que puede haberse utilizado <kbd>$1type=subcat</kbd> o <kbd>$1type=file</kbd> en lugar de <kbd>$1namespace=14</kbd> o <kbd>6</kbd>.\";'),('an','messages:apihelp-query+categorymembers-param-pageid','s:99:\"es:ID de página de la categoría para enumerar. No se puede utilizar junto con <var>$1title</var>.\";'),('an','messages:apihelp-query+categorymembers-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+categorymembers-param-sort','s:48:\"es:Propiedad por la que realizar la ordenación.\";'),('an','messages:apihelp-query+categorymembers-param-start','s:114:\"es:Cronomarcador por el que empezar la enumeración. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('an','messages:apihelp-query+categorymembers-param-starthexsortkey','s:176:\"es:Clave de ordenación por la que empezar la enumeración, tal como se ha devuelto por <kbd>$1prop=sortkey</kbd>. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('an','messages:apihelp-query+categorymembers-param-startsortkey','s:42:\"es:Utilizar $1starthexsortkey en su lugar.\";'),('an','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:173:\"es:Prefijo de la clave de ordenación por el que empezar la enumeración. Solo se puede utilizar junto con <kbd>$1sort=sortkey</kbd>. Reemplaza <var>$1starthexsortkey</var>.\";'),('an','messages:apihelp-query+categorymembers-param-title','s:144:\"es:Categoría que enumerar (requerida). Debe incluir el prefijo <kbd>{{ns:category}}:</kbd>. No se puede utilizar junto con <var>$1pageid</var>.\";'),('an','messages:apihelp-query+categorymembers-param-type','s:113:\"es:Qué tipo de miembros de la categoría incluir. Ignorado cuando se ha establecido <kbd>$1sort=timestamp</kbd>.\";'),('an','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:38:\"es:Añade el identificador de página.\";'),('an','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:102:\"es:Añade la clave de ordenación utilizada para la ordenación en la categoría (cadena hexadecimal).\";'),('an','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:124:\"es:Añade la clave de ordenación utilizada para la ordenación en la categoría (parte legible de la clave de ordenación).\";'),('an','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:71:\"es:Añade la marca de tiempo del momento en que se incluyó la página.\";'),('an','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('an','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:116:\"es:Añade el tipo en el que se categorizó la página (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('an','messages:apihelp-query+categorymembers-summary','s:51:\"es:Lista todas las páginas en una categoría dada.\";'),('an','messages:apihelp-query+contributors-example-simple','s:65:\"es:Mostrar los contribuyentes de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+contributors-param-excludegroup','s:133:\"es:Excluir usuarios de los grupos especificados. No incluye grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('an','messages:apihelp-query+contributors-param-excluderights','s:158:\"es:Excluir usuarios con los derechos especificados. No incluye derechos concedidos a grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('an','messages:apihelp-query+contributors-param-group','s:138:\"es:Solo incluir usuarios de los grupos especificados. No incluye grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('an','messages:apihelp-query+contributors-param-limit','s:42:\"es:Cuántos contribuyentes se devolverán.\";'),('an','messages:apihelp-query+contributors-param-rights','s:163:\"es:Solo incluir usuarios con los derechos especificados. No incluye derechos concedidos a grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('an','messages:apihelp-query+contributors-summary','s:105:\"es:Obtener la lista de contribuidores conectados y el número de contribuidores anónimos de una página.\";'),('an','messages:apihelp-query+deletedrevisions-example-revids','s:69:\"es:Mostrar la información de la revisión borrada <kbd>123456</kbd>.\";'),('an','messages:apihelp-query+deletedrevisions-example-titles','s:126:\"es:Muestra la lista de revisiones borradas de las páginas <kbd>Main Page</kbd> y <kbd>Talk:Main Page</kbd>, con su contenido.\";'),('an','messages:apihelp-query+deletedrevisions-extended-description','s:328:\"es:Puede ser utilizada de varias maneras:\n# Obtenga las revisiones eliminadas de un conjunto de páginas, estableciendo títulos o ID de paginas. Ordenadas por título y marca horaria.\n# Obtener datos sobre un conjunto de revisiones eliminadas estableciendo sus ID con identificación de revisión. Ordenado por ID de revisión.\";'),('an','messages:apihelp-query+deletedrevisions-param-end','s:122:\"es:Marca de tiempo por la que terminar la enumeración. Se ignora cuando se esté procesando una lista de ID de revisión.\";'),('an','messages:apihelp-query+deletedrevisions-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('an','messages:apihelp-query+deletedrevisions-param-start','s:121:\"es:Marca de tiempo por la que empezar la enumeración. Se ignora cuando se esté procesando una lista de ID de revisión.\";'),('an','messages:apihelp-query+deletedrevisions-param-tag','s:48:\"es:Listar solo las revisiones con esta etiqueta.\";'),('an','messages:apihelp-query+deletedrevisions-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('an','messages:apihelp-query+deletedrevisions-summary','s:47:\"es:Obtener información de revisión eliminada.\";'),('an','messages:apihelp-query+deletedrevs-example-mode1','s:133:\"es:Muestra las últimas revisiones borradas de las páginas <kbd>Main Page</kbd> y <kbd>Talk:Main Page</kbd>, con contenido (modo 1).\";'),('an','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"es:Muestra las últimas 50 contribuciones de <kbd>Bob</kbd> (modo 2).\";'),('an','messages:apihelp-query+deletedrevs-example-mode3-main','s:78:\"es:Muestra las primeras 50 revisiones borradas del espacio principal (modo 3).\";'),('an','messages:apihelp-query+deletedrevs-example-mode3-talk','s:81:\"es:Listar las primeras 50 páginas en el espacio de nombres {{ns:talk}} (modo 3).\";'),('an','messages:apihelp-query+deletedrevs-extended-description','s:374:\"es:Opera en tres modos:\n# Lista de revisiones borradas de los títulos dados, ordenadas por marca de tiempo.\n# Lista de contribuciones borradas del usuario dado, ordenadas por marca de tiempo.\n# Lista de todas las revisiones borradas en el espacio de nombres dado, ordenadas por título y marca de tiempo (donde no se ha especificado ningún título ni se ha fijado $1user).\";'),('an','messages:apihelp-query+deletedrevs-param-end','s:55:\"es:Marca de tiempo por la que terminar la enumeración.\";'),('an','messages:apihelp-query+deletedrevs-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('an','messages:apihelp-query+deletedrevs-param-from','s:36:\"es:Empezar a listar en este título.\";'),('an','messages:apihelp-query+deletedrevs-param-limit','s:48:\"es:La cantidad máxima de revisiones que listar.\";'),('an','messages:apihelp-query+deletedrevs-param-namespace','s:55:\"es:Listar solo las páginas en este espacio de nombres.\";'),('an','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"es:Buscar todas las páginas que empiecen con este valor.\";'),('an','messages:apihelp-query+deletedrevs-param-prop','s:741:\"es:Propiedades que obtener:\n;revid: Añade el identificador de la revisión borrada.\n;parentid: Añade el identificador de la revisión anterior de la página.\n;user: Añade el usuario que hizo la revisión.\n;userid: Añade el identificador del usuario que hizo la revisión.\n;comment: Añade el comentario de la revisión.\n;parsedcomment: Añade el comentario de la revisión, pasado por el analizador sintáctico.\n;minor: Añade una etiqueta si la revisión es menor.\n;len: Añade la longitud (en bytes) de la revisión.\n;sha1: Añade el SHA-1 (base 16) de la revisión.\n;content: Añade el contenido de la revisión.\n;token:<span class=\"apihelp-deprecated\">Obsoleto.</span> Devuelve el token de edición.\n;tags: Etiquetas de la revisión.\";'),('an','messages:apihelp-query+deletedrevs-param-start','s:54:\"es:Marca de tiempo por la que empezar la enumeración.\";'),('an','messages:apihelp-query+deletedrevs-param-tag','s:48:\"es:Listar solo las revisiones con esta etiqueta.\";'),('an','messages:apihelp-query+deletedrevs-param-to','s:38:\"es:Terminar de listar en este título.\";'),('an','messages:apihelp-query+deletedrevs-param-unique','s:46:\"es:Listar solo una revisión por cada página.\";'),('an','messages:apihelp-query+deletedrevs-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('an','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"es:{{PLURAL:$1|Modo|Modos}}: $2\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('an','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('an','messages:apihelp-query+deletedrevs-summary','s:43:\"es:Muestra la lista de revisiones borradas.\";'),('an','messages:apihelp-query+disabled-summary','s:44:\"es:Se ha desactivado el módulo de consulta.\";'),('an','messages:apihelp-query+duplicatefiles-example-generated','s:43:\"es:Buscar duplicados en todos los archivos.\";'),('an','messages:apihelp-query+duplicatefiles-example-simple','s:58:\"es:Buscar duplicados de [[:File:Alber Einstein Head.jpg]].\";'),('an','messages:apihelp-query+duplicatefiles-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+duplicatefiles-param-limit','s:48:\"es:Número de archivos duplicados para devolver.\";'),('an','messages:apihelp-query+duplicatefiles-param-localonly','s:48:\"es:Buscar solo archivos en el repositorio local.\";'),('an','messages:apihelp-query+duplicatefiles-summary','s:101:\"es:Enumerar todos los archivos que son duplicados de los archivos dados a partir de los valores hash.\";'),('an','messages:apihelp-query+embeddedin-example-generator','s:84:\"es:Obtener información sobre las páginas que transcluyen <kbd>Template:Stub</kbd>.\";'),('an','messages:apihelp-query+embeddedin-example-simple','s:65:\"es:Mostrar las páginas que transcluyen <kbd>Template:Stub</kbd>.\";'),('an','messages:apihelp-query+embeddedin-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+embeddedin-param-filterredir','s:35:\"es:Cómo filtrar las redirecciones.\";'),('an','messages:apihelp-query+embeddedin-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('an','messages:apihelp-query+embeddedin-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('an','messages:apihelp-query+embeddedin-param-pageid','s:75:\"es:Identificador de página que buscar. No se puede usar junto con $1title.\";'),('an','messages:apihelp-query+embeddedin-param-title','s:62:\"es:Título a buscar. No puede usarse en conjunto con $1pageid.\";'),('an','messages:apihelp-query+embeddedin-summary','s:64:\"es:Encuentra todas las páginas que transcluyen el título dado.\";'),('an','messages:apihelp-query+extlinks-example-simple','s:69:\"es:Obtener una lista de los enlaces externos en <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+extlinks-param-expandurl','s:72:\"es:Expandir las URL relativas a un protocolo con el protocolo canónico.\";'),('an','messages:apihelp-query+extlinks-param-limit','s:35:\"es:Cuántos enlaces se devolverán.\";'),('an','messages:apihelp-query+extlinks-param-protocol','s:200:\"es:Protocolo de la URL. Si está vacío y <var>$1query</var> está definido, el protocolo es <kbd>http</kbd>. Para enumerar todos los enlaces externos, deja a la vez vacíos esto y <var>$1query</var>.\";'),('an','messages:apihelp-query+extlinks-param-query','s:123:\"es:Cadena de búsqueda sin protocolo. Útil para comprobar si una determinada página contiene una determinada URL externa.\";'),('an','messages:apihelp-query+extlinks-summary','s:84:\"es:Devuelve todas las URL externas (excluidos los interwikis) de las páginas dadas.\";'),('an','messages:apihelp-query+exturlusage-example-simple','s:73:\"es:Mostrar páginas que enlacen con <kbd>https://www.mediawiki.org</kbd>.\";'),('an','messages:apihelp-query+exturlusage-param-expandurl','s:72:\"es:Expandir las URL relativas a un protocolo con el protocolo canónico.\";'),('an','messages:apihelp-query+exturlusage-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('an','messages:apihelp-query+exturlusage-param-namespace','s:40:\"es:Los espacios de nombres que enumerar.\";'),('an','messages:apihelp-query+exturlusage-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+exturlusage-param-protocol','s:183:\"es:Protocolo del URL. Si está vacío y se establece <var>$1query</var>, el protocolo es <kbd>http</kbd>. Deja vacío esto y <var>$1query</var> para listar todos los enlaces externos.\";'),('an','messages:apihelp-query+exturlusage-param-query','s:131:\"es:Cadena de búsqueda sin protocolo. Véase [[Special:LinkSearch]]. Deja el campo vacío para enumerar todos los enlaces externos.\";'),('an','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:40:\"es:Añade el identificado de la página.\";'),('an','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('an','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:41:\"es:Añade el URL utilizado en la página.\";'),('an','messages:apihelp-query+exturlusage-summary','s:47:\"es:Enumera páginas que contienen una URL dada.\";'),('an','messages:apihelp-query+filearchive-example-simple','s:54:\"es:Mostrar una lista de todos los archivos eliminados.\";'),('an','messages:apihelp-query+filearchive-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+filearchive-param-from','s:53:\"es:El título de imagen para comenzar la enumeración\";'),('an','messages:apihelp-query+filearchive-param-limit','s:46:\"es:Número de imágenes que devolver en total.\";'),('an','messages:apihelp-query+filearchive-param-prefix','s:75:\"es:Buscar todos los títulos de las imágenes que comiencen con este valor.\";'),('an','messages:apihelp-query+filearchive-param-prop','s:44:\"es:Qué información de imagen se obtendrá:\";'),('an','messages:apihelp-query+filearchive-param-sha1','s:50:\"es:Hash SHA1 de la imagen. Reemplaza $1sha1base36.\";'),('an','messages:apihelp-query+filearchive-param-sha1base36','s:62:\"es:Hash SHA1 de la imagen en base 36 (utilizado en MediaWiki).\";'),('an','messages:apihelp-query+filearchive-param-to','s:53:\"es:El título de imagen para detener la enumeración.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:99:\"es:Añade el nombre de archivo de la versión archivada para las versiones que no son las últimas.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:47:\"es:Añade la profundidad de bit de la versión.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-description','s:54:\"es:Añade la descripción de la versión de la imagen.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:21:\"es:Alias del tamaño.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:42:\"es:Añade el tipo multimedia de la imagen.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:60:\"es:Enumera los metadatos Exif para la versión de la imagen.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:31:\"es:Añade el MIME de la imagen.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:43:\"es:Analizar la descripción de la versión.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:39:\"es:Añade el hash SHA-1 para la imagen.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-size','s:110:\"es:Agrega el tamaño de la imagen en bytes y la altura, la anchura y el número de páginas (si es aplicable).\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:51:\"es:Añade la marca de tiempo de la versión subida.\";'),('an','messages:apihelp-query+filearchive-paramvalue-prop-user','s:57:\"es:Agrega el usuario que subió la versión de la imagen.\";'),('an','messages:apihelp-query+filearchive-summary','s:60:\"es:Enumerar todos los archivos borrados de forma secuencial.\";'),('an','messages:apihelp-query+filerepoinfo-example-simple','s:63:\"es:Obtener información acerca de los repositorios de archivos.\";'),('an','messages:apihelp-query+filerepoinfo-param-prop','s:103:\"es:Qué propiedades del repositorio obtener (las propiedades disponibles pueden variar en otras wikis).\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:129:\"es:URL del favicono de la wiki del repositorio, proveniente de <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:56:\"es:Ruta de la URL raíz para las rutas de las imágenes.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:82:\"es:Ruta de la URL raíz para la instalación MediaWiki de la wiki del repositorio.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:108:\"es:<var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> o equivalente de la wiki del repositorio.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:57:\"es:Ruta de la URL raíz para las rutas de las miniaturas.\";'),('an','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:38:\"es:Ruta de la URL de la zona pública.\";'),('an','messages:apihelp-query+filerepoinfo-summary','s:89:\"es:Devuelve metainformación sobre los repositorios de imágenes configurados en la wiki.\";'),('an','messages:apihelp-query+fileusage-example-generator','s:82:\"es:Obtener información acerca de las páginas que utilicen [[:File:Example.jpg]].\";'),('an','messages:apihelp-query+fileusage-example-simple','s:68:\"es:Obtener una lista de páginas que utilicen [[:File:Example.jpg]].\";'),('an','messages:apihelp-query+fileusage-param-limit','s:27:\"es:Cuántos se devolverán.\";'),('an','messages:apihelp-query+fileusage-param-namespace','s:54:\"es:Incluir solo páginas de estos espacios de nombres.\";'),('an','messages:apihelp-query+fileusage-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+fileusage-param-show','s:167:\"es:Muestra solo los elementos que cumplen estos criterios:\n;redirect: Muestra solamente redirecciones.\n;!redirect: Muestra solamente páginas que no son redirecciones.\";'),('an','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:33:\"es:Identificador de cada página.\";'),('an','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:44:\"es:Marcar si la página es una redirección.\";'),('an','messages:apihelp-query+fileusage-paramvalue-prop-title','s:27:\"es:Título de cada página.\";'),('an','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('an','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('an','messages:apihelp-query+fileusage-summary','s:64:\"es:Encontrar todas las páginas que utilizan los archivos dados.\";'),('an','messages:apihelp-query+imageinfo-example-dated','s:83:\"es:Obtener información sobre las versiones de [[:File:Test.jpg]] a partir de 2008.\";'),('an','messages:apihelp-query+imageinfo-example-simple','s:87:\"es:Obtener información sobre la versión actual de [[:File:Albert Einstein Head.jpg]].\";'),('an','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:136:\"es:Si <kbd>$2prop=badfile</kbd> está establecido, este es el título de la página utilizado al evaluar la [[MediaWiki:Bad image list]]\";'),('an','messages:apihelp-query+imageinfo-param-end','s:53:\"es:Cronomarcador por el que terminar la enumeración.\";'),('an','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:92:\"es:Si se especifica y no vacío, sólo estas claves serán devueltos por $1prop=extmetadata.\";'),('an','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:178:\"es:En qué idioma obtener «extmetadata». Esto afecta tanto la traducción que se obtendrá ―si hay varias― como el formato de elementos como los números y algunos valores.\";'),('an','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"es:Si las traducciones para la propiedad extmetadata están disponibles, busque todas ellas.\";'),('an','messages:apihelp-query+imageinfo-param-limit','s:61:\"es:Cuántos revisiones de archivos se devolverán por perfil.\";'),('an','messages:apihelp-query+imageinfo-param-localonly','s:48:\"es:Buscar solo archivos en el repositorio local.\";'),('an','messages:apihelp-query+imageinfo-param-metadataversion','s:191:\"es:Versión de los metadatos que se utilizará. Si se especifica <kbd>latest</kbd>, utilizará la última versión. El valor predeterminado es <kbd>1</kbd>, por motivo de retrocompatibilidad.\";'),('an','messages:apihelp-query+imageinfo-param-prop','s:46:\"es:Qué información del archivo se obtendrá:\";'),('an','messages:apihelp-query+imageinfo-param-start','s:52:\"es:Cronomarcador por el que empezar la enumeración.\";'),('an','messages:apihelp-query+imageinfo-param-urlheight','s:24:\"es:Similar a $1urlwidth.\";'),('an','messages:apihelp-query+imageinfo-param-urlparam','s:219:\"es:Un controlador específico de la cadena de parámetro. Por ejemplo, los archivos Pdf pueden utilizar <kbd>page15-100px</kbd>. <var>$1urlwidth</var> debe ser utilizado y debe ser consistente con <var>$1urlparam</var>.\";'),('an','messages:apihelp-query+imageinfo-param-urlwidth','s:194:\"es:Si se establece $2prop=url, se devolverá una URL a una imagen escalada a este ancho.\nPor razones de rendimiento, si se utiliza esta opción, no se devolverán más de $1 imágenes escaladas.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:100:\"es:Añade el nombre del archivo de la versión archivada para las versiones anteriores a la última.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:64:\"es:Añade si el archivo está en la [[MediaWiki:Bad image list]]\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:48:\"es:Añade la profundidad de bits de la versión.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:43:\"es:Agrega el título canónico del archivo.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:33:\"es:Comentarios sobre la versión.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:89:\"es:Enumera los metadatos genéricos del formato del archivo para la versión del archivo.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:25:\"es:Alias para el tamaño.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:105:\"es:Enumera metadatos con formato combinados de múltiples fuentes. Los resultados están en formato HTML.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:42:\"es:Añade el tipo multimedia de la imagen.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:59:\"es:Enumera los metadatos Exif para la versión del archivo.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:35:\"es:Añade el tipo MIME del archivo.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:41:\"es:Analizar el comentario de la versión.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:39:\"es:Añade el hash SHA-1 para la imagen.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:101:\"es:Agrega el tamaño del archivo en bytes y la altura, el ancho y el número de páginas (si aplica).\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:100:\"es:Añade el tipo MIME de la miniatura de la imagen (se requiere la URL y el parámetro $1urlwidth).\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:55:\"es:Añade la marca de tiempo a la versión actualizada.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:162:\"es:Usado por la página de Carga Especial para obtener información sobre un archivo existente. No está diseñado para ser utilizado fuera del núcleo MediaWiki.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:64:\"es:Devuelve la URL para el archivo y la página de descripción.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:58:\"es:Añade el usuario que subió cada versión del archivo.\";'),('an','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:64:\"es:Añade la ID de usuario que subió cada versión del archivo.\";'),('an','messages:apihelp-query+imageinfo-summary','s:62:\"es:Devuelve información del archivo y su historial de subida.\";'),('an','messages:apihelp-query+images-example-generator','s:76:\"es:Obtener información sobre todos los archivos empleados en [[Main Page]].\";'),('an','messages:apihelp-query+images-example-simple','s:72:\"es:Obtener una lista de los archivos usados en la [[Main Page|Portada]].\";'),('an','messages:apihelp-query+images-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+images-param-images','s:109:\"es:Mostrar solo estos archivos. Útil para comprobar si una determinada página tiene un determinado archivo.\";'),('an','messages:apihelp-query+images-param-limit','s:36:\"es:Cuántos archivos se devolverán.\";'),('an','messages:apihelp-query+images-summary','s:64:\"es:Devuelve todos los archivos contenidos en las páginas dadas.\";'),('an','messages:apihelp-query+imageusage-example-generator','s:90:\"es:Obtener información sobre las páginas que empleen [[:File:Albert Einstein Head.jpg]].\";'),('an','messages:apihelp-query+imageusage-example-simple','s:68:\"es:Mostrar las páginas que usan [[:File:Albert Einstein Head.jpg]].\";'),('an','messages:apihelp-query+imageusage-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+imageusage-param-filterredir','s:144:\"es:Cómo filtrar las redirecciones. Si se establece a no redirecciones cuando está habilitado $1redirect, esto solo se aplica al segundo nivel.\";'),('an','messages:apihelp-query+imageusage-param-limit','s:192:\"es:Número de páginas que devolver. Si está habilitado <var>$1redirect</var>, el límite se aplica a cada nivel de forma separada (es decir, se pueden devolver hasta 2 * <var>$1limit</var>).\";'),('an','messages:apihelp-query+imageusage-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('an','messages:apihelp-query+imageusage-param-pageid','s:55:\"es:ID de página a buscar. No puede usarse con $1title.\";'),('an','messages:apihelp-query+imageusage-param-redirect','s:156:\"es:Si la página con el enlace es una redirección, encontrar también las páginas que enlacen a esa redirección. El límite máximo se reduce a la mitad.\";'),('an','messages:apihelp-query+imageusage-param-title','s:62:\"es:Título a buscar. No puede usarse en conjunto con $1pageid.\";'),('an','messages:apihelp-query+imageusage-summary','s:67:\"es:Encontrar todas las páginas que usen el título de imagen dado.\";'),('an','messages:apihelp-query+info-example-protection','s:87:\"es:Obtén información general y protección acerca de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+info-example-simple','s:66:\"es:Obtener información acerca de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('an','messages:apihelp-query+info-param-prop','s:46:\"es:Qué propiedades adicionales se obtendrán:\";'),('an','messages:apihelp-query+info-param-testactions','s:85:\"es:Comprobar su el usuario actual puede realizar determinadas acciones en la página.\";'),('an','messages:apihelp-query+info-param-testactionsdetail','s:216:\"es:Nivel de detalle para <var>$1testactions</var>. Usa los parámetros <var>errorformat</var> y <var>errorlang</var> del [[Special:ApiHelp/main|módulo principal]] para controlar el formato de los mensajes devueltos.\";'),('an','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('an','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:77:\"es:Proporciona la manera en que se muestra realmente el título de la página\";'),('an','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('an','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:71:\"es:La hora de notificación de la lista de seguimiento de cada página.\";'),('an','messages:apihelp-query+info-paramvalue-prop-preload','s:53:\"es:Muestra el texto devuelto por EditFormPreloadText.\";'),('an','messages:apihelp-query+info-paramvalue-prop-protection','s:50:\"es:Listar el nivel de protección de cada página.\";'),('an','messages:apihelp-query+info-paramvalue-prop-readable','s:88:\"es:Si el usuario puede leer esta página. Usa <kbd>intestactions=read</kbd> en su lugar.\";'),('an','messages:apihelp-query+info-paramvalue-prop-subjectid','s:74:\"es:La ID de página de la página principal de cada página de discusión.\";'),('an','messages:apihelp-query+info-paramvalue-prop-talkid','s:103:\"es:El identificador de la página de discusión correspondiente a cada página que no es de discusión.\";'),('an','messages:apihelp-query+info-paramvalue-prop-url','s:84:\"es:Muestra una URL completa, una URL de edición y la URL canónica de cada página.\";'),('an','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('an','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:111:\"es:El número de observadores de cada página que ha visitado ediciones recientes a esa página, si se permite.\";'),('an','messages:apihelp-query+info-paramvalue-prop-watched','s:52:\"es:Muestra el estado de seguimiento de cada página.\";'),('an','messages:apihelp-query+info-paramvalue-prop-watchers','s:45:\"es:El número de observadores, si se permite.\";'),('an','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:48:\"es:Devolver un valor booleano para cada acción.\";'),('an','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('an','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('an','messages:apihelp-query+info-summary','s:46:\"es:Obtener información básica de la página.\";'),('an','messages:apihelp-query+iwbacklinks-example-generator','s:76:\"es:Obtener información sobre las páginas que enlacen a [[wikibooks:Test]].\";'),('an','messages:apihelp-query+iwbacklinks-example-simple','s:54:\"es:Obtener las páginas enlazadas a [[wikibooks:Test]]\";'),('an','messages:apihelp-query+iwbacklinks-extended-description','s:228:\"es:Puede utilizarse para encontrar todos los enlaces con un prefijo, o todos los enlaces a un título (con un determinado prefijo). Si no se introduce ninguno de los parámetros, se entiende como «todos los enlaces interwiki».\";'),('an','messages:apihelp-query+iwbacklinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+iwbacklinks-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('an','messages:apihelp-query+iwbacklinks-param-prefix','s:29:\"es:Prefijo para el interwiki.\";'),('an','messages:apihelp-query+iwbacklinks-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+iwbacklinks-param-title','s:86:\"es:Enlace interlingüístico que buscar. Se debe usar junto con <var>$1blprefix</var>.\";'),('an','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:35:\"es:Añade el prefijo del interwiki.\";'),('an','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"es:Añade el título del interwiki.\";'),('an','messages:apihelp-query+iwbacklinks-summary','s:69:\"es:Encontrar todas las páginas que enlazan al enlace interwiki dado.\";'),('an','messages:apihelp-query+iwlinks-example-simple','s:68:\"es:Obtener los enlaces interwiki de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+iwlinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+iwlinks-param-limit','s:48:\"es:Cuántos enlaces interwiki se desea devolver.\";'),('an','messages:apihelp-query+iwlinks-param-prefix','s:59:\"es:Devolver únicamente enlaces interwiki con este prefijo.\";'),('an','messages:apihelp-query+iwlinks-param-prop','s:70:\"es:Qué propiedades adicionales obtener para cada enlace interlingüe:\";'),('an','messages:apihelp-query+iwlinks-param-title','s:77:\"es:El enlace Interwiki para buscar. Debe utilizarse con <var>$1prefix </var>.\";'),('an','messages:apihelp-query+iwlinks-param-url','s:66:\"es:Si desea obtener la URL completa (no se puede usar con $1prop).\";'),('an','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:26:\"es:Añade el URL completo.\";'),('an','messages:apihelp-query+iwlinks-summary','s:62:\"es:Devuelve todos los enlaces interwiki de las páginas dadas.\";'),('an','messages:apihelp-query+langbacklinks-example-generator','s:72:\"es:Obtener información acerca de las páginas enlazadas a [[:fr:Test]].\";'),('an','messages:apihelp-query+langbacklinks-example-simple','s:48:\"es:Obtener las páginas enlazadas a [[:fr:Test]]\";'),('an','messages:apihelp-query+langbacklinks-extended-description','s:314:\"es:Puede utilizarse para encontrar todos los enlaces con un código de idioma, o todos los enlaces a un título (con un idioma dado). El uso de ninguno de los parámetros es efectivamente \"todos los enlaces de idioma\".\n\nTenga en cuenta que esto no puede considerar los enlaces de idiomas agregados por extensiones.\";'),('an','messages:apihelp-query+langbacklinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+langbacklinks-param-lang','s:31:\"es:Idioma del enlace de idioma.\";'),('an','messages:apihelp-query+langbacklinks-param-limit','s:45:\"es:Cuántas páginas en total se devolverán.\";'),('an','messages:apihelp-query+langbacklinks-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+langbacklinks-param-title','s:60:\"es:Enlace de idioma para buscar. Debe utilizarse con $1lang.\";'),('an','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:52:\"es:Agrega el código de idioma del enlace de idioma.\";'),('an','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:42:\"es:Añade el título del enlace de idioma.\";'),('an','messages:apihelp-query+langbacklinks-summary','s:74:\"es:Encuentra todas las páginas que conectan con el enlace de idioma dado.\";'),('an','messages:apihelp-query+langlinks-example-simple','s:78:\"es:Obtener los enlaces interlingüísticos de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+langlinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+langlinks-param-inlanguagecode','s:61:\"es:Código de idioma para los nombres de idiomas localizados.\";'),('an','messages:apihelp-query+langlinks-param-lang','s:62:\"es:Devolver solo enlaces de idioma con este código de idioma.\";'),('an','messages:apihelp-query+langlinks-param-limit','s:55:\"es:Número de enlaces interlingüísticos que devolver.\";'),('an','messages:apihelp-query+langlinks-param-prop','s:70:\"es:Qué propiedades adicionales obtener para cada enlace interlingüe:\";'),('an','messages:apihelp-query+langlinks-param-title','s:63:\"es:Enlace que buscar. Se debe usar junto con <var>$1lang</var>.\";'),('an','messages:apihelp-query+langlinks-param-url','s:73:\"es:Obtener la URL completa o no (no se puede usar con <var>$1prop</var>).\";'),('an','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:38:\"es:Añade el nombre nativo del idioma.\";'),('an','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:125:\"es:Añade el nombre del idioma localizado (o la mejor estimación). Usa <var>$1inlanguagecode</var> para controlar el idioma.\";'),('an','messages:apihelp-query+langlinks-paramvalue-prop-url','s:26:\"es:Añade el URL completo.\";'),('an','messages:apihelp-query+langlinks-summary','s:72:\"es:Devuelve todos los enlaces interlingüísticos de las páginas dadas.\";'),('an','messages:apihelp-query+languageinfo-example-autonym-name-de','s:82:\"es:Obtener los endónimos y los nombres alemanes de todos los idiomas compatibles.\";'),('an','messages:apihelp-query+languageinfo-example-bcp47-dir','s:92:\"es:Obtener el código lingüístico BCP-47 y la dirección de todos los idiomas compatibles.\";'),('an','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:63:\"es:Obtener los idiomas de reserva y las variantes del occitano.\";'),('an','messages:apihelp-query+languageinfo-example-simple','s:70:\"es:Obtener los códigos lingüísticos de todos los idiomas admitidos.\";'),('an','messages:apihelp-query+languageinfo-extended-description','s:157:\"es:Se puede aplicar [[mw:Special:MyLanguage/API:Continue|la continuación]] si la recuperación de la información lleva demasiado tiempo para una solicitud.\";'),('an','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('an','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:103:\"es:El código lingüístico (es específico de MediaWiki, pero existen coincidencias con otras normas.)\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:89:\"es:La dirección de escritura del idioma (bien <code>ltr</code> o bien <code>rtl</code>).\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('an','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('an','messages:apihelp-query+languageinfo-summary','s:55:\"es:Devolver información sobre los idiomas disponibles.\";'),('an','messages:apihelp-query+links-example-generator','s:96:\"es:Obtenga información sobre las páginas de enlace en la página <kbd>Página principal</kbd>.\";'),('an','messages:apihelp-query+links-example-namespaces','s:113:\"es:Obtener enlaces de la página <kbd>Main Page</kbd> de los espacios de nombres {{ns:user}} and {{ns:template}}.\";'),('an','messages:apihelp-query+links-example-simple','s:57:\"es:Obtener los enlaces de la página <kbd>Main Page</kbd>\";'),('an','messages:apihelp-query+links-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+links-param-limit','s:35:\"es:Cuántos enlaces se devolverán.\";'),('an','messages:apihelp-query+links-param-namespace','s:57:\"es:Mostrar solo los enlaces en estos espacios de nombres.\";'),('an','messages:apihelp-query+links-param-titles','s:127:\"es:Devolver solo los enlaces a estos títulos. Útil para comprobar si una determinada página enlaza a un determinado título.\";'),('an','messages:apihelp-query+links-summary','s:52:\"es:Devuelve todos los enlaces de las páginas dadas.\";'),('an','messages:apihelp-query+linkshere-example-generator','s:84:\"es:Obtener información acerca de las páginas enlazadas a la [[Main Page|Portada]].\";'),('an','messages:apihelp-query+linkshere-example-simple','s:64:\"es:Obtener una lista de páginas que enlacen a la [[Main Page]].\";'),('an','messages:apihelp-query+linkshere-param-limit','s:27:\"es:Cuántos se devolverán.\";'),('an','messages:apihelp-query+linkshere-param-namespace','s:54:\"es:Incluir solo páginas de estos espacios de nombres.\";'),('an','messages:apihelp-query+linkshere-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+linkshere-param-show','s:167:\"es:Muestra solo los elementos que cumplen estos criterios:\n;redirect: Muestra solamente redirecciones.\n;!redirect: Muestra solamente páginas que no son redirecciones.\";'),('an','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:33:\"es:Identificador de cada página.\";'),('an','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:45:\"es:Indicar si la página es una redirección.\";'),('an','messages:apihelp-query+linkshere-paramvalue-prop-title','s:27:\"es:Título de cada página.\";'),('an','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('an','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('an','messages:apihelp-query+linkshere-summary','s:62:\"es:Buscar todas las páginas que enlazan a las páginas dadas.\";'),('an','messages:apihelp-query+logevents-example-simple','s:46:\"es:Mostrar los eventos recientes del registro.\";'),('an','messages:apihelp-query+logevents-param-action','s:260:\"es:Filtrar las acciones del registro solo a esta acción. Reemplaza <var>$1type</var>. En la lista de valores posibles, los valores con el asterisco como carácter comodín tales como <kbd>action/*</kbd> pueden tener distintas cadenas después de la barra (/).\";'),('an','messages:apihelp-query+logevents-param-end','s:53:\"es:Cronomarcador por el que terminar la enumeración.\";'),('an','messages:apihelp-query+logevents-param-limit','s:53:\"es:Número total de entradas de eventos que devolver.\";'),('an','messages:apihelp-query+logevents-param-namespace','s:61:\"es:Filtrar entradas a aquellas en el espacio de nombres dado.\";'),('an','messages:apihelp-query+logevents-param-prefix','s:50:\"es:Filtrar entradas que empiezan por este prefijo.\";'),('an','messages:apihelp-query+logevents-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+logevents-param-start','s:54:\"es:Marca de tiempo por la que empezar la enumeración.\";'),('an','messages:apihelp-query+logevents-param-tag','s:58:\"es:Solo mostrar las entradas de eventos con esta etiqueta.\";'),('an','messages:apihelp-query+logevents-param-title','s:60:\"es:Filtrar entradas a aquellas relacionadas con una página.\";'),('an','messages:apihelp-query+logevents-param-type','s:54:\"es:Filtrar las entradas del registro solo a este tipo.\";'),('an','messages:apihelp-query+logevents-param-user','s:62:\"es:Filtrar entradas a aquellas realizadas por el usuario dado.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-comment','s:150:\"es:Agrega el comentario del evento de registro. Si el comentario se ha eliminado de revisión, se devolverá una <samp>commenthidden</samp> propiedad.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-details','s:157:\"es:Muestra detalles adicionales sobre el evento de registro. Si se ha eliminado el evento de registro, se devolverá una <samp>actionhidden</samp> propiedad.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-ids','s:50:\"es:Agrega el identificador del evento de registro.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:160:\"es:Agrega el comentario analizado del evento de registro. Si el comentario se ha eliminado de revisión, se devolverá una <samp>commenthidden</samp> propiedad.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-tags','s:53:\"es:Muestra las etiquetas para el evento del registro.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:57:\"es:Añade la marca de tiempo para el evento del registro.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-title','s:63:\"es:Añade el título de la página para el evento del registro.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-type','s:41:\"es:Añade el tipo del evento de registro.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-user','s:154:\"es:Agrega el usuario responsable del evento de registro. Si se ha eliminado la revisión del usuario, se devolverá una <samp>userhidden</samp> propiedad.\";'),('an','messages:apihelp-query+logevents-paramvalue-prop-userid','s:179:\"es:Agrega el identificador de usuario que fue responsable del evento de registro. Si se ha eliminado la revisión del usuario, se devolverá una <samp>userhidden</samp> propiedad.\";'),('an','messages:apihelp-query+logevents-summary','s:36:\"es:Obtener eventos de los registros.\";'),('an','messages:apihelp-query+mystashedfiles-example-simple','s:152:\"es:Obtener la clave de archivo, el tamaño del archivo y el tamaño en píxeles de los archivos en el almacén provisional de cargas del usuario actual.\";'),('an','messages:apihelp-query+mystashedfiles-param-limit','s:29:\"es:Cuántos archivos obtener.\";'),('an','messages:apihelp-query+mystashedfiles-param-prop','s:42:\"es:Propiedades a buscar para los archivos.\";'),('an','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:64:\"es:Buscar el tamaño del archivo y las dimensiones de la imagen.\";'),('an','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:54:\"es:Obtener el tipo MIME y tipo multimedia del archivo.\";'),('an','messages:apihelp-query+mystashedfiles-summary','s:93:\"es:Obtener una lista de los archivos en el almacén provisional de cargas del usuario actual.\";'),('an','messages:apihelp-query+pagepropnames-example-simple','s:50:\"es:Obtener los 10 primeros nombres de propiedades.\";'),('an','messages:apihelp-query+pagepropnames-param-limit','s:43:\"es:Número máximo de nombres que devolver.\";'),('an','messages:apihelp-query+pagepropnames-summary','s:77:\"es:Mostrar todos los nombres de propiedades de página utilizados en la wiki.\";'),('an','messages:apihelp-query+pageprops-example-simple','s:87:\"es:Obtener las propiedades de las páginas <kbd>Main Page</kbd> y <kbd>MediaWiki</kbd>.\";'),('an','messages:apihelp-query+pageprops-param-prop','s:268:\"es:Sólo listar estas propiedades de página (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> devuelve los nombres de las propiedades de página en uso). Útil para comprobar si las páginas usan una determinada propiedad de página.\";'),('an','messages:apihelp-query+pageprops-summary','s:85:\"es:Obtener diferentes propiedades de página definidas en el contenido de la página.\";'),('an','messages:apihelp-query+pageswithprop-example-generator','s:113:\"es:Obtener información adicional acerca de las 10 primeras páginas que utilicen <code>_&#95;NOTOC_&#95;</code>.\";'),('an','messages:apihelp-query+pageswithprop-example-simple','s:99:\"es:Listar las 10 primeras páginas que utilicen <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('an','messages:apihelp-query+pageswithprop-param-dir','s:41:\"es:Dirección en la que se desea ordenar.\";'),('an','messages:apihelp-query+pageswithprop-param-limit','s:53:\"es:El máximo número de páginas que se devolverán.\";'),('an','messages:apihelp-query+pageswithprop-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+pageswithprop-param-propname','s:198:\"es:Propiedad de página para la cual enumerar páginas (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> devuelve los nombres de las propiedades de página en uso).\";'),('an','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:38:\"es:Añade el identificador de página.\";'),('an','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('an','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:46:\"es:Añade el valor de la propiedad de página.\";'),('an','messages:apihelp-query+pageswithprop-summary','s:64:\"es:Mostrar todas las páginas que usen una propiedad de página.\";'),('an','messages:apihelp-query+prefixsearch-example-simple','s:67:\"es:Buscar títulos de páginas que empiecen con <kbd>meaning</kbd>.\";'),('an','messages:apihelp-query+prefixsearch-extended-description','s:560:\"es:A pesar de la similitud en los nombres, este módulo no pretende ser equivalente a [[Special:PrefixIndex]]; para eso, vea <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> con el parámetro <kbd> apprefix</kbd>. El propósito de este módulo es similar a <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: para tomar la entrada del usuario y proporcionar los mejores títulos coincidentes. Dependiendo del motor de búsqueda backend, esto puede incluir la corrección de errores, redirigir la evasión, u otras heurísticas.\";'),('an','messages:apihelp-query+prefixsearch-param-limit','s:46:\"es:Número máximo de resultados que devolver.\";'),('an','messages:apihelp-query+prefixsearch-param-namespace','s:121:\"es:Espacios de nombres que buscar. Se ignora si <var>$1search</var> comienza por un prefijo de espacio de nombre válido.\";'),('an','messages:apihelp-query+prefixsearch-param-offset','s:36:\"es:Número de resultados que omitir.\";'),('an','messages:apihelp-query+prefixsearch-param-profile','s:36:\"es:Perfil de búsqueda que utilizar.\";'),('an','messages:apihelp-query+prefixsearch-param-search','s:17:\"es:Buscar cadena.\";'),('an','messages:apihelp-query+prefixsearch-summary','s:59:\"es:Realice una búsqueda de prefijo de títulos de página.\";'),('an','messages:apihelp-query+protectedtitles-example-generator','s:78:\"es:Encuentra enlaces a títulos protegidos en el espacio de nombres principal.\";'),('an','messages:apihelp-query+protectedtitles-example-simple','s:30:\"es:Listar títulos protegidos.\";'),('an','messages:apihelp-query+protectedtitles-param-end','s:67:\"es:Terminar la enumeración en esta marca de tiempo de protección.\";'),('an','messages:apihelp-query+protectedtitles-param-level','s:57:\"es:Listar solo títulos con estos niveles de protección.\";'),('an','messages:apihelp-query+protectedtitles-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('an','messages:apihelp-query+protectedtitles-param-namespace','s:57:\"es:Listar solo los títulos en estos espacios de nombres.\";'),('an','messages:apihelp-query+protectedtitles-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+protectedtitles-param-start','s:66:\"es:Empezar la enumeración en esta marca de tiempo de protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"es:Añade el comentario de la protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:65:\"es:Añade la fecha y hora de cuando se levantará la protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:34:\"es:Agrega el nivel de protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:54:\"es:Añade el comentario analizado para la protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:66:\"es:Añade la marca de tiempo de cuando se añadió la protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:48:\"es:Agrega el usuario que agregó la protección.\";'),('an','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:65:\"es:Agrega el identificador de usuario que agregó la protección.\";'),('an','messages:apihelp-query+protectedtitles-summary','s:58:\"es:Mostrar todos los títulos protegidos contra creación.\";'),('an','messages:apihelp-query+querypage-example-ancientpages','s:51:\"es:Devolver resultados de [[Special:Ancientpages]].\";'),('an','messages:apihelp-query+querypage-param-limit','s:44:\"es:Número de resultados que se devolverán.\";'),('an','messages:apihelp-query+querypage-param-page','s:83:\"es:El nombre de la página especial. Recuerda, distingue mayúsculas y minúsculas.\";'),('an','messages:apihelp-query+querypage-summary','s:80:\"es:Obtenga una lista proporcionada por una página especial basada en QueryPage.\";'),('an','messages:apihelp-query+random-example-generator','s:88:\"es:Devuelve la información de dos páginas aleatorias del espacio de nombres principal.\";'),('an','messages:apihelp-query+random-example-simple','s:69:\"es:Devuelve dos páginas aleatorias del espacio de nombres principal.\";'),('an','messages:apihelp-query+random-extended-description','s:349:\"es:Las páginas aparecen enumeradas en una secuencia fija, solo que el punto de partida es aleatorio. Esto quiere decir que, si, por ejemplo, <samp>Portada</samp> es la primera página aleatoria de la lista, <samp>Lista de monos ficticios</samp> <em>siempre</em> será la segunda, <samp>Lista de personas en sellos de Vanuatu</samp> la tercera, etc.\";'),('an','messages:apihelp-query+random-param-filterredir','s:35:\"es:Cómo filtrar las redirecciones.\";'),('an','messages:apihelp-query+random-param-limit','s:63:\"es:Limita el número de páginas aleatorias que se devolverán.\";'),('an','messages:apihelp-query+random-param-namespace','s:59:\"es:Devolver solo las páginas de estos espacios de nombres.\";'),('an','messages:apihelp-query+random-param-redirect','s:54:\"es:Usa <kbd>$1filterredir=redirects</kbd> en su lugar.\";'),('an','messages:apihelp-query+random-summary','s:46:\"es:Obtener un conjunto de páginas aleatorias.\";'),('an','messages:apihelp-query+recentchanges-example-generator','s:71:\"es:Obtener información de página de cambios recientes no patrullados.\";'),('an','messages:apihelp-query+recentchanges-example-simple','s:30:\"es:Lista de cambios recientes.\";'),('an','messages:apihelp-query+recentchanges-param-end','s:51:\"es:El cronomarcador para finalizar la enumeración.\";'),('an','messages:apihelp-query+recentchanges-param-excludeuser','s:37:\"es:No listar cambios de este usuario.\";'),('an','messages:apihelp-query+recentchanges-param-generaterevisions','s:265:\"es:Cuando se utilice como generador, genera identificadores de revisión en lugar de títulos. Las entradas en la lista de cambios recientes que no tengan identificador de revisión asociado (por ejemplo, la mayoría de las entradas de registro) no generarán nada.\";'),('an','messages:apihelp-query+recentchanges-param-limit','s:44:\"es:Cuántos cambios en total se devolverán.\";'),('an','messages:apihelp-query+recentchanges-param-namespace','s:61:\"es:Filtrar cambios solamente a los espacios de nombres dados.\";'),('an','messages:apihelp-query+recentchanges-param-prop','s:46:\"es:Incluir piezas adicionales de información:\";'),('an','messages:apihelp-query+recentchanges-param-show','s:169:\"es:Muestra solo los elementos que cumplan estos criterios. Por ejemplo, para ver solo ediciones menores realizadas por usuarios conectados, introduce $1show=minor|!anon.\";'),('an','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('an','messages:apihelp-query+recentchanges-param-start','s:52:\"es:El sello de tiempo para comenzar la enumeración.\";'),('an','messages:apihelp-query+recentchanges-param-tag','s:45:\"es:Listar solo los cambios con esta etiqueta.\";'),('an','messages:apihelp-query+recentchanges-param-title','s:73:\"es:Filtrar entradas mostrando solo aquellas relacionadas con una página.\";'),('an','messages:apihelp-query+recentchanges-param-toponly','s:69:\"es:Enumerar solo las modificaciones que sean las últimas revisiones.\";'),('an','messages:apihelp-query+recentchanges-param-type','s:43:\"es:Cuántos tipos de cambios se mostrarán.\";'),('an','messages:apihelp-query+recentchanges-param-user','s:43:\"es:Listar solo los cambios de este usuario.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:39:\"es:Añade el comentario de la edición.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:34:\"es:Añade marcas para la edición.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:102:\"es:Añade los códigos ID de la página, de los cambios recientes y de las revisiones antigua y nueva.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:114:\"es:Añade información de registro (identificador de registro, tipo de registro, etc.) a las entradas de registro.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:51:\"es:Añade el comentario analizado para la edición.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:69:\"es:Etiqueta ediciones verificables como verificadas o no verificadas.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:58:\"es:Etiqueta la edición si la página es una redirección.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:92:\"es:Añade la suma de comprobación de contenido para las entradas asociadas a una revisión.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:73:\"es:Añade la longitud antigua y la longitud nueva de la página en bytes.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:39:\"es:Muestra las etiquetas de la entrada.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:42:\"es:Añade el cronomarcador de la edición.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:47:\"es:Añade el título de página de la edición.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:92:\"es:Añade el usuario responsable de la edición y añade una etiqueta si se trata de una IP.\";'),('an','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:66:\"es:Añade el identificador del usuario responsable de la edición.\";'),('an','messages:apihelp-query+recentchanges-summary','s:30:\"es:Enumerar cambios recientes.\";'),('an','messages:apihelp-query+redirects-example-generator','s:81:\"es:Obtener información sobre todas las redirecciones a la [[Main Page|Portada]].\";'),('an','messages:apihelp-query+redirects-example-simple','s:68:\"es:Mostrar una lista de las redirecciones a la [[Main Page|Portada]]\";'),('an','messages:apihelp-query+redirects-param-limit','s:41:\"es:Cuántas redirecciones se devolverán.\";'),('an','messages:apihelp-query+redirects-param-namespace','s:54:\"es:Incluir solo páginas de estos espacios de nombres.\";'),('an','messages:apihelp-query+redirects-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+redirects-param-show','s:176:\"es:Mostrar únicamente los elementos que cumplan con estos criterios:\n;fragment: mostrar solo redirecciones con fragmento.\n;!fragment: mostrar solo redirecciones sin fragmento.\";'),('an','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:50:\"es:Fragmento de cada redirección, si los hubiere.\";'),('an','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:49:\"es:Identificador de página de cada redirección.\";'),('an','messages:apihelp-query+redirects-paramvalue-prop-title','s:32:\"es:Título de cada redirección.\";'),('an','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('an','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('an','messages:apihelp-query+redirects-summary','s:57:\"es:Devuelve todas las redirecciones a las páginas dadas.\";'),('an','messages:apihelp-query+revisions+base-param-contentformat','s:107:\"es:Formato de serialización utilizado para <var>$1difftotext</var> y esperado para la salida de contenido.\";'),('an','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('an','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('an','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('an','messages:apihelp-query+revisions+base-param-expandtemplates','s:172:\"es:Usa <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> en su lugar.\nExpandir las plantillas en el contenido de la revisión (necesita $1prop=content).\";'),('an','messages:apihelp-query+revisions+base-param-generatexml','s:249:\"es:Usa <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> o <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> en su lugar.\nGenerar el árbol de análisis sintáctico XML para el contenido de la revisión (necesita $1prop=content).\";'),('an','messages:apihelp-query+revisions+base-param-limit','s:56:\"es:Limitar la cantidad de revisiones que se devolverán.\";'),('an','messages:apihelp-query+revisions+base-param-parse','s:222:\"es:Usa <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> en su lugar.\nAnalizar el contenido de la revisión (requiere $1prop=content). Por razones de rendimiento, si se usa esta opción, el valor de $1limit es forzado a 1.\";'),('an','messages:apihelp-query+revisions+base-param-prop','s:57:\"es:Las propiedades que se obtendrán para cada revisión:\";'),('an','messages:apihelp-query+revisions+base-param-section','s:64:\"es:Recuperar solamente el contenido de este número de sección.\";'),('an','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:44:\"es:Comentario del usuario para la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:42:\"es:Contenido de cada espacio de revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:60:\"es:Id. del modelo de contenido en cada espacio de revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:31:\"es:Marcas de revisión (menor).\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:36:\"es:El identificador de la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:54:\"es:Comentario analizado del usuario para la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:261:\"es:Usa <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> o <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> en su lugar.\nEl árbol de análisis sintáctico XML del contenido de la revisión (necesita el modelo de contenido <code>$1</code>).\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:35:\"es:SHA-1 (base 16) de la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:39:\"es:Longitud (en bytes) de la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:31:\"es:Etiquetas para la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:35:\"es:La fecha y hora de la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:37:\"es:Usuario que realizó la revisión.\";'),('an','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:56:\"es:Identificador de usuario del creador de la revisión.\";'),('an','messages:apihelp-query+revisions-example-content','s:112:\"es:Obtener datos con el contenido de la última revisión de los títulos <kbd>API</kbd> y <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+revisions-example-first5','s:61:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+revisions-example-first5-after','s:95:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd> realizadas después de 2006-05-01.\";'),('an','messages:apihelp-query+revisions-example-first5-not-localhost','s:131:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd> que no fueron realizadas por el usuario anónimo <kbd>127.0.0.1</kbd>.\";'),('an','messages:apihelp-query+revisions-example-first5-user','s:127:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd> que fueron realizadas por el usuario <kbd>MediaWiki default</kbd>.\";'),('an','messages:apihelp-query+revisions-example-last5','s:64:\"es:Mostrar las últimas 5 revisiones de la <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+revisions-extended-description','s:340:\"es:Puede ser utilizado de varias maneras:\n# Obtener datos sobre un conjunto de páginas (última revisión), estableciendo títulos o ID de paginas.\n# Obtener revisiones para una página determinada, usando títulos o ID de páginas con inicio, fin o límite.\n# Obtener datos sobre un conjunto de revisiones estableciendo sus ID con revids.\";'),('an','messages:apihelp-query+revisions-param-end','s:37:\"es:Enumerar hasta este cronomarcador.\";'),('an','messages:apihelp-query+revisions-param-endid','s:146:\"es:Detener la enumeración en la marca de tiempo de esta revisión. La revisión debe existir, pero no es necesario que pertenezca a esta página.\";'),('an','messages:apihelp-query+revisions-param-excludeuser','s:52:\"es:Excluir las revisiones realizadas por el usuario.\";'),('an','messages:apihelp-query+revisions-param-start','s:63:\"es:Marca de tiempo a partir de la cual empezar la enumeración.\";'),('an','messages:apihelp-query+revisions-param-startid','s:149:\"es:Iniciar la enumeración desde la marca de tiempo de esta revisión. La revisión debe existir, pero no es necesario que pertenezca a esta página.\";'),('an','messages:apihelp-query+revisions-param-tag','s:54:\"es:Mostrar solo revisiones marcadas con esta etiqueta.\";'),('an','messages:apihelp-query+revisions-param-user','s:57:\"es:Incluir solo las revisiones realizadas por el usuario.\";'),('an','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:57:\"es:Solo se puede usar con una sola página (modo n.º 2).\";'),('an','messages:apihelp-query+revisions-summary','s:40:\"es:Obtener información de la revisión.\";'),('an','messages:apihelp-query+search-example-generator','s:97:\"es:Obtener información acerca de las páginas devueltas por una búsqueda de <kbd>meaning</kbd>.\";'),('an','messages:apihelp-query+search-example-simple','s:29:\"es:Buscar <kbd>meaning</kbd>.\";'),('an','messages:apihelp-query+search-example-text','s:43:\"es:Buscar <kbd>meaning</kbd> en los textos.\";'),('an','messages:apihelp-query+search-param-backend','s:73:\"es:Qué servidor de búsqueda utilizar, si no es el servidor por defecto.\";'),('an','messages:apihelp-query+search-param-enablerewrites','s:210:\"es:Habilitar la reescritura de consultas internas. Algunos servidores de búsqueda pueden reescribir la consulta a una que considere que da mejores resultados, por ejemplo, corrigiendo las faltas ortográficas.\";'),('an','messages:apihelp-query+search-param-info','s:27:\"es:Qué metadatos devolver.\";'),('an','messages:apihelp-query+search-param-interwiki','s:63:\"es:Incluir resultados interwiki en la búsqueda, si es posible.\";'),('an','messages:apihelp-query+search-param-limit','s:45:\"es:Cuántas páginas en total se devolverán.\";'),('an','messages:apihelp-query+search-param-namespace','s:44:\"es:Buscar solo en estos espacios de nombres.\";'),('an','messages:apihelp-query+search-param-prop','s:35:\"es:Qué propiedades se devolverán:\";'),('an','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('an','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('an','messages:apihelp-query+search-param-sort','s:69:\"es:Establecer el orden de clasificación de los resultados devueltos.\";'),('an','messages:apihelp-query+search-param-what','s:34:\"es:Tipo de búsqueda que realizar.\";'),('an','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:66:\"es:Añade un fragmento analizado de la categoría correspondiente.\";'),('an','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:58:\"es:Añade datos adicionales generados por las extensiones.\";'),('an','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"es:Ignorado\";'),('an','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:86:\"es:Añade un booleano que indica si la búsqueda corresponde al contenido del archivo.\";'),('an','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:64:\"es:Añade un fragmento analizado del título de la redirección.\";'),('an','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:52:\"es:Añade el título de la redirección coincidente.\";'),('an','messages:apihelp-query+search-paramvalue-prop-score','s:12:\"es:Ignorado.\";'),('an','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:76:\"es:Añade un fragmento analizado del título de la sección correspondiente.\";'),('an','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:52:\"es:Añade el título de la sección correspondiente.\";'),('an','messages:apihelp-query+search-paramvalue-prop-size','s:44:\"es:Añade el tamaño de la página en bytes.\";'),('an','messages:apihelp-query+search-paramvalue-prop-snippet','s:47:\"es:Añade un fragmento analizado de la página.\";'),('an','messages:apihelp-query+search-paramvalue-prop-timestamp','s:66:\"es:Añade la marca de tiempo de la última edición de la página.\";'),('an','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:59:\"es:Añade un fragmento analizado del título de la página.\";'),('an','messages:apihelp-query+search-paramvalue-prop-wordcount','s:47:\"es:Añade el número de palabras de la página.\";'),('an','messages:apihelp-query+search-summary','s:44:\"es:Realizar una búsqueda de texto completa.\";'),('an','messages:apihelp-query+siteinfo-example-interwiki','s:51:\"es:Obtener una lista de prefijos interwiki locales.\";'),('an','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('an','messages:apihelp-query+siteinfo-example-simple','s:34:\"es:Obtener información del sitio.\";'),('an','messages:apihelp-query+siteinfo-param-filteriw','s:80:\"es:Devuelve solo entradas locales o solo entradas no locales del mapa interwiki.\";'),('an','messages:apihelp-query+siteinfo-param-inlanguagecode','s:109:\"es:Código de idioma para los nombres localizados de los idiomas (en el mejor intento posible) y apariencias.\";'),('an','messages:apihelp-query+siteinfo-param-numberingroup','s:60:\"es:Muestra el número de usuarios en los grupos de usuarios.\";'),('an','messages:apihelp-query+siteinfo-param-prop','s:34:\"es:Qué información se obtendrá:\";'),('an','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:84:\"es:Devuelve el servidor de base de datos con el retraso de replicación más grande.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:72:\"es:Devuelve los valores predeterminados de las preferencias del usuario.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:50:\"es:Devuelve las extensiones instaladas en la wiki.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:65:\"es:Devuelve una lista de las etiquetas extensoras del analizador.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:72:\"es:Devuelve una lista de extensiones de archivo permitidas para subirse.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:35:\"es:Información global del sistema.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:128:\"es:Devuelve el mapa interwiki (opcionalmente filtrado, opcionalmente localizado mediante el uso de <var>$1inlanguagecode</var>).\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:132:\"es:Devuelve una lista de los idiomas que admite MediaWiki (opcionalmente localizada mediante el uso de <var>$1inlanguagecode</var>).\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:50:\"es:Devuelve las bibliotecas instaladas en la wiki.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:42:\"es:Lista de palabras mágicas y sus alias.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:52:\"es:Lista de alias registrados de espacios de nombres\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:69:\"es:Lista de espacios de nombres registrados y sus nombres canónicos.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:80:\"es:Devuelve una lista de los protocolos que se permiten en los enlaces externos.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:79:\"es:Devuelve información sobre tipos de restricciones (protección) disponible.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:80:\"es:Devuelve información de permisos (licencia) de la wiki, si está disponible.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:177:\"es:Devuelve una lista de todas las apariencias habilitadas (opcionalmente localizada mediante el uso de <var>$1inlanguagecode</var>, de lo contrario en el idioma del contenido).\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:41:\"es:Lista de alias de páginas especiales.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:40:\"es:Devuelve las estadísticas del sitio.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:60:\"es:Devuelve los grupos de usuarios y los permisos asociados.\";'),('an','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:51:\"es:Devuelve una lista de identificadores variables.\";'),('an','messages:apihelp-query+siteinfo-summary','s:58:\"es:Devolver información general acerca de la página web.\";'),('an','messages:apihelp-query+stashimageinfo-example-params','s:54:\"es:Devuelve las miniaturas de dos archivos escondidos.\";'),('an','messages:apihelp-query+stashimageinfo-example-simple','s:51:\"es:Devuelve información para un archivo escondido.\";'),('an','messages:apihelp-query+stashimageinfo-param-filekey','s:85:\"es:Clave que identifica una carga anterior que se guardó en el almacén provisional.\";'),('an','messages:apihelp-query+stashimageinfo-param-sessionkey','s:48:\"es:Alias de $1filekey, para retrocompatibilidad.\";'),('an','messages:apihelp-query+stashimageinfo-summary','s:62:\"es:Devuelve información del archivo para archivos escondidos.\";'),('an','messages:apihelp-query+tags-example-simple','s:37:\"es:Enumera las etiquetas disponibles.\";'),('an','messages:apihelp-query+tags-param-limit','s:49:\"es:El número máximo de etiquetas para enumerar.\";'),('an','messages:apihelp-query+tags-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"es:Si la etiqueta aún se sigue aplicando.\";'),('an','messages:apihelp-query+tags-paramvalue-prop-defined','s:41:\"es:Indicar si la etiqueta está definida.\";'),('an','messages:apihelp-query+tags-paramvalue-prop-description','s:41:\"es:Añade la descripción de la etiqueta.\";'),('an','messages:apihelp-query+tags-paramvalue-prop-displayname','s:49:\"es:Agrega el mensaje de sistema para la etiqueta.\";'),('an','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:83:\"es:Añade el número de revisiones y entradas de registro que tienen esta etiqueta.\";'),('an','messages:apihelp-query+tags-paramvalue-prop-name','s:35:\"es:Añade el nombre de la etiqueta.\";'),('an','messages:apihelp-query+tags-paramvalue-prop-source','s:209:\"es:Obtiene las fuentes de la etiqueta, que pueden incluir <samp>extension</samp> para etiquetas definidas por extensiones y <samp>manual</samp> para etiquetas que pueden aplicarse manualmente por los usuarios.\";'),('an','messages:apihelp-query+tags-summary','s:43:\"es:Enumerar las etiquetas de modificación.\";'),('an','messages:apihelp-query+templates-example-generator','s:96:\"es:Obtener información sobre las páginas de las plantillas utilizadas en <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+templates-example-namespaces','s:140:\"es:Obtener las páginas de los espacios de nombres {{ns:user}} y {{ns:template}} que están transcluidas en la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+templates-example-simple','s:71:\"es:Obtener las plantillas que se usan en la página <kbd>Portada</kbd>.\";'),('an','messages:apihelp-query+templates-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('an','messages:apihelp-query+templates-param-limit','s:38:\"es:Cuántas plantillas se devolverán.\";'),('an','messages:apihelp-query+templates-param-namespace','s:61:\"es:Mostrar plantillas solamente en estos espacios de nombres.\";'),('an','messages:apihelp-query+templates-param-templates','s:116:\"es:Mostrar solo estas plantillas. Útil para comprobar si una determinada página utiliza una determinada plantilla.\";'),('an','messages:apihelp-query+templates-summary','s:66:\"es:Devuelve todas las páginas transcluidas en las páginas dadas.\";'),('an','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('an','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('an','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('an','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('an','messages:apihelp-query+transcludedin-example-generator','s:80:\"es:Obtener información sobre las páginas que transcluyen <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+transcludedin-example-simple','s:68:\"es:Obtener una lista de páginas transcluyendo <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query+transcludedin-param-limit','s:27:\"es:Cuántos se devolverán.\";'),('an','messages:apihelp-query+transcludedin-param-namespace','s:58:\"es:Incluir solo las páginas en estos espacios de nombres.\";'),('an','messages:apihelp-query+transcludedin-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('an','messages:apihelp-query+transcludedin-param-show','s:167:\"es:Muestra solo los elementos que cumplen estos criterios:\n;redirect: Muestra solamente redirecciones.\n;!redirect: Muestra solamente páginas que no son redirecciones.\";'),('an','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:33:\"es:Identificador de cada página.\";'),('an','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:44:\"es:Marcar si la página es una redirección.\";'),('an','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:27:\"es:Título de cada página.\";'),('an','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('an','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('an','messages:apihelp-query+transcludedin-summary','s:67:\"es:Encuentra todas las páginas que transcluyan las páginas dadas.\";'),('an','messages:apihelp-query+usercontribs-example-ipprefix','s:93:\"es:Mostrar las contribuciones de todas las direcciones IP con el prefijo <kbd>192.0.2.</kbd>.\";'),('an','messages:apihelp-query+usercontribs-example-user','s:57:\"es:Mostrar contribuciones del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('an','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('an','messages:apihelp-query+usercontribs-param-limit','s:56:\"es:Número máximo de contribuciones que se devolverán.\";'),('an','messages:apihelp-query+usercontribs-param-namespace','s:65:\"es:Enumerar solo las contribuciones en estos espacios de nombres.\";'),('an','messages:apihelp-query+usercontribs-param-prop','s:46:\"es:Incluir piezas adicionales de información:\";'),('an','messages:apihelp-query+usercontribs-param-show','s:374:\"es:Mostrar solo los elementos que coinciden con estos criterios. Por ejemplo, solo ediciones no menores: <kbd>$2show=!minor</kbd>.\n\nSi se establece <kbd>$2show=patrolled</kbd> o <kbd>$2show=!patrolled</kbd>, no se mostrarán las revisiones con una antigüedad mayor que <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|segundo|segundos}}).\";'),('an','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('an','messages:apihelp-query+usercontribs-param-tag','s:50:\"es:Enumerar solo las revisiones con esta etiqueta.\";'),('an','messages:apihelp-query+usercontribs-param-toponly','s:69:\"es:Enumerar solo las modificaciones que sean las últimas revisiones.\";'),('an','messages:apihelp-query+usercontribs-param-user','s:149:\"es:Los usuarios para los cuales se desea recuperar las contribuciones. No se puede utilizar junto con <var>$1userids</var> o <var>$1userprefix</var>.\";'),('an','messages:apihelp-query+usercontribs-param-userids','s:172:\"es:Los identificadores de los usuarios para los cuales se desea recuperar las contribuciones. No se puede utilizar junto con <var>$1userids</var> o <var>$1userprefix</var>.\";'),('an','messages:apihelp-query+usercontribs-param-userprefix','s:166:\"es:Recuperar las contribuciones de todos los usuarios cuyos nombres comienzan con este valor. No se puede utilizar junto con <var>$1user</var> o <var>$1userids</var>.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:39:\"es:Añade el comentario de la edición.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:36:\"es:Añade las marcas de la edición.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:56:\"es:Añade el identificador de página y el de revisión.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:49:\"es:Añade el comentario analizado de la edición.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:34:\"es:Etiqueta ediciones verificadas.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:42:\"es:Añade el nuevo tamaño de la edición.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:77:\"es:Añade la diferencia de tamaño de la edición respecto de su progenitora.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:40:\"es:Lista las etiquetas para la edición.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:38:\"es:Añade fecha y hora de la edición.\";'),('an','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('an','messages:apihelp-query+usercontribs-summary','s:57:\"es:Obtener todas las ediciones realizadas por un usuario.\";'),('an','messages:apihelp-query+userinfo-example-data','s:58:\"es:Obtener información adicional sobre el usuario actual.\";'),('an','messages:apihelp-query+userinfo-example-simple','s:48:\"es:Obtener información sobre el usuario actual.\";'),('an','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('an','messages:apihelp-query+userinfo-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:103:\"es:Reenvía la cabecera <code>Accept-Language</code> enviada por el cliente en un formato estructurado.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:72:\"es:Etiqueta si el usuario está bloqueado, por quién y por qué motivo.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:74:\"es:Enumera los grupos a los que el usuario actual se puede unir o retirar.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:53:\"es:Añade el número de ediciones del usuario actual.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-email','s:99:\"es:Añade la dirección de correo electrónico del usuario y la fecha de autenticación por correo.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:146:\"es:Enumera los grupos a los que se ha asignado explícitamente al usuario actual, incluida la fecha de expiración de la pertenencia a cada grupo.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:61:\"es:Lista todos los grupos al que pertenece el usuario actual.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:92:\"es:Añade una etiqueta <samp>messages</samp> si el usuario actual tiene mensajes pendientes.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:83:\"es:Enumera todos los grupos a los que pertenece automáticamente el usuario actual.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-options','s:71:\"es:Lista todas las preferencias que haya establecido el usuario actual.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:69:\"es:Lista todos los límites de velocidad aplicados al usuario actual.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:37:\"es:Añade el nombre real del usuario.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:43:\"es:Añade la fecha de registro del usuario.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:56:\"es:Lista todos los permisos que tiene el usuario actual.\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('an','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:146:\"es:Añade el recuento de páginas no leídas de la lista de seguimiento del usuario (máximo $1, devuelve <samp>$2</samp> si el número es mayor).\";'),('an','messages:apihelp-query+userinfo-summary','s:48:\"es:Obtener información sobre el usuario actual.\";'),('an','messages:apihelp-query+users-example-simple','s:56:\"es:Devolver información del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('an','messages:apihelp-query+users-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('an','messages:apihelp-query+users-param-userids','s:76:\"es:Una lista de identificadores de usuarios de los que obtener información.\";'),('an','messages:apihelp-query+users-param-users','s:57:\"es:Una lista de usuarios de los que obtener información.\";'),('an','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:72:\"es:Etiqueta si el usuario está bloqueado, por quién y por qué razón.\";'),('an','messages:apihelp-query+users-paramvalue-prop-cancreate','s:92:\"es:Indica si se puede crear una cuenta para nombres de usuario válidos pero no registrados.\";'),('an','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('an','messages:apihelp-query+users-paramvalue-prop-editcount','s:46:\"es:Añade el número de ediciones del usuario.\";'),('an','messages:apihelp-query+users-paramvalue-prop-emailable','s:101:\"es:Marca si el usuario puede y quiere recibir correo electrónico a través de [[Special:Emailuser]].\";'),('an','messages:apihelp-query+users-paramvalue-prop-gender','s:85:\"es:Etiqueta el género del usuario. Devuelve \"masculino\", \"femenino\" o \"desconocido\".\";'),('an','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('an','messages:apihelp-query+users-paramvalue-prop-groups','s:59:\"es:Lista todos los grupos a los que pertenece cada usuario.\";'),('an','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:76:\"es:Enumera todos los grupos a los que pertenece automáticamente un usuario.\";'),('an','messages:apihelp-query+users-paramvalue-prop-registration','s:52:\"es:Añade el cronomarcador del registro del usuario.\";'),('an','messages:apihelp-query+users-paramvalue-prop-rights','s:53:\"es:Enumera todos los permisos que tiene cada usuario.\";'),('an','messages:apihelp-query+users-summary','s:52:\"es:Obtener información sobre una lista de usuarios.\";'),('an','messages:apihelp-query+watchlist-example-allrev','s:116:\"es:Obtener información sobre todos los cambios recientes de páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('an','messages:apihelp-query+watchlist-example-generator','s:119:\"es:Obtener información de página de las páginas con cambios recientes de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlist-example-generator-rev','s:120:\"es:Obtener información de revisión de los cambios recientes de páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlist-example-props','s:141:\"es:Obtener información adicional sobre la última revisión de páginas con cambios recientes en la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlist-example-simple','s:116:\"es:Enumera la última revisión de las páginas con cambios recientes de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlist-example-wlowner','s:125:\"es:Enumerar la última revisión de páginas con cambios recientes de la lista de seguimiento del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('an','messages:apihelp-query+watchlist-param-end','s:51:\"es:El cronomarcador para finalizar la enumeración.\";'),('an','messages:apihelp-query+watchlist-param-excludeuser','s:37:\"es:No listar cambios de este usuario.\";'),('an','messages:apihelp-query+watchlist-param-limit','s:56:\"es:Número de resultados que devolver en cada petición.\";'),('an','messages:apihelp-query+watchlist-param-namespace','s:61:\"es:Filtrar cambios solamente a los espacios de nombres dados.\";'),('an','messages:apihelp-query+watchlist-param-owner','s:86:\"es:Utilizado junto con $1token para acceder a la lista de seguimiento de otro usuario.\";'),('an','messages:apihelp-query+watchlist-param-prop','s:46:\"es:Qué propiedades adicionales se obtendrán:\";'),('an','messages:apihelp-query+watchlist-param-show','s:169:\"es:Muestra solo los elementos que cumplan estos criterios. Por ejemplo, para ver solo ediciones menores realizadas por usuarios conectados, introduce $1show=minor|!anon.\";'),('an','messages:apihelp-query+watchlist-param-start','s:51:\"es:El sello de tiempo para comenzar la enumeración\";'),('an','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('an','messages:apihelp-query+watchlist-param-type','s:33:\"es:Qué tipos de cambios mostrar:\";'),('an','messages:apihelp-query+watchlist-param-user','s:49:\"es:Mostrar solamente los cambios de este usuario.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:39:\"es:Añade el comentario de la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:34:\"es:Agregar el tiempo de caducidad.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:34:\"es:Añade marcas para la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:54:\"es:Añade identificadores de revisiones y de páginas.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:55:\"es:Añade información del registro cuando corresponda.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:97:\"es:Añade fecha y hora de cuando el usuario fue notificado por última vez acerca de la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:49:\"es:Añade el comentario analizado de la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:49:\"es:Etiqueta las ediciones que están verificadas.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:53:\"es:Añade la longitud vieja y la nueva de la página.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:39:\"es:Enumera las etiquetas de la entrada.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:42:\"es:Añade el cronomarcador de la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-title','s:35:\"es:Añade el título de la página.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-user','s:42:\"es:Añade el usuario que hizo la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:64:\"es:Añade el identificador de usuario de quien hizo la edición.\";'),('an','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:40:\"es:Cambios de pertenencia a categorías.\";'),('an','messages:apihelp-query+watchlist-paramvalue-type-edit','s:32:\"es:Ediciones comunes en páginas\";'),('an','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"es:Cambios externos.\";'),('an','messages:apihelp-query+watchlist-paramvalue-type-log','s:25:\"es:Entradas del registro.\";'),('an','messages:apihelp-query+watchlist-paramvalue-type-new','s:26:\"es:Creaciones de páginas.\";'),('an','messages:apihelp-query+watchlist-summary','s:95:\"es:Obtener los cambios recientes de las páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlistraw-example-generator','s:86:\"es:Obtener información de las páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlistraw-example-simple','s:69:\"es:Listar las páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query+watchlistraw-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('an','messages:apihelp-query+watchlistraw-param-fromtitle','s:87:\"es:Título (con el prefijo de espacio de nombres) desde el que se empezará a enumerar.\";'),('an','messages:apihelp-query+watchlistraw-param-limit','s:56:\"es:Número de resultados que devolver en cada petición.\";'),('an','messages:apihelp-query+watchlistraw-param-namespace','s:67:\"es:Mostrar solamente las páginas de los espacios de nombres dados.\";'),('an','messages:apihelp-query+watchlistraw-param-owner','s:86:\"es:Utilizado junto con $1token para acceder a la lista de seguimiento de otro usuario.\";'),('an','messages:apihelp-query+watchlistraw-param-prop','s:46:\"es:Qué propiedades adicionales se obtendrán:\";'),('an','messages:apihelp-query+watchlistraw-param-show','s:62:\"es:Mostrar solo los elementos que cumplen con estos criterios.\";'),('an','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('an','messages:apihelp-query+watchlistraw-param-totitle','s:86:\"es:Título (con el prefijo de espacio de nombres) desde el que se dejará de enumerar.\";'),('an','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:86:\"es:Añade la marca de tiempo de la última notificación al usuario sobre la edición.\";'),('an','messages:apihelp-query+watchlistraw-summary','s:76:\"es:Obtener todas las páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-query-example-allpages','s:68:\"es:Obtener revisiones de páginas que comiencen por <kbd>API/</kbd>.\";'),('an','messages:apihelp-query-example-revisions','s:141:\"es:Busque [[Special:ApiHelp/query+siteinfo|información del sitio]] y [[Special:ApiHelp/query+revisions|revisiones]] de <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-query-extended-description','s:147:\"es:Todas las modificaciones de datos tendrán que utilizar primero la consulta para adquirir un token para evitar el abuso desde sitios maliciosos.\";'),('an','messages:apihelp-query-param-export','s:70:\"es:Exportar las revisiones actuales de las páginas dadas o generadas.\";'),('an','messages:apihelp-query-param-exportnowrap','s:148:\"es:Devuelve el XML de exportación sin envolverlo en un resultado XML (mismo formato que [[Special:Export]]). Solo se puede usar junto con $1export.\";'),('an','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('an','messages:apihelp-query-param-indexpageids','s:99:\"es:Incluir una sección de ID de páginas adicional en la que se muestran todas las ID de páginas.\";'),('an','messages:apihelp-query-param-iwurl','s:52:\"es:Si la URL completa si el título es un interwiki.\";'),('an','messages:apihelp-query-param-list','s:23:\"es:Qué listas obtener.\";'),('an','messages:apihelp-query-param-meta','s:26:\"es:Qué metadatos obtener.\";'),('an','messages:apihelp-query-param-prop','s:58:\"es:Qué propiedades obtener para las páginas consultadas.\";'),('an','messages:apihelp-query-param-rawcontinue','s:74:\"es:Devuelve los datos <samp>query-continue</samp> en bruto para continuar.\";'),('an','messages:apihelp-query-summary','s:38:\"es:Obtener datos de y sobre MediaWiki.\";'),('an','messages:apihelp-rawfm-summary','s:110:\"es:Extraer los datos de salida, incluidos los elementos de depuración, en formato JSON (embellecido en HTML).\";'),('an','messages:apihelp-removeauthenticationdata-example-simple','s:91:\"es:Trata de eliminar los datos del usuario actual para <kbd>FooAuthenticationRequest</kbd>.\";'),('an','messages:apihelp-removeauthenticationdata-summary','s:60:\"es:Elimina los datos de autentificación del usuario actual.\";'),('an','messages:apihelp-resetpassword-example-email','s:145:\"es:Enviar un correo de recuperación de contraseña para todos los usuarios con dirección de correo electrónico <kbd>usuario@ejemplo.com</kbd>.\";'),('an','messages:apihelp-resetpassword-example-user','s:82:\"es:Enviar un correo de recuperación de contraseña al usuario <kbd>Ejemplo</kbd>.\";'),('an','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('an','messages:apihelp-resetpassword-param-email','s:74:\"es:Dirección de correo electrónico del usuario que se va a reinicializar\";'),('an','messages:apihelp-resetpassword-param-user','s:42:\"es:Usuario en proceso de reinicialización\";'),('an','messages:apihelp-resetpassword-summary','s:71:\"es:Enviar un email de reinicialización de la contraseña a un usuario.\";'),('an','messages:apihelp-revisiondelete-example-log','s:109:\"es:Ocultar todos los datos de la entrada de registro <kbd>67890</kbd> con el motivo <kbd>BLP violation</kbd>.\";'),('an','messages:apihelp-revisiondelete-example-revision','s:92:\"es:Ocultar el contenido de la revisión <kbd>12345</kbd> de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-revisiondelete-param-hide','s:34:\"es:Qué ocultar en cada revisión.\";'),('an','messages:apihelp-revisiondelete-param-ids','s:49:\"es:Identificadores de las revisiones para borrar.\";'),('an','messages:apihelp-revisiondelete-param-reason','s:45:\"es:Motivo de la eliminación o restauración.\";'),('an','messages:apihelp-revisiondelete-param-show','s:34:\"es:Qué mostrar en cada revisión.\";'),('an','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('an','messages:apihelp-revisiondelete-param-tags','s:65:\"es:Etiquetas que aplicar a la entrada en el registro de borrados.\";'),('an','messages:apihelp-revisiondelete-param-target','s:97:\"es:Título de la página para el borrado de la revisión, en caso de ser necesario para ese tipo.\";'),('an','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('an','messages:apihelp-revisiondelete-summary','s:34:\"es:Eliminar y restaurar revisiones\";'),('an','messages:apihelp-rollback-example-simple','s:104:\"es:Revertir las últimas ediciones de la página <kbd>Main Page</kbd> por el usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-rollback-example-summary','s:231:\"es:Revertir las últimas ediciones de la página <kbd>Main Page</kbd> por el usuario de IP <kbd>192.0.2.5</kbd> con resumen <kbd>Reverting vandalism</kbd>, y marcar esas ediciones y la reversión como ediciones realizadas por bots.\";'),('an','messages:apihelp-rollback-extended-description','s:113:\"es:Si el último usuario que editó la página hizo varias ediciones consecutivas, todas ellas serán revertidas.\";'),('an','messages:apihelp-rollback-param-markbot','s:79:\"es:Marca las ediciones como revertidas y las revierte como ediciones de un bot.\";'),('an','messages:apihelp-rollback-param-pageid','s:91:\"es:Identificador de la página que revertir. No se puede usar junto con <var>$1title</var>.\";'),('an','messages:apihelp-rollback-param-summary','s:88:\"es:Resumen de edición personalizado. Si se deja vacío se utilizará el predeterminado.\";'),('an','messages:apihelp-rollback-param-tags','s:41:\"es:Etiquetas que aplicar a la reversión.\";'),('an','messages:apihelp-rollback-param-title','s:86:\"es:Título de la página que revertir. No se puede usar junto con <var>$1pageid</var>.\";'),('an','messages:apihelp-rollback-param-user','s:56:\"es:Nombre del usuario cuyas ediciones se van a revertir.\";'),('an','messages:apihelp-rollback-param-watchlist','s:140:\"es:Añadir o borrar incondicionalmente la página de la lista de seguimiento del usuario actual, usar preferencias o no cambiar seguimiento.\";'),('an','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-rollback-summary','s:46:\"es:Deshacer la última edición de la página.\";'),('an','messages:apihelp-rsd-example-simple','s:27:\"es:Exportar el esquema RSD.\";'),('an','messages:apihelp-rsd-summary','s:80:\"es:Exportar un esquema RSD (Really Simple Discovery; Descubrimiento Muy Simple).\";'),('an','messages:apihelp-setnotificationtimestamp-example-all','s:87:\"es:Restablecer el estado de notificación para la totalidad de la lista de seguimiento.\";'),('an','messages:apihelp-setnotificationtimestamp-example-allpages','s:104:\"es:Restablecer el estado de notificación de las páginas del espacio de nombres <kbd>{{ns:user}}</kbd>.\";'),('an','messages:apihelp-setnotificationtimestamp-example-page','s:66:\"es:Restablecer el estado de notificación de <kbd>Main page</kbd>.\";'),('an','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:167:\"es:Fijar la marca de tiempo de notificación de <kbd>Main page</kbd> para que todas las ediciones posteriores al 1 de enero de 2012 estén consideradas como no vistas.\";'),('an','messages:apihelp-setnotificationtimestamp-extended-description','s:206:\"es:Esto afecta a la función de resaltado de las páginas modificadas en la lista de seguimiento y al envío de correo electrónico cuando la preferencia \"{{int:tog-enotifwatchlistpages}}\" está habilitada.\";'),('an','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:49:\"es:Trabajar en todas las páginas en seguimiento.\";'),('an','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:97:\"es:Revisión a la que fijar la marca de tiempo de notificación más reciente (una sola página).\";'),('an','messages:apihelp-setnotificationtimestamp-param-timestamp','s:79:\"es:Fecha y hora a las cuales debe fijarse el cronomarcador de la notificación.\";'),('an','messages:apihelp-setnotificationtimestamp-param-torevid','s:83:\"es:Revisión a la que fijar la marca de tiempo de notificación (una sola página).\";'),('an','messages:apihelp-setnotificationtimestamp-summary','s:93:\"es:Actualizar la marca de tiempo de notificación de las páginas en la lista de seguimiento.\";'),('an','messages:apihelp-setpagelanguage-example-default','s:111:\"es:Cambiar el idioma de la página con identificador 123 al idioma predeterminado para el contenido de la wiki.\";'),('an','messages:apihelp-setpagelanguage-example-language','s:56:\"es:Cambiar el idioma de <kbd>Main Page</kbd> al euskera.\";'),('an','messages:apihelp-setpagelanguage-extended-description-disabled','s:188:\"es:En esta wiki no se permite modificar el idioma de las páginas.\n\nActiva <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> para utilizar esta acción.\";'),('an','messages:apihelp-setpagelanguage-param-lang','s:163:\"es:Código del idioma al que se desea cambiar la página. Usa <kbd>default</kbd> para restablecer la página al idioma predeterminado para el contenido de la wiki.\";'),('an','messages:apihelp-setpagelanguage-param-pageid','s:105:\"es:Identificador de la página cuyo idioma deseas cambiar. No se puede usar junto con <var>$1title</var>.\";'),('an','messages:apihelp-setpagelanguage-param-reason','s:21:\"es:Motivo del cambio.\";'),('an','messages:apihelp-setpagelanguage-param-tags','s:89:\"es:Cambiar las etiquetas que aplicar a la entrada de registro resultante de esta acción.\";'),('an','messages:apihelp-setpagelanguage-param-title','s:100:\"es:Título de la página cuyo idioma deseas cambiar. No se puede usar junto con <var>$1pageid</var>.\";'),('an','messages:apihelp-setpagelanguage-summary','s:36:\"es:Cambiar el idioma de una página.\";'),('an','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('an','messages:apihelp-stashedit-param-baserevid','s:41:\"es:Identificador de la revisión de base.\";'),('an','messages:apihelp-stashedit-param-contentformat','s:77:\"es:Formato de serialización de contenido utilizado para el texto de entrada.\";'),('an','messages:apihelp-stashedit-param-contentmodel','s:30:\"es:Modelo del contenido nuevo.\";'),('an','messages:apihelp-stashedit-param-section','s:107:\"es:Número de la sección. <kbd>0</kbd> para una sección superior, <kbd>new</kbd> para una sección nueva.\";'),('an','messages:apihelp-stashedit-param-sectiontitle','s:36:\"es:El título de una sección nueva.\";'),('an','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('an','messages:apihelp-stashedit-param-summary','s:22:\"es:Resumen de cambios.\";'),('an','messages:apihelp-stashedit-param-text','s:27:\"es:Contenido de la página.\";'),('an','messages:apihelp-stashedit-param-title','s:47:\"es:Título de la página que se está editando.\";'),('an','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('an','messages:apihelp-summary','s:3:\"en:\";'),('an','messages:apihelp-tag-example-log','s:129:\"es:Eliminar la etiqueta <kbd>spam</kbd> de la entrada del registro con identificador 123 con el motivo <kbd>Wrongly applied</kbd>\";'),('an','messages:apihelp-tag-example-rev','s:103:\"es:Añadir la etiqueta <kbd>vandalism</kbd> al identificador de revisión 123 sin especificar un motivo\";'),('an','messages:apihelp-tag-param-add','s:81:\"es:Etiquetas que añadir. Solo se pueden añadir etiquetas definidas manualmente.\";'),('an','messages:apihelp-tag-param-logid','s:96:\"es:Uno o más identificadores de entradas del registro a los que agregar o eliminar la etiqueta.\";'),('an','messages:apihelp-tag-param-rcid','s:90:\"es:Uno o más identificadores de cambios recientes a los que añadir o borrar la etiqueta.\";'),('an','messages:apihelp-tag-param-reason','s:21:\"es:Motivo del cambio.\";'),('an','messages:apihelp-tag-param-remove','s:107:\"es:Etiquetas que borrar. Solo se pueden borrar etiquetas definidas manualmente o completamente indefinidas.\";'),('an','messages:apihelp-tag-param-revid','s:82:\"es:Uno o más identificadores de revisión a los que añadir o borrar la etiqueta.\";'),('an','messages:apihelp-tag-param-tags','s:98:\"es:Etiquetas que aplicar a la entrada de registro que se generará como resultado de esta acción.\";'),('an','messages:apihelp-tag-summary','s:97:\"es:Añadir o borrar etiquetas de modificación de revisiones individuales o entradas de registro.\";'),('an','messages:apihelp-unblock-example-id','s:47:\"es:Desbloquear el bloqueo de ID #<kbd>105</kbd>\";'),('an','messages:apihelp-unblock-example-user','s:75:\"es:Desbloquear al usuario <kbd>Bob</kbd> con el motivo <kbd>Sorry Bob</kbd>\";'),('an','messages:apihelp-unblock-param-id','s:170:\"es:Identificador del bloqueo que se desea desbloquear (obtenido mediante <kbd>list=blocks</kbd>). No se puede usar junto con with <var>$1user</var> o <var>$1userid</var>.\";'),('an','messages:apihelp-unblock-param-reason','s:25:\"es:Motivo del desbloqueo.\";'),('an','messages:apihelp-unblock-param-tags','s:77:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de bloqueos.\";'),('an','messages:apihelp-unblock-param-user','s:153:\"es:Nombre de usuario, dirección IP o intervalo de direcciones IP para desbloquear. No se puede utilizar junto con <var>$1id</var> o <var>$1userid</var>.\";'),('an','messages:apihelp-unblock-param-userid','s:101:\"es:ID de usuario que desbloquear. No se puede utilizar junto con <var>$1id</var> o <var>$1user</var>.\";'),('an','messages:apihelp-unblock-summary','s:26:\"es:Desbloquear un usuario.\";'),('an','messages:apihelp-undelete-example-page','s:45:\"es:Restaurar la página <kbd>Main page</kbd>.\";'),('an','messages:apihelp-undelete-example-revisions','s:63:\"es:Restaurar dos revisiones de la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('an','messages:apihelp-undelete-param-fileids','s:158:\"es:Identificadores de las revisiones que se desea restaurar. Si tanto <var>$1timestamps</var> como <var>$1fileids</var> están vacíos, se restaurarán todas.\";'),('an','messages:apihelp-undelete-param-reason','s:30:\"es:Motivo de la restauración.\";'),('an','messages:apihelp-undelete-param-tags','s:78:\"es:Cambiar las etiquetas para aplicar a la entrada en el registro de borrados.\";'),('an','messages:apihelp-undelete-param-timestamps','s:159:\"es:Marcas de tiempo de las revisiones que se desea restaurar. Si tanto <var>$1timestamps</var> como <var>$1fileids</var> están vacíos, se restaurarán todas.\";'),('an','messages:apihelp-undelete-param-title','s:39:\"es:Título de la página que restaurar.\";'),('an','messages:apihelp-undelete-param-undeletetalk','s:83:\"es:Restaurar todas las revisiones de la página de discusión asociada, si existen.\";'),('an','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('an','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-undelete-summary','s:47:\"es:Restaurar revisiones de una página borrada.\";'),('an','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('an','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('an','messages:apihelp-upload-example-filekey','s:57:\"es:Completar una subida que falló debido a advertencias.\";'),('an','messages:apihelp-upload-example-url','s:23:\"es:Subir desde una URL.\";'),('an','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('an','messages:apihelp-upload-param-async','s:101:\"es:Realizar de forma asíncrona las operaciones de archivo potencialmente grandes cuando sea posible.\";'),('an','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('an','messages:apihelp-upload-param-chunk','s:27:\"es:Contenido del fragmento.\";'),('an','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('an','messages:apihelp-upload-param-file','s:25:\"es:Contenido del archivo.\";'),('an','messages:apihelp-upload-param-filekey','s:85:\"es:Clave que identifica una carga anterior que se guardó en el almacén provisional.\";'),('an','messages:apihelp-upload-param-filename','s:33:\"es:Nombre del archivo de destino.\";'),('an','messages:apihelp-upload-param-filesize','s:40:\"es:Tamaño de archivo total de la carga.\";'),('an','messages:apihelp-upload-param-ignorewarnings','s:28:\"es:Ignorar las advertencias.\";'),('an','messages:apihelp-upload-param-offset','s:36:\"es:Posición del fragmento en bytes.\";'),('an','messages:apihelp-upload-param-sessionkey','s:71:\"es:Idéntico a $1filekey, mantenido por razones de retrocompatibilidad.\";'),('an','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('an','messages:apihelp-upload-param-tags','s:110:\"es:Cambiar etiquetas para aplicar a la entrada del registro de subidas y a la revisión de página de archivo.\";'),('an','messages:apihelp-upload-param-text','s:49:\"es:Texto de página inicial para archivos nuevos.\";'),('an','messages:apihelp-upload-param-url','s:36:\"es:URL de la que obtener el archivo.\";'),('an','messages:apihelp-upload-param-watch','s:22:\"es:Vigilar la página.\";'),('an','messages:apihelp-upload-param-watchlist','s:161:\"es:Añadir o borrar incondicionalmente la página de la lista de seguimiento del usuario actual, utilizar las preferencias o no cambiar el estado de seguimiento.\";'),('an','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('an','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('an','messages:apihelp-userrights-example-expiry','s:83:\"es:Añadir al usuario <kbd>SometimeSysop</kbd> al grupo <kbd>sysop</kbd> por 1 mes.\";'),('an','messages:apihelp-userrights-example-user','s:132:\"es:Agregar al usuario <kbd>FooBot</kbd> al grupo <kbd>bot</kbd> y eliminarlo de los grupos <kbd>sysop</kbd> y <kbd>bureaucrat</kbd>.\";'),('an','messages:apihelp-userrights-example-userid','s:145:\"es:Añade el usuario con identificador <kbd>123</kbd> al grupo <kbd>bot</kbd>, y lo borra de los grupos <kbd>sysop</kbd> y <kbd>bureaucrat</kbd>.\";'),('an','messages:apihelp-userrights-param-add','s:124:\"es:Agregar el usuario a estos grupos, o, si ya es miembro, actualizar la fecha de expiración de su pertenencia a ese grupo.\";'),('an','messages:apihelp-userrights-param-expiry','s:447:\"es:Marcas de tiempo de expiración. Pueden ser relativas (por ejemplo, <kbd>5 months</kbd> o <kbd>2 weeks</kbd>) o absolutas (por ejemplo, <kbd>2014-09-18T12:34:56Z</kbd>). Si sólo se fija una marca de tiempo, se utilizará para todos los grupos que se pasen al parámetro <var>$1añadir</var>. Usa <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, o <kbd>never</kbd> para que la pertenencia al grupo no tenga fecha de expiración.\";'),('an','messages:apihelp-userrights-param-reason','s:21:\"es:Motivo del cambio.\";'),('an','messages:apihelp-userrights-param-remove','s:39:\"es:Eliminar el usuario de estos grupos.\";'),('an','messages:apihelp-userrights-param-tags','s:86:\"es:Cambia las etiquetas que aplicar a la entrada del registro de derechos del usuario.\";'),('an','messages:apihelp-userrights-param-user','s:11:\"es:Usuario.\";'),('an','messages:apihelp-userrights-param-userid','s:17:\"es:ID de usuario.\";'),('an','messages:apihelp-userrights-summary','s:49:\"es:Cambiar la pertenencia a grupos de un usuario.\";'),('an','messages:apihelp-validatepassword-example-1','s:67:\"es:Validar la contraseña <kbd>foobar</kbd> para el usuario actual.\";'),('an','messages:apihelp-validatepassword-example-2','s:93:\"es:Validar la contraseña <kbd>qwerty</kbd> para la creación del usuario <kbd>Example</kbd>.\";'),('an','messages:apihelp-validatepassword-extended-description','s:217:\"es:La validez es <samp>Good</samp> si la contraseña es aceptable, <samp>Change</samp> y la contraseña se puede usar para iniciar sesión pero debe cambiarse o <samp>Invalid</samp> si la contraseña no se puede usar.\";'),('an','messages:apihelp-validatepassword-param-email','s:75:\"es:Dirección de correo electrónico, para pruebas de creación de cuentas.\";'),('an','messages:apihelp-validatepassword-param-password','s:28:\"es:Contraseña para validar.\";'),('an','messages:apihelp-validatepassword-param-realname','s:53:\"es:Nombre real, para pruebas de creación de cuentas.\";'),('an','messages:apihelp-validatepassword-param-user','s:96:\"es:Nombre de usuario, para pruebas de creación de cuentas. El usuario nombrado no debe existir.\";'),('an','messages:apihelp-validatepassword-summary','s:75:\"es:Valida una contraseña contra las políticas de contraseñas de la wiki.\";'),('an','messages:apihelp-watch-example-generator','s:65:\"es:Seguir las primeras páginas del espacio de nombres principal.\";'),('an','messages:apihelp-watch-example-unwatch','s:44:\"es:Dejar de vigilar la <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-watch-example-watch','s:43:\"es:Vigilar la página <kbd>Main Page</kbd>.\";'),('an','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('an','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('an','messages:apihelp-watch-param-title','s:80:\"es:La página que seguir o dejar de seguir. Usa <var>$1titles</var> en su lugar.\";'),('an','messages:apihelp-watch-param-unwatch','s:67:\"es:Si se define, en vez de seguir la página, se dejará de seguir.\";'),('an','messages:apihelp-watch-summary','s:75:\"es:Añadir o borrar páginas de la lista de seguimiento del usuario actual.\";'),('an','messages:apihelp-xml-param-includexmlnamespace','s:54:\"es:Si se especifica, añade un espacio de nombres XML.\";'),('an','messages:apihelp-xml-param-xslt','s:181:\"es:Si se especifica, añade la página nombrada como una hoja de estilo XSL. El valor debe ser un título en el espacio de nombres {{ns:MediaWiki}} que termine en <code>.xsl</code>.\";'),('an','messages:apihelp-xml-summary','s:47:\"es:Producir los datos de salida en formato XML.\";'),('an','messages:apihelp-xmlfm-summary','s:83:\"es:Producir los datos de salida en formato XML (con resaltado sintáctico en HTML).\";'),('an','messages:apisandbox','s:28:\"es:Zona de pruebas de la API\";'),('an','messages:apisandbox-add-multi','s:10:\"es:Añadir\";'),('an','messages:apisandbox-alert-field','s:40:\"es:El valor de este campo no es válido.\";'),('an','messages:apisandbox-alert-page','s:46:\"es:Los campos de esta página no son válidos.\";'),('an','messages:apisandbox-continue','s:12:\"es:Continuar\";'),('an','messages:apisandbox-continue-clear','s:9:\"es:Vaciar\";'),('an','messages:apisandbox-continue-help','s:234:\"es:{{int:apisandbox-continue}} [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continuará] la última petición; {{int:apisandbox-continue-clear}} borrará los parámetros relativos a la continuación.\";'),('an','messages:apisandbox-deprecated-parameters','s:24:\"es:Parámetros en desuso\";'),('an','messages:apisandbox-dynamic-error-exists','s:40:\"es:Ya existe un parámetro llamado \"$1\".\";'),('an','messages:apisandbox-dynamic-parameters','s:26:\"es:Parámetros adicionales\";'),('an','messages:apisandbox-dynamic-parameters-add-label','s:22:\"es:Añadir parámetro:\";'),('an','messages:apisandbox-dynamic-parameters-add-placeholder','s:24:\"es:Nombre del parámetro\";'),('an','messages:apisandbox-examples','s:11:\"es:Ejemplos\";'),('an','messages:apisandbox-fetch-token','s:37:\"es:Rellenar la ficha automáticamente\";'),('an','messages:apisandbox-helpurls','s:19:\"es:Enlaces de ayuda\";'),('an','messages:apisandbox-intro','s:504:\"es:Usa esta página para experimentar con la <strong>API de servicio web de MediaWiki</strong>.\nPara más detalles sobre el uso de la API, visita [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page su documentación]. Ejemplo: [https://www.mediawiki.org/wiki/API#A_simple_example obtener el contenido de una Página principal]. Selecciona una acción para ver más ejemplos.\n\nObserva que, aunque sea una página de pruebas, las acciones que realices en esta página pueden modificar la wiki.\";'),('an','messages:apisandbox-jsonly','s:66:\"es:Se requiere JavaScript para utilizar la zona de pruebas de API.\";'),('an','messages:apisandbox-load-error','s:79:\"es:Ocurrió un error al cargar la información del módulo «$1» de la API: $2\";'),('an','messages:apisandbox-loading','s:55:\"es:Cargando la información para el módulo API \"$1\"...\";'),('an','messages:apisandbox-loading-results','s:37:\"es:Recibiendo resultados de la API...\";'),('an','messages:apisandbox-multivalue-all-namespaces','s:37:\"es:$1 (Todos los espacios de nombres)\";'),('an','messages:apisandbox-multivalue-all-values','s:25:\"es:$1 (Todos los valores)\";'),('an','messages:apisandbox-no-parameters','s:41:\"es:Este módulo API no tiene parámetros.\";'),('an','messages:apisandbox-param-limit','s:55:\"es:Escribe <kbd>max</kbd> para usar el límite máximo.\";'),('an','messages:apisandbox-request-format-json-label','s:7:\"es:JSON\";'),('an','messages:apisandbox-request-format-php-label','s:12:\"es:PHP array\";'),('an','messages:apisandbox-request-format-url-label','s:31:\"es:Cadena de consulta de la URL\";'),('an','messages:apisandbox-request-json-label','s:18:\"es:Petición JSON:\";'),('an','messages:apisandbox-request-php-label','s:27:\"es:Solicitud de matriz PHP:\";'),('an','messages:apisandbox-request-selectformat-label','s:42:\"es:Mostrar los datos de la petición como:\";'),('an','messages:apisandbox-request-time','s:43:\"es:Tiempo de solicitud: {{PLURAL:$1|$1 ms}}\";'),('an','messages:apisandbox-request-url-label','s:17:\"es:Petición URL:\";'),('an','messages:apisandbox-reset','s:10:\"es:Limpiar\";'),('an','messages:apisandbox-results','s:13:\"es:Resultados\";'),('an','messages:apisandbox-results-error','s:75:\"es:Ocurrió un error durante la carga de la respuesta a la consulta API: $1\";'),('an','messages:apisandbox-results-fixtoken','s:37:\"es:Corrige el token y vuelve a enviar\";'),('an','messages:apisandbox-results-fixtoken-fail','s:42:\"es:No fue posible recuperar el token \"$1\".\";'),('an','messages:apisandbox-results-login-suppressed','s:296:\"es:Esta petición ha sido procesada como un usuario sin sesión iniciada puesto que se podría usar para circunvenir la seguridad del navegador. Tenga en cuenta que la gestión del token automático del API sandbox no funciona correctamente con tales peticiones, por favor rellenalas manualmente.\";'),('an','messages:apisandbox-retry','s:13:\"es:Reintentar\";'),('an','messages:apisandbox-sending-request','s:30:\"es:Enviando pedido a la API...\";'),('an','messages:apisandbox-submit','s:21:\"es:Realizar solicitud\";'),('an','messages:apisandbox-submit-invalid-fields-message','s:55:\"es:Corrige los campos señalados e inténtalo de nuevo.\";'),('an','messages:apisandbox-submit-invalid-fields-title','s:33:\"es:Algunos campos no son válidos\";'),('an','messages:apisandbox-summary','s:3:\"en:\";'),('an','messages:apisandbox-templated-parameter-reason','s:146:\"es:Esta [[Special:ApiHelp/main#main/templatedparams|plantilla de parámetros]] se ofrece en función {{PLURAL:$1|del valor|de los valores}} de $2.\";'),('an','messages:apiwarn-alldeletedrevisions-performance','s:103:\"es:Para conseguir un mejor rendimiento a la hora de generar títulos, establece <kbd>$1dir=newer</kbd>.\";'),('an','messages:apiwarn-badurlparam','s:99:\"es:No se pudo analizar <var>$1urlparam</var> para $2. Se utilizarán solamente la anchura y altura.\";'),('an','messages:apiwarn-badutf8','s:225:\"es:El valor pasado para <var>$1</var> contiene datos no válidos o no normalizados. Los datos textuales deberían estar en Unicode válido, normalizado en NFC y sin caracteres de control C0 excepto HT (\\t), LF (\\n) y CR (\\r).\";'),('an','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('an','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('an','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('an','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('an','messages:apiwarn-deprecation-deletedrevs','s:144:\"es:<kbd>list=deletedrevs</kbd> ha quedado obsoleto. En su lugar, utiliza <kbd>prop=deletedrevisions</kbd> o <kbd>list=alldeletedrevisions</kbd>.\";'),('an','messages:apiwarn-deprecation-httpsexpected','s:49:\"es:Se ha utilizado HTTP cuando se esperaba HTTPS.\";'),('an','messages:apiwarn-deprecation-login-botpw','s:359:\"es:El inicio de sesión con la cuenta principal mediante <kbd>action=login</kbd> está en desuso y puede dejar de funcionar sin aviso previo. Para proseguir el inicio de sesión mediante <kbd>action=login</kbd>, véase [[Special:BotPasswords]]. Para proseguir el inicio de sesión con la cuenta principal de forma segura, véase <kbd>action=clientlogin</kbd>.\";'),('an','messages:apiwarn-deprecation-login-nobotpw','s:217:\"es:El inicio de sesión con la cuenta principal mediante <kbd>action=login</kbd> está en desuso y puede dejar de funcionar sin aviso previo. Para iniciar sesión de forma segura, véase <kbd>action=clientlogin</kbd>.\";'),('an','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('an','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('an','messages:apiwarn-deprecation-parameter','s:51:\"es:El parámetro <var>$1</var> ha quedado obsoleto.\";'),('an','messages:apiwarn-deprecation-parse-headitems','s:227:\"es:<kbd>prop=headitems</kbd> está en desuso desde MediaWiki 1.28. Usa <kbd>prop=headhtml</kbd> cuando crees nuevos documentos HTML, o <kbd>prop=módulos|jsconfigvars</kbd> cuando actualices un documento en el lado del cliente.\";'),('an','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('an','messages:apiwarn-deprecation-purge-get','s:87:\"es:El uso de <kbd>action=purge</kbd> mediante GET está obsoleto. Usa POST en su lugar.\";'),('an','messages:apiwarn-deprecation-withreplacement','s:73:\"es:<kbd>$1</kbd> ha quedado obsoleto. En su lugar, utiliza <kbd>$2</kbd>.\";'),('an','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('an','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('an','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('an','messages:apiwarn-invalidcategory','s:29:\"es:\"$1\" no es una categoría.\";'),('an','messages:apiwarn-invalidtitle','s:35:\"es:«$1» no es un título válido.\";'),('an','messages:apiwarn-invalidxmlstylesheet','s:61:\"es:La hoja de estilos especificada no es válida o no existe.\";'),('an','messages:apiwarn-invalidxmlstylesheetext','s:67:\"es:Las hojas de estilo deben tener la extensión <code>.xsl</code>.\";'),('an','messages:apiwarn-invalidxmlstylesheetns','s:79:\"es:La hoja de estilos debería estar en el espacio de nombres {{ns:MediaWiki}}.\";'),('an','messages:apiwarn-moduleswithoutvars','s:207:\"es:La propiedad <kbd>modules</kbd> está definida, pero no lo está <kbd>jsconfigvars</kbd> ni <kbd>encodedjsconfigvars</kbd>. Las variables de configuración son necesarias para el correcto uso del módulo.\";'),('an','messages:apiwarn-notfile','s:25:\"es:\"$1\" no es un archivo.\";'),('an','messages:apiwarn-nothumb-noimagehandler','s:98:\"es:No se pudo crear la miniatura porque «$1» no tiene ningún manipulador de imágenes asociado.\";'),('an','messages:apiwarn-parse-nocontentmodel','s:79:\"es:No se proporcionó <var>title</var> ni <var>contentmodel</var>. Se asume $1.\";'),('an','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('an','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('an','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('an','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('an','messages:apiwarn-truncatedresult','s:92:\"es:Se ha truncado este resultado porque de otra manera sobrepasaría el límite de $1 bytes.\";'),('an','messages:apiwarn-unclearnowtimestamp','s:252:\"es:El paso de «$2» para el parámetro <var>$1</var> de la marca de tiempo ha quedado obsoleto. Si por alguna razón necesitas especificar de forma explícita la hora actual sin calcularla desde el lado del cliente, utiliza <kbd>now</kbd> («ahora»).\";'),('an','messages:apiwarn-unrecognizedvalues','s:97:\"es:{{PLURAL:$3|Valor no reconocido|Valores no reconocidos}} para el parámetro <var>$1</var>: $2.\";'),('an','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('an','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('an','messages:apiwarn-validationfailed','s:44:\"es:Error de validación de <kbd>$1</kbd>: $2\";'),('an','messages:apiwarn-validationfailed-badchars','s:162:\"es:caracteres no válidos en la clave (solamente se admiten los caracteres <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code> y <code>-</code>).\";'),('an','messages:apiwarn-validationfailed-badpref','s:33:\"es:no es una preferencia válida.\";'),('an','messages:apiwarn-validationfailed-cannotset','s:45:\"es:no puede ser establecido por este módulo.\";'),('an','messages:apiwarn-validationfailed-keytoolong','s:78:\"es:clave demasiado larga (no puede tener más de $1 {{PLURAL:$1|byte|bytes}}).\";'),('an','messages:apiwarn-validationfailed-valuetoolong','s:78:\"es:valor demasiado largo (no se permiten más de $1 {{PLURAL:$1|byte|bytes}}).\";'),('an','messages:apiwarn-wgdebugapi','s:79:\"es:<strong>Alerta de seguridad:</strong> <var>$wgDebugAPI</var> está activado.\";'),('an','messages:apr','s:6:\"an:abr\";'),('an','messages:april','s:8:\"an:abril\";'),('an','messages:april-gen','s:10:\"an:d\'abril\";'),('an','messages:article','s:10:\"an:Articlo\";'),('an','messages:articleexists','s:115:\"an:Ya bi ha una pachina con ixe nombre u o nombre que ha eslechito no ye conforme. Por favor trigue un atro nombre.\";'),('an','messages:aug','s:6:\"an:ago\";'),('an','messages:august','s:9:\"an:agosto\";'),('an','messages:august-gen','s:11:\"an:d\'agosto\";'),('an','messages:authenticationdatachange-ignored','s:105:\"es:El cambio den los datos de autentificacion no fue realizado. ¿Tal vez, no se configuró un proveedor?\";'),('an','messages:authform-newtoken','s:18:\"es:Falta token. $1\";'),('an','messages:authform-nosession-login','s:99:\"es:La autenticación fue exitosa, pero tu navegador no «recuerda» haber accedido a la cuenta.\n\n$1\";'),('an','messages:authform-nosession-signup','s:87:\"es:Se ha creado la cuenta, pero tu navegador no «recuerda» haber accedido a ella.\n\n$1\";'),('an','messages:authform-notoken','s:17:\"es:Falta la ficha\";'),('an','messages:authform-wrongtoken','s:19:\"es:Ficha incorrecta\";'),('an','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('an','messages:authmanager-authn-autocreate-failed','s:58:\"es:Falló la creación automática de una cuenta local: $1\";'),('an','messages:authmanager-authn-no-local-user','s:87:\"es:Las credenciales suministradas no están asociadas con ningún usuario en esta wiki.\";'),('an','messages:authmanager-authn-no-local-user-link','s:234:\"es:Las credenciales suministradas son válidas, pero no están asociadas con ningún usuario de esta wiki. Inicia sesión con un usuario diferente, o crea un nuevo usuario, para poder vincular tus credenciales anteriores a esa cuenta.\";'),('an','messages:authmanager-authn-no-primary','s:65:\"es:Las credenciales proporcionadas no se han podido autentificar.\";'),('an','messages:authmanager-authn-not-in-progress','s:125:\"es:La autenticación no está en curso o los datos de sesión se han perdido. Por favor, vuelve a empezar desde el principio.\";'),('an','messages:authmanager-autocreate-exception','s:98:\"es:La creación automática de cuentas ha sido temporalmente desactivada debido a errores previos.\";'),('an','messages:authmanager-autocreate-noperm','s:58:\"es:La creación automática de cuentas no está permitida.\";'),('an','messages:authmanager-change-not-supported','s:107:\"es:Las credenciales proporcionadas no se pueden cambiar, ya que no hay nada que fuera a hacer uso de ellas.\";'),('an','messages:authmanager-create-disabled','s:45:\"es:Está desactivada la creación de cuentas.\";'),('an','messages:authmanager-create-from-login','s:45:\"es:Para crear una cuenta, rellena los campos.\";'),('an','messages:authmanager-create-no-primary','s:82:\"es:Las credenciales suministradas no pueden usarse para la creación de la cuenta.\";'),('an','messages:authmanager-create-not-in-progress','s:137:\"es:El proceso de creación de la cuenta no está en progreso o se perdieron los datos de la sesión. Empieza de nuevo desde el principio.\";'),('an','messages:authmanager-domain-help','s:42:\"es:Dominio para la autenticación externa.\";'),('an','messages:authmanager-email-help','s:36:\"es:Dirección de correo electrónico\";'),('an','messages:authmanager-email-label','s:22:\"es:Correo electrónico\";'),('an','messages:authmanager-link-no-primary','s:82:\"es:Las credenciales proporcionadas no se han podido utilizar para enlazar cuentas.\";'),('an','messages:authmanager-link-not-in-progress','s:137:\"es:La vinculación de cuentas no está en curso o los datos de la sesión se han perdido. Por favor, vuelve a empezar desde el principio.\";'),('an','messages:authmanager-password-help','s:35:\"es:Contraseña para autenticación.\";'),('an','messages:authmanager-provider-password','s:39:\"es:Autenticación basada en contraseña\";'),('an','messages:authmanager-provider-password-domain','s:49:\"es:Autenticación basada en contraseña y dominio\";'),('an','messages:authmanager-provider-temporarypassword','s:23:\"es:Contraseña temporal\";'),('an','messages:authmanager-realname-help','s:26:\"es:Nombre real del usuario\";'),('an','messages:authmanager-realname-label','s:14:\"es:Nombre real\";'),('an','messages:authmanager-retype-help','s:42:\"es:La contraseña de nuevo para confirmar.\";'),('an','messages:authmanager-userdoesnotexist','s:41:\"es:El usuario «$1» no está registrado.\";'),('an','messages:authmanager-userlogin-remembermypassword-help','s:84:\"es:Si debe recordarse la contraseña por más tiempo que la duración de la sesión.\";'),('an','messages:authmanager-username-help','s:44:\"es:Nombre de usuario para la autenticación.\";'),('an','messages:authpage-cannot-create','s:49:\"es:No se puede iniciar la creación de la cuenta.\";'),('an','messages:authpage-cannot-create-continue','s:105:\"es:No se puede continuar con la creación de la cuenta. Lo más probable es que tu sesión haya expirado.\";'),('an','messages:authpage-cannot-link','s:52:\"es:No se puede iniciar la vinculación de la cuenta.\";'),('an','messages:authpage-cannot-link-continue','s:108:\"es:No se puede continuar con la vinculación de la cuenta. Lo más probable es que tu sesión haya expirado.\";'),('an','messages:authpage-cannot-login','s:34:\"es:No se puede iniciar la sesión.\";'),('an','messages:authpage-cannot-login-continue','s:100:\"es:No se puede continuar con el inicio de sesión. Lo más probable es que tu sesión haya expirado.\";'),('an','messages:authprovider-confirmlink-failed','s:63:\"es:La vinculación de cuentas no se ha realizado con éxito: $1\";'),('an','messages:authprovider-confirmlink-failed-line','s:9:\"es:$1: $2\";'),('an','messages:authprovider-confirmlink-message','s:215:\"es:Basado en tus últimos intentos para iniciar sesión, las siguientes cuentas pueden vincularse a tu cuenta wiki. Vincularlas permite iniciar sesión a través de esas cuentas. Selecciona cuáles deben vincularse.\";'),('an','messages:authprovider-confirmlink-ok-help','s:71:\"es:Continuar luego de mostrar los mensajes de error en la vinculación.\";'),('an','messages:authprovider-confirmlink-option','s:10:\"es:$1 ($2)\";'),('an','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('an','messages:authprovider-confirmlink-request-label','s:35:\"es:Cuentas que deberían vincularse\";'),('an','messages:authprovider-confirmlink-success-line','s:30:\"es:$1: vinculado exitosamente.\";'),('an','messages:authprovider-resetpass-skip-help','s:49:\"es:Saltar el reestablecimiento de la contraseña.\";'),('an','messages:authprovider-resetpass-skip-label','s:9:\"es:Omitir\";'),('an','messages:autoblockedtext','s:770:\"an:A suya adreza IP s\'ha bloqueyata automaticament porque la eba feito servir un atro usuario bloqueyato por $1.\n\nA razón d\'o bloqueyo ye ista:\n\n:\'\'$2\'\'\n\n* Prencipio d\'o bloqueyo: $8\n* Fin d\'o bloqueyo: $6\n* Usuario que se prebaba de bloqueyar: $7\n\nPuede contautar con $1 u con atro d\'os [[{{MediaWiki:Grouppage-sysop}}|almenistradors]] ta litigar sobre o bloqueyo.\n\nPare cuenta que no puede emplegar a función \"Ninviar correu electronico ta iste usuario\" si no tiene garra adreza de correu electronico conforme rechistrada en as suyas [[Special:Preferences|preferencias d\'usuario]] u si se l\'ha vedato d\'emplegar ista función.\n\nA suya adreza IP actual ye $3, y o identificador de bloqueyo ye #$5. Por favor incluiga os datos anteriors quan faga qualsiquier consulta.\";'),('an','messages:autoblocker','s:163:\"an:Ye bloqueyato automaticament porque a suya adreza IP l\'ha feito servir recientement \"[[User:$1|$1]]\". A razón data ta bloqueyar a \"[[User:$1|$1]]\" estió \"$2\".\";'),('an','messages:autoblockid','s:26:\"an:Bloqueyo automatico #$1\";'),('an','messages:autoblocklist','s:24:\"es:Bloqueos automáticos\";'),('an','messages:autoblocklist-empty','s:50:\"es:La lista de bloqueos automáticos está vacía.\";'),('an','messages:autoblocklist-legend','s:32:\"es:Mostrar bloqueos automáticos\";'),('an','messages:autoblocklist-localblocks','s:72:\"es:{{PLURAL:$1|Bloqueo automático local|Bloqueos automáticos locales}}\";'),('an','messages:autoblocklist-otherblocks','s:69:\"es:{{PLURAL:$1|Otro bloqueo automático|Otros bloqueos automáticos}}\";'),('an','messages:autoblocklist-submit','s:9:\"es:Buscar\";'),('an','messages:autoblocklist-total-autoblocks','s:45:\"es:Número total de bloqueos automáticos: $1\";'),('an','messages:autochange-username','s:34:\"es:Cambio automático de MediaWiki\";'),('an','messages:autocomment-prefix','s:3:\"en:\";'),('an','messages:autocreate-edit-warning','s:453:\"es:<strong>Advertencia:</strong> no has iniciado sesión. Tu edición quedará atribuida a un <strong>nombre de usuario generado automáticamente</strong> mediante la instalación de una cookie en tu navegador. Tu dirección IP será visible para ciertos usuarios. Si <strong>[$1 inicias sesión]</strong> o <strong>[$2 creas una cuenta]</strong>, tus ediciones quedarán registradas bajo el nombre de usuario que escojas y contarás con otras ventajas.\";'),('an','messages:autocreate-preview-warning','s:142:\"es:<em>No estás conectado. Tu edición será atribuida a un nombre auto generado y tu dirección IP será visible a los administradores.</em>\";'),('an','messages:autoredircomment','s:25:\"an:Reendrezando ta [[$1]]\";'),('an','messages:autosumm-blank','s:28:\"an:S\'ha blanquiato a pachina\";'),('an','messages:autosumm-changed-redirect-target','s:62:\"es:Se cambió el destino de la redirección de [[$1]] a [[$2]]\";'),('an','messages:autosumm-new','s:27:\"an:Pachina creyada con \'$1\'\";'),('an','messages:autosumm-newblank','s:30:\"es:Se creó una página vacía\";'),('an','messages:autosumm-removed-redirect','s:43:\"es:Se eliminó la redirección hacia [[$1]]\";'),('an','messages:autosumm-replace','s:36:\"an:O conteniu s\'ha cambiato por \"$1\"\";'),('an','messages:backend-fail-alreadyexists','s:26:\"an:O fichero $1 ya existe.\";'),('an','messages:backend-fail-backup','s:60:\"an:No s\'ha puesto fer copia de seguranza d\'o fichero «$1».\";'),('an','messages:backend-fail-batchsize','s:162:\"an:O backend d\'almagazenamiento ha recibiu un lot {{PLURAL:$1|d\'$1 operación|de $1 operacions}} de fichero; o limite ye de $2 {{PLURAL:$2|operación|operacions}}\";'),('an','messages:backend-fail-closetemp','s:44:\"an:No s\'ha puesto zarrar o fichero temporal.\";'),('an','messages:backend-fail-connect','s:65:\"an:No s\'ha puesto connectar ta o backend d\'almagazenamiento \"$1\".\";'),('an','messages:backend-fail-contenttype','s:83:\"an:No s\'ha puesto determinar a mena de contenius d\'o fichero a almagazenar en \"$1\".\";'),('an','messages:backend-fail-copy','s:59:\"an:No s\'ha puesto cambiar o nombre d\'o fichero \"$1\" a \"$2\".\";'),('an','messages:backend-fail-create','s:42:\"an:No s\'ha puesto creyar o fichero «$1».\";'),('an','messages:backend-fail-delete','s:42:\"an:No s\'ha puesto borrar o fichero «$1».\";'),('an','messages:backend-fail-describe','s:57:\"es:No se pudieron cambiar los metadatos del archivo \"$1\".\";'),('an','messages:backend-fail-hash','s:70:\"es:No se pudo determinar el resumen criptográfico del archivo «$1».\";'),('an','messages:backend-fail-hashes','s:66:\"an:No s\'han puesto obtener os hashes d\'os fichers ta comparar-los.\";'),('an','messages:backend-fail-internal','s:88:\"an:S\'ha produciu una error desconoixida en o fichero de backend d\'almagazenamiento \"$1\".\";'),('an','messages:backend-fail-invalidpath','s:46:\"an:$1 no ye una rota d\'almagazenamiento valida\";'),('an','messages:backend-fail-maxsize','s:92:\"es:No se pudo escribir el archivo «$1» porque es mayor que {{PLURAL:$2|un byte|$2 bytes}}.\";'),('an','messages:backend-fail-move','s:41:\"an:No se podió mover o fichero $1 ta $2.\";'),('an','messages:backend-fail-notexists','s:26:\"an:O fichero $1 no existe.\";'),('an','messages:backend-fail-notsame','s:39:\"an:Ya existe un fichero diferent en $1.\";'),('an','messages:backend-fail-opentemp','s:44:\"an:No s\'ha puesto ubrir un fichero temporal.\";'),('an','messages:backend-fail-read','s:41:\"an:No s\'ha puesto leyer o fichero «$1».\";'),('an','messages:backend-fail-readonly','s:91:\"an:O backend d\'almagazenamiento \"$1\" ye agora nomás de lectura. A razón dada estió: \"$2\"\";'),('an','messages:backend-fail-sizes','s:66:\"es:No se pudo obtener el tamaño de los archivos para compararlos.\";'),('an','messages:backend-fail-stat','s:48:\"es:No se pudo leer el estado del archivo «$1».\";'),('an','messages:backend-fail-store','s:47:\"an:No se podió almagazenar o fichero $1 en $2.\";'),('an','messages:backend-fail-stream','s:46:\"an:No s\'ha puesto transmitir o fichero «$1».\";'),('an','messages:backend-fail-synced','s:88:\"an:O fichero \"$1\" ye en un estau inconsistent en os backends d\'almagazenamiento internos\";'),('an','messages:backend-fail-usable','s:119:\"es:No se pudo leer o escribir el archivo \"$1\" debido a permisos insuficientes o directorios/contenedores desaparecidos.\";'),('an','messages:backend-fail-writetemp','s:49:\"an:No s\'ha puesto escribir en o fichero temporal.\";'),('an','messages:backlinksubtitle','s:9:\"en:← $1\";'),('an','messages:bad-target-model','s:111:\"es:El destino deseado utiliza un modelo diferente de contenido. No se puede realizar la conversión de $1 a $2.\";'),('an','messages:bad_image_list','s:307:\"an:O formato ha d\'estar o siguient:\n\nNomás se consideran os elementos de lista (ringleras que escomienzan por *). O primer vinclo de cada linia ha d\'estar un vinclo ta un fichero malo. Qualsiquier atros vinclos en a mesma linia se consideran excepcions, ye dicir, pachinas an que o fichero puede amaneixer.\";'),('an','messages:badaccess','s:20:\"an:Error de premisos\";'),('an','messages:badaccess-group0','s:55:\"an:No tiene premisos ta fer l\'acción que ha demandato.\";'),('an','messages:badaccess-groups','s:105:\"an:L\'acción que ha demandato no ye premitita que ta os usuarios {{PLURAL:$2|d\'a colla|d\'as collas}}: $1.\";'),('an','messages:badarticleerror','s:66:\"an:Ista acción no se puede no se puede reyalizar en ista pachina.\";'),('an','messages:badfilename','s:47:\"an:O nombre d\'a imachen s\'ha cambiato por \"$1\".\";'),('an','messages:badipaddress','s:30:\"an:L\'adreza IP no ye conforme.\";'),('an','messages:badretype','s:41:\"an:As claus que ha escrito no son iguals.\";'),('an','messages:badsig','s:63:\"an:A suya sinyadura no ye conforme; comprebe as etiquetas HTML.\";'),('an','messages:badsightml','s:56:\"es:Tu firma contiene código HTML inválido o en desuso:\";'),('an','messages:badsiglength','s:96:\"an:A sinyadura ye masiau larga.\nHabría de tener menos de $1 {{PLURAL:$1|carácter|carácters}}.\";'),('an','messages:badsiglinebreak','s:63:\"es:Tu firma no puede exceder de una única línea de wikitexto.\";'),('an','messages:badsiglinks','s:158:\"es:Tu firma debe incluir un enlace bien a tu página de usuario, tu página de discusión o de contribuciones. Añádelo usando, por ejemplo, <code>$1</code>.\";'),('an','messages:badsigsubst','s:105:\"es:Tu firma contiene información anidada (ej. <code>subst:</code> o <code><nowiki>~~~~</nowiki></code>).\";'),('an','messages:badtitle','s:20:\"an:Títol incorrecto\";'),('an','messages:badtitletext','s:170:\"an:O títol d\'a pachina demandada ye vuedo, incorrecto, u tiene un vinclo interwiki mal feito. Puede contener uno u más caracters que no se pueden fer servir en títols.\";'),('an','messages:beta-feature-minerva','s:80:\"es:Activar la interfaz para móviles ({{int:skinname-minerva}}) en el escritorio\";'),('an','messages:beta-feature-minerva-description','s:162:\"es:Hacer que la apariencia usada en dispositivos móviles sea una apariencia de escritorio seleccionable en la pestaña de preferencias \"{{int:prefs-rendering}}\".\";'),('an','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('an','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('an','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('an','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('an','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('an','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('an','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('an','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('an','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('an','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('an','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('an','messages:blankarticle','s:149:\"es:<strong>Atención:</strong> estás a punto de crear una página vacía.\nSi pulsas en «$1» de nuevo, se creará la página sin ningún contenido.\";'),('an','messages:blanknamespace','s:14:\"an:(Prencipal)\";'),('an','messages:blankpage','s:20:\"an:Pachina en blanco\";'),('an','messages:block','s:20:\"an:Bloqueyar usuario\";'),('an','messages:block-actions','s:18:\"es:Tipo de bloqueo\";'),('an','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('an','messages:block-details','s:23:\"es:Detalles del bloqueo\";'),('an','messages:block-expiry','s:18:\"an:Circumducción:\";'),('an','messages:block-log-flags-angry-autoblock','s:42:\"an:s\'ha activato l\'autobloqueyo amillorato\";'),('an','messages:block-log-flags-anononly','s:30:\"an:nomás os usuarios anonimos\";'),('an','messages:block-log-flags-hiddenname','s:26:\"an:nombre d\'usuario oculto\";'),('an','messages:block-log-flags-noautoblock','s:41:\"an:s\'ha desactivato o bloqueyo automatico\";'),('an','messages:block-log-flags-nocreate','s:43:\"an:s\'ha desactivato a creyación de cuentas\";'),('an','messages:block-log-flags-noemail','s:65:\"an:s\'ha desactivato o ninvío de mensaches por correu electronico\";'),('an','messages:block-log-flags-nousertalk','s:46:\"an:no puet editar a suya pachina de descusión\";'),('an','messages:block-options','s:24:\"es:Opciones adicionales:\";'),('an','messages:block-reason','s:10:\"es:Motivo:\";'),('an','messages:block-target','s:54:\"es:Nombre de usuario, dirección IP o intervalo de IP:\";'),('an','messages:block-target-placeholder','s:45:\"es:Nombre de usuario, 1.1.1.42, o 1.1.1.42/16\";'),('an','messages:blocked-mailpassword','s:120:\"an:A suya adreza IP ye bloqueyata y, ta privar abusos, no se li premite emplegar d\'a función de recuperación de claus.\";'),('an','messages:blocked-notice-logextract','s:116:\"an:Ista cuenta d\'usuario ye actualment bloqueyata.\nA zaguera dentrada d\'o rechistro de bloqueyos s\'amuestra contino:\";'),('an','messages:blockednoreason','s:27:\"an:No s\'ha dato garra causa\";'),('an','messages:blockedtext','s:654:\"an:<strong>O suyo nombre d\'usuario u adreza IP ye bloqueyau.</strong>\n\nO bloqueyo lo fació $1.\nA razón dada ye <em>$2</em>.\n\n* Prencipio d\'o bloqueyo: $8\n* Fin d\'o bloqueyo: $6\n* Indentificación bloqueyada: $7\n\nPuede contactar con $1 u con atro [[{{MediaWiki:Grouppage-sysop}}|administrador]] ta letigar sobre o bloqueyo.\nPuede fer servir a función \"{{int:emailuser}}\" si ya ha rechistrau una adreza conforme de correu electronico en as suyas [[Special:Preferences|preferencias]] y si no se l\'ha vedau d\'emplegar-la. \nA suya adreza IP actual ye $3, y o identificador d\'o bloqueyo ye #$5. Por favor incluiga ixos datos quan faiga qualsiquier consulta.\";'),('an','messages:blockedtext-composite','s:297:\"es:<strong>Tu nombre de usuario o dirección IP han sido bloqueados.</strong>\n\nLa razón es:\n\n:<em>$2</em>.\n\n* Inicio del bloqueo: $8\n* Vencimiento del bloqueo más largo: $6\n\n* $5\n\nTu dirección IP actual es $3.\nPor favor, incluye todos los detalles anteriores en cualquier consulta que realices.\";'),('an','messages:blockedtext-composite-ids','s:118:\"es:Identificadores de bloqueo relevantes: $1 (tu dirección IP puede encontrarse también en alguna lista de bloqueos)\";'),('an','messages:blockedtext-composite-no-ids','s:55:\"es:Tu dirección IP figura en varias listas de bloqueos\";'),('an','messages:blockedtext-composite-reason','s:59:\"es:Existen varios bloqueos contra tu cuenta o dirección IP\";'),('an','messages:blockedtext-partial','s:405:\"es:<strong>Tu nombre de usuario o dirección IP está bloqueada para hacer esto. Aún puedes editar otros páginas en esta wiki.</strong> Puedes ver los detalles completos de bloqueo en [[Special:MyContributions|contribuciones de la cuenta]].\n\nEl bloqueo fue hecho por $1.\n\nLa razón dada es <em>$2</em>.\n\n* Inicio del bloqueo: $8\n* Caducidad del bloqueo: $6\n* Bloqueo destinado a: $7\n* ID del bloqueo: $5\";'),('an','messages:blockedtitle','s:26:\"an:L\'usuario ye bloqueyato\";'),('an','messages:blockip','s:20:\"an:Bloqueyar usuario\";'),('an','messages:blockipsuccesssub','s:37:\"an:O bloqueyo s\'ha feito correctament\";'),('an','messages:blockipsuccesstext','s:150:\"an:L\'adreza IP [[Special:Contributions/$1|$1]] ye bloqueyata. <br />Ir t\'a [[Special:BlockList|lista d\'adrezas IP bloqueyatas]] ta veyer os bloqueyos.\";'),('an','messages:blockiptext','s:338:\"an:Replene o siguient formulario ta bloqueyar l\'acceso\nd\'escritura dende una cuenta d\'usuario u una adreza IP especifica.\nIsto habría de fer-se nomás ta privar vandalismos, y d\'alcuerdo con\nas [[{{MediaWiki:Policy-url}}|politicas]].\nEscriba a razón especifica ta o bloqueyo (por exemplo, quaternando\nas pachinas que s\'han vandalizato).\";'),('an','messages:blocklink','s:12:\"an:bloqueyar\";'),('an','messages:blocklist','s:22:\"an:Usuarios bloqueyaus\";'),('an','messages:blocklist-addressblocks','s:40:\"an:Amagar bloqueyos d\'una sola adreza IP\";'),('an','messages:blocklist-autoblocks','s:32:\"es:Ocultar bloqueos automáticos\";'),('an','messages:blocklist-by','s:27:\"an:Bloqueyo d\'administrador\";'),('an','messages:blocklist-editing','s:11:\"es:edición\";'),('an','messages:blocklist-editing-action','s:11:\"es:Acciones\";'),('an','messages:blocklist-editing-ns','s:22:\"es:Espacios de nombres\";'),('an','messages:blocklist-editing-page','s:11:\"es:páginas\";'),('an','messages:blocklist-editing-sitewide','s:30:\"es:edición (en todo el sitio)\";'),('an','messages:blocklist-expiry','s:18:\"an:Circumducción:\";'),('an','messages:blocklist-indefblocks','s:35:\"es:Ocultar los bloqueos indefinidos\";'),('an','messages:blocklist-nousertalk','s:53:\"an:No puet editar a suya propia pachina de descusión\";'),('an','messages:blocklist-params','s:25:\"an:Parametros de bloqueyo\";'),('an','messages:blocklist-rangeblocks','s:28:\"an:Amagar bloqueyos de rango\";'),('an','messages:blocklist-reason','s:9:\"an:Razón\";'),('an','messages:blocklist-summary','s:3:\"en:\";'),('an','messages:blocklist-target','s:10:\"an:Destín\";'),('an','messages:blocklist-tempblocks','s:29:\"an:Amagar bloqueyos temporals\";'),('an','messages:blocklist-timestamp','s:18:\"an:Marca de tiempo\";'),('an','messages:blocklist-type','s:8:\"es:Tipo:\";'),('an','messages:blocklist-type-opt-all','s:7:\"es:Todo\";'),('an','messages:blocklist-type-opt-partial','s:10:\"es:Parcial\";'),('an','messages:blocklist-type-opt-sitewide','s:19:\"es:En todo el sitio\";'),('an','messages:blocklist-userblocks','s:29:\"an:Amagar bloqueyos de cuenta\";'),('an','messages:blocklog-showlog','s:101:\"an:Iste usuario ya ha estau bloqueyau.\nTa más detalles, debaixo s\'amuestro o rechistro de bloqueyos:\";'),('an','messages:blocklog-showsuppresslog','s:108:\"an:Iste usuario ha estau bloqueyau y amagau.\nTa más detalles, debaixo s\'amuestra o rechistro de supresions:\";'),('an','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('an','messages:blocklogpage','s:25:\"an:Rechistro de bloqueyos\";'),('an','messages:blocklogtext','s:230:\"an:Isto ye un rechistro de bloqueyos y desbloqueyos d\'usuarios. As adrezas bloqueyatas automaticament no amaneixen aquí. Mire-se a [[Special:BlockList|lista d\'adrezas IP bloqueyatas]] ta veyer a lista actual de vedas y bloqueyos.\";'),('an','messages:booksources','s:19:\"an:Fuents de libros\";'),('an','messages:booksources-invalid-isbn','s:114:\"an:O numero d\'ISBN dato pareix que no ye conforme; comprebe si no bi ha garra error en copiar d\'a fuent orichinal.\";'),('an','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('an','messages:booksources-search','s:8:\"an:Mirar\";'),('an','messages:booksources-search-legend','s:25:\"an:Mirar fuents de libros\";'),('an','messages:booksources-summary','s:3:\"en:\";'),('an','messages:booksources-text','s:156:\"an:Contino ye una lista de vinclos ta atros puestos an que venden libros nuevos y usatos, talment bi haiga más información sobre os libros que ye mirando.\";'),('an','messages:boteditletter','s:4:\"an:b\";'),('an','messages:botpasswords','s:25:\"es:Contraseñas de robots\";'),('an','messages:botpasswords-bad-appid','s:44:\"es:El nombre del robot «$1» no es válido.\";'),('an','messages:botpasswords-created-body','s:101:\"es:Se creó la contraseña del bot «$1» perteneciente {{GENDER:$2|al usuario|a la usuaria}} «$2».\";'),('an','messages:botpasswords-created-title','s:33:\"es:Se creó la contraseña de bot\";'),('an','messages:botpasswords-createnew','s:39:\"es:Crear una contraseña de robot nueva\";'),('an','messages:botpasswords-deleted-body','s:104:\"es:Se eliminó la contraseña del bot «$1» perteneciente {{GENDER:$2|al usuario|a la usuaria}} «$2».\";'),('an','messages:botpasswords-deleted-title','s:37:\"es:Se eliminó la contraseña del bot\";'),('an','messages:botpasswords-disabled','s:49:\"es:Las contraseñas de robot están desactivadas.\";'),('an','messages:botpasswords-editexisting','s:44:\"es:Editar una contraseña de robot existente\";'),('an','messages:botpasswords-existing','s:33:\"es:Contraseñas de bot existentes\";'),('an','messages:botpasswords-help-grants','s:282:\"es:Cada concesión le da acceso a los permisos listados que el usuario ya posea. Habilitar una concesión aquí no proporciona acceso a ningún permiso que tu cuenta de usuario no tendría de otra manera. Véase la [[Special:ListGrants|lista de concesiones]] para más información.\";'),('an','messages:botpasswords-insert-failed','s:70:\"es:No se pudo agregar el nombre del bot «$1». ¿Ya ha sido añadido?\";'),('an','messages:botpasswords-invalid-name','s:93:\"es:El nombre de usuario especificado no contiene el separador de contraseña de bot («$1»).\";'),('an','messages:botpasswords-label-appid','s:20:\"es:Nombre del robot:\";'),('an','messages:botpasswords-label-cancel','s:11:\"es:Cancelar\";'),('an','messages:botpasswords-label-create','s:8:\"es:Crear\";'),('an','messages:botpasswords-label-delete','s:9:\"es:Borrar\";'),('an','messages:botpasswords-label-grants','s:23:\"es:Permisos aplicables:\";'),('an','messages:botpasswords-label-grants-column','s:12:\"es:Concedido\";'),('an','messages:botpasswords-label-needsreset','s:38:\"es:(la contraseña debe restablecerse)\";'),('an','messages:botpasswords-label-resetpassword','s:29:\"es:Restablecer la contraseña\";'),('an','messages:botpasswords-label-update','s:13:\"es:Actualizar\";'),('an','messages:botpasswords-locked','s:89:\"es:No puedes iniciar sesión con una contraseña de bot ya que tu cuenta está bloqueada.\";'),('an','messages:botpasswords-needs-reset','s:111:\"es:Se debe restablecer la contraseña del bot «$2», propiedad {{GENDER:$1|del usuario|de la usuaria}} «$1».\";'),('an','messages:botpasswords-newpassword','s:351:\"es:La contraseña nueva para acceder con <strong>$1</strong> es <strong>$2</strong>. <em>Guarda esta información para su consulta futura.</em> <br> (En caso de robots antiguos que requieren que el nombre de acceso coincida con el de usuario, también puedes utilizar <strong>$3</strong> como nombre de usuario y <strong>$4</strong> como contraseña.)\";'),('an','messages:botpasswords-no-central-id','s:85:\"es:Para usar una contraseña de bot, debes estar conectado a una cuenta centralizada.\";'),('an','messages:botpasswords-no-provider','s:51:\"es:BotPasswordsSessionProvider no está disponible.\";'),('an','messages:botpasswords-not-exist','s:68:\"es:El usuario «$1» no tiene una contraseña de bot llamada «$2».\";'),('an','messages:botpasswords-restriction-failed','s:77:\"es:Las restricciones de la contraseña de bot impiden este inicio de sesión.\";'),('an','messages:botpasswords-summary','s:417:\"es:Las <em>contraseñas de bots</em> permiten el acceso a una cuenta de usuario mediante la API sin usar las credenciales principales de la cuenta. Los derechos de un usuario mientras haya iniciado sesión con una contraseña de bot pueden estar restringidos.\n\nSi no sabes por qué querrías hacer esto, probablemente no deberías hacerlo. Nadie debería pedirte que generes una de estas claves y que se la entregues.\";'),('an','messages:botpasswords-toolong-grants','s:41:\"es:Hay demasiados permisos seleccionados.\";'),('an','messages:botpasswords-toolong-restrictions','s:58:\"es:Se introdujeron demasiadas direcciones IP o intervalos.\";'),('an','messages:botpasswords-update-failed','s:69:\"es:No se pudo actualizar el nombre del bot «$1». ¿Ha sido borrado?\";'),('an','messages:botpasswords-updated-body','s:108:\"es:Se actualizó la contraseña del robot «$1» perteneciente {{GENDER:$2|al usuario|a la usuaria}} «$2».\";'),('an','messages:botpasswords-updated-title','s:38:\"es:Se actualizó la contraseña de bot\";'),('an','messages:brackets','s:7:\"en:[$1]\";'),('an','messages:brackets-end','s:4:\"en:]\";'),('an','messages:brackets-start','s:4:\"en:[\";'),('an','messages:broken-file-category','s:42:\"an:Pachinas con vinclos a fichero trencaus\";'),('an','messages:broken-file-category-desc','s:115:\"es:La página contiene un enlace roto a archivos (un enlace para incrustar un archivo cuando el archivo no existe).\";'),('an','messages:brokenredirects','s:24:\"an:Reendreceras crebatas\";'),('an','messages:brokenredirects-delete','s:9:\"an:borrar\";'),('an','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('an','messages:brokenredirects-edit','s:9:\"an:editar\";'),('an','messages:brokenredirects-summary','s:3:\"en:\";'),('an','messages:brokenredirectstext','s:59:\"an:As siguients endreceras levan enta pachinas inexistents.\";'),('an','messages:bydate','s:18:\"an:por a calendata\";'),('an','messages:cachedspecial-viewing-cached-ttl','s:119:\"es:Estás viendo una versión de esta página que está almacenada en caché y que puede tener hasta $1 de antigüedad.\";'),('an','messages:cactions','s:7:\"an:Más\";'),('an','messages:cancel','s:11:\"an:Cancelar\";'),('an','messages:cannotauth-not-allowed','s:44:\"es:No tienes permiso para usar esta página.\";'),('an','messages:cannotauth-not-allowed-title','s:19:\"es:Permiso denegado\";'),('an','messages:cannotchangeemail','s:93:\"an:As adrezas de correu electronico d\'as cuentas d\'usuario no se pueden cambiar en ista wiki.\";'),('an','messages:cannotcreateaccount-text','s:66:\"es:La creación directa de cuentas no está activada en esta wiki.\";'),('an','messages:cannotcreateaccount-title','s:29:\"es:No se pueden crear cuentas\";'),('an','messages:cannotdelete','s:95:\"an:No s\'ha puesto borrar pachina u fichero \"$1\". Talment belatro usuario l\'ha borrato dinantes.\";'),('an','messages:cannotdelete-title','s:38:\"an:No se puede borrar a pachina «$1»\";'),('an','messages:cannotlink-no-provider','s:30:\"es:No hay cuentas vinculables.\";'),('an','messages:cannotlink-no-provider-title','s:29:\"es:No hay cuentas vinculables\";'),('an','messages:cannotlogin-text','s:38:\"es:No ha sido posible iniciar sesión.\";'),('an','messages:cannotlogin-title','s:30:\"es:No se puede iniciar sesión\";'),('an','messages:cannotloginnow-text','s:48:\"es:No se puede iniciar sesión cuando se usa $1.\";'),('an','messages:cannotloginnow-title','s:36:\"es:No se puede iniciar sesión ahora\";'),('an','messages:cannotlogoutnow-text','s:47:\"es:No se puede cerrar sesión cuando se usa $1.\";'),('an','messages:cannotlogoutnow-title','s:35:\"es:No se puede cerrar sesión ahora\";'),('an','messages:cannotmove','s:95:\"es:La página no pudo trasladarse por {{PLURAL:$1|el siguiente motivo|los siguientes motivos}}:\";'),('an','messages:cannotundelete','s:87:\"an:No s\'ha puesto desfer o borrau; belatro usuario puede haber desfeito antis o borrau.\";'),('an','messages:cannotunlink-no-provider','s:52:\"es:No hay cuentas enlazadas que puedan desenlazarse.\";'),('an','messages:cannotunlink-no-provider-title','s:42:\"es:No hay cuentas enlazadas que desenlazar\";'),('an','messages:cant-block-nonexistent-page','s:69:\"es:No puedes bloquear a un usuario de $1 porque la página no existe.\";'),('an','messages:cant-move-category-page','s:59:\"es:No tienes permiso para trasladar páginas de categoría.\";'),('an','messages:cant-move-subpages','s:48:\"es:No tienes permiso para trasladar subpáginas.\";'),('an','messages:cant-move-to-category-page','s:76:\"es:No tienes permiso para trasladar una página a una página de categoría.\";'),('an','messages:cant-move-to-user-page','s:107:\"an:No tiene premisos ta tresladar una pachina ta una pachina d\'usuario (fueras de si ye ta una subpachina).\";'),('an','messages:cant-move-user-page','s:75:\"an:No tien premiso ta tresladar pachinas d\'usuario (fueras de subpachinas).\";'),('an','messages:cant-see-hidden-user','s:181:\"an:L\'usuario a qui ye mirando de bloqueyar ya ye bloqueyau y amagau. Como que ye posible que vusté no tienga o dreito hideuser, no puede veyer ni editar os bloqueyos d\'ixe usuario.\";'),('an','messages:cantmove-titleprotected','s:110:\"an:No puede tresladar una pachina ta íste títol porque o nuevo títol ye protechito y no puede estar creyato\";'),('an','messages:cantrollback','s:90:\"an:No se pueden revertir as edicions; o zaguer colaborador ye o solo autor d\'iste articlo.\";'),('an','messages:cascadeprotected','s:180:\"an:Ista pachina ye protechita y no se puede editar porque ye incluyita en {{PLURAL:$1|a siguient pachina|as siguients pachinas}}, que son protechitas con a opción de \"cascada\": $2\";'),('an','messages:cascadeprotectedwarning','s:231:\"an:\'\'\'Pare cuenta:\'\'\' Ista pachina ye protechita ta que nomás os almenistrador puedan editar-la, porque ye incluyita en {{PLURAL:$1|a siguient pachina, protechita|as siguients pachinas, protechitas}} con a opción de \'\'cascada\'\' :\";'),('an','messages:categories','s:14:\"an:Categorías\";'),('an','messages:categories-submit','s:10:\"es:Mostrar\";'),('an','messages:categories-summary','s:3:\"en:\";'),('an','messages:categoriesfrom','s:45:\"an:Amostrar as categoría que prencipien por:\";'),('an','messages:categoriespagetext','s:267:\"an:{{PLURAL:$1|A siguient categoría contién|As siguients categorías contienen}} pachinas u fichers multimedia.\nNo s\'amuestran aquí as [[Special:UnusedCategories|categorías no emplegatas]].\nSe veigan tamién as [[Special:WantedCategories|categorías requiestas]].\";'),('an','messages:category-article-count','s:178:\"an:{{PLURAL:$2|Ista categoría nomás incluye a pachina siguient.|{{PLURAL:$1|A pachina siguient fa parte|As pachinas siguients fan parte}} d\'esta categoría, d\'un total de $2.}}\";'),('an','messages:category-article-count-limited','s:98:\"an:{{PLURAL:$1|A pachina siguient fa parte|As $1 pachinas siguients fan parte}} d\'ista categoría.\";'),('an','messages:category-empty','s:78:\"an:\'\'Ista categoría no tiene por agora garra articlo ni conteniu multimedia\'\'\";'),('an','messages:category-file-count','s:181:\"an:{{PLURAL:$2|Ista categoría nomás contiene o fichero siguient.|{{PLURAL:$1|O fichero siguient fa parte|Os $1 fichers siguients fan parte}} d\'ista categoría, d\'un total de $2.}}\";'),('an','messages:category-file-count-limited','s:97:\"an:{{PLURAL:$1|O fichero siguient fa parte|Os $1 fichers siguients fan parte}} d\'ista categoría.\";'),('an','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('an','messages:category-media-header','s:44:\"an:Contenius multimedia en a categoría \"$1\"\";'),('an','messages:category-move-redirect-override','s:4:\"en:-\";'),('an','messages:category-subcat-count','s:187:\"an:{{PLURAL:$2|Ista categoría contiene nomás a siguient subcategoría.|Ista categoría incluye {{PLURAL:$1|a siguient subcategoría|as siguients $1 subcategorías}}, d\'un total de $2.}}\";'),('an','messages:category-subcat-count-limited','s:98:\"an:Ista categoría contiene {{PLURAL:$1|a siguient subcategoría|as siguients $1 subcategorías}}.\";'),('an','messages:category_header','s:32:\"an:Articlos en a categoría \"$1\"\";'),('an','messages:categorypage','s:33:\"an:Veyer a pachina d\'a categoría\";'),('an','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('an','messages:change-blocklink','s:19:\"an:cambear bloqueyo\";'),('an','messages:changeblockip','s:18:\"es:Cambiar bloqueo\";'),('an','messages:changecontentmodel','s:48:\"es:Cambiar el modelo de contenido de una página\";'),('an','messages:changecontentmodel-cannot-convert','s:66:\"es:No se puede convertir el contenido de [[:$1]] en un tipo de $2.\";'),('an','messages:changecontentmodel-current-label','s:30:\"es:Modelo de contenido actual:\";'),('an','messages:changecontentmodel-emptymodels-text','s:64:\"es:El contenido de [[:$1]] no se puede convertir a ningún tipo.\";'),('an','messages:changecontentmodel-emptymodels-title','s:42:\"es:No hay modelos de contenido disponibles\";'),('an','messages:changecontentmodel-legend','s:33:\"es:Cambiar el modelo de contenido\";'),('an','messages:changecontentmodel-model-label','s:29:\"es:Modelo de contenido nuevo:\";'),('an','messages:changecontentmodel-nodirectediting','s:58:\"es:El modelo de contenido $1 no admite la edición directa\";'),('an','messages:changecontentmodel-reason-label','s:10:\"es:Motivo:\";'),('an','messages:changecontentmodel-submit','s:10:\"es:Cambiar\";'),('an','messages:changecontentmodel-success-text','s:50:\"es:Se ha cambiado el tipo de contenido de [[:$1]].\";'),('an','messages:changecontentmodel-success-title','s:36:\"es:Se cambió el modelo de contenido\";'),('an','messages:changecontentmodel-title-label','s:22:\"es:Título de página:\";'),('an','messages:changecredentials','s:27:\"es:Cambiar las credenciales\";'),('an','messages:changecredentials-invalidsubpage','s:42:\"es:$1 no es un tipo de credencial válido.\";'),('an','messages:changecredentials-submit','s:23:\"es:Cambiar credenciales\";'),('an','messages:changecredentials-success','s:39:\"es:Tus credenciales han sido cambiadas.\";'),('an','messages:changed','s:10:\"an:editata\";'),('an','messages:changeemail','s:31:\"an:Cambiar l\'adreza de correu-e\";'),('an','messages:changeemail-header','s:42:\"an:Cambiar l\'adreza de correu-e d\'a cuenta\";'),('an','messages:changeemail-maxlength','s:79:\"es:Su dirección de correo electrónico debe tener como máximo 255 caracteres.\";'),('an','messages:changeemail-newemail','s:46:\"an:No bi ha garra adreza de correu electronico\";'),('an','messages:changeemail-newemail-help','s:233:\"es:Este campo debería dejarse en blanco si quieres eliminar tu dirección de correo electrónico. No podrás restablecer una contraseña olvidada y no recibirás correos de esta wiki si se quita la dirección de correo electrónico.\";'),('an','messages:changeemail-no-info','s:80:\"an:Debe identificar-se como usuario ta poder acceder dreitament ta ista pachina.\";'),('an','messages:changeemail-nochange','s:65:\"es:Escribe una dirección de correo electrónico nueva diferente.\";'),('an','messages:changeemail-none','s:10:\"an:(garra)\";'),('an','messages:changeemail-oldemail','s:29:\"an:Adreza de correu-e actual:\";'),('an','messages:changeemail-password','s:34:\"es:Tu contraseña en {{SITENAME}}:\";'),('an','messages:changeemail-submit','s:29:\"an:Cambiar adreza de correu-e\";'),('an','messages:changeemail-summary','s:3:\"en:\";'),('an','messages:changeemail-throttled','s:82:\"es:Has intentado acceder demasiadas veces.\nEspera $1 antes de intentarlo de nuevo.\";'),('an','messages:changepassword','s:17:\"an:Cambiar a clau\";'),('an','messages:changepassword-success','s:59:\"an:A suya clau ya ye cambiata. Agora ya puede dentrar-ie...\";'),('an','messages:changepassword-summary','s:3:\"en:\";'),('an','messages:changepassword-throttled','s:96:\"es:Has intentado acceder demasiadas veces recientemente.\nEspera $1 antes de intentarlo de nuevo.\";'),('an','messages:changeslist-nocomment','s:26:\"es:Sin resumen de edición\";'),('an','messages:checkbox-all','s:8:\"es:todas\";'),('an','messages:checkbox-invert','s:11:\"es:invertir\";'),('an','messages:checkbox-none','s:10:\"es:ninguna\";'),('an','messages:checkbox-select','s:18:\"es:Seleccionar: $1\";'),('an','messages:clearyourcache','s:560:\"an:<strong>Pare cuenta:</strong> Dimpués d\'alzar, puede estar que haiga d\'esviellar a caché d\'o suyo navegador ta veyer os cambeos.\n* <strong>Firefox / Safari:</strong> Prete a tecla <em>Mayús</em> mientras puncha <em>Actualizar</em>, u prete <em>Ctrl+F5</em> u <em>Ctrl+R</em> (<em>⌘+R</em> en un Mac)\n* <strong>Google Chrome:</strong> Prete \'\'Ctrl-Shift-R\'\' (<em>⌘+R</em> en un Mac)\n* <strong>Internet Explorer/Edge:</strong> Prete <em>Ctrl</em> mientras puncha <em>Actualizar</em>, u <em>Ctrl+F5</em>\n* <strong>Opera:</strong> Prete <em>Ctrl+F5</em>.\";'),('an','messages:collapsible-collapse','s:11:\"an:Replegar\";'),('an','messages:collapsible-expand','s:11:\"an:Ixamplar\";'),('an','messages:colon-separator','s:9:\"en::&#32;\";'),('an','messages:comma-separator','s:9:\"an:,&#32;\";'),('an','messages:common.css','s:80:\"an:/* Os estilos CSS definius aquí aplicarán a todas as apariencias (skins) */\";'),('an','messages:common.js','s:109:\"an:/* Qualsiquier codigo Javascript escrito aquí se cargará ta totz os usuarios en cada carga de pachina */\";'),('an','messages:common.json','s:107:\"es:/* Cualquier esquema JSON escrito aquí se cargará para todos los usuarios en cada carga de página. */\";'),('an','messages:compare-page1','s:12:\"an:Pachina 1\";'),('an','messages:compare-page2','s:12:\"an:Pachina 2\";'),('an','messages:compare-rev1','s:13:\"an:Versión 1\";'),('an','messages:compare-rev2','s:13:\"an:Versión 2\";'),('an','messages:compare-revision-not-exists','s:38:\"an:A revisión especificada no existe.\";'),('an','messages:compare-submit','s:14:\"an:Contimparar\";'),('an','messages:comparepages','s:23:\"an:Contimparar pachinas\";'),('an','messages:comparepages-summary','s:3:\"en:\";'),('an','messages:compareselectedversions','s:34:\"an:Confrontar as versions trigadas\";'),('an','messages:config-invalid-key','s:65:\"es:Parámetro de configuración de MediaWiki inválido «$1»: $2\";'),('an','messages:config-missing-key','s:60:\"es:Falta el parámetro de configuración de MediaWiki «$1»\";'),('an','messages:confirm','s:12:\"an:Confirmar\";'),('an','messages:confirm-markpatrolled-button','s:10:\"es:Aceptar\";'),('an','messages:confirm-markpatrolled-top','s:50:\"es:¿Marcar la revisión $3 de $2 como verificada?\";'),('an','messages:confirm-mcrrestore-title','s:25:\"es:Restaurar la revisión\";'),('an','messages:confirm-mcrundo-title','s:21:\"es:Deshacer un cambio\";'),('an','messages:confirm-purge-bottom','s:100:\"an:En porgar una pachina, se limpia a memoria caché y afuerza que amaneixca a versión más actual.\";'),('an','messages:confirm-purge-title','s:22:\"es:Purgar esta página\";'),('an','messages:confirm-purge-top','s:35:\"an:Limpiar a caché d\'ista pachina?\";'),('an','messages:confirm-rollback-bottom','s:86:\"es:Esta operación revertirá inmediatamente los cambios seleccionados a esta página.\";'),('an','messages:confirm-rollback-button','s:10:\"es:Aceptar\";'),('an','messages:confirm-rollback-top','s:44:\"es:¿Revertir las ediciones en esta página?\";'),('an','messages:confirm-unwatch-button','s:12:\"an:Confirmar\";'),('an','messages:confirm-unwatch-top','s:52:\"an:Sacar ista pachina d\'a suya lista de seguimiento?\";'),('an','messages:confirm-watch-button','s:12:\"an:Confirmar\";'),('an','messages:confirm-watch-button-expiry','s:10:\"es:Vigilar\";'),('an','messages:confirm-watch-label','s:25:\"es:Tiempo de seguimiento:\";'),('an','messages:confirm-watch-top','s:55:\"an:Adhibir ista pachina a la suya lista de seguimiento?\";'),('an','messages:confirm_purge_button','s:12:\"an:Confirmar\";'),('an','messages:confirmable-confirm','s:40:\"es:¿Estás {{GENDER:$1|seguro|segura}}?\";'),('an','messages:confirmable-no','s:5:\"an:No\";'),('an','messages:confirmable-yes','s:5:\"an:Si\";'),('an','messages:confirmdeletetext','s:251:\"an:Ye en momentos de borrar d\'a base de datos una pachina con tot o suyo historial.\nPor favor, confirme que reyalment ye mirando de fer ixo, que entiende as conseqüencias, y que lo fa d\'alcuerdo con as [[{{MediaWiki:Policy-url}}|politicas]] d\'o wiki.\";'),('an','messages:confirmedittext','s:203:\"an:Ha de confirmar a suya adreza de correu-e antis de poder editar pachinas. Por favor, estableixca y confirme una adreza de correu-e a traviés d\'as suyas [[Special:Preferences|preferencias d\'usuario]].\";'),('an','messages:confirmemail','s:31:\"an:Confirmar adreza de correu-e\";'),('an','messages:confirmemail_body','s:433:\"an:Belún, probablement vusté mesmo, ha rechistrato una cuenta \"$2\" con ista adreza de correu-e en {{SITENAME}} dende l\'adreza IP $1.\n\nTa confirmar que ista cuenta reyalment le perteneixe y activar as funcions de correu-e en {{SITENAME}}, ubra iste vinclo en o suyo navegador:\n\n$3\n\nSi a cuenta *no* ye suya, siga iste atro vinclo ta anular a confirmación d\'adreza de correu-e:\n\n$5\n\nIste codigo de confirmación circumducirá en $4.\";'),('an','messages:confirmemail_body_changed','s:443:\"an:Belún, probablement vusté mesmo, dende l\'adreza IP $1, ha cambiato l\'adreza de correu-e d\'a cuenta \"$2\" ta ista adreza en {{SITENAME}}.\n\nTa confirmar que ista cuenta reyalment le perteneix y ta reactivar as funcions de correu-e en {{SITENAME}}, ubra iste vinclo en o suyo navegador:\n\n$3\n\nSi a cuenta *no* ye suya, siga iste atro vinclo ta anular a confirmación d\'adreza de correu-e:\n\n$5\n\nIste codigo de confirmación circumducirá en $4.\";'),('an','messages:confirmemail_body_set','s:468:\"an:Belún, probablement vusté dende l\'adreza IP $1,\nha cambiau l\'adreza de correu electronico d\'a cuenta $2 ta ista adreza en {{SITENAME}}.\n\nTa confirmar que ista cuenta realment li perteneixe y reactivar\nas capacidatz d\'o correu electronico en {{SITENAME}}, ubra iste vinclo en o suyo navegador:\n\n$3\n\nSi a cuenta *no* li perteneixe siga alavez iste atro enlace\nta cancelar a confirmación d\'o correu electronico:\n\n$5\n\nIste codigo de confirmación circumducirá o $4.\";'),('an','messages:confirmemail_invalid','s:84:\"an:O codigo de confirmación no ye conforme. Regular que o codigo sía circumducito.\";'),('an','messages:confirmemail_invalidated','s:46:\"an:Anular a confirmación d\'adreza de correu-e\";'),('an','messages:confirmemail_loggedin','s:46:\"an:A suya adreza de correu-e ya ye confirmata.\";'),('an','messages:confirmemail_needlogin','s:55:\"an:Amenistar $1 ta confirmar a suya adreza de correu-e.\";'),('an','messages:confirmemail_noemail','s:103:\"an:No tiene una adreza de correu-e conforme en as suyas [[Special:Preferences|preferencias d\'usuario]].\";'),('an','messages:confirmemail_oncreate','s:219:\"an:S\'ha ninviato un codigo de confirmación t\'a suya adreza de correu-e.\nIste codigo no ye necesario ta dentrar, pero amenistará escribir-lo antis d\'activar qualsiquier función d\'o wiki basata en o correu electronico.\";'),('an','messages:confirmemail_pending','s:190:\"an:Ya se le ha ninviato un codigo de confirmación; si creyó una cuenta fa poco tiempo, puede que s\'estime más d\'aguardar bells menutos ta veyer si le plega antes de pedir un nuevo codigo.\";'),('an','messages:confirmemail_send','s:38:\"an:Ninviar un codigo de confirmación.\";'),('an','messages:confirmemail_sendfailed','s:223:\"an:{{SITENAME}} no ha puesto ninviar-le o mensache de confirmación. Por favor, comprebe que no bi haiga carácters no conformes en l\'adreza de correu electronico indicata.\n\nO programa retornó o siguient codigo d\'error: $1\";'),('an','messages:confirmemail_sent','s:44:\"an:S\'ha ninviato un correu de confirmación.\";'),('an','messages:confirmemail_subject','s:56:\"an:confirmación de l\'adreza de correu-e de {{SITENAME}}\";'),('an','messages:confirmemail_success','s:116:\"an:A suya adreza de correu-e ya ye confirmata. Agora puede [[Special:UserLogin|dentrar]] en o wiki y gronxiar-se-ie.\";'),('an','messages:confirmemail_text','s:290:\"an:{{SITENAME}} requiere que confirme a suya adreza de correu-e antis de poder usar as funcions de correu-e. Punche o botón de baxo ta ninviar un mensache de confirmación t\'a suya adreza. O mensache incluirá un vinclo con un codigo. Escriba-lo ta confirmar que a suya adreza ye conforme.\";'),('an','messages:confirmleave-warning','s:87:\"es:Abandonar esta página puede provocar la pérdida de cualesquier cambios realizados.\";'),('an','messages:confirmrecreate','s:231:\"an:L\'usuario [[User:$1|$1]] ([[User talk:$1|descusión]]) ha borrato iste articlo dimpués que vusté prencipase a editar-lo, y ha dato a siguient razón:\n: \'\'$2\'\'\nPor favor, confirme que reyalment deseya tornar a creyar l\'articlo.\";'),('an','messages:confirmrecreate-noreason','s:191:\"an:L\'usuario [[User:$1|$1]] ([[User talk:$1|discusión]]) borró ista pachina dimpués que vusté prencipiase a editar-la. Por favor confirme que realment quiere tornar a creyar ista pachina.\";'),('an','messages:content-failed-to-parse','s:64:\"es:No se ha podido procesar el contenido $2 del modelo de $1: $3\";'),('an','messages:content-json-empty-array','s:16:\"es:Matriz vacía\";'),('an','messages:content-json-empty-object','s:16:\"es:Objeto vacío\";'),('an','messages:content-model-css','s:6:\"es:CSS\";'),('an','messages:content-model-javascript','s:13:\"es:JavaScript\";'),('an','messages:content-model-json','s:7:\"es:JSON\";'),('an','messages:content-model-text','s:20:\"es:texto sin formato\";'),('an','messages:content-model-wikitext','s:13:\"an:texto wiki\";'),('an','messages:content-not-allowed-here','s:84:\"es:El contenido «$1» no está permitido en la página [[:$2]] en el espacio «$3»\";'),('an','messages:contentmodelediterror','s:158:\"es:No puedes editar esta revisión porque su modelo de contenido es <code>$1</code>, que difiere del modelo actual de contenido de la página <code>$2</code>.\";'),('an','messages:continue-editing','s:26:\"es:Ir al área de edición\";'),('an','messages:contribslink','s:16:\"an:contrebucions\";'),('an','messages:contribsub2','s:27:\"an:Ta {{GENDER:$3|$1}} ($2)\";'),('an','messages:contributions','s:29:\"an:Contribucions de l\'usuario\";'),('an','messages:contributions-subtitle','s:24:\"es:Para {{GENDER:$3|$1}}\";'),('an','messages:contributions-summary','s:3:\"en:\";'),('an','messages:contributions-title','s:32:\"an:Contribucions de l\'usuario $1\";'),('an','messages:contributions-userdoesnotexist','s:51:\"es:La cuenta de usuario «$1» no está registrada.\";'),('an','messages:converter-manual-rule-error','s:72:\"es:Se ha detectado un error en una regla manual de conversión de idioma\";'),('an','messages:copyright','s:48:\"an:O conteniu ye disponible baixo a licencia $1.\";'),('an','messages:copyrightpage','s:33:\"an:{{ns:project}}:Dreitos d\'autor\";'),('an','messages:copyrightwarning','s:531:\"an:Por favor, pare cuenta en que todas as contrebucions a {{SITENAME}} se consideran publicatas baixo a licencia $2 (se veigan os detalles en $1). Si no deseya que atra chent corricha os suyos escritos sin piedat y los distribuiga librement, alavez, no habría de meter-los aquí. En publicar aquí, tamién ye declarando que vusté mesmo escribió iste texto y ye l\'amo d\'os dreitos d\'autor, u bien lo copió dende o dominio publico u de qualsiquier atra fuent libre.\n\'\'\'NO COPIE SIN PREMISO ESCRITOS CON DREITOS D\'AUTOR!\'\'\'<br />\";'),('an','messages:copyrightwarning2','s:558:\"an:Por favor, pare cuenta que todas as contrebucions a {{SITENAME}} pueden estar editatas, cambiatas u borratas por atros colaboradors. Si no deseya que atra chent corricha os suyos escritos sin piedat y los destribuiga librement, alavez, no debería meter-los aquí. <br /> En publicar aquí, tamién ye declarando que vusté mesmo escribió iste texto y ye o duenyo d\'os dreitos d\'autor, u bien lo copió dende o dominio publico u qualsiquier atra fuent libre (veyer $1 ta más información). <br />\n\'\'\'NO COPIE SIN PREMISO ESCRITOS CON DREITOS D\'AUTOR!\'\'\'\";'),('an','messages:copyupload-allowed-domains','s:3:\"en:\";'),('an','messages:copyuploaddisabled','s:29:\"an:Carga por URL desactivada.\";'),('an','messages:create','s:9:\"an:Creyar\";'),('an','messages:create-local','s:33:\"an:Adhibir una descripción local\";'),('an','messages:createaccount','s:26:\"an:Creyar una nueva cuenta\";'),('an','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('an','messages:createaccount-text','s:245:\"an:Belún ha creyato una cuenta con o nombre \"$2\" en {{SITENAME}} ($4), con a clau \"$3\" y indicando a suya adreza de correu. Habría de dentrar-ie agora y cambiar a suya clau.\n\nSi a cuenta s\'ha creyato por error, simplament ignore iste mensache.\";'),('an','messages:createaccount-title','s:36:\"an:Creyar una cuenta en {{SITENAME}}\";'),('an','messages:createaccountblock','s:49:\"an:S\'ha bloqueyato a creyación de nuevas cuentas\";'),('an','messages:createaccounterror','s:37:\"an:No s\'ha puesto creyar a cuenta: $1\";'),('an','messages:createaccountmail','s:25:\"an:por correu electronico\";'),('an','messages:createaccountmail-help','s:83:\"es:Puede usarse para crear una cuenta para otra persona sin revelar la contraseña.\";'),('an','messages:createacct-another-continue-submit','s:42:\"es:Continuar con la creación de la cuenta\";'),('an','messages:createacct-another-email-ph','s:34:\"an:Establir una adreza de correu-e\";'),('an','messages:createacct-another-realname-tip','s:105:\"es:El nombre real es opcional.\nSi lo proporcionas, se usará para dar atribución al trabajo del usuario.\";'),('an','messages:createacct-another-submit','s:22:\"an:Creya unatra cuenta\";'),('an','messages:createacct-another-username-ph','s:31:\"es:Escribe el nombre de usuario\";'),('an','messages:createacct-benefit-body1','s:35:\"es:{{PLURAL:$1|edición|ediciones}}\";'),('an','messages:createacct-benefit-body2','s:33:\"es:{{PLURAL:$1|página|páginas}}\";'),('an','messages:createacct-benefit-body3','s:58:\"an:{{PLURAL:$1|colaborador recient|colaboradors recients}}\";'),('an','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('an','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('an','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('an','messages:createacct-benefit-heading','s:57:\"es:Personas como tú son las que construyen {{SITENAME}}.\";'),('an','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('an','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('an','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('an','messages:createacct-continue-submit','s:42:\"es:Continuar con la creación de la cuenta\";'),('an','messages:createacct-email-ph','s:47:\"es:Escribe tu dirección de correo electrónico\";'),('an','messages:createacct-emailoptional','s:47:\"es:Dirección de correo electrónico (opcional)\";'),('an','messages:createacct-emailrequired','s:36:\"es:Dirección de correo electrónico\";'),('an','messages:createacct-error','s:27:\"es:Error al crear la cuenta\";'),('an','messages:createacct-helpusername','s:3:\"en:\";'),('an','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('an','messages:createacct-loginerror','s:131:\"es:La cuenta se ha creado correctamente, pero no se pudo ingresar automáticamente. Procede al [[Special:UserLogin|acceso manual]].\";'),('an','messages:createacct-normalization','s:68:\"es:Tu nombre de usuario será \"$2\" debido a restricciones técnicas.\";'),('an','messages:createacct-realname','s:25:\"es:Nombre real (opcional)\";'),('an','messages:createacct-reason','s:36:\"es:Motivo (registrado públicamente)\";'),('an','messages:createacct-reason-confirm','s:131:\"es:El motivo introducido es una dirección de correo electrónico. Si es eso lo que pretendías, pulsa de nuevo en «Crear cuenta»\";'),('an','messages:createacct-reason-help','s:64:\"es:Mensaje que se muestra en el registro de creación de cuentas\";'),('an','messages:createacct-reason-ph','s:38:\"es:Por qué estás creando otra cuenta\";'),('an','messages:createacct-submit','s:22:\"an:Creya a tuya cuenta\";'),('an','messages:createacct-temp-warning','s:98:\"es:Las ediciones que hiciste con tu cuenta temporal no serán transladados a tu cuenta permanente.\";'),('an','messages:createacct-username-help','s:3:\"en:\";'),('an','messages:createacct-useuniquepass','s:90:\"es:Se recomienda emplear una contraseña única que no utilices en ningún otro sitio web.\";'),('an','messages:createacct-yourpassword-ph','s:26:\"es:Escribe una contraseña\";'),('an','messages:createacct-yourpasswordagain','s:18:\"an:Confirma a clau\";'),('an','messages:createacct-yourpasswordagain-ph','s:36:\"es:Introduce de nuevo la contraseña\";'),('an','messages:created','s:10:\"an:creyata\";'),('an','messages:creating','s:23:\"an:Creyación de «$1»\";'),('an','messages:credentialsform-account','s:23:\"es:Nombre de la cuenta:\";'),('an','messages:credentialsform-provider','s:24:\"es:Tipo de credenciales:\";'),('an','messages:creditspage','s:23:\"an:Creditos d\'a pachina\";'),('an','messages:cur','s:6:\"an:act\";'),('an','messages:currentevents','s:13:\"an:Actualidat\";'),('an','messages:currentevents-url','s:21:\"an:Project:Actualidat\";'),('an','messages:currentrev','s:18:\"an:Versión actual\";'),('an','messages:currentrev-asof','s:26:\"an:Zaguera versión d\'o $1\";'),('an','messages:currentrevisionlink','s:18:\"an:Versión actual\";'),('an','messages:customcssprotected','s:100:\"an:No tiene permisos ta editar a pachina CSS porque contién parametros personal de belatro usuario.\";'),('an','messages:customjsonprotected','s:110:\"es:No tienes permiso para editar esta página JSON porque contiene configuraciones personales de otro usuario.\";'),('an','messages:customjsprotected','s:109:\"an:No tien permisos ta editar a pachina JavaScript porque contién os parametros personas de belatro usuario.\";'),('an','messages:databaseerror','s:26:\"an:Error d\'a base de datos\";'),('an','messages:databaseerror-error','s:12:\"an:Error: $1\";'),('an','messages:databaseerror-function','s:15:\"es:Función: $1\";'),('an','messages:databaseerror-query','s:15:\"es:Consulta: $1\";'),('an','messages:databaseerror-text','s:106:\"es:Se ha producido un error en la consulta a la base de datos.\nEsto puede indicar un fallo en el software.\";'),('an','messages:databaseerror-textcl','s:62:\"es:Se ha producido un error en la consulta a la base de datos.\";'),('an','messages:databaselocked','s:39:\"es:La base de datos ya está bloqueada.\";'),('an','messages:databasenotlocked','s:34:\"an:A base de datos no ye trancata.\";'),('an','messages:date','s:32:\"es:Desde el día (y anteriores):\";'),('an','messages:date-range-from','s:18:\"es:Desde la fecha:\";'),('an','messages:date-range-to','s:18:\"es:Hasta la fecha:\";'),('an','messages:datedefault','s:22:\"an:Sin de preferencias\";'),('an','messages:days','s:33:\"an:{{PLURAL:$1|un día|$1 días}}\";'),('an','messages:days-abbrev','s:6:\"es:$1d\";'),('an','messages:dberr-again','s:37:\"an:Mire de recargar en bells menutos.\";'),('an','messages:dberr-info','s:66:\"an:(No s\'ha puesto contactar con o servidor d\'a base de datos: $1)\";'),('an','messages:dberr-info-hidden','s:43:\"es:(No se puede acceder a la base de datos)\";'),('an','messages:dberr-problems','s:66:\"an:Lo sentimos. Iste sitio ye experimentando dificultatz tecnicas.\";'),('an','messages:deadendpages','s:22:\"an:Pachinas sin salida\";'),('an','messages:deadendpages-summary','s:3:\"en:\";'),('an','messages:deadendpagestext','s:81:\"an:As siguients pachinas no tienen vinclos ta garra atra pachina de {{SITENAME}}.\";'),('an','messages:dec','s:6:\"an:avi\";'),('an','messages:december','s:10:\"an:aviento\";'),('an','messages:december-gen','s:12:\"an:d\'aviento\";'),('an','messages:default','s:14:\"an:por defecto\";'),('an','messages:default-skin-not-found','s:1979:\"es:¡Vaya! La apariencia predeterminada de tu wiki, definida en <code dir=\"ltr\">$wgDefaultSkin</code> como <code>$1</code>, no está disponible.\n\nLa instalación parece contener {{PLURAL:$4|la siguiente apariencia|las siguientes apariencias}}. Revisa [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Configuración de apariencias] para más información sobre cómo {{PLURAL:$4|activarla|activarlas y seleccionar la predeterminada}}.\n\n$2\n\n; Si acabas de instalar MediaWiki:\n: Probablemente la hayas instalado desde git, o directamente desde el código fuente usando algún otro método. Es normal que ocurra esto. Intenta instalar algunas apariencias desde [https://www.mediawiki.org/wiki/Category:All_skins el directorio de apariencias de mediawiki.org] ya sea:\n:* Descargando [https://www.mediawiki.org/wiki/Special:MyLanguage/Download el instalador tarball], el cual contiene varias apariencias y extensiones. Puedes copiar y pegar el directorio <code>skins/</code> de ahí.\n:* Descargando tarballs individuales de cada apariencia de [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Usando Git para descargar apariencias].\n: Hacer esto no debería interferir con tu repositorio git si eres un desarrollador de MediaWiki.\n\n; Si acabas de actualizar MediaWiki:\n: A partir de MediaWiki 1.24 ya no se activan automáticamente las apariencias instaladas (revisa [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). Puedes pegar {{PLURAL:$5|la siguiente línea|las siguientes líneas}} en <code>LocalSettings.php</code> para activar {{PLURAL:$5|la apariencia instalada|todas las apariencias instaladas}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Si acabas de modificar <code>LocalSettings.php</code>:\n: Comprueba detenidamente posibles errores tipográficos en los nombres de las apariencias.\";'),('an','messages:default-skin-not-found-no-skins','s:1426:\"es:¡Vaya! La apariencia predeterminada de tu wiki, definida en <code>$wgDefaultSkin</code> como <code>$1</code>, no está disponible.\n\nNo tienes apariencias instaladas.\n\n; Si has instalado o actualizado MediaWiki recientemente:\n: Probablemente has instalado desde git, o directamente desde el código fuente usando algún otro método. Esto puede ocurrir en este caso. A partir de MediaWiki 1.24 ya no se incluye ninguna apariencia en el repositorio principal. Trata de instalar algunas apariencias desde el [https://www.mediawiki.org/wiki/Category:All_skins directorio de apariencias de mediawiki.org], ya sea:\n:* Descargando el [https://www.mediawiki.org/wiki/Special:MyLanguage/Download instalador tarball], que viene con varias apariencias y extensiones. Puedes copiar y pegar el directorio <code>skins/</code> desde ahí.\n:* Descargando tarballs individuales de cada apariencia de [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Usando Git para descargar apariencias].\n: Hacer esto no debería interferir con tu repositorio de MediaWiki si eres un desarrollador de MediaWiki. Revisa [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Configuración de apariencias] para información sobre cómo habilitar las apariencias y seleccionar la predeterminada.\";'),('an','messages:default-skin-not-found-row-disabled','s:56:\"es:* <code>$1</code> / $2 (<strong>desactivada</strong>)\";'),('an','messages:default-skin-not-found-row-enabled','s:36:\"es:* <code>$1</code> / $2 (activada)\";'),('an','messages:defaultmessagetext','s:23:\"es:Texto predeterminado\";'),('an','messages:defemailsubject','s:41:\"an:Correu de {{SITENAME}} de l\'usuario $1\";'),('an','messages:deflate-invaliddeflate','s:62:\"es:El contenido proporcionado no esta comprimido correctamente\";'),('an','messages:delete','s:9:\"an:Borrar\";'),('an','messages:delete-confirm','s:14:\"an:Borrar \"$1\"\";'),('an','messages:delete-edit-reasonlist','s:30:\"an:Editar as razons d\'o borrau\";'),('an','messages:delete-edit-reasonlist-suppress','s:31:\"es:Editar motivos de supresión\";'),('an','messages:delete-error-associated-alreadytalk','s:87:\"es:No se puede eliminar la página de discusión asociada de una página de discusión.\";'),('an','messages:delete-error-associated-doesnotexist','s:71:\"es:No se puede eliminar una página de discusión asociada inexistente.\";'),('an','messages:delete-hook-aborted','s:86:\"es:Una extensión ha evitado el borrado de la página. No hay explicación disponible.\";'),('an','messages:delete-legend','s:9:\"an:Borrar\";'),('an','messages:delete-scheduled','s:78:\"es:La página «$1» está programada para su borrado.\nPor favor sé paciente.\";'),('an','messages:delete-talk-summary-prefix','s:74:\"es:Eliminada junto con la página de discusión asociada con la razón: $1\";'),('an','messages:delete-toobig','s:214:\"an:Ista pachina tiene un historial d\'edicions prou largo, con mas de $1 {{PLURAL:$1|versión|versions}}. S\'ha restrinchito o borrau d\'ista mena de pachinas ta aprevenir d\'a corrompición accidental de {{SITENAME}}.\";'),('an','messages:delete-toomanyrevisions','s:181:\"es:Estás intentando eliminar más de $1 {{PLURAL:$1|revisión|revisiones}} al mismo tiempo. Tal operación ha sido restringida para prevenir una ruptura accidental de {{SITENAME}}.\";'),('an','messages:delete-warning-toobig','s:204:\"an:Ista pachina tiene un historial d\'edición prou largo, con más de $1 {{PLURAL:$1|versión|versions}}. Si la borra podría corromper as operacions d\'a base de datos de {{SITENAME}}; contine con cuenta.\";'),('an','messages:delete_and_move_confirm','s:24:\"an:Sí, borrar a pachina\";'),('an','messages:delete_and_move_reason','s:44:\"an:Borrata ta permitir o treslau de \"[[$1]]\"\";'),('an','messages:delete_and_move_text','s:119:\"an:==S\'amenista borrar a pachina==\n\nA pachina de destino (\"[[:$1]]\") ya existe. Quiere borrar-la ta premitir o treslau?\";'),('an','messages:delete_redirect_and_move_text','s:111:\"es:La página de destino «[[:$1]]» ya existe como redirección.\n¿Quieres borrarla para permitir el traslado?\";'),('an','messages:deletecomment','s:10:\"an:Razón:\";'),('an','messages:deleted-page-and-talkpage','s:98:\"es:\"$1\" y \"$2\" han sido borrados.\nConsulte $3 para ver un registro de las eliminaciones recientes.\";'),('an','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('an','messages:deletedcontributions','s:35:\"an:Contrebucions d\'usuario borratas\";'),('an','messages:deletedcontributions-summary','s:3:\"en:\";'),('an','messages:deletedcontributions-title','s:35:\"an:Contrebucions d\'usuario borradas\";'),('an','messages:deletedhist','s:22:\"an:Historial de borrau\";'),('an','messages:deletedrevision','s:36:\"an:S\'ha borrato a versión antiga $1\";'),('an','messages:deletedtext','s:71:\"an:S\'ha borrau \"$1\".\nSe veiga en $2 un rechistro d\'os borraus recients.\";'),('an','messages:deletedwhileediting','s:86:\"an:Pare cuenta: Ista pachina s\'ha borrato dimpués de que vusté prencipiase a editar!\";'),('an','messages:deleteotherreason','s:21:\"an:Otras/Más razons:\";'),('an','messages:deletepage','s:22:\"an:Borrar ista pachina\";'),('an','messages:deletepage-deletetalk','s:43:\"es:Borrar la página de discusión asociada\";'),('an','messages:deletepage-submit','s:22:\"an:Borrar ista pachina\";'),('an','messages:deletepage-summary','s:3:\"en:\";'),('an','messages:deleteprotected','s:60:\"es:No puedes eliminar esta página porque ha sido protegida.\";'),('an','messages:deletereason-dropdown','s:95:\"an:*Razons comuns de borrau\n** A requesta d\'o mesmo autor\n** Trencar de copyright\n** Vandalismo\";'),('an','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('an','messages:deletereasonotherlist','s:14:\"an:Atra razón\";'),('an','messages:deleting-backlinks-warning','s:151:\"es:<strong>Atención:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|otras páginas]] enlazan o transcluyen la página que estás a punto de borrar.\";'),('an','messages:deleting-subpages-warning','s:189:\"es:<strong>Atención:</strong> la página que estás a punto de borrar tiene [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|una subpágina|$1 subpáginas|51=más de 50 subpáginas}}]].\";'),('an','messages:deleting-talkpage-subpages-warning','s:215:\"es:<strong>Aviso:</strong> La página de discusión asociada a la que estás a punto de eliminar tiene [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|una subpágina|$1 subpáginas|51=más de 50 subpáginas}}]].\";'),('an','messages:deletionlog','s:23:\"an:rechistro de borraus\";'),('an','messages:dellogpage','s:23:\"an:Rechistro de borraus\";'),('an','messages:dellogpagetext','s:62:\"an:Contino se i amuestra una lista d\'os borraus más recients.\";'),('an','messages:destfilename','s:33:\"an:Nombre d\'o fichero de destín:\";'),('an','messages:diff','s:6:\"an:dif\";'),('an','messages:diff-empty','s:21:\"an:(Garra diferencia)\";'),('an','messages:diff-form','s:22:\"an:un \'\'\'formulario\'\'\'\";'),('an','messages:diff-form-error-revid','s:39:\"es:Ingrese el ID de revisión numérico\";'),('an','messages:diff-form-oldid','s:39:\"es:Id. de revisión anterior (opcional)\";'),('an','messages:diff-form-other-revid','s:19:\"es:Id. de revisión\";'),('an','messages:diff-form-revid','s:48:\"es:Identificador de revisión de las diferencias\";'),('an','messages:diff-form-submit','s:22:\"es:Mostrar diferencias\";'),('an','messages:diff-form-summary','s:3:\"en:\";'),('an','messages:diff-multi-manyusers','s:136:\"an:(No s\'amuestra {{PLURAL:$1|una edición entremeya|$1 edicions entremeyas}} feitas por más {{PLURAL:$2|d\'un usuario|de $2 usuarios}})\";'),('an','messages:diff-multi-otherusers','s:132:\"es:(No se {{PLURAL:$1|muestra una edición intermedia|muestran $1 ediciones intermedias}} de {{PLURAL:$2|otro usuario|$2 usuarios}})\";'),('an','messages:diff-multi-sameuser','s:108:\"es:(No se {{PLURAL:$1|muestra una edición intermedia|muestran $1 ediciones intermedias}} del mismo usuario)\";'),('an','messages:diff-paragraph-moved-tonew','s:69:\"es:Se trasladó el párrafo. Pulsa para saltar a la ubicación nueva.\";'),('an','messages:diff-paragraph-moved-toold','s:72:\"es:Se trasladó el párrafo. Pulsa para saltar a la ubicación anterior.\";'),('an','messages:difference-missing-revision','s:336:\"es:No se {{PLURAL:$2|ha encontrado una revisión|han encontrado $2 revisiones}} de la comparación solicitada ($1).\n\nLa causa de esto suele ser un enlace obsoleto hacia una edición de una página que ha sido borrada.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\";'),('an','messages:difference-multipage','s:30:\"an:(Diferencia entre pachinas)\";'),('an','messages:difference-title','s:40:\"es:Diferencia entre revisiones de «$1»\";'),('an','messages:difference-title-multipage','s:48:\"es:Diferencia entre las páginas «$1» y «$2»\";'),('an','messages:directorycreateerror','s:42:\"an:No s\'ha puesto crear o directorio \"$1\".\";'),('an','messages:directoryreadonlyerror','s:43:\"es:El directorio «$1» es de solo lectura.\";'),('an','messages:disabledspecialpage-disabled','s:69:\"es:Esta página ha sido desactivada por el administrador del sistema.\";'),('an','messages:disclaimerpage','s:33:\"an:Project:Alvertencias chenerals\";'),('an','messages:disclaimers','s:25:\"an:Alvertencias chenerals\";'),('an','messages:djvu_page_error','s:33:\"an:Pachina DjVu difuera d\'o rango\";'),('an','messages:double-redirect-fixed-maintenance','s:58:\"an:Correchindo a doble reendrecera dende [[$1]] ta [[$2]].\";'),('an','messages:double-redirect-fixed-move','s:58:\"an:S\'ha tresladau [[$1]], agora ye una endrecera ta [[$2]]\";'),('an','messages:double-redirect-fixer','s:28:\"an:Apanyador de reendreceras\";'),('an','messages:doubleredirects','s:22:\"an:Reendreceras dobles\";'),('an','messages:doubleredirects-summary','s:3:\"en:\";'),('an','messages:doubleredirectstext','s:300:\"an:En ista pachina s\'amuestran as pachinas que son reendreceras enta atras pachinas reendrezatas.\nCada ringlera contién o vinclo t\'a primer y segunda reendreceras, y tamién o destino d\'a segunda reendrecera, que ye a ormino a pachina obchectivo \"reyal\" a la que a primer pachina habría d\'endrezar.\";'),('an','messages:download','s:12:\"an:descargar\";'),('an','messages:duplicate-args-category','s:72:\"es:Páginas que usan argumentos duplicados en invocaciones de plantillas\";'),('an','messages:duplicate-args-category-desc','s:191:\"es:La página contiene invocaciones de plantillas que utilizan argumentos duplicados, como <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> o <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('an','messages:duplicate-args-warning','s:145:\"es:<strong>Aviso:</strong> [[:$1]] llama a [[:$2]] con más de un valor para el parámetro «$3». Se usará solo el último valor proporcionado.\";'),('an','messages:duplicate-defaultsort','s:111:\"an:Pare cuenta: A clau d\'ordenación por defecto «$2» anula l\'anterior clau d\'ordenación por defecto «$1».\";'),('an','messages:duplicate-displaytitle','s:91:\"es:<strong>Advertencia:</strong> El título visualizado \"$2\" sobreescribe al anterior \"$1\".\";'),('an','messages:duplicatesoffile','s:157:\"an:{{PLURAL:$1|O siguient fichero ye un duplicato|Os siguients $1 fichers son duplicatos}} d\'iste fichero ([[Special:FileDuplicateSearch/$2|más detalles]]):\";'),('an','messages:duration-centuries','s:32:\"es:$1 {{PLURAL:$1|siglo|siglos}}\";'),('an','messages:duration-days','s:30:\"an:$1 {{PLURAL:$1|día|días}}\";'),('an','messages:duration-decades','s:36:\"es:$1 {{PLURAL:$1|década|décadas}}\";'),('an','messages:duration-hours','s:30:\"es:$1 {{PLURAL:$1|hora|horas}}\";'),('an','messages:duration-millennia','s:36:\"es:$1 {{PLURAL:$1|milenio|milenios}}\";'),('an','messages:duration-minutes','s:34:\"es:$1 {{PLURAL:$1|minuto|minutos}}\";'),('an','messages:duration-seconds','s:36:\"es:$1 {{PLURAL:$1|segundo|segundos}}\";'),('an','messages:duration-weeks','s:34:\"es:$1 {{PLURAL:$1|semana|semanas}}\";'),('an','messages:duration-years','s:30:\"es:$1 {{PLURAL:$1|año|años}}\";'),('an','messages:eauthentsent','s:248:\"an:S\'ha ninviato un correu electronico de confirmación ta l\'adreza especificata. Antes que no se ninvíe garra atro correu ta ixa cuenta, ha de confirmar que ixa adreza te pertenexe. Ta ixo, cal que siga as instruccions que trobará en o mensache.\";'),('an','messages:edit','s:9:\"an:Editar\";'),('an','messages:edit-already-exists','s:54:\"an:No s\'ha puesto creyar una pachina nueva.\nYa existe.\";'),('an','messages:edit-conflict','s:24:\"an:Conflicto d\'edición.\";'),('an','messages:edit-gone-missing','s:66:\"an:No s\'ha puesto esviellar a pachina.\nPareix que la hesen borrau.\";'),('an','messages:edit-hook-aborted','s:69:\"an:Edición albortada por o grifio (hook).\nNo dio garra esplicación.\";'),('an','messages:edit-local','s:28:\"es:Editar descripción local\";'),('an','messages:edit-no-change','s:76:\"an:S\'ha ignorato a suya edición, pos no s\'ha feito garra cambeo ta o texto.\";'),('an','messages:edit-slots-cannot-add','s:85:\"es:{{PLURAL:$1|El siguiente espacio|Los siguientes espacios}} no son compatibles: $2.\";'),('an','messages:edit-slots-cannot-remove','s:140:\"es:Se {{PLURAL:$1|requiere el siguiente espacio y no puede ser eliminado|requieren los siguientes espacios y no pueden ser eliminados}}: $2.\";'),('an','messages:edit-slots-missing','s:78:\"es:{{PLURAL:$1|Falta el siguiente espacio|Faltan los siguientes espacios}}: $2\";'),('an','messages:edit-textarea-aria-label','s:22:\"es:Editor de wikitexto\";'),('an','messages:edit_form_incomplete','s:162:\"an:\'\'\'Bellas partes d\'o formulario de modificación no han plegato en o servidor, verifique que as suyas modificacions son intactas y mire de fer-lo de nuevas.\'\'\'\";'),('an','messages:editcomment','s:42:\"an:O resumen d\'a edición ye: <em>$1</em>.\";'),('an','messages:editconflict','s:27:\"an:Conflicto d\'edición: $1\";'),('an','messages:editfont-monospace','s:30:\"an:Tipo de letra monoespaciada\";'),('an','messages:editfont-sansserif','s:27:\"an:Tipo de letra sans-serif\";'),('an','messages:editfont-serif','s:22:\"an:Tipo de letra Serif\";'),('an','messages:editfont-style','s:38:\"an:Tipo de letra de l\'aria d\'edición:\";'),('an','messages:edithelp','s:27:\"an:Aduya ta editar pachinas\";'),('an','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('an','messages:editing','s:14:\"an:Editando $1\";'),('an','messages:editingcomment','s:31:\"an:Editando $1 (nueva sección)\";'),('an','messages:editinginterface','s:373:\"an:\'\'\'Pare cuenta:\'\'\' Ye editando una pachina emplegata ta furnir o texto d\'a interfaz de {{SITENAME}}. Os cambeos en ista pachina tendrán efecto en l\'aparencia d\'a interfaz ta os atros usuarios. Ta fer traduccions d\'a interfaz, puede considerar fer servir [https://translatewiki.net/wiki/Main_Page?setlang=an translatewiki.net], o prochecto de localización de MediaWiki.\";'),('an','messages:editingold','s:145:\"an:\'\'\'Pare cuenta: Ye editando una versión antiga d\'ista pachina. Si alza a pachina, totz os cambios feitos dende ixa revisión se perderán.\'\'\'\";'),('an','messages:editingsection','s:25:\"an:Editando $1 (sección)\";'),('an','messages:editinguser','s:69:\"an:S\'está cambiando os permisos de l\'usuario \'\'\'[[User:$1|$1]]\'\'\' $2\";'),('an','messages:editlink','s:9:\"an:editar\";'),('an','messages:editnotice-notext','s:4:\"en:-\";'),('an','messages:editold','s:9:\"an:editar\";'),('an','messages:editpage','s:21:\"es:Editar una página\";'),('an','messages:editpage-cannot-use-custom-model','s:62:\"es:El modelo de contenido de esta página no se puede cambiar.\";'),('an','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('an','messages:editpage-invalidcontentmodel-text','s:46:\"es:El modelo de contenido «$1» no se admite.\";'),('an','messages:editpage-invalidcontentmodel-title','s:34:\"es:Modelo de contenido no admitido\";'),('an','messages:editpage-notsupportedcontentformat-text','s:77:\"es:El formato de contenido $1 no es compatible con el modelo de contenido $2.\";'),('an','messages:editpage-notsupportedcontentformat-title','s:37:\"es:Formato de contenido no compatible\";'),('an','messages:editpage-summary','s:3:\"en:\";'),('an','messages:editpage-tos-summary','s:4:\"en:-\";'),('an','messages:editsection','s:9:\"an:editar\";'),('an','messages:editsectionhint','s:24:\"an:Editar a sección: $1\";'),('an','messages:edittools','s:73:\"an:<!-- Iste testo amanixerá baxo os formularios d\'edizión y carga. -->\";'),('an','messages:edittools-upload','s:4:\"an:-\";'),('an','messages:editundo','s:9:\"an:desfer\";'),('an','messages:editusergroup','s:30:\"an:Editar as collas d\'usuarios\";'),('an','messages:editwatchlist-summary','s:3:\"en:\";'),('an','messages:ellipsis','s:6:\"es:…\";'),('an','messages:email','s:21:\"an:Adreza de correu-e\";'),('an','messages:email-allow-new-users-label','s:49:\"es:Permitir mensajes de correo de usuarios nuevos\";'),('an','messages:email-legend','s:64:\"an:Ninviar un correu electronico ta atro usuario de {{SITENAME}}\";'),('an','messages:email-mutelist-label','s:57:\"es:Prohibir a estos usuarios enviarme mensajes de correo:\";'),('an','messages:emailauthenticated','s:61:\"an:A suya adreza de correu-e estió confirmata o $2 a las $3.\";'),('an','messages:emailblock','s:52:\"an:S\'ha bloqueyato o ninvió de correus electronicos\";'),('an','messages:emailccme','s:42:\"an:Ninviar-me una copia d\'o mío mensache.\";'),('an','messages:emailccsubject','s:36:\"an:Copia d\'o suyo mensache ta $1: $2\";'),('an','messages:emailconfirmlink','s:37:\"an:Confirme a suya adreza de correu-e\";'),('an','messages:emaildisabled','s:52:\"es:Este sitio no puede enviar correos electrónicos.\";'),('an','messages:emailfrom','s:6:\"an:De:\";'),('an','messages:emaillink','s:29:\"an:ninviar correu electronico\";'),('an','messages:emailmessage','s:12:\"an:Mensache:\";'),('an','messages:emailnotarget','s:65:\"an:O nombre d\'usuario no existe u no ye valido ta o destinatario.\";'),('an','messages:emailnotauthenticated','s:129:\"an:A suya adreza de correu-e <strong> no ye encara confirmata </strong>. No podrá recullir garra correu t\'as siguients funcions.\";'),('an','messages:emailpagetext','s:267:\"an:Puede fer servir o formulario que bi ye contino ta ninviar un correu electronico a iste usuario.\nL\'adreza de correu-e que endicó en as suyas [[Special:Preferences|preferencias d\'usuario]] amaneixerá en o campo \"Remitent\" ta que o destinatario pueda responder-le.\";'),('an','messages:emailsend','s:10:\"an:Ninviar\";'),('an','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('an','messages:emailsent','s:30:\"an:Mensache de correu ninviato\";'),('an','messages:emailsenttext','s:31:\"an:S\'ha ninviato o suyo correu.\";'),('an','messages:emailsubject','s:8:\"an:Afer:\";'),('an','messages:emailtarget','s:46:\"an:Escriba o nombre d\'usuario d\'o destinatario\";'),('an','messages:emailto','s:6:\"an:Ta:\";'),('an','messages:emailuser','s:48:\"an:Ninviar un correu electronico ta iste usuario\";'),('an','messages:emailuser-summary','s:3:\"en:\";'),('an','messages:emailuser-title-notarget','s:43:\"es:Enviar un correo electrónico al usuario\";'),('an','messages:emailuser-title-target','s:62:\"es:Enviar un mensaje a {{GENDER:$1|este usuario|esta usuaria}}\";'),('an','messages:emailuserfooter','s:97:\"an:Iste correu-e s\'ha ninviato por $1 ta $2 fendo servir a función \"Email user\" de {{SITENAME}}.\";'),('an','messages:emailusername','s:20:\"an:Nombre d\'usuario:\";'),('an','messages:emailusernamesubmit','s:10:\"an:Ninviar\";'),('an','messages:empty-file','s:36:\"an:O fichero que ninvió yera buedo.\";'),('an','messages:empty-username','s:36:\"es:(nombre de usuario no disponible)\";'),('an','messages:emptyfile','s:128:\"an:Parixe que o fichero que se miraba de cargar ye buedo; por favor, comprebe que ixe ye reyalment o fichero que quereba cargar.\";'),('an','messages:enhancedrc-history','s:12:\"an:historial\";'),('an','messages:enhancedrc-since-last-visit','s:43:\"es:$1 {{PLURAL:$1|desde la última visita}}\";'),('an','messages:enotif_anon_editor','s:21:\"an:usuario anonimo $1\";'),('an','messages:enotif_body','s:747:\"an:Queriu/ida $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nResumen de l\'editor: $PAGESUMMARY $PAGEMINOREDIT\n\nContacto con l\'editor:\ncorreu-e: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nSi no visita a pachina, no recibirá mas notificacions de futuros cambios. \nTamién puet cambiar o modo de notificación d\'as pachinas que cosira en a suya lista de seguimiento.\n\nAtentament,\nO servicio de notificacions d\'o prochecto {{SITENAME}}\n\n--\nTa cambiar as opcions de notificación por correu-e vaiga ta\n{{canonicalurl:{{#special:Preferences}}}}\n\nTa cambiar as opcions d\'a suya lista de seguimiento, vaiga ta\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTa eliminar a pachina d\'a suya lista de seguimiento, vaiga ta $UNWATCHURL\n\nSucherencias y aduya:\n$HELPPAGE\";'),('an','messages:enotif_body_intro_changed','s:124:\"es:La página $1 de {{SITENAME}} ha sido cambiada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('an','messages:enotif_body_intro_created','s:122:\"es:La página $1 de {{SITENAME}} ha sido creada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('an','messages:enotif_body_intro_deleted','s:98:\"es:La página $1 de {{SITENAME}} ha sido borrada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3.\";'),('an','messages:enotif_body_intro_moved','s:126:\"es:La página $1 de {{SITENAME}} ha sido trasladada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('an','messages:enotif_body_intro_restored','s:126:\"es:La página $1 de {{SITENAME}} ha sido restaurada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('an','messages:enotif_impersonal_salutation','s:26:\"an:usuario de {{SITENAME}}\";'),('an','messages:enotif_lastdiff','s:36:\"an:Vaiga ta $1 ta veyer iste cambeo.\";'),('an','messages:enotif_lastvisited','s:67:\"an:Vaiga ta $1 ta veyer totz os cambeos dende a suya zaguer vesita.\";'),('an','messages:enotif_minoredit','s:29:\"es:Esta es una edición menor\";'),('an','messages:enotif_reset','s:42:\"an:Marcar todas as pachinas como vesitadas\";'),('an','messages:enotif_subject_changed','s:57:\"es:$2 {{GENDER:$2|cambió}} la página $1 de {{SITENAME}}\";'),('an','messages:enotif_subject_created','s:55:\"es:$2 {{GENDER:$2|creó}} la página $1 de {{SITENAME}}\";'),('an','messages:enotif_subject_deleted','s:56:\"es:$2 {{GENDER:$2|borró}} la página $1 de {{SITENAME}}\";'),('an','messages:enotif_subject_moved','s:59:\"es:$2 {{GENDER:$2|trasladó}} la página $1 de {{SITENAME}}\";'),('an','messages:enotif_subject_restored','s:59:\"es:$2 {{GENDER:$2|restauró}} la página $1 de {{SITENAME}}\";'),('an','messages:enterlockreason','s:97:\"an:Esplique a causa d\'o bloqueyo, incluyendo una estimación de quán se producirá o desbloqueyo\";'),('an','messages:error','s:8:\"an:Error\";'),('an','messages:errorpagetitle','s:8:\"an:Error\";'),('an','messages:exbeforeblank','s:43:\"an:O conteniu antis de blanquiar yera: \'$1\'\";'),('an','messages:exception-nologin','s:18:\"es:No has accedido\";'),('an','messages:exception-nologin-text','s:72:\"es:Necesitas acceder para ver esta página o llevar a cabo esta acción.\";'),('an','messages:exception-nologin-text-manual','s:73:\"es:Necesitas $1 para poder ver esta página o llevar a cabo esta acción.\";'),('an','messages:excontent','s:24:\"an:O conteniu yera: \'$1\'\";'),('an','messages:excontentauthor','s:84:\"an:O conteniu yera: \'$1\' (y o suyo unico autor yera [[Special:Contributions/$2|$2]])\";'),('an','messages:exif-aperturevalue','s:16:\"an:Obredura APEX\";'),('an','messages:exif-artist','s:8:\"an:Autor\";'),('an','messages:exif-attributionurl','s:52:\"an:Quan reutilice iste treballo, por favor enlace ta\";'),('an','messages:exif-bitspersample','s:21:\"an:Bits por component\";'),('an','messages:exif-brightnessvalue','s:14:\"an:Brilor APEX\";'),('an','messages:exif-cameraownername','s:25:\"an:Propietario d\'a camera\";'),('an','messages:exif-citycreated','s:39:\"an:Ciudat en a qual se quitó a imachen\";'),('an','messages:exif-citydest','s:19:\"an:Ciudat amostrada\";'),('an','messages:exif-colorspace','s:20:\"an:Espacio de colors\";'),('an','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('an','messages:exif-colorspace-65535','s:15:\"an:Sin calibrar\";'),('an','messages:exif-componentsconfiguration','s:35:\"an:Significación de cada component\";'),('an','messages:exif-componentsconfiguration-0','s:12:\"an:no existe\";'),('an','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('an','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('an','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('an','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('an','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('an','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('an','messages:exif-compressedbitsperpixel','s:34:\"an:Modo de compresión d\'a imachen\";'),('an','messages:exif-compression','s:25:\"an:Esquema de compresión\";'),('an','messages:exif-compression-1','s:21:\"an:Sin de compresión\";'),('an','messages:exif-compression-2','s:67:\"an:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('an','messages:exif-compression-3','s:37:\"an:Codificación de fax CCITT grupo 3\";'),('an','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('an','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('an','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('an','messages:exif-compression-4','s:37:\"an:Codificación de fax CCITT grupo 4\";'),('an','messages:exif-compression-5','s:6:\"en:LZW\";'),('an','messages:exif-compression-6','s:17:\"es:JPEG (antiguo)\";'),('an','messages:exif-compression-7','s:7:\"en:JPEG\";'),('an','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('an','messages:exif-contact','s:27:\"an:Información de contacto\";'),('an','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('an','messages:exif-contentwarning','s:26:\"an:Alvertencia de conteniu\";'),('an','messages:exif-contrast','s:12:\"an:Contraste\";'),('an','messages:exif-contrast-0','s:9:\"an:Normal\";'),('an','messages:exif-contrast-1','s:7:\"an:Suau\";'),('an','messages:exif-contrast-2','s:9:\"an:Fuerte\";'),('an','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('an','messages:exif-copyright','s:42:\"an:Duenyo d\'os dreitos d\'autor (copyright)\";'),('an','messages:exif-copyrighted','s:22:\"an:Status de copyright\";'),('an','messages:exif-copyrighted-false','s:18:\"an:Dominio publico\";'),('an','messages:exif-copyrighted-true','s:16:\"an:con Copyright\";'),('an','messages:exif-copyrightowner','s:24:\"an:Titular d\'o copyright\";'),('an','messages:exif-countrycodecreated','s:49:\"an:Codigo d\'o país en o qual a imachen se quitó\";'),('an','messages:exif-countrycodedest','s:27:\"an:Codigo de país amostrau\";'),('an','messages:exif-countrycreated','s:38:\"an:País en o qual se quitó a imachen\";'),('an','messages:exif-countrydest','s:17:\"an:País amostrau\";'),('an','messages:exif-credit','s:21:\"an:Credito/proveyedor\";'),('an','messages:exif-croppedareaimageheightpixels','s:32:\"es:Altura recortada del panorama\";'),('an','messages:exif-croppedareaimagewidthpixels','s:33:\"es:Anchura recortada del panorama\";'),('an','messages:exif-croppedarealeftpixels','s:33:\"es:Recorte izquierdo del panorama\";'),('an','messages:exif-croppedareatoppixels','s:32:\"es:Recorte superior del panorama\";'),('an','messages:exif-customrendered','s:35:\"an:Procesau d\'imachen presonalizato\";'),('an','messages:exif-customrendered-0','s:17:\"an:Proceso normal\";'),('an','messages:exif-customrendered-1','s:24:\"an:Proceso presonalizato\";'),('an','messages:exif-customrendered-2','s:34:\"es:HDR (no se guardó el original)\";'),('an','messages:exif-customrendered-3','s:26:\"es:HDR (original guardado)\";'),('an','messages:exif-customrendered-4','s:22:\"es:Original (para HDR)\";'),('an','messages:exif-customrendered-6','s:11:\"es:Panorama\";'),('an','messages:exif-customrendered-7','s:15:\"es:HDR vertical\";'),('an','messages:exif-customrendered-8','s:11:\"es:Vertical\";'),('an','messages:exif-datetime','s:49:\"an:Calendata y hora d\'o zaguer cambeo d\'o fichero\";'),('an','messages:exif-datetimedigitized','s:40:\"an:Calendata y hora d\'a dichitalización\";'),('an','messages:exif-datetimeexpires','s:26:\"an:No emplegar dimpués de\";'),('an','messages:exif-datetimemetadata','s:65:\"an:Calendata en a quala se modificó por zaguera vez os metadatos\";'),('an','messages:exif-datetimeoriginal','s:46:\"an:Calendata y hora de cheneración d\'os datos\";'),('an','messages:exif-datetimereleased','s:11:\"an:Lanzau o\";'),('an','messages:exif-dc-contributor','s:15:\"an:Colaboradors\";'),('an','messages:exif-dc-coverage','s:53:\"an:Ambito espacial u temporal d\'o fichero audiovisual\";'),('an','messages:exif-dc-date','s:15:\"an:Calendata(s)\";'),('an','messages:exif-dc-publisher','s:12:\"an:Editorial\";'),('an','messages:exif-dc-relation','s:35:\"an:Fichers audiovisuals relacionaus\";'),('an','messages:exif-dc-rights','s:10:\"an:Dreitos\";'),('an','messages:exif-dc-source','s:32:\"an:Fiches audiovisuals d\'orichen\";'),('an','messages:exif-dc-type','s:30:\"an:Tipo de fichero audiovisual\";'),('an','messages:exif-devicesettingdescription','s:45:\"an:Descripción d\'os achustes d\'o dispositivo\";'),('an','messages:exif-digitalzoomratio','s:25:\"an:Ratio de zoom dichital\";'),('an','messages:exif-disclaimer','s:14:\"an:Aviso legal\";'),('an','messages:exif-editstatus','s:31:\"an:Status editorial d\'a imachen\";'),('an','messages:exif-event','s:21:\"an:Evento representau\";'),('an','messages:exif-exifversion','s:16:\"an:Versión Exif\";'),('an','messages:exif-exposurebiasvalue','s:23:\"an:Siesco d\'exposición\";'),('an','messages:exif-exposureindex','s:23:\"an:Endice d\'exposición\";'),('an','messages:exif-exposurelockused','s:35:\"es:Bloqueo de exposición utilizado\";'),('an','messages:exif-exposurelockused-false','s:5:\"es:No\";'),('an','messages:exif-exposurelockused-true','s:6:\"es:Sí\";'),('an','messages:exif-exposuremode','s:21:\"an:Modo d\'exposición\";'),('an','messages:exif-exposuremode-0','s:25:\"an:Exposición automatica\";'),('an','messages:exif-exposuremode-1','s:21:\"an:Exposición manual\";'),('an','messages:exif-exposuremode-2','s:25:\"an:Bracketting automatico\";'),('an','messages:exif-exposureprogram','s:25:\"an:Programa d\'exposición\";'),('an','messages:exif-exposureprogram-0','s:14:\"an:No definito\";'),('an','messages:exif-exposureprogram-1','s:9:\"an:Manual\";'),('an','messages:exif-exposureprogram-2','s:14:\"an:Modo normal\";'),('an','messages:exif-exposureprogram-3','s:25:\"an:Prioridat a l\'obredura\";'),('an','messages:exif-exposureprogram-4','s:26:\"an:Prioridat a l\'obturador\";'),('an','messages:exif-exposureprogram-5','s:55:\"an:Modo creyativo (con prioridat a la fondura de campo)\";'),('an','messages:exif-exposureprogram-6','s:47:\"an:Modo acción (alta velocidat de l\'obturador)\";'),('an','messages:exif-exposureprogram-7','s:59:\"an:Modo retrato (ta primers planos con o fundo desenfocato)\";'),('an','messages:exif-exposureprogram-8','s:61:\"an:Modo paisache (ta fotos de paisaches con o fundo enfocato)\";'),('an','messages:exif-exposuretime','s:23:\"an:Tiempo d\'exposición\";'),('an','messages:exif-exposuretime-format','s:14:\"an:$1 seg ($2)\";'),('an','messages:exif-filesource','s:20:\"an:Fuent d\'o fichero\";'),('an','messages:exif-filesource-3','s:18:\"an:Camera dichital\";'),('an','messages:exif-firstphotodate','s:34:\"es:Fecha de la primera fotografía\";'),('an','messages:exif-fixtureidentifier','s:33:\"an:Nombre de l\'elemento freqüent\";'),('an','messages:exif-flash','s:8:\"an:Flash\";'),('an','messages:exif-flash-fired-0','s:25:\"an:No se disparó o flash\";'),('an','messages:exif-flash-fired-1','s:18:\"an:Flash disparato\";'),('an','messages:exif-flash-function-1','s:20:\"an:Modo sin de flash\";'),('an','messages:exif-flash-mode-1','s:27:\"an:disparo de flash forzato\";'),('an','messages:exif-flash-mode-2','s:30:\"an:supresión de flash forzato\";'),('an','messages:exif-flash-mode-3','s:18:\"an:modo automatico\";'),('an','messages:exif-flash-redeye-1','s:37:\"an:modo de reducción de uellos royos\";'),('an','messages:exif-flash-return-0','s:69:\"an:no bi ha función de detección d\'o retorno d\'a luz estroboscopica\";'),('an','messages:exif-flash-return-2','s:47:\"an:no se detectó retorno de luz estroboscopica\";'),('an','messages:exif-flash-return-3','s:31:\"an:luz estroboscopica detectata\";'),('an','messages:exif-flashenergy','s:22:\"an:Enerchía d\'o flash\";'),('an','messages:exif-flashpixversion','s:30:\"an:Versión de Flashpix admesa\";'),('an','messages:exif-fnumber','s:11:\"an:Numero F\";'),('an','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('an','messages:exif-focallength','s:27:\"an:Longaria d\'o lente focal\";'),('an','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('an','messages:exif-focallengthin35mmfilm','s:45:\"an:Longaria focal equivalent a cinta de 35 mm\";'),('an','messages:exif-focalplaneresolutionunit','s:43:\"an:Unidatz d\'a resolución en o plano focal\";'),('an','messages:exif-focalplaneresolutionunit-2','s:11:\"an:pulzadas\";'),('an','messages:exif-focalplanexresolution','s:33:\"an:Resolución en o plano focal X\";'),('an','messages:exif-focalplaneyresolution','s:33:\"an:Resolución en o plano focal Y\";'),('an','messages:exif-fullpanoheightpixels','s:28:\"es:Altura total del panorama\";'),('an','messages:exif-fullpanowidthpixels','s:29:\"es:Anchura total del panorama\";'),('an','messages:exif-gaincontrol','s:19:\"an:Control d\'escena\";'),('an','messages:exif-gaincontrol-0','s:8:\"an:Garra\";'),('an','messages:exif-gaincontrol-1','s:48:\"an:Ganancia baixa ta valuras altas (low gain up)\";'),('an','messages:exif-gaincontrol-2','s:48:\"an:Ganancia alta ta valuras altas (high gain up)\";'),('an','messages:exif-gaincontrol-3','s:51:\"an:Ganancia baixa ta valuras baixas (low gain down)\";'),('an','messages:exif-gaincontrol-4','s:51:\"an:Ganancia alta ta baluras baixas (high gain down)\";'),('an','messages:exif-giffilecomment','s:28:\"an:Comentario de fichero GIF\";'),('an','messages:exif-gpsaltitude','s:10:\"an:Altitut\";'),('an','messages:exif-gpsaltitude-above-sealevel','s:52:\"an:$1 {{PLURAL:$1|metro|metros}} sobre o ran d\'a mar\";'),('an','messages:exif-gpsaltitude-below-sealevel','s:52:\"an:$1 {{PLURAL:$1|metro|metros}} baixo o ran d\'a mar\";'),('an','messages:exif-gpsaltituderef','s:25:\"an:Referencia d\'a altitut\";'),('an','messages:exif-gpsareainformation','s:20:\"an:Nombre d\'aria GPS\";'),('an','messages:exif-gpsdatestamp','s:16:\"an:Calendata GPS\";'),('an','messages:exif-gpsdestbearing','s:27:\"an:Orientación d\'o destino\";'),('an','messages:exif-gpsdestbearingref','s:42:\"an:Referencia d\'a orientación a o destino\";'),('an','messages:exif-gpsdestdistance','s:24:\"an:Distancia a o destino\";'),('an','messages:exif-gpsdestdistance-k','s:13:\"an:Kilometros\";'),('an','messages:exif-gpsdestdistance-m','s:9:\"an:Millas\";'),('an','messages:exif-gpsdestdistance-n','s:18:\"an:Millas nauticas\";'),('an','messages:exif-gpsdestdistanceref','s:39:\"an:Referencia d\'a distancia a o destino\";'),('an','messages:exif-gpsdestlatitude','s:22:\"an:Latitut d\'o destino\";'),('an','messages:exif-gpsdestlatituderef','s:37:\"an:Referencia t\'a latitut d\'o destino\";'),('an','messages:exif-gpsdestlongitude','s:24:\"an:Lonchitut d\'o destino\";'),('an','messages:exif-gpsdestlongituderef','s:39:\"an:Referencia d\'a lonchitut d\'o destino\";'),('an','messages:exif-gpsdifferential','s:33:\"an:Corrección diferencial de GPS\";'),('an','messages:exif-gpsdirection-m','s:22:\"an:Endrecera magnetica\";'),('an','messages:exif-gpsdirection-t','s:18:\"an:Endrecera reyal\";'),('an','messages:exif-gpsdop','s:22:\"an:Precisión d\'a mida\";'),('an','messages:exif-gpsdop-excellent','s:16:\"an:Excelent ($1)\";'),('an','messages:exif-gpsdop-fair','s:15:\"an:Pasable ($1)\";'),('an','messages:exif-gpsdop-good','s:15:\"an:Bueno ( $1 )\";'),('an','messages:exif-gpsdop-moderate','s:15:\"an:Moderau ($1)\";'),('an','messages:exif-gpsdop-poor','s:13:\"an:Pobre ($1)\";'),('an','messages:exif-gpsimgdirection','s:27:\"an:Orientación d\'a imachen\";'),('an','messages:exif-gpsimgdirectionref','s:42:\"an:Referencia d\'a orientación d\'a imachen\";'),('an','messages:exif-gpslatitude','s:10:\"an:Latitut\";'),('an','messages:exif-gpslatitude-n','s:16:\"an:Latitut norte\";'),('an','messages:exif-gpslatitude-s','s:14:\"an:Latitut sud\";'),('an','messages:exif-gpslatituderef','s:20:\"an:Latitut norte/sud\";'),('an','messages:exif-gpslongitude','s:12:\"an:Lonchitut\";'),('an','messages:exif-gpslongitude-e','s:17:\"an:Lonchitut este\";'),('an','messages:exif-gpslongitude-w','s:18:\"an:Lonchitut ueste\";'),('an','messages:exif-gpslongituderef','s:23:\"an:Lonchitut este/ueste\";'),('an','messages:exif-gpsmapdatum','s:40:\"an:Emplegatos datos de mesura cheodesica\";'),('an','messages:exif-gpsmeasuremode','s:17:\"an:Modo de mesura\";'),('an','messages:exif-gpsmeasuremode-2','s:23:\"an:Mesura bidimensional\";'),('an','messages:exif-gpsmeasuremode-3','s:24:\"an:Mesura tridimensional\";'),('an','messages:exif-gpsprocessingmethod','s:41:\"an:Nombre d\'o metodo de procesamiento GPS\";'),('an','messages:exif-gpssatellites','s:33:\"an:Satelites emplegatos en a mida\";'),('an','messages:exif-gpsspeed','s:29:\"an:Velocidat d\'o receptor GPS\";'),('an','messages:exif-gpsspeed-k','s:22:\"an:Kilometros por hora\";'),('an','messages:exif-gpsspeed-m','s:18:\"an:Millas por hora\";'),('an','messages:exif-gpsspeed-n','s:8:\"an:Nugos\";'),('an','messages:exif-gpsspeedref','s:23:\"an:Unidatz de velocidat\";'),('an','messages:exif-gpsstatus','s:21:\"an:Estau d\'o receptor\";'),('an','messages:exif-gpsstatus-a','s:23:\"an:S\'está fendo a mida\";'),('an','messages:exif-gpsstatus-v','s:30:\"an:Interoperabilitat de mesura\";'),('an','messages:exif-gpstimestamp','s:30:\"an:Tiempo GPS (reloch atomico)\";'),('an','messages:exif-gpstrack','s:27:\"an:Endrecera d\'o movimiento\";'),('an','messages:exif-gpstrackref','s:42:\"an:Referencia d\'a endrecera d\'o movimiento\";'),('an','messages:exif-gpsversionid','s:33:\"an:Versión d\'as etiquetas de GPS\";'),('an','messages:exif-headline','s:12:\"an:Encabezau\";'),('an','messages:exif-identifier','s:16:\"an:Identificador\";'),('an','messages:exif-iimcategory','s:13:\"an:Categoría\";'),('an','messages:exif-iimcategory-ace','s:34:\"an:Arte, cultura y entretenimiento\";'),('an','messages:exif-iimcategory-clj','s:15:\"an:Crimen y lei\";'),('an','messages:exif-iimcategory-dis','s:23:\"an:Esferras y accidents\";'),('an','messages:exif-iimcategory-edu','s:13:\"an:Educación\";'),('an','messages:exif-iimcategory-evn','s:16:\"an:Medio ambient\";'),('an','messages:exif-iimcategory-fin','s:23:\"an:Economía y negocios\";'),('an','messages:exif-iimcategory-hth','s:8:\"an:Salut\";'),('an','messages:exif-iimcategory-hum','s:17:\"an:Intrés humano\";'),('an','messages:exif-iimcategory-lab','s:11:\"an:Treballo\";'),('an','messages:exif-iimcategory-lif','s:24:\"an:Estilo de vida y ocio\";'),('an','messages:exif-iimcategory-pol','s:11:\"an:Politica\";'),('an','messages:exif-iimcategory-rel','s:26:\"an:Relichión y creyencias\";'),('an','messages:exif-iimcategory-sci','s:26:\"an:Sciencia y tecnolochía\";'),('an','messages:exif-iimcategory-soi','s:21:\"an:Qüestions socials\";'),('an','messages:exif-iimcategory-spo','s:11:\"an:Esportes\";'),('an','messages:exif-iimcategory-war','s:34:\"an:Guerra, conflictos y disturbios\";'),('an','messages:exif-iimcategory-wea','s:8:\"an:Clima\";'),('an','messages:exif-iimsupplementalcategory','s:29:\"an:Categorías suplementarias\";'),('an','messages:exif-iimversion','s:15:\"an:Versión IIM\";'),('an','messages:exif-imagedescription','s:21:\"an:Títol d\'a imachen\";'),('an','messages:exif-imagelength','s:10:\"an:Altaria\";'),('an','messages:exif-imageuniqueid','s:23:\"an:ID unico d\'a imachen\";'),('an','messages:exif-imagewidth','s:11:\"an:Amplaria\";'),('an','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('an','messages:exif-initialhorizontalfovdegrees','s:50:\"es:Campo de visión inicial (grados en horizontal)\";'),('an','messages:exif-initialverticalfovdegrees','s:48:\"es:Campo de visión inicial (grados en vertical)\";'),('an','messages:exif-initialviewheadingdegrees','s:30:\"es:Dirección inicial (grados)\";'),('an','messages:exif-initialviewpitchdegrees','s:27:\"es:Cabeceo inicial (grados)\";'),('an','messages:exif-initialviewrolldegrees','s:26:\"es:Alabeo inicial (grados)\";'),('an','messages:exif-intellectualgenre','s:18:\"an:Tipo d\'elemento\";'),('an','messages:exif-isospeedratings','s:19:\"an:Sensibilidat ISO\";'),('an','messages:exif-isospeedratings-overflow','s:15:\"an:Mas de 65535\";'),('an','messages:exif-jpegfilecomment','s:29:\"an:Comentario de fichero JPEG\";'),('an','messages:exif-jpeginterchangeformat','s:22:\"an:Offset d\'o JPEG SOI\";'),('an','messages:exif-jpeginterchangeformatlength','s:22:\"an:Bytes de datos JPEG\";'),('an','messages:exif-keywords','s:15:\"an:Parolas clau\";'),('an','messages:exif-label','s:11:\"an:Etiqueta\";'),('an','messages:exif-languagecode','s:9:\"an:Idioma\";'),('an','messages:exif-lastphotodate','s:34:\"es:Fecha de la última fotografía\";'),('an','messages:exif-lens','s:18:\"an:Lente emplegada\";'),('an','messages:exif-licenseurl','s:34:\"an:URL ta la licencia de copyright\";'),('an','messages:exif-lightsource','s:15:\"an:Fuent de luz\";'),('an','messages:exif-lightsource-0','s:14:\"an:Esconoixito\";'),('an','messages:exif-lightsource-1','s:14:\"an:Luz de día\";'),('an','messages:exif-lightsource-10','s:15:\"an:Orache nublo\";'),('an','messages:exif-lightsource-11','s:9:\"an:Uembra\";'),('an','messages:exif-lightsource-12','s:49:\"an:Fluorescente de luz de día (D 5700 – 7100K)\";'),('an','messages:exif-lightsource-13','s:48:\"an:Fluorescent blanco de día (N 4600 – 5400K)\";'),('an','messages:exif-lightsource-14','s:46:\"an:Fluorescent blanco fredo (W 3900 – 4500K)\";'),('an','messages:exif-lightsource-15','s:41:\"an:Fluorescent blanco (WW 3200 – 3700K)\";'),('an','messages:exif-lightsource-17','s:18:\"an:Luz estándar A\";'),('an','messages:exif-lightsource-18','s:18:\"an:Luz estándar B\";'),('an','messages:exif-lightsource-19','s:18:\"an:Luz estándar C\";'),('an','messages:exif-lightsource-2','s:14:\"an:Fluorescent\";'),('an','messages:exif-lightsource-20','s:6:\"en:D55\";'),('an','messages:exif-lightsource-21','s:6:\"en:D65\";'),('an','messages:exif-lightsource-22','s:6:\"en:D75\";'),('an','messages:exif-lightsource-23','s:6:\"en:D50\";'),('an','messages:exif-lightsource-24','s:37:\"an:Bombeta de tungsteno d\'estudeo ISO\";'),('an','messages:exif-lightsource-255','s:20:\"an:Atra fuent de luz\";'),('an','messages:exif-lightsource-3','s:31:\"an:Tungsteno (luz incandescent)\";'),('an','messages:exif-lightsource-4','s:8:\"an:Flash\";'),('an','messages:exif-lightsource-9','s:14:\"an:Buen orache\";'),('an','messages:exif-locationdest','s:23:\"an:Ubicación amostrada\";'),('an','messages:exif-locationdestcode','s:34:\"an:Codigo d\'a ubicación amostrada\";'),('an','messages:exif-make','s:25:\"an:Fabriquero d\'a maquina\";'),('an','messages:exif-make-value','s:5:\"en:$1\";'),('an','messages:exif-maxaperturevalue','s:18:\"an:Obredura maxima\";'),('an','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('an','messages:exif-meteringmode','s:17:\"an:Modo de mesura\";'),('an','messages:exif-meteringmode-0','s:14:\"an:Esconoixito\";'),('an','messages:exif-meteringmode-1','s:7:\"an:Meya\";'),('an','messages:exif-meteringmode-2','s:29:\"an:Meya aponderata a o centro\";'),('an','messages:exif-meteringmode-255','s:8:\"an:Atros\";'),('an','messages:exif-meteringmode-3','s:10:\"an:Puntual\";'),('an','messages:exif-meteringmode-4','s:13:\"an:Multipunto\";'),('an','messages:exif-meteringmode-5','s:10:\"an:Patrón\";'),('an','messages:exif-meteringmode-6','s:10:\"an:Parcial\";'),('an','messages:exif-model','s:20:\"an:Modelo de maquina\";'),('an','messages:exif-model-value','s:5:\"en:$1\";'),('an','messages:exif-morepermissionsurl','s:39:\"an:Información de licencia alternativa\";'),('an','messages:exif-nickname','s:30:\"an:Nombre informal d\'a imachen\";'),('an','messages:exif-objectcycle','s:53:\"an:Hora d\'o día ta la quala ye destinau iste fichero\";'),('an','messages:exif-objectcycle-a','s:20:\"an:Nomás de maitins\";'),('an','messages:exif-objectcycle-b','s:25:\"an:De maitins y de tardes\";'),('an','messages:exif-objectcycle-p','s:19:\"an:Nomás de tardes\";'),('an','messages:exif-objectname','s:13:\"an:Titol breu\";'),('an','messages:exif-organisationinimage','s:29:\"an:Organización representada\";'),('an','messages:exif-orientation','s:15:\"an:Orientación\";'),('an','messages:exif-orientation-1','s:9:\"an:Normal\";'),('an','messages:exif-orientation-2','s:28:\"an:Contornata horizontalment\";'),('an','messages:exif-orientation-3','s:16:\"an:Chirata 180º\";'),('an','messages:exif-orientation-4','s:26:\"an:Contornata verticalment\";'),('an','messages:exif-orientation-5','s:75:\"an:Chirata 90° en contra d\'as agullas d\'o reloch y contornata verticalment\";'),('an','messages:exif-orientation-6','s:60:\"an:Chirata 90° en contra d\'o sentiu d\'as agullas d\'o reloch\";'),('an','messages:exif-orientation-7','s:68:\"an:Chirata 90° como as agullas d\'o reloch y contornata verticalment\";'),('an','messages:exif-orientation-8','s:51:\"an:Chirata 90° en o sentiu d\'as agullas d\'o reloch\";'),('an','messages:exif-originaldocumentid','s:35:\"an:ID unico d\'o documento orichinal\";'),('an','messages:exif-originalimageheight','s:46:\"an:Altaria d\'a imachen antes d\'estar retallada\";'),('an','messages:exif-originalimagewidth','s:47:\"an:Amplaria d\'a imachen antes d\'estar retallada\";'),('an','messages:exif-originaltransmissionref','s:48:\"an:Codigo d\'ubicación de transmisión orichinal\";'),('an','messages:exif-personinimage','s:23:\"an:Persona representada\";'),('an','messages:exif-photometricinterpretation','s:27:\"an:Composición d\'os pixels\";'),('an','messages:exif-photometricinterpretation-0','s:31:\"es:Blanco y negro (blanco es 0)\";'),('an','messages:exif-photometricinterpretation-1','s:33:\"es:Blanco y negro (el negro es 0)\";'),('an','messages:exif-photometricinterpretation-10','s:33:\"es:CIE L*a*b* (codificación ITU)\";'),('an','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('an','messages:exif-photometricinterpretation-3','s:9:\"es:Paleta\";'),('an','messages:exif-photometricinterpretation-32803','s:28:\"es:Matriz de filtro de color\";'),('an','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('an','messages:exif-photometricinterpretation-4','s:28:\"es:Máscara de transparencia\";'),('an','messages:exif-photometricinterpretation-5','s:33:\"es:Separados (Probablemente CMYK)\";'),('an','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('an','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('an','messages:exif-photometricinterpretation-9','s:33:\"es:CIE L*a*b* (codificación ICC)\";'),('an','messages:exif-pixelxdimension','s:23:\"an:Amplaria d\'a imachen\";'),('an','messages:exif-pixelydimension','s:22:\"an:Altaria d\'a imachen\";'),('an','messages:exif-planarconfiguration','s:23:\"an:Ordinación de datos\";'),('an','messages:exif-planarconfiguration-1','s:32:\"an:formato de paquetz de píxels\";'),('an','messages:exif-planarconfiguration-2','s:16:\"an:formato plano\";'),('an','messages:exif-pngfilecomment','s:28:\"an:Comentario de fichero PNG\";'),('an','messages:exif-poseheadingdegrees','s:22:\"es:Dirección (grados)\";'),('an','messages:exif-posepitchdegrees','s:19:\"es:Cabeceo (grados)\";'),('an','messages:exif-poserolldegrees','s:18:\"es:Alabeo (grados)\";'),('an','messages:exif-preferredattributionname','s:63:\"an:En tornar a fer servir iste treballo, por favor, dé credito\";'),('an','messages:exif-primarychromaticities','s:47:\"an:Coordinatas cromaticas d\'as colors primarias\";'),('an','messages:exif-projectiontype','s:22:\"es:Tipo de proyección\";'),('an','messages:exif-projectiontype-equirectangular','s:19:\"es:Equirrectangular\";'),('an','messages:exif-provinceorstatecreated','s:50:\"an:Provincia u estau en o qual a imachen se quitó\";'),('an','messages:exif-provinceorstatedest','s:29:\"an:Provincia u estau amostrau\";'),('an','messages:exif-rating','s:24:\"an:Valoración (sobre 5)\";'),('an','messages:exif-rating-rejected','s:10:\"an:Refusau\";'),('an','messages:exif-referenceblackwhite','s:48:\"an:Parella de valuras blanco/negro de referencia\";'),('an','messages:exif-relatedsoundfile','s:30:\"an:Fichero d\'audio relacionato\";'),('an','messages:exif-rightscertificate','s:37:\"an:Certificau de chestión de dreitos\";'),('an','messages:exif-rowsperstrip','s:32:\"an:Numero de ringleras por faixa\";'),('an','messages:exif-samplesperpixel','s:34:\"an:Numero de components por píxel\";'),('an','messages:exif-saturation','s:14:\"an:Saturación\";'),('an','messages:exif-saturation-0','s:9:\"an:Normal\";'),('an','messages:exif-saturation-1','s:20:\"an:Baixa saturación\";'),('an','messages:exif-saturation-2','s:19:\"an:Alta saturación\";'),('an','messages:exif-scenecapturetype','s:29:\"an:Mena de captura d\'a escena\";'),('an','messages:exif-scenecapturetype-0','s:12:\"an:Estándar\";'),('an','messages:exif-scenecapturetype-1','s:23:\"an:Anvista (horizontal)\";'),('an','messages:exif-scenecapturetype-2','s:21:\"an:Retrato (vertical)\";'),('an','messages:exif-scenecapturetype-3','s:19:\"an:Escena de nueits\";'),('an','messages:exif-scenecode','s:23:\"an:Codigo de scena IPTC\";'),('an','messages:exif-scenetype','s:16:\"an:Mena d\'escena\";'),('an','messages:exif-scenetype-1','s:33:\"an:Una imachen fotiata dreitament\";'),('an','messages:exif-sensingmethod','s:21:\"an:Metodo de sensache\";'),('an','messages:exif-sensingmethod-1','s:14:\"an:No definito\";'),('an','messages:exif-sensingmethod-2','s:35:\"an:Sensor d\'aria de color d\'un chip\";'),('an','messages:exif-sensingmethod-3','s:38:\"an:Sensor d\'aria de color de dos chips\";'),('an','messages:exif-sensingmethod-4','s:39:\"an:Sensor d\'aria de color de tres chips\";'),('an','messages:exif-sensingmethod-5','s:37:\"an:Sensor d\'aria de color seqüencial\";'),('an','messages:exif-sensingmethod-7','s:19:\"an:Sensor trilinial\";'),('an','messages:exif-sensingmethod-8','s:37:\"an:Sensor linial de color seqüencial\";'),('an','messages:exif-serialnumber','s:29:\"an:Numero de serie d\'a camera\";'),('an','messages:exif-sharpness','s:11:\"an:Nitideza\";'),('an','messages:exif-sharpness-0','s:9:\"an:Normal\";'),('an','messages:exif-sharpness-1','s:7:\"an:Suau\";'),('an','messages:exif-sharpness-2','s:9:\"an:Fuerte\";'),('an','messages:exif-shutterspeedvalue','s:32:\"an:Velocidat de l\'obturador APEX\";'),('an','messages:exif-software','s:21:\"an:Software emplegato\";'),('an','messages:exif-software-value','s:5:\"en:$1\";'),('an','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('an','messages:exif-source','s:8:\"an:Fuent\";'),('an','messages:exif-sourcephotoscount','s:39:\"es:Número de fotografías en la fuente\";'),('an','messages:exif-specialinstructions','s:25:\"an:Instruccions especials\";'),('an','messages:exif-spectralsensitivity','s:25:\"an:Sensibilidat espectral\";'),('an','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('an','messages:exif-stripbytecounts','s:29:\"an:Bytes por faixa comprimita\";'),('an','messages:exif-stripoffsets','s:39:\"an:Localización d\'os datos d\'a imachen\";'),('an','messages:exif-subjectarea','s:19:\"an:Aria d\'o sucheto\";'),('an','messages:exif-subjectdistance','s:24:\"an:Distancia a o sucheto\";'),('an','messages:exif-subjectdistance-value','s:12:\"an:$1 metros\";'),('an','messages:exif-subjectdistancerange','s:34:\"an:Rango de distancias a o sucheto\";'),('an','messages:exif-subjectdistancerange-0','s:14:\"an:Esconoixita\";'),('an','messages:exif-subjectdistancerange-1','s:8:\"an:Macro\";'),('an','messages:exif-subjectdistancerange-2','s:16:\"an:Vista amanada\";'),('an','messages:exif-subjectdistancerange-3','s:16:\"an:Vista leixana\";'),('an','messages:exif-subjectlocation','s:24:\"an:Posición d\'o sucheto\";'),('an','messages:exif-subjectnewscode','s:16:\"an:Codigo d\'afer\";'),('an','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('an','messages:exif-sublocationcreated','s:49:\"an:Rechión d\'a ciudat en a qual a foto se quitó\";'),('an','messages:exif-sublocationdest','s:32:\"an:Rechión d\'a ciudat amostrada\";'),('an','messages:exif-subsectime','s:42:\"an:Calendata y hora (fraccions de segundo)\";'),('an','messages:exif-subsectimedigitized','s:63:\"an:Calendata y hora d\'a dichitalización (fraccions de segundo)\";'),('an','messages:exif-subsectimeoriginal','s:70:\"an:Calendata y hora d\'a cheneración d\'os datos (fraccions de segundo)\";'),('an','messages:exif-unknowndate','s:24:\"an:Calendata esconoixita\";'),('an','messages:exif-urgency','s:12:\"an:Urchencia\";'),('an','messages:exif-urgency-high','s:12:\"an:Alto ($1)\";'),('an','messages:exif-urgency-low','s:13:\"an:Baixo ($1)\";'),('an','messages:exif-urgency-normal','s:14:\"an:Normal ($1)\";'),('an','messages:exif-urgency-other','s:40:\"an:Prioridat definida por l\'usuario ($1)\";'),('an','messages:exif-usageterms','s:16:\"an:Termins d\'uso\";'),('an','messages:exif-usepanoramaviewer','s:25:\"es:Usar visor panorámico\";'),('an','messages:exif-usepanoramaviewer-false','s:5:\"es:No\";'),('an','messages:exif-usepanoramaviewer-true','s:6:\"es:Sí\";'),('an','messages:exif-usercomment','s:27:\"an:Comentarios de l\'usuario\";'),('an','messages:exif-webstatement','s:43:\"an:Declaración de dreitos d\'autor en linia\";'),('an','messages:exif-whitebalance','s:21:\"an:Balance de blancos\";'),('an','messages:exif-whitebalance-0','s:32:\"an:Balance automatico de blancos\";'),('an','messages:exif-whitebalance-1','s:28:\"an:Balance manual de blancos\";'),('an','messages:exif-whitepoint','s:42:\"an:Coordinatas cromaticas d\'o punto blanco\";'),('an','messages:exif-worldregioncreated','s:51:\"an:Rechión d\'o mundo en a qual se quitó a imachen\";'),('an','messages:exif-worldregiondest','s:31:\"an:Rechión d\'o mundo amostrada\";'),('an','messages:exif-writer','s:11:\"an:Escritor\";'),('an','messages:exif-xresolution','s:25:\"an:Resolución horizontal\";'),('an','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('an','messages:exif-xyresolution-i','s:9:\"es:$1 ppp\";'),('an','messages:exif-ycbcrcoefficients','s:66:\"an:Coeficients d\'a matriz de transformación d\'o espacio de colors\";'),('an','messages:exif-ycbcrpositioning','s:21:\"an:Posición de Y y C\";'),('an','messages:exif-ycbcrpositioning-1','s:10:\"an:Centrau\";'),('an','messages:exif-ycbcrpositioning-2','s:13:\"an:Co-ubicaus\";'),('an','messages:exif-ycbcrsubsampling','s:34:\"an:Razón de submuestreyo de Y a C\";'),('an','messages:exif-yresolution','s:23:\"an:Resolución vertical\";'),('an','messages:expand_templates_generate_rawhtml','s:24:\"es:Mostrar HTML en crudo\";'),('an','messages:expand_templates_generate_xml','s:35:\"an:Amostrar l\'árbol de parseyo XML\";'),('an','messages:expand_templates_html_output','s:23:\"es:Salida HTML en crudo\";'),('an','messages:expand_templates_input','s:21:\"an:Testo ta espandir:\";'),('an','messages:expand_templates_input_missing','s:63:\"es:Necesitas proporcionar al menos algún wikitexto de entrada.\";'),('an','messages:expand_templates_intro','s:356:\"an:Ista pachina especial prene bel testo y espande recursivament todas as plantillas que bi ha en el. Tamién espande as funcions parser como <nowiki>{{</nowiki>#language:...}}, y as variables como <nowiki>{{</nowiki>CURRENTDAY}}&mdash; en cheneral tot o que sía entre dobles claus.\nIsto lo fa clamando ta o parser correspondient dende o propio MediaWiki.\";'),('an','messages:expand_templates_ok','s:12:\"an:Confirmar\";'),('an','messages:expand_templates_output','s:11:\"an:Resultau\";'),('an','messages:expand_templates_preview','s:20:\"an:Previsualización\";'),('an','messages:expand_templates_preview_fail_html','s:473:\"es:<em>Se ha ocultado la previsualización como precaución frente a ataques JavaScript. Esto se debe a que {{SITENAME}} tiene habilitada la característica de código HTML en bruto, y se perdieron los datos de la sesión.</em>\n\n<strong>Si se trata de un intento de previsualización legítimo, inténtalo de nuevo.</strong>\nSi aun así no funciona, intenta [[Special:UserLogout|cerrar sesión]] y volver a acceder, y verifica que tu navegador acepte cookies de este sitio.\";'),('an','messages:expand_templates_preview_fail_html_anon','s:350:\"es:<em>Se ha ocultado la previsualización como precaución frente a ataques JavaScript. Esto se debe a que {{SITENAME}} tiene habilitada la característica de código HTML en bruto, y no has iniciado sesión.</em>\n\n<strong>Si se trata de un intento de previsualización legítimo, [[Special:UserLogin|inicia sesión]] e inténtalo de nuevo.</strong>\";'),('an','messages:expand_templates_remove_comments','s:20:\"an:Sacar comentarios\";'),('an','messages:expand_templates_remove_nowiki','s:46:\"es:Suprimir etiquetas <nowiki> en el resultado\";'),('an','messages:expand_templates_title','s:52:\"an:Títol ta contestualizar ({{FULLPAGENAME}} etz.):\";'),('an','messages:expand_templates_xml_output','s:13:\"an:salida XML\";'),('an','messages:expandtemplates','s:22:\"an:Espandir plantillas\";'),('an','messages:expansion-depth-exceeded-category','s:55:\"es:Páginas que sobrepasan la profundidad de expansión\";'),('an','messages:expansion-depth-exceeded-category-desc','s:63:\"es:Esta página sobrepasa la profundidad de expansión máxima.\";'),('an','messages:expansion-depth-exceeded-warning','s:68:\"es:La página ha sobrepasado el límite de profundidad de expansión\";'),('an','messages:expensive-parserfunction-category','s:84:\"an:Pachinas con masiadas cridas a funcions de preproceso (parser functions) costosas\";'),('an','messages:expensive-parserfunction-category-desc','s:230:\"es:La página usa demasiadas funciones sintácticas costosas (como <code>#ifexist</code>). Consulta [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('an','messages:expensive-parserfunction-warning','s:198:\"an:Pare cuenta: Ista pachina tiene masiadas cridas ta funcions de preproceso (parser functions) costosas.\n\nHabría de tener-ne menos de {{PLURAL:$2|$2|$2}}, y por agora en tiene {{PLURAL:$1|$1|$1}}.\";'),('an','messages:explainconflict','s:363:\"an:Bel atro usuario ha cambiato ista pachina dende que vusté prencipió a editar-la.\nO quatrón de texto superior contiene o texto d\'a pachina como ye actualment.\nOs suyos cambeos s\'amuestran en o quatrón de texto inferior.\nHabrá d\'incorporar os suyos cambeos en o texto existent.\n\'\'\'Nomás\'\'\' o texto en o quatrón superior s\'alzará quan prete o botón \"$1\".\";'),('an','messages:export','s:20:\"an:Exportar pachinas\";'),('an','messages:export-addcat','s:10:\"an:Adhibir\";'),('an','messages:export-addcattext','s:39:\"an:Adhibir pachinas dende a categoría:\";'),('an','messages:export-addns','s:10:\"an:Adhibir\";'),('an','messages:export-addnstext','s:43:\"an:Adhibir pachinas d\'o espacio de nombres:\";'),('an','messages:export-download','s:24:\"an:Alzar como un fichero\";'),('an','messages:export-manual','s:32:\"es:Añadir páginas manualmente:\";'),('an','messages:export-pagelinks','s:52:\"an:Incluyir pachinas vinculadas con una fundaria de:\";'),('an','messages:export-submit','s:11:\"an:Exportar\";'),('an','messages:export-summary','s:3:\"en:\";'),('an','messages:export-templates','s:25:\"an:incluyir-ie plantillas\";'),('an','messages:exportall','s:29:\"an:Exportar todas as pachinas\";'),('an','messages:exportcuronly','s:78:\"an:Incluyir nomás a versión actual, no pas l\'historial de versions completo.\";'),('an','messages:exportlistauthors','s:61:\"an:Incluir una lista completa de colaboradors ta cada pachina\";'),('an','messages:exportnohistory','s:149:\"an:----\n\'\'\'Nota:\'\'\' A exportación de historials de pachinas a traviés d\'iste formulario ye desactivata por problemas en o rendimiento d\'o servidor.\";'),('an','messages:exporttext','s:679:\"an:Puede exportar o texto y l\'historial d\'edicions d\'una pachina u conchunto de pachinas ta un texto XML. Iste texto XML puede importar-se ta atro wiki que faiga servir MediaWiki a traviés d\'a [[Special:Import|pachina d\'importación]].\n\nTa exportar pachinas, escriba os títols en a caixa de texto que bi ha más ta baixo, metendo un títol en cada linia, y esliya si quiere exportar a versión actual con as versions anteriors y as linias de l\'historial u nomás a versión actual con a información sobre a zaguer edición.\n\nEn iste zaguer caso tamién puede usar un vinclo, por eixemplo [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] t\'a pachina \"[[{{MediaWiki:Mainpage}}]]\".\";'),('an','messages:external_image_whitelist','s:515:\"an:  #Deixe ista linia sin cambiar-la<pre>\n#Meta debaixo fragmentos d\'esprisions regulars (nomás a parte que be entre //)\n#Se mirará si istas concuerdan con os URLs d\'imáchens externas (hotlinked)\n#As que concorden s\'amostrarán como imáchens, en as que no, nomás s\'amostrará un vinclo t\'a imachen\n#As ringleras que prencipian por «#» se consideran comentarios\n#Tot isto ye insensible a las mayusclas/minusclas\n\n#Meta totz os fragmentos de regex dencima d\'ista ringlera. No faiga cambeos en ista linia</pre>\";'),('an','messages:externaldberror','s:126:\"an:Bi habió una error d\'autenticación externa d\'a base de datos u bien no tiene premisos ta esviellar a suya cuenta externa.\";'),('an','messages:faq','s:29:\"an:Preguntas freqüents (FAQ)\";'),('an','messages:feb','s:6:\"an:feb\";'),('an','messages:february','s:10:\"an:febrero\";'),('an','messages:february-gen','s:13:\"an:de febrero\";'),('an','messages:feed-atom','s:7:\"en:Atom\";'),('an','messages:feed-invalid','s:51:\"an:Sendicación como fuent de noticias no conforme.\";'),('an','messages:feed-rss','s:6:\"en:RSS\";'),('an','messages:feed-unavailable','s:48:\"an:As canals de sendicación no son disponibles.\";'),('an','messages:feedback-adding','s:41:\"an:Adhibindo comentarios ta la pachina...\";'),('an','messages:feedback-back','s:9:\"es:Volver\";'),('an','messages:feedback-bugcheck','s:64:\"an:Perfecto! Comprebe nomás que no sía un [$1 fallo conoixiu].\";'),('an','messages:feedback-bugnew','s:45:\"an:L\'he comprebau. Informar d\'un nuevo fallo.\";'),('an','messages:feedback-bugornote','s:261:\"an:Si creye que puede describir en detalle un problema tecnico, [$1 informe d\'un bug] por favor.\n\nSi no, puet usar o siguient formulario. O suyo comentario será adhibiu a la pachina [$3 $2], de conchunta con o suyo nombre d\'usuario y o navegador que fa servir.\";'),('an','messages:feedback-cancel','s:11:\"an:Cancelar\";'),('an','messages:feedback-close','s:8:\"an:Feito\";'),('an','messages:feedback-dialog-intro','s:162:\"es:Puedes usar el sencillo formulario a continuación para enviar tus comentarios. Tu comentario se añadirá a la página «$1», junto con tu nombre de usuario.\";'),('an','messages:feedback-dialog-title','s:21:\"es:Enviar comentarios\";'),('an','messages:feedback-error1','s:45:\"an:Error: No se reconoixe o resultau de l\'API\";'),('an','messages:feedback-error4','s:71:\"es:Error: no se pudo publicar con el argumento de título proporcionado\";'),('an','messages:feedback-external-bug-report-button','s:28:\"es:Enviar una tarea técnica\";'),('an','messages:feedback-message','s:12:\"an:Mensache:\";'),('an','messages:feedback-subject','s:8:\"an:Afer:\";'),('an','messages:feedback-submit','s:10:\"an:Ninviar\";'),('an','messages:feedback-terms','s:200:\"es:Entiendo que la información de mi agente de usuario incluye información sobre la versión exacta de mi navegador y mi sistema operativo y serán compartidos públicamente junto a mis comentarios.\";'),('an','messages:feedback-termsofuse','s:71:\"es:Acepto proporcionar comentarios de acuerdo con los Términos de uso.\";'),('an','messages:feedback-thanks','s:66:\"an:Gracias! O suyo comentario s\'ha publicau en a pachina [$2  $1].\";'),('an','messages:feedback-thanks-title','s:20:\"es:¡Muchas gracias!\";'),('an','messages:feedback-useragent','s:21:\"es:Agente de usuario:\";'),('an','messages:fewestrevisions','s:30:\"an:Articlos con menos edicions\";'),('an','messages:fewestrevisions-summary','s:3:\"en:\";'),('an','messages:file-anchor-link','s:10:\"an:Fichero\";'),('an','messages:file-deleted-duplicate','s:156:\"an:Un fichero igual que iste ([[:$1]]) s\'ha borrato enantes. Debería mirar-se o historial de borraus d\'o fichero antes de continar cargando-lo atra vegada.\";'),('an','messages:file-deleted-duplicate-notitle','s:252:\"es:Un archivo idéntico a este ha sido borrado con anterioridad y el título ha sido suprimido. Deberías contactar con alguien capaz de ver los datos de archivos borrados para que revise esta situación antes de proceder a subir de nuevo este archivo.\";'),('an','messages:file-exists-duplicate','s:89:\"an:Iste fichero ye un duplicau {{PLURAL:$1|d\'o siguient fichero|d\'os siguients fichers}}:\";'),('an','messages:file-exists-sharedrepo','s:104:\"an:O nombre de fichero trigau ya ye estando usato en un reposte compartiu. Por favor, esliya-ne un atro.\";'),('an','messages:file-info','s:43:\"an:grandaria d\'o fichero: $1; tipo MIME: $2\";'),('an','messages:file-info-gif-frames','s:37:\"an:$1 {{PLURAL:$1|imachen|imáchens}}\";'),('an','messages:file-info-gif-looped','s:11:\"an:embuclau\";'),('an','messages:file-info-png-frames','s:39:\"an:$1 {{PLURAL:$1|imáchens|imáchens}}\";'),('an','messages:file-info-png-looped','s:11:\"an:embuclau\";'),('an','messages:file-info-png-repeat','s:46:\"an:reproducito $1 {{PLURAL:$1|vegada|vegadas}}\";'),('an','messages:file-info-size','s:61:\"an:$1 × $2 píxels; grandaria d\'o fichero: $3; tipo MIME: $4\";'),('an','messages:file-info-size-pages','s:95:\"an:$1 × $2 pixels, grandaria d\'o fichero: $3, tipo MIME: $4, $5 {{PLURAL:$5|pachina|pachinas}}\";'),('an','messages:file-no-thumb-animation','s:111:\"es:<strong>Nota: debido a limitaciones técnicas, las miniaturas de este archivo no estarán animadas.</strong>\";'),('an','messages:file-no-thumb-animation-gif','s:142:\"es:<strong>Nota: debido a limitaciones técnicas, las miniaturas de imágenes GIF de alta resolución como esta no estarán animadas.</strong>\";'),('an','messages:file-nohires','s:53:\"an:No bi ha garra versión con resolución más gran.\";'),('an','messages:file-thumbnail-no','s:215:\"an:O nombre d\'o fichero prencipia con <strong>$1</strong>.\nPareix que estase una imachen achiquida \'\'(thumbnail)\'\'.\nSi tiene ista imachen a toda resolución, cargue-la, si no, por favor, cambee o nombre d\'o fichero.\";'),('an','messages:file-too-large','s:40:\"an:O fichero que ninvió ye masiau gran.\";'),('an','messages:filecopyerror','s:48:\"an:No s\'ha puesto copiar o fichero \"$1\" ta \"$2\".\";'),('an','messages:filedelete','s:12:\"an:Borrar $1\";'),('an','messages:filedelete-archive-read-only','s:71:\"an:O directorio de fichero \"$1\" no puede escribir-se en o servidor web.\";'),('an','messages:filedelete-comment','s:10:\"an:Razón:\";'),('an','messages:filedelete-current-unregistered','s:56:\"an:O fichero especificato \"$1\" no ye en a base de datos.\";'),('an','messages:filedelete-edit-reasonlist','s:30:\"an:Editar as razons d\'o borrau\";'),('an','messages:filedelete-edit-reasonlist-suppress','s:31:\"es:Editar motivos de supresión\";'),('an','messages:filedelete-intro','s:92:\"an:Ye en momentos de borrar o fichero \'\'\'[[Media:$1|$1]]\'\'\' chunto con toda a suya historia.\";'),('an','messages:filedelete-intro-old','s:79:\"an:Ye en momentos de borrar a versión de \'\'\'[[Media:$1|$1]]\'\'\' de [$4 $3, $2].\";'),('an','messages:filedelete-legend','s:17:\"an:Borrar fichero\";'),('an','messages:filedelete-maintenance','s:102:\"an:O borramiento y recuperación de fichers ye desactivau temporalment entre que dura o mantenimiento.\";'),('an','messages:filedelete-maintenance-title','s:30:\"an:No se puet borrar o fichero\";'),('an','messages:filedelete-missing','s:54:\"an:O fichero \"$1\" no se puede borrar porque no existe.\";'),('an','messages:filedelete-nofile','s:22:\"an:\'\'\'$1\'\'\' no existe.\";'),('an','messages:filedelete-nofile-old','s:77:\"an:No bi ha garra versión alzata de \'\'\'$1\'\'\' con os atributos especificatos.\";'),('an','messages:filedelete-old-unregistered','s:69:\"an:A versión d\'o fichero especificata \"$1\" no ye en a base de datos.\";'),('an','messages:filedelete-otherreason','s:16:\"an:Atras razons:\";'),('an','messages:filedelete-reason-dropdown','s:89:\"an:*Razons comuns ta borrar fichers\n** Dreitos d\'autor no respetatos\n** Archivo duplicato\";'),('an','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('an','messages:filedelete-reason-otherlist','s:14:\"an:Atra razón\";'),('an','messages:filedelete-submit','s:9:\"an:Borrar\";'),('an','messages:filedelete-success','s:25:\"an:S\'ha borrato \'\'\'$1\'\'\'.\";'),('an','messages:filedelete-success-old','s:67:\"an:S\'ha borrato a versión de \'\'\'[[Media:$1|$1]]\'\'\' de $2 a las $3.\";'),('an','messages:filedeleteerror','s:40:\"an:No s\'ha puesto borrar o fichero \"$1\".\";'),('an','messages:filedeleteerror-long','s:45:\"an:Se troboron errors borrando o fichero:\n\n$1\";'),('an','messages:filedeleteerror-short','s:31:\"an:Error borrando o fichero: $1\";'),('an','messages:filedesc','s:10:\"an:Resumen\";'),('an','messages:fileduplicatesearch','s:27:\"an:Mirar fichers duplicatos\";'),('an','messages:fileduplicatesearch-filename','s:22:\"an:Nombre d\'o fichero:\";'),('an','messages:fileduplicatesearch-info','s:68:\"an:$1 × $2 pixels<br />Grandaria d\'o fichero: $3<br />tipo MIME: $4\";'),('an','messages:fileduplicatesearch-noresults','s:52:\"an:No s\'ha trobau garra fichero con o nombre «$1».\";'),('an','messages:fileduplicatesearch-result-1','s:53:\"an:O fichero \"$1\" no en tiene de duplicaus identicos.\";'),('an','messages:fileduplicatesearch-result-n','s:81:\"an:O fichero \"$1\" tiene {{PLURAL:$2|1 duplicau identico|$2 duplicaus identicos}}.\";'),('an','messages:fileduplicatesearch-submit','s:8:\"an:Mirar\";'),('an','messages:fileduplicatesearch-summary','s:57:\"an:Mirar archivos duplicaus basaus en a suya valura hash.\";'),('an','messages:fileexists','s:165:\"an:Ya bi ha un fichero con ixe nombre.\nPor favor, Por favor mire-se o fichero existent <strong>[[:$1]]</strong> si no ye seguro de querer sustituyir-lo.\n[[$1|thumb]]\";'),('an','messages:fileexists-duplicate-version','s:119:\"es:Este es un duplicado exacto de {{PLURAL:$2|una versión anterior|versiones anteriores}} de <strong>[[:$1]]</strong>.\";'),('an','messages:fileexists-extension','s:219:\"an:Ya bi ha un fichero con un nombre pareixiu: [[$2|thumb]]\n* Nombre d\'o fichero que ye cargando: <strong>[[:$1]]</strong>\n* Nombre d\'o fichero ya existent: <strong>[[:$2]]</strong>\nPor favor, trigue un nombre diferent.\";'),('an','messages:fileexists-forbidden','s:169:\"an:Ya bi ha un fichero con iste nombre, y no se puet sobrescribir.\nSi encara quiere cargar ixe fichero, torne y faiga servir un nuevo nombre. [[File:$1|thumb|center|$1]]\";'),('an','messages:fileexists-no-change','s:81:\"es:Este es un duplicado exacto de la versión actual de <strong>[[:$1]]</strong>.\";'),('an','messages:fileexists-shared-forbidden','s:184:\"an:Ya bi ha un fichero con ixe nombre en o reposte compartito. Si encara quiere cargar o fichero, por favor, torne enta zaga y faiga servir un nuevo nombre. [[File:$1|thumb|center|$1]]\";'),('an','messages:fileexists-thumbnail-yes','s:230:\"an:Pareix que o fichero ye una imachen chicota \'\'(miniatura)\'\'. [[$1|thumb]]\nComprebe por favor o fichero <strong>[[:$1]]</strong>.\nSi o fichero comprebato ye a mesma imachen en tamanyo orichinal no cal cargar una nueva miniatura.\";'),('an','messages:filehist','s:24:\"an:Historial d\'o fichero\";'),('an','messages:filehist-comment','s:13:\"an:Comentario\";'),('an','messages:filehist-current','s:9:\"an:actual\";'),('an','messages:filehist-datetime','s:17:\"an:Calendata/Hora\";'),('an','messages:filehist-deleteall','s:16:\"an:borrar-lo tot\";'),('an','messages:filehist-deleteone','s:9:\"an:borrar\";'),('an','messages:filehist-dimensions','s:13:\"an:Dimensions\";'),('an','messages:filehist-filesize','s:24:\"an:Grandaria d\'o fichero\";'),('an','messages:filehist-help','s:86:\"an:Punche en una calendata/hora ta veyer o fichero como amaneixeba por ixas envueltas.\";'),('an','messages:filehist-nothumb','s:19:\"an:Sin de miniatura\";'),('an','messages:filehist-revert','s:11:\"an:revertir\";'),('an','messages:filehist-thumb','s:12:\"an:Miniatura\";'),('an','messages:filehist-thumbtext','s:31:\"an:Miniatura d\'a versión de $1\";'),('an','messages:filehist-user','s:10:\"an:Usuario\";'),('an','messages:filemissing','s:21:\"an:Archivo no trobato\";'),('an','messages:filename','s:21:\"an:Nombre d\'o fichero\";'),('an','messages:filename-bad-prefix','s:212:\"an:O nombre d\'o fichero que ye cargando prencipia por \'\'\'\"$1\"\'\'\', que ye un nombre no descriptivo que gosa clabar automaticament as camaras dichitals. Por favor, trigue un nombre más descriptivo ta iste fichero.\";'),('an','messages:filename-prefix-blacklist','s:454:\"an: #<!-- dixe ista linia esautament igual como ye --> <pre>\n# A sintacsis ye asinas:\n#   * Tot o que prenzipia por un caráuter \"#\" dica la fin d\'a linia ye un comentario\n#   * As atras linias tienen os prefixos que claban automaticament as camaras dichitals\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # bels telefonos móbils\nIMG # chenerica\nJD # Jenoptik\nMGP # Pentax\nPICT # misz.\n #</pre> <!-- dixe ista linia esautament igual como ye -->\";'),('an','messages:filename-thumb-name','s:229:\"es:Esto luce como el título de una miniatura. Por favor, no vuelva a subir miniaturas a la misma wiki. Si no es el caso, por favor corrija el nombre del archivo por uno que tenga más sentido, y no tenga el prefijo de miniatura.\";'),('an','messages:filename-toolong','s:58:\"an:Os nombres de fichero no pueden tener mas de 240 bytes.\";'),('an','messages:filename-tooshort','s:39:\"an:O nombre de fichero ye masiau curto.\";'),('an','messages:filenotfound','s:40:\"an:No s\'ha puesto trobar o fichero \"$1\".\";'),('an','messages:filepage-nofile','s:42:\"an:No existe garra fichero con ixe nombre.\";'),('an','messages:filepage-nofile-link','s:67:\"an:No existe garra fichero con ixe nombre, pero puet [$1 puyar-lo].\";'),('an','messages:filepage.css','s:157:\"es:/* Los estilos CSS colocados aquí se incluirán en las páginas de descripción de archivos, incluso en las wikis externas que incluyan estas páginas */\";'),('an','messages:filepageexists','s:289:\"an:A pachina de descripción d\'iste fichero ya s\'ha creyau en <strong>[[:$1]]</strong>, pero no i hai garra fichero con iste nombre. O resumen que escriba no amaneixerá en a pachina de descripción.\nSi quiere que o suyo resumen amaneixca aquí, habrá d\'editar-lo manualment.\n[[$1|thumb]]\";'),('an','messages:filereadonlyerror','s:187:\"es:No se puede modificar el archivo «$1» porque el repositorio de archivos «$2» es de solo lectura.\n\nEl administrador del sistema que lo ha bloqueado ofrece esta explicación: «$3».\";'),('an','messages:filerenameerror','s:59:\"an:No s\'ha puesto cambiar o nombre d\'o fichero \"$1\" a \"$2\".\";'),('an','messages:filereuploadsummary','s:23:\"an:Cambios d\'o fichero:\";'),('an','messages:filerevert','s:14:\"an:Revertir $1\";'),('an','messages:filerevert-badversion','s:71:\"an:No bi ha garra versión antiga d\'o fichero con ixa calendata y hora.\";'),('an','messages:filerevert-comment','s:10:\"an:Razón:\";'),('an','messages:filerevert-defaultcomment','s:40:\"an:Revertito t\'a versión de $1, $2 ($3)\";'),('an','messages:filerevert-identical','s:68:\"es:La versión actual del archivo ya es idéntica a la seleccionada.\";'),('an','messages:filerevert-intro','s:68:\"an:Ye revertindo \'\'\'[[Media:$1|$1]]\'\'\' a la [$4 versión de $3, $2].\";'),('an','messages:filerevert-legend','s:19:\"an:Revertir fichero\";'),('an','messages:filerevert-submit','s:11:\"an:Revertir\";'),('an','messages:filerevert-success','s:69:\"an:S\'ha revertito \'\'\'[[Media:$1|$1]]\'\'\' a la [$4 versión de $3, $2].\";'),('an','messages:filesource','s:9:\"an:Fuent:\";'),('an','messages:filestatus','s:42:\"an:Estau d\'os dreitos d\'autor (copyright):\";'),('an','messages:filetype-bad-ie-mime','s:151:\"an:No puet cargar iste fichero porque o Internet Explorer lo consideraría como \"$1\", que ye un tipo de fichero no premitito y potencialment perigloso.\";'),('an','messages:filetype-badmime','s:50:\"an:No se premite cargar fichers de tipo MIME \"$1\".\";'),('an','messages:filetype-banned','s:33:\"an:Iste tipo de fichero ye vedau.\";'),('an','messages:filetype-banned-type','s:190:\"an:{{PLURAL:$4|Os fichers de tipo «\'\'\'.$1\'\'\'»|Os fichers d\'os tipos \'\'\'$1\'\'\'}} no se permiten. {{PLURAL:$3|Nomás s\'admeten os fichers d\'o tipo|Nomás s\'admeten os fichers d\'os tipos}} $2.\";'),('an','messages:filetype-mime-mismatch','s:78:\"an:A extensión \".$1\" no coincide con o tipo MIME detectato en o fichero ($2).\";'),('an','messages:filetype-missing','s:53:\"an:O fichero no tiene garra estensión (como \".jpg\").\";'),('an','messages:filetype-unwanted-type','s:115:\"an:Os \'\'\'\".$1\"\'\'\' son un tipo de fichero no deseyato.  Se prefieren os fichers {{PLURAL:$3|de tipo|d\'os tipos}} $2.\";'),('an','messages:fileuploadsummary','s:11:\"an:Resumen:\";'),('an','messages:filewasdeleted','s:154:\"an:Una fichero con iste mesmo nombre ya se cargó denantes y estió borrato dimpués. Habría de comprebar $1 antes de tornar a cargar-lo una atra vegada.\";'),('an','messages:fix-double-redirects','s:67:\"an:Esviellar todas as reendreceras que plegan ta o títol orichinal\";'),('an','messages:formatnum-nan','s:19:\"es:No es un número\";'),('an','messages:formerror','s:43:\"an:Error: no se podió ninviar o formulario\";'),('an','messages:fri','s:6:\"an:vie\";'),('an','messages:friday','s:10:\"an:biernes\";'),('an','messages:friday-at','s:22:\"es:el viernes a las $1\";'),('an','messages:gallery-slideshow-toggle','s:38:\"es:Activar o desactivar las miniaturas\";'),('an','messages:gender-female','s:9:\"an:Muller\";'),('an','messages:gender-male','s:9:\"an:Hombre\";'),('an','messages:gender-notknown','s:13:\"es:No binario\";'),('an','messages:gender-unknown','s:18:\"an:No especificato\";'),('an','messages:generic-pool-error','s:191:\"es:Lo sentimos, los servidores están sobrecargados en este momento.\nHay demasiados usuarios tratando de ver este recurso.\nEspera un momento antes de intentar acceder de nuevo a este recurso.\";'),('an','messages:go','s:8:\"an:Ir-ie\";'),('an','messages:googleanalytics-desc','s:112:\"es:Inserta el script de Google Analytics (u otros de análisis web) en las páginas de MediaWiki para su rastreo\";'),('an','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('an','messages:gotointerwiki','s:24:\"es:Salir de {{SITENAME}}\";'),('an','messages:gotointerwiki-external','s:115:\"es:Estás a punto de abandonar {{SITENAME}} para visitar [[$2]], un sitio web diferente.\n\n\'\'\'[$1 Continuar a $1]\'\'\'\";'),('an','messages:gotointerwiki-invalid','s:41:\"es:El título especificado no es válido.\";'),('an','messages:grant-basic','s:20:\"es:Permisos básicos\";'),('an','messages:grant-blockusers','s:34:\"es:Bloquear y desbloquear usuarios\";'),('an','messages:grant-createaccount','s:16:\"es:Crear cuentas\";'),('an','messages:grant-createeditmovepage','s:33:\"es:Crear, editar y mover páginas\";'),('an','messages:grant-delete','s:54:\"es:Borrar páginas, revisiones y entradas del registro\";'),('an','messages:grant-editinterface','s:104:\"es:Editar el espacio de nombres MediaWiki y las páginas CSS/JSON/JavaScript del sitio y de los usuarios\";'),('an','messages:grant-editmycssjs','s:32:\"es:Editar tu CSS/JSON/JavaScript\";'),('an','messages:grant-editmyoptions','s:70:\"es:Editar tus preferencias de usuario y configuración en formato JSON\";'),('an','messages:grant-editmywatchlist','s:33:\"es:Editar tu lista de seguimiento\";'),('an','messages:grant-editpage','s:29:\"es:Editar páginas existentes\";'),('an','messages:grant-editprotected','s:29:\"es:Editar páginas protegidas\";'),('an','messages:grant-editsiteconfig','s:53:\"es:Editar páginas de configuración CSS/JS del sitio\";'),('an','messages:grant-generic','s:27:\"es:Paquete de permisos \"$1\"\";'),('an','messages:grant-group-administration','s:36:\"es:Realizar acciones administrativas\";'),('an','messages:grant-group-customization','s:34:\"es:Personalización y preferencias\";'),('an','messages:grant-group-email','s:29:\"es:Enviar correo electrónico\";'),('an','messages:grant-group-file-interaction','s:29:\"es:Interactuar con multimedia\";'),('an','messages:grant-group-high-volume','s:37:\"es:Realizar actividad de volumen alto\";'),('an','messages:grant-group-other','s:23:\"es:Actividades diversas\";'),('an','messages:grant-group-page-interaction','s:27:\"es:Interactuar con páginas\";'),('an','messages:grant-group-private-information','s:42:\"es:Acceder a información privada sobre ti\";'),('an','messages:grant-group-watchlist-interaction','s:42:\"es:Interactuar con tu lista de seguimiento\";'),('an','messages:grant-highvolume','s:29:\"es:Gran cantidad de ediciones\";'),('an','messages:grant-import','s:22:\"es:Importar revisiones\";'),('an','messages:grant-mergehistory','s:35:\"es:Combinar historiales de páginas\";'),('an','messages:grant-oversight','s:51:\"es:Ocultar a los usuarios y suprimir las revisiones\";'),('an','messages:grant-patrol','s:32:\"es:Verificar cambios en páginas\";'),('an','messages:grant-privateinfo','s:33:\"es:Acceder a información privada\";'),('an','messages:grant-protect','s:34:\"es:Proteger y desproteger páginas\";'),('an','messages:grant-rollback','s:31:\"es:Revertir cambios en páginas\";'),('an','messages:grant-sendemail','s:45:\"es:Enviar mensajes de correo a otros usuarios\";'),('an','messages:grant-uploadeditmovefile','s:41:\"es:Subir, reemplazar y renombrar archivos\";'),('an','messages:grant-uploadfile','s:24:\"es:Subir archivos nuevos\";'),('an','messages:grant-viewdeleted','s:37:\"es:Ver archivos y páginas eliminados\";'),('an','messages:grant-viewmywatchlist','s:30:\"es:Ver tu lista de seguimiento\";'),('an','messages:grant-viewrestrictedlogs','s:41:\"es:Ver entradas restringidas del registro\";'),('an','messages:group','s:9:\"an:Colla:\";'),('an','messages:group-all','s:9:\"an:(totz)\";'),('an','messages:group-autoconfirmed','s:27:\"an:Usuarios autoconfirmatos\";'),('an','messages:group-autoconfirmed-member','s:62:\"an:{{GENDER:$1|usuario autoconfirmato|usuaria autoconfirmata}}\";'),('an','messages:group-autoconfirmed.css','s:87:\"an:/* Os estilos CSS colocaus aquí s\'aplicarán nomás a os usuarios autoconfirmatos*/\";'),('an','messages:group-autoconfirmed.js','s:102:\"an:/* Qualsiquier codigo Javascript escrito aquí se cargará nomás ta os usuarios autoconfirmatos */\";'),('an','messages:group-bot','s:7:\"an:Bots\";'),('an','messages:group-bot-member','s:20:\"an:{{GENDER:$1|bot}}\";'),('an','messages:group-bot.css','s:67:\"an:/* Os estilos CSS colocaus aquí s\'aplicarán nomás a os bots*/\";'),('an','messages:group-bot.js','s:82:\"an:/* Qualsiquier codigo Javascript escrito aquí se cargará nomás ta os bots */\";'),('an','messages:group-bureaucrat','s:13:\"an:Burocratas\";'),('an','messages:group-bureaucrat-member','s:26:\"an:{{GENDER:$1|burocrata}}\";'),('an','messages:group-bureaucrat.css','s:73:\"an:/* Os estilos CSS colocaus aquí s\'aplicarán nomás a os burocratas*/\";'),('an','messages:group-bureaucrat.js','s:88:\"an:/* Qualsiquier codigo Javascript escrito aquí se cargará nomás ta os burocratas */\";'),('an','messages:group-interface-admin','s:30:\"es:Administradores de interfaz\";'),('an','messages:group-interface-admin-member','s:57:\"es:{{GENDER:$1|administrador|administradora}} de interfaz\";'),('an','messages:group-membership-link-with-expiry','s:16:\"es:$1 (hasta $2)\";'),('an','messages:group-named','s:23:\"es:Usuarios registrados\";'),('an','messages:group-suppress','s:14:\"an:Supervisors\";'),('an','messages:group-suppress-member','s:39:\"an:{{GENDER:$1|supervisor|supervisora}}\";'),('an','messages:group-sysop','s:17:\"an:Administradors\";'),('an','messages:group-sysop-member','s:45:\"an:{{GENDER:$1|administrador|administradora}}\";'),('an','messages:group-sysop.css','s:77:\"an:/* Os estilos CSS colocaus aquí s\'aplicarán nomás a os administradors*/\";'),('an','messages:group-sysop.js','s:92:\"an:/* Qualsiquier codigo Javascript escrito aquí se cargará nomás ta os administradors */\";'),('an','messages:group-user','s:11:\"an:Usuarios\";'),('an','messages:group-user-member','s:32:\"an:{{GENDER:$1|usuario|usuaria}}\";'),('an','messages:group-user.css','s:90:\"es:/* Los estilos CSS colocados aquí se aplicarán para todos los usuarios registrados */\";'),('an','messages:group-user.js','s:99:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios registrados */\";'),('an','messages:grouppage-autoconfirmed','s:42:\"an:{{ns:project}}:Usuarios autoconfirmatos\";'),('an','messages:grouppage-bot','s:22:\"an:{{ns:project}}:Bots\";'),('an','messages:grouppage-bureaucrat','s:28:\"an:{{ns:project}}:Burocratas\";'),('an','messages:grouppage-interface-admin','s:45:\"es:{{ns:project}}:Administradores de interfaz\";'),('an','messages:grouppage-named','s:38:\"es:{{ns:project}}:Usuarios registrados\";'),('an','messages:grouppage-suppress','s:29:\"an:{{ns:project}}:Supervisors\";'),('an','messages:grouppage-sysop','s:32:\"an:{{ns:project}}:Administradors\";'),('an','messages:grouppage-user','s:26:\"an:{{ns:project}}:Usuarios\";'),('an','messages:guesstimezone','s:37:\"an:Emplir-lo con a hora d\'o navegador\";'),('an','messages:headline-anchor-title','s:25:\"es:Enlace a esta sección\";'),('an','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('an','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('an','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('an','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('an','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('an','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('an','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('an','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('an','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('an','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('an','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('an','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('an','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('an','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('an','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('an','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('an','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('an','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('an','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('an','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('an','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('an','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('an','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('an','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('an','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('an','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('an','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('an','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('an','messages:help','s:8:\"an:Aduya\";'),('an','messages:help-mediawiki','s:24:\"es:Ayuda sobre MediaWiki\";'),('an','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('an','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('an','messages:helppage-top-gethelp','s:8:\"an:Aduya\";'),('an','messages:hidden-categories','s:56:\"an:{{PLURAL:$1|Categoría amagada|Categorías amagadas}}\";'),('an','messages:hidden-category-category','s:23:\"an:Categorías amagadas\";'),('an','messages:hidden-category-category-desc','s:204:\"es:La categoría contiene <code><nowiki>__HIDDENCAT__</nowiki></code> en su página de contenido, lo que evita que aparezca en el cuadro de enlaces de categorías en las páginas, de forma predeterminada.\";'),('an','messages:hiddencategories','s:87:\"an:Ista pachina fa parte de {{PLURAL:$1|1 categoría amagada|$1 categorías amagadas}}:\";'),('an','messages:hide','s:9:\"an:Amagar\";'),('an','messages:hidetoc','s:9:\"an:amagar\";'),('an','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('an','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('an','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('an','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('an','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('an','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('an','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('an','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('an','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('an','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('an','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('an','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('an','messages:hist','s:7:\"an:hist\";'),('an','messages:histfirst','s:11:\"an:primeras\";'),('an','messages:histlast','s:11:\"an:zagueras\";'),('an','messages:histlegend','s:279:\"an:Selección de diferencias: sinyale as versions a comparar y prete \"enter\" u o botón d\'o cobaixo.<br />\nLeyenda: \'\'\'({{int:cur}})\'\'\' = esferencias con a versión actual, \'\'\'({{int:last}})\'\'\' = esferencias con a versión anterior, \'\'\'{{int:minoreditletter}}\'\'\' = edición menor\";'),('an','messages:history','s:24:\"an:Historial d\'a pachina\";'),('an','messages:history-edit-tags','s:47:\"es:Editar etiquetas de revisiones seleccionadas\";'),('an','messages:history-empty','s:46:\"es:No se encontraron revisiones que coincidan.\";'),('an','messages:history-feed-description','s:49:\"an:Historial de versions d\'ista pachina en o wiki\";'),('an','messages:history-feed-empty','s:159:\"an:A pachina demandata no existe.\nPuede que belún l\'haiga borrata d\'o wiki u renombrata.\nPrebe de [[Special:Search|mirar en o wiki]] atras pachinas relevants.\";'),('an','messages:history-feed-item-nocomment','s:11:\"an:$1 en $2\";'),('an','messages:history-feed-title','s:24:\"an:Historial de versions\";'),('an','messages:history-fieldset-title','s:23:\"an:Filtrar as revisions\";'),('an','messages:history-show-deleted','s:21:\"an:Nomás os borratos\";'),('an','messages:history-title','s:32:\"an:Historial de versions de \"$1\"\";'),('an','messages:history_copyright','s:4:\"en:-\";'),('an','messages:history_short','s:12:\"an:Historial\";'),('an','messages:history_small','s:12:\"es:historial\";'),('an','messages:historyaction-submit','s:21:\"es:Mostrar revisiones\";'),('an','messages:historyempty','s:8:\"an:buedo\";'),('an','messages:historysize','s:34:\"an:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('an','messages:historywarning','s:118:\"an:\'\'\'Pare cuenta!:\'\'\' A pachina que ye en momentos de borrar tien un historial de $1 {{PLURAL:$1|versión|versions}}:\";'),('an','messages:hookaborted','s:74:\"an:A modificación que ha mirau de fer l\'ha cancelau un hook d\'extensión.\";'),('an','messages:hours','s:34:\"an:{{PLURAL:$1|una hora|$1 horas}}\";'),('an','messages:hours-abbrev','s:6:\"es:$1h\";'),('an','messages:hours-ago','s:35:\"es:hace $1 {{PLURAL:$1|hora|horas}}\";'),('an','messages:htmlform-chosen-placeholder','s:25:\"es:Selecciona una opción\";'),('an','messages:htmlform-cloner-create','s:15:\"es:Añadir más\";'),('an','messages:htmlform-cloner-delete','s:11:\"es:Eliminar\";'),('an','messages:htmlform-cloner-required','s:33:\"es:Se requiere al menos un valor.\";'),('an','messages:htmlform-date-invalid','s:94:\"es:No se reconoció la fecha en el formato proporcionado. Prueba a usar el formato AAAA-MM-DD.\";'),('an','messages:htmlform-date-placeholder','s:13:\"es:AAAA-MM-DD\";'),('an','messages:htmlform-date-toohigh','s:71:\"es:El valor especificado es posterior a la fecha límite permitida, $1.\";'),('an','messages:htmlform-date-toolow','s:75:\"es:El valor especificado es anterior a la fecha más antigua permitida, $1.\";'),('an','messages:htmlform-datetime-invalid','s:113:\"es:No se reconoció la fecha y la hora en el formato proporcionado. Prueba a usar el formato AAAA-MM-DD HH:MM:SS.\";'),('an','messages:htmlform-datetime-placeholder','s:22:\"es:AAAA-MM-DD HH:MM:SS\";'),('an','messages:htmlform-datetime-toohigh','s:79:\"es:El valor especificado es posterior a la fecha y hora límite permitidas, $1.\";'),('an','messages:htmlform-datetime-toolow','s:83:\"es:El valor especificado es anterior a la fecha y hora más antigua permitidas, $1.\";'),('an','messages:htmlform-float-invalid','s:48:\"an:A valura que ha especificato no ye un entero.\";'),('an','messages:htmlform-int-invalid','s:44:\"an:A valura que especificó no ye un entero.\";'),('an','messages:htmlform-int-toohigh','s:56:\"an:A valura que ha especificato ye alto d\'o maximo de $1\";'),('an','messages:htmlform-int-toolow','s:63:\"an:A valura que ha especificato ye por debaixo d\'o menimo de $1\";'),('an','messages:htmlform-invalid-input','s:55:\"an:Bi ha problemas con belún d\'os datos que ha escrito\";'),('an','messages:htmlform-multiselect-toomany','s:65:\"es:El número de artículos especificado supera el máximo de $1.\";'),('an','messages:htmlform-no','s:5:\"es:No\";'),('an','messages:htmlform-required','s:27:\"an:Ista valura ye necesaria\";'),('an','messages:htmlform-reset','s:17:\"an:Desfer cambios\";'),('an','messages:htmlform-select-badoption','s:52:\"an:A valura especificada no ye una opción conforme.\";'),('an','messages:htmlform-selectorother-other','s:8:\"an:Atros\";'),('an','messages:htmlform-submit','s:10:\"an:Ninviar\";'),('an','messages:htmlform-tag-not-allowed','s:32:\"es:$1 no es una etiqueta válida\";'),('an','messages:htmlform-time-invalid','s:91:\"es:No se reconoció la hora en el formato proporcionado. Prueba a usar el formato HH:MM:SS.\";'),('an','messages:htmlform-time-placeholder','s:11:\"es:HH:MM:SS\";'),('an','messages:htmlform-time-toohigh','s:70:\"es:El valor especificado es posterior a la hora límite permitida, $1.\";'),('an','messages:htmlform-time-toolow','s:74:\"es:El valor especificado es anterior a la hora más antigua permitida, $1.\";'),('an','messages:htmlform-title-badnamespace','s:57:\"es:[[:$1]] no está en el espacio de nombres \"{{ns:$2}}\".\";'),('an','messages:htmlform-title-interwiki','s:49:\"es:$1 es un título de interwiki, debe ser local.\";'),('an','messages:htmlform-title-not-creatable','s:54:\"es:\"$1\" no es un título de página que se pueda crear\";'),('an','messages:htmlform-title-not-exists','s:16:\"es:$1 no existe.\";'),('an','messages:htmlform-user-not-exists','s:33:\"es:<strong>$1</strong> no existe.\";'),('an','messages:htmlform-user-not-valid','s:58:\"es:<strong>$1</strong> no es un nombre de usuario válido.\";'),('an','messages:htmlform-yes','s:6:\"es:Sí\";'),('an','messages:http-bad-status','s:49:\"an:Ha habiu un problema en a requesta HTTP: $1 $2\";'),('an','messages:http-curl-error','s:31:\"an:Error en recuperar a URL: $1\";'),('an','messages:http-internal-error','s:25:\"es:Error interno de HTTP.\";'),('an','messages:http-invalid-scheme','s:50:\"an:As URLs con con prefixo \"$1\" no son compatibles\";'),('an','messages:http-invalid-url','s:21:\"an:URL incorrecta: $1\";'),('an','messages:http-read-error','s:25:\"an:Error de lectura HTTP.\";'),('an','messages:http-request-error','s:55:\"an:A demanda HTTP ha fallau por una error desconoixida.\";'),('an','messages:http-timed-out','s:35:\"an:A requesta HTTP ha circumducito.\";'),('an','messages:ignorewarning','s:56:\"an:Ignorar l\'aviso y alzar o fichero en qualsiquier caso\";'),('an','messages:ignorewarnings','s:28:\"an:Ignorar qualsiquier aviso\";'),('an','messages:illegal-filename','s:38:\"an:O nombre de fichero no ye premitiu.\";'),('an','messages:illegalfilename','s:152:\"an:O nombre de fichero «$1» tiene carácters no premititos en títols de pachinas. Por favor, cambee o nombre d\'o fichero y mire de tornar a cargarlo.\";'),('an','messages:ilsubmit','s:8:\"an:Mirar\";'),('an','messages:imageinvalidfilename','s:49:\"an:O nombre d\'o fichero obchectivo no ye conforme\";'),('an','messages:imagelinks','s:18:\"an:Uso d\'o fichero\";'),('an','messages:imagelisttext','s:92:\"an:Contino bi ha una lista de \'\'\'$1\'\'\' {{PLURAL:$1|imachen ordenata|imachens ordenatas}} $2.\";'),('an','messages:imagemaxsize','s:88:\"an:Limite de grandaria d\'as imáchens:<br />\'\'(ta pachinas de descripción de fichers)\'\'\";'),('an','messages:imagenocrossnamespace','s:80:\"an:No se puede tresladar un fichero ta un espacio de nombres que no sía fichers\";'),('an','messages:imagepage','s:30:\"an:Veyer a pachina d\'o fichero\";'),('an','messages:imagetypemismatch','s:56:\"an:A nueva estensión no concuerda con o tipo de fichero\";'),('an','messages:img-auth-accessdenied','s:17:\"an:Acceso refusau\";'),('an','messages:img-auth-badtitle','s:57:\"an:No s\'ha puesto construyir un títol valito dende \"$1\".\";'),('an','messages:img-auth-isdir','s:90:\"an:Ye mirando d\'acceder ta un directorio \"$1\".\nNomás ye premitito l\'acceso ta os fichers.\";'),('an','messages:img-auth-nofile','s:28:\"an:No existe l\'archivo \"$1\".\";'),('an','messages:img-auth-noread','s:47:\"an:L\'usuario no tien acceso de lectura ta \"$1\".\";'),('an','messages:img-auth-notindir','s:63:\"an:A rota solicitada no ye en o directorio de cargas configurau\";'),('an','messages:img-auth-public','s:163:\"an:A función de img_auth.php ye amostrar archivos dende una wiki privada.\nIsta wiki ye configurada como wiki publica.\nPor seguridat, s\'ha desactivau img_auth.php.\";'),('an','messages:img-auth-streaming','s:36:\"an:Streaming (lectura contina) \"$1\".\";'),('an','messages:img-lang-default','s:26:\"es:(idioma predeterminado)\";'),('an','messages:img-lang-go','s:11:\"es:Adelante\";'),('an','messages:img-lang-info','s:35:\"es:Renderizar esta imagen en $1. $2\";'),('an','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('an','messages:imgfile','s:10:\"an:fichero\";'),('an','messages:imgmultigo','s:9:\"an:Ir-ie!\";'),('an','messages:imgmultigoto','s:20:\"an:Ir t\'a pachina $1\";'),('an','messages:imgmultipagenext','s:23:\"an:pachina siguient →\";'),('an','messages:imgmultipageprev','s:23:\"an:← pachina anterior\";'),('an','messages:immobile-source-namespace','s:59:\"an:No puede tresladar pachinas en o espacio de nombres \"$1\"\";'),('an','messages:immobile-source-namespace-iw','s:62:\"es:No es posible trasladar páginas de otros wikis desde este.\";'),('an','messages:immobile-source-page','s:37:\"an:Ista pachina no se puet tresladar.\";'),('an','messages:immobile-target-namespace','s:61:\"an:No puede tresladar pachinas enta o espacio de nombres \"$1\"\";'),('an','messages:immobile-target-namespace-iw','s:61:\"an:No se puet tresladar una pachina enta un vinclo interwiki.\";'),('an','messages:immobile-target-page','s:38:\"an:No se puet tresladar ta ixe títol.\";'),('an','messages:import','s:20:\"an:Importar pachinas\";'),('an','messages:import-assign-known-users','s:91:\"es:Asignar ediciones a usuarios locales cuando el usuario correspondiente exista localmente\";'),('an','messages:import-comment','s:14:\"an:Comentario:\";'),('an','messages:import-error-bad-location','s:151:\"es:La revisión $2 utilizando el modelo de contenido $3 no se pueden almacenar en \"$1\" en esta wiki, ya que ese modelo no es compatible en esa página.\";'),('an','messages:import-error-edit','s:80:\"an:A pachina \"$1\" no s\'ha importau porque vusté no tiene permisos ta editar-la.\";'),('an','messages:import-error-interwiki','s:100:\"an:A pachina \"$1\" no s\'ha importau porque o suyo nombre ye reservau ta vinclos externos (interwiki).\";'),('an','messages:import-error-invalid','s:68:\"an:A pachina \"$1\" no s\'ha importau porque o suyo nombre ye invalido.\";'),('an','messages:import-error-special','s:109:\"an:A pachina \"$1\" no s\'ha importau porque perteneix a un espacio de nombres especial que no permite pachinas.\";'),('an','messages:import-error-unserialize','s:169:\"es:La revisión $2 de la página \"$1\" no pudo dejar de hacerse en serie. Se informó de la revisión para utilizar el modelo de contenidos $3 ejecutado en serie como $4.\";'),('an','messages:import-interwiki-history','s:57:\"an:Copiar todas as versions de l\'historial d\'ista pachina\";'),('an','messages:import-interwiki-sourcepage','s:21:\"es:Página de origen:\";'),('an','messages:import-interwiki-sourcewiki','s:18:\"es:Wiki de origen:\";'),('an','messages:import-interwiki-submit','s:11:\"an:Importar\";'),('an','messages:import-interwiki-templates','s:37:\"an:Incluir-ie todas as las plantillas\";'),('an','messages:import-interwiki-text','s:224:\"an:Trigue un wiki y un títol de pachina ta importar.\nAs calendatas d\'as versions y os nombres d\'os editors se preservarán.\nTodas as importacions interwiki se rechistran en o [[Special:Log/import|rechistro d\'importacions]].\";'),('an','messages:import-invalid-interwiki','s:49:\"an:No se puet importar dende o wiki especificato.\";'),('an','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('an','messages:import-logentry-interwiki-detail','s:46:\"an:$1 {{PLURAL:$1|versión|versions}} dende $2\";'),('an','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('an','messages:import-logentry-upload-detail','s:37:\"an:$1 {{PLURAL:$1|versión|versions}}\";'),('an','messages:import-mapping-default','s:42:\"es:Importar al espacio de nombres original\";'),('an','messages:import-mapping-namespace','s:36:\"es:Importar a un espacio de nombres:\";'),('an','messages:import-mapping-subpage','s:53:\"es:Importar como subpáginas de la página siguiente:\";'),('an','messages:import-noarticle','s:38:\"an:No bi ha garra pachina ta importar!\";'),('an','messages:import-nonewrevisions','s:51:\"an:Ya s\'heban importato denantes todas as versions.\";'),('an','messages:import-options-wrong','s:73:\"es:{{PLURAL:$2|Opción errónea|Opciones erróneas}}: <nowiki>$1</nowiki>\";'),('an','messages:import-parse-failure','s:42:\"an:Fallo en o parseyo d\'a importación XML\";'),('an','messages:import-revision-count','s:37:\"an:$1 {{PLURAL:$1|versión|versions}}\";'),('an','messages:import-rootpage-invalid','s:49:\"es:La página raíz dada es un título inválido.\";'),('an','messages:import-rootpage-nosubpage','s:73:\"es:El espacio de nombres \"$1\" de la página raíz no permite subpáginas.\";'),('an','messages:import-summary','s:3:\"en:\";'),('an','messages:import-token-mismatch','s:70:\"an:S\'han perdito os datos d\'a sesión. Por favor, prebe unatra vegada.\";'),('an','messages:import-upload','s:21:\"an:Datos XML cargatos\";'),('an','messages:import-upload-filename','s:21:\"an:Nombre de fichero:\";'),('an','messages:import-upload-username-prefix','s:24:\"es:Prefijo de interwiki:\";'),('an','messages:importbadinterwiki','s:30:\"an:vinclo interwiki incorrecto\";'),('an','messages:importcantopen','s:39:\"an:No s\'ha puesto importar iste fichero\";'),('an','messages:imported-log-entries','s:100:\"an:S\'ha importau {{PLURAL:$1|una dentrada d\'o rechistro|S\'han importau $1 dentradas d\'o rechistro}}.\";'),('an','messages:importfailed','s:32:\"an:Ha fallato a importación: $1\";'),('an','messages:importinterwiki','s:25:\"an:Importación interwiki\";'),('an','messages:importlogpage','s:27:\"an:Rechistro d\'importacions\";'),('an','messages:importlogpagetext','s:76:\"an:Importacions almenistrativas de pachinas con historial dende atros wikis.\";'),('an','messages:importnofile','s:45:\"an:No s\'ha cargato os fichers d\'importación.\";'),('an','messages:importnopages','s:38:\"an:No bi ha garra pachina ta importar.\";'),('an','messages:importnoprefix','s:49:\"es:No se suministró ningún prefijo de interwiki\";'),('an','messages:importnosources','s:92:\"an:No bi ha fuents d\'importación interwiki y no ye premitito cargar o historial dreitament.\";'),('an','messages:importstart','s:25:\"an:Importando pachinas...\";'),('an','messages:importsuccess','s:32:\"an:S\'ha rematato a importación!\";'),('an','messages:importtext','s:163:\"an:Por favor, exporte o fichero dende o wiki d\'orichen fendo servir a [[Special:Export|ferramienta d\'exportación]].\nAlce-lo en o suyo ordenador y cargue-lo aquí.\";'),('an','messages:importunknownsource','s:50:\"an:O tipo de fuent d\'a importación ye esconoixito\";'),('an','messages:importuploaderrorpartial','s:86:\"an:Ha fallato a carga d\'o fichero importato. Sólo una parte d\'o fichero s\'ha cargato.\";'),('an','messages:importuploaderrorsize','s:95:\"an:Ha fallato a carga d\'o fichero importato. O fichero brinca d\'a grandaria de carga premitita.\";'),('an','messages:importuploaderrortemp','s:79:\"an:Ha fallato a carga d\'o fichero importato. No se troba o directorio temporal.\";'),('an','messages:index-category','s:21:\"an:Pachinas indexadas\";'),('an','messages:index-category-desc','s:187:\"es:La página contiene la palabra mágica <code><nowiki>__INDEX__</nowiki></code> (y está en un espacio de nombres donde la función está activada); y por ello los robots la indizarán.\";'),('an','messages:infiniteblock','s:11:\"an:infinito\";'),('an','messages:intentionallyblankpage','s:86:\"an:Esta pachina s\'ha deixato en blanco aldredes y se fa servir ta fer prebatinas, ezt.\";'),('an','messages:interlanguage-link-title','s:10:\"es:$1 ($2)\";'),('an','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('an','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('an','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('an','messages:internalerror','s:16:\"an:Error interna\";'),('an','messages:internalerror-fatal-exception','s:32:\"es:Excepción grave de tipo \"$1\"\";'),('an','messages:internalerror_info','s:20:\"an:Error interna: $1\";'),('an','messages:invalid-chunk-offset','s:40:\"an:Desplazamiento invalido d\'o fragmento\";'),('an','messages:invalid-content-data','s:33:\"es:Datos de contenido incorrectos\";'),('an','messages:invalid-indicator-name','s:118:\"es:<strong>Error:</strong> el atributo <code>name</code> de los indicadores de estado de página no debe estar vacío.\";'),('an','messages:invalid-json-data','s:21:\"es:JSON inválido: $1\";'),('an','messages:invalid-langconvert-attrs','s:189:\"es:<strong>Error:</strong> La etiqueta <code>Langconvert</code> y los artibutos no tienen que estar vacíos, tiene que contener códigos BCP 47 para variantes convertibles del mismo idioma.\";'),('an','messages:invalidateemail','s:37:\"an:Anular a confirmación de correu-e\";'),('an','messages:invalidemailaddress','s:150:\"an:No se puet acceptar l\'adreza de correu-e pues pareix que tien un formato no conforme. Escriba una adreza bien formateyata, u deixe buedo ixe campo.\";'),('an','messages:invalidtitle','s:20:\"es:Título inválido\";'),('an','messages:invalidtitle-knownnamespace','s:78:\"es:El título con el espacio de nombres «$2» y el texto «$3» no es válido\";'),('an','messages:invalidtitle-unknownnamespace','s:93:\"es:El título con el espacio de nombres desconocido (n.º $1) y el texto «$2» no es válido\";'),('an','messages:invert','s:23:\"an:Contornar selección\";'),('an','messages:ip_range_exceeded','s:77:\"es:El intervalo de IP sobrepasa el límite máximo. Intervalo permitido: /$1.\";'),('an','messages:ip_range_invalid','s:39:\"an:O rango d\'adrezas IP no ye conforme.\";'),('an','messages:ip_range_toolarge','s:60:\"an:No se permiten os bloqueyos de rangos más grans que /$1.\";'),('an','messages:ip_range_toolow','s:56:\"es:En la práctica, no se permiten los intervalos de IP.\";'),('an','messages:ipaddressorusername','s:31:\"an:Adreza IP u nombre d\'usuario\";'),('an','messages:ipb-action-create','s:24:\"es:Crear páginas nuevas\";'),('an','messages:ipb-action-move','s:17:\"es:Mover páginas\";'),('an','messages:ipb-action-upload','s:17:\"es:Subir archivos\";'),('an','messages:ipb-block-not-found','s:219:\"es:El bloqueo no pudo efectuarse a pesar de no encontrar bloqueos existentes para \"$1\". Si este problema persiste por favor [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users informa del mismo].\";'),('an','messages:ipb-blockingself','s:77:\"an:Ye en momentos de bloqueyar-se vusté mesmo!  Ye seguro de querer fer ixo?\";'),('an','messages:ipb-blocklist','s:29:\"an:Amostrar bloqueyos actuals\";'),('an','messages:ipb-blocklist-contribs','s:22:\"an:Contrebucions de $1\";'),('an','messages:ipb-blocklist-duration-left','s:15:\"es:$1 restantes\";'),('an','messages:ipb-change-block','s:48:\"an:Rebloqueyear a l\'usuario con istas condicions\";'),('an','messages:ipb-confirm','s:21:\"an:Confirmar bloqueyo\";'),('an','messages:ipb-confirmaction','s:106:\"es:Si estás seguro de querer hacerlo, por favor, marca el campo «{{int:ipb-confirm}}» que hay al final.\";'),('an','messages:ipb-confirmhideuser','s:189:\"an:Yes en momentos de bloqueyar a un usuario con a opción de supresión activada. Isto borrará o nombre d\'usuario en todas as listas y dentradas de rechistro. Ye seguro de querer fer ixo?\";'),('an','messages:ipb-default-expiry','s:3:\"en:\";'),('an','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('an','messages:ipb-disableusertalk','s:93:\"an:Privar que iste usuario edite a suya propia pachina de discusión entre que sía bloqueyau\";'),('an','messages:ipb-edit-dropdown','s:32:\"an:Editar as razons d\'o bloqueyo\";'),('an','messages:ipb-empty-block','s:59:\"es:El bloqueo que tratas de activar no tiene restricciones.\";'),('an','messages:ipb-hardblock','s:66:\"an:Privar que os usuarios identificaus editen dende ista adreza IP\";'),('an','messages:ipb-namespaces-label','s:22:\"es:Espacios de nombres\";'),('an','messages:ipb-needreblock','s:66:\"an:$1 ya ye bloqueyato. Quiere cambiar as condicions d\'o bloqueyo?\";'),('an','messages:ipb-otherblocks-header','s:46:\"an:{{PLURAL:$1|Atro bloqueyo|Atros bloqueyos}}\";'),('an','messages:ipb-pages-label','s:11:\"es:Páginas\";'),('an','messages:ipb-partial','s:10:\"es:Parcial\";'),('an','messages:ipb-partial-help','s:170:\"es:Permite seleccionar páginas y espacios de nombres para bloquear. No bloquea las acciones predeterminadas, pero le permite bloquear determinadas acciones específicas.\";'),('an','messages:ipb-prevent-user-talk-edit','s:163:\"es:Se debe permitir editar la propia página de discusión en un bloqueo parcial, salvo que incluya una restricción en el espacio de nombres \"Usuario discusión\".\";'),('an','messages:ipb-sitewide','s:19:\"es:En todo el sitio\";'),('an','messages:ipb-sitewide-help','s:197:\"es:Bloquea la edición en todas las páginas y espacios de nombres. También bloquea las acciones predeterminadas\n([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Ver ayuda])\";'),('an','messages:ipb-unblock','s:35:\"an:Desbloqueyar un usuario u una IP\";'),('an','messages:ipb-unblock-addr','s:18:\"an:Desbloqueyar $1\";'),('an','messages:ipb_already_blocked','s:26:\"an:\"$1\" ya yera bloqueyato\";'),('an','messages:ipb_blocked_as_range','s:189:\"an:Error: L\'adreza IP $1 no s\'ha bloqueyato dreitament y por ixo no se puede desbloqueyar. Manimenos, ye bloqueyata por estar parte d\'o rango $2, que sí puede desbloqueyar-se de conchunta.\";'),('an','messages:ipb_cant_unblock','s:83:\"an:\'\'\'Error\'\'\': no s\'ha trobato o ID de bloqueyo $1. Talment sía ya desbloqueyato.\";'),('an','messages:ipb_expiry_invalid','s:45:\"an:O tiempo de circumducción no ye conforme.\";'),('an','messages:ipb_expiry_old','s:47:\"es:El tiempo de expiración está en el pasado.\";'),('an','messages:ipb_expiry_temp','s:70:\"an:Os bloqueyos con nombre d\'usuario amagato habría d\'estar ta cutio.\";'),('an','messages:ipb_hide_invalid','s:69:\"an:No s\'ha puesto eliminar a cuenta; talment tiene masiadas edicions.\";'),('an','messages:ipb_hide_partial','s:71:\"es:Los bloqueos que ocultan nombres de usuario no pueden ser parciales.\";'),('an','messages:ipbblocked','s:76:\"an:No puede bloqueyar ni desbloqueyar atros usuarios porque ya ye bloqueyau.\";'),('an','messages:ipbcreateaccount','s:47:\"an:Aprevenir a creyación de cuentas d\'usuario.\";'),('an','messages:ipbemailban','s:55:\"an:Privar que os usuarios ninvíen correus electronicos\";'),('an','messages:ipbenableautoblock','s:121:\"an:bloqueyar automaticament l\'adreza IP emplegata por iste usuario, y qualsiquier IP posterior dende a que prebe d\'editar\";'),('an','messages:ipbhidename','s:49:\"an:Amagar o nombre d\'usuario en edicions y listas\";'),('an','messages:ipblocklist','s:23:\"an:Usuarios bloqueyatos\";'),('an','messages:ipblocklist-empty','s:33:\"an:A lista de bloqueyos ye bueda.\";'),('an','messages:ipblocklist-legend','s:30:\"an:Mirar un usuario bloqueyato\";'),('an','messages:ipblocklist-localblock','s:17:\"an:Bloqueyo local\";'),('an','messages:ipblocklist-no-results','s:60:\"an:A cuenta d\'usuario u adreza IP indicata no ye bloqueyata.\";'),('an','messages:ipblocklist-otherblocks','s:46:\"an:{{PLURAL:$1|Atro bloqueyo|Atros bloqueyos}}\";'),('an','messages:ipblocklist-submit','s:8:\"an:Mirar\";'),('an','messages:ipbnounblockself','s:51:\"an:No tiene permiso ta sacar o suyo propio bloqueyo\";'),('an','messages:ipboptions','s:160:\"an:2 horas:2 hours,1 día:1 day,3 días:3 days,1 semana:1 week,2 semanas:2 weeks,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 anyo:1 year,ta cutio:infinite\";'),('an','messages:ipbother','s:27:\"an:Especificar atro periodo\";'),('an','messages:ipbreason','s:10:\"an:Razón:\";'),('an','messages:ipbreason-dropdown','s:316:\"an:*Razons comuns de bloqueyo\n** Meter información falsa\n** Borrar conteniu d\'as pachinas\n** Fer publicidat ficando vinclos con atras pachinas web\n** Meter sinconisions u vasuera en as pachinas\n** Portar-se de traza intimidatoria u violenta / atosegar\n** Abusar de multiples cuentas\n** Nombre d\'usuario inacceptable\";'),('an','messages:ipbsubmit','s:27:\"an:bloqueyar a iste usuario\";'),('an','messages:ipbwatchuser','s:63:\"an:Cosirar as pachinas d\'usuario y de descusión d\'iste usuario\";'),('an','messages:ipusubmit','s:25:\"an:Debantar ista bloqueyo\";'),('an','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('an','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('an','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('an','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('an','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('an','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('an','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('an','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('an','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('an','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('an','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('an','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('an','messages:isimage','s:23:\"an:Vinclo ta un fichero\";'),('an','messages:isredirect','s:22:\"an:pachina reendrezada\";'),('an','messages:istemplate','s:12:\"an:incluyida\";'),('an','messages:jan','s:6:\"an:chi\";'),('an','messages:january','s:10:\"an:chinero\";'),('an','messages:january-gen','s:13:\"an:de chinero\";'),('an','messages:javascripttest','s:27:\"an:Prebatinas de JavaScript\";'),('an','messages:javascripttest-qunit-intro','s:63:\"an:Mire-se [$1 a documentación de prebatinas] en mediawiki.org\";'),('an','messages:json-error-ctrl-char','s:73:\"es:Error de carácter de control, posiblemente codificada incorrectamente\";'),('an','messages:json-error-depth','s:51:\"es:Se ha superado la profundidad máxima de la pila\";'),('an','messages:json-error-invalid-property-name','s:52:\"es:El nombre de propiedad decodificado no es válido\";'),('an','messages:json-error-state-mismatch','s:43:\"es:JSON no válido o con formato incorrecto\";'),('an','messages:json-error-syntax','s:20:\"es:Error de sintaxis\";'),('an','messages:json-error-unknown','s:54:\"es:Ocurrió un problema con el código JSON. Error: $1\";'),('an','messages:json-error-utf16','s:97:\"es:Los caracteres UTF-16 tienen errores de formato; probablemente la codificación es incorrecta.\";'),('an','messages:json-error-utf8','s:96:\"es:Los caracteres UTF-8 tienen errores de formato; probablemente la codificación es incorrecta.\";'),('an','messages:json-warn-trailing-comma','s:85:\"es:Se {{PLURAL:$1|eliminó una coma|eliminaron $1 comas}} al final en el archivo JSON\";'),('an','messages:jul','s:7:\"an:chul\";'),('an','messages:july','s:9:\"an:chulio\";'),('an','messages:july-gen','s:12:\"an:de chulio\";'),('an','messages:jumpto','s:9:\"an:Ir ta:\";'),('an','messages:jumptonavigation','s:9:\"an:navego\";'),('an','messages:jumptosearch','s:8:\"an:busca\";'),('an','messages:jun','s:7:\"an:chun\";'),('an','messages:june','s:9:\"an:chunio\";'),('an','messages:june-gen','s:12:\"an:de chunio\";'),('an','messages:just-now','s:14:\"es:ahora mismo\";'),('an','messages:lag-warn-high','s:162:\"an:Por o retardo d\'o servidor d\'a base de datos, talment no s\'amuestren en ista lista as edicions feitas en {{PLURAL:$1|o zaguer segundo|os zaguers $1 segundos}}.\";'),('an','messages:lag-warn-normal','s:116:\"an:Talment no s\'amuestren en ista lista as edicions feitas en {{PLURAL:$1|o zaguer segundo|os zaguers $1 segundos}}.\";'),('an','messages:laggedreplicamode','s:68:\"an:Pare cuenta: podrían faltar as zagueras edicions d\'ista pachina.\";'),('an','messages:language-converter-depth-warning','s:68:\"an:S\'ha blincau o limite de profundidat d\'o conversor d\'idiomas ($1)\";'),('an','messages:large-file','s:75:\"an:Se consella que os fichers no sigan mayors de $1; iste fichero ocupa $2.\";'),('an','messages:largefileserver','s:88:\"an:A grandaria d\'iste fichero ye mayor d\'a que a confeguración d\'iste servidor premite.\";'),('an','messages:last','s:6:\"an:ant\";'),('an','messages:lastmodifiedat','s:49:\"an:Zaguera edición d\'ista pachina o $1 a las $2.\";'),('an','messages:lastmodifiedatby','s:68:\"an:Ista pachina estió modificata por zaguer vegada a $2, $1 por $3.\";'),('an','messages:license','s:12:\"an:Licencia:\";'),('an','messages:license-header','s:14:\"an:Licenciando\";'),('an','messages:license-nopreview','s:33:\"an:(Anvista previa no disponible)\";'),('an','messages:licenses','s:4:\"en:-\";'),('an','messages:licenses-edit','s:34:\"es:Editar las opciones de licencia\";'),('an','messages:limitreport-cputime','s:23:\"es:Tiempo de uso de CPU\";'),('an','messages:limitreport-cputime-value','s:36:\"es:$1 {{PLURAL:$1|segundo|segundos}}\";'),('an','messages:limitreport-expansiondepth','s:36:\"es:Profundidad máxima de expansión\";'),('an','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('an','messages:limitreport-expensivefunctioncount','s:48:\"es:Contador de funciones costosas del analizador\";'),('an','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('an','messages:limitreport-postexpandincludesize','s:38:\"es:Tamaño de inclusión posexpansión\";'),('an','messages:limitreport-postexpandincludesize-value','s:33:\"es:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('an','messages:limitreport-ppvisitednodes','s:47:\"es:N.º de nodos visitados por el preprocesador\";'),('an','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('an','messages:limitreport-templateargumentsize','s:42:\"es:Tamaño de los parámetros de plantilla\";'),('an','messages:limitreport-templateargumentsize-value','s:33:\"es:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('an','messages:limitreport-title','s:37:\"es:Datos de perfilado del analizador:\";'),('an','messages:limitreport-unstrip-depth','s:52:\"es:Profundidad de recursión de función «unstrip»\";'),('an','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('an','messages:limitreport-unstrip-size','s:44:\"es:Tamaño tras la expansión de «unstrip»\";'),('an','messages:limitreport-unstrip-size-value','s:33:\"es:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('an','messages:limitreport-walltime','s:21:\"es:Tiempo real de uso\";'),('an','messages:limitreport-walltime-value','s:36:\"es:$1 {{PLURAL:$1|segundo|segundos}}\";'),('an','messages:lineno','s:12:\"an:Linia $1:\";'),('an','messages:linkaccounts','s:19:\"es:Vincular cuentas\";'),('an','messages:linkaccounts-submit','s:19:\"es:Vincular cuentas\";'),('an','messages:linkaccounts-success-text','s:27:\"es:La cuenta fue vinculada.\";'),('an','messages:linksearch','s:28:\"an:Busca de vinclos externos\";'),('an','messages:linksearch-error','s:86:\"an:Os carácters comodín nomás pueden apareixer en o prencipio d\'o nombre d\'o sitio.\";'),('an','messages:linksearch-line','s:30:\"an:$1 tiene un vinclo dende $2\";'),('an','messages:linksearch-ns','s:22:\"an:Espacio de nombres:\";'),('an','messages:linksearch-ok','s:8:\"an:Mirar\";'),('an','messages:linksearch-pat','s:17:\"an:Mirar patrón:\";'),('an','messages:linksearch-summary','s:3:\"en:\";'),('an','messages:linksearch-text','s:188:\"an:Pueden usar-se carácters comodín como \"*.wikipedia.org\".\nA lo menos aprecisa un dominio de maximo libel, como \"*.org\".<br />\nProtocolos suportados: $1 (no los adhiba en a suya busca).\";'),('an','messages:linkshere','s:54:\"an:As siguients pachinas tienen vinclos enta \'\'\'$2\'\'\':\";'),('an','messages:linkstoimage','s:81:\"an:{{PLURAL:$1|A pachina siguient emplega|As $1 pachinas emplegan}} iste fichero:\";'),('an','messages:linkstoimage-more','s:300:\"an:Bi ha más de {{PLURAL:$1|una pachina con vinclos|$1 pachinas con vinclos}} enta iste fichero.\n\nA lista siguient nomás amuestra {{PLURAL:$1|a primer pachina con vinclos|as primeras $1 pachinas con vinclos}} enta iste fichero.\nTamién puetz consultar a [[Special:WhatLinksHere/$2|lista completa]].\";'),('an','messages:linkstoimage-redirect','s:33:\"an:$1 (fichero de reendrecera) $2\";'),('an','messages:linterror-bogus-image-options','s:29:\"es:Opción de archivo inútil\";'),('an','messages:linterror-deletable-table-tag','s:43:\"es:Etiqueta de tabla que se debería borrar\";'),('an','messages:linterror-html5-misnesting','s:35:\"es:Anidación errónea (ahora rota)\";'),('an','messages:linterror-misc-tidy-replacement-issues','s:28:\"es:Errores varios de marcado\";'),('an','messages:linterror-misnested-tag','s:60:\"es:Etiqueta mal anidada que se debería anidar correctamente\";'),('an','messages:linterror-missing-end-tag','s:30:\"es:Etiqueta de cierre faltante\";'),('an','messages:linterror-multi-colon-escape','s:33:\"es:Escape múltiple de dos puntos\";'),('an','messages:linterror-multiline-html-table-in-list','s:46:\"es:Tabla multilínea HTML5 dentro de una lista\";'),('an','messages:linterror-multiple-unclosed-formatting-tags','s:59:\"es:Etiquetas múltiples de formato sin cerrar en la página\";'),('an','messages:linterror-obsolete-tag','s:25:\"es:Etiqueta HTML obsoleta\";'),('an','messages:linterror-pwrap-bug-workaround','s:49:\"es:Parche para el error en el ajuste de párrafos\";'),('an','messages:linterror-self-closed-tag','s:23:\"es:Etiqueta autocerrada\";'),('an','messages:linterror-stripped-tag','s:23:\"es:Etiqueta desparejada\";'),('an','messages:linterror-tidy-font-bug','s:55:\"es:La etiqueta font intenta cambiar el color del enlace\";'),('an','messages:linterror-tidy-whitespace-bug','s:31:\"es:Defecto de espacio en blanco\";'),('an','messages:linterror-unclosed-quotes-in-heading','s:76:\"es:Par de comillas sin cerrar que se propaga fuera de la tabla de contenidos\";'),('an','messages:listduplicatedfiles','s:35:\"es:Lista de archivos con duplicados\";'),('an','messages:listduplicatedfiles-entry','s:73:\"es:[[:File:$1|$1]] tiene [[$3|{{PLURAL:$2|un duplicado|$2 duplicados}}]].\";'),('an','messages:listduplicatedfiles-summary','s:183:\"es:Esta es una lista de archivos donde la versión más reciente es un duplicado de la versión más reciente de un archivo con otro nombre. Solo se tienen en cuenta archivos locales.\";'),('an','messages:listfiles','s:20:\"an:Lista de imachens\";'),('an','messages:listfiles-delete','s:9:\"es:borrar\";'),('an','messages:listfiles-latestversion','s:18:\"es:Versión actual\";'),('an','messages:listfiles-latestversion-no','s:5:\"es:No\";'),('an','messages:listfiles-latestversion-yes','s:6:\"es:Sí\";'),('an','messages:listfiles-show-all','s:45:\"es:Incluir versiones antiguas de los archivos\";'),('an','messages:listfiles-summary','s:183:\"an:Ista pachina especial amuestra totz os fichers cargatos.\nQuan se filtran por usuario, nomás s\'amuestran os fichers en os que ixe usuario cargó a versión mas recient d\'o fichero.\";'),('an','messages:listfiles-userdoesnotexist','s:51:\"es:La cuenta de usuario «$1» no está registrada.\";'),('an','messages:listfiles_count','s:11:\"an:Versions\";'),('an','messages:listfiles_date','s:13:\"an:Calendata:\";'),('an','messages:listfiles_description','s:15:\"an:Descripción\";'),('an','messages:listfiles_name','s:9:\"an:Nombre\";'),('an','messages:listfiles_size','s:20:\"an:Grandaria (bytes)\";'),('an','messages:listfiles_subpage','s:17:\"es:Subidas por $1\";'),('an','messages:listfiles_thumb','s:12:\"an:Miniatura\";'),('an','messages:listfiles_user','s:10:\"an:Usuario\";'),('an','messages:listgrants','s:14:\"es:Concesiones\";'),('an','messages:listgrants-grant','s:13:\"es:Concesión\";'),('an','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('an','messages:listgrants-rights','s:11:\"es:Derechos\";'),('an','messages:listgrants-summary','s:478:\"es:La siguiente es una lista de concesiones con sus permisos de usuario asociados. Los usuarios pueden autorizar aplicaciones para que usen sus cuentas, pero con permisos limitados basados en las concesiones que el usuario le dio a la aplicación. De todas formas, una aplicación que actúe en nombre de un usuario no puede hacer uso de permisos que el usuario no posea.\nPuede haber [[{{MediaWiki:Listgrouprights-helppage}}|información adicional]] sobre permisos individuales.\";'),('an','messages:listgrouprights','s:31:\"an:Dreitos d\'a colla d\'usuarios\";'),('an','messages:listgrouprights-addgroup','s:46:\"an:Puet adhibir {{PLURAL:$2|colla|collas}}: $1\";'),('an','messages:listgrouprights-addgroup-all','s:32:\"an:Puede adhibir todas as collas\";'),('an','messages:listgrouprights-addgroup-self','s:65:\"an:Adhibir {{PLURAL:$2|colla|collas}} a la suya propia cuenta: $1\";'),('an','messages:listgrouprights-addgroup-self-all','s:31:\"an:Adhibir-se a todas as collas\";'),('an','messages:listgrouprights-group','s:8:\"an:Colla\";'),('an','messages:listgrouprights-helppage','s:25:\"an:Help:Dreitos d\'a colla\";'),('an','messages:listgrouprights-key','s:126:\"an:* <span class=\"listgrouprights-granted\">Dreito atorgau</span>\n* <span class=\"listgrouprights-revoked\">Dreito revocau</span>\";'),('an','messages:listgrouprights-members','s:22:\"an:(lista de miembros)\";'),('an','messages:listgrouprights-namespaceprotection-header','s:39:\"es:Restricciones del espacio de nombres\";'),('an','messages:listgrouprights-namespaceprotection-namespace','s:21:\"es:Espacio de nombres\";'),('an','messages:listgrouprights-namespaceprotection-restrictedto','s:34:\"es:Derechos de usuario para editar\";'),('an','messages:listgrouprights-removegroup','s:46:\"an:Puede borrar {{PLURAL:$2|colla|collas}}: $1\";'),('an','messages:listgrouprights-removegroup-all','s:31:\"an:Puede borrar todas as collas\";'),('an','messages:listgrouprights-removegroup-self','s:65:\"an:Eliminar {{PLURAL:$2|colla|collas}} d\'a suya propia cuenta: $1\";'),('an','messages:listgrouprights-removegroup-self-all','s:27:\"an:Salir de todas as collas\";'),('an','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('an','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('an','messages:listgrouprights-rights','s:10:\"an:Dreitos\";'),('an','messages:listgrouprights-summary','s:234:\"an:Contino trobará a lista de collas d\'usuario definitas en iste wiki, con os suyos dreitos d\'acceso asociatos. Tamién puet trobar aquí [[{{MediaWiki:Listgrouprights-helppage}}|información adicional]] sobre os dreitos individuals.\";'),('an','messages:listredirects','s:24:\"an:Lista de reendreceras\";'),('an','messages:listredirects-summary','s:3:\"en:\";'),('an','messages:listusers','s:19:\"an:Lista d\'usuarios\";'),('an','messages:listusers-blocked','s:40:\"an:({{GENDER:$1|bloqueyato|bloqueyata}})\";'),('an','messages:listusers-creationsort','s:39:\"an:Ordenato por calendata de creyación\";'),('an','messages:listusers-desc','s:31:\"es:Ordenar de forma descendente\";'),('an','messages:listusers-editsonly','s:40:\"an:Amostrar nomás usuarios con edicions\";'),('an','messages:listusers-noresult','s:31:\"an:No s\'ha trobato ixe usuario.\";'),('an','messages:listusers-submit','s:11:\"an:Amostrar\";'),('an','messages:listusers-summary','s:3:\"en:\";'),('an','messages:listusers-temporarygroupsonly','s:56:\"es:Mostrar solo usuarios en grupos de usuario temporales\";'),('an','messages:listusersfrom','s:53:\"an:Amostrar usuarios que o nombre suyo prencipie por:\";'),('an','messages:localtime','s:14:\"an:Hora local:\";'),('an','messages:lockbtn','s:26:\"an:Trancar a base de datos\";'),('an','messages:lockconfirm','s:49:\"an:Sí, de verdat quiero trancar a base de datos.\";'),('an','messages:lockdb','s:26:\"an:Trancar a base de datos\";'),('an','messages:lockdbsuccesssub','s:45:\"an:A base de datos s\'ha trancato correctament\";'),('an','messages:lockdbsuccesstext','s:161:\"an:Ha trancato a base de datos de {{SITENAME}}.\nAlcuerde-se-ne d\'[[Special:UnlockDB|destrancar a base de datos]] dimpués de rematar as fayenas de mantenimiento.\";'),('an','messages:lockdbtext','s:360:\"an:Trancando a base de datos privará a totz os usuarios d\'editar pachinas, cambiar as preferencias, cambiar as listas de seguimiento y qualsiquier atra función que ameniste fer cambios en a base de datos. Por favor, confirme que isto ye mesmament o que se mira de fer y que destrancará a base de datos malas que haiga rematato con a fayena de mantenimiento.\";'),('an','messages:lockedbyandtime','s:25:\"an:(por $1 o $2 a las $3)\";'),('an','messages:lockfilenotwritable','s:185:\"an:O rechistro de trancamientos d\'a base de datos no tiene premiso d\'escritura. Ta trancar u destrancar a base de datos, iste fichero ha de tener premisos d\'escritura en o servidor web.\";'),('an','messages:lockmanager-fail-acquirelock','s:46:\"an:No s\'ha puesto adquirir o bloqueyo de \"$1\".\";'),('an','messages:lockmanager-fail-closelock','s:54:\"an:No s\'ha puest zarrar o fichero de bloqueyo de \"$1\".\";'),('an','messages:lockmanager-fail-conflict','s:90:\"es:No se ha podido adquirir el bloqueo. Alguien más está haciendo algo con este archivo.\";'),('an','messages:lockmanager-fail-db-bucket','s:75:\"an:No s\'ha puesto contactar con suficients bases de datos d\'o conchunto $1.\";'),('an','messages:lockmanager-fail-db-release','s:74:\"an:No s\'han puesto liberar os bloqueyos rechistraus en a base de datos $1.\";'),('an','messages:lockmanager-fail-deletelock','s:40:\"an:No s\'ha puesto borrar o fichero \"$1\".\";'),('an','messages:lockmanager-fail-openlock','s:53:\"an:No s\'hapuesto ubrir o fichero de bloqueyo de \"$1\".\";'),('an','messages:lockmanager-fail-releaselock','s:45:\"an:No s\'ha puesto liberra o bloqueyo de \"$1\".\";'),('an','messages:lockmanager-fail-svr-acquire','s:53:\"es:No se pudieron obtener bloqueos en el servidor $1.\";'),('an','messages:lockmanager-fail-svr-release','s:68:\"an:No s\'han puesto liberar os bloqueos rechistraus en o servidor $1.\";'),('an','messages:lockmanager-notlocked','s:59:\"an:No s\'ha puesto desbloquiar \"$1\": no se trobaba bloquiau.\";'),('an','messages:locknoconfirm','s:46:\"an:No ha sinyalato a caixeta de confirmación.\";'),('an','messages:log','s:13:\"an:Rechistros\";'),('an','messages:log-action-filter-all','s:8:\"es:Todas\";'),('an','messages:log-action-filter-block','s:19:\"es:Tipo de bloqueo:\";'),('an','messages:log-action-filter-block-block','s:11:\"es:Bloquear\";'),('an','messages:log-action-filter-block-reblock','s:27:\"es:Modificación de bloqueo\";'),('an','messages:log-action-filter-block-unblock','s:14:\"es:Desbloquear\";'),('an','messages:log-action-filter-contentmodel','s:49:\"es:Tipo de modificación del modelo de contenido:\";'),('an','messages:log-action-filter-contentmodel-change','s:32:\"es:Cambio de modelo de contenido\";'),('an','messages:log-action-filter-contentmodel-new','s:60:\"es:Creación de página con modelo de contenido no estándar\";'),('an','messages:log-action-filter-delete','s:24:\"es:Tipo de eliminación:\";'),('an','messages:log-action-filter-delete-delete','s:27:\"es:Eliminación de páginas\";'),('an','messages:log-action-filter-delete-delete_redir','s:35:\"es:Sobrescritura de la redirección\";'),('an','messages:log-action-filter-delete-delete_redir2','s:33:\"es:Sobreescritura de redirección\";'),('an','messages:log-action-filter-delete-event','s:28:\"es:Eliminación de registros\";'),('an','messages:log-action-filter-delete-restore','s:28:\"es:Restauración de páginas\";'),('an','messages:log-action-filter-delete-revision','s:28:\"es:Eliminación de revisión\";'),('an','messages:log-action-filter-import','s:24:\"es:Tipo de importación:\";'),('an','messages:log-action-filter-import-interwiki','s:25:\"es:Importación transwiki\";'),('an','messages:log-action-filter-import-upload','s:33:\"es:Importar mediante carga de XML\";'),('an','messages:log-action-filter-managetags','s:53:\"es:Tipo de administración de la etiqueta de acción:\";'),('an','messages:log-action-filter-managetags-activate','s:26:\"es:Activación de etiqueta\";'),('an','messages:log-action-filter-managetags-create','s:24:\"es:Creación de etiqueta\";'),('an','messages:log-action-filter-managetags-deactivate','s:30:\"es:Desactivación de etiquetas\";'),('an','messages:log-action-filter-managetags-delete','s:27:\"es:Eliminación de etiqueta\";'),('an','messages:log-action-filter-move','s:20:\"es:Tipo de traslado:\";'),('an','messages:log-action-filter-move-move','s:46:\"es:Traslado sin sobrescritura de redirecciones\";'),('an','messages:log-action-filter-move-move_redir','s:46:\"es:Traslado con sobrescritura de redirecciones\";'),('an','messages:log-action-filter-newusers','s:34:\"es:Tipo de creación de la cuenta:\";'),('an','messages:log-action-filter-newusers-autocreate','s:24:\"es:Creación automática\";'),('an','messages:log-action-filter-newusers-byemail','s:50:\"es:Creación con la contraseña enviada por correo\";'),('an','messages:log-action-filter-newusers-create','s:33:\"es:Creación por usuario anónimo\";'),('an','messages:log-action-filter-newusers-create2','s:35:\"es:Creación por usuario registrado\";'),('an','messages:log-action-filter-patrol','s:25:\"es:Tipo de verificación:\";'),('an','messages:log-action-filter-patrol-autopatrol','s:28:\"es:Verificación automática\";'),('an','messages:log-action-filter-patrol-patrol','s:23:\"es:Verificación manual\";'),('an','messages:log-action-filter-protect','s:23:\"es:Tipo de protección:\";'),('an','messages:log-action-filter-protect-modify','s:31:\"es:Modificación de protección\";'),('an','messages:log-action-filter-protect-move_prot','s:31:\"es:Protección contra traslados\";'),('an','messages:log-action-filter-protect-protect','s:14:\"es:Protección\";'),('an','messages:log-action-filter-protect-unprotect','s:17:\"es:Desprotección\";'),('an','messages:log-action-filter-rights','s:30:\"es:Tipo de cambio de permisos:\";'),('an','messages:log-action-filter-rights-autopromote','s:21:\"es:Cambio automático\";'),('an','messages:log-action-filter-rights-rights','s:16:\"es:Cambio manual\";'),('an','messages:log-action-filter-suppress','s:22:\"es:Tipo de supresión:\";'),('an','messages:log-action-filter-suppress-block','s:36:\"es:Supresión de usuarios por bloque\";'),('an','messages:log-action-filter-suppress-delete','s:25:\"es:Supresión de páginas\";'),('an','messages:log-action-filter-suppress-event','s:26:\"es:Supresión de registros\";'),('an','messages:log-action-filter-suppress-reblock','s:34:\"es:Usuario supresión de rebloqueo\";'),('an','messages:log-action-filter-suppress-revision','s:27:\"es:Supresión de revisiones\";'),('an','messages:log-action-filter-upload','s:18:\"es:Tipo de subida:\";'),('an','messages:log-action-filter-upload-overwrite','s:17:\"es:Volver a subir\";'),('an','messages:log-action-filter-upload-revert','s:11:\"es:Revertir\";'),('an','messages:log-action-filter-upload-upload','s:15:\"es:Subida nueva\";'),('an','messages:log-description-contentmodel','s:156:\"es:Esta página muestra cambios en el modelo de contenido de las páginas, así como las páginas creadas con un modelo de contenido distinto del estándar.\";'),('an','messages:log-description-create','s:67:\"es:La siguiente es una lista de las páginas creadas recientemente.\";'),('an','messages:log-description-managetags','s:259:\"es:Esta página muestra las acciones realizadas sobre las [[Special:Tags|etiquetas]]. El registro solo contiene acciones llevadas a cabo por un administrador de forma manual; el software de la wiki podría crear o eliminar etiquetas sin que se registre aquí.\";'),('an','messages:log-description-pagelang','s:69:\"es:Este es un registro de los cambios en los idiomas de las páginas.\";'),('an','messages:log-description-tag','s:279:\"es:Esta página muestra cuando los usuarios han añadido o eliminado [[Special:Tags|etiquetas]] de revisiones individuales o entradas del registro. El registro no muestra las acciones de etiquetado cuando se producen como parte de una edición, eliminación o acciones similares.\";'),('an','messages:log-edit-tags','s:66:\"es:Editar las etiquetas de las entradas del registro seleccionadas\";'),('an','messages:log-fulllog','s:29:\"an:Veyer o rechistro completo\";'),('an','messages:log-name-contentmodel','s:46:\"es:Registro de cambios del modelo de contenido\";'),('an','messages:log-name-create','s:36:\"es:Registro de creación de páginas\";'),('an','messages:log-name-managetags','s:36:\"es:Registro de gestión de etiquetas\";'),('an','messages:log-name-pagelang','s:33:\"es:Registro de cambios de idiomas\";'),('an','messages:log-name-tag','s:24:\"es:Registro de etiquetas\";'),('an','messages:log-title-wildcard','s:46:\"an:Mirar títols que prencipien con iste texto\";'),('an','messages:logdelete-failure','s:64:\"an:\'\'\'A visibilidat d\'o rechistro no s\'ha puesto achustar:\'\'\'\n$1\";'),('an','messages:logdelete-selected','s:91:\"an:{{PLURAL:$1|Escaicimiento d\'o rechistro trigato|Escaicimientos d\'o rechistro trigatos}}:\";'),('an','messages:logdelete-success','s:70:\"an:\'\'\'S\'ha cambiato correctament a visibilidat d\'os escaicimientos.\'\'\'\";'),('an','messages:logdelete-text','s:126:\"es:Los eventos eliminados seguirán apareciendo en el registro, pero parte de su contenido será inaccesible para el público.\";'),('an','messages:logempty','s:67:\"an:No bi ha garra elemento en o rechistro con ixas carauteristicas.\";'),('an','messages:logentry-block-block','s:73:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('an','messages:logentry-block-reblock','s:103:\"es:$1 {{GENDER:$2|cambió}} la configuración del bloqueo de {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('an','messages:logentry-block-unblock','s:50:\"es:$1 {{GENDER:$2|desbloqueó}} a {{GENDER:$4|$3}}\";'),('an','messages:logentry-contentmodel-change','s:82:\"es:$1 {{GENDER:$2|cambió}} el modelo de contenido de la página $3 de \"$4\" a \"$5\"\";'),('an','messages:logentry-contentmodel-change-revert','s:11:\"es:revertir\";'),('an','messages:logentry-contentmodel-change-revertlink','s:11:\"es:revertir\";'),('an','messages:logentry-contentmodel-new','s:92:\"es:$1 {{GENDER:$2|creó}} la página $3 usando un modelo de contenido no predeterminado \"$5\"\";'),('an','messages:logentry-create-create','s:39:\"es:$1 {{GENDER:$2|creó}} la página $3\";'),('an','messages:logentry-delete-delete','s:25:\"an:$1 borró a pachina $3\";'),('an','messages:logentry-delete-delete_redir','s:61:\"es:$1 {{GENDER:$2|borró}} la redirección $3 con un traslado\";'),('an','messages:logentry-delete-delete_redir2','s:69:\"es:$1 {{GENDER:$2|borró}} la redirección $3 mediante sobreescritura\";'),('an','messages:logentry-delete-event','s:105:\"an:$1 modificó a visibilidat de {{PLURAL:$5|un evento d\'o rechistro|$5 eventos d\'o rechistro}} en $3: $4\";'),('an','messages:logentry-delete-event-legacy','s:62:\"an:$1 modificó a visibilidat d\'os eventos d\'o rechistro en $3\";'),('an','messages:logentry-delete-restore','s:47:\"an:$1 {{GENDER:$2|restauró}} a pachina $3 ($4)\";'),('an','messages:logentry-delete-restore-nocount','s:43:\"es:$1 {{GENDER:$2|restauró}} la página $3\";'),('an','messages:logentry-delete-revision','s:91:\"an:$1 modificó a visibilidat de {{PLURAL:$5|una edición|$5 edicions}} en a pachina $3: $4\";'),('an','messages:logentry-delete-revision-legacy','s:59:\"an:$1 modificó a visibilidat d\'as edicions en a pachina $3\";'),('an','messages:logentry-import-interwiki','s:47:\"es:$1 {{GENDER:$2|importó}} $3 desde otra wiki\";'),('an','messages:logentry-import-interwiki-details','s:80:\"es:$1 {{GENDER:$2|importó}} $3 desde $5 ($4 {{PLURAL:$4|revisión|revisiones}})\";'),('an','messages:logentry-import-upload','s:51:\"es:$1 {{GENDER:$2|importó}} $3 subiendo un archivo\";'),('an','messages:logentry-import-upload-details','s:91:\"es:$1 {{GENDER:$2|importó}} $3 subiendo un archivo ($4 {{PLURAL:$4|revisión|revisiones}})\";'),('an','messages:logentry-managetags-activate','s:78:\"es:$1 {{GENDER:$2|activó}} la etiqueta «$4» para su uso por usuarios y bots\";'),('an','messages:logentry-managetags-create','s:44:\"es:$1 {{GENDER:$2|creó}} la etiqueta «$4»\";'),('an','messages:logentry-managetags-deactivate','s:88:\"es:$1 {{GENDER:$2|desactivó}} la etiqueta «$4» para evitar su uso por usuarios y bots\";'),('an','messages:logentry-managetags-delete','s:143:\"es:$1 {{GENDER:$2|eliminó}} la etiqueta «$4» (quitada de $5 {{PLURAL:$5|revisión o entrada de registro|revisiones o entradas de registro}})\";'),('an','messages:logentry-merge-merge','s:62:\"es:$1 {{GENDER:$2|fusionó}} $3 en $4 (revisiones hasta el $5)\";'),('an','messages:logentry-move-move','s:34:\"an:$1 tresladó a pachina $3 ta $4\";'),('an','messages:logentry-move-move-noredirect','s:75:\"an:$1 {{GENDER:$2|tresladó}} a pachina $3 ta $4 sin deixar una reendrecera\";'),('an','messages:logentry-move-move_redir','s:67:\"an:$1 {{GENDER:$2|movió}} a pachina $3 ta $4 sobre una reendrecera\";'),('an','messages:logentry-move-move_redir-noredirect','s:84:\"an:$1 tresladó a pachina $3 ta $4 sobre una reendrecera, sin deixar una reendrecera\";'),('an','messages:logentry-newusers-autocreate','s:89:\"an:S\'ha {{GENDER:$2|creyau}} automaticament a cuenta {{GENDER:$4|d\'usuario|d\'usuaria}} $1\";'),('an','messages:logentry-newusers-byemail','s:106:\"es:La cuenta de usuario $3 ha sido {{GENDER:$2|creada}} por $1 y la contraseña ha sido enviada por correo\";'),('an','messages:logentry-newusers-create','s:53:\"an:A cuenta d\'usuario $1 estió {{GENDER:$2|creyada}}\";'),('an','messages:logentry-newusers-create2','s:36:\"an:$1 creyó una cuenta d\'usuario $3\";'),('an','messages:logentry-newusers-newusers','s:33:\"an:$1 creyó una cuenta d\'usuario\";'),('an','messages:logentry-non-editing-block-block','s:129:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} para acciones específicas no relativas con la edición durante un plazo de $5 $6\";'),('an','messages:logentry-non-editing-block-reblock','s:161:\"es:$1 {{GENDER:$2|modificó}} la configuración del bloqueo de {{GENDER:$4|$3}} para acciones específicas no relativas con la edición durante un plazo de $5 $6\";'),('an','messages:logentry-pagelang-pagelang','s:61:\"es:$1 {{GENDER:$2|cambió}} el idioma de «$3» del $4 al $5.\";'),('an','messages:logentry-partialblock-block','s:79:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} de $7 durante un plazo de $5 $6\";'),('an','messages:logentry-partialblock-block-action','s:43:\"es:{{PLURAL:$1|la acción|las acciones}} $2\";'),('an','messages:logentry-partialblock-block-ns','s:65:\"es:{{PLURAL:$1|el espacio de nombres|los espacios de nombres}} $2\";'),('an','messages:logentry-partialblock-block-page','s:43:\"es:{{PLURAL:$1|la página|las páginas}} $2\";'),('an','messages:logentry-partialblock-reblock','s:116:\"es:$1 {{GENDER:$2|cambió}} la configuración del bloqueo a {{GENDER:$4|$3}} bloqueando $7 durante un plazo de $5 $6\";'),('an','messages:logentry-patrol-patrol','s:57:\"an:$1 marcó a edición $4 d\'a pachina $3 como patrullada\";'),('an','messages:logentry-patrol-patrol-auto','s:86:\"an:$1 {{GENDER:$2|marcó}} automaticament a edición $4 d\'a pachina $3 como patrullada\";'),('an','messages:logentry-protect-modify','s:68:\"es:$1 {{GENDER:$2|cambió}} las preferencias de protección de $3 $4\";'),('an','messages:logentry-protect-modify-cascade','s:81:\"es:$1 {{GENDER:$2|cambió}} las preferencias de protección de $3 $4 [en cascada]\";'),('an','messages:logentry-protect-move_prot','s:72:\"es:$1 {{GENDER:$2|trasladó}} las preferencias de protección de $4 a $3\";'),('an','messages:logentry-protect-protect','s:46:\"es:$1 {{GENDER:$2|protegió}} la página $3 $4\";'),('an','messages:logentry-protect-protect-cascade','s:59:\"es:$1 {{GENDER:$2|protegió}} la página $3 $4 [en cascada]\";'),('an','messages:logentry-protect-unprotect','s:49:\"es:$1 {{GENDER:$2|eliminó}} la protección de $3\";'),('an','messages:logentry-rights-autopromote','s:81:\"es:$1 ha sido {{GENDER:$2|promocionado|promocionada}} automáticamente de $4 a $5\";'),('an','messages:logentry-rights-rights','s:89:\"es:$1 {{GENDER:$2|modificó}} los grupos a los que pertenece {{GENDER:$6|$3}}: de $4 a $5\";'),('an','messages:logentry-rights-rights-legacy','s:63:\"es:$1 {{GENDER:$2|modificó}} los grupos a los que pertenece $3\";'),('an','messages:logentry-suppress-block','s:73:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('an','messages:logentry-suppress-delete','s:25:\"an:$1 borró a pachina $3\";'),('an','messages:logentry-suppress-event','s:117:\"an:$1 modificó secretament a visibilidat de {{PLURAL:$5|un evento d\'o rechistro|$5 eventos d\'o rechistro}} en $3: $4\";'),('an','messages:logentry-suppress-event-legacy','s:74:\"an:$1 modificó secretament a visibilidat d\'os eventos d\'o rechistro en $3\";'),('an','messages:logentry-suppress-reblock','s:103:\"es:$1 {{GENDER:$2|cambió}} la configuración del bloqueo de {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('an','messages:logentry-suppress-revision','s:103:\"an:$1 modificó secretament a visibilidat de {{PLURAL:$5|una edición|$5 edicions}} en a pachina $3: $4\";'),('an','messages:logentry-suppress-revision-legacy','s:71:\"an:$1 modificó secretament a visibilidat d\'as edicions en a pachina $3\";'),('an','messages:logentry-tag-update-add-logentry','s:116:\"es:$1 {{GENDER:$2|agregó}} {{PLURAL:$7|la etiqueta|las etiquetas}} $6 a la entrada del registro $5 de la página $3\";'),('an','messages:logentry-tag-update-add-revision','s:105:\"es:$1 {{GENDER:$2|agregó}} {{PLURAL:$7|la etiqueta|las etiquetas}} $6 a la revisión $4 de la página $3\";'),('an','messages:logentry-tag-update-logentry','s:141:\"es:$1 {{GENDER:$2|actualizó}} etiquetas de la entrada del registro $5 de la página $3 ({{PLURAL:$7|agregó}} $6; {{PLURAL:$9|eliminó}} $8)\";'),('an','messages:logentry-tag-update-remove-logentry','s:118:\"es:$1 {{GENDER:$2|eliminó}} {{PLURAL:$9|la etiqueta|las etiquetas}} $8 de la entrada del registro $5 de la página $3\";'),('an','messages:logentry-tag-update-remove-revision','s:107:\"es:$1 {{GENDER:$2|eliminó}} {{PLURAL:$9|la etiqueta|las etiquetas}} $8 de la revisión $4 de la página $3\";'),('an','messages:logentry-tag-update-revision','s:130:\"es:$1 {{GENDER:$2|actualizó}} etiquetas de la revisión $4 de la página $3 ({{PLURAL:$7|agregó}} $6; {{PLURAL:$9|eliminó}} $8)\";'),('an','messages:logentry-upload-overwrite','s:50:\"an:$1 {{GENDER:$2|puyó}} una nueva versión de $3\";'),('an','messages:logentry-upload-revert','s:56:\"es:$1 {{GENDER:$2|revirtió}} $3 a una versión anterior\";'),('an','messages:logentry-upload-upload','s:28:\"an:$1 {{GENDER:$2|puyó}} $3\";'),('an','messages:logeventslist-more-filters','s:33:\"es:Mostrar registros adicionales:\";'),('an','messages:logeventslist-newusers-log','s:36:\"es:Registro de creación de usuarios\";'),('an','messages:logeventslist-patrol-log','s:25:\"es:Registro de revisiones\";'),('an','messages:logeventslist-submit','s:10:\"es:Mostrar\";'),('an','messages:logeventslist-tag-log','s:24:\"es:Registro de etiquetas\";'),('an','messages:logging-out-notify','s:54:\"es:Se está cerrando la sesión, espera unos segundos.\";'),('an','messages:login','s:18:\"an:Encetar sesión\";'),('an','messages:login-abort-generic','s:58:\"an:A dentrada a la cuenta d\'usuario ha fallato - Cancelato\";'),('an','messages:login-migrated-generic','s:78:\"es:Se ha trasladado tu cuenta. Tu nombre de usuario ya no existe en esta wiki.\";'),('an','messages:login-security','s:24:\"es:Verifica tu identidad\";'),('an','messages:login-throttled','s:111:\"an:Ha feito masiaus intentos ta encetar una sesión. Por favor, aspere antes de prebar de fer-lo unatra vegada.\";'),('an','messages:login-userblocked','s:64:\"an:Iste usuario ye bloqueyau. No se permite l\'inicio de sesión.\";'),('an','messages:loginerror','s:29:\"an:Error en encetar a sesión\";'),('an','messages:loginlanguagelabel','s:13:\"an:Idioma: $1\";'),('an','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('an','messages:loginprompt','s:3:\"en:\";'),('an','messages:loginreqlink','s:22:\"an:encetar una sesión\";'),('an','messages:loginreqpagetext','s:36:\"an:Ha de $1 ta veyer atras pachinas.\";'),('an','messages:loginreqtitle','s:29:\"an:Cal que encete una sesión\";'),('an','messages:loginsuccess','s:53:\"an:Ha encetato una sesión en {{SITENAME}} como \"$1\".\";'),('an','messages:loginsuccesstitle','s:33:\"an:S\'ha identificato correctament\";'),('an','messages:logout','s:20:\"an:Salir d\'a sesión\";'),('an','messages:logout-failed','s:30:\"es:Error al cerrar sesión: $1\";'),('an','messages:logouttext','s:361:\"an:\'\'\'Ha rematato a sesión.\'\'\'\n\nPuede continar navegando por {{SITENAME}} anonimament, u puede <span class=\'plainlinks\'>[$1 encetar]</span> una nueva sesión con o mesmo nombre d\'usuario u bell atro diferent. Pare cuenta que, entre que se limpia a caché d\'o navegador, puet estar que bellas pachinas s\'amuestren como si encara continase en a sesión anterior.\";'),('an','messages:lonelypages','s:21:\"an:Pachinas popiellas\";'),('an','messages:lonelypages-summary','s:3:\"en:\";'),('an','messages:lonelypagestext','s:112:\"an:As siguients pachinas no tienen vinclos dende atras pachinas ni s\'incluyen en atras pachinas de {{SITENAME}}.\";'),('an','messages:longpage-hint','s:4:\"en:-\";'),('an','messages:longpageerror','s:184:\"an:\'\'\'ERROR: O texto que ha escrito ye {{PLURAL:$1|d\'un kilobyte|de $1 kilobytes}}, que ye mas gran que a mida maxima {{PLURAL:$2|d\'un kilobyte|de $2 kilobytes}}. No se puede alzar.\'\'\'\";'),('an','messages:longpages','s:23:\"an:Pachinas más largas\";'),('an','messages:longpages-summary','s:3:\"en:\";'),('an','messages:magiclink-tracking-isbn','s:50:\"an:Pachinas que fan servir vinclos machicos d\'ISBN\";'),('an','messages:magiclink-tracking-isbn-desc','s:162:\"an:Ista pachina fa servir vinclos machicos d\'ISBN. Se veiga [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] sobre cómo migrar.\";'),('an','messages:magiclink-tracking-pmid','s:48:\"an:Pachinas que fan servir vinclos machicos PMID\";'),('an','messages:magiclink-tracking-pmid-desc','s:163:\"an:Ista pachina fa servir vinclos machicos de PMID. Se veiga [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] sobre cómo migrar.\";'),('an','messages:magiclink-tracking-rfc','s:47:\"an:Pachinas que fan servir vinclos machicos RFC\";'),('an','messages:magiclink-tracking-rfc-desc','s:162:\"an:Ista pachina fa servir vinclos machicos de RFC. Se veiga [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] sobre cómo migrar.\";'),('an','messages:mailerror','s:32:\"an:Error en ninviar o correu: $1\";'),('an','messages:mailmypassword','s:24:\"an:Tornar a fixar a clau\";'),('an','messages:mailnologin','s:22:\"an:No ninviar l\'adreza\";'),('an','messages:mailnologintext','s:197:\"an:Ha d\'haber [[Special:UserLogin|encetato una sesión]] y tener una adreza conforme de correu-e en as suyas [[Special:Preferences|preferencias]] ta ninviar un correu electronico ta atros usuarios.\";'),('an','messages:mainpage','s:12:\"an:Portalada\";'),('an','messages:mainpage-description','s:12:\"an:Portalada\";'),('an','messages:mainpage-nstab','s:20:\"an:Pachina principal\";'),('an','messages:mainpage-title','s:4:\"en:-\";'),('an','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('an','messages:mar','s:6:\"an:mar\";'),('an','messages:march','s:8:\"an:marzo\";'),('an','messages:march-gen','s:11:\"an:de marzo\";'),('an','messages:markaspatrolleddiff','s:30:\"an:Sinyalar como ya controlato\";'),('an','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('an','messages:markaspatrolledtext','s:40:\"an:Sinyalar iste articlo como controlato\";'),('an','messages:markaspatrolledtext-file','s:50:\"es:Marcar esta versión de archivo como verificada\";'),('an','messages:markedaspatrolled','s:28:\"an:Sinyalato como controlato\";'),('an','messages:markedaspatrollederror','s:39:\"an:No se puede sinyalar como controlata\";'),('an','messages:markedaspatrollederror-noautopatrol','s:75:\"an:No tiene premisos ta sinyalar os suyos propios cambios como controlatos.\";'),('an','messages:markedaspatrollederrortext','s:62:\"an:Ha d\'especificar una versión ta sinyalar-la como revisata.\";'),('an','messages:markedaspatrollednotify','s:61:\"es:Este cambio realizado en $1 se ha marcado como verificado.\";'),('an','messages:markedaspatrolledtext','s:69:\"an:A versión seleccionata de [[:$1]] s\'ha sinyalato como patrullata.\";'),('an','messages:maximum-size','s:20:\"an:Grandaria masima:\";'),('an','messages:may','s:6:\"an:may\";'),('an','messages:may-gen','s:10:\"an:de mayo\";'),('an','messages:may_long','s:7:\"an:mayo\";'),('an','messages:mcrundo-changed','s:89:\"es:La página ha sido cambiada desde que viste el diff. Por favor revisa el nuevo cambio.\";'),('an','messages:mcrundo-missingparam','s:49:\"es:Faltan parámetros requeridos en la solicitud.\";'),('an','messages:mcrundo-parse-failed','s:43:\"es:Error al analizar la nueva revisión: $1\";'),('an','messages:mcrundofailed','s:20:\"es:Error al deshacer\";'),('an','messages:mediastatistics','s:27:\"es:Estadísticas multimedia\";'),('an','messages:mediastatistics-allbytes','s:110:\"es:Tamaño de archivo total para {{PLURAL|$3|el archivo|los $3 archivos}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2)\";'),('an','messages:mediastatistics-bytespertype','s:134:\"es:Tamaño de archivo total para esta sección de {{PLURAL:$4|$4 archivo|$4 archivos}} ($5%): {{PLURAL|$1|$1 byte|$1 bytes}} ($2; $3).\";'),('an','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('an','messages:mediastatistics-header-archive','s:23:\"es:Formatos comprimidos\";'),('an','messages:mediastatistics-header-audio','s:8:\"es:Audio\";'),('an','messages:mediastatistics-header-bitmap','s:28:\"es:Imágenes de mapa de bits\";'),('an','messages:mediastatistics-header-drawing','s:34:\"es:Dibujos (imágenes vectoriales)\";'),('an','messages:mediastatistics-header-executable','s:14:\"es:Ejecutables\";'),('an','messages:mediastatistics-header-multimedia','s:25:\"es:Multimedia enriquecida\";'),('an','messages:mediastatistics-header-office','s:10:\"es:Oficina\";'),('an','messages:mediastatistics-header-text','s:10:\"es:Textual\";'),('an','messages:mediastatistics-header-total','s:21:\"es:Todos los archivos\";'),('an','messages:mediastatistics-header-unknown','s:14:\"es:Desconocido\";'),('an','messages:mediastatistics-header-video','s:10:\"es:Vídeos\";'),('an','messages:mediastatistics-nbytes','s:53:\"es:{{PLURAL:$1|$1 \'\'byte\'\'|$1 \'\'bytes\'\'}} ($2; $3 %)\";'),('an','messages:mediastatistics-nfiles','s:12:\"es:$1 ($2 %)\";'),('an','messages:mediastatistics-summary','s:174:\"es:Estadísticas sobre los tipos de archivos cargados. Solo se tiene en cuenta la versión más reciente de cada archivo. Los archivos antiguos o eliminados están excluidos.\";'),('an','messages:mediastatistics-table-count','s:22:\"es:Número de archivos\";'),('an','messages:mediastatistics-table-extensions','s:23:\"es:Extensiones posibles\";'),('an','messages:mediastatistics-table-mimetype','s:12:\"es:Tipo MIME\";'),('an','messages:mediastatistics-table-totalbytes','s:20:\"es:Tamaño combinado\";'),('an','messages:mediawarning','s:150:\"an:\'\'\'Pare cuenta!\'\'\': Iste tipo de fichero puet contener codigo endino.\nEn executar-lo, podría meter en un contornillo a seguridat d\'o suyo sistema.\";'),('an','messages:mediawikipage','s:31:\"an:Veyer a pachina d\'o mensache\";'),('an','messages:mergehistory','s:22:\"an:Fusionar historials\";'),('an','messages:mergehistory-autocomment','s:36:\"an:S\'ha fusionato [[:$1]] en [[:$2]]\";'),('an','messages:mergehistory-box','s:40:\"an:Fusionar as versions de dos pachinas:\";'),('an','messages:mergehistory-comment','s:40:\"an:S\'ha fusionato [[:$1]] en [[:$2]]: $3\";'),('an','messages:mergehistory-done','s:106:\"an:$3 {{PLURAL:$3|revisión|revisions}} de $1 {{PLURAL:$3|fusionata|fusionatas}} correctament con [[:$2]].\";'),('an','messages:mergehistory-empty','s:40:\"an:No puede fusionar-se garra revisión.\";'),('an','messages:mergehistory-fail','s:101:\"an:No s\'ha puesto fusionar os dos historials, por favor comprebe a pachina y os parametros de tiempo.\";'),('an','messages:mergehistory-fail-bad-timestamp','s:34:\"es:El cronomarcador no es válido.\";'),('an','messages:mergehistory-fail-invalid-dest','s:39:\"es:La página de destino no es válida.\";'),('an','messages:mergehistory-fail-invalid-source','s:38:\"es:La página de origen no es válida.\";'),('an','messages:mergehistory-fail-no-change','s:112:\"es:La fusión historiales no fusionó ninguna revisión. Vuelve a comprobar los parámetros de página y tiempo.\";'),('an','messages:mergehistory-fail-permission','s:53:\"es:Permisos insuficientes para fusionar el historial.\";'),('an','messages:mergehistory-fail-self-merge','s:49:\"es:Las páginas de origen y destino son la misma.\";'),('an','messages:mergehistory-fail-timestamps-overlap','s:78:\"es:Las revisiones de origen se superponen o vienen después de las de destino.\";'),('an','messages:mergehistory-fail-toobig','s:115:\"es:No se puede fusionar el historial ya que más del límite de $1 {{PLURAL:$1|revisión|revisiones}} se moverían.\";'),('an','messages:mergehistory-from','s:21:\"an:Pachina d\'orichen:\";'),('an','messages:mergehistory-go','s:32:\"an:Amostrar edicions fusionables\";'),('an','messages:mergehistory-header','s:189:\"an:Ista pachina li premite de fusionar versions d\'o historial d\'una pachina d\'orichen con una nueva pachina.\nAsegure-se que iste cambio no trencará a continidat de l\'historial d\'a pachina.\";'),('an','messages:mergehistory-into','s:22:\"an:Pachina de destino:\";'),('an','messages:mergehistory-invalid-destination','s:55:\"an:A pachina de destino ha de tener un títol correcto.\";'),('an','messages:mergehistory-invalid-source','s:54:\"an:A pachina d\'orichen ha de tener un títol correcto.\";'),('an','messages:mergehistory-list','s:34:\"an:Historial d\'edicions fusionable\";'),('an','messages:mergehistory-merge','s:283:\"an:As siguients versions de [[:$1]] se pueden fundir con [[:$2]]. Faiga servir a columna de botons d\'opciónradio ta fusionar nomás as versions creyadas antis d\'un tiempo especificato. Pare cuenta que si emplega os vinclos de navegación meterá os botons en o suyo estau orichinal.\";'),('an','messages:mergehistory-no-destination','s:37:\"an:A pachina de destino $1 no existe.\";'),('an','messages:mergehistory-no-source','s:36:\"an:A pachina d\'orichen $1 no existe.\";'),('an','messages:mergehistory-reason','s:10:\"an:Razón:\";'),('an','messages:mergehistory-redirect-text','s:3:\"en:\";'),('an','messages:mergehistory-revisionrow','s:29:\"es:$1 ($2) $3 — $4 $5 $6 $7\";'),('an','messages:mergehistory-same-destination','s:56:\"an:As pachinas d\'orichen y destín han d\'estar diferents\";'),('an','messages:mergehistory-source-deleted','s:154:\"es:Adicionalmente se ha borrado la página [[:$1]] porque no quedan revisiones visibles y su modelo de contenido no permite la creación de redirecciones.\";'),('an','messages:mergehistory-source-deleted-reason','s:185:\"es:La página de origen ha sido borrada automáticamente tras la fusión de historiales porque su modelo de contenido no permite las redirecciones y no quedaban revisiones por trasladar\";'),('an','messages:mergehistory-submit','s:20:\"an:Fusionar versions\";'),('an','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('an','messages:mergelog','s:21:\"an:Rechistro d\'unions\";'),('an','messages:mergelogpagetext','s:121:\"an:Contino s\'amuestra una lista d\'as pachinas más recients que os suyos historials s\'han fusionato con o d\'atra pachina.\";'),('an','messages:metadata','s:12:\"an:Metadatos\";'),('an','messages:metadata-collapse','s:34:\"an:Amagar a información detallata\";'),('an','messages:metadata-expand','s:34:\"an:Amostrar información detallata\";'),('an','messages:metadata-fields','s:603:\"an:Els camps de metadades de la imatge llistats en aquest missatge s\'inclouran en la pàgina de descripció de la imatge fins i tot quan la taula estigui plegada. La resta estaran ocults però es podran desplegar.\nOs campos de metadatos d\'a imachen que amaneixen en iste mensache s\'amostrarán en a pachina de descripción d\'a imachen, mesmo si a tabla ye plegata. A resta de campos remanirán amagatos pero se podrán desplegar.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('an','messages:metadata-help','s:288:\"an:Iste fichero contiene información adicional, probablement adhibida dende a camara dichital, o escáner u o programa emplegau ta creyar-lo u dichitalizar-lo.  Si o fichero ha estau modificau dende o suyo estau orichinal, bells detalles podrían no refleixar de tot o fichero modificau.\";'),('an','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('an','messages:metadata-langitem-default','s:5:\"en:$1\";'),('an','messages:mimesearch','s:22:\"an:Mirar por tipo MIME\";'),('an','messages:mimesearch-summary','s:137:\"an:Ista pachina premite filtrar fichers seguntes o suyo tipo MIME. Escribir: tipodeconteniu/subtipo, por exemplo <code>image/jpeg</code>.\";'),('an','messages:mimetype','s:13:\"an:Tipo MIME:\";'),('an','messages:minimum-size','s:19:\"an:Grandaria menima\";'),('an','messages:minlength1','s:59:\"an:Os nombres de fichero han de tener a lo menos una letra.\";'),('an','messages:minoredit','s:30:\"an:He feito una edición menor\";'),('an','messages:minoreditletter','s:4:\"an:m\";'),('an','messages:minutes','s:37:\"an:{{PLURAL:$1|un minuto|$1 minutos}}\";'),('an','messages:minutes-abbrev','s:6:\"es:$1m\";'),('an','messages:minutes-ago','s:42:\"es:hace {{PLURAL:$1|un minuto|$1 minutos}}\";'),('an','messages:missing-article','s:405:\"an:No s\'ha trobato en a base de datos o texto d\'una pachina que i habría d\'haber trobato, clamada \"$1\" $2.\n\nCal que a razón d\'isto siga que s\'ha seguito un diff no esviellato u un vinclo ta l\'historial d\'una pachina que ya s\'ha borrato.\n\nSi no ye iste o caso, talment haiga trobato un error en o software.\nPor favor, comunique-lo a un [[Special:ListUsers/sysop|almenistrador]] indicando-le l\'adreza URL.\";'),('an','messages:missing-revision','s:289:\"es:La revisión n.º $1 de la página «{{FULLPAGENAME}}» no existe.\n\nEsto suele ocurrir cuando se sigue un enlace de historial obsoleto que apunta a una página ya borrada.\nPuedes encontrar detalles en el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\";'),('an','messages:missing-revision-content','s:86:\"es:No se pudo cargar el contenido de la revisión #$1 de la página denominada «$2».\";'),('an','messages:missing-revision-permission','s:227:\"es:La revisión #$1 pertenece a una página borrada. Puedes [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} verla]. Hay más detalles en el [{{fullurl:{{#Special:Log}}/delete|page=$3}} registro de borrados].\";'),('an','messages:missingarticle-diff','s:16:\"an:(Esf: $1, $2)\";'),('an','messages:missingarticle-rev','s:18:\"an:(versión#: $1)\";'),('an','messages:missingcommentheader','s:134:\"an:\'\'\'Recordanza:\'\'\' No ha garra títol ta iste comentario. Si puncha de nuevas en \"$1\", a suya edición se grabará sin garra títol.\";'),('an','messages:missingcommenttext','s:42:\"an:Por favor, escriba o texto astí baixo.\";'),('an','messages:missingsummary','s:132:\"an:\'\'\'Pare cuenta:\'\'\' No ha escrito garra resumen d\'edición. Si puncha de nuevas en «$1» a suya edición se grabará sin resumen.\";'),('an','messages:mobile-frontend-account-create-captcha-placeholder','s:38:\"es:Escribe el código de confirmación\";'),('an','messages:mobile-frontend-account-create-email-placeholder','s:47:\"es:Dirección de correo electrónico (opcional)\";'),('an','messages:mobile-frontend-account-create-submit','s:14:\"es:Registrarse\";'),('an','messages:mobile-frontend-app-title','s:26:\"es:Aplicación para móvil\";'),('an','messages:mobile-frontend-back-to-top-of-section','s:27:\"an:Ir una sección entazaga\";'),('an','messages:mobile-frontend-browse-tags-header','s:12:\"es:Etiquetas\";'),('an','messages:mobile-frontend-categories-add','s:27:\"es:Añadir a una categoría\";'),('an','messages:mobile-frontend-categories-add-heading','s:64:\"es:<strong>Añadir<span> $1</span> a categorías nuevas</strong>\";'),('an','messages:mobile-frontend-categories-add-wait','s:33:\"es:Guardando categorías. Espera.\";'),('an','messages:mobile-frontend-categories-heading','s:31:\"es:<strong>Categorías</strong>\";'),('an','messages:mobile-frontend-categories-hidden','s:17:\"es:Organizacional\";'),('an','messages:mobile-frontend-categories-nocat','s:56:\"es:Esta página no pertenece a ninguna categoría, aún.\";'),('an','messages:mobile-frontend-categories-nodata','s:77:\"es:Se ha producido un error. ¿Has añadido algunas categorías para guardar?\";'),('an','messages:mobile-frontend-categories-nomatch','s:83:\"es:No se encontró ninguna categoría para tu búsqueda. Deberías probar con otra.\";'),('an','messages:mobile-frontend-categories-normal','s:22:\"es:Basada en contenido\";'),('an','messages:mobile-frontend-categories-search','s:21:\"es:Buscar categorías\";'),('an','messages:mobile-frontend-categories-subheading','s:53:\"es:La página pertenece a las siguientes categorías:\";'),('an','messages:mobile-frontend-categories-summary','s:25:\"es:Añadido a categorías\";'),('an','messages:mobile-frontend-changeslist-ip','s:19:\"es:Usuario anónimo\";'),('an','messages:mobile-frontend-changeslist-nocomment','s:26:\"es:sin resumen de edición\";'),('an','messages:mobile-frontend-clear-search','s:10:\"es:Limpiar\";'),('an','messages:mobile-frontend-commons-category-view','s:18:\"es:Imágenes de $1\";'),('an','messages:mobile-frontend-console-recruit','s:285:\"es:\\o/ ¡Ey! Esto es software de código abierto y necesitamos voluntarios que nos ayuden a construirlo, mejorarlo y corregir los posibles errores que puedas encontrar en esta consola de JavaScript.\n\nPuedes ver el trabajo pendiente en https://phabricator.wikimedia.org/project/view/67/\";'),('an','messages:mobile-frontend-contribution-summary','s:69:\"es:Todas las ediciones de {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('an','messages:mobile-frontend-cookies-required','s:103:\"es:Se requieren \"cookies\" para cambiar los modos de visualización. Habilítalas y vuelve a intentarlo.\";'),('an','messages:mobile-frontend-copyright','s:520:\"an:O texto ye disponible baixo a <a href=\'http://en.wikipedia.org/wiki/{{SITENAME}}:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\'>Creative Commons Attribution/Share-Alike License</a>; puede que sigan d\'aplicación atros termins. Se veiga as <a href=\'http://wikimediafoundation.org/wiki/Terms_of_Use\'>Condicions d\'uso</a> ta más detalles. {{SITENAME}} ye una marca rechistrada d\'a <a href=\'http://www.wikimediafoundation.org/\'>Wikimedia Foundation, Inc.</a>, una organización sin animo de lucro.\";'),('an','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('an','messages:mobile-frontend-desc','s:19:\"an:Interficie mobil\";'),('an','messages:mobile-frontend-diffview-404-desc','s:57:\"es:El identificador de la revisión solicitada no existe.\";'),('an','messages:mobile-frontend-diffview-404-title','s:23:\"es:Revisión incorrecta\";'),('an','messages:mobile-frontend-diffview-anonymous','s:19:\"es:Usuario anónimo\";'),('an','messages:mobile-frontend-diffview-bytesadded','s:49:\"es:$1 {{PLURAL:$1|byte añadido|bytes añadidos}}\";'),('an','messages:mobile-frontend-diffview-bytesnochange','s:30:\"es:No hay cambio en el tamaño\";'),('an','messages:mobile-frontend-diffview-bytesremoved','s:51:\"es:$1 {{PLURAL:$1|byte eliminado|bytes eliminados}}\";'),('an','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('an','messages:mobile-frontend-diffview-editcount','s:49:\"es:<div>$1</div> {{PLURAL:$1|edición|ediciones}}\";'),('an','messages:mobile-frontend-diffview-explained','s:61:\"es:Se añadieron (+) y eliminaron (-) las siguientes líneas:\";'),('an','messages:mobile-frontend-diffview-title','s:10:\"es:Cambios\";'),('an','messages:mobile-frontend-disable-images','s:46:\"an:Desactivar imachens en a versión ta mobils\";'),('an','messages:mobile-frontend-dismiss-notification','s:29:\"an:refusar ista notificación\";'),('an','messages:mobile-frontend-donate-button-label','s:7:\"es:Dona\";'),('an','messages:mobile-frontend-donate-image-anon','s:49:\"es:Inicia sesión para ver la página de subidas.\";'),('an','messages:mobile-frontend-donate-image-heading','s:31:\"es:Tus contribuciones recientes\";'),('an','messages:mobile-frontend-donate-image-login-action','s:140:\"es:<strong>Los archivos multimedia en {{SITENAME}} son donados por personas como tú.</strong><br />Inicia sesión para compartir los tuyos.\";'),('an','messages:mobile-frontend-donate-image-nouploads','s:18:\"es:No hay subidas.\";'),('an','messages:mobile-frontend-donate-image-signup-action','s:57:\"es:Regístrate para compartir tu multimedia con el mundo.\";'),('an','messages:mobile-frontend-donate-image-title','s:10:\"es:Subidas\";'),('an','messages:mobile-frontend-donate-photo-first-upload-success','s:42:\"es:¡Bien! ¡Gracias por tu primer aporte!\";'),('an','messages:mobile-frontend-donate-photo-upload-success','s:57:\"es:¡Bien! ¡Ahora puedes usar tu imagen en {{SITENAME}}!\";'),('an','messages:mobile-frontend-drawer-cancel','s:11:\"es:Cancelar\";'),('an','messages:mobile-frontend-edit-login-action','s:82:\"es:<strong>Ayuda a mejorar {{SITENAME}}.</strong><br />Inicia sesión para editar.\";'),('an','messages:mobile-frontend-edit-signup-action','s:79:\"es:<strong>Ayuda a mejorar {{SITENAME}}.</strong><br />Regístrate para editar.\";'),('an','messages:mobile-frontend-editor-abusefilter-disallow','s:71:\"es:Esta edición no puede guardarse porque hemos detectado un problema.\";'),('an','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"es:Leer más\";'),('an','messages:mobile-frontend-editor-abusefilter-warning','s:100:\"es:Advertencia: ¿estás seguro que quieres guardar esta edición? Puede haber un problema con ella.\";'),('an','messages:mobile-frontend-editor-add-reference','s:10:\"es:Añadir\";'),('an','messages:mobile-frontend-editor-anon','s:29:\"es:Editar sin iniciar sesión\";'),('an','messages:mobile-frontend-editor-anonwarning','s:285:\"es:<strong>Advertencia</strong>: no has iniciado sesión. Tu dirección IP será visible públicamente si haces cualquier edición. Si <strong>inicias sesión</strong> o <strong>creas una cuenta</strong>, tus ediciones se atribuirán a tu nombre de usuario, junto con otros beneficios.\";'),('an','messages:mobile-frontend-editor-blocked-info','s:117:\"es:Tu dirección IP está bloqueada para editar. El bloqueo lo realizó {{GENDER:$1|$1}} por la siguiente razón: $2.\";'),('an','messages:mobile-frontend-editor-blocked-info-loggedin','s:110:\"es:Tu cuenta está bloqueada para editar. El bloqueo lo realizó {{GENDER:$2|$2}} por el siguiente motivo: $1.\";'),('an','messages:mobile-frontend-editor-bold','s:10:\"es:Negrita\";'),('an','messages:mobile-frontend-editor-bold-text','s:19:\"es:Texto en negrita\";'),('an','messages:mobile-frontend-editor-cancel','s:11:\"es:Cancelar\";'),('an','messages:mobile-frontend-editor-cancel-confirm','s:44:\"es:¿Estás seguro de abandonar tu edición?\";'),('an','messages:mobile-frontend-editor-captcha-try-again','s:43:\"es:Código incorrecto, inténtalo de nuevo.\";'),('an','messages:mobile-frontend-editor-continue','s:12:\"es:Siguiente\";'),('an','messages:mobile-frontend-editor-cta','s:38:\"es:¡Ayúdanos a mejorar esta página!\";'),('an','messages:mobile-frontend-editor-disabled','s:58:\"es:Esta página está protegida para evitar el vandalismo.\";'),('an','messages:mobile-frontend-editor-edit','s:9:\"an:Editar\";'),('an','messages:mobile-frontend-editor-editing','s:11:\"es:Editando\";'),('an','messages:mobile-frontend-editor-editing-page','s:51:\"es:<span><strong>Edición</strong> de «$1»</span>\";'),('an','messages:mobile-frontend-editor-error','s:31:\"es:Error, edición no guardada.\";'),('an','messages:mobile-frontend-editor-error-conflict','s:47:\"es:Error, otro usuario ha editado esta página.\";'),('an','messages:mobile-frontend-editor-error-loading','s:41:\"es:Error, no se puede cargar la sección.\";'),('an','messages:mobile-frontend-editor-error-preview','s:94:\"es:Error: ha sucedido algo inesperado al cargar la vista previa. Cierra y vuelve a intentarlo.\";'),('an','messages:mobile-frontend-editor-insert-reference','s:26:\"es:Insertar una referencia\";'),('an','messages:mobile-frontend-editor-italic','s:10:\"es:Cursiva\";'),('an','messages:mobile-frontend-editor-italic-text','s:19:\"es:Texto en cursiva\";'),('an','messages:mobile-frontend-editor-keep-editing','s:18:\"es:Seguir editando\";'),('an','messages:mobile-frontend-editor-licensing','s:107:\"es:Al guardar los cambios, aceptas liberar tu contribución bajo {{PLURAL:$2|la licencia|las licencias}} $1\";'),('an','messages:mobile-frontend-editor-licensing-with-terms','s:123:\"es:Al guardar, aceptas los $1 y a liberar tu contribución bajo los términos de {{PLURAL:$3|la licencia|las licencias}} $2\";'),('an','messages:mobile-frontend-editor-new-page-confirm','s:92:\"es:¿Estás {{GENDER:$1|seguro|segura}} que quieres crear una página nueva en {{SITENAME}}?\";'),('an','messages:mobile-frontend-editor-newpage-prompt','s:49:\"es:Esta página no existe. ¿Te animas a crearla?\";'),('an','messages:mobile-frontend-editor-placeholder','s:61:\"es:Esta sección está vacía. ¡Sé el primero en ampliarla!\";'),('an','messages:mobile-frontend-editor-placeholder-new-page','s:68:\"es:¡{{GENDER:$1|Estás creando}} una página nueva en {{SITENAME}}!\";'),('an','messages:mobile-frontend-editor-previewing-page','s:61:\"es:<span><strong>Previsualización</strong><span>de $1</span>\";'),('an','messages:mobile-frontend-editor-redirect-title','s:28:\"es:Redirigiendo al editor…\";'),('an','messages:mobile-frontend-editor-redlink-create','s:16:\"es:Crear página\";'),('an','messages:mobile-frontend-editor-redlink-explain','s:37:\"es:Esta página no se ha creado aún.\";'),('an','messages:mobile-frontend-editor-redlink-leave','s:15:\"es:No, gracias.\";'),('an','messages:mobile-frontend-editor-reference','s:13:\"es:Referencia\";'),('an','messages:mobile-frontend-editor-reference-placeholder','s:27:\"es:¿Qué fuente prefieres?\";'),('an','messages:mobile-frontend-editor-save','s:10:\"es:Guardar\";'),('an','messages:mobile-frontend-editor-success','s:35:\"es:Se ha guardado tu modificación.\";'),('an','messages:mobile-frontend-editor-success-landmark-1','s:55:\"es:¡Felicidades, ahora eres un editor de {{SITENAME}}!\";'),('an','messages:mobile-frontend-editor-success-new-page','s:47:\"es:¡Felicidades, has creado una página nueva!\";'),('an','messages:mobile-frontend-editor-summary','s:11:\"es:Resumen:\";'),('an','messages:mobile-frontend-editor-summary-placeholder','s:68:\"es:Ejemplos: «error ortográfico corregido», «añadí contenido»\";'),('an','messages:mobile-frontend-editor-summary-request','s:40:\"es:¿En qué forma mejoraste la página?\";'),('an','messages:mobile-frontend-editor-switch-confirm','s:75:\"es:Debes guardar la modificación antes de cambiar a otro modo de edición.\";'),('an','messages:mobile-frontend-editor-switch-editor','s:20:\"es:Cambiar de editor\";'),('an','messages:mobile-frontend-editor-switch-visual-editor','s:31:\"es:Cambiar a la edición visual\";'),('an','messages:mobile-frontend-editor-terms-link','s:24:\"es:[$1 Términos de uso]\";'),('an','messages:mobile-frontend-editor-tutorial-cancel','s:14:\"es:No, gracias\";'),('an','messages:mobile-frontend-editor-tutorial-confirm','s:19:\"es:Empezar a editar\";'),('an','messages:mobile-frontend-editor-tutorial-summary','s:63:\"es:Ayuda a mejorar la página $1. <br />No le temas al código.\";'),('an','messages:mobile-frontend-editor-unavailable','s:91:\"es:La edición a través del móvil no está disponible en este navegador. Prueba con otro.\";'),('an','messages:mobile-frontend-editor-undo-unsupported','s:78:\"es:Actualmente no se admite la función Deshacer en los dispositivos móviles.\";'),('an','messages:mobile-frontend-editor-uploadenable','s:52:\"es:Primero sube una foto para habilitar la edición.\";'),('an','messages:mobile-frontend-editor-viewing-source-page','s:63:\"es:<strong>Viendo el código fuente de</strong><span> $1</span>\";'),('an','messages:mobile-frontend-editor-wait','s:44:\"es:Guardando la edición, espera un momento.\";'),('an','messages:mobile-frontend-enable-images','s:43:\"an:Activar imachens en a versión ta mobils\";'),('an','messages:mobile-frontend-expand-sections-description','s:77:\"es:Siempre expandir todas las secciones cuando se navega a una página nueva.\";'),('an','messages:mobile-frontend-expand-sections-status','s:31:\"es:Expandir todas las secciones\";'),('an','messages:mobile-frontend-featured-article','s:26:\"an:Articlo destacau de hue\";'),('an','messages:mobile-frontend-first-upload-wizard-new-page-1','s:63:\"es:Las imágenes de {{SITENAME}} provienen de Wikimedia Commons\";'),('an','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:55:\"es:Ayuda con tus imágenes. ¡Dale vida a {{SITENAME}}!\";'),('an','messages:mobile-frontend-first-upload-wizard-new-page-2','s:132:\"es:Evita materiales con derechos de autor que hayas encontrado en Internet, así como imágenes de carteles, portadas de libro, etc.\";'),('an','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:61:\"es:Tus imágenes ayudan a educar a la gente de todo el mundo.\";'),('an','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:15:\"es:¿Entendido?\";'),('an','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:9:\"es:¡Sí!\";'),('an','messages:mobile-frontend-fontchanger-desc','s:73:\"es:Aumentar o disminuir el tamaño del texto para mejorar la legibilidad.\";'),('an','messages:mobile-frontend-fontchanger-link','s:20:\"es:Tamaño del texto\";'),('an','messages:mobile-frontend-footer-contact','s:11:\"es:Contacto\";'),('an','messages:mobile-frontend-footer-sitename','s:15:\"es:{{SITENAME}}\";'),('an','messages:mobile-frontend-generic-404-desc','s:50:\"es:No se encontró la página que estás buscando.\";'),('an','messages:mobile-frontend-generic-404-title','s:36:\"es:Error: no se encontró la página\";'),('an','messages:mobile-frontend-generic-login','s:57:\"es:Personas como tú son las que construyen {{SITENAME}}.\";'),('an','messages:mobile-frontend-generic-login-action','s:34:\"es:Inicia sesión para contribuir.\";'),('an','messages:mobile-frontend-generic-login-new','s:98:\"es:<strong>{{SITENAME}} está hecho por gente como tú.</strong><br />Regístrate para contribuir.\";'),('an','messages:mobile-frontend-generic-signup-action','s:30:\"es:Regístrate para colaborar.\";'),('an','messages:mobile-frontend-history','s:49:\"es:Ver el historial de ediciones de esta página.\";'),('an','messages:mobile-frontend-history-404-desc','s:139:\"es:No se puede acceder al historial de una página que no existe. Esta podría haberse borrado o puedes haber seguido un enlace incorrecto.\";'),('an','messages:mobile-frontend-history-404-title','s:23:\"es:La página no existe\";'),('an','messages:mobile-frontend-history-no-results','s:67:\"es:El filtro siempre no encontró coincidencias en los historiales.\";'),('an','messages:mobile-frontend-home-button','s:12:\"an:Portalada\";'),('an','messages:mobile-frontend-image-cancel-confirm','s:31:\"es:¿Quieres cancelar la carga?\";'),('an','messages:mobile-frontend-image-heading-describe','s:27:\"es:\'\'\'Describe\'\'\' la imagen\";'),('an','messages:mobile-frontend-image-uploading','s:30:\"es:\'\'\'Cargando\'\'\' la imagen…\";'),('an','messages:mobile-frontend-images-status','s:12:\"es:Imágenes\";'),('an','messages:mobile-frontend-language-article-heading','s:22:\"es:Leer en otro idioma\";'),('an','messages:mobile-frontend-language-header','s:67:\"es:Esta página está disponible en $1 {{PLURAL:$1|idioma|idiomas}}\";'),('an','messages:mobile-frontend-language-heading','s:27:\"es:<strong>Idiomas</strong>\";'),('an','messages:mobile-frontend-language-site-choose','s:21:\"es:Seleccionar idioma\";'),('an','messages:mobile-frontend-language-variant-header','s:55:\"es:Elegir la variante del {{#language:{{CONTENTLANG}}}}\";'),('an','messages:mobile-frontend-languages-404-desc','s:40:\"es:Debes especificar un título válido.\";'),('an','messages:mobile-frontend-languages-404-title','s:19:\"es:Error de idiomas\";'),('an','messages:mobile-frontend-languages-header','s:10:\"es:Idiomas\";'),('an','messages:mobile-frontend-languages-header-page','s:15:\"es:$1 - Idiomas\";'),('an','messages:mobile-frontend-languages-nonexistent-title','s:31:\"es:La página «$1» no existe.\";'),('an','messages:mobile-frontend-languages-text','s:58:\"es:$1 está disponible en $2 {{PLURAL:$1|idioma|idiomas}}.\";'),('an','messages:mobile-frontend-languages-variant-header','s:46:\"es:Variantes del {{#language:{{CONTENTLANG}}}}\";'),('an','messages:mobile-frontend-last-modified-date','s:40:\"es:Última modificación el $1, a las $2\";'),('an','messages:mobile-frontend-last-modified-days','s:60:\"es:Última modificación hace {{PLURAL:$1|$1 día|$1 días}}\";'),('an','messages:mobile-frontend-last-modified-hours','s:60:\"es:Última modificación hace {{PLURAL:$1|$1 hora|$1 horas}}\";'),('an','messages:mobile-frontend-last-modified-just-now','s:37:\"es:Última modificación: justo ahora\";'),('an','messages:mobile-frontend-last-modified-minutes','s:64:\"es:Última modificación hace {{PLURAL:$1|$1 minuto|$1 minutos}}\";'),('an','messages:mobile-frontend-last-modified-months','s:59:\"es:Última modificación hace {{PLURAL:$1|$1 mes|$1 meses}}\";'),('an','messages:mobile-frontend-last-modified-seconds','s:66:\"es:Última modificación hace {{PLURAL:$1|$1 segundo|$1 segundos}}\";'),('an','messages:mobile-frontend-last-modified-with-user-days','s:122:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 día|$3 días}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-with-user-hours','s:122:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 hora|$3 horas}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-with-user-just-now','s:101:\"es:[$3 Última {{GENDER:$1|edición}}] hace instantes por {{PLURAL:$4|[$5 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-with-user-minutes','s:126:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 minuto|$3 minutos}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-with-user-months','s:121:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 mes|$3 meses}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-with-user-seconds','s:128:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 segundo|$3 segundos}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-with-user-years','s:122:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 año|$3 años}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('an','messages:mobile-frontend-last-modified-years','s:60:\"es:Última modificación hace {{PLURAL:$1|$1 año|$1 años}}\";'),('an','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"es:Comenzar subida\";'),('an','messages:mobile-frontend-lead-image-tutorial-summary','s:118:\"es:Asegúrate de que la imagen ayuda a ilustrar la página. Debe ser de tu creación para no violar derechos de autor.\";'),('an','messages:mobile-frontend-loading-message','s:14:\"es:Cargando…\";'),('an','messages:mobile-frontend-logged-in-homepage-notification','s:22:\"es:¡Bienvenido/a, $1!\";'),('an','messages:mobile-frontend-logged-in-toast-notification','s:32:\"es:Has iniciado sesión como $1.\";'),('an','messages:mobile-frontend-logged-out','s:26:\"es:No has iniciado sesión\";'),('an','messages:mobile-frontend-login','s:18:\"an:Encetar sesión\";'),('an','messages:mobile-frontend-main-menu','s:18:\"es:Menú principal\";'),('an','messages:mobile-frontend-main-menu-account-create','s:19:\"es:Crear una cuenta\";'),('an','messages:mobile-frontend-main-menu-back','s:11:\"es:Regresar\";'),('an','messages:mobile-frontend-main-menu-button-tooltip','s:27:\"es:Abrir el menú principal\";'),('an','messages:mobile-frontend-main-menu-featured','s:12:\"es:Destacado\";'),('an','messages:mobile-frontend-main-menu-login','s:18:\"an:Encetar sesión\";'),('an','messages:mobile-frontend-main-menu-logout','s:17:\"es:Cerrar sesión\";'),('an','messages:mobile-frontend-main-menu-nearby','s:10:\"es:Cercano\";'),('an','messages:mobile-frontend-main-menu-page-title','s:24:\"es:Navegación del sitio\";'),('an','messages:mobile-frontend-main-menu-settings','s:17:\"es:Configuración\";'),('an','messages:mobile-frontend-main-menu-settings-heading','s:17:\"es:Configuración\";'),('an','messages:mobile-frontend-main-menu-upload','s:10:\"es:Subidas\";'),('an','messages:mobile-frontend-main-menu-watchlist','s:23:\"es:Lista de seguimiento\";'),('an','messages:mobile-frontend-media-details','s:11:\"es:Detalles\";'),('an','messages:mobile-frontend-media-license-link','s:30:\"es:Información de la licencia\";'),('an','messages:mobile-frontend-meta-data-issues','s:26:\"es:Problemas de la página\";'),('an','messages:mobile-frontend-meta-data-issues-categories','s:28:\"es:Acerca de esta categoría\";'),('an','messages:mobile-frontend-meta-data-issues-header','s:14:\"es:Incidencias\";'),('an','messages:mobile-frontend-meta-data-issues-header-talk','s:25:\"es:Acerca de esta página\";'),('an','messages:mobile-frontend-meta-data-issues-talk','s:39:\"es:Acerca de esta página de discusión\";'),('an','messages:mobile-frontend-missing-image','s:9:\"es:Imagen\";'),('an','messages:mobile-frontend-nearby-distance','s:22:\"es:{{PLURAL:$1|$1 km}}\";'),('an','messages:mobile-frontend-nearby-distance-meters','s:21:\"es:{{PLURAL:$1|$1 m}}\";'),('an','messages:mobile-frontend-nearby-error','s:58:\"es:{{SITENAME}} Cercanas está teniendo algunos problemas.\";'),('an','messages:mobile-frontend-nearby-error-guidance','s:37:\"es:Prueba a actualizar tu ubicación.\";'),('an','messages:mobile-frontend-nearby-loading','s:49:\"es:Cargando temas cercanos a tu ubicación actual\";'),('an','messages:mobile-frontend-nearby-lookup-ui-error','s:77:\"es:{{SITENAME}} Cercano no puede averiguar donde estás... ¿prueba de nuevo?\";'),('an','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:47:\"es:Prueba en un área abierta con mejor señal.\";'),('an','messages:mobile-frontend-nearby-noresults','s:73:\"es:Todo tranquilo aquí... No se encontraron páginas con temas cercanos.\";'),('an','messages:mobile-frontend-nearby-noresults-guidance','s:80:\"es:Prueba a crear una página nueva o añadir una ubicación a una ya existente.\";'),('an','messages:mobile-frontend-nearby-permission','s:69:\"es:{{SITENAME}} Nearby no tiene permiso para acceder a tu ubicación.\";'),('an','messages:mobile-frontend-nearby-permission-guidance','s:136:\"es:Asegúrate de que has dado permiso para mostrar donde estás. Tal vez debas comprobar las preferencias de ubicación de tu navegador.\";'),('an','messages:mobile-frontend-nearby-refresh','s:24:\"es:Actualizar ubicación\";'),('an','messages:mobile-frontend-nearby-requirements','s:65:\"es:Lo sentimos, tu navegador web no admite {{SITENAME}} Cercanos.\";'),('an','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"es:Prueba con otro navegador o activa JavaScript si está desactivado.\";'),('an','messages:mobile-frontend-nearby-sectiontext','s:33:\"es:Cerca del tema de esta página\";'),('an','messages:mobile-frontend-nearby-title','s:11:\"es:Cercanos\";'),('an','messages:mobile-frontend-news-items','s:13:\"an:Actualidat\";'),('an','messages:mobile-frontend-opt-in-explain','s:109:\"an:Prebando a beta, tendrá acceso a caracteristicas experimentals, con o risgo de trobar problemas u errors.\";'),('an','messages:mobile-frontend-overlay-close','s:9:\"es:Cerrar\";'),('an','messages:mobile-frontend-overlay-continue','s:12:\"es:Continuar\";'),('an','messages:mobile-frontend-page-edit-summary','s:55:\"es:<span><strong>Resumen de edición</strong> $1</span>\";'),('an','messages:mobile-frontend-page-menu-contents','s:12:\"es:contenido\";'),('an','messages:mobile-frontend-page-menu-history','s:12:\"es:Historial\";'),('an','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('an','messages:mobile-frontend-pageaction-edit-tooltip','s:52:\"es:Editar la sección introductoria de esta página.\";'),('an','messages:mobile-frontend-pageaction-upload-tooltip','s:43:\"es:Subir una foto principal a esta página.\";'),('an','messages:mobile-frontend-panel-betaoptin-msg','s:179:\"es:¿Quieres probar algunas funcionalidades nuevas? Al unirte a la beta, accederás a funcionalidades experimentales, con el riesgo de encontrarte con algunos errores y problemas.\";'),('an','messages:mobile-frontend-panel-cancel','s:14:\"es:No, gracias\";'),('an','messages:mobile-frontend-panel-ok','s:10:\"es:Aceptar\";'),('an','messages:mobile-frontend-password','s:17:\"an:Clau d\'acceso:\";'),('an','messages:mobile-frontend-password-confirm-placeholder','s:24:\"es:Confirmar contraseña\";'),('an','messages:mobile-frontend-password-placeholder','s:14:\"es:Contraseña\";'),('an','messages:mobile-frontend-photo-article-donate-comment','s:38:\"es:Imagen donada desde Special:Uploads\";'),('an','messages:mobile-frontend-photo-article-edit-comment','s:54:\"es:Se ha añadido una imagen para su uso en la página\";'),('an','messages:mobile-frontend-photo-caption-placeholder','s:35:\"es:Describe esta imagen (requerido)\";'),('an','messages:mobile-frontend-photo-licensing','s:82:\"es:Al subir esta imagen, te comprometes a liberar a tu imagen bajo la licencia $1.\";'),('an','messages:mobile-frontend-photo-licensing-with-terms','s:98:\"es:Al subir esta imagen, aceptas el $1 y te comprometes a liberar a tu imagen bajo la licencia $2.\";'),('an','messages:mobile-frontend-photo-ownership','s:29:\"es:Yo, $1, creé esta imagen.\";'),('an','messages:mobile-frontend-photo-ownership-confirm','s:12:\"es:Entendido\";'),('an','messages:mobile-frontend-photo-ownership-help','s:25:\"es:¿Qué significa esto?\";'),('an','messages:mobile-frontend-photo-submit','s:9:\"es:Cargar\";'),('an','messages:mobile-frontend-photo-upload','s:35:\"es:Añade una imagen a esta página\";'),('an','messages:mobile-frontend-photo-upload-anon','s:57:\"es:Inicia sesión para añadir una imagen a esta página.\";'),('an','messages:mobile-frontend-photo-upload-comment','s:38:\"es:Se añadió una imagen a la página\";'),('an','messages:mobile-frontend-photo-upload-copyvio','s:123:\"es:¡Advertenciaǃ Esta foto parece sospechosa. Si no has sido tu quien la ha tomado, no la subas. ¿Aun quieres continuar?\";'),('an','messages:mobile-frontend-photo-upload-error','s:27:\"es:Error, intenta de nuevo.\";'),('an','messages:mobile-frontend-photo-upload-error-file-type','s:34:\"es:Por favor, sube solo imágenes.\";'),('an','messages:mobile-frontend-photo-upload-error-filename','s:50:\"es:Error, proporciona un resumen más descriptivo.\";'),('an','messages:mobile-frontend-photo-upload-generic','s:28:\"es:Contribuir con una imagen\";'),('an','messages:mobile-frontend-photo-upload-invalid-user','s:41:\"es:El usuario «$1» no está registrado.\";'),('an','messages:mobile-frontend-photo-upload-success-article','s:52:\"es:¡Bien! Tu imagen ahora es visible en la página.\";'),('an','messages:mobile-frontend-photo-upload-unavailable','s:48:\"es:Tu navegador no admite la carga de imágenes.\";'),('an','messages:mobile-frontend-photo-upload-user-count','s:62:\"es:{{PLURAL:$1|<span>1</span> subida|<span>$1</span> subidas}}\";'),('an','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"es:500+ subidas\";'),('an','messages:mobile-frontend-placeholder','s:24:\"an:Mirar en {{SITENAME}}\";'),('an','messages:mobile-frontend-placeholder-app','s:38:\"es:Buscar en {{SITENAME}} (aplic. web)\";'),('an','messages:mobile-frontend-placeholder-beta','s:35:\"es:Búsqueda en {{SITENAME}} (Beta)\";'),('an','messages:mobile-frontend-pointer-dismiss','s:12:\"es:Descartar\";'),('an','messages:mobile-frontend-privacy-link-text','s:13:\"es:Privacidad\";'),('an','messages:mobile-frontend-profile-activity-heading','s:21:\"es:Actividad reciente\";'),('an','messages:mobile-frontend-profile-error','s:14:\"es:¡Oh, vaya!\";'),('an','messages:mobile-frontend-profile-footer-ancient','s:151:\"es:Hizo [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('an','messages:mobile-frontend-profile-footer-days','s:194:\"es:Se unió hace {{PLURAL:$2|1 día|$2 días}} con [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('an','messages:mobile-frontend-profile-footer-months','s:201:\"es:Se unió hace más de {{PLURAL:$2|1 mes|$2 meses}} con [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('an','messages:mobile-frontend-profile-footer-years','s:202:\"es:Se unió hace más de {{PLURAL:$2|1 año|$2 años}} con [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('an','messages:mobile-frontend-profile-last-edit','s:83:\"es:{{GENDER:$3|Editó}} la página [[:$1]], {{PLURAL:$2|ayer|hace $2 días|0=hoy}}.\";'),('an','messages:mobile-frontend-profile-last-thank','s:92:\"es:{{GENDER:$2|Agradecido}} por última vez {{GENDER:$1|por}} [[Special:UserProfile/$1|$1]].\";'),('an','messages:mobile-frontend-profile-noargs','s:96:\"es:No se proporcionó un nombre de usuario. Proporciona un nombre de usuario para ver el perfil.\";'),('an','messages:mobile-frontend-profile-nouser','s:157:\"es:No existe ningún usuario con ese nombre. Los nombres de usuario distinguen mayúsculas de minúsculas, así que verifica si lo has escrito correctamente.\";'),('an','messages:mobile-frontend-profile-title','s:20:\"es:Perfil de usuario\";'),('an','messages:mobile-frontend-profile-userpage-link','s:62:\"es:Visitar la página {{GENDER:$1|del usuario|de la usuaria}}.\";'),('an','messages:mobile-frontend-profile-usertalk','s:30:\"es:{{GENDER:$1|Hablar con $1}}\";'),('an','messages:mobile-frontend-quick-lookup-looking','s:23:\"es:Búsqueda de «$1».\";'),('an','messages:mobile-frontend-quick-lookup-no-results','s:48:\"es:No se encontró nada que coincida con «$1».\";'),('an','messages:mobile-frontend-quick-lookup-not-internal','s:51:\"es:Este enlace no apunta a otro lugar en este wiki.\";'),('an','messages:mobile-frontend-random-button','s:12:\"an:Aliatorio\";'),('an','messages:mobile-frontend-references-citation','s:7:\"es:Cita\";'),('an','messages:mobile-frontend-regular-site','s:46:\"an:Veyer ista pachina en a {{SITENAME}} normal\";'),('an','messages:mobile-frontend-requires-mobile','s:136:\"es:Esta página solo está disponible para dispositivos móviles. Pulsa en el enlace de vista móvil en la parte inferior de la página.\";'),('an','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('an','messages:mobile-frontend-requires-title','s:24:\"es:Página no disponible\";'),('an','messages:mobile-frontend-save-error','s:90:\"es:Error al guardar la configuración. Asegúrate de que las «cookies» estén activadas.\";'),('an','messages:mobile-frontend-save-settings','s:10:\"es:Guardar\";'),('an','messages:mobile-frontend-saving-exit-page','s:130:\"es:Tu contribución está todavía guardándose. Si te vas, tus contribuciones se perderán. ¿Estás seguro de que quieres salir?\";'),('an','messages:mobile-frontend-search-content','s:25:\"es:Buscar en las páginas\";'),('an','messages:mobile-frontend-search-content-no-results','s:101:\"es:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' para comprobar si esta frase aparece en algún lugar.\";'),('an','messages:mobile-frontend-search-feedback-link-text','s:25:\"es:Danos tus comentarios.\";'),('an','messages:mobile-frontend-search-feedback-prompt','s:36:\"es:¿No encontraste lo que buscabas?\";'),('an','messages:mobile-frontend-search-no-results','s:43:\"es:No hay ninguna página con este título.\";'),('an','messages:mobile-frontend-search-submit','s:8:\"an:Ir-ie\";'),('an','messages:mobile-frontend-settings-beta','s:7:\"es:Beta\";'),('an','messages:mobile-frontend-settings-images-explain','s:59:\"es:Cargar todas las imágenes que aparezcan en una página.\";'),('an','messages:mobile-frontend-settings-site-description','s:129:\"es:{{SITENAME}} está disponible en  $1 {{PLURAL:$1|idioma|idiomas}}. Todas las versiones disponibles se enumeran a continuación\";'),('an','messages:mobile-frontend-settings-site-header','s:26:\"es:Idiomas de {{SITENAME}}\";'),('an','messages:mobile-frontend-sign-in-error-heading','s:10:\"es:¡Vaya!\";'),('an','messages:mobile-frontend-sign-in-heading','s:18:\"es:Iniciar sesión\";'),('an','messages:mobile-frontend-sign-in-why','s:72:\"es:Si tienes una cuenta en {{SITENAME}}, puedes acceder a continuación.\";'),('an','messages:mobile-frontend-sign-up-heading','s:14:\"es:Registrarse\";'),('an','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:28:\"es:¿Qué es lo que piensas?\";'),('an','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:18:\"es:Asunto del tema\";'),('an','messages:mobile-frontend-talk-add-overlay-submit','s:21:\"es:Añadir discusión\";'),('an','messages:mobile-frontend-talk-back-to-filepage','s:26:\"es:Volver al archivo \"$1\".\";'),('an','messages:mobile-frontend-talk-back-to-page','s:30:\"es:Regresar a la página \"$1\".\";'),('an','messages:mobile-frontend-talk-back-to-projectpage','s:41:\"es:Volver a la página del proyecto \"$1\".\";'),('an','messages:mobile-frontend-talk-back-to-userpage','s:71:\"es:Volver a la página \"{{GENDER:$1|del usuario $1|de la usuaria $1}}\".\";'),('an','messages:mobile-frontend-talk-edit-summary','s:35:\"es:Sección de discusión nueva: $1\";'),('an','messages:mobile-frontend-talk-explained','s:59:\"es:Las siguientes conversaciones están actualmente activas\";'),('an','messages:mobile-frontend-talk-explained-empty','s:51:\"es:No hay ninguna conversación sobre esta página.\";'),('an','messages:mobile-frontend-talk-fullpage','s:25:\"es:Leer como página wiki\";'),('an','messages:mobile-frontend-talk-overlay-header','s:13:\"es:Discusión\";'),('an','messages:mobile-frontend-talk-overlay-lead-header','s:25:\"es:Discusión sin título\";'),('an','messages:mobile-frontend-talk-reply','s:12:\"es:Responder\";'),('an','messages:mobile-frontend-talk-reply-info','s:90:\"es:Ten en cuenta que tu respuesta será firmada automáticamente con tu nombre de usuario.\";'),('an','messages:mobile-frontend-talk-reply-success','s:75:\"es:Tu respuesta ha sido guardada correctamente en la página de discusión.\";'),('an','messages:mobile-frontend-talk-topic-error','s:61:\"es:No se puede añadir el tema debido a un error desconocido.\";'),('an','messages:mobile-frontend-talk-topic-error-badtoken','s:99:\"es:Ocurrió un error en el servidor. No se puede guardar tu edición. Prueba a recargar la página.\";'),('an','messages:mobile-frontend-talk-topic-error-permission','s:75:\"es:No se puede añadir el tema. No tienes permiso para editar las páginas.\";'),('an','messages:mobile-frontend-talk-topic-error-protected','s:92:\"es:Esta página de discusión está protegida: no tienes permiso para añadir temas en ella.\";'),('an','messages:mobile-frontend-talk-topic-error-spam','s:89:\"es:Se rechazó el tema porque contenía un fragmento de material publicitario no deseado.\";'),('an','messages:mobile-frontend-talk-topic-feedback','s:61:\"es:¡Se ha añadido un nuevo tema a la página de discusión!\";'),('an','messages:mobile-frontend-talk-topic-wait','s:36:\"es:Guardando tu tema nuevo. Aguarda.\";'),('an','messages:mobile-frontend-terms-text','s:19:\"es:Términos de uso\";'),('an','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('an','messages:mobile-frontend-thanked-notice','s:60:\"es:Se informó a $1 que te gustó {{GENDER:$2|su}} edición.\";'),('an','messages:mobile-frontend-user-account','s:20:\"es:cuenta de usuario\";'),('an','messages:mobile-frontend-user-button-tooltip','s:29:\"es:Mostrar mis notificaciones\";'),('an','messages:mobile-frontend-user-cta','s:60:\"es:Inicia sesión o regístrate para ver tus notificaciones.\";'),('an','messages:mobile-frontend-user-newmessages','s:53:\"es:Tienes nuevos mensajes en tu página de discusión\";'),('an','messages:mobile-frontend-userlogin-loggedin-register','s:107:\"es:Ya estás {{GENDER:$1|conectado|conectada}} como $1.\nUsa el formulario de abajo para crear otro usuario.\";'),('an','messages:mobile-frontend-username','s:20:\"an:Nombre d\'usuario:\";'),('an','messages:mobile-frontend-username-placeholder','s:20:\"es:Nombre de usuario\";'),('an','messages:mobile-frontend-view','s:21:\"an:Versión ta mobils\";'),('an','messages:mobile-frontend-view-desktop','s:13:\"es:Escritorio\";'),('an','messages:mobile-frontend-view-mobile','s:9:\"es:Móvil\";'),('an','messages:mobile-frontend-view-source','s:21:\"es:Ver código fuente\";'),('an','messages:mobile-frontend-watch-login','s:39:\"es:Añade $1 a tu lista de seguimiento.\";'),('an','messages:mobile-frontend-watchlist-a-z','s:8:\"es:Lista\";'),('an','messages:mobile-frontend-watchlist-a-z-empty-howto','s:191:\"es:Actualmente no estás siguiendo ninguna página. Tu lista de seguimiento te ayuda a hacer un seguimiento de las páginas que te interesan. Vigila páginas pulsando el icono de la estrella.\";'),('an','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:32:\"es:Pulsa en el icono de estrella\";'),('an','messages:mobile-frontend-watchlist-add','s:59:\"es:Se ha añadido el artículo $1 a tu lista de seguimiento\";'),('an','messages:mobile-frontend-watchlist-back-home','s:11:\"es:Regresar\";'),('an','messages:mobile-frontend-watchlist-cta','s:83:\"es:Mantén esta página en seguimiento y todos los cambios que se realicen en ella.\";'),('an','messages:mobile-frontend-watchlist-cta-button-login','s:18:\"es:Iniciar sesión\";'),('an','messages:mobile-frontend-watchlist-cta-button-signup','s:14:\"es:Regístrate\";'),('an','messages:mobile-frontend-watchlist-error','s:95:\"es:Ocurrió un problema al añadir esta página a la lista de seguimiento. Inténtalo de nuevo.\";'),('an','messages:mobile-frontend-watchlist-feed','s:14:\"es:Modificadas\";'),('an','messages:mobile-frontend-watchlist-feed-empty','s:41:\"es:No hay páginas con cambios recientes.\";'),('an','messages:mobile-frontend-watchlist-filter-all','s:8:\"es:Todas\";'),('an','messages:mobile-frontend-watchlist-filter-articles','s:11:\"es:Páginas\";'),('an','messages:mobile-frontend-watchlist-filter-other','s:8:\"es:Otras\";'),('an','messages:mobile-frontend-watchlist-filter-talk','s:13:\"es:Discusión\";'),('an','messages:mobile-frontend-watchlist-login-action','s:33:\"es:Iniciar sesión para ver esto.\";'),('an','messages:mobile-frontend-watchlist-more','s:7:\"es:más\";'),('an','messages:mobile-frontend-watchlist-please-wait','s:61:\"es:Espera, la acción está tomando más tiempo del esperado.\";'),('an','messages:mobile-frontend-watchlist-purpose','s:132:\"es:<strong>Una lista de seguimiento te ayuda a marcar páginas y seguir el rastro de sus cambios.</strong>Inicia sesión para verla.\";'),('an','messages:mobile-frontend-watchlist-removed','s:48:\"es:Se ha eliminado $1 de tu lista de seguimiento\";'),('an','messages:mobile-frontend-watchlist-signup-action','s:148:\"es:<strong>Una lista de seguimiento te ayuda a marcar páginas y seguir el rastro de sus cambios.</strong><br />Regístrate para comenzar una ahora.\";'),('an','messages:mobile-frontend-watchlist-view','s:30:\"es:Ver tu lista de seguimiento\";'),('an','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('an','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('an','messages:modeleditnotsupported-text','s:58:\"es:No se admite la edición en el modelo de contenidos $1.\";'),('an','messages:modeleditnotsupported-title','s:27:\"es:No se admite la edición\";'),('an','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('an','messages:modifiedarticleprotection-comment','s:71:\"es:{{GENDER:$2|Cambió}} la configuración de protección de «[[$1]]»\";'),('an','messages:mon','s:6:\"an:lun\";'),('an','messages:monday','s:7:\"an:luns\";'),('an','messages:monday-at','s:20:\"es:el lunes a las $1\";'),('an','messages:month','s:29:\"an:Dende o mes (y anteriors):\";'),('an','messages:months','s:32:\"es:{{PLURAL:$1|$1 mes|$1 meses}}\";'),('an','messages:monthsall','s:7:\"an:totz\";'),('an','messages:moredotdotdot','s:10:\"an:Más...\";'),('an','messages:morelinkstoimage','s:70:\"an:Amostrar [[Special:WhatLinksHere/$1|más vinclos]] ta iste fichero.\";'),('an','messages:morenotlisted','s:37:\"es:Esta lista puede estar incompleta.\";'),('an','messages:mostcategories','s:32:\"an:Pachinas con más categorías\";'),('an','messages:mostcategories-summary','s:3:\"en:\";'),('an','messages:mostimages','s:26:\"an:Fichers más emplegatos\";'),('an','messages:mostimages-summary','s:3:\"en:\";'),('an','messages:mostinterwikis','s:31:\"es:Páginas con más interwikis\";'),('an','messages:mostinterwikis-summary','s:3:\"en:\";'),('an','messages:mostlinked','s:26:\"an:Pachinas más enlazadas\";'),('an','messages:mostlinked-summary','s:3:\"en:\";'),('an','messages:mostlinkedcategories','s:29:\"an:Categorías más enlazadas\";'),('an','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('an','messages:mostlinkedtemplates','s:29:\"an:Plantillas más vinculatas\";'),('an','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('an','messages:mostrevisions','s:29:\"an:Pachinas con más edicions\";'),('an','messages:mostrevisions-summary','s:3:\"en:\";'),('an','messages:move','s:12:\"an:Tresladar\";'),('an','messages:move-leave-redirect','s:25:\"an:Deixar una reendrecera\";'),('an','messages:move-over-sharedrepo','s:128:\"an:== O fichero existe ==\n[[:$1]] existe en un reposte compartiu. Mover o fichero ta ista títol invalidará o fichero completo.\";'),('an','messages:move-page','s:15:\"an:Tresladar $1\";'),('an','messages:move-page-legend','s:20:\"an:Tresladar pachina\";'),('an','messages:move-redirect-text','s:3:\"en:\";'),('an','messages:move-subpages','s:37:\"an:Tresladar as sozpachinas (dica $1)\";'),('an','messages:move-talk-subpages','s:69:\"an:Tresladar todas as sozpachinas d\'a pachina de descusión (dica $1)\";'),('an','messages:move-watch','s:23:\"an:Cosirar iste articlo\";'),('an','messages:movecategorypage-warning','s:223:\"es:<strong>Advertencia:</strong> estás a punto de trasladar una página de categoría. Ten en cuenta que se trasladará sólo la página, y las páginas en la antigua categoría <em>no</em> se recategorizarán en la nueva.\";'),('an','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('an','messages:moveddeleted-notice','s:133:\"an:Ista pachina no existe. \nA supresión, protección y rechistro de movimientos d\'a pachina se proporcionan contino como referencia.\";'),('an','messages:moveddeleted-notice-recent','s:197:\"es:Esta página se ha eliminado recientemente (durante las últimas 24 horas).\nA continuación, se muestra el registro de eliminaciones, protecciones y traslados de la página a modo de referencia.\";'),('an','messages:movelogpage','s:24:\"an:Rechistro de treslaus\";'),('an','messages:movelogpagetext','s:59:\"an:Contino se i amuestra una lista de pachinas tresladatas.\";'),('an','messages:movenologintext','s:133:\"an:Amenista estar un usuario rechistrato y [[Special:UserLogin|aber-se identificato encetando una sesión]] ta tresladar una pachina.\";'),('an','messages:movenosubpage','s:35:\"an:Ista pachina no tien subpachinas\";'),('an','messages:movenotallowed','s:43:\"an:No tiene premisos ta tresladar pachinas.\";'),('an','messages:movenotallowedfile','s:40:\"an:No tien premiso ta tresladar fichers.\";'),('an','messages:movepage-delete-first','s:183:\"es:La página de destino tiene demasiadas revisiones a eliminar como parte de una página trasladada. Primero elimina la página de forma manual y a continuación inténtalo de nuevo.\";'),('an','messages:movepage-invalid-target-title','s:38:\"es:El nombre solicitado no es válido.\";'),('an','messages:movepage-max-pages','s:115:\"an:S\'han tresladato o masimo posible de $1 {{PLURAL:$1|pachina|pachinas}} y no se tresladarán más automaticament.\";'),('an','messages:movepage-moved','s:38:\"an:S\'ha tresladato \'\'\'\"$1\"  ta \"$2\"\'\'\'\";'),('an','messages:movepage-moved-noredirect','s:49:\"an:S\'ha cancelato a creyación d\'una reendrecera.\";'),('an','messages:movepage-moved-redirect','s:32:\"an:S\'ha creyato una reendrecera.\";'),('an','messages:movepage-page-exists','s:68:\"an:A pachina $1 ya existe y no se puede sobrescribir automaticament.\";'),('an','messages:movepage-page-moved','s:38:\"an:S\'ha tresladato a pachina $1 ta $2.\";'),('an','messages:movepage-page-unmoved','s:47:\"an:No s\'ha puesto tresladar a pachina $1 ta $2.\";'),('an','messages:movepage-source-doesnt-exist','s:62:\"es:La página $1 no existe por lo que no puede ser trasladada.\";'),('an','messages:movepage-summary','s:3:\"en:\";'),('an','messages:movepagebtn','s:20:\"an:Tresladar pachina\";'),('an','messages:movepagetalktext','s:300:\"an:A pachina de descusión asociata será tresladata automaticament \'\'\'de no estar que:\'\'\'\n\n*Ya exista una pachina de descusión no vueda con o nombre nuevo, u\n*Desactive a caixeta d\'abaixo.\n\nEn ixos casos, si lo deseya, habrá de tresladar u combinar manualment o conteniu d\'a pachina de descusión.\";'),('an','messages:movepagetext','s:1045:\"an:Fendo servir o formulario siguient se cambiará o nombre d\'a pachina, tresladando tot o suyo historial t\'o nuevo nombre.\nO títol anterior se tornará en una reendrecera ta o nuevo títol.\nPuede esviellar automaticament as reendreceras que plegan ta o títol orichinal.\nSi s\'estima más de no fer-lo, asegure-se de no deixar [[Special:DoubleRedirects|reendreceras doples]] u [[Special:BrokenRedirects|trencatas]].\nYe a suya responsabilidat d\'asegurar-se que os vinclos continan endrezando t\'a on que habrían de fer-lo.\n\nRemere que a pachina \'\'\'no\'\'\' se renombrará si ya existe una pachina con o nuevo títol, si no ye que estase una pachina vueda u una \'\'reendrecera\'\' sin historial.\nIsto significa que podrá tresladar una pachina ta o suyo títol orichinal si ha feito una error, pero no podrá escribir dencima d\'una pachina ya existent.\n\n\'\'\'¡PARE CUENTA!\'\'\'\nIste puede estar un cambio drastico e inasperato ta una pachina popular;\npor favor, asegure-se d\'entender as conseqüencias que tendrá ista acción antes de seguir enta debant.\";'),('an','messages:movepagetext-noredirectfixer','s:936:\"an:Fendo servir o formulario siguient se cambiará o nombre d\'a pachina, tresladando tot o suyo historial t\'o nuevo nombre.\nO títol anterior se tornará en una reendrecera ta o nuevo títol.\nAsegure-se de no deixar [[Special:DoubleRedirects|reendreceras doples]] u [[Special:BrokenRedirects|trencatas]].\nYe a suya responsabilidat d\'asegurar-se que os vinclos continan endrezando ent\'a on que habrían de fer-lo.\n\nRemere que a pachina \'\'\'no\'\'\' se renombrará si ya existe una pachina con o nuevo títol, de no estar que fuese una pachina vueda u una \'\'reendrecera\'\' sin historial.\nIsto significa que podrá tresladar una pachina ta o suyo titol orichinal si ha feito una error, pero no podrá escribir dencima d\'una pachina ya existent.\n\n\'\'\'¡PARE CUENTA!\'\'\'\nIste puede estar un cambio drastico e inasperato ta una pachina popular;\npor favor, asegure-se d\'entender as conseqüencias que tendrá ista acción antes de seguir enta debant.\";'),('an','messages:movepagetext-noredirectsupport','s:652:\"es:Al usar el siguiente formulario, se renombrará una página y se trasladará todo su historial al nuevo nombre.\nEres responsable de asegurarte de que todos los enlaces tras el traslado siguen apuntando hacia donde deberían.\n\nRecuerda que la página <strong>no</strong> se trasladará si ya existe una página con el título nuevo.\nEsto significa que podrás renombrar una página a su título original si has cometido un error, pero que no podrás sobrescribir una página existente.\n\n<strong>Nota:</strong>\nEste puede ser un cambio drástico e inesperado para una página popular;\nasegúrate de entender las consecuencias antes de seguir adelante.\";'),('an','messages:movereason','s:10:\"an:Razón:\";'),('an','messages:movesubpage','s:39:\"an:{{PLURAL:$1|Subpachina|Subpachinas}}\";'),('an','messages:movesubpagetalktext','s:121:\"es:La página de discusión tiene $1 {{PLURAL:$1|subpágina que se muestra|subpáginas que se muestran}} a continuación.\";'),('an','messages:movesubpagetalktext-truncated','s:123:\"es:La primera $1 {{PLURAL:$1| subpage|subpages}} para la página de discusión correspondiente se muestran a continuación.\";'),('an','messages:movesubpagetext','s:85:\"an:Ista pachina tien {{PLURAL:$1|a siguient subpachina|as siguients $1 subpachinas}}:\";'),('an','messages:movesubpagetext-truncated','s:101:\"es:La primera $1 {{PLURAL:$1| subpágina|subpáginas}} para esta página se muestran a continuación.\";'),('an','messages:movetalk','s:46:\"an:Tresladar a pachina de descusión asociata.\";'),('an','messages:movethispage','s:25:\"an:Tresladar ista pachina\";'),('an','messages:moveuserpage-warning','s:166:\"an:\'\'\'Pare cuenta:\'\'\' ye en momentos de tresladar una pachina d\'usuario. Pare cuenta en que nomás a pachina será tresladada peor l\'usuario \'\'\'no\'\'\' será renombrau.\";'),('an','messages:mute-preferences','s:27:\"es:Preferencias de silencio\";'),('an','messages:mw-widgets-abandonedit','s:74:\"es:¿Seguro que deseas abandonar el modo de edición sin publicar primero?\";'),('an','messages:mw-widgets-abandonedit-discard','s:22:\"es:Descartar ediciones\";'),('an','messages:mw-widgets-abandonedit-keep','s:21:\"es:Continuar editando\";'),('an','messages:mw-widgets-abandonedit-title','s:12:\"es:¿Seguro?\";'),('an','messages:mw-widgets-categoryselector-add-category-placeholder','s:28:\"es:Agregar una categoría...\";'),('an','messages:mw-widgets-copytextlayout-copy','s:9:\"es:Copiar\";'),('an','messages:mw-widgets-copytextlayout-copy-fail','s:40:\"es:No se pudo copiar en el portapapeles.\";'),('an','messages:mw-widgets-copytextlayout-copy-success','s:30:\"es:Copiado en el portapapeles.\";'),('an','messages:mw-widgets-dateinput-no-date','s:29:\"es:Ninguna fecha seleccionada\";'),('an','messages:mw-widgets-dateinput-placeholder-day','s:13:\"an:AAAA-MM-DD\";'),('an','messages:mw-widgets-dateinput-placeholder-month','s:10:\"an:AAAA-MM\";'),('an','messages:mw-widgets-mediasearch-input-placeholder','s:20:\"es:Buscar multimedia\";'),('an','messages:mw-widgets-mediasearch-noresults','s:35:\"es:No se han encontrado resultados.\";'),('an','messages:mw-widgets-mediasearch-recent-uploads','s:38:\"es:{{GENDER:$1|Tus}} subidas recientes\";'),('an','messages:mw-widgets-mediasearch-results-aria-label','s:36:\"es:Resultados de búsqueda de medios\";'),('an','messages:mw-widgets-table-row-delete','s:16:\"es:Eliminar fila\";'),('an','messages:mw-widgets-tagmultiselect-placeholder','s:18:\"es:Añadir más…\";'),('an','messages:mw-widgets-titleinput-description-new-page','s:28:\"es:la página aún no existe\";'),('an','messages:mw-widgets-titleinput-description-redirect','s:17:\"es:redirigir a $1\";'),('an','messages:mw-widgets-titlesmultiselect-placeholder','s:18:\"es:Añadir más...\";'),('an','messages:mw-widgets-usersmultiselect-placeholder','s:18:\"es:Añadir más…\";'),('an','messages:mycontris','s:16:\"an:Contribucions\";'),('an','messages:mycustomcssprotected','s:50:\"es:No tienes permiso para editar esta página CSS.\";'),('an','messages:mycustomjsonprotected','s:51:\"es:No tienes permiso para editar esta página JSON.\";'),('an','messages:mycustomjsprotected','s:57:\"es:No tienes permiso para editar esta página JavaScript.\";'),('an','messages:mycustomjsredirectprotected','s:131:\"es:No tienes permiso para editar esta página JavaScript porque es una redirección y no apunta hacia tu propio espacio de usuario.\";'),('an','messages:mypage','s:10:\"an:Pachina\";'),('an','messages:mypreferences','s:15:\"an:Preferencias\";'),('an','messages:mypreferencesprotected','s:50:\"es:No tienes permiso para editar tus preferencias.\";'),('an','messages:myprivateinfoprotected','s:57:\"es:No tienes permiso para editar tu información privada.\";'),('an','messages:mytalk','s:13:\"an:Descusión\";'),('an','messages:mywatchlist','s:23:\"an:Lista de seguimiento\";'),('an','messages:namespace','s:22:\"an:Espacio de nombres:\";'),('an','messages:namespace-nosubpages','s:55:\"es:El espacio de nombres «$1» no permite subpáginas.\";'),('an','messages:namespace_association','s:29:\"an:Espacio de nombres asociau\";'),('an','messages:namespaceprotected','s:74:\"an:No tiene premiso ta editar as pachinas d\'o espacio de nombres \'\'\'$1\'\'\'.\";'),('an','messages:namespaces','s:22:\"an:Espacios de nombres\";'),('an','messages:namespacesall','s:7:\"an:totz\";'),('an','messages:nav-login-createaccount','s:38:\"an:Encetar una sesión / creyar cuenta\";'),('an','messages:navigation','s:9:\"an:Navego\";'),('an','messages:navigation-heading','s:23:\"an:Menú de navegación\";'),('an','messages:nbytes','s:30:\"an:$1 {{PLURAL:$1|byte|bytes}}\";'),('an','messages:ncategories','s:42:\"an:$1 {{PLURAL:$1|categoría|categorías}}\";'),('an','messages:nchanges','s:34:\"an:$1 {{PLURAL:$1|cambeo|cambeos}}\";'),('an','messages:nearby','s:38:\"es:Páginas sobre temas cercanos a tí\";'),('an','messages:negative-namespace-not-supported','s:69:\"es:Los espacios de nombres con valores negativos no están permitidos\";'),('an','messages:newarticle','s:10:\"an:(Nuevo)\";'),('an','messages:newarticletext','s:238:\"an:Ha siguiu un vinclo ta una pachina que encara no existe.\nTa creyar a pachina, prencipie a escribir en a caixa d\'abaixo (mire-se l\'[$1 aduya] ta más información).\nSi ye plegau por error, punche o botón \"enta zaga\" d\'o suyo navegador.\";'),('an','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('an','messages:newimages','s:30:\"an:Galería de nuevas imachens\";'),('an','messages:newimages-hidepatrolled','s:34:\"es:Ocultar las subidas verificadas\";'),('an','messages:newimages-legend','s:9:\"an:Filtro\";'),('an','messages:newimages-mediatype','s:17:\"es:Tipo de medio:\";'),('an','messages:newimages-showbots','s:26:\"es:Mostrar subidas de bots\";'),('an','messages:newimages-summary','s:62:\"an:Ista pachina especial amuestra os zaguers fichers cargatos.\";'),('an','messages:newimages-user','s:36:\"es:Dirección IP o nombre de usuario\";'),('an','messages:newimagestext','s:4:\"en:-\";'),('an','messages:newmessagesdifflinkplural','s:50:\"an:{{PLURAL:$1|zaguer cambeo|999=zaguers cambeos}}\";'),('an','messages:newmessageslinkplural','s:55:\"an:{{PLURAL:$1|un mensache nuevo|999=mensaches nuevos}}\";'),('an','messages:newpage','s:16:\"an:Pachina nueva\";'),('an','messages:newpageletter','s:4:\"an:N\";'),('an','messages:newpages','s:18:\"an:Pachinas nuevas\";'),('an','messages:newpages-showhide-bots','s:10:\"es:$1 bots\";'),('an','messages:newpages-showhide-patrolled','s:27:\"es:$1 ediciones verificadas\";'),('an','messages:newpages-showhide-redirect','s:19:\"es:$1 redirecciones\";'),('an','messages:newpages-showhide-registered','s:26:\"es:$1 usuarios registrados\";'),('an','messages:newpages-submit','s:10:\"es:Mostrar\";'),('an','messages:newpages-summary','s:3:\"en:\";'),('an','messages:newpages-username','s:19:\"an:Nombre d\'usuario\";'),('an','messages:newpassword','s:14:\"an:Nueva clau:\";'),('an','messages:newsection','s:17:\"es:Sección nueva\";'),('an','messages:newsection-page','s:21:\"es:Página de destino\";'),('an','messages:newsection-submit','s:18:\"es:Ir a la página\";'),('an','messages:newsection-summary','s:3:\"en:\";'),('an','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('an','messages:newsectionsummary','s:27:\"an:Nueva sección: /* $1 */\";'),('an','messages:newtitle','s:20:\"an:Ta o nuevo títol\";'),('an','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('an','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('an','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('an','messages:newuserlogpage','s:31:\"an:Rechistro de nuevos usuarios\";'),('an','messages:newuserlogpagetext','s:49:\"an:Isto ye un rechistro de creyación d\'usuarios.\";'),('an','messages:newwindow','s:33:\"an:(s\'ubre en una nueva finestra)\";'),('an','messages:next','s:11:\"an:siguient\";'),('an','messages:next-page','s:20:\"es:página siguiente\";'),('an','messages:nextdiff','s:31:\"an:Ir t\'a edición siguient →\";'),('an','messages:nextn','s:29:\"an:{{PLURAL:$1|$1}} siguients\";'),('an','messages:nextn-title','s:48:\"an:Siguients $1 {{PLURAL:$1|resultau|resultaus}}\";'),('an','messages:nextpage','s:24:\"an:Pachina siguient ($1)\";'),('an','messages:nextrevision','s:24:\"an:Versión siguient →\";'),('an','messages:nimagelinks','s:49:\"an:S\'emplega en $1 {{PLURAL:$1|pachina|pachinas}}\";'),('an','messages:ninterwikis','s:40:\"es:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('an','messages:nlinks','s:34:\"an:$1 {{PLURAL:$1|vinclo|vinclos}}\";'),('an','messages:nmembers','s:36:\"an:$1 {{PLURAL:$1|miembro|miembros}}\";'),('an','messages:nmemberschanged','s:43:\"es:$1 → $2 {{PLURAL:$2|miembro|miembros}}\";'),('an','messages:no-null-revision','s:65:\"es:No se pudo crear una nueva revisión nula en la página «$1»\";'),('an','messages:noarticletext','s:322:\"an:Por agora no bi ha garra texto en ista pachina. Puet [[Special:Search/{{PAGENAME}}|mirar o títol d\'ista pachina]] en atras pachinas, <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} mirar os rechistros relacionaus] u [{{fullurl:{{FULLPAGENAME}}|action=edit}} escribir ista pachina]</span>.\";'),('an','messages:noarticletext-nopermission','s:299:\"an:Por l\'inte no i hai garra texto en ista pachina.\nPuede [[Special:Search/{{PAGENAME}}|mirar iste titol]] en atras pachinas,\nu bien <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} mirar en os rechistros relacionaus]</span>, pero no tien permiso ta creyar ista pachina.\";'),('an','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('an','messages:noautoblockblock','s:34:\"an:Bloqueyo automatico desactivato\";'),('an','messages:nocontribs','s:61:\"an:No s\'han trobau cambeos que concordasen con ixos criterios\";'),('an','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('an','messages:nocookiesfornew','s:204:\"an:No se puet creyar a cuenta d\'usuario, porque no hemos puesto confimar o suyo orichen.  Asegure-se que tien as galletas (cookies) activatas, dimpués cargue de nuevas ista pachina y torne a intentar-lo.\";'),('an','messages:nocookieslogin','s:194:\"an:{{SITENAME}} fa servir <em>cookies</em> ta la identificación d\'usuarios. Tiene as <em>cookies</em> desactivatas en o suyo navegador. Por favor, active-las y prebe d\'identificar-se de nuevas.\";'),('an','messages:nocookiesnew','s:276:\"an:A cuenta d\'usuario s\'ha creyata, pero encara no ye indentificato. {{SITENAME}} fa servir <em>cookies</em> ta identificar a os usuario rechistratos, pero pareix que las tiene desactivatas. Por favor, active-las e identifique-se con o suyo nombre d\'usuario y a clau d\'acceso.\";'),('an','messages:nocreate-loggedin','s:46:\"an:No tiene premiso ta creyar nuevas pachinas.\";'),('an','messages:nocreatetext','s:178:\"an:{{SITENAME}} ha restrinchito a creyación de nuevas pachinas. Puede tornar enta zaga y editar una pachina ya existent, [[Special:UserLogin|identificarse u creyar una cuenta]].\";'),('an','messages:nocredits','s:53:\"an:No bi ha información de creditos ta ista pachina.\";'),('an','messages:node-count-exceeded-category','s:47:\"es:Páginas que sobrepasan la cantidad de nodos\";'),('an','messages:node-count-exceeded-category-desc','s:65:\"es:Esta página sobrepasa la cantidad máxima de nodos permitida.\";'),('an','messages:node-count-exceeded-warning','s:43:\"es:La página sobrepasa el límite de nodos\";'),('an','messages:noemail','s:67:\"an:No bi ha garra adreza de correu electronico rechistrada ta \"$1\".\";'),('an','messages:noemailcreate','s:56:\"an:Has d\'indicar una adreza de correu electronico valida\";'),('an','messages:noemailprefs','s:67:\"an:Escriba una adreza de correu-e ta activar istas caracteristicas.\";'),('an','messages:noemailtext','s:77:\"an:Iste usuario no ha especificato una adreza conforme de correu electronico.\";'),('an','messages:noemailtitle','s:46:\"an:No bi ha garra adreza de correu electronico\";'),('an','messages:nohistory','s:49:\"an:Ista pachina no tiene un historial d\'edicions.\";'),('an','messages:noimages','s:25:\"an:No bi ha cosa a veyer.\";'),('an','messages:noindex-category','s:23:\"an:Pachinas sin indexar\";'),('an','messages:noindex-category-desc','s:189:\"es:La página contiene la palabra mágica <code><nowiki>__NOINDEX__</nowiki></code> (y está en un espacio de nombres donde la función está activada); y por ello los robots no la indizan.\";'),('an','messages:nolicense','s:27:\"an:No s\'en ha trigato garra\";'),('an','messages:nolinkshere','s:43:\"an:Garra pachina tiene vinclos ta \'\'\'$2\'\'\'.\";'),('an','messages:nolinkshere-ns','s:74:\"an:Garra pachina d\'o espacio de nombres trigato tiene vinclos ta \'\'\'$2\'\'\'.\";'),('an','messages:nolinkstoimage','s:49:\"an:Garra pachina tiene un vinclo ta iste fichero.\";'),('an','messages:noname','s:46:\"an:No ha escrito un nombre d\'usuario correcto.\";'),('an','messages:nonfile-cannot-move-to-file','s:89:\"an:No ye posible de mover qualcosa que no siga un fichero ta o espacio de nombres fichers\";'),('an','messages:nonmain-slot-differences-therefore-readonly','s:195:\"es:No se puede editar el wikitexto en esta revisión, ya que ha habido cambios posteriores en los datos de la página que no están basados en wikitexto. Es posible [$1 restaurar esta revisión.]\";'),('an','messages:nonnumeric-formatnum','s:49:\"an:Pachinas con argumentos formatnum no numericos\";'),('an','messages:nonnumeric-formatnum-desc','s:86:\"es:La página contiene un argumento no numérico en la función sintáctica formatnum.\";'),('an','messages:nonwrite-api-promise-error','s:110:\"es:La cabecera HTTP «Promise-Non-Write-API-Action» se ha enviado pero la petición no era una petición API.\";'),('an','messages:nopagetext','s:43:\"an:A pachina que ha especificato no existe.\";'),('an','messages:nopagetitle','s:24:\"an:No existe ixa pachina\";'),('an','messages:noscript.css','s:106:\"an:/* Os estilos CSS colocaus aquí s\'aplicarán ta totz os usuarios que tiengan desactivato JavaScript */\";'),('an','messages:nospecialpagetext','s:161:\"an:<strong>A pachina especial que ha demandau no existe.</strong>\n\nPuede trobar una lista de pachinas especials en [[Special:SpecialPages|{{int:specialpages}}]].\";'),('an','messages:nosuchaction','s:31:\"an:No se reconoixe ista acción\";'),('an','messages:nosuchactiontext','s:205:\"an:L\'acción especificata por a URL no ye conforme.\nTalment s\'haiga entivocau en escribir a URL, u haiga seguiu un vinclo incorrecto.\nTamién podría marcar un bug en o software emplegato por {{SITENAME}}.\";'),('an','messages:nosuchsectiontext','s:124:\"an:Ha mirau d\'editar una sección que no existe.\nTalment bell un l\'haiga moviu u borrau entre que vusté vesitaba a pachina.\";'),('an','messages:nosuchsectiontitle','s:34:\"an:No se puede trobar ixa sección\";'),('an','messages:nosuchspecialpage','s:33:\"an:No existe ixa pachina especial\";'),('an','messages:nosuchuser','s:190:\"an:No bi ha garra usuario clamato \"$1\".\nOs nombres d\'usuario son sensibles a las mayusclas.\nComprebe si ha escrito bien o nombre u [[Special:CreateAccount|creye una nueva cuenta d\'usuario]].\";'),('an','messages:nosuchusershort','s:82:\"an:No bi ha garra usuario con o nombre \"$1\". Comprebe si o nombre ye bien escrito.\";'),('an','messages:notanarticle','s:32:\"an:No ye una pachina de conteniu\";'),('an','messages:notargettext','s:66:\"an:No ha especificato en que pachina quiere aplicar ista función.\";'),('an','messages:notargettitle','s:36:\"an:No bi ha garra pachina de destino\";'),('an','messages:note','s:14:\"an:\'\'\'Nota:\'\'\'\";'),('an','messages:notextmatches','s:56:\"an:No bi ha garra consonancia en os textos d\'as pachinas\";'),('an','messages:notificationemail_body_changed','s:253:\"es:Alguien, probablemente usted, desde la dirección IP $1,\nha cambiado la dirección de correo electrónico de la cuenta \"$2\" en {{SITENAME}} a \"$3\".\n\nSi no realizó usted este cambio, póngase en contacto con un administrador del sitio inmediatamente.\";'),('an','messages:notificationemail_body_removed','s:254:\"es:Alguien, probablemente usted, desde la dirección IP $1 ha eliminado la dirección de correo electrónico asociada a la cuenta \"$2\" en {{SITENAME}}.\n\nSi no realizó usted este cambio, póngase en contacto con un administrador del sitio inmediatamente.\";'),('an','messages:notificationemail_subject_changed','s:85:\"es:Tu dirección de correo electrónico registrada en {{SITENAME}} ha sido modificada\";'),('an','messages:notificationemail_subject_removed','s:67:\"es:{{SITENAME}} dirección de correo electrónico ha sido eliminada\";'),('an','messages:notloggedin','s:30:\"an:No ha dentrato en o sistema\";'),('an','messages:notvisiblerev','s:27:\"an:S\'ha borrato a revisión\";'),('an','messages:nouserspecified','s:37:\"an:Ha d\'escribir un nombre d\'usuario.\";'),('an','messages:nov','s:6:\"an:nov\";'),('an','messages:november','s:12:\"an:noviembre\";'),('an','messages:november-gen','s:15:\"an:de noviembre\";'),('an','messages:nowatchlist','s:51:\"an:No tien garra pachina en a lista de seguimiento.\";'),('an','messages:nowikiemailtext','s:79:\"an:Iste usuario ha esleyiu de no recibir correus electronicos d\'atros usuarios.\";'),('an','messages:nrevisions','s:37:\"an:$1 {{PLURAL:$1|versión|versions}}\";'),('an','messages:ns-specialprotected','s:74:\"an:No ye posible editar as pachinas d\'o espacio de nombres {{ns:special}}.\";'),('an','messages:nstab-category','s:13:\"an:Categoría\";'),('an','messages:nstab-help','s:8:\"an:Aduya\";'),('an','messages:nstab-image','s:10:\"an:Fichero\";'),('an','messages:nstab-main','s:10:\"an:Pachina\";'),('an','messages:nstab-mainpage','s:20:\"an:Pachina principal\";'),('an','messages:nstab-media','s:21:\"an:Pachina multimedia\";'),('an','messages:nstab-mediawiki','s:11:\"an:Mensache\";'),('an','messages:nstab-project','s:24:\"an:Pachina d\'o prochecto\";'),('an','messages:nstab-special','s:19:\"an:Pachina especial\";'),('an','messages:nstab-talk','s:3:\"en:\";'),('an','messages:nstab-template','s:12:\"an:Plantilla\";'),('an','messages:nstab-user','s:49:\"an:Pachina {{GENDER:$1|de l\'usuario|d\'a usuaria}}\";'),('an','messages:ntimes','s:7:\"en:$1×\";'),('an','messages:ntransclusions','s:49:\"an:s\'emplega en $1 {{PLURAL:$1|pachina|pachinas}}\";'),('an','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('an','messages:oct','s:6:\"an:oct\";'),('an','messages:october','s:10:\"an:octubre\";'),('an','messages:october-gen','s:12:\"an:d\'octubre\";'),('an','messages:ok','s:13:\"an:D\'alcuerdo\";'),('an','messages:oldpassword','s:15:\"an:Clau antiga:\";'),('an','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('an','messages:ooui-dialog-message-accept','s:10:\"es:Aceptar\";'),('an','messages:ooui-dialog-message-reject','s:11:\"es:Cancelar\";'),('an','messages:ooui-dialog-process-continue','s:12:\"es:Continuar\";'),('an','messages:ooui-dialog-process-dismiss','s:12:\"es:Descartar\";'),('an','messages:ooui-dialog-process-error','s:18:\"es:Algo salió mal\";'),('an','messages:ooui-dialog-process-retry','s:20:\"es:Intentar de nuevo\";'),('an','messages:ooui-field-help','s:8:\"es:Ayuda\";'),('an','messages:ooui-item-remove','s:9:\"es:Quitar\";'),('an','messages:ooui-outline-control-move-down','s:17:\"es:Bajar elemento\";'),('an','messages:ooui-outline-control-move-up','s:17:\"es:Subir elemento\";'),('an','messages:ooui-outline-control-remove','s:20:\"es:Eliminar elemento\";'),('an','messages:ooui-popup-widget-close-button-aria-label','s:9:\"es:Cerrar\";'),('an','messages:ooui-selectfile-button-select','s:24:\"es:Selecciona un archivo\";'),('an','messages:ooui-selectfile-button-select-multiple','s:23:\"es:Seleccionar archivos\";'),('an','messages:ooui-selectfile-dragdrop-placeholder','s:26:\"es:Suelta el archivo aquí\";'),('an','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:24:\"es:Coloca archivos aquí\";'),('an','messages:ooui-selectfile-not-supported','s:41:\"es:No se admite la selección de archivos\";'),('an','messages:ooui-selectfile-placeholder','s:31:\"es:Ningún archivo seleccionado\";'),('an','messages:ooui-toolbar-more','s:7:\"es:Más\";'),('an','messages:ooui-toolgroup-collapse','s:8:\"es:Menos\";'),('an','messages:ooui-toolgroup-expand','s:7:\"es:Más\";'),('an','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('an','messages:othercontribs','s:30:\"an:Basato en o treballo de $1.\";'),('an','messages:otherlanguages','s:19:\"an:En atras luengas\";'),('an','messages:others','s:8:\"an:atros\";'),('an','messages:overwrite','s:53:\"an:No se premite de sobrescribir un fichero existent.\";'),('an','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('an','messages:page-atom-feed','s:18:\"an:Canal Atom \"$1\"\";'),('an','messages:page-rss-feed','s:17:\"an:Canal RSS \"$1\"\";'),('an','messages:page_first','s:11:\"an:primeras\";'),('an','messages:page_last','s:11:\"an:zagueras\";'),('an','messages:pagecategories','s:39:\"an:{{PLURAL:$1|Categoría|Categorías}}\";'),('an','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('an','messages:pagedata-bad-title','s:35:\"es:El título «$1» no es válido.\";'),('an','messages:pagedata-not-acceptable','s:71:\"es:No se ha encontrado un formato coincidente. Tipos MIME admitidos: $1\";'),('an','messages:pagedata-text','s:332:\"es:Esta página provee una interfaz de datos a otras páginas. Por favor proporcione el título de la página en la URL usando la sintaxis de subpáginas.\n* La negociación del contenido se aplica en base a la cabecera Accept de su cliente. Esto significa que los datos de la página se proporcionarán en su formato de preferencia.\";'),('an','messages:pagedata-title','s:22:\"es:Datos de la página\";'),('an','messages:pagehist','s:12:\"an:Historial\";'),('an','messages:pagehistory','s:26:\"es:Historial de la página\";'),('an','messages:pagehistory-summary','s:3:\"en:\";'),('an','messages:pageid','s:19:\"es:ID de página $1\";'),('an','messages:pageinfo','s:32:\"es:Información sobre la página\";'),('an','messages:pageinfo-article-id','s:28:\"an:Identificador d\'a pachina\";'),('an','messages:pageinfo-authors','s:34:\"an:Numero total d\'autors diferents\";'),('an','messages:pageinfo-category-files','s:22:\"es:Número de archivos\";'),('an','messages:pageinfo-category-info','s:32:\"es:Información de la categoría\";'),('an','messages:pageinfo-category-pages','s:22:\"es:Número de páginas\";'),('an','messages:pageinfo-category-subcats','s:28:\"es:Número de subcategorías\";'),('an','messages:pageinfo-category-total','s:28:\"es:Número total de miembros\";'),('an','messages:pageinfo-content-model','s:33:\"an:Modelo de conteniu d\'a pachina\";'),('an','messages:pageinfo-content-model-change','s:10:\"es:cambiar\";'),('an','messages:pageinfo-contentpage','s:36:\"es:Contado como página de contenido\";'),('an','messages:pageinfo-contentpage-yes','s:6:\"es:Sí\";'),('an','messages:pageinfo-default-sort','s:41:\"es:Criterio de ordenación predeterminado\";'),('an','messages:pageinfo-display-title','s:17:\"an:Titol amostrau\";'),('an','messages:pageinfo-edits','s:26:\"an:Numero total d\'edicions\";'),('an','messages:pageinfo-few-visiting-watchers','s:64:\"es:Puede o no haber seguidores visitando las ediciones recientes\";'),('an','messages:pageinfo-few-watchers','s:49:\"es:Menos de $1 {{PLURAL:$1|vigilante|vigilantes}}\";'),('an','messages:pageinfo-file-hash','s:25:\"es:Resumen criptográfico\";'),('an','messages:pageinfo-firsttime','s:38:\"an:Calendata de creyación d\'a pachina\";'),('an','messages:pageinfo-firstuser','s:23:\"an:Creyador d\'a pachina\";'),('an','messages:pageinfo-footer','s:4:\"en:-\";'),('an','messages:pageinfo-header','s:4:\"en:-\";'),('an','messages:pageinfo-header-basic','s:22:\"an:Información basica\";'),('an','messages:pageinfo-header-edits','s:23:\"an:Historial d\'edicions\";'),('an','messages:pageinfo-header-properties','s:24:\"an:Propiedatz de pachina\";'),('an','messages:pageinfo-header-restrictions','s:25:\"an:Protección de pachina\";'),('an','messages:pageinfo-hidden-categories','s:61:\"an:{{PLURAL:$1|Categoría amagada|Categorías amagadas}} ($1)\";'),('an','messages:pageinfo-language','s:34:\"an:Idioma d\'o conteniu d\'a pachina\";'),('an','messages:pageinfo-language-change','s:10:\"es:cambiar\";'),('an','messages:pageinfo-lasttime','s:33:\"an:Calendata d\'a zaguera edición\";'),('an','messages:pageinfo-lastuser','s:16:\"an:Zaguer editor\";'),('an','messages:pageinfo-length','s:35:\"an:Grandaria d\'a pachina (en bytes)\";'),('an','messages:pageinfo-magic-words','s:55:\"es:{{PLURAL:$1|Palabra mágica|Palabras mágicas}} ($1)\";'),('an','messages:pageinfo-namespace','s:21:\"es:Espacio de nombres\";'),('an','messages:pageinfo-not-current','s:85:\"es:Lo sentimos, no es posible mostrar esta información para las revisiones antiguas.\";'),('an','messages:pageinfo-protect-cascading','s:34:\"es:Protecciones en serie activadas\";'),('an','messages:pageinfo-protect-cascading-from','s:34:\"es:Protecciones en serie activadas\";'),('an','messages:pageinfo-protect-cascading-yes','s:6:\"es:Sí\";'),('an','messages:pageinfo-recent-authors','s:37:\"an:Numero d\'autors diferents recients\";'),('an','messages:pageinfo-recent-edits','s:48:\"an:Numero d\'edicions recients (en os zaguers $1)\";'),('an','messages:pageinfo-redirects-name','s:40:\"an:Numero de reendreceras a ista pachina\";'),('an','messages:pageinfo-redirects-value','s:5:\"es:$1\";'),('an','messages:pageinfo-redirectsto','s:13:\"es:Redirige a\";'),('an','messages:pageinfo-redirectsto-info','s:15:\"es:Información\";'),('an','messages:pageinfo-robot-index','s:11:\"an:Permitiu\";'),('an','messages:pageinfo-robot-noindex','s:14:\"an:No permitiu\";'),('an','messages:pageinfo-robot-policy','s:25:\"an:Indexación por robots\";'),('an','messages:pageinfo-subpages-name','s:30:\"es:Subpáginas de esta página\";'),('an','messages:pageinfo-subpages-value','s:102:\"es:$1 ($2 {{PLURAL:$2|redirección|redirecciones}}; $3 {{PLURAL:$3|no redirección|no redirecciones}})\";'),('an','messages:pageinfo-summary','s:3:\"en:\";'),('an','messages:pageinfo-templates','s:61:\"es:{{PLURAL:$1|Plantilla incluida|Plantillas incluidas}} ($1)\";'),('an','messages:pageinfo-title','s:25:\"an:Información ta «$1»\";'),('an','messages:pageinfo-toolboxlink','s:27:\"an:Información d\'a pachina\";'),('an','messages:pageinfo-transclusions','s:57:\"es:{{PLURAL:$1|Página incluida|Páginas incluidas}} ($1)\";'),('an','messages:pageinfo-user-id','s:27:\"es:Identificador de usuario\";'),('an','messages:pageinfo-view-protect-log','s:51:\"es:Ver el registro de protecciones de esta página.\";'),('an','messages:pageinfo-visiting-watchers','s:76:\"es:Número de seguidores de la página que visitaron las ediciones recientes\";'),('an','messages:pageinfo-watchers','s:42:\"an:Numero d\'usuarios que cosiran a pachina\";'),('an','messages:pagelang-db-failed','s:65:\"es:La base de datos no ha podido cambiar el idioma de la página.\";'),('an','messages:pagelang-language','s:9:\"es:Idioma\";'),('an','messages:pagelang-name','s:10:\"es:Página\";'),('an','messages:pagelang-nonexistent-page','s:27:\"es:La página $1 no existe.\";'),('an','messages:pagelang-reason','s:9:\"es:Motivo\";'),('an','messages:pagelang-select-lang','s:21:\"es:Seleccionar idioma\";'),('an','messages:pagelang-submit','s:9:\"es:Enviar\";'),('an','messages:pagelang-unchanged-language','s:44:\"es:La página $1 ya está configurada en $2.\";'),('an','messages:pagelang-unchanged-language-default','s:77:\"es:La página $1 ya está configurada en el idioma predeterminado de la wiki.\";'),('an','messages:pagelang-use-default','s:36:\"es:Utilizar el idioma predeterminado\";'),('an','messages:pagelanguage','s:34:\"es:Cambiar el idioma de la página\";'),('an','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('an','messages:pagemovedsub','s:30:\"an:Treslado feito correctament\";'),('an','messages:pager-newer-n','s:48:\"an:{{PLURAL:$1|1 más recient|$1 más recients}}\";'),('an','messages:pager-older-n','s:46:\"an:{{PLURAL:$1|1 más antiga|$1 más antigas}}\";'),('an','messages:pagesize','s:10:\"an:(bytes)\";'),('an','messages:pageswithprop','s:40:\"es:Páginas con una propiedad de página\";'),('an','messages:pageswithprop-legend','s:40:\"es:Páginas con una propiedad de página\";'),('an','messages:pageswithprop-prop','s:26:\"es:Nombre de la propiedad:\";'),('an','messages:pageswithprop-prophidden-binary','s:44:\"es:valor de la propiedad binaria oculta ($1)\";'),('an','messages:pageswithprop-prophidden-long','s:55:\"es:hay un largo valor en la propiedad texto oculta ($1)\";'),('an','messages:pageswithprop-reverse','s:26:\"es:Ordenar en modo inverso\";'),('an','messages:pageswithprop-sortbyvalue','s:33:\"es:Ordenar por valor de propiedad\";'),('an','messages:pageswithprop-submit','s:5:\"es:Ir\";'),('an','messages:pageswithprop-summary','s:3:\"en:\";'),('an','messages:pageswithprop-text','s:83:\"es:Esta página muestra las páginas que usan una determinada propiedad de página.\";'),('an','messages:pagetitle','s:20:\"an:$1 - {{SITENAME}}\";'),('an','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('an','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('an','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('an','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('an','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('an','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('an','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('an','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('an','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('an','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('an','messages:paramvalidator-badtitle','s:105:\"es:Valor \"$2\" inválido para el parámetro de título <var>$1</var>: no es una cadena de título válida.\";'),('an','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('an','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('an','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('an','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('an','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('an','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('an','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('an','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('an','messages:paramvalidator-baduser','s:77:\"es:El valor «$2» no es válido para el parámetro de usuario <var>$1</var>.\";'),('an','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('an','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('an','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('an','messages:paramvalidator-emptystring','s:19:\"es:la cadena vacía\";'),('an','messages:paramvalidator-help-default','s:21:\"es:Predeterminado: $1\";'),('an','messages:paramvalidator-help-default-empty','s:27:\"es:Predeterminado: (vacío)\";'),('an','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('an','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('an','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('an','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('an','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('an','messages:paramvalidator-help-required','s:34:\"es:Este parámetro es obligatorio.\";'),('an','messages:paramvalidator-help-type-boolean','s:54:\"es:Tipo: {{PLURAL:$1|1=booleano|2=lista de booleanos}}\";'),('an','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('an','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('an','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('an','messages:paramvalidator-help-type-float','s:54:\"es:Tipo: {{PLURAL:$1|1=flotante|2=lista de flotantes}}\";'),('an','messages:paramvalidator-help-type-integer','s:50:\"es:Tipo: {{PLURAL:$1|1=entero|2=lista de enteros}}\";'),('an','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('an','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('an','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('an','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('an','messages:paramvalidator-help-type-presenceboolean','s:17:\"es:Tipo: booleano\";'),('an','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('an','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('an','messages:paramvalidator-help-type-timestamp','s:65:\"es:Tipo: {{PLURAL:$1|1=cronomarcador|2=lista de cronomarcadores}}\";'),('an','messages:paramvalidator-help-type-title','s:27:\"es:Tipo: título de página\";'),('an','messages:paramvalidator-help-type-title-must-exist','s:37:\"es:Sólo acepta páginas que existen.\";'),('an','messages:paramvalidator-help-type-title-no-must-exist','s:32:\"es:Acepta páginas inexistentes.\";'),('an','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('an','messages:paramvalidator-help-type-user','s:92:\"es:Tipo: {{PLURAL:$1|1=usuario|2=lista de usuarios}}, {{PLURAL:$3|por|por cualquiera de}} $2\";'),('an','messages:paramvalidator-help-type-user-subtype-cidr','s:18:\"es:Intervalo de IP\";'),('an','messages:paramvalidator-help-type-user-subtype-id','s:49:\"es:identificador de usuario (p. ej., «#12345»)\";'),('an','messages:paramvalidator-help-type-user-subtype-interwiki','s:54:\"es:nombre interwiki (p. ej. \"prefijo>NombreDeEjemplo\")\";'),('an','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"es:IP\";'),('an','messages:paramvalidator-help-type-user-subtype-name','s:20:\"es:nombre de usuario\";'),('an','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('an','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('an','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('an','messages:paramvalidator-missingtitle','s:90:\"es:Valor \"$2\" inválido para el parámetro de título <var>$1</var>: la página no existe.\";'),('an','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('an','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('an','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('an','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('an','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('an','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('an','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('an','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('an','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('an','messages:parentheses','s:7:\"en:($1)\";'),('an','messages:parentheses-end','s:4:\"en:)\";'),('an','messages:parentheses-start','s:4:\"en:(\";'),('an','messages:parser-template-loop-warning','s:48:\"an:S\'ha detectato un bucle de plantillas: [[$1]]\";'),('an','messages:parser-template-recursion-depth-warning','s:58:\"an:S\'ha brincato o limite de recursión de plantillas ($1)\";'),('an','messages:parser-unstrip-loop-warning','s:54:\"es:Se ha detectado un bucle en la función «unstrip»\";'),('an','messages:parsoid-client-error','s:37:\"es:Parsoide de entrada no válido: $1\";'),('an','messages:parsoid-resource-limit-exceeded','s:46:\"es:Límite de recursos de Parsoid excedido: $1\";'),('an','messages:parsoid-stash-rate-limit-error','s:121:\"es:El almacenamiento ha fallado porque se ha superado el límite de velocidad. Por favor, inténtelo de nuevo más tarde.\";'),('an','messages:password-change-forbidden','s:51:\"es:No puedes cambiar las contraseñas en esta wiki.\";'),('an','messages:password-login-forbidden','s:57:\"an:No se permite d\'emplegar iste nombre d\'usuario y clau.\";'),('an','messages:password-name-match','s:56:\"an:A clau ha d\'estar diferent d\'o suyo nombre d\'usuario.\";'),('an','messages:password-substring-username-match','s:66:\"es:Tu contraseña no debe aparecer dentro de tu nombre de usuario.\";'),('an','messages:passwordincommonlist','s:115:\"es:La contraseña usada está en la lista de contraseñas más usadas. Por favor selecciona una contraseña única.\";'),('an','messages:passwordpolicies','s:31:\"es:Normativas para contraseñas\";'),('an','messages:passwordpolicies-group','s:8:\"es:Grupo\";'),('an','messages:passwordpolicies-policies','s:13:\"es:Normativas\";'),('an','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('an','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('an','messages:passwordpolicies-policy-maximalpasswordlength','s:77:\"es:La contraseña no puede tener más de $1 {{PLURAL:$1|caracter|caracteres}}\";'),('an','messages:passwordpolicies-policy-minimalpasswordlength','s:75:\"es:La contraseña debe tener al menos $1 {{PLURAL:$1|carácter|caracteres}}\";'),('an','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:102:\"es:La contraseña debe tener al menos $1 {{PLURAL:$1|carácter|caracteres}} para poder iniciar sesión\";'),('an','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:58:\"es:La contraseña no puede ser parte del nombre de usuario\";'),('an','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:91:\"es:La contraseña no puede coincidir con una lista concreta de contraseñas predeterminadas\";'),('an','messages:passwordpolicies-policy-passwordnotincommonlist','s:85:\"es:La contraseña no puede estar en la lista de las 100 000 contraseñas más usadas.\";'),('an','messages:passwordpolicies-policyflag-forcechange','s:38:\"es:debe cambiar al acceder a la cuenta\";'),('an','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:40:\"es:sugerir cambio al acceder a la cuenta\";'),('an','messages:passwordpolicies-summary','s:112:\"es:Esta es una lista de políticas de contraseñas efectivas para cada grupo de usuarios definidos en esta wiki.\";'),('an','messages:passwordremindertext','s:523:\"an:Bell un (probablement vusté mesmo, dende l\'adreza IP $1) demandó una nueva clau d\'acceso ta la suya cuenta en {{SITENAME}} ($4). S\'ha creyato una nueva clau temporal ta l\'usuario \"$2\", que ye \"$3\".\nSi isto ye o que quereba, ha d\'encetar agora una sesión y trigar una nueva clau.\nA suya clau temporal circumducirá en {{PLURAL:$5|un día|$5 días}}\n\nSi estió bell atro qui fació ista demanda, u ya se\'n ha alcordau d\'a clau y ya no deseya cambiar-la, puet ignorar iste mensache y continar fendo servir l\'antiga clau.\";'),('an','messages:passwordremindertitle','s:38:\"an:Nueva clau temporal de {{SITENAME}}\";'),('an','messages:passwordreset','s:28:\"an:Restablir a clau d\'acceso\";'),('an','messages:passwordreset-disabled','s:58:\"an:S\'ha desactivau o restablimiento de claus en ista wiki.\";'),('an','messages:passwordreset-domain','s:11:\"an:Dominio:\";'),('an','messages:passwordreset-email','s:32:\"an:Adreza de correu electronico:\";'),('an','messages:passwordreset-emaildisabled','s:72:\"es:Se han desactivado las funciones de correo electrónico en esta wiki.\";'),('an','messages:passwordreset-emailelement','s:54:\"an:Nombre de usuario: \n$1\n\nClau d\'acceso temporal: \n$2\";'),('an','messages:passwordreset-emailtext-ip','s:620:\"an:Belún (probablement vusté, dende l\'adreza IP $1) ha demandau un recordatorio d\'a información d\'a suya cuenta en  {{SITENAME}} ($4). {{PLURAL:$3|A cuenta d\'usuario siguient ye asociata|As cuentas d\'usuario siguients son asociatas}} a ista adreza de correu-e:\n\n$2\n\n{{PLURAL:$3|Ista clau temporal circumducirá|Istas claus temporals circumducirán}} en {{PLURAL:$5|un día|$5 días}}. Habría de connectar-se agora y trigar una nueva clau. Si ista demanda no dimana de vusté, u ya se\'n ha acordau d\'a suya clau inicial y ya no deseya modificar-la, puet ignorar iste mensache y continar emplegando a suya viella clau.\";'),('an','messages:passwordreset-emailtext-require-email','s:394:\"es:Sin embargo, si no generaste esta solicitud y deseas evitar\nlos correos electrónicos no solicitados, es posible que\ndesees actualizar las opciones de correo electrónico en $1.\nPuedes requerir tanto el nombre de usuario como la dirección\nde correo electrónico para generar correos electrónicos de\nrestablecimiento de contraseña. Esto puede reducir el número\nde incidentes de este tipo.\";'),('an','messages:passwordreset-emailtext-user','s:615:\"an:L\'usuario $1 en {{SITENAME}} ha demandau un recordatorio d\'a información d\'a suya cuenta en {{SITENAME}} ($4). {{PLURAL:$3|A cuenta d\'usuario siguient ye asociata|As cuentas d\'usuario siguients son asociatas}} a ista adreza de correu-e:\n\n$2\n\n{{PLURAL:$3|Ista clau d\'acceso temporal circumducirá|Istas claus d\'acceso temporals circumducirán}} en {{PLURAL:$5|un día|$5 días}}. Habría de connectar-se agora y trigar una nueva clau. Si ista demanda no dimana de vusté, u ya se\'n ha acordau d\'a suya clau inicial y ya no deseya modificar-la, puet ignorar iste mensache y continar emplegando a suya viella clau.\";'),('an','messages:passwordreset-emailtitle','s:38:\"an:Detalles d\'a cuenta en {{SITENAME}}\";'),('an','messages:passwordreset-ignored','s:96:\"es:No se logró el reestablecimiento de la contraseña. ¿Tal vez no se configuró un proveedor?\";'),('an','messages:passwordreset-nocaller','s:37:\"es:Debes proporcionar un interlocutor\";'),('an','messages:passwordreset-nodata','s:90:\"es:No se ha proporcionado ni un nombre de usuario ni una dirección de correo electrónico\";'),('an','messages:passwordreset-nosuchcaller','s:32:\"es:El interlocutor no existe: $1\";'),('an','messages:passwordreset-success','s:53:\"es:Has solicitado un restablecimiento de contraseña.\";'),('an','messages:passwordreset-success-details-generic','s:564:\"es:Si la información remitida es válida, se enviará un mensaje de restablecimiento de la contraseña. En caso de no recibir este mensaje, recomendamos visitar la [[mw:Special:MyLanguage/Help:Reset_password|página de ayuda sobre el restablecimiento de contraseñas]] o puedes intentarlo de nuevo más tarde. Solo puedes pedir un <strong>número limitado de restablecimientos de contraseña dentro de un corto período de tiempo. Únicamente se envía un mensaje de restablecimiento por cuenta válida durante un lapso de {{PLURAL:$1|$1 hora|$1 horas}}</strong>.\";'),('an','messages:passwordreset-success-info','s:36:\"es:Los detalles que enviaste son: $1\";'),('an','messages:passwordreset-text-many','s:105:\"es:{{PLURAL:$1|Rellena uno de los campos para recibir una contraseña temporal por correo electrónico.}}\";'),('an','messages:passwordreset-text-one','s:90:\"es:Completa este formulario para recibir una contraseña temporal por correo electrónico.\";'),('an','messages:passwordreset-username','s:20:\"an:Nombre d\'usuario:\";'),('an','messages:passwordsent','s:130:\"an:Una nueva clau plega de ninviar-se ta o correu electronico de \"$1\".\nPor favor, identifique-se un atra vez malas que la reculla.\";'),('an','messages:passwordtoolong','s:83:\"es:Las contraseñas no deben tener más de {{PLURAL:$1|1 carácter|$1 caracteres}}.\";'),('an','messages:passwordtooshort','s:74:\"an:As claus han de tener a lo menos {{PLURAL:$1|1 caracter|$1 caracters}}.\";'),('an','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('an','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('an','messages:patrol-log-header','s:49:\"an:Iste ye un rechistro de revisions patrullatas.\";'),('an','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('an','messages:patrol-log-page','s:36:\"an:Rechistro de control de revisions\";'),('an','messages:pear-mail-error','s:5:\"en:$1\";'),('an','messages:percent','s:12:\"es:$1&#160;%\";'),('an','messages:perfcached','s:160:\"an:Os datos siguients son en caché, y talment no son esviellatos. I hai un maximo de {{PLURAL:$1|un resultau disponible|$1 resultaus disponibles}} en a caché.\";'),('an','messages:perfcachedts','s:186:\"an:Os datos siguients se troban en a caché, que estió esviellata por zaguer vegada o $1. I hai un maximo {{PLURAL:$4|d\'un resultau disponible|de $4 resultaus disponibles}} en a caché.\";'),('an','messages:period-am','s:9:\"es:a. m.\";'),('an','messages:period-pm','s:9:\"es:p. m.\";'),('an','messages:permalink','s:19:\"an:Vinclo permanent\";'),('an','messages:permanentlink','s:20:\"es:Enlace permanente\";'),('an','messages:permanentlink-revid','s:19:\"es:Id. de revisión\";'),('an','messages:permanentlink-submit','s:20:\"es:Ir a la revisión\";'),('an','messages:permanentlink-summary','s:3:\"en:\";'),('an','messages:permissionserrors','s:20:\"an:Error de permisos\";'),('an','messages:permissionserrorstext','s:75:\"an:No tiene premisos ta fer-lo, por {{PLURAL:$1|ista razón|istas razons}}:\";'),('an','messages:permissionserrorstext-withaction','s:71:\"an:No tiene premisos ta $2, por {{PLURAL:$1|ista razón|istas razons}}:\";'),('an','messages:personaltools','s:25:\"an:Ferramientas personals\";'),('an','messages:php-mail-error','s:5:\"en:$1\";'),('an','messages:php-mail-error-unknown','s:49:\"an:Error desconoixito en a función mail() de PHP\";'),('an','messages:php-uploaddisabledtext','s:95:\"an:A carga de fichers PHP ye desactivata. Por favor, verfique a confeguración de file_uploads.\";'),('an','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('an','messages:policy-url','s:29:\"an:Project:Politicas y normas\";'),('an','messages:pool-errorunknown','s:21:\"an:Error desconoixida\";'),('an','messages:pool-queuefull','s:30:\"an:A coda de treballo ye plena\";'),('an','messages:pool-servererror','s:74:\"es:El servicio de gestión de procesos agrupados no está disponible ($1).\";'),('an','messages:pool-timeout','s:52:\"an:S\'ha pasau o tiempo d\'aspera limite ta o bloqueyo\";'),('an','messages:poolcounter-usage-error','s:19:\"es:Error de uso: $1\";'),('an','messages:portal','s:23:\"an:Portal d\'a comunidat\";'),('an','messages:portal-url','s:31:\"an:Project:Portal d\'a comunidat\";'),('an','messages:post-expand-template-argument-category','s:46:\"an:Pachinas con argumentos de plantilla omesos\";'),('an','messages:post-expand-template-argument-category-desc','s:183:\"es:Después de expandir un argumento de plantilla (cualquier cosa encerrada en tres llaves, como <code>{{{Foo}}}</code>), la página es más grande que <code>$wgMaxArticleSize</code>.\";'),('an','messages:post-expand-template-argument-warning','s:143:\"an:Pare cuenta: Ista pachina contiene a lo menos un argumento de plantilla con una mida d\'espansión masiau gran. S\'han omeso estos argumentos.\";'),('an','messages:post-expand-template-inclusion-category','s:64:\"an:Pachinas an que se brinca a mida d\'inclusión d\'as plantillas\";'),('an','messages:post-expand-template-inclusion-category-desc','s:168:\"es:Después de expandir todas las plantillas, el tamaño de la página es más grande que <code>$wgMaxArticleSize</code>, así que algunas plantillas no se expandieron.\";'),('an','messages:post-expand-template-inclusion-warning','s:102:\"an:Pare cuenta: A mida d\'inclusión d\'a plantilla ye masiau gran.\nBellas plantillas no se bi incluyen.\";'),('an','messages:postedit-confirmation-created','s:27:\"es:Se ha creado la página.\";'),('an','messages:postedit-confirmation-published','s:27:\"es:Se publicó tu edición.\";'),('an','messages:postedit-confirmation-restored','s:31:\"es:Se ha restaurado la página.\";'),('an','messages:postedit-confirmation-saved','s:30:\"an:S\'ha alzau a suya edición.\";'),('an','messages:postedit-temp-created','s:208:\"es:Se ha generado una cuenta de usuario de manera automática añadiendo una cookie a tu navegador. Para escoger tu propio nombre de usuario y disfrutar de otras características puedes [$1 crear una cuenta].\";'),('an','messages:postedit-temp-created-label','s:18:\"es:Cuenta temporal\";'),('an','messages:powersearch-legend','s:17:\"an:Busca abanzata\";'),('an','messages:powersearch-ns','s:35:\"an:Mirar en os espacios de nombres:\";'),('an','messages:powersearch-remember','s:47:\"es:Recordar la selección en búsquedas futuras\";'),('an','messages:powersearch-toggleall','s:7:\"an:Totz\";'),('an','messages:powersearch-togglelabel','s:10:\"an:Marcar:\";'),('an','messages:powersearch-togglenone','s:8:\"an:Garra\";'),('an','messages:preferences','s:15:\"an:Preferencias\";'),('an','messages:preferences-summary','s:3:\"en:\";'),('an','messages:prefixindex','s:32:\"an:Todas as pachinas con prefixo\";'),('an','messages:prefixindex-namespace','s:58:\"an:Todas as pachinas con o prefixo (espacio de nombres $1)\";'),('an','messages:prefixindex-strip','s:39:\"es:Ocultar el prefijo en los resultados\";'),('an','messages:prefixindex-submit','s:10:\"es:Mostrar\";'),('an','messages:prefixindex-summary','s:3:\"en:\";'),('an','messages:prefs-advancedediting','s:20:\"an:Opcions abanzadas\";'),('an','messages:prefs-advancedrc','s:20:\"an:Opcions abanzadas\";'),('an','messages:prefs-advancedrendering','s:20:\"an:Opcions abanzadas\";'),('an','messages:prefs-advancedsearchoptions','s:20:\"an:Opcions abanzadas\";'),('an','messages:prefs-advancedwatchlist','s:20:\"an:Opcions abanzadas\";'),('an','messages:prefs-changeemail','s:31:\"an:Cambiar l\'adreza de correu-e\";'),('an','messages:prefs-changesrc','s:20:\"es:Cambios mostrados\";'),('an','messages:prefs-changeswatchlist','s:20:\"es:Cambios mostrados\";'),('an','messages:prefs-common-config','s:45:\"an:CSS/JS compartito ta todas as apariencias:\";'),('an','messages:prefs-custom-css','s:20:\"an:CSS presonalizato\";'),('an','messages:prefs-custom-js','s:27:\"an:JavaScript presonalizato\";'),('an','messages:prefs-custom-json','s:21:\"es:JSON personalizado\";'),('an','messages:prefs-dateformat','s:23:\"an:Formato de calendata\";'),('an','messages:prefs-developertools','s:29:\"es:Herramientas de desarrollo\";'),('an','messages:prefs-diffs','s:14:\"an:Diferencias\";'),('an','messages:prefs-discussion','s:25:\"es:Páginas de discusión\";'),('an','messages:prefs-displayrc','s:28:\"an:Opcions de visualización\";'),('an','messages:prefs-displaywatchlist','s:28:\"an:Opcions de visualización\";'),('an','messages:prefs-editing','s:11:\"an:Edición\";'),('an','messages:prefs-editor','s:9:\"es:Editor\";'),('an','messages:prefs-edits','s:21:\"an:Numero d\'edicions:\";'),('an','messages:prefs-editwatchlist','s:30:\"es:Editar lista de seguimiento\";'),('an','messages:prefs-editwatchlist-clear','s:33:\"es:Vaciar tu lista de seguimiento\";'),('an','messages:prefs-editwatchlist-edit','s:55:\"es:Ver y quitar los títulos de tu lista de seguimiento\";'),('an','messages:prefs-editwatchlist-label','s:46:\"es:Editar entradas de tu lista de seguimiento:\";'),('an','messages:prefs-editwatchlist-raw','s:47:\"es:Editar tu lista de seguimiento en modo texto\";'),('an','messages:prefs-email','s:32:\"an:Opcions de correu electronico\";'),('an','messages:prefs-emailconfirm-label','s:39:\"an:Confirmación de correu electronico:\";'),('an','messages:prefs-files','s:10:\"an:fichers\";'),('an','messages:prefs-help-email','s:119:\"an:L\'adreza de correu-e ye opcional, pero ye precisa ta que le ninviemos una nueva clau d\'acceso si nunca la xublidase.\";'),('an','messages:prefs-help-email-others','s:174:\"an:Tamién puet esleir deixar que atros usuarios contacten con vusté por correu-e a traviés d\'a pachina personal de discusión, sin necesidat de desveilar a suya identidat.\";'),('an','messages:prefs-help-email-required','s:30:\"an:Cal una adreza de correu-e.\";'),('an','messages:prefs-help-gender','s:97:\"an:Opcional: Emplegada ta corrección de chenero por o software. Ista información será publica.\";'),('an','messages:prefs-help-prefershttps','s:65:\"es:Los cambios surtirán efecto en tu próximo inicio de sesión.\";'),('an','messages:prefs-help-realname','s:102:\"an:* Nombre reyal (opcional): si esliche escribir-lo, se ferá servir ta l\'atribución d\'a suya faina.\";'),('an','messages:prefs-help-recentchangescount','s:65:\"an:Inclui os zaguers cambeos, historials de pachina y rechistros.\";'),('an','messages:prefs-help-requireemail','s:87:\"es:Esto mejora la privacidad y ayuda a evitar los correos electrónicos no solicitados.\";'),('an','messages:prefs-help-signature','s:136:\"an:Os comentarios en pachina de discusión s\'han de sinyar con \"<nowiki>~~~~</nowiki>\", que se tornará en a suya sinyatura y calendata.\";'),('an','messages:prefs-help-skin-responsive','s:58:\"es:Adapte el diseño al tamaño de la pantalla del móvil.\";'),('an','messages:prefs-help-tokenmanagement','s:190:\"es:Puedes ver y reiniciar la clave secreta que te permite ver tu lista de seguimiento vía Web. Cualquier persona que conozca dicha clave podrá ver tu lista de seguimiento. No la compartas.\";'),('an','messages:prefs-help-variant','s:90:\"an:A suya variant u ortografía preferida ta amostrar as pachinas de conteniu d\'iste wiki.\";'),('an','messages:prefs-help-watchlist-token2','s:215:\"es:Esta es la clave secreta del suministro web de tu lista de seguimiento.\nCualquiera que la conozca podrá consultar la lista, así que no la compartas.\n[[Special:ResetTokens|Puedes restablecerla si lo necesitas]].\";'),('an','messages:prefs-help-yourpassword','s:76:\"es:Se activó la recuperación de la cuenta. Consulta $1 para más opciones.\";'),('an','messages:prefs-i18n','s:24:\"an:Internacionalización\";'),('an','messages:prefs-info','s:22:\"an:Información basica\";'),('an','messages:prefs-labs','s:32:\"an:Caracteristicas experimentals\";'),('an','messages:prefs-memberingroups','s:47:\"an:Miembro {{PLURAL:$1|d\'a colla|d\'as collas}}:\";'),('an','messages:prefs-memberingroups-type','s:5:\"an:$1\";'),('an','messages:prefs-misc','s:21:\"an:Atras preferencias\";'),('an','messages:prefs-namespaces','s:22:\"an:Espacios de nombres\";'),('an','messages:prefs-pageswatchlist','s:18:\"es:Páginas vistas\";'),('an','messages:prefs-personal','s:18:\"an:Datos presonals\";'),('an','messages:prefs-preview','s:20:\"es:Previsualización\";'),('an','messages:prefs-rc','s:18:\"an:Zaguers cambeos\";'),('an','messages:prefs-registration','s:23:\"an:Tiempo de rechistro:\";'),('an','messages:prefs-registration-date-time','s:5:\"an:$1\";'),('an','messages:prefs-rendering','s:13:\"an:Apariencia\";'),('an','messages:prefs-reset-confirm','s:44:\"es:Sí, quiero reiniciar mi configuraciones.\";'),('an','messages:prefs-reset-intro','s:134:\"an:Puet emplegar ista pachina ta restaurar as suyas preferencias a las valuras por defecto d\'o sitio.\nNo se podrá desfer iste cambio.\";'),('an','messages:prefs-resetpass','s:17:\"an:Cambiar a clau\";'),('an','messages:prefs-searchmisc','s:10:\"es:General\";'),('an','messages:prefs-searchoptions','s:19:\"an:Opcions de busca\";'),('an','messages:prefs-setemail','s:34:\"an:Establir una adreza de correu-e\";'),('an','messages:prefs-signature','s:12:\"an:Sinyatura\";'),('an','messages:prefs-signature-error-details','s:18:\"es:Para saber más\";'),('an','messages:prefs-signature-highlight-error','s:31:\"es:Mostrar ubicación del error\";'),('an','messages:prefs-signature-invalid-disallow','s:118:\"es:La firma actual no es válida. Hasta que se corrija, se utilizará la firma predeterminada para firmar comentarios.\";'),('an','messages:prefs-signature-invalid-new','s:102:\"es:Tu firma no es válida. Puedes seguir usándola pero no podrás cambiarla hasta que no la corrijas.\";'),('an','messages:prefs-signature-invalid-warning','s:62:\"es:Tu firma podría causar problemas con algunas herramientas.\";'),('an','messages:prefs-skin','s:12:\"an:Aparencia\";'),('an','messages:prefs-skin-prefs','s:29:\"es:Preferencias de apariencia\";'),('an','messages:prefs-skin-responsive','s:33:\"es:Habilitar el modo de respuesta\";'),('an','messages:prefs-tabs-navigation-hint','s:129:\"es:Sugerencia: Puede utilizar las teclas de flecha izquierda y derecha para navegar entre las pestañas de la lista de pestañas.\";'),('an','messages:prefs-timeoffset','s:21:\"an:Diferencia horaria\";'),('an','messages:prefs-tokenwatchlist','s:8:\"es:Clave\";'),('an','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('an','messages:prefs-user-downloaddata-info','s:45:\"es:Mi información de cuenta de este proyecto\";'),('an','messages:prefs-user-downloaddata-label','s:22:\"es:Datos de la cuenta:\";'),('an','messages:prefs-user-pages','s:22:\"es:Páginas de usuario\";'),('an','messages:prefs-user-restoreprefs-info','s:70:\"es:Restaurar la configuración predeterminada (en todas las secciones)\";'),('an','messages:prefs-user-restoreprefs-label','s:21:\"es:Reiniciar ajustes:\";'),('an','messages:prefs-vector-enable-vector-1-help','s:311:\"es:Durante los próximos años, actualizaremos gradualmente la piel Vector. La versión heredada de Vector te permitirá ver la versión anterior de Vector (a diciembre de 2019). Para obtener más información sobre las actualizaciones, ve a nuestra [[mw:Reading/Web/Desktop_Improvements|página del proyecto]].\";'),('an','messages:prefs-vector-enable-vector-1-label','s:39:\"es:Utilizar versión heredada de Vector\";'),('an','messages:prefs-watchlist','s:23:\"an:Lista de seguimiento\";'),('an','messages:prefs-watchlist-days','s:63:\"an:Numero de días que s\'amostrarán en a lista de seguimiento:\";'),('an','messages:prefs-watchlist-days-max','s:37:\"an:Maximo $1 {{PLURAL:$1|día|días}}\";'),('an','messages:prefs-watchlist-edits','s:60:\"an:Numero d\'edicions que s\'amostrarán en a lista ixamplata:\";'),('an','messages:prefs-watchlist-edits-max','s:22:\"an:Numero masimo: 1000\";'),('an','messages:prefs-watchlist-managetokens','s:19:\"es:Gestionar fichas\";'),('an','messages:prefs-watchlist-token','s:33:\"an:Ficha de lista de seguimiento:\";'),('an','messages:prefsnologintext2','s:66:\"es:Es necesario acceder para cambiar las preferencias del usuario.\";'),('an','messages:prev-page','s:19:\"es:página anterior\";'),('an','messages:preview','s:20:\"an:Previsualización\";'),('an','messages:previewconflict','s:84:\"an:L\'anvista previa li amostrará l\'aparencia d\'o texto dimpués d\'alzar os cambeos.\";'),('an','messages:previewerrortext','s:66:\"es:Se ha producido un error al intentar previsualizar tus cambios.\";'),('an','messages:previewnote','s:100:\"an:<strong>Pare cuenta que isto no ye que l\'anvista previa.<strong> Os cambeos encara no s\'ha alzau!\";'),('an','messages:previousdiff','s:32:\"an:← Ir ta a edición anterior\";'),('an','messages:previousrevision','s:24:\"an:← Versión anterior\";'),('an','messages:prevn','s:29:\"an:{{PLURAL:$1|$1}} anteriors\";'),('an','messages:prevn-title','s:57:\"an:$1 {{PLURAL:$1|resultau anterior|resultaus anteriors}}\";'),('an','messages:prevpage','s:24:\"an:Pachina anterior ($1)\";'),('an','messages:print','s:12:\"an:Imprentar\";'),('an','messages:print.css','s:65:\"an:/* Os estilos CSS colocaus aquí afectarán a la impresión */\";'),('an','messages:printableversion','s:24:\"an:Versión ta imprentar\";'),('an','messages:printableversion-deprecated-warning','s:206:\"es:La versión para imprimir ya no se admite y puede contener errores de representación. Actualiza los marcadores del navegador y utiliza en su lugar la función de impresión predeterminada del navegador.\";'),('an','messages:privacy','s:25:\"an:Politica de privacidat\";'),('an','messages:privacypage','s:33:\"an:Project:Politica de privacidat\";'),('an','messages:prot_1movedto2','s:29:\"an:[[$1]] tresladada a [[$2]]\";'),('an','messages:protect','s:12:\"an:Protecher\";'),('an','messages:protect-badnamespace-text','s:63:\"an:As pachinas d\'iste espacio de nombres no se pueden protecher\";'),('an','messages:protect-badnamespace-title','s:36:\"an:Espacio de nombres no protechible\";'),('an','messages:protect-cantedit','s:97:\"an:No puet cambiar os livels de protección d\'ista pachina, porque no tiene premiso ta editar-la.\";'),('an','messages:protect-cascade','s:75:\"an:Protección en cascada - protecher totas as pachinas incluyidas en ista.\";'),('an','messages:protect-cascadeon','s:276:\"an:Ista pachina ye actualment protechita por estar incluyita en {{PLURAL:$1|a siguient pachina|as siguients pachinas}}, que tienen activata a opción de protección en cascada. Puede cambiar o livel de protección d\'ista pachina, pero no afectará a la protección en cascada.\";'),('an','messages:protect-default','s:30:\"an:Premitir a totz os usuarios\";'),('an','messages:protect-dropdown','s:116:\"an:*Razons de protección excesivo\n**Vandalismo excesivo\n**Spam excesivo\n**Guerra d\'edicions\n**Pachina muit vesitada\";'),('an','messages:protect-edit-reasonlist','s:32:\"an:Editar as razons ta protecher\";'),('an','messages:protect-existing-expiry','s:50:\"an:Calendata de circumducción actual: $2 a las $3\";'),('an','messages:protect-existing-expiry-infinity','s:42:\"es:Tiempo de caducidad existente: infinito\";'),('an','messages:protect-expiring','s:20:\"an:caduca o $1 (UTC)\";'),('an','messages:protect-expiring-local','s:18:\"an:circumduce o $1\";'),('an','messages:protect-expiry-indefinite','s:13:\"an:indefinito\";'),('an','messages:protect-expiry-options','s:143:\"an:1 hora:1 hour,1 día:1 day,1 semana:1 week,2 semanas:2 weeks,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 anyo:1 year,ta cutio:infinite\";'),('an','messages:protect-fallback','s:26:\"an:Amenista o premiso \"$1\"\";'),('an','messages:protect-legend','s:24:\"an:Confirmar protección\";'),('an','messages:protect-level-autoconfirmed','s:49:\"an:Bloqueyar os usuarios nuevos y no rechistratos\";'),('an','messages:protect-level-sysop','s:23:\"an:Sólo almenistradors\";'),('an','messages:protect-locked-access','s:141:\"an:A suya cuenta no tiene premiso ta cambiar os livels de protección d\'as pachinas. Aquí bi son as propiedatz actuals d\'a pachina \'\'\'$1\'\'\':\";'),('an','messages:protect-locked-blocked','s:132:\"an:No puede cambiar os livels de protección mientres ye bloqueyato. Contino se i amuestran as opcions actuals d\'a pachina \'\'\'$1\'\'\':\";'),('an','messages:protect-locked-dblock','s:154:\"an:Os livels de protección no se pueden cambiar por un bloqueyo activo d\'a base de datos.\nContino se i amuestran as opcions actuals d\'a pachina \'\'\'$1\'\'\':\";'),('an','messages:protect-norestrictiontypes-text','s:91:\"es:Esta página no se puede proteger ya que no hay ningún tipo de restricción disponible.\";'),('an','messages:protect-norestrictiontypes-title','s:24:\"es:Página no protegible\";'),('an','messages:protect-otherreason','s:15:\"an:Atra razón:\";'),('an','messages:protect-otherreason-op','s:14:\"an:Atra razón\";'),('an','messages:protect-othertime','s:16:\"an:atro periodo:\";'),('an','messages:protect-othertime-op','s:21:\"an:atra (especificar)\";'),('an','messages:protect-summary-cascade','s:13:\"an:en cascada\";'),('an','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('an','messages:protect-text','s:69:\"an:Puetz veyer y cambiar o livel de protección d\'a pachina \'\'\'$1\'\'\'.\";'),('an','messages:protect-title','s:19:\"an:Protechendo \"$1\"\";'),('an','messages:protect-title-notallowed','s:39:\"an:Veyer o ran de protección de «$1»\";'),('an','messages:protect-unchain-permissions','s:48:\"an:Desbloqueyar opcions de protección abanzatas\";'),('an','messages:protect_change','s:10:\"an:cambiar\";'),('an','messages:protect_expiry_invalid','s:44:\"an:O tiempo de circumducción ye incorrecto.\";'),('an','messages:protect_expiry_old','s:57:\"an:O tiempo de circumducción ye una calendata ya pasata.\";'),('an','messages:protectcomment','s:10:\"an:Razón:\";'),('an','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('an','messages:protectedarticle-comment','s:37:\"es:{{GENDER:$2|Protegió}} «[[$1]]»\";'),('an','messages:protectedinterface','s:158:\"an:Ista pachina furne o texto d\'a interfaz ta o software. Ye protechita ta privar o vandalismo. Si creye que bi ha bella error, contacte con un administrador.\";'),('an','messages:protectedpage','s:21:\"an:Pachina protechita\";'),('an','messages:protectedpagemovewarning','s:201:\"an:\'\'\'Pare cuenta:\'\'\' Ista pachina s\'ha bloqueyat de traza que nomás usuarios con dreitos d\'administrador puedan tresladar-la. Ta más información s\'amuestra contino a zaguera dentrada d\'o rechistro.\";'),('an','messages:protectedpages','s:23:\"an:Pachinas protechitas\";'),('an','messages:protectedpages-cascade','s:32:\"an:Nomás proteccions en cascada\";'),('an','messages:protectedpages-expiry','s:9:\"es:Expira\";'),('an','messages:protectedpages-filters','s:11:\"es:Filtros:\";'),('an','messages:protectedpages-indef','s:33:\"an:Nomás proteccions indefinitas\";'),('an','messages:protectedpages-noredirect','s:24:\"es:Ocultar redirecciones\";'),('an','messages:protectedpages-page','s:10:\"es:Página\";'),('an','messages:protectedpages-params','s:29:\"es:Parámetros de protección\";'),('an','messages:protectedpages-performer','s:25:\"es:Protección de usuario\";'),('an','messages:protectedpages-reason','s:9:\"es:Motivo\";'),('an','messages:protectedpages-submit','s:19:\"es:Mostrar páginas\";'),('an','messages:protectedpages-summary','s:224:\"es:Esta página enumera las páginas existentes que actualmente están protegidas. Para obtener una lista de títulos que están protegidos desde su creación, véase [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('an','messages:protectedpages-timestamp','s:16:\"es:Cronomarcador\";'),('an','messages:protectedpages-unknown-performer','s:22:\"es:Usuario desconocido\";'),('an','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('an','messages:protectedpages-unknown-timestamp','s:15:\"es:Desconocidas\";'),('an','messages:protectedpagesempty','s:70:\"an:En iste inte no bi ha garra pachina protechita con ixos parametros.\";'),('an','messages:protectedpagetext','s:66:\"an:Ista pachina ha estato protechita ta aprevenir a suya edición.\";'),('an','messages:protectedpagewarning','s:123:\"an:\'\'\'Pare cuenta: Ista pachina s\'ha protechito ta que nomás os usuarios con premisos d\'almenistrador puedan editar-la.\'\'\'\";'),('an','messages:protectedtitles','s:22:\"an:Títols protechitos\";'),('an','messages:protectedtitles-submit','s:19:\"es:Mostrar títulos\";'),('an','messages:protectedtitles-summary','s:214:\"es:Esta página enumera títulos que actualmente están protegidos desde su creación. Para una lista de las páginas existentes que están protegidas, véase [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('an','messages:protectedtitlesempty','s:69:\"an:En iste inte no bi ha garra títol protechito con ixos parametros.\";'),('an','messages:protectexpiry','s:31:\"an:Calendata de circumducción:\";'),('an','messages:protectlogpage','s:39:\"an:Rechistro de proteccions de pachinas\";'),('an','messages:protectlogtext','s:214:\"an:Contino s\'amuestra una lista de cambios en a protección d\'as pachinas. \nSe veiga a [[Special:ProtectedPages|lista de pachinas protechitas]] ta conoixer a lista de proteccions de pachinas actualment operacional.\";'),('an','messages:protectpage','s:23:\"es:Proteger una página\";'),('an','messages:protectpage-summary','s:3:\"en:\";'),('an','messages:proxyblocker','s:25:\"an:bloqueyador de proxies\";'),('an','messages:proxyblockreason','s:218:\"an:S\'ha bloqueyato a suya adreza IP porque ye un proxy ubierto. Por favor, contaute on o suyo furnidor de servicios d\'Internet u con o suyo servicio d\'asistencia tecnica e informe-les d\'iste grau problema de seguridat.\";'),('an','messages:pt-createaccount','s:16:\"an:Creyar cuenta\";'),('an','messages:pt-login','s:13:\"an:Dentrar-ie\";'),('an','messages:pt-login-button','s:10:\"es:Acceder\";'),('an','messages:pt-login-continue-button','s:26:\"es:Continuar con el acceso\";'),('an','messages:pt-userlogout','s:20:\"an:Salir d\'a sesión\";'),('an','messages:publishchanges','s:22:\"an:Publicar os cambeos\";'),('an','messages:publishchanges-start','s:22:\"es:Publicar cambios…\";'),('an','messages:publishpage','s:21:\"an:Publicar a pachina\";'),('an','messages:publishpage-start','s:22:\"es:Publicar página…\";'),('an','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('an','messages:purge','s:9:\"es:Purgar\";'),('an','messages:purge-summary','s:3:\"en:\";'),('an','messages:querypage-disabled','s:67:\"an:Ista pachina especial ye desactivata por motivos de rendimiento.\";'),('an','messages:querypage-no-updates','s:95:\"an:S\'han desactivato as actualizacions d\'ista pachina. Por ixo, no s\'esta esviellando os datos.\";'),('an','messages:querypage-updates-periodical','s:45:\"es:Esta página se actualiza periódicamente.\";'),('an','messages:quotation-marks','s:9:\"es:«$1»\";'),('an','messages:randomincategory','s:34:\"es:Página aleatoria en categoría\";'),('an','messages:randomincategory-category','s:14:\"es:Categoría:\";'),('an','messages:randomincategory-invalidcategory','s:37:\"es:\"$1\" no es una categoría válida.\";'),('an','messages:randomincategory-legend','s:34:\"es:Página aleatoria en categoría\";'),('an','messages:randomincategory-nopages','s:56:\"es:No hay páginas en la categoría [[:Category:$1|$1]].\";'),('an','messages:randomincategory-submit','s:5:\"es:Ir\";'),('an','messages:randompage','s:23:\"an:Una pachina a l\'azar\";'),('an','messages:randompage-nopages','s:111:\"an:No i ha garra pachina en {{PLURAL:$2|o siguient espacio de nombres|os siguients espacios de nombres}}: \"$1\".\";'),('an','messages:randompage-url','s:17:\"en:Special:Random\";'),('an','messages:randomredirect','s:34:\"an:Ir-ie a una adreza qualsiquiera\";'),('an','messages:randomredirect-nopages','s:59:\"an:No bi ha garra reendrecera en o espacio de nombres \"$1\".\";'),('an','messages:randomrootpage','s:26:\"an:Pachina radiz aleatoria\";'),('an','messages:range_block_disabled','s:85:\"an:A posibilidat d\'os almenistradors de bloqueyar rangos d\'adrezas IP ye desactivata.\";'),('an','messages:rawhtml-notallowed','s:85:\"es:No se pueden emplear las etiquetas &lt;html&gt; si no es en las páginas normales.\";'),('an','messages:rawmessage','s:5:\"en:$1\";'),('an','messages:rc-change-size','s:5:\"en:$1\";'),('an','messages:rc-change-size-new','s:50:\"an:$1 {{PLURAL:$1|byte|bytes}} dimpués d\'o cambio\";'),('an','messages:rc-old-title','s:37:\"an:orichinariament creyau como «$1»\";'),('an','messages:rcfilters-activefilters','s:18:\"es:Filtros activos\";'),('an','messages:rcfilters-activefilters-hide','s:10:\"es:Ocultar\";'),('an','messages:rcfilters-activefilters-hide-tooltip','s:35:\"es:Ocultar apartado Filtros activos\";'),('an','messages:rcfilters-activefilters-show','s:10:\"es:Mostrar\";'),('an','messages:rcfilters-activefilters-show-tooltip','s:35:\"es:Mostrar apartado Filtros activos\";'),('an','messages:rcfilters-advancedfilters','s:20:\"es:Filtros avanzados\";'),('an','messages:rcfilters-allcontents-label','s:20:\"es:Todo el contenido\";'),('an','messages:rcfilters-alldiscussions-label','s:24:\"es:Todas las discusiones\";'),('an','messages:rcfilters-clear-all-filters','s:27:\"es:Borrar todos los filtros\";'),('an','messages:rcfilters-date-popup-title','s:35:\"es:Período de tiempo en que buscar\";'),('an','messages:rcfilters-days-show-days','s:30:\"es:$1 {{PLURAL:$1|día|días}}\";'),('an','messages:rcfilters-days-show-hours','s:30:\"es:$1 {{PLURAL:$1|hora|horas}}\";'),('an','messages:rcfilters-days-title','s:18:\"es:Días recientes\";'),('an','messages:rcfilters-empty-filter','s:64:\"es:No hay filtros activos. Se muestran todas las contribuciones.\";'),('an','messages:rcfilters-exclude-button-off','s:28:\"es:Excluir los seleccionados\";'),('an','messages:rcfilters-exclude-button-on','s:31:\"es:Excluyendo los seleccionados\";'),('an','messages:rcfilters-filter-bots-description','s:55:\"es:Ediciones realizadas por herramientas automatizadas.\";'),('an','messages:rcfilters-filter-bots-label','s:6:\"es:Bot\";'),('an','messages:rcfilters-filter-categorization-description','s:61:\"es:Registros de páginas añadidas o borradas de categorías.\";'),('an','messages:rcfilters-filter-categorization-label','s:25:\"es:Cambios de categorías\";'),('an','messages:rcfilters-filter-editsbyother-description','s:40:\"es:Todos los cambios, excepto los tuyos.\";'),('an','messages:rcfilters-filter-editsbyother-label','s:19:\"es:Cambios de otros\";'),('an','messages:rcfilters-filter-editsbyself-description','s:29:\"es:Tus propias contribuciones\";'),('an','messages:rcfilters-filter-editsbyself-label','s:16:\"es:Cambios tuyos\";'),('an','messages:rcfilters-filter-excluded','s:11:\"es:Excluido\";'),('an','messages:rcfilters-filter-humans-description','s:45:\"es:Ediciones realizadas por editores humanos.\";'),('an','messages:rcfilters-filter-humans-label','s:22:\"es:Ser humano (no bot)\";'),('an','messages:rcfilters-filter-lastrevision-description','s:46:\"es:Solo el cambio más reciente a una página.\";'),('an','messages:rcfilters-filter-lastrevision-label','s:20:\"es:Última revisión\";'),('an','messages:rcfilters-filter-logactions-description','s:95:\"es:Acciones administrativas, creación de cuentas, borrados de páginas, subidas de archivos...\";'),('an','messages:rcfilters-filter-logactions-label','s:23:\"es:Acciones registradas\";'),('an','messages:rcfilters-filter-major-description','s:41:\"es:Ediciones no etiquetadas como menores.\";'),('an','messages:rcfilters-filter-major-label','s:23:\"es:Ediciones no menores\";'),('an','messages:rcfilters-filter-minor-description','s:51:\"es:Ediciones etiquetadas por el autor como menores.\";'),('an','messages:rcfilters-filter-minor-label','s:20:\"es:Ediciones menores\";'),('an','messages:rcfilters-filter-newpages-description','s:49:\"es:Ediciones en las que se crean páginas nuevas.\";'),('an','messages:rcfilters-filter-newpages-label','s:25:\"es:Creaciones de páginas\";'),('an','messages:rcfilters-filter-pageedits-description','s:81:\"es:Modificaciones del contenido wiki, discusiones, descripción de categorías...\";'),('an','messages:rcfilters-filter-pageedits-label','s:24:\"es:Ediciones de páginas\";'),('an','messages:rcfilters-filter-previousrevision-description','s:55:\"es:Todos los cambios que no son la «versión actual».\";'),('an','messages:rcfilters-filter-previousrevision-label','s:32:\"es:No la revisión más reciente\";'),('an','messages:rcfilters-filter-reviewstatus-auto-description','s:91:\"es:Ediciones por usuarios avanzados cuyo trabajo se marca automáticamente como verificado.\";'),('an','messages:rcfilters-filter-reviewstatus-auto-label','s:17:\"es:Autoverificado\";'),('an','messages:rcfilters-filter-reviewstatus-manual-description','s:49:\"es:Ediciones manualmente marcadas como revisadas.\";'),('an','messages:rcfilters-filter-reviewstatus-manual-label','s:25:\"es:Verificado manualmente\";'),('an','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:66:\"es:Ediciones no marcadas como revisadas manual o automáticamente.\";'),('an','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:17:\"es:No patrulladas\";'),('an','messages:rcfilters-filter-showlinkedfrom-label','s:46:\"es:Mostrar cambios en páginas enlazadas desde\";'),('an','messages:rcfilters-filter-showlinkedfrom-option-label','s:68:\"es:<strong>Páginas enlazadas desde</strong> la página seleccionada\";'),('an','messages:rcfilters-filter-showlinkedto-label','s:44:\"es:Mostrar cambios en páginas que enlazan a\";'),('an','messages:rcfilters-filter-showlinkedto-option-label','s:70:\"es:<strong>Páginas que enlazan hacia</strong> la página seleccionada\";'),('an','messages:rcfilters-filter-user-experience-level-experienced-description','s:74:\"es:Editores registrados con más de 500 ediciones y 30 días de actividad.\";'),('an','messages:rcfilters-filter-user-experience-level-experienced-label','s:26:\"es:Usuarios experimentados\";'),('an','messages:rcfilters-filter-user-experience-level-learner-description','s:107:\"es:Editores registrados cuya experiencia se ubica entre «recién llegados» y «usuarios experimentados».\";'),('an','messages:rcfilters-filter-user-experience-level-learner-label','s:13:\"es:Aprendices\";'),('an','messages:rcfilters-filter-user-experience-level-newcomer-description','s:80:\"es:Usuarios registrados con menos de diez ediciones o cuatro días de actividad.\";'),('an','messages:rcfilters-filter-user-experience-level-newcomer-label','s:19:\"es:Recién llegados\";'),('an','messages:rcfilters-filter-user-experience-level-registered-description','s:23:\"es:Usuarios conectados.\";'),('an','messages:rcfilters-filter-user-experience-level-registered-label','s:14:\"es:Registrados\";'),('an','messages:rcfilters-filter-user-experience-level-unregistered-description','s:26:\"es:Editores no conectados.\";'),('an','messages:rcfilters-filter-user-experience-level-unregistered-label','s:17:\"es:No registrados\";'),('an','messages:rcfilters-filter-watchlist-notwatched-description','s:73:\"es:Todos, excepto los cambios en las páginas de tu lista de seguimiento.\";'),('an','messages:rcfilters-filter-watchlist-notwatched-label','s:32:\"es:No en mi lista de seguimiento\";'),('an','messages:rcfilters-filter-watchlist-watched-description','s:54:\"es:Cambios en las páginas de tu lista de seguimiento.\";'),('an','messages:rcfilters-filter-watchlist-watched-label','s:29:\"es:En mi lista de seguimiento\";'),('an','messages:rcfilters-filter-watchlist-watchednew-description','s:110:\"es:Cambios en las páginas de tu lista de seguimiento que no has visitado desde que se produjeron los cambios.\";'),('an','messages:rcfilters-filter-watchlist-watchednew-label','s:44:\"es:Cambios nuevos en tu lista de seguimiento\";'),('an','messages:rcfilters-filter-watchlistactivity-seen-description','s:78:\"es:Cambios en páginas que has visitado desde que esos cambios tuvieron lugar.\";'),('an','messages:rcfilters-filter-watchlistactivity-seen-label','s:17:\"es:Cambios vistos\";'),('an','messages:rcfilters-filter-watchlistactivity-unseen-description','s:81:\"es:Cambios en páginas que no has visitado desde que esos cambios tuvieron lugar.\";'),('an','messages:rcfilters-filter-watchlistactivity-unseen-label','s:20:\"es:Cambios no vistos\";'),('an','messages:rcfilters-filtergroup-authorship','s:31:\"es:Autoría de la contribución\";'),('an','messages:rcfilters-filtergroup-automated','s:31:\"es:Contribuciones automatizadas\";'),('an','messages:rcfilters-filtergroup-changetype','s:17:\"es:Tipo de cambio\";'),('an','messages:rcfilters-filtergroup-lastrevision','s:22:\"es:Últimas revisiones\";'),('an','messages:rcfilters-filtergroup-reviewstatus','s:22:\"es:Estado de revisión\";'),('an','messages:rcfilters-filtergroup-significance','s:17:\"es:Significación\";'),('an','messages:rcfilters-filtergroup-user-experience-level','s:36:\"es:Registro de usuario y experiencia\";'),('an','messages:rcfilters-filtergroup-watchlist','s:21:\"es:Páginas vigiladas\";'),('an','messages:rcfilters-filtergroup-watchlistactivity','s:39:\"es:Actividad de la lista de seguimiento\";'),('an','messages:rcfilters-filterlist-noresults','s:28:\"es:No se encontraron filtros\";'),('an','messages:rcfilters-filterlist-title','s:10:\"es:Filtros\";'),('an','messages:rcfilters-filterlist-whatsthis','s:21:\"es:¿Cómo funcionan?\";'),('an','messages:rcfilters-group-results-by-page','s:33:\"es:Agrupar resultados por página\";'),('an','messages:rcfilters-hideminor-conflicts-typeofchange','s:159:\"es:Ciertos tipos de cambio no pueden ser designados como \"menores\", por lo que este filtro entra en conflicto con los siguientes Tipos de filtros de Cambio: $1\";'),('an','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:246:\"es:El filtro \"Ediciones menores\" está en conflicto con uno o más Tipos de filtros de Cambio, ya que ciertos tipos de cambio no pueden ser designados como \"menores\". Los filtros en conflicto están marcados en el área Filtros activos, anterior.\";'),('an','messages:rcfilters-highlightbutton-title','s:26:\"es:Resaltar los resultados\";'),('an','messages:rcfilters-highlighted-filters-list','s:17:\"es:Destacados: $1\";'),('an','messages:rcfilters-highlightmenu-help','s:51:\"es:Selecciona un color para resaltar esta propiedad\";'),('an','messages:rcfilters-highlightmenu-title','s:22:\"es:Selecciona un color\";'),('an','messages:rcfilters-hours-title','s:18:\"es:Horas recientes\";'),('an','messages:rcfilters-invalid-filter','s:20:\"es:Filtro no válido\";'),('an','messages:rcfilters-legend-heading','s:42:\"es:<strong>Lista de abreviaturas:</strong>\";'),('an','messages:rcfilters-limit-and-date-label','s:38:\"es:$1 {{PLURAL:$1|cambio|cambios}}, $2\";'),('an','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:66:\"es:Resultados de filtro por número de cambios y periodo de tiempo\";'),('an','messages:rcfilters-limit-title','s:25:\"es:Resultados que mostrar\";'),('an','messages:rcfilters-liveupdates-button','s:29:\"es:Actualizaciones en directo\";'),('an','messages:rcfilters-liveupdates-button-title-off','s:36:\"es:Mostar los cambios en tiempo real\";'),('an','messages:rcfilters-liveupdates-button-title-on','s:36:\"es:Apagar actualizaciones en directo\";'),('an','messages:rcfilters-noresults-conflict','s:86:\"es:No se encontraron resultados porque los criterios de búsqueda están en conflicto.\";'),('an','messages:rcfilters-other-review-tools','s:34:\"es:Otras herramientas de revisión\";'),('an','messages:rcfilters-preference-help','s:180:\"es:Carga los [[{{#special:RecentChanges}}|cambios recientes]] y los [[{{#special:RecentChangesLinked}}|cambios relacionados]] sin la búsqueda filtrada ni la función de resaltado.\";'),('an','messages:rcfilters-preference-label','s:34:\"es:Usar la interfaz sin JavaScript\";'),('an','messages:rcfilters-quickfilters','s:20:\"es:Filtros guardados\";'),('an','messages:rcfilters-quickfilters-placeholder-description','s:159:\"es:Para guardar tus ajustes de filtro y reutilizarlos más tarde, pulsa en el icono del marcador en el área de Filtro activo que se encuentra a continuación.\";'),('an','messages:rcfilters-quickfilters-placeholder-title','s:36:\"es:No se guardó ningún filtro aún\";'),('an','messages:rcfilters-restore-default-filters','s:36:\"es:Restaurar filtros predeterminados\";'),('an','messages:rcfilters-savedqueries-add-new-title','s:37:\"es:Guardar ajustes de filtro actuales\";'),('an','messages:rcfilters-savedqueries-already-saved','s:97:\"es:Ya se guardaron estos filtros. Modifica tu configuración para crear un filtro guardado nuevo.\";'),('an','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:30:\"es:Crear filtro predeterminado\";'),('an','messages:rcfilters-savedqueries-apply-label','s:15:\"es:Crear filtro\";'),('an','messages:rcfilters-savedqueries-cancel-label','s:11:\"es:Cancelar\";'),('an','messages:rcfilters-savedqueries-defaultlabel','s:20:\"es:Filtros guardados\";'),('an','messages:rcfilters-savedqueries-new-name-label','s:9:\"es:Nombre\";'),('an','messages:rcfilters-savedqueries-new-name-placeholder','s:36:\"es:Describe el propósito del filtro\";'),('an','messages:rcfilters-savedqueries-remove','s:11:\"es:Eliminar\";'),('an','messages:rcfilters-savedqueries-rename','s:17:\"es:Cambiar nombre\";'),('an','messages:rcfilters-savedqueries-setdefault','s:29:\"es:Marcar como predeterminado\";'),('an','messages:rcfilters-savedqueries-unsetdefault','s:32:\"es:Desmarcar como predeterminado\";'),('an','messages:rcfilters-search-placeholder','s:68:\"es:Filtrar cambios (utiliza el menú o busca el nombre de un filtro)\";'),('an','messages:rcfilters-search-placeholder-mobile','s:10:\"es:Filtros\";'),('an','messages:rcfilters-show-new-changes','s:30:\"es:Ver cambios nuevos desde $1\";'),('an','messages:rcfilters-state-message-fullcoverage','s:146:\"es:Seleccionar todos los filtros de este grupo es lo mismo que no seleccionar ninguno, por lo que este filtro no tiene efecto. El grupo incluye $1\";'),('an','messages:rcfilters-state-message-subset','s:177:\"es:Este filtro no tiene ningún efecto debido a que sus resultados se incluyen con los de los siguientes: {{PLURAL:$2|filtro|filtros}} (intente destacarlo para distinguirlo): $1\";'),('an','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('an','messages:rcfilters-tag-prefix-namespace-inverted','s:30:\"es:<strong>Estado:</strong> $1\";'),('an','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('an','messages:rcfilters-tag-remove','s:16:\"es:Quitar «$1»\";'),('an','messages:rcfilters-target-page-placeholder','s:49:\"es:Escribe un nombre de página (o de categoría)\";'),('an','messages:rcfilters-typeofchange-conflicts-hideminor','s:157:\"es:Este filtro «Tipo de cambio» entra en conflicto con el filtro «Ediciones menores». Hay ciertos tipos de cambios que no pueden denominarse «menores».\";'),('an','messages:rcfilters-view-namespaces-tooltip','s:44:\"es:Filtrar resultados por espacio de nombres\";'),('an','messages:rcfilters-view-return-to-default-tooltip','s:38:\"es:Volver al menú de filtro principal\";'),('an','messages:rcfilters-view-tags','s:24:\"es:Ediciones etiquetadas\";'),('an','messages:rcfilters-view-tags-help-icon-tooltip','s:52:\"es:Más información sobre las ediciones etiquetadas\";'),('an','messages:rcfilters-view-tags-tooltip','s:54:\"es:filtrado de resultados usando etiquetas de edición\";'),('an','messages:rcfilters-watchlist-edit-watchlist-button','s:32:\"es:Edita tu lista de seguimiento\";'),('an','messages:rcfilters-watchlist-markseen-button','s:39:\"es:Marcar todos los cambios como vistos\";'),('an','messages:rcfilters-watchlist-preference-help','s:118:\"es:Carga la [[{{#special:Watchlist}}|lista de seguimiento]] sin filtros de búsqueda ni la funcionalidad de resaltado.\";'),('an','messages:rcfilters-watchlist-preference-label','s:31:\"es:Usar interfaz sin JavaScript\";'),('an','messages:rcfilters-watchlist-showupdated','s:152:\"es:Los cambios hechos en páginas que no has visitado desde que se efectuaron aparecen en <strong>negrita</strong>, acompañados de marcadores sólidos.\";'),('an','messages:rclinks','s:57:\"an:Amostrar os zaguers $1 cambeos en os zaguers $2 días.\";'),('an','messages:rclistfrom','s:40:\"an:Amostrar cambeos recients dende $3 $2\";'),('an','messages:rclistfromreset','s:34:\"es:Restablecer selección de fecha\";'),('an','messages:rcnotefrom','s:65:\"an:Contino s\'amuestran os cambeos dende \'\'\'$2\'\'\' (dica \'\'\'$1\'\'\').\";'),('an','messages:rcpatroldisabled','s:51:\"an:S\'ha desactivato o control d\'os zagurers cambeos\";'),('an','messages:rcpatroldisabledtext','s:74:\"an:A función de control d\'os zaguers cambeos ye desactivata en iste inte.\";'),('an','messages:rcshowhideanons','s:23:\"an:$1 usuarios anonimos\";'),('an','messages:rcshowhideanons-hide','s:9:\"an:Amagar\";'),('an','messages:rcshowhideanons-show','s:11:\"an:Amostrar\";'),('an','messages:rcshowhidebots','s:10:\"an:$1 bots\";'),('an','messages:rcshowhidebots-hide','s:9:\"an:Amagar\";'),('an','messages:rcshowhidebots-show','s:11:\"an:Amostrar\";'),('an','messages:rcshowhidecategorization','s:33:\"es:$1 categorización de páginas\";'),('an','messages:rcshowhidecategorization-hide','s:10:\"es:Ocultar\";'),('an','messages:rcshowhidecategorization-show','s:10:\"es:Mostrar\";'),('an','messages:rcshowhideliu','s:26:\"an:$1 usuarios rechistraus\";'),('an','messages:rcshowhideliu-hide','s:9:\"an:Amagar\";'),('an','messages:rcshowhideliu-show','s:11:\"an:Amostrar\";'),('an','messages:rcshowhidemine','s:23:\"an:$1 as mías edicions\";'),('an','messages:rcshowhidemine-hide','s:9:\"an:Amagar\";'),('an','messages:rcshowhidemine-show','s:11:\"an:Amostrar\";'),('an','messages:rcshowhideminor','s:24:\"an:$1 as edicions menors\";'),('an','messages:rcshowhideminor-hide','s:9:\"an:Amagar\";'),('an','messages:rcshowhideminor-show','s:11:\"an:Amostrar\";'),('an','messages:rcshowhidepatr','s:26:\"an:$1 edicions controladas\";'),('an','messages:rcshowhidepatr-hide','s:10:\"es:Ocultar\";'),('an','messages:rcshowhidepatr-show','s:10:\"es:Mostrar\";'),('an','messages:readonly','s:27:\"an:Base de datos bloqueyata\";'),('an','messages:readonly_lag','s:84:\"an:A base de datos ye bloqueyata temporalment entre que os servidors se sincronizan.\";'),('an','messages:readonlytext','s:208:\"an:A base de datos de {{SITENAME}} ye bloqueyata temporalment, probablement por mantenimiento rutinario, dimpués d\'ixo tornará a la normalidat.\nL\'almenistrador que la bloqueyó dió ista esplicación:\n<p>$1\";'),('an','messages:readonlywarning','s:298:\"an:\'\'\'Pare cuenta: A base de datos ye bloqueyata por custions de mantenimiento. Por ixo, en iste inte ye imposible d\'alzar as suyas edicions. Puede copiar y apegar o texto en un fichero y alzar-lo ta dimpués.\'\'\'\n\nA esplicación ufierta por l\'almenistrador que bloqueyó a base de datos ye ista: $1\";'),('an','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('an','messages:recentchanges','s:18:\"an:Zaguers cambeos\";'),('an','messages:recentchanges-feed-description','s:70:\"an:Seguir os cambios más recients d\'o wiki en ista fuent de noticias.\";'),('an','messages:recentchanges-label-bot','s:37:\"an:Ista edición fue feita por un bot\";'),('an','messages:recentchanges-label-minor','s:29:\"an:Ista ye una edición menor\";'),('an','messages:recentchanges-label-newpage','s:44:\"an:Ista edición ha creyau una nueva pachina\";'),('an','messages:recentchanges-label-plusminus','s:58:\"an:A grandaria d\'a pachina ha cambeau iste numero de bytes\";'),('an','messages:recentchanges-label-unpatrolled','s:41:\"an:Esta edición encara no s\'ha controlau\";'),('an','messages:recentchanges-legend','s:45:\"an:Opcions sobre a pachina de zaguers cambeos\";'),('an','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('an','messages:recentchanges-legend-heading','s:28:\"an:<strong>Leyenda:</strong>\";'),('an','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('an','messages:recentchanges-legend-newpage','s:102:\"an:{{int:recentchanges-label-newpage}} (veyer tamién a [[Special:NewPages|lista de pachinas nuevas]])\";'),('an','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('an','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('an','messages:recentchanges-legend-watchlistexpiry','s:33:\"es:Página vigilada temporalmente\";'),('an','messages:recentchanges-network','s:101:\"es:No se cargó ningún resultado debido a un problema técnico. Prueba a volver a cargar la página.\";'),('an','messages:recentchanges-noresult','s:83:\"es:No hubo cambios que respondan a esos criterios durante el período seleccionado.\";'),('an','messages:recentchanges-notargetpage','s:89:\"es:Escribe el nombre de una página más arriba para ver cambios relativos a esa página.\";'),('an','messages:recentchanges-page-added-to-category','s:35:\"es:[[:$1]] añadida a la categoría\";'),('an','messages:recentchanges-page-added-to-category-bundled','s:111:\"es:[[:$1]] añadida a la categoría, [[Special:WhatLinksHere/$1|esta página está incluida en otras páginas]]\";'),('an','messages:recentchanges-page-removed-from-category','s:37:\"es:[[:$1]] eliminada de la categoría\";'),('an','messages:recentchanges-page-removed-from-category-bundled','s:113:\"es:[[:$1]] eliminada de la categoría, [[Special:WhatLinksHere/$1|esta página está incluida en otras páginas]]\";'),('an','messages:recentchanges-submit','s:10:\"es:Mostrar\";'),('an','messages:recentchanges-summary','s:58:\"an:Siga os cambeos más recients d\'a wiki en ista pachina.\";'),('an','messages:recentchanges-timeout','s:112:\"es:Se agotó el tiempo de espera de esta búsqueda. Puede que quieras probar con otros parámetros de búsqueda.\";'),('an','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('an','messages:recentchangescount','s:45:\"an:Numero d\'edicions a amostrar, por defecto:\";'),('an','messages:recentchangesdays','s:50:\"an:Días que s\'amostrarán en \'\'zaguers cambeos\'\':\";'),('an','messages:recentchangesdays-max','s:39:\"an:(masimo $1 {{PLURAL:$1|día|días}})\";'),('an','messages:recentchangeslinked','s:22:\"an:Cambeos relacionaus\";'),('an','messages:recentchangeslinked-feed','s:23:\"an:Cambeos relacionatos\";'),('an','messages:recentchangeslinked-page','s:22:\"an:Nombre d\'a pachina:\";'),('an','messages:recentchangeslinked-summary','s:307:\"an:Introduce o nombre d\'una pachina ta veyer os cambeos en las pachinas enlazadas. (Ta veyer miembros d\'una categoría, introduce {{ns:category}}:Nombre d\'a categoría). Os cambeos reyalizaus en as pachinas sigan en a tuya [[Special:Watchlist|lista de seguimiento]] apareixerán en <strong>negreta</strong>.\";'),('an','messages:recentchangeslinked-title','s:31:\"an:Cambeos relacionaus con \"$1\"\";'),('an','messages:recentchangeslinked-to','s:84:\"an:En cuentas d\'ixo, amostrar os cambeos en pachinas con vinclos enta a pachina data\";'),('an','messages:recentchangeslinked-toolbox','s:23:\"an:Cambios relacionatos\";'),('an','messages:recentchangestext','s:4:\"en:-\";'),('an','messages:recreate','s:18:\"an:Tornar a creyar\";'),('an','messages:recreate-moveddeleted-warn','s:214:\"an:Pare cuenta: ye creyando de nuevas una pachina que ya ha s\'heba borrada denantes.\'\'\'\n\nConsidere si ye preciso continar editando ista pachina.\nContino s\'amuestra o rechistro de borraus y treslaus ta ista pachina:\";'),('an','messages:red-link-title','s:34:\"an:$1 (a pachina encara no existe)\";'),('an','messages:redirect','s:86:\"an:Reendreza por fichero u por identificador d\'usuario, pachina, revisión u rechistro\";'),('an','messages:redirect-file','s:21:\"an:Nombre d\'o fichero\";'),('an','messages:redirect-logid','s:28:\"es:Identificador de registro\";'),('an','messages:redirect-lookup','s:10:\"an:Buscar:\";'),('an','messages:redirect-not-exists','s:27:\"es:No se encontró el valor\";'),('an','messages:redirect-not-numeric','s:21:\"es:Valor no numérico\";'),('an','messages:redirect-page','s:28:\"an:Identificador d\'a pachina\";'),('an','messages:redirect-revision','s:24:\"an:Revisión d\'a pachina\";'),('an','messages:redirect-submit','s:8:\"an:Ir-ie\";'),('an','messages:redirect-summary','s:469:\"es:Esta página especial redirige a un archivo (dado un nombre), a una página (dado un identificador de revisión o de página), a una página de usuario (dado un identificador numérico de usuario) o a una entrada del registro (dado un identificador de registro). Uso: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]] o [[{{#Special:Redirect}}/logid/186]].\";'),('an','messages:redirect-text','s:3:\"en:\";'),('an','messages:redirect-user','s:26:\"an:Identificador d\'usuario\";'),('an','messages:redirect-value','s:9:\"es:Valor:\";'),('an','messages:redirectedfrom','s:24:\"an:(Reendrezau dende $1)\";'),('an','messages:redirectexists','s:111:\"es:Existe una redirección en [[:$1]] pero no puede ser borrada automáticamente.\nPor favor escoge otro nombre.\";'),('an','messages:redirectpagesub','s:22:\"an:Pachina reendrezada\";'),('an','messages:redirectto','s:16:\"an:Reendreza ta:\";'),('an','messages:removecredentials','s:24:\"es:Eliminar credenciales\";'),('an','messages:removecredentials-invalidsubpage','s:42:\"es:$1 no es un tipo de credencial válido.\";'),('an','messages:removecredentials-submit','s:24:\"es:Eliminar credenciales\";'),('an','messages:removecredentials-success','s:40:\"es:Tus credenciales han sido eliminadas.\";'),('an','messages:removedwatchtext','s:86:\"an:A pachina \"[[:$1]]\" s\'ha sacau d\'a suya [[Special:Watchlist|lista de seguimiento]].\";'),('an','messages:removedwatchtext-short','s:64:\"es:La página \"$1\" ha sido eliminada de tu lista de seguimiento.\";'),('an','messages:removedwatchtext-talk','s:103:\"es:Se han eliminado «[[:$1]]» y su página asociada de tu [[Special:Watchlist|lista de seguimiento]].\";'),('an','messages:removewatch','s:33:\"an:Sacar d\'a lista de seguimiento\";'),('an','messages:resetpass-abort-generic','s:59:\"es:Una extensión ha cancelado el cambio de la contraseña.\";'),('an','messages:resetpass-expired','s:95:\"es:Tu contraseña ha caducado. Por favor, establece una nueva contraseña para iniciar sesión.\";'),('an','messages:resetpass-expired-soft','s:170:\"es:Tu contraseña ha caducado, por lo que debes cambiarla. Elige una contraseña nueva o pulsa en «{{int:authprovider-resetpass-skip-label}}» para cambiarla más tarde.\";'),('an','messages:resetpass-no-info','s:80:\"an:Debe identificar-se como usuario ta poder acceder dreitament ta ista pachina.\";'),('an','messages:resetpass-recycled','s:67:\"es:Cambia tu contraseña por otra que no sea tu contraseña actual.\";'),('an','messages:resetpass-submit-cancel','s:11:\"an:Cancelar\";'),('an','messages:resetpass-submit-loggedin','s:17:\"an:Cambiar a clau\";'),('an','messages:resetpass-temp-emailed','s:147:\"es:Has iniciado sesión con una contraseña temporal enviada por correo electrónico.\nPara continuar, debes establecer una nueva contraseña aquí:\";'),('an','messages:resetpass-temp-password','s:17:\"an:Clau temporal:\";'),('an','messages:resetpass-validity','s:91:\"es:La contraseña no es válida: $1\n\nDefine una contraseña nueva para acceder a tu cuenta.\";'),('an','messages:resetpass-validity-soft','s:157:\"es:La contraseña no es válida: $1\n\nCámbiala ahora por una nueva, o bien, pulsa en «{{int:authprovider-resetpass-skip-label}}» para cambiarla más tarde.\";'),('an','messages:resetpass-wrong-oldpass','s:118:\"an:A clau actual u temporal no ye conforme.\nTalment ya ha cambiato a suya clau u ha demandato una nueva clau temporal.\";'),('an','messages:resetpass_announce','s:64:\"an:Ta rematar o inicio de sesión, ha de definir una nueva clau:\";'),('an','messages:resetpass_forbidden','s:40:\"an:No se puede cambiar as claus d\'acceso\";'),('an','messages:resetpass_forbidden-reason','s:43:\"es:Las contraseñas no pueden cambiarse: $1\";'),('an','messages:resetpass_header','s:28:\"an:Cambiar a clau d\'a cuenta\";'),('an','messages:resetpass_submit','s:34:\"an:Cambiar a clau y identificar-se\";'),('an','messages:resetpass_text','s:31:\"an:<!-- Adiba aquí o testo -->\";'),('an','messages:resettokens','s:21:\"es:Restablecer claves\";'),('an','messages:resettokens-done','s:30:\"es:Restablecimiento de claves.\";'),('an','messages:resettokens-no-tokens','s:34:\"es:No hay claves para restablecer.\";'),('an','messages:resettokens-resetbutton','s:25:\"es:Restablecer las claves\";'),('an','messages:resettokens-summary','s:3:\"en:\";'),('an','messages:resettokens-text','s:206:\"es:Aquí puedes restablecer las claves que permiten el acceso a ciertos datos privados asociados a tu cuenta.\n\nDeberías hacerlo si los has compartido por accidente, o si ha habido intrusiones en tu cuenta.\";'),('an','messages:resettokens-token-label','s:24:\"es:$1 (valor actual: $2)\";'),('an','messages:resettokens-tokens','s:10:\"es:Claves:\";'),('an','messages:resettokens-watchlist-token','s:105:\"es:Clave del canal (Atom/RSS) de [[Special:Watchlist|cambios en las páginas de tu lista de seguimiento]]\";'),('an','messages:rest-bad-content-model','s:31:\"es:Modelo de contenido malo: $1\";'),('an','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('an','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('an','messages:rest-cannot-load-file','s:55:\"es:No se puede cargar el archivo con el título «$1».\";'),('an','messages:rest-compare-inaccessible','s:80:\"es:La revisión especificada por el parámetro $1 no es accesible públicamente.\";'),('an','messages:rest-compare-nonexistent','s:60:\"es:La revisión especificada por el parámetro $1 no existe.\";'),('an','messages:rest-compare-page-mismatch','s:83:\"es:Las revisiones especificadas perteneces a páginas distintas; no se compararán.\";'),('an','messages:rest-compare-permission-denied','s:55:\"es:El usuario no tiene acceso a la revisión solicitada\";'),('an','messages:rest-compare-wikidiff2','s:52:\"es:Este endpoint requiere wikidiff2 1.9.0 o superor.\";'),('an','messages:rest-compare-wrong-content','s:128:\"es:El espacio $1 de la revisión especificada por el parámetro $2 tiene un tipo de contenido que no se puede convertir a texto.\";'),('an','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('an','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('an','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('an','messages:rest-invalid-user','s:55:\"es:El nombre de usuario especificado ($1) no es válido\";'),('an','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('an','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('an','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('an','messages:rest-no-match','s:80:\"es:La ruta relativa solicitada ($1) no coincide con ningún controlador conocido\";'),('an','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('an','messages:rest-nonexistent-revision','s:43:\"es:No existe la revisión especificada ($1)\";'),('an','messages:rest-nonexistent-title','s:41:\"es:El título especificado ($1) no existe\";'),('an','messages:rest-nonexistent-title-revision','s:76:\"es:La versión especificada ($1) no existe para la página especificada ($2)\";'),('an','messages:rest-nonexistent-user','s:41:\"es:El usuario especificado ($1) no existe\";'),('an','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('an','messages:rest-pagehistory-incompatible-params','s:71:\"es:Los parámetros \"older_than\" y \"newer_than\" no se pueden especificar\";'),('an','messages:rest-pagehistory-param-range-error','s:42:\"es:El id de revisión debe ser mayor que 0\";'),('an','messages:rest-pagehistory-timestamp-error','s:79:\"es:No se puede recuperar la marca de tiempo para la revisión especificada ($1)\";'),('an','messages:rest-pagehistorycount-parameters-invalid','s:60:\"es:No se admite la combinación de parámetros especificada.\";'),('an','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('an','messages:rest-pagehistorycount-type-unrecognized','s:54:\"es:El tipo de recuento especificado ($1) no es válido\";'),('an','messages:rest-permission-denied-anon','s:36:\"es:No accesible por usuario anónimo\";'),('an','messages:rest-permission-denied-revision','s:61:\"es:El usuario no tiene acceso a la revisión solicitada ($1).\";'),('an','messages:rest-permission-denied-title','s:57:\"es:El usuario no tiene permisos para leer el título ($1)\";'),('an','messages:rest-prefix-mismatch','s:80:\"es:La ruta solicitada ($1) no estaba dentro de la ruta raíz ($2) de la API REST\";'),('an','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('an','messages:rest-resource-limit-exceeded','s:67:\"es:Se excedieron los límites de recursos al procesar la solicitud.\";'),('an','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('an','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('an','messages:rest-wrong-method','s:146:\"es:El método solicitado ($1) no estaba en {{PLURAL:$3|los métodos permitidos para esta ruta|uno de los métodos permitidos para esta ruta}} ($2)\";'),('an','messages:restore-count-files','s:38:\"es:{{PLURAL:$1|1 archivo|$1 archivos}}\";'),('an','messages:restore-count-revisions','s:42:\"es:{{PLURAL:$1|1 revisión|$1 revisiones}}\";'),('an','messages:restorelink','s:58:\"an:{{PLURAL:$1|una edición borrata|$1 edicions borratas}}\";'),('an','messages:restoreprefs','s:47:\"an:Restaure todas as confeguracions por defecto\";'),('an','messages:restricted-displaytitle','s:122:\"es:<strong>Atención:</strong> el título mostrado \"$1\" se ignoró porque no es equivalente al título real de la página.\";'),('an','messages:restricted-displaytitle-ignored','s:52:\"es:Páginas con títulos de visualización ignorados\";'),('an','messages:restricted-displaytitle-ignored-desc','s:152:\"es:Esta página tiene una plantilla <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> ignorada porque no es equivalente al título verdadero de la página.\";'),('an','messages:restriction-blank','s:3:\"en:\";'),('an','messages:restriction-create','s:9:\"an:Creyar\";'),('an','messages:restriction-edit','s:11:\"an:Edición\";'),('an','messages:restriction-level','s:25:\"an:Livel de restricción:\";'),('an','messages:restriction-level-all','s:20:\"an:qualsiquier livel\";'),('an','messages:restriction-level-autoconfirmed','s:17:\"an:semiprotechita\";'),('an','messages:restriction-level-sysop','s:20:\"an:protechita de tot\";'),('an','messages:restriction-move','s:12:\"an:Tresladar\";'),('an','messages:restriction-type','s:11:\"an:Premiso:\";'),('an','messages:restriction-upload','s:8:\"an:Carga\";'),('an','messages:restrictionsfield-badip','s:44:\"es:Dirección o intervalo IP no válidos: $1\";'),('an','messages:restrictionsfield-help','s:109:\"es:Una dirección IP o intervalo de CIDR por renglón. Para activarlo todo, utiliza <pre>0.0.0.0/0\n::/0</pre>\";'),('an','messages:restrictionsfield-label','s:31:\"es:Intervalos de IP permitidos:\";'),('an','messages:retrievedfrom','s:18:\"an:Obteniu de \"$1\"\";'),('an','messages:returnto','s:16:\"an:Tornar ta $1.\";'),('an','messages:retypenew','s:33:\"an:Torne a escribir a nueva clau:\";'),('an','messages:reuploaddesc','s:63:\"an:Anular a carga y tornar ta o formulario de carga de fichers.\";'),('an','messages:rev-deleted-comment','s:33:\"an:(resumen d\'edición eliminato)\";'),('an','messages:rev-deleted-diff-view','s:197:\"an:Una d\'as versions d\'ista comparanza s\'ha \'\'\'borrato\'\'\'.\nPuede veyer a comparanza; en trobará mas detalles en o [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} rechistro de borraus].\";'),('an','messages:rev-deleted-event','s:34:\"an:(acción borrata d\'o rechistro)\";'),('an','messages:rev-deleted-no-diff','s:206:\"an:No puede veyer ista comparanza de pachinas porque una d\'as versions s\'ha \'\'\'borrato\'\'\'.\nPuet trobar más detalles en o [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} rechistro de borraus].\";'),('an','messages:rev-deleted-text-permission','s:157:\"an:Ista versión d\'a pachina s\'ha \'\'\'borrato\'\'\'.\nTalment pueda trobe más detalles en o [{{fullurl:{{#Special:Log}}/suppress|page=$1}} rechistro de borraus].\";'),('an','messages:rev-deleted-text-unhide','s:213:\"an:Ista versión d\'a pachina s\'ha \'\'\'borrato\'\'.\nPuet trobar más detalles en o [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} rechistro de borraus].\nEncara puet [$1 veyer ista versión ] si lo deseya.\";'),('an','messages:rev-deleted-text-view','s:163:\"an:Ista versión d\'a pachina s\'ha \'\'\'borrato\'\'\'.\nLa puet veyer; en trobará mas detalles en o [{{fullurl:{{#Special:Log}}/suppress|page=$1}} rechistro de borraus].\";'),('an','messages:rev-deleted-unhide-diff','s:234:\"an:Una d\'as versions d\'ista comparanza s\'ha \'\'\'borrato\'\'\'.\nEn trobará mas detalles en o [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} rechistro de borraus].\nSi lo deseya, encara puet seguir [$1 veyendo ista comparanza].\";'),('an','messages:rev-deleted-user','s:38:\"an:(s\'ha sacato iste nombre d\'usuario)\";'),('an','messages:rev-deleted-user-contribs','s:80:\"an:[nombre d\'usuario u adreza IP elminada - edición amagada d\'as contribucions]\";'),('an','messages:rev-delundel','s:18:\"an:amostrar/amagar\";'),('an','messages:rev-showdeleted','s:11:\"an:amostrar\";'),('an','messages:rev-suppressed-diff-view','s:205:\"an:Una d\'as versions d\'ista comparanza s\'ha \'\'\'borrato\'\'\'.\nEncara puet veyer a comparanza; en trobará mas detalles en o [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} rechistro de borraus].\";'),('an','messages:rev-suppressed-no-diff','s:82:\"an:Nop puet veyer ista diferencia porque una d\'as versions ha estau \'\'\'borrata\'\'\'.\";'),('an','messages:rev-suppressed-text','s:64:\"es:Esta revisión de página ha sido <strong>suprimida</strong>.\";'),('an','messages:rev-suppressed-text-permission','s:162:\"es:Esta revisión ha sido <strong>suprimida</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/suppress|page=$1}} registro de supresiones].\";'),('an','messages:rev-suppressed-text-unhide','s:218:\"an:Ista versión d\'a pachina ha estau \'\'\'borrada\'\'\'.\nPuet trobar más detalles en o [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} rechistro de borraus].\nEncara puet [$1 veyer ista versión ] si lo deseya.\";'),('an','messages:rev-suppressed-text-view','s:163:\"an:Ista versión d\'a pachina s\'ha \'\'\'borrato\'\'\'.\nLa puet veyer; en trobará mas detalles en o [{{fullurl:{{#Special:Log}}/suppress|page=$1}} rechistro de borraus].\";'),('an','messages:rev-suppressed-unhide-diff','s:234:\"an:Una d\'as versions d\'ista comparanza s\'ha \'\'\'borrato\'\'\'.\nEn trobará mas detalles en o [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} rechistro de borraus].\nSi lo deseya, encara puet seguir [$1 veyendo ista comparanza].\";'),('an','messages:revdel-restore','s:24:\"an:Cambiar a visibilidat\";'),('an','messages:revdelete-concurrent-change','s:182:\"an:Error en modificar l\'elemento d\'o $1 a las $2: pareix que o suyo estau ha estau cambiau por belatro usuario quan vusté miraba de modificar-lo. Por favor, verifique os rechistros.\";'),('an','messages:revdelete-confirm','s:158:\"an:Por favor confirme que ye mirando de fer ísto, que entiende as conseqüencias, y que lo ye fendo d\'alcuerdo con [[{{MediaWiki:Policy-url}}|as politicas]].\";'),('an','messages:revdelete-content-hid','s:18:\"an:conteniu amagau\";'),('an','messages:revdelete-content-unhid','s:20:\"an:conteniu amostrau\";'),('an','messages:revdelete-edit-reasonlist','s:30:\"an:Editar as razons d\'o borrau\";'),('an','messages:revdelete-edit-reasonlist-suppress','s:31:\"es:Editar motivos de supresión\";'),('an','messages:revdelete-failure','s:65:\"an:\'\'\'La visibilidat d\'a versión no s\'ha puesto esviellar:\'\'\'\n$1\";'),('an','messages:revdelete-hide-comment','s:31:\"an:Amagar comentario d\'edición\";'),('an','messages:revdelete-hide-current','s:97:\"an:Error en amagar l\'obchecto de calendata $2 y $1: ista ye a versión actual.\nNo se puet amagar.\";'),('an','messages:revdelete-hide-image','s:32:\"an:Amagar o conteniu d\'o fichero\";'),('an','messages:revdelete-hide-name','s:30:\"an:Amagar acción y obchectivo\";'),('an','messages:revdelete-hide-restricted','s:64:\"an:Suprimir os datos d\'os almenistradors igual como os d\'a resta\";'),('an','messages:revdelete-hide-text','s:30:\"an:Amagar o texto d\'a versión\";'),('an','messages:revdelete-hide-user','s:41:\"an:Amagar o nombre/l\'adreza IP d\'o editor\";'),('an','messages:revdelete-legend','s:43:\"an:Establir as restriccions de visibilidat:\";'),('an','messages:revdelete-log','s:10:\"an:Razón:\";'),('an','messages:revdelete-modify-missing','s:69:\"an:Error en modificar l\'obchecto ID $1: no se troba en base de datos!\";'),('an','messages:revdelete-modify-no-access','s:121:\"an:Error en modificar l\'obchecto de calendata $2, $1: este obchecto s\'ha marcau como \"restrinchiu\".\nNo tien acceso a ell.\";'),('an','messages:revdelete-no-change','s:100:\"an:\'\'\'Pare cuenta:\'\'\' a versión d\'o $1 a las $2 ya tien as restriccions de visibilidat solicitadas.\";'),('an','messages:revdelete-no-file','s:36:\"an:O fichero especificato no existe.\";'),('an','messages:revdelete-nooldid-text','s:164:\"an:No ha indicato sobre qué versión u versions de destino s\'ha d\'aplicar ista función, a versión especificata no existe u ye mirando d\'amagar a versión actual.\";'),('an','messages:revdelete-nooldid-title','s:39:\"an:A versión de destino no ye conforme\";'),('an','messages:revdelete-offender','s:22:\"an:Autor d\'a edición:\";'),('an','messages:revdelete-only-restricted','s:160:\"an:Error en amagar l\'elemento d\'o $1 a las $2: no puet eliminar elementos d\'a vista d\'os administradors sin trigar alavez una d\'as atras opcions de visibilidat.\";'),('an','messages:revdelete-otherreason','s:21:\"an:Atras/más razons:\";'),('an','messages:revdelete-radio-same','s:15:\"an:(no cambiar)\";'),('an','messages:revdelete-radio-set','s:6:\"an:Sí\";'),('an','messages:revdelete-radio-unset','s:5:\"an:No\";'),('an','messages:revdelete-reason-dropdown','s:126:\"an:*Razons comuns de borraus\n** Violación de Copyright\n** Información personal inapropiada\n** Difamación u calumnias grieus\";'),('an','messages:revdelete-reason-dropdown-suppress','s:75:\"es:*Razones de supresión más comunes\n** Información personal inapropiada\";'),('an','messages:revdelete-reasonotherlist','s:14:\"an:Atra razón\";'),('an','messages:revdelete-restricted','s:51:\"an:S\'han aplicato as restriccions ta administradors\";'),('an','messages:revdelete-selected-file','s:74:\"es:{{PLURAL:$1|Versión seleccionada|Versiones seleccionadas}} de [[:$2]]:\";'),('an','messages:revdelete-selected-text','s:76:\"es:{{PLURAL:$1|Revisión seleccionada|Revisiones seleccionadas}} de [[:$2]]:\";'),('an','messages:revdelete-show-file-confirm','s:98:\"an:Seguro que quiere veyer una versión borrata d\'o fichero \"<nowiki>$1</nowiki>\" d\'o $2 a las $3?\";'),('an','messages:revdelete-show-file-submit','s:6:\"an:Sí\";'),('an','messages:revdelete-show-no-access','s:120:\"an:Error amostrando l\'obchecto de calendata $2, $1: iste obchecto s\'ha marcau como \"restrinchiu\".\n No tien acceso a tot.\";'),('an','messages:revdelete-submit','s:68:\"an:Aplicar a {{PLURAL:$1|la versión trigata|las versions trigatas}}\";'),('an','messages:revdelete-success','s:64:\"an:\'\'\'S\'ha cambiato correctament a visibilidat d\'as versions.\'\'\'\";'),('an','messages:revdelete-summary-hid','s:28:\"an:resumen d\'edición amagau\";'),('an','messages:revdelete-summary-unhid','s:30:\"an:resumen d\'edición amostrau\";'),('an','messages:revdelete-suppress','s:72:\"an:Sacar os datos d\'os almenistradors igual como os d\'a resta d\'usuarios\";'),('an','messages:revdelete-suppress-text','s:264:\"an:Os borraus de versions \'\'\'nomás\'\'\' s\'habrían de fer en os siguients casos:\n* Información potencialment difamatoria o libelo grieu.\n* Información personal inapropiada\n*: \'\'domicilios y números de telefono, numeros d\'afiliación a la seguridat social, etc.\'\'\";'),('an','messages:revdelete-text-file','s:144:\"es:Las versiones eliminadas seguirán apareciendo en el historial del archivo, pero partes de su contenido serán inaccesibles para el público.\";'),('an','messages:revdelete-text-others','s:134:\"es:Los demás administradores podrán acceder al contenido oculto y restaurarlo, a menos que se establezcan restricciones adicionales.\";'),('an','messages:revdelete-text-text','s:144:\"es:Las revisiones eliminadas seguirán apareciendo en el historial de la página, pero parte de su contenido será inaccesible para el público.\";'),('an','messages:revdelete-uname-hid','s:26:\"an:nombre d\'usuario amagau\";'),('an','messages:revdelete-uname-unhid','s:28:\"an:nombre d\'usuario amostrau\";'),('an','messages:revdelete-unrestricted','s:50:\"an:S\'han borrato as restriccions ta administradors\";'),('an','messages:revdelete-unsuppress','s:47:\"an:Sacar restriccions d\'as versions restauradas\";'),('an','messages:reverted','s:40:\"an:S\'ha tornato ta una versión anterior\";'),('an','messages:revertmerge','s:19:\"an:Desfer a fusión\";'),('an','messages:revertmove','s:11:\"an:revertir\";'),('an','messages:revertpage','s:153:\"an:S\'han revertito as edicions de [[Special:Contributions/$2|$2]] ([[User talk:$2|Descusión]]); tornando t\'a zaguera versión editada por [[User:$1|$1]]\";'),('an','messages:revertpage-anon','s:107:\"es:Revertidas las modificaciones de [[Special:Contributions/$2|$2]] a la última versión de [[User:$1|$1]]\";'),('an','messages:revertpage-nouser','s:117:\"an:S\'han revertito as edicions feitas por (nombre d\'usuario eliminato) a la zaguera versión feita por [[User:$1|$1]]\";'),('an','messages:revid','s:15:\"es:revisión $1\";'),('an','messages:revision-info','s:31:\"an:Versión d\'o $1 feita por $2\";'),('an','messages:revision-info-current','s:4:\"en:-\";'),('an','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('an','messages:revisionasof','s:18:\"an:Versión d\'o $1\";'),('an','messages:revisiondelete','s:28:\"an:Borrar/restaurar versions\";'),('an','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('an','messages:right-apihighlimits','s:43:\"an:Usar limites más altos en consultas API\";'),('an','messages:right-applychangetags','s:67:\"es:Aplicar [[Special:Tags|etiquetas]] junto con los cambios propios\";'),('an','messages:right-autoconfirmed','s:34:\"an:Editar pachinas semiprotechitas\";'),('an','messages:right-autocreateaccount','s:69:\"es:Iniciar sesión automáticamente con una cuenta de usuario externa\";'),('an','messages:right-autopatrol','s:55:\"an:Sinyalar automaticament as edicions como patrullatas\";'),('an','messages:right-bigdelete','s:40:\"an:Borrar pachinas con historials largos\";'),('an','messages:right-block','s:52:\"an:Bloqueyar a atros usuarios ta privar-les d\'editar\";'),('an','messages:right-blockemail','s:57:\"an:Bloqueyar a un usuario ta privar-le de ninviar correus\";'),('an','messages:right-bot','s:48:\"an:Ser tractato como un proceso automatico (bot)\";'),('an','messages:right-browsearchive','s:26:\"an:Mirar pachinas borratas\";'),('an','messages:right-changetags','s:108:\"es:Agregar y quitar [[Special:Tags|etiquetas]] arbitrarias a revisiones individuales y entradas del registro\";'),('an','messages:right-createaccount','s:34:\"an:Creyar nuevas cuentas d\'usuario\";'),('an','messages:right-createpage','s:56:\"an:Creyar pachinas (que no sían pachinas de descusión)\";'),('an','messages:right-createtalk','s:32:\"an:Creyar pachinas de descusión\";'),('an','messages:right-delete','s:18:\"an:Borrar pachinas\";'),('an','messages:right-delete-redirect','s:60:\"es:Borrar páginas cuya única revisión es una redirección\";'),('an','messages:right-deletechangetags','s:58:\"es:Eliminar [[Special:Tags|etiquetas]] de la base de datos\";'),('an','messages:right-deletedhistory','s:72:\"an:Veyer as dentradas borratas de l\'historial, sin o suyo texto asociato\";'),('an','messages:right-deletedtext','s:61:\"an:Veyer o texto borrato y os cambios entre versions borratas\";'),('an','messages:right-deletelogentry','s:55:\"es:Borrar y restaurar entradas de registro específicas\";'),('an','messages:right-deleterevision','s:56:\"an:Borrar y recuperar versions especificas d\'una pachina\";'),('an','messages:right-edit','s:18:\"an:Editar pachinas\";'),('an','messages:right-editcontentmodel','s:47:\"es:Editar el modelo de contenido de una página\";'),('an','messages:right-editinterface','s:32:\"an:Editar a interficie d\'usuario\";'),('an','messages:right-editmyoptions','s:26:\"es:Editar tus preferencias\";'),('an','messages:right-editmyprivateinfo','s:80:\"es:Editar su propia información privada (ej.: correo electrónico, nombre real)\";'),('an','messages:right-editmyusercss','s:26:\"es:Editar tus archivos CSS\";'),('an','messages:right-editmyuserjs','s:33:\"es:Editar tus archivos JavaScript\";'),('an','messages:right-editmyuserjson','s:46:\"es:Editar tus propias páginas en formato JSON\";'),('an','messages:right-editmyuserjsredirect','s:89:\"es:Editar tus propias páginas de usuario en formato JavaScript cuando sean redirecciones\";'),('an','messages:right-editmywatchlist','s:129:\"es:Editar su propia lista de seguimiento (ten en cuenta que algunas acciones seguirán añadiendo páginas aun sin este permiso).\";'),('an','messages:right-editprotected','s:62:\"an:Editar pachinas protechitas (sin de protección en cascada)\";'),('an','messages:right-editsemiprotected','s:74:\"es:Editar páginas protegidas como «{{int:protect-level-autoconfirmed}}»\";'),('an','messages:right-editsitecss','s:30:\"es:Editar CSS global del sitio\";'),('an','messages:right-editsitejs','s:37:\"es:Editar JavaScript global del sitio\";'),('an','messages:right-editsitejson','s:31:\"es:Editar JSON global del sitio\";'),('an','messages:right-editusercss','s:41:\"an:Editar os fichers CSS d\'atros usuarios\";'),('an','messages:right-edituserjs','s:40:\"an:Editar os fichers JS d\'atros usuarios\";'),('an','messages:right-edituserjson','s:42:\"an:Editar os fichers JSON d\'atros usuarios\";'),('an','messages:right-hideuser','s:57:\"an:Bloqueyar un nombre d\'usuario, amagando-lo d\'o publico\";'),('an','messages:right-import','s:38:\"an:Importar pachinas dende atros wikis\";'),('an','messages:right-importupload','s:40:\"an:Importar pachinas de fichers cargatos\";'),('an','messages:right-ipblock-exempt','s:87:\"an:Ignorar os bloqueyos d\'adrezas IP, os autobloqueyos y os bloqueyos de rangos de IPs.\";'),('an','messages:right-managechangetags','s:50:\"es:Crear y (des)activar [[Special:Tags|etiquetas]]\";'),('an','messages:right-markbotedits','s:53:\"an:Sinyalar as edicions esfeitas como edicions de bot\";'),('an','messages:right-mergehistory','s:37:\"an:Fusionar l\'historial d\'as pachinas\";'),('an','messages:right-mf-uploadbutton','s:48:\"es:Usar el botón de carga en páginas móviles.\";'),('an','messages:right-minoredit','s:32:\"an:Sinyalar como edicions menors\";'),('an','messages:right-move','s:21:\"an:Tresladar pachinas\";'),('an','messages:right-move-categorypages','s:24:\"es:Trasladar categorías\";'),('an','messages:right-move-rootuserpages','s:40:\"an:Tresladar pachinas de l\'usuario radiz\";'),('an','messages:right-move-subpages','s:48:\"an:Tresladar as pachinas con a suyas sozpachinas\";'),('an','messages:right-movefile','s:20:\"an:Tresladar fichers\";'),('an','messages:right-noanalytics','s:41:\"es:Exento de seguimiento de análisis web\";'),('an','messages:right-nominornewtalk','s:97:\"an:Fer que as edicions menors en pachinas de descusión no cheneren l\'aviso de \"nuevos mensaches\"\";'),('an','messages:right-noratelimit','s:44:\"an:No se vei afectato por os limites maximos\";'),('an','messages:right-override-export-depth','s:68:\"an:Exporta pachinas que incluigan as enlazadas dica un fundaria de 5\";'),('an','messages:right-pagelang','s:34:\"es:Cambiar el idioma de la página\";'),('an','messages:right-patrol','s:37:\"an:Sinyalar edicions como patrullatas\";'),('an','messages:right-patrolmarks','s:59:\"an:Amostrar os sinyals de patrullache en os zaguers cambeos\";'),('an','messages:right-protect','s:65:\"an:Cambiar os livels de protección y editar pachinas protechitas\";'),('an','messages:right-purge','s:71:\"an:Porgar a memoria caché ta una pachina sin necesidat de confirmar-la\";'),('an','messages:right-read','s:17:\"an:Leyer pachinas\";'),('an','messages:right-reupload','s:39:\"an:Cargar dencima d\'un fichero existent\";'),('an','messages:right-reupload-own','s:64:\"an:Cargar dencima d\'un fichero que ya eba cargau o mesmo usuario\";'),('an','messages:right-reupload-shared','s:69:\"an:Sobreescribir localment fichers en o reposte multimedia compartito\";'),('an','messages:right-rollback','s:73:\"an:Desfer a escape as edicions d\'o zaguer usuario que cambió una pachina\";'),('an','messages:right-sendemail','s:49:\"an:Ninviar un correu electronico a atros usuarios\";'),('an','messages:right-siteadmin','s:39:\"an:Trancar y destrancar a base de datos\";'),('an','messages:right-suppressionlog','s:30:\"an:Veyer os rechistro privatos\";'),('an','messages:right-suppressredirect','s:79:\"an:No creyar una reendrecera dende o nombre antigo quan se treslade una pachina\";'),('an','messages:right-suppressrevision','s:61:\"an:Revisar y recuperar versions amagatas ta os Admenistradors\";'),('an','messages:right-unblockself','s:30:\"an:Desbloqueyar-se ells mesmos\";'),('an','messages:right-undelete','s:24:\"an:Recuperar una pachina\";'),('an','messages:right-unwatchedpages','s:45:\"an:Amostrar una lista de pachinas sin cosirar\";'),('an','messages:right-upload','s:17:\"an:Cargar fichers\";'),('an','messages:right-upload_by_url','s:41:\"an:Cargar un fichero dende una adreza URL\";'),('an','messages:right-userrights','s:35:\"an:Editar totz os dreitos d\'usuario\";'),('an','messages:right-userrights-interwiki','s:58:\"an:Editar os dreitos d\'usuario d\'os usuarios d\'atros wikis\";'),('an','messages:right-viewmyprivateinfo','s:77:\"es:Ver su propia información privada (ej.: correo electrónico, nombre real)\";'),('an','messages:right-viewmywatchlist','s:37:\"es:Ver su propia lista de seguimiento\";'),('an','messages:right-viewsuppressed','s:46:\"es:Ver revisiones ocultas de cualquier usuario\";'),('an','messages:right-writeapi','s:31:\"an:Emplego de l\'API d\'escritura\";'),('an','messages:rightslog','s:51:\"an:Rechistro de cambios en os dreitos d\'os usuarios\";'),('an','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('an','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('an','messages:rightslogentry-temporary-group','s:26:\"es:$1 (temporal, hasta $2)\";'),('an','messages:rightslogtext','s:64:\"an:Iste ye un rechistro d\'os cambios en os dreitos d\'os usuarios\";'),('an','messages:rightsnone','s:10:\"an:(garra)\";'),('an','messages:rollback','s:20:\"an:Revertir edicions\";'),('an','messages:rollback-confirmation-confirm','s:23:\"es:Por favor, confirma:\";'),('an','messages:rollback-confirmation-no','s:11:\"es:Cancelar\";'),('an','messages:rollback-confirmation-yes','s:11:\"es:Revertir\";'),('an','messages:rollback-missingparam','s:49:\"es:Faltan parámetros requeridos en la solicitud.\";'),('an','messages:rollback-missingrevision','s:45:\"es:No se pueden cargar datos de la revisión.\";'),('an','messages:rollback-success','s:74:\"an:Revertidas as edicions de $1; s\'ha retornato t\'a zaguer versión de $2.\";'),('an','messages:rollbackfailed','s:26:\"an:No s\'ha puesto revertir\";'),('an','messages:rollbacklink','s:11:\"an:revertir\";'),('an','messages:rollbacklinkcount','s:46:\"an:revertir $1 {{PLURAL:$1|edición|edicions}}\";'),('an','messages:rollbacklinkcount-morethan','s:55:\"es:revertir más de $1 {{PLURAL:$1|edición|ediciones}}\";'),('an','messages:rotate-comment','s:65:\"es:Imagen girada $1 {{PLURAL:$1|grado|grados}} en sentido horario\";'),('an','messages:sat','s:6:\"an:sab\";'),('an','messages:saturday','s:9:\"an:sabado\";'),('an','messages:saturday-at','s:22:\"es:el sábado a las $1\";'),('an','messages:savearticle','s:16:\"an:Alzar pachina\";'),('an','messages:savearticle-start','s:21:\"es:Guardar página…\";'),('an','messages:savechanges','s:18:\"es:Guardar cambios\";'),('an','messages:savechanges-start','s:21:\"es:Guardar cambios…\";'),('an','messages:savedprefs','s:37:\"an:S\'han alzau as suyas preferencias.\";'),('an','messages:savedrights','s:69:\"es:Se han guardado los grupos de {{GENDER:$1|usuario|usuaria}} de $1.\";'),('an','messages:savefile','s:16:\"an:Alzar fichero\";'),('an','messages:saveprefs','s:21:\"an:Alzar preferencias\";'),('an','messages:saveusergroups','s:29:\"an:Alzar as collas d\'usuarios\";'),('an','messages:scarytranscludedisabled','s:47:\"an:[S\'ha desactivato a transclusión interwiki]\";'),('an','messages:scarytranscludefailed','s:51:\"an:[Ha fallato a recuperación d\'a plantilla ta $1]\";'),('an','messages:scarytranscludefailed-httpstatus','s:57:\"es:[Error de recuperación de plantilla para $1: HTTP $2]\";'),('an','messages:scarytranscludetoolong','s:26:\"an:[O URL ye masiau largo]\";'),('an','messages:search','s:8:\"an:Mirar\";'),('an','messages:search-category','s:18:\"es:(categoría $1)\";'),('an','messages:search-error','s:37:\"es:Ha ocurrido un error al buscar: $1\";'),('an','messages:search-external','s:16:\"an:Busca externa\";'),('an','messages:search-file-match','s:42:\"es:(coincide con el contenido del archivo)\";'),('an','messages:search-filter-title-prefix','s:66:\"es:Buscar solo en las páginas cuyos títulos comiencen por «$1»\";'),('an','messages:search-filter-title-prefix-reset','s:31:\"es:Buscar en todas las páginas\";'),('an','messages:search-ignored-headings','s:636:\"es: #<!-- dejar esta línea exactamente como está --> <pre>\n# Títulos que serán ignorados por la búsqueda.\n# Los cambios estarán en vigor tan pronto como la página con el título esté indexada.\n# Puedes forzar la reindexación de una página haciendo una edición nula.\n# La sintaxis es la siguiente:\n#   * Todo lo que sigue a un carácter \"#\" hasta el final de la línea, es un comentario.\n#   * Todas las líneas que no están en blanco son los títulos exactos que se ignorarán (diferenciando mayúsculas de minúsculas).\nReferencias\nEnlaces externos\nVéase también\n #</pre> <!-- dejar esta línea exactamente como está -->\";'),('an','messages:search-interwiki-custom','s:3:\"en:\";'),('an','messages:search-interwiki-more','s:9:\"an:(más)\";'),('an','messages:search-interwiki-more-results','s:18:\"es:más resultados\";'),('an','messages:search-interwiki-resultset-link','s:27:\"es:Ver todos los resultados\";'),('an','messages:search-invalid-sort-order','s:117:\"es:La ordenación $1 no está reconocida, se aplicará la ordenación por defecto. Las ordenaciones válidas sonː $2\";'),('an','messages:search-match-redirect-help','s:125:\"es:Selecciona esta opción para que se te redirija a una página cuando el título de la página coincida con lo que buscaste\";'),('an','messages:search-match-redirect-label','s:46:\"es:Redirigir a coincidencias exactas al buscar\";'),('an','messages:search-nonefound','s:57:\"an:No s\'ha trobau garra resultau que cumpla os criterios.\";'),('an','messages:search-nonefound-thiswiki','s:74:\"es:No hay resultados que cumplan los criterios de búsqueda en este sitio.\";'),('an','messages:search-redirect','s:25:\"an:(reendrecera dende $1)\";'),('an','messages:search-relatedarticle','s:14:\"an:Relacionato\";'),('an','messages:search-result-category-size','s:124:\"an:{{PLURAL:$1|1 miembro|$1 miembros}} ({{PLURAL:$2|1 subcategoría|$2 subcategorías}}, {{PLURAL:$3|1 fichero|$3 fichers}})\";'),('an','messages:search-result-size','s:41:\"an:$1 ({{PLURAL:$2|1 parola|$2 parolas}})\";'),('an','messages:search-rewritten','s:76:\"es:Se muestran los resultados de $1. No se han encontrado resultados por $2.\";'),('an','messages:search-section','s:16:\"an:(sección $1)\";'),('an','messages:search-showingresults','s:126:\"an:{{PLURAL:$4|Resultau <strong>$1</strong> de <strong>$3</strong>|Resultaus <strong>$1 - $2</strong> de <strong>$3</strong>}}\";'),('an','messages:search-suggest','s:20:\"an:Quereba dicir $1?\";'),('an','messages:search-summary','s:3:\"en:\";'),('an','messages:search-unknown-profile','s:83:\"es:No se reconoce el perfil de búsqueda $1; se aplicará el perfil predeterminado.\";'),('an','messages:search-warning','s:53:\"es:Se ha producido un aviso al hacer la búsqueda: $1\";'),('an','messages:searchall','s:7:\"an:totz\";'),('an','messages:searcharticle','s:8:\"an:Ir-ie\";'),('an','messages:searchbutton','s:11:\"an:Mirar-lo\";'),('an','messages:searchdisabled','s:213:\"an:A busca en {{SITENAME}} ye temporalment desactivata. Entremistanto, puede mirar en {{SITENAME}} fendo servir buscadors externos, pero pare cuenta que os suyos endices de {{SITENAME}} puede no estar esviellatos.\";'),('an','messages:searchlimit-help','s:22:\"es:Número máximo: $1\";'),('an','messages:searchlimit-label','s:64:\"es:Número de resultados de búsqueda a mostrar en cada página:\";'),('an','messages:searchmenu-exists','s:56:\"an:\'\'\'Bi ha una pachina clamada \"[[$1]]\" en ista wiki\'\'\'\";'),('an','messages:searchmenu-new','s:160:\"an:<strong>Creyar a pachina \"[[:$1]]\" en iste wiki!</strong> {{PLURAL:$2|0=|Mire-se tamién a pachina que s\'ha trobau.|Mire-se tamién os resultaus d\'a busca.}}\";'),('an','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('an','messages:searchprofile-advanced','s:10:\"an:Abanzau\";'),('an','messages:searchprofile-advanced-tooltip','s:44:\"an:Mirar en os siguients espacios de nombres\";'),('an','messages:searchprofile-articles','s:23:\"an:Pachinas de conteniu\";'),('an','messages:searchprofile-articles-tooltip','s:14:\"an:Mirar en $1\";'),('an','messages:searchprofile-everything','s:6:\"an:Tot\";'),('an','messages:searchprofile-everything-tooltip','s:68:\"an:Mirar en totz os contenius (tamién en as pachinas de descusión)\";'),('an','messages:searchprofile-images','s:13:\"an:Multimedia\";'),('an','messages:searchprofile-images-tooltip','s:16:\"an:Mirar fichers\";'),('an','messages:searchrelated','s:14:\"an:relacionato\";'),('an','messages:searchresults','s:21:\"an:Resultau d\'a busca\";'),('an','messages:searchresults-title','s:26:\"an:Resultaus de mirar \"$1\"\";'),('an','messages:searchresultshead','s:8:\"an:Mirar\";'),('an','messages:searchsuggest-containing','s:18:\"an:que contién...\";'),('an','messages:searchsuggest-search','s:24:\"an:Mirar en {{SITENAME}}\";'),('an','messages:seconds','s:39:\"an:{{PLURAL:$1|un segundo|$1 segundos}}\";'),('an','messages:seconds-abbrev','s:6:\"es:$1s\";'),('an','messages:seconds-ago','s:41:\"es:hace $1 {{PLURAL:$1|segundo|segundos}}\";'),('an','messages:sectioneditnotsupported-text','s:58:\"an:A edición por seccions no ye suportada en ista pachina\";'),('an','messages:sectioneditnotsupported-title','s:42:\"an:A edición por seccions no ye suportada\";'),('an','messages:selfmove','s:97:\"an:Os títols d\'orichen y destino son os mesmos. No se puede tresladar una pachina ta ella mesma.\";'),('an','messages:selfredirect','s:279:\"es:<strong>Advertencia:</strong> estás redirigiendo esta página a sí misma.\nPuede que hayas especificado erróneamente el destino de la redirección, o quizá estés editando la página equivocada. En cualquier caso, si haces clic de nuevo en \"$1\", se creará la redirección.\";'),('an','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('an','messages:semiprotectedpagemovewarning','s:170:\"an:\'\'\'Pare cuenta:\'\'\' Ista pachina s\'ha bloqueyato ta que nomás os usuarios rechistratos pueden puedan tresladar-la. Contino s\'amuestra a zaguera dentrada d\'o rechistro:\";'),('an','messages:semiprotectedpagewarning','s:107:\"an:\'\'\'Pare cuenta:\'\'\' Ista pachina s\'ha protechito ta que nomás os usuarios rechistratos puedan editar-la.\";'),('an','messages:sep','s:6:\"an:set\";'),('an','messages:september','s:12:\"an:setiembre\";'),('an','messages:september-gen','s:15:\"an:de setiembre\";'),('an','messages:servertime','s:27:\"an:A hora en o servidor ye:\";'),('an','messages:session_fail_preview','s:236:\"an:\'\'\'Ya lo sentimos, pero no hemos puesto alzar a suya edición por una perda d\'os datos de sesion. Por favor, prebe de fer-lo una atra vez, y si encara no funciona, [[Special:UserLogout|salga d\'a sesión]] y torne a identificar-se.\'\'\'\";'),('an','messages:session_fail_preview_html','s:436:\"an:\'\'\'Ya lo sentimos, pero no s\'ha puesto procesar a suya edición por haber-se trafegato os datos de sesión.\'\'\'\n\n\'\'Como que {{SITENAME}} tiene l\'HTML puro activato, s\'ha amagato l\'anviesta previa ta aprevenir ataques en JavaScript.\'\'\n\n\'\'\'Si ye mirando d\'editar lechitimament, por favor, prebe una atra vegada. Si encara no funcionase alavez, prebe de [[Special:UserLogout|zarrar a sesión]] y dentrar-ie identificando-se de nuevas.\'\'\'\";'),('an','messages:sessionfailure','s:201:\"an:Pareix que bi ha un problema con a suya sesión;\ns\'ha anulato ista acción como mida de precura contra seqüestros de sesión.\nTorne t\'a pachina anterior, recargue a pachina y torne a prebar alavez.\";'),('an','messages:sessionfailure-title','s:19:\"an:Error de sesión\";'),('an','messages:sessionmanager-tie','s:79:\"es:No se pueden combinar múltiples tipos de autenticación de solicitudes: $1.\";'),('an','messages:sessionprovider-generic','s:14:\"es:sesiones $1\";'),('an','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:30:\"es:sesiones basadas en cookies\";'),('an','messages:sessionprovider-nocookies','s:77:\"es:Puede que las cookies estén desactivadas. Actívalas y comienza de nuevo.\";'),('an','messages:shared-repo','s:24:\"an:un reposte compartito\";'),('an','messages:shared-repo-from','s:11:\"an:dende $1\";'),('an','messages:shared-repo-name-wikimediacommons','s:20:\"es:Wikimedia Commons\";'),('an','messages:shareddescriptionfollows','s:4:\"en:-\";'),('an','messages:sharedupload','s:76:\"an:Iste fichero provién de $1 y talment siga emplegato en atros prochectos.\";'),('an','messages:sharedupload-desc-create','s:158:\"es:Este archivo es de $1 y puede ser utilizado por otros proyectos.\nTal vez desee editar la descripción de su [$2 página de descripción del archivo] allí.\";'),('an','messages:sharedupload-desc-edit','s:159:\"es:Este archivo es de $1 y puede ser utilizado por otros proyectos.\nTal vez desee editar la descripción de su [$2  página de descripción del archivo] allí.\";'),('an','messages:sharedupload-desc-here','s:136:\"an:Iste fichero ye de $1 y pueden emplegar-lo atros prochectos.\nDebaixo s\'amuestra a descripción d\'a suya [$2 pachina de descripción].\";'),('an','messages:sharedupload-desc-there','s:158:\"an:Iste fichero ye de $1 y puet estar emplegau por atros prochectos.\nPor favor mire-se a [$2 pachina de descripción d\'o fichero] ta trobar más información.\";'),('an','messages:shortpages','s:23:\"an:Pachinas más curtas\";'),('an','messages:shortpages-summary','s:3:\"en:\";'),('an','messages:show','s:11:\"an:Amostrar\";'),('an','messages:show-big-image','s:20:\"an:Fichero orichinal\";'),('an','messages:show-big-image-other','s:58:\"an:{{PLURAL:$2|Unatra resolución|Atras resolucions}}: $1.\";'),('an','messages:show-big-image-preview','s:42:\"an:Grandaria d\'ista previsualización: $1.\";'),('an','messages:show-big-image-preview-differ','s:59:\"es:Tamaño de esta previsualización $3 del archivo $2: $1.\";'),('an','messages:show-big-image-size','s:18:\"an:$1 × $2 pixels\";'),('an','messages:showdiff','s:19:\"an:Amostrar cambeos\";'),('an','messages:showhideselectedlogentries','s:68:\"es:Cambiar la visibilidad de las entradas del registro seleccionadas\";'),('an','messages:showhideselectedversions','s:39:\"an:Amostrar/amagar as versions trigadas\";'),('an','messages:showingresults','s:121:\"an:Contino se bi {{PLURAL:$1|amuestra \'\'\'1\'\'\' resultau|amuestran \'\'\'$1\'\'\' resultaus}} prencipiando por o numero \'\'\'$2\'\'\'.\";'),('an','messages:showingresultsinrange','s:165:\"es:Abajo se muestran hasta {{PLURAL:$1|<strong>1</strong> resultado|<strong>$1</strong> resultados}} entre el n.º <strong>$2</strong> y el n.º <strong>$3</strong>.\";'),('an','messages:shown-title','s:59:\"an:Amostrar $1 {{PLURAL:$1|resultau|resultaus}} por pachina\";'),('an','messages:showpreview','s:29:\"an:Amostrar previsualización\";'),('an','messages:showtoc','s:11:\"an:amostrar\";'),('an','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('an','messages:sig-text','s:7:\"en:--$1\";'),('an','messages:signature','s:61:\"an:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|descusión]])\";'),('an','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('an','messages:signature-temp','s:76:\"es:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|discusión]])\";'),('an','messages:signupend','s:3:\"en:\";'),('an','messages:signupend-https','s:3:\"en:\";'),('an','messages:signupstart','s:3:\"en:\";'),('an','messages:simpleantispam-label','s:42:\"an:Preba anti-spam.\n\'\'\'NO\'\'\' replene esto!\";'),('an','messages:site-atom-feed','s:16:\"an:Canal Atom $1\";'),('an','messages:site-rss-feed','s:15:\"an:Canal RSS $1\";'),('an','messages:sitecsspreview','s:91:\"an:\'\'\'Remere que isto no ye soque previsualizando iste CSS.\'\'\'\n\'\'\'Encara no s\'ha alzato!\'\'\'\";'),('an','messages:sitecssprotected','s:94:\"es:No tienes permiso para editar esta página CSS porque puede afectar a todos los visitantes.\";'),('an','messages:sitejsonpreview','s:110:\"es:<strong>Recuerda que solo estas previsualizando esta configuración JSON. ¡Aún no se ha grabado!</strong>\";'),('an','messages:sitejsonprotected','s:95:\"es:No tienes permiso para editar esta página JSON porque puede afectar a todos los visitantes.\";'),('an','messages:sitejspreview','s:108:\"an:\'\'\'Remere que isto no ye soque previsualizando iste codigo de JavaScript.\'\'\'\n\'\'\'Encara no s\'ha alzato!\'\'\'\";'),('an','messages:sitejsprotected','s:104:\"es:No tienes permiso para editar esta página de JavaScript porque puede afectar a todos los visitantes.\";'),('an','messages:sitenotice','s:4:\"en:-\";'),('an','messages:siterawhtmlprotected','s:105:\"es:No tienes permiso para editar esta página porque tiene HTML que puede afectar a todos los visitantes.\";'),('an','messages:sitesubtitle','s:3:\"en:\";'),('an','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('an','messages:siteuser','s:29:\"an:Usuario $1 de {{SITENAME}}\";'),('an','messages:siteusers','s:52:\"an:{{PLURAL:$2|Usuario|Usuarios}} $1 de {{SITENAME}}\";'),('an','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('an','messages:size-exabytes','s:8:\"en:$1 EB\";'),('an','messages:size-exapixel','s:8:\"en:$1 EP\";'),('an','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('an','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('an','messages:size-kilobytes','s:9:\"es:$1 kB\";'),('an','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('an','messages:size-megabytes','s:8:\"en:$1 MB\";'),('an','messages:size-megapixel','s:8:\"en:$1 MP\";'),('an','messages:size-petabytes','s:8:\"en:$1 PB\";'),('an','messages:size-petapixel','s:8:\"en:$1 PP\";'),('an','messages:size-pixel','s:35:\"es:$1 {{PLURAL:$1|píxel|píxeles}}\";'),('an','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('an','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('an','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('an','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('an','messages:size-terabytes','s:8:\"en:$1 TB\";'),('an','messages:size-terapixel','s:8:\"en:$1 TP\";'),('an','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('an','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('an','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('an','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('an','messages:skin-action-addsection','s:25:\"an:Adhibir nueva sección\";'),('an','messages:skin-action-delete','s:9:\"an:Borrar\";'),('an','messages:skin-action-move','s:12:\"an:Tresladar\";'),('an','messages:skin-action-protect','s:12:\"an:Protecher\";'),('an','messages:skin-action-undelete','s:12:\"an:Restaurar\";'),('an','messages:skin-action-unprotect','s:22:\"an:Cambiar protección\";'),('an','messages:skin-action-viewdeleted','s:22:\"an:Quiere amostrar $1?\";'),('an','messages:skin-action-viewsource','s:21:\"es:Ver código fuente\";'),('an','messages:skin-preview','s:20:\"an:Fer una prebatina\";'),('an','messages:skin-view-create','s:9:\"an:Creyar\";'),('an','messages:skin-view-create-local','s:33:\"an:Adhibir una descripción local\";'),('an','messages:skin-view-edit','s:9:\"an:Editar\";'),('an','messages:skin-view-edit-local','s:28:\"es:Editar descripción local\";'),('an','messages:skin-view-foreign','s:14:\"an:Veyer en $1\";'),('an','messages:skin-view-history','s:23:\"an:Amostrar l\'historial\";'),('an','messages:skin-view-view','s:8:\"an:Leyer\";'),('an','messages:skinname-minerva','s:10:\"en:Minerva\";'),('an','messages:skinname-vector','s:9:\"an:Vector\";'),('an','messages:skinname-vector-2022','s:16:\"es:Vector (2022)\";'),('an','messages:slot-name-main','s:12:\"es:Principal\";'),('an','messages:softblockrangesreason','s:108:\"es:Las contribuciones anónimas desde tu dirección IP ($1) no están permitidas. Por favor, inicia sesión.\";'),('an','messages:sorbs','s:8:\"en:DNSBL\";'),('an','messages:sorbs_create_account_reason','s:108:\"an:A suya adreza IP ye en a lista de proxies ubiertos en a DNSBL de {{SITENAME}}. No puede creyar una cuenta\";'),('an','messages:sorbsreason','s:81:\"an:A suya adreza IP ye en a lista de proxies ubiertos en a DNSBL de {{SITENAME}}.\";'),('an','messages:sort-ascending','s:28:\"an:Ordena en orden ascendent\";'),('an','messages:sort-descending','s:29:\"an:Ordena en orden descendent\";'),('an','messages:sort-initial','s:18:\"es:Ordenar inicial\";'),('an','messages:sort-rowspan-error','s:156:\"es:Esta página contiene una tabla con un atributo de rowspan que abarca más filas que la tabla realmente tiene. Puedes arreglar esto al editar la página.\";'),('an','messages:sourcefilename','s:32:\"an:Nombre d\'o fichero d\'orichen:\";'),('an','messages:sourceurl','s:16:\"an:URL d\'orichen\";'),('an','messages:sp-contributions-blocked-notice','s:136:\"an:Iste usuario ye bloqueyato en istos momentos. A zaguer dentrada d\'o rechistro de bloqueyos se presienta debaixo ta más información:\";'),('an','messages:sp-contributions-blocked-notice-anon','s:137:\"an:Ista adreza IP se troba acutalment bloqueyada.\nTa más información, s\'amuestra contino a zaguera dentrada d\'o rechistro de bloqueyos.\";'),('an','messages:sp-contributions-blocked-notice-anon-partial','s:152:\"es:Esta dirección IP se encuentra parcialmente bloqueada.\nA continuación se muestra la última entrada del registro de bloqueos para mayor referencia.\";'),('an','messages:sp-contributions-blocked-notice-partial','s:147:\"es:Este usuario se encuentra parcialmente bloqueado.\nA continuación se muestra la última entrada del registro de bloqueos para más información:\";'),('an','messages:sp-contributions-blocklog','s:25:\"an:rechistro de bloqueyos\";'),('an','messages:sp-contributions-concurrency-ip','s:105:\"es:Disculpa, hay muchas solicitudes desde tu dirección IP en este momento. Por favor intenta más tarde.\";'),('an','messages:sp-contributions-concurrency-user','s:122:\"es:Disculpa, hay muchas solicitudes que se están haciendo desde tu usuario en este momento. Por favor intenta más tarde.\";'),('an','messages:sp-contributions-deleted','s:35:\"an:contribucions d\'usuario borradas\";'),('an','messages:sp-contributions-explain','s:3:\"en:\";'),('an','messages:sp-contributions-footer','s:4:\"en:-\";'),('an','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('an','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('an','messages:sp-contributions-hideminor','s:28:\"es:Ocultar ediciones menores\";'),('an','messages:sp-contributions-logs','s:13:\"an:rechistros\";'),('an','messages:sp-contributions-newonly','s:57:\"an:Mostrar nomás edicions que son creyacions de pachinas\";'),('an','messages:sp-contributions-outofrange','s:112:\"es:No se pudo mostrar ningún resultado. El intervalo de IP seleccionado es mayor que el límite de CIDR de /$1.\";'),('an','messages:sp-contributions-search','s:22:\"an:Mirar contribucions\";'),('an','messages:sp-contributions-submit','s:8:\"an:Mirar\";'),('an','messages:sp-contributions-suppresslog','s:68:\"es:contribuciones {{GENDER:$1|del usuario|de la usuaria}} suprimidas\";'),('an','messages:sp-contributions-talk','s:13:\"an:descusión\";'),('an','messages:sp-contributions-toponly','s:38:\"an:Mostrar nomás as zagueras versions\";'),('an','messages:sp-contributions-uploads','s:9:\"an:cargas\";'),('an','messages:sp-contributions-username','s:32:\"an:Adreza IP u nombre d\'usuario:\";'),('an','messages:sp-contributions-userrights','s:39:\"an:administración de dreitos d\'usuario\";'),('an','messages:sp-deletedcontributions-contribs','s:16:\"an:contrebucions\";'),('an','messages:sp-newimages-showfrom','s:45:\"an:Amostrar fichers nuevos dende as $2 d\'o $1\";'),('an','messages:spam_blanking','s:62:\"an:Todas as versions teneban vinclos ta $1, se deixa en blanco\";'),('an','messages:spam_deleting','s:78:\"es:Todas las revisiones que contienen enlaces a $1, en proceso de eliminación\";'),('an','messages:spam_reverting','s:53:\"an:Tornando t\'a zaguera versión sin de vinclos ta $1\";'),('an','messages:spambot_username','s:31:\"an:Esporga de spam de MediaWiki\";'),('an','messages:spamprotectionmatch','s:65:\"an:O texto siguient ye o que activó o nuestro filtro de spam: $1\";'),('an','messages:spamprotectiontext','s:162:\"an:A pachina que mira d\'alzar l\'ha bloqueyata o filtro de spam.  Regular que a causa sía que i haiga bell vinclo ta un sitio externo que i sía en a lista negra.\";'),('an','messages:spamprotectiontitle','s:38:\"an:Filtro de protección contra o spam\";'),('an','messages:special-characters-group-arabic','s:10:\"an:Arabico\";'),('an','messages:special-characters-group-arabicextended','s:19:\"an:Arabigo extendiu\";'),('an','messages:special-characters-group-bangla','s:11:\"an:Bengalí\";'),('an','messages:special-characters-group-canadianaboriginal','s:32:\"es:Silabario aborigen canadiense\";'),('an','messages:special-characters-group-cyrillic','s:11:\"an:Cirilico\";'),('an','messages:special-characters-group-devanagari','s:13:\"es:Devanagari\";'),('an','messages:special-characters-group-greek','s:9:\"an:Griego\";'),('an','messages:special-characters-group-greekextended','s:18:\"es:Griego ampliado\";'),('an','messages:special-characters-group-gujarati','s:12:\"an:Gujaratí\";'),('an','messages:special-characters-group-hebrew','s:9:\"an:Hebreu\";'),('an','messages:special-characters-group-ipa','s:11:\"an:AFI(IPA)\";'),('an','messages:special-characters-group-khmer','s:8:\"an:Khmer\";'),('an','messages:special-characters-group-lao','s:11:\"an:Laosiano\";'),('an','messages:special-characters-group-latin','s:9:\"an:Latín\";'),('an','messages:special-characters-group-latinextended','s:18:\"an:Latín enamplau\";'),('an','messages:special-characters-group-persian','s:8:\"an:Persa\";'),('an','messages:special-characters-group-runes','s:8:\"es:Runas\";'),('an','messages:special-characters-group-sinhala','s:12:\"an:Cingalés\";'),('an','messages:special-characters-group-symbols','s:11:\"an:Símbols\";'),('an','messages:special-characters-group-tamil','s:8:\"es:Tamil\";'),('an','messages:special-characters-group-telugu','s:9:\"an:Telugu\";'),('an','messages:special-characters-group-thai','s:7:\"an:Thai\";'),('an','messages:special-characters-title-emdash','s:7:\"es:raya\";'),('an','messages:special-characters-title-endash','s:12:\"es:semirraya\";'),('an','messages:special-characters-title-minus','s:17:\"es:signo de resta\";'),('an','messages:specialdeletepage-page','s:21:\"es:Página de destino\";'),('an','messages:specialdeletepage-submit','s:18:\"es:Ir a la página\";'),('an','messages:specialeditpage-page','s:21:\"es:Página de destino\";'),('an','messages:specialeditpage-submit','s:18:\"es:Ir a la página\";'),('an','messages:speciallogtitlelabel','s:54:\"an:Obchectivo (títol u {{ns:user}}:nombre d\'usuario):\";'),('an','messages:specialloguserlabel','s:9:\"an:Fedor:\";'),('an','messages:specialmute','s:12:\"es:Silenciar\";'),('an','messages:specialmute-email-footer','s:98:\"es:Para gestionar las preferencias de correo electrónico para el usuario {{BIDI:$2}} visita <$1>.\";'),('an','messages:specialmute-error-invalid-user','s:51:\"es:No se encontró el nombre de usuario solicitado.\";'),('an','messages:specialmute-error-no-options','s:288:\"es:Las funciones de silencio no están disponibles. Esto podría deberse a que no ha confirmado su dirección de correo electrónico, o porque el administrador de la wiki ha deshabilitado las funciones de correo electrónico y/o la lista de silencio de correo electrónico para esta wiki.\";'),('an','messages:specialmute-header','s:79:\"es:Selecciona tus preferencias de silencio para <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('an','messages:specialmute-label-mute-email','s:81:\"es:Silenciar los correos electrónicos de {{GENDER:$1|este usuario|esta usuaria}}\";'),('an','messages:specialmute-login-required','s:70:\"es:Accede a tu cuenta para cambiar tus preferencias de silenciamiento.\";'),('an','messages:specialmute-submit','s:12:\"es:Confirmar\";'),('an','messages:specialmute-success','s:135:\"es:Tus preferencias de silencio han sido actualizadas. Mira todos los usuarios silenciados en [[Special:Preferences|tus preferencias]].\";'),('an','messages:specialpage','s:19:\"an:Pachina Especial\";'),('an','messages:specialpage-empty','s:25:\"an:Ista pachina ye bueda.\";'),('an','messages:specialpage-securitylevel-not-allowed','s:76:\"es:No puedes utilizar esta página porque no se pudo verificar tu identidad.\";'),('an','messages:specialpage-securitylevel-not-allowed-title','s:21:\"es:No está permitido\";'),('an','messages:specialpagehistory-page','s:21:\"es:Página de destino\";'),('an','messages:specialpagehistory-submit','s:18:\"es:Ir a la página\";'),('an','messages:specialpageinfo-page','s:21:\"es:Página de destino\";'),('an','messages:specialpageinfo-submit','s:18:\"es:Ir a la página\";'),('an','messages:specialpages','s:21:\"an:Pachinas especials\";'),('an','messages:specialpages-group-changes','s:31:\"an:Zaguers cambios y rechistros\";'),('an','messages:specialpages-group-developer','s:36:\"es:Herramientas para desarrolladores\";'),('an','messages:specialpages-group-highuse','s:25:\"an:Pachinas con muito uso\";'),('an','messages:specialpages-group-login','s:32:\"an:Inicio de sesión / rechistro\";'),('an','messages:specialpages-group-maintenance','s:28:\"an:Informes de mantenimiento\";'),('an','messages:specialpages-group-media','s:43:\"an:Informes de fichers multimedias y cargas\";'),('an','messages:specialpages-group-other','s:27:\"an:Atras pachinas especials\";'),('an','messages:specialpages-group-pages','s:21:\"an:Listas de pachinas\";'),('an','messages:specialpages-group-pagetools','s:27:\"an:Ferramientas de pachinas\";'),('an','messages:specialpages-group-redirects','s:37:\"an:Reendrezando as pachinas especials\";'),('an','messages:specialpages-group-spam','s:23:\"an:Ferramientas de spam\";'),('an','messages:specialpages-group-users','s:21:\"an:Usuarios y dreitos\";'),('an','messages:specialpages-group-wiki','s:36:\"an:Datos sobre a wiki y ferramientas\";'),('an','messages:specialpages-note-cached','s:4:\"en:-\";'),('an','messages:specialpages-note-restricted','s:118:\"an:* Pachinas especials normals.\n* <strong class=\"mw-specialpagerestricted\">Pachinas especials restrinchitas.</strong>\";'),('an','messages:specialpages-note-top','s:10:\"es:Leyenda\";'),('an','messages:specialpages-summary','s:3:\"en:\";'),('an','messages:specialprotectpage-page','s:21:\"es:Página de destino\";'),('an','messages:specialprotectpage-submit','s:18:\"es:Ir a la página\";'),('an','messages:specialpurge-page','s:21:\"es:Página de destino\";'),('an','messages:specialpurge-submit','s:18:\"es:Ir a la página\";'),('an','messages:statistics','s:15:\"an:Estatisticas\";'),('an','messages:statistics-articles','s:24:\"an:Pachinas de contenito\";'),('an','messages:statistics-articles-desc','s:3:\"en:\";'),('an','messages:statistics-edits','s:58:\"an:Edicions en pachinas dende que se debantó {{SITENAME}}\";'),('an','messages:statistics-edits-average','s:30:\"an:Meya d\'edicions por pachina\";'),('an','messages:statistics-files','s:19:\"an:Fichers cargatos\";'),('an','messages:statistics-files-desc','s:3:\"en:\";'),('an','messages:statistics-footer','s:3:\"en:\";'),('an','messages:statistics-header-edits','s:26:\"an:Estatisticas d\'edicions\";'),('an','messages:statistics-header-hooks','s:21:\"an:Atras estatisticas\";'),('an','messages:statistics-header-pages','s:27:\"an:Estatisticas de pachinas\";'),('an','messages:statistics-header-users','s:26:\"an:Estatisticas d\'usuarios\";'),('an','messages:statistics-pages','s:11:\"an:Pachinas\";'),('an','messages:statistics-pages-desc','s:84:\"an:Todas as pachinas d\'o wiki, incluyendo pachinas de descusión, reendreceras, etz.\";'),('an','messages:statistics-summary','s:3:\"en:\";'),('an','messages:statistics-users','s:24:\"an:Usuarios rechistratos\";'),('an','messages:statistics-users-active','s:19:\"an:Usuarios activos\";'),('an','messages:statistics-users-active-desc','s:96:\"an:Usuarios que han feito qualsiquier acción en {{PLURAL:$1|o zaguer día|os zaguers $1 días}}\";'),('an','messages:storedversion','s:24:\"an:Versión almadazenata\";'),('an','messages:subcategories','s:17:\"an:Subcategorías\";'),('an','messages:subject','s:15:\"an:Tema/títol:\";'),('an','messages:summary','s:11:\"an:Resumen:\";'),('an','messages:summary-preview','s:36:\"an:Veyer anvista previa d\'o resumen:\";'),('an','messages:sun','s:6:\"an:dom\";'),('an','messages:sunday','s:10:\"an:domingo\";'),('an','messages:sunday-at','s:22:\"es:el domingo a las $1\";'),('an','messages:suppress','s:15:\"an:Supervisión\";'),('an','messages:suppressionlog','s:26:\"an:Rechistro de supresions\";'),('an','messages:suppressionlogtext','s:219:\"an:Contino s\'amuestra una lista de borraus y bloqueyos referitos a contenius amagatos ta os administradors.\nMire-se a [[Special:BlockList|lista d\'adrezas IP bloqueyatas]] ta veyer a lista de bloqueyos y viedas vichents.\";'),('an','messages:suspicious-userlogout','s:124:\"an:S\'ha denegau a suya demanda de zarrar a sesión ya que pareix que la ninvió un navegador defectuoso u bell proxy amagau.\";'),('an','messages:svg-long-desc','s:59:\"an:fichero SVG, nominalment $1 × $2 píxels, grandaria: $3\";'),('an','messages:svg-long-desc-animated','s:82:\"es:Archivo SVG animado, nominalmente de $1 × $2 píxeles, tamaño del archivo: $3\";'),('an','messages:svg-long-error','s:29:\"es:Archivo SVG no válido: $1\";'),('an','messages:syntaxhighlight-desc','s:107:\"an:Premite o resalte sintactico <code>&lt;syntaxhighlight&gt;</code> usando [http://pygments.org/ Pygments]\";'),('an','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('an','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('an','messages:syntaxhighlight-error-category','s:48:\"es:Páginas con errores de resaltado de sintaxis\";'),('an','messages:syntaxhighlight-error-category-desc','s:78:\"es:Hubo un error al intentar resaltar el código que se incluye en la página.\";'),('an','messages:syntaxhighlight-error-exceeds-size-limit','s:103:\"es:El tamaño del código ($1 {{PLURAL:$1|bytes}}) supera el máximo permitido ($2 {{PLURAL:$2|bytes}})\";'),('an','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"es:Error al invocar Pygments\";'),('an','messages:syntaxhighlight-error-unknown-language','s:28:\"es:Lenguaje desconocido \"$1\"\";'),('an','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('an','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('an','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:10:\"es:Código\";'),('an','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"es:Lenguaje\";'),('an','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:12:\"es:(Ninguno)\";'),('an','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:29:\"es:Mostrar números de línea\";'),('an','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:30:\"es:Número de renglón inicial\";'),('an','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:22:\"es:Segmento de código\";'),('an','messages:systemblockedtext','s:334:\"es:Tu nombre de usuario o dirección IP ha sido bloqueado automáticamente por el software MediaWiki.\nLa razón dada es:\n\n:<em>$2</em>\n\n* Inicio del bloqueo: $8\n* Caducidad de bloqueo: $6\n* Destinatario del bloqueo: $7\n\nTu dirección IP actual es $3.\nPor favor, incluye todos los datos aquí mostrados en cualquier consulta que hagas.\";'),('an','messages:table_pager_empty','s:26:\"an:No bi ha garra resultau\";'),('an','messages:table_pager_first','s:18:\"an:Primera pachina\";'),('an','messages:table_pager_last','s:17:\"an:Zaguer pachina\";'),('an','messages:table_pager_limit','s:36:\"an:Amostrar $1 elementos por pachina\";'),('an','messages:table_pager_limit_label','s:22:\"an:Ítems por pachina:\";'),('an','messages:table_pager_limit_submit','s:8:\"an:Ir-ie\";'),('an','messages:table_pager_next','s:19:\"an:Pachina siguient\";'),('an','messages:table_pager_prev','s:19:\"an:Pachina anterior\";'),('an','messages:tag-filter','s:41:\"an:Filtrar as [[Special:Tags|etiquetas]]:\";'),('an','messages:tag-filter-submit','s:10:\"an:Filtrar\";'),('an','messages:tag-hidden','s:23:\"es:$1 (etiqueta oculta)\";'),('an','messages:tag-list-wrapper','s:56:\"an:[[Special:Tags|{{PLURAL:$1|Etiqueta|Etiquetas}}]]: $2\";'),('an','messages:tag-mobile_edit','s:24:\"es:Edición desde móvil\";'),('an','messages:tag-mobile_edit-description','s:54:\"es:Edición realizada desde móvil (web o aplicación)\";'),('an','messages:tag-mobile_web_edit','s:27:\"es:Edición vía web móvil\";'),('an','messages:tag-mobile_web_edit-description','s:47:\"es:Edición realizada desde un sitio web móvil\";'),('an','messages:tag-mw-blank','s:10:\"es:Vaciado\";'),('an','messages:tag-mw-blank-description','s:38:\"es:Ediciones que blanquean una página\";'),('an','messages:tag-mw-changed-redirect-target','s:37:\"es:Destino de redirección modificado\";'),('an','messages:tag-mw-changed-redirect-target-description','s:57:\"es:Ediciones que modifican el destino de una redirección\";'),('an','messages:tag-mw-contentmodelchange','s:32:\"es:cambio de modelo de contenido\";'),('an','messages:tag-mw-contentmodelchange-description','s:138:\"es:Ediciones que [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel cambian el modelo de contenido] de una página\";'),('an','messages:tag-mw-manual-revert','s:20:\"es:Reversión manual\";'),('an','messages:tag-mw-manual-revert-description','s:76:\"es:Ediciones que restauran manualmente una página a un exacto estado previo\";'),('an','messages:tag-mw-new-redirect','s:21:\"es:Redirección nueva\";'),('an','messages:tag-mw-new-redirect-description','s:89:\"es:Ediciones que crean una redirección nueva o convierten la página en una redirección\";'),('an','messages:tag-mw-removed-redirect','s:25:\"es:Redirección eliminada\";'),('an','messages:tag-mw-removed-redirect-description','s:89:\"es:Ediciones que convierten una página de redirección existente en una sin redirección\";'),('an','messages:tag-mw-replace','s:12:\"es:Reemplazo\";'),('an','messages:tag-mw-replace-description','s:69:\"es:Ediciones que eliminan más del 90 % del contenido de una página\";'),('an','messages:tag-mw-reverted','s:12:\"es:Revertido\";'),('an','messages:tag-mw-reverted-description','s:90:\"es:Ediciones que posteriormente han sido deshechas o revertidas por una edición diferente\";'),('an','messages:tag-mw-rollback','s:13:\"es:Reversión\";'),('an','messages:tag-mw-rollback-description','s:82:\"es:Ediciones que deshacen modificaciones previas usando la herramienta de reversor\";'),('an','messages:tag-mw-server-side-upload','s:30:\"es:Carga del lado del servidor\";'),('an','messages:tag-mw-server-side-upload-description','s:73:\"es:Los archivos multimedia fueron cargados via un script de mantenimiento\";'),('an','messages:tag-mw-undo','s:11:\"es:Deshacer\";'),('an','messages:tag-mw-undo-description','s:83:\"es:Ediciones que deshacen modificaciones anteriores mediante el enlace «Deshacer»\";'),('an','messages:tagline','s:18:\"an:De {{SITENAME}}\";'),('an','messages:tags','s:34:\"an:Cambior as etiquetas emplegadas\";'),('an','messages:tags-actions-header','s:11:\"es:Acciones\";'),('an','messages:tags-activate','s:10:\"es:activar\";'),('an','messages:tags-activate-not-allowed','s:44:\"es:No es posible activar la etiqueta «$1».\";'),('an','messages:tags-activate-not-found','s:32:\"es:La etiqueta «$1» no existe.\";'),('an','messages:tags-activate-question','s:48:\"es:Estás a punto de activar la etiqueta «$1».\";'),('an','messages:tags-activate-reason','s:10:\"es:Motivo:\";'),('an','messages:tags-activate-submit','s:10:\"es:Activar\";'),('an','messages:tags-activate-title','s:19:\"es:Activar etiqueta\";'),('an','messages:tags-active-header','s:12:\"es:¿Activo?\";'),('an','messages:tags-active-no','s:5:\"an:No\";'),('an','messages:tags-active-yes','s:6:\"an:Sí\";'),('an','messages:tags-apply-blocked','s:111:\"es:No puedes aplicar etiquetas de cambio junto a tus cambios mientras estés {{GENDER:$1|bloqueado|bloqueada}}.\";'),('an','messages:tags-apply-no-permission','s:78:\"es:No tienes permiso para aplicar etiquetas de cambios, junto con tus cambios.\";'),('an','messages:tags-apply-not-allowed-multi','s:112:\"es:{{PLURAL:$2|La siguiente etiqueta no se puede|Las siguientes etiquetas no se pueden}} aplicar manualmente: $1\";'),('an','messages:tags-apply-not-allowed-one','s:56:\"es:No se permite aplicar manualmente la etiqueta «$1».\";'),('an','messages:tags-create-already-exists','s:32:\"es:La etiqueta «$1» ya existe.\";'),('an','messages:tags-create-explanation','s:103:\"es:De manera predeterminada, las etiquetas nuevas estarán disponibles para su uso por usuarios y bots.\";'),('an','messages:tags-create-heading','s:21:\"es:Crear una etiqueta\";'),('an','messages:tags-create-invalid-chars','s:100:\"es:Los nombres de las etiquetas no deben contener comas (<code>,</code>) ni barras (<code>/</code>).\";'),('an','messages:tags-create-invalid-title-chars','s:114:\"es:Los nombres de las etiquetas no deben contener caracteres que no puedan usarse en los títulos de las páginas.\";'),('an','messages:tags-create-no-name','s:53:\"es:Es necesario especificar el nombre de la etiqueta.\";'),('an','messages:tags-create-reason','s:10:\"es:Motivo:\";'),('an','messages:tags-create-submit','s:8:\"es:Crear\";'),('an','messages:tags-create-tag-name','s:25:\"es:Nombre de la etiqueta:\";'),('an','messages:tags-create-warnings-above','s:117:\"es:Se {{PLURAL:$2|produjo el aviso siguiente|produjeron los avisos siguientes}} al intentar crear la etiqueta «$1»:\";'),('an','messages:tags-create-warnings-below','s:47:\"es:¿Continuar con la creación de la etiqueta?\";'),('an','messages:tags-deactivate','s:13:\"es:desactivar\";'),('an','messages:tags-deactivate-not-allowed','s:47:\"es:No es posible desactivar la etiqueta «$1».\";'),('an','messages:tags-deactivate-question','s:51:\"es:Estás a punto de desactivar la etiqueta «$1».\";'),('an','messages:tags-deactivate-reason','s:10:\"es:Motivo:\";'),('an','messages:tags-deactivate-submit','s:13:\"es:Desactivar\";'),('an','messages:tags-deactivate-title','s:22:\"es:Desactivar etiqueta\";'),('an','messages:tags-delete','s:11:\"es:eliminar\";'),('an','messages:tags-delete-explanation-active','s:189:\"es:<strong>La etiqueta \"$1\" aún está activa y se seguirá utilizándo en el futuro.</strong> Para que esto no ocurra, deshabilítala desde el lugar donde se configuró para ser utilizada.\";'),('an','messages:tags-delete-explanation-in-use','s:146:\"es:Se eliminará de {{PLURAL:$2|$2 revisión o entrada de registro|todas las $2 revisiones y/o entradas de registro}} donde actualmente se aplica.\";'),('an','messages:tags-delete-explanation-initial','s:69:\"es:Estás a punto de eliminar la etiqueta «$1» de la base de datos.\";'),('an','messages:tags-delete-explanation-warning','s:174:\"es:Esta acción es <strong>irreversible</strong> y ni siquiera los administradores de la base de datos podrán deshacerla. Confirma que esta es la etiqueta que se eliminará.\";'),('an','messages:tags-delete-no-permission','s:60:\"es:No tienes permiso para eliminar las etiquetas de cambios.\";'),('an','messages:tags-delete-not-allowed','s:110:\"es:No se pueden eliminar las etiquetas definidas por una extensión, a menos que esta lo permita expresamente.\";'),('an','messages:tags-delete-not-found','s:32:\"es:La etiqueta «$1» no existe.\";'),('an','messages:tags-delete-reason','s:10:\"es:Motivo:\";'),('an','messages:tags-delete-submit','s:43:\"es:Eliminar esta etiqueta irreversiblemente\";'),('an','messages:tags-delete-title','s:20:\"es:Eliminar etiqueta\";'),('an','messages:tags-delete-too-many-uses','s:113:\"es:No se puede borrar la etiqueta \"$1\" porque se ha aplicado a más de {{PLURAL:$2|una revisión|$2 revisiones}}.\";'),('an','messages:tags-delete-warnings-after-delete','s:107:\"es:La etiqueta \"$1\" se borró, pero con {{PLURAL:$2|la siguiente advertencia|las siguientes advertencias}}:\";'),('an','messages:tags-description-header','s:39:\"an:Descripción completa d\'o significau\";'),('an','messages:tags-display-header','s:36:\"an:Aparencia en as listas de cambeos\";'),('an','messages:tags-edit','s:9:\"an:editar\";'),('an','messages:tags-edit-add','s:27:\"es:Agregar estas etiquetas:\";'),('an','messages:tags-edit-chosen-no-results','s:48:\"es:No se encontraron etiquetas que coincidan con\";'),('an','messages:tags-edit-chosen-placeholder','s:31:\"es:Selecciona algunas etiquetas\";'),('an','messages:tags-edit-existing-tags','s:24:\"es:Etiquetas existentes:\";'),('an','messages:tags-edit-existing-tags-none','s:14:\"es:\'\'Ninguna\'\'\";'),('an','messages:tags-edit-failure','s:41:\"es:No se pudieron aplicar los cambios:\n$1\";'),('an','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('an','messages:tags-edit-logentry-legend','s:107:\"es:Agregar o quitar etiquetas de {{PLURAL:$1|esta entrada del registro|todas las $1 entradas del registro}}\";'),('an','messages:tags-edit-logentry-selected','s:85:\"es:{{PLURAL:$1|Evento del registro seleccionado|Eventos del registro seleccionados}}:\";'),('an','messages:tags-edit-logentry-submit','s:89:\"es:Aplicar los cambios a {{PLURAL:$1|esta entrada del registro|$1 entradas del registro}}\";'),('an','messages:tags-edit-manage-link','s:24:\"es:Administrar etiquetas\";'),('an','messages:tags-edit-new-tags','s:20:\"es:Etiquetas nuevas:\";'),('an','messages:tags-edit-none-selected','s:57:\"es:Selecciona al menos una etiqueta que añadir o quitar.\";'),('an','messages:tags-edit-nooldid-text','s:113:\"es:No se especificó ninguna revisión en que realizar esta acción, o bien, la revisión especificada no existe.\";'),('an','messages:tags-edit-nooldid-title','s:34:\"es:Revisión de página no válida\";'),('an','messages:tags-edit-reason','s:10:\"es:Motivo:\";'),('an','messages:tags-edit-remove','s:28:\"es:Eliminar estas etiquetas:\";'),('an','messages:tags-edit-remove-all-tags','s:33:\"es:(eliminar todas las etiquetas)\";'),('an','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('an','messages:tags-edit-revision-legend','s:85:\"es:Agregar o quitar etiquetas de {{PLURAL:$1|esta revisión|todas las $1 revisiones}}\";'),('an','messages:tags-edit-revision-selected','s:76:\"es:{{PLURAL:$1|Revisión seleccionada|Revisiones seleccionadas}} de [[:$2]]:\";'),('an','messages:tags-edit-revision-submit','s:67:\"es:Aplicar los cambios a {{PLURAL:$1|esta revisión|$1 revisiones}}\";'),('an','messages:tags-edit-success','s:28:\"es:Se aplicaron los cambios.\";'),('an','messages:tags-edit-title','s:19:\"es:Editar etiquetas\";'),('an','messages:tags-hidden','s:11:\"es:(oculto)\";'),('an','messages:tags-hitcount','s:34:\"an:$1 {{PLURAL:$1|cambeo|cambeos}}\";'),('an','messages:tags-hitcount-header','s:22:\"an:Cambeos etiquetatos\";'),('an','messages:tags-intro','s:105:\"an:Ista pachina amuestra as etiquetas con que o software puet sinyalar una edición, y o suyo significau.\";'),('an','messages:tags-manage-blocked','s:93:\"es:No puedes gestionar etiquetas de cambio mientras estés {{GENDER:$1|bloqueado|bloqueada}}.\";'),('an','messages:tags-manage-no-permission','s:61:\"es:No tienes permiso para gestionar las etiquetas de cambios.\";'),('an','messages:tags-source-extension','s:27:\"es:Definida por el software\";'),('an','messages:tags-source-header','s:9:\"es:Fuente\";'),('an','messages:tags-source-manual','s:43:\"es:Aplicada manualmente por usuarios y bots\";'),('an','messages:tags-source-none','s:21:\"es:No se utiliza más\";'),('an','messages:tags-summary','s:3:\"en:\";'),('an','messages:tags-tag','s:22:\"an:Nombre d\'a etiqueta\";'),('an','messages:tags-title','s:12:\"an:Etiquetas\";'),('an','messages:tags-update-add-not-allowed-multi','s:112:\"es:{{PLURAL:$2|La siguiente etiqueta no se puede|Las siguientes etiquetas no se pueden}} agregar manualmente: $1\";'),('an','messages:tags-update-add-not-allowed-one','s:58:\"es:No se permite la adición manual de la etiqueta «$1».\";'),('an','messages:tags-update-blocked','s:102:\"es:No puedes añadir o eliminar etiquetas de cambio mientras estés {{GENDER:$1|bloqueado|bloqueada}}.\";'),('an','messages:tags-update-no-permission','s:122:\"es:No tienes permiso para agregar o quitar etiquetas de cambio de las revisiones individuales o las entradas del registro.\";'),('an','messages:tags-update-remove-not-allowed-multi','s:113:\"es:{{PLURAL:$2|La siguiente etiqueta no se puede|Las siguientes etiquetas no se pueden}} eliminar manualmente: $1\";'),('an','messages:tags-update-remove-not-allowed-one','s:45:\"es:No se permite eliminar la etiqueta «$1».\";'),('an','messages:talk','s:13:\"an:Discusión\";'),('an','messages:talkpageheader','s:4:\"en:-\";'),('an','messages:talkpagelinktext','s:11:\"an:descutir\";'),('an','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('an','messages:template-equals-category','s:37:\"es:Páginas que usan = como plantilla\";'),('an','messages:template-equals-category-desc','s:251:\"es:La página contiene <code><nowiki>{{=}}</nowiki></code> pero en esta wiki esto no expande a <code>=</code>. Este uso está obsoleto; en una futura versión de MediaWiki implementará <code><nowiki>{{=}}</nowiki></code> como una función \'\'parser\'\'.\";'),('an','messages:template-equals-warning','s:279:\"es:<strong>Advertencia:</strong>: Esta página usa <code><nowiki>{{=}}</nowiki></code> pero en esta wiki esto no expande a <code></code>=. Este uso está obsoleto; en una futura versión de MediaWiki implementará <code><nowiki>{{=}}</nowiki></code> como una función \'\'parser\'\'.\";'),('an','messages:template-loop-category','s:36:\"es:Páginas con bucles de plantillas\";'),('an','messages:template-loop-category-desc','s:113:\"es:Esta página contiene un bucle de plantillas, es decir, una plantilla que se llama a sí misma recursivamente.\";'),('an','messages:template-loop-warning','s:137:\"es:<strong>Atención:</strong> esta página llama a [[:$1]], lo que provoca un bucle en las plantillas (una llamada recurrente infinita).\";'),('an','messages:template-protected','s:15:\"an:(protechita)\";'),('an','messages:template-semiprotected','s:19:\"an:(semiprotechida)\";'),('an','messages:templatepage','s:32:\"an:Veyer a pachina d\'a plantilla\";'),('an','messages:templatesused','s:75:\"an:{{PLURAL:$1|Plantilla emplegada|Plantillas emplegadas}} en ista pachina:\";'),('an','messages:templatesusedpreview','s:72:\"an:{{PLURAL:$1|Plantilla|Plantillas}} emplegadas en ista anvista previa:\";'),('an','messages:templatesusedsection','s:66:\"an:{{PLURAL:$1|Plantilla|Plantillas}} emplegatas en ista sección:\";'),('an','messages:textmatches','s:40:\"an:Consonancias en o texto d\'as pachinas\";'),('an','messages:thisisdeleted','s:34:\"an:Quiere amostrar u restaurar $1?\";'),('an','messages:throttled-mailpassword','s:187:\"an:Ya s\'ha ninviato un correu recordatorio con a suya clau fa menos de {{PLURAL:$1|1 hora|$1 horas}}. Ta escusar abusos, nomás se ninvia un recordatorio cada {{PLURAL:$1|hora|$1 horas}}.\";'),('an','messages:thu','s:6:\"an:chu\";'),('an','messages:thumbnail-dest-create','s:35:\"an:No s\'ha puesto alzar a miniatura\";'),('an','messages:thumbnail-more','s:16:\"an:Fer más gran\";'),('an','messages:thumbnail-temp-create','s:57:\"an:No s\'ha puesto creyar o fichero temporal d\'a miniatura\";'),('an','messages:thumbnail_dest_directory','s:48:\"an:No s\'ha puesto creyar o directorio de destino\";'),('an','messages:thumbnail_error','s:53:\"an:S\'ha producito una error en creyar a miniatura: $1\";'),('an','messages:thumbnail_error_remote','s:29:\"es:Mensaje de error de $1:\n$2\";'),('an','messages:thumbnail_gd-library','s:66:\"an:Configuración d\'a librería GD incompleta: falta a función $1\";'),('an','messages:thumbnail_image-failure-limit','s:115:\"es:Ha habido muchos intentos recientes ($1 o más) para representar esta miniatura. Inténtalo de nuevo más tarde.\";'),('an','messages:thumbnail_image-missing','s:34:\"an:O fichero pareix no existir: $1\";'),('an','messages:thumbnail_image-size-zero','s:54:\"es:El tamaño del archivo de imagen aparenta ser cero.\";'),('an','messages:thumbnail_image-type','s:29:\"an:Mena d\'imachen no prevista\";'),('an','messages:thumbnail_invalid_params','s:48:\"an:Os parametros d\'as miniatura no son correctos\";'),('an','messages:thumbnail_toobigimagearea','s:29:\"es:Archivo más grande que $1\";'),('an','messages:thumbsize','s:23:\"an:Midas d\'a miniatura:\";'),('an','messages:thursday','s:10:\"an:chueves\";'),('an','messages:thursday-at','s:21:\"es:el jueves a las $1\";'),('an','messages:timeouterror','s:45:\"es:Se agotó el tiempo de espera del servidor\";'),('an','messages:timeouterror-text','s:84:\"es:El tiempo de petición máximo de $1 {{PLURAL:$1|segundo|segundos}} fue excedido.\";'),('an','messages:timezone-local','s:8:\"es:Local\";'),('an','messages:timezone-useoffset-placeholder','s:41:\"es:Valores de ejemplo: \"-07:00\" o \"01:00\"\";'),('an','messages:timezone-utc','s:6:\"en:UTC\";'),('an','messages:timezonelegend','s:16:\"an:Fuso horario:\";'),('an','messages:timezoneregion-africa','s:9:\"an:Africa\";'),('an','messages:timezoneregion-america','s:10:\"an:America\";'),('an','messages:timezoneregion-antarctica','s:13:\"an:Antarctica\";'),('an','messages:timezoneregion-arctic','s:10:\"an:Arctico\";'),('an','messages:timezoneregion-asia','s:7:\"an:Asia\";'),('an','messages:timezoneregion-atlantic','s:19:\"an:Ociano Atlantico\";'),('an','messages:timezoneregion-australia','s:12:\"an:Australia\";'),('an','messages:timezoneregion-europe','s:9:\"an:Europa\";'),('an','messages:timezoneregion-indian','s:16:\"an:Ociano Indico\";'),('an','messages:timezoneregion-pacific','s:18:\"an:Ociano Pacifico\";'),('an','messages:timezoneuseoffset','s:33:\"an:Atra (especifica a esferencia)\";'),('an','messages:timezoneuseserverdefault','s:32:\"an:Usar a zona d\'o servidor ($1)\";'),('an','messages:title-invalid','s:52:\"es:El título de la página solicitado no es válido\";'),('an','messages:title-invalid-characters','s:80:\"es:El título  de la página solicitada contiene caracteres no válidos: «$1».\";'),('an','messages:title-invalid-empty','s:103:\"es:El título de la página solicitada está vacío o contiene solo el nombre de un espacio de nombres.\";'),('an','messages:title-invalid-interwiki','s:102:\"es:El título de página solicitado contiene un enlace interwiki que no se puede usar en los títulos.\";'),('an','messages:title-invalid-leading-colon','s:91:\"es:El título de la página solicitada contiene un caracater (:) no válido en el comienzo.\";'),('an','messages:title-invalid-magic-tilde','s:111:\"es:El título de la página solicitada contiene una secuencia de virgulillas no válida (<nowiki>~~~</nowiki>).\";'),('an','messages:title-invalid-relative','s:149:\"es:El título contiene una ruta relativa. Los títulos relativos (./, ../) no son válidos porque a menudo no los pueden manejar los navegadores web.\";'),('an','messages:title-invalid-talk-namespace','s:84:\"es:El título de la página solicitada apunta a una página de discusión imposible.\";'),('an','messages:title-invalid-too-long','s:120:\"es:El título de la página solicitada es muy largo. No debe exceder $1 {{PLURAL:$1|byte|bytes}} en codificación UTF-8.\";'),('an','messages:title-invalid-utf8','s:79:\"es:El título de la página solicitada contiene una secuencia UTF-8 no válida.\";'),('an','messages:titlematches','s:37:\"an:Consonancias de títols de pachina\";'),('an','messages:titleprotected','s:111:\"an:Iste títol no puede creyar-se porque ye estato protechito por [[User:$1|$1]].\nA razón data ye <em>$2</em>.\";'),('an','messages:titleprotectedwarning','s:220:\"an:\'\'\'PARE CUENTA:  Ista pachina s\'ha bloqueyato de traza que s\'aprecisan [[Special:ListGroupRights|dreitos especificos]] ta creyar-la.\'\'\'\nComo información adicional s\'amuestra contino a zaguera dentrada en o rechistro.\";'),('an','messages:tmp-create-error','s:44:\"an:No s\'ha puesto creyar o fichero temporal.\";'),('an','messages:tmp-write-error','s:40:\"an:Error en escribir o fichero temporal.\";'),('an','messages:toc','s:12:\"an:Contenius\";'),('an','messages:today-at','s:5:\"en:$1\";'),('an','messages:tog-ccmeonemails','s:61:\"an:Recibir copias de os correus que ninvío ta atros usuarios\";'),('an','messages:tog-diffonly','s:62:\"an:No amostrar o conteniu d\'a pachina debaixo d\'as esferencias\";'),('an','messages:tog-editondblclick','s:39:\"an:Editar pachinas fendo-ie doble click\";'),('an','messages:tog-editsectiononrightclick','s:99:\"an:Activar a edición de seccions punchando con o botón dreito d\'o ratet en os títols de seccions\";'),('an','messages:tog-enotifminoredits','s:73:\"an:Ninviar-me un correu tamién quan bi haiga edicions menors de pachinas\";'),('an','messages:tog-enotifrevealaddr','s:69:\"an:Fer veyer a mía adreza de correu-e en os correus de notificación\";'),('an','messages:tog-enotifusertalkpages','s:64:\"an:Ninviar-me un correu quan cambee a mía pachina de descusión\";'),('an','messages:tog-enotifwatchlistpages','s:74:\"an:Recibir un correu quan se faigan cambios en una pachina cosirada por yo\";'),('an','messages:tog-extendwatchlist','s:90:\"an:Expandir a lista de seguimiento t\'amostrar totz os cambeos, no nomás os más recients.\";'),('an','messages:tog-fancysig','s:65:\"an:Tratar as sinyaduras como wikitexto (sin de vinclo automatico)\";'),('an','messages:tog-forceeditsummary','s:48:\"an:Avisar-me quan o campo de resumen siga vuedo.\";'),('an','messages:tog-hidecategorization','s:41:\"es:Ocultar la categorización de páginas\";'),('an','messages:tog-hideminor','s:59:\"an:Amagar edicions menors en a pachina de \"zaguers cambeos\"\";'),('an','messages:tog-hidepatrolled','s:55:\"an:Amagar as edicions patrullatas en os zaguers cambeos\";'),('an','messages:tog-minordefault','s:53:\"an:Sinyalar por defecto totas as edicions como menors\";'),('an','messages:tog-newpageshidepatrolled','s:62:\"an:Amagar as pachinas patrulladas d\'a lista de pachinas nuevas\";'),('an','messages:tog-norollbackdiff','s:50:\"an:No amostrar as diferencias dimpués de revertir\";'),('an','messages:tog-oldsig','s:19:\"an:Sinyadura actual\";'),('an','messages:tog-prefershttps','s:54:\"es:Utilizar siempre conexiones seguras en mis sesiones\";'),('an','messages:tog-previewonfirst','s:63:\"an:Amostrar l\'anvista previa de l\'articlo en a primera edición\";'),('an','messages:tog-previewontop','s:58:\"an:Amostrar l\'anvista previa antes d\'o quatrón d\'edición\";'),('an','messages:tog-requireemail','s:155:\"es:Enviar correos electrónicos de restablecimiento de contraseña solo cuando se proporcionen la dirección de correo electrónico y el nombre de usuario.\";'),('an','messages:tog-showhiddencats','s:32:\"an:Amostrar categorías amagadas\";'),('an','messages:tog-shownumberswatching','s:54:\"an:Amostrar o numero d\'usuarios que cosiran un articlo\";'),('an','messages:tog-showrollbackconfirmation','s:81:\"es:Mostrar una pantalla de confirmación al hacer clic en un enlace de reversión\";'),('an','messages:tog-underline','s:23:\"an:Subrayar os vinclos:\";'),('an','messages:tog-useeditwarning','s:71:\"an:Alvertir-me quan salga d\'una pachina d\'edición sin alzar os cambios\";'),('an','messages:tog-uselivepreview','s:54:\"an:Amuestra previsualizacions sin recarregar a pachina\";'),('an','messages:tog-usenewrc','s:64:\"an:Zaguers cambeos con presentación amillorada (cal JavaScript)\";'),('an','messages:tog-watchcreations','s:32:\"an:Cosirar as pachinas que creye\";'),('an','messages:tog-watchdefault','s:32:\"an:Cosirar as pachinas que edite\";'),('an','messages:tog-watchdeletion','s:32:\"an:Cosirar as pachinas que borre\";'),('an','messages:tog-watchlisthideanons','s:77:\"an:Amagar en a lista de seguimiento as edicions feitas por usuarios anonimos.\";'),('an','messages:tog-watchlisthidebots','s:52:\"an:Amagar edicions de bots en a lista de seguimiento\";'),('an','messages:tog-watchlisthidecategorization','s:41:\"es:Ocultar la categorización de páginas\";'),('an','messages:tog-watchlisthideliu','s:80:\"an:Amagar en a lista de seguimiento as edicions feitas por usuarios rechistratos\";'),('an','messages:tog-watchlisthideminor','s:51:\"an:Amagar edicions menors en a lista de seguimiento\";'),('an','messages:tog-watchlisthideown','s:53:\"an:Amagar as mías edicions en a lista de seguimiento\";'),('an','messages:tog-watchlisthidepatrolled','s:59:\"an:Amagar as edicions patrullatas en a lista de seguimiento\";'),('an','messages:tog-watchlistreloadautomatically','s:103:\"es:Recargar la lista de seguimiento automáticamente cuando se modifica un filtro (requiere JavaScript)\";'),('an','messages:tog-watchlistunwatchlinks','s:214:\"es:Añadir enlaces directos ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) para seguir o dejar de seguir las entradas de la lista de seguimiento (se requiere JavaScript para utilizar esta funcionalidad)\";'),('an','messages:tog-watchmoves','s:35:\"an:Cosirar as pachinas que treslade\";'),('an','messages:tog-watchrollback','s:90:\"es:Añadir a mi lista de seguimiento las páginas en las que haya realizado una reversión\";'),('an','messages:tog-watchuploads','s:69:\"an:Adhibe os nuevos fichers que penche a la mía lista de seguimiento\";'),('an','messages:tool-link-contributions','s:54:\"an:Contribucions de {{GENDER:$1|l\'usuario|la usuaria}}\";'),('an','messages:tool-link-emailuser','s:61:\"es:Enviar un correo a {{GENDER:$1|este usuario|esta usuaria}}\";'),('an','messages:tool-link-userrights','s:59:\"es:Modificar grupos {{GENDER:$1|del usuario|de la usuaria}}\";'),('an','messages:tool-link-userrights-readonly','s:57:\"es:Ver los grupos {{GENDER:$1|del usuario|de la usuaria}}\";'),('an','messages:toolbox','s:15:\"an:Ferramientas\";'),('an','messages:tooltip-ca-addsection','s:29:\"an:Encetar una nueva sección\";'),('an','messages:tooltip-ca-delete','s:22:\"an:Borrar ista pachina\";'),('an','messages:tooltip-ca-edit','s:104:\"an:Puede editar ista pachina. Por favor, faiga servir o botón de visualización previa antes de grabar.\";'),('an','messages:tooltip-ca-history','s:37:\"an:Versions anteriors d\'ista pachina.\";'),('an','messages:tooltip-ca-move','s:37:\"an:Tresladar (renombrar) ista pachina\";'),('an','messages:tooltip-ca-nstab-category','s:33:\"an:Veyer a pachina d\'a categoría\";'),('an','messages:tooltip-ca-nstab-help','s:26:\"an:Veyer a pachina d\'aduya\";'),('an','messages:tooltip-ca-nstab-image','s:30:\"an:Veyer a pachina d\'o fichero\";'),('an','messages:tooltip-ca-nstab-main','s:18:\"an:Veyer a pachina\";'),('an','messages:tooltip-ca-nstab-media','s:42:\"an:Veyer a pachina d\'o elemento multimedia\";'),('an','messages:tooltip-ca-nstab-mediawiki','s:30:\"an:Veyer o mensache de sistema\";'),('an','messages:tooltip-ca-nstab-project','s:32:\"an:Veyer a pachina d\'o prochecto\";'),('an','messages:tooltip-ca-nstab-special','s:53:\"an:Ista ye una pachina especial, y no puede editar-la\";'),('an','messages:tooltip-ca-nstab-template','s:20:\"an:Veyer a plantilla\";'),('an','messages:tooltip-ca-nstab-user','s:28:\"an:Veyer a pachina d\'usuario\";'),('an','messages:tooltip-ca-protect','s:25:\"an:Protecher ista pachina\";'),('an','messages:tooltip-ca-talk','s:29:\"an:Descusión sobre l\'articlo\";'),('an','messages:tooltip-ca-undelete','s:74:\"an:Restaurar as edicions feitas a ista pachina antis que no estase borrata\";'),('an','messages:tooltip-ca-unprotect','s:39:\"an:Cambiar a protección d\'ista pachina\";'),('an','messages:tooltip-ca-unwatch','s:52:\"an:Borrar ista pachina d\'a suya lista de seguimiento\";'),('an','messages:tooltip-ca-unwatch-expiring','s:94:\"es:{{PLURAL:$1|Queda 1 día|Quedan $1 días}} en tu lista de seguimiento. Pulsa para quitarla.\";'),('an','messages:tooltip-ca-unwatch-expiring-hours','s:85:\"es:Le quedan unas horas en tu lista de seguimiento. Haz clic para dejar de vigilarla.\";'),('an','messages:tooltip-ca-view','s:3:\"en:\";'),('an','messages:tooltip-ca-viewsource','s:72:\"an:Ista pachina ye protechit.\nPuede veyer-ne, manimenos, o codigo fuent.\";'),('an','messages:tooltip-ca-watch','s:54:\"an:Adhibir ista pachina a la suya lista de seguimiento\";'),('an','messages:tooltip-compareselectedversions','s:71:\"an:Veyer  as esferencias entre as dos versions trigatas d\'ista pachina.\";'),('an','messages:tooltip-cur','s:49:\"es:Diferencia con respecto a la última revisión\";'),('an','messages:tooltip-diff','s:47:\"an:Amuestra os cambeos que ha feito en o texto.\";'),('an','messages:tooltip-feed-atom','s:28:\"an:Canal Atom d\'ista pachina\";'),('an','messages:tooltip-feed-rss','s:27:\"an:Canal RSS d\'ista pachina\";'),('an','messages:tooltip-invert','s:142:\"an:Marca ista caixeta ta amagar os cambeos a las pachinas dentro d\'o espacio de nombres trigau (y o espacio de nombres asociau si ye activada)\";'),('an','messages:tooltip-last','s:50:\"es:Diferencia con respecto a la revisión anterior\";'),('an','messages:tooltip-minoredit','s:36:\"an:Sinyalar ista edición como menor\";'),('an','messages:tooltip-n-currentevents','s:60:\"an:Trobar información cheneral sobre escaicimientos actuals\";'),('an','messages:tooltip-n-help','s:26:\"an:O puesto ta saber más.\";'),('an','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('an','messages:tooltip-n-mainpage','s:22:\"an:Vesitar a Portalada\";'),('an','messages:tooltip-n-mainpage-description','s:30:\"an:Vesitar a pachina prencipal\";'),('an','messages:tooltip-n-portal','s:56:\"an:Sobre o prochecto, que puede fer, aon trobar as cosas\";'),('an','messages:tooltip-n-randompage','s:35:\"an:Cargar una pachina aleatoriament\";'),('an','messages:tooltip-n-recentchanges','s:41:\"an:A lista d\'os zaguers cambeos en o wiki\";'),('an','messages:tooltip-namespace_association','s:115:\"an:Marca ista caixeta ta incluir tamién o espacio de nombres de discusión asociau con o espacio de nombres trigau\";'),('an','messages:tooltip-p-cactions','s:16:\"es:Más opciones\";'),('an','messages:tooltip-p-lang','s:3:\"en:\";'),('an','messages:tooltip-p-logo','s:12:\"an:Portalada\";'),('an','messages:tooltip-p-namespaces','s:3:\"en:\";'),('an','messages:tooltip-p-navigation','s:3:\"en:\";'),('an','messages:tooltip-p-personal','s:19:\"es:Menú de usuario\";'),('an','messages:tooltip-p-tb','s:3:\"en:\";'),('an','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('an','messages:tooltip-p-user-page','s:3:\"en:\";'),('an','messages:tooltip-p-variants','s:3:\"en:\";'),('an','messages:tooltip-p-views','s:3:\"en:\";'),('an','messages:tooltip-preferences-save','s:24:\"an:Alzar as preferencias\";'),('an','messages:tooltip-preview','s:73:\"an:Revise os suyos cambeos, por favor, faiga servir isto antes de grabar!\";'),('an','messages:tooltip-pt-anoncontribs','s:62:\"es:Una lista de modificaciones hechas desde esta dirección IP\";'),('an','messages:tooltip-pt-anontalk','s:56:\"an:Descusión sobre edicions feitas dende ista adreza IP\";'),('an','messages:tooltip-pt-anonuserpage','s:61:\"an:A pachina d\'usuario de l\'adreza IP dende a que ye editando\";'),('an','messages:tooltip-pt-createaccount','s:85:\"es:Te recomendamos crear una cuenta e iniciar sesión; sin embargo, no es obligatorio\";'),('an','messages:tooltip-pt-login','s:65:\"an:Le recomendamos que se rechistre, encara que no ye obligatorio\";'),('an','messages:tooltip-pt-login-private','s:60:\"es:Es necesario acceder a una cuenta para utilizar esta wiki\";'),('an','messages:tooltip-pt-logout','s:20:\"an:Rematar a sesión\";'),('an','messages:tooltip-pt-mycontris','s:33:\"an:Lista d\'as suyas contrebucions\";'),('an','messages:tooltip-pt-mytalk','s:31:\"an:A suya pachina de descusión\";'),('an','messages:tooltip-pt-preferences','s:24:\"an:As suyas preferencias\";'),('an','messages:tooltip-pt-tmpuserpage','s:45:\"es:Tu nombre de usuario temporal autogenerado\";'),('an','messages:tooltip-pt-userpage','s:27:\"an:A suya pachina d\'usuario\";'),('an','messages:tooltip-pt-watchlist','s:53:\"an:A lista de pachinas que en ye cosirando os cambeos\";'),('an','messages:tooltip-publish','s:23:\"es:Publicar tus cambios\";'),('an','messages:tooltip-recreate','s:61:\"an:Recreya una pachina mesmo si ya ha estato borrata dinantes\";'),('an','messages:tooltip-rollback','s:104:\"an:\"Revertir\" revierte todas as zagueras edicions d\'un mesmo usuario en ista pachina nomás con un clic.\";'),('an','messages:tooltip-save','s:19:\"an:Alzar os cambeos\";'),('an','messages:tooltip-search','s:24:\"an:Mirar en {{SITENAME}}\";'),('an','messages:tooltip-search-fulltext','s:34:\"an:Mirar iste texto en as pachinas\";'),('an','messages:tooltip-search-go','s:51:\"an:Ir t\'a pachina con iste títol exacto, si existe\";'),('an','messages:tooltip-summary','s:27:\"an:Escribir un breu resumen\";'),('an','messages:tooltip-t-contributions','s:48:\"an:Veyer a lista de contrebucions d\'iste usuario\";'),('an','messages:tooltip-t-emailuser','s:48:\"an:Ninviar un correu electronico ta iste usuario\";'),('an','messages:tooltip-t-info','s:39:\"es:Más información sobre esta página\";'),('an','messages:tooltip-t-permalink','s:48:\"an:Vinclo permanent ta ista versión d\'a pachina\";'),('an','messages:tooltip-t-print','s:39:\"an:Versión d\'ista pachina ta imprentar\";'),('an','messages:tooltip-t-recentchangeslinked','s:62:\"an:Zaguers cambeos en as pachinas que tienen vinclos enta ista\";'),('an','messages:tooltip-t-specialpages','s:39:\"an:Lista de todas as pachinas especials\";'),('an','messages:tooltip-t-upload','s:39:\"an:Lista de todas as pachinas especials\";'),('an','messages:tooltip-t-whatlinkshere','s:58:\"an:Lista de todas as pachinas d\'o wiki vinculatas con ista\";'),('an','messages:tooltip-undo','s:150:\"an:\"Desfer\" revierte a edición trigata y ubre a pachina d\'edición en o modo de previsualización. Deixa escribir una razón en o resumen d\'edición.\";'),('an','messages:tooltip-upload','s:20:\"an:Prencipia a carga\";'),('an','messages:tooltip-vector-anon-user-menu-title','s:16:\"es:Más opciones\";'),('an','messages:tooltip-watch','s:54:\"an:Adhibir ista pachina a la suya lista de seguimiento\";'),('an','messages:tooltip-watchlist-expiry','s:63:\"es:Añadir temporalmente esta página a tu lista de seguimiento\";'),('an','messages:tooltip-watchlistedit-normal-submit','s:19:\"an:Borrar os titols\";'),('an','messages:tooltip-watchlistedit-raw-submit','s:35:\"an:Esviellar a lista de seguimiento\";'),('an','messages:tooltip-whatlinkshere-invert','s:91:\"es:Activa esta casilla para ocultar los enlaces dentro del espacio de nombres seleccionado.\";'),('an','messages:trackingcategories','s:29:\"es:Categorías de seguimiento\";'),('an','messages:trackingcategories-desc','s:40:\"es:Criterios de inclusión de categoría\";'),('an','messages:trackingcategories-disabled','s:34:\"es:La categoría está desactivada\";'),('an','messages:trackingcategories-msg','s:28:\"es:Categoría de seguimiento\";'),('an','messages:trackingcategories-name','s:21:\"es:Nombre del mensaje\";'),('an','messages:trackingcategories-nodesc','s:34:\"es:No hay descripción disponible.\";'),('an','messages:trackingcategories-summary','s:215:\"es:Esta página lista categorías de seguimiento que han sido generadas automáticamente por el software MediaWiki. Sus nombres pueden cambiarse editando su mensaje correspondiente en el espacio de nombres {{ns:8}}.\";'),('an','messages:transaction-duration-limit-exceeded','s:296:\"es:Con el fin de evitar un aumento excesivo del retardo de replicación, se anuló esta transacción porque la duración de escritura ($1) excedió el límite de $2 {{PLURAL:$2|segundo|segundos}}.\nSi estás cambiando muchos elementos a la vez, trata de hacer operaciones similares más pequeñas.\";'),('an','messages:transaction-max-statement-time-exceeded','s:233:\"es:Para evitar crear una alta carga en la base de datos, esta consulta fue abortada porque la duración excedió el límite.\nSi está leyendo muchos elementos a la vez, intente hacer múltiples operaciones más pequeñas en su lugar.\";'),('an','messages:translateinterface','s:158:\"es:Para añadir o cambiar traducciones para todas las wikis, usa [https://translatewiki.net/ translatewiki.net], el proyecto de regionalización de MediaWiki.\";'),('an','messages:tue','s:6:\"an:mar\";'),('an','messages:tuesday','s:9:\"an:martes\";'),('an','messages:tuesday-at','s:21:\"es:el martes a las $1\";'),('an','messages:uctop','s:16:\"an:zaguer cambeo\";'),('an','messages:unblock','s:23:\"an:Desbloqueyar usuario\";'),('an','messages:unblock-hideuser','s:85:\"an:No se puede desbloqueyar a iste usuario, porque o suyo nombre d\'usuario ye amagau.\";'),('an','messages:unblock-summary','s:3:\"en:\";'),('an','messages:unblocked','s:41:\"an:[[User:$1|$1]] ha estato desbloqueyato\";'),('an','messages:unblocked-id','s:28:\"an:S\'ha sacato o bloqueyo $1\";'),('an','messages:unblocked-ip','s:56:\"es:Se ha desbloqueado a [[Special:Contributions/$1|$1]].\";'),('an','messages:unblocked-range','s:23:\"an:$1 s\'ha desbloqueyau\";'),('an','messages:unblockip','s:23:\"an:Desbloqueyar usuario\";'),('an','messages:unblockiptext','s:140:\"an:Replene o formulario que bi ha contino ta tornar os premisos d\'escritura ta una adreza IP u cuenta d\'usuario que haiga estato bloqueyata.\";'),('an','messages:unblocklink','s:15:\"an:desbloqueyar\";'),('an','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('an','messages:uncategorized-categories-exceptionlist','s:273:\"es:# Contiene una lista de categorías que no deberían figurar en Special:UncategorizedCategories. Una categoría por línea, empezando por «*». Las líneas que empiecen por otro carácter (espacios en blanco incluidos) se ignorarán. Usa «#» para añadir comentarios.\";'),('an','messages:uncategorizedcategories','s:30:\"an:Categorías sin categorizar\";'),('an','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('an','messages:uncategorizedimages','s:26:\"an:Fichers sin categorizar\";'),('an','messages:uncategorizedimages-summary','s:3:\"en:\";'),('an','messages:uncategorizedpages','s:27:\"an:Pachinas sin categorizar\";'),('an','messages:uncategorizedpages-summary','s:3:\"en:\";'),('an','messages:uncategorizedtemplates','s:29:\"an:Plantillas sin categorizar\";'),('an','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('an','messages:undelete','s:26:\"an:Veyer pachinas borratas\";'),('an','messages:undelete-back-to-list','s:38:\"es:Ver todas las revisiones eliminadas\";'),('an','messages:undelete-bad-store-key','s:112:\"an:No se puede restaurar a versión d\'o fichero con calendata $1: o fichero ya no se i trobaba antis d\'o borrau.\";'),('an','messages:undelete-cantcreate','s:132:\"es:No puedes deshacer el borrado de esta página porque no existe ninguna página con este nombre y no tienes permisos para crearla.\";'),('an','messages:undelete-cantedit','s:89:\"es:No puedes deshacer el borrado de esta página porque no tienes permisos para editarla.\";'),('an','messages:undelete-cleanup-error','s:58:\"an:Bi habió una error mientres se borraba o fichero \"$1\".\";'),('an','messages:undelete-error','s:31:\"an:Error en restaurar a pachina\";'),('an','messages:undelete-error-associated-alreadytalk','s:88:\"es:No se puede restaurar la página de discusión asociada de una página de discusión.\";'),('an','messages:undelete-error-associated-notdeleted','s:84:\"es:La página de discusión asociada no tiene revisiones que puedan ser restauradas.\";'),('an','messages:undelete-fieldset-title','s:21:\"an:Restaurar versions\";'),('an','messages:undelete-filename-mismatch','s:97:\"an:No se pueden restaurar a revisión de fichero con calendata $1: o nombre de fichero no consona\";'),('an','messages:undelete-header','s:97:\"an:En o [[Special:Log/delete|rechistro de borraus]] se listan as pachina borratas fa poco tiempo.\";'),('an','messages:undelete-missing-filearchive','s:114:\"an:No ye posible restaurar o fichero con ID $1 porque no bi ye en a base de datos. Puede que ya s\'aiga restaurato.\";'),('an','messages:undelete-no-results','s:57:\"an:No s\'han trobato pachinas borratas con ixos criterios.\";'),('an','messages:undelete-nodiff','s:43:\"an:No s\'ha trobato garra versión anterior.\";'),('an','messages:undelete-revision','s:58:\"an:Versión borrata de $1 (editada por $3, o $4 a las $5):\";'),('an','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('an','messages:undelete-search-box','s:32:\"an:Mirar en as pachinas borratas\";'),('an','messages:undelete-search-full','s:34:\"es:Mostrar páginas que contengan:\";'),('an','messages:undelete-search-prefix','s:43:\"an:Amostrar as pachinas que prencipien por:\";'),('an','messages:undelete-search-submit','s:8:\"an:Mirar\";'),('an','messages:undelete-search-title','s:26:\"an:Mirar pachinas borratas\";'),('an','messages:undelete-show-file-confirm','s:98:\"an:Seguro que quiere veyer una versión borrata d\'o fichero \"<nowiki>$1</nowiki>\" d\'o $2 a las $3?\";'),('an','messages:undelete-show-file-submit','s:6:\"an:Sí\";'),('an','messages:undelete-summary','s:3:\"en:\";'),('an','messages:undelete-talk-summary-prefix','s:85:\"es:Restaurada junto con su página de discusión asociada con el siguiente motivo: $1\";'),('an','messages:undelete-undeletetalk','s:70:\"es:Restaurar todas las revisiones de la página de discusión asociada\";'),('an','messages:undelete_short','s:51:\"an:Restaurar {{PLURAL:$1|una edición|$1 edicions}}\";'),('an','messages:undeletebtn','s:12:\"an:Restaurar\";'),('an','messages:undeletecomment','s:10:\"an:Razón:\";'),('an','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('an','messages:undeletedpage','s:140:\"an:\'\'\'S\'ha restaurato $1\'\'\'\n\nConsulte o [[Special:Log/delete|rechistro de borraus]] ta veyer una lista d\'os zaguers borraus y restauracions.\";'),('an','messages:undeleteextrahelp','s:335:\"an:Ta restaurar l\'historial zancero d\'a pachina, deixe todas as caixetas sin seleccionar y faiga clic en \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\nTa fer una restauración selectiva realitzar una restauració selectiva, marque as caixetas que correspondan a las revisions que puede quiere recuperar, y faiga clic en \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\'.\";'),('an','messages:undeletehistory','s:228:\"an:Si restableix a pachina, se restaurarán  todas as versions en o suyo historial.\nSi s\'ha creyato una nueva pachina con o mesmo nombre dende que se borró a orichinal, as versions restauradas amaneixerán antes en o historial.\";'),('an','messages:undeletehistorynoadmin','s:260:\"an:Esta pachina ye borrata. A razón d\'o suyo borrau s\'amuestra más t\'abaixo en o resumen, asinas como os detalles d\'os usuarios que eban editato a pachina antes d\'o borrau. O texto completo d\'istas edicions borratas ye disponible nomás ta os almenistradors.\";'),('an','messages:undeleteinvert','s:23:\"an:Contornar selección\";'),('an','messages:undeletelink','s:21:\"an:amostrar/restaurar\";'),('an','messages:undeletepage','s:38:\"an:Veyer y restaurar pachinas borratas\";'),('an','messages:undeletepagetext','s:237:\"an:{{PLURAL:$1|A pachina siguent ye estada borrata pera encara ye|As siguients $1 pachinas son estadas borratas pero encara son}} en o fichero y {{PLURAL:$1|podría restaurar-se|podrían restaurar-sen}}. O fichero se borra periodicament.\";'),('an','messages:undeletepagetitle','s:61:\"an:\'\'\'Contino s\'amuestran as versions borratas de [[:$1]]\'\'\'.\";'),('an','messages:undeleterevdel','s:190:\"an:O borrau no se desferá si resultalse en o borrau parcial d\'a zaguera versión d\'a pachina u o fichero.  En ixos casos, ha de deseleccionar u fer veyer as versions borratas más recients.\";'),('an','messages:undeleterevision-duplicate-revid','s:199:\"es:No se {{PLURAL:$1|pudo restaurar una modificación|pudieron restaurar $1 modificaciones}} porque {{PLURAL:$1|su <code>rev_id</code> ya se estaba|sus <code>rev_id</code> ya se estaban}} utilizando.\";'),('an','messages:undeleterevision-missing','s:135:\"an:Versión no conforme u no trobata. Regular que o vinclo sía incorrecto u que ixa versión s\'haiga restaurato u borrato d\'o fichero.\";'),('an','messages:undeleterevisions','s:48:\"an:$1 {{PLURAL:$1|versión|versions}} archivatas\";'),('an','messages:undeleteviewlink','s:8:\"an:veyer\";'),('an','messages:underline-always','s:10:\"an:Siempre\";'),('an','messages:underline-default','s:43:\"an:Confeguración por defecto d\'o navegador\";'),('an','messages:underline-never','s:8:\"an:Nunca\";'),('an','messages:undo-failure','s:85:\"an:No se puet desfer a edición pues un atro usuario ha feito una edición intermeya.\";'),('an','messages:undo-main-slot-only','s:89:\"es:No se ha podido desacer el cámbio porque contiene contenido fuera del slot principal.\";'),('an','messages:undo-nochange','s:48:\"es:Parece que ya se había deshecho la edición.\";'),('an','messages:undo-norev','s:75:\"an:No s\'ha puesto desfer a edición porque no existiba u ya s\'heba borrato.\";'),('an','messages:undo-success','s:183:\"an:A edición se puet desfer.\nAntes de desfer a edición, mire-se a siguient comparanza ta comprebar que ye ixo o que quiere fer, y alce alavez os cambios ta desfer asinas a edición.\";'),('an','messages:undo-summary','s:85:\"an:Desfeita a edición $1 de [[Special:Contributions/$2|$2]] ([[User talk:$2|desc.]])\";'),('an','messages:undo-summary-anon','s:66:\"es:Deshacer la modificación $1 de [[Special:Contributions/$2|$2]]\";'),('an','messages:undo-summary-import','s:57:\"es:Se ha deshecho la revisión importada $1 de [[:$2|$3]]\";'),('an','messages:undo-summary-import2','s:49:\"es:Se ha deshecho la revisión importada $1 de $2\";'),('an','messages:undo-summary-username-hidden','s:54:\"es:Se ha deshecho la revisión $1 de un usuario oculto\";'),('an','messages:unexpected','s:33:\"an:Valura no prevista: \"$1\"=\"$2\".\";'),('an','messages:unicode-support-fail','s:146:\"es:Parece que su navegador no es compatible con Unicode. Como esta codificación es necesaria para editar las páginas, no se guardó tu edición.\";'),('an','messages:unit-pixel','s:5:\"en:px\";'),('an','messages:unknown-error','s:37:\"an:Ha ocurriu una error desconoixida.\";'),('an','messages:unlinkaccounts','s:22:\"es:Desvincular cuentas\";'),('an','messages:unlinkaccounts-success','s:32:\"es:Se ha desvinculado la cuenta.\";'),('an','messages:unlockbtn','s:29:\"an:Destrancar a base de datos\";'),('an','messages:unlockconfirm','s:52:\"an:Sí, de verdat quiero destrancar a base de datos.\";'),('an','messages:unlockdb','s:29:\"an:Destrancar a base de datos\";'),('an','messages:unlockdbsuccesssub','s:47:\"an:A base de datos s\'ha estrancato correctament\";'),('an','messages:unlockdbsuccesstext','s:52:\"an:S\'ha destrancato a base de datos de {{SITENAME}}.\";'),('an','messages:unlockdbtext','s:260:\"an:Destrancar a base de datos premitirá a totz os usuarios d\'editar pachinas, cambiar as preferencias y as listas de seguimiento, y qualsiquier atra función que ameniste cambiar a base de datos. Por favor, confirme que isto ye mesmament o que se mira de fer.\";'),('an','messages:unpatrolledletter','s:4:\"en:!\";'),('an','messages:unprotect','s:22:\"an:Cambiar protección\";'),('an','messages:unprotected-js','s:171:\"es:Por razones de seguridad, JavaScript no se puede cargar desde páginas desprotegidas. Crea javascript solo en MediaWiki: espacio de nombres o como subpágina de usuario\";'),('an','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('an','messages:unprotectedarticle-comment','s:54:\"es:{{GENDER:$2|Eliminó la protección}} de «[[$1]]»\";'),('an','messages:unregistered-user-config','s:139:\"es:Por razones de seguridad, no se pueden cargar los códigos JavaScript, CSS o JSON localizados en subpáginas de usuarios no registrados.\";'),('an','messages:unstrip-depth-category','s:81:\"es:Páginas en que se excede el límite de profundidad de la función «unstrip»\";'),('an','messages:unstrip-depth-category-desc','s:62:\"es:La página supera el límite de profundidad de extracción.\";'),('an','messages:unstrip-depth-warning','s:76:\"es:Se ha superado el límite de recursividad de la función «unstrip» ($1)\";'),('an','messages:unstrip-size-category','s:77:\"es:Páginas en que se excede el límite de tamaño de la función «unstrip»\";'),('an','messages:unstrip-size-category-desc','s:58:\"es:La página supera el límite de tamaño de extracción.\";'),('an','messages:unstrip-size-warning','s:68:\"es:Se excedió el límite de tamaño de la función «unstrip» ($1)\";'),('an','messages:unsupported-content-diff','s:63:\"es:No se admiten las diferencias en el modelo de contenidos $1.\";'),('an','messages:unsupported-content-diff2','s:86:\"es:En esta wiki no se admiten las diferencias entre los modelos de contenidos $1 y $2.\";'),('an','messages:unsupported-content-model','s:93:\"es:<strong>Atención:</strong> en esta wiki no se admite el modelo de contenidos $1.</strong>\";'),('an','messages:unusedcategories','s:27:\"an:Categorías sin emplegar\";'),('an','messages:unusedcategories-summary','s:3:\"en:\";'),('an','messages:unusedcategoriestext','s:103:\"an:As siguients categoría son creyatas, pero no bi ha garra articlo u categoría que las faiga servir.\";'),('an','messages:unusedimages','s:19:\"an:Imachens sin uso\";'),('an','messages:unusedimages-summary','s:3:\"en:\";'),('an','messages:unusedimagestext','s:263:\"an:Os siguient fichers existen pero no amaneixen incorporaus en garra pachina.\nPor favor, pare cuenta que atros puestos web pueden tener vinclos ta fichers con una URL dreita y, por ixo, podrían amaneixer en ista lista encara que sí se faigan servir activament.\";'),('an','messages:unusedimagestext-categorizedimgisused','s:363:\"es:Los siguientes archivos existen, pero no están integrados en ninguna página. Las imágenes categorizadas son consideradas como utilizadas, a pesar de que no están incrustadas en ninguna página. Por favor tómese en cuenta que otros sitios pueden enlazarse a un archivo con una URL directa, y todavía pueden enlistarse aquí a pesar de estar en uso activo.\";'),('an','messages:unusedtemplates','s:24:\"an:Plantillas sin de uso\";'),('an','messages:unusedtemplates-summary','s:3:\"en:\";'),('an','messages:unusedtemplatestext','s:235:\"an:En ista pachina se fa una lista de todas as pachinas en o espacio de nombres {{ns:template}} que no sían incluyitas en atras pachinas. Alcuerde-se de comprebar as pachinas que tiengan vinclos t\'as plantillas antis de no borrar-las.\";'),('an','messages:unusedtemplateswlh','s:16:\"an:atros vinclos\";'),('an','messages:unwatch','s:20:\"an:Deixar de cosirar\";'),('an','messages:unwatchedpages','s:24:\"an:Pachinas no cosiratas\";'),('an','messages:unwatchedpages-summary','s:3:\"en:\";'),('an','messages:unwatching','s:23:\"an:Deixar de cosirar...\";'),('an','messages:unwatchthispage','s:20:\"an:Deixar de cosirar\";'),('an','messages:updated','s:15:\"an:(Esviellato)\";'),('an','messages:updatedmarker','s:36:\"an:esviellato dende a zaguera vesita\";'),('an','messages:updatewatchlist','s:34:\"es:Actualizar lista de seguimiento\";'),('an','messages:upload','s:17:\"an:Cargar fichero\";'),('an','messages:upload-copy-upload-invalid-domain','s:54:\"an:A carga de copias no ye disponible en iste dominio.\";'),('an','messages:upload-curl-error28','s:28:\"an:Tiempo d\'aspera sobrexito\";'),('an','messages:upload-curl-error28-text','s:212:\"an:O tiempo de respuesta d\'a pachina ye masiau gran. Por favor, comprebe si o servidor ye funcionando, aguarde bell ratet y mire de tornar a fer-lo.  Talment deseye prebar de nuevas quan o ret tienga menos carga.\";'),('an','messages:upload-curl-error6','s:33:\"an:No s\'ha puesto acceder t\'a URL\";'),('an','messages:upload-curl-error6-text','s:110:\"an:No s\'ha puesto plegar en a URL. Por favor, comprebe que a URL sía correcta y o sitio web sía funcionando.\";'),('an','messages:upload-default-description','s:4:\"en:-\";'),('an','messages:upload-description','s:27:\"an:Descripción d\'o fichero\";'),('an','messages:upload-dialog-button-back','s:9:\"es:Volver\";'),('an','messages:upload-dialog-button-cancel','s:11:\"es:Cancelar\";'),('an','messages:upload-dialog-button-done','s:8:\"es:Hecho\";'),('an','messages:upload-dialog-button-save','s:10:\"es:Guardar\";'),('an','messages:upload-dialog-button-upload','s:8:\"es:Subir\";'),('an','messages:upload-dialog-disabled','s:93:\"es:En esta wiki están desactivadas las subidas de archivos mediante este cuadro de diálogo.\";'),('an','messages:upload-dialog-title','s:16:\"es:Subir archivo\";'),('an','messages:upload-disallowed-here','s:38:\"an:No puetz sobrescribir iste fichero.\";'),('an','messages:upload-file-error','s:16:\"an:Error interna\";'),('an','messages:upload-file-error-text','s:181:\"an:Ha escaicito una error interna entre que se prebaba de creyar un fichero temporal en o servidor. Por favor, contaute con un [[Special:ListUsers/sysop|almenistrador]] d\'o sistema.\";'),('an','messages:upload-foreign-cant-load-config','s:93:\"es:Falló la carga de la configuración para subir archivos al depósito de archivos externo.\";'),('an','messages:upload-foreign-cant-upload','s:100:\"es:Esta wiki no está configurado para subir archivos al repositorio de archivos externo solicitado.\";'),('an','messages:upload-form-label-infoform-categories','s:14:\"es:Categorías\";'),('an','messages:upload-form-label-infoform-date','s:8:\"es:Fecha\";'),('an','messages:upload-form-label-infoform-description','s:15:\"es:Descripción\";'),('an','messages:upload-form-label-infoform-description-tooltip','s:151:\"es:Describe brevemente todo lo destacable acerca del trabajo.\nPara una foto, menciona las cosas principales que se representan, la ocasión o el lugar.\";'),('an','messages:upload-form-label-infoform-name','s:9:\"es:Nombre\";'),('an','messages:upload-form-label-infoform-name-tooltip','s:172:\"es:Un título único descriptivo para el archivo, que servirá como un nombre de archivo. Puedes usar un lenguaje claro con espacios. No incluyas la extensión del archivo.\";'),('an','messages:upload-form-label-infoform-title','s:11:\"es:Detalles\";'),('an','messages:upload-form-label-not-own-work-local-generic-foreign','s:144:\"es:Puede que también quieras usar [[Special:Upload|la página de subidas en {{SITENAME}}]], si se puede subir este archivo bajo sus políticas.\";'),('an','messages:upload-form-label-not-own-work-local-generic-local','s:91:\"es:Quizás también quieras probar [[Special:Upload|la página predeterminada de subidas]].\";'),('an','messages:upload-form-label-not-own-work-message-generic-foreign','s:170:\"es:Si usted no es capaz de cargar este archivo en virtud de las políticas del repositorio compartido, por favor cierre este cuadro de diálogo y probar con otro método.\";'),('an','messages:upload-form-label-not-own-work-message-generic-local','s:141:\"es:Si no es capaz de subir este archivo bajo las políticas de {{SITENAME}}, por favor cierre este cuadro de diálogo e intente otro método.\";'),('an','messages:upload-form-label-own-work','s:28:\"es:Esto es mi trabajo propio\";'),('an','messages:upload-form-label-own-work-message-generic-foreign','s:181:\"es:Entiendo que voy a subir este archivo a un repositorio compartido. Confirmo que estoy haciéndolo que siguiendo los términos de servicio y políticas de licenciamiento de allí.\";'),('an','messages:upload-form-label-own-work-message-generic-local','s:141:\"es:Confirmo que estoy subiendo este archivo siguiendo los términos del servicio y las políticas de concesión de licencias en {{SITENAME}}.\";'),('an','messages:upload-form-label-usage-filename','s:21:\"es:Nombre del archivo\";'),('an','messages:upload-form-label-usage-title','s:6:\"es:Uso\";'),('an','messages:upload-http-error','s:32:\"an:Ha ocorriu una error HTTP: $1\";'),('an','messages:upload-maxfilesize','s:35:\"an:Masima grandaria d\'o fichero: $1\";'),('an','messages:upload-misc-error','s:31:\"an:Error esconoixita en a carga\";'),('an','messages:upload-misc-error-text','s:249:\"an:Ha escaixito una error entre que se cargaba o fichero. Por favor, comprebe que a URL ye conforme y accesible y dimpués prebe de fer-lo una atra vegada. Si o problema contina, contaute con un [[Special:ListUsers/sysop|almenistrador]] d\'o sistema.\";'),('an','messages:upload-options','s:19:\"an:Opcions de carga\";'),('an','messages:upload-permitted','s:35:\"an:Tipos de fichero premititos: $1.\";'),('an','messages:upload-preferred','s:35:\"an:Tipos de fichero preferitos: $1.\";'),('an','messages:upload-prohibited','s:32:\"an:Tipos de fichero vedatos: $1.\";'),('an','messages:upload-proto-error','s:23:\"an:Protocolo incorrecto\";'),('an','messages:upload-proto-error-text','s:118:\"an:Si quiere cargar fichers dende atra pachina, a URL ha de prencipiar por <code>http://</code> u <code>ftp://</code>.\";'),('an','messages:upload-recreate-warning','s:232:\"an:\'\'Pare cuenta: T\'a suya conveniencia s\'ha muestra aquí o fichero con ixe nombre ha sido eliminado o renombrado.\'\'\'\n\nT\'a suya conveniencia s\'su conveniencia se muestra aquí el registro de supresiones y traslados de esta página:\";'),('an','messages:upload-scripted-dtd','s:84:\"es:No se pueden cargar archivos SVG que contengan una declaración DTD no estándar.\";'),('an','messages:upload-scripted-pi-callback','s:109:\"es:No se pueden cargar archivos que contengan instrucciones de procesamiento en forma de hojas de estilo XML.\";'),('an','messages:upload-source','s:16:\"an:Fichero fuent\";'),('an','messages:upload-summary','s:3:\"en:\";'),('an','messages:upload-too-many-redirects','s:36:\"an:A URL contien masiadas endreceras\";'),('an','messages:upload-tryagain','s:48:\"an:Ninviar a descripción de l\'archivo modificau\";'),('an','messages:upload-tryagain-nostash','s:66:\"es:Enviar el archivo cargado de nuevo y la descripción modificada\";'),('an','messages:upload_directory_missing','s:76:\"an:O directorio de carga ($1) no existe y no lo puede creyar o servidor web.\";'),('an','messages:upload_directory_read_only','s:77:\"an:O servidor web no puede escribir en o directorio de carga de fichers ($1).\";'),('an','messages:upload_source_file','s:36:\"an: (un fichero en o suyo ordenador)\";'),('an','messages:upload_source_url','s:46:\"an: (una URL conforme y publicament accesible)\";'),('an','messages:uploadbtn','s:20:\"an:Cargar un fichero\";'),('an','messages:uploaddisabled','s:36:\"an:A carga de fichers ye desactivata\";'),('an','messages:uploaddisabledtext','s:37:\"an:A carga de fichers ye desactivata.\";'),('an','messages:uploaded-animate-svg','s:158:\"es:Se encontró un etiqueta \"animate\" que puede estar cambiando \"href\", mediante el atributo \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> en el archivo SVG cargado.\";'),('an','messages:uploaded-event-handler-on-svg','s:109:\"es:No está permitido configurar atributos controladores de eventos <code>$1=\"$2\"</code> en los archivos SVG.\";'),('an','messages:uploaded-hostile-svg','s:87:\"es:Se encontró código CSS no seguro en el elemento de estilo del archivo SVG cargado.\";'),('an','messages:uploaded-href-attribute-svg','s:271:\"es:Los elementos <a> solo tienen permitido enlazar (href) con objetivos «data:» (archivo incrustado), «http://», «https://» o de fragmento («#», «same-document»). Prueba a incrustar las imágenes al exportar el SVG. Se encontró <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('an','messages:uploaded-href-unsafe-target-svg','s:115:\"es:Se encontró un <code>href</code> hacia un destino inseguro <code><$1 $2=\"$3\"></code> en el archivo SVG cargado.\";'),('an','messages:uploaded-image-filter-svg','s:103:\"es:Se encontró un filtro de imagen con URL: <code>&lt;$1 $2=\"$3\"&gt;</code> en el archivo SVG cargado.\";'),('an','messages:uploaded-remote-url-svg','s:114:\"es:Se bloquean los SVG que contienen URL de estilo externas. El archivo SVG cargado contiene <code>$1=\"$2\"</code>.\";'),('an','messages:uploaded-script-svg','s:100:\"es:Se encontró el elemento habilitado para secuencias de órdenes «$1» en el archivo SVG cargado.\";'),('an','messages:uploaded-setting-event-handler-svg','s:147:\"es:Está bloqueada la configuración de atributos controladores de eventos. Se encontró <code>&lt;$1 $2=\"$3\"&gt;</code> en el archivo SVG cargado.\";'),('an','messages:uploaded-setting-handler-svg','s:159:\"es:Están bloqueados los archivos SVG que configuran el atributo \"handler\" con remote/data/script. Se encontró <code>$1=\"$2\"</code> en el archivo SVG cargado.\";'),('an','messages:uploaded-setting-href-svg','s:97:\"es:Está bloqueado el uso de la etiqueta \"set\" para añadir un atributo \"href\" al elemento padre.\";'),('an','messages:uploaded-wrong-setting-svg','s:184:\"es:Está bloqueado el uso de la etiqueta \"set\" para añadir un destino remote/data/script a cualquier atributo. Se encontró <code>&lt;set to=\"$1\"&gt;</code> en el archivo SVG cargado.\";'),('an','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('an','messages:uploaderror','s:47:\"an:S\'ha producito una error en cargar o fichero\";'),('an','messages:uploadfooter','s:4:\"en:-\";'),('an','messages:uploadinvalidxml','s:50:\"es:No se pudo analizar el XML del archivo cargado.\";'),('an','messages:uploadlogpage','s:33:\"an:Rechistro de cargas de fichers\";'),('an','messages:uploadlogpagetext','s:154:\"an:Contino s\'amuestra una lista d\'os zaguers fichers cargatos. Mire-se a [[Special:NewFiles|galería de nuevos fichers]] ta tener una anvista más visual.\";'),('an','messages:uploadnewversion-linktext','s:43:\"an:Cargar una nueva versión d\'iste fichero\";'),('an','messages:uploadnologin','s:29:\"an:No ha encetato una sesión\";'),('an','messages:uploadnologintext','s:65:\"an:Ha d\'estar [[Special:UserLogin|rechistrau]] ta cargar fichers.\";'),('an','messages:uploadscripted','s:110:\"an:Iste fichero contiene codigo de script u HTML que puede estar interpretado incorrectament por un navegador.\";'),('an','messages:uploadscriptednamespace','s:89:\"es:Este archivo SVG contiene un espacio de nombres no permitido: «<nowiki>$1</nowiki>».\";'),('an','messages:uploadstash','s:25:\"an:Cargar fichers amagaus\";'),('an','messages:uploadstash-bad-path','s:21:\"es:La ruta no existe.\";'),('an','messages:uploadstash-bad-path-bad-format','s:47:\"es:El formato de la clave «$1» es incorrecto.\";'),('an','messages:uploadstash-bad-path-invalid','s:25:\"es:La ruta no es válida.\";'),('an','messages:uploadstash-bad-path-no-handler','s:68:\"es:No se encontró ningún manejador para el MIME $1 del archivo $2.\";'),('an','messages:uploadstash-bad-path-unknown-type','s:33:\"es:El tipo «$1» es desconocido.\";'),('an','messages:uploadstash-bad-path-unrecognized-thumb-name','s:44:\"es:No se reconoce el nombre de la miniatura.\";'),('an','messages:uploadstash-badtoken','s:131:\"an:No s\'ha puesto executar ixa operación, tal vez porque as suyas credenciales d\'edición son circumducitas. Intente-lo de nuevas.\";'),('an','messages:uploadstash-clear','s:28:\"an:Borrar os fichers amagaus\";'),('an','messages:uploadstash-errclear','s:52:\"an:O borrau d\'os fichers no s\'ha feito correctament.\";'),('an','messages:uploadstash-exception','s:70:\"es:No se pudo almacenar la carga en el área provisional ($1): «$2».\";'),('an','messages:uploadstash-file-not-found','s:62:\"es:No se encuentra la clave «$1» en el almacén provisional.\";'),('an','messages:uploadstash-file-not-found-missing-content-type','s:42:\"es:Falta una cabecera de tipo de contenido\";'),('an','messages:uploadstash-file-not-found-no-local-path','s:55:\"es:No hay ninguna ruta local para el elemento escalado.\";'),('an','messages:uploadstash-file-not-found-no-remote-thumb','s:53:\"es:Falló la recuperación de miniaturas: $1\nURL = $2\";'),('an','messages:uploadstash-file-not-found-no-thumb','s:35:\"es:No se pudo obtener la miniatura.\";'),('an','messages:uploadstash-file-not-found-not-exists','s:57:\"es:No se puede encontrar la ruta, o no un fichero simple.\";'),('an','messages:uploadstash-file-too-large','s:53:\"es:No se pueden servir archivos mayores que $1 bytes.\";'),('an','messages:uploadstash-no-such-key','s:51:\"es:No existe esta clave ($1); no se puede eliminar.\";'),('an','messages:uploadstash-nofiles','s:28:\"an:No tiene fichers amagaus.\";'),('an','messages:uploadstash-not-logged-in','s:78:\"es:No ha accedido ningún usuario; los archivos deben pertenecer a un usuario.\";'),('an','messages:uploadstash-refresh','s:31:\"an:Esviellar a lista de fichers\";'),('an','messages:uploadstash-summary','s:200:\"an:Ista pachina da acceso a os fichers cargaus (u que se son ninviando agora) pero que encara s\'han publicau en a wiki. Istos fichers no son visibles ta dengún, fueras de ta l\'usuario que los cargó.\";'),('an','messages:uploadstash-thumbnail','s:16:\"es:ver miniatura\";'),('an','messages:uploadstash-wrong-owner','s:52:\"es:Este archivo ($1) no pertenece al usuario actual.\";'),('an','messages:uploadstash-zero-length','s:27:\"es:El archivo está vacío.\";'),('an','messages:uploadtext','s:908:\"an:Faiga servir o formulario d\'o cobaixo ta cargar fichers.\nTa veyer u mirar fichers cargatas denantes vaiga t\'a [[Special:FileList|lista de fichers cargatos]]. As cargas y recargas tamién se rechistran en o [[Special:Log/upload|rechistro de cargas]], y os borraus en o [[Special:Log/delete|rechistro de borraus]].\n\nTa incluyir un fichero en una pachina, emplegue un vinclo d\'una d\'istas trazas\n*\'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:Fichero.jpg]]</nowiki></code>\'\'\' ta fer servir a version completa d\'o fichero,\n*\'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:Fichero.png|200px|thumb|left|texto alternativo]]</nowiki></code>\'\'\' ta fer serivr una versión de 200 píxels d\'amplaria en una caixa a la marguin cucha con \'texto alternativo\' como descripción\n*\'\'\'<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:Fichero.ogg]]</nowiki></code>\'\'\' ta fer un vinclo dreitament ta o fichero sin amostrar-lo.\";'),('an','messages:uploadvirus','s:44:\"an:Iste fichero tiene un virus! Detalles: $1\";'),('an','messages:uploadwarning','s:34:\"an:Alvertencia de carga de fichero\";'),('an','messages:uploadwarning-text','s:82:\"an:Por favor, modifique a descripción d\'o fichero d\'abaixo y torne a intentar-lo.\";'),('an','messages:uploadwarning-text-nostash','s:91:\"es:Carga el archivo una vez más, modifica la descripción siguiente e inténtalo de nuevo.\";'),('an','messages:user-mail-no-addy','s:82:\"an:Ha mirau de ninviar un mensache de correu sin una adreza de correu electronico.\";'),('an','messages:user-mail-no-body','s:90:\"es:Trató de enviar un mensaje de correo electrónico sin contenido o excesivamente corto.\";'),('an','messages:usercreated','s:41:\"an:{{GENDER:$3|Creyato}} en  $1  a las $2\";'),('an','messages:usercssispublic','s:110:\"es:Recuerda: las subpáginas CSS no deben contener datos confidenciales, pues otros usuarios los podrían ver.\";'),('an','messages:usercsspreview','s:109:\"an:\'\'\'Remere que isto no ye que una previsualización d\'o suyo CSS d\'usuario.\'\'\'\n\'\'\'Encara no s\'ha alzato!\'\'\'\";'),('an','messages:usercssyoucanpreview','s:124:\"an:\'\'\'Consello:\'\'\' Faiga servir o botón «{{int:showpreview}}» ta fer una prebatina con o nuevo CSS antes de no grabar-lo.\";'),('an','messages:usereditcount','s:37:\"an:$1 {{PLURAL:$1|edición|edicions}}\";'),('an','messages:userexists','s:88:\"an:O nombre d\'usuario que ha escrito ya ye en uso.\nPor favor, trigue-ne uno de diferent.\";'),('an','messages:userinvalidconfigtitle','s:213:\"an:\'\'\'Pare cuenta:\'\'\' No bi ha garra aparencia clamata \"$1\". Remere que as pachinas presonalizatas .css y .js tienen un títol en minusclas, p.e. {{ns:user}}:Foo/vector.css en cuenta de {{ns:user}}:Foo/Vector.css.\";'),('an','messages:userjsdangerous','s:256:\"es:Por favor ten en cuenta que scripts incluidos en esta página serán ejecutados cada vez que cargues una página. Código malicioso añadido aquí podría comprometer tu cuenta. El código será ejecutado cuando previsualices tus cambios a esta página.\";'),('an','messages:userjsispublic','s:117:\"es:Recuerda: las subpáginas JavaScript no deben contener datos confidenciales, pues otros usuarios los podrían ver.\";'),('an','messages:userjsonispublic','s:111:\"es:Recuerda: las subpáginas JSON no deben contener datos confidenciales, pues otros usuarios los podrían ver.\";'),('an','messages:userjsonpreview','s:119:\"es:<strong>Recuerda que solo estas previsualizando tu configuración JSON de usuario. ¡Aún no se ha grabado!</strong>\";'),('an','messages:userjsonyoucanpreview','s:120:\"es:<strong>Consejo:</strong> usa el botón «{{int:showpreview}}» para probar el código JSON nuevo antes de guardarlo.\";'),('an','messages:userjspreview','s:96:\"an:\'\'\'Remere que sólo ye previsualizando o suyo javascript d\'usuario y encara no ye grabato!\'\'\'\";'),('an','messages:userjsyoucanpreview','s:127:\"an:\'\'\'Consello:\'\'\' Faiga servir o botón «{{int:showpreview}}» ta fer una prebatina con o nuevo css/js antes de no grabar-lo.\";'),('an','messages:userlogin-createanother','s:20:\"es:Crear otra cuenta\";'),('an','messages:userlogin-helplink2','s:22:\"es:Ayuda con el acceso\";'),('an','messages:userlogin-joinproject','s:24:\"es:Únete a {{SITENAME}}\";'),('an','messages:userlogin-loggedin','s:122:\"es:Ya estás {{GENDER:$1|conectado|conectada}} como $1.\nUsa el formulario de abajo para iniciar sesión como otro usuario.\";'),('an','messages:userlogin-noaccount','s:25:\"an:No tiene garra cuenta?\";'),('an','messages:userlogin-reauth','s:75:\"es:Debes iniciar sesión de nuevo para verificar que eres {{GENDER:$1|$1}}.\";'),('an','messages:userlogin-remembermypassword','s:31:\"es:Mantener mi sesión iniciada\";'),('an','messages:userlogin-resetpassword-link','s:33:\"es:¿Has olvidado tu contraseña?\";'),('an','messages:userlogin-signwithsecure','s:24:\"es:Usar conexión segura\";'),('an','messages:userlogin-yourname','s:19:\"an:Nombre d\'usuario\";'),('an','messages:userlogin-yourname-ph','s:34:\"an:Escribe o tuyo nombre d\'usuario\";'),('an','messages:userlogin-yourpassword','s:17:\"an:Clau d\'acceso:\";'),('an','messages:userlogin-yourpassword-ph','s:25:\"es:Escribe tu contraseña\";'),('an','messages:userlogout','s:8:\"an:Salir\";'),('an','messages:userlogout-continue','s:34:\"es:¿Quieres finalizar la sesión?\";'),('an','messages:userlogout-summary','s:3:\"en:\";'),('an','messages:userlogout-temp','s:107:\"es:Estás seguro que quieres salir de tu cuenta? No habrá forma de volver a ingresar a tu cuenta temporal.\";'),('an','messages:usermaildisabled','s:66:\"an:S\'ha desactivau o ninvío de correus electronicos a os usuarios\";'),('an','messages:usermaildisabledtext','s:60:\"an:En ista wiki no puet ninviar un correu-e a atros usuarios\";'),('an','messages:usermessage-editor','s:25:\"an:Mensachero d\'o sistema\";'),('an','messages:usermessage-summary','s:35:\"an:Deixando un mensache de sistema.\";'),('an','messages:usermessage-template','s:27:\"es:MediaWiki:MensajeUsuario\";'),('an','messages:username','s:68:\"an:{{GENDER:$1|Nombre d\'usuario|Nombre d\'usuaria|Nombre d\'usuario}}:\";'),('an','messages:usernameinprogress','s:85:\"es:Ya está en marcha la creación de una cuenta para este nombre de usuario.\nEspera.\";'),('an','messages:userpage-userdoesnotexist','s:109:\"an:A cuenta d\'usuario \"<nowiki>$1</nowiki>\" no ye rechistrada. Piense si quiere creyar u editar ista pachina.\";'),('an','messages:userpage-userdoesnotexist-view','s:45:\"an:A cuenta d\'usuario \"$1\" no ye rechistrada.\";'),('an','messages:userrights','s:44:\"an:Confeguración d\'os dreitos d\'os usuarios\";'),('an','messages:userrights-cannot-shorten-expiry','s:155:\"es:No puedes acortar la caducidad de las membresías del grupo «$1». Únicamente los usuarios con permisos para añadir y quitar el grupo pueden hacerlo.\";'),('an','messages:userrights-changeable-col','s:27:\"an:Grupos que puede cambiar\";'),('an','messages:userrights-conflict','s:94:\"es:¡Conflicto de cambio de los permisos de usuario! Por favor, revisa y confirma tus cambios.\";'),('an','messages:userrights-editusergroup','s:30:\"an:Editar as collas d\'usuarios\";'),('an','messages:userrights-expiry','s:10:\"es:Caduca:\";'),('an','messages:userrights-expiry-current','s:15:\"es:Caduca el $1\";'),('an','messages:userrights-expiry-existing','s:41:\"es:Fecha de caducidad actual: $2 a las $3\";'),('an','messages:userrights-expiry-in-past','s:60:\"es:El tiempo de caducidad del grupo \"$1\" está en el pasado.\";'),('an','messages:userrights-expiry-none','s:12:\"es:No caduca\";'),('an','messages:userrights-expiry-options','s:93:\"es:1 día:1 day,1 semana:1 week,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 año:1 year\";'),('an','messages:userrights-expiry-othertime','s:19:\"es:En otro momento:\";'),('an','messages:userrights-groups-help','s:270:\"an:Puede cambiar as collas a on que bi ye iste usuario.\n* Un caixa sinyalata significa que l\'usuario ye en ixa colla.\n* Una caixa no sinyalata significa que l\'usuario no ye en ixa colla.\n* Un * indica que vusté no puet sacar a colla dimpués d\'adhibir-la, u vice-versa.\";'),('an','messages:userrights-groupsmember','s:14:\"an:Miembro de:\";'),('an','messages:userrights-groupsmember-auto','s:24:\"an:Miembro implicito de:\";'),('an','messages:userrights-groupsmember-type','s:5:\"es:$1\";'),('an','messages:userrights-invalid-expiry','s:55:\"es:El tiempo de caducidad del grupo \"$1\" no es válido.\";'),('an','messages:userrights-irreversible-marker','s:6:\"es:$1*\";'),('an','messages:userrights-lookup-user','s:31:\"an:Confegurar collas d\'usuarios\";'),('an','messages:userrights-no-interwiki','s:66:\"an:No tiene premiso ta editar os dreitos d\'usuario en atras wikis.\";'),('an','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('an','messages:userrights-nodatabase','s:46:\"an:A base de datos $1 no existe u no ye local.\";'),('an','messages:userrights-reason','s:10:\"an:Razón:\";'),('an','messages:userrights-summary','s:3:\"en:\";'),('an','messages:userrights-systemuser','s:67:\"es:{{GENDER:$1|Este es un usuario|Esta es una usuaria}} del sistema\";'),('an','messages:userrights-unchangeable-col','s:30:\"an:Collas que no puede cambiar\";'),('an','messages:userrights-user-editname','s:31:\"an:Escriba un nombre d\'usuario:\";'),('an','messages:userrights-viewusergroup','s:53:\"es:Ver grupos {{GENDER:$1|del usuario|de la usuaria}}\";'),('an','messages:variantname-crh','s:6:\"en:crh\";'),('an','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('an','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('an','messages:variantname-gan','s:6:\"en:gan\";'),('an','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('an','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('an','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('an','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('an','messages:variantname-iu','s:5:\"en:iu\";'),('an','messages:variantname-kk','s:5:\"en:kk\";'),('an','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('an','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('an','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('an','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('an','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('an','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('an','messages:variantname-ku','s:5:\"en:ku\";'),('an','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('an','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('an','messages:variantname-shi','s:6:\"en:shi\";'),('an','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('an','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('an','messages:variantname-sr','s:5:\"en:sr\";'),('an','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('an','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('an','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('an','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('an','messages:variantname-tg','s:5:\"en:tg\";'),('an','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('an','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('an','messages:variantname-tly','s:6:\"en:tly\";'),('an','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('an','messages:variantname-uz','s:5:\"en:uz\";'),('an','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('an','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('an','messages:variantname-zh','s:5:\"en:zh\";'),('an','messages:variantname-zh-cn','s:5:\"en:CN\";'),('an','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('an','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('an','messages:variantname-zh-hk','s:5:\"en:HK\";'),('an','messages:variantname-zh-mo','s:5:\"en:MO\";'),('an','messages:variantname-zh-my','s:5:\"en:MY\";'),('an','messages:variantname-zh-sg','s:5:\"en:SG\";'),('an','messages:variantname-zh-tw','s:5:\"en:TW\";'),('an','messages:variants','s:11:\"an:Variants\";'),('an','messages:vector-2022-prefs-talkpage','s:58:\"es:[[mw:Talk:Reading/Web/Desktop_Improvements|Discusión]]\";'),('an','messages:vector-action-addsection','s:25:\"an:Adhibir nueva sección\";'),('an','messages:vector-action-delete','s:9:\"an:Borrar\";'),('an','messages:vector-action-move','s:12:\"an:Tresladar\";'),('an','messages:vector-action-protect','s:12:\"an:Protecher\";'),('an','messages:vector-action-toggle-sidebar','s:37:\"es:Mostrar u ocultar la barra lateral\";'),('an','messages:vector-action-undelete','s:12:\"an:Restaurar\";'),('an','messages:vector-action-unprotect','s:22:\"an:Cambiar protección\";'),('an','messages:vector-anon-user-menu-pages','s:39:\"es:Páginas para editores desconectados\";'),('an','messages:vector-anon-user-menu-pages-label','s:41:\"es:Obtenga más información sobre editar\";'),('an','messages:vector-anon-user-menu-pages-learn','s:20:\"es:más información\";'),('an','messages:vector-article-tools-nav-label','s:15:\"es:Herramientas\";'),('an','messages:vector-intro-page','s:21:\"es:Help:Introducción\";'),('an','messages:vector-jumptocontent','s:18:\"es:Ir al contenido\";'),('an','messages:vector-jumptonavigation','s:22:\"es:Ir a la navegación\";'),('an','messages:vector-jumptosearch','s:20:\"es:Ir a la búsqueda\";'),('an','messages:vector-language-button-aria-label','s:85:\"es:Ir a un artículo en otro idioma. Disponible en {{PLURAL:$1|$1 idioma|$1 idiomas}}\";'),('an','messages:vector-language-button-label','s:28:\"es:$1 idioma{{PLURAL:$1||s}}\";'),('an','messages:vector-language-redirect-to-top','s:152:\"es:En {{SITENAME}}, los enlaces de idiomas se encuentran en la parte superior de la página, frente al título del artículo. [[#p-lang-btn|Ir arriba]].\";'),('an','messages:vector-language-variant-switcher-label','s:29:\"es:Cambiar variante de idioma\";'),('an','messages:vector-languages','s:10:\"es:Idiomas\";'),('an','messages:vector-main-menu-tooltip','s:18:\"es:Menú principal\";'),('an','messages:vector-more-actions','s:6:\"an:Mas\";'),('an','messages:vector-no-language-button-aria-label','s:85:\"es:Este artículo existe sólo en este idioma. Añade el artículo para otros idiomas\";'),('an','messages:vector-no-language-button-label','s:18:\"es:Añadir idiomas\";'),('an','messages:vector-opt-out','s:35:\"es:Cambiar a la apariencia anterior\";'),('an','messages:vector-opt-out-tooltip','s:92:\"es:Cambie su configuración para volver al aspecto anterior de la máscara (Vector heredado)\";'),('an','messages:vector-search-loader','s:40:\"es:Cargando las sugerencias de búsqueda\";'),('an','messages:vector-searchsuggest-containing','s:103:\"es:Buscar páginas que contengan <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('an','messages:vector-site-nav-label','s:8:\"es:Sitio\";'),('an','messages:vector-skin-desc','s:275:\"es:Proporciona dos apariencias de Vector:\n* 2011 - Versión moderna de MonoBook, con un aspecto actualizado y muchas mejoras de usabilidad\n* 2022 - Vector construido como parte del proyecto [[mw:Desktop Improvements|Mejoras a la IU de escritorio]] de la Fundación Wikimedia.\";'),('an','messages:vector-specialversion-name','s:9:\"es:Vector\";'),('an','messages:vector-toc-beginning','s:9:\"es:Inicio\";'),('an','messages:vector-toc-collapsible-button-label','s:35:\"es:Cambiar a la tabla de contenidos\";'),('an','messages:vector-toc-heading','s:13:\"es:Contenidos\";'),('an','messages:vector-toc-menu-tooltip','s:22:\"es:Tabla de contenidos\";'),('an','messages:vector-toc-toggle-button-label','s:26:\"es:Alternar subsección $1\";'),('an','messages:vector-toc-toggle-position-sidebar','s:27:\"es:mover a la barra lateral\";'),('an','messages:vector-toc-toggle-position-title','s:10:\"es:ocultar\";'),('an','messages:vector-view-create','s:9:\"an:Creyar\";'),('an','messages:vector-view-edit','s:9:\"an:Editar\";'),('an','messages:vector-view-history','s:23:\"an:Amostrar l\'historial\";'),('an','messages:vector-view-view','s:8:\"an:Leyer\";'),('an','messages:vector-view-viewsource','s:23:\"an:Veyer o codigo fuent\";'),('an','messages:vector.css','s:109:\"an:/* Os estilos CSS colocaus aquí s\'aplicarán ta totz os usuarios que faigan servir l\'apariencia Vector */\";'),('an','messages:vector.js','s:107:\"an:/* Qualsiquier codigo Javascript escrito aquí se cargará ta totz os usuarios que usen a piel Vector */\";'),('an','messages:verification-error','s:52:\"an:Iste fichero no pasó a verificación de fichers.\";'),('an','messages:version','s:11:\"an:Versión\";'),('an','messages:version-antispam','s:22:\"an:Prevención de spam\";'),('an','messages:version-api','s:6:\"en:API\";'),('an','messages:version-credits-not-found','s:85:\"es:No se ha encontrado información detallada de reconocimiento para esta extensión.\";'),('an','messages:version-credits-summary','s:101:\"es:Queremos reconocer a las siguientes personas por su contribución a [[Special:Version|MediaWiki]].\";'),('an','messages:version-credits-title','s:25:\"es:Reconocimiento para $1\";'),('an','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('an','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('an','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('an','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('an','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('an','messages:version-editors','s:11:\"es:Editores\";'),('an','messages:version-entrypoints','s:27:\"es:URL del punto de entrada\";'),('an','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('an','messages:version-entrypoints-articlepath','s:95:\"es:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Ruta del artículo]\";'),('an','messages:version-entrypoints-header-entrypoint','s:19:\"es:Punto de entrada\";'),('an','messages:version-entrypoints-header-url','s:6:\"es:URL\";'),('an','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('an','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('an','messages:version-entrypoints-scriptpath','s:108:\"es:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Ruta de la secuencia de órdenes]\";'),('an','messages:version-ext-colheader-credits','s:10:\"es:Autores\";'),('an','messages:version-ext-colheader-description','s:15:\"es:Descripción\";'),('an','messages:version-ext-colheader-license','s:11:\"es:Licencia\";'),('an','messages:version-ext-colheader-name','s:13:\"es:Extensión\";'),('an','messages:version-ext-colheader-version','s:11:\"es:Versión\";'),('an','messages:version-ext-license','s:11:\"es:Licencia\";'),('an','messages:version-extensions','s:24:\"an:Estensions instalatas\";'),('an','messages:version-hook-name','s:20:\"an:Nombre d\'o grifio\";'),('an','messages:version-hook-subscribedby','s:15:\"an:Suscrito por\";'),('an','messages:version-hooks','s:18:\"an:Grifios (Hooks)\";'),('an','messages:version-libraries','s:25:\"es:Bibliotecas instaladas\";'),('an','messages:version-libraries-authors','s:10:\"es:Autores\";'),('an','messages:version-libraries-description','s:15:\"es:Descripción\";'),('an','messages:version-libraries-library','s:13:\"es:Biblioteca\";'),('an','messages:version-libraries-license','s:11:\"es:Licencia\";'),('an','messages:version-libraries-version','s:11:\"es:Versión\";'),('an','messages:version-license','s:11:\"an:Licencia\";'),('an','messages:version-license-info','s:809:\"an:MediaWiki ye software libre, puet redistribuyir-lo y/u modificar-lo baixo os terminos d\'a Licencia Publica Cheneral GNU publicada por a Free Software Foundation, ya siga d\'a suya versión 2 u (a la suya esleción) qualsiquier versión posterior. \n\nMediaWiki se distribuye con l\'asperanza d\'estar d\'utilidat, pero SIN GARRA GUARANCIA; nian a guarancia implicita de COMERCIALIZACIÓN u ADEQUACIÓN TA UNA FINALIDAT DETERMINADA. En trobará más detalles en a Licencia Publica General GNU.\n\nCon iste programa ha d\'haber recibiu [{{SERVER}}{{SCRIPTPATH}}/COPYING una copia d\'a Licencia Publica Cheneral GNU]; si no ye asinas, endrece-se a la Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA u bien [//www.gnu.org/licenses/old-licenses/gpl-2.0.html la leiga en linia].\";'),('an','messages:version-license-not-found','s:80:\"es:No se han encontrado información detallada de licencia para esta extensión.\";'),('an','messages:version-license-title','s:19:\"es:Licencia para $1\";'),('an','messages:version-mediahandlers','s:34:\"an:Maneyador de fichers multimedia\";'),('an','messages:version-no-ext-name','s:15:\"es:[sin nombre]\";'),('an','messages:version-other','s:8:\"an:Atros\";'),('an','messages:version-parser-extensiontags','s:40:\"an:Etiquetas d\'estensión d\'o parseyador\";'),('an','messages:version-parser-function-hooks','s:39:\"an:Grifios d\'as funcions d\'o parseyador\";'),('an','messages:version-parserhooks','s:36:\"an:Grifios d\'o parser (parser hooks)\";'),('an','messages:version-poweredby-credits','s:102:\"an:Iste wiki funciona gracias a \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\', copyright © 2001-$1 $2.\";'),('an','messages:version-poweredby-others','s:8:\"an:atros\";'),('an','messages:version-poweredby-translators','s:35:\"es:Traductores de translatewiki.net\";'),('an','messages:version-poweredby-various','s:17:\"es:Varios autores\";'),('an','messages:version-skin-colheader-name','s:13:\"es:Apariencia\";'),('an','messages:version-skins','s:13:\"an:Aparencias\";'),('an','messages:version-software','s:21:\"an:Software instalato\";'),('an','messages:version-software-product','s:11:\"an:Producto\";'),('an','messages:version-software-version','s:11:\"an:Versión\";'),('an','messages:version-specialpages','s:21:\"an:Pachinas especials\";'),('an','messages:version-summary','s:3:\"en:\";'),('an','messages:version-variables','s:12:\"an:Variables\";'),('an','messages:version-version','s:7:\"en:($1)\";'),('an','messages:versionrequired','s:40:\"an:Ye precisa a versión $1 de MediaWiki\";'),('an','messages:versionrequiredtext','s:119:\"an:Ye precisa a versión $1 de MediaWiki ta fer servir ista pachina. Ta más información, consulte [[Special:Version]]\";'),('an','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('an','messages:view','s:8:\"an:Veyer\";'),('an','messages:view-pool-contention','s:18:\"en:pool contention\";'),('an','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('an','messages:view-pool-error','s:170:\"an:Desincuse, os servidors son agora sobrecargaus.\nMasiaus usuarios son mirando d\'acceder ta ista pachina.\nAguarde una mica antes de tornar a acceder ta ista pachina.\n\n$1\";'),('an','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('an','messages:viewcount','s:62:\"an:Ista pachina ha tenito {{PLURAL:$1|una vesita|$1 vesitas}}.\";'),('an','messages:viewdeleted','s:22:\"an:Quiere amostrar $1?\";'),('an','messages:viewdeleted_short','s:64:\"an:Veyer {{PLURAL:$1|una edición borrata|$1 edicions borratas}}\";'),('an','messages:viewdeletedpage','s:26:\"an:Veyer pachinas borratas\";'),('an','messages:viewhelppage','s:26:\"an:Veyer a pachina d\'aduya\";'),('an','messages:viewinguserrights','s:99:\"es:Visualizar los grupos {{GENDER:$1|del usuario|de la usuaria}} <strong>[[User:$1|$1]]</strong> $2\";'),('an','messages:viewpagelogs','s:37:\"an:Veyer os rechistros d\'ista pachina\";'),('an','messages:viewpagelogs-lowercase','s:36:\"es:ver los registros de esta página\";'),('an','messages:viewprevnext','s:44:\"an:Veyer ($1 {{int:pipe-separator}} $2) ($3)\";'),('an','messages:views','s:17:\"an:Visualizacions\";'),('an','messages:viewsource','s:23:\"an:Veyer o codigo fuent\";'),('an','messages:viewsource-title','s:33:\"an:Veyer o codigo fuent de «$1»\";'),('an','messages:viewsourcelink','s:23:\"an:veyer o codigo fuent\";'),('an','messages:viewsourceold','s:23:\"an:veyer o codigo fuent\";'),('an','messages:viewsourcetext','s:54:\"an:Puede veyer y copiar o codigo fuent d\'ista pachina:\";'),('an','messages:viewtalkpage','s:32:\"an:Veyer a pachina de descusión\";'),('an','messages:viewyourtext','s:74:\"an:Puet veyer y copiar o codigo d\'\'\'\'as suyas edicions\'\'\' en ista pachina:\";'),('an','messages:virus-badscanner','s:69:\"an:Confeguración incorrecta: rastriador de virus esconoixito: \'\'$1\'\'\";'),('an','messages:virus-scanfailed','s:36:\"an:o rastreyo ha fallato (codigo $1)\";'),('an','messages:virus-unknownscanner','s:25:\"an:antivirus esconoixito:\";'),('an','messages:wantedcategories','s:25:\"an:Categorías requiestas\";'),('an','messages:wantedcategories-summary','s:3:\"en:\";'),('an','messages:wantedfiles','s:21:\"an:Fichers requiestos\";'),('an','messages:wantedfiles-summary','s:3:\"en:\";'),('an','messages:wantedfiletext-cat','s:297:\"an:Os fichers siguients s\'emplegan en as pachinas pero no existen. Ye posible que s\'amuestren fichers d\'atros repostes externos encara que existan. Qualsiquer falso positivo d\'ixa mena se <del>tachará</del>. Antiparte, as pachinas que fan referencia a fichers que no existen se listan en [[:$1]].\";'),('an','messages:wantedfiletext-cat-noforeign','s:136:\"es:Los siguientes archivos están en uso, pero no existen. Además, las páginas con archivos que no existen están listadas en [[:$1]].\";'),('an','messages:wantedfiletext-nocat','s:208:\"an:Os fichers siguients s\'emplegan en as pachinas pero no existen. Ye posible que s\'amuestren fichers d\'atros repostes externos encara que existan. Qualsiquer falso positivo d\'ixa mena se <del>tachará</del>.\";'),('an','messages:wantedfiletext-nocat-noforeign','s:58:\"es:Los siguientes archivos están en uso, pero no existen.\";'),('an','messages:wantedpages','s:22:\"an:Pachinas requiestas\";'),('an','messages:wantedpages-badtitle','s:53:\"an:Títol no conforme en o conchunto de resultaus: $1\";'),('an','messages:wantedpages-summary','s:286:\"es:Lista de páginas inexistentes con el mayor número de enlaces a ellas, excluyendo páginas que son solo redirecciones a ellas. Para ver una lista de páginas inexistentes con redirecciones apuntando a ellas, consulta [[{{#special:BrokenRedirects}}|la lista de redirecciones rotas]].\";'),('an','messages:wantedtemplates','s:24:\"an:Plantillas requiestas\";'),('an','messages:wantedtemplates-summary','s:3:\"en:\";'),('an','messages:watch','s:10:\"an:Cosirar\";'),('an','messages:watching','s:15:\"an:Cosirando...\";'),('an','messages:watchlist','s:23:\"an:Lista de seguimiento\";'),('an','messages:watchlist-details','s:113:\"an:{{PLURAL:$1|$1 pachina|$1 pachinas}} en a suya lista de seguimiento (sin contar-ie as pachinas de descusión).\";'),('an','messages:watchlist-expires-in-aria-label','s:47:\"es:Elemento temporal en la lista de seguimiento\";'),('an','messages:watchlist-expiring-days-full-text','s:75:\"es:Le {{PLURAL:$1|queda 1 día|quedan $1 días}} en tu lista de seguimiento\";'),('an','messages:watchlist-expiring-hours-full-text','s:50:\"es:Le quedan unas horas en tu lista de seguimiento\";'),('an','messages:watchlist-expiry-days-left','s:46:\"es:{{PLURAL:$1|falta $1 día|faltan $1 días}}\";'),('an','messages:watchlist-expiry-hours-left','s:20:\"es:Faltan unas horas\";'),('an','messages:watchlist-expiry-options','s:95:\"es:Permanente:infinite,una semana:1 week,un mes:1 month,tres meses:3 months,seis meses:6 months\";'),('an','messages:watchlist-hide','s:10:\"es:Ocultar\";'),('an','messages:watchlist-options','s:35:\"an:Opcions d\'a lista de seguimiento\";'),('an','messages:watchlist-submit','s:10:\"es:Mostrar\";'),('an','messages:watchlist-summary','s:3:\"en:\";'),('an','messages:watchlist-unwatch','s:5:\"en:×\";'),('an','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('an','messages:watchlistanontext','s:73:\"an:Ha de $1 ta veyer u editar as dentradas d\'a suya lista de seguimiento.\";'),('an','messages:watchlistedit-clear-done','s:41:\"es:Se ha vaciado tu lista de seguimiento.\";'),('an','messages:watchlistedit-clear-explain','s:61:\"es:Se quitarán todos los títulos de tu lista de seguimiento\";'),('an','messages:watchlistedit-clear-jobqueue','s:88:\"es:Se está vaciando la lista de seguimiento. Esta acción puede demorar algo de tiempo.\";'),('an','messages:watchlistedit-clear-legend','s:33:\"es:Vaciar la lista de seguimiento\";'),('an','messages:watchlistedit-clear-removed','s:72:\"es:{{PLURAL:$1|un título fue eliminado|$1 títulos fueron eliminados}}:\";'),('an','messages:watchlistedit-clear-submit','s:49:\"es:Vaciar la lista de seguimiento (¡permanente!)\";'),('an','messages:watchlistedit-clear-title','s:33:\"es:Vaciar la lista de seguimiento\";'),('an','messages:watchlistedit-clear-titles','s:12:\"es:Títulos:\";'),('an','messages:watchlistedit-normal-done','s:96:\"an:{{PLURAL:$1|S\'ha borrato 1 pachina|s\'han borrato $1 pachinas}} d\'a suya lista de seguimiento:\";'),('an','messages:watchlistedit-normal-explain','s:287:\"an:Contino s\'amuestran os títols de pachinas d\'a suya lista de seguimiento.\nTa sacar-ne una pachina, marque o quatrón que ye a o canto d\'o suyo títol, y punche con o ratet en \"{{int:Watchlistedit-normal-submit}}\".\nTamién puede [[Special:EditWatchlist/raw|editar dreitament a lista]].\";'),('an','messages:watchlistedit-normal-legend','s:42:\"an:Borrar títols d\'a lista de seguimiento\";'),('an','messages:watchlistedit-normal-submit','s:18:\"an:Borrar pachinas\";'),('an','messages:watchlistedit-normal-title','s:32:\"an:Editar a lista de seguimiento\";'),('an','messages:watchlistedit-raw-added','s:73:\"an:{{PLURAL:$1|S\'ha esviellato una pachina|S\'ha esviellato $1 pachinas}}:\";'),('an','messages:watchlistedit-raw-done','s:47:\"an:S\'ha esviellato a suya lista de seguimiento.\";'),('an','messages:watchlistedit-raw-explain','s:293:\"an:Contino s\'amuestran os títols d\'as pachinas d\'a suya lista de seguimiento. Puede editar ista lista adhibiendo u borrando líneas d\'a lista; una pachina por linia.\nQuan remate, punche \"{{int:Watchlistedit-raw-submit}}\".\nTamién puede fer servir o [[Special:EditWatchlist|editor estándar]].\";'),('an','messages:watchlistedit-raw-legend','s:49:\"an:Editar a lista de seguimiento en formato texto\";'),('an','messages:watchlistedit-raw-removed','s:67:\"an:{{PLURAL:$1|S\'ha borrato una pachina|S\'ha borrato $1 pachinas}}:\";'),('an','messages:watchlistedit-raw-submit','s:35:\"an:Esviellar a lista de seguimiento\";'),('an','messages:watchlistedit-raw-title','s:49:\"an:Editar a lista de seguimiento en formato texto\";'),('an','messages:watchlistedit-raw-titles','s:12:\"an:Pachinas:\";'),('an','messages:watchlistedit-too-many','s:89:\"es:Tu lista de seguimiento se ha actualizado. Hay demasiadas páginas para mostrar aquí.\";'),('an','messages:watchlistfor2','s:11:\"an:De $1 $2\";'),('an','messages:watchlistnotwatchable','s:30:\"es:La página no es vigilable.\";'),('an','messages:watchlisttools-clear','s:33:\"es:Vaciar la lista de seguimiento\";'),('an','messages:watchlisttools-edit','s:40:\"an:Veyer y editar a lista de seguimiento\";'),('an','messages:watchlisttools-raw','s:49:\"an:Editar a lista de seguimiento en formato texto\";'),('an','messages:watchlisttools-view','s:19:\"an:Amostrar cambeos\";'),('an','messages:watchnologin','s:27:\"an:No ha encetato a sesión\";'),('an','messages:watchthis','s:23:\"an:Cosirar ista pachina\";'),('an','messages:watchthispage','s:23:\"an:Cosirar ista pachina\";'),('an','messages:watchthisupload','s:23:\"an:Cosirar iste fichero\";'),('an','messages:wed','s:6:\"an:mie\";'),('an','messages:wednesday','s:12:\"an:miércols\";'),('an','messages:wednesday-at','s:25:\"es:el miércoles a las $1\";'),('an','messages:weeks','s:37:\"es:{{PLURAL:$1|$1 semana|$1 semanas}}\";'),('an','messages:welcomecreation-msg','s:115:\"es:Se ha creado tu cuenta.\nSi lo deseas, puedes cambiar tus [[Special:Preferences|preferencias]] para {{SITENAME}}.\";'),('an','messages:welcomeuser','s:58:\"es:¡{{GENDER:$1|Bienvenido|Bienvenida|Bienvenido/a}}, $1!\";'),('an','messages:whatlinkshere','s:32:\"an:Pachinas que enlazan con ista\";'),('an','messages:whatlinkshere-count','s:62:\"es:Se {{PLURAL:$1|muestra $1 elemento|muestran $1 elementos}}.\";'),('an','messages:whatlinkshere-hideimages','s:24:\"an:$1 vinclos ta fichers\";'),('an','messages:whatlinkshere-hidelinks','s:13:\"an:$1 vinclos\";'),('an','messages:whatlinkshere-hideredirs','s:18:\"an:$1 reendreceras\";'),('an','messages:whatlinkshere-hidetrans','s:19:\"an:$1 transclusions\";'),('an','messages:whatlinkshere-links','s:14:\"an:← vinclos\";'),('an','messages:whatlinkshere-next','s:38:\"an:{{PLURAL:$1|siguient|siguients $1}}\";'),('an','messages:whatlinkshere-page','s:11:\"an:Pachina:\";'),('an','messages:whatlinkshere-prev','s:38:\"an:{{PLURAL:$1|anterior|anteriors $1}}\";'),('an','messages:whatlinkshere-sectionredir','s:32:\"es:redirige a la sección «$1»\";'),('an','messages:whatlinkshere-submit','s:5:\"es:Ir\";'),('an','messages:whatlinkshere-summary','s:3:\"en:\";'),('an','messages:whatlinkshere-title','s:36:\"an:Pachinas que tienen vinclos ta $1\";'),('an','messages:whitelistedittext','s:37:\"an:Ha de $1 ta poder editar pachinas.\";'),('an','messages:widthheight','s:11:\"en:$1 × $2\";'),('an','messages:widthheightpage','s:46:\"an:$1 × $2, $3 {{PLURAL:$3|pachina|pachinas}}\";'),('an','messages:wikieditor','s:46:\"an:Interficie abanzada d\'edición de wikitexto\";'),('an','messages:wikieditor-desc','s:106:\"an:Proporciona una interficie extensible de modificación de wikitexto y quantos modulos de funcionalidatz\";'),('an','messages:wikieditor-loading','s:11:\"an:Cargando\";'),('an','messages:wikieditor-preview-changes-tab','s:10:\"an:Cambios\";'),('an','messages:wikieditor-preview-loading','s:14:\"an:Cargando...\";'),('an','messages:wikieditor-preview-preference','s:46:\"an:Activar a previsualización costau a costau\";'),('an','messages:wikieditor-preview-tab','s:16:\"an:Previsualizar\";'),('an','messages:wikieditor-publish-button-cancel','s:11:\"an:Cancelar\";'),('an','messages:wikieditor-publish-button-publish','s:11:\"an:Publicar\";'),('an','messages:wikieditor-publish-dialog-goback','s:9:\"an:Tornar\";'),('an','messages:wikieditor-publish-dialog-minor','s:17:\"an:Edición menor\";'),('an','messages:wikieditor-publish-dialog-publish','s:11:\"an:Publicar\";'),('an','messages:wikieditor-publish-dialog-summary','s:66:\"an:Resumen d\'edición (describa breument os cambios que ha feito):\";'),('an','messages:wikieditor-publish-dialog-title','s:27:\"an:Publicar en {{SITENAME}}\";'),('an','messages:wikieditor-publish-dialog-watch','s:23:\"an:Cosirar ista pachina\";'),('an','messages:wikieditor-publish-preference','s:41:\"an:Activar a publicación trango a trango\";'),('an','messages:wikieditor-toolbar','s:35:\"an:Barra de ferramientas d\'edición\";'),('an','messages:wikieditor-toolbar-desc','s:61:\"an:Barra de ferramientas d\'edición con usabilidat amillorada\";'),('an','messages:wikieditor-toolbar-dialogs-preference','s:65:\"an:Activar as caixas de dialogos ta ficar vinclos, tablas y atros\";'),('an','messages:wikieditor-toolbar-file-caption','s:11:\"es:Leyenda:\";'),('an','messages:wikieditor-toolbar-file-default','s:19:\"es:(predeterminado)\";'),('an','messages:wikieditor-toolbar-file-float','s:11:\"es:Alinear:\";'),('an','messages:wikieditor-toolbar-file-format','s:11:\"es:Formato:\";'),('an','messages:wikieditor-toolbar-file-format-none','s:10:\"es:ninguno\";'),('an','messages:wikieditor-toolbar-file-size','s:11:\"es:Tamaño:\";'),('an','messages:wikieditor-toolbar-file-target','s:21:\"es:Nombre de archivo:\";'),('an','messages:wikieditor-toolbar-group-format','s:10:\"an:Formato\";'),('an','messages:wikieditor-toolbar-group-insert','s:11:\"an:Insertar\";'),('an','messages:wikieditor-toolbar-help-content-bold-description','s:10:\"an:Negreta\";'),('an','messages:wikieditor-toolbar-help-content-bold-result','s:36:\"an:<strong>Texto en negreta</strong>\";'),('an','messages:wikieditor-toolbar-help-content-bold-syntax','s:25:\"an:\'\'\'Texto en negreta\'\'\'\";'),('an','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"an:Negreta y cursiva\";'),('an','messages:wikieditor-toolbar-help-content-bolditalic-result','s:55:\"an:<strong><em>Texto en negreta y cursiva</em></strong>\";'),('an','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:39:\"an:\'\'\'\'\'Texto en negreta y cursiva\'\'\'\'\'\";'),('an','messages:wikieditor-toolbar-help-content-file-caption','s:22:\"es:Texto de la leyenda\";'),('an','messages:wikieditor-toolbar-help-content-file-description','s:22:\"an:Fichero incorporato\";'),('an','messages:wikieditor-toolbar-help-content-file-syntax','s:28:\"an:[[$1:Eixemplo.png|$2|$3]]\";'),('an','messages:wikieditor-toolbar-help-content-heading2-description','s:19:\"an:Títol de 2o ran\";'),('an','messages:wikieditor-toolbar-help-content-heading2-result','s:28:\"an:<h2>Texto d\'o títol</h2>\";'),('an','messages:wikieditor-toolbar-help-content-heading2-syntax','s:25:\"an:== Texto d\'o títol ==\";'),('an','messages:wikieditor-toolbar-help-content-heading3-description','s:19:\"an:Títol de 3r ran\";'),('an','messages:wikieditor-toolbar-help-content-heading3-result','s:28:\"an:<h3>Texto d\'o títol</h3>\";'),('an','messages:wikieditor-toolbar-help-content-heading3-syntax','s:27:\"an:=== Texto d\'o títol ===\";'),('an','messages:wikieditor-toolbar-help-content-heading4-description','s:19:\"an:Títol de 4o ran\";'),('an','messages:wikieditor-toolbar-help-content-heading4-result','s:28:\"an:<h4>Texto d\'o títol</h4>\";'),('an','messages:wikieditor-toolbar-help-content-heading4-syntax','s:29:\"an:==== Texto d\'o títol ====\";'),('an','messages:wikieditor-toolbar-help-content-heading5-description','s:19:\"an:Títol de 5o ran\";'),('an','messages:wikieditor-toolbar-help-content-heading5-result','s:28:\"an:<h5>Texto d\'o títol</h5>\";'),('an','messages:wikieditor-toolbar-help-content-heading5-syntax','s:31:\"an:===== Texto d\'o títol =====\";'),('an','messages:wikieditor-toolbar-help-content-ilink-description','s:17:\"an:Vinclo interno\";'),('an','messages:wikieditor-toolbar-help-content-ilink-result','s:75:\"an:<a href=\'#\'>Texto d\'o vinclo</a><br /><a href=\'#\'>Títol d\'a pachina</a>\";'),('an','messages:wikieditor-toolbar-help-content-ilink-syntax','s:69:\"an:[[Títol d\'a pachina|Texto d\'o vinclo]]<br />[[Títol de pachina]]\";'),('an','messages:wikieditor-toolbar-help-content-indent-description','s:15:\"an:Indentación\";'),('an','messages:wikieditor-toolbar-help-content-indent-result','s:81:\"an:Texto normal<dl><dd>Texto indentato<dl><dd>Texto indentato</dd></dl></dd></dl>\";'),('an','messages:wikieditor-toolbar-help-content-indent-syntax','s:60:\"an:Texto normal<br />:Texto indentato<br />::Texto indentato\";'),('an','messages:wikieditor-toolbar-help-content-italic-description','s:10:\"an:Cursiva\";'),('an','messages:wikieditor-toolbar-help-content-italic-result','s:28:\"an:<em>Texto en cursiva</em>\";'),('an','messages:wikieditor-toolbar-help-content-italic-syntax','s:23:\"an:\'\'Texto en cursiva\'\'\";'),('an','messages:wikieditor-toolbar-help-content-named-reference-description','s:22:\"es:Referencia nombrada\";'),('an','messages:wikieditor-toolbar-help-content-named-reference-result','s:50:\"es:Texto de página.<sup><a href=\'#\'>[2]</a></sup>\";'),('an','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:99:\"es:Texto de la página.&lt;ref name=\"test\"&gt;[http://www.example.org Texto del enlace]&lt;/ref&gt;\";'),('an','messages:wikieditor-toolbar-help-content-olist-description','s:17:\"an:Lista numerata\";'),('an','messages:wikieditor-toolbar-help-content-olist-result','s:66:\"an:<ol><li>Elemento d\'a lista</li><li>Elemento d\'a lista</li></ol>\";'),('an','messages:wikieditor-toolbar-help-content-olist-syntax','s:49:\"an:# Elemento d\'a lista<br /># Elemento d\'a lista\";'),('an','messages:wikieditor-toolbar-help-content-reference-description','s:13:\"an:Referencia\";'),('an','messages:wikieditor-toolbar-help-content-reference-result','s:51:\"an:Texto d\'a pachina.<sup><a href=\'#\'>[1]</a></sup>\";'),('an','messages:wikieditor-toolbar-help-content-reference-syntax','s:103:\"an:Texto d\'a pachina.&lt;ref&gt;[http://www.example.org Texto d\'o vinclo], texto adicional.&lt;/ref&gt;\";'),('an','messages:wikieditor-toolbar-help-content-rereference-description','s:37:\"an:Uso adicional d\'a mesma referencia\";'),('an','messages:wikieditor-toolbar-help-content-rereference-result','s:51:\"an:Texto d\'a pachina.<sup><a href=\'#\'>[2]</a></sup>\";'),('an','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('an','messages:wikieditor-toolbar-help-content-showreferences-description','s:26:\"an:Amostrar as referencias\";'),('an','messages:wikieditor-toolbar-help-content-showreferences-result','s:215:\"an:<ol class=\'referencias\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Texto d\'o vinclo</a>, texto adicional.</li></ol>\";'),('an','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('an','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"an:Sinyatura\";'),('an','messages:wikieditor-toolbar-help-content-signature-result','s:120:\"an:<a href=\'#\' title=\'{{#special:mypage}}\'>Nombre d\'usuario</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>discusión</a>)\";'),('an','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('an','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:30:\"an:Sinyatura, calendata y hora\";'),('an','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:156:\"an:--<a href=\'#\' title=\'{{#special:mypage}}\'>Nombre d\'usuario</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>discusión</a>) 15:54, 10 de chunio de 2009 (UTC)\";'),('an','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('an','messages:wikieditor-toolbar-help-content-ulist-description','s:19:\"an:Lista con puntos\";'),('an','messages:wikieditor-toolbar-help-content-ulist-result','s:66:\"an:<ul><li>Elemento d\'a lista</li><li>Elemento d\'a lista</li></ul>\";'),('an','messages:wikieditor-toolbar-help-content-ulist-syntax','s:49:\"an:* Elemento d\'a lista<br />* Elemento d\'a lista\";'),('an','messages:wikieditor-toolbar-help-content-xlink-description','s:17:\"an:Vinclo externo\";'),('an','messages:wikieditor-toolbar-help-content-xlink-result','s:166:\"an:<a href=\'#\' class=\'external\'>Texto d\'o vinclo</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('an','messages:wikieditor-toolbar-help-content-xlink-syntax','s:102:\"an:[http://www.example.org Texto d\'o vinclo]<br />[http://www.example.org]<br />http://www.example.org\";'),('an','messages:wikieditor-toolbar-help-heading-description','s:15:\"an:Descripción\";'),('an','messages:wikieditor-toolbar-help-heading-result','s:18:\"an:O que s\'obtiene\";'),('an','messages:wikieditor-toolbar-help-heading-syntax','s:23:\"an:O que vusté escribe\";'),('an','messages:wikieditor-toolbar-help-page-discussion','s:13:\"an:Discusión\";'),('an','messages:wikieditor-toolbar-help-page-file','s:10:\"an:Fichers\";'),('an','messages:wikieditor-toolbar-help-page-format','s:12:\"an:Formateyo\";'),('an','messages:wikieditor-toolbar-help-page-heading','s:9:\"an:Títol\";'),('an','messages:wikieditor-toolbar-help-page-link','s:10:\"an:Vinclos\";'),('an','messages:wikieditor-toolbar-help-page-list','s:9:\"an:Listas\";'),('an','messages:wikieditor-toolbar-help-page-reference','s:14:\"an:Referencias\";'),('an','messages:wikieditor-toolbar-hidesig','s:74:\"an:Amagar o botón sinyar en as pachinas en o espacio de nombres prencipal\";'),('an','messages:wikieditor-toolbar-loading','s:14:\"an:Cargando...\";'),('an','messages:wikieditor-toolbar-preference','s:56:\"an:Activar a barra de ferramientas d\'edición amillorada\";'),('an','messages:wikieditor-toolbar-section-advanced','s:11:\"an:Abanzato\";'),('an','messages:wikieditor-toolbar-section-characters','s:23:\"an:Carácters especials\";'),('an','messages:wikieditor-toolbar-section-help','s:8:\"an:Aduya\";'),('an','messages:wikieditor-toolbar-tool-big','s:7:\"an:Gran\";'),('an','messages:wikieditor-toolbar-tool-big-example','s:13:\"an:Texto gran\";'),('an','messages:wikieditor-toolbar-tool-bold','s:10:\"an:Negreta\";'),('an','messages:wikieditor-toolbar-tool-bold-example','s:19:\"an:Texto en negreta\";'),('an','messages:wikieditor-toolbar-tool-file','s:22:\"an:Imachen incorporada\";'),('an','messages:wikieditor-toolbar-tool-file-cancel','s:11:\"es:Cancelar\";'),('an','messages:wikieditor-toolbar-tool-file-example','s:14:\"an:Exemplo.jpg\";'),('an','messages:wikieditor-toolbar-tool-file-insert','s:11:\"es:Insertar\";'),('an','messages:wikieditor-toolbar-tool-file-title','s:19:\"es:Insertar archivo\";'),('an','messages:wikieditor-toolbar-tool-gallery','s:22:\"an:Galería d\'imachens\";'),('an','messages:wikieditor-toolbar-tool-gallery-example','s:58:\"an:Eixemplo.jpg|Piet_de_foto_1\nEixemplo.jpg|Piet_de_foto_2\";'),('an','messages:wikieditor-toolbar-tool-heading','s:9:\"an:Títol\";'),('an','messages:wikieditor-toolbar-tool-heading-1','s:10:\"an:Livel 1\";'),('an','messages:wikieditor-toolbar-tool-heading-2','s:10:\"an:Livel 2\";'),('an','messages:wikieditor-toolbar-tool-heading-3','s:10:\"an:Livel 3\";'),('an','messages:wikieditor-toolbar-tool-heading-4','s:10:\"an:Livel 4\";'),('an','messages:wikieditor-toolbar-tool-heading-5','s:10:\"an:Livel 5\";'),('an','messages:wikieditor-toolbar-tool-heading-example','s:18:\"an:Texto de títol\";'),('an','messages:wikieditor-toolbar-tool-ilink','s:17:\"an:Vinclo interno\";'),('an','messages:wikieditor-toolbar-tool-ilink-example','s:20:\"an:Títol d\'o vinclo\";'),('an','messages:wikieditor-toolbar-tool-italic','s:10:\"an:Cursiva\";'),('an','messages:wikieditor-toolbar-tool-italic-example','s:19:\"an:Texto en cursiva\";'),('an','messages:wikieditor-toolbar-tool-link','s:9:\"an:Vinclo\";'),('an','messages:wikieditor-toolbar-tool-link-cancel','s:11:\"an:Cancelar\";'),('an','messages:wikieditor-toolbar-tool-link-empty','s:39:\"an:No ha escrito garra cosa ta enlazar.\";'),('an','messages:wikieditor-toolbar-tool-link-ext','s:31:\"an:Enta una pachina web externa\";'),('an','messages:wikieditor-toolbar-tool-link-ext-target','s:18:\"an:URL d\'o vinclo:\";'),('an','messages:wikieditor-toolbar-tool-link-ext-text','s:20:\"an:Texto d\'o vinclo:\";'),('an','messages:wikieditor-toolbar-tool-link-insert','s:18:\"an:Fique un vinclo\";'),('an','messages:wikieditor-toolbar-tool-link-int','s:24:\"an:Enta una pachina wiki\";'),('an','messages:wikieditor-toolbar-tool-link-int-invalid','s:45:\"an:O títol que ha especificato no ye valido.\";'),('an','messages:wikieditor-toolbar-tool-link-int-target','s:28:\"an:Pachina u URL de destino:\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:29:\"es:Página de desambiguación\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:19:\"an:A pachina existe\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:17:\"an:Vinclo externo\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:18:\"an:Títol invalido\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:42:\"an:Comprebando a existencia d\'a pachina...\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"an:A pachina no existe\";'),('an','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:27:\"an:Títol d\'a pachina u URL\";'),('an','messages:wikieditor-toolbar-tool-link-int-text','s:20:\"an:Texto d\'o vinclo:\";'),('an','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:19:\"an:Texto a amostrar\";'),('an','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:117:\"an:O URL que ha especificato pareix que enlazaba con un atra pachina d\'o wiki. Quiere tornar-lo en un vinclo interno?\";'),('an','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:17:\"an:Vinclo externo\";'),('an','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:17:\"an:Vinclo interno\";'),('an','messages:wikieditor-toolbar-tool-link-title','s:18:\"an:Fique un vinclo\";'),('an','messages:wikieditor-toolbar-tool-newline','s:14:\"an:Nueva linia\";'),('an','messages:wikieditor-toolbar-tool-nowiki','s:19:\"an:Sin formato wiki\";'),('an','messages:wikieditor-toolbar-tool-nowiki-example','s:37:\"an:Escriba aquí texto sin formateyar\";'),('an','messages:wikieditor-toolbar-tool-olist','s:17:\"an:Lista numerata\";'),('an','messages:wikieditor-toolbar-tool-olist-example','s:30:\"an:Elemento d\'a lista numerata\";'),('an','messages:wikieditor-toolbar-tool-redirect','s:14:\"an:Reendrecera\";'),('an','messages:wikieditor-toolbar-tool-redirect-example','s:32:\"an:Nombre d\'a pachina de destino\";'),('an','messages:wikieditor-toolbar-tool-reference','s:13:\"an:Referencia\";'),('an','messages:wikieditor-toolbar-tool-reference-cancel','s:11:\"an:Cancelar\";'),('an','messages:wikieditor-toolbar-tool-reference-example','s:33:\"an:Ficar aquí una nota a lo piet\";'),('an','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"an:Insertar\";'),('an','messages:wikieditor-toolbar-tool-reference-text','s:23:\"an:Texto d\'a referencia\";'),('an','messages:wikieditor-toolbar-tool-reference-title','s:19:\"an:Ficar referencia\";'),('an','messages:wikieditor-toolbar-tool-replace','s:22:\"an:Buscar y reemplazar\";'),('an','messages:wikieditor-toolbar-tool-replace-button-findnext','s:19:\"an:Mirar o siguient\";'),('an','messages:wikieditor-toolbar-tool-replace-button-replace','s:13:\"an:Reemplazar\";'),('an','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:17:\"an:Substituir tot\";'),('an','messages:wikieditor-toolbar-tool-replace-case','s:33:\"an:Distinguir mayusclas/minusclas\";'),('an','messages:wikieditor-toolbar-tool-replace-close','s:9:\"an:Zarrar\";'),('an','messages:wikieditor-toolbar-tool-replace-emptysearch','s:37:\"an:No ha escrito garra cosa ta mirar.\";'),('an','messages:wikieditor-toolbar-tool-replace-invalidregex','s:54:\"an:A expresión regular que ha escrito ye invalida: $1\";'),('an','messages:wikieditor-toolbar-tool-replace-nomatch','s:55:\"an:A suya busca no ha trobau garra resultau concordant.\";'),('an','messages:wikieditor-toolbar-tool-replace-regex','s:55:\"an:Tractar a cadena a mirar como una expresión regular\";'),('an','messages:wikieditor-toolbar-tool-replace-replace','s:18:\"an:Reemplazar por:\";'),('an','messages:wikieditor-toolbar-tool-replace-search','s:9:\"an:Mirar:\";'),('an','messages:wikieditor-toolbar-tool-replace-success','s:32:\"an:S\'han feito $1 substitucions.\";'),('an','messages:wikieditor-toolbar-tool-replace-title','s:22:\"an:Buscar y reemplazar\";'),('an','messages:wikieditor-toolbar-tool-signature','s:30:\"an:Sinyatura, calendata y hora\";'),('an','messages:wikieditor-toolbar-tool-small','s:9:\"an:Chicot\";'),('an','messages:wikieditor-toolbar-tool-small-example','s:15:\"an:Texto chicot\";'),('an','messages:wikieditor-toolbar-tool-subscript','s:12:\"an:Subéndiz\";'),('an','messages:wikieditor-toolbar-tool-subscript-example','s:21:\"an:Texto en subéndiz\";'),('an','messages:wikieditor-toolbar-tool-superscript','s:14:\"an:Superéndiz\";'),('an','messages:wikieditor-toolbar-tool-superscript-example','s:23:\"an:Texto en superéndiz\";'),('an','messages:wikieditor-toolbar-tool-table','s:8:\"an:Tabla\";'),('an','messages:wikieditor-toolbar-tool-table-cancel','s:11:\"an:Cancelar\";'),('an','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:11:\"an:Columnas\";'),('an','messages:wikieditor-toolbar-tool-table-dimensions-header','s:33:\"an:Adhibir una filera d\'encabezau\";'),('an','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:12:\"an:Ringleras\";'),('an','messages:wikieditor-toolbar-tool-table-example','s:11:\"an:Eixemplo\";'),('an','messages:wikieditor-toolbar-tool-table-example-cell-text','s:18:\"an:Texto d\'a celda\";'),('an','messages:wikieditor-toolbar-tool-table-example-header','s:18:\"an:Texto de títol\";'),('an','messages:wikieditor-toolbar-tool-table-example-old','s:184:\"an:-\n! encabezau 1\n! encabezau 2\n! encabezau 3\n|-\n| ringlera 1, celda 1\n| ringlera 1, celda 2\n| ringlera 1, celda 3\n|-\n| ringlera 2, celda 1\n| ringlera 2, celda 2\n| ringlera 2, celda 3\";'),('an','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('an','messages:wikieditor-toolbar-tool-table-insert','s:11:\"an:Insertar\";'),('an','messages:wikieditor-toolbar-tool-table-invalidnumber','s:56:\"an:No ha escrito un numero valido de fileras u columnas.\";'),('an','messages:wikieditor-toolbar-tool-table-preview','s:24:\"an:Visualización previa\";'),('an','messages:wikieditor-toolbar-tool-table-sortable','s:24:\"an:Fer a tabla ordenable\";'),('an','messages:wikieditor-toolbar-tool-table-title','s:21:\"an:Insertar una tabla\";'),('an','messages:wikieditor-toolbar-tool-table-toomany','s:85:\"an:Con iste quadro de dialogo no ye posible insertar una tabla con más de $1 celdas.\";'),('an','messages:wikieditor-toolbar-tool-table-wikitable','s:20:\"an:Estilo con cantos\";'),('an','messages:wikieditor-toolbar-tool-table-zero','s:61:\"an:No se puet insertar una tabla con zero fileras u columnas.\";'),('an','messages:wikieditor-toolbar-tool-ulist','s:19:\"an:Lista con puntos\";'),('an','messages:wikieditor-toolbar-tool-ulist-example','s:32:\"an:Elemento d\'a lista con puntos\";'),('an','messages:wikieditor-toolbar-tool-xlink','s:53:\"an:Vinclo externo (recorde-se-ne d\'o prefixo http://)\";'),('an','messages:wikieditor-toolbar-tool-xlink-example','s:43:\"an:http://www.example.com títol d\'o vinclo\";'),('an','messages:wikieditor-wikitext-tab','s:12:\"an:Wikitexto\";'),('an','messages:windows-nonascii-filename','s:66:\"an:Iste wiki no admite nombres de fichero con caracters especials.\";'),('an','messages:withoutinterwiki','s:28:\"an:Pachinas sin d\'interwikis\";'),('an','messages:withoutinterwiki-legend','s:10:\"an:Prefixo\";'),('an','messages:withoutinterwiki-submit','s:11:\"an:Amostrar\";'),('an','messages:withoutinterwiki-summary','s:72:\"an:As pachinas siguients no tienen vinclos ta versions en atras luengas:\";'),('an','messages:wlheader-enotif','s:53:\"an:A notificación por correu electronico ye activata\";'),('an','messages:wlheader-showupdated','s:92:\"an:Las pachinas cambiadas dende a suya zaguer vesita s\'amuestran en <strong>negreta</strong>\";'),('an','messages:wlnote','s:176:\"an:Contino se i {{PLURAL:$1|amuestra o solo cambeo|amuestran os zaguers \'\'\'$1\'\'\' cambeos}} feitos en {{PLURAL:$2|a zaguer hora|as zagueras \'\'\'$2\'\'\' horas}}, dende as $4 d\'o $3.\";'),('an','messages:wlshowhideanons','s:21:\"es:usuarios anónimos\";'),('an','messages:wlshowhidebots','s:7:\"es:bots\";'),('an','messages:wlshowhidecategorization','s:30:\"es:categorización de páginas\";'),('an','messages:wlshowhideliu','s:23:\"es:usuarios registrados\";'),('an','messages:wlshowhidemine','s:16:\"es:mis ediciones\";'),('an','messages:wlshowhideminor','s:20:\"es:ediciones menores\";'),('an','messages:wlshowhidepatr','s:24:\"es:ediciones verificadas\";'),('an','messages:wlshowtime','s:35:\"es:Período de tiempo para mostrar:\";'),('an','messages:word-separator','s:8:\"en:&#32;\";'),('an','messages:wrongpassword','s:55:\"an:A clau indicata no ye correcta. Prebe unatra vegada.\";'),('an','messages:wrongpasswordempty','s:49:\"an:No ha escrito garra clau. Prebe unatra vegada.\";'),('an','messages:xffblockreason','s:164:\"es:Una dirección IP presente en la cabecera X-Forwarded-For, tuya o del servidor proxy que estás usando, ha sido bloqueada. El motivo original del bloqueo fue: $1\";'),('an','messages:xml-error-string','s:41:\"an:$1 en a linia $2, col $3 (byte $4): $5\";'),('an','messages:year','s:30:\"an:Dende l\'anyo (y anteriors):\";'),('an','messages:years','s:33:\"es:{{PLURAL:$1|$1 año|$1 años}}\";'),('an','messages:yesterday-at','s:16:\"es:ayer a las $1\";'),('an','messages:youhavenewmessages','s:17:\"an:Tiene $1 ($2).\";'),('an','messages:youhavenewmessagesfromusers','s:75:\"an:{{PLURAL:$4|Tiens}} $1 {{PLURAL:$3|d\'atro usuario|de $3 usuarios}} ($2).\";'),('an','messages:youhavenewmessagesmanyusers','s:37:\"es:Tienes $1 de muchos usuarios ($2).\";'),('an','messages:yourdiff','s:14:\"an:Esferencias\";'),('an','messages:yourdomainname','s:11:\"an:Dominio:\";'),('an','messages:youremail','s:32:\"an:Adreza de correu electronico:\";'),('an','messages:yourgender','s:8:\"an:Sexo:\";'),('an','messages:yourlanguage','s:10:\"an:Luenga:\";'),('an','messages:yourname','s:20:\"an:Nombre d\'usuario:\";'),('an','messages:yournick','s:13:\"an:Sinyatura:\";'),('an','messages:yourpassword','s:17:\"an:Clau d\'acceso:\";'),('an','messages:yourpasswordagain','s:27:\"an:Torne a escribir a clau:\";'),('an','messages:yourrealname','s:16:\"an:Nombre reyal:\";'),('an','messages:yourtext','s:15:\"an:O texto suyo\";'),('an','messages:yourvariant','s:36:\"an:Variant linguistica d\'o conteniu:\";'),('an','messages:zip-bad','s:94:\"an:O fichero ye un ZIP danyau u que no se puede leyer.\nNo se puede comprobar a suya seguranza.\";'),('an','messages:zip-file-open-error','s:74:\"an:S\'ha trobato una error en ubrir o ficherto ta fer-ie comprebacions ZIP.\";'),('an','messages:zip-unsupported','s:143:\"an:O fichero ye un fichero que fa servir caracteristicas ZIP no compatibles con MediaWiki.\nA suya seguranza no puede comprebar-se adequadament.\";'),('an','messages:zip-wrong-format','s:46:\"an:O fichero especificau no ye un fichero ZIP.\";'),('an','minimumGroupingDigits','i:2;'),('an','namespaceAliases','a:5:{s:8:\"Espezial\";i:-1;s:6:\"Imagen\";i:6;s:17:\"Imagen_discusión\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('an','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:7:\"Usuario\";s:6:\"female\";s:7:\"Usuaria\";}i:3;a:2:{s:4:\"male\";s:18:\"Descusión_usuario\";s:6:\"female\";s:18:\"Descusión_usuaria\";}}'),('an','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:8:\"Especial\";i:1;s:10:\"Descusión\";i:2;s:7:\"Usuario\";i:3;s:18:\"Descusión_usuario\";i:5;s:13:\"Descusión_$1\";i:6;s:7:\"Imachen\";i:7;s:18:\"Descusión_imachen\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"Descusión_MediaWiki\";i:10;s:9:\"Plantilla\";i:11;s:20:\"Descusión_plantilla\";i:12;s:5:\"Aduya\";i:13;s:16:\"Descusión_aduya\";i:14;s:10:\"Categoría\";i:15;s:21:\"Descusión_categoría\";i:0;s:0:\"\";}'),('an','originalFallbackSequence','a:1:{i:0;s:2:\"es\";}'),('an','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('an','pluralRules','a:1:{i:0;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";}'),('an','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:16:\"an:Project:Sobre\";s:9:\"aboutsite\";s:34:\"an:Información sobre {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:10:\"an:Accions\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"an:,&#32;\";s:13:\"currentevents\";s:13:\"an:Actualidat\";s:17:\"currentevents-url\";s:21:\"an:Project:Actualidat\";s:14:\"disclaimerpage\";s:33:\"an:Project:Alvertencias chenerals\";s:11:\"disclaimers\";s:25:\"an:Alvertencias chenerals\";s:4:\"edit\";s:9:\"an:Editar\";s:11:\"editsection\";s:9:\"an:editar\";s:15:\"editsectionhint\";s:24:\"an:Editar a sección: $1\";s:4:\"help\";s:8:\"an:Aduya\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:10:\"es:$1 ($2)\";s:6:\"jumpto\";s:9:\"an:Ir ta:\";s:16:\"jumptonavigation\";s:9:\"an:navego\";s:12:\"jumptosearch\";s:8:\"an:busca\";s:14:\"lastmodifiedat\";s:49:\"an:Zaguera edición d\'ista pachina o $1 a las $2.\";s:8:\"mainpage\";s:12:\"an:Portalada\";s:20:\"mainpage-description\";s:12:\"an:Portalada\";s:14:\"mainpage-nstab\";s:20:\"an:Pachina principal\";s:10:\"namespaces\";s:22:\"an:Espacios de nombres\";s:10:\"navigation\";s:9:\"an:Navego\";s:23:\"nav-login-createaccount\";s:38:\"an:Encetar una sesión / creyar cuenta\";s:10:\"nstab-main\";s:10:\"an:Pachina\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:39:\"an:{{PLURAL:$1|Categoría|Categorías}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"an:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:19:\"an:Vinclo permanent\";s:13:\"personaltools\";s:25:\"an:Ferramientas personals\";s:6:\"portal\";s:23:\"an:Portal d\'a comunidat\";s:10:\"portal-url\";s:31:\"an:Project:Portal d\'a comunidat\";s:16:\"printableversion\";s:24:\"an:Versión ta imprentar\";s:7:\"privacy\";s:25:\"an:Politica de privacidat\";s:11:\"privacypage\";s:33:\"an:Project:Politica de privacidat\";s:10:\"randompage\";s:23:\"an:Una pachina a l\'azar\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:18:\"an:Zaguers cambeos\";s:27:\"recentchangeslinked-toolbox\";s:23:\"an:Cambios relacionatos\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:18:\"an:Obteniu de \"$1\"\";s:6:\"search\";s:8:\"an:Mirar\";s:13:\"searcharticle\";s:8:\"an:Ir-ie\";s:12:\"searchbutton\";s:11:\"an:Mirar-lo\";s:20:\"searchsuggest-search\";s:24:\"an:Mirar en {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:23:\"an:Menú de navegación\";s:14:\"site-atom-feed\";s:16:\"an:Canal Atom $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:21:\"an:Pachinas especials\";s:7:\"tagline\";s:18:\"an:De {{SITENAME}}\";s:4:\"talk\";s:13:\"an:Discusión\";s:7:\"toolbox\";s:15:\"an:Ferramientas\";s:15:\"tooltip-ca-edit\";s:104:\"an:Puede editar ista pachina. Por favor, faiga servir o botón de visualización previa antes de grabar.\";s:18:\"tooltip-ca-history\";s:37:\"an:Versions anteriors d\'ista pachina.\";s:21:\"tooltip-ca-nstab-main\";s:18:\"an:Veyer a pachina\";s:15:\"tooltip-ca-talk\";s:29:\"an:Descusión sobre l\'articlo\";s:21:\"tooltip-ca-viewsource\";s:72:\"an:Ista pachina ye protechit.\nPuede veyer-ne, manimenos, o codigo fuent.\";s:23:\"tooltip-n-currentevents\";s:60:\"an:Trobar información cheneral sobre escaicimientos actuals\";s:14:\"tooltip-n-help\";s:26:\"an:O puesto ta saber más.\";s:30:\"tooltip-n-mainpage-description\";s:30:\"an:Vesitar a pachina prencipal\";s:16:\"tooltip-n-portal\";s:56:\"an:Sobre o prochecto, que puede fer, aon trobar as cosas\";s:20:\"tooltip-n-randompage\";s:35:\"an:Cargar una pachina aleatoriament\";s:23:\"tooltip-n-recentchanges\";s:41:\"an:A lista d\'os zaguers cambeos en o wiki\";s:14:\"tooltip-p-logo\";s:12:\"an:Portalada\";s:16:\"tooltip-pt-login\";s:65:\"an:Le recomendamos que se rechistre, encara que no ye obligatorio\";s:24:\"tooltip-pt-createaccount\";s:85:\"es:Te recomendamos crear una cuenta e iniciar sesión; sin embargo, no es obligatorio\";s:14:\"tooltip-search\";s:24:\"an:Mirar en {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:34:\"an:Mirar iste texto en as pachinas\";s:17:\"tooltip-search-go\";s:51:\"an:Ir t\'a pachina con iste títol exacto, si existe\";s:14:\"tooltip-t-info\";s:39:\"es:Más información sobre esta página\";s:19:\"tooltip-t-permalink\";s:48:\"an:Vinclo permanent ta ista versión d\'a pachina\";s:15:\"tooltip-t-print\";s:39:\"an:Versión d\'ista pachina ta imprentar\";s:29:\"tooltip-t-recentchangeslinked\";s:62:\"an:Zaguers cambeos en as pachinas que tienen vinclos enta ista\";s:22:\"tooltip-t-specialpages\";s:39:\"an:Lista de todas as pachinas especials\";s:23:\"tooltip-t-whatlinkshere\";s:58:\"an:Lista de todas as pachinas d\'o wiki vinculatas con ista\";s:8:\"variants\";s:11:\"an:Variants\";s:16:\"vector-view-edit\";s:9:\"an:Editar\";s:19:\"vector-view-history\";s:23:\"an:Amostrar l\'historial\";s:16:\"vector-view-view\";s:8:\"an:Leyer\";s:9:\"viewcount\";s:62:\"an:Ista pachina ha tenito {{PLURAL:$1|una vesita|$1 vesitas}}.\";s:5:\"views\";s:17:\"an:Visualizacions\";s:13:\"whatlinkshere\";s:32:\"an:Pachinas que enlazan con ista\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j M Y\";s:8:\"dmy both\";s:9:\"H:i j M Y\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:8:\"Especial\";i:1;s:10:\"Descusión\";i:2;s:7:\"Usuario\";i:3;s:18:\"Descusión_usuario\";i:5;s:13:\"Descusión_$1\";i:6;s:7:\"Imachen\";i:7;s:18:\"Descusión_imachen\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"Descusión_MediaWiki\";i:10;s:9:\"Plantilla\";i:11;s:20:\"Descusión_plantilla\";i:12;s:5:\"Aduya\";i:13;s:16:\"Descusión_aduya\";i:14;s:10:\"Categoría\";i:15;s:21:\"Descusión_categoría\";i:0;s:0:\"\";}}'),('an','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('an','rtl','b:0;'),('an','separatorTransformTable','a:2:{s:1:\",\";s:2:\" \";s:1:\".\";s:1:\",\";}'),('an','specialPageAliases','a:142:{s:11:\"Allmessages\";a:5:{i:0;s:17:\"Totz_os_mensaches\";i:1;s:16:\"Toz_os_mensaches\";i:2;s:16:\"TodosLosMensajes\";i:3;s:18:\"Todos_los_mensajes\";i:4;s:11:\"AllMessages\";}s:8:\"Allpages\";a:4:{i:0;s:17:\"Todas_as_pachinas\";i:1;s:5:\"Todas\";i:2;s:18:\"Todas_las_páginas\";i:3;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:8:{i:0;s:20:\"Pachinas_mas_viellas\";i:1;s:20:\"Pachinas_mas_antigas\";i:2;s:21:\"Pachinas_más_biellas\";i:3;s:16:\"Pachinas_biellas\";i:4;s:16:\"Pachinas_antigas\";i:5;s:16:\"PáginasAntiguas\";i:6;s:17:\"Páginas_antiguas\";i:7;s:12:\"AncientPages\";}s:5:\"Block\";a:5:{i:0;s:9:\"Bloqueyar\";i:1;s:8:\"Bloquear\";i:2;s:5:\"Block\";i:3;s:7:\"BlockIP\";i:4;s:9:\"BlockUser\";}s:9:\"BlockList\";a:9:{i:0;s:23:\"Lista_d\'IPs_bloqueyatas\";i:1;s:22:\"Lista_d\'IPs_bloquiatas\";i:2;s:30:\"Lista_d\'adrezas_IP_bloqueyatas\";i:3;s:29:\"Lista_d\'adrezas_IP_bloquiatas\";i:4;s:18:\"UsuariosBloqueados\";i:5;s:28:\"Lista_de_usuarios_bloqueados\";i:6;s:9:\"BlockList\";i:7;s:10:\"ListBlocks\";i:8;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:4:{i:0;s:16:\"Fuents_de_libros\";i:1;s:15:\"FuentesDeLibros\";i:2;s:17:\"Fuentes_de_libros\";i:3;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:11:{i:0;s:20:\"Endreceras_trencatas\";i:1;s:20:\"Endreceras_trencadas\";i:2;s:22:\"Reendrezeras_trencatas\";i:3;s:20:\"Endrezeras_trencatas\";i:4;s:21:\"Reendrezeras_crebatas\";i:5;s:19:\"Endrezeras_crebatas\";i:6;s:20:\"Endrezeras_trencadas\";i:7;s:19:\"Endrezeras_crebadas\";i:8;s:18:\"RedireccionesRotas\";i:9;s:19:\"Redirecciones_rotas\";i:10;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:3:{i:0;s:11:\"Categorías\";i:1;s:11:\"Categorías\";i:2;s:10:\"Categories\";}s:14:\"ChangePassword\";a:8:{i:0;s:19:\"Cambiar_contrasenya\";i:1;s:19:\"Cambiar_contraseña\";i:2;s:18:\"CambiarContraseña\";i:3;s:19:\"ResetearContraseña\";i:4;s:20:\"Resetear_contraseña\";i:5;s:14:\"ChangePassword\";i:6;s:9:\"ResetPass\";i:7;s:13:\"ResetPassword\";}s:12:\"Confirmemail\";a:4:{i:0;s:16:\"Confirmar_e-mail\";i:1;s:29:\"Confirmar_correo_electrónico\";i:2;s:14:\"ConfirmarEmail\";i:3;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:5:{i:0;s:13:\"Contrebucions\";i:1;s:13:\"Contrebuzions\";i:2;s:14:\"Contribuciones\";i:3;s:13:\"Contributions\";i:4;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:4:{i:0;s:13:\"Creyar_cuenta\";i:1;s:16:\"Crear_una_cuenta\";i:2;s:11:\"CrearCuenta\";i:3;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:5:{i:0;s:19:\"Pachinas_sin_salida\";i:1;s:22:\"Pachinas_sin_de_salida\";i:2;s:17:\"PáginasSinSalida\";i:3;s:19:\"Páginas_sin_salida\";i:4;s:12:\"DeadendPages\";}s:15:\"DoubleRedirects\";a:8:{i:0;s:17:\"Endreceras_doples\";i:1;s:19:\"Reendrezeras_dobles\";i:2;s:19:\"Dobles_reendrezeras\";i:3;s:17:\"Endrezeras_dobles\";i:4;s:17:\"Dobles_endrezeras\";i:5;s:19:\"RedireccionesDobles\";i:6;s:20:\"Redirecciones_dobles\";i:7;s:15:\"DoubleRedirects\";}s:9:\"Emailuser\";a:6:{i:0;s:16:\"Ninvía_mensache\";i:1;s:16:\"Nimbía_mensache\";i:2;s:26:\"Enviar_correo_electrónico\";i:3;s:18:\"MandarEmailUsuario\";i:4;s:9:\"EmailUser\";i:5;s:5:\"Email\";}s:6:\"Export\";a:3:{i:0;s:8:\"Exportar\";i:1;s:8:\"Exportar\";i:2;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:7:{i:0;s:27:\"Pachinas_con_menos_edicions\";i:1;s:27:\"Pachinas_con_menos_edizions\";i:2;s:23:\"Pachinas_menos_editatas\";i:3;s:27:\"Pachinas_con_menos_bersions\";i:4;s:14:\"MenosEdiciones\";i:5;s:15:\"Menos_ediciones\";i:6;s:15:\"FewestRevisions\";}s:6:\"Import\";a:3:{i:0;s:8:\"Importar\";i:1;s:8:\"Importar\";i:2;s:6:\"Import\";}s:10:\"Listadmins\";a:4:{i:0;s:22:\"Lista_d\'almenistradors\";i:1;s:22:\"ListaDeAdministradores\";i:2;s:24:\"Lista_de_administradores\";i:3;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:5:{i:0;s:13:\"Lista_de_botz\";i:1;s:13:\"Lista_de_bots\";i:2;s:11:\"ListaDeBots\";i:3;s:13:\"Lista_de_bots\";i:4;s:8:\"ListBots\";}s:9:\"Listfiles\";a:8:{i:0;s:16:\"Lista_de_fichers\";i:1;s:17:\"Lista_d\'imáchens\";i:2;s:16:\"Lista_d\'imachens\";i:3;s:14:\"ListaImágenes\";i:4;s:18:\"Lista_de_imágenes\";i:5;s:9:\"ListFiles\";i:6;s:8:\"FileList\";i:7;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:5:{i:0;s:18:\"ListaDreitosGrupos\";i:1;s:19:\"ListaDerechosGrupos\";i:2;s:30:\"Derechos_de_grupos_de_usuarios\";i:3;s:15:\"ListGroupRights\";i:4;s:15:\"UserGroupRights\";}s:9:\"Listusers\";a:6:{i:0;s:16:\"Lista_d\'usuarios\";i:1;s:13:\"ListaUsuarios\";i:2;s:17:\"Lista_de_usuarios\";i:3;s:9:\"ListUsers\";i:4;s:8:\"UserList\";i:5;s:5:\"Users\";}s:3:\"Log\";a:5:{i:0;s:9:\"Rechistro\";i:1;s:10:\"Rechistros\";i:2;s:8:\"Registro\";i:3;s:3:\"Log\";i:4;s:4:\"Logs\";}s:11:\"Lonelypages\";a:5:{i:0;s:18:\"Pachinas_popiellas\";i:1;s:18:\"PáginasHuérfanas\";i:2;s:19:\"Páginas_huérfanas\";i:3;s:11:\"LonelyPages\";i:4;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:4:{i:0;s:19:\"Pachinas_mas_largas\";i:1;s:14:\"PáginasLargas\";i:2;s:15:\"Páginas_largas\";i:3;s:9:\"LongPages\";}s:14:\"Mostcategories\";a:4:{i:0;s:28:\"Pachinas_con_mas_categorías\";i:1;s:17:\"MásCategorizadas\";i:2;s:18:\"Más_categorizadas\";i:3;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:8:{i:0;s:22:\"Fichers_mas_emplegatos\";i:1;s:24:\"Imáchens_mas_emplegatas\";i:2;s:24:\"Imachens_más_emplegatas\";i:3;s:13:\"MásImágenes\";i:4;s:18:\"Con_más_imágenes\";i:5;s:15:\"MostLinkedFiles\";i:6;s:9:\"MostFiles\";i:7;s:10:\"MostImages\";}s:10:\"Mostlinked\";a:7:{i:0;s:22:\"Pachinas_mas_enlazatas\";i:1;s:23:\"Pachinas_mas_vinculatas\";i:2;s:13:\"MásEnlazados\";i:3;s:14:\"Más_enlazados\";i:4;s:13:\"MásEnlazadas\";i:5;s:15:\"MostLinkedPages\";i:6;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:7:{i:0;s:26:\"Categorías_mas_emplegatas\";i:1;s:26:\"Categorías_más_enlazatas\";i:2;s:27:\"Categorías_más_binculatas\";i:3;s:21:\"CategoríasMásUsadas\";i:4;s:23:\"Categorías_más_usadas\";i:5;s:20:\"MostLinkedCategories\";i:6;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:8:{i:0;s:25:\"Plantillas_mas_emplegatas\";i:1;s:24:\"Plantillas_mas_enlazatas\";i:2;s:26:\"Plantillas_más_binculatas\";i:3;s:20:\"PlantillasMásUsadas\";i:4;s:22:\"Plantillas_más_usadas\";i:5;s:20:\"MostTranscludedPages\";i:6;s:19:\"MostLinkedTemplates\";i:7;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:7:{i:0;s:26:\"Pachinas_con_más_edicions\";i:1;s:26:\"Pachinas_con_más_edizions\";i:2;s:22:\"Pachinas_más_editatas\";i:3;s:26:\"Pachinas_con_más_bersions\";i:4;s:13:\"MásEdiciones\";i:5;s:14:\"Más_ediciones\";i:6;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:7:{i:0;s:16:\"TresladarPachina\";i:1;s:17:\"Renombrar_pachina\";i:2;s:13:\"Mober_pachina\";i:3;s:17:\"Tresladar_pachina\";i:4;s:12:\"MoverPágina\";i:5;s:13:\"Mover_página\";i:6;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:6:{i:0;s:22:\"As_mías_contrebucions\";i:1;s:22:\"As_mías_contrebuzions\";i:2;s:17:\"MisContribuciones\";i:3;s:18:\"Mis_contribuciones\";i:4;s:15:\"MyContributions\";i:5;s:10:\"MyContribs\";}s:6:\"Mypage\";a:5:{i:0;s:14:\"A_mía_pachina\";i:1;s:24:\"A_mía_pachina_d\'usuario\";i:2;s:9:\"MiPágina\";i:3;s:10:\"Mi_página\";i:4;s:6:\"MyPage\";}s:6:\"Mytalk\";a:5:{i:0;s:17:\"A_mía_descusión\";i:1;s:28:\"A_mía_pachina_de_descusión\";i:2;s:12:\"MiDiscusión\";i:3;s:13:\"Mi_discusión\";i:4;s:6:\"MyTalk\";}s:9:\"Newimages\";a:8:{i:0;s:14:\"Nuevos_fichers\";i:1;s:16:\"Nuevas_imáchens\";i:2;s:15:\"Nuevas_imachens\";i:3;s:15:\"Nuebas_imachens\";i:4;s:15:\"NuevasImágenes\";i:5;s:16:\"Nuevas_imágenes\";i:6;s:8:\"NewFiles\";i:7;s:9:\"NewImages\";}s:8:\"Newpages\";a:9:{i:0;s:15:\"Pachinas_nuevas\";i:1;s:17:\"Pachinas_recients\";i:2;s:15:\"Pachinas_nuebas\";i:3;s:20:\"Pachinas_más_nuebas\";i:4;s:22:\"Pachinas_más_rezients\";i:5;s:17:\"Pachinas_rezients\";i:6;s:14:\"PáginasNuevas\";i:7;s:15:\"Páginas_nuevas\";i:8;s:8:\"NewPages\";}s:11:\"Preferences\";a:3:{i:0;s:12:\"Preferencias\";i:1;s:12:\"Preferencias\";i:2;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:5:{i:0;s:20:\"Pachinas_por_prefixo\";i:1;s:17:\"Mirar_por_prefixo\";i:2;s:18:\"PáginasPorPrefijo\";i:3;s:20:\"Páginas_por_prefijo\";i:4;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:5:{i:0;s:20:\"Pachinas_protechitas\";i:1;s:20:\"Pachinas_protechidas\";i:2;s:18:\"PáginasProtegidas\";i:3;s:19:\"Páginas_protegidas\";i:4;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:6:{i:0;s:19:\"Títols_protechitos\";i:1;s:18:\"Títols_protexitos\";i:2;s:18:\"Títols_protechius\";i:3;s:18:\"TítulosProtegidos\";i:4;s:19:\"Títulos_protegidos\";i:5;s:15:\"ProtectedTitles\";}s:10:\"Randompage\";a:8:{i:0;s:16:\"Pachina_a_l\'azar\";i:1;s:17:\"Pachina_aleatoria\";i:2;s:17:\"Pachina_aliatoria\";i:3;s:9:\"Aleatoria\";i:4;s:9:\"Aleatorio\";i:5;s:17:\"Página_aleatoria\";i:6;s:6:\"Random\";i:7;s:10:\"RandomPage\";}s:13:\"Recentchanges\";a:5:{i:0;s:15:\"Zaguers_cambeos\";i:1;s:16:\"Cambeos_recients\";i:2;s:16:\"CambiosRecientes\";i:3;s:17:\"Cambios_recientes\";i:4;s:13:\"RecentChanges\";}s:6:\"Search\";a:3:{i:0;s:5:\"Mirar\";i:1;s:6:\"Buscar\";i:2;s:6:\"Search\";}s:10:\"Shortpages\";a:4:{i:0;s:20:\"Pachinas_más_curtas\";i:1;s:14:\"PáginasCortas\";i:2;s:15:\"Páginas_cortas\";i:3;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:5:{i:0;s:18:\"Pachinas_especials\";i:1;s:18:\"Pachinas_espezials\";i:2;s:18:\"PáginasEspeciales\";i:3;s:19:\"Páginas_especiales\";i:4;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:5:{i:0;s:12:\"Estatisticas\";i:1;s:12:\"Estadisticas\";i:2;s:13:\"Estadísticas\";i:3;s:10:\"Statistics\";i:4;s:5:\"Stats\";}s:23:\"Uncategorizedcategories\";a:4:{i:0;s:56:\"Categorías_sin_categorizar._Categorías_sin_categorías\";i:1;s:25:\"CategoríasSinCategorizar\";i:2;s:27:\"Categorías_sin_categorizar\";i:3;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:9:{i:0;s:23:\"Fichers_sin_categorizar\";i:1;s:23:\"Fichers_sin_categorías\";i:2;s:25:\"Imáchens_sin_categorías\";i:3;s:24:\"Imachens_sin_categorizar\";i:4;s:25:\"Imáchens_sin_categorizar\";i:5;s:23:\"ImágenesSinCategorizar\";i:6;s:25:\"Imágenes_sin_categorizar\";i:7;s:18:\"UncategorizedFiles\";i:8;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:5:{i:0;s:24:\"Pachinas_sin_categorizar\";i:1;s:24:\"Pachinas_sin_categorías\";i:2;s:22:\"PáginasSinCategorizar\";i:3;s:24:\"Páginas_sin_categorizar\";i:4;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:4:{i:0;s:54:\"Plantillas_sin_categorizar._Plantillas_sin_categorías\";i:1;s:24:\"PlantillasSinCategorizar\";i:2;s:26:\"Plantillas_sin_categorizar\";i:3;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:3:{i:0;s:9:\"Restaurar\";i:1;s:9:\"Restaurar\";i:2;s:8:\"Undelete\";}s:16:\"Unusedcategories\";a:5:{i:0;s:25:\"Categorías_no_emplegatas\";i:1;s:24:\"Categorías_sin_emplegar\";i:2;s:17:\"CategoríasSinUso\";i:3;s:19:\"Categorías_sin_uso\";i:4;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:8:{i:0;s:21:\"Fichers_no_emplegatos\";i:1;s:20:\"Fichers_sin_emplegar\";i:2;s:23:\"Imáchens_no_emplegatas\";i:3;s:22:\"Imáchens_sin_emplegar\";i:4;s:15:\"ImágenesSinUso\";i:5;s:17:\"Imágenes_sin_uso\";i:6;s:11:\"UnusedFiles\";i:7;s:12:\"UnusedImages\";}s:14:\"Unwatchedpages\";a:5:{i:0;s:21:\"Pachinas_no_cosiratas\";i:1;s:20:\"Pachinas_sin_cosirar\";i:2;s:18:\"PáginasSinVigilar\";i:3;s:20:\"Páginas_sin_vigilar\";i:4;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:5:{i:0;s:6:\"Cargar\";i:1;s:5:\"Puyar\";i:2;s:12:\"SubirArchivo\";i:3;s:13:\"Subir_archivo\";i:4;s:6:\"Upload\";}s:9:\"Userlogin\";a:7:{i:0;s:15:\"Encetar_sesión\";i:1;s:15:\"Enzetar_sesión\";i:2;s:7:\"Dentrar\";i:3;s:6:\"Entrar\";i:4;s:19:\"Entrada_del_usuario\";i:5;s:9:\"UserLogin\";i:6;s:5:\"Login\";}s:10:\"Userlogout\";a:6:{i:0;s:5:\"Salir\";i:1;s:15:\"Rematar_sesión\";i:2;s:18:\"Salida_del_usuario\";i:3;s:5:\"Salir\";i:4;s:10:\"UserLogout\";i:5;s:6:\"Logout\";}s:7:\"Version\";a:4:{i:0;s:8:\"Versión\";i:1;s:8:\"Bersión\";i:2;s:8:\"Versión\";i:3;s:7:\"Version\";}s:16:\"Wantedcategories\";a:5:{i:0;s:22:\"Categorías_requiestas\";i:1;s:22:\"Categorías_demandatas\";i:2;s:21:\"CategoríasRequeridas\";i:3;s:22:\"Categorías_requeridas\";i:4;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:7:{i:0;s:18:\"Fichers_requiestos\";i:1;s:17:\"Fichers_demandaus\";i:2;s:19:\"Archibos_requiestos\";i:3;s:19:\"Archibos_demandatos\";i:4;s:18:\"ArchivosRequeridos\";i:5;s:19:\"Archivos_requeridos\";i:6;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:8:{i:0;s:19:\"Pachinas_requiestas\";i:1;s:19:\"Pachinas_demandatas\";i:2;s:16:\"Binclos_crebatos\";i:3;s:17:\"Binclos_trencatos\";i:4;s:18:\"PáginasRequeridas\";i:5;s:19:\"Páginas_requeridas\";i:6;s:11:\"WantedPages\";i:7;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:5:{i:0;s:21:\"Plantillas_requiestas\";i:1;s:21:\"Plantillas_demandatas\";i:2;s:20:\"PlantillasRequeridas\";i:3;s:21:\"Plantillas_requeridas\";i:4;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:4:{i:0;s:20:\"Lista_de_seguimiento\";i:1;s:11:\"Seguimiento\";i:2;s:20:\"Lista_de_seguimiento\";i:3;s:9:\"Watchlist\";}s:13:\"MobileOptions\";a:2:{i:0;s:18:\"OpcionesParaMóvil\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:7:\"Subidas\";i:1;s:7:\"Uploads\";}s:6:\"Nearby\";a:2:{i:0;s:5:\"Cerca\";i:1;s:6:\"Nearby\";}s:11:\"UserProfile\";a:3:{i:0;s:17:\"Perfil_de_usuario\";i:1;s:17:\"Perfil_de_usuaria\";i:2;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:15:\"UsuariosActivos\";i:1;s:11:\"ActiveUsers\";}s:12:\"AllMyUploads\";a:6:{i:0;s:15:\"TodasMisSubidas\";i:1;s:17:\"Todas_mis_subidas\";i:2;s:16:\"TodosMisArchivos\";i:3;s:18:\"Todos_mis_archivos\";i:4;s:12:\"AllMyUploads\";i:5;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:3:{i:0;s:8:\"AyudaAPI\";i:1;s:15:\"Ayuda_de_la_API\";i:2;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:2:{i:0;s:25:\"Zona_de_pruebas_de_la_API\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:3:{i:0;s:30:\"Lista_de_bloqueos_automáticos\";i:1;s:13:\"AutoblockList\";i:2;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:2:{i:0;s:18:\"Título_incorrecto\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:5:{i:0;s:15:\"PáginaEnBlanco\";i:1;s:17:\"Blanquear_página\";i:2;s:16:\"BlanquearPágina\";i:3;s:17:\"Página_en_blanco\";i:4;s:9:\"BlankPage\";}s:11:\"ChangeEmail\";a:4:{i:0;s:27:\"Cambiar_correo_electrónico\";i:1;s:12:\"CambiarEmail\";i:2;s:13:\"CambiarCorreo\";i:3;s:11:\"ChangeEmail\";}s:12:\"ComparePages\";a:3:{i:0;s:17:\"Comparar_páginas\";i:1;s:16:\"CompararPáginas\";i:2;s:12:\"ComparePages\";}s:20:\"DeletedContributions\";a:4:{i:0;s:22:\"ContribucionesBorradas\";i:1;s:23:\"Contribuciones_borradas\";i:2;s:23:\"Contribuciones_Borradas\";i:3;s:20:\"DeletedContributions\";}s:13:\"EditWatchlist\";a:2:{i:0;s:17:\"EditarSeguimiento\";i:1;s:13:\"EditWatchlist\";}s:15:\"ExpandTemplates\";a:4:{i:0;s:20:\"Sustituir_plantillas\";i:1;s:25:\"Sustituidor_de_plantillas\";i:2;s:19:\"Expandir_plantillas\";i:3;s:15:\"ExpandTemplates\";}s:19:\"FileDuplicateSearch\";a:3:{i:0;s:24:\"BuscarArchivosDuplicados\";i:1;s:26:\"Buscar_archivos_duplicados\";i:2;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:3:{i:0;s:13:\"RutaDeArchivo\";i:1;s:15:\"Ruta_de_archivo\";i:2;s:8:\"FilePath\";}s:15:\"Invalidateemail\";a:3:{i:0;s:29:\"Invalidar_correo_electrónico\";i:1;s:14:\"InvalidarEmail\";i:2;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:16:\"PruebaJavaScript\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:3:{i:0;s:18:\"BúsquedaDeEnlaces\";i:1;s:20:\"Búsqueda_de_enlaces\";i:2;s:10:\"LinkSearch\";}s:13:\"Listredirects\";a:3:{i:0;s:21:\"TodasLasRedirecciones\";i:1;s:23:\"Todas_las_redirecciones\";i:2;s:13:\"ListRedirects\";}s:6:\"Lockdb\";a:3:{i:0;s:19:\"BloquearBasedeDatos\";i:1;s:22:\"Bloquear_base_de_datos\";i:2;s:6:\"LockDB\";}s:12:\"MergeHistory\";a:3:{i:0;s:17:\"FusionarHistorial\";i:1;s:18:\"Fusionar_historial\";i:2;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:3:{i:0;s:13:\"BuscarPorMIME\";i:1;s:15:\"Buscar_por_MIME\";i:2;s:10:\"MIMESearch\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:14:\"MásInterwikis\";i:1;s:14:\"MostInterwikis\";}s:10:\"MyLanguage\";a:3:{i:0;s:8:\"MiIdioma\";i:1;s:9:\"Mi_idioma\";i:2;s:10:\"MyLanguage\";}s:9:\"Myuploads\";a:4:{i:0;s:18:\"MisArchivosSubidos\";i:1;s:20:\"Mis_archivos_subidos\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:25:\"Política_de_contraseñas\";i:1;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:3:{i:0;s:22:\"RestablecerContraseña\";i:1;s:23:\"Restablecer_contraseña\";i:2;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:16:\"EnlacePermanente\";i:1;s:17:\"Enlace_permanente\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:16:\"RandomInCategory\";a:3:{i:0;s:23:\"Aleatorio_en_categoría\";i:1;s:23:\"Aleatoria_en_categoría\";i:2;s:16:\"RandomInCategory\";}s:14:\"Randomredirect\";a:3:{i:0;s:21:\"RedirecciónAleatoria\";i:1;s:22:\"Redirección_aleatoria\";i:2;s:14:\"RandomRedirect\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:18:\"CambiosEnEnlazadas\";i:1;s:20:\"Cambios_en_enlazadas\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:9:\"Redirigir\";i:1;s:8:\"Redirect\";}s:11:\"ResetTokens\";a:2:{i:0;s:18:\"ReestablecerClaves\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:3:{i:0;s:15:\"BorrarRevisión\";i:1;s:16:\"Borrar_revisión\";i:2;s:14:\"RevisionDelete\";}s:4:\"Tags\";a:2:{i:0;s:9:\"Etiquetas\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:3:{i:0;s:24:\"CategoríasDeSeguimiento\";i:1;s:26:\"Categorías_de_seguimiento\";i:2;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:11:\"Desbloquear\";i:1;s:7:\"Unblock\";}s:8:\"Unlockdb\";a:3:{i:0;s:22:\"DesbloquearBasedeDatos\";i:1;s:25:\"Desbloquear_base_de_datos\";i:2;s:8:\"UnlockDB\";}s:15:\"Unusedtemplates\";a:3:{i:0;s:16:\"PlantillasSinUso\";i:1;s:18:\"Plantillas_sin_uso\";i:2;s:15:\"UnusedTemplates\";}s:11:\"UploadStash\";a:3:{i:0;s:18:\"ArchivosEscondidos\";i:1;s:18:\"FicherosEscondidos\";i:2;s:11:\"UploadStash\";}s:10:\"Userrights\";a:5:{i:0;s:16:\"PermisosUsuarios\";i:1;s:20:\"Permisos_de_usuarios\";i:2;s:10:\"UserRights\";i:3;s:9:\"MakeSysop\";i:4;s:7:\"MakeBot\";}s:13:\"Whatlinkshere\";a:3:{i:0;s:16:\"LoQueEnlazaAquí\";i:1;s:19:\"Lo_que_enlaza_aquí\";i:2;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:13:\"SinInterwikis\";i:1;s:14:\"Sin_interwikis\";i:2;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}}'),('ang','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('ang','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('ang','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ang','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ang','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('ang','defaultDateFormat','s:10:\"dmy or mdy\";'),('ang','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAng.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ang.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ang.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ang','digitGroupingPattern','s:9:\"#,##0.###\";'),('ang','digitTransformTable','N;'),('ang','fallback','b:0;'),('ang','fallback8bitEncoding','s:12:\"windows-1252\";'),('ang','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('ang','imageFiles','N;'),('ang','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('ang','linkPrefixExtension','b:0;'),('ang','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";');
INSERT INTO `mw_l10n_cache` VALUES ('ang','list','a:1:{s:8:\"messages\";a:7554:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:5:\"about\";i:120;s:7:\"article\";i:121;s:9:\"newwindow\";i:122;s:6:\"cancel\";i:123;s:13:\"moredotdotdot\";i:124;s:13:\"morenotlisted\";i:125;s:6:\"mypage\";i:126;s:6:\"mytalk\";i:127;s:8:\"anontalk\";i:128;s:10:\"navigation\";i:129;s:3:\"and\";i:130;s:3:\"faq\";i:131;s:7:\"actions\";i:132;s:10:\"namespaces\";i:133;s:8:\"variants\";i:134;s:18:\"navigation-heading\";i:135;s:14:\"errorpagetitle\";i:136;s:8:\"returnto\";i:137;s:7:\"tagline\";i:138;s:4:\"help\";i:139;s:14:\"help-mediawiki\";i:140;s:6:\"search\";i:141;s:23:\"search-ignored-headings\";i:142;s:12:\"searchbutton\";i:143;s:2:\"go\";i:144;s:13:\"searcharticle\";i:145;s:17:\"skin-view-history\";i:146;s:7:\"history\";i:147;s:13:\"history_short\";i:148;s:13:\"history_small\";i:149;s:13:\"updatedmarker\";i:150;s:16:\"printableversion\";i:151;s:35:\"printableversion-deprecated-warning\";i:152;s:9:\"permalink\";i:153;s:5:\"print\";i:154;s:4:\"view\";i:155;s:14:\"skin-view-view\";i:156;s:17:\"skin-view-foreign\";i:157;s:4:\"edit\";i:158;s:14:\"skin-view-edit\";i:159;s:10:\"edit-local\";i:160;s:6:\"create\";i:161;s:16:\"skin-view-create\";i:162;s:12:\"create-local\";i:163;s:6:\"delete\";i:164;s:14:\"undelete_short\";i:165;s:17:\"viewdeleted_short\";i:166;s:7:\"protect\";i:167;s:14:\"protect_change\";i:168;s:21:\"skin-action-unprotect\";i:169;s:9:\"unprotect\";i:170;s:7:\"newpage\";i:171;s:16:\"talkpagelinktext\";i:172;s:11:\"specialpage\";i:173;s:13:\"personaltools\";i:174;s:4:\"talk\";i:175;s:5:\"views\";i:176;s:7:\"toolbox\";i:177;s:8:\"cactions\";i:178;s:20:\"tool-link-userrights\";i:179;s:29:\"tool-link-userrights-readonly\";i:180;s:19:\"tool-link-emailuser\";i:181;s:9:\"imagepage\";i:182;s:13:\"mediawikipage\";i:183;s:12:\"templatepage\";i:184;s:12:\"viewhelppage\";i:185;s:12:\"categorypage\";i:186;s:12:\"viewtalkpage\";i:187;s:14:\"otherlanguages\";i:188;s:14:\"redirectedfrom\";i:189;s:15:\"redirectpagesub\";i:190;s:10:\"redirectto\";i:191;s:14:\"lastmodifiedat\";i:192;s:9:\"viewcount\";i:193;s:13:\"protectedpage\";i:194;s:6:\"jumpto\";i:195;s:16:\"jumptonavigation\";i:196;s:12:\"jumptosearch\";i:197;s:15:\"view-pool-error\";i:198;s:18:\"generic-pool-error\";i:199;s:12:\"pool-timeout\";i:200;s:14:\"pool-queuefull\";i:201;s:17:\"pool-errorunknown\";i:202;s:16:\"pool-servererror\";i:203;s:23:\"poolcounter-usage-error\";i:204;s:9:\"aboutsite\";i:205;s:9:\"aboutpage\";i:206;s:9:\"copyright\";i:207;s:13:\"copyrightpage\";i:208;s:13:\"currentevents\";i:209;s:17:\"currentevents-url\";i:210;s:11:\"disclaimers\";i:211;s:14:\"disclaimerpage\";i:212;s:8:\"edithelp\";i:213;s:20:\"helppage-top-gethelp\";i:214;s:8:\"mainpage\";i:215;s:20:\"mainpage-description\";i:216;s:10:\"policy-url\";i:217;s:6:\"portal\";i:218;s:10:\"portal-url\";i:219;s:7:\"privacy\";i:220;s:11:\"privacypage\";i:221;s:9:\"badaccess\";i:222;s:16:\"badaccess-group0\";i:223;s:16:\"badaccess-groups\";i:224;s:15:\"versionrequired\";i:225;s:19:\"versionrequiredtext\";i:226;s:2:\"ok\";i:227;s:13:\"retrievedfrom\";i:228;s:18:\"youhavenewmessages\";i:229;s:27:\"youhavenewmessagesfromusers\";i:230;s:27:\"youhavenewmessagesmanyusers\";i:231;s:21:\"newmessageslinkplural\";i:232;s:25:\"newmessagesdifflinkplural\";i:233;s:11:\"editsection\";i:234;s:7:\"editold\";i:235;s:13:\"viewsourceold\";i:236;s:8:\"editlink\";i:237;s:14:\"viewsourcelink\";i:238;s:15:\"editsectionhint\";i:239;s:3:\"toc\";i:240;s:7:\"showtoc\";i:241;s:7:\"hidetoc\";i:242;s:20:\"collapsible-collapse\";i:243;s:18:\"collapsible-expand\";i:244;s:19:\"confirmable-confirm\";i:245;s:15:\"confirmable-yes\";i:246;s:14:\"confirmable-no\";i:247;s:13:\"thisisdeleted\";i:248;s:11:\"viewdeleted\";i:249;s:11:\"restorelink\";i:250;s:12:\"feed-invalid\";i:251;s:16:\"feed-unavailable\";i:252;s:13:\"site-rss-feed\";i:253;s:14:\"site-atom-feed\";i:254;s:13:\"page-rss-feed\";i:255;s:14:\"page-atom-feed\";i:256;s:14:\"red-link-title\";i:257;s:15:\"sort-descending\";i:258;s:14:\"sort-ascending\";i:259;s:12:\"sort-initial\";i:260;s:18:\"sort-rowspan-error\";i:261;s:10:\"nstab-main\";i:262;s:10:\"nstab-user\";i:263;s:11:\"nstab-media\";i:264;s:13:\"nstab-special\";i:265;s:13:\"nstab-project\";i:266;s:11:\"nstab-image\";i:267;s:15:\"nstab-mediawiki\";i:268;s:14:\"nstab-template\";i:269;s:10:\"nstab-help\";i:270;s:14:\"nstab-category\";i:271;s:14:\"mainpage-nstab\";i:272;s:12:\"nosuchaction\";i:273;s:16:\"nosuchactiontext\";i:274;s:17:\"nosuchspecialpage\";i:275;s:17:\"nospecialpagetext\";i:276;s:5:\"error\";i:277;s:13:\"databaseerror\";i:278;s:18:\"databaseerror-text\";i:279;s:20:\"databaseerror-textcl\";i:280;s:19:\"databaseerror-query\";i:281;s:22:\"databaseerror-function\";i:282;s:19:\"databaseerror-error\";i:283;s:35:\"transaction-duration-limit-exceeded\";i:284;s:39:\"transaction-max-statement-time-exceeded\";i:285;s:17:\"laggedreplicamode\";i:286;s:8:\"readonly\";i:287;s:15:\"enterlockreason\";i:288;s:12:\"readonlytext\";i:289;s:15:\"missing-article\";i:290;s:18:\"missingarticle-rev\";i:291;s:19:\"missingarticle-diff\";i:292;s:12:\"readonly_lag\";i:293;s:26:\"nonwrite-api-promise-error\";i:294;s:12:\"timeouterror\";i:295;s:17:\"timeouterror-text\";i:296;s:13:\"internalerror\";i:297;s:18:\"internalerror_info\";i:298;s:29:\"internalerror-fatal-exception\";i:299;s:13:\"filecopyerror\";i:300;s:15:\"filerenameerror\";i:301;s:15:\"filedeleteerror\";i:302;s:20:\"directorycreateerror\";i:303;s:22:\"directoryreadonlyerror\";i:304;s:12:\"filenotfound\";i:305;s:10:\"unexpected\";i:306;s:9:\"formerror\";i:307;s:15:\"badarticleerror\";i:308;s:12:\"cannotdelete\";i:309;s:18:\"cannotdelete-title\";i:310;s:16:\"delete-scheduled\";i:311;s:19:\"delete-hook-aborted\";i:312;s:16:\"no-null-revision\";i:313;s:8:\"badtitle\";i:314;s:12:\"badtitletext\";i:315;s:13:\"title-invalid\";i:316;s:19:\"title-invalid-empty\";i:317;s:18:\"title-invalid-utf8\";i:318;s:23:\"title-invalid-interwiki\";i:319;s:28:\"title-invalid-talk-namespace\";i:320;s:24:\"title-invalid-characters\";i:321;s:22:\"title-invalid-relative\";i:322;s:25:\"title-invalid-magic-tilde\";i:323;s:22:\"title-invalid-too-long\";i:324;s:27:\"title-invalid-leading-colon\";i:325;s:10:\"perfcached\";i:326;s:12:\"perfcachedts\";i:327;s:20:\"querypage-no-updates\";i:328;s:28:\"querypage-updates-periodical\";i:329;s:10:\"viewsource\";i:330;s:22:\"skin-action-viewsource\";i:331;s:16:\"viewsource-title\";i:332;s:15:\"actionthrottled\";i:333;s:19:\"actionthrottledtext\";i:334;s:17:\"protectedpagetext\";i:335;s:14:\"viewsourcetext\";i:336;s:12:\"viewyourtext\";i:337;s:18:\"protectedinterface\";i:338;s:16:\"editinginterface\";i:339;s:18:\"translateinterface\";i:340;s:16:\"cascadeprotected\";i:341;s:18:\"namespaceprotected\";i:342;s:18:\"customcssprotected\";i:343;s:19:\"customjsonprotected\";i:344;s:17:\"customjsprotected\";i:345;s:16:\"sitecssprotected\";i:346;s:17:\"sitejsonprotected\";i:347;s:15:\"sitejsprotected\";i:348;s:20:\"siterawhtmlprotected\";i:349;s:20:\"mycustomcssprotected\";i:350;s:21:\"mycustomjsonprotected\";i:351;s:19:\"mycustomjsprotected\";i:352;s:22:\"myprivateinfoprotected\";i:353;s:22:\"mypreferencesprotected\";i:354;s:19:\"ns-specialprotected\";i:355;s:14:\"titleprotected\";i:356;s:17:\"filereadonlyerror\";i:357;s:12:\"invalidtitle\";i:358;s:27:\"invalidtitle-knownnamespace\";i:359;s:29:\"invalidtitle-unknownnamespace\";i:360;s:17:\"exception-nologin\";i:361;s:22:\"exception-nologin-text\";i:362;s:29:\"exception-nologin-text-manual\";i:363;s:16:\"virus-badscanner\";i:364;s:16:\"virus-scanfailed\";i:365;s:20:\"virus-unknownscanner\";i:366;s:10:\"logouttext\";i:367;s:18:\"logging-out-notify\";i:368;s:13:\"logout-failed\";i:369;s:21:\"cannotlogoutnow-title\";i:370;s:20:\"cannotlogoutnow-text\";i:371;s:11:\"welcomeuser\";i:372;s:19:\"welcomecreation-msg\";i:373;s:8:\"yourname\";i:374;s:18:\"userlogin-yourname\";i:375;s:21:\"userlogin-yourname-ph\";i:376;s:30:\"createacct-another-username-ph\";i:377;s:12:\"yourpassword\";i:378;s:22:\"userlogin-yourpassword\";i:379;s:25:\"userlogin-yourpassword-ph\";i:380;s:26:\"createacct-yourpassword-ph\";i:381;s:17:\"yourpasswordagain\";i:382;s:24:\"createacct-useuniquepass\";i:383;s:28:\"createacct-yourpasswordagain\";i:384;s:31:\"createacct-yourpasswordagain-ph\";i:385;s:28:\"userlogin-remembermypassword\";i:386;s:24:\"userlogin-signwithsecure\";i:387;s:17:\"cannotlogin-title\";i:388;s:16:\"cannotlogin-text\";i:389;s:20:\"cannotloginnow-title\";i:390;s:19:\"cannotloginnow-text\";i:391;s:25:\"cannotcreateaccount-title\";i:392;s:14:\"yourdomainname\";i:393;s:25:\"password-change-forbidden\";i:394;s:5:\"login\";i:395;s:23:\"nav-login-createaccount\";i:396;s:6:\"logout\";i:397;s:10:\"userlogout\";i:398;s:11:\"notloggedin\";i:399;s:19:\"userlogin-noaccount\";i:400;s:21:\"userlogin-joinproject\";i:401;s:13:\"createaccount\";i:402;s:28:\"userlogin-resetpassword-link\";i:403;s:19:\"userlogin-helplink2\";i:404;s:23:\"userlogin-createanother\";i:405;s:24:\"createacct-emailrequired\";i:406;s:24:\"createacct-emailoptional\";i:407;s:19:\"createacct-email-ph\";i:408;s:27:\"createacct-another-email-ph\";i:409;s:17:\"createaccountmail\";i:410;s:19:\"createacct-realname\";i:411;s:17:\"createacct-reason\";i:412;s:20:\"createacct-reason-ph\";i:413;s:17:\"createacct-submit\";i:414;s:25:\"createacct-another-submit\";i:415;s:26:\"createacct-benefit-heading\";i:416;s:24:\"createacct-benefit-body1\";i:417;s:24:\"createacct-benefit-body2\";i:418;s:24:\"createacct-benefit-body3\";i:419;s:9:\"badretype\";i:420;s:10:\"userexists\";i:421;s:10:\"loginerror\";i:422;s:16:\"createacct-error\";i:423;s:18:\"createaccounterror\";i:424;s:12:\"nocookiesnew\";i:425;s:6:\"noname\";i:426;s:17:\"loginsuccesstitle\";i:427;s:12:\"loginsuccess\";i:428;s:10:\"nosuchuser\";i:429;s:15:\"nosuchusershort\";i:430;s:15:\"nouserspecified\";i:431;s:17:\"login-userblocked\";i:432;s:13:\"wrongpassword\";i:433;s:18:\"wrongpasswordempty\";i:434;s:16:\"passwordtooshort\";i:435;s:15:\"passwordtoolong\";i:436;s:19:\"password-name-match\";i:437;s:33:\"password-substring-username-match\";i:438;s:24:\"password-login-forbidden\";i:439;s:14:\"mailmypassword\";i:440;s:21:\"passwordremindertitle\";i:441;s:7:\"noemail\";i:442;s:13:\"noemailcreate\";i:443;s:12:\"passwordsent\";i:444;s:20:\"blocked-mailpassword\";i:445;s:26:\"acct_creation_throttle_hit\";i:446;s:14:\"accountcreated\";i:447;s:18:\"loginlanguagelabel\";i:448;s:8:\"pt-login\";i:449;s:15:\"pt-login-button\";i:450;s:16:\"pt-createaccount\";i:451;s:13:\"pt-userlogout\";i:452;s:14:\"changepassword\";i:453;s:11:\"oldpassword\";i:454;s:11:\"newpassword\";i:455;s:9:\"retypenew\";i:456;s:25:\"botpasswords-label-create\";i:457;s:25:\"botpasswords-label-update\";i:458;s:25:\"resetpass-submit-loggedin\";i:459;s:23:\"resetpass-submit-cancel\";i:460;s:23:\"resetpass-temp-password\";i:461;s:13:\"passwordreset\";i:462;s:22:\"passwordreset-username\";i:463;s:16:\"changeemail-none\";i:464;s:7:\"summary\";i:465;s:7:\"subject\";i:466;s:9:\"minoredit\";i:467;s:9:\"watchthis\";i:468;s:11:\"savearticle\";i:469;s:11:\"publishpage\";i:470;s:14:\"publishchanges\";i:471;s:7:\"preview\";i:472;s:11:\"showpreview\";i:473;s:8:\"showdiff\";i:474;s:15:\"summary-preview\";i:475;s:12:\"blockedtitle\";i:476;s:15:\"blockednoreason\";i:477;s:17:\"whitelistedittext\";i:478;s:18:\"nosuchsectiontitle\";i:479;s:13:\"loginreqtitle\";i:480;s:12:\"loginreqlink\";i:481;s:16:\"loginreqpagetext\";i:482;s:12:\"accmailtitle\";i:483;s:11:\"accmailtext\";i:484;s:10:\"newarticle\";i:485;s:14:\"newarticletext\";i:486;s:30:\"userpage-userdoesnotexist-view\";i:487;s:20:\"usercssyoucanpreview\";i:488;s:19:\"userjsyoucanpreview\";i:489;s:7:\"updated\";i:490;s:4:\"note\";i:491;s:11:\"previewnote\";i:492;s:16:\"continue-editing\";i:493;s:7:\"editing\";i:494;s:8:\"creating\";i:495;s:14:\"editingsection\";i:496;s:14:\"editingcomment\";i:497;s:12:\"editconflict\";i:498;s:8:\"yourtext\";i:499;s:10:\"editingold\";i:500;s:8:\"yourdiff\";i:501;s:17:\"copyrightwarning2\";i:502;s:13:\"templatesused\";i:503;s:20:\"templatesusedpreview\";i:504;s:18:\"template-protected\";i:505;s:22:\"template-semiprotected\";i:506;s:16:\"hiddencategories\";i:507;s:17:\"nocreate-loggedin\";i:508;s:17:\"permissionserrors\";i:509;s:32:\"permissionserrorstext-withaction\";i:510;s:26:\"recreate-moveddeleted-warn\";i:511;s:19:\"moveddeleted-notice\";i:512;s:29:\"postedit-confirmation-created\";i:513;s:30:\"postedit-confirmation-restored\";i:514;s:22:\"content-model-wikitext\";i:515;s:12:\"undo-failure\";i:516;s:12:\"undo-summary\";i:517;s:28:\"undo-summary-username-hidden\";i:518;s:12:\"viewpagelogs\";i:519;s:9:\"nohistory\";i:520;s:15:\"currentrev-asof\";i:521;s:12:\"revisionasof\";i:522;s:16:\"previousrevision\";i:523;s:12:\"nextrevision\";i:524;s:19:\"currentrevisionlink\";i:525;s:3:\"cur\";i:526;s:4:\"next\";i:527;s:4:\"last\";i:528;s:10:\"page_first\";i:529;s:9:\"page_last\";i:530;s:22:\"history-fieldset-title\";i:531;s:9:\"histfirst\";i:532;s:8:\"histlast\";i:533;s:12:\"historyempty\";i:534;s:18:\"history-feed-title\";i:535;s:24:\"history-feed-description\";i:536;s:27:\"history-feed-item-nocomment\";i:537;s:19:\"rev-deleted-comment\";i:538;s:16:\"rev-deleted-user\";i:539;s:12:\"rev-delundel\";i:540;s:15:\"rev-showdeleted\";i:541;s:26:\"revdelete-show-file-submit\";i:542;s:19:\"revdelete-hide-text\";i:543;s:20:\"revdelete-hide-image\";i:544;s:22:\"revdelete-hide-comment\";i:545;s:19:\"revdelete-hide-user\";i:546;s:20:\"revdelete-radio-same\";i:547;s:19:\"revdelete-radio-set\";i:548;s:21:\"revdelete-radio-unset\";i:549;s:14:\"revdel-restore\";i:550;s:8:\"pagehist\";i:551;s:25:\"revdelete-reasonotherlist\";i:552;s:17:\"mergehistory-from\";i:553;s:19:\"mergehistory-submit\";i:554;s:19:\"mergehistory-reason\";i:555;s:11:\"revertmerge\";i:556;s:13:\"history-title\";i:557;s:16:\"difference-title\";i:558;s:6:\"lineno\";i:559;s:23:\"compareselectedversions\";i:560;s:8:\"editundo\";i:561;s:10:\"diff-empty\";i:562;s:13:\"searchresults\";i:563;s:19:\"searchresults-title\";i:564;s:13:\"notextmatches\";i:565;s:5:\"prevn\";i:566;s:5:\"nextn\";i:567;s:11:\"nextn-title\";i:568;s:11:\"shown-title\";i:569;s:12:\"viewprevnext\";i:570;s:14:\"searchmenu-new\";i:571;s:22:\"searchprofile-articles\";i:572;s:20:\"searchprofile-images\";i:573;s:24:\"searchprofile-everything\";i:574;s:22:\"searchprofile-advanced\";i:575;s:30:\"searchprofile-articles-tooltip\";i:576;s:28:\"searchprofile-images-tooltip\";i:577;s:32:\"searchprofile-everything-tooltip\";i:578;s:30:\"searchprofile-advanced-tooltip\";i:579;s:18:\"search-result-size\";i:580;s:15:\"search-redirect\";i:581;s:14:\"search-section\";i:582;s:14:\"search-suggest\";i:583;s:21:\"search-interwiki-more\";i:584;s:13:\"searchrelated\";i:585;s:9:\"searchall\";i:586;s:14:\"showingresults\";i:587;s:16:\"search-nonefound\";i:588;s:18:\"powersearch-legend\";i:589;s:14:\"powersearch-ns\";i:590;s:15:\"search-external\";i:591;s:11:\"preferences\";i:592;s:13:\"mypreferences\";i:593;s:10:\"prefs-skin\";i:594;s:12:\"skin-preview\";i:595;s:8:\"prefs-rc\";i:596;s:15:\"prefs-watchlist\";i:597;s:9:\"saveprefs\";i:598;s:17:\"searchresultshead\";i:599;s:18:\"recentchangescount\";i:600;s:10:\"savedprefs\";i:601;s:14:\"timezonelegend\";i:602;s:10:\"servertime\";i:603;s:7:\"default\";i:604;s:9:\"youremail\";i:605;s:8:\"username\";i:606;s:12:\"yourrealname\";i:607;s:12:\"yourlanguage\";i:608;s:11:\"yourvariant\";i:609;s:10:\"yourgender\";i:610;s:11:\"gender-male\";i:611;s:13:\"gender-female\";i:612;s:5:\"email\";i:613;s:24:\"userrights-user-editname\";i:614;s:13:\"editusergroup\";i:615;s:24:\"userrights-editusergroup\";i:616;s:14:\"saveusergroups\";i:617;s:23:\"userrights-groupsmember\";i:618;s:17:\"userrights-reason\";i:619;s:5:\"group\";i:620;s:10:\"group-user\";i:621;s:9:\"group-bot\";i:622;s:11:\"group-sysop\";i:623;s:16:\"group-bureaucrat\";i:624;s:14:\"group-suppress\";i:625;s:9:\"group-all\";i:626;s:17:\"group-user-member\";i:627;s:16:\"group-bot-member\";i:628;s:18:\"group-sysop-member\";i:629;s:21:\"group-suppress-member\";i:630;s:13:\"grouppage-bot\";i:631;s:15:\"grouppage-sysop\";i:632;s:14:\"right-writeapi\";i:633;s:21:\"right-delete-redirect\";i:634;s:14:\"newuserlogpage\";i:635;s:9:\"rightslog\";i:636;s:22:\"skin-action-addsection\";i:637;s:11:\"action-edit\";i:638;s:20:\"action-createaccount\";i:639;s:11:\"action-move\";i:640;s:13:\"action-delete\";i:641;s:22:\"action-delete-redirect\";i:642;s:15:\"action-undelete\";i:643;s:14:\"action-protect\";i:644;s:8:\"nchanges\";i:645;s:18:\"enhancedrc-history\";i:646;s:13:\"recentchanges\";i:647;s:20:\"recentchanges-legend\";i:648;s:21:\"recentchanges-summary\";i:649;s:22:\"recentchanges-noresult\";i:650;s:30:\"recentchanges-feed-description\";i:651;s:27:\"recentchanges-label-newpage\";i:652;s:25:\"recentchanges-label-minor\";i:653;s:23:\"recentchanges-label-bot\";i:654;s:31:\"recentchanges-label-unpatrolled\";i:655;s:29:\"recentchanges-label-plusminus\";i:656;s:28:\"recentchanges-legend-newpage\";i:657;s:10:\"rcnotefrom\";i:658;s:10:\"rclistfrom\";i:659;s:15:\"rcshowhideminor\";i:660;s:20:\"rcshowhideminor-show\";i:661;s:20:\"rcshowhideminor-hide\";i:662;s:14:\"rcshowhidebots\";i:663;s:19:\"rcshowhidebots-show\";i:664;s:19:\"rcshowhidebots-hide\";i:665;s:13:\"rcshowhideliu\";i:666;s:18:\"rcshowhideliu-show\";i:667;s:18:\"rcshowhideliu-hide\";i:668;s:15:\"rcshowhideanons\";i:669;s:20:\"rcshowhideanons-show\";i:670;s:20:\"rcshowhideanons-hide\";i:671;s:14:\"rcshowhidemine\";i:672;s:19:\"rcshowhidemine-show\";i:673;s:19:\"rcshowhidemine-hide\";i:674;s:7:\"rclinks\";i:675;s:4:\"diff\";i:676;s:4:\"hist\";i:677;s:4:\"hide\";i:678;s:4:\"show\";i:679;s:15:\"minoreditletter\";i:680;s:13:\"newpageletter\";i:681;s:13:\"boteditletter\";i:682;s:18:\"rc-change-size-new\";i:683;s:12:\"rc-old-title\";i:684;s:19:\"recentchangeslinked\";i:685;s:24:\"recentchangeslinked-feed\";i:686;s:27:\"recentchangeslinked-toolbox\";i:687;s:25:\"recentchangeslinked-title\";i:688;s:24:\"recentchangeslinked-page\";i:689;s:22:\"recentchangeslinked-to\";i:690;s:6:\"upload\";i:691;s:9:\"uploadbtn\";i:692;s:13:\"uploadnologin\";i:693;s:11:\"uploaderror\";i:694;s:16:\"upload-permitted\";i:695;s:16:\"upload-preferred\";i:696;s:17:\"upload-prohibited\";i:697;s:13:\"uploadlogpage\";i:698;s:8:\"filename\";i:699;s:8:\"filedesc\";i:700;s:10:\"filesource\";i:701;s:11:\"badfilename\";i:702;s:8:\"savefile\";i:703;s:14:\"sourcefilename\";i:704;s:7:\"license\";i:705;s:14:\"license-header\";i:706;s:9:\"nolicense\";i:707;s:17:\"license-nopreview\";i:708;s:17:\"listfiles-summary\";i:709;s:7:\"imgfile\";i:710;s:9:\"listfiles\";i:711;s:14:\"listfiles_date\";i:712;s:14:\"listfiles_name\";i:713;s:14:\"listfiles_user\";i:714;s:14:\"listfiles_size\";i:715;s:21:\"listfiles_description\";i:716;s:15:\"listfiles_count\";i:717;s:16:\"file-anchor-link\";i:718;s:8:\"filehist\";i:719;s:13:\"filehist-help\";i:720;s:18:\"filehist-deleteall\";i:721;s:18:\"filehist-deleteone\";i:722;s:15:\"filehist-revert\";i:723;s:16:\"filehist-current\";i:724;s:17:\"filehist-datetime\";i:725;s:14:\"filehist-thumb\";i:726;s:18:\"filehist-thumbtext\";i:727;s:16:\"filehist-nothumb\";i:728;s:13:\"filehist-user\";i:729;s:19:\"filehist-dimensions\";i:730;s:17:\"filehist-filesize\";i:731;s:16:\"filehist-comment\";i:732;s:10:\"imagelinks\";i:733;s:12:\"linkstoimage\";i:734;s:14:\"nolinkstoimage\";i:735;s:16:\"morelinkstoimage\";i:736;s:16:\"duplicatesoffile\";i:737;s:12:\"sharedupload\";i:738;s:22:\"sharedupload-desc-here\";i:739;s:15:\"filepage-nofile\";i:740;s:25:\"uploadnewversion-linktext\";i:741;s:22:\"upload-disallowed-here\";i:742;s:17:\"filerevert-legend\";i:743;s:17:\"filedelete-submit\";i:744;s:18:\"unusedtemplateswlh\";i:745;s:10:\"randompage\";i:746;s:10:\"statistics\";i:747;s:19:\"statistics-articles\";i:748;s:16:\"statistics-pages\";i:749;s:23:\"statistics-users-active\";i:750;s:15:\"doubleredirects\";i:751;s:21:\"double-redirect-fixer\";i:752;s:15:\"brokenredirects\";i:753;s:19:\"brokenredirectstext\";i:754;s:20:\"brokenredirects-edit\";i:755;s:22:\"brokenredirects-delete\";i:756;s:16:\"withoutinterwiki\";i:757;s:24:\"withoutinterwiki-summary\";i:758;s:6:\"nbytes\";i:759;s:11:\"ncategories\";i:760;s:6:\"nlinks\";i:761;s:8:\"nmembers\";i:762;s:17:\"specialpage-empty\";i:763;s:11:\"lonelypages\";i:764;s:12:\"unusedimages\";i:765;s:16:\"wantedcategories\";i:766;s:11:\"wantedpages\";i:767;s:10:\"mostlinked\";i:768;s:20:\"mostlinkedcategories\";i:769;s:19:\"mostlinkedtemplates\";i:770;s:11:\"prefixindex\";i:771;s:10:\"shortpages\";i:772;s:9:\"longpages\";i:773;s:9:\"listusers\";i:774;s:8:\"newpages\";i:775;s:17:\"newpages-username\";i:776;s:12:\"ancientpages\";i:777;s:4:\"move\";i:778;s:12:\"movethispage\";i:779;s:13:\"pager-newer-n\";i:780;s:13:\"pager-older-n\";i:781;s:10:\"apisandbox\";i:782;s:11:\"booksources\";i:783;s:25:\"booksources-search-legend\";i:784;s:18:\"booksources-search\";i:785;s:16:\"booksources-text\";i:786;s:24:\"booksources-invalid-isbn\";i:787;s:23:\"magiclink-tracking-isbn\";i:788;s:19:\"specialloguserlabel\";i:789;s:20:\"speciallogtitlelabel\";i:790;s:3:\"log\";i:791;s:13:\"all-logs-page\";i:792;s:8:\"allpages\";i:793;s:8:\"nextpage\";i:794;s:8:\"prevpage\";i:795;s:12:\"allpagesfrom\";i:796;s:10:\"allpagesto\";i:797;s:11:\"allarticles\";i:798;s:14:\"allinnamespace\";i:799;s:14:\"allpagessubmit\";i:800;s:23:\"allpages-hide-redirects\";i:801;s:10:\"categories\";i:802;s:18:\"categoriespagetext\";i:803;s:32:\"sp-deletedcontributions-contribs\";i:804;s:10:\"linksearch\";i:805;s:13:\"linksearch-ok\";i:806;s:18:\"listusers-noresult\";i:807;s:11:\"activeusers\";i:808;s:21:\"listgrouprights-group\";i:809;s:22:\"listgrouprights-rights\";i:810;s:24:\"listgrouprights-helppage\";i:811;s:23:\"listgrouprights-members\";i:812;s:27:\"listgrouprights-removegroup\";i:813;s:28:\"listgrouprights-addgroup-all\";i:814;s:31:\"listgrouprights-removegroup-all\";i:815;s:9:\"emailuser\";i:816;s:9:\"emailfrom\";i:817;s:7:\"emailto\";i:818;s:12:\"emailsubject\";i:819;s:12:\"emailmessage\";i:820;s:9:\"emailsend\";i:821;s:9:\"emailsent\";i:822;s:13:\"emailsenttext\";i:823;s:9:\"watchlist\";i:824;s:11:\"mywatchlist\";i:825;s:16:\"removedwatchtext\";i:826;s:5:\"watch\";i:827;s:13:\"watchthispage\";i:828;s:7:\"unwatch\";i:829;s:15:\"unwatchthispage\";i:830;s:17:\"watchlist-details\";i:831;s:6:\"wlnote\";i:832;s:17:\"watchlist-options\";i:833;s:8:\"watching\";i:834;s:10:\"unwatching\";i:835;s:12:\"enotif_reset\";i:836;s:28:\"enotif_impersonal_salutation\";i:837;s:18:\"enotif_lastvisited\";i:838;s:15:\"enotif_lastdiff\";i:839;s:18:\"enotif_anon_editor\";i:840;s:7:\"created\";i:841;s:7:\"changed\";i:842;s:17:\"deletepage-submit\";i:843;s:9:\"excontent\";i:844;s:15:\"excontentauthor\";i:845;s:14:\"historywarning\";i:846;s:14:\"actioncomplete\";i:847;s:10:\"dellogpage\";i:848;s:11:\"deletionlog\";i:849;s:13:\"deletecomment\";i:850;s:17:\"deleteotherreason\";i:851;s:21:\"deletereasonotherlist\";i:852;s:12:\"rollbacklink\";i:853;s:14:\"rollbackfailed\";i:854;s:11:\"editcomment\";i:855;s:10:\"revertpage\";i:856;s:14:\"protectlogpage\";i:857;s:13:\"protect-title\";i:858;s:14:\"prot_1movedto2\";i:859;s:14:\"protectcomment\";i:860;s:13:\"protectexpiry\";i:861;s:22:\"protect_expiry_invalid\";i:862;s:18:\"protect_expiry_old\";i:863;s:12:\"protect-text\";i:864;s:15:\"protect-default\";i:865;s:16:\"protect-fallback\";i:866;s:27:\"protect-level-autoconfirmed\";i:867;s:19:\"protect-level-sysop\";i:868;s:23:\"protect-summary-cascade\";i:869;s:16:\"protect-expiring\";i:870;s:15:\"protect-cascade\";i:871;s:16:\"protect-cantedit\";i:872;s:22:\"protect-expiry-options\";i:873;s:16:\"restriction-type\";i:874;s:17:\"restriction-level\";i:875;s:16:\"restriction-edit\";i:876;s:16:\"restriction-move\";i:877;s:18:\"restriction-create\";i:878;s:18:\"restriction-upload\";i:879;s:23:\"restriction-level-sysop\";i:880;s:31:\"restriction-level-autoconfirmed\";i:881;s:21:\"restriction-level-all\";i:882;s:23:\"skin-action-viewdeleted\";i:883;s:11:\"undeletebtn\";i:884;s:12:\"undeletelink\";i:885;s:16:\"undeleteviewlink\";i:886;s:22:\"undelete-search-submit\";i:887;s:9:\"namespace\";i:888;s:6:\"invert\";i:889;s:21:\"namespace_association\";i:890;s:14:\"blanknamespace\";i:891;s:23:\"tool-link-contributions\";i:892;s:19:\"contributions-title\";i:893;s:9:\"mycontris\";i:894;s:12:\"anoncontribs\";i:895;s:11:\"contribsub2\";i:896;s:10:\"nocontribs\";i:897;s:5:\"uctop\";i:898;s:5:\"month\";i:899;s:4:\"year\";i:900;s:25:\"sp-contributions-blocklog\";i:901;s:24:\"sp-contributions-uploads\";i:902;s:21:\"sp-contributions-logs\";i:903;s:21:\"sp-contributions-talk\";i:904;s:23:\"sp-contributions-search\";i:905;s:25:\"sp-contributions-username\";i:906;s:24:\"sp-contributions-toponly\";i:907;s:24:\"sp-contributions-newonly\";i:908;s:23:\"sp-contributions-submit\";i:909;s:13:\"whatlinkshere\";i:910;s:19:\"whatlinkshere-title\";i:911;s:18:\"whatlinkshere-page\";i:912;s:9:\"linkshere\";i:913;s:11:\"nolinkshere\";i:914;s:10:\"isredirect\";i:915;s:10:\"istemplate\";i:916;s:7:\"isimage\";i:917;s:18:\"whatlinkshere-prev\";i:918;s:18:\"whatlinkshere-next\";i:919;s:19:\"whatlinkshere-links\";i:920;s:24:\"whatlinkshere-hideredirs\";i:921;s:23:\"whatlinkshere-hidetrans\";i:922;s:23:\"whatlinkshere-hidelinks\";i:923;s:24:\"whatlinkshere-hideimages\";i:924;s:7:\"blockip\";i:925;s:9:\"ipbreason\";i:926;s:18:\"ipbreason-dropdown\";i:927;s:9:\"ipbsubmit\";i:928;s:8:\"ipbother\";i:929;s:10:\"ipboptions\";i:930;s:18:\"ipblocklist-submit\";i:931;s:13:\"infiniteblock\";i:932;s:13:\"anononlyblock\";i:933;s:16:\"noautoblockblock\";i:934;s:22:\"blocklist-editing-page\";i:935;s:9:\"blocklink\";i:936;s:11:\"unblocklink\";i:937;s:16:\"change-blocklink\";i:938;s:12:\"contribslink\";i:939;s:24:\"block-log-flags-nocreate\";i:940;s:8:\"newtitle\";i:941;s:10:\"move-watch\";i:942;s:11:\"movepagebtn\";i:943;s:12:\"pagemovedsub\";i:944;s:14:\"movepage-moved\";i:945;s:13:\"articleexists\";i:946;s:8:\"movetalk\";i:947;s:11:\"movelogpage\";i:948;s:10:\"movereason\";i:949;s:10:\"revertmove\";i:950;s:6:\"export\";i:951;s:15:\"allmessagesname\";i:952;s:18:\"allmessagesdefault\";i:953;s:18:\"allmessagescurrent\";i:954;s:29:\"allmessages-filter-unmodified\";i:955;s:22:\"allmessages-filter-all\";i:956;s:27:\"allmessages-filter-modified\";i:957;s:20:\"allmessages-language\";i:958;s:25:\"allmessages-filter-submit\";i:959;s:14:\"thumbnail-more\";i:960;s:11:\"filemissing\";i:961;s:6:\"import\";i:962;s:23:\"import-interwiki-submit\";i:963;s:11:\"importstart\";i:964;s:13:\"importnopages\";i:965;s:12:\"importfailed\";i:966;s:13:\"importsuccess\";i:967;s:16:\"import-noarticle\";i:968;s:13:\"importlogpage\";i:969;s:19:\"tooltip-pt-userpage\";i:970;s:17:\"tooltip-pt-mytalk\";i:971;s:22:\"tooltip-pt-preferences\";i:972;s:20:\"tooltip-pt-watchlist\";i:973;s:20:\"tooltip-pt-mycontris\";i:974;s:16:\"tooltip-pt-login\";i:975;s:17:\"tooltip-pt-logout\";i:976;s:24:\"tooltip-pt-createaccount\";i:977;s:15:\"tooltip-ca-talk\";i:978;s:15:\"tooltip-ca-edit\";i:979;s:21:\"tooltip-ca-addsection\";i:980;s:21:\"tooltip-ca-viewsource\";i:981;s:18:\"tooltip-ca-history\";i:982;s:18:\"tooltip-ca-protect\";i:983;s:20:\"tooltip-ca-unprotect\";i:984;s:17:\"tooltip-ca-delete\";i:985;s:15:\"tooltip-ca-move\";i:986;s:16:\"tooltip-ca-watch\";i:987;s:18:\"tooltip-ca-unwatch\";i:988;s:14:\"tooltip-search\";i:989;s:17:\"tooltip-search-go\";i:990;s:23:\"tooltip-search-fulltext\";i:991;s:14:\"tooltip-p-logo\";i:992;s:18:\"tooltip-n-mainpage\";i:993;s:30:\"tooltip-n-mainpage-description\";i:994;s:16:\"tooltip-n-portal\";i:995;s:23:\"tooltip-n-currentevents\";i:996;s:23:\"tooltip-n-recentchanges\";i:997;s:20:\"tooltip-n-randompage\";i:998;s:14:\"tooltip-n-help\";i:999;s:23:\"tooltip-t-whatlinkshere\";i:1000;s:29:\"tooltip-t-recentchangeslinked\";i:1001;s:16:\"tooltip-feed-rss\";i:1002;s:17:\"tooltip-feed-atom\";i:1003;s:23:\"tooltip-t-contributions\";i:1004;s:19:\"tooltip-t-emailuser\";i:1005;s:16:\"tooltip-t-upload\";i:1006;s:22:\"tooltip-t-specialpages\";i:1007;s:15:\"tooltip-t-print\";i:1008;s:19:\"tooltip-t-permalink\";i:1009;s:21:\"tooltip-ca-nstab-main\";i:1010;s:21:\"tooltip-ca-nstab-user\";i:1011;s:24:\"tooltip-ca-nstab-special\";i:1012;s:24:\"tooltip-ca-nstab-project\";i:1013;s:22:\"tooltip-ca-nstab-image\";i:1014;s:26:\"tooltip-ca-nstab-mediawiki\";i:1015;s:25:\"tooltip-ca-nstab-template\";i:1016;s:25:\"tooltip-ca-nstab-category\";i:1017;s:17:\"tooltip-minoredit\";i:1018;s:12:\"tooltip-save\";i:1019;s:15:\"tooltip-preview\";i:1020;s:12:\"tooltip-diff\";i:1021;s:31:\"tooltip-compareselectedversions\";i:1022;s:13:\"tooltip-watch\";i:1023;s:12:\"tooltip-undo\";i:1024;s:15:\"tooltip-summary\";i:1025;s:9:\"anonymous\";i:1026;s:8:\"siteuser\";i:1027;s:6:\"others\";i:1028;s:9:\"anonusers\";i:1029;s:14:\"pageinfo-title\";i:1030;s:21:\"pageinfo-header-basic\";i:1031;s:21:\"pageinfo-header-edits\";i:1032;s:28:\"pageinfo-header-restrictions\";i:1033;s:22:\"pageinfo-display-title\";i:1034;s:21:\"pageinfo-default-sort\";i:1035;s:15:\"pageinfo-length\";i:1036;s:19:\"pageinfo-article-id\";i:1037;s:17:\"pageinfo-language\";i:1038;s:22:\"pageinfo-content-model\";i:1039;s:21:\"pageinfo-robot-policy\";i:1040;s:20:\"pageinfo-robot-index\";i:1041;s:22:\"pageinfo-robot-noindex\";i:1042;s:21:\"pageinfo-few-watchers\";i:1043;s:23:\"pageinfo-redirects-name\";i:1044;s:22:\"pageinfo-subpages-name\";i:1045;s:18:\"pageinfo-firstuser\";i:1046;s:18:\"pageinfo-firsttime\";i:1047;s:17:\"pageinfo-lastuser\";i:1048;s:17:\"pageinfo-lasttime\";i:1049;s:14:\"pageinfo-edits\";i:1050;s:16:\"pageinfo-authors\";i:1051;s:20:\"pageinfo-magic-words\";i:1052;s:26:\"pageinfo-hidden-categories\";i:1053;s:20:\"pageinfo-toolboxlink\";i:1054;s:20:\"pageinfo-contentpage\";i:1055;s:24:\"pageinfo-contentpage-yes\";i:1056;s:12:\"previousdiff\";i:1057;s:8:\"nextdiff\";i:1058;s:12:\"imagemaxsize\";i:1059;s:9:\"thumbsize\";i:1060;s:15:\"widthheightpage\";i:1061;s:14:\"file-info-size\";i:1062;s:12:\"file-nohires\";i:1063;s:13:\"svg-long-desc\";i:1064;s:14:\"show-big-image\";i:1065;s:22:\"show-big-image-preview\";i:1066;s:20:\"show-big-image-other\";i:1067;s:19:\"show-big-image-size\";i:1068;s:13:\"imagelisttext\";i:1069;s:8:\"noimages\";i:1070;s:8:\"ilsubmit\";i:1071;s:6:\"bydate\";i:1072;s:8:\"metadata\";i:1073;s:15:\"metadata-expand\";i:1074;s:17:\"metadata-collapse\";i:1075;s:13:\"namespacesall\";i:1076;s:9:\"monthsall\";i:1077;s:17:\"confirmemail_body\";i:1078;s:21:\"scarytranscludefailed\";i:1079;s:22:\"scarytranscludetoolong\";i:1080;s:16:\"imgmultipagenext\";i:1081;s:10:\"imgmultigo\";i:1082;s:12:\"imgmultigoto\";i:1083;s:17:\"table_pager_first\";i:1084;s:16:\"table_pager_last\";i:1085;s:24:\"table_pager_limit_submit\";i:1086;s:17:\"table_pager_empty\";i:1087;s:14:\"autosumm-blank\";i:1088;s:12:\"autosumm-new\";i:1089;s:26:\"watchlistedit-normal-title\";i:1090;s:27:\"watchlistedit-normal-legend\";i:1091;s:27:\"watchlistedit-normal-submit\";i:1092;s:24:\"watchlistedit-raw-titles\";i:1093;s:22:\"watchlistedit-raw-done\";i:1094;s:20:\"watchlisttools-clear\";i:1095;s:19:\"watchlisttools-view\";i:1096;s:19:\"watchlisttools-edit\";i:1097;s:18:\"watchlisttools-raw\";i:1098;s:9:\"signature\";i:1099;s:7:\"version\";i:1100;s:20:\"version-specialpages\";i:1101;s:13:\"version-other\";i:1102;s:13:\"version-hooks\";i:1103;s:17:\"version-hook-name\";i:1104;s:15:\"redirect-submit\";i:1105;s:15:\"redirect-lookup\";i:1106;s:13:\"redirect-user\";i:1107;s:13:\"redirect-page\";i:1108;s:17:\"redirect-revision\";i:1109;s:13:\"redirect-file\";i:1110;s:28:\"fileduplicatesearch-filename\";i:1111;s:26:\"fileduplicatesearch-submit\";i:1112;s:12:\"specialpages\";i:1113;s:24:\"specialpages-group-other\";i:1114;s:24:\"specialpages-group-users\";i:1115;s:9:\"blankpage\";i:1116;s:10:\"tag-filter\";i:1117;s:15:\"tags-active-yes\";i:1118;s:14:\"tags-active-no\";i:1119;s:9:\"tags-edit\";i:1120;s:10:\"deletepage\";i:1121;s:15:\"htmlform-submit\";i:1122;s:14:\"htmlform-reset\";i:1123;s:28:\"htmlform-selectorother-other\";i:1124;s:22:\"logentry-delete-delete\";i:1125;s:21:\"revdelete-content-hid\";i:1126;s:18:\"logentry-move-move\";i:1127;s:29:\"logentry-move-move-noredirect\";i:1128;s:24:\"logentry-newusers-create\";i:1129;s:28:\"logentry-newusers-autocreate\";i:1130;s:20:\"searchsuggest-search\";i:1131;s:13:\"duration-days\";i:1132;s:30:\"special-characters-group-latin\";i:1133;s:38:\"special-characters-group-latinextended\";i:1134;s:32:\"special-characters-group-symbols\";i:1135;s:30:\"special-characters-group-greek\";i:1136;s:33:\"special-characters-group-cyrillic\";i:1137;s:31:\"special-characters-group-arabic\";i:1138;s:32:\"special-characters-group-persian\";i:1139;s:38:\"log-action-filter-delete-delete_redir2\";i:1140;s:22:\"skin-view-create-local\";i:1141;s:14:\"nstab-mainpage\";i:1142;s:20:\"skin-view-edit-local\";i:1143;s:19:\"skin-action-protect\";i:1144;s:20:\"skin-action-undelete\";i:1145;s:18:\"skin-action-delete\";i:1146;s:16:\"skin-action-move\";i:1147;s:15:\"exif-imagewidth\";i:1148;s:16:\"exif-imagelength\";i:1149;s:16:\"exif-compression\";i:1150;s:16:\"exif-orientation\";i:1151;s:21:\"exif-ycbcrpositioning\";i:1152;s:16:\"exif-xresolution\";i:1153;s:16:\"exif-yresolution\";i:1154;s:13:\"exif-datetime\";i:1155;s:21:\"exif-imagedescription\";i:1156;s:9:\"exif-make\";i:1157;s:10:\"exif-model\";i:1158;s:13:\"exif-software\";i:1159;s:11:\"exif-artist\";i:1160;s:16:\"exif-exifversion\";i:1161;s:15:\"exif-colorspace\";i:1162;s:16:\"exif-usercomment\";i:1163;s:21:\"exif-datetimeoriginal\";i:1164;s:22:\"exif-datetimedigitized\";i:1165;s:17:\"exif-exposuretime\";i:1166;s:20:\"exif-brightnessvalue\";i:1167;s:16:\"exif-lightsource\";i:1168;s:17:\"exif-whitebalance\";i:1169;s:14:\"exif-sharpness\";i:1170;s:19:\"exif-gpslatituderef\";i:1171;s:16:\"exif-gpslatitude\";i:1172;s:20:\"exif-gpslongituderef\";i:1173;s:17:\"exif-gpslongitude\";i:1174;s:19:\"exif-gpsmeasuremode\";i:1175;s:20:\"exif-gpsimgdirection\";i:1176;s:18:\"exif-compression-1\";i:1177;s:18:\"exif-orientation-1\";i:1178;s:19:\"exif-meteringmode-0\";i:1179;s:19:\"exif-meteringmode-1\";i:1180;s:19:\"exif-meteringmode-6\";i:1181;s:21:\"exif-meteringmode-255\";i:1182;s:18:\"exif-lightsource-0\";i:1183;s:18:\"exif-lightsource-1\";i:1184;s:17:\"exif-flash-mode-3\";i:1185;s:31:\"exif-focalplaneresolutionunit-2\";i:1186;s:19:\"exif-exposuremode-1\";i:1187;s:19:\"exif-whitebalance-0\";i:1188;s:23:\"exif-scenecapturetype-1\";i:1189;s:18:\"exif-gaincontrol-0\";i:1190;s:15:\"exif-contrast-1\";i:1191;s:15:\"exif-contrast-2\";i:1192;s:16:\"exif-sharpness-1\";i:1193;s:16:\"exif-sharpness-2\";i:1194;s:27:\"exif-subjectdistancerange-2\";i:1195;s:27:\"exif-subjectdistancerange-3\";i:1196;s:18:\"exif-gpslatitude-n\";i:1197;s:18:\"exif-gpslatitude-s\";i:1198;s:19:\"exif-gpslongitude-e\";i:1199;s:19:\"exif-gpslongitude-w\";i:1200;s:19:\"exif-gpsdirection-t\";i:1201;s:24:\"vector-action-addsection\";i:1202;s:20:\"vector-action-delete\";i:1203;s:18:\"vector-action-move\";i:1204;s:21:\"vector-action-protect\";i:1205;s:22:\"vector-action-undelete\";i:1206;s:23:\"vector-action-unprotect\";i:1207;s:18:\"vector-view-create\";i:1208;s:16:\"vector-view-edit\";i:1209;s:19:\"vector-view-history\";i:1210;s:16:\"vector-view-view\";i:1211;s:22:\"vector-view-viewsource\";i:1212;s:19:\"vector-more-actions\";i:1213;s:18:\"wikieditor-toolbar\";i:1214;s:26:\"wikieditor-toolbar-loading\";i:1215;s:28:\"wikieditor-toolbar-tool-bold\";i:1216;s:36:\"wikieditor-toolbar-tool-bold-example\";i:1217;s:29:\"wikieditor-toolbar-tool-ilink\";i:1218;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:1219;s:29:\"wikieditor-toolbar-tool-xlink\";i:1220;s:28:\"wikieditor-toolbar-tool-link\";i:1221;s:34:\"wikieditor-toolbar-tool-link-title\";i:1222;s:32:\"wikieditor-toolbar-tool-link-int\";i:1223;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:1224;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:1225;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:1226;s:32:\"wikieditor-toolbar-tool-link-ext\";i:1227;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:1228;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:1229;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:1230;s:36:\"wikieditor-toolbar-tool-file-example\";i:1231;s:33:\"wikieditor-toolbar-tool-reference\";i:1232;s:33:\"wikieditor-toolbar-tool-heading-1\";i:1233;s:33:\"wikieditor-toolbar-tool-heading-2\";i:1234;s:33:\"wikieditor-toolbar-tool-heading-3\";i:1235;s:33:\"wikieditor-toolbar-tool-heading-4\";i:1236;s:33:\"wikieditor-toolbar-tool-heading-5\";i:1237;s:27:\"wikieditor-toolbar-tool-big\";i:1238;s:35:\"wikieditor-toolbar-tool-big-example\";i:1239;s:29:\"wikieditor-toolbar-tool-small\";i:1240;s:37:\"wikieditor-toolbar-tool-small-example\";i:1241;s:29:\"wikieditor-toolbar-tool-table\";i:1242;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:1243;s:37:\"wikieditor-toolbar-tool-table-example\";i:1244;s:37:\"wikieditor-toolbar-tool-table-preview\";i:1245;s:40:\"wikieditor-toolbar-characters-page-latin\";i:1246;s:48:\"wikieditor-toolbar-characters-page-latinextended\";i:1247;s:42:\"wikieditor-toolbar-characters-page-symbols\";i:1248;s:40:\"wikieditor-toolbar-characters-page-greek\";i:1249;s:43:\"wikieditor-toolbar-characters-page-cyrillic\";i:1250;s:41:\"wikieditor-toolbar-characters-page-arabic\";i:1251;s:42:\"wikieditor-toolbar-characters-page-persian\";i:1252;s:31:\"wikieditor-toolbar-section-help\";i:1253;s:33:\"wikieditor-toolbar-help-page-link\";i:1254;s:39:\"wikieditor-toolbar-help-page-discussion\";i:1255;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:1256;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:1257;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:1258;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:1259;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:1260;s:37:\"mobile-frontend-changeslist-nocomment\";i:1261;s:34:\"mobile-frontend-diffview-anonymous\";i:1262;s:27:\"mobile-frontend-editor-edit\";i:1263;s:27:\"mobile-frontend-editor-save\";i:1264;s:32:\"mobile-frontend-featured-article\";i:1265;s:29:\"mobile-frontend-generic-login\";i:1266;s:36:\"mobile-frontend-generic-login-action\";i:1267;s:27:\"mobile-frontend-home-button\";i:1268;s:40:\"mobile-frontend-language-article-heading\";i:1269;s:34:\"mobile-frontend-last-modified-date\";i:1270;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:1271;s:21:\"mobile-frontend-login\";i:1272;s:40:\"mobile-frontend-main-menu-account-create\";i:1273;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:1274;s:31:\"mobile-frontend-main-menu-login\";i:1275;s:32:\"mobile-frontend-main-menu-logout\";i:1276;s:32:\"mobile-frontend-main-menu-nearby\";i:1277;s:34:\"mobile-frontend-main-menu-settings\";i:1278;s:35:\"mobile-frontend-main-menu-watchlist\";i:1279;s:26:\"mobile-frontend-news-items\";i:1280;s:33:\"mobile-frontend-page-menu-history\";i:1281;s:24:\"mobile-frontend-password\";i:1282;s:36:\"mobile-frontend-password-placeholder\";i:1283;s:27:\"mobile-frontend-placeholder\";i:1284;s:33:\"mobile-frontend-privacy-link-text\";i:1285;s:29:\"mobile-frontend-random-button\";i:1286;s:29:\"mobile-frontend-save-settings\";i:1287;s:35:\"mobile-frontend-talk-overlay-header\";i:1288;s:26:\"mobile-frontend-terms-text\";i:1289;s:24:\"mobile-frontend-username\";i:1290;s:36:\"mobile-frontend-username-placeholder\";i:1291;s:20:\"mobile-frontend-view\";i:1292;s:28:\"mobile-frontend-view-desktop\";i:1293;s:27:\"mobile-frontend-view-mobile\";i:1294;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:1295;s:15:\"tag-mobile_edit\";i:1296;s:19:\"tag-mobile_web_edit\";i:1297;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:1298;s:7:\"sidebar\";i:1299;s:18:\"pagecategorieslink\";i:1300;s:25:\"categoryviewer-pagedlinks\";i:1301;s:24:\"category-header-numerals\";i:1302;s:9:\"sitetitle\";i:1303;s:12:\"sitesubtitle\";i:1304;s:10:\"addsection\";i:1305;s:14:\"talkpageheader\";i:1306;s:22:\"view-pool-dirty-output\";i:1307;s:20:\"view-pool-contention\";i:1308;s:17:\"view-pool-timeout\";i:1309;s:12:\"edithelppage\";i:1310;s:8:\"helppage\";i:1311;s:14:\"mainpage-title\";i:1312;s:23:\"mainpage-title-loggedin\";i:1313;s:9:\"pagetitle\";i:1314;s:23:\"pagetitle-view-mainpage\";i:1315;s:16:\"backlinksubtitle\";i:1316;s:9:\"feed-atom\";i:1317;s:8:\"feed-rss\";i:1318;s:10:\"sitenotice\";i:1319;s:10:\"anonnotice\";i:1320;s:28:\"newsectionheaderdefaultlevel\";i:1321;s:10:\"nstab-talk\";i:1322;s:23:\"createacct-helpusername\";i:1323;s:24:\"createacct-username-help\";i:1324;s:23:\"prefs-help-yourpassword\";i:1325;s:24:\"cannotcreateaccount-text\";i:1326;s:15:\"externaldberror\";i:1327;s:14:\"login-security\";i:1328;s:11:\"loginprompt\";i:1329;s:18:\"userlogout-summary\";i:1330;s:13:\"helplogin-url\";i:1331;s:18:\"userlogin-loggedin\";i:1332;s:16:\"userlogin-reauth\";i:1333;s:22:\"createaccountmail-help\";i:1334;s:22:\"createacct-reason-help\";i:1335;s:25:\"createacct-reason-confirm\";i:1336;s:26:\"createacct-imgcaptcha-help\";i:1337;s:26:\"createacct-continue-submit\";i:1338;s:34:\"createacct-another-continue-submit\";i:1339;s:24:\"createacct-benefit-icon1\";i:1340;s:24:\"createacct-benefit-head1\";i:1341;s:24:\"createacct-benefit-icon2\";i:1342;s:24:\"createacct-benefit-head2\";i:1343;s:24:\"createacct-benefit-icon3\";i:1344;s:24:\"createacct-benefit-head3\";i:1345;s:18:\"usernameinprogress\";i:1346;s:24:\"createacct-normalization\";i:1347;s:14:\"nocookieslogin\";i:1348;s:15:\"nocookiesfornew\";i:1349;s:17:\"nocookiesforlogin\";i:1350;s:21:\"createacct-loginerror\";i:1351;s:23:\"createacct-temp-warning\";i:1352;s:20:\"passwordincommonlist\";i:1353;s:20:\"passwordremindertext\";i:1354;s:12:\"eauthentsent\";i:1355;s:22:\"throttled-mailpassword\";i:1356;s:11:\"signupstart\";i:1357;s:9:\"signupend\";i:1358;s:15:\"signupend-https\";i:1359;s:9:\"mailerror\";i:1360;s:18:\"emailauthenticated\";i:1361;s:21:\"emailnotauthenticated\";i:1362;s:12:\"noemailprefs\";i:1363;s:16:\"emailconfirmlink\";i:1364;s:19:\"invalidemailaddress\";i:1365;s:17:\"cannotchangeemail\";i:1366;s:13:\"emaildisabled\";i:1367;s:11:\"emailsender\";i:1368;s:18:\"accountcreatedtext\";i:1369;s:19:\"createaccount-title\";i:1370;s:18:\"createaccount-text\";i:1371;s:15:\"login-throttled\";i:1372;s:19:\"login-abort-generic\";i:1373;s:22:\"login-migrated-generic\";i:1374;s:18:\"loginlanguagelinks\";i:1375;s:21:\"suspicious-userlogout\";i:1376;s:31:\"createacct-another-realname-tip\";i:1377;s:24:\"pt-login-continue-button\";i:1378;s:15:\"pear-mail-error\";i:1379;s:14:\"php-mail-error\";i:1380;s:22:\"php-mail-error-unknown\";i:1381;s:17:\"user-mail-no-addy\";i:1382;s:17:\"user-mail-no-body\";i:1383;s:22:\"changepassword-summary\";i:1384;s:18:\"resetpass_announce\";i:1385;s:14:\"resetpass_text\";i:1386;s:16:\"resetpass_header\";i:1387;s:16:\"resetpass_submit\";i:1388;s:22:\"changepassword-success\";i:1389;s:24:\"changepassword-throttled\";i:1390;s:12:\"botpasswords\";i:1391;s:20:\"botpasswords-summary\";i:1392;s:21:\"botpasswords-disabled\";i:1393;s:26:\"botpasswords-no-central-id\";i:1394;s:21:\"botpasswords-existing\";i:1395;s:22:\"botpasswords-createnew\";i:1396;s:25:\"botpasswords-editexisting\";i:1397;s:29:\"botpasswords-label-needsreset\";i:1398;s:24:\"botpasswords-label-appid\";i:1399;s:25:\"botpasswords-label-cancel\";i:1400;s:25:\"botpasswords-label-delete\";i:1401;s:32:\"botpasswords-label-resetpassword\";i:1402;s:25:\"botpasswords-label-grants\";i:1403;s:24:\"botpasswords-help-grants\";i:1404;s:32:\"botpasswords-label-grants-column\";i:1405;s:22:\"botpasswords-bad-appid\";i:1406;s:33:\"botpasswords-toolong-restrictions\";i:1407;s:27:\"botpasswords-toolong-grants\";i:1408;s:26:\"botpasswords-insert-failed\";i:1409;s:26:\"botpasswords-update-failed\";i:1410;s:26:\"botpasswords-created-title\";i:1411;s:25:\"botpasswords-created-body\";i:1412;s:26:\"botpasswords-updated-title\";i:1413;s:25:\"botpasswords-updated-body\";i:1414;s:26:\"botpasswords-deleted-title\";i:1415;s:25:\"botpasswords-deleted-body\";i:1416;s:24:\"botpasswords-newpassword\";i:1417;s:24:\"botpasswords-no-provider\";i:1418;s:31:\"botpasswords-restriction-failed\";i:1419;s:25:\"botpasswords-invalid-name\";i:1420;s:22:\"botpasswords-not-exist\";i:1421;s:24:\"botpasswords-needs-reset\";i:1422;s:19:\"botpasswords-locked\";i:1423;s:19:\"resetpass_forbidden\";i:1424;s:26:\"resetpass_forbidden-reason\";i:1425;s:17:\"resetpass-no-info\";i:1426;s:23:\"resetpass-wrong-oldpass\";i:1427;s:18:\"resetpass-recycled\";i:1428;s:22:\"resetpass-temp-emailed\";i:1429;s:23:\"resetpass-abort-generic\";i:1430;s:17:\"resetpass-expired\";i:1431;s:22:\"resetpass-expired-soft\";i:1432;s:18:\"resetpass-validity\";i:1433;s:23:\"resetpass-validity-soft\";i:1434;s:22:\"passwordreset-text-one\";i:1435;s:23:\"passwordreset-text-many\";i:1436;s:22:\"passwordreset-disabled\";i:1437;s:27:\"passwordreset-emaildisabled\";i:1438;s:20:\"passwordreset-domain\";i:1439;s:19:\"passwordreset-email\";i:1440;s:24:\"passwordreset-emailtitle\";i:1441;s:26:\"passwordreset-emailtext-ip\";i:1442;s:28:\"passwordreset-emailtext-user\";i:1443;s:26:\"passwordreset-emailelement\";i:1444;s:21:\"passwordreset-success\";i:1445;s:37:\"passwordreset-success-details-generic\";i:1446;s:26:\"passwordreset-success-info\";i:1447;s:37:\"passwordreset-emailtext-require-email\";i:1448;s:22:\"passwordreset-nocaller\";i:1449;s:26:\"passwordreset-nosuchcaller\";i:1450;s:21:\"passwordreset-ignored\";i:1451;s:20:\"passwordreset-nodata\";i:1452;s:11:\"changeemail\";i:1453;s:19:\"changeemail-summary\";i:1454;s:18:\"changeemail-header\";i:1455;s:19:\"changeemail-no-info\";i:1456;s:20:\"changeemail-oldemail\";i:1457;s:20:\"changeemail-newemail\";i:1458;s:25:\"changeemail-newemail-help\";i:1459;s:20:\"changeemail-password\";i:1460;s:18:\"changeemail-submit\";i:1461;s:21:\"changeemail-throttled\";i:1462;s:20:\"changeemail-nochange\";i:1463;s:21:\"changeemail-maxlength\";i:1464;s:11:\"resettokens\";i:1465;s:19:\"resettokens-summary\";i:1466;s:16:\"resettokens-text\";i:1467;s:21:\"resettokens-no-tokens\";i:1468;s:18:\"resettokens-tokens\";i:1469;s:23:\"resettokens-token-label\";i:1470;s:27:\"resettokens-watchlist-token\";i:1471;s:16:\"resettokens-done\";i:1472;s:23:\"resettokens-resetbutton\";i:1473;s:8:\"sig-text\";i:1474;s:11:\"savechanges\";i:1475;s:17:\"savearticle-start\";i:1476;s:17:\"savechanges-start\";i:1477;s:17:\"publishpage-start\";i:1478;s:20:\"publishchanges-start\";i:1479;s:12:\"blankarticle\";i:1480;s:15:\"anoneditwarning\";i:1481;s:23:\"autocreate-edit-warning\";i:1482;s:18:\"anonpreviewwarning\";i:1483;s:26:\"autocreate-preview-warning\";i:1484;s:14:\"missingsummary\";i:1485;s:12:\"selfredirect\";i:1486;s:18:\"missingcommenttext\";i:1487;s:20:\"missingcommentheader\";i:1488;s:16:\"previewerrortext\";i:1489;s:19:\"blockedtext-partial\";i:1490;s:11:\"blockedtext\";i:1491;s:15:\"autoblockedtext\";i:1492;s:17:\"systemblockedtext\";i:1493;s:21:\"blockedtext-composite\";i:1494;s:25:\"blockedtext-composite-ids\";i:1495;s:28:\"blockedtext-composite-no-ids\";i:1496;s:28:\"blockedtext-composite-reason\";i:1497;s:15:\"confirmedittext\";i:1498;s:17:\"nosuchsectiontext\";i:1499;s:18:\"newarticletextanon\";i:1500;s:12:\"talkpagetext\";i:1501;s:16:\"anontalkpagetext\";i:1502;s:13:\"noarticletext\";i:1503;s:26:\"noarticletext-nopermission\";i:1504;s:17:\"noarticletextanon\";i:1505;s:27:\"missing-revision-permission\";i:1506;s:16:\"missing-revision\";i:1507;s:24:\"missing-revision-content\";i:1508;s:25:\"userpage-userdoesnotexist\";i:1509;s:25:\"blocked-notice-logextract\";i:1510;s:14:\"clearyourcache\";i:1511;s:21:\"userjsonyoucanpreview\";i:1512;s:14:\"usercsspreview\";i:1513;s:15:\"userjsonpreview\";i:1514;s:13:\"userjspreview\";i:1515;s:14:\"sitecsspreview\";i:1516;s:15:\"sitejsonpreview\";i:1517;s:13:\"sitejspreview\";i:1518;s:22:\"userinvalidconfigtitle\";i:1519;s:15:\"previewconflict\";i:1520;s:20:\"session_fail_preview\";i:1521;s:25:\"session_fail_preview_html\";i:1522;s:20:\"edit_form_incomplete\";i:1523;s:24:\"edit-textarea-aria-label\";i:1524;s:17:\"editnotice-notext\";i:1525;s:15:\"explainconflict\";i:1526;s:13:\"storedversion\";i:1527;s:20:\"unicode-support-fail\";i:1528;s:16:\"copyrightwarning\";i:1529;s:23:\"editpage-head-copy-warn\";i:1530;s:20:\"editpage-tos-summary\";i:1531;s:32:\"editpage-cannot-use-custom-model\";i:1532;s:13:\"longpage-hint\";i:1533;s:13:\"longpageerror\";i:1534;s:15:\"readonlywarning\";i:1535;s:20:\"protectedpagewarning\";i:1536;s:24:\"semiprotectedpagewarning\";i:1537;s:23:\"cascadeprotectedwarning\";i:1538;s:21:\"titleprotectedwarning\";i:1539;s:20:\"templatesusedsection\";i:1540;s:9:\"edittools\";i:1541;s:16:\"edittools-upload\";i:1542;s:12:\"nocreatetext\";i:1543;s:29:\"sectioneditnotsupported-title\";i:1544;s:28:\"sectioneditnotsupported-text\";i:1545;s:27:\"modeleditnotsupported-title\";i:1546;s:26:\"modeleditnotsupported-text\";i:1547;s:21:\"permissionserrorstext\";i:1548;s:21:\"contentmodelediterror\";i:1549;s:26:\"moveddeleted-notice-recent\";i:1550;s:11:\"log-fulllog\";i:1551;s:17:\"edit-hook-aborted\";i:1552;s:17:\"edit-gone-missing\";i:1553;s:13:\"edit-conflict\";i:1554;s:14:\"edit-no-change\";i:1555;s:21:\"edit-slots-cannot-add\";i:1556;s:24:\"edit-slots-cannot-remove\";i:1557;s:18:\"edit-slots-missing\";i:1558;s:27:\"postedit-confirmation-saved\";i:1559;s:31:\"postedit-confirmation-published\";i:1560;s:27:\"postedit-temp-created-label\";i:1561;s:21:\"postedit-temp-created\";i:1562;s:19:\"edit-already-exists\";i:1563;s:18:\"addsection-preload\";i:1564;s:20:\"addsection-editintro\";i:1565;s:18:\"defaultmessagetext\";i:1566;s:23:\"content-failed-to-parse\";i:1567;s:20:\"invalid-content-data\";i:1568;s:17:\"invalid-json-data\";i:1569;s:24:\"content-not-allowed-here\";i:1570;s:20:\"confirmleave-warning\";i:1571;s:34:\"editpage-invalidcontentmodel-title\";i:1572;s:33:\"editpage-invalidcontentmodel-text\";i:1573;s:40:\"editpage-notsupportedcontentformat-title\";i:1574;s:39:\"editpage-notsupportedcontentformat-text\";i:1575;s:14:\"slot-name-main\";i:1576;s:18:\"content-model-text\";i:1577;s:24:\"content-model-javascript\";i:1578;s:17:\"content-model-css\";i:1579;s:18:\"content-model-json\";i:1580;s:25:\"content-json-empty-object\";i:1581;s:24:\"content-json-empty-array\";i:1582;s:25:\"unsupported-content-model\";i:1583;s:24:\"unsupported-content-diff\";i:1584;s:25:\"unsupported-content-diff2\";i:1585;s:22:\"duplicate-args-warning\";i:1586;s:23:\"duplicate-args-category\";i:1587;s:28:\"duplicate-args-category-desc\";i:1588;s:32:\"expensive-parserfunction-warning\";i:1589;s:33:\"expensive-parserfunction-category\";i:1590;s:38:\"post-expand-template-inclusion-warning\";i:1591;s:39:\"post-expand-template-inclusion-category\";i:1592;s:37:\"post-expand-template-argument-warning\";i:1593;s:38:\"post-expand-template-argument-category\";i:1594;s:24:\"template-equals-category\";i:1595;s:29:\"template-equals-category-desc\";i:1596;s:23:\"template-equals-warning\";i:1597;s:28:\"parser-template-loop-warning\";i:1598;s:22:\"template-loop-category\";i:1599;s:27:\"template-loop-category-desc\";i:1600;s:21:\"template-loop-warning\";i:1601;s:39:\"parser-template-recursion-depth-warning\";i:1602;s:32:\"language-converter-depth-warning\";i:1603;s:28:\"node-count-exceeded-category\";i:1604;s:33:\"node-count-exceeded-category-desc\";i:1605;s:27:\"node-count-exceeded-warning\";i:1606;s:33:\"expansion-depth-exceeded-category\";i:1607;s:38:\"expansion-depth-exceeded-category-desc\";i:1608;s:32:\"expansion-depth-exceeded-warning\";i:1609;s:27:\"parser-unstrip-loop-warning\";i:1610;s:21:\"unstrip-depth-warning\";i:1611;s:22:\"unstrip-depth-category\";i:1612;s:27:\"unstrip-depth-category-desc\";i:1613;s:20:\"unstrip-size-warning\";i:1614;s:21:\"unstrip-size-category\";i:1615;s:26:\"unstrip-size-category-desc\";i:1616;s:27:\"converter-manual-rule-error\";i:1617;s:12:\"undo-success\";i:1618;s:19:\"undo-main-slot-only\";i:1619;s:10:\"undo-norev\";i:1620;s:13:\"undo-nochange\";i:1621;s:17:\"undo-summary-anon\";i:1622;s:19:\"undo-summary-import\";i:1623;s:20:\"undo-summary-import2\";i:1624;s:26:\"createaccount-hook-aborted\";i:1625;s:22:\"viewpagelogs-lowercase\";i:1626;s:10:\"currentrev\";i:1627;s:13:\"revision-info\";i:1628;s:21:\"revision-info-current\";i:1629;s:12:\"revision-nav\";i:1630;s:11:\"tooltip-cur\";i:1631;s:12:\"tooltip-last\";i:1632;s:10:\"histlegend\";i:1633;s:20:\"history-show-deleted\";i:1634;s:17:\"history_copyright\";i:1635;s:11:\"historysize\";i:1636;s:18:\"history-feed-empty\";i:1637;s:17:\"history-edit-tags\";i:1638;s:13:\"history-empty\";i:1639;s:17:\"rev-deleted-event\";i:1640;s:25:\"rev-deleted-user-contribs\";i:1641;s:27:\"rev-deleted-text-permission\";i:1642;s:19:\"rev-suppressed-text\";i:1643;s:30:\"rev-suppressed-text-permission\";i:1644;s:23:\"rev-deleted-text-unhide\";i:1645;s:26:\"rev-suppressed-text-unhide\";i:1646;s:21:\"rev-deleted-text-view\";i:1647;s:24:\"rev-suppressed-text-view\";i:1648;s:19:\"rev-deleted-no-diff\";i:1649;s:22:\"rev-suppressed-no-diff\";i:1650;s:23:\"rev-deleted-unhide-diff\";i:1651;s:26:\"rev-suppressed-unhide-diff\";i:1652;s:21:\"rev-deleted-diff-view\";i:1653;s:24:\"rev-suppressed-diff-view\";i:1654;s:14:\"revisiondelete\";i:1655;s:23:\"revdelete-nooldid-title\";i:1656;s:22:\"revdelete-nooldid-text\";i:1657;s:17:\"revdelete-no-file\";i:1658;s:27:\"revdelete-show-file-confirm\";i:1659;s:23:\"revdelete-selected-text\";i:1660;s:23:\"revdelete-selected-file\";i:1661;s:18:\"logdelete-selected\";i:1662;s:19:\"revdelete-text-text\";i:1663;s:19:\"revdelete-text-file\";i:1664;s:14:\"logdelete-text\";i:1665;s:21:\"revdelete-text-others\";i:1666;s:17:\"revdelete-confirm\";i:1667;s:23:\"revdelete-suppress-text\";i:1668;s:16:\"revdelete-legend\";i:1669;s:19:\"revdelete-hide-name\";i:1670;s:25:\"revdelete-hide-restricted\";i:1671;s:18:\"revdelete-suppress\";i:1672;s:20:\"revdelete-unsuppress\";i:1673;s:13:\"revdelete-log\";i:1674;s:16:\"revdelete-submit\";i:1675;s:17:\"revdelete-success\";i:1676;s:17:\"revdelete-failure\";i:1677;s:17:\"logdelete-success\";i:1678;s:17:\"logdelete-failure\";i:1679;s:11:\"deletedhist\";i:1680;s:22:\"revdelete-hide-current\";i:1681;s:24:\"revdelete-show-no-access\";i:1682;s:26:\"revdelete-modify-no-access\";i:1683;s:24:\"revdelete-modify-missing\";i:1684;s:19:\"revdelete-no-change\";i:1685;s:27:\"revdelete-concurrent-change\";i:1686;s:25:\"revdelete-only-restricted\";i:1687;s:25:\"revdelete-reason-dropdown\";i:1688;s:34:\"revdelete-reason-dropdown-suppress\";i:1689;s:21:\"revdelete-otherreason\";i:1690;s:25:\"revdelete-edit-reasonlist\";i:1691;s:34:\"revdelete-edit-reasonlist-suppress\";i:1692;s:18:\"revdelete-offender\";i:1693;s:14:\"suppressionlog\";i:1694;s:18:\"suppressionlogtext\";i:1695;s:12:\"mergehistory\";i:1696;s:19:\"mergehistory-header\";i:1697;s:16:\"mergehistory-box\";i:1698;s:17:\"mergehistory-into\";i:1699;s:17:\"mergehistory-list\";i:1700;s:18:\"mergehistory-merge\";i:1701;s:15:\"mergehistory-go\";i:1702;s:18:\"mergehistory-empty\";i:1703;s:17:\"mergehistory-done\";i:1704;s:17:\"mergehistory-fail\";i:1705;s:31:\"mergehistory-fail-bad-timestamp\";i:1706;s:32:\"mergehistory-fail-invalid-source\";i:1707;s:30:\"mergehistory-fail-invalid-dest\";i:1708;s:27:\"mergehistory-fail-no-change\";i:1709;s:28:\"mergehistory-fail-permission\";i:1710;s:28:\"mergehistory-fail-self-merge\";i:1711;s:36:\"mergehistory-fail-timestamps-overlap\";i:1712;s:24:\"mergehistory-fail-toobig\";i:1713;s:41:\"mergehistory-warning-redirect-not-created\";i:1714;s:22:\"mergehistory-no-source\";i:1715;s:27:\"mergehistory-no-destination\";i:1716;s:27:\"mergehistory-invalid-source\";i:1717;s:32:\"mergehistory-invalid-destination\";i:1718;s:24:\"mergehistory-autocomment\";i:1719;s:20:\"mergehistory-comment\";i:1720;s:29:\"mergehistory-same-destination\";i:1721;s:34:\"mergehistory-source-deleted-reason\";i:1722;s:27:\"mergehistory-source-deleted\";i:1723;s:24:\"mergehistory-revisionrow\";i:1724;s:26:\"mergehistory-redirect-text\";i:1725;s:8:\"mergelog\";i:1726;s:18:\"pagemerge-logentry\";i:1727;s:16:\"mergelogpagetext\";i:1728;s:26:\"difference-title-multipage\";i:1729;s:20:\"difference-multipage\";i:1730;s:24:\"showhideselectedversions\";i:1731;s:19:\"diff-multi-sameuser\";i:1732;s:21:\"diff-multi-otherusers\";i:1733;s:20:\"diff-multi-manyusers\";i:1734;s:26:\"diff-paragraph-moved-tonew\";i:1735;s:26:\"diff-paragraph-moved-toold\";i:1736;s:27:\"difference-missing-revision\";i:1737;s:14:\"search-summary\";i:1738;s:26:\"search-filter-title-prefix\";i:1739;s:32:\"search-filter-title-prefix-reset\";i:1740;s:12:\"titlematches\";i:1741;s:11:\"textmatches\";i:1742;s:9:\"prev-page\";i:1743;s:9:\"next-page\";i:1744;s:11:\"prevn-title\";i:1745;s:17:\"searchmenu-exists\";i:1746;s:23:\"searchmenu-new-nocreate\";i:1747;s:27:\"search-result-category-size\";i:1748;s:15:\"search-category\";i:1749;s:17:\"search-file-match\";i:1750;s:16:\"search-rewritten\";i:1751;s:31:\"search-interwiki-resultset-link\";i:1752;s:23:\"search-interwiki-custom\";i:1753;s:29:\"search-interwiki-more-results\";i:1754;s:21:\"search-relatedarticle\";i:1755;s:25:\"search-invalid-sort-order\";i:1756;s:22:\"search-unknown-profile\";i:1757;s:21:\"showingresultsinrange\";i:1758;s:21:\"search-showingresults\";i:1759;s:25:\"search-nonefound-thiswiki\";i:1760;s:23:\"powersearch-togglelabel\";i:1761;s:21:\"powersearch-toggleall\";i:1762;s:22:\"powersearch-togglenone\";i:1763;s:20:\"powersearch-remember\";i:1764;s:14:\"searchdisabled\";i:1765;s:12:\"googlesearch\";i:1766;s:12:\"search-error\";i:1767;s:14:\"search-warning\";i:1768;s:15:\"opensearch-desc\";i:1769;s:19:\"preferences-summary\";i:1770;s:11:\"prefs-edits\";i:1771;s:17:\"prefsnologintext2\";i:1772;s:16:\"prefs-skin-prefs\";i:1773;s:21:\"prefs-skin-responsive\";i:1774;s:26:\"prefs-help-skin-responsive\";i:1775;s:11:\"datedefault\";i:1776;s:10:\"prefs-labs\";i:1777;s:16:\"prefs-user-pages\";i:1778;s:14:\"prefs-personal\";i:1779;s:19:\"prefs-editwatchlist\";i:1780;s:25:\"prefs-editwatchlist-label\";i:1781;s:24:\"prefs-editwatchlist-edit\";i:1782;s:23:\"prefs-editwatchlist-raw\";i:1783;s:25:\"prefs-editwatchlist-clear\";i:1784;s:20:\"prefs-watchlist-days\";i:1785;s:24:\"prefs-watchlist-days-max\";i:1786;s:21:\"prefs-watchlist-edits\";i:1787;s:25:\"prefs-watchlist-edits-max\";i:1788;s:21:\"prefs-watchlist-token\";i:1789;s:28:\"prefs-watchlist-managetokens\";i:1790;s:10:\"prefs-misc\";i:1791;s:15:\"prefs-resetpass\";i:1792;s:17:\"prefs-changeemail\";i:1793;s:14:\"prefs-setemail\";i:1794;s:11:\"prefs-email\";i:1795;s:15:\"prefs-rendering\";i:1796;s:16:\"prefs-searchmisc\";i:1797;s:12:\"restoreprefs\";i:1798;s:13:\"prefs-editing\";i:1799;s:17:\"recentchangesdays\";i:1800;s:21:\"recentchangesdays-max\";i:1801;s:29:\"prefs-help-recentchangescount\";i:1802;s:27:\"prefs-help-watchlist-token2\";i:1803;s:26:\"prefs-help-tokenmanagement\";i:1804;s:29:\"prefs-user-downloaddata-label\";i:1805;s:28:\"prefs-user-downloaddata-info\";i:1806;s:36:\"prefs-user-downloaddata-help-message\";i:1807;s:29:\"prefs-user-restoreprefs-label\";i:1808;s:28:\"prefs-user-restoreprefs-info\";i:1809;s:11:\"savedrights\";i:1810;s:9:\"localtime\";i:1811;s:24:\"timezoneuseserverdefault\";i:1812;s:17:\"timezoneuseoffset\";i:1813;s:30:\"timezone-useoffset-placeholder\";i:1814;s:13:\"guesstimezone\";i:1815;s:21:\"timezoneregion-africa\";i:1816;s:22:\"timezoneregion-america\";i:1817;s:25:\"timezoneregion-antarctica\";i:1818;s:21:\"timezoneregion-arctic\";i:1819;s:19:\"timezoneregion-asia\";i:1820;s:23:\"timezoneregion-atlantic\";i:1821;s:24:\"timezoneregion-australia\";i:1822;s:21:\"timezoneregion-europe\";i:1823;s:21:\"timezoneregion-indian\";i:1824;s:22:\"timezoneregion-pacific\";i:1825;s:10:\"allowemail\";i:1826;s:27:\"email-allow-new-users-label\";i:1827;s:20:\"email-mutelist-label\";i:1828;s:19:\"prefs-searchoptions\";i:1829;s:16:\"prefs-namespaces\";i:1830;s:11:\"prefs-files\";i:1831;s:16:\"prefs-custom-css\";i:1832;s:17:\"prefs-custom-json\";i:1833;s:15:\"prefs-custom-js\";i:1834;s:19:\"prefs-common-config\";i:1835;s:17:\"prefs-reset-intro\";i:1836;s:19:\"prefs-reset-confirm\";i:1837;s:24:\"prefs-emailconfirm-label\";i:1838;s:20:\"prefs-memberingroups\";i:1839;s:25:\"prefs-memberingroups-type\";i:1840;s:33:\"group-membership-link-with-expiry\";i:1841;s:18:\"prefs-registration\";i:1842;s:28:\"prefs-registration-date-time\";i:1843;s:18:\"prefs-help-variant\";i:1844;s:8:\"yournick\";i:1845;s:20:\"prefs-help-signature\";i:1846;s:6:\"badsig\";i:1847;s:10:\"badsightml\";i:1848;s:11:\"badsiglinks\";i:1849;s:11:\"badsigsubst\";i:1850;s:12:\"badsiglength\";i:1851;s:15:\"badsiglinebreak\";i:1852;s:29:\"linterror-bogus-image-options\";i:1853;s:29:\"linterror-deletable-table-tag\";i:1854;s:26:\"linterror-html5-misnesting\";i:1855;s:38:\"linterror-misc-tidy-replacement-issues\";i:1856;s:23:\"linterror-misnested-tag\";i:1857;s:25:\"linterror-missing-end-tag\";i:1858;s:28:\"linterror-multi-colon-escape\";i:1859;s:38:\"linterror-multiline-html-table-in-list\";i:1860;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1861;s:22:\"linterror-obsolete-tag\";i:1862;s:30:\"linterror-pwrap-bug-workaround\";i:1863;s:25:\"linterror-self-closed-tag\";i:1864;s:22:\"linterror-stripped-tag\";i:1865;s:23:\"linterror-tidy-font-bug\";i:1866;s:29:\"linterror-tidy-whitespace-bug\";i:1867;s:36:\"linterror-unclosed-quotes-in-heading\";i:1868;s:14:\"gender-unknown\";i:1869;s:15:\"gender-notknown\";i:1870;s:17:\"prefs-help-gender\";i:1871;s:19:\"prefs-help-realname\";i:1872;s:16:\"prefs-help-email\";i:1873;s:23:\"prefs-help-email-others\";i:1874;s:25:\"prefs-help-email-required\";i:1875;s:23:\"prefs-help-requireemail\";i:1876;s:10:\"prefs-info\";i:1877;s:10:\"prefs-i18n\";i:1878;s:15:\"prefs-signature\";i:1879;s:31:\"prefs-signature-invalid-warning\";i:1880;s:27:\"prefs-signature-invalid-new\";i:1881;s:32:\"prefs-signature-invalid-disallow\";i:1882;s:31:\"prefs-signature-highlight-error\";i:1883;s:29:\"prefs-signature-error-details\";i:1884;s:16:\"prefs-dateformat\";i:1885;s:16:\"prefs-timeoffset\";i:1886;s:21:\"prefs-advancedediting\";i:1887;s:20:\"prefs-developertools\";i:1888;s:12:\"prefs-editor\";i:1889;s:16:\"prefs-discussion\";i:1890;s:13:\"prefs-preview\";i:1891;s:16:\"prefs-advancedrc\";i:1892;s:23:\"prefs-advancedrendering\";i:1893;s:27:\"prefs-advancedsearchoptions\";i:1894;s:23:\"prefs-advancedwatchlist\";i:1895;s:15:\"prefs-displayrc\";i:1896;s:22:\"prefs-displaywatchlist\";i:1897;s:15:\"prefs-changesrc\";i:1898;s:22:\"prefs-changeswatchlist\";i:1899;s:20:\"prefs-pageswatchlist\";i:1900;s:20:\"prefs-tokenwatchlist\";i:1901;s:11:\"prefs-diffs\";i:1902;s:23:\"prefs-help-prefershttps\";i:1903;s:26:\"prefs-tabs-navigation-hint\";i:1904;s:10:\"userrights\";i:1905;s:18:\"userrights-summary\";i:1906;s:22:\"userrights-lookup-user\";i:1907;s:11:\"editinguser\";i:1908;s:17:\"viewinguserrights\";i:1909;s:24:\"userrights-viewusergroup\";i:1910;s:28:\"userrights-groupsmember-auto\";i:1911;s:28:\"userrights-groupsmember-type\";i:1912;s:21:\"userrights-systemuser\";i:1913;s:22:\"userrights-groups-help\";i:1914;s:23:\"userrights-no-interwiki\";i:1915;s:21:\"userrights-nodatabase\";i:1916;s:25:\"userrights-changeable-col\";i:1917;s:27:\"userrights-unchangeable-col\";i:1918;s:30:\"userrights-irreversible-marker\";i:1919;s:35:\"userrights-no-shorten-expiry-marker\";i:1920;s:25:\"userrights-expiry-current\";i:1921;s:22:\"userrights-expiry-none\";i:1922;s:17:\"userrights-expiry\";i:1923;s:26:\"userrights-expiry-existing\";i:1924;s:27:\"userrights-expiry-othertime\";i:1925;s:25:\"userrights-expiry-options\";i:1926;s:25:\"userrights-invalid-expiry\";i:1927;s:25:\"userrights-expiry-in-past\";i:1928;s:32:\"userrights-cannot-shorten-expiry\";i:1929;s:19:\"userrights-conflict\";i:1930;s:11:\"group-named\";i:1931;s:19:\"group-autoconfirmed\";i:1932;s:21:\"group-interface-admin\";i:1933;s:26:\"group-autoconfirmed-member\";i:1934;s:28:\"group-interface-admin-member\";i:1935;s:23:\"group-bureaucrat-member\";i:1936;s:14:\"grouppage-user\";i:1937;s:15:\"grouppage-named\";i:1938;s:23:\"grouppage-autoconfirmed\";i:1939;s:25:\"grouppage-interface-admin\";i:1940;s:20:\"grouppage-bureaucrat\";i:1941;s:18:\"grouppage-suppress\";i:1942;s:10:\"right-read\";i:1943;s:10:\"right-edit\";i:1944;s:16:\"right-createpage\";i:1945;s:16:\"right-createtalk\";i:1946;s:19:\"right-createaccount\";i:1947;s:23:\"right-autocreateaccount\";i:1948;s:15:\"right-minoredit\";i:1949;s:10:\"right-move\";i:1950;s:19:\"right-move-subpages\";i:1951;s:24:\"right-move-rootuserpages\";i:1952;s:24:\"right-move-categorypages\";i:1953;s:14:\"right-movefile\";i:1954;s:22:\"right-suppressredirect\";i:1955;s:12:\"right-upload\";i:1956;s:14:\"right-reupload\";i:1957;s:18:\"right-reupload-own\";i:1958;s:21:\"right-reupload-shared\";i:1959;s:19:\"right-upload_by_url\";i:1960;s:11:\"right-purge\";i:1961;s:19:\"right-autoconfirmed\";i:1962;s:9:\"right-bot\";i:1963;s:20:\"right-nominornewtalk\";i:1964;s:19:\"right-apihighlimits\";i:1965;s:12:\"right-delete\";i:1966;s:15:\"right-bigdelete\";i:1967;s:20:\"right-deletelogentry\";i:1968;s:20:\"right-deleterevision\";i:1969;s:20:\"right-deletedhistory\";i:1970;s:17:\"right-deletedtext\";i:1971;s:19:\"right-browsearchive\";i:1972;s:14:\"right-undelete\";i:1973;s:22:\"right-suppressrevision\";i:1974;s:20:\"right-viewsuppressed\";i:1975;s:20:\"right-suppressionlog\";i:1976;s:11:\"right-block\";i:1977;s:16:\"right-blockemail\";i:1978;s:14:\"right-hideuser\";i:1979;s:20:\"right-ipblock-exempt\";i:1980;s:17:\"right-unblockself\";i:1981;s:13:\"right-protect\";i:1982;s:19:\"right-editprotected\";i:1983;s:23:\"right-editsemiprotected\";i:1984;s:22:\"right-editcontentmodel\";i:1985;s:19:\"right-editinterface\";i:1986;s:17:\"right-editusercss\";i:1987;s:18:\"right-edituserjson\";i:1988;s:16:\"right-edituserjs\";i:1989;s:17:\"right-editsitecss\";i:1990;s:18:\"right-editsitejson\";i:1991;s:16:\"right-editsitejs\";i:1992;s:19:\"right-editmyusercss\";i:1993;s:20:\"right-editmyuserjson\";i:1994;s:18:\"right-editmyuserjs\";i:1995;s:26:\"right-editmyuserjsredirect\";i:1996;s:21:\"right-viewmywatchlist\";i:1997;s:21:\"right-editmywatchlist\";i:1998;s:23:\"right-viewmyprivateinfo\";i:1999;s:23:\"right-editmyprivateinfo\";i:2000;s:19:\"right-editmyoptions\";i:2001;s:14:\"right-rollback\";i:2002;s:18:\"right-markbotedits\";i:2003;s:17:\"right-noratelimit\";i:2004;s:12:\"right-import\";i:2005;s:18:\"right-importupload\";i:2006;s:12:\"right-patrol\";i:2007;s:16:\"right-autopatrol\";i:2008;s:17:\"right-patrolmarks\";i:2009;s:20:\"right-unwatchedpages\";i:2010;s:18:\"right-mergehistory\";i:2011;s:16:\"right-userrights\";i:2012;s:26:\"right-userrights-interwiki\";i:2013;s:15:\"right-siteadmin\";i:2014;s:27:\"right-override-export-depth\";i:2015;s:15:\"right-sendemail\";i:2016;s:22:\"right-managechangetags\";i:2017;s:21:\"right-applychangetags\";i:2018;s:16:\"right-changetags\";i:2019;s:22:\"right-deletechangetags\";i:2020;s:13:\"grant-generic\";i:2021;s:28:\"grant-group-page-interaction\";i:2022;s:28:\"grant-group-file-interaction\";i:2023;s:33:\"grant-group-watchlist-interaction\";i:2024;s:17:\"grant-group-email\";i:2025;s:23:\"grant-group-high-volume\";i:2026;s:25:\"grant-group-customization\";i:2027;s:26:\"grant-group-administration\";i:2028;s:31:\"grant-group-private-information\";i:2029;s:17:\"grant-group-other\";i:2030;s:16:\"grant-blockusers\";i:2031;s:19:\"grant-createaccount\";i:2032;s:24:\"grant-createeditmovepage\";i:2033;s:12:\"grant-delete\";i:2034;s:19:\"grant-editinterface\";i:2035;s:17:\"grant-editmycssjs\";i:2036;s:19:\"grant-editmyoptions\";i:2037;s:21:\"grant-editmywatchlist\";i:2038;s:20:\"grant-editsiteconfig\";i:2039;s:14:\"grant-editpage\";i:2040;s:19:\"grant-editprotected\";i:2041;s:16:\"grant-highvolume\";i:2042;s:12:\"grant-import\";i:2043;s:18:\"grant-mergehistory\";i:2044;s:15:\"grant-oversight\";i:2045;s:12:\"grant-patrol\";i:2046;s:17:\"grant-privateinfo\";i:2047;s:13:\"grant-protect\";i:2048;s:14:\"grant-rollback\";i:2049;s:15:\"grant-sendemail\";i:2050;s:24:\"grant-uploadeditmovefile\";i:2051;s:16:\"grant-uploadfile\";i:2052;s:11:\"grant-basic\";i:2053;s:17:\"grant-viewdeleted\";i:2054;s:21:\"grant-viewmywatchlist\";i:2055;s:24:\"grant-viewrestrictedlogs\";i:2056;s:18:\"newuserlogpagetext\";i:2057;s:13:\"rightslogtext\";i:2058;s:11:\"action-read\";i:2059;s:17:\"action-createpage\";i:2060;s:17:\"action-createtalk\";i:2061;s:24:\"action-autocreateaccount\";i:2062;s:14:\"action-history\";i:2063;s:16:\"action-minoredit\";i:2064;s:20:\"action-move-subpages\";i:2065;s:25:\"action-move-rootuserpages\";i:2066;s:25:\"action-move-categorypages\";i:2067;s:15:\"action-movefile\";i:2068;s:13:\"action-upload\";i:2069;s:15:\"action-reupload\";i:2070;s:22:\"action-reupload-shared\";i:2071;s:20:\"action-upload_by_url\";i:2072;s:15:\"action-writeapi\";i:2073;s:21:\"action-deleterevision\";i:2074;s:21:\"action-deletelogentry\";i:2075;s:21:\"action-deletedhistory\";i:2076;s:18:\"action-deletedtext\";i:2077;s:20:\"action-browsearchive\";i:2078;s:23:\"action-suppressrevision\";i:2079;s:21:\"action-suppressionlog\";i:2080;s:12:\"action-block\";i:2081;s:15:\"action-rollback\";i:2082;s:13:\"action-import\";i:2083;s:19:\"action-importupload\";i:2084;s:13:\"action-patrol\";i:2085;s:17:\"action-autopatrol\";i:2086;s:21:\"action-unwatchedpages\";i:2087;s:19:\"action-mergehistory\";i:2088;s:17:\"action-userrights\";i:2089;s:27:\"action-userrights-interwiki\";i:2090;s:16:\"action-siteadmin\";i:2091;s:16:\"action-sendemail\";i:2092;s:20:\"action-editmyoptions\";i:2093;s:22:\"action-editmywatchlist\";i:2094;s:22:\"action-viewmywatchlist\";i:2095;s:24:\"action-viewmyprivateinfo\";i:2096;s:24:\"action-editmyprivateinfo\";i:2097;s:23:\"action-editcontentmodel\";i:2098;s:23:\"action-managechangetags\";i:2099;s:22:\"action-applychangetags\";i:2100;s:17:\"action-changetags\";i:2101;s:23:\"action-deletechangetags\";i:2102;s:12:\"action-purge\";i:2103;s:20:\"action-apihighlimits\";i:2104;s:20:\"action-autoconfirmed\";i:2105;s:16:\"action-bigdelete\";i:2106;s:17:\"action-blockemail\";i:2107;s:10:\"action-bot\";i:2108;s:20:\"action-editprotected\";i:2109;s:24:\"action-editsemiprotected\";i:2110;s:20:\"action-editinterface\";i:2111;s:18:\"action-editusercss\";i:2112;s:19:\"action-edituserjson\";i:2113;s:17:\"action-edituserjs\";i:2114;s:18:\"action-editsitecss\";i:2115;s:19:\"action-editsitejson\";i:2116;s:17:\"action-editsitejs\";i:2117;s:20:\"action-editmyusercss\";i:2118;s:21:\"action-editmyuserjson\";i:2119;s:19:\"action-editmyuserjs\";i:2120;s:27:\"action-editmyuserjsredirect\";i:2121;s:21:\"action-viewsuppressed\";i:2122;s:15:\"action-hideuser\";i:2123;s:21:\"action-ipblock-exempt\";i:2124;s:18:\"action-unblockself\";i:2125;s:18:\"action-noratelimit\";i:2126;s:19:\"action-reupload-own\";i:2127;s:21:\"action-nominornewtalk\";i:2128;s:19:\"action-markbotedits\";i:2129;s:18:\"action-patrolmarks\";i:2130;s:28:\"action-override-export-depth\";i:2131;s:23:\"action-suppressredirect\";i:2132;s:6:\"ntimes\";i:2133;s:27:\"enhancedrc-since-last-visit\";i:2134;s:17:\"recentchanges-url\";i:2135;s:17:\"recentchangestext\";i:2136;s:21:\"recentchanges-timeout\";i:2137;s:21:\"recentchanges-network\";i:2138;s:26:\"recentchanges-notargetpage\";i:2139;s:28:\"recentchanges-legend-heading\";i:2140;s:26:\"recentchanges-legend-minor\";i:2141;s:24:\"recentchanges-legend-bot\";i:2142;s:32:\"recentchanges-legend-unpatrolled\";i:2143;s:30:\"recentchanges-legend-plusminus\";i:2144;s:36:\"recentchanges-legend-watchlistexpiry\";i:2145;s:20:\"recentchanges-submit\";i:2146;s:20:\"rcfilters-tag-remove\";i:2147;s:24:\"rcfilters-legend-heading\";i:2148;s:28:\"rcfilters-other-review-tools\";i:2149;s:31:\"rcfilters-group-results-by-page\";i:2150;s:23:\"rcfilters-activefilters\";i:2151;s:28:\"rcfilters-activefilters-hide\";i:2152;s:28:\"rcfilters-activefilters-show\";i:2153;s:36:\"rcfilters-activefilters-hide-tooltip\";i:2154;s:36:\"rcfilters-activefilters-show-tooltip\";i:2155;s:25:\"rcfilters-advancedfilters\";i:2156;s:21:\"rcfilters-limit-title\";i:2157;s:30:\"rcfilters-limit-and-date-label\";i:2158;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2159;s:26:\"rcfilters-date-popup-title\";i:2160;s:20:\"rcfilters-days-title\";i:2161;s:21:\"rcfilters-hours-title\";i:2162;s:24:\"rcfilters-days-show-days\";i:2163;s:25:\"rcfilters-days-show-hours\";i:2164;s:34:\"rcfilters-highlighted-filters-list\";i:2165;s:22:\"rcfilters-quickfilters\";i:2166;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2167;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2168;s:35:\"rcfilters-savedqueries-defaultlabel\";i:2169;s:29:\"rcfilters-savedqueries-rename\";i:2170;s:33:\"rcfilters-savedqueries-setdefault\";i:2171;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2172;s:29:\"rcfilters-savedqueries-remove\";i:2173;s:37:\"rcfilters-savedqueries-new-name-label\";i:2174;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2175;s:34:\"rcfilters-savedqueries-apply-label\";i:2176;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2177;s:35:\"rcfilters-savedqueries-cancel-label\";i:2178;s:36:\"rcfilters-savedqueries-add-new-title\";i:2179;s:36:\"rcfilters-savedqueries-already-saved\";i:2180;s:33:\"rcfilters-restore-default-filters\";i:2181;s:27:\"rcfilters-clear-all-filters\";i:2182;s:26:\"rcfilters-show-new-changes\";i:2183;s:28:\"rcfilters-search-placeholder\";i:2184;s:35:\"rcfilters-search-placeholder-mobile\";i:2185;s:24:\"rcfilters-invalid-filter\";i:2186;s:22:\"rcfilters-empty-filter\";i:2187;s:26:\"rcfilters-filterlist-title\";i:2188;s:30:\"rcfilters-filterlist-whatsthis\";i:2189;s:31:\"rcfilters-highlightbutton-title\";i:2190;s:29:\"rcfilters-highlightmenu-title\";i:2191;s:28:\"rcfilters-highlightmenu-help\";i:2192;s:30:\"rcfilters-filterlist-noresults\";i:2193;s:28:\"rcfilters-noresults-conflict\";i:2194;s:30:\"rcfilters-state-message-subset\";i:2195;s:36:\"rcfilters-state-message-fullcoverage\";i:2196;s:32:\"rcfilters-filtergroup-authorship\";i:2197;s:34:\"rcfilters-filter-editsbyself-label\";i:2198;s:40:\"rcfilters-filter-editsbyself-description\";i:2199;s:35:\"rcfilters-filter-editsbyother-label\";i:2200;s:41:\"rcfilters-filter-editsbyother-description\";i:2201;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2202;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2203;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2204;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2205;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2206;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:2207;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2208;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2209;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2210;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2211;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2212;s:31:\"rcfilters-filtergroup-automated\";i:2213;s:27:\"rcfilters-filter-bots-label\";i:2214;s:33:\"rcfilters-filter-bots-description\";i:2215;s:29:\"rcfilters-filter-humans-label\";i:2216;s:35:\"rcfilters-filter-humans-description\";i:2217;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2218;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2219;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2220;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2221;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2222;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2223;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2224;s:34:\"rcfilters-filtergroup-significance\";i:2225;s:28:\"rcfilters-filter-minor-label\";i:2226;s:34:\"rcfilters-filter-minor-description\";i:2227;s:28:\"rcfilters-filter-major-label\";i:2228;s:34:\"rcfilters-filter-major-description\";i:2229;s:31:\"rcfilters-filtergroup-watchlist\";i:2230;s:40:\"rcfilters-filter-watchlist-watched-label\";i:2231;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2232;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2233;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2234;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:2235;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2236;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2237;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2238;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2239;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2240;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2241;s:32:\"rcfilters-filtergroup-changetype\";i:2242;s:32:\"rcfilters-filter-pageedits-label\";i:2243;s:38:\"rcfilters-filter-pageedits-description\";i:2244;s:31:\"rcfilters-filter-newpages-label\";i:2245;s:37:\"rcfilters-filter-newpages-description\";i:2246;s:37:\"rcfilters-filter-categorization-label\";i:2247;s:43:\"rcfilters-filter-categorization-description\";i:2248;s:33:\"rcfilters-filter-logactions-label\";i:2249;s:39:\"rcfilters-filter-logactions-description\";i:2250;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2251;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2252;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2253;s:34:\"rcfilters-filtergroup-lastrevision\";i:2254;s:35:\"rcfilters-filter-lastrevision-label\";i:2255;s:41:\"rcfilters-filter-lastrevision-description\";i:2256;s:39:\"rcfilters-filter-previousrevision-label\";i:2257;s:45:\"rcfilters-filter-previousrevision-description\";i:2258;s:25:\"rcfilters-filter-excluded\";i:2259;s:30:\"rcfilters-tag-prefix-namespace\";i:2260;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:2261;s:25:\"rcfilters-tag-prefix-tags\";i:2262;s:28:\"rcfilters-exclude-button-off\";i:2263;s:27:\"rcfilters-exclude-button-on\";i:2264;s:19:\"rcfilters-view-tags\";i:2265;s:33:\"rcfilters-view-namespaces-tooltip\";i:2266;s:27:\"rcfilters-view-tags-tooltip\";i:2267;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2268;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2269;s:28:\"rcfilters-liveupdates-button\";i:2270;s:37:\"rcfilters-liveupdates-button-title-on\";i:2271;s:38:\"rcfilters-liveupdates-button-title-off\";i:2272;s:35:\"rcfilters-watchlist-markseen-button\";i:2273;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2274;s:31:\"rcfilters-watchlist-showupdated\";i:2275;s:26:\"rcfilters-preference-label\";i:2276;s:25:\"rcfilters-preference-help\";i:2277;s:36:\"rcfilters-watchlist-preference-label\";i:2278;s:35:\"rcfilters-watchlist-preference-help\";i:2279;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2280;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2281;s:35:\"rcfilters-filter-showlinkedto-label\";i:2282;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2283;s:33:\"rcfilters-target-page-placeholder\";i:2284;s:27:\"rcfilters-allcontents-label\";i:2285;s:30:\"rcfilters-alldiscussions-label\";i:2286;s:15:\"rclistfromreset\";i:2287;s:14:\"rcshowhidepatr\";i:2288;s:19:\"rcshowhidepatr-show\";i:2289;s:19:\"rcshowhidepatr-hide\";i:2290;s:24:\"rcshowhidecategorization\";i:2291;s:29:\"rcshowhidecategorization-show\";i:2292;s:29:\"rcshowhidecategorization-hide\";i:2293;s:17:\"unpatrolledletter\";i:2294;s:43:\"number-of-watching-users-for-recent-changes\";i:2295;s:14:\"rc-change-size\";i:2296;s:17:\"newsectionsummary\";i:2297;s:27:\"recentchangeslinked-summary\";i:2298;s:36:\"recentchanges-page-added-to-category\";i:2299;s:44:\"recentchanges-page-added-to-category-bundled\";i:2300;s:40:\"recentchanges-page-removed-from-category\";i:2301;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2302;s:19:\"autochange-username\";i:2303;s:12:\"reuploaddesc\";i:2304;s:15:\"upload-tryagain\";i:2305;s:23:\"upload-tryagain-nostash\";i:2306;s:17:\"uploadnologintext\";i:2307;s:24:\"upload_directory_missing\";i:2308;s:26:\"upload_directory_read_only\";i:2309;s:14:\"upload-summary\";i:2310;s:23:\"upload-recreate-warning\";i:2311;s:10:\"uploadtext\";i:2312;s:12:\"uploadfooter\";i:2313;s:26:\"upload-default-description\";i:2314;s:17:\"uploadlogpagetext\";i:2315;s:17:\"fileuploadsummary\";i:2316;s:19:\"filereuploadsummary\";i:2317;s:10:\"filestatus\";i:2318;s:13:\"ignorewarning\";i:2319;s:14:\"ignorewarnings\";i:2320;s:10:\"minlength1\";i:2321;s:15:\"illegalfilename\";i:2322;s:16:\"filename-toolong\";i:2323;s:22:\"filetype-mime-mismatch\";i:2324;s:16:\"filetype-badmime\";i:2325;s:20:\"filetype-bad-ie-mime\";i:2326;s:22:\"filetype-unwanted-type\";i:2327;s:20:\"filetype-banned-type\";i:2328;s:16:\"filetype-missing\";i:2329;s:10:\"empty-file\";i:2330;s:14:\"file-too-large\";i:2331;s:17:\"filename-tooshort\";i:2332;s:15:\"filetype-banned\";i:2333;s:18:\"verification-error\";i:2334;s:11:\"hookaborted\";i:2335;s:16:\"illegal-filename\";i:2336;s:9:\"overwrite\";i:2337;s:13:\"unknown-error\";i:2338;s:16:\"tmp-create-error\";i:2339;s:15:\"tmp-write-error\";i:2340;s:10:\"large-file\";i:2341;s:15:\"largefileserver\";i:2342;s:9:\"emptyfile\";i:2343;s:25:\"windows-nonascii-filename\";i:2344;s:10:\"fileexists\";i:2345;s:14:\"filepageexists\";i:2346;s:20:\"fileexists-extension\";i:2347;s:24:\"fileexists-thumbnail-yes\";i:2348;s:17:\"file-thumbnail-no\";i:2349;s:20:\"fileexists-forbidden\";i:2350;s:27:\"fileexists-shared-forbidden\";i:2351;s:20:\"fileexists-no-change\";i:2352;s:28:\"fileexists-duplicate-version\";i:2353;s:21:\"file-exists-duplicate\";i:2354;s:22:\"file-deleted-duplicate\";i:2355;s:30:\"file-deleted-duplicate-notitle\";i:2356;s:13:\"uploadwarning\";i:2357;s:18:\"uploadwarning-text\";i:2358;s:26:\"uploadwarning-text-nostash\";i:2359;s:13:\"uploadedimage\";i:2360;s:14:\"overwroteimage\";i:2361;s:14:\"uploaddisabled\";i:2362;s:18:\"copyuploaddisabled\";i:2363;s:18:\"uploaddisabledtext\";i:2364;s:22:\"php-uploaddisabledtext\";i:2365;s:14:\"uploadscripted\";i:2366;s:27:\"upload-scripted-pi-callback\";i:2367;s:19:\"upload-scripted-dtd\";i:2368;s:19:\"uploaded-script-svg\";i:2369;s:20:\"uploaded-hostile-svg\";i:2370;s:29:\"uploaded-event-handler-on-svg\";i:2371;s:27:\"uploaded-href-attribute-svg\";i:2372;s:31:\"uploaded-href-unsafe-target-svg\";i:2373;s:20:\"uploaded-animate-svg\";i:2374;s:34:\"uploaded-setting-event-handler-svg\";i:2375;s:25:\"uploaded-setting-href-svg\";i:2376;s:26:\"uploaded-wrong-setting-svg\";i:2377;s:28:\"uploaded-setting-handler-svg\";i:2378;s:23:\"uploaded-remote-url-svg\";i:2379;s:25:\"uploaded-image-filter-svg\";i:2380;s:23:\"uploadscriptednamespace\";i:2381;s:16:\"uploadinvalidxml\";i:2382;s:11:\"uploadvirus\";i:2383;s:13:\"upload-source\";i:2384;s:9:\"sourceurl\";i:2385;s:12:\"destfilename\";i:2386;s:18:\"upload-maxfilesize\";i:2387;s:18:\"upload-description\";i:2388;s:14:\"upload-options\";i:2389;s:15:\"watchthisupload\";i:2390;s:14:\"filewasdeleted\";i:2391;s:19:\"filename-thumb-name\";i:2392;s:19:\"filename-bad-prefix\";i:2393;s:25:\"filename-prefix-blacklist\";i:2394;s:18:\"upload-proto-error\";i:2395;s:23:\"upload-proto-error-text\";i:2396;s:17:\"upload-file-error\";i:2397;s:22:\"upload-file-error-text\";i:2398;s:17:\"upload-misc-error\";i:2399;s:22:\"upload-misc-error-text\";i:2400;s:25:\"upload-too-many-redirects\";i:2401;s:17:\"upload-http-error\";i:2402;s:33:\"upload-copy-upload-invalid-domain\";i:2403;s:26:\"upload-foreign-cant-upload\";i:2404;s:31:\"upload-foreign-cant-load-config\";i:2405;s:22:\"upload-dialog-disabled\";i:2406;s:19:\"upload-dialog-title\";i:2407;s:27:\"upload-dialog-button-cancel\";i:2408;s:25:\"upload-dialog-button-back\";i:2409;s:25:\"upload-dialog-button-done\";i:2410;s:25:\"upload-dialog-button-save\";i:2411;s:27:\"upload-dialog-button-upload\";i:2412;s:32:\"upload-form-label-infoform-title\";i:2413;s:31:\"upload-form-label-infoform-name\";i:2414;s:39:\"upload-form-label-infoform-name-tooltip\";i:2415;s:38:\"upload-form-label-infoform-description\";i:2416;s:46:\"upload-form-label-infoform-description-tooltip\";i:2417;s:29:\"upload-form-label-usage-title\";i:2418;s:32:\"upload-form-label-usage-filename\";i:2419;s:26:\"upload-form-label-own-work\";i:2420;s:37:\"upload-form-label-infoform-categories\";i:2421;s:31:\"upload-form-label-infoform-date\";i:2422;s:48:\"upload-form-label-own-work-message-generic-local\";i:2423;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2424;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2425;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2426;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2427;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2428;s:19:\"backend-fail-stream\";i:2429;s:19:\"backend-fail-backup\";i:2430;s:22:\"backend-fail-notexists\";i:2431;s:19:\"backend-fail-hashes\";i:2432;s:18:\"backend-fail-sizes\";i:2433;s:20:\"backend-fail-notsame\";i:2434;s:24:\"backend-fail-invalidpath\";i:2435;s:19:\"backend-fail-delete\";i:2436;s:21:\"backend-fail-describe\";i:2437;s:26:\"backend-fail-alreadyexists\";i:2438;s:18:\"backend-fail-store\";i:2439;s:17:\"backend-fail-copy\";i:2440;s:17:\"backend-fail-move\";i:2441;s:21:\"backend-fail-opentemp\";i:2442;s:22:\"backend-fail-writetemp\";i:2443;s:22:\"backend-fail-closetemp\";i:2444;s:17:\"backend-fail-read\";i:2445;s:19:\"backend-fail-create\";i:2446;s:20:\"backend-fail-maxsize\";i:2447;s:21:\"backend-fail-readonly\";i:2448;s:19:\"backend-fail-synced\";i:2449;s:20:\"backend-fail-connect\";i:2450;s:21:\"backend-fail-internal\";i:2451;s:24:\"backend-fail-contenttype\";i:2452;s:22:\"backend-fail-batchsize\";i:2453;s:19:\"backend-fail-usable\";i:2454;s:17:\"backend-fail-stat\";i:2455;s:17:\"backend-fail-hash\";i:2456;s:21:\"lockmanager-notlocked\";i:2457;s:26:\"lockmanager-fail-closelock\";i:2458;s:27:\"lockmanager-fail-deletelock\";i:2459;s:28:\"lockmanager-fail-acquirelock\";i:2460;s:25:\"lockmanager-fail-openlock\";i:2461;s:28:\"lockmanager-fail-releaselock\";i:2462;s:26:\"lockmanager-fail-db-bucket\";i:2463;s:27:\"lockmanager-fail-db-release\";i:2464;s:28:\"lockmanager-fail-svr-acquire\";i:2465;s:28:\"lockmanager-fail-svr-release\";i:2466;s:25:\"lockmanager-fail-conflict\";i:2467;s:19:\"zip-file-open-error\";i:2468;s:16:\"zip-wrong-format\";i:2469;s:7:\"zip-bad\";i:2470;s:15:\"zip-unsupported\";i:2471;s:11:\"uploadstash\";i:2472;s:19:\"uploadstash-summary\";i:2473;s:17:\"uploadstash-clear\";i:2474;s:19:\"uploadstash-nofiles\";i:2475;s:20:\"uploadstash-badtoken\";i:2476;s:20:\"uploadstash-errclear\";i:2477;s:19:\"uploadstash-refresh\";i:2478;s:21:\"uploadstash-thumbnail\";i:2479;s:21:\"uploadstash-exception\";i:2480;s:20:\"uploadstash-bad-path\";i:2481;s:28:\"uploadstash-bad-path-invalid\";i:2482;s:33:\"uploadstash-bad-path-unknown-type\";i:2483;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2484;s:31:\"uploadstash-bad-path-no-handler\";i:2485;s:31:\"uploadstash-bad-path-bad-format\";i:2486;s:26:\"uploadstash-file-not-found\";i:2487;s:35:\"uploadstash-file-not-found-no-thumb\";i:2488;s:40:\"uploadstash-file-not-found-no-local-path\";i:2489;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2490;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2491;s:37:\"uploadstash-file-not-found-not-exists\";i:2492;s:26:\"uploadstash-file-too-large\";i:2493;s:25:\"uploadstash-not-logged-in\";i:2494;s:23:\"uploadstash-wrong-owner\";i:2495;s:23:\"uploadstash-no-such-key\";i:2496;s:23:\"uploadstash-zero-length\";i:2497;s:20:\"invalid-chunk-offset\";i:2498;s:21:\"img-auth-accessdenied\";i:2499;s:17:\"img-auth-notindir\";i:2500;s:17:\"img-auth-badtitle\";i:2501;s:15:\"img-auth-nofile\";i:2502;s:14:\"img-auth-isdir\";i:2503;s:18:\"img-auth-streaming\";i:2504;s:15:\"img-auth-public\";i:2505;s:15:\"img-auth-noread\";i:2506;s:16:\"http-invalid-url\";i:2507;s:19:\"http-invalid-scheme\";i:2508;s:18:\"http-request-error\";i:2509;s:15:\"http-read-error\";i:2510;s:14:\"http-timed-out\";i:2511;s:15:\"http-curl-error\";i:2512;s:15:\"http-bad-status\";i:2513;s:19:\"http-internal-error\";i:2514;s:18:\"upload-curl-error6\";i:2515;s:23:\"upload-curl-error6-text\";i:2516;s:19:\"upload-curl-error28\";i:2517;s:24:\"upload-curl-error28-text\";i:2518;s:8:\"licenses\";i:2519;s:13:\"licenses-edit\";i:2520;s:17:\"upload_source_url\";i:2521;s:18:\"upload_source_file\";i:2522;s:16:\"listfiles-delete\";i:2523;s:26:\"listfiles-userdoesnotexist\";i:2524;s:17:\"listfiles_subpage\";i:2525;s:15:\"listfiles_thumb\";i:2526;s:18:\"listfiles-show-all\";i:2527;s:23:\"listfiles-latestversion\";i:2528;s:27:\"listfiles-latestversion-yes\";i:2529;s:26:\"listfiles-latestversion-no\";i:2530;s:17:\"linkstoimage-more\";i:2531;s:21:\"linkstoimage-redirect\";i:2532;s:23:\"sharedupload-desc-there\";i:2533;s:22:\"sharedupload-desc-edit\";i:2534;s:24:\"sharedupload-desc-create\";i:2535;s:24:\"shareddescriptionfollows\";i:2536;s:20:\"filepage-nofile-link\";i:2537;s:16:\"shared-repo-from\";i:2538;s:11:\"shared-repo\";i:2539;s:33:\"shared-repo-name-wikimediacommons\";i:2540;s:12:\"filepage.css\";i:2541;s:10:\"filerevert\";i:2542;s:16:\"filerevert-intro\";i:2543;s:18:\"filerevert-comment\";i:2544;s:25:\"filerevert-defaultcomment\";i:2545;s:17:\"filerevert-submit\";i:2546;s:18:\"filerevert-success\";i:2547;s:21:\"filerevert-badversion\";i:2548;s:20:\"filerevert-identical\";i:2549;s:10:\"filedelete\";i:2550;s:17:\"filedelete-legend\";i:2551;s:16:\"filedelete-intro\";i:2552;s:20:\"filedelete-intro-old\";i:2553;s:18:\"filedelete-comment\";i:2554;s:18:\"filedelete-success\";i:2555;s:22:\"filedelete-success-old\";i:2556;s:17:\"filedelete-nofile\";i:2557;s:21:\"filedelete-nofile-old\";i:2558;s:22:\"filedelete-otherreason\";i:2559;s:27:\"filedelete-reason-otherlist\";i:2560;s:26:\"filedelete-reason-dropdown\";i:2561;s:35:\"filedelete-reason-dropdown-suppress\";i:2562;s:26:\"filedelete-edit-reasonlist\";i:2563;s:35:\"filedelete-edit-reasonlist-suppress\";i:2564;s:22:\"filedelete-maintenance\";i:2565;s:28:\"filedelete-maintenance-title\";i:2566;s:10:\"mimesearch\";i:2567;s:18:\"mimesearch-summary\";i:2568;s:8:\"mimetype\";i:2569;s:8:\"download\";i:2570;s:14:\"unwatchedpages\";i:2571;s:22:\"unwatchedpages-summary\";i:2572;s:13:\"listredirects\";i:2573;s:21:\"listredirects-summary\";i:2574;s:19:\"listduplicatedfiles\";i:2575;s:27:\"listduplicatedfiles-summary\";i:2576;s:25:\"listduplicatedfiles-entry\";i:2577;s:15:\"unusedtemplates\";i:2578;s:23:\"unusedtemplates-summary\";i:2579;s:19:\"unusedtemplatestext\";i:2580;s:18:\"randompage-nopages\";i:2581;s:14:\"randompage-url\";i:2582;s:16:\"randomincategory\";i:2583;s:32:\"randomincategory-invalidcategory\";i:2584;s:24:\"randomincategory-nopages\";i:2585;s:25:\"randomincategory-category\";i:2586;s:23:\"randomincategory-legend\";i:2587;s:23:\"randomincategory-submit\";i:2588;s:14:\"randomredirect\";i:2589;s:22:\"randomredirect-nopages\";i:2590;s:18:\"statistics-summary\";i:2591;s:23:\"statistics-header-pages\";i:2592;s:23:\"statistics-header-edits\";i:2593;s:23:\"statistics-header-users\";i:2594;s:23:\"statistics-header-hooks\";i:2595;s:24:\"statistics-articles-desc\";i:2596;s:21:\"statistics-pages-desc\";i:2597;s:16:\"statistics-files\";i:2598;s:21:\"statistics-files-desc\";i:2599;s:16:\"statistics-edits\";i:2600;s:24:\"statistics-edits-average\";i:2601;s:16:\"statistics-users\";i:2602;s:28:\"statistics-users-active-desc\";i:2603;s:17:\"statistics-footer\";i:2604;s:13:\"pageswithprop\";i:2605;s:21:\"pageswithprop-summary\";i:2606;s:20:\"pageswithprop-legend\";i:2607;s:18:\"pageswithprop-text\";i:2608;s:18:\"pageswithprop-prop\";i:2609;s:21:\"pageswithprop-reverse\";i:2610;s:25:\"pageswithprop-sortbyvalue\";i:2611;s:20:\"pageswithprop-submit\";i:2612;s:29:\"pageswithprop-prophidden-long\";i:2613;s:31:\"pageswithprop-prophidden-binary\";i:2614;s:23:\"doubleredirects-summary\";i:2615;s:19:\"doubleredirectstext\";i:2616;s:26:\"double-redirect-fixed-move\";i:2617;s:33:\"double-redirect-fixed-maintenance\";i:2618;s:23:\"brokenredirects-summary\";i:2619;s:29:\"brokenredirects-delete-reason\";i:2620;s:23:\"withoutinterwiki-legend\";i:2621;s:23:\"withoutinterwiki-submit\";i:2622;s:15:\"fewestrevisions\";i:2623;s:23:\"fewestrevisions-summary\";i:2624;s:11:\"ninterwikis\";i:2625;s:15:\"nmemberschanged\";i:2626;s:10:\"nrevisions\";i:2627;s:11:\"nimagelinks\";i:2628;s:14:\"ntransclusions\";i:2629;s:19:\"lonelypages-summary\";i:2630;s:15:\"lonelypagestext\";i:2631;s:18:\"uncategorizedpages\";i:2632;s:26:\"uncategorizedpages-summary\";i:2633;s:23:\"uncategorizedcategories\";i:2634;s:31:\"uncategorizedcategories-summary\";i:2635;s:19:\"uncategorizedimages\";i:2636;s:27:\"uncategorizedimages-summary\";i:2637;s:22:\"uncategorizedtemplates\";i:2638;s:30:\"uncategorizedtemplates-summary\";i:2639;s:38:\"uncategorized-categories-exceptionlist\";i:2640;s:16:\"unusedcategories\";i:2641;s:24:\"unusedcategories-summary\";i:2642;s:20:\"unusedimages-summary\";i:2643;s:24:\"wantedcategories-summary\";i:2644;s:19:\"wantedpages-summary\";i:2645;s:20:\"wantedpages-badtitle\";i:2646;s:11:\"wantedfiles\";i:2647;s:19:\"wantedfiles-summary\";i:2648;s:18:\"wantedfiletext-cat\";i:2649;s:28:\"wantedfiletext-cat-noforeign\";i:2650;s:20:\"wantedfiletext-nocat\";i:2651;s:30:\"wantedfiletext-nocat-noforeign\";i:2652;s:15:\"wantedtemplates\";i:2653;s:23:\"wantedtemplates-summary\";i:2654;s:18:\"mostlinked-summary\";i:2655;s:28:\"mostlinkedcategories-summary\";i:2656;s:27:\"mostlinkedtemplates-summary\";i:2657;s:14:\"mostcategories\";i:2658;s:22:\"mostcategories-summary\";i:2659;s:10:\"mostimages\";i:2660;s:18:\"mostimages-summary\";i:2661;s:14:\"mostinterwikis\";i:2662;s:22:\"mostinterwikis-summary\";i:2663;s:13:\"mostrevisions\";i:2664;s:21:\"mostrevisions-summary\";i:2665;s:21:\"prefixindex-namespace\";i:2666;s:19:\"prefixindex-summary\";i:2667;s:18:\"prefixindex-submit\";i:2668;s:17:\"prefixindex-strip\";i:2669;s:18:\"shortpages-summary\";i:2670;s:17:\"longpages-summary\";i:2671;s:12:\"deadendpages\";i:2672;s:20:\"deadendpages-summary\";i:2673;s:16:\"deadendpagestext\";i:2674;s:14:\"protectedpages\";i:2675;s:22:\"protectedpages-filters\";i:2676;s:20:\"protectedpages-indef\";i:2677;s:22:\"protectedpages-summary\";i:2678;s:22:\"protectedpages-cascade\";i:2679;s:25:\"protectedpages-noredirect\";i:2680;s:32:\"cachedspecial-viewing-cached-ttl\";i:2681;s:19:\"protectedpagesempty\";i:2682;s:24:\"protectedpages-timestamp\";i:2683;s:19:\"protectedpages-page\";i:2684;s:21:\"protectedpages-expiry\";i:2685;s:24:\"protectedpages-performer\";i:2686;s:21:\"protectedpages-params\";i:2687;s:21:\"protectedpages-reason\";i:2688;s:21:\"protectedpages-submit\";i:2689;s:32:\"protectedpages-unknown-timestamp\";i:2690;s:32:\"protectedpages-unknown-performer\";i:2691;s:29:\"protectedpages-unknown-reason\";i:2692;s:15:\"protectedtitles\";i:2693;s:23:\"protectedtitles-summary\";i:2694;s:20:\"protectedtitlesempty\";i:2695;s:22:\"protectedtitles-submit\";i:2696;s:17:\"listusers-summary\";i:2697;s:19:\"listusers-editsonly\";i:2698;s:29:\"listusers-temporarygroupsonly\";i:2699;s:22:\"listusers-creationsort\";i:2700;s:14:\"listusers-desc\";i:2701;s:13:\"usereditcount\";i:2702;s:11:\"usercreated\";i:2703;s:16:\"newpages-summary\";i:2704;s:15:\"newpages-submit\";i:2705;s:20:\"ancientpages-summary\";i:2706;s:16:\"unusedimagestext\";i:2707;s:37:\"unusedimagestext-categorizedimgisused\";i:2708;s:20:\"unusedcategoriestext\";i:2709;s:13:\"notargettitle\";i:2710;s:12:\"notargettext\";i:2711;s:11:\"nopagetitle\";i:2712;s:10:\"nopagetext\";i:2713;s:8:\"suppress\";i:2714;s:18:\"querypage-disabled\";i:2715;s:7:\"apihelp\";i:2716;s:15:\"apihelp-summary\";i:2717;s:22:\"apihelp-no-such-module\";i:2718;s:12:\"apihelp-link\";i:2719;s:18:\"apisandbox-summary\";i:2720;s:17:\"apisandbox-jsonly\";i:2721;s:16:\"apisandbox-intro\";i:2722;s:17:\"apisandbox-submit\";i:2723;s:16:\"apisandbox-reset\";i:2724;s:16:\"apisandbox-retry\";i:2725;s:18:\"apisandbox-loading\";i:2726;s:21:\"apisandbox-load-error\";i:2727;s:24:\"apisandbox-no-parameters\";i:2728;s:19:\"apisandbox-helpurls\";i:2729;s:19:\"apisandbox-examples\";i:2730;s:29:\"apisandbox-dynamic-parameters\";i:2731;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2732;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2733;s:31:\"apisandbox-dynamic-error-exists\";i:2734;s:37:\"apisandbox-templated-parameter-reason\";i:2735;s:32:\"apisandbox-deprecated-parameters\";i:2736;s:22:\"apisandbox-fetch-token\";i:2737;s:20:\"apisandbox-add-multi\";i:2738;s:38:\"apisandbox-submit-invalid-fields-title\";i:2739;s:40:\"apisandbox-submit-invalid-fields-message\";i:2740;s:18:\"apisandbox-results\";i:2741;s:26:\"apisandbox-sending-request\";i:2742;s:26:\"apisandbox-loading-results\";i:2743;s:24:\"apisandbox-results-error\";i:2744;s:35:\"apisandbox-results-login-suppressed\";i:2745;s:37:\"apisandbox-request-selectformat-label\";i:2746;s:35:\"apisandbox-request-format-url-label\";i:2747;s:28:\"apisandbox-request-url-label\";i:2748;s:36:\"apisandbox-request-format-json-label\";i:2749;s:29:\"apisandbox-request-json-label\";i:2750;s:35:\"apisandbox-request-format-php-label\";i:2751;s:28:\"apisandbox-request-php-label\";i:2752;s:23:\"apisandbox-request-time\";i:2753;s:27:\"apisandbox-results-fixtoken\";i:2754;s:32:\"apisandbox-results-fixtoken-fail\";i:2755;s:21:\"apisandbox-alert-page\";i:2756;s:22:\"apisandbox-alert-field\";i:2757;s:19:\"apisandbox-continue\";i:2758;s:25:\"apisandbox-continue-clear\";i:2759;s:24:\"apisandbox-continue-help\";i:2760;s:22:\"apisandbox-param-limit\";i:2761;s:36:\"apisandbox-multivalue-all-namespaces\";i:2762;s:32:\"apisandbox-multivalue-all-values\";i:2763;s:19:\"booksources-summary\";i:2764;s:16:\"booksources-isbn\";i:2765;s:22:\"magiclink-tracking-rfc\";i:2766;s:27:\"magiclink-tracking-rfc-desc\";i:2767;s:23:\"magiclink-tracking-pmid\";i:2768;s:28:\"magiclink-tracking-pmid-desc\";i:2769;s:28:\"magiclink-tracking-isbn-desc\";i:2770;s:6:\"rfcurl\";i:2771;s:9:\"pubmedurl\";i:2772;s:20:\"logeventslist-submit\";i:2773;s:26:\"logeventslist-more-filters\";i:2774;s:24:\"logeventslist-patrol-log\";i:2775;s:21:\"logeventslist-tag-log\";i:2776;s:26:\"logeventslist-newusers-log\";i:2777;s:11:\"alllogstext\";i:2778;s:8:\"logempty\";i:2779;s:18:\"log-title-wildcard\";i:2780;s:26:\"showhideselectedlogentries\";i:2781;s:13:\"log-edit-tags\";i:2782;s:15:\"checkbox-select\";i:2783;s:12:\"checkbox-all\";i:2784;s:13:\"checkbox-none\";i:2785;s:15:\"checkbox-invert\";i:2786;s:16:\"allpages-summary\";i:2787;s:14:\"allpagesprefix\";i:2788;s:16:\"allpagesbadtitle\";i:2789;s:15:\"allpages-bad-ns\";i:2790;s:18:\"categories-summary\";i:2791;s:17:\"categories-submit\";i:2792;s:14:\"categoriesfrom\";i:2793;s:20:\"deletedcontributions\";i:2794;s:28:\"deletedcontributions-summary\";i:2795;s:26:\"deletedcontributions-title\";i:2796;s:18:\"linksearch-summary\";i:2797;s:14:\"linksearch-pat\";i:2798;s:13:\"linksearch-ns\";i:2799;s:15:\"linksearch-text\";i:2800;s:15:\"linksearch-line\";i:2801;s:16:\"linksearch-error\";i:2802;s:13:\"listusersfrom\";i:2803;s:16:\"listusers-submit\";i:2804;s:17:\"listusers-blocked\";i:2805;s:19:\"activeusers-summary\";i:2806;s:17:\"activeusers-intro\";i:2807;s:17:\"activeusers-count\";i:2808;s:16:\"activeusers-from\";i:2809;s:18:\"activeusers-groups\";i:2810;s:25:\"activeusers-excludegroups\";i:2811;s:20:\"activeusers-noresult\";i:2812;s:18:\"activeusers-submit\";i:2813;s:15:\"listgrouprights\";i:2814;s:23:\"listgrouprights-summary\";i:2815;s:19:\"listgrouprights-key\";i:2816;s:29:\"listgrouprights-right-display\";i:2817;s:29:\"listgrouprights-right-revoked\";i:2818;s:24:\"listgrouprights-addgroup\";i:2819;s:29:\"listgrouprights-addgroup-self\";i:2820;s:32:\"listgrouprights-removegroup-self\";i:2821;s:33:\"listgrouprights-addgroup-self-all\";i:2822;s:36:\"listgrouprights-removegroup-self-all\";i:2823;s:42:\"listgrouprights-namespaceprotection-header\";i:2824;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2825;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2826;s:10:\"listgrants\";i:2827;s:18:\"listgrants-summary\";i:2828;s:16:\"listgrants-grant\";i:2829;s:17:\"listgrants-rights\";i:2830;s:24:\"listgrants-grant-display\";i:2831;s:18:\"trackingcategories\";i:2832;s:26:\"trackingcategories-summary\";i:2833;s:22:\"trackingcategories-msg\";i:2834;s:23:\"trackingcategories-name\";i:2835;s:23:\"trackingcategories-desc\";i:2836;s:31:\"restricted-displaytitle-ignored\";i:2837;s:36:\"restricted-displaytitle-ignored-desc\";i:2838;s:20:\"nonnumeric-formatnum\";i:2839;s:25:\"nonnumeric-formatnum-desc\";i:2840;s:21:\"noindex-category-desc\";i:2841;s:19:\"index-category-desc\";i:2842;s:44:\"post-expand-template-inclusion-category-desc\";i:2843;s:43:\"post-expand-template-argument-category-desc\";i:2844;s:38:\"expensive-parserfunction-category-desc\";i:2845;s:25:\"broken-file-category-desc\";i:2846;s:29:\"hidden-category-category-desc\";i:2847;s:25:\"trackingcategories-nodesc\";i:2848;s:27:\"trackingcategories-disabled\";i:2849;s:11:\"mailnologin\";i:2850;s:15:\"mailnologintext\";i:2851;s:22:\"emailuser-title-target\";i:2852;s:24:\"emailuser-title-notarget\";i:2853;s:17:\"emailuser-summary\";i:2854;s:13:\"emailpagetext\";i:2855;s:15:\"defemailsubject\";i:2856;s:16:\"usermaildisabled\";i:2857;s:20:\"usermaildisabledtext\";i:2858;s:12:\"noemailtitle\";i:2859;s:11:\"noemailtext\";i:2860;s:15:\"nowikiemailtext\";i:2861;s:13:\"emailnotarget\";i:2862;s:11:\"emailtarget\";i:2863;s:13:\"emailusername\";i:2864;s:19:\"emailusernamesubmit\";i:2865;s:12:\"email-legend\";i:2866;s:9:\"emailccme\";i:2867;s:14:\"emailccsubject\";i:2868;s:15:\"emailuserfooter\";i:2869;s:19:\"usermessage-summary\";i:2870;s:18:\"usermessage-editor\";i:2871;s:20:\"usermessage-template\";i:2872;s:17:\"watchlist-summary\";i:2873;s:13:\"watchlistfor2\";i:2874;s:11:\"nowatchlist\";i:2875;s:17:\"watchlistanontext\";i:2876;s:12:\"watchnologin\";i:2877;s:21:\"watchlistnotwatchable\";i:2878;s:8:\"addwatch\";i:2879;s:15:\"updatewatchlist\";i:2880;s:14:\"addedwatchtext\";i:2881;s:19:\"addedwatchtext-talk\";i:2882;s:20:\"addedwatchtext-short\";i:2883;s:30:\"addedwatchexpiry-options-label\";i:2884;s:21:\"addedwatchexpiryhours\";i:2885;s:26:\"addedwatchexpiryhours-talk\";i:2886;s:20:\"addedwatchexpirytext\";i:2887;s:25:\"addedwatchexpirytext-talk\";i:2888;s:26:\"addedwatchindefinitelytext\";i:2889;s:31:\"addedwatchindefinitelytext-talk\";i:2890;s:11:\"removewatch\";i:2891;s:21:\"removedwatchtext-talk\";i:2892;s:22:\"removedwatchtext-short\";i:2893;s:12:\"notanarticle\";i:2894;s:13:\"notvisiblerev\";i:2895;s:26:\"watchlist-expiry-days-left\";i:2896;s:33:\"watchlist-expiring-days-full-text\";i:2897;s:27:\"watchlist-expiry-hours-left\";i:2898;s:34:\"watchlist-expiring-hours-full-text\";i:2899;s:15:\"wlheader-enotif\";i:2900;s:20:\"wlheader-showupdated\";i:2901;s:14:\"watchlist-hide\";i:2902;s:16:\"watchlist-submit\";i:2903;s:10:\"wlshowtime\";i:2904;s:15:\"wlshowhideminor\";i:2905;s:14:\"wlshowhidebots\";i:2906;s:13:\"wlshowhideliu\";i:2907;s:15:\"wlshowhideanons\";i:2908;s:14:\"wlshowhidepatr\";i:2909;s:14:\"wlshowhidemine\";i:2910;s:24:\"wlshowhidecategorization\";i:2911;s:17:\"watchlist-unwatch\";i:2912;s:22:\"watchlist-unwatch-undo\";i:2913;s:22:\"enotif_subject_deleted\";i:2914;s:22:\"enotif_subject_created\";i:2915;s:20:\"enotif_subject_moved\";i:2916;s:23:\"enotif_subject_restored\";i:2917;s:22:\"enotif_subject_changed\";i:2918;s:25:\"enotif_body_intro_deleted\";i:2919;s:25:\"enotif_body_intro_created\";i:2920;s:23:\"enotif_body_intro_moved\";i:2921;s:26:\"enotif_body_intro_restored\";i:2922;s:25:\"enotif_body_intro_changed\";i:2923;s:11:\"enotif_body\";i:2924;s:16:\"enotif_minoredit\";i:2925;s:21:\"deletepage-deletetalk\";i:2926;s:7:\"confirm\";i:2927;s:13:\"exbeforeblank\";i:2928;s:14:\"delete-confirm\";i:2929;s:13:\"delete-legend\";i:2930;s:26:\"delete-talk-summary-prefix\";i:2931;s:20:\"historyaction-submit\";i:2932;s:17:\"confirmdeletetext\";i:2933;s:12:\"actionfailed\";i:2934;s:11:\"deletedtext\";i:2935;s:25:\"deleted-page-and-talkpage\";i:2936;s:14:\"dellogpagetext\";i:2937;s:15:\"log-name-create\";i:2938;s:22:\"log-description-create\";i:2939;s:22:\"logentry-create-create\";i:2940;s:8:\"reverted\";i:2941;s:21:\"deletereason-dropdown\";i:2942;s:30:\"deletereason-dropdown-suppress\";i:2943;s:22:\"delete-edit-reasonlist\";i:2944;s:31:\"delete-edit-reasonlist-suppress\";i:2945;s:13:\"delete-toobig\";i:2946;s:23:\"delete-toomanyrevisions\";i:2947;s:21:\"delete-warning-toobig\";i:2948;s:35:\"delete-error-associated-alreadytalk\";i:2949;s:36:\"delete-error-associated-doesnotexist\";i:2950;s:15:\"deleteprotected\";i:2951;s:26:\"deleting-backlinks-warning\";i:2952;s:25:\"deleting-subpages-warning\";i:2953;s:34:\"deleting-talkpage-subpages-warning\";i:2954;s:8:\"rollback\";i:2955;s:29:\"rollback-confirmation-confirm\";i:2956;s:25:\"rollback-confirmation-yes\";i:2957;s:24:\"rollback-confirmation-no\";i:2958;s:17:\"rollbacklinkcount\";i:2959;s:26:\"rollbacklinkcount-morethan\";i:2960;s:21:\"rollback-missingparam\";i:2961;s:24:\"rollback-missingrevision\";i:2962;s:12:\"cantrollback\";i:2963;s:13:\"alreadyrolled\";i:2964;s:15:\"revertpage-anon\";i:2965;s:17:\"revertpage-nouser\";i:2966;s:16:\"rollback-success\";i:2967;s:20:\"sessionfailure-title\";i:2968;s:14:\"sessionfailure\";i:2969;s:18:\"changecontentmodel\";i:2970;s:25:\"changecontentmodel-legend\";i:2971;s:30:\"changecontentmodel-title-label\";i:2972;s:32:\"changecontentmodel-current-label\";i:2973;s:30:\"changecontentmodel-model-label\";i:2974;s:31:\"changecontentmodel-reason-label\";i:2975;s:25:\"changecontentmodel-submit\";i:2976;s:32:\"changecontentmodel-success-title\";i:2977;s:31:\"changecontentmodel-success-text\";i:2978;s:33:\"changecontentmodel-cannot-convert\";i:2979;s:34:\"changecontentmodel-nodirectediting\";i:2980;s:36:\"changecontentmodel-emptymodels-title\";i:2981;s:35:\"changecontentmodel-emptymodels-text\";i:2982;s:21:\"log-name-contentmodel\";i:2983;s:28:\"log-description-contentmodel\";i:2984;s:25:\"logentry-contentmodel-new\";i:2985;s:28:\"logentry-contentmodel-change\";i:2986;s:39:\"logentry-contentmodel-change-revertlink\";i:2987;s:35:\"logentry-contentmodel-change-revert\";i:2988;s:14:\"protectlogtext\";i:2989;s:16:\"protectedarticle\";i:2990;s:25:\"modifiedarticleprotection\";i:2991;s:18:\"unprotectedarticle\";i:2992;s:22:\"movedarticleprotection\";i:2993;s:24:\"protectedarticle-comment\";i:2994;s:33:\"modifiedarticleprotection-comment\";i:2995;s:26:\"unprotectedarticle-comment\";i:2996;s:24:\"protect-title-notallowed\";i:2997;s:26:\"protect-badnamespace-title\";i:2998;s:25:\"protect-badnamespace-text\";i:2999;s:31:\"protect-norestrictiontypes-text\";i:3000;s:32:\"protect-norestrictiontypes-title\";i:3001;s:14:\"protect-legend\";i:3002;s:27:\"protect-unchain-permissions\";i:3003;s:22:\"protect-locked-blocked\";i:3004;s:21:\"protect-locked-dblock\";i:3005;s:21:\"protect-locked-access\";i:3006;s:17:\"protect-cascadeon\";i:3007;s:20:\"protect-summary-desc\";i:3008;s:22:\"protect-expiring-local\";i:3009;s:25:\"protect-expiry-indefinite\";i:3010;s:17:\"protect-othertime\";i:3011;s:20:\"protect-othertime-op\";i:3012;s:23:\"protect-existing-expiry\";i:3013;s:32:\"protect-existing-expiry-infinity\";i:3014;s:19:\"protect-otherreason\";i:3015;s:22:\"protect-otherreason-op\";i:3016;s:16:\"protect-dropdown\";i:3017;s:23:\"protect-edit-reasonlist\";i:3018;s:12:\"minimum-size\";i:3019;s:12:\"maximum-size\";i:3020;s:8:\"pagesize\";i:3021;s:17:\"restriction-blank\";i:3022;s:8:\"undelete\";i:3023;s:16:\"undelete-summary\";i:3024;s:12:\"undeletepage\";i:3025;s:17:\"undeletepagetitle\";i:3026;s:15:\"viewdeletedpage\";i:3027;s:16:\"undeletepagetext\";i:3028;s:23:\"undelete-fieldset-title\";i:3029;s:17:\"undeleteextrahelp\";i:3030;s:17:\"undeleterevisions\";i:3031;s:15:\"undeletehistory\";i:3032;s:14:\"undeleterevdel\";i:3033;s:22:\"undeletehistorynoadmin\";i:3034;s:17:\"undelete-revision\";i:3035;s:24:\"undeleterevision-missing\";i:3036;s:32:\"undeleterevision-duplicate-revid\";i:3037;s:15:\"undelete-nodiff\";i:3038;s:21:\"undelete-undeletetalk\";i:3039;s:14:\"undeleteinvert\";i:3040;s:15:\"undeletecomment\";i:3041;s:14:\"cannotundelete\";i:3042;s:13:\"undeletedpage\";i:3043;s:15:\"undelete-header\";i:3044;s:21:\"undelete-search-title\";i:3045;s:19:\"undelete-search-box\";i:3046;s:22:\"undelete-search-prefix\";i:3047;s:20:\"undelete-search-full\";i:3048;s:19:\"undelete-no-results\";i:3049;s:26:\"undelete-filename-mismatch\";i:3050;s:22:\"undelete-bad-store-key\";i:3051;s:22:\"undelete-cleanup-error\";i:3052;s:28:\"undelete-missing-filearchive\";i:3053;s:28:\"undelete-talk-summary-prefix\";i:3054;s:14:\"undelete-error\";i:3055;s:37:\"undelete-error-associated-alreadytalk\";i:3056;s:36:\"undelete-error-associated-notdeleted\";i:3057;s:26:\"undelete-show-file-confirm\";i:3058;s:25:\"undelete-show-file-submit\";i:3059;s:22:\"undelete-revision-row2\";i:3060;s:21:\"undelete-back-to-list\";i:3061;s:14:\"tooltip-invert\";i:3062;s:28:\"tooltip-whatlinkshere-invert\";i:3063;s:29:\"tooltip-namespace_association\";i:3064;s:13:\"contributions\";i:3065;s:21:\"contributions-summary\";i:3066;s:22:\"contributions-subtitle\";i:3067;s:30:\"contributions-userdoesnotexist\";i:3068;s:32:\"negative-namespace-not-supported\";i:3069;s:4:\"date\";i:3070;s:28:\"sp-contributions-suppresslog\";i:3071;s:24:\"sp-contributions-deleted\";i:3072;s:27:\"sp-contributions-userrights\";i:3073;s:31:\"sp-contributions-blocked-notice\";i:3074;s:39:\"sp-contributions-blocked-notice-partial\";i:3075;s:36:\"sp-contributions-blocked-notice-anon\";i:3076;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:3077;s:26:\"sp-contributions-hideminor\";i:3078;s:24:\"sp-contributions-explain\";i:3079;s:23:\"sp-contributions-footer\";i:3080;s:28:\"sp-contributions-footer-anon\";i:3081;s:34:\"sp-contributions-footer-anon-range\";i:3082;s:27:\"sp-contributions-outofrange\";i:3083;s:33:\"sp-contributions-concurrency-user\";i:3084;s:31:\"sp-contributions-concurrency-ip\";i:3085;s:19:\"whatlinkshere-count\";i:3086;s:21:\"whatlinkshere-summary\";i:3087;s:14:\"nolinkshere-ns\";i:3088;s:26:\"whatlinkshere-sectionredir\";i:3089;s:20:\"whatlinkshere-submit\";i:3090;s:11:\"autoblockid\";i:3091;s:5:\"block\";i:3092;s:7:\"unblock\";i:3093;s:15:\"unblock-summary\";i:3094;s:13:\"changeblockip\";i:3095;s:11:\"blockiptext\";i:3096;s:19:\"ipaddressorusername\";i:3097;s:13:\"ipb-hardblock\";i:3098;s:16:\"ipbcreateaccount\";i:3099;s:11:\"ipbemailban\";i:3100;s:18:\"ipbenableautoblock\";i:3101;s:11:\"ipbhidename\";i:3102;s:12:\"ipbwatchuser\";i:3103;s:19:\"ipb-disableusertalk\";i:3104;s:16:\"ipb-change-block\";i:3105;s:11:\"ipb-confirm\";i:3106;s:12:\"ipb-sitewide\";i:3107;s:11:\"ipb-partial\";i:3108;s:17:\"ipb-sitewide-help\";i:3109;s:16:\"ipb-partial-help\";i:3110;s:17:\"ipb-action-create\";i:3111;s:15:\"ipb-action-move\";i:3112;s:17:\"ipb-action-upload\";i:3113;s:15:\"ipb-pages-label\";i:3114;s:20:\"ipb-namespaces-label\";i:3115;s:12:\"badipaddress\";i:3116;s:17:\"blockipsuccesssub\";i:3117;s:18:\"blockipsuccesstext\";i:3118;s:15:\"ipb-empty-block\";i:3119;s:19:\"ipb-block-not-found\";i:3120;s:16:\"ipb-blockingself\";i:3121;s:19:\"ipb-confirmhideuser\";i:3122;s:17:\"ipb-confirmaction\";i:3123;s:17:\"ipb-edit-dropdown\";i:3124;s:16:\"ipb-unblock-addr\";i:3125;s:11:\"ipb-unblock\";i:3126;s:13:\"ipb-blocklist\";i:3127;s:22:\"ipb-blocklist-contribs\";i:3128;s:27:\"ipb-blocklist-duration-left\";i:3129;s:13:\"block-actions\";i:3130;s:13:\"block-details\";i:3131;s:12:\"block-expiry\";i:3132;s:13:\"block-options\";i:3133;s:12:\"block-reason\";i:3134;s:12:\"block-target\";i:3135;s:24:\"block-target-placeholder\";i:3136;s:9:\"unblockip\";i:3137;s:13:\"unblockiptext\";i:3138;s:9:\"ipusubmit\";i:3139;s:9:\"unblocked\";i:3140;s:15:\"unblocked-range\";i:3141;s:12:\"unblocked-id\";i:3142;s:12:\"unblocked-ip\";i:3143;s:9:\"blocklist\";i:3144;s:13:\"autoblocklist\";i:3145;s:20:\"autoblocklist-submit\";i:3146;s:20:\"autoblocklist-legend\";i:3147;s:25:\"autoblocklist-localblocks\";i:3148;s:30:\"autoblocklist-total-autoblocks\";i:3149;s:19:\"autoblocklist-empty\";i:3150;s:25:\"autoblocklist-otherblocks\";i:3151;s:11:\"ipblocklist\";i:3152;s:18:\"ipblocklist-legend\";i:3153;s:20:\"blocklist-autoblocks\";i:3154;s:20:\"blocklist-userblocks\";i:3155;s:20:\"blocklist-tempblocks\";i:3156;s:21:\"blocklist-indefblocks\";i:3157;s:23:\"blocklist-addressblocks\";i:3158;s:14:\"blocklist-type\";i:3159;s:22:\"blocklist-type-opt-all\";i:3160;s:27:\"blocklist-type-opt-sitewide\";i:3161;s:26:\"blocklist-type-opt-partial\";i:3162;s:21:\"blocklist-rangeblocks\";i:3163;s:19:\"blocklist-timestamp\";i:3164;s:16:\"blocklist-target\";i:3165;s:16:\"blocklist-expiry\";i:3166;s:12:\"blocklist-by\";i:3167;s:16:\"blocklist-params\";i:3168;s:16:\"blocklist-reason\";i:3169;s:17:\"blocklist-summary\";i:3170;s:22:\"ipblocklist-localblock\";i:3171;s:23:\"ipblocklist-otherblocks\";i:3172;s:18:\"createaccountblock\";i:3173;s:10:\"emailblock\";i:3174;s:20:\"blocklist-nousertalk\";i:3175;s:17:\"blocklist-editing\";i:3176;s:26:\"blocklist-editing-sitewide\";i:3177;s:20:\"blocklist-editing-ns\";i:3178;s:24:\"blocklist-editing-action\";i:3179;s:17:\"ipblocklist-empty\";i:3180;s:22:\"ipblocklist-no-results\";i:3181;s:14:\"empty-username\";i:3182;s:9:\"emaillink\";i:3183;s:11:\"autoblocker\";i:3184;s:12:\"blocklogpage\";i:3185;s:16:\"blocklog-showlog\";i:3186;s:24:\"blocklog-showsuppresslog\";i:3187;s:13:\"blocklogentry\";i:3188;s:16:\"reblock-logentry\";i:3189;s:12:\"blocklogtext\";i:3190;s:15:\"unblocklogentry\";i:3191;s:24:\"block-log-flags-anononly\";i:3192;s:27:\"block-log-flags-noautoblock\";i:3193;s:23:\"block-log-flags-noemail\";i:3194;s:26:\"block-log-flags-nousertalk\";i:3195;s:31:\"block-log-flags-angry-autoblock\";i:3196;s:26:\"block-log-flags-hiddenname\";i:3197;s:20:\"range_block_disabled\";i:3198;s:26:\"ipb-prevent-user-talk-edit\";i:3199;s:18:\"ipb_expiry_invalid\";i:3200;s:14:\"ipb_expiry_old\";i:3201;s:15:\"ipb_expiry_temp\";i:3202;s:16:\"ipb_hide_invalid\";i:3203;s:16:\"ipb_hide_partial\";i:3204;s:19:\"ipb_already_blocked\";i:3205;s:15:\"ipb-needreblock\";i:3206;s:22:\"ipb-otherblocks-header\";i:3207;s:16:\"unblock-hideuser\";i:3208;s:16:\"ipb_cant_unblock\";i:3209;s:20:\"ipb_blocked_as_range\";i:3210;s:16:\"ip_range_invalid\";i:3211;s:17:\"ip_range_toolarge\";i:3212;s:17:\"ip_range_exceeded\";i:3213;s:15:\"ip_range_toolow\";i:3214;s:12:\"proxyblocker\";i:3215;s:16:\"proxyblockreason\";i:3216;s:5:\"sorbs\";i:3217;s:11:\"sorbsreason\";i:3218;s:27:\"sorbs_create_account_reason\";i:3219;s:21:\"softblockrangesreason\";i:3220;s:14:\"xffblockreason\";i:3221;s:20:\"cant-see-hidden-user\";i:3222;s:27:\"cant-block-nonexistent-page\";i:3223;s:10:\"ipbblocked\";i:3224;s:16:\"ipbnounblockself\";i:3225;s:18:\"ipb-default-expiry\";i:3226;s:21:\"ipb-default-expiry-ip\";i:3227;s:6:\"lockdb\";i:3228;s:8:\"unlockdb\";i:3229;s:10:\"lockdbtext\";i:3230;s:12:\"unlockdbtext\";i:3231;s:11:\"lockconfirm\";i:3232;s:13:\"unlockconfirm\";i:3233;s:7:\"lockbtn\";i:3234;s:9:\"unlockbtn\";i:3235;s:13:\"locknoconfirm\";i:3236;s:16:\"lockdbsuccesssub\";i:3237;s:18:\"unlockdbsuccesssub\";i:3238;s:17:\"lockdbsuccesstext\";i:3239;s:19:\"unlockdbsuccesstext\";i:3240;s:19:\"lockfilenotwritable\";i:3241;s:14:\"databaselocked\";i:3242;s:17:\"databasenotlocked\";i:3243;s:15:\"lockedbyandtime\";i:3244;s:9:\"move-page\";i:3245;s:16:\"movepage-summary\";i:3246;s:16:\"move-page-legend\";i:3247;s:12:\"movepagetext\";i:3248;s:28:\"movepagetext-noredirectfixer\";i:3249;s:30:\"movepagetext-noredirectsupport\";i:3250;s:16:\"movepagetalktext\";i:3251;s:20:\"moveuserpage-warning\";i:3252;s:24:\"movecategorypage-warning\";i:3253;s:15:\"movenologintext\";i:3254;s:14:\"movenotallowed\";i:3255;s:18:\"movenotallowedfile\";i:3256;s:19:\"cant-move-user-page\";i:3257;s:22:\"cant-move-to-user-page\";i:3258;s:23:\"cant-move-category-page\";i:3259;s:26:\"cant-move-to-category-page\";i:3260;s:18:\"cant-move-subpages\";i:3261;s:20:\"namespace-nosubpages\";i:3262;s:10:\"cannotmove\";i:3263;s:23:\"movepage-moved-redirect\";i:3264;s:25:\"movepage-moved-noredirect\";i:3265;s:21:\"movepage-delete-first\";i:3266;s:14:\"redirectexists\";i:3267;s:23:\"cantmove-titleprotected\";i:3268;s:13:\"move-subpages\";i:3269;s:18:\"move-talk-subpages\";i:3270;s:20:\"movepage-page-exists\";i:3271;s:28:\"movepage-source-doesnt-exist\";i:3272;s:19:\"movepage-page-moved\";i:3273;s:21:\"movepage-page-unmoved\";i:3274;s:18:\"movepage-max-pages\";i:3275;s:15:\"movelogpagetext\";i:3276;s:11:\"movesubpage\";i:3277;s:15:\"movesubpagetext\";i:3278;s:19:\"movesubpagetalktext\";i:3279;s:25:\"movesubpagetext-truncated\";i:3280;s:29:\"movesubpagetalktext-truncated\";i:3281;s:13:\"movenosubpage\";i:3282;s:18:\"move-redirect-text\";i:3283;s:31:\"category-move-redirect-override\";i:3284;s:20:\"delete_and_move_text\";i:3285;s:29:\"delete_redirect_and_move_text\";i:3286;s:23:\"delete_and_move_confirm\";i:3287;s:22:\"delete_and_move_reason\";i:3288;s:8:\"selfmove\";i:3289;s:25:\"immobile-source-namespace\";i:3290;s:28:\"immobile-source-namespace-iw\";i:3291;s:25:\"immobile-target-namespace\";i:3292;s:28:\"immobile-target-namespace-iw\";i:3293;s:20:\"immobile-source-page\";i:3294;s:20:\"immobile-target-page\";i:3295;s:29:\"movepage-invalid-target-title\";i:3296;s:16:\"bad-target-model\";i:3297;s:21:\"imagenocrossnamespace\";i:3298;s:27:\"nonfile-cannot-move-to-file\";i:3299;s:17:\"imagetypemismatch\";i:3300;s:20:\"imageinvalidfilename\";i:3301;s:20:\"fix-double-redirects\";i:3302;s:19:\"move-leave-redirect\";i:3303;s:24:\"protectedpagemovewarning\";i:3304;s:28:\"semiprotectedpagemovewarning\";i:3305;s:20:\"move-over-sharedrepo\";i:3306;s:22:\"file-exists-sharedrepo\";i:3307;s:14:\"export-summary\";i:3308;s:10:\"exporttext\";i:3309;s:9:\"exportall\";i:3310;s:13:\"exportcuronly\";i:3311;s:15:\"exportnohistory\";i:3312;s:17:\"exportlistauthors\";i:3313;s:13:\"export-submit\";i:3314;s:17:\"export-addcattext\";i:3315;s:13:\"export-addcat\";i:3316;s:16:\"export-addnstext\";i:3317;s:12:\"export-addns\";i:3318;s:15:\"export-download\";i:3319;s:16:\"export-templates\";i:3320;s:16:\"export-pagelinks\";i:3321;s:13:\"export-manual\";i:3322;s:11:\"allmessages\";i:3323;s:15:\"allmessagestext\";i:3324;s:34:\"allmessages-not-supported-database\";i:3325;s:25:\"allmessages-filter-legend\";i:3326;s:18:\"allmessages-filter\";i:3327;s:18:\"allmessages-prefix\";i:3328;s:28:\"allmessages-filter-translate\";i:3329;s:15:\"thumbnail_error\";i:3330;s:22:\"thumbnail_error_remote\";i:3331;s:15:\"djvu_page_error\";i:3332;s:21:\"thumbnail-temp-create\";i:3333;s:21:\"thumbnail-dest-create\";i:3334;s:24:\"thumbnail_invalid_params\";i:3335;s:25:\"thumbnail_toobigimagearea\";i:3336;s:24:\"thumbnail_dest_directory\";i:3337;s:20:\"thumbnail_image-type\";i:3338;s:20:\"thumbnail_gd-library\";i:3339;s:25:\"thumbnail_image-size-zero\";i:3340;s:23:\"thumbnail_image-missing\";i:3341;s:29:\"thumbnail_image-failure-limit\";i:3342;s:14:\"import-summary\";i:3343;s:15:\"importinterwiki\";i:3344;s:21:\"import-interwiki-text\";i:3345;s:27:\"import-interwiki-sourcewiki\";i:3346;s:27:\"import-interwiki-sourcepage\";i:3347;s:24:\"import-interwiki-history\";i:3348;s:26:\"import-interwiki-templates\";i:3349;s:22:\"import-mapping-default\";i:3350;s:24:\"import-mapping-namespace\";i:3351;s:22:\"import-mapping-subpage\";i:3352;s:22:\"import-upload-filename\";i:3353;s:29:\"import-upload-username-prefix\";i:3354;s:25:\"import-assign-known-users\";i:3355;s:14:\"import-comment\";i:3356;s:10:\"importtext\";i:3357;s:21:\"import-revision-count\";i:3358;s:20:\"imported-log-entries\";i:3359;s:19:\"importunknownsource\";i:3360;s:14:\"importnoprefix\";i:3361;s:14:\"importcantopen\";i:3362;s:18:\"importbadinterwiki\";i:3363;s:15:\"importnosources\";i:3364;s:12:\"importnofile\";i:3365;s:21:\"importuploaderrorsize\";i:3366;s:24:\"importuploaderrorpartial\";i:3367;s:21:\"importuploaderrortemp\";i:3368;s:20:\"import-parse-failure\";i:3369;s:21:\"import-nonewrevisions\";i:3370;s:16:\"xml-error-string\";i:3371;s:13:\"import-upload\";i:3372;s:21:\"import-token-mismatch\";i:3373;s:24:\"import-invalid-interwiki\";i:3374;s:17:\"import-error-edit\";i:3375;s:22:\"import-error-interwiki\";i:3376;s:20:\"import-error-special\";i:3377;s:20:\"import-error-invalid\";i:3378;s:24:\"import-error-unserialize\";i:3379;s:25:\"import-error-bad-location\";i:3380;s:20:\"import-options-wrong\";i:3381;s:23:\"import-rootpage-invalid\";i:3382;s:25:\"import-rootpage-nosubpage\";i:3383;s:17:\"importlogpagetext\";i:3384;s:22:\"import-logentry-upload\";i:3385;s:29:\"import-logentry-upload-detail\";i:3386;s:25:\"import-logentry-interwiki\";i:3387;s:32:\"import-logentry-interwiki-detail\";i:3388;s:14:\"javascripttest\";i:3389;s:26:\"javascripttest-qunit-intro\";i:3390;s:21:\"accesskey-pt-userpage\";i:3391;s:25:\"accesskey-pt-anonuserpage\";i:3392;s:19:\"accesskey-pt-mytalk\";i:3393;s:21:\"accesskey-pt-anontalk\";i:3394;s:24:\"accesskey-pt-preferences\";i:3395;s:22:\"accesskey-pt-watchlist\";i:3396;s:22:\"accesskey-pt-mycontris\";i:3397;s:25:\"accesskey-pt-anoncontribs\";i:3398;s:18:\"accesskey-pt-login\";i:3399;s:26:\"accesskey-pt-login-private\";i:3400;s:19:\"accesskey-pt-logout\";i:3401;s:26:\"accesskey-pt-createaccount\";i:3402;s:17:\"accesskey-ca-view\";i:3403;s:17:\"accesskey-ca-talk\";i:3404;s:17:\"accesskey-ca-edit\";i:3405;s:23:\"accesskey-ca-addsection\";i:3406;s:23:\"accesskey-ca-viewsource\";i:3407;s:20:\"accesskey-ca-history\";i:3408;s:20:\"accesskey-ca-protect\";i:3409;s:22:\"accesskey-ca-unprotect\";i:3410;s:19:\"accesskey-ca-delete\";i:3411;s:21:\"accesskey-ca-undelete\";i:3412;s:17:\"accesskey-ca-move\";i:3413;s:18:\"accesskey-ca-watch\";i:3414;s:20:\"accesskey-ca-unwatch\";i:3415;s:16:\"accesskey-search\";i:3416;s:19:\"accesskey-search-go\";i:3417;s:25:\"accesskey-search-fulltext\";i:3418;s:16:\"accesskey-p-logo\";i:3419;s:26:\"accesskey-n-help-mediawiki\";i:3420;s:20:\"accesskey-n-mainpage\";i:3421;s:32:\"accesskey-n-mainpage-description\";i:3422;s:18:\"accesskey-n-portal\";i:3423;s:25:\"accesskey-n-currentevents\";i:3424;s:25:\"accesskey-n-recentchanges\";i:3425;s:22:\"accesskey-n-randompage\";i:3426;s:16:\"accesskey-n-help\";i:3427;s:25:\"accesskey-t-whatlinkshere\";i:3428;s:31:\"accesskey-t-recentchangeslinked\";i:3429;s:18:\"accesskey-feed-rss\";i:3430;s:19:\"accesskey-feed-atom\";i:3431;s:25:\"accesskey-t-contributions\";i:3432;s:21:\"accesskey-t-emailuser\";i:3433;s:16:\"accesskey-t-info\";i:3434;s:21:\"accesskey-t-permalink\";i:3435;s:17:\"accesskey-t-print\";i:3436;s:18:\"accesskey-t-upload\";i:3437;s:24:\"accesskey-t-specialpages\";i:3438;s:23:\"accesskey-ca-nstab-main\";i:3439;s:23:\"accesskey-ca-nstab-user\";i:3440;s:24:\"accesskey-ca-nstab-media\";i:3441;s:26:\"accesskey-ca-nstab-special\";i:3442;s:26:\"accesskey-ca-nstab-project\";i:3443;s:24:\"accesskey-ca-nstab-image\";i:3444;s:28:\"accesskey-ca-nstab-mediawiki\";i:3445;s:27:\"accesskey-ca-nstab-template\";i:3446;s:23:\"accesskey-ca-nstab-help\";i:3447;s:27:\"accesskey-ca-nstab-category\";i:3448;s:19:\"accesskey-minoredit\";i:3449;s:14:\"accesskey-save\";i:3450;s:17:\"accesskey-publish\";i:3451;s:17:\"accesskey-preview\";i:3452;s:14:\"accesskey-diff\";i:3453;s:33:\"accesskey-compareselectedversions\";i:3454;s:15:\"accesskey-watch\";i:3455;s:26:\"accesskey-watchlist-expiry\";i:3456;s:16:\"accesskey-upload\";i:3457;s:26:\"accesskey-preferences-save\";i:3458;s:17:\"accesskey-summary\";i:3459;s:24:\"accesskey-userrights-set\";i:3460;s:23:\"accesskey-blockip-block\";i:3461;s:16:\"accesskey-export\";i:3462;s:16:\"accesskey-import\";i:3463;s:37:\"accesskey-watchlistedit-normal-submit\";i:3464;s:34:\"accesskey-watchlistedit-raw-submit\";i:3465;s:23:\"tooltip-pt-anonuserpage\";i:3466;s:22:\"tooltip-pt-tmpuserpage\";i:3467;s:19:\"tooltip-pt-anontalk\";i:3468;s:23:\"tooltip-pt-anoncontribs\";i:3469;s:24:\"tooltip-pt-login-private\";i:3470;s:15:\"tooltip-ca-view\";i:3471;s:19:\"tooltip-ca-undelete\";i:3472;s:27:\"tooltip-ca-unwatch-expiring\";i:3473;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3474;s:18:\"tooltip-p-cactions\";i:3475;s:14:\"tooltip-p-lang\";i:3476;s:20:\"tooltip-p-navigation\";i:3477;s:18:\"tooltip-p-personal\";i:3478;s:20:\"tooltip-p-namespaces\";i:3479;s:12:\"tooltip-p-tb\";i:3480;s:18:\"tooltip-p-variants\";i:3481;s:15:\"tooltip-p-views\";i:3482;s:36:\"tooltip-p-user-interface-preferences\";i:3483;s:19:\"tooltip-p-user-page\";i:3484;s:24:\"tooltip-n-help-mediawiki\";i:3485;s:14:\"tooltip-t-info\";i:3486;s:22:\"tooltip-ca-nstab-media\";i:3487;s:21:\"tooltip-ca-nstab-help\";i:3488;s:15:\"tooltip-publish\";i:3489;s:24:\"tooltip-watchlist-expiry\";i:3490;s:35:\"tooltip-watchlistedit-normal-submit\";i:3491;s:32:\"tooltip-watchlistedit-raw-submit\";i:3492;s:16:\"tooltip-recreate\";i:3493;s:14:\"tooltip-upload\";i:3494;s:16:\"tooltip-rollback\";i:3495;s:24:\"tooltip-preferences-save\";i:3496;s:24:\"interlanguage-link-title\";i:3497;s:33:\"interlanguage-link-title-langonly\";i:3498;s:32:\"interlanguage-link-title-nonlang\";i:3499;s:36:\"interlanguage-link-title-nonlangonly\";i:3500;s:10:\"common.css\";i:3501;s:9:\"print.css\";i:3502;s:12:\"noscript.css\";i:3503;s:23:\"group-autoconfirmed.css\";i:3504;s:14:\"group-user.css\";i:3505;s:13:\"group-bot.css\";i:3506;s:15:\"group-sysop.css\";i:3507;s:20:\"group-bureaucrat.css\";i:3508;s:11:\"common.json\";i:3509;s:9:\"common.js\";i:3510;s:22:\"group-autoconfirmed.js\";i:3511;s:13:\"group-user.js\";i:3512;s:12:\"group-bot.js\";i:3513;s:14:\"group-sysop.js\";i:3514;s:19:\"group-bureaucrat.js\";i:3515;s:8:\"anonuser\";i:3516;s:16:\"lastmodifiedatby\";i:3517;s:13:\"othercontribs\";i:3518;s:9:\"siteusers\";i:3519;s:11:\"creditspage\";i:3520;s:9:\"nocredits\";i:3521;s:19:\"spamprotectiontitle\";i:3522;s:18:\"spamprotectiontext\";i:3523;s:19:\"spamprotectionmatch\";i:3524;s:16:\"spambot_username\";i:3525;s:14:\"spam_reverting\";i:3526;s:13:\"spam_blanking\";i:3527;s:13:\"spam_deleting\";i:3528;s:20:\"simpleantispam-label\";i:3529;s:15:\"pageinfo-header\";i:3530;s:20:\"pageinfo-not-current\";i:3531;s:26:\"pageinfo-header-properties\";i:3532;s:18:\"pageinfo-namespace\";i:3533;s:24:\"pageinfo-language-change\";i:3534;s:29:\"pageinfo-content-model-change\";i:3535;s:17:\"pageinfo-watchers\";i:3536;s:26:\"pageinfo-visiting-watchers\";i:3537;s:30:\"pageinfo-few-visiting-watchers\";i:3538;s:24:\"pageinfo-redirects-value\";i:3539;s:23:\"pageinfo-subpages-value\";i:3540;s:21:\"pageinfo-recent-edits\";i:3541;s:23:\"pageinfo-recent-authors\";i:3542;s:18:\"pageinfo-templates\";i:3543;s:22:\"pageinfo-transclusions\";i:3544;s:15:\"pageinfo-footer\";i:3545;s:20:\"pageinfo-redirectsto\";i:3546;s:25:\"pageinfo-redirectsto-info\";i:3547;s:26:\"pageinfo-protect-cascading\";i:3548;s:30:\"pageinfo-protect-cascading-yes\";i:3549;s:31:\"pageinfo-protect-cascading-from\";i:3550;s:22:\"pageinfo-category-info\";i:3551;s:23:\"pageinfo-category-total\";i:3552;s:23:\"pageinfo-category-pages\";i:3553;s:25:\"pageinfo-category-subcats\";i:3554;s:23:\"pageinfo-category-files\";i:3555;s:16:\"pageinfo-user-id\";i:3556;s:18:\"pageinfo-file-hash\";i:3557;s:25:\"pageinfo-view-protect-log\";i:3558;s:19:\"markaspatrolleddiff\";i:3559;s:19:\"markaspatrolledlink\";i:3560;s:19:\"markaspatrolledtext\";i:3561;s:24:\"markaspatrolledtext-file\";i:3562;s:17:\"markedaspatrolled\";i:3563;s:21:\"markedaspatrolledtext\";i:3564;s:16:\"rcpatroldisabled\";i:3565;s:20:\"rcpatroldisabledtext\";i:3566;s:22:\"markedaspatrollederror\";i:3567;s:26:\"markedaspatrollederrortext\";i:3568;s:35:\"markedaspatrollederror-noautopatrol\";i:3569;s:23:\"markedaspatrollednotify\";i:3570;s:15:\"patrol-log-page\";i:3571;s:17:\"patrol-log-header\";i:3572;s:28:\"confirm-markpatrolled-button\";i:3573;s:25:\"confirm-markpatrolled-top\";i:3574;s:15:\"deletedrevision\";i:3575;s:21:\"filedeleteerror-short\";i:3576;s:20:\"filedeleteerror-long\";i:3577;s:18:\"filedelete-missing\";i:3578;s:27:\"filedelete-old-unregistered\";i:3579;s:31:\"filedelete-current-unregistered\";i:3580;s:28:\"filedelete-archive-read-only\";i:3581;s:12:\"mediawarning\";i:3582;s:11:\"widthheight\";i:3583;s:9:\"file-info\";i:3584;s:20:\"file-info-size-pages\";i:3585;s:22:\"svg-long-desc-animated\";i:3586;s:14:\"svg-long-error\";i:3587;s:29:\"show-big-image-preview-differ\";i:3588;s:20:\"file-info-gif-looped\";i:3589;s:20:\"file-info-gif-frames\";i:3590;s:20:\"file-info-png-looped\";i:3591;s:20:\"file-info-png-repeat\";i:3592;s:20:\"file-info-png-frames\";i:3593;s:23:\"file-no-thumb-animation\";i:3594;s:27:\"file-no-thumb-animation-gif\";i:3595;s:9:\"newimages\";i:3596;s:13:\"newimagestext\";i:3597;s:17:\"newimages-summary\";i:3598;s:16:\"newimages-legend\";i:3599;s:14:\"newimages-user\";i:3600;s:18:\"newimages-showbots\";i:3601;s:23:\"newimages-hidepatrolled\";i:3602;s:19:\"newimages-mediatype\";i:3603;s:24:\"gallery-slideshow-toggle\";i:3604;s:21:\"sp-newimages-showfrom\";i:3605;s:10:\"video-dims\";i:3606;s:14:\"seconds-abbrev\";i:3607;s:14:\"minutes-abbrev\";i:3608;s:12:\"hours-abbrev\";i:3609;s:11:\"days-abbrev\";i:3610;s:7:\"seconds\";i:3611;s:7:\"minutes\";i:3612;s:5:\"hours\";i:3613;s:4:\"days\";i:3614;s:5:\"weeks\";i:3615;s:6:\"months\";i:3616;s:5:\"years\";i:3617;s:3:\"ago\";i:3618;s:8:\"just-now\";i:3619;s:9:\"hours-ago\";i:3620;s:11:\"minutes-ago\";i:3621;s:11:\"seconds-ago\";i:3622;s:9:\"monday-at\";i:3623;s:10:\"tuesday-at\";i:3624;s:12:\"wednesday-at\";i:3625;s:11:\"thursday-at\";i:3626;s:9:\"friday-at\";i:3627;s:11:\"saturday-at\";i:3628;s:9:\"sunday-at\";i:3629;s:8:\"today-at\";i:3630;s:12:\"yesterday-at\";i:3631;s:14:\"bad_image_list\";i:3632;s:19:\"variantname-zh-hans\";i:3633;s:19:\"variantname-zh-hant\";i:3634;s:17:\"variantname-zh-cn\";i:3635;s:17:\"variantname-zh-tw\";i:3636;s:17:\"variantname-zh-hk\";i:3637;s:17:\"variantname-zh-mo\";i:3638;s:17:\"variantname-zh-sg\";i:3639;s:17:\"variantname-zh-my\";i:3640;s:14:\"variantname-zh\";i:3641;s:20:\"variantname-gan-hans\";i:3642;s:20:\"variantname-gan-hant\";i:3643;s:15:\"variantname-gan\";i:3644;s:19:\"variantname-sr-cyrl\";i:3645;s:17:\"variantname-sr-ec\";i:3646;s:17:\"variantname-sr-el\";i:3647;s:19:\"variantname-sr-latn\";i:3648;s:14:\"variantname-sr\";i:3649;s:17:\"variantname-kk-kz\";i:3650;s:17:\"variantname-kk-tr\";i:3651;s:17:\"variantname-kk-cn\";i:3652;s:19:\"variantname-kk-cyrl\";i:3653;s:19:\"variantname-kk-latn\";i:3654;s:19:\"variantname-kk-arab\";i:3655;s:14:\"variantname-kk\";i:3656;s:19:\"variantname-ku-arab\";i:3657;s:19:\"variantname-ku-latn\";i:3658;s:14:\"variantname-ku\";i:3659;s:19:\"variantname-tg-cyrl\";i:3660;s:19:\"variantname-tg-latn\";i:3661;s:14:\"variantname-tg\";i:3662;s:20:\"variantname-tly-cyrl\";i:3663;s:15:\"variantname-tly\";i:3664;s:20:\"variantname-ike-cans\";i:3665;s:20:\"variantname-ike-latn\";i:3666;s:14:\"variantname-iu\";i:3667;s:20:\"variantname-shi-tfng\";i:3668;s:20:\"variantname-shi-latn\";i:3669;s:15:\"variantname-shi\";i:3670;s:14:\"variantname-uz\";i:3671;s:19:\"variantname-uz-latn\";i:3672;s:19:\"variantname-uz-cyrl\";i:3673;s:15:\"variantname-crh\";i:3674;s:20:\"variantname-crh-latn\";i:3675;s:20:\"variantname-crh-cyrl\";i:3676;s:13:\"metadata-help\";i:3677;s:15:\"metadata-fields\";i:3678;s:17:\"metadata-langitem\";i:3679;s:25:\"metadata-langitem-default\";i:3680;s:12:\"confirmemail\";i:3681;s:20:\"confirmemail_noemail\";i:3682;s:17:\"confirmemail_text\";i:3683;s:20:\"confirmemail_pending\";i:3684;s:17:\"confirmemail_send\";i:3685;s:17:\"confirmemail_sent\";i:3686;s:21:\"confirmemail_oncreate\";i:3687;s:23:\"confirmemail_sendfailed\";i:3688;s:20:\"confirmemail_invalid\";i:3689;s:22:\"confirmemail_needlogin\";i:3690;s:20:\"confirmemail_success\";i:3691;s:21:\"confirmemail_loggedin\";i:3692;s:20:\"confirmemail_subject\";i:3693;s:25:\"confirmemail_body_changed\";i:3694;s:21:\"confirmemail_body_set\";i:3695;s:24:\"confirmemail_invalidated\";i:3696;s:15:\"invalidateemail\";i:3697;s:33:\"notificationemail_subject_changed\";i:3698;s:33:\"notificationemail_subject_removed\";i:3699;s:30:\"notificationemail_body_changed\";i:3700;s:30:\"notificationemail_body_removed\";i:3701;s:23:\"scarytranscludedisabled\";i:3702;s:32:\"scarytranscludefailed-httpstatus\";i:3703;s:19:\"deletedwhileediting\";i:3704;s:15:\"confirmrecreate\";i:3705;s:24:\"confirmrecreate-noreason\";i:3706;s:8:\"recreate\";i:3707;s:10:\"unit-pixel\";i:3708;s:19:\"confirm-purge-title\";i:3709;s:20:\"confirm_purge_button\";i:3710;s:17:\"confirm-purge-top\";i:3711;s:20:\"confirm-purge-bottom\";i:3712;s:20:\"confirm-watch-button\";i:3713;s:17:\"confirm-watch-top\";i:3714;s:19:\"confirm-watch-label\";i:3715;s:24:\"watchlist-expiry-options\";i:3716;s:31:\"watchlist-expires-in-aria-label\";i:3717;s:27:\"confirm-watch-button-expiry\";i:3718;s:22:\"confirm-unwatch-button\";i:3719;s:19:\"confirm-unwatch-top\";i:3720;s:23:\"confirm-rollback-button\";i:3721;s:20:\"confirm-rollback-top\";i:3722;s:23:\"confirm-rollback-bottom\";i:3723;s:24:\"confirm-mcrrestore-title\";i:3724;s:21:\"confirm-mcrundo-title\";i:3725;s:13:\"mcrundofailed\";i:3726;s:20:\"mcrundo-missingparam\";i:3727;s:15:\"mcrundo-changed\";i:3728;s:20:\"mcrundo-parse-failed\";i:3729;s:19:\"semicolon-separator\";i:3730;s:15:\"comma-separator\";i:3731;s:15:\"colon-separator\";i:3732;s:18:\"autocomment-prefix\";i:3733;s:14:\"pipe-separator\";i:3734;s:14:\"word-separator\";i:3735;s:8:\"ellipsis\";i:3736;s:7:\"percent\";i:3737;s:11:\"parentheses\";i:3738;s:17:\"parentheses-start\";i:3739;s:15:\"parentheses-end\";i:3740;s:8:\"brackets\";i:3741;s:14:\"brackets-start\";i:3742;s:12:\"brackets-end\";i:3743;s:15:\"quotation-marks\";i:3744;s:13:\"formatnum-nan\";i:3745;s:16:\"imgmultipageprev\";i:3746;s:12:\"img-lang-opt\";i:3747;s:16:\"img-lang-default\";i:3748;s:13:\"img-lang-info\";i:3749;s:11:\"img-lang-go\";i:3750;s:16:\"table_pager_next\";i:3751;s:16:\"table_pager_prev\";i:3752;s:17:\"table_pager_limit\";i:3753;s:23:\"table_pager_limit_label\";i:3754;s:16:\"autosumm-replace\";i:3755;s:16:\"autoredircomment\";i:3756;s:25:\"autosumm-removed-redirect\";i:3757;s:32:\"autosumm-changed-redirect-target\";i:3758;s:17:\"autosumm-newblank\";i:3759;s:29:\"block-autoblock-exemptionlist\";i:3760;s:10:\"size-bytes\";i:3761;s:14:\"size-kilobytes\";i:3762;s:14:\"size-megabytes\";i:3763;s:14:\"size-gigabytes\";i:3764;s:14:\"size-terabytes\";i:3765;s:14:\"size-petabytes\";i:3766;s:13:\"size-exabytes\";i:3767;s:15:\"size-zettabytes\";i:3768;s:15:\"size-yottabytes\";i:3769;s:15:\"size-ronnabytes\";i:3770;s:16:\"size-quettabytes\";i:3771;s:10:\"size-pixel\";i:3772;s:14:\"size-kilopixel\";i:3773;s:14:\"size-megapixel\";i:3774;s:14:\"size-gigapixel\";i:3775;s:14:\"size-terapixel\";i:3776;s:14:\"size-petapixel\";i:3777;s:13:\"size-exapixel\";i:3778;s:15:\"size-zettapixel\";i:3779;s:15:\"size-yottapixel\";i:3780;s:15:\"size-ronnapixel\";i:3781;s:16:\"size-quettapixel\";i:3782;s:12:\"bitrate-bits\";i:3783;s:16:\"bitrate-kilobits\";i:3784;s:16:\"bitrate-megabits\";i:3785;s:16:\"bitrate-gigabits\";i:3786;s:16:\"bitrate-terabits\";i:3787;s:16:\"bitrate-petabits\";i:3788;s:15:\"bitrate-exabits\";i:3789;s:17:\"bitrate-zettabits\";i:3790;s:17:\"bitrate-yottabits\";i:3791;s:17:\"bitrate-ronnabits\";i:3792;s:18:\"bitrate-quettabits\";i:3793;s:15:\"lag-warn-normal\";i:3794;s:13:\"lag-warn-high\";i:3795;s:21:\"editwatchlist-summary\";i:3796;s:28:\"watchlistedit-normal-explain\";i:3797;s:25:\"watchlistedit-normal-done\";i:3798;s:23:\"watchlistedit-raw-title\";i:3799;s:24:\"watchlistedit-raw-legend\";i:3800;s:25:\"watchlistedit-raw-explain\";i:3801;s:24:\"watchlistedit-raw-submit\";i:3802;s:23:\"watchlistedit-raw-added\";i:3803;s:25:\"watchlistedit-raw-removed\";i:3804;s:25:\"watchlistedit-clear-title\";i:3805;s:26:\"watchlistedit-clear-legend\";i:3806;s:27:\"watchlistedit-clear-explain\";i:3807;s:26:\"watchlistedit-clear-titles\";i:3808;s:26:\"watchlistedit-clear-submit\";i:3809;s:24:\"watchlistedit-clear-done\";i:3810;s:28:\"watchlistedit-clear-jobqueue\";i:3811;s:27:\"watchlistedit-clear-removed\";i:3812;s:22:\"watchlistedit-too-many\";i:3813;s:19:\"iranian-calendar-m1\";i:3814;s:19:\"iranian-calendar-m2\";i:3815;s:19:\"iranian-calendar-m3\";i:3816;s:19:\"iranian-calendar-m4\";i:3817;s:19:\"iranian-calendar-m5\";i:3818;s:19:\"iranian-calendar-m6\";i:3819;s:19:\"iranian-calendar-m7\";i:3820;s:19:\"iranian-calendar-m8\";i:3821;s:19:\"iranian-calendar-m9\";i:3822;s:20:\"iranian-calendar-m10\";i:3823;s:20:\"iranian-calendar-m11\";i:3824;s:20:\"iranian-calendar-m12\";i:3825;s:17:\"hijri-calendar-m1\";i:3826;s:17:\"hijri-calendar-m2\";i:3827;s:17:\"hijri-calendar-m3\";i:3828;s:17:\"hijri-calendar-m4\";i:3829;s:17:\"hijri-calendar-m5\";i:3830;s:17:\"hijri-calendar-m6\";i:3831;s:17:\"hijri-calendar-m7\";i:3832;s:17:\"hijri-calendar-m8\";i:3833;s:17:\"hijri-calendar-m9\";i:3834;s:18:\"hijri-calendar-m10\";i:3835;s:18:\"hijri-calendar-m11\";i:3836;s:18:\"hijri-calendar-m12\";i:3837;s:18:\"hebrew-calendar-m1\";i:3838;s:18:\"hebrew-calendar-m2\";i:3839;s:18:\"hebrew-calendar-m3\";i:3840;s:18:\"hebrew-calendar-m4\";i:3841;s:18:\"hebrew-calendar-m5\";i:3842;s:18:\"hebrew-calendar-m6\";i:3843;s:19:\"hebrew-calendar-m6a\";i:3844;s:19:\"hebrew-calendar-m6b\";i:3845;s:18:\"hebrew-calendar-m7\";i:3846;s:18:\"hebrew-calendar-m8\";i:3847;s:18:\"hebrew-calendar-m9\";i:3848;s:19:\"hebrew-calendar-m10\";i:3849;s:19:\"hebrew-calendar-m11\";i:3850;s:19:\"hebrew-calendar-m12\";i:3851;s:22:\"hebrew-calendar-m1-gen\";i:3852;s:22:\"hebrew-calendar-m2-gen\";i:3853;s:22:\"hebrew-calendar-m3-gen\";i:3854;s:22:\"hebrew-calendar-m4-gen\";i:3855;s:22:\"hebrew-calendar-m5-gen\";i:3856;s:22:\"hebrew-calendar-m6-gen\";i:3857;s:23:\"hebrew-calendar-m6a-gen\";i:3858;s:23:\"hebrew-calendar-m6b-gen\";i:3859;s:22:\"hebrew-calendar-m7-gen\";i:3860;s:22:\"hebrew-calendar-m8-gen\";i:3861;s:22:\"hebrew-calendar-m9-gen\";i:3862;s:23:\"hebrew-calendar-m10-gen\";i:3863;s:23:\"hebrew-calendar-m11-gen\";i:3864;s:23:\"hebrew-calendar-m12-gen\";i:3865;s:14:\"signature-anon\";i:3866;s:14:\"signature-temp\";i:3867;s:12:\"timezone-utc\";i:3868;s:14:\"timezone-local\";i:3869;s:21:\"duplicate-defaultsort\";i:3870;s:22:\"duplicate-displaytitle\";i:3871;s:23:\"restricted-displaytitle\";i:3872;s:22:\"invalid-indicator-name\";i:3873;s:25:\"invalid-langconvert-attrs\";i:3874;s:15:\"version-summary\";i:3875;s:18:\"version-extensions\";i:3876;s:13:\"version-skins\";i:3877;s:19:\"version-parserhooks\";i:3878;s:17:\"version-variables\";i:3879;s:15:\"version-editors\";i:3880;s:16:\"version-antispam\";i:3881;s:11:\"version-api\";i:3882;s:21:\"version-mediahandlers\";i:3883;s:28:\"version-parser-extensiontags\";i:3884;s:29:\"version-parser-function-hooks\";i:3885;s:25:\"version-hook-subscribedby\";i:3886;s:15:\"version-version\";i:3887;s:19:\"version-no-ext-name\";i:3888;s:15:\"version-license\";i:3889;s:19:\"version-ext-license\";i:3890;s:26:\"version-ext-colheader-name\";i:3891;s:27:\"version-skin-colheader-name\";i:3892;s:29:\"version-ext-colheader-version\";i:3893;s:29:\"version-ext-colheader-license\";i:3894;s:33:\"version-ext-colheader-description\";i:3895;s:29:\"version-ext-colheader-credits\";i:3896;s:21:\"version-license-title\";i:3897;s:25:\"version-license-not-found\";i:3898;s:21:\"version-credits-title\";i:3899;s:25:\"version-credits-not-found\";i:3900;s:25:\"version-poweredby-credits\";i:3901;s:24:\"version-poweredby-others\";i:3902;s:29:\"version-poweredby-translators\";i:3903;s:25:\"version-poweredby-various\";i:3904;s:23:\"version-credits-summary\";i:3905;s:20:\"version-license-info\";i:3906;s:16:\"version-software\";i:3907;s:24:\"version-software-product\";i:3908;s:24:\"version-software-version\";i:3909;s:20:\"version-db-mysql-url\";i:3910;s:22:\"version-db-mariadb-url\";i:3911;s:22:\"version-db-percona-url\";i:3912;s:23:\"version-db-postgres-url\";i:3913;s:21:\"version-db-sqlite-url\";i:3914;s:19:\"version-entrypoints\";i:3915;s:37:\"version-entrypoints-header-entrypoint\";i:3916;s:30:\"version-entrypoints-header-url\";i:3917;s:31:\"version-entrypoints-articlepath\";i:3918;s:30:\"version-entrypoints-scriptpath\";i:3919;s:29:\"version-entrypoints-index-php\";i:3920;s:27:\"version-entrypoints-api-php\";i:3921;s:28:\"version-entrypoints-rest-php\";i:3922;s:17:\"version-libraries\";i:3923;s:25:\"version-libraries-library\";i:3924;s:25:\"version-libraries-version\";i:3925;s:25:\"version-libraries-license\";i:3926;s:29:\"version-libraries-description\";i:3927;s:25:\"version-libraries-authors\";i:3928;s:8:\"redirect\";i:3929;s:13:\"redirect-text\";i:3930;s:16:\"redirect-summary\";i:3931;s:14:\"redirect-value\";i:3932;s:14:\"redirect-logid\";i:3933;s:19:\"redirect-not-exists\";i:3934;s:20:\"redirect-not-numeric\";i:3935;s:19:\"fileduplicatesearch\";i:3936;s:27:\"fileduplicatesearch-summary\";i:3937;s:24:\"fileduplicatesearch-info\";i:3938;s:28:\"fileduplicatesearch-result-1\";i:3939;s:28:\"fileduplicatesearch-result-n\";i:3940;s:29:\"fileduplicatesearch-noresults\";i:3941;s:20:\"specialpages-summary\";i:3942;s:21:\"specialpages-note-top\";i:3943;s:28:\"specialpages-note-restricted\";i:3944;s:24:\"specialpages-note-cached\";i:3945;s:30:\"specialpages-group-maintenance\";i:3946;s:24:\"specialpages-group-login\";i:3947;s:26:\"specialpages-group-changes\";i:3948;s:24:\"specialpages-group-media\";i:3949;s:26:\"specialpages-group-highuse\";i:3950;s:24:\"specialpages-group-pages\";i:3951;s:28:\"specialpages-group-pagetools\";i:3952;s:23:\"specialpages-group-wiki\";i:3953;s:28:\"specialpages-group-redirects\";i:3954;s:23:\"specialpages-group-spam\";i:3955;s:28:\"specialpages-group-developer\";i:3956;s:22:\"intentionallyblankpage\";i:3957;s:28:\"disabledspecialpage-disabled\";i:3958;s:24:\"external_image_whitelist\";i:3959;s:4:\"tags\";i:3960;s:12:\"tags-summary\";i:3961;s:17:\"tag-filter-submit\";i:3962;s:10:\"tag-hidden\";i:3963;s:16:\"tag-list-wrapper\";i:3964;s:25:\"tag-mw-contentmodelchange\";i:3965;s:37:\"tag-mw-contentmodelchange-description\";i:3966;s:19:\"tag-mw-new-redirect\";i:3967;s:31:\"tag-mw-new-redirect-description\";i:3968;s:23:\"tag-mw-removed-redirect\";i:3969;s:35:\"tag-mw-removed-redirect-description\";i:3970;s:30:\"tag-mw-changed-redirect-target\";i:3971;s:42:\"tag-mw-changed-redirect-target-description\";i:3972;s:12:\"tag-mw-blank\";i:3973;s:24:\"tag-mw-blank-description\";i:3974;s:14:\"tag-mw-replace\";i:3975;s:26:\"tag-mw-replace-description\";i:3976;s:15:\"tag-mw-rollback\";i:3977;s:27:\"tag-mw-rollback-description\";i:3978;s:11:\"tag-mw-undo\";i:3979;s:23:\"tag-mw-undo-description\";i:3980;s:20:\"tag-mw-manual-revert\";i:3981;s:32:\"tag-mw-manual-revert-description\";i:3982;s:15:\"tag-mw-reverted\";i:3983;s:27:\"tag-mw-reverted-description\";i:3984;s:25:\"tag-mw-server-side-upload\";i:3985;s:37:\"tag-mw-server-side-upload-description\";i:3986;s:10:\"tags-title\";i:3987;s:10:\"tags-intro\";i:3988;s:8:\"tags-tag\";i:3989;s:19:\"tags-display-header\";i:3990;s:23:\"tags-description-header\";i:3991;s:18:\"tags-source-header\";i:3992;s:18:\"tags-active-header\";i:3993;s:20:\"tags-hitcount-header\";i:3994;s:19:\"tags-actions-header\";i:3995;s:21:\"tags-source-extension\";i:3996;s:18:\"tags-source-manual\";i:3997;s:16:\"tags-source-none\";i:3998;s:11:\"tags-hidden\";i:3999;s:11:\"tags-delete\";i:4000;s:13:\"tags-activate\";i:4001;s:15:\"tags-deactivate\";i:4002;s:13:\"tags-hitcount\";i:4003;s:25:\"tags-manage-no-permission\";i:4004;s:19:\"tags-manage-blocked\";i:4005;s:19:\"tags-create-heading\";i:4006;s:23:\"tags-create-explanation\";i:4007;s:20:\"tags-create-tag-name\";i:4008;s:18:\"tags-create-reason\";i:4009;s:18:\"tags-create-submit\";i:4010;s:19:\"tags-create-no-name\";i:4011;s:25:\"tags-create-invalid-chars\";i:4012;s:31:\"tags-create-invalid-title-chars\";i:4013;s:26:\"tags-create-already-exists\";i:4014;s:26:\"tags-create-warnings-above\";i:4015;s:26:\"tags-create-warnings-below\";i:4016;s:17:\"tags-delete-title\";i:4017;s:31:\"tags-delete-explanation-initial\";i:4018;s:30:\"tags-delete-explanation-in-use\";i:4019;s:31:\"tags-delete-explanation-warning\";i:4020;s:30:\"tags-delete-explanation-active\";i:4021;s:18:\"tags-delete-reason\";i:4022;s:18:\"tags-delete-submit\";i:4023;s:23:\"tags-delete-not-allowed\";i:4024;s:21:\"tags-delete-not-found\";i:4025;s:25:\"tags-delete-too-many-uses\";i:4026;s:33:\"tags-delete-warnings-after-delete\";i:4027;s:25:\"tags-delete-no-permission\";i:4028;s:19:\"tags-activate-title\";i:4029;s:22:\"tags-activate-question\";i:4030;s:20:\"tags-activate-reason\";i:4031;s:25:\"tags-activate-not-allowed\";i:4032;s:23:\"tags-activate-not-found\";i:4033;s:20:\"tags-activate-submit\";i:4034;s:21:\"tags-deactivate-title\";i:4035;s:24:\"tags-deactivate-question\";i:4036;s:22:\"tags-deactivate-reason\";i:4037;s:27:\"tags-deactivate-not-allowed\";i:4038;s:22:\"tags-deactivate-submit\";i:4039;s:24:\"tags-apply-no-permission\";i:4040;s:18:\"tags-apply-blocked\";i:4041;s:26:\"tags-apply-not-allowed-one\";i:4042;s:28:\"tags-apply-not-allowed-multi\";i:4043;s:25:\"tags-update-no-permission\";i:4044;s:19:\"tags-update-blocked\";i:4045;s:31:\"tags-update-add-not-allowed-one\";i:4046;s:33:\"tags-update-add-not-allowed-multi\";i:4047;s:34:\"tags-update-remove-not-allowed-one\";i:4048;s:36:\"tags-update-remove-not-allowed-multi\";i:4049;s:15:\"tags-edit-title\";i:4050;s:21:\"tags-edit-manage-link\";i:4051;s:27:\"tags-edit-revision-selected\";i:4052;s:27:\"tags-edit-logentry-selected\";i:4053;s:30:\"tags-edit-revision-explanation\";i:4054;s:30:\"tags-edit-logentry-explanation\";i:4055;s:25:\"tags-edit-revision-legend\";i:4056;s:25:\"tags-edit-logentry-legend\";i:4057;s:23:\"tags-edit-existing-tags\";i:4058;s:28:\"tags-edit-existing-tags-none\";i:4059;s:18:\"tags-edit-new-tags\";i:4060;s:13:\"tags-edit-add\";i:4061;s:16:\"tags-edit-remove\";i:4062;s:25:\"tags-edit-remove-all-tags\";i:4063;s:28:\"tags-edit-chosen-placeholder\";i:4064;s:27:\"tags-edit-chosen-no-results\";i:4065;s:16:\"tags-edit-reason\";i:4066;s:25:\"tags-edit-revision-submit\";i:4067;s:25:\"tags-edit-logentry-submit\";i:4068;s:17:\"tags-edit-success\";i:4069;s:17:\"tags-edit-failure\";i:4070;s:23:\"tags-edit-nooldid-title\";i:4071;s:22:\"tags-edit-nooldid-text\";i:4072;s:23:\"tags-edit-none-selected\";i:4073;s:12:\"comparepages\";i:4074;s:20:\"comparepages-summary\";i:4075;s:13:\"compare-page1\";i:4076;s:13:\"compare-page2\";i:4077;s:12:\"compare-rev1\";i:4078;s:12:\"compare-rev2\";i:4079;s:14:\"compare-submit\";i:4080;s:27:\"compare-revision-not-exists\";i:4081;s:9:\"diff-form\";i:4082;s:15:\"diff-form-oldid\";i:4083;s:15:\"diff-form-revid\";i:4084;s:16:\"diff-form-submit\";i:4085;s:17:\"diff-form-summary\";i:4086;s:21:\"diff-form-other-revid\";i:4087;s:21:\"diff-form-error-revid\";i:4088;s:13:\"permanentlink\";i:4089;s:19:\"permanentlink-revid\";i:4090;s:20:\"permanentlink-submit\";i:4091;s:21:\"permanentlink-summary\";i:4092;s:10:\"newsection\";i:4093;s:15:\"newsection-page\";i:4094;s:17:\"newsection-submit\";i:4095;s:18:\"newsection-summary\";i:4096;s:8:\"editpage\";i:4097;s:20:\"specialeditpage-page\";i:4098;s:22:\"specialeditpage-submit\";i:4099;s:16:\"editpage-summary\";i:4100;s:22:\"specialdeletepage-page\";i:4101;s:24:\"specialdeletepage-submit\";i:4102;s:18:\"deletepage-summary\";i:4103;s:8:\"pageinfo\";i:4104;s:20:\"specialpageinfo-page\";i:4105;s:22:\"specialpageinfo-submit\";i:4106;s:16:\"pageinfo-summary\";i:4107;s:11:\"pagehistory\";i:4108;s:23:\"specialpagehistory-page\";i:4109;s:25:\"specialpagehistory-submit\";i:4110;s:19:\"pagehistory-summary\";i:4111;s:11:\"protectpage\";i:4112;s:23:\"specialprotectpage-page\";i:4113;s:25:\"specialprotectpage-submit\";i:4114;s:19:\"protectpage-summary\";i:4115;s:5:\"purge\";i:4116;s:17:\"specialpurge-page\";i:4117;s:19:\"specialpurge-submit\";i:4118;s:13:\"purge-summary\";i:4119;s:14:\"dberr-problems\";i:4120;s:11:\"dberr-again\";i:4121;s:10:\"dberr-info\";i:4122;s:17:\"dberr-info-hidden\";i:4123;s:22:\"htmlform-invalid-input\";i:4124;s:25:\"htmlform-select-badoption\";i:4125;s:20:\"htmlform-int-invalid\";i:4126;s:22:\"htmlform-float-invalid\";i:4127;s:19:\"htmlform-int-toolow\";i:4128;s:20:\"htmlform-int-toohigh\";i:4129;s:28:\"htmlform-multiselect-toomany\";i:4130;s:17:\"htmlform-required\";i:4131;s:11:\"htmlform-no\";i:4132;s:12:\"htmlform-yes\";i:4133;s:27:\"htmlform-chosen-placeholder\";i:4134;s:22:\"htmlform-cloner-create\";i:4135;s:22:\"htmlform-cloner-delete\";i:4136;s:24:\"htmlform-cloner-required\";i:4137;s:25:\"htmlform-date-placeholder\";i:4138;s:25:\"htmlform-time-placeholder\";i:4139;s:29:\"htmlform-datetime-placeholder\";i:4140;s:21:\"htmlform-date-invalid\";i:4141;s:21:\"htmlform-time-invalid\";i:4142;s:25:\"htmlform-datetime-invalid\";i:4143;s:20:\"htmlform-date-toolow\";i:4144;s:21:\"htmlform-date-toohigh\";i:4145;s:20:\"htmlform-time-toolow\";i:4146;s:21:\"htmlform-time-toohigh\";i:4147;s:24:\"htmlform-datetime-toolow\";i:4148;s:25:\"htmlform-datetime-toohigh\";i:4149;s:27:\"htmlform-title-badnamespace\";i:4150;s:28:\"htmlform-title-not-creatable\";i:4151;s:25:\"htmlform-title-not-exists\";i:4152;s:24:\"htmlform-title-interwiki\";i:4153;s:24:\"htmlform-user-not-exists\";i:4154;s:23:\"htmlform-user-not-valid\";i:4155;s:24:\"htmlform-tag-not-allowed\";i:4156;s:10:\"rawmessage\";i:4157;s:28:\"logentry-delete-delete_redir\";i:4158;s:29:\"logentry-delete-delete_redir2\";i:4159;s:23:\"logentry-delete-restore\";i:4160;s:31:\"logentry-delete-restore-nocount\";i:4161;s:23:\"restore-count-revisions\";i:4162;s:19:\"restore-count-files\";i:4163;s:21:\"logentry-delete-event\";i:4164;s:24:\"logentry-delete-revision\";i:4165;s:28:\"logentry-delete-event-legacy\";i:4166;s:31:\"logentry-delete-revision-legacy\";i:4167;s:24:\"logentry-suppress-delete\";i:4168;s:23:\"logentry-suppress-event\";i:4169;s:26:\"logentry-suppress-revision\";i:4170;s:30:\"logentry-suppress-event-legacy\";i:4171;s:33:\"logentry-suppress-revision-legacy\";i:4172;s:21:\"revdelete-summary-hid\";i:4173;s:19:\"revdelete-uname-hid\";i:4174;s:23:\"revdelete-content-unhid\";i:4175;s:23:\"revdelete-summary-unhid\";i:4176;s:21:\"revdelete-uname-unhid\";i:4177;s:20:\"revdelete-restricted\";i:4178;s:22:\"revdelete-unrestricted\";i:4179;s:20:\"logentry-block-block\";i:4180;s:22:\"logentry-block-unblock\";i:4181;s:22:\"logentry-block-reblock\";i:4182;s:32:\"logentry-partialblock-block-page\";i:4183;s:30:\"logentry-partialblock-block-ns\";i:4184;s:34:\"logentry-partialblock-block-action\";i:4185;s:27:\"logentry-partialblock-block\";i:4186;s:29:\"logentry-partialblock-reblock\";i:4187;s:32:\"logentry-non-editing-block-block\";i:4188;s:34:\"logentry-non-editing-block-reblock\";i:4189;s:23:\"logentry-suppress-block\";i:4190;s:25:\"logentry-suppress-reblock\";i:4191;s:22:\"logentry-import-upload\";i:4192;s:30:\"logentry-import-upload-details\";i:4193;s:25:\"logentry-import-interwiki\";i:4194;s:33:\"logentry-import-interwiki-details\";i:4195;s:20:\"logentry-merge-merge\";i:4196;s:24:\"logentry-move-move_redir\";i:4197;s:35:\"logentry-move-move_redir-noredirect\";i:4198;s:22:\"logentry-patrol-patrol\";i:4199;s:27:\"logentry-patrol-patrol-auto\";i:4200;s:26:\"logentry-newusers-newusers\";i:4201;s:25:\"logentry-newusers-create2\";i:4202;s:25:\"logentry-newusers-byemail\";i:4203;s:26:\"logentry-protect-move_prot\";i:4204;s:26:\"logentry-protect-unprotect\";i:4205;s:24:\"logentry-protect-protect\";i:4206;s:32:\"logentry-protect-protect-cascade\";i:4207;s:23:\"logentry-protect-modify\";i:4208;s:31:\"logentry-protect-modify-cascade\";i:4209;s:22:\"logentry-rights-rights\";i:4210;s:29:\"logentry-rights-rights-legacy\";i:4211;s:27:\"logentry-rights-autopromote\";i:4212;s:22:\"logentry-upload-upload\";i:4213;s:25:\"logentry-upload-overwrite\";i:4214;s:22:\"logentry-upload-revert\";i:4215;s:19:\"log-name-managetags\";i:4216;s:26:\"log-description-managetags\";i:4217;s:26:\"logentry-managetags-create\";i:4218;s:26:\"logentry-managetags-delete\";i:4219;s:28:\"logentry-managetags-activate\";i:4220;s:30:\"logentry-managetags-deactivate\";i:4221;s:12:\"log-name-tag\";i:4222;s:19:\"log-description-tag\";i:4223;s:32:\"logentry-tag-update-add-revision\";i:4224;s:32:\"logentry-tag-update-add-logentry\";i:4225;s:35:\"logentry-tag-update-remove-revision\";i:4226;s:35:\"logentry-tag-update-remove-logentry\";i:4227;s:28:\"logentry-tag-update-revision\";i:4228;s:28:\"logentry-tag-update-logentry\";i:4229;s:10:\"rightsnone\";i:4230;s:14:\"deletedarticle\";i:4231;s:16:\"undeletedarticle\";i:4232;s:15:\"patrol-log-line\";i:4233;s:15:\"patrol-log-auto\";i:4234;s:15:\"patrol-log-diff\";i:4235;s:9:\"1movedto2\";i:4236;s:15:\"1movedto2_redir\";i:4237;s:23:\"newuserlog-create-entry\";i:4238;s:24:\"newuserlog-create2-entry\";i:4239;s:27:\"newuserlog-autocreate-entry\";i:4240;s:14:\"rightslogentry\";i:4241;s:26:\"rightslogentry-autopromote\";i:4242;s:30:\"rightslogentry-temporary-group\";i:4243;s:15:\"feedback-adding\";i:4244;s:13:\"feedback-back\";i:4245;s:17:\"feedback-bugcheck\";i:4246;s:15:\"feedback-bugnew\";i:4247;s:18:\"feedback-bugornote\";i:4248;s:15:\"feedback-cancel\";i:4249;s:14:\"feedback-close\";i:4250;s:35:\"feedback-external-bug-report-button\";i:4251;s:21:\"feedback-dialog-title\";i:4252;s:21:\"feedback-dialog-intro\";i:4253;s:15:\"feedback-error1\";i:4254;s:15:\"feedback-error4\";i:4255;s:16:\"feedback-message\";i:4256;s:16:\"feedback-subject\";i:4257;s:15:\"feedback-submit\";i:4258;s:14:\"feedback-terms\";i:4259;s:19:\"feedback-termsofuse\";i:4260;s:15:\"feedback-thanks\";i:4261;s:21:\"feedback-thanks-title\";i:4262;s:18:\"feedback-useragent\";i:4263;s:24:\"searchsuggest-containing\";i:4264;s:27:\"search-match-redirect-label\";i:4265;s:26:\"search-match-redirect-help\";i:4266;s:17:\"searchlimit-label\";i:4267;s:16:\"searchlimit-help\";i:4268;s:30:\"api-clientside-error-noconnect\";i:4269;s:25:\"api-clientside-error-http\";i:4270;s:28:\"api-clientside-error-timeout\";i:4271;s:28:\"api-clientside-error-aborted\";i:4272;s:36:\"api-clientside-error-invalidresponse\";i:4273;s:18:\"api-error-badtoken\";i:4274;s:19:\"api-error-emptypage\";i:4275;s:23:\"api-error-publishfailed\";i:4276;s:21:\"api-error-stashfailed\";i:4277;s:25:\"api-error-unknown-warning\";i:4278;s:22:\"api-error-unknownerror\";i:4279;s:16:\"duration-seconds\";i:4280;s:16:\"duration-minutes\";i:4281;s:14:\"duration-hours\";i:4282;s:14:\"duration-weeks\";i:4283;s:14:\"duration-years\";i:4284;s:16:\"duration-decades\";i:4285;s:18:\"duration-centuries\";i:4286;s:18:\"duration-millennia\";i:4287;s:14:\"rotate-comment\";i:4288;s:17:\"limitreport-title\";i:4289;s:19:\"limitreport-cputime\";i:4290;s:25:\"limitreport-cputime-value\";i:4291;s:20:\"limitreport-walltime\";i:4292;s:26:\"limitreport-walltime-value\";i:4293;s:26:\"limitreport-ppvisitednodes\";i:4294;s:32:\"limitreport-ppvisitednodes-value\";i:4295;s:33:\"limitreport-postexpandincludesize\";i:4296;s:39:\"limitreport-postexpandincludesize-value\";i:4297;s:32:\"limitreport-templateargumentsize\";i:4298;s:38:\"limitreport-templateargumentsize-value\";i:4299;s:26:\"limitreport-expansiondepth\";i:4300;s:32:\"limitreport-expansiondepth-value\";i:4301;s:34:\"limitreport-expensivefunctioncount\";i:4302;s:40:\"limitreport-expensivefunctioncount-value\";i:4303;s:25:\"limitreport-unstrip-depth\";i:4304;s:31:\"limitreport-unstrip-depth-value\";i:4305;s:24:\"limitreport-unstrip-size\";i:4306;s:30:\"limitreport-unstrip-size-value\";i:4307;s:15:\"expandtemplates\";i:4308;s:22:\"expand_templates_intro\";i:4309;s:22:\"expand_templates_title\";i:4310;s:22:\"expand_templates_input\";i:4311;s:23:\"expand_templates_output\";i:4312;s:27:\"expand_templates_xml_output\";i:4313;s:28:\"expand_templates_html_output\";i:4314;s:19:\"expand_templates_ok\";i:4315;s:32:\"expand_templates_remove_comments\";i:4316;s:30:\"expand_templates_remove_nowiki\";i:4317;s:29:\"expand_templates_generate_xml\";i:4318;s:33:\"expand_templates_generate_rawhtml\";i:4319;s:24:\"expand_templates_preview\";i:4320;s:34:\"expand_templates_preview_fail_html\";i:4321;s:39:\"expand_templates_preview_fail_html_anon\";i:4322;s:30:\"expand_templates_input_missing\";i:4323;s:12:\"pagelanguage\";i:4324;s:13:\"pagelang-name\";i:4325;s:17:\"pagelang-language\";i:4326;s:20:\"pagelang-use-default\";i:4327;s:20:\"pagelang-select-lang\";i:4328;s:15:\"pagelang-reason\";i:4329;s:15:\"pagelang-submit\";i:4330;s:25:\"pagelang-nonexistent-page\";i:4331;s:27:\"pagelang-unchanged-language\";i:4332;s:35:\"pagelang-unchanged-language-default\";i:4333;s:18:\"pagelang-db-failed\";i:4334;s:14:\"right-pagelang\";i:4335;s:15:\"action-pagelang\";i:4336;s:17:\"log-name-pagelang\";i:4337;s:24:\"log-description-pagelang\";i:4338;s:26:\"logentry-pagelang-pagelang\";i:4339;s:22:\"default-skin-not-found\";i:4340;s:31:\"default-skin-not-found-no-skins\";i:4341;s:34:\"default-skin-not-found-row-enabled\";i:4342;s:35:\"default-skin-not-found-row-disabled\";i:4343;s:15:\"mediastatistics\";i:4344;s:23:\"mediastatistics-summary\";i:4345;s:22:\"mediastatistics-nfiles\";i:4346;s:22:\"mediastatistics-nbytes\";i:4347;s:28:\"mediastatistics-bytespertype\";i:4348;s:24:\"mediastatistics-allbytes\";i:4349;s:30:\"mediastatistics-table-mimetype\";i:4350;s:32:\"mediastatistics-table-extensions\";i:4351;s:27:\"mediastatistics-table-count\";i:4352;s:32:\"mediastatistics-table-totalbytes\";i:4353;s:30:\"mediastatistics-header-unknown\";i:4354;s:29:\"mediastatistics-header-bitmap\";i:4355;s:30:\"mediastatistics-header-drawing\";i:4356;s:28:\"mediastatistics-header-audio\";i:4357;s:28:\"mediastatistics-header-video\";i:4358;s:33:\"mediastatistics-header-multimedia\";i:4359;s:29:\"mediastatistics-header-office\";i:4360;s:27:\"mediastatistics-header-text\";i:4361;s:33:\"mediastatistics-header-executable\";i:4362;s:30:\"mediastatistics-header-archive\";i:4363;s:25:\"mediastatistics-header-3d\";i:4364;s:28:\"mediastatistics-header-total\";i:4365;s:24:\"json-warn-trailing-comma\";i:4366;s:18:\"json-error-unknown\";i:4367;s:16:\"json-error-depth\";i:4368;s:25:\"json-error-state-mismatch\";i:4369;s:20:\"json-error-ctrl-char\";i:4370;s:17:\"json-error-syntax\";i:4371;s:15:\"json-error-utf8\";i:4372;s:32:\"json-error-invalid-property-name\";i:4373;s:16:\"json-error-utf16\";i:4374;s:21:\"headline-anchor-title\";i:4375;s:28:\"special-characters-group-ipa\";i:4376;s:38:\"special-characters-group-greekextended\";i:4377;s:39:\"special-characters-group-arabicextended\";i:4378;s:31:\"special-characters-group-hebrew\";i:4379;s:31:\"special-characters-group-bangla\";i:4380;s:30:\"special-characters-group-tamil\";i:4381;s:31:\"special-characters-group-telugu\";i:4382;s:32:\"special-characters-group-sinhala\";i:4383;s:33:\"special-characters-group-gujarati\";i:4384;s:35:\"special-characters-group-devanagari\";i:4385;s:29:\"special-characters-group-thai\";i:4386;s:28:\"special-characters-group-lao\";i:4387;s:30:\"special-characters-group-khmer\";i:4388;s:43:\"special-characters-group-canadianaboriginal\";i:4389;s:30:\"special-characters-group-runes\";i:4390;s:31:\"special-characters-title-endash\";i:4391;s:31:\"special-characters-title-emdash\";i:4392;s:30:\"special-characters-title-minus\";i:4393;s:22:\"mw-widgets-abandonedit\";i:4394;s:30:\"mw-widgets-abandonedit-discard\";i:4395;s:27:\"mw-widgets-abandonedit-keep\";i:4396;s:28:\"mw-widgets-abandonedit-title\";i:4397;s:30:\"mw-widgets-copytextlayout-copy\";i:4398;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4399;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4400;s:28:\"mw-widgets-dateinput-no-date\";i:4401;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4402;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4403;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4404;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4405;s:32:\"mw-widgets-mediasearch-noresults\";i:4406;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4407;s:27:\"mw-widgets-table-row-delete\";i:4408;s:42:\"mw-widgets-titleinput-description-new-page\";i:4409;s:42:\"mw-widgets-titleinput-description-redirect\";i:4410;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4411;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4412;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4413;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4414;s:15:\"date-range-from\";i:4415;s:13:\"date-range-to\";i:4416;s:18:\"sessionmanager-tie\";i:4417;s:23:\"sessionprovider-generic\";i:4418;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4419;s:25:\"sessionprovider-nocookies\";i:4420;s:14:\"randomrootpage\";i:4421;s:23:\"log-action-filter-block\";i:4422;s:30:\"log-action-filter-contentmodel\";i:4423;s:24:\"log-action-filter-delete\";i:4424;s:24:\"log-action-filter-import\";i:4425;s:28:\"log-action-filter-managetags\";i:4426;s:22:\"log-action-filter-move\";i:4427;s:26:\"log-action-filter-newusers\";i:4428;s:24:\"log-action-filter-patrol\";i:4429;s:25:\"log-action-filter-protect\";i:4430;s:24:\"log-action-filter-rights\";i:4431;s:26:\"log-action-filter-suppress\";i:4432;s:24:\"log-action-filter-upload\";i:4433;s:21:\"log-action-filter-all\";i:4434;s:29:\"log-action-filter-block-block\";i:4435;s:31:\"log-action-filter-block-reblock\";i:4436;s:31:\"log-action-filter-block-unblock\";i:4437;s:37:\"log-action-filter-contentmodel-change\";i:4438;s:34:\"log-action-filter-contentmodel-new\";i:4439;s:31:\"log-action-filter-delete-delete\";i:4440;s:37:\"log-action-filter-delete-delete_redir\";i:4441;s:32:\"log-action-filter-delete-restore\";i:4442;s:30:\"log-action-filter-delete-event\";i:4443;s:33:\"log-action-filter-delete-revision\";i:4444;s:34:\"log-action-filter-import-interwiki\";i:4445;s:31:\"log-action-filter-import-upload\";i:4446;s:35:\"log-action-filter-managetags-create\";i:4447;s:35:\"log-action-filter-managetags-delete\";i:4448;s:37:\"log-action-filter-managetags-activate\";i:4449;s:39:\"log-action-filter-managetags-deactivate\";i:4450;s:27:\"log-action-filter-move-move\";i:4451;s:33:\"log-action-filter-move-move_redir\";i:4452;s:33:\"log-action-filter-newusers-create\";i:4453;s:34:\"log-action-filter-newusers-create2\";i:4454;s:37:\"log-action-filter-newusers-autocreate\";i:4455;s:34:\"log-action-filter-newusers-byemail\";i:4456;s:31:\"log-action-filter-patrol-patrol\";i:4457;s:35:\"log-action-filter-patrol-autopatrol\";i:4458;s:33:\"log-action-filter-protect-protect\";i:4459;s:32:\"log-action-filter-protect-modify\";i:4460;s:35:\"log-action-filter-protect-unprotect\";i:4461;s:35:\"log-action-filter-protect-move_prot\";i:4462;s:31:\"log-action-filter-rights-rights\";i:4463;s:36:\"log-action-filter-rights-autopromote\";i:4464;s:32:\"log-action-filter-suppress-event\";i:4465;s:35:\"log-action-filter-suppress-revision\";i:4466;s:33:\"log-action-filter-suppress-delete\";i:4467;s:32:\"log-action-filter-suppress-block\";i:4468;s:34:\"log-action-filter-suppress-reblock\";i:4469;s:31:\"log-action-filter-upload-upload\";i:4470;s:34:\"log-action-filter-upload-overwrite\";i:4471;s:31:\"log-action-filter-upload-revert\";i:4472;s:33:\"authmanager-authn-not-in-progress\";i:4473;s:28:\"authmanager-authn-no-primary\";i:4474;s:31:\"authmanager-authn-no-local-user\";i:4475;s:36:\"authmanager-authn-no-local-user-link\";i:4476;s:35:\"authmanager-authn-autocreate-failed\";i:4477;s:32:\"authmanager-change-not-supported\";i:4478;s:27:\"authmanager-create-disabled\";i:4479;s:29:\"authmanager-create-from-login\";i:4480;s:34:\"authmanager-create-not-in-progress\";i:4481;s:29:\"authmanager-create-no-primary\";i:4482;s:27:\"authmanager-link-no-primary\";i:4483;s:32:\"authmanager-link-not-in-progress\";i:4484;s:29:\"authmanager-autocreate-noperm\";i:4485;s:32:\"authmanager-autocreate-exception\";i:4486;s:28:\"authmanager-userdoesnotexist\";i:4487;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4488;s:25:\"authmanager-username-help\";i:4489;s:25:\"authmanager-password-help\";i:4490;s:23:\"authmanager-domain-help\";i:4491;s:23:\"authmanager-retype-help\";i:4492;s:23:\"authmanager-email-label\";i:4493;s:22:\"authmanager-email-help\";i:4494;s:26:\"authmanager-realname-label\";i:4495;s:25:\"authmanager-realname-help\";i:4496;s:29:\"authmanager-provider-password\";i:4497;s:36:\"authmanager-provider-password-domain\";i:4498;s:35:\"authmanager-account-password-domain\";i:4499;s:38:\"authmanager-provider-temporarypassword\";i:4500;s:32:\"authprovider-confirmlink-message\";i:4501;s:31:\"authprovider-confirmlink-option\";i:4502;s:38:\"authprovider-confirmlink-request-label\";i:4503;s:37:\"authprovider-confirmlink-request-help\";i:4504;s:37:\"authprovider-confirmlink-success-line\";i:4505;s:36:\"authprovider-confirmlink-failed-line\";i:4506;s:31:\"authprovider-confirmlink-failed\";i:4507;s:32:\"authprovider-confirmlink-ok-help\";i:4508;s:33:\"authprovider-resetpass-skip-label\";i:4509;s:32:\"authprovider-resetpass-skip-help\";i:4510;s:24:\"authform-nosession-login\";i:4511;s:25:\"authform-nosession-signup\";i:4512;s:17:\"authform-newtoken\";i:4513;s:16:\"authform-notoken\";i:4514;s:19:\"authform-wrongtoken\";i:4515;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4516;s:37:\"specialpage-securitylevel-not-allowed\";i:4517;s:21:\"authpage-cannot-login\";i:4518;s:30:\"authpage-cannot-login-continue\";i:4519;s:22:\"authpage-cannot-create\";i:4520;s:31:\"authpage-cannot-create-continue\";i:4521;s:20:\"authpage-cannot-link\";i:4522;s:29:\"authpage-cannot-link-continue\";i:4523;s:28:\"cannotauth-not-allowed-title\";i:4524;s:22:\"cannotauth-not-allowed\";i:4525;s:17:\"changecredentials\";i:4526;s:24:\"changecredentials-submit\";i:4527;s:32:\"changecredentials-invalidsubpage\";i:4528;s:25:\"changecredentials-success\";i:4529;s:17:\"removecredentials\";i:4530;s:24:\"removecredentials-submit\";i:4531;s:32:\"removecredentials-invalidsubpage\";i:4532;s:25:\"removecredentials-success\";i:4533;s:24:\"credentialsform-provider\";i:4534;s:23:\"credentialsform-account\";i:4535;s:28:\"cannotlink-no-provider-title\";i:4536;s:22:\"cannotlink-no-provider\";i:4537;s:12:\"linkaccounts\";i:4538;s:25:\"linkaccounts-success-text\";i:4539;s:19:\"linkaccounts-submit\";i:4540;s:30:\"cannotunlink-no-provider-title\";i:4541;s:24:\"cannotunlink-no-provider\";i:4542;s:14:\"unlinkaccounts\";i:4543;s:22:\"unlinkaccounts-success\";i:4544;s:32:\"authenticationdatachange-ignored\";i:4545;s:14:\"userjsispublic\";i:4546;s:16:\"userjsonispublic\";i:4547;s:15:\"usercssispublic\";i:4548;s:15:\"userjsdangerous\";i:4549;s:23:\"restrictionsfield-badip\";i:4550;s:23:\"restrictionsfield-label\";i:4551;s:22:\"restrictionsfield-help\";i:4552;s:11:\"specialmute\";i:4553;s:19:\"specialmute-success\";i:4554;s:18:\"specialmute-submit\";i:4555;s:28:\"specialmute-label-mute-email\";i:4556;s:18:\"specialmute-header\";i:4557;s:30:\"specialmute-error-invalid-user\";i:4558;s:28:\"specialmute-error-no-options\";i:4559;s:24:\"specialmute-email-footer\";i:4560;s:26:\"specialmute-login-required\";i:4561;s:16:\"mute-preferences\";i:4562;s:5:\"revid\";i:4563;s:6:\"pageid\";i:4564;s:18:\"rawhtml-notallowed\";i:4565;s:13:\"gotointerwiki\";i:4566;s:21:\"gotointerwiki-invalid\";i:4567;s:22:\"gotointerwiki-external\";i:4568;s:17:\"undelete-cantedit\";i:4569;s:19:\"undelete-cantcreate\";i:4570;s:14:\"pagedata-title\";i:4571;s:13:\"pagedata-text\";i:4572;s:23:\"pagedata-not-acceptable\";i:4573;s:18:\"pagedata-bad-title\";i:4574;s:24:\"unregistered-user-config\";i:4575;s:16:\"passwordpolicies\";i:4576;s:24:\"passwordpolicies-summary\";i:4577;s:22:\"passwordpolicies-group\";i:4578;s:25:\"passwordpolicies-policies\";i:4579;s:31:\"passwordpolicies-policy-display\";i:4580;s:40:\"passwordpolicies-policy-displaywithflags\";i:4581;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4582;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4583;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4584;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4585;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4586;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4587;s:39:\"passwordpolicies-policyflag-forcechange\";i:4588;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4589;s:27:\"mycustomjsredirectprotected\";i:4590;s:22:\"deflate-invaliddeflate\";i:4591;s:14:\"unprotected-js\";i:4592;s:19:\"userlogout-continue\";i:4593;s:15:\"userlogout-temp\";i:4594;s:22:\"paramvalidator-baduser\";i:4595;s:29:\"paramvalidator-help-type-user\";i:4596;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4597;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4598;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4599;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4600;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4601;s:23:\"paramvalidator-badtitle\";i:4602;s:27:\"paramvalidator-missingtitle\";i:4603;s:30:\"paramvalidator-help-type-title\";i:4604;s:41:\"paramvalidator-help-type-title-must-exist\";i:4605;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4606;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4607;s:18:\"config-missing-key\";i:4608;s:18:\"config-invalid-key\";i:4609;s:21:\"changeslist-nocomment\";i:4610;s:26:\"copyupload-allowed-domains\";i:4611;s:30:\"parsoid-stash-rate-limit-error\";i:4612;s:31:\"parsoid-resource-limit-exceeded\";i:4613;s:20:\"parsoid-client-error\";i:4614;s:22:\"newpages-showhide-bots\";i:4615;s:27:\"newpages-showhide-patrolled\";i:4616;s:26:\"newpages-showhide-redirect\";i:4617;s:28:\"newpages-showhide-registered\";i:4618;s:18:\"exif-bitspersample\";i:4619;s:30:\"exif-photometricinterpretation\";i:4620;s:20:\"exif-samplesperpixel\";i:4621;s:24:\"exif-planarconfiguration\";i:4622;s:21:\"exif-ycbcrsubsampling\";i:4623;s:17:\"exif-stripoffsets\";i:4624;s:17:\"exif-rowsperstrip\";i:4625;s:20:\"exif-stripbytecounts\";i:4626;s:26:\"exif-jpeginterchangeformat\";i:4627;s:32:\"exif-jpeginterchangeformatlength\";i:4628;s:15:\"exif-whitepoint\";i:4629;s:26:\"exif-primarychromaticities\";i:4630;s:22:\"exif-ycbcrcoefficients\";i:4631;s:24:\"exif-referenceblackwhite\";i:4632;s:14:\"exif-copyright\";i:4633;s:20:\"exif-flashpixversion\";i:4634;s:28:\"exif-componentsconfiguration\";i:4635;s:27:\"exif-compressedbitsperpixel\";i:4636;s:20:\"exif-pixelxdimension\";i:4637;s:20:\"exif-pixelydimension\";i:4638;s:21:\"exif-relatedsoundfile\";i:4639;s:15:\"exif-subsectime\";i:4640;s:23:\"exif-subsectimeoriginal\";i:4641;s:24:\"exif-subsectimedigitized\";i:4642;s:24:\"exif-exposuretime-format\";i:4643;s:12:\"exif-fnumber\";i:4644;s:19:\"exif-fnumber-format\";i:4645;s:20:\"exif-exposureprogram\";i:4646;s:24:\"exif-spectralsensitivity\";i:4647;s:20:\"exif-isospeedratings\";i:4648;s:22:\"exif-shutterspeedvalue\";i:4649;s:18:\"exif-aperturevalue\";i:4650;s:22:\"exif-exposurebiasvalue\";i:4651;s:21:\"exif-maxaperturevalue\";i:4652;s:20:\"exif-subjectdistance\";i:4653;s:17:\"exif-meteringmode\";i:4654;s:10:\"exif-flash\";i:4655;s:16:\"exif-focallength\";i:4656;s:23:\"exif-focallength-format\";i:4657;s:16:\"exif-subjectarea\";i:4658;s:16:\"exif-flashenergy\";i:4659;s:26:\"exif-focalplanexresolution\";i:4660;s:26:\"exif-focalplaneyresolution\";i:4661;s:29:\"exif-focalplaneresolutionunit\";i:4662;s:20:\"exif-subjectlocation\";i:4663;s:18:\"exif-exposureindex\";i:4664;s:18:\"exif-sensingmethod\";i:4665;s:15:\"exif-filesource\";i:4666;s:14:\"exif-scenetype\";i:4667;s:19:\"exif-customrendered\";i:4668;s:17:\"exif-exposuremode\";i:4669;s:21:\"exif-digitalzoomratio\";i:4670;s:26:\"exif-focallengthin35mmfilm\";i:4671;s:21:\"exif-scenecapturetype\";i:4672;s:16:\"exif-gaincontrol\";i:4673;s:13:\"exif-contrast\";i:4674;s:15:\"exif-saturation\";i:4675;s:29:\"exif-devicesettingdescription\";i:4676;s:25:\"exif-subjectdistancerange\";i:4677;s:18:\"exif-imageuniqueid\";i:4678;s:17:\"exif-gpsversionid\";i:4679;s:19:\"exif-gpsaltituderef\";i:4680;s:16:\"exif-gpsaltitude\";i:4681;s:17:\"exif-gpstimestamp\";i:4682;s:18:\"exif-gpssatellites\";i:4683;s:14:\"exif-gpsstatus\";i:4684;s:11:\"exif-gpsdop\";i:4685;s:16:\"exif-gpsspeedref\";i:4686;s:13:\"exif-gpsspeed\";i:4687;s:16:\"exif-gpstrackref\";i:4688;s:13:\"exif-gpstrack\";i:4689;s:23:\"exif-gpsimgdirectionref\";i:4690;s:16:\"exif-gpsmapdatum\";i:4691;s:23:\"exif-gpsdestlatituderef\";i:4692;s:20:\"exif-gpsdestlatitude\";i:4693;s:24:\"exif-gpsdestlongituderef\";i:4694;s:21:\"exif-gpsdestlongitude\";i:4695;s:22:\"exif-gpsdestbearingref\";i:4696;s:19:\"exif-gpsdestbearing\";i:4697;s:23:\"exif-gpsdestdistanceref\";i:4698;s:20:\"exif-gpsdestdistance\";i:4699;s:24:\"exif-gpsprocessingmethod\";i:4700;s:23:\"exif-gpsareainformation\";i:4701;s:17:\"exif-gpsdatestamp\";i:4702;s:20:\"exif-gpsdifferential\";i:4703;s:22:\"exif-coordinate-format\";i:4704;s:20:\"exif-jpegfilecomment\";i:4705;s:13:\"exif-keywords\";i:4706;s:23:\"exif-worldregioncreated\";i:4707;s:19:\"exif-countrycreated\";i:4708;s:23:\"exif-countrycodecreated\";i:4709;s:27:\"exif-provinceorstatecreated\";i:4710;s:16:\"exif-citycreated\";i:4711;s:23:\"exif-sublocationcreated\";i:4712;s:20:\"exif-worldregiondest\";i:4713;s:16:\"exif-countrydest\";i:4714;s:20:\"exif-countrycodedest\";i:4715;s:24:\"exif-provinceorstatedest\";i:4716;s:13:\"exif-citydest\";i:4717;s:20:\"exif-sublocationdest\";i:4718;s:15:\"exif-objectname\";i:4719;s:24:\"exif-specialinstructions\";i:4720;s:13:\"exif-headline\";i:4721;s:11:\"exif-credit\";i:4722;s:11:\"exif-source\";i:4723;s:15:\"exif-editstatus\";i:4724;s:12:\"exif-urgency\";i:4725;s:22:\"exif-fixtureidentifier\";i:4726;s:17:\"exif-locationdest\";i:4727;s:21:\"exif-locationdestcode\";i:4728;s:16:\"exif-objectcycle\";i:4729;s:12:\"exif-contact\";i:4730;s:11:\"exif-writer\";i:4731;s:17:\"exif-languagecode\";i:4732;s:15:\"exif-iimversion\";i:4733;s:16:\"exif-iimcategory\";i:4734;s:28:\"exif-iimsupplementalcategory\";i:4735;s:20:\"exif-datetimeexpires\";i:4736;s:21:\"exif-datetimereleased\";i:4737;s:28:\"exif-originaltransmissionref\";i:4738;s:15:\"exif-identifier\";i:4739;s:9:\"exif-lens\";i:4740;s:17:\"exif-serialnumber\";i:4741;s:20:\"exif-cameraownername\";i:4742;s:10:\"exif-label\";i:4743;s:21:\"exif-datetimemetadata\";i:4744;s:13:\"exif-nickname\";i:4745;s:11:\"exif-rating\";i:4746;s:22:\"exif-rightscertificate\";i:4747;s:16:\"exif-copyrighted\";i:4748;s:19:\"exif-copyrightowner\";i:4749;s:15:\"exif-usageterms\";i:4750;s:17:\"exif-webstatement\";i:4751;s:23:\"exif-originaldocumentid\";i:4752;s:15:\"exif-licenseurl\";i:4753;s:23:\"exif-morepermissionsurl\";i:4754;s:19:\"exif-attributionurl\";i:4755;s:29:\"exif-preferredattributionname\";i:4756;s:19:\"exif-pngfilecomment\";i:4757;s:15:\"exif-disclaimer\";i:4758;s:19:\"exif-contentwarning\";i:4759;s:19:\"exif-giffilecomment\";i:4760;s:22:\"exif-intellectualgenre\";i:4761;s:20:\"exif-subjectnewscode\";i:4762;s:14:\"exif-scenecode\";i:4763;s:10:\"exif-event\";i:4764;s:24:\"exif-organisationinimage\";i:4765;s:18:\"exif-personinimage\";i:4766;s:24:\"exif-originalimageheight\";i:4767;s:23:\"exif-originalimagewidth\";i:4768;s:15:\"exif-make-value\";i:4769;s:16:\"exif-model-value\";i:4770;s:19:\"exif-software-value\";i:4771;s:27:\"exif-software-version-value\";i:4772;s:18:\"exif-contact-value\";i:4773;s:26:\"exif-subjectnewscode-value\";i:4774;s:18:\"exif-compression-2\";i:4775;s:18:\"exif-compression-3\";i:4776;s:18:\"exif-compression-4\";i:4777;s:18:\"exif-compression-5\";i:4778;s:18:\"exif-compression-6\";i:4779;s:18:\"exif-compression-7\";i:4780;s:18:\"exif-compression-8\";i:4781;s:22:\"exif-compression-32773\";i:4782;s:22:\"exif-compression-32946\";i:4783;s:22:\"exif-compression-34712\";i:4784;s:21:\"exif-copyrighted-true\";i:4785;s:22:\"exif-copyrighted-false\";i:4786;s:32:\"exif-photometricinterpretation-0\";i:4787;s:32:\"exif-photometricinterpretation-1\";i:4788;s:32:\"exif-photometricinterpretation-2\";i:4789;s:32:\"exif-photometricinterpretation-3\";i:4790;s:32:\"exif-photometricinterpretation-4\";i:4791;s:32:\"exif-photometricinterpretation-5\";i:4792;s:32:\"exif-photometricinterpretation-6\";i:4793;s:32:\"exif-photometricinterpretation-8\";i:4794;s:32:\"exif-photometricinterpretation-9\";i:4795;s:33:\"exif-photometricinterpretation-10\";i:4796;s:36:\"exif-photometricinterpretation-32803\";i:4797;s:36:\"exif-photometricinterpretation-34892\";i:4798;s:16:\"exif-unknowndate\";i:4799;s:18:\"exif-orientation-2\";i:4800;s:18:\"exif-orientation-3\";i:4801;s:18:\"exif-orientation-4\";i:4802;s:18:\"exif-orientation-5\";i:4803;s:18:\"exif-orientation-6\";i:4804;s:18:\"exif-orientation-7\";i:4805;s:18:\"exif-orientation-8\";i:4806;s:26:\"exif-planarconfiguration-1\";i:4807;s:26:\"exif-planarconfiguration-2\";i:4808;s:19:\"exif-xyresolution-i\";i:4809;s:19:\"exif-xyresolution-c\";i:4810;s:17:\"exif-colorspace-1\";i:4811;s:21:\"exif-colorspace-65535\";i:4812;s:30:\"exif-componentsconfiguration-0\";i:4813;s:30:\"exif-componentsconfiguration-1\";i:4814;s:30:\"exif-componentsconfiguration-2\";i:4815;s:30:\"exif-componentsconfiguration-3\";i:4816;s:30:\"exif-componentsconfiguration-4\";i:4817;s:30:\"exif-componentsconfiguration-5\";i:4818;s:30:\"exif-componentsconfiguration-6\";i:4819;s:22:\"exif-exposureprogram-0\";i:4820;s:22:\"exif-exposureprogram-1\";i:4821;s:22:\"exif-exposureprogram-2\";i:4822;s:22:\"exif-exposureprogram-3\";i:4823;s:22:\"exif-exposureprogram-4\";i:4824;s:22:\"exif-exposureprogram-5\";i:4825;s:22:\"exif-exposureprogram-6\";i:4826;s:22:\"exif-exposureprogram-7\";i:4827;s:22:\"exif-exposureprogram-8\";i:4828;s:26:\"exif-subjectdistance-value\";i:4829;s:19:\"exif-meteringmode-2\";i:4830;s:19:\"exif-meteringmode-3\";i:4831;s:19:\"exif-meteringmode-4\";i:4832;s:19:\"exif-meteringmode-5\";i:4833;s:18:\"exif-lightsource-2\";i:4834;s:18:\"exif-lightsource-3\";i:4835;s:18:\"exif-lightsource-4\";i:4836;s:18:\"exif-lightsource-9\";i:4837;s:19:\"exif-lightsource-10\";i:4838;s:19:\"exif-lightsource-11\";i:4839;s:19:\"exif-lightsource-12\";i:4840;s:19:\"exif-lightsource-13\";i:4841;s:19:\"exif-lightsource-14\";i:4842;s:19:\"exif-lightsource-15\";i:4843;s:19:\"exif-lightsource-17\";i:4844;s:19:\"exif-lightsource-18\";i:4845;s:19:\"exif-lightsource-19\";i:4846;s:19:\"exif-lightsource-20\";i:4847;s:19:\"exif-lightsource-21\";i:4848;s:19:\"exif-lightsource-22\";i:4849;s:19:\"exif-lightsource-23\";i:4850;s:19:\"exif-lightsource-24\";i:4851;s:20:\"exif-lightsource-255\";i:4852;s:18:\"exif-flash-fired-0\";i:4853;s:18:\"exif-flash-fired-1\";i:4854;s:19:\"exif-flash-return-0\";i:4855;s:19:\"exif-flash-return-2\";i:4856;s:19:\"exif-flash-return-3\";i:4857;s:17:\"exif-flash-mode-1\";i:4858;s:17:\"exif-flash-mode-2\";i:4859;s:21:\"exif-flash-function-1\";i:4860;s:19:\"exif-flash-redeye-1\";i:4861;s:20:\"exif-sensingmethod-1\";i:4862;s:20:\"exif-sensingmethod-2\";i:4863;s:20:\"exif-sensingmethod-3\";i:4864;s:20:\"exif-sensingmethod-4\";i:4865;s:20:\"exif-sensingmethod-5\";i:4866;s:20:\"exif-sensingmethod-7\";i:4867;s:20:\"exif-sensingmethod-8\";i:4868;s:17:\"exif-filesource-3\";i:4869;s:16:\"exif-scenetype-1\";i:4870;s:21:\"exif-customrendered-0\";i:4871;s:21:\"exif-customrendered-1\";i:4872;s:21:\"exif-customrendered-2\";i:4873;s:21:\"exif-customrendered-3\";i:4874;s:21:\"exif-customrendered-4\";i:4875;s:21:\"exif-customrendered-6\";i:4876;s:21:\"exif-customrendered-7\";i:4877;s:21:\"exif-customrendered-8\";i:4878;s:19:\"exif-exposuremode-0\";i:4879;s:19:\"exif-exposuremode-2\";i:4880;s:19:\"exif-whitebalance-1\";i:4881;s:23:\"exif-scenecapturetype-0\";i:4882;s:23:\"exif-scenecapturetype-2\";i:4883;s:23:\"exif-scenecapturetype-3\";i:4884;s:18:\"exif-gaincontrol-1\";i:4885;s:18:\"exif-gaincontrol-2\";i:4886;s:18:\"exif-gaincontrol-3\";i:4887;s:18:\"exif-gaincontrol-4\";i:4888;s:15:\"exif-contrast-0\";i:4889;s:17:\"exif-saturation-0\";i:4890;s:17:\"exif-saturation-1\";i:4891;s:17:\"exif-saturation-2\";i:4892;s:16:\"exif-sharpness-0\";i:4893;s:27:\"exif-subjectdistancerange-0\";i:4894;s:27:\"exif-subjectdistancerange-1\";i:4895;s:31:\"exif-gpsaltitude-above-sealevel\";i:4896;s:31:\"exif-gpsaltitude-below-sealevel\";i:4897;s:16:\"exif-gpsstatus-a\";i:4898;s:16:\"exif-gpsstatus-v\";i:4899;s:21:\"exif-gpsmeasuremode-2\";i:4900;s:21:\"exif-gpsmeasuremode-3\";i:4901;s:15:\"exif-gpsspeed-k\";i:4902;s:15:\"exif-gpsspeed-m\";i:4903;s:15:\"exif-gpsspeed-n\";i:4904;s:22:\"exif-gpsdestdistance-k\";i:4905;s:22:\"exif-gpsdestdistance-m\";i:4906;s:22:\"exif-gpsdestdistance-n\";i:4907;s:21:\"exif-gpsdop-excellent\";i:4908;s:16:\"exif-gpsdop-good\";i:4909;s:20:\"exif-gpsdop-moderate\";i:4910;s:16:\"exif-gpsdop-fair\";i:4911;s:16:\"exif-gpsdop-poor\";i:4912;s:18:\"exif-objectcycle-a\";i:4913;s:18:\"exif-objectcycle-p\";i:4914;s:18:\"exif-objectcycle-b\";i:4915;s:19:\"exif-gpsdirection-m\";i:4916;s:23:\"exif-ycbcrpositioning-1\";i:4917;s:23:\"exif-ycbcrpositioning-2\";i:4918;s:19:\"exif-dc-contributor\";i:4919;s:16:\"exif-dc-coverage\";i:4920;s:12:\"exif-dc-date\";i:4921;s:17:\"exif-dc-publisher\";i:4922;s:16:\"exif-dc-relation\";i:4923;s:14:\"exif-dc-rights\";i:4924;s:14:\"exif-dc-source\";i:4925;s:12:\"exif-dc-type\";i:4926;s:20:\"exif-rating-rejected\";i:4927;s:29:\"exif-isospeedratings-overflow\";i:4928;s:27:\"exif-maxaperturevalue-value\";i:4929;s:20:\"exif-iimcategory-ace\";i:4930;s:20:\"exif-iimcategory-clj\";i:4931;s:20:\"exif-iimcategory-dis\";i:4932;s:20:\"exif-iimcategory-fin\";i:4933;s:20:\"exif-iimcategory-edu\";i:4934;s:20:\"exif-iimcategory-evn\";i:4935;s:20:\"exif-iimcategory-hth\";i:4936;s:20:\"exif-iimcategory-hum\";i:4937;s:20:\"exif-iimcategory-lab\";i:4938;s:20:\"exif-iimcategory-lif\";i:4939;s:20:\"exif-iimcategory-pol\";i:4940;s:20:\"exif-iimcategory-rel\";i:4941;s:20:\"exif-iimcategory-sci\";i:4942;s:20:\"exif-iimcategory-soi\";i:4943;s:20:\"exif-iimcategory-spo\";i:4944;s:20:\"exif-iimcategory-war\";i:4945;s:20:\"exif-iimcategory-wea\";i:4946;s:19:\"exif-urgency-normal\";i:4947;s:16:\"exif-urgency-low\";i:4948;s:17:\"exif-urgency-high\";i:4949;s:18:\"exif-urgency-other\";i:4950;s:19:\"exif-firstphotodate\";i:4951;s:18:\"exif-lastphotodate\";i:4952;s:19:\"exif-projectiontype\";i:4953;s:35:\"exif-projectiontype-equirectangular\";i:4954;s:22:\"exif-usepanoramaviewer\";i:4955;s:27:\"exif-usepanoramaviewer-true\";i:4956;s:28:\"exif-usepanoramaviewer-false\";i:4957;s:21:\"exif-exposurelockused\";i:4958;s:26:\"exif-exposurelockused-true\";i:4959;s:27:\"exif-exposurelockused-false\";i:4960;s:23:\"exif-poseheadingdegrees\";i:4961;s:21:\"exif-posepitchdegrees\";i:4962;s:20:\"exif-poserolldegrees\";i:4963;s:30:\"exif-initialviewheadingdegrees\";i:4964;s:28:\"exif-initialviewpitchdegrees\";i:4965;s:27:\"exif-initialviewrolldegrees\";i:4966;s:32:\"exif-initialhorizontalfovdegrees\";i:4967;s:30:\"exif-initialverticalfovdegrees\";i:4968;s:22:\"exif-sourcephotoscount\";i:4969;s:32:\"exif-croppedareaimagewidthpixels\";i:4970;s:33:\"exif-croppedareaimageheightpixels\";i:4971;s:24:\"exif-fullpanowidthpixels\";i:4972;s:25:\"exif-fullpanoheightpixels\";i:4973;s:26:\"exif-croppedarealeftpixels\";i:4974;s:25:\"exif-croppedareatoppixels\";i:4975;s:23:\"exif-initialcameradolly\";i:4976;s:22:\"exif-stitchingsoftware\";i:4977;s:20:\"apihelp-main-summary\";i:4978;s:33:\"apihelp-main-extended-description\";i:4979;s:25:\"apihelp-main-param-action\";i:4980;s:25:\"apihelp-main-param-format\";i:4981;s:25:\"apihelp-main-param-maxlag\";i:4982;s:26:\"apihelp-main-param-smaxage\";i:4983;s:25:\"apihelp-main-param-maxage\";i:4984;s:25:\"apihelp-main-param-assert\";i:4985;s:29:\"apihelp-main-param-assertuser\";i:4986;s:28:\"apihelp-main-param-requestid\";i:4987;s:27:\"apihelp-main-param-servedby\";i:4988;s:31:\"apihelp-main-param-curtimestamp\";i:4989;s:35:\"apihelp-main-param-responselanginfo\";i:4990;s:25:\"apihelp-main-param-origin\";i:4991;s:26:\"apihelp-main-param-uselang\";i:4992;s:26:\"apihelp-main-param-variant\";i:4993;s:30:\"apihelp-main-param-errorformat\";i:4994;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4995;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4996;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:4997;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4998;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4999;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5000;s:28:\"apihelp-main-param-errorlang\";i:5001;s:33:\"apihelp-main-param-errorsuselocal\";i:5002;s:21:\"apihelp-block-summary\";i:5003;s:24:\"apihelp-block-param-user\";i:5004;s:26:\"apihelp-block-param-userid\";i:5005;s:26:\"apihelp-block-param-expiry\";i:5006;s:26:\"apihelp-block-param-reason\";i:5007;s:28:\"apihelp-block-param-anononly\";i:5008;s:28:\"apihelp-block-param-nocreate\";i:5009;s:29:\"apihelp-block-param-autoblock\";i:5010;s:27:\"apihelp-block-param-noemail\";i:5011;s:28:\"apihelp-block-param-hidename\";i:5012;s:33:\"apihelp-block-param-allowusertalk\";i:5013;s:27:\"apihelp-block-param-reblock\";i:5014;s:29:\"apihelp-block-param-watchuser\";i:5015;s:35:\"apihelp-block-param-watchlistexpiry\";i:5016;s:24:\"apihelp-block-param-tags\";i:5017;s:27:\"apihelp-block-param-partial\";i:5018;s:36:\"apihelp-block-param-pagerestrictions\";i:5019;s:41:\"apihelp-block-param-namespacerestrictions\";i:5020;s:38:\"apihelp-block-param-actionrestrictions\";i:5021;s:31:\"apihelp-block-example-ip-simple\";i:5022;s:34:\"apihelp-block-example-user-complex\";i:5023;s:40:\"apihelp-changeauthenticationdata-summary\";i:5024;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5025;s:34:\"apihelp-changecontentmodel-summary\";i:5026;s:38:\"apihelp-changecontentmodel-param-title\";i:5027;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5028;s:40:\"apihelp-changecontentmodel-param-summary\";i:5029;s:37:\"apihelp-changecontentmodel-param-tags\";i:5030;s:38:\"apihelp-changecontentmodel-param-model\";i:5031;s:36:\"apihelp-changecontentmodel-param-bot\";i:5032;s:34:\"apihelp-changecontentmodel-example\";i:5033;s:26:\"apihelp-checktoken-summary\";i:5034;s:29:\"apihelp-checktoken-param-type\";i:5035;s:30:\"apihelp-checktoken-param-token\";i:5036;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5037;s:33:\"apihelp-checktoken-example-simple\";i:5038;s:27:\"apihelp-clearhasmsg-summary\";i:5039;s:29:\"apihelp-clearhasmsg-example-1\";i:5040;s:27:\"apihelp-clientlogin-summary\";i:5041;s:33:\"apihelp-clientlogin-example-login\";i:5042;s:34:\"apihelp-clientlogin-example-login2\";i:5043;s:23:\"apihelp-compare-summary\";i:5044;s:36:\"apihelp-compare-extended-description\";i:5045;s:31:\"apihelp-compare-param-fromtitle\";i:5046;s:28:\"apihelp-compare-param-fromid\";i:5047;s:29:\"apihelp-compare-param-fromrev\";i:5048;s:29:\"apihelp-compare-param-frompst\";i:5049;s:31:\"apihelp-compare-param-fromslots\";i:5050;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5051;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5052;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5053;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5054;s:30:\"apihelp-compare-param-fromtext\";i:5055;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5056;s:39:\"apihelp-compare-param-fromcontentformat\";i:5057;s:33:\"apihelp-compare-param-fromsection\";i:5058;s:29:\"apihelp-compare-param-totitle\";i:5059;s:26:\"apihelp-compare-param-toid\";i:5060;s:27:\"apihelp-compare-param-torev\";i:5061;s:32:\"apihelp-compare-param-torelative\";i:5062;s:27:\"apihelp-compare-param-topst\";i:5063;s:29:\"apihelp-compare-param-toslots\";i:5064;s:35:\"apihelp-compare-param-totext-{slot}\";i:5065;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5066;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5067;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5068;s:28:\"apihelp-compare-param-totext\";i:5069;s:36:\"apihelp-compare-param-tocontentmodel\";i:5070;s:37:\"apihelp-compare-param-tocontentformat\";i:5071;s:31:\"apihelp-compare-param-tosection\";i:5072;s:26:\"apihelp-compare-param-prop\";i:5073;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5074;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5075;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5076;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5077;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5078;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5079;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5080;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5081;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5082;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5083;s:30:\"apihelp-compare-param-difftype\";i:5084;s:27:\"apihelp-compare-param-slots\";i:5085;s:25:\"apihelp-compare-example-1\";i:5086;s:29:\"apihelp-createaccount-summary\";i:5087;s:41:\"apihelp-createaccount-param-preservestate\";i:5088;s:36:\"apihelp-createaccount-example-create\";i:5089;s:25:\"apihelp-cspreport-summary\";i:5090;s:34:\"apihelp-cspreport-param-reportonly\";i:5091;s:30:\"apihelp-cspreport-param-source\";i:5092;s:22:\"apihelp-delete-summary\";i:5093;s:26:\"apihelp-delete-param-title\";i:5094;s:27:\"apihelp-delete-param-pageid\";i:5095;s:27:\"apihelp-delete-param-reason\";i:5096;s:25:\"apihelp-delete-param-tags\";i:5097;s:31:\"apihelp-delete-param-deletetalk\";i:5098;s:26:\"apihelp-delete-param-watch\";i:5099;s:30:\"apihelp-delete-param-watchlist\";i:5100;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5101;s:28:\"apihelp-delete-param-unwatch\";i:5102;s:29:\"apihelp-delete-param-oldimage\";i:5103;s:29:\"apihelp-delete-example-simple\";i:5104;s:29:\"apihelp-delete-example-reason\";i:5105;s:24:\"apihelp-disabled-summary\";i:5106;s:20:\"apihelp-edit-summary\";i:5107;s:24:\"apihelp-edit-param-title\";i:5108;s:25:\"apihelp-edit-param-pageid\";i:5109;s:26:\"apihelp-edit-param-section\";i:5110;s:31:\"apihelp-edit-param-sectiontitle\";i:5111;s:23:\"apihelp-edit-param-text\";i:5112;s:26:\"apihelp-edit-param-summary\";i:5113;s:23:\"apihelp-edit-param-tags\";i:5114;s:24:\"apihelp-edit-param-minor\";i:5115;s:27:\"apihelp-edit-param-notminor\";i:5116;s:22:\"apihelp-edit-param-bot\";i:5117;s:28:\"apihelp-edit-param-baserevid\";i:5118;s:32:\"apihelp-edit-param-basetimestamp\";i:5119;s:33:\"apihelp-edit-param-starttimestamp\";i:5120;s:27:\"apihelp-edit-param-recreate\";i:5121;s:29:\"apihelp-edit-param-createonly\";i:5122;s:27:\"apihelp-edit-param-nocreate\";i:5123;s:24:\"apihelp-edit-param-watch\";i:5124;s:26:\"apihelp-edit-param-unwatch\";i:5125;s:28:\"apihelp-edit-param-watchlist\";i:5126;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5127;s:22:\"apihelp-edit-param-md5\";i:5128;s:30:\"apihelp-edit-param-prependtext\";i:5129;s:29:\"apihelp-edit-param-appendtext\";i:5130;s:23:\"apihelp-edit-param-undo\";i:5131;s:28:\"apihelp-edit-param-undoafter\";i:5132;s:27:\"apihelp-edit-param-redirect\";i:5133;s:32:\"apihelp-edit-param-contentformat\";i:5134;s:31:\"apihelp-edit-param-contentmodel\";i:5135;s:24:\"apihelp-edit-param-token\";i:5136;s:25:\"apihelp-edit-example-edit\";i:5137;s:28:\"apihelp-edit-example-prepend\";i:5138;s:25:\"apihelp-edit-example-undo\";i:5139;s:25:\"apihelp-emailuser-summary\";i:5140;s:30:\"apihelp-emailuser-param-target\";i:5141;s:31:\"apihelp-emailuser-param-subject\";i:5142;s:28:\"apihelp-emailuser-param-text\";i:5143;s:28:\"apihelp-emailuser-param-ccme\";i:5144;s:31:\"apihelp-emailuser-example-email\";i:5145;s:31:\"apihelp-expandtemplates-summary\";i:5146;s:35:\"apihelp-expandtemplates-param-title\";i:5147;s:34:\"apihelp-expandtemplates-param-text\";i:5148;s:35:\"apihelp-expandtemplates-param-revid\";i:5149;s:34:\"apihelp-expandtemplates-param-prop\";i:5150;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5151;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5152;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5153;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5154;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5155;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5156;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5157;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5158;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5159;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5160;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5161;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5162;s:38:\"apihelp-expandtemplates-example-simple\";i:5163;s:33:\"apihelp-feedcontributions-summary\";i:5164;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5165;s:36:\"apihelp-feedcontributions-param-user\";i:5166;s:41:\"apihelp-feedcontributions-param-namespace\";i:5167;s:36:\"apihelp-feedcontributions-param-year\";i:5168;s:37:\"apihelp-feedcontributions-param-month\";i:5169;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5170;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5171;s:39:\"apihelp-feedcontributions-param-toponly\";i:5172;s:39:\"apihelp-feedcontributions-param-newonly\";i:5173;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5174;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5175;s:40:\"apihelp-feedcontributions-example-simple\";i:5176;s:33:\"apihelp-feedrecentchanges-summary\";i:5177;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5178;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5179;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5180;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5181;s:36:\"apihelp-feedrecentchanges-param-days\";i:5182;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5183;s:36:\"apihelp-feedrecentchanges-param-from\";i:5184;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5185;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5186;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5187;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5188;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5189;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5190;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5191;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5192;s:38:\"apihelp-feedrecentchanges-param-target\";i:5193;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5194;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5195;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5196;s:29:\"apihelp-feedwatchlist-summary\";i:5197;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5198;s:33:\"apihelp-feedwatchlist-param-hours\";i:5199;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5200;s:37:\"apihelp-feedwatchlist-example-default\";i:5201;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5202;s:26:\"apihelp-filerevert-summary\";i:5203;s:33:\"apihelp-filerevert-param-filename\";i:5204;s:32:\"apihelp-filerevert-param-comment\";i:5205;s:36:\"apihelp-filerevert-param-archivename\";i:5206;s:33:\"apihelp-filerevert-example-revert\";i:5207;s:20:\"apihelp-help-summary\";i:5208;s:26:\"apihelp-help-param-modules\";i:5209;s:29:\"apihelp-help-param-submodules\";i:5210;s:38:\"apihelp-help-param-recursivesubmodules\";i:5211;s:29:\"apihelp-help-param-helpformat\";i:5212;s:23:\"apihelp-help-param-wrap\";i:5213;s:22:\"apihelp-help-param-toc\";i:5214;s:25:\"apihelp-help-example-main\";i:5215;s:31:\"apihelp-help-example-submodules\";i:5216;s:30:\"apihelp-help-example-recursive\";i:5217;s:25:\"apihelp-help-example-help\";i:5218;s:26:\"apihelp-help-example-query\";i:5219;s:27:\"apihelp-imagerotate-summary\";i:5220;s:34:\"apihelp-imagerotate-param-rotation\";i:5221;s:30:\"apihelp-imagerotate-param-tags\";i:5222;s:34:\"apihelp-imagerotate-example-simple\";i:5223;s:37:\"apihelp-imagerotate-example-generator\";i:5224;s:22:\"apihelp-import-summary\";i:5225;s:35:\"apihelp-import-extended-description\";i:5226;s:28:\"apihelp-import-param-summary\";i:5227;s:24:\"apihelp-import-param-xml\";i:5228;s:36:\"apihelp-import-param-interwikiprefix\";i:5229;s:37:\"apihelp-import-param-assignknownusers\";i:5230;s:36:\"apihelp-import-param-interwikisource\";i:5231;s:34:\"apihelp-import-param-interwikipage\";i:5232;s:32:\"apihelp-import-param-fullhistory\";i:5233;s:30:\"apihelp-import-param-templates\";i:5234;s:30:\"apihelp-import-param-namespace\";i:5235;s:29:\"apihelp-import-param-rootpage\";i:5236;s:25:\"apihelp-import-param-tags\";i:5237;s:29:\"apihelp-import-example-import\";i:5238;s:27:\"apihelp-linkaccount-summary\";i:5239;s:32:\"apihelp-linkaccount-example-link\";i:5240;s:21:\"apihelp-login-summary\";i:5241;s:34:\"apihelp-login-extended-description\";i:5242;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5243;s:24:\"apihelp-login-param-name\";i:5244;s:28:\"apihelp-login-param-password\";i:5245;s:26:\"apihelp-login-param-domain\";i:5246;s:25:\"apihelp-login-param-token\";i:5247;s:27:\"apihelp-login-example-login\";i:5248;s:22:\"apihelp-logout-summary\";i:5249;s:29:\"apihelp-logout-example-logout\";i:5250;s:26:\"apihelp-managetags-summary\";i:5251;s:34:\"apihelp-managetags-param-operation\";i:5252;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5253;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5254;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5255;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5256;s:28:\"apihelp-managetags-param-tag\";i:5257;s:31:\"apihelp-managetags-param-reason\";i:5258;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5259;s:29:\"apihelp-managetags-param-tags\";i:5260;s:33:\"apihelp-managetags-example-create\";i:5261;s:33:\"apihelp-managetags-example-delete\";i:5262;s:35:\"apihelp-managetags-example-activate\";i:5263;s:37:\"apihelp-managetags-example-deactivate\";i:5264;s:28:\"apihelp-mergehistory-summary\";i:5265;s:31:\"apihelp-mergehistory-param-from\";i:5266;s:33:\"apihelp-mergehistory-param-fromid\";i:5267;s:29:\"apihelp-mergehistory-param-to\";i:5268;s:31:\"apihelp-mergehistory-param-toid\";i:5269;s:36:\"apihelp-mergehistory-param-timestamp\";i:5270;s:33:\"apihelp-mergehistory-param-reason\";i:5271;s:34:\"apihelp-mergehistory-example-merge\";i:5272;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5273;s:20:\"apihelp-move-summary\";i:5274;s:23:\"apihelp-move-param-from\";i:5275;s:25:\"apihelp-move-param-fromid\";i:5276;s:21:\"apihelp-move-param-to\";i:5277;s:25:\"apihelp-move-param-reason\";i:5278;s:27:\"apihelp-move-param-movetalk\";i:5279;s:31:\"apihelp-move-param-movesubpages\";i:5280;s:29:\"apihelp-move-param-noredirect\";i:5281;s:24:\"apihelp-move-param-watch\";i:5282;s:26:\"apihelp-move-param-unwatch\";i:5283;s:28:\"apihelp-move-param-watchlist\";i:5284;s:34:\"apihelp-move-param-watchlistexpiry\";i:5285;s:33:\"apihelp-move-param-ignorewarnings\";i:5286;s:23:\"apihelp-move-param-tags\";i:5287;s:25:\"apihelp-move-example-move\";i:5288;s:26:\"apihelp-opensearch-summary\";i:5289;s:31:\"apihelp-opensearch-param-search\";i:5290;s:30:\"apihelp-opensearch-param-limit\";i:5291;s:34:\"apihelp-opensearch-param-namespace\";i:5292;s:32:\"apihelp-opensearch-param-suggest\";i:5293;s:34:\"apihelp-opensearch-param-redirects\";i:5294;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5295;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5296;s:41:\"apihelp-opensearch-param-redirects-append\";i:5297;s:31:\"apihelp-opensearch-param-format\";i:5298;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5299;s:29:\"apihelp-opensearch-example-te\";i:5300;s:23:\"apihelp-options-summary\";i:5301;s:36:\"apihelp-options-extended-description\";i:5302;s:27:\"apihelp-options-param-reset\";i:5303;s:32:\"apihelp-options-param-resetkinds\";i:5304;s:28:\"apihelp-options-param-change\";i:5305;s:32:\"apihelp-options-param-optionname\";i:5306;s:33:\"apihelp-options-param-optionvalue\";i:5307;s:29:\"apihelp-options-example-reset\";i:5308;s:30:\"apihelp-options-example-change\";i:5309;s:31:\"apihelp-options-example-complex\";i:5310;s:25:\"apihelp-paraminfo-summary\";i:5311;s:31:\"apihelp-paraminfo-param-modules\";i:5312;s:34:\"apihelp-paraminfo-param-helpformat\";i:5313;s:36:\"apihelp-paraminfo-param-querymodules\";i:5314;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5315;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5316;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5317;s:27:\"apihelp-paraminfo-example-1\";i:5318;s:27:\"apihelp-paraminfo-example-2\";i:5319;s:21:\"apihelp-parse-summary\";i:5320;s:34:\"apihelp-parse-extended-description\";i:5321;s:25:\"apihelp-parse-param-title\";i:5322;s:24:\"apihelp-parse-param-text\";i:5323;s:25:\"apihelp-parse-param-revid\";i:5324;s:27:\"apihelp-parse-param-summary\";i:5325;s:24:\"apihelp-parse-param-page\";i:5326;s:26:\"apihelp-parse-param-pageid\";i:5327;s:29:\"apihelp-parse-param-redirects\";i:5328;s:25:\"apihelp-parse-param-oldid\";i:5329;s:24:\"apihelp-parse-param-prop\";i:5330;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5331;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5332;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5333;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5334;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5335;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5336;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5337;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5338;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5339;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5340;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5341;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5342;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5343;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5344;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5345;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5346;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5347;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5348;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5349;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5350;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5351;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5352;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5353;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5354;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5355;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5356;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5357;s:23:\"apihelp-parse-param-pst\";i:5358;s:27:\"apihelp-parse-param-onlypst\";i:5359;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5360;s:27:\"apihelp-parse-param-section\";i:5361;s:32:\"apihelp-parse-param-sectiontitle\";i:5362;s:38:\"apihelp-parse-param-disablelimitreport\";i:5363;s:29:\"apihelp-parse-param-disablepp\";i:5364;s:38:\"apihelp-parse-param-disableeditsection\";i:5365;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5366;s:36:\"apihelp-parse-param-showstrategykeys\";i:5367;s:31:\"apihelp-parse-param-generatexml\";i:5368;s:27:\"apihelp-parse-param-preview\";i:5369;s:34:\"apihelp-parse-param-sectionpreview\";i:5370;s:30:\"apihelp-parse-param-disabletoc\";i:5371;s:27:\"apihelp-parse-param-useskin\";i:5372;s:33:\"apihelp-parse-param-contentformat\";i:5373;s:32:\"apihelp-parse-param-contentmodel\";i:5374;s:26:\"apihelp-parse-example-page\";i:5375;s:26:\"apihelp-parse-example-text\";i:5376;s:31:\"apihelp-parse-example-texttitle\";i:5377;s:29:\"apihelp-parse-example-summary\";i:5378;s:22:\"apihelp-patrol-summary\";i:5379;s:25:\"apihelp-patrol-param-rcid\";i:5380;s:26:\"apihelp-patrol-param-revid\";i:5381;s:25:\"apihelp-patrol-param-tags\";i:5382;s:27:\"apihelp-patrol-example-rcid\";i:5383;s:28:\"apihelp-patrol-example-revid\";i:5384;s:23:\"apihelp-protect-summary\";i:5385;s:27:\"apihelp-protect-param-title\";i:5386;s:28:\"apihelp-protect-param-pageid\";i:5387;s:33:\"apihelp-protect-param-protections\";i:5388;s:28:\"apihelp-protect-param-expiry\";i:5389;s:28:\"apihelp-protect-param-reason\";i:5390;s:26:\"apihelp-protect-param-tags\";i:5391;s:29:\"apihelp-protect-param-cascade\";i:5392;s:27:\"apihelp-protect-param-watch\";i:5393;s:31:\"apihelp-protect-param-watchlist\";i:5394;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5395;s:31:\"apihelp-protect-example-protect\";i:5396;s:33:\"apihelp-protect-example-unprotect\";i:5397;s:34:\"apihelp-protect-example-unprotect2\";i:5398;s:21:\"apihelp-purge-summary\";i:5399;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5400;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5401;s:28:\"apihelp-purge-example-simple\";i:5402;s:31:\"apihelp-purge-example-generator\";i:5403;s:21:\"apihelp-query-summary\";i:5404;s:34:\"apihelp-query-extended-description\";i:5405;s:24:\"apihelp-query-param-prop\";i:5406;s:24:\"apihelp-query-param-list\";i:5407;s:24:\"apihelp-query-param-meta\";i:5408;s:32:\"apihelp-query-param-indexpageids\";i:5409;s:26:\"apihelp-query-param-export\";i:5410;s:32:\"apihelp-query-param-exportnowrap\";i:5411;s:32:\"apihelp-query-param-exportschema\";i:5412;s:25:\"apihelp-query-param-iwurl\";i:5413;s:31:\"apihelp-query-param-rawcontinue\";i:5414;s:31:\"apihelp-query-example-revisions\";i:5415;s:30:\"apihelp-query-example-allpages\";i:5416;s:35:\"apihelp-query+allcategories-summary\";i:5417;s:38:\"apihelp-query+allcategories-param-from\";i:5418;s:36:\"apihelp-query+allcategories-param-to\";i:5419;s:40:\"apihelp-query+allcategories-param-prefix\";i:5420;s:37:\"apihelp-query+allcategories-param-dir\";i:5421;s:37:\"apihelp-query+allcategories-param-min\";i:5422;s:37:\"apihelp-query+allcategories-param-max\";i:5423;s:39:\"apihelp-query+allcategories-param-limit\";i:5424;s:38:\"apihelp-query+allcategories-param-prop\";i:5425;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5426;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5427;s:40:\"apihelp-query+allcategories-example-size\";i:5428;s:45:\"apihelp-query+allcategories-example-generator\";i:5429;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5430;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5431;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5432;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5433;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5434;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5435;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5436;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5437;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5438;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5439;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5440;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5441;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5442;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5443;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5444;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5445;s:35:\"apihelp-query+allfileusages-summary\";i:5446;s:38:\"apihelp-query+allfileusages-param-from\";i:5447;s:36:\"apihelp-query+allfileusages-param-to\";i:5448;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5449;s:40:\"apihelp-query+allfileusages-param-unique\";i:5450;s:38:\"apihelp-query+allfileusages-param-prop\";i:5451;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5452;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5453;s:39:\"apihelp-query+allfileusages-param-limit\";i:5454;s:37:\"apihelp-query+allfileusages-param-dir\";i:5455;s:37:\"apihelp-query+allfileusages-example-b\";i:5456;s:42:\"apihelp-query+allfileusages-example-unique\";i:5457;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5458;s:45:\"apihelp-query+allfileusages-example-generator\";i:5459;s:31:\"apihelp-query+allimages-summary\";i:5460;s:34:\"apihelp-query+allimages-param-sort\";i:5461;s:33:\"apihelp-query+allimages-param-dir\";i:5462;s:34:\"apihelp-query+allimages-param-from\";i:5463;s:32:\"apihelp-query+allimages-param-to\";i:5464;s:35:\"apihelp-query+allimages-param-start\";i:5465;s:33:\"apihelp-query+allimages-param-end\";i:5466;s:36:\"apihelp-query+allimages-param-prefix\";i:5467;s:37:\"apihelp-query+allimages-param-minsize\";i:5468;s:37:\"apihelp-query+allimages-param-maxsize\";i:5469;s:34:\"apihelp-query+allimages-param-sha1\";i:5470;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5471;s:34:\"apihelp-query+allimages-param-user\";i:5472;s:40:\"apihelp-query+allimages-param-filterbots\";i:5473;s:34:\"apihelp-query+allimages-param-mime\";i:5474;s:35:\"apihelp-query+allimages-param-limit\";i:5475;s:33:\"apihelp-query+allimages-example-b\";i:5476;s:38:\"apihelp-query+allimages-example-recent\";i:5477;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5478;s:41:\"apihelp-query+allimages-example-generator\";i:5479;s:30:\"apihelp-query+alllinks-summary\";i:5480;s:33:\"apihelp-query+alllinks-param-from\";i:5481;s:31:\"apihelp-query+alllinks-param-to\";i:5482;s:35:\"apihelp-query+alllinks-param-prefix\";i:5483;s:35:\"apihelp-query+alllinks-param-unique\";i:5484;s:33:\"apihelp-query+alllinks-param-prop\";i:5485;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5486;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5487;s:38:\"apihelp-query+alllinks-param-namespace\";i:5488;s:34:\"apihelp-query+alllinks-param-limit\";i:5489;s:32:\"apihelp-query+alllinks-param-dir\";i:5490;s:32:\"apihelp-query+alllinks-example-b\";i:5491;s:37:\"apihelp-query+alllinks-example-unique\";i:5492;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5493;s:40:\"apihelp-query+alllinks-example-generator\";i:5494;s:33:\"apihelp-query+allmessages-summary\";i:5495;s:40:\"apihelp-query+allmessages-param-messages\";i:5496;s:36:\"apihelp-query+allmessages-param-prop\";i:5497;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5498;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5499;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5500;s:36:\"apihelp-query+allmessages-param-args\";i:5501;s:38:\"apihelp-query+allmessages-param-filter\";i:5502;s:42:\"apihelp-query+allmessages-param-customised\";i:5503;s:36:\"apihelp-query+allmessages-param-lang\";i:5504;s:36:\"apihelp-query+allmessages-param-from\";i:5505;s:34:\"apihelp-query+allmessages-param-to\";i:5506;s:37:\"apihelp-query+allmessages-param-title\";i:5507;s:38:\"apihelp-query+allmessages-param-prefix\";i:5508;s:37:\"apihelp-query+allmessages-example-ipb\";i:5509;s:36:\"apihelp-query+allmessages-example-de\";i:5510;s:30:\"apihelp-query+allpages-summary\";i:5511;s:33:\"apihelp-query+allpages-param-from\";i:5512;s:31:\"apihelp-query+allpages-param-to\";i:5513;s:35:\"apihelp-query+allpages-param-prefix\";i:5514;s:38:\"apihelp-query+allpages-param-namespace\";i:5515;s:40:\"apihelp-query+allpages-param-filterredir\";i:5516;s:36:\"apihelp-query+allpages-param-minsize\";i:5517;s:36:\"apihelp-query+allpages-param-maxsize\";i:5518;s:35:\"apihelp-query+allpages-param-prtype\";i:5519;s:36:\"apihelp-query+allpages-param-prlevel\";i:5520;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5521;s:34:\"apihelp-query+allpages-param-limit\";i:5522;s:32:\"apihelp-query+allpages-param-dir\";i:5523;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5524;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5525;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5526;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5527;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5528;s:32:\"apihelp-query+allpages-example-b\";i:5529;s:40:\"apihelp-query+allpages-example-generator\";i:5530;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5531;s:34:\"apihelp-query+allredirects-summary\";i:5532;s:37:\"apihelp-query+allredirects-param-from\";i:5533;s:35:\"apihelp-query+allredirects-param-to\";i:5534;s:39:\"apihelp-query+allredirects-param-prefix\";i:5535;s:39:\"apihelp-query+allredirects-param-unique\";i:5536;s:37:\"apihelp-query+allredirects-param-prop\";i:5537;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5538;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5539;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5540;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5541;s:42:\"apihelp-query+allredirects-param-namespace\";i:5542;s:38:\"apihelp-query+allredirects-param-limit\";i:5543;s:36:\"apihelp-query+allredirects-param-dir\";i:5544;s:36:\"apihelp-query+allredirects-example-b\";i:5545;s:41:\"apihelp-query+allredirects-example-unique\";i:5546;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5547;s:44:\"apihelp-query+allredirects-example-generator\";i:5548;s:34:\"apihelp-query+allrevisions-summary\";i:5549;s:38:\"apihelp-query+allrevisions-param-start\";i:5550;s:36:\"apihelp-query+allrevisions-param-end\";i:5551;s:37:\"apihelp-query+allrevisions-param-user\";i:5552;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5553;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5554;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5555;s:39:\"apihelp-query+allrevisions-example-user\";i:5556;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5557;s:36:\"apihelp-query+mystashedfiles-summary\";i:5558;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5559;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5560;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5561;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5562;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5563;s:38:\"apihelp-query+alltransclusions-summary\";i:5564;s:41:\"apihelp-query+alltransclusions-param-from\";i:5565;s:39:\"apihelp-query+alltransclusions-param-to\";i:5566;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5567;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5568;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5569;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5570;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5571;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5572;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5573;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5574;s:40:\"apihelp-query+alltransclusions-example-b\";i:5575;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5576;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5577;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5578;s:30:\"apihelp-query+allusers-summary\";i:5579;s:33:\"apihelp-query+allusers-param-from\";i:5580;s:31:\"apihelp-query+allusers-param-to\";i:5581;s:35:\"apihelp-query+allusers-param-prefix\";i:5582;s:32:\"apihelp-query+allusers-param-dir\";i:5583;s:34:\"apihelp-query+allusers-param-group\";i:5584;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5585;s:35:\"apihelp-query+allusers-param-rights\";i:5586;s:33:\"apihelp-query+allusers-param-prop\";i:5587;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5588;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5589;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5590;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5591;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5592;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5593;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5594;s:34:\"apihelp-query+allusers-param-limit\";i:5595;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5596;s:40:\"apihelp-query+allusers-param-activeusers\";i:5597;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5598;s:32:\"apihelp-query+allusers-example-y\";i:5599;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5600;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5601;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5602;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5603;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5604;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5605;s:31:\"apihelp-query+backlinks-summary\";i:5606;s:35:\"apihelp-query+backlinks-param-title\";i:5607;s:36:\"apihelp-query+backlinks-param-pageid\";i:5608;s:39:\"apihelp-query+backlinks-param-namespace\";i:5609;s:33:\"apihelp-query+backlinks-param-dir\";i:5610;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5611;s:35:\"apihelp-query+backlinks-param-limit\";i:5612;s:38:\"apihelp-query+backlinks-param-redirect\";i:5613;s:38:\"apihelp-query+backlinks-example-simple\";i:5614;s:41:\"apihelp-query+backlinks-example-generator\";i:5615;s:28:\"apihelp-query+blocks-summary\";i:5616;s:32:\"apihelp-query+blocks-param-start\";i:5617;s:30:\"apihelp-query+blocks-param-end\";i:5618;s:30:\"apihelp-query+blocks-param-ids\";i:5619;s:32:\"apihelp-query+blocks-param-users\";i:5620;s:29:\"apihelp-query+blocks-param-ip\";i:5621;s:32:\"apihelp-query+blocks-param-limit\";i:5622;s:31:\"apihelp-query+blocks-param-prop\";i:5623;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5624;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5625;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5626;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5627;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5628;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5629;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5630;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5631;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5632;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5633;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5634;s:31:\"apihelp-query+blocks-param-show\";i:5635;s:35:\"apihelp-query+blocks-example-simple\";i:5636;s:34:\"apihelp-query+blocks-example-users\";i:5637;s:32:\"apihelp-query+categories-summary\";i:5638;s:35:\"apihelp-query+categories-param-prop\";i:5639;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5640;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5641;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5642;s:35:\"apihelp-query+categories-param-show\";i:5643;s:36:\"apihelp-query+categories-param-limit\";i:5644;s:41:\"apihelp-query+categories-param-categories\";i:5645;s:34:\"apihelp-query+categories-param-dir\";i:5646;s:39:\"apihelp-query+categories-example-simple\";i:5647;s:42:\"apihelp-query+categories-example-generator\";i:5648;s:34:\"apihelp-query+categoryinfo-summary\";i:5649;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5650;s:37:\"apihelp-query+categorymembers-summary\";i:5651;s:41:\"apihelp-query+categorymembers-param-title\";i:5652;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5653;s:40:\"apihelp-query+categorymembers-param-prop\";i:5654;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5655;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5656;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5657;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5658;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5659;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5660;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5661;s:40:\"apihelp-query+categorymembers-param-type\";i:5662;s:41:\"apihelp-query+categorymembers-param-limit\";i:5663;s:40:\"apihelp-query+categorymembers-param-sort\";i:5664;s:39:\"apihelp-query+categorymembers-param-dir\";i:5665;s:41:\"apihelp-query+categorymembers-param-start\";i:5666;s:39:\"apihelp-query+categorymembers-param-end\";i:5667;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5668;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5669;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5670;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5671;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5672;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5673;s:44:\"apihelp-query+categorymembers-example-simple\";i:5674;s:47:\"apihelp-query+categorymembers-example-generator\";i:5675;s:34:\"apihelp-query+contributors-summary\";i:5676;s:38:\"apihelp-query+contributors-param-group\";i:5677;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5678;s:39:\"apihelp-query+contributors-param-rights\";i:5679;s:46:\"apihelp-query+contributors-param-excluderights\";i:5680;s:38:\"apihelp-query+contributors-param-limit\";i:5681;s:41:\"apihelp-query+contributors-example-simple\";i:5682;s:38:\"apihelp-query+deletedrevisions-summary\";i:5683;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5684;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5685;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5686;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5687;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5688;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5689;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5690;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5691;s:33:\"apihelp-query+deletedrevs-summary\";i:5692;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5693;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5694;s:37:\"apihelp-query+deletedrevs-param-start\";i:5695;s:35:\"apihelp-query+deletedrevs-param-end\";i:5696;s:36:\"apihelp-query+deletedrevs-param-from\";i:5697;s:34:\"apihelp-query+deletedrevs-param-to\";i:5698;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5699;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5700;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5701;s:36:\"apihelp-query+deletedrevs-param-user\";i:5702;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5703;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5704;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5705;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5706;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5707;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5708;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5709;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5710;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5711;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5712;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5713;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5714;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5715;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5716;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5717;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5718;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5719;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5720;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5721;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5722;s:30:\"apihelp-query+disabled-summary\";i:5723;s:36:\"apihelp-query+duplicatefiles-summary\";i:5724;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5725;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5726;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5727;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5728;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5729;s:32:\"apihelp-query+embeddedin-summary\";i:5730;s:36:\"apihelp-query+embeddedin-param-title\";i:5731;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5732;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5733;s:34:\"apihelp-query+embeddedin-param-dir\";i:5734;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5735;s:36:\"apihelp-query+embeddedin-param-limit\";i:5736;s:39:\"apihelp-query+embeddedin-example-simple\";i:5737;s:42:\"apihelp-query+embeddedin-example-generator\";i:5738;s:30:\"apihelp-query+extlinks-summary\";i:5739;s:34:\"apihelp-query+extlinks-param-limit\";i:5740;s:37:\"apihelp-query+extlinks-param-protocol\";i:5741;s:34:\"apihelp-query+extlinks-param-query\";i:5742;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5743;s:37:\"apihelp-query+extlinks-example-simple\";i:5744;s:33:\"apihelp-query+exturlusage-summary\";i:5745;s:36:\"apihelp-query+exturlusage-param-prop\";i:5746;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5747;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5748;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5749;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5750;s:37:\"apihelp-query+exturlusage-param-query\";i:5751;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5752;s:37:\"apihelp-query+exturlusage-param-limit\";i:5753;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5754;s:40:\"apihelp-query+exturlusage-example-simple\";i:5755;s:33:\"apihelp-query+filearchive-summary\";i:5756;s:36:\"apihelp-query+filearchive-param-from\";i:5757;s:34:\"apihelp-query+filearchive-param-to\";i:5758;s:38:\"apihelp-query+filearchive-param-prefix\";i:5759;s:37:\"apihelp-query+filearchive-param-limit\";i:5760;s:35:\"apihelp-query+filearchive-param-dir\";i:5761;s:36:\"apihelp-query+filearchive-param-sha1\";i:5762;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5763;s:36:\"apihelp-query+filearchive-param-prop\";i:5764;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5765;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5766;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5767;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5768;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5769;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5770;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5771;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5772;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5773;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5774;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5775;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5776;s:40:\"apihelp-query+filearchive-example-simple\";i:5777;s:34:\"apihelp-query+filerepoinfo-summary\";i:5778;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5779;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5780;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5781;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5782;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5783;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5784;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5785;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5786;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5787;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5788;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5789;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5790;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5791;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5792;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5793;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5794;s:31:\"apihelp-query+fileusage-summary\";i:5795;s:34:\"apihelp-query+fileusage-param-prop\";i:5796;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5797;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5798;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5799;s:39:\"apihelp-query+fileusage-param-namespace\";i:5800;s:35:\"apihelp-query+fileusage-param-limit\";i:5801;s:34:\"apihelp-query+fileusage-param-show\";i:5802;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5803;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5804;s:38:\"apihelp-query+fileusage-example-simple\";i:5805;s:41:\"apihelp-query+fileusage-example-generator\";i:5806;s:31:\"apihelp-query+imageinfo-summary\";i:5807;s:34:\"apihelp-query+imageinfo-param-prop\";i:5808;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5809;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5810;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5811;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5812;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5813;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5814;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5815;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5816;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5817;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5818;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5819;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5820;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5821;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5822;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5823;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5824;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5825;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5826;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5827;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5828;s:35:\"apihelp-query+imageinfo-param-limit\";i:5829;s:35:\"apihelp-query+imageinfo-param-start\";i:5830;s:33:\"apihelp-query+imageinfo-param-end\";i:5831;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5832;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5833;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5834;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5835;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5836;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5837;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5838;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5839;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5840;s:38:\"apihelp-query+imageinfo-example-simple\";i:5841;s:37:\"apihelp-query+imageinfo-example-dated\";i:5842;s:28:\"apihelp-query+images-summary\";i:5843;s:32:\"apihelp-query+images-param-limit\";i:5844;s:33:\"apihelp-query+images-param-images\";i:5845;s:30:\"apihelp-query+images-param-dir\";i:5846;s:35:\"apihelp-query+images-example-simple\";i:5847;s:38:\"apihelp-query+images-example-generator\";i:5848;s:32:\"apihelp-query+imageusage-summary\";i:5849;s:36:\"apihelp-query+imageusage-param-title\";i:5850;s:37:\"apihelp-query+imageusage-param-pageid\";i:5851;s:40:\"apihelp-query+imageusage-param-namespace\";i:5852;s:34:\"apihelp-query+imageusage-param-dir\";i:5853;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5854;s:36:\"apihelp-query+imageusage-param-limit\";i:5855;s:39:\"apihelp-query+imageusage-param-redirect\";i:5856;s:39:\"apihelp-query+imageusage-example-simple\";i:5857;s:42:\"apihelp-query+imageusage-example-generator\";i:5858;s:26:\"apihelp-query+info-summary\";i:5859;s:29:\"apihelp-query+info-param-prop\";i:5860;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5861;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5862;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5863;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5864;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5865;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5866;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5867;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5868;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5869;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5870;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5871;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5872;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5873;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5874;s:36:\"apihelp-query+info-param-linkcontext\";i:5875;s:36:\"apihelp-query+info-param-testactions\";i:5876;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5877;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5878;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5879;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5880;s:33:\"apihelp-query+info-example-simple\";i:5881;s:37:\"apihelp-query+info-example-protection\";i:5882;s:33:\"apihelp-query+iwbacklinks-summary\";i:5883;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5884;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5885;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5886;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5887;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5888;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5889;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5890;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5891;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5892;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5893;s:29:\"apihelp-query+iwlinks-summary\";i:5894;s:31:\"apihelp-query+iwlinks-param-url\";i:5895;s:32:\"apihelp-query+iwlinks-param-prop\";i:5896;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5897;s:33:\"apihelp-query+iwlinks-param-limit\";i:5898;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5899;s:33:\"apihelp-query+iwlinks-param-title\";i:5900;s:31:\"apihelp-query+iwlinks-param-dir\";i:5901;s:36:\"apihelp-query+iwlinks-example-simple\";i:5902;s:35:\"apihelp-query+langbacklinks-summary\";i:5903;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5904;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5905;s:39:\"apihelp-query+langbacklinks-param-title\";i:5906;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5907;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5908;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5909;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5910;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5911;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5912;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5913;s:31:\"apihelp-query+langlinks-summary\";i:5914;s:35:\"apihelp-query+langlinks-param-limit\";i:5915;s:33:\"apihelp-query+langlinks-param-url\";i:5916;s:34:\"apihelp-query+langlinks-param-prop\";i:5917;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5918;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5919;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5920;s:34:\"apihelp-query+langlinks-param-lang\";i:5921;s:35:\"apihelp-query+langlinks-param-title\";i:5922;s:33:\"apihelp-query+langlinks-param-dir\";i:5923;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5924;s:38:\"apihelp-query+langlinks-example-simple\";i:5925;s:34:\"apihelp-query+languageinfo-summary\";i:5926;s:47:\"apihelp-query+languageinfo-extended-description\";i:5927;s:37:\"apihelp-query+languageinfo-param-prop\";i:5928;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5929;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5930;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5931;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5932;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5933;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5934;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5935;s:37:\"apihelp-query+languageinfo-param-code\";i:5936;s:41:\"apihelp-query+languageinfo-example-simple\";i:5937;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5938;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5939;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5940;s:27:\"apihelp-query+links-summary\";i:5941;s:35:\"apihelp-query+links-param-namespace\";i:5942;s:31:\"apihelp-query+links-param-limit\";i:5943;s:32:\"apihelp-query+links-param-titles\";i:5944;s:29:\"apihelp-query+links-param-dir\";i:5945;s:34:\"apihelp-query+links-example-simple\";i:5946;s:37:\"apihelp-query+links-example-generator\";i:5947;s:38:\"apihelp-query+links-example-namespaces\";i:5948;s:31:\"apihelp-query+linkshere-summary\";i:5949;s:34:\"apihelp-query+linkshere-param-prop\";i:5950;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5951;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5952;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5953;s:39:\"apihelp-query+linkshere-param-namespace\";i:5954;s:35:\"apihelp-query+linkshere-param-limit\";i:5955;s:34:\"apihelp-query+linkshere-param-show\";i:5956;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5957;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5958;s:38:\"apihelp-query+linkshere-example-simple\";i:5959;s:41:\"apihelp-query+linkshere-example-generator\";i:5960;s:31:\"apihelp-query+logevents-summary\";i:5961;s:34:\"apihelp-query+logevents-param-prop\";i:5962;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5963;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5964;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5965;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5966;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5967;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5968;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5969;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5970;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5971;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5972;s:34:\"apihelp-query+logevents-param-type\";i:5973;s:36:\"apihelp-query+logevents-param-action\";i:5974;s:35:\"apihelp-query+logevents-param-start\";i:5975;s:33:\"apihelp-query+logevents-param-end\";i:5976;s:34:\"apihelp-query+logevents-param-user\";i:5977;s:35:\"apihelp-query+logevents-param-title\";i:5978;s:39:\"apihelp-query+logevents-param-namespace\";i:5979;s:36:\"apihelp-query+logevents-param-prefix\";i:5980;s:33:\"apihelp-query+logevents-param-tag\";i:5981;s:35:\"apihelp-query+logevents-param-limit\";i:5982;s:38:\"apihelp-query+logevents-example-simple\";i:5983;s:35:\"apihelp-query+pagepropnames-summary\";i:5984;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5985;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5986;s:31:\"apihelp-query+pageprops-summary\";i:5987;s:34:\"apihelp-query+pageprops-param-prop\";i:5988;s:38:\"apihelp-query+pageprops-example-simple\";i:5989;s:35:\"apihelp-query+pageswithprop-summary\";i:5990;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5991;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5992;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5993;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5994;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5995;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5996;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5997;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5998;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5999;s:34:\"apihelp-query+prefixsearch-summary\";i:6000;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6001;s:39:\"apihelp-query+prefixsearch-param-search\";i:6002;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6003;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6004;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6005;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6006;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6007;s:37:\"apihelp-query+protectedtitles-summary\";i:6008;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6009;s:41:\"apihelp-query+protectedtitles-param-level\";i:6010;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6011;s:41:\"apihelp-query+protectedtitles-param-start\";i:6012;s:39:\"apihelp-query+protectedtitles-param-end\";i:6013;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6014;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6015;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6016;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6017;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6018;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6019;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6020;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6021;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6022;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6023;s:31:\"apihelp-query+querypage-summary\";i:6024;s:34:\"apihelp-query+querypage-param-page\";i:6025;s:35:\"apihelp-query+querypage-param-limit\";i:6026;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6027;s:28:\"apihelp-query+random-summary\";i:6028;s:41:\"apihelp-query+random-extended-description\";i:6029;s:36:\"apihelp-query+random-param-namespace\";i:6030;s:32:\"apihelp-query+random-param-limit\";i:6031;s:35:\"apihelp-query+random-param-redirect\";i:6032;s:38:\"apihelp-query+random-param-filterredir\";i:6033;s:35:\"apihelp-query+random-example-simple\";i:6034;s:38:\"apihelp-query+random-example-generator\";i:6035;s:35:\"apihelp-query+recentchanges-summary\";i:6036;s:39:\"apihelp-query+recentchanges-param-start\";i:6037;s:37:\"apihelp-query+recentchanges-param-end\";i:6038;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6039;s:38:\"apihelp-query+recentchanges-param-user\";i:6040;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6041;s:37:\"apihelp-query+recentchanges-param-tag\";i:6042;s:38:\"apihelp-query+recentchanges-param-slot\";i:6043;s:38:\"apihelp-query+recentchanges-param-prop\";i:6044;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6045;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6046;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6047;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6048;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6049;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6050;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6051;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6052;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6053;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6054;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6055;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6056;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6057;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6058;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6059;s:38:\"apihelp-query+recentchanges-param-show\";i:6060;s:39:\"apihelp-query+recentchanges-param-limit\";i:6061;s:38:\"apihelp-query+recentchanges-param-type\";i:6062;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6063;s:39:\"apihelp-query+recentchanges-param-title\";i:6064;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6065;s:42:\"apihelp-query+recentchanges-example-simple\";i:6066;s:45:\"apihelp-query+recentchanges-example-generator\";i:6067;s:31:\"apihelp-query+redirects-summary\";i:6068;s:34:\"apihelp-query+redirects-param-prop\";i:6069;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6070;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6071;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6072;s:39:\"apihelp-query+redirects-param-namespace\";i:6073;s:35:\"apihelp-query+redirects-param-limit\";i:6074;s:34:\"apihelp-query+redirects-param-show\";i:6075;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6076;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6077;s:38:\"apihelp-query+redirects-example-simple\";i:6078;s:41:\"apihelp-query+redirects-example-generator\";i:6079;s:31:\"apihelp-query+revisions-summary\";i:6080;s:44:\"apihelp-query+revisions-extended-description\";i:6081;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6082;s:37:\"apihelp-query+revisions-param-startid\";i:6083;s:35:\"apihelp-query+revisions-param-endid\";i:6084;s:35:\"apihelp-query+revisions-param-start\";i:6085;s:33:\"apihelp-query+revisions-param-end\";i:6086;s:34:\"apihelp-query+revisions-param-user\";i:6087;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6088;s:33:\"apihelp-query+revisions-param-tag\";i:6089;s:39:\"apihelp-query+revisions-example-content\";i:6090;s:37:\"apihelp-query+revisions-example-last5\";i:6091;s:38:\"apihelp-query+revisions-example-first5\";i:6092;s:44:\"apihelp-query+revisions-example-first5-after\";i:6093;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6094;s:43:\"apihelp-query+revisions-example-first5-user\";i:6095;s:39:\"apihelp-query+revisions+base-param-prop\";i:6096;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6097;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6098;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6099;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6100;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6101;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6102;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6103;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6104;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6105;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6106;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6107;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6108;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6109;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6110;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6111;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6112;s:40:\"apihelp-query+revisions+base-param-slots\";i:6113;s:40:\"apihelp-query+revisions+base-param-limit\";i:6114;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6115;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6116;s:40:\"apihelp-query+revisions+base-param-parse\";i:6117;s:42:\"apihelp-query+revisions+base-param-section\";i:6118;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6119;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6120;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6121;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6122;s:28:\"apihelp-query+search-summary\";i:6123;s:33:\"apihelp-query+search-param-search\";i:6124;s:36:\"apihelp-query+search-param-namespace\";i:6125;s:31:\"apihelp-query+search-param-what\";i:6126;s:31:\"apihelp-query+search-param-info\";i:6127;s:31:\"apihelp-query+search-param-prop\";i:6128;s:36:\"apihelp-query+search-param-qiprofile\";i:6129;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6130;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6131;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6132;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6133;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6134;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6135;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6136;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6137;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6138;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6139;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6140;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6141;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6142;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6143;s:32:\"apihelp-query+search-param-limit\";i:6144;s:36:\"apihelp-query+search-param-interwiki\";i:6145;s:34:\"apihelp-query+search-param-backend\";i:6146;s:41:\"apihelp-query+search-param-enablerewrites\";i:6147;s:31:\"apihelp-query+search-param-sort\";i:6148;s:35:\"apihelp-query+search-example-simple\";i:6149;s:33:\"apihelp-query+search-example-text\";i:6150;s:38:\"apihelp-query+search-example-generator\";i:6151;s:30:\"apihelp-query+siteinfo-summary\";i:6152;s:33:\"apihelp-query+siteinfo-param-prop\";i:6153;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6154;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6155;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6156;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6157;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6158;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6159;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6160;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6161;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6162;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6163;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6164;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6165;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6166;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6167;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6168;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6169;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6170;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6171;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6172;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6173;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6174;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6175;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6176;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6177;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6178;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6179;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6180;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6181;s:37:\"apihelp-query+siteinfo-example-simple\";i:6182;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6183;s:37:\"apihelp-query+siteinfo-example-replag\";i:6184;s:36:\"apihelp-query+stashimageinfo-summary\";i:6185;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6186;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6187;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6188;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6189;s:26:\"apihelp-query+tags-summary\";i:6190;s:30:\"apihelp-query+tags-param-limit\";i:6191;s:29:\"apihelp-query+tags-param-prop\";i:6192;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6193;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6194;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6195;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6196;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6197;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6198;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6199;s:33:\"apihelp-query+tags-example-simple\";i:6200;s:31:\"apihelp-query+templates-summary\";i:6201;s:39:\"apihelp-query+templates-param-namespace\";i:6202;s:35:\"apihelp-query+templates-param-limit\";i:6203;s:39:\"apihelp-query+templates-param-templates\";i:6204;s:33:\"apihelp-query+templates-param-dir\";i:6205;s:38:\"apihelp-query+templates-example-simple\";i:6206;s:41:\"apihelp-query+templates-example-generator\";i:6207;s:42:\"apihelp-query+templates-example-namespaces\";i:6208;s:28:\"apihelp-query+tokens-summary\";i:6209;s:31:\"apihelp-query+tokens-param-type\";i:6210;s:35:\"apihelp-query+tokens-example-simple\";i:6211;s:34:\"apihelp-query+tokens-example-types\";i:6212;s:35:\"apihelp-query+transcludedin-summary\";i:6213;s:38:\"apihelp-query+transcludedin-param-prop\";i:6214;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6215;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6216;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6217;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6218;s:39:\"apihelp-query+transcludedin-param-limit\";i:6219;s:38:\"apihelp-query+transcludedin-param-show\";i:6220;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6221;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6222;s:42:\"apihelp-query+transcludedin-example-simple\";i:6223;s:45:\"apihelp-query+transcludedin-example-generator\";i:6224;s:34:\"apihelp-query+usercontribs-summary\";i:6225;s:38:\"apihelp-query+usercontribs-param-limit\";i:6226;s:38:\"apihelp-query+usercontribs-param-start\";i:6227;s:36:\"apihelp-query+usercontribs-param-end\";i:6228;s:37:\"apihelp-query+usercontribs-param-user\";i:6229;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6230;s:40:\"apihelp-query+usercontribs-param-userids\";i:6231;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6232;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6233;s:37:\"apihelp-query+usercontribs-param-prop\";i:6234;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6235;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6236;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6237;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6238;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6239;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6240;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6241;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6242;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6243;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6244;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6245;s:37:\"apihelp-query+usercontribs-param-show\";i:6246;s:36:\"apihelp-query+usercontribs-param-tag\";i:6247;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6248;s:39:\"apihelp-query+usercontribs-example-user\";i:6249;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6250;s:30:\"apihelp-query+userinfo-summary\";i:6251;s:33:\"apihelp-query+userinfo-param-prop\";i:6252;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6253;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6254;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6255;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6256;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6257;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6258;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6259;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6260;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6261;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6262;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6263;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6264;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6265;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6266;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6267;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6268;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6269;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6270;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6271;s:37:\"apihelp-query+userinfo-example-simple\";i:6272;s:35:\"apihelp-query+userinfo-example-data\";i:6273;s:27:\"apihelp-query+users-summary\";i:6274;s:30:\"apihelp-query+users-param-prop\";i:6275;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6276;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6277;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6278;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6279;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6280;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6281;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6282;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6283;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6284;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6285;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6286;s:38:\"apihelp-query+users-param-attachedwiki\";i:6287;s:31:\"apihelp-query+users-param-users\";i:6288;s:33:\"apihelp-query+users-param-userids\";i:6289;s:34:\"apihelp-query+users-example-simple\";i:6290;s:31:\"apihelp-query+watchlist-summary\";i:6291;s:36:\"apihelp-query+watchlist-param-allrev\";i:6292;s:35:\"apihelp-query+watchlist-param-start\";i:6293;s:33:\"apihelp-query+watchlist-param-end\";i:6294;s:39:\"apihelp-query+watchlist-param-namespace\";i:6295;s:34:\"apihelp-query+watchlist-param-user\";i:6296;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6297;s:35:\"apihelp-query+watchlist-param-limit\";i:6298;s:34:\"apihelp-query+watchlist-param-prop\";i:6299;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6300;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6301;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6302;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6303;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6304;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6305;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6306;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6307;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6308;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6309;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6310;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6311;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6312;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6313;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6314;s:34:\"apihelp-query+watchlist-param-show\";i:6315;s:34:\"apihelp-query+watchlist-param-type\";i:6316;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6317;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6318;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6319;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6320;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6321;s:35:\"apihelp-query+watchlist-param-owner\";i:6322;s:35:\"apihelp-query+watchlist-param-token\";i:6323;s:38:\"apihelp-query+watchlist-example-simple\";i:6324;s:37:\"apihelp-query+watchlist-example-props\";i:6325;s:38:\"apihelp-query+watchlist-example-expiry\";i:6326;s:38:\"apihelp-query+watchlist-example-allrev\";i:6327;s:41:\"apihelp-query+watchlist-example-generator\";i:6328;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6329;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6330;s:34:\"apihelp-query+watchlistraw-summary\";i:6331;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6332;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6333;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6334;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6335;s:37:\"apihelp-query+watchlistraw-param-show\";i:6336;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6337;s:38:\"apihelp-query+watchlistraw-param-token\";i:6338;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6339;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6340;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6341;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6342;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6343;s:40:\"apihelp-removeauthenticationdata-summary\";i:6344;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6345;s:29:\"apihelp-resetpassword-summary\";i:6346;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6347;s:32:\"apihelp-resetpassword-param-user\";i:6348;s:33:\"apihelp-resetpassword-param-email\";i:6349;s:34:\"apihelp-resetpassword-example-user\";i:6350;s:35:\"apihelp-resetpassword-example-email\";i:6351;s:30:\"apihelp-revisiondelete-summary\";i:6352;s:33:\"apihelp-revisiondelete-param-type\";i:6353;s:35:\"apihelp-revisiondelete-param-target\";i:6354;s:32:\"apihelp-revisiondelete-param-ids\";i:6355;s:33:\"apihelp-revisiondelete-param-hide\";i:6356;s:33:\"apihelp-revisiondelete-param-show\";i:6357;s:37:\"apihelp-revisiondelete-param-suppress\";i:6358;s:35:\"apihelp-revisiondelete-param-reason\";i:6359;s:33:\"apihelp-revisiondelete-param-tags\";i:6360;s:39:\"apihelp-revisiondelete-example-revision\";i:6361;s:34:\"apihelp-revisiondelete-example-log\";i:6362;s:24:\"apihelp-rollback-summary\";i:6363;s:37:\"apihelp-rollback-extended-description\";i:6364;s:28:\"apihelp-rollback-param-title\";i:6365;s:29:\"apihelp-rollback-param-pageid\";i:6366;s:27:\"apihelp-rollback-param-tags\";i:6367;s:27:\"apihelp-rollback-param-user\";i:6368;s:30:\"apihelp-rollback-param-summary\";i:6369;s:30:\"apihelp-rollback-param-markbot\";i:6370;s:32:\"apihelp-rollback-param-watchlist\";i:6371;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6372;s:31:\"apihelp-rollback-example-simple\";i:6373;s:32:\"apihelp-rollback-example-summary\";i:6374;s:19:\"apihelp-rsd-summary\";i:6375;s:26:\"apihelp-rsd-example-simple\";i:6376;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6377;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6378;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6379;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6380;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6381;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6382;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6383;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6384;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6385;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6386;s:31:\"apihelp-setpagelanguage-summary\";i:6387;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6388;s:35:\"apihelp-setpagelanguage-param-title\";i:6389;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6390;s:34:\"apihelp-setpagelanguage-param-lang\";i:6391;s:36:\"apihelp-setpagelanguage-param-reason\";i:6392;s:34:\"apihelp-setpagelanguage-param-tags\";i:6393;s:40:\"apihelp-setpagelanguage-example-language\";i:6394;s:39:\"apihelp-setpagelanguage-example-default\";i:6395;s:25:\"apihelp-stashedit-summary\";i:6396;s:38:\"apihelp-stashedit-extended-description\";i:6397;s:29:\"apihelp-stashedit-param-title\";i:6398;s:31:\"apihelp-stashedit-param-section\";i:6399;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6400;s:28:\"apihelp-stashedit-param-text\";i:6401;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6402;s:36:\"apihelp-stashedit-param-contentmodel\";i:6403;s:37:\"apihelp-stashedit-param-contentformat\";i:6404;s:33:\"apihelp-stashedit-param-baserevid\";i:6405;s:31:\"apihelp-stashedit-param-summary\";i:6406;s:19:\"apihelp-tag-summary\";i:6407;s:22:\"apihelp-tag-param-rcid\";i:6408;s:23:\"apihelp-tag-param-revid\";i:6409;s:23:\"apihelp-tag-param-logid\";i:6410;s:21:\"apihelp-tag-param-add\";i:6411;s:24:\"apihelp-tag-param-remove\";i:6412;s:24:\"apihelp-tag-param-reason\";i:6413;s:22:\"apihelp-tag-param-tags\";i:6414;s:23:\"apihelp-tag-example-rev\";i:6415;s:23:\"apihelp-tag-example-log\";i:6416;s:23:\"apihelp-unblock-summary\";i:6417;s:24:\"apihelp-unblock-param-id\";i:6418;s:26:\"apihelp-unblock-param-user\";i:6419;s:28:\"apihelp-unblock-param-userid\";i:6420;s:28:\"apihelp-unblock-param-reason\";i:6421;s:26:\"apihelp-unblock-param-tags\";i:6422;s:26:\"apihelp-unblock-example-id\";i:6423;s:28:\"apihelp-unblock-example-user\";i:6424;s:24:\"apihelp-undelete-summary\";i:6425;s:37:\"apihelp-undelete-extended-description\";i:6426;s:28:\"apihelp-undelete-param-title\";i:6427;s:29:\"apihelp-undelete-param-reason\";i:6428;s:27:\"apihelp-undelete-param-tags\";i:6429;s:33:\"apihelp-undelete-param-timestamps\";i:6430;s:30:\"apihelp-undelete-param-fileids\";i:6431;s:32:\"apihelp-undelete-param-watchlist\";i:6432;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6433;s:35:\"apihelp-undelete-param-undeletetalk\";i:6434;s:29:\"apihelp-undelete-example-page\";i:6435;s:34:\"apihelp-undelete-example-revisions\";i:6436;s:29:\"apihelp-unlinkaccount-summary\";i:6437;s:36:\"apihelp-unlinkaccount-example-simple\";i:6438;s:22:\"apihelp-upload-summary\";i:6439;s:35:\"apihelp-upload-extended-description\";i:6440;s:29:\"apihelp-upload-param-filename\";i:6441;s:28:\"apihelp-upload-param-comment\";i:6442;s:25:\"apihelp-upload-param-tags\";i:6443;s:25:\"apihelp-upload-param-text\";i:6444;s:26:\"apihelp-upload-param-watch\";i:6445;s:30:\"apihelp-upload-param-watchlist\";i:6446;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6447;s:35:\"apihelp-upload-param-ignorewarnings\";i:6448;s:25:\"apihelp-upload-param-file\";i:6449;s:24:\"apihelp-upload-param-url\";i:6450;s:28:\"apihelp-upload-param-filekey\";i:6451;s:31:\"apihelp-upload-param-sessionkey\";i:6452;s:26:\"apihelp-upload-param-stash\";i:6453;s:29:\"apihelp-upload-param-filesize\";i:6454;s:27:\"apihelp-upload-param-offset\";i:6455;s:26:\"apihelp-upload-param-chunk\";i:6456;s:26:\"apihelp-upload-param-async\";i:6457;s:32:\"apihelp-upload-param-checkstatus\";i:6458;s:26:\"apihelp-upload-example-url\";i:6459;s:30:\"apihelp-upload-example-filekey\";i:6460;s:26:\"apihelp-userrights-summary\";i:6461;s:29:\"apihelp-userrights-param-user\";i:6462;s:31:\"apihelp-userrights-param-userid\";i:6463;s:28:\"apihelp-userrights-param-add\";i:6464;s:31:\"apihelp-userrights-param-expiry\";i:6465;s:31:\"apihelp-userrights-param-remove\";i:6466;s:31:\"apihelp-userrights-param-reason\";i:6467;s:29:\"apihelp-userrights-param-tags\";i:6468;s:31:\"apihelp-userrights-example-user\";i:6469;s:33:\"apihelp-userrights-example-userid\";i:6470;s:33:\"apihelp-userrights-example-expiry\";i:6471;s:32:\"apihelp-validatepassword-summary\";i:6472;s:45:\"apihelp-validatepassword-extended-description\";i:6473;s:39:\"apihelp-validatepassword-param-password\";i:6474;s:35:\"apihelp-validatepassword-param-user\";i:6475;s:36:\"apihelp-validatepassword-param-email\";i:6476;s:39:\"apihelp-validatepassword-param-realname\";i:6477;s:34:\"apihelp-validatepassword-example-1\";i:6478;s:34:\"apihelp-validatepassword-example-2\";i:6479;s:21:\"apihelp-watch-summary\";i:6480;s:25:\"apihelp-watch-param-title\";i:6481;s:26:\"apihelp-watch-param-expiry\";i:6482;s:27:\"apihelp-watch-param-unwatch\";i:6483;s:27:\"apihelp-watch-example-watch\";i:6484;s:34:\"apihelp-watch-example-watch-expiry\";i:6485;s:29:\"apihelp-watch-example-unwatch\";i:6486;s:31:\"apihelp-watch-example-generator\";i:6487;s:30:\"apihelp-format-example-generic\";i:6488;s:32:\"apihelp-format-param-wrappedhtml\";i:6489;s:20:\"apihelp-json-summary\";i:6490;s:27:\"apihelp-json-param-callback\";i:6491;s:23:\"apihelp-json-param-utf8\";i:6492;s:24:\"apihelp-json-param-ascii\";i:6493;s:32:\"apihelp-json-param-formatversion\";i:6494;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6495;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6496;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6497;s:22:\"apihelp-jsonfm-summary\";i:6498;s:20:\"apihelp-none-summary\";i:6499;s:19:\"apihelp-php-summary\";i:6500;s:31:\"apihelp-php-param-formatversion\";i:6501;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6502;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6503;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6504;s:21:\"apihelp-phpfm-summary\";i:6505;s:21:\"apihelp-rawfm-summary\";i:6506;s:19:\"apihelp-xml-summary\";i:6507;s:22:\"apihelp-xml-param-xslt\";i:6508;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6509;s:21:\"apihelp-xmlfm-summary\";i:6510;s:16:\"api-format-title\";i:6511;s:29:\"api-format-prettyprint-header\";i:6512;s:39:\"api-format-prettyprint-header-only-html\";i:6513;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6514;s:29:\"api-format-prettyprint-status\";i:6515;s:22:\"api-login-fail-aborted\";i:6516;s:30:\"api-login-fail-aborted-nobotpw\";i:6517;s:33:\"api-login-fail-badsessionprovider\";i:6518;s:25:\"api-login-fail-sameorigin\";i:6519;s:24:\"api-pageset-param-titles\";i:6520;s:25:\"api-pageset-param-pageids\";i:6521;s:24:\"api-pageset-param-revids\";i:6522;s:27:\"api-pageset-param-generator\";i:6523;s:37:\"api-pageset-param-redirects-generator\";i:6524;s:39:\"api-pageset-param-redirects-nogenerator\";i:6525;s:31:\"api-pageset-param-converttitles\";i:6526;s:14:\"api-help-title\";i:6527;s:13:\"api-help-lead\";i:6528;s:20:\"api-help-main-header\";i:6529;s:28:\"api-help-undocumented-module\";i:6530;s:14:\"api-help-flags\";i:6531;s:24:\"api-help-flag-deprecated\";i:6532;s:22:\"api-help-flag-internal\";i:6533;s:24:\"api-help-flag-readrights\";i:6534;s:25:\"api-help-flag-writerights\";i:6535;s:26:\"api-help-flag-mustbeposted\";i:6536;s:23:\"api-help-flag-generator\";i:6537;s:15:\"api-help-source\";i:6538;s:23:\"api-help-source-unknown\";i:6539;s:16:\"api-help-license\";i:6540;s:23:\"api-help-license-noname\";i:6541;s:24:\"api-help-license-unknown\";i:6542;s:18:\"api-help-help-urls\";i:6543;s:19:\"api-help-parameters\";i:6544;s:24:\"api-help-parameters-note\";i:6545;s:25:\"api-help-param-deprecated\";i:6546;s:31:\"api-help-param-deprecated-label\";i:6547;s:23:\"api-help-param-internal\";i:6548;s:29:\"api-help-param-internal-label\";i:6549;s:24:\"api-help-param-templated\";i:6550;s:34:\"api-help-param-templated-var-first\";i:6551;s:28:\"api-help-param-templated-var\";i:6552;s:25:\"api-help-datatypes-header\";i:6553;s:22:\"api-help-datatypes-top\";i:6554;s:25:\"api-help-datatype-boolean\";i:6555;s:24:\"api-help-datatype-expiry\";i:6556;s:27:\"api-help-datatype-timestamp\";i:6557;s:31:\"api-help-templatedparams-header\";i:6558;s:24:\"api-help-templatedparams\";i:6559;s:26:\"api-help-param-type-expiry\";i:6560;s:25:\"api-help-param-type-limit\";i:6561;s:35:\"api-help-param-type-presenceboolean\";i:6562;s:29:\"api-help-param-type-timestamp\";i:6563;s:24:\"api-help-param-type-enum\";i:6564;s:29:\"api-help-param-multi-separate\";i:6565;s:24:\"api-help-param-multi-all\";i:6566;s:28:\"api-help-param-default-empty\";i:6567;s:20:\"api-help-param-token\";i:6568;s:26:\"api-help-param-token-webui\";i:6569;s:37:\"api-help-param-disabled-in-miser-mode\";i:6570;s:36:\"api-help-param-limited-in-miser-mode\";i:6571;s:24:\"api-help-param-direction\";i:6572;s:35:\"api-help-paramvalue-direction-newer\";i:6573;s:35:\"api-help-paramvalue-direction-older\";i:6574;s:23:\"api-help-param-continue\";i:6575;s:29:\"api-help-param-no-description\";i:6576;s:17:\"api-help-examples\";i:6577;s:20:\"api-help-permissions\";i:6578;s:31:\"api-help-permissions-granted-to\";i:6579;s:28:\"api-help-right-apihighlimits\";i:6580;s:27:\"api-help-open-in-apisandbox\";i:6581;s:32:\"api-help-no-extended-description\";i:6582;s:34:\"api-help-authmanager-general-usage\";i:6583;s:35:\"api-help-authmanagerhelper-requests\";i:6584;s:34:\"api-help-authmanagerhelper-request\";i:6585;s:40:\"api-help-authmanagerhelper-messageformat\";i:6586;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6587;s:40:\"api-help-authmanagerhelper-preservestate\";i:6588;s:36:\"api-help-authmanagerhelper-returnurl\";i:6589;s:35:\"api-help-authmanagerhelper-continue\";i:6590;s:44:\"api-help-authmanagerhelper-additional-params\";i:6591;s:27:\"apierror-allimages-redirect\";i:6592;s:37:\"apierror-allpages-generator-redirects\";i:6593;s:27:\"apierror-appendnotsupported\";i:6594;s:22:\"apierror-articleexists\";i:6595;s:25:\"apierror-assertanonfailed\";i:6596;s:24:\"apierror-assertbotfailed\";i:6597;s:30:\"apierror-assertnameduserfailed\";i:6598;s:25:\"apierror-assertuserfailed\";i:6599;s:20:\"apierror-autoblocked\";i:6600;s:32:\"apierror-bad-badfilecontexttitle\";i:6601;s:33:\"apierror-badconfig-resulttoosmall\";i:6602;s:20:\"apierror-badcontinue\";i:6603;s:16:\"apierror-baddiff\";i:6604;s:18:\"apierror-baddiffto\";i:6605;s:26:\"apierror-badformat-generic\";i:6606;s:18:\"apierror-badformat\";i:6607;s:34:\"apierror-badgenerator-notgenerator\";i:6608;s:29:\"apierror-badgenerator-unknown\";i:6609;s:14:\"apierror-badip\";i:6610;s:15:\"apierror-badmd5\";i:6611;s:31:\"apierror-badmodule-badsubmodule\";i:6612;s:31:\"apierror-badmodule-nosubmodules\";i:6613;s:21:\"apierror-badparameter\";i:6614;s:17:\"apierror-badquery\";i:6615;s:21:\"apierror-badtimestamp\";i:6616;s:17:\"apierror-badtoken\";i:6617;s:18:\"apierror-badupload\";i:6618;s:15:\"apierror-badurl\";i:6619;s:16:\"apierror-baduser\";i:6620;s:31:\"apierror-badvalue-notmultivalue\";i:6621;s:28:\"apierror-bad-watchlist-token\";i:6622;s:24:\"apierror-blockedfrommail\";i:6623;s:16:\"apierror-blocked\";i:6624;s:24:\"apierror-blocked-partial\";i:6625;s:25:\"apierror-botsnotsupported\";i:6626;s:33:\"apierror-cannot-async-upload-file\";i:6627;s:29:\"apierror-cannotreauthenticate\";i:6628;s:24:\"apierror-cannotviewtitle\";i:6629;s:24:\"apierror-cantblock-email\";i:6630;s:18:\"apierror-cantblock\";i:6631;s:31:\"apierror-cantchangecontentmodel\";i:6632;s:17:\"apierror-canthide\";i:6633;s:26:\"apierror-cantimport-upload\";i:6634;s:19:\"apierror-cantimport\";i:6635;s:33:\"apierror-cantoverwrite-sharedfile\";i:6636;s:17:\"apierror-cantsend\";i:6637;s:21:\"apierror-cantundelete\";i:6638;s:33:\"apierror-cantview-deleted-comment\";i:6639;s:37:\"apierror-cantview-deleted-description\";i:6640;s:34:\"apierror-cantview-deleted-metadata\";i:6641;s:42:\"apierror-cantview-deleted-revision-content\";i:6642;s:29:\"apierror-changeauth-norequest\";i:6643;s:40:\"apierror-changecontentmodel-missingtitle\";i:6644;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6645;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6646;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6647;s:24:\"apierror-chunk-too-small\";i:6648;s:21:\"apierror-cidrtoobroad\";i:6649;s:33:\"apierror-compare-maintextrequired\";i:6650;s:25:\"apierror-compare-no-title\";i:6651;s:34:\"apierror-compare-nosuchfromsection\";i:6652;s:32:\"apierror-compare-nosuchtosection\";i:6653;s:31:\"apierror-compare-nofromrevision\";i:6654;s:23:\"apierror-compare-notext\";i:6655;s:29:\"apierror-compare-notorevision\";i:6656;s:26:\"apierror-concurrency-limit\";i:6657;s:36:\"apierror-compare-relative-to-deleted\";i:6658;s:36:\"apierror-compare-relative-to-nothing\";i:6659;s:38:\"apierror-contentserializationexception\";i:6660;s:22:\"apierror-contenttoobig\";i:6661;s:30:\"apierror-contentmodel-mismatch\";i:6662;s:28:\"apierror-copyuploadbaddomain\";i:6663;s:25:\"apierror-copyuploadbadurl\";i:6664;s:27:\"apierror-create-titleexists\";i:6665;s:19:\"apierror-csp-report\";i:6666;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6667;s:32:\"apierror-deletedrevs-param-not-3\";i:6668;s:29:\"apierror-edit-invalidredirect\";i:6669;s:24:\"apierror-emptynewsection\";i:6670;s:18:\"apierror-emptypage\";i:6671;s:24:\"apierror-exceptioncaught\";i:6672;s:28:\"apierror-exceptioncaughttype\";i:6673;s:25:\"apierror-filedoesnotexist\";i:6674;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6675;s:19:\"apierror-filenopath\";i:6676;s:32:\"apierror-filetypecannotberotated\";i:6677;s:18:\"apierror-formatphp\";i:6678;s:28:\"apierror-imageusage-badtitle\";i:6679;s:28:\"apierror-import-unknownerror\";i:6680;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6681;s:35:\"apierror-integeroutofrange-abovemax\";i:6682;s:39:\"apierror-integeroutofrange-belowminimum\";i:6683;s:24:\"apierror-invalidcategory\";i:6684;s:22:\"apierror-invalid-chunk\";i:6685;s:22:\"apierror-invalidexpiry\";i:6686;s:25:\"apierror-invalid-file-key\";i:6687;s:23:\"apierror-invalidiprange\";i:6688;s:20:\"apierror-invalidlang\";i:6689;s:22:\"apierror-invalidmethod\";i:6690;s:24:\"apierror-invalidoldimage\";i:6691;s:38:\"apierror-invalidparammix-cannotusewith\";i:6692;s:36:\"apierror-invalidparammix-mustusewith\";i:6693;s:42:\"apierror-invalidparammix-parse-new-section\";i:6694;s:24:\"apierror-invalidparammix\";i:6695;s:23:\"apierror-invalidsection\";i:6696;s:30:\"apierror-invalidsha1base36hash\";i:6697;s:24:\"apierror-invalidsha1hash\";i:6698;s:21:\"apierror-invalidtitle\";i:6699;s:24:\"apierror-invalidurlparam\";i:6700;s:20:\"apierror-invaliduser\";i:6701;s:22:\"apierror-invaliduserid\";i:6702;s:21:\"apierror-ipoutofrange\";i:6703;s:17:\"apierror-maxbytes\";i:6704;s:17:\"apierror-maxchars\";i:6705;s:23:\"apierror-maxlag-generic\";i:6706;s:15:\"apierror-maxlag\";i:6707;s:27:\"apierror-mimesearchdisabled\";i:6708;s:30:\"apierror-missingcontent-pageid\";i:6709;s:29:\"apierror-missingcontent-revid\";i:6710;s:34:\"apierror-missingcontent-revid-role\";i:6711;s:37:\"apierror-missingparam-at-least-one-of\";i:6712;s:28:\"apierror-missingparam-one-of\";i:6713;s:21:\"apierror-missingparam\";i:6714;s:26:\"apierror-missingrev-pageid\";i:6715;s:25:\"apierror-missingrev-title\";i:6716;s:32:\"apierror-missingtitle-createonly\";i:6717;s:21:\"apierror-missingtitle\";i:6718;s:28:\"apierror-missingtitle-byname\";i:6719;s:23:\"apierror-moduledisabled\";i:6720;s:29:\"apierror-multival-only-one-of\";i:6721;s:18:\"apierror-multpages\";i:6722;s:34:\"apierror-mustbeloggedin-changeauth\";i:6723;s:31:\"apierror-mustbeloggedin-generic\";i:6724;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6725;s:34:\"apierror-mustbeloggedin-removeauth\";i:6726;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6727;s:23:\"apierror-mustbeloggedin\";i:6728;s:21:\"apierror-mustbeposted\";i:6729;s:23:\"apierror-mustpostparams\";i:6730;s:19:\"apierror-noapiwrite\";i:6731;s:18:\"apierror-nochanges\";i:6732;s:25:\"apierror-nodeleteablefile\";i:6733;s:26:\"apierror-no-direct-editing\";i:6734;s:20:\"apierror-noedit-anon\";i:6735;s:15:\"apierror-noedit\";i:6736;s:29:\"apierror-noimageredirect-anon\";i:6737;s:24:\"apierror-noimageredirect\";i:6738;s:20:\"apierror-nosuchlogid\";i:6739;s:21:\"apierror-nosuchpageid\";i:6740;s:19:\"apierror-nosuchrcid\";i:6741;s:20:\"apierror-nosuchrevid\";i:6742;s:22:\"apierror-nosuchsection\";i:6743;s:27:\"apierror-nosuchsection-what\";i:6744;s:21:\"apierror-nosuchuserid\";i:6745;s:17:\"apierror-notarget\";i:6746;s:23:\"apierror-notpatrollable\";i:6747;s:23:\"apierror-nouploadmodule\";i:6748;s:33:\"apierror-opensearch-json-warnings\";i:6749;s:24:\"apierror-pagecannotexist\";i:6750;s:20:\"apierror-pagedeleted\";i:6751;s:26:\"apierror-pagelang-disabled\";i:6752;s:19:\"apierror-paramempty\";i:6753;s:30:\"apierror-parsetree-notwikitext\";i:6754;s:36:\"apierror-parsetree-notwikitext-title\";i:6755;s:19:\"apierror-pastexpiry\";i:6756;s:25:\"apierror-permissiondenied\";i:6757;s:33:\"apierror-permissiondenied-generic\";i:6758;s:36:\"apierror-permissiondenied-patrolflag\";i:6759;s:33:\"apierror-permissiondenied-unblock\";i:6760;s:29:\"apierror-prefixsearchdisabled\";i:6761;s:30:\"apierror-promised-nonwrite-api\";i:6762;s:30:\"apierror-protect-invalidaction\";i:6763;s:29:\"apierror-protect-invalidlevel\";i:6764;s:20:\"apierror-ratelimited\";i:6765;s:22:\"apierror-readapidenied\";i:6766;s:17:\"apierror-readonly\";i:6767;s:23:\"apierror-reauthenticate\";i:6768;s:28:\"apierror-redirect-appendonly\";i:6769;s:33:\"apierror-revdel-mutuallyexclusive\";i:6770;s:26:\"apierror-revdel-needtarget\";i:6771;s:27:\"apierror-revdel-paramneeded\";i:6772;s:24:\"apierror-revisions-badid\";i:6773;s:27:\"apierror-revisions-norevids\";i:6774;s:29:\"apierror-revisions-singlepage\";i:6775;s:21:\"apierror-revwrongpage\";i:6776;s:23:\"apierror-searchdisabled\";i:6777;s:29:\"apierror-sectionreplacefailed\";i:6778;s:29:\"apierror-sectionsnotsupported\";i:6779;s:34:\"apierror-sectionsnotsupported-what\";i:6780;s:13:\"apierror-show\";i:6781;s:34:\"apierror-siteinfo-includealldenied\";i:6782;s:25:\"apierror-sizediffdisabled\";i:6783;s:21:\"apierror-spamdetected\";i:6784;s:32:\"apierror-specialpage-cantexecute\";i:6785;s:28:\"apierror-stashedfilenotfound\";i:6786;s:30:\"apierror-stashedit-missingtext\";i:6787;s:23:\"apierror-stashexception\";i:6788;s:29:\"apierror-stashfailed-complete\";i:6789;s:30:\"apierror-stashfailed-nosession\";i:6790;s:25:\"apierror-stashfilestorage\";i:6791;s:25:\"apierror-stashinvalidfile\";i:6792;s:27:\"apierror-stashnosuchfilekey\";i:6793;s:25:\"apierror-stashpathinvalid\";i:6794;s:24:\"apierror-stashwrongowner\";i:6795;s:24:\"apierror-stashzerolength\";i:6796;s:22:\"apierror-systemblocked\";i:6797;s:38:\"apierror-templateexpansion-notwikitext\";i:6798;s:23:\"apierror-toofewexpiries\";i:6799;s:22:\"apierror-toomanyvalues\";i:6800;s:22:\"apierror-unknownaction\";i:6801;s:30:\"apierror-unknownerror-editpage\";i:6802;s:28:\"apierror-unknownerror-nocode\";i:6803;s:21:\"apierror-unknownerror\";i:6804;s:22:\"apierror-unknownformat\";i:6805;s:27:\"apierror-unrecognizedparams\";i:6806;s:26:\"apierror-unrecognizedvalue\";i:6807;s:24:\"apierror-unsupportedrepo\";i:6808;s:29:\"apierror-upload-filekeyneeded\";i:6809;s:33:\"apierror-upload-filekeynotallowed\";i:6810;s:26:\"apierror-upload-inprogress\";i:6811;s:29:\"apierror-upload-missingresult\";i:6812;s:23:\"apierror-urlparamnormal\";i:6813;s:23:\"apierror-writeapidenied\";i:6814;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6815;s:19:\"apiwarn-badurlparam\";i:6816;s:15:\"apiwarn-badutf8\";i:6817;s:34:\"apiwarn-checktoken-percentencoding\";i:6818;s:23:\"apiwarn-compare-no-next\";i:6819;s:23:\"apiwarn-compare-no-prev\";i:6820;s:30:\"apiwarn-compare-nocontentmodel\";i:6821;s:31:\"apiwarn-deprecation-deletedrevs\";i:6822;s:33:\"apiwarn-deprecation-httpsexpected\";i:6823;s:31:\"apiwarn-deprecation-login-botpw\";i:6824;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6825;s:31:\"apiwarn-deprecation-login-token\";i:6826;s:32:\"apiwarn-deprecation-missingparam\";i:6827;s:29:\"apiwarn-deprecation-parameter\";i:6828;s:35:\"apiwarn-deprecation-parse-headitems\";i:6829;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6830;s:29:\"apiwarn-deprecation-purge-get\";i:6831;s:35:\"apiwarn-deprecation-withreplacement\";i:6832;s:20:\"apiwarn-difftohidden\";i:6833;s:26:\"apiwarn-errorprinterfailed\";i:6834;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6835;s:23:\"apiwarn-invalidcategory\";i:6836;s:20:\"apiwarn-invalidtitle\";i:6837;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6838;s:28:\"apiwarn-invalidxmlstylesheet\";i:6839;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6840;s:26:\"apiwarn-moduleswithoutvars\";i:6841;s:15:\"apiwarn-notfile\";i:6842;s:30:\"apiwarn-nothumb-noimagehandler\";i:6843;s:28:\"apiwarn-parse-nocontentmodel\";i:6844;s:30:\"apiwarn-parse-revidwithouttext\";i:6845;s:30:\"apiwarn-parse-titlewithouttext\";i:6846;s:26:\"apiwarn-redirectsandrevids\";i:6847;s:21:\"apiwarn-tokens-origin\";i:6848;s:23:\"apiwarn-truncatedresult\";i:6849;s:27:\"apiwarn-unclearnowtimestamp\";i:6850;s:26:\"apiwarn-unrecognizedvalues\";i:6851;s:24:\"apiwarn-unsupportedarray\";i:6852;s:21:\"apiwarn-urlparamwidth\";i:6853;s:33:\"apiwarn-validationfailed-badchars\";i:6854;s:32:\"apiwarn-validationfailed-badpref\";i:6855;s:34:\"apiwarn-validationfailed-cannotset\";i:6856;s:35:\"apiwarn-validationfailed-keytoolong\";i:6857;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6858;s:24:\"apiwarn-validationfailed\";i:6859;s:18:\"apiwarn-wgdebugapi\";i:6860;s:20:\"api-feed-error-title\";i:6861;s:16:\"api-usage-docref\";i:6862;s:25:\"api-usage-mailinglist-ref\";i:6863;s:19:\"api-exception-trace\";i:6864;s:18:\"api-credits-header\";i:6865;s:11:\"api-credits\";i:6866;s:20:\"rest-prefix-mismatch\";i:6867;s:17:\"rest-wrong-method\";i:6868;s:13:\"rest-no-match\";i:6869;s:22:\"rest-nonexistent-title\";i:6870;s:31:\"rest-nonexistent-title-revision\";i:6871;s:25:\"rest-nonexistent-revision\";i:6872;s:21:\"rest-nonexistent-user\";i:6873;s:17:\"rest-invalid-user\";i:6874;s:27:\"rest-permission-denied-anon\";i:6875;s:28:\"rest-permission-denied-title\";i:6876;s:31:\"rest-permission-denied-revision\";i:6877;s:28:\"rest-resource-limit-exceeded\";i:6878;s:36:\"rest-pagehistory-incompatible-params\";i:6879;s:34:\"rest-pagehistory-param-range-error\";i:6880;s:32:\"rest-pagehistory-timestamp-error\";i:6881;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6882;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6883;s:26:\"rest-compare-page-mismatch\";i:6884;s:30:\"rest-compare-permission-denied\";i:6885;s:24:\"rest-compare-nonexistent\";i:6886;s:25:\"rest-compare-inaccessible\";i:6887;s:26:\"rest-compare-wrong-content\";i:6888;s:22:\"rest-compare-wikidiff2\";i:6889;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6890;s:17:\"rest-search-error\";i:6891;s:27:\"rest-page-source-type-error\";i:6892;s:16:\"rest-no-revision\";i:6893;s:25:\"rest-media-too-many-links\";i:6894;s:23:\"rest-html-backend-error\";i:6895;s:18:\"rest-bad-json-body\";i:6896;s:26:\"rest-json-body-parse-error\";i:6897;s:23:\"rest-missing-body-field\";i:6898;s:22:\"rest-bad-content-model\";i:6899;s:30:\"rest-update-cannot-create-page\";i:6900;s:26:\"rest-extraneous-csrf-token\";i:6901;s:21:\"rest-cannot-load-file\";i:6902;s:28:\"rest-cross-origin-anon-write\";i:6903;s:31:\"rest-requires-safe-against-csrf\";i:6904;s:13:\"rest-badtoken\";i:6905;s:30:\"ooui-outline-control-move-down\";i:6906;s:28:\"ooui-outline-control-move-up\";i:6907;s:27:\"ooui-outline-control-remove\";i:6908;s:17:\"ooui-toolbar-more\";i:6909;s:21:\"ooui-toolgroup-expand\";i:6910;s:23:\"ooui-toolgroup-collapse\";i:6911;s:16:\"ooui-item-remove\";i:6912;s:26:\"ooui-dialog-message-accept\";i:6913;s:26:\"ooui-dialog-message-reject\";i:6914;s:25:\"ooui-dialog-process-error\";i:6915;s:27:\"ooui-dialog-process-dismiss\";i:6916;s:25:\"ooui-dialog-process-retry\";i:6917;s:28:\"ooui-dialog-process-continue\";i:6918;s:26:\"ooui-combobox-button-label\";i:6919;s:29:\"ooui-selectfile-button-select\";i:6920;s:38:\"ooui-selectfile-button-select-multiple\";i:6921;s:29:\"ooui-selectfile-not-supported\";i:6922;s:27:\"ooui-selectfile-placeholder\";i:6923;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6924;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6925;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6926;s:15:\"ooui-field-help\";i:6927;s:22:\"paramvalidator-badbool\";i:6928;s:24:\"paramvalidator-badexpiry\";i:6929;s:33:\"paramvalidator-badexpiry-duration\";i:6930;s:37:\"paramvalidator-badexpiry-duration-max\";i:6931;s:29:\"paramvalidator-badexpiry-past\";i:6932;s:23:\"paramvalidator-badfloat\";i:6933;s:33:\"paramvalidator-badfloat-notfinite\";i:6934;s:25:\"paramvalidator-badinteger\";i:6935;s:27:\"paramvalidator-badtimestamp\";i:6936;s:34:\"paramvalidator-badupload-cantwrite\";i:6937;s:33:\"paramvalidator-badupload-formsize\";i:6938;s:32:\"paramvalidator-badupload-inisize\";i:6939;s:31:\"paramvalidator-badupload-nofile\";i:6940;s:33:\"paramvalidator-badupload-notmpdir\";i:6941;s:34:\"paramvalidator-badupload-notupload\";i:6942;s:32:\"paramvalidator-badupload-partial\";i:6943;s:31:\"paramvalidator-badupload-phpext\";i:6944;s:33:\"paramvalidator-badvalue-enummulti\";i:6945;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6946;s:31:\"paramvalidator-deprecated-value\";i:6947;s:26:\"paramvalidator-emptystring\";i:6948;s:23:\"paramvalidator-maxbytes\";i:6949;s:23:\"paramvalidator-maxchars\";i:6950;s:27:\"paramvalidator-missingparam\";i:6951;s:23:\"paramvalidator-notmulti\";i:6952;s:29:\"paramvalidator-outofrange-max\";i:6953;s:32:\"paramvalidator-outofrange-minmax\";i:6954;s:29:\"paramvalidator-outofrange-min\";i:6955;s:31:\"paramvalidator-param-deprecated\";i:6956;s:30:\"paramvalidator-param-sensitive\";i:6957;s:28:\"paramvalidator-toomanyvalues\";i:6958;s:34:\"paramvalidator-unclearnowtimestamp\";i:6959;s:33:\"paramvalidator-unrecognizedvalues\";i:6960;s:27:\"paramvalidator-help-default\";i:6961;s:33:\"paramvalidator-help-default-empty\";i:6962;s:30:\"paramvalidator-help-deprecated\";i:6963;s:34:\"paramvalidator-help-multi-separate\";i:6964;s:29:\"paramvalidator-help-multi-max\";i:6965;s:36:\"paramvalidator-help-multi-max-simple\";i:6966;s:29:\"paramvalidator-help-multi-all\";i:6967;s:28:\"paramvalidator-help-required\";i:6968;s:32:\"paramvalidator-help-type-boolean\";i:6969;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6970;s:29:\"paramvalidator-help-type-enum\";i:6971;s:31:\"paramvalidator-help-type-expiry\";i:6972;s:30:\"paramvalidator-help-type-float\";i:6973;s:32:\"paramvalidator-help-type-integer\";i:6974;s:30:\"paramvalidator-help-type-limit\";i:6975;s:35:\"paramvalidator-help-type-number-max\";i:6976;s:38:\"paramvalidator-help-type-number-minmax\";i:6977;s:35:\"paramvalidator-help-type-number-min\";i:6978;s:40:\"paramvalidator-help-type-presenceboolean\";i:6979;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6980;s:40:\"paramvalidator-help-type-string-maxchars\";i:6981;s:34:\"paramvalidator-help-type-timestamp\";i:6982;s:31:\"paramvalidator-help-type-upload\";i:6983;s:15:\"skinname-vector\";i:6984;s:20:\"skinname-vector-2022\";i:6985;s:26:\"vector-specialversion-name\";i:6986;s:16:\"vector-skin-desc\";i:6987;s:34:\"prefs-vector-enable-vector-1-label\";i:6988;s:33:\"prefs-vector-enable-vector-1-help\";i:6989;s:14:\"vector-opt-out\";i:6990;s:22:\"vector-opt-out-tooltip\";i:6991;s:10:\"vector.css\";i:6992;s:9:\"vector.js\";i:6993;s:28:\"vector-action-toggle-sidebar\";i:6994;s:16:\"vector-languages\";i:6995;s:33:\"vector-language-button-aria-label\";i:6996;s:28:\"vector-language-button-label\";i:6997;s:31:\"vector-no-language-button-label\";i:6998;s:36:\"vector-no-language-button-aria-label\";i:6999;s:31:\"vector-language-redirect-to-top\";i:7000;s:38:\"vector-language-variant-switcher-label\";i:7001;s:23:\"vector-jumptonavigation\";i:7002;s:19:\"vector-jumptosearch\";i:7003;s:20:\"vector-jumptocontent\";i:7004;s:20:\"vector-search-loader\";i:7005;s:31:\"vector-searchsuggest-containing\";i:7006;s:17:\"vector-intro-page\";i:7007;s:18:\"vector-toc-heading\";i:7008;s:34:\"vector-toc-toggle-position-sidebar\";i:7009;s:32:\"vector-toc-toggle-position-title\";i:7010;s:20:\"vector-toc-beginning\";i:7011;s:30:\"vector-toc-toggle-button-label\";i:7012;s:27:\"vector-anon-user-menu-pages\";i:7013;s:33:\"vector-anon-user-menu-pages-learn\";i:7014;s:33:\"vector-anon-user-menu-pages-label\";i:7015;s:24:\"vector-main-menu-tooltip\";i:7016;s:23:\"vector-toc-menu-tooltip\";i:7017;s:35:\"vector-toc-collapsible-button-label\";i:7018;s:30:\"vector-article-tools-nav-label\";i:7019;s:21:\"vector-site-nav-label\";i:7020;s:26:\"vector-2022-prefs-talkpage\";i:7021;s:35:\"tooltip-vector-anon-user-menu-title\";i:7022;s:10:\"wikieditor\";i:7023;s:15:\"wikieditor-desc\";i:7024;s:23:\"wikieditor-wikitext-tab\";i:7025;s:18:\"wikieditor-loading\";i:7026;s:29:\"wikieditor-preview-preference\";i:7027;s:22:\"wikieditor-preview-tab\";i:7028;s:30:\"wikieditor-preview-changes-tab\";i:7029;s:26:\"wikieditor-preview-loading\";i:7030;s:29:\"wikieditor-publish-preference\";i:7031;s:33:\"wikieditor-publish-button-publish\";i:7032;s:32:\"wikieditor-publish-button-cancel\";i:7033;s:31:\"wikieditor-publish-dialog-title\";i:7034;s:33:\"wikieditor-publish-dialog-summary\";i:7035;s:31:\"wikieditor-publish-dialog-minor\";i:7036;s:31:\"wikieditor-publish-dialog-watch\";i:7037;s:33:\"wikieditor-publish-dialog-publish\";i:7038;s:32:\"wikieditor-publish-dialog-goback\";i:7039;s:23:\"wikieditor-toolbar-desc\";i:7040;s:29:\"wikieditor-toolbar-preference\";i:7041;s:37:\"wikieditor-toolbar-dialogs-preference\";i:7042;s:30:\"wikieditor-toolbar-tool-italic\";i:7043;s:38:\"wikieditor-toolbar-tool-italic-example\";i:7044;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:7045;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:7046;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:7047;s:35:\"wikieditor-toolbar-tool-link-insert\";i:7048;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:7049;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:7050;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:7051;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:7052;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:7053;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7054;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:7055;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7056;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:7057;s:34:\"wikieditor-toolbar-tool-link-empty\";i:7058;s:28:\"wikieditor-toolbar-tool-file\";i:7059;s:34:\"wikieditor-toolbar-tool-file-title\";i:7060;s:30:\"wikieditor-toolbar-file-target\";i:7061;s:31:\"wikieditor-toolbar-file-caption\";i:7062;s:28:\"wikieditor-toolbar-file-size\";i:7063;s:29:\"wikieditor-toolbar-file-float\";i:7064;s:31:\"wikieditor-toolbar-file-default\";i:7065;s:30:\"wikieditor-toolbar-file-format\";i:7066;s:35:\"wikieditor-toolbar-file-format-none\";i:7067;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7068;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7069;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7070;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:7071;s:39:\"wikieditor-toolbar-tool-reference-title\";i:7072;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:7073;s:38:\"wikieditor-toolbar-tool-reference-text\";i:7074;s:33:\"wikieditor-toolbar-tool-signature\";i:7075;s:35:\"wikieditor-toolbar-section-advanced\";i:7076;s:31:\"wikieditor-toolbar-tool-heading\";i:7077;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7078;s:31:\"wikieditor-toolbar-group-format\";i:7079;s:29:\"wikieditor-toolbar-tool-ulist\";i:7080;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7081;s:29:\"wikieditor-toolbar-tool-olist\";i:7082;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7083;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7084;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7085;s:32:\"wikieditor-toolbar-tool-redirect\";i:7086;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7087;s:35:\"wikieditor-toolbar-tool-superscript\";i:7088;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7089;s:33:\"wikieditor-toolbar-tool-subscript\";i:7090;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7091;s:31:\"wikieditor-toolbar-group-insert\";i:7092;s:31:\"wikieditor-toolbar-tool-gallery\";i:7093;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7094;s:31:\"wikieditor-toolbar-tool-newline\";i:7095;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7096;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7097;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7098;s:35:\"wikieditor-toolbar-tool-table-title\";i:7099;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7100;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7101;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7102;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7103;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7104;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7105;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7106;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7107;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7108;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7109;s:31:\"wikieditor-toolbar-tool-replace\";i:7110;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7111;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7112;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7113;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7114;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7115;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7116;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7117;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7118;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7119;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7120;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7121;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7122;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7123;s:37:\"wikieditor-toolbar-section-characters\";i:7124;s:43:\"wikieditor-toolbar-help-heading-description\";i:7125;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7126;s:38:\"wikieditor-toolbar-help-heading-result\";i:7127;s:35:\"wikieditor-toolbar-help-page-format\";i:7128;s:36:\"wikieditor-toolbar-help-page-heading\";i:7129;s:33:\"wikieditor-toolbar-help-page-list\";i:7130;s:33:\"wikieditor-toolbar-help-page-file\";i:7131;s:38:\"wikieditor-toolbar-help-page-reference\";i:7132;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7133;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:7134;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:7135;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7136;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:7137;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:7138;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7139;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7140;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7141;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7142;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7143;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7144;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7145;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7146;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7147;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7148;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7149;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7150;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7151;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7152;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7153;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7154;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7155;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7156;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7157;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7158;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7159;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7160;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7161;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7162;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7163;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7164;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7165;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7166;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7167;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7168;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7169;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7170;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7171;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7172;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:7173;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7174;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7175;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7176;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7177;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7178;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7179;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7180;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7181;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7182;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7183;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7184;s:20:\"syntaxhighlight-desc\";i:7185;s:30:\"syntaxhighlight-error-category\";i:7186;s:35:\"syntaxhighlight-error-category-desc\";i:7187;s:32:\"syntaxhighlight-enclose-category\";i:7188;s:37:\"syntaxhighlight-enclose-category-desc\";i:7189;s:31:\"syntaxhighlight-source-category\";i:7190;s:36:\"syntaxhighlight-source-category-desc\";i:7191;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7192;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7193;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7194;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7195;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7196;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7197;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7198;s:38:\"syntaxhighlight-error-unknown-language\";i:7199;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7200;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7201;s:22:\"action-mf-uploadbutton\";i:7202;s:20:\"beta-feature-minerva\";i:7203;s:32:\"beta-feature-minerva-description\";i:7204;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7205;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7206;s:37:\"mobile-frontend-account-create-submit\";i:7207;s:25:\"mobile-frontend-app-title\";i:7208;s:38:\"mobile-frontend-back-to-top-of-section\";i:7209;s:34:\"mobile-frontend-categories-heading\";i:7210;s:37:\"mobile-frontend-categories-subheading\";i:7211;s:32:\"mobile-frontend-categories-nocat\";i:7212;s:30:\"mobile-frontend-categories-add\";i:7213;s:33:\"mobile-frontend-categories-search\";i:7214;s:34:\"mobile-frontend-categories-nomatch\";i:7215;s:33:\"mobile-frontend-categories-nodata\";i:7216;s:34:\"mobile-frontend-categories-summary\";i:7217;s:38:\"mobile-frontend-categories-add-heading\";i:7218;s:35:\"mobile-frontend-categories-add-wait\";i:7219;s:33:\"mobile-frontend-categories-normal\";i:7220;s:33:\"mobile-frontend-categories-hidden\";i:7221;s:30:\"mobile-frontend-changeslist-ip\";i:7222;s:28:\"mobile-frontend-clear-search\";i:7223;s:37:\"mobile-frontend-commons-category-view\";i:7224;s:36:\"mobile-frontend-contribution-summary\";i:7225;s:32:\"mobile-frontend-cookies-required\";i:7226;s:25:\"mobile-frontend-copyright\";i:7227;s:32:\"mobile-frontend-current-language\";i:7228;s:20:\"mobile-frontend-desc\";i:7229;s:33:\"mobile-frontend-diffview-404-desc\";i:7230;s:34:\"mobile-frontend-diffview-404-title\";i:7231;s:35:\"mobile-frontend-diffview-bytesadded\";i:7232;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7233;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7234;s:30:\"mobile-frontend-diffview-comma\";i:7235;s:34:\"mobile-frontend-diffview-editcount\";i:7236;s:34:\"mobile-frontend-diffview-explained\";i:7237;s:30:\"mobile-frontend-diffview-title\";i:7238;s:30:\"mobile-frontend-disable-images\";i:7239;s:36:\"mobile-frontend-dismiss-notification\";i:7240;s:33:\"mobile-frontend-donate-image-anon\";i:7241;s:36:\"mobile-frontend-donate-image-heading\";i:7242;s:41:\"mobile-frontend-donate-image-login-action\";i:7243;s:38:\"mobile-frontend-donate-image-nouploads\";i:7244;s:42:\"mobile-frontend-donate-image-signup-action\";i:7245;s:34:\"mobile-frontend-donate-image-title\";i:7246;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7247;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7248;s:29:\"mobile-frontend-drawer-cancel\";i:7249;s:31:\"mobile-frontend-pointer-dismiss\";i:7250;s:33:\"mobile-frontend-edit-login-action\";i:7251;s:34:\"mobile-frontend-edit-signup-action\";i:7252;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7253;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7254;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7255;s:27:\"mobile-frontend-editor-anon\";i:7256;s:34:\"mobile-frontend-editor-anonwarning\";i:7257;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7258;s:35:\"mobile-frontend-editor-blocked-info\";i:7259;s:29:\"mobile-frontend-editor-cancel\";i:7260;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7261;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7262;s:31:\"mobile-frontend-editor-continue\";i:7263;s:26:\"mobile-frontend-editor-cta\";i:7264;s:31:\"mobile-frontend-editor-disabled\";i:7265;s:30:\"mobile-frontend-editor-editing\";i:7266;s:35:\"mobile-frontend-editor-editing-page\";i:7267;s:28:\"mobile-frontend-editor-error\";i:7268;s:37:\"mobile-frontend-editor-error-conflict\";i:7269;s:36:\"mobile-frontend-editor-error-loading\";i:7270;s:36:\"mobile-frontend-editor-error-preview\";i:7271;s:35:\"mobile-frontend-editor-keep-editing\";i:7272;s:32:\"mobile-frontend-editor-licensing\";i:7273;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7274;s:33:\"mobile-frontend-editor-terms-link\";i:7275;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7276;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7277;s:34:\"mobile-frontend-editor-placeholder\";i:7278;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7279;s:38:\"mobile-frontend-editor-previewing-page\";i:7280;s:37:\"mobile-frontend-editor-redirect-title\";i:7281;s:30:\"mobile-frontend-editor-success\";i:7282;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7283;s:39:\"mobile-frontend-editor-success-new-page\";i:7284;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7285;s:38:\"mobile-frontend-editor-summary-request\";i:7286;s:30:\"mobile-frontend-editor-summary\";i:7287;s:37:\"mobile-frontend-editor-switch-confirm\";i:7288;s:36:\"mobile-frontend-editor-switch-editor\";i:7289;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7290;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7291;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7292;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7293;s:34:\"mobile-frontend-editor-unavailable\";i:7294;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7295;s:35:\"mobile-frontend-editor-uploadenable\";i:7296;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7297;s:27:\"mobile-frontend-editor-wait\";i:7298;s:36:\"mobile-frontend-editor-redlink-leave\";i:7299;s:38:\"mobile-frontend-editor-redlink-explain\";i:7300;s:37:\"mobile-frontend-editor-redlink-create\";i:7301;s:27:\"mobile-frontend-editor-bold\";i:7302;s:29:\"mobile-frontend-editor-italic\";i:7303;s:32:\"mobile-frontend-editor-bold-text\";i:7304;s:34:\"mobile-frontend-editor-italic-text\";i:7305;s:32:\"mobile-frontend-editor-reference\";i:7306;s:39:\"mobile-frontend-editor-insert-reference\";i:7307;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7308;s:36:\"mobile-frontend-editor-add-reference\";i:7309;s:29:\"mobile-frontend-enable-images\";i:7310;s:43:\"mobile-frontend-expand-sections-description\";i:7311;s:38:\"mobile-frontend-expand-sections-status\";i:7312;s:32:\"mobile-frontend-fontchanger-link\";i:7313;s:32:\"mobile-frontend-fontchanger-desc\";i:7314;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7315;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7316;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7317;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7318;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7319;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7320;s:30:\"mobile-frontend-footer-contact\";i:7321;s:31:\"mobile-frontend-footer-sitename\";i:7322;s:32:\"mobile-frontend-generic-404-desc\";i:7323;s:33:\"mobile-frontend-generic-404-title\";i:7324;s:33:\"mobile-frontend-generic-login-new\";i:7325;s:37:\"mobile-frontend-generic-signup-action\";i:7326;s:23:\"mobile-frontend-history\";i:7327;s:32:\"mobile-frontend-history-404-desc\";i:7328;s:33:\"mobile-frontend-history-404-title\";i:7329;s:34:\"mobile-frontend-history-no-results\";i:7330;s:36:\"mobile-frontend-image-cancel-confirm\";i:7331;s:38:\"mobile-frontend-image-heading-describe\";i:7332;s:31:\"mobile-frontend-image-uploading\";i:7333;s:29:\"mobile-frontend-images-status\";i:7334;s:31:\"mobile-frontend-language-header\";i:7335;s:32:\"mobile-frontend-language-heading\";i:7336;s:36:\"mobile-frontend-language-site-choose\";i:7337;s:39:\"mobile-frontend-language-variant-header\";i:7338;s:34:\"mobile-frontend-languages-404-desc\";i:7339;s:35:\"mobile-frontend-languages-404-title\";i:7340;s:32:\"mobile-frontend-languages-header\";i:7341;s:37:\"mobile-frontend-languages-header-page\";i:7342;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7343;s:30:\"mobile-frontend-languages-text\";i:7344;s:40:\"mobile-frontend-languages-variant-header\";i:7345;s:34:\"mobile-frontend-last-modified-days\";i:7346;s:35:\"mobile-frontend-last-modified-hours\";i:7347;s:38:\"mobile-frontend-last-modified-just-now\";i:7348;s:37:\"mobile-frontend-last-modified-minutes\";i:7349;s:36:\"mobile-frontend-last-modified-months\";i:7350;s:37:\"mobile-frontend-last-modified-seconds\";i:7351;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7352;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7353;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7354;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7355;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7356;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7357;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7358;s:35:\"mobile-frontend-last-modified-years\";i:7359;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7360;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7361;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7362;s:26:\"mobile-frontend-logged-out\";i:7363;s:25:\"mobile-frontend-main-menu\";i:7364;s:30:\"mobile-frontend-main-menu-back\";i:7365;s:34:\"mobile-frontend-main-menu-featured\";i:7366;s:36:\"mobile-frontend-main-menu-page-title\";i:7367;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7368;s:32:\"mobile-frontend-main-menu-upload\";i:7369;s:29:\"mobile-frontend-media-details\";i:7370;s:34:\"mobile-frontend-media-license-link\";i:7371;s:32:\"mobile-frontend-meta-data-issues\";i:7372;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7373;s:39:\"mobile-frontend-meta-data-issues-header\";i:7374;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7375;s:29:\"mobile-frontend-missing-image\";i:7376;s:31:\"mobile-frontend-nearby-distance\";i:7377;s:38:\"mobile-frontend-nearby-distance-meters\";i:7378;s:28:\"mobile-frontend-nearby-error\";i:7379;s:37:\"mobile-frontend-nearby-error-guidance\";i:7380;s:30:\"mobile-frontend-nearby-loading\";i:7381;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7382;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7383;s:32:\"mobile-frontend-nearby-noresults\";i:7384;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7385;s:33:\"mobile-frontend-nearby-permission\";i:7386;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7387;s:30:\"mobile-frontend-nearby-refresh\";i:7388;s:35:\"mobile-frontend-nearby-requirements\";i:7389;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7390;s:28:\"mobile-frontend-nearby-title\";i:7391;s:34:\"mobile-frontend-nearby-sectiontext\";i:7392;s:30:\"mobile-frontend-opt-in-explain\";i:7393;s:29:\"mobile-frontend-overlay-close\";i:7394;s:32:\"mobile-frontend-overlay-continue\";i:7395;s:34:\"mobile-frontend-page-menu-contents\";i:7396;s:42:\"mobile-frontend-page-menu-language-current\";i:7397;s:33:\"mobile-frontend-page-edit-summary\";i:7398;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7399;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7400;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7401;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7402;s:31:\"mobile-frontend-photo-licensing\";i:7403;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7404;s:31:\"mobile-frontend-photo-ownership\";i:7405;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7406;s:36:\"mobile-frontend-photo-ownership-help\";i:7407;s:28:\"mobile-frontend-photo-submit\";i:7408;s:28:\"mobile-frontend-photo-upload\";i:7409;s:33:\"mobile-frontend-photo-upload-anon\";i:7410;s:36:\"mobile-frontend-photo-upload-comment\";i:7411;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7412;s:34:\"mobile-frontend-photo-upload-error\";i:7413;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7414;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7415;s:36:\"mobile-frontend-photo-upload-generic\";i:7416;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7417;s:44:\"mobile-frontend-photo-upload-success-article\";i:7418;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7419;s:39:\"mobile-frontend-photo-upload-user-count\";i:7420;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7421;s:31:\"mobile-frontend-placeholder-app\";i:7422;s:32:\"mobile-frontend-placeholder-beta\";i:7423;s:40:\"mobile-frontend-profile-activity-heading\";i:7424;s:29:\"mobile-frontend-profile-error\";i:7425;s:38:\"mobile-frontend-profile-footer-ancient\";i:7426;s:35:\"mobile-frontend-profile-footer-days\";i:7427;s:37:\"mobile-frontend-profile-footer-months\";i:7428;s:36:\"mobile-frontend-profile-footer-years\";i:7429;s:33:\"mobile-frontend-profile-last-edit\";i:7430;s:34:\"mobile-frontend-profile-last-thank\";i:7431;s:30:\"mobile-frontend-profile-noargs\";i:7432;s:30:\"mobile-frontend-profile-nouser\";i:7433;s:29:\"mobile-frontend-profile-title\";i:7434;s:37:\"mobile-frontend-profile-userpage-link\";i:7435;s:32:\"mobile-frontend-profile-usertalk\";i:7436;s:35:\"mobile-frontend-references-citation\";i:7437;s:28:\"mobile-frontend-regular-site\";i:7438;s:31:\"mobile-frontend-requires-mobile\";i:7439;s:30:\"mobile-frontend-requires-optin\";i:7440;s:30:\"mobile-frontend-requires-title\";i:7441;s:26:\"mobile-frontend-save-error\";i:7442;s:32:\"mobile-frontend-saving-exit-page\";i:7443;s:30:\"mobile-frontend-search-content\";i:7444;s:41:\"mobile-frontend-search-content-no-results\";i:7445;s:33:\"mobile-frontend-search-no-results\";i:7446;s:29:\"mobile-frontend-search-submit\";i:7447;s:39:\"mobile-frontend-settings-images-explain\";i:7448;s:29:\"mobile-frontend-settings-beta\";i:7449;s:41:\"mobile-frontend-settings-site-description\";i:7450;s:36:\"mobile-frontend-settings-site-header\";i:7451;s:37:\"mobile-frontend-sign-in-error-heading\";i:7452;s:31:\"mobile-frontend-sign-in-heading\";i:7453;s:27:\"mobile-frontend-sign-in-why\";i:7454;s:31:\"mobile-frontend-sign-up-heading\";i:7455;s:29:\"mobile-frontend-talk-fullpage\";i:7456;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7457;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7458;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7459;s:33:\"mobile-frontend-talk-back-to-page\";i:7460;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7461;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7462;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7463;s:33:\"mobile-frontend-talk-edit-summary\";i:7464;s:30:\"mobile-frontend-talk-explained\";i:7465;s:36:\"mobile-frontend-talk-explained-empty\";i:7466;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7467;s:26:\"mobile-frontend-talk-reply\";i:7468;s:31:\"mobile-frontend-talk-reply-info\";i:7469;s:34:\"mobile-frontend-talk-reply-success\";i:7470;s:35:\"mobile-frontend-talk-topic-feedback\";i:7471;s:32:\"mobile-frontend-talk-topic-error\";i:7472;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7473;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7474;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7475;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7476;s:31:\"mobile-frontend-talk-topic-wait\";i:7477;s:25:\"mobile-frontend-terms-url\";i:7478;s:30:\"mobile-frontend-thanked-notice\";i:7479;s:28:\"mobile-frontend-user-account\";i:7480;s:35:\"mobile-frontend-user-button-tooltip\";i:7481;s:32:\"mobile-frontend-user-newmessages\";i:7482;s:24:\"mobile-frontend-user-cta\";i:7483;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7484;s:27:\"mobile-frontend-view-source\";i:7485;s:27:\"mobile-frontend-watch-login\";i:7486;s:29:\"mobile-frontend-watchlist-a-z\";i:7487;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7488;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7489;s:29:\"mobile-frontend-watchlist-add\";i:7490;s:35:\"mobile-frontend-watchlist-back-home\";i:7491;s:29:\"mobile-frontend-watchlist-cta\";i:7492;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7493;s:30:\"mobile-frontend-watchlist-feed\";i:7494;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7495;s:36:\"mobile-frontend-watchlist-filter-all\";i:7496;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7497;s:38:\"mobile-frontend-watchlist-filter-other\";i:7498;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7499;s:38:\"mobile-frontend-watchlist-login-action\";i:7500;s:30:\"mobile-frontend-watchlist-more\";i:7501;s:37:\"mobile-frontend-watchlist-please-wait\";i:7502;s:31:\"mobile-frontend-watchlist-error\";i:7503;s:33:\"mobile-frontend-watchlist-purpose\";i:7504;s:33:\"mobile-frontend-watchlist-removed\";i:7505;s:39:\"mobile-frontend-watchlist-signup-action\";i:7506;s:30:\"mobile-frontend-watchlist-view\";i:7507;s:36:\"mobile-frontend-quick-lookup-looking\";i:7508;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7509;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7510;s:10:\"mobile.css\";i:7511;s:9:\"mobile.js\";i:7512;s:6:\"nearby\";i:7513;s:21:\"right-mf-uploadbutton\";i:7514;s:27:\"tag-mobile_edit-description\";i:7515;s:31:\"tag-mobile_web_edit-description\";i:7516;s:16:\"skinname-minerva\";i:7517;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7518;s:30:\"apihelp-mobileview-description\";i:7519;s:29:\"apihelp-mobileview-param-page\";i:7520;s:33:\"apihelp-mobileview-param-redirect\";i:7521;s:33:\"apihelp-mobileview-param-sections\";i:7522;s:29:\"apihelp-mobileview-param-prop\";i:7523;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7524;s:36:\"apihelp-mobileview-param-sectionprop\";i:7525;s:34:\"apihelp-mobileview-param-pageprops\";i:7526;s:32:\"apihelp-mobileview-param-variant\";i:7527;s:33:\"apihelp-mobileview-param-noimages\";i:7528;s:35:\"apihelp-mobileview-param-noheadings\";i:7529;s:36:\"apihelp-mobileview-param-notransform\";i:7530;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7531;s:31:\"apihelp-mobileview-param-offset\";i:7532;s:31:\"apihelp-mobileview-param-maxlen\";i:7533;s:34:\"apihelp-mobileview-param-thumbsize\";i:7534;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7535;s:36:\"apihelp-mobileview-param-thumbheight\";i:7536;s:28:\"apihelp-mobileview-example-1\";i:7537;s:28:\"apihelp-mobileview-example-2\";i:7538;s:28:\"apihelp-mobileview-example-3\";i:7539;s:32:\"apihelp-parse-param-mobileformat\";i:7540;s:28:\"apihelp-parse-param-noimages\";i:7541;s:28:\"apihelp-parse-param-mainpage\";i:7542;s:35:\"mobile-frontend-donate-button-label\";i:7543;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7544;s:31:\"mobile-frontend-loading-message\";i:7545;s:31:\"mobile-frontend-console-recruit\";i:7546;s:34:\"mobile-frontend-browse-tags-header\";i:7547;s:24:\"mobile-frontend-panel-ok\";i:7548;s:28:\"mobile-frontend-panel-cancel\";i:7549;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7550;s:41:\"mobile-frontend-search-feedback-link-text\";i:7551;s:38:\"mobile-frontend-search-feedback-prompt\";i:7552;s:20:\"googleanalytics-desc\";i:7553;s:17:\"right-noanalytics\";}}'),('ang','magicWords','a:172:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('ang','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ang','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ang','messages:about','s:12:\"ang:Gefræge\";'),('ang','messages:aboutpage','s:20:\"ang:Project:Gefræge\";'),('ang','messages:aboutsite','s:28:\"ang:Leorna ymbe {{SITENAME}}\";'),('ang','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('ang','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ang','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ang','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ang','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ang','messages:accesskey-ca-history','s:4:\"en:h\";'),('ang','messages:accesskey-ca-move','s:4:\"en:m\";'),('ang','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ang','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ang','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ang','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ang','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ang','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ang','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ang','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ang','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ang','messages:accesskey-ca-view','s:3:\"en:\";'),('ang','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ang','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ang','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ang','messages:accesskey-diff','s:4:\"en:v\";'),('ang','messages:accesskey-export','s:4:\"en:s\";'),('ang','messages:accesskey-feed-atom','s:3:\"en:\";'),('ang','messages:accesskey-feed-rss','s:3:\"en:\";'),('ang','messages:accesskey-import','s:4:\"en:s\";'),('ang','messages:accesskey-minoredit','s:4:\"en:i\";'),('ang','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ang','messages:accesskey-n-help','s:3:\"en:\";'),('ang','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ang','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ang','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ang','messages:accesskey-n-portal','s:3:\"en:\";'),('ang','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ang','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ang','messages:accesskey-p-logo','s:3:\"en:\";'),('ang','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ang','messages:accesskey-preview','s:4:\"en:p\";'),('ang','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ang','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ang','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ang','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ang','messages:accesskey-pt-login','s:4:\"en:o\";'),('ang','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ang','messages:accesskey-pt-logout','s:3:\"en:\";'),('ang','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ang','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ang','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ang','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ang','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ang','messages:accesskey-publish','s:4:\"en:s\";'),('ang','messages:accesskey-save','s:4:\"en:s\";'),('ang','messages:accesskey-search','s:4:\"en:f\";'),('ang','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ang','messages:accesskey-search-go','s:3:\"en:\";'),('ang','messages:accesskey-summary','s:4:\"en:b\";'),('ang','messages:accesskey-t-contributions','s:3:\"en:\";'),('ang','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ang','messages:accesskey-t-info','s:3:\"en:\";'),('ang','messages:accesskey-t-permalink','s:3:\"en:\";'),('ang','messages:accesskey-t-print','s:4:\"en:p\";'),('ang','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ang','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ang','messages:accesskey-t-upload','s:4:\"en:u\";'),('ang','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ang','messages:accesskey-upload','s:4:\"en:s\";'),('ang','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ang','messages:accesskey-watch','s:4:\"en:w\";'),('ang','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ang','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ang','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ang','messages:accmailtext','s:207:\"ang:Hlytlice forþboren leafnessword to [[User talk:$1|$1]] wæs to $2 gesended. Man mæg þæt andwendan on þam [[Special:ChangePassword|leafnessworda andwendinge]] tramete mid þy man fehþ to his wisbec.\";'),('ang','messages:accmailtitle','s:31:\"ang:Leafnessword wæs gesended.\";'),('ang','messages:accountcreated','s:24:\"ang:Wisboc wæs gescepen\";'),('ang','messages:accountcreatedtext','s:94:\"en:The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.\";'),('ang','messages:acct_creation_throttle_hit','s:274:\"ang:Secendas þisses wiki, þe þinne IP hamsteall brucaþ, scopon {{PLURAL:$1|1 wisboc|$1 wisboca}} in þissum nihstum $2, þe is þæt mæste rim þe man mot scyppan in þære þrage. For þam, secendas þa brucaþ þisne IP hamsteall ne moton scyppan ma wisboca herrihte.\";'),('ang','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('ang','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('ang','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('ang','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('ang','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('ang','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('ang','messages:action-block','s:31:\"en:block this user from editing\";'),('ang','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('ang','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('ang','messages:action-browsearchive','s:23:\"en:search deleted pages\";'),('ang','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('ang','messages:action-createaccount','s:28:\"ang:scypp þas brucendwisboc\";'),('ang','messages:action-createpage','s:19:\"en:create this page\";'),('ang','messages:action-createtalk','s:30:\"en:create this discussion page\";'),('ang','messages:action-delete','s:11:\"ang:Forleos\";'),('ang','messages:action-delete-redirect','s:38:\"ang:oferwrit anre edniwunge edlædunga\";'),('ang','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('ang','messages:action-deletedhistory','s:32:\"en:view a page\'s deleted history\";'),('ang','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('ang','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('ang','messages:action-deleterevision','s:19:\"en:delete revisions\";'),('ang','messages:action-edit','s:23:\"ang:adiht þisne tramet\";'),('ang','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('ang','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('ang','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('ang','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('ang','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('ang','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('ang','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('ang','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('ang','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('ang','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ang','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ang','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('ang','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('ang','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('ang','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('ang','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('ang','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('ang','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('ang','messages:action-history','s:32:\"en:view the history of this page\";'),('ang','messages:action-import','s:33:\"en:import pages from another wiki\";'),('ang','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('ang','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('ang','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('ang','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('ang','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('ang','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('ang','messages:action-minoredit','s:26:\"en:mark this edit as minor\";'),('ang','messages:action-move','s:9:\"ang:Wegan\";'),('ang','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('ang','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('ang','messages:action-move-subpages','s:35:\"en:move this page, and its subpages\";'),('ang','messages:action-movefile','s:17:\"en:move this file\";'),('ang','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('ang','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('ang','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('ang','messages:action-pagelang','s:27:\"en:change the page language\";'),('ang','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('ang','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('ang','messages:action-protect','s:9:\"ang:Beorg\";'),('ang','messages:action-purge','s:18:\"en:purge this page\";'),('ang','messages:action-read','s:17:\"en:read this page\";'),('ang','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('ang','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('ang','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('ang','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('ang','messages:action-sendemail','s:14:\"en:send emails\";'),('ang','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('ang','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('ang','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('ang','messages:action-suppressrevision','s:39:\"en:review and undelete hidden revisions\";'),('ang','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('ang','messages:action-undelete','s:23:\"ang:Scieppan tramet eft\";'),('ang','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('ang','messages:action-upload','s:19:\"en:upload this file\";'),('ang','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('ang','messages:action-userrights','s:23:\"en:edit all user rights\";'),('ang','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('ang','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('ang','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('ang','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('ang','messages:action-writeapi','s:20:\"en:use the write API\";'),('ang','messages:actioncomplete','s:20:\"ang:Dæd is fulfyled\";'),('ang','messages:actionfailed','s:16:\"en:Action failed\";'),('ang','messages:actions','s:13:\"ang:Fremmunga\";'),('ang','messages:actionthrottled','s:19:\"ang:Dæd is geleted\";'),('ang','messages:actionthrottledtext','s:177:\"ang:To beorge wið misnytte, þu ne meaht geæfnan þas dæde to oft in scortre hwile, and þu ofersteptest swylce mearce.\nWe biddaþ þe þe þu cunnie eft æfter lytlum hwile.\";'),('ang','messages:activeusers','s:27:\"ang:Getæl hwætra brucenda\";'),('ang','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('ang','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('ang','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('ang','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('ang','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('ang','messages:activeusers-noresult','s:18:\"en:No users found.\";'),('ang','messages:activeusers-submit','s:23:\"en:Display active users\";'),('ang','messages:activeusers-summary','s:3:\"en:\";'),('ang','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('ang','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ang','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('ang','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ang','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('ang','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ang','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('ang','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('ang','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('ang','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('ang','messages:addsection','s:4:\"en:+\";'),('ang','messages:addsection-editintro','s:3:\"en:\";'),('ang','messages:addsection-preload','s:3:\"en:\";'),('ang','messages:addwatch','s:19:\"en:Add to watchlist\";'),('ang','messages:ago','s:9:\"en:$1 ago\";'),('ang','messages:all-logs-page','s:28:\"ang:Eall folclicu tidgewritu\";'),('ang','messages:allarticles','s:18:\"ang:Ealle trametas\";'),('ang','messages:allinnamespace','s:33:\"ang:Ealle trametas (namstede: $1)\";'),('ang','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('ang','messages:allmessages','s:18:\"en:System messages\";'),('ang','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('ang','messages:allmessages-filter-all','s:8:\"ang:Eall\";'),('ang','messages:allmessages-filter-legend','s:9:\"en:Filter\";'),('ang','messages:allmessages-filter-modified','s:13:\"ang:Andwended\";'),('ang','messages:allmessages-filter-submit','s:8:\"ang:Sift\";'),('ang','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('ang','messages:allmessages-filter-unmodified','s:16:\"ang:Na andwended\";'),('ang','messages:allmessages-language','s:11:\"ang:Spræc:\";'),('ang','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('ang','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('ang','messages:allmessagescurrent','s:38:\"ang:Þisses timan ærendgewrites traht\";'),('ang','messages:allmessagesdefault','s:35:\"ang:Ærgeseted ærendgewrites traht\";'),('ang','messages:allmessagesname','s:8:\"ang:Nama\";'),('ang','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('ang','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('ang','messages:allpages','s:18:\"ang:Ealle trametas\";'),('ang','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('ang','messages:allpages-hide-redirects','s:18:\"ang:Hyd edlædunga\";'),('ang','messages:allpages-summary','s:3:\"en:\";'),('ang','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('ang','messages:allpagesfrom','s:21:\"ang:Yw trametas fram:\";'),('ang','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('ang','messages:allpagessubmit','s:6:\"ang:Ga\";'),('ang','messages:allpagesto','s:20:\"ang:Yw trametas oþ:\";'),('ang','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ang','messages:ancientpages','s:20:\"ang:Yldeste trametas\";'),('ang','messages:ancientpages-summary','s:3:\"en:\";'),('ang','messages:and','s:12:\"ang:&#32;and\";'),('ang','messages:anoncontribs','s:13:\"ang:forðunga\";'),('ang','messages:anoneditwarning','s:270:\"en:<strong>Warning:</strong> You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to your username, along with other benefits.\";'),('ang','messages:anonnotice','s:4:\"en:-\";'),('ang','messages:anononlyblock','s:15:\"ang:ane uncuðe\";'),('ang','messages:anonpreviewwarning','s:102:\"en:<em>You are not logged in. Publishing will record your IP address in this page\'s edit history.</em>\";'),('ang','messages:anontalk','s:10:\"ang:Motung\";'),('ang','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('ang','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('ang','messages:anonusers','s:66:\"ang:{{SITENAME}} {{PLURAL:$2|uncuð brucend|uncuðra brucenda}} $1\";'),('ang','messages:anonymous','s:66:\"ang:{{PLURAL:$1|uncuð brucend|uncuðra brucenda}} on {{SITENAME}}\";'),('ang','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('ang','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('ang','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('ang','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('ang','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('ang','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('ang','messages:api-credits-header','s:10:\"en:Credits\";'),('ang','messages:api-error-badtoken','s:29:\"en:Internal error: Bad token.\";'),('ang','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ang','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('ang','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('ang','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('ang','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ang','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('ang','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('ang','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ang','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ang','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('ang','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('ang','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('ang','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('ang','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('ang','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('ang','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('ang','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('ang','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('ang','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('ang','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('ang','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('ang','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ang','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ang','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ang','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('ang','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ang','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('ang','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('ang','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('ang','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('ang','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('ang','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('ang','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('ang','messages:api-help-flags','s:3:\"en:\";'),('ang','messages:api-help-help-urls','s:3:\"en:\";'),('ang','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ang','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('ang','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('ang','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('ang','messages:api-help-main-header','s:14:\"en:Main module\";'),('ang','messages:api-help-no-extended-description','s:3:\"en:\";'),('ang','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('ang','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('ang','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('ang','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('ang','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('ang','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('ang','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('ang','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('ang','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('ang','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ang','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ang','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('ang','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('ang','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('ang','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('ang','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('ang','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ang','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('ang','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('ang','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ang','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('ang','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ang','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ang','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('ang','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ang','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ang','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ang','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('ang','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('ang','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('ang','messages:api-help-source','s:13:\"en:Source: $1\";'),('ang','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('ang','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ang','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('ang','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('ang','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('ang','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ang','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ang','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('ang','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('ang','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('ang','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('ang','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('ang','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('ang','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('ang','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('ang','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('ang','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('ang','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('ang','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('ang','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('ang','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('ang','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('ang','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('ang','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('ang','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('ang','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('ang','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('ang','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('ang','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('ang','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('ang','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('ang','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('ang','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('ang','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('ang','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('ang','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('ang','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('ang','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('ang','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('ang','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('ang','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('ang','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('ang','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('ang','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('ang','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('ang','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('ang','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('ang','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ang','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ang','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('ang','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('ang','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('ang','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('ang','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('ang','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('ang','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('ang','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('ang','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('ang','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('ang','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('ang','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('ang','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('ang','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('ang','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('ang','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('ang','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('ang','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('ang','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('ang','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('ang','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('ang','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ang','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ang','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ang','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ang','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('ang','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('ang','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('ang','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('ang','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('ang','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('ang','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('ang','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('ang','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('ang','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('ang','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('ang','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('ang','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ang','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('ang','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('ang','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('ang','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('ang','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('ang','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('ang','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('ang','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('ang','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('ang','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('ang','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('ang','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('ang','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('ang','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('ang','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('ang','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('ang','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('ang','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('ang','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('ang','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('ang','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('ang','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('ang','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('ang','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('ang','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('ang','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('ang','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('ang','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ang','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('ang','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('ang','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('ang','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('ang','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('ang','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('ang','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('ang','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('ang','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('ang','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('ang','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('ang','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ang','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('ang','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('ang','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ang','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('ang','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('ang','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ang','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('ang','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('ang','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('ang','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('ang','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('ang','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('ang','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('ang','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('ang','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('ang','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('ang','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('ang','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('ang','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('ang','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('ang','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('ang','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('ang','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('ang','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('ang','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('ang','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('ang','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('ang','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('ang','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('ang','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('ang','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('ang','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('ang','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('ang','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('ang','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('ang','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('ang','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('ang','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('ang','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('ang','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('ang','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('ang','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('ang','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('ang','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('ang','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('ang','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('ang','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('ang','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('ang','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('ang','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('ang','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('ang','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('ang','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('ang','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('ang','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('ang','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('ang','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('ang','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('ang','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('ang','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('ang','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('ang','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('ang','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('ang','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('ang','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('ang','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('ang','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('ang','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('ang','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('ang','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('ang','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('ang','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('ang','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('ang','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('ang','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('ang','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('ang','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('ang','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('ang','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('ang','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('ang','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('ang','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('ang','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('ang','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('ang','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('ang','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('ang','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('ang','messages:apierror-stashexception','s:5:\"en:$1\";'),('ang','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('ang','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('ang','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('ang','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('ang','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('ang','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('ang','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('ang','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('ang','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('ang','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('ang','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('ang','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('ang','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('ang','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('ang','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('ang','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('ang','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('ang','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('ang','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('ang','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('ang','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('ang','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('ang','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('ang','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('ang','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('ang','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('ang','messages:apihelp','s:11:\"en:API help\";'),('ang','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('ang','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('ang','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('ang','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ang','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('ang','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('ang','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('ang','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('ang','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ang','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('ang','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('ang','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('ang','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('ang','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('ang','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('ang','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ang','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('ang','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ang','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('ang','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('ang','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('ang','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('ang','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('ang','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('ang','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('ang','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('ang','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('ang','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('ang','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('ang','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('ang','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('ang','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('ang','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ang','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('ang','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('ang','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('ang','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('ang','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('ang','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('ang','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('ang','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ang','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('ang','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('ang','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('ang','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ang','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('ang','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('ang','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('ang','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('ang','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('ang','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ang','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('ang','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ang','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('ang','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('ang','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('ang','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('ang','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('ang','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('ang','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('ang','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('ang','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('ang','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('ang','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('ang','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('ang','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('ang','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('ang','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('ang','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('ang','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('ang','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('ang','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('ang','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('ang','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('ang','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('ang','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ang','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('ang','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('ang','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('ang','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('ang','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('ang','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('ang','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('ang','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('ang','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('ang','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('ang','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('ang','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ang','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('ang','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ang','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ang','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ang','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('ang','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('ang','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('ang','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('ang','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('ang','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('ang','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('ang','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('ang','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('ang','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ang','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ang','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('ang','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('ang','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('ang','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('ang','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('ang','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('ang','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('ang','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('ang','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('ang','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('ang','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('ang','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('ang','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('ang','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('ang','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('ang','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('ang','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('ang','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('ang','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('ang','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('ang','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('ang','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('ang','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('ang','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('ang','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('ang','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('ang','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ang','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('ang','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('ang','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('ang','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ang','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ang','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('ang','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('ang','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('ang','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('ang','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('ang','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('ang','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('ang','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('ang','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('ang','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('ang','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('ang','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('ang','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('ang','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('ang','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('ang','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('ang','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('ang','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('ang','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('ang','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('ang','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('ang','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('ang','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('ang','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('ang','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('ang','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('ang','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('ang','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('ang','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('ang','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('ang','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ang','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('ang','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('ang','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('ang','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('ang','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('ang','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('ang','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('ang','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('ang','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('ang','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('ang','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('ang','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ang','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('ang','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('ang','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('ang','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('ang','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('ang','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('ang','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('ang','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('ang','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('ang','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('ang','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('ang','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('ang','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('ang','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('ang','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('ang','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('ang','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('ang','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('ang','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('ang','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('ang','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('ang','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('ang','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('ang','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('ang','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('ang','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('ang','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('ang','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('ang','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('ang','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('ang','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('ang','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('ang','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('ang','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('ang','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('ang','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('ang','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('ang','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('ang','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('ang','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('ang','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('ang','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ang','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ang','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ang','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('ang','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('ang','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ang','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('ang','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('ang','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('ang','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ang','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ang','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('ang','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('ang','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('ang','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('ang','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('ang','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('ang','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('ang','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('ang','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('ang','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('ang','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('ang','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('ang','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('ang','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('ang','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('ang','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('ang','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ang','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('ang','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('ang','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('ang','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('ang','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('ang','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('ang','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('ang','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('ang','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('ang','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ang','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('ang','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('ang','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('ang','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('ang','messages:apihelp-main-summary','s:3:\"en:\";'),('ang','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ang','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('ang','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('ang','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('ang','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('ang','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('ang','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('ang','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('ang','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('ang','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ang','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ang','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ang','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ang','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('ang','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('ang','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('ang','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('ang','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('ang','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('ang','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('ang','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('ang','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('ang','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('ang','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('ang','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ang','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ang','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ang','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ang','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('ang','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('ang','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('ang','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ang','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ang','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('ang','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('ang','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ang','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ang','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('ang','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('ang','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ang','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('ang','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('ang','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('ang','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('ang','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('ang','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('ang','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('ang','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ang','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('ang','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('ang','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('ang','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('ang','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('ang','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('ang','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('ang','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('ang','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('ang','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('ang','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('ang','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('ang','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('ang','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ang','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ang','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('ang','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ang','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('ang','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('ang','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('ang','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ang','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ang','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('ang','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('ang','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('ang','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('ang','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('ang','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('ang','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('ang','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('ang','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('ang','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('ang','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('ang','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ang','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ang','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('ang','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('ang','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('ang','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('ang','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('ang','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('ang','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('ang','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('ang','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('ang','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('ang','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('ang','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('ang','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('ang','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('ang','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('ang','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('ang','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('ang','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('ang','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('ang','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('ang','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('ang','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ang','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ang','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('ang','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('ang','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('ang','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('ang','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('ang','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('ang','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('ang','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('ang','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('ang','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('ang','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('ang','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('ang','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('ang','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('ang','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('ang','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('ang','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('ang','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('ang','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('ang','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('ang','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('ang','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('ang','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('ang','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('ang','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('ang','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ang','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('ang','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('ang','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('ang','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('ang','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('ang','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('ang','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('ang','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('ang','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('ang','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('ang','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('ang','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('ang','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('ang','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('ang','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('ang','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('ang','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('ang','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('ang','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('ang','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('ang','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('ang','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('ang','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('ang','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('ang','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('ang','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('ang','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('ang','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('ang','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('ang','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('ang','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('ang','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('ang','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('ang','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('ang','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('ang','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('ang','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('ang','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('ang','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('ang','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('ang','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('ang','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('ang','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('ang','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('ang','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('ang','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('ang','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('ang','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('ang','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ang','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('ang','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('ang','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('ang','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('ang','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ang','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('ang','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('ang','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('ang','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ang','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('ang','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('ang','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('ang','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('ang','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('ang','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('ang','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('ang','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ang','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('ang','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('ang','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('ang','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('ang','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('ang','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('ang','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('ang','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('ang','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('ang','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('ang','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('ang','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('ang','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('ang','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('ang','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('ang','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ang','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ang','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('ang','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('ang','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('ang','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('ang','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('ang','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ang','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('ang','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('ang','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('ang','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('ang','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('ang','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('ang','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('ang','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ang','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('ang','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('ang','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('ang','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('ang','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('ang','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('ang','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('ang','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('ang','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('ang','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('ang','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('ang','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('ang','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('ang','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('ang','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('ang','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('ang','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('ang','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('ang','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('ang','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('ang','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('ang','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('ang','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('ang','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('ang','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('ang','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('ang','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('ang','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('ang','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ang','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('ang','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('ang','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('ang','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('ang','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('ang','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ang','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ang','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ang','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('ang','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ang','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('ang','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('ang','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('ang','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('ang','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('ang','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('ang','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('ang','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ang','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ang','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('ang','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('ang','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('ang','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('ang','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('ang','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ang','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ang','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('ang','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ang','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ang','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('ang','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('ang','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('ang','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('ang','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('ang','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('ang','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('ang','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('ang','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('ang','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('ang','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('ang','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('ang','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('ang','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('ang','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('ang','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('ang','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('ang','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('ang','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('ang','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('ang','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('ang','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('ang','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ang','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('ang','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('ang','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('ang','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('ang','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('ang','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('ang','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('ang','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('ang','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('ang','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('ang','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('ang','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ang','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ang','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('ang','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('ang','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('ang','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ang','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('ang','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('ang','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('ang','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('ang','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('ang','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('ang','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('ang','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('ang','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('ang','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('ang','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('ang','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('ang','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('ang','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ang','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('ang','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('ang','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('ang','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('ang','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('ang','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('ang','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('ang','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('ang','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ang','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('ang','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('ang','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('ang','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('ang','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('ang','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ang','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('ang','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('ang','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('ang','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ang','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('ang','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('ang','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ang','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ang','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ang','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('ang','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('ang','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('ang','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('ang','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('ang','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('ang','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('ang','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ang','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('ang','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ang','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('ang','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('ang','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('ang','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('ang','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('ang','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('ang','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('ang','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('ang','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('ang','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('ang','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('ang','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('ang','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('ang','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ang','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('ang','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('ang','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('ang','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ang','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ang','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('ang','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('ang','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('ang','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('ang','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('ang','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ang','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('ang','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('ang','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('ang','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ang','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('ang','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ang','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ang','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('ang','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ang','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('ang','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ang','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('ang','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('ang','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('ang','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('ang','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('ang','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('ang','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('ang','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('ang','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('ang','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ang','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('ang','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('ang','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('ang','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('ang','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('ang','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('ang','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('ang','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('ang','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('ang','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ang','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('ang','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('ang','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('ang','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('ang','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('ang','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('ang','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('ang','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('ang','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('ang','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ang','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ang','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ang','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ang','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ang','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ang','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ang','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('ang','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('ang','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('ang','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('ang','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('ang','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('ang','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('ang','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('ang','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('ang','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('ang','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('ang','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('ang','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('ang','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('ang','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('ang','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('ang','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('ang','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('ang','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('ang','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('ang','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('ang','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('ang','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('ang','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('ang','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('ang','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('ang','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('ang','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('ang','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('ang','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('ang','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('ang','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('ang','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('ang','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('ang','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('ang','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('ang','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('ang','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('ang','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('ang','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('ang','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('ang','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ang','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('ang','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('ang','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('ang','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('ang','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('ang','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('ang','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('ang','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('ang','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('ang','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('ang','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ang','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('ang','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('ang','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('ang','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('ang','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('ang','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('ang','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('ang','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('ang','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('ang','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('ang','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('ang','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('ang','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('ang','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('ang','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('ang','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('ang','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('ang','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('ang','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('ang','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('ang','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('ang','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('ang','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('ang','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('ang','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('ang','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('ang','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('ang','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('ang','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('ang','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('ang','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('ang','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('ang','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('ang','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('ang','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('ang','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('ang','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ang','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ang','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ang','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ang','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ang','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ang','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ang','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('ang','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('ang','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('ang','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ang','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('ang','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('ang','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('ang','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('ang','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ang','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('ang','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('ang','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('ang','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('ang','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('ang','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('ang','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('ang','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('ang','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('ang','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('ang','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('ang','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('ang','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('ang','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('ang','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('ang','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ang','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('ang','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('ang','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('ang','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('ang','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ang','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('ang','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('ang','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('ang','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('ang','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('ang','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('ang','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('ang','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('ang','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('ang','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('ang','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('ang','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('ang','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('ang','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('ang','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('ang','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('ang','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('ang','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('ang','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('ang','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('ang','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('ang','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('ang','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('ang','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('ang','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('ang','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('ang','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('ang','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('ang','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('ang','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('ang','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('ang','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('ang','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('ang','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ang','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ang','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('ang','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('ang','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('ang','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ang','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ang','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('ang','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('ang','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('ang','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ang','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('ang','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('ang','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('ang','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ang','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ang','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('ang','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('ang','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('ang','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ang','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ang','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('ang','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('ang','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('ang','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('ang','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('ang','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('ang','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('ang','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('ang','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('ang','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('ang','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('ang','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('ang','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('ang','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('ang','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('ang','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('ang','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ang','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('ang','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('ang','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('ang','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ang','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('ang','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('ang','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('ang','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('ang','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('ang','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('ang','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('ang','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('ang','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('ang','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('ang','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('ang','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('ang','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('ang','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('ang','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('ang','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('ang','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('ang','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('ang','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('ang','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('ang','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('ang','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('ang','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('ang','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('ang','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('ang','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('ang','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('ang','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('ang','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('ang','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('ang','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('ang','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ang','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('ang','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('ang','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('ang','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('ang','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('ang','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('ang','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('ang','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('ang','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('ang','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('ang','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('ang','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('ang','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('ang','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('ang','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('ang','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('ang','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('ang','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('ang','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('ang','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('ang','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('ang','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('ang','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ang','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ang','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('ang','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('ang','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('ang','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('ang','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('ang','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('ang','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('ang','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('ang','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('ang','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('ang','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('ang','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ang','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('ang','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('ang','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('ang','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('ang','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('ang','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('ang','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ang','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('ang','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('ang','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('ang','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('ang','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('ang','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('ang','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('ang','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('ang','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('ang','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('ang','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('ang','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('ang','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('ang','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('ang','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('ang','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('ang','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('ang','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('ang','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('ang','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('ang','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('ang','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('ang','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('ang','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('ang','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('ang','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('ang','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('ang','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('ang','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('ang','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('ang','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('ang','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('ang','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('ang','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('ang','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('ang','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('ang','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('ang','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('ang','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('ang','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('ang','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('ang','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('ang','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('ang','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('ang','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('ang','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('ang','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('ang','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('ang','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('ang','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('ang','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('ang','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('ang','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('ang','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('ang','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('ang','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('ang','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('ang','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('ang','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('ang','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('ang','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('ang','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('ang','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('ang','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('ang','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('ang','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('ang','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('ang','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('ang','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('ang','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('ang','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('ang','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('ang','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('ang','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('ang','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('ang','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('ang','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('ang','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('ang','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('ang','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('ang','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('ang','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('ang','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('ang','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('ang','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('ang','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('ang','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('ang','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('ang','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('ang','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('ang','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('ang','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('ang','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('ang','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('ang','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('ang','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('ang','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('ang','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('ang','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('ang','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('ang','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('ang','messages:apihelp-summary','s:3:\"en:\";'),('ang','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('ang','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('ang','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('ang','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('ang','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('ang','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('ang','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('ang','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('ang','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('ang','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('ang','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('ang','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('ang','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('ang','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('ang','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('ang','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('ang','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ang','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('ang','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ang','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('ang','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('ang','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('ang','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('ang','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('ang','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('ang','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('ang','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('ang','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('ang','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('ang','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('ang','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('ang','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('ang','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('ang','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('ang','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('ang','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('ang','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('ang','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('ang','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('ang','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('ang','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('ang','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('ang','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('ang','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('ang','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('ang','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('ang','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('ang','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('ang','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('ang','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('ang','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('ang','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ang','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('ang','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('ang','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('ang','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('ang','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('ang','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('ang','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('ang','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('ang','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('ang','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('ang','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('ang','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('ang','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('ang','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('ang','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('ang','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('ang','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('ang','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('ang','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('ang','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('ang','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('ang','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('ang','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('ang','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('ang','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('ang','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('ang','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('ang','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('ang','messages:apisandbox','s:24:\"ang:API feldes afandunga\";'),('ang','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('ang','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('ang','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('ang','messages:apisandbox-continue','s:11:\"en:Continue\";'),('ang','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('ang','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('ang','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('ang','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('ang','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('ang','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('ang','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('ang','messages:apisandbox-examples','s:11:\"en:Examples\";'),('ang','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('ang','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('ang','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('ang','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('ang','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('ang','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('ang','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('ang','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('ang','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('ang','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('ang','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('ang','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('ang','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('ang','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('ang','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('ang','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('ang','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('ang','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('ang','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('ang','messages:apisandbox-reset','s:8:\"en:Clear\";'),('ang','messages:apisandbox-results','s:10:\"en:Results\";'),('ang','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('ang','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('ang','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('ang','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('ang','messages:apisandbox-retry','s:8:\"en:Retry\";'),('ang','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('ang','messages:apisandbox-submit','s:15:\"en:Make request\";'),('ang','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('ang','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('ang','messages:apisandbox-summary','s:3:\"en:\";'),('ang','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('ang','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('ang','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('ang','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('ang','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('ang','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('ang','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('ang','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('ang','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('ang','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('ang','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('ang','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('ang','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('ang','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('ang','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('ang','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('ang','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('ang','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('ang','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('ang','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('ang','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('ang','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('ang','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('ang','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('ang','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('ang','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('ang','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('ang','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('ang','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('ang','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('ang','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('ang','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('ang','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('ang','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('ang','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('ang','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('ang','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('ang','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('ang','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('ang','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ang','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('ang','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('ang','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('ang','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('ang','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ang','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ang','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('ang','messages:apr','s:7:\"ang:Eas\";'),('ang','messages:april','s:16:\"ang:Eastermonað\";'),('ang','messages:april-gen','s:17:\"ang:Eastermonþes\";'),('ang','messages:article','s:18:\"ang:Innunge tramet\";'),('ang','messages:articleexists','s:93:\"ang:Tramet on þam naman ær is, oþþe se nama þe þu cure nis riht.\nCeos oðerne naman la.\";'),('ang','messages:aug','s:7:\"ang:Weo\";'),('ang','messages:august','s:14:\"ang:Weodmonað\";'),('ang','messages:august-gen','s:15:\"ang:Weodmonþes\";'),('ang','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('ang','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('ang','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ang','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('ang','messages:authform-notoken','s:16:\"en:Missing token\";'),('ang','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('ang','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ang','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('ang','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('ang','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('ang','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('ang','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('ang','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('ang','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('ang','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('ang','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('ang','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('ang','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('ang','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('ang','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('ang','messages:authmanager-email-help','s:16:\"en:Email address\";'),('ang','messages:authmanager-email-label','s:8:\"en:Email\";'),('ang','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('ang','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('ang','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('ang','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('ang','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('ang','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('ang','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('ang','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('ang','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('ang','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ang','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('ang','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('ang','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('ang','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('ang','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('ang','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('ang','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('ang','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('ang','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('ang','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('ang','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('ang','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('ang','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('ang','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ang','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('ang','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('ang','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('ang','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('ang','messages:autoblockedtext','s:613:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ang','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('ang','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('ang','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('ang','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('ang','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('ang','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('ang','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('ang','messages:autoblocklist-submit','s:9:\"en:Search\";'),('ang','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('ang','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('ang','messages:autocomment-prefix','s:3:\"en:\";'),('ang','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('ang','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('ang','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('ang','messages:autosumm-blank','s:24:\"ang:Blæhte þone tramet\";'),('ang','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('ang','messages:autosumm-new','s:34:\"ang:Gesceop tramet þe hafaþ \'$1\'\";'),('ang','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('ang','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('ang','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('ang','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('ang','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('ang','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('ang','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('ang','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('ang','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('ang','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('ang','messages:backend-fail-create','s:29:\"en:Could not write file \"$1\".\";'),('ang','messages:backend-fail-delete','s:30:\"en:Could not delete file \"$1\".\";'),('ang','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('ang','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('ang','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('ang','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('ang','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('ang','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('ang','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('ang','messages:backend-fail-notexists','s:30:\"en:The file $1 does not exist.\";'),('ang','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('ang','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('ang','messages:backend-fail-read','s:28:\"en:Could not read file \"$1\".\";'),('ang','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('ang','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('ang','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('ang','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('ang','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('ang','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('ang','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('ang','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('ang','messages:backlinksubtitle','s:9:\"en:← $1\";'),('ang','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('ang','messages:bad_image_list','s:255:\"en:The format is as follows:\n\nOnly list items (lines starting with *) are considered.\nThe first link on a line must be a link to a bad file.\nAny subsequent links on the same line are considered to be exceptions, i.e. pages where the file may occur inline.\";'),('ang','messages:badaccess','s:16:\"ang:Þafunge woh\";'),('ang','messages:badaccess-group0','s:59:\"ang:Þu ne most don þa dæde þære þe þu hafast abeden.\";'),('ang','messages:badaccess-groups','s:123:\"ang:Seo dæd þære þu hafast abeden is ane alyfedlicu brucendum on {{PLURAL:$2|þissum þreate|anum þissa þreata}}: $1.\";'),('ang','messages:badarticleerror','s:54:\"ang:Man ne mæg þas dæde on þissum tramete fremman.\";'),('ang','messages:badfilename','s:38:\"ang:Ymelan nama wearþ gewend to \"$1\".\";'),('ang','messages:badipaddress','s:21:\"en:Invalid IP address\";'),('ang','messages:badretype','s:51:\"ang:Þa leafnessword þe þu write, sindon ungelic.\";'),('ang','messages:badsig','s:42:\"en:Invalid raw signature.\nCheck HTML tags.\";'),('ang','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('ang','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('ang','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('ang','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('ang','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('ang','messages:badtitle','s:18:\"ang:Na genge titul\";'),('ang','messages:badtitletext','s:201:\"ang:Se trametnama se ðu firmetest wæs ungenge oþþe æmetig oþþe is gedelod hlenc be gereorde oþþe betwuhwicinama.\nHe meaht befon anne bocstæf oþðe mar þe man ne sceal brucan in trametnamum.\";'),('ang','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('ang','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('ang','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('ang','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('ang','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('ang','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('ang','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('ang','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('ang','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ang','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ang','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('ang','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('ang','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('ang','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('ang','messages:blanknamespace','s:12:\"ang:(Heafod)\";'),('ang','messages:blankpage','s:22:\"ang:Tramet is æmettig\";'),('ang','messages:block','s:13:\"en:Block user\";'),('ang','messages:block-actions','s:13:\"en:Block type\";'),('ang','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ang','messages:block-details','s:16:\"en:Block details\";'),('ang','messages:block-expiry','s:14:\"en:Expiration:\";'),('ang','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('ang','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('ang','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('ang','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('ang','messages:block-log-flags-nocreate','s:31:\"ang:forbead to scyppenne wisboc\";'),('ang','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('ang','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ang','messages:block-options','s:22:\"en:Additional options:\";'),('ang','messages:block-reason','s:10:\"en:Reason:\";'),('ang','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('ang','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('ang','messages:blocked-mailpassword','s:166:\"ang:Þinum IP hamstealle is forboden þæt man adihte þærmid. To þy þe man ne mage miswendan, man ne mot brucan geleafneswordforfanges fram þissum IP hamstealle.\";'),('ang','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ang','messages:blockednoreason','s:22:\"ang:racu næs gewriten\";'),('ang','messages:blockedtext','s:582:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe block was made by $1.\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('ang','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ang','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('ang','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('ang','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('ang','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('ang','messages:blockedtitle','s:23:\"ang:Brucend is forboden\";'),('ang','messages:blockip','s:45:\"ang:Forbeodan {{GENDER:$1|brucend|brucicgan}}\";'),('ang','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('ang','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('ang','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('ang','messages:blocklink','s:11:\"ang:forbeod\";'),('ang','messages:blocklist','s:16:\"en:Blocked users\";'),('ang','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('ang','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('ang','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('ang','messages:blocklist-editing','s:10:\"en:editing\";'),('ang','messages:blocklist-editing-action','s:10:\"en:actions\";'),('ang','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('ang','messages:blocklist-editing-page','s:12:\"ang:Trametas\";'),('ang','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('ang','messages:blocklist-expiry','s:10:\"en:Expires\";'),('ang','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('ang','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('ang','messages:blocklist-params','s:19:\"en:Block parameters\";'),('ang','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('ang','messages:blocklist-reason','s:9:\"en:Reason\";'),('ang','messages:blocklist-summary','s:3:\"en:\";'),('ang','messages:blocklist-target','s:9:\"en:Target\";'),('ang','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('ang','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('ang','messages:blocklist-type','s:8:\"en:Type:\";'),('ang','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('ang','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('ang','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('ang','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('ang','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('ang','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('ang','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ang','messages:blocklogpage','s:12:\"en:Block log\";'),('ang','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ang','messages:booksources','s:13:\"ang:Bocfruman\";'),('ang','messages:booksources-invalid-isbn','s:99:\"ang:Se ISBN gegyfen geþyncþ me na genge; sceawa hine and sec woh in bewritunge fram þæm fruman.\";'),('ang','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('ang','messages:booksources-search','s:7:\"ang:Sec\";'),('ang','messages:booksources-search-legend','s:17:\"ang:Sec bocfruman\";'),('ang','messages:booksources-summary','s:3:\"en:\";'),('ang','messages:booksources-text','s:159:\"ang:Niðer is getæl hlencena þa cnyttaþ to uðrum webbstedum þe cypaþ niwa and gebrocena bec, and weninga hæbben eac ma gefræges ymbe bec þe þu secst:\";'),('ang','messages:boteditletter','s:7:\"ang:þr\";'),('ang','messages:botpasswords','s:16:\"en:Bot passwords\";'),('ang','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('ang','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('ang','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('ang','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('ang','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('ang','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('ang','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('ang','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('ang','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('ang','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('ang','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('ang','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('ang','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('ang','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('ang','messages:botpasswords-label-create','s:9:\"ang:Scypp\";'),('ang','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('ang','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('ang','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('ang','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('ang','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('ang','messages:botpasswords-label-update','s:10:\"ang:Edniwa\";'),('ang','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('ang','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('ang','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('ang','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('ang','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('ang','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('ang','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('ang','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('ang','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('ang','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('ang','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('ang','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('ang','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('ang','messages:brackets','s:7:\"en:[$1]\";'),('ang','messages:brackets-end','s:4:\"en:]\";'),('ang','messages:brackets-start','s:4:\"en:[\";'),('ang','messages:broken-file-category','s:54:\"ang:Trametas þā habbaþ gebrocene hlencan mid ymelum\";'),('ang','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('ang','messages:brokenredirects','s:24:\"ang:Gebrocena edlædunga\";'),('ang','messages:brokenredirects-delete','s:11:\"ang:forleos\";'),('ang','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ang','messages:brokenredirects-edit','s:9:\"ang:adiht\";'),('ang','messages:brokenredirects-summary','s:3:\"en:\";'),('ang','messages:brokenredirectstext','s:52:\"ang:Þas edlædunga cnyttaþ to æfweardum trametum.\";'),('ang','messages:bydate','s:17:\"ang:be tælmearce\";'),('ang','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('ang','messages:cactions','s:7:\"ang:Mar\";'),('ang','messages:cancel','s:8:\"ang:Undo\";'),('ang','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('ang','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('ang','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('ang','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('ang','messages:cannotcreateaccount-title','s:28:\"ang:We nagon sceappan wisbec\";'),('ang','messages:cannotdelete','s:101:\"ang:Se tramet oþðe seo ymele \"$1\" ne meahte wesan forloren. Weninga sum adihtend ær forlure þæt.\";'),('ang','messages:cannotdelete-title','s:39:\"ang:Ne mæg forleosan þone tramet \"$1\"\";'),('ang','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('ang','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('ang','messages:cannotlogin-text','s:27:\"ang:Inlogung nis meahtelic.\";'),('ang','messages:cannotlogin-title','s:26:\"ang:Ðu ne mægst inlogian\";'),('ang','messages:cannotloginnow-text','s:46:\"ang:Inlogung nis meahtelic ðan ðu brycst $1.\";'),('ang','messages:cannotloginnow-title','s:29:\"ang:Ðu ne mægst nu inlogian\";'),('ang','messages:cannotlogoutnow-text','s:46:\"ang:Utlogung nis meahtelic ðan ðu brycst $1.\";'),('ang','messages:cannotlogoutnow-title','s:30:\"ang:Ðu ne mægst nu utlogian.\";'),('ang','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ang','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('ang','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('ang','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('ang','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('ang','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('ang','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('ang','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('ang','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('ang','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('ang','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('ang','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('ang','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('ang','messages:cascadeprotected','s:207:\"ang:Þes trament wæs geborgen wiþ adihtunge, for þam þe he is befangen in þissum {{PLURAL:$1|tramete, þe is| tramentum, þe sind}} geborgen mid þy þe seo forþbrædunge setness wæs gesett wyrcan: $2\";'),('ang','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('ang','messages:categories','s:11:\"ang:Floccas\";'),('ang','messages:categories-submit','s:7:\"en:Show\";'),('ang','messages:categories-summary','s:3:\"en:\";'),('ang','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('ang','messages:categoriespagetext','s:155:\"ang:{{PLURAL:$1|Þes flocc bið||Þas floccas beoð}} on þam wiki, and sind þe gebrocene þe na.\nSeoh eac [[Special:WantedCategories|gewilnode floccas]].\";'),('ang','messages:category-article-count','s:155:\"ang:{{PLURAL:$2|Þes flocc hæfþ ane þisne tramet.|{{PLURAL:$1|Þes tramet is|Þas $1 trameta sind}} in þissum flocce - þæt fulle rim trameta is $2.}}\";'),('ang','messages:category-article-count-limited','s:77:\"ang:{{PLURAL:$1|Þes tramet is|$1 Þas trametas sind}} on þissum flocce her.\";'),('ang','messages:category-empty','s:63:\"ang:\'\'Þes flocc hæfþ nu nængu gewritu oþþe hawungþing.\'\'\";'),('ang','messages:category-file-count','s:153:\"ang:{{PLURAL:$2|Þes flocc hæfþ ane þas ymelan.|{{PLURAL:$1|Þeos ymele is|Þas $1 ymelena sind}} in þissum flocce - þæt fulle rim ymelena is $2.}}\";'),('ang','messages:category-file-count-limited','s:75:\"ang:{{PLURAL:$1|Þeos ymele is|$1 Þas ymelan sind}} in þissum flocce her.\";'),('ang','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('ang','messages:category-media-header','s:30:\"ang:Hawungþing in \"$1\" flocce\";'),('ang','messages:category-move-redirect-override','s:4:\"en:-\";'),('ang','messages:category-subcat-count','s:201:\"ang:{{PLURAL:$2|Þes flocc hæfþ ane þone æftersædan underflocc.|Þes flocc hæfþ {{PLURAL:$1|þone æftersædan underflocc|þa æftersædan $1 underflocca}} - þæt fulle rim underflocca is $2.}}\";'),('ang','messages:category-subcat-count-limited','s:75:\"ang:Þes flocc hæfþ {{PLURAL:$1|þisne underflocc|$1 þas underfloccas}}.\";'),('ang','messages:category_header','s:27:\"ang:Trametas in \"$1\" flocce\";'),('ang','messages:categorypage','s:20:\"ang:Seoh flocctramet\";'),('ang','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('ang','messages:change-blocklink','s:18:\"ang:Andwend forbod\";'),('ang','messages:changeblockip','s:15:\"en:Change block\";'),('ang','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('ang','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('ang','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('ang','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('ang','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('ang','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('ang','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('ang','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('ang','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('ang','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('ang','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('ang','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('ang','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('ang','messages:changecredentials','s:21:\"en:Change credentials\";'),('ang','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ang','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('ang','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('ang','messages:changed','s:12:\"ang:hƿorfen\";'),('ang','messages:changeemail','s:33:\"en:Change or remove email address\";'),('ang','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('ang','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('ang','messages:changeemail-newemail','s:21:\"en:New email address:\";'),('ang','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('ang','messages:changeemail-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('ang','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('ang','messages:changeemail-none','s:12:\"ang:(nænig)\";'),('ang','messages:changeemail-oldemail','s:25:\"en:Current email address:\";'),('ang','messages:changeemail-password','s:30:\"en:Your {{SITENAME}} password:\";'),('ang','messages:changeemail-submit','s:15:\"en:Change email\";'),('ang','messages:changeemail-summary','s:3:\"en:\";'),('ang','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('ang','messages:changepassword','s:24:\"ang:Andwend leafnessword\";'),('ang','messages:changepassword-success','s:34:\"en:Your password has been changed!\";'),('ang','messages:changepassword-summary','s:3:\"en:\";'),('ang','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ang','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('ang','messages:checkbox-all','s:6:\"en:All\";'),('ang','messages:checkbox-invert','s:9:\"en:Invert\";'),('ang','messages:checkbox-none','s:7:\"en:None\";'),('ang','messages:checkbox-select','s:13:\"en:Select: $1\";'),('ang','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('ang','messages:collapsible-collapse','s:9:\"ang:Lytla\";'),('ang','messages:collapsible-expand','s:9:\"ang:Bræd\";'),('ang','messages:colon-separator','s:9:\"en::&#32;\";'),('ang','messages:comma-separator','s:9:\"en:,&#32;\";'),('ang','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('ang','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('ang','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('ang','messages:compare-page1','s:9:\"en:Page 1\";'),('ang','messages:compare-page2','s:9:\"en:Page 2\";'),('ang','messages:compare-rev1','s:13:\"en:Revision 1\";'),('ang','messages:compare-rev2','s:13:\"en:Revision 2\";'),('ang','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('ang','messages:compare-submit','s:10:\"en:Compare\";'),('ang','messages:comparepages','s:16:\"en:Compare pages\";'),('ang','messages:comparepages-summary','s:3:\"en:\";'),('ang','messages:compareselectedversions','s:28:\"ang:Bemet gecorena edniwunga\";'),('ang','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('ang','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('ang','messages:confirm','s:10:\"en:Confirm\";'),('ang','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('ang','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('ang','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('ang','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('ang','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('ang','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('ang','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('ang','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('ang','messages:confirm-rollback-button','s:5:\"en:OK\";'),('ang','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('ang','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('ang','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('ang','messages:confirm-watch-button','s:5:\"en:OK\";'),('ang','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('ang','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('ang','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('ang','messages:confirm_purge_button','s:5:\"en:OK\";'),('ang','messages:confirmable-confirm','s:46:\"ang:Wilt {{GENDER:$1|þu}} þis witodlice don?\";'),('ang','messages:confirmable-no','s:8:\"ang:Nese\";'),('ang','messages:confirmable-yes','s:7:\"ang:Gea\";'),('ang','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ang','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('ang','messages:confirmemail','s:24:\"en:Confirm email address\";'),('ang','messages:confirmemail_body','s:393:\"ang:Hwa, gewene sie þæt þu, of IP hamstealle $1, hæfþ gescepen þa wisboc\n\"$2\" þe hæfþ spearcærenda hamsteall on {{SITENAME}}.\n\nGif þu wille geseðan þætte þeos wisboc soðlice gelocaþ þe and brucan spearcærenda tola on {{SITENAME}}, fo to þissum hlencan in þinum webbsecende:\n\n$3\n\nGif þæt *næs* þu, ne fo to þissum hlencan.\n\n$5\n\nÞis aseðunge runword forealdaþ on $4.\";'),('ang','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ang','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('ang','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('ang','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('ang','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('ang','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('ang','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('ang','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('ang','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('ang','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('ang','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('ang','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('ang','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('ang','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('ang','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('ang','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('ang','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('ang','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('ang','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('ang','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('ang','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('ang','messages:content-model-css','s:6:\"en:CSS\";'),('ang','messages:content-model-javascript','s:13:\"en:JavaScript\";'),('ang','messages:content-model-json','s:7:\"en:JSON\";'),('ang','messages:content-model-text','s:13:\"en:plain text\";'),('ang','messages:content-model-wikitext','s:13:\"ang:wikitraht\";'),('ang','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('ang','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('ang','messages:continue-editing','s:26:\"ang:Ga to adihtunge mearce\";'),('ang','messages:contribslink','s:13:\"ang:forðunga\";'),('ang','messages:contribsub2','s:33:\"ang:Gelenge {{GENDER:$3|$1}} ($2)\";'),('ang','messages:contributions','s:21:\"en:User contributions\";'),('ang','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('ang','messages:contributions-summary','s:3:\"en:\";'),('ang','messages:contributions-title','s:26:\"ang:$1 brucendes forðunga\";'),('ang','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ang','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('ang','messages:copyright','s:73:\"ang:Man mæg innunge under $1 findan, būton þǣr hit is elles amearcod.\";'),('ang','messages:copyrightpage','s:32:\"ang:{{ns:project}}:Bewritungriht\";'),('ang','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('ang','messages:copyrightwarning2','s:407:\"ang:Beþenc la þæt man mæg ealla forðunga to {{SITENAME}}\nadihtan, andwendan, oþþe forniman.\nGif þu ne wille þe man þin gewritu adihte unmildheorte, þonne ne writ þæt her.<br />\nÞu behætst eac þæt þu selfa þis write, oþþe bewrite of sumre\nfolclicum agnunge oþþe gelicum horde and freom (seoh $1 to rædenne towritennesse).\n\'\'\'Ne forþsend bewritungrihta geseted weorc leas þafunge!\'\'\'\";'),('ang','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ang','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('ang','messages:create','s:11:\"ang:Scippan\";'),('ang','messages:create-local','s:31:\"ang:Besete stowlice gemearcunge\";'),('ang','messages:createaccount','s:16:\"ang:Scypp wisboc\";'),('ang','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ang','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('ang','messages:createaccount-title','s:36:\"en:Account creation for {{SITENAME}}\";'),('ang','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('ang','messages:createaccounterror','s:31:\"ang:Ne mihte scyppan wisboc: $1\";'),('ang','messages:createaccountmail','s:103:\"ang:Bruc hwilendlices leafnesswordes and hlietlices and send hit to þam genemnedan spearcærenda naman\";'),('ang','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('ang','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('ang','messages:createacct-another-email-ph','s:30:\"ang:Besete spearcærenda naman\";'),('ang','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('ang','messages:createacct-another-submit','s:22:\"ang:Scypp oðre wisboc\";'),('ang','messages:createacct-another-username-ph','s:30:\"ang:Writ þone brucendnaman in\";'),('ang','messages:createacct-benefit-body1','s:36:\"ang:{{PLURAL:$1|adihtung|adihtunga}}\";'),('ang','messages:createacct-benefit-body2','s:32:\"ang:{{PLURAL:$1|tramet|trameta}}\";'),('ang','messages:createacct-benefit-body3','s:49:\"ang:{{PLURAL:$1|niwe fyrðrend|niwra fyrðrenda}}\";'),('ang','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ang','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ang','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ang','messages:createacct-benefit-heading','s:52:\"ang:{{SITENAME}} is geworht fram mannum swilce þe.\";'),('ang','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ang','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ang','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ang','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('ang','messages:createacct-email-ph','s:37:\"ang:Besete þinne spearcærenda naman\";'),('ang','messages:createacct-emailoptional','s:37:\"ang:Spearcærenda nama (ungenededlic)\";'),('ang','messages:createacct-emailrequired','s:22:\"ang:Spearcærenda nama\";'),('ang','messages:createacct-error','s:34:\"ang:Woh on þære scyppunge wisbec\";'),('ang','messages:createacct-helpusername','s:3:\"en:\";'),('ang','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ang','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('ang','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('ang','messages:createacct-realname','s:28:\"ang:Soþ nama (ungenededlic)\";'),('ang','messages:createacct-reason','s:26:\"ang:Racu (openlice geywed)\";'),('ang','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('ang','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('ang','messages:createacct-reason-ph','s:36:\"ang:For hwy scypst þu oðre wisboc?\";'),('ang','messages:createacct-submit','s:22:\"ang:Scypp þine wisboc\";'),('ang','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('ang','messages:createacct-username-help','s:3:\"en:\";'),('ang','messages:createacct-useuniquepass','s:99:\"ang:We befæstaþ þe þu nytte anfeald aliefnesword þe þu ne nyttest on anigum oþrum webbstede.\";'),('ang','messages:createacct-yourpassword-ph','s:23:\"ang:Inwrit leafnessword\";'),('ang','messages:createacct-yourpasswordagain','s:22:\"ang:Aseð leafnessword\";'),('ang','messages:createacct-yourpasswordagain-ph','s:25:\"ang:Writ leafnessword eft\";'),('ang','messages:created','s:13:\"ang:ȝescapen\";'),('ang','messages:creating','s:17:\"ang:Þu scypst $1\";'),('ang','messages:credentialsform-account','s:16:\"en:Account name:\";'),('ang','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('ang','messages:creditspage','s:15:\"en:Page credits\";'),('ang','messages:cur','s:6:\"ang:nu\";'),('ang','messages:currentevents','s:28:\"ang:Gelimpunga þisses timan\";'),('ang','messages:currentevents-url','s:36:\"ang:Project:Gelimpunga þisses timan\";'),('ang','messages:currentrev','s:18:\"en:Latest revision\";'),('ang','messages:currentrev-asof','s:44:\"ang:Niwost fadung on þære $3 tide þæs $2\";'),('ang','messages:currentrevisionlink','s:17:\"ang:Niwost fadung\";'),('ang','messages:customcssprotected','s:106:\"ang:Þu nafast leafe to adihtenne þisne CSS tramet for þy he belycð oðres brucendes agna gesetednessa.\";'),('ang','messages:customjsonprotected','s:107:\"ang:Þu næfð gelæfan ðe ðu adiht þisne JSON-tramet forþæm ðe hit onfon midbrucendes agan setlgang.\";'),('ang','messages:customjsprotected','s:109:\"ang:Þu nafast leafe to adihtenne þisne JavaScript tramet for þam he belycð oðres menn agna gesetednessa.\";'),('ang','messages:databaseerror','s:21:\"ang:Gefræghordes woh\";'),('ang','messages:databaseerror-error','s:11:\"ang:Wog: $1\";'),('ang','messages:databaseerror-function','s:14:\"ang:Wyrhta: $1\";'),('ang','messages:databaseerror-query','s:13:\"ang:Gebed: $1\";'),('ang','messages:databaseerror-text','s:85:\"ang:Gefræghordlices woh belamp.\nÞis þing meaht betacan budda in þære hnesceware.\";'),('ang','messages:databaseerror-textcl','s:40:\"ang:Gefræghordlices gebedes woh belamp.\";'),('ang','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('ang','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('ang','messages:date','s:27:\"en:From date (and earlier):\";'),('ang','messages:date-range-from','s:13:\"en:From date:\";'),('ang','messages:date-range-to','s:11:\"en:To date:\";'),('ang','messages:datedefault','s:16:\"en:No preference\";'),('ang','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('ang','messages:days-abbrev','s:7:\"en:$1 d\";'),('ang','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('ang','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('ang','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('ang','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('ang','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('ang','messages:deadendpages-summary','s:3:\"en:\";'),('ang','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('ang','messages:dec','s:10:\"ang:Æf Ge\";'),('ang','messages:december','s:15:\"ang:Ærra Geola\";'),('ang','messages:december-gen','s:17:\"ang:Ærran Geolan\";'),('ang','messages:default','s:13:\"ang:gewunelic\";'),('ang','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('ang','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('ang','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('ang','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('ang','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('ang','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('ang','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('ang','messages:delete','s:11:\"ang:Forleos\";'),('ang','messages:delete-confirm','s:14:\"en:Delete \"$1\"\";'),('ang','messages:delete-edit-reasonlist','s:24:\"en:Edit deletion reasons\";'),('ang','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ang','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('ang','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('ang','messages:delete-hook-aborted','s:62:\"ang:Hoc forwyrnde þære forleosunge. Þæt ne wrat nane race.\";'),('ang','messages:delete-legend','s:9:\"en:Delete\";'),('ang','messages:delete-scheduled','s:56:\"ang:Se tramet \"$1\" abitt ðe he biþ oftigen.\nForþylde.\";'),('ang','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('ang','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ang','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('ang','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('ang','messages:delete_and_move_confirm','s:23:\"en:Yes, delete the page\";'),('ang','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('ang','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('ang','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('ang','messages:deletecomment','s:9:\"ang:Racu:\";'),('ang','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('ang','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ang','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('ang','messages:deletedcontributions-summary','s:3:\"en:\";'),('ang','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('ang','messages:deletedhist','s:18:\"en:Deleted history\";'),('ang','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('ang','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('ang','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('ang','messages:deleteotherreason','s:21:\"ang:Oðru/nyhst racu:\";'),('ang','messages:deletepage','s:18:\"ang:Forleos tramet\";'),('ang','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('ang','messages:deletepage-submit','s:18:\"ang:Forleos tramet\";'),('ang','messages:deletepage-summary','s:3:\"en:\";'),('ang','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('ang','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('ang','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ang','messages:deletereasonotherlist','s:14:\"ang:Oðru racu\";'),('ang','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('ang','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ang','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ang','messages:deletionlog','s:25:\"ang:forleosunge tidgewrit\";'),('ang','messages:dellogpage','s:25:\"ang:Forleosunge tidgewrit\";'),('ang','messages:dellogpagetext','s:48:\"en:Below is a list of the most recent deletions.\";'),('ang','messages:destfilename','s:24:\"en:Destination filename:\";'),('ang','messages:diff','s:11:\"ang:toscead\";'),('ang','messages:diff-empty','s:20:\"ang:(Nænig toscead)\";'),('ang','messages:diff-form','s:14:\"en:Differences\";'),('ang','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('ang','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('ang','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('ang','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('ang','messages:diff-form-submit','s:19:\"en:Show differences\";'),('ang','messages:diff-form-summary','s:3:\"en:\";'),('ang','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('ang','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('ang','messages:diff-multi-sameuser','s:97:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same user not shown)\";'),('ang','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('ang','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('ang','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ang','messages:difference-multipage','s:29:\"en:(Difference between pages)\";'),('ang','messages:difference-title','s:33:\"ang:Toscead betweox fadungum \"$1\"\";'),('ang','messages:difference-title-multipage','s:38:\"en:$1 and $2: Difference between pages\";'),('ang','messages:directorycreateerror','s:37:\"ang:We ne mihton scyppan \"$1\" ymbfeng\";'),('ang','messages:directoryreadonlyerror','s:35:\"ang:\"$1\" ymbfeng is ane rædendlic.\";'),('ang','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('ang','messages:disclaimerpage','s:29:\"ang:Project:Gemæne ætsacung\";'),('ang','messages:disclaimers','s:14:\"ang:Ætsacunga\";'),('ang','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('ang','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('ang','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('ang','messages:double-redirect-fixer','s:21:\"ang:Edlædunga betend\";'),('ang','messages:doubleredirects','s:24:\"ang:Twifealda edlædunga\";'),('ang','messages:doubleredirects-summary','s:3:\"en:\";'),('ang','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('ang','messages:download','s:11:\"en:download\";'),('ang','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('ang','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ang','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('ang','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('ang','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('ang','messages:duplicatesoffile','s:150:\"ang:{{PLURAL:$1|Þeos ymele is gelicness|Þas ymelan sind gelicnessa}} þisse ymelan (seoh [[Special:FileDuplicateSearch/$2|ma gefræges ymbe þis]]):\";'),('ang','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('ang','messages:duration-days','s:30:\"ang:$1 {{PLURAL:$1|dæg|daga}}\";'),('ang','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('ang','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ang','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('ang','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('ang','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ang','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('ang','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('ang','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('ang','messages:edit','s:9:\"ang:Adiht\";'),('ang','messages:edit-already-exists','s:50:\"en:Could not create a new page.\nIt already exists.\";'),('ang','messages:edit-conflict','s:17:\"en:Edit conflict.\";'),('ang','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('ang','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('ang','messages:edit-local','s:35:\"ang:Adiht þa stowlican gemearcunge\";'),('ang','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('ang','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('ang','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('ang','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('ang','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('ang','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('ang','messages:editcomment','s:51:\"ang:Þære adihtunge scortgewrit wæs: <em>$1</em>.\";'),('ang','messages:editconflict','s:30:\"ang:Adihtunge unþwærness: $1\";'),('ang','messages:editfont-monospace','s:36:\"ang:Anes gemetes gebræded stæfcynd\";'),('ang','messages:editfont-sansserif','s:24:\"ang:Tægelleas stæfcynd\";'),('ang','messages:editfont-serif','s:25:\"ang:Tægelbære stæfcynd\";'),('ang','messages:editfont-style','s:31:\"ang:Adihtunge mearce stæfcynd:\";'),('ang','messages:edithelp','s:21:\"ang:Help on adihtunge\";'),('ang','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ang','messages:editing','s:19:\"ang:Þu adihtest $1\";'),('ang','messages:editingcomment','s:31:\"ang:Þu adihtest $1 (niwe dæl)\";'),('ang','messages:editinginterface','s:194:\"ang:<strong>Ware:</strong> Þu adihtest tramet se redaþ betwuxonsiengewrit for hnescewarwe.\nOnwendednes on þisse tramte gehrinaþ þa betwuxonsiene onwlat for manigum brucendum on ðisse wici.\";'),('ang','messages:editingold','s:168:\"ang:\'\'\'WARNUNG: Þu adihtest ealde fadunge þisses trametes.\'\'\'\nGif þu hine hordie, ænga andwendunga þa þe wæron gedon æfter þisse fadunge beoþ soðes forloren.\";'),('ang','messages:editingsection','s:26:\"ang:Þu adihtest $1 (dæl)\";'),('ang','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ang','messages:editlink','s:9:\"ang:adiht\";'),('ang','messages:editnotice-notext','s:4:\"en:-\";'),('ang','messages:editold','s:9:\"ang:adiht\";'),('ang','messages:editpage','s:14:\"en:Edit a page\";'),('ang','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('ang','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ang','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('ang','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('ang','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('ang','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('ang','messages:editpage-summary','s:3:\"en:\";'),('ang','messages:editpage-tos-summary','s:4:\"en:-\";'),('ang','messages:editsection','s:9:\"ang:adiht\";'),('ang','messages:editsectionhint','s:18:\"ang:Adiht dæl: $1\";'),('ang','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('ang','messages:edittools-upload','s:4:\"en:-\";'),('ang','messages:editundo','s:8:\"ang:undo\";'),('ang','messages:editusergroup','s:24:\"ang:Hlad brucenda heapas\";'),('ang','messages:editwatchlist-summary','s:3:\"en:\";'),('ang','messages:ellipsis','s:6:\"en:...\";'),('ang','messages:email','s:16:\"ang:Spearcærend\";'),('ang','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('ang','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('ang','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('ang','messages:emailauthenticated','s:48:\"en:Your email address was confirmed on $2 at $3.\";'),('ang','messages:emailblock','s:17:\"en:email disabled\";'),('ang','messages:emailccme','s:33:\"en:Email me a copy of my message.\";'),('ang','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('ang','messages:emailconfirmlink','s:29:\"en:Confirm your email address\";'),('ang','messages:emaildisabled','s:32:\"en:This site cannot send emails.\";'),('ang','messages:emailfrom','s:9:\"ang:Fram:\";'),('ang','messages:emaillink','s:13:\"en:send email\";'),('ang','messages:emailmessage','s:17:\"ang:Ærendgewrit:\";'),('ang','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('ang','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('ang','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('ang','messages:emailsend','s:8:\"ang:Send\";'),('ang','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ang','messages:emailsent','s:28:\"ang:Ærendgewrit wæs gesend\";'),('ang','messages:emailsenttext','s:51:\"ang:Þin ærendgewrit wæs gesend on spearcærende.\";'),('ang','messages:emailsubject','s:13:\"ang:Andweorc:\";'),('ang','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('ang','messages:emailto','s:7:\"ang:To:\";'),('ang','messages:emailuser','s:38:\"ang:Writ spearcærend þissum brucende\";'),('ang','messages:emailuser-summary','s:3:\"en:\";'),('ang','messages:emailuser-title-notarget','s:13:\"en:Email user\";'),('ang','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('ang','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('ang','messages:emailusername','s:12:\"en:Username:\";'),('ang','messages:emailusernamesubmit','s:9:\"en:Submit\";'),('ang','messages:empty-file','s:36:\"en:The file you submitted was empty.\";'),('ang','messages:empty-username','s:26:\"en:(no username available)\";'),('ang','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('ang','messages:enhancedrc-history','s:9:\"ang:stær\";'),('ang','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('ang','messages:enotif_anon_editor','s:21:\"ang:uncuð brucend $1\";'),('ang','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('ang','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ang','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ang','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('ang','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ang','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('ang','messages:enotif_impersonal_salutation','s:24:\"ang:{{SITENAME}} brucend\";'),('ang','messages:enotif_lastdiff','s:39:\"ang:Seoh $1 to seonne þas andwendunge.\";'),('ang','messages:enotif_lastvisited','s:95:\"ang:Gif þu wille seon seon þa andwendunga þa gelumpon æfter þinre niwostan socne, seoh $1.\";'),('ang','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('ang','messages:enotif_reset','s:37:\"ang:Mearca ealle trametas swa gesohte\";'),('ang','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('ang','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('ang','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('ang','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('ang','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('ang','messages:enterlockreason','s:91:\"ang:Writ race þæs loces and apinsunge þæs timan æfter þæm þe þæt loc sie geopenod\";'),('ang','messages:error','s:7:\"ang:Woh\";'),('ang','messages:errorpagetitle','s:7:\"ang:Woh\";'),('ang','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('ang','messages:exception-nologin','s:18:\"ang:Þu eart ingan\";'),('ang','messages:exception-nologin-text','s:83:\"ang:Leof, inlogian þe þu mægst geferan þisne tramet oððe fremman þisne dæd.\";'),('ang','messages:exception-nologin-text-manual','s:56:\"ang:$1 þe þu mægst geferan þisne tramet oððe dæd.\";'),('ang','messages:excontent','s:21:\"ang:innung wæs: \"$1\"\";'),('ang','messages:excontentauthor','s:83:\"ang:innung wæs: \'$1\' (and se ana forðiend wæs \"[[Special:Contributions/$2|$2]]\")\";'),('ang','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('ang','messages:exif-artist','s:10:\"ang:Wyhtra\";'),('ang','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('ang','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('ang','messages:exif-brightnessvalue','s:19:\"ang:APEX beorhtness\";'),('ang','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('ang','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('ang','messages:exif-citydest','s:13:\"en:City shown\";'),('ang','messages:exif-colorspace','s:14:\"ang:Bleohmearc\";'),('ang','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('ang','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('ang','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('ang','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('ang','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('ang','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('ang','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('ang','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('ang','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('ang','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('ang','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('ang','messages:exif-compression','s:19:\"ang:Genyrwunge wise\";'),('ang','messages:exif-compression-1','s:14:\"ang:Ungenyrwod\";'),('ang','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('ang','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('ang','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('ang','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('ang','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('ang','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('ang','messages:exif-compression-5','s:6:\"en:LZW\";'),('ang','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('ang','messages:exif-compression-7','s:7:\"en:JPEG\";'),('ang','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('ang','messages:exif-contact','s:22:\"en:Contact information\";'),('ang','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ang','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('ang','messages:exif-contrast','s:11:\"en:Contrast\";'),('ang','messages:exif-contrast-0','s:9:\"en:Normal\";'),('ang','messages:exif-contrast-1','s:9:\"ang:Softe\";'),('ang','messages:exif-contrast-2','s:9:\"ang:Heard\";'),('ang','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ang','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('ang','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('ang','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('ang','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('ang','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('ang','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('ang','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('ang','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('ang','messages:exif-countrydest','s:16:\"en:Country shown\";'),('ang','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('ang','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('ang','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('ang','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('ang','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('ang','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('ang','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('ang','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('ang','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('ang','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('ang','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('ang','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('ang','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('ang','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('ang','messages:exif-datetime','s:47:\"ang:Tælmearc and tid þære ymelan andwendunge\";'),('ang','messages:exif-datetimedigitized','s:67:\"ang:Tælmearc and tid on þam wæs awend to spearctellendlic ymelan\";'),('ang','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('ang','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('ang','messages:exif-datetimeoriginal','s:53:\"ang:Tælmearc and tid þære wyrcinge þæs gefræges\";'),('ang','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('ang','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('ang','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('ang','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('ang','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('ang','messages:exif-dc-relation','s:16:\"en:Related media\";'),('ang','messages:exif-dc-rights','s:9:\"en:Rights\";'),('ang','messages:exif-dc-source','s:15:\"en:Source media\";'),('ang','messages:exif-dc-type','s:16:\"en:Type of media\";'),('ang','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('ang','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('ang','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('ang','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('ang','messages:exif-event','s:17:\"en:Event depicted\";'),('ang','messages:exif-exifversion','s:15:\"ang:Efix fadung\";'),('ang','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('ang','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('ang','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('ang','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('ang','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('ang','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('ang','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('ang','messages:exif-exposuremode-1','s:17:\"ang:Handlic blice\";'),('ang','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('ang','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('ang','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('ang','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('ang','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('ang','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('ang','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('ang','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('ang','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('ang','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('ang','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('ang','messages:exif-exposuretime','s:13:\"ang:Blicestid\";'),('ang','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('ang','messages:exif-filesource','s:14:\"en:File source\";'),('ang','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('ang','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('ang','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('ang','messages:exif-flash','s:8:\"en:Flash\";'),('ang','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('ang','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('ang','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('ang','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('ang','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('ang','messages:exif-flash-mode-3','s:22:\"ang:selffremmende wise\";'),('ang','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('ang','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('ang','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('ang','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('ang','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('ang','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('ang','messages:exif-fnumber','s:11:\"en:F Number\";'),('ang','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('ang','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('ang','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('ang','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('ang','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('ang','messages:exif-focalplaneresolutionunit-2','s:9:\"ang:yncas\";'),('ang','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('ang','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('ang','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('ang','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('ang','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('ang','messages:exif-gaincontrol-0','s:7:\"ang:Nan\";'),('ang','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('ang','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('ang','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('ang','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('ang','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('ang','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('ang','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('ang','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('ang','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('ang','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('ang','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('ang','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('ang','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('ang','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('ang','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('ang','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('ang','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('ang','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('ang','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('ang','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('ang','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('ang','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('ang','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('ang','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('ang','messages:exif-gpsdirection-t','s:19:\"ang:Soð wendedness\";'),('ang','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('ang','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('ang','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('ang','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('ang','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('ang','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('ang','messages:exif-gpsimgdirection','s:26:\"ang:Rihtung þære metinge\";'),('ang','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('ang','messages:exif-gpslatitude','s:17:\"ang:Norðsuðness\";'),('ang','messages:exif-gpslatitude-n','s:13:\"ang:Norðness\";'),('ang','messages:exif-gpslatitude-s','s:12:\"ang:Suðness\";'),('ang','messages:exif-gpslatituderef','s:17:\"ang:Norðsuðness\";'),('ang','messages:exif-gpslongitude','s:16:\"ang:Eastwestness\";'),('ang','messages:exif-gpslongitude-e','s:12:\"ang:Eastness\";'),('ang','messages:exif-gpslongitude-w','s:12:\"ang:Westness\";'),('ang','messages:exif-gpslongituderef','s:16:\"ang:Eastwestness\";'),('ang','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('ang','messages:exif-gpsmeasuremode','s:16:\"ang:Gemetes wise\";'),('ang','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('ang','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('ang','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('ang','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('ang','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('ang','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('ang','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('ang','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('ang','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('ang','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('ang','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('ang','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('ang','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('ang','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('ang','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('ang','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('ang','messages:exif-headline','s:11:\"en:Headline\";'),('ang','messages:exif-identifier','s:13:\"en:Identifier\";'),('ang','messages:exif-iimcategory','s:11:\"en:Category\";'),('ang','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('ang','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('ang','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('ang','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('ang','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('ang','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('ang','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('ang','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('ang','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('ang','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('ang','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('ang','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('ang','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('ang','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('ang','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('ang','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('ang','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('ang','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('ang','messages:exif-iimversion','s:14:\"en:IIM version\";'),('ang','messages:exif-imagedescription','s:16:\"ang:Metinge nama\";'),('ang','messages:exif-imagelength','s:10:\"ang:Hiehð\";'),('ang','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('ang','messages:exif-imagewidth','s:10:\"ang:Widnes\";'),('ang','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('ang','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('ang','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('ang','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('ang','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('ang','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('ang','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('ang','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('ang','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('ang','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('ang','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('ang','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('ang','messages:exif-keywords','s:11:\"en:Keywords\";'),('ang','messages:exif-label','s:8:\"en:Label\";'),('ang','messages:exif-languagecode','s:11:\"en:Language\";'),('ang','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('ang','messages:exif-lens','s:12:\"en:Lens used\";'),('ang','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('ang','messages:exif-lightsource','s:14:\"ang:Leohtfruma\";'),('ang','messages:exif-lightsource-0','s:10:\"ang:Uncuð\";'),('ang','messages:exif-lightsource-1','s:15:\"ang:Dægesleoht\";'),('ang','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('ang','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('ang','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('ang','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('ang','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('ang','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('ang','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('ang','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('ang','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('ang','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('ang','messages:exif-lightsource-20','s:6:\"en:D55\";'),('ang','messages:exif-lightsource-21','s:6:\"en:D65\";'),('ang','messages:exif-lightsource-22','s:6:\"en:D75\";'),('ang','messages:exif-lightsource-23','s:6:\"en:D50\";'),('ang','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('ang','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('ang','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('ang','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('ang','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('ang','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('ang','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('ang','messages:exif-make','s:23:\"ang:Metungfondes wyrhta\";'),('ang','messages:exif-make-value','s:5:\"en:$1\";'),('ang','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('ang','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('ang','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('ang','messages:exif-meteringmode-0','s:10:\"ang:Uncuð\";'),('ang','messages:exif-meteringmode-1','s:13:\"ang:Ælmedume\";'),('ang','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('ang','messages:exif-meteringmode-255','s:9:\"ang:Oðer\";'),('ang','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('ang','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('ang','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('ang','messages:exif-meteringmode-6','s:11:\"ang:Dællic\";'),('ang','messages:exif-model','s:23:\"ang:Metungfondes fadung\";'),('ang','messages:exif-model-value','s:5:\"en:$1\";'),('ang','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('ang','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('ang','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('ang','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('ang','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('ang','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('ang','messages:exif-objectname','s:14:\"en:Short title\";'),('ang','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('ang','messages:exif-orientation','s:15:\"ang:Gebigedness\";'),('ang','messages:exif-orientation-1','s:13:\"ang:Gewunelic\";'),('ang','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('ang','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('ang','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('ang','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('ang','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('ang','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('ang','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('ang','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('ang','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('ang','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('ang','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('ang','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('ang','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('ang','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('ang','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('ang','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('ang','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('ang','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('ang','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('ang','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('ang','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('ang','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('ang','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('ang','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('ang','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('ang','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('ang','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('ang','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('ang','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('ang','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('ang','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('ang','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('ang','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('ang','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('ang','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('ang','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('ang','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('ang','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('ang','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('ang','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('ang','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('ang','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('ang','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('ang','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('ang','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('ang','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('ang','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('ang','messages:exif-saturation','s:13:\"en:Saturation\";'),('ang','messages:exif-saturation-0','s:9:\"en:Normal\";'),('ang','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('ang','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('ang','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('ang','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('ang','messages:exif-scenecapturetype-1','s:11:\"ang:Landbed\";'),('ang','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('ang','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('ang','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('ang','messages:exif-scenetype','s:13:\"en:Scene type\";'),('ang','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('ang','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('ang','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('ang','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('ang','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('ang','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('ang','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('ang','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('ang','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('ang','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('ang','messages:exif-sharpness','s:13:\"ang:Scearpnes\";'),('ang','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('ang','messages:exif-sharpness-1','s:9:\"ang:Softe\";'),('ang','messages:exif-sharpness-2','s:9:\"ang:Heard\";'),('ang','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('ang','messages:exif-software','s:36:\"ang:Weorcwrithyrst þe wæs gebrocen\";'),('ang','messages:exif-software-value','s:5:\"en:$1\";'),('ang','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ang','messages:exif-source','s:9:\"en:Source\";'),('ang','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('ang','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('ang','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('ang','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('ang','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('ang','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('ang','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('ang','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('ang','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('ang','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('ang','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('ang','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('ang','messages:exif-subjectdistancerange-2','s:15:\"ang:Neah hawung\";'),('ang','messages:exif-subjectdistancerange-3','s:16:\"ang:Feorr hawung\";'),('ang','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('ang','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('ang','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('ang','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('ang','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('ang','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('ang','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('ang','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('ang','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('ang','messages:exif-urgency','s:10:\"en:Urgency\";'),('ang','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('ang','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('ang','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('ang','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('ang','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('ang','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('ang','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('ang','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('ang','messages:exif-usercomment','s:24:\"ang:Brucendes trahtnunga\";'),('ang','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('ang','messages:exif-whitebalance','s:20:\"ang:Hwitnesse emnett\";'),('ang','messages:exif-whitebalance-0','s:28:\"ang:Selffremmende hwitefnett\";'),('ang','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('ang','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('ang','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('ang','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('ang','messages:exif-writer','s:9:\"en:Writer\";'),('ang','messages:exif-xresolution','s:22:\"ang:Widnesse micelness\";'),('ang','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('ang','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('ang','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('ang','messages:exif-ycbcrpositioning','s:22:\"ang:Y and C gesetednes\";'),('ang','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('ang','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('ang','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('ang','messages:exif-yresolution','s:21:\"ang:Heahþu micelness\";'),('ang','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('ang','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('ang','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('ang','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('ang','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('ang','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('ang','messages:expand_templates_ok','s:5:\"en:OK\";'),('ang','messages:expand_templates_output','s:9:\"en:Result\";'),('ang','messages:expand_templates_preview','s:10:\"en:Preview\";'),('ang','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ang','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('ang','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('ang','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('ang','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('ang','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('ang','messages:expandtemplates','s:19:\"en:Expand templates\";'),('ang','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('ang','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('ang','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('ang','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('ang','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ang','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('ang','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('ang','messages:export','s:22:\"ang:Forþsend trametas\";'),('ang','messages:export-addcat','s:6:\"en:Add\";'),('ang','messages:export-addcattext','s:27:\"en:Add pages from category:\";'),('ang','messages:export-addns','s:6:\"en:Add\";'),('ang','messages:export-addnstext','s:28:\"en:Add pages from namespace:\";'),('ang','messages:export-download','s:15:\"en:Save as file\";'),('ang','messages:export-manual','s:22:\"en:Add pages manually:\";'),('ang','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('ang','messages:export-submit','s:9:\"en:Export\";'),('ang','messages:export-summary','s:3:\"en:\";'),('ang','messages:export-templates','s:20:\"en:Include templates\";'),('ang','messages:exportall','s:19:\"en:Export all pages\";'),('ang','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('ang','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('ang','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('ang','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('ang','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('ang','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('ang','messages:faq','s:7:\"ang:FAQ\";'),('ang','messages:feb','s:7:\"ang:Sol\";'),('ang','messages:february','s:13:\"ang:Solmonaþ\";'),('ang','messages:february-gen','s:14:\"ang:Solmonþes\";'),('ang','messages:feed-atom','s:7:\"en:Atom\";'),('ang','messages:feed-invalid','s:52:\"ang:Ungenge underwritendlices ærendstreames gecynd.\";'),('ang','messages:feed-rss','s:6:\"en:RSS\";'),('ang','messages:feed-unavailable','s:47:\"ang:Frumlice ærendstreamas ne sind brucendlice\";'),('ang','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('ang','messages:feedback-back','s:7:\"en:Back\";'),('ang','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('ang','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('ang','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('ang','messages:feedback-cancel','s:9:\"en:Cancel\";'),('ang','messages:feedback-close','s:7:\"en:Done\";'),('ang','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('ang','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('ang','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('ang','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('ang','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('ang','messages:feedback-message','s:11:\"en:Message:\";'),('ang','messages:feedback-subject','s:11:\"en:Subject:\";'),('ang','messages:feedback-submit','s:9:\"en:Submit\";'),('ang','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('ang','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('ang','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('ang','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('ang','messages:feedback-useragent','s:14:\"en:User agent:\";'),('ang','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('ang','messages:fewestrevisions-summary','s:3:\"en:\";'),('ang','messages:file-anchor-link','s:9:\"ang:Ymele\";'),('ang','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('ang','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('ang','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('ang','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('ang','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('ang','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ang','messages:file-info-gif-looped','s:9:\"en:looped\";'),('ang','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('ang','messages:file-info-png-looped','s:9:\"en:looped\";'),('ang','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('ang','messages:file-info-size','s:56:\"ang:$1 × $2 pixela, ymelan micelness: $3, MIME cynn: $4\";'),('ang','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('ang','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('ang','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('ang','messages:file-nohires','s:42:\"ang:Nænig mare micelness nis brucendlicu.\";'),('ang','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('ang','messages:file-too-large','s:40:\"en:The file you submitted was too large.\";'),('ang','messages:filecopyerror','s:46:\"ang:Ne mihte bewritan þa ymelan \"$1\" to \"$2\".\";'),('ang','messages:filedelete','s:12:\"en:Delete $1\";'),('ang','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('ang','messages:filedelete-comment','s:10:\"en:Reason:\";'),('ang','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('ang','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ang','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ang','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('ang','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('ang','messages:filedelete-legend','s:14:\"en:Delete file\";'),('ang','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('ang','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('ang','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('ang','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ang','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('ang','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('ang','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ang','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('ang','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ang','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('ang','messages:filedelete-submit','s:11:\"ang:Forleos\";'),('ang','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('ang','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('ang','messages:filedeleteerror','s:39:\"ang:Ne mihte forleosan þa ymelan \"$1\".\";'),('ang','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('ang','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('ang','messages:filedesc','s:13:\"ang:Scortness\";'),('ang','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('ang','messages:fileduplicatesearch-filename','s:16:\"ang:Ymelan nama:\";'),('ang','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('ang','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('ang','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('ang','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('ang','messages:fileduplicatesearch-submit','s:7:\"ang:Sec\";'),('ang','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('ang','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('ang','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('ang','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('ang','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ang','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('ang','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('ang','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('ang','messages:filehist','s:16:\"ang:Ymelan stær\";'),('ang','messages:filehist-comment','s:13:\"ang:Ymbspræc\";'),('ang','messages:filehist-current','s:6:\"ang:nu\";'),('ang','messages:filehist-datetime','s:12:\"ang:Dæg/Tid\";'),('ang','messages:filehist-deleteall','s:16:\"ang:forleos eall\";'),('ang','messages:filehist-deleteone','s:11:\"ang:forleos\";'),('ang','messages:filehist-dimensions','s:21:\"ang:Micelnesse gemetu\";'),('ang','messages:filehist-filesize','s:20:\"ang:Ymelan micelness\";'),('ang','messages:filehist-help','s:84:\"ang:Swing dæg/tide mid mys to seonne þa ymelan swa heo wæs on þære tide geywed.\";'),('ang','messages:filehist-nothumb','s:20:\"ang:Nan metingingcel\";'),('ang','messages:filehist-revert','s:8:\"ang:undo\";'),('ang','messages:filehist-thumb','s:15:\"ang:Metungincel\";'),('ang','messages:filehist-thumbtext','s:44:\"ang:Metungincel þære fadunge fram $3 on $2\";'),('ang','messages:filehist-user','s:11:\"ang:Brucend\";'),('ang','messages:filemissing','s:21:\"ang:Ymele is æfweard\";'),('ang','messages:filename','s:15:\"ang:Ymelan nama\";'),('ang','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('ang','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('ang','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('ang','messages:filename-toolong','s:46:\"en:Filenames may not be longer than 240 bytes.\";'),('ang','messages:filename-tooshort','s:29:\"en:The filename is too short.\";'),('ang','messages:filenotfound','s:32:\"ang:Ne mihte findan \"$1\" ymelan.\";'),('ang','messages:filepage-nofile','s:48:\"ang:Ne bið nængu ymele þe hafaþ þone naman.\";'),('ang','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('ang','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('ang','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('ang','messages:filereadonlyerror','s:160:\"ang:We ne cunnon wrixlan \"$1\" ða ymele forðæm ðe \"$2\" hiere cofa is in ræding wyrdnesse.\n\nÐære bysne aþegnend se locode hine geaf þeos trahtnung: \"$3\".\";'),('ang','messages:filerenameerror','s:42:\"ang:Ne mihte ednemnan ymelan \"$1\" to \"$2\".\";'),('ang','messages:filereuploadsummary','s:16:\"en:File changes:\";'),('ang','messages:filerevert','s:12:\"en:Revert $1\";'),('ang','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('ang','messages:filerevert-comment','s:10:\"en:Reason:\";'),('ang','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('ang','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('ang','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('ang','messages:filerevert-legend','s:23:\"ang:Sete ymelan on bæc\";'),('ang','messages:filerevert-submit','s:9:\"en:Revert\";'),('ang','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('ang','messages:filesource','s:10:\"ang:Fruma:\";'),('ang','messages:filestatus','s:20:\"en:Copyright status:\";'),('ang','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('ang','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('ang','messages:filetype-banned','s:31:\"en:This type of file is banned.\";'),('ang','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('ang','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('ang','messages:filetype-missing','s:43:\"en:The file has no extension (like \".jpg\").\";'),('ang','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('ang','messages:fileuploadsummary','s:11:\"en:Summary:\";'),('ang','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('ang','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('ang','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('ang','messages:formerror','s:42:\"ang:Woh: ne mihte gefrægwrit forþsendan.\";'),('ang','messages:fri','s:7:\"ang:Fri\";'),('ang','messages:friday','s:13:\"ang:Frigedæg\";'),('ang','messages:friday-at','s:15:\"en:Friday at $1\";'),('ang','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('ang','messages:gender-female','s:29:\"ang:Heo adihteþ wikitrametas\";'),('ang','messages:gender-male','s:28:\"ang:He adihteþ wikitrametas\";'),('ang','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('ang','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('ang','messages:generic-pool-error','s:179:\"ang:Wala, nu rihte swincaþ þa brytniendas to þearle.\nTo fela brucenda onginnaþ to seonne þis geteoh.\nIc bidde þe þe þu bide beforan þe þu sece eft togang þisses geteos.\";'),('ang','messages:go','s:6:\"ang:Ga\";'),('ang','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('ang','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ang','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('ang','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('ang','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('ang','messages:grant-basic','s:15:\"en:Basic rights\";'),('ang','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('ang','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('ang','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('ang','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('ang','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('ang','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('ang','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('ang','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('ang','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('ang','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('ang','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('ang','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('ang','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('ang','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('ang','messages:grant-group-email','s:13:\"en:Send email\";'),('ang','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('ang','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('ang','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('ang','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('ang','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('ang','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('ang','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('ang','messages:grant-import','s:19:\"en:Import revisions\";'),('ang','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('ang','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('ang','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('ang','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('ang','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('ang','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('ang','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('ang','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('ang','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('ang','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('ang','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('ang','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('ang','messages:group','s:9:\"ang:Heap:\";'),('ang','messages:group-all','s:10:\"ang:(eall)\";'),('ang','messages:group-autoconfirmed','s:22:\"en:Autoconfirmed users\";'),('ang','messages:group-autoconfirmed-member','s:35:\"en:{{GENDER:$1|autoconfirmed user}}\";'),('ang','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('ang','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('ang','messages:group-bot','s:17:\"ang:Searuþrælas\";'),('ang','messages:group-bot-member','s:29:\"ang:{{GENDER:$1|searuþræl}}\";'),('ang','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('ang','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('ang','messages:group-bureaucrat','s:11:\"ang:Þegnas\";'),('ang','messages:group-bureaucrat-member','s:27:\"en:{{GENDER:$1|bureaucrat}}\";'),('ang','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('ang','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('ang','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('ang','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('ang','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('ang','messages:group-named','s:19:\"en:Registered users\";'),('ang','messages:group-suppress','s:17:\"ang:Ofþryscendas\";'),('ang','messages:group-suppress-member','s:43:\"ang:{{GENDER:$1|ofþryscend|ofþryscestre}}\";'),('ang','messages:group-sysop','s:14:\"ang:Bewitendas\";'),('ang','messages:group-sysop-member','s:36:\"ang:{{GENDER:$1|bewitend|bewiticge}}\";'),('ang','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('ang','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('ang','messages:group-user','s:14:\"ang:Brucendas:\";'),('ang','messages:group-user-member','s:34:\"ang:{{GENDER:$1|brucend|bricicge}}\";'),('ang','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('ang','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('ang','messages:grouppage-autoconfirmed','s:37:\"en:{{ns:project}}:Autoconfirmed users\";'),('ang','messages:grouppage-bot','s:32:\"ang:{{ns:project}}:Searuþrælas\";'),('ang','messages:grouppage-bureaucrat','s:29:\"en:{{ns:project}}:Bureaucrats\";'),('ang','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('ang','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('ang','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('ang','messages:grouppage-sysop','s:29:\"ang:{{ns:project}}:Bewitendas\";'),('ang','messages:grouppage-user','s:23:\"en:{{ns:project}}:Users\";'),('ang','messages:guesstimezone','s:23:\"en:Fill in from browser\";'),('ang','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('ang','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('ang','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('ang','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('ang','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('ang','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('ang','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('ang','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('ang','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('ang','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('ang','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('ang','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('ang','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('ang','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('ang','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('ang','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('ang','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('ang','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('ang','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('ang','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('ang','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('ang','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('ang','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('ang','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('ang','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('ang','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('ang','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('ang','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('ang','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('ang','messages:help','s:8:\"ang:Help\";'),('ang','messages:help-mediawiki','s:23:\"ang:Help ymbe MediaWiki\";'),('ang','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ang','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ang','messages:helppage-top-gethelp','s:8:\"ang:Help\";'),('ang','messages:hidden-categories','s:51:\"ang:{{PLURAL:$1|Gehyded flocc|$1 Gehydedra flocca}}\";'),('ang','messages:hidden-category-category','s:20:\"ang:Gehydede floccas\";'),('ang','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('ang','messages:hiddencategories','s:79:\"ang:Þes tramet is gesibb {{PLURAL:$1|1 gehydedum flocce|$1 gehydedra flocca}}:\";'),('ang','messages:hide','s:7:\"ang:Hyd\";'),('ang','messages:hidetoc','s:7:\"ang:hyd\";'),('ang','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('ang','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('ang','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('ang','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('ang','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('ang','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('ang','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('ang','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('ang','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('ang','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('ang','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('ang','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('ang','messages:hist','s:9:\"ang:stær\";'),('ang','messages:histfirst','s:12:\"ang:ieldeste\";'),('ang','messages:histlast','s:11:\"ang:niwoste\";'),('ang','messages:histlegend','s:317:\"en:Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.<br />\nLegend: <strong>({{int:cur}})</strong> = difference with latest revision, <strong>({{int:last}})</strong> = difference with preceding revision, <strong>{{int:minoreditletter}}</strong> = minor edit.\";'),('ang','messages:history','s:18:\"ang:Trametes stær\";'),('ang','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('ang','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('ang','messages:history-feed-description','s:49:\"ang:Edniwunge stær þisses trametes on þam wiki\";'),('ang','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('ang','messages:history-feed-item-nocomment','s:12:\"ang:$1 on $2\";'),('ang','messages:history-feed-title','s:19:\"ang:Edniwunge stær\";'),('ang','messages:history-fieldset-title','s:18:\"ang:Sift edniwunga\";'),('ang','messages:history-show-deleted','s:24:\"en:Revision deleted only\";'),('ang','messages:history-title','s:24:\"ang:Edniwunga stær \"$1\"\";'),('ang','messages:history_copyright','s:4:\"en:-\";'),('ang','messages:history_short','s:9:\"ang:Stær\";'),('ang','messages:history_small','s:9:\"ang:stær\";'),('ang','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('ang','messages:historyempty','s:12:\"ang:æmettig\";'),('ang','messages:historysize','s:34:\"en:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('ang','messages:historywarning','s:109:\"ang:<strong>Warnung:</strong> Se tramet þe þu wilt forleosan hafaþ stær $1 {{PLURAL:$1|fadunge|fadunga}}:\";'),('ang','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('ang','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('ang','messages:hours-abbrev','s:7:\"en:$1 h\";'),('ang','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('ang','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('ang','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('ang','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('ang','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('ang','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('ang','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('ang','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('ang','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('ang','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('ang','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('ang','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('ang','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('ang','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('ang','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('ang','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('ang','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('ang','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('ang','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('ang','messages:htmlform-no','s:5:\"en:No\";'),('ang','messages:htmlform-required','s:26:\"en:This value is required.\";'),('ang','messages:htmlform-reset','s:20:\"ang:Undo andwendunga\";'),('ang','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('ang','messages:htmlform-selectorother-other','s:9:\"ang:Oðer\";'),('ang','messages:htmlform-submit','s:13:\"ang:Forþsend\";'),('ang','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('ang','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('ang','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('ang','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('ang','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('ang','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('ang','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('ang','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('ang','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('ang','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('ang','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('ang','messages:htmlform-yes','s:6:\"en:Yes\";'),('ang','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('ang','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('ang','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('ang','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('ang','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('ang','messages:http-read-error','s:19:\"en:HTTP read error.\";'),('ang','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('ang','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('ang','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('ang','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('ang','messages:illegal-filename','s:31:\"en:The filename is not allowed.\";'),('ang','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('ang','messages:ilsubmit','s:10:\"ang:Sēcan\";'),('ang','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('ang','messages:imagelinks','s:15:\"ang:Ymelan nytt\";'),('ang','messages:imagelisttext','s:77:\"ang:Niðer is getæl \'\'\'$1\'\'\' {{PLURAL:$1|ymelan|ymelena}}, endebyrded on $2.\";'),('ang','messages:imagemaxsize','s:58:\"ang:Mæstre metunge brædo on ymelena amearcunge trametum:\";'),('ang','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('ang','messages:imagepage','s:22:\"ang:Seoh ymelan tramet\";'),('ang','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('ang','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('ang','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('ang','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('ang','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('ang','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('ang','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('ang','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('ang','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('ang','messages:img-lang-default','s:21:\"en:(default language)\";'),('ang','messages:img-lang-go','s:5:\"en:Go\";'),('ang','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('ang','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('ang','messages:imgfile','s:9:\"ang:ymele\";'),('ang','messages:imgmultigo','s:7:\"ang:Ga!\";'),('ang','messages:imgmultigoto','s:25:\"ang:Ga to þam tramete $1\";'),('ang','messages:imgmultipagenext','s:20:\"ang:nihst tramet →\";'),('ang','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('ang','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('ang','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('ang','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('ang','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('ang','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('ang','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('ang','messages:import','s:20:\"ang:Inbring trametas\";'),('ang','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('ang','messages:import-comment','s:11:\"en:Comment:\";'),('ang','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('ang','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('ang','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('ang','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('ang','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('ang','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('ang','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('ang','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('ang','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('ang','messages:import-interwiki-submit','s:11:\"ang:Inbring\";'),('ang','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('ang','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('ang','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('ang','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ang','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('ang','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ang','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('ang','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('ang','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('ang','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('ang','messages:import-noarticle','s:33:\"ang:Nis nan inbringendlic tramet!\";'),('ang','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('ang','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('ang','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('ang','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ang','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('ang','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('ang','messages:import-summary','s:3:\"en:\";'),('ang','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ang','messages:import-upload','s:18:\"en:Upload XML data\";'),('ang','messages:import-upload-filename','s:12:\"en:Filename:\";'),('ang','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('ang','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('ang','messages:importcantopen','s:29:\"en:Could not open import file\";'),('ang','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('ang','messages:importfailed','s:28:\"ang:Inbringung tosælede: $1\";'),('ang','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('ang','messages:importlogpage','s:25:\"ang:Inbringunge tidgewrit\";'),('ang','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('ang','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('ang','messages:importnopages','s:43:\"ang:Ne sind nænge inbringendlice trametas.\";'),('ang','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('ang','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('ang','messages:importstart','s:27:\"ang:Ic inbringe trametas...\";'),('ang','messages:importsuccess','s:21:\"ang:Inbringung speow!\";'),('ang','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('ang','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('ang','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('ang','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('ang','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('ang','messages:index-category','s:23:\"ang:Getæcnede trametas\";'),('ang','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('ang','messages:infiniteblock','s:14:\"ang:unendiende\";'),('ang','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('ang','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('ang','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ang','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('ang','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ang','messages:internalerror','s:15:\"ang:Inweard woh\";'),('ang','messages:internalerror-fatal-exception','s:36:\"ang:Wælgescead þæs cynnes is \"$1\"\";'),('ang','messages:internalerror_info','s:19:\"ang:Inweard woh: $1\";'),('ang','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('ang','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('ang','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('ang','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('ang','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('ang','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('ang','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('ang','messages:invalidtitle','s:17:\"ang:Ungenge titul\";'),('ang','messages:invalidtitle-knownnamespace','s:72:\"ang:Ungenge titul þe hæfþ þone namstede \"S=$2\" and þæt gewrit \"$3\"\";'),('ang','messages:invalidtitle-unknownnamespace','s:79:\"ang:Ungenge titul þe hæfþ þæt uncuðe namstederim $1 and þæt gewrit \"$2\"\";'),('ang','messages:invert','s:24:\"ang:Onhwirf gecorennesse\";'),('ang','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('ang','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('ang','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('ang','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('ang','messages:ipaddressorusername','s:36:\"en:IP address, username or block ID:\";'),('ang','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('ang','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('ang','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('ang','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('ang','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('ang','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('ang','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('ang','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('ang','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('ang','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('ang','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('ang','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('ang','messages:ipb-default-expiry','s:3:\"en:\";'),('ang','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ang','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('ang','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('ang','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('ang','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('ang','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('ang','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('ang','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ang','messages:ipb-pages-label','s:8:\"en:Pages\";'),('ang','messages:ipb-partial','s:10:\"en:Partial\";'),('ang','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('ang','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('ang','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('ang','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('ang','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('ang','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('ang','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('ang','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('ang','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('ang','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('ang','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('ang','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('ang','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('ang','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('ang','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('ang','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('ang','messages:ipbemailban','s:16:\"en:Sending email\";'),('ang','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('ang','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('ang','messages:ipblocklist','s:16:\"en:Blocked users\";'),('ang','messages:ipblocklist-empty','s:27:\"en:The block list is empty.\";'),('ang','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('ang','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('ang','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('ang','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('ang','messages:ipblocklist-submit','s:7:\"ang:Sec\";'),('ang','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('ang','messages:ipboptions','s:164:\"ang:2 tida:2 hours,1 dæg:1 day,3 dagas:3 days,1 wucu:1 week,2 wuca:2 weeks,1 monaþ:1 month,3 monðas:3 months,6 monðas:6 months,1 gear:1 year,unendiende:infinite\";'),('ang','messages:ipbother','s:13:\"ang:Oðru tid\";'),('ang','messages:ipbreason','s:9:\"ang:Racu:\";'),('ang','messages:ipbreason-dropdown','s:285:\"ang:*Gemæna forbodlica raca\n** Besettung falses gefræges\n** Animung innunge of trametum\n** Spammlice hlencan þa cnyttaþ to utweardum webbstedum\n** Insettung gedofes oþþe dwolunge in trametas\n** Hwopende gebæru oþþe tirgung\n** Miswendung manigra wisboca\n** Ungedefe brucendnama\";'),('ang','messages:ipbsubmit','s:26:\"ang:Forbeod þisne brucend\";'),('ang','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('ang','messages:ipusubmit','s:20:\"en:Remove this block\";'),('ang','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('ang','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('ang','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('ang','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('ang','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('ang','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('ang','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('ang','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('ang','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('ang','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('ang','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('ang','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('ang','messages:isimage','s:17:\"ang:ymelan hlenca\";'),('ang','messages:isredirect','s:21:\"ang:edlædunge tramet\";'),('ang','messages:istemplate','s:15:\"ang:bysene nytt\";'),('ang','messages:jan','s:10:\"ang:Ær Ge\";'),('ang','messages:january','s:18:\"ang:Æfterra Geola\";'),('ang','messages:january-gen','s:20:\"ang:Æfterran Geolan\";'),('ang','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('ang','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('ang','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('ang','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('ang','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('ang','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('ang','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('ang','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('ang','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('ang','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('ang','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('ang','messages:jul','s:8:\"ang:Mæd\";'),('ang','messages:july','s:14:\"ang:Mædmonað\";'),('ang','messages:july-gen','s:15:\"ang:Mædmonþes\";'),('ang','messages:jumpto','s:10:\"ang:Ga to:\";'),('ang','messages:jumptonavigation','s:12:\"ang:þurhfor\";'),('ang','messages:jumptosearch','s:7:\"ang:sec\";'),('ang','messages:jun','s:8:\"ang:Sear\";'),('ang','messages:june','s:14:\"ang:Searmonað\";'),('ang','messages:june-gen','s:15:\"ang:Searmonþes\";'),('ang','messages:just-now','s:11:\"en:just now\";'),('ang','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ang','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('ang','messages:laggedreplicamode','s:63:\"ang:\'\'\'Warnung:\'\'\' Wenunga se tramet ne beluce niwlica niwunga.\";'),('ang','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('ang','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('ang','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('ang','messages:last','s:7:\"ang:ær\";'),('ang','messages:lastmodifiedat','s:64:\"ang:Man niwanost wende þisne tramet on þære $2 tide þæs $1.\";'),('ang','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('ang','messages:license','s:9:\"ang:Leaf:\";'),('ang','messages:license-header','s:9:\"ang:Leaf:\";'),('ang','messages:license-nopreview','s:25:\"ang:(Forebysen nis gearu)\";'),('ang','messages:licenses','s:4:\"en:-\";'),('ang','messages:licenses-edit','s:23:\"en:Edit license options\";'),('ang','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('ang','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ang','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('ang','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('ang','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('ang','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('ang','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('ang','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ang','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('ang','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('ang','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('ang','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ang','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('ang','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('ang','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('ang','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('ang','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('ang','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('ang','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('ang','messages:lineno','s:12:\"ang:$1 ræw:\";'),('ang','messages:linkaccounts','s:16:\"en:Link accounts\";'),('ang','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('ang','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('ang','messages:linksearch','s:29:\"ang:Socn utanweardra hlencena\";'),('ang','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('ang','messages:linksearch-line','s:23:\"en:$1 is linked from $2\";'),('ang','messages:linksearch-ns','s:13:\"en:Namespace:\";'),('ang','messages:linksearch-ok','s:7:\"ang:Sec\";'),('ang','messages:linksearch-pat','s:18:\"en:Search pattern:\";'),('ang','messages:linksearch-summary','s:3:\"en:\";'),('ang','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('ang','messages:linkshere','s:56:\"ang:Þas trametas habbaþ hlencan gecnytede to: \'\'\'$2\'\'\'\";'),('ang','messages:linkstoimage','s:97:\"ang:{{PLURAL:$1|Þas tramet hæfþ|Þas trametas habbaþ}} hlencan þe cnyttaþ to þisre ymelan:\";'),('ang','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('ang','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('ang','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('ang','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('ang','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('ang','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('ang','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('ang','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('ang','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('ang','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('ang','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('ang','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('ang','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('ang','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('ang','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('ang','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('ang','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('ang','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('ang','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('ang','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('ang','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('ang','messages:listfiles','s:18:\"ang:Ymelena getæl\";'),('ang','messages:listfiles-delete','s:9:\"en:delete\";'),('ang','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('ang','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('ang','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('ang','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('ang','messages:listfiles-summary','s:59:\"ang:Þes syndriga tramet ywþ ealla forþ gehladena ymelan.\";'),('ang','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('ang','messages:listfiles_count','s:11:\"ang:Fadunga\";'),('ang','messages:listfiles_date','s:13:\"ang:Tælmearc\";'),('ang','messages:listfiles_description','s:17:\"ang:Tōwritenness\";'),('ang','messages:listfiles_name','s:8:\"ang:Nama\";'),('ang','messages:listfiles_size','s:13:\"ang:Micelness\";'),('ang','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('ang','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('ang','messages:listfiles_user','s:11:\"ang:Brucend\";'),('ang','messages:listgrants','s:9:\"en:Grants\";'),('ang','messages:listgrants-grant','s:8:\"en:Grant\";'),('ang','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('ang','messages:listgrants-rights','s:9:\"en:Rights\";'),('ang','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ang','messages:listgrouprights','s:20:\"en:User group rights\";'),('ang','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('ang','messages:listgrouprights-addgroup-all','s:23:\"ang:Besete ealle heapas\";'),('ang','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('ang','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('ang','messages:listgrouprights-group','s:8:\"ang:Heap\";'),('ang','messages:listgrouprights-helppage','s:20:\"ang:Help:Heapes riht\";'),('ang','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('ang','messages:listgrouprights-members','s:20:\"ang:(getæl gesiða)\";'),('ang','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('ang','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('ang','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('ang','messages:listgrouprights-removegroup','s:50:\"ang:Anim {{PLURAL:$2|þisne heap|þas heapas}}: $1\";'),('ang','messages:listgrouprights-removegroup-all','s:21:\"ang:Anim ealle heapas\";'),('ang','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('ang','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('ang','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ang','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ang','messages:listgrouprights-rights','s:8:\"ang:Riht\";'),('ang','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('ang','messages:listredirects','s:20:\"en:List of redirects\";'),('ang','messages:listredirects-summary','s:3:\"en:\";'),('ang','messages:listusers','s:19:\"ang:Brucenda getæl\";'),('ang','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('ang','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('ang','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('ang','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('ang','messages:listusers-noresult','s:30:\"ang:Nan brucend wæs gefunden.\";'),('ang','messages:listusers-submit','s:7:\"en:Show\";'),('ang','messages:listusers-summary','s:3:\"en:\";'),('ang','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('ang','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('ang','messages:localtime','s:14:\"en:Local time:\";'),('ang','messages:lockbtn','s:16:\"en:Lock database\";'),('ang','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('ang','messages:lockdb','s:16:\"en:Lock database\";'),('ang','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('ang','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('ang','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('ang','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('ang','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('ang','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('ang','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('ang','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('ang','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('ang','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('ang','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('ang','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('ang','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('ang','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('ang','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('ang','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('ang','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('ang','messages:log','s:13:\"ang:Tidgewrit\";'),('ang','messages:log-action-filter-all','s:6:\"en:All\";'),('ang','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('ang','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('ang','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('ang','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('ang','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('ang','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('ang','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('ang','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('ang','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('ang','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('ang','messages:log-action-filter-delete-delete_redir2','s:23:\"ang:Oferwrit edlædunge\";'),('ang','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('ang','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('ang','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('ang','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('ang','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('ang','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('ang','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('ang','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('ang','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('ang','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('ang','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('ang','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('ang','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('ang','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('ang','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('ang','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('ang','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('ang','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('ang','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('ang','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('ang','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('ang','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('ang','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('ang','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('ang','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('ang','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('ang','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('ang','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('ang','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('ang','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('ang','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('ang','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('ang','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('ang','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('ang','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('ang','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('ang','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('ang','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('ang','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('ang','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('ang','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('ang','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('ang','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('ang','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('ang','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('ang','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('ang','messages:log-fulllog','s:16:\"en:View full log\";'),('ang','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('ang','messages:log-name-create','s:20:\"en:Page creation log\";'),('ang','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('ang','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('ang','messages:log-name-tag','s:10:\"en:Tag log\";'),('ang','messages:log-title-wildcard','s:40:\"en:Search titles starting with this text\";'),('ang','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('ang','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ang','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('ang','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('ang','messages:logempty','s:28:\"en:No matching items in log.\";'),('ang','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ang','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ang','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('ang','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('ang','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('ang','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('ang','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('ang','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('ang','messages:logentry-delete-delete','s:38:\"ang:$1 {{GENDER:$2|forleas}} tramet $3\";'),('ang','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ang','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('ang','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ang','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('ang','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('ang','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('ang','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ang','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ang','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('ang','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('ang','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('ang','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('ang','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('ang','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('ang','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('ang','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('ang','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('ang','messages:logentry-move-move','s:50:\"ang:$1 {{GENDER:$2|awegede}} þone tramet $3 to $4\";'),('ang','messages:logentry-move-move-noredirect','s:86:\"ang:$1 {{GENDER:$2|awegede}} þone tramet $3 to $4 butan he/heo scop edlædunge tramet\";'),('ang','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('ang','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('ang','messages:logentry-newusers-autocreate','s:69:\"ang:Seo brucendwisboc $1 wæs {{GENDER:$2|gescapen}} selffremmendlice\";'),('ang','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('ang','messages:logentry-newusers-create','s:51:\"ang:Brucendes wisboc $1 wæs {{GENDER:$2|gescepen}}\";'),('ang','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('ang','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('ang','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('ang','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('ang','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('ang','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('ang','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('ang','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('ang','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('ang','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('ang','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ang','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('ang','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('ang','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('ang','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('ang','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('ang','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('ang','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('ang','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('ang','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('ang','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('ang','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ang','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('ang','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('ang','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('ang','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('ang','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('ang','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('ang','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('ang','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('ang','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ang','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('ang','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('ang','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('ang','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('ang','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('ang','messages:logentry-upload-upload','s:31:\"en:$1 {{GENDER:$2|uploaded}} $3\";'),('ang','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('ang','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('ang','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('ang','messages:logeventslist-submit','s:7:\"en:Show\";'),('ang','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('ang','messages:logging-out-notify','s:31:\"ang:Ðu weard utgeloged; abide.\";'),('ang','messages:login','s:8:\"ang:Inga\";'),('ang','messages:login-abort-generic','s:30:\"en:Your login failed - Aborted\";'),('ang','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('ang','messages:login-security','s:23:\"en:Verify your identity\";'),('ang','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('ang','messages:login-userblocked','s:61:\"ang:Þes brucend is forboden. Nytt þære wisbec nis gelyfed.\";'),('ang','messages:loginerror','s:31:\"ang:Woh on þam fenge to wisbec\";'),('ang','messages:loginlanguagelabel','s:14:\"ang:Spræc: $1\";'),('ang','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ang','messages:loginprompt','s:3:\"en:\";'),('ang','messages:loginreqlink','s:17:\"ang:fon to wisbec\";'),('ang','messages:loginreqpagetext','s:43:\"ang:Þu scealt $1 to seonne oðre trametas.\";'),('ang','messages:loginreqtitle','s:25:\"ang:Wisbec nytt is behefe\";'),('ang','messages:loginsuccess','s:78:\"ang:<strong>\'\'\'Þu hafast nu gefangen \"$1\" wisboc on {{SITENAME}}.\'\'\'</strong>\";'),('ang','messages:loginsuccesstitle','s:23:\"ang:Þu fenge to wisbec\";'),('ang','messages:logout','s:23:\"ang:Blinn þinre wisbec\";'),('ang','messages:logout-failed','s:35:\"ang:Ðu ne mægst nu utgelogian: $1\";'),('ang','messages:logouttext','s:150:\"ang:\'\'\'Þu eart nu afaren.\'\'\'\n\nWit þu þe sume trametas wenunga sien gaet geywed swa þu sie ingan, oþ þæt þu æmetgie þines webbsecendes hord.\";'),('ang','messages:lonelypages','s:24:\"ang:Ealdorlease trametas\";'),('ang','messages:lonelypages-summary','s:3:\"en:\";'),('ang','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('ang','messages:longpage-hint','s:4:\"en:-\";'),('ang','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('ang','messages:longpages','s:18:\"ang:Lange trametas\";'),('ang','messages:longpages-summary','s:3:\"en:\";'),('ang','messages:magiclink-tracking-isbn','s:52:\"ang:Trametas ða brucað ISBN drycræftigra hlencena\";'),('ang','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ang','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('ang','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ang','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('ang','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('ang','messages:mailerror','s:25:\"en:Error sending mail: $1\";'),('ang','messages:mailmypassword','s:25:\"ang:Sete leafnessword eft\";'),('ang','messages:mailnologin','s:18:\"en:No send address\";'),('ang','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('ang','messages:mainpage','s:17:\"ang:Hēafodtramet\";'),('ang','messages:mainpage-description','s:16:\"ang:Heafodtramet\";'),('ang','messages:mainpage-nstab','s:16:\"ang:Heafodtramet\";'),('ang','messages:mainpage-title','s:4:\"en:-\";'),('ang','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ang','messages:mar','s:7:\"ang:Hre\";'),('ang','messages:march','s:15:\"ang:Hreðmonað\";'),('ang','messages:march-gen','s:16:\"ang:Hreðmonþes\";'),('ang','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('ang','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ang','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('ang','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('ang','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('ang','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('ang','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('ang','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('ang','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('ang','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('ang','messages:maximum-size','s:12:\"en:Max size:\";'),('ang','messages:may','s:8:\"ang:Þri\";'),('ang','messages:may-gen','s:20:\"ang:Þrimilcemonþes\";'),('ang','messages:may_long','s:19:\"ang:Þrimilcemonað\";'),('ang','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('ang','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ang','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('ang','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('ang','messages:mediastatistics','s:19:\"en:Media statistics\";'),('ang','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('ang','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('ang','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('ang','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('ang','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('ang','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('ang','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('ang','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('ang','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('ang','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('ang','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('ang','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('ang','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('ang','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('ang','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('ang','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('ang','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('ang','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('ang','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('ang','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('ang','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('ang','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('ang','messages:mediawikipage','s:30:\"ang:Seoh ærendgewrites tramet\";'),('ang','messages:mergehistory','s:23:\"en:Merge page histories\";'),('ang','messages:mergehistory-autocomment','s:30:\"en:Merged [[:$1]] into [[:$2]]\";'),('ang','messages:mergehistory-box','s:32:\"en:Merge revisions of two pages:\";'),('ang','messages:mergehistory-comment','s:34:\"en:Merged [[:$1]] into [[:$2]]: $3\";'),('ang','messages:mergehistory-done','s:92:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3.\";'),('ang','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('ang','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('ang','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('ang','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('ang','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('ang','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('ang','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('ang','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('ang','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('ang','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('ang','messages:mergehistory-from','s:18:\"ang:Fruman tramet:\";'),('ang','messages:mergehistory-go','s:23:\"en:Show mergeable edits\";'),('ang','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('ang','messages:mergehistory-into','s:20:\"en:Destination page:\";'),('ang','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('ang','messages:mergehistory-invalid-source','s:37:\"en:Source page must be a valid title.\";'),('ang','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('ang','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('ang','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('ang','messages:mergehistory-no-source','s:33:\"en:Source page $1 does not exist.\";'),('ang','messages:mergehistory-reason','s:9:\"ang:Racu:\";'),('ang','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ang','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ang','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('ang','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('ang','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('ang','messages:mergehistory-submit','s:24:\"ang:Geanlæcan edniwunga\";'),('ang','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ang','messages:mergelog','s:12:\"en:Merge log\";'),('ang','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('ang','messages:metadata','s:16:\"ang:Metagefræge\";'),('ang','messages:metadata-collapse','s:29:\"ang:Hyd eacnode towritennesse\";'),('ang','messages:metadata-expand','s:28:\"ang:Yw eacnode towritennesse\";'),('ang','messages:metadata-fields','s:332:\"en:Image metadata fields listed in this message will be included on image page display when the metadata table is collapsed.\nOthers will be hidden by default.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ang','messages:metadata-help','s:235:\"en:This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.\nIf the file has been modified from its original state, some details may not fully reflect the modified file.\";'),('ang','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('ang','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ang','messages:mimesearch','s:14:\"en:MIME search\";'),('ang','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('ang','messages:mimetype','s:13:\"en:MIME type:\";'),('ang','messages:minimum-size','s:11:\"en:Min size\";'),('ang','messages:minlength1','s:41:\"en:Filenames must be at least one letter.\";'),('ang','messages:minoredit','s:27:\"ang:Þeos is lytel adihtung\";'),('ang','messages:minoreditletter','s:6:\"ang:ly\";'),('ang','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('ang','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('ang','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('ang','messages:missing-article','s:341:\"ang:Se gefræghord ne fand þone trametgewrit se he wolde afindan, se hatte \"$1\" $2. Swylc belimp oftoste cymð ðonne man fogaþ asprungen \'diff\' oþðe stærhlenc to tramet oftogen. Elleswise, byggan meaht ðu habban gefunden in þære hnesceware. Leoflice meld þisne belimp to [[Special:ListUsers/sysop|administrator]], and geife se URL.\";'),('ang','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ang','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('ang','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('ang','messages:missingarticle-diff','s:25:\"ang:(Toberenness: $1, $2)\";'),('ang','messages:missingarticle-rev','s:17:\"ang:(niwung#: $1)\";'),('ang','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ang','messages:missingcommenttext','s:26:\"en:Please enter a comment.\";'),('ang','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('ang','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('ang','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('ang','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('ang','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('ang','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('ang','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('ang','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('ang','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('ang','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('ang','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('ang','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ang','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('ang','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('ang','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('ang','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ang','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('ang','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('ang','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('ang','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('ang','messages:mobile-frontend-changeslist-nocomment','s:41:\"ang:nis nǣngu scortness þǣre adihtunge\";'),('ang','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('ang','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ang','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ang','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ang','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('ang','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('ang','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ang','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('ang','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('ang','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('ang','messages:mobile-frontend-diffview-anonymous','s:20:\"ang:Uncūþ brūcend\";'),('ang','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('ang','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('ang','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('ang','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ang','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('ang','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('ang','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('ang','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('ang','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('ang','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('ang','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('ang','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('ang','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('ang','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('ang','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('ang','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('ang','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('ang','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('ang','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('ang','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('ang','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('ang','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('ang','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('ang','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('ang','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ang','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('ang','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('ang','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ang','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ang','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ang','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ang','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('ang','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('ang','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('ang','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('ang','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('ang','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('ang','messages:mobile-frontend-editor-edit','s:12:\"ang:Ādihtan\";'),('ang','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('ang','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('ang','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('ang','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('ang','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('ang','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('ang','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ang','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ang','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ang','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('ang','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('ang','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('ang','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('ang','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('ang','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('ang','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('ang','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('ang','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('ang','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ang','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('ang','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ang','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ang','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ang','messages:mobile-frontend-editor-save','s:11:\"ang:Hordian\";'),('ang','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('ang','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('ang','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('ang','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('ang','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('ang','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('ang','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('ang','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('ang','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ang','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ang','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('ang','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('ang','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('ang','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('ang','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('ang','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('ang','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('ang','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('ang','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('ang','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('ang','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('ang','messages:mobile-frontend-featured-article','s:25:\"ang:Þisses dæges innung\";'),('ang','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('ang','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('ang','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('ang','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('ang','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('ang','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('ang','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('ang','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('ang','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('ang','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('ang','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('ang','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('ang','messages:mobile-frontend-generic-login','s:52:\"ang:{{SITENAME}} is geworht fram hādum swilce þū.\";'),('ang','messages:mobile-frontend-generic-login-action','s:39:\"ang:Brūcan grīman tō fremmenne āht.\";'),('ang','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ang','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('ang','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('ang','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('ang','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('ang','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('ang','messages:mobile-frontend-home-button','s:8:\"ang:Hām\";'),('ang','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('ang','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('ang','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('ang','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('ang','messages:mobile-frontend-language-article-heading','s:31:\"ang:Rǣdan on ōðrum gereordum\";'),('ang','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('ang','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('ang','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('ang','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('ang','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('ang','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('ang','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('ang','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('ang','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('ang','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('ang','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('ang','messages:mobile-frontend-last-modified-date','s:42:\"ang:Wæs nīwanost andwended on $1, æt $2\";'),('ang','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('ang','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('ang','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('ang','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('ang','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('ang','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('ang','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('ang','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('ang','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('ang','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('ang','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('ang','messages:mobile-frontend-logged-in-homepage-notification','s:16:\"ang:Wilcume, $1!\";'),('ang','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('ang','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('ang','messages:mobile-frontend-login','s:13:\"ang:Inmeldian\";'),('ang','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('ang','messages:mobile-frontend-main-menu-account-create','s:19:\"ang:Scippan grīman\";'),('ang','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('ang','messages:mobile-frontend-main-menu-button-tooltip','s:29:\"ang:Openian hēafodlic getæl\";'),('ang','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('ang','messages:mobile-frontend-main-menu-login','s:13:\"ang:Inmeldian\";'),('ang','messages:mobile-frontend-main-menu-logout','s:14:\"ang:Ūtmeldian\";'),('ang','messages:mobile-frontend-main-menu-nearby','s:9:\"ang:Nēah\";'),('ang','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('ang','messages:mobile-frontend-main-menu-settings','s:14:\"ang:Setednessa\";'),('ang','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('ang','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('ang','messages:mobile-frontend-main-menu-watchlist','s:20:\"ang:Behealdunggetæl\";'),('ang','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('ang','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('ang','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('ang','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('ang','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('ang','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('ang','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('ang','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('ang','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('ang','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('ang','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('ang','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('ang','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('ang','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('ang','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('ang','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('ang','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('ang','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('ang','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('ang','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('ang','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('ang','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('ang','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('ang','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('ang','messages:mobile-frontend-news-items','s:11:\"ang:Tīdung\";'),('ang','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ang','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('ang','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('ang','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('ang','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('ang','messages:mobile-frontend-page-menu-history','s:9:\"ang:Stǣr\";'),('ang','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ang','messages:mobile-frontend-pageaction-edit-tooltip','s:47:\"ang:Adihtan þone forman dǣl þisses trametes.\";'),('ang','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('ang','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ang','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ang','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('ang','messages:mobile-frontend-password','s:16:\"ang:Þafungword:\";'),('ang','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('ang','messages:mobile-frontend-password-placeholder','s:15:\"ang:Þafungword\";'),('ang','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('ang','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('ang','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('ang','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('ang','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('ang','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('ang','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('ang','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('ang','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('ang','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('ang','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('ang','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('ang','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('ang','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('ang','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('ang','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('ang','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('ang','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('ang','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('ang','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('ang','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('ang','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('ang','messages:mobile-frontend-placeholder','s:26:\"ang:Sēcan on {{SITENAME}}\";'),('ang','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('ang','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('ang','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ang','messages:mobile-frontend-privacy-link-text','s:17:\"ang:Ānlīepignes\";'),('ang','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('ang','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('ang','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ang','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ang','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ang','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('ang','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('ang','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('ang','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('ang','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('ang','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('ang','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('ang','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('ang','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ang','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ang','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ang','messages:mobile-frontend-random-button','s:18:\"ang:Wēasgelimplic\";'),('ang','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('ang','messages:mobile-frontend-regular-site','s:15:\"en:Desktop view\";'),('ang','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('ang','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('ang','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('ang','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('ang','messages:mobile-frontend-save-settings','s:11:\"ang:Hordian\";'),('ang','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('ang','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('ang','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('ang','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ang','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ang','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('ang','messages:mobile-frontend-search-submit','s:5:\"en:Go\";'),('ang','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('ang','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('ang','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('ang','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('ang','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('ang','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('ang','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('ang','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('ang','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('ang','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('ang','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('ang','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('ang','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('ang','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('ang','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('ang','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('ang','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('ang','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('ang','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('ang','messages:mobile-frontend-talk-overlay-header','s:11:\"ang:Mōtung\";'),('ang','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('ang','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('ang','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('ang','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('ang','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('ang','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('ang','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('ang','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('ang','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('ang','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('ang','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ang','messages:mobile-frontend-terms-text','s:14:\"ang:Nytte rǣd\";'),('ang','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ang','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('ang','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('ang','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('ang','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('ang','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('ang','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('ang','messages:mobile-frontend-username','s:17:\"ang:Brūcendnama:\";'),('ang','messages:mobile-frontend-username-placeholder','s:16:\"ang:Brūcendnama\";'),('ang','messages:mobile-frontend-view','s:22:\"ang:Handrīmeres sihþ\";'),('ang','messages:mobile-frontend-view-desktop','s:23:\"ang:Bordrīmeres fadung\";'),('ang','messages:mobile-frontend-view-mobile','s:19:\"ang:Rīmeres fadung\";'),('ang','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('ang','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('ang','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('ang','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('ang','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('ang','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('ang','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('ang','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('ang','messages:mobile-frontend-watchlist-cta-button-login','s:13:\"ang:Inmeldian\";'),('ang','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('ang','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('ang','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('ang','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('ang','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('ang','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('ang','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('ang','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('ang','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('ang','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('ang','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('ang','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('ang','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('ang','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('ang','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('ang','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ang','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ang','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('ang','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('ang','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ang','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('ang','messages:mon','s:7:\"ang:Mon\";'),('ang','messages:monday','s:13:\"ang:Monandæg\";'),('ang','messages:monday-at','s:15:\"en:Monday at $1\";'),('ang','messages:month','s:25:\"ang:Fram monðe (and ær)\";'),('ang','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('ang','messages:monthsall','s:8:\"ang:eall\";'),('ang','messages:moredotdotdot','s:9:\"ang:Ma...\";'),('ang','messages:morelinkstoimage','s:76:\"ang:Seoh [[Special:WhatLinksHere/$1|ma hlencan]] þa cnyttaþ þisre ymelan.\";'),('ang','messages:morenotlisted','s:37:\"ang:Þis getæl mage beon unfulfyled.\";'),('ang','messages:mostcategories','s:33:\"en:Pages with the most categories\";'),('ang','messages:mostcategories-summary','s:3:\"en:\";'),('ang','messages:mostimages','s:23:\"en:Most linked-to files\";'),('ang','messages:mostimages-summary','s:3:\"en:\";'),('ang','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('ang','messages:mostinterwikis-summary','s:3:\"en:\";'),('ang','messages:mostlinked','s:50:\"ang:Trametas þa habbaþ þæt mæste rim hlencena\";'),('ang','messages:mostlinked-summary','s:3:\"en:\";'),('ang','messages:mostlinkedcategories','s:49:\"ang:Floccas þa habbaþ þæt mæste rim hlencena\";'),('ang','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ang','messages:mostlinkedtemplates','s:50:\"ang:Trametas þa habbaþ þæt mæste rim hlencena\";'),('ang','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ang','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('ang','messages:mostrevisions-summary','s:3:\"en:\";'),('ang','messages:move','s:8:\"ang:Aweg\";'),('ang','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('ang','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('ang','messages:move-page','s:10:\"en:Move $1\";'),('ang','messages:move-page-legend','s:12:\"en:Move page\";'),('ang','messages:move-redirect-text','s:3:\"en:\";'),('ang','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('ang','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('ang','messages:move-watch','s:37:\"ang:Beheald frumtramet and endetramet\";'),('ang','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('ang','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ang','messages:moveddeleted-notice','s:109:\"ang:Þes tramet wæs forloren.\nÞæt forleosunge and beorges stær and awegunge þæs trametes is geywed her.\";'),('ang','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('ang','messages:movelogpage','s:18:\"ang:Aweg tidgewrit\";'),('ang','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('ang','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('ang','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('ang','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('ang','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('ang','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('ang','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('ang','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('ang','messages:movepage-moved','s:34:\"ang:\'\'\'\"$1\" wæs to \"$2\"\'\'\' awegen\";'),('ang','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('ang','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('ang','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('ang','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('ang','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('ang','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('ang','messages:movepage-summary','s:3:\"en:\";'),('ang','messages:movepagebtn','s:15:\"ang:Aweg tramet\";'),('ang','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('ang','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ang','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ang','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('ang','messages:movereason','s:9:\"ang:Racu:\";'),('ang','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('ang','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ang','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('ang','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('ang','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('ang','messages:movetalk','s:24:\"ang:Aweg gesibbe motunge\";'),('ang','messages:movethispage','s:22:\"ang:Aweg þisne tramet\";'),('ang','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('ang','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('ang','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('ang','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('ang','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('ang','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('ang','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('ang','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('ang','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('ang','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('ang','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('ang','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('ang','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('ang','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('ang','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('ang','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('ang','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('ang','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('ang','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('ang','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('ang','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('ang','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('ang','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('ang','messages:mycontris','s:13:\"ang:Forðunga\";'),('ang','messages:mycustomcssprotected','s:52:\"ang:Þu nafast leafe to adihtenne þisne CSS tramet.\";'),('ang','messages:mycustomjsonprotected','s:56:\"ang:Þu næfð gelæfan ðe ðu adiht þisne CSS-tramet.\";'),('ang','messages:mycustomjsprotected','s:59:\"ang:Þu nafast leafe to adihtenne þisne JavaScript tramet.\";'),('ang','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('ang','messages:mypage','s:10:\"ang:Tramet\";'),('ang','messages:mypreferences','s:15:\"ang:Foreberunga\";'),('ang','messages:mypreferencesprotected','s:52:\"ang:Þu nafast leafe to adihtenne þina foreberunga.\";'),('ang','messages:myprivateinfoprotected','s:60:\"ang:Þu nafast leafe to adihtenne þine agnan towritennesse.\";'),('ang','messages:mytalk','s:10:\"ang:Motung\";'),('ang','messages:mywatchlist','s:24:\"ang:Min behealdunggetæl\";'),('ang','messages:namespace','s:13:\"ang:Namstede:\";'),('ang','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('ang','messages:namespace_association','s:21:\"ang:Gesibbe namstedas\";'),('ang','messages:namespaceprotected','s:80:\"ang:Þu nafast leafe to adihtenne trametas in þam <strong>$1</strong> namstede.\";'),('ang','messages:namespaces','s:13:\"ang:Namstedas\";'),('ang','messages:namespacesall','s:8:\"ang:eall\";'),('ang','messages:nav-login-createaccount','s:39:\"ang:Foh to þinre wisbec / Scypp wisboc\";'),('ang','messages:navigation','s:12:\"ang:Þurhfor\";'),('ang','messages:navigation-heading','s:20:\"ang:Þurhfore getæl\";'),('ang','messages:nbytes','s:42:\"ang:$1 {{PLURAL:$1|lytelbita|lytelbitena}}\";'),('ang','messages:ncategories','s:33:\"ang:$1 {{PLURAL:$1|flocc|flocca}}\";'),('ang','messages:nchanges','s:43:\"ang:$1 {{PLURAL:$1|andwendung|andwendunga}}\";'),('ang','messages:nearby','s:27:\"en:Pages on topics near you\";'),('ang','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('ang','messages:newarticle','s:10:\"ang:(Niwe)\";'),('ang','messages:newarticletext','s:280:\"ang:Þu fenge to hlencan to tramete þe giet ne biþ. Gif þu wille þone tramet scyppan, onginn to writenne on þære mearce herunder (seoh þone [$1 help tramet] to rædenne ma gefræge). \nGif þu hider cwome þurh wo, swing þines webbsecendes <strong>\"ga eft\"</strong> cnæpp.\";'),('ang','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ang','messages:newimages','s:23:\"en:Gallery of new files\";'),('ang','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('ang','messages:newimages-legend','s:9:\"en:Filter\";'),('ang','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('ang','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('ang','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('ang','messages:newimages-user','s:25:\"en:IP address or username\";'),('ang','messages:newimagestext','s:4:\"en:-\";'),('ang','messages:newmessagesdifflinkplural','s:60:\"ang:{{PLURAL:$1|niwost andwendung|999=niwostra andwendunga}}\";'),('ang','messages:newmessageslinkplural','s:59:\"ang:{{PLURAL:$1|niwe ærendgewrit|999=niwra ærendgewrita}}\";'),('ang','messages:newpage','s:15:\"ang:Niwe tramet\";'),('ang','messages:newpageletter','s:5:\"ang:N\";'),('ang','messages:newpages','s:17:\"ang:Niwe trametas\";'),('ang','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('ang','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('ang','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('ang','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('ang','messages:newpages-submit','s:7:\"en:Show\";'),('ang','messages:newpages-summary','s:3:\"en:\";'),('ang','messages:newpages-username','s:16:\"ang:Brucendnama:\";'),('ang','messages:newpassword','s:22:\"ang:Niwe leafnessword:\";'),('ang','messages:newsection','s:14:\"en:New section\";'),('ang','messages:newsection-page','s:14:\"en:Target page\";'),('ang','messages:newsection-submit','s:13:\"en:Go to page\";'),('ang','messages:newsection-summary','s:3:\"en:\";'),('ang','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ang','messages:newsectionsummary','s:23:\"en:/* $1 */ new section\";'),('ang','messages:newtitle','s:15:\"ang:Niwe titul:\";'),('ang','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ang','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ang','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ang','messages:newuserlogpage','s:32:\"ang:Brucenda scyppunge tidgewrit\";'),('ang','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('ang','messages:newwindow','s:33:\"ang:(openað in niwum eagþyrele)\";'),('ang','messages:next','s:9:\"ang:nyhst\";'),('ang','messages:next-page','s:12:\"en:next page\";'),('ang','messages:nextdiff','s:22:\"ang:Niwre adihtung →\";'),('ang','messages:nextn','s:26:\"ang:nyhst {{PLURAL:$1|$1}}\";'),('ang','messages:nextn-title','s:46:\"ang:Nyhst $1 {{PLURAL:$1|gefunden|gefundenra}}\";'),('ang','messages:nextpage','s:21:\"ang:Nyhst tramet ($1)\";'),('ang','messages:nextrevision','s:20:\"ang:Niwre fadung →\";'),('ang','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('ang','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('ang','messages:nlinks','s:36:\"ang:$1 {{PLURAL:$1|hlenca|hlencena}}\";'),('ang','messages:nmembers','s:35:\"ang:$1 {{PLURAL:$1|gesiþ|gesiða}}\";'),('ang','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('ang','messages:no-null-revision','s:69:\"ang:We ne magon sceppan niw æmetig sceawung for tramet se hatte \"$1\"\";'),('ang','messages:noarticletext','s:301:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs],\nor [{{fullurl:{{FULLPAGENAME}}|action=edit}} create this page]</span>.\";'),('ang','messages:noarticletext-nopermission','s:292:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.\";'),('ang','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ang','messages:noautoblockblock','s:36:\"ang:selflicu forbeodung nis geþafod\";'),('ang','messages:nocontribs','s:37:\"ang:Ne fand nænga swilca andwendunga\";'),('ang','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ang','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('ang','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('ang','messages:nocookiesnew','s:285:\"ang:Seo brucendwisboc wæs gescepen, ac þu ne nafast giet to þære gefangen. {{SITENAME}} brycþ cookie þæt brucendas magen to wisbec fon. Þu ne þafodost cookie. Ic bidde þe þæt þu þafie heora, and þonne foh to þinre wisbec mid þinum niwan brucendnaman and leafnessworde.\";'),('ang','messages:nocreate-loggedin','s:54:\"ang:Þu ne hæfst þafunge to scyppenne niwe trametas.\";'),('ang','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('ang','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('ang','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('ang','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('ang','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('ang','messages:noemail','s:63:\"ang:Þær nis nænig spearcærenda nama gewriten \"$1\" brucende.\";'),('ang','messages:noemailcreate','s:50:\"ang:Þu þearft writan gengne spearcærenda naman.\";'),('ang','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('ang','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('ang','messages:noemailtitle','s:19:\"en:No email address\";'),('ang','messages:nohistory','s:44:\"ang:Nis nan adihtunge stær þissum tramete.\";'),('ang','messages:noimages','s:24:\"ang:Nis naht gesawenlic.\";'),('ang','messages:noindex-category','s:25:\"ang:Ungetæcnede trametas\";'),('ang','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('ang','messages:nolicense','s:18:\"ang:Nan is gecoren\";'),('ang','messages:nolinkshere','s:58:\"ang:Nænge trametas habbaþ hlencan gecnytede to \'\'\'$2\'\'\'.\";'),('ang','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('ang','messages:nolinkstoimage','s:82:\"ang:Ne sind nænge trametas þa þe habbaþ hlencan þa cnyttaþ to þisre ymelan.\";'),('ang','messages:noname','s:44:\"ang:Þu nafast gewriten gengne brucendnaman.\";'),('ang','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('ang','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('ang','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('ang','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('ang','messages:nonwrite-api-promise-error','s:92:\"ang:Seo \'Promise-Non-Write-API-Action\' foremearcung wæs asended ac hiere gebed næs APIbed.\";'),('ang','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('ang','messages:nopagetitle','s:22:\"en:No such target page\";'),('ang','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('ang','messages:nospecialpagetext','s:176:\"ang:<strong>Þu hafast abiden ungenges syndriges trametes.</strong>\n\nMan mæg getæl gengra syndrigra trameta findan be [[Special:SpecialPages|þam syndrigra trameta getæle]].\";'),('ang','messages:nosuchaction','s:25:\"ang:Swilc dæd ne biþ na\";'),('ang','messages:nosuchactiontext','s:225:\"ang:Seo dæd þe se nettfrumfinded wile don nis genge.\nÞu weninga miswrite þone nettfrumfindend, oþþe bruce fenge to unrihtum hlencan.\nÞis mage eac tacnian woh on þære weorcwrithyrste þe is gebrocen fram {{SITENAME}}.\";'),('ang','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('ang','messages:nosuchsectiontitle','s:23:\"ang:Ne mæg dæl findan\";'),('ang','messages:nosuchspecialpage','s:35:\"ang:Swilc syndrig tramet ne biþ na\";'),('ang','messages:nosuchuser','s:191:\"ang:Nis nan brucend þe hæfþ þone naman \"$1\".\nStafena micelnessa sind andgitfulla and anlica on brucendnamum.\nSceawa þine writunge eft, oþþe [[Special:CreateAccount|scypp niwe wisboc]].\";'),('ang','messages:nosuchusershort','s:82:\"ang:Nis nænig brucend þe hafaþ þone naman \"$1\". Sceawa þa gesetednesse stafa.\";'),('ang','messages:notanarticle','s:21:\"en:Not a content page\";'),('ang','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('ang','messages:notargettitle','s:12:\"en:No target\";'),('ang','messages:note','s:23:\"ang:\'\'\'Ærendgewrit:\'\'\'\";'),('ang','messages:notextmatches','s:52:\"ang:Nis þær nænig swilc traht on nængum trametum\";'),('ang','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ang','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('ang','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('ang','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('ang','messages:notloggedin','s:24:\"ang:Þu ne brycst wisbec\";'),('ang','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('ang','messages:nouserspecified','s:35:\"ang:Þu scealt brucendnaman writan.\";'),('ang','messages:nov','s:7:\"ang:Blo\";'),('ang','messages:november','s:14:\"ang:Blotmonað\";'),('ang','messages:november-gen','s:15:\"ang:Blotmonþes\";'),('ang','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('ang','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('ang','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('ang','messages:ns-specialprotected','s:42:\"ang:Man ne mæg adihtan syndrige trametas.\";'),('ang','messages:nstab-category','s:9:\"ang:Flocc\";'),('ang','messages:nstab-help','s:17:\"ang:Helpes tramet\";'),('ang','messages:nstab-image','s:9:\"ang:Ymele\";'),('ang','messages:nstab-main','s:10:\"ang:Tramet\";'),('ang','messages:nstab-mainpage','s:16:\"ang:Heafodtramet\";'),('ang','messages:nstab-media','s:24:\"ang:Hawungþinges tramet\";'),('ang','messages:nstab-mediawiki','s:16:\"ang:Ærendgewrit\";'),('ang','messages:nstab-project','s:18:\"ang:Weorces tramet\";'),('ang','messages:nstab-special','s:18:\"ang:Syndrig tramet\";'),('ang','messages:nstab-talk','s:3:\"en:\";'),('ang','messages:nstab-template','s:9:\"ang:Bysen\";'),('ang','messages:nstab-user','s:31:\"ang:{{GENDER:$1|Brucendtramet}}\";'),('ang','messages:ntimes','s:7:\"en:$1×\";'),('ang','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('ang','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ang','messages:oct','s:11:\"ang:Winterf\";'),('ang','messages:october','s:17:\"ang:Winterfylleð\";'),('ang','messages:october-gen','s:19:\"ang:Winterfylleþes\";'),('ang','messages:ok','s:10:\"ang:Gea la\";'),('ang','messages:oldpassword','s:22:\"ang:Eald leafnessword:\";'),('ang','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('ang','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('ang','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('ang','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('ang','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('ang','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('ang','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('ang','messages:ooui-field-help','s:7:\"en:Help\";'),('ang','messages:ooui-item-remove','s:9:\"en:Remove\";'),('ang','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('ang','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('ang','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('ang','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('ang','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('ang','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('ang','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('ang','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('ang','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('ang','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('ang','messages:ooui-toolbar-more','s:7:\"en:More\";'),('ang','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('ang','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('ang','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ang','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('ang','messages:otherlanguages','s:22:\"ang:On oðrum spræcum\";'),('ang','messages:others','s:9:\"ang:oðru\";'),('ang','messages:overwrite','s:47:\"en:Overwriting an existing file is not allowed.\";'),('ang','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ang','messages:page-atom-feed','s:24:\"ang:$1 Atom ærendstream\";'),('ang','messages:page-rss-feed','s:23:\"ang:$1 RSS ærendstream\";'),('ang','messages:page_first','s:10:\"ang:ærost\";'),('ang','messages:page_last','s:9:\"ang:ærra\";'),('ang','messages:pagecategories','s:31:\"ang:{{PLURAL:$1|Flocc|Floccas}}\";'),('ang','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ang','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('ang','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('ang','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('ang','messages:pagedata-title','s:12:\"en:Page data\";'),('ang','messages:pagehist','s:18:\"ang:Trametes stær\";'),('ang','messages:pagehistory','s:15:\"en:Page history\";'),('ang','messages:pagehistory-summary','s:3:\"en:\";'),('ang','messages:pageid','s:13:\"en:page ID $1\";'),('ang','messages:pageinfo','s:12:\"en:Page info\";'),('ang','messages:pageinfo-article-id','s:15:\"ang:Trametes ID\";'),('ang','messages:pageinfo-authors','s:33:\"ang:Full rim sundorlicra writenda\";'),('ang','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('ang','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('ang','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('ang','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('ang','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('ang','messages:pageinfo-content-model','s:26:\"ang:Trametes innunge bysen\";'),('ang','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('ang','messages:pageinfo-contentpage','s:33:\"ang:Is geteald to innunge tramete\";'),('ang','messages:pageinfo-contentpage-yes','s:8:\"ang:Gese\";'),('ang','messages:pageinfo-default-sort','s:29:\"ang:Gewunelicre siftunge cæg\";'),('ang','messages:pageinfo-display-title','s:12:\"ang:Yw titul\";'),('ang','messages:pageinfo-edits','s:22:\"ang:Full rim adihtunga\";'),('ang','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('ang','messages:pageinfo-few-watchers','s:58:\"ang:Læssan þonne $1 {{PLURAL:$1|behealdend|behealdenda}}\";'),('ang','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('ang','messages:pageinfo-firsttime','s:42:\"ang:Tælmearc þæs trametes gescapennesse\";'),('ang','messages:pageinfo-firstuser','s:23:\"ang:Trametes gescyppend\";'),('ang','messages:pageinfo-footer','s:4:\"en:-\";'),('ang','messages:pageinfo-header','s:4:\"en:-\";'),('ang','messages:pageinfo-header-basic','s:20:\"ang:Anfeald gefræge\";'),('ang','messages:pageinfo-header-edits','s:19:\"ang:Adihtunge stær\";'),('ang','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('ang','messages:pageinfo-header-restrictions','s:18:\"ang:Trametes beorg\";'),('ang','messages:pageinfo-hidden-categories','s:53:\"ang:{{PLURAL:$1|Gehyded flocc|Gehydede floccas}} ($1)\";'),('ang','messages:pageinfo-language','s:27:\"ang:Trametes innunge spræc\";'),('ang','messages:pageinfo-language-change','s:9:\"en:change\";'),('ang','messages:pageinfo-lasttime','s:39:\"ang:Tælmearc þære niwostan adihtunge\";'),('ang','messages:pageinfo-lastuser','s:19:\"ang:Niwost adihtend\";'),('ang','messages:pageinfo-length','s:36:\"ang:Trametes lengþu (on lytelbitum)\";'),('ang','messages:pageinfo-magic-words','s:30:\"ang:{{PLURAL:$1|Dryword}} ($1)\";'),('ang','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('ang','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('ang','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('ang','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('ang','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('ang','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('ang','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('ang','messages:pageinfo-redirects-name','s:57:\"ang:Rim edlædunge trameta þa lædað to þissum tramete\";'),('ang','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('ang','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('ang','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('ang','messages:pageinfo-robot-index','s:11:\"ang:Gelyfed\";'),('ang','messages:pageinfo-robot-noindex','s:14:\"ang:Na gelyfed\";'),('ang','messages:pageinfo-robot-policy','s:36:\"ang:Getælsettung fram searuþrælum\";'),('ang','messages:pageinfo-subpages-name','s:36:\"ang:Rim undertrameta þisses tramtes\";'),('ang','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('ang','messages:pageinfo-summary','s:3:\"en:\";'),('ang','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('ang','messages:pageinfo-title','s:22:\"ang:Gefræge ymbe \"$1\"\";'),('ang','messages:pageinfo-toolboxlink','s:21:\"ang:Trametes gefræge\";'),('ang','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('ang','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('ang','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('ang','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('ang','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('ang','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('ang','messages:pagelang-language','s:11:\"en:Language\";'),('ang','messages:pagelang-name','s:7:\"en:Page\";'),('ang','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('ang','messages:pagelang-reason','s:9:\"en:Reason\";'),('ang','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('ang','messages:pagelang-submit','s:9:\"en:Submit\";'),('ang','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('ang','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('ang','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('ang','messages:pagelanguage','s:23:\"en:Change page language\";'),('ang','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ang','messages:pagemovedsub','s:16:\"ang:Wegung speow\";'),('ang','messages:pager-newer-n','s:35:\"ang:{{PLURAL:$1|niwre 1|niwran $1}}\";'),('ang','messages:pager-older-n','s:35:\"ang:{{PLURAL:$1|yldre 1|yldran $1}}\";'),('ang','messages:pagesize','s:10:\"en:(bytes)\";'),('ang','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('ang','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('ang','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('ang','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('ang','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('ang','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('ang','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('ang','messages:pageswithprop-submit','s:5:\"en:Go\";'),('ang','messages:pageswithprop-summary','s:3:\"en:\";'),('ang','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('ang','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('ang','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ang','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('ang','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('ang','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('ang','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('ang','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('ang','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('ang','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('ang','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('ang','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('ang','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('ang','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('ang','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('ang','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('ang','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('ang','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('ang','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('ang','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('ang','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('ang','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('ang','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('ang','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('ang','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('ang','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('ang','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('ang','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('ang','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('ang','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('ang','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('ang','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('ang','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('ang','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('ang','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('ang','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('ang','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('ang','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('ang','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('ang','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('ang','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('ang','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('ang','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('ang','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('ang','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('ang','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('ang','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('ang','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('ang','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('ang','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('ang','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('ang','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('ang','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('ang','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('ang','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('ang','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('ang','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('ang','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('ang','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('ang','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('ang','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('ang','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('ang','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('ang','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('ang','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('ang','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('ang','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('ang','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ang','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('ang','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('ang','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('ang','messages:parentheses','s:7:\"en:($1)\";'),('ang','messages:parentheses-end','s:4:\"en:)\";'),('ang','messages:parentheses-start','s:4:\"en:(\";'),('ang','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('ang','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('ang','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('ang','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('ang','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('ang','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('ang','messages:password-change-forbidden','s:54:\"ang:Þu ne meaht awendan leafnessword on þissum wiki.\";'),('ang','messages:password-login-forbidden','s:65:\"ang:Seo nytt þisses brucendnaman and leafnesswordes nis gelifed.\";'),('ang','messages:password-name-match','s:62:\"ang:Þin leafnessword sceal wesan ungelic þinum brucendnaman.\";'),('ang','messages:password-substring-username-match','s:63:\"ang:Ðin geleafnesword ne sceall atiwan in þinum brucendnaman.\";'),('ang','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('ang','messages:passwordpolicies','s:20:\"en:Password policies\";'),('ang','messages:passwordpolicies-group','s:8:\"en:Group\";'),('ang','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('ang','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ang','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ang','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('ang','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('ang','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('ang','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('ang','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('ang','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('ang','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('ang','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('ang','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('ang','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('ang','messages:passwordremindertitle','s:48:\"ang:Niwe hwilendlic leafnessword on {{SITENAME}}\";'),('ang','messages:passwordreset','s:25:\"ang:Sete leafnessword eft\";'),('ang','messages:passwordreset-disabled','s:51:\"en:Password resets have been disabled on this wiki.\";'),('ang','messages:passwordreset-domain','s:10:\"en:Domain:\";'),('ang','messages:passwordreset-email','s:17:\"en:Email address:\";'),('ang','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('ang','messages:passwordreset-emailelement','s:39:\"en:Username:\n$1\n\nTemporary password:\n$2\";'),('ang','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ang','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('ang','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('ang','messages:passwordreset-emailtitle','s:34:\"en:Account details on {{SITENAME}}\";'),('ang','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('ang','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('ang','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('ang','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('ang','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('ang','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('ang','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('ang','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('ang','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('ang','messages:passwordreset-username','s:16:\"ang:Brucendnama:\";'),('ang','messages:passwordsent','s:171:\"ang:Niwe geleafnesword habbaþ we gesended þæm spearcærenda hamstealle þe is to \"$1\" geseted.\nIc bidde þe þæt þu fo eft to þinre wisbec siþþan þu rætst þæt.\";'),('ang','messages:passwordtoolong','s:80:\"ang:Leafnessword ne magon wesan lengran þonne {{PLURAL:$1|1 stafa|$1 stafena}}.\";'),('ang','messages:passwordtooshort','s:71:\"ang:Leafnessword sculon habban læst {{PLURAL:$1|1 stafan|$1 stafena}}.\";'),('ang','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ang','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ang','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('ang','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ang','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('ang','messages:pear-mail-error','s:5:\"en:$1\";'),('ang','messages:percent','s:6:\"en:$1%\";'),('ang','messages:perfcached','s:145:\"ang:Þa folgendan gecyþnessa sind in horde and geald hie nis genge. Na mar þon {{PLURAL:$1|an andword is|$1 andword sind}} fere in ðæm horde.\";'),('ang','messages:perfcachedts','s:149:\"ang:Þa folgendan gecyþnessa sind in horde and nis siððan $1 edniwde. Na mar þon {{PLURAL:$4|an andword is|$4 andword sind}} fere in ðæm horde.\";'),('ang','messages:period-am','s:17:\"ang:on undernmæl\";'),('ang','messages:period-pm','s:14:\"ang:on ofernon\";'),('ang','messages:permalink','s:16:\"ang:Fæst hlenca\";'),('ang','messages:permanentlink','s:17:\"en:Permanent link\";'),('ang','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('ang','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('ang','messages:permanentlink-summary','s:3:\"en:\";'),('ang','messages:permissionserrors','s:16:\"ang:Þafunge woh\";'),('ang','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('ang','messages:permissionserrorstext-withaction','s:78:\"ang:Þu ne hæfst þafunge to $2, for {{PLURAL:$1|þisre race|þissum racum}}:\";'),('ang','messages:personaltools','s:12:\"ang:Agnu tol\";'),('ang','messages:php-mail-error','s:5:\"en:$1\";'),('ang','messages:php-mail-error-unknown','s:42:\"en:Unknown error in PHP\'s mail() function.\";'),('ang','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('ang','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('ang','messages:policy-url','s:16:\"ang:Project:Ræd\";'),('ang','messages:pool-errorunknown','s:14:\"ang:Uncuþ woh\";'),('ang','messages:pool-queuefull','s:31:\"ang:Pundfaldes forepenn is full\";'),('ang','messages:pool-servererror','s:52:\"ang:Gelastgetæles þegnung nis nu brucendlicu ($1).\";'),('ang','messages:pool-timeout','s:29:\"ang:Abad þæs loces to lange\";'),('ang','messages:poolcounter-usage-error','s:20:\"ang:Tyht gedwola: $1\";'),('ang','messages:portal','s:23:\"ang:Gemænscipes ingang\";'),('ang','messages:portal-url','s:31:\"ang:Project:Gemænscipes ingang\";'),('ang','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('ang','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('ang','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('ang','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('ang','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('ang','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('ang','messages:postedit-confirmation-created','s:28:\"ang:Se tramet wæs gescepen.\";'),('ang','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('ang','messages:postedit-confirmation-restored','s:32:\"ang:Se tramet wæs eft gescepen.\";'),('ang','messages:postedit-confirmation-saved','s:23:\"en:Your edit was saved.\";'),('ang','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('ang','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('ang','messages:powersearch-legend','s:21:\"ang:Manigfeald secung\";'),('ang','messages:powersearch-ns','s:21:\"ang:Sec in namstedum:\";'),('ang','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('ang','messages:powersearch-toggleall','s:6:\"en:All\";'),('ang','messages:powersearch-togglelabel','s:9:\"en:Check:\";'),('ang','messages:powersearch-togglenone','s:7:\"en:None\";'),('ang','messages:preferences','s:15:\"ang:Foreberunga\";'),('ang','messages:preferences-summary','s:3:\"en:\";'),('ang','messages:prefixindex','s:32:\"ang:Ealle foredælbære trametas\";'),('ang','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('ang','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('ang','messages:prefixindex-submit','s:7:\"en:Show\";'),('ang','messages:prefixindex-summary','s:3:\"en:\";'),('ang','messages:prefs-advancedediting','s:18:\"en:General options\";'),('ang','messages:prefs-advancedrc','s:19:\"en:Advanced options\";'),('ang','messages:prefs-advancedrendering','s:19:\"en:Advanced options\";'),('ang','messages:prefs-advancedsearchoptions','s:19:\"en:Advanced options\";'),('ang','messages:prefs-advancedwatchlist','s:19:\"en:Advanced options\";'),('ang','messages:prefs-changeemail','s:33:\"en:Change or remove email address\";'),('ang','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('ang','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('ang','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('ang','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('ang','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('ang','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('ang','messages:prefs-dateformat','s:14:\"en:Date format\";'),('ang','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('ang','messages:prefs-diffs','s:8:\"en:Diffs\";'),('ang','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('ang','messages:prefs-displayrc','s:18:\"en:Display options\";'),('ang','messages:prefs-displaywatchlist','s:18:\"en:Display options\";'),('ang','messages:prefs-editing','s:10:\"en:Editing\";'),('ang','messages:prefs-editor','s:9:\"en:Editor\";'),('ang','messages:prefs-edits','s:19:\"en:Number of edits:\";'),('ang','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('ang','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('ang','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('ang','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('ang','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('ang','messages:prefs-email','s:16:\"en:Email options\";'),('ang','messages:prefs-emailconfirm-label','s:22:\"en:Email confirmation:\";'),('ang','messages:prefs-files','s:8:\"en:Files\";'),('ang','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('ang','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('ang','messages:prefs-help-email-required','s:29:\"en:Email address is required.\";'),('ang','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('ang','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('ang','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('ang','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('ang','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('ang','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('ang','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('ang','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('ang','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('ang','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('ang','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('ang','messages:prefs-i18n','s:23:\"en:Internationalisation\";'),('ang','messages:prefs-info','s:20:\"en:Basic information\";'),('ang','messages:prefs-labs','s:16:\"en:Labs features\";'),('ang','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('ang','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('ang','messages:prefs-misc','s:7:\"en:Misc\";'),('ang','messages:prefs-namespaces','s:13:\"en:Namespaces\";'),('ang','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('ang','messages:prefs-personal','s:15:\"en:User profile\";'),('ang','messages:prefs-preview','s:10:\"en:Preview\";'),('ang','messages:prefs-rc','s:20:\"ang:Niwa andwendunga\";'),('ang','messages:prefs-registration','s:21:\"en:Registration time:\";'),('ang','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('ang','messages:prefs-rendering','s:13:\"en:Appearance\";'),('ang','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('ang','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('ang','messages:prefs-resetpass','s:18:\"en:Change password\";'),('ang','messages:prefs-searchmisc','s:10:\"en:General\";'),('ang','messages:prefs-searchoptions','s:9:\"en:Search\";'),('ang','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('ang','messages:prefs-signature','s:12:\"en:Signature\";'),('ang','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('ang','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('ang','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('ang','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('ang','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('ang','messages:prefs-skin','s:9:\"ang:Scynn\";'),('ang','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('ang','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('ang','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('ang','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('ang','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('ang','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ang','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('ang','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('ang','messages:prefs-user-pages','s:13:\"en:User pages\";'),('ang','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('ang','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('ang','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('ang','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('ang','messages:prefs-watchlist','s:20:\"ang:Behealdunggetæl\";'),('ang','messages:prefs-watchlist-days','s:29:\"en:Days to show in watchlist:\";'),('ang','messages:prefs-watchlist-days-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('ang','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('ang','messages:prefs-watchlist-edits-max','s:23:\"en:Maximum number: 1000\";'),('ang','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('ang','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('ang','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('ang','messages:prev-page','s:16:\"en:previous page\";'),('ang','messages:preview','s:13:\"ang:Forebysen\";'),('ang','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('ang','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('ang','messages:previewnote','s:101:\"ang:<strong>Beþenc þe þis is giet efne forebysen.</strong>\nÞina andwendunga giet ne sind hordoda!\";'),('ang','messages:previousdiff','s:22:\"ang:← Yldre adihtung\";'),('ang','messages:previousrevision','s:20:\"ang:← Yldre fadung\";'),('ang','messages:prevn','s:26:\"ang:ærre {{PLURAL:$1|$1}}\";'),('ang','messages:prevn-title','s:43:\"en:Previous $1 {{PLURAL:$1|result|results}}\";'),('ang','messages:prevpage','s:21:\"ang:Ærra tramet ($1)\";'),('ang','messages:print','s:12:\"ang:Bewritan\";'),('ang','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('ang','messages:printableversion','s:24:\"ang:Bewritendlicu fadung\";'),('ang','messages:printableversion-deprecated-warning','s:181:\"ang:Se geþryclica bewrit nis nu gefultumod and meaht habban gedwild in his onsyne. Edniw þines ymbsceaweres æstlas and nytt þone frumstaðol ðæs geþryccærendes fore þissum.\";'),('ang','messages:privacy','s:27:\"ang:Digolnesse rihta bocung\";'),('ang','messages:privacypage','s:35:\"ang:Project:Digolnesse rihta bocung\";'),('ang','messages:prot_1movedto2','s:26:\"ang:Awæg [[$1]] to [[$2]]\";'),('ang','messages:protect','s:9:\"ang:Beorg\";'),('ang','messages:protect-badnamespace-text','s:47:\"en:Pages in this namespace cannot be protected.\";'),('ang','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('ang','messages:protect-cantedit','s:115:\"ang:Þu ne meaht þæt beorges emnet hweorfan þisses trametes, forþæm þe nis þe gelyfed þæt þu adihte hine.\";'),('ang','messages:protect-cascade','s:83:\"ang:Beorg ealle trametas þa sind belocen on þissum tramete (forþbrædende beorg)\";'),('ang','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('ang','messages:protect-default','s:26:\"ang:Gelyf eallum brucendum\";'),('ang','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('ang','messages:protect-edit-reasonlist','s:26:\"en:Edit protection reasons\";'),('ang','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('ang','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('ang','messages:protect-expiring','s:19:\"ang:endaþ $1 (UTC)\";'),('ang','messages:protect-expiring-local','s:13:\"en:expires $1\";'),('ang','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('ang','messages:protect-expiry-options','s:149:\"ang:1 tid:1 hour,1 dæg:1 day,1 wucu:1 week,2 wuca:2 weeks,1 monað:1 month,3 monðas:3 months,6 monðas:6 months,1 gear:1 year,unendiendlic:infinite\";'),('ang','messages:protect-fallback','s:46:\"ang:Gelyf ane brucendum þa habbaþ \"$1\" leafe\";'),('ang','messages:protect-legend','s:21:\"en:Confirm protection\";'),('ang','messages:protect-level-autoconfirmed','s:42:\"ang:Lyf ane selflice afæstnodum brucendum\";'),('ang','messages:protect-level-sysop','s:24:\"ang:Gelyf ane bewitendum\";'),('ang','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ang','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ang','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('ang','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('ang','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('ang','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('ang','messages:protect-otherreason-op','s:15:\"en:Other reason\";'),('ang','messages:protect-othertime','s:14:\"en:Other time:\";'),('ang','messages:protect-othertime-op','s:13:\"en:other time\";'),('ang','messages:protect-summary-cascade','s:18:\"ang:forþbrædende\";'),('ang','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('ang','messages:protect-text','s:82:\"ang:Þu meaht þæt beorges emnet seon and andwendan her on þam tramete \'\'\'$1\'\'\'.\";'),('ang','messages:protect-title','s:33:\"ang:Andwend beorges emnet on \"$1\"\";'),('ang','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('ang','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('ang','messages:protect_change','s:8:\"ang:wend\";'),('ang','messages:protect_expiry_invalid','s:23:\"ang:Endes tid nis genge\";'),('ang','messages:protect_expiry_old','s:29:\"ang:Endes tid is forþgewiten\";'),('ang','messages:protectcomment','s:9:\"ang:Racu:\";'),('ang','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ang','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('ang','messages:protectedinterface','s:288:\"ang:Þes tramet redaþ onwlitegewrit for þære hnesceware on þisse wici, and he is gebearg þ nan hine misbeod.\nGif þu wolde beeacnan oþðe wendan onwendunge for eallum wicium, leof, nytt [https://translatewiki.net/ translatewiki.net], þe is þæt MediaWiki gedeorf for stowlicnesse.\";'),('ang','messages:protectedpage','s:19:\"ang:Geborgen tramet\";'),('ang','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('ang','messages:protectedpages','s:18:\"en:Protected pages\";'),('ang','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('ang','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('ang','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('ang','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('ang','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('ang','messages:protectedpages-page','s:7:\"en:Page\";'),('ang','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('ang','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('ang','messages:protectedpages-reason','s:9:\"en:Reason\";'),('ang','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('ang','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ang','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('ang','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('ang','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ang','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('ang','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('ang','messages:protectedpagetext','s:79:\"ang:Þes tramet wæs geborgen to wyrnenne oðerre adihtunge oþþe oðra dæda.\";'),('ang','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('ang','messages:protectedtitles','s:19:\"en:Protected titles\";'),('ang','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('ang','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ang','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('ang','messages:protectexpiry','s:11:\"ang:Endaþ:\";'),('ang','messages:protectlogpage','s:21:\"ang:Beorges tidgewrit\";'),('ang','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('ang','messages:protectpage','s:17:\"en:Protect a page\";'),('ang','messages:protectpage-summary','s:3:\"en:\";'),('ang','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('ang','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('ang','messages:pt-createaccount','s:16:\"ang:Scypp wisboc\";'),('ang','messages:pt-login','s:17:\"ang:Foh to wisbec\";'),('ang','messages:pt-login-button','s:16:\"ang:Fo to wisbec\";'),('ang','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('ang','messages:pt-userlogout','s:23:\"ang:Blinn þinre wisbec\";'),('ang','messages:publishchanges','s:23:\"ang:Geswutela wrixlunga\";'),('ang','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('ang','messages:publishpage','s:20:\"ang:Geswutela tramet\";'),('ang','messages:publishpage-start','s:18:\"en:Publish page…\";'),('ang','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ang','messages:purge','s:8:\"en:Purge\";'),('ang','messages:purge-summary','s:3:\"en:\";'),('ang','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('ang','messages:querypage-no-updates','s:91:\"ang:Edniwunga þisses trametes ne sindon nu gelyfda. \nGefræge her ne wyrþ hraðe edniwod.\";'),('ang','messages:querypage-updates-periodical','s:50:\"ang:On þissum tramete sind þragedniwung geurnen.\";'),('ang','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('ang','messages:randomincategory','s:26:\"en:Random page in category\";'),('ang','messages:randomincategory-category','s:12:\"en:Category:\";'),('ang','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('ang','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('ang','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('ang','messages:randomincategory-submit','s:5:\"en:Go\";'),('ang','messages:randompage','s:20:\"ang:Gelimplic tramet\";'),('ang','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('ang','messages:randompage-url','s:17:\"en:Special:Random\";'),('ang','messages:randomredirect','s:18:\"en:Random redirect\";'),('ang','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('ang','messages:randomrootpage','s:19:\"en:Random root page\";'),('ang','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('ang','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('ang','messages:rawmessage','s:5:\"en:$1\";'),('ang','messages:rc-change-size','s:5:\"en:$1\";'),('ang','messages:rc-change-size-new','s:68:\"ang:$1 {{PLURAL:$1|lytelbita|lytelbitena}} æfter þære andwendunge\";'),('ang','messages:rc-old-title','s:32:\"ang:ærost wæs gescapen to \"$1\"\";'),('ang','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('ang','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('ang','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('ang','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('ang','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('ang','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('ang','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('ang','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('ang','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('ang','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('ang','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('ang','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('ang','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('ang','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('ang','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('ang','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('ang','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('ang','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('ang','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('ang','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('ang','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('ang','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('ang','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('ang','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('ang','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('ang','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('ang','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('ang','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('ang','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('ang','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('ang','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('ang','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('ang','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('ang','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('ang','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('ang','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('ang','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('ang','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('ang','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('ang','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('ang','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('ang','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('ang','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('ang','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('ang','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('ang','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('ang','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('ang','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('ang','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('ang','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('ang','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('ang','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('ang','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('ang','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('ang','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('ang','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('ang','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('ang','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('ang','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('ang','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('ang','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('ang','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('ang','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('ang','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('ang','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('ang','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('ang','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('ang','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('ang','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('ang','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('ang','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('ang','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('ang','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('ang','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('ang','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('ang','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('ang','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('ang','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('ang','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('ang','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('ang','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('ang','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('ang','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('ang','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('ang','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('ang','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('ang','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('ang','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('ang','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('ang','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('ang','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('ang','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('ang','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('ang','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('ang','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('ang','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('ang','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('ang','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('ang','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('ang','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('ang','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('ang','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('ang','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ang','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('ang','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('ang','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('ang','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('ang','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('ang','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('ang','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('ang','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('ang','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('ang','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('ang','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('ang','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('ang','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('ang','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('ang','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('ang','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('ang','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('ang','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('ang','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('ang','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('ang','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('ang','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ang','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('ang','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ang','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('ang','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('ang','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('ang','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('ang','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('ang','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('ang','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('ang','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('ang','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('ang','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('ang','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('ang','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('ang','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('ang','messages:rclinks','s:61:\"ang:Yw þa niwostan $1 andwendunga in þissum nihstum $2 daga\";'),('ang','messages:rclistfrom','s:47:\"ang:Yw niwa andwendunga fram $3 $2 and siþþan\";'),('ang','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('ang','messages:rcnotefrom','s:144:\"ang:Niðer {{PLURAL:$5|is seo andwendung|sindon þa andwendunga}} fram <strong>$4 of $3</strong> (swa fela swa <strong>$1</strong> sind geywed).\";'),('ang','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('ang','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('ang','messages:rcshowhideanons','s:24:\"ang:$1 uncuðe brucendas\";'),('ang','messages:rcshowhideanons-hide','s:7:\"ang:Hyd\";'),('ang','messages:rcshowhideanons-show','s:6:\"ang:Yw\";'),('ang','messages:rcshowhidebots','s:19:\"ang:$1 searuþræla\";'),('ang','messages:rcshowhidebots-hide','s:7:\"ang:Hyd\";'),('ang','messages:rcshowhidebots-show','s:6:\"ang:Yw\";'),('ang','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('ang','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('ang','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('ang','messages:rcshowhideliu','s:25:\"ang:$1 brucenda on nambec\";'),('ang','messages:rcshowhideliu-hide','s:7:\"ang:Hyd\";'),('ang','messages:rcshowhideliu-show','s:6:\"ang:Yw\";'),('ang','messages:rcshowhidemine','s:21:\"ang:$1 mina adihtunga\";'),('ang','messages:rcshowhidemine-hide','s:7:\"ang:Hyd\";'),('ang','messages:rcshowhidemine-show','s:6:\"ang:Yw\";'),('ang','messages:rcshowhideminor','s:23:\"ang:$1 lytela adihtunga\";'),('ang','messages:rcshowhideminor-hide','s:7:\"ang:Hyd\";'),('ang','messages:rcshowhideminor-show','s:6:\"ang:Yw\";'),('ang','messages:rcshowhidepatr','s:21:\"en:$1 patrolled edits\";'),('ang','messages:rcshowhidepatr-hide','s:7:\"en:Hide\";'),('ang','messages:rcshowhidepatr-show','s:7:\"en:Show\";'),('ang','messages:readonly','s:26:\"ang:Gefræghord is belocen\";'),('ang','messages:readonly_lag','s:110:\"ang:Se gefræghord is gelucen be his agnan styrunge hwilum niw gefræghordþeowa offareþ mid þæm ordfruman.\";'),('ang','messages:readonlytext','s:218:\"ang:Se gefræghord is nu belocen wiþ niwu þing and gewrixlungu, weninga þæt gelimpe to uphealdenne þæt gefræghord, and þæræfter biþ he eft on gewunan.\n\nSe endebyrdnessbewita se beleac hine wrat þas race: $1\";'),('ang','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('ang','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ang','messages:recentchanges','s:20:\"ang:Niwa andwendunga\";'),('ang','messages:recentchanges-feed-description','s:62:\"ang:Yw þa niwostan andwendunga þæs wiki mid þissum streame\";'),('ang','messages:recentchanges-label-bot','s:38:\"ang:Searuþræl fremede þas adihtunge\";'),('ang','messages:recentchanges-label-minor','s:27:\"ang:Þeos is lytel adihtung\";'),('ang','messages:recentchanges-label-newpage','s:36:\"ang:Þeos adihtung scop niwne tramet\";'),('ang','messages:recentchanges-label-plusminus','s:65:\"ang:Þæs trametes micelness wæs andwended þys rime greatbitena\";'),('ang','messages:recentchanges-label-unpatrolled','s:37:\"ang:Þeos adihtung nis giet geweardod\";'),('ang','messages:recentchanges-legend','s:30:\"ang:Niwra andwendunga setnessa\";'),('ang','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ang','messages:recentchanges-legend-heading','s:27:\"en:<strong>Legend:</strong>\";'),('ang','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ang','messages:recentchanges-legend-newpage','s:92:\"ang:{{int:recentchanges-label-newpage}} (seoh eac [[Special:NewPages|getæl niwra trameta]])\";'),('ang','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('ang','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ang','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('ang','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('ang','messages:recentchanges-noresult','s:52:\"ang:Ne beoð nænga swilca andwendunga on þam timan\";'),('ang','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('ang','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('ang','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ang','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('ang','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('ang','messages:recentchanges-submit','s:7:\"en:Show\";'),('ang','messages:recentchanges-summary','s:65:\"ang:Seoh þa niwostan andwendunga þisses wiki on þissum tramete\";'),('ang','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('ang','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ang','messages:recentchangescount','s:134:\"ang:Rim adihtunga þa weorðat geywed on þam niwlicra andwendunga tramete, and trametstærum, and tidgewritum, to ær settum gewunan:\";'),('ang','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('ang','messages:recentchangesdays-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('ang','messages:recentchangeslinked','s:21:\"ang:Sibba andwendunga\";'),('ang','messages:recentchangeslinked-feed','s:21:\"ang:Sibba andwendunga\";'),('ang','messages:recentchangeslinked-page','s:18:\"ang:Trametes nama:\";'),('ang','messages:recentchangeslinked-summary','s:232:\"en:Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter {{ns:category}}:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in <strong>bold</strong>.\";'),('ang','messages:recentchangeslinked-title','s:37:\"ang:Andwendunga þa sind gesibba \"$1\"\";'),('ang','messages:recentchangeslinked-to','s:78:\"ang:Yw andwendunga trameta þa habbaþ hlencan þa cnyttaþ to þissum tramete\";'),('ang','messages:recentchangeslinked-toolbox','s:21:\"ang:Sibba andwendunga\";'),('ang','messages:recentchangestext','s:4:\"en:-\";'),('ang','messages:recreate','s:11:\"en:Recreate\";'),('ang','messages:recreate-moveddeleted-warn','s:249:\"ang:\'\'\'Warnung: Þu edscypst tramet þe wæs ær forloren.\'\'\'\n\nÞu sceoldest smeagan, hwæðer hit geradlic sie to ætfeolan þæs þæt þu adihtest þisne tramet. Þæt forleosunge and awegunge tidgewrit þisses trametes is her geyht for iðnesse:\";'),('ang','messages:red-link-title','s:23:\"ang:$1 (tramet ne biþ)\";'),('ang','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('ang','messages:redirect-file','s:12:\"ang:Ymelnama\";'),('ang','messages:redirect-logid','s:9:\"en:Log ID\";'),('ang','messages:redirect-lookup','s:9:\"ang:Socn:\";'),('ang','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('ang','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('ang','messages:redirect-page','s:15:\"ang:Trametes ID\";'),('ang','messages:redirect-revision','s:19:\"ang:Trametes fadung\";'),('ang','messages:redirect-submit','s:6:\"ang:Ga\";'),('ang','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('ang','messages:redirect-text','s:3:\"en:\";'),('ang','messages:redirect-user','s:14:\"ang:Brucendrim\";'),('ang','messages:redirect-value','s:9:\"en:Value:\";'),('ang','messages:redirectedfrom','s:22:\"ang:(Edlæded fram $1)\";'),('ang','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('ang','messages:redirectpagesub','s:21:\"ang:Edlædunge tramet\";'),('ang','messages:redirectto','s:14:\"ang:Edlæd to:\";'),('ang','messages:removecredentials','s:21:\"en:Remove credentials\";'),('ang','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('ang','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('ang','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('ang','messages:removedwatchtext','s:88:\"ang:Se tramet \"[[:$1]]\" wæs fram [[Special:Watchlist|þinum behealdunggetæle]] anumen.\";'),('ang','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('ang','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('ang','messages:removewatch','s:24:\"en:Remove from watchlist\";'),('ang','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('ang','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('ang','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ang','messages:resetpass-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('ang','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('ang','messages:resetpass-submit-cancel','s:8:\"ang:Undo\";'),('ang','messages:resetpass-submit-loggedin','s:24:\"ang:Andwend leafnessword\";'),('ang','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('ang','messages:resetpass-temp-password','s:29:\"ang:Hƿilƿende leafnesƿord:\";'),('ang','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('ang','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('ang','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('ang','messages:resetpass_announce','s:53:\"en:To finish logging in, you must set a new password.\";'),('ang','messages:resetpass_forbidden','s:30:\"en:Passwords cannot be changed\";'),('ang','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('ang','messages:resetpass_header','s:26:\"en:Change account password\";'),('ang','messages:resetpass_submit','s:26:\"en:Set password and log in\";'),('ang','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('ang','messages:resettokens','s:15:\"en:Reset tokens\";'),('ang','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('ang','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('ang','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('ang','messages:resettokens-summary','s:3:\"en:\";'),('ang','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('ang','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('ang','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('ang','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('ang','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('ang','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('ang','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('ang','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('ang','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('ang','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('ang','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('ang','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('ang','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('ang','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('ang','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('ang','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('ang','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('ang','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('ang','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('ang','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('ang','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('ang','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('ang','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('ang','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('ang','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('ang','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('ang','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('ang','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('ang','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('ang','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('ang','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('ang','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('ang','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('ang','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('ang','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('ang','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('ang','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('ang','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('ang','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('ang','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('ang','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('ang','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('ang','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('ang','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('ang','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('ang','messages:restorelink','s:62:\"ang:{{PLURAL:$1|an forloren adihtung|$1 forlorenra adihtunga}}\";'),('ang','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('ang','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('ang','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('ang','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('ang','messages:restriction-blank','s:3:\"en:\";'),('ang','messages:restriction-create','s:9:\"ang:Scypp\";'),('ang','messages:restriction-edit','s:9:\"ang:Adiht\";'),('ang','messages:restriction-level','s:22:\"ang:Bewerenesse emnet:\";'),('ang','messages:restriction-level-all','s:15:\"ang:ænig emnet\";'),('ang','messages:restriction-level-autoconfirmed','s:13:\"ang:samborgen\";'),('ang','messages:restriction-level-sysop','s:15:\"ang:full borgen\";'),('ang','messages:restriction-move','s:8:\"ang:Aweg\";'),('ang','messages:restriction-type','s:9:\"ang:Leaf:\";'),('ang','messages:restriction-upload','s:14:\"ang:Hlad forþ\";'),('ang','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('ang','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('ang','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('ang','messages:retrievedfrom','s:21:\"ang:Fram \"$1\" begeten\";'),('ang','messages:returnto','s:16:\"ang:Ga eft to $1\";'),('ang','messages:retypenew','s:31:\"ang:Writ niwe leafnessword eft:\";'),('ang','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('ang','messages:rev-deleted-comment','s:34:\"ang:(fornom adihtunge sceortnesse)\";'),('ang','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ang','messages:rev-deleted-event','s:24:\"en:(log details removed)\";'),('ang','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('ang','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ang','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ang','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('ang','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ang','messages:rev-deleted-user','s:25:\"ang:(fornom brucendnaman)\";'),('ang','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('ang','messages:rev-delundel','s:10:\"ang:yw/hyd\";'),('ang','messages:rev-showdeleted','s:6:\"ang:yw\";'),('ang','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('ang','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('ang','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('ang','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ang','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('ang','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('ang','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('ang','messages:revdel-restore','s:18:\"ang:andwend ywunge\";'),('ang','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('ang','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ang','messages:revdelete-content-hid','s:21:\"ang:innung is gehyded\";'),('ang','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('ang','messages:revdelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('ang','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('ang','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('ang','messages:revdelete-hide-comment','s:24:\"ang:Adihtunge sceortness\";'),('ang','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('ang','messages:revdelete-hide-image','s:22:\"ang:Hyd ymelan innunge\";'),('ang','messages:revdelete-hide-name','s:29:\"en:Hide target and parameters\";'),('ang','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('ang','messages:revdelete-hide-text','s:19:\"ang:Edniwunge traht\";'),('ang','messages:revdelete-hide-user','s:34:\"ang:Adihtendes brucendnama/IP nama\";'),('ang','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('ang','messages:revdelete-log','s:10:\"en:Reason:\";'),('ang','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('ang','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ang','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('ang','messages:revdelete-no-file','s:37:\"en:The file specified does not exist.\";'),('ang','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('ang','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('ang','messages:revdelete-offender','s:19:\"en:Revision author:\";'),('ang','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('ang','messages:revdelete-otherreason','s:27:\"en:Other/additional reason:\";'),('ang','messages:revdelete-radio-same','s:16:\"ang:(ne andwend)\";'),('ang','messages:revdelete-radio-set','s:11:\"ang:Gehyded\";'),('ang','messages:revdelete-radio-unset','s:14:\"ang:Gesewenlic\";'),('ang','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('ang','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('ang','messages:revdelete-reasonotherlist','s:14:\"ang:Oðru racu\";'),('ang','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('ang','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('ang','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ang','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ang','messages:revdelete-show-file-submit','s:7:\"ang:Gea\";'),('ang','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('ang','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('ang','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('ang','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('ang','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('ang','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('ang','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('ang','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('ang','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('ang','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('ang','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('ang','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('ang','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('ang','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('ang','messages:reverted','s:31:\"en:Reverted to earlier revision\";'),('ang','messages:revertmerge','s:33:\"ang:Sete þa geanlæcinge on bæc\";'),('ang','messages:revertmove','s:16:\"ang:Sete on bæc\";'),('ang','messages:revertpage','s:140:\"ang:Onhwearf adihtunga fram [[Special:Contributions/$2|$2]] ([[User talk:$2|motung]]); wendede on bæc to ærran fadunge fram [[User:$1|$1]]\";'),('ang','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('ang','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('ang','messages:revid','s:14:\"en:revision $1\";'),('ang','messages:revision-info','s:42:\"en:Revision as of $1 by {{GENDER:$6|$2}}$7\";'),('ang','messages:revision-info-current','s:4:\"en:-\";'),('ang','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ang','messages:revisionasof','s:20:\"ang:Edniwung fram $1\";'),('ang','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('ang','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ang','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('ang','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('ang','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('ang','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('ang','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('ang','messages:right-bigdelete','s:36:\"en:Delete pages with large histories\";'),('ang','messages:right-block','s:33:\"en:Block other users from editing\";'),('ang','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('ang','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('ang','messages:right-browsearchive','s:23:\"en:Search deleted pages\";'),('ang','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('ang','messages:right-createaccount','s:27:\"en:Create new user accounts\";'),('ang','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('ang','messages:right-createtalk','s:26:\"en:Create discussion pages\";'),('ang','messages:right-delete','s:15:\"en:Delete pages\";'),('ang','messages:right-delete-redirect','s:37:\"ang:Forleos anre edniwunge edlædunga\";'),('ang','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('ang','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('ang','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('ang','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('ang','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('ang','messages:right-edit','s:13:\"en:Edit pages\";'),('ang','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('ang','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('ang','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('ang','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('ang','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('ang','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('ang','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";'),('ang','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('ang','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('ang','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('ang','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('ang','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('ang','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('ang','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('ang','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('ang','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('ang','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('ang','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('ang','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('ang','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('ang','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('ang','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('ang','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('ang','messages:right-mergehistory','s:29:\"en:Merge the history of pages\";'),('ang','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('ang','messages:right-minoredit','s:22:\"en:Mark edits as minor\";'),('ang','messages:right-move','s:13:\"en:Move pages\";'),('ang','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('ang','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('ang','messages:right-move-subpages','s:33:\"en:Move pages with their subpages\";'),('ang','messages:right-movefile','s:13:\"en:Move files\";'),('ang','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ang','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('ang','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('ang','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('ang','messages:right-pagelang','s:23:\"en:Change page language\";'),('ang','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('ang','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('ang','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('ang','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('ang','messages:right-read','s:13:\"en:Read pages\";'),('ang','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('ang','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('ang','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('ang','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('ang','messages:right-sendemail','s:28:\"en:Send email to other users\";'),('ang','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('ang','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('ang','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('ang','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('ang','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('ang','messages:right-undelete','s:18:\"en:Undelete a page\";'),('ang','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('ang','messages:right-upload','s:15:\"en:Upload files\";'),('ang','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('ang','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('ang','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('ang','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('ang','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('ang','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('ang','messages:right-writeapi','s:27:\"ang:Nytt þæs writunge API\";'),('ang','messages:rightslog','s:27:\"ang:Brucenda riht tidgewrit\";'),('ang','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ang','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ang','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('ang','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('ang','messages:rightsnone','s:9:\"en:(none)\";'),('ang','messages:rollback','s:18:\"en:Roll back edits\";'),('ang','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('ang','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('ang','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('ang','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('ang','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('ang','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('ang','messages:rollbackfailed','s:24:\"ang:Bæcsettung tosælde\";'),('ang','messages:rollbacklink','s:16:\"ang:sete on bæc\";'),('ang','messages:rollbacklinkcount','s:39:\"en:rollback $1 {{PLURAL:$1|edit|edits}}\";'),('ang','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('ang','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('ang','messages:sat','s:8:\"ang:Sæt\";'),('ang','messages:saturday','s:15:\"ang:Sæterndæg\";'),('ang','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('ang','messages:savearticle','s:16:\"ang:Horda tramet\";'),('ang','messages:savearticle-start','s:15:\"en:Save page…\";'),('ang','messages:savechanges','s:15:\"en:Save changes\";'),('ang','messages:savechanges-start','s:18:\"en:Save changes…\";'),('ang','messages:savedprefs','s:39:\"ang:Þīna foreberunga wurdon gehordod.\";'),('ang','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('ang','messages:savefile','s:16:\"ang:Horda ymelan\";'),('ang','messages:saveprefs','s:9:\"ang:Horda\";'),('ang','messages:saveusergroups','s:37:\"ang:Horda {{GENDER:$1|brucend}}heapas\";'),('ang','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('ang','messages:scarytranscludefailed','s:35:\"ang:[Bysene feccung tosælde on $1]\";'),('ang','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('ang','messages:scarytranscludetoolong','s:20:\"ang:[URL is to lang]\";'),('ang','messages:search','s:8:\"ang:Socn\";'),('ang','messages:search-category','s:16:\"en:(category $1)\";'),('ang','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('ang','messages:search-external','s:18:\"ang:Utanweard socn\";'),('ang','messages:search-file-match','s:25:\"en:(matches file content)\";'),('ang','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('ang','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('ang','messages:search-ignored-headings','s:561:\"ang: #<!-- Gelæf þis ræw emne swa swa hit biþ --> <pre>\n# Foremearcunga þe socn ne mæg findan.\n# Wendunga to þissum habbað fremnesse sona þan se tramet mid þisse foremearcung is gewriten in getæle.\n# Þu meaht drifan trameta eftgetælgiefung gif þu fremme gelære adihtung.\n# Seo dihtunge is swa folgaþ:\n#   * Eall fram \"#\" stæfe to þisses ræwesende is orþanc.\n#   * Ælc ræw þæt nis gelær is emne þæt titul þærof to beon unfricgende; hiw and eall\nFruman\nUtwearda hlencas\nSeo eac\n #</pre> <!-- Gelæf þis ræw emne swa swa hit biþ -->\";'),('ang','messages:search-interwiki-custom','s:3:\"en:\";'),('ang','messages:search-interwiki-more','s:8:\"ang:(ma)\";'),('ang','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('ang','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('ang','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('ang','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('ang','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('ang','messages:search-nonefound','s:38:\"ang:Ne mihte findan þæt þu woldest.\";'),('ang','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('ang','messages:search-redirect','s:22:\"ang:(edlæded fram $1)\";'),('ang','messages:search-relatedarticle','s:10:\"en:Related\";'),('ang','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('ang','messages:search-result-size','s:38:\"ang:$1 ({{PLURAL:$2|1 word|$2 worda}})\";'),('ang','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('ang','messages:search-section','s:13:\"ang:(dæl $1)\";'),('ang','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('ang','messages:search-suggest','s:18:\"ang:Mænst þu: $1\";'),('ang','messages:search-summary','s:3:\"en:\";'),('ang','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('ang','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('ang','messages:searchall','s:8:\"ang:eall\";'),('ang','messages:searcharticle','s:6:\"ang:Ga\";'),('ang','messages:searchbutton','s:8:\"ang:Socn\";'),('ang','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('ang','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('ang','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('ang','messages:searchmenu-exists','s:109:\"en:There is a page named \"[[:$1]]\" on {{SITENAME}}. {{PLURAL:$2|0=|See also the other search results found.}}\";'),('ang','messages:searchmenu-new','s:181:\"ang:<strong>Scypp þone tramet \"[[:$1]]\" on þissum wiki!</strong> {{PLURAL:$2|0=|Seoh eac þone tramet þe wæs gefunden mid þinre socne.|Seoh eac þa þing þa wæron gefunden.}}\";'),('ang','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ang','messages:searchprofile-advanced','s:14:\"ang:Manigfeald\";'),('ang','messages:searchprofile-advanced-tooltip','s:22:\"ang:Sec on ma namsteda\";'),('ang','messages:searchprofile-articles','s:20:\"ang:Innunge trametas\";'),('ang','messages:searchprofile-articles-tooltip','s:13:\"ang:Sec in $1\";'),('ang','messages:searchprofile-everything','s:11:\"ang:Gehwæt\";'),('ang','messages:searchprofile-everything-tooltip','s:42:\"ang:Sec geond ealla innunga (eac motungum)\";'),('ang','messages:searchprofile-images','s:19:\"ang:Felahawungþing\";'),('ang','messages:searchprofile-images-tooltip','s:14:\"ang:Sec ymelan\";'),('ang','messages:searchrelated','s:10:\"ang:gesibb\";'),('ang','messages:searchresults','s:18:\"ang:Socne wæstmas\";'),('ang','messages:searchresults-title','s:23:\"ang:Socne wæstmas \"$1\"\";'),('ang','messages:searchresultshead','s:8:\"ang:Socn\";'),('ang','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('ang','messages:searchsuggest-search','s:20:\"ang:Sec {{SITENAME}}\";'),('ang','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('ang','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('ang','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('ang','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('ang','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('ang','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('ang','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('ang','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('ang','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('ang','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('ang','messages:sep','s:7:\"ang:Hal\";'),('ang','messages:september','s:15:\"ang:Haligmonað\";'),('ang','messages:september-gen','s:16:\"ang:Haligmonþes\";'),('ang','messages:servertime','s:26:\"ang:Brytniendes tid is nu:\";'),('ang','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ang','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('ang','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('ang','messages:sessionfailure-title','s:18:\"en:Session failure\";'),('ang','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('ang','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('ang','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('ang','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('ang','messages:shared-repo','s:22:\"en:a shared repository\";'),('ang','messages:shared-repo-from','s:10:\"en:from $1\";'),('ang','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('ang','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ang','messages:sharedupload','s:69:\"ang:Þeos ymele is fram $1 and man mot hire brucan on oðrum weorcum.\";'),('ang','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ang','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('ang','messages:sharedupload-desc-here','s:143:\"ang:Þeos ymele is fram $1 and man mot brucan hire on oðrum weorcum. Seo amearcung on hire [$2 tramete ymelan amearcunge] þær is her geywed.\";'),('ang','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('ang','messages:shortpages','s:19:\"ang:Scorte trametas\";'),('ang','messages:shortpages-summary','s:3:\"en:\";'),('ang','messages:show','s:6:\"ang:Yw\";'),('ang','messages:show-big-image','s:18:\"ang:Frumlicu ymele\";'),('ang','messages:show-big-image-other','s:64:\"ang:{{PLURAL:$2|Oðru metinge brædo|Oðra metinga brædo}}: $1.\";'),('ang','messages:show-big-image-preview','s:36:\"ang:Micelness þisre forebysene: $1.\";'),('ang','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('ang','messages:show-big-image-size','s:18:\"ang:$1 be $2 dotta\";'),('ang','messages:showdiff','s:18:\"ang:Yw andwendunga\";'),('ang','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('ang','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('ang','messages:showingresults','s:151:\"ang:Ywð herunder swa fela swa {{PLURAL:$1|<strong>1</strong> gefundennesse|<strong>$1</strong> gefundennessa}}, and #<strong>$2</strong> is seo forme.\";'),('ang','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('ang','messages:shown-title','s:61:\"ang:Yw $1 {{PLURAL:$1|gefunden|gefundenra}} on ælcum tramete\";'),('ang','messages:showpreview','s:16:\"ang:Yw forebysne\";'),('ang','messages:showtoc','s:6:\"ang:yw\";'),('ang','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ang','messages:sig-text','s:7:\"en:--$1\";'),('ang','messages:signature','s:58:\"ang:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|motung]])\";'),('ang','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ang','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('ang','messages:signupend','s:3:\"en:\";'),('ang','messages:signupend-https','s:3:\"en:\";'),('ang','messages:signupstart','s:3:\"en:\";'),('ang','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('ang','messages:site-atom-feed','s:24:\"ang:$1 Atom ærendstream\";'),('ang','messages:site-rss-feed','s:23:\"ang:$1 RSS ærendstream\";'),('ang','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('ang','messages:sitecssprotected','s:105:\"ang:Þu næfð gelæfan ðe ðu adiht þisne CSS-tramet forþæm ðe hit meaht gewægan ealle gesecendas.\";'),('ang','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('ang','messages:sitejsonprotected','s:106:\"ang:Þu næfð gelæfan ðe ðu adiht þisne JSON-tramet forþæm ðe hit meaht gewægan ealle gesecendas.\";'),('ang','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('ang','messages:sitejsprotected','s:112:\"ang:Þu næfð gelæfan ðe ðu adiht þisne JavaScript-tramet forþæm ðe hit meaht gewægan ealle gesecendas.\";'),('ang','messages:sitenotice','s:4:\"en:-\";'),('ang','messages:siterawhtmlprotected','s:146:\"ang:Þu næfð gelæfan ðe ðu adiht þisne tramet forþæm ðe hit befon hreaw HTML and þis run mot beon awendod to gewægenne eall besecendas.\";'),('ang','messages:sitesubtitle','s:3:\"en:\";'),('ang','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ang','messages:siteuser','s:27:\"ang:{{SITENAME}} brucend $1\";'),('ang','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('ang','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('ang','messages:size-exabytes','s:8:\"en:$1 EB\";'),('ang','messages:size-exapixel','s:8:\"en:$1 EP\";'),('ang','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('ang','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('ang','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('ang','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('ang','messages:size-megabytes','s:8:\"en:$1 MB\";'),('ang','messages:size-megapixel','s:8:\"en:$1 MP\";'),('ang','messages:size-petabytes','s:8:\"en:$1 PB\";'),('ang','messages:size-petapixel','s:8:\"en:$1 PP\";'),('ang','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('ang','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ang','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ang','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ang','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ang','messages:size-terabytes','s:8:\"en:$1 TB\";'),('ang','messages:size-terapixel','s:8:\"en:$1 TP\";'),('ang','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('ang','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('ang','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('ang','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('ang','messages:skin-action-addsection','s:22:\"ang:Besettan mearcunge\";'),('ang','messages:skin-action-delete','s:11:\"ang:Forleos\";'),('ang','messages:skin-action-move','s:9:\"ang:Wegan\";'),('ang','messages:skin-action-protect','s:9:\"ang:Beorg\";'),('ang','messages:skin-action-undelete','s:23:\"ang:Scieppan tramet eft\";'),('ang','messages:skin-action-unprotect','s:18:\"ang:Wend beorgunge\";'),('ang','messages:skin-action-viewdeleted','s:21:\"ang:Wilt þu $1 seon?\";'),('ang','messages:skin-action-viewsource','s:31:\"ang:Beseon on innoðas trametes\";'),('ang','messages:skin-preview','s:13:\"ang:Forebysen\";'),('ang','messages:skin-view-create','s:11:\"ang:Scippan\";'),('ang','messages:skin-view-create-local','s:31:\"ang:Besete stowlice gemearcunge\";'),('ang','messages:skin-view-edit','s:9:\"ang:Adiht\";'),('ang','messages:skin-view-edit-local','s:35:\"ang:Adiht þa stowlican gemearcunge\";'),('ang','messages:skin-view-foreign','s:15:\"ang:Sihþ on $1\";'),('ang','messages:skin-view-history','s:14:\"ang:Seoh stær\";'),('ang','messages:skin-view-view','s:8:\"ang:Ræd\";'),('ang','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ang','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('ang','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('ang','messages:slot-name-main','s:7:\"en:Main\";'),('ang','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('ang','messages:sorbs','s:8:\"en:DNSBL\";'),('ang','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('ang','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('ang','messages:sort-ascending','s:26:\"ang:Behweolf miceliendlice\";'),('ang','messages:sort-descending','s:25:\"ang:Behweorf lytliendlice\";'),('ang','messages:sort-initial','s:30:\"ang:Ge-endebred forma bocstæf\";'),('ang','messages:sort-rowspan-error','s:144:\"ang:Þes tramet befehþ tæfl seo is ræwspanncunde for marum ræwum þon soþe ah þeos tæfl. Ðu miht þis betan gif ðu adihte þone tramet.\";'),('ang','messages:sourcefilename','s:23:\"ang:Fruman ymelan nama:\";'),('ang','messages:sourceurl','s:14:\"en:Source URL:\";'),('ang','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ang','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('ang','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ang','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('ang','messages:sp-contributions-blocklog','s:27:\"ang:forbodennessa tidgewrit\";'),('ang','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('ang','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('ang','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('ang','messages:sp-contributions-explain','s:3:\"en:\";'),('ang','messages:sp-contributions-footer','s:4:\"en:-\";'),('ang','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ang','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ang','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('ang','messages:sp-contributions-logs','s:14:\"ang:tidgewritu\";'),('ang','messages:sp-contributions-newonly','s:49:\"ang:Ana yw adihtunga þa sind trametgescapennessa\";'),('ang','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('ang','messages:sp-contributions-search','s:17:\"ang:Sec forðunga\";'),('ang','messages:sp-contributions-submit','s:7:\"ang:Sec\";'),('ang','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('ang','messages:sp-contributions-talk','s:10:\"ang:motung\";'),('ang','messages:sp-contributions-toponly','s:52:\"ang:Ane yw adihtunga þa sind þa niwostan edniwunga\";'),('ang','messages:sp-contributions-uploads','s:20:\"ang:forþhladennessa\";'),('ang','messages:sp-contributions-username','s:36:\"ang:IP hamsteall oþþe brucendnama:\";'),('ang','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('ang','messages:sp-deletedcontributions-contribs','s:13:\"ang:forðunga\";'),('ang','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('ang','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('ang','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('ang','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('ang','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('ang','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('ang','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('ang','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('ang','messages:special-characters-group-arabic','s:11:\"ang:Arabisc\";');
INSERT INTO `mw_l10n_cache` VALUES ('ang','messages:special-characters-group-arabicextended','s:18:\"en:Arabic extended\";'),('ang','messages:special-characters-group-bangla','s:9:\"en:Bangla\";'),('ang','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('ang','messages:special-characters-group-cyrillic','s:13:\"ang:Cyrillisc\";'),('ang','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('ang','messages:special-characters-group-greek','s:11:\"ang:Grecisc\";'),('ang','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('ang','messages:special-characters-group-gujarati','s:11:\"en:Gujarati\";'),('ang','messages:special-characters-group-hebrew','s:9:\"en:Hebrew\";'),('ang','messages:special-characters-group-ipa','s:6:\"en:IPA\";'),('ang','messages:special-characters-group-khmer','s:8:\"en:Khmer\";'),('ang','messages:special-characters-group-lao','s:6:\"en:Lao\";'),('ang','messages:special-characters-group-latin','s:10:\"ang:Lǣden\";'),('ang','messages:special-characters-group-latinextended','s:18:\"ang:Ēacnod Lǣden\";'),('ang','messages:special-characters-group-persian','s:14:\"ang:Perseanisc\";'),('ang','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('ang','messages:special-characters-group-sinhala','s:10:\"en:Sinhala\";'),('ang','messages:special-characters-group-symbols','s:9:\"ang:Tacnu\";'),('ang','messages:special-characters-group-tamil','s:8:\"en:Tamil\";'),('ang','messages:special-characters-group-telugu','s:9:\"en:Telugu\";'),('ang','messages:special-characters-group-thai','s:7:\"en:Thai\";'),('ang','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('ang','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('ang','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('ang','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('ang','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('ang','messages:specialeditpage-page','s:14:\"en:Target page\";'),('ang','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('ang','messages:speciallogtitlelabel','s:56:\"ang:Ende (trametes titul oþþe {{ns:user}}brucendnama):\";'),('ang','messages:specialloguserlabel','s:24:\"ang:Gelæstende brucend:\";'),('ang','messages:specialmute','s:7:\"en:Mute\";'),('ang','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('ang','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('ang','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('ang','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ang','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('ang','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('ang','messages:specialmute-submit','s:10:\"en:Confirm\";'),('ang','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('ang','messages:specialpage','s:18:\"ang:Syndrig tramet\";'),('ang','messages:specialpage-empty','s:44:\"ang:Þær ne sindon wæstmas þisse cenninge\";'),('ang','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('ang','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('ang','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('ang','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('ang','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('ang','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('ang','messages:specialpages','s:21:\"ang:Syndrige trametas\";'),('ang','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('ang','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('ang','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('ang','messages:specialpages-group-login','s:25:\"en:Login / create account\";'),('ang','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('ang','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('ang','messages:specialpages-group-other','s:27:\"ang:Oðre syndrige trametas\";'),('ang','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('ang','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('ang','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('ang','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('ang','messages:specialpages-group-users','s:22:\"ang:Brucendas and riht\";'),('ang','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('ang','messages:specialpages-note-cached','s:4:\"en:-\";'),('ang','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('ang','messages:specialpages-note-top','s:9:\"en:Legend\";'),('ang','messages:specialpages-summary','s:3:\"en:\";'),('ang','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('ang','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('ang','messages:specialpurge-page','s:14:\"en:Target page\";'),('ang','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('ang','messages:statistics','s:12:\"ang:Gefræge\";'),('ang','messages:statistics-articles','s:20:\"ang:Innunge trametas\";'),('ang','messages:statistics-articles-desc','s:3:\"en:\";'),('ang','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('ang','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('ang','messages:statistics-files','s:17:\"en:Uploaded files\";'),('ang','messages:statistics-files-desc','s:3:\"en:\";'),('ang','messages:statistics-footer','s:3:\"en:\";'),('ang','messages:statistics-header-edits','s:18:\"en:Edit statistics\";'),('ang','messages:statistics-header-hooks','s:19:\"en:Other statistics\";'),('ang','messages:statistics-header-pages','s:18:\"en:Page statistics\";'),('ang','messages:statistics-header-users','s:18:\"en:User statistics\";'),('ang','messages:statistics-pages','s:12:\"ang:Trametas\";'),('ang','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('ang','messages:statistics-summary','s:3:\"en:\";'),('ang','messages:statistics-users','s:19:\"en:Registered users\";'),('ang','messages:statistics-users-active','s:22:\"ang:Dædlice brucendas\";'),('ang','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('ang','messages:storedversion','s:18:\"en:Stored revision\";'),('ang','messages:subcategories','s:16:\"ang:Underfloccas\";'),('ang','messages:subject','s:13:\"ang:Andweorc:\";'),('ang','messages:summary','s:14:\"ang:Scortness:\";'),('ang','messages:summary-preview','s:38:\"ang:Adihtunge scortgewrites forebysen:\";'),('ang','messages:sun','s:7:\"ang:Sun\";'),('ang','messages:sunday','s:14:\"ang:Sunnandæg\";'),('ang','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('ang','messages:suppress','s:11:\"en:Suppress\";'),('ang','messages:suppressionlog','s:18:\"en:Suppression log\";'),('ang','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('ang','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('ang','messages:svg-long-desc','s:58:\"ang:SVG ymele, rihte $1 × $2 pixela, ymelan micelness: $3\";'),('ang','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('ang','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('ang','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('ang','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('ang','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('ang','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('ang','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('ang','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('ang','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('ang','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('ang','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('ang','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('ang','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('ang','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('ang','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('ang','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('ang','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('ang','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('ang','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('ang','messages:table_pager_empty','s:24:\"ang:Nænga gefundennessa\";'),('ang','messages:table_pager_first','s:16:\"ang:Forma tramet\";'),('ang','messages:table_pager_last','s:21:\"ang:Hindemesta tramet\";'),('ang','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('ang','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('ang','messages:table_pager_limit_submit','s:6:\"ang:Ga\";'),('ang','messages:table_pager_next','s:12:\"en:Next page\";'),('ang','messages:table_pager_prev','s:16:\"en:Previous page\";'),('ang','messages:tag-filter','s:41:\"ang:[[Special:Tags|Mearcincles]] siftend:\";'),('ang','messages:tag-filter-submit','s:9:\"en:Filter\";'),('ang','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('ang','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('ang','messages:tag-mobile_edit','s:26:\"ang:Handrīmeres ādihtung\";'),('ang','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('ang','messages:tag-mobile_web_edit','s:33:\"ang:Handsprecenda webbes adihtung\";'),('ang','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('ang','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('ang','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('ang','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('ang','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('ang','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('ang','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('ang','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('ang','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('ang','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('ang','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('ang','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('ang','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('ang','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('ang','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('ang','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('ang','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('ang','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('ang','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('ang','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('ang','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('ang','messages:tag-mw-undo','s:7:\"en:Undo\";'),('ang','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('ang','messages:tagline','s:21:\"ang:Fram {{SITENAME}}\";'),('ang','messages:tags','s:20:\"en:Valid change tags\";'),('ang','messages:tags-actions-header','s:10:\"en:Actions\";'),('ang','messages:tags-activate','s:11:\"en:activate\";'),('ang','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('ang','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ang','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('ang','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('ang','messages:tags-activate-submit','s:11:\"en:Activate\";'),('ang','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('ang','messages:tags-active-header','s:10:\"en:Active?\";'),('ang','messages:tags-active-no','s:8:\"ang:Nese\";'),('ang','messages:tags-active-yes','s:7:\"ang:Gea\";'),('ang','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('ang','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('ang','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('ang','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('ang','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('ang','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('ang','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('ang','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('ang','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('ang','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('ang','messages:tags-create-reason','s:10:\"en:Reason:\";'),('ang','messages:tags-create-submit','s:9:\"en:Create\";'),('ang','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('ang','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('ang','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('ang','messages:tags-deactivate','s:13:\"en:deactivate\";'),('ang','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('ang','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('ang','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('ang','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('ang','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('ang','messages:tags-delete','s:9:\"en:delete\";'),('ang','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('ang','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('ang','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('ang','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('ang','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('ang','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('ang','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('ang','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('ang','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('ang','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('ang','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('ang','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('ang','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('ang','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('ang','messages:tags-edit','s:9:\"ang:adiht\";'),('ang','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('ang','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('ang','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('ang','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('ang','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('ang','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('ang','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ang','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('ang','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('ang','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('ang','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('ang','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('ang','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('ang','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('ang','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('ang','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('ang','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('ang','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('ang','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ang','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('ang','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('ang','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('ang','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('ang','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('ang','messages:tags-hidden','s:11:\"en:(hidden)\";'),('ang','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('ang','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('ang','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('ang','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('ang','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('ang','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('ang','messages:tags-source-header','s:9:\"en:Source\";'),('ang','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('ang','messages:tags-source-none','s:19:\"en:No longer in use\";'),('ang','messages:tags-summary','s:3:\"en:\";'),('ang','messages:tags-tag','s:11:\"en:Tag name\";'),('ang','messages:tags-title','s:7:\"en:Tags\";'),('ang','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('ang','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('ang','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('ang','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('ang','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('ang','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('ang','messages:talk','s:10:\"ang:Motung\";'),('ang','messages:talkpageheader','s:4:\"en:-\";'),('ang','messages:talkpagelinktext','s:10:\"ang:motung\";'),('ang','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ang','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('ang','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ang','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('ang','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('ang','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('ang','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('ang','messages:template-protected','s:14:\"ang:(geborgen)\";'),('ang','messages:template-semiprotected','s:15:\"ang:(samborgen)\";'),('ang','messages:templatepage','s:21:\"ang:Seoh bysne tramet\";'),('ang','messages:templatesused','s:77:\"ang:{{PLURAL:$1|Þeos bysen is|Þas bysna sind}} gebrocen on þissum tramete:\";'),('ang','messages:templatesusedpreview','s:80:\"ang:{{PLURAL:$1|Þeos bysen is|Þas bysena sind}} gebrocen on þisre forebysene:\";'),('ang','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('ang','messages:textmatches','s:20:\"en:Page text matches\";'),('ang','messages:thisisdeleted','s:41:\"ang:Wilt þu hawian $1 oþþe eft feccan?\";'),('ang','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('ang','messages:thu','s:8:\"ang:Þun\";'),('ang','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('ang','messages:thumbnail-more','s:9:\"ang:Gerym\";'),('ang','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('ang','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('ang','messages:thumbnail_error','s:31:\"en:Error creating thumbnail: $1\";'),('ang','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('ang','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('ang','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('ang','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('ang','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('ang','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('ang','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('ang','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('ang','messages:thumbsize','s:26:\"ang:Metingincles micelnes:\";'),('ang','messages:thursday','s:15:\"ang:Þunresdæg\";'),('ang','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('ang','messages:timeouterror','s:26:\"ang:Se þeowa id forealded\";'),('ang','messages:timeouterror-text','s:76:\"ang:Seo lengste tid, seo is $1 {{PLURAL:S1|second|seconda}} wæs oferstigen.\";'),('ang','messages:timezone-local','s:8:\"en:Local\";'),('ang','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('ang','messages:timezone-utc','s:6:\"en:UTC\";'),('ang','messages:timezonelegend','s:12:\"ang:Tidgeard\";'),('ang','messages:timezoneregion-africa','s:9:\"en:Africa\";'),('ang','messages:timezoneregion-america','s:10:\"en:America\";'),('ang','messages:timezoneregion-antarctica','s:13:\"en:Antarctica\";'),('ang','messages:timezoneregion-arctic','s:9:\"en:Arctic\";'),('ang','messages:timezoneregion-asia','s:7:\"en:Asia\";'),('ang','messages:timezoneregion-atlantic','s:17:\"en:Atlantic Ocean\";'),('ang','messages:timezoneregion-australia','s:12:\"en:Australia\";'),('ang','messages:timezoneregion-europe','s:9:\"en:Europe\";'),('ang','messages:timezoneregion-indian','s:15:\"en:Indian Ocean\";'),('ang','messages:timezoneregion-pacific','s:16:\"en:Pacific Ocean\";'),('ang','messages:timezoneuseoffset','s:31:\"en:Other (time offset from UTC)\";'),('ang','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('ang','messages:title-invalid','s:45:\"ang:Se trametnama se ðu firmetest is ungenge\";'),('ang','messages:title-invalid-characters','s:67:\"ang:Se trametnama se ðu firmetest befehþ ungenge bocstafas: \"$1\".\";'),('ang','messages:title-invalid-empty','s:83:\"ang:Se trametnama se ðu firmetest is æmetig oþþe befehþ anlic namarumes naman.\";'),('ang','messages:title-invalid-interwiki','s:98:\"ang:Se trametnama se ðu firmetest befehþ betwuhwicihlenc þe man ne sceal brucan in trametnamum.\";'),('ang','messages:title-invalid-leading-colon','s:83:\"ang:Se tramettitul þone þu wilt belycþ ungenge tægeltwageprice æt his onginne.\";'),('ang','messages:title-invalid-magic-tilde','s:103:\"ang:Se trametnama se ðu firmetest  befiehþ ungengu drylicu tildeæfterfylging (<nowiki>~~~</nowiki>).\";'),('ang','messages:title-invalid-relative','s:152:\"ang:Ðes trametnama hæfþ edlesende paþ. Edlesende trametnaman (./, ../) sind ungenge, forþæm þe oft biþ brucendes ymbsceawere ungripor mid hiera.\";'),('ang','messages:title-invalid-talk-namespace','s:71:\"ang:Se trametnama se ðu firmetest is for motungtramte se ne mæg beon.\";'),('ang','messages:title-invalid-too-long','s:144:\"ang:Se tramettitul þone þu wilt is to lang.  He ne sceal beon lengra þonne $1 {{PLURAL:$1|lytelbita|lytelbitena}} on UTF-8 runwritgesetnesse.\";'),('ang','messages:title-invalid-utf8','s:71:\"ang:Se trametnama se ðu firmetest befehþ ungenge UTF-8 æfterfylging.\";'),('ang','messages:titlematches','s:21:\"en:Page title matches\";'),('ang','messages:titleprotected','s:105:\"ang:Þis titul hæfþ gebeon gemundod fram gescæfte be [[User:$1|$1]].\nSeo racu gegiefen is <em>$2</em>.\";'),('ang','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('ang','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('ang','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('ang','messages:toc','s:10:\"ang:Innung\";'),('ang','messages:today-at','s:5:\"en:$1\";'),('ang','messages:tog-ccmeonemails','s:75:\"ang:Send me bewritennessa þara spearcærenda þa ic oðrum brucendum sende\";'),('ang','messages:tog-diffonly','s:43:\"ang:Ne iw trameta innunge under tosceadunge\";'),('ang','messages:tog-editondblclick','s:44:\"ang:Adiht trametas mid twifealdum mys swenge\";'),('ang','messages:tog-editsectiononrightclick','s:76:\"ang:Þafa dæla adihtunge þurh swiðran healfe mys swengas on dæla titulum\";'),('ang','messages:tog-enotifminoredits','s:86:\"ang:Send me spearcærend eac þær lytla adihtunga trameta and ymelena sindon gefremed\";'),('ang','messages:tog-enotifrevealaddr','s:62:\"ang:Iw minne spearcærenda naman on gecyðendum spearcærendum\";'),('ang','messages:tog-enotifusertalkpages','s:59:\"ang:Send me spearcærend þær min brucendmotung is awended\";'),('ang','messages:tog-enotifwatchlistpages','s:88:\"ang:Send me spearcærend þær tramet oþþe ymele on minum behealdunggetæle is awended\";'),('ang','messages:tog-extendwatchlist','s:76:\"ang:Spræd behealdunggetæl to iwenne ealla andwendinga, na ane þa niwostan\";'),('ang','messages:tog-fancysig','s:89:\"ang:Getrahte handseten to wicigewrite (buton selfgewrohten hlenc þine brucendes tramete)\";'),('ang','messages:tog-forceeditsummary','s:107:\"ang:Wara me þær ic write æmettig adihtunge sceortgewrit (oþþe þæt ærgesetede undounge sceortgewrit)\";'),('ang','messages:tog-hidecategorization','s:23:\"ang:Hyd trameta floccas\";'),('ang','messages:tog-hideminor','s:53:\"ang:Hyd lytela adihtunga in niwra andwendunga getæle\";'),('ang','messages:tog-hidepatrolled','s:55:\"ang:Hyd weardoda adihtunga in niwra andwendinga getæle\";'),('ang','messages:tog-minordefault','s:48:\"ang:Mearca ealla adihtunga to lytelum to gewunan\";'),('ang','messages:tog-newpageshidepatrolled','s:54:\"ang:Hyd weardode trametas in niwra andwendinga getæle\";'),('ang','messages:tog-norollbackdiff','s:50:\"ang:Ne iw tosceadunge siððan undoung is gefremed\";'),('ang','messages:tog-oldsig','s:25:\"ang:Þin genge handseten:\";'),('ang','messages:tog-prefershttps','s:62:\"ang:Æfre bruc sicorre þeodnesse þa hwile þe þu eart ingan\";'),('ang','messages:tog-previewonfirst','s:45:\"ang:Iw forebysne on þære ærostan adihtunge\";'),('ang','messages:tog-previewontop','s:41:\"ang:Iw forebysne beforan adihtunge mearce\";'),('ang','messages:tog-requireemail','s:136:\"ang:Send hrædærendgewritas for aleafneswordsetnunge anlice þan se brucend giefð begen hrædærendgewrites naman and brucendes naman.\";'),('ang','messages:tog-showhiddencats','s:23:\"ang:Ic gehydede floccas\";'),('ang','messages:tog-shownumberswatching','s:38:\"ang:Iw þæt rim behealdendra brucenda\";'),('ang','messages:tog-showrollbackconfirmation','s:66:\"ang:Yw aseðendlicu gemanung þan þu aþyst on awæltendum hlence\";'),('ang','messages:tog-underline','s:24:\"ang:Mearc under hlencan:\";'),('ang','messages:tog-useeditwarning','s:75:\"ang:Wara me þær ic afare fram adihtunge tramete mid unhordodum awendingum\";'),('ang','messages:tog-uselivepreview','s:48:\"ang:Yw forebysna butan se tramet si eft gehladen\";'),('ang','messages:tog-usenewrc','s:97:\"ang:Sete andwendunga on heapas æfter trametum on niwra andwendunga getæle and behealdunggetæle\";'),('ang','messages:tog-watchcreations','s:84:\"ang:Ic min behealdunggetæl mid trametum þa ic scippe and ymelan þa ic hlade forþ\";'),('ang','messages:tog-watchdefault','s:65:\"ang:Ic min behealdunggetæl mid trametum and ymelum þa ic adihte\";'),('ang','messages:tog-watchdeletion','s:67:\"ang:Ic min behealdunggetæl mid trametum and ymelum þa ic forleose\";'),('ang','messages:tog-watchlisthideanons','s:69:\"ang:Hyd adihtunga fram uncuðum brucendum wiþ þæt behealdunggetæl\";'),('ang','messages:tog-watchlisthidebots','s:58:\"ang:Hyd searuþræla adihtunga wiþ þæt behealdunggetæl\";'),('ang','messages:tog-watchlisthidecategorization','s:26:\"ang:Hyd trameta floccnaman\";'),('ang','messages:tog-watchlisthideliu','s:89:\"ang:Hyd adihtunga þa wæron fram inganum brucendum gefremeda wiþ þæt behealdunggetæl\";'),('ang','messages:tog-watchlisthideminor','s:51:\"ang:Hyd lytla adihtunga wiþ þæt behealdunggetæl\";'),('ang','messages:tog-watchlisthideown','s:50:\"ang:Hyd mina adihtunga wiþ þæt behealdunggetæl\";'),('ang','messages:tog-watchlisthidepatrolled','s:54:\"ang:Hyd weardoda adihtunga wiþ þæt behealdunggetæl\";'),('ang','messages:tog-watchlistreloadautomatically','s:105:\"ang:Eft behlæste þa wæcgetalen selffremmede þanecan seocche biþ gewended (JavaScript is nidbeþearf)\";'),('ang','messages:tog-watchlistunwatchlinks','s:191:\"ang:Beeac geriht wæcc/unwæcc mircels ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to gewæccedum trametum mid gehwyrfednessum (JavaScript is nidbehoflc for getogefremmednesse)\";'),('ang','messages:tog-watchmoves','s:65:\"ang:Ic min behealdunggetæl mid trametum and ymelum þa ic awecge\";'),('ang','messages:tog-watchrollback','s:77:\"ang:Ætece trametas þær ic habbe gefremmed efthweorfung to minre wæcgetale\";'),('ang','messages:tog-watchuploads','s:57:\"ang:Ic min behealdunggetæl mid ymelum þa ic hlade forþ\";'),('ang','messages:tool-link-contributions','s:37:\"ang:{{GENDER:$1|Brucendes}} forðunga\";'),('ang','messages:tool-link-emailuser','s:87:\"ang:Send {{GENDER:$1|þissum brucende|þisse brucestran|þissum brucende}} spearcærend\";'),('ang','messages:tool-link-userrights','s:62:\"ang:Andwend {{GENDER:$1|brucenda|brucestrena|brucenda}} heapas\";'),('ang','messages:tool-link-userrights-readonly','s:61:\"ang:Gehawa {{GENDER:$1|brucenda|brucestrena|brucenda}} heapas\";'),('ang','messages:toolbox','s:7:\"ang:Tol\";'),('ang','messages:tooltip-ca-addsection','s:21:\"ang:Beginn niwne dæl\";'),('ang','messages:tooltip-ca-delete','s:25:\"ang:Forleos þisne tramet\";'),('ang','messages:tooltip-ca-edit','s:24:\"ang:Adiht þisne tramet.\";'),('ang','messages:tooltip-ca-history','s:35:\"ang:Ærran fadunga þisses trametes\";'),('ang','messages:tooltip-ca-move','s:22:\"ang:Aweg þisne tramet\";'),('ang','messages:tooltip-ca-nstab-category','s:29:\"ang:Seoh þone flocces tramet\";'),('ang','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('ang','messages:tooltip-ca-nstab-image','s:28:\"ang:Seoh þone ymelan tramet\";'),('ang','messages:tooltip-ca-nstab-main','s:29:\"ang:Seoh þone innunge tramet\";'),('ang','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('ang','messages:tooltip-ca-nstab-mediawiki','s:48:\"ang:Seoh þære endebyrdnesse þæt ærendgewrit\";'),('ang','messages:tooltip-ca-nstab-project','s:26:\"ang:Seoh þone weorctramet\";'),('ang','messages:tooltip-ca-nstab-special','s:53:\"ang:Þes is syndrig tramet; nis se tramet adihtendlic\";'),('ang','messages:tooltip-ca-nstab-template','s:19:\"ang:Seoh þa bysene\";'),('ang','messages:tooltip-ca-nstab-user','s:28:\"ang:Seoh þone brucendtramet\";'),('ang','messages:tooltip-ca-protect','s:23:\"ang:Beorg þisne tramet\";'),('ang','messages:tooltip-ca-talk','s:36:\"ang:Motung ymbe þone innunge tramet\";'),('ang','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('ang','messages:tooltip-ca-unprotect','s:37:\"ang:Andwend beorgune þisses trametes\";'),('ang','messages:tooltip-ca-unwatch','s:50:\"ang:Anim þisne tramet fram þinum behealdungtæle\";'),('ang','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('ang','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('ang','messages:tooltip-ca-view','s:3:\"en:\";'),('ang','messages:tooltip-ca-viewsource','s:54:\"ang:Þes tramet is geborgen.\nÞu most his fruman seon.\";'),('ang','messages:tooltip-ca-watch','s:49:\"ang:Besete þisne tramet on þinum behealdungtæl\";'),('ang','messages:tooltip-compareselectedversions','s:76:\"ang:Seoh þa gescead betweonan þam twam gecorenum fadungum þisses trametes\";'),('ang','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('ang','messages:tooltip-diff','s:58:\"ang:Yw þa andwendunga þa þe þu dydest wiþ þone traht\";'),('ang','messages:tooltip-feed-atom','s:32:\"ang:Atom stream þisses trametes\";'),('ang','messages:tooltip-feed-rss','s:31:\"ang:RSS stream þisses trametes\";'),('ang','messages:tooltip-invert','s:114:\"en:Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)\";'),('ang','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('ang','messages:tooltip-minoredit','s:36:\"ang:Mearca þas to lytelre adihtunge\";'),('ang','messages:tooltip-n-currentevents','s:40:\"ang:Find yldre gefræge ymbe niwu gelimp\";'),('ang','messages:tooltip-n-help','s:18:\"ang:Cunnunge stede\";'),('ang','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ang','messages:tooltip-n-mainpage','s:26:\"ang:Sec þone heafodtramet\";'),('ang','messages:tooltip-n-mainpage-description','s:26:\"ang:Sec þone heafodtramet\";'),('ang','messages:tooltip-n-portal','s:73:\"ang:Gefræge ymbe þæt weorc, hwæt meaht þu don, hwær man finde þing\";'),('ang','messages:tooltip-n-randompage','s:27:\"ang:Hlad gelimplicne tramet\";'),('ang','messages:tooltip-n-recentchanges','s:42:\"ang:Getæl niwra andwendunga on þæm wiki\";'),('ang','messages:tooltip-namespace_association','s:102:\"en:Check this box to also include the talk or subject namespace associated with the selected namespace\";'),('ang','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('ang','messages:tooltip-p-lang','s:3:\"en:\";'),('ang','messages:tooltip-p-logo','s:26:\"ang:Sec þone heafodtramet\";'),('ang','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ang','messages:tooltip-p-navigation','s:3:\"en:\";'),('ang','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('ang','messages:tooltip-p-tb','s:3:\"en:\";'),('ang','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ang','messages:tooltip-p-user-page','s:3:\"en:\";'),('ang','messages:tooltip-p-variants','s:3:\"en:\";'),('ang','messages:tooltip-p-views','s:3:\"en:\";'),('ang','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('ang','messages:tooltip-preview','s:67:\"ang:Seoh forebysene þinra andwendunga. Do þis la ær þu hordast!\";'),('ang','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('ang','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('ang','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('ang','messages:tooltip-pt-createaccount','s:87:\"ang:Man bideð þe þæt þu scyppe wisboc and fo to þære; ac þeah þæt nis nidfull\";'),('ang','messages:tooltip-pt-login','s:67:\"ang:Ic bidde þe þæt þu fo to wisbec; ac þeah þæt nis nidfull\";'),('ang','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('ang','messages:tooltip-pt-logout','s:23:\"ang:Blinn þinre wisbec\";'),('ang','messages:tooltip-pt-mycontris','s:39:\"ang:Getæl {{GENDER:|þinra}} forðunga\";'),('ang','messages:tooltip-pt-mytalk','s:27:\"ang:{{GENDER:|Þin}} motung\";'),('ang','messages:tooltip-pt-preferences','s:33:\"ang:{{GENDER:|Þina}} foreberunga\";'),('ang','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('ang','messages:tooltip-pt-userpage','s:34:\"ang:{{GENDER:|Þin brucendtramet}}\";'),('ang','messages:tooltip-pt-watchlist','s:63:\"ang:Getæl trameta þa þe þu behealdest hwæder hie andwenden\";'),('ang','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('ang','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('ang','messages:tooltip-rollback','s:78:\"en:\"Rollback\" reverts the last contributor\'s edit(s) to this page in one click\";'),('ang','messages:tooltip-save','s:27:\"ang:Horda þina andwendunga\";'),('ang','messages:tooltip-search','s:26:\"ang:Sec geond {{SITENAME}}\";'),('ang','messages:tooltip-search-fulltext','s:38:\"ang:Sec þisne traht on þæm trametum\";'),('ang','messages:tooltip-search-go','s:61:\"ang:Ga to tramete þe hæfþ efne þisne naman, gif þæt beo\";'),('ang','messages:tooltip-summary','s:28:\"ang:Writ sceorte gemearcunge\";'),('ang','messages:tooltip-t-contributions','s:70:\"ang:Getæl forðunga {{GENDER:$1|þisses brucendes|þisse brucestran}}\";'),('ang','messages:tooltip-t-emailuser','s:68:\"ang:Send spearcærnd {{GENDER:$1|þissum brucende|þisse brucicgan}}\";'),('ang','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('ang','messages:tooltip-t-permalink','s:58:\"ang:Fæst hlenca gecnyted to þisre fadunge þæs trametes\";'),('ang','messages:tooltip-t-print','s:41:\"ang:Bewritendlicu fadung þisses trametes\";'),('ang','messages:tooltip-t-recentchangeslinked','s:58:\"ang:Niwa andwendunga in trametum to þam þes tramet cnytt\";'),('ang','messages:tooltip-t-specialpages','s:35:\"ang:Getæl eallra syndrigra trameta\";'),('ang','messages:tooltip-t-upload','s:21:\"ang:Hlad ymelan forþ\";'),('ang','messages:tooltip-t-whatlinkshere','s:80:\"ang:Getæl eallra wiki trameta þa habbaþ hlencan þa cnyttaþ to þissum stede\";'),('ang','messages:tooltip-undo','s:120:\"ang:\"Undo\" undeþ þas adihtunge and openaþ þone adihtunge tramet to forebysene. Man mot race to sceortgewrite writan.\";'),('ang','messages:tooltip-upload','s:15:\"en:Start upload\";'),('ang','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('ang','messages:tooltip-watch','s:52:\"ang:Besete þisne tramet on þinum behealdunggetæle\";'),('ang','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('ang','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('ang','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ang','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('ang','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('ang','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('ang','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('ang','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('ang','messages:trackingcategories-name','s:15:\"en:Message name\";'),('ang','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('ang','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('ang','messages:transaction-duration-limit-exceeded','s:259:\"ang:Ðe þu mæg forcyrran langu elcung in awritunge, þeos wyrht wæs geendod forþæm þe seo gewrithwil ($1) onþunode þæt mære se is $2 secondas. Gif þu wilst onwendan manig þing ædre, geneðe þæt þu fremme manifealda læssa weorcdædas þærfor.\";'),('ang','messages:transaction-max-statement-time-exceeded','s:213:\"ang:Ðe þu mæg forcyrran oferhlæst in þæm gefræghord, þeos wyrht wæs geendod forþæm þe seo gewrithwil.\nGif þu rædest manig þing ædre, geneðe þæt þu fremme manifealda læssa weorcdædas þærfor.\";'),('ang','messages:translateinterface','s:167:\"ang:Gif þu wilt geycan oððe andwendan awendednesse for eallum wici, bruc [https://translatewiki.net/ translatewiki.net], þæt is se MediaWiki stowlicnesse geweorc.\";'),('ang','messages:tue','s:7:\"ang:Tiw\";'),('ang','messages:tuesday','s:13:\"ang:Tiwesdæg\";'),('ang','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('ang','messages:uctop','s:6:\"ang:nu\";'),('ang','messages:unblock','s:15:\"en:Unblock user\";'),('ang','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('ang','messages:unblock-summary','s:3:\"en:\";'),('ang','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('ang','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('ang','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('ang','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('ang','messages:unblockip','s:15:\"en:Unblock user\";'),('ang','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('ang','messages:unblocklink','s:13:\"ang:gelyf eft\";'),('ang','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ang','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('ang','messages:uncategorizedcategories','s:27:\"en:Uncategorized categories\";'),('ang','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ang','messages:uncategorizedimages','s:22:\"en:Uncategorized files\";'),('ang','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ang','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('ang','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ang','messages:uncategorizedtemplates','s:26:\"en:Uncategorized templates\";'),('ang','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ang','messages:undelete','s:21:\"en:View deleted pages\";'),('ang','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('ang','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('ang','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('ang','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('ang','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('ang','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('ang','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('ang','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('ang','messages:undelete-fieldset-title','s:21:\"en:Undelete revisions\";'),('ang','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('ang','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('ang','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('ang','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('ang','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('ang','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('ang','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ang','messages:undelete-search-box','s:23:\"en:Search deleted pages\";'),('ang','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('ang','messages:undelete-search-prefix','s:28:\"en:Show pages starting with:\";'),('ang','messages:undelete-search-submit','s:7:\"ang:Sec\";'),('ang','messages:undelete-search-title','s:23:\"en:Search deleted pages\";'),('ang','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('ang','messages:undelete-show-file-submit','s:6:\"en:Yes\";'),('ang','messages:undelete-summary','s:3:\"en:\";'),('ang','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('ang','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('ang','messages:undelete_short','s:54:\"ang:Scypp {{PLURAL:$1|ane adihtunge|$1 adihtunga}} eft\";'),('ang','messages:undeletebtn','s:14:\"ang:Edstaðola\";'),('ang','messages:undeletecomment','s:10:\"en:Reason:\";'),('ang','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ang','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('ang','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('ang','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('ang','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('ang','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('ang','messages:undeletelink','s:19:\"ang:seoh/edstaðola\";'),('ang','messages:undeletepage','s:34:\"en:View and undelete deleted pages\";'),('ang','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('ang','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('ang','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('ang','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('ang','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('ang','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('ang','messages:undeleteviewlink','s:9:\"ang:sēon\";'),('ang','messages:underline-always','s:9:\"ang:Æfre\";'),('ang','messages:underline-default','s:44:\"ang:Scinnes oþþe webbsecendes ærgesetness\";'),('ang','messages:underline-never','s:10:\"ang:Næfre\";'),('ang','messages:undo-failure','s:73:\"ang:Ne mihte undon þa adihtunge for ungelicum betwuxlicgendum adihtungum\";'),('ang','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('ang','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('ang','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('ang','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('ang','messages:undo-summary','s:92:\"ang:Undo þa edniwunge $1 fram [[Syndrig:Contributions/$2|$2]] ([[Brucendmotung:$2|Motung]])\";'),('ang','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('ang','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('ang','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('ang','messages:undo-summary-username-hidden','s:46:\"ang:Undo $1 edniwunge fram bedyrnedum brucende\";'),('ang','messages:unexpected','s:31:\"ang:Ungewened weorþ: \"$1\"=\"$2\"\";'),('ang','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('ang','messages:unit-pixel','s:5:\"en:px\";'),('ang','messages:unknown-error','s:29:\"en:An unknown error occurred.\";'),('ang','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('ang','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('ang','messages:unlockbtn','s:18:\"en:Unlock database\";'),('ang','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('ang','messages:unlockdb','s:18:\"en:Unlock database\";'),('ang','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('ang','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('ang','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('ang','messages:unpatrolledletter','s:4:\"en:!\";'),('ang','messages:unprotect','s:18:\"ang:Wend beorgunge\";'),('ang','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('ang','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ang','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('ang','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('ang','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('ang','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('ang','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('ang','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('ang','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('ang','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('ang','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('ang','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('ang','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('ang','messages:unusedcategories','s:20:\"en:Unused categories\";'),('ang','messages:unusedcategories-summary','s:3:\"en:\";'),('ang','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('ang','messages:unusedimages','s:15:\"ang:Idla ymelan\";'),('ang','messages:unusedimages-summary','s:3:\"en:\";'),('ang','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ang','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('ang','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('ang','messages:unusedtemplates-summary','s:3:\"en:\";'),('ang','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('ang','messages:unusedtemplateswlh','s:17:\"ang:oðre hlencan\";'),('ang','messages:unwatch','s:22:\"ang:Ablinn behealdunge\";'),('ang','messages:unwatchedpages','s:18:\"en:Unwatched pages\";'),('ang','messages:unwatchedpages-summary','s:3:\"en:\";'),('ang','messages:unwatching','s:30:\"ang:Þu ablinst behealdunge...\";'),('ang','messages:unwatchthispage','s:22:\"ang:Ablinn behealdunge\";'),('ang','messages:updated','s:13:\"ang:(Edniwod)\";'),('ang','messages:updatedmarker','s:45:\"ang:wæs edniwod æfter þinre niwostan socne\";'),('ang','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('ang','messages:upload','s:21:\"ang:Hlad ymelan forþ\";'),('ang','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('ang','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('ang','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('ang','messages:upload-curl-error6','s:22:\"en:Could not reach URL\";'),('ang','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('ang','messages:upload-default-description','s:4:\"en:-\";'),('ang','messages:upload-description','s:19:\"en:File description\";'),('ang','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('ang','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('ang','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('ang','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('ang','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('ang','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('ang','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('ang','messages:upload-disallowed-here','s:43:\"ang:Þu ne meaht writan ofer þisse ymelan.\";'),('ang','messages:upload-file-error','s:17:\"en:Internal error\";'),('ang','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('ang','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('ang','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('ang','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('ang','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('ang','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('ang','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('ang','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('ang','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('ang','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('ang','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('ang','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('ang','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('ang','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('ang','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('ang','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('ang','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('ang','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('ang','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('ang','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('ang','messages:upload-maxfilesize','s:24:\"en:Maximum file size: $1\";'),('ang','messages:upload-misc-error','s:23:\"en:Unknown upload error\";'),('ang','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('ang','messages:upload-options','s:17:\"en:Upload options\";'),('ang','messages:upload-permitted','s:44:\"ang:Geþafod ymelena {{PLURAL:$2|cynn}}: $1.\";'),('ang','messages:upload-preferred','s:45:\"ang:Foreboren ymelena {{PLURAL:$2|cynn}}: $1.\";'),('ang','messages:upload-prohibited','s:44:\"ang:Forboden ymelena {{PLURAL:$2|cynn}}: $1.\";'),('ang','messages:upload-proto-error','s:21:\"en:Incorrect protocol\";'),('ang','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('ang','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('ang','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('ang','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('ang','messages:upload-source','s:14:\"en:Source file\";'),('ang','messages:upload-summary','s:3:\"en:\";'),('ang','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('ang','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('ang','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('ang','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('ang','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('ang','messages:upload_source_file','s:40:\"en:(your chosen file from your computer)\";'),('ang','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('ang','messages:uploadbtn','s:21:\"ang:Hlad ymelan forþ\";'),('ang','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('ang','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('ang','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ang','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('ang','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('ang','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ang','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ang','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ang','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ang','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('ang','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('ang','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('ang','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('ang','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('ang','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ang','messages:uploaderror','s:24:\"ang:Woh on forþhladunge\";'),('ang','messages:uploadfooter','s:4:\"en:-\";'),('ang','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('ang','messages:uploadlogpage','s:24:\"ang:Hlad tidgewrit forþ\";'),('ang','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('ang','messages:uploadnewversion-linktext','s:41:\"ang:Hlad niwe fadunge þisse ymelan forþ\";'),('ang','messages:uploadnologin','s:33:\"ang:Þu nafast to wisbec gefangen\";'),('ang','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('ang','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('ang','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('ang','messages:uploadstash','s:15:\"en:Upload stash\";'),('ang','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('ang','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('ang','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('ang','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('ang','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('ang','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('ang','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('ang','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('ang','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('ang','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('ang','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('ang','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('ang','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('ang','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('ang','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('ang','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('ang','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('ang','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('ang','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('ang','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('ang','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('ang','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('ang','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('ang','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('ang','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('ang','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('ang','messages:uploadvirus','s:41:\"en:The file contains a virus!\nDetails: $1\";'),('ang','messages:uploadwarning','s:17:\"en:Upload warning\";'),('ang','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('ang','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('ang','messages:user-mail-no-addy','s:48:\"en:Tried to send email without an email address.\";'),('ang','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('ang','messages:usercreated','s:36:\"en:{{GENDER:$3|Created}} on $1 at $2\";'),('ang','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('ang','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('ang','messages:usercssyoucanpreview','s:121:\"ang:\'\'\'Ræd:\'\'\' Bruc þæs \"{{int:showpreview}}\" cnæppes to costnienne þine niwan css/js writunge ær heo sie gehordod.\";'),('ang','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('ang','messages:userexists','s:69:\"ang:Se brucendnama is ær gebrocen. Ic bidde þe, ceos oðerne naman.\";'),('ang','messages:userinvalidconfigtitle','s:182:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css, .json, and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('ang','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('ang','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('ang','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('ang','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('ang','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('ang','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('ang','messages:userjsyoucanpreview','s:117:\"ang:\'\'\'Ræd:\'\'\' Bruc þæs \"{{int:showpreview}}\" cnæppes to costienne þine niwan JavaScript fadunge ær þu hordie.\";'),('ang','messages:userlogin-createanother','s:24:\"ang:Gecwice oðer getæl\";'),('ang','messages:userlogin-helplink2','s:31:\"ang:Help þæt þu bruce wisbec\";'),('ang','messages:userlogin-joinproject','s:31:\"ang:Weorþ gegylda {{SITENAME}}\";'),('ang','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('ang','messages:userlogin-noaccount','s:22:\"ang:Næfst þu wisboc?\";'),('ang','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('ang','messages:userlogin-remembermypassword','s:29:\"ang:Ætfeolh minre inmeldunge\";'),('ang','messages:userlogin-resetpassword-link','s:35:\"ang:Forgeate þu þin leafnessword?\";'),('ang','messages:userlogin-signwithsecure','s:20:\"ang:Nytt fæst hlenc\";'),('ang','messages:userlogin-yourname','s:16:\"ang:Brucendnama:\";'),('ang','messages:userlogin-yourname-ph','s:30:\"ang:Inwrit þinne brucendnaman\";'),('ang','messages:userlogin-yourpassword','s:16:\"ang:Leafnessword\";'),('ang','messages:userlogin-yourpassword-ph','s:28:\"ang:Inwrit þin leafnessword\";'),('ang','messages:userlogout','s:23:\"ang:Blinn þinre wisbec\";'),('ang','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('ang','messages:userlogout-summary','s:3:\"en:\";'),('ang','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('ang','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('ang','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('ang','messages:usermessage-editor','s:19:\"en:System messenger\";'),('ang','messages:usermessage-summary','s:26:\"en:Leaving system message.\";'),('ang','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ang','messages:username','s:30:\"ang:{{GENDER:$1|Brucendnama}}:\";'),('ang','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('ang','messages:userpage-userdoesnotexist','s:90:\"en:User account \"$1\" is not registered.\nPlease check if you want to create/edit this page.\";'),('ang','messages:userpage-userdoesnotexist-view','s:31:\"ang:Brucendwisboc \"$1\" ne bið.\";'),('ang','messages:userrights','s:14:\"en:User rights\";'),('ang','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('ang','messages:userrights-changeable-col','s:24:\"en:Groups you can change\";'),('ang','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('ang','messages:userrights-editusergroup','s:51:\"ang:Adiht {{GENDER:$1|brucenda|brucestrena}} heapas\";'),('ang','messages:userrights-expiry','s:11:\"en:Expires:\";'),('ang','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('ang','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('ang','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('ang','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('ang','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('ang','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('ang','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('ang','messages:userrights-groupsmember','s:21:\"ang:Gesiþ locaþ to:\";'),('ang','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('ang','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('ang','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('ang','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('ang','messages:userrights-lookup-user','s:16:\"en:Select a user\";'),('ang','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('ang','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('ang','messages:userrights-nodatabase','s:46:\"en:Database $1 does not exist or is not local.\";'),('ang','messages:userrights-reason','s:9:\"ang:Racu:\";'),('ang','messages:userrights-summary','s:3:\"en:\";'),('ang','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('ang','messages:userrights-unchangeable-col','s:27:\"en:Groups you cannot change\";'),('ang','messages:userrights-user-editname','s:22:\"ang:Writ brucendnaman:\";'),('ang','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('ang','messages:variantname-crh','s:6:\"en:crh\";'),('ang','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('ang','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('ang','messages:variantname-gan','s:6:\"en:gan\";'),('ang','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('ang','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('ang','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('ang','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('ang','messages:variantname-iu','s:5:\"en:iu\";'),('ang','messages:variantname-kk','s:5:\"en:kk\";'),('ang','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('ang','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('ang','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('ang','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('ang','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('ang','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('ang','messages:variantname-ku','s:5:\"en:ku\";'),('ang','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('ang','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('ang','messages:variantname-shi','s:6:\"en:shi\";'),('ang','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('ang','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('ang','messages:variantname-sr','s:5:\"en:sr\";'),('ang','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ang','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('ang','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('ang','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ang','messages:variantname-tg','s:5:\"en:tg\";'),('ang','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('ang','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('ang','messages:variantname-tly','s:6:\"en:tly\";'),('ang','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('ang','messages:variantname-uz','s:5:\"en:uz\";'),('ang','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('ang','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('ang','messages:variantname-zh','s:5:\"en:zh\";'),('ang','messages:variantname-zh-cn','s:5:\"en:CN\";'),('ang','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('ang','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('ang','messages:variantname-zh-hk','s:5:\"en:HK\";'),('ang','messages:variantname-zh-mo','s:5:\"en:MO\";'),('ang','messages:variantname-zh-my','s:5:\"en:MY\";'),('ang','messages:variantname-zh-sg','s:5:\"en:SG\";'),('ang','messages:variantname-zh-tw','s:5:\"en:TW\";'),('ang','messages:variants','s:21:\"ang:Missenlicu gecynd\";'),('ang','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('ang','messages:vector-action-addsection','s:22:\"ang:Besettan mearcunge\";'),('ang','messages:vector-action-delete','s:11:\"ang:Forleos\";'),('ang','messages:vector-action-move','s:9:\"ang:Wegan\";'),('ang','messages:vector-action-protect','s:11:\"ang:Beorgan\";'),('ang','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('ang','messages:vector-action-undelete','s:23:\"ang:Scieppan tramet eft\";'),('ang','messages:vector-action-unprotect','s:23:\"ang:Andwendan beorgunge\";'),('ang','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('ang','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('ang','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('ang','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('ang','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('ang','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('ang','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('ang','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('ang','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('ang','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('ang','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('ang','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('ang','messages:vector-languages','s:12:\"en:Languages\";'),('ang','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('ang','messages:vector-more-actions','s:6:\"ang:Ma\";'),('ang','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('ang','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('ang','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('ang','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('ang','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('ang','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ang','messages:vector-site-nav-label','s:7:\"en:Site\";'),('ang','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('ang','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('ang','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('ang','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('ang','messages:vector-toc-heading','s:11:\"en:Contents\";'),('ang','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('ang','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('ang','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('ang','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('ang','messages:vector-view-create','s:12:\"ang:Scieppan\";'),('ang','messages:vector-view-edit','s:9:\"ang:Adiht\";'),('ang','messages:vector-view-history','s:14:\"ang:Seoh stær\";'),('ang','messages:vector-view-view','s:8:\"ang:Ræd\";'),('ang','messages:vector-view-viewsource','s:16:\"ang:Sēon fruman\";'),('ang','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('ang','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('ang','messages:verification-error','s:44:\"en:This file did not pass file verification.\";'),('ang','messages:version','s:10:\"ang:Fadung\";'),('ang','messages:version-antispam','s:18:\"en:Spam prevention\";'),('ang','messages:version-api','s:6:\"en:API\";'),('ang','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('ang','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('ang','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('ang','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ang','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ang','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ang','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ang','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ang','messages:version-editors','s:10:\"en:Editors\";'),('ang','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('ang','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ang','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('ang','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('ang','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('ang','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ang','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ang','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('ang','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('ang','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('ang','messages:version-ext-colheader-license','s:10:\"en:License\";'),('ang','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('ang','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('ang','messages:version-ext-license','s:10:\"en:License\";'),('ang','messages:version-extensions','s:23:\"en:Installed extensions\";'),('ang','messages:version-hook-name','s:15:\"ang:Angles nama\";'),('ang','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('ang','messages:version-hooks','s:10:\"ang:Anglas\";'),('ang','messages:version-libraries','s:22:\"en:Installed libraries\";'),('ang','messages:version-libraries-authors','s:10:\"en:Authors\";'),('ang','messages:version-libraries-description','s:14:\"en:Description\";'),('ang','messages:version-libraries-library','s:10:\"en:Library\";'),('ang','messages:version-libraries-license','s:10:\"en:License\";'),('ang','messages:version-libraries-version','s:10:\"en:Version\";'),('ang','messages:version-license','s:20:\"en:MediaWiki License\";'),('ang','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('ang','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('ang','messages:version-license-title','s:17:\"en:License for $1\";'),('ang','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('ang','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('ang','messages:version-other','s:9:\"ang:Oðer\";'),('ang','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('ang','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('ang','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('ang','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('ang','messages:version-poweredby-others','s:9:\"en:others\";'),('ang','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('ang','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('ang','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('ang','messages:version-skins','s:18:\"en:Installed skins\";'),('ang','messages:version-software','s:21:\"en:Installed software\";'),('ang','messages:version-software-product','s:10:\"en:Product\";'),('ang','messages:version-software-version','s:10:\"en:Version\";'),('ang','messages:version-specialpages','s:21:\"ang:Syndrige trametas\";'),('ang','messages:version-summary','s:3:\"en:\";'),('ang','messages:version-variables','s:12:\"en:Variables\";'),('ang','messages:version-version','s:7:\"en:($1)\";'),('ang','messages:versionrequired','s:36:\"ang:$1 fadung of MediaWiki is behefe\";'),('ang','messages:versionrequiredtext','s:119:\"ang:$1 fadung MediaWiki is behefe to þy þe þu bruce þisses trametes.\nSeoh þone [[Special:Version|fadunge tramet]].\";'),('ang','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('ang','messages:view','s:9:\"ang:Sihþ\";'),('ang','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ang','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ang','messages:view-pool-error','s:199:\"ang:Wala, þa brytniendas nu rihte swincaþ to þearle.\nTo mænige brucendas gesecaþ to seonne þisne tramet.\nWe biddaþ þæt þu abide scortne timan ær þu gesece to seonne þisne tramet eft.\n\n$1\";'),('ang','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ang','messages:viewcount','s:56:\"ang:Þes tramet wæs gesawen {{PLURAL:$1|ane|$1 siða}}.\";'),('ang','messages:viewdeleted','s:21:\"ang:Wilt þu $1 seon?\";'),('ang','messages:viewdeleted_short','s:70:\"ang:Seoh {{PLURAL:$1|ane forlorene adihtunge|$1 forlorenra adihtunga}}\";'),('ang','messages:viewdeletedpage','s:21:\"en:View deleted pages\";'),('ang','messages:viewhelppage','s:19:\"ang:Seoh helptramet\";'),('ang','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('ang','messages:viewpagelogs','s:35:\"ang:Seoh þisses trametes tidgewrit\";'),('ang','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('ang','messages:viewprevnext','s:44:\"ang:Seoh ($1 {{int:pipe-separator}} $2) ($3)\";'),('ang','messages:views','s:10:\"ang:Sihþa\";'),('ang','messages:viewsource','s:18:\"ang:Seoh frumtraht\";'),('ang','messages:viewsource-title','s:21:\"ang:Seoh $1 frumtraht\";'),('ang','messages:viewsourcelink','s:18:\"ang:Seoh frumtraht\";'),('ang','messages:viewsourceold','s:18:\"ang:Seoh frumtraht\";'),('ang','messages:viewsourcetext','s:65:\"ang:Þu meaht seon and biwritan þone frumtraht þisses trametes.\";'),('ang','messages:viewtalkpage','s:16:\"ang:Seoh motunge\";'),('ang','messages:viewyourtext','s:101:\"ang:Þu meaht seon and biwritan þone frumtraht <strong>þinra adihtunga</strong> on þissum tramete:\";'),('ang','messages:virus-badscanner','s:52:\"ang:Yfel gesetedness: Uncuð wyrmsecend: <em>$1</em>\";'),('ang','messages:virus-scanfailed','s:30:\"ang:asmeagung trucode (run $1)\";'),('ang','messages:virus-unknownscanner','s:23:\"ang:uncuð wyrmsceaða:\";'),('ang','messages:wantedcategories','s:21:\"ang:Gewilnode floccas\";'),('ang','messages:wantedcategories-summary','s:3:\"en:\";'),('ang','messages:wantedfiles','s:15:\"en:Wanted files\";'),('ang','messages:wantedfiles-summary','s:3:\"en:\";'),('ang','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ang','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('ang','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('ang','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('ang','messages:wantedpages','s:22:\"ang:Gewilnode trametas\";'),('ang','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('ang','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('ang','messages:wantedtemplates','s:19:\"en:Wanted templates\";'),('ang','messages:wantedtemplates-summary','s:3:\"en:\";'),('ang','messages:watch','s:11:\"ang:Beheald\";'),('ang','messages:watching','s:21:\"ang:Þu behealdest...\";'),('ang','messages:watchlist','s:20:\"ang:Behealdunggetæl\";'),('ang','messages:watchlist-details','s:102:\"ang:{{PLURAL:$1|Þær is $1 tramet|Þær sind $1 trameta}} on þinum behealdunggetæle (eac motungum).\";'),('ang','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('ang','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('ang','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('ang','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('ang','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('ang','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('ang','messages:watchlist-hide','s:7:\"en:Hide\";'),('ang','messages:watchlist-options','s:29:\"ang:Behealdungtæles setnessa\";'),('ang','messages:watchlist-submit','s:7:\"en:Show\";'),('ang','messages:watchlist-summary','s:3:\"en:\";'),('ang','messages:watchlist-unwatch','s:5:\"en:×\";'),('ang','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ang','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('ang','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('ang','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('ang','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('ang','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('ang','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ang','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('ang','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('ang','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('ang','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('ang','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('ang','messages:watchlistedit-normal-legend','s:37:\"ang:Fornim naman fram behealdungtæle\";'),('ang','messages:watchlistedit-normal-submit','s:18:\"ang:Fornim titulas\";'),('ang','messages:watchlistedit-normal-title','s:24:\"ang:Adiht behealdungtæl\";'),('ang','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('ang','messages:watchlistedit-raw-done','s:37:\"ang:Þin behealdungtæl wæs edniwod.\";'),('ang','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('ang','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('ang','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('ang','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('ang','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('ang','messages:watchlistedit-raw-titles','s:11:\"ang:Titulas\";'),('ang','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('ang','messages:watchlistfor2','s:9:\"en:For $1\";'),('ang','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('ang','messages:watchlisttools-clear','s:32:\"ang:Ahwit þæt behealdunggetæl\";'),('ang','messages:watchlisttools-edit','s:33:\"ang:Seoh and adiht behealdungtæl\";'),('ang','messages:watchlisttools-raw','s:30:\"ang:Adiht hreaw behealdungtæl\";'),('ang','messages:watchlisttools-view','s:28:\"ang:Seoh getenga andwendunga\";'),('ang','messages:watchnologin','s:16:\"en:Not logged in\";'),('ang','messages:watchthis','s:25:\"ang:Beheald þisne tramet\";'),('ang','messages:watchthispage','s:25:\"ang:Beheald þisne tramet\";'),('ang','messages:watchthisupload','s:18:\"en:Watch this file\";'),('ang','messages:wed','s:7:\"ang:Wod\";'),('ang','messages:wednesday','s:14:\"ang:Wodnesdæg\";'),('ang','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('ang','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('ang','messages:welcomecreation-msg','s:122:\"ang:Þin wisboc hæfþ gebeon gescapen.\nÞu mægst awendan þin {{SITENAME}}[[Special:Preferences|gecor]] gif þu wyscest.\";'),('ang','messages:welcomeuser','s:16:\"ang:Wilcume, $1!\";'),('ang','messages:whatlinkshere','s:51:\"ang:Hwæt hæfþ hlencan þe cnytt to þissum stede\";'),('ang','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('ang','messages:whatlinkshere-hideimages','s:19:\"ang:$1 ymelhlencena\";'),('ang','messages:whatlinkshere-hidelinks','s:15:\"ang:$1 hlencena\";'),('ang','messages:whatlinkshere-hideredirs','s:17:\"ang:$1 edlædunga\";'),('ang','messages:whatlinkshere-hidetrans','s:19:\"ang:$1 bysene nytta\";'),('ang','messages:whatlinkshere-links','s:15:\"ang:← hlencan\";'),('ang','messages:whatlinkshere-next','s:33:\"ang:{{PLURAL:$1|nihst|nihste $1}}\";'),('ang','messages:whatlinkshere-page','s:11:\"ang:Tramet:\";'),('ang','messages:whatlinkshere-prev','s:33:\"ang:{{PLURAL:$1|ærre|ærran $1}}\";'),('ang','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('ang','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('ang','messages:whatlinkshere-summary','s:3:\"en:\";'),('ang','messages:whatlinkshere-title','s:50:\"ang:Trametas þa habbaþ hlencan gecnytede to \"$1\"\";'),('ang','messages:whitelistedittext','s:39:\"ang:Þu scealt $1 to adihtenne trametas\";'),('ang','messages:widthheight','s:11:\"en:$1 × $2\";'),('ang','messages:widthheightpage','s:45:\"ang:$1 × $2, $3 {{PLURAL:$3|tramet|trameta}}\";'),('ang','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('ang','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('ang','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('ang','messages:wikieditor-preview-changes-tab','s:10:\"en:Changes\";'),('ang','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('ang','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('ang','messages:wikieditor-preview-tab','s:10:\"en:Preview\";'),('ang','messages:wikieditor-publish-button-cancel','s:9:\"en:Cancel\";'),('ang','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('ang','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('ang','messages:wikieditor-publish-dialog-minor','s:13:\"en:Minor edit\";'),('ang','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('ang','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('ang','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('ang','messages:wikieditor-publish-dialog-watch','s:18:\"en:Watch this page\";'),('ang','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('ang','messages:wikieditor-toolbar','s:23:\"ang:Adihtunge tōlmearc\";'),('ang','messages:wikieditor-toolbar-characters-page-arabic','s:11:\"ang:Arabisc\";'),('ang','messages:wikieditor-toolbar-characters-page-cyrillic','s:13:\"ang:Cyrillisc\";'),('ang','messages:wikieditor-toolbar-characters-page-greek','s:12:\"ang:Grēcisc\";'),('ang','messages:wikieditor-toolbar-characters-page-latin','s:10:\"ang:Lǣden\";'),('ang','messages:wikieditor-toolbar-characters-page-latinextended','s:18:\"ang:Ēacnod Lǣden\";'),('ang','messages:wikieditor-toolbar-characters-page-persian','s:14:\"ang:Perseanisc\";'),('ang','messages:wikieditor-toolbar-characters-page-symbols','s:10:\"ang:Tācnu\";'),('ang','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('ang','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('ang','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('ang','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('ang','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('ang','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('ang','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('ang','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('ang','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('ang','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('ang','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('ang','messages:wikieditor-toolbar-help-content-bold-description','s:10:\"ang:Þicce\";'),('ang','messages:wikieditor-toolbar-help-content-bold-result','s:33:\"ang:<strong>Þicce traht</strong>\";'),('ang','messages:wikieditor-toolbar-help-content-bold-syntax','s:22:\"ang:\'\'\'Þicce traht\'\'\'\";'),('ang','messages:wikieditor-toolbar-help-content-bolditalic-description','s:20:\"en:Bold &amp; italic\";'),('ang','messages:wikieditor-toolbar-help-content-bolditalic-result','s:51:\"en:<strong><em>Bold &amp; italic text</em></strong>\";'),('ang','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:35:\"en:\'\'\'\'\'Bold &amp; italic text\'\'\'\'\'\";'),('ang','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('ang','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('ang','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('ang','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('ang','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('ang','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('ang','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('ang','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('ang','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('ang','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('ang','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('ang','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('ang','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('ang','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('ang','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('ang','messages:wikieditor-toolbar-help-content-ilink-description','s:18:\"ang:Inweard hlenca\";'),('ang','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('ang','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('ang','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('ang','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('ang','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('ang','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('ang','messages:wikieditor-toolbar-help-content-italic-result','s:23:\"en:<em>Italic text</em>\";'),('ang','messages:wikieditor-toolbar-help-content-italic-syntax','s:18:\"en:\'\'Italic text\'\'\";'),('ang','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ang','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ang','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ang','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('ang','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('ang','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('ang','messages:wikieditor-toolbar-help-content-reference-description','s:9:\"ang:Fruma\";'),('ang','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('ang','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('ang','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('ang','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ang','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ang','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"en:Display references\";'),('ang','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('ang','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ang','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('ang','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('ang','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ang','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('ang','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('ang','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ang','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('ang','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('ang','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('ang','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('ang','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ang','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('ang','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('ang','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('ang','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('ang','messages:wikieditor-toolbar-help-page-discussion','s:11:\"ang:Mōtung\";'),('ang','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('ang','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('ang','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('ang','messages:wikieditor-toolbar-help-page-link','s:11:\"ang:Hlencan\";'),('ang','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('ang','messages:wikieditor-toolbar-help-page-reference','s:13:\"en:References\";'),('ang','messages:wikieditor-toolbar-loading','s:15:\"ang:Hladende...\";'),('ang','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('ang','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('ang','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('ang','messages:wikieditor-toolbar-section-help','s:8:\"ang:Help\";'),('ang','messages:wikieditor-toolbar-tool-big','s:9:\"ang:Micel\";'),('ang','messages:wikieditor-toolbar-tool-big-example','s:15:\"ang:Micel traht\";'),('ang','messages:wikieditor-toolbar-tool-bold','s:10:\"ang:Þicce\";'),('ang','messages:wikieditor-toolbar-tool-bold-example','s:16:\"ang:Þicce traht\";'),('ang','messages:wikieditor-toolbar-tool-file','s:16:\"en:Embedded file\";'),('ang','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('ang','messages:wikieditor-toolbar-tool-file-example','s:13:\"ang:Bysen.jpg\";'),('ang','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('ang','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('ang','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('ang','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('ang','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('ang','messages:wikieditor-toolbar-tool-heading-1','s:12:\"ang:1. emnet\";'),('ang','messages:wikieditor-toolbar-tool-heading-2','s:12:\"ang:2. emnet\";'),('ang','messages:wikieditor-toolbar-tool-heading-3','s:12:\"ang:3. emnet\";'),('ang','messages:wikieditor-toolbar-tool-heading-4','s:12:\"ang:4. emnet\";'),('ang','messages:wikieditor-toolbar-tool-heading-5','s:12:\"ang:5. emnet\";'),('ang','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('ang','messages:wikieditor-toolbar-tool-ilink','s:21:\"ang:Innanweard hlenca\";'),('ang','messages:wikieditor-toolbar-tool-ilink-example','s:16:\"ang:Hlencan nama\";'),('ang','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('ang','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('ang','messages:wikieditor-toolbar-tool-link','s:10:\"ang:Hlenca\";'),('ang','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('ang','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('ang','messages:wikieditor-toolbar-tool-link-ext','s:31:\"ang:To ūtanweardum webbtramete\";'),('ang','messages:wikieditor-toolbar-tool-link-ext-target','s:16:\"ang:Hlencan URL:\";'),('ang','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('ang','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('ang','messages:wikieditor-toolbar-tool-link-int','s:20:\"ang:Tō wiki tramete\";'),('ang','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target','s:31:\"ang:Endelīc tramet oþþe URL:\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:14:\"en:Page exists\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:21:\"ang:Ūtanweard hlenca\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:16:\"en:Invalid title\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:22:\"en:Page does not exist\";'),('ang','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:28:\"ang:Trametes nama oþþe URL\";'),('ang','messages:wikieditor-toolbar-tool-link-int-text','s:27:\"ang:Traht þe bēo geīwed:\";'),('ang','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('ang','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('ang','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('ang','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:21:\"ang:Innanweard hlenca\";'),('ang','messages:wikieditor-toolbar-tool-link-title','s:20:\"ang:Insettan hlencan\";'),('ang','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('ang','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('ang','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('ang','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('ang','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('ang','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('ang','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('ang','messages:wikieditor-toolbar-tool-reference','s:9:\"ang:Fruma\";'),('ang','messages:wikieditor-toolbar-tool-reference-cancel','s:9:\"en:Cancel\";'),('ang','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('ang','messages:wikieditor-toolbar-tool-reference-insert','s:9:\"en:Insert\";'),('ang','messages:wikieditor-toolbar-tool-reference-text','s:17:\"en:Reference text\";'),('ang','messages:wikieditor-toolbar-tool-reference-title','s:19:\"en:Insert reference\";'),('ang','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('ang','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('ang','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('ang','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('ang','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('ang','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('ang','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('ang','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('ang','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('ang','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('ang','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('ang','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('ang','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('ang','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('ang','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('ang','messages:wikieditor-toolbar-tool-small','s:9:\"ang:Lytel\";'),('ang','messages:wikieditor-toolbar-tool-small-example','s:15:\"ang:Lytel traht\";'),('ang','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('ang','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('ang','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('ang','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('ang','messages:wikieditor-toolbar-tool-table','s:11:\"ang:Tabelle\";'),('ang','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('ang','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('ang','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('ang','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:9:\"ang:Rǣwa\";'),('ang','messages:wikieditor-toolbar-tool-table-example','s:9:\"ang:Bysen\";'),('ang','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('ang','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('ang','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('ang','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ang','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('ang','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('ang','messages:wikieditor-toolbar-tool-table-preview','s:13:\"ang:Forebysen\";'),('ang','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('ang','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('ang','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('ang','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('ang','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('ang','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('ang','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('ang','messages:wikieditor-toolbar-tool-xlink','s:49:\"ang:Ūtanweard hlenca (gemynd http:// fōretraht)\";'),('ang','messages:wikieditor-toolbar-tool-xlink-example','s:36:\"en:http://www.example.com link title\";'),('ang','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('ang','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('ang','messages:withoutinterwiki','s:32:\"ang:Trametas butan spræchlencum\";'),('ang','messages:withoutinterwiki-legend','s:9:\"en:Prefix\";'),('ang','messages:withoutinterwiki-submit','s:7:\"en:Show\";'),('ang','messages:withoutinterwiki-summary','s:72:\"ang:Þas trametas nabbaþ hlencan þa cnyttaþ to oðrum spræcfadungum.\";'),('ang','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('ang','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('ang','messages:wlnote','s:175:\"ang:Niðer {{PLURAL:$1|is seo niwoste andwendung|sind þa niwostan \'\'\'$1\'\'\' andwendunga}} in {{PLURAL:$2|þære niwostan tide|þæm niwostum \'\'\'$2\'\'\' tida}}, fram $4 þæs $3.\";'),('ang','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('ang','messages:wlshowhidebots','s:7:\"en:bots\";'),('ang','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('ang','messages:wlshowhideliu','s:19:\"en:registered users\";'),('ang','messages:wlshowhidemine','s:11:\"en:my edits\";'),('ang','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('ang','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('ang','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('ang','messages:word-separator','s:8:\"en:&#32;\";'),('ang','messages:wrongpassword','s:54:\"ang:Unriht leafnessword wæs gewriten. Sec þu eft la.\";'),('ang','messages:wrongpasswordempty','s:71:\"ang:Þu ne write nænig leafnessword. \nIc bidde þe þæt þu sece eft.\";'),('ang','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('ang','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('ang','messages:year','s:24:\"ang:Fram geare (and ær)\";'),('ang','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('ang','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('ang','messages:youhavenewmessages','s:37:\"ang:{{PLURAL:$3|Þu hæfst}} $1 ($2).\";'),('ang','messages:youhavenewmessagesfromusers','s:83:\"ang:{{PLURAL:$4|Þu hafast}} $1 from {{PLURAL:$3|oðrum brucende|$3 brucenda}} ($2)\";'),('ang','messages:youhavenewmessagesmanyusers','s:46:\"ang:Þu hafast $1 fram manigum brucendum ($2).\";'),('ang','messages:yourdiff','s:11:\"ang:Toscead\";'),('ang','messages:yourdomainname','s:17:\"ang:Þin geweald:\";'),('ang','messages:youremail','s:28:\"ang:Spearcærenda hamsteall:\";'),('ang','messages:yourgender','s:41:\"ang:Hu licaþ þe þæt man towrite þec?\";'),('ang','messages:yourlanguage','s:11:\"ang:Spræc:\";'),('ang','messages:yourname','s:21:\"ang:Þin brucendnama:\";'),('ang','messages:yournick','s:17:\"en:New signature:\";'),('ang','messages:yourpassword','s:17:\"ang:Leafnessword:\";'),('ang','messages:yourpasswordagain','s:26:\"ang:Writ leafnessword eft:\";'),('ang','messages:yourrealname','s:20:\"ang:Þin soða nama:\";'),('ang','messages:yourtext','s:14:\"ang:Þin traht\";'),('ang','messages:yourvariant','s:27:\"ang:Innunge spræce fadung:\";'),('ang','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('ang','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('ang','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('ang','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('ang','minimumGroupingDigits','N;'),('ang','namespaceAliases','a:15:{s:7:\"Gesprec\";i:1;s:6:\"Motung\";i:1;s:7:\"Brucend\";i:2;s:13:\"Brucendmotung\";i:3;s:6:\"Biliþ\";i:6;s:12:\"Biliþmotung\";i:7;s:13:\"Biliþmōtung\";i:7;s:12:\"Bysengesprec\";i:11;s:11:\"Bysenmotung\";i:11;s:11:\"Helpgesprec\";i:13;s:10:\"Helpmotung\";i:13;s:12:\"Floccgesprec\";i:15;s:11:\"Floccmotung\";i:15;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ang','namespaceGenderAliases','a:0:{}'),('ang','namespaceNames','a:17:{i:-1;s:7:\"Syndrig\";i:1;s:7:\"Mōtung\";i:2;s:8:\"Brūcend\";i:3;s:15:\"Brūcendmōtung\";i:6;s:5:\"Ymele\";i:7;s:11:\"Ymelmōtung\";i:9;s:16:\"MediaWikimōtung\";i:10;s:5:\"Bysen\";i:11;s:12:\"Bysenmōtung\";i:12;s:4:\"Help\";i:13;s:11:\"Helpmōtung\";i:14;s:5:\"Flocc\";i:15;s:12:\"Floccmōtung\";i:-2;s:5:\"Media\";i:0;s:0:\"\";i:5;s:7:\"$1_talk\";i:8;s:9:\"MediaWiki\";}'),('ang','originalFallbackSequence','a:0:{}'),('ang','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('ang','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('ang','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:20:\"ang:Project:Gefræge\";s:9:\"aboutsite\";s:28:\"ang:Leorna ymbe {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:13:\"ang:Fremmunga\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:28:\"ang:Gelimpunga þisses timan\";s:17:\"currentevents-url\";s:36:\"ang:Project:Gelimpunga þisses timan\";s:14:\"disclaimerpage\";s:29:\"ang:Project:Gemæne ætsacung\";s:11:\"disclaimers\";s:14:\"ang:Ætsacunga\";s:4:\"edit\";s:9:\"ang:Adiht\";s:11:\"editsection\";s:9:\"ang:adiht\";s:15:\"editsectionhint\";s:18:\"ang:Adiht dæl: $1\";s:4:\"help\";s:8:\"ang:Help\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:10:\"ang:Ga to:\";s:16:\"jumptonavigation\";s:12:\"ang:þurhfor\";s:12:\"jumptosearch\";s:7:\"ang:sec\";s:14:\"lastmodifiedat\";s:64:\"ang:Man niwanost wende þisne tramet on þære $2 tide þæs $1.\";s:8:\"mainpage\";s:17:\"ang:Hēafodtramet\";s:20:\"mainpage-description\";s:16:\"ang:Heafodtramet\";s:14:\"mainpage-nstab\";s:16:\"ang:Heafodtramet\";s:10:\"namespaces\";s:13:\"ang:Namstedas\";s:10:\"navigation\";s:12:\"ang:Þurhfor\";s:23:\"nav-login-createaccount\";s:39:\"ang:Foh to þinre wisbec / Scypp wisboc\";s:10:\"nstab-main\";s:10:\"ang:Tramet\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:31:\"ang:{{PLURAL:$1|Flocc|Floccas}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:16:\"ang:Fæst hlenca\";s:13:\"personaltools\";s:12:\"ang:Agnu tol\";s:6:\"portal\";s:23:\"ang:Gemænscipes ingang\";s:10:\"portal-url\";s:31:\"ang:Project:Gemænscipes ingang\";s:16:\"printableversion\";s:24:\"ang:Bewritendlicu fadung\";s:7:\"privacy\";s:27:\"ang:Digolnesse rihta bocung\";s:11:\"privacypage\";s:35:\"ang:Project:Digolnesse rihta bocung\";s:10:\"randompage\";s:20:\"ang:Gelimplic tramet\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:20:\"ang:Niwa andwendunga\";s:27:\"recentchangeslinked-toolbox\";s:21:\"ang:Sibba andwendunga\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:21:\"ang:Fram \"$1\" begeten\";s:6:\"search\";s:8:\"ang:Socn\";s:13:\"searcharticle\";s:6:\"ang:Ga\";s:12:\"searchbutton\";s:8:\"ang:Socn\";s:20:\"searchsuggest-search\";s:20:\"ang:Sec {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:20:\"ang:Þurhfore getæl\";s:14:\"site-atom-feed\";s:24:\"ang:$1 Atom ærendstream\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:21:\"ang:Syndrige trametas\";s:7:\"tagline\";s:21:\"ang:Fram {{SITENAME}}\";s:4:\"talk\";s:10:\"ang:Motung\";s:7:\"toolbox\";s:7:\"ang:Tol\";s:15:\"tooltip-ca-edit\";s:24:\"ang:Adiht þisne tramet.\";s:18:\"tooltip-ca-history\";s:35:\"ang:Ærran fadunga þisses trametes\";s:21:\"tooltip-ca-nstab-main\";s:29:\"ang:Seoh þone innunge tramet\";s:15:\"tooltip-ca-talk\";s:36:\"ang:Motung ymbe þone innunge tramet\";s:21:\"tooltip-ca-viewsource\";s:54:\"ang:Þes tramet is geborgen.\nÞu most his fruman seon.\";s:23:\"tooltip-n-currentevents\";s:40:\"ang:Find yldre gefræge ymbe niwu gelimp\";s:14:\"tooltip-n-help\";s:18:\"ang:Cunnunge stede\";s:30:\"tooltip-n-mainpage-description\";s:26:\"ang:Sec þone heafodtramet\";s:16:\"tooltip-n-portal\";s:73:\"ang:Gefræge ymbe þæt weorc, hwæt meaht þu don, hwær man finde þing\";s:20:\"tooltip-n-randompage\";s:27:\"ang:Hlad gelimplicne tramet\";s:23:\"tooltip-n-recentchanges\";s:42:\"ang:Getæl niwra andwendunga on þæm wiki\";s:14:\"tooltip-p-logo\";s:26:\"ang:Sec þone heafodtramet\";s:16:\"tooltip-pt-login\";s:67:\"ang:Ic bidde þe þæt þu fo to wisbec; ac þeah þæt nis nidfull\";s:24:\"tooltip-pt-createaccount\";s:87:\"ang:Man bideð þe þæt þu scyppe wisboc and fo to þære; ac þeah þæt nis nidfull\";s:14:\"tooltip-search\";s:26:\"ang:Sec geond {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:38:\"ang:Sec þisne traht on þæm trametum\";s:17:\"tooltip-search-go\";s:61:\"ang:Ga to tramete þe hæfþ efne þisne naman, gif þæt beo\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:58:\"ang:Fæst hlenca gecnyted to þisre fadunge þæs trametes\";s:15:\"tooltip-t-print\";s:41:\"ang:Bewritendlicu fadung þisses trametes\";s:29:\"tooltip-t-recentchangeslinked\";s:58:\"ang:Niwa andwendunga in trametum to þam þes tramet cnytt\";s:22:\"tooltip-t-specialpages\";s:35:\"ang:Getæl eallra syndrigra trameta\";s:23:\"tooltip-t-whatlinkshere\";s:80:\"ang:Getæl eallra wiki trameta þa habbaþ hlencan þa cnyttaþ to þissum stede\";s:8:\"variants\";s:21:\"ang:Missenlicu gecynd\";s:16:\"vector-view-edit\";s:9:\"ang:Adiht\";s:19:\"vector-view-history\";s:14:\"ang:Seoh stær\";s:16:\"vector-view-view\";s:8:\"ang:Ræd\";s:9:\"viewcount\";s:56:\"ang:Þes tramet wæs gesawen {{PLURAL:$1|ane|$1 siða}}.\";s:5:\"views\";s:10:\"ang:Sihþa\";s:13:\"whatlinkshere\";s:51:\"ang:Hwæt hæfþ hlencan þe cnytt to þissum stede\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-1;s:7:\"Syndrig\";i:1;s:7:\"Mōtung\";i:2;s:8:\"Brūcend\";i:3;s:15:\"Brūcendmōtung\";i:6;s:5:\"Ymele\";i:7;s:11:\"Ymelmōtung\";i:9;s:16:\"MediaWikimōtung\";i:10;s:5:\"Bysen\";i:11;s:12:\"Bysenmōtung\";i:12;s:4:\"Help\";i:13;s:11:\"Helpmōtung\";i:14;s:5:\"Flocc\";i:15;s:12:\"Floccmōtung\";i:-2;s:5:\"Media\";i:0;s:0:\"\";i:5;s:7:\"$1_talk\";i:8;s:9:\"MediaWiki\";}}'),('ang','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ang','rtl','b:0;'),('ang','separatorTransformTable','N;'),('ang','specialPageAliases','a:142:{s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('anp','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('anp','compiledPluralRules','a:1:{i:0;s:16:\"i 0 in n 1 in or\";}'),('anp','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('anp','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('anp','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('anp','defaultDateFormat','s:10:\"dmy or mdy\";'),('anp','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAnp.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492310;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/anp.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492330;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/hi.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesHi.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('anp','digitGroupingPattern','s:12:\"#,##,##0.###\";'),('anp','digitTransformTable','a:10:{i:0;s:3:\"०\";i:1;s:3:\"१\";i:2;s:3:\"२\";i:3;s:3:\"३\";i:4;s:3:\"४\";i:5;s:3:\"५\";i:6;s:3:\"६\";i:7;s:3:\"७\";i:8;s:3:\"८\";i:9;s:3:\"९\";}'),('anp','fallback','s:2:\"hi\";'),('anp','fallback8bitEncoding','s:12:\"windows-1252\";'),('anp','fallbackSequence','a:2:{i:0;s:2:\"hi\";i:1;s:2:\"en\";}'),('anp','imageFiles','N;'),('anp','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('anp','linkPrefixExtension','b:0;'),('anp','linkTrail','s:62:\"/^([a-z\\x{0900}-\\x{0963}\\x{0966}-\\x{A8E0}-\\x{A8FF}]+)(.*)$/sDu\";'),('anp','list','a:1:{s:8:\"messages\";a:7556:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:5:\"about\";i:120;s:7:\"article\";i:121;s:9:\"newwindow\";i:122;s:6:\"cancel\";i:123;s:13:\"moredotdotdot\";i:124;s:13:\"morenotlisted\";i:125;s:6:\"mypage\";i:126;s:6:\"mytalk\";i:127;s:8:\"anontalk\";i:128;s:10:\"navigation\";i:129;s:3:\"and\";i:130;s:3:\"faq\";i:131;s:7:\"actions\";i:132;s:10:\"namespaces\";i:133;s:8:\"variants\";i:134;s:18:\"navigation-heading\";i:135;s:14:\"errorpagetitle\";i:136;s:8:\"returnto\";i:137;s:7:\"tagline\";i:138;s:4:\"help\";i:139;s:14:\"help-mediawiki\";i:140;s:6:\"search\";i:141;s:23:\"search-ignored-headings\";i:142;s:12:\"searchbutton\";i:143;s:2:\"go\";i:144;s:13:\"searcharticle\";i:145;s:17:\"skin-view-history\";i:146;s:7:\"history\";i:147;s:13:\"history_short\";i:148;s:13:\"history_small\";i:149;s:13:\"updatedmarker\";i:150;s:16:\"printableversion\";i:151;s:35:\"printableversion-deprecated-warning\";i:152;s:9:\"permalink\";i:153;s:5:\"print\";i:154;s:4:\"view\";i:155;s:14:\"skin-view-view\";i:156;s:17:\"skin-view-foreign\";i:157;s:4:\"edit\";i:158;s:14:\"skin-view-edit\";i:159;s:10:\"edit-local\";i:160;s:6:\"create\";i:161;s:16:\"skin-view-create\";i:162;s:12:\"create-local\";i:163;s:6:\"delete\";i:164;s:14:\"undelete_short\";i:165;s:17:\"viewdeleted_short\";i:166;s:7:\"protect\";i:167;s:14:\"protect_change\";i:168;s:21:\"skin-action-unprotect\";i:169;s:9:\"unprotect\";i:170;s:7:\"newpage\";i:171;s:16:\"talkpagelinktext\";i:172;s:11:\"specialpage\";i:173;s:13:\"personaltools\";i:174;s:4:\"talk\";i:175;s:5:\"views\";i:176;s:7:\"toolbox\";i:177;s:8:\"cactions\";i:178;s:20:\"tool-link-userrights\";i:179;s:29:\"tool-link-userrights-readonly\";i:180;s:19:\"tool-link-emailuser\";i:181;s:9:\"imagepage\";i:182;s:13:\"mediawikipage\";i:183;s:12:\"templatepage\";i:184;s:12:\"viewhelppage\";i:185;s:12:\"categorypage\";i:186;s:12:\"viewtalkpage\";i:187;s:14:\"otherlanguages\";i:188;s:14:\"redirectedfrom\";i:189;s:15:\"redirectpagesub\";i:190;s:10:\"redirectto\";i:191;s:14:\"lastmodifiedat\";i:192;s:9:\"viewcount\";i:193;s:13:\"protectedpage\";i:194;s:6:\"jumpto\";i:195;s:16:\"jumptonavigation\";i:196;s:12:\"jumptosearch\";i:197;s:15:\"view-pool-error\";i:198;s:18:\"generic-pool-error\";i:199;s:12:\"pool-timeout\";i:200;s:14:\"pool-queuefull\";i:201;s:17:\"pool-errorunknown\";i:202;s:16:\"pool-servererror\";i:203;s:23:\"poolcounter-usage-error\";i:204;s:9:\"aboutsite\";i:205;s:9:\"aboutpage\";i:206;s:9:\"copyright\";i:207;s:13:\"copyrightpage\";i:208;s:13:\"currentevents\";i:209;s:17:\"currentevents-url\";i:210;s:11:\"disclaimers\";i:211;s:14:\"disclaimerpage\";i:212;s:8:\"edithelp\";i:213;s:20:\"helppage-top-gethelp\";i:214;s:8:\"mainpage\";i:215;s:20:\"mainpage-description\";i:216;s:10:\"policy-url\";i:217;s:6:\"portal\";i:218;s:10:\"portal-url\";i:219;s:7:\"privacy\";i:220;s:11:\"privacypage\";i:221;s:9:\"badaccess\";i:222;s:16:\"badaccess-group0\";i:223;s:16:\"badaccess-groups\";i:224;s:15:\"versionrequired\";i:225;s:19:\"versionrequiredtext\";i:226;s:2:\"ok\";i:227;s:13:\"retrievedfrom\";i:228;s:18:\"youhavenewmessages\";i:229;s:27:\"youhavenewmessagesfromusers\";i:230;s:27:\"youhavenewmessagesmanyusers\";i:231;s:21:\"newmessageslinkplural\";i:232;s:25:\"newmessagesdifflinkplural\";i:233;s:11:\"editsection\";i:234;s:7:\"editold\";i:235;s:13:\"viewsourceold\";i:236;s:8:\"editlink\";i:237;s:14:\"viewsourcelink\";i:238;s:15:\"editsectionhint\";i:239;s:3:\"toc\";i:240;s:7:\"showtoc\";i:241;s:7:\"hidetoc\";i:242;s:20:\"collapsible-collapse\";i:243;s:18:\"collapsible-expand\";i:244;s:19:\"confirmable-confirm\";i:245;s:15:\"confirmable-yes\";i:246;s:14:\"confirmable-no\";i:247;s:13:\"thisisdeleted\";i:248;s:11:\"viewdeleted\";i:249;s:11:\"restorelink\";i:250;s:12:\"feed-invalid\";i:251;s:16:\"feed-unavailable\";i:252;s:13:\"site-rss-feed\";i:253;s:14:\"site-atom-feed\";i:254;s:13:\"page-rss-feed\";i:255;s:14:\"page-atom-feed\";i:256;s:9:\"feed-atom\";i:257;s:8:\"feed-rss\";i:258;s:14:\"red-link-title\";i:259;s:15:\"sort-descending\";i:260;s:14:\"sort-ascending\";i:261;s:12:\"sort-initial\";i:262;s:18:\"sort-rowspan-error\";i:263;s:10:\"nstab-main\";i:264;s:10:\"nstab-user\";i:265;s:11:\"nstab-media\";i:266;s:13:\"nstab-special\";i:267;s:13:\"nstab-project\";i:268;s:11:\"nstab-image\";i:269;s:15:\"nstab-mediawiki\";i:270;s:14:\"nstab-template\";i:271;s:10:\"nstab-help\";i:272;s:14:\"nstab-category\";i:273;s:14:\"mainpage-nstab\";i:274;s:12:\"nosuchaction\";i:275;s:16:\"nosuchactiontext\";i:276;s:17:\"nosuchspecialpage\";i:277;s:17:\"nospecialpagetext\";i:278;s:5:\"error\";i:279;s:13:\"databaseerror\";i:280;s:18:\"databaseerror-text\";i:281;s:20:\"databaseerror-textcl\";i:282;s:19:\"databaseerror-query\";i:283;s:22:\"databaseerror-function\";i:284;s:19:\"databaseerror-error\";i:285;s:35:\"transaction-duration-limit-exceeded\";i:286;s:39:\"transaction-max-statement-time-exceeded\";i:287;s:17:\"laggedreplicamode\";i:288;s:8:\"readonly\";i:289;s:15:\"enterlockreason\";i:290;s:12:\"readonlytext\";i:291;s:15:\"missing-article\";i:292;s:18:\"missingarticle-rev\";i:293;s:19:\"missingarticle-diff\";i:294;s:12:\"readonly_lag\";i:295;s:26:\"nonwrite-api-promise-error\";i:296;s:12:\"timeouterror\";i:297;s:17:\"timeouterror-text\";i:298;s:13:\"internalerror\";i:299;s:18:\"internalerror_info\";i:300;s:29:\"internalerror-fatal-exception\";i:301;s:13:\"filecopyerror\";i:302;s:15:\"filerenameerror\";i:303;s:15:\"filedeleteerror\";i:304;s:20:\"directorycreateerror\";i:305;s:22:\"directoryreadonlyerror\";i:306;s:12:\"filenotfound\";i:307;s:10:\"unexpected\";i:308;s:9:\"formerror\";i:309;s:15:\"badarticleerror\";i:310;s:12:\"cannotdelete\";i:311;s:18:\"cannotdelete-title\";i:312;s:16:\"delete-scheduled\";i:313;s:19:\"delete-hook-aborted\";i:314;s:16:\"no-null-revision\";i:315;s:8:\"badtitle\";i:316;s:12:\"badtitletext\";i:317;s:13:\"title-invalid\";i:318;s:19:\"title-invalid-empty\";i:319;s:18:\"title-invalid-utf8\";i:320;s:23:\"title-invalid-interwiki\";i:321;s:28:\"title-invalid-talk-namespace\";i:322;s:24:\"title-invalid-characters\";i:323;s:22:\"title-invalid-relative\";i:324;s:25:\"title-invalid-magic-tilde\";i:325;s:22:\"title-invalid-too-long\";i:326;s:27:\"title-invalid-leading-colon\";i:327;s:10:\"perfcached\";i:328;s:12:\"perfcachedts\";i:329;s:20:\"querypage-no-updates\";i:330;s:28:\"querypage-updates-periodical\";i:331;s:10:\"viewsource\";i:332;s:22:\"skin-action-viewsource\";i:333;s:16:\"viewsource-title\";i:334;s:15:\"actionthrottled\";i:335;s:19:\"actionthrottledtext\";i:336;s:17:\"protectedpagetext\";i:337;s:14:\"viewsourcetext\";i:338;s:12:\"viewyourtext\";i:339;s:18:\"protectedinterface\";i:340;s:16:\"editinginterface\";i:341;s:18:\"translateinterface\";i:342;s:16:\"cascadeprotected\";i:343;s:18:\"namespaceprotected\";i:344;s:18:\"customcssprotected\";i:345;s:19:\"customjsonprotected\";i:346;s:17:\"customjsprotected\";i:347;s:16:\"sitecssprotected\";i:348;s:17:\"sitejsonprotected\";i:349;s:15:\"sitejsprotected\";i:350;s:20:\"siterawhtmlprotected\";i:351;s:20:\"mycustomcssprotected\";i:352;s:21:\"mycustomjsonprotected\";i:353;s:19:\"mycustomjsprotected\";i:354;s:22:\"myprivateinfoprotected\";i:355;s:22:\"mypreferencesprotected\";i:356;s:19:\"ns-specialprotected\";i:357;s:14:\"titleprotected\";i:358;s:17:\"filereadonlyerror\";i:359;s:12:\"invalidtitle\";i:360;s:27:\"invalidtitle-knownnamespace\";i:361;s:29:\"invalidtitle-unknownnamespace\";i:362;s:17:\"exception-nologin\";i:363;s:22:\"exception-nologin-text\";i:364;s:29:\"exception-nologin-text-manual\";i:365;s:16:\"virus-badscanner\";i:366;s:16:\"virus-scanfailed\";i:367;s:20:\"virus-unknownscanner\";i:368;s:10:\"logouttext\";i:369;s:18:\"logging-out-notify\";i:370;s:13:\"logout-failed\";i:371;s:21:\"cannotlogoutnow-title\";i:372;s:20:\"cannotlogoutnow-text\";i:373;s:11:\"welcomeuser\";i:374;s:19:\"welcomecreation-msg\";i:375;s:8:\"yourname\";i:376;s:18:\"userlogin-yourname\";i:377;s:21:\"userlogin-yourname-ph\";i:378;s:30:\"createacct-another-username-ph\";i:379;s:12:\"yourpassword\";i:380;s:23:\"prefs-help-yourpassword\";i:381;s:22:\"userlogin-yourpassword\";i:382;s:25:\"userlogin-yourpassword-ph\";i:383;s:26:\"createacct-yourpassword-ph\";i:384;s:17:\"yourpasswordagain\";i:385;s:24:\"createacct-useuniquepass\";i:386;s:28:\"createacct-yourpasswordagain\";i:387;s:31:\"createacct-yourpasswordagain-ph\";i:388;s:28:\"userlogin-remembermypassword\";i:389;s:24:\"userlogin-signwithsecure\";i:390;s:17:\"cannotlogin-title\";i:391;s:16:\"cannotlogin-text\";i:392;s:20:\"cannotloginnow-title\";i:393;s:19:\"cannotloginnow-text\";i:394;s:25:\"cannotcreateaccount-title\";i:395;s:24:\"cannotcreateaccount-text\";i:396;s:14:\"yourdomainname\";i:397;s:25:\"password-change-forbidden\";i:398;s:15:\"externaldberror\";i:399;s:5:\"login\";i:400;s:14:\"login-security\";i:401;s:23:\"nav-login-createaccount\";i:402;s:6:\"logout\";i:403;s:10:\"userlogout\";i:404;s:11:\"notloggedin\";i:405;s:19:\"userlogin-noaccount\";i:406;s:21:\"userlogin-joinproject\";i:407;s:13:\"createaccount\";i:408;s:28:\"userlogin-resetpassword-link\";i:409;s:19:\"userlogin-helplink2\";i:410;s:18:\"userlogin-loggedin\";i:411;s:16:\"userlogin-reauth\";i:412;s:23:\"userlogin-createanother\";i:413;s:24:\"createacct-emailrequired\";i:414;s:24:\"createacct-emailoptional\";i:415;s:19:\"createacct-email-ph\";i:416;s:27:\"createacct-another-email-ph\";i:417;s:17:\"createaccountmail\";i:418;s:22:\"createaccountmail-help\";i:419;s:19:\"createacct-realname\";i:420;s:17:\"createacct-reason\";i:421;s:20:\"createacct-reason-ph\";i:422;s:22:\"createacct-reason-help\";i:423;s:25:\"createacct-reason-confirm\";i:424;s:17:\"createacct-submit\";i:425;s:25:\"createacct-another-submit\";i:426;s:26:\"createacct-continue-submit\";i:427;s:34:\"createacct-another-continue-submit\";i:428;s:26:\"createacct-benefit-heading\";i:429;s:24:\"createacct-benefit-body1\";i:430;s:24:\"createacct-benefit-body2\";i:431;s:24:\"createacct-benefit-body3\";i:432;s:9:\"badretype\";i:433;s:18:\"usernameinprogress\";i:434;s:10:\"userexists\";i:435;s:24:\"createacct-normalization\";i:436;s:10:\"loginerror\";i:437;s:16:\"createacct-error\";i:438;s:18:\"createaccounterror\";i:439;s:17:\"loginsuccesstitle\";i:440;s:14:\"mailmypassword\";i:441;s:18:\"loginlanguagelabel\";i:442;s:8:\"pt-login\";i:443;s:15:\"pt-login-button\";i:444;s:16:\"pt-createaccount\";i:445;s:13:\"pt-userlogout\";i:446;s:14:\"changepassword\";i:447;s:11:\"oldpassword\";i:448;s:11:\"newpassword\";i:449;s:9:\"retypenew\";i:450;s:16:\"resetpass_submit\";i:451;s:12:\"botpasswords\";i:452;s:24:\"botpasswords-label-appid\";i:453;s:25:\"botpasswords-label-create\";i:454;s:25:\"botpasswords-label-update\";i:455;s:25:\"botpasswords-label-cancel\";i:456;s:25:\"botpasswords-label-delete\";i:457;s:32:\"botpasswords-label-resetpassword\";i:458;s:25:\"botpasswords-label-grants\";i:459;s:32:\"botpasswords-label-grants-column\";i:460;s:26:\"botpasswords-created-title\";i:461;s:26:\"botpasswords-updated-title\";i:462;s:26:\"botpasswords-deleted-title\";i:463;s:25:\"resetpass-submit-loggedin\";i:464;s:23:\"resetpass-submit-cancel\";i:465;s:23:\"resetpass-temp-password\";i:466;s:13:\"passwordreset\";i:467;s:22:\"passwordreset-username\";i:468;s:20:\"passwordreset-domain\";i:469;s:19:\"passwordreset-email\";i:470;s:24:\"passwordreset-emailtitle\";i:471;s:26:\"passwordreset-emailelement\";i:472;s:20:\"changeemail-oldemail\";i:473;s:20:\"changeemail-newemail\";i:474;s:16:\"changeemail-none\";i:475;s:20:\"changeemail-password\";i:476;s:18:\"changeemail-submit\";i:477;s:11:\"resettokens\";i:478;s:18:\"resettokens-tokens\";i:479;s:23:\"resettokens-token-label\";i:480;s:16:\"resettokens-done\";i:481;s:7:\"summary\";i:482;s:7:\"subject\";i:483;s:9:\"minoredit\";i:484;s:9:\"watchthis\";i:485;s:11:\"savearticle\";i:486;s:11:\"savechanges\";i:487;s:11:\"publishpage\";i:488;s:14:\"publishchanges\";i:489;s:17:\"savearticle-start\";i:490;s:17:\"savechanges-start\";i:491;s:17:\"publishpage-start\";i:492;s:20:\"publishchanges-start\";i:493;s:7:\"preview\";i:494;s:11:\"showpreview\";i:495;s:8:\"showdiff\";i:496;s:15:\"anoneditwarning\";i:497;s:18:\"missingcommenttext\";i:498;s:15:\"summary-preview\";i:499;s:16:\"previewerrortext\";i:500;s:12:\"blockedtitle\";i:501;s:19:\"blockedtext-partial\";i:502;s:11:\"blockedtext\";i:503;s:15:\"blockednoreason\";i:504;s:13:\"loginreqtitle\";i:505;s:12:\"loginreqlink\";i:506;s:10:\"newarticle\";i:507;s:14:\"newarticletext\";i:508;s:16:\"anontalkpagetext\";i:509;s:13:\"noarticletext\";i:510;s:26:\"noarticletext-nopermission\";i:511;s:30:\"userpage-userdoesnotexist-view\";i:512;s:14:\"clearyourcache\";i:513;s:7:\"updated\";i:514;s:4:\"note\";i:515;s:11:\"previewnote\";i:516;s:16:\"continue-editing\";i:517;s:7:\"editing\";i:518;s:24:\"edit-textarea-aria-label\";i:519;s:8:\"creating\";i:520;s:14:\"editingsection\";i:521;s:14:\"editingcomment\";i:522;s:12:\"editconflict\";i:523;s:8:\"yourtext\";i:524;s:8:\"yourdiff\";i:525;s:16:\"copyrightwarning\";i:526;s:13:\"templatesused\";i:527;s:20:\"templatesusedpreview\";i:528;s:18:\"template-protected\";i:529;s:22:\"template-semiprotected\";i:530;s:16:\"hiddencategories\";i:531;s:17:\"permissionserrors\";i:532;s:32:\"permissionserrorstext-withaction\";i:533;s:26:\"recreate-moveddeleted-warn\";i:534;s:19:\"moveddeleted-notice\";i:535;s:11:\"log-fulllog\";i:536;s:13:\"edit-conflict\";i:537;s:29:\"postedit-confirmation-created\";i:538;s:30:\"postedit-confirmation-restored\";i:539;s:27:\"postedit-confirmation-saved\";i:540;s:31:\"postedit-confirmation-published\";i:541;s:19:\"edit-already-exists\";i:542;s:18:\"defaultmessagetext\";i:543;s:20:\"invalid-content-data\";i:544;s:14:\"slot-name-main\";i:545;s:22:\"content-model-wikitext\";i:546;s:18:\"content-model-text\";i:547;s:24:\"content-model-javascript\";i:548;s:25:\"content-json-empty-object\";i:549;s:24:\"content-json-empty-array\";i:550;s:12:\"undo-failure\";i:551;s:12:\"viewpagelogs\";i:552;s:22:\"viewpagelogs-lowercase\";i:553;s:9:\"nohistory\";i:554;s:10:\"currentrev\";i:555;s:15:\"currentrev-asof\";i:556;s:12:\"revisionasof\";i:557;s:13:\"revision-info\";i:558;s:16:\"previousrevision\";i:559;s:12:\"nextrevision\";i:560;s:19:\"currentrevisionlink\";i:561;s:3:\"cur\";i:562;s:11:\"tooltip-cur\";i:563;s:4:\"next\";i:564;s:4:\"last\";i:565;s:12:\"tooltip-last\";i:566;s:10:\"page_first\";i:567;s:9:\"page_last\";i:568;s:10:\"histlegend\";i:569;s:22:\"history-fieldset-title\";i:570;s:20:\"history-show-deleted\";i:571;s:9:\"histfirst\";i:572;s:8:\"histlast\";i:573;s:11:\"historysize\";i:574;s:12:\"historyempty\";i:575;s:18:\"history-feed-title\";i:576;s:24:\"history-feed-description\";i:577;s:27:\"history-feed-item-nocomment\";i:578;s:19:\"rev-deleted-comment\";i:579;s:16:\"rev-deleted-user\";i:580;s:17:\"rev-deleted-event\";i:581;s:12:\"rev-delundel\";i:582;s:15:\"rev-showdeleted\";i:583;s:14:\"revisiondelete\";i:584;s:23:\"revdelete-nooldid-title\";i:585;s:26:\"revdelete-show-file-submit\";i:586;s:23:\"revdelete-selected-text\";i:587;s:23:\"revdelete-selected-file\";i:588;s:18:\"logdelete-selected\";i:589;s:16:\"revdelete-legend\";i:590;s:19:\"revdelete-hide-text\";i:591;s:20:\"revdelete-hide-image\";i:592;s:19:\"revdelete-hide-name\";i:593;s:22:\"revdelete-hide-comment\";i:594;s:19:\"revdelete-hide-user\";i:595;s:20:\"revdelete-radio-same\";i:596;s:19:\"revdelete-radio-set\";i:597;s:21:\"revdelete-radio-unset\";i:598;s:13:\"revdelete-log\";i:599;s:16:\"revdelete-submit\";i:600;s:17:\"revdelete-success\";i:601;s:17:\"logdelete-success\";i:602;s:14:\"revdel-restore\";i:603;s:8:\"pagehist\";i:604;s:11:\"deletedhist\";i:605;s:25:\"revdelete-reasonotherlist\";i:606;s:25:\"revdelete-edit-reasonlist\";i:607;s:17:\"mergehistory-from\";i:608;s:17:\"mergehistory-into\";i:609;s:19:\"mergehistory-submit\";i:610;s:8:\"mergelog\";i:611;s:11:\"revertmerge\";i:612;s:13:\"history-title\";i:613;s:16:\"difference-title\";i:614;s:6:\"lineno\";i:615;s:23:\"compareselectedversions\";i:616;s:8:\"editundo\";i:617;s:10:\"diff-empty\";i:618;s:19:\"diff-multi-sameuser\";i:619;s:21:\"diff-multi-otherusers\";i:620;s:13:\"searchresults\";i:621;s:19:\"searchresults-title\";i:622;s:13:\"notextmatches\";i:623;s:5:\"prevn\";i:624;s:5:\"nextn\";i:625;s:11:\"prevn-title\";i:626;s:11:\"nextn-title\";i:627;s:11:\"shown-title\";i:628;s:12:\"viewprevnext\";i:629;s:17:\"searchmenu-exists\";i:630;s:14:\"searchmenu-new\";i:631;s:22:\"searchprofile-articles\";i:632;s:20:\"searchprofile-images\";i:633;s:24:\"searchprofile-everything\";i:634;s:22:\"searchprofile-advanced\";i:635;s:30:\"searchprofile-articles-tooltip\";i:636;s:28:\"searchprofile-images-tooltip\";i:637;s:32:\"searchprofile-everything-tooltip\";i:638;s:30:\"searchprofile-advanced-tooltip\";i:639;s:18:\"search-result-size\";i:640;s:27:\"search-result-category-size\";i:641;s:15:\"search-redirect\";i:642;s:14:\"search-section\";i:643;s:17:\"search-file-match\";i:644;s:14:\"search-suggest\";i:645;s:21:\"search-interwiki-more\";i:646;s:9:\"searchall\";i:647;s:21:\"search-showingresults\";i:648;s:16:\"search-nonefound\";i:649;s:18:\"powersearch-legend\";i:650;s:14:\"powersearch-ns\";i:651;s:11:\"preferences\";i:652;s:13:\"mypreferences\";i:653;s:9:\"group-bot\";i:654;s:11:\"group-sysop\";i:655;s:13:\"grouppage-bot\";i:656;s:15:\"grouppage-sysop\";i:657;s:14:\"right-writeapi\";i:658;s:14:\"newuserlogpage\";i:659;s:9:\"rightslog\";i:660;s:22:\"skin-action-addsection\";i:661;s:11:\"action-edit\";i:662;s:20:\"action-createaccount\";i:663;s:11:\"action-move\";i:664;s:13:\"action-delete\";i:665;s:14:\"action-protect\";i:666;s:8:\"nchanges\";i:667;s:18:\"enhancedrc-history\";i:668;s:13:\"recentchanges\";i:669;s:20:\"recentchanges-legend\";i:670;s:21:\"recentchanges-summary\";i:671;s:22:\"recentchanges-noresult\";i:672;s:30:\"recentchanges-feed-description\";i:673;s:27:\"recentchanges-label-newpage\";i:674;s:25:\"recentchanges-label-minor\";i:675;s:23:\"recentchanges-label-bot\";i:676;s:31:\"recentchanges-label-unpatrolled\";i:677;s:29:\"recentchanges-label-plusminus\";i:678;s:28:\"recentchanges-legend-heading\";i:679;s:28:\"recentchanges-legend-newpage\";i:680;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:681;s:31:\"rcfilters-watchlist-showupdated\";i:682;s:10:\"rcnotefrom\";i:683;s:10:\"rclistfrom\";i:684;s:15:\"rcshowhideminor\";i:685;s:20:\"rcshowhideminor-show\";i:686;s:20:\"rcshowhideminor-hide\";i:687;s:14:\"rcshowhidebots\";i:688;s:19:\"rcshowhidebots-show\";i:689;s:19:\"rcshowhidebots-hide\";i:690;s:13:\"rcshowhideliu\";i:691;s:18:\"rcshowhideliu-show\";i:692;s:18:\"rcshowhideliu-hide\";i:693;s:15:\"rcshowhideanons\";i:694;s:20:\"rcshowhideanons-show\";i:695;s:20:\"rcshowhideanons-hide\";i:696;s:14:\"rcshowhidepatr\";i:697;s:14:\"rcshowhidemine\";i:698;s:19:\"rcshowhidemine-show\";i:699;s:19:\"rcshowhidemine-hide\";i:700;s:7:\"rclinks\";i:701;s:4:\"diff\";i:702;s:4:\"hist\";i:703;s:4:\"hide\";i:704;s:4:\"show\";i:705;s:15:\"minoreditletter\";i:706;s:13:\"newpageletter\";i:707;s:13:\"boteditletter\";i:708;s:18:\"rc-change-size-new\";i:709;s:12:\"rc-old-title\";i:710;s:19:\"recentchangeslinked\";i:711;s:24:\"recentchangeslinked-feed\";i:712;s:27:\"recentchangeslinked-toolbox\";i:713;s:25:\"recentchangeslinked-title\";i:714;s:27:\"recentchangeslinked-summary\";i:715;s:24:\"recentchangeslinked-page\";i:716;s:22:\"recentchangeslinked-to\";i:717;s:6:\"upload\";i:718;s:13:\"uploadlogpage\";i:719;s:8:\"filedesc\";i:720;s:7:\"license\";i:721;s:14:\"license-header\";i:722;s:7:\"imgfile\";i:723;s:9:\"listfiles\";i:724;s:16:\"file-anchor-link\";i:725;s:8:\"filehist\";i:726;s:13:\"filehist-help\";i:727;s:15:\"filehist-revert\";i:728;s:16:\"filehist-current\";i:729;s:17:\"filehist-datetime\";i:730;s:14:\"filehist-thumb\";i:731;s:18:\"filehist-thumbtext\";i:732;s:16:\"filehist-nothumb\";i:733;s:13:\"filehist-user\";i:734;s:19:\"filehist-dimensions\";i:735;s:16:\"filehist-comment\";i:736;s:10:\"imagelinks\";i:737;s:12:\"linkstoimage\";i:738;s:17:\"linkstoimage-more\";i:739;s:14:\"nolinkstoimage\";i:740;s:21:\"linkstoimage-redirect\";i:741;s:12:\"sharedupload\";i:742;s:22:\"sharedupload-desc-here\";i:743;s:15:\"filepage-nofile\";i:744;s:25:\"uploadnewversion-linktext\";i:745;s:22:\"upload-disallowed-here\";i:746;s:10:\"randompage\";i:747;s:10:\"statistics\";i:748;s:23:\"statistics-header-pages\";i:749;s:23:\"statistics-header-edits\";i:750;s:23:\"statistics-header-hooks\";i:751;s:16:\"statistics-files\";i:752;s:16:\"statistics-edits\";i:753;s:28:\"statistics-users-active-desc\";i:754;s:21:\"double-redirect-fixer\";i:755;s:6:\"nbytes\";i:756;s:8:\"nmembers\";i:757;s:11:\"prefixindex\";i:758;s:9:\"listusers\";i:759;s:8:\"newpages\";i:760;s:4:\"move\";i:761;s:12:\"movethispage\";i:762;s:13:\"pager-newer-n\";i:763;s:13:\"pager-older-n\";i:764;s:11:\"booksources\";i:765;s:25:\"booksources-search-legend\";i:766;s:18:\"booksources-search\";i:767;s:19:\"specialloguserlabel\";i:768;s:20:\"speciallogtitlelabel\";i:769;s:3:\"log\";i:770;s:13:\"all-logs-page\";i:771;s:11:\"alllogstext\";i:772;s:8:\"logempty\";i:773;s:8:\"allpages\";i:774;s:8:\"prevpage\";i:775;s:12:\"allpagesfrom\";i:776;s:10:\"allpagesto\";i:777;s:11:\"allarticles\";i:778;s:14:\"allpagessubmit\";i:779;s:23:\"allpages-hide-redirects\";i:780;s:10:\"categories\";i:781;s:10:\"linksearch\";i:782;s:23:\"listgrouprights-members\";i:783;s:9:\"emailuser\";i:784;s:18:\"usermessage-editor\";i:785;s:9:\"watchlist\";i:786;s:11:\"mywatchlist\";i:787;s:13:\"watchlistfor2\";i:788;s:14:\"addedwatchtext\";i:789;s:26:\"addedwatchindefinitelytext\";i:790;s:31:\"addedwatchindefinitelytext-talk\";i:791;s:16:\"removedwatchtext\";i:792;s:5:\"watch\";i:793;s:13:\"watchthispage\";i:794;s:7:\"unwatch\";i:795;s:17:\"watchlist-details\";i:796;s:20:\"wlheader-showupdated\";i:797;s:6:\"wlnote\";i:798;s:17:\"watchlist-options\";i:799;s:8:\"watching\";i:800;s:10:\"unwatching\";i:801;s:12:\"enotif_reset\";i:802;s:17:\"deletepage-submit\";i:803;s:17:\"confirmdeletetext\";i:804;s:14:\"actioncomplete\";i:805;s:12:\"actionfailed\";i:806;s:11:\"deletedtext\";i:807;s:10:\"dellogpage\";i:808;s:14:\"dellogpagetext\";i:809;s:11:\"deletionlog\";i:810;s:8:\"reverted\";i:811;s:13:\"deletecomment\";i:812;s:17:\"deleteotherreason\";i:813;s:21:\"deletereasonotherlist\";i:814;s:21:\"deletereason-dropdown\";i:815;s:22:\"delete-edit-reasonlist\";i:816;s:13:\"delete-toobig\";i:817;s:21:\"delete-warning-toobig\";i:818;s:8:\"rollback\";i:819;s:12:\"rollbacklink\";i:820;s:17:\"rollbacklinkcount\";i:821;s:14:\"rollbackfailed\";i:822;s:12:\"cantrollback\";i:823;s:13:\"alreadyrolled\";i:824;s:11:\"editcomment\";i:825;s:10:\"revertpage\";i:826;s:17:\"revertpage-nouser\";i:827;s:16:\"rollback-success\";i:828;s:20:\"sessionfailure-title\";i:829;s:14:\"sessionfailure\";i:830;s:14:\"protectlogpage\";i:831;s:14:\"protectcomment\";i:832;s:13:\"protectexpiry\";i:833;s:22:\"protect_expiry_invalid\";i:834;s:18:\"protect_expiry_old\";i:835;s:12:\"protect-text\";i:836;s:21:\"protect-locked-access\";i:837;s:17:\"protect-cascadeon\";i:838;s:15:\"protect-default\";i:839;s:16:\"protect-fallback\";i:840;s:27:\"protect-level-autoconfirmed\";i:841;s:19:\"protect-level-sysop\";i:842;s:23:\"protect-summary-cascade\";i:843;s:16:\"protect-expiring\";i:844;s:25:\"protect-expiry-indefinite\";i:845;s:15:\"protect-cascade\";i:846;s:16:\"protect-cantedit\";i:847;s:16:\"restriction-type\";i:848;s:17:\"restriction-level\";i:849;s:12:\"minimum-size\";i:850;s:12:\"maximum-size\";i:851;s:8:\"pagesize\";i:852;s:16:\"restriction-edit\";i:853;s:16:\"restriction-move\";i:854;s:18:\"restriction-create\";i:855;s:18:\"restriction-upload\";i:856;s:23:\"restriction-level-sysop\";i:857;s:31:\"restriction-level-autoconfirmed\";i:858;s:21:\"restriction-level-all\";i:859;s:8:\"undelete\";i:860;s:12:\"undeletepage\";i:861;s:17:\"undeletepagetitle\";i:862;s:15:\"viewdeletedpage\";i:863;s:23:\"skin-action-viewdeleted\";i:864;s:12:\"undeletelink\";i:865;s:9:\"namespace\";i:866;s:6:\"invert\";i:867;s:14:\"tooltip-invert\";i:868;s:21:\"namespace_association\";i:869;s:29:\"tooltip-namespace_association\";i:870;s:14:\"blanknamespace\";i:871;s:13:\"contributions\";i:872;s:23:\"tool-link-contributions\";i:873;s:19:\"contributions-title\";i:874;s:9:\"mycontris\";i:875;s:12:\"anoncontribs\";i:876;s:11:\"contribsub2\";i:877;s:10:\"nocontribs\";i:878;s:5:\"uctop\";i:879;s:5:\"month\";i:880;s:4:\"year\";i:881;s:25:\"sp-contributions-blocklog\";i:882;s:24:\"sp-contributions-uploads\";i:883;s:21:\"sp-contributions-logs\";i:884;s:21:\"sp-contributions-talk\";i:885;s:23:\"sp-contributions-search\";i:886;s:25:\"sp-contributions-username\";i:887;s:24:\"sp-contributions-toponly\";i:888;s:24:\"sp-contributions-newonly\";i:889;s:23:\"sp-contributions-submit\";i:890;s:13:\"whatlinkshere\";i:891;s:19:\"whatlinkshere-title\";i:892;s:18:\"whatlinkshere-page\";i:893;s:9:\"linkshere\";i:894;s:11:\"nolinkshere\";i:895;s:10:\"isredirect\";i:896;s:10:\"istemplate\";i:897;s:7:\"isimage\";i:898;s:18:\"whatlinkshere-prev\";i:899;s:18:\"whatlinkshere-next\";i:900;s:19:\"whatlinkshere-links\";i:901;s:24:\"whatlinkshere-hideredirs\";i:902;s:23:\"whatlinkshere-hidetrans\";i:903;s:23:\"whatlinkshere-hidelinks\";i:904;s:24:\"whatlinkshere-hideimages\";i:905;s:7:\"blockip\";i:906;s:10:\"ipboptions\";i:907;s:11:\"ipblocklist\";i:908;s:13:\"infiniteblock\";i:909;s:9:\"blocklink\";i:910;s:11:\"unblocklink\";i:911;s:16:\"change-blocklink\";i:912;s:12:\"contribslink\";i:913;s:12:\"blocklogpage\";i:914;s:24:\"block-log-flags-nocreate\";i:915;s:12:\"proxyblocker\";i:916;s:12:\"movepagetext\";i:917;s:16:\"movepagetalktext\";i:918;s:8:\"newtitle\";i:919;s:10:\"move-watch\";i:920;s:11:\"movepagebtn\";i:921;s:12:\"pagemovedsub\";i:922;s:14:\"movepage-moved\";i:923;s:13:\"articleexists\";i:924;s:8:\"movetalk\";i:925;s:11:\"movelogpage\";i:926;s:10:\"movereason\";i:927;s:10:\"revertmove\";i:928;s:6:\"export\";i:929;s:13:\"export-submit\";i:930;s:14:\"thumbnail-more\";i:931;s:13:\"importlogpage\";i:932;s:19:\"tooltip-pt-userpage\";i:933;s:17:\"tooltip-pt-mytalk\";i:934;s:22:\"tooltip-pt-preferences\";i:935;s:20:\"tooltip-pt-watchlist\";i:936;s:20:\"tooltip-pt-mycontris\";i:937;s:16:\"tooltip-pt-login\";i:938;s:17:\"tooltip-pt-logout\";i:939;s:24:\"tooltip-pt-createaccount\";i:940;s:15:\"tooltip-ca-talk\";i:941;s:15:\"tooltip-ca-edit\";i:942;s:21:\"tooltip-ca-addsection\";i:943;s:21:\"tooltip-ca-viewsource\";i:944;s:18:\"tooltip-ca-history\";i:945;s:18:\"tooltip-ca-protect\";i:946;s:17:\"tooltip-ca-delete\";i:947;s:15:\"tooltip-ca-move\";i:948;s:16:\"tooltip-ca-watch\";i:949;s:18:\"tooltip-ca-unwatch\";i:950;s:14:\"tooltip-search\";i:951;s:17:\"tooltip-search-go\";i:952;s:23:\"tooltip-search-fulltext\";i:953;s:14:\"tooltip-p-logo\";i:954;s:18:\"tooltip-n-mainpage\";i:955;s:30:\"tooltip-n-mainpage-description\";i:956;s:16:\"tooltip-n-portal\";i:957;s:23:\"tooltip-n-currentevents\";i:958;s:23:\"tooltip-n-recentchanges\";i:959;s:20:\"tooltip-n-randompage\";i:960;s:14:\"tooltip-n-help\";i:961;s:23:\"tooltip-t-whatlinkshere\";i:962;s:29:\"tooltip-t-recentchangeslinked\";i:963;s:16:\"tooltip-feed-rss\";i:964;s:17:\"tooltip-feed-atom\";i:965;s:23:\"tooltip-t-contributions\";i:966;s:19:\"tooltip-t-emailuser\";i:967;s:16:\"tooltip-t-upload\";i:968;s:22:\"tooltip-t-specialpages\";i:969;s:15:\"tooltip-t-print\";i:970;s:19:\"tooltip-t-permalink\";i:971;s:21:\"tooltip-ca-nstab-main\";i:972;s:21:\"tooltip-ca-nstab-user\";i:973;s:24:\"tooltip-ca-nstab-special\";i:974;s:24:\"tooltip-ca-nstab-project\";i:975;s:22:\"tooltip-ca-nstab-image\";i:976;s:26:\"tooltip-ca-nstab-mediawiki\";i:977;s:25:\"tooltip-ca-nstab-template\";i:978;s:25:\"tooltip-ca-nstab-category\";i:979;s:17:\"tooltip-minoredit\";i:980;s:12:\"tooltip-save\";i:981;s:15:\"tooltip-preview\";i:982;s:12:\"tooltip-diff\";i:983;s:31:\"tooltip-compareselectedversions\";i:984;s:13:\"tooltip-watch\";i:985;s:16:\"tooltip-rollback\";i:986;s:12:\"tooltip-undo\";i:987;s:15:\"tooltip-summary\";i:988;s:20:\"simpleantispam-label\";i:989;s:14:\"pageinfo-title\";i:990;s:21:\"pageinfo-header-basic\";i:991;s:21:\"pageinfo-header-edits\";i:992;s:28:\"pageinfo-header-restrictions\";i:993;s:26:\"pageinfo-header-properties\";i:994;s:22:\"pageinfo-display-title\";i:995;s:21:\"pageinfo-default-sort\";i:996;s:15:\"pageinfo-length\";i:997;s:19:\"pageinfo-article-id\";i:998;s:17:\"pageinfo-language\";i:999;s:22:\"pageinfo-content-model\";i:1000;s:21:\"pageinfo-robot-policy\";i:1001;s:20:\"pageinfo-robot-index\";i:1002;s:22:\"pageinfo-robot-noindex\";i:1003;s:17:\"pageinfo-watchers\";i:1004;s:21:\"pageinfo-few-watchers\";i:1005;s:23:\"pageinfo-redirects-name\";i:1006;s:22:\"pageinfo-subpages-name\";i:1007;s:23:\"pageinfo-subpages-value\";i:1008;s:18:\"pageinfo-firstuser\";i:1009;s:18:\"pageinfo-firsttime\";i:1010;s:17:\"pageinfo-lastuser\";i:1011;s:17:\"pageinfo-lasttime\";i:1012;s:14:\"pageinfo-edits\";i:1013;s:16:\"pageinfo-authors\";i:1014;s:21:\"pageinfo-recent-edits\";i:1015;s:23:\"pageinfo-recent-authors\";i:1016;s:20:\"pageinfo-magic-words\";i:1017;s:26:\"pageinfo-hidden-categories\";i:1018;s:18:\"pageinfo-templates\";i:1019;s:20:\"pageinfo-toolboxlink\";i:1020;s:20:\"pageinfo-contentpage\";i:1021;s:24:\"pageinfo-contentpage-yes\";i:1022;s:15:\"patrol-log-page\";i:1023;s:12:\"previousdiff\";i:1024;s:8:\"nextdiff\";i:1025;s:15:\"widthheightpage\";i:1026;s:14:\"file-info-size\";i:1027;s:20:\"file-info-size-pages\";i:1028;s:12:\"file-nohires\";i:1029;s:13:\"svg-long-desc\";i:1030;s:14:\"show-big-image\";i:1031;s:22:\"show-big-image-preview\";i:1032;s:20:\"show-big-image-other\";i:1033;s:19:\"show-big-image-size\";i:1034;s:14:\"bad_image_list\";i:1035;s:8:\"metadata\";i:1036;s:13:\"metadata-help\";i:1037;s:15:\"metadata-expand\";i:1038;s:17:\"metadata-collapse\";i:1039;s:15:\"metadata-fields\";i:1040;s:13:\"namespacesall\";i:1041;s:9:\"monthsall\";i:1042;s:20:\"confirm_purge_button\";i:1043;s:20:\"confirm-watch-button\";i:1044;s:22:\"confirm-unwatch-button\";i:1045;s:23:\"confirm-rollback-button\";i:1046;s:16:\"imgmultipageprev\";i:1047;s:16:\"imgmultipagenext\";i:1048;s:10:\"imgmultigo\";i:1049;s:12:\"imgmultigoto\";i:1050;s:20:\"watchlisttools-clear\";i:1051;s:19:\"watchlisttools-view\";i:1052;s:19:\"watchlisttools-edit\";i:1053;s:18:\"watchlisttools-raw\";i:1054;s:9:\"signature\";i:1055;s:8:\"redirect\";i:1056;s:16:\"redirect-summary\";i:1057;s:15:\"redirect-submit\";i:1058;s:15:\"redirect-lookup\";i:1059;s:14:\"redirect-value\";i:1060;s:13:\"redirect-user\";i:1061;s:13:\"redirect-page\";i:1062;s:17:\"redirect-revision\";i:1063;s:13:\"redirect-file\";i:1064;s:12:\"specialpages\";i:1065;s:10:\"tag-filter\";i:1066;s:16:\"tag-list-wrapper\";i:1067;s:15:\"tags-active-yes\";i:1068;s:14:\"tags-active-no\";i:1069;s:13:\"tags-hitcount\";i:1070;s:10:\"deletepage\";i:1071;s:5:\"purge\";i:1072;s:15:\"htmlform-submit\";i:1073;s:22:\"logentry-delete-delete\";i:1074;s:23:\"logentry-delete-restore\";i:1075;s:24:\"logentry-delete-revision\";i:1076;s:21:\"revdelete-content-hid\";i:1077;s:18:\"logentry-move-move\";i:1078;s:29:\"logentry-move-move-noredirect\";i:1079;s:24:\"logentry-move-move_redir\";i:1080;s:27:\"logentry-patrol-patrol-auto\";i:1081;s:24:\"logentry-newusers-create\";i:1082;s:28:\"logentry-newusers-autocreate\";i:1083;s:22:\"logentry-upload-upload\";i:1084;s:25:\"logentry-upload-overwrite\";i:1085;s:20:\"searchsuggest-search\";i:1086;s:24:\"searchsuggest-containing\";i:1087;s:13:\"duration-days\";i:1088;s:14:\"randomrootpage\";i:1089;s:22:\"skin-view-create-local\";i:1090;s:14:\"nstab-mainpage\";i:1091;s:20:\"skin-view-edit-local\";i:1092;s:19:\"skin-action-protect\";i:1093;s:18:\"skin-action-delete\";i:1094;s:16:\"skin-action-move\";i:1095;s:16:\"vector-skin-desc\";i:1096;s:34:\"prefs-vector-enable-vector-1-label\";i:1097;s:14:\"vector-opt-out\";i:1098;s:28:\"vector-action-toggle-sidebar\";i:1099;s:16:\"vector-languages\";i:1100;s:28:\"vector-language-button-label\";i:1101;s:31:\"vector-no-language-button-label\";i:1102;s:31:\"vector-language-redirect-to-top\";i:1103;s:38:\"vector-language-variant-switcher-label\";i:1104;s:24:\"vector-action-addsection\";i:1105;s:20:\"vector-action-delete\";i:1106;s:18:\"vector-action-move\";i:1107;s:21:\"vector-action-protect\";i:1108;s:22:\"vector-action-undelete\";i:1109;s:23:\"vector-action-unprotect\";i:1110;s:18:\"vector-view-create\";i:1111;s:16:\"vector-view-edit\";i:1112;s:19:\"vector-view-history\";i:1113;s:16:\"vector-view-view\";i:1114;s:22:\"vector-view-viewsource\";i:1115;s:23:\"vector-jumptonavigation\";i:1116;s:19:\"vector-jumptosearch\";i:1117;s:20:\"vector-jumptocontent\";i:1118;s:19:\"vector-more-actions\";i:1119;s:20:\"vector-search-loader\";i:1120;s:31:\"vector-searchsuggest-containing\";i:1121;s:17:\"vector-intro-page\";i:1122;s:20:\"vector-toc-beginning\";i:1123;s:30:\"vector-toc-toggle-button-label\";i:1124;s:27:\"vector-anon-user-menu-pages\";i:1125;s:33:\"vector-anon-user-menu-pages-learn\";i:1126;s:33:\"vector-anon-user-menu-pages-label\";i:1127;s:24:\"vector-main-menu-tooltip\";i:1128;s:23:\"vector-toc-menu-tooltip\";i:1129;s:35:\"vector-toc-collapsible-button-label\";i:1130;s:21:\"vector-site-nav-label\";i:1131;s:26:\"vector-2022-prefs-talkpage\";i:1132;s:35:\"tooltip-vector-anon-user-menu-title\";i:1133;s:35:\"wikieditor-toolbar-tool-file-upload\";i:1134;s:38:\"mobile-frontend-back-to-top-of-section\";i:1135;s:25:\"mobile-frontend-copyright\";i:1136;s:32:\"mobile-frontend-featured-article\";i:1137;s:27:\"mobile-frontend-home-button\";i:1138;s:29:\"mobile-frontend-random-button\";i:1139;s:28:\"mobile-frontend-regular-site\";i:1140;s:29:\"mobile-frontend-search-submit\";i:1141;s:9:\"pagetitle\";i:1142;s:12:\"nocookiesnew\";i:1143;s:14:\"nocookieslogin\";i:1144;s:15:\"nocookiesfornew\";i:1145;s:21:\"createacct-loginerror\";i:1146;s:23:\"createacct-temp-warning\";i:1147;s:6:\"noname\";i:1148;s:12:\"loginsuccess\";i:1149;s:10:\"nosuchuser\";i:1150;s:15:\"nosuchusershort\";i:1151;s:15:\"nouserspecified\";i:1152;s:17:\"login-userblocked\";i:1153;s:13:\"wrongpassword\";i:1154;s:18:\"wrongpasswordempty\";i:1155;s:16:\"passwordtooshort\";i:1156;s:15:\"passwordtoolong\";i:1157;s:20:\"passwordincommonlist\";i:1158;s:19:\"password-name-match\";i:1159;s:33:\"password-substring-username-match\";i:1160;s:24:\"password-login-forbidden\";i:1161;s:21:\"passwordremindertitle\";i:1162;s:20:\"passwordremindertext\";i:1163;s:7:\"noemail\";i:1164;s:13:\"noemailcreate\";i:1165;s:12:\"passwordsent\";i:1166;s:20:\"blocked-mailpassword\";i:1167;s:12:\"eauthentsent\";i:1168;s:22:\"throttled-mailpassword\";i:1169;s:9:\"mailerror\";i:1170;s:26:\"acct_creation_throttle_hit\";i:1171;s:18:\"emailauthenticated\";i:1172;s:21:\"emailnotauthenticated\";i:1173;s:12:\"noemailprefs\";i:1174;s:16:\"emailconfirmlink\";i:1175;s:19:\"invalidemailaddress\";i:1176;s:17:\"cannotchangeemail\";i:1177;s:13:\"emaildisabled\";i:1178;s:14:\"accountcreated\";i:1179;s:18:\"accountcreatedtext\";i:1180;s:19:\"createaccount-title\";i:1181;s:18:\"createaccount-text\";i:1182;s:15:\"login-throttled\";i:1183;s:19:\"login-abort-generic\";i:1184;s:22:\"login-migrated-generic\";i:1185;s:21:\"suspicious-userlogout\";i:1186;s:31:\"createacct-another-realname-tip\";i:1187;s:24:\"pt-login-continue-button\";i:1188;s:22:\"php-mail-error-unknown\";i:1189;s:17:\"user-mail-no-addy\";i:1190;s:17:\"user-mail-no-body\";i:1191;s:18:\"resetpass_announce\";i:1192;s:14:\"resetpass_text\";i:1193;s:16:\"resetpass_header\";i:1194;s:22:\"changepassword-success\";i:1195;s:24:\"changepassword-throttled\";i:1196;s:20:\"botpasswords-summary\";i:1197;s:21:\"botpasswords-disabled\";i:1198;s:26:\"botpasswords-no-central-id\";i:1199;s:21:\"botpasswords-existing\";i:1200;s:22:\"botpasswords-createnew\";i:1201;s:25:\"botpasswords-editexisting\";i:1202;s:29:\"botpasswords-label-needsreset\";i:1203;s:24:\"botpasswords-help-grants\";i:1204;s:22:\"botpasswords-bad-appid\";i:1205;s:33:\"botpasswords-toolong-restrictions\";i:1206;s:27:\"botpasswords-toolong-grants\";i:1207;s:26:\"botpasswords-insert-failed\";i:1208;s:26:\"botpasswords-update-failed\";i:1209;s:25:\"botpasswords-created-body\";i:1210;s:25:\"botpasswords-updated-body\";i:1211;s:25:\"botpasswords-deleted-body\";i:1212;s:24:\"botpasswords-newpassword\";i:1213;s:24:\"botpasswords-no-provider\";i:1214;s:31:\"botpasswords-restriction-failed\";i:1215;s:25:\"botpasswords-invalid-name\";i:1216;s:22:\"botpasswords-not-exist\";i:1217;s:24:\"botpasswords-needs-reset\";i:1218;s:19:\"botpasswords-locked\";i:1219;s:19:\"resetpass_forbidden\";i:1220;s:26:\"resetpass_forbidden-reason\";i:1221;s:17:\"resetpass-no-info\";i:1222;s:23:\"resetpass-wrong-oldpass\";i:1223;s:18:\"resetpass-recycled\";i:1224;s:22:\"resetpass-temp-emailed\";i:1225;s:23:\"resetpass-abort-generic\";i:1226;s:17:\"resetpass-expired\";i:1227;s:22:\"resetpass-expired-soft\";i:1228;s:18:\"resetpass-validity\";i:1229;s:23:\"resetpass-validity-soft\";i:1230;s:22:\"passwordreset-text-one\";i:1231;s:23:\"passwordreset-text-many\";i:1232;s:22:\"passwordreset-disabled\";i:1233;s:27:\"passwordreset-emaildisabled\";i:1234;s:26:\"passwordreset-emailtext-ip\";i:1235;s:28:\"passwordreset-emailtext-user\";i:1236;s:21:\"passwordreset-success\";i:1237;s:37:\"passwordreset-success-details-generic\";i:1238;s:22:\"passwordreset-nocaller\";i:1239;s:26:\"passwordreset-nosuchcaller\";i:1240;s:21:\"passwordreset-ignored\";i:1241;s:20:\"passwordreset-nodata\";i:1242;s:11:\"changeemail\";i:1243;s:18:\"changeemail-header\";i:1244;s:19:\"changeemail-no-info\";i:1245;s:25:\"changeemail-newemail-help\";i:1246;s:21:\"changeemail-throttled\";i:1247;s:20:\"changeemail-nochange\";i:1248;s:16:\"resettokens-text\";i:1249;s:21:\"resettokens-no-tokens\";i:1250;s:27:\"resettokens-watchlist-token\";i:1251;s:23:\"resettokens-resetbutton\";i:1252;s:12:\"blankarticle\";i:1253;s:18:\"anonpreviewwarning\";i:1254;s:14:\"missingsummary\";i:1255;s:12:\"selfredirect\";i:1256;s:20:\"missingcommentheader\";i:1257;s:15:\"autoblockedtext\";i:1258;s:17:\"systemblockedtext\";i:1259;s:17:\"whitelistedittext\";i:1260;s:15:\"confirmedittext\";i:1261;s:18:\"nosuchsectiontitle\";i:1262;s:17:\"nosuchsectiontext\";i:1263;s:16:\"loginreqpagetext\";i:1264;s:12:\"accmailtitle\";i:1265;s:11:\"accmailtext\";i:1266;s:16:\"missing-revision\";i:1267;s:25:\"userpage-userdoesnotexist\";i:1268;s:25:\"blocked-notice-logextract\";i:1269;s:20:\"usercssyoucanpreview\";i:1270;s:21:\"userjsonyoucanpreview\";i:1271;s:19:\"userjsyoucanpreview\";i:1272;s:14:\"usercsspreview\";i:1273;s:15:\"userjsonpreview\";i:1274;s:13:\"userjspreview\";i:1275;s:14:\"sitecsspreview\";i:1276;s:15:\"sitejsonpreview\";i:1277;s:13:\"sitejspreview\";i:1278;s:22:\"userinvalidconfigtitle\";i:1279;s:15:\"previewconflict\";i:1280;s:20:\"session_fail_preview\";i:1281;s:25:\"session_fail_preview_html\";i:1282;s:20:\"edit_form_incomplete\";i:1283;s:15:\"explainconflict\";i:1284;s:13:\"storedversion\";i:1285;s:10:\"editingold\";i:1286;s:20:\"unicode-support-fail\";i:1287;s:17:\"copyrightwarning2\";i:1288;s:32:\"editpage-cannot-use-custom-model\";i:1289;s:13:\"longpageerror\";i:1290;s:15:\"readonlywarning\";i:1291;s:20:\"protectedpagewarning\";i:1292;s:24:\"semiprotectedpagewarning\";i:1293;s:23:\"cascadeprotectedwarning\";i:1294;s:21:\"titleprotectedwarning\";i:1295;s:20:\"templatesusedsection\";i:1296;s:9:\"edittools\";i:1297;s:12:\"nocreatetext\";i:1298;s:17:\"nocreate-loggedin\";i:1299;s:29:\"sectioneditnotsupported-title\";i:1300;s:28:\"sectioneditnotsupported-text\";i:1301;s:27:\"modeleditnotsupported-title\";i:1302;s:21:\"permissionserrorstext\";i:1303;s:21:\"contentmodelediterror\";i:1304;s:26:\"moveddeleted-notice-recent\";i:1305;s:17:\"edit-hook-aborted\";i:1306;s:17:\"edit-gone-missing\";i:1307;s:14:\"edit-no-change\";i:1308;s:21:\"edit-slots-cannot-add\";i:1309;s:24:\"edit-slots-cannot-remove\";i:1310;s:18:\"edit-slots-missing\";i:1311;s:23:\"content-failed-to-parse\";i:1312;s:24:\"content-not-allowed-here\";i:1313;s:34:\"editpage-invalidcontentmodel-title\";i:1314;s:33:\"editpage-invalidcontentmodel-text\";i:1315;s:40:\"editpage-notsupportedcontentformat-title\";i:1316;s:39:\"editpage-notsupportedcontentformat-text\";i:1317;s:17:\"content-model-css\";i:1318;s:18:\"content-model-json\";i:1319;s:22:\"duplicate-args-warning\";i:1320;s:23:\"duplicate-args-category\";i:1321;s:28:\"duplicate-args-category-desc\";i:1322;s:32:\"expensive-parserfunction-warning\";i:1323;s:33:\"expensive-parserfunction-category\";i:1324;s:38:\"post-expand-template-inclusion-warning\";i:1325;s:39:\"post-expand-template-inclusion-category\";i:1326;s:37:\"post-expand-template-argument-warning\";i:1327;s:38:\"post-expand-template-argument-category\";i:1328;s:28:\"parser-template-loop-warning\";i:1329;s:22:\"template-loop-category\";i:1330;s:27:\"template-loop-category-desc\";i:1331;s:21:\"template-loop-warning\";i:1332;s:39:\"parser-template-recursion-depth-warning\";i:1333;s:32:\"language-converter-depth-warning\";i:1334;s:28:\"node-count-exceeded-category\";i:1335;s:33:\"node-count-exceeded-category-desc\";i:1336;s:27:\"node-count-exceeded-warning\";i:1337;s:33:\"expansion-depth-exceeded-category\";i:1338;s:38:\"expansion-depth-exceeded-category-desc\";i:1339;s:32:\"expansion-depth-exceeded-warning\";i:1340;s:27:\"parser-unstrip-loop-warning\";i:1341;s:21:\"unstrip-depth-warning\";i:1342;s:22:\"unstrip-depth-category\";i:1343;s:20:\"unstrip-size-warning\";i:1344;s:21:\"unstrip-size-category\";i:1345;s:27:\"converter-manual-rule-error\";i:1346;s:12:\"undo-success\";i:1347;s:19:\"undo-main-slot-only\";i:1348;s:10:\"undo-norev\";i:1349;s:13:\"undo-nochange\";i:1350;s:12:\"undo-summary\";i:1351;s:28:\"undo-summary-username-hidden\";i:1352;s:18:\"history-feed-empty\";i:1353;s:17:\"history-edit-tags\";i:1354;s:13:\"history-empty\";i:1355;s:25:\"rev-deleted-user-contribs\";i:1356;s:27:\"rev-deleted-text-permission\";i:1357;s:30:\"rev-suppressed-text-permission\";i:1358;s:23:\"rev-deleted-text-unhide\";i:1359;s:26:\"rev-suppressed-text-unhide\";i:1360;s:21:\"rev-deleted-text-view\";i:1361;s:24:\"rev-suppressed-text-view\";i:1362;s:19:\"rev-deleted-no-diff\";i:1363;s:22:\"rev-suppressed-no-diff\";i:1364;s:23:\"rev-deleted-unhide-diff\";i:1365;s:26:\"rev-suppressed-unhide-diff\";i:1366;s:21:\"rev-deleted-diff-view\";i:1367;s:24:\"rev-suppressed-diff-view\";i:1368;s:22:\"revdelete-nooldid-text\";i:1369;s:17:\"revdelete-no-file\";i:1370;s:27:\"revdelete-show-file-confirm\";i:1371;s:19:\"revdelete-text-text\";i:1372;s:19:\"revdelete-text-file\";i:1373;s:14:\"logdelete-text\";i:1374;s:21:\"revdelete-text-others\";i:1375;s:17:\"revdelete-confirm\";i:1376;s:23:\"revdelete-suppress-text\";i:1377;s:25:\"revdelete-hide-restricted\";i:1378;s:18:\"revdelete-suppress\";i:1379;s:20:\"revdelete-unsuppress\";i:1380;s:17:\"revdelete-failure\";i:1381;s:17:\"logdelete-failure\";i:1382;s:22:\"revdelete-hide-current\";i:1383;s:24:\"revdelete-show-no-access\";i:1384;s:26:\"revdelete-modify-no-access\";i:1385;s:24:\"revdelete-modify-missing\";i:1386;s:19:\"revdelete-no-change\";i:1387;s:27:\"revdelete-concurrent-change\";i:1388;s:25:\"revdelete-only-restricted\";i:1389;s:25:\"revdelete-reason-dropdown\";i:1390;s:21:\"revdelete-otherreason\";i:1391;s:18:\"revdelete-offender\";i:1392;s:14:\"suppressionlog\";i:1393;s:18:\"suppressionlogtext\";i:1394;s:12:\"mergehistory\";i:1395;s:19:\"mergehistory-header\";i:1396;s:16:\"mergehistory-box\";i:1397;s:17:\"mergehistory-list\";i:1398;s:18:\"mergehistory-merge\";i:1399;s:15:\"mergehistory-go\";i:1400;s:18:\"mergehistory-empty\";i:1401;s:17:\"mergehistory-done\";i:1402;s:17:\"mergehistory-fail\";i:1403;s:31:\"mergehistory-fail-bad-timestamp\";i:1404;s:32:\"mergehistory-fail-invalid-source\";i:1405;s:30:\"mergehistory-fail-invalid-dest\";i:1406;s:27:\"mergehistory-fail-no-change\";i:1407;s:28:\"mergehistory-fail-permission\";i:1408;s:28:\"mergehistory-fail-self-merge\";i:1409;s:36:\"mergehistory-fail-timestamps-overlap\";i:1410;s:24:\"mergehistory-fail-toobig\";i:1411;s:22:\"mergehistory-no-source\";i:1412;s:27:\"mergehistory-no-destination\";i:1413;s:27:\"mergehistory-invalid-source\";i:1414;s:32:\"mergehistory-invalid-destination\";i:1415;s:24:\"mergehistory-autocomment\";i:1416;s:20:\"mergehistory-comment\";i:1417;s:29:\"mergehistory-same-destination\";i:1418;s:19:\"mergehistory-reason\";i:1419;s:16:\"mergelogpagetext\";i:1420;s:26:\"difference-title-multipage\";i:1421;s:20:\"difference-multipage\";i:1422;s:24:\"showhideselectedversions\";i:1423;s:20:\"diff-multi-manyusers\";i:1424;s:26:\"diff-paragraph-moved-tonew\";i:1425;s:26:\"diff-paragraph-moved-toold\";i:1426;s:27:\"difference-missing-revision\";i:1427;s:26:\"search-filter-title-prefix\";i:1428;s:32:\"search-filter-title-prefix-reset\";i:1429;s:12:\"titlematches\";i:1430;s:11:\"textmatches\";i:1431;s:9:\"prev-page\";i:1432;s:9:\"next-page\";i:1433;s:15:\"search-category\";i:1434;s:16:\"search-rewritten\";i:1435;s:29:\"search-interwiki-more-results\";i:1436;s:21:\"search-relatedarticle\";i:1437;s:13:\"searchrelated\";i:1438;s:14:\"showingresults\";i:1439;s:21:\"showingresultsinrange\";i:1440;s:25:\"search-nonefound-thiswiki\";i:1441;s:23:\"powersearch-togglelabel\";i:1442;s:21:\"powersearch-toggleall\";i:1443;s:22:\"powersearch-togglenone\";i:1444;s:20:\"powersearch-remember\";i:1445;s:15:\"search-external\";i:1446;s:14:\"searchdisabled\";i:1447;s:12:\"search-error\";i:1448;s:14:\"search-warning\";i:1449;s:11:\"prefs-edits\";i:1450;s:17:\"prefsnologintext2\";i:1451;s:10:\"prefs-skin\";i:1452;s:16:\"prefs-skin-prefs\";i:1453;s:21:\"prefs-skin-responsive\";i:1454;s:26:\"prefs-help-skin-responsive\";i:1455;s:12:\"skin-preview\";i:1456;s:11:\"datedefault\";i:1457;s:10:\"prefs-labs\";i:1458;s:16:\"prefs-user-pages\";i:1459;s:14:\"prefs-personal\";i:1460;s:8:\"prefs-rc\";i:1461;s:15:\"prefs-watchlist\";i:1462;s:19:\"prefs-editwatchlist\";i:1463;s:25:\"prefs-editwatchlist-label\";i:1464;s:24:\"prefs-editwatchlist-edit\";i:1465;s:23:\"prefs-editwatchlist-raw\";i:1466;s:25:\"prefs-editwatchlist-clear\";i:1467;s:20:\"prefs-watchlist-days\";i:1468;s:24:\"prefs-watchlist-days-max\";i:1469;s:21:\"prefs-watchlist-edits\";i:1470;s:25:\"prefs-watchlist-edits-max\";i:1471;s:21:\"prefs-watchlist-token\";i:1472;s:28:\"prefs-watchlist-managetokens\";i:1473;s:10:\"prefs-misc\";i:1474;s:15:\"prefs-resetpass\";i:1475;s:17:\"prefs-changeemail\";i:1476;s:14:\"prefs-setemail\";i:1477;s:11:\"prefs-email\";i:1478;s:15:\"prefs-rendering\";i:1479;s:16:\"prefs-searchmisc\";i:1480;s:9:\"saveprefs\";i:1481;s:12:\"restoreprefs\";i:1482;s:13:\"prefs-editing\";i:1483;s:17:\"searchresultshead\";i:1484;s:17:\"recentchangesdays\";i:1485;s:21:\"recentchangesdays-max\";i:1486;s:18:\"recentchangescount\";i:1487;s:29:\"prefs-help-recentchangescount\";i:1488;s:27:\"prefs-help-watchlist-token2\";i:1489;s:26:\"prefs-help-tokenmanagement\";i:1490;s:29:\"prefs-user-downloaddata-label\";i:1491;s:28:\"prefs-user-downloaddata-info\";i:1492;s:29:\"prefs-user-restoreprefs-label\";i:1493;s:28:\"prefs-user-restoreprefs-info\";i:1494;s:10:\"savedprefs\";i:1495;s:11:\"savedrights\";i:1496;s:14:\"timezonelegend\";i:1497;s:9:\"localtime\";i:1498;s:24:\"timezoneuseserverdefault\";i:1499;s:17:\"timezoneuseoffset\";i:1500;s:30:\"timezone-useoffset-placeholder\";i:1501;s:10:\"servertime\";i:1502;s:13:\"guesstimezone\";i:1503;s:21:\"timezoneregion-africa\";i:1504;s:22:\"timezoneregion-america\";i:1505;s:25:\"timezoneregion-antarctica\";i:1506;s:21:\"timezoneregion-arctic\";i:1507;s:19:\"timezoneregion-asia\";i:1508;s:23:\"timezoneregion-atlantic\";i:1509;s:24:\"timezoneregion-australia\";i:1510;s:21:\"timezoneregion-europe\";i:1511;s:21:\"timezoneregion-indian\";i:1512;s:22:\"timezoneregion-pacific\";i:1513;s:10:\"allowemail\";i:1514;s:27:\"email-allow-new-users-label\";i:1515;s:20:\"email-mutelist-label\";i:1516;s:19:\"prefs-searchoptions\";i:1517;s:16:\"prefs-namespaces\";i:1518;s:7:\"default\";i:1519;s:11:\"prefs-files\";i:1520;s:16:\"prefs-custom-css\";i:1521;s:17:\"prefs-custom-json\";i:1522;s:15:\"prefs-custom-js\";i:1523;s:19:\"prefs-common-config\";i:1524;s:17:\"prefs-reset-intro\";i:1525;s:24:\"prefs-emailconfirm-label\";i:1526;s:9:\"youremail\";i:1527;s:8:\"username\";i:1528;s:20:\"prefs-memberingroups\";i:1529;s:33:\"group-membership-link-with-expiry\";i:1530;s:18:\"prefs-registration\";i:1531;s:12:\"yourrealname\";i:1532;s:12:\"yourlanguage\";i:1533;s:11:\"yourvariant\";i:1534;s:18:\"prefs-help-variant\";i:1535;s:8:\"yournick\";i:1536;s:20:\"prefs-help-signature\";i:1537;s:6:\"badsig\";i:1538;s:12:\"badsiglength\";i:1539;s:10:\"yourgender\";i:1540;s:14:\"gender-unknown\";i:1541;s:15:\"gender-notknown\";i:1542;s:11:\"gender-male\";i:1543;s:13:\"gender-female\";i:1544;s:17:\"prefs-help-gender\";i:1545;s:5:\"email\";i:1546;s:19:\"prefs-help-realname\";i:1547;s:16:\"prefs-help-email\";i:1548;s:23:\"prefs-help-email-others\";i:1549;s:25:\"prefs-help-email-required\";i:1550;s:23:\"prefs-help-requireemail\";i:1551;s:10:\"prefs-info\";i:1552;s:10:\"prefs-i18n\";i:1553;s:15:\"prefs-signature\";i:1554;s:29:\"prefs-signature-error-details\";i:1555;s:16:\"prefs-dateformat\";i:1556;s:16:\"prefs-timeoffset\";i:1557;s:21:\"prefs-advancedediting\";i:1558;s:20:\"prefs-developertools\";i:1559;s:12:\"prefs-editor\";i:1560;s:16:\"prefs-discussion\";i:1561;s:13:\"prefs-preview\";i:1562;s:16:\"prefs-advancedrc\";i:1563;s:23:\"prefs-advancedrendering\";i:1564;s:27:\"prefs-advancedsearchoptions\";i:1565;s:23:\"prefs-advancedwatchlist\";i:1566;s:15:\"prefs-displayrc\";i:1567;s:22:\"prefs-displaywatchlist\";i:1568;s:15:\"prefs-changesrc\";i:1569;s:22:\"prefs-changeswatchlist\";i:1570;s:20:\"prefs-pageswatchlist\";i:1571;s:20:\"prefs-tokenwatchlist\";i:1572;s:11:\"prefs-diffs\";i:1573;s:23:\"prefs-help-prefershttps\";i:1574;s:26:\"prefs-tabs-navigation-hint\";i:1575;s:10:\"userrights\";i:1576;s:22:\"userrights-lookup-user\";i:1577;s:24:\"userrights-user-editname\";i:1578;s:13:\"editusergroup\";i:1579;s:11:\"editinguser\";i:1580;s:17:\"viewinguserrights\";i:1581;s:24:\"userrights-editusergroup\";i:1582;s:24:\"userrights-viewusergroup\";i:1583;s:14:\"saveusergroups\";i:1584;s:23:\"userrights-groupsmember\";i:1585;s:28:\"userrights-groupsmember-auto\";i:1586;s:22:\"userrights-groups-help\";i:1587;s:17:\"userrights-reason\";i:1588;s:23:\"userrights-no-interwiki\";i:1589;s:21:\"userrights-nodatabase\";i:1590;s:25:\"userrights-changeable-col\";i:1591;s:27:\"userrights-unchangeable-col\";i:1592;s:25:\"userrights-expiry-current\";i:1593;s:22:\"userrights-expiry-none\";i:1594;s:17:\"userrights-expiry\";i:1595;s:26:\"userrights-expiry-existing\";i:1596;s:27:\"userrights-expiry-othertime\";i:1597;s:25:\"userrights-expiry-options\";i:1598;s:25:\"userrights-invalid-expiry\";i:1599;s:25:\"userrights-expiry-in-past\";i:1600;s:32:\"userrights-cannot-shorten-expiry\";i:1601;s:19:\"userrights-conflict\";i:1602;s:5:\"group\";i:1603;s:10:\"group-user\";i:1604;s:19:\"group-autoconfirmed\";i:1605;s:21:\"group-interface-admin\";i:1606;s:16:\"group-bureaucrat\";i:1607;s:14:\"group-suppress\";i:1608;s:9:\"group-all\";i:1609;s:17:\"group-user-member\";i:1610;s:26:\"group-autoconfirmed-member\";i:1611;s:16:\"group-bot-member\";i:1612;s:18:\"group-sysop-member\";i:1613;s:28:\"group-interface-admin-member\";i:1614;s:23:\"group-bureaucrat-member\";i:1615;s:21:\"group-suppress-member\";i:1616;s:14:\"grouppage-user\";i:1617;s:23:\"grouppage-autoconfirmed\";i:1618;s:25:\"grouppage-interface-admin\";i:1619;s:20:\"grouppage-bureaucrat\";i:1620;s:18:\"grouppage-suppress\";i:1621;s:10:\"right-read\";i:1622;s:10:\"right-edit\";i:1623;s:16:\"right-createpage\";i:1624;s:16:\"right-createtalk\";i:1625;s:19:\"right-createaccount\";i:1626;s:23:\"right-autocreateaccount\";i:1627;s:15:\"right-minoredit\";i:1628;s:10:\"right-move\";i:1629;s:19:\"right-move-subpages\";i:1630;s:24:\"right-move-rootuserpages\";i:1631;s:24:\"right-move-categorypages\";i:1632;s:14:\"right-movefile\";i:1633;s:22:\"right-suppressredirect\";i:1634;s:12:\"right-upload\";i:1635;s:14:\"right-reupload\";i:1636;s:18:\"right-reupload-own\";i:1637;s:21:\"right-reupload-shared\";i:1638;s:19:\"right-upload_by_url\";i:1639;s:11:\"right-purge\";i:1640;s:19:\"right-autoconfirmed\";i:1641;s:9:\"right-bot\";i:1642;s:20:\"right-nominornewtalk\";i:1643;s:19:\"right-apihighlimits\";i:1644;s:12:\"right-delete\";i:1645;s:15:\"right-bigdelete\";i:1646;s:20:\"right-deletelogentry\";i:1647;s:20:\"right-deleterevision\";i:1648;s:20:\"right-deletedhistory\";i:1649;s:17:\"right-deletedtext\";i:1650;s:19:\"right-browsearchive\";i:1651;s:14:\"right-undelete\";i:1652;s:22:\"right-suppressrevision\";i:1653;s:20:\"right-viewsuppressed\";i:1654;s:20:\"right-suppressionlog\";i:1655;s:11:\"right-block\";i:1656;s:16:\"right-blockemail\";i:1657;s:14:\"right-hideuser\";i:1658;s:20:\"right-ipblock-exempt\";i:1659;s:17:\"right-unblockself\";i:1660;s:13:\"right-protect\";i:1661;s:19:\"right-editprotected\";i:1662;s:23:\"right-editsemiprotected\";i:1663;s:22:\"right-editcontentmodel\";i:1664;s:19:\"right-editinterface\";i:1665;s:17:\"right-editusercss\";i:1666;s:18:\"right-edituserjson\";i:1667;s:16:\"right-edituserjs\";i:1668;s:17:\"right-editsitecss\";i:1669;s:18:\"right-editsitejson\";i:1670;s:16:\"right-editsitejs\";i:1671;s:19:\"right-editmyusercss\";i:1672;s:20:\"right-editmyuserjson\";i:1673;s:18:\"right-editmyuserjs\";i:1674;s:21:\"right-viewmywatchlist\";i:1675;s:21:\"right-editmywatchlist\";i:1676;s:23:\"right-viewmyprivateinfo\";i:1677;s:23:\"right-editmyprivateinfo\";i:1678;s:19:\"right-editmyoptions\";i:1679;s:14:\"right-rollback\";i:1680;s:18:\"right-markbotedits\";i:1681;s:17:\"right-noratelimit\";i:1682;s:12:\"right-import\";i:1683;s:18:\"right-importupload\";i:1684;s:12:\"right-patrol\";i:1685;s:16:\"right-autopatrol\";i:1686;s:17:\"right-patrolmarks\";i:1687;s:20:\"right-unwatchedpages\";i:1688;s:18:\"right-mergehistory\";i:1689;s:16:\"right-userrights\";i:1690;s:26:\"right-userrights-interwiki\";i:1691;s:15:\"right-siteadmin\";i:1692;s:27:\"right-override-export-depth\";i:1693;s:15:\"right-sendemail\";i:1694;s:22:\"right-managechangetags\";i:1695;s:21:\"right-applychangetags\";i:1696;s:16:\"right-changetags\";i:1697;s:22:\"right-deletechangetags\";i:1698;s:13:\"grant-generic\";i:1699;s:28:\"grant-group-page-interaction\";i:1700;s:28:\"grant-group-file-interaction\";i:1701;s:33:\"grant-group-watchlist-interaction\";i:1702;s:17:\"grant-group-email\";i:1703;s:23:\"grant-group-high-volume\";i:1704;s:25:\"grant-group-customization\";i:1705;s:26:\"grant-group-administration\";i:1706;s:31:\"grant-group-private-information\";i:1707;s:17:\"grant-group-other\";i:1708;s:16:\"grant-blockusers\";i:1709;s:19:\"grant-createaccount\";i:1710;s:24:\"grant-createeditmovepage\";i:1711;s:12:\"grant-delete\";i:1712;s:19:\"grant-editinterface\";i:1713;s:17:\"grant-editmycssjs\";i:1714;s:19:\"grant-editmyoptions\";i:1715;s:21:\"grant-editmywatchlist\";i:1716;s:20:\"grant-editsiteconfig\";i:1717;s:14:\"grant-editpage\";i:1718;s:19:\"grant-editprotected\";i:1719;s:16:\"grant-highvolume\";i:1720;s:18:\"grant-mergehistory\";i:1721;s:15:\"grant-oversight\";i:1722;s:12:\"grant-patrol\";i:1723;s:17:\"grant-privateinfo\";i:1724;s:13:\"grant-protect\";i:1725;s:14:\"grant-rollback\";i:1726;s:15:\"grant-sendemail\";i:1727;s:24:\"grant-uploadeditmovefile\";i:1728;s:16:\"grant-uploadfile\";i:1729;s:11:\"grant-basic\";i:1730;s:17:\"grant-viewdeleted\";i:1731;s:21:\"grant-viewmywatchlist\";i:1732;s:24:\"grant-viewrestrictedlogs\";i:1733;s:18:\"newuserlogpagetext\";i:1734;s:13:\"rightslogtext\";i:1735;s:11:\"action-read\";i:1736;s:17:\"action-createpage\";i:1737;s:17:\"action-createtalk\";i:1738;s:24:\"action-autocreateaccount\";i:1739;s:14:\"action-history\";i:1740;s:16:\"action-minoredit\";i:1741;s:20:\"action-move-subpages\";i:1742;s:25:\"action-move-rootuserpages\";i:1743;s:25:\"action-move-categorypages\";i:1744;s:15:\"action-movefile\";i:1745;s:13:\"action-upload\";i:1746;s:15:\"action-reupload\";i:1747;s:22:\"action-reupload-shared\";i:1748;s:20:\"action-upload_by_url\";i:1749;s:15:\"action-writeapi\";i:1750;s:21:\"action-deleterevision\";i:1751;s:21:\"action-deletelogentry\";i:1752;s:21:\"action-deletedhistory\";i:1753;s:18:\"action-deletedtext\";i:1754;s:20:\"action-browsearchive\";i:1755;s:15:\"action-undelete\";i:1756;s:23:\"action-suppressrevision\";i:1757;s:21:\"action-suppressionlog\";i:1758;s:12:\"action-block\";i:1759;s:15:\"action-rollback\";i:1760;s:13:\"action-import\";i:1761;s:19:\"action-importupload\";i:1762;s:13:\"action-patrol\";i:1763;s:17:\"action-autopatrol\";i:1764;s:21:\"action-unwatchedpages\";i:1765;s:19:\"action-mergehistory\";i:1766;s:17:\"action-userrights\";i:1767;s:27:\"action-userrights-interwiki\";i:1768;s:16:\"action-siteadmin\";i:1769;s:16:\"action-sendemail\";i:1770;s:20:\"action-editmyoptions\";i:1771;s:22:\"action-editmywatchlist\";i:1772;s:22:\"action-viewmywatchlist\";i:1773;s:24:\"action-viewmyprivateinfo\";i:1774;s:24:\"action-editmyprivateinfo\";i:1775;s:23:\"action-editcontentmodel\";i:1776;s:23:\"action-managechangetags\";i:1777;s:22:\"action-applychangetags\";i:1778;s:17:\"action-changetags\";i:1779;s:23:\"action-deletechangetags\";i:1780;s:12:\"action-purge\";i:1781;s:17:\"action-blockemail\";i:1782;s:10:\"action-bot\";i:1783;s:20:\"action-editinterface\";i:1784;s:20:\"action-editmyusercss\";i:1785;s:21:\"action-editmyuserjson\";i:1786;s:19:\"action-editmyuserjs\";i:1787;s:27:\"enhancedrc-since-last-visit\";i:1788;s:21:\"recentchanges-timeout\";i:1789;s:21:\"recentchanges-network\";i:1790;s:26:\"recentchanges-notargetpage\";i:1791;s:20:\"recentchanges-submit\";i:1792;s:20:\"rcfilters-tag-remove\";i:1793;s:24:\"rcfilters-legend-heading\";i:1794;s:28:\"rcfilters-other-review-tools\";i:1795;s:31:\"rcfilters-group-results-by-page\";i:1796;s:23:\"rcfilters-activefilters\";i:1797;s:28:\"rcfilters-activefilters-hide\";i:1798;s:28:\"rcfilters-activefilters-show\";i:1799;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1800;s:36:\"rcfilters-activefilters-show-tooltip\";i:1801;s:25:\"rcfilters-advancedfilters\";i:1802;s:21:\"rcfilters-limit-title\";i:1803;s:30:\"rcfilters-limit-and-date-label\";i:1804;s:26:\"rcfilters-date-popup-title\";i:1805;s:20:\"rcfilters-days-title\";i:1806;s:21:\"rcfilters-hours-title\";i:1807;s:24:\"rcfilters-days-show-days\";i:1808;s:25:\"rcfilters-days-show-hours\";i:1809;s:34:\"rcfilters-highlighted-filters-list\";i:1810;s:22:\"rcfilters-quickfilters\";i:1811;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1812;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1813;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1814;s:29:\"rcfilters-savedqueries-rename\";i:1815;s:33:\"rcfilters-savedqueries-setdefault\";i:1816;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1817;s:29:\"rcfilters-savedqueries-remove\";i:1818;s:37:\"rcfilters-savedqueries-new-name-label\";i:1819;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1820;s:34:\"rcfilters-savedqueries-apply-label\";i:1821;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1822;s:35:\"rcfilters-savedqueries-cancel-label\";i:1823;s:36:\"rcfilters-savedqueries-add-new-title\";i:1824;s:36:\"rcfilters-savedqueries-already-saved\";i:1825;s:33:\"rcfilters-restore-default-filters\";i:1826;s:27:\"rcfilters-clear-all-filters\";i:1827;s:26:\"rcfilters-show-new-changes\";i:1828;s:28:\"rcfilters-search-placeholder\";i:1829;s:24:\"rcfilters-invalid-filter\";i:1830;s:22:\"rcfilters-empty-filter\";i:1831;s:26:\"rcfilters-filterlist-title\";i:1832;s:30:\"rcfilters-filterlist-whatsthis\";i:1833;s:31:\"rcfilters-highlightbutton-title\";i:1834;s:29:\"rcfilters-highlightmenu-title\";i:1835;s:28:\"rcfilters-highlightmenu-help\";i:1836;s:30:\"rcfilters-filterlist-noresults\";i:1837;s:28:\"rcfilters-noresults-conflict\";i:1838;s:30:\"rcfilters-state-message-subset\";i:1839;s:36:\"rcfilters-state-message-fullcoverage\";i:1840;s:32:\"rcfilters-filtergroup-authorship\";i:1841;s:34:\"rcfilters-filter-editsbyself-label\";i:1842;s:40:\"rcfilters-filter-editsbyself-description\";i:1843;s:35:\"rcfilters-filter-editsbyother-label\";i:1844;s:41:\"rcfilters-filter-editsbyother-description\";i:1845;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1846;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1847;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1848;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1849;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1850;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1851;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1852;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1853;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1854;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1855;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1856;s:31:\"rcfilters-filtergroup-automated\";i:1857;s:27:\"rcfilters-filter-bots-label\";i:1858;s:33:\"rcfilters-filter-bots-description\";i:1859;s:29:\"rcfilters-filter-humans-label\";i:1860;s:35:\"rcfilters-filter-humans-description\";i:1861;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1862;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1863;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1864;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1865;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1866;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1867;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1868;s:34:\"rcfilters-filtergroup-significance\";i:1869;s:28:\"rcfilters-filter-minor-label\";i:1870;s:34:\"rcfilters-filter-minor-description\";i:1871;s:28:\"rcfilters-filter-major-label\";i:1872;s:34:\"rcfilters-filter-major-description\";i:1873;s:31:\"rcfilters-filtergroup-watchlist\";i:1874;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1875;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1876;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1877;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1878;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1879;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1880;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1881;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1882;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1883;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1884;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1885;s:32:\"rcfilters-filtergroup-changetype\";i:1886;s:32:\"rcfilters-filter-pageedits-label\";i:1887;s:38:\"rcfilters-filter-pageedits-description\";i:1888;s:31:\"rcfilters-filter-newpages-label\";i:1889;s:37:\"rcfilters-filter-newpages-description\";i:1890;s:37:\"rcfilters-filter-categorization-label\";i:1891;s:43:\"rcfilters-filter-categorization-description\";i:1892;s:33:\"rcfilters-filter-logactions-label\";i:1893;s:39:\"rcfilters-filter-logactions-description\";i:1894;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1895;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1896;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1897;s:34:\"rcfilters-filtergroup-lastrevision\";i:1898;s:35:\"rcfilters-filter-lastrevision-label\";i:1899;s:41:\"rcfilters-filter-lastrevision-description\";i:1900;s:39:\"rcfilters-filter-previousrevision-label\";i:1901;s:45:\"rcfilters-filter-previousrevision-description\";i:1902;s:25:\"rcfilters-filter-excluded\";i:1903;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1904;s:28:\"rcfilters-exclude-button-off\";i:1905;s:27:\"rcfilters-exclude-button-on\";i:1906;s:19:\"rcfilters-view-tags\";i:1907;s:33:\"rcfilters-view-namespaces-tooltip\";i:1908;s:27:\"rcfilters-view-tags-tooltip\";i:1909;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1910;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1911;s:28:\"rcfilters-liveupdates-button\";i:1912;s:37:\"rcfilters-liveupdates-button-title-on\";i:1913;s:38:\"rcfilters-liveupdates-button-title-off\";i:1914;s:35:\"rcfilters-watchlist-markseen-button\";i:1915;s:26:\"rcfilters-preference-label\";i:1916;s:25:\"rcfilters-preference-help\";i:1917;s:36:\"rcfilters-watchlist-preference-label\";i:1918;s:35:\"rcfilters-watchlist-preference-help\";i:1919;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1920;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1921;s:35:\"rcfilters-filter-showlinkedto-label\";i:1922;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1923;s:33:\"rcfilters-target-page-placeholder\";i:1924;s:27:\"rcfilters-allcontents-label\";i:1925;s:30:\"rcfilters-alldiscussions-label\";i:1926;s:15:\"rclistfromreset\";i:1927;s:19:\"rcshowhidepatr-show\";i:1928;s:19:\"rcshowhidepatr-hide\";i:1929;s:24:\"rcshowhidecategorization\";i:1930;s:29:\"rcshowhidecategorization-show\";i:1931;s:29:\"rcshowhidecategorization-hide\";i:1932;s:17:\"newsectionsummary\";i:1933;s:36:\"recentchanges-page-added-to-category\";i:1934;s:44:\"recentchanges-page-added-to-category-bundled\";i:1935;s:40:\"recentchanges-page-removed-from-category\";i:1936;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1937;s:19:\"autochange-username\";i:1938;s:9:\"uploadbtn\";i:1939;s:12:\"reuploaddesc\";i:1940;s:15:\"upload-tryagain\";i:1941;s:23:\"upload-tryagain-nostash\";i:1942;s:13:\"uploadnologin\";i:1943;s:17:\"uploadnologintext\";i:1944;s:24:\"upload_directory_missing\";i:1945;s:26:\"upload_directory_read_only\";i:1946;s:11:\"uploaderror\";i:1947;s:23:\"upload-recreate-warning\";i:1948;s:10:\"uploadtext\";i:1949;s:16:\"upload-permitted\";i:1950;s:16:\"upload-preferred\";i:1951;s:17:\"upload-prohibited\";i:1952;s:17:\"uploadlogpagetext\";i:1953;s:8:\"filename\";i:1954;s:17:\"fileuploadsummary\";i:1955;s:19:\"filereuploadsummary\";i:1956;s:10:\"filestatus\";i:1957;s:10:\"filesource\";i:1958;s:13:\"ignorewarning\";i:1959;s:14:\"ignorewarnings\";i:1960;s:10:\"minlength1\";i:1961;s:15:\"illegalfilename\";i:1962;s:16:\"filename-toolong\";i:1963;s:11:\"badfilename\";i:1964;s:22:\"filetype-mime-mismatch\";i:1965;s:16:\"filetype-badmime\";i:1966;s:20:\"filetype-bad-ie-mime\";i:1967;s:22:\"filetype-unwanted-type\";i:1968;s:20:\"filetype-banned-type\";i:1969;s:16:\"filetype-missing\";i:1970;s:10:\"empty-file\";i:1971;s:14:\"file-too-large\";i:1972;s:17:\"filename-tooshort\";i:1973;s:15:\"filetype-banned\";i:1974;s:18:\"verification-error\";i:1975;s:11:\"hookaborted\";i:1976;s:16:\"illegal-filename\";i:1977;s:9:\"overwrite\";i:1978;s:13:\"unknown-error\";i:1979;s:16:\"tmp-create-error\";i:1980;s:15:\"tmp-write-error\";i:1981;s:10:\"large-file\";i:1982;s:15:\"largefileserver\";i:1983;s:9:\"emptyfile\";i:1984;s:25:\"windows-nonascii-filename\";i:1985;s:10:\"fileexists\";i:1986;s:14:\"filepageexists\";i:1987;s:20:\"fileexists-extension\";i:1988;s:24:\"fileexists-thumbnail-yes\";i:1989;s:17:\"file-thumbnail-no\";i:1990;s:20:\"fileexists-forbidden\";i:1991;s:27:\"fileexists-shared-forbidden\";i:1992;s:20:\"fileexists-no-change\";i:1993;s:28:\"fileexists-duplicate-version\";i:1994;s:21:\"file-exists-duplicate\";i:1995;s:22:\"file-deleted-duplicate\";i:1996;s:30:\"file-deleted-duplicate-notitle\";i:1997;s:13:\"uploadwarning\";i:1998;s:18:\"uploadwarning-text\";i:1999;s:26:\"uploadwarning-text-nostash\";i:2000;s:8:\"savefile\";i:2001;s:14:\"uploaddisabled\";i:2002;s:18:\"copyuploaddisabled\";i:2003;s:18:\"uploaddisabledtext\";i:2004;s:22:\"php-uploaddisabledtext\";i:2005;s:14:\"uploadscripted\";i:2006;s:27:\"upload-scripted-pi-callback\";i:2007;s:19:\"upload-scripted-dtd\";i:2008;s:19:\"uploaded-script-svg\";i:2009;s:20:\"uploaded-hostile-svg\";i:2010;s:29:\"uploaded-event-handler-on-svg\";i:2011;s:27:\"uploaded-href-attribute-svg\";i:2012;s:31:\"uploaded-href-unsafe-target-svg\";i:2013;s:20:\"uploaded-animate-svg\";i:2014;s:34:\"uploaded-setting-event-handler-svg\";i:2015;s:25:\"uploaded-setting-href-svg\";i:2016;s:26:\"uploaded-wrong-setting-svg\";i:2017;s:28:\"uploaded-setting-handler-svg\";i:2018;s:23:\"uploaded-remote-url-svg\";i:2019;s:25:\"uploaded-image-filter-svg\";i:2020;s:23:\"uploadscriptednamespace\";i:2021;s:16:\"uploadinvalidxml\";i:2022;s:11:\"uploadvirus\";i:2023;s:13:\"upload-source\";i:2024;s:14:\"sourcefilename\";i:2025;s:9:\"sourceurl\";i:2026;s:12:\"destfilename\";i:2027;s:18:\"upload-maxfilesize\";i:2028;s:18:\"upload-description\";i:2029;s:14:\"upload-options\";i:2030;s:15:\"watchthisupload\";i:2031;s:14:\"filewasdeleted\";i:2032;s:19:\"filename-thumb-name\";i:2033;s:19:\"filename-bad-prefix\";i:2034;s:25:\"filename-prefix-blacklist\";i:2035;s:18:\"upload-proto-error\";i:2036;s:23:\"upload-proto-error-text\";i:2037;s:17:\"upload-file-error\";i:2038;s:22:\"upload-file-error-text\";i:2039;s:17:\"upload-misc-error\";i:2040;s:22:\"upload-misc-error-text\";i:2041;s:25:\"upload-too-many-redirects\";i:2042;s:17:\"upload-http-error\";i:2043;s:33:\"upload-copy-upload-invalid-domain\";i:2044;s:26:\"upload-foreign-cant-upload\";i:2045;s:31:\"upload-foreign-cant-load-config\";i:2046;s:22:\"upload-dialog-disabled\";i:2047;s:19:\"upload-dialog-title\";i:2048;s:27:\"upload-dialog-button-cancel\";i:2049;s:25:\"upload-dialog-button-back\";i:2050;s:25:\"upload-dialog-button-done\";i:2051;s:25:\"upload-dialog-button-save\";i:2052;s:27:\"upload-dialog-button-upload\";i:2053;s:32:\"upload-form-label-infoform-title\";i:2054;s:31:\"upload-form-label-infoform-name\";i:2055;s:39:\"upload-form-label-infoform-name-tooltip\";i:2056;s:38:\"upload-form-label-infoform-description\";i:2057;s:46:\"upload-form-label-infoform-description-tooltip\";i:2058;s:29:\"upload-form-label-usage-title\";i:2059;s:32:\"upload-form-label-usage-filename\";i:2060;s:26:\"upload-form-label-own-work\";i:2061;s:37:\"upload-form-label-infoform-categories\";i:2062;s:31:\"upload-form-label-infoform-date\";i:2063;s:48:\"upload-form-label-own-work-message-generic-local\";i:2064;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2065;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2066;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2067;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2068;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2069;s:19:\"backend-fail-stream\";i:2070;s:19:\"backend-fail-backup\";i:2071;s:22:\"backend-fail-notexists\";i:2072;s:19:\"backend-fail-hashes\";i:2073;s:20:\"backend-fail-notsame\";i:2074;s:24:\"backend-fail-invalidpath\";i:2075;s:19:\"backend-fail-delete\";i:2076;s:21:\"backend-fail-describe\";i:2077;s:26:\"backend-fail-alreadyexists\";i:2078;s:18:\"backend-fail-store\";i:2079;s:17:\"backend-fail-copy\";i:2080;s:17:\"backend-fail-move\";i:2081;s:21:\"backend-fail-opentemp\";i:2082;s:22:\"backend-fail-writetemp\";i:2083;s:22:\"backend-fail-closetemp\";i:2084;s:17:\"backend-fail-read\";i:2085;s:19:\"backend-fail-create\";i:2086;s:20:\"backend-fail-maxsize\";i:2087;s:21:\"backend-fail-readonly\";i:2088;s:19:\"backend-fail-synced\";i:2089;s:20:\"backend-fail-connect\";i:2090;s:21:\"backend-fail-internal\";i:2091;s:24:\"backend-fail-contenttype\";i:2092;s:22:\"backend-fail-batchsize\";i:2093;s:19:\"backend-fail-usable\";i:2094;s:21:\"lockmanager-notlocked\";i:2095;s:26:\"lockmanager-fail-closelock\";i:2096;s:27:\"lockmanager-fail-deletelock\";i:2097;s:28:\"lockmanager-fail-acquirelock\";i:2098;s:25:\"lockmanager-fail-openlock\";i:2099;s:28:\"lockmanager-fail-releaselock\";i:2100;s:26:\"lockmanager-fail-db-bucket\";i:2101;s:27:\"lockmanager-fail-db-release\";i:2102;s:28:\"lockmanager-fail-svr-acquire\";i:2103;s:28:\"lockmanager-fail-svr-release\";i:2104;s:19:\"zip-file-open-error\";i:2105;s:16:\"zip-wrong-format\";i:2106;s:7:\"zip-bad\";i:2107;s:15:\"zip-unsupported\";i:2108;s:11:\"uploadstash\";i:2109;s:19:\"uploadstash-summary\";i:2110;s:17:\"uploadstash-clear\";i:2111;s:19:\"uploadstash-nofiles\";i:2112;s:20:\"uploadstash-badtoken\";i:2113;s:20:\"uploadstash-errclear\";i:2114;s:19:\"uploadstash-refresh\";i:2115;s:21:\"uploadstash-thumbnail\";i:2116;s:21:\"uploadstash-exception\";i:2117;s:20:\"uploadstash-bad-path\";i:2118;s:28:\"uploadstash-bad-path-invalid\";i:2119;s:33:\"uploadstash-bad-path-unknown-type\";i:2120;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2121;s:31:\"uploadstash-bad-path-no-handler\";i:2122;s:31:\"uploadstash-bad-path-bad-format\";i:2123;s:26:\"uploadstash-file-not-found\";i:2124;s:35:\"uploadstash-file-not-found-no-thumb\";i:2125;s:40:\"uploadstash-file-not-found-no-local-path\";i:2126;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2127;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2128;s:37:\"uploadstash-file-not-found-not-exists\";i:2129;s:26:\"uploadstash-file-too-large\";i:2130;s:25:\"uploadstash-not-logged-in\";i:2131;s:23:\"uploadstash-wrong-owner\";i:2132;s:23:\"uploadstash-no-such-key\";i:2133;s:23:\"uploadstash-zero-length\";i:2134;s:20:\"invalid-chunk-offset\";i:2135;s:21:\"img-auth-accessdenied\";i:2136;s:17:\"img-auth-notindir\";i:2137;s:17:\"img-auth-badtitle\";i:2138;s:15:\"img-auth-nofile\";i:2139;s:14:\"img-auth-isdir\";i:2140;s:18:\"img-auth-streaming\";i:2141;s:15:\"img-auth-public\";i:2142;s:15:\"img-auth-noread\";i:2143;s:16:\"http-invalid-url\";i:2144;s:19:\"http-invalid-scheme\";i:2145;s:18:\"http-request-error\";i:2146;s:15:\"http-read-error\";i:2147;s:14:\"http-timed-out\";i:2148;s:15:\"http-curl-error\";i:2149;s:15:\"http-bad-status\";i:2150;s:19:\"http-internal-error\";i:2151;s:18:\"upload-curl-error6\";i:2152;s:23:\"upload-curl-error6-text\";i:2153;s:19:\"upload-curl-error28\";i:2154;s:24:\"upload-curl-error28-text\";i:2155;s:9:\"nolicense\";i:2156;s:13:\"licenses-edit\";i:2157;s:17:\"license-nopreview\";i:2158;s:17:\"upload_source_url\";i:2159;s:18:\"upload_source_file\";i:2160;s:16:\"listfiles-delete\";i:2161;s:17:\"listfiles-summary\";i:2162;s:26:\"listfiles-userdoesnotexist\";i:2163;s:17:\"listfiles_subpage\";i:2164;s:15:\"listfiles_thumb\";i:2165;s:14:\"listfiles_date\";i:2166;s:14:\"listfiles_name\";i:2167;s:14:\"listfiles_user\";i:2168;s:14:\"listfiles_size\";i:2169;s:21:\"listfiles_description\";i:2170;s:15:\"listfiles_count\";i:2171;s:18:\"listfiles-show-all\";i:2172;s:23:\"listfiles-latestversion\";i:2173;s:27:\"listfiles-latestversion-yes\";i:2174;s:26:\"listfiles-latestversion-no\";i:2175;s:18:\"filehist-deleteall\";i:2176;s:18:\"filehist-deleteone\";i:2177;s:17:\"filehist-filesize\";i:2178;s:16:\"morelinkstoimage\";i:2179;s:16:\"duplicatesoffile\";i:2180;s:23:\"sharedupload-desc-there\";i:2181;s:22:\"sharedupload-desc-edit\";i:2182;s:24:\"sharedupload-desc-create\";i:2183;s:20:\"filepage-nofile-link\";i:2184;s:16:\"shared-repo-from\";i:2185;s:11:\"shared-repo\";i:2186;s:33:\"shared-repo-name-wikimediacommons\";i:2187;s:10:\"filerevert\";i:2188;s:17:\"filerevert-legend\";i:2189;s:16:\"filerevert-intro\";i:2190;s:18:\"filerevert-comment\";i:2191;s:25:\"filerevert-defaultcomment\";i:2192;s:17:\"filerevert-submit\";i:2193;s:18:\"filerevert-success\";i:2194;s:21:\"filerevert-badversion\";i:2195;s:20:\"filerevert-identical\";i:2196;s:10:\"filedelete\";i:2197;s:17:\"filedelete-legend\";i:2198;s:16:\"filedelete-intro\";i:2199;s:20:\"filedelete-intro-old\";i:2200;s:18:\"filedelete-comment\";i:2201;s:17:\"filedelete-submit\";i:2202;s:18:\"filedelete-success\";i:2203;s:22:\"filedelete-success-old\";i:2204;s:17:\"filedelete-nofile\";i:2205;s:21:\"filedelete-nofile-old\";i:2206;s:22:\"filedelete-otherreason\";i:2207;s:27:\"filedelete-reason-otherlist\";i:2208;s:26:\"filedelete-reason-dropdown\";i:2209;s:26:\"filedelete-edit-reasonlist\";i:2210;s:22:\"filedelete-maintenance\";i:2211;s:28:\"filedelete-maintenance-title\";i:2212;s:10:\"mimesearch\";i:2213;s:18:\"mimesearch-summary\";i:2214;s:8:\"mimetype\";i:2215;s:8:\"download\";i:2216;s:14:\"unwatchedpages\";i:2217;s:13:\"listredirects\";i:2218;s:19:\"listduplicatedfiles\";i:2219;s:27:\"listduplicatedfiles-summary\";i:2220;s:25:\"listduplicatedfiles-entry\";i:2221;s:15:\"unusedtemplates\";i:2222;s:19:\"unusedtemplatestext\";i:2223;s:18:\"unusedtemplateswlh\";i:2224;s:18:\"randompage-nopages\";i:2225;s:16:\"randomincategory\";i:2226;s:32:\"randomincategory-invalidcategory\";i:2227;s:24:\"randomincategory-nopages\";i:2228;s:25:\"randomincategory-category\";i:2229;s:23:\"randomincategory-legend\";i:2230;s:23:\"randomincategory-submit\";i:2231;s:14:\"randomredirect\";i:2232;s:22:\"randomredirect-nopages\";i:2233;s:23:\"statistics-header-users\";i:2234;s:19:\"statistics-articles\";i:2235;s:16:\"statistics-pages\";i:2236;s:21:\"statistics-pages-desc\";i:2237;s:24:\"statistics-edits-average\";i:2238;s:16:\"statistics-users\";i:2239;s:23:\"statistics-users-active\";i:2240;s:13:\"pageswithprop\";i:2241;s:20:\"pageswithprop-legend\";i:2242;s:18:\"pageswithprop-text\";i:2243;s:18:\"pageswithprop-prop\";i:2244;s:21:\"pageswithprop-reverse\";i:2245;s:25:\"pageswithprop-sortbyvalue\";i:2246;s:20:\"pageswithprop-submit\";i:2247;s:29:\"pageswithprop-prophidden-long\";i:2248;s:31:\"pageswithprop-prophidden-binary\";i:2249;s:15:\"doubleredirects\";i:2250;s:19:\"doubleredirectstext\";i:2251;s:26:\"double-redirect-fixed-move\";i:2252;s:33:\"double-redirect-fixed-maintenance\";i:2253;s:15:\"brokenredirects\";i:2254;s:19:\"brokenredirectstext\";i:2255;s:20:\"brokenredirects-edit\";i:2256;s:22:\"brokenredirects-delete\";i:2257;s:16:\"withoutinterwiki\";i:2258;s:24:\"withoutinterwiki-summary\";i:2259;s:23:\"withoutinterwiki-legend\";i:2260;s:23:\"withoutinterwiki-submit\";i:2261;s:15:\"fewestrevisions\";i:2262;s:11:\"ncategories\";i:2263;s:11:\"ninterwikis\";i:2264;s:6:\"nlinks\";i:2265;s:15:\"nmemberschanged\";i:2266;s:10:\"nrevisions\";i:2267;s:11:\"nimagelinks\";i:2268;s:14:\"ntransclusions\";i:2269;s:17:\"specialpage-empty\";i:2270;s:11:\"lonelypages\";i:2271;s:15:\"lonelypagestext\";i:2272;s:18:\"uncategorizedpages\";i:2273;s:23:\"uncategorizedcategories\";i:2274;s:19:\"uncategorizedimages\";i:2275;s:22:\"uncategorizedtemplates\";i:2276;s:38:\"uncategorized-categories-exceptionlist\";i:2277;s:16:\"unusedcategories\";i:2278;s:12:\"unusedimages\";i:2279;s:16:\"wantedcategories\";i:2280;s:11:\"wantedpages\";i:2281;s:19:\"wantedpages-summary\";i:2282;s:20:\"wantedpages-badtitle\";i:2283;s:11:\"wantedfiles\";i:2284;s:18:\"wantedfiletext-cat\";i:2285;s:28:\"wantedfiletext-cat-noforeign\";i:2286;s:20:\"wantedfiletext-nocat\";i:2287;s:30:\"wantedfiletext-nocat-noforeign\";i:2288;s:15:\"wantedtemplates\";i:2289;s:10:\"mostlinked\";i:2290;s:20:\"mostlinkedcategories\";i:2291;s:19:\"mostlinkedtemplates\";i:2292;s:14:\"mostcategories\";i:2293;s:10:\"mostimages\";i:2294;s:14:\"mostinterwikis\";i:2295;s:13:\"mostrevisions\";i:2296;s:21:\"prefixindex-namespace\";i:2297;s:18:\"prefixindex-submit\";i:2298;s:17:\"prefixindex-strip\";i:2299;s:10:\"shortpages\";i:2300;s:9:\"longpages\";i:2301;s:12:\"deadendpages\";i:2302;s:16:\"deadendpagestext\";i:2303;s:14:\"protectedpages\";i:2304;s:22:\"protectedpages-filters\";i:2305;s:20:\"protectedpages-indef\";i:2306;s:22:\"protectedpages-summary\";i:2307;s:22:\"protectedpages-cascade\";i:2308;s:25:\"protectedpages-noredirect\";i:2309;s:32:\"cachedspecial-viewing-cached-ttl\";i:2310;s:19:\"protectedpagesempty\";i:2311;s:24:\"protectedpages-timestamp\";i:2312;s:19:\"protectedpages-page\";i:2313;s:21:\"protectedpages-expiry\";i:2314;s:24:\"protectedpages-performer\";i:2315;s:21:\"protectedpages-params\";i:2316;s:21:\"protectedpages-reason\";i:2317;s:21:\"protectedpages-submit\";i:2318;s:32:\"protectedpages-unknown-timestamp\";i:2319;s:32:\"protectedpages-unknown-performer\";i:2320;s:15:\"protectedtitles\";i:2321;s:23:\"protectedtitles-summary\";i:2322;s:20:\"protectedtitlesempty\";i:2323;s:22:\"protectedtitles-submit\";i:2324;s:19:\"listusers-editsonly\";i:2325;s:29:\"listusers-temporarygroupsonly\";i:2326;s:22:\"listusers-creationsort\";i:2327;s:14:\"listusers-desc\";i:2328;s:13:\"usereditcount\";i:2329;s:11:\"usercreated\";i:2330;s:15:\"newpages-submit\";i:2331;s:17:\"newpages-username\";i:2332;s:12:\"ancientpages\";i:2333;s:16:\"unusedimagestext\";i:2334;s:37:\"unusedimagestext-categorizedimgisused\";i:2335;s:20:\"unusedcategoriestext\";i:2336;s:13:\"notargettitle\";i:2337;s:12:\"notargettext\";i:2338;s:11:\"nopagetitle\";i:2339;s:10:\"nopagetext\";i:2340;s:8:\"suppress\";i:2341;s:18:\"querypage-disabled\";i:2342;s:7:\"apihelp\";i:2343;s:22:\"apihelp-no-such-module\";i:2344;s:10:\"apisandbox\";i:2345;s:17:\"apisandbox-jsonly\";i:2346;s:16:\"apisandbox-intro\";i:2347;s:17:\"apisandbox-submit\";i:2348;s:16:\"apisandbox-reset\";i:2349;s:16:\"apisandbox-retry\";i:2350;s:18:\"apisandbox-loading\";i:2351;s:21:\"apisandbox-load-error\";i:2352;s:24:\"apisandbox-no-parameters\";i:2353;s:19:\"apisandbox-helpurls\";i:2354;s:19:\"apisandbox-examples\";i:2355;s:29:\"apisandbox-dynamic-parameters\";i:2356;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2357;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2358;s:31:\"apisandbox-dynamic-error-exists\";i:2359;s:37:\"apisandbox-templated-parameter-reason\";i:2360;s:32:\"apisandbox-deprecated-parameters\";i:2361;s:22:\"apisandbox-fetch-token\";i:2362;s:20:\"apisandbox-add-multi\";i:2363;s:38:\"apisandbox-submit-invalid-fields-title\";i:2364;s:40:\"apisandbox-submit-invalid-fields-message\";i:2365;s:18:\"apisandbox-results\";i:2366;s:26:\"apisandbox-sending-request\";i:2367;s:26:\"apisandbox-loading-results\";i:2368;s:24:\"apisandbox-results-error\";i:2369;s:35:\"apisandbox-results-login-suppressed\";i:2370;s:37:\"apisandbox-request-selectformat-label\";i:2371;s:35:\"apisandbox-request-format-url-label\";i:2372;s:28:\"apisandbox-request-url-label\";i:2373;s:29:\"apisandbox-request-json-label\";i:2374;s:23:\"apisandbox-request-time\";i:2375;s:27:\"apisandbox-results-fixtoken\";i:2376;s:32:\"apisandbox-results-fixtoken-fail\";i:2377;s:21:\"apisandbox-alert-page\";i:2378;s:22:\"apisandbox-alert-field\";i:2379;s:19:\"apisandbox-continue\";i:2380;s:25:\"apisandbox-continue-clear\";i:2381;s:24:\"apisandbox-continue-help\";i:2382;s:22:\"apisandbox-param-limit\";i:2383;s:36:\"apisandbox-multivalue-all-namespaces\";i:2384;s:32:\"apisandbox-multivalue-all-values\";i:2385;s:16:\"booksources-isbn\";i:2386;s:16:\"booksources-text\";i:2387;s:24:\"booksources-invalid-isbn\";i:2388;s:22:\"magiclink-tracking-rfc\";i:2389;s:27:\"magiclink-tracking-rfc-desc\";i:2390;s:23:\"magiclink-tracking-pmid\";i:2391;s:28:\"magiclink-tracking-pmid-desc\";i:2392;s:23:\"magiclink-tracking-isbn\";i:2393;s:28:\"magiclink-tracking-isbn-desc\";i:2394;s:20:\"logeventslist-submit\";i:2395;s:26:\"logeventslist-more-filters\";i:2396;s:24:\"logeventslist-patrol-log\";i:2397;s:21:\"logeventslist-tag-log\";i:2398;s:18:\"log-title-wildcard\";i:2399;s:26:\"showhideselectedlogentries\";i:2400;s:13:\"log-edit-tags\";i:2401;s:15:\"checkbox-select\";i:2402;s:12:\"checkbox-all\";i:2403;s:13:\"checkbox-none\";i:2404;s:15:\"checkbox-invert\";i:2405;s:8:\"nextpage\";i:2406;s:14:\"allinnamespace\";i:2407;s:14:\"allpagesprefix\";i:2408;s:16:\"allpagesbadtitle\";i:2409;s:15:\"allpages-bad-ns\";i:2410;s:17:\"categories-submit\";i:2411;s:18:\"categoriespagetext\";i:2412;s:14:\"categoriesfrom\";i:2413;s:20:\"deletedcontributions\";i:2414;s:26:\"deletedcontributions-title\";i:2415;s:32:\"sp-deletedcontributions-contribs\";i:2416;s:14:\"linksearch-pat\";i:2417;s:13:\"linksearch-ns\";i:2418;s:13:\"linksearch-ok\";i:2419;s:15:\"linksearch-text\";i:2420;s:15:\"linksearch-line\";i:2421;s:16:\"linksearch-error\";i:2422;s:13:\"listusersfrom\";i:2423;s:16:\"listusers-submit\";i:2424;s:18:\"listusers-noresult\";i:2425;s:17:\"listusers-blocked\";i:2426;s:11:\"activeusers\";i:2427;s:17:\"activeusers-intro\";i:2428;s:17:\"activeusers-count\";i:2429;s:16:\"activeusers-from\";i:2430;s:18:\"activeusers-groups\";i:2431;s:25:\"activeusers-excludegroups\";i:2432;s:20:\"activeusers-noresult\";i:2433;s:18:\"activeusers-submit\";i:2434;s:15:\"listgrouprights\";i:2435;s:23:\"listgrouprights-summary\";i:2436;s:19:\"listgrouprights-key\";i:2437;s:21:\"listgrouprights-group\";i:2438;s:22:\"listgrouprights-rights\";i:2439;s:24:\"listgrouprights-helppage\";i:2440;s:24:\"listgrouprights-addgroup\";i:2441;s:27:\"listgrouprights-removegroup\";i:2442;s:28:\"listgrouprights-addgroup-all\";i:2443;s:31:\"listgrouprights-removegroup-all\";i:2444;s:29:\"listgrouprights-addgroup-self\";i:2445;s:32:\"listgrouprights-removegroup-self\";i:2446;s:33:\"listgrouprights-addgroup-self-all\";i:2447;s:36:\"listgrouprights-removegroup-self-all\";i:2448;s:42:\"listgrouprights-namespaceprotection-header\";i:2449;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2450;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2451;s:10:\"listgrants\";i:2452;s:18:\"listgrants-summary\";i:2453;s:16:\"listgrants-grant\";i:2454;s:17:\"listgrants-rights\";i:2455;s:18:\"trackingcategories\";i:2456;s:26:\"trackingcategories-summary\";i:2457;s:22:\"trackingcategories-msg\";i:2458;s:23:\"trackingcategories-name\";i:2459;s:23:\"trackingcategories-desc\";i:2460;s:31:\"restricted-displaytitle-ignored\";i:2461;s:36:\"restricted-displaytitle-ignored-desc\";i:2462;s:21:\"noindex-category-desc\";i:2463;s:19:\"index-category-desc\";i:2464;s:44:\"post-expand-template-inclusion-category-desc\";i:2465;s:43:\"post-expand-template-argument-category-desc\";i:2466;s:38:\"expensive-parserfunction-category-desc\";i:2467;s:25:\"broken-file-category-desc\";i:2468;s:29:\"hidden-category-category-desc\";i:2469;s:25:\"trackingcategories-nodesc\";i:2470;s:27:\"trackingcategories-disabled\";i:2471;s:11:\"mailnologin\";i:2472;s:15:\"mailnologintext\";i:2473;s:22:\"emailuser-title-target\";i:2474;s:24:\"emailuser-title-notarget\";i:2475;s:13:\"emailpagetext\";i:2476;s:15:\"defemailsubject\";i:2477;s:16:\"usermaildisabled\";i:2478;s:20:\"usermaildisabledtext\";i:2479;s:12:\"noemailtitle\";i:2480;s:11:\"noemailtext\";i:2481;s:15:\"nowikiemailtext\";i:2482;s:13:\"emailnotarget\";i:2483;s:11:\"emailtarget\";i:2484;s:13:\"emailusername\";i:2485;s:19:\"emailusernamesubmit\";i:2486;s:12:\"email-legend\";i:2487;s:9:\"emailfrom\";i:2488;s:7:\"emailto\";i:2489;s:12:\"emailsubject\";i:2490;s:12:\"emailmessage\";i:2491;s:9:\"emailsend\";i:2492;s:9:\"emailccme\";i:2493;s:14:\"emailccsubject\";i:2494;s:9:\"emailsent\";i:2495;s:13:\"emailsenttext\";i:2496;s:15:\"emailuserfooter\";i:2497;s:19:\"usermessage-summary\";i:2498;s:11:\"nowatchlist\";i:2499;s:17:\"watchlistanontext\";i:2500;s:12:\"watchnologin\";i:2501;s:8:\"addwatch\";i:2502;s:19:\"addedwatchtext-talk\";i:2503;s:20:\"addedwatchtext-short\";i:2504;s:11:\"removewatch\";i:2505;s:21:\"removedwatchtext-talk\";i:2506;s:22:\"removedwatchtext-short\";i:2507;s:15:\"unwatchthispage\";i:2508;s:12:\"notanarticle\";i:2509;s:13:\"notvisiblerev\";i:2510;s:15:\"wlheader-enotif\";i:2511;s:14:\"watchlist-hide\";i:2512;s:16:\"watchlist-submit\";i:2513;s:10:\"wlshowtime\";i:2514;s:15:\"wlshowhideminor\";i:2515;s:14:\"wlshowhidebots\";i:2516;s:13:\"wlshowhideliu\";i:2517;s:15:\"wlshowhideanons\";i:2518;s:14:\"wlshowhidepatr\";i:2519;s:14:\"wlshowhidemine\";i:2520;s:24:\"wlshowhidecategorization\";i:2521;s:28:\"enotif_impersonal_salutation\";i:2522;s:22:\"enotif_subject_deleted\";i:2523;s:22:\"enotif_subject_created\";i:2524;s:20:\"enotif_subject_moved\";i:2525;s:23:\"enotif_subject_restored\";i:2526;s:22:\"enotif_subject_changed\";i:2527;s:25:\"enotif_body_intro_deleted\";i:2528;s:25:\"enotif_body_intro_created\";i:2529;s:23:\"enotif_body_intro_moved\";i:2530;s:26:\"enotif_body_intro_restored\";i:2531;s:25:\"enotif_body_intro_changed\";i:2532;s:18:\"enotif_lastvisited\";i:2533;s:15:\"enotif_lastdiff\";i:2534;s:18:\"enotif_anon_editor\";i:2535;s:11:\"enotif_body\";i:2536;s:16:\"enotif_minoredit\";i:2537;s:7:\"created\";i:2538;s:7:\"changed\";i:2539;s:7:\"confirm\";i:2540;s:9:\"excontent\";i:2541;s:15:\"excontentauthor\";i:2542;s:13:\"exbeforeblank\";i:2543;s:14:\"delete-confirm\";i:2544;s:13:\"delete-legend\";i:2545;s:14:\"historywarning\";i:2546;s:20:\"historyaction-submit\";i:2547;s:15:\"log-name-create\";i:2548;s:22:\"log-description-create\";i:2549;s:22:\"logentry-create-create\";i:2550;s:15:\"deleteprotected\";i:2551;s:26:\"deleting-backlinks-warning\";i:2552;s:25:\"deleting-subpages-warning\";i:2553;s:29:\"rollback-confirmation-confirm\";i:2554;s:25:\"rollback-confirmation-yes\";i:2555;s:24:\"rollback-confirmation-no\";i:2556;s:26:\"rollbacklinkcount-morethan\";i:2557;s:21:\"rollback-missingparam\";i:2558;s:24:\"rollback-missingrevision\";i:2559;s:18:\"changecontentmodel\";i:2560;s:25:\"changecontentmodel-legend\";i:2561;s:30:\"changecontentmodel-title-label\";i:2562;s:30:\"changecontentmodel-model-label\";i:2563;s:31:\"changecontentmodel-reason-label\";i:2564;s:25:\"changecontentmodel-submit\";i:2565;s:32:\"changecontentmodel-success-title\";i:2566;s:31:\"changecontentmodel-success-text\";i:2567;s:33:\"changecontentmodel-cannot-convert\";i:2568;s:34:\"changecontentmodel-nodirectediting\";i:2569;s:36:\"changecontentmodel-emptymodels-title\";i:2570;s:35:\"changecontentmodel-emptymodels-text\";i:2571;s:21:\"log-name-contentmodel\";i:2572;s:28:\"log-description-contentmodel\";i:2573;s:25:\"logentry-contentmodel-new\";i:2574;s:28:\"logentry-contentmodel-change\";i:2575;s:39:\"logentry-contentmodel-change-revertlink\";i:2576;s:35:\"logentry-contentmodel-change-revert\";i:2577;s:14:\"protectlogtext\";i:2578;s:24:\"protectedarticle-comment\";i:2579;s:33:\"modifiedarticleprotection-comment\";i:2580;s:26:\"unprotectedarticle-comment\";i:2581;s:13:\"protect-title\";i:2582;s:24:\"protect-title-notallowed\";i:2583;s:14:\"prot_1movedto2\";i:2584;s:26:\"protect-badnamespace-title\";i:2585;s:25:\"protect-badnamespace-text\";i:2586;s:31:\"protect-norestrictiontypes-text\";i:2587;s:32:\"protect-norestrictiontypes-title\";i:2588;s:14:\"protect-legend\";i:2589;s:27:\"protect-unchain-permissions\";i:2590;s:22:\"protect-locked-blocked\";i:2591;s:21:\"protect-locked-dblock\";i:2592;s:22:\"protect-expiring-local\";i:2593;s:17:\"protect-othertime\";i:2594;s:20:\"protect-othertime-op\";i:2595;s:23:\"protect-existing-expiry\";i:2596;s:32:\"protect-existing-expiry-infinity\";i:2597;s:19:\"protect-otherreason\";i:2598;s:22:\"protect-otherreason-op\";i:2599;s:16:\"protect-dropdown\";i:2600;s:23:\"protect-edit-reasonlist\";i:2601;s:22:\"protect-expiry-options\";i:2602;s:16:\"undeletepagetext\";i:2603;s:23:\"undelete-fieldset-title\";i:2604;s:17:\"undeleteextrahelp\";i:2605;s:17:\"undeleterevisions\";i:2606;s:15:\"undeletehistory\";i:2607;s:14:\"undeleterevdel\";i:2608;s:22:\"undeletehistorynoadmin\";i:2609;s:17:\"undelete-revision\";i:2610;s:24:\"undeleterevision-missing\";i:2611;s:32:\"undeleterevision-duplicate-revid\";i:2612;s:15:\"undelete-nodiff\";i:2613;s:11:\"undeletebtn\";i:2614;s:16:\"undeleteviewlink\";i:2615;s:14:\"undeleteinvert\";i:2616;s:15:\"undeletecomment\";i:2617;s:14:\"cannotundelete\";i:2618;s:13:\"undeletedpage\";i:2619;s:15:\"undelete-header\";i:2620;s:21:\"undelete-search-title\";i:2621;s:19:\"undelete-search-box\";i:2622;s:22:\"undelete-search-prefix\";i:2623;s:20:\"undelete-search-full\";i:2624;s:22:\"undelete-search-submit\";i:2625;s:19:\"undelete-no-results\";i:2626;s:26:\"undelete-filename-mismatch\";i:2627;s:22:\"undelete-bad-store-key\";i:2628;s:22:\"undelete-cleanup-error\";i:2629;s:28:\"undelete-missing-filearchive\";i:2630;s:14:\"undelete-error\";i:2631;s:26:\"undelete-show-file-confirm\";i:2632;s:25:\"undelete-show-file-submit\";i:2633;s:21:\"undelete-back-to-list\";i:2634;s:28:\"tooltip-whatlinkshere-invert\";i:2635;s:30:\"contributions-userdoesnotexist\";i:2636;s:4:\"date\";i:2637;s:28:\"sp-contributions-suppresslog\";i:2638;s:24:\"sp-contributions-deleted\";i:2639;s:27:\"sp-contributions-userrights\";i:2640;s:31:\"sp-contributions-blocked-notice\";i:2641;s:36:\"sp-contributions-blocked-notice-anon\";i:2642;s:26:\"sp-contributions-hideminor\";i:2643;s:27:\"sp-contributions-outofrange\";i:2644;s:14:\"nolinkshere-ns\";i:2645;s:20:\"whatlinkshere-submit\";i:2646;s:11:\"autoblockid\";i:2647;s:5:\"block\";i:2648;s:7:\"unblock\";i:2649;s:11:\"blockiptext\";i:2650;s:19:\"ipaddressorusername\";i:2651;s:9:\"ipbreason\";i:2652;s:18:\"ipbreason-dropdown\";i:2653;s:13:\"ipb-hardblock\";i:2654;s:16:\"ipbcreateaccount\";i:2655;s:11:\"ipbemailban\";i:2656;s:18:\"ipbenableautoblock\";i:2657;s:9:\"ipbsubmit\";i:2658;s:8:\"ipbother\";i:2659;s:11:\"ipbhidename\";i:2660;s:12:\"ipbwatchuser\";i:2661;s:19:\"ipb-disableusertalk\";i:2662;s:16:\"ipb-change-block\";i:2663;s:11:\"ipb-confirm\";i:2664;s:12:\"ipb-sitewide\";i:2665;s:11:\"ipb-partial\";i:2666;s:17:\"ipb-action-upload\";i:2667;s:15:\"ipb-pages-label\";i:2668;s:20:\"ipb-namespaces-label\";i:2669;s:12:\"badipaddress\";i:2670;s:17:\"blockipsuccesssub\";i:2671;s:18:\"blockipsuccesstext\";i:2672;s:16:\"ipb-blockingself\";i:2673;s:19:\"ipb-confirmhideuser\";i:2674;s:17:\"ipb-confirmaction\";i:2675;s:17:\"ipb-edit-dropdown\";i:2676;s:16:\"ipb-unblock-addr\";i:2677;s:11:\"ipb-unblock\";i:2678;s:13:\"ipb-blocklist\";i:2679;s:22:\"ipb-blocklist-contribs\";i:2680;s:27:\"ipb-blocklist-duration-left\";i:2681;s:13:\"block-actions\";i:2682;s:12:\"block-expiry\";i:2683;s:13:\"block-options\";i:2684;s:12:\"block-reason\";i:2685;s:12:\"block-target\";i:2686;s:9:\"unblockip\";i:2687;s:13:\"unblockiptext\";i:2688;s:9:\"ipusubmit\";i:2689;s:9:\"unblocked\";i:2690;s:15:\"unblocked-range\";i:2691;s:12:\"unblocked-id\";i:2692;s:12:\"unblocked-ip\";i:2693;s:9:\"blocklist\";i:2694;s:13:\"autoblocklist\";i:2695;s:20:\"autoblocklist-submit\";i:2696;s:20:\"autoblocklist-legend\";i:2697;s:25:\"autoblocklist-localblocks\";i:2698;s:30:\"autoblocklist-total-autoblocks\";i:2699;s:19:\"autoblocklist-empty\";i:2700;s:25:\"autoblocklist-otherblocks\";i:2701;s:18:\"ipblocklist-legend\";i:2702;s:20:\"blocklist-userblocks\";i:2703;s:20:\"blocklist-tempblocks\";i:2704;s:23:\"blocklist-addressblocks\";i:2705;s:22:\"blocklist-type-opt-all\";i:2706;s:21:\"blocklist-rangeblocks\";i:2707;s:19:\"blocklist-timestamp\";i:2708;s:16:\"blocklist-target\";i:2709;s:16:\"blocklist-expiry\";i:2710;s:12:\"blocklist-by\";i:2711;s:16:\"blocklist-params\";i:2712;s:16:\"blocklist-reason\";i:2713;s:18:\"ipblocklist-submit\";i:2714;s:22:\"ipblocklist-localblock\";i:2715;s:23:\"ipblocklist-otherblocks\";i:2716;s:13:\"anononlyblock\";i:2717;s:16:\"noautoblockblock\";i:2718;s:18:\"createaccountblock\";i:2719;s:10:\"emailblock\";i:2720;s:20:\"blocklist-nousertalk\";i:2721;s:17:\"blocklist-editing\";i:2722;s:26:\"blocklist-editing-sitewide\";i:2723;s:22:\"blocklist-editing-page\";i:2724;s:20:\"blocklist-editing-ns\";i:2725;s:17:\"ipblocklist-empty\";i:2726;s:22:\"ipblocklist-no-results\";i:2727;s:9:\"emaillink\";i:2728;s:11:\"autoblocker\";i:2729;s:16:\"blocklog-showlog\";i:2730;s:24:\"blocklog-showsuppresslog\";i:2731;s:12:\"blocklogtext\";i:2732;s:24:\"block-log-flags-anononly\";i:2733;s:27:\"block-log-flags-noautoblock\";i:2734;s:23:\"block-log-flags-noemail\";i:2735;s:26:\"block-log-flags-nousertalk\";i:2736;s:31:\"block-log-flags-angry-autoblock\";i:2737;s:26:\"block-log-flags-hiddenname\";i:2738;s:20:\"range_block_disabled\";i:2739;s:18:\"ipb_expiry_invalid\";i:2740;s:14:\"ipb_expiry_old\";i:2741;s:15:\"ipb_expiry_temp\";i:2742;s:16:\"ipb_hide_invalid\";i:2743;s:16:\"ipb_hide_partial\";i:2744;s:19:\"ipb_already_blocked\";i:2745;s:15:\"ipb-needreblock\";i:2746;s:22:\"ipb-otherblocks-header\";i:2747;s:16:\"unblock-hideuser\";i:2748;s:16:\"ipb_cant_unblock\";i:2749;s:20:\"ipb_blocked_as_range\";i:2750;s:16:\"ip_range_invalid\";i:2751;s:17:\"ip_range_toolarge\";i:2752;s:17:\"ip_range_exceeded\";i:2753;s:15:\"ip_range_toolow\";i:2754;s:16:\"proxyblockreason\";i:2755;s:11:\"sorbsreason\";i:2756;s:27:\"sorbs_create_account_reason\";i:2757;s:21:\"softblockrangesreason\";i:2758;s:14:\"xffblockreason\";i:2759;s:20:\"cant-see-hidden-user\";i:2760;s:10:\"ipbblocked\";i:2761;s:16:\"ipbnounblockself\";i:2762;s:6:\"lockdb\";i:2763;s:8:\"unlockdb\";i:2764;s:10:\"lockdbtext\";i:2765;s:12:\"unlockdbtext\";i:2766;s:11:\"lockconfirm\";i:2767;s:13:\"unlockconfirm\";i:2768;s:7:\"lockbtn\";i:2769;s:9:\"unlockbtn\";i:2770;s:13:\"locknoconfirm\";i:2771;s:16:\"lockdbsuccesssub\";i:2772;s:18:\"unlockdbsuccesssub\";i:2773;s:17:\"lockdbsuccesstext\";i:2774;s:19:\"unlockdbsuccesstext\";i:2775;s:19:\"lockfilenotwritable\";i:2776;s:14:\"databaselocked\";i:2777;s:17:\"databasenotlocked\";i:2778;s:15:\"lockedbyandtime\";i:2779;s:9:\"move-page\";i:2780;s:16:\"move-page-legend\";i:2781;s:28:\"movepagetext-noredirectfixer\";i:2782;s:20:\"moveuserpage-warning\";i:2783;s:24:\"movecategorypage-warning\";i:2784;s:15:\"movenologintext\";i:2785;s:14:\"movenotallowed\";i:2786;s:18:\"movenotallowedfile\";i:2787;s:19:\"cant-move-user-page\";i:2788;s:22:\"cant-move-to-user-page\";i:2789;s:23:\"cant-move-category-page\";i:2790;s:26:\"cant-move-to-category-page\";i:2791;s:18:\"cant-move-subpages\";i:2792;s:20:\"namespace-nosubpages\";i:2793;s:10:\"cannotmove\";i:2794;s:23:\"movepage-moved-redirect\";i:2795;s:25:\"movepage-moved-noredirect\";i:2796;s:21:\"movepage-delete-first\";i:2797;s:23:\"cantmove-titleprotected\";i:2798;s:13:\"move-subpages\";i:2799;s:18:\"move-talk-subpages\";i:2800;s:20:\"movepage-page-exists\";i:2801;s:19:\"movepage-page-moved\";i:2802;s:21:\"movepage-page-unmoved\";i:2803;s:18:\"movepage-max-pages\";i:2804;s:15:\"movelogpagetext\";i:2805;s:11:\"movesubpage\";i:2806;s:15:\"movesubpagetext\";i:2807;s:19:\"movesubpagetalktext\";i:2808;s:13:\"movenosubpage\";i:2809;s:20:\"delete_and_move_text\";i:2810;s:23:\"delete_and_move_confirm\";i:2811;s:22:\"delete_and_move_reason\";i:2812;s:8:\"selfmove\";i:2813;s:25:\"immobile-source-namespace\";i:2814;s:25:\"immobile-target-namespace\";i:2815;s:28:\"immobile-target-namespace-iw\";i:2816;s:20:\"immobile-source-page\";i:2817;s:20:\"immobile-target-page\";i:2818;s:16:\"bad-target-model\";i:2819;s:21:\"imagenocrossnamespace\";i:2820;s:27:\"nonfile-cannot-move-to-file\";i:2821;s:17:\"imagetypemismatch\";i:2822;s:20:\"imageinvalidfilename\";i:2823;s:20:\"fix-double-redirects\";i:2824;s:19:\"move-leave-redirect\";i:2825;s:24:\"protectedpagemovewarning\";i:2826;s:28:\"semiprotectedpagemovewarning\";i:2827;s:20:\"move-over-sharedrepo\";i:2828;s:22:\"file-exists-sharedrepo\";i:2829;s:10:\"exporttext\";i:2830;s:9:\"exportall\";i:2831;s:13:\"exportcuronly\";i:2832;s:15:\"exportnohistory\";i:2833;s:17:\"exportlistauthors\";i:2834;s:17:\"export-addcattext\";i:2835;s:13:\"export-addcat\";i:2836;s:16:\"export-addnstext\";i:2837;s:12:\"export-addns\";i:2838;s:15:\"export-download\";i:2839;s:16:\"export-templates\";i:2840;s:16:\"export-pagelinks\";i:2841;s:13:\"export-manual\";i:2842;s:11:\"allmessages\";i:2843;s:15:\"allmessagesname\";i:2844;s:18:\"allmessagesdefault\";i:2845;s:18:\"allmessagescurrent\";i:2846;s:15:\"allmessagestext\";i:2847;s:34:\"allmessages-not-supported-database\";i:2848;s:25:\"allmessages-filter-legend\";i:2849;s:18:\"allmessages-filter\";i:2850;s:29:\"allmessages-filter-unmodified\";i:2851;s:22:\"allmessages-filter-all\";i:2852;s:27:\"allmessages-filter-modified\";i:2853;s:18:\"allmessages-prefix\";i:2854;s:20:\"allmessages-language\";i:2855;s:25:\"allmessages-filter-submit\";i:2856;s:28:\"allmessages-filter-translate\";i:2857;s:11:\"filemissing\";i:2858;s:15:\"thumbnail_error\";i:2859;s:22:\"thumbnail_error_remote\";i:2860;s:15:\"djvu_page_error\";i:2861;s:21:\"thumbnail-temp-create\";i:2862;s:21:\"thumbnail-dest-create\";i:2863;s:24:\"thumbnail_invalid_params\";i:2864;s:25:\"thumbnail_toobigimagearea\";i:2865;s:24:\"thumbnail_dest_directory\";i:2866;s:20:\"thumbnail_image-type\";i:2867;s:20:\"thumbnail_gd-library\";i:2868;s:25:\"thumbnail_image-size-zero\";i:2869;s:23:\"thumbnail_image-missing\";i:2870;s:29:\"thumbnail_image-failure-limit\";i:2871;s:6:\"import\";i:2872;s:15:\"importinterwiki\";i:2873;s:21:\"import-interwiki-text\";i:2874;s:27:\"import-interwiki-sourcewiki\";i:2875;s:27:\"import-interwiki-sourcepage\";i:2876;s:24:\"import-interwiki-history\";i:2877;s:26:\"import-interwiki-templates\";i:2878;s:23:\"import-interwiki-submit\";i:2879;s:22:\"import-mapping-default\";i:2880;s:24:\"import-mapping-namespace\";i:2881;s:22:\"import-mapping-subpage\";i:2882;s:22:\"import-upload-filename\";i:2883;s:29:\"import-upload-username-prefix\";i:2884;s:25:\"import-assign-known-users\";i:2885;s:14:\"import-comment\";i:2886;s:10:\"importtext\";i:2887;s:11:\"importstart\";i:2888;s:21:\"import-revision-count\";i:2889;s:13:\"importnopages\";i:2890;s:20:\"imported-log-entries\";i:2891;s:12:\"importfailed\";i:2892;s:19:\"importunknownsource\";i:2893;s:14:\"importnoprefix\";i:2894;s:14:\"importcantopen\";i:2895;s:18:\"importbadinterwiki\";i:2896;s:13:\"importsuccess\";i:2897;s:15:\"importnosources\";i:2898;s:12:\"importnofile\";i:2899;s:21:\"importuploaderrorsize\";i:2900;s:24:\"importuploaderrorpartial\";i:2901;s:21:\"importuploaderrortemp\";i:2902;s:20:\"import-parse-failure\";i:2903;s:16:\"import-noarticle\";i:2904;s:21:\"import-nonewrevisions\";i:2905;s:16:\"xml-error-string\";i:2906;s:13:\"import-upload\";i:2907;s:21:\"import-token-mismatch\";i:2908;s:24:\"import-invalid-interwiki\";i:2909;s:17:\"import-error-edit\";i:2910;s:22:\"import-error-interwiki\";i:2911;s:20:\"import-error-special\";i:2912;s:20:\"import-error-invalid\";i:2913;s:24:\"import-error-unserialize\";i:2914;s:25:\"import-error-bad-location\";i:2915;s:20:\"import-options-wrong\";i:2916;s:23:\"import-rootpage-invalid\";i:2917;s:25:\"import-rootpage-nosubpage\";i:2918;s:17:\"importlogpagetext\";i:2919;s:29:\"import-logentry-upload-detail\";i:2920;s:32:\"import-logentry-interwiki-detail\";i:2921;s:14:\"javascripttest\";i:2922;s:26:\"javascripttest-qunit-intro\";i:2923;s:23:\"tooltip-pt-anonuserpage\";i:2924;s:19:\"tooltip-pt-anontalk\";i:2925;s:23:\"tooltip-pt-anoncontribs\";i:2926;s:24:\"tooltip-pt-login-private\";i:2927;s:20:\"tooltip-ca-unprotect\";i:2928;s:19:\"tooltip-ca-undelete\";i:2929;s:14:\"tooltip-t-info\";i:2930;s:22:\"tooltip-ca-nstab-media\";i:2931;s:21:\"tooltip-ca-nstab-help\";i:2932;s:15:\"tooltip-publish\";i:2933;s:35:\"tooltip-watchlistedit-normal-submit\";i:2934;s:32:\"tooltip-watchlistedit-raw-submit\";i:2935;s:16:\"tooltip-recreate\";i:2936;s:14:\"tooltip-upload\";i:2937;s:24:\"tooltip-preferences-save\";i:2938;s:10:\"common.css\";i:2939;s:9:\"print.css\";i:2940;s:12:\"noscript.css\";i:2941;s:23:\"group-autoconfirmed.css\";i:2942;s:14:\"group-user.css\";i:2943;s:13:\"group-bot.css\";i:2944;s:15:\"group-sysop.css\";i:2945;s:20:\"group-bureaucrat.css\";i:2946;s:11:\"common.json\";i:2947;s:9:\"common.js\";i:2948;s:22:\"group-autoconfirmed.js\";i:2949;s:13:\"group-user.js\";i:2950;s:12:\"group-bot.js\";i:2951;s:14:\"group-sysop.js\";i:2952;s:19:\"group-bureaucrat.js\";i:2953;s:9:\"anonymous\";i:2954;s:8:\"siteuser\";i:2955;s:8:\"anonuser\";i:2956;s:16:\"lastmodifiedatby\";i:2957;s:13:\"othercontribs\";i:2958;s:6:\"others\";i:2959;s:9:\"siteusers\";i:2960;s:9:\"anonusers\";i:2961;s:11:\"creditspage\";i:2962;s:9:\"nocredits\";i:2963;s:19:\"spamprotectiontitle\";i:2964;s:18:\"spamprotectiontext\";i:2965;s:19:\"spamprotectionmatch\";i:2966;s:16:\"spambot_username\";i:2967;s:14:\"spam_reverting\";i:2968;s:13:\"spam_blanking\";i:2969;s:13:\"spam_deleting\";i:2970;s:20:\"pageinfo-not-current\";i:2971;s:18:\"pageinfo-namespace\";i:2972;s:24:\"pageinfo-language-change\";i:2973;s:29:\"pageinfo-content-model-change\";i:2974;s:26:\"pageinfo-visiting-watchers\";i:2975;s:30:\"pageinfo-few-visiting-watchers\";i:2976;s:22:\"pageinfo-transclusions\";i:2977;s:20:\"pageinfo-redirectsto\";i:2978;s:25:\"pageinfo-redirectsto-info\";i:2979;s:26:\"pageinfo-protect-cascading\";i:2980;s:30:\"pageinfo-protect-cascading-yes\";i:2981;s:31:\"pageinfo-protect-cascading-from\";i:2982;s:22:\"pageinfo-category-info\";i:2983;s:23:\"pageinfo-category-total\";i:2984;s:23:\"pageinfo-category-pages\";i:2985;s:25:\"pageinfo-category-subcats\";i:2986;s:23:\"pageinfo-category-files\";i:2987;s:16:\"pageinfo-user-id\";i:2988;s:18:\"pageinfo-file-hash\";i:2989;s:25:\"pageinfo-view-protect-log\";i:2990;s:19:\"markaspatrolleddiff\";i:2991;s:19:\"markaspatrolledtext\";i:2992;s:24:\"markaspatrolledtext-file\";i:2993;s:17:\"markedaspatrolled\";i:2994;s:21:\"markedaspatrolledtext\";i:2995;s:16:\"rcpatroldisabled\";i:2996;s:20:\"rcpatroldisabledtext\";i:2997;s:22:\"markedaspatrollederror\";i:2998;s:26:\"markedaspatrollederrortext\";i:2999;s:35:\"markedaspatrollederror-noautopatrol\";i:3000;s:23:\"markedaspatrollednotify\";i:3001;s:17:\"patrol-log-header\";i:3002;s:28:\"confirm-markpatrolled-button\";i:3003;s:25:\"confirm-markpatrolled-top\";i:3004;s:15:\"deletedrevision\";i:3005;s:21:\"filedeleteerror-short\";i:3006;s:20:\"filedeleteerror-long\";i:3007;s:18:\"filedelete-missing\";i:3008;s:27:\"filedelete-old-unregistered\";i:3009;s:31:\"filedelete-current-unregistered\";i:3010;s:28:\"filedelete-archive-read-only\";i:3011;s:12:\"mediawarning\";i:3012;s:12:\"imagemaxsize\";i:3013;s:9:\"thumbsize\";i:3014;s:9:\"file-info\";i:3015;s:22:\"svg-long-desc-animated\";i:3016;s:14:\"svg-long-error\";i:3017;s:29:\"show-big-image-preview-differ\";i:3018;s:20:\"file-info-gif-looped\";i:3019;s:20:\"file-info-gif-frames\";i:3020;s:20:\"file-info-png-looped\";i:3021;s:20:\"file-info-png-repeat\";i:3022;s:20:\"file-info-png-frames\";i:3023;s:23:\"file-no-thumb-animation\";i:3024;s:27:\"file-no-thumb-animation-gif\";i:3025;s:9:\"newimages\";i:3026;s:13:\"imagelisttext\";i:3027;s:17:\"newimages-summary\";i:3028;s:16:\"newimages-legend\";i:3029;s:14:\"newimages-user\";i:3030;s:18:\"newimages-showbots\";i:3031;s:23:\"newimages-hidepatrolled\";i:3032;s:19:\"newimages-mediatype\";i:3033;s:8:\"noimages\";i:3034;s:24:\"gallery-slideshow-toggle\";i:3035;s:8:\"ilsubmit\";i:3036;s:6:\"bydate\";i:3037;s:21:\"sp-newimages-showfrom\";i:3038;s:7:\"seconds\";i:3039;s:7:\"minutes\";i:3040;s:5:\"hours\";i:3041;s:4:\"days\";i:3042;s:5:\"weeks\";i:3043;s:6:\"months\";i:3044;s:5:\"years\";i:3045;s:3:\"ago\";i:3046;s:8:\"just-now\";i:3047;s:9:\"hours-ago\";i:3048;s:11:\"minutes-ago\";i:3049;s:11:\"seconds-ago\";i:3050;s:9:\"monday-at\";i:3051;s:10:\"tuesday-at\";i:3052;s:12:\"wednesday-at\";i:3053;s:11:\"thursday-at\";i:3054;s:9:\"friday-at\";i:3055;s:11:\"saturday-at\";i:3056;s:9:\"sunday-at\";i:3057;s:12:\"yesterday-at\";i:3058;s:12:\"confirmemail\";i:3059;s:20:\"confirmemail_noemail\";i:3060;s:17:\"confirmemail_text\";i:3061;s:20:\"confirmemail_pending\";i:3062;s:17:\"confirmemail_send\";i:3063;s:17:\"confirmemail_sent\";i:3064;s:21:\"confirmemail_oncreate\";i:3065;s:23:\"confirmemail_sendfailed\";i:3066;s:20:\"confirmemail_invalid\";i:3067;s:22:\"confirmemail_needlogin\";i:3068;s:20:\"confirmemail_success\";i:3069;s:21:\"confirmemail_loggedin\";i:3070;s:20:\"confirmemail_subject\";i:3071;s:17:\"confirmemail_body\";i:3072;s:25:\"confirmemail_body_changed\";i:3073;s:21:\"confirmemail_body_set\";i:3074;s:24:\"confirmemail_invalidated\";i:3075;s:15:\"invalidateemail\";i:3076;s:33:\"notificationemail_subject_changed\";i:3077;s:33:\"notificationemail_subject_removed\";i:3078;s:30:\"notificationemail_body_changed\";i:3079;s:30:\"notificationemail_body_removed\";i:3080;s:23:\"scarytranscludedisabled\";i:3081;s:21:\"scarytranscludefailed\";i:3082;s:32:\"scarytranscludefailed-httpstatus\";i:3083;s:22:\"scarytranscludetoolong\";i:3084;s:19:\"deletedwhileediting\";i:3085;s:15:\"confirmrecreate\";i:3086;s:24:\"confirmrecreate-noreason\";i:3087;s:8:\"recreate\";i:3088;s:10:\"unit-pixel\";i:3089;s:19:\"confirm-purge-title\";i:3090;s:17:\"confirm-purge-top\";i:3091;s:20:\"confirm-purge-bottom\";i:3092;s:17:\"confirm-watch-top\";i:3093;s:27:\"confirm-watch-button-expiry\";i:3094;s:19:\"confirm-unwatch-top\";i:3095;s:20:\"confirm-rollback-top\";i:3096;s:24:\"confirm-mcrrestore-title\";i:3097;s:21:\"confirm-mcrundo-title\";i:3098;s:13:\"mcrundofailed\";i:3099;s:20:\"mcrundo-missingparam\";i:3100;s:15:\"mcrundo-changed\";i:3101;s:20:\"mcrundo-parse-failed\";i:3102;s:19:\"semicolon-separator\";i:3103;s:15:\"quotation-marks\";i:3104;s:13:\"formatnum-nan\";i:3105;s:16:\"img-lang-default\";i:3106;s:13:\"img-lang-info\";i:3107;s:11:\"img-lang-go\";i:3108;s:16:\"table_pager_next\";i:3109;s:16:\"table_pager_prev\";i:3110;s:17:\"table_pager_first\";i:3111;s:16:\"table_pager_last\";i:3112;s:17:\"table_pager_limit\";i:3113;s:23:\"table_pager_limit_label\";i:3114;s:24:\"table_pager_limit_submit\";i:3115;s:17:\"table_pager_empty\";i:3116;s:14:\"autosumm-blank\";i:3117;s:16:\"autosumm-replace\";i:3118;s:16:\"autoredircomment\";i:3119;s:25:\"autosumm-removed-redirect\";i:3120;s:32:\"autosumm-changed-redirect-target\";i:3121;s:12:\"autosumm-new\";i:3122;s:17:\"autosumm-newblank\";i:3123;s:10:\"size-bytes\";i:3124;s:14:\"size-kilobytes\";i:3125;s:14:\"size-megabytes\";i:3126;s:14:\"size-gigabytes\";i:3127;s:15:\"lag-warn-normal\";i:3128;s:13:\"lag-warn-high\";i:3129;s:26:\"watchlistedit-normal-title\";i:3130;s:27:\"watchlistedit-normal-legend\";i:3131;s:28:\"watchlistedit-normal-explain\";i:3132;s:27:\"watchlistedit-normal-submit\";i:3133;s:25:\"watchlistedit-normal-done\";i:3134;s:23:\"watchlistedit-raw-title\";i:3135;s:24:\"watchlistedit-raw-legend\";i:3136;s:25:\"watchlistedit-raw-explain\";i:3137;s:24:\"watchlistedit-raw-titles\";i:3138;s:24:\"watchlistedit-raw-submit\";i:3139;s:22:\"watchlistedit-raw-done\";i:3140;s:23:\"watchlistedit-raw-added\";i:3141;s:25:\"watchlistedit-raw-removed\";i:3142;s:25:\"watchlistedit-clear-title\";i:3143;s:26:\"watchlistedit-clear-legend\";i:3144;s:27:\"watchlistedit-clear-explain\";i:3145;s:26:\"watchlistedit-clear-titles\";i:3146;s:26:\"watchlistedit-clear-submit\";i:3147;s:24:\"watchlistedit-clear-done\";i:3148;s:28:\"watchlistedit-clear-jobqueue\";i:3149;s:27:\"watchlistedit-clear-removed\";i:3150;s:22:\"watchlistedit-too-many\";i:3151;s:19:\"iranian-calendar-m1\";i:3152;s:19:\"iranian-calendar-m2\";i:3153;s:19:\"iranian-calendar-m3\";i:3154;s:19:\"iranian-calendar-m4\";i:3155;s:19:\"iranian-calendar-m5\";i:3156;s:19:\"iranian-calendar-m6\";i:3157;s:19:\"iranian-calendar-m7\";i:3158;s:19:\"iranian-calendar-m8\";i:3159;s:19:\"iranian-calendar-m9\";i:3160;s:20:\"iranian-calendar-m10\";i:3161;s:20:\"iranian-calendar-m11\";i:3162;s:20:\"iranian-calendar-m12\";i:3163;s:17:\"hijri-calendar-m1\";i:3164;s:17:\"hijri-calendar-m2\";i:3165;s:18:\"hebrew-calendar-m1\";i:3166;s:18:\"hebrew-calendar-m2\";i:3167;s:18:\"hebrew-calendar-m3\";i:3168;s:18:\"hebrew-calendar-m4\";i:3169;s:18:\"hebrew-calendar-m5\";i:3170;s:18:\"hebrew-calendar-m6\";i:3171;s:19:\"hebrew-calendar-m6a\";i:3172;s:19:\"hebrew-calendar-m6b\";i:3173;s:18:\"hebrew-calendar-m7\";i:3174;s:18:\"hebrew-calendar-m8\";i:3175;s:18:\"hebrew-calendar-m9\";i:3176;s:19:\"hebrew-calendar-m10\";i:3177;s:19:\"hebrew-calendar-m11\";i:3178;s:19:\"hebrew-calendar-m12\";i:3179;s:22:\"hebrew-calendar-m1-gen\";i:3180;s:22:\"hebrew-calendar-m2-gen\";i:3181;s:22:\"hebrew-calendar-m3-gen\";i:3182;s:22:\"hebrew-calendar-m4-gen\";i:3183;s:22:\"hebrew-calendar-m5-gen\";i:3184;s:22:\"hebrew-calendar-m6-gen\";i:3185;s:23:\"hebrew-calendar-m6a-gen\";i:3186;s:23:\"hebrew-calendar-m6b-gen\";i:3187;s:22:\"hebrew-calendar-m7-gen\";i:3188;s:22:\"hebrew-calendar-m8-gen\";i:3189;s:22:\"hebrew-calendar-m9-gen\";i:3190;s:23:\"hebrew-calendar-m10-gen\";i:3191;s:23:\"hebrew-calendar-m11-gen\";i:3192;s:23:\"hebrew-calendar-m12-gen\";i:3193;s:14:\"timezone-local\";i:3194;s:21:\"duplicate-defaultsort\";i:3195;s:22:\"duplicate-displaytitle\";i:3196;s:23:\"restricted-displaytitle\";i:3197;s:22:\"invalid-indicator-name\";i:3198;s:7:\"version\";i:3199;s:18:\"version-extensions\";i:3200;s:13:\"version-skins\";i:3201;s:20:\"version-specialpages\";i:3202;s:19:\"version-parserhooks\";i:3203;s:17:\"version-variables\";i:3204;s:15:\"version-editors\";i:3205;s:16:\"version-antispam\";i:3206;s:13:\"version-other\";i:3207;s:21:\"version-mediahandlers\";i:3208;s:13:\"version-hooks\";i:3209;s:28:\"version-parser-extensiontags\";i:3210;s:29:\"version-parser-function-hooks\";i:3211;s:17:\"version-hook-name\";i:3212;s:25:\"version-hook-subscribedby\";i:3213;s:19:\"version-no-ext-name\";i:3214;s:15:\"version-license\";i:3215;s:19:\"version-ext-license\";i:3216;s:26:\"version-ext-colheader-name\";i:3217;s:27:\"version-skin-colheader-name\";i:3218;s:29:\"version-ext-colheader-version\";i:3219;s:29:\"version-ext-colheader-license\";i:3220;s:33:\"version-ext-colheader-description\";i:3221;s:29:\"version-ext-colheader-credits\";i:3222;s:21:\"version-license-title\";i:3223;s:25:\"version-license-not-found\";i:3224;s:21:\"version-credits-title\";i:3225;s:25:\"version-credits-not-found\";i:3226;s:25:\"version-poweredby-credits\";i:3227;s:24:\"version-poweredby-others\";i:3228;s:29:\"version-poweredby-translators\";i:3229;s:23:\"version-credits-summary\";i:3230;s:20:\"version-license-info\";i:3231;s:16:\"version-software\";i:3232;s:24:\"version-software-product\";i:3233;s:24:\"version-software-version\";i:3234;s:19:\"version-entrypoints\";i:3235;s:37:\"version-entrypoints-header-entrypoint\";i:3236;s:30:\"version-entrypoints-header-url\";i:3237;s:17:\"version-libraries\";i:3238;s:25:\"version-libraries-library\";i:3239;s:25:\"version-libraries-version\";i:3240;s:25:\"version-libraries-license\";i:3241;s:29:\"version-libraries-description\";i:3242;s:25:\"version-libraries-authors\";i:3243;s:14:\"redirect-logid\";i:3244;s:19:\"redirect-not-exists\";i:3245;s:20:\"redirect-not-numeric\";i:3246;s:19:\"fileduplicatesearch\";i:3247;s:27:\"fileduplicatesearch-summary\";i:3248;s:28:\"fileduplicatesearch-filename\";i:3249;s:26:\"fileduplicatesearch-submit\";i:3250;s:24:\"fileduplicatesearch-info\";i:3251;s:28:\"fileduplicatesearch-result-1\";i:3252;s:28:\"fileduplicatesearch-result-n\";i:3253;s:29:\"fileduplicatesearch-noresults\";i:3254;s:21:\"specialpages-note-top\";i:3255;s:28:\"specialpages-note-restricted\";i:3256;s:30:\"specialpages-group-maintenance\";i:3257;s:24:\"specialpages-group-other\";i:3258;s:24:\"specialpages-group-login\";i:3259;s:26:\"specialpages-group-changes\";i:3260;s:24:\"specialpages-group-media\";i:3261;s:24:\"specialpages-group-users\";i:3262;s:26:\"specialpages-group-highuse\";i:3263;s:24:\"specialpages-group-pages\";i:3264;s:28:\"specialpages-group-pagetools\";i:3265;s:23:\"specialpages-group-wiki\";i:3266;s:28:\"specialpages-group-redirects\";i:3267;s:23:\"specialpages-group-spam\";i:3268;s:28:\"specialpages-group-developer\";i:3269;s:9:\"blankpage\";i:3270;s:22:\"intentionallyblankpage\";i:3271;s:28:\"disabledspecialpage-disabled\";i:3272;s:24:\"external_image_whitelist\";i:3273;s:4:\"tags\";i:3274;s:17:\"tag-filter-submit\";i:3275;s:25:\"tag-mw-contentmodelchange\";i:3276;s:37:\"tag-mw-contentmodelchange-description\";i:3277;s:19:\"tag-mw-new-redirect\";i:3278;s:31:\"tag-mw-new-redirect-description\";i:3279;s:23:\"tag-mw-removed-redirect\";i:3280;s:35:\"tag-mw-removed-redirect-description\";i:3281;s:30:\"tag-mw-changed-redirect-target\";i:3282;s:42:\"tag-mw-changed-redirect-target-description\";i:3283;s:12:\"tag-mw-blank\";i:3284;s:24:\"tag-mw-blank-description\";i:3285;s:14:\"tag-mw-replace\";i:3286;s:26:\"tag-mw-replace-description\";i:3287;s:15:\"tag-mw-rollback\";i:3288;s:27:\"tag-mw-rollback-description\";i:3289;s:11:\"tag-mw-undo\";i:3290;s:23:\"tag-mw-undo-description\";i:3291;s:10:\"tags-title\";i:3292;s:10:\"tags-intro\";i:3293;s:8:\"tags-tag\";i:3294;s:19:\"tags-display-header\";i:3295;s:23:\"tags-description-header\";i:3296;s:18:\"tags-source-header\";i:3297;s:18:\"tags-active-header\";i:3298;s:20:\"tags-hitcount-header\";i:3299;s:19:\"tags-actions-header\";i:3300;s:21:\"tags-source-extension\";i:3301;s:18:\"tags-source-manual\";i:3302;s:16:\"tags-source-none\";i:3303;s:9:\"tags-edit\";i:3304;s:11:\"tags-delete\";i:3305;s:13:\"tags-activate\";i:3306;s:15:\"tags-deactivate\";i:3307;s:25:\"tags-manage-no-permission\";i:3308;s:19:\"tags-manage-blocked\";i:3309;s:19:\"tags-create-heading\";i:3310;s:23:\"tags-create-explanation\";i:3311;s:20:\"tags-create-tag-name\";i:3312;s:18:\"tags-create-reason\";i:3313;s:18:\"tags-create-submit\";i:3314;s:19:\"tags-create-no-name\";i:3315;s:25:\"tags-create-invalid-chars\";i:3316;s:31:\"tags-create-invalid-title-chars\";i:3317;s:26:\"tags-create-already-exists\";i:3318;s:26:\"tags-create-warnings-above\";i:3319;s:26:\"tags-create-warnings-below\";i:3320;s:17:\"tags-delete-title\";i:3321;s:31:\"tags-delete-explanation-initial\";i:3322;s:30:\"tags-delete-explanation-in-use\";i:3323;s:31:\"tags-delete-explanation-warning\";i:3324;s:30:\"tags-delete-explanation-active\";i:3325;s:18:\"tags-delete-reason\";i:3326;s:18:\"tags-delete-submit\";i:3327;s:23:\"tags-delete-not-allowed\";i:3328;s:21:\"tags-delete-not-found\";i:3329;s:25:\"tags-delete-too-many-uses\";i:3330;s:33:\"tags-delete-warnings-after-delete\";i:3331;s:25:\"tags-delete-no-permission\";i:3332;s:19:\"tags-activate-title\";i:3333;s:22:\"tags-activate-question\";i:3334;s:20:\"tags-activate-reason\";i:3335;s:25:\"tags-activate-not-allowed\";i:3336;s:23:\"tags-activate-not-found\";i:3337;s:20:\"tags-activate-submit\";i:3338;s:21:\"tags-deactivate-title\";i:3339;s:24:\"tags-deactivate-question\";i:3340;s:22:\"tags-deactivate-reason\";i:3341;s:27:\"tags-deactivate-not-allowed\";i:3342;s:22:\"tags-deactivate-submit\";i:3343;s:24:\"tags-apply-no-permission\";i:3344;s:18:\"tags-apply-blocked\";i:3345;s:26:\"tags-apply-not-allowed-one\";i:3346;s:28:\"tags-apply-not-allowed-multi\";i:3347;s:25:\"tags-update-no-permission\";i:3348;s:19:\"tags-update-blocked\";i:3349;s:31:\"tags-update-add-not-allowed-one\";i:3350;s:33:\"tags-update-add-not-allowed-multi\";i:3351;s:34:\"tags-update-remove-not-allowed-one\";i:3352;s:36:\"tags-update-remove-not-allowed-multi\";i:3353;s:15:\"tags-edit-title\";i:3354;s:21:\"tags-edit-manage-link\";i:3355;s:27:\"tags-edit-revision-selected\";i:3356;s:27:\"tags-edit-logentry-selected\";i:3357;s:25:\"tags-edit-revision-legend\";i:3358;s:25:\"tags-edit-logentry-legend\";i:3359;s:23:\"tags-edit-existing-tags\";i:3360;s:28:\"tags-edit-existing-tags-none\";i:3361;s:18:\"tags-edit-new-tags\";i:3362;s:13:\"tags-edit-add\";i:3363;s:16:\"tags-edit-remove\";i:3364;s:25:\"tags-edit-remove-all-tags\";i:3365;s:28:\"tags-edit-chosen-placeholder\";i:3366;s:27:\"tags-edit-chosen-no-results\";i:3367;s:16:\"tags-edit-reason\";i:3368;s:25:\"tags-edit-revision-submit\";i:3369;s:25:\"tags-edit-logentry-submit\";i:3370;s:17:\"tags-edit-success\";i:3371;s:17:\"tags-edit-failure\";i:3372;s:23:\"tags-edit-nooldid-title\";i:3373;s:22:\"tags-edit-nooldid-text\";i:3374;s:23:\"tags-edit-none-selected\";i:3375;s:12:\"comparepages\";i:3376;s:13:\"compare-page1\";i:3377;s:13:\"compare-page2\";i:3378;s:12:\"compare-rev1\";i:3379;s:12:\"compare-rev2\";i:3380;s:14:\"compare-submit\";i:3381;s:27:\"compare-revision-not-exists\";i:3382;s:9:\"diff-form\";i:3383;s:15:\"diff-form-oldid\";i:3384;s:15:\"diff-form-revid\";i:3385;s:16:\"diff-form-submit\";i:3386;s:13:\"permanentlink\";i:3387;s:19:\"permanentlink-revid\";i:3388;s:20:\"permanentlink-submit\";i:3389;s:14:\"dberr-problems\";i:3390;s:11:\"dberr-again\";i:3391;s:10:\"dberr-info\";i:3392;s:17:\"dberr-info-hidden\";i:3393;s:22:\"htmlform-invalid-input\";i:3394;s:25:\"htmlform-select-badoption\";i:3395;s:20:\"htmlform-int-invalid\";i:3396;s:22:\"htmlform-float-invalid\";i:3397;s:19:\"htmlform-int-toolow\";i:3398;s:20:\"htmlform-int-toohigh\";i:3399;s:17:\"htmlform-required\";i:3400;s:14:\"htmlform-reset\";i:3401;s:28:\"htmlform-selectorother-other\";i:3402;s:11:\"htmlform-no\";i:3403;s:12:\"htmlform-yes\";i:3404;s:27:\"htmlform-chosen-placeholder\";i:3405;s:22:\"htmlform-cloner-create\";i:3406;s:22:\"htmlform-cloner-delete\";i:3407;s:24:\"htmlform-cloner-required\";i:3408;s:25:\"htmlform-date-placeholder\";i:3409;s:25:\"htmlform-time-placeholder\";i:3410;s:29:\"htmlform-datetime-placeholder\";i:3411;s:21:\"htmlform-date-invalid\";i:3412;s:21:\"htmlform-time-invalid\";i:3413;s:25:\"htmlform-datetime-invalid\";i:3414;s:20:\"htmlform-date-toolow\";i:3415;s:21:\"htmlform-date-toohigh\";i:3416;s:20:\"htmlform-time-toolow\";i:3417;s:21:\"htmlform-time-toohigh\";i:3418;s:24:\"htmlform-datetime-toolow\";i:3419;s:25:\"htmlform-datetime-toohigh\";i:3420;s:27:\"htmlform-title-badnamespace\";i:3421;s:28:\"htmlform-title-not-creatable\";i:3422;s:25:\"htmlform-title-not-exists\";i:3423;s:24:\"htmlform-user-not-exists\";i:3424;s:23:\"htmlform-user-not-valid\";i:3425;s:28:\"logentry-delete-delete_redir\";i:3426;s:31:\"logentry-delete-restore-nocount\";i:3427;s:23:\"restore-count-revisions\";i:3428;s:19:\"restore-count-files\";i:3429;s:21:\"logentry-delete-event\";i:3430;s:28:\"logentry-delete-event-legacy\";i:3431;s:31:\"logentry-delete-revision-legacy\";i:3432;s:24:\"logentry-suppress-delete\";i:3433;s:23:\"logentry-suppress-event\";i:3434;s:26:\"logentry-suppress-revision\";i:3435;s:30:\"logentry-suppress-event-legacy\";i:3436;s:33:\"logentry-suppress-revision-legacy\";i:3437;s:21:\"revdelete-summary-hid\";i:3438;s:19:\"revdelete-uname-hid\";i:3439;s:23:\"revdelete-content-unhid\";i:3440;s:23:\"revdelete-summary-unhid\";i:3441;s:21:\"revdelete-uname-unhid\";i:3442;s:20:\"revdelete-restricted\";i:3443;s:22:\"revdelete-unrestricted\";i:3444;s:20:\"logentry-block-block\";i:3445;s:22:\"logentry-block-unblock\";i:3446;s:22:\"logentry-block-reblock\";i:3447;s:32:\"logentry-partialblock-block-page\";i:3448;s:30:\"logentry-partialblock-block-ns\";i:3449;s:27:\"logentry-partialblock-block\";i:3450;s:29:\"logentry-partialblock-reblock\";i:3451;s:32:\"logentry-non-editing-block-block\";i:3452;s:34:\"logentry-non-editing-block-reblock\";i:3453;s:23:\"logentry-suppress-block\";i:3454;s:25:\"logentry-suppress-reblock\";i:3455;s:22:\"logentry-import-upload\";i:3456;s:30:\"logentry-import-upload-details\";i:3457;s:25:\"logentry-import-interwiki\";i:3458;s:33:\"logentry-import-interwiki-details\";i:3459;s:20:\"logentry-merge-merge\";i:3460;s:35:\"logentry-move-move_redir-noredirect\";i:3461;s:22:\"logentry-patrol-patrol\";i:3462;s:26:\"logentry-newusers-newusers\";i:3463;s:25:\"logentry-newusers-create2\";i:3464;s:25:\"logentry-newusers-byemail\";i:3465;s:26:\"logentry-protect-move_prot\";i:3466;s:26:\"logentry-protect-unprotect\";i:3467;s:24:\"logentry-protect-protect\";i:3468;s:32:\"logentry-protect-protect-cascade\";i:3469;s:23:\"logentry-protect-modify\";i:3470;s:31:\"logentry-protect-modify-cascade\";i:3471;s:22:\"logentry-rights-rights\";i:3472;s:29:\"logentry-rights-rights-legacy\";i:3473;s:27:\"logentry-rights-autopromote\";i:3474;s:22:\"logentry-upload-revert\";i:3475;s:19:\"log-name-managetags\";i:3476;s:26:\"log-description-managetags\";i:3477;s:26:\"logentry-managetags-create\";i:3478;s:26:\"logentry-managetags-delete\";i:3479;s:28:\"logentry-managetags-activate\";i:3480;s:30:\"logentry-managetags-deactivate\";i:3481;s:12:\"log-name-tag\";i:3482;s:19:\"log-description-tag\";i:3483;s:32:\"logentry-tag-update-add-revision\";i:3484;s:32:\"logentry-tag-update-add-logentry\";i:3485;s:35:\"logentry-tag-update-remove-revision\";i:3486;s:35:\"logentry-tag-update-remove-logentry\";i:3487;s:28:\"logentry-tag-update-revision\";i:3488;s:28:\"logentry-tag-update-logentry\";i:3489;s:10:\"rightsnone\";i:3490;s:30:\"rightslogentry-temporary-group\";i:3491;s:15:\"feedback-adding\";i:3492;s:13:\"feedback-back\";i:3493;s:17:\"feedback-bugcheck\";i:3494;s:15:\"feedback-bugnew\";i:3495;s:18:\"feedback-bugornote\";i:3496;s:15:\"feedback-cancel\";i:3497;s:14:\"feedback-close\";i:3498;s:35:\"feedback-external-bug-report-button\";i:3499;s:21:\"feedback-dialog-title\";i:3500;s:21:\"feedback-dialog-intro\";i:3501;s:15:\"feedback-error1\";i:3502;s:15:\"feedback-error4\";i:3503;s:16:\"feedback-message\";i:3504;s:16:\"feedback-subject\";i:3505;s:15:\"feedback-submit\";i:3506;s:14:\"feedback-terms\";i:3507;s:19:\"feedback-termsofuse\";i:3508;s:15:\"feedback-thanks\";i:3509;s:21:\"feedback-thanks-title\";i:3510;s:18:\"feedback-useragent\";i:3511;s:17:\"searchlimit-label\";i:3512;s:16:\"searchlimit-help\";i:3513;s:28:\"api-clientside-error-timeout\";i:3514;s:18:\"api-error-badtoken\";i:3515;s:19:\"api-error-emptypage\";i:3516;s:23:\"api-error-publishfailed\";i:3517;s:21:\"api-error-stashfailed\";i:3518;s:25:\"api-error-unknown-warning\";i:3519;s:22:\"api-error-unknownerror\";i:3520;s:16:\"duration-seconds\";i:3521;s:16:\"duration-minutes\";i:3522;s:14:\"duration-hours\";i:3523;s:14:\"duration-weeks\";i:3524;s:14:\"duration-years\";i:3525;s:16:\"duration-decades\";i:3526;s:18:\"duration-centuries\";i:3527;s:18:\"duration-millennia\";i:3528;s:14:\"rotate-comment\";i:3529;s:17:\"limitreport-title\";i:3530;s:19:\"limitreport-cputime\";i:3531;s:25:\"limitreport-cputime-value\";i:3532;s:20:\"limitreport-walltime\";i:3533;s:26:\"limitreport-walltime-value\";i:3534;s:26:\"limitreport-ppvisitednodes\";i:3535;s:33:\"limitreport-postexpandincludesize\";i:3536;s:39:\"limitreport-postexpandincludesize-value\";i:3537;s:32:\"limitreport-templateargumentsize\";i:3538;s:38:\"limitreport-templateargumentsize-value\";i:3539;s:26:\"limitreport-expansiondepth\";i:3540;s:34:\"limitreport-expensivefunctioncount\";i:3541;s:25:\"limitreport-unstrip-depth\";i:3542;s:24:\"limitreport-unstrip-size\";i:3543;s:30:\"limitreport-unstrip-size-value\";i:3544;s:15:\"expandtemplates\";i:3545;s:22:\"expand_templates_intro\";i:3546;s:22:\"expand_templates_title\";i:3547;s:22:\"expand_templates_input\";i:3548;s:23:\"expand_templates_output\";i:3549;s:27:\"expand_templates_xml_output\";i:3550;s:28:\"expand_templates_html_output\";i:3551;s:19:\"expand_templates_ok\";i:3552;s:32:\"expand_templates_remove_comments\";i:3553;s:30:\"expand_templates_remove_nowiki\";i:3554;s:29:\"expand_templates_generate_xml\";i:3555;s:33:\"expand_templates_generate_rawhtml\";i:3556;s:24:\"expand_templates_preview\";i:3557;s:34:\"expand_templates_preview_fail_html\";i:3558;s:39:\"expand_templates_preview_fail_html_anon\";i:3559;s:30:\"expand_templates_input_missing\";i:3560;s:12:\"pagelanguage\";i:3561;s:13:\"pagelang-name\";i:3562;s:17:\"pagelang-language\";i:3563;s:20:\"pagelang-use-default\";i:3564;s:20:\"pagelang-select-lang\";i:3565;s:15:\"pagelang-reason\";i:3566;s:15:\"pagelang-submit\";i:3567;s:25:\"pagelang-nonexistent-page\";i:3568;s:27:\"pagelang-unchanged-language\";i:3569;s:35:\"pagelang-unchanged-language-default\";i:3570;s:18:\"pagelang-db-failed\";i:3571;s:14:\"right-pagelang\";i:3572;s:15:\"action-pagelang\";i:3573;s:17:\"log-name-pagelang\";i:3574;s:24:\"log-description-pagelang\";i:3575;s:26:\"logentry-pagelang-pagelang\";i:3576;s:22:\"default-skin-not-found\";i:3577;s:31:\"default-skin-not-found-no-skins\";i:3578;s:34:\"default-skin-not-found-row-enabled\";i:3579;s:35:\"default-skin-not-found-row-disabled\";i:3580;s:15:\"mediastatistics\";i:3581;s:23:\"mediastatistics-summary\";i:3582;s:22:\"mediastatistics-nbytes\";i:3583;s:28:\"mediastatistics-bytespertype\";i:3584;s:24:\"mediastatistics-allbytes\";i:3585;s:30:\"mediastatistics-table-mimetype\";i:3586;s:32:\"mediastatistics-table-extensions\";i:3587;s:27:\"mediastatistics-table-count\";i:3588;s:32:\"mediastatistics-table-totalbytes\";i:3589;s:30:\"mediastatistics-header-unknown\";i:3590;s:29:\"mediastatistics-header-bitmap\";i:3591;s:30:\"mediastatistics-header-drawing\";i:3592;s:28:\"mediastatistics-header-audio\";i:3593;s:28:\"mediastatistics-header-video\";i:3594;s:33:\"mediastatistics-header-multimedia\";i:3595;s:29:\"mediastatistics-header-office\";i:3596;s:27:\"mediastatistics-header-text\";i:3597;s:33:\"mediastatistics-header-executable\";i:3598;s:30:\"mediastatistics-header-archive\";i:3599;s:28:\"mediastatistics-header-total\";i:3600;s:24:\"json-warn-trailing-comma\";i:3601;s:18:\"json-error-unknown\";i:3602;s:16:\"json-error-depth\";i:3603;s:25:\"json-error-state-mismatch\";i:3604;s:20:\"json-error-ctrl-char\";i:3605;s:17:\"json-error-syntax\";i:3606;s:15:\"json-error-utf8\";i:3607;s:21:\"headline-anchor-title\";i:3608;s:30:\"special-characters-group-latin\";i:3609;s:38:\"special-characters-group-latinextended\";i:3610;s:28:\"special-characters-group-ipa\";i:3611;s:32:\"special-characters-group-symbols\";i:3612;s:30:\"special-characters-group-greek\";i:3613;s:38:\"special-characters-group-greekextended\";i:3614;s:33:\"special-characters-group-cyrillic\";i:3615;s:31:\"special-characters-group-arabic\";i:3616;s:39:\"special-characters-group-arabicextended\";i:3617;s:32:\"special-characters-group-persian\";i:3618;s:31:\"special-characters-group-hebrew\";i:3619;s:31:\"special-characters-group-bangla\";i:3620;s:30:\"special-characters-group-tamil\";i:3621;s:31:\"special-characters-group-telugu\";i:3622;s:32:\"special-characters-group-sinhala\";i:3623;s:33:\"special-characters-group-gujarati\";i:3624;s:35:\"special-characters-group-devanagari\";i:3625;s:29:\"special-characters-group-thai\";i:3626;s:28:\"special-characters-group-lao\";i:3627;s:30:\"special-characters-group-khmer\";i:3628;s:43:\"special-characters-group-canadianaboriginal\";i:3629;s:31:\"special-characters-title-endash\";i:3630;s:31:\"special-characters-title-emdash\";i:3631;s:30:\"special-characters-title-minus\";i:3632;s:22:\"mw-widgets-abandonedit\";i:3633;s:30:\"mw-widgets-abandonedit-discard\";i:3634;s:27:\"mw-widgets-abandonedit-keep\";i:3635;s:28:\"mw-widgets-abandonedit-title\";i:3636;s:28:\"mw-widgets-dateinput-no-date\";i:3637;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3638;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3639;s:32:\"mw-widgets-mediasearch-noresults\";i:3640;s:42:\"mw-widgets-titleinput-description-new-page\";i:3641;s:42:\"mw-widgets-titleinput-description-redirect\";i:3642;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3643;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3644;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3645;s:15:\"date-range-from\";i:3646;s:13:\"date-range-to\";i:3647;s:18:\"sessionmanager-tie\";i:3648;s:23:\"sessionprovider-generic\";i:3649;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3650;s:25:\"sessionprovider-nocookies\";i:3651;s:23:\"log-action-filter-block\";i:3652;s:30:\"log-action-filter-contentmodel\";i:3653;s:24:\"log-action-filter-delete\";i:3654;s:24:\"log-action-filter-import\";i:3655;s:28:\"log-action-filter-managetags\";i:3656;s:22:\"log-action-filter-move\";i:3657;s:26:\"log-action-filter-newusers\";i:3658;s:24:\"log-action-filter-patrol\";i:3659;s:25:\"log-action-filter-protect\";i:3660;s:24:\"log-action-filter-rights\";i:3661;s:26:\"log-action-filter-suppress\";i:3662;s:24:\"log-action-filter-upload\";i:3663;s:21:\"log-action-filter-all\";i:3664;s:29:\"log-action-filter-block-block\";i:3665;s:31:\"log-action-filter-block-reblock\";i:3666;s:31:\"log-action-filter-block-unblock\";i:3667;s:37:\"log-action-filter-contentmodel-change\";i:3668;s:34:\"log-action-filter-contentmodel-new\";i:3669;s:31:\"log-action-filter-delete-delete\";i:3670;s:37:\"log-action-filter-delete-delete_redir\";i:3671;s:32:\"log-action-filter-delete-restore\";i:3672;s:30:\"log-action-filter-delete-event\";i:3673;s:33:\"log-action-filter-delete-revision\";i:3674;s:34:\"log-action-filter-import-interwiki\";i:3675;s:31:\"log-action-filter-import-upload\";i:3676;s:35:\"log-action-filter-managetags-create\";i:3677;s:35:\"log-action-filter-managetags-delete\";i:3678;s:37:\"log-action-filter-managetags-activate\";i:3679;s:39:\"log-action-filter-managetags-deactivate\";i:3680;s:27:\"log-action-filter-move-move\";i:3681;s:33:\"log-action-filter-move-move_redir\";i:3682;s:33:\"log-action-filter-newusers-create\";i:3683;s:34:\"log-action-filter-newusers-create2\";i:3684;s:37:\"log-action-filter-newusers-autocreate\";i:3685;s:34:\"log-action-filter-newusers-byemail\";i:3686;s:31:\"log-action-filter-patrol-patrol\";i:3687;s:35:\"log-action-filter-patrol-autopatrol\";i:3688;s:33:\"log-action-filter-protect-protect\";i:3689;s:32:\"log-action-filter-protect-modify\";i:3690;s:35:\"log-action-filter-protect-unprotect\";i:3691;s:35:\"log-action-filter-protect-move_prot\";i:3692;s:31:\"log-action-filter-rights-rights\";i:3693;s:36:\"log-action-filter-rights-autopromote\";i:3694;s:32:\"log-action-filter-suppress-event\";i:3695;s:35:\"log-action-filter-suppress-revision\";i:3696;s:33:\"log-action-filter-suppress-delete\";i:3697;s:32:\"log-action-filter-suppress-block\";i:3698;s:34:\"log-action-filter-suppress-reblock\";i:3699;s:31:\"log-action-filter-upload-upload\";i:3700;s:34:\"log-action-filter-upload-overwrite\";i:3701;s:31:\"log-action-filter-upload-revert\";i:3702;s:33:\"authmanager-authn-not-in-progress\";i:3703;s:28:\"authmanager-authn-no-primary\";i:3704;s:31:\"authmanager-authn-no-local-user\";i:3705;s:36:\"authmanager-authn-no-local-user-link\";i:3706;s:35:\"authmanager-authn-autocreate-failed\";i:3707;s:32:\"authmanager-change-not-supported\";i:3708;s:27:\"authmanager-create-disabled\";i:3709;s:29:\"authmanager-create-from-login\";i:3710;s:34:\"authmanager-create-not-in-progress\";i:3711;s:29:\"authmanager-create-no-primary\";i:3712;s:27:\"authmanager-link-no-primary\";i:3713;s:32:\"authmanager-link-not-in-progress\";i:3714;s:29:\"authmanager-autocreate-noperm\";i:3715;s:32:\"authmanager-autocreate-exception\";i:3716;s:28:\"authmanager-userdoesnotexist\";i:3717;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3718;s:25:\"authmanager-username-help\";i:3719;s:25:\"authmanager-password-help\";i:3720;s:23:\"authmanager-domain-help\";i:3721;s:23:\"authmanager-retype-help\";i:3722;s:23:\"authmanager-email-label\";i:3723;s:22:\"authmanager-email-help\";i:3724;s:26:\"authmanager-realname-label\";i:3725;s:25:\"authmanager-realname-help\";i:3726;s:29:\"authmanager-provider-password\";i:3727;s:36:\"authmanager-provider-password-domain\";i:3728;s:38:\"authmanager-provider-temporarypassword\";i:3729;s:32:\"authprovider-confirmlink-message\";i:3730;s:38:\"authprovider-confirmlink-request-label\";i:3731;s:37:\"authprovider-confirmlink-success-line\";i:3732;s:31:\"authprovider-confirmlink-failed\";i:3733;s:32:\"authprovider-confirmlink-ok-help\";i:3734;s:33:\"authprovider-resetpass-skip-label\";i:3735;s:32:\"authprovider-resetpass-skip-help\";i:3736;s:24:\"authform-nosession-login\";i:3737;s:25:\"authform-nosession-signup\";i:3738;s:17:\"authform-newtoken\";i:3739;s:16:\"authform-notoken\";i:3740;s:19:\"authform-wrongtoken\";i:3741;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3742;s:37:\"specialpage-securitylevel-not-allowed\";i:3743;s:21:\"authpage-cannot-login\";i:3744;s:30:\"authpage-cannot-login-continue\";i:3745;s:22:\"authpage-cannot-create\";i:3746;s:31:\"authpage-cannot-create-continue\";i:3747;s:20:\"authpage-cannot-link\";i:3748;s:29:\"authpage-cannot-link-continue\";i:3749;s:28:\"cannotauth-not-allowed-title\";i:3750;s:22:\"cannotauth-not-allowed\";i:3751;s:17:\"changecredentials\";i:3752;s:24:\"changecredentials-submit\";i:3753;s:32:\"changecredentials-invalidsubpage\";i:3754;s:25:\"changecredentials-success\";i:3755;s:17:\"removecredentials\";i:3756;s:24:\"removecredentials-submit\";i:3757;s:32:\"removecredentials-invalidsubpage\";i:3758;s:25:\"removecredentials-success\";i:3759;s:24:\"credentialsform-provider\";i:3760;s:23:\"credentialsform-account\";i:3761;s:28:\"cannotlink-no-provider-title\";i:3762;s:22:\"cannotlink-no-provider\";i:3763;s:12:\"linkaccounts\";i:3764;s:25:\"linkaccounts-success-text\";i:3765;s:19:\"linkaccounts-submit\";i:3766;s:14:\"unlinkaccounts\";i:3767;s:22:\"unlinkaccounts-success\";i:3768;s:32:\"authenticationdatachange-ignored\";i:3769;s:14:\"userjsispublic\";i:3770;s:16:\"userjsonispublic\";i:3771;s:15:\"usercssispublic\";i:3772;s:23:\"restrictionsfield-badip\";i:3773;s:23:\"restrictionsfield-label\";i:3774;s:22:\"restrictionsfield-help\";i:3775;s:5:\"revid\";i:3776;s:6:\"pageid\";i:3777;s:18:\"rawhtml-notallowed\";i:3778;s:13:\"gotointerwiki\";i:3779;s:21:\"gotointerwiki-invalid\";i:3780;s:22:\"gotointerwiki-external\";i:3781;s:17:\"undelete-cantedit\";i:3782;s:19:\"undelete-cantcreate\";i:3783;s:14:\"pagedata-title\";i:3784;s:13:\"pagedata-text\";i:3785;s:23:\"pagedata-not-acceptable\";i:3786;s:18:\"pagedata-bad-title\";i:3787;s:24:\"unregistered-user-config\";i:3788;s:16:\"passwordpolicies\";i:3789;s:24:\"passwordpolicies-summary\";i:3790;s:22:\"passwordpolicies-group\";i:3791;s:25:\"passwordpolicies-policies\";i:3792;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:3793;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:3794;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:3795;s:22:\"deflate-invaliddeflate\";i:3796;s:14:\"unprotected-js\";i:3797;s:20:\"skin-action-undelete\";i:3798;s:15:\"exif-imagewidth\";i:3799;s:16:\"exif-imagelength\";i:3800;s:18:\"exif-bitspersample\";i:3801;s:16:\"exif-compression\";i:3802;s:30:\"exif-photometricinterpretation\";i:3803;s:16:\"exif-orientation\";i:3804;s:20:\"exif-samplesperpixel\";i:3805;s:24:\"exif-planarconfiguration\";i:3806;s:21:\"exif-ycbcrsubsampling\";i:3807;s:21:\"exif-ycbcrpositioning\";i:3808;s:16:\"exif-xresolution\";i:3809;s:16:\"exif-yresolution\";i:3810;s:17:\"exif-stripoffsets\";i:3811;s:17:\"exif-rowsperstrip\";i:3812;s:20:\"exif-stripbytecounts\";i:3813;s:26:\"exif-jpeginterchangeformat\";i:3814;s:32:\"exif-jpeginterchangeformatlength\";i:3815;s:15:\"exif-whitepoint\";i:3816;s:26:\"exif-primarychromaticities\";i:3817;s:22:\"exif-ycbcrcoefficients\";i:3818;s:24:\"exif-referenceblackwhite\";i:3819;s:13:\"exif-datetime\";i:3820;s:21:\"exif-imagedescription\";i:3821;s:9:\"exif-make\";i:3822;s:10:\"exif-model\";i:3823;s:13:\"exif-software\";i:3824;s:11:\"exif-artist\";i:3825;s:14:\"exif-copyright\";i:3826;s:16:\"exif-exifversion\";i:3827;s:20:\"exif-flashpixversion\";i:3828;s:15:\"exif-colorspace\";i:3829;s:28:\"exif-componentsconfiguration\";i:3830;s:27:\"exif-compressedbitsperpixel\";i:3831;s:20:\"exif-pixelxdimension\";i:3832;s:20:\"exif-pixelydimension\";i:3833;s:16:\"exif-usercomment\";i:3834;s:21:\"exif-relatedsoundfile\";i:3835;s:21:\"exif-datetimeoriginal\";i:3836;s:22:\"exif-datetimedigitized\";i:3837;s:15:\"exif-subsectime\";i:3838;s:23:\"exif-subsectimeoriginal\";i:3839;s:24:\"exif-subsectimedigitized\";i:3840;s:17:\"exif-exposuretime\";i:3841;s:24:\"exif-exposuretime-format\";i:3842;s:12:\"exif-fnumber\";i:3843;s:20:\"exif-exposureprogram\";i:3844;s:24:\"exif-spectralsensitivity\";i:3845;s:20:\"exif-isospeedratings\";i:3846;s:22:\"exif-shutterspeedvalue\";i:3847;s:18:\"exif-aperturevalue\";i:3848;s:20:\"exif-brightnessvalue\";i:3849;s:22:\"exif-exposurebiasvalue\";i:3850;s:21:\"exif-maxaperturevalue\";i:3851;s:20:\"exif-subjectdistance\";i:3852;s:17:\"exif-meteringmode\";i:3853;s:16:\"exif-lightsource\";i:3854;s:10:\"exif-flash\";i:3855;s:16:\"exif-focallength\";i:3856;s:16:\"exif-subjectarea\";i:3857;s:16:\"exif-flashenergy\";i:3858;s:26:\"exif-focalplanexresolution\";i:3859;s:26:\"exif-focalplaneyresolution\";i:3860;s:29:\"exif-focalplaneresolutionunit\";i:3861;s:20:\"exif-subjectlocation\";i:3862;s:18:\"exif-exposureindex\";i:3863;s:18:\"exif-sensingmethod\";i:3864;s:15:\"exif-filesource\";i:3865;s:14:\"exif-scenetype\";i:3866;s:19:\"exif-customrendered\";i:3867;s:17:\"exif-exposuremode\";i:3868;s:17:\"exif-whitebalance\";i:3869;s:21:\"exif-digitalzoomratio\";i:3870;s:26:\"exif-focallengthin35mmfilm\";i:3871;s:21:\"exif-scenecapturetype\";i:3872;s:16:\"exif-gaincontrol\";i:3873;s:13:\"exif-contrast\";i:3874;s:15:\"exif-saturation\";i:3875;s:14:\"exif-sharpness\";i:3876;s:29:\"exif-devicesettingdescription\";i:3877;s:25:\"exif-subjectdistancerange\";i:3878;s:18:\"exif-imageuniqueid\";i:3879;s:17:\"exif-gpsversionid\";i:3880;s:19:\"exif-gpslatituderef\";i:3881;s:16:\"exif-gpslatitude\";i:3882;s:20:\"exif-gpslongituderef\";i:3883;s:17:\"exif-gpslongitude\";i:3884;s:19:\"exif-gpsaltituderef\";i:3885;s:16:\"exif-gpsaltitude\";i:3886;s:17:\"exif-gpstimestamp\";i:3887;s:18:\"exif-gpssatellites\";i:3888;s:14:\"exif-gpsstatus\";i:3889;s:19:\"exif-gpsmeasuremode\";i:3890;s:11:\"exif-gpsdop\";i:3891;s:16:\"exif-gpsspeedref\";i:3892;s:13:\"exif-gpsspeed\";i:3893;s:16:\"exif-gpstrackref\";i:3894;s:13:\"exif-gpstrack\";i:3895;s:23:\"exif-gpsimgdirectionref\";i:3896;s:20:\"exif-gpsimgdirection\";i:3897;s:16:\"exif-gpsmapdatum\";i:3898;s:23:\"exif-gpsdestlatituderef\";i:3899;s:20:\"exif-gpsdestlatitude\";i:3900;s:24:\"exif-gpsdestlongituderef\";i:3901;s:21:\"exif-gpsdestlongitude\";i:3902;s:22:\"exif-gpsdestbearingref\";i:3903;s:19:\"exif-gpsdestbearing\";i:3904;s:23:\"exif-gpsdestdistanceref\";i:3905;s:20:\"exif-gpsdestdistance\";i:3906;s:24:\"exif-gpsprocessingmethod\";i:3907;s:23:\"exif-gpsareainformation\";i:3908;s:17:\"exif-gpsdatestamp\";i:3909;s:20:\"exif-gpsdifferential\";i:3910;s:20:\"exif-jpegfilecomment\";i:3911;s:13:\"exif-keywords\";i:3912;s:23:\"exif-worldregioncreated\";i:3913;s:19:\"exif-countrycreated\";i:3914;s:23:\"exif-countrycodecreated\";i:3915;s:27:\"exif-provinceorstatecreated\";i:3916;s:16:\"exif-citycreated\";i:3917;s:23:\"exif-sublocationcreated\";i:3918;s:20:\"exif-worldregiondest\";i:3919;s:16:\"exif-countrydest\";i:3920;s:20:\"exif-countrycodedest\";i:3921;s:24:\"exif-provinceorstatedest\";i:3922;s:13:\"exif-citydest\";i:3923;s:20:\"exif-sublocationdest\";i:3924;s:15:\"exif-objectname\";i:3925;s:24:\"exif-specialinstructions\";i:3926;s:13:\"exif-headline\";i:3927;s:11:\"exif-credit\";i:3928;s:11:\"exif-source\";i:3929;s:15:\"exif-editstatus\";i:3930;s:12:\"exif-urgency\";i:3931;s:22:\"exif-fixtureidentifier\";i:3932;s:17:\"exif-locationdest\";i:3933;s:21:\"exif-locationdestcode\";i:3934;s:16:\"exif-objectcycle\";i:3935;s:12:\"exif-contact\";i:3936;s:11:\"exif-writer\";i:3937;s:17:\"exif-languagecode\";i:3938;s:15:\"exif-iimversion\";i:3939;s:16:\"exif-iimcategory\";i:3940;s:28:\"exif-iimsupplementalcategory\";i:3941;s:20:\"exif-datetimeexpires\";i:3942;s:21:\"exif-datetimereleased\";i:3943;s:28:\"exif-originaltransmissionref\";i:3944;s:15:\"exif-identifier\";i:3945;s:9:\"exif-lens\";i:3946;s:17:\"exif-serialnumber\";i:3947;s:20:\"exif-cameraownername\";i:3948;s:10:\"exif-label\";i:3949;s:21:\"exif-datetimemetadata\";i:3950;s:13:\"exif-nickname\";i:3951;s:11:\"exif-rating\";i:3952;s:22:\"exif-rightscertificate\";i:3953;s:16:\"exif-copyrighted\";i:3954;s:19:\"exif-copyrightowner\";i:3955;s:15:\"exif-usageterms\";i:3956;s:17:\"exif-webstatement\";i:3957;s:23:\"exif-originaldocumentid\";i:3958;s:15:\"exif-licenseurl\";i:3959;s:23:\"exif-morepermissionsurl\";i:3960;s:19:\"exif-attributionurl\";i:3961;s:29:\"exif-preferredattributionname\";i:3962;s:19:\"exif-pngfilecomment\";i:3963;s:15:\"exif-disclaimer\";i:3964;s:19:\"exif-contentwarning\";i:3965;s:19:\"exif-giffilecomment\";i:3966;s:22:\"exif-intellectualgenre\";i:3967;s:20:\"exif-subjectnewscode\";i:3968;s:14:\"exif-scenecode\";i:3969;s:10:\"exif-event\";i:3970;s:24:\"exif-organisationinimage\";i:3971;s:18:\"exif-personinimage\";i:3972;s:24:\"exif-originalimageheight\";i:3973;s:23:\"exif-originalimagewidth\";i:3974;s:18:\"exif-compression-1\";i:3975;s:18:\"exif-compression-2\";i:3976;s:18:\"exif-compression-3\";i:3977;s:18:\"exif-compression-4\";i:3978;s:21:\"exif-copyrighted-true\";i:3979;s:22:\"exif-copyrighted-false\";i:3980;s:32:\"exif-photometricinterpretation-0\";i:3981;s:32:\"exif-photometricinterpretation-1\";i:3982;s:16:\"exif-unknowndate\";i:3983;s:18:\"exif-orientation-1\";i:3984;s:18:\"exif-orientation-2\";i:3985;s:18:\"exif-orientation-3\";i:3986;s:18:\"exif-orientation-4\";i:3987;s:18:\"exif-orientation-5\";i:3988;s:18:\"exif-orientation-6\";i:3989;s:18:\"exif-orientation-7\";i:3990;s:18:\"exif-orientation-8\";i:3991;s:26:\"exif-planarconfiguration-1\";i:3992;s:26:\"exif-planarconfiguration-2\";i:3993;s:21:\"exif-colorspace-65535\";i:3994;s:30:\"exif-componentsconfiguration-0\";i:3995;s:22:\"exif-exposureprogram-0\";i:3996;s:22:\"exif-exposureprogram-1\";i:3997;s:22:\"exif-exposureprogram-2\";i:3998;s:22:\"exif-exposureprogram-3\";i:3999;s:22:\"exif-exposureprogram-4\";i:4000;s:22:\"exif-exposureprogram-5\";i:4001;s:22:\"exif-exposureprogram-6\";i:4002;s:22:\"exif-exposureprogram-7\";i:4003;s:22:\"exif-exposureprogram-8\";i:4004;s:26:\"exif-subjectdistance-value\";i:4005;s:19:\"exif-meteringmode-0\";i:4006;s:19:\"exif-meteringmode-1\";i:4007;s:19:\"exif-meteringmode-2\";i:4008;s:19:\"exif-meteringmode-3\";i:4009;s:19:\"exif-meteringmode-4\";i:4010;s:19:\"exif-meteringmode-5\";i:4011;s:19:\"exif-meteringmode-6\";i:4012;s:21:\"exif-meteringmode-255\";i:4013;s:18:\"exif-lightsource-0\";i:4014;s:18:\"exif-lightsource-1\";i:4015;s:18:\"exif-lightsource-2\";i:4016;s:18:\"exif-lightsource-3\";i:4017;s:18:\"exif-lightsource-4\";i:4018;s:18:\"exif-lightsource-9\";i:4019;s:19:\"exif-lightsource-10\";i:4020;s:19:\"exif-lightsource-11\";i:4021;s:19:\"exif-lightsource-12\";i:4022;s:19:\"exif-lightsource-13\";i:4023;s:19:\"exif-lightsource-14\";i:4024;s:19:\"exif-lightsource-15\";i:4025;s:19:\"exif-lightsource-17\";i:4026;s:19:\"exif-lightsource-18\";i:4027;s:19:\"exif-lightsource-19\";i:4028;s:19:\"exif-lightsource-21\";i:4029;s:19:\"exif-lightsource-24\";i:4030;s:20:\"exif-lightsource-255\";i:4031;s:18:\"exif-flash-fired-0\";i:4032;s:18:\"exif-flash-fired-1\";i:4033;s:19:\"exif-flash-return-0\";i:4034;s:19:\"exif-flash-return-2\";i:4035;s:19:\"exif-flash-return-3\";i:4036;s:17:\"exif-flash-mode-1\";i:4037;s:17:\"exif-flash-mode-2\";i:4038;s:17:\"exif-flash-mode-3\";i:4039;s:21:\"exif-flash-function-1\";i:4040;s:19:\"exif-flash-redeye-1\";i:4041;s:31:\"exif-focalplaneresolutionunit-2\";i:4042;s:20:\"exif-sensingmethod-1\";i:4043;s:20:\"exif-sensingmethod-2\";i:4044;s:20:\"exif-sensingmethod-3\";i:4045;s:20:\"exif-sensingmethod-4\";i:4046;s:20:\"exif-sensingmethod-5\";i:4047;s:20:\"exif-sensingmethod-7\";i:4048;s:20:\"exif-sensingmethod-8\";i:4049;s:17:\"exif-filesource-3\";i:4050;s:16:\"exif-scenetype-1\";i:4051;s:21:\"exif-customrendered-0\";i:4052;s:21:\"exif-customrendered-1\";i:4053;s:19:\"exif-exposuremode-0\";i:4054;s:19:\"exif-exposuremode-1\";i:4055;s:19:\"exif-exposuremode-2\";i:4056;s:19:\"exif-whitebalance-0\";i:4057;s:19:\"exif-whitebalance-1\";i:4058;s:23:\"exif-scenecapturetype-0\";i:4059;s:23:\"exif-scenecapturetype-1\";i:4060;s:23:\"exif-scenecapturetype-2\";i:4061;s:23:\"exif-scenecapturetype-3\";i:4062;s:18:\"exif-gaincontrol-0\";i:4063;s:18:\"exif-gaincontrol-1\";i:4064;s:18:\"exif-gaincontrol-2\";i:4065;s:18:\"exif-gaincontrol-3\";i:4066;s:18:\"exif-gaincontrol-4\";i:4067;s:15:\"exif-contrast-0\";i:4068;s:15:\"exif-contrast-1\";i:4069;s:15:\"exif-contrast-2\";i:4070;s:17:\"exif-saturation-0\";i:4071;s:17:\"exif-saturation-1\";i:4072;s:17:\"exif-saturation-2\";i:4073;s:16:\"exif-sharpness-0\";i:4074;s:16:\"exif-sharpness-1\";i:4075;s:16:\"exif-sharpness-2\";i:4076;s:27:\"exif-subjectdistancerange-0\";i:4077;s:27:\"exif-subjectdistancerange-1\";i:4078;s:27:\"exif-subjectdistancerange-2\";i:4079;s:27:\"exif-subjectdistancerange-3\";i:4080;s:18:\"exif-gpslatitude-n\";i:4081;s:18:\"exif-gpslatitude-s\";i:4082;s:19:\"exif-gpslongitude-e\";i:4083;s:19:\"exif-gpslongitude-w\";i:4084;s:31:\"exif-gpsaltitude-above-sealevel\";i:4085;s:31:\"exif-gpsaltitude-below-sealevel\";i:4086;s:16:\"exif-gpsstatus-a\";i:4087;s:16:\"exif-gpsstatus-v\";i:4088;s:21:\"exif-gpsmeasuremode-2\";i:4089;s:21:\"exif-gpsmeasuremode-3\";i:4090;s:15:\"exif-gpsspeed-k\";i:4091;s:15:\"exif-gpsspeed-m\";i:4092;s:15:\"exif-gpsspeed-n\";i:4093;s:22:\"exif-gpsdestdistance-k\";i:4094;s:22:\"exif-gpsdestdistance-m\";i:4095;s:22:\"exif-gpsdestdistance-n\";i:4096;s:21:\"exif-gpsdop-excellent\";i:4097;s:16:\"exif-gpsdop-good\";i:4098;s:20:\"exif-gpsdop-moderate\";i:4099;s:16:\"exif-gpsdop-fair\";i:4100;s:16:\"exif-gpsdop-poor\";i:4101;s:18:\"exif-objectcycle-a\";i:4102;s:18:\"exif-objectcycle-p\";i:4103;s:18:\"exif-objectcycle-b\";i:4104;s:19:\"exif-gpsdirection-t\";i:4105;s:19:\"exif-gpsdirection-m\";i:4106;s:23:\"exif-ycbcrpositioning-1\";i:4107;s:23:\"exif-ycbcrpositioning-2\";i:4108;s:19:\"exif-dc-contributor\";i:4109;s:16:\"exif-dc-coverage\";i:4110;s:12:\"exif-dc-date\";i:4111;s:17:\"exif-dc-publisher\";i:4112;s:16:\"exif-dc-relation\";i:4113;s:14:\"exif-dc-rights\";i:4114;s:14:\"exif-dc-source\";i:4115;s:12:\"exif-dc-type\";i:4116;s:20:\"exif-rating-rejected\";i:4117;s:29:\"exif-isospeedratings-overflow\";i:4118;s:20:\"exif-iimcategory-ace\";i:4119;s:20:\"exif-iimcategory-clj\";i:4120;s:20:\"exif-iimcategory-dis\";i:4121;s:20:\"exif-iimcategory-fin\";i:4122;s:20:\"exif-iimcategory-edu\";i:4123;s:20:\"exif-iimcategory-evn\";i:4124;s:20:\"exif-iimcategory-hth\";i:4125;s:20:\"exif-iimcategory-hum\";i:4126;s:20:\"exif-iimcategory-lab\";i:4127;s:20:\"exif-iimcategory-lif\";i:4128;s:20:\"exif-iimcategory-pol\";i:4129;s:20:\"exif-iimcategory-rel\";i:4130;s:20:\"exif-iimcategory-sci\";i:4131;s:20:\"exif-iimcategory-soi\";i:4132;s:20:\"exif-iimcategory-spo\";i:4133;s:20:\"exif-iimcategory-war\";i:4134;s:20:\"exif-iimcategory-wea\";i:4135;s:19:\"exif-urgency-normal\";i:4136;s:16:\"exif-urgency-low\";i:4137;s:17:\"exif-urgency-high\";i:4138;s:18:\"exif-urgency-other\";i:4139;s:30:\"ooui-outline-control-move-down\";i:4140;s:28:\"ooui-outline-control-move-up\";i:4141;s:27:\"ooui-outline-control-remove\";i:4142;s:17:\"ooui-toolbar-more\";i:4143;s:21:\"ooui-toolgroup-expand\";i:4144;s:23:\"ooui-toolgroup-collapse\";i:4145;s:16:\"ooui-item-remove\";i:4146;s:26:\"ooui-dialog-message-accept\";i:4147;s:26:\"ooui-dialog-message-reject\";i:4148;s:25:\"ooui-dialog-process-error\";i:4149;s:27:\"ooui-dialog-process-dismiss\";i:4150;s:25:\"ooui-dialog-process-retry\";i:4151;s:28:\"ooui-dialog-process-continue\";i:4152;s:26:\"ooui-combobox-button-label\";i:4153;s:29:\"ooui-selectfile-button-select\";i:4154;s:38:\"ooui-selectfile-button-select-multiple\";i:4155;s:29:\"ooui-selectfile-not-supported\";i:4156;s:27:\"ooui-selectfile-placeholder\";i:4157;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:4158;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:4159;s:41:\"ooui-popup-widget-close-button-aria-label\";i:4160;s:15:\"ooui-field-help\";i:4161;s:15:\"skinname-vector\";i:4162;s:33:\"prefs-vector-enable-vector-1-help\";i:4163;s:22:\"vector-opt-out-tooltip\";i:4164;s:10:\"vector.css\";i:4165;s:9:\"vector.js\";i:4166;s:33:\"vector-language-button-aria-label\";i:4167;s:36:\"vector-no-language-button-aria-label\";i:4168;s:18:\"vector-toc-heading\";i:4169;s:34:\"vector-toc-toggle-position-sidebar\";i:4170;s:32:\"vector-toc-toggle-position-title\";i:4171;s:30:\"vector-article-tools-nav-label\";i:4172;s:10:\"wikieditor\";i:4173;s:15:\"wikieditor-desc\";i:4174;s:23:\"wikieditor-wikitext-tab\";i:4175;s:18:\"wikieditor-loading\";i:4176;s:29:\"wikieditor-preview-preference\";i:4177;s:22:\"wikieditor-preview-tab\";i:4178;s:30:\"wikieditor-preview-changes-tab\";i:4179;s:26:\"wikieditor-preview-loading\";i:4180;s:29:\"wikieditor-publish-preference\";i:4181;s:33:\"wikieditor-publish-button-publish\";i:4182;s:32:\"wikieditor-publish-button-cancel\";i:4183;s:31:\"wikieditor-publish-dialog-title\";i:4184;s:31:\"wikieditor-publish-dialog-minor\";i:4185;s:31:\"wikieditor-publish-dialog-watch\";i:4186;s:33:\"wikieditor-publish-dialog-publish\";i:4187;s:32:\"wikieditor-publish-dialog-goback\";i:4188;s:18:\"wikieditor-toolbar\";i:4189;s:26:\"wikieditor-toolbar-loading\";i:4190;s:28:\"wikieditor-toolbar-tool-bold\";i:4191;s:36:\"wikieditor-toolbar-tool-bold-example\";i:4192;s:30:\"wikieditor-toolbar-tool-italic\";i:4193;s:38:\"wikieditor-toolbar-tool-italic-example\";i:4194;s:29:\"wikieditor-toolbar-tool-ilink\";i:4195;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:4196;s:29:\"wikieditor-toolbar-tool-xlink\";i:4197;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:4198;s:28:\"wikieditor-toolbar-tool-link\";i:4199;s:34:\"wikieditor-toolbar-tool-link-title\";i:4200;s:32:\"wikieditor-toolbar-tool-link-int\";i:4201;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:4202;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:4203;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:4204;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:4205;s:32:\"wikieditor-toolbar-tool-link-ext\";i:4206;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:4207;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:4208;s:35:\"wikieditor-toolbar-tool-link-insert\";i:4209;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:4210;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:4211;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:4212;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:4213;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:4214;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:4215;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:4216;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:4217;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:4218;s:34:\"wikieditor-toolbar-tool-link-empty\";i:4219;s:28:\"wikieditor-toolbar-tool-file\";i:4220;s:36:\"wikieditor-toolbar-tool-file-example\";i:4221;s:34:\"wikieditor-toolbar-tool-file-title\";i:4222;s:30:\"wikieditor-toolbar-file-target\";i:4223;s:31:\"wikieditor-toolbar-file-caption\";i:4224;s:28:\"wikieditor-toolbar-file-size\";i:4225;s:31:\"wikieditor-toolbar-file-default\";i:4226;s:30:\"wikieditor-toolbar-file-format\";i:4227;s:35:\"wikieditor-toolbar-file-format-none\";i:4228;s:35:\"wikieditor-toolbar-tool-file-insert\";i:4229;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:4230;s:33:\"wikieditor-toolbar-tool-reference\";i:4231;s:41:\"wikieditor-toolbar-tool-reference-example\";i:4232;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:4233;s:39:\"wikieditor-toolbar-tool-reference-title\";i:4234;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:4235;s:38:\"wikieditor-toolbar-tool-reference-text\";i:4236;s:33:\"wikieditor-toolbar-tool-signature\";i:4237;s:35:\"wikieditor-toolbar-section-advanced\";i:4238;s:31:\"wikieditor-toolbar-tool-heading\";i:4239;s:33:\"wikieditor-toolbar-tool-heading-1\";i:4240;s:33:\"wikieditor-toolbar-tool-heading-2\";i:4241;s:33:\"wikieditor-toolbar-tool-heading-3\";i:4242;s:33:\"wikieditor-toolbar-tool-heading-4\";i:4243;s:33:\"wikieditor-toolbar-tool-heading-5\";i:4244;s:39:\"wikieditor-toolbar-tool-heading-example\";i:4245;s:31:\"wikieditor-toolbar-group-format\";i:4246;s:29:\"wikieditor-toolbar-tool-ulist\";i:4247;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:4248;s:29:\"wikieditor-toolbar-tool-olist\";i:4249;s:37:\"wikieditor-toolbar-tool-olist-example\";i:4250;s:30:\"wikieditor-toolbar-tool-nowiki\";i:4251;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:4252;s:32:\"wikieditor-toolbar-tool-redirect\";i:4253;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:4254;s:27:\"wikieditor-toolbar-tool-big\";i:4255;s:35:\"wikieditor-toolbar-tool-big-example\";i:4256;s:29:\"wikieditor-toolbar-tool-small\";i:4257;s:37:\"wikieditor-toolbar-tool-small-example\";i:4258;s:35:\"wikieditor-toolbar-tool-superscript\";i:4259;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:4260;s:33:\"wikieditor-toolbar-tool-subscript\";i:4261;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:4262;s:31:\"wikieditor-toolbar-group-insert\";i:4263;s:31:\"wikieditor-toolbar-tool-gallery\";i:4264;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:4265;s:31:\"wikieditor-toolbar-tool-newline\";i:4266;s:29:\"wikieditor-toolbar-tool-table\";i:4267;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:4268;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:4269;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:4270;s:35:\"wikieditor-toolbar-tool-table-title\";i:4271;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:4272;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:4273;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:4274;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:4275;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:4276;s:37:\"wikieditor-toolbar-tool-table-example\";i:4277;s:37:\"wikieditor-toolbar-tool-table-preview\";i:4278;s:36:\"wikieditor-toolbar-tool-table-insert\";i:4279;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:4280;s:31:\"wikieditor-toolbar-tool-replace\";i:4281;s:37:\"wikieditor-toolbar-tool-replace-title\";i:4282;s:38:\"wikieditor-toolbar-tool-replace-search\";i:4283;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:4284;s:36:\"wikieditor-toolbar-tool-replace-case\";i:4285;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:4286;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:4287;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:4288;s:37:\"wikieditor-toolbar-tool-replace-close\";i:4289;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:4290;s:39:\"wikieditor-toolbar-tool-replace-success\";i:4291;s:37:\"wikieditor-toolbar-section-characters\";i:4292;s:31:\"wikieditor-toolbar-section-help\";i:4293;s:43:\"wikieditor-toolbar-help-heading-description\";i:4294;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:4295;s:38:\"wikieditor-toolbar-help-heading-result\";i:4296;s:35:\"wikieditor-toolbar-help-page-format\";i:4297;s:33:\"wikieditor-toolbar-help-page-link\";i:4298;s:36:\"wikieditor-toolbar-help-page-heading\";i:4299;s:33:\"wikieditor-toolbar-help-page-list\";i:4300;s:33:\"wikieditor-toolbar-help-page-file\";i:4301;s:38:\"wikieditor-toolbar-help-page-reference\";i:4302;s:39:\"wikieditor-toolbar-help-page-discussion\";i:4303;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:4304;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:4305;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:4306;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:4307;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:4308;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:4309;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:4310;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:4311;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:4312;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:4313;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:4314;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:4315;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:4316;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:4317;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:4318;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:4319;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:4320;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:4321;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:4322;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:4323;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:4324;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:4325;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:4326;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:4327;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:4328;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:4329;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:4330;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:4331;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:4332;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:4333;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:4334;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:4335;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:4336;s:48:\"wikieditor-toolbar-help-content-file-description\";i:4337;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:4338;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:4339;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:4340;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:4341;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:4342;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:4343;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:4344;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:4345;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:4346;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:4347;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:4348;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:4349;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:4350;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:4351;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:4352;s:20:\"syntaxhighlight-desc\";i:4353;s:31:\"syntaxhighlight-source-category\";i:4354;s:37:\"mobile-frontend-changeslist-nocomment\";i:4355;s:20:\"mobile-frontend-desc\";i:4356;s:34:\"mobile-frontend-diffview-404-title\";i:4357;s:34:\"mobile-frontend-diffview-anonymous\";i:4358;s:35:\"mobile-frontend-diffview-bytesadded\";i:4359;s:38:\"mobile-frontend-diffview-bytesnochange\";i:4360;s:37:\"mobile-frontend-diffview-bytesremoved\";i:4361;s:34:\"mobile-frontend-diffview-editcount\";i:4362;s:30:\"mobile-frontend-diffview-title\";i:4363;s:30:\"mobile-frontend-disable-images\";i:4364;s:33:\"mobile-frontend-donate-image-anon\";i:4365;s:38:\"mobile-frontend-donate-image-nouploads\";i:4366;s:34:\"mobile-frontend-donate-image-title\";i:4367;s:29:\"mobile-frontend-drawer-cancel\";i:4368;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:4369;s:29:\"mobile-frontend-editor-cancel\";i:4370;s:37:\"mobile-frontend-editor-cancel-confirm\";i:4371;s:40:\"mobile-frontend-editor-captcha-try-again\";i:4372;s:31:\"mobile-frontend-editor-continue\";i:4373;s:26:\"mobile-frontend-editor-cta\";i:4374;s:27:\"mobile-frontend-editor-edit\";i:4375;s:30:\"mobile-frontend-editor-editing\";i:4376;s:28:\"mobile-frontend-editor-error\";i:4377;s:37:\"mobile-frontend-editor-error-conflict\";i:4378;s:35:\"mobile-frontend-editor-keep-editing\";i:4379;s:33:\"mobile-frontend-editor-terms-link\";i:4380;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:4381;s:27:\"mobile-frontend-editor-save\";i:4382;s:36:\"mobile-frontend-editor-source-editor\";i:4383;s:41:\"mobile-frontend-editor-success-landmark-1\";i:4384;s:39:\"mobile-frontend-editor-success-new-page\";i:4385;s:42:\"mobile-frontend-editor-summary-placeholder\";i:4386;s:30:\"mobile-frontend-editor-summary\";i:4387;s:36:\"mobile-frontend-editor-switch-editor\";i:4388;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:4389;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:4390;s:41:\"mobile-frontend-editor-unavailable-header\";i:4391;s:36:\"mobile-frontend-editor-visual-editor\";i:4392;s:29:\"mobile-frontend-enable-images\";i:4393;s:34:\"mobile-frontend-errorreport-submit\";i:4394;s:32:\"mobile-frontend-fontchanger-link\";i:4395;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:4396;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:4397;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:4398;s:30:\"mobile-frontend-footer-contact\";i:4399;s:31:\"mobile-frontend-footer-sitename\";i:4400;s:32:\"mobile-frontend-generic-404-desc\";i:4401;s:33:\"mobile-frontend-generic-404-title\";i:4402;s:29:\"mobile-frontend-generic-login\";i:4403;s:36:\"mobile-frontend-generic-login-action\";i:4404;s:37:\"mobile-frontend-generic-signup-action\";i:4405;s:23:\"mobile-frontend-history\";i:4406;s:33:\"mobile-frontend-history-404-title\";i:4407;s:36:\"mobile-frontend-image-cancel-confirm\";i:4408;s:38:\"mobile-frontend-image-heading-describe\";i:4409;s:29:\"mobile-frontend-images-status\";i:4410;s:40:\"mobile-frontend-language-article-heading\";i:4411;s:31:\"mobile-frontend-language-header\";i:4412;s:32:\"mobile-frontend-language-heading\";i:4413;s:36:\"mobile-frontend-language-site-choose\";i:4414;s:35:\"mobile-frontend-languages-404-title\";i:4415;s:32:\"mobile-frontend-languages-header\";i:4416;s:37:\"mobile-frontend-languages-header-page\";i:4417;s:43:\"mobile-frontend-languages-nonexistent-title\";i:4418;s:30:\"mobile-frontend-languages-text\";i:4419;s:34:\"mobile-frontend-last-modified-date\";i:4420;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:4421;s:26:\"mobile-frontend-logged-out\";i:4422;s:21:\"mobile-frontend-login\";i:4423;s:30:\"mobile-frontend-main-menu-back\";i:4424;s:40:\"mobile-frontend-main-menu-account-create\";i:4425;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:4426;s:34:\"mobile-frontend-main-menu-featured\";i:4427;s:31:\"mobile-frontend-main-menu-login\";i:4428;s:32:\"mobile-frontend-main-menu-logout\";i:4429;s:32:\"mobile-frontend-main-menu-nearby\";i:4430;s:34:\"mobile-frontend-main-menu-settings\";i:4431;s:42:\"mobile-frontend-main-menu-settings-heading\";i:4432;s:32:\"mobile-frontend-main-menu-upload\";i:4433;s:35:\"mobile-frontend-main-menu-watchlist\";i:4434;s:29:\"mobile-frontend-media-details\";i:4435;s:34:\"mobile-frontend-media-license-link\";i:4436;s:37:\"mobile-frontend-meta-data-issues-beta\";i:4437;s:39:\"mobile-frontend-meta-data-issues-header\";i:4438;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:4439;s:29:\"mobile-frontend-missing-image\";i:4440;s:31:\"mobile-frontend-nearby-distance\";i:4441;s:38:\"mobile-frontend-nearby-distance-meters\";i:4442;s:30:\"mobile-frontend-nearby-refresh\";i:4443;s:28:\"mobile-frontend-nearby-title\";i:4444;s:34:\"mobile-frontend-nearby-sectiontext\";i:4445;s:26:\"mobile-frontend-news-items\";i:4446;s:30:\"mobile-frontend-opt-in-explain\";i:4447;s:29:\"mobile-frontend-overlay-close\";i:4448;s:32:\"mobile-frontend-overlay-continue\";i:4449;s:46:\"mobile-frontend-other-projects-overlay-heading\";i:4450;s:34:\"mobile-frontend-page-menu-contents\";i:4451;s:33:\"mobile-frontend-page-menu-history\";i:4452;s:24:\"mobile-frontend-password\";i:4453;s:36:\"mobile-frontend-password-placeholder\";i:4454;s:41:\"mobile-frontend-photo-caption-placeholder\";i:4455;s:31:\"mobile-frontend-photo-licensing\";i:4456;s:31:\"mobile-frontend-photo-ownership\";i:4457;s:39:\"mobile-frontend-photo-ownership-confirm\";i:4458;s:36:\"mobile-frontend-photo-ownership-help\";i:4459;s:28:\"mobile-frontend-photo-submit\";i:4460;s:28:\"mobile-frontend-photo-upload\";i:4461;s:33:\"mobile-frontend-photo-upload-anon\";i:4462;s:34:\"mobile-frontend-photo-upload-error\";i:4463;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:4464;s:27:\"mobile-frontend-placeholder\";i:4465;s:33:\"mobile-frontend-placeholder-alpha\";i:4466;s:33:\"mobile-frontend-privacy-link-text\";i:4467;s:29:\"mobile-frontend-profile-error\";i:4468;s:29:\"mobile-frontend-profile-title\";i:4469;s:29:\"mobile-frontend-save-settings\";i:4470;s:29:\"mobile-frontend-settings-beta\";i:4471;s:37:\"mobile-frontend-sign-in-error-heading\";i:4472;s:31:\"mobile-frontend-sign-in-heading\";i:4473;s:27:\"mobile-frontend-sign-in-why\";i:4474;s:35:\"mobile-frontend-talk-overlay-header\";i:4475;s:26:\"mobile-frontend-talk-reply\";i:4476;s:26:\"mobile-frontend-terms-text\";i:4477;s:30:\"mobile-frontend-thanked-notice\";i:4478;s:28:\"mobile-frontend-user-account\";i:4479;s:35:\"mobile-frontend-user-button-tooltip\";i:4480;s:24:\"mobile-frontend-username\";i:4481;s:36:\"mobile-frontend-username-placeholder\";i:4482;s:20:\"mobile-frontend-view\";i:4483;s:28:\"mobile-frontend-view-desktop\";i:4484;s:27:\"mobile-frontend-view-mobile\";i:4485;s:27:\"mobile-frontend-view-source\";i:4486;s:27:\"mobile-frontend-watch-login\";i:4487;s:29:\"mobile-frontend-watchlist-a-z\";i:4488;s:29:\"mobile-frontend-watchlist-add\";i:4489;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:4490;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:4491;s:30:\"mobile-frontend-watchlist-feed\";i:4492;s:36:\"mobile-frontend-watchlist-filter-all\";i:4493;s:41:\"mobile-frontend-watchlist-filter-articles\";i:4494;s:38:\"mobile-frontend-watchlist-filter-other\";i:4495;s:37:\"mobile-frontend-watchlist-filter-talk\";i:4496;s:38:\"mobile-frontend-watchlist-login-action\";i:4497;s:34:\"mobile-frontend-watchlist-modified\";i:4498;s:30:\"mobile-frontend-watchlist-more\";i:4499;s:33:\"mobile-frontend-watchlist-removed\";i:4500;s:30:\"mobile-frontend-watchlist-view\";i:4501;s:6:\"nearby\";i:4502;s:15:\"tag-mobile_edit\";i:4503;s:27:\"tag-mobile_edit-description\";i:4504;s:19:\"tag-mobile_web_edit\";i:4505;s:31:\"tag-mobile_web_edit-description\";i:4506;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:4507;s:31:\"mobile-frontend-loading-message\";i:4508;s:34:\"mobile-frontend-browse-tags-header\";i:4509;s:24:\"mobile-frontend-panel-ok\";i:4510;s:28:\"mobile-frontend-panel-cancel\";i:4511;s:20:\"googleanalytics-desc\";i:4512;s:7:\"sidebar\";i:4513;s:18:\"pagecategorieslink\";i:4514;s:25:\"categoryviewer-pagedlinks\";i:4515;s:24:\"category-header-numerals\";i:4516;s:9:\"sitetitle\";i:4517;s:12:\"sitesubtitle\";i:4518;s:10:\"addsection\";i:4519;s:14:\"talkpageheader\";i:4520;s:22:\"view-pool-dirty-output\";i:4521;s:20:\"view-pool-contention\";i:4522;s:17:\"view-pool-timeout\";i:4523;s:12:\"edithelppage\";i:4524;s:8:\"helppage\";i:4525;s:14:\"mainpage-title\";i:4526;s:23:\"mainpage-title-loggedin\";i:4527;s:23:\"pagetitle-view-mainpage\";i:4528;s:16:\"backlinksubtitle\";i:4529;s:10:\"sitenotice\";i:4530;s:10:\"anonnotice\";i:4531;s:28:\"newsectionheaderdefaultlevel\";i:4532;s:10:\"nstab-talk\";i:4533;s:23:\"createacct-helpusername\";i:4534;s:24:\"createacct-username-help\";i:4535;s:11:\"loginprompt\";i:4536;s:18:\"userlogout-summary\";i:4537;s:13:\"helplogin-url\";i:4538;s:26:\"createacct-imgcaptcha-help\";i:4539;s:24:\"createacct-benefit-icon1\";i:4540;s:24:\"createacct-benefit-head1\";i:4541;s:24:\"createacct-benefit-icon2\";i:4542;s:24:\"createacct-benefit-head2\";i:4543;s:24:\"createacct-benefit-icon3\";i:4544;s:24:\"createacct-benefit-head3\";i:4545;s:17:\"nocookiesforlogin\";i:4546;s:11:\"signupstart\";i:4547;s:9:\"signupend\";i:4548;s:15:\"signupend-https\";i:4549;s:11:\"emailsender\";i:4550;s:18:\"loginlanguagelinks\";i:4551;s:15:\"pear-mail-error\";i:4552;s:14:\"php-mail-error\";i:4553;s:22:\"changepassword-summary\";i:4554;s:26:\"passwordreset-success-info\";i:4555;s:37:\"passwordreset-emailtext-require-email\";i:4556;s:19:\"changeemail-summary\";i:4557;s:21:\"changeemail-maxlength\";i:4558;s:19:\"resettokens-summary\";i:4559;s:8:\"sig-text\";i:4560;s:23:\"autocreate-edit-warning\";i:4561;s:26:\"autocreate-preview-warning\";i:4562;s:21:\"blockedtext-composite\";i:4563;s:25:\"blockedtext-composite-ids\";i:4564;s:28:\"blockedtext-composite-no-ids\";i:4565;s:28:\"blockedtext-composite-reason\";i:4566;s:18:\"newarticletextanon\";i:4567;s:12:\"talkpagetext\";i:4568;s:17:\"noarticletextanon\";i:4569;s:27:\"missing-revision-permission\";i:4570;s:24:\"missing-revision-content\";i:4571;s:17:\"editnotice-notext\";i:4572;s:23:\"editpage-head-copy-warn\";i:4573;s:20:\"editpage-tos-summary\";i:4574;s:13:\"longpage-hint\";i:4575;s:16:\"edittools-upload\";i:4576;s:26:\"modeleditnotsupported-text\";i:4577;s:27:\"postedit-temp-created-label\";i:4578;s:21:\"postedit-temp-created\";i:4579;s:18:\"addsection-preload\";i:4580;s:20:\"addsection-editintro\";i:4581;s:17:\"invalid-json-data\";i:4582;s:20:\"confirmleave-warning\";i:4583;s:25:\"unsupported-content-model\";i:4584;s:24:\"unsupported-content-diff\";i:4585;s:25:\"unsupported-content-diff2\";i:4586;s:24:\"template-equals-category\";i:4587;s:29:\"template-equals-category-desc\";i:4588;s:23:\"template-equals-warning\";i:4589;s:27:\"unstrip-depth-category-desc\";i:4590;s:26:\"unstrip-size-category-desc\";i:4591;s:17:\"undo-summary-anon\";i:4592;s:19:\"undo-summary-import\";i:4593;s:20:\"undo-summary-import2\";i:4594;s:26:\"createaccount-hook-aborted\";i:4595;s:21:\"revision-info-current\";i:4596;s:12:\"revision-nav\";i:4597;s:17:\"history_copyright\";i:4598;s:19:\"rev-suppressed-text\";i:4599;s:34:\"revdelete-reason-dropdown-suppress\";i:4600;s:34:\"revdelete-edit-reasonlist-suppress\";i:4601;s:41:\"mergehistory-warning-redirect-not-created\";i:4602;s:34:\"mergehistory-source-deleted-reason\";i:4603;s:27:\"mergehistory-source-deleted\";i:4604;s:24:\"mergehistory-revisionrow\";i:4605;s:26:\"mergehistory-redirect-text\";i:4606;s:18:\"pagemerge-logentry\";i:4607;s:14:\"search-summary\";i:4608;s:23:\"searchmenu-new-nocreate\";i:4609;s:31:\"search-interwiki-resultset-link\";i:4610;s:23:\"search-interwiki-custom\";i:4611;s:25:\"search-invalid-sort-order\";i:4612;s:22:\"search-unknown-profile\";i:4613;s:12:\"googlesearch\";i:4614;s:15:\"opensearch-desc\";i:4615;s:19:\"preferences-summary\";i:4616;s:36:\"prefs-user-downloaddata-help-message\";i:4617;s:19:\"prefs-reset-confirm\";i:4618;s:25:\"prefs-memberingroups-type\";i:4619;s:28:\"prefs-registration-date-time\";i:4620;s:10:\"badsightml\";i:4621;s:11:\"badsiglinks\";i:4622;s:11:\"badsigsubst\";i:4623;s:15:\"badsiglinebreak\";i:4624;s:29:\"linterror-bogus-image-options\";i:4625;s:29:\"linterror-deletable-table-tag\";i:4626;s:26:\"linterror-html5-misnesting\";i:4627;s:38:\"linterror-misc-tidy-replacement-issues\";i:4628;s:23:\"linterror-misnested-tag\";i:4629;s:25:\"linterror-missing-end-tag\";i:4630;s:28:\"linterror-multi-colon-escape\";i:4631;s:38:\"linterror-multiline-html-table-in-list\";i:4632;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:4633;s:22:\"linterror-obsolete-tag\";i:4634;s:30:\"linterror-pwrap-bug-workaround\";i:4635;s:25:\"linterror-self-closed-tag\";i:4636;s:22:\"linterror-stripped-tag\";i:4637;s:23:\"linterror-tidy-font-bug\";i:4638;s:29:\"linterror-tidy-whitespace-bug\";i:4639;s:36:\"linterror-unclosed-quotes-in-heading\";i:4640;s:31:\"prefs-signature-invalid-warning\";i:4641;s:27:\"prefs-signature-invalid-new\";i:4642;s:32:\"prefs-signature-invalid-disallow\";i:4643;s:31:\"prefs-signature-highlight-error\";i:4644;s:18:\"userrights-summary\";i:4645;s:28:\"userrights-groupsmember-type\";i:4646;s:21:\"userrights-systemuser\";i:4647;s:30:\"userrights-irreversible-marker\";i:4648;s:35:\"userrights-no-shorten-expiry-marker\";i:4649;s:11:\"group-named\";i:4650;s:15:\"grouppage-named\";i:4651;s:21:\"right-delete-redirect\";i:4652;s:26:\"right-editmyuserjsredirect\";i:4653;s:12:\"grant-import\";i:4654;s:22:\"action-delete-redirect\";i:4655;s:20:\"action-apihighlimits\";i:4656;s:20:\"action-autoconfirmed\";i:4657;s:16:\"action-bigdelete\";i:4658;s:20:\"action-editprotected\";i:4659;s:24:\"action-editsemiprotected\";i:4660;s:18:\"action-editusercss\";i:4661;s:19:\"action-edituserjson\";i:4662;s:17:\"action-edituserjs\";i:4663;s:18:\"action-editsitecss\";i:4664;s:19:\"action-editsitejson\";i:4665;s:17:\"action-editsitejs\";i:4666;s:27:\"action-editmyuserjsredirect\";i:4667;s:21:\"action-viewsuppressed\";i:4668;s:15:\"action-hideuser\";i:4669;s:21:\"action-ipblock-exempt\";i:4670;s:18:\"action-unblockself\";i:4671;s:18:\"action-noratelimit\";i:4672;s:19:\"action-reupload-own\";i:4673;s:21:\"action-nominornewtalk\";i:4674;s:19:\"action-markbotedits\";i:4675;s:18:\"action-patrolmarks\";i:4676;s:28:\"action-override-export-depth\";i:4677;s:23:\"action-suppressredirect\";i:4678;s:6:\"ntimes\";i:4679;s:17:\"recentchanges-url\";i:4680;s:17:\"recentchangestext\";i:4681;s:26:\"recentchanges-legend-minor\";i:4682;s:24:\"recentchanges-legend-bot\";i:4683;s:32:\"recentchanges-legend-unpatrolled\";i:4684;s:30:\"recentchanges-legend-plusminus\";i:4685;s:36:\"recentchanges-legend-watchlistexpiry\";i:4686;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:4687;s:35:\"rcfilters-search-placeholder-mobile\";i:4688;s:30:\"rcfilters-tag-prefix-namespace\";i:4689;s:25:\"rcfilters-tag-prefix-tags\";i:4690;s:17:\"unpatrolledletter\";i:4691;s:43:\"number-of-watching-users-for-recent-changes\";i:4692;s:14:\"rc-change-size\";i:4693;s:14:\"upload-summary\";i:4694;s:12:\"uploadfooter\";i:4695;s:26:\"upload-default-description\";i:4696;s:13:\"uploadedimage\";i:4697;s:14:\"overwroteimage\";i:4698;s:18:\"backend-fail-sizes\";i:4699;s:17:\"backend-fail-stat\";i:4700;s:17:\"backend-fail-hash\";i:4701;s:25:\"lockmanager-fail-conflict\";i:4702;s:8:\"licenses\";i:4703;s:24:\"shareddescriptionfollows\";i:4704;s:12:\"filepage.css\";i:4705;s:35:\"filedelete-reason-dropdown-suppress\";i:4706;s:35:\"filedelete-edit-reasonlist-suppress\";i:4707;s:22:\"unwatchedpages-summary\";i:4708;s:21:\"listredirects-summary\";i:4709;s:23:\"unusedtemplates-summary\";i:4710;s:14:\"randompage-url\";i:4711;s:18:\"statistics-summary\";i:4712;s:24:\"statistics-articles-desc\";i:4713;s:21:\"statistics-files-desc\";i:4714;s:17:\"statistics-footer\";i:4715;s:21:\"pageswithprop-summary\";i:4716;s:23:\"doubleredirects-summary\";i:4717;s:23:\"brokenredirects-summary\";i:4718;s:29:\"brokenredirects-delete-reason\";i:4719;s:23:\"fewestrevisions-summary\";i:4720;s:19:\"lonelypages-summary\";i:4721;s:26:\"uncategorizedpages-summary\";i:4722;s:31:\"uncategorizedcategories-summary\";i:4723;s:27:\"uncategorizedimages-summary\";i:4724;s:30:\"uncategorizedtemplates-summary\";i:4725;s:24:\"unusedcategories-summary\";i:4726;s:20:\"unusedimages-summary\";i:4727;s:24:\"wantedcategories-summary\";i:4728;s:19:\"wantedfiles-summary\";i:4729;s:23:\"wantedtemplates-summary\";i:4730;s:18:\"mostlinked-summary\";i:4731;s:28:\"mostlinkedcategories-summary\";i:4732;s:27:\"mostlinkedtemplates-summary\";i:4733;s:22:\"mostcategories-summary\";i:4734;s:18:\"mostimages-summary\";i:4735;s:22:\"mostinterwikis-summary\";i:4736;s:21:\"mostrevisions-summary\";i:4737;s:19:\"prefixindex-summary\";i:4738;s:18:\"shortpages-summary\";i:4739;s:17:\"longpages-summary\";i:4740;s:20:\"deadendpages-summary\";i:4741;s:29:\"protectedpages-unknown-reason\";i:4742;s:17:\"listusers-summary\";i:4743;s:16:\"newpages-summary\";i:4744;s:20:\"ancientpages-summary\";i:4745;s:15:\"apihelp-summary\";i:4746;s:12:\"apihelp-link\";i:4747;s:18:\"apisandbox-summary\";i:4748;s:36:\"apisandbox-request-format-json-label\";i:4749;s:35:\"apisandbox-request-format-php-label\";i:4750;s:28:\"apisandbox-request-php-label\";i:4751;s:19:\"booksources-summary\";i:4752;s:6:\"rfcurl\";i:4753;s:9:\"pubmedurl\";i:4754;s:26:\"logeventslist-newusers-log\";i:4755;s:16:\"allpages-summary\";i:4756;s:18:\"categories-summary\";i:4757;s:28:\"deletedcontributions-summary\";i:4758;s:18:\"linksearch-summary\";i:4759;s:19:\"activeusers-summary\";i:4760;s:29:\"listgrouprights-right-display\";i:4761;s:29:\"listgrouprights-right-revoked\";i:4762;s:24:\"listgrants-grant-display\";i:4763;s:20:\"nonnumeric-formatnum\";i:4764;s:25:\"nonnumeric-formatnum-desc\";i:4765;s:17:\"emailuser-summary\";i:4766;s:20:\"usermessage-template\";i:4767;s:17:\"watchlist-summary\";i:4768;s:21:\"watchlistnotwatchable\";i:4769;s:15:\"updatewatchlist\";i:4770;s:30:\"addedwatchexpiry-options-label\";i:4771;s:21:\"addedwatchexpiryhours\";i:4772;s:26:\"addedwatchexpiryhours-talk\";i:4773;s:20:\"addedwatchexpirytext\";i:4774;s:25:\"addedwatchexpirytext-talk\";i:4775;s:26:\"watchlist-expiry-days-left\";i:4776;s:33:\"watchlist-expiring-days-full-text\";i:4777;s:27:\"watchlist-expiry-hours-left\";i:4778;s:34:\"watchlist-expiring-hours-full-text\";i:4779;s:17:\"watchlist-unwatch\";i:4780;s:22:\"watchlist-unwatch-undo\";i:4781;s:21:\"deletepage-deletetalk\";i:4782;s:26:\"delete-talk-summary-prefix\";i:4783;s:25:\"deleted-page-and-talkpage\";i:4784;s:30:\"deletereason-dropdown-suppress\";i:4785;s:31:\"delete-edit-reasonlist-suppress\";i:4786;s:23:\"delete-toomanyrevisions\";i:4787;s:35:\"delete-error-associated-alreadytalk\";i:4788;s:36:\"delete-error-associated-doesnotexist\";i:4789;s:34:\"deleting-talkpage-subpages-warning\";i:4790;s:15:\"revertpage-anon\";i:4791;s:32:\"changecontentmodel-current-label\";i:4792;s:16:\"protectedarticle\";i:4793;s:25:\"modifiedarticleprotection\";i:4794;s:18:\"unprotectedarticle\";i:4795;s:22:\"movedarticleprotection\";i:4796;s:20:\"protect-summary-desc\";i:4797;s:17:\"restriction-blank\";i:4798;s:16:\"undelete-summary\";i:4799;s:21:\"undelete-undeletetalk\";i:4800;s:28:\"undelete-talk-summary-prefix\";i:4801;s:37:\"undelete-error-associated-alreadytalk\";i:4802;s:36:\"undelete-error-associated-notdeleted\";i:4803;s:22:\"undelete-revision-row2\";i:4804;s:21:\"contributions-summary\";i:4805;s:22:\"contributions-subtitle\";i:4806;s:32:\"negative-namespace-not-supported\";i:4807;s:39:\"sp-contributions-blocked-notice-partial\";i:4808;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:4809;s:24:\"sp-contributions-explain\";i:4810;s:23:\"sp-contributions-footer\";i:4811;s:28:\"sp-contributions-footer-anon\";i:4812;s:34:\"sp-contributions-footer-anon-range\";i:4813;s:33:\"sp-contributions-concurrency-user\";i:4814;s:31:\"sp-contributions-concurrency-ip\";i:4815;s:19:\"whatlinkshere-count\";i:4816;s:21:\"whatlinkshere-summary\";i:4817;s:26:\"whatlinkshere-sectionredir\";i:4818;s:15:\"unblock-summary\";i:4819;s:13:\"changeblockip\";i:4820;s:17:\"ipb-sitewide-help\";i:4821;s:16:\"ipb-partial-help\";i:4822;s:17:\"ipb-action-create\";i:4823;s:15:\"ipb-action-move\";i:4824;s:15:\"ipb-empty-block\";i:4825;s:19:\"ipb-block-not-found\";i:4826;s:13:\"block-details\";i:4827;s:24:\"block-target-placeholder\";i:4828;s:20:\"blocklist-autoblocks\";i:4829;s:21:\"blocklist-indefblocks\";i:4830;s:14:\"blocklist-type\";i:4831;s:27:\"blocklist-type-opt-sitewide\";i:4832;s:26:\"blocklist-type-opt-partial\";i:4833;s:17:\"blocklist-summary\";i:4834;s:24:\"blocklist-editing-action\";i:4835;s:14:\"empty-username\";i:4836;s:13:\"blocklogentry\";i:4837;s:16:\"reblock-logentry\";i:4838;s:15:\"unblocklogentry\";i:4839;s:26:\"ipb-prevent-user-talk-edit\";i:4840;s:5:\"sorbs\";i:4841;s:27:\"cant-block-nonexistent-page\";i:4842;s:18:\"ipb-default-expiry\";i:4843;s:21:\"ipb-default-expiry-ip\";i:4844;s:16:\"movepage-summary\";i:4845;s:30:\"movepagetext-noredirectsupport\";i:4846;s:14:\"redirectexists\";i:4847;s:28:\"movepage-source-doesnt-exist\";i:4848;s:25:\"movesubpagetext-truncated\";i:4849;s:29:\"movesubpagetalktext-truncated\";i:4850;s:18:\"move-redirect-text\";i:4851;s:31:\"category-move-redirect-override\";i:4852;s:29:\"delete_redirect_and_move_text\";i:4853;s:28:\"immobile-source-namespace-iw\";i:4854;s:29:\"movepage-invalid-target-title\";i:4855;s:14:\"export-summary\";i:4856;s:14:\"import-summary\";i:4857;s:22:\"import-logentry-upload\";i:4858;s:25:\"import-logentry-interwiki\";i:4859;s:21:\"accesskey-pt-userpage\";i:4860;s:25:\"accesskey-pt-anonuserpage\";i:4861;s:19:\"accesskey-pt-mytalk\";i:4862;s:21:\"accesskey-pt-anontalk\";i:4863;s:24:\"accesskey-pt-preferences\";i:4864;s:22:\"accesskey-pt-watchlist\";i:4865;s:22:\"accesskey-pt-mycontris\";i:4866;s:25:\"accesskey-pt-anoncontribs\";i:4867;s:18:\"accesskey-pt-login\";i:4868;s:26:\"accesskey-pt-login-private\";i:4869;s:19:\"accesskey-pt-logout\";i:4870;s:26:\"accesskey-pt-createaccount\";i:4871;s:17:\"accesskey-ca-view\";i:4872;s:17:\"accesskey-ca-talk\";i:4873;s:17:\"accesskey-ca-edit\";i:4874;s:23:\"accesskey-ca-addsection\";i:4875;s:23:\"accesskey-ca-viewsource\";i:4876;s:20:\"accesskey-ca-history\";i:4877;s:20:\"accesskey-ca-protect\";i:4878;s:22:\"accesskey-ca-unprotect\";i:4879;s:19:\"accesskey-ca-delete\";i:4880;s:21:\"accesskey-ca-undelete\";i:4881;s:17:\"accesskey-ca-move\";i:4882;s:18:\"accesskey-ca-watch\";i:4883;s:20:\"accesskey-ca-unwatch\";i:4884;s:16:\"accesskey-search\";i:4885;s:19:\"accesskey-search-go\";i:4886;s:25:\"accesskey-search-fulltext\";i:4887;s:16:\"accesskey-p-logo\";i:4888;s:26:\"accesskey-n-help-mediawiki\";i:4889;s:20:\"accesskey-n-mainpage\";i:4890;s:32:\"accesskey-n-mainpage-description\";i:4891;s:18:\"accesskey-n-portal\";i:4892;s:25:\"accesskey-n-currentevents\";i:4893;s:25:\"accesskey-n-recentchanges\";i:4894;s:22:\"accesskey-n-randompage\";i:4895;s:16:\"accesskey-n-help\";i:4896;s:25:\"accesskey-t-whatlinkshere\";i:4897;s:31:\"accesskey-t-recentchangeslinked\";i:4898;s:18:\"accesskey-feed-rss\";i:4899;s:19:\"accesskey-feed-atom\";i:4900;s:25:\"accesskey-t-contributions\";i:4901;s:21:\"accesskey-t-emailuser\";i:4902;s:16:\"accesskey-t-info\";i:4903;s:21:\"accesskey-t-permalink\";i:4904;s:17:\"accesskey-t-print\";i:4905;s:18:\"accesskey-t-upload\";i:4906;s:24:\"accesskey-t-specialpages\";i:4907;s:23:\"accesskey-ca-nstab-main\";i:4908;s:23:\"accesskey-ca-nstab-user\";i:4909;s:24:\"accesskey-ca-nstab-media\";i:4910;s:26:\"accesskey-ca-nstab-special\";i:4911;s:26:\"accesskey-ca-nstab-project\";i:4912;s:24:\"accesskey-ca-nstab-image\";i:4913;s:28:\"accesskey-ca-nstab-mediawiki\";i:4914;s:27:\"accesskey-ca-nstab-template\";i:4915;s:23:\"accesskey-ca-nstab-help\";i:4916;s:27:\"accesskey-ca-nstab-category\";i:4917;s:19:\"accesskey-minoredit\";i:4918;s:14:\"accesskey-save\";i:4919;s:17:\"accesskey-publish\";i:4920;s:17:\"accesskey-preview\";i:4921;s:14:\"accesskey-diff\";i:4922;s:33:\"accesskey-compareselectedversions\";i:4923;s:15:\"accesskey-watch\";i:4924;s:26:\"accesskey-watchlist-expiry\";i:4925;s:16:\"accesskey-upload\";i:4926;s:26:\"accesskey-preferences-save\";i:4927;s:17:\"accesskey-summary\";i:4928;s:24:\"accesskey-userrights-set\";i:4929;s:23:\"accesskey-blockip-block\";i:4930;s:16:\"accesskey-export\";i:4931;s:16:\"accesskey-import\";i:4932;s:37:\"accesskey-watchlistedit-normal-submit\";i:4933;s:34:\"accesskey-watchlistedit-raw-submit\";i:4934;s:22:\"tooltip-pt-tmpuserpage\";i:4935;s:15:\"tooltip-ca-view\";i:4936;s:27:\"tooltip-ca-unwatch-expiring\";i:4937;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:4938;s:18:\"tooltip-p-cactions\";i:4939;s:14:\"tooltip-p-lang\";i:4940;s:20:\"tooltip-p-navigation\";i:4941;s:18:\"tooltip-p-personal\";i:4942;s:20:\"tooltip-p-namespaces\";i:4943;s:12:\"tooltip-p-tb\";i:4944;s:18:\"tooltip-p-variants\";i:4945;s:15:\"tooltip-p-views\";i:4946;s:36:\"tooltip-p-user-interface-preferences\";i:4947;s:19:\"tooltip-p-user-page\";i:4948;s:24:\"tooltip-n-help-mediawiki\";i:4949;s:24:\"tooltip-watchlist-expiry\";i:4950;s:24:\"interlanguage-link-title\";i:4951;s:33:\"interlanguage-link-title-langonly\";i:4952;s:32:\"interlanguage-link-title-nonlang\";i:4953;s:36:\"interlanguage-link-title-nonlangonly\";i:4954;s:15:\"pageinfo-header\";i:4955;s:24:\"pageinfo-redirects-value\";i:4956;s:15:\"pageinfo-footer\";i:4957;s:19:\"markaspatrolledlink\";i:4958;s:11:\"widthheight\";i:4959;s:13:\"newimagestext\";i:4960;s:10:\"video-dims\";i:4961;s:14:\"seconds-abbrev\";i:4962;s:14:\"minutes-abbrev\";i:4963;s:12:\"hours-abbrev\";i:4964;s:11:\"days-abbrev\";i:4965;s:8:\"today-at\";i:4966;s:19:\"variantname-zh-hans\";i:4967;s:19:\"variantname-zh-hant\";i:4968;s:17:\"variantname-zh-cn\";i:4969;s:17:\"variantname-zh-tw\";i:4970;s:17:\"variantname-zh-hk\";i:4971;s:17:\"variantname-zh-mo\";i:4972;s:17:\"variantname-zh-sg\";i:4973;s:17:\"variantname-zh-my\";i:4974;s:14:\"variantname-zh\";i:4975;s:20:\"variantname-gan-hans\";i:4976;s:20:\"variantname-gan-hant\";i:4977;s:15:\"variantname-gan\";i:4978;s:19:\"variantname-sr-cyrl\";i:4979;s:17:\"variantname-sr-ec\";i:4980;s:17:\"variantname-sr-el\";i:4981;s:19:\"variantname-sr-latn\";i:4982;s:14:\"variantname-sr\";i:4983;s:17:\"variantname-kk-kz\";i:4984;s:17:\"variantname-kk-tr\";i:4985;s:17:\"variantname-kk-cn\";i:4986;s:19:\"variantname-kk-cyrl\";i:4987;s:19:\"variantname-kk-latn\";i:4988;s:19:\"variantname-kk-arab\";i:4989;s:14:\"variantname-kk\";i:4990;s:19:\"variantname-ku-arab\";i:4991;s:19:\"variantname-ku-latn\";i:4992;s:14:\"variantname-ku\";i:4993;s:19:\"variantname-tg-cyrl\";i:4994;s:19:\"variantname-tg-latn\";i:4995;s:14:\"variantname-tg\";i:4996;s:20:\"variantname-tly-cyrl\";i:4997;s:15:\"variantname-tly\";i:4998;s:20:\"variantname-ike-cans\";i:4999;s:20:\"variantname-ike-latn\";i:5000;s:14:\"variantname-iu\";i:5001;s:20:\"variantname-shi-tfng\";i:5002;s:20:\"variantname-shi-latn\";i:5003;s:15:\"variantname-shi\";i:5004;s:14:\"variantname-uz\";i:5005;s:19:\"variantname-uz-latn\";i:5006;s:19:\"variantname-uz-cyrl\";i:5007;s:15:\"variantname-crh\";i:5008;s:20:\"variantname-crh-latn\";i:5009;s:20:\"variantname-crh-cyrl\";i:5010;s:17:\"metadata-langitem\";i:5011;s:25:\"metadata-langitem-default\";i:5012;s:19:\"confirm-watch-label\";i:5013;s:24:\"watchlist-expiry-options\";i:5014;s:31:\"watchlist-expires-in-aria-label\";i:5015;s:23:\"confirm-rollback-bottom\";i:5016;s:15:\"comma-separator\";i:5017;s:15:\"colon-separator\";i:5018;s:18:\"autocomment-prefix\";i:5019;s:14:\"pipe-separator\";i:5020;s:14:\"word-separator\";i:5021;s:8:\"ellipsis\";i:5022;s:7:\"percent\";i:5023;s:11:\"parentheses\";i:5024;s:17:\"parentheses-start\";i:5025;s:15:\"parentheses-end\";i:5026;s:8:\"brackets\";i:5027;s:14:\"brackets-start\";i:5028;s:12:\"brackets-end\";i:5029;s:12:\"img-lang-opt\";i:5030;s:29:\"block-autoblock-exemptionlist\";i:5031;s:14:\"size-terabytes\";i:5032;s:14:\"size-petabytes\";i:5033;s:13:\"size-exabytes\";i:5034;s:15:\"size-zettabytes\";i:5035;s:15:\"size-yottabytes\";i:5036;s:15:\"size-ronnabytes\";i:5037;s:16:\"size-quettabytes\";i:5038;s:10:\"size-pixel\";i:5039;s:14:\"size-kilopixel\";i:5040;s:14:\"size-megapixel\";i:5041;s:14:\"size-gigapixel\";i:5042;s:14:\"size-terapixel\";i:5043;s:14:\"size-petapixel\";i:5044;s:13:\"size-exapixel\";i:5045;s:15:\"size-zettapixel\";i:5046;s:15:\"size-yottapixel\";i:5047;s:15:\"size-ronnapixel\";i:5048;s:16:\"size-quettapixel\";i:5049;s:12:\"bitrate-bits\";i:5050;s:16:\"bitrate-kilobits\";i:5051;s:16:\"bitrate-megabits\";i:5052;s:16:\"bitrate-gigabits\";i:5053;s:16:\"bitrate-terabits\";i:5054;s:16:\"bitrate-petabits\";i:5055;s:15:\"bitrate-exabits\";i:5056;s:17:\"bitrate-zettabits\";i:5057;s:17:\"bitrate-yottabits\";i:5058;s:17:\"bitrate-ronnabits\";i:5059;s:18:\"bitrate-quettabits\";i:5060;s:21:\"editwatchlist-summary\";i:5061;s:17:\"hijri-calendar-m3\";i:5062;s:17:\"hijri-calendar-m4\";i:5063;s:17:\"hijri-calendar-m5\";i:5064;s:17:\"hijri-calendar-m6\";i:5065;s:17:\"hijri-calendar-m7\";i:5066;s:17:\"hijri-calendar-m8\";i:5067;s:17:\"hijri-calendar-m9\";i:5068;s:18:\"hijri-calendar-m10\";i:5069;s:18:\"hijri-calendar-m11\";i:5070;s:18:\"hijri-calendar-m12\";i:5071;s:14:\"signature-anon\";i:5072;s:14:\"signature-temp\";i:5073;s:12:\"timezone-utc\";i:5074;s:25:\"invalid-langconvert-attrs\";i:5075;s:15:\"version-summary\";i:5076;s:11:\"version-api\";i:5077;s:15:\"version-version\";i:5078;s:25:\"version-poweredby-various\";i:5079;s:20:\"version-db-mysql-url\";i:5080;s:22:\"version-db-mariadb-url\";i:5081;s:22:\"version-db-percona-url\";i:5082;s:23:\"version-db-postgres-url\";i:5083;s:21:\"version-db-sqlite-url\";i:5084;s:31:\"version-entrypoints-articlepath\";i:5085;s:30:\"version-entrypoints-scriptpath\";i:5086;s:29:\"version-entrypoints-index-php\";i:5087;s:27:\"version-entrypoints-api-php\";i:5088;s:28:\"version-entrypoints-rest-php\";i:5089;s:13:\"redirect-text\";i:5090;s:20:\"specialpages-summary\";i:5091;s:24:\"specialpages-note-cached\";i:5092;s:12:\"tags-summary\";i:5093;s:10:\"tag-hidden\";i:5094;s:20:\"tag-mw-manual-revert\";i:5095;s:32:\"tag-mw-manual-revert-description\";i:5096;s:15:\"tag-mw-reverted\";i:5097;s:27:\"tag-mw-reverted-description\";i:5098;s:25:\"tag-mw-server-side-upload\";i:5099;s:37:\"tag-mw-server-side-upload-description\";i:5100;s:11:\"tags-hidden\";i:5101;s:30:\"tags-edit-revision-explanation\";i:5102;s:30:\"tags-edit-logentry-explanation\";i:5103;s:20:\"comparepages-summary\";i:5104;s:17:\"diff-form-summary\";i:5105;s:21:\"diff-form-other-revid\";i:5106;s:21:\"diff-form-error-revid\";i:5107;s:21:\"permanentlink-summary\";i:5108;s:10:\"newsection\";i:5109;s:15:\"newsection-page\";i:5110;s:17:\"newsection-submit\";i:5111;s:18:\"newsection-summary\";i:5112;s:8:\"editpage\";i:5113;s:20:\"specialeditpage-page\";i:5114;s:22:\"specialeditpage-submit\";i:5115;s:16:\"editpage-summary\";i:5116;s:22:\"specialdeletepage-page\";i:5117;s:24:\"specialdeletepage-submit\";i:5118;s:18:\"deletepage-summary\";i:5119;s:8:\"pageinfo\";i:5120;s:20:\"specialpageinfo-page\";i:5121;s:22:\"specialpageinfo-submit\";i:5122;s:16:\"pageinfo-summary\";i:5123;s:11:\"pagehistory\";i:5124;s:23:\"specialpagehistory-page\";i:5125;s:25:\"specialpagehistory-submit\";i:5126;s:19:\"pagehistory-summary\";i:5127;s:11:\"protectpage\";i:5128;s:23:\"specialprotectpage-page\";i:5129;s:25:\"specialprotectpage-submit\";i:5130;s:19:\"protectpage-summary\";i:5131;s:17:\"specialpurge-page\";i:5132;s:19:\"specialpurge-submit\";i:5133;s:13:\"purge-summary\";i:5134;s:28:\"htmlform-multiselect-toomany\";i:5135;s:24:\"htmlform-title-interwiki\";i:5136;s:24:\"htmlform-tag-not-allowed\";i:5137;s:10:\"rawmessage\";i:5138;s:29:\"logentry-delete-delete_redir2\";i:5139;s:34:\"logentry-partialblock-block-action\";i:5140;s:14:\"deletedarticle\";i:5141;s:16:\"undeletedarticle\";i:5142;s:15:\"patrol-log-line\";i:5143;s:15:\"patrol-log-auto\";i:5144;s:15:\"patrol-log-diff\";i:5145;s:9:\"1movedto2\";i:5146;s:15:\"1movedto2_redir\";i:5147;s:23:\"newuserlog-create-entry\";i:5148;s:24:\"newuserlog-create2-entry\";i:5149;s:27:\"newuserlog-autocreate-entry\";i:5150;s:14:\"rightslogentry\";i:5151;s:26:\"rightslogentry-autopromote\";i:5152;s:27:\"search-match-redirect-label\";i:5153;s:26:\"search-match-redirect-help\";i:5154;s:30:\"api-clientside-error-noconnect\";i:5155;s:25:\"api-clientside-error-http\";i:5156;s:28:\"api-clientside-error-aborted\";i:5157;s:36:\"api-clientside-error-invalidresponse\";i:5158;s:32:\"limitreport-ppvisitednodes-value\";i:5159;s:32:\"limitreport-expansiondepth-value\";i:5160;s:40:\"limitreport-expensivefunctioncount-value\";i:5161;s:31:\"limitreport-unstrip-depth-value\";i:5162;s:22:\"mediastatistics-nfiles\";i:5163;s:25:\"mediastatistics-header-3d\";i:5164;s:32:\"json-error-invalid-property-name\";i:5165;s:16:\"json-error-utf16\";i:5166;s:30:\"special-characters-group-runes\";i:5167;s:30:\"mw-widgets-copytextlayout-copy\";i:5168;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:5169;s:38:\"mw-widgets-copytextlayout-copy-success\";i:5170;s:38:\"mw-widgets-dateinput-placeholder-month\";i:5171;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:5172;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:5173;s:27:\"mw-widgets-table-row-delete\";i:5174;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:5175;s:38:\"log-action-filter-delete-delete_redir2\";i:5176;s:35:\"authmanager-account-password-domain\";i:5177;s:31:\"authprovider-confirmlink-option\";i:5178;s:37:\"authprovider-confirmlink-request-help\";i:5179;s:36:\"authprovider-confirmlink-failed-line\";i:5180;s:30:\"cannotunlink-no-provider-title\";i:5181;s:24:\"cannotunlink-no-provider\";i:5182;s:15:\"userjsdangerous\";i:5183;s:11:\"specialmute\";i:5184;s:19:\"specialmute-success\";i:5185;s:18:\"specialmute-submit\";i:5186;s:28:\"specialmute-label-mute-email\";i:5187;s:18:\"specialmute-header\";i:5188;s:30:\"specialmute-error-invalid-user\";i:5189;s:28:\"specialmute-error-no-options\";i:5190;s:24:\"specialmute-email-footer\";i:5191;s:26:\"specialmute-login-required\";i:5192;s:16:\"mute-preferences\";i:5193;s:31:\"passwordpolicies-policy-display\";i:5194;s:40:\"passwordpolicies-policy-displaywithflags\";i:5195;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:5196;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:5197;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:5198;s:39:\"passwordpolicies-policyflag-forcechange\";i:5199;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:5200;s:27:\"mycustomjsredirectprotected\";i:5201;s:19:\"userlogout-continue\";i:5202;s:15:\"userlogout-temp\";i:5203;s:22:\"paramvalidator-baduser\";i:5204;s:29:\"paramvalidator-help-type-user\";i:5205;s:42:\"paramvalidator-help-type-user-subtype-name\";i:5206;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:5207;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:5208;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:5209;s:40:\"paramvalidator-help-type-user-subtype-id\";i:5210;s:23:\"paramvalidator-badtitle\";i:5211;s:27:\"paramvalidator-missingtitle\";i:5212;s:30:\"paramvalidator-help-type-title\";i:5213;s:41:\"paramvalidator-help-type-title-must-exist\";i:5214;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:5215;s:43:\"nonmain-slot-differences-therefore-readonly\";i:5216;s:18:\"config-missing-key\";i:5217;s:18:\"config-invalid-key\";i:5218;s:21:\"changeslist-nocomment\";i:5219;s:26:\"copyupload-allowed-domains\";i:5220;s:30:\"parsoid-stash-rate-limit-error\";i:5221;s:31:\"parsoid-resource-limit-exceeded\";i:5222;s:20:\"parsoid-client-error\";i:5223;s:22:\"newpages-showhide-bots\";i:5224;s:27:\"newpages-showhide-patrolled\";i:5225;s:26:\"newpages-showhide-redirect\";i:5226;s:28:\"newpages-showhide-registered\";i:5227;s:19:\"exif-fnumber-format\";i:5228;s:23:\"exif-focallength-format\";i:5229;s:22:\"exif-coordinate-format\";i:5230;s:15:\"exif-make-value\";i:5231;s:16:\"exif-model-value\";i:5232;s:19:\"exif-software-value\";i:5233;s:27:\"exif-software-version-value\";i:5234;s:18:\"exif-contact-value\";i:5235;s:26:\"exif-subjectnewscode-value\";i:5236;s:18:\"exif-compression-5\";i:5237;s:18:\"exif-compression-6\";i:5238;s:18:\"exif-compression-7\";i:5239;s:18:\"exif-compression-8\";i:5240;s:22:\"exif-compression-32773\";i:5241;s:22:\"exif-compression-32946\";i:5242;s:22:\"exif-compression-34712\";i:5243;s:32:\"exif-photometricinterpretation-2\";i:5244;s:32:\"exif-photometricinterpretation-3\";i:5245;s:32:\"exif-photometricinterpretation-4\";i:5246;s:32:\"exif-photometricinterpretation-5\";i:5247;s:32:\"exif-photometricinterpretation-6\";i:5248;s:32:\"exif-photometricinterpretation-8\";i:5249;s:32:\"exif-photometricinterpretation-9\";i:5250;s:33:\"exif-photometricinterpretation-10\";i:5251;s:36:\"exif-photometricinterpretation-32803\";i:5252;s:36:\"exif-photometricinterpretation-34892\";i:5253;s:19:\"exif-xyresolution-i\";i:5254;s:19:\"exif-xyresolution-c\";i:5255;s:17:\"exif-colorspace-1\";i:5256;s:30:\"exif-componentsconfiguration-1\";i:5257;s:30:\"exif-componentsconfiguration-2\";i:5258;s:30:\"exif-componentsconfiguration-3\";i:5259;s:30:\"exif-componentsconfiguration-4\";i:5260;s:30:\"exif-componentsconfiguration-5\";i:5261;s:30:\"exif-componentsconfiguration-6\";i:5262;s:19:\"exif-lightsource-20\";i:5263;s:19:\"exif-lightsource-22\";i:5264;s:19:\"exif-lightsource-23\";i:5265;s:21:\"exif-customrendered-2\";i:5266;s:21:\"exif-customrendered-3\";i:5267;s:21:\"exif-customrendered-4\";i:5268;s:21:\"exif-customrendered-6\";i:5269;s:21:\"exif-customrendered-7\";i:5270;s:21:\"exif-customrendered-8\";i:5271;s:27:\"exif-maxaperturevalue-value\";i:5272;s:19:\"exif-firstphotodate\";i:5273;s:18:\"exif-lastphotodate\";i:5274;s:19:\"exif-projectiontype\";i:5275;s:35:\"exif-projectiontype-equirectangular\";i:5276;s:22:\"exif-usepanoramaviewer\";i:5277;s:27:\"exif-usepanoramaviewer-true\";i:5278;s:28:\"exif-usepanoramaviewer-false\";i:5279;s:21:\"exif-exposurelockused\";i:5280;s:26:\"exif-exposurelockused-true\";i:5281;s:27:\"exif-exposurelockused-false\";i:5282;s:23:\"exif-poseheadingdegrees\";i:5283;s:21:\"exif-posepitchdegrees\";i:5284;s:20:\"exif-poserolldegrees\";i:5285;s:30:\"exif-initialviewheadingdegrees\";i:5286;s:28:\"exif-initialviewpitchdegrees\";i:5287;s:27:\"exif-initialviewrolldegrees\";i:5288;s:32:\"exif-initialhorizontalfovdegrees\";i:5289;s:30:\"exif-initialverticalfovdegrees\";i:5290;s:22:\"exif-sourcephotoscount\";i:5291;s:32:\"exif-croppedareaimagewidthpixels\";i:5292;s:33:\"exif-croppedareaimageheightpixels\";i:5293;s:24:\"exif-fullpanowidthpixels\";i:5294;s:25:\"exif-fullpanoheightpixels\";i:5295;s:26:\"exif-croppedarealeftpixels\";i:5296;s:25:\"exif-croppedareatoppixels\";i:5297;s:23:\"exif-initialcameradolly\";i:5298;s:22:\"exif-stitchingsoftware\";i:5299;s:20:\"apihelp-main-summary\";i:5300;s:33:\"apihelp-main-extended-description\";i:5301;s:25:\"apihelp-main-param-action\";i:5302;s:25:\"apihelp-main-param-format\";i:5303;s:25:\"apihelp-main-param-maxlag\";i:5304;s:26:\"apihelp-main-param-smaxage\";i:5305;s:25:\"apihelp-main-param-maxage\";i:5306;s:25:\"apihelp-main-param-assert\";i:5307;s:29:\"apihelp-main-param-assertuser\";i:5308;s:28:\"apihelp-main-param-requestid\";i:5309;s:27:\"apihelp-main-param-servedby\";i:5310;s:31:\"apihelp-main-param-curtimestamp\";i:5311;s:35:\"apihelp-main-param-responselanginfo\";i:5312;s:25:\"apihelp-main-param-origin\";i:5313;s:26:\"apihelp-main-param-uselang\";i:5314;s:26:\"apihelp-main-param-variant\";i:5315;s:30:\"apihelp-main-param-errorformat\";i:5316;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5317;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5318;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5319;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:5320;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:5321;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5322;s:28:\"apihelp-main-param-errorlang\";i:5323;s:33:\"apihelp-main-param-errorsuselocal\";i:5324;s:21:\"apihelp-block-summary\";i:5325;s:24:\"apihelp-block-param-user\";i:5326;s:26:\"apihelp-block-param-userid\";i:5327;s:26:\"apihelp-block-param-expiry\";i:5328;s:26:\"apihelp-block-param-reason\";i:5329;s:28:\"apihelp-block-param-anononly\";i:5330;s:28:\"apihelp-block-param-nocreate\";i:5331;s:29:\"apihelp-block-param-autoblock\";i:5332;s:27:\"apihelp-block-param-noemail\";i:5333;s:28:\"apihelp-block-param-hidename\";i:5334;s:33:\"apihelp-block-param-allowusertalk\";i:5335;s:27:\"apihelp-block-param-reblock\";i:5336;s:29:\"apihelp-block-param-watchuser\";i:5337;s:35:\"apihelp-block-param-watchlistexpiry\";i:5338;s:24:\"apihelp-block-param-tags\";i:5339;s:27:\"apihelp-block-param-partial\";i:5340;s:36:\"apihelp-block-param-pagerestrictions\";i:5341;s:41:\"apihelp-block-param-namespacerestrictions\";i:5342;s:38:\"apihelp-block-param-actionrestrictions\";i:5343;s:31:\"apihelp-block-example-ip-simple\";i:5344;s:34:\"apihelp-block-example-user-complex\";i:5345;s:40:\"apihelp-changeauthenticationdata-summary\";i:5346;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5347;s:34:\"apihelp-changecontentmodel-summary\";i:5348;s:38:\"apihelp-changecontentmodel-param-title\";i:5349;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5350;s:40:\"apihelp-changecontentmodel-param-summary\";i:5351;s:37:\"apihelp-changecontentmodel-param-tags\";i:5352;s:38:\"apihelp-changecontentmodel-param-model\";i:5353;s:36:\"apihelp-changecontentmodel-param-bot\";i:5354;s:34:\"apihelp-changecontentmodel-example\";i:5355;s:26:\"apihelp-checktoken-summary\";i:5356;s:29:\"apihelp-checktoken-param-type\";i:5357;s:30:\"apihelp-checktoken-param-token\";i:5358;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5359;s:33:\"apihelp-checktoken-example-simple\";i:5360;s:27:\"apihelp-clearhasmsg-summary\";i:5361;s:29:\"apihelp-clearhasmsg-example-1\";i:5362;s:27:\"apihelp-clientlogin-summary\";i:5363;s:33:\"apihelp-clientlogin-example-login\";i:5364;s:34:\"apihelp-clientlogin-example-login2\";i:5365;s:23:\"apihelp-compare-summary\";i:5366;s:36:\"apihelp-compare-extended-description\";i:5367;s:31:\"apihelp-compare-param-fromtitle\";i:5368;s:28:\"apihelp-compare-param-fromid\";i:5369;s:29:\"apihelp-compare-param-fromrev\";i:5370;s:29:\"apihelp-compare-param-frompst\";i:5371;s:31:\"apihelp-compare-param-fromslots\";i:5372;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5373;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5374;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5375;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5376;s:30:\"apihelp-compare-param-fromtext\";i:5377;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5378;s:39:\"apihelp-compare-param-fromcontentformat\";i:5379;s:33:\"apihelp-compare-param-fromsection\";i:5380;s:29:\"apihelp-compare-param-totitle\";i:5381;s:26:\"apihelp-compare-param-toid\";i:5382;s:27:\"apihelp-compare-param-torev\";i:5383;s:32:\"apihelp-compare-param-torelative\";i:5384;s:27:\"apihelp-compare-param-topst\";i:5385;s:29:\"apihelp-compare-param-toslots\";i:5386;s:35:\"apihelp-compare-param-totext-{slot}\";i:5387;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5388;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5389;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5390;s:28:\"apihelp-compare-param-totext\";i:5391;s:36:\"apihelp-compare-param-tocontentmodel\";i:5392;s:37:\"apihelp-compare-param-tocontentformat\";i:5393;s:31:\"apihelp-compare-param-tosection\";i:5394;s:26:\"apihelp-compare-param-prop\";i:5395;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5396;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5397;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5398;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5399;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5400;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5401;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5402;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5403;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5404;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5405;s:30:\"apihelp-compare-param-difftype\";i:5406;s:27:\"apihelp-compare-param-slots\";i:5407;s:25:\"apihelp-compare-example-1\";i:5408;s:29:\"apihelp-createaccount-summary\";i:5409;s:41:\"apihelp-createaccount-param-preservestate\";i:5410;s:36:\"apihelp-createaccount-example-create\";i:5411;s:25:\"apihelp-cspreport-summary\";i:5412;s:34:\"apihelp-cspreport-param-reportonly\";i:5413;s:30:\"apihelp-cspreport-param-source\";i:5414;s:22:\"apihelp-delete-summary\";i:5415;s:26:\"apihelp-delete-param-title\";i:5416;s:27:\"apihelp-delete-param-pageid\";i:5417;s:27:\"apihelp-delete-param-reason\";i:5418;s:25:\"apihelp-delete-param-tags\";i:5419;s:31:\"apihelp-delete-param-deletetalk\";i:5420;s:26:\"apihelp-delete-param-watch\";i:5421;s:30:\"apihelp-delete-param-watchlist\";i:5422;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5423;s:28:\"apihelp-delete-param-unwatch\";i:5424;s:29:\"apihelp-delete-param-oldimage\";i:5425;s:29:\"apihelp-delete-example-simple\";i:5426;s:29:\"apihelp-delete-example-reason\";i:5427;s:24:\"apihelp-disabled-summary\";i:5428;s:20:\"apihelp-edit-summary\";i:5429;s:24:\"apihelp-edit-param-title\";i:5430;s:25:\"apihelp-edit-param-pageid\";i:5431;s:26:\"apihelp-edit-param-section\";i:5432;s:31:\"apihelp-edit-param-sectiontitle\";i:5433;s:23:\"apihelp-edit-param-text\";i:5434;s:26:\"apihelp-edit-param-summary\";i:5435;s:23:\"apihelp-edit-param-tags\";i:5436;s:24:\"apihelp-edit-param-minor\";i:5437;s:27:\"apihelp-edit-param-notminor\";i:5438;s:22:\"apihelp-edit-param-bot\";i:5439;s:28:\"apihelp-edit-param-baserevid\";i:5440;s:32:\"apihelp-edit-param-basetimestamp\";i:5441;s:33:\"apihelp-edit-param-starttimestamp\";i:5442;s:27:\"apihelp-edit-param-recreate\";i:5443;s:29:\"apihelp-edit-param-createonly\";i:5444;s:27:\"apihelp-edit-param-nocreate\";i:5445;s:24:\"apihelp-edit-param-watch\";i:5446;s:26:\"apihelp-edit-param-unwatch\";i:5447;s:28:\"apihelp-edit-param-watchlist\";i:5448;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5449;s:22:\"apihelp-edit-param-md5\";i:5450;s:30:\"apihelp-edit-param-prependtext\";i:5451;s:29:\"apihelp-edit-param-appendtext\";i:5452;s:23:\"apihelp-edit-param-undo\";i:5453;s:28:\"apihelp-edit-param-undoafter\";i:5454;s:27:\"apihelp-edit-param-redirect\";i:5455;s:32:\"apihelp-edit-param-contentformat\";i:5456;s:31:\"apihelp-edit-param-contentmodel\";i:5457;s:24:\"apihelp-edit-param-token\";i:5458;s:25:\"apihelp-edit-example-edit\";i:5459;s:28:\"apihelp-edit-example-prepend\";i:5460;s:25:\"apihelp-edit-example-undo\";i:5461;s:25:\"apihelp-emailuser-summary\";i:5462;s:30:\"apihelp-emailuser-param-target\";i:5463;s:31:\"apihelp-emailuser-param-subject\";i:5464;s:28:\"apihelp-emailuser-param-text\";i:5465;s:28:\"apihelp-emailuser-param-ccme\";i:5466;s:31:\"apihelp-emailuser-example-email\";i:5467;s:31:\"apihelp-expandtemplates-summary\";i:5468;s:35:\"apihelp-expandtemplates-param-title\";i:5469;s:34:\"apihelp-expandtemplates-param-text\";i:5470;s:35:\"apihelp-expandtemplates-param-revid\";i:5471;s:34:\"apihelp-expandtemplates-param-prop\";i:5472;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5473;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5474;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5475;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5476;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5477;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5478;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5479;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5480;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5481;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5482;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5483;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5484;s:38:\"apihelp-expandtemplates-example-simple\";i:5485;s:33:\"apihelp-feedcontributions-summary\";i:5486;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5487;s:36:\"apihelp-feedcontributions-param-user\";i:5488;s:41:\"apihelp-feedcontributions-param-namespace\";i:5489;s:36:\"apihelp-feedcontributions-param-year\";i:5490;s:37:\"apihelp-feedcontributions-param-month\";i:5491;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5492;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5493;s:39:\"apihelp-feedcontributions-param-toponly\";i:5494;s:39:\"apihelp-feedcontributions-param-newonly\";i:5495;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5496;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5497;s:40:\"apihelp-feedcontributions-example-simple\";i:5498;s:33:\"apihelp-feedrecentchanges-summary\";i:5499;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5500;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5501;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5502;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5503;s:36:\"apihelp-feedrecentchanges-param-days\";i:5504;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5505;s:36:\"apihelp-feedrecentchanges-param-from\";i:5506;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5507;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5508;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5509;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5510;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5511;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5512;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5513;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5514;s:38:\"apihelp-feedrecentchanges-param-target\";i:5515;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5516;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5517;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5518;s:29:\"apihelp-feedwatchlist-summary\";i:5519;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5520;s:33:\"apihelp-feedwatchlist-param-hours\";i:5521;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5522;s:37:\"apihelp-feedwatchlist-example-default\";i:5523;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5524;s:26:\"apihelp-filerevert-summary\";i:5525;s:33:\"apihelp-filerevert-param-filename\";i:5526;s:32:\"apihelp-filerevert-param-comment\";i:5527;s:36:\"apihelp-filerevert-param-archivename\";i:5528;s:33:\"apihelp-filerevert-example-revert\";i:5529;s:20:\"apihelp-help-summary\";i:5530;s:26:\"apihelp-help-param-modules\";i:5531;s:29:\"apihelp-help-param-submodules\";i:5532;s:38:\"apihelp-help-param-recursivesubmodules\";i:5533;s:29:\"apihelp-help-param-helpformat\";i:5534;s:23:\"apihelp-help-param-wrap\";i:5535;s:22:\"apihelp-help-param-toc\";i:5536;s:25:\"apihelp-help-example-main\";i:5537;s:31:\"apihelp-help-example-submodules\";i:5538;s:30:\"apihelp-help-example-recursive\";i:5539;s:25:\"apihelp-help-example-help\";i:5540;s:26:\"apihelp-help-example-query\";i:5541;s:27:\"apihelp-imagerotate-summary\";i:5542;s:34:\"apihelp-imagerotate-param-rotation\";i:5543;s:30:\"apihelp-imagerotate-param-tags\";i:5544;s:34:\"apihelp-imagerotate-example-simple\";i:5545;s:37:\"apihelp-imagerotate-example-generator\";i:5546;s:22:\"apihelp-import-summary\";i:5547;s:35:\"apihelp-import-extended-description\";i:5548;s:28:\"apihelp-import-param-summary\";i:5549;s:24:\"apihelp-import-param-xml\";i:5550;s:36:\"apihelp-import-param-interwikiprefix\";i:5551;s:37:\"apihelp-import-param-assignknownusers\";i:5552;s:36:\"apihelp-import-param-interwikisource\";i:5553;s:34:\"apihelp-import-param-interwikipage\";i:5554;s:32:\"apihelp-import-param-fullhistory\";i:5555;s:30:\"apihelp-import-param-templates\";i:5556;s:30:\"apihelp-import-param-namespace\";i:5557;s:29:\"apihelp-import-param-rootpage\";i:5558;s:25:\"apihelp-import-param-tags\";i:5559;s:29:\"apihelp-import-example-import\";i:5560;s:27:\"apihelp-linkaccount-summary\";i:5561;s:32:\"apihelp-linkaccount-example-link\";i:5562;s:21:\"apihelp-login-summary\";i:5563;s:34:\"apihelp-login-extended-description\";i:5564;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5565;s:24:\"apihelp-login-param-name\";i:5566;s:28:\"apihelp-login-param-password\";i:5567;s:26:\"apihelp-login-param-domain\";i:5568;s:25:\"apihelp-login-param-token\";i:5569;s:27:\"apihelp-login-example-login\";i:5570;s:22:\"apihelp-logout-summary\";i:5571;s:29:\"apihelp-logout-example-logout\";i:5572;s:26:\"apihelp-managetags-summary\";i:5573;s:34:\"apihelp-managetags-param-operation\";i:5574;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5575;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5576;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5577;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5578;s:28:\"apihelp-managetags-param-tag\";i:5579;s:31:\"apihelp-managetags-param-reason\";i:5580;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5581;s:29:\"apihelp-managetags-param-tags\";i:5582;s:33:\"apihelp-managetags-example-create\";i:5583;s:33:\"apihelp-managetags-example-delete\";i:5584;s:35:\"apihelp-managetags-example-activate\";i:5585;s:37:\"apihelp-managetags-example-deactivate\";i:5586;s:28:\"apihelp-mergehistory-summary\";i:5587;s:31:\"apihelp-mergehistory-param-from\";i:5588;s:33:\"apihelp-mergehistory-param-fromid\";i:5589;s:29:\"apihelp-mergehistory-param-to\";i:5590;s:31:\"apihelp-mergehistory-param-toid\";i:5591;s:36:\"apihelp-mergehistory-param-timestamp\";i:5592;s:33:\"apihelp-mergehistory-param-reason\";i:5593;s:34:\"apihelp-mergehistory-example-merge\";i:5594;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5595;s:20:\"apihelp-move-summary\";i:5596;s:23:\"apihelp-move-param-from\";i:5597;s:25:\"apihelp-move-param-fromid\";i:5598;s:21:\"apihelp-move-param-to\";i:5599;s:25:\"apihelp-move-param-reason\";i:5600;s:27:\"apihelp-move-param-movetalk\";i:5601;s:31:\"apihelp-move-param-movesubpages\";i:5602;s:29:\"apihelp-move-param-noredirect\";i:5603;s:24:\"apihelp-move-param-watch\";i:5604;s:26:\"apihelp-move-param-unwatch\";i:5605;s:28:\"apihelp-move-param-watchlist\";i:5606;s:34:\"apihelp-move-param-watchlistexpiry\";i:5607;s:33:\"apihelp-move-param-ignorewarnings\";i:5608;s:23:\"apihelp-move-param-tags\";i:5609;s:25:\"apihelp-move-example-move\";i:5610;s:26:\"apihelp-opensearch-summary\";i:5611;s:31:\"apihelp-opensearch-param-search\";i:5612;s:30:\"apihelp-opensearch-param-limit\";i:5613;s:34:\"apihelp-opensearch-param-namespace\";i:5614;s:32:\"apihelp-opensearch-param-suggest\";i:5615;s:34:\"apihelp-opensearch-param-redirects\";i:5616;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5617;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5618;s:41:\"apihelp-opensearch-param-redirects-append\";i:5619;s:31:\"apihelp-opensearch-param-format\";i:5620;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5621;s:29:\"apihelp-opensearch-example-te\";i:5622;s:23:\"apihelp-options-summary\";i:5623;s:36:\"apihelp-options-extended-description\";i:5624;s:27:\"apihelp-options-param-reset\";i:5625;s:32:\"apihelp-options-param-resetkinds\";i:5626;s:28:\"apihelp-options-param-change\";i:5627;s:32:\"apihelp-options-param-optionname\";i:5628;s:33:\"apihelp-options-param-optionvalue\";i:5629;s:29:\"apihelp-options-example-reset\";i:5630;s:30:\"apihelp-options-example-change\";i:5631;s:31:\"apihelp-options-example-complex\";i:5632;s:25:\"apihelp-paraminfo-summary\";i:5633;s:31:\"apihelp-paraminfo-param-modules\";i:5634;s:34:\"apihelp-paraminfo-param-helpformat\";i:5635;s:36:\"apihelp-paraminfo-param-querymodules\";i:5636;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5637;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5638;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5639;s:27:\"apihelp-paraminfo-example-1\";i:5640;s:27:\"apihelp-paraminfo-example-2\";i:5641;s:21:\"apihelp-parse-summary\";i:5642;s:34:\"apihelp-parse-extended-description\";i:5643;s:25:\"apihelp-parse-param-title\";i:5644;s:24:\"apihelp-parse-param-text\";i:5645;s:25:\"apihelp-parse-param-revid\";i:5646;s:27:\"apihelp-parse-param-summary\";i:5647;s:24:\"apihelp-parse-param-page\";i:5648;s:26:\"apihelp-parse-param-pageid\";i:5649;s:29:\"apihelp-parse-param-redirects\";i:5650;s:25:\"apihelp-parse-param-oldid\";i:5651;s:24:\"apihelp-parse-param-prop\";i:5652;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5653;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5654;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5655;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5656;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5657;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5658;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5659;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5660;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5661;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5662;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5663;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5664;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5665;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5666;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5667;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5668;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5669;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5670;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5671;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5672;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5673;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5674;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5675;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5676;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5677;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5678;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5679;s:23:\"apihelp-parse-param-pst\";i:5680;s:27:\"apihelp-parse-param-onlypst\";i:5681;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5682;s:27:\"apihelp-parse-param-section\";i:5683;s:32:\"apihelp-parse-param-sectiontitle\";i:5684;s:38:\"apihelp-parse-param-disablelimitreport\";i:5685;s:29:\"apihelp-parse-param-disablepp\";i:5686;s:38:\"apihelp-parse-param-disableeditsection\";i:5687;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5688;s:36:\"apihelp-parse-param-showstrategykeys\";i:5689;s:31:\"apihelp-parse-param-generatexml\";i:5690;s:27:\"apihelp-parse-param-preview\";i:5691;s:34:\"apihelp-parse-param-sectionpreview\";i:5692;s:30:\"apihelp-parse-param-disabletoc\";i:5693;s:27:\"apihelp-parse-param-useskin\";i:5694;s:33:\"apihelp-parse-param-contentformat\";i:5695;s:32:\"apihelp-parse-param-contentmodel\";i:5696;s:26:\"apihelp-parse-example-page\";i:5697;s:26:\"apihelp-parse-example-text\";i:5698;s:31:\"apihelp-parse-example-texttitle\";i:5699;s:29:\"apihelp-parse-example-summary\";i:5700;s:22:\"apihelp-patrol-summary\";i:5701;s:25:\"apihelp-patrol-param-rcid\";i:5702;s:26:\"apihelp-patrol-param-revid\";i:5703;s:25:\"apihelp-patrol-param-tags\";i:5704;s:27:\"apihelp-patrol-example-rcid\";i:5705;s:28:\"apihelp-patrol-example-revid\";i:5706;s:23:\"apihelp-protect-summary\";i:5707;s:27:\"apihelp-protect-param-title\";i:5708;s:28:\"apihelp-protect-param-pageid\";i:5709;s:33:\"apihelp-protect-param-protections\";i:5710;s:28:\"apihelp-protect-param-expiry\";i:5711;s:28:\"apihelp-protect-param-reason\";i:5712;s:26:\"apihelp-protect-param-tags\";i:5713;s:29:\"apihelp-protect-param-cascade\";i:5714;s:27:\"apihelp-protect-param-watch\";i:5715;s:31:\"apihelp-protect-param-watchlist\";i:5716;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5717;s:31:\"apihelp-protect-example-protect\";i:5718;s:33:\"apihelp-protect-example-unprotect\";i:5719;s:34:\"apihelp-protect-example-unprotect2\";i:5720;s:21:\"apihelp-purge-summary\";i:5721;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5722;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5723;s:28:\"apihelp-purge-example-simple\";i:5724;s:31:\"apihelp-purge-example-generator\";i:5725;s:21:\"apihelp-query-summary\";i:5726;s:34:\"apihelp-query-extended-description\";i:5727;s:24:\"apihelp-query-param-prop\";i:5728;s:24:\"apihelp-query-param-list\";i:5729;s:24:\"apihelp-query-param-meta\";i:5730;s:32:\"apihelp-query-param-indexpageids\";i:5731;s:26:\"apihelp-query-param-export\";i:5732;s:32:\"apihelp-query-param-exportnowrap\";i:5733;s:32:\"apihelp-query-param-exportschema\";i:5734;s:25:\"apihelp-query-param-iwurl\";i:5735;s:31:\"apihelp-query-param-rawcontinue\";i:5736;s:31:\"apihelp-query-example-revisions\";i:5737;s:30:\"apihelp-query-example-allpages\";i:5738;s:35:\"apihelp-query+allcategories-summary\";i:5739;s:38:\"apihelp-query+allcategories-param-from\";i:5740;s:36:\"apihelp-query+allcategories-param-to\";i:5741;s:40:\"apihelp-query+allcategories-param-prefix\";i:5742;s:37:\"apihelp-query+allcategories-param-dir\";i:5743;s:37:\"apihelp-query+allcategories-param-min\";i:5744;s:37:\"apihelp-query+allcategories-param-max\";i:5745;s:39:\"apihelp-query+allcategories-param-limit\";i:5746;s:38:\"apihelp-query+allcategories-param-prop\";i:5747;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5748;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5749;s:40:\"apihelp-query+allcategories-example-size\";i:5750;s:45:\"apihelp-query+allcategories-example-generator\";i:5751;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5752;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5753;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5754;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5755;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5756;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5757;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5758;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5759;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5760;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5761;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5762;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5763;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5764;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5765;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5766;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5767;s:35:\"apihelp-query+allfileusages-summary\";i:5768;s:38:\"apihelp-query+allfileusages-param-from\";i:5769;s:36:\"apihelp-query+allfileusages-param-to\";i:5770;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5771;s:40:\"apihelp-query+allfileusages-param-unique\";i:5772;s:38:\"apihelp-query+allfileusages-param-prop\";i:5773;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5774;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5775;s:39:\"apihelp-query+allfileusages-param-limit\";i:5776;s:37:\"apihelp-query+allfileusages-param-dir\";i:5777;s:37:\"apihelp-query+allfileusages-example-b\";i:5778;s:42:\"apihelp-query+allfileusages-example-unique\";i:5779;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5780;s:45:\"apihelp-query+allfileusages-example-generator\";i:5781;s:31:\"apihelp-query+allimages-summary\";i:5782;s:34:\"apihelp-query+allimages-param-sort\";i:5783;s:33:\"apihelp-query+allimages-param-dir\";i:5784;s:34:\"apihelp-query+allimages-param-from\";i:5785;s:32:\"apihelp-query+allimages-param-to\";i:5786;s:35:\"apihelp-query+allimages-param-start\";i:5787;s:33:\"apihelp-query+allimages-param-end\";i:5788;s:36:\"apihelp-query+allimages-param-prefix\";i:5789;s:37:\"apihelp-query+allimages-param-minsize\";i:5790;s:37:\"apihelp-query+allimages-param-maxsize\";i:5791;s:34:\"apihelp-query+allimages-param-sha1\";i:5792;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5793;s:34:\"apihelp-query+allimages-param-user\";i:5794;s:40:\"apihelp-query+allimages-param-filterbots\";i:5795;s:34:\"apihelp-query+allimages-param-mime\";i:5796;s:35:\"apihelp-query+allimages-param-limit\";i:5797;s:33:\"apihelp-query+allimages-example-b\";i:5798;s:38:\"apihelp-query+allimages-example-recent\";i:5799;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5800;s:41:\"apihelp-query+allimages-example-generator\";i:5801;s:30:\"apihelp-query+alllinks-summary\";i:5802;s:33:\"apihelp-query+alllinks-param-from\";i:5803;s:31:\"apihelp-query+alllinks-param-to\";i:5804;s:35:\"apihelp-query+alllinks-param-prefix\";i:5805;s:35:\"apihelp-query+alllinks-param-unique\";i:5806;s:33:\"apihelp-query+alllinks-param-prop\";i:5807;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5808;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5809;s:38:\"apihelp-query+alllinks-param-namespace\";i:5810;s:34:\"apihelp-query+alllinks-param-limit\";i:5811;s:32:\"apihelp-query+alllinks-param-dir\";i:5812;s:32:\"apihelp-query+alllinks-example-b\";i:5813;s:37:\"apihelp-query+alllinks-example-unique\";i:5814;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5815;s:40:\"apihelp-query+alllinks-example-generator\";i:5816;s:33:\"apihelp-query+allmessages-summary\";i:5817;s:40:\"apihelp-query+allmessages-param-messages\";i:5818;s:36:\"apihelp-query+allmessages-param-prop\";i:5819;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5820;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5821;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5822;s:36:\"apihelp-query+allmessages-param-args\";i:5823;s:38:\"apihelp-query+allmessages-param-filter\";i:5824;s:42:\"apihelp-query+allmessages-param-customised\";i:5825;s:36:\"apihelp-query+allmessages-param-lang\";i:5826;s:36:\"apihelp-query+allmessages-param-from\";i:5827;s:34:\"apihelp-query+allmessages-param-to\";i:5828;s:37:\"apihelp-query+allmessages-param-title\";i:5829;s:38:\"apihelp-query+allmessages-param-prefix\";i:5830;s:37:\"apihelp-query+allmessages-example-ipb\";i:5831;s:36:\"apihelp-query+allmessages-example-de\";i:5832;s:30:\"apihelp-query+allpages-summary\";i:5833;s:33:\"apihelp-query+allpages-param-from\";i:5834;s:31:\"apihelp-query+allpages-param-to\";i:5835;s:35:\"apihelp-query+allpages-param-prefix\";i:5836;s:38:\"apihelp-query+allpages-param-namespace\";i:5837;s:40:\"apihelp-query+allpages-param-filterredir\";i:5838;s:36:\"apihelp-query+allpages-param-minsize\";i:5839;s:36:\"apihelp-query+allpages-param-maxsize\";i:5840;s:35:\"apihelp-query+allpages-param-prtype\";i:5841;s:36:\"apihelp-query+allpages-param-prlevel\";i:5842;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5843;s:34:\"apihelp-query+allpages-param-limit\";i:5844;s:32:\"apihelp-query+allpages-param-dir\";i:5845;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5846;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5847;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5848;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5849;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5850;s:32:\"apihelp-query+allpages-example-b\";i:5851;s:40:\"apihelp-query+allpages-example-generator\";i:5852;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5853;s:34:\"apihelp-query+allredirects-summary\";i:5854;s:37:\"apihelp-query+allredirects-param-from\";i:5855;s:35:\"apihelp-query+allredirects-param-to\";i:5856;s:39:\"apihelp-query+allredirects-param-prefix\";i:5857;s:39:\"apihelp-query+allredirects-param-unique\";i:5858;s:37:\"apihelp-query+allredirects-param-prop\";i:5859;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5860;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5861;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5862;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5863;s:42:\"apihelp-query+allredirects-param-namespace\";i:5864;s:38:\"apihelp-query+allredirects-param-limit\";i:5865;s:36:\"apihelp-query+allredirects-param-dir\";i:5866;s:36:\"apihelp-query+allredirects-example-b\";i:5867;s:41:\"apihelp-query+allredirects-example-unique\";i:5868;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5869;s:44:\"apihelp-query+allredirects-example-generator\";i:5870;s:34:\"apihelp-query+allrevisions-summary\";i:5871;s:38:\"apihelp-query+allrevisions-param-start\";i:5872;s:36:\"apihelp-query+allrevisions-param-end\";i:5873;s:37:\"apihelp-query+allrevisions-param-user\";i:5874;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5875;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5876;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5877;s:39:\"apihelp-query+allrevisions-example-user\";i:5878;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5879;s:36:\"apihelp-query+mystashedfiles-summary\";i:5880;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5881;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5882;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5883;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5884;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5885;s:38:\"apihelp-query+alltransclusions-summary\";i:5886;s:41:\"apihelp-query+alltransclusions-param-from\";i:5887;s:39:\"apihelp-query+alltransclusions-param-to\";i:5888;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5889;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5890;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5891;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5892;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5893;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5894;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5895;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5896;s:40:\"apihelp-query+alltransclusions-example-b\";i:5897;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5898;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5899;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5900;s:30:\"apihelp-query+allusers-summary\";i:5901;s:33:\"apihelp-query+allusers-param-from\";i:5902;s:31:\"apihelp-query+allusers-param-to\";i:5903;s:35:\"apihelp-query+allusers-param-prefix\";i:5904;s:32:\"apihelp-query+allusers-param-dir\";i:5905;s:34:\"apihelp-query+allusers-param-group\";i:5906;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5907;s:35:\"apihelp-query+allusers-param-rights\";i:5908;s:33:\"apihelp-query+allusers-param-prop\";i:5909;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5910;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5911;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5912;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5913;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5914;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5915;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5916;s:34:\"apihelp-query+allusers-param-limit\";i:5917;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5918;s:40:\"apihelp-query+allusers-param-activeusers\";i:5919;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5920;s:32:\"apihelp-query+allusers-example-y\";i:5921;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5922;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5923;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5924;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5925;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5926;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5927;s:31:\"apihelp-query+backlinks-summary\";i:5928;s:35:\"apihelp-query+backlinks-param-title\";i:5929;s:36:\"apihelp-query+backlinks-param-pageid\";i:5930;s:39:\"apihelp-query+backlinks-param-namespace\";i:5931;s:33:\"apihelp-query+backlinks-param-dir\";i:5932;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5933;s:35:\"apihelp-query+backlinks-param-limit\";i:5934;s:38:\"apihelp-query+backlinks-param-redirect\";i:5935;s:38:\"apihelp-query+backlinks-example-simple\";i:5936;s:41:\"apihelp-query+backlinks-example-generator\";i:5937;s:28:\"apihelp-query+blocks-summary\";i:5938;s:32:\"apihelp-query+blocks-param-start\";i:5939;s:30:\"apihelp-query+blocks-param-end\";i:5940;s:30:\"apihelp-query+blocks-param-ids\";i:5941;s:32:\"apihelp-query+blocks-param-users\";i:5942;s:29:\"apihelp-query+blocks-param-ip\";i:5943;s:32:\"apihelp-query+blocks-param-limit\";i:5944;s:31:\"apihelp-query+blocks-param-prop\";i:5945;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5946;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5947;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5948;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5949;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5950;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5951;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5952;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5953;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5954;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5955;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5956;s:31:\"apihelp-query+blocks-param-show\";i:5957;s:35:\"apihelp-query+blocks-example-simple\";i:5958;s:34:\"apihelp-query+blocks-example-users\";i:5959;s:32:\"apihelp-query+categories-summary\";i:5960;s:35:\"apihelp-query+categories-param-prop\";i:5961;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5962;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5963;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5964;s:35:\"apihelp-query+categories-param-show\";i:5965;s:36:\"apihelp-query+categories-param-limit\";i:5966;s:41:\"apihelp-query+categories-param-categories\";i:5967;s:34:\"apihelp-query+categories-param-dir\";i:5968;s:39:\"apihelp-query+categories-example-simple\";i:5969;s:42:\"apihelp-query+categories-example-generator\";i:5970;s:34:\"apihelp-query+categoryinfo-summary\";i:5971;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5972;s:37:\"apihelp-query+categorymembers-summary\";i:5973;s:41:\"apihelp-query+categorymembers-param-title\";i:5974;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5975;s:40:\"apihelp-query+categorymembers-param-prop\";i:5976;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5977;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5978;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5979;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5980;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5981;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5982;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5983;s:40:\"apihelp-query+categorymembers-param-type\";i:5984;s:41:\"apihelp-query+categorymembers-param-limit\";i:5985;s:40:\"apihelp-query+categorymembers-param-sort\";i:5986;s:39:\"apihelp-query+categorymembers-param-dir\";i:5987;s:41:\"apihelp-query+categorymembers-param-start\";i:5988;s:39:\"apihelp-query+categorymembers-param-end\";i:5989;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5990;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5991;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5992;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5993;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5994;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5995;s:44:\"apihelp-query+categorymembers-example-simple\";i:5996;s:47:\"apihelp-query+categorymembers-example-generator\";i:5997;s:34:\"apihelp-query+contributors-summary\";i:5998;s:38:\"apihelp-query+contributors-param-group\";i:5999;s:45:\"apihelp-query+contributors-param-excludegroup\";i:6000;s:39:\"apihelp-query+contributors-param-rights\";i:6001;s:46:\"apihelp-query+contributors-param-excluderights\";i:6002;s:38:\"apihelp-query+contributors-param-limit\";i:6003;s:41:\"apihelp-query+contributors-example-simple\";i:6004;s:38:\"apihelp-query+deletedrevisions-summary\";i:6005;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:6006;s:42:\"apihelp-query+deletedrevisions-param-start\";i:6007;s:40:\"apihelp-query+deletedrevisions-param-end\";i:6008;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:6009;s:41:\"apihelp-query+deletedrevisions-param-user\";i:6010;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:6011;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:6012;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:6013;s:33:\"apihelp-query+deletedrevs-summary\";i:6014;s:46:\"apihelp-query+deletedrevs-extended-description\";i:6015;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:6016;s:37:\"apihelp-query+deletedrevs-param-start\";i:6017;s:35:\"apihelp-query+deletedrevs-param-end\";i:6018;s:36:\"apihelp-query+deletedrevs-param-from\";i:6019;s:34:\"apihelp-query+deletedrevs-param-to\";i:6020;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:6021;s:38:\"apihelp-query+deletedrevs-param-unique\";i:6022;s:35:\"apihelp-query+deletedrevs-param-tag\";i:6023;s:36:\"apihelp-query+deletedrevs-param-user\";i:6024;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:6025;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:6026;s:37:\"apihelp-query+deletedrevs-param-limit\";i:6027;s:36:\"apihelp-query+deletedrevs-param-prop\";i:6028;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:6029;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:6030;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:6031;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:6032;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:6033;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:6034;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:6035;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:6036;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:6037;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:6038;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:6039;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:6040;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:6041;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:6042;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:6043;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:6044;s:30:\"apihelp-query+disabled-summary\";i:6045;s:36:\"apihelp-query+duplicatefiles-summary\";i:6046;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:6047;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:6048;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:6049;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:6050;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:6051;s:32:\"apihelp-query+embeddedin-summary\";i:6052;s:36:\"apihelp-query+embeddedin-param-title\";i:6053;s:37:\"apihelp-query+embeddedin-param-pageid\";i:6054;s:40:\"apihelp-query+embeddedin-param-namespace\";i:6055;s:34:\"apihelp-query+embeddedin-param-dir\";i:6056;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:6057;s:36:\"apihelp-query+embeddedin-param-limit\";i:6058;s:39:\"apihelp-query+embeddedin-example-simple\";i:6059;s:42:\"apihelp-query+embeddedin-example-generator\";i:6060;s:30:\"apihelp-query+extlinks-summary\";i:6061;s:34:\"apihelp-query+extlinks-param-limit\";i:6062;s:37:\"apihelp-query+extlinks-param-protocol\";i:6063;s:34:\"apihelp-query+extlinks-param-query\";i:6064;s:38:\"apihelp-query+extlinks-param-expandurl\";i:6065;s:37:\"apihelp-query+extlinks-example-simple\";i:6066;s:33:\"apihelp-query+exturlusage-summary\";i:6067;s:36:\"apihelp-query+exturlusage-param-prop\";i:6068;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:6069;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:6070;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:6071;s:40:\"apihelp-query+exturlusage-param-protocol\";i:6072;s:37:\"apihelp-query+exturlusage-param-query\";i:6073;s:41:\"apihelp-query+exturlusage-param-namespace\";i:6074;s:37:\"apihelp-query+exturlusage-param-limit\";i:6075;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:6076;s:40:\"apihelp-query+exturlusage-example-simple\";i:6077;s:33:\"apihelp-query+filearchive-summary\";i:6078;s:36:\"apihelp-query+filearchive-param-from\";i:6079;s:34:\"apihelp-query+filearchive-param-to\";i:6080;s:38:\"apihelp-query+filearchive-param-prefix\";i:6081;s:37:\"apihelp-query+filearchive-param-limit\";i:6082;s:35:\"apihelp-query+filearchive-param-dir\";i:6083;s:36:\"apihelp-query+filearchive-param-sha1\";i:6084;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:6085;s:36:\"apihelp-query+filearchive-param-prop\";i:6086;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:6087;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:6088;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:6089;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:6090;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:6091;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:6092;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:6093;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:6094;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:6095;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:6096;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:6097;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:6098;s:40:\"apihelp-query+filearchive-example-simple\";i:6099;s:34:\"apihelp-query+filerepoinfo-summary\";i:6100;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:6101;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:6102;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:6103;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:6104;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:6105;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:6106;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:6107;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:6108;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:6109;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:6110;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:6111;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:6112;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:6113;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:6114;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:6115;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:6116;s:31:\"apihelp-query+fileusage-summary\";i:6117;s:34:\"apihelp-query+fileusage-param-prop\";i:6118;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:6119;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:6120;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:6121;s:39:\"apihelp-query+fileusage-param-namespace\";i:6122;s:35:\"apihelp-query+fileusage-param-limit\";i:6123;s:34:\"apihelp-query+fileusage-param-show\";i:6124;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:6125;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:6126;s:38:\"apihelp-query+fileusage-example-simple\";i:6127;s:41:\"apihelp-query+fileusage-example-generator\";i:6128;s:31:\"apihelp-query+imageinfo-summary\";i:6129;s:34:\"apihelp-query+imageinfo-param-prop\";i:6130;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:6131;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:6132;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:6133;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:6134;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:6135;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:6136;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:6137;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6138;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6139;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6140;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6141;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6142;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6143;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6144;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6145;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6146;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6147;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6148;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6149;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6150;s:35:\"apihelp-query+imageinfo-param-limit\";i:6151;s:35:\"apihelp-query+imageinfo-param-start\";i:6152;s:33:\"apihelp-query+imageinfo-param-end\";i:6153;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6154;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:6155;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6156;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6157;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6158;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6159;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6160;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6161;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6162;s:38:\"apihelp-query+imageinfo-example-simple\";i:6163;s:37:\"apihelp-query+imageinfo-example-dated\";i:6164;s:28:\"apihelp-query+images-summary\";i:6165;s:32:\"apihelp-query+images-param-limit\";i:6166;s:33:\"apihelp-query+images-param-images\";i:6167;s:30:\"apihelp-query+images-param-dir\";i:6168;s:35:\"apihelp-query+images-example-simple\";i:6169;s:38:\"apihelp-query+images-example-generator\";i:6170;s:32:\"apihelp-query+imageusage-summary\";i:6171;s:36:\"apihelp-query+imageusage-param-title\";i:6172;s:37:\"apihelp-query+imageusage-param-pageid\";i:6173;s:40:\"apihelp-query+imageusage-param-namespace\";i:6174;s:34:\"apihelp-query+imageusage-param-dir\";i:6175;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6176;s:36:\"apihelp-query+imageusage-param-limit\";i:6177;s:39:\"apihelp-query+imageusage-param-redirect\";i:6178;s:39:\"apihelp-query+imageusage-example-simple\";i:6179;s:42:\"apihelp-query+imageusage-example-generator\";i:6180;s:26:\"apihelp-query+info-summary\";i:6181;s:29:\"apihelp-query+info-param-prop\";i:6182;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6183;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6184;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6185;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6186;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6187;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6188;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6189;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6190;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6191;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6192;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6193;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6194;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6195;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6196;s:36:\"apihelp-query+info-param-linkcontext\";i:6197;s:36:\"apihelp-query+info-param-testactions\";i:6198;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6199;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6200;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6201;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6202;s:33:\"apihelp-query+info-example-simple\";i:6203;s:37:\"apihelp-query+info-example-protection\";i:6204;s:33:\"apihelp-query+iwbacklinks-summary\";i:6205;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6206;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6207;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6208;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6209;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6210;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6211;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6212;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6213;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6214;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6215;s:29:\"apihelp-query+iwlinks-summary\";i:6216;s:31:\"apihelp-query+iwlinks-param-url\";i:6217;s:32:\"apihelp-query+iwlinks-param-prop\";i:6218;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6219;s:33:\"apihelp-query+iwlinks-param-limit\";i:6220;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6221;s:33:\"apihelp-query+iwlinks-param-title\";i:6222;s:31:\"apihelp-query+iwlinks-param-dir\";i:6223;s:36:\"apihelp-query+iwlinks-example-simple\";i:6224;s:35:\"apihelp-query+langbacklinks-summary\";i:6225;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6226;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6227;s:39:\"apihelp-query+langbacklinks-param-title\";i:6228;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6229;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6230;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6231;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6232;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6233;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6234;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6235;s:31:\"apihelp-query+langlinks-summary\";i:6236;s:35:\"apihelp-query+langlinks-param-limit\";i:6237;s:33:\"apihelp-query+langlinks-param-url\";i:6238;s:34:\"apihelp-query+langlinks-param-prop\";i:6239;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6240;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6241;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6242;s:34:\"apihelp-query+langlinks-param-lang\";i:6243;s:35:\"apihelp-query+langlinks-param-title\";i:6244;s:33:\"apihelp-query+langlinks-param-dir\";i:6245;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6246;s:38:\"apihelp-query+langlinks-example-simple\";i:6247;s:34:\"apihelp-query+languageinfo-summary\";i:6248;s:47:\"apihelp-query+languageinfo-extended-description\";i:6249;s:37:\"apihelp-query+languageinfo-param-prop\";i:6250;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6251;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6252;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6253;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6254;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6255;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6256;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6257;s:37:\"apihelp-query+languageinfo-param-code\";i:6258;s:41:\"apihelp-query+languageinfo-example-simple\";i:6259;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6260;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6261;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6262;s:27:\"apihelp-query+links-summary\";i:6263;s:35:\"apihelp-query+links-param-namespace\";i:6264;s:31:\"apihelp-query+links-param-limit\";i:6265;s:32:\"apihelp-query+links-param-titles\";i:6266;s:29:\"apihelp-query+links-param-dir\";i:6267;s:34:\"apihelp-query+links-example-simple\";i:6268;s:37:\"apihelp-query+links-example-generator\";i:6269;s:38:\"apihelp-query+links-example-namespaces\";i:6270;s:31:\"apihelp-query+linkshere-summary\";i:6271;s:34:\"apihelp-query+linkshere-param-prop\";i:6272;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6273;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6274;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6275;s:39:\"apihelp-query+linkshere-param-namespace\";i:6276;s:35:\"apihelp-query+linkshere-param-limit\";i:6277;s:34:\"apihelp-query+linkshere-param-show\";i:6278;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6279;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6280;s:38:\"apihelp-query+linkshere-example-simple\";i:6281;s:41:\"apihelp-query+linkshere-example-generator\";i:6282;s:31:\"apihelp-query+logevents-summary\";i:6283;s:34:\"apihelp-query+logevents-param-prop\";i:6284;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6285;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6286;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6287;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6288;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6289;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6290;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6291;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6292;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6293;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6294;s:34:\"apihelp-query+logevents-param-type\";i:6295;s:36:\"apihelp-query+logevents-param-action\";i:6296;s:35:\"apihelp-query+logevents-param-start\";i:6297;s:33:\"apihelp-query+logevents-param-end\";i:6298;s:34:\"apihelp-query+logevents-param-user\";i:6299;s:35:\"apihelp-query+logevents-param-title\";i:6300;s:39:\"apihelp-query+logevents-param-namespace\";i:6301;s:36:\"apihelp-query+logevents-param-prefix\";i:6302;s:33:\"apihelp-query+logevents-param-tag\";i:6303;s:35:\"apihelp-query+logevents-param-limit\";i:6304;s:38:\"apihelp-query+logevents-example-simple\";i:6305;s:35:\"apihelp-query+pagepropnames-summary\";i:6306;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6307;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6308;s:31:\"apihelp-query+pageprops-summary\";i:6309;s:34:\"apihelp-query+pageprops-param-prop\";i:6310;s:38:\"apihelp-query+pageprops-example-simple\";i:6311;s:35:\"apihelp-query+pageswithprop-summary\";i:6312;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6313;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6314;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6315;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6316;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6317;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6318;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6319;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6320;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6321;s:34:\"apihelp-query+prefixsearch-summary\";i:6322;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6323;s:39:\"apihelp-query+prefixsearch-param-search\";i:6324;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6325;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6326;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6327;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6328;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6329;s:37:\"apihelp-query+protectedtitles-summary\";i:6330;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6331;s:41:\"apihelp-query+protectedtitles-param-level\";i:6332;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6333;s:41:\"apihelp-query+protectedtitles-param-start\";i:6334;s:39:\"apihelp-query+protectedtitles-param-end\";i:6335;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6336;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6337;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6338;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6339;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6340;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6341;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6342;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6343;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6344;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6345;s:31:\"apihelp-query+querypage-summary\";i:6346;s:34:\"apihelp-query+querypage-param-page\";i:6347;s:35:\"apihelp-query+querypage-param-limit\";i:6348;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6349;s:28:\"apihelp-query+random-summary\";i:6350;s:41:\"apihelp-query+random-extended-description\";i:6351;s:36:\"apihelp-query+random-param-namespace\";i:6352;s:32:\"apihelp-query+random-param-limit\";i:6353;s:35:\"apihelp-query+random-param-redirect\";i:6354;s:38:\"apihelp-query+random-param-filterredir\";i:6355;s:35:\"apihelp-query+random-example-simple\";i:6356;s:38:\"apihelp-query+random-example-generator\";i:6357;s:35:\"apihelp-query+recentchanges-summary\";i:6358;s:39:\"apihelp-query+recentchanges-param-start\";i:6359;s:37:\"apihelp-query+recentchanges-param-end\";i:6360;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6361;s:38:\"apihelp-query+recentchanges-param-user\";i:6362;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6363;s:37:\"apihelp-query+recentchanges-param-tag\";i:6364;s:38:\"apihelp-query+recentchanges-param-slot\";i:6365;s:38:\"apihelp-query+recentchanges-param-prop\";i:6366;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6367;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6368;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6369;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6370;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6371;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6372;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6373;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6374;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6375;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6376;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6377;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6378;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6379;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6380;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6381;s:38:\"apihelp-query+recentchanges-param-show\";i:6382;s:39:\"apihelp-query+recentchanges-param-limit\";i:6383;s:38:\"apihelp-query+recentchanges-param-type\";i:6384;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6385;s:39:\"apihelp-query+recentchanges-param-title\";i:6386;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6387;s:42:\"apihelp-query+recentchanges-example-simple\";i:6388;s:45:\"apihelp-query+recentchanges-example-generator\";i:6389;s:31:\"apihelp-query+redirects-summary\";i:6390;s:34:\"apihelp-query+redirects-param-prop\";i:6391;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6392;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6393;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6394;s:39:\"apihelp-query+redirects-param-namespace\";i:6395;s:35:\"apihelp-query+redirects-param-limit\";i:6396;s:34:\"apihelp-query+redirects-param-show\";i:6397;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6398;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6399;s:38:\"apihelp-query+redirects-example-simple\";i:6400;s:41:\"apihelp-query+redirects-example-generator\";i:6401;s:31:\"apihelp-query+revisions-summary\";i:6402;s:44:\"apihelp-query+revisions-extended-description\";i:6403;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6404;s:37:\"apihelp-query+revisions-param-startid\";i:6405;s:35:\"apihelp-query+revisions-param-endid\";i:6406;s:35:\"apihelp-query+revisions-param-start\";i:6407;s:33:\"apihelp-query+revisions-param-end\";i:6408;s:34:\"apihelp-query+revisions-param-user\";i:6409;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6410;s:33:\"apihelp-query+revisions-param-tag\";i:6411;s:39:\"apihelp-query+revisions-example-content\";i:6412;s:37:\"apihelp-query+revisions-example-last5\";i:6413;s:38:\"apihelp-query+revisions-example-first5\";i:6414;s:44:\"apihelp-query+revisions-example-first5-after\";i:6415;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6416;s:43:\"apihelp-query+revisions-example-first5-user\";i:6417;s:39:\"apihelp-query+revisions+base-param-prop\";i:6418;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6419;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6420;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6421;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6422;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6423;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6424;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6425;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6426;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6427;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6428;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6429;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6430;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6431;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6432;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6433;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6434;s:40:\"apihelp-query+revisions+base-param-slots\";i:6435;s:40:\"apihelp-query+revisions+base-param-limit\";i:6436;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6437;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6438;s:40:\"apihelp-query+revisions+base-param-parse\";i:6439;s:42:\"apihelp-query+revisions+base-param-section\";i:6440;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6441;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6442;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6443;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6444;s:28:\"apihelp-query+search-summary\";i:6445;s:33:\"apihelp-query+search-param-search\";i:6446;s:36:\"apihelp-query+search-param-namespace\";i:6447;s:31:\"apihelp-query+search-param-what\";i:6448;s:31:\"apihelp-query+search-param-info\";i:6449;s:31:\"apihelp-query+search-param-prop\";i:6450;s:36:\"apihelp-query+search-param-qiprofile\";i:6451;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6452;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6453;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6454;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6455;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6456;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6457;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6458;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6459;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6460;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6461;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6462;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6463;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6464;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6465;s:32:\"apihelp-query+search-param-limit\";i:6466;s:36:\"apihelp-query+search-param-interwiki\";i:6467;s:34:\"apihelp-query+search-param-backend\";i:6468;s:41:\"apihelp-query+search-param-enablerewrites\";i:6469;s:31:\"apihelp-query+search-param-sort\";i:6470;s:35:\"apihelp-query+search-example-simple\";i:6471;s:33:\"apihelp-query+search-example-text\";i:6472;s:38:\"apihelp-query+search-example-generator\";i:6473;s:30:\"apihelp-query+siteinfo-summary\";i:6474;s:33:\"apihelp-query+siteinfo-param-prop\";i:6475;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6476;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6477;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6478;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6479;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6480;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6481;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6482;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6483;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6484;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6485;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6486;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6487;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6488;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6489;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6490;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6491;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6492;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6493;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6494;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6495;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6496;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6497;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6498;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6499;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6500;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6501;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6502;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6503;s:37:\"apihelp-query+siteinfo-example-simple\";i:6504;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6505;s:37:\"apihelp-query+siteinfo-example-replag\";i:6506;s:36:\"apihelp-query+stashimageinfo-summary\";i:6507;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6508;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6509;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6510;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6511;s:26:\"apihelp-query+tags-summary\";i:6512;s:30:\"apihelp-query+tags-param-limit\";i:6513;s:29:\"apihelp-query+tags-param-prop\";i:6514;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6515;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6516;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6517;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6518;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6519;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6520;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6521;s:33:\"apihelp-query+tags-example-simple\";i:6522;s:31:\"apihelp-query+templates-summary\";i:6523;s:39:\"apihelp-query+templates-param-namespace\";i:6524;s:35:\"apihelp-query+templates-param-limit\";i:6525;s:39:\"apihelp-query+templates-param-templates\";i:6526;s:33:\"apihelp-query+templates-param-dir\";i:6527;s:38:\"apihelp-query+templates-example-simple\";i:6528;s:41:\"apihelp-query+templates-example-generator\";i:6529;s:42:\"apihelp-query+templates-example-namespaces\";i:6530;s:28:\"apihelp-query+tokens-summary\";i:6531;s:31:\"apihelp-query+tokens-param-type\";i:6532;s:35:\"apihelp-query+tokens-example-simple\";i:6533;s:34:\"apihelp-query+tokens-example-types\";i:6534;s:35:\"apihelp-query+transcludedin-summary\";i:6535;s:38:\"apihelp-query+transcludedin-param-prop\";i:6536;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6537;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6538;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6539;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6540;s:39:\"apihelp-query+transcludedin-param-limit\";i:6541;s:38:\"apihelp-query+transcludedin-param-show\";i:6542;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6543;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6544;s:42:\"apihelp-query+transcludedin-example-simple\";i:6545;s:45:\"apihelp-query+transcludedin-example-generator\";i:6546;s:34:\"apihelp-query+usercontribs-summary\";i:6547;s:38:\"apihelp-query+usercontribs-param-limit\";i:6548;s:38:\"apihelp-query+usercontribs-param-start\";i:6549;s:36:\"apihelp-query+usercontribs-param-end\";i:6550;s:37:\"apihelp-query+usercontribs-param-user\";i:6551;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6552;s:40:\"apihelp-query+usercontribs-param-userids\";i:6553;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6554;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6555;s:37:\"apihelp-query+usercontribs-param-prop\";i:6556;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6557;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6558;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6559;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6560;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6561;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6562;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6563;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6564;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6565;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6566;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6567;s:37:\"apihelp-query+usercontribs-param-show\";i:6568;s:36:\"apihelp-query+usercontribs-param-tag\";i:6569;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6570;s:39:\"apihelp-query+usercontribs-example-user\";i:6571;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6572;s:30:\"apihelp-query+userinfo-summary\";i:6573;s:33:\"apihelp-query+userinfo-param-prop\";i:6574;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6575;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6576;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6577;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6578;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6579;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6580;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6581;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6582;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6583;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6584;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6585;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6586;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6587;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6588;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6589;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6590;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6591;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6592;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6593;s:37:\"apihelp-query+userinfo-example-simple\";i:6594;s:35:\"apihelp-query+userinfo-example-data\";i:6595;s:27:\"apihelp-query+users-summary\";i:6596;s:30:\"apihelp-query+users-param-prop\";i:6597;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6598;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6599;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6600;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6601;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6602;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6603;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6604;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6605;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6606;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6607;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6608;s:38:\"apihelp-query+users-param-attachedwiki\";i:6609;s:31:\"apihelp-query+users-param-users\";i:6610;s:33:\"apihelp-query+users-param-userids\";i:6611;s:34:\"apihelp-query+users-example-simple\";i:6612;s:31:\"apihelp-query+watchlist-summary\";i:6613;s:36:\"apihelp-query+watchlist-param-allrev\";i:6614;s:35:\"apihelp-query+watchlist-param-start\";i:6615;s:33:\"apihelp-query+watchlist-param-end\";i:6616;s:39:\"apihelp-query+watchlist-param-namespace\";i:6617;s:34:\"apihelp-query+watchlist-param-user\";i:6618;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6619;s:35:\"apihelp-query+watchlist-param-limit\";i:6620;s:34:\"apihelp-query+watchlist-param-prop\";i:6621;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6622;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6623;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6624;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6625;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6626;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6627;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6628;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6629;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6630;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6631;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6632;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6633;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6634;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6635;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6636;s:34:\"apihelp-query+watchlist-param-show\";i:6637;s:34:\"apihelp-query+watchlist-param-type\";i:6638;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6639;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6640;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6641;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6642;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6643;s:35:\"apihelp-query+watchlist-param-owner\";i:6644;s:35:\"apihelp-query+watchlist-param-token\";i:6645;s:38:\"apihelp-query+watchlist-example-simple\";i:6646;s:37:\"apihelp-query+watchlist-example-props\";i:6647;s:38:\"apihelp-query+watchlist-example-expiry\";i:6648;s:38:\"apihelp-query+watchlist-example-allrev\";i:6649;s:41:\"apihelp-query+watchlist-example-generator\";i:6650;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6651;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6652;s:34:\"apihelp-query+watchlistraw-summary\";i:6653;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6654;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6655;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6656;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6657;s:37:\"apihelp-query+watchlistraw-param-show\";i:6658;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6659;s:38:\"apihelp-query+watchlistraw-param-token\";i:6660;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6661;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6662;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6663;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6664;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6665;s:40:\"apihelp-removeauthenticationdata-summary\";i:6666;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6667;s:29:\"apihelp-resetpassword-summary\";i:6668;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6669;s:32:\"apihelp-resetpassword-param-user\";i:6670;s:33:\"apihelp-resetpassword-param-email\";i:6671;s:34:\"apihelp-resetpassword-example-user\";i:6672;s:35:\"apihelp-resetpassword-example-email\";i:6673;s:30:\"apihelp-revisiondelete-summary\";i:6674;s:33:\"apihelp-revisiondelete-param-type\";i:6675;s:35:\"apihelp-revisiondelete-param-target\";i:6676;s:32:\"apihelp-revisiondelete-param-ids\";i:6677;s:33:\"apihelp-revisiondelete-param-hide\";i:6678;s:33:\"apihelp-revisiondelete-param-show\";i:6679;s:37:\"apihelp-revisiondelete-param-suppress\";i:6680;s:35:\"apihelp-revisiondelete-param-reason\";i:6681;s:33:\"apihelp-revisiondelete-param-tags\";i:6682;s:39:\"apihelp-revisiondelete-example-revision\";i:6683;s:34:\"apihelp-revisiondelete-example-log\";i:6684;s:24:\"apihelp-rollback-summary\";i:6685;s:37:\"apihelp-rollback-extended-description\";i:6686;s:28:\"apihelp-rollback-param-title\";i:6687;s:29:\"apihelp-rollback-param-pageid\";i:6688;s:27:\"apihelp-rollback-param-tags\";i:6689;s:27:\"apihelp-rollback-param-user\";i:6690;s:30:\"apihelp-rollback-param-summary\";i:6691;s:30:\"apihelp-rollback-param-markbot\";i:6692;s:32:\"apihelp-rollback-param-watchlist\";i:6693;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6694;s:31:\"apihelp-rollback-example-simple\";i:6695;s:32:\"apihelp-rollback-example-summary\";i:6696;s:19:\"apihelp-rsd-summary\";i:6697;s:26:\"apihelp-rsd-example-simple\";i:6698;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6699;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6700;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6701;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6702;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6703;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6704;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6705;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6706;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6707;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6708;s:31:\"apihelp-setpagelanguage-summary\";i:6709;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6710;s:35:\"apihelp-setpagelanguage-param-title\";i:6711;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6712;s:34:\"apihelp-setpagelanguage-param-lang\";i:6713;s:36:\"apihelp-setpagelanguage-param-reason\";i:6714;s:34:\"apihelp-setpagelanguage-param-tags\";i:6715;s:40:\"apihelp-setpagelanguage-example-language\";i:6716;s:39:\"apihelp-setpagelanguage-example-default\";i:6717;s:25:\"apihelp-stashedit-summary\";i:6718;s:38:\"apihelp-stashedit-extended-description\";i:6719;s:29:\"apihelp-stashedit-param-title\";i:6720;s:31:\"apihelp-stashedit-param-section\";i:6721;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6722;s:28:\"apihelp-stashedit-param-text\";i:6723;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6724;s:36:\"apihelp-stashedit-param-contentmodel\";i:6725;s:37:\"apihelp-stashedit-param-contentformat\";i:6726;s:33:\"apihelp-stashedit-param-baserevid\";i:6727;s:31:\"apihelp-stashedit-param-summary\";i:6728;s:19:\"apihelp-tag-summary\";i:6729;s:22:\"apihelp-tag-param-rcid\";i:6730;s:23:\"apihelp-tag-param-revid\";i:6731;s:23:\"apihelp-tag-param-logid\";i:6732;s:21:\"apihelp-tag-param-add\";i:6733;s:24:\"apihelp-tag-param-remove\";i:6734;s:24:\"apihelp-tag-param-reason\";i:6735;s:22:\"apihelp-tag-param-tags\";i:6736;s:23:\"apihelp-tag-example-rev\";i:6737;s:23:\"apihelp-tag-example-log\";i:6738;s:23:\"apihelp-unblock-summary\";i:6739;s:24:\"apihelp-unblock-param-id\";i:6740;s:26:\"apihelp-unblock-param-user\";i:6741;s:28:\"apihelp-unblock-param-userid\";i:6742;s:28:\"apihelp-unblock-param-reason\";i:6743;s:26:\"apihelp-unblock-param-tags\";i:6744;s:26:\"apihelp-unblock-example-id\";i:6745;s:28:\"apihelp-unblock-example-user\";i:6746;s:24:\"apihelp-undelete-summary\";i:6747;s:37:\"apihelp-undelete-extended-description\";i:6748;s:28:\"apihelp-undelete-param-title\";i:6749;s:29:\"apihelp-undelete-param-reason\";i:6750;s:27:\"apihelp-undelete-param-tags\";i:6751;s:33:\"apihelp-undelete-param-timestamps\";i:6752;s:30:\"apihelp-undelete-param-fileids\";i:6753;s:32:\"apihelp-undelete-param-watchlist\";i:6754;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6755;s:35:\"apihelp-undelete-param-undeletetalk\";i:6756;s:29:\"apihelp-undelete-example-page\";i:6757;s:34:\"apihelp-undelete-example-revisions\";i:6758;s:29:\"apihelp-unlinkaccount-summary\";i:6759;s:36:\"apihelp-unlinkaccount-example-simple\";i:6760;s:22:\"apihelp-upload-summary\";i:6761;s:35:\"apihelp-upload-extended-description\";i:6762;s:29:\"apihelp-upload-param-filename\";i:6763;s:28:\"apihelp-upload-param-comment\";i:6764;s:25:\"apihelp-upload-param-tags\";i:6765;s:25:\"apihelp-upload-param-text\";i:6766;s:26:\"apihelp-upload-param-watch\";i:6767;s:30:\"apihelp-upload-param-watchlist\";i:6768;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6769;s:35:\"apihelp-upload-param-ignorewarnings\";i:6770;s:25:\"apihelp-upload-param-file\";i:6771;s:24:\"apihelp-upload-param-url\";i:6772;s:28:\"apihelp-upload-param-filekey\";i:6773;s:31:\"apihelp-upload-param-sessionkey\";i:6774;s:26:\"apihelp-upload-param-stash\";i:6775;s:29:\"apihelp-upload-param-filesize\";i:6776;s:27:\"apihelp-upload-param-offset\";i:6777;s:26:\"apihelp-upload-param-chunk\";i:6778;s:26:\"apihelp-upload-param-async\";i:6779;s:32:\"apihelp-upload-param-checkstatus\";i:6780;s:26:\"apihelp-upload-example-url\";i:6781;s:30:\"apihelp-upload-example-filekey\";i:6782;s:26:\"apihelp-userrights-summary\";i:6783;s:29:\"apihelp-userrights-param-user\";i:6784;s:31:\"apihelp-userrights-param-userid\";i:6785;s:28:\"apihelp-userrights-param-add\";i:6786;s:31:\"apihelp-userrights-param-expiry\";i:6787;s:31:\"apihelp-userrights-param-remove\";i:6788;s:31:\"apihelp-userrights-param-reason\";i:6789;s:29:\"apihelp-userrights-param-tags\";i:6790;s:31:\"apihelp-userrights-example-user\";i:6791;s:33:\"apihelp-userrights-example-userid\";i:6792;s:33:\"apihelp-userrights-example-expiry\";i:6793;s:32:\"apihelp-validatepassword-summary\";i:6794;s:45:\"apihelp-validatepassword-extended-description\";i:6795;s:39:\"apihelp-validatepassword-param-password\";i:6796;s:35:\"apihelp-validatepassword-param-user\";i:6797;s:36:\"apihelp-validatepassword-param-email\";i:6798;s:39:\"apihelp-validatepassword-param-realname\";i:6799;s:34:\"apihelp-validatepassword-example-1\";i:6800;s:34:\"apihelp-validatepassword-example-2\";i:6801;s:21:\"apihelp-watch-summary\";i:6802;s:25:\"apihelp-watch-param-title\";i:6803;s:26:\"apihelp-watch-param-expiry\";i:6804;s:27:\"apihelp-watch-param-unwatch\";i:6805;s:27:\"apihelp-watch-example-watch\";i:6806;s:34:\"apihelp-watch-example-watch-expiry\";i:6807;s:29:\"apihelp-watch-example-unwatch\";i:6808;s:31:\"apihelp-watch-example-generator\";i:6809;s:30:\"apihelp-format-example-generic\";i:6810;s:32:\"apihelp-format-param-wrappedhtml\";i:6811;s:20:\"apihelp-json-summary\";i:6812;s:27:\"apihelp-json-param-callback\";i:6813;s:23:\"apihelp-json-param-utf8\";i:6814;s:24:\"apihelp-json-param-ascii\";i:6815;s:32:\"apihelp-json-param-formatversion\";i:6816;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6817;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6818;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6819;s:22:\"apihelp-jsonfm-summary\";i:6820;s:20:\"apihelp-none-summary\";i:6821;s:19:\"apihelp-php-summary\";i:6822;s:31:\"apihelp-php-param-formatversion\";i:6823;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6824;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6825;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6826;s:21:\"apihelp-phpfm-summary\";i:6827;s:21:\"apihelp-rawfm-summary\";i:6828;s:19:\"apihelp-xml-summary\";i:6829;s:22:\"apihelp-xml-param-xslt\";i:6830;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6831;s:21:\"apihelp-xmlfm-summary\";i:6832;s:16:\"api-format-title\";i:6833;s:29:\"api-format-prettyprint-header\";i:6834;s:39:\"api-format-prettyprint-header-only-html\";i:6835;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6836;s:29:\"api-format-prettyprint-status\";i:6837;s:22:\"api-login-fail-aborted\";i:6838;s:30:\"api-login-fail-aborted-nobotpw\";i:6839;s:33:\"api-login-fail-badsessionprovider\";i:6840;s:25:\"api-login-fail-sameorigin\";i:6841;s:24:\"api-pageset-param-titles\";i:6842;s:25:\"api-pageset-param-pageids\";i:6843;s:24:\"api-pageset-param-revids\";i:6844;s:27:\"api-pageset-param-generator\";i:6845;s:37:\"api-pageset-param-redirects-generator\";i:6846;s:39:\"api-pageset-param-redirects-nogenerator\";i:6847;s:31:\"api-pageset-param-converttitles\";i:6848;s:14:\"api-help-title\";i:6849;s:13:\"api-help-lead\";i:6850;s:20:\"api-help-main-header\";i:6851;s:28:\"api-help-undocumented-module\";i:6852;s:14:\"api-help-flags\";i:6853;s:24:\"api-help-flag-deprecated\";i:6854;s:22:\"api-help-flag-internal\";i:6855;s:24:\"api-help-flag-readrights\";i:6856;s:25:\"api-help-flag-writerights\";i:6857;s:26:\"api-help-flag-mustbeposted\";i:6858;s:23:\"api-help-flag-generator\";i:6859;s:15:\"api-help-source\";i:6860;s:23:\"api-help-source-unknown\";i:6861;s:16:\"api-help-license\";i:6862;s:23:\"api-help-license-noname\";i:6863;s:24:\"api-help-license-unknown\";i:6864;s:18:\"api-help-help-urls\";i:6865;s:19:\"api-help-parameters\";i:6866;s:24:\"api-help-parameters-note\";i:6867;s:25:\"api-help-param-deprecated\";i:6868;s:31:\"api-help-param-deprecated-label\";i:6869;s:23:\"api-help-param-internal\";i:6870;s:29:\"api-help-param-internal-label\";i:6871;s:24:\"api-help-param-templated\";i:6872;s:34:\"api-help-param-templated-var-first\";i:6873;s:28:\"api-help-param-templated-var\";i:6874;s:25:\"api-help-datatypes-header\";i:6875;s:22:\"api-help-datatypes-top\";i:6876;s:25:\"api-help-datatype-boolean\";i:6877;s:24:\"api-help-datatype-expiry\";i:6878;s:27:\"api-help-datatype-timestamp\";i:6879;s:31:\"api-help-templatedparams-header\";i:6880;s:24:\"api-help-templatedparams\";i:6881;s:26:\"api-help-param-type-expiry\";i:6882;s:25:\"api-help-param-type-limit\";i:6883;s:35:\"api-help-param-type-presenceboolean\";i:6884;s:29:\"api-help-param-type-timestamp\";i:6885;s:24:\"api-help-param-type-enum\";i:6886;s:29:\"api-help-param-multi-separate\";i:6887;s:24:\"api-help-param-multi-all\";i:6888;s:28:\"api-help-param-default-empty\";i:6889;s:20:\"api-help-param-token\";i:6890;s:26:\"api-help-param-token-webui\";i:6891;s:37:\"api-help-param-disabled-in-miser-mode\";i:6892;s:36:\"api-help-param-limited-in-miser-mode\";i:6893;s:24:\"api-help-param-direction\";i:6894;s:35:\"api-help-paramvalue-direction-newer\";i:6895;s:35:\"api-help-paramvalue-direction-older\";i:6896;s:23:\"api-help-param-continue\";i:6897;s:29:\"api-help-param-no-description\";i:6898;s:17:\"api-help-examples\";i:6899;s:20:\"api-help-permissions\";i:6900;s:31:\"api-help-permissions-granted-to\";i:6901;s:28:\"api-help-right-apihighlimits\";i:6902;s:27:\"api-help-open-in-apisandbox\";i:6903;s:32:\"api-help-no-extended-description\";i:6904;s:34:\"api-help-authmanager-general-usage\";i:6905;s:35:\"api-help-authmanagerhelper-requests\";i:6906;s:34:\"api-help-authmanagerhelper-request\";i:6907;s:40:\"api-help-authmanagerhelper-messageformat\";i:6908;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6909;s:40:\"api-help-authmanagerhelper-preservestate\";i:6910;s:36:\"api-help-authmanagerhelper-returnurl\";i:6911;s:35:\"api-help-authmanagerhelper-continue\";i:6912;s:44:\"api-help-authmanagerhelper-additional-params\";i:6913;s:27:\"apierror-allimages-redirect\";i:6914;s:37:\"apierror-allpages-generator-redirects\";i:6915;s:27:\"apierror-appendnotsupported\";i:6916;s:22:\"apierror-articleexists\";i:6917;s:25:\"apierror-assertanonfailed\";i:6918;s:24:\"apierror-assertbotfailed\";i:6919;s:30:\"apierror-assertnameduserfailed\";i:6920;s:25:\"apierror-assertuserfailed\";i:6921;s:20:\"apierror-autoblocked\";i:6922;s:32:\"apierror-bad-badfilecontexttitle\";i:6923;s:33:\"apierror-badconfig-resulttoosmall\";i:6924;s:20:\"apierror-badcontinue\";i:6925;s:16:\"apierror-baddiff\";i:6926;s:18:\"apierror-baddiffto\";i:6927;s:26:\"apierror-badformat-generic\";i:6928;s:18:\"apierror-badformat\";i:6929;s:34:\"apierror-badgenerator-notgenerator\";i:6930;s:29:\"apierror-badgenerator-unknown\";i:6931;s:14:\"apierror-badip\";i:6932;s:15:\"apierror-badmd5\";i:6933;s:31:\"apierror-badmodule-badsubmodule\";i:6934;s:31:\"apierror-badmodule-nosubmodules\";i:6935;s:21:\"apierror-badparameter\";i:6936;s:17:\"apierror-badquery\";i:6937;s:21:\"apierror-badtimestamp\";i:6938;s:17:\"apierror-badtoken\";i:6939;s:18:\"apierror-badupload\";i:6940;s:15:\"apierror-badurl\";i:6941;s:16:\"apierror-baduser\";i:6942;s:31:\"apierror-badvalue-notmultivalue\";i:6943;s:28:\"apierror-bad-watchlist-token\";i:6944;s:24:\"apierror-blockedfrommail\";i:6945;s:16:\"apierror-blocked\";i:6946;s:24:\"apierror-blocked-partial\";i:6947;s:25:\"apierror-botsnotsupported\";i:6948;s:33:\"apierror-cannot-async-upload-file\";i:6949;s:29:\"apierror-cannotreauthenticate\";i:6950;s:24:\"apierror-cannotviewtitle\";i:6951;s:24:\"apierror-cantblock-email\";i:6952;s:18:\"apierror-cantblock\";i:6953;s:31:\"apierror-cantchangecontentmodel\";i:6954;s:17:\"apierror-canthide\";i:6955;s:26:\"apierror-cantimport-upload\";i:6956;s:19:\"apierror-cantimport\";i:6957;s:33:\"apierror-cantoverwrite-sharedfile\";i:6958;s:17:\"apierror-cantsend\";i:6959;s:21:\"apierror-cantundelete\";i:6960;s:33:\"apierror-cantview-deleted-comment\";i:6961;s:37:\"apierror-cantview-deleted-description\";i:6962;s:34:\"apierror-cantview-deleted-metadata\";i:6963;s:42:\"apierror-cantview-deleted-revision-content\";i:6964;s:29:\"apierror-changeauth-norequest\";i:6965;s:40:\"apierror-changecontentmodel-missingtitle\";i:6966;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6967;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6968;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6969;s:24:\"apierror-chunk-too-small\";i:6970;s:21:\"apierror-cidrtoobroad\";i:6971;s:33:\"apierror-compare-maintextrequired\";i:6972;s:25:\"apierror-compare-no-title\";i:6973;s:34:\"apierror-compare-nosuchfromsection\";i:6974;s:32:\"apierror-compare-nosuchtosection\";i:6975;s:31:\"apierror-compare-nofromrevision\";i:6976;s:23:\"apierror-compare-notext\";i:6977;s:29:\"apierror-compare-notorevision\";i:6978;s:26:\"apierror-concurrency-limit\";i:6979;s:36:\"apierror-compare-relative-to-deleted\";i:6980;s:36:\"apierror-compare-relative-to-nothing\";i:6981;s:38:\"apierror-contentserializationexception\";i:6982;s:22:\"apierror-contenttoobig\";i:6983;s:30:\"apierror-contentmodel-mismatch\";i:6984;s:28:\"apierror-copyuploadbaddomain\";i:6985;s:25:\"apierror-copyuploadbadurl\";i:6986;s:27:\"apierror-create-titleexists\";i:6987;s:19:\"apierror-csp-report\";i:6988;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6989;s:32:\"apierror-deletedrevs-param-not-3\";i:6990;s:29:\"apierror-edit-invalidredirect\";i:6991;s:24:\"apierror-emptynewsection\";i:6992;s:18:\"apierror-emptypage\";i:6993;s:24:\"apierror-exceptioncaught\";i:6994;s:28:\"apierror-exceptioncaughttype\";i:6995;s:25:\"apierror-filedoesnotexist\";i:6996;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6997;s:19:\"apierror-filenopath\";i:6998;s:32:\"apierror-filetypecannotberotated\";i:6999;s:18:\"apierror-formatphp\";i:7000;s:28:\"apierror-imageusage-badtitle\";i:7001;s:28:\"apierror-import-unknownerror\";i:7002;s:38:\"apierror-integeroutofrange-abovebotmax\";i:7003;s:35:\"apierror-integeroutofrange-abovemax\";i:7004;s:39:\"apierror-integeroutofrange-belowminimum\";i:7005;s:24:\"apierror-invalidcategory\";i:7006;s:22:\"apierror-invalid-chunk\";i:7007;s:22:\"apierror-invalidexpiry\";i:7008;s:25:\"apierror-invalid-file-key\";i:7009;s:23:\"apierror-invalidiprange\";i:7010;s:20:\"apierror-invalidlang\";i:7011;s:22:\"apierror-invalidmethod\";i:7012;s:24:\"apierror-invalidoldimage\";i:7013;s:38:\"apierror-invalidparammix-cannotusewith\";i:7014;s:36:\"apierror-invalidparammix-mustusewith\";i:7015;s:42:\"apierror-invalidparammix-parse-new-section\";i:7016;s:24:\"apierror-invalidparammix\";i:7017;s:23:\"apierror-invalidsection\";i:7018;s:30:\"apierror-invalidsha1base36hash\";i:7019;s:24:\"apierror-invalidsha1hash\";i:7020;s:21:\"apierror-invalidtitle\";i:7021;s:24:\"apierror-invalidurlparam\";i:7022;s:20:\"apierror-invaliduser\";i:7023;s:22:\"apierror-invaliduserid\";i:7024;s:21:\"apierror-ipoutofrange\";i:7025;s:17:\"apierror-maxbytes\";i:7026;s:17:\"apierror-maxchars\";i:7027;s:23:\"apierror-maxlag-generic\";i:7028;s:15:\"apierror-maxlag\";i:7029;s:27:\"apierror-mimesearchdisabled\";i:7030;s:30:\"apierror-missingcontent-pageid\";i:7031;s:29:\"apierror-missingcontent-revid\";i:7032;s:34:\"apierror-missingcontent-revid-role\";i:7033;s:37:\"apierror-missingparam-at-least-one-of\";i:7034;s:28:\"apierror-missingparam-one-of\";i:7035;s:21:\"apierror-missingparam\";i:7036;s:26:\"apierror-missingrev-pageid\";i:7037;s:25:\"apierror-missingrev-title\";i:7038;s:32:\"apierror-missingtitle-createonly\";i:7039;s:21:\"apierror-missingtitle\";i:7040;s:28:\"apierror-missingtitle-byname\";i:7041;s:23:\"apierror-moduledisabled\";i:7042;s:29:\"apierror-multival-only-one-of\";i:7043;s:18:\"apierror-multpages\";i:7044;s:34:\"apierror-mustbeloggedin-changeauth\";i:7045;s:31:\"apierror-mustbeloggedin-generic\";i:7046;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:7047;s:34:\"apierror-mustbeloggedin-removeauth\";i:7048;s:35:\"apierror-mustbeloggedin-uploadstash\";i:7049;s:23:\"apierror-mustbeloggedin\";i:7050;s:21:\"apierror-mustbeposted\";i:7051;s:23:\"apierror-mustpostparams\";i:7052;s:19:\"apierror-noapiwrite\";i:7053;s:18:\"apierror-nochanges\";i:7054;s:25:\"apierror-nodeleteablefile\";i:7055;s:26:\"apierror-no-direct-editing\";i:7056;s:20:\"apierror-noedit-anon\";i:7057;s:15:\"apierror-noedit\";i:7058;s:29:\"apierror-noimageredirect-anon\";i:7059;s:24:\"apierror-noimageredirect\";i:7060;s:20:\"apierror-nosuchlogid\";i:7061;s:21:\"apierror-nosuchpageid\";i:7062;s:19:\"apierror-nosuchrcid\";i:7063;s:20:\"apierror-nosuchrevid\";i:7064;s:22:\"apierror-nosuchsection\";i:7065;s:27:\"apierror-nosuchsection-what\";i:7066;s:21:\"apierror-nosuchuserid\";i:7067;s:17:\"apierror-notarget\";i:7068;s:23:\"apierror-notpatrollable\";i:7069;s:23:\"apierror-nouploadmodule\";i:7070;s:33:\"apierror-opensearch-json-warnings\";i:7071;s:24:\"apierror-pagecannotexist\";i:7072;s:20:\"apierror-pagedeleted\";i:7073;s:26:\"apierror-pagelang-disabled\";i:7074;s:19:\"apierror-paramempty\";i:7075;s:30:\"apierror-parsetree-notwikitext\";i:7076;s:36:\"apierror-parsetree-notwikitext-title\";i:7077;s:19:\"apierror-pastexpiry\";i:7078;s:25:\"apierror-permissiondenied\";i:7079;s:33:\"apierror-permissiondenied-generic\";i:7080;s:36:\"apierror-permissiondenied-patrolflag\";i:7081;s:33:\"apierror-permissiondenied-unblock\";i:7082;s:29:\"apierror-prefixsearchdisabled\";i:7083;s:30:\"apierror-promised-nonwrite-api\";i:7084;s:30:\"apierror-protect-invalidaction\";i:7085;s:29:\"apierror-protect-invalidlevel\";i:7086;s:20:\"apierror-ratelimited\";i:7087;s:22:\"apierror-readapidenied\";i:7088;s:17:\"apierror-readonly\";i:7089;s:23:\"apierror-reauthenticate\";i:7090;s:28:\"apierror-redirect-appendonly\";i:7091;s:33:\"apierror-revdel-mutuallyexclusive\";i:7092;s:26:\"apierror-revdel-needtarget\";i:7093;s:27:\"apierror-revdel-paramneeded\";i:7094;s:24:\"apierror-revisions-badid\";i:7095;s:27:\"apierror-revisions-norevids\";i:7096;s:29:\"apierror-revisions-singlepage\";i:7097;s:21:\"apierror-revwrongpage\";i:7098;s:23:\"apierror-searchdisabled\";i:7099;s:29:\"apierror-sectionreplacefailed\";i:7100;s:29:\"apierror-sectionsnotsupported\";i:7101;s:34:\"apierror-sectionsnotsupported-what\";i:7102;s:13:\"apierror-show\";i:7103;s:34:\"apierror-siteinfo-includealldenied\";i:7104;s:25:\"apierror-sizediffdisabled\";i:7105;s:21:\"apierror-spamdetected\";i:7106;s:32:\"apierror-specialpage-cantexecute\";i:7107;s:28:\"apierror-stashedfilenotfound\";i:7108;s:30:\"apierror-stashedit-missingtext\";i:7109;s:23:\"apierror-stashexception\";i:7110;s:29:\"apierror-stashfailed-complete\";i:7111;s:30:\"apierror-stashfailed-nosession\";i:7112;s:25:\"apierror-stashfilestorage\";i:7113;s:25:\"apierror-stashinvalidfile\";i:7114;s:27:\"apierror-stashnosuchfilekey\";i:7115;s:25:\"apierror-stashpathinvalid\";i:7116;s:24:\"apierror-stashwrongowner\";i:7117;s:24:\"apierror-stashzerolength\";i:7118;s:22:\"apierror-systemblocked\";i:7119;s:38:\"apierror-templateexpansion-notwikitext\";i:7120;s:23:\"apierror-toofewexpiries\";i:7121;s:22:\"apierror-toomanyvalues\";i:7122;s:22:\"apierror-unknownaction\";i:7123;s:30:\"apierror-unknownerror-editpage\";i:7124;s:28:\"apierror-unknownerror-nocode\";i:7125;s:21:\"apierror-unknownerror\";i:7126;s:22:\"apierror-unknownformat\";i:7127;s:27:\"apierror-unrecognizedparams\";i:7128;s:26:\"apierror-unrecognizedvalue\";i:7129;s:24:\"apierror-unsupportedrepo\";i:7130;s:29:\"apierror-upload-filekeyneeded\";i:7131;s:33:\"apierror-upload-filekeynotallowed\";i:7132;s:26:\"apierror-upload-inprogress\";i:7133;s:29:\"apierror-upload-missingresult\";i:7134;s:23:\"apierror-urlparamnormal\";i:7135;s:23:\"apierror-writeapidenied\";i:7136;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7137;s:19:\"apiwarn-badurlparam\";i:7138;s:15:\"apiwarn-badutf8\";i:7139;s:34:\"apiwarn-checktoken-percentencoding\";i:7140;s:23:\"apiwarn-compare-no-next\";i:7141;s:23:\"apiwarn-compare-no-prev\";i:7142;s:30:\"apiwarn-compare-nocontentmodel\";i:7143;s:31:\"apiwarn-deprecation-deletedrevs\";i:7144;s:33:\"apiwarn-deprecation-httpsexpected\";i:7145;s:31:\"apiwarn-deprecation-login-botpw\";i:7146;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7147;s:31:\"apiwarn-deprecation-login-token\";i:7148;s:32:\"apiwarn-deprecation-missingparam\";i:7149;s:29:\"apiwarn-deprecation-parameter\";i:7150;s:35:\"apiwarn-deprecation-parse-headitems\";i:7151;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7152;s:29:\"apiwarn-deprecation-purge-get\";i:7153;s:35:\"apiwarn-deprecation-withreplacement\";i:7154;s:20:\"apiwarn-difftohidden\";i:7155;s:26:\"apiwarn-errorprinterfailed\";i:7156;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7157;s:23:\"apiwarn-invalidcategory\";i:7158;s:20:\"apiwarn-invalidtitle\";i:7159;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7160;s:28:\"apiwarn-invalidxmlstylesheet\";i:7161;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7162;s:26:\"apiwarn-moduleswithoutvars\";i:7163;s:15:\"apiwarn-notfile\";i:7164;s:30:\"apiwarn-nothumb-noimagehandler\";i:7165;s:28:\"apiwarn-parse-nocontentmodel\";i:7166;s:30:\"apiwarn-parse-revidwithouttext\";i:7167;s:30:\"apiwarn-parse-titlewithouttext\";i:7168;s:26:\"apiwarn-redirectsandrevids\";i:7169;s:21:\"apiwarn-tokens-origin\";i:7170;s:23:\"apiwarn-truncatedresult\";i:7171;s:27:\"apiwarn-unclearnowtimestamp\";i:7172;s:26:\"apiwarn-unrecognizedvalues\";i:7173;s:24:\"apiwarn-unsupportedarray\";i:7174;s:21:\"apiwarn-urlparamwidth\";i:7175;s:33:\"apiwarn-validationfailed-badchars\";i:7176;s:32:\"apiwarn-validationfailed-badpref\";i:7177;s:34:\"apiwarn-validationfailed-cannotset\";i:7178;s:35:\"apiwarn-validationfailed-keytoolong\";i:7179;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7180;s:24:\"apiwarn-validationfailed\";i:7181;s:18:\"apiwarn-wgdebugapi\";i:7182;s:20:\"api-feed-error-title\";i:7183;s:16:\"api-usage-docref\";i:7184;s:25:\"api-usage-mailinglist-ref\";i:7185;s:19:\"api-exception-trace\";i:7186;s:18:\"api-credits-header\";i:7187;s:11:\"api-credits\";i:7188;s:20:\"rest-prefix-mismatch\";i:7189;s:17:\"rest-wrong-method\";i:7190;s:13:\"rest-no-match\";i:7191;s:22:\"rest-nonexistent-title\";i:7192;s:31:\"rest-nonexistent-title-revision\";i:7193;s:25:\"rest-nonexistent-revision\";i:7194;s:21:\"rest-nonexistent-user\";i:7195;s:17:\"rest-invalid-user\";i:7196;s:27:\"rest-permission-denied-anon\";i:7197;s:28:\"rest-permission-denied-title\";i:7198;s:31:\"rest-permission-denied-revision\";i:7199;s:28:\"rest-resource-limit-exceeded\";i:7200;s:36:\"rest-pagehistory-incompatible-params\";i:7201;s:34:\"rest-pagehistory-param-range-error\";i:7202;s:32:\"rest-pagehistory-timestamp-error\";i:7203;s:39:\"rest-pagehistorycount-type-unrecognized\";i:7204;s:40:\"rest-pagehistorycount-parameters-invalid\";i:7205;s:26:\"rest-compare-page-mismatch\";i:7206;s:30:\"rest-compare-permission-denied\";i:7207;s:24:\"rest-compare-nonexistent\";i:7208;s:25:\"rest-compare-inaccessible\";i:7209;s:26:\"rest-compare-wrong-content\";i:7210;s:22:\"rest-compare-wikidiff2\";i:7211;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7212;s:17:\"rest-search-error\";i:7213;s:27:\"rest-page-source-type-error\";i:7214;s:16:\"rest-no-revision\";i:7215;s:25:\"rest-media-too-many-links\";i:7216;s:23:\"rest-html-backend-error\";i:7217;s:18:\"rest-bad-json-body\";i:7218;s:26:\"rest-json-body-parse-error\";i:7219;s:23:\"rest-missing-body-field\";i:7220;s:22:\"rest-bad-content-model\";i:7221;s:30:\"rest-update-cannot-create-page\";i:7222;s:26:\"rest-extraneous-csrf-token\";i:7223;s:21:\"rest-cannot-load-file\";i:7224;s:28:\"rest-cross-origin-anon-write\";i:7225;s:31:\"rest-requires-safe-against-csrf\";i:7226;s:13:\"rest-badtoken\";i:7227;s:22:\"paramvalidator-badbool\";i:7228;s:24:\"paramvalidator-badexpiry\";i:7229;s:33:\"paramvalidator-badexpiry-duration\";i:7230;s:37:\"paramvalidator-badexpiry-duration-max\";i:7231;s:29:\"paramvalidator-badexpiry-past\";i:7232;s:23:\"paramvalidator-badfloat\";i:7233;s:33:\"paramvalidator-badfloat-notfinite\";i:7234;s:25:\"paramvalidator-badinteger\";i:7235;s:27:\"paramvalidator-badtimestamp\";i:7236;s:34:\"paramvalidator-badupload-cantwrite\";i:7237;s:33:\"paramvalidator-badupload-formsize\";i:7238;s:32:\"paramvalidator-badupload-inisize\";i:7239;s:31:\"paramvalidator-badupload-nofile\";i:7240;s:33:\"paramvalidator-badupload-notmpdir\";i:7241;s:34:\"paramvalidator-badupload-notupload\";i:7242;s:32:\"paramvalidator-badupload-partial\";i:7243;s:31:\"paramvalidator-badupload-phpext\";i:7244;s:33:\"paramvalidator-badvalue-enummulti\";i:7245;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7246;s:31:\"paramvalidator-deprecated-value\";i:7247;s:26:\"paramvalidator-emptystring\";i:7248;s:23:\"paramvalidator-maxbytes\";i:7249;s:23:\"paramvalidator-maxchars\";i:7250;s:27:\"paramvalidator-missingparam\";i:7251;s:23:\"paramvalidator-notmulti\";i:7252;s:29:\"paramvalidator-outofrange-max\";i:7253;s:32:\"paramvalidator-outofrange-minmax\";i:7254;s:29:\"paramvalidator-outofrange-min\";i:7255;s:31:\"paramvalidator-param-deprecated\";i:7256;s:30:\"paramvalidator-param-sensitive\";i:7257;s:28:\"paramvalidator-toomanyvalues\";i:7258;s:34:\"paramvalidator-unclearnowtimestamp\";i:7259;s:33:\"paramvalidator-unrecognizedvalues\";i:7260;s:27:\"paramvalidator-help-default\";i:7261;s:33:\"paramvalidator-help-default-empty\";i:7262;s:30:\"paramvalidator-help-deprecated\";i:7263;s:34:\"paramvalidator-help-multi-separate\";i:7264;s:29:\"paramvalidator-help-multi-max\";i:7265;s:36:\"paramvalidator-help-multi-max-simple\";i:7266;s:29:\"paramvalidator-help-multi-all\";i:7267;s:28:\"paramvalidator-help-required\";i:7268;s:32:\"paramvalidator-help-type-boolean\";i:7269;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7270;s:29:\"paramvalidator-help-type-enum\";i:7271;s:31:\"paramvalidator-help-type-expiry\";i:7272;s:30:\"paramvalidator-help-type-float\";i:7273;s:32:\"paramvalidator-help-type-integer\";i:7274;s:30:\"paramvalidator-help-type-limit\";i:7275;s:35:\"paramvalidator-help-type-number-max\";i:7276;s:38:\"paramvalidator-help-type-number-minmax\";i:7277;s:35:\"paramvalidator-help-type-number-min\";i:7278;s:40:\"paramvalidator-help-type-presenceboolean\";i:7279;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7280;s:40:\"paramvalidator-help-type-string-maxchars\";i:7281;s:34:\"paramvalidator-help-type-timestamp\";i:7282;s:31:\"paramvalidator-help-type-upload\";i:7283;s:20:\"skinname-vector-2022\";i:7284;s:26:\"vector-specialversion-name\";i:7285;s:33:\"wikieditor-publish-dialog-summary\";i:7286;s:23:\"wikieditor-toolbar-desc\";i:7287;s:29:\"wikieditor-toolbar-preference\";i:7288;s:37:\"wikieditor-toolbar-dialogs-preference\";i:7289;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7290;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7291;s:29:\"wikieditor-toolbar-file-float\";i:7292;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7293;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7294;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7295;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7296;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7297;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7298;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7299;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7300;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7301;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7302;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7303;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7304;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7305;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7306;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7307;s:30:\"syntaxhighlight-error-category\";i:7308;s:35:\"syntaxhighlight-error-category-desc\";i:7309;s:32:\"syntaxhighlight-enclose-category\";i:7310;s:37:\"syntaxhighlight-enclose-category-desc\";i:7311;s:36:\"syntaxhighlight-source-category-desc\";i:7312;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7313;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7314;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7315;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7316;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7317;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7318;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7319;s:38:\"syntaxhighlight-error-unknown-language\";i:7320;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7321;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7322;s:22:\"action-mf-uploadbutton\";i:7323;s:20:\"beta-feature-minerva\";i:7324;s:32:\"beta-feature-minerva-description\";i:7325;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7326;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7327;s:37:\"mobile-frontend-account-create-submit\";i:7328;s:25:\"mobile-frontend-app-title\";i:7329;s:34:\"mobile-frontend-categories-heading\";i:7330;s:37:\"mobile-frontend-categories-subheading\";i:7331;s:32:\"mobile-frontend-categories-nocat\";i:7332;s:30:\"mobile-frontend-categories-add\";i:7333;s:33:\"mobile-frontend-categories-search\";i:7334;s:34:\"mobile-frontend-categories-nomatch\";i:7335;s:33:\"mobile-frontend-categories-nodata\";i:7336;s:34:\"mobile-frontend-categories-summary\";i:7337;s:38:\"mobile-frontend-categories-add-heading\";i:7338;s:35:\"mobile-frontend-categories-add-wait\";i:7339;s:33:\"mobile-frontend-categories-normal\";i:7340;s:33:\"mobile-frontend-categories-hidden\";i:7341;s:30:\"mobile-frontend-changeslist-ip\";i:7342;s:28:\"mobile-frontend-clear-search\";i:7343;s:37:\"mobile-frontend-commons-category-view\";i:7344;s:36:\"mobile-frontend-contribution-summary\";i:7345;s:32:\"mobile-frontend-cookies-required\";i:7346;s:32:\"mobile-frontend-current-language\";i:7347;s:33:\"mobile-frontend-diffview-404-desc\";i:7348;s:30:\"mobile-frontend-diffview-comma\";i:7349;s:34:\"mobile-frontend-diffview-explained\";i:7350;s:36:\"mobile-frontend-dismiss-notification\";i:7351;s:36:\"mobile-frontend-donate-image-heading\";i:7352;s:41:\"mobile-frontend-donate-image-login-action\";i:7353;s:42:\"mobile-frontend-donate-image-signup-action\";i:7354;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7355;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7356;s:31:\"mobile-frontend-pointer-dismiss\";i:7357;s:33:\"mobile-frontend-edit-login-action\";i:7358;s:34:\"mobile-frontend-edit-signup-action\";i:7359;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7360;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7361;s:27:\"mobile-frontend-editor-anon\";i:7362;s:34:\"mobile-frontend-editor-anonwarning\";i:7363;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7364;s:35:\"mobile-frontend-editor-blocked-info\";i:7365;s:31:\"mobile-frontend-editor-disabled\";i:7366;s:35:\"mobile-frontend-editor-editing-page\";i:7367;s:36:\"mobile-frontend-editor-error-loading\";i:7368;s:36:\"mobile-frontend-editor-error-preview\";i:7369;s:32:\"mobile-frontend-editor-licensing\";i:7370;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7371;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7372;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7373;s:34:\"mobile-frontend-editor-placeholder\";i:7374;s:38:\"mobile-frontend-editor-previewing-page\";i:7375;s:37:\"mobile-frontend-editor-redirect-title\";i:7376;s:30:\"mobile-frontend-editor-success\";i:7377;s:38:\"mobile-frontend-editor-summary-request\";i:7378;s:37:\"mobile-frontend-editor-switch-confirm\";i:7379;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7380;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7381;s:34:\"mobile-frontend-editor-unavailable\";i:7382;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7383;s:35:\"mobile-frontend-editor-uploadenable\";i:7384;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7385;s:27:\"mobile-frontend-editor-wait\";i:7386;s:36:\"mobile-frontend-editor-redlink-leave\";i:7387;s:38:\"mobile-frontend-editor-redlink-explain\";i:7388;s:37:\"mobile-frontend-editor-redlink-create\";i:7389;s:27:\"mobile-frontend-editor-bold\";i:7390;s:29:\"mobile-frontend-editor-italic\";i:7391;s:32:\"mobile-frontend-editor-bold-text\";i:7392;s:34:\"mobile-frontend-editor-italic-text\";i:7393;s:32:\"mobile-frontend-editor-reference\";i:7394;s:39:\"mobile-frontend-editor-insert-reference\";i:7395;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7396;s:36:\"mobile-frontend-editor-add-reference\";i:7397;s:43:\"mobile-frontend-expand-sections-description\";i:7398;s:38:\"mobile-frontend-expand-sections-status\";i:7399;s:32:\"mobile-frontend-fontchanger-desc\";i:7400;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7401;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7402;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7403;s:33:\"mobile-frontend-generic-login-new\";i:7404;s:32:\"mobile-frontend-history-404-desc\";i:7405;s:34:\"mobile-frontend-history-no-results\";i:7406;s:31:\"mobile-frontend-image-uploading\";i:7407;s:39:\"mobile-frontend-language-variant-header\";i:7408;s:34:\"mobile-frontend-languages-404-desc\";i:7409;s:40:\"mobile-frontend-languages-variant-header\";i:7410;s:34:\"mobile-frontend-last-modified-days\";i:7411;s:35:\"mobile-frontend-last-modified-hours\";i:7412;s:38:\"mobile-frontend-last-modified-just-now\";i:7413;s:37:\"mobile-frontend-last-modified-minutes\";i:7414;s:36:\"mobile-frontend-last-modified-months\";i:7415;s:37:\"mobile-frontend-last-modified-seconds\";i:7416;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7417;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7418;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7419;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7420;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7421;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7422;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7423;s:35:\"mobile-frontend-last-modified-years\";i:7424;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7425;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7426;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7427;s:25:\"mobile-frontend-main-menu\";i:7428;s:36:\"mobile-frontend-main-menu-page-title\";i:7429;s:32:\"mobile-frontend-meta-data-issues\";i:7430;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7431;s:28:\"mobile-frontend-nearby-error\";i:7432;s:37:\"mobile-frontend-nearby-error-guidance\";i:7433;s:30:\"mobile-frontend-nearby-loading\";i:7434;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7435;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7436;s:32:\"mobile-frontend-nearby-noresults\";i:7437;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7438;s:33:\"mobile-frontend-nearby-permission\";i:7439;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7440;s:35:\"mobile-frontend-nearby-requirements\";i:7441;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7442;s:42:\"mobile-frontend-page-menu-language-current\";i:7443;s:33:\"mobile-frontend-page-edit-summary\";i:7444;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7445;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7446;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7447;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7448;s:36:\"mobile-frontend-photo-upload-comment\";i:7449;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7450;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7451;s:36:\"mobile-frontend-photo-upload-generic\";i:7452;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7453;s:44:\"mobile-frontend-photo-upload-success-article\";i:7454;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7455;s:39:\"mobile-frontend-photo-upload-user-count\";i:7456;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7457;s:31:\"mobile-frontend-placeholder-app\";i:7458;s:32:\"mobile-frontend-placeholder-beta\";i:7459;s:40:\"mobile-frontend-profile-activity-heading\";i:7460;s:38:\"mobile-frontend-profile-footer-ancient\";i:7461;s:35:\"mobile-frontend-profile-footer-days\";i:7462;s:37:\"mobile-frontend-profile-footer-months\";i:7463;s:36:\"mobile-frontend-profile-footer-years\";i:7464;s:33:\"mobile-frontend-profile-last-edit\";i:7465;s:34:\"mobile-frontend-profile-last-thank\";i:7466;s:30:\"mobile-frontend-profile-noargs\";i:7467;s:30:\"mobile-frontend-profile-nouser\";i:7468;s:37:\"mobile-frontend-profile-userpage-link\";i:7469;s:32:\"mobile-frontend-profile-usertalk\";i:7470;s:35:\"mobile-frontend-references-citation\";i:7471;s:31:\"mobile-frontend-requires-mobile\";i:7472;s:30:\"mobile-frontend-requires-optin\";i:7473;s:30:\"mobile-frontend-requires-title\";i:7474;s:26:\"mobile-frontend-save-error\";i:7475;s:32:\"mobile-frontend-saving-exit-page\";i:7476;s:30:\"mobile-frontend-search-content\";i:7477;s:41:\"mobile-frontend-search-content-no-results\";i:7478;s:33:\"mobile-frontend-search-no-results\";i:7479;s:39:\"mobile-frontend-settings-images-explain\";i:7480;s:41:\"mobile-frontend-settings-site-description\";i:7481;s:36:\"mobile-frontend-settings-site-header\";i:7482;s:31:\"mobile-frontend-sign-up-heading\";i:7483;s:29:\"mobile-frontend-talk-fullpage\";i:7484;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7485;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7486;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7487;s:33:\"mobile-frontend-talk-back-to-page\";i:7488;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7489;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7490;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7491;s:33:\"mobile-frontend-talk-edit-summary\";i:7492;s:30:\"mobile-frontend-talk-explained\";i:7493;s:36:\"mobile-frontend-talk-explained-empty\";i:7494;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7495;s:31:\"mobile-frontend-talk-reply-info\";i:7496;s:34:\"mobile-frontend-talk-reply-success\";i:7497;s:35:\"mobile-frontend-talk-topic-feedback\";i:7498;s:32:\"mobile-frontend-talk-topic-error\";i:7499;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7500;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7501;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7502;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7503;s:31:\"mobile-frontend-talk-topic-wait\";i:7504;s:25:\"mobile-frontend-terms-url\";i:7505;s:32:\"mobile-frontend-user-newmessages\";i:7506;s:24:\"mobile-frontend-user-cta\";i:7507;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7508;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7509;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7510;s:35:\"mobile-frontend-watchlist-back-home\";i:7511;s:29:\"mobile-frontend-watchlist-cta\";i:7512;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7513;s:37:\"mobile-frontend-watchlist-please-wait\";i:7514;s:31:\"mobile-frontend-watchlist-error\";i:7515;s:33:\"mobile-frontend-watchlist-purpose\";i:7516;s:39:\"mobile-frontend-watchlist-signup-action\";i:7517;s:36:\"mobile-frontend-quick-lookup-looking\";i:7518;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7519;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7520;s:10:\"mobile.css\";i:7521;s:9:\"mobile.js\";i:7522;s:21:\"right-mf-uploadbutton\";i:7523;s:16:\"skinname-minerva\";i:7524;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7525;s:30:\"apihelp-mobileview-description\";i:7526;s:29:\"apihelp-mobileview-param-page\";i:7527;s:33:\"apihelp-mobileview-param-redirect\";i:7528;s:33:\"apihelp-mobileview-param-sections\";i:7529;s:29:\"apihelp-mobileview-param-prop\";i:7530;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7531;s:36:\"apihelp-mobileview-param-sectionprop\";i:7532;s:34:\"apihelp-mobileview-param-pageprops\";i:7533;s:32:\"apihelp-mobileview-param-variant\";i:7534;s:33:\"apihelp-mobileview-param-noimages\";i:7535;s:35:\"apihelp-mobileview-param-noheadings\";i:7536;s:36:\"apihelp-mobileview-param-notransform\";i:7537;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7538;s:31:\"apihelp-mobileview-param-offset\";i:7539;s:31:\"apihelp-mobileview-param-maxlen\";i:7540;s:34:\"apihelp-mobileview-param-thumbsize\";i:7541;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7542;s:36:\"apihelp-mobileview-param-thumbheight\";i:7543;s:28:\"apihelp-mobileview-example-1\";i:7544;s:28:\"apihelp-mobileview-example-2\";i:7545;s:28:\"apihelp-mobileview-example-3\";i:7546;s:32:\"apihelp-parse-param-mobileformat\";i:7547;s:28:\"apihelp-parse-param-noimages\";i:7548;s:28:\"apihelp-parse-param-mainpage\";i:7549;s:35:\"mobile-frontend-donate-button-label\";i:7550;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7551;s:31:\"mobile-frontend-console-recruit\";i:7552;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7553;s:41:\"mobile-frontend-search-feedback-link-text\";i:7554;s:38:\"mobile-frontend-search-feedback-prompt\";i:7555;s:17:\"right-noanalytics\";}}'),('anp','magicWords','a:172:{s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:22:\"ऐंकर_कोड\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:16:\"लेख_पथ\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:32:\"तल_पृष्ठ_नाम\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:42:\"तल_पृष्ठ_नाम_कोड\";i:2;s:13:\"BASEPAGENAMEE\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:34:\"मानक_यू_आर_एल:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:44:\"मानक_यू_आर_एल_कोड:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:53:\"सीढ़ी_सुरक्षा_स्रोत\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:4:{i:0;i:1;i:1;s:34:\"सामग्री_भाषा\";i:2;s:15:\"CONTENTLANGUAGE\";i:3;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:31:\"वर्तमान_दिन\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:4:{i:0;i:1;i:1;s:32:\"वर्तमान_दिन2\";i:2;s:34:\"वर्तमान_दिन२\";i:3;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:41:\"वर्तमान_दिन_नाम\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:57:\"वर्तमान_सप्ताह_का_दिन\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:34:\"वर्तमान_घंटा\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:6:{i:0;i:1;i:1;s:31:\"वर्तमान_माह\";i:2;s:32:\"वर्तमान_माह2\";i:3;s:34:\"वर्तमान_माह२\";i:4;s:12:\"CURRENTMONTH\";i:5;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:4:{i:0;i:1;i:1;s:32:\"वर्तमान_माह1\";i:2;s:34:\"वर्तमान_माह१\";i:3;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:53:\"वर्तमान_माह_संक्षेप\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:41:\"वर्तमान_माह_नाम\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:53:\"वर्तमान_माह_सम्बन्ध\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:31:\"वर्तमान_समय\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:44:\"वर्तमान_समय_मुहर\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:37:\"वर्तमान_अवतरण\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:40:\"वर्तमान_सप्ताह\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:34:\"वर्तमान_वर्ष\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:5:{i:0;i:1;i:1;s:26:\"मूल_सॉर्ट:\";i:2;s:12:\"DEFAULTSORT:\";i:3;s:15:\"DEFAULTSORTKEY:\";i:4;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:31:\"त्रुटि_नहीं\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:28:\"बदलें_नहीं\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:4:{i:0;i:1;i:1;s:28:\"दिशा_चिन्ह\";i:2;s:13:\"DIRECTIONMARK\";i:3;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:34:\"दृश्य_शीर्षक\";i:2;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:23:\"फ़ाइल_पथ:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:5:{i:0;i:0;i:1;s:44:\"__अनुक्रम_दिखाएँ__\";i:2;s:48:\"__विषय_सूची_दिखाएँ__\";i:3;s:51:\"__विषय_सूची_दिखायें__\";i:4;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:22:\"तिथि_रूप\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:28:\"संख्या_रूप\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:41:\"पूर्ण_पृष्ठ_नाम\";i:2;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:51:\"पूर्ण_पृष्ठ_नाम_कोड\";i:2;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:37:\"पूर्ण_यू_आर_एल:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:47:\"पूर्ण_यू_आर_एल_कोड:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:13:\"लिंग:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:22:\"व्याकरण:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:35:\"__छुपी_श्रेणी__\";i:2;s:35:\"__छिपी_श्रेणी__\";i:3;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:12:\"पाठ=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:25:\"आधार_रेखा\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:4:{i:0;i:1;i:1;s:18:\"बॉर्डर\";i:2;s:18:\"किनारा\";i:3;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:6:\"तल\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:7:{i:0;i:1;i:1;s:18:\"केंद्र\";i:2;s:21:\"केन्द्र\";i:3;s:27:\"केन्द्रित\";i:4;s:24:\"केंद्रित\";i:5;s:6:\"center\";i:6;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:15:\"वर्ग=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:15:\"फ्रेम\";i:2;s:18:\"फ़्रेम\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:4:{i:0;i:1;i:1;s:27:\"फ़्रेमहीन\";i:2;s:24:\"फ्रेमहीन\";i:3;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:15:\"भाषा=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:5:{i:0;i:1;i:1;s:12:\"बाएँ\";i:2;s:12:\"बाएं\";i:3;s:15:\"बायें\";i:4;s:4:\"left\";}s:8:\"img_link\";a:3:{i:0;i:1;i:1;s:15:\"कड़ी=$1\";i:2;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:30:\"अंगूठाकार=$1\";i:2;s:21:\"अंगूठा=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:12:\"मध्य\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:22:\"कोई_नहीं\";i:2;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:18:\"पृष्ठ=$1\";i:2;s:18:\"पृष्ठ_$1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:5:{i:0;i:1;i:1;s:12:\"दाएँ\";i:2;s:15:\"दायें\";i:3;s:12:\"दाएं\";i:4;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:6:\"पद\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:4:{i:0;i:1;i:1;s:15:\"मूर्ध\";i:2;s:5:\"super\";i:3;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:16:\"पाठ-तल\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:25:\"पाठ-शीर्ष\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:27:\"अंगूठाकार\";i:2;s:18:\"अंगूठा\";i:3;s:5:\"thumb\";i:4;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:15:\"शीर्ष\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:12:\"खड़ी\";i:2;s:15:\"खड़ी=$1\";i:3;s:15:\"खड़ी_$1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:3:{i:0;i:1;i:1;s:23:\"$1पिक्सेल\";i:2;s:4:\"$1px\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:28:\"__सूचीबद्ध__\";i:2;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:16:\"विश्व:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:14:\"#भाषा:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:29:\"छोटे_अक्षर:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:49:\"छोटे_अक्षर_से_शुरू:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:31:\"स्थानीय_दिन\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:32:\"स्थानीय_दिन2\";i:2;s:34:\"स्थानीय_दिन२\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:41:\"स्थानीय_दिन_नाम\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:57:\"स्थानीय_सप्ताह_का_दिन\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:34:\"स्थानीय_घंटा\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:6:{i:0;i:1;i:1;s:31:\"स्थानीय_माह\";i:2;s:32:\"स्थानीय_माह2\";i:3;s:34:\"स्थानीय_माह२\";i:4;s:10:\"LOCALMONTH\";i:5;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:4:{i:0;i:1;i:1;s:32:\"स्थानीय_माह1\";i:2;s:34:\"स्थानीय_माह१\";i:3;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:53:\"स्थानीय_माह_संक्षेप\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:41:\"स्थानीय_माह_नाम\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:53:\"स्थानीय_माह_सम्बन्ध\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:31:\"स्थानीय_समय\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:44:\"स्थानीय_समय_मुहर\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:43:\"स्थानीय_यू_आर_एल:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:53:\"स्थानीय_यू_आर_एल_कोड:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:40:\"स्थानीय_सप्ताह\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:34:\"स्थानीय_वर्ष\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:4:{i:0;i:0;i:1;s:19:\"सन्देश:\";i:2;s:16:\"संदेश:\";i:3;s:4:\"MSG:\";}s:5:\"msgnw\";a:4:{i:0;i:0;i:1;s:38:\"सन्देश_नोविकी:\";i:2;s:35:\"संदेश_नोविकी:\";i:3;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:24:\"नामस्थान\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:34:\"नामस्थान_कोड\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:43:\"नामस्थान_संख्या\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:48:\"__विषय_जोड़ें_कड़ी__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:3:{i:0;i:0;i:1;s:19:\"वि_नहीं\";i:2;s:5:\"NOSEP\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:57:\"__अनुभाग_सम्पादन_नहीं__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:32:\"__गैलरी_नहीं__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:31:\"__असूचीबद्ध__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:58:\"__विषय_जोड़े_कड़ी_रहित__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:38:\"__बिना_अनुक्रम__\";i:2;s:39:\"__विषय_सूची_हीन__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:25:\"नामस्थान:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:35:\"नामस्थान_कोड:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:4:{i:0;i:1;i:1;s:31:\"समूह_संख्या\";i:2;s:13:\"NUMBERINGROUP\";i:3;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:53:\"सक्रिय_सदस्य_संख्या\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:4:{i:0;i:1;i:1;s:43:\"प्रबन्धक_संख्या\";i:2;s:40:\"प्रबंधक_संख्या\";i:3;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:28:\"लेख_संख्या\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:40:\"सम्पादन_संख्या\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:4:{i:0;i:1;i:1;s:34:\"फ़ाइल_संख्या\";i:2;s:31:\"फाइल_संख्या\";i:3;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:34:\"पृष्ठ_संख्या\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:34:\"सदस्य_संख्या\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:4:{i:0;i:0;i:1;s:31:\"बाएँ_जोड़ें\";i:2;s:34:\"बायें_जोड़ें\";i:3;s:7:\"PADLEFT\";}s:8:\"padright\";a:4:{i:0;i:0;i:1;s:31:\"दाएँ_जोड़ें\";i:2;s:34:\"दायें_जोड़ें\";i:3;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:29:\"पृष्ठ_आइ_डी\";i:2;s:6:\"PAGEID\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:25:\"पृष्ठ_नाम\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:35:\"पृष्ठ_नाम_कोड\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:4:{i:0;i:1;i:1;s:44:\"श्रेणी_में_पृष्ठ\";i:2;s:15:\"PAGESINCATEGORY\";i:3;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:9:\"सभी\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:4:{i:0;i:0;i:1;s:21:\"फ़ाइलें\";i:2;s:18:\"फाइलें\";i:3;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:15:\"पृष्ठ\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:27:\"श्रेणियाँ\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:4:{i:0;i:1;i:1;s:51:\"नामस्थान_में_पृष्ठ:\";i:2;s:17:\"PAGESINNAMESPACE:\";i:3;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:28:\"पृष्ठ_आकार\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:10:\"वचन:\";i:2;s:7:\"PLURAL:\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:34:\"सुरक्षा_स्तर\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:13:\"सादा:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:3:\"उ\";i:2;s:1:\"R\";}s:8:\"redirect\";a:4:{i:0;i:0;i:1;s:37:\"#पुनर्प्रेषित\";i:2;s:31:\"#अनुप्रेषित\";i:3;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:25:\"अवतरण_दिन\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:4:{i:0;i:1;i:1;s:26:\"अवतरण_दिन2\";i:2;s:28:\"अवतरण_दिन२\";i:3;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:34:\"अवतरण_संख्या\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:25:\"अवतरण_माह\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:4:{i:0;i:1;i:1;s:26:\"अवतरण_माह1\";i:2;s:28:\"अवतरण_माह१\";i:3;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:28:\"अवतरण_आकार\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:25:\"अवतरण_समय\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:31:\"अवतरण_सदस्य\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:28:\"अवतरण_वर्ष\";i:2;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:35:\"मूल_पृष्ठ_नाम\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:45:\"मूल_पृष्ठ_नाम_कोड\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:41:\"सुरक्षित_प्रति:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:34:\"स्क्रिप्ट_पथ\";i:2;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:15:\"सर्वर\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:25:\"सर्वर_नाम\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:22:\"साइट_नाम\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:15:\"विशेष\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:25:\"विशेष_कोड\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:53:\"__स्थिर_पुनर्प्रेषण__\";i:2;s:47:\"__स्थिर_अनुप्रेषण__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:25:\"स्टाइल_पथ\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:5:{i:0;i:1;i:1;s:47:\"सामग्री_पृष्ठ_नाम\";i:2;s:35:\"लेख_पृष्ठ_नाम\";i:3;s:15:\"SUBJECTPAGENAME\";i:4;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:5:{i:0;i:1;i:1;s:57:\"सामग्री_पृष्ठ_नाम_कोड\";i:2;s:45:\"लेख_पृष्ठ_नाम_कोड\";i:3;s:16:\"SUBJECTPAGENAMEE\";i:4;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:5:{i:0;i:1;i:1;s:37:\"सामग्री_स्थान\";i:2;s:25:\"लेख_स्थान\";i:3;s:12:\"SUBJECTSPACE\";i:4;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:5:{i:0;i:1;i:1;s:47:\"सामग्री_स्थान_कोड\";i:2;s:35:\"लेख_स्थान_कोड\";i:3;s:13:\"SUBJECTSPACEE\";i:4;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:31:\"उपपृष्ठ_नाम\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:41:\"उपपृष्ठ_नाम_कोड\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:16:\"प्रति:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:9:\"टैग\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:41:\"चर्चा_पृष्ठ_नाम\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:51:\"चर्चा_पृष्ठ_नाम_कोड\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:31:\"चर्चा_स्थान\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:41:\"चर्चा_स्थान_कोड\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:4:{i:0;i:0;i:1;s:25:\"__अनुक्रम__\";i:2;s:29:\"__विषय_सूची__\";i:3;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:29:\"बड़े_अक्षर:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:49:\"बड़े_अक्षर_से_शुरू:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:31:\"यू_आर_एल_कोड:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:6:\"पथ\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:9:\"पाठ\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:12:\"विकी\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}}'),('anp','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('anp','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('anp','messages:about','s:23:\"anp:बारे मँ\";'),('anp','messages:aboutpage','s:27:\"anp:Project:परिचय\";'),('anp','messages:aboutsite','s:49:\"anp:{{SITENAME}} केरौ बारे मँ\";'),('anp','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('anp','messages:accesskey-blockip-block','s:4:\"en:s\";'),('anp','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('anp','messages:accesskey-ca-delete','s:4:\"en:d\";'),('anp','messages:accesskey-ca-edit','s:4:\"en:e\";'),('anp','messages:accesskey-ca-history','s:4:\"en:h\";'),('anp','messages:accesskey-ca-move','s:4:\"en:m\";'),('anp','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('anp','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('anp','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('anp','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('anp','messages:accesskey-ca-protect','s:4:\"en:=\";'),('anp','messages:accesskey-ca-talk','s:4:\"en:t\";'),('anp','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('anp','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('anp','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('anp','messages:accesskey-ca-view','s:3:\"en:\";'),('anp','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('anp','messages:accesskey-ca-watch','s:4:\"en:w\";'),('anp','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('anp','messages:accesskey-diff','s:4:\"en:v\";'),('anp','messages:accesskey-export','s:4:\"en:s\";'),('anp','messages:accesskey-feed-atom','s:3:\"en:\";'),('anp','messages:accesskey-feed-rss','s:3:\"en:\";'),('anp','messages:accesskey-import','s:4:\"en:s\";'),('anp','messages:accesskey-minoredit','s:4:\"en:i\";'),('anp','messages:accesskey-n-currentevents','s:3:\"en:\";'),('anp','messages:accesskey-n-help','s:3:\"en:\";'),('anp','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('anp','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('anp','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('anp','messages:accesskey-n-portal','s:3:\"en:\";'),('anp','messages:accesskey-n-randompage','s:4:\"en:x\";'),('anp','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('anp','messages:accesskey-p-logo','s:3:\"en:\";'),('anp','messages:accesskey-preferences-save','s:4:\"en:s\";'),('anp','messages:accesskey-preview','s:4:\"en:p\";'),('anp','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('anp','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('anp','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('anp','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('anp','messages:accesskey-pt-login','s:4:\"en:o\";'),('anp','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('anp','messages:accesskey-pt-logout','s:3:\"en:\";'),('anp','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('anp','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('anp','messages:accesskey-pt-preferences','s:3:\"en:\";'),('anp','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('anp','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('anp','messages:accesskey-publish','s:4:\"en:s\";'),('anp','messages:accesskey-save','s:4:\"en:s\";'),('anp','messages:accesskey-search','s:4:\"en:f\";'),('anp','messages:accesskey-search-fulltext','s:3:\"en:\";'),('anp','messages:accesskey-search-go','s:3:\"en:\";'),('anp','messages:accesskey-summary','s:4:\"en:b\";'),('anp','messages:accesskey-t-contributions','s:3:\"en:\";'),('anp','messages:accesskey-t-emailuser','s:3:\"en:\";'),('anp','messages:accesskey-t-info','s:3:\"en:\";'),('anp','messages:accesskey-t-permalink','s:3:\"en:\";'),('anp','messages:accesskey-t-print','s:4:\"en:p\";'),('anp','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('anp','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('anp','messages:accesskey-t-upload','s:4:\"en:u\";'),('anp','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('anp','messages:accesskey-upload','s:4:\"en:s\";'),('anp','messages:accesskey-userrights-set','s:4:\"en:s\";'),('anp','messages:accesskey-watch','s:4:\"en:w\";'),('anp','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('anp','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('anp','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('anp','messages:accmailtext','s:355:\"hi:[[User talk:$1|$1]] के लिए एक यंत्र जनित कूटशब्द $2 को भेज दिया गया है। लॉगिन करने के बाद इसे \'\'\'[[Special:ChangePassword|कूटशब्द बदलें]]\'\' वाले पृष्ठ पर बदला जा सकता है।\";'),('anp','messages:accmailtitle','s:67:\"hi:कूटशब्द भेज दिया गया है।\";'),('anp','messages:accountcreated','s:37:\"hi:खाता निर्मित\";'),('anp','messages:accountcreatedtext','s:164:\"hi:[[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|वार्ता]]) के लिये खाता निर्मित कर दिया गया है।\";'),('anp','messages:acct_creation_throttle_hit','s:629:\"hi:इस विकि के आगंतुक इस आइ॰पी॰ को काम में लेते हुये पिछले $2 में {{PLURAL:$1|१ खाता निर्मित किया|$1 खाते निर्मित कर चुके हैं}} जो कि इस समय में अधिकतम अनुमत सीमा है।\nइसके परिणामस्वरूप, इस आइ॰पी॰ को प्रयोग करने वाले सदस्य इस समय और खाते निर्मित नहीं कर सकते।\";'),('anp','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('anp','messages:action-applychangetags','s:80:\"hi:अपमे बदलाव के साथ टैग जोड़ें।\";'),('anp','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('anp','messages:action-autocreateaccount','s:89:\"hi:स्वतः ही बाहरी सदस्य खाता बनायें\";'),('anp','messages:action-autopatrol','s:117:\"hi:अपने सम्पादन स्वचालित रूप से परीक्षित करने\";'),('anp','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('anp','messages:action-block','s:100:\"hi:इस सदस्य को संपादन करने से ब्लॉक करने\";'),('anp','messages:action-blockemail','s:109:\"hi:प्रयोक्ता को ई-मेल भेजने से अवरुद्ध करें\";'),('anp','messages:action-bot','s:69:\"hi:स्वचलित प्रणाली मानी जाए\";'),('anp','messages:action-browsearchive','s:73:\"hi:हटाएँ गए पृष्ठों में खोजने\";'),('anp','messages:action-changetags','s:194:\"hi:जमा करें और हटाएँ स्वतंत्र टैग व्यक्तिगत अवतरणों और लॉग प्रविक्तियों पर\";'),('anp','messages:action-createaccount','s:56:\"anp:ई सदस्य के खाता खोलौ\";'),('anp','messages:action-createpage','s:51:\"hi:इस पन्ने को बनायें\";'),('anp','messages:action-createtalk','s:70:\"hi:इस वार्ता पन्ने को बनायें\";'),('anp','messages:action-delete','s:39:\"anp:इ पन्ना हटाबौ\";'),('anp','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('anp','messages:action-deletechangetags','s:70:\"hi:डेटाबेस से चिप्पि हटा दें\";'),('anp','messages:action-deletedhistory','s:80:\"hi:पृष्ठ के मिटे इतिहास को देखना\";'),('anp','messages:action-deletedtext','s:74:\"hi:हटाये गए अवतरण का पाठ देखें\";'),('anp','messages:action-deletelogentry','s:69:\"hi:लॉग प्रविष्टियाँ को हटाए\";'),('anp','messages:action-deleterevision','s:37:\"hi:अवतरण हटायें\";'),('anp','messages:action-edit','s:62:\"anp:ई पन्ना के सम्पादन करौ\";'),('anp','messages:action-editcontentmodel','s:93:\"hi:एक पेज की सामग्री मॉडल को संपादित।\";'),('anp','messages:action-editinterface','s:100:\"hi:उपयोगकर्ता इंटरफ़ेस को संपादित करें\";'),('anp','messages:action-editmyoptions','s:63:\"hi:अपनी पसंद संपादित करें\";'),('anp','messages:action-editmyprivateinfo','s:81:\"hi:अपनी व्यक्तिगत जानकारी बदलने\";'),('anp','messages:action-editmyusercss','s:81:\"hi:आपका CSS फ़ाइलें को संपादित करो.\";'),('anp','messages:action-editmyuserjs','s:128:\"hi:अपनी सदस्य जावास्क्रिप्ट फ़ाइलें संपादित करें\";'),('anp','messages:action-editmyuserjson','s:82:\"hi:आपका JSON फ़ाइलें को संपादित करो.\";'),('anp','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('anp','messages:action-editmywatchlist','s:68:\"hi:ध्यानसूची सम्पादित करने\";'),('anp','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('anp','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('anp','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('anp','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('anp','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('anp','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('anp','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('anp','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('anp','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('anp','messages:action-history','s:67:\"hi:इस पृष्ठ का इतिहास देखने\";'),('anp','messages:action-import','s:84:\"hi:किसी और विकि से पृष्ठ आयात करने\";'),('anp','messages:action-importupload','s:102:\"hi:फ़ाइल अपलोड द्वारा यह पृष्ठ आयात करें\";'),('anp','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('anp','messages:action-managechangetags','s:66:\"hi:चिप्पि बनायें और हटायें\";'),('anp','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('anp','messages:action-mergehistory','s:86:\"hi:इस पृष्ठ का इतिहास एकत्रित करने\";'),('anp','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('anp','messages:action-minoredit','s:83:\"hi:इस संपादन को छोटा चिह्नित करें\";'),('anp','messages:action-move','s:71:\"anp:इ पन्ना क स्थानांतरित करौ\";'),('anp','messages:action-move-categorypages','s:84:\"hi:श्रेणी पृष्ठ स्थानांतरित करने\";'),('anp','messages:action-move-rootuserpages','s:104:\"hi:मूल सदस्य पृष्ठों को स्थानांतरित करने\";'),('anp','messages:action-move-subpages','s:125:\"hi:इस पृष्ठ व इसके उप-पृष्ठों को स्थानांतरित करने\";'),('anp','messages:action-movefile','s:76:\"hi:इस फ़ाइल को स्थानांतरित करने\";'),('anp','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('anp','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('anp','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('anp','messages:action-pagelang','s:47:\"hi:पृष्ठ भाषा बदलने\";'),('anp','messages:action-patrol','s:104:\"hi:अन्य सदस्यों के सम्पादन परीक्षित करने\";'),('anp','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('anp','messages:action-protect','s:38:\"anp:सुरक्षित करौ\";'),('anp','messages:action-purge','s:44:\"hi:पृष्ठ ताजा करें\";'),('anp','messages:action-read','s:48:\"hi:इस पृष्ठ को पढ़ने\";'),('anp','messages:action-reupload','s:109:\"hi:मौजूदा फ़ाइल के स्थान पर नई सामग्री डालने\";'),('anp','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('anp','messages:action-reupload-shared','s:111:\"hi:साझे भंडार में इस फ़ाइल के ऊपर कुछ और डालने\";'),('anp','messages:action-rollback','s:176:\"hi:किसी पृष्ठ का अंतिम सम्पादन करने वाले सदस्य के सम्पादन वापिस लेने\";'),('anp','messages:action-sendemail','s:32:\"hi:ई-मेल भेजने\";'),('anp','messages:action-siteadmin','s:83:\"hi:डाटाबेस को ताला लगाने या खोलने\";'),('anp','messages:action-suppressionlog','s:55:\"hi:इस निजी लॉग को देखने\";'),('anp','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('anp','messages:action-suppressrevision','s:117:\"hi:छिपे अवतरणों को देखने और पुनर्स्थापित करने\";'),('anp','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('anp','messages:action-undelete','s:81:\"hi:पृष्ठों को पुनर्स्थापित करें\";'),('anp','messages:action-unwatchedpages','s:152:\"hi:ऐसे पृष्ठ जो किसी की ध्यानसूची में नहीं हैं की सूची देखने\";'),('anp','messages:action-upload','s:58:\"hi:इस फ़ाइल को अपलोड करने\";'),('anp','messages:action-upload_by_url','s:80:\"hi:यू॰आर॰एल से इस फ़ाइल को चढ़ाने\";'),('anp','messages:action-userrights','s:63:\"hi:सभी सदस्य अधिकार बदलने\";'),('anp','messages:action-userrights-interwiki','s:95:\"hi:अन्य विकियों पर सदस्य अधिकार बदलने\";'),('anp','messages:action-viewmyprivateinfo','s:81:\"hi:अपनी व्यक्तिगत जानकारी देखने\";'),('anp','messages:action-viewmywatchlist','s:59:\"hi:अपनी ध्यानसूची देखें\";'),('anp','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('anp','messages:action-writeapi','s:76:\"hi:लेखन ए॰पी॰आई का प्रयोग करने\";'),('anp','messages:actioncomplete','s:35:\"anp:कार्य पूर्ण\";'),('anp','messages:actionfailed','s:35:\"anp:क्रिया विफल\";'),('anp','messages:actions','s:22:\"anp:क्रिया\";'),('anp','messages:actionthrottled','s:64:\"anp:कार्य समाप्त करलौ गेलै\";'),('anp','messages:actionthrottledtext','s:466:\"anp:अपशब्द-विरोधी उपाय केरौ तहत, कम समय केरौ अंतराल पर इ कृति क बार-बार करला के कारण सँ तोरा प्रतिबंधित करलौ जाय छै, तोंय इ सीमा क॑ पार करी चुकलौ। कृपया कटीगो देर बाद फेरू प्रयत्न करौ।\";'),('anp','messages:activeusers','s:63:\"hi:सक्रिय सदस्यों की सूची\";'),('anp','messages:activeusers-count','s:104:\"hi:$1 {{PLURAL:$1|कार्य}} पिछले $3 {{PLURAL:$3|दिन|दिनों}} में\";'),('anp','messages:activeusers-excludegroups','s:82:\"hi:इस समूह के सदस्यों को न दिखाएँ:\";'),('anp','messages:activeusers-from','s:107:\"hi:इस अक्षर से शुरू होने वाले सदस्य दिखाएँ:\";'),('anp','messages:activeusers-groups','s:78:\"hi:इस समूह के सदस्यों को दिखाएँ:\";'),('anp','messages:activeusers-intro','s:226:\"hi:यह सक्रिय सदस्यों की सूची है जिन्होंने पिछले $1 {{PLURAL:$1|दिन|दिनों}} में कुछ गतिविधि करी है।\";'),('anp','messages:activeusers-noresult','s:57:\"hi:कोई सदस्य नहीं मिले।\";'),('anp','messages:activeusers-submit','s:72:\"hi:सक्रिय सदस्यों को दिखायें\";'),('anp','messages:activeusers-summary','s:3:\"en:\";'),('anp','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('anp','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('anp','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('anp','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('anp','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('anp','messages:addedwatchindefinitelytext','s:187:\"anp:तोरौ [[Special:Watchlist|ध्यानसूची]] मँ \"[[:$1]]\" आरो एकरौ चर्चा पन्ना जोड़ी देलौ गलौ छै।\";'),('anp','messages:addedwatchindefinitelytext-talk','s:187:\"anp:तोरौ [[Special:Watchlist|ध्यानसूची]] मँ \"[[:$1]]\" आरो एकरौ चर्चा पन्ना जोड़ी देलौ गलौ छै।\";'),('anp','messages:addedwatchtext','s:187:\"anp:तोरौ [[Special:Watchlist|ध्यानसूची]] मँ \"[[:$1]]\" आरो एकरौ चर्चा पन्ना जोड़ी देलौ गलौ छै।\";'),('anp','messages:addedwatchtext-short','s:114:\"hi:पृष्ठ \"$1\" को आपकी ध्यानसूची से जोड़ा गया है।\";'),('anp','messages:addedwatchtext-talk','s:183:\"hi:\"[[:$1]]\" और उससे जुड़े पन्ने आपके [[Special:Watchlist|ध्यानसूची]] में जोड़ दिये गए हैं।\";'),('anp','messages:addsection','s:4:\"en:+\";'),('anp','messages:addsection-editintro','s:3:\"en:\";'),('anp','messages:addsection-preload','s:3:\"en:\";'),('anp','messages:addwatch','s:59:\"hi:ध्यानसूची में जोड़ें\";'),('anp','messages:ago','s:18:\"hi:$1 पहले\";'),('anp','messages:all-logs-page','s:48:\"anp:सब सार्वजनिक लॉग\";'),('anp','messages:allarticles','s:35:\"anp:सब्भे पन्ना\";'),('anp','messages:allinnamespace','s:58:\"hi:सभी पृष्ठ ($1 नामस्थान)\";'),('anp','messages:alllogstext','s:484:\"anp:{{SITENAME}} क सब्भे उपलब्ध लॉग क प्रविष्टि क मिलाय-जुलाय प्रदर्शन।\nतोंय आरू बारीकी लेली लॉग क प्रकार, सदस्य नाम (लघु-दीर्घ-अक्षर संवेदी), या प्रभावित पन्ना (लघु-दीर्घ-अक्षर संवेदी) चुनै सकै छौ।\";'),('anp','messages:allmessages','s:43:\"hi:व्यवस्था संदेश\";'),('anp','messages:allmessages-filter','s:87:\"hi:अनुकूलन स्थिति के आधार पर छानें:\";'),('anp','messages:allmessages-filter-all','s:12:\"hi:सभी\";'),('anp','messages:allmessages-filter-legend','s:18:\"hi:छानें\";'),('anp','messages:allmessages-filter-modified','s:30:\"hi:परिवर्तित\";'),('anp','messages:allmessages-filter-submit','s:15:\"hi:जाएँ\";'),('anp','messages:allmessages-filter-translate','s:34:\"hi:अनुवाद करें\";'),('anp','messages:allmessages-filter-unmodified','s:33:\"hi:अपरिवर्तित\";'),('anp','messages:allmessages-language','s:16:\"hi:भाषा:\";'),('anp','messages:allmessages-not-supported-database','s:164:\"hi:इस पृष्ठ का इस्तेमाल नहीं कर सकते क्योंकी \'\'\'$wgUseDatabaseMessages\'\'\' बंद हैं।\";'),('anp','messages:allmessages-prefix','s:65:\"hi:उपसर्ग के आधार पर छानें:\";'),('anp','messages:allmessagescurrent','s:34:\"hi:वर्तमान पाठ\";'),('anp','messages:allmessagesdefault','s:34:\"hi:डिफॉल्ट पाठ\";'),('anp','messages:allmessagesname','s:12:\"hi:नाम\";'),('anp','messages:allmessagestext','s:572:\"hi:ये मीडियाविकि नामस्थान में उपलब्ध प्रणाली संदेशों की एक सूची है। यदि आप सामान्य मीडियाविकि क्षेत्रीयकरण में योगदान देना चाहें तो कृपया [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation मीडियाविकि क्षेत्रीयकरण] व [https://translatewiki.net translatewiki.net] को देखें।\";'),('anp','messages:allowemail','s:89:\"hi:दूसरे सदस्यों से ईमेल सक्षम करें\";'),('anp','messages:allpages','s:35:\"anp:सब्भे पन्ना\";'),('anp','messages:allpages-bad-ns','s:78:\"hi:{{SITENAME}} में \"$1\" नामस्थान नहीं है।\";'),('anp','messages:allpages-hide-redirects','s:59:\"anp:पुनर्निर्देश नुकाबौ\";'),('anp','messages:allpages-summary','s:3:\"en:\";'),('anp','messages:allpagesbadtitle','s:422:\"hi:दिया गया शीर्षक अमान्य था या उसमें अंतरभाषीय अथवा अंतरविकी उपसर्ग था।\nइसमें संभवतः एक या एक से अधिक ऐसे कैरैक्टर हैं जो शीर्षकों में प्रयुक्त नहीं हो सकते हैं।\";'),('anp','messages:allpagesfrom','s:120:\"anp:देलौ गेलौ अक्षर सँ आरंभ होयवाला लेख दर्शाबौ:\";'),('anp','messages:allpagesprefix','s:107:\"hi:इस उपपद से शुरू होने वाले पृष्ठ दर्शाएँ:\";'),('anp','messages:allpagessubmit','s:10:\"anp:जा\";'),('anp','messages:allpagesto','s:91:\"anp:ऐना समाप्त होय वाला पन्ना दिखाबौ:\";'),('anp','messages:alreadyrolled','s:853:\"anp:[[User:$2|$2]] ([[User talk:$2|वार्ता]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]) द्वारा करलॊ गेलॊ [[:$1]] के पिछला संपादन कॆ वापस पुरानॊ स्थिति पर नै लानलॊ जाबॆ सकॆ छै;\nकोय आरू इ बीच या तॆ इ पन्ना कॆ फिर सॆं संपादित करी देनॆ छै या पहले ही पन्ना पुरानॊ स्थिति पर लानलॊ जाय चुकलॊ छै.\n\nइ पन्ना के ताज़ातरीन संपादन [[User:$3|$3]] ([[User talk:$3|वार्ता]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]) नॆ करनॆ छै.\";'),('anp','messages:ancientpages','s:50:\"hi:सबसे पुराने पृष्ठ\";'),('anp','messages:ancientpages-summary','s:3:\"en:\";'),('anp','messages:and','s:18:\"anp:&#32;आरू\";'),('anp','messages:anoncontribs','s:22:\"anp:योगदान\";'),('anp','messages:anoneditwarning','s:713:\"anp:<strong>सावधान:</strong> आपनै लॉग-इन नै करै छियै। जों आपनै सम्पादन करै छियै त इ पृष्ठ के संपादन इतिहास मँ आपने के आइ.पी. पता अंकित करलौ जैतै। जों आपनै <strong>[$1 लॉगिन]</strong> करै छियै अथवा <strong>[$2 खाता बनाबै छियै]</strong> त अन्य सुविधा के साथ-साथ आपनै क संपादनौ केरौ श्रेय आपनै केरौ सदस्यनाम प देलौ जैतै।\";'),('anp','messages:anonnotice','s:4:\"en:-\";'),('anp','messages:anononlyblock','s:44:\"hi:केवल अनाम सदस्य\";'),('anp','messages:anonpreviewwarning','s:254:\"hi:<em>आपने लॉग-इन नहीं किया है। प्रकाशित करने पर पृष्ठ के संपादन इतिहास में आपका IP पता दिखने लगेगा।</em>\";'),('anp','messages:anontalk','s:19:\"anp:चर्चा\";'),('anp','messages:anontalkpagetext','s:1225:\"anp:----\n<em>ई वार्ता पन्ना वू बेनामी सदस्य सिनी लेली छै, जे या त खाता नै खोलले छै या खाता के प्रयोग नै करी रहलो छै।</em>\nई लेली उनको पहचान लेली हुनको संख्यात्मक आइपी पता के फरयोग करै ल पड़तै।\nऐसनो आइपी पता एक सँ जादा सदस्यौ लेली साझा हुअय सकै छै।\nजों आपनै एगो बेनामी सदस्य छेकियै आरू आपनै क लगै छै कि आपने के बारे में अप्रासंगिक टीका टिप्पणी करलो गेलो छै त कृपया [[Special:CreateAccount|खाता बनैइयै]] या [[Special:UserLogin|खाता मँ प्रवेश करौ]] जेकरा सँ कि आरू बेनामी सदस्य सिनी मँ सँ आपनै क अलग सँ पहचाननो जाबय सकै।\";'),('anp','messages:anonuser','s:68:\"hi:{{SITENAME}} अज्ञात उपयोगकर्ता $1\";'),('anp','messages:anonusers','s:77:\"hi:{{SITENAME}} अनाम {{PLURAL:$2|सदस्य|सदस्य}} $1\";'),('anp','messages:anonymous','s:73:\"hi:{{SITENAME}} के {{PLURAL:$1||}} बेनामी सदस्य\";'),('anp','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('anp','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('anp','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('anp','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('anp','messages:api-clientside-error-timeout','s:119:\"hi:सर्वर ने अपेक्षित समय के भीतर जवाब नहीं दिया\";'),('anp','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('anp','messages:api-credits-header','s:10:\"en:Credits\";'),('anp','messages:api-error-badtoken','s:70:\"hi:आंतरिक त्रुटि: बुरी टोकन।\";'),('anp','messages:api-error-emptypage','s:103:\"hi:नए खाली पृष्ठ बनाने की अनुमति नहीं है।\";'),('anp','messages:api-error-publishfailed','s:160:\"hi:आंतरिक त्रुटि: सर्वर अस्थाई फ़ाइल को प्रकासन करने में विफल।\";'),('anp','messages:api-error-stashfailed','s:163:\"hi:आंतरिक त्रुटि: सर्वर अस्थाई फ़ाइल को संग्रहीत करने में विफल।\";'),('anp','messages:api-error-unknown-warning','s:52:\"hi:अज्ञात चेतावनी: \"$1\"।\";'),('anp','messages:api-error-unknownerror','s:48:\"hi:अज्ञात त्रुटि: \" $1 \"\";'),('anp','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('anp','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('anp','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('anp','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('anp','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('anp','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('anp','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('anp','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('anp','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('anp','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('anp','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('anp','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('anp','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('anp','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('anp','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('anp','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('anp','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('anp','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('anp','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('anp','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('anp','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('anp','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('anp','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('anp','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('anp','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('anp','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('anp','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('anp','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('anp','messages:api-help-flags','s:3:\"en:\";'),('anp','messages:api-help-help-urls','s:3:\"en:\";'),('anp','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('anp','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('anp','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('anp','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('anp','messages:api-help-main-header','s:14:\"en:Main module\";'),('anp','messages:api-help-no-extended-description','s:3:\"en:\";'),('anp','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('anp','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('anp','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('anp','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('anp','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('anp','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('anp','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('anp','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('anp','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('anp','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('anp','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('anp','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('anp','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('anp','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('anp','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('anp','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('anp','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('anp','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('anp','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('anp','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('anp','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('anp','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('anp','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('anp','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('anp','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('anp','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('anp','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('anp','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('anp','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('anp','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('anp','messages:api-help-source','s:13:\"en:Source: $1\";'),('anp','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('anp','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('anp','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('anp','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('anp','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('anp','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('anp','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('anp','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('anp','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('anp','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('anp','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('anp','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('anp','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('anp','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('anp','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('anp','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('anp','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('anp','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('anp','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('anp','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('anp','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('anp','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('anp','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('anp','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('anp','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('anp','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('anp','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('anp','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('anp','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('anp','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('anp','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('anp','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('anp','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('anp','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('anp','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('anp','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('anp','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('anp','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('anp','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('anp','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('anp','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('anp','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('anp','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('anp','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('anp','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('anp','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('anp','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('anp','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('anp','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('anp','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('anp','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('anp','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('anp','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('anp','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('anp','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('anp','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('anp','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('anp','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('anp','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('anp','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('anp','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('anp','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('anp','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('anp','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('anp','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('anp','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('anp','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('anp','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('anp','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('anp','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('anp','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('anp','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('anp','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('anp','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('anp','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('anp','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('anp','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('anp','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('anp','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('anp','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('anp','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('anp','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('anp','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('anp','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('anp','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('anp','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('anp','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('anp','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('anp','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('anp','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('anp','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('anp','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('anp','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('anp','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('anp','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('anp','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('anp','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('anp','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('anp','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('anp','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('anp','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('anp','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('anp','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('anp','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('anp','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('anp','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('anp','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('anp','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('anp','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('anp','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('anp','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('anp','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('anp','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('anp','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('anp','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('anp','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('anp','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('anp','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('anp','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('anp','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('anp','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('anp','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('anp','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('anp','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('anp','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('anp','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('anp','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('anp','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('anp','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('anp','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('anp','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('anp','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('anp','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('anp','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('anp','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('anp','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('anp','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('anp','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('anp','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('anp','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('anp','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('anp','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('anp','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('anp','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('anp','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('anp','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('anp','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('anp','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('anp','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('anp','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('anp','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('anp','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('anp','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('anp','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('anp','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('anp','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('anp','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('anp','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('anp','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('anp','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('anp','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('anp','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('anp','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('anp','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('anp','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('anp','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('anp','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('anp','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('anp','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('anp','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('anp','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('anp','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('anp','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('anp','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('anp','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('anp','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('anp','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('anp','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('anp','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('anp','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('anp','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('anp','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('anp','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('anp','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('anp','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('anp','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('anp','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('anp','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('anp','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('anp','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('anp','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('anp','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('anp','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('anp','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('anp','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('anp','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('anp','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('anp','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('anp','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('anp','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('anp','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('anp','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('anp','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('anp','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('anp','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('anp','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('anp','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('anp','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('anp','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('anp','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('anp','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('anp','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('anp','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('anp','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('anp','messages:apierror-stashexception','s:5:\"en:$1\";'),('anp','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('anp','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('anp','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('anp','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('anp','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('anp','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('anp','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('anp','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('anp','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('anp','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('anp','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('anp','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('anp','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('anp','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('anp','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('anp','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('anp','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('anp','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('anp','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('anp','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('anp','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('anp','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('anp','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('anp','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('anp','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('anp','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('anp','messages:apihelp','s:37:\"hi:एपीआई सहायता\";'),('anp','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('anp','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('anp','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('anp','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('anp','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('anp','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('anp','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('anp','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('anp','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('anp','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('anp','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('anp','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('anp','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('anp','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('anp','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('anp','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('anp','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('anp','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('anp','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('anp','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('anp','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('anp','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('anp','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('anp','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('anp','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('anp','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('anp','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('anp','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('anp','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('anp','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('anp','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('anp','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('anp','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('anp','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('anp','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('anp','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('anp','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('anp','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('anp','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('anp','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('anp','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('anp','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('anp','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('anp','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('anp','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('anp','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('anp','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('anp','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('anp','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('anp','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('anp','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('anp','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('anp','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('anp','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('anp','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('anp','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('anp','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('anp','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('anp','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('anp','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('anp','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('anp','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('anp','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('anp','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('anp','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('anp','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('anp','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('anp','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('anp','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('anp','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('anp','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('anp','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('anp','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('anp','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('anp','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('anp','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('anp','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('anp','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('anp','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('anp','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('anp','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('anp','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('anp','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('anp','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('anp','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('anp','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('anp','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('anp','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('anp','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('anp','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('anp','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('anp','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('anp','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('anp','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('anp','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('anp','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('anp','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('anp','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('anp','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('anp','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('anp','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('anp','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('anp','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('anp','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('anp','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('anp','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('anp','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('anp','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('anp','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('anp','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('anp','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('anp','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('anp','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('anp','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('anp','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('anp','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('anp','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('anp','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('anp','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('anp','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('anp','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('anp','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('anp','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('anp','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('anp','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('anp','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('anp','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('anp','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('anp','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('anp','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('anp','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('anp','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('anp','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('anp','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('anp','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('anp','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('anp','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('anp','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('anp','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('anp','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('anp','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('anp','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('anp','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('anp','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('anp','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('anp','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('anp','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('anp','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('anp','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('anp','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('anp','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('anp','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('anp','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('anp','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('anp','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('anp','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('anp','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('anp','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('anp','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('anp','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('anp','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('anp','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('anp','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('anp','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('anp','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('anp','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('anp','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('anp','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('anp','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('anp','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('anp','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('anp','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('anp','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('anp','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('anp','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('anp','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('anp','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('anp','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('anp','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('anp','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('anp','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('anp','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('anp','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('anp','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('anp','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('anp','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('anp','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('anp','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('anp','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('anp','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('anp','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('anp','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('anp','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('anp','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('anp','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('anp','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('anp','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('anp','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('anp','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('anp','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('anp','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('anp','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('anp','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('anp','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('anp','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('anp','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('anp','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('anp','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('anp','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('anp','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('anp','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('anp','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('anp','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('anp','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('anp','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('anp','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('anp','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('anp','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('anp','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('anp','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('anp','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('anp','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('anp','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('anp','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('anp','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('anp','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('anp','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('anp','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('anp','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('anp','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('anp','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('anp','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('anp','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('anp','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('anp','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('anp','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('anp','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('anp','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('anp','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('anp','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('anp','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('anp','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('anp','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('anp','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('anp','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('anp','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('anp','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('anp','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('anp','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('anp','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('anp','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('anp','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('anp','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('anp','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('anp','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('anp','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('anp','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('anp','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('anp','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('anp','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('anp','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('anp','messages:apihelp-main-summary','s:3:\"en:\";'),('anp','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('anp','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('anp','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('anp','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('anp','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('anp','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('anp','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('anp','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('anp','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('anp','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('anp','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('anp','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('anp','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('anp','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('anp','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('anp','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('anp','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('anp','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('anp','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('anp','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('anp','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('anp','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('anp','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('anp','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('anp','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('anp','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('anp','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('anp','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('anp','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('anp','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('anp','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('anp','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('anp','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('anp','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('anp','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('anp','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('anp','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('anp','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('anp','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('anp','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('anp','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('anp','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('anp','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('anp','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('anp','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('anp','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('anp','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('anp','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('anp','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('anp','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('anp','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('anp','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('anp','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('anp','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('anp','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('anp','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('anp','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('anp','messages:apihelp-no-such-module','s:55:\"hi:मॉड्यूल \"$1\" नहीं मिला\";'),('anp','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('anp','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('anp','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('anp','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('anp','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('anp','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('anp','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('anp','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('anp','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('anp','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('anp','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('anp','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('anp','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('anp','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('anp','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('anp','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('anp','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('anp','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('anp','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('anp','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('anp','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('anp','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('anp','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('anp','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('anp','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('anp','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('anp','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('anp','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('anp','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('anp','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('anp','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('anp','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('anp','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('anp','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('anp','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('anp','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('anp','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('anp','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('anp','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('anp','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('anp','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('anp','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('anp','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('anp','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('anp','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('anp','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('anp','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('anp','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('anp','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('anp','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('anp','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('anp','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('anp','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('anp','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('anp','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('anp','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('anp','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('anp','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('anp','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('anp','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('anp','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('anp','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('anp','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('anp','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('anp','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('anp','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('anp','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('anp','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('anp','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('anp','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('anp','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('anp','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('anp','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('anp','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('anp','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('anp','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('anp','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('anp','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('anp','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('anp','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('anp','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('anp','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('anp','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('anp','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('anp','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('anp','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('anp','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('anp','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('anp','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('anp','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('anp','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('anp','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('anp','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('anp','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('anp','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('anp','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('anp','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('anp','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('anp','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('anp','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('anp','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('anp','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('anp','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('anp','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('anp','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('anp','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('anp','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('anp','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('anp','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('anp','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('anp','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('anp','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('anp','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('anp','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('anp','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('anp','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('anp','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('anp','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('anp','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('anp','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('anp','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('anp','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('anp','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('anp','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('anp','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('anp','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('anp','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('anp','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('anp','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('anp','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('anp','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('anp','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('anp','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('anp','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('anp','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('anp','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('anp','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('anp','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('anp','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('anp','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('anp','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('anp','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('anp','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('anp','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('anp','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('anp','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('anp','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('anp','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('anp','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('anp','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('anp','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('anp','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('anp','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('anp','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('anp','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('anp','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('anp','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('anp','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('anp','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('anp','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('anp','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('anp','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('anp','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('anp','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('anp','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('anp','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('anp','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('anp','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('anp','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('anp','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('anp','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('anp','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('anp','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('anp','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('anp','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('anp','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('anp','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('anp','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('anp','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('anp','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('anp','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('anp','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('anp','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('anp','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('anp','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('anp','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('anp','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('anp','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('anp','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('anp','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('anp','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('anp','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('anp','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('anp','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('anp','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('anp','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('anp','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('anp','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('anp','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('anp','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('anp','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('anp','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('anp','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('anp','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('anp','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('anp','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('anp','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('anp','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('anp','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('anp','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('anp','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('anp','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('anp','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('anp','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('anp','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('anp','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('anp','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('anp','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('anp','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('anp','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('anp','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('anp','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('anp','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('anp','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('anp','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('anp','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('anp','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('anp','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('anp','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('anp','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('anp','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('anp','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('anp','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('anp','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('anp','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('anp','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('anp','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('anp','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('anp','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('anp','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('anp','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('anp','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('anp','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('anp','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('anp','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('anp','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('anp','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('anp','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('anp','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('anp','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('anp','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('anp','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('anp','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('anp','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('anp','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('anp','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('anp','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('anp','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('anp','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('anp','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('anp','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('anp','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('anp','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('anp','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('anp','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('anp','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('anp','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('anp','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('anp','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('anp','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('anp','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('anp','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('anp','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('anp','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('anp','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('anp','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('anp','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('anp','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('anp','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('anp','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('anp','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('anp','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('anp','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('anp','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('anp','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('anp','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('anp','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('anp','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('anp','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('anp','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('anp','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('anp','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('anp','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('anp','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('anp','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('anp','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('anp','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('anp','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('anp','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('anp','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('anp','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('anp','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('anp','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('anp','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('anp','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('anp','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('anp','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('anp','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('anp','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('anp','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('anp','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('anp','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('anp','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('anp','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('anp','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('anp','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('anp','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('anp','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('anp','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('anp','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('anp','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('anp','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('anp','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('anp','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('anp','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('anp','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('anp','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('anp','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('anp','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('anp','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('anp','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('anp','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('anp','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('anp','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('anp','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('anp','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('anp','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('anp','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('anp','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('anp','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('anp','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('anp','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('anp','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('anp','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('anp','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('anp','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('anp','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('anp','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('anp','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('anp','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('anp','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('anp','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('anp','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('anp','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('anp','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('anp','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('anp','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('anp','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('anp','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('anp','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('anp','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('anp','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('anp','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('anp','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('anp','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('anp','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('anp','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('anp','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('anp','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('anp','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('anp','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('anp','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('anp','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('anp','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('anp','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('anp','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('anp','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('anp','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('anp','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('anp','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('anp','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('anp','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('anp','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('anp','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('anp','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('anp','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('anp','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('anp','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('anp','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('anp','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('anp','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('anp','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('anp','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('anp','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('anp','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('anp','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('anp','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('anp','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('anp','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('anp','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('anp','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('anp','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('anp','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('anp','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('anp','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('anp','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('anp','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('anp','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('anp','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('anp','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('anp','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('anp','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('anp','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('anp','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('anp','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('anp','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('anp','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('anp','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('anp','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('anp','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('anp','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('anp','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('anp','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('anp','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('anp','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('anp','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('anp','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('anp','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('anp','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('anp','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('anp','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('anp','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('anp','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('anp','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('anp','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('anp','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('anp','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('anp','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('anp','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('anp','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('anp','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('anp','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('anp','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('anp','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('anp','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('anp','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('anp','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('anp','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('anp','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('anp','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('anp','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('anp','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('anp','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('anp','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('anp','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('anp','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('anp','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('anp','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('anp','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('anp','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('anp','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('anp','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('anp','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('anp','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('anp','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('anp','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('anp','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('anp','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('anp','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('anp','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('anp','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('anp','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('anp','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('anp','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('anp','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('anp','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('anp','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('anp','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('anp','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('anp','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('anp','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('anp','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('anp','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('anp','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('anp','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('anp','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('anp','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('anp','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('anp','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('anp','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('anp','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('anp','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('anp','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('anp','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('anp','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('anp','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('anp','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('anp','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('anp','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('anp','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('anp','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('anp','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('anp','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('anp','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('anp','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('anp','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('anp','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('anp','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('anp','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('anp','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('anp','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('anp','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('anp','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('anp','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('anp','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('anp','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('anp','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('anp','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('anp','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('anp','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('anp','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('anp','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('anp','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('anp','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('anp','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('anp','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('anp','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('anp','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('anp','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('anp','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('anp','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('anp','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('anp','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('anp','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('anp','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('anp','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('anp','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('anp','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('anp','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('anp','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('anp','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('anp','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('anp','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('anp','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('anp','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('anp','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('anp','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('anp','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('anp','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('anp','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('anp','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('anp','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('anp','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('anp','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('anp','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('anp','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('anp','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('anp','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('anp','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('anp','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('anp','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('anp','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('anp','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('anp','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('anp','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('anp','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('anp','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('anp','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('anp','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('anp','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('anp','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('anp','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('anp','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('anp','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('anp','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('anp','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('anp','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('anp','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('anp','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('anp','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('anp','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('anp','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('anp','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('anp','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('anp','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('anp','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('anp','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('anp','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('anp','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('anp','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('anp','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('anp','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('anp','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('anp','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('anp','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('anp','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('anp','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('anp','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('anp','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('anp','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('anp','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('anp','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('anp','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('anp','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('anp','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('anp','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('anp','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('anp','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('anp','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('anp','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('anp','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('anp','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('anp','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('anp','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('anp','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('anp','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('anp','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('anp','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('anp','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('anp','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('anp','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('anp','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('anp','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('anp','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('anp','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('anp','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('anp','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('anp','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('anp','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('anp','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('anp','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('anp','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('anp','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('anp','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('anp','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('anp','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('anp','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('anp','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('anp','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('anp','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('anp','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('anp','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('anp','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('anp','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('anp','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('anp','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('anp','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('anp','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('anp','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('anp','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('anp','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('anp','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('anp','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('anp','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('anp','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('anp','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('anp','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('anp','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('anp','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('anp','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('anp','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('anp','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('anp','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('anp','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('anp','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('anp','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('anp','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('anp','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('anp','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('anp','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('anp','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('anp','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('anp','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('anp','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('anp','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('anp','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('anp','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('anp','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('anp','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('anp','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('anp','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('anp','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('anp','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('anp','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('anp','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('anp','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('anp','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('anp','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('anp','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('anp','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('anp','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('anp','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('anp','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('anp','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('anp','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('anp','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('anp','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('anp','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('anp','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('anp','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('anp','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('anp','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('anp','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('anp','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('anp','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('anp','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('anp','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('anp','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('anp','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('anp','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('anp','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('anp','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('anp','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('anp','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('anp','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('anp','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('anp','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('anp','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('anp','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('anp','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('anp','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('anp','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('anp','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('anp','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('anp','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('anp','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('anp','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('anp','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('anp','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('anp','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('anp','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('anp','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('anp','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('anp','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('anp','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('anp','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('anp','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('anp','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('anp','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('anp','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('anp','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('anp','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('anp','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('anp','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('anp','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('anp','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('anp','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('anp','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('anp','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('anp','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('anp','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('anp','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('anp','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('anp','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('anp','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('anp','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('anp','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('anp','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('anp','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('anp','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('anp','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('anp','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('anp','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('anp','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('anp','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('anp','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('anp','messages:apihelp-summary','s:3:\"en:\";'),('anp','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('anp','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('anp','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('anp','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('anp','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('anp','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('anp','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('anp','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('anp','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('anp','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('anp','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('anp','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('anp','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('anp','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('anp','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('anp','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('anp','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('anp','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('anp','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('anp','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('anp','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('anp','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('anp','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('anp','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('anp','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('anp','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('anp','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('anp','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('anp','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('anp','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('anp','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('anp','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('anp','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('anp','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('anp','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('anp','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('anp','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('anp','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('anp','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('anp','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('anp','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('anp','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('anp','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('anp','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('anp','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('anp','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('anp','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('anp','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('anp','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('anp','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('anp','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('anp','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('anp','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('anp','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('anp','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('anp','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('anp','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('anp','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('anp','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('anp','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('anp','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('anp','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('anp','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('anp','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('anp','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('anp','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('anp','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('anp','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('anp','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('anp','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('anp','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('anp','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('anp','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('anp','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('anp','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('anp','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('anp','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('anp','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('anp','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('anp','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('anp','messages:apisandbox','s:49:\"hi:एपीआई प्रयोगस्थल\";'),('anp','messages:apisandbox-add-multi','s:21:\"hi:जोड़ें\";'),('anp','messages:apisandbox-alert-field','s:96:\"hi:जगह में डाला गया जानकारी अमान्य है।\";'),('anp','messages:apisandbox-alert-page','s:71:\"hi:इस पृष्ठ के जगह अमान्य है।\";'),('anp','messages:apisandbox-continue','s:28:\"hi:जारी रखें\";'),('anp','messages:apisandbox-continue-clear','s:28:\"hi:खाली करें\";'),('anp','messages:apisandbox-continue-help','s:292:\"hi:{{int:apisandbox-continue}} [https://www.mediawiki.org/wiki/API:Query#Continuing_queries continue] अंतिम अनुरोध होगा; {{int:apisandbox-continue-clear}} निरंतरता-संबंधित मानदंडों को साफ करेगा।\";'),('anp','messages:apisandbox-deprecated-parameters','s:67:\"hi:प्राचल पुराना हो चुका है\";'),('anp','messages:apisandbox-dynamic-error-exists','s:82:\"hi:प्राचल नाम \"$1\" पहले से मौजूद है।\";'),('anp','messages:apisandbox-dynamic-parameters','s:34:\"hi:अन्य प्राचल\";'),('anp','messages:apisandbox-dynamic-parameters-add-label','s:41:\"hi:प्राचल जोड़ें:\";'),('anp','messages:apisandbox-dynamic-parameters-add-placeholder','s:31:\"hi:प्राचल नाम\";'),('anp','messages:apisandbox-examples','s:21:\"hi:उदाहरण\";'),('anp','messages:apisandbox-fetch-token','s:44:\"hi:टोकन स्वतः भरें\";'),('anp','messages:apisandbox-helpurls','s:34:\"hi:सहायता कड़ी\";'),('anp','messages:apisandbox-intro','s:423:\"hi:इस पृष्ठ का उपयोग <strong>मीडियाविकि वेब एपीआई</strong> के लिए करें। इसके उपयप्ग हेतु देखें: [[mw:API:Main page|एपीआई प्रलेखन]] उदाहरण: [https://www.mediawiki.org/wiki/API#A_simple_example मुख्यपृष्ठ के सामग्री हेतु]\";'),('anp','messages:apisandbox-jsonly','s:178:\"hi:API प्रयोगपृष्ठ का इस्तेमाल करने के लिए जावास्क्रिप्ट की ज़रूरत है।\";'),('anp','messages:apisandbox-load-error','s:140:\"hi:एपीआई मॉड्यूल के जानकारी लोड करते समय त्रुटि हुई \"$1\": $2\";'),('anp','messages:apisandbox-loading','s:123:\"hi:एपीआई मॉड्यूल के द्वारा जानकारी लोड कर रहा \"$1\"...\";'),('anp','messages:apisandbox-loading-results','s:57:\"hi:एपीआई परिणाम ले रहा...\";'),('anp','messages:apisandbox-multivalue-all-namespaces','s:42:\"hi:$1 (सभी नामस्थान)\";'),('anp','messages:apisandbox-multivalue-all-values','s:33:\"hi:$1 (सभी मूल्य)\";'),('anp','messages:apisandbox-no-parameters','s:106:\"hi:इस एपीआई मॉड्यूल का कोई प्राचल नहीं है।\";'),('anp','messages:apisandbox-param-limit','s:146:\"hi:अधिकतम सीमा का उपयोग करने के लिए <kbd>अधिकतम</kbd> दर्ज करें।\";'),('anp','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('anp','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('anp','messages:apisandbox-request-format-url-label','s:65:\"hi:यूआरएल क्वेरी स्ट्रिंग\";'),('anp','messages:apisandbox-request-json-label','s:27:\"hi:JSON अनुरोध:\";'),('anp','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('anp','messages:apisandbox-request-selectformat-label','s:88:\"hi:अनुरोध डेटा को इस रूप में दिखाएं:\";'),('anp','messages:apisandbox-request-time','s:56:\"hi:अनुरोध समय: {{PLURAL:$1|$1 मि}}\";'),('anp','messages:apisandbox-request-url-label','s:26:\"hi:अनुरोध URL:\";'),('anp','messages:apisandbox-reset','s:21:\"hi:स्पष्ट\";'),('anp','messages:apisandbox-results','s:21:\"hi:परिणाम\";'),('anp','messages:apisandbox-results-error','s:78:\"hi:एपीआई के समय कोई त्रुटि हुई: $1\";'),('anp','messages:apisandbox-results-fixtoken','s:83:\"hi:टोकन सही करें और दोबारा भेजें।\";'),('anp','messages:apisandbox-results-fixtoken-fail','s:59:\"hi:टोकन \"$1\" डालने में विफल\";'),('anp','messages:apisandbox-results-login-suppressed','s:727:\"hi:यह अनुरोध लॉग-आउट उपयोगकर्ता के रूप में संसाधित किया गया है क्योंकि यह ब्राउज़र समान-मूल सुरक्षा बायपास करने के लिए इस्तेमाल किया जा सकता है। ध्यान दें कि एपीआई सैंडबॉक्स का स्वचालित टोकन हैंडलिंग ऐसे अनुरोधों के साथ ठीक से काम नहीं करता है, कृपया उन्हें मैन्युअल रूप से भरें।\";'),('anp','messages:apisandbox-retry','s:53:\"hi:दुबारा प्रयास करें\";'),('anp','messages:apisandbox-sending-request','s:60:\"hi:एपीआई अनुरोध भेज रहा...\";'),('anp','messages:apisandbox-submit','s:34:\"hi:अनुरोध करें\";'),('anp','messages:apisandbox-submit-invalid-fields-message','s:150:\"hi:कृपया चिह्नित फ़ील्ड्स को ठीक करें और पुनः प्रयास करें।\";'),('anp','messages:apisandbox-submit-invalid-fields-title','s:48:\"hi:कुछ जगह अमान्य है\";'),('anp','messages:apisandbox-summary','s:3:\"en:\";'),('anp','messages:apisandbox-templated-parameter-reason','s:131:\"hi:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('anp','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('anp','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('anp','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('anp','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('anp','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('anp','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('anp','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('anp','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('anp','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('anp','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('anp','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('anp','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('anp','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('anp','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('anp','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('anp','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('anp','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('anp','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('anp','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('anp','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('anp','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('anp','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('anp','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('anp','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('anp','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('anp','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('anp','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('anp','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('anp','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('anp','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('anp','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('anp','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('anp','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('anp','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('anp','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('anp','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('anp','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('anp','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('anp','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('anp','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('anp','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('anp','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('anp','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('anp','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('anp','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('anp','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('anp','messages:apr','s:20:\"anp:अप्रै.\";'),('anp','messages:april','s:22:\"anp:अप्रैल\";'),('anp','messages:april-gen','s:22:\"anp:अप्रैल\";'),('anp','messages:article','s:41:\"anp:सम्पर्क पन्ना\";'),('anp','messages:articleexists','s:244:\"anp:इ नाम के एगॊ पन्ना पहले सॆं मौजूद छै,या फेरू आपनॆ अमान्य नाम चुननॆ छियै. कृपया दोसरॊ नाम चुनॊ.\";'),('anp','messages:aug','s:11:\"anp:अग.\";'),('anp','messages:august','s:19:\"anp:अगस्त\";'),('anp','messages:august-gen','s:19:\"anp:अगस्त\";'),('anp','messages:authenticationdatachange-ignored','s:247:\"hi:प्रमाणीकरण डेटा परिवर्तन का संचालन नहीं किया गया था। शायद कोई प्रदाता कॉन्फ़िगर नहीं हुआ था?\";'),('anp','messages:authform-newtoken','s:41:\"hi:टोकन लापता है $1\";'),('anp','messages:authform-nosession-login','s:177:\"hi:प्रमाणीकरण सफल था, लेकिन आपका ब्राउज़र \"याद\" नहीं किया जा सकता है।\n\n$1\";'),('anp','messages:authform-nosession-signup','s:238:\"hi:खाता तो बन चुका है, लेकिन आपका ब्राउज़र \"याद\" नहीं रखा है कि आपने लॉगिन (प्रवेश) कर लिया है। \n\n$1\";'),('anp','messages:authform-notoken','s:38:\"hi:टोकन लापता है\";'),('anp','messages:authform-wrongtoken','s:25:\"hi:गलत टोकन\";'),('anp','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('anp','messages:authmanager-authn-autocreate-failed','s:119:\"hi:किसी स्थानीय खाते के स्वत:-निर्माण विफल हुआ:$1\";'),('anp','messages:authmanager-authn-no-local-user','s:180:\"hi:दिए गए क्रेडेंशियल इस विकी पर किसी भी उपयोगकर्ता से जुड़े नहीं हैं।\";'),('anp','messages:authmanager-authn-no-local-user-link','s:577:\"hi:दिए गए क्रेडेंशियल्स मान्य हैं लेकिन इस विकी पर किसी भी उपयोगकर्ता से जुड़े नहीं हैं। किसी अन्य तरीके से लॉगिन करें, या एक नया उपयोगकर्ता बनाएं, और आपके पास उस खाते में अपने पिछले क्रेडेंशियल को लिंक करने का विकल्प होगा।\";'),('anp','messages:authmanager-authn-no-primary','s:159:\"hi:आपूर्ति किए गए क्रेडेंशियल्स को प्रमाणित नहीं किया जा सका।\";'),('anp','messages:authmanager-authn-not-in-progress','s:227:\"hi:प्रमाणीकरण प्रगति में नहीं है या सत्र डेटा खो गया है। कृपया शुरुआत से फिर से शुरू करें\";'),('anp','messages:authmanager-autocreate-exception','s:245:\"hi:स्वचालित खाता निर्माण को पहले के कुछ त्रुटियों के कारण कुछ समय के लिए निष्क्रिय किया गया है।\";'),('anp','messages:authmanager-autocreate-noperm','s:111:\"hi:स्वचालित खाता निर्माण की अनुमति नहीं है।\";'),('anp','messages:authmanager-change-not-supported','s:225:\"hi:आपूर्ति की गई क्रेडेंशियल्स को बदला नहीं जा सकता, क्योंकि उनका उपयोग उनको नहीं होगा।\";'),('anp','messages:authmanager-create-disabled','s:75:\"hi:खाता निर्माण निष्क्रिय है।\";'),('anp','messages:authmanager-create-from-login','s:130:\"hi:अपना खाता बनाने के लिए नीचे दिये जगहों को भर दें।\";'),('anp','messages:authmanager-create-no-primary','s:199:\"hi:खाता निर्माण के लिए आपूर्ति की गई क्रेडेंशियल्स का उपयोग नहीं किया जा सका।\";'),('anp','messages:authmanager-create-not-in-progress','s:231:\"hi:खाता निर्माण प्रगति में नहीं है या सत्र डेटा खो गया है। कृपया शुरुआत से फिर से शुरू करें\";'),('anp','messages:authmanager-domain-help','s:82:\"hi:बाह्य प्रमाणीकरण के लिए डोमेन\";'),('anp','messages:authmanager-email-help','s:25:\"hi:ईमेल पता\";'),('anp','messages:authmanager-email-label','s:15:\"hi:ईमेल\";'),('anp','messages:authmanager-link-no-primary','s:193:\"hi:खाता लिंकिंग के लिए आपूर्ति की गई क्रेडेंशियल का उपयोग नहीं किया जा सका।\";'),('anp','messages:authmanager-link-not-in-progress','s:222:\"hi:खाता लिंक प्रगति में नहीं है या सत्र डेटा खो गया है। कृपया शुरुआत से फिर से शुरू करें\";'),('anp','messages:authmanager-password-help','s:72:\"hi:प्रमाणीकरण के लिए पासवर्ड\";'),('anp','messages:authmanager-provider-password','s:74:\"hi:पासवर्ड-आधारित प्रमाणीकरण\";'),('anp','messages:authmanager-provider-password-domain','s:98:\"hi:पासवर्ड- और डोमेन-आधारित प्रमाणीकरण\";'),('anp','messages:authmanager-provider-temporarypassword','s:43:\"hi:अस्थाई पासवर्ड\";'),('anp','messages:authmanager-realname-help','s:60:\"hi:सदस्य का वास्तविक नाम\";'),('anp','messages:authmanager-realname-label','s:37:\"hi:वास्तविक नाम\";'),('anp','messages:authmanager-retype-help','s:53:\"hi:फिर पासवर्ड डालें।\";'),('anp','messages:authmanager-userdoesnotexist','s:81:\"hi:सदस्य खाता \"$1\" पंजीकृत नहीं है।\";'),('anp','messages:authmanager-userlogin-remembermypassword-help','s:159:\"hi:क्या पासवर्ड को सत्र की लंबाई से अधिक समय तक याद रखना चाहिए।\";'),('anp','messages:authmanager-username-help','s:76:\"hi:प्रमाणीकरण के लिए सदस्य नाम\";'),('anp','messages:authpage-cannot-create','s:73:\"hi:खाता निर्माण में अक्षम है।\";'),('anp','messages:authpage-cannot-create-continue','s:179:\"hi:खाता निर्माण में अक्षम है। हो सकता है कि आपका सत्र समाप्त हो गया हो।\";'),('anp','messages:authpage-cannot-link','s:83:\"hi:खाता जोड़ना शुरू नहीं कर सकते।\";'),('anp','messages:authpage-cannot-link-continue','s:179:\"hi:खाता जोड़ने में विफल रहा। हो सकता है कि आपका सत्र समय समाप्त हो गया।\";'),('anp','messages:authpage-cannot-login','s:61:\"hi:लॉग इन करने में अक्षम।\";'),('anp','messages:authpage-cannot-login-continue','s:168:\"hi:लॉग इन करने में अक्षम, हो सकता है कि आपका सत्र समय समाप्त हो गया।\";'),('anp','messages:authprovider-confirmlink-failed','s:119:\"hi:खाता जोड़ने का काम पूरी तरह से नहीं हो पाया : $1\";'),('anp','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('anp','messages:authprovider-confirmlink-message','s:486:\"hi:आपके हाल के लॉगिन प्रयासों के आधार पर, निम्न खाते आपके विकी खाते से जोड़ा जा सकता है। उन्हें जोड़ने से उन खातों के माध्यम से लॉगिंग सक्षम हो जाता है कृपया चुनें कि कौन सा लिंक होना चाहिए।\";'),('anp','messages:authprovider-confirmlink-ok-help','s:159:\"hi:लिंकिंग विफलता संदेशों को प्रदर्शित करने के बाद जारी रखें।\";'),('anp','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('anp','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('anp','messages:authprovider-confirmlink-request-label','s:54:\"hi:खाते जो जोड़ने हैं।\";'),('anp','messages:authprovider-confirmlink-success-line','s:60:\"hi:$1 : सफलतापूर्वक जुड़ा।\";'),('anp','messages:authprovider-resetpass-skip-help','s:82:\"hi:पासवर्ड को रीसेट करना छोड़ें।\";'),('anp','messages:authprovider-resetpass-skip-label','s:21:\"hi:छोड़ें\";'),('anp','messages:autoblockedtext','s:1383:\"hi:आपके IP पते को अपने आप ब्लॉक कर दिया गया है क्योंकि इसका इस्तेमाल किसी दूसरे सदस्य द्वारा इस्तेमाल किया गया है जिसे $1 ने ब्लॉक किया गया है।\nदिया गया कारण है:\n\n:<em>$2</em>\n\n* शुरुआत: $8\n* समाप्ति तिथि: $6\n* सदस्य: $7\n\nआप अवरोध के बारे में चर्चा करने के लिए $1 या किसी दूसरे [[{{MediaWiki:Grouppage-sysop}}|प्रबंधक]] से संपर्क कर सकते हैं।\n\nअगर आपके [[Special:Preferences|वरीयताओं]] में कोई मान्य ईमेल पता दिया गया है और आपको इसका इस्तेमाल करने से रोका नहीं गया है, आप \"{{int:emailuser}}\" सुविधा का इस्तेमाल कर सकते हैं।\n\nआपका वर्तमान IP पता है $3 और अवरोध संख्या है #$5।\nकृपया संपर्क करते समय ये सारी जानकारी दें।\";'),('anp','messages:autoblocker','s:306:\"hi:आपका आइ॰पी पता स्वतः अवरुद्ध है, चूँकि इसे हाल ही में \"[[User:$1|$1]]\" द्वारा प्रयोग किया गया है।\n$1 को अवरोधित करने का कारण है: \"$2\"\";'),('anp','messages:autoblockid','s:38:\"hi:स्वतः अवरोध #$1\";'),('anp','messages:autoblocklist','s:33:\"hi:स्वतःअवरोध\";'),('anp','messages:autoblocklist-empty','s:67:\"hi:स्वतः अवरोध लॉग खाली है।\";'),('anp','messages:autoblocklist-legend','s:44:\"hi:स्वतः अवरोध लॉग\";'),('anp','messages:autoblocklist-localblocks','s:70:\"hi:स्थानीय {{PLURAL:$1|स्वतः अवरोध}}\";'),('anp','messages:autoblocklist-otherblocks','s:60:\"hi:अन्य {{PLURAL:$1|स्वतःअवरोध}}\";'),('anp','messages:autoblocklist-submit','s:18:\"hi:खोजें\";'),('anp','messages:autoblocklist-total-autoblocks','s:73:\"hi:स्वतःअवरोध की कुल संख्या: $1\";'),('anp','messages:autochange-username','s:74:\"hi:मीडियाविकि स्वतः परिवर्तन\";'),('anp','messages:autocomment-prefix','s:3:\"en:\";'),('anp','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('anp','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('anp','messages:autoredircomment','s:47:\"hi:[[$1]] को अनुप्रेषित\";'),('anp','messages:autosumm-blank','s:51:\"hi:पृष्ठ को खाली किया\";'),('anp','messages:autosumm-changed-redirect-target','s:111:\"hi:[[$1]] से [[$2]] तक पुन्नः प्रेषित लक्ष्य बदल गया|\";'),('anp','messages:autosumm-new','s:66:\"hi:\'$1\' के साथ नया पृष्ठ बनाया\";'),('anp','messages:autosumm-newblank','s:50:\"hi:रिक्त पृष्ठ बनाया\";'),('anp','messages:autosumm-removed-redirect','s:83:\"hi:हटाया गया रीडायरेक्ट [[$1]] के लिए\";'),('anp','messages:autosumm-replace','s:67:\"hi:पृष्ठ को \'$1\' से बदल रहा है।\";'),('anp','messages:backend-fail-alreadyexists','s:67:\"hi:फ़ाइल $1 पहले से मौजूद है।\";'),('anp','messages:backend-fail-backup','s:70:\"hi:फ़ाइल $1 बैकअप नहीं हो पाई।\";'),('anp','messages:backend-fail-batchsize','s:209:\"hi:भंडारण बैकेंड को $1 फ़ाइल {{PLURAL:$1|कार्य}} दिये गए थे; सीमा {{PLURAL:$2|$2 कार्य|$2 कार्यों}} की है।\";'),('anp','messages:backend-fail-closetemp','s:80:\"hi:अस्थाई फ़ाइल बंद नहीं हो पाई।\";'),('anp','messages:backend-fail-connect','s:142:\"hi:\"$1\" भंडारण बैकेंड से सम्पर्क स्थापित नहीं किया जा सका।\";'),('anp','messages:backend-fail-contenttype','s:160:\"hi:\"$1\" पर संजोने के लिये फ़ाइल का प्रकार नहीं निश्चित किया जा सका।\";'),('anp','messages:backend-fail-copy','s:99:\"hi:फ़ाइल $1 की $2 पर प्रतिलिपि नहीं बन पाई।\";'),('anp','messages:backend-fail-create','s:67:\"hi:फ़ाइल $1 लिखी नहीं जा सकी।\";'),('anp','messages:backend-fail-delete','s:67:\"hi:फ़ाइल $1 हटाई नहीं जा सकी।\";'),('anp','messages:backend-fail-describe','s:91:\"hi:फ़ाइल \"$1\" का मेटाडाटा बदल नहीं पाए।\";'),('anp','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('anp','messages:backend-fail-hashes','s:106:\"hi:तुलना के लिए फ़ाइलों की हैश नहीं मिलीं।\";'),('anp','messages:backend-fail-internal','s:138:\"hi:भंडारण बैकेंड \"$1\" में कोई अज्ञात त्रुटि उत्पन्न हुई।\";'),('anp','messages:backend-fail-invalidpath','s:70:\"hi:$1 मान्य भंडारण पथ नहीं है।\";'),('anp','messages:backend-fail-maxsize','s:153:\"hi:फ़ाइल $1 लिखी नहीं जा सकी क्योंकि यह {{PLURAL:$2|$2 बाईट}} से बड़ी है।\";'),('anp','messages:backend-fail-move','s:105:\"hi:फ़ाइल $1 से $2 पर स्थानांतरित नहीं हो पाई।\";'),('anp','messages:backend-fail-notexists','s:60:\"hi:फ़ाइल $1 मौजूद नहीं है।\";'),('anp','messages:backend-fail-notsame','s:107:\"hi:एक ग़ैर-समान फ़ाइल $1 पर पहले से मौजूद है।\";'),('anp','messages:backend-fail-opentemp','s:80:\"hi:अस्थाई फ़ाइल खोल नहीं जा सकी।\";'),('anp','messages:backend-fail-read','s:64:\"hi:फ़ाइल $1 पढ़ी नहीं जा सकी।\";'),('anp','messages:backend-fail-readonly','s:209:\"hi:भंडारण बैकेंड \"$1\" इस समय केवल पढ़ा जा सकता है (रीड-ओन्ली है)। दिया गया कारण था: <em>$2</em>\";'),('anp','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('anp','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('anp','messages:backend-fail-store','s:90:\"hi:फ़ाइल $1, $2 पर संग्रहीत नहीं हो पाई।\";'),('anp','messages:backend-fail-stream','s:76:\"hi:फ़ाइल $1 स्ट्रीम नहीं हो पाई।\";'),('anp','messages:backend-fail-synced','s:142:\"hi:फ़ाइल \"$1\" आतंरिक भंडारण बैकेंड में असंगत स्थिति में है।\";'),('anp','messages:backend-fail-usable','s:260:\"hi:फ़ाइल \"$1\" को पर्याप्त अनुमति या अनुपस्थित डायरेक्ट्रीज़/कंटेनरों के कारण पढ़ा या लिखा नहीं जा सका।\";'),('anp','messages:backend-fail-writetemp','s:102:\"hi:अस्थायी फ़ाइल पर लिखना संभव नहीं हुआ।\";'),('anp','messages:backlinksubtitle','s:9:\"en:← $1\";'),('anp','messages:bad-target-model','s:228:\"hi:वाञ्छित स्थान भिन्न सामग्री नमूने का प्रयोग करता है। $1 को बदलकर $2 नहीं किया जा सकता है।\";'),('anp','messages:bad_image_list','s:662:\"anp:फोर्मेट निम्न अनुसार छै:\nखाली सूची सामग्री (* सॆं शुरु होय वाला पंक्ति ) चुनलौ जैतै.\nपंक्ति प पहिला लिंक एगो खराब फाईल के साथ जुड़ल होना चाहियौ।\nकोय भी बाद बला लिंक ओही पंक्ति प ऐला प ओकरा अपवाद मानलौ जैतै, अर्थात उ पन्ना जेकरौ अंदर इ फाईल जुड़लौ हुअ सकै छै।\";'),('anp','messages:badaccess','s:41:\"anp:अनुमति त्रुटि\";'),('anp','messages:badaccess-group0','s:208:\"anp:जोन क्रिया के अनुरोध तोंय करले छो ओकरौ संचालित करै के अनुमति तोरा लगाँ नै छौं।\";'),('anp','messages:badaccess-groups','s:203:\"anp:तोंय जे क्रिया अजमैलौ छौ उ खाली {{PLURAL:$2|$1 समूह|$1 समूह सब}} केरौ सदस्यये करै सकै छै।\";'),('anp','messages:badarticleerror','s:97:\"anp:इ पन्ना पर इ काम नै करलौ जाबै सकै छै।\";'),('anp','messages:badfilename','s:94:\"hi:फ़ाइल का नाम बदल के \"$1\" कर दिया गया है।\";'),('anp','messages:badipaddress','s:47:\"hi:अमान्य आईपी पता।\";'),('anp','messages:badretype','s:192:\"anp:तोंय जे कूटशब्द देलौ छौ उ एक दोसरा सँ मेल नाय खाय छौं। यहा ल फेनु सँ लिखौ।\";'),('anp','messages:badsig','s:110:\"hi:गलत कच्चा हस्ताक्षर।\nHTML टैग की जाँच करें।\";'),('anp','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('anp','messages:badsiglength','s:194:\"hi:यह हस्ताक्षर बहुत बड़ा है।\nयह $1 {{PLURAL:$1|कैरैक्टर}} से अधिक का नहीं होना चाहिए।\";'),('anp','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('anp','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('anp','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('anp','messages:badtitle','s:35:\"anp:खराब शीर्षक\";'),('anp','messages:badtitletext','s:492:\"anp:आपनै द्वारा आग्रहत लेख केरौ शीर्षक अयोग्य, ख़ाली या गलती सँ जुडलौ आंतर-भाषिय या आंतर-विकि शीर्षक छेकै। एकरा मँ एकठो या एकठो सँ जादा ऐन्हौ करैक्टर छै जे शीर्षक मँ उपयोग नै करलौ जाबै सकै छै।\";'),('anp','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('anp','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('anp','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('anp','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('anp','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('anp','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('anp','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('anp','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('anp','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('anp','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('anp','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('anp','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('anp','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('anp','messages:blankarticle','s:332:\"hi:<strong>चेतावनी:</strong> आप एक रिक्त पृष्ठ का निर्माण कर रहे हैं।\nयदि आप \"$1\" को फिर से दबाते हैं तो बिना सामग्री का पृष्ठ निर्मित हो जाएगा।\";'),('anp','messages:blanknamespace','s:21:\"anp:(मुख्य)\";'),('anp','messages:blankpage','s:31:\"hi:खाली पृष्ठ\";'),('anp','messages:block','s:60:\"hi:सदस्य को अवरोधित करें\";'),('anp','messages:block-actions','s:47:\"hi:अवरोध कार्यवाही:\";'),('anp','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('anp','messages:block-details','s:16:\"en:Block details\";'),('anp','messages:block-expiry','s:25:\"hi:समाप्ति:\";'),('anp','messages:block-log-flags-angry-autoblock','s:57:\"hi:उन्नत स्व-अवरोध लागू\";'),('anp','messages:block-log-flags-anononly','s:44:\"hi:केवल अनाम सदस्य\";'),('anp','messages:block-log-flags-hiddenname','s:51:\"hi:सदस्य नाम छिपा हुआ\";'),('anp','messages:block-log-flags-noautoblock','s:47:\"hi:ऑटोब्लॉक बंद हैं\";'),('anp','messages:block-log-flags-nocreate','s:52:\"anp:खाता निर्माण प रोक\";'),('anp','messages:block-log-flags-noemail','s:38:\"hi:ई-मेल अवरुद्ध\";'),('anp','messages:block-log-flags-nousertalk','s:96:\"hi:अपना वार्ता पृष्ठ नहीं बदल सकते हैं\";'),('anp','messages:block-options','s:47:\"hi:अतिरिक्त विकल्प:\";'),('anp','messages:block-reason','s:16:\"hi:कारण:\";'),('anp','messages:block-target','s:65:\"hi:सदस्यनाम, IP पता या IP रेंज:\";'),('anp','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('anp','messages:blocked-mailpassword','s:389:\"hi:आपके आइ॰पी पते को सम्पादन करने से अवरुद्ध कर दिया गया है, और गलत इस्तेमाल रोकने के लिये कूटशब्द पुनः प्राप्ति की सुविधा इस आई॰ पी॰ पर बंद कर दी गई है।\";'),('anp','messages:blocked-notice-logextract','s:216:\"hi:यह {{GENDER:$1|सदस्य}} वर्तमान में अवरोधित हैं।\nजानकारी आखिरी अवरोध एंट्री नीचे दी गई है।\";'),('anp','messages:blockednoreason','s:53:\"anp:कोई कारण नै देलौ छै\";'),('anp','messages:blockedtext','s:1434:\"anp:<strong>आपने के सदस्यनाम या आइ॰पी पता अवरोधित करी देलो गेलो छै ।</strong>\n\nअवरोध $1 द्वारा करलो गेलो छै।\nअवरोध के कारण छै <em>$2</em>\n\n* अवरोध के आरंभ: $8\n* अवरोध के समाप्ति: $6\n* अवरोधित इकाई: $7\n\nइ अवरोध के बारे मँ चर्चा करै वास्तें आपनै $1 या कोनो अन्य [[{{MediaWiki:Grouppage-sysop}}|प्रबन्धक]] सँ संपर्क करै सकै छियै।\nअगर आपनै [[Special:Preferences|वरीयता सिनी]] मँ वैध ई-मेल पता प्रविष्ट करलो छियै आरू आपने क ओकरा इस्तेमाल करला सँ नै रोकलो गेलो छै त आपनै {{int:emailuser}} सुविधा के इस्तेमाल करै सकै छियै ।\nआपने के मौजूदा आइ॰पी पता $3 छेकै आरू अवरोध क्रमांक #$5 छेकै।\nआपने आपनो कोय भी प्रश्न मँ कृपा करी क ई सब जानकारी भी शामिल करौ।\";'),('anp','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('anp','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('anp','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('anp','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('anp','messages:blockedtext-partial','s:899:\"anp:<strong>आपनै के उपयोगकर्ता नाँव या आईपी पता ऐसनो करला सँ अवरुद्ध छै। आपनै अखनियो ई साइट प आरू काम करै मँ सक्षम हुअय सकै छियै, जेना कि कुछू पन्ना संपादित करना।</strong> आपनै [[Special:MyContributions|खाता योगदान]] प सौंसे ब्लॉक विवरण देखै सकै छियै।\n\nब्लॉक $1 द्वारा बनैलो गेलो छेलै ।\n\nदेलो गेलो कारण <em>$2</em> छै।\n\n* ब्लॉक के शुरुआत: $8\n* ब्लॉक के समाप्ति: $6\n* इच्छित अवरोधक: $7\n* ब्लॉक आईडी #$5\";'),('anp','messages:blockedtitle','s:63:\"anp:उपयोगकर्ता अवरुद्ध छै\";'),('anp','messages:blockip','s:84:\"anp:{{GENDER:$1|सदस्य|सदस्या}} अवरोधित करौ\";'),('anp','messages:blockipsuccesssub','s:28:\"hi:अवरोध सफल\";'),('anp','messages:blockipsuccesstext','s:241:\"hi:[[Special:Contributions/$1|$1]] को ब्लॉक किया जा चुका है।<br />\nब्लॉकों की समीक्षा के लिए [[Special:BlockList|ब्लॉक लॉग]] देखें।\";'),('anp','messages:blockiptext','s:1052:\"hi:किसी विशिष्ट IP पते अथवा सदस्यनाम से लिखने का अधिकार छीनने के लिए नीचे के फ़ॉर्म का इस्तेमाल करें। यह सिर्फ बर्बरता को रोकने के लिए ही किया जाना चाहिए, और वह भी [[{{MediaWiki:Policy-url}}|नीति]] के अनुसार।\nनीचे विशिष्ट कारण दर्ज करें (जैसे उन पृष्ठों को दर्शाते हुए, जिनमें बर्बरता की गई हो)।\nआप [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] सिनटैक्स की मदद से IP पतों के रेंजेस अवरोधित कर सकते हैं; अधिकतम संभव सिनटैक्स है IPv4 के लिए /$1 और IPv6 के लिए /$2।\";'),('anp','messages:blocklink','s:35:\"anp:अवरोधित करौ\";'),('anp','messages:blocklist','s:40:\"hi:अवरोधित सदस्य\";'),('anp','messages:blocklist-addressblocks','s:60:\"hi:एकल आईपी अवरोध छिपाएं\";'),('anp','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('anp','messages:blocklist-by','s:46:\"hi:प्रशासक अवरुद्ध\";'),('anp','messages:blocklist-editing','s:24:\"hi:सम्पादन\";'),('anp','messages:blocklist-editing-action','s:10:\"en:actions\";'),('anp','messages:blocklist-editing-ns','s:27:\"hi:नामस्थान\";'),('anp','messages:blocklist-editing-page','s:18:\"hi:पृष्ठ\";'),('anp','messages:blocklist-editing-sitewide','s:64:\"hi:सम्पादन (सम्पूर्ण साइट)\";'),('anp','messages:blocklist-expiry','s:18:\"hi:अवसान\";'),('anp','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('anp','messages:blocklist-nousertalk','s:118:\"hi:अपना वार्ता पृष्ठ भी संपादित नहीं कर सकेंगे\";'),('anp','messages:blocklist-params','s:40:\"hi:अवरोध मापदण्ड\";'),('anp','messages:blocklist-rangeblocks','s:56:\"hi:श्रेणी ब्लॉक छुपाएँ\";'),('anp','messages:blocklist-reason','s:15:\"hi:कारण\";'),('anp','messages:blocklist-summary','s:3:\"en:\";'),('anp','messages:blocklist-target','s:21:\"hi:लक्ष्य\";'),('anp','messages:blocklist-tempblocks','s:56:\"hi:अस्थाई अवरोध छिपाएं\";'),('anp','messages:blocklist-timestamp','s:25:\"hi:समय मुहर\";'),('anp','messages:blocklist-type','s:8:\"en:Type:\";'),('anp','messages:blocklist-type-opt-all','s:12:\"hi:सभी\";'),('anp','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('anp','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('anp','messages:blocklist-userblocks','s:57:\"hi:खाते के अवरोध छिपाएं\";'),('anp','messages:blocklog-showlog','s:251:\"hi:इस प्रयोक्ता को पहले भी अवरोधित किया जा चुका है। \nसन्दर्भ के लिए अवरोधन अभिलेख नीचे दिया गया है:\";'),('anp','messages:blocklog-showsuppresslog','s:251:\"hi:यह प्रयोक्ता पहले भी अवरोधित किया जा चुका है।\nयह दबाया गया लॉग सन्दर्भ के लिए उपलब्ध कया गया है:\";'),('anp','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('anp','messages:blocklogpage','s:32:\"anp:ब्लॉक सूची\";'),('anp','messages:blocklogtext','s:522:\"hi:यह सदस्यों को ब्लॉक एवं अनब्लॉक करने के कार्यों का लॉग है।\nस्वतः बाधित होने वाले IP पते इस सूची में उपलब्ध नहीं है।\nवर्तमान में क्रियाशील प्रतिबंधों और ब्लॉकों की सूची के लिए [[Special:BlockList|ब्लॉक लॉग]] देखें।\";'),('anp','messages:booksources','s:38:\"anp:पुस्तक स्रोत\";'),('anp','messages:booksources-invalid-isbn','s:252:\"hi:ऐसा लगता है कि निर्धारित ISBN कोड अमान्य है; स्रोत से प्रतिलिपि बनाते समय शायद कोई गलती हो गई होगी।\";'),('anp','messages:booksources-isbn','s:37:\"hi:आइ॰एस॰बी॰एन:\";'),('anp','messages:booksources-search','s:16:\"anp:खोजौ\";'),('anp','messages:booksources-search-legend','s:51:\"anp:पुस्तक स्रोत खोजौ\";'),('anp','messages:booksources-summary','s:3:\"en:\";'),('anp','messages:booksources-text','s:379:\"hi:नीचे पुरानी और नई पुस्तकें बेचने वाली वेबसाइटों के एड्रेस हैं, जिसमें आपको आप द्वारा खोजी जाने वाली पुस्तक के बारे में अधिक जानकारी मिल सकती है:\";'),('anp','messages:boteditletter','s:10:\"anp:बॉ\";'),('anp','messages:botpasswords','s:48:\"anp:बॉट पासवर्ड सिनी\";'),('anp','messages:botpasswords-bad-appid','s:66:\"hi:बॉट नाम \"$1\" मान्य नहीं है।\";'),('anp','messages:botpasswords-created-body','s:129:\"hi:सदस्य \"$2\" के बॉट नाम \"$1\" के लिए पासवर्ड निर्मित हुआ।\";'),('anp','messages:botpasswords-created-title','s:70:\"anp:बॉट पासवर्ड निर्मित होलै\";'),('anp','messages:botpasswords-createnew','s:77:\"hi:बॉट के लिए नया पासवर्ड बनाएँ\";'),('anp','messages:botpasswords-deleted-body','s:104:\"hi:सदस्य \"$2\" के बॉट नाम \"$1\" का पासवर्ड हट गया।\";'),('anp','messages:botpasswords-deleted-title','s:64:\"anp:बॉट पासवर्ड हटैलौ गेलै\";'),('anp','messages:botpasswords-disabled','s:82:\"hi:बॉट पासवर्ड अभी निष्क्रिय है।\";'),('anp','messages:botpasswords-editexisting','s:86:\"hi:बॉट के वर्तमान पासवर्ड को बदलें\";'),('anp','messages:botpasswords-existing','s:56:\"hi:वर्तमान बॉट पासवर्ड\";'),('anp','messages:botpasswords-help-grants','s:518:\"hi:अनुदान आपको अधिकारों तक पहुँचने देता है, जो आपके खाते के पास पहले से है। अनुदान को सक्रिय करने से कोई अधिकार प्राप्त नहीं होगा, जो आपके खाते में न हो। अधिक जानकारी के लिए [[Special:ListGrants|अनुदान सारणी]] देखें।\";'),('anp','messages:botpasswords-insert-failed','s:137:\"hi:बॉट नाम \"$1\" को जोड़ने में विफल हुआ। क्या यह पहले से है?\";'),('anp','messages:botpasswords-invalid-name','s:184:\"hi:जो सदस्य नाम आप बता रहे हो, उसमें बॉट पासवर्ड अलग करने वाला (\"$1\") नहीं है।\";'),('anp','messages:botpasswords-label-appid','s:27:\"anp:बॉट नाँव:\";'),('anp','messages:botpasswords-label-cancel','s:26:\"anp:रद्द करौ\";'),('anp','messages:botpasswords-label-create','s:19:\"anp:बनाबौ\";'),('anp','messages:botpasswords-label-delete','s:19:\"anp:हटाबौ\";'),('anp','messages:botpasswords-label-grants','s:39:\"anp:अनुदान आवेदन:\";'),('anp','messages:botpasswords-label-grants-column','s:38:\"anp:प्रदान होलौं\";'),('anp','messages:botpasswords-label-needsreset','s:94:\"hi:(पासवर्ड रीसेट करने की आवश्यकता है)\";'),('anp','messages:botpasswords-label-resetpassword','s:51:\"anp:कूटशब्द रीसेट करौ\";'),('anp','messages:botpasswords-label-update','s:22:\"anp:अद्यतन\";'),('anp','messages:botpasswords-locked','s:210:\"hi:आप बॉट पासवर्ड के साथ लॉगिन नहीं कर सकते क्योंकि आपका खाता अवरुद्ध किया गया है।\";'),('anp','messages:botpasswords-needs-reset','s:153:\"hi:{{GENDER:$1|सदस्य}} \'\'$1\'\' के बॉट नाम \'\'$2\'\' का कूटशब्द रीसेट करना पड़ेगा।\";'),('anp','messages:botpasswords-newpassword','s:685:\"hi:<strong>$1</strong> के साथ लॉगिन करने के लिए आपका नया पासवर्ड <strong>$2</strong> है। <em>भविष्य के लिए इसे याद रखें</em> <br> (पुराने बॉट के लिए लॉगिन नाम और बॉट का सदस्य नाम समान चाहिए होता है, तो आप <strong>$3</strong> का उपयोग अपने सदस्य नाम के रूप में और <strong>$4</strong> का उपयोग अपने पासवर्ड के रूप में कर सकते हैं।)\";'),('anp','messages:botpasswords-no-central-id','s:184:\"hi:बॉट पासवर्ड का उपयोग करने के लिए आपको मुख्य खाते से प्रवेश करना होगा।\";'),('anp','messages:botpasswords-no-provider','s:72:\"hi:BotPasswordsSessionProvider उपलब्ध नहीं है।\";'),('anp','messages:botpasswords-not-exist','s:131:\"hi:सदस्य \"$1\" के आप बॉट पासवर्ड नहीं है, जिसका नाम \"$2\" है।\";'),('anp','messages:botpasswords-restriction-failed','s:119:\"hi:इस प्रवेश में बॉट पासवर्ड रुकावट डाल रहा है।\";'),('anp','messages:botpasswords-summary','s:751:\"hi:<em>बॉट पासवर्ड</em> सदस्य खाते को एपीआई के द्वारा बिना मुख्य खाते के जानकारी के उपयोग करने देता है। बॉट पासवर्ड का उपयोग कर के प्रवेश करने पर यदि पाबंदी होने पर सदस्य अधिकार उपलब्ध रहेगा।\n\nयदि आपको इस बारे में कुछ नहीं पता तो इसका उपयोग न करें। कोई भी आपसे इसे निर्मित करने के लिए नहीं पूछेगा।\";'),('anp','messages:botpasswords-toolong-grants','s:80:\"hi:बहुत सारे अनुदान चुने गए हैं।\";'),('anp','messages:botpasswords-toolong-restrictions','s:126:\"hi:बहुत सारे आईपी पते या श्रेणियाँ दर्ज की गई हैं।\";'),('anp','messages:botpasswords-update-failed','s:140:\"hi:बॉट नाम \"$1\" को अद्यतन करने में विफल हुआ। क्या ये हट गया?\";'),('anp','messages:botpasswords-updated-body','s:150:\"hi:सदस्य \"$2\" के बॉट नाम \"$1\" का पासवर्ड सफलतापूर्वक अद्यतन हुआ।\";'),('anp','messages:botpasswords-updated-title','s:67:\"anp:बॉट पासवर्ड अद्यतन होलै\";'),('anp','messages:brackets','s:7:\"en:[$1]\";'),('anp','messages:brackets-end','s:4:\"en:]\";'),('anp','messages:brackets-start','s:4:\"en:[\";'),('anp','messages:broken-file-category','s:74:\"anp:टूटलौ फाइल कड़ी वाला पन्ना\";'),('anp','messages:broken-file-category-desc','s:305:\"hi:इस पृष्ठ में फ़ाइल की टूटी हुई कड़ी शामिल है  (एक कड़ी जिससे एक ऐसे फ़ाइल को जोड़े जाने का प्रयास है जो मौजूद नहीं है) ।\";'),('anp','messages:brokenredirects','s:81:\"hi:टूटे हुए पुनर्निर्देशन पृष्ठ\";'),('anp','messages:brokenredirects-delete','s:18:\"hi:हटाएँ\";'),('anp','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('anp','messages:brokenredirects-edit','s:37:\"hi:संपादित करें\";'),('anp','messages:brokenredirects-summary','s:3:\"en:\";'),('anp','messages:brokenredirectstext','s:159:\"hi:निम्नोक्त पुनर्निर्देशन नामौजूद पृष्ठों की ओर ले जाते हैं:\";'),('anp','messages:bydate','s:34:\"hi:तिथि अनुसार\";'),('anp','messages:cachedspecial-viewing-cached-ttl','s:178:\"hi:आप इस पृष्ठ का कैश किया हुआ अवतरण देख रहे हैं, जो $1 पुराना हो सकता है।\";'),('anp','messages:cactions','s:26:\"anp:आरू जादा\";'),('anp','messages:cancel','s:26:\"anp:रद्द करौ\";'),('anp','messages:cannotauth-not-allowed','s:110:\"hi:आपको इस पृष्ठ के उपयोग की अनुमति नहीं है।\";'),('anp','messages:cannotauth-not-allowed-title','s:50:\"hi:अनुमति नहीं मिली।\";'),('anp','messages:cannotchangeemail','s:138:\"hi:इस विकी पर सदस्य खाते का ई-मेल पता नहीं बदला जा सकता।\";'),('anp','messages:cannotcreateaccount-text','s:115:\"anp:हैय विकि प सीधा खाता नाय बनैलौ जाय सकै छौं।\";'),('anp','messages:cannotcreateaccount-title','s:72:\"anp:खाता नाय खोललौ जाय सकै छौं\";'),('anp','messages:cannotdelete','s:202:\"anp:\"$1\" पृष्ठ या फ़ाइल क हटैलौ नै जाबै सकै छै।\nशायद कोय आरू एकरा पहनै हटाय देलौ छै।\";'),('anp','messages:cannotdelete-title','s:81:\"anp:\"$1\" पन्ना क हटैलौ नै जाबै सकै छै\";'),('anp','messages:cannotlink-no-provider','s:64:\"hi:कोई जुड़ा खाता नहीं है।\";'),('anp','messages:cannotlink-no-provider-title','s:64:\"hi:कोई जुड़ा खाता नहीं है।\";'),('anp','messages:cannotlogin-text','s:69:\"anp:लॉग-इन करना संभव नाय छौं।\";'),('anp','messages:cannotlogin-title','s:63:\"anp:लॉग-इन नाय होय ल पारलौं\";'),('anp','messages:cannotloginnow-text','s:134:\"anp:$1 केरौ उपयोग करतअ समय लॉग-इन नाय करलौ जाबै सकै छौं।\";'),('anp','messages:cannotloginnow-title','s:89:\"anp:एखनी लॉग-इन नाय करलौ जाबै सकै छौं\";'),('anp','messages:cannotlogoutnow-text','s:134:\"anp:$1 केरौ उपयोग करतअ समय लॉग-आउट नाय करलौ जाबै सकै छौं\";'),('anp','messages:cannotlogoutnow-title','s:92:\"anp:एखनी लॉग-आउट नाय करलौ जाबै सकै छौं\";'),('anp','messages:cannotmove','s:165:\"hi:निम्न {{PLURAL:$1|कारण|कारणों}} से पृष्ठ स्थानांतरित नहीं किया जा सका:\";'),('anp','messages:cannotundelete','s:106:\"hi:कुछ अथवा सभी पुनर्स्थापित नहीं कर सके:\n$1\";'),('anp','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('anp','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('anp','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('anp','messages:cant-move-category-page','s:162:\"hi:आपको श्रेणी प्रष्ठों को स्थानांतरित करने की अनुमति नहीं है।\";'),('anp','messages:cant-move-subpages','s:146:\"hi:आपको उपपृष्ठों को स्थानांतरित करने की अनुमति नहीं है।\";'),('anp','messages:cant-move-to-category-page','s:189:\"hi:आपको किसी पृष्ठ को श्रेणी पृष्ठ पर स्थानांतरित करने की अनुमति नहीं है।\";'),('anp','messages:cant-move-to-user-page','s:220:\"hi:आपको किसी पन्नो को सदस्य पृष्ठ पर ले जाने की अनुमति नहीं है (सिवाय सदस्य उप पृष्ठ के)\";'),('anp','messages:cant-move-user-page','s:191:\"hi:आपको सदस्य पृष्ठ स्थानांतरित करने की अनुमति नही है (सिवाय उप पन्नों के)।\";'),('anp','messages:cant-see-hidden-user','s:505:\"hi:जिस सदस्य को आप अवरोधित करने की कोशिश कर रहे हैं उसे पहले ही अवरोधित कर के छुपाया जा चुका है।\nचूँकि आपके पास hideuser अधिकार नहीं है, आप इस सदस्य का अवरोधन ना देख सकते हैं और ना ही सम्पादित कर सकते हैं।\";'),('anp','messages:cantmove-titleprotected','s:251:\"hi:नया शीर्षक बनाने से रोक होने के कारण, आप इस जगह पर कोई अन्य पृष्ठ स्थानांतरित नहीं कर सकतें हैं।\";'),('anp','messages:cantrollback','s:248:\"anp:पुराना अवतरण पूर्ववत नै करै सकै छियै;\nइ पन्ना के आखिरी योगदानकर्ता इ लेख के एकमात्र लेखक छेकै.\";'),('anp','messages:cascadeprotected','s:382:\"anp:हैय पृष्ठ सुरक्षित छै केन्हेकि एकरा {{PLURAL:$1|हैय पृष्ठ|हैय पृष्ठ सिनी}} प ट्रांसक्लूड करलौ गेलौ छै जे की \"कैस्केडिंग\" विकल्प के साथ सुरक्षित {{PLURAL:$1|छै}}:\n$2\";'),('anp','messages:cascadeprotectedwarning','s:468:\"hi:<strong>सावधान:</strong> यह पृष्ठ निम्नलिखित सुरक्षा-सीढ़ी वाले {{PLURAL:$1|पृष्ठ से|पन्नों से}} जुड़ा हुआ होने के कारण सुरक्षित है, और केवल [[Special:ListGroupRights|आवश्यक अधिकार वाले]] ही इसमें बदलाव कर सकते हैं:\";'),('anp','messages:categories','s:22:\"anp:श्रेणी\";'),('anp','messages:categories-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:categories-summary','s:3:\"en:\";'),('anp','messages:categoriesfrom','s:125:\"hi:इस अक्षर से शुरू होने वाली श्रेणीयाँ दर्शायें:\";'),('anp','messages:categoriespagetext','s:344:\"hi:निम्नोक्त {{PLURAL:$1|श्रेणी|श्रेणियों}} में पृष्ठ या मीडिया है और यह अप्रयुक्त नहीं भी हो सकती है।\n[[Special:WantedCategories|वांछित श्रेणियाँ]] भी देखें।\";'),('anp','messages:category-article-count','s:265:\"anp:{{PLURAL:$2|इ श्रेणी मँ खाली निम्न फाइल शामिल छै।|निम्न {{PLURAL:$1|फ़ाइल छै|$1 फ़ाइल सब छै}} इ श्रेणी मँ, पूरे $2 मँ सँ।}}\";'),('anp','messages:category-article-count-limited','s:130:\"anp:निम्नलिखित {{PLURAL:$1|पृष्ठ|$1 पृष्ठ सब}} इ श्रेणी मँ छै।\";'),('anp','messages:category-empty','s:129:\"anp:<em>इ श्रेणी मँ हैय समय कोय पृष्ठ या मीडिया नै छै.</em>\";'),('anp','messages:category-file-count','s:265:\"anp:{{PLURAL:$2|इ श्रेणी मँ खाली निम्न फाइल शामिल छै।|निम्न {{PLURAL:$1|फ़ाइल छै|$1 फ़ाइल सब छै}} इ श्रेणी मँ, पूरे $2 मँ सँ।}}\";'),('anp','messages:category-file-count-limited','s:137:\"anp:इ श्रेणी मँ निम्नलिखित {{PLURAL:$1|फ़ाइल छै।|फ़ाइल सब छै।}}\";'),('anp','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('anp','messages:category-media-header','s:56:\"anp:\"$1\" श्रेणी मंँ मीडिया\";'),('anp','messages:category-move-redirect-override','s:4:\"en:-\";'),('anp','messages:category-subcat-count','s:326:\"anp:{{PLURAL:$2|इ श्रेणी मँ सिर्फ निम्नलिखित उपश्रेणी छै|इ श्रेणी मँ निम्नलिखित {{PLURAL:$1|उपश्रेणी|$1 उपश्रेणी सीनी}} छै, कुल उपश्रेणी सीनी $2}}\";'),('anp','messages:category-subcat-count-limited','s:153:\"anp:इ श्रेणी मँ निम्नलिखित {{PLURAL:$1|उपश्रेणी छै|$1 उपश्रेणी सब छै}}.\";'),('anp','messages:category_header','s:44:\"anp:\"$1\" श्रेणी मँ लेख\";'),('anp','messages:categorypage','s:51:\"anp:श्रेणी पन्ना देखौ\";'),('anp','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('anp','messages:change-blocklink','s:32:\"anp:ब्लॉक बदलौ\";'),('anp','messages:changeblockip','s:15:\"en:Change block\";'),('anp','messages:changecontentmodel','s:85:\"hi:पन्ने का सामग्री प्रारूप बदलें\";'),('anp','messages:changecontentmodel-cannot-convert','s:124:\"hi:[[:$1]] की सामग्री का प्रकार $2 में नहीं बदल सकता है।\";'),('anp','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('anp','messages:changecontentmodel-emptymodels-text','s:155:\"hi:[[:$1]] में सामग्री किसी और प्रकार में परिवर्तित नहीं हो सकती।\";'),('anp','messages:changecontentmodel-emptymodels-title','s:88:\"hi:कोई सामग्री प्रारूप उपलब्ध नहीं\";'),('anp','messages:changecontentmodel-legend','s:63:\"hi:पृष्ठ सामग्री का नमूना\";'),('anp','messages:changecontentmodel-model-label','s:57:\"hi:नयि सामग्री का नमूना\";'),('anp','messages:changecontentmodel-nodirectediting','s:117:\"hi:$1 सामग्री सीधे सम्पादन समर्थित नहीं करता है\";'),('anp','messages:changecontentmodel-reason-label','s:16:\"hi:कारण:\";'),('anp','messages:changecontentmodel-submit','s:27:\"hi:परिवर्तन\";'),('anp','messages:changecontentmodel-success-text','s:106:\"hi:[[:$1]] के सामग्री का प्रकार परिवर्तित हुआ।\";'),('anp','messages:changecontentmodel-success-title','s:102:\"hi:सामगरि का नामुने मे बदलाव हुुुाा हेेे\";'),('anp','messages:changecontentmodel-title-label','s:37:\"hi:पृष्ठ शीर्षक\";'),('anp','messages:changecredentials','s:28:\"hi:साख बदलें\";'),('anp','messages:changecredentials-invalidsubpage','s:73:\"hi:$1 सही परिचय प्रकार नहीं है।\";'),('anp','messages:changecredentials-submit','s:28:\"hi:साख बदलें\";'),('anp','messages:changecredentials-success','s:57:\"hi:आपका परिचय बदला गया।\";'),('anp','messages:changed','s:43:\"hi:परिवर्तित किया\";'),('anp','messages:changeemail','s:64:\"hi:ईमेल पता बदलें या हटाएँ\";'),('anp','messages:changeemail-header','s:322:\"hi:अपना ईमेल पता परिवर्तन हेतु इसे पूरा करें। यदि आप अपना वर्तमान ईमेल पता हटाना चाहते हैं, तो इसे खाली छोड़ दें और इसे भेजें।\";'),('anp','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('anp','messages:changeemail-newemail','s:38:\"anp:नया ई-मेल पता:\";'),('anp','messages:changeemail-newemail-help','s:420:\"hi:यदि आप अपना ईमेल (वि-डाक) पते को रिक्त रखना चाहते हैं तो आप इस जगह को खाली छोड़ सकते हैं। लेकिन आप अपना पासवर्ड भूल जाने पर उसे ईमेल द्वारा प्राप्त नहीं कर पाएंगे।\";'),('anp','messages:changeemail-no-info','s:153:\"hi:इस पृष्ठ का सीधे प्रयोग करने के लिए आपको लॉग इन करना होगा।\";'),('anp','messages:changeemail-nochange','s:102:\"hi:कृपया कोई नया ईमेल पता प्रविष्ट करें।\";'),('anp','messages:changeemail-none','s:25:\"anp:(कुछु नै)\";'),('anp','messages:changeemail-oldemail','s:50:\"anp:वर्तमान ई-मेल पता:\";'),('anp','messages:changeemail-password','s:52:\"anp:तोरौ {{SITENAME}} पासवर्ड:\";'),('anp','messages:changeemail-submit','s:30:\"anp:ई-मेल बदलौ\";'),('anp','messages:changeemail-summary','s:3:\"en:\";'),('anp','messages:changeemail-throttled','s:269:\"hi:आपने हाल ही में कई बार लॉग इन करने के प्रयास किये हैं।\nपुनः प्रयास करने से पहले कृपया $1 प्रतीक्षा करें।\";'),('anp','messages:changepassword','s:38:\"anp:कूटशब्द बदलौ\";'),('anp','messages:changepassword-success','s:78:\"hi:आपका कूटशब्द बदल दिया गया है!\";'),('anp','messages:changepassword-summary','s:3:\"en:\";'),('anp','messages:changepassword-throttled','s:269:\"hi:आपने हाल ही में कई बार लॉग इन करने के प्रयास किये हैं।\nपुनः प्रयास करने से पहले कृपया $1 प्रतीक्षा करें।\";'),('anp','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('anp','messages:checkbox-all','s:12:\"hi:सभी\";'),('anp','messages:checkbox-invert','s:18:\"hi:बदलें\";'),('anp','messages:checkbox-none','s:25:\"hi:कोई नहीं\";'),('anp','messages:checkbox-select','s:22:\"hi:चुनें: $1\";'),('anp','messages:clearyourcache','s:851:\"anp:<strong>ध्यान दहो:</strong> प्रकाशित करला के बाद बदलाव देखै लेली आपनै क अपनो ब्राउज़र के कैशे क हटाबै ल पड़ै सकै छै।\n* <strong>Firefox/Safari:</strong> <em>Reload</em> क्लिक करतँ समय <em>Shift</em> दबाबौ, या फेरू <em>Ctrl-F5</em> या <em>Ctrl-R</em> दबाबौ (Mac प <em>⌘-R</em>)\n* <strong>Google Chrome:</strong> <em>Ctrl-Shift-R</em> दबाबौ (Mac प <em>⌘-Shift-R</em>)\n* <strong>Internet Explorer/Edge:</strong> <em>Refresh</em> प क्लिक करतँ समय <em>Ctrl</em> दबाबौ, या फेरू <em>Ctrl-F5</em> दबाबो\n* <strong>Opera:</strong> <em>Ctrl-F5</em> दबाबौ।\";'),('anp','messages:collapsible-collapse','s:26:\"anp:छोटौ करौ\";'),('anp','messages:collapsible-expand','s:35:\"anp:विस्तार करौ\";'),('anp','messages:colon-separator','s:9:\"en::&#32;\";'),('anp','messages:comma-separator','s:9:\"en:,&#32;\";'),('anp','messages:common.css','s:99:\"hi:/* यहां रखी css सभी त्वचाओंपर असर करेगी */\";'),('anp','messages:common.js','s:173:\"hi:/* यहाँ दी गई जावास्क्रिप्ट सभी सदस्यों के लिए हमेशा लोड की जाएगी */\";'),('anp','messages:common.json','s:71:\"hi:/* Any JSON here will be loaded for all users on every page load. */\";'),('anp','messages:compare-page1','s:22:\"hi:पृष्ठ १\";'),('anp','messages:compare-page2','s:22:\"hi:पृष्ठ २\";'),('anp','messages:compare-rev1','s:34:\"hi:पुनरीक्षण १\";'),('anp','messages:compare-rev2','s:34:\"hi:पुनरीक्षण २\";'),('anp','messages:compare-revision-not-exists','s:120:\"hi:आपके द्वारा निर्दिष्ट संशोधन मौजूद नहीं है।\";'),('anp','messages:compare-submit','s:31:\"hi:तुलना करें\";'),('anp','messages:comparepages','s:60:\"hi:पृष्ठों की तुलना करें\";'),('anp','messages:comparepages-summary','s:3:\"en:\";'),('anp','messages:compareselectedversions','s:94:\"anp:चयन करलौ अवतरण सिनी मँ फर्क देखियै\";'),('anp','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('anp','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('anp','messages:confirm','s:43:\"hi:सुनिश्चित करें\";'),('anp','messages:confirm-markpatrolled-button','s:19:\"hi:ठीक है\";'),('anp','messages:confirm-markpatrolled-top','s:99:\"hi:$2 के $3 अवतरण को परीक्षित चिह्नित करें?\";'),('anp','messages:confirm-mcrrestore-title','s:76:\"hi:अवतरण पुरानी स्थिति पर लाएँ\";'),('anp','messages:confirm-mcrundo-title','s:62:\"hi:परिवर्तन पूर्ववत करें\";'),('anp','messages:confirm-purge-bottom','s:250:\"hi:किसी पृष्ठ को मिटाने से संचिका साफ़ हो जाती है और इस वजह से ताज़ातरीन संस्करण प्रकट हो जाता है।\";'),('anp','messages:confirm-purge-title','s:44:\"hi:पृष्ठ ताजा करें\";'),('anp','messages:confirm-purge-top','s:63:\"hi:इस पेज का कैश खाली करें?\";'),('anp','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('anp','messages:confirm-rollback-button','s:20:\"anp:ठीक छै\";'),('anp','messages:confirm-rollback-top','s:90:\"hi:इस पृष्ठ के सम्पादन पूर्ववत करें?\";'),('anp','messages:confirm-unwatch-button','s:20:\"anp:ठीक छै\";'),('anp','messages:confirm-unwatch-top','s:89:\"hi:यह पृष्ठ अपने ध्यानसूचीसे हटाएं?\";'),('anp','messages:confirm-watch-button','s:20:\"anp:ठीक छै\";'),('anp','messages:confirm-watch-button-expiry','s:28:\"hi:ध्यान दें\";'),('anp','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('anp','messages:confirm-watch-top','s:103:\"hi:इस पृष्ठ को अपने ध्यानसूची में जोड़ें?\";'),('anp','messages:confirm_purge_button','s:20:\"anp:ठीक छै\";'),('anp','messages:confirmable-confirm','s:67:\"anp:की {{GENDER:$1|तोंय}} निश्चित छौ?\";'),('anp','messages:confirmable-no','s:10:\"anp:नै\";'),('anp','messages:confirmable-yes','s:13:\"anp:हाँ\";'),('anp','messages:confirmdeletetext','s:568:\"anp:आपनॆ एगॊ लेख ओकरॊ सब्भॆ अवतरणॊ के साथ हटाय लॆ चाहै छहॊ.\nआपनॆ सॆं अनुरोध छै कि आपनॆ जे करी रहलॊ छियै वू मीडिया विकि के [[{{MediaWiki:Policy-url}}|नीतिनुसार]] छै इ बात के पुष्टि करी लॆ तथा क्रिया करला सॆं पहले आपनॊ क्रिया के परिणाम जानी लॆ.\";'),('anp','messages:confirmedittext','s:380:\"hi:संपादन करने से पहले अपना ई-मेल पता प्रमाणित करना आवश्यक है।\nकृपया अपनी [[Special:Preferences|सदस्य वरीयताओं]] में जाकर अपना ई-मेल पता दें और उसे प्रमाणित करें।\";'),('anp','messages:confirmemail','s:51:\"hi:ई-मेल प्रमाणित करे\";'),('anp','messages:confirmemail_body','s:809:\"hi:किसी ने, शायद आपने, $1 IP पते से,\n{{SITENAME}} पर इस नाम से \"$2\" खाता खोलने की माँग की है।\n\nयह निश्चित करने के लिए कि यह खाता आपका ही है, और {{SITENAME}} पर\nईमेल सुविधाएँ सक्षम करने के लिए अपने ब्राउज़र में यह कड़ी खोलें:\n\n$3\n\nअगर यह माँग आपने *नहीं* की हैं, तो इसे रद्द करने के लिए\nनीचे दी हुई कड़ी खोलें:\n\n$5\n\nयह प्रमाणीकरण कोड $4 को समाप्त हो जाएगा।\";'),('anp','messages:confirmemail_body_changed','s:953:\"hi:किसी ने, शायद आपने ही, आइ॰पी पते $1 से {{SITENAME}} पर \"$2\" सदस्य खाते का ई-मेल पता बदलकर ये पता दिया है।\n\nइस बात की पुष्टि करने के लिये कि यह सदस्य खाता आपका ही है, और {{SITENAME}} पर ई-मेल सुविधाएँ पुनः शुरू करने के लिये निम्न लिंक अपने ब्राउज़र में खोलें:\n\n$3\n\nयदि यह सदस्य खाता आपका नहीं है, ई-मेल पुष्टि रद्द करने के लिये निम्न लिंक पर जाएँ:\n\n$5\n\nये पुष्टिकरण लिंक $6 को $7 बजे के बाद काम नहीं करेंगे।\";'),('anp','messages:confirmemail_body_set','s:946:\"hi:किसी ने, शायद आपने ही, आई॰पी पते $1 से,\n{{SITENAME}} पर \"$2\" सदस्य खाते का ई-मेल पता यह ईमेल पता निर्दिष्ट किया है।\n\nइस बात की पुष्टि करने के लिए कि यह सदस्य खाता आपका ही है,\nऔर {{SITENAME}} पर ईमेल सुविधाएँ शुरू करने के लिए निम्न लिंक अपने ब्राउज़र में खोलें:\n\n$3\n\nयदि यह सदस्य खाता आपका नहीं है, ई-मेल पुष्टि रद्द करने के लिए निम्न लिंक पर जाएँ:\n\n$5\n\nयह पुष्टिकरण लिंक $6 को $7 के बाद काम नहीं करेंगे।\";'),('anp','messages:confirmemail_invalid','s:151:\"hi:गलत कन्फर्मेशन कोड।\nकोड रद्द हो गया होने की संभावना हैं।\";'),('anp','messages:confirmemail_invalidated','s:119:\"hi:इ-मेल एड्रेस प्रमाणिकरण रद्द कर दिया गया हैं\";'),('anp','messages:confirmemail_loggedin','s:117:\"hi:आपके इ-मेल पता का प्रमाणिकरण पूरा हो गया है।\";'),('anp','messages:confirmemail_needlogin','s:146:\"hi:आपका इ-मेल पता प्रमाणित करने के लिये, आपको $1 करना पडेगा।\";'),('anp','messages:confirmemail_noemail','s:184:\"hi:आपके [[Special:Preferences|सदस्य वरीयतायें]]में वैध इ-मेल एड्रेस नहीं दिया हुआ हैं।\";'),('anp','messages:confirmemail_oncreate','s:465:\"hi:आपके इ-मेल पते पर एक कन्फर्मेशन कोड भेजा गया हैं।\nलॉग इन करने के लिये इसकी आवश्यकता नहीं हैं, पर इस विकिपर उपलब्ध इ-मेल आधारित सुविधाओंका इस्तेमाल करने के लिये यह देना जरूरी हैं।\";'),('anp','messages:confirmemail_pending','s:350:\"hi:आपको पहलेसे ही एक कन्फर्मेशन कोड भेजा गया हैं;\nअगर आपने हालमें खाता खोला हैं, तो नये कोड की माँग करने से पहले कुछ पल उसका इंतज़ार करें।\";'),('anp','messages:confirmemail_send','s:66:\"hi:एक कन्फर्मेशन कोड भेजें\";'),('anp','messages:confirmemail_sendfailed','s:307:\"hi:{{SITENAME}} आपको पुष्टि डाक नहीं भेज पाई।\nकृपया अपना डाक पता जाँच लें, कहीं उसमें अवैध  अक्षर तो नहीं हैं?\n\nडाक प्रेषक ने कहा: $1\";'),('anp','messages:confirmemail_sent','s:76:\"hi:सत्यापन हेतु ईमेल भेजा गया।\";'),('anp','messages:confirmemail_subject','s:79:\"hi:{{SITENAME}} इ-मेल एड्रेस प्रमाणिकरण\";'),('anp','messages:confirmemail_success','s:217:\"hi:आपका इ-मेल पता अभी प्रमाणित हो गया हैं।\nअभी आप लॉग इन करके विकि का मज़ा ले सकतें हैं।\";'),('anp','messages:confirmemail_text','s:666:\"hi:{{SITENAME}} पर उपलब्ध इ-मेल सुविधाओंका लाभ उठाने के लिये प्रमाणित एड्रेस होना जरूरी हैं।\nआपके एड्रेस पर एक कन्फर्मेशन कोड भेजने के लिये नीचे दिये बटन पर क्लिक करें।\nउस मेल में एक कोड से लदी एक कड़ी होगी;\nआपके इ-मेल के प्रमाणिकरण के लिये इसे अपने ब्राउज़रमें खोलें।\";'),('anp','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('anp','messages:confirmrecreate','s:439:\"hi:सदस्य [[User:$1|$1]] ([[User talk:$1|वार्ता]]) ने आपके द्वारा संपादन शुरू होने के बाद यह पृष्ठ निम्नलिखित कारण देकर हटाया हैं:\n: <em>$2</em>\nक्या आप इसे फिरसे बनाना चाहतें हैं, इसकी निश्चिती करें।\";'),('anp','messages:confirmrecreate-noreason','s:394:\"hi:जब आपने इस पृष्ठ का सम्पादन शुरू किया था, उसके बाद से सदस्य [[User:$1|$1]] ([[User talk:$1|talk]]) ने इसे हटा दिया है।  कृपया पुष्टि करें कि आप इस पृष्ठ को पुनः बनाना चाहते हैं।\";'),('anp','messages:content-failed-to-parse','s:130:\"hi:$1 के लिए $2 सामग्री को पार्स करने में विफल, त्रुटि: $3\";'),('anp','messages:content-json-empty-array','s:29:\"anp:रिक्त ऐरे\";'),('anp','messages:content-json-empty-object','s:44:\"anp:रिक्त ऑब्जेक्ट\";'),('anp','messages:content-model-css','s:6:\"hi:CSS\";'),('anp','messages:content-model-javascript','s:43:\"anp:जावास्क्रिप्ट\";'),('anp','messages:content-model-json','s:15:\"hi:जेसन\";'),('anp','messages:content-model-text','s:35:\"anp:सामान्य पाठ\";'),('anp','messages:content-model-wikitext','s:31:\"anp:विकिपाठ्य\";'),('anp','messages:content-not-allowed-here','s:139:\"hi:\"$1\" सामग्री को, [[:$2]] पृष्ठ में  \"$3\" स्लॉट की अनुमति नहीं है\";'),('anp','messages:contentmodelediterror','s:308:\"hi:आप इस पृष्ठ का इतिहास में सम्पादन नहीं कर सकते हैं क्योंकि इसका सामग्री <code>$1</code>, जो की वर्तमान सामग्री से <code>$2</code> अलग है।\";'),('anp','messages:continue-editing','s:58:\"anp:संपादन क्षेत्र मँ जा\";'),('anp','messages:contribslink','s:22:\"anp:योगदान\";'),('anp','messages:contribsub2','s:38:\"anp:{{GENDER:$3|$1}} ($2) लेली\";'),('anp','messages:contributions','s:60:\"anp:उपयोगकर्ता के योगदान\";'),('anp','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('anp','messages:contributions-summary','s:3:\"en:\";'),('anp','messages:contributions-title','s:64:\"anp:$1 लेली सदस्यॊ के योगदान\";'),('anp','messages:contributions-userdoesnotexist','s:97:\"hi:उपयोगकर्ता खाता  \"$1\" पंजीकृत नहीं है।\";'),('anp','messages:converter-manual-rule-error','s:107:\"hi:मैन्यूअल भाषा परिवर्तन नियम में त्रुटि\";'),('anp','messages:copyright','s:182:\"anp:सामग्री $1 केरऽ अधीन उपलब्ध छै जब तलक अलग सं॑ उल्लेख नै करलऽ गेलऽ हुअ॑\";'),('anp','messages:copyrightpage','s:43:\"anp:{{ns:project}}:कॉपीराइट\";'),('anp','messages:copyrightwarning','s:974:\"anp:कृपया ध्यान दहॊ कि {{SITENAME}} कॆ करलॊ गेलॊ सब्भॆ योगदान $2 के शर्तों के तहत होतै (अधिक जानकारी लेली $1 देखॊ)।\nअगर आप योगदान कॆ लगातार बदलतॆं आरू पुनः वितरित होतॆं नै देखॆ सकॆ छियै तॆ यहाँ योगदान नै करॊ. <br />\nआपनॆ इ भी प्रमाणित करी रहलॊ छियै कि इ आपनॆ खुद लिखनॆ छियै या जनार्पीत या कोनो अन्य मुक्त स्रोत सॆं प्रतिलिपित करलॊ गेलॊ छै. \'\'\'सर्वाधिकारयुक्त लेखॊ कॆ, बिना अनुमति के, यहाँ नै डालॊ!\'\'\'\";'),('anp','messages:copyrightwarning2','s:977:\"hi:{{SITENAME}} पर किया कोई भी योगदान अन्य सदस्यों द्वारा बदला जा सकता है और हटाया भी जा सकता है।\nअगर आपको अपने लिखे हुए पाठ में संपादन होना नामंजूर है तो यहाँ पर न लिखें।<br />\nआप हमें यह भी वचन देतें हैं कि यह आपने स्वयं लिखा है अथवा सार्वजनिक क्षेत्र या किसी समान मुक्त स्रोत से प्रतिलिपित किया है (अधिक जानकारी के लिये $1 देखें)।\n\'\'\'कॉपीराइट सुरक्षित कार्यों को बिना अनुमति के यहाँ न डालें!\'\'\'\";'),('anp','messages:copyupload-allowed-domains','s:3:\"en:\";'),('anp','messages:copyuploaddisabled','s:91:\"hi:यू॰आर॰एल द्वारा अपलोड अक्षम हैं।\";'),('anp','messages:create','s:19:\"anp:बनाबौ\";'),('anp','messages:create-local','s:57:\"anp:स्थानीय विवरण जोड़ौ\";'),('anp','messages:createaccount','s:32:\"anp:खाता बनाबौ\";'),('anp','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('anp','messages:createaccount-text','s:593:\"hi:आपके ई-मेल पते के लिये किसी ने {{SITENAME}} ($4) पर \"$2\" सदस्य नाम से \"$3\" कूटशब्द (पासवर्ड) सहित खाता खोला है।\nआपको लॉग इन कर के अपना कूटशब्द (पासवर्ड) तुरंत बदल लेना चाहिये।\n\nयदि यह खाता गलती से खोला गया है, तो आप इस मेसेज को नज़रंदाज़ कर सकते हैं।\";'),('anp','messages:createaccount-title','s:51:\"hi:{{SITENAME}} पर खाता बनाएँ\";'),('anp','messages:createaccountblock','s:77:\"hi:खाते निर्माण को रोक दिया हैं\";'),('anp','messages:createaccounterror','s:60:\"anp:खाता नाय बनै ल परलौं: $1\";'),('anp','messages:createaccountmail','s:209:\"anp:एगो अस्थायी बेतरतीब पासवर्ड केरौ उपयोग करौ आरो उकरा निर्दिष्ट ईमेल पता प भेजौ\";'),('anp','messages:createaccountmail-help','s:204:\"anp:एकरौ उपयोग बिना पासवर्ड जानलौ कोय आरो लेली खाता खोलै लेली उपयोग करलौ जाय छै।\";'),('anp','messages:createacct-another-continue-submit','s:61:\"anp:खाता निर्माण जारी रखौ\";'),('anp','messages:createacct-another-email-ph','s:53:\"anp:अपनौ ई-मेल पता लिखौ\";'),('anp','messages:createacct-another-realname-tip','s:286:\"hi:असली नाम वैकल्पिक है।\nअगर आप नाम प्रदान करता है, इसका इस्तेमाल आपको आपके काम का श्रेय देने के लिए किया जाएगा।\";'),('anp','messages:createacct-another-submit','s:32:\"anp:खाता बनाबौ\";'),('anp','messages:createacct-another-username-ph','s:57:\"anp:अपनौ सदस्यनाँव लिखौ\";'),('anp','messages:createacct-benefit-body1','s:39:\"anp:{{PLURAL:$1|सम्पादन}}\";'),('anp','messages:createacct-benefit-body2','s:33:\"anp:{{PLURAL:$1|पृष्ठ}}\";'),('anp','messages:createacct-benefit-body3','s:51:\"anp:{{PLURAL:$1|योगदानकर्ता}}\";'),('anp','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('anp','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('anp','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('anp','messages:createacct-benefit-heading','s:117:\"anp:{{SITENAME}} तोरौ जैसनौ लोग के द्वारा बनैलौ गलौ छै।\";'),('anp','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('anp','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('anp','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('anp','messages:createacct-continue-submit','s:61:\"anp:खाता निर्माण जारी रखौ\";'),('anp','messages:createacct-email-ph','s:53:\"anp:अपनौ ई-मेल पता लिखौ\";'),('anp','messages:createacct-emailoptional','s:54:\"anp:ई-मेल पता (वैकल्पिक)\";'),('anp','messages:createacct-emailrequired','s:27:\"anp:ई-मेल पता\";'),('anp','messages:createacct-error','s:64:\"anp:खाता निर्माण मँ त्रुटि\";'),('anp','messages:createacct-helpusername','s:3:\"en:\";'),('anp','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('anp','messages:createacct-loginerror','s:271:\"hi:खाता सफलतापूर्वक निर्मित किया गया लेकिन आप स्वतः लॉग-इन नहीं कर सके। कृपया [[Special:UserLogin|हाथ से]] लॉग-इन करें।\";'),('anp','messages:createacct-normalization','s:212:\"anp:तोरौ उपयोगकर्ता नाँव तकनीकी प्रतिबंध सिनी केरौ कारण \"$2\" मँ समायोजित करलौ जैथौं।\";'),('anp','messages:createacct-realname','s:59:\"anp:वास्तव नाम (वैकल्पिक)\";'),('anp','messages:createacct-reason','s:46:\"anp:कारण (सार्वजनिक)\";'),('anp','messages:createacct-reason-confirm','s:281:\"anp:तोरौ द्वारा दर्ज करलौ गेलौ कारण एगो ईमेल पता छेलौं। यदि यहा मौन छौं, त कृपया \"खाता बनाबौ\" प फेनु सँ क्लिक करौ\";'),('anp','messages:createacct-reason-help','s:110:\"anp:खाता निर्माण लॉग मँ दिखैलौ जाय बला संदेश\";'),('anp','messages:createacct-reason-ph','s:101:\"anp:तोंय दोसरौ खाता केन्हअ खोलै ल चाहै छौ\";'),('anp','messages:createacct-submit','s:45:\"anp:आपनौ खाता बनाबौ\";'),('anp','messages:createacct-temp-warning','s:232:\"hi:आपके द्वारा अपने अस्थायी खाते से किए गए संपादन आपके स्थायी खाते में नहीं ले जाए जाएंगे।\";'),('anp','messages:createacct-username-help','s:3:\"en:\";'),('anp','messages:createacct-useuniquepass','s:283:\"anp:एगो अद्वितीय पासवर्ड क उपयोग करै केरौ सलाह करलौ जाय छै जेकरौ उपयोग तोंय कोय दोसरौ वेबसाइट प नै करी रहलौ छौ।\";'),('anp','messages:createacct-yourpassword-ph','s:48:\"anp:कूटशब्द दर्ज करौ\";'),('anp','messages:createacct-yourpasswordagain','s:67:\"anp:कूटशब्द केरौ पुष्टि करौ\";'),('anp','messages:createacct-yourpasswordagain-ph','s:51:\"anp:कूटशब्द पुनः लिखौ\";'),('anp','messages:created','s:18:\"hi:बनाया\";'),('anp','messages:creating','s:22:\"anp:$1 बनाबौ\";'),('anp','messages:credentialsform-account','s:33:\"hi:खाते का नाम:\";'),('anp','messages:credentialsform-provider','s:39:\"hi:परिचय प्रकार :\";'),('anp','messages:creditspage','s:50:\"hi:पान श्रेय नामावली\";'),('anp','messages:cur','s:16:\"anp:सद्य\";'),('anp','messages:currentevents','s:39:\"anp:हाल केरौ घटना\";'),('anp','messages:currentevents-url','s:47:\"anp:Project:हाल केरौ घटना\";'),('anp','messages:currentrev','s:41:\"anp:नवीनतम संशोधन\";'),('anp','messages:currentrev-asof','s:58:\"anp:$1 केरौ समय के संस्करण\";'),('anp','messages:currentrevisionlink','s:39:\"anp:हाल के संशोधन\";'),('anp','messages:customcssprotected','s:292:\"anp:आपन॑क॑ इ CSS पृष्ठ क॑ संपादित करै के अनुमति नै छै, कैन्हेंकि एकरा म॑ आरू सदस्य केरऽ व्यक्तिगत सेटिंग्स शामिल छै।\";'),('anp','messages:customjsonprotected','s:297:\"anp:आपनै क इ JSON पृष्ठ क संपादित करै के अनुमति नै छै, कैन्हेंकि एकरा मँ आरू सदस्य केरौ व्यक्तिगत सेटिंग्स सम्मिलित छै।\";'),('anp','messages:customjsprotected','s:323:\"anp:आपनै क इ जावास्क्रिप्ट पृष्ठ क संपादित करै के अनुमति नै छै, कैन्हेंकि एकरा मँ आरू सदस्य केरौ व्यक्तिगत सेटिंग्स शामिल छै।\";'),('anp','messages:databaseerror','s:44:\"anp:डाटाबेस त्रुटि\";'),('anp','messages:databaseerror-error','s:26:\"anp:त्रुटि: $1\";'),('anp','messages:databaseerror-function','s:29:\"anp:फ़ंक्शन: $1\";'),('anp','messages:databaseerror-query','s:26:\"anp:अनुरोध: $1\";'),('anp','messages:databaseerror-text','s:191:\"anp:त्रुटिपूर्ण डाटाबेस अनुरोध  होलौ छै।\nसंभवतः सॉफ़्टवेयर मँ गड़बड़ी छै।\";'),('anp','messages:databaseerror-textcl','s:91:\"anp:डाटाबेस अनुरोध मँ त्रुटि होलौ छै.\";'),('anp','messages:databaselocked','s:64:\"hi:डाटाबेस पहले से बंद है।\";'),('anp','messages:databasenotlocked','s:96:\"hi:डाटाबेस को ताला नहीं लगाया गया हैं।\";'),('anp','messages:date','s:55:\"hi:दिनांक से (प्रारम्भ)\";'),('anp','messages:date-range-from','s:44:\"hi:दिनांक से (शुरू):\";'),('anp','messages:date-range-to','s:50:\"hi:दिनांक तक (समाप्त):\";'),('anp','messages:datedefault','s:54:\"hi:कोई खास वरीयता नहीं\";'),('anp','messages:days','s:31:\"hi:{{PLURAL:$1|$1 day|$1 days}}\";'),('anp','messages:days-abbrev','s:7:\"en:$1 d\";'),('anp','messages:dberr-again','s:97:\"hi:कुछ मिनट रुकने के बाद फिर से चढ़ाएँ।\";'),('anp','messages:dberr-info','s:93:\"hi:(डाटाबेस से संपर्क नहीं हो पा रहा: $1)\";'),('anp','messages:dberr-info-hidden','s:95:\"hi:(डाटाबेस से संपर्क नहीं किया जा सका)\";'),('anp','messages:dberr-problems','s:194:\"hi:क्षमा करें! इस जालस्थल को कुछ तकनीकी परेशानियों का सामना करना पड़ रहा है।\";'),('anp','messages:deadendpages','s:41:\"hi:बंद सिरे पृष्ठ\";'),('anp','messages:deadendpages-summary','s:3:\"en:\";'),('anp','messages:deadendpagestext','s:148:\"hi:नीचे दिये पृष्ठ {{SITENAME}} के अन्य पृष्ठों से नहीं जुड़ते हैं।\";'),('anp','messages:dec','s:17:\"anp:दिसं.\";'),('anp','messages:december','s:22:\"anp:दिसंबर\";'),('anp','messages:december-gen','s:22:\"anp:दिसंबर\";'),('anp','messages:default','s:24:\"hi:डिफ़ॉल्ट\";'),('anp','messages:default-skin-not-found','s:3789:\"hi:ओह! आपकी विकि का पूर्व निर्धारित चमड़ा जैसा कि <code dir=\"ltr\">$wgDefaultSkin</code> में बताया गया है<code>$1</code>, उपलब्ध नहीं है।\n\nआपका इन्स्टालेशन इन चमड़ो को सम्मिलित करता है {{PLURAL:$4|चमड़ा|चमड़े}}। देखिए [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: चमड़ो का सम्मित करना] ताकि आपको जानकारी मिले कि कैसे {{PLURAL:$4|उसे|उनको सम्मिलित किया जाए और निर्धारित को तय करें}}.\n\n$2\n\n; अगर आपने अभी मीडियाविकि इन्स्टाल किया है:\n: आपने शायद गिट से इन्स्टाल किया है, या सीधे स्रोत कोड से किया है जिसके लिए कोई और तरीक़े का प्रयोग किया है। यह तो आशा के अनुरूप है। कोशिश कीजिए कि कुछ चमड़े [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s अमीडिया-विकि के चमड़े वाली डाइरेक्ट्री से डाउन्लोड करें], जिसके लिए आप:\n:* डाउनलोड कीजिए [https://www.mediawiki.org/wiki/Download तारबॉल इन्स्टालर], जो कई चमड़ों और विस्तारों में मौजूद है। आप चमड़ों का कोड <code>skins/</code> उसकी डाइरेक्ट्री से कॉपी-पेस्ट कर सकते हैं। \n:* डाउनलोड कीजिए व्यक्तिगत चमड़े के तारबॉल [https://www.mediawiki.org/wiki/Special:SkinDistributor मीडिया विकि] से।\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins गिट का प्रयोग करके डाउलोड कर सकते हैं].\n: ऐसा करने के दौरान आपकी गिट-रिपॉज़िटरी को कुछ नहीं होना चाहिए यदि आप विकासकर्ता हो। \n; अगर आपने मीडियाविकि को अभी अपग्रेड किया है:\n: मीडियाविकि 1.24 और इसके नवीन रूप स्वतः रूप से चमड़ों को सक्षम नहीं करते (देखिए [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: चमड़ो की स्वतः खोज]). आप निम्न लिखित को पेस्ट कर सकते हैं: {{PLURAL:$5|लाइन|लाइनें}}  <code>LocalSettings.php</code> में ताकि {{PLURAL:$5|वह|सभी}} सक्षम हों जैसा कि इन्स्टाल किए गए {{PLURAL:$5|चमड़े|चमड़ों}} का मामला है:\n\n<pre dir=\"ltr\">$3</pre>\n\n; अगर आपने अभी बदलाव किए हैं<code>LocalSettings.php</code>:\n: डबल-क्लिक करें चमड़े नामों  के आगे ताकि आपको विभिन्न प्रकारों के विकल्प मिलें।\";'),('anp','messages:default-skin-not-found-no-skins','s:2261:\"hi:ओह! आपकी विकि का पूर्व निर्धारित चमड़ा जैसा कि <code dir=\"ltr\">$wgDefaultSkin</code> में बताया गया है<code>$1</code>, उपलब्ध नहीं है। \n\nआपके पास कोई इन्स्टाल किया गया चमड़ा नहीं है। \n\n; अगर आपने अभी मीडियाविकि इन्स्टाल किया है या उसका उद्यतन किया है:\n: आपने शायद गिट से इन्स्टाल किया है, या सीधे स्रोत कोड से किया है जिसके लिए कोई और तरीक़े का प्रयोग किया है। यह तो आशा के अनुरूप है। कोशिश कीजिए कि कुछ चमड़े [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s मीडिया-विकि के चमड़े वाली डाइरेक्ट्री से डाउन्लोड करें], जिसके लिए आप:\n:* डाउनलोड कीजिए [https://www.mediawiki.org/wiki/Download तारबॉल इन्स्टालर], जो कई चमड़ों और विस्तारों में मौजूद है। आप चमड़ों का कोड <code>skins/</code> उसकी डाइरेक्ट्री से कॉपी-पेस्ट कर सकते हैं। \n:* डाउनलोड कीजिए व्यक्तिगत चमड़े के तारबॉल [https://www.mediawiki.org/wiki/Special:SkinDistributor मीडिया विकि] से।\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins गिट का प्रयोग करके डाउलोड कर सकते हैं].\n: ऐसा करने के दौरान आपकी गिट-रिपॉज़िटरी को कुछ नहीं होना चाहिए यदि आप विकासकर्ता हो।\";'),('anp','messages:default-skin-not-found-row-disabled','s:63:\"hi:* <code>$1</code> / $2 (<strong>असक्षम</strong>)\";'),('anp','messages:default-skin-not-found-row-enabled','s:43:\"hi:* <code>$1</code> / $2 (सक्षम)\";'),('anp','messages:defaultmessagetext','s:58:\"anp:संदेश क डिफ़ॉल्ट पाठ\";'),('anp','messages:defemailsubject','s:57:\"hi:{{SITENAME}} ई-मेल \"$1\" सदस्य से\";'),('anp','messages:deflate-invaliddeflate','s:44:\"hi:Content provided is not properly deflated\";'),('anp','messages:delete','s:19:\"anp:हटाबौ\";'),('anp','messages:delete-confirm','s:30:\"hi:\"$1\" को हटाएँ\";'),('anp','messages:delete-edit-reasonlist','s:78:\"anp:हटाबै के कारण कॆ संपादित करॊ\";'),('anp','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('anp','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('anp','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('anp','messages:delete-hook-aborted','s:187:\"anp:हुक द्वारा हटाबै के काम बीच मँ ही छोड़लौ गेलै।\nएकरौ कोय कारण नै बतैलकै.\";'),('anp','messages:delete-legend','s:18:\"hi:हटाएँ\";'),('anp','messages:delete-scheduled','s:170:\"anp:पन्ना \"$1\" क हटाबै लेली निर्धारित करलौ गेलौ छै।\nकृपा करी धीरज रखौ।\";'),('anp','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('anp','messages:delete-toobig','s:452:\"anp:इ पन्ना केरॊ संपादन इतिहास $1 सॆं अधिक {{PLURAL:$1|संस्करण|संस्करण}} होला के वजह सॆं बहुत बड़ा छै.\n{{SITENAME}} के अनपेक्षित रूप सॆं बंद होला सॆं रोकै लेली ऐसनॊ पन्ना कॆ हटाबै के अनुमति नै छै.\";'),('anp','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('anp','messages:delete-warning-toobig','s:484:\"anp:इस लेख केरॊ संपादन इतिहास काफ़ी लंबा चौड़ा छै, ऐकरॊ $1 सॆं अधिक {{PLURAL:$1|संस्करण|संस्करण}} छै.\nएकरा हटैला सॆं {{SITENAME}} के आँकड़ाकोष के गतिविधियॊ मॆं व्यवधान आबॆ सकॆ छै;\nकृपया सोची समझी कॆ आगू बढ़ॊ.\";'),('anp','messages:delete_and_move_confirm','s:52:\"hi:जी हाँ, पृष्ठ हटाएँ\";'),('anp','messages:delete_and_move_reason','s:122:\"hi:\"[[$1]]\" से स्थानांतरण करने के लिये जगह बनाई गयी है\";'),('anp','messages:delete_and_move_text','s:212:\"hi:लक्ष्य पृष्ठ \"[[:$1]]\" पहले से मौजूद है।\nनाम बदलने के लिये क्या आप इसे हटाना चाहते हैं?\";'),('anp','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('anp','messages:deletecomment','s:17:\"anp:कारण:\";'),('anp','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('anp','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('anp','messages:deletedcontributions','s:57:\"hi:हटाए गए सदस्य योगदान\";'),('anp','messages:deletedcontributions-summary','s:3:\"en:\";'),('anp','messages:deletedcontributions-title','s:57:\"hi:हटाए गए सदस्य योगदान\";'),('anp','messages:deletedhist','s:51:\"anp:हतैलौ गेलौ इतिहास\";'),('anp','messages:deletedrevision','s:63:\"hi:पुराना अवतरण $1 हटा दिया\";'),('anp','messages:deletedtext','s:165:\"anp:\"$1\" के हटैलौ गेलौ छै।\nहाल मँ हटैलौ गेलौ लेखौ के सूची लेली $2 देखौ।\";'),('anp','messages:deletedwhileediting','s:201:\"hi:\'\'\'Warning\'\'\': आपने जब से संपादन शुरू किया है, उसके बाद से यह पृष्ठ ही मिटा दिया गया है!\";'),('anp','messages:deleteotherreason','s:58:\"anp:दोसरॊ/अतिरिक्त कारण:\";'),('anp','messages:deletepage','s:35:\"anp:पन्ना हटाबौ\";'),('anp','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('anp','messages:deletepage-submit','s:35:\"anp:पन्ना हटाबौ\";'),('anp','messages:deletepage-summary','s:3:\"en:\";'),('anp','messages:deleteprotected','s:165:\"hi:आप इस पृष्ठ को हटा नहीं सकते क्योंकि इसे सुरक्षित किया गया है।\";'),('anp','messages:deletereason-dropdown','s:245:\"anp:*हटाबै के सामान्य कारण\n** स्पैम\n** बर्बरता\n** कॉपीराइट उल्लंघन\n** लेखक क अनुरोध\n** भांगलौ अनुप्रेषण\";'),('anp','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('anp','messages:deletereasonotherlist','s:32:\"anp:दोसरॊ कारण\";'),('anp','messages:deleting-backlinks-warning','s:312:\"hi:<strong>चेतावनी:</strong> जो पृष्ठ आप हटाने जा रहे हैं उससे [[Special:WhatLinksHere/{{FULLPAGENAME}}|अन्य पृष्ठ]] जुड़ते हैं अथवा उसे ट्रांसक्लूड करते हैं।\";'),('anp','messages:deleting-subpages-warning','s:246:\"hi:<strong>चेतावनी:</strong>आप जिस प्रष्ठ को हटाना चाहते हैं,\nरखता है [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('anp','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('anp','messages:deletionlog','s:39:\"anp:हटाबै के सूची\";'),('anp','messages:dellogpage','s:39:\"anp:हटाबै के सूची\";'),('anp','messages:dellogpagetext','s:108:\"anp:नीचे हाल मँ हटैलौ गेलौ पन्ना के सूची छै।\";'),('anp','messages:destfilename','s:48:\"hi:लक्ष्य फ़ाइल नाम:\";'),('anp','messages:diff','s:16:\"anp:अंतर\";'),('anp','messages:diff-empty','s:32:\"anp:(कोय फरक नै)\";'),('anp','messages:diff-form','s:15:\"hi:अंतर\";'),('anp','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('anp','messages:diff-form-oldid','s:67:\"hi:पुराना संशोधन (वैकल्पिक)\";'),('anp','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('anp','messages:diff-form-revid','s:54:\"hi:अंतर का संशोधन आईडी\";'),('anp','messages:diff-form-submit','s:34:\"hi:अंतर दिखाएँ\";'),('anp','messages:diff-form-summary','s:3:\"en:\";'),('anp','messages:diff-multi-manyusers','s:263:\"hi:({{PLURAL:$2|एक योगदानकर्ता|$2 योगदानकर्ताओं}} द्वारा {{PLURAL:$1|किया बीच का एक|किए बीच के $1}} अवतरण दर्शाए नहीं हैं।)\";'),('anp','messages:diff-multi-otherusers','s:347:\"anp:({{PLURAL:$2|एक दोसरौ सदस्य|$2 सदस्य सिनी}} द्वारा {{PLURAL:$1|करलौ गेलौ बीच क एगो अवतरण नाय दर्शैलौ गेलै|करलौ गेलौ बीच केरौ $1 अवतरण नाय दर्शैलौ गेलै}})\";'),('anp','messages:diff-multi-sameuser','s:216:\"anp:({{PLURAL:$1|एगऽ मध्यवर्ती संशोधन|$1 मध्यवर्ती संशोधन}} एक्के यूजर द्वारा नै दिखलैलौ गेलौ)\";'),('anp','messages:diff-paragraph-moved-tonew','s:196:\"hi:अनुच्छेद को स्थानांतरित कर दिया गया था| नए स्थान पर जाने के लिए क्लिक करें|\";'),('anp','messages:diff-paragraph-moved-toold','s:211:\"hi:पैराग्राफ को स्थानांतरित कर दिया गया था| पुराने स्थान पर जाने के लिए क्लिक करें|\";'),('anp','messages:difference-missing-revision','s:525:\"hi:इस अंतर {{PLURAL:$2|का एक अवतरण|के $2 अवतरण}} ($1) नहीं {{PLURAL:$2|पाया गया|पाए गए}}।\n\nयह आम तौर पर एक हटाए गए पृष्ठ के अवतरणों में अंतर ढूँढने पर होता है। अधिक जानकारी [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} हटाने के लॉग] में पायी जा सकती है।\";'),('anp','messages:difference-multipage','s:59:\"hi:(पृष्ठों के बीच अन्तर)\";'),('anp','messages:difference-title','s:56:\"anp:$1: संशोधन के बीच अंतर\";'),('anp','messages:difference-title-multipage','s:64:\"hi:\"$1\" और \"$2\" पृष्ठों में अंतर\";'),('anp','messages:directorycreateerror','s:91:\"anp:\"$1\" डाइरेक्टरी नै बनैलौ जाबै सकलै।\";'),('anp','messages:directoryreadonlyerror','s:78:\"anp:निर्देशिका \"$1\" खाली पठनीय छै।\";'),('anp','messages:disabledspecialpage-disabled','s:141:\"hi:यह पृष्ठ सिस्टम प्रबंधक के द्वारा अक्षम किया गया है।\";'),('anp','messages:disclaimerpage','s:55:\"anp:Project:साधारण अस्वीकरण\";'),('anp','messages:disclaimers','s:28:\"anp:अस्वीकरण\";'),('anp','messages:djvu_page_error','s:65:\"hi:DjVu पृष्ठ रेंजके बाहर हैं\";'),('anp','messages:double-redirect-fixed-maintenance','s:188:\"hi:[[$1]] से [[$2]] को दुगुने पुनर्प्रेषण को रखरखाव कार्य में स्वतः ठीक कर रहा है।\";'),('anp','messages:double-redirect-fixed-move','s:180:\"hi:[[$1]] की जगह बदली जा चुकी है।\nअब यह स्वतः [[$2]] की ओर पुनर्प्रेषित होता है।\";'),('anp','messages:double-redirect-fixer','s:62:\"anp:पुनर्प्रेषण मिस्त्री\";'),('anp','messages:doubleredirects','s:46:\"hi:दुगने अनुप्रेषण\";'),('anp','messages:doubleredirects-summary','s:3:\"en:\";'),('anp','messages:doubleredirectstext','s:834:\"hi:यह पृष्ठ उन पृष्ठों की सूची देता है जो दूसरे अनुप्रेषण पृष्ठों की ओर अनुप्रेषित हैं।\nहर पंक्ति में पहले और दूसरे अनुप्रेषण की कड़ियाँ, तथा दूसरे अनुप्रेषण का लक्ष्य भी है, आम तौर पर यही \"वास्तविक\" लक्षित पृष्ठ होगा, और पहला अनुप्रेषण भी वास्तव में इसी की और लक्षित होना चाहिए।\n<del>काटी गई</del> एंट्रियों को सुलझा लिया गया है।\";'),('anp','messages:download','s:24:\"hi:डाउनलोड\";'),('anp','messages:duplicate-args-category','s:150:\"hi:टेम्पलेट कॉल में डुप्लिकेट तर्क का उपयोग करते हुए पन्ने\";'),('anp','messages:duplicate-args-category-desc','s:283:\"hi:पेज जैसे तर्कों के डुप्लिकेट का उपयोग करने वाले टेम्पलेट कॉल, जैसे <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> और <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('anp','messages:duplicate-args-warning','s:321:\"hi:<strong>चेतावनी:</strong> [[:$1]] प्राचल \"$3\" के लिए [[:$2]] को एक से अधिक बार काम में ले रहा है। केवल अन्त में दिया गया मान ही काम में लिया जायेगा।\";'),('anp','messages:duplicate-defaultsort','s:191:\"hi:\'\'\'Warning:\'\'\' पुरानी मूल क्रमांकन कुंजी \"$1\" के बजाय अब मूल क्रमांकन कुंजी \"$2\" होगी।\";'),('anp','messages:duplicate-displaytitle','s:191:\"hi:<strong>चेतावनी:</strong> प्रदर्शित शीर्षक \"$2\" पूर्व दिखाए गए शीर्षक \"$1\" पर छा रहा है।\";'),('anp','messages:duplicatesoffile','s:288:\"hi:निम्नोक्त {{PLURAL:$1|फ़ाइल इस फ़ाइल की प्रतिलिपि है|$1 फ़ाइलें इस फ़ाइल की प्रतिलिपियाँ हैं}} ([[Special:FileDuplicateSearch/$2|अधिक जानकारी]]):\";'),('anp','messages:duration-centuries','s:41:\"hi:$1 {{PLURAL:$1|शताब्दी}}\";'),('anp','messages:duration-days','s:30:\"anp:$1 {{PLURAL:$1|दिन}}\";'),('anp','messages:duration-decades','s:29:\"hi:$1 {{PLURAL:$1|दशक}}\";'),('anp','messages:duration-hours','s:45:\"hi:$1 {{PLURAL:$1|घंटा|घंटे}}\";'),('anp','messages:duration-millennia','s:50:\"hi:$1 {{PLURAL:$1|सहस्राब्दी}}\";'),('anp','messages:duration-minutes','s:32:\"hi:$1 {{PLURAL:$1|मिनट}}\";'),('anp','messages:duration-seconds','s:38:\"hi:$1 {{PLURAL:$1|सॅकेंड}}\";'),('anp','messages:duration-weeks','s:38:\"hi:$1 {{PLURAL:$1|सप्ताह}}\";'),('anp','messages:duration-years','s:32:\"hi:$1 {{PLURAL:$1|वर्ष}}\";'),('anp','messages:eauthentsent','s:490:\"hi:दर्ज किये हुए ई-मेल पते पर एक सत्यापन ई-मेल भेजा दिया गया है।\nआपको उस ई-मेल में दिये हुए निर्देशों के अनुसार ई-मेल पते का सत्यापन करना होगा, उसके पश्चात ही यहाँ से कोई दूसरा ई-मेल भेजा जाएगा।\";'),('anp','messages:edit','s:32:\"anp:संपादन करौ\";'),('anp','messages:edit-already-exists','s:149:\"anp:नया पन्ना निर्मित नै होबै सकलौं।\nइ पहले सँ उपस्थित छौं।\";'),('anp','messages:edit-conflict','s:56:\"anp:संपादन अंतर्विरोध।\";'),('anp','messages:edit-gone-missing','s:147:\"hi:पृष्ठ अद्यतित न किया जा सका।\nलगता है यह हटा दिया गया है।\";'),('anp','messages:edit-hook-aborted','s:177:\"hi:फंदे द्वारा संपादन बीच में ही छोड़ा गया।\nउसने कोई कारण नहीं बताया।\";'),('anp','messages:edit-local','s:76:\"anp:स्थानीय विवरण सम्पादित करौ\";'),('anp','messages:edit-no-change','s:196:\"hi:आपने कोई बदलाव ही नहीं किए, अतः आपके इस संपादन को नज़रंदाज़ कर दिया गया है।\";'),('anp','messages:edit-slots-cannot-add','s:136:\"hi:ये {{PLURAL:$1|स्लॉट|स्लॉटें}} यहाँ पर सपोर्टेड नहीं हैं: $2।\";'),('anp','messages:edit-slots-cannot-remove','s:152:\"hi:निम्नलिखित {{PLURAL:$1|स्लॉट}} आवश्यक है और हटाया नहीं जा सकता: $2।\";'),('anp','messages:edit-slots-missing','s:78:\"hi:निम्न {{PLURAL:$1|स्लॉट}} लापता है: $2।\";'),('anp','messages:edit-textarea-aria-label','s:72:\"anp:विकीटेक्स्ट स्रोत संपादक\";'),('anp','messages:edit_form_incomplete','s:341:\"hi:\'\'\'सम्पादन फ़ॉर्म के कुछ भाग सर्वर तक नहीं पहुँच पाए; जाँच लें कि आपके द्वारा किये बदलाव अक्षुण्ण हैं, और सहेजने का पुनः यत्न करें।\'\'\'\";'),('anp','messages:editcomment','s:71:\"anp:संपादन टिप्पणी छेलै: <em>$1</em>.\";'),('anp','messages:editconflict','s:57:\"anp:संपादन अंतर्विरोध: $1\";'),('anp','messages:editfont-monospace','s:54:\"anp:एकल स्थल मुद्रलिपि\";'),('anp','messages:editfont-sansserif','s:68:\"anp:\'सॅन्स-सेरिफ\' मुद्रालिपि\";'),('anp','messages:editfont-serif','s:52:\"anp:\'सेरिफ\' मुद्रालिपि\";'),('anp','messages:editfont-style','s:102:\"anp:सम्पादन क्षेत्र केरौ मुद्रलिपि शैली:\";'),('anp','messages:edithelp','s:48:\"anp:संपादन मँ सहायता\";'),('anp','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('anp','messages:editing','s:71:\"anp:$1 केरौ सम्पादन चली रहलौ छै\";'),('anp','messages:editingcomment','s:59:\"anp:$1 सम्पादन (नया अनुभाग)\";'),('anp','messages:editinginterface','s:480:\"anp:<strong>चेतावनी:</strong> आपनै एगो ऐसनौ पन्ना क बदली रहलौ छियै जे सॉफ़्टवेयर केरौ इंटरफ़ेस पाठ प्रदान करै छै।\nइ पन्ना क बदलला स अन्य सदस्यो केरौ प्रदर्शित इंटरफ़ेस केरौ शक्लोसूरत म बदलाव ऐतै ।\";'),('anp','messages:editingold','s:348:\"hi:<strong>सूचना: आप इस पृष्ठ के एक कालग्रस्त अवतरण को संपादित कर रहे हैं।</strong>\nअगर आप इसे प्रकाशित करते हैं, इसके बाद से हर अवतरण पीछे आ जाएगा।\";'),('anp','messages:editingsection','s:49:\"anp:$1 सम्पादन (अनुभाग)\";'),('anp','messages:editinguser','s:231:\"hi:सदस्य \'\'\'[[User:$1|$1]]\'\'\' $2 के अधिकार बदलें\n{{GENDER:$1|सदस्य}} के सदस्य अधिकार बदले जा रहे हैं <strong>[[User:$1|$1]]</strong> $2\";'),('anp','messages:editlink','s:32:\"anp:संपादन करौ\";'),('anp','messages:editnotice-notext','s:4:\"en:-\";'),('anp','messages:editold','s:22:\"anp:संपादन\";'),('anp','messages:editpage','s:14:\"en:Edit a page\";'),('anp','messages:editpage-cannot-use-custom-model','s:124:\"hi:इस पृष्ठ का मुख्य सामग्री परिवर्तित नहीं हुआ।\";'),('anp','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('anp','messages:editpage-invalidcontentmodel-text','s:87:\"hi:सामग्री मॉडल \"$1\" समर्थित नहीं है।\";'),('anp','messages:editpage-invalidcontentmodel-title','s:72:\"hi:सामग्री मॉडल समर्थित नहीं\";'),('anp','messages:editpage-notsupportedcontentformat-text','s:148:\"hi:$1 सामग्री स्वरूप $2 सामग्री मॉडल द्वारा समर्थित नहीं है।\";'),('anp','messages:editpage-notsupportedcontentformat-title','s:85:\"hi:सामग्री स्वरूप समर्थित नहीं है\";'),('anp','messages:editpage-summary','s:3:\"en:\";'),('anp','messages:editpage-tos-summary','s:4:\"en:-\";'),('anp','messages:editsection','s:22:\"anp:संपादन\";'),('anp','messages:editsectionhint','s:42:\"anp:संपादन विभाग: $1\";'),('anp','messages:edittools','s:175:\"hi:<!-- यहाँ का टेक्स्ट संपादन और अपलोड फ़ॉर्म्स के ऊपर दिखाया जाएगा। -->\";'),('anp','messages:edittools-upload','s:4:\"en:-\";'),('anp','messages:editundo','s:35:\"anp:पूर्ववत करौ\";'),('anp','messages:editusergroup','s:53:\"hi:सदस्य समूह दिखायें\";'),('anp','messages:editwatchlist-summary','s:3:\"en:\";'),('anp','messages:ellipsis','s:6:\"en:...\";'),('anp','messages:email','s:15:\"hi:ईमेल\";'),('anp','messages:email-allow-new-users-label','s:116:\"hi:एकदम नए सदस्यों को ईमेल भेजने की अनुमति दें\";'),('anp','messages:email-legend','s:88:\"hi:किसी और {{SITENAME}} सदस्य को ई-मेल भेजें\";'),('anp','messages:email-mutelist-label','s:104:\"hi:इन सदस्यों को मुझे ईमेल भेजने से रोकें:\";'),('anp','messages:emailauthenticated','s:112:\"hi:आपका ईमेल पता $2 को $3 बजे सत्यापित किया गया।\";'),('anp','messages:emailblock','s:37:\"hi:ईमेल अवरोधित\";'),('anp','messages:emailccme','s:91:\"hi:मेरे ई-मेल की प्रति मुझे भी भेजें।\";'),('anp','messages:emailccsubject','s:96:\"hi:आपके ई-मेल की प्रति जो $1 को भेजा गया: $2\";'),('anp','messages:emailconfirmlink','s:77:\"hi:अपना ई-मेल पता प्रमाणित करें\";'),('anp','messages:emaildisabled','s:75:\"hi:यह साइट ई-मेल नहीं भेज सकती।\";'),('anp','messages:emailfrom','s:22:\"hi:प्रेषक:\";'),('anp','messages:emaillink','s:32:\"hi:ई-मेल भेजें\";'),('anp','messages:emailmessage','s:19:\"hi:संदेश:\";'),('anp','messages:emailnotarget','s:144:\"hi:प्राप्तकर्ता के लिए अस्तित्वहीन या अमान्य सदस्यनाम।\";'),('anp','messages:emailnotauthenticated','s:249:\"hi:आपके ई-मेल पते की पुष्टि नहीं हुई है।\nनीचे दी किसी भी सुविधा के लिये आपको ई-मेल नहीं भेजा जाएगा।\";'),('anp','messages:emailpagetext','s:491:\"hi:नीचे दिए पर्चे को जरिए आप इस {{GENDER:$1|सदस्य}} को ई-मेल भेज सकते हैं।\nआपने जो पता [[Special:Preferences|अपनी पसंद]] में दिया था वह इस ई-मेल के \"भेजने वाले\" के तौर पर आएगा, अतः प्राप्तकर्ता आपको सीधे जवाब दे सकेंगे।\";'),('anp','messages:emailsend','s:18:\"hi:भेजें\";'),('anp','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('anp','messages:emailsent','s:59:\"hi:ई-मेल भेज दिया गया है।\";'),('anp','messages:emailsenttext','s:88:\"hi:आपका ई-मेल संदेश भेज दिया गया है।\";'),('anp','messages:emailsubject','s:16:\"hi:विषय:\";'),('anp','messages:emailtarget','s:84:\"hi:प्राप्तकर्ता का सदस्यनाम भरें\";'),('anp','messages:emailto','s:40:\"hi:प्राप्तकर्ता:\";'),('anp','messages:emailuser','s:54:\"anp:इ सदस्य क ई-मेल भेजौ\";'),('anp','messages:emailuser-summary','s:3:\"en:\";'),('anp','messages:emailuser-title-notarget','s:52:\"hi:सदस्य को ई-मेल करें\";'),('anp','messages:emailuser-title-target','s:95:\"hi:इस {{GENDER:$1|सदस्य|सदस्या}} को ई-मेल करें।\";'),('anp','messages:emailuserfooter','s:609:\"hi:इस ई-मेल को $1 {{GENDER:$1|द्वारा}} {{GENDER:$2|$2}} को भेजा गया था जिसके लिए \"{{int:emailuser}}\" कार्य को {{SITENAME}} पर प्रयोग में लाया गया था। अगर {{GENDER:$2|आप}} इस ईमेल का उत्तर देते हैं, {{GENDER:$2|आपका}} ईमेल सीधे {{GENDER:$1|मूल प्रेषक}} को भेज दिया जाएगा। {{GENDER:$1उनको}} {{GENDER:$2|अपना}} ईमेल पता बताएं।\";'),('anp','messages:emailusername','s:28:\"hi:सदस्यनाम:\";'),('anp','messages:emailusernamesubmit','s:18:\"hi:भेजें\";'),('anp','messages:empty-file','s:68:\"hi:आपकी दी गई फ़ाइल खाली थी।\";'),('anp','messages:empty-username','s:26:\"en:(no username available)\";'),('anp','messages:emptyfile','s:378:\"hi:आपके द्वारा अपलोड की गई फ़ाइल रिक्त है। यह फ़ाइल का नाम लिखने में गलती के चलते हो सकता है। कृपया जाँचें कि क्या आप यही फ़ाइल अपलोड करना चाहते हैं।\";'),('anp','messages:enhancedrc-history','s:22:\"anp:इतिहास\";'),('anp','messages:enhancedrc-since-last-visit','s:85:\"hi:$1 {{PLURAL:$1|अंतिम बार देखने के बाद से}}\";'),('anp','messages:enotif_anon_editor','s:37:\"hi:अनामक सदस्य $1\";'),('anp','messages:enotif_body','s:1422:\"hi:प्रिय $WATCHINGUSERNAME जी,\n\n$PAGEINTRO $NEWPAGE\n\nसम्पादन सारांश: $PAGESUMMARY $PAGEMINOREDIT\n\nसंपादक से संपर्क करें:\nई-मेल: $PAGEEDITOR_EMAIL\nविकि: $PAGEEDITOR_WIKI\n\nजब तक आप इस पृष्ठ पर लॉग-इन कर के फिर से नहीं जाते, तब तक और बदलाव होने पर भी आपको फिर से सूचना नहीं भेजी जाएगी।\nआप चाहें तो अपनी ध्यानसूची में मौजूद सभी पन्नों के लिए सूचना चिह्न को भी बदल सकते हैं।\n\nआपकी सहायिका, {{SITENAME}} की सूचक प्रणाली\n\n--\nअपनी ई-मेल सूचना के जमाव बदलने के लिये देखें\n{{canonicalurl:{{#special:Preferences}}}}\n\nअपनी ध्यानसूची के जमाव बदलने के लिए देखें\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nइस पृष्ठ को अपनी ध्यानसूची से हटाने के लिये देखें\n$UNWATCHURL\n\nराय देने या अधिक सहायता पाने के लिए:\n$HELPPAGE\";'),('anp','messages:enotif_body_intro_changed','s:212:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने $PAGEEDITDATE को परिवर्तित किया है, वर्तमान अवतरण के लिए $3 देखें।\";'),('anp','messages:enotif_body_intro_created','s:187:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने $PAGEEDITDATE को बनाया है, वर्तमान अवतरण के लिए $3 देखें।\";'),('anp','messages:enotif_body_intro_deleted','s:141:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने $PAGEEDITDATE को हटा दिया है, देखें <$3>।\";'),('anp','messages:enotif_body_intro_moved','s:218:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने $PAGEEDITDATE को स्थानांतरित किया है, वर्तमान अवतरण के लिए $3 देखें।\";'),('anp','messages:enotif_body_intro_restored','s:221:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने $PAGEEDITDATE को पुनर्स्थापित किया है, वर्तमान अवतरण के लिए $3 देखें।\";'),('anp','messages:enotif_impersonal_salutation','s:31:\"hi:{{SITENAME}} सदस्य\";'),('anp','messages:enotif_lastdiff','s:90:\"hi:इस बदलाव को देखने के लिये $1 देखें।\";'),('anp','messages:enotif_lastvisited','s:145:\"hi:आपकी आखिरी भेंट के बाद हुए बदलाव देखने के लिये $1 देखें।\";'),('anp','messages:enotif_minoredit','s:52:\"hi:यह एक छोटा बदलाव है\";'),('anp','messages:enotif_reset','s:92:\"anp:सब्भे पृष्ठ देखलौ जैन्हौ दर्शाबौ\";'),('anp','messages:enotif_subject_changed','s:113:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने परिवर्तित किया है\";'),('anp','messages:enotif_subject_created','s:95:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने बना दिया है\";'),('anp','messages:enotif_subject_deleted','s:95:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने हटा दिया है\";'),('anp','messages:enotif_subject_moved','s:131:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|चले गए}} $2 द्वारा चले जा चुका है\";'),('anp','messages:enotif_subject_restored','s:129:\"hi:{{SITENAME}} पृष्ठ $1 को {{GENDER:$2|$2}} ने पुनर्स्थापित कर दिया है\";'),('anp','messages:enterlockreason','s:175:\"anp:लॉक करै के कारण बताबौ, साथ ही लॉक खुलै केरौ समय के अनुमानित आकलन दौ\";'),('anp','messages:error','s:22:\"anp:त्रुटि\";'),('anp','messages:errorpagetitle','s:22:\"anp:त्रुटि\";'),('anp','messages:exbeforeblank','s:71:\"hi:खाली करने से पहले पाठ था: \'$1\'\";'),('anp','messages:exception-nologin','s:60:\"anp:लॉग-इन नै करलौ गेलौ छै\";'),('anp','messages:exception-nologin-text','s:125:\"anp:हैय पृष्ठ क क्रिया क उपयोग करै लेली लॉग-इन करौ।\";'),('anp','messages:exception-nologin-text-manual','s:104:\"anp:हैय पृष्ठ या क्रिया क उपयोग करै लेली $1।\";'),('anp','messages:excontent','s:25:\"hi:पाठ था: \'$1\'\";'),('anp','messages:excontentauthor','s:157:\"hi:पाठ था: \'$1\', और सिर्फ \'[[Special:Contributions/$2|$2]]\' का योगदान था। ([[User talk:$2|वार्ता]])\";'),('anp','messages:exif-aperturevalue','s:26:\"hi:APEX द्वारक\";'),('anp','messages:exif-artist','s:15:\"hi:लेखक\";'),('anp','messages:exif-attributionurl','s:126:\"hi:जब यह काम दोबारा इश्तेमाल करें, कृपया लिंक करें\";'),('anp','messages:exif-bitspersample','s:44:\"hi:प्रति घटक बिट्स\";'),('anp','messages:exif-brightnessvalue','s:35:\"hi:APEX उज्ज्वलता\";'),('anp','messages:exif-cameraownername','s:41:\"hi:कैमरे के मालिक\";'),('anp','messages:exif-citycreated','s:78:\"hi:शहर जहां ये चित्र लिया गया है\";'),('anp','messages:exif-citydest','s:45:\"hi:शहर दिखया गया हे\";'),('anp','messages:exif-colorspace','s:28:\"hi:रंग स्थान\";'),('anp','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('anp','messages:exif-colorspace-65535','s:53:\"hi:कैलिब्रेट नहीं गया\";'),('anp','messages:exif-componentsconfiguration','s:39:\"hi:हर घटक का मतलब\";'),('anp','messages:exif-componentsconfiguration-0','s:49:\"hi:अस्तित्वमें नहीं\";'),('anp','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('anp','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('anp','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('anp','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('anp','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('anp','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('anp','messages:exif-compressedbitsperpixel','s:53:\"hi:चित्र कंप्रेशन मोड\";'),('anp','messages:exif-compression','s:46:\"hi:कम्प्रेशन योजना\";'),('anp','messages:exif-compression-1','s:48:\"hi:अनकॉम्प्रेस्स्ड\";'),('anp','messages:exif-compression-2','s:238:\"hi:सी०सी०आई०टी०टी० ग्रुप ३ १-डाइमेंशन वाली संशोधित हफ़मैन दौड़ की लम्बाई से जुड़ी एनकोडिंग\";'),('anp','messages:exif-compression-3','s:70:\"hi:CCITT ग्रुप 3 फ़ैक्स एनकोडिंग\";'),('anp','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('anp','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('anp','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('anp','messages:exif-compression-4','s:70:\"hi:CCITT ग्रुप 4 फ़ैक्स एनकोडिंग\";'),('anp','messages:exif-compression-5','s:6:\"en:LZW\";'),('anp','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('anp','messages:exif-compression-7','s:7:\"en:JPEG\";'),('anp','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('anp','messages:exif-contact','s:43:\"hi:संपर्क जानकारी\";'),('anp','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('anp','messages:exif-contentwarning','s:46:\"hi:सामग्री चेतावनी\";'),('anp','messages:exif-contrast','s:36:\"hi:कॉन्ट्रास्ट\";'),('anp','messages:exif-contrast-0','s:24:\"hi:सामान्य\";'),('anp','messages:exif-contrast-1','s:18:\"hi:सॉफ्ट\";'),('anp','messages:exif-contrast-2','s:18:\"hi:हार्ड\";'),('anp','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('anp','messages:exif-copyright','s:47:\"hi:कॉपीराइट के धारक\";'),('anp','messages:exif-copyrighted','s:46:\"hi:कॉपीराइट स्थिति\";'),('anp','messages:exif-copyrighted-false','s:77:\"hi:कॉपीराइट स्थिति अनिर्दिष्ट\";'),('anp','messages:exif-copyrighted-true','s:27:\"hi:कॉपीराईट\";'),('anp','messages:exif-copyrightowner','s:47:\"hi:कोपीराईट का धारक\";'),('anp','messages:exif-countrycodecreated','s:105:\"hi:देश के लिए कोड जहां ये चित्र लिया गया है\";'),('anp','messages:exif-countrycodedest','s:75:\"hi:देश के लिए कोड दिखाया गया हे\";'),('anp','messages:exif-countrycreated','s:78:\"hi:देश जहां ये चित्र लिया गया है\";'),('anp','messages:exif-countrydest','s:45:\"hi:देश दिखया गया हे\";'),('anp','messages:exif-credit','s:46:\"hi:क्रेडिट/प्रदाता\";'),('anp','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('anp','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('anp','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('anp','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('anp','messages:exif-customrendered','s:74:\"hi:अनुकूलित चित्र प्रोसेसिंग\";'),('anp','messages:exif-customrendered-0','s:52:\"hi:सामान्य प्रक्रिया\";'),('anp','messages:exif-customrendered-1','s:46:\"hi:कस्टम प्रक्रिया\";'),('anp','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('anp','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('anp','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('anp','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('anp','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('anp','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('anp','messages:exif-datetime','s:87:\"hi:चित्र में बदलाव का दिनांक और समय\";'),('anp','messages:exif-datetimedigitized','s:86:\"hi:डिजिटाइज़ करने का दिनांक और समय\";'),('anp','messages:exif-datetimeexpires','s:59:\"hi:के बाद का उपयोग न करें\";'),('anp','messages:exif-datetimemetadata','s:124:\"hi:दिनांक जब मेटाडेटा अंतिम बार संशोधित किया गया\";'),('anp','messages:exif-datetimeoriginal','s:84:\"hi:डेटा की सृष्टि का दिनांक और समय\";'),('anp','messages:exif-datetimereleased','s:22:\"hi:पर जारी\";'),('anp','messages:exif-dc-contributor','s:42:\"hi:योगदानकर्ताएँ\";'),('anp','messages:exif-dc-coverage','s:89:\"hi:मीडिया के स्थानिक या लौकिक स्कोप\";'),('anp','messages:exif-dc-date','s:21:\"hi:दिनांक\";'),('anp','messages:exif-dc-publisher','s:24:\"hi:प्रकाशक\";'),('anp','messages:exif-dc-relation','s:43:\"hi:सम्बधित मीडिया\";'),('anp','messages:exif-dc-rights','s:21:\"hi:अधिकार\";'),('anp','messages:exif-dc-source','s:37:\"hi:मीडिया स्रोत\";'),('anp','messages:exif-dc-type','s:47:\"hi:मीडिया का प्रकार\";'),('anp','messages:exif-devicesettingdescription','s:47:\"hi:उपकरण रचना वर्णन\";'),('anp','messages:exif-digitalzoomratio','s:60:\"hi:डिजिटल ज़ूम का अनुपात\";'),('anp','messages:exif-disclaimer','s:27:\"hi:शर्त्तें\";'),('anp','messages:exif-editstatus','s:63:\"hi:छवि की संपादकीय स्थिति\";'),('anp','messages:exif-event','s:37:\"hi:चित्रित घटना\";'),('anp','messages:exif-exifversion','s:29:\"hi:Exif संस्करण\";'),('anp','messages:exif-exposurebiasvalue','s:66:\"hi:APEX एक्सपोज़र पूर्वाग्रह\";'),('anp','messages:exif-exposureindex','s:52:\"hi:एक्सपोज़र इनडेक्स\";'),('anp','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('anp','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('anp','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('anp','messages:exif-exposuremode','s:40:\"hi:एक्सपोज़र मोड\";'),('anp','messages:exif-exposuremode-0','s:43:\"hi:ऑटो एक्स्पोज़र\";'),('anp','messages:exif-exposuremode-1','s:52:\"hi:मैन्युअल एक्पोज़र\";'),('anp','messages:exif-exposuremode-2','s:34:\"hi:ऑटो ब्रॅकेट\";'),('anp','messages:exif-exposureprogram','s:68:\"hi:एक्स्पोज़र का प्रोग्राम\";'),('anp','messages:exif-exposureprogram-0','s:24:\"hi:अव्यक्त\";'),('anp','messages:exif-exposureprogram-1','s:27:\"hi:मैन्युअल\";'),('anp','messages:exif-exposureprogram-2','s:52:\"hi:सामान्य प्रोग्रॅम\";'),('anp','messages:exif-exposureprogram-3','s:52:\"hi:ऍपर्चर प्राथमिकता\";'),('anp','messages:exif-exposureprogram-4','s:43:\"hi:शटर प्राथमिकता\";'),('anp','messages:exif-exposureprogram-5','s:147:\"hi:क्रियेटीव्ह कार्यक्रम (फ़ील्ड की डेप्थ की तरफ बायस्‌ड)\";'),('anp','messages:exif-exposureprogram-6','s:114:\"hi:ऐक्शन कार्यक्रम (शटर की गती की तरफ बायस्‌ड)\";'),('anp','messages:exif-exposureprogram-7','s:106:\"hi:पोर्ट्रेट मोड (क्लोज़‍अप फ़ोटो के लिये)\";'),('anp','messages:exif-exposureprogram-8','s:131:\"hi:लैंडस्केप मोड (बैकग्राउंड के साथ लैंडस्केप फोटो)\";'),('anp','messages:exif-exposuretime','s:50:\"hi:एक्स्पोज़र का समय\";'),('anp','messages:exif-exposuretime-format','s:26:\"hi:$1 सेकंड ($2)\";'),('anp','messages:exif-filesource','s:41:\"hi:चित्र का स्रोत\";'),('anp','messages:exif-filesource-3','s:53:\"hi:डिजिटल स्टिल कैमरा\";'),('anp','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('anp','messages:exif-fixtureidentifier','s:41:\"hi:स्थिरता का नाम\";'),('anp','messages:exif-flash','s:21:\"hi:फ़्लैश\";'),('anp','messages:exif-flash-fired-0','s:44:\"hi:फ़्लैश नहीं चला\";'),('anp','messages:exif-flash-fired-1','s:31:\"hi:फ़्लैश चला\";'),('anp','messages:exif-flash-function-1','s:63:\"hi:कोई फ़्लैश सुविधा नहीं\";'),('anp','messages:exif-flash-mode-1','s:53:\"hi:फ़्लैश चलना लाज़मी\";'),('anp','messages:exif-flash-mode-2','s:57:\"hi:फ़्लैश न चलना लाज़मी\";'),('anp','messages:exif-flash-mode-3','s:40:\"hi:स्वचालित शैली\";'),('anp','messages:exif-flash-redeye-1','s:54:\"hi:लाल-चक्षु घटाव शैली\";'),('anp','messages:exif-flash-return-0','s:95:\"hi:कोई फ़्लैश वापसी पहचान सुविधा नहीं\";'),('anp','messages:exif-flash-return-2','s:86:\"hi:फ़्लैश वापसी की रोशनी नहीं मिली\";'),('anp','messages:exif-flash-return-3','s:73:\"hi:फ़्लैश वापसी की रोशनी मिली\";'),('anp','messages:exif-flashenergy','s:47:\"hi:फ़्लैश में शक्ति\";'),('anp','messages:exif-flashpixversion','s:55:\"hi:समर्थित Flashpix संस्करण\";'),('anp','messages:exif-fnumber','s:23:\"hi:F संख्या\";'),('anp','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('anp','messages:exif-focallength','s:54:\"hi:लेन्स की फोकल लंबाई\";'),('anp','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('anp','messages:exif-focallengthin35mmfilm','s:78:\"hi:35 मि.मि. फ़िल्म में फोकल लंबाई\";'),('anp','messages:exif-focalplaneresolutionunit','s:95:\"hi:फोकल प्लेन के रेसोल्यूशन का मात्रक\";'),('anp','messages:exif-focalplaneresolutionunit-2','s:12:\"hi:इंच\";'),('anp','messages:exif-focalplanexresolution','s:71:\"hi:फोकल प्लेन का X रेसोल्यूशन\";'),('anp','messages:exif-focalplaneyresolution','s:71:\"hi:फोकल प्लेन का Y रेसोल्यूशन\";'),('anp','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('anp','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('anp','messages:exif-gaincontrol','s:37:\"hi:सीन नियंत्रण\";'),('anp','messages:exif-gaincontrol-0','s:37:\"hi:बिल्कुल नहीं\";'),('anp','messages:exif-gaincontrol-1','s:26:\"hi:लो गेन अप\";'),('anp','messages:exif-gaincontrol-2','s:29:\"hi:हाय गेन अप\";'),('anp','messages:exif-gaincontrol-3','s:32:\"hi:लो गेन डाउन\";'),('anp','messages:exif-gaincontrol-4','s:35:\"hi:हाय गेन डाउन\";'),('anp','messages:exif-giffilecomment','s:44:\"hi:GIF फ़ाइल टिप्पणी\";'),('anp','messages:exif-gpsaltitude','s:33:\"hi:अल्टिट्यूड\";'),('anp','messages:exif-gpsaltitude-above-sealevel','s:81:\"hi:$1 {{PLURAL:$1|meter|meters}} समुद्र स्तर से ऊपर\";'),('anp','messages:exif-gpsaltitude-below-sealevel','s:84:\"hi:$1 {{PLURAL:$1|meter|meters}} समुद्र स्तर के नीचे\";'),('anp','messages:exif-gpsaltituderef','s:52:\"hi:अल्टिट्यूड संदर्भ\";'),('anp','messages:exif-gpsareainformation','s:38:\"hi:GPS विभागका नाम\";'),('anp','messages:exif-gpsdatestamp','s:25:\"hi:GPS दिनांक\";'),('anp','messages:exif-gpsdestbearing','s:49:\"hi:लक्ष्यका बेअरिंग\";'),('anp','messages:exif-gpsdestbearingref','s:76:\"hi:लक्ष्य के बियरींग का संदर्भ\";'),('anp','messages:exif-gpsdestdistance','s:41:\"hi:लक्ष्य का अंतर\";'),('anp','messages:exif-gpsdestdistance-k','s:27:\"hi:किलोमीटर\";'),('anp','messages:exif-gpsdestdistance-m','s:32:\"hi:मील की दूरी\";'),('anp','messages:exif-gpsdestdistance-n','s:34:\"hi:समुद्री मील\";'),('anp','messages:exif-gpsdestdistanceref','s:67:\"hi:लक्ष्य के अंतर का संदर्भ\";'),('anp','messages:exif-gpsdestlatitude','s:43:\"hi:अक्षांश लक्ष्य\";'),('anp','messages:exif-gpsdestlatituderef','s:74:\"hi:लक्ष्यके अक्षांशका संदर्भ\";'),('anp','messages:exif-gpsdestlongitude','s:47:\"hi:लक्ष्य का रेखांश\";'),('anp','messages:exif-gpsdestlongituderef','s:71:\"hi:लक्ष्यके रेखांशका संदर्भ\";'),('anp','messages:exif-gpsdifferential','s:59:\"hi:GPS डिफरन्शियर करेक्शन\";'),('anp','messages:exif-gpsdirection-m','s:43:\"hi:मैग्नेटिक दिशा\";'),('anp','messages:exif-gpsdirection-t','s:28:\"hi:असली दिशा\";'),('anp','messages:exif-gpsdop','s:55:\"hi:मेज़रमेंट प्रिसिजन\";'),('anp','messages:exif-gpsdop-excellent','s:34:\"hi:उत्कृष्ट ( $1 )\";'),('anp','messages:exif-gpsdop-fair','s:32:\"hi:निष्पक्ष ($1)\";'),('anp','messages:exif-gpsdop-good','s:23:\"hi:अच्छा ($1)\";'),('anp','messages:exif-gpsdop-moderate','s:23:\"hi:मध्यम ($1)\";'),('anp','messages:exif-gpsdop-poor','s:20:\"hi:गरिब ($1)\";'),('anp','messages:exif-gpsimgdirection','s:38:\"hi:चित्र की दिशा\";'),('anp','messages:exif-gpsimgdirectionref','s:63:\"hi:चित्रके दिशा का संदर्भ\";'),('anp','messages:exif-gpslatitude','s:24:\"hi:अक्षांश\";'),('anp','messages:exif-gpslatitude-n','s:43:\"hi:उत्तरी अक्षांश\";'),('anp','messages:exif-gpslatitude-s','s:46:\"hi:दक्षिणी अक्षांश\";'),('anp','messages:exif-gpslatituderef','s:66:\"hi:उत्तर या दक्षिण अक्षांश\";'),('anp','messages:exif-gpslongitude','s:21:\"hi:रेखांश\";'),('anp','messages:exif-gpslongitude-e','s:40:\"hi:पूर्वी रेखांश\";'),('anp','messages:exif-gpslongitude-w','s:43:\"hi:पश्चिमी रेखांश\";'),('anp','messages:exif-gpslongituderef','s:63:\"hi:पूर्व या पश्चिम रेखांश\";'),('anp','messages:exif-gpsmapdatum','s:107:\"hi:जियोडेटिक सर्वे डाटा इस्तेमाल किया गया\";'),('anp','messages:exif-gpsmeasuremode','s:40:\"hi:मेज़रमेंट मोड\";'),('anp','messages:exif-gpsmeasuremode-2','s:62:\"hi:२-बाजूओंवाली मेज़रमेंट\";'),('anp','messages:exif-gpsmeasuremode-3','s:62:\"hi:३-बाजूओंवाली मेज़रमेंट\";'),('anp','messages:exif-gpsprocessingmethod','s:69:\"hi:GPS प्रक्रीया पद्धतीका नाम\";'),('anp','messages:exif-gpssatellites','s:107:\"hi:मापनके लिये इस्तेमाल किया हुआ सैटेलाईट\";'),('anp','messages:exif-gpsspeed','s:42:\"hi:GPS रिसिवर की गती\";'),('anp','messages:exif-gpsspeed-k','s:46:\"hi:कि.मी. प्रति घंटा\";'),('anp','messages:exif-gpsspeed-m','s:41:\"hi:मील प्रति घंटा\";'),('anp','messages:exif-gpsspeed-n','s:15:\"hi:गांठ\";'),('anp','messages:exif-gpsspeedref','s:22:\"hi:गती एकक\";'),('anp','messages:exif-gpsstatus','s:65:\"hi:प्राप्तकर्ता की स्थिति\";'),('anp','messages:exif-gpsstatus-a','s:54:\"hi:मेज़रमेंट चल रहा हैं\";'),('anp','messages:exif-gpsstatus-v','s:73:\"hi:मेज़रमेंट इन्टरोपरेबिलीटी\";'),('anp','messages:exif-gpstimestamp','s:53:\"hi:GPS समय (एटोमिक क्लॉक)\";'),('anp','messages:exif-gpstrack','s:52:\"hi:मूवमेंट डाइरेक्शन\";'),('anp','messages:exif-gpstrackref','s:75:\"hi:मूवमेंट दिशाके लिये संदर्भ\";'),('anp','messages:exif-gpsversionid','s:32:\"hi:GPS टॅग अवतरण\";'),('anp','messages:exif-headline','s:21:\"hi:शीर्षक\";'),('anp','messages:exif-identifier','s:33:\"hi:पहचानकर्ता\";'),('anp','messages:exif-iimcategory','s:21:\"hi:श्रेणी\";'),('anp','messages:exif-iimcategory-ace','s:67:\"hi:कला, संस्कृति और मनोरंजन\";'),('anp','messages:exif-iimcategory-clj','s:41:\"hi:अपराध और कानून\";'),('anp','messages:exif-iimcategory-dis','s:59:\"hi:आपदाओं और दुर्घटनाओं\";'),('anp','messages:exif-iimcategory-edu','s:21:\"hi:शिक्षा\";'),('anp','messages:exif-iimcategory-evn','s:27:\"hi:पर्यावरण\";'),('anp','messages:exif-iimcategory-fin','s:68:\"hi:अर्थव्यवस्था और व्यापार\";'),('anp','messages:exif-iimcategory-hth','s:30:\"hi:स्वास्थ्य\";'),('anp','messages:exif-iimcategory-hum','s:31:\"hi:मानवी रुचि\";'),('anp','messages:exif-iimcategory-lab','s:15:\"hi:श्रम\";'),('anp','messages:exif-iimcategory-lif','s:51:\"hi:जीवन शैली और अवकाश\";'),('anp','messages:exif-iimcategory-pol','s:24:\"hi:राजनीति\";'),('anp','messages:exif-iimcategory-rel','s:44:\"hi:धर्म और विश्वास\";'),('anp','messages:exif-iimcategory-sci','s:68:\"hi:विज्ञान और प्रौद्योगिकी\";'),('anp','messages:exif-iimcategory-soi','s:43:\"hi:सामाजिक मुद्दे\";'),('anp','messages:exif-iimcategory-spo','s:12:\"hi:खेल\";'),('anp','messages:exif-iimcategory-war','s:64:\"hi:युद्ध, संघर्ष और अशांति\";'),('anp','messages:exif-iimcategory-wea','s:15:\"hi:मौसम\";'),('anp','messages:exif-iimsupplementalcategory','s:43:\"hi:पूरक श्रेणियाँ\";'),('anp','messages:exif-iimversion','s:43:\"hi:आईआईएम संस्करण\";'),('anp','messages:exif-imagedescription','s:37:\"hi:चित्र शीर्षक\";'),('anp','messages:exif-imagelength','s:18:\"hi:ऊँचाई\";'),('anp','messages:exif-imageuniqueid','s:37:\"hi:यूनिक चित्र ID\";'),('anp','messages:exif-imagewidth','s:21:\"hi:चौड़ाई\";'),('anp','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('anp','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('anp','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('anp','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('anp','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('anp','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('anp','messages:exif-intellectualgenre','s:41:\"hi:आइटम का प्रकार\";'),('anp','messages:exif-isospeedratings','s:44:\"hi:ISO गति मूल्यमापन\";'),('anp','messages:exif-isospeedratings-overflow','s:38:\"hi:६५५३५ से अधिक\";'),('anp','messages:exif-jpegfilecomment','s:45:\"hi:JPEG फ़ाइल टिप्पणी\";'),('anp','messages:exif-jpeginterchangeformat','s:60:\"hi:JPEG SOI पर ऑफ़सेट किया गया\";'),('anp','messages:exif-jpeginterchangeformatlength','s:46:\"hi:JPEG डेटा के बाइट्स\";'),('anp','messages:exif-keywords','s:21:\"hi:कीवर्ड\";'),('anp','messages:exif-label','s:15:\"hi:लेबल\";'),('anp','messages:exif-languagecode','s:15:\"hi:भाषा\";'),('anp','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('anp','messages:exif-lens','s:63:\"hi:इस्तेमाल किया गया लेंस\";'),('anp','messages:exif-licenseurl','s:85:\"hi:कॉपीराइट लाइसेंस के लिए यूआरएल\";'),('anp','messages:exif-lightsource','s:44:\"hi:प्रकाश का स्रोत\";'),('anp','messages:exif-lightsource-0','s:21:\"hi:अज्ञात\";'),('anp','messages:exif-lightsource-1','s:36:\"hi:सूर्यप्रकाश\";'),('anp','messages:exif-lightsource-10','s:59:\"hi:बादलसे युक्त वातावरण\";'),('anp','messages:exif-lightsource-11','s:12:\"hi:शेड\";'),('anp','messages:exif-lightsource-12','s:71:\"hi:डेलाईट फ्लूरोसेंट (D 5700 – 7100K)\";'),('anp','messages:exif-lightsource-13','s:78:\"hi:डे व्हाईट फ्लूरोसेंट (N 4600 – 5400K)\";'),('anp','messages:exif-lightsource-14','s:81:\"hi:कूल व्हाईट फ्लूरोसेंट (W 3900 – 4500K)\";'),('anp','messages:exif-lightsource-15','s:72:\"hi:व्हाईट फ्लूरोसेंट (WW 3200 – 3700K)\";'),('anp','messages:exif-lightsource-17','s:42:\"hi:प्रमाण प्रकाश A\";'),('anp','messages:exif-lightsource-18','s:42:\"hi:प्रमाण प्रकाश B\";'),('anp','messages:exif-lightsource-19','s:42:\"hi:प्रमाण प्रकाश C\";'),('anp','messages:exif-lightsource-2','s:33:\"hi:फ्लूरोसेंट\";'),('anp','messages:exif-lightsource-20','s:6:\"en:D55\";'),('anp','messages:exif-lightsource-21','s:6:\"hi:D75\";'),('anp','messages:exif-lightsource-22','s:6:\"en:D75\";'),('anp','messages:exif-lightsource-23','s:6:\"en:D50\";'),('anp','messages:exif-lightsource-24','s:53:\"hi:ISO स्टूडीयो टंगस्टन\";'),('anp','messages:exif-lightsource-255','s:50:\"hi:अन्य प्रकाश स्रोत\";'),('anp','messages:exif-lightsource-3','s:88:\"hi:टंगस्ट्न (इनकॅन्‍डेसेंट प्रकाश)\";'),('anp','messages:exif-lightsource-4','s:18:\"hi:फ्लॅश\";'),('anp','messages:exif-lightsource-9','s:40:\"hi:अच्छा वातावरण\";'),('anp','messages:exif-locationdest','s:54:\"hi:स्थान दिखाया गया हे\";'),('anp','messages:exif-locationdestcode','s:71:\"hi:स्थान का कोड दिखाया गया हे\";'),('anp','messages:exif-make','s:43:\"hi:कैमेरा उत्पादक\";'),('anp','messages:exif-make-value','s:5:\"en:$1\";'),('anp','messages:exif-maxaperturevalue','s:53:\"hi:अधिकतम भूमि द्वारक\";'),('anp','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('anp','messages:exif-meteringmode','s:34:\"hi:मीटरिंग मोड\";'),('anp','messages:exif-meteringmode-0','s:21:\"hi:अज्ञात\";'),('anp','messages:exif-meteringmode-1','s:24:\"hi:ऍव्हरेज\";'),('anp','messages:exif-meteringmode-2','s:48:\"hi:सेंटरवेटेडएवरेज\";'),('anp','messages:exif-meteringmode-255','s:15:\"hi:अन्य\";'),('anp','messages:exif-meteringmode-3','s:18:\"hi:स्पॉट\";'),('anp','messages:exif-meteringmode-4','s:33:\"hi:मल्टीस्पॉट\";'),('anp','messages:exif-meteringmode-5','s:21:\"hi:पॅटर्न\";'),('anp','messages:exif-meteringmode-6','s:27:\"hi:पार्शिअल\";'),('anp','messages:exif-model','s:34:\"hi:कैमेरा मॉडल\";'),('anp','messages:exif-model-value','s:5:\"en:$1\";'),('anp','messages:exif-morepermissionsurl','s:65:\"hi:वैकल्पिक सूचना लाइसेंस\";'),('anp','messages:exif-nickname','s:57:\"hi:छवि के अनौपचारिक नाम\";'),('anp','messages:exif-objectcycle','s:94:\"hi: दिन के समय जिस्केलियए यह मीडिया है\";'),('anp','messages:exif-objectcycle-a','s:28:\"hi:केवल सुबह\";'),('anp','messages:exif-objectcycle-b','s:48:\"hi:दोनों सुबह और शाम\";'),('anp','messages:exif-objectcycle-p','s:25:\"hi:केवल शाम\";'),('anp','messages:exif-objectname','s:31:\"hi:लघु शीर्षक\";'),('anp','messages:exif-organisationinimage','s:40:\"hi:चित्रित संगठन\";'),('anp','messages:exif-orientation','s:33:\"hi:अभिविन्यास\";'),('anp','messages:exif-orientation-1','s:24:\"hi:सामान्य\";'),('anp','messages:exif-orientation-2','s:52:\"hi:हॉरिज़ॉन्टली बदला\";'),('anp','messages:exif-orientation-3','s:27:\"hi:180° घूमाया\";'),('anp','messages:exif-orientation-4','s:40:\"hi:वर्टिकली बदला\";'),('anp','messages:exif-orientation-5','s:75:\"hi:90° CCW घूमाया और वर्टिकली बदला\";'),('anp','messages:exif-orientation-6','s:30:\"hi:90° CCW घुमाया\";'),('anp','messages:exif-orientation-7','s:74:\"hi:90° CW घूमाया और वर्टिकली बदला\";'),('anp','messages:exif-orientation-8','s:29:\"hi:90° CW घुमाया\";'),('anp','messages:exif-originaldocumentid','s:79:\"hi:मूल दस्तावेज़ का अनन्य पहचान\";'),('anp','messages:exif-originalimageheight','s:81:\"hi:छवि की ऊँचाई उभरा होने से पहले\";'),('anp','messages:exif-originalimagewidth','s:84:\"hi:छवि की चौड़ाई उभरा होने से पहले\";'),('anp','messages:exif-originaltransmissionref','s:60:\"hi:मूल प्रसारण स्थान कोड\";'),('anp','messages:exif-personinimage','s:43:\"hi:व्यक्ति चित्रण\";'),('anp','messages:exif-photometricinterpretation','s:58:\"hi:पिक्सेल कॉम्पोज़िशन\";'),('anp','messages:exif-photometricinterpretation-0','s:59:\"hi:काला और सफेद (सफेद 0 है)\";'),('anp','messages:exif-photometricinterpretation-1','s:59:\"hi:काला और सफेद (काला 0 है)\";'),('anp','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('anp','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('anp','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('anp','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('anp','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('anp','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('anp','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('anp','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('anp','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('anp','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('anp','messages:exif-pixelxdimension','s:44:\"hi:चित्र की चौड़ाई\";'),('anp','messages:exif-pixelydimension','s:41:\"hi:चित्र की ऊँचाई\";'),('anp','messages:exif-planarconfiguration','s:34:\"hi:डेटा संरचना\";'),('anp','messages:exif-planarconfiguration-1','s:34:\"hi:चंकी फ़रमैट\";'),('anp','messages:exif-planarconfiguration-2','s:40:\"hi:प्लेनर फ़रमैट\";'),('anp','messages:exif-pngfilecomment','s:44:\"hi:PNG फ़ाइल टिप्पणी\";'),('anp','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('anp','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('anp','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('anp','messages:exif-preferredattributionname','s:135:\"hi:जब यह काम दोबारा इश्तेमाल करें, कृपया क्रेडिट करें\";'),('anp','messages:exif-primarychromaticities','s:92:\"hi:प्राथमिकताओं की क्रोमैटिसिटियाँ\";'),('anp','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('anp','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('anp','messages:exif-provinceorstatecreated','s:110:\"hi:प्रांत या राज्य जहां ये चित्र लिया गया है\";'),('anp','messages:exif-provinceorstatedest','s:80:\"hi:प्रांत या राज्य दिखाया गया हे\";'),('anp','messages:exif-rating','s:32:\"hi:दर्ज़ा (5 से)\";'),('anp','messages:exif-rating-rejected','s:47:\"hi:खारिज कर दियागया\";'),('anp','messages:exif-referenceblackwhite','s:105:\"hi:काले और सफेद सन्दर्भ वैल्यूओं की जोड़ी\";'),('anp','messages:exif-relatedsoundfile','s:56:\"hi:संबंधित ध्वनि फ़ाइल\";'),('anp','messages:exif-rightscertificate','s:75:\"hi:अधिकार प्रबंधन प्रमाण पत्र\";'),('anp','messages:exif-rowsperstrip','s:92:\"hi:हर स्ट्रिप पर पंक्तियों की संख्या\";'),('anp','messages:exif-samplesperpixel','s:44:\"hi:घटकों की संख्या\";'),('anp','messages:exif-saturation','s:27:\"hi:सैचूरेशन\";'),('anp','messages:exif-saturation-0','s:24:\"hi:सामान्य\";'),('anp','messages:exif-saturation-1','s:43:\"hi:निम्न सैचुरेशन\";'),('anp','messages:exif-saturation-2','s:40:\"hi:उच्च सैचुरेशन\";'),('anp','messages:exif-scenecapturetype','s:57:\"hi:सीन कैप्चर का प्रकार\";'),('anp','messages:exif-scenecapturetype-0','s:33:\"hi:स्टॅन्डर्ड\";'),('anp','messages:exif-scenecapturetype-1','s:30:\"hi:लैंडस्केप\";'),('anp','messages:exif-scenecapturetype-2','s:30:\"hi:पोर्ट्रेट\";'),('anp','messages:exif-scenecapturetype-3','s:25:\"hi:नाईट सीन\";'),('anp','messages:exif-scenecode','s:33:\"hi:IPTC दृश्य कोड\";'),('anp','messages:exif-scenetype','s:38:\"hi:सीन का प्रकार\";'),('anp','messages:exif-scenetype-1','s:83:\"hi:डायरेक्टली छायाचित्रीत चित्र\";'),('anp','messages:exif-sensingmethod','s:50:\"hi:सेन्सिंग का तरीका\";'),('anp','messages:exif-sensingmethod-1','s:24:\"hi:अव्यक्त\";'),('anp','messages:exif-sensingmethod-2','s:64:\"hi:वन चीप कलर एरीया सेन्सर\";'),('anp','messages:exif-sensingmethod-3','s:64:\"hi:टू चीप कलर एरीया सेन्सर\";'),('anp','messages:exif-sensingmethod-4','s:70:\"hi:थ्री चीप कलर एरीया सेन्सर\";'),('anp','messages:exif-sensingmethod-5','s:81:\"hi:कलर सिक्वेण्शीयल एरीया सेंसर\";'),('anp','messages:exif-sensingmethod-7','s:52:\"hi:ट्रायलिनीयर सेंसर\";'),('anp','messages:exif-sensingmethod-8','s:84:\"hi:कलर सिक्वेंशीयल लिनीयर सेन्सर\";'),('anp','messages:exif-serialnumber','s:60:\"hi:कैमरे का क्रमांक नंबर\";'),('anp','messages:exif-sharpness','s:12:\"hi:धार\";'),('anp','messages:exif-sharpness-0','s:21:\"hi:साधारण\";'),('anp','messages:exif-sharpness-1','s:15:\"hi:मृदू\";'),('anp','messages:exif-sharpness-2','s:15:\"hi:कठीन\";'),('anp','messages:exif-shutterspeedvalue','s:27:\"hi:APEX शटर गति\";'),('anp','messages:exif-software','s:58:\"hi:प्रयुक्त सॉफ़्टवेयर\";'),('anp','messages:exif-software-value','s:5:\"en:$1\";'),('anp','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('anp','messages:exif-source','s:18:\"hi:स्रोत\";'),('anp','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('anp','messages:exif-specialinstructions','s:40:\"hi:विशेष निर्देश\";'),('anp','messages:exif-spectralsensitivity','s:67:\"hi:स्पेक्ट्रल संवेदनशीलता\";'),('anp','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('anp','messages:exif-stripbytecounts','s:101:\"hi:बाइट्स प्रति कंप्रेस किए हुआ स्ट्रिप\";'),('anp','messages:exif-stripoffsets','s:54:\"hi:चित्र डेटा का स्थान\";'),('anp','messages:exif-subjectarea','s:44:\"hi:विषय का क्षेत्र\";'),('anp','messages:exif-subjectdistance','s:35:\"hi:विषय से दूरी\";'),('anp','messages:exif-subjectdistance-value','s:18:\"hi:$1 मीटर\";'),('anp','messages:exif-subjectdistancerange','s:65:\"hi:सब्जेक्ट डिस्टन्स रेंज\";'),('anp','messages:exif-subjectdistancerange-0','s:21:\"hi:अज्ञात\";'),('anp','messages:exif-subjectdistancerange-1','s:21:\"hi:मैक्रो\";'),('anp','messages:exif-subjectdistancerange-2','s:41:\"hi:नजदीक से देखें\";'),('anp','messages:exif-subjectdistancerange-3','s:35:\"hi:दूर से देखें\";'),('anp','messages:exif-subjectlocation','s:38:\"hi:विषय का स्थान\";'),('anp','messages:exif-subjectnewscode','s:25:\"hi:विषय कोड\";'),('anp','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('anp','messages:exif-sublocationcreated','s:106:\"hi:यह चित्र शहर कि इस जगह जहा मे लिया गया था\";'),('anp','messages:exif-sublocationdest','s:72:\"hi:शहर के एक जगह दिखाया गया हे\";'),('anp','messages:exif-subsectime','s:52:\"hi:दिनांकसमय उपसेकंड\";'),('anp','messages:exif-subsectimedigitized','s:100:\"hi:दिनांकसमयडिजिटाइज़कियागया उपसेकंड\";'),('anp','messages:exif-subsectimeoriginal','s:61:\"hi:मूलदिनांकसमय उपसेकंड\";'),('anp','messages:exif-unknowndate','s:37:\"hi:अज्ञात तारीख\";'),('anp','messages:exif-urgency','s:36:\"hi:तात्कालिकता\";'),('anp','messages:exif-urgency-high','s:26:\"hi:उच्चतम ($1)\";'),('anp','messages:exif-urgency-low','s:29:\"hi:न्यूनतम ($1)\";'),('anp','messages:exif-urgency-normal','s:31:\"hi:सामान्य ( $1 )\";'),('anp','messages:exif-urgency-other','s:81:\"hi:यूज़र-डिफ़ाइंड प्राथमिकता ( $1 )\";'),('anp','messages:exif-usageterms','s:41:\"hi:उपयोग के शर्ते\";'),('anp','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('anp','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('anp','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('anp','messages:exif-usercomment','s:49:\"hi:सदस्य टिप्पणियाँ\";'),('anp','messages:exif-webstatement','s:68:\"hi:ऑनलाइन कॉपीराइट वक्तव्य\";'),('anp','messages:exif-whitebalance','s:34:\"hi:सफेद संतुलन\";'),('anp','messages:exif-whitebalance-0','s:53:\"hi:ऑटो व्हाईट बैलेन्स\";'),('anp','messages:exif-whitebalance-1','s:68:\"hi:मॅन्यूअल व्हाईट बॅलेन्स\";'),('anp','messages:exif-whitepoint','s:68:\"hi:सफेद बिंदु क्रोमैटिसिटी\";'),('anp','messages:exif-worldregioncreated','s:109:\"hi:दुनिया क्षेत्र जहां ये चित्र लिया गया है\";'),('anp','messages:exif-worldregiondest','s:76:\"hi:दुनिया का क्षेत्र दिखाया हे\";'),('anp','messages:exif-writer','s:15:\"hi:लेखक\";'),('anp','messages:exif-xresolution','s:55:\"hi:क्षैतिज रेसोल्यूशन\";'),('anp','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('anp','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('anp','messages:exif-ycbcrcoefficients','s:101:\"hi:रंग स्थान परिवर्तन मैट्रिक्स के गुणक\";'),('anp','messages:exif-ycbcrpositioning','s:36:\"hi:Y और C का स्थान\";'),('anp','messages:exif-ycbcrpositioning-1','s:27:\"hi:केंद्रित\";'),('anp','messages:exif-ycbcrpositioning-2','s:43:\"hi:द्वि-जालस्थलीय\";'),('anp','messages:exif-ycbcrsubsampling','s:86:\"hi:Y का C के साथ सबसैम्पलींग अनुुपात\";'),('anp','messages:exif-yresolution','s:52:\"hi:लंबरूप रेसोल्यूशन\";'),('anp','messages:expand_templates_generate_rawhtml','s:72:\"hi:सीधे-साधा एचटीएमएल दिखाएँ\";'),('anp','messages:expand_templates_generate_xml','s:78:\"hi:XML का पार्स (parse) वृक्ष दर्शायें\";'),('anp','messages:expand_templates_html_output','s:72:\"hi:सीधे-साधा एचटीएमएल आउटपुट\";'),('anp','messages:expand_templates_input','s:60:\"hi:विकिपाठ्य इनपुट करें:\";'),('anp','messages:expand_templates_input_missing','s:131:\"hi:आपको कम से कम कुछ विकीपाठ्य प्रदान करने पड़ेंगे।\";'),('anp','messages:expand_templates_intro','s:673:\"hi:यह विशेष पृष्ठ विकिपाठ्य इनपुट लेता है और उसके भीतर के सभी साँचों को विस्तृत करता है।\nयह <code><nowiki>{{</nowiki>#language:…}}</code> जैसे पार्सर फ़ंक्शन्स और\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code> जैसे परिवर्तनशील मानों का भी विस्त्रण करता है।\nयह दोहरे कोष्ठकों में प्रेषित लगभग सब कुछ विस्तृत करता है।\";'),('anp','messages:expand_templates_ok','s:12:\"hi:ओके\";'),('anp','messages:expand_templates_output','s:21:\"hi:परिणाम\";'),('anp','messages:expand_templates_preview','s:12:\"hi:झलक\";'),('anp','messages:expand_templates_preview_fail_html','s:501:\"hi:<strong>अगर यह वैध पूर्ववावलोकन प्रयास है, तो फिर से प्रयास कीजिए।</strong>\nअगर इससे काम न बने तो [[Special:UserLogout|सत्रांत होकर]] पुनः से लॉग इन करें और जाँच करें की आपका ब्राउज़र इस साइट पर कुकीज को अनुमत करता है।\";'),('anp','messages:expand_templates_preview_fail_html_anon','s:612:\"hi:<em>चूँकि {{SITENAME}} सीधे-साधे रूप से एचटीएमएल-सक्षम है और आप लॉग्ड इन नहीं है, पूर्वावलोकन छिपा हुआ है ताकि सम्भावित जावास्क्रिप्ट हमले को रोका सके।</em>\n\n<strong>अगर यह वैध पूर्वावलोकन प्रयास है तो कृपया [[Special:UserLogin|लॉग इन करके]] फिर से प्रयास कीजिए।</strong>\";'),('anp','messages:expand_templates_remove_comments','s:43:\"hi:टिप्पणी हटायें\";'),('anp','messages:expand_templates_remove_nowiki','s:66:\"hi:परिणाम में <nowiki> टैग हटाएँ\";'),('anp','messages:expand_templates_title','s:111:\"hi:कन्टेक्स्ट शीर्षक, जैसे {{FULLPAGENAME}} आदि के लिए:\";'),('anp','messages:expand_templates_xml_output','s:25:\"hi:XML आउटपुट\";'),('anp','messages:expandtemplates','s:40:\"hi:साँचा विस्तार\";'),('anp','messages:expansion-depth-exceeded-category','s:106:\"hi:पृष्ठ जिनमें विस्तार गहराई पार की गई है\";'),('anp','messages:expansion-depth-exceeded-category-desc','s:96:\"hi:यह पृष्ठ विस्तार गहराई पार करता है।\";'),('anp','messages:expansion-depth-exceeded-warning','s:97:\"hi:पृष्ठ में विस्तार गहराई पार की गई है\";'),('anp','messages:expensive-parserfunction-category','s:143:\"hi:कीमती पार्सर फ़ंक्शनों का अत्यधिक प्रयोग कर रहे पृष्ठ\";'),('anp','messages:expensive-parserfunction-category-desc','s:338:\"hi:इस पृष्ठ में कई फैले हुए कार्यों को प्रयोग में लाया गया है (जैसे <code>#ifexist</code>). देखिए [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('anp','messages:expensive-parserfunction-warning','s:414:\"hi:\'\'\'चेतावनी:\'\'\' इस पृष्ठ पर बहुत अधिक संख्या में कीमती पार्सर फ़ंक्शनों का प्रयोग किया गया है।\n\nइनका प्रयोग $2 से कम बार होना चाहिये, इस समय प्रयोग $1 बार {{PLURAL:$1|है|हैं}}।\";'),('anp','messages:explainconflict','s:832:\"hi:आपके द्वारा सम्पादन शुरू करने के बाद से किसी अन्य व्यक्ति ने इस पृष्ठ में बदलाव किए हैं।\nऊपरी पाठ सम्पादन क्षेत्र में वर्तमान पाठ दर्शाया गया है।\nनिचले क्षेत्र में आपके बदलाव दर्शाए गए हैं।\nआपको अपने बदलाव वर्तमान पाठ में खुद एकत्रित करने होंगे।\n\"$1\" दबाने पर <strong>सिर्फ</strong> ऊपरी क्षेत्र के पाठ को ही प्रकाशित किया जाएगा।\";'),('anp','messages:export','s:55:\"anp:पन्ना क निर्यात करौ\";'),('anp','messages:export-addcat','s:18:\"hi:चुनें\";'),('anp','messages:export-addcattext','s:71:\"hi:इस श्रेणी से पृष्ठ जोड़ें:\";'),('anp','messages:export-addns','s:21:\"hi:जोड़ें\";'),('anp','messages:export-addnstext','s:77:\"hi:इस नामस्थान से पृष्ठ जोड़ें:\";'),('anp','messages:export-download','s:64:\"hi:फ़ाइल के रूप में सहेजें\";'),('anp','messages:export-manual','s:61:\"hi:स्वयं से पृष्ठ जोड़ें:\";'),('anp','messages:export-pagelinks','s:164:\"hi:जिन पन्नों के हवाले यहाँ हैं, उन्हें भी इस गहराई तक शामिल करें:\";'),('anp','messages:export-submit','s:35:\"anp:निर्यात करौ\";'),('anp','messages:export-summary','s:3:\"en:\";'),('anp','messages:export-templates','s:47:\"hi:साँचें भी जोड़ें\";'),('anp','messages:exportall','s:63:\"hi:सभी पृष्ठ निर्यात करें\";'),('anp','messages:exportcuronly','s:147:\"hi:पूरे इतिहास की जगह सिर्फ वर्तमान अवतरण को निर्यात करें\";'),('anp','messages:exportlistauthors','s:173:\"hi:प्रत्येक पृष्ठ के लिए योगदानकर्ताओं की एक पूरी सूची शामिल करें ।\";'),('anp','messages:exportnohistory','s:281:\"hi:----\n\'\'\'सूचना:\'\'\' इस फॉर्म का इस्तेमाल कर पृष्ठका पूरा इतिहास निर्यात करना परफॉर्मेन्स के चलते रोक दिया गया हैं।\";'),('anp','messages:exporttext','s:1567:\"hi:आप XML में प्रारूपित किसी विशिष्ट पृष्ठ या फिर कुछ पृष्ठों के समूहों के टेक्स्ट और सम्पादन इतिहास को निर्यात कर सकते हैं।\nइसे मीडियाविकि का इस्तेमाल करने वाले किसी दूसरे विकि पर [[Special:Import|आयात पृष्ठ]] की मदद से आयात किया जा सकता है।\n\nपृष्ठों को निर्यात करने के लिए नीचे के टेक्स्ट बॉक्स में शीर्षक जोड़ें। हर पंक्ति में एक शीर्षक होना चाहिए। फिर चुनें कि क्या आपको वर्तमान अवतरण के साथ पृष्ठ इतिहास और पुराने सभी अवतरण चाहिए, या फिर पिछले सम्पादन की जानकारी के साथ सिर्फ नवीनतम अवतरण चाहिए।\n\nअगर आप दूसरा विकल्प चुनते हैं, आप \"[[{{MediaWiki:Mainpage}}]]\" पृष्ठ के लिए [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] जैसी एक कड़ी का भी इस्तेमाल कर सकते हैं।\";'),('anp','messages:external_image_whitelist','s:1114:\"hi: #यह लाइन जैसी है वैसी ही छोड़ दें<pre>\n #नीचे रेगुलर एक्सप्रेशन के टुकड़े लिखें(बस वही हिस्सा जो // के बीच में आता है)\n #इन एक्सप्रेशन का बाहरी (hotlinked) छवियों के यू॰आर॰एल के साथ मिलान किया जाएगा\n #जो छवियाँ मिलान करेंगी, उन्हें प्रदर्शित किया जाएगा, अन्यथा केवल छवि की कड़ी दिखायी जाएगी\n # # से शुरू होने वाली लाइनें टिप्पणी मानी जाती हैं\n # इस केस-असंवेदी है\n\n #सब रेगुलर एक्सप्रेशन टुकड़े इस लाइन से ऊपर रखें। यह लाइन जैसी है वैसी ही छोड़ दें</pre>\";'),('anp','messages:externaldberror','s:269:\"anp:या त प्रमाणिकरण डेटाबेस मँ कोय त्रुटि ऐलै या फिरु तोरा अपनौ बाहरी खाता अपडेट करै केरौ अनुमति नाय छौं।\";'),('anp','messages:faq','s:57:\"anp:सामान्य प्रश्न सिनी\";'),('anp','messages:feb','s:11:\"anp:फर.\";'),('anp','messages:february','s:19:\"anp:फरवरी\";'),('anp','messages:february-gen','s:19:\"anp:फरवरी\";'),('anp','messages:feed-atom','s:8:\"anp:Atom\";'),('anp','messages:feed-invalid','s:85:\"anp:गलत सब्स्क्रीप्शन फ़ीड प्रकार\";'),('anp','messages:feed-rss','s:7:\"anp:RSS\";'),('anp','messages:feed-unavailable','s:60:\"anp:संघ फ़ीड उपलब्ध नै छै.\";'),('anp','messages:feedback-adding','s:82:\"hi:पृष्ठ पर प्रतिक्रिया जोड़ना ...\";'),('anp','messages:feedback-back','s:28:\"hi:पीछे जाएँ\";'),('anp','messages:feedback-bugcheck','s:121:\"hi:शानदार! जांच ले कहीं ये [ $1 known bugs] पहले से ही न हो ।\";'),('anp','messages:feedback-bugnew','s:98:\"hi:मैं जाँच किया, एक नया बग रिपोर्ट करें\";'),('anp','messages:feedback-bugornote','s:624:\"hi:यदि आप किसी तकनीकी परेशानी को विस्तार से समझाने के लिये तैयार हैं तो कृपया [$1 बग फ़ाइल करें]।\nयदि नहीं, तो आप नीचे दिये सरल फ़ॉर्म का प्रयोग कर सकते हैं। आपकी टिप्पणी आपके सदस्य नाम और आपके ब्राउज़र के नाम के सहित \"[$3 $2]\" पृष्ठ में जोड़ दी जाएगी।\";'),('anp','messages:feedback-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:feedback-close','s:19:\"hi:हो गया\";'),('anp','messages:feedback-dialog-intro','s:347:\"hi:आप नीचे दिए गए सरल फ़ॉर्म का प्रयोग करके अपनी प्रतिपुष्टि भेज सकते हैं। आपकी टिप्पणी पृष्ठ \"$1\" से आपके सदस्यनाम के आगे जोड़ दी जाएगी।\";'),('anp','messages:feedback-dialog-title','s:52:\"hi:प्रतिपुष्टि भेजिए\";'),('anp','messages:feedback-error1','s:97:\"hi:त्रुटि: न पहचाना गया परिणाम एपीआई से\";'),('anp','messages:feedback-error4','s:174:\"hi:त्रुटि: दिए गए प्रतिपुष्टि शीर्षक के आगे सन्देश नहीं जोड़ा जा सका\";'),('anp','messages:feedback-external-bug-report-button','s:63:\"hi:तकनीकी कार्य को जोड़ना\";'),('anp','messages:feedback-message','s:19:\"hi:संदेश:\";'),('anp','messages:feedback-subject','s:16:\"hi:विषय:\";'),('anp','messages:feedback-submit','s:25:\"hi:जमा करें\";'),('anp','messages:feedback-terms','s:450:\"hi:मैं समझता हूँ कि मेरे इएजन्ट जानकारी  में मेरे सटीक ब्राउज़र और ऑरेटिंग सिस्टम के अवतरण की भी जानकारी है और ये सार्वजनिक रूप से मेरी दी गई प्रतिपुष्टि के साथ दिखाया जाएगा।\";'),('anp','messages:feedback-termsofuse','s:163:\"hi:मैं प्रयोग की शर्तों के अनुरूप प्रतिपुष्टि देने पर सहमत हूँ।\";'),('anp','messages:feedback-thanks','s:166:\"hi:धन्यवाद! आपकी प्रतिक्रिया पृष्ठ में नियुक्त किया गया है \"[ $2  $1 ]\"।\";'),('anp','messages:feedback-thanks-title','s:25:\"hi:धन्यवाद!\";'),('anp','messages:feedback-useragent','s:35:\"hi:सदस्य कर्ता:\";'),('anp','messages:fewestrevisions','s:73:\"hi:सबसे कम अवतरणों वाले पृष्ठ\";'),('anp','messages:fewestrevisions-summary','s:3:\"en:\";'),('anp','messages:file-anchor-link','s:16:\"anp:फाइल\";'),('anp','messages:file-deleted-duplicate','s:369:\"hi:इसी फ़ाइल ([[:$1]]) से हूबहू मेल खाती एक फ़ाइल पहले हटाई जा चुकी है।\nइसे फिर से अपलोड करने से पहले आपको पुरानी फ़ाइल का हटाने के इतिहास देख लेना चाहिए।\";'),('anp','messages:file-deleted-duplicate-notitle','s:560:\"hi:इससे पहले इस फ़ाइल के समान एक फ़ाइल को हटाया गया है, और शीर्षक छिपा दिया गया है।\nइसे फिर से अपलोड करने से पहले आप किसी ऐसे व्यक्ति से स्थिति की समीक्षा करने के लिए कहें जिसके पास छिपी फ़ाइल का डाटा देखने की क्षमता है।\";'),('anp','messages:file-exists-duplicate','s:130:\"hi:यह फ़ाइल निम्नलिखित {{PLURAL:$1|फ़ाइल|फ़ाइलों}} की प्रति है:\";'),('anp','messages:file-exists-sharedrepo','s:206:\"hi:चयनित फ़ाइल नाम पहले ही एक साझा भण्डार में प्रयुक्त है।\nकृपया अन्य नाम चुनें।\";'),('anp','messages:file-info','s:71:\"hi:फ़ाइल का आकार: $1, MIME प्रकार: $2\";'),('anp','messages:file-info-gif-frames','s:51:\"hi:$1 {{PLURAL:$1|ढाँचा|ढाँचे}}\";'),('anp','messages:file-info-gif-looped','s:21:\"hi:चक्रित\";'),('anp','messages:file-info-png-frames','s:32:\"hi:$1 {{PLURAL:$1|frame|frames}}\";'),('anp','messages:file-info-png-looped','s:21:\"hi:चक्रित\";'),('anp','messages:file-info-png-repeat','s:67:\"hi:प्ले हो चुका  $1   {{PLURAL:$1| time|times}}\";'),('anp','messages:file-info-size','s:113:\"anp:$1 × $2 चित्रतत्व, संचिका के आकार: $3, MIME प्रकार: $4\";'),('anp','messages:file-info-size-pages','s:148:\"anp:$1 × $2  पिक्सेल, फ़ाइल केरौ आकार:  $3 , MIME प्रकार:  $4 ,  $5   {{PLURAL:$5| page|pages}}\";'),('anp','messages:file-no-thumb-animation','s:198:\"hi:\'\'\'सूचना: तकनीकी समस्याओं के कारण इस फ़ाइल के थम्बनेल ऐनिमेटिड नहीं होंगे।\'\'\'\";'),('anp','messages:file-no-thumb-animation-gif','s:292:\"hi:\'\'\'सूचना:तकनीकी समस्याओं के कारण इस फ़ाइल जैसे अधिक रेज़ोल्यूशन गिफ़ चित्रों के थम्बनेल ऐनिमेटिड नहीं होंगे।\'\'\'\";'),('anp','messages:file-nohires','s:107:\"anp:हेकरा सँ अधिक रिज़ोल्यूशन उपलब्ध नै छै.\";'),('anp','messages:file-thumbnail-no','s:404:\"hi:इस फ़ाइल का नाम <strong>$1</strong> से शुरू हो रहा है।\nयह आकार घटाई हुई \'\'(अंगूठाकार)\'\' हो सकती है।\nअगर यह चित्र अपने मूल आकार में है तो इसे अपलोड करें, नहीं तो फ़ाइल बदलें।\";'),('anp','messages:file-too-large','s:78:\"hi:आपकी दी गई फ़ाइल बहुत बड़ी थी।\";'),('anp','messages:filecopyerror','s:111:\"anp:\"$1\" फ़ाइल केरौ \"$2\" पर प्रतिलिपि नै बनै पारलै.\";'),('anp','messages:filedelete','s:21:\"hi:$1 हटाएँ\";'),('anp','messages:filedelete-archive-read-only','s:148:\"hi:आर्चिव्ह डाइरेक्टरी \"$1\" पर वेबसर्वर लिख नहीं पा रहा हैं।\";'),('anp','messages:filedelete-comment','s:16:\"hi:कारण:\";'),('anp','messages:filedelete-current-unregistered','s:122:\"hi:निर्दिष्ट फ़ाइल \"$1\" डेटाबेस में मौजूद नहीं है।\";'),('anp','messages:filedelete-edit-reasonlist','s:54:\"hi:हटाने के कारण बदलें\";'),('anp','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('anp','messages:filedelete-intro','s:122:\"hi:आप फ़ाइल \'\'\'[[Media:$1|$1]]\'\'\' इतिहास समेत हटाने जा रहे हैं।\";'),('anp','messages:filedelete-intro-old','s:122:\"hi:आप \'\'\'[[Media:$1|$1]]\'\'\' के [$4 $2 के $3 बजे का अवतरण] हटा रहे हैं।\";'),('anp','messages:filedelete-legend','s:31:\"hi:फ़ाइल हटाएँ\";'),('anp','messages:filedelete-maintenance','s:219:\"hi:रखरखाव चल रहा है और रखरखाव के दौरान फ़ाइलों को हटाना और पुनर्स्थापित करना अक्षम है।\";'),('anp','messages:filedelete-maintenance-title','s:54:\"hi:फ़ाइल हटा नहीं सकते\";'),('anp','messages:filedelete-missing','s:147:\"hi:फ़ाइल \"$1\" को हटाया नहीं जा सकता क्योंकि यह मौजूद नहीं है।\";'),('anp','messages:filedelete-nofile','s:50:\"hi:\'\'\'$1\'\'\' मौजूद नहीं है।\";'),('anp','messages:filedelete-nofile-old','s:166:\"hi:\n\'\'\'$1\'\'\' का आपकी बताई विशेषताओं वाला संग्रहित अवतरण मौजूद नहीं है।\";'),('anp','messages:filedelete-old-unregistered','s:110:\"hi:बताया गया \"$1\" अवतरण डाटाबेस में मिला नहीं।\";'),('anp','messages:filedelete-otherreason','s:54:\"hi:अन्य/अतिरिक्त कारण:\";'),('anp','messages:filedelete-reason-dropdown','s:155:\"hi:*हटाने के साधारण कारण\n** कॉपीराइट उल्लंघन\n** डुप्लिकेट फ़ाइल\";'),('anp','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('anp','messages:filedelete-reason-otherlist','s:28:\"hi:अन्य कारण\";'),('anp','messages:filedelete-submit','s:18:\"hi:हटाएँ\";'),('anp','messages:filedelete-success','s:61:\"hi:\'\'\'$1\'\'\' को हटा दिया गया है।\";'),('anp','messages:filedelete-success-old','s:120:\"hi:\'\'\'[[Media:$1|$1]]\'\'\' का $2 को $3 बजे का अवतरण हटा दिया गया है।\";'),('anp','messages:filedeleteerror','s:77:\"anp:\"$1\" फ़ाइल क हटैलौ नै जाबै सकलै\";'),('anp','messages:filedeleteerror-long','s:91:\"hi:फ़ाइल को हटाते समय समस्याएँ आईं:\n\n$1\";'),('anp','messages:filedeleteerror-short','s:74:\"hi:फ़ाइल हटाते समय त्रुटि आई: $1\";'),('anp','messages:filedesc','s:22:\"anp:सारांश\";'),('anp','messages:fileduplicatesearch','s:68:\"hi:फ़ाईल द्विरावृत्ति खोजें\";'),('anp','messages:fileduplicatesearch-filename','s:25:\"hi:फ़ाईलनाम:\";'),('anp','messages:fileduplicatesearch-info','s:108:\"hi:$1 × $2 पीक्सेल<br />फ़ाईल का आकार: $3<br />MIME प्रकार: $4\";'),('anp','messages:fileduplicatesearch-noresults','s:73:\"hi:कोई फ़ाइल नाम \"$1\" मिला नहीं ।\";'),('anp','messages:fileduplicatesearch-result-1','s:91:\"hi:फ़ाईल  \"$1\" में द्विरावृत्ति नही हैं।\";'),('anp','messages:fileduplicatesearch-result-n','s:158:\"hi:फ़ाईल \"$1\" में {{PLURAL:$2|1 द्विरावृत्ति|$2 द्विरावृत्तियाँ}} मिले हैं।\";'),('anp','messages:fileduplicatesearch-submit','s:18:\"hi:खोजें\";'),('anp','messages:fileduplicatesearch-summary','s:112:\"hi:हैश वैल्यू के आधार पर नकली फ़ाइलें खोजें।\";'),('anp','messages:fileexists','s:258:\"hi:इस नाम की फ़ाइल पहले से मौजूद है, यदि यह फ़ाइल बदलने में आप साशंक हैं तो कृपया <strong>[[:$1]]</strong> देखें। [[$1|thumb]]\";'),('anp','messages:fileexists-duplicate-version','s:167:\"hi:अपलोड <strong>[[:$1]]</strong> के  {{PLURAL:$2|पुराने संस्करणों}} का सटीक प्रतिलिपि है\";'),('anp','messages:fileexists-extension','s:440:\"hi:इस नाम से मिलते-जुलते नाम की एक फ़ाइल पहले से है: [[$2|thumb]]\n* अपलोड हो रही फ़ाइल का नाम: <strong>[[:$1]]</strong>\n* मौजूदा फ़ाइल का नाम: <strong>[[:$2]]</strong>\nशायद आप इससे विशिष्ट नाम का प्रयोग करना चाहेंगे?\";'),('anp','messages:fileexists-forbidden','s:449:\"hi:इस नाम की फ़ाइल पहले ही मौजूद है, और इसकी जगह और नहीं अपलोड की जा सकती।\nयदि आप इस फ़ाइल को फिर भी अपलोड करना चाहते हैं, तो कृपया वापस जा के इसके लिए कोई अन्य नाम चुनें।\n[[File:$1|thumb|center|$1]]\";'),('anp','messages:fileexists-no-change','s:152:\"hi:अपलोड <strong>[[:$1]]</strong> के वर्तमान संस्करण का सटीक प्रतिलिपि है।\";'),('anp','messages:fileexists-shared-forbidden','s:407:\"hi:इस नाम की फ़ाइल साझे फ़ाइल भंडार में पहले ही मौजूद है।\nयदि आप इस फ़ाइल को फिर भी अपलोड करना चाहते हैं, तो कृपया वापस जा के इसके लिए कोई अन्य नाम चुनें।\n[[File:$1|thumb|center|$1]]\";'),('anp','messages:fileexists-thumbnail-yes','s:469:\"hi:यह फ़ाइल बड़े चित्र का छोटा आकार \'\'(अंगूठाकार)\'\' प्रतीत होता है। [[$1|thumb]]\n<strong>[[:$1]]</strong> फ़ाइल को देखें।\nअगर जाँची गई फ़ाइल इसी आकार की है तो छोटे आकार की फ़ाइल अपलोड करने की आवश्यकता नहीं है।\";'),('anp','messages:filehist','s:48:\"anp:फाइल केरौ इतिहास\";'),('anp','messages:filehist-comment','s:25:\"anp:टिप्पणी\";'),('anp','messages:filehist-current','s:25:\"anp:वर्तमान\";'),('anp','messages:filehist-datetime','s:32:\"anp:दिनांक/समय\";'),('anp','messages:filehist-deleteall','s:28:\"hi:सभी हटाएँ\";'),('anp','messages:filehist-deleteone','s:18:\"hi:हटाएँ\";'),('anp','messages:filehist-dimensions','s:16:\"anp:आयाम\";'),('anp','messages:filehist-filesize','s:38:\"hi:फ़ाइल का आकार\";'),('anp','messages:filehist-help','s:204:\"anp:संचिका पुरानौ समय मँ कैन्हौ दिखै छेलै इ जानै लेली वांछित दिनांक/समय प चाँपौ।\";'),('anp','messages:filehist-nothumb','s:49:\"anp:कोय थंबनेल नाय छै\";'),('anp','messages:filehist-revert','s:35:\"anp:पूर्ववत करौ\";'),('anp','messages:filehist-thumb','s:22:\"anp:थंबनेल\";'),('anp','messages:filehist-thumbtext','s:115:\"anp:$1 केरौ समय के संस्करण के अँगूठाकार प्रारूप\";'),('anp','messages:filehist-user','s:19:\"anp:सदस्य\";'),('anp','messages:filemissing','s:38:\"hi:फ़ाइल गायब है\";'),('anp','messages:filename','s:35:\"hi:फ़ाइल का नाम\";'),('anp','messages:filename-bad-prefix','s:418:\"hi:आप जो फ़ाइल अपलोड कर रहे हैं उसका नाम \'\'\'\"$1\"\'\'\' से शुरू होता है, जो डिजिटल कैमेरे द्वारा दिया गया नाम है।\nकृपया इस फ़ाइल के लिये कोई दूसरा अधिक जानकारीयुक्त नाम चुनें।\";'),('anp','messages:filename-prefix-blacklist','s:611:\"hi:#<!-- leave this line exactly as it is --> <pre>\n# रूपरेखा इस प्रकार हैं:\n#   *  \"#\" अक्षर से शुरू होने वाली लाइनें टिप्पणीयाँ हैं।\n#   *हर नई लाइन कैमेरा उत्पादक द्वारा लगाये जाने वाले उपपदों की सूची है।\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobil phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('anp','messages:filename-thumb-name','s:291:\"hi:यह एक थंबनेल शीर्षक की तरह लग रहा है। कृपया थंबनेल  वापस विकि पर अपलोड न करें। अन्यथा, कृपया फ़ाइल नाम ठीक करें।\";'),('anp','messages:filename-toolong','s:114:\"hi:फ़ाइल नाम 240 बाइट से अधिक लंबे नहीं हो सकते।\";'),('anp','messages:filename-tooshort','s:71:\"hi:फ़ाइल का नाम बहुत छोटा है।\";'),('anp','messages:filenotfound','s:50:\"anp:\"$1\" फ़ाइल नै मिललै।\";'),('anp','messages:filepage-nofile','s:83:\"anp:ई नाम के कोय फ़ाइल मौजूद नै छै।\";'),('anp','messages:filepage-nofile-link','s:164:\"hi:इस नाम की कोई फ़ाइल मौजूद नहीं है, पर आप उसे [$1 अपलोड कर सकते हैं]।\";'),('anp','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('anp','messages:filepageexists','s:608:\"hi:इस फ़ाइल के लिए विवरण पृष्ठ पहले ही <strong>[[:$1]]</strong> पर बनाया जा चुका है, पर इस नाम की कोई फ़ाइल अभी उपस्थित नहीं है। \nआप जो विवरण देंगे वह विवरण पृष्ठ पर नहीं दिखेगा। \nआपको अपने विवरण को वहाँ डालने के लिए उसका हस्त्य सम्पादन करना पड़ेगा।\n[[$1|thumb]]\";'),('anp','messages:filereadonlyerror','s:367:\"anp:\"$1\" फ़ाइल क बदलै मँ असफल केन्हेकि चित्र रिपॉज़िटरी \"$2\" हैय समय केवल पठनीय छिय।\n\nजौन सिस्टम प्रबंधक न एकरा लॉक करलौ छै हुनी हैय कारण देलौ छौं: \"$3\"।\";'),('anp','messages:filerenameerror','s:115:\"anp:\"$1\" फ़ाइल केरौ नाम बदली क \"$2\" नै रखलौ जाबै सकलै\";'),('anp','messages:filereuploadsummary','s:42:\"hi:फ़ाइल में बदलाव:\";'),('anp','messages:filerevert','s:40:\"hi:$1 पूर्ववत करें\";'),('anp','messages:filerevert-badversion','s:166:\"hi:दिये हुए समय से मेल खाने वाला इस फ़ाइल का पुराना अवतरण नहीं है।\";'),('anp','messages:filerevert-comment','s:16:\"hi:कारण:\";'),('anp','messages:filerevert-defaultcomment','s:79:\"hi:$2, $1 ($3) के अवतरण को पूर्ववत किया\";'),('anp','messages:filerevert-identical','s:142:\"hi:फ़ाइल का वर्तमान संस्करण पहले से ही चयनित एक जैसा है।\";'),('anp','messages:filerevert-intro','s:148:\"hi:आप \'\'\'[[Media:$1|$1]]\'\'\' के [$4 $2 को $3 बजे के अवतरण] को पूर्ववत कर रहे हैं।\";'),('anp','messages:filerevert-legend','s:53:\"hi:फ़ाइल पूर्ववत करें\";'),('anp','messages:filerevert-submit','s:37:\"hi:पूर्ववत करें\";'),('anp','messages:filerevert-success','s:151:\"hi:\'\'\'[[Media:$1|$1]]\'\'\' को [$4 $2 को $3 बजे के अवतरण] को पूर्ववत कर दिया गया है।\";'),('anp','messages:filesource','s:19:\"hi:स्रोत:\";'),('anp','messages:filestatus','s:47:\"hi:कॉपीराइट स्थिति:\";'),('anp','messages:filetype-bad-ie-mime','s:338:\"hi:इस फ़ाइल को अपलोड नहीं किया जा सकता क्योंकि इंटर्नेट एक्स्प्लोरर इसे \"$1\" मानेगा जो कि प्रतिबन्धित व संभवतः खतरनाक फ़ाइल प्रकार है।\";'),('anp','messages:filetype-badmime','s:146:\"hi:\"$1\" प्रकार की फ़ाइलें अपलोड करने के लिये अनुमति नहीं है।\";'),('anp','messages:filetype-banned','s:95:\"hi:इस प्रकार की फ़ाइल प्रतिबन्धित है।\";'),('anp','messages:filetype-banned-type','s:245:\"hi:\'\'\'\".$1\"\'\'\' फ़ाइल {{PLURAL:$4|प्रकार|प्रकारों}} की अनुमति नहीं है।\nफ़ाइल प्रकार {{PLURAL:$3|जिसकी|जिनकी}} अनुमति है: $2।\";'),('anp','messages:filetype-mime-mismatch','s:167:\"hi:फाइल एक्सटेंशन \".$1\" फ़ाइल के खोजे गए MIME प्रकार ($2) से मेल नहीं खाता।\";'),('anp','messages:filetype-missing','s:117:\"hi:इस फ़ाइल को एक्स्टेंशन नहीं हैं (उदाहरण \".jpg\")।\";'),('anp','messages:filetype-unwanted-type','s:173:\"hi:\'\'\'\".$1\"\'\'\' एक अवांछित फ़ाइल प्रकार है।\nवांछित फ़ाइल प्रकार {{PLURAL:$3|है|हैं}} $2।\";'),('anp','messages:fileuploadsummary','s:53:\"hi:संक्षिप्त जानकारी:\";'),('anp','messages:filewasdeleted','s:292:\"hi:इस नाम की एक फ़ाइल पहले भी अपलोड होने के बाद हटाई जा चुकी है।\nफिरसे अपलोड करने से पहले आप $1 को अच्छी तरह से जाँचे।\";'),('anp','messages:fix-double-redirects','s:150:\"hi:मूल शीर्षक तक जाने वाले सभी पुनर्निर्देशनों को भी बदलें\";'),('anp','messages:formatnum-nan','s:58:\"hi:ये एक संख्या नहीं है।\";'),('anp','messages:formerror','s:123:\"anp:त्रुटि: फ़ॉर्म सबमिट नै सबमिट करलौ जाबै सकलै।\";'),('anp','messages:fri','s:19:\"anp:शुक्र\";'),('anp','messages:friday','s:22:\"anp:शुक्कर\";'),('anp','messages:friday-at','s:47:\"hi:शुक्रवार को $1 बजे\";'),('anp','messages:gallery-slideshow-toggle','s:34:\"hi:टॉगल थंबनेल\";'),('anp','messages:gender-female','s:48:\"hi:वह संपादन करती है\";'),('anp','messages:gender-male','s:48:\"hi:वह संपादन करता है\";'),('anp','messages:gender-notknown','s:96:\"hi:वे विकि पृष्ठों को संपादित करते हैं\";'),('anp','messages:gender-unknown','s:197:\"hi:आपका वर्णन करते समय सॉफ़्टवेयर यथासंभव लिंग-तटस्थ शब्दों का प्रयोग करेगा\";'),('anp','messages:generic-pool-error','s:379:\"anp:क्षमा करौ, इ समय सर्वर प अत्यधिक भार छै।\nइ सामग्री क बहुत्ते सदस्य देखै के प्रयत्न करी रहलौ छै।\nकृपया एखरा देखौ के पुनः यत्न कुछु समय पश्चात करौ।\";'),('anp','messages:go','s:10:\"anp:जा\";'),('anp','messages:googleanalytics-desc','s:210:\"hi:मिडियाविकि पन्नोंमें नजर रखने के लिये गूगल ऍनॅलिटिक्स स्क्रीप्ट (ga.js) बढाता हैं\";'),('anp','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('anp','messages:gotointerwiki','s:72:\"hi:आप {{SITENAME}} से बाहर जा रहे हैं।\";'),('anp','messages:gotointerwiki-external','s:266:\"hi:[[$2]] एक बाहरी वेबसाइट है, जिसमें जाने के लिए आप {{SITENAME}} को छोड़ रहे हैं।\n\n[$1 $1 पर जाने के लिए इस पर क्लिक करें]।\";'),('anp','messages:gotointerwiki-invalid','s:73:\"hi:दिया गया शीर्षक अमान्य है।\";'),('anp','messages:grant-basic','s:43:\"hi:सामान्य अधिकार\";'),('anp','messages:grant-blockusers','s:87:\"hi:प्रतिबंधित और अप्रतिबंधित करना\";'),('anp','messages:grant-createaccount','s:31:\"hi:खाता बनाएँ\";'),('anp','messages:grant-createeditmovepage','s:99:\"hi:निर्माण, सम्पादन, और स्थानांतरण करना\";'),('anp','messages:grant-delete','s:62:\"hi:लेख, अवतरण और लॉग हटाना\";'),('anp','messages:grant-editinterface','s:140:\"hi:मीडियाविकि नामस्थान और sitewide/सदस्य JSON को संपादित करना।\";'),('anp','messages:grant-editmycssjs','s:115:\"hi:अपना सदस्य CSS/JSON/जावास्क्रिप्ट संपादित करें\";'),('anp','messages:grant-editmyoptions','s:137:\"hi:अपने सदस्य पसंद तथा जेएसओएन संरचना को संपादित करें\";'),('anp','messages:grant-editmywatchlist','s:65:\"hi:ध्यानसूची संपादित करें\";'),('anp','messages:grant-editpage','s:63:\"hi:बने पृष्ठ संपादित करें\";'),('anp','messages:grant-editprotected','s:78:\"hi:सुरक्षित पृष्ठ संपादित करें\";'),('anp','messages:grant-editsiteconfig','s:87:\"hi:Edit sitewide तथा सदस्य CSS/JS सम्पादित करें\";'),('anp','messages:grant-generic','s:45:\"hi:\"$1\" अधिकार संग्रह\";'),('anp','messages:grant-group-administration','s:59:\"hi:प्रबंधकीय कार्य करें\";'),('anp','messages:grant-group-customization','s:29:\"hi:पसंद और तय\";'),('anp','messages:grant-group-email','s:32:\"hi:ई-मेल भेजें\";'),('anp','messages:grant-group-file-interaction','s:47:\"hi:मीडिया से जुड़ें\";'),('anp','messages:grant-group-high-volume','s:66:\"hi:उच्च कार्य गतिविधि करें\";'),('anp','messages:grant-group-other','s:37:\"hi:अन्य गतिविधि\";'),('anp','messages:grant-group-page-interaction','s:50:\"hi:पृष्ठों से जुड़ें\";'),('anp','messages:grant-group-private-information','s:89:\"hi:अपने बारे में निजी जानकारी देखें\";'),('anp','messages:grant-group-watchlist-interaction','s:56:\"hi:ध्यानसूची से जुड़ें\";'),('anp','messages:grant-highvolume','s:66:\"hi:अत्यधिक तेजी से सम्पादन\";'),('anp','messages:grant-import','s:19:\"en:Import revisions\";'),('anp','messages:grant-mergehistory','s:79:\"hi:पृष्ठ के इतिहास एकत्रित करें\";'),('anp','messages:grant-oversight','s:83:\"hi:सदस्य को छुपाना और अवतरण हटाना\";'),('anp','messages:grant-patrol','s:85:\"hi:पृष्ठों पर बदलाव परीक्षित करें\";'),('anp','messages:grant-privateinfo','s:53:\"hi:निजी जानकारी देखें\";'),('anp','messages:grant-protect','s:101:\"hi:पृष्ठों को सुरक्षित व असुरक्षित करना\";'),('anp','messages:grant-rollback','s:73:\"hi:पृष्ठ से सम्पादन वापस लेना\";'),('anp','messages:grant-sendemail','s:74:\"hi:अन्य सदस्यों को ई-मेल भेजें\";'),('anp','messages:grant-uploadeditmovefile','s:96:\"hi:फ़ाइल अपलोड, बदलना, स्थानांतरण करना\";'),('anp','messages:grant-uploadfile','s:41:\"hi:नए फ़ाइल डालें\";'),('anp','messages:grant-viewdeleted','s:77:\"hi:हटाये गए फ़ाइल व पृष्ठ देखें\";'),('anp','messages:grant-viewmywatchlist','s:59:\"hi:अपनी ध्यानसूची देखें\";'),('anp','messages:grant-viewrestrictedlogs','s:87:\"hi:प्रतिबंधित प्रविष्टि लॉग देखें\";'),('anp','messages:group','s:16:\"hi:समूह:\";'),('anp','messages:group-all','s:14:\"hi:(सभी)\";'),('anp','messages:group-autoconfirmed','s:56:\"hi:स्वतः स्थापित सदस्य\";'),('anp','messages:group-autoconfirmed-member','s:70:\"hi:{{GENDER:$1|स्वतः स्थापित सदस्य}}\";'),('anp','messages:group-autoconfirmed.css','s:177:\"hi:/* CSS यहाँ डालने से यह केवल स्वतः स्थापित सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:group-autoconfirmed.js','s:213:\"hi:/* जावास्क्रिप्ट यहाँ डालने से यह केवल स्वतः स्थापित सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:group-bot','s:13:\"anp:बॉट\";'),('anp','messages:group-bot-member','s:26:\"hi:{{GENDER:$1|बॉट}}\";'),('anp','messages:group-bot.css','s:149:\"hi:/* CSS यहाँ डालने से यह केवल बॉट सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:group-bot.js','s:185:\"hi:/* जावास्क्रिप्ट यहाँ डालने से यह केवल बॉट सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:group-bureaucrat','s:24:\"hi:प्रशासक\";'),('anp','messages:group-bureaucrat-member','s:38:\"hi:{{GENDER:$1|प्रशासक}}\";'),('anp','messages:group-bureaucrat.css','s:167:\"hi:/* CSS यहाँ डालने से यह केवल प्रशासकों सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:group-bureaucrat.js','s:184:\"hi:/* जावास्क्रिप्ट यहाँ डालने से यह केवल प्रशासकों पर ही प्रभावी होगा। */\";'),('anp','messages:group-interface-admin','s:49:\"hi:अन्तरफलक प्रबंधक\";'),('anp','messages:group-interface-admin-member','s:63:\"hi:{{GENDER:$1|अन्तरफलक प्रबंधक}}\";'),('anp','messages:group-membership-link-with-expiry','s:17:\"hi:$1 ($2 तक)\";'),('anp','messages:group-named','s:19:\"en:Registered users\";'),('anp','messages:group-suppress','s:31:\"hi:छुपाय वबला\";'),('anp','messages:group-suppress-member','s:48:\"hi:{{GENDER:$1|छुपाने वाले}}\";'),('anp','messages:group-sysop','s:25:\"anp:प्रचालक\";'),('anp','messages:group-sysop-member','s:38:\"hi:{{GENDER:$1|प्रबंधक}}\";'),('anp','messages:group-sysop.css','s:151:\"hi:/* CSS यहाँ डालने से यह केवल प्रबन्धकों पर ही प्रभावी होगा। */\";'),('anp','messages:group-sysop.js','s:187:\"hi:/* जावास्क्रिप्ट यहाँ डालने से यह केवल प्रबन्धकों पर ही प्रभावी होगा। */\";'),('anp','messages:group-user','s:18:\"hi:सदस्य\";'),('anp','messages:group-user-member','s:32:\"hi:{{GENDER:$1|सदस्य}}\";'),('anp','messages:group-user.css','s:161:\"hi:/* CSS यहाँ डालने से यह केवल पंजीकृत सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:group-user.js','s:197:\"hi:/* जावास्क्रिप्ट यहाँ डालने से यह केवल पंजीकृत सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:grouppage-autoconfirmed','s:71:\"hi:{{ns:project}}:स्वतः स्थापित सदस्य\";'),('anp','messages:grouppage-bot','s:28:\"anp:{{ns:project}}:बॉट\";'),('anp','messages:grouppage-bureaucrat','s:39:\"hi:{{ns:project}}:प्रशासक\";'),('anp','messages:grouppage-interface-admin','s:64:\"hi:{{ns:project}}:अन्तरफलक प्रबंधक\";'),('anp','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('anp','messages:grouppage-suppress','s:36:\"hi:{{ns:project}}:छुपाना\";'),('anp','messages:grouppage-sysop','s:40:\"anp:{{ns:project}}:प्रचालक\";'),('anp','messages:grouppage-user','s:33:\"hi:{{ns:project}}:सदस्य\";'),('anp','messages:guesstimezone','s:47:\"hi:ब्राउज़र से भरें\";'),('anp','messages:headline-anchor-title','s:48:\"hi:इस अनुभाग की कड़ी\";'),('anp','messages:hebrew-calendar-m1','s:34:\"hi:तिश्रेई (Tishrei)\";'),('anp','messages:hebrew-calendar-m1-gen','s:34:\"hi:तिश्रेई (Tishrei)\";'),('anp','messages:hebrew-calendar-m10','s:26:\"hi:तामुज़ (Tamuz)\";'),('anp','messages:hebrew-calendar-m10-gen','s:26:\"hi:तामुज़ (Tamuz)\";'),('anp','messages:hebrew-calendar-m11','s:17:\"hi:एवी (Av)\";'),('anp','messages:hebrew-calendar-m11-gen','s:17:\"hi:एवी (Av)\";'),('anp','messages:hebrew-calendar-m12','s:22:\"hi:एलुल (Elul)\";'),('anp','messages:hebrew-calendar-m12-gen','s:22:\"hi:एलुल (Elul)\";'),('anp','messages:hebrew-calendar-m2','s:35:\"hi:शेस्वान (Cheshvan)\";'),('anp','messages:hebrew-calendar-m2-gen','s:35:\"hi:शेस्वान (Cheshvan)\";'),('anp','messages:hebrew-calendar-m3','s:33:\"hi:किस्लेव (Kislev)\";'),('anp','messages:hebrew-calendar-m3-gen','s:33:\"hi:किस्लेव (Kislev)\";'),('anp','messages:hebrew-calendar-m4','s:26:\"hi:टेवेट (Tevet)\";'),('anp','messages:hebrew-calendar-m4-gen','s:26:\"hi:टेवेट (Tevet)\";'),('anp','messages:hebrew-calendar-m5','s:24:\"hi:शेवट (Shevat)\";'),('anp','messages:hebrew-calendar-m5-gen','s:24:\"hi:शेवट (Shevat)\";'),('anp','messages:hebrew-calendar-m6','s:15:\"hi:अडार\";'),('anp','messages:hebrew-calendar-m6-gen','s:15:\"hi:अडार\";'),('anp','messages:hebrew-calendar-m6a','s:24:\"hi:अडार I (Adar)\";'),('anp','messages:hebrew-calendar-m6a-gen','s:24:\"hi:अडार I (Adar)\";'),('anp','messages:hebrew-calendar-m6b','s:25:\"hi:अडार II (Adar)\";'),('anp','messages:hebrew-calendar-m6b-gen','s:25:\"hi:अडार II (Adar)\";'),('anp','messages:hebrew-calendar-m7','s:26:\"hi:निसान (Nisan)\";'),('anp','messages:hebrew-calendar-m7-gen','s:26:\"hi:निसान (Nisan)\";'),('anp','messages:hebrew-calendar-m8','s:25:\"hi:अय्यर (Iyar)\";'),('anp','messages:hebrew-calendar-m8-gen','s:25:\"hi:अय्यर (Iyar)\";'),('anp','messages:hebrew-calendar-m9','s:26:\"hi:सिवान (Sivan)\";'),('anp','messages:hebrew-calendar-m9-gen','s:26:\"hi:सिवान (Sivan)\";'),('anp','messages:help','s:22:\"anp:सहायता\";'),('anp','messages:help-mediawiki','s:86:\"anp:मीडियाविकि केरौ बारै मँ सहायता\";'),('anp','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('anp','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('anp','messages:helppage-top-gethelp','s:13:\"anp:मदद\";'),('anp','messages:hidden-categories','s:106:\"anp:{{PLURAL:$1|नुकैलौ श्रेणी|नुकैलौ श्रेणी सीनी}}\";'),('anp','messages:hidden-category-category','s:67:\"anp:नुकैलौ गेलौ श्रेणी सीनी\";'),('anp','messages:hidden-category-category-desc','s:372:\"hi:इस श्रेणी में <code><nowiki>__HIDDENCAT__</nowiki></code> के पृष्ठ पाठ है, जो पूर्व निर्धारित रूप से पृष्ठों में श्रेणी कड़ियों के सन्दूक में दिखाई देने से उसे रोकती है।\";'),('anp','messages:hiddencategories','s:165:\"anp:इ लेख निम्नलिखित {{PLURAL:$1|1 छुपैलौ श्रेणी मँ|$1 छुपैलौ श्रेणी मँ}} छै:\";'),('anp','messages:hide','s:22:\"anp:नुकाबौ\";'),('anp','messages:hidetoc','s:22:\"anp:नुकाबौ\";'),('anp','messages:hijri-calendar-m1','s:24:\"hi:मुहर्रम\";'),('anp','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('anp','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('anp','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('anp','messages:hijri-calendar-m2','s:12:\"hi:सफर\";'),('anp','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('anp','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('anp','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('anp','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('anp','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('anp','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('anp','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('anp','messages:hist','s:22:\"anp:इतिहास\";'),('anp','messages:histfirst','s:35:\"anp:सबसँ पहलकरौ\";'),('anp','messages:histlast','s:29:\"anp:सबसँ नैका\";'),('anp','messages:histlegend','s:651:\"anp:फर्क चयन: फर्क देखै लेली पुराना अवतरणौ के आगू देलो गेलो रेडियो बॉक्स प क्लीक करौ आरू एन्टर करौ या फेरू नीचें देलो बटन प क्लिक करौ<br />\nलिजेंड: <strong>({{int:cur}})</strong> = सद्य अवतरण के बीच मँ फर्क, <strong>({{int:last}})</strong> = पिछला अवतरण के बीच मँ फर्क, <strong>{{int:minoreditletter}}</strong> = छो = छोटौ बदलाव।\";'),('anp','messages:history','s:51:\"anp:पन्ना केरौ इतिहास\";'),('anp','messages:history-edit-tags','s:105:\"hi:चुने गए अवतरणों के टैग सम्पादित कीजिए।\";'),('anp','messages:history-empty','s:82:\"hi:कोई तदनुरूप संशोधन नहीं मिला।\";'),('anp','messages:history-feed-description','s:107:\"anp:विकि प उपलब्ध ई पृष्ठ केरौ अवतरण इतिहास\";'),('anp','messages:history-feed-empty','s:345:\"hi:अनुरोधित पृष्ठ अस्तित्व में नहीं है।\nयह पृष्ठ या तो हटाया गया है या फिर इसका नाम बदल दिया गया है।\n[[Special:Search|विकि पर खोज]] का प्रयोग करें।\";'),('anp','messages:history-feed-item-nocomment','s:26:\"anp:$1 $3 क $4 बजे\";'),('anp','messages:history-feed-title','s:38:\"anp:अवतरण इतिहास\";'),('anp','messages:history-fieldset-title','s:32:\"anp:अवतरण छानौ\";'),('anp','messages:history-show-deleted','s:61:\"anp:केवल हटैलौ गेलौ अवतरण\";'),('anp','messages:history-title','s:42:\"anp:$1: अवतरण इतिहास\";'),('anp','messages:history_copyright','s:4:\"en:-\";'),('anp','messages:history_short','s:22:\"anp:इतिहास\";'),('anp','messages:history_small','s:22:\"anp:इतिहास\";'),('anp','messages:historyaction-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:historyempty','s:16:\"anp:खाली\";'),('anp','messages:historysize','s:35:\"anp:($1 {{PLURAL:$1|बाइट}})\";'),('anp','messages:historywarning','s:200:\"hi:<strong>चेतावनी:<strong> आप जो पृष्ठ हटाने जा रहे हैं उसके इतिहास में $1 {{PLURAL:$1|अवतरण}} हैं:\";'),('anp','messages:hookaborted','s:186:\"hi:आपके द्वारा प्रयासरत संशोधन किसी एक्स्टेंशन द्वारा निरस्त किया गया।\";'),('anp','messages:hours','s:33:\"hi:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('anp','messages:hours-abbrev','s:7:\"en:$1 h\";'),('anp','messages:hours-ago','s:58:\"hi:$1 {{PLURAL:$1|घंटा|घंटे}} पहले\";'),('anp','messages:htmlform-chosen-placeholder','s:44:\"hi:एक विकल्प चुनें\";'),('anp','messages:htmlform-cloner-create','s:34:\"hi:अधिक जोड़ें\";'),('anp','messages:htmlform-cloner-delete','s:18:\"hi:हटाएँ\";'),('anp','messages:htmlform-cloner-required','s:88:\"hi:कम से कम एक मूल्य की आवश्यकता है।\";'),('anp','messages:htmlform-date-invalid','s:250:\"hi:आपने जो मान डाला है, उसे दिनांक के रूप में नहीं पहचान पा रहा है। YYYY-MM-DD के प्रारूप में प्रयास करें।\";'),('anp','messages:htmlform-date-placeholder','s:29:\"hi:वववव-मम-दद\";'),('anp','messages:htmlform-date-toohigh','s:154:\"hi:आपके द्वारा निर्दिष्ट मान $1 की नवीनतम अनुमत तिथि के बाद है\";'),('anp','messages:htmlform-date-toolow','s:141:\"hi:आपके द्वारा निर्दिष्ट मान $1 की आरंभिक तिथि से पहले है\";'),('anp','messages:htmlform-datetime-invalid','s:276:\"hi:आपने जो मान डाला है, उसे दिनांक और समय के रूप में नहीं पहचान पा रहा है। YYYY-MM-DD HH:MM:SS के प्रारूप में प्रयास करें।\";'),('anp','messages:htmlform-datetime-placeholder','s:50:\"hi:वववव-मम-दद हह:मम:सस\";'),('anp','messages:htmlform-datetime-toohigh','s:183:\"hi:आपके द्वारा निर्दिष्ट मूल्य $1 की नवीनतम अनुमति तिथि और समय के बाद है।\";'),('anp','messages:htmlform-datetime-toolow','s:164:\"hi:आपके द्वारा उल्लिखित मूल्य $1 की आरंभिक तिथि और समय से पहले है।\";'),('anp','messages:htmlform-float-invalid','s:114:\"hi:आपके द्वारा निर्दिष्ट मान संख्या नहीं है।\";'),('anp','messages:htmlform-int-invalid','s:120:\"hi:आपके द्वारा निर्दिष्ट मान पूर्णांक नहीं है।\";'),('anp','messages:htmlform-int-toohigh','s:130:\"hi:आपके द्वारा निर्दिष्ट मान अधिकतम $1 से ज़्यादा है\";'),('anp','messages:htmlform-int-toolow','s:118:\"hi:आपके द्वारा निर्दिष्ट मान न्यूनतम $1 से कम है\";');
INSERT INTO `mw_l10n_cache` VALUES ('anp','messages:htmlform-invalid-input','s:133:\"hi:आपके द्वारा प्रदत्त कुछ सामग्री में समस्याएँ हैं\";'),('anp','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('anp','messages:htmlform-no','s:15:\"hi:नहीं\";'),('anp','messages:htmlform-required','s:58:\"hi:इस मान की आवश्यकता है\";'),('anp','messages:htmlform-reset','s:76:\"hi:बदलाव पुरानी स्थिति पर लाएँ\";'),('anp','messages:htmlform-select-badoption','s:124:\"hi:आपके द्वारा निर्दिष्ट मान वैध विकल्प नहीं है।\";'),('anp','messages:htmlform-selectorother-other','s:15:\"hi:अन्य\";'),('anp','messages:htmlform-submit','s:23:\"anp:जमा करौ\";'),('anp','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('anp','messages:htmlform-time-invalid','s:239:\"hi:आपने जो मान डाला है, उसे समय के रूप में नहीं पहचान पा रहा है। HH:MM:SS के प्रारूप में प्रयास करें।\";'),('anp','messages:htmlform-time-placeholder','s:23:\"hi:घघ:मम:सस\";'),('anp','messages:htmlform-time-toohigh','s:154:\"hi:आपके द्वारा निर्दिष्ट मान $1 के नवीनतम अनुमत समय के बाद है।\";'),('anp','messages:htmlform-time-toolow','s:141:\"hi:आपके द्वारा निर्दिष्ट मान $1 के आरंभिक समय से पहले है।\";'),('anp','messages:htmlform-title-badnamespace','s:90:\"hi:[[:$1]] अभी \"{{ns:$2}}\" नामस्थान में नहीं है।\";'),('anp','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('anp','messages:htmlform-title-not-creatable','s:97:\"hi:\"$1\" निर्माण करने लायक शीर्षक नहीं है।\";'),('anp','messages:htmlform-title-not-exists','s:38:\"hi:$1 नहीं बना है।\";'),('anp','messages:htmlform-user-not-exists','s:61:\"hi:<strong>$1</strong> मौजूद नहीं है।\";'),('anp','messages:htmlform-user-not-valid','s:87:\"hi:<strong>$1</strong> मान्य सदस्य नाम नहीं है।\";'),('anp','messages:htmlform-yes','s:12:\"hi:हाँ\";'),('anp','messages:http-bad-status','s:111:\"hi:एच॰टी॰टी॰पी अनुरोध के दौरान समस्या थी: $1 $2\";'),('anp','messages:http-curl-error','s:72:\"hi:यू॰आर॰एल $1 पाने में त्रुटि\";'),('anp','messages:http-internal-error','s:48:\"hi:आन्तरिक HTTP त्रुटि\";'),('anp','messages:http-invalid-scheme','s:132:\"hi:\"$1\" से शुरू होने वाले यू॰आर॰एल स्वीकार्य नहीं हैं।\";'),('anp','messages:http-invalid-url','s:50:\"hi:अमान्य यू॰आर॰एल: $1\";'),('anp','messages:http-read-error','s:81:\"hi:एच॰टी॰टी॰पी पढ़ने में त्रुटि।\";'),('anp','messages:http-request-error','s:139:\"hi:एच॰टी॰टी॰पी अनुरोध अज्ञात त्रुटि के कारण असफल रहा।\";'),('anp','messages:http-timed-out','s:116:\"hi:एच॰टी॰टी॰पी अनुरोध का समय समाप्त (टाइम आउट)\";'),('anp','messages:ignorewarning','s:123:\"hi:चेतावनियाँ नज़र‍ंदाज़ करें और फ़ाइल अपलोड करें\";'),('anp','messages:ignorewarnings','s:85:\"hi:सभी चेतावनियों को नज़रंदाज़ करें\";'),('anp','messages:illegal-filename','s:81:\"hi:इस फ़ाइल नाम की अनुमति नहीं है\";'),('anp','messages:illegalfilename','s:335:\"hi:फ़ाइल के नाम \"$1\" में कुछ ऐसे कैरैक्टर हैं जो पृष्ठ शीर्षकों में प्रतिबंधित हैं।\nकृपया फ़ाइल का नाम बदल के अपलोड करने की कोशिश करें।\";'),('anp','messages:ilsubmit','s:18:\"hi:खोजें\";'),('anp','messages:imageinvalidfilename','s:76:\"hi:लक्ष्यित संचिका नाम अवैध है\";'),('anp','messages:imagelinks','s:45:\"anp:फाइल केरौ उपयोग\";'),('anp','messages:imagelisttext','s:173:\"hi:नीचे $2 {{PLURAL:$1|छाना गया <strong>$1</strong> फ़ाइल है|छाने गए <strong>$1</strong> फ़ाइलें हैं}}।\";'),('anp','messages:imagemaxsize','s:136:\"hi:चित्र विवरण पृष्ठों के लिए चित्रों के आकार की सीमा:\";'),('anp','messages:imagenocrossnamespace','s:182:\"hi:संचिका को ग़ैर-संचिका नामस्थान में स्थानांतरित नहीं किया जा सकता है\";'),('anp','messages:imagepage','s:45:\"anp:फाइल पन्ना देखौ\";'),('anp','messages:imagetypemismatch','s:143:\"hi:संचिका का नया विस्तार उसकी किस्म से मेल नहीं खा रहा है\";'),('anp','messages:img-auth-accessdenied','s:41:\"hi:अनुमति नहीं है\";'),('anp','messages:img-auth-badtitle','s:98:\"hi:\"$1\" से एक वैध शीर्षक बनाने में असमर्थ।\";'),('anp','messages:img-auth-isdir','s:183:\"hi:आप डायरेक्टरी \"$1\" खोलने की कोशिश कर रहे हैं।\nकेवल फ़ाइल खोली जा सकती है।\";'),('anp','messages:img-auth-nofile','s:59:\"hi:फ़ाइल \"$1\" मौजूद नहीं है।\";'),('anp','messages:img-auth-noread','s:107:\"hi:प्रयोक्ता को \"$1\" पढ़ने का अधिकार नहीं है।\";'),('anp','messages:img-auth-notindir','s:137:\"hi:अनुरोधित पथ जमाई हुई अपलोड डायरेक्टरी में नहीं है।\";'),('anp','messages:img-auth-public','s:308:\"hi:img_auth.php निजी विकि से फ़ाइलें प्रदान करने का काम करता है।\nयह विकि सार्वजनिक विकि है।\nउचित सुरक्षा के लिए img_auth.php को अक्षम है।\";'),('anp','messages:img-auth-streaming','s:76:\"hi:\"$1\" को स्ट्रीम किया जा रहा है।\";'),('anp','messages:img-lang-default','s:42:\"hi:(डिफ़ॉल्ट भाषा)\";'),('anp','messages:img-lang-go','s:15:\"hi:जाएं\";'),('anp','messages:img-lang-info','s:65:\"hi:इस चित्र को $1. $2 में ढालें\";'),('anp','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('anp','messages:imgfile','s:16:\"anp:फाइल\";'),('anp','messages:imgmultigo','s:11:\"anp:जा!\";'),('anp','messages:imgmultigoto','s:33:\"anp:$1 पन्ना प जा\";'),('anp','messages:imgmultipagenext','s:39:\"anp:अगलका पन्ना →\";'),('anp','messages:imgmultipageprev','s:42:\"anp:← पिछलका पन्ना\";'),('anp','messages:immobile-source-namespace','s:149:\"hi:नामस्थान \"$1\" के पन्नों का स्थानंतरण नहीं किया जा सकता है।\";'),('anp','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('anp','messages:immobile-source-page','s:119:\"hi:इस पृष्ठ का स्थानांतरण नहीं किया जा सकता है।\";'),('anp','messages:immobile-target-namespace','s:128:\"hi:पन्नों को \"$1\" नामस्थान में नहीं ले जाया जा सकता है\";'),('anp','messages:immobile-target-namespace-iw','s:150:\"hi:अंतर विकि कड़ी पृष्ठ  ले जाने के लिए उचित लक्ष्य नहीं है।\";'),('anp','messages:immobile-target-page','s:117:\"hi:इस गंतव्य शीर्षक पर नहीं ले जाया जा सकता है।\";'),('anp','messages:import','s:44:\"hi:पृष्ठ आयात करें\";'),('anp','messages:import-assign-known-users','s:247:\"hi:स्थानीय उपयोगकर्ताओं को संपादन नियुक्त करें जहां नामित उपयोगकर्ता स्थानीय स्तर पर मौजूद है\";'),('anp','messages:import-comment','s:25:\"hi:टिप्पणी:\";'),('anp','messages:import-error-bad-location','s:365:\"hi:संअशोधन $2 जिसमें सामग्री नमूने $3 का प्रयोग किया गया है, को इस विकि के \"$1\" पर जमा नहीं किया जा सकता, क्यों वह नमूना उस पृष्ठ के नमूने से भिन्न है।\";'),('anp','messages:import-error-edit','s:211:\"hi:पृष्ठ \"$1\" आयात नहीं किया गया है क्योंकि आपको उसे संपादित करने की अनुमति नहीं हैं।\";'),('anp','messages:import-error-interwiki','s:236:\"hi:पृष्ठ \"$1\" आयात नहीं किया गया है क्योंकि इसका नाम अंतरविकी कड़ियाँ बनाने के लिए आरक्षित है।\";'),('anp','messages:import-error-invalid','s:239:\"hi:पृष्ठ \"$1\" आयात नहीं किया गया है क्योंकि इसका आयात पश्चात जो नाम होता वह इस विकी पर अमान्य है।\";'),('anp','messages:import-error-special','s:306:\"hi:पृष्ठ \"$1\" आयात नहीं किया गया है क्योंकि यह एक ऐसे विशेष नामस्थान के अंतर्गत आता है जिसमें पृष्ठ नहीं बनाए जा सकते हैं।\";'),('anp','messages:import-error-unserialize','s:360:\"hi:पृष्ठ \"$1\" के संशोधन $2 को क्रम से हटाया नहीं जा सका। संशोधन के बारे में बताया गया है कि सामग्री नमूना $3 को क्रम $4 के रूप प्रयोग में लाया गया था।\";'),('anp','messages:import-interwiki-history','s:103:\"hi:इस पृष्ठ के सभी इतिहास अवतरण कॉपी करें\";'),('anp','messages:import-interwiki-sourcepage','s:35:\"hi:स्रोत पृष्ठ:\";'),('anp','messages:import-interwiki-sourcewiki','s:32:\"hi:स्रोत विकि:\";'),('anp','messages:import-interwiki-submit','s:15:\"hi:आयात\";'),('anp','messages:import-interwiki-templates','s:57:\"hi:सभी साँचे शामिल करें\";'),('anp','messages:import-interwiki-text','s:410:\"hi:आयात करने के लिये एक विकि और एक पृष्ठ चुनें।\nअवतरण दिनांक और संपादक नाम ज्यों-के-त्यों रखे जाएँगे।\nअन्य विकि से सभी आयात [[Special:Log/import|आयात लॉग]] में डाली जाती हैं।\";'),('anp','messages:import-invalid-interwiki','s:85:\"hi:इस विकि से आयात नहीं हो सकता है।\";'),('anp','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('anp','messages:import-logentry-interwiki-detail','s:101:\"hi:$2 से $1 अवतरण आयात {{PLURAL:$1|किया गया|किये गए}}\";'),('anp','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('anp','messages:import-logentry-upload-detail','s:91:\"hi:$1 अवतरण आयात {{PLURAL:$1|किया गया|किये गए}}\";'),('anp','messages:import-mapping-default','s:102:\"hi: पूर्व निर्धारित स्थानों पर आयात करें\";'),('anp','messages:import-mapping-namespace','s:73:\"hi:किसी नामस्थान पर आयात करें\";'),('anp','messages:import-mapping-subpage','s:133:\"hi:निम्न लिखित पृष्ठ के उपपृष्ठ के रूप में आयात करें:\";'),('anp','messages:import-noarticle','s:78:\"hi:आयात करने के लिये पृष्ठ नहीं!\";'),('anp','messages:import-nonewrevisions','s:250:\"hi:कोई अवतरण आयात नहीं किये गये (या तो सभी अवतरण पहले से मौजूद हैं, या त्रुटियों के कारण छोड़े गये)।\";'),('anp','messages:import-options-wrong','s:66:\"hi:गलत {{PLURAL:$2|विकल्प}}: <nowiki>$1</nowiki>\";'),('anp','messages:import-parse-failure','s:71:\"hi:XML आयात पार्स पूरा नहीं हुआ\";'),('anp','messages:import-revision-count','s:51:\"hi:$1 {{PLURAL:$1|अवतरण|अवतरण}}\";'),('anp','messages:import-rootpage-invalid','s:108:\"hi:दिया गया उपसर्ग पृष्ठ शीर्षक अमान्य है।\";'),('anp','messages:import-rootpage-nosubpage','s:173:\"hi:दिए गए उपसर्ग पृष्ठ \"$1\" के नामस्थान में उप-पृष्ठ नहीं बनाए जा सकते।\";'),('anp','messages:import-summary','s:3:\"en:\";'),('anp','messages:import-token-mismatch','s:712:\"hi:सत्र सामग्री खो गई है।\n\nशायद आपने सत्रान्त कर दिया। <strong>कृपया इसकी पुष्टि करें कि आप अभी तक प्रविष्ट हैं और पुनः प्रयास करें</strong>।\nयदि अब भी समस्या हल नहीं हुई, तो [[Special:UserLogout|सत्रान्त]] करें और पुनः प्रवेश करें एवं यह जाँचें की आपका ब्राउज़र इस साइट के लिए कुकीज़ को अनुमत करता है।\";'),('anp','messages:import-upload','s:48:\"hi:XML डाटा अपलोड करें\";'),('anp','messages:import-upload-filename','s:32:\"hi:संचिका नाम:\";'),('anp','messages:import-upload-username-prefix','s:47:\"hi:इंटरविकी उपसर्ग:\";'),('anp','messages:importbadinterwiki','s:56:\"hi:अवैध अन्तरविकि कड़ी\";'),('anp','messages:importcantopen','s:72:\"hi:आयात फ़ाइल को खोला न जा सका\";'),('anp','messages:imported-log-entries','s:204:\"hi:आयातित $1 {{PLURAL:$1|लॉग प्रविष्टि|लॉग प्रविष्टियाँ}}.\nजब कभी कोई फाइल आपको import करनी हो\";'),('anp','messages:importfailed','s:59:\"hi:आयात विफल हुआ: <nowiki>$1</nowiki>\";'),('anp','messages:importinterwiki','s:68:\"hi:किसी और विकि से आयात करें\";'),('anp','messages:importlogpage','s:29:\"anp:आयात सूची\";'),('anp','messages:importlogpagetext','s:240:\"hi:अन्य विकियों से प्रबन्धकों द्वारा किए गए सम्पादन इतिहास के साथ होने वाले पृष्ठों का आयात।\";'),('anp','messages:importnofile','s:111:\"hi:किसी भी आयात फ़ाइल को अपलोड न किया जा सका।\";'),('anp','messages:importnopages','s:90:\"hi:आयात करने के लिये पृष्ठ नहीं हैं।\";'),('anp','messages:importnoprefix','s:99:\"hi:कोई इंटरविकी उपसर्ग नहीं दिया गया था\";'),('anp','messages:importnosources','s:246:\"hi:कोई भी विकी ऐसा नहीं जिसके आयात का विवरण किया गया है और सीधे इतिहास के अपलोड पर रोक लगी हुई है।\";'),('anp','messages:importstart','s:64:\"hi:पृष्ठ आयात कर रहें हैं...\";'),('anp','messages:importsuccess','s:36:\"hi:आयात सफल हुआ!\";'),('anp','messages:importtext','s:344:\"hi:कृपया स्रोत विकि से संचिका निर्यातित करने के लिए [[Special:Export|निर्यात सुविधा]] का इस्तेमाल करें।\nइसे अपने संगणक पर सँजो के यहाँ चढ़ा दें।\";'),('anp','messages:importunknownsource','s:69:\"hi:अज्ञात आयात स्रोत प्रकार\";'),('anp','messages:importuploaderrorpartial','s:202:\"hi:आयात फ़ाइल को अपलोड न किया जा सका।\nफ़ाइल को सिर्फ अर्ध रूप से अपलोड किया गया।\";'),('anp','messages:importuploaderrorsize','s:234:\"hi:आयात फ़ाइल को अपलोड न किया जा सका।\nफ़ाइल, अपलोड करने के अनुमोदित आकार से ज़्यादा बड़ा है।\";'),('anp','messages:importuploaderrortemp','s:165:\"hi:आयात फ़ाइल को अपलोड न किया जा सका।\nएक अस्थायी फ़ोल्डर गायब है।\";'),('anp','messages:index-category','s:47:\"anp:अनुक्रमित पन्ना\";'),('anp','messages:index-category-desc','s:399:\"hi:इस पृष्ठ का एक <code><nowiki>__INDEX__</nowiki></code> उस पर है (ऐसे स्थान पर है जहाँ उस झंडी की अनुमति है), और इसलिए इसे रोबॉटों द्वारा सूचीबद्ध है जबकि साधारणतः ऐसा नहीं होता है।\";'),('anp','messages:infiniteblock','s:16:\"anp:अनंत\";'),('anp','messages:intentionallyblankpage','s:100:\"hi:यह पृष्ठ जानबूझ कर खाली छोड़ा गया है।\";'),('anp','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('anp','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('anp','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('anp','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('anp','messages:internalerror','s:44:\"anp:आन्तरिक त्रुटि\";'),('anp','messages:internalerror-fatal-exception','s:72:\"anp:\"$1\" प्रकार केरौ गंभीर अपवाद\";'),('anp','messages:internalerror_info','s:48:\"anp:आन्तरिक त्रुटि: $1\";'),('anp','messages:invalid-chunk-offset','s:53:\"hi:अग्राह्य चंक ऑफ़सेट\";'),('anp','messages:invalid-content-data','s:51:\"anp:अवैध डाटा सामग्री\";'),('anp','messages:invalid-indicator-name','s:187:\"hi:<strong>त्रुटि:</strong> पृष्ठ स्थिति सांकेतक <code>नाम</code> गुण खाली नहीं रहना चाहिए।\";'),('anp','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('anp','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('anp','messages:invalidateemail','s:73:\"hi:इ-मेल प्रमाणिकरण रद्द करें\";'),('anp','messages:invalidemailaddress','s:376:\"hi:ई-मेल पता नहीं माना जा सकता क्योंकि ये किसी अवैध स्वरूप में है।\nकृपया एक सही तरीके से स्वरूपित ई-मेल पता दें अथवा उस कोष्ठक को रिक्त ही रहने दें।\";'),('anp','messages:invalidtitle','s:35:\"anp:अवैध शीर्षक\";'),('anp','messages:invalidtitle-knownnamespace','s:97:\"anp:\"$2\" नामस्थान आरो \"$3\" नाम बला गलत शीर्षक\";'),('anp','messages:invalidtitle-unknownnamespace','s:133:\"anp:अज्ञात नामस्थान संख्या $1 आरो नाम \"$2\" बला गलत शीर्षक\";'),('anp','messages:invert','s:41:\"anp:विपरीत प्रवरण\";'),('anp','messages:ip_range_exceeded','s:141:\"hi:आईपी श्रेणी इसकी अधिकतम सीमा से अधिक है अनुमत रेंज: / $1\";'),('anp','messages:ip_range_invalid','s:38:\"hi:गलत आईपी रेंज\";'),('anp','messages:ip_range_toolarge','s:126:\"hi:/$1 से अधिक बड़े रेञ्ज ब्लॉकों की अनुमति नहीं है।\";'),('anp','messages:ip_range_toolow','s:106:\"hi:आईपी रेंज प्रभावी रूप से अनुमति नहीं है\";'),('anp','messages:ipaddressorusername','s:67:\"hi:आईपी एड्रेस या सदस्यनाम:\";'),('anp','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('anp','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('anp','messages:ipb-action-upload','s:74:\"hi:फ़ाइलें अपलोड की जा रही हैं\";'),('anp','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('anp','messages:ipb-blockingself','s:159:\"hi:आप खुद को अवरोधित कर रहे हैं! क्या आप वाकई ऐसा करना चाहते हैं?\";'),('anp','messages:ipb-blocklist','s:47:\"hi:सद्य ब्लॉक देखें\";'),('anp','messages:ipb-blocklist-contribs','s:55:\"hi:{{GENDER:$1|$1}} के लिए योगदान\";'),('anp','messages:ipb-blocklist-duration-left','s:18:\"hi:$1 बाकी\";'),('anp','messages:ipb-change-block','s:120:\"hi:इन जमावों के साथ सदस्य को फिर से अवरोधित करें\";'),('anp','messages:ipb-confirm','s:60:\"hi:अवरोधण की पुष्टि करें\";'),('anp','messages:ipb-confirmaction','s:240:\"hi:यदि आप विश्वासपूर्ण रूप से यही करना चाहते हैं, तो कृपया \"{{int:ipb-confirm}}\" की फ़ील्ड को नीचे से चुनिए।\";'),('anp','messages:ipb-confirmhideuser','s:582:\"hi:आप एक ऐसे उपयोगकर्ता पर प्रतिबंध लगाने जा रहे हैं जिसके पास \"उपयोगकर्ता छिपाओ\" का विकल्प मौजूद है। इससे इस उपयोगकर्ता का नाम सभी सूचियों और लॉग प्रविष्टियों में नहीं दिखेगा। क्या आप विश्वासपूर्ण रूप से ऐसा करना चाहते हैं?\";'),('anp','messages:ipb-default-expiry','s:3:\"en:\";'),('anp','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('anp','messages:ipb-disableusertalk','s:202:\"hi:इस प्रयोक्ता को अवरुद्ध होने पर स्वयं का वार्ता पृष्ठ सम्पादन करने से रोकें\";'),('anp','messages:ipb-edit-dropdown','s:66:\"hi:ब्लॉक कारण संपादित करें\";'),('anp','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('anp','messages:ipb-hardblock','s:175:\"hi:सत्राराम्भित प्रयोक्ताओं को इस आईपी पते का सम्पादन करने से रोकें\";'),('anp','messages:ipb-namespaces-label','s:27:\"hi:नामस्थान\";'),('anp','messages:ipb-needreblock','s:152:\"hi:$1 पहले ही अवरोधित है।\nक्या आप अवरोध के जमाव बदलना चाहेंगे?\";'),('anp','messages:ipb-otherblocks-header','s:44:\"hi:अन्य  {{PLURAL:$1| block|blocks}}\";'),('anp','messages:ipb-pages-label','s:18:\"hi:पृष्ठ\";'),('anp','messages:ipb-partial','s:18:\"hi:आंशिक\";'),('anp','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('anp','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('anp','messages:ipb-sitewide','s:40:\"hi:सम्पूर्ण साइट\";'),('anp','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('anp','messages:ipb-unblock','s:105:\"hi:सदस्य अथवा आईपी एड्रेस को अनब्लॉक करें\";'),('anp','messages:ipb-unblock-addr','s:47:\"hi:$1 को अनब्लॉक करें\";'),('anp','messages:ipb_already_blocked','s:59:\"hi:\"$1\" को पहलेसे ब्लॉक हैं\";'),('anp','messages:ipb_blocked_as_range','s:345:\"hi:गलती: $1 यह आइपी सीधे बाधित नहीं है और अबाध्य नहीं किया जा सकता।\nफिर भी, $2 प्रकार को बाध्य किया जा सकता है, जिनको अबाध्य किया जा सकता है।\";'),('anp','messages:ipb_cant_unblock','s:181:\"hi:समस्या: ब्लॉक ID $1 मिला नहीं। इसे पहले अनब्लॉक कर दिया गया हो सकता हैं।\";'),('anp','messages:ipb_expiry_invalid','s:62:\"hi:अवैध समाप्ति कालावधी।\";'),('anp','messages:ipb_expiry_old','s:67:\"hi:समाप्ती समय बीत चुका है।\";'),('anp','messages:ipb_expiry_temp','s:152:\"hi:छुपायें हुए सदस्यनाम ब्लॉक्स हमेशा के लिये होने चाहिये।\";'),('anp','messages:ipb_hide_invalid','s:214:\"hi:इस खाते को छिपा नहीं पाए; इस से {{PLURAL:$1|एक सम्पादन किया गया है|$1 सम्पादन किये गये हैं}}।\";'),('anp','messages:ipb_hide_partial','s:132:\"hi:छुपे सदस्यनाम अवरोध साइटवाइड अवरोध होने चाहिये।\";'),('anp','messages:ipbblocked','s:228:\"hi:आप अन्य प्रयोक्ताओं को अवरोधित या अनवरोधित नहीं कर सकते, क्योंकि आप स्वयं अवरोधित हैं\";'),('anp','messages:ipbcreateaccount','s:60:\"hi:खाते का निर्माण रोकें\";'),('anp','messages:ipbemailban','s:78:\"hi:सदस्य को इ-मेल भेजने से रोकें\";'),('anp','messages:ipbenableautoblock','s:352:\"hi:इस सदस्यद्वारा इस्तेमाल किया गया आखिरी आईपी एड्रेस और यहां से आगे इस सदस्य द्वारा इस्तेमालमें लाये जाने वाले सभी एड्रेस ब्लॉक करें।\";'),('anp','messages:ipbhidename','s:101:\"hi:सम्पादन व सूचियों से सदस्यनाम छिपाएँ\";'),('anp','messages:ipblocklist','s:77:\"anp:अवरोधित आईपी पता व सदस्यनाम\";'),('anp','messages:ipblocklist-empty','s:57:\"hi:अवरोध सूची खाली हैं।\";'),('anp','messages:ipblocklist-legend','s:63:\"hi:अवरोधित सदस्य को खोजें\";'),('anp','messages:ipblocklist-localblock','s:40:\"hi:स्थानीय अवरोध\";'),('anp','messages:ipblocklist-no-results','s:133:\"hi:पूछे गये आईपी एड्रेस / सदस्यनाम पर ब्लॉक नहीं हैं।\";'),('anp','messages:ipblocklist-otherblocks','s:45:\"hi:अन्य {{PLURAL:$1|ब्लॉक}}\";'),('anp','messages:ipblocklist-submit','s:18:\"hi:खोजें\";'),('anp','messages:ipbnounblockself','s:122:\"hi:आपको स्वयं को अनवरोधित करने की अनुमति नहीं है\";'),('anp','messages:ipboptions','s:311:\"anp:दू घंटा:2 hours,एक दिन:1 day,तीन दिन:3 days,एक सप्ताह:1 week,दू सप्ताह:2 weeks,एक महीना:1 month,तीन महीने:3 months,छौ महीना:6 months,एक साल:1 year,सर्वदा लेली:infinite\";'),('anp','messages:ipbother','s:26:\"hi:अन्य समय:\";'),('anp','messages:ipbreason','s:16:\"hi:कारण:\";'),('anp','messages:ipbreason-dropdown','s:589:\"hi:*अवरोधित करने के साधारण कारण\n** अवैध सदस्यनाम\n** एक से अधिक खातें खोलकर उनका दुरुपयोग करना\n** गलत जानकारी भरना\n** पृष्ठों में कचरा भरना\n** पृष्ठों से सामग्री हटाना‍‍‍‍‍\n** बाहरी जालस्थलों की फ़ालतू कड़ियां देना \n** सदस्यों को तंग करना\";'),('anp','messages:ipbsubmit','s:91:\"hi:इस सदस्य को और बदलाव करने से रोकें\";'),('anp','messages:ipbwatchuser','s:129:\"hi:इस सदस्य के सदस्य तथा वार्ता पृष्ठ पर ध्यान रखें\";'),('anp','messages:ipusubmit','s:41:\"hi:यह अवरोध हटाएँ\";'),('anp','messages:iranian-calendar-m1','s:30:\"hi:फ़र्वर्दिन\";'),('anp','messages:iranian-calendar-m10','s:9:\"hi:डे\";'),('anp','messages:iranian-calendar-m11','s:21:\"hi:बाहमान\";'),('anp','messages:iranian-calendar-m12','s:30:\"hi:एसफण्ड (Esfand)\";'),('anp','messages:iranian-calendar-m2','s:39:\"hi:ओर्दिबेहेश्ट\";'),('anp','messages:iranian-calendar-m3','s:24:\"hi:खोर्दाद\";'),('anp','messages:iranian-calendar-m4','s:12:\"hi:तीर\";'),('anp','messages:iranian-calendar-m5','s:24:\"hi:मोर्दाद\";'),('anp','messages:iranian-calendar-m6','s:27:\"hi:शाहरीवार\";'),('anp','messages:iranian-calendar-m7','s:15:\"hi:मेहर\";'),('anp','messages:iranian-calendar-m8','s:15:\"hi:अबान\";'),('anp','messages:iranian-calendar-m9','s:12:\"hi:अज़र\";'),('anp','messages:isimage','s:29:\"anp:फाइल लिंक\";'),('anp','messages:isredirect','s:58:\"anp:पुन: निर्दिष्ट पन्ना\";'),('anp','messages:istemplate','s:22:\"anp:मिलाबौ\";'),('anp','messages:jan','s:11:\"anp:जन.\";'),('anp','messages:january','s:19:\"anp:जनवरी\";'),('anp','messages:january-gen','s:19:\"anp:जनवरी\";'),('anp','messages:javascripttest','s:64:\"hi:जावास्क्रिप्ट परीक्षण\";'),('anp','messages:javascripttest-qunit-intro','s:98:\"hi:mediawiki.org पर [$1 परीक्षण के प्रलेखन] देखें।\";'),('anp','messages:json-error-ctrl-char','s:170:\"hi:कंट्रोल कैरेक्टर त्रुटि, सम्भतः अशुद्ध रूप से एनकोड किया गया है\";'),('anp','messages:json-error-depth','s:93:\"hi:स्टैक की अधिकतम गहराई बढ़ चुकी है।\";'),('anp','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('anp','messages:json-error-state-mismatch','s:99:\"hi:अवैध या बुरी शक्ल में बना जे०एस०ओ०एन\";'),('anp','messages:json-error-syntax','s:49:\"hi:सिन्टॅक्स त्रुटि\";'),('anp','messages:json-error-unknown','s:105:\"hi:जे०एस०ओ०एन० में एक समस्या थी। त्रुटि: $1\";'),('anp','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('anp','messages:json-error-utf8','s:223:\"hi:बुरी शक्ल में बना यू०टी०एफ़-८ कैरेक्टर, जिसे सम्भवतः अशुद्ध रूप से इनकोड किया गया है\";'),('anp','messages:json-warn-trailing-comma','s:163:\"hi:$1 पीछे रह रहा {{PLURAL:$1|कॉमा को| कॉमाओं को}} जे०एस०ओ०एन० से हटाया गया\";'),('anp','messages:jul','s:17:\"anp:जुला.\";'),('anp','messages:july','s:19:\"anp:जुलाई\";'),('anp','messages:july-gen','s:19:\"anp:जुलाई\";'),('anp','messages:jumpto','s:30:\"anp:हिन्ने जा:\";'),('anp','messages:jumptonavigation','s:19:\"anp:भ्रमण\";'),('anp','messages:jumptosearch','s:16:\"anp:खोजौ\";'),('anp','messages:jun','s:13:\"anp:जून\";'),('anp','messages:june','s:13:\"anp:जून\";'),('anp','messages:june-gen','s:13:\"anp:जून\";'),('anp','messages:just-now','s:22:\"hi:अभी-अभी\";'),('anp','messages:lag-warn-high','s:306:\"hi:आँकड़ाकोष सेवक में अधिक देर की वजह से $1 {{PLURAL:$1|सेकिंड|सेकिंड}} से पहले तक के बदलाव ही इस सूची में निश्चित रूप से दिखेंगे।\";'),('anp','messages:lag-warn-normal','s:190:\"hi:पिछले $1 {{PLURAL:$1|सेकिंड|सेकिंड}} में हुए बदलाव संभवतः इस सूची में नहीं आएँगे।\";'),('anp','messages:laggedreplicamode','s:163:\"anp:\'\'\'चेतावनी:\'\'\' इ पृष्ठ अद्यतनीत जानकारी-युक्त नै होय के आशंका छै.\";'),('anp','messages:language-converter-depth-warning','s:106:\"hi:भाषा कन्वर्टर गहराई सीमा से बाहर गया ( $1 )\";'),('anp','messages:large-file','s:160:\"hi:फ़ाइलें $1 से कम आकार की होना आवश्यक हैं;\nयह फ़ाइल $2 आकार की है।\";'),('anp','messages:largefileserver','s:126:\"hi:इस फ़ाइल का आकार निर्धारित आकार सीमा के पार है।\";'),('anp','messages:last','s:19:\"anp:पिछला\";'),('anp','messages:lastmodifiedat','s:117:\"anp:ई पन्ना क पिछलौ परिवर्तन $1 क $2 बजे होलौ छेलै।\";'),('anp','messages:lastmodifiedatby','s:104:\"hi:इस पृष्ठ का आखिरी बदलाव $3 ने $2, $1 पर किया।\";'),('anp','messages:license','s:38:\"anp:लाइसेन्सिंग:\";'),('anp','messages:license-header','s:37:\"anp:लाइसेन्सिंग\";'),('anp','messages:license-nopreview','s:53:\"hi:(झलक उपलब्ध नहीं है)\";'),('anp','messages:licenses','s:4:\"en:-\";'),('anp','messages:licenses-edit','s:65:\"hi:लाइसेंस विकल्प सम्पादन\";'),('anp','messages:limitreport-cputime','s:66:\"hi:सी०पी०यू० समय का प्रयोग\";'),('anp','messages:limitreport-cputime-value','s:38:\"hi:$1 {{PLURAL:$1|सॅकेंड}}\";'),('anp','messages:limitreport-expansiondepth','s:59:\"hi:उच्चतम विस्तार गहराई\";'),('anp','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('anp','messages:limitreport-expensivefunctioncount','s:88:\"hi:महंगे पार्सर फंक्शनों की संख्या\";'),('anp','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('anp','messages:limitreport-postexpandincludesize','s:78:\"hi:विस्तार उपरांत विकिपाठ आकार\";'),('anp','messages:limitreport-postexpandincludesize-value','s:35:\"hi:$1/$2 {{PLURAL:$2|बाइट}}\";'),('anp','messages:limitreport-ppvisitednodes','s:92:\"hi:प्रिप्रोसेसर जा चुकी नोड की गिनती\";'),('anp','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('anp','messages:limitreport-templateargumentsize','s:50:\"hi:साँचा प्राचल आकार\";'),('anp','messages:limitreport-templateargumentsize-value','s:35:\"hi:$1/$2 {{PLURAL:$2|बाइट}}\";'),('anp','messages:limitreport-title','s:58:\"hi:पार्सर का विवरण डाटा:\";'),('anp','messages:limitreport-unstrip-depth','s:26:\"hi:Unstrip recursion depth\";'),('anp','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('anp','messages:limitreport-unstrip-size','s:27:\"hi:Unstrip post-expand size\";'),('anp','messages:limitreport-unstrip-size-value','s:54:\"hi:$1/$2 {{PLURAL:$2|बाइट|बाइट्स}}\";'),('anp','messages:limitreport-walltime','s:47:\"hi:रियल टाइम प्रयोग\";'),('anp','messages:limitreport-walltime-value','s:38:\"hi:$1 {{PLURAL:$1|सॅकेंड}}\";'),('anp','messages:lineno','s:26:\"anp:पंक्ति $1:\";'),('anp','messages:linkaccounts','s:34:\"hi:खाता जोड़ें\";'),('anp','messages:linkaccounts-submit','s:34:\"hi:खाता जोड़ें\";'),('anp','messages:linkaccounts-success-text','s:41:\"hi:खाता जुड़ गया।\";'),('anp','messages:linksearch','s:45:\"anp:बाहरी कड़ी खोजौ\";'),('anp','messages:linksearch-error','s:143:\"hi:वाईल्डकार्ड्स होस्टनाम के सिर्फ शुरू में आ सकते हैं।\";'),('anp','messages:linksearch-line','s:58:\"hi:$2 में से $1 जुडा हुआ हैं\";'),('anp','messages:linksearch-ns','s:28:\"hi:नामस्थान:\";'),('anp','messages:linksearch-ok','s:18:\"hi:खोजें\";'),('anp','messages:linksearch-pat','s:49:\"hi:खोजने के लिये पाठ:\";'),('anp','messages:linksearch-summary','s:3:\"en:\";'),('anp','messages:linksearch-text','s:495:\"hi:\"*.wikipedia.org\" जैसे वाईल्ड-कार्ड्स प्रयोग किये जा सकते हैं।\nकम-से-कम \".org\" जैसे किसी top-level डोमेन की आवश्यकता है।<br />\nस्वीकार्य {{PLURAL:$2|प्रोटोकॉल}}: $1 (यदि कोई प्रोटोकॉल ना दिया जाए तो http:// का प्रयोग किया जाता है)\";'),('anp','messages:linkshere','s:88:\"anp:नीचे के सिनी पन्ना \'\'\'$2\'\'\' सँ जुड़लौ:\";'),('anp','messages:linkstoimage','s:194:\"anp:ई फ़ाइल के प्रयोग नीच्चाँ देलौ गेलौ {{PLURAL:$1|पन्ना|$1 पन्ना सिनी}} प होय रहलौ छै:\";'),('anp','messages:linkstoimage-more','s:541:\"anp:$1 सँ जादा {{PLURAL:$1|पन्ना|पन्ना सिनी}} प ई फ़ाइल के प्रयोग होय रहलौ छै।\nनीचें देलौ गेलौ सूची {{PLURAL:$1|पहलौ पन्ना|पहलौ $1 पन्ना सिनी}} क दर्शाय रहलौ छै, जे खाली ई फ़ाइल के प्रयोग करी रहलौ छै।\n[[Special:WhatLinksHere/$2|सौंसे सूची]] उपलब्ध छै।\";'),('anp','messages:linkstoimage-redirect','s:63:\"anp:$1(फ़ाइल पुनर्निर्देश) $2\";'),('anp','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('anp','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('anp','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('anp','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('anp','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('anp','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('anp','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('anp','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('anp','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('anp','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('anp','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('anp','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('anp','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('anp','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('anp','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('anp','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('anp','messages:listduplicatedfiles','s:89:\"hi:डुप्लिकेट के साथ फाइलों की सूची।\";'),('anp','messages:listduplicatedfiles-entry','s:113:\"hi:[[:File:$1|$1]] रखता है  [[$3|{{PLURAL:$2|एक प्रतिलिपि|$2 duplicates}}]] ।\";'),('anp','messages:listduplicatedfiles-summary','s:371:\"hi:यह एैसे फ़ाइलों की सूची है जिनका नवीनतम संस्करण दूसरे फ़ाइलों के नवीनतम संस्करण की प्रतिलिपि हैं। सिर्फ़ स्थानीय फ़ाइलों को विचारा गया है।\";'),('anp','messages:listfiles','s:29:\"anp:फाइल सूची\";'),('anp','messages:listfiles-delete','s:18:\"hi:हटाएँ\";'),('anp','messages:listfiles-latestversion','s:40:\"hi:वर्तमान अवतरण\";'),('anp','messages:listfiles-latestversion-no','s:15:\"hi:नहीं\";'),('anp','messages:listfiles-latestversion-yes','s:12:\"hi:हाँ\";'),('anp','messages:listfiles-show-all','s:114:\"hi:फ़ाइलों के पुराने संस्करणों को शामिल करें\";'),('anp','messages:listfiles-summary','s:135:\"hi:यह विशेष पृष्ठ सभी अपलोड की गई फ़ाइलें दर्शाता है।\";'),('anp','messages:listfiles-userdoesnotexist','s:96:\"hi:अपयोगकर्ता खाता \"$1\" पंजीकृत नहीं है।\";'),('anp','messages:listfiles_count','s:18:\"hi:अवतरण\";'),('anp','messages:listfiles_date','s:21:\"hi:दिनांक\";'),('anp','messages:listfiles_description','s:18:\"hi:विवरण\";'),('anp','messages:listfiles_name','s:12:\"hi:नाम\";'),('anp','messages:listfiles_size','s:15:\"hi:आकार\";'),('anp','messages:listfiles_subpage','s:40:\"hi:$1 द्वारा अपलोड\";'),('anp','messages:listfiles_thumb','s:30:\"hi:अंगूठाकार\";'),('anp','messages:listfiles_user','s:18:\"hi:सदस्य\";'),('anp','messages:listgrants','s:21:\"hi:प्रदान\";'),('anp','messages:listgrants-grant','s:21:\"hi:अधिकार\";'),('anp','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('anp','messages:listgrants-rights','s:21:\"hi:अधिकार\";'),('anp','messages:listgrants-summary','s:653:\"hi:यह प्रदान की गई सूची है। सदस्य अपने खाते को अनुपयोग के द्वारा उपयोग कर सकते हैं, लेकिन केवल कुछ सीमित अधिकार तक ही। यह अधिकार सदस्य द्वारा दिया गया अधिकार तक ही सीमित रहता है। यहाँ [[{{MediaWiki:Listgrouprights-helppage}}|अन्य जानकारी]] भी है, जो एक अधिकार के बारे में बताता है। \\\";'),('anp','messages:listgrouprights','s:50:\"hi:सदस्य समूह अधिकार\";'),('anp','messages:listgrouprights-addgroup','s:52:\"hi:{{PLURAL:$2|समूह}} जोड़ें: $1\";'),('anp','messages:listgrouprights-addgroup-all','s:44:\"hi:सभी समूह जोड़ें\";'),('anp','messages:listgrouprights-addgroup-self','s:88:\"hi:अपने खाते में {{PLURAL:$2|समूह}} जोड़ें: $1\";'),('anp','messages:listgrouprights-addgroup-self-all','s:90:\"hi:अपने खाते में सभी समूह शामिल करें\";'),('anp','messages:listgrouprights-group','s:15:\"hi:समूह\";'),('anp','messages:listgrouprights-helppage','s:39:\"hi:Help:समूह अधिकार\";'),('anp','messages:listgrouprights-key','s:171:\"hi:* <span class=\"listgrouprights-granted\">दिए गए अधिकार</span>\n* <span class=\"listgrouprights-revoked\">हटाए गए अधिकार</span>\";'),('anp','messages:listgrouprights-members','s:34:\"anp:(सदस्य सूची)\";'),('anp','messages:listgrouprights-namespaceprotection-header','s:56:\"hi:नामस्थान की बंदिशें\";'),('anp','messages:listgrouprights-namespaceprotection-namespace','s:27:\"hi:नामस्थान\";'),('anp','messages:listgrouprights-namespaceprotection-restrictedto','s:146:\"hi:उपयोगकर्ता को सम्पादन करने में सक्षम करने वाले अधिकार\";'),('anp','messages:listgrouprights-removegroup','s:49:\"hi:समूह {{PLURAL:$2|हटाएँ}}: $1\";'),('anp','messages:listgrouprights-removegroup-all','s:41:\"hi:सभी समूह हटाएँ\";'),('anp','messages:listgrouprights-removegroup-self','s:84:\"hi: अपने  खाते से {{PLURAL:$2|समूह}} हटाएँ: $1\";'),('anp','messages:listgrouprights-removegroup-self-all','s:74:\"hi:अपने खाते से सभी समूह हटाएँ\";'),('anp','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('anp','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('anp','messages:listgrouprights-rights','s:21:\"hi:अधिकार\";'),('anp','messages:listgrouprights-summary','s:446:\"hi:नीचे इसे विकि के लिए परिभाषित सदस्य समूहों की सूची है, साथ में हर समूह से जुड़े अधिकार भी वर्णित हैं।\nहर अधिकार के बारे में [[{{MediaWiki:Listgrouprights-helppage}}|अतिरिक्त जानकारी]] भी उपलब्ध है।\";'),('anp','messages:listredirects','s:68:\"hi:पुनर्निर्देशनों की सूची\";'),('anp','messages:listredirects-summary','s:3:\"en:\";'),('anp','messages:listusers','s:31:\"anp:सदस्यसूची\";'),('anp','messages:listusers-blocked','s:26:\"hi:(अवरोधित)\";'),('anp','messages:listusers-creationsort','s:102:\"hi:निर्माण तिथि के आधार पर क्रमांकन करें\";'),('anp','messages:listusers-desc','s:82:\"hi:अवरोही क्रम में क्रमबद्ध करें\";'),('anp','messages:listusers-editsonly','s:89:\"hi:केवल संपादन कर चुके सदस्य दिखाएँ\";'),('anp','messages:listusers-noresult','s:47:\"hi:सदस्य नहीं मिला।\";'),('anp','messages:listusers-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:listusers-summary','s:3:\"en:\";'),('anp','messages:listusers-temporarygroupsonly','s:124:\"hi:केवल अस्थायी सदस्य समूह के सदस्यों को दिखायें\";'),('anp','messages:listusersfrom','s:110:\"hi:इस अक्षर से शुरू होने वाले सदस्य दर्शाएँ:\";'),('anp','messages:localtime','s:35:\"hi:स्थानीय समय:\";'),('anp','messages:lockbtn','s:47:\"hi:डाटाबेस लॉक करें\";'),('anp','messages:lockconfirm','s:120:\"hi:जी हां, मुझे सचमुच डाटाबेस को ताला लगाना हैं।\";'),('anp','messages:lockdb','s:47:\"hi:डाटाबेस लॉक करें\";'),('anp','messages:lockdbsuccesssub','s:80:\"hi:डाटाबेस को ताला लगाया गया हैं\";'),('anp','messages:lockdbsuccesstext','s:268:\"hi:डाटाबेस को ताला लगाया गया हैं।<br />\nआपके द्वारा मेंटेनन्स पूरा होने के बाद [[Special:UnlockDB|ताला खोलना]] याद रखें।\";'),('anp','messages:lockdbtext','s:782:\"hi:डेटाबेस को लॉक करने पर कोई भी सदस्य, पृष्ठों को संपादित नहीं कर पाएगा, अपनी वरीयताएँ बदल नहीं पाएगा, अपनी ध्यानसूची संपादित नहीं कर पाएगा, और ऐसा कोई काम नहीं कर पाएगा जिससे डेटाबेस में कोई बदलाव आता हो।\nकृपया निश्चित करें कि आप यही चाहते हैं, और यह कि काम हो जाने के बाद आप डेटाबेस को दोबारा खोल देंगे।\";'),('anp','messages:lockedbyandtime','s:66:\"hi:(द्वारा {{GENDER:$1|$1}} पर $2 यहां $3)\";'),('anp','messages:lockfilenotwritable','s:307:\"hi:डाटाबेस के लॉक फ़ाईलमें लिख नहीं पा रहें हैं।\nडाटाबेस का ताला लगाने या खोलनेके लिये, इस फ़ाईलपर लिखा जाना जरूरी हैं।\";'),('anp','messages:lockmanager-fail-acquirelock','s:102:\"hi:\"$1\" के लिए लॉक प्राप्त नहीं किया जा सका।\";'),('anp','messages:lockmanager-fail-closelock','s:87:\"hi:\"$1\" की लॉक फ़ाइल बंद नहीं की जा सकी।\";'),('anp','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('anp','messages:lockmanager-fail-db-bucket','s:179:\"hi:बकेट $1 में आवश्यक संख्या में लॉक डाटाबेसों से सम्पर्क नहीं हो पाया।\";'),('anp','messages:lockmanager-fail-db-release','s:96:\"hi:डाटाबेस $1 से ताला हटाया नहीं जा सका।\";'),('anp','messages:lockmanager-fail-deletelock','s:83:\"hi:\"$1\" की लॉक फ़ाइल हटाई नहीं जा सकी।\";'),('anp','messages:lockmanager-fail-openlock','s:561:\"hi:\"$1\" के लिये लॉक फ़ाइल खोली नहीं जा सकी। सुनिश्चित करें कि आपकी अपलोड डायरेक्ट्री सही से कॉन्फ़िगर है तथा आपका वेब सर्वर को वः डायरेक्ट्री देखने की अनुमति है।\nअधिक जानकारी के लिये https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory देखें।\";'),('anp','messages:lockmanager-fail-releaselock','s:83:\"hi:\"$1\" के लिए लॉक हटाया नहीं जा सका।\";'),('anp','messages:lockmanager-fail-svr-acquire','s:119:\"hi:सर्वर $1 पर तालों को प्राप्त नहीं किया जा सका।\";'),('anp','messages:lockmanager-fail-svr-release','s:90:\"hi:सर्वर $1 से टाला हटाया नहीं जा सका।\";'),('anp','messages:lockmanager-notlocked','s:107:\"hi:\"$1\" अनलॉक नहीं किया जा सका; ये बंद नहीं है।\";'),('anp','messages:locknoconfirm','s:129:\"hi:आपने कन्फर्मेशन सन्दूकमें क्लिक नहीं किया हैं।\";'),('anp','messages:log','s:26:\"anp:लॉग सूची\";'),('anp','messages:log-action-filter-all','s:12:\"hi:सभी\";'),('anp','messages:log-action-filter-block','s:45:\"hi:अवरोध के प्रकार:\";'),('anp','messages:log-action-filter-block-block','s:18:\"hi:अवरोध\";'),('anp','messages:log-action-filter-block-reblock','s:43:\"hi:अवरोध परिवर्तन\";'),('anp','messages:log-action-filter-block-unblock','s:34:\"hi:अवरोध हटाना\";'),('anp','messages:log-action-filter-contentmodel','s:89:\"hi:सामग्री मॉडल परिवर्तन का प्रकार:\";'),('anp','messages:log-action-filter-contentmodel-change','s:63:\"hi:सामग्री मॉडल में बदलाव\";'),('anp','messages:log-action-filter-contentmodel-new','s:130:\"hi:गैर-डिफ़ॉल्ट सामग्री मॉडल वाले पृष्ठ का निर्माण\";'),('anp','messages:log-action-filter-delete','s:45:\"hi:हटाने के प्रकार:\";'),('anp','messages:log-action-filter-delete-delete','s:34:\"hi:पृष्ठ हटाना\";'),('anp','messages:log-action-filter-delete-delete_redir','s:61:\"hi:पुननिर्देशित ओवरराइट\";'),('anp','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('anp','messages:log-action-filter-delete-event','s:51:\"hi:पृष्ठ हटाने का लॉग\";'),('anp','messages:log-action-filter-delete-restore','s:38:\"hi:पृष्ठ न हटाना\";'),('anp','messages:log-action-filter-delete-revision','s:34:\"hi:अवतरण हटाना\";'),('anp','messages:log-action-filter-import','s:42:\"hi:आयात के प्रकार:\";'),('anp','messages:log-action-filter-import-interwiki','s:40:\"hi:अंतरविकि आयात\";'),('anp','messages:log-action-filter-import-upload','s:75:\"hi:एक्सएमएल अपलोड द्वारा आयात\";'),('anp','messages:log-action-filter-managetags','s:86:\"hi:टैग प्रबंधन कार्रवाई का प्रकार:\";'),('anp','messages:log-action-filter-managetags-activate','s:34:\"hi:टैग सक्रियण\";'),('anp','messages:log-action-filter-managetags-create','s:43:\"hi:चिप्पि निर्मित\";'),('anp','messages:log-action-filter-managetags-deactivate','s:49:\"hi:टैग निष्क्रियकरण\";'),('anp','messages:log-action-filter-managetags-delete','s:28:\"hi:टैग हटाना\";'),('anp','messages:log-action-filter-move','s:60:\"hi:स्थानांतरण के प्रकार:\";'),('anp','messages:log-action-filter-move-move','s:132:\"hi:पुननिर्देशों को ओवरराईट किये बिना स्थान्तरण करे\";'),('anp','messages:log-action-filter-move-move_redir','s:119:\"hi:पुननिर्देशों को ओवरराईट किये स्थान्तरण करे\";'),('anp','messages:log-action-filter-newusers','s:64:\"hi:खाता निर्माण के प्रकार:\";'),('anp','messages:log-action-filter-newusers-autocreate','s:40:\"hi:स्वतः निर्मित\";'),('anp','messages:log-action-filter-newusers-byemail','s:118:\"hi:पासवर्ड ईमेल द्वारा भेजा गया के साथ निर्मित\";'),('anp','messages:log-action-filter-newusers-create','s:78:\"hi:अज्ञात सदस्य द्वारा निर्मित\";'),('anp','messages:log-action-filter-newusers-create2','s:81:\"hi:पंजीकृत सदस्य द्वारा निर्मित\";'),('anp','messages:log-action-filter-patrol','s:51:\"hi:परीक्षण के प्रकार:\";'),('anp','messages:log-action-filter-patrol-autopatrol','s:46:\"hi:स्वतः पुनरीक्षण\";'),('anp','messages:log-action-filter-patrol-patrol','s:62:\"hi:सदस्य द्वारा परीक्षित\";'),('anp','messages:log-action-filter-protect','s:51:\"hi:सुरक्षा के प्रकार:\";'),('anp','messages:log-action-filter-protect-modify','s:49:\"hi:सुरक्षा परिवर्तन\";'),('anp','messages:log-action-filter-protect-move_prot','s:55:\"hi:सुरक्षा स्थानांतरण\";'),('anp','messages:log-action-filter-protect-protect','s:24:\"hi:सुरक्षा\";'),('anp','messages:log-action-filter-protect-unprotect','s:27:\"hi:असुरक्षा\";'),('anp','messages:log-action-filter-rights','s:64:\"hi:अधिकार बदलाव के प्रकार:\";'),('anp','messages:log-action-filter-rights-autopromote','s:43:\"hi:स्वतः परिवर्तन\";'),('anp','messages:log-action-filter-rights-rights','s:46:\"hi:मैनुअल परिवर्तन\";'),('anp','messages:log-action-filter-suppress','s:39:\"hi:दमन के प्रकार:\";'),('anp','messages:log-action-filter-suppress-block','s:66:\"hi:ब्लॉक द्वारा युजर अवरोध\";'),('anp','messages:log-action-filter-suppress-delete','s:34:\"hi:पृष्ठ अवरोध\";'),('anp','messages:log-action-filter-suppress-event','s:28:\"hi:लॉग अवरोध\";'),('anp','messages:log-action-filter-suppress-reblock','s:77:\"hi:पुन: ब्लॉक द्वारा युजर अवरोध\";'),('anp','messages:log-action-filter-suppress-revision','s:37:\"hi:संशोधन अवरोध\";'),('anp','messages:log-action-filter-upload','s:45:\"hi:अपलोड के प्रकार:\";'),('anp','messages:log-action-filter-upload-overwrite','s:35:\"hi:फिर से अपलोड\";'),('anp','messages:log-action-filter-upload-revert','s:37:\"hi:पूर्ववत करें\";'),('anp','messages:log-action-filter-upload-upload','s:28:\"hi:नया अपलोड\";'),('anp','messages:log-description-contentmodel','s:339:\"hi:यह पृष्ठ, पृष्ठों के सामग्री मॉडल और प्रारम्भिक के अतिरिक्त सामग्री मॉडल द्वारा निर्मित पृष्ठों के परिवर्तनों की सूची रखता है।\";'),('anp','messages:log-description-create','s:113:\"hi:नीचे हाल में बनाये गये पृष्ठों की सूची है।\";'),('anp','messages:log-description-managetags','s:730:\"hi:इस पृष्ठ में उन प्रबंधन कार्यों की सूची है जो [[Special:Tags|टैगों]] से सम्बंधित हैं। लॉग में केवल वही क्रियाओं को बयान किया गया है जो मानवीय रूप से किसी प्रबंधक द्वारा पूरा किया गया हो। टैगों को विकि सॉफ़्टवेयर द्वारा बनाया या हटाया जा सकता है जिसकी प्रविष्टि लॉग में होना आवश्यक नहीं है।\";'),('anp','messages:log-description-pagelang','s:106:\"hi:यह पृष्ठ भाषाओं में परिवर्तन का लॉग है।\";'),('anp','messages:log-description-tag','s:593:\"hi:इस पृष्ठ पर देखा जा सकता है कि उपयोगकर्ता कब व्यक्तिगत संशोधनों और लॉग प्रविष्टियों से [[Special:Tags|टैग]] जोड़ चुके हैं या हटा चुके हैं। लॉग से टैगिंग कार्यों की सूची नहीं मिलती कि वह कब सम्पादन, हटाए जाने या ऐसे किसी काम का हिस्सा बने।\";'),('anp','messages:log-edit-tags','s:108:\"hi:चुने गए लॉग प्रविक्तियों एक सम्पादन टैग\";'),('anp','messages:log-fulllog','s:39:\"anp:पूरा लॉग देखौ\";'),('anp','messages:log-name-contentmodel','s:62:\"hi:सामाग्री परिवर्तन लॉग\";'),('anp','messages:log-name-create','s:50:\"hi:पृष्ठ निर्माण लॉग\";'),('anp','messages:log-name-managetags','s:44:\"hi:समय प्रबंधन लॉग\";'),('anp','messages:log-name-pagelang','s:41:\"hi:भाषा बदलाव लॉग\";'),('anp','messages:log-name-tag','s:22:\"hi:टैग लॉग\";'),('anp','messages:log-title-wildcard','s:100:\"hi:इस पाठ से शुरू होने वाले शीर्षक खोजें\";'),('anp','messages:logdelete-failure','s:107:\"hi:\'\'\'लॉग दृश्यता का जमाव नहीं किया जा सका:\'\'\'\n$1\";'),('anp','messages:logdelete-selected','s:118:\"anp:{{PLURAL:$1|चुनलौ गेलौ|चुनलौ गेलौ सब्भे}} लॉग इवेंट:\";'),('anp','messages:logdelete-success','s:64:\"anp:लॉग दृष्यता बदलौ गेलै।\";'),('anp','messages:logdelete-text','s:330:\"hi:हटाए गए प्रवेश घटनाओं अभी भी लॉग में दिखाई देंगे, लेकिन उनकी सामग्री के कुछ हिस्सों को सार्वजनिक करने के लिए दुर्गम हो जाएगा।\";'),('anp','messages:logempty','s:78:\"anp:लॉग मँ ऐसनौ प्रविष्टि नै छै।\";'),('anp','messages:logentry-block-block','s:118:\"hi:$1 ने {{GENDER:$4|$3}} को $5 के लिए {{GENDER:$2|अवरोधित}} कर दिया। $6\";'),('anp','messages:logentry-block-reblock','s:167:\"hi:$1 ने {{GENDER:$4|$3}} के अवरोध में {{GENDER:$2|बदलाव}} कर दिया और यह अवरोध $5 रहेगा। $6\";'),('anp','messages:logentry-block-unblock','s:67:\"hi:$1 {{GENDER:$2|प्रतिबंधित}} {{GENDER:$4|$3}}\";'),('anp','messages:logentry-contentmodel-change','s:132:\"hi:$1 ने $3 पृष्ठ का सामग्री \"$4\" से \"$5\" {{GENDER:$2|परिवर्तित किया}}\";'),('anp','messages:logentry-contentmodel-change-revert','s:37:\"hi:पूर्ववत करें\";'),('anp','messages:logentry-contentmodel-change-revertlink','s:37:\"hi:पूर्ववत करें\";'),('anp','messages:logentry-contentmodel-new','s:167:\"hi:$1 ने  $3 पृष्ठ का {{GENDER:$2|निर्माण}} किया बिना मूल सामग्री प्रारूप के \"$5\"\";'),('anp','messages:logentry-create-create','s:61:\"hi:$1 ने $3 पृष्ठ {{GENDER:$2|बनाया}}\";'),('anp','messages:logentry-delete-delete','s:75:\"anp:$1 न॑ पृष्ठ $3 {{GENDER:$2|हटाय}} देलकै\";'),('anp','messages:logentry-delete-delete_redir','s:147:\"hi:$1 ने $3 से पुनर्निर्देशन {{GENDER:$2|हटाकर}} अन्य जानकारी डाल दी।\";'),('anp','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('anp','messages:logentry-delete-event','s:187:\"hi:$1 ने $3 पृष्ठ की लॉग {{PLURAL:$5|प्रविष्टि|प्रविष्टियों}} की दृश्यता {{GENDER:$2|बदली}}: $4\";'),('anp','messages:logentry-delete-event-legacy','s:129:\"hi:$1 ने $3 पृष्ठ पर लॉग क्रियाओं की दृश्यता {{GENDER:$2|बदली}}\";'),('anp','messages:logentry-delete-restore','s:121:\"anp:$1 न॑ पृष्ठ $3 ($4) क॑ {{GENDER:$2|पुनर्स्थापित}} करी देलकै\";'),('anp','messages:logentry-delete-restore-nocount','s:71:\"hi:$1 $3 पृष्ठ {{GENDER:$2|को बहाल किया}}\";'),('anp','messages:logentry-delete-revision','s:167:\"anp:$1 न॑ $3 पृष्ठ के {{PLURAL:$5|एक अवतरण|$5 अवतरणों}} के दृश्यता {{GENDER:$2|बदललकै}}: $4\";'),('anp','messages:logentry-delete-revision-legacy','s:116:\"hi:$1 ने $3 पृष्ठ पर अवतरणों की दृश्यता {{GENDER:$2|बदली}}\";'),('anp','messages:logentry-import-interwiki','s:98:\"hi:$1 {{GENDER:$2|आयात किया गया}} $3 किसी और विकि से\";'),('anp','messages:logentry-import-interwiki-details','s:139:\"hi:$1 ने $3 के ($4 {{PLURAL:$4|अवतरण|अवतरणों}}) को $5 से {{GENDER:$2|आयात}} किया।\";'),('anp','messages:logentry-import-upload','s:123:\"hi:$1 {{GENDER:$2|आयात किया गया}} $3 फ़ाइल अपलोड के माध्यम से\";'),('anp','messages:logentry-import-upload-details','s:168:\"hi:$1 ने फ़ाइल अपलोड से $3 के ($4 {{PLURAL:$4|अवतरण|अवतरणों}}) को {{GENDER:$2|आयात}} किया।\";'),('anp','messages:logentry-managetags-activate','s:179:\"hi:टैग \"$4\" उपयोगकर्ताओं और बॉटों के प्रयोग के लिए $1 {{GENDER:$2|सक्रिय किया गया}}\";'),('anp','messages:logentry-managetags-create','s:60:\"hi:$1 {{GENDER:$2|बनाया गया}} टैग \"$4\"\";'),('anp','messages:logentry-managetags-deactivate','s:182:\"hi:टैग \"$4\" उपयोगकर्ताओं और बॉटों के प्रयोग के लिए $1 {{GENDER:$2|असक्रिय किया गया}}\";'),('anp','messages:logentry-managetags-delete','s:250:\"hi:$1 {{GENDER:$2|हटाया गया}} टैग \"$4\" ($5 से हटाया गया {{PLURAL:$5|संशोधन या लॉग प्रविष्टि|संशोधन या लॉग प्रविष्टियाँ }})\";'),('anp','messages:logentry-merge-merge','s:109:\"hi:$1 {{GENDER:$2|विलय किया गया}} $3 को $4 में (संशोधन $5 तक)\";'),('anp','messages:logentry-move-move','s:106:\"anp:$1 न॑ $3 पृष्ठ $4 पर {{GENDER:$2|स्थानांतरित}} करलकै\";'),('anp','messages:logentry-move-move-noredirect','s:173:\"anp:$1 न $3 प पुनर्निर्देश छोड़लौ बिना ओकरा $4 पर {{GENDER:$2|स्थानांतरित}} करलकै\";'),('anp','messages:logentry-move-move_redir','s:165:\"anp:$1 ने $4 सँ पुनर्निर्देश हटाय क $3 क ओकरा प {{GENDER:$2|स्थानांतरित}} करलकै\";'),('anp','messages:logentry-move-move_redir-noredirect','s:230:\"hi:$1 ने एक अनुप्रेषण छोड़ते हुए अनुप्रेषण छोड़े बिना पृष्ठ $3 को $4 पर {{GENDER:$2|स्थानांतरित किया}}\";'),('anp','messages:logentry-newusers-autocreate','s:117:\"anp:खाता $1 स्वचालित रूप सँ {{GENDER:$2|बनैलौ}} गेलौ छेलै\";'),('anp','messages:logentry-newusers-byemail','s:191:\"hi:$1 द्वारा सदस्य खाता $3 {{GENDER:$2|बनाया}} गया एवं पासवर्ड ई-मेल द्वारा भेजा गया था\";'),('anp','messages:logentry-newusers-create','s:78:\"anp:सदस्य खाता $1 {{GENDER:$2|बनैलौ}} गेलै\";'),('anp','messages:logentry-newusers-create2','s:103:\"hi:सदस्य खाता $3 $1 द्वारा {{GENDER:$2|बनाया}} गया था\";'),('anp','messages:logentry-newusers-newusers','s:74:\"hi:सदस्य खाता $1 {{GENDER:$2|बनाया}} गया\";'),('anp','messages:logentry-non-editing-block-block','s:199:\"hi:$1 ने {{GENDER:$4|$3}} को विशेष गैर-सम्पादन कार्यों से $5 $6 समय तक {{GENDER:$2|अवरोधित कर दिया है}}\";'),('anp','messages:logentry-non-editing-block-reblock','s:302:\"hi:$1 ने {{GENDER:$4|$3}} की विशेष गैर-सम्पादन कार्यों की अवरोध सेटिंग में {{GENDER:$2|बदलाव कर दिया है}}। अब यह प्रतिबन्ध $5 $6 समय तक रहेगा।\";'),('anp','messages:logentry-pagelang-pagelang','s:124:\"hi:$1 {{GENDER:$2|बदल दिया गया}} पृष्ठ भाषा को $3 के लिए $4 से $5।\";'),('anp','messages:logentry-partialblock-block','s:170:\"hi:$1 ने {{GENDER:$4|$3}} को $7 सम्पादित करने से $5 $6 समय तक {{GENDER:$2|अवरोधित कर दिया है}}\";'),('anp','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('anp','messages:logentry-partialblock-block-ns','s:44:\"hi:{{PLURAL:$1|नामस्थान}} $2\";'),('anp','messages:logentry-partialblock-block-page','s:35:\"hi:{{PLURAL:$1|पृष्ठ}} $2\";'),('anp','messages:logentry-partialblock-reblock','s:235:\"hi:$1 ने {{GENDER:$4|$3}} की $7 पर अवरोध सेटिंग में {{GENDER:$2|बदलाव कर दिया है}}। अब यह प्रतिबन्ध $5 $6 समय तक रहेगा।\";'),('anp','messages:logentry-patrol-patrol','s:138:\"hi:$1 ने $3 पृष्ठ के $4 अवतरण को परीक्षित {{GENDER:$2|चिह्नित}} किया\";'),('anp','messages:logentry-patrol-patrol-auto','s:181:\"anp:$1 न $3 पृष्ठ केरौ $4 अवतरण क स्वचालित रूप स परीक्षित {{GENDER:$2|चिन्हित}} करलकै\";'),('anp','messages:logentry-protect-modify','s:115:\"hi:$1 ने $3 $4 का सुरक्षा स्तर {{GENDER:$2|परिवर्तित किया}}\";'),('anp','messages:logentry-protect-modify-cascade','s:136:\"hi:$1 ने $3 $4 का सुरक्षा स्तर {{GENDER:$2|परिवर्तित किया}} [व्यापक]\";'),('anp','messages:logentry-protect-move_prot','s:160:\"hi:$1 ने सुरक्षा व्यवस्था $4 से {{GENDER:$2|स्थानांतरित}} कर $3 में कर दिया।\";'),('anp','messages:logentry-protect-protect','s:73:\"hi:$1 ने $3 $4 {{GENDER:$2|सुरक्षित}} किया।\";'),('anp','messages:logentry-protect-protect-cascade','s:91:\"hi:$1 ने $3 $4 {{GENDER:$2|सुरक्षित किया}} [व्यापक]\";'),('anp','messages:logentry-protect-unprotect','s:74:\"hi:$1 ने $3 से सुरक्षा {{GENDER:$2|हटाया}}\";'),('anp','messages:logentry-rights-autopromote','s:120:\"hi:$1 के सदस्य समूह स्वतः $4 से बदलकर $5 {{GENDER:$2|किये}} गए\";'),('anp','messages:logentry-rights-rights','s:121:\"hi:$1 ने {{GENDER:$6|$3}} के सदस्य समूह $4 से बदलकर $5 {{GENDER:$2|किये}}\";'),('anp','messages:logentry-rights-rights-legacy','s:78:\"hi:$1 ने $3 के सदस्य समूह {{GENDER:$2|बदले}}\";'),('anp','messages:logentry-suppress-block','s:118:\"hi:$1 ने {{GENDER:$4|$3}} को $5 के लिए {{GENDER:$2|अवरोधित}} कर दिया। $6\";'),('anp','messages:logentry-suppress-delete','s:71:\"hi:$1 ने $3 पृष्ठ को {{GENDER:$2|छुपाया}}\";'),('anp','messages:logentry-suppress-event','s:235:\"hi:$1 ने गुप्त रूप से $3 पृष्ठ पर निम्न {{PLURAL:$5|एक लॉग क्रिया|$5 लॉग क्रियाओं}} की दृश्यता {{GENDER:$2|बदली}}: $4\";'),('anp','messages:logentry-suppress-event-legacy','s:162:\"hi:$1 ने गुप्त रूप से $3 पृष्ठ पर लॉग क्रियाओं की दृश्यता {{GENDER:$2|बदली}}\";'),('anp','messages:logentry-suppress-reblock','s:167:\"hi:$1 ने {{GENDER:$4|$3}} के अवरोध में {{GENDER:$2|बदलाव}} कर दिया और यह अवरोध $5 रहेगा। $6\";'),('anp','messages:logentry-suppress-revision','s:193:\"hi:$1 ने गुप्त रूप से $3 पृष्ठ के {{PLURAL:$5|एक अवतरण|$5 अवतरणों}} की दृश्यता {{GENDER:$2|बदली}}: $4\";'),('anp','messages:logentry-suppress-revision-legacy','s:149:\"hi:$1 ने गुप्त रूप से $3 पृष्ठ के अवतरणों की दृश्यता {{GENDER:$2|बदली}}\";'),('anp','messages:logentry-tag-update-add-logentry','s:172:\"hi:$1 {{GENDER:$2|जोड़ दिया गया}} {{PLURAL:$7|टैग|टैग-समूह}} $6 लॉग प्रविष्टि $5 $3 पृष्ठ पर\";'),('anp','messages:logentry-tag-update-add-revision','s:161:\"hi:$1 {{GENDER:$2|जोड़ दिया गया}} {{PLURAL:$7|टैग|टैग-समूह}} $6 के संशोधन $4  $3 पृष्ठ पर\";'),('anp','messages:logentry-tag-update-logentry','s:207:\"hi:$1 {{GENDER:$2|उद्यतन किए गए}} टैग संशोधन $5 पर पृष्ठ $3 के ({{PLURAL:$7|जोड़ दिए गए}} $6; {{PLURAL:$9|हटाए गए}} $8)\";'),('anp','messages:logentry-tag-update-remove-logentry','s:158:\"hi:$1 {{GENDER:$2|हटा दिया गया}} {{PLURAL:$9|टैग|टैग-समूह}} $8 $5 संशोधन से  $3 पृष्ठ पर\";'),('anp','messages:logentry-tag-update-remove-revision','s:158:\"hi:$1 {{GENDER:$2|हटा दिया गया}} {{PLURAL:$9|टैग|टैग-समूह}} $8 $4 संशोधन से  $3 पृष्ठ पर\";'),('anp','messages:logentry-tag-update-revision','s:207:\"hi:$1 {{GENDER:$2|उद्यतन किए गए}} टैग संशोधन $4 पर पृष्ठ $3 के ({{PLURAL:$7|जोड़ दिए गए}} $6; {{PLURAL:$9|हटाए गए}} $8)\";'),('anp','messages:logentry-upload-overwrite','s:114:\"anp:$1 {{GENDER:$2|अपलोड करलौ गेलै}} $3 केरौ एगो नया अवतरण\";'),('anp','messages:logentry-upload-revert','s:61:\"hi:$1 {{GENDER:$2|अपलोड किया गया}} $3\";'),('anp','messages:logentry-upload-upload','s:59:\"anp:$1 {{GENDER:$2|न}} $3 अपलोड करलकै\";'),('anp','messages:logeventslist-more-filters','s:54:\"hi:और अधिक लॉग दिखायें\";'),('anp','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('anp','messages:logeventslist-patrol-log','s:34:\"hi:परीक्षण लॉग\";'),('anp','messages:logeventslist-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:logeventslist-tag-log','s:22:\"hi:टैग लॉग\";'),('anp','messages:logging-out-notify','s:140:\"anp:तोरा लॉग-आउट करलौ जाय रहलौ छौं, कृपया प्रतीक्षा करौ।\";'),('anp','messages:login','s:20:\"anp:लॉग इन\";'),('anp','messages:login-abort-generic','s:80:\"hi:आपका लॉग इन असफल हुआ - रोका गया\";'),('anp','messages:login-migrated-generic','s:195:\"hi:आपका खाता माइग्रेट हो गया है और आपका सदस्यनाम इस विकी पर अब मौजूद नहीं है।\";'),('anp','messages:login-security','s:67:\"anp:अपनौ पहचान प्रमाणित करौ\";'),('anp','messages:login-throttled','s:269:\"hi:आपने हाल ही में कई बार लॉग इन करने के प्रयास किये हैं।\nपुनः प्रयास करने से पहले कृपया $1 प्रतीक्षा करें।\";'),('anp','messages:login-userblocked','s:146:\"hi:यह सदस्य प्रतिबन्धित है। सत्रारम्भ की अनुमति नहीं है।\";'),('anp','messages:loginerror','s:46:\"anp:लॉग इन मँ त्रुटि\";'),('anp','messages:loginlanguagelabel','s:20:\"anp:भाषा: $1\";'),('anp','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('anp','messages:loginprompt','s:3:\"en:\";'),('anp','messages:loginreqlink','s:30:\"anp:लॉग-इन करौ\";'),('anp','messages:loginreqpagetext','s:125:\"hi:अन्य पृष्ठ देखने के लिये आपको $1 करना आवश्यक है।\";'),('anp','messages:loginreqtitle','s:46:\"anp:लॉग इन आवश्यक छै\";'),('anp','messages:loginsuccess','s:165:\"hi:\'\'\'आप {{SITENAME}} में \"$1\" सदस्यनाम से लॉग इन हो {{GENDER:$1|चुके|चुकी|चुके}} हैं।\'\'\'\";'),('anp','messages:loginsuccesstitle','s:26:\"anp:लॉग्ड-इन\";'),('anp','messages:logout','s:57:\"anp:लॉग-आउट (सत्रांत) करौ\";'),('anp','messages:logout-failed','s:96:\"anp:एखनी लॉग-आउट नाय करलौ जाबै सकै छौं: $1\";'),('anp','messages:logouttext','s:370:\"anp:<strong>अबअ तोंय लॉग आउट करी चुकलौ छौ।</strong>\n\nध्यान दौ कि ब्राउज़र कैश खाली नै करै तक कुछु पृष्ठ तोरा ओने दिखै सकै छौ जैसनौ तोरा लॉग-इन करै प उ दिखथौं।\";'),('anp','messages:lonelypages','s:34:\"hi:एकाकी पृष्ठ\";'),('anp','messages:lonelypages-summary','s:3:\"en:\";'),('anp','messages:lonelypagestext','s:256:\"hi:निम्नोक्त पृष्ठ से न तो {{SITENAME}} के अन्य पृष्ठ जुड़ते हैं और न ही वे किसी और पृष्ठ के अंदर जड़े हुए हैं।\";'),('anp','messages:longpage-hint','s:4:\"en:-\";'),('anp','messages:longpageerror','s:463:\"hi:<strong>त्रुटि: आपका प्रस्तुत किया गया टेक्स्ट {{PLURAL:$1|एक किलोबाइट|$1 किलोबाइट}} लंबा है, जो {{PLURAL:$2|एक किलोबाइट|$2 किलोबाइट}} के अधिकतम मात्रा से ज़्यादा है।</strong>\nइसे प्रकाशित नहीं किया गया है।\";'),('anp','messages:longpages','s:34:\"hi:लम्बे पृष्ठ\";'),('anp','messages:longpages-summary','s:3:\"en:\";'),('anp','messages:magiclink-tracking-isbn','s:137:\"hi:आईएसबीएन के जादुई कड़ियों का उपयोग करने वाले पृष्ठ\";'),('anp','messages:magiclink-tracking-isbn-desc','s:282:\"hi:यह पृष्ठ आईएसबीएन जादू लिंक का उपयोग करता है। कैसे माइग्रेट करें [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] पर देखें।\";'),('anp','messages:magiclink-tracking-pmid','s:103:\"hi:पीएमआईडी जादू लिंक का उपयोग कर रहे पेज\";'),('anp','messages:magiclink-tracking-pmid-desc','s:282:\"hi:यह पृष्ठ पीएमआईडी जादू लिंक का उपयोग करता है। कैसे माइग्रेट करें [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] पर देखें।\";'),('anp','messages:magiclink-tracking-rfc','s:82:\"hi:RFC जादू लिंक का उपयोग कर रहे पेज\";'),('anp','messages:magiclink-tracking-rfc-desc','s:276:\"hi:यह पृष्ठ आरएफसी जादू लिंक का उपयोग करता है। कैसे माइग्रेट करें [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] पर देखें।\";'),('anp','messages:mailerror','s:65:\"hi:ई-मेल भेजने में त्रुटि: $1\";'),('anp','messages:mailmypassword','s:80:\"anp:इमेल द्वारा नया कूटशब्द भेजौ\";'),('anp','messages:mailnologin','s:80:\"hi:पाने वाले का एड्रेस दिया नहीं\";'),('anp','messages:mailnologintext','s:327:\"hi:अन्य सदस्यों को इ-मेल भेजने के लिये [[Special:UserLogin|लॉग इन]] करना आवश्यक है और आपकी [[Special:Preferences|वरीयताओं]] में वैध ई-मेल पता होना आवश्यक है।\";'),('anp','messages:mainpage','s:35:\"anp:मुख्य पृष्ठ\";'),('anp','messages:mainpage-description','s:28:\"anp:मुखपृष्ठ\";'),('anp','messages:mainpage-nstab','s:28:\"anp:मुखपृष्ठ\";'),('anp','messages:mainpage-title','s:4:\"en:-\";'),('anp','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('anp','messages:mar','s:19:\"anp:मार्च\";'),('anp','messages:march','s:19:\"anp:मार्च\";'),('anp','messages:march-gen','s:19:\"anp:मार्च\";'),('anp','messages:markaspatrolleddiff','s:62:\"hi:परीक्षित चिह्नित करें\";'),('anp','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('anp','messages:markaspatrolledtext','s:92:\"hi:इस पृष्ठ को परीक्षित चिह्नित करें\";'),('anp','messages:markaspatrolledtext-file','s:114:\"hi:इस फ़ाइल संस्करण को परीक्षित चिह्नित करें\";'),('anp','messages:markedaspatrolled','s:62:\"hi:परीक्षित चिह्नित किया\";'),('anp','messages:markedaspatrollederror','s:83:\"hi:परीक्षित चिह्नित न किया जा सका\";'),('anp','messages:markedaspatrollederror-noautopatrol','s:131:\"hi:आपको अपने बदलाव परीक्षित करने की अनुमति नहीं है।\";'),('anp','messages:markedaspatrollederrortext','s:172:\"hi:आपको परीक्षित चिह्नित करने के लिए एक अवतरण निर्दिष्ट करना होगा।\";'),('anp','messages:markedaspatrollednotify','s:115:\"hi:$1 पर बदलाव को परीक्षित चिह्नित किया गया है।\";'),('anp','messages:markedaspatrolledtext','s:136:\"hi:[[:$1]] का चयनित अवतरण परीक्षित चिह्नित कर दिया गया है।\";'),('anp','messages:maximum-size','s:36:\"anp:अधिकतम आकार:\";'),('anp','messages:may','s:10:\"anp:मई\";'),('anp','messages:may-gen','s:10:\"anp:मई\";'),('anp','messages:may_long','s:10:\"anp:मई\";'),('anp','messages:mcrundo-changed','s:230:\"hi:आपके परिवर्तन देखने के बाद पृष्ठ बदल चुका है। कृपया नये परिवर्तनों का पुनरीक्षण करें।\";'),('anp','messages:mcrundo-missingparam','s:98:\"hi:अनुरोध पर अपेक्षित प्राचल गायब हैं।\";'),('anp','messages:mcrundo-parse-failed','s:87:\"hi:नये अवतरण की व्याख्या असफल रही: $1\";'),('anp','messages:mcrundofailed','s:51:\"hi:वापस लेना असफल रहा\";'),('anp','messages:mediastatistics','s:47:\"hi:मीडिया के आंकड़े\";'),('anp','messages:mediastatistics-allbytes','s:133:\"hi:सभी फ़ाइल का कुल फ़ाइल आकार : {{PLURAL:$1|$1 बाइट|$1 बाइट्स}} ($2)\";'),('anp','messages:mediastatistics-bytespertype','s:138:\"hi:इस अनुभाग का कुल फ़ाइल आकार : {{PLURAL:$1|$1 बाइट|$1 बाइट्स}} ($2; $3%)\";'),('anp','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('anp','messages:mediastatistics-header-archive','s:46:\"hi:संकुचित प्रारूप\";'),('anp','messages:mediastatistics-header-audio','s:18:\"hi:ऑडियो\";'),('anp','messages:mediastatistics-header-bitmap','s:37:\"hi:बिटमैप चित्र\";'),('anp','messages:mediastatistics-header-drawing','s:78:\"hi:उतारे गए चित्र (वेक्टर चित्र)\";'),('anp','messages:mediastatistics-header-executable','s:43:\"hi:निष्पादन योग्य\";'),('anp','messages:mediastatistics-header-multimedia','s:56:\"hi:उच्च-प्रारूप माध्यम\";'),('anp','messages:mediastatistics-header-office','s:18:\"hi:ऑफ़िस\";'),('anp','messages:mediastatistics-header-text','s:12:\"hi:पाठ\";'),('anp','messages:mediastatistics-header-total','s:28:\"hi:सभी फ़ाइल\";'),('anp','messages:mediastatistics-header-unknown','s:21:\"hi:अज्ञात\";'),('anp','messages:mediastatistics-header-video','s:21:\"hi:विडियो\";'),('anp','messages:mediastatistics-nbytes','s:64:\"hi:{{PLURAL:$1|$1 बाइट|$1 बाइट्स}} ($2; $3%)\";'),('anp','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('anp','messages:mediastatistics-summary','s:365:\"hi:अपलोड किए गए फ़ाइल प्रकारों के आंकड़े। इसमें केवल नवीनतम फ़ाइल के अवतरण शामिल हैं। पुराने या हटाए गए फ़ाइलों के अवतरणों को अलग रखा गया है।\";'),('anp','messages:mediastatistics-table-count','s:50:\"hi:फ़ाइलों की संख्या\";'),('anp','messages:mediastatistics-table-extensions','s:46:\"hi:सम्भवतः विस्तार\";'),('anp','messages:mediastatistics-table-mimetype','s:34:\"hi:माइम प्रकार\";'),('anp','messages:mediastatistics-table-totalbytes','s:40:\"hi:संयुक्त साइज़\";'),('anp','messages:mediawarning','s:281:\"hi:<strong>चेतावनी:</strong> इस फ़ाइल प्रकार में हानिकारक कोड हो सकता है।\nसंभव है कि इसे चलाने से आपका सिस्टम हैक हो जाए।\";'),('anp','messages:mediawikipage','s:51:\"anp:सन्देश पन्ना देखौ\";'),('anp','messages:mergehistory','s:79:\"hi:पृष्ठ के इतिहास एकत्रित करें\";'),('anp','messages:mergehistory-autocomment','s:70:\"hi:[[:$2]] में [[:$1]] एकत्रित कर दिया\";'),('anp','messages:mergehistory-box','s:93:\"hi:दो पृष्ठों का इतिहास एकत्रित करें:\";'),('anp','messages:mergehistory-comment','s:74:\"hi:[[:$2]] में [[:$1]] एकत्रित कर दिया: $3\";'),('anp','messages:mergehistory-done','s:176:\"hi:$1 {{PLURAL:$3|का|के}} $3 अवतरण [[:$2]] में एकत्रित कर {{PLURAL:$3|दिया गया है|दिये गए हैं}}।\";'),('anp','messages:mergehistory-empty','s:93:\"hi:कोई भी अवतरण एकत्रित नहीं कर सकते।\";'),('anp','messages:mergehistory-fail','s:175:\"hi:इतिहास एकत्रित नहीं कर सकते, कृपया पृष्ठ और समय की पुनः जाँच करें।\";'),('anp','messages:mergehistory-fail-bad-timestamp','s:50:\"hi:समय संख्या अमान्य\";'),('anp','messages:mergehistory-fail-invalid-dest','s:56:\"hi:अमान्य लक्ष्य पृष्ठ\";'),('anp','messages:mergehistory-fail-invalid-source','s:53:\"hi:अमान्य स्रोत पृष्ठ\";'),('anp','messages:mergehistory-fail-no-change','s:214:\"hi:इतिहास विलय किसी भी अवतरण को विलय नहीं कर पाया। कृपया लेख और समय को दोबारा देखें।\";'),('anp','messages:mergehistory-fail-permission','s:83:\"hi:इतिहास विलय हेतु अधिकार कम है।\";'),('anp','messages:mergehistory-fail-self-merge','s:93:\"hi:स्रोत और भेजने वाला पृष्ठ समान है।\";'),('anp','messages:mergehistory-fail-timestamps-overlap','s:120:\"hi:स्रोत अवतरण भेजने वाले अवतरण के बाद आ रहा है।\";'),('anp','messages:mergehistory-fail-toobig','s:276:\"hi:इतिहास विलय करना संभव नहीं है क्योंकि अवतरण सीमा $1 से अधिक {{PLURAL:$1|अवतरण|अवतरणों}} को स्थानांतरित करना होगा।\";'),('anp','messages:mergehistory-from','s:36:\"anp:स्रोत पन्ना:\";'),('anp','messages:mergehistory-go','s:88:\"hi:एकत्रित करने लायक संपादन दिखाएँ\";'),('anp','messages:mergehistory-header','s:379:\"hi:यह पृष्ठ एक स्रोत पृष्ठ का इतिहास किसी अन्य पृष्ठ में मिलाने के लिये है।\nसुनिश्चित करें कि यह बदलाव पृष्ठ इतिहास में कन्टिन्य़ुईटी बरकरार रखे।\";'),('anp','messages:mergehistory-into','s:39:\"anp:लक्ष्य पन्ना:\";'),('anp','messages:mergehistory-invalid-destination','s:115:\"hi:लक्ष्य पृष्ठ का शीर्षक वैध होना आवश्यक है।\";'),('anp','messages:mergehistory-invalid-source','s:112:\"hi:स्रोत पृष्ठ का शीर्षक वैध होना आवश्यक है।\";'),('anp','messages:mergehistory-list','s:88:\"hi:एकत्रित करने लायक संपादन इतिहास\";'),('anp','messages:mergehistory-merge','s:580:\"hi:[[:$1]] के निम्न अवतरण [[:$2]] में मर्ज किए जा सकते हैं।\nनिर्दिष्ट समय में और उससे पहले के अवतरणों में मर्ज करने के लिए रेडियो बटन कॉलम का इस्तेमाल करें।\nध्यान रखें कि नेविगेशन की कड़ियों का इस्तेमाल करने पर यह कॉलम रीसेट हो जाएगा।\";'),('anp','messages:mergehistory-no-destination','s:79:\"hi:लक्ष्य पृष्ठ $1 मौजूद नहीं है।\";'),('anp','messages:mergehistory-no-source','s:76:\"hi:स्रोत पृष्ठ $1 मौजूद नहीं है।\";'),('anp','messages:mergehistory-reason','s:16:\"hi:कारण:\";'),('anp','messages:mergehistory-redirect-text','s:3:\"en:\";'),('anp','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('anp','messages:mergehistory-same-destination','s:117:\"hi:स्रोत और लक्ष्य पृष्ठ एक ही नहीं हो सकते हैं\";'),('anp','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('anp','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('anp','messages:mergehistory-submit','s:51:\"anp:अवतरण एकत्रित करौ\";'),('anp','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('anp','messages:mergelog','s:41:\"anp:एकत्रीकरण लॉग\";'),('anp','messages:mergelogpagetext','s:214:\"hi:नीचे उन पृष्ठों की सूची है जिनका इतिहास हाल में ही दूसरे पृष्ठ में मिलाया गया था।\";'),('anp','messages:metadata','s:28:\"anp:मेटाडाटा\";'),('anp','messages:metadata-collapse','s:72:\"anp:विस्तारित जानकारी नुकाबौ\";'),('anp','messages:metadata-expand','s:69:\"anp:अतिरिक्त जानकारी दिखाबौ\";'),('anp','messages:metadata-fields','s:465:\"anp:इ सूची मं॑ देलऽ गेलऽ जानकारी फ़ाईल केरऽ नीचे मेटाडाटा जानकारी मं॑ हमेशा दिखतै.\nबचलऽ जानकारी हमेशा छुपलऽ रहतै.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('anp','messages:metadata-help','s:520:\"anp:इ फ़ाईल मँ अतिरिक्त जानकारी छै, हुअ सकै छै कि इ फ़ाईल बनाबै मँ इस्तेमाल करलौ गेलौ स्कैनर अथवा कैमरा सँ इ प्राप्त होलौ हुअ। \nजों इ फ़ाईल बदली देलौ गेलऽ छै त ई जानकारी नया फ़ाईल सँ मेल नै खाय के आशंका छै।\";'),('anp','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('anp','messages:metadata-langitem-default','s:5:\"en:$1\";'),('anp','messages:mimesearch','s:17:\"hi:MIME खोज\";'),('anp','messages:mimesearch-summary','s:367:\"hi:MIME-प्रकारों के अनुसार फ़ाइलें खोजने के लिये इस पृष्ठ का इस्तेमाल किया जा सकता है।\nइनपुट: फ़ाइल का प्रकार/उपप्रकार या प्रकार/*, उदा॰ <code>image/jpeg</code>।\";'),('anp','messages:mimetype','s:27:\"hi:MIME प्रकार:\";'),('anp','messages:minimum-size','s:38:\"anp:न्यूनतम आकार\";'),('anp','messages:minlength1','s:121:\"hi:फ़ाइल का नाम कम-से-कम एक अक्षर का होना चाहिये।\";'),('anp','messages:minoredit','s:68:\"anp:इ एगो छोटौ परिवर्तन छेकै\";'),('anp','messages:minoreditletter','s:11:\"anp:छो.\";'),('anp','messages:minutes','s:37:\"hi:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('anp','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('anp','messages:minutes-ago','s:45:\"hi:$1 {{PLURAL:$1|मिनट}} पहले\";'),('anp','messages:missing-article','s:613:\"anp:आँकड़ाकोष मँ $2 के अंदर कहींयो \"$1\" नै मिललै।\n\nआमतौर पर मिटैलौ जाय चुकलौ पन्ना के इतिहास कड़ी के इस्तेमाल करला प ऐसनौ होय छै।\n\nअगर ऐसनौ नै छै, त शायद तोंय तंत्रांश केरौ त्रुटि खोजी लेलौ छौ।\nकृपया URL पता समेत [[Special:ListUsers/sysop|administrator]] क ऐकरौ ब्यौरा दहौ।\";'),('anp','messages:missing-revision','s:472:\"hi:\"{{FULLPAGENAME}}\" पृष्ठ का अवतरण #$1 मौजूद नहीं है।\n\nआम तौर पर यह एक हटाए गए पृष्ठ के पुराने लिंक पर क्लिक करने से होता है।\nअधिक जानकारी के लिए आप [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} हटाने का लॉग] देख सकते हैं।\";'),('anp','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('anp','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('anp','messages:missingarticle-diff','s:26:\"anp:(अंतर: $1, $2)\";'),('anp','messages:missingarticle-rev','s:32:\"anp:(आवृत्ती#: $1)\";'),('anp','messages:missingcommentheader','s:350:\"hi:<strong>सूचना:</strong> आपने इस टिप्पणी का कोई शीर्षक नहीं दिया है।\nअगर आप \"$1\" पर दोबारा क्लिक करते हैं तो आपके बदलाव बिना शीर्षक के सहेजे जाएँगे।\";'),('anp','messages:missingcommenttext','s:79:\"anp:कृपया नीच्चाँ टिप्पणी लिखौ।\";'),('anp','messages:missingsummary','s:348:\"hi:<strong>सूचना:</strong> आपने संपादन को कोई सारांश नहीं दिया है।\nअगर आप फिर से \"$1\" दबाते हैं, आपके संपादन को बिना सारांश के प्रकाशित कर दिया जाएगा।\";'),('anp','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('anp','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('anp','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('anp','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('anp','messages:mobile-frontend-back-to-top-of-section','s:49:\"anp:एक अनुभाग पीछू जा\";'),('anp','messages:mobile-frontend-browse-tags-header','s:30:\"hi:चिप्पियाँ\";'),('anp','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('anp','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('anp','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('anp','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('anp','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('anp','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('anp','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('anp','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('anp','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('anp','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('anp','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('anp','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('anp','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('anp','messages:mobile-frontend-changeslist-nocomment','s:56:\"hi:सम्पादन सारांश रहित\";'),('anp','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('anp','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('anp','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('anp','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('anp','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('anp','messages:mobile-frontend-copyright','s:681:\"anp:लेख <a href=\'http://en.wikipedia.org/wiki/{{SITENAME}}:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\'>Creative Commons Attribution/Share-Alike License</a>; नुसार उपलब्ध छै, अधिक अटॆ नै सकॆ छै. विशेष जानकारी लेली <a href=\'http://wikimediafoundation.org/wiki/Terms_of_Use\'>Terms of Use</a> देखॊ. विकीपिडीया <a href=\'http://www.wikimediafoundation.org/\'>Wikimedia Foundation, Inc.</a> केरॊ एगॊ रजिस्टर्ड ट्रेडमार्क आरू स्वंयसेवी संस्था छेकै.\";'),('anp','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('anp','messages:mobile-frontend-desc','s:49:\"hi:मोबाइल फ़्रंटएंड\";'),('anp','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('anp','messages:mobile-frontend-diffview-404-title','s:31:\"hi:खराब अवतरण\";'),('anp','messages:mobile-frontend-diffview-anonymous','s:52:\"hi:बेनामी उपयोगकर्ता\";'),('anp','messages:mobile-frontend-diffview-bytesadded','s:74:\"hi:$1 {{PLURAL:$1|बैट्|बैट्स्}} जोड़े गए\";'),('anp','messages:mobile-frontend-diffview-bytesnochange','s:73:\"hi:आकार में कोई परिवर्तन नहीं\";'),('anp','messages:mobile-frontend-diffview-bytesremoved','s:77:\"hi:$1 {{PLURAL:$1|बैट्|बैट्स्}} नीकाले गए\";'),('anp','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('anp','messages:mobile-frontend-diffview-editcount','s:52:\"hi:<div>$1</div> {{PLURAL:$1|सम्पादन}}\";'),('anp','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('anp','messages:mobile-frontend-diffview-title','s:18:\"hi:बदलाव\";'),('anp','messages:mobile-frontend-disable-images','s:96:\"hi:मोबाइल साइट पर छवियों को अक्षम करें\";'),('anp','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('anp','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('anp','messages:mobile-frontend-donate-image-anon','s:116:\"hi:कृपया अपलोड पृष्ठ देखने के लिए लॉग इन करें।\";'),('anp','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('anp','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('anp','messages:mobile-frontend-donate-image-nouploads','s:42:\"hi:अपलोड नहीं है ।\";'),('anp','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('anp','messages:mobile-frontend-donate-image-title','s:18:\"hi:अपलोड\";'),('anp','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('anp','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('anp','messages:mobile-frontend-drawer-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('anp','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('anp','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('anp','messages:mobile-frontend-editor-abusefilter-read-more','s:25:\"hi:और पढ़ें\";'),('anp','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('anp','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('anp','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('anp','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('anp','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('anp','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('anp','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('anp','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('anp','messages:mobile-frontend-editor-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:mobile-frontend-editor-cancel-confirm','s:143:\"hi:क्या आप सच में अपने संपादन का परित्याग करना चाहते हैं?\";'),('anp','messages:mobile-frontend-editor-captcha-try-again','s:69:\"hi:गलत कोड, पुन: प्रयास करें।\";'),('anp','messages:mobile-frontend-editor-continue','s:28:\"hi:जारी रखें\";'),('anp','messages:mobile-frontend-editor-cta','s:98:\"hi:इस पृष्ठ को बेहतर बनाने में मदद करें!\";'),('anp','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('anp','messages:mobile-frontend-editor-edit','s:37:\"hi:संपादित करें\";'),('anp','messages:mobile-frontend-editor-editing','s:37:\"hi:सम्पादन जारी\";'),('anp','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('anp','messages:mobile-frontend-editor-error','s:77:\"hi:त्रुटि, सम्पादन सहेजा नहीं ।\";'),('anp','messages:mobile-frontend-editor-error-conflict','s:134:\"hi:त्रुटि, अन्य सदस्य ये पृष्ठ को सम्पादित कर रहा है ।\";'),('anp','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('anp','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('anp','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('anp','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('anp','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('anp','messages:mobile-frontend-editor-keep-editing','s:47:\"hi:संपादन चालू रखें\";'),('anp','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('anp','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('anp','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('anp','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('anp','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('anp','messages:mobile-frontend-editor-placeholder-new-page','s:100:\"hi:{{GENDER:$1|आप}} {{SITENAME}} पर नया पृष्ठ बना रहे हैं!\";'),('anp','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('anp','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('anp','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('anp','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('anp','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('anp','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('anp','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('anp','messages:mobile-frontend-editor-save','s:21:\"hi:सहेजें\";'),('anp','messages:mobile-frontend-editor-source-editor','s:37:\"hi:स्रोत संपादक\";'),('anp','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('anp','messages:mobile-frontend-editor-success-landmark-1','s:87:\"hi:बधाई हो, आप अब एक {{SITENAME}} संपादक हैं!\";'),('anp','messages:mobile-frontend-editor-success-new-page','s:89:\"hi:एक नये पृष्ठ बनाने के लिए बधाई हो!\";'),('anp','messages:mobile-frontend-editor-summary','s:22:\"hi:सारांश:\";'),('anp','messages:mobile-frontend-editor-summary-placeholder','s:98:\"hi:हमें बताएं कि आपने क्या बदला (ऐच्छिक)\";'),('anp','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('anp','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('anp','messages:mobile-frontend-editor-switch-editor','s:37:\"hi:संपादक बदलें\";'),('anp','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('anp','messages:mobile-frontend-editor-terms-link','s:49:\"hi:[$1 उपयोग की शर्तें]\";'),('anp','messages:mobile-frontend-editor-tutorial-cancel','s:38:\"hi:नहीं, धन्यवाद\";'),('anp','messages:mobile-frontend-editor-tutorial-confirm','s:47:\"hi:संपादन शुरू करें\";'),('anp','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('anp','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('anp','messages:mobile-frontend-editor-unavailable-header','s:53:\"hi:संपादक उपलब्ध नहीं\";'),('anp','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('anp','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('anp','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('anp','messages:mobile-frontend-editor-visual-editor','s:46:\"hi:विज़ुअल सम्पादक\";'),('anp','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('anp','messages:mobile-frontend-enable-images','s:96:\"hi:मोबाइल साइट पर छवियों को सक्षम करें\";'),('anp','messages:mobile-frontend-errorreport-submit','s:18:\"hi:सहेजे\";'),('anp','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('anp','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('anp','messages:mobile-frontend-featured-article','s:42:\"anp:आजकॊ विशेष लेख\";'),('anp','messages:mobile-frontend-first-upload-wizard-new-page-1','s:115:\"hi:{{SITENAME}} पर चित्र विकिमीडिया कॉमन्स से आते हैं\";'),('anp','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('anp','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('anp','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('anp','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:33:\"hi:समझ में आया?\";'),('anp','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:13:\"hi:हाँ!\";'),('anp','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('anp','messages:mobile-frontend-fontchanger-link','s:35:\"hi:वर्ण का आकार\";'),('anp','messages:mobile-frontend-footer-contact','s:34:\"hi:संपर्क करें\";'),('anp','messages:mobile-frontend-footer-sitename','s:15:\"hi:{{SITENAME}}\";'),('anp','messages:mobile-frontend-generic-404-desc','s:128:\"hi:जिस पृष्ठ को आप खोज रहे हैं उसे पाया नहीं जा सका।\";'),('anp','messages:mobile-frontend-generic-404-title','s:65:\"hi:त्रुटि - पृष्ठ नहीं मिला\";'),('anp','messages:mobile-frontend-generic-login','s:115:\"hi:{{SITENAME}} आपके जैसे लोगों द्वारा बनायी जाती है।\";'),('anp','messages:mobile-frontend-generic-login-action','s:84:\"hi:योगदान करने के लिए लॉग इन करें।\";'),('anp','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('anp','messages:mobile-frontend-generic-signup-action','s:87:\"hi:योगदान करने के लिए साइन अप करें।\";'),('anp','messages:mobile-frontend-history','s:96:\"hi:इस पृष्ठ के संपादन इतिहास को देखें।\";'),('anp','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('anp','messages:mobile-frontend-history-404-title','s:51:\"hi:ऐसा कोई पृष्ठ नहीं\";'),('anp','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('anp','messages:mobile-frontend-home-button','s:28:\"anp:मुखपृष्ठ\";'),('anp','messages:mobile-frontend-image-cancel-confirm','s:45:\"hi:अपलोड रद्द करें?\";'),('anp','messages:mobile-frontend-image-heading-describe','s:60:\"hi:चित्र का \'\'\'वर्णन करें\'\'\'\";'),('anp','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('anp','messages:mobile-frontend-images-status','s:19:\"hi: चित्र\";'),('anp','messages:mobile-frontend-language-article-heading','s:67:\"hi:किसी अन्य भाषा में पढ़ें\";'),('anp','messages:mobile-frontend-language-header','s:110:\"hi:यह पृष्ठ $1 {{PLURAL:$1|भाषा|भाषाओं}} में उपलब्ध है\";'),('anp','messages:mobile-frontend-language-heading','s:38:\"hi:<strong>भाषाएँ</strong>\";'),('anp','messages:mobile-frontend-language-site-choose','s:31:\"hi:भाषा चुनें\";'),('anp','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('anp','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('anp','messages:mobile-frontend-languages-404-title','s:34:\"hi:भाषा त्रुटि\";'),('anp','messages:mobile-frontend-languages-header','s:21:\"hi:भाषाएँ\";'),('anp','messages:mobile-frontend-languages-header-page','s:26:\"hi:$1 - भाषाएँ\";'),('anp','messages:mobile-frontend-languages-nonexistent-title','s:81:\"hi:\"$1\" पृष्ठ अस्तित्व में नहीं है।\";'),('anp','messages:mobile-frontend-languages-text','s:90:\"hi:$1 $2 {{PLURAL:$2|भाषा|भाषाओं}} में उपलब्ध है\";'),('anp','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('anp','messages:mobile-frontend-last-modified-date','s:102:\"hi:अंतिम बार $1 को $2 बजे परिवर्तित किया गया\";'),('anp','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('anp','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('anp','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('anp','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('anp','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('anp','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('anp','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('anp','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('anp','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('anp','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('anp','messages:mobile-frontend-loading-message','s:40:\"hi:लोड हो रहा है ...\";'),('anp','messages:mobile-frontend-logged-in-homepage-notification','s:46:\"hi:आपका स्वागत है, $1!\";'),('anp','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('anp','messages:mobile-frontend-logged-out','s:52:\"hi:लॉग इन नहीं किया है\";'),('anp','messages:mobile-frontend-login','s:19:\"hi:लॉग इन\";'),('anp','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('anp','messages:mobile-frontend-main-menu-account-create','s:31:\"hi:खाता बनाएँ\";'),('anp','messages:mobile-frontend-main-menu-back','s:28:\"hi:वापस जांए\";'),('anp','messages:mobile-frontend-main-menu-button-tooltip','s:47:\"hi:मुख्य मेनू खोलें\";'),('anp','messages:mobile-frontend-main-menu-featured','s:18:\"hi:विशेष\";'),('anp','messages:mobile-frontend-main-menu-login','s:32:\"hi:लॉग इन करें\";'),('anp','messages:mobile-frontend-main-menu-logout','s:35:\"hi:लॉग आउट करें\";'),('anp','messages:mobile-frontend-main-menu-nearby','s:22:\"hi:पास में\";'),('anp','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('anp','messages:mobile-frontend-main-menu-settings','s:27:\"hi:सेटिंग्स\";'),('anp','messages:mobile-frontend-main-menu-settings-heading','s:27:\"hi:सेटिंग्स\";'),('anp','messages:mobile-frontend-main-menu-upload','s:18:\"hi:अपलोड\";'),('anp','messages:mobile-frontend-main-menu-watchlist','s:30:\"hi:ध्यानसूची\";'),('anp','messages:mobile-frontend-media-details','s:40:\"hi:विस्तॄत विवरण\";'),('anp','messages:mobile-frontend-media-license-link','s:59:\"hi:अभिज्ञापत्र की सूचना\";'),('anp','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('anp','messages:mobile-frontend-meta-data-issues-beta','s:37:\"hi:पृष्ठ समस्या\";'),('anp','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('anp','messages:mobile-frontend-meta-data-issues-header','s:27:\"hi:समस्याएं\";'),('anp','messages:mobile-frontend-meta-data-issues-header-talk','s:55:\"hi:इस पृष्ठ के बारे में\";'),('anp','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('anp','messages:mobile-frontend-missing-image','s:12:\"hi:छवि\";'),('anp','messages:mobile-frontend-nearby-distance','s:34:\"hi:{{PLURAL:$1|$1 कि.मी.}}\";'),('anp','messages:mobile-frontend-nearby-distance-meters','s:27:\"hi:{{PLURAL:$1|$1 मी.}}\";'),('anp','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('anp','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('anp','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('anp','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('anp','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('anp','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('anp','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('anp','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('anp','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('anp','messages:mobile-frontend-nearby-refresh','s:44:\"hi:स्थान का नवीकरण\";'),('anp','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('anp','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('anp','messages:mobile-frontend-nearby-sectiontext','s:45:\"hi:इस पृष्ठ के समीप\";'),('anp','messages:mobile-frontend-nearby-title','s:24:\"hi:समीपस्थ\";'),('anp','messages:mobile-frontend-news-items','s:31:\"hi:समाचार में\";'),('anp','messages:mobile-frontend-opt-in-explain','s:326:\"hi:बीटा में शामिल होने से आपको प्रयोगात्मक विशेषताएँ दिखाई जाएँगी, तथा प्रोग्राम में त्रुटियाँ और समस्याएँ आने का खतरा होगा।\";'),('anp','messages:mobile-frontend-other-projects-overlay-heading','s:46:\"hi:अन्य परियोजनाएँ\";'),('anp','messages:mobile-frontend-overlay-close','s:25:\"hi:बंद करें\";'),('anp','messages:mobile-frontend-overlay-continue','s:28:\"hi:जारी रखें\";'),('anp','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('anp','messages:mobile-frontend-page-menu-contents','s:24:\"hi:सामग्री\";'),('anp','messages:mobile-frontend-page-menu-history','s:21:\"hi:इतिहास\";'),('anp','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('anp','messages:mobile-frontend-pageaction-edit-tooltip','s:92:\"hi:इस पृष्ठ की भूमिका सम्पादित करें।\";'),('anp','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('anp','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('anp','messages:mobile-frontend-panel-cancel','s:37:\"hi:नहीं धन्यवाद\";'),('anp','messages:mobile-frontend-panel-ok','s:12:\"hi:ठीक\";'),('anp','messages:mobile-frontend-password','s:25:\"hi:कूटशब्द:\";'),('anp','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('anp','messages:mobile-frontend-password-placeholder','s:24:\"hi:पासवर्ड\";'),('anp','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('anp','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('anp','messages:mobile-frontend-photo-caption-placeholder','s:82:\"hi:इस चित्र का वर्णन करें (आवश्यक)\";'),('anp','messages:mobile-frontend-photo-licensing','s:233:\"hi:इस चित्र को अपलोड करके आप अपनी चित्र को $1 लाइसेंस के अंतर्गत जारी करने की सहमती देते हैं।\";'),('anp','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('anp','messages:mobile-frontend-photo-ownership','s:79:\"hi:मैंने, $1 ने, इस चित्र को बनाया।\";'),('anp','messages:mobile-frontend-photo-ownership-confirm','s:37:\"hi:समझ में आ गया!\";'),('anp','messages:mobile-frontend-photo-ownership-help','s:49:\"hi:इसका क्या मतलब है?\";'),('anp','messages:mobile-frontend-photo-submit','s:25:\"hi:जमा करें\";'),('anp','messages:mobile-frontend-photo-upload','s:71:\"hi:इस पृष्ठ पर एक चित्र डालें\";'),('anp','messages:mobile-frontend-photo-upload-anon','s:130:\"hi:कृपया लाॅग इन करें और इस पृष्ठ पर एक चित्र डालें।\";'),('anp','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('anp','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('anp','messages:mobile-frontend-photo-upload-error','s:68:\"hi:त्रुटि, पुन: प्रयास करें।\";'),('anp','messages:mobile-frontend-photo-upload-error-file-type','s:86:\"hi:कृपया केवल चित्र ही अपलोड करें।\";'),('anp','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('anp','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('anp','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('anp','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('anp','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('anp','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('anp','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('anp','messages:mobile-frontend-placeholder','s:41:\"hi:{{SITENAME}} में खोजें\";'),('anp','messages:mobile-frontend-placeholder-alpha','s:77:\"hi:{{SITENAME}} में खोजें (प्रयोगात्मक)\";'),('anp','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('anp','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('anp','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('anp','messages:mobile-frontend-privacy-link-text','s:27:\"hi:गोपनीयता\";'),('anp','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('anp','messages:mobile-frontend-profile-error','s:26:\"hi:अरे नहीं!\";'),('anp','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('anp','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('anp','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('anp','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('anp','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('anp','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('anp','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('anp','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('anp','messages:mobile-frontend-profile-title','s:52:\"hi:सदस्य व्यक्तिरेखा\";'),('anp','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('anp','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('anp','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('anp','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('anp','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('anp','messages:mobile-frontend-random-button','s:25:\"anp:बेतरतीब\";'),('anp','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('anp','messages:mobile-frontend-regular-site','s:93:\"anp:इ पृष्ठ नियमित विकीपीडिया मॆ देखॊ\";'),('anp','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('anp','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('anp','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('anp','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('anp','messages:mobile-frontend-save-settings','s:21:\"hi:सहेजें\";'),('anp','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('anp','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('anp','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('anp','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('anp','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('anp','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('anp','messages:mobile-frontend-search-submit','s:13:\"anp:चलॊ\";'),('anp','messages:mobile-frontend-settings-beta','s:15:\"hi:बीटा\";'),('anp','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('anp','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('anp','messages:mobile-frontend-settings-site-header','s:25:\"en:{{SITENAME}} Languages\";'),('anp','messages:mobile-frontend-sign-in-error-heading','s:21:\"hi:त्रुटि\";'),('anp','messages:mobile-frontend-sign-in-heading','s:35:\"hi:साइन इन करें\";'),('anp','messages:mobile-frontend-sign-in-why','s:142:\"hi:अगर आप के पास {{SITENAME}} खाता है तो नीचे साइन इन कर सकते हैं।\";'),('anp','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('anp','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('anp','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('anp','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('anp','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('anp','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('anp','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('anp','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('anp','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('anp','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('anp','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('anp','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('anp','messages:mobile-frontend-talk-overlay-header','s:21:\"hi:वार्ता\";'),('anp','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('anp','messages:mobile-frontend-talk-reply','s:25:\"hi:जवाब दें\";'),('anp','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('anp','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('anp','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('anp','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('anp','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('anp','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('anp','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('anp','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('anp','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('anp','messages:mobile-frontend-terms-text','s:44:\"hi:उपयोग की शर्तें\";'),('anp','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('anp','messages:mobile-frontend-thanked-notice','s:158:\"hi:$1 को अधिसूचित किया गया कि आपको {{GENDER:$2|उनका}} सम्पादन अच्छा लगा।\";'),('anp','messages:mobile-frontend-user-account','s:31:\"hi:सदस्य खाता\";'),('anp','messages:mobile-frontend-user-button-tooltip','s:65:\"hi:मेरी अधिसूचनाएँ दिखाएँ\";'),('anp','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('anp','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('anp','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('anp','messages:mobile-frontend-username','s:29:\"hi:सदस्य नाम:\";'),('anp','messages:mobile-frontend-username-placeholder','s:27:\"hi:सदस्यनाम\";'),('anp','messages:mobile-frontend-view','s:37:\"hi:मोबाइल दृश्य\";'),('anp','messages:mobile-frontend-view-desktop','s:27:\"hi:डेस्कटॉप\";'),('anp','messages:mobile-frontend-view-mobile','s:21:\"hi:मोबाइल\";'),('anp','messages:mobile-frontend-view-source','s:34:\"hi:स्रोत देखें\";'),('anp','messages:mobile-frontend-watch-login','s:82:\"hi:$1 को आपकी ध्यानसूची में जोडें।\";'),('anp','messages:mobile-frontend-watchlist-a-z','s:31:\"hi:सूची देखें\";'),('anp','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('anp','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('anp','messages:mobile-frontend-watchlist-add','s:102:\"hi:$1 को आपकी ध्यानसूची में जोड़ दिया गया।\";'),('anp','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('anp','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('anp','messages:mobile-frontend-watchlist-cta-button-login','s:32:\"hi:लॉग इन करें\";'),('anp','messages:mobile-frontend-watchlist-cta-button-signup','s:35:\"hi:साइन अप करें\";'),('anp','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('anp','messages:mobile-frontend-watchlist-feed','s:30:\"hi:परिवर्तित\";'),('anp','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('anp','messages:mobile-frontend-watchlist-filter-all','s:12:\"hi:सभी\";'),('anp','messages:mobile-frontend-watchlist-filter-articles','s:18:\"hi:पृष्ठ\";'),('anp','messages:mobile-frontend-watchlist-filter-other','s:15:\"hi:अन्य\";'),('anp','messages:mobile-frontend-watchlist-filter-talk','s:21:\"hi:वार्ता\";'),('anp','messages:mobile-frontend-watchlist-login-action','s:75:\"hi:यह देखने के लिए लॉग इन करें।\";'),('anp','messages:mobile-frontend-watchlist-modified','s:43:\"hi:परिवर्तित हुआ $1\";'),('anp','messages:mobile-frontend-watchlist-more','s:15:\"hi:अधिक\";'),('anp','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('anp','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('anp','messages:mobile-frontend-watchlist-removed','s:76:\"hi:$1 को आपकी ध्यानसूची से हटाया\";'),('anp','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('anp','messages:mobile-frontend-watchlist-view','s:59:\"hi:अपनी ध्यानसूची देखें\";'),('anp','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('anp','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('anp','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('anp','messages:modeleditnotsupported-title','s:54:\"hi:संशोधन नहीं हो सकता\";'),('anp','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('anp','messages:modifiedarticleprotection-comment','s:96:\"hi:\"[[$1]]\" हेतु {{GENDER:$2|सुरक्षा स्तर बदला गया}}\";'),('anp','messages:mon','s:13:\"anp:सोम\";'),('anp','messages:monday','s:22:\"anp:सोमवार\";'),('anp','messages:monday-at','s:41:\"hi:सोमवार को $1 बजे\";'),('anp','messages:month','s:62:\"anp:इ महिना सँ (आरू पुरानौ):\";'),('anp','messages:months','s:48:\"hi:{{PLURAL:$1|महीना|महीने}}\";'),('anp','messages:monthsall','s:19:\"anp:सब्भे\";'),('anp','messages:moredotdotdot','s:16:\"anp:आरू...\";'),('anp','messages:morelinkstoimage','s:106:\"hi:इस फ़ाइल की [[Special:WhatLinksHere/$1|और कड़ियाँ]] देखें।\";'),('anp','messages:morenotlisted','s:69:\"anp:ई सूची अधूरा हुअय सकै छै।\";'),('anp','messages:mostcategories','s:84:\"hi:सर्वाधिक श्रेणियों वाले पृष्ठ\";'),('anp','messages:mostcategories-summary','s:3:\"en:\";'),('anp','messages:mostimages','s:79:\"hi:सर्वाधिक से जुड़ी हुई फ़ाइलें\";'),('anp','messages:mostimages-summary','s:3:\"en:\";'),('anp','messages:mostinterwikis','s:103:\"hi:सर्वाधिक अंतरविकी कड़ियों वाले पृष्ठ\";'),('anp','messages:mostinterwikis-summary','s:3:\"en:\";'),('anp','messages:mostlinked','s:76:\"hi:सर्वाधिक से जुड़े हुए पृष्ठ\";'),('anp','messages:mostlinked-summary','s:3:\"en:\";'),('anp','messages:mostlinkedcategories','s:88:\"hi:सर्वाधिक से जुड़ी हुई श्रेणियाँ\";'),('anp','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('anp','messages:mostlinkedtemplates','s:100:\"hi:सर्वाधिक ट्रांसक्लूड किये गये पृष्ठ\";'),('anp','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('anp','messages:mostrevisions','s:65:\"hi:सर्वाधिक अवतरणित पृष्ठ\";'),('anp','messages:mostrevisions-summary','s:3:\"en:\";'),('anp','messages:move','s:34:\"anp:स्थानांतरण\";'),('anp','messages:move-leave-redirect','s:94:\"hi:एक पुनर्निर्देशन पीछे छोड़ते जाएँ\";'),('anp','messages:move-over-sharedrepo','s:241:\"hi:[[:$1]] एक साझे भंडार पर मौजूद है। इस नाम पर स्थानांतरण से नई फ़ाइल साझा फ़ाइल को ओवरराइड करेगी।\";'),('anp','messages:move-page','s:25:\"hi:$1 ले जाएं\";'),('anp','messages:move-page-legend','s:49:\"hi:पृष्ठ स्थानांतरण\";'),('anp','messages:move-redirect-text','s:3:\"en:\";'),('anp','messages:move-subpages','s:64:\"hi:उप पृष्ठ भी ले जाएँ ($1 तक)\";'),('anp','messages:move-talk-subpages','s:106:\"hi:वार्ता पृष्ठ के उप पृष्ठ भी ले जाएँ ($1 तक)\";'),('anp','messages:move-watch','s:94:\"anp:ध्यान रखौ स्रोत आरू लक्ष्य फाइल के\";'),('anp','messages:movecategorypage-warning','s:468:\"hi:<strong>चेतावनी:</strong> आप एक श्रेणी पृष्ठ को स्थानांतरित करने जा रहे हैं। याद रखिए कि केवल वह पृष्ठ स्थानांतरित होगा और पुरानी श्रेणी में शामिल पृष्ठ नई श्रेणी के अंतरगत <em>नहीं</em> आएँगे।\";'),('anp','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('anp','messages:moveddeleted-notice','s:252:\"anp:ई पन्ना मौजूद नै छै।\nजानकारी वास्तें नीच्चाँ डिलीशन, सुरक्षा, आरू स्थानांतरण लॉग देलौ गेलौ छै।\";'),('anp','messages:moveddeleted-notice-recent','s:361:\"hi:क्षमा करें, यह पृष्ठ हाल ही में हटा दिया गया था (पिछले 24 घंटों के भीतर)। पृष्ठ के लिए हटाने, सुरक्षा, और कदम लॉग संदर्भ के लिए नीचे दिए गए हैं।\";'),('anp','messages:movelogpage','s:47:\"anp:स्थानांतरण सूची\";'),('anp','messages:movelogpagetext','s:109:\"hi:नीचे सभी स्थानान्तरणों की सूची दी गई है।\";'),('anp','messages:movenologintext','s:192:\"hi:लेख स्थानान्तरित करने के लिये आपका [[Special:UserLogin|लॉग इन]] किया होना आवश्यक हैं।\";'),('anp','messages:movenosubpage','s:90:\"hi:इस पृष्ठ के कोई उपपृष्ठ नहीं हैं।\";'),('anp','messages:movenotallowed','s:127:\"hi:आपको पृष्ठ स्थानांतरित करने की अनुमति नहीं है।\";'),('anp','messages:movenotallowedfile','s:133:\"hi:आपको फ़ाइलें स्थानांतरित करने की अनुमति नहीं है।\";'),('anp','messages:movepage-delete-first','s:371:\"hi:पृष्ठ बदलाव का हिस्सा होने के कारण लक्षित पृष्ठ पर बहुत से बदलाव हटाने योग्य हैं। कृपया पहले मैन्युअली पृष्ठ को हटाये, फिर पुनः प्रयास करें।\";'),('anp','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('anp','messages:movepage-max-pages','s:302:\"hi:$1 की अधिकतम सीमा तक पृष्ठ स्थानांतरित कर {{PLURAL:$1|दिया गया है|दिये गये हैं}}, अब और पृष्ठ अपने-आप स्थानांतरित नहीं होंगे।\";'),('anp','messages:movepage-moved','s:87:\"anp:\'\'\'\"$1\" क \"$2\" प स्थानांतरीत करलौ गेलै\'\'\'\";'),('anp','messages:movepage-moved-noredirect','s:107:\"hi:पुनर्निर्देशन पृष्ठ नहीं बनाया गया है।\";'),('anp','messages:movepage-moved-redirect','s:111:\"hi:एक पुनर्निर्देशन भी निर्मित किया गया है।\";'),('anp','messages:movepage-page-exists','s:191:\"hi:$1 पृष्ठ पहले से अस्तित्वमें हैं और उसपर अपनेआप पुनर्लेखन नहीं कर सकतें।\";'),('anp','messages:movepage-page-moved','s:115:\"hi:$1 पृष्ठ $2 नाम पर स्थानांतरित कर दिया गया है।\";'),('anp','messages:movepage-page-unmoved','s:121:\"hi:$1 पृष्ठ $2 नाम पर स्थानांतरित नहीं किया जा सका।\";'),('anp','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('anp','messages:movepage-summary','s:3:\"en:\";'),('anp','messages:movepagebtn','s:54:\"anp:पन्ना स्थांतरण करौ\";'),('anp','messages:movepagetalktext','s:665:\"anp:संबंधित वार्ता पृष्ठ ऐकरॊ साथ स्थानांतरीत नै होतै \'\'\'अगर:\'\'\'\n* आपनॆ पन्ना दोसरॊ नामस्थान मॆं स्थानांतरीत करी रहलॊ छहॊ.\n* इ नाम के वार्ता पृष्ठ पहलॆ सॆं बनलॊ छै, या\n* नीचॆं देलॊ गेलॊ चेक बॉक्स आपनॆ निकाली देनॆ छियै.\n\nइ मामला मॆं आपनॆकॆ स्वयं इ पन्ना जोडै लॆ पड़तै.\";'),('anp','messages:movepagetext','s:2720:\"anp:नीचॆं देलॊ पर्चा पन्ना के नाम बदली देतै, ऐकरॊ सारा इतिहास भी नयॊ नाम सॆं दिखना शुरू होय जैतै.\nपुराना शीर्षक नया नाम कॆ अनुप्रेषित करी लेतै.\nमूल शीर्षक दन्नॆ जाय वाला अग्रेषणॊ कॆ आपनॆ स्वचालित रूपॊ सॆं बदलॆ सकॆ छियै.\nयदि आपनॆ ऐन्हॊ नै करै छियै तॆ कृपया [[Special:DoubleRedirects|दोहरा]] पुनर्निर्देशण या [[Special:BrokenRedirects|टूटलॊ पुनर्निर्देशन]] लेली ज़रूर जाँच करॊ.\nकड़ी सीनी सही जगह इंगित करी रहलॊ छै, ई सुनिश्चित करना आपनॆ कॆ जिम्मेदारी छै.\n\nअगर नयॊ शीर्षक के लेख पहलै सॆं छै तॆ स्थानांतरण \'\'\'नै\'\'\' होतै. पर अगर नयॊ शीर्षक वाला लेख खाली छै अथवा कहीं आरू अनुप्रेषित करै छियै आरू साथ ही ओकरॊ पुरानॊ संस्करण नै छै तॆ स्थानांतरण होय जैतै.\nएकरॊ मतलब कि यदि आपनॆ सॆं गलती हो जाय तॆ आपनॆ वापस पुरानॊ नाम पर इ पन्ना कॆ स्थानांतरण करॆ सकॆ छियै, आरू साथ ही आपनॆ कोनॊ मौजूदा पन्ना के बदले ई स्थानांतरण नै करॆ सकॆ छियै.\n\n\'\'\'चेतावनी!\'\'\'\nयदि पन्ना काफ़ी लोकप्रिय छै तॆ ओकरा लेली ई एक बहुत बड़ा व अकस्मात् परिवर्तन हुऎ सकॆ छै;\nआगू बढ़ला सॆं पहले अंजाम अच्छा सॆं समझी लॆ.\n\n\'\'\'सूचना!\'\'\'\nस्थानांतरण करला सॆं कोय भी महत्वपूर्ण लेख मॆं अनपेक्षित बदलाव हुऎ सकॆ छै\nआपनॆ सॆं अनुरोध छै कि आपनॆ एकरॊ परिणाम जानी लियै.\";'),('anp','messages:movepagetext-noredirectfixer','s:1956:\"hi:नीचे के फ़ॉर्म की मदद से आप पृष्ठ का नाम बदल सकते हैं, और इसका सारा इतिहास एक नए नाम पर ले जा सकते हैं।\nपुराना शीर्षक नए शीर्षक का एक अनुप्रेषण बन जाएगा।\n[[Special:DoubleRedirects|दुगने]] या [[Special:BrokenRedirects|टूटे हुए अनुप्रेषण]] ज़रूर जाँचें।\nयह सुनिश्चित करना आपकी ज़िम्मेदारी है, कि कड़ियाँ वहीं इशारा करें जहाँ उन्हें करना चाहिए।\n\nयाद रखें कि अगर नए शीर्षक पर पहले से ही कोई पृष्ठ है तो पृष्ठ को स्थानांतरित <strong>नहीं</strong> किया जाएगा, अगर नया पृष्ठ को अनुप्रेषण हो और इसके इतिहास में कोई संपादन न हो। इसका मतलब है कि अगर आप कोई गलती करते हैं तो आप पुराने नाम पर पृष्ठ को वापस ला सकते हैं, और आप किसी मौजूदा पृष्ठ को ओवर्राइट नहीं कर सकते।\n\n<strong>ध्यान रखें:</strong>\nयह किसी प्रसिद्ध पृष्ठ के लिए एक बहुत बड़ा बदलाव हो सकता हैै;\nआगे बढ़ने से पहले कृपया स्थानांतरण के प्रभावों को ठीक से समझ लें।\";'),('anp','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('anp','messages:movereason','s:17:\"anp:कारण:\";'),('anp','messages:movesubpage','s:62:\"hi:{{PLURAL:$1|उप पृष्ठ|उप पृष्ठ}}\";'),('anp','messages:movesubpagetalktext','s:152:\"hi:{{PLURAL:$1|उप-पृष्ठ}} में संबंधित वार्ता पृष्ठ नीचे दिखाए गए हैं\";'),('anp','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('anp','messages:movesubpagetext','s:278:\"hi:नीचे $1 {{PLURAL:$1|पृष्ठ दिखाया गया है, जो इस पृष्ठ का उप पृष्ठ है|पृष्ठ दिखाया गया है, जो इस पृष्ठ के उप पृष्ठ हैं}}।\";'),('anp','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('anp','messages:movetalk','s:80:\"anp:संबंधित वार्ता पृष्ठ भी बदलौ\";'),('anp','messages:movethispage','s:67:\"anp:इ पन्ना स्थानांतरित करौ\";'),('anp','messages:moveuserpage-warning','s:365:\"hi:<strong>चेतावनी:</strong> आप एक सदस्य पृष्ठ स्थानांतरित करने जा रहे हैं। कृपया ध्यान दें कि केवल पृष्ठ का नाम बदला जाएगा और सदस्यनाम <em>नहीं</em> बदलेगा।\";'),('anp','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('anp','messages:mw-widgets-abandonedit','s:156:\"hi:क्या आप सचमुच सहेजे बिना सम्पादन मोड से बाहर आना चाहते हैं?\";'),('anp','messages:mw-widgets-abandonedit-discard','s:47:\"hi:संपादन रद्द करें\";'),('anp','messages:mw-widgets-abandonedit-keep','s:47:\"hi:संपादन जारी रखें\";'),('anp','messages:mw-widgets-abandonedit-title','s:49:\"hi:क्या आपको यकीन है?\";'),('anp','messages:mw-widgets-categoryselector-add-category-placeholder','s:43:\"hi:श्रेणी जोड़ें...\";'),('anp','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('anp','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('anp','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('anp','messages:mw-widgets-dateinput-no-date','s:41:\"hi:कुछ चयनित नहीं\";'),('anp','messages:mw-widgets-dateinput-placeholder-day','s:13:\"hi:DD-MM-YYYY\";'),('anp','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('anp','messages:mw-widgets-mediasearch-input-placeholder','s:50:\"hi:मीडिया हेतु खोजें\";'),('anp','messages:mw-widgets-mediasearch-noresults','s:57:\"hi:कोई परिणाम नहीं मिला\";'),('anp','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('anp','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('anp','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('anp','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('anp','messages:mw-widgets-titleinput-description-new-page','s:64:\"hi:पृष्ठ अभी मौजूद नहीं है\";'),('anp','messages:mw-widgets-titleinput-description-redirect','s:43:\"hi:$1 को अनुप्रेषित\";'),('anp','messages:mw-widgets-titlesmultiselect-placeholder','s:37:\"hi:अधिक जोड़ें...\";'),('anp','messages:mw-widgets-usersmultiselect-placeholder','s:37:\"hi:अधिक जोड़ें...\";'),('anp','messages:mycontris','s:22:\"anp:योगदान\";'),('anp','messages:mycustomcssprotected','s:123:\"anp:आपनै क इ CSS पृष्ठ क संपादित करै के अनुमति नै छै।\";'),('anp','messages:mycustomjsonprotected','s:124:\"anp:आपनै क इ JSON पृष्ठ क संपादित करै के अनुमति नै छै।\";'),('anp','messages:mycustomjsprotected','s:159:\"anp:आपनै क इ जावास्क्रिप्ट पृष्ठ क संपादित करै के अनुमति नै छै।\";'),('anp','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('anp','messages:mypage','s:19:\"anp:पन्ना\";'),('anp','messages:mypreferences','s:22:\"anp:वरीयता\";'),('anp','messages:mypreferencesprotected','s:131:\"anp:आपनै क अपनौ वरीयता क संपादित करै के अनुमति नै छै।\";'),('anp','messages:myprivateinfoprotected','s:162:\"anp:आपनै क अपनौ व्यक्तिगत जानकारी क संपादित करै के अनुमति नै छै।\";'),('anp','messages:mytalk','s:22:\"anp:वार्ता\";'),('anp','messages:mywatchlist','s:31:\"anp:ध्यानसूची\";'),('anp','messages:namespace','s:29:\"anp:नामस्थान:\";'),('anp','messages:namespace-nosubpages','s:116:\"hi:\"$1\" नामस्थान उपपृष्ठ की अनुमति नहीं देता है।\";'),('anp','messages:namespace_association','s:50:\"anp:सम्बद्ध नामस्थान\";'),('anp','messages:namespaceprotected','s:165:\"anp:आपनै क \'\'\'$1\'\'\' नामस्थान मँ समाविष्ट पृष्ठौ क बदलै के अनुमति नै छै।\";'),('anp','messages:namespaces','s:28:\"anp:नामस्थान\";'),('anp','messages:namespacesall','s:19:\"anp:सब्भे\";'),('anp','messages:nav-login-createaccount','s:56:\"anp:सत्रारंभ / खाता खोलौ\";'),('anp','messages:navigation','s:19:\"anp:भ्रमण\";'),('anp','messages:navigation-heading','s:53:\"anp:दिशानिर्देशक सूची\";'),('anp','messages:nbytes','s:46:\"anp:$1 {{PLURAL:$1|बाइट|बाइट}}\";'),('anp','messages:ncategories','s:73:\"hi:{{PLURAL:$1|एक श्रेणी|$1 श्रेणियाँ}}\";'),('anp','messages:nchanges','s:52:\"anp:$1 {{PLURAL:$1|बदलाव|बदलाव}}\";'),('anp','messages:nearby','s:49:\"hi:आप के पास के पृष्ठ\";'),('anp','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('anp','messages:newarticle','s:15:\"anp:(नया)\";'),('anp','messages:newarticletext','s:501:\"anp:आपनै जे लेख चाहै छियै उ अखनी तलक लिखलौ नै गेलौ छै। इ लेख लिखै लेली नीच्चाँ टाइप करौ। सहायता लेली [$1 ऐन्जां] क्लीक करौ।\nजों आपनै यहाँ प गलती सँ आबी गेलौ छौ त आपनौ ब्राउज़र क बैक (back) बटन प क्लीक करौ।\";'),('anp','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('anp','messages:newimages','s:54:\"hi:नई फ़ाइलों की गैलरी\";'),('anp','messages:newimages-hidepatrolled','s:68:\"hi:परीक्षित अपलोड्स छिपाएँ\";'),('anp','messages:newimages-legend','s:15:\"hi:छननी\";'),('anp','messages:newimages-mediatype','s:41:\"hi:मीडिया प्रकार:\";'),('anp','messages:newimages-showbots','s:95:\"hi:बॉट्स द्वारा किए गए अपलोड्स दिखाएँ\";'),('anp','messages:newimages-summary','s:152:\"hi:यह विशेष पृष्ठ हाल ही में अपलोड की गयी फ़ाइलें दिखाता है।\";'),('anp','messages:newimages-user','s:47:\"hi:IP पता या सदस्यनाम\";'),('anp','messages:newimagestext','s:4:\"en:-\";'),('anp','messages:newmessagesdifflinkplural','s:76:\"anp:{{PLURAL:$1|पिछला|999=पिछला सब}} बदलाव\";'),('anp','messages:newmessageslinkplural','s:102:\"anp:{{PLURAL:$1|एगो नया सन्देश|999=नया सन्देश सिनी}}\";'),('anp','messages:newpage','s:29:\"anp:नया पन्ना\";'),('anp','messages:newpageletter','s:8:\"anp:न.\";'),('anp','messages:newpages','s:29:\"anp:नया पन्ना\";'),('anp','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('anp','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('anp','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('anp','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('anp','messages:newpages-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:newpages-summary','s:3:\"en:\";'),('anp','messages:newpages-username','s:28:\"hi:सदस्यनाम:\";'),('anp','messages:newpassword','s:39:\"anp:नैका कूटशब्द:\";'),('anp','messages:newsection','s:14:\"en:New section\";'),('anp','messages:newsection-page','s:14:\"en:Target page\";'),('anp','messages:newsection-submit','s:13:\"en:Go to page\";'),('anp','messages:newsection-summary','s:3:\"en:\";'),('anp','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('anp','messages:newsectionsummary','s:40:\"hi:/* $1 */ नया अनुभाग\";'),('anp','messages:newtitle','s:33:\"anp:नया शीर्षक:\";'),('anp','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('anp','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('anp','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('anp','messages:newuserlogpage','s:55:\"anp:नैका सदस्यौ के सूची\";'),('anp','messages:newuserlogpagetext','s:97:\"hi:यह सदस्य खातों के निर्माण का लॉग है।\";'),('anp','messages:newwindow','s:58:\"anp:(नया विंडो मँ खुलै छै)\";'),('anp','messages:next','s:13:\"anp:आगू\";'),('anp','messages:next-page','s:31:\"hi:अगला पृष्ठ\";'),('anp','messages:nextdiff','s:39:\"anp:टटका संपादन →\";'),('anp','messages:nextn','s:33:\"anp:अगला {{PLURAL:$1|$1}}\";'),('anp','messages:nextn-title','s:78:\"anp:अगला $1 {{PLURAL:$1|नतीजा|जादा नतीजा}}\";'),('anp','messages:nextpage','s:36:\"hi:अगला पृष्ठ ($1)\";'),('anp','messages:nextrevision','s:36:\"anp:नया संशोधन →\";'),('anp','messages:nimagelinks','s:89:\"hi:$1 {{PLURAL:$1|पृष्ठ|पृष्ठों}} पर प्रयुक्त\";'),('anp','messages:ninterwikis','s:79:\"hi:$1 अंतरविकी {{PLURAL:$1|कड़ी|कड़ियाँ}}\";'),('anp','messages:nlinks','s:48:\"hi:$1 {{PLURAL:$1|कड़ी|कड़ियाँ}}\";'),('anp','messages:nmembers','s:65:\"anp:$1 {{PLURAL:$1|सदस्य|सदस्य सिनी}}\";'),('anp','messages:nmemberschanged','s:42:\"hi:$1 → $2 {{PLURAL:$2|सदस्य}}\";'),('anp','messages:no-null-revision','s:138:\"anp:\"$1\" पन्ना लेली बिना बदलावौ के नया अवतरण बनाबै मँ असफल\";'),('anp','messages:noarticletext','s:568:\"anp:फ़िलहाल ई पन्ना पर कोनो सामग्री नै छै.\nआपन॑ अन्य पन्ना मँ [[Special:Search/{{PAGENAME}}|ई सामग्री के खोज]] करै सकै छियै,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} संबंधित चिट्ठा मँ खोज करै सकै छियै],\nया [{{fullurl:{{FULLPAGENAME}}|action=edit}} इ पन्ना क संपादित करै सकै छियै]</span>.\";'),('anp','messages:noarticletext-nopermission','s:581:\"anp:फ़िलहाल इ पन्ना प कोय सामग्री नै छै.\nआपनै अन्य पन्ना मँ [[Special:Search/{{PAGENAME}}|इ सामग्री केरौ खोज]] करै सकै छियै,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} संबंधित चिट्ठा मँ खोज करै सकै छियै],\nया फेरू [{{fullurl:{{FULLPAGENAME}}|action=edit}} इ पन्ना क संपादित करै सकै छियै]</span>.\";'),('anp','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('anp','messages:noautoblockblock','s:82:\"hi:स्वयंचलित ब्लॉक रद्द किये हैं\";'),('anp','messages:nocontribs','s:127:\"anp:हैय मानदंड सँ मेल खाय वाला कोय बदलाव नाय मिललै।\";'),('anp','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('anp','messages:nocookiesfornew','s:401:\"hi:स्रोत की पुष्टि ना हो पाने के कारण यह खाता निर्मित नहीं किया गया। \nसुनिश्चित करें कि आपने कुकीज़ सक्षम की हैं, पृष्ठ को पुनः लोड करें और पुनः प्रयास करें।\";'),('anp','messages:nocookieslogin','s:392:\"hi:{{SITENAME}} पर लॉग इन करने के लिये कुकीज़ का प्रयोग होता है।\nआपने कुकीज़ अक्षम कर रखी हैं।\nकृपया अपने ब्राउज़र में कुकीज़ सक्षम करें और फिर पुनः कोशिश करें।\";'),('anp','messages:nocookiesnew','s:592:\"hi:आपका खाता खोल दिया गया है, पर आप लॉग इन नहीं हुए हैं।\n{{SITENAME}} पर लॉग इन करने के लिये कुकीज़ का प्रयोग होता है।\nआपने कुकीज़ अक्षम कर रखी हैं।\nकृपया अपने ब्राउज़र में कुकीज़ सक्षम करें, और फिर अपने सदस्यनाम एवं कूटशब्द से लॉग इन करें।\";'),('anp','messages:nocreate-loggedin','s:106:\"hi:नये पृष्ठ बनाने का आपको अधिकार नहीं है।\";'),('anp','messages:nocreatetext','s:380:\"hi:{{SITENAME}} पर नये पृष्ठ बनाने के लिये मनाई की गई है।\nआप पीछे जाकर किसी वर्तमान पृष्ठ को संपादित कर सकते हैं, अथवा [[Special:UserLogin|नया ख़ाता खोलें / प्रवेश करें]] ।\";'),('anp','messages:nocredits','s:112:\"hi:इस पृष्ठ के लिये क्रेडिट जानकारी नहीं है।\";'),('anp','messages:node-count-exceeded-category','s:110:\"hi:पृष्ठ जिनमें नोड-संख्या सीमा पार की गई है\";'),('anp','messages:node-count-exceeded-category-desc','s:100:\"hi:यह पृष्ठ नोड-संख्या सीमा पार करता है।\";'),('anp','messages:node-count-exceeded-warning','s:78:\"hi:पृष्ठ ने नोड संख्या पार की है\";'),('anp','messages:noemail','s:143:\"hi:\"$1\" सदस्य के लिये कोई भी ई-मेल पता दर्ज नहीं किया गया है।\";'),('anp','messages:noemailcreate','s:78:\"hi:आपको वैध ई-मेल पता देने होगा।\";'),('anp','messages:noemailprefs','s:178:\"hi:इन सुविधाओं का प्रयोग करने के लिये अपनी वरीयताओं में ई-मेल पता दें।\";'),('anp','messages:noemailtext','s:102:\"hi:इस सदस्य ने वैध ई-मेल पता नहीं दिया है।\";'),('anp','messages:noemailtitle','s:49:\"hi:कोई ई-मेल पता नहीं\";'),('anp','messages:nohistory','s:82:\"anp:इ पन्ना क कोय्यो इतिहास नै छै।\";'),('anp','messages:noimages','s:68:\"hi:देखने के लिए कुछ नहीं है।\";'),('anp','messages:noindex-category','s:47:\"anp:असूचीबद्ध पन्ना\";'),('anp','messages:noindex-category-desc','s:343:\"hi:यह पृष्ठ रोबॉटों द्वारा सूचीबद्ध नहीं है क्योंकि इसमें जादूई शब्द <code><nowiki>__NOINDEX__</nowiki></code> है और ऐसे स्थान पर है जहाँ उस झंडी की अनुमति है।\";'),('anp','messages:nolicense','s:45:\"hi:कुछ भी नहीं चुना\";'),('anp','messages:nolinkshere','s:101:\"anp:<strong>$2</strong> सँ कोय्यो पन्ना नै जुड़लौ छै।\";'),('anp','messages:nolinkshere-ns','s:143:\"hi:चुने हुए नामस्थानसे \'\'\'$2\'\'\' को जुडने वाले पृष्ठ नहीं हैं।\";'),('anp','messages:nolinkstoimage','s:152:\"anp:कोय भी ऐसनो पन्ना नै छै जे ई फाइल केरौ प्रयोग करी रहलौ छै।\";'),('anp','messages:noname','s:86:\"hi:आपने वैध सदस्यनाम नहीं दिया है।\";'),('anp','messages:nonfile-cannot-move-to-file','s:144:\"hi:असञ्चिका को सञ्चिका नामस्थान में नहीं ले जाया जा सकता\";'),('anp','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('anp','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('anp','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('anp','messages:nonwrite-api-promise-error','s:237:\"anp:\'प्रॉमिस-नॉन-राइट-एपीआई-एक्शन\' HTTP हेडर भेजलो गेलो छेलै लेकिन ई अनुरोध, एपीआई अनुरोध नै रहै।\";'),('anp','messages:nopagetext','s:108:\"hi:आपके द्वारा लक्षित पृष्ठ मौजूद नहीं है।\";'),('anp','messages:nopagetitle','s:77:\"hi:ऐसा कोई लक्ष्य पृष्ठ नहीं है\";'),('anp','messages:noscript.css','s:207:\"hi:/* CSS यहाँ डालने से यह केवल जावास्क्रिप्ट निष्क्रिय सदस्यो पर ही प्रभावी होगा। */\";'),('anp','messages:nospecialpagetext','s:266:\"anp:<strong>तोंय अवैध विशेष पृष्ठ माँगलौ छौ.</strong>\nवैध विशेष पन्ना के सूची [[Special:SpecialPages|{{int:specialpages}}]] प देखलौ जाबै सकै छै।\";'),('anp','messages:nosuchaction','s:59:\"anp:ऐसनौ कोय कार्य नै छै।\";'),('anp','messages:nosuchactiontext','s:421:\"anp:इ यू॰आर॰एल द्वारा निर्दिष्ट क्रिया अवैध छै।\nआपनै यू॰आर॰एल गलत लिखल॑ होबै, या कोनो गलत कड़ी केरौ प्रयोग करलै होबै।\nइ {{SITENAME}} के सॉफ़्टवेयर मँ त्रुटि भी हुऐ सकै छै।\";'),('anp','messages:nosuchsectiontext','s:418:\"hi:आप ऐसे अनुभाग का सम्पादन करने का प्रयत्न कर रहे हैं जो अस्तित्व में नहीं है।\nसंभव है कि जब आप पृष्ठ पढ़ रहे थे तब उसे अपनी जगह से हिलाया गया हो या हटा दिया गया हो।\";'),('anp','messages:nosuchsectiontitle','s:80:\"hi:ऐसा कोई अनुभाग शीर्षक नहीं है\";'),('anp','messages:nosuchspecialpage','s:73:\"anp:ऐसनौ कोय विशेष पृष्ठ नै छै.\";'),('anp','messages:nosuchuser','s:352:\"hi:यहाँ \"$1\" नाम का कोई सदस्य नहीं है।\nसदस्यनाम में लघु और दीर्घ अक्षरों से फ़र्क पड़ता है।\nअपनी वर्तनी जाँचें, या [[Special:CreateAccount|नया खाता खोलें]]।\";'),('anp','messages:nosuchusershort','s:160:\"hi:\"$1\" नाम का कोई सदस्य नहीं है।\nकृपया अपनी दी हुई वर्तनी जाँचें।\";'),('anp','messages:notanarticle','s:53:\"hi:सामग्री पृष्ठ नहीं\";'),('anp','messages:notargettext','s:178:\"hi:इस क्रिया को करने के लिये आपने लक्ष्य पृष्ठ या सदस्य बताया नहीं है।\";'),('anp','messages:notargettitle','s:34:\"hi:लक्ष्य नहीं\";'),('anp','messages:note','s:37:\"anp:<strong>विवरण:</strong>\";'),('anp','messages:notextmatches','s:89:\"anp:कोनो पन्ना मँ इ सामग्री नै मिललै.\";'),('anp','messages:notificationemail_body_changed','s:427:\"hi:आप या किसी और व्यक्ति ने $1 आईपी पते से,\n{{SITENAME}} में आपके खाते का ईमेल पता \"$2\" से बदल कर \"$3\" कर दिया है। \n\nयदि यह आपने नहीं किया है, तो कृपया तुरंत प्रबन्धकों को इसकी सूचना दें।\";'),('anp','messages:notificationemail_body_removed','s:407:\"hi:आप या किसी और व्यक्ति ने $1 आईपी पते से,\n{{SITENAME}} में आपके खाते से ईमेल पता \"$2\" को हटा दिया है।\n\nयदि यह आपने नहीं किया है, तो कृपया तुरंत प्रबन्धकों को इसकी सूचना दें।\";'),('anp','messages:notificationemail_subject_changed','s:89:\"hi:{{SITENAME}} पंजीकृत ईमेल खाता बदला गया।\";'),('anp','messages:notificationemail_subject_removed','s:92:\"hi:{{SITENAME}} पंजीकृत ईमेल खाता हटाया गया।\";'),('anp','messages:notloggedin','s:60:\"anp:लॉग-इन नै करलो गेलौ छै\";'),('anp','messages:notvisiblerev','s:144:\"hi:किसी अन्य सदस्य द्वारा किया अन्तिम अवतरण हटाया गया है\";'),('anp','messages:nouserspecified','s:75:\"hi:सदस्यनाम देना अनिवार्य है।\";'),('anp','messages:nov','s:14:\"anp:नवं.\";'),('anp','messages:november','s:19:\"anp:नवंबर\";'),('anp','messages:november-gen','s:19:\"anp:नवंबर\";'),('anp','messages:nowatchlist','s:112:\"hi:आपकी ध्यानसूची में कोई भी पृष्ठ नहीं हैं।\";'),('anp','messages:nowikiemailtext','s:186:\"hi:इस सदस्य ने अन्य सदस्यों से ई-मेल न प्राप्त करने का फ़ैसला लिया हुआ है।\";'),('anp','messages:nrevisions','s:35:\"hi:$1 {{PLURAL:$1|अवतरण}}\";'),('anp','messages:ns-specialprotected','s:113:\"anp:विशेष पृष्ठ सम्पादित नै करलौ जाबै सकै छै।\";'),('anp','messages:nstab-category','s:22:\"anp:श्रेणी\";'),('anp','messages:nstab-help','s:38:\"anp:सहायता पृष्ठ\";'),('anp','messages:nstab-image','s:16:\"anp:फाईल\";'),('anp','messages:nstab-main','s:19:\"anp:पन्ना\";'),('anp','messages:nstab-mainpage','s:28:\"anp:मुखपृष्ठ\";'),('anp','messages:nstab-media','s:38:\"anp:मीडिया पन्ना\";'),('anp','messages:nstab-mediawiki','s:19:\"anp:संदेश\";'),('anp','messages:nstab-project','s:44:\"anp:परियोजना पृष्ठ\";'),('anp','messages:nstab-special','s:35:\"anp:विशेष पन्ना\";'),('anp','messages:nstab-talk','s:3:\"en:\";'),('anp','messages:nstab-template','s:19:\"anp:खाँचा\";'),('anp','messages:nstab-user','s:49:\"anp:{{GENDER:$1|सदस्य पन्ना}}\";'),('anp','messages:ntimes','s:7:\"en:$1×\";'),('anp','messages:ntransclusions','s:89:\"hi:$1 {{PLURAL:$1|पृष्ठ|पृष्ठों}} पर प्रयुक्त\";'),('anp','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('anp','messages:oct','s:13:\"anp:अक्\";'),('anp','messages:october','s:25:\"anp:अक्टूबर\";'),('anp','messages:october-gen','s:25:\"anp:अक्टूबर\";'),('anp','messages:ok','s:20:\"anp:ठीक छै\";'),('anp','messages:oldpassword','s:45:\"anp:पुरनका कूटशब्द:\";'),('anp','messages:ooui-combobox-button-label','s:37:\"hi:विकल्प बदलें\";'),('anp','messages:ooui-dialog-message-accept','s:19:\"hi:ठीक है\";'),('anp','messages:ooui-dialog-message-reject','s:28:\"hi:रद्द करें\";'),('anp','messages:ooui-dialog-process-continue','s:28:\"hi:जारी रखें\";'),('anp','messages:ooui-dialog-process-dismiss','s:28:\"hi:रद्द करें\";'),('anp','messages:ooui-dialog-process-error','s:38:\"hi:कोई त्रुटि आई\";'),('anp','messages:ooui-dialog-process-retry','s:50:\"hi:दोबारा कोशिश करें\";'),('anp','messages:ooui-field-help','s:21:\"hi:सहायता\";'),('anp','messages:ooui-item-remove','s:18:\"hi:हटाएँ\";'),('anp','messages:ooui-outline-control-move-down','s:55:\"hi:आयटम को नीचे ले जाएँ\";'),('anp','messages:ooui-outline-control-move-up','s:52:\"hi:आयटम को ऊपर ले जाएँ\";'),('anp','messages:ooui-outline-control-remove','s:38:\"hi:आयटम को हटाएँ\";'),('anp','messages:ooui-popup-widget-close-button-aria-label','s:25:\"hi:बंद करें\";'),('anp','messages:ooui-selectfile-button-select','s:34:\"hi:फ़ाइल चुनें\";'),('anp','messages:ooui-selectfile-button-select-multiple','s:40:\"hi:फ़ाइलें चुनें\";'),('anp','messages:ooui-selectfile-dragdrop-placeholder','s:47:\"hi:फ़ाइल यहाँ डालें\";'),('anp','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:60:\"hi:फ़ाइलों को यहाँ डालें\";'),('anp','messages:ooui-selectfile-not-supported','s:77:\"hi:फ़ाइल का चयन समर्थित नहीं है\";'),('anp','messages:ooui-selectfile-placeholder','s:68:\"hi:कोई फ़ाइल चुनी नहीं गई है\";'),('anp','messages:ooui-toolbar-more','s:15:\"hi:अधिक\";'),('anp','messages:ooui-toolgroup-collapse','s:9:\"hi:कम\";'),('anp','messages:ooui-toolgroup-expand','s:15:\"hi:अधिक\";'),('anp','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('anp','messages:othercontribs','s:57:\"hi:$1 के कार्य के अनुसार।\";'),('anp','messages:otherlanguages','s:33:\"anp:आरू भासा मँ\";'),('anp','messages:others','s:15:\"hi:अन्य\";'),('anp','messages:overwrite','s:129:\"hi: मौजूदा फ़ाइल को अधिलेखित करने की अनुमति नहीं है\";'),('anp','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('anp','messages:page-atom-feed','s:31:\"anp:\"$1\" अणु फ़ीड\";'),('anp','messages:page-rss-feed','s:51:\"anp:$1 केरौ आरएसएस फ़ीड\";'),('anp','messages:page_first','s:16:\"anp:पहलौ\";'),('anp','messages:page_last','s:19:\"anp:अंतिम\";'),('anp','messages:pagecategories','s:68:\"anp:{{PLURAL:$1|श्रेणी|श्रेणी सिनी}}\";'),('anp','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('anp','messages:pagedata-bad-title','s:44:\"hi:अमान्य शीर्षक: $1\";'),('anp','messages:pagedata-not-acceptable','s:149:\"hi:कोई अनुकूल प्रारूप नहीं मिला। सुमेलित ऍमआइऍमई प्रकार: $1\";'),('anp','messages:pagedata-text','s:756:\"hi:यह पृष्ठ पृष्ठों के लिए एक डेटा इंटरफ़ेस प्रदान करता है। कृपया उपपृष्ठ सिंटैक्स का उपयोग करके यूआरएल में पेज शीर्षक प्रदान करें।\n* कन्टैंट वार्ता आपके क्लाइंट के एसेडर हेडर के आधार पर लागू होती है। इसका मतलब यह है कि पेज डेटा को आपके क्लाइंट द्वारा पसंदीदा प्रारूप में प्रदान किया जाएगा।\";'),('anp','messages:pagedata-title','s:44:\"hi:पृष्ठ के आंकड़े\";'),('anp','messages:pagehist','s:51:\"anp:पन्ना केरौ इतिहास\";'),('anp','messages:pagehistory','s:15:\"en:Page history\";'),('anp','messages:pagehistory-summary','s:3:\"en:\";'),('anp','messages:pageid','s:28:\"hi:पेज आईडी $1\";'),('anp','messages:pageinfo','s:12:\"en:Page info\";'),('anp','messages:pageinfo-article-id','s:35:\"anp:पृष्ठ आइ॰डी\";'),('anp','messages:pageinfo-authors','s:55:\"anp:लेखक सिनी के संख्या\";'),('anp','messages:pageinfo-category-files','s:50:\"hi:फ़ाइलों की संख्या\";'),('anp','messages:pageinfo-category-info','s:43:\"hi:श्रेणी जानकारी\";'),('anp','messages:pageinfo-category-pages','s:37:\"hi:पृष्ठ संख्या\";'),('anp','messages:pageinfo-category-subcats','s:62:\"hi:उपश्रेणियों की संख्या\";'),('anp','messages:pageinfo-category-total','s:60:\"hi:कुल सदस्यों की संख्या\";'),('anp','messages:pageinfo-content-model','s:64:\"anp:पृष्ठ सामग्री के नमूना\";'),('anp','messages:pageinfo-content-model-change','s:18:\"hi:बदलें\";'),('anp','messages:pageinfo-contentpage','s:84:\"anp:सामग्री पृष्ठौ मँ गिनलौ जाय छै\";'),('anp','messages:pageinfo-contentpage-yes','s:16:\"anp:हाँव\";'),('anp','messages:pageinfo-default-sort','s:51:\"anp:डिफ़ॉल्ट सॉर्ट की\";'),('anp','messages:pageinfo-display-title','s:50:\"anp:प्रदर्शित शीर्षक\";'),('anp','messages:pageinfo-edits','s:58:\"anp:संपादन के कुल संख्या\";'),('anp','messages:pageinfo-few-visiting-watchers','s:196:\"hi:हो सकता है या नहीं भी कि कोई इस हाल के सम्पादन द्वारा कोई प्रयोक्ता आया हो।\";'),('anp','messages:pageinfo-few-watchers','s:67:\"anp:$1 सँ कम ध्यान दै {{PLURAL:$1|बला}}\";'),('anp','messages:pageinfo-file-hash','s:22:\"hi:हैश मान\";'),('anp','messages:pageinfo-firsttime','s:54:\"anp:पृष्ठ निर्माण तिथि\";'),('anp','messages:pageinfo-firstuser','s:44:\"anp:पृष्ठ निर्माता\";'),('anp','messages:pageinfo-footer','s:4:\"en:-\";'),('anp','messages:pageinfo-header','s:4:\"en:-\";'),('anp','messages:pageinfo-header-basic','s:35:\"anp:मूल जानकारी\";'),('anp','messages:pageinfo-header-edits','s:44:\"anp:सम्पादन इतिहास\";'),('anp','messages:pageinfo-header-properties','s:41:\"anp:पृष्ठ जानकारी\";'),('anp','messages:pageinfo-header-restrictions','s:41:\"anp:पृष्ठ सुरक्षा\";'),('anp','messages:pageinfo-hidden-categories','s:92:\"anp:नुकैलौ {{PLURAL:$1|श्रेणी|श्रेणी सिनी}} ($1)\";'),('anp','messages:pageinfo-language','s:54:\"anp:पृष्ठ सामग्री भाषा\";'),('anp','messages:pageinfo-language-change','s:27:\"hi:परिवर्तन\";'),('anp','messages:pageinfo-lasttime','s:57:\"anp:नवीनतम सम्पादन तिथि\";'),('anp','messages:pageinfo-lastuser','s:44:\"anp:नवीनतम सम्पादक\";'),('anp','messages:pageinfo-length','s:60:\"anp:पृष्ठ आकार (बाइट्स म॑)\";'),('anp','messages:pageinfo-magic-words','s:51:\"anp:जादुई {{PLURAL:$1|शब्द}} ($1)\";'),('anp','messages:pageinfo-namespace','s:27:\"hi:नामस्थान\";'),('anp','messages:pageinfo-not-current','s:187:\"hi:क्षमा करें, पुराने अवतरणों के लिए यह जानकारी प्रदान करना संभव नहीं है।\";'),('anp','messages:pageinfo-protect-cascading','s:109:\"hi:सुरक्षा-विकल्प यहाँ से व्यापक हो रहे हैं\";'),('anp','messages:pageinfo-protect-cascading-from','s:112:\"hi:सुरक्षा-विकल्प व्यापक हो रहे हैं स्थान-से\";'),('anp','messages:pageinfo-protect-cascading-yes','s:12:\"hi:हाँ\";'),('anp','messages:pageinfo-recent-authors','s:71:\"anp:हाले मँ लेखकौ केरौ संख्या\";'),('anp','messages:pageinfo-recent-edits','s:115:\"anp:हाल मँ होलौ सम्पादनौ के संख्या (पिछ्ला $1 मँ)\";'),('anp','messages:pageinfo-redirects-name','s:90:\"anp:इ पृष्ठ क पुनर्निर्देश के संख्या\";'),('anp','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('anp','messages:pageinfo-redirectsto','s:61:\"hi:पुनर्निर्देशन लक्ष्य\";'),('anp','messages:pageinfo-redirectsto-info','s:24:\"hi:जानकारी\";'),('anp','messages:pageinfo-robot-index','s:25:\"anp:अनुमतित\";'),('anp','messages:pageinfo-robot-noindex','s:32:\"anp:नै अनुमतित\";'),('anp','messages:pageinfo-robot-policy','s:83:\"anp:सर्च इंजन बॉट द्वारा अनुक्रमण\";'),('anp','messages:pageinfo-subpages-name','s:53:\"anp:ई पृष्ठ के उप-पृष्ठ\";'),('anp','messages:pageinfo-subpages-value','s:130:\"anp:$1 ($2 {{PLURAL:$2|पुनर्निर्देश}}; $3 {{PLURAL:$3|ग़ैर-पुनर्निर्देश}})\";'),('anp','messages:pageinfo-summary','s:3:\"en:\";'),('anp','messages:pageinfo-templates','s:92:\"anp:प्रयुक्त {{PLURAL:$1|खाँचा|खाँचा सिनी}} ($1)\";'),('anp','messages:pageinfo-title','s:43:\"anp:\"$1\" लेली जानकारी\";'),('anp','messages:pageinfo-toolboxlink','s:35:\"anp:पृष्ठ सूचना\";'),('anp','messages:pageinfo-transclusions','s:104:\"hi:$1 {{PLURAL:$1|पृष्ठ|पृष्ठों}} पर ट्रांस्कलूडिड\";'),('anp','messages:pageinfo-user-id','s:28:\"hi:सदस्य पता\";'),('anp','messages:pageinfo-view-protect-log','s:83:\"hi:इस पृष्ठ का सुरक्षा लॉग देखें।\";'),('anp','messages:pageinfo-visiting-watchers','s:145:\"hi:पृष्ठ देखने वालों की संख्या जो हाल के संपादनों में आए।\";'),('anp','messages:pageinfo-watchers','s:85:\"anp:पृष्ठ प नज़र रखै वाला के संख्या\";'),('anp','messages:pagelang-db-failed','s:112:\"hi:डेटाबेस पृष्ठ भाषा को बदलने में विफल रहा।\";'),('anp','messages:pagelang-language','s:15:\"hi:भाषा\";'),('anp','messages:pagelang-name','s:18:\"hi:पृष्ठ\";'),('anp','messages:pagelang-nonexistent-page','s:64:\"hi:$1 पन्ना अभी बना नहीं है।\";'),('anp','messages:pagelang-reason','s:15:\"hi:कारण\";'),('anp','messages:pagelang-select-lang','s:31:\"hi:भाषा चुनें\";'),('anp','messages:pagelang-submit','s:18:\"hi:भेजें\";'),('anp','messages:pagelang-unchanged-language','s:79:\"hi:$1 की भाषा पहले ही $2 तय की गई है।\";'),('anp','messages:pagelang-unchanged-language-default','s:132:\"hi:$1 पृष्ठ में विकि की मूल भाषा पहले से तय कर दी गई है।\";'),('anp','messages:pagelang-use-default','s:79:\"hi:डिफ़ॉल्ट भाषा का प्रयोग करें\";'),('anp','messages:pagelanguage','s:47:\"hi:पृष्ठ भाषा बदलें\";'),('anp','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('anp','messages:pagemovedsub','s:57:\"anp:स्थानांतरण सफल रहलै\";'),('anp','messages:pager-newer-n','s:55:\"anp:{{PLURAL:$1|नया 1|नया सीनी $1}}\";'),('anp','messages:pager-older-n','s:73:\"anp:{{PLURAL:$1|पुरानौ 1|पुरानौ सीनी $1}}\";'),('anp','messages:pagesize','s:24:\"anp:(बाईट्स)\";'),('anp','messages:pageswithprop','s:73:\"hi:पृष्ठ जिनमें पृष्ठ गुण हैं\";'),('anp','messages:pageswithprop-legend','s:73:\"hi:पृष्ठ जिनमें पृष्ठ गुण हैं\";'),('anp','messages:pageswithprop-prop','s:30:\"hi:गुण का नाम:\";'),('anp','messages:pageswithprop-prophidden-binary','s:65:\"hi:बाइनरी मूल्य ($1) छुपा है।\";'),('anp','messages:pageswithprop-prophidden-long','s:76:\"hi:लम्बे पाठ का मूल्य छुपा ($1) है\";'),('anp','messages:pageswithprop-reverse','s:79:\"hi:उल्टे क्रम में क्रमबद्ध करें\";'),('anp','messages:pageswithprop-sortbyvalue','s:105:\"hi:संपत्ति मूल्य के आधार पर क्रमबद्ध करें\";'),('anp','messages:pageswithprop-submit','s:18:\"hi:खोजें\";'),('anp','messages:pageswithprop-summary','s:3:\"en:\";'),('anp','messages:pageswithprop-text','s:165:\"hi:यह पृष्ठ पृष्ठ गुण का उपयोग कर रहे पन्नों को सूचीबद्ध करता है।\";'),('anp','messages:pagetitle','s:20:\"hi:$1 - {{SITENAME}}\";'),('anp','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('anp','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('anp','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('anp','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('anp','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('anp','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('anp','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('anp','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('anp','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('anp','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('anp','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('anp','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('anp','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('anp','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('anp','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('anp','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('anp','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('anp','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('anp','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('anp','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('anp','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('anp','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('anp','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('anp','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('anp','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('anp','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('anp','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('anp','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('anp','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('anp','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('anp','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('anp','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('anp','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('anp','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('anp','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('anp','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('anp','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('anp','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('anp','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('anp','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('anp','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('anp','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('anp','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('anp','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('anp','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('anp','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('anp','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('anp','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('anp','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('anp','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('anp','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('anp','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('anp','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('anp','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('anp','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('anp','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('anp','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('anp','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('anp','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('anp','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('anp','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('anp','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('anp','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('anp','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('anp','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('anp','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('anp','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('anp','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('anp','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('anp','messages:parentheses','s:7:\"en:($1)\";'),('anp','messages:parentheses-end','s:4:\"en:)\";'),('anp','messages:parentheses-start','s:4:\"en:(\";'),('anp','messages:parser-template-loop-warning','s:52:\"hi:साँचा चक्र मिला: [[$1]]\";'),('anp','messages:parser-template-recursion-depth-warning','s:93:\"hi:साँचा पुनरावर्ती गहराई सीमा पार ($1)\";'),('anp','messages:parser-unstrip-loop-warning','s:43:\"hi:Unstrip लूप पाया गया\";'),('anp','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('anp','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('anp','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('anp','messages:password-change-forbidden','s:108:\"anp:तोंय हैय विकि प पासवर्ड नाय बदलै ल पारौ।\";'),('anp','messages:password-login-forbidden','s:115:\"hi:इस सदस्यनाम और कूटशब्द का उपयोग वर्जित है।\";'),('anp','messages:password-name-match','s:130:\"hi:आपका कूटशब्द आपके सदस्यनाम से भिन्न होना चाहिए।\";'),('anp','messages:password-substring-username-match','s:159:\"hi:आपका पासवर्ड आपके उपयोगकर्ता नाम के अंदर नहीं दिखना चाहिए।\";'),('anp','messages:passwordincommonlist','s:340:\"hi:आपके द्वारा भरा गया पासवर्ड बहुत सामान्य रूप से प्रयोग होने वाले पासवर्डों की सूची में है। कृपया और अधिक अद्वितीय पासवर्ड चुने।\";'),('anp','messages:passwordpolicies','s:46:\"hi:पासवर्ड नीतियाँ\";'),('anp','messages:passwordpolicies-group','s:15:\"hi:समूह\";'),('anp','messages:passwordpolicies-policies','s:21:\"hi:पॉलिसी\";'),('anp','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('anp','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('anp','messages:passwordpolicies-policy-maximalpasswordlength','s:141:\"hi:पासवर्ड $1 {{PLURAL:$1|अक्षर|अक्षरों}} से कम लम्बा होना चाहिये\";'),('anp','messages:passwordpolicies-policy-minimalpasswordlength','s:175:\"hi:आपका कूटशब्द कम से कम {{PLURAL:$1|1 कैरेक्टर|$1 कैरेक्टरों}} का होना चाहिये।\";'),('anp','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:155:\"hi:लॉगिन हेतु पासवर्ड कम से कम $1 {{PLURAL:$1|अक्षर}} लम्बा होना चाहिये\";'),('anp','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('anp','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('anp','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('anp','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('anp','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('anp','messages:passwordpolicies-summary','s:177:\"hi:यह इस विकि पर परिभाषित सदस्य समूह के लिये प्रभावी पासवर्ड नीति है।\";'),('anp','messages:passwordremindertext','s:1326:\"hi:किसी ने ($1 आइ॰पी पते से) {{SITENAME}} ($4) पर इस्तेमाल के लिये नया कूटशब्द मँगाया है। सदस्य \"$2\" के लिए एक अस्थायी कूटशब्द बना दिया गया है, और यह अभी \"$3\" है। यदि यह आपकी ही मंशा थी, तो अब आपको लॉग इन करके एक नया कूटशब्द चुनना होगा।\nआपके अस्थायी कूटशब्द की अवधि {{PLURAL:$5|एक दिन|$5 दिनों}} में समाप्त हो जाएगी।\n\nयदि यह अनुरोध किसी और ने किया था, या आप अपना पुराना कूटशब्द अब नहीं बदलना चाहते क्योंकि आपको अपना पुराना कूटशब्द याद आ गया है, तो आप इस संदेश को नज़रंदाज़ कर सकते हैं, और अपने पुराने कूटशब्द का पहले की तरह इस्तेमाल करते रह सकते हैं।\";'),('anp','messages:passwordremindertitle','s:89:\"hi:{{SITENAME}} के लिये नया अस्थायी कूटशब्द\";'),('anp','messages:passwordreset','s:41:\"anp:कूटशब्द रीसेट\";'),('anp','messages:passwordreset-disabled','s:106:\"hi:कूटशब्द रीसेट करना इस विकी पर अक्षम है।\";'),('anp','messages:passwordreset-domain','s:20:\"anp:डोमेन:\";'),('anp','messages:passwordreset-email','s:27:\"anp:ई-मेल पता\";'),('anp','messages:passwordreset-emaildisabled','s:112:\"hi:इस विकि पर ई-मेल सुविधा अक्षम कर दी गयी है।\";'),('anp','messages:passwordreset-emailelement','s:83:\"anp:सदस्यनाम: \n$1\n\nअस्थायी कूटशब्द: \n$2\";'),('anp','messages:passwordreset-emailtext-ip','s:1257:\"hi:किसी ने (शायद आपने ही, $1 आइ॰पी पते से) {{SITENAME}} ($4) पर अपने {{PLURAL:$3|कूटशब्द|कूटशब्दों}} को रीसेट करने का अनुरोध किया है। इस ई-मेल पते से निम्न {{PLURAL:$3|खाता जुड़ा है|खाते जुड़े हैं}}:\n\n$2\n\n{{PLURAL:$3|यह|ये}} अस्थायी कूटशब्द {{PLURAL:$5|एक दिन|$5 दिनों}} के बाद काम नहीं करेंगे। आपको लॉग इन करके एक नया कूटशब्द अभी चुन लेना चाहिए। यदि यह अनुरोध किसी और ने किया है, या फिर आपको अपना मूल कूटशब्द याद आ गया है, और आप {{PLURAL:$3|अपना|अपने}} कूटशब्द नहीं बदलना चाहते, आप इस संदेश को अनदेखा कर के अपने पुराने कूटशब्द का प्रयोग जारी रख सकते हैं।\";'),('anp','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('anp','messages:passwordreset-emailtext-user','s:1199:\"hi:{{SITENAME}} ($4) पर सदस्य $1 ने आपके {{PLURAL:$3|खाते|खातों}} के कूटशब्द को रीसेट करने का अनुरोध किया है। इस ई-मेल पते से निम्न {{PLURAL:$3|खाता जुड़ा है|खाते जुड़े हैं}}:\n\n$2\n\n{{PLURAL:$3|यह|ये}} अस्थायी कूटशब्द {{PLURAL:$5|एक दिन|$5 दिनों}} के बाद काम नहीं करेंगे।\nआपको लॉग इन करके एक नया कूटशब्द अभी चुन लेना चाहिए। यदि यह अनुरोध किसी और ने किया है, या फिर आपको अपना मूल कूटशब्द याद आ गया है, और आप {{PLURAL:$3|अपना|अपने}} कूटशब्द नहीं बदलना चाहते, आप इस संदेश को अनदेखा कर के अपने पुराने कूटशब्द का प्रयोग जारी रख सकते हैं।\";'),('anp','messages:passwordreset-emailtitle','s:53:\"anp:{{SITENAME}} प खाते क विवरण\";'),('anp','messages:passwordreset-ignored','s:220:\"hi:पासवर्ड रीसेट नहीं संभाला गया। हो सकता है कि कोई प्रदाता कॉन्फ़िगर नही किया गया हो?\";'),('anp','messages:passwordreset-nocaller','s:76:\"hi:कॉलर प्रदान किया जाना चाहिए\";'),('anp','messages:passwordreset-nodata','s:113:\"hi:न तो यूजर नाम और न ही ईमेल पता आपूर्ति की गई\";'),('anp','messages:passwordreset-nosuchcaller','s:55:\"hi:कॉलर मौजूद नहीं है: $1\";'),('anp','messages:passwordreset-success','s:109:\"hi:आपने कूटशब्द को बदलने का अनुरोध किया है।\";'),('anp','messages:passwordreset-success-details-generic','s:1062:\"hi:यदि सबमिट की गई जानकारी वैध है, तो एक पासवर्ड रीसेट ईमेल भेजा जाएगा। यदि आपको कोई ईमेल प्राप्त नहीं हुआ है, तो हम अनुशंसा करते हैं कि आप [[mw:Special:MyLanguage/Help:Reset_password|reset पासवर्ड सहायता पृष्ठ]] पर जाएँ या बाद में पुनः प्रयास करें। आप थोड़े समय के बाद केवल <strong>सीमित संख्या तक पासवर्ड रीसेट</strong> का अनुरोध कर सकते हैं। दुरुपयोग को रोकने के लिए <strong>प्रत्येक वैध खाते के लिए {{PLURAL:$1|$1 घंटे}} में केवल एक पासवर्ड रीसेट ईमेल</strong> भेजा जाएगा|\";'),('anp','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('anp','messages:passwordreset-text-many','s:217:\"hi:{{PLURAL:$1|ईमेल के माध्यम से एक अस्थायी पासवर्ड प्राप्त करने के लिए कोई एक डिब्बा भरें।}}\";'),('anp','messages:passwordreset-text-one','s:125:\"hi:अपना कूटशब्द रीसेट करने के लिए यह फ़ॉर्म भरें।\";'),('anp','messages:passwordreset-username','s:29:\"anp:सदस्यनाम:\";'),('anp','messages:passwordsent','s:232:\"hi:\"$1\" के ई-मेल पते पर एक नया कूटशब्द भेज दिया गया है।\nई-मेल पाने बाद कृपया दुबारा लॉग इन करें।\";'),('anp','messages:passwordtoolong','s:153:\"hi:पासवर्ड {{PLURAL:$1|1 वर्ण|$1 वर्णों}} से ज़्यादा लम्बे नही हो सकते।\";'),('anp','messages:passwordtooshort','s:157:\"hi:आपका कूटशब्द कम से कम {{PLURAL:$1|1 अक्षर|$1 अक्षरों}} का होना चाहिये।\";'),('anp','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('anp','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('anp','messages:patrol-log-header','s:83:\"hi:यह परीक्षित अवतरणों की लॉग है।\";'),('anp','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('anp','messages:patrol-log-page','s:35:\"anp:परीक्षण लॉग\";'),('anp','messages:pear-mail-error','s:5:\"en:$1\";'),('anp','messages:percent','s:6:\"en:$1%\";'),('anp','messages:perfcached','s:423:\"anp:निच्चाँ देलौ डेटा कैशे मेमोरी सँ लेलौ गेलौ छै। इ लेली हुये सकै छै कि इ पूरा तरह सँ अपडेट नै होलौ हुअ। कैशे मेमोरी मँ अधिकतम {{PLURAL:$1|एगो  नतीजा|$1 जादा नतीजा}} उपलब्ध छै।\";'),('anp','messages:perfcachedts','s:326:\"anp:नीचें देलौ डेटा कैशे करलौ गेलौ छै जे कि अंतिम बार $1 अपडेट होलै। कैशे मेमोरी मँ अधिकतम {{PLURAL:$4|एगो  नतीजा|$4 जादा नतीजा}} उपलब्ध छै।\";'),('anp','messages:period-am','s:31:\"anp:पूर्वाह्न\";'),('anp','messages:period-pm','s:25:\"anp:अपराह्न\";'),('anp','messages:permalink','s:35:\"anp:स्थायी कड़ी\";'),('anp','messages:permanentlink','s:34:\"hi:स्थायी कड़ी\";'),('anp','messages:permanentlink-revid','s:34:\"hi:संशोधन आईडी\";'),('anp','messages:permanentlink-submit','s:44:\"hi:संशोधन में जाएँ\";'),('anp','messages:permanentlink-summary','s:3:\"en:\";'),('anp','messages:permissionserrors','s:41:\"anp:अनुमति त्रुटि\";'),('anp','messages:permissionserrorstext','s:172:\"hi:निम्नलिखित {{PLURAL:$1|कारण|कारणों}} से आपको ऐसा करने की अनुमति नहीं हैं:\";'),('anp','messages:permissionserrorstext-withaction','s:155:\"anp:आपनै क $2 केरौ अनुमति नै छै, निम्नलिखित {{PLURAL:$1|कारण|कारण सिनी}}:\";'),('anp','messages:personaltools','s:47:\"anp:व्यक्तिगत उपकरण\";'),('anp','messages:php-mail-error','s:5:\"en:$1\";'),('anp','messages:php-mail-error-unknown','s:103:\"hi:PHP के mail() फ़ंक्शन में अज्ञात त्रुटि हुई।\";'),('anp','messages:php-uploaddisabledtext','s:167:\"hi:पी॰एच॰पी में फ़ाइल अपलोड बंद हैं।\nकृपया file_uploads जमाव की जाँच करें।\";'),('anp','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('anp','messages:policy-url','s:24:\"anp:Project:नीति\";'),('anp','messages:pool-errorunknown','s:41:\"anp:अज्ञात त्रुटि\";'),('anp','messages:pool-queuefull','s:52:\"anp:पूल पंक्ति भरलौ छै\";'),('anp','messages:pool-servererror','s:86:\"anp:पूल काउंटर सेवा उपलब्ध नै छै ($1)।\";'),('anp','messages:pool-timeout','s:101:\"anp:तालाबन्दी लेली प्रतीक्षा समय समाप्त\";'),('anp','messages:poolcounter-usage-error','s:42:\"anp:उपयोग त्रुटि: $1\";'),('anp','messages:portal','s:50:\"anp:सामुदायिक पोर्टल\";'),('anp','messages:portal-url','s:58:\"anp:Project:सामुदायिक पोर्टल\";'),('anp','messages:post-expand-template-argument-category','s:99:\"hi:ऐसे पृष्ठ जिनमें प्राचल छोड़े गये हैं\";'),('anp','messages:post-expand-template-argument-category-desc','s:302:\"hi:यह पृष्ठ <code>$wgMaxArticleSize</code>  से बढ़कर है जबकि साँचों के आंतरिक पाठ को बढ़ाया गया हो (तिगुणी ब्रेस के रूप में जैसे <code>{{{Foo}}}</code>) ।\";'),('anp','messages:post-expand-template-argument-warning','s:298:\"hi:\'\'\'चेतावनी:\'\'\' इस पृष्ठ पर कम-से-कम एक साँचा तर्क है जिसके विस्तार का आकार बहुत बड़ा है।\nइन तर्कों को छोड़ दिया गया है।\";'),('anp','messages:post-expand-template-inclusion-category','s:127:\"hi:ऐसे पृष्ठ जिनपर साँचे जुड़ने की सीमा पार हो गई है\";'),('anp','messages:post-expand-template-inclusion-category-desc','s:275:\"hi:पृष्ठ का साइज़ <code>$wgMaxArticleSize</code> से बढ़कर है। सभी साँचों के फैलाने के बाद कुछ साँचों को फैलाया नहीं जा सकता है।\";'),('anp','messages:post-expand-template-inclusion-warning','s:187:\"hi:\'\'\'चेतावनी:\'\'\' साँचे जुड़ने की सीमा पार हो चुकी है।\nकुछ साँचे नहीं जुड़ेंगे।\";'),('anp','messages:postedit-confirmation-created','s:70:\"anp:पन्ना निर्मित करलौ गेलै।\";'),('anp','messages:postedit-confirmation-published','s:92:\"anp:तोरौ संशोधन प्रकाशित करलौ गेलौं।\";'),('anp','messages:postedit-confirmation-restored','s:93:\"anp:पन्ना पुरानौ स्थिति प लानलौ गेलै।\";'),('anp','messages:postedit-confirmation-saved','s:76:\"anp:तोरौ सम्पादन सहेजलौ गेलौं।\";'),('anp','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('anp','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('anp','messages:powersearch-legend','s:29:\"anp:उन्नत खोज\";'),('anp','messages:powersearch-ns','s:49:\"anp:नामस्थान मँ खोजौ:\";'),('anp','messages:powersearch-remember','s:107:\"hi:चुनाव को भविष्य की खोजों के लिए याद रखें\";'),('anp','messages:powersearch-toggleall','s:12:\"hi:सभी\";'),('anp','messages:powersearch-togglelabel','s:19:\"hi:चुनें:\";'),('anp','messages:powersearch-togglenone','s:32:\"hi:कोई भी नहीं\";'),('anp','messages:preferences','s:22:\"anp:वरीयता\";'),('anp','messages:preferences-summary','s:3:\"en:\";'),('anp','messages:prefixindex','s:71:\"anp:इ उपसर्ग वाला सब्भे पन्ना\";'),('anp','messages:prefixindex-namespace','s:90:\"hi:उपसर्ग वाले सभी पृष्ठ ($1 नामस्थान)\";'),('anp','messages:prefixindex-strip','s:69:\"hi:परिणाम में उपसर्ग छुपाएँ\";'),('anp','messages:prefixindex-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:prefixindex-summary','s:3:\"en:\";'),('anp','messages:prefs-advancedediting','s:43:\"hi:सामान्य विकल्प\";'),('anp','messages:prefs-advancedrc','s:37:\"hi:उन्नत विकल्प\";'),('anp','messages:prefs-advancedrendering','s:37:\"hi:उन्नत विकल्प\";'),('anp','messages:prefs-advancedsearchoptions','s:37:\"hi:उन्नत विकल्प\";'),('anp','messages:prefs-advancedwatchlist','s:37:\"hi:उन्नत विकल्प\";'),('anp','messages:prefs-changeemail','s:64:\"hi:ईमेल पता बदलें या हटाएँ\";'),('anp','messages:prefs-changesrc','s:69:\"hi:दिखाई जाने वाला परिवर्तन\";'),('anp','messages:prefs-changeswatchlist','s:34:\"hi:दृश्य बदलाव\";'),('anp','messages:prefs-common-config','s:120:\"hi:सभी स्किन्स के लिए साँझित CSS/JSON/जावास्क्रिप्ट:\";'),('anp','messages:prefs-custom-css','s:31:\"hi:अनुकूलित CSS\";'),('anp','messages:prefs-custom-js','s:67:\"hi:अनुकूलित जावास्क्रिप्ट\";'),('anp','messages:prefs-custom-json','s:14:\"hi:Custom JSON\";'),('anp','messages:prefs-dateformat','s:37:\"hi:तिथि प्रारूप\";'),('anp','messages:prefs-developertools','s:37:\"hi:डेवलपर उपकरण\";'),('anp','messages:prefs-diffs','s:15:\"hi:अंतर\";'),('anp','messages:prefs-discussion','s:34:\"hi:चर्चा पृष्ठ\";'),('anp','messages:prefs-displayrc','s:46:\"hi:प्रदर्शन विकल्प\";'),('anp','messages:prefs-displaywatchlist','s:46:\"hi:प्रदर्शन विकल्प\";'),('anp','messages:prefs-editing','s:21:\"hi:संपादन\";'),('anp','messages:prefs-editor','s:24:\"hi:सम्पादक\";'),('anp','messages:prefs-edits','s:22:\"hi:संपादन:\";'),('anp','messages:prefs-editwatchlist','s:68:\"hi:ध्यानसूची सम्पादित करें\";'),('anp','messages:prefs-editwatchlist-clear','s:69:\"hi:अपनी ध्यानसूची साफ़ करें\";'),('anp','messages:prefs-editwatchlist-edit','s:108:\"hi:अपनी ध्यानसूची पर शीर्षक देखें और हटाएँ\";'),('anp','messages:prefs-editwatchlist-label','s:126:\"hi:अपनी ध्यानसूची की प्रविष्टियाँ सम्पादित करें:\";'),('anp','messages:prefs-editwatchlist-raw','s:72:\"hi:रॉ ध्यानसूची संपादित करें\";'),('anp','messages:prefs-email','s:34:\"hi:ईमेल विकल्प\";'),('anp','messages:prefs-emailconfirm-label','s:44:\"hi:ईमेल पुष्टीकरण:\";'),('anp','messages:prefs-files','s:18:\"hi:चित्र\";'),('anp','messages:prefs-help-email','s:260:\"hi:ईमेल पता वैकल्पिक है, लेकिन अगर आप अपना पासवर्ड भूल जाते हैं तो पासवर्ड बदलने में यह आपके काम आएगा।\";'),('anp','messages:prefs-help-email-others','s:450:\"hi:आप अपने सदस्य पृष्ठ या वार्ता पृष्ठ पर ईमेल के ज़रिए दूसरों को आपसे संपर्क करने का विकल्प दे सकते हैं।\nजब दूसरे आपसे संपर्क करें तो आपका ईमेल पता उन्हें नहीं दिखाया जाएगा।\";'),('anp','messages:prefs-help-email-required','s:55:\"hi:ई-मेल पता आवश्यक है।\";'),('anp','messages:prefs-help-gender','s:388:\"hi:यह जानकारी देना वैकल्पिक है।\nसॉफ़्टवेयर में इस वैल्यू की मदद से उचित व्याकरणिक लिंग की मदद से आपको संबोधित किया जाएगा।\nयह जानकारी सार्वजनिक होगी।\";'),('anp','messages:prefs-help-prefershttps','s:115:\"hi:यह वरीयता आपके अगले लॉगिन पर प्रभावी होगी।\";'),('anp','messages:prefs-help-realname','s:256:\"hi:असली नाम देना ज़रूरी नहीं।\nअगर यह दिया जाता है तो इससे आपको आपके कार्यों के लिए श्रेय दिया जाएगा।\";'),('anp','messages:prefs-help-recentchangescount','s:64:\"hi:अधिकतम संख्या: एक हज़ार\";'),('anp','messages:prefs-help-requireemail','s:189:\"hi:इससे आपकी निजता बरकरार रहेगी और आपको सिर्फ आवश्यक ईमेल ही भेजे जाएँगे।\";'),('anp','messages:prefs-help-signature','s:346:\"hi:वार्ता पृष्ठों पर की गई टिप्पणियों पर \"<nowiki>~~~~</nowiki>\" के ज़रिए हस्ताक्षर किया जाना चाहिए, यह आपके हस्ताक्षर और समय में परिवर्तित हो जाएगा।\";'),('anp','messages:prefs-help-skin-responsive','s:157:\"hi:मोबाइल पर स्क्रीन के आकार के अनुसार सामग्री का आकार बदलें।\";'),('anp','messages:prefs-help-tokenmanagement','s:497:\"hi:आप अपने खाते के लिए गुप्त कुँजी देख और रीसेट कर सकते हैं जो आपकी ध्यानसूची की वेब फ़ीड तक पहुँच सकता है। जो भी कुँजी जानता है वह आपकी ध्यानसूची को पढ़ने में सक्षम होगा, इसलिए इसे साँझा न करें।\";'),('anp','messages:prefs-help-variant','s:228:\"hi:आपका पसंदीदा प्रकार या इमला इस विकि के अंदर सामग्री पृष्ठों को प्रदर्शित करने के लिए।\";'),('anp','messages:prefs-help-watchlist-token2','s:495:\"hi:यह आपकी ध्यानसूची की वेब फ़ीड की गोपनीय चाबी है।\nयह जिसके भी पास होगी वह आपकी ध्यानसूची पढ़ सकेगा, इसिलए इसे किसी के साथ बांटियेगा नहीं।\nअगर आप की जरूरत है, [[Special:ResetTokens|आप इसे रीसेट कर सकते हैं]]।\";'),('anp','messages:prefs-help-yourpassword','s:155:\"anp:खाता पुनर्प्राप्ति सक्षम छौं। अधिक सेटिंग्स लेली $1 देखौ।\";'),('anp','messages:prefs-i18n','s:54:\"hi:अंतर्राष्ट्रीयकरण\";'),('anp','messages:prefs-info','s:43:\"hi:मूलभूत जानकारी\";'),('anp','messages:prefs-labs','s:40:\"hi:लैब विशेषताएँ\";'),('anp','messages:prefs-memberingroups','s:93:\"hi:इन {{PLURAL:$1|समूह|समूहों}} के {{GENDER:$2|सदस्य}}:\";'),('anp','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('anp','messages:prefs-misc','s:15:\"hi:अन्य\";'),('anp','messages:prefs-namespaces','s:27:\"hi:नामस्थान\";'),('anp','messages:prefs-pageswatchlist','s:51:\"hi:देखे जा चुके पृष्ठ\";'),('anp','messages:prefs-personal','s:46:\"hi:सदस्य प्रोफ़ाइल\";'),('anp','messages:prefs-preview','s:36:\"hi:पूर्वावलोकन\";'),('anp','messages:prefs-rc','s:48:\"hi:हाल में हुए बदलाव\";'),('anp','messages:prefs-registration','s:42:\"hi:पंजीकरण का समय:\";'),('anp','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('anp','messages:prefs-rendering','s:21:\"hi:दिखावट\";'),('anp','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('anp','messages:prefs-reset-intro','s:335:\"hi:आप इस पृष्ठ के ज़रिए अपनी वरीयताओं को साइट की मूल वरीयताओं के समान बना सकते हैं।\nइसके बाद आप वापस पुरानी स्थिति पर नहीं आ सकेंगे।\";'),('anp','messages:prefs-resetpass','s:40:\"hi:पासवर्ड बदलें\";'),('anp','messages:prefs-searchmisc','s:24:\"hi:सामान्य\";'),('anp','messages:prefs-searchoptions','s:12:\"hi:खोज\";'),('anp','messages:prefs-setemail','s:49:\"hi:ई-मेल पता सेट करें\";'),('anp','messages:prefs-signature','s:30:\"hi:हस्ताक्षर\";'),('anp','messages:prefs-signature-error-details','s:22:\"hi:और जानो\";'),('anp','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('anp','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('anp','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('anp','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('anp','messages:prefs-skin','s:18:\"hi:त्वचा\";'),('anp','messages:prefs-skin-prefs','s:50:\"hi:स्किन की वरीयताएँ\";'),('anp','messages:prefs-skin-responsive','s:69:\"hi:उत्तरदायी मोड सक्षम करें\";'),('anp','messages:prefs-tabs-navigation-hint','s:271:\"hi:सुझाव: आप टैब्स सूची में टैब्स के बीच आवागमन करने के लिए बाएँ और दाएँ तीर कुंजियों का उपयोग कर सकते हैं।\";'),('anp','messages:prefs-timeoffset','s:24:\"hi:समयांतर\";'),('anp','messages:prefs-tokenwatchlist','s:15:\"hi:टोकन\";'),('anp','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('anp','messages:prefs-user-downloaddata-info','s:70:\"hi:इस परियोजना में मेरी डेटा\";'),('anp','messages:prefs-user-downloaddata-label','s:49:\"hi:खाते की डेटा पाएँ:\";'),('anp','messages:prefs-user-pages','s:34:\"hi:सदस्य पृष्ठ\";'),('anp','messages:prefs-user-restoreprefs-info','s:119:\"hi:डिफ़ॉल्ट वरीयताओं पर जाएँ (सभी अनुभागों में)\";'),('anp','messages:prefs-user-restoreprefs-label','s:57:\"hi:सेटिंग्स रीसेट करें:\";'),('anp','messages:prefs-vector-enable-vector-1-help','s:573:\"hi:अगले कुछ सालों में हम Vector स्किन को धीरे धीरे अपडेट करेंगे। लिगेसी Vector की मदद से आप Vector का पुराना संस्करण देख सकते हैं (दिसंबर 2019 के अनुसार)। अद्यतनों के बारे में अधिक जानने के लिए हमारे [[mw:Reading/Web/Desktop_Improvements|परियोजना पृष्ठ]] पर जाएँ।\";'),('anp','messages:prefs-vector-enable-vector-1-label','s:59:\"anp:लिगेसी Vector क उपयोग करौ\";'),('anp','messages:prefs-watchlist','s:30:\"hi:ध्यानसूची\";'),('anp','messages:prefs-watchlist-days','s:77:\"hi:ध्यानसूची में दिखाने के दिन:\";'),('anp','messages:prefs-watchlist-days-max','s:48:\"hi:अधिकतम $1 {{PLURAL:$1|दिन}}\";'),('anp','messages:prefs-watchlist-edits','s:112:\"hi:ध्यानसूची में दिखाने के लिए अधिकतम बदलाव:\";'),('anp','messages:prefs-watchlist-edits-max','s:64:\"hi:अधिकतम संख्या: एक हज़ार\";'),('anp','messages:prefs-watchlist-managetokens','s:53:\"hi:टोकन प्रबंधित करें\";'),('anp','messages:prefs-watchlist-token','s:43:\"hi:ध्यानसूची टोकन\";'),('anp','messages:prefsnologintext2','s:129:\"hi:अपनी वरीयताओं को बदलने के लिए कृपया लॉग इन करें।\";'),('anp','messages:prev-page','s:34:\"hi:पिछला पृष्ठ\";'),('anp','messages:preview','s:37:\"anp:पूर्वावलोकन\";'),('anp','messages:previewconflict','s:251:\"hi:यह झलक संपादन क्षेत्र के ऊपर के कंटेंट को प्रभावित करता है, उसी तरह अगर आप इसे प्रकाशित कर देते।\";'),('anp','messages:previewerrortext','s:205:\"anp:आपनै के बदलाव केरो पूर्वावलोकन करै के चेष्टा करतें घड़ियां एगो त्रुटि भेलै।\";'),('anp','messages:previewnote','s:196:\"anp:<strong>याद रखौ, ई खाली एगो झलक छेकै।</strong> तोरौ बदलाव अखनी तलक सहेजलोौ नै गेलौ छै!\";'),('anp','messages:previousdiff','s:71:\"anp:← एकरा सन पुरानौ परिवर्तन\";'),('anp','messages:previousrevision','s:41:\"anp:पुरानौ संशोधन\";'),('anp','messages:prevn','s:36:\"anp:पिछला {{PLURAL:$1|$1}}\";'),('anp','messages:prevn-title','s:78:\"anp:{{PLURAL:$1|पिछला|पिछला सब}} $1 परिणाम\";'),('anp','messages:prevpage','s:43:\"anp:पिछलका पन्ना ($1)\";'),('anp','messages:print','s:35:\"anp:मुद्रित करौ\";'),('anp','messages:print.css','s:151:\"hi:/* CSS यहाँ डालने से यह प्रिंट निकालते समय ही प्रभावी होगा। */\";'),('anp','messages:printableversion','s:54:\"anp:छापै योग्य संस्करण\";'),('anp','messages:printableversion-deprecated-warning','s:536:\"anp:प्रिंट करै योग्य संस्करण अबै समर्थित नै छै आरू एकरा मँ रेंडरिंग त्रुटि सब हुअय सकै छै। कृपा करी क अपनौ ब्राउज़र बुकमार्क अपडेट करौ आरू एकरो बजाय कृपा करी क डिफ़ॉल्ट ब्राउज़र प्रिंट फ़ंक्शन के उपयोग करौ।\";'),('anp','messages:privacy','s:41:\"anp:गोपनीयता नीति\";'),('anp','messages:privacypage','s:49:\"anp:Project:गोपनीयता नीति\";'),('anp','messages:prot_1movedto2','s:86:\"hi:[[$1]] का नाम बदलकर [[$2]] कर दिया गया है\";'),('anp','messages:protect','s:38:\"anp:सुरक्षित करौ\";'),('anp','messages:protect-badnamespace-text','s:144:\"hi:इस नामस्थान में पृष्ठ सुरक्षित नहीं किये जा सकते हैं।\";'),('anp','messages:protect-badnamespace-title','s:58:\"hi:सुरक्षाहीन नामस्थान\";'),('anp','messages:protect-cantedit','s:230:\"anp:आपनॆ इ पन्ना के सुरक्षा-स्तर बदलॆ नै सकॆ छियै कैन्हेकि आपनॆ कॆ ऐसनॊ करै के अनुमति नै छै.\";'),('anp','messages:protect-cascade','s:140:\"anp:इस पन्ना सॆं जुडलॊ पन्ना सुरक्षित करॊ (सुरक्षा-सीढी)\";'),('anp','messages:protect-cascadeon','s:443:\"anp:ई पन्ना अभी सुरक्षित छै कैन्हेंकि वू {{PLURAL:$1|इ पन्ना के | इ पन्ना के}} सुरक्षा-सीढीपर छै. आपनॆ इ पन्ना के सुरक्षा-स्तर बदलॆ सकॆ छियै, पर एकरा सॆं सुरक्षा-सीढी मॆं बदलाव नै होतै.\";'),('anp','messages:protect-default','s:68:\"anp:सब्भे सदस्यौ क अनुमति दौ\";'),('anp','messages:protect-dropdown','s:267:\"hi:*सुरक्षा के आम कारण\n**अत्यधिक बर्बरता \n**अत्यधिक स्पैम\n**अफलदायी सम्पादन युद्ध\n**अधिक यातायात वाला पृष्ठ\";'),('anp','messages:protect-edit-reasonlist','s:60:\"hi:सुरक्षा के कारण बदलें\";'),('anp','messages:protect-existing-expiry','s:100:\"hi:मौजूदा सुरक्षा सम्पात होने का समय: $3, $2\";'),('anp','messages:protect-existing-expiry-infinity','s:67:\"hi:मौजुदा समाप्ति समय: अनंत\";'),('anp','messages:protect-expiring','s:34:\"anp:समाप्ती $1 (UTC)\";'),('anp','messages:protect-expiring-local','s:27:\"hi:समाप्ती $1\";'),('anp','messages:protect-expiry-indefinite','s:22:\"anp:सर्वदा\";'),('anp','messages:protect-expiry-options','s:283:\"hi:एक घंटा:1 hour,एक दिन:1 day,एक सप्ताह:1 week,दो सप्ताह:2 weeks,एक महीना:1 month,तीन महीने:3 months,छः महीने:6 months,एक साल:1 year,हमेशा के लिए:infinite\";'),('anp','messages:protect-fallback','s:109:\"anp:केवल \"$1\" अधिकार बला सदस्य सिनी क अनुमति दौ\";'),('anp','messages:protect-legend','s:65:\"hi:सुरक्षा निर्धारित करें\";'),('anp','messages:protect-level-autoconfirmed','s:109:\"anp:केवल स्वतः स्थापित सदस्यौ क अवरोधित करौ\";'),('anp','messages:protect-level-sysop','s:77:\"anp:केवल प्रबन्धकों क अनुमति दौ\";'),('anp','messages:protect-locked-access','s:213:\"anp:आपनॆ कॆ इ पन्ना के सुरक्षा-स्तर बदलै के अनुमति नै छै.\n\'\'\'$1\'\'\' केरॊ अखनकॊ सुरक्षा-स्तर:\";'),('anp','messages:protect-locked-blocked','s:268:\"hi:आप बाधित होने की स्थिति में सुरक्षा स्थर में परिवर्तन नहीं कर सकते।\nपृष्ठ \'\'\'$1\'\'\' की वर्तमान स्थिति यह है:\";'),('anp','messages:protect-locked-dblock','s:317:\"hi:डेटाबेस में सक्रिय लॉक होने की वजह से सुरक्षा स्तर में कोई परिवर्तन नहीं किया जा सकता।\nपृष्ठ \'\'\'$1\'\'\' की वर्तमान स्थिति यह है:\";'),('anp','messages:protect-norestrictiontypes-text','s:214:\"hi:यह पृष्ठ सुरक्षित नहीं किया जा सकता क्योंकि कोई सुरक्षा प्रकार उपलब्ध नहीं हैं।\";'),('anp','messages:protect-norestrictiontypes-title','s:49:\"hi:सुरक्षाहीन पृष्ठ\";'),('anp','messages:protect-otherreason','s:54:\"hi:अन्य/अतिरिक्त कारण:\";'),('anp','messages:protect-otherreason-op','s:28:\"hi:अन्य कारण\";'),('anp','messages:protect-othertime','s:26:\"hi:अन्य समय:\";'),('anp','messages:protect-othertime-op','s:25:\"hi:अन्य समय\";'),('anp','messages:protect-summary-cascade','s:19:\"anp:सीढ़ी\";'),('anp','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('anp','messages:protect-text','s:199:\"anp:\'\'\'$1\'\'\' पन्ना के सुरक्षा-स्तर आपनॆ यहां देखॆ सकॆ छियै आरू ओकरा बदलॆ भी सकॆ छियै.\";'),('anp','messages:protect-title','s:65:\"hi:\"$1\" का सुरक्षा स्तर बदलें\";'),('anp','messages:protect-title-notallowed','s:65:\"hi:\"$1\" का सुरक्षा स्तर देखें\";'),('anp','messages:protect-unchain-permissions','s:72:\"hi:अन्य सुरक्षा विकल्प खोलें\";'),('anp','messages:protect_change','s:16:\"anp:बदलौ\";'),('anp','messages:protect_expiry_invalid','s:55:\"anp:समाप्ती समय गलत छै।\";'),('anp','messages:protect_expiry_old','s:90:\"anp:समाप्ती समय पहिनै बीती चुकलौ छै।\";'),('anp','messages:protectcomment','s:17:\"anp:कारण:\";'),('anp','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('anp','messages:protectedarticle-comment','s:76:\"hi:\"[[$1]]\" {{GENDER:$2|सुरक्षित किया गया।}}\";'),('anp','messages:protectedinterface','s:612:\"anp:इ पन्ना इ विकी के सॉफ़्टवेयर क इंटरफ़ेस पाठ दै छै, आरू एखरौ गलत प्रयोग सँ बचाबै लेली सुरक्षित करी देलौ गेलौ छै।\nसब्भे विकि लेली अनुवाद जोड़ै या बदलै लेली कृपया मीडियाविकि केरौ क्षेत्रीयकरण प्रकल्प [https://translatewiki.net/ translatewiki.net] केरौ प्रयोग करौ।\";'),('anp','messages:protectedpage','s:44:\"anp:सुरक्षित पन्ना\";'),('anp','messages:protectedpagemovewarning','s:376:\"hi:\'\'\'चेतावनी:\'\'\' यह पृष्ठ तालाबंद है अतः केवल वही सदस्य इनका स्थानांतरण कर सकते हैं जो प्रबंधक हों।\nनिम्न् तलिका मे ताजा सदस्यो कि जानकारी दि गयि है:\";'),('anp','messages:protectedpages','s:43:\"hi:सुरक्षित पृष्ठ\";'),('anp','messages:protectedpages-cascade','s:56:\"hi:केवल सोपानी सुरक्षा\";'),('anp','messages:protectedpages-expiry','s:24:\"hi:समाप्ति\";'),('anp','messages:protectedpages-filters','s:25:\"hi:फ़िल्टर:\";'),('anp','messages:protectedpages-indef','s:83:\"hi:केवल अनिश्चितकालीन सुरक्षाएँ\";'),('anp','messages:protectedpages-noredirect','s:49:\"hi:अनुप्रेषण छिपाएँ\";'),('anp','messages:protectedpages-page','s:18:\"hi:पृष्ठ\";'),('anp','messages:protectedpages-params','s:43:\"hi:सुरक्षा प्राचल\";'),('anp','messages:protectedpages-performer','s:69:\"hi:सुरक्षित करने वाला सदस्य\";'),('anp','messages:protectedpages-reason','s:15:\"hi:कारण\";'),('anp','messages:protectedpages-submit','s:47:\"hi:पृष्ठों को दिखाओ\";'),('anp','messages:protectedpages-summary','s:411:\"hi:यह पृष्ठ उन सभी पृष्ठों की सूची देता है जो अब सुरक्षित हैं। उन सभी शीर्षकों की सूची जानने के लिए जो बनाने से सुरक्षित किए गए हैं, देखिए [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]] ।\";'),('anp','messages:protectedpages-timestamp','s:25:\"hi:समय मुहर\";'),('anp','messages:protectedpages-unknown-performer','s:37:\"hi:अज्ञात सदस्य\";'),('anp','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('anp','messages:protectedpages-unknown-timestamp','s:21:\"hi:अज्ञात\";'),('anp','messages:protectedpagesempty','s:141:\"hi:इस समय इन नियमों द्वारा कोई पृष्ठ सुरक्षित नहीं हैं।\";'),('anp','messages:protectedpagetext','s:152:\"anp:इ पन्ना संपादन आरू अन्य कार्यो सँ सुरक्षित रखलौ गेलौ छै।\";'),('anp','messages:protectedpagewarning','s:364:\"hi:\'\'\'चेतावनी: इस पृष्ठ को सुरक्षित कर दिया गया है और इसे केवल प्रबंधक ही सम्पादित कर सकते हैं।\'\'\'\nनवीनतम लॉग प्रविष्टि संदर्भ के लिये नीचे दी है:\";'),('anp','messages:protectedtitles','s:46:\"hi:सुरक्षित शीर्षक\";'),('anp','messages:protectedtitles-submit','s:50:\"hi:शीर्षकों को दिखाओ\";'),('anp','messages:protectedtitles-summary','s:419:\"hi:यह पृष्ठ उन पृष्ठ शीर्षकों की सूची देता है जिन्हें अभी बनाने से सुरक्षित किया गया है। सुरक्षित मौजूदा पृष्ठों की सूची देखने के लिए [[{{#special:ProtectedPages}}|{{int:protectedpages}}]] देखें।\";'),('anp','messages:protectedtitlesempty','s:134:\"hi:इन नियमों द्वारा कोई भी शीर्षक सुरक्षित नहीं हैं।\";'),('anp','messages:protectexpiry','s:48:\"anp:कालावधि समाप्ति:\";'),('anp','messages:protectlogpage','s:38:\"anp:सुरक्षा सूची\";'),('anp','messages:protectlogtext','s:344:\"hi:नीचे पृष्ठ सुरक्षा में हुए बदलावों की सूची है।\nवर्तमान सुरक्षित पृष्ठों की सूची के लिए [[Special:ProtectedPages|सुरक्षित पृष्ठों की सूची]] देखें।\";'),('anp','messages:protectpage','s:17:\"en:Protect a page\";'),('anp','messages:protectpage-summary','s:3:\"en:\";'),('anp','messages:proxyblocker','s:47:\"anp:प्रॉक्सी ब्लॉकर\";'),('anp','messages:proxyblockreason','s:539:\"hi:आपका IP पता बाधित किया जा चुका है क्योंकि यह एक मुक्त प्रतिनिधि है।\nकृपया आप अपने इंटरनेट सेवा प्रदान करने वाले से या तकनीकी सहायक से सम्पर्क करें अथवा उन्हें इस भयावह सुरक्षा समस्या के बारे में सूचित करें।\";'),('anp','messages:pt-createaccount','s:32:\"anp:खाता बनाबौ\";'),('anp','messages:pt-login','s:20:\"anp:लॉग इन\";'),('anp','messages:pt-login-button','s:20:\"anp:लॉग-इन\";'),('anp','messages:pt-login-continue-button','s:45:\"hi:लॉग इन जारी रखें\";'),('anp','messages:pt-userlogout','s:47:\"anp:सत्रांत (लॉग आउट)\";'),('anp','messages:publishchanges','s:54:\"anp:बदलाव प्रकाशित करौ\";'),('anp','messages:publishchanges-start','s:57:\"anp:बदलाव प्रकाशित करौ...\";'),('anp','messages:publishpage','s:54:\"anp:पन्ना प्रकाशित करौ\";'),('anp','messages:publishpage-start','s:57:\"anp:पन्ना प्रकाशित करौ...\";'),('anp','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('anp','messages:purge','s:29:\"anp:शुद्ध करौ\";'),('anp','messages:purge-summary','s:3:\"en:\";'),('anp','messages:querypage-disabled','s:141:\"hi:प्रदर्शन कारणों से यह विशेष पृष्ठ अक्षम किया गया है।\";'),('anp','messages:querypage-no-updates','s:210:\"anp:इ पन्ना के नवीनीकरण करना मना छै। एखनी यहाँ केरौ डाटा क टटका नै करलौ जाबै सकै छै।\";'),('anp','messages:querypage-updates-periodical','s:93:\"anp:ई  पन्ना समय-समय पर अपडेट करलौ जाय।\";'),('anp','messages:quotation-marks','s:7:\"hi:\"$1\"\";'),('anp','messages:randomincategory','s:64:\"hi:श्रेणी में कोई भी पृष्ठ\";'),('anp','messages:randomincategory-category','s:22:\"hi:श्रेणी:\";'),('anp','messages:randomincategory-invalidcategory','s:82:\"hi:\"$1\" एक मान्य श्रेणी नाम नहीं है।\";'),('anp','messages:randomincategory-legend','s:64:\"hi:श्रेणी में कोई भी पृष्ठ\";'),('anp','messages:randomincategory-nopages','s:103:\"hi:[[:Category:$1|$1]] श्रेणी में कोई पृष्ठ नहीं हैं।\";'),('anp','messages:randomincategory-submit','s:15:\"hi:जाएँ\";'),('anp','messages:randompage','s:38:\"anp:कोय्यो पन्ना\";'),('anp','messages:randompage-nopages','s:159:\"hi:कोई भी पृष्ठ {{PLURAL:$2|इस नामस्थान|इन नामस्थानों}} में नहीं हैं: $1।\";'),('anp','messages:randompage-url','s:17:\"en:Special:Random\";'),('anp','messages:randomredirect','s:82:\"hi:किसी एक पुनर्निर्देशन पर जाएँ\";'),('anp','messages:randomredirect-nopages','s:118:\"hi:नामस्थान \"$1\" में कोई पुनर्निर्देशन नहीं हैं।\";'),('anp','messages:randomrootpage','s:54:\"anp:अविशिष्ट मूल पृष्ठ\";'),('anp','messages:range_block_disabled','s:137:\"hi:प्रबंधकोंको अब रेंज ब्लॉक करने की अनुमति नहीं हैं।\";'),('anp','messages:rawhtml-notallowed','s:165:\"hi:&lt;html&gt; टैग का उपयोग सामान्य पन्नों के बाहर नहीं किया जा सकता है।\";'),('anp','messages:rawmessage','s:5:\"en:$1\";'),('anp','messages:rc-change-size','s:5:\"en:$1\";'),('anp','messages:rc-change-size-new','s:72:\"anp:बदलाव केरौ बाद $1 {{PLURAL:$1|बाइट}}\";'),('anp','messages:rc-old-title','s:94:\"anp:मूल रूप सँ \"$1\" नाम सँ बनैलौ गेलौ छेलै\";'),('anp','messages:rcfilters-activefilters','s:40:\"hi:सक्रिय फिल्टर\";'),('anp','messages:rcfilters-activefilters-hide','s:21:\"hi:छुपाएँ\";'),('anp','messages:rcfilters-activefilters-hide-tooltip','s:87:\"hi:सक्रिय फ़िल्टर क्षेत्र छुपायें\";'),('anp','messages:rcfilters-activefilters-show','s:21:\"hi:दिखाएँ\";'),('anp','messages:rcfilters-activefilters-show-tooltip','s:87:\"hi:सक्रिय फ़िल्टर क्षेत्र दर्शाएँ\";'),('anp','messages:rcfilters-advancedfilters','s:40:\"hi:उन्नत फ़िल्टर\";'),('anp','messages:rcfilters-allcontents-label','s:43:\"hi:सामग्री जोड़ें\";'),('anp','messages:rcfilters-alldiscussions-label','s:37:\"hi:चर्चा जोड़ें\";'),('anp','messages:rcfilters-clear-all-filters','s:47:\"hi:सभी फिल्टर हटाएँ\";'),('anp','messages:rcfilters-date-popup-title','s:58:\"hi:खोजने के लिए समय अवधि\";'),('anp','messages:rcfilters-days-show-days','s:29:\"hi:$1 {{PLURAL:$1|दिन}}\";'),('anp','messages:rcfilters-days-show-hours','s:45:\"hi:$1 {{PLURAL:$1|घंटा|घंटे}}\";'),('anp','messages:rcfilters-days-title','s:35:\"hi:कुछ दिनों के\";'),('anp','messages:rcfilters-empty-filter','s:128:\"hi:कोई सक्रिय फिल्टर नहीं। सभी योगदान दिखाए गए है।\";'),('anp','messages:rcfilters-exclude-button-off','s:40:\"hi:चयनित निकालें\";'),('anp','messages:rcfilters-exclude-button-on','s:44:\"hi:चयनित को छोड़कर\";'),('anp','messages:rcfilters-filter-bots-description','s:88:\"hi:स्वचालित औजारों से किए सम्पादन।\";'),('anp','messages:rcfilters-filter-bots-label','s:12:\"hi:बॉट\";'),('anp','messages:rcfilters-filter-categorization-description','s:170:\"hi:श्रेणियों से पृष्ठों के रिकॉर्ड्स को जोड़ा या निकाला जा सकता है\";'),('anp','messages:rcfilters-filter-categorization-label','s:46:\"hi:श्रेणी परिवर्तन\";'),('anp','messages:rcfilters-filter-editsbyother-description','s:100:\"hi:आपके बदलावों को छोड़ कर सभी के बदलाव।\";'),('anp','messages:rcfilters-filter-editsbyother-label','s:63:\"hi:दूसरों के द्वारा बदलाव\";'),('anp','messages:rcfilters-filter-editsbyself-description','s:50:\"hi:आपके अपने योगदान।\";'),('anp','messages:rcfilters-filter-editsbyself-label','s:50:\"hi:आपके द्वारा बदलाव\";'),('anp','messages:rcfilters-filter-excluded','s:27:\"hi:अपवर्जित\";'),('anp','messages:rcfilters-filter-humans-description','s:92:\"hi:मानव संपादक द्वारा किए गए संपादन।\";'),('anp','messages:rcfilters-filter-humans-label','s:40:\"hi:मानव (बॉट नहीं)\";'),('anp','messages:rcfilters-filter-lastrevision-description','s:84:\"hi:पृष्ठ का सबसे हाल में हुआ बदलाव\";'),('anp','messages:rcfilters-filter-lastrevision-label','s:28:\"hi:नया अवतरण\";'),('anp','messages:rcfilters-filter-logactions-description','s:149:\"hi:प्रबंधकीय कार्रवाई, खाता निर्माण, पृष्ठ विलोपन, अपलोड ....\";'),('anp','messages:rcfilters-filter-logactions-label','s:51:\"hi:लॉग की गई कार्रवाई\";'),('anp','messages:rcfilters-filter-major-description','s:130:\"hi:संपादनों जिन्हें छोटा चिह्नित नहीं किया गया है।\";'),('anp','messages:rcfilters-filter-major-label','s:44:\"hi:गैर-छोटे संपादन\";'),('anp','messages:rcfilters-filter-minor-description','s:146:\"hi:लेखक का संपादन छोटा संपादन के रूप में लेबल किया गया है।\";'),('anp','messages:rcfilters-filter-minor-label','s:34:\"hi:छोटा संपादन\";'),('anp','messages:rcfilters-filter-newpages-description','s:73:\"hi:संपादन जिससे नया पृष्ट बना\";'),('anp','messages:rcfilters-filter-newpages-label','s:40:\"hi:पृष्ठ कृतियों\";'),('anp','messages:rcfilters-filter-pageedits-description','s:127:\"hi:विकि सामग्री, चर्चा, श्रेणी विवरणों के संपादन ....\";'),('anp','messages:rcfilters-filter-pageedits-label','s:37:\"hi:पृष्ठ संपादन\";'),('anp','messages:rcfilters-filter-previousrevision-description','s:107:\"hi:सभी परिवर्तन जो \"नवीनतम संशोधन\" नहीं हैं\";'),('anp','messages:rcfilters-filter-previousrevision-label','s:38:\"hi:पहले के अवतरण\";'),('anp','messages:rcfilters-filter-reviewstatus-auto-description','s:252:\"hi:उन्नत सदस्यों द्वारा किये गये सम्पादन जिनके काम स्वचालित रूप से परीक्षित चिह्नित हो जाते हैं।\";'),('anp','messages:rcfilters-filter-reviewstatus-auto-label','s:36:\"hi:सवापरिक्षित\";'),('anp','messages:rcfilters-filter-reviewstatus-manual-description','s:122:\"hi:सम्पादन मैन्युअली जाँचा पुनरीक्षित किया गया\";'),('anp','messages:rcfilters-filter-reviewstatus-manual-label','s:61:\"hi:मैन्युअली पुनरीक्षित\";'),('anp','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:200:\"hi:सम्पादन स्वचालित अथवा मैन्युअली रूप से परीक्षित चिह्नित नहीं किये जा सके।\";'),('anp','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:30:\"hi:अपरीक्षित\";'),('anp','messages:rcfilters-filter-showlinkedfrom-label','s:98:\"hi:जुड़े पृष्ठों पर से परिवर्तन दिखाएं\";'),('anp','messages:rcfilters-filter-showlinkedfrom-option-label','s:90:\"hi:<strong>से जुड़े पृष्ठ</strong> चयनित पृष्ठ\";'),('anp','messages:rcfilters-filter-showlinkedto-label','s:114:\"hi:लिंक करने वाले पृष्ठों पर परिवर्तन दिखाएं\";'),('anp','messages:rcfilters-filter-showlinkedto-option-label','s:106:\"hi:<strong>से जुड़ने वाले पृष्ठ</strong> चयनित पृष्ठ\";'),('anp','messages:rcfilters-filter-user-experience-level-experienced-description','s:151:\"hi:500 संपादन और 30 दिन की गतिविधि से अधिक वाले पंजीकृत संपादक।\";'),('anp','messages:rcfilters-filter-user-experience-level-experienced-label','s:37:\"hi:अनुभवी सदस्य\";'),('anp','messages:rcfilters-filter-user-experience-level-learner-description','s:187:\"hi:पंजीकृत संपादक जिनका अनुभव \"नये संपादक\" और \"अनुभवी संपादक\" के बीच का है।\";'),('anp','messages:rcfilters-filter-user-experience-level-learner-label','s:42:\"hi:शिक्षार्थियों\";'),('anp','messages:rcfilters-filter-user-experience-level-newcomer-description','s:167:\"hi:पंजीकृत संपादकों, जिनके कम से कम 10 संपादन या 4 दिन की गतिविधि हो।\";'),('anp','messages:rcfilters-filter-user-experience-level-newcomer-label','s:24:\"hi:अपरिचित\";'),('anp','messages:rcfilters-filter-user-experience-level-registered-description','s:41:\"hi:लॉग-इन संपादक।\";'),('anp','messages:rcfilters-filter-user-experience-level-registered-label','s:24:\"hi:पंजीकृत\";'),('anp','messages:rcfilters-filter-user-experience-level-unregistered-description','s:71:\"hi:संपादक जो लॉग-इन नहीं हैं।\";'),('anp','messages:rcfilters-filter-user-experience-level-unregistered-label','s:27:\"hi:अपंजीकृत\";'),('anp','messages:rcfilters-filter-watchlist-notwatched-description','s:140:\"hi:आपके ध्यानसूची पृष्ठों में परिवर्तन के अलावा सब कुछ\";'),('anp','messages:rcfilters-filter-watchlist-notwatched-label','s:53:\"hi:ध्यानसूची में नहीं\";'),('anp','messages:rcfilters-filter-watchlist-watched-description','s:107:\"hi:आपकी ध्यानसूची पर पृष्ठों में परिवर्तन\";'),('anp','messages:rcfilters-filter-watchlist-watched-label','s:40:\"hi:ध्यानसूची में\";'),('anp','messages:rcfilters-filter-watchlist-watchednew-description','s:219:\"hi:ध्यानसूची पृष्ठों में किए गए परिवर्तन, जिन आपने परिवर्तनों के बाद से देखा नहीं है।\";'),('anp','messages:rcfilters-filter-watchlist-watchednew-label','s:56:\"hi:नया ध्यानसूची बदलाव\";'),('anp','messages:rcfilters-filter-watchlistactivity-seen-description','s:179:\"hi:परिवर्तन होने के बाद से आपके द्वारा जांचे गए पृष्ठों में परिवर्तन।\";'),('anp','messages:rcfilters-filter-watchlistactivity-seen-label','s:47:\"hi:देखे गए परिवर्तन\";'),('anp','messages:rcfilters-filter-watchlistactivity-unseen-description','s:197:\"hi:उन प्रष्ठों में परिवर्तन जिन की जांच आपने परिवर्तनों के बाद से नहीं की है।\";'),('anp','messages:rcfilters-filter-watchlistactivity-unseen-label','s:46:\"hi:अनदेखे परिवर्तन\";'),('anp','messages:rcfilters-filtergroup-authorship','s:34:\"hi:लेखक योगदान\";'),('anp','messages:rcfilters-filtergroup-automated','s:46:\"hi:स्वचालित योगदान\";'),('anp','messages:rcfilters-filtergroup-changetype','s:45:\"hi:बदलाव के प्रकार:\";'),('anp','messages:rcfilters-filtergroup-lastrevision','s:28:\"hi:नया अवतरण\";'),('anp','messages:rcfilters-filtergroup-reviewstatus','s:49:\"hi:पुनरीक्षण स्थिति\";'),('anp','messages:rcfilters-filtergroup-significance','s:18:\"hi:महत्व\";'),('anp','messages:rcfilters-filtergroup-user-experience-level','s:78:\"hi:उपयोगकर्ता पंजीकरण और अनुभव\";'),('anp','messages:rcfilters-filtergroup-watchlist','s:46:\"hi:ध्यानसूची पृष्ठ\";'),('anp','messages:rcfilters-filtergroup-watchlistactivity','s:61:\"hi:ध्यानसूची क्रियाकलाप\";'),('anp','messages:rcfilters-filterlist-noresults','s:57:\"hi:कोई फिल्टर नहीं पाया\";'),('anp','messages:rcfilters-filterlist-title','s:21:\"hi:फिल्टर\";'),('anp','messages:rcfilters-filterlist-whatsthis','s:59:\"hi:यह कैसे कार्य करता है?\";'),('anp','messages:rcfilters-group-results-by-page','s:63:\"hi:पेज द्वारा समूह परिणाम\";'),('anp','messages:rcfilters-hideminor-conflicts-typeofchange','s:383:\"hi:कुछ प्रकार के परिवर्तन को \"लघु\" के रूप में निर्दिष्ट नहीं किया जा सकता है\", इसलिए यह फ़िल्टर निम्न प्रकार के परिवर्तन फिल्टर के साथ संघर्ष करता है: $1\";'),('anp','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:611:\"hi:\"लघु संपादन\" फ़िल्टर एक या एक से अधिक प्रकार के परिवर्तन फ़िल्टर के साथ संघर्ष करता है, क्योंकि कुछ प्रकार के परिवर्तन को \"लघु\" के रूप में निर्दिष्ट नहीं किया जा सकता है। परस्पर विरोधी फिल्टर ऊपर सक्रिय फिल्टर क्षेत्र में चिह्नित हैं।\";'),('anp','messages:rcfilters-highlightbutton-title','s:20:\"hi:Highlight results\";'),('anp','messages:rcfilters-highlighted-filters-list','s:44:\"hi:पर प्रकाश डाला:$1\";'),('anp','messages:rcfilters-highlightmenu-help','s:111:\"hi:इस गुण को हाइलाइट करने के लिए एक रंग चुनें\";'),('anp','messages:rcfilters-highlightmenu-title','s:28:\"hi:रंग चुनें\";'),('anp','messages:rcfilters-hours-title','s:35:\"hi:कुछ घंटों के\";'),('anp','messages:rcfilters-invalid-filter','s:43:\"hi:अमान्य फ़िल्टर\";'),('anp','messages:rcfilters-legend-heading','s:62:\"hi:<strong>संकेतों की सूची:</strong>\";'),('anp','messages:rcfilters-limit-and-date-label','s:64:\"hi:{{PLURAL:$1|बदलाव|$1 परिवर्तन}}, $2\";'),('anp','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('anp','messages:rcfilters-limit-title','s:57:\"hi:दिखाने के लिए परिणाम\";'),('anp','messages:rcfilters-liveupdates-button','s:37:\"hi:जीवंत अद्यतन\";'),('anp','messages:rcfilters-liveupdates-button-title-off','s:141:\"hi:नये परिवर्तन प्रदर्शित करें जैसे ही वे घटित होते हैं\";'),('anp','messages:rcfilters-liveupdates-button-title-on','s:60:\"hi:जीवंत अद्यतन बंद करें\";'),('anp','messages:rcfilters-noresults-conflict','s:151:\"hi:कोई भी परिणाम नहीं मिला क्योंकि खोज मापदंड संघर्ष में है\";'),('anp','messages:rcfilters-other-review-tools','s:56:\"hi:दूसरे समीक्षा उपकरण\";'),('anp','messages:rcfilters-preference-help','s:219:\"hi:बगैर कार्यात्मक रूप से प्रकाश डाले अथवा फ़िल्टर खोज के हाल में हुए बदलाव लोड करें।\";'),('anp','messages:rcfilters-preference-label','s:116:\"hi:ग़ैर-जावास्क्रिप्ट इंटरफेस का प्रयोग करें\";'),('anp','messages:rcfilters-quickfilters','s:49:\"hi:सुरक्षित फ़िल्टर\";'),('anp','messages:rcfilters-quickfilters-placeholder-description','s:255:\"hi:अपने फ़िल्टर सेटिंग को सहेजने और बाद में उपयोग करने के लिए नीचे दिये बूकमार्क छवि पर क्लिक करें।\";'),('anp','messages:rcfilters-quickfilters-placeholder-title','s:87:\"hi:कोई फ़िल्टर अभी तक सहेजे नहीं गए\";'),('anp','messages:rcfilters-restore-default-filters','s:87:\"hi:मूलभूत फिल्टर पुनर्स्थापित करे\";'),('anp','messages:rcfilters-savedqueries-add-new-title','s:91:\"hi:वर्तमान फ़िल्टर सेटिंग को सहेजें\";'),('anp','messages:rcfilters-savedqueries-already-saved','s:244:\"hi:ये फ़िल्टर पहले ही सुरक्षित कर लिए गए हैं| नए सुरक्षित फ़िल्टर बनाने के लिए अपनी सेटिंग बदले|\";'),('anp','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:65:\"hi:डिफ़ॉल्ट फ़िल्टर बनाएं\";'),('anp','messages:rcfilters-savedqueries-apply-label','s:43:\"hi:फ़िल्टर बनायें\";'),('anp','messages:rcfilters-savedqueries-cancel-label','s:28:\"hi:रद्द करें\";'),('anp','messages:rcfilters-savedqueries-defaultlabel','s:40:\"hi:सहेजे फ़िल्टर\";'),('anp','messages:rcfilters-savedqueries-new-name-label','s:12:\"hi:नाम\";'),('anp','messages:rcfilters-savedqueries-new-name-placeholder','s:75:\"hi:फ़िल्टर का उद्देश्य समझाएँ\";'),('anp','messages:rcfilters-savedqueries-remove','s:21:\"hi:हटायें\";'),('anp','messages:rcfilters-savedqueries-rename','s:28:\"hi:नाम बदलें\";'),('anp','messages:rcfilters-savedqueries-setdefault','s:52:\"hi:मूल के रूप में रखें\";'),('anp','messages:rcfilters-savedqueries-unsetdefault','s:52:\"hi:मूल के रूप से हटाएँ\";'),('anp','messages:rcfilters-search-placeholder','s:207:\"hi:परिवर्तन फ़िल्टर करें (मेन्यू का इस्तेमाल करें या फ़िल्टर नाम के लिए खोज करें)\";'),('anp','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('anp','messages:rcfilters-show-new-changes','s:56:\"hi:नवीनतम बदलाव दिखाएँ\";'),('anp','messages:rcfilters-state-message-fullcoverage','s:315:\"hi:किसी समूह में सभी फ़िल्टर चुनना कोई भी नहीं चुनने के समान है, इसलिए इस फ़िल्टर का कोई प्रभाव नहीं है, समूह में शामिल हैं: $1\";'),('anp','messages:rcfilters-state-message-subset','s:398:\"hi:इस फिल्टर का कोई प्रभाव नहीं है क्योंकि इसका परिणाम निम्न, व्यापक {{PLURAL: $2 |फ़िल्टर|फिल्टर}} के साथ शामिल है (इसे भेद करने के लिए हाइलाइट करने की कोशिश करें): $1\";'),('anp','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('anp','messages:rcfilters-tag-prefix-namespace-inverted','s:37:\"hi: $1 <strong>:नहीं</strong>\";'),('anp','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('anp','messages:rcfilters-tag-remove','s:26:\"hi:निकालें$1\";'),('anp','messages:rcfilters-target-page-placeholder','s:81:\"hi:पृष्ठ(अथवा श्रेणी) का नाम भरें\";'),('anp','messages:rcfilters-typeofchange-conflicts-hideminor','s:385:\"hi:इस प्रकार का परिवर्तन फ़िल्टर \"लघु संपादन\" फ़िल्टर के साथ संघर्ष करता है। कुछ प्रकार के परिवर्तन को \"लघु\" के रूप में निर्दिष्ट नहीं किया जा सकता है।\";'),('anp','messages:rcfilters-view-namespaces-tooltip','s:85:\"hi:नाम स्थान द्वारा फिल्टर परिणाम\";'),('anp','messages:rcfilters-view-return-to-default-tooltip','s:76:\"hi:मुख्य फ़िल्टर मेनू पर लौटें\";'),('anp','messages:rcfilters-view-tags','s:47:\"hi:टैग वाले सम्पादन\";'),('anp','messages:rcfilters-view-tags-help-icon-tooltip','s:101:\"hi:टैग किए गए संपादन के बारे में और जानें\";'),('anp','messages:rcfilters-view-tags-tooltip','s:108:\"hi:संपादन टैग का उपयोग करके फ़िल्टर परिणाम\";'),('anp','messages:rcfilters-watchlist-edit-watchlist-button','s:110:\"anp:देखलौ पन्ना सिनी केरौ सूची क संपादित करौ\";'),('anp','messages:rcfilters-watchlist-markseen-button','s:132:\"hi:देखे गए के रूप में सभी परिवर्तनों को चिह्नित करें\";'),('anp','messages:rcfilters-watchlist-preference-help','s:201:\"hi:बगैर कार्यात्मक रूप से प्रकाश डाले अथवा फ़िल्टर खोज के ध्यानसूची लोड करें।\";'),('anp','messages:rcfilters-watchlist-preference-label','s:116:\"hi:गैर-जावास्क्रिप्ट इंटरफ़ेस का प्रयोग करें\";'),('anp','messages:rcfilters-watchlist-showupdated','s:321:\"anp:हौव पृष्ठ सिनी क <strong>गढ़ौ</strong> आरो ठोस चिह्न केरौ साथ देखैलौ गेलौ छै जेकरा प परिवर्तन केरौ होला केरौ बाद सँ तोंय गेलौ नाय छौ।\";'),('anp','messages:rclinks','s:93:\"anp:पिछला $2 दिना मँ होलौ $1 बदलाव देखाबौ\";'),('anp','messages:rclistfrom','s:61:\"anp:$3 $2 सँ नया बदलाव देखाबौ\";'),('anp','messages:rclistfromreset','s:73:\"hi:चुने दिनांक पहले जैसा करें\";'),('anp','messages:rcnotefrom','s:206:\"anp:नीचें {{PLURAL:$5|बदलाव छेकै|बदलाव सब छेकै}} <strong>$3, $4</strong> सँ (<strong>$1</strong> तलक देखलैलौ गेलौ छै)।\";'),('anp','messages:rcpatroldisabled','s:106:\"hi:हाल में हुए बदलावों का परीक्षण अक्षम है\";'),('anp','messages:rcpatroldisabledtext','s:145:\"hi:हाल में हुए बदलावों के परीक्षण की सुविधा अभी अक्षम है।\";'),('anp','messages:rcshowhideanons','s:47:\"anp:अनाम प्रयोक्ता $1\";'),('anp','messages:rcshowhideanons-hide','s:22:\"anp:नुकाबौ\";'),('anp','messages:rcshowhideanons-show','s:22:\"anp:देखाबौ\";'),('anp','messages:rcshowhidebots','s:29:\"anp:बॉट सिनी $1\";'),('anp','messages:rcshowhidebots-hide','s:22:\"anp:नुकाबौ\";'),('anp','messages:rcshowhidebots-show','s:22:\"anp:देखाबौ\";'),('anp','messages:rcshowhidecategorization','s:49:\"hi:$1 पृष्ठ श्रेणीकरण\";'),('anp','messages:rcshowhidecategorization-hide','s:21:\"hi:छुपाएँ\";'),('anp','messages:rcshowhidecategorization-show','s:21:\"hi:दिखाएँ\";'),('anp','messages:rcshowhideliu','s:44:\"anp:पंजीकृत सदस्य $1\";'),('anp','messages:rcshowhideliu-hide','s:22:\"anp:नुकाबौ\";'),('anp','messages:rcshowhideliu-show','s:22:\"anp:देखाबौ\";'),('anp','messages:rcshowhidemine','s:38:\"anp:हमरौ संपादन $1\";'),('anp','messages:rcshowhidemine-hide','s:22:\"anp:नुकाबौ\";'),('anp','messages:rcshowhidemine-show','s:22:\"anp:देखाबौ\";'),('anp','messages:rcshowhideminor','s:35:\"anp:छोटौ बदलाव $1\";'),('anp','messages:rcshowhideminor-hide','s:22:\"anp:नुकाबौ\";'),('anp','messages:rcshowhideminor-show','s:22:\"anp:देखाबौ\";'),('anp','messages:rcshowhidepatr','s:53:\"anp:परीक्षित सम्पादन $1\";'),('anp','messages:rcshowhidepatr-hide','s:21:\"hi:छिपाएँ\";'),('anp','messages:rcshowhidepatr-show','s:21:\"hi:दिखाएँ\";'),('anp','messages:readonly','s:52:\"anp:डाटाबेस मँ लॉक छौं\";'),('anp','messages:readonly_lag','s:212:\"anp:उपमुख्य डेटाबेस क मुख्य प अपडेट करतअ समय डेटाबेस क अपने आप लॉक करी देलौ गेलौ छौं\";'),('anp','messages:readonlytext','s:490:\"anp:डेटाबेस प नियमित अनुरक्षण केरौ कार्यौ लेली नव एंट्रिय सिनी आरो दोसरौ बदलाव क रोकलौ गेलौ छौं, आरो कुछु देर मँ सब ठीक होय जाना चाहियौ।\n\nजोन अनुरक्षक न हैय लॉक किरलौ छेलौं हैय कारण देलौ छौं: $1\";'),('anp','messages:readonlywarning','s:671:\"hi:<strong>सावधान: डेटाबेस को रख-रखाव के लिये बंद कर दिया गया है, इसलिए अभी आपके बदलाव सहेजे नहीं जा सकते।\nअगर आप चाहें तो इस सामग्री को बाद के लिए कॉपी-पेस्ट कर के किसी टेक्स्ट फ़ाइल में रख सकते हैं।</strong>\n\nबंद करने वाले कार्यकारी प्रबंधक ने बंद करने का यह कारण दिया है: $1\";'),('anp','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('anp','messages:recentchanges','s:49:\"anp:हाल मँ होलौ बदलाव\";'),('anp','messages:recentchanges-feed-description','s:146:\"anp:हैय विकि प हाल मँ होलौ बदलाव इ फीड मँ देखलौ जाबै सकै छै।\";'),('anp','messages:recentchanges-label-bot','s:76:\"anp:इ संपादन एगो बॉट न करलौ छेलै\";'),('anp','messages:recentchanges-label-minor','s:68:\"anp:इ एगो छोटौ परिवर्तन छेकै\";'),('anp','messages:recentchanges-label-newpage','s:88:\"anp:इ संपादन सँ तैयार होलौ नया पन्ना\";'),('anp','messages:recentchanges-label-plusminus','s:91:\"anp:पृष्ठ आकार इ बाइट संख्या सँ बदललै\";'),('anp','messages:recentchanges-label-unpatrolled','s:88:\"anp:इ संपादन अखनी जाँचलौ नै गेलौ छै।\";'),('anp','messages:recentchanges-legend','s:89:\"anp:हाल केरौ परिवर्तन संबंधी विकल्प\";'),('anp','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('anp','messages:recentchanges-legend-heading','s:37:\"anp:<strong>विवरण:</strong>\";'),('anp','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('anp','messages:recentchanges-legend-newpage','s:134:\"anp:{{int:recentchanges-label-newpage}} ([[Special:NewPages|नया पन्ना केरौ सूची]] भी देखौ)\";'),('anp','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('anp','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('anp','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('anp','messages:recentchanges-network','s:246:\"hi:तकनीकी त्रुटि के कारण, कोई भी परिणाम लोड नहीं किया जा सकता। कृपया पृष्ठ को रिफ्रेश करते रहें।\";'),('anp','messages:recentchanges-noresult','s:177:\"anp:ई अवधि के दौरान ई मापदंड क पूरा करतें कोय परिवर्तन नै करलौ गेलौ छै।\";'),('anp','messages:recentchanges-notargetpage','s:172:\"hi:उस पृष्ठ से संबंधित ऊपर परिवर्तन देखने के लिए पृष्ठ का नाम डालें|\";'),('anp','messages:recentchanges-page-added-to-category','s:55:\"hi:[[:$1]] श्रेणी में जुड़ा\";'),('anp','messages:recentchanges-page-added-to-category-bundled','s:180:\"hi:[[:$1]] श्रेणी में जोड़ा गया, [[Special:WhatLinksHere/$1|यह पेज अन्य पृष्ठों में शामिल है]]\";'),('anp','messages:recentchanges-page-removed-from-category','s:46:\"hi:[[:$1]] श्रेणी से हटा\";'),('anp','messages:recentchanges-page-removed-from-category-bundled','s:177:\"hi:[[:$1]] श्रेणी से हटाया गया, [[Special:WhatLinksHere/$1|यह पेज अन्य पृष्ठों में शामिल है]]\";'),('anp','messages:recentchanges-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:recentchanges-summary','s:149:\"anp:इस विकि प हाल मँ होलौ बदलाव इ पन्ना पर देखलौ जाबै सकै छै।\";'),('anp','messages:recentchanges-timeout','s:204:\"hi:इस खोज का समय समाप्त हो गया है आप विभिन्न खोज मापदंडों की कोशिश करना चाहेंगे।\";'),('anp','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('anp','messages:recentchangescount','s:84:\"hi:मूल रूप से कितने संपादन दिखाएँ:\";'),('anp','messages:recentchangesdays','s:104:\"hi:हाल में हुए बदलावों में दर्शाने के दिन:\";'),('anp','messages:recentchangesdays-max','s:48:\"hi:अधिकतम $1 {{PLURAL:$1|दिन}}\";'),('anp','messages:recentchangeslinked','s:58:\"anp:इ पृष्ठ संबंधी बदलाव\";'),('anp','messages:recentchangeslinked-feed','s:58:\"anp:इ पृष्ठ संबंधी बदलाव\";'),('anp','messages:recentchangeslinked-page','s:30:\"anp:पृष्ठ नाम:\";'),('anp','messages:recentchangeslinked-summary','s:547:\"anp:कोनो पन्ना विशेष या ओकरा सँ जुड़लौ पन्ना प बदलाव देखै वास्तें पन्ना के नाँव डालौ। (कोनो श्रेणी के सदस्य सिनी क देखै लेली {{ns:category}}:श्रेणी के नाँव दर्ज करौ)। [[Special:Watchlist|your Watchlist]] के पन्ना मँ बदलाव <strong>मोटौ अक्षरौ</strong> मँ छै।\";'),('anp','messages:recentchangeslinked-title','s:50:\"anp:\"$1\" सँ जुड़लौ बदलाव\";'),('anp','messages:recentchangeslinked-to','s:175:\"anp:ऐकरौ बदला मँ देलौ पन्ना सीनी सँ जुडलौ पन्ना सीनी के बदलाव दिखलाबौ\";'),('anp','messages:recentchangeslinked-toolbox','s:70:\"anp:पन्ना सँ जुड़लौ परिवर्तन\";'),('anp','messages:recentchangestext','s:4:\"en:-\";'),('anp','messages:recreate','s:37:\"hi:फिरसे बनायें\";'),('anp','messages:recreate-moveddeleted-warn','s:533:\"anp:\'\'\'चेतावनी: तोंय पहले सँ हटलौ पन्ना क पुनर्निर्मित करी रहलौ छौ।\'\'\'\n\nतोरा विचार करना चाहियौ कि की हैय पन्ना क संपादन जारी रखना उचित होतै।\nसुविधा लेली हैय पन्ना क विलोपन आरो स्थानांतरण लॉग हिन्नअ देलौ गेलौ छै:\";'),('anp','messages:red-link-title','s:54:\"anp:$1 (पृष्ठ मौजूद नै छै)\";'),('anp','messages:redirect','s:150:\"anp:फ़ाइल, सदस्य, पृष्ठ, अवतरण या लॉग आईडी द्वारा अनुप्रेषित\";'),('anp','messages:redirect-file','s:29:\"anp:फाइल नाँव\";'),('anp','messages:redirect-logid','s:34:\"hi:प्रवेश आईडी\";'),('anp','messages:redirect-lookup','s:20:\"anp:ढूँढौ:\";'),('anp','messages:redirect-not-exists','s:64:\"hi:यह मान प्राप्त नहीं हुआ\";'),('anp','messages:redirect-not-numeric','s:63:\"hi:मान संख्यात्मक नहीं है\";'),('anp','messages:redirect-page','s:35:\"anp:पन्ना आइ॰डी\";'),('anp','messages:redirect-revision','s:54:\"anp:पृष्ठ अवतरण संख्या\";'),('anp','messages:redirect-submit','s:10:\"anp:जा\";'),('anp','messages:redirect-summary','s:757:\"anp:ई विशेष पृष्ठ एगो फाइल (फाइल नाम देलौ गेलौ छै), एगो पन्ना (एगो अवतरण पता अथवा पन्ना पता देलौ गेलौ), एगो सदस्य पन्ना (एगो संख्यात्मक सदस्य पता) अथवा एगो लॉग प्रविष्टि (लॉग पता देलौ गेलौ) प अनुप्रेषित होबै छै। उपयोग: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], अथवा [[{{#Special:Redirect}}/logid/186]].\";'),('anp','messages:redirect-text','s:3:\"en:\";'),('anp','messages:redirect-user','s:35:\"anp:सदस्य आई॰डी\";'),('anp','messages:redirect-value','s:20:\"anp:मूल्य:\";'),('anp','messages:redirectedfrom','s:44:\"anp:($1 सँ भेजलौ गेलौ)\";'),('anp','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('anp','messages:redirectpagesub','s:58:\"anp:पुन: निर्देशित पन्ना\";'),('anp','messages:redirectto','s:39:\"anp:क अनुप्रेषित:\";'),('anp','messages:removecredentials','s:40:\"hi:परिचय निकालें\";'),('anp','messages:removecredentials-invalidsubpage','s:73:\"hi:$1 सही परिचय प्रकार नहीं है।\";'),('anp','messages:removecredentials-submit','s:40:\"hi:परिचय निकालें\";'),('anp','messages:removecredentials-success','s:80:\"hi:आपका परिचय निकाल दिया गया है।\";'),('anp','messages:removedwatchtext','s:194:\"anp:\"[[:$1]]\" आरो इसके वार्ता पृष्ठ क तोरौ [[Special:Watchlist|ध्यानसूची]] सँ हटाय देलौ गेलौ छै।\";'),('anp','messages:removedwatchtext-short','s:114:\"hi:पृष्ठ \"$1\" को आपकी ध्यानसूची से हटाया गया है।\";'),('anp','messages:removedwatchtext-talk','s:177:\"hi:\"[[:$1]]\" और उससे जुड़े पन्ने आपके [[Special:Watchlist|ध्यानसूची]] से हटा दिये गए हैं।\";'),('anp','messages:removewatch','s:53:\"hi:ध्यानसूची से हटाएँ\";'),('anp','messages:resetpass-abort-generic','s:153:\"hi:कूटशब्द में बदलाव किसी एक्सटेंशन द्वारा रोक दिया गया है।\";'),('anp','messages:resetpass-expired','s:250:\"hi:आपके पासवर्ड की वैधता अवधि समाप्त हो चुकी है। कृपया लॉग इन करने के लिए एक नया पासवर्ड सेट करें।\";'),('anp','messages:resetpass-expired-soft','s:400:\"hi:आपका पासवर्ड की वैधता अवधि समाप्त हो गयी है और उसे बदलने की ज़रूरत है। कृपया एक नया पासवर्ड चुनें, या बाद में बदलने के लिए \"{{int:authprovider-resetpass-skip-label}}\" पर क्लिक करें।\";'),('anp','messages:resetpass-no-info','s:153:\"hi:इस पृष्ठ का सीधे प्रयोग करने के लिए आपको लॉग इन करना होगा।\";'),('anp','messages:resetpass-recycled','s:172:\"hi:अपने वर्तमान पासवर्ड के अलावा किसी अन्य पासवर्ड का प्रयोग करें।\";'),('anp','messages:resetpass-submit-cancel','s:26:\"anp:रद्द करौ\";'),('anp','messages:resetpass-submit-loggedin','s:38:\"anp:कूटशब्द बदलौ\";'),('anp','messages:resetpass-temp-emailed','s:314:\"hi:आपने एक अस्थायी ईमेल किये गये कोड के साथ लॉग इन किया।\nलॉग इन सम्पूर्ण करने के लिए आपको यहाँ एक नया पासवर्ड सेट करना होगा:\";'),('anp','messages:resetpass-temp-password','s:48:\"anp:अस्थायी कूटशब्द:\";'),('anp','messages:resetpass-validity','s:174:\"hi:आपका पासवर्ड वैध नहीं है:$1\n\nकृपया लॉगिन हेतु नया पासवर्ड सेट करें।\";'),('anp','messages:resetpass-validity-soft','s:287:\"hi:आपका पासवर्ड मान्य नहीं है: $1 \n\nकृपया नया पासवर्ड चुनें, या बाद में बदलने के लिए \"{{int:authprovider-resetpass-skip-label}}\" पर क्लिक करें।\";'),('anp','messages:resetpass-wrong-oldpass','s:399:\"hi:अस्थायी या वर्तमान कूटशब्द अवैध है।\nसंभव है कि या तो आपने पहले ही सफलतापूर्वक अपना कूटशब्द बदल लिया हो, या आपने एक नए अस्थायी कूटशब्द का अनुरोध किया हो।\";'),('anp','messages:resetpass_announce','s:158:\"hi:लॉग इन सम्पूर्ण करने के लिये आपको एक नया पासवर्ड देना होगा।\";'),('anp','messages:resetpass_forbidden','s:70:\"hi:कूटशब्द बदले नहीं जा सकते\";'),('anp','messages:resetpass_forbidden-reason','s:55:\"hi:पासवर्ड नहीं बदला : $1\";'),('anp','messages:resetpass_header','s:60:\"hi:खाते का कूटशब्द बदलें\";'),('anp','messages:resetpass_submit','s:78:\"anp:कूटशब्द बनाबौ आरू लॉग इन करौ\";'),('anp','messages:resetpass_text','s:50:\"hi:<!-- पाठ यहाँ लिखें -->\";'),('anp','messages:resettokens','s:42:\"anp:टोकन रीसेट करौ\";'),('anp','messages:resettokens-done','s:61:\"anp:टोकन रीसेट करलौ गेलै।\";'),('anp','messages:resettokens-no-tokens','s:97:\"hi:रीसेट करने के लिए कोई टोकन नहीं हैं।\";'),('anp','messages:resettokens-resetbutton','s:67:\"hi:चुने हुए टोकन रीसेट करें\";'),('anp','messages:resettokens-summary','s:3:\"en:\";'),('anp','messages:resettokens-text','s:577:\"hi:जो टोकन आपके खाते से सम्बद्ध कुछ विशिष्ट व्यक्तिगत जानकारी प्रदान करते हैं, आप उन्हें यहाँ रीसेट कर सकते हैं।\n\nयदि आपने उन्हें गलती से किसी को दिखा दिया है या फिर आपका खाता हैक हो गया है तो आपको इन्हें रीसेट कर देना चाहिए।\";'),('anp','messages:resettokens-token-label','s:50:\"anp:$1 (वर्तमान मूल्य: $2)\";'),('anp','messages:resettokens-tokens','s:17:\"anp:टोकन:\";'),('anp','messages:resettokens-watchlist-token','s:193:\"hi:[[Special:Watchlist|आपकी ध्यानसूची के पृष्ठों में बदलावों]] की वेब फ़ीड (Atom/RSS) हेतु टोकन\";'),('anp','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('anp','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('anp','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('anp','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('anp','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('anp','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('anp','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('anp','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('anp','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('anp','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('anp','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('anp','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('anp','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('anp','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('anp','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('anp','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('anp','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('anp','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('anp','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('anp','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('anp','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('anp','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('anp','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('anp','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('anp','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('anp','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('anp','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('anp','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('anp','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('anp','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('anp','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('anp','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('anp','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('anp','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('anp','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('anp','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('anp','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('anp','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('anp','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('anp','messages:restore-count-files','s:53:\"hi:{{PLURAL:$1|1 फ़ाइल|$1 फ़ाइल}}\";'),('anp','messages:restore-count-revisions','s:59:\"hi:{{PLURAL:$1|1 संशोधन|$1 संशोधन}}\";'),('anp','messages:restorelink','s:145:\"anp:देखौ {{PLURAL:$1|एगो हटैलौ गेलौ सम्पादन|$1 हटैलौ गेलौ सम्पादन}}\";'),('anp','messages:restoreprefs','s:109:\"hi:वापिस मूल जमावों पर आ जाएँ (सभी भागों में)\";'),('anp','messages:restricted-displaytitle','s:277:\"hi:<strong>चेतावनी :</strong> प्रदर्शित शीर्षक \"$1\" को नजरअंदाज किया गया है, क्योंकि यह वास्तविक शीर्षक से मिलता नहीं है।\";'),('anp','messages:restricted-displaytitle-ignored','s:120:\"hi:नजरअंदाज कर दिया प्रदर्शन शीर्षक वाले पृष्ठ\";'),('anp','messages:restricted-displaytitle-ignored-desc','s:275:\"hi:पृष्ठ पर ध्यान नहीं दिया गया है।<code><nowiki>{{DISPLAYTITLE}}</nowiki></code> क्योंकि यह पृष्ठ के वास्तविक शीर्षक के बराबर नहीं है।\";'),('anp','messages:restriction-blank','s:3:\"en:\";'),('anp','messages:restriction-create','s:19:\"anp:बनाबौ\";'),('anp','messages:restriction-edit','s:32:\"anp:संपादन करौ\";'),('anp','messages:restriction-level','s:39:\"anp:सुरक्षा-स्तर:\";'),('anp','messages:restriction-level-all','s:35:\"anp:कोय्यो स्तर\";'),('anp','messages:restriction-level-autoconfirmed','s:41:\"anp:अर्ध सुरक्षित\";'),('anp','messages:restriction-level-sysop','s:44:\"anp:पूर्ण सुरक्षित\";'),('anp','messages:restriction-move','s:47:\"anp:स्थानांतरित करौ\";'),('anp','messages:restriction-type','s:23:\"anp:अनुमति:\";'),('anp','messages:restriction-upload','s:29:\"anp:अपलोड करौ\";'),('anp','messages:restrictionsfield-badip','s:68:\"hi:अमान्य आईपी पते या सीमा: $1\";'),('anp','messages:restrictionsfield-help','s:271:\"hi:एक आईपी पता या सीडीआरएल सीमा प्रति पंक्ति में लिखें। सभी को सक्रिय करने के लिए <pre>0.0.0.0/0::/0</pre> का उपयोग करें।\";'),('anp','messages:restrictionsfield-label','s:45:\"hi:अनुमत आईपी सीमा:\";'),('anp','messages:retrievedfrom','s:41:\"anp:\"$1\" सँ लेलौ गेलौ\";'),('anp','messages:returnto','s:23:\"anp:$1 ल लौटौ\";'),('anp','messages:retypenew','s:72:\"anp:नैका कूटशब्द फेनु सँ लिखौ:\";'),('anp','messages:reuploaddesc','s:116:\"hi:अपलोड रद्द करें और पुनः अपलोड फ़ॉर्म पर जाएँ\";'),('anp','messages:rev-deleted-comment','s:59:\"anp:(सम्पादन सारांश हटलै)\";'),('anp','messages:rev-deleted-diff-view','s:346:\"hi:इस अंतर में से एक अवतरण को \'\'\'हटा दिया गया है\'\'\'।\nआप इस अंतर को देख सकते हैं; विवरण [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} हटाने की लॉग] पर पाया जा सकता है।\";'),('anp','messages:rev-deleted-event','s:44:\"anp:(लॉग विवरण हटलै)\";'),('anp','messages:rev-deleted-no-diff','s:359:\"hi:आप इस अंतर को नहीं देख सकते क्योंकि इनमें से एक अवतरण को \'\'\'हटा दिया गया है\'\'\'।\nविवरण [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} हटाने की लॉग] में पाया जा सकता है।\";'),('anp','messages:rev-deleted-text-permission','s:254:\"hi:यह पृष्ठ अवतरण हटाया गया है।\nइसकी अधिक जानकारी [{{fullurl:{{#Special:Log}}/delete|page=$1}} हटाने की लॉग] में पाई जा सकती है।\";'),('anp','messages:rev-deleted-text-unhide','s:380:\"hi:यह पृष्ठ अवतरण हटाया गया है।\nइसकी अधिक जानकारी [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} हटाने की लॉग] में पाई जा सकती है।\nयदि आप चाहें तो इस अवतरण को [$1 देख सकते हैं]।\";'),('anp','messages:rev-deleted-text-view','s:276:\"hi:यह पृष्ठ अवतरण हटाया गया है।\nआप इसे देख सकते हैं; विवरण [{{fullurl:{{#Special:Log}}/delete|page=$1}} हटाने की लॉग] में पाया जा सकता है।\";'),('anp','messages:rev-deleted-unhide-diff','s:389:\"hi:इस अंतर में से एक अवतरण को \'\'\'हटा दिया गया है\'\'\'।\nविवरण [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} हटाने की लॉग] में पाया जा सकता है।\nयदि आप चाहें तो इस अंतर को [$1 देख सकते हैं]।\";'),('anp','messages:rev-deleted-user','s:43:\"anp:(सदस्यनाम हटलै)\";'),('anp','messages:rev-deleted-user-contribs','s:192:\"hi:[सदस्यनाम अथवा आइ॰पी पता छुपाया गया - सम्पादन योगदानों में से छुपाया गया]\";'),('anp','messages:rev-delundel','s:38:\"anp:दृश्यता बदलौ\";'),('anp','messages:rev-showdeleted','s:22:\"anp:देखाबौ\";'),('anp','messages:rev-suppressed-diff-view','s:343:\"hi:इस अंतर में से एक अवतरण को \'\'\'छुपा दिया गया है\'\'\'।\nआप अंतर देख सकते हैं; विवरण [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} छुपाने की लॉग] में पाया जा सकता है।\";'),('anp','messages:rev-suppressed-no-diff','s:196:\"hi:आप इस अंतर को नहीं देख सकते क्योंकि इनमें से एक अवतरण को \'\'\'हटा दिया गया है\'\'\'।\";'),('anp','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('anp','messages:rev-suppressed-text-permission','s:290:\"hi:यह पृष्ठ अवतरण \'\'\'छिपाया गया है\'\'\'।\nआप इसे देख सकते हैं; विवरण [{{fullurl:{{#Special:Log}}/suppress|page=$1}} छुपाने की लॉग] में पाया जा सकता है।\";'),('anp','messages:rev-suppressed-text-unhide','s:362:\"hi:यह पृष्ठ अवतरण \'\'\'छिपाया गया है\'\'\'। विवरण [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} छुपाने की लॉग] पर देखा जा सकता है।\nयदि आप चाहें तो इस अवतरण को [$1 देख सकते हैं]।\";'),('anp','messages:rev-suppressed-text-view','s:290:\"hi:यह पृष्ठ अवतरण \'\'\'छिपाया गया है\'\'\'।\nआप इसे देख सकते हैं; विवरण [{{fullurl:{{#Special:Log}}/suppress|page=$1}} छुपाने की लॉग] में पाया जा सकता है।\";'),('anp','messages:rev-suppressed-unhide-diff','s:397:\"hi:इस अंतर में से एक अवतरण को \'\'\'छुपा दिया गया है\'\'\'।\nविवरण [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} छुपाने की लॉग] में पाया जा सकता है।\nयदि आप चाहें तो इस अंतर को [$1 देख सकते हैं]।\";'),('anp','messages:revdel-restore','s:38:\"anp:दृश्यता बदलौ\";'),('anp','messages:revdelete-concurrent-change','s:344:\"hi:$2, $1 वाले मद को बदलते समय त्रुटि आई: प्रतीत होता है कि आपके द्वारा बदलने के दौरान किसी और ने इसमें बदलाव कर दिए हैं।\nकृपया लॉग देख लें।\";'),('anp','messages:revdelete-confirm','s:296:\"hi:पुष्टि करें कि आप यह कार्य करना चाहते हैं, आप इसका परिणाम समझते हैं, और आप ये [[{{MediaWiki:Policy-url}}|नीति]] के अनुसार कर रहे हैं।\";'),('anp','messages:revdelete-content-hid','s:57:\"anp:सामग्री नुकैलौ गेलै\";'),('anp','messages:revdelete-content-unhid','s:83:\"hi:सामग्री फिर से सार्वजनिक की गई\";'),('anp','messages:revdelete-edit-reasonlist','s:81:\"anp:हटाबै केरौ कारण क संपादित करौ\";'),('anp','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('anp','messages:revdelete-failure','s:118:\"hi:\'\'\'अवतरण दृश्यता अद्यातानीत नहीं की जा सकी:\'\'\'\n$1\";'),('anp','messages:revdelete-hide-comment','s:41:\"anp:सारांश संपादन\";'),('anp','messages:revdelete-hide-current','s:227:\"hi:$2 को, $1 बजे वाला मद छिपाया नहीं जा सका: यह सबसे ताज़ा अवतरण है।\nयह छिपाया नहीं जा सकता है।\";'),('anp','messages:revdelete-hide-image','s:49:\"anp:फाइल क पाठ नुकाबौ\";'),('anp','messages:revdelete-hide-name','s:87:\"anp:लक्ष्य आरू प्राचल सिनी क नुकाबौ\";'),('anp','messages:revdelete-hide-restricted','s:108:\"hi:प्रबंधक सहित सभी सदस्यों से डाटा छुपाएँ\";'),('anp','messages:revdelete-hide-text','s:29:\"anp:अवरतण पाठ\";'),('anp','messages:revdelete-hide-user','s:64:\"anp:संपादक क सदस्यनाम/IP पता\";'),('anp','messages:revdelete-legend','s:76:\"anp:दृश्य प्रतिबंध निश्चित करौ\";'),('anp','messages:revdelete-log','s:17:\"anp:कारण:\";'),('anp','messages:revdelete-modify-missing','s:154:\"hi:मद क्रमांक $1 को बदलते समय त्रुटि आई: यह डाटाबेस में नहीं है!\";'),('anp','messages:revdelete-modify-no-access','s:268:\"hi:$2, $1 वाले मद को बदलते समय त्रुटि आई: इस मद को \"प्रतिबंधित\" अंकित किया गया है।\nआप इस तक नहीं पहुँच सकते हैं।\";'),('anp','messages:revdelete-no-change','s:169:\"hi:\'\'\'चेतावनी:\'\'\' $2, $1 वाले मद में पहले से ही यही वांछित दृश्यता जमाव था।\";'),('anp','messages:revdelete-no-file','s:85:\"hi:निर्दिष्ट फ़ाइल मौजूद नहीं है।\";'),('anp','messages:revdelete-nooldid-text','s:418:\"hi:इस क्रिया को करने के लिये आपने लक्ष्य अवतरण नहीं दिये हैं, या फिर आपने दिया हुआ अवतरण अस्तित्व में नहीं हैं या फिर आप सद्य अवतरण को छुपाने का प्रयत्न कर रहे हैं।\";'),('anp','messages:revdelete-nooldid-title','s:57:\"anp:अमान्य लक्ष्य अवतरण\";'),('anp','messages:revdelete-offender','s:38:\"hi:अवतरण संपादक:\";'),('anp','messages:revdelete-only-restricted','s:334:\"hi:$2, $1 की तिथि के आइटम को छुपाने में त्रुटि: आप अन्य दृश्यता विकल्पों को चुने बिना प्रबंधकों की दृष्टि से आइटमों को छुपा नहीं सकते।\";'),('anp','messages:revdelete-otherreason','s:54:\"hi:अन्य/अतिरिक्त कारण:\";'),('anp','messages:revdelete-radio-same','s:31:\"anp:‍‌(बदलौ नै)\";'),('anp','messages:revdelete-radio-set','s:22:\"anp:नुकैलौ\";'),('anp','messages:revdelete-radio-unset','s:28:\"anp:दृश्यमान\";'),('anp','messages:revdelete-reason-dropdown','s:339:\"hi:*हटाने के आम कारण\n** सर्वाधिकार (कॉपीराइट) उल्लंघन\n** अनुपयुक्त टिप्पणी या निजी जानकारी\n** अनुपयुक्त सदस्यनाम\n** मानहानिकारक जानकारी\";'),('anp','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('anp','messages:revdelete-reasonotherlist','s:32:\"anp:दोसरौ कारण\";'),('anp','messages:revdelete-restricted','s:80:\"hi:प्रबंधकोंको प्रतिबंधित किया\";'),('anp','messages:revdelete-selected-file','s:91:\"anp:[[:$2]] {{PLURAL:$1|क|केरौ}} चयनित फ़ाइल अवतरण:\";'),('anp','messages:revdelete-selected-text','s:75:\"anp:[[:$2]] {{PLURAL:$1|क|केरौ}} चयनित अवतरण:\";'),('anp','messages:revdelete-show-file-confirm','s:213:\"hi:क्या आप वाकई फ़ाइल \"<nowiki>$1</nowiki>\" के $2 को $3 बजे बने, हटाए जा चुके अवतरण को देखना चाहते हैं?\";'),('anp','messages:revdelete-show-file-submit','s:13:\"anp:हाँ\";'),('anp','messages:revdelete-show-no-access','s:276:\"hi:$1, $2 वाला आयटम दिखाते समय त्रुटि आई: इस मद को \"प्रतिबंधित\" चिह्नित किया गया है।\nआप इस तक नहीं पहुँच सकते हैं।\";'),('anp','messages:revdelete-submit','s:105:\"anp:चयनित {{PLURAL:$1|अवतरण|अवतरण सिनी}} प लागू करौ\";'),('anp','messages:revdelete-success','s:135:\"anp:अवतरण दृश्यता सफलतापूर्वक अद्यातानीत करलौ गेलै।\";'),('anp','messages:revdelete-summary-hid','s:72:\"hi:सम्पादन सारांश छिपाया गया\";'),('anp','messages:revdelete-summary-unhid','s:104:\"hi:सम्पादन सारांश फिर सार्वजनिक किया गया\";'),('anp','messages:revdelete-suppress','s:108:\"hi:प्रबंधक सहित सभी सदस्यों से डाटा छुपाएँ\";'),('anp','messages:revdelete-suppress-text','s:436:\"hi:छिपाने का प्रयोग <strong>केवल</strong> इन परिस्थितियों में होना चाहिए:\n* संभावित अपमानजनक जानकारी\n* अनुपयुक्त निजी जानकारी\n*: <em>घर के पते व दूरभाष, राष्ट्रीय पहचान क्रमांक आदि।</em>\";'),('anp','messages:revdelete-text-file','s:266:\"hi:हटाए गए फ़ाइल अवतरण फ़ाइल इतिहास में दर्शाए जाएँगे मगर सामग्री सार्वजनिक रूप से नहीं देखी जा सकेगी।\";'),('anp','messages:revdelete-text-others','s:346:\"hi:अन्य प्रशासकों अभी भी छिपा सामग्री का उपयोग करने के लिए और अतिरिक्त प्रतिबंध सेट कर रहे हैं, जब तक यह अ-नष्ट करने में सक्षम हो जाएगा।\";'),('anp','messages:revdelete-text-text','s:272:\"hi:हटाए गए अवतरण पृष्ठ इतिहास में दर्शाए जाएँगे परन्तु उनकी सामग्री सार्वजनिक रूप से नहीं देखी जा सकेगी।\";'),('anp','messages:revdelete-uname-hid','s:56:\"hi:सदस्यनाम छिपाया गया\";'),('anp','messages:revdelete-uname-unhid','s:88:\"hi:सदस्यनाम फिर सार्वजनिक किया गया\";'),('anp','messages:revdelete-unrestricted','s:77:\"hi:प्रबंधकोंके प्रबंधन हटायें\";'),('anp','messages:revdelete-unsuppress','s:119:\"hi:पुनर्स्थापित अवतरणों पर से प्रतिबन्ध हटाएँ\";'),('anp','messages:reverted','s:93:\"anp:पुराने अवतरण कॆ पूर्ववत करलॊ गेलै\";'),('anp','messages:revertmerge','s:23:\"anp:अलग करौ\";'),('anp','messages:revertmove','s:35:\"anp:पूर्ववत करौ\";'),('anp','messages:revertpage','s:230:\"anp:[[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]) केरॊ संपादनॊ कॆ हटायकॆ [[User:$1|$1]] के आखिरी अवतरण कॆ पूर्ववत करलॊ गेलै.\";'),('anp','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('anp','messages:revertpage-nouser','s:252:\"anp:(सदस्य नाँव हटैलौ गेलौ छै) केरौ संपादन सिनी क हटाय क {{GENDER:$1|[[User:$1|$1]]}} के अन्तिम अवतरण क पूर्ववत करलकै।\";'),('anp','messages:revid','s:21:\"hi:अवतरण $1\";'),('anp','messages:revision-info','s:79:\"anp:{{GENDER:$6|$2}}$7 द्वारा $1 ऐन्हौ संशोधन\";'),('anp','messages:revision-info-current','s:4:\"en:-\";'),('anp','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('anp','messages:revisionasof','s:41:\"anp:$1 केरौ संस्करण\";'),('anp','messages:revisiondelete','s:82:\"anp:अवतरण हटाबौ/पुनर्स्थापित करौ\";'),('anp','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('anp','messages:right-apihighlimits','s:105:\"hi:API पृच्छाओं में ऊँची सीमाएँ प्रयोग करें\";'),('anp','messages:right-applychangetags','s:125:\"hi:प्रयोग में लाइये [[Special:Tags|tags]] किसी के बदलाव के साथ।\";'),('anp','messages:right-autoconfirmed','s:112:\"hi:आई॰पी पता आधारित रेट लिमिट्स से बेअसर हों\";'),('anp','messages:right-autocreateaccount','s:73:\"hi:बाहरी खाते से स्वतः प्रवेश\";'),('anp','messages:right-autopatrol','s:114:\"hi:अपने संपादन अपने आप परीक्षित चिह्नित करें\";'),('anp','messages:right-bigdelete','s:79:\"hi:अधिक इतिहास वाले पृष्ठ हटाएँ\";'),('anp','messages:right-block','s:115:\"hi:अन्य सदस्यों को सम्पादन करने से ब्लॉक करें\";'),('anp','messages:right-blockemail','s:90:\"hi:किसी सदस्य को ईमेल भेजने से रोकें\";'),('anp','messages:right-bot','s:72:\"hi:स्वचलित प्रणाली माने जाएँ\";'),('anp','messages:right-browsearchive','s:54:\"hi:हटाए गए पृष्ठ खोजें\";'),('anp','messages:right-changetags','s:205:\"hi:जमा करो और हटाओ स्वतंत्र [[Special:Tags|टैग]] व्यक्तिगत अवतरणों और लॉग प्रविक्तियों पर\";'),('anp','messages:right-createaccount','s:57:\"hi:नये सदस्य खाते बनाएँ\";'),('anp','messages:right-createpage','s:98:\"hi:पृष्ठ बनाएँ (जो चर्चा पृष्ठ नहीं हैं)\";'),('anp','messages:right-createtalk','s:53:\"hi:वार्ता पृष्ठ बनाएँ\";'),('anp','messages:right-delete','s:34:\"hi:पृष्ठ हटाएँ\";'),('anp','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('anp','messages:right-deletechangetags','s:92:\"hi:डेटाबेस से [[Special:Tags|चिप्पियाँ]] हटाएँ\";'),('anp','messages:right-deletedhistory','s:163:\"hi:हटाई गई इतिहास सूची, उसके साथ पाये जाने वाले पाठ के बिना देखें\";'),('anp','messages:right-deletedtext','s:133:\"hi:हटाया गया पाठ और हटाए गए अवतरणों के बीच अंतर देखें\";'),('anp','messages:right-deletelogentry','s:116:\"hi:विशिष्ट लॉग प्रविष्टियाँ छुपाएँ और दिखाएँ\";'),('anp','messages:right-deleterevision','s:145:\"hi:पृष्ठों के विशिष्ट अवतरण हटाएँ एवं पुनर्स्थापित करें\";'),('anp','messages:right-edit','s:56:\"hi:पृष्ठ सम्पादित करें\";'),('anp','messages:right-editcontentmodel','s:93:\"hi:एक पेज की सामग्री मॉडल को संपादित।\";'),('anp','messages:right-editinterface','s:90:\"hi:सॉफ़्टवेयर इंटरफ़ेस सम्पादित करें\";'),('anp','messages:right-editmyoptions','s:78:\"hi:अपनी वरीयताएँ सम्पादित करें\";'),('anp','messages:right-editmyprivateinfo','s:157:\"hi:अपना व्यक्तिगत डाटा सम्पादित करें (जैसे ई-मेल पता, असली नाम)\";'),('anp','messages:right-editmyusercss','s:136:\"hi:अपनी सदस्य स्तर की सी॰एस॰एस फ़ाइलें सम्पादित करें\";'),('anp','messages:right-editmyuserjs','s:151:\"hi:अपनी सदस्य स्तर की जावास्क्रिप्ट फ़ाइलें सम्पादित करें\";'),('anp','messages:right-editmyuserjson','s:100:\"hi:अपनी सदस्य JSON फाइलों को सम्पादित करें\";'),('anp','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('anp','messages:right-editmywatchlist','s:278:\"hi:अपनी ध्यानसूची सम्पादित करें। ध्यान दें कि कुछ कार्य इस अधिकार के बिना भी ध्यानसूची में पृष्ठ जोड़ेंगे।\";'),('anp','messages:right-editprotected','s:163:\"hi:उन सुरक्षित पृष्ठ सम्पादित करें जिनके सम्पादन की \"{{int:protect-level-sysop}}\"\";'),('anp','messages:right-editsemiprotected','s:172:\"hi:उन पृष्ठों को सम्पादित करें जिनका सुरक्षा स्तर है \"{{int:protect-level-autoconfirmed}}\"\";'),('anp','messages:right-editsitecss','s:53:\"hi:Sitewide CSS सम्पादित करें\";'),('anp','messages:right-editsitejs','s:60:\"hi:Sitewide JavaScript सम्पादित करें\";'),('anp','messages:right-editsitejson','s:54:\"hi:Sitewide JSON सम्पादित करें\";'),('anp','messages:right-editusercss','s:123:\"hi:अन्य सदस्यों के सी॰एस॰एस पृष्ठ सम्पादित करें\";'),('anp','messages:right-edituserjs','s:138:\"hi:अन्य सदस्यों के जावास्क्रिप्ट पृष्ठ सम्पादित करें\";'),('anp','messages:right-edituserjson','s:106:\"hi:अन्य सदस्यों की JSON फाइलें सम्पादित करें\";'),('anp','messages:right-hideuser','s:115:\"hi:सदस्यनाम ब्लॉक करें और उसे लोगों से छुपाएँ\";'),('anp','messages:right-import','s:86:\"hi:अन्य विकियों से पृष्ठ आयात करें\";'),('anp','messages:right-importupload','s:95:\"hi:फ़ाइल अपलोड द्वारा पृष्ठ आयात करें\";'),('anp','messages:right-ipblock-exempt','s:157:\"hi:आइ॰पी ब्लॉक्स, ऑटो-ब्लॉक्स और रेंज ब्लॉक्स को नज़रंदाज़ करें\";'),('anp','messages:right-managechangetags','s:121:\"hi:डेटाबेस से [[Special:Tags|चिप्पियाँ]] बनायें और हटायें\";'),('anp','messages:right-markbotedits','s:161:\"hi:वापस लिए गए संपादनों को बॉट संपादनों के रूप में चिह्नित करें\";'),('anp','messages:right-mergehistory','s:72:\"hi:पृष्ठ इतिहास एकत्रित करें\";'),('anp','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('anp','messages:right-minoredit','s:82:\"hi:संपादनों को छोटा चिह्नित करें\";'),('anp','messages:right-move','s:65:\"hi:पृष्ठ स्थानांतरित करें\";'),('anp','messages:right-move-categorypages','s:84:\"hi:श्रेणी पृष्ठ स्थानांतरित करें\";'),('anp','messages:right-move-rootuserpages','s:91:\"hi:मूल सदस्य पृष्ठ स्थानांतरित करें\";'),('anp','messages:right-move-subpages','s:106:\"hi:पृष्ठ उपपृष्ठों सहित स्थानांतरीत करें\";'),('anp','messages:right-movefile','s:74:\"hi:संचिकाएँ स्थानांतरित करें\";'),('anp','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('anp','messages:right-nominornewtalk','s:231:\"hi:वार्ता पृष्ठों पर छोटे बदलाव करने पर सदस्यों को \"आपके लिये नया सन्देश है\" पट्टी न दिखाएँ\";'),('anp','messages:right-noratelimit','s:67:\"hi:रेट लिमिट्स से बेअसर हों\";'),('anp','messages:right-override-export-depth','s:168:\"hi:पृष्ठ निर्यात करें, पाँच स्तर की गहराई तक जुड़े हुए पृष्ठों समेत\";'),('anp','messages:right-pagelang','s:47:\"hi:पृष्ठ भाषा बदलें\";'),('anp','messages:right-patrol','s:107:\"hi:दूसरों के संपादन परीक्षित चिह्नित करें\";'),('anp','messages:right-patrolmarks','s:118:\"hi:हाल में हुए बदलावों के परीक्षित चिह्न देखें\";'),('anp','messages:right-protect','s:155:\"hi:सुरक्षा स्तर बदलें और सीढ़ी-सुरक्षित पृष्ठ सम्पादित करें\";'),('anp','messages:right-purge','s:80:\"hi:पृष्ठ की कैश मेमोरी खाली करें\";'),('anp','messages:right-read','s:31:\"hi:पृष्ठ पढ़ें\";'),('anp','messages:right-reupload','s:88:\"hi:मौजूदा फ़ाइलों को ओवर्राइट करना\";'),('anp','messages:right-reupload-own','s:115:\"hi:स्वयं अपलोड की हुई फ़ाइल पर पुनर्लेखन करें\";'),('anp','messages:right-reupload-shared','s:149:\"hi:शेअर्ड इमेज भण्डार में मौजूद फ़ाइलों पर पुनर्लेखन करें\";'),('anp','messages:right-rollback','s:173:\"hi:किसी पृष्ठ का अंतिम सम्पादन करने वाले सदस्य के सम्पादन वापिस लें\";'),('anp','messages:right-sendemail','s:74:\"hi:अन्य सदस्यों को ई-मेल भेजें\";'),('anp','messages:right-siteadmin','s:86:\"hi:डाटाबेस को ताला लगायें या खोलें\";'),('anp','messages:right-suppressionlog','s:44:\"hi:खासगी लॉग देखें\";'),('anp','messages:right-suppressredirect','s:126:\"hi:पृष्ठ स्थानांतरित करते समय अनुप्रेषण न छोड़ें\";'),('anp','messages:right-suppressrevision','s:180:\"hi:किसी भी सदस्य से छुपे हुए अवतरण देखें, छुपायें और पुनर्स्थापित करें\";'),('anp','messages:right-unblockself','s:66:\"hi:स्वयं को अनावरुद्ध करें\";'),('anp','messages:right-undelete','s:68:\"hi:पृष्ठ पुनर्स्थापित करें\";'),('anp','messages:right-unwatchedpages','s:158:\"hi:ऐसे पृष्ठों की सूची देखें जो किसी की ध्यानसूची में नहीं हैं\";'),('anp','messages:right-upload','s:34:\"hi:फ़ाइल अपलोड\";'),('anp','messages:right-upload_by_url','s:79:\"hi:यू॰आर॰एल से फ़ाइल अपलोड करें\";'),('anp','messages:right-userrights','s:63:\"hi:सभी सदस्य अधिकार बदलें\";'),('anp','messages:right-userrights-interwiki','s:95:\"hi:अन्य विकियों पर सदस्य अधिकार बदलें\";'),('anp','messages:right-viewmyprivateinfo','s:135:\"hi:अपना व्यक्तिगत डाटा देखें (जैसे ई-मेल पता, असली नाम)\";'),('anp','messages:right-viewmywatchlist','s:59:\"hi:अपनी ध्यानसूची देखें\";'),('anp','messages:right-viewsuppressed','s:111:\"hi:देखें संशोधन किसी भी उपयोगकर्ता से छुपा।\";'),('anp','messages:right-writeapi','s:56:\"anp:लेखन API के प्रयोग करौ\";'),('anp','messages:rightslog','s:51:\"anp:सदस्य अधिकार सूची\";'),('anp','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('anp','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('anp','messages:rightslogentry-temporary-group','s:37:\"hi:$1 (अस्थाई, $2 तक)\";'),('anp','messages:rightslogtext','s:122:\"hi:यह सदस्य अधिकारों में हुए बदलावों की सूची है।\";'),('anp','messages:rightsnone','s:27:\"hi:(कोई नहीं)\";'),('anp','messages:rollback','s:49:\"anp:संपादन पीछू लै जा\";'),('anp','messages:rollback-confirmation-confirm','s:51:\"hi:कृपया पुष्टि करें:\";'),('anp','messages:rollback-confirmation-no','s:28:\"hi:रद्द करें\";'),('anp','messages:rollback-confirmation-yes','s:28:\"hi:वापिस लें\";'),('anp','messages:rollback-missingparam','s:104:\"hi:अनुरोध पर अपेक्षित पैरामीटर गायब हैं।\";'),('anp','messages:rollback-missingrevision','s:82:\"hi:अवतरण डाटा दिखाने में असमर्थ।\";'),('anp','messages:rollback-success','s:232:\"anp:{{GENDER:$3|$1}} केरौ संपादन हटाबौ;\n{{GENDER:$4|$2}} द्वारा संपादित आखिरी अवतरण कॆ पुनर्स्थापित करलौ गेलै।\";'),('anp','messages:rollbackfailed','s:63:\"anp:पूर्ववत स्थिति निष्फल\";'),('anp','messages:rollbacklink','s:23:\"anp:वापस ला\";'),('anp','messages:rollbacklinkcount','s:90:\"anp:रोलबैक $1 {{PLURAL:$1|संपादन|संपादन सिनी}}\";'),('anp','messages:rollbacklinkcount-morethan','s:87:\"hi:$1 से अधिक {{PLURAL:$1|सम्पादन}} वापिस लें\";'),('anp','messages:rotate-comment','s:166:\"hi:चित्र को $1 {{PLURAL:$1|डिग्री|डिग्रियों}} से दक्षिणावर्त घुमाया गया था\";'),('anp','messages:sat','s:13:\"anp:शनि\";'),('anp','messages:saturday','s:19:\"anp:शनिचर\";'),('anp','messages:saturday-at','s:41:\"hi:शनिवार को $1 बजे\";'),('anp','messages:savearticle','s:35:\"anp:पन्ना सहेजौ\";'),('anp','messages:savearticle-start','s:38:\"anp:पन्ना सहेजौ...\";'),('anp','messages:savechanges','s:48:\"anp:बदलाव सिनी सहेजौ\";'),('anp','messages:savechanges-start','s:51:\"anp:बदलाव सिनी सहेजौ...\";'),('anp','messages:savedprefs','s:76:\"hi:आपकी वरीयताएँ संजोई गई हैं।\";'),('anp','messages:savedrights','s:106:\"hi:सदस्य {{GENDER:$1|$1}} का सदस्य अधिकार सहेजा गया।\";'),('anp','messages:savefile','s:40:\"hi:फ़ाइल संजोयें\";'),('anp','messages:saveprefs','s:21:\"hi:संजोएँ\";'),('anp','messages:saveusergroups','s:64:\"hi:{{GENDER:$1|सदस्य}} समूह सहेजें\";'),('anp','messages:scarytranscludedisabled','s:98:\"hi:[आंतरविकि ट्रान्स्क्लुडिंग बंद हैं]\";'),('anp','messages:scarytranscludefailed','s:79:\"hi:[$1 के लिये साँचा मँगा नहीं पाए]\";'),('anp','messages:scarytranscludefailed-httpstatus','s:108:\"hi:[$1 के लिये साँचा मँगा नहीं पाए, त्रुटि: HTTP $2]\";'),('anp','messages:scarytranscludetoolong','s:56:\"hi:[यूआरएल बहुत लंबा है]\";'),('anp','messages:search','s:16:\"anp:खोजौ\";'),('anp','messages:search-category','s:26:\"hi:(श्रेणी $1)\";'),('anp','messages:search-error','s:106:\"hi:खोजते समय निम्न त्रुटि उत्पन्न हुई है: $1\";'),('anp','messages:search-external','s:28:\"hi:बाहरी खोज\";'),('anp','messages:search-file-match','s:77:\"anp:(फ़ाइल सामग्री सँ मेल खाय छै)\";'),('anp','messages:search-filter-title-prefix','s:182:\"hi:पृष्ठों में केवल वही खोजे जा रहे जिनके शीर्षक \"$1\" से प्रारम्भ होते हैं\";'),('anp','messages:search-filter-title-prefix-reset','s:57:\"hi:सभी पृष्ठों को खोजें\";'),('anp','messages:search-ignored-headings','s:1187:\"anp:#<!-- ई लाइन क ओन्हैं छोड़ी दहौ जेना ई छै --> <pre>\n# शीर्षक जेकरा खोज द्वारा अनदेखा करी देलो जैतै।\n# हेडिंग वाला पन्ना के इंडेक्स होथैं एकरा मँ बदलाव प्रभावी होय जाय छै।\n# आपनै एगो नल एडिट करी क पन्ना रीइंडेक्सिंग लेली बाध्य करय सकै छियै।\n# वाक्य रचना ई प्रकार छै:\n# * \"#\" वर्ण सँ ल करी क पंक्ति केरौ अंत तलक सब्भे कुछ एगो टिप्पणी छेकै।\n# * हर गैर-रिक्त रेखा अनदेखी, केस आरू हर चीज केरौ सटीक शीर्षक छेकै।\nसंदर्भ\nबाहरी संबंध\nई सब्भे देखौ\n #</pre> <!-- ई लाइन क ओन्हैं छोड़ी दहौ जेना ई छै -->\";'),('anp','messages:search-interwiki-custom','s:3:\"en:\";'),('anp','messages:search-interwiki-more','s:15:\"anp:(आरू)\";'),('anp','messages:search-interwiki-more-results','s:34:\"hi:अधिक परिणाम\";'),('anp','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('anp','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('anp','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('anp','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('anp','messages:search-nonefound','s:114:\"anp:तोरौ खोज सँ मेल खैतें कोय परिणाम नै मिललै।\";'),('anp','messages:search-nonefound-thiswiki','s:97:\"hi:आपके खोज से कोई भी परिणाम नहीं मिला।\";'),('anp','messages:search-redirect','s:58:\"anp:($1 सँ पुनर्निर्देशित)\";'),('anp','messages:search-relatedarticle','s:27:\"hi:सम्बंधित\";'),('anp','messages:search-result-category-size','s:151:\"anp:{{PLURAL:$1|$1 सदस्य}} ({{PLURAL:$2|1 उपश्रेणी|$2 उपश्रेणी सिनी}}, {{PLURAL:$3|$3 फाइल}})\";'),('anp','messages:search-result-size','s:53:\"anp:$1 ({{PLURAL:$2|1 शब्द|$2 शब्द}})\";'),('anp','messages:search-rewritten','s:121:\"hi:$1 हेतु खोज परिणाम निम्न हैं। $2 हेतु खोज खोजें।\";'),('anp','messages:search-section','s:27:\"anp:(अनुभाग $1)\";'),('anp','messages:search-showingresults','s:168:\"anp:{{PLURAL:$4|<strong>$3</strong> मँ सँ <strong>$1</strong> परिणाम|<strong>$3</strong> मँ सँ परिणाम <strong>$1 - $2</strong>}}\";'),('anp','messages:search-suggest','s:60:\"anp:की आपनै के मतलब $1 छेलै?\";'),('anp','messages:search-summary','s:3:\"en:\";'),('anp','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('anp','messages:search-warning','s:106:\"hi:खोजते समय निम्न त्रुटि उत्पन्न हुई है: $1\";'),('anp','messages:searchall','s:19:\"anp:सब्भे\";'),('anp','messages:searcharticle','s:10:\"anp:जा\";'),('anp','messages:searchbutton','s:16:\"anp:खोजौ\";'),('anp','messages:searchdisabled','s:281:\"hi:{{SITENAME}} पर खोज अक्षम है।\nआप गूगल से खोज कर सकते हैं।\nध्यान रखें कि उनकी {{SITENAME}} सामग्री की सूची पुरानी हो सकती है।\";'),('anp','messages:searchlimit-help','s:45:\"hi:अधिकतम संख्या: 500\";'),('anp','messages:searchlimit-label','s:148:\"hi:प्रत्येक पृष्ठ पर दिखाने के लिए खोज परिणामों की संख्या:\";'),('anp','messages:searchmenu-exists','s:212:\"anp:हैय विकि प \"[[:$1]]\" नाम सँ एगो पृष्ठ छेकै।</strong> {{PLURAL:$2|0=|अन्य प्राप्त खोज परिणाम भी देखौ।}}\";'),('anp','messages:searchmenu-new','s:273:\"anp:हैय विकि प \"[[:$1]]\" नाम केरौ पन्ना बनाबौ! {{PLURAL:$2|0=|आपने केरौ खोज सँ मेल खैतें पन्ना भी देखौ।|खोज परिणाम भी देखौ।}}\";'),('anp','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('anp','messages:searchprofile-advanced','s:32:\"anp:उन्नत स्तर\";'),('anp','messages:searchprofile-advanced-tooltip','s:64:\"anp:विशेष नामस्थान मँ खोजौ\";'),('anp','messages:searchprofile-articles','s:41:\"anp:सामग्री पृष्ठ\";'),('anp','messages:searchprofile-articles-tooltip','s:26:\"anp:$1 मँ खोजौ\";'),('anp','messages:searchprofile-everything','s:29:\"anp:सब्भे कुछ\";'),('anp','messages:searchprofile-everything-tooltip','s:111:\"anp:(वार्ता पृष्ठ सहित) सब्भे सामग्री मँ खोजौ\";'),('anp','messages:searchprofile-images','s:37:\"anp:मल्टीमीडिया\";'),('anp','messages:searchprofile-images-tooltip','s:29:\"anp:फाइल खोजौ\";'),('anp','messages:searchrelated','s:27:\"hi:सम्बंधित\";'),('anp','messages:searchresults','s:32:\"anp:खोज परिणाम\";'),('anp','messages:searchresults-title','s:50:\"anp:\"$1\" लेली खोज परिणाम\";'),('anp','messages:searchresultshead','s:12:\"hi:खोज\";'),('anp','messages:searchsuggest-containing','s:71:\"anp:एकरा सँ जुड़लो पन्ना खोजौ\";'),('anp','messages:searchsuggest-search','s:36:\"anp:{{SITENAME}} मँ खोजौ\";'),('anp','messages:seconds','s:37:\"hi:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('anp','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('anp','messages:seconds-ago','s:51:\"hi:$1 {{PLURAL:$1|सॅकेंड}} पहले\";'),('anp','messages:sectioneditnotsupported-text','s:152:\"hi:इस दृष्टि पर अनुभाग सम्पादन अक्षम है, या समर्थित नहीं है।\";'),('anp','messages:sectioneditnotsupported-title','s:85:\"hi:अनुभाग सम्पादन समर्थित नहीं है\";'),('anp','messages:selfmove','s:210:\"hi:स्रोत और लक्ष्य शीर्षक समान हैं;\nपृष्ठ अपने ही जगह पर स्थानांतरित नहीं हो सकता।\";'),('anp','messages:selfredirect','s:558:\"hi:<strong>चेतावनी:</strong> आप खुद को इस पेज पुनः निर्देशित कर रहे हैं।\nआप अनुप्रेषित के लिए गलत लक्ष्य निर्दिष्ट हो सकता है, या आप गलत पृष्ठ का संपादन किया जा सकता है।\nआप फिर से \"$1\" क्लिक करते हैं, रीडायरेक्ट वैसे भी बनाया जाएगा।\";'),('anp','messages:semicolon-separator','s:9:\"hi:;&#32;\";'),('anp','messages:semiprotectedpagemovewarning','s:405:\"hi:<strong>सूचना:<strong> यह पृष्ठ सुरक्षित कर दिया गया है और इसे केवल स्वतः परीक्षित सदस्य ही स्थानांतरित कर सकते हैं।\nनवीनतम लॉग प्रविष्टि संदर्भ के लिये नीचे दी है:\";'),('anp','messages:semiprotectedpagewarning','s:404:\"hi:<strong>सूचना:</strong> यह पृष्ठ सुरक्षित कर दिया गया है और इसे केवल स्वतः स्थापित सदस्य ही सम्पादित कर सकते हैं।\nनवीनतम लॉग प्रविष्टि संदर्भ के लिये नीचे दी गयी है:\";'),('anp','messages:sep','s:13:\"anp:सित\";'),('anp','messages:september','s:22:\"anp:सितंबर\";'),('anp','messages:september-gen','s:22:\"anp:सितंबर\";'),('anp','messages:servertime','s:36:\"hi:सर्वर का समय:\";'),('anp','messages:session_fail_preview','s:457:\"hi:\'\'\'क्षमा करें! सेशन डाटा के नष्ट होने के कारण आपके बदलाव संजोये नहीं जा सके।\'\'\'\nकृपया पुन: यत्न करें। अगर इसके बाद भी ऐसा ही होता है तो कृपया [[Special:UserLogout|लॉग आउट]] कर के पुनः लॉग इन करें।\";'),('anp','messages:session_fail_preview_html','s:958:\"hi:क्षमा करें! सेशन डाटा के नष्ट होने के कारण आपके बदलाव संजोये नहीं जा सके।\n\n<em>चूँकि {{SITENAME}} पर raw HTML सक्षम है, जावास्क्रिप्ट हमलों से बचाव के लिये झलक नहीं दिखाई गई है।</em>\n\n<strong>अगर यह आपका वैध संपादन यत्न था, तो कृपया पुनः यत्न करें।</strong>\nअगर इसके बाद भी ऐसा ही होता है तो कृपया [[Special:UserLogout|लॉग आउट]] कर के पुनः लॉग इन करें तथा जांचिए यदि आपका ब्राउज़र इस साइट से कुकीज़ की अनुमति देता है।\";'),('anp','messages:sessionfailure','s:580:\"anp:ऐसनॊ प्रतीत होय छै कि आपनॆ के लोगिन सत्र के साथ कोनो समस्या छै.\nसत्र अपहरण सॆं बचाबै लेली सावधानी के तौर पर आपनॆ के इ क्रियाकलाप रद्द करी देलॊ गेलॊ छै.\nकृपया \"back\" पर वार करॊ आरू पृष्ठ कॆ दुबारा सॆं लोड करॊ, तबॆ दुबारा कोशिश करॊ.\";'),('anp','messages:sessionfailure-title','s:35:\"anp:निष्फल सत्र\";'),('anp','messages:sessionmanager-tie','s:95:\"hi:एक साथ कई अनुरोध को नहीं मिला सकता: $1\";'),('anp','messages:sessionprovider-generic','s:18:\"hi:$1 सत्र\";'),('anp','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:47:\"hi:कुकी-आधारित सत्र\";'),('anp','messages:sessionprovider-nocookies','s:168:\"hi:हो सकता है कि कुकी निष्क्रिय है। कृपया देखें कि और सक्रिय करें।\";'),('anp','messages:shared-repo','s:38:\"hi:एक साझे भंडार\";'),('anp','messages:shared-repo-from','s:12:\"hi:$1 से\";'),('anp','messages:shared-repo-name-wikimediacommons','s:52:\"hi:विकिमीडिया कॉमन्स\";'),('anp','messages:shareddescriptionfollows','s:4:\"en:-\";'),('anp','messages:sharedupload','s:188:\"anp:ई फाईल $1 सँ छै आरू संभवतः अन्य परियोजना भी एकरौ इस्तेमाल करी रहलौ होतै।\";'),('anp','messages:sharedupload-desc-create','s:355:\"hi:यह फ़ाइल $1 से है और अन्य परियोजनाओं द्वारा भी प्रयोग की जा सकती है।\nशायद आप [$2 वहाँ पर इसके फ़ाइल विवरण पृष्ठ] को सम्पादित करना चाहते हैं।\";'),('anp','messages:sharedupload-desc-edit','s:355:\"hi:यह फ़ाइल $1 से है और अन्य परियोजनाओं द्वारा भी प्रयोग की जा सकती है।\nशायद आप [$2 वहाँ पर इसके फ़ाइल विवरण पृष्ठ] को सम्पादित करना चाहते हैं।\";'),('anp','messages:sharedupload-desc-here','s:350:\"anp:इ फ़ाइल $1 सँ छेकै आरू अन्य परियोजना द्वारा भी प्रयोग करलौ जाय सकै छै।\nहुन्नकर एकरौ [$2 फ़ाइल विवरण पृष्ठ] मँ मौजूद विवरण निम्नांकित छै।\";'),('anp','messages:sharedupload-desc-there','s:309:\"hi:यह फ़ाइल $1 से है और अन्य परियोजनाओं द्वारा भी प्रयोग की जा सकती है।\nअधिक जानकारी के लिए कृपया [$2 फ़ाइल विवरण पृष्ठ] देखें।\";'),('anp','messages:shortpages','s:31:\"hi:छोटे पृष्ठ\";'),('anp','messages:shortpages-summary','s:3:\"en:\";'),('anp','messages:show','s:22:\"anp:देखाबौ\";'),('anp','messages:show-big-image','s:56:\"anp:संपूर्ण रिजोल्यूशन\";'),('anp','messages:show-big-image-other','s:115:\"anp:आरू दोसरो {{PLURAL:$2|रेसोल्यूशन|रेसोल्यूशन्स}}:$1.\";'),('anp','messages:show-big-image-preview','s:70:\"anp:इ पूर्वावलोकन के आकार:  $1 ।\";'),('anp','messages:show-big-image-preview-differ','s:82:\"hi:पूर्वावलोकन $3 का आकार $2 फ़ाइल: $1\";'),('anp','messages:show-big-image-size','s:35:\"anp:$1 × $2  पिक्सेल\";'),('anp','messages:showdiff','s:38:\"anp:बदलाव देखाबौ\";'),('anp','messages:showhideselectedlogentries','s:103:\"hi:चयनित लॉग प्रविष्टियाँ दिखाएँ/छुपाएँ\";'),('anp','messages:showhideselectedversions','s:72:\"hi:चयनित अवतरण दिखाएँ/छिपाएँ\";'),('anp','messages:showingresults','s:222:\"hi:नीचे क्रमांक \'\'\'$2\'\'\' से प्रारंभ कर के अधिकतम \'\'\'$1\'\'\' परिणाम {{PLURAL:$1|दिखाया गया है|दिखाए गए हैं}}।\";'),('anp','messages:showingresultsinrange','s:255:\"hi:क्रम संख्या #<strong>$2</strong> से #<strong>$3</strong> के बीच के अधिकतम {{PLURAL:$1|<strong>1</strong> परिणाम|<strong>$1</strong> परिणाम}} निम्नवत् हैं।\";'),('anp','messages:shown-title','s:101:\"anp:सब्भे पन्ना प $1 {{PLURAL:$1|result|परिणाम}} दिखाबौ\";'),('anp','messages:showpreview','s:32:\"anp:झलक देखाबौ\";'),('anp','messages:showtoc','s:22:\"anp:देखाबौ\";'),('anp','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('anp','messages:sig-text','s:7:\"en:--$1\";'),('anp','messages:signature','s:70:\"anp:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|वार्ता]])\";'),('anp','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('anp','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('anp','messages:signupend','s:3:\"en:\";'),('anp','messages:signupend-https','s:3:\"en:\";'),('anp','messages:signupstart','s:3:\"en:\";'),('anp','messages:simpleantispam-label','s:108:\"anp:स्पैम-विरोधी जाँच.\nएकरा म इ <strong>नै</strong> भरौ!\";'),('anp','messages:site-atom-feed','s:42:\"anp:$1 केरौ अणु फ़ीड\";'),('anp','messages:site-rss-feed','s:51:\"anp:$1 केरौ आरएसएस फ़ीड\";'),('anp','messages:sitecsspreview','s:230:\"hi:<strong>ध्यान रखें कि आप इस CSS का बस एक झलक देख रहे हैं।\nइसे अब तक प्रकाशित नहीं किया गया है!</strong>\";'),('anp','messages:sitecssprotected','s:269:\"anp:आपनै क इ CSS पृष्ठ क संपादित करै के अनुमति नै छै, कैन्हेंकि इ सब्भे प्रयोक्ता सिनी क प्रभावित करै सकै छै।\";'),('anp','messages:sitejsonpreview','s:243:\"hi:<strong>ध्यान दें कि आप इस JSON कॉन्फिग का एक झलक देख रहे हैं।\nयह अभी तक प्रकाशित नहीं किया गया है!</strong>\";'),('anp','messages:sitejsonprotected','s:269:\"anp:आपनै क इ JSON पृष्ठ क संपादित करै के अनुमति नै छै कैन्हेंकि इ सब्भे प्रयोक्ता सिनी क प्रभावित करै सकै छै।\";'),('anp','messages:sitejspreview','s:276:\"hi:<strong>ध्यान रखें कि आप इस जावास्क्रिप्ट कोड का बस एक झलक देख रहे हैं।\nइसे अब तक प्रकाशित नहीं किया गया है!</strong>\";'),('anp','messages:sitejsprotected','s:304:\"anp:आपनै क इ जावास्क्रिप्ट पृष्ठ क संपादित करै के अनुमति नै छै कैन्हेंकि इ सब्भे प्रयोक्ता सिनी क प्रभावित करै सकै छै।\";'),('anp','messages:sitenotice','s:4:\"en:-\";'),('anp','messages:siterawhtmlprotected','s:385:\"anp:आपनै क इ जावास्क्रिप्ट पृष्ठ क संपादित करै के अनुमति नै छै कैन्हेंकि इ मँ रॉ HTML छै जेकरा सब्भे आगंतुक क प्रभावित करै लेली संशोधित करलौ जाबै सकै छै।\";'),('anp','messages:sitesubtitle','s:3:\"en:\";'),('anp','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('anp','messages:siteuser','s:53:\"hi:विकिपीडिया सदस्य  $1\";'),('anp','messages:siteusers','s:78:\"hi:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|सदस्य}}|सदस्य}} $1\";'),('anp','messages:size-bytes','s:7:\"hi:$1 B\";'),('anp','messages:size-exabytes','s:8:\"en:$1 EB\";'),('anp','messages:size-exapixel','s:8:\"en:$1 EP\";'),('anp','messages:size-gigabytes','s:8:\"hi:$1 GB\";'),('anp','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('anp','messages:size-kilobytes','s:8:\"hi:$1 KB\";'),('anp','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('anp','messages:size-megabytes','s:8:\"hi:$1 MB\";'),('anp','messages:size-megapixel','s:8:\"en:$1 MP\";'),('anp','messages:size-petabytes','s:8:\"en:$1 PB\";'),('anp','messages:size-petapixel','s:8:\"en:$1 PP\";'),('anp','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('anp','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('anp','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('anp','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('anp','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('anp','messages:size-terabytes','s:8:\"en:$1 TB\";'),('anp','messages:size-terapixel','s:8:\"en:$1 TP\";'),('anp','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('anp','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('anp','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('anp','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('anp','messages:skin-action-addsection','s:32:\"anp:विषय जोड़ौ\";'),('anp','messages:skin-action-delete','s:19:\"anp:हटाबौ\";'),('anp','messages:skin-action-move','s:47:\"anp:स्थानांतरित करौ\";'),('anp','messages:skin-action-protect','s:38:\"anp:सुरक्षित करौ\";'),('anp','messages:skin-action-undelete','s:41:\"hi:हटाना वापस लें\";'),('anp','messages:skin-action-unprotect','s:47:\"anp:सुरक्षितता बदलौ\";'),('anp','messages:skin-action-viewdeleted','s:26:\"anp:$1 दिखाबौ?\";'),('anp','messages:skin-action-viewsource','s:32:\"anp:स्रोत देखौ\";'),('anp','messages:skin-preview','s:12:\"hi:झलक\";'),('anp','messages:skin-view-create','s:19:\"anp:बनाबौ\";'),('anp','messages:skin-view-create-local','s:57:\"anp:स्थानीय विवरण जोड़ौ\";'),('anp','messages:skin-view-edit','s:32:\"anp:संपादन करौ\";'),('anp','messages:skin-view-edit-local','s:76:\"anp:स्थानीय विवरण सम्पादित करौ\";'),('anp','messages:skin-view-foreign','s:23:\"anp:$1 प देखौ\";'),('anp','messages:skin-view-history','s:35:\"anp:इतिहास देखौ\";'),('anp','messages:skin-view-view','s:16:\"anp:पढ़ौ\";'),('anp','messages:skinname-minerva','s:10:\"en:Minerva\";'),('anp','messages:skinname-vector','s:38:\"hi:Vector विरासती (2010)\";'),('anp','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('anp','messages:slot-name-main','s:19:\"anp:मुख्य\";'),('anp','messages:softblockrangesreason','s:229:\"hi:आपके आईपी ($1) के द्वारा बिना खाता के सम्पादन नहीं हो सकता है। कृपया खाते में लॉग इन करें।\";'),('anp','messages:sorbs','s:8:\"en:DNSBL\";'),('anp','messages:sorbs_create_account_reason','s:232:\"hi:{{SITENAME}} के DNSBL ने आपका आईपी एड्रेस ओपन प्रोक्सी करके सूचित किया हैं। आप खाता खोल नहीं सकतें।\";'),('anp','messages:sorbsreason','s:263:\"hi:{{SITENAME}} द्वारा इस्तेमालमें लाये जाने वाले DNSBL में आपके आईपी एड्रेसको ओपन प्रॉक्सीमें दर्शाया गया हैं।\";'),('anp','messages:sort-ascending','s:77:\"anp:चढ़तें क्रम मँ क्रमबद्ध करौ\";'),('anp','messages:sort-descending','s:77:\"anp:उतरतें क्रम मँ क्रमबद्ध करौ\";'),('anp','messages:sort-initial','s:66:\"anp:प्रारंभिक क्रमबद्ध करौ\";'),('anp','messages:sort-rowspan-error','s:409:\"anp:ई पन्ना मँ एगो पाँति छै जेकरा मँ एगो पांति विशेषता छै जे वास्तव मँ तालिका के तुलना मँ अधिक पाँति तलक फैललो छै । आपनै पन्ना क एडिट करी क एकरा ठीक करै सकै छियै ।\";'),('anp','messages:sourcefilename','s:52:\"hi:स्रोत फ़ाइल का नाम:\";'),('anp','messages:sourceurl','s:44:\"hi:स्रोत यू॰आर॰एल:\";'),('anp','messages:sp-contributions-blocked-notice','s:230:\"hi:यह सदस्य फ़िलहाल अवरोधित हैं। सदंर्भ के लिए ताज़ातरीन अवरोध चिट्ठा प्रविष्टि नीचे है:\";'),('anp','messages:sp-contributions-blocked-notice-anon','s:231:\"hi:यह आईपी पता अभी अवरोधित है। \nनवीनतम अवरोध अभिलेख प्रविष्टि सन्दर्भ के लिए नीचे दी गई है:\";'),('anp','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('anp','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('anp','messages:sp-contributions-blocklog','s:32:\"anp:ब्लॉक सूची\";'),('anp','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('anp','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('anp','messages:sp-contributions-deleted','s:71:\"hi:हटाए गए {{GENDER:$1|सदस्य}} योगदान\";'),('anp','messages:sp-contributions-explain','s:3:\"en:\";'),('anp','messages:sp-contributions-footer','s:4:\"en:-\";'),('anp','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('anp','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('anp','messages:sp-contributions-hideminor','s:56:\"hi:छोटे सम्पादन छिपाएँ\";'),('anp','messages:sp-contributions-logs','s:26:\"anp:लॉग सूची\";'),('anp','messages:sp-contributions-newonly','s:145:\"anp:केवल उ सम्पादन देखाबौ जेकरा सँ पन्ना निर्मित होलौ हुऔ\";'),('anp','messages:sp-contributions-outofrange','s:209:\"hi:कोई भी परिणाम दिखने में असफल। अनुरोधित आईपी की रेंज सीआईडीआर सीमा से अधिक है $1।\";'),('anp','messages:sp-contributions-search','s:45:\"anp:योगदान लेली खोज\";'),('anp','messages:sp-contributions-submit','s:13:\"anp:खोज\";'),('anp','messages:sp-contributions-suppresslog','s:81:\"hi:छुपाए गए {{GENDER:$1|सदस्य}} के योगदान\";'),('anp','messages:sp-contributions-talk','s:22:\"anp:वार्ता\";'),('anp','messages:sp-contributions-toponly','s:126:\"anp:खाली उ सम्पादनौ क दिखाबौ जे नवीनतम संशोधन छेकै\";'),('anp','messages:sp-contributions-uploads','s:19:\"anp:अपलोड\";'),('anp','messages:sp-contributions-username','s:68:\"anp:आईपी एड्रेस या सदस्यनाम:\";'),('anp','messages:sp-contributions-userrights','s:73:\"hi:{{GENDER:$1|सदस्य}} अधिकार प्रबंधन\";'),('anp','messages:sp-deletedcontributions-contribs','s:21:\"hi:योगदान\";'),('anp','messages:sp-newimages-showfrom','s:64:\"hi:$2, $1 से नई फ़ाइलें दिखाएँ\";'),('anp','messages:spam_blanking','s:148:\"hi:सभी अवतरणोंमें $1 को कड़ियां हैं, पूरा पाठ निकाल रहें हैं\";'),('anp','messages:spam_deleting','s:115:\"hi:सभी अवतरणों में $1 की कड़ी थी, हटाया जा रहा है\";'),('anp','messages:spam_reverting','s:167:\"hi:$1 को कड़ी ना होने वाले पुराने अवतरण को पुनर्स्थापित कर रहें हैं\";'),('anp','messages:spambot_username','s:74:\"hi:मीडियाविकि स्पॅम स्वच्छता\";'),('anp','messages:spamprotectionmatch','s:165:\"hi:नीचे दिये हुए पाठ को स्पॅम सुरक्षा फिल्टर द्वारा रोका गया था: $1\";'),('anp','messages:spamprotectiontext','s:374:\"hi:आप जिस पृष्ठ को सँजोना चाहते थे उसे रद्दी सामग्री की छननी ने अवरोधित किया हुआ है।\nयह संभवतः किसी कर्पसूचित बाहरी स्थल की कड़ी की वजह से हुआ है।\";'),('anp','messages:spamprotectiontitle','s:59:\"hi:स्पॅम सुरक्षा फिल्टर\";'),('anp','messages:special-characters-group-arabic','s:15:\"hi:अरबी\";'),('anp','messages:special-characters-group-arabicextended','s:43:\"hi:अरबी विस्तारित\";'),('anp','messages:special-characters-group-bangla','s:21:\"hi:बंगाली\";'),('anp','messages:special-characters-group-canadianaboriginal','s:49:\"hi:कनाडाई एबोरिजिनल\";'),('anp','messages:special-characters-group-cyrillic','s:24:\"hi:सिरिलिक\";'),('anp','messages:special-characters-group-devanagari','s:27:\"hi:देवनागरी\";'),('anp','messages:special-characters-group-greek','s:18:\"hi:ग्रीक\";'),('anp','messages:special-characters-group-greekextended','s:40:\"hi:ग्रीक विस्तृत\";'),('anp','messages:special-characters-group-gujarati','s:24:\"hi:गुजराती\";'),('anp','messages:special-characters-group-hebrew','s:21:\"hi:हिब्रू\";'),('anp','messages:special-characters-group-ipa','s:18:\"hi:आइपीए\";'),('anp','messages:special-characters-group-khmer','s:15:\"hi:खमेर\";'),('anp','messages:special-characters-group-lao','s:12:\"hi:लाओ\";'),('anp','messages:special-characters-group-latin','s:18:\"hi:लाटिन\";'),('anp','messages:special-characters-group-latinextended','s:46:\"hi:लाटिन विस्तारित\";'),('anp','messages:special-characters-group-persian','s:21:\"hi:फार्सी\";'),('anp','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('anp','messages:special-characters-group-sinhala','s:18:\"hi:सिंहल\";'),('anp','messages:special-characters-group-symbols','s:21:\"hi:प्रतीक\";'),('anp','messages:special-characters-group-tamil','s:15:\"hi:तमिल\";'),('anp','messages:special-characters-group-telugu','s:21:\"hi:तेलूगू\";'),('anp','messages:special-characters-group-thai','s:12:\"hi:थाई\";'),('anp','messages:special-characters-title-emdash','s:19:\"hi:एम डैश\";'),('anp','messages:special-characters-title-endash','s:19:\"hi:एन डैश\";'),('anp','messages:special-characters-title-minus','s:25:\"hi:ऋण चिह्न\";'),('anp','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('anp','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('anp','messages:specialeditpage-page','s:14:\"en:Target page\";'),('anp','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('anp','messages:speciallogtitlelabel','s:139:\"anp:लक्ष्य (शीर्षक या \"{{ns:सदस्यनाम}}:सदस्यनाम\" सदस्य लेली):\";'),('anp','messages:specialloguserlabel','s:20:\"anp:कर्ता:\";'),('anp','messages:specialmute','s:7:\"en:Mute\";'),('anp','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('anp','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('anp','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('anp','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('anp','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('anp','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('anp','messages:specialmute-submit','s:10:\"en:Confirm\";'),('anp','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('anp','messages:specialpage','s:35:\"anp:विशेष पन्ना\";'),('anp','messages:specialpage-empty','s:103:\"hi:इस ब्यौरे के लिये कोई परिणाम नहीं हैं।\";'),('anp','messages:specialpage-securitylevel-not-allowed','s:234:\"hi:क्षमा करें, आप इस पृष्ठ का उपयोग नहीं कर सकते हैं, क्योंकि आपकी जानकारी सत्यापित नहीं है।\";'),('anp','messages:specialpage-securitylevel-not-allowed-title','s:41:\"hi:अनुमति नहीं है\";'),('anp','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('anp','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('anp','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('anp','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('anp','messages:specialpages','s:35:\"anp:विशेष पन्ना\";'),('anp','messages:specialpages-group-changes','s:93:\"hi:हाल ही में हुए परिवर्तन एवं अभिलेख\";'),('anp','messages:specialpages-group-developer','s:37:\"hi:डेवलपर उपकरण\";'),('anp','messages:specialpages-group-highuse','s:59:\"hi:अत्यधिक उपयोगी पृष्ठ\";'),('anp','messages:specialpages-group-login','s:62:\"hi:सत्र आरम्भ / खाता खोलें\";'),('anp','messages:specialpages-group-maintenance','s:49:\"hi:अनुरक्षण रिपोर्ट\";'),('anp','messages:specialpages-group-media','s:69:\"hi:मीडिया रिपोर्ट एवं अपलोड\";'),('anp','messages:specialpages-group-other','s:47:\"hi:अन्य विशेष पृष्ठ\";'),('anp','messages:specialpages-group-pages','s:50:\"hi:पन्नों की सूचियाँ\";'),('anp','messages:specialpages-group-pagetools','s:34:\"hi:पृष्ठ औज़ार\";'),('anp','messages:specialpages-group-redirects','s:95:\"hi:विशेष पृष्ठ अनुप्रेषित कर रहें हैं\";'),('anp','messages:specialpages-group-spam','s:34:\"hi:स्पैम औज़ार\";'),('anp','messages:specialpages-group-users','s:47:\"hi:सदस्य एवं अधिकार\";'),('anp','messages:specialpages-group-wiki','s:38:\"hi:डाटा और औज़ार\";'),('anp','messages:specialpages-note-cached','s:4:\"en:-\";'),('anp','messages:specialpages-note-restricted','s:175:\"hi:* सामान्य विशेष पृष्ठ।\n* <span class=\"mw-specialpagerestricted\">प्रतिबंधित विशेष पृष्ठ।</span>\";'),('anp','messages:specialpages-note-top','s:18:\"hi:कुंजी\";'),('anp','messages:specialpages-summary','s:3:\"en:\";'),('anp','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('anp','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('anp','messages:specialpurge-page','s:14:\"en:Target page\";'),('anp','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('anp','messages:statistics','s:22:\"anp:आँकड़ा\";'),('anp','messages:statistics-articles','s:40:\"hi:सामग्री पृष्ठ\";'),('anp','messages:statistics-articles-desc','s:3:\"en:\";'),('anp','messages:statistics-edits','s:94:\"anp:{{SITENAME}} बनला केरौ बाद सँ पृष्ठ संपादन\";'),('anp','messages:statistics-edits-average','s:63:\"hi:प्रति पृष्ठ औसत संपादन\";'),('anp','messages:statistics-files','s:74:\"anp:अपलोड करलौ गेलौ फ़ाइल सिनी\";'),('anp','messages:statistics-files-desc','s:3:\"en:\";'),('anp','messages:statistics-footer','s:3:\"en:\";'),('anp','messages:statistics-header-edits','s:67:\"anp:संपादन केरौ आँकड़ा सिनी\";'),('anp','messages:statistics-header-hooks','s:48:\"anp:अन्य आँकड़ा सिनी\";'),('anp','messages:statistics-header-pages','s:51:\"anp:पृष्ट केरौ आँकड़ा\";'),('anp','messages:statistics-header-users','s:34:\"hi:सदस्य आँकड़े\";'),('anp','messages:statistics-pages','s:18:\"hi:पृष्ठ\";'),('anp','messages:statistics-pages-desc','s:178:\"hi:वार्ता पृष्ठ, पुनर्निर्देशन आरिन समेत विकि केरौ सब्भे पृष्ठ सिनी।\";'),('anp','messages:statistics-summary','s:3:\"en:\";'),('anp','messages:statistics-users','s:40:\"hi:पंजीकृत सदस्य\";'),('anp','messages:statistics-users-active','s:37:\"hi:सक्रिय सदस्य\";'),('anp','messages:statistics-users-active-desc','s:151:\"anp:गत {{PLURAL:$1|एक दिन|$1 दिनौ}} मँ कुछु गतिविधि राखै बला सदस्य सिनी\";'),('anp','messages:storedversion','s:47:\"hi:संजोया हुआ अवतरण\";'),('anp','messages:subcategories','s:25:\"anp:उपविभाग\";'),('anp','messages:subject','s:16:\"anp:विषय\";'),('anp','messages:summary','s:23:\"anp:सारांश:\";'),('anp','messages:summary-preview','s:89:\"anp:संपादन सारांश केरो पूर्वावलोकन:\";'),('anp','messages:sun','s:13:\"anp:रवि\";'),('anp','messages:sunday','s:22:\"anp:रविवार\";'),('anp','messages:sunday-at','s:41:\"hi:रविवार को $1 बजे\";'),('anp','messages:suppress','s:21:\"hi:छुपाना\";'),('anp','messages:suppressionlog','s:38:\"hi:छुपाने की लॉग\";'),('anp','messages:suppressionlogtext','s:338:\"hi:नीचे प्रबंधकों से छुपाये गए ब्लॉक और हटाये गये पृष्ठों की सूची है।\nमौजूदा ब्लॉक एवं बैन देखने के लिये [[Special:BlockList|ब्लॉक सूची]] देखें।\";'),('anp','messages:suspicious-userlogout','s:392:\"hi:आपका लॉग आउट करने का अनुरोध अस्वीकृत कर दिया गया है क्योंकि ऐसा प्रतीत होता है कि यह किसी खराब ब्राउज़र या कैश करने वाली प्रॉक्सी द्वारा भेजा गया था।\";'),('anp','messages:svg-long-desc','s:131:\"anp:SVG फ़ाईल, साधारणत: $1 × $2 पीक्सेल्स, फ़ाईल केरौ आकार: $3\";'),('anp','messages:svg-long-desc-animated','s:137:\"hi:ऐनिमेटिड एस॰वी॰जी फ़ाइल, $1 × $2 पिक्सेल, फ़ाइल साइज़: $3\";'),('anp','messages:svg-long-error','s:66:\"hi:अमान्य एस॰वी॰जी फ़ाइल: $1\";'),('anp','messages:syntaxhighlight-desc','s:263:\"hi:[http://pygments.org/ GeSHi - Generic Syntax Highlighter] प्रयोग द्वारा <code>&lt;syntaxhighlight&gt;</code> सिंटेक्स हाइलाइट करने का स्वरूपण प्रदान करता है\";'),('anp','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('anp','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('anp','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('anp','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('anp','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('anp','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('anp','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('anp','messages:syntaxhighlight-source-category','s:124:\"hi:अप्रायोगिक स्रोत टैग का उपयोग करने वाले पृष्ठ\";'),('anp','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('anp','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('anp','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('anp','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('anp','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('anp','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('anp','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('anp','messages:systemblockedtext','s:603:\"hi:आपका यूज़र नेम या आईपी का पता स्वचालित रूप से MediaWiki द्वारा अवरुद्ध कर दिया गया है।\nकारण दिया है:\n:<em>$2</em>\n\n* ब्लॉक का प्रारंभ: $8\n* ब्लॉक की समय सीमा समाप्त: $6\n* इरादा : $7\n\nआपका वर्तमान आईपी पता $3 है।\nआप किसी भी प्रश्न में सभी जानकारी भी शामिल करें।\";'),('anp','messages:table_pager_empty','s:47:\"hi:कोही परिणाम नहीं\";'),('anp','messages:table_pager_first','s:31:\"hi:पहला पृष्ठ\";'),('anp','messages:table_pager_last','s:34:\"hi:आखिरी पृष्ठ\";'),('anp','messages:table_pager_limit','s:72:\"hi:एक पृष्ठपर $1 आइटम दर्शायें\";'),('anp','messages:table_pager_limit_label','s:48:\"hi:आइटम प्रति पृष्ठ:\";'),('anp','messages:table_pager_limit_submit','s:15:\"hi:जाएँ\";'),('anp','messages:table_pager_next','s:31:\"hi:अगला पृष्ठ\";'),('anp','messages:table_pager_prev','s:34:\"hi:पिछला पृष्ठ\";'),('anp','messages:tag-filter','s:53:\"anp:[[Special:Tags|चिप्पी]] छननी:\";'),('anp','messages:tag-filter-submit','s:15:\"hi:छननी\";'),('anp','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('anp','messages:tag-list-wrapper','s:48:\"anp:[[Special:Tags|{{PLURAL:$1|टैग}}]]: $2\";'),('anp','messages:tag-mobile_edit','s:40:\"hi:मोबाइल संपादन\";'),('anp','messages:tag-mobile_edit-description','s:83:\"hi:मोबाइल साइट से किया गया संपादन\";'),('anp','messages:tag-mobile_web_edit','s:53:\"hi:मोबाइल वेब सम्पादन\";'),('anp','messages:tag-mobile_web_edit-description','s:102:\"hi:यह सम्पादन मोबाइल जालस्थल से किया गया\";'),('anp','messages:tag-mw-blank','s:18:\"hi:रिक्त\";'),('anp','messages:tag-mw-blank-description','s:94:\"hi:सम्पादन जो पृष्ट को खाली कर देता है\";'),('anp','messages:tag-mw-changed-redirect-target','s:72:\"hi:रीडायरेक्ट लक्ष्य बदल गया\";'),('anp','messages:tag-mw-changed-redirect-target-description','s:111:\"hi:संपादन जो रीडायरेक्ट लक्ष्य को बदलते हैं\";'),('anp','messages:tag-mw-contentmodelchange','s:62:\"hi:सामग्री मॉडल परिवर्तन\";'),('anp','messages:tag-mw-contentmodelchange-description','s:206:\"hi:पृष्ठ [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel सामग्री मॉडल को परिवर्तित करें] के संपादन।\";'),('anp','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('anp','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('anp','messages:tag-mw-new-redirect','s:40:\"hi:नया अनुप्रेषण\";'),('anp','messages:tag-mw-new-redirect-description','s:216:\"hi:सम्पादन जो कोई नया अनुप्रेषण बनाता है या फिर किसी पृष्ठ को अनुप्रेषण में बदलता है\";'),('anp','messages:tag-mw-removed-redirect','s:68:\"hi:हटाया गया पुनर्निर्देशन\";'),('anp','messages:tag-mw-removed-redirect-description','s:172:\"hi:संपादन जो किसी मौजूदा रीडायरेक्ट को गैर रीडायरेक्ट में बदलता है\";'),('anp','messages:tag-mw-replace','s:25:\"hi:बदला गया\";'),('anp','messages:tag-mw-replace-description','s:186:\"hi:सम्पादन जो पृष्ठ की सामग्री के 90 प्रतिशत हिस्से से ज़्यादा हटा देता है\";'),('anp','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('anp','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('anp','messages:tag-mw-rollback','s:28:\"hi:वापस लिया\";'),('anp','messages:tag-mw-rollback-description','s:183:\"hi:सम्पादन जो वापस लेने की कड़ी की मदद से पिछले संपादन को वापस ले जाता है\";'),('anp','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('anp','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('anp','messages:tag-mw-undo','s:80:\"hi:किए हुए कार्य को पूर्ववत करना\";'),('anp','messages:tag-mw-undo-description','s:200:\"hi:सम्पादन को पूर्ववत करने की कड़ी की मदद से पिछले संपादनों को पूर्ववत करता है\";'),('anp','messages:tagline','s:49:\"anp:{{SITENAME}} केरौ बारे मँ\";'),('anp','messages:tags','s:56:\"hi:वैध बदलाव चिप्पियाँ\";'),('anp','messages:tags-actions-header','s:27:\"hi:क्रियाएं\";'),('anp','messages:tags-activate','s:34:\"hi:सक्रिय करें\";'),('anp','messages:tags-activate-not-allowed','s:95:\"hi:टैग \"$1\" को सक्रिय करना सम्भव नहीं है।\";'),('anp','messages:tags-activate-not-found','s:56:\"hi:टैग \"$1\" मौजूद नहीं है।\";'),('anp','messages:tags-activate-question','s:93:\"hi:आप टैग \"$1\" को सक्रिय करने जा रहे हैं।\";'),('anp','messages:tags-activate-reason','s:16:\"hi:कारण:\";'),('anp','messages:tags-activate-submit','s:34:\"hi:सक्रिय करें\";'),('anp','messages:tags-activate-title','s:44:\"hi:टैग सक्रिय करें\";'),('anp','messages:tags-active-header','s:22:\"hi:सक्रिय?\";'),('anp','messages:tags-active-no','s:10:\"anp:नै\";'),('anp','messages:tags-active-yes','s:16:\"anp:हाँव\";'),('anp','messages:tags-apply-blocked','s:182:\"hi:आप प्रतिबंधित रहते समय टैग में कोई बदलाव नहीं कर {{GENDER:$1|सकते|सकती}} हैं।\";'),('anp','messages:tags-apply-no-permission','s:164:\"hi:आपको अनुमति नहीं है कि बदलाव टैगों को अपने बदलावों से जोड़ें।\";'),('anp','messages:tags-apply-not-allowed-multi','s:275:\"hi:निम्न लिखित {{PLURAL:$2|टैग की अनुमति नहीं है|टैगों की अनुमति नहीं है}} कि उसे मानवीय रूप से प्रयोग में लाया जाए: $1\";'),('anp','messages:tags-apply-not-allowed-one','s:131:\"hi:टैग \"$1\" मानवीय रूप से जोड़े जाने की अनुमति नहीं है।\";'),('anp','messages:tags-create-already-exists','s:76:\"hi:टैग \"$1\" पहले से ही उपस्थित है।\";'),('anp','messages:tags-create-explanation','s:208:\"hi:पुनः निर्धारित रूप से, नवनिर्मित टैग उपयोगकर्ताओं और बॉट के लिए मौजूद रहेंगे।\";'),('anp','messages:tags-create-heading','s:38:\"hi:नया टैग बनाएँ\";'),('anp','messages:tags-create-invalid-chars','s:198:\"hi:चिप्पियों के नाम में कोमा (<code>,</code>) अथवा आगे के स्लैश (<code>/</code>) नहीं होने चाहिये।\";'),('anp','messages:tags-create-invalid-title-chars','s:245:\"hi:टैग नामों में ऐसे कैरेक्टर नहीं होने चाहिए जो पृष्ठ के शीर्षक में नहीं इस्तेमाल हो सकते हैं।\";'),('anp','messages:tags-create-no-name','s:118:\"hi:आपको एक चिप्पि का नाम निर्दिष्ट करना चाहिए।\";'),('anp','messages:tags-create-reason','s:16:\"hi:कारण:\";'),('anp','messages:tags-create-submit','s:18:\"hi:बनाएँ\";'),('anp','messages:tags-create-tag-name','s:38:\"hi:चिप्पी का नाम\";'),('anp','messages:tags-create-warnings-above','s:254:\"hi:निम्न लिखित {{PLURAL:$2|चेतावनी देखी गई है|चेतावनियाँ देखी गई हैं}}  जब टैग \"$1\" बनाने का प्रयास किया गया था:\";'),('anp','messages:tags-create-warnings-below','s:115:\"hi:क्या आप इस टैग को बनाना जारी रखना चाहते हैं?\";'),('anp','messages:tags-deactivate','s:43:\"hi:निष्क्रिय करें\";'),('anp','messages:tags-deactivate-not-allowed','s:98:\"hi:टैग \"$1\" को असक्रिय करना सम्भव नहीं है।\";'),('anp','messages:tags-deactivate-question','s:96:\"hi:आप टैग \"$1\" को असक्रिय करने जा रहे हैं।\";'),('anp','messages:tags-deactivate-reason','s:16:\"hi:कारण:\";'),('anp','messages:tags-deactivate-submit','s:43:\"hi:निष्क्रिय करें\";'),('anp','messages:tags-deactivate-title','s:47:\"hi:टैग असक्रिय करें\";'),('anp','messages:tags-delete','s:18:\"hi:हटाएँ\";'),('anp','messages:tags-delete-explanation-active','s:456:\"hi:<strong>टैग \"$1\" अब भी सक्रिय है, और इसका प्रयोग भविष्य में भी जारी रहेगा।</strong> इसे रोकने के लिए, उन स्थान/स्थानों पर जाइये जहाँ इस टैग का प्रयोग किया जा रहा है, और वहाँ उसे असक्षम कीजिए।\";'),('anp','messages:tags-delete-explanation-in-use','s:324:\"hi:टैग को {{PLURAL:$2|$2 संशोधन या लॉग प्रविष्टि|सभी $2 संशोधन और/या लॉग प्रविष्टियों}} से हटाया जाएगा जहाँ अब उसका प्रयोग किया जा रहा है।\";'),('anp','messages:tags-delete-explanation-initial','s:106:\"hi:आप टैग \"$1\" को डाटाबेस से हटाने जा रहे हैं।\";'),('anp','messages:tags-delete-explanation-warning','s:467:\"hi:यह क्रिया <strong>अपरिवर्तनीय</strong> है और <strong>उसे बदला नहीं जा सकता है</strong>, डाटाबेस प्रबंधक भी इस मामले में कुछ नहीं कर सकते। विश्वासपूर्ण रूप से तय कीजिए कि आप इसी टैग को हटाना चाहते हैं।\";'),('anp','messages:tags-delete-no-permission','s:106:\"hi:आपको बदलाव टैग हटाने की अनुमति नहीं है।\";'),('anp','messages:tags-delete-not-allowed','s:261:\"hi:विस्तार के द्वारा विवरण किए गए टैग हटाए नहीँ जा सकते जब तक कि विस्तार ही में इसके लिए प्रावधान न हो।\";'),('anp','messages:tags-delete-not-found','s:56:\"hi:टैग \"$1\" मौजूद नहीं है।\";'),('anp','messages:tags-delete-reason','s:16:\"hi:कारण:\";'),('anp','messages:tags-delete-submit','s:93:\"hi:अपरिवर्तनीय रूप से इस टैग को हटाएँ\";'),('anp','messages:tags-delete-title','s:40:\"hi:चिप्पि हटायें\";'),('anp','messages:tags-delete-too-many-uses','s:258:\"hi:टैग \"$1\" का प्रयोग $2 के {{PLURAL:$2|संशोधन|संशोधनों}} से अधिक है, जिसका अर्थ यह है कि उसे हटाया नहीं जा सकता है।\";'),('anp','messages:tags-delete-warnings-after-delete','s:221:\"hi:टैग \"$1\" को सफलतापूर्वक हटाया गया, परन्तु निम्न लिखित {{PLURAL:$2|चेतावनी|चेतावनियाँ}} पाई गई:\";'),('anp','messages:tags-description-header','s:51:\"hi:अर्थ का पूरा वर्णन\";'),('anp','messages:tags-display-header','s:75:\"hi:बदलाव सूचियों में प्रदर्शन\";'),('anp','messages:tags-edit','s:24:\"hi:सम्पादन\";'),('anp','messages:tags-edit-add','s:52:\"hi:इन टैगों को जोड़िए:\";'),('anp','messages:tags-edit-chosen-no-results','s:83:\"hi:उससे मिलते जुलते टैग नहीं मिले\";'),('anp','messages:tags-edit-chosen-placeholder','s:51:\"hi:कुछ टैगों को चुनिए\";'),('anp','messages:tags-edit-existing-tags','s:28:\"hi:मौजूद टैग\";'),('anp','messages:tags-edit-existing-tags-none','s:34:\"hi:<em>कुछ नहीं</em>\";'),('anp','messages:tags-edit-failure','s:75:\"hi:बदलाव नहीं जोडे जा सके हैं: $1\";'),('anp','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('anp','messages:tags-edit-logentry-legend','s:199:\"hi:टैगों को {{PLURAL:$1|इस लॉग प्रविष्टि|सभी $1 लॉग प्रविष्टियों}} से जोड़िए या हटाइये।\";'),('anp','messages:tags-edit-logentry-selected','s:101:\"hi:{{PLURAL:$1|चयनित लॉग घटना|चयनित लॉग घटनाएँ}}:\";'),('anp','messages:tags-edit-logentry-submit','s:140:\"hi:बदलाव जोड़िए {{PLURAL:$1|इस लौग प्रवक्ति|$1 लॉग प्रवक्तियाँ}}\";'),('anp','messages:tags-edit-manage-link','s:54:\"hi:टैग का प्रबंधन करें\";'),('anp','messages:tags-edit-new-tags','s:19:\"hi:नए टैग\";'),('anp','messages:tags-edit-none-selected','s:157:\"hi:कृपया कम से कम एक टैग चुनिये ताकि उसे जोड़ा जाए या हटाया जाए\";'),('anp','messages:tags-edit-nooldid-text','s:317:\"hi:या तो आपने किसी लक्षित संशोधन का विवरण नहीं दिया है जहाँ इस कार्य को सम्पन्न करना है, या विवरण किया गया संशोधन है ही नहीं।\";'),('anp','messages:tags-edit-nooldid-title','s:60:\"hi:अवैध लक्ष्य का संशोधन\";'),('anp','messages:tags-edit-reason','s:16:\"hi:कारण:\";'),('anp','messages:tags-edit-remove','s:48:\"hi:इन टैगों को हटाएँ\";'),('anp','messages:tags-edit-remove-all-tags','s:43:\"hi:(सारे टैग हटाएँ)\";'),('anp','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('anp','messages:tags-edit-revision-legend','s:161:\"hi:टैगों को {{PLURAL:$1|इस संशोधन|सभी $1 संशोधनों}} से जोड़िये या हटाइये।\";'),('anp','messages:tags-edit-revision-selected','s:116:\"hi:[[:$2]]: {{PLURAL:$1|का चयनित संशोधन|के चयनित कई संशोधन}}\";'),('anp','messages:tags-edit-revision-submit','s:93:\"hi:बदलाव जोड़िए {{PLURAL:$1|इस अवतरण|$1 अवतरण}}\";'),('anp','messages:tags-edit-success','s:60:\"hi:बदलाव सफलता लागू हुई।\";'),('anp','messages:tags-edit-title','s:50:\"hi:टैग सम्पादित करें\";'),('anp','messages:tags-hidden','s:11:\"en:(hidden)\";'),('anp','messages:tags-hitcount','s:65:\"anp:$1 {{PLURAL:$1|बदलाव|बदलाव सिनी}}\";'),('anp','messages:tags-hitcount-header','s:50:\"hi:चिप्पी वाले बदलाव\";'),('anp','messages:tags-intro','s:309:\"hi:यह पृष्ठ अर्थ सहित वह चिप्पियाँ दर्शाता है जिनका कोई तंत्रांश किसी संपादन पर निशान लगाने के लिए इस्तेमाल कर सकता है।\";'),('anp','messages:tags-manage-blocked','s:231:\"hi:आप प्रतिबंधित रहते समय टैग में कोई जोड़ना या हटाने का कार्य नहीं कर {{GENDER:$1|सकते|सकती}} हैं।\";'),('anp','messages:tags-manage-no-permission','s:119:\"hi:आपको बदलाव टैग के प्रबंधन की अनुमति नहीं है।\";'),('anp','messages:tags-source-extension','s:74:\"hi:सॉफ्टवेयर द्वारा परिभाषित\";'),('anp','messages:tags-source-header','s:18:\"hi:स्रोत\";'),('anp','messages:tags-source-manual','s:119:\"hi:उपयोगकर्ताओं और बॉट द्वारा नियमानुसार लागू\";'),('anp','messages:tags-source-none','s:51:\"hi:अब प्रयोग में नहीं\";'),('anp','messages:tags-summary','s:3:\"en:\";'),('anp','messages:tags-tag','s:38:\"hi:चिप्पी का नाम\";'),('anp','messages:tags-title','s:30:\"hi:चिप्पियाँ\";'),('anp','messages:tags-update-add-not-allowed-multi','s:197:\"hi:निम्न लिखित {{PLURAL:$2|टैग|या टैगों का समूह}} मानवीय रूप से जोड़ा नहीं जा सकता है: $1\";'),('anp','messages:tags-update-add-not-allowed-one','s:110:\"hi:टैग \"\"$1\" को मानवीय रूप से जोड़ा नहीं जा सकता\";'),('anp','messages:tags-update-blocked','s:231:\"hi:आप प्रतिबंधित रहते समय टैग में कोई जोड़ना या हटाने का कार्य नहीं कर {{GENDER:$1|सकते|सकती}} हैं।\";'),('anp','messages:tags-update-no-permission','s:265:\"hi:आपको व्यक्तिगत संशोधनों या लॉग प्रविष्टियों से बदलाव टैग जोड़ने या उन्हें हटाने की अनुमति नहीं है।\";'),('anp','messages:tags-update-remove-not-allowed-multi','s:161:\"hi:निम्न लिखित {{PLURAL:$2|टैग|कई टैग}} मानवीय रूप से हटाए नहीं जा सकते: $1\";'),('anp','messages:tags-update-remove-not-allowed-one','s:99:\"hi:टैग \"$1\" को हटाए जाने की अनुमति नहीं है।\";'),('anp','messages:talk','s:19:\"anp:चर्चा\";'),('anp','messages:talkpageheader','s:4:\"en:-\";'),('anp','messages:talkpagelinktext','s:22:\"anp:वार्ता\";'),('anp','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('anp','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('anp','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('anp','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('anp','messages:template-loop-category','s:60:\"hi:टेम्पलेट लूप वाले पेज\";'),('anp','messages:template-loop-category-desc','s:240:\"hi:पृष्ठ में एक टेम्पलेट लूप है, अर्थात। एक टेम्पलेट जो स्वयं को पुनरावर्ती रूप से कॉल करता है\";'),('anp','messages:template-loop-warning','s:262:\"hi:<strong> चेतावनी: </strong> यह पृष्ठ [[:$1]] उनको कॉल करता है जिसके कारण टेम्पलेट लूप (एक अनंत रिकर्सिव कॉल) होता है।\";'),('anp','messages:template-protected','s:30:\"anp:(सुरक्षित)\";'),('anp','messages:template-semiprotected','s:43:\"anp:(अर्ध-सुरक्षीत)\";'),('anp','messages:templatepage','s:48:\"anp:खाँचा पन्ना देखौ\";'),('anp','messages:templatesused','s:106:\"anp: {{PLURAL:$1|Template|Templates}} इ पृष्ठ पर प्रयुक्त साँचा:\";'),('anp','messages:templatesusedpreview','s:99:\"anp:{{PLURAL:$1|Template|Templates}} इ झलक मँ प्रयुक्त खाँचा:\";'),('anp','messages:templatesusedsection','s:110:\"hi:इस अनुभाग में प्रयुक्त {{PLURAL:$1|साँचा|साँचे}}:\";'),('anp','messages:textmatches','s:44:\"hi:पृष्ठ पाठ मिलान\";'),('anp','messages:thisisdeleted','s:74:\"anp:$1 देखौ या पुनर्स्थापित करौ?\";'),('anp','messages:throttled-mailpassword','s:434:\"hi:पिछले {{PLURAL:$1|एक घंटे|$1 घंटों}} के दरमियान एक कूटशब्द स्मरण-पत्र भेजा जा चुका है।\nदुरुपयोग से बचाव के लिए हर {{PLURAL:$1|एक घंटे|$1 घंटों}} में एक कूटशब्द स्मरण-पत्र ही भेजा जाता है।\";'),('anp','messages:thu','s:25:\"anp:बेरहसपत\";'),('anp','messages:thumbnail-dest-create','s:129:\"hi:थंबनेल को इस स्थान पर सुरक्षित नहीं किया जा सका।\";'),('anp','messages:thumbnail-more','s:26:\"anp:बड़ौ करौ\";'),('anp','messages:thumbnail-temp-create','s:101:\"hi:अस्थायी थम्बनेल फ़ाइल बनाने में असफल\";'),('anp','messages:thumbnail_dest_directory','s:105:\"hi:लक्ष्य डाइरेक्टरी बना नहीं पा रहें हैं\";'),('anp','messages:thumbnail_error','s:87:\"hi:थंबनेल बनाने में त्रुटि हुई है: $1\";'),('anp','messages:thumbnail_error_remote','s:54:\"hi:$1 से त्रुटि सन्देश: $2\";'),('anp','messages:thumbnail_gd-library','s:137:\"hi:अवैध जीडी लाइब्रेरी जमाव: कार्यसमूह $1 मौजूद नहीं है\";'),('anp','messages:thumbnail_image-failure-limit','s:320:\"hi:हाल के समय में इस थंबनेल को दूसरा रूप देने के कई असफल प्रयास हुए हैं ($1 या उससे अधिक) । कृपया फिर से प्रयास कुछ समय बाद कीजिए।\";'),('anp','messages:thumbnail_image-missing','s:74:\"hi:लगता है संचिका नामौजूद है: $1\";'),('anp','messages:thumbnail_image-size-zero','s:97:\"hi:चित्र का आकार शून्य प्रतीत हो रहा है\";'),('anp','messages:thumbnail_image-type','s:87:\"hi:इस प्रकार की छवि समर्थित नहीं है\";'),('anp','messages:thumbnail_invalid_params','s:59:\"hi:गलत अंगूठानख मापदण्ड\";'),('anp','messages:thumbnail_toobigimagearea','s:86:\"hi:फ़ाइल जिसका साइज़ $1 से बढ़कर है।\";'),('anp','messages:thumbsize','s:58:\"hi:थंबनेल दृश्य का आकार:\";'),('anp','messages:thursday','s:25:\"anp:बेरहसपत\";'),('anp','messages:thursday-at','s:44:\"hi:गुरूवार को $1 बजे\";'),('anp','messages:timeouterror','s:78:\"anp:सर्वर के समय समाप्त होय गेलै\";'),('anp','messages:timeouterror-text','s:158:\"anp:अनुरोध केरौ अधिकतम समय $1 {{PLURAL:$1|सेंकड}} छै, जे पार होय गेलौ छौं।\";'),('anp','messages:timezone-local','s:24:\"hi:स्थानीय\";'),('anp','messages:timezone-useoffset-placeholder','s:56:\"hi:उदाहरण मान: \"-07:00\" या \"01:00\"\";'),('anp','messages:timezone-utc','s:6:\"en:UTC\";'),('anp','messages:timezonelegend','s:35:\"hi:समय-क्षेत्र:\";'),('anp','messages:timezoneregion-africa','s:27:\"hi:अफ़्रीका\";'),('anp','messages:timezoneregion-america','s:24:\"hi:अमेरिका\";'),('anp','messages:timezoneregion-antarctica','s:36:\"hi:अंटार्कटिका\";'),('anp','messages:timezoneregion-arctic','s:24:\"hi:आर्कटिक\";'),('anp','messages:timezoneregion-asia','s:18:\"hi:एशिया\";'),('anp','messages:timezoneregion-atlantic','s:49:\"hi:एटलांटिक महासागर\";'),('anp','messages:timezoneregion-australia','s:36:\"hi:ऑस्ट्रेलिया\";'),('anp','messages:timezoneregion-europe','s:18:\"hi:यूरोप\";'),('anp','messages:timezoneregion-indian','s:37:\"hi:हिंद महासागर\";'),('anp','messages:timezoneregion-pacific','s:46:\"hi:प्रशांत महासागर\";'),('anp','messages:timezoneuseoffset','s:80:\"hi:अन्य (समयांतर निर्दिष्ट करें)\";'),('anp','messages:timezoneuseserverdefault','s:88:\"hi:विकि के डिफ़ॉल्ट का उपयोग करें ($1)\";'),('anp','messages:title-invalid','s:102:\"anp:अनुरोधित पन्ना केरौ शीर्षक अमान्य छै\";'),('anp','messages:title-invalid-characters','s:132:\"anp:निवेदित पन्ना के शीर्षक अवैध कैरेक्टर: \"$1\" धारै छै.\";'),('anp','messages:title-invalid-empty','s:150:\"anp:निवेदित पृष्ठ के शीर्षक खाली छै या केवल नामस्थान रखै छै.\";'),('anp','messages:title-invalid-interwiki','s:256:\"anp:निवेदित पन्ना केरौ शीर्षक एगो अंतर-विकी कड़ी धारै छै जेकरा शीर्षक मँ प्रयोग नै करलौ जाब॑ सकै छै।\";'),('anp','messages:title-invalid-leading-colon','s:142:\"anp:निवेदित पन्ना के शीर्षक प्रारंभ मँ अवैध कोलन रखै छै।\";'),('anp','messages:title-invalid-magic-tilde','s:171:\"anp:निवेदित पन्ना के शीर्षक अवैध जादूई टिल्ड क्रम (<nowiki>~~~</nowiki>) धारै छै।\";'),('anp','messages:title-invalid-relative','s:430:\"anp:शीर्षक क सन्दर्भित मार्ग छै। सन्दर्भित पन्ना शीर्षक (./, ../)अवैध छै, कैन्हेकि वू प्रायः पहुँच सँ बाहर छै जबअ यूजर केरौ ब्रौज़र सँ प्रयोग मँ लानै के प्रयास करलौ जाय छै।\";'),('anp','messages:title-invalid-talk-namespace','s:198:\"anp:अनुरोधित पृष्ठ क शीर्षक कोय ऐसनौ वार्ता पृष्ठ क छेकै जे मौजूद नाय होय सकै।\";'),('anp','messages:title-invalid-too-long','s:405:\"anp:निवेदित पन्ना शीर्षक बहुत लम्बा छै। एकरा यू०टी०एफ़० कोडिंग मँ $1 {{PLURAL:$1|बाइट|बाइट्स}} सँ बढ़लौ नै होना चाहियौ आरू एखरा यू०टी०एफ़०-८ एनकोडिंग मँ होना चाहियौ।\";'),('anp','messages:title-invalid-utf8','s:158:\"anp:निवेदित पन्ना के शीर्षक अवैध यू०टी०एफ़-८ केरौ क्रम रखै छै।\";'),('anp','messages:titlematches','s:53:\"hi:पृष्ठ शीर्षक मिलान\";'),('anp','messages:titleprotected','s:241:\"anp:सदस्य [[User:$1|$1]] न इ शीर्षक क पन्ना बनाबै सँ सुरक्षित करलौ छै।\nएकरा ल निम्न कारण देलौ गलौ छै: <em>$2</em>\";'),('anp','messages:titleprotectedwarning','s:374:\"hi:\'\'\'चेतावनी: यह पृष्ठ सुरक्षित है और इसे बनाने के लिये [[Special:ListGroupRights|विशेष अधिकारों]] की आवश्यकता है।\'\'\'\nनवीनतम लॉग प्रविष्टि संदर्भ के लिये नीचे दी है:\";'),('anp','messages:tmp-create-error','s:70:\"hi:अस्थाई फ़ाइल नहीं बना सका\";'),('anp','messages:tmp-write-error','s:92:\"hi:अस्थायी फ़ाइल को लिखने में त्रुटि।\";'),('anp','messages:toc','s:29:\"anp:विषय सूची\";'),('anp','messages:today-at','s:5:\"en:$1\";'),('anp','messages:tog-ccmeonemails','s:181:\"anp:हमरौ द्वारा अन्य सदस्यौ क भेजलौ जाय वाला ईमेल केरौ प्रति हमरहो भेजौ\";'),('anp','messages:tog-diffonly','s:141:\"anp:अवतरणौ मँ अन्तर दर्शाबै वक्त पुरानौ अवतरण नै दिखाबौ\";'),('anp','messages:tog-editondblclick','s:98:\"anp:दू-बार क्लीक करी क पन्ना संपादित करौ\";'),('anp','messages:tog-editsectiononrightclick','s:151:\"anp:अनुभाग शीर्षक प दायाँ क्लिक करला पर अनुभाग सम्पादित करौ\";'),('anp','messages:tog-enotifminoredits','s:141:\"anp:पन्ना आरू फाइल मँ तनी-मनी बदलावो लेली हमरा इ-मेल भेजौ\";'),('anp','messages:tog-enotifrevealaddr','s:106:\"anp:अधिसूचना ईमेल मँ हमरौ ईमेल पता दर्शाबौ\";'),('anp','messages:tog-enotifusertalkpages','s:144:\"anp:हमरौ सदस्य वार्ता पृष्ठ प बदलाव होला सँ हमरा इ-मेल करौ\";'),('anp','messages:tog-enotifwatchlistpages','s:160:\"anp:हमरौ ध्यानसूची मँ दर्ज पन्ना आरू फाइल बदलला प हमरा इ-मेल करौ\";'),('anp','messages:tog-extendwatchlist','s:150:\"anp:केवल हाले के नै, अपितु ध्यान सूची मँ सब्भे बदलाव दर्शाबौ\";'),('anp','messages:tog-fancysig','s:256:\"anp:हस्ताक्षर क विकिटेक्स्ट के रूप मँ मानौ (आपनै के उपयोगकर्ता पन्ना लेली एगो स्वचालित लिंक के बिना)\";'),('anp','messages:tog-forceeditsummary','s:201:\"anp:रिक्त संपादन सारांश दर्ज करतै समय हमरा संकेत दा (या डिफ़ॉल्ट पहलकरौ सारांश)\";'),('anp','messages:tog-hidecategorization','s:73:\"anp:पृष्ठ के श्रेणीकरण नुकाबौ\";'),('anp','messages:tog-hideminor','s:91:\"anp:हाल के बदलाव सँ छोटौ बदलाव नुकाबौ\";'),('anp','messages:tog-hidepatrolled','s:139:\"anp:हाल केरौ बदलाव सँ निगरानी मँ रखलौ गलौ संपादन नुकाबौ\";'),('anp','messages:tog-minordefault','s:130:\"anp:सब्भे सम्पादन क छोटौ बदलाव के रूप मँ चिह्नित करौ\";'),('anp','messages:tog-newpageshidepatrolled','s:130:\"anp:नया पन्ना क सूची मँ परीक्षित पृष्ठ सिनु क नुकाबौ\";'),('anp','messages:tog-norollbackdiff','s:110:\"anp:सम्पादन वापस लेला के बाद अन्तर नै देखाबौ\";'),('anp','messages:tog-oldsig','s:67:\"anp:तोरौ वर्तमान हस्ताक्षर:\";'),('anp','messages:tog-prefershttps','s:144:\"anp:लॉगिन करै लेली सदैव सुरक्षित कनेक्शन केरौ प्रयोग करौ\";'),('anp','messages:tog-previewonfirst','s:121:\"anp:संपादन करना शुरू करौ समय पूर्वावलोकन देखाबौ\";'),('anp','messages:tog-previewontop','s:87:\"anp:सम्पादन बक्सा के उपर झलक दिखाबौ\";'),('anp','messages:tog-requireemail','s:235:\"anp:पासवर्ड रीसेट ईमेल तभिये भेजौ जबै ईमेल पता आरू उपयोगकर्ता नाँव दोनो विवरण देलौ गेलो छै।\";'),('anp','messages:tog-showhiddencats','s:73:\"anp:नुकैलौ श्रेणी सिनी देखाबौ\";'),('anp','messages:tog-shownumberswatching','s:100:\"anp:ध्यान रखै वाला यूजर के संख्या देखाबौ\";'),('anp','messages:tog-showrollbackconfirmation','s:160:\"anp:रोलबैक लिंक प क्लिक करै घड़ियां एगो पुष्टिकरण संकेत देखाबौ\";'),('anp','messages:tog-underline','s:42:\"anp:रेखांकित कड़ी:\";'),('anp','messages:tog-useeditwarning','s:207:\"anp:जबँ हम्मँ कोनो सम्पादन पृष्ठ क बिना सहेजलौ बदलाव साथें छोड़ौ त हमरा सूचित करौ\";'),('anp','messages:tog-uselivepreview','s:121:\"anp:पृष्ठ पुनः लोड करलौ बिना पूर्वावलोकन देखाबौ\";'),('anp','messages:tog-usenewrc','s:206:\"anp:हाल मँ होलौ परिवर्तन आरू ध्यानसूची मँ परिवर्तन क पृष्ठ अनुसार समूहौ मँ बाँटौ\";'),('anp','messages:tog-watchcreations','s:207:\"anp:हमरौ तैयार करलौ पन्ना आरू हमरौ अपलोड करलौ फाइल सिनी क हमरौ ध्यानसूची मँ जोड़ौ\";'),('anp','messages:tog-watchdefault','s:158:\"anp:हमरौ संपादित करलौ पन्ना आरू फाइल क हमरौ ध्यानसूची मँ जोड़ौ\";'),('anp','messages:tog-watchdeletion','s:142:\"anp:हमरौ मेटैलौ पन्ना आरू फाइल क हमरौ ध्यानसूची मँ जोड़ौ\";'),('anp','messages:tog-watchlisthideanons','s:156:\"anp:आई॰पी॰ सदस्यौ द्वारा करलौ सम्पादनौ क ध्यानसूची सँ छुपाबौ\";'),('anp','messages:tog-watchlisthidebots','s:128:\"anp:हमरौ ध्यानसूची सँ बॉट द्वारा करलौ बदलाव नुकाबौ\";'),('anp','messages:tog-watchlisthidecategorization','s:89:\"anp:पन्ना सिनी केरौ वर्गीकरण नुकाबौ\";'),('anp','messages:tog-watchlisthideliu','s:158:\"anp:हमरौ ध्यानसूची सँ सत्रारम्भित सदस्यौ केरौ सम्पादन नुकाबौ\";'),('anp','messages:tog-watchlisthideminor','s:112:\"anp:हमरौ ध्यानसूची सँ साधारण के बदलाव नुकाबौ\";'),('anp','messages:tog-watchlisthideown','s:112:\"anp:हमरौ ध्यानसूची मँ हमरौ करलौ बदलाव नुकाबौ\";'),('anp','messages:tog-watchlisthidepatrolled','s:117:\"anp:परीक्षित सम्पादन हमरौ ध्यानसूची मँ नुकाबौ\";'),('anp','messages:tog-watchlistreloadautomatically','s:250:\"anp:जबै कोनो फ़िल्टर बदललौ जाय छै त वॉचलिस्ट क स्वचालित रूप सँ फेरू लोड करौ (जावास्क्रिप्ट आवश्यक)\";'),('anp','messages:tog-watchlistunwatchlinks','s:361:\"anp:देखै वाला सूची प्रविष्टि लेली प्रत्यक्ष अनदेखलौ/देखलौ चिह्न ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) जोड़ौ (टॉगल कार्यक्षमता लेली जावास्क्रिप्ट आवश्यक)\";'),('anp','messages:tog-watchmoves','s:170:\"anp:हमरौ स्थानांतरित करलौ पन्ना आरू फाइल क हमरौ ध्यानसूची मँ जोड़ौ\";'),('anp','messages:tog-watchrollback','s:213:\"anp:हमरौ द्वारा प्रत्यापन्न (रोलबैक) करलौ गेलौ पन्ना सिनी क हमरौ ध्यानसूची मँ जोड़ौ\";'),('anp','messages:tog-watchuploads','s:126:\"anp:हमरौ अपलोड करलौ फाइल क हमरौ ध्यानसूची मँ जोड़ौ\";'),('anp','messages:tool-link-contributions','s:52:\"anp:{{GENDER:$1|सदस्य}} योगदान\";'),('anp','messages:tool-link-emailuser','s:84:\"anp:एकरा ईमेल करौ {{GENDER:$1|उपयोगकर्ता}}\";'),('anp','messages:tool-link-userrights','s:74:\"anp:{{GENDER:$1|उपयोगकर्ता}} समूह बदलौ\";'),('anp','messages:tool-link-userrights-readonly','s:74:\"anp:{{GENDER:$1|उपयोगकर्ता}} समूह देखौ\";'),('anp','messages:toolbox','s:19:\"anp:उपकरण\";'),('anp','messages:tooltip-ca-addsection','s:52:\"anp:नया विभाग शुरू करौ\";'),('anp','messages:tooltip-ca-delete','s:39:\"anp:इ पन्ना हटाबौ\";'),('anp','messages:tooltip-ca-edit','s:68:\"anp:इ पन्ना केरौ सम्पादन करौ\";'),('anp','messages:tooltip-ca-history','s:71:\"anp:इ पन्ना केरौ पिछला संशोधन\";'),('anp','messages:tooltip-ca-move','s:67:\"anp:इ पन्ना स्थानांतरित करौ\";'),('anp','messages:tooltip-ca-nstab-category','s:51:\"anp:श्रेणी पन्ना देखौ\";'),('anp','messages:tooltip-ca-nstab-help','s:63:\"hi:सहायता पृष्ठ पर जाईयें\";'),('anp','messages:tooltip-ca-nstab-image','s:52:\"anp:फाइल के पन्ना देखौ\";'),('anp','messages:tooltip-ca-nstab-main','s:54:\"anp:सामग्री पन्ना देखौ\";'),('anp','messages:tooltip-ca-nstab-media','s:53:\"hi:मीडिया पृष्ठ देखें\";'),('anp','messages:tooltip-ca-nstab-mediawiki','s:57:\"anp:प्रणाली सन्देश देखौ\";'),('anp','messages:tooltip-ca-nstab-project','s:66:\"anp:प्रोजेक्ट पन्ना देखियै\";'),('anp','messages:tooltip-ca-nstab-special','s:120:\"anp:इ एगो खास पन्ना छेकै, तोंय एकरा बदलै नै सकै छौ\";'),('anp','messages:tooltip-ca-nstab-template','s:50:\"anp:टेम्प्लेट देखियै\";'),('anp','messages:tooltip-ca-nstab-user','s:54:\"anp:सदस्य पन्ना देखियै\";'),('anp','messages:tooltip-ca-protect','s:58:\"anp:इ पन्ना सुरक्षित करौ\";'),('anp','messages:tooltip-ca-talk','s:102:\"anp:सामग्री पन्ना केरौ बारे मँ वार्तालाप\";'),('anp','messages:tooltip-ca-undelete','s:157:\"hi:इस पृष्ठ को हटाने से पहले किये गये बदलाव पुनर्स्थापित करें\";'),('anp','messages:tooltip-ca-unprotect','s:74:\"hi:इस पृष्ठ की सुरक्षा बदलें ।\";'),('anp','messages:tooltip-ca-unwatch','s:92:\"anp:इ पन्ना क आपनौ ध्यानसूची सँ हटाबौ.\";'),('anp','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('anp','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('anp','messages:tooltip-ca-view','s:3:\"en:\";'),('anp','messages:tooltip-ca-viewsource','s:130:\"anp:इ पन्ना सुरक्षित छै। तोंय एकरौ स्रोत देखै सकै छौ\";'),('anp','messages:tooltip-ca-watch','s:88:\"anp:इ पन्ना क आपनौ ध्यानसूची मँ डालौ\";'),('anp','messages:tooltip-compareselectedversions','s:104:\"anp:इ पन्ना के चुनलौ अवतरणौ मँ अंतर देखाबौ\";'),('anp','messages:tooltip-cur','s:77:\"anp:नवीनतम संशोधन केरौ साथ अंतर\";'),('anp','messages:tooltip-diff','s:104:\"anp:इ पाठ्य मँ आपनौ द्वारा करलौ बदलाव देखौ\";'),('anp','messages:tooltip-feed-atom','s:53:\"anp:इ पन्ना के अणु फ़ीड\";'),('anp','messages:tooltip-feed-rss','s:62:\"anp:इ पन्ना के आरएसएस फ़ीड\";'),('anp','messages:tooltip-invert','s:314:\"anp:चयनित नामस्थान (आरू संबद्ध नामस्थान जों जाँच) केरौ भीतर पृष्ठौ मँ करलौ गेलौ परिवर्तन छुपाबै लेली इ बक्सा क चिह्नित करौ\";'),('anp','messages:tooltip-last','s:89:\"anp:पूर्ववर्ती संशोधन केरौ साथ अंतर\";'),('anp','messages:tooltip-minoredit','s:92:\"anp:ऐकरा छोटका बदलाव के तौर प दर्ज करौ\";'),('anp','messages:tooltip-n-currentevents','s:102:\"anp:टटका घटना केरौ पृष्ठभूमि प्राप्त करौ\";'),('anp','messages:tooltip-n-help','s:58:\"anp:मदत मिलै केरौ ठिकानौ\";'),('anp','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('anp','messages:tooltip-n-mainpage','s:39:\"anp:मुखपृष्ठ प जा\";'),('anp','messages:tooltip-n-mainpage-description','s:55:\"anp:मुख्य पन्ना प पधारौ\";'),('anp','messages:tooltip-n-portal','s:162:\"anp:प्रकल्प केरौ बारै मँ, आपनै की करै सकै छियै, मदद किन्नअ सँ लेबै\";'),('anp','messages:tooltip-n-randompage','s:44:\"anp:कोनो एक लेख प जा\";'),('anp','messages:tooltip-n-recentchanges','s:95:\"anp:विकि मँ हाल मँ होलौ बदलाव केरौ सूचि\";'),('anp','messages:tooltip-namespace_association','s:228:\"anp:चयनित नामस्थान सँ संबद्ध वार्ता या विषय नामस्थान क भी शामिल करै लेली इ बॉक्स क चेक करौ\";'),('anp','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('anp','messages:tooltip-p-lang','s:3:\"en:\";'),('anp','messages:tooltip-p-logo','s:39:\"anp:मुखपृष्ठ प जा\";'),('anp','messages:tooltip-p-namespaces','s:3:\"en:\";'),('anp','messages:tooltip-p-navigation','s:3:\"en:\";'),('anp','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('anp','messages:tooltip-p-tb','s:3:\"en:\";'),('anp','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('anp','messages:tooltip-p-user-page','s:3:\"en:\";'),('anp','messages:tooltip-p-variants','s:3:\"en:\";'),('anp','messages:tooltip-p-views','s:3:\"en:\";'),('anp','messages:tooltip-preferences-save','s:46:\"hi:वरीयताएं सहेजें\";'),('anp','messages:tooltip-preview','s:163:\"anp:आपनौ बदलावौ के झलक देखौ, कृपया सँजोला सँ पहिनै ऐकरौ उपयोग करौ\";'),('anp','messages:tooltip-pt-anoncontribs','s:78:\"hi:इस आईपी पते से संपादन की सूची\";'),('anp','messages:tooltip-pt-anontalk','s:128:\"hi:इस आईपी एड्रेससे हुए बदलावों के बारे में वार्ता\";'),('anp','messages:tooltip-pt-anonuserpage','s:124:\"hi:आप जिस आईपी से बदलाव कर रहें हैं उसका सदस्य पान\";'),('anp','messages:tooltip-pt-createaccount','s:245:\"anp:हमरौ सुझाव छै कि तोंय खाता बनाबौ आरू लॉगिन करौ, हालाँकि अंदर प्रवेश करै लेली इ अनिवार्य नै छै\";'),('anp','messages:tooltip-pt-login','s:151:\"anp:तोरा सँ सत्रारंभ करै के अनुरोध छै; लेकिन इ अनिवार्य नै छै\";'),('anp','messages:tooltip-pt-login-private','s:121:\"hi:इस विकि का उपयोग करने हेतु लॉगिन (प्रवेश) करें\";'),('anp','messages:tooltip-pt-logout','s:57:\"anp:लॉग-आउट (सत्रांत) करौ\";'),('anp','messages:tooltip-pt-mycontris','s:47:\"anp:{{GENDER:|तोरौ}} योगदान\";'),('anp','messages:tooltip-pt-mytalk','s:63:\"anp:{{GENDER:|तोरौ}} वार्ता पृष्ठ\";'),('anp','messages:tooltip-pt-preferences','s:47:\"anp:{{GENDER:|तोरौ}} वरीयता\";'),('anp','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('anp','messages:tooltip-pt-userpage','s:72:\"anp:{{GENDER:|तोरौ प्रयोक्ता}} पन्ना\";'),('anp','messages:tooltip-pt-watchlist','s:87:\"anp:तोरौ ध्यान देलौ पन्ना केरौ सूची\";'),('anp','messages:tooltip-publish','s:78:\"hi:आपके परिवर्तक प्रकाशित करें\";'),('anp','messages:tooltip-recreate','s:128:\"hi:यह पृष्ठ पहले हटाया होने के बावजूद फिरसे बनायें\";'),('anp','messages:tooltip-rollback','s:203:\"anp: \"वापस लै चलौ\" इ पन्ना के पिछला योगदाता के बदलाव एक्के चटका मँ ग़ायब करी दै छै।\";'),('anp','messages:tooltip-save','s:71:\"anp:आपनौ बदलाव क सुरक्षित करौ\";'),('anp','messages:tooltip-search','s:36:\"anp:{{SITENAME}} मँ खोजौ\";'),('anp','messages:tooltip-search-fulltext','s:75:\"anp:इ वाक्यांश कौ पन्ना मँ खोजौ\";'),('anp','messages:tooltip-search-go','s:103:\"anp:जों इ शीर्षक केरौ पन्ना छै त ओकरा प चलौ\";'),('anp','messages:tooltip-summary','s:80:\"anp:एक संक्षिप्त सारांश दर्ज करौ\";'),('anp','messages:tooltip-t-contributions','s:139:\"anp:{{GENDER:$1| केरौ ई साल}} मँ सदस्य के योगदान केरौ सूची देखियै\";'),('anp','messages:tooltip-t-emailuser','s:67:\"anp:{{GENDER:$1|ई सदस्य}} क इमेल भेजौ\";'),('anp','messages:tooltip-t-info','s:90:\"hi:इस पृष्ठ के बारे में अधिक जानकारी\";'),('anp','messages:tooltip-t-permalink','s:97:\"anp:इ पन्ना के संसोधन खातिर स्थायी लिंक\";'),('anp','messages:tooltip-t-print','s:78:\"anp:इ पन्ना के छापे लायक संस्करण\";'),('anp','messages:tooltip-t-recentchangeslinked','s:121:\"anp:इ पन्ना सँ जुड़लौ पन्ना प होलौ हाल केरौ बदलाव\";'),('anp','messages:tooltip-t-specialpages','s:71:\"anp:सब्भे विशेष पन्ना के सूची\";'),('anp','messages:tooltip-t-upload','s:42:\"anp:फाईल अपलोड करौ\";'),('anp','messages:tooltip-t-whatlinkshere','s:129:\"anp:हिनकरौ हवाला दै वाला सब्भे विकि पन्ना केरौ सूची\";'),('anp','messages:tooltip-undo','s:407:\"anp:\"पुरानौ स्थिति प लानौ\" इ बदलाव क वापस लैय जाय क संपादन पर्चा क झलक रीति मँ दिखलाबै छै।\nएकरौ जरिया सँ सारांश मँ पुरानौ स्थिति मँ लानै के कारण लिखलौ जाबै पारै।\";'),('anp','messages:tooltip-upload','s:44:\"hi:अपलोड शुरू करें\";'),('anp','messages:tooltip-vector-anon-user-menu-title','s:48:\"anp:अन्य विकल्प सिनी\";'),('anp','messages:tooltip-watch','s:88:\"anp:इ पन्ना क आपनौ ध्यानसूची मँ डालौ\";'),('anp','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('anp','messages:tooltip-watchlistedit-normal-submit','s:34:\"hi:पृष्ठ हटाएँ\";'),('anp','messages:tooltip-watchlistedit-raw-submit','s:59:\"hi:ध्यानसूची अपडेट करें\";'),('anp','messages:tooltip-whatlinkshere-invert','s:200:\"hi:चयनित नामस्थान के पृष्ठों से कड़ियों को छिपाने के लिए इस बॉक्स को चेक करें।\";'),('anp','messages:trackingcategories','s:52:\"hi:चिह्नित श्रेणियाँ\";'),('anp','messages:trackingcategories-desc','s:86:\"hi:श्रेणी शामिल किए जाने के मानदंड\";'),('anp','messages:trackingcategories-disabled','s:64:\"hi:श्रेणी अक्षम करी गयी है\";'),('anp','messages:trackingcategories-msg','s:43:\"hi:चिह्नित श्रेणी\";'),('anp','messages:trackingcategories-name','s:28:\"hi:संदेश नाम\";'),('anp','messages:trackingcategories-nodesc','s:63:\"hi:कोई वर्णन उपलब्ध नहीं।\";'),('anp','messages:trackingcategories-summary','s:498:\"hi:इस पृष्ठ पर उन जोड़ने वाली श्रेणियों की सूची मिलती है जो स्वतः रूप से मीडियाविकि सॉफ़्टवेयर द्वारा बनते हैं। उनके नाम सम्बंधित प्रणालि सन्देश को बदलने से {{ns:8}} नामस्थान में बदले जा सकते हैं।\";'),('anp','messages:transaction-duration-limit-exceeded','s:558:\"anp:उच्च प्रतिकृति अंतराल पैदा नै करै लेली, ई मसौदा रद्द करी देलौ गेलै, कैन्हेंकि लिखै के समय ($1) $2 सेकंड सीमा स॑ अधिक छेलै।\nयदि आपनै एक संग कईगो आइटम बदलि रहलौ छौ त एकरौ बदला मँ कईगो लेकिन छोटौ-छोटौ काज करबभौ त ठीक रहतौं।\";'),('anp','messages:transaction-max-statement-time-exceeded','s:550:\"anp:उच्च डाटाबेस लोड निर्माण सँ बचाय लेली, अवधि सीमा सँ बेसि होय गेलहौं यहा कारण सँ इ ड्राफ्ट क निरस्त कैरी देलौ गेलौ।\nयदि आपनै एक संग कईगो आइटम बदलि रहलौ छौ त एकरौ बदला मँ कईगो लेकिन छोटौ-छोटौ काज करबभौ त ठीक रहतौं।\";'),('anp','messages:translateinterface','s:298:\"anp:सब्भे विकि लेली अनुवाद जोड़ै या बदलै लेली मीडियाविकि क्षेत्रीयकरण परियोजना [https://translatewiki.net/ translatewiki.net] केरौ प्रयोग करौ।\";'),('anp','messages:tue','s:16:\"anp:मंगल\";'),('anp','messages:tuesday','s:25:\"anp:मंगलवार\";'),('anp','messages:tuesday-at','s:44:\"hi:मंगलवार को $1 बजे\";'),('anp','messages:uctop','s:25:\"anp:वर्तमान\";'),('anp','messages:unblock','s:69:\"hi:उपयोक्ता पर अवरोधण हटाएँ\";'),('anp','messages:unblock-hideuser','s:215:\"hi:आप इस प्रयोक्ता को अनवरोधित नहीं कर सकते, क्योंकि इनका प्रयोक्तानाम छिपा हुआ है।\";'),('anp','messages:unblock-summary','s:3:\"en:\";'),('anp','messages:unblocked','s:76:\"hi:[[User:$1|$1]] को अनब्लॉक कर दिया हैं\";'),('anp','messages:unblocked-id','s:67:\"hi:अवरोध $1 निकाल दिया गया है\";'),('anp','messages:unblocked-ip','s:109:\"hi:[[Special:Contributions/$1|$1]] पर से प्रतिरोध हटाया गया है।\";'),('anp','messages:unblocked-range','s:60:\"hi:$1 को अनवरोधित किया गया\";'),('anp','messages:unblockip','s:60:\"hi:सदस्य को अनब्लॉक करें\";'),('anp','messages:unblockiptext','s:248:\"hi:पहले ब्लॉक किये हुए आईपी एड्रेस या सदस्यनाम को अनब्लॉक करने के लिये नीचे दिया गया फार्म भरें।\";'),('anp','messages:unblocklink','s:59:\"anp:अवरोध हटाएँ (अनब्लॉक)\";'),('anp','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('anp','messages:uncategorized-categories-exceptionlist','s:642:\"hi: # इसमें श्रेणियों की एक सूची है, जिसका विशेष:श्रेणीहीन_श्रेणियाँ उल्लेख नहीं किया जाना चाहिए। प्रति पंक्ति एक, \"*\" से शुरू. दूसरे वर्ण (व्हाइटस्पेस सहित) के साथ शुरू होने वाली पंक्तिओं को नजरअंदाज कर दिया जाता है। टिप्पणियों के लिए \"#\" का उपयोग करें।\";'),('anp','messages:uncategorizedcategories','s:61:\"hi:अश्रेणीकृत श्रेणियाँ\";'),('anp','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('anp','messages:uncategorizedimages','s:52:\"hi:अश्रेणीकृत फ़ाइलें\";'),('anp','messages:uncategorizedimages-summary','s:3:\"en:\";'),('anp','messages:uncategorizedpages','s:49:\"hi:अश्रेणीकृत पृष्ठ\";'),('anp','messages:uncategorizedpages-summary','s:3:\"en:\";'),('anp','messages:uncategorizedtemplates','s:49:\"hi:अश्रेणीकृत साँचे\";'),('anp','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('anp','messages:undelete','s:61:\"anp:हटैलौ पन्ना फेरु लानौ\";'),('anp','messages:undelete-back-to-list','s:67:\"hi:सभी हटाए गए संशोधन देखें\";'),('anp','messages:undelete-bad-store-key','s:223:\"hi:$1 का फ़ाइल अवतरण पुनर्स्थापित नहीं कर सकते हैं: हटाने से पहले भी फ़ाइल मौजूद नहीं थी।\";'),('anp','messages:undelete-cantcreate','s:310:\"hi:आप इस पन्ने को वापस नहीं ला सकते, क्योंकि यह पन्ना इस नाम से है ही नहीं और आपको इस पन्ने के निर्माण की अनुमति भी नहीं है।\";'),('anp','messages:undelete-cantedit','s:222:\"hi:आप इस पन्ने को वापस नहीं ला सकते, क्योंकि आपको इस पन्ने पर सम्पादन की अनुमति नहीं है।\";'),('anp','messages:undelete-cleanup-error','s:138:\"hi:पुरालेख में से अप्रयुक्त फ़ाइल \"$1\" हटाने में त्रुटि।\";'),('anp','messages:undelete-error','s:81:\"hi:पृष्ठ पुनर्स्थापन में त्रुटि\";'),('anp','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('anp','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('anp','messages:undelete-fieldset-title','s:76:\"hi:अवतरण पुरानी स्थिति पर लाएँ\";'),('anp','messages:undelete-filename-mismatch','s:237:\"hi:$1 के फ़ाइल के हटाये गये अवतरण को पुनर्स्थापित नहीं किया जा सकता: फ़ाइल का नाम मेल नहीं खाता\";'),('anp','messages:undelete-header','s:175:\"hi:हाल में हटाये गये पृष्ठ देखने के लिये [[Special:Log/delete|हटाने का लॉग]] देखें।\";'),('anp','messages:undelete-missing-filearchive','s:434:\"hi:फ़ाइल पुरालेख आई॰डी $1 को पुनर्स्थापित करने में असक्षम हैं, क्योंकि यह डाटाबेस में उपलब्ध नहीं है।\nया ऐसा भी हो सकता है कि इसे पहले से ही पुनर्स्थापित किया जा चुका हो।\";'),('anp','messages:undelete-no-results','s:161:\"hi:हटाए गए पृष्ठों के लेखागार में मेल खाते कोई पृष्ठ नहीं मिले।\";'),('anp','messages:undelete-nodiff','s:76:\"hi:कोई पुराना अवतरण नहीं मिला।\";'),('anp','messages:undelete-revision','s:137:\"hi:$1 ($4 को $5 बजे $3 द्वारा बनाया गया) का मिटाया हुआ संस्करण:\";'),('anp','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('anp','messages:undelete-search-box','s:60:\"hi:हटाये गये पृष्ठ खोजें\";'),('anp','messages:undelete-search-full','s:75:\"hi:शीर्षक युक्त प्रष्ठ दिखाएं\";'),('anp','messages:undelete-search-prefix','s:89:\"hi:शुरूआती शब्द अनुसार पृष्ठ खोजें:\";'),('anp','messages:undelete-search-submit','s:18:\"hi:खोजें\";'),('anp','messages:undelete-search-title','s:60:\"hi:हटाये गये पृष्ठ खोजें\";'),('anp','messages:undelete-show-file-confirm','s:213:\"hi:क्या आप वाकई फ़ाइल \"<nowiki>$1</nowiki>\" के $2 को $3 बजे बने, हटाए जा चुके अवतरण को देखना चाहते हैं?\";'),('anp','messages:undelete-show-file-submit','s:12:\"hi:हाँ\";'),('anp','messages:undelete-summary','s:3:\"en:\";'),('anp','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('anp','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('anp','messages:undelete_short','s:130:\"anp:{{PLURAL:$1|एगो हटैलौ गेलै|$1 हटैलौ गेलै}} बदलाव वापस लानौ\";'),('anp','messages:undeletebtn','s:35:\"hi:वापस ले आयें\";'),('anp','messages:undeletecomment','s:16:\"hi:कारण:\";'),('anp','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('anp','messages:undeletedpage','s:349:\"hi:\'\'\'$1 को पुनर्स्थापित कर दिया गया है\'\'\'\n\nहाल में हटाये गये तथा पुनर्स्थापित किये गए पन्नों की जानकारी के लिये [[Special:Log/delete|हटाने की लॉग]] देखें।\";'),('anp','messages:undeleteextrahelp','s:569:\"hi:पृष्ठ का संपूर्ण इतिहास वापस लाने के लिए सभी बक्सों से सही का निशान हटा दें और \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\' पर क्लिक करें।\nचुनिंदा इतिहास को वापस लाने के लिए उन अवतरणों के बगल के बक्सों पर सही का निशान लगाएँ और \'\'\'\'\'{{int:undeletebtn}}\'\'\'\'\' पर क्लिक करें।\";'),('anp','messages:undeletehistory','s:534:\"hi:अगर आप पृष्ठ को पुनर्स्थापित करते हैं तो इतिहास पर सभी अवतरण पुनर्स्थापित कर दिए जाएँगे। अगर पृष्ठ के हटाए जाने के बाद इसी नाम से कोई पृष्ठ बना है तो पुनर्स्थापित किए हुए अवतरण पीछे की तरफ़ जोड़े जाएँगे।\";'),('anp','messages:undeletehistorynoadmin','s:632:\"hi:यह पृष्ठ हटा दिया गया है।\nहटाए जाने का कारन नीचे सारांश में दिया गया है, और साथ ही उन सदस्यों के बारे में विस्तार भी दिया गया है, जिन्होंने हटाए जाने से पहले इस पृष्ठ को संपादित किया था।\nइन हटाये गए अवतरणों का पाठ केवल प्रबंधकों को ही उपलब्ध है।\";'),('anp','messages:undeleteinvert','s:34:\"hi:चुनाव उलटें\";'),('anp','messages:undeletelink','s:63:\"anp:देखॊ/पुनर्स्थापित करॊ\";'),('anp','messages:undeletepage','s:118:\"anp:हटैलौ पन्ना सिनी देखौ आरू पुनर्स्थापित करौ\";'),('anp','messages:undeletepagetext','s:387:\"hi:निम्न {{PLURAL:$1|$1 पृष्ठ|$1 पृष्ठों}} को हटा दिया गया है, लेकिन अभी ये लेखागार में हैं और पुनर्स्थापित किये जा सकते हैं।\nलेखागार समय-समय पर साफ किये जाते हैं।\";'),('anp','messages:undeletepagetitle','s:138:\"anp:\'\'\'नीचे [[:$1]] केरॊ हटैलॊ गेलॊ अवतरण भी दर्शैलॊ गेलॊ छै.\'\'\'\";'),('anp','messages:undeleterevdel','s:403:\"hi:अगर पुनर्स्थापना से ऊपरी पृष्ठ या फ़ाइल अर्ध रूप से हट जाता है तो पुनर्स्थापना नहीं की जाएगी।\nइन मामलों में आपको नवीनतम हटाया गया अवतरण अनचेक करना होगा।\";'),('anp','messages:undeleterevision-duplicate-revid','s:277:\"hi:{{PLURAL:$1|One revision|$1संशोधन}} को पुनर्स्थापित नहीं किया जा सका, क्योंकि {{PLURAL:$1|यह|अपने}} <code>rev_id</code> पहले से ही उपयोग में है।\";'),('anp','messages:undeleterevision-missing','s:378:\"hi:अमान्य अथवा अनुपस्थित अवतरण।\nया तो आप ग़लत कड़ी प्रयोग कर रहे हैं, या यह अवतरण पुनर्स्थापित किया जा चुका है, अथवा इसे लेखागार से हटा दिया गया है।\";'),('anp','messages:undeleterevisions','s:87:\"hi:$1 अवतरण {{PLURAL:$1|हटाया गया|हटाये गये}}\";'),('anp','messages:undeleteviewlink','s:18:\"hi:देखें\";'),('anp','messages:underline-always','s:16:\"anp:सदैव\";'),('anp','messages:underline-default','s:76:\"anp:प्राथमिक त्वचा या ब्राउज़र\";'),('anp','messages:underline-never','s:26:\"anp:कहियो नै\";'),('anp','messages:undo-failure','s:167:\"anp:ई बीच अन्य बदलाव होला के कारण ई संपादन पूर्ववत करना संभव नै छै।\";'),('anp','messages:undo-main-slot-only','s:246:\"hi:यह सम्पादन पूर्ववत नहीं किया जा सका क्योंकि इसमें मुख्य स्लॉट से बाहर सामग्रियाँ जुड़ी हैं।\";'),('anp','messages:undo-nochange','s:157:\"hi:ऐसा लगता है कि इस सम्पादन को पहले ही पूर्ववत कर दिया गया है।\";'),('anp','messages:undo-norev','s:269:\"hi:यह बदलाव वापिस नहीं कर पाये हैं क्योंकि या तो इसे पहले से पलटा दिया गया है या फिर पृष्ठ हटा दिया गया है।\";'),('anp','messages:undo-success','s:296:\"hi:यह संपादन पूर्ववत किया जा सकता है।\nऐसा करने के लिये कृपया निम्नलिखित पाठ को ध्यान से देखकर बदलाव प्रकाशित करें।\";'),('anp','messages:undo-summary','s:162:\"hi:[[Special:Contributions/$2|$2]] ([[User talk:$2|वार्ता]]) द्वारा किए बदलाव $1 को पूर्ववत किया\";'),('anp','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('anp','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('anp','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('anp','messages:undo-summary-username-hidden','s:134:\"hi:छुपाए गए सदस्य द्वारा किये बदलाव $1 को पूर्ववत किया\";'),('anp','messages:unexpected','s:61:\"anp:अनपेक्षित मूल्य: \"$1\"=\"$2\"।\";'),('anp','messages:unicode-support-fail','s:403:\"hi:लगता है आपके ब्राउज़र पर यूनिकोड समर्थित नहीं है। पृष्ठों को संपादित करने के लिए इसका इस्तेमाल किया जाता है तो आपके संपादन को प्रकाशित नहीं किया गया है।\";'),('anp','messages:unit-pixel','s:5:\"hi:px\";'),('anp','messages:unknown-error','s:75:\"hi:अज्ञात त्रुटि उत्पन्न हुई।\";'),('anp','messages:unlinkaccounts','s:38:\"hi:खाता अलग करें\";'),('anp','messages:unlinkaccounts-success','s:45:\"hi:खाता अलग हो गया।\";'),('anp','messages:unlockbtn','s:40:\"hi:अनलॉक डाटाबेस\";'),('anp','messages:unlockconfirm','s:120:\"hi:जी हां, मुझे सचमुच डाटाबेस का ताला खोलना हैं।\";'),('anp','messages:unlockdb','s:53:\"hi:डाटाबेस अनलॉक करें\";'),('anp','messages:unlockdbsuccesssub','s:83:\"hi:डाटाबेस का ताला निकाला गया हैं\";'),('anp','messages:unlockdbsuccesstext','s:89:\"hi:डाटाबेसका ताला खोल दिया गया हैं।\";'),('anp','messages:unlockdbtext','s:650:\"hi:डेटाबेस का ताला खोलने से सभी सदस्य पृष्ठ संपादन, अपनी वरीयताओं में परिवर्तन, अपनी ध्यानसूची में संपादन, और अन्य चीजें जिनके लिए डेटाबेस में परिवर्तन करना होता है, की सक्षमता को पुनर्स्थापित कर लेंगे।\nकृपया यह सुनिश्चित करे की आप यह करना चाहते हैं।\";'),('anp','messages:unpatrolledletter','s:4:\"en:!\";'),('anp','messages:unprotect','s:47:\"anp:सुरक्षितता बदलौ\";'),('anp','messages:unprotected-js','s:396:\"hi:सुरक्षा कारणों से जावास्क्रिप्ट असुरक्षित पन्नों से लोड नहीं किया जा सका। कृपया जावास्क्रिप्ट केवल मीडियाविकि में बनाये:नामस्थान या सदस्य उपपृष्ठ\";'),('anp','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('anp','messages:unprotectedarticle-comment','s:80:\"hi:\"[[$1]]\" से {{GENDER:$2|सुरक्षा हटाया गया}}\";'),('anp','messages:unregistered-user-config','s:300:\"hi:सुरक्षा कारणों से अपंजीकृत सदस्यों के लिये जावास्क्रिप्ट, सीएसएस और जेएसओएन सदस्य उपपृष्ठ लोड नहीं किये जा सके।\";'),('anp','messages:unstrip-depth-category','s:118:\"hi:पृष्ठ जिन पर गहराई की सीमा को पार किया गया है\";'),('anp','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('anp','messages:unstrip-depth-warning','s:83:\"hi:Unstrip पुनरावर्तन सीमा पार की गई ($1)\";'),('anp','messages:unstrip-size-category','s:49:\"hi:Pages where the unstrip size limit is exceeded\";'),('anp','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('anp','messages:unstrip-size-warning','s:97:\"hi:बिना सीमा के आकार की सीमा पार हो गई ($1)\";'),('anp','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('anp','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('anp','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('anp','messages:unusedcategories','s:58:\"hi:अप्रयुक्त श्रेणियाँ\";'),('anp','messages:unusedcategories-summary','s:3:\"en:\";'),('anp','messages:unusedcategoriestext','s:259:\"hi:निम्नलिखित श्रेणी पृष्ठ मौजूद हैं जबकि कोई भी पृष्ठ या अन्य श्रेणियाँ इनका प्रयोग नहीं करते हैं।\";'),('anp','messages:unusedimages','s:49:\"hi:अप्रयुक्त फ़ाइलें\";'),('anp','messages:unusedimages-summary','s:3:\"en:\";'),('anp','messages:unusedimagestext','s:516:\"hi:निम्न फ़ाइलें मौजूद हैं, पर किसी भी पृष्ठ में प्रयुक्त नहीं हैं।\nकृपया ध्यान दें कि अन्य वेब साइट एक सीधी कड़ी से फ़ाइल से जुड़ी हो सकती हैं, और सक्रिय उपयोग में होने के बावजूद यहाँ दिखाई जा सकती है।\";'),('anp','messages:unusedimagestext-categorizedimgisused','s:766:\"hi:निम्नोक्त फ़ाइल अस्तित्व में तो है मगर किसी पृष्ठ से जुड़ा नहीं है। श्रेणीबद्ध चित्र को प्रयुक्त ही माना जाता है भले ही वह किसी पृष्ठ से न जुड़े हों।\nकृपया ध्यान दें कि अन्य वेबसाइटें सीधे इस फ़ाइल से जुड़ी हो सकती हैं, और कई अन्य भी यहाँ सूचीबद्ध हो सकती हैं भले ही वह वर्तमान प्रयोग में न हों।\";'),('anp','messages:unusedtemplates','s:46:\"hi:अप्रयुक्त साँचे\";'),('anp','messages:unusedtemplates-summary','s:3:\"en:\";'),('anp','messages:unusedtemplatestext','s:386:\"hi:इस पृष्ठ पर {{ns:template}} नामस्थान वाले वे सभी पृष्ठ इंगित है जो किसी अन्य पृष्ठ में शामिल नहीं हैं।\nइन्हें हटाने के पहले इन साँचों की और कड़ियाँ जाँच लें।\";'),('anp','messages:unusedtemplateswlh','s:37:\"hi:अन्य कड़ियाँ\";'),('anp','messages:unwatch','s:35:\"anp:ध्यान हटाबौ\";'),('anp','messages:unwatchedpages','s:61:\"hi:ध्यान न दिये हुए पृष्ठ\";'),('anp','messages:unwatchedpages-summary','s:3:\"en:\";'),('anp','messages:unwatching','s:61:\"anp:ध्यान हटाय रहलौ छियै...\";'),('anp','messages:unwatchthispage','s:53:\"hi:ध्यानसूची से हटाएँ\";'),('anp','messages:updated','s:30:\"anp:(अद्यतनीत)\";'),('anp','messages:updatedmarker','s:124:\"anp:आपनै के पिछला विज़िट के बाद सँ अपडेट करलौ गेलौ\";'),('anp','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('anp','messages:upload','s:42:\"anp:फाईल अपलोड करौ\";'),('anp','messages:upload-copy-upload-invalid-domain','s:106:\"hi:कॉपी अपलोड इस डोमेन से उपलब्ध नहीं हैं।\";'),('anp','messages:upload-curl-error28','s:43:\"hi:अपलोड टाइम‍आउट\";'),('anp','messages:upload-curl-error28-text','s:466:\"hi:साइट ने उत्तर देने में बहुत अधिक समय लगा दिया।\nकॄपया जाँचें कि साइट चल रही है या नहीं, थोड़ी देर प्रतीक्षा करें और पुनः प्रयास करें।\nआप शायद कम भीड़ वाले समय में कोशिश करना चाहेंगे।\";'),('anp','messages:upload-curl-error6','s:86:\"hi:यू॰आर॰एल तक पहुँचा नहीं जा सका।\";'),('anp','messages:upload-curl-error6-text','s:277:\"hi:प्रदत्त यू॰आर॰एल तक पहुँचा नहीं जा सका।\nकृपया एक बार फिर जाँच लें कि यू॰आर॰एल सही है और वह साइट चल रही है।\";'),('anp','messages:upload-default-description','s:4:\"en:-\";'),('anp','messages:upload-description','s:31:\"hi:फ़ाइल विवरण\";'),('anp','messages:upload-dialog-button-back','s:15:\"hi:पीछे\";'),('anp','messages:upload-dialog-button-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:upload-dialog-button-done','s:28:\"hi:पूर्ण हुआ\";'),('anp','messages:upload-dialog-button-save','s:21:\"hi:सहेजें\";'),('anp','messages:upload-dialog-button-upload','s:18:\"hi:डालें\";'),('anp','messages:upload-dialog-disabled','s:143:\"hi:इस बॉक्स का उपयोग कर फ़ाइल अपलोड इस विकी पर अक्षम हैं।\";'),('anp','messages:upload-dialog-title','s:34:\"hi:फ़ाइल डालें\";'),('anp','messages:upload-disallowed-here','s:99:\"anp:तोंय ई फाइल क अधिलेखित नै करै सकै छौ।\";'),('anp','messages:upload-file-error','s:40:\"hi:आतंरिक त्रुटि\";'),('anp','messages:upload-file-error-text','s:255:\"hi:सर्वर पर अस्थायी फ़ाइल बनाते समय आंतरिक त्रुटि आई।\nकृपया किसी [[Special:ListUsers/sysop|प्रबंधक]] से संपर्क करें।\";'),('anp','messages:upload-foreign-cant-load-config','s:217:\"hi:फ़ाइल अपलोड के लिए कॉन्फ़िगरेशन को विदेशी फ़ाइल रिपॉजिटरी में लोड करने में विफल।\";'),('anp','messages:upload-foreign-cant-upload','s:162:\"hi:यह विकि अन्य फ़ाइल संग्रह में अपलोड हेतु तय नहीं किया गया है।\";'),('anp','messages:upload-form-label-infoform-categories','s:30:\"hi:श्रेणियाँ\";'),('anp','messages:upload-form-label-infoform-date','s:21:\"hi:दिनांक\";'),('anp','messages:upload-form-label-infoform-description','s:18:\"hi:विवरण\";'),('anp','messages:upload-form-label-infoform-description-tooltip','s:285:\"hi:छोटे रूप में बतायें इस के उलेखनीयता के बारे में। \n चित्र हेतु, जो मुख्य वस्तु नहीं दिखाया गया है आदि के स्थान।\";'),('anp','messages:upload-form-label-infoform-name','s:12:\"hi:नाम\";'),('anp','messages:upload-form-label-infoform-name-tooltip','s:425:\"hi:एक अनोखा विवरण शीर्षक इस फ़ाइल हेतु डालें, जी इसे फ़ाइल के रूप में दिखाये। आप इसके लिए साधारण भाषा और रिक्त स्थान का उपयोग कर सकते हैं। फ़ाइल प्रारूप को न जोड़ें। \\\";'),('anp','messages:upload-form-label-infoform-title','s:18:\"hi:विवरण\";'),('anp','messages:upload-form-label-not-own-work-local-generic-foreign','s:273:\"hi:यदि आप चाहें तो आप [[Special:Upload|{{SITENAME}} के पृष्ठ]] पर फ़ाइल डाल सकते हैं, यदि यह फ़ाइल वहाँ के नियम के अंतर्गत हो तो।\";'),('anp','messages:upload-form-label-not-own-work-local-generic-local','s:143:\"hi:आप [[Special:Upload|मूल डालने वाले पृष्ठ]] का भी उपयोग कर सकते हो।\";'),('anp','messages:upload-form-label-not-own-work-message-generic-foreign','s:258:\"hi:यदि आप इस नियम के अंतर्गत फ़ाइल नहीं डालना चाहते तो अभी इसे बन्द कर दें और कोई दूसरे विधि को खोजें।\";'),('anp','messages:upload-form-label-not-own-work-message-generic-local','s:262:\"hi:यदि आप {{SITENAME}} के नियमों के अंतर्गत फ़ाइल नहीं डाल सकते, तो आप इसे हटा कर किसी दूसरे विधि का उपयोग करें।\";'),('anp','messages:upload-form-label-own-work','s:45:\"hi:यह मेरा कार्य है\";'),('anp','messages:upload-form-label-own-work-message-generic-foreign','s:353:\"hi:मैं यह समझता हूँ कि यहाँ सभी फ़ाइल सांझा होते हैं। मैं यह सत्यापित करता हूँ कि में सेवा के शर्तों और नियम के अनुरूप ही कार्य कर रहा हूँ।\";'),('anp','messages:upload-form-label-own-work-message-generic-local','s:272:\"hi:मैं यह सत्यापित करता हूँ कि मेरे द्वारा डाला गया फ़ाइल {{SITENAME}} सेवा के शर्तों और अधिकार नियम के अनुकूल है।\";'),('anp','messages:upload-form-label-usage-filename','s:35:\"hi:फ़ाइल का नाम\";'),('anp','messages:upload-form-label-usage-title','s:18:\"hi:उपयोग\";'),('anp','messages:upload-http-error','s:73:\"hi:एक एच॰टी॰टी॰पी त्रुटि आई: $1\";'),('anp','messages:upload-maxfilesize','s:54:\"hi:अधिकतम फ़ाइल आकार: $1\";'),('anp','messages:upload-misc-error','s:56:\"hi:अज्ञात अपलोड त्रुटि\";'),('anp','messages:upload-misc-error-text','s:515:\"hi:अपलोड के दौरान कोई अज्ञात त्रुटि आई।\nकृपया यह पुष्टि कर लें कि यू॰आर॰एल वैध है और उस तक पहुँचा जा सकता है, उसके बाद फिर कोशिश करें।\nअगर फिर भी समस्या आती है तो किसी [[Special:ListUsers/sysop|प्रबंधक]] से संपर्क करें।\";'),('anp','messages:upload-options','s:37:\"hi:अपलोड विकल्प\";'),('anp','messages:upload-permitted','s:81:\"hi:अनुमतित फ़ाइल  {{PLURAL:$2|प्रकार}}: $1।\";'),('anp','messages:upload-preferred','s:80:\"hi:पसंदीदा फ़ाइल {{PLURAL:$2|प्रकार}}: $1।\";'),('anp','messages:upload-prohibited','s:89:\"hi:प्रतिबंधिक फ़ाइल {{PLURAL:$2|प्रकार}}: $1।\";'),('anp','messages:upload-proto-error','s:40:\"hi:गलत प्रोटोकॉल\";'),('anp','messages:upload-proto-error-text','s:206:\"hi:रिमोट अपलोड के लिये यू॰आर॰एल का नाम <code>http://</code> या <code>ftp://</code> से शुरू होना आवश्यक है।\";'),('anp','messages:upload-recreate-warning','s:343:\"hi:\'\'\'चेतावनी: उस नाम की फ़ाइल हटाई या स्थानान्तरित की जा चुकी है।\'\'\'\n\nइस पृष्ठ के हटाने और स्थानान्तरण के लॉग यहाँ सन्दर्भ के लिए दिये हैं:\";'),('anp','messages:upload-scripted-dtd','s:183:\"hi:SVG फ़ाइलों को अपलोड नहीं किया जा सकता जिसमें एक गैर-मानक DTD की घोषणा हो।\";'),('anp','messages:upload-scripted-pi-callback','s:254:\"hi:उस फाइल को अपलोड नहीं किया जा सकता जिसमें एक्सएमएल-स्टाइलशीट प्रसंस्करण निर्देश समाविष्ट हैं।\";'),('anp','messages:upload-source','s:34:\"hi:स्रोत फ़ाइल\";'),('anp','messages:upload-summary','s:3:\"en:\";'),('anp','messages:upload-too-many-redirects','s:116:\"hi:इस यू॰आर॰एल में अत्यधिक पुनर्निर्देशन हैं\";'),('anp','messages:upload-tryagain','s:72:\"hi:संशोधित फ़ाइल विवरण भेजें\";'),('anp','messages:upload-tryagain-nostash','s:135:\"hi:पुनः अपलोड की गई फ़ाइल और संशोधित विवरण सबमिट करें\";'),('anp','messages:upload_directory_missing','s:194:\"hi:अपलोड डाइरेक्टरी ($1) मौजूद नहीं है, और वेबसर्वर इसका निर्माण नहीं कर पाया।\";'),('anp','messages:upload_directory_read_only','s:139:\"hi:अपलोड डाइरेक्टरी ($1) में वेबसर्वर लिख नहीं पा रहा है।\";'),('anp','messages:upload_source_file','s:94:\"hi:(आपके कम्प्यूटर से चुनी आपकी फ़ाइल)\";'),('anp','messages:upload_source_url','s:160:\"hi:(आपकी चुनी फ़ाइल एक वैध, सार्वजनिक रूप से उपलब्ध यू॰आर॰एल से)\";'),('anp','messages:uploadbtn','s:44:\"hi:फ़ाइल अपलोड करें\";'),('anp','messages:uploaddisabled','s:62:\"hi:अपलोड प्रतिबंधित हैं।\";'),('anp','messages:uploaddisabledtext','s:60:\"hi:फ़ाइल अपलोड अक्षम हैं।\";'),('anp','messages:uploaded-animate-svg','s:302:\"hi:चिप्पि \"animate\" पायी गई जिससे href परिवर्तित हो सकता है, अपलोड की गयी फ़ाइल में \"from\" विशेषता <code>&lt;$1 $2=\"$3\"&gt;</code> काम में ली जा रही है।\";'),('anp','messages:uploaded-event-handler-on-svg','s:238:\"hi:सेटिंग ईवेंट हैंडलर (आयोजन प्रबन्धनकर्ता वरियता) <code>$1=\"$2\"</code> एसवीजी फ़ाइल में अनुमत नहीं है।\";'),('anp','messages:uploaded-hostile-svg','s:183:\"hi:अपलोड की गयी एसवीजी फाइल के शैली अवयव में असुरक्षित सीएसएस पायी गयी।\";'),('anp','messages:uploaded-href-attribute-svg','s:689:\"hi:<a> तत्व केवल डेटा से लिंक किया जा सकता है: (अंतःस्थापित दस्तावेज), http:// or https://, या टुकड़ा (#, समरूप दस्तावेज) लक्ष्य| अन्य तत्वों के लिए, जैसे <image>, केवल डेटा: और टुकड़ों की अनुमति है| अपने एसवीजी को निर्यात करते समय छवियों को अंतःस्थापित करने का प्रयास करें| मिला <code> &lt;$1 $2=\"$3\"&gt;</code>।\";'),('anp','messages:uploaded-href-unsafe-target-svg','s:163:\"hi:अपलोड की गयी फ़ाइल में असुरक्षित लक्ष्य <code>&lt;$1 $2=\"$3\"&gt;</code> पाये गए।\";'),('anp','messages:uploaded-image-filter-svg','s:149:\"hi:पते के साथ छवि छन्नी मिला: <code>&lt;$1 $2=\"$3\"&gt;</code> एसवीजी फ़ाइल में।\";'),('anp','messages:uploaded-remote-url-svg','s:203:\"hi:एसवीजी जो रिमोट पते द्वारा शैली तय करता है, अवरोधित है। उससे <code>$1=\"$2\"</code> मिला है।\";'),('anp','messages:uploaded-script-svg','s:152:\"hi:अपलोड की गयी एसवीजी फ़ाइल में स्क्रीप्ट अवयव \"$1\" पाया गया।\";'),('anp','messages:uploaded-setting-event-handler-svg','s:202:\"hi:विकल्प आयोजन-संभालने वाला अवरोधित है, एसवीजी फ़ाइल में मिला <code>&lt;$1 $2=\"$3\"&gt;</code> है।\";'),('anp','messages:uploaded-setting-handler-svg','s:154:\"hi:एसवीजी जो \"handler\" जोड़ता है, अवरोधित है। उससे मिला <code>$1=\"$2\"</code> है।\";'),('anp','messages:uploaded-setting-href-svg','s:96:\"hi:\"set\" का उपयोग कर \"href\" जोड़ना अवरोधित है।\";'),('anp','messages:uploaded-wrong-setting-svg','s:247:\"hi:\"set\" का उपयोग कर किसी अन्य डाटा, लिपि से कार्य अवरोधित है। एसवीजी फ़ाइल में मिला <code>&lt;set to=\"$1\"&gt;</code> है।\";'),('anp','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('anp','messages:uploaderror','s:37:\"hi:अपलोड त्रुटि\";'),('anp','messages:uploadfooter','s:4:\"en:-\";'),('anp','messages:uploadinvalidxml','s:134:\"hi:अपलोड की गई फ़ाइल में स्थित XML पार्स नहीं की जा सकी।\";'),('anp','messages:uploadlogpage','s:32:\"anp:अपलोड सूची\";'),('anp','messages:uploadlogpagetext','s:294:\"hi:नीचे हाल ही में अपलोड की गई फ़ाइलों की सूची है।\nकृपया और द्रैश्यिक विवरण के लिए [[Special:NewFiles|नई फ़ाइलों की गैलरी]] देखें।\";'),('anp','messages:uploadnewversion-linktext','s:85:\"anp:इ फाईल के नया संस्करण अपलोड करौ\";'),('anp','messages:uploadnologin','s:52:\"hi:लॉग इन नहीं किया है\";'),('anp','messages:uploadnologintext','s:118:\"hi:फ़ाइलें अपलोड करने के लिये $1 करना आवश्यक है।\";'),('anp','messages:uploadscripted','s:233:\"hi:इस फ़ाइल में एच॰टी॰एम॰एल या स्क्रिप्ट कोड है, जो वेब ब्राउज़र द्वारा गलत पढ़ा जा सकता है।\";'),('anp','messages:uploadscriptednamespace','s:136:\"hi:इस एस॰वी॰जी फ़ाइल में अमान्य नामस्थान \"<nowiki>$1</nowiki>\" है।\";'),('anp','messages:uploadstash','s:47:\"hi:स्टैश अपलोड करें\";'),('anp','messages:uploadstash-bad-path','s:46:\"hi:पथ मौजूद नहीं है|\";'),('anp','messages:uploadstash-bad-path-bad-format','s:96:\"hi:कुंजी \"$1\" एक उचित प्रारूप में नहीं है|\";'),('anp','messages:uploadstash-bad-path-invalid','s:46:\"hi:पथ मौजूद नहीं है|\";'),('anp','messages:uploadstash-bad-path-no-handler','s:120:\"hi:फ़ाइल $2 में से $1 के लिए कोई प्रहस्तक नहीं मिला|\";'),('anp','messages:uploadstash-bad-path-unknown-type','s:45:\"hi:अज्ञात प्रकार \"$1\"\";'),('anp','messages:uploadstash-bad-path-unrecognized-thumb-name','s:61:\"hi:अपरिचित अंगूठे का नाम|\";'),('anp','messages:uploadstash-badtoken','s:248:\"hi:वह कार्य असफल रहा, सम्भवतः आपके सम्पादन प्रमाणपत्र की अवधि समाप्त हो गई है। पुनः प्रयास करें।\";'),('anp','messages:uploadstash-clear','s:77:\"hi:स्टैश की गई फ़ाइलें साफ़ करें\";'),('anp','messages:uploadstash-errclear','s:83:\"hi:फ़ाइलों को साफ़ करना असफल रहा।\";'),('anp','messages:uploadstash-exception','s:125:\"hi:गुप्त कोष में अपलोड स्टोर नहीं किया जा सका ($1): \"$2\".\";'),('anp','messages:uploadstash-file-not-found','s:96:\"hi:छिपाने की जगह में कुंजी \"$1\" नहीं मिली|\";'),('anp','messages:uploadstash-file-not-found-missing-content-type','s:82:\"hi:सामग्री प्रकार हैडर अनुपलब्ध|\";'),('anp','messages:uploadstash-file-not-found-no-local-path','s:128:\"hi:स्केल की गयी वस्तु के लिए कोई स्थानीय पथ नहीं है|\";'),('anp','messages:uploadstash-file-not-found-no-remote-thumb','s:97:\"hi:थंबनेल प्राप्त करना विफल: $1\nयूआरएल = $2\";'),('anp','messages:uploadstash-file-not-found-no-thumb','s:87:\"hi:थंबनेल प्राप्त नहीं किया जा सका|\";'),('anp','messages:uploadstash-file-not-found-not-exists','s:84:\"hi:पथ नहीं मिल सकता, न ही सादी फाइल|\";'),('anp','messages:uploadstash-file-too-large','s:94:\"hi:$1 बाइट्स से बड़ी फ़ाइल नहीं दे सकता|\";'),('anp','messages:uploadstash-no-such-key','s:98:\"hi:ऐसी कोई भी कुंजी ($1), नहीं हटा सकते हैं|\";'),('anp','messages:uploadstash-nofiles','s:113:\"hi:आपके पास कोई स्टैश की हुई फ़ाइलें नहीं हैं।\";'),('anp','messages:uploadstash-not-logged-in','s:199:\"hi:कोई भी उपयोगकर्ता लॉग इन नहीं है, फाइल उपयोगकर्ताओं से संबंधित होनी चाहिए।\";'),('anp','messages:uploadstash-refresh','s:76:\"hi:फ़ाइलों की सूची रिफ़्रेश करें\";'),('anp','messages:uploadstash-summary','s:564:\"hi:यह पृष्ठ उन फ़ाइलों के लिए अभिगम उपलब्ध कराता है जो अपलोड की गई हैं ‍‌‍‌(या अपलोड प्रक्रिया में हैं) लेकिन विकी पर अभी भी प्रकाशित नहीं हुई हैं। ये फ़ाइलें अपलोड करने वाले सदस्य को छोड़कर किसी के लिए भी दर्शित नहीं हैं।\";'),('anp','messages:uploadstash-thumbnail','s:28:\"hi:छवि देखें\";'),('anp','messages:uploadstash-wrong-owner','s:133:\"hi:यह फ़ाइल ($1) वर्तमान उपयोगकर्ता से संबंधित नहीं है|\";'),('anp','messages:uploadstash-zero-length','s:65:\"hi:फ़ाइल शून्य लंबाई की है|\";'),('anp','messages:uploadtext','s:1736:\"hi:फ़ाइल अपलोड करने के लिए नीचे दिए फ़ॉर्म का प्रयोग करें।\n[[Special:FileList|अपलोड की गई फ़ाइलों की सूची]] से आप पहले पहले अपलोड की गई फ़ाइलों को देख सकते हैं और उनमें खोज सकते हैं। दोबारा अपलोड की गई फ़ाइलों को [[Special:Log/upload|अपलोड सूची]] में देखें, और मिटाई फ़ाइलों के लिए [[Special:Log/delete|हटाने की सूची]] देखें।\n\nकिसी पृष्ठ में फ़ाइल का प्रयोग करने के लिए नीचे दिए गये उदाहरणों के अनुसार कड़ियाँ बनाएँ।\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code>\'\'\' फ़ाइल का पूरा आकार प्रयोग करने के लिये\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|alt text]]</nowiki></code>\'\'\' पृष्ठ में बाईं ओर फ़ाइल का 200 पिक्सेल चौड़ा अवतरण \"alt text\" विवरण के साथ एक बक्से में प्रयोग करने के लिये\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code>\'\'\' बिना फ़ाइल का प्रयोग किये केवल उसकी कड़ी जोड़ने के लिये\";'),('anp','messages:uploadvirus','s:105:\"hi:इस फ़ाइल में एक वायरस है!\nअधिक जानकारी: $1\";'),('anp','messages:uploadwarning','s:40:\"hi:अपलोड चेतावनी\";'),('anp','messages:uploadwarning-text','s:112:\"hi:फ़ाइल विवरण को संशोधित कर फिर कोशिश करें।\";'),('anp','messages:uploadwarning-text-nostash','s:214:\"hi:कृपया फ़ाइल को फिर से अपलोड करें, नीचे विवरण को संशोधित करें और पुनः प्रयास करें।\";'),('anp','messages:user-mail-no-addy','s:109:\"hi:ई-मेल पते के बिना ई-मेल भेजने की कोशिश की।\";'),('anp','messages:user-mail-no-body','s:134:\"hi:एक खाली अथवा बहुत छोटी ई-मेल भेजने की कोशिश की गयी।\";'),('anp','messages:usercreated','s:87:\"hi:$1 को $2 बजे बनाया गया, सदस्यनाम $3 है\";'),('anp','messages:usercssispublic','s:269:\"hi:ध्यान दें: सी॰एस॰एस उपपृष्ठों में कोई भी निजी जानकारी नहीं होनी चाहिए, क्योंकि इसे कोई भी देख सकता है।\";'),('anp','messages:usercsspreview','s:252:\"hi:<strong>ध्यान रखें कि आप अपने सदस्य CSS का बस एक झलक देख रहे हैं।\nइसे अब तक प्रकाशित नहीं किया गया है!</strong>\";'),('anp','messages:usercssyoucanpreview','s:221:\"hi:<strong>टिप्पणी:</strong> प्रकाशित करने से पहले अपने नए CSS का नमूना देखने के लिए \"{{int:showpreview}}\" दबाएँ।\";'),('anp','messages:usereditcount','s:41:\"hi:$1 {{PLURAL:$1|सम्पादन}}\";'),('anp','messages:userexists','s:209:\"anp:तोरौ देलौ गेलौ सदस्यनाम पहिने सँ प्रयोग मँ छौं।\nकृपया कोय अन्य सदस्यनाम चुनौ।\";'),('anp','messages:userinvalidconfigtitle','s:404:\"hi:<strong>चेतावनी:</strong> \"$1\" नाम की कोई त्वचा नहीं है।\nबदले हुए .css .json तथा .js पृष्ठों के शीर्षक नीचे स्तर की लिपि (lowercase) का प्रयोग करते हैं। उदाहरण: {{ns:user}}:Foo/vector.css न की {{ns:user}}:Foo/Vector.css\";'),('anp','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('anp','messages:userjsispublic','s:285:\"hi:ध्यान दें: जावास्क्रिप्ट के उपपृष्ठ में कोई भी निजी जानकारी नहीं होनी चाहिए, क्योंकि इसे कोई भी देख सकता है।\";'),('anp','messages:userjsonispublic','s:293:\"hi:कृपया ध्यान दें:जेएसओएन उपपृष्ठों में गोपनीय डाटा नहीं होने चाहिये क्योंकि वे अन्य सदस्यों द्वारा दृश्य हैं।\";'),('anp','messages:userjsonpreview','s:280:\"hi:<strong>ध्यान रखें कि आप अपने सदस्य JSON कॉन्फिग को बस परीक्षित कर रहे हैं।\nइसे अब तक प्रकाशित नहीं किया गया है!</strong>\";'),('anp','messages:userjsonyoucanpreview','s:222:\"hi:<strong>टिप्पणी:</strong> प्रकाशित करने से पहले अपने नए JSON का नमूना देखने के लिए \"{{int:showpreview}}\" दबाएँ।\";'),('anp','messages:userjspreview','s:293:\"hi:<strong>ध्यान रखें कि आप अपने सदस्य जावास्क्रिप्ट को बस परीक्षित कर रहे हैं।\nइसे अब तक प्रकाशित नहीं किया गया है!</strong>\";'),('anp','messages:userjsyoucanpreview','s:257:\"hi:<strong>टिप्पणी:</strong> प्रकाशित करने से पहले अपने नए जावास्क्रिप्ट का नमूना देखने के लिए \"{{int:showpreview}}\" दबाएँ।\";'),('anp','messages:userlogin-createanother','s:45:\"anp:आपनौ खाता बनाबौ\";'),('anp','messages:userlogin-helplink2','s:56:\"anp:लॉग-इन करै मँ सहायता\";'),('anp','messages:userlogin-joinproject','s:39:\"anp:{{SITENAME}} सँ जुड़ौ\";'),('anp','messages:userlogin-loggedin','s:327:\"anp:तोंय {{GENDER:$1|$1}} केरौ रूप मँ पहिनअ सँ लॉग-इन करलहै छौ।\nकोय दोसरौ सदस्य केरौ रूप मँ लॉग-इन करै लेली निम्नलिखित फ़ॉर्म क प्रयोग करौ।\";'),('anp','messages:userlogin-noaccount','s:51:\"anp:आपनै के खाता नै छै?\";'),('anp','messages:userlogin-reauth','s:190:\"anp:तोंय {{GENDER:$1|$1}} छेकौ, हैय प्रमाणित करै लेली तोरा दोबारा लॉग-इन करै ल पड़थौं।\";'),('anp','messages:userlogin-remembermypassword','s:60:\"anp:हमरा लॉग-इन करी क राखौ\";'),('anp','messages:userlogin-resetpassword-link','s:68:\"anp:पासवर्ड भुलाय गेल्हौ की?\";'),('anp','messages:userlogin-signwithsecure','s:83:\"anp:सुरक्षित कनेक्शन क प्रयोग करौ\";'),('anp','messages:userlogin-yourname','s:25:\"anp:यूजरनाम\";'),('anp','messages:userlogin-yourname-ph','s:57:\"anp:अपनौ सदस्यनाँव लिखौ\";'),('anp','messages:userlogin-yourpassword','s:49:\"anp:कूटशब्द (पासवर्ड)\";'),('anp','messages:userlogin-yourpassword-ph','s:51:\"anp:आपनौ पासवर्ड डालौ\";'),('anp','messages:userlogout','s:57:\"anp:लॉग-आउट (सत्रांत) करौ\";'),('anp','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('anp','messages:userlogout-summary','s:3:\"en:\";'),('anp','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('anp','messages:usermaildisabled','s:71:\"hi:सदस्य ई-मेल अक्षम किया गया\";'),('anp','messages:usermaildisabledtext','s:152:\"hi:आप इस विकि पर ई-मेल अन्य सदस्यों को ई-मेल नहीं भेज सकते हैं\";'),('anp','messages:usermessage-editor','s:32:\"anp:सिस्टम दूत\";'),('anp','messages:usermessage-summary','s:76:\"hi:प्रणाली सन्देश छोड़ रहा है।\";'),('anp','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('anp','messages:username','s:42:\"hi:{{GENDER:$1|सदस्यनाम}}:\";'),('anp','messages:usernameinprogress','s:173:\"anp:हैय प्रयोक्ता क खाता निर्माण एखनी चालू छै।\nकृपया प्रतीक्षा करौ।\";'),('anp','messages:userpage-userdoesnotexist','s:276:\"hi:सदस्य खाता \"$1\" पंजीकृत नहीं है।\nकृपया जाँच लें कि आप यह पृष्ठ संपादित अथवा निर्मित करना चाहते हैं या नहीं।\";'),('anp','messages:userpage-userdoesnotexist-view','s:63:\"anp:सदस्य \"$1\" पंजीकृत नै छै।\";'),('anp','messages:userrights','s:37:\"hi:सदस्य अधिकार\";'),('anp','messages:userrights-cannot-shorten-expiry','s:366:\"hi:आप \"$1\" समूह की समाप्ति को आगे नहीं बढ़ा सकते हैं। केवल इस समूह में जोड़ने और निकालने की अनुमति वाले सदस्य ही समाप्ति समय को आगे बढ़ा सकते हैं।\";'),('anp','messages:userrights-changeable-col','s:77:\"hi:समूह जिन्हें आप बदल सकते हैं\";'),('anp','messages:userrights-conflict','s:229:\"hi:सदस्य अधिकार बदलावों में अंतर्विरोध! कृपया अपने बदलाव जाँचें और पुनः सुनिश्चित करें।\";'),('anp','messages:userrights-editusergroup','s:76:\"hi:सदस्य समूहों का संपादन करें\";'),('anp','messages:userrights-expiry','s:25:\"hi:समाप्ति:\";'),('anp','messages:userrights-expiry-current','s:27:\"hi:समाप्ती $1\";'),('anp','messages:userrights-expiry-existing','s:64:\"hi:वर्तमान समाप्ति समय: $3, $2\";'),('anp','messages:userrights-expiry-in-past','s:125:\"hi:\"$1\" समूह हेतु समाप्ती का समय पहले ही बीत चुका है।\";'),('anp','messages:userrights-expiry-none','s:47:\"hi:समाप्त नहीं होता\";'),('anp','messages:userrights-expiry-options','s:183:\"hi:एक दिन:1 day,एक सप्ताह:1 week,एक महीना:1 month,तीन महीने:3 months,छः महीने:6 months,एक वर्ष:1 year\";'),('anp','messages:userrights-expiry-othertime','s:26:\"hi:अन्य समय:\";'),('anp','messages:userrights-groups-help','s:1006:\"hi:आप इस सदस्य की समूह-सदस्यता बदल सकते हैं:\n* बक्से पर सही का निशान लगे होने का अर्थ है कि सदस्य उस समूह में है।\n* बक्से पर सही का निशान न लगे होने का अर्थ है कि सदस्य उस समूह में नहीं है।\n* एक * का अर्थ है कि एक बार जोड़ने के बाद वह समूह हटा नहीं सकते हैं, और हटाने के बाद जोड़ नहीं सकते हैं।\n* एक # सूचित करता है कि आप केवल इस समूह सदस्यता के समाप्ति समय को वापस रख सकते हैं; आप इसे आगे नहीं बढ़ा सकते हैं\";'),('anp','messages:userrights-groupsmember','s:88:\"hi:निम्न {{PLURAL:$1|समूह|समूहों}} का सदस्य:\";'),('anp','messages:userrights-groupsmember-auto','s:119:\"hi:निम्न {{PLURAL:$1|समूह|समूहों}} का अंतर्निहित सदस्य:\";'),('anp','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('anp','messages:userrights-invalid-expiry','s:101:\"hi:\"$1\" समूह के लिए समाप्ती तिथि अमान्य है।\";'),('anp','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('anp','messages:userrights-lookup-user','s:34:\"hi:सदस्य चुनें\";'),('anp','messages:userrights-no-interwiki','s:160:\"hi:आपको अन्य विकियों पर सदस्य अधिकार बदलने की अनुमति नहीं हैं।\";'),('anp','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('anp','messages:userrights-nodatabase','s:139:\"hi:डाटाबेस $1 या तो मौजूद नहीं है या फिर स्थानीय नहीं है।\";'),('anp','messages:userrights-reason','s:16:\"hi:कारण:\";'),('anp','messages:userrights-summary','s:3:\"en:\";'),('anp','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('anp','messages:userrights-unchangeable-col','s:90:\"hi:समूह जिन्हें आप नहीं बदल सकते हैं\";'),('anp','messages:userrights-user-editname','s:38:\"hi:सदस्यनाम दें:\";'),('anp','messages:userrights-viewusergroup','s:61:\"hi:{{GENDER:$1|सदस्य}} समूह देखें\";'),('anp','messages:variantname-crh','s:6:\"en:crh\";'),('anp','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('anp','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('anp','messages:variantname-gan','s:6:\"en:gan\";'),('anp','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('anp','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('anp','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('anp','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('anp','messages:variantname-iu','s:5:\"en:iu\";'),('anp','messages:variantname-kk','s:5:\"en:kk\";'),('anp','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('anp','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('anp','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('anp','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('anp','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('anp','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('anp','messages:variantname-ku','s:5:\"en:ku\";'),('anp','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('anp','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('anp','messages:variantname-shi','s:6:\"en:shi\";'),('anp','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('anp','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('anp','messages:variantname-sr','s:5:\"en:sr\";'),('anp','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('anp','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('anp','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('anp','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('anp','messages:variantname-tg','s:5:\"en:tg\";'),('anp','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('anp','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('anp','messages:variantname-tly','s:6:\"en:tly\";'),('anp','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('anp','messages:variantname-uz','s:5:\"en:uz\";'),('anp','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('anp','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('anp','messages:variantname-zh','s:5:\"en:zh\";'),('anp','messages:variantname-zh-cn','s:5:\"en:CN\";'),('anp','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('anp','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('anp','messages:variantname-zh-hk','s:5:\"en:HK\";'),('anp','messages:variantname-zh-mo','s:5:\"en:MO\";'),('anp','messages:variantname-zh-my','s:5:\"en:MY\";'),('anp','messages:variantname-zh-sg','s:5:\"en:SG\";'),('anp','messages:variantname-zh-tw','s:5:\"en:TW\";'),('anp','messages:variants','s:25:\"anp:संस्करण\";'),('anp','messages:vector-2022-prefs-talkpage','s:64:\"anp:[[mw:Talk:Reading/Web/Desktop_Improvements|चर्चा]]\";'),('anp','messages:vector-action-addsection','s:32:\"anp:विषय जोड़ौ\";'),('anp','messages:vector-action-delete','s:22:\"anp:मेटाबौ\";'),('anp','messages:vector-action-move','s:47:\"anp:स्थानांतरित करौ\";'),('anp','messages:vector-action-protect','s:38:\"anp:सुरक्षित करौ\";'),('anp','messages:vector-action-toggle-sidebar','s:52:\"anp:साइडबार क टॉगल करौ\";'),('anp','messages:vector-action-undelete','s:39:\"anp:हटाना वापस ला\";'),('anp','messages:vector-action-unprotect','s:47:\"anp:सुरक्षितता बदलौ\";'),('anp','messages:vector-anon-user-menu-pages','s:110:\"anp:लॉग-आउट करलौ गेलौ संपादक सिनी लेली पन्ना\";'),('anp','messages:vector-anon-user-menu-pages-label','s:81:\"anp:संपादन केरौ बारै मँ अधिक जानौ\";'),('anp','messages:vector-anon-user-menu-pages-learn','s:39:\"anp:आरू अधिक जानौ\";'),('anp','messages:vector-article-tools-nav-label','s:18:\"hi:उपकरण\";'),('anp','messages:vector-intro-page','s:24:\"anp:Help:परिचय\";'),('anp','messages:vector-jumptocontent','s:36:\"anp:सामग्री प जा\";'),('anp','messages:vector-jumptonavigation','s:39:\"anp:नेविगेशन प जा\";'),('anp','messages:vector-jumptosearch','s:24:\"anp:खोज प जा\";'),('anp','messages:vector-language-button-aria-label','s:155:\"hi:दूसरे भाषा में लेख पर जाएँ। {{PLURAL:$1|$1 भाषा|$1 भाषाओं}} में उपलब्ध\";'),('anp','messages:vector-language-button-label','s:62:\"anp:{{PLURAL:$1|$1 भाषा|$1 भाषा सिनी}}\";'),('anp','messages:vector-language-redirect-to-top','s:246:\"anp:हैय {{SITENAME}} प भाषा केरौ कड़ी सिनी पन्ना के ऊप्पर क ओरी लेख केरौ शीर्षक क पास छौं। [[#p-lang-btn|ऊप्पर जा]]।\";'),('anp','messages:vector-language-variant-switcher-label','s:61:\"anp:भाषा केरौ प्रकार बदलौ\";'),('anp','messages:vector-languages','s:29:\"anp:भाषा सिनी\";'),('anp','messages:vector-main-menu-tooltip','s:32:\"anp:मुख्य सूची\";'),('anp','messages:vector-more-actions','s:26:\"anp:आरू जादा\";'),('anp','messages:vector-no-language-button-aria-label','s:207:\"hi:यह लेख सिर्फ इसी भाषा में उपलब्ध है। इस लेख को दूसरी भाषाओं में अनुवादित करें।\";'),('anp','messages:vector-no-language-button-label','s:45:\"anp:भाषा सिनी जोड़ौ\";'),('anp','messages:vector-opt-out','s:52:\"anp:पुरनका दिखावट प जा\";'),('anp','messages:vector-opt-out-tooltip','s:185:\"hi:अपने सेटिंग्स को बदलकर स्किन के पुराने दिखावट (लिगेसी Vector) पर वापस जाएँ\";'),('anp','messages:vector-search-loader','s:69:\"anp:खोज सुझाव लोड होय रहलौ छौ\";'),('anp','messages:vector-searchsuggest-containing','s:129:\"anp:<strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> सँ जुड़लो पन्ना खोजौ\";'),('anp','messages:vector-site-nav-label','s:16:\"anp:साइट\";'),('anp','messages:vector-skin-desc','s:521:\"anp:दू Vector स्किन्स प्रदान करै छै:\n* 2011 - MonoBook क आधुनिक संस्करण जेकरा मँ एगो टटका दिखावट आरो उपयोग मँ सुधार छै।\n* 2022 - Vector जेकरा विकिमीडिया संस्थान केरौ [[mw:Desktop Improvements|डेस्कटॉप उन्नति]] परियोजना के रूप मँ बनैलौ गेलौ छै।\";'),('anp','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('anp','messages:vector-toc-beginning','s:22:\"anp:शुरुआत\";'),('anp','messages:vector-toc-collapsible-button-label','s:55:\"anp:विषयसूची क टॉगल करौ\";'),('anp','messages:vector-toc-heading','s:24:\"hi:सामग्री\";'),('anp','messages:vector-toc-menu-tooltip','s:28:\"anp:विषयसूची\";'),('anp','messages:vector-toc-toggle-button-label','s:59:\"anp:$1 उप-अनुभाग क टॉगल करौ\";'),('anp','messages:vector-toc-toggle-position-sidebar','s:44:\"hi:साइडबार पर जाएँ\";'),('anp','messages:vector-toc-toggle-position-title','s:21:\"hi:छुपाएँ\";'),('anp','messages:vector-view-create','s:19:\"anp:बनाबौ\";'),('anp','messages:vector-view-edit','s:32:\"anp:संपादन करौ\";'),('anp','messages:vector-view-history','s:35:\"anp:इतिहास देखौ\";'),('anp','messages:vector-view-view','s:16:\"anp:पढ़ौ\";'),('anp','messages:vector-view-viewsource','s:32:\"anp:स्रोत देखौ\";'),('anp','messages:vector.css','s:162:\"hi:/* यहाँ के CSS को Vector स्किन के उपयोगकर्ताओं के लिए लोड किया जाएगा */\";'),('anp','messages:vector.js','s:198:\"hi:/* यहाँ की जावास्क्रिप्ट को Vector स्किन के उपयोगकर्ताओं के लिए लोड किया जाएगा */\";'),('anp','messages:verification-error','s:98:\"hi:यह फ़ाइल सत्यापन में अनुत्तीर्ण रही।\";'),('anp','messages:version','s:24:\"hi:संस्करण\";'),('anp','messages:version-antispam','s:56:\"hi:अवांछित-ईमेल रोकथाम\";'),('anp','messages:version-api','s:6:\"en:API\";'),('anp','messages:version-credits-not-found','s:163:\"hi:इस एक्सटेंशन के लिए कोई विस्तृत श्रेय जानकारी नहीं पायी गयी।\";'),('anp','messages:version-credits-summary','s:220:\"hi:हम निम्न व्यक्तियों द्वारा [[Special:Version|मीडियाविकि]] में किये गए योगदानों को सराहते हैं।\";'),('anp','messages:version-credits-title','s:38:\"hi:$1 के लिए श्रेय\";'),('anp','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('anp','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('anp','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('anp','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('anp','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('anp','messages:version-editors','s:24:\"hi:सम्पादक\";'),('anp','messages:version-entrypoints','s:62:\"hi:प्रवेश बिंदु यू॰आर॰एल\";'),('anp','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('anp','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('anp','messages:version-entrypoints-header-entrypoint','s:37:\"hi:प्रवेश बिंदु\";'),('anp','messages:version-entrypoints-header-url','s:27:\"hi:यू॰आर॰एल\";'),('anp','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('anp','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('anp','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('anp','messages:version-ext-colheader-credits','s:15:\"hi:लेखक\";'),('anp','messages:version-ext-colheader-description','s:18:\"hi:विवरण\";'),('anp','messages:version-ext-colheader-license','s:24:\"hi:लाइसेंस\";'),('anp','messages:version-ext-colheader-name','s:30:\"hi:एक्सटेंशन\";'),('anp','messages:version-ext-colheader-version','s:24:\"hi:संस्करण\";'),('anp','messages:version-ext-license','s:24:\"hi:लाइसेंस\";'),('anp','messages:version-extensions','s:75:\"hi:इन्स्टॉल की हुई एक्स्टेंशन\";'),('anp','messages:version-hook-name','s:22:\"hi:हूक नाम\";'),('anp','messages:version-hook-subscribedby','s:47:\"hi:ने सदस्यत्व लिया\";'),('anp','messages:version-hooks','s:12:\"hi:हूक\";'),('anp','messages:version-libraries','s:52:\"hi:स्थापित लाइब्रेरी\";'),('anp','messages:version-libraries-authors','s:15:\"hi:लेखक\";'),('anp','messages:version-libraries-description','s:18:\"hi:विवरण\";'),('anp','messages:version-libraries-library','s:30:\"hi:लाइब्रेरी\";'),('anp','messages:version-libraries-license','s:36:\"hi:अनुज्ञापत्र\";'),('anp','messages:version-libraries-version','s:24:\"hi:संस्करण\";'),('anp','messages:version-license','s:67:\"hi:मीडियाविकि अनुज्ञापत्र\";'),('anp','messages:version-license-info','s:2087:\"hi:मीडियाविकि मुक्त सॉफ़्टवेयर है; आप उसका पुनः वितरण कर सकते हैं और/अथवा उसे जे०एन०यू० साधारण सार्वजनिक लाइसेंस के अंतरगत संशोधित कर सकते हैं, जैसा की फ़्री लाइसेंस फ़ाउन्डेशन द्वारा प्रकाशित किया गया था; या तो लाइसेंस का अवतरण २, या (आपके विकल्प के अनुसार) उसके बाद के कोई भी अन्य अवतरण।\n\nमीडियाविकि इस आशा के साथ वितरित किया गया है कि यह उपयुक्त है, पर वारंटी के बिना; जिसमें व्यापारिक मापदंड वाली वारंटी भी नहीं है और न ही किसी लक्ष्य के लिए पर्याप्त होने का प्रावधान है। अधिक जानकारी के लिए जे०एन०यू० साधारण सार्वजनिक लाइसेंस देखिये।\n\nआपको इस प्रोग्राम के साथ [{{SERVER}}{{SCRIPTPATH}}/COPYING जे०एन०यू० साधारण सार्वजनिक लाइसेंस की एक प्रति] मिल चुकी होगी; यदि नहीं तो सम्पर्क कीजिए फ़्री लाइसेंस फ़ाउन्डेशन, इंक., 51 फ़्रैंकलिन स्ट्रीट, पाँचवीं मंज़िल, बॉस्टन, एम०ए० 02110-1301, यू०एस०ए० या [//www.gnu.org/licenses/old-licenses/gpl-2.0.html इसे ऑनलाइन पढ़ें].\";'),('anp','messages:version-license-not-found','s:169:\"hi:इस एक्सटेंशन के लिए कोई विस्तृत लाइसेंस जानकारी नहीं पायी गयी।\";'),('anp','messages:version-license-title','s:44:\"hi:$1 के लिए लाइसेंस\";'),('anp','messages:version-mediahandlers','s:40:\"hi:मीडिया संचालक\";'),('anp','messages:version-no-ext-name','s:37:\"hi:[कोई नाम नहीं]\";'),('anp','messages:version-other','s:15:\"hi:अन्य\";'),('anp','messages:version-parser-extensiontags','s:62:\"hi:पार्सर एक्स्टेंशन टैग\";'),('anp','messages:version-parser-function-hooks','s:47:\"hi:पार्सर कार्य हूक\";'),('anp','messages:version-parserhooks','s:31:\"hi:पार्सर हूक\";'),('anp','messages:version-poweredby-credits','s:163:\"hi:यह विकि  \'\'\'[https://www.mediawiki.org/ MediaWiki]\'\'\' द्वारा संचालित है, कॉपीराइट © 2001 - $1  $2 ।\";'),('anp','messages:version-poweredby-others','s:15:\"hi:अन्य\";'),('anp','messages:version-poweredby-translators','s:42:\"hi:translatewiki.net अनुवादक\";'),('anp','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('anp','messages:version-skin-colheader-name','s:18:\"hi:त्वचा\";'),('anp','messages:version-skins','s:66:\"hi:इन्स्टॉल की गयी त्वचाएँ\";'),('anp','messages:version-software','s:66:\"hi:इन्स्टॉल की हुई प्रणाली\";'),('anp','messages:version-software-product','s:27:\"hi:प्रोडक्ट\";'),('anp','messages:version-software-version','s:18:\"hi:अवतरण\";'),('anp','messages:version-specialpages','s:34:\"hi:विशेष पृष्ठ\";'),('anp','messages:version-summary','s:3:\"en:\";'),('anp','messages:version-variables','s:24:\"hi:वेरिएबल\";'),('anp','messages:version-version','s:7:\"en:($1)\";'),('anp','messages:versionrequired','s:92:\"anp:मीडीयाविकी केरऽ $1 अवतरण ज़रूरी छै\";'),('anp','messages:versionrequiredtext','s:220:\"anp:इ पन्ना प्रयोग करै लेली मीडियाविकी केरऽ $1 अवतरण ज़रूरी छै.\nदेखऽ [[Special:Version|अवतरण पृष्ठ]]\";'),('anp','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('anp','messages:view','s:22:\"anp:अवलोकन\";'),('anp','messages:view-pool-contention','s:18:\"en:pool contention\";'),('anp','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('anp','messages:view-pool-error','s:401:\"anp:क्षमा करौ, इ समय सर्वर प अतिभार छै।\nबहुत्ते सदस्य इ पृष्ठ क देखै के प्रयास करी रहलौ छै।\nकृपया कुछ समय प्रतीक्षा करौ फेरू सँ इ पन्ना क देखै के प्रयास करौ।\n\n$1\";'),('anp','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('anp','messages:viewcount','s:96:\"anp:इ पृष्ठ {{PLURAL:$1|एक|$1}} बार देखलौ गेलौ छै।\";'),('anp','messages:viewdeleted','s:26:\"anp:$1 दिखाबौ?\";'),('anp','messages:viewdeleted_short','s:145:\"anp:देखौ {{PLURAL:$1|एगो हटैलौ गेलौ सम्पादन|$1 हटैलौ गेलौ सम्पादन}}\";'),('anp','messages:viewdeletedpage','s:61:\"anp:हटैलौ पन्ना वापस लानौ\";'),('anp','messages:viewhelppage','s:51:\"anp:सहायता पृष्ठ देखौ\";'),('anp','messages:viewinguserrights','s:142:\"hi:{{GENDER:$1|user}} के उपयोगकर्ता अधिकारों को देखना <strong>[[User:$1|$1]]</strong> $2\";'),('anp','messages:viewpagelogs','s:59:\"anp:इ पन्ना केरौ लॉग देखौ\";'),('anp','messages:viewpagelogs-lowercase','s:59:\"anp:इ पन्ना केरौ लॉग देखौ\";'),('anp','messages:viewprevnext','s:52:\"anp:देखौ ($1 {{int:pipe-separator}} $2) ($3)\";'),('anp','messages:views','s:22:\"anp:दर्शाव\";'),('anp','messages:viewsource','s:32:\"anp:स्रोत देखौ\";'),('anp','messages:viewsource-title','s:48:\"anp:$1 लेली स्रोत देखौ\";'),('anp','messages:viewsourcelink','s:32:\"anp:स्रोत देखौ\";'),('anp','messages:viewsourceold','s:32:\"anp:स्रोत देखौ\";'),('anp','messages:viewsourcetext','s:147:\"anp:आपनै इ पन्ना केरौ स्त्रोत क देखै आरू कापी करै सकै छियै।\";'),('anp','messages:viewtalkpage','s:32:\"anp:चर्चा देखौ\";'),('anp','messages:viewyourtext','s:206:\"anp:आपनै इ पन्ना मँ अपनौ करलौ गेलौ स्रोत देखै सकै छियै आरू ओकरौ कॉपी करै सकै छियै।\";'),('anp','messages:virus-badscanner','s:118:\"anp:गलत कॉन्फ़िगरेशन: अज्ञात वायरस स्कैनर: <em>$1</em>\";'),('anp','messages:virus-scanfailed','s:47:\"anp:स्कैन विफल (कोड $1)\";'),('anp','messages:virus-unknownscanner','s:51:\"anp:अज्ञात ऐंटीवायरस:\";'),('anp','messages:wantedcategories','s:49:\"hi:वांछित श्रेणियाँ\";'),('anp','messages:wantedcategories-summary','s:3:\"en:\";'),('anp','messages:wantedfiles','s:40:\"hi:वांछित फ़ाइलें\";'),('anp','messages:wantedfiles-summary','s:3:\"en:\";'),('anp','messages:wantedfiletext-cat','s:643:\"hi:निम्न फ़ाइलें प्रयुक्त हैं पर मौजूद नहीं हैं। बाहरी भंडारों की फ़ाइलें मौजूद होने के बावजूद सूची में हो सकती हैं। ऐसी कोई भी गलत प्रविष्टियाँ <del>काटी हुई</del> होंगी। साथ ही, जो पृष्ठ ऐसी फ़ाइलों का प्रयोग करते हैं जो मौजूद नहीं हैं, उनकी सूची [[:$1]] में है।\";'),('anp','messages:wantedfiletext-cat-noforeign','s:349:\"hi:निम्न लिखित फ़ाइल प्रयोग में हैं पर मौजूद नहीं है। इसके अतिरिक्त, पृष्ठ जो इन ग़ैर-मौजूद फ़ाइलों को सजोए हुए हैं उनकी सूची [[:$1]] में है।\";'),('anp','messages:wantedfiletext-nocat','s:423:\"hi:निम्न फ़ाइलें प्रयुक्त हैं पर मौजूद नहीं हैं। बाहरी भंडारों की फ़ाइलें मौजूद होने के बावजूद सूची में हो सकती हैं। ऐसी कोई भी गलत प्रविष्टियाँ <del>काटी हुई</del> होंगी।\";'),('anp','messages:wantedfiletext-nocat-noforeign','s:155:\"hi:निम्न फ़ाइलों को इस्तेमाल कर रहे हैं, लेकिन मौजूद नहीं है।\";'),('anp','messages:wantedpages','s:44:\"hi:जो पृष्ठ चाहिये\";'),('anp','messages:wantedpages-badtitle','s:73:\"hi:परिणामों में अवैध शीर्षक: $1\";'),('anp','messages:wantedpages-summary','s:685:\"hi:जिसअनुपस्थित पृष्ठों की सूचीमें उनसे जुड़े अधिकांश कड़ियाँ हैं सिवाय उन पृष्ठों के जिनमें केवल अनुप्रेषित कड़ियाँ जुड़ती हों। अनुपस्थित पृष्ठों की सूची के लिए जिनमें केवल अनुप्रेषित कड़ियाँ जुड़ती हों, [[{{#special:BrokenRedirects}}|टूटे हुये पुनर्निर्देशों की सूची]] देखें।\";'),('anp','messages:wantedtemplates','s:37:\"hi:वांछित साँचे\";'),('anp','messages:wantedtemplates-summary','s:3:\"en:\";'),('anp','messages:watch','s:29:\"anp:ध्यान रखौ\";'),('anp','messages:watching','s:49:\"anp:ध्यान दय रहलौ छै...\";'),('anp','messages:watchlist','s:31:\"anp:ध्यानसूची\";'),('anp','messages:watchlist-details','s:167:\"anp:{{PLURAL:$1|$1 पृष्ठ}} आपनै के ध्यानसूची मँ छै (वार्ता पृष्ठ केरौ अलावा)।\";'),('anp','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('anp','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('anp','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('anp','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('anp','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('anp','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('anp','messages:watchlist-hide','s:21:\"hi:छुपाएँ\";'),('anp','messages:watchlist-options','s:50:\"anp:ध्यानसूची विकल्प\";'),('anp','messages:watchlist-submit','s:21:\"hi:दिखाएँ\";'),('anp','messages:watchlist-summary','s:3:\"en:\";'),('anp','messages:watchlist-unwatch','s:5:\"en:×\";'),('anp','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('anp','messages:watchlistanontext','s:222:\"hi:अपनी ध्यानसूची में मौजूद पृष्ठ देखने या फिर संपादित करने के लिये कॄपया लॉग इन करें।\";'),('anp','messages:watchlistedit-clear-done','s:90:\"hi:आपकी ध्यानसूची खाली कर दी गयी है।\";'),('anp','messages:watchlistedit-clear-explain','s:115:\"hi:आपकी ध्यानसूची से सभी पृष्ठ हटा दिए जाएँगे\";'),('anp','messages:watchlistedit-clear-jobqueue','s:177:\"hi:आपकी ध्यानसूची साफ हो रही है। इसे पूर्ण होने में कुछ समय लग सकता है!\";'),('anp','messages:watchlistedit-clear-legend','s:56:\"hi:ध्यानसूची खाली करें\";'),('anp','messages:watchlistedit-clear-removed','s:84:\"hi:$1 पृष्ठ{{PLURAL:$1|हटाया गया|हटाये गए}}:\";'),('anp','messages:watchlistedit-clear-submit','s:86:\"hi:ध्यानसूची को हटाएँ (यह स्थाई है!)\";'),('anp','messages:watchlistedit-clear-title','s:56:\"hi:ध्यानसूची खाली करें\";'),('anp','messages:watchlistedit-clear-titles','s:19:\"hi:खिताब:\";'),('anp','messages:watchlistedit-normal-done','s:129:\"hi:आपकी ध्यानसूचीसे {{PLURAL:$1|1शीर्षक|$1 शीर्षक}} हटा दिये:\";'),('anp','messages:watchlistedit-normal-explain','s:537:\"hi:आपकी ध्यानसूची में सूचीबद्ध पृष्ठ नीचे दिए गए हैं।\nकिसी पृष्ठ को सूची से हटाने के लिए उसके आगे दिए बक्से पर क्लिक करें, और \"{{int:Watchlistedit-normal-submit}}\" पर क्लिक करें।\nआप [[Special:EditWatchlist/raw|रॉ ध्यानसूची को संपादित]] भी कर सकते हैं।\";'),('anp','messages:watchlistedit-normal-legend','s:75:\"hi:ध्यानसूची से शीर्षक हटायें\";'),('anp','messages:watchlistedit-normal-submit','s:40:\"hi:शीर्षक हटायें\";'),('anp','messages:watchlistedit-normal-title','s:46:\"hi:ध्यानसूची बदलें\";'),('anp','messages:watchlistedit-raw-added','s:82:\"hi:{{PLURAL:$1|1शीर्षक|$1 शीर्षक}} बढा दिये:\";'),('anp','messages:watchlistedit-raw-done','s:90:\"hi:आपकी ध्यानसूची अपडेट कर दी गई हैं\";'),('anp','messages:watchlistedit-raw-explain','s:613:\"hi:आपकी ध्यानसूची में सूचीबद्ध पृष्ठ नीचे दिये गये हैं, और वे सूची से निकालकर या बढ़ाकर बदले जा सकते हैं;\nहर लाइन पर एक शीर्षक देकर।\nजब पूर्ण हो जाए, तो \"{{int:Watchlistedit-raw-submit}}\" पर क्लिक करें।\nआप [[Special:EditWatchlist|स्टैण्डर्ड संपादक का इस्तेमाल]] भी कर सकते हैं।\";'),('anp','messages:watchlistedit-raw-legend','s:62:\"hi:कच्ची ध्यानसूची बदलें\";'),('anp','messages:watchlistedit-raw-removed','s:82:\"hi:{{PLURAL:$1|1शीर्षक|$1 शीर्षक}} हटा दिये:\";'),('anp','messages:watchlistedit-raw-submit','s:59:\"hi:ध्यानसूची अपडेट करें\";'),('anp','messages:watchlistedit-raw-title','s:62:\"hi:कच्ची ध्यानसूची बदलें\";'),('anp','messages:watchlistedit-raw-titles','s:22:\"hi:शीर्षक:\";'),('anp','messages:watchlistedit-too-many','s:105:\"hi:यहाँ दर्शाने के लिए अत्यधिक पृष्ठ हैं।\";'),('anp','messages:watchlistfor2','s:19:\"anp:$1 लेली\";'),('anp','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('anp','messages:watchlisttools-clear','s:54:\"anp:ध्यानसूची खाली करौ\";'),('anp','messages:watchlisttools-edit','s:86:\"anp:ध्यानसूची देखौ आरू संपादित करौ\";'),('anp','messages:watchlisttools-raw','s:111:\"anp:अनिर्मित ध्यानसूची देखौ आरू संपादित करौ\";'),('anp','messages:watchlisttools-view','s:60:\"anp:प्रासंगिक बदलाव देखौ\";'),('anp','messages:watchnologin','s:52:\"hi:लॉग इन नहीं किया है\";'),('anp','messages:watchthis','s:75:\"anp:इ पन्ना क ध्यानसूची मँ डालौ\";'),('anp','messages:watchthispage','s:71:\"anp:ई पन्ना ध्यानसूची मँ डालौ\";'),('anp','messages:watchthisupload','s:58:\"hi:इस फ़ाइल पर ध्यान रखें\";'),('anp','messages:wed','s:13:\"anp:बुध\";'),('anp','messages:wednesday','s:22:\"anp:बुधवार\";'),('anp','messages:wednesday-at','s:41:\"hi:बुधवार को $1 बजे\";'),('anp','messages:weeks','s:38:\"hi:{{PLURAL:$1|$1 सप्ताह}}\";'),('anp','messages:welcomecreation-msg','s:240:\"anp:तोरौ खाता बनाय देलौ गेलौ छौं।\nयदि तोंय चाहौ त तोंय {{SITENAME}} प अपनौ [[Special:Preferences|वरीयता]] बदलै सकै छौ।\";'),('anp','messages:welcomeuser','s:50:\"anp:तोरौ स्वागत छौं, $1!\";'),('anp','messages:whatlinkshere','s:29:\"anp:कड़ी सिनी\";'),('anp','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('anp','messages:whatlinkshere-hideimages','s:48:\"anp:फाइल कड़ी नुकाबौ\";'),('anp','messages:whatlinkshere-hidelinks','s:35:\"anp:लिंक नुकाबौ\";'),('anp','messages:whatlinkshere-hideredirs','s:59:\"anp:पुनर्निर्देश नुकाबौ\";'),('anp','messages:whatlinkshere-hidetrans','s:65:\"anp:ट्रांसक्लूशन्स नुकाबौ\";'),('anp','messages:whatlinkshere-links','s:20:\"anp:← लिंक\";'),('anp','messages:whatlinkshere-next','s:46:\"anp:{{PLURAL:$1|अगला|अगला $1}}\";'),('anp','messages:whatlinkshere-page','s:20:\"anp:पन्ना:\";'),('anp','messages:whatlinkshere-prev','s:65:\"anp:{{PLURAL:$1|पिछला|पिछला सीनी $1}}\";'),('anp','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('anp','messages:whatlinkshere-submit','s:15:\"hi:जाएँ\";'),('anp','messages:whatlinkshere-summary','s:3:\"en:\";'),('anp','messages:whatlinkshere-title','s:63:\"anp:\"$1\" केरौ कड़ी वाला पृष्ठ\";'),('anp','messages:whitelistedittext','s:118:\"hi:पृष्ठ संपादित करने के लिये आपको $1 करना होगा।\";'),('anp','messages:widthheight','s:11:\"en:$1 × $2\";'),('anp','messages:widthheightpage','s:75:\"anp:$1 × $2, $3 {{PLURAL:$3|पृष्ठ|पृष्ठ सिनी}}\";'),('anp','messages:wikieditor','s:105:\"hi:उन्नत विकितेक्ष्त् संपादन इन्तेर्फचे\";'),('anp','messages:wikieditor-desc','s:247:\"hi:प्रदान करता है एक विकितेक्ष्त् एदितिङ् इन्तेर्फचे और् बहुत् सुविधा प्रदान कर्ता है मॉड्यूल\";'),('anp','messages:wikieditor-loading','s:15:\"hi:लदान\";'),('anp','messages:wikieditor-preview-changes-tab','s:18:\"hi:बदलाव\";'),('anp','messages:wikieditor-preview-loading','s:18:\"hi:लदान्\";'),('anp','messages:wikieditor-preview-preference','s:97:\"hi:सक्षम पक्ष ध्वारा पक्ष पूर्वावलोकन\";'),('anp','messages:wikieditor-preview-tab','s:36:\"hi:पूर्वावलोकन\";'),('anp','messages:wikieditor-publish-button-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:wikieditor-publish-button-publish','s:46:\"hi:प्प्रकाशित करना\";'),('anp','messages:wikieditor-publish-dialog-goback','s:28:\"hi:पीछे जाइए\";'),('anp','messages:wikieditor-publish-dialog-minor','s:34:\"hi:छोटा संपादन\";'),('anp','messages:wikieditor-publish-dialog-publish','s:40:\"hi:प्रकाशित करें\";'),('anp','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('anp','messages:wikieditor-publish-dialog-title','s:45:\"hi:{{SITENAME}} को छापा जाय\";'),('anp','messages:wikieditor-publish-dialog-watch','s:61:\"hi:इस पृष्ठ पे ध्यान रखेँ\";'),('anp','messages:wikieditor-publish-preference','s:24:\"hi:सक्श्म्\";'),('anp','messages:wikieditor-toolbar','s:53:\"hi:संपादन उपकरण पट्टी\";'),('anp','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('anp','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('anp','messages:wikieditor-toolbar-file-caption','s:21:\"hi:शीर्षक\";'),('anp','messages:wikieditor-toolbar-file-default','s:26:\"hi:(डिफॉल्ट)\";'),('anp','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('anp','messages:wikieditor-toolbar-file-format','s:21:\"hi:स्वरूप\";'),('anp','messages:wikieditor-toolbar-file-format-none','s:25:\"hi:कोई नहीं\";'),('anp','messages:wikieditor-toolbar-file-size','s:15:\"hi:आकार\";'),('anp','messages:wikieditor-toolbar-file-target','s:32:\"hi:संचिका नाम:\";'),('anp','messages:wikieditor-toolbar-group-format','s:21:\"hi:स्वरूप\";'),('anp','messages:wikieditor-toolbar-group-insert','s:40:\"hi:सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-help-content-bold-description','s:18:\"hi:बोल्ड\";'),('anp','messages:wikieditor-toolbar-help-content-bold-result','s:45:\"hi:<strong>बोल्ड पाठ</strong>\";'),('anp','messages:wikieditor-toolbar-help-content-bold-syntax','s:36:\"hi:\'\'\' बोल्ड पाठ \'\'\'\";'),('anp','messages:wikieditor-toolbar-help-content-bolditalic-description','s:43:\"hi:बोल्ड &amp; इटैलिक\";'),('anp','messages:wikieditor-toolbar-help-content-bolditalic-result','s:79:\"hi:<strong><em>बोल्ड &amp; इटैलिक पाठ</em></strong>\";'),('anp','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:63:\"hi:\'\'\'\'\'बोल्ड &amp; इटैलिक पाठ\'\'\'\'\'\";'),('anp','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('anp','messages:wikieditor-toolbar-help-content-file-description','s:37:\"hi:संलग्न फ़ाइल\";'),('anp','messages:wikieditor-toolbar-help-content-file-syntax','s:38:\"hi:[[$1:उदाहरण.png|$2|$3]]\";'),('anp','messages:wikieditor-toolbar-help-content-heading2-description','s:56:\"hi:द्वितीय स्तर शीर्षक\";'),('anp','messages:wikieditor-toolbar-help-content-heading2-result','s:40:\"hi:<h2>शीर्षक लेख</h2>\";'),('anp','messages:wikieditor-toolbar-help-content-heading2-syntax','s:37:\"hi:== शीर्षक लेख ==\";'),('anp','messages:wikieditor-toolbar-help-content-heading3-description','s:50:\"hi:तृतीय स्तर शीर्षक\";'),('anp','messages:wikieditor-toolbar-help-content-heading3-result','s:40:\"hi:<h3>शीर्षक लेख</h3>\";'),('anp','messages:wikieditor-toolbar-help-content-heading3-syntax','s:39:\"hi:=== शीर्षक लेख ===\";'),('anp','messages:wikieditor-toolbar-help-content-heading4-description','s:53:\"hi:चतुर्थ स्तर शीर्षक\";'),('anp','messages:wikieditor-toolbar-help-content-heading4-result','s:40:\"hi:<h4>शीर्षक लेख</h4>\";'),('anp','messages:wikieditor-toolbar-help-content-heading4-syntax','s:41:\"hi:==== शीर्षक लेख ====\";'),('anp','messages:wikieditor-toolbar-help-content-heading5-description','s:47:\"hi:पंचम स्तर शीर्षक\";'),('anp','messages:wikieditor-toolbar-help-content-heading5-result','s:40:\"hi:<h5>शीर्षक लेख</h5>\";'),('anp','messages:wikieditor-toolbar-help-content-heading5-syntax','s:43:\"hi:===== शीर्षक लेख =====\";'),('anp','messages:wikieditor-toolbar-help-content-ilink-description','s:34:\"hi:आंतरिक कड़ी\";'),('anp','messages:wikieditor-toolbar-help-content-ilink-result','s:100:\"hi:<a href=\'#\'>लिंक लेबल</a><br /><a href=\'#\'>पृष्ठ शीर्षक</a>\";'),('anp','messages:wikieditor-toolbar-help-content-ilink-syntax','s:126:\"hi:[[पृष्ठ शीर्षक|दृश्य शब्दलेखन]]<br />[[पृष्ठ शीर्षक]]\";'),('anp','messages:wikieditor-toolbar-help-content-indent-description','s:21:\"hi:इनडेंट\";'),('anp','messages:wikieditor-toolbar-help-content-indent-result','s:138:\"hi:सामान्य लेख<dl><dd>इनडेंटेड लेख<dl><dd>इनडेंटेड लेख</dd></dl></dd></dl>\";'),('anp','messages:wikieditor-toolbar-help-content-indent-syntax','s:117:\"hi:सामान्य लेख<br />:इनडेंटेड लेख<br />::इनडेंटेड लेख\";'),('anp','messages:wikieditor-toolbar-help-content-italic-description','s:21:\"hi:इटैलिक\";'),('anp','messages:wikieditor-toolbar-help-content-italic-result','s:40:\"hi:<em>इटैलिक पाठ</em>\";'),('anp','messages:wikieditor-toolbar-help-content-italic-syntax','s:36:\"hi:\'\'इटैलिक पाठ \'\'\";'),('anp','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('anp','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('anp','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('anp','messages:wikieditor-toolbar-help-content-olist-description','s:43:\"hi:क्रमांकित सूची\";'),('anp','messages:wikieditor-toolbar-help-content-olist-result','s:80:\"hi:<ol><li>सूची आइटम</li><li>सूची आइटम</li></ol>\";'),('anp','messages:wikieditor-toolbar-help-content-olist-syntax','s:63:\"hi:# सूची आइटम<br /># सूची आइटम\";'),('anp','messages:wikieditor-toolbar-help-content-reference-description','s:21:\"hi:संदर्भ\";'),('anp','messages:wikieditor-toolbar-help-content-reference-result','s:62:\"hi:पृष्ठ लेख ।<sup><a href=\'#\'>[1]</a></sup>\";'),('anp','messages:wikieditor-toolbar-help-content-reference-syntax','s:139:\"hi:पृष्ठ लेख ।&lt;ref&gt;[http://www.example.org लिंक लेख], अतिरिक्त लेख.&lt;/ref&gt;\";'),('anp','messages:wikieditor-toolbar-help-content-rereference-description','s:79:\"hi:वही संदर्भ का अतिरिक्त उपयोग\";'),('anp','messages:wikieditor-toolbar-help-content-rereference-result','s:62:\"hi:पृष्ठ लेख ।<sup><a href=\'#\'>[2]</a></sup>\";'),('anp','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('anp','messages:wikieditor-toolbar-help-content-showreferences-description','s:40:\"hi:संदर्भ दिखाएँ\";'),('anp','messages:wikieditor-toolbar-help-content-showreferences-result','s:262:\"hi:<ol class=\'संदर्भ\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'बाहरी लेख\' href=\'#\'>लिंक लेख</a>, अतिरिक्त लेख ।</li></ol>\";'),('anp','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('anp','messages:wikieditor-toolbar-help-content-signature-description','s:30:\"hi:हस्ताक्षर\";'),('anp','messages:wikieditor-toolbar-help-content-signature-result','s:136:\"hi:<a href=\'#\' title=\'{{#special:mypage}}\'>सदस्यनाम</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>वार्ता</a>)\";'),('anp','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('anp','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:77:\"hi:हस्ताक्षर टाइमस्टैम्प सहित\";'),('anp','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:161:\"hi:--<a href=\'#\' title=\'{{#special:mypage}}\'>सदस्यनाम</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>चर्चा</a>) 15:54, 10 June 2009 (UTC)\";'),('anp','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('anp','messages:wikieditor-toolbar-help-content-ulist-description','s:37:\"hi:बुलेटेड सूची\";'),('anp','messages:wikieditor-toolbar-help-content-ulist-result','s:80:\"hi:<ul><li>सूची आइटम</li><li>सूची आइटम</li></ul>\";'),('anp','messages:wikieditor-toolbar-help-content-ulist-syntax','s:63:\"hi:* सूची आइटम<br />* सूची आइटम\";'),('anp','messages:wikieditor-toolbar-help-content-xlink-description','s:31:\"hi:बाहरी कड़ि\";'),('anp','messages:wikieditor-toolbar-help-content-xlink-result','s:175:\"hi:<a href=\'#\' class=\'external\'>लिंक लेबल</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('anp','messages:wikieditor-toolbar-help-content-xlink-syntax','s:112:\"hi:[http://www.example.org  लिंक लेबल]<br />[http://www.example.org]<br />http://www.example.org\";'),('anp','messages:wikieditor-toolbar-help-heading-description','s:18:\"hi:वर्णन\";'),('anp','messages:wikieditor-toolbar-help-heading-result','s:50:\"hi:तुम्हें क्या मिला\";'),('anp','messages:wikieditor-toolbar-help-heading-syntax','s:44:\"hi:तुम क्या लिखोगे\";'),('anp','messages:wikieditor-toolbar-help-page-discussion','s:21:\"hi:वार्ता\";'),('anp','messages:wikieditor-toolbar-help-page-file','s:24:\"hi:फ़ाइलें\";'),('anp','messages:wikieditor-toolbar-help-page-format','s:24:\"hi:स्वरूपण\";'),('anp','messages:wikieditor-toolbar-help-page-heading','s:21:\"hi:शीर्षक\";'),('anp','messages:wikieditor-toolbar-help-page-link','s:24:\"hi:कड़ियाँ\";'),('anp','messages:wikieditor-toolbar-help-page-list','s:24:\"hi:सूचियाँ\";'),('anp','messages:wikieditor-toolbar-help-page-reference','s:21:\"hi:संदर्भ\";'),('anp','messages:wikieditor-toolbar-loading','s:39:\"hi:लोड हो रहा है...\";'),('anp','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('anp','messages:wikieditor-toolbar-section-advanced','s:18:\"hi:उन्नत\";'),('anp','messages:wikieditor-toolbar-section-characters','s:34:\"hi:विशेष अक्षर\";'),('anp','messages:wikieditor-toolbar-section-help','s:21:\"hi:सहायता\";'),('anp','messages:wikieditor-toolbar-tool-big','s:15:\"hi:बड़ा\";'),('anp','messages:wikieditor-toolbar-tool-big-example','s:25:\"hi:बड़ा पाठ\";'),('anp','messages:wikieditor-toolbar-tool-bold','s:18:\"hi:बोल्ड\";'),('anp','messages:wikieditor-toolbar-tool-bold-example','s:31:\"hi:मोटे अक्षर\";'),('anp','messages:wikieditor-toolbar-tool-file','s:37:\"hi:संलग्न फ़ाइल\";'),('anp','messages:wikieditor-toolbar-tool-file-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:wikieditor-toolbar-tool-file-example','s:25:\"hi:उदाहरण.jpg\";'),('anp','messages:wikieditor-toolbar-tool-file-insert','s:40:\"hi:सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-file-title','s:56:\"hi:फ़ाइल सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-file-upload','s:19:\"anp:अपलोड\";'),('anp','messages:wikieditor-toolbar-tool-gallery','s:37:\"hi:तस्वीर गैलरी\";'),('anp','messages:wikieditor-toolbar-tool-gallery-example','s:122:\"hi:उदाहरण.jpg|चित्रशीर्षक१\nउदाहरण.jpg|चित्रशीर्षक२\";'),('anp','messages:wikieditor-toolbar-tool-heading','s:21:\"hi:शीर्षक\";'),('anp','messages:wikieditor-toolbar-tool-heading-1','s:19:\"hi:स्तर १\";'),('anp','messages:wikieditor-toolbar-tool-heading-2','s:19:\"hi:स्तर २\";'),('anp','messages:wikieditor-toolbar-tool-heading-3','s:19:\"hi:स्तर ३\";'),('anp','messages:wikieditor-toolbar-tool-heading-4','s:19:\"hi:स्तर ४\";'),('anp','messages:wikieditor-toolbar-tool-heading-5','s:19:\"hi:स्तर ५\";'),('anp','messages:wikieditor-toolbar-tool-heading-example','s:28:\"hi:शीर्ष पाठ\";'),('anp','messages:wikieditor-toolbar-tool-ilink','s:34:\"hi:आंतरिक कड़ी\";'),('anp','messages:wikieditor-toolbar-tool-ilink-example','s:34:\"hi:कड़ी शीर्षक\";'),('anp','messages:wikieditor-toolbar-tool-italic','s:21:\"hi:इटैलिक\";'),('anp','messages:wikieditor-toolbar-tool-italic-example','s:34:\"hi:तिरछे अक्षर\";'),('anp','messages:wikieditor-toolbar-tool-link','s:15:\"hi:लिंक\";'),('anp','messages:wikieditor-toolbar-tool-link-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:wikieditor-toolbar-tool-link-empty','s:112:\"hi:आप लिंक करने के लिए कुछ दर्ज़ नहीं किए थे ।\";'),('anp','messages:wikieditor-toolbar-tool-link-ext','s:52:\"hi:एक बाह्य वेब पेज तक\";'),('anp','messages:wikieditor-toolbar-tool-link-ext-target','s:20:\"hi:लिंक URL:\";'),('anp','messages:wikieditor-toolbar-tool-link-ext-text','s:26:\"hi:कड़ी पाठ:\";'),('anp','messages:wikieditor-toolbar-tool-link-insert','s:53:\"hi:लिंक सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-link-int','s:45:\"hi:एक विकि पृष्ठ तक\";'),('anp','messages:wikieditor-toolbar-tool-link-int-invalid','s:110:\"hi:आपके द्वारा निर्दिष्ट शीर्षक अमान्य है।\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target','s:49:\"hi:लक्ष्य पृष्ठ या URL:\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:41:\"hi:पृष्ठ मौजूद है\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:40:\"hi:बाहरी कड़ियाँ\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:34:\"hi:अवैध शीर्षक\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:66:\"hi:पृष्ठ अस्तित्व की जाँच...\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:54:\"hi:पृष्ठ मौजूद नहीं है\";'),('anp','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:48:\"hi:पृष्ठ शीर्षक या URL\";'),('anp','messages:wikieditor-toolbar-tool-link-int-text','s:78:\"hi:पाठ को प्रदर्शित करने के लिए:\";'),('anp','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:53:\"hi:पाठ प्रदर्शित करना\";'),('anp','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('anp','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:40:\"hi:बाहरी कड़ियाँ\";'),('anp','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:34:\"hi:आंतरिक लिंक\";'),('anp','messages:wikieditor-toolbar-tool-link-title','s:53:\"hi:लिंक सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-newline','s:28:\"hi:नई पंक्ति\";'),('anp','messages:wikieditor-toolbar-tool-nowiki','s:60:\"hi:कोई विकि स्वरूपण नहीं\";'),('anp','messages:wikieditor-toolbar-tool-nowiki-example','s:98:\"hi:गैर-स्वरूपित पाठ यहाँ सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-olist','s:43:\"hi:क्रमांकित सूची\";'),('anp','messages:wikieditor-toolbar-tool-olist-example','s:56:\"hi:क्रमांकित सूची आइटम\";'),('anp','messages:wikieditor-toolbar-tool-redirect','s:42:\"hi:पुनर्निर्देशन\";'),('anp','messages:wikieditor-toolbar-tool-redirect-example','s:47:\"hi:लक्ष्य पृष्ठ नाम\";'),('anp','messages:wikieditor-toolbar-tool-reference','s:21:\"hi:संदर्भ\";'),('anp','messages:wikieditor-toolbar-tool-reference-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:wikieditor-toolbar-tool-reference-example','s:76:\"hi:आधार पाठ यहाँ सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-reference-insert','s:40:\"hi:सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-reference-text','s:31:\"hi:संदर्भ पाठ\";'),('anp','messages:wikieditor-toolbar-tool-reference-title','s:59:\"hi:संदर्भ सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-replace','s:41:\"hi:खोजें और बदलें\";'),('anp','messages:wikieditor-toolbar-tool-replace-button-findnext','s:34:\"hi:अगला ढूँढें\";'),('anp','messages:wikieditor-toolbar-tool-replace-button-replace','s:31:\"hi:इससे बदलें\";'),('anp','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:28:\"hi:सभी बदलें\";'),('anp','messages:wikieditor-toolbar-tool-replace-case','s:31:\"hi:केस मिलाएँ\";'),('anp','messages:wikieditor-toolbar-tool-replace-close','s:25:\"hi:बंद करें\";'),('anp','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('anp','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('anp','messages:wikieditor-toolbar-tool-replace-nomatch','s:61:\"hi:आपके खोज कुछ मिला नहीं\";'),('anp','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('anp','messages:wikieditor-toolbar-tool-replace-replace','s:42:\"hi:इसके साथ बदलें:\";'),('anp','messages:wikieditor-toolbar-tool-replace-search','s:19:\"hi:खोजें:\";'),('anp','messages:wikieditor-toolbar-tool-replace-success','s:56:\"hi:$1 प्रतिस्थापन बनें ।\";'),('anp','messages:wikieditor-toolbar-tool-replace-title','s:41:\"hi:खोजें और बदलें\";'),('anp','messages:wikieditor-toolbar-tool-signature','s:71:\"hi:हस्ताक्षर और टाइमस्टैम्प\";'),('anp','messages:wikieditor-toolbar-tool-small','s:15:\"hi:छोटा\";'),('anp','messages:wikieditor-toolbar-tool-small-example','s:25:\"hi:छोटे पाठ\";'),('anp','messages:wikieditor-toolbar-tool-subscript','s:36:\"hi:सबस्क्रिप्ट\";'),('anp','messages:wikieditor-toolbar-tool-subscript-example','s:46:\"hi:सबस्क्रिप्ट पाठ\";'),('anp','messages:wikieditor-toolbar-tool-superscript','s:42:\"hi:सुपरस्क्रिप्ट\";'),('anp','messages:wikieditor-toolbar-tool-superscript-example','s:52:\"hi:सुपरस्क्रिप्ट पाठ\";'),('anp','messages:wikieditor-toolbar-tool-table','s:18:\"hi:सारणी\";'),('anp','messages:wikieditor-toolbar-tool-table-cancel','s:28:\"hi:रद्द करें\";'),('anp','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:15:\"hi:कॉलम\";'),('anp','messages:wikieditor-toolbar-tool-table-dimensions-header','s:66:\"hi:शीर्ष लेख पंक्ति जोड़ें\";'),('anp','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:30:\"hi:पंक्तियाँ\";'),('anp','messages:wikieditor-toolbar-tool-table-example','s:21:\"hi:उदाहरण\";'),('anp','messages:wikieditor-toolbar-tool-table-example-cell-text','s:37:\"hi:प्रकोष्ठ पाठ\";'),('anp','messages:wikieditor-toolbar-tool-table-example-header','s:28:\"hi:शीर्ष पाठ\";'),('anp','messages:wikieditor-toolbar-tool-table-example-old','s:436:\"hi:-\n! शीर्ष लेख १\n! शीर्ष लेख २\n! शीर्ष लेख ३\n|-\n| पंक्ति १, प्रकोष्ठ १\n| पंक्ति १, प्रकोष्ठ २\n| पंक्ति १, प्रकोष्ठ ३\n|-\n| पंक्ति २, प्रकोष्ठ १\n| पंक्ति २, प्रकोष्ठ २\n| पंक्ति २, प्रकोष्ठ ३\";'),('anp','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('anp','messages:wikieditor-toolbar-tool-table-insert','s:40:\"hi:सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('anp','messages:wikieditor-toolbar-tool-table-preview','s:36:\"hi:पूर्वावलोकन\";'),('anp','messages:wikieditor-toolbar-tool-table-sortable','s:56:\"hi:सारणी सॉर्टबल बनाएँ\";'),('anp','messages:wikieditor-toolbar-tool-table-title','s:56:\"hi:सारणी सम्मिलित करें\";'),('anp','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('anp','messages:wikieditor-toolbar-tool-table-wikitable','s:51:\"hi:बॉर्डर के साथ शैली\";'),('anp','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('anp','messages:wikieditor-toolbar-tool-ulist','s:37:\"hi:बुलेटेड सूची\";'),('anp','messages:wikieditor-toolbar-tool-ulist-example','s:50:\"hi:बुलेटेड सूची आइटम\";'),('anp','messages:wikieditor-toolbar-tool-xlink','s:83:\"hi:बाहरी कड़ी (http:// उपसर्ग याद रखें)\";'),('anp','messages:wikieditor-toolbar-tool-xlink-example','s:57:\"hi:http://www.example.com कड़ी शीर्षक\";'),('anp','messages:wikieditor-wikitext-tab','s:45:\"hi:व्विकितेक्ष्त्\";'),('anp','messages:windows-nonascii-filename','s:183:\"hi:यह विकि विशेष कैरैक्टरों के साथ फ़ाइल के नामों को स्वीकार नहीं करता।\";'),('anp','messages:withoutinterwiki','s:88:\"hi:बिना अंतरविकि कड़ियों वाले पृष्ठ\";'),('anp','messages:withoutinterwiki-legend','s:21:\"hi:उपसर्ग\";'),('anp','messages:withoutinterwiki-submit','s:24:\"hi:दिखायें\";'),('anp','messages:withoutinterwiki-summary','s:144:\"hi:निम्न पृष्ठ अन्य भाषाओं के अवतरणों से नहीं जुड़ते हैं।\";'),('anp','messages:wlheader-enotif','s:79:\"hi:ई-मेल नोटिफ़िकेशन सक्षम हैं।\";'),('anp','messages:wlheader-showupdated','s:224:\"anp:आपनै के देखला गेला के बाद जोन पन्ना मँ बदलाव होतै, ओकरौ कड़ी <strong>गहरा</strong> रंग के दिखतै।\";'),('anp','messages:wlnote','s:264:\"anp:$3 क॑ $4 बजे तलक पिछला <strong>$2</strong> {{PLURAL:$2|घंटा|घंटां}} म॑ {{PLURAL:$1|होलै एक|होलै <strong>$1</strong>}} परिवर्तन निम्न {{PLURAL:$1|छै|छैं}}।\";'),('anp','messages:wlshowhideanons','s:43:\"hi:अनाम प्रयोक्ता\";'),('anp','messages:wlshowhidebots','s:12:\"hi:बॉट\";'),('anp','messages:wlshowhidecategorization','s:46:\"hi:पृष्ठ श्रेणीकरण\";'),('anp','messages:wlshowhideliu','s:55:\"hi:पञ्जीकृत प्रयोक्ता\";'),('anp','messages:wlshowhidemine','s:34:\"hi:मेरा संपादन\";'),('anp','messages:wlshowhideminor','s:34:\"hi:छोटा संपादन\";'),('anp','messages:wlshowhidepatr','s:49:\"hi:परीक्षित सम्पादन\";'),('anp','messages:wlshowtime','s:38:\"hi:अंतिम दिखाएँ:\";'),('anp','messages:word-separator','s:8:\"en:&#32;\";'),('anp','messages:wrongpassword','s:156:\"hi:आपने जो कूटशब्द लिखा है वह गलत है। \nकृपया पुनः प्रयास करें।\";'),('anp','messages:wrongpasswordempty','s:89:\"hi:कूटशब्द खाली है।\nपुनः यत्न करें।\";'),('anp','messages:xffblockreason','s:415:\"hi:एक आई०पी० पता जो X-Forwarded-For हेडर में मौजूद है, या तो आपका है या उस प्रौक्सी सरवर का है जिसका आप प्रयोग कर रहे हैं और उस पर प्रतिबंध लगा दिया गया है। वास्तविक कारण था: $1\";'),('anp','messages:xml-error-string','s:76:\"hi:$1 पंक्ति $2 में, कॉलम $3 (बाईट $4): $5\";'),('anp','messages:year','s:56:\"anp:इ साल सँ (आरू पुरानौ):\";'),('anp','messages:years','s:32:\"hi:{{PLURAL:$1|$1 वर्ष}}\";'),('anp','messages:yesterday-at','s:22:\"hi:कल $1 बजे\";'),('anp','messages:youhavenewmessages','s:45:\"anp:तोरा लेली छै $1  ($2)\";'),('anp','messages:youhavenewmessagesfromusers','s:172:\"anp:{{PLURAL:$4|तोरा लेली}} {{PLURAL:$3|दोसरौ यूजर लेली|$3 अन्य यूजर सिनी}} केरौ $1 छै। ($2)\";'),('anp','messages:youhavenewmessagesmanyusers','s:64:\"anp:($2) यूजर मँ सँ तोरा लेली $1\";'),('anp','messages:yourdiff','s:16:\"anp:अंतर\";'),('anp','messages:yourdomainname','s:33:\"anp:तोरौ डोमेन:\";'),('anp','messages:youremail','s:16:\"hi:ईमेल:\";'),('anp','messages:yourgender','s:93:\"hi:आप खुदको कैसे वर्णित करना चाहेंगे?\";'),('anp','messages:yourlanguage','s:16:\"hi:भाषा:\";'),('anp','messages:yourname','s:29:\"anp:सदस्यनाम:\";'),('anp','messages:yournick','s:41:\"hi:नया हस्ताक्षर:\";'),('anp','messages:yourpassword','s:27:\"anp:कूटशब्द :\";'),('anp','messages:yourpasswordagain','s:59:\"anp:पासवर्ड फेनु सँ लिखौ:\";'),('anp','messages:yourrealname','s:26:\"hi:असली नाम:\";'),('anp','messages:yourtext','s:26:\"anp:तोरौ पाठ\";'),('anp','messages:yourvariant','s:60:\"hi:सामग्री भाषा संस्करण:\";'),('anp','messages:zip-bad','s:255:\"hi:ज़िप फ़ाइल या तो दूषित है या किसी अन्य कारण से अपठनीय है।\nइसकी ठीक से सुरक्षा जाँच नहीं की जा सकती।\";'),('anp','messages:zip-file-open-error','s:113:\"hi:ज़िप जाँच के लिए फ़ाइल खोलते समय त्रुटि आई।\";'),('anp','messages:zip-unsupported','s:379:\"hi:यह फ़ाइल एक ज़िप फ़ाइल है जो ऐसी ज़िप विशेषताओं का प्रयोग करती है जो मीडियाविकि द्वारा समर्थित नहीं हैं।\nइसकी ठीक से सुरक्षा जाँच नहीं की जा सकती।\";'),('anp','messages:zip-wrong-format','s:99:\"hi:निर्दिष्ट फ़ाइल एक ज़िप फ़ाइल नहीं थी।\";'),('anp','minimumGroupingDigits','N;'),('anp','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('anp','namespaceGenderAliases','a:0:{}'),('anp','namespaceNames','a:17:{i:-2;s:18:\"मीडिया\";i:-1;s:15:\"विशेष\";i:1;s:18:\"वार्ता\";i:2;s:15:\"सदस्य\";i:3;s:34:\"सदस्य_वार्ता\";i:5;s:21:\"$1_वार्ता\";i:6;s:15:\"चित्र\";i:7;s:34:\"चित्र_वार्ता\";i:8;s:30:\"मीडियाविकि\";i:9;s:49:\"मीडियाविकि_वार्ता\";i:10;s:15:\"साँचा\";i:11;s:34:\"साँचा_वार्ता\";i:12;s:18:\"सहायता\";i:13;s:37:\"सहायता_वार्ता\";i:14;s:18:\"श्रेणी\";i:15;s:37:\"श्रेणी_वार्ता\";i:0;s:0:\"\";}'),('anp','originalFallbackSequence','a:1:{i:0;s:2:\"hi\";}'),('anp','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('anp','pluralRules','a:1:{i:0;s:56:\"i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04\";}'),('anp','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:27:\"anp:Project:परिचय\";s:9:\"aboutsite\";s:49:\"anp:{{SITENAME}} केरौ बारे मँ\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:22:\"anp:क्रिया\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:39:\"anp:हाल केरौ घटना\";s:17:\"currentevents-url\";s:47:\"anp:Project:हाल केरौ घटना\";s:14:\"disclaimerpage\";s:55:\"anp:Project:साधारण अस्वीकरण\";s:11:\"disclaimers\";s:28:\"anp:अस्वीकरण\";s:4:\"edit\";s:32:\"anp:संपादन करौ\";s:11:\"editsection\";s:22:\"anp:संपादन\";s:15:\"editsectionhint\";s:42:\"anp:संपादन विभाग: $1\";s:4:\"help\";s:22:\"anp:सहायता\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:30:\"anp:हिन्ने जा:\";s:16:\"jumptonavigation\";s:19:\"anp:भ्रमण\";s:12:\"jumptosearch\";s:16:\"anp:खोजौ\";s:14:\"lastmodifiedat\";s:117:\"anp:ई पन्ना क पिछलौ परिवर्तन $1 क $2 बजे होलौ छेलै।\";s:8:\"mainpage\";s:35:\"anp:मुख्य पृष्ठ\";s:20:\"mainpage-description\";s:28:\"anp:मुखपृष्ठ\";s:14:\"mainpage-nstab\";s:28:\"anp:मुखपृष्ठ\";s:10:\"namespaces\";s:28:\"anp:नामस्थान\";s:10:\"navigation\";s:19:\"anp:भ्रमण\";s:23:\"nav-login-createaccount\";s:56:\"anp:सत्रारंभ / खाता खोलौ\";s:10:\"nstab-main\";s:19:\"anp:पन्ना\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:68:\"anp:{{PLURAL:$1|श्रेणी|श्रेणी सिनी}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"hi:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:35:\"anp:स्थायी कड़ी\";s:13:\"personaltools\";s:47:\"anp:व्यक्तिगत उपकरण\";s:6:\"portal\";s:50:\"anp:सामुदायिक पोर्टल\";s:10:\"portal-url\";s:58:\"anp:Project:सामुदायिक पोर्टल\";s:16:\"printableversion\";s:54:\"anp:छापै योग्य संस्करण\";s:7:\"privacy\";s:41:\"anp:गोपनीयता नीति\";s:11:\"privacypage\";s:49:\"anp:Project:गोपनीयता नीति\";s:10:\"randompage\";s:38:\"anp:कोय्यो पन्ना\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:49:\"anp:हाल मँ होलौ बदलाव\";s:27:\"recentchangeslinked-toolbox\";s:70:\"anp:पन्ना सँ जुड़लौ परिवर्तन\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:41:\"anp:\"$1\" सँ लेलौ गेलौ\";s:6:\"search\";s:16:\"anp:खोजौ\";s:13:\"searcharticle\";s:10:\"anp:जा\";s:12:\"searchbutton\";s:16:\"anp:खोजौ\";s:20:\"searchsuggest-search\";s:36:\"anp:{{SITENAME}} मँ खोजौ\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:53:\"anp:दिशानिर्देशक सूची\";s:14:\"site-atom-feed\";s:42:\"anp:$1 केरौ अणु फ़ीड\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:35:\"anp:विशेष पन्ना\";s:7:\"tagline\";s:49:\"anp:{{SITENAME}} केरौ बारे मँ\";s:4:\"talk\";s:19:\"anp:चर्चा\";s:7:\"toolbox\";s:19:\"anp:उपकरण\";s:15:\"tooltip-ca-edit\";s:68:\"anp:इ पन्ना केरौ सम्पादन करौ\";s:18:\"tooltip-ca-history\";s:71:\"anp:इ पन्ना केरौ पिछला संशोधन\";s:21:\"tooltip-ca-nstab-main\";s:54:\"anp:सामग्री पन्ना देखौ\";s:15:\"tooltip-ca-talk\";s:102:\"anp:सामग्री पन्ना केरौ बारे मँ वार्तालाप\";s:21:\"tooltip-ca-viewsource\";s:130:\"anp:इ पन्ना सुरक्षित छै। तोंय एकरौ स्रोत देखै सकै छौ\";s:23:\"tooltip-n-currentevents\";s:102:\"anp:टटका घटना केरौ पृष्ठभूमि प्राप्त करौ\";s:14:\"tooltip-n-help\";s:58:\"anp:मदत मिलै केरौ ठिकानौ\";s:30:\"tooltip-n-mainpage-description\";s:55:\"anp:मुख्य पन्ना प पधारौ\";s:16:\"tooltip-n-portal\";s:162:\"anp:प्रकल्प केरौ बारै मँ, आपनै की करै सकै छियै, मदद किन्नअ सँ लेबै\";s:20:\"tooltip-n-randompage\";s:44:\"anp:कोनो एक लेख प जा\";s:23:\"tooltip-n-recentchanges\";s:95:\"anp:विकि मँ हाल मँ होलौ बदलाव केरौ सूचि\";s:14:\"tooltip-p-logo\";s:39:\"anp:मुखपृष्ठ प जा\";s:16:\"tooltip-pt-login\";s:151:\"anp:तोरा सँ सत्रारंभ करै के अनुरोध छै; लेकिन इ अनिवार्य नै छै\";s:24:\"tooltip-pt-createaccount\";s:245:\"anp:हमरौ सुझाव छै कि तोंय खाता बनाबौ आरू लॉगिन करौ, हालाँकि अंदर प्रवेश करै लेली इ अनिवार्य नै छै\";s:14:\"tooltip-search\";s:36:\"anp:{{SITENAME}} मँ खोजौ\";s:23:\"tooltip-search-fulltext\";s:75:\"anp:इ वाक्यांश कौ पन्ना मँ खोजौ\";s:17:\"tooltip-search-go\";s:103:\"anp:जों इ शीर्षक केरौ पन्ना छै त ओकरा प चलौ\";s:14:\"tooltip-t-info\";s:90:\"hi:इस पृष्ठ के बारे में अधिक जानकारी\";s:19:\"tooltip-t-permalink\";s:97:\"anp:इ पन्ना के संसोधन खातिर स्थायी लिंक\";s:15:\"tooltip-t-print\";s:78:\"anp:इ पन्ना के छापे लायक संस्करण\";s:29:\"tooltip-t-recentchangeslinked\";s:121:\"anp:इ पन्ना सँ जुड़लौ पन्ना प होलौ हाल केरौ बदलाव\";s:22:\"tooltip-t-specialpages\";s:71:\"anp:सब्भे विशेष पन्ना के सूची\";s:23:\"tooltip-t-whatlinkshere\";s:129:\"anp:हिनकरौ हवाला दै वाला सब्भे विकि पन्ना केरौ सूची\";s:8:\"variants\";s:25:\"anp:संस्करण\";s:16:\"vector-view-edit\";s:32:\"anp:संपादन करौ\";s:19:\"vector-view-history\";s:35:\"anp:इतिहास देखौ\";s:16:\"vector-view-view\";s:16:\"anp:पढ़ौ\";s:9:\"viewcount\";s:96:\"anp:इ पृष्ठ {{PLURAL:$1|एक|$1}} बार देखलौ गेलौ छै।\";s:5:\"views\";s:22:\"anp:दर्शाव\";s:13:\"whatlinkshere\";s:29:\"anp:कड़ी सिनी\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:18:\"मीडिया\";i:-1;s:15:\"विशेष\";i:1;s:18:\"वार्ता\";i:2;s:15:\"सदस्य\";i:3;s:34:\"सदस्य_वार्ता\";i:5;s:21:\"$1_वार्ता\";i:6;s:15:\"चित्र\";i:7;s:34:\"चित्र_वार्ता\";i:8;s:30:\"मीडियाविकि\";i:9;s:49:\"मीडियाविकि_वार्ता\";i:10;s:15:\"साँचा\";i:11;s:34:\"साँचा_वार्ता\";i:12;s:18:\"सहायता\";i:13;s:37:\"सहायता_वार्ता\";i:14;s:18:\"श्रेणी\";i:15;s:37:\"श्रेणी_वार्ता\";i:0;s:0:\"\";}}'),('anp','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('anp','rtl','b:0;'),('anp','separatorTransformTable','N;'),('anp','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:18:\"इतिहास\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:37:\"मोबाइल_विकल्प\";i:1;s:13:\"MobileOptions\";}s:12:\"MobileEditor\";a:2:{i:0;s:40:\"मोबाइल_सम्पादक\";i:1;s:12:\"MobileEditor\";}s:15:\"MobileLanguages\";a:2:{i:0;s:31:\"मोबाइल_भाषा\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:16:\"आस-पास\";i:1;s:6:\"Nearby\";}s:11:\"UserProfile\";a:2:{i:0;s:40:\"सदस्य_प्रोफाइल\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:34:\"सक्रिय_सदस्य\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:3:{i:0;s:28:\"सभी_सन्देश\";i:1;s:25:\"सभी_संदेश\";i:2;s:11:\"AllMessages\";}s:8:\"Allpages\";a:3:{i:0;s:25:\"सभी_पृष्ठ\";i:1;s:25:\"सभी_पन्ने\";i:2;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:3:{i:0;s:34:\"पुराने_पृष्ठ\";i:1;s:34:\"पुराने_पन्ने\";i:2;s:12:\"AncientPages\";}s:8:\"Badtitle\";a:2:{i:0;s:31:\"खराब_शीर्षक\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:3:{i:0;s:31:\"रिक्त_पृष्ठ\";i:1;s:28:\"खाली_पृष्ठ\";i:2;s:9:\"BlankPage\";}s:5:\"Block\";a:6:{i:0;s:18:\"अवरोधन\";i:1;s:32:\"आइ_पी_अवरोधन\";i:2;s:34:\"सदस्य_अवरोधन\";i:3;s:5:\"Block\";i:4;s:7:\"BlockIP\";i:5;s:9:\"BlockUser\";}s:9:\"BlockList\";a:6:{i:0;s:28:\"अवरोध_सूची\";i:1;s:50:\"अवरोधित_सदस्य_सूची\";i:2;s:48:\"अवरोधित_आइ_पी_सूची\";i:3;s:9:\"BlockList\";i:4;s:10:\"ListBlocks\";i:5;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:3:{i:0;s:34:\"पुस्तक_स्रोत\";i:1;s:31:\"किताब_स्रोत\";i:2;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:3:{i:0;s:49:\"टूटे_पुनर्निर्देश\";i:1;s:37:\"टूटे_अनुप्रेष\";i:2;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:27:\"श्रेणियाँ\";i:1;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:2:{i:0;s:28:\"ईमेल_बदलें\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:4:{i:0;s:37:\"कूटशब्द_बदलें\";i:1;s:14:\"ChangePassword\";i:2;s:9:\"ResetPass\";i:3;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:31:\"पृष्ठ_तुलना\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:3:{i:0;s:31:\"ईमेल_पुष्टि\";i:1;s:44:\"ईमेल_पुष्टि_करें\";i:2;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:18:\"योगदान\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:4:{i:0;s:28:\"खाता_बनाएँ\";i:1;s:31:\"खाता_बनायें\";i:2;s:28:\"खाता_खोलें\";i:3;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:3:{i:0;s:28:\"बन्द_पृष्ठ\";i:1;s:28:\"बन्द_पन्ने\";i:2;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:3:{i:0;s:38:\"हटाए_गए_योगदान\";i:1;s:44:\"हटाये_गये_योगदान\";i:2;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:3:{i:0;s:55:\"दुगुने_पुनर्निर्देश\";i:1;s:43:\"दुगुने_अनुप्रेष\";i:2;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:4:{i:0;s:49:\"ध्यानसूची_सम्पादन\";i:1;s:46:\"ध्यानसूची_संपादन\";i:2;s:62:\"ध्यानसूची_सम्पादन_करें\";i:3;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:4:{i:0;s:25:\"ईमेल_करें\";i:1;s:48:\"सदस्य_को_ईमेल_करें\";i:2;s:9:\"EmailUser\";i:3;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:3:{i:0;s:31:\"साँचे_खोलें\";i:1;s:34:\"साँचे_बढ़ाएँ\";i:2;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:21:\"निर्यात\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:3:{i:0;s:37:\"न्यूनतम_अवतरण\";i:1;s:47:\"कम_सम्पादित_पृष्ठ\";i:2;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:4:{i:0;s:41:\"फ़ाइल_प्रति_खोज\";i:1;s:38:\"फाइल_प्रति_खोज\";i:2;s:44:\"संचिका_प्रति_खोज\";i:3;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:4:{i:0;s:22:\"फ़ाइल_पथ\";i:1;s:19:\"फाइल_पथ\";i:2;s:25:\"संचिका_पथ\";i:3;s:8:\"FilePath\";}s:6:\"Import\";a:2:{i:0;s:12:\"आयात\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:4:{i:0;s:40:\"अप्रमाणित_ईमेल\";i:1;s:31:\"अमान्य_ईमेल\";i:2;s:44:\"ईमेल_अमान्य_करें\";i:3;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:62:\"जावा_स्क्रिप्ट_परीक्षा\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:2:{i:0;s:38:\"बाहरी_कड़ी_खोज\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:3:{i:0;s:37:\"प्रबन्धक_सूची\";i:1;s:34:\"प्रबंधक_सूची\";i:2;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:3:{i:0;s:22:\"बॉट_सूची\";i:1;s:22:\"बौट_सूची\";i:2;s:8:\"ListBots\";}s:9:\"Listfiles\";a:5:{i:0;s:28:\"फ़ाइल_सूची\";i:1;s:25:\"फाइल_सूची\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:4:{i:0;s:47:\"सदस्य_समूह_अधिकार\";i:1;s:31:\"अधिकार_सूची\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:3:{i:0;s:49:\"पुनर्निर्देश_सूची\";i:1;s:37:\"अनुप्रेष_सूची\";i:2;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:4:{i:0;s:28:\"सदस्य_सूची\";i:1;s:9:\"ListUsers\";i:2;s:8:\"UserList\";i:3;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:57:\"डाटाबेस_पर_ताला_लगाएँ\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:9:\"लॉग\";i:1;s:9:\"लौग\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:31:\"एकाकी_पृष्ठ\";i:1;s:31:\"अकेले_पृष्ठ\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:3:{i:0;s:31:\"लम्बे_पृष्ठ\";i:1;s:28:\"लंबे_पृष्ठ\";i:2;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:2:{i:0;s:31:\"इतिहास_विलय\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:22:\"माइम_खोज\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:3:{i:0;s:52:\"सर्वाधिक_श्रेणीकृत\";i:1;s:52:\"सर्वाधिक_श्रेणियाँ\";i:2;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:5:{i:0;s:71:\"सर्वाधिक_प्रयुक्त_फ़ाइलें\";i:1;s:68:\"सर्वाधिक_प्रयुक्त_फाइलें\";i:2;s:15:\"MostLinkedFiles\";i:3;s:9:\"MostFiles\";i:4;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:61:\"ज़्यादा_इंटेर्विकियाँ\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:3:{i:0;s:56:\"सर्वाधिक_जुड़े_पृष्ठ\";i:1;s:15:\"MostLinkedPages\";i:2;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:3:{i:0;s:77:\"सर्वाधिक_प्रयुक्त_श्रेणियाँ\";i:1;s:20:\"MostLinkedCategories\";i:2;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:4:{i:0;s:65:\"सर्वाधिक_प्रयुक्त_साँचे\";i:1;s:20:\"MostTranscludedPages\";i:2;s:19:\"MostLinkedTemplates\";i:3;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:4:{i:0;s:40:\"सर्वाधिक_अवतरण\";i:1;s:59:\"अधिकतम_सम्पादित_पृष्ठ\";i:2;s:56:\"अधिकतम_संपादित_पृष्ठ\";i:3;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:4:{i:0;s:33:\"स्थानान्तरण\";i:1;s:30:\"स्थानांतरण\";i:2;s:25:\"नाम_बदलें\";i:3;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:4:{i:0;s:31:\"मेरे_योगदान\";i:1;s:31:\"मेरा_योगदान\";i:2;s:15:\"MyContributions\";i:3;s:10:\"MyContribs\";}s:6:\"Mypage\";a:3:{i:0;s:28:\"मेरा_पृष्ठ\";i:1;s:44:\"मेरा_सदस्य_पृष्ठ\";i:2;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:31:\"मेरी_वार्ता\";i:1;s:47:\"मेरी_सदस्य_वार्ता\";i:2;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:3:{i:0;s:28:\"मेरे_अपलोड\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:9:\"Newimages\";a:5:{i:0;s:28:\"नई_फ़ाइलें\";i:1;s:25:\"नई_फाइलें\";i:2;s:25:\"नये_चित्र\";i:3;s:8:\"NewFiles\";i:4;s:9:\"NewImages\";}s:8:\"Newpages\";a:4:{i:0;s:22:\"नए_पृष्ठ\";i:1;s:22:\"नए_पन्ने\";i:2;s:25:\"नये_पृष्ठ\";i:3;s:8:\"NewPages\";}s:13:\"PasswordReset\";a:2:{i:0;s:55:\"कूटशब्द_पुनर्स्थापन\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:28:\"स्थाई_कड़ी\";i:1;s:31:\"स्थायी_कड़ी\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:24:\"वरीयताएँ\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:4:{i:0;s:53:\"उपसर्ग_अनुसार_पृष्ठ\";i:1;s:28:\"उपसर्ग_खोज\";i:2;s:40:\"उपसर्ग_सूचकांक\";i:3;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:40:\"सुरक्षित_पृष्ठ\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:43:\"सुरक्षित_शीर्षक\";i:1;s:15:\"ProtectedTitles\";}s:6:\"Search\";a:3:{i:0;s:9:\"खोज\";i:1;s:15:\"खोजें\";i:2;s:6:\"Search\";}s:10:\"Shortpages\";a:3:{i:0;s:28:\"छोटे_पृष्ठ\";i:1;s:28:\"छोटे_पन्ने\";i:2;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:3:{i:0;s:31:\"विशेष_पृष्ठ\";i:1;s:31:\"विशेष_पन्ने\";i:2;s:12:\"SpecialPages\";}s:4:\"Tags\";a:3:{i:0;s:9:\"टैग\";i:1;s:27:\"चिप्पियाँ\";i:2;s:4:\"Tags\";}s:7:\"Unblock\";a:3:{i:0;s:31:\"अवरोध_हटाएँ\";i:1;s:34:\"अवरोध_हटायें\";i:2;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:55:\"श्रेणीहीन_श्रेणियाँ\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:49:\"श्रेणीहीन_फ़ाइलें\";i:1;s:46:\"श्रेणीहीन_फाइलें\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:3:{i:0;s:43:\"श्रेणीहीन_पृष्ठ\";i:1;s:43:\"श्रेणीहीन_पन्ने\";i:2;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:43:\"श्रेणीहीन_साँचे\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:33:\"पुनर्स्थापन\";i:1;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:2:{i:0;s:57:\"डाटाबेस_से_ताला_हटाएँ\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:55:\"अप्रयुक्त_श्रेणियाँ\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:49:\"अप्रयुक्त_फ़ाइलें\";i:1;s:46:\"अप्रयुक्त_फाइलें\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:43:\"अप्रयुक्त_साँचे\";i:1;s:15:\"UnusedTemplates\";}s:6:\"Upload\";a:2:{i:0;s:15:\"अपलोड\";i:1;s:6:\"Upload\";}s:9:\"Userlogin\";a:6:{i:0;s:15:\"लॉगिन\";i:1;s:15:\"लौगिन\";i:2;s:27:\"सत्रारम्भ\";i:3;s:24:\"सत्रारंभ\";i:4;s:9:\"UserLogin\";i:5;s:5:\"Login\";}s:10:\"Userlogout\";a:5:{i:0;s:21:\"सत्रांत\";i:1;s:19:\"लॉग_आउट\";i:2;s:19:\"लौग_आउट\";i:3;s:10:\"UserLogout\";i:4;s:6:\"Logout\";}s:10:\"Userrights\";a:4:{i:0;s:34:\"सदस्य_अधिकार\";i:1;s:10:\"UserRights\";i:2;s:9:\"MakeSysop\";i:3;s:7:\"MakeBot\";}s:7:\"Version\";a:4:{i:0;s:21:\"संस्करण\";i:1;s:18:\"वर्ज़न\";i:2;s:15:\"वर्जन\";i:3;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:46:\"वांछित_श्रेणियाँ\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:3:{i:0;s:40:\"वांछित_फ़ाइलें\";i:1;s:37:\"वांछित_फाइलें\";i:2;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:34:\"वांछित_पृष्ठ\";i:1;s:34:\"वांछित_पन्ने\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:34:\"वांछित_साँचे\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:27:\"ध्यानसूची\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:4:{i:0;s:21:\"कड़ियाँ\";i:1;s:41:\"यहाँ_की_कड़ियाँ\";i:2;s:51:\"यहाँ_क्या_जुड़ता_है\";i:3;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:40:\"अन्तरविकि_रहित\";i:1;s:37:\"अंतरविकि_रहित\";i:2;s:16:\"WithoutInterwiki\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}}'),('ar','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('ar','compiledPluralRules','a:5:{i:0;s:6:\"n 0 in\";i:1;s:6:\"n 1 in\";i:2;s:6:\"n 2 in\";i:3;s:20:\"n 100 mod 3 10 .. in\";i:4;s:21:\"n 100 mod 11 99 .. in\";}'),('ar','dateFormats','a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ar','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ar','datePreferences','a:7:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:5:\"hijri\";i:5;s:8:\"ISO 8601\";i:6;s:3:\"jMY\";}'),('ar','defaultDateFormat','s:10:\"dmy or mdy\";'),('ar','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAr.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ar','digitGroupingPattern','s:9:\"#,##0.###\";'),('ar','digitTransformTable','a:10:{i:0;s:2:\"٠\";i:1;s:2:\"١\";i:2;s:2:\"٢\";i:3;s:2:\"٣\";i:4;s:2:\"٤\";i:5;s:2:\"٥\";i:6;s:2:\"٦\";i:7;s:2:\"٧\";i:8;s:2:\"٨\";i:9;s:2:\"٩\";}'),('ar','fallback','b:0;'),('ar','fallback8bitEncoding','s:12:\"windows-1256\";'),('ar','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('ar','imageFiles','N;'),('ar','linkPrefixCharset','s:120:\"a-zA-Zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}\";'),('ar','linkPrefixExtension','b:1;'),('ar','linkTrail','s:133:\"/^([a-zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}]+)(.*)$/sDu\";'),('ar','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:25:\"categoryviewer-pagedlinks\";i:120;s:24:\"category-header-numerals\";i:121;s:5:\"about\";i:122;s:7:\"article\";i:123;s:9:\"newwindow\";i:124;s:6:\"cancel\";i:125;s:13:\"moredotdotdot\";i:126;s:13:\"morenotlisted\";i:127;s:6:\"mypage\";i:128;s:6:\"mytalk\";i:129;s:8:\"anontalk\";i:130;s:10:\"navigation\";i:131;s:3:\"and\";i:132;s:3:\"faq\";i:133;s:7:\"actions\";i:134;s:10:\"namespaces\";i:135;s:8:\"variants\";i:136;s:18:\"navigation-heading\";i:137;s:14:\"errorpagetitle\";i:138;s:8:\"returnto\";i:139;s:7:\"tagline\";i:140;s:4:\"help\";i:141;s:14:\"help-mediawiki\";i:142;s:6:\"search\";i:143;s:23:\"search-ignored-headings\";i:144;s:12:\"searchbutton\";i:145;s:2:\"go\";i:146;s:13:\"searcharticle\";i:147;s:17:\"skin-view-history\";i:148;s:7:\"history\";i:149;s:13:\"history_short\";i:150;s:13:\"history_small\";i:151;s:13:\"updatedmarker\";i:152;s:16:\"printableversion\";i:153;s:35:\"printableversion-deprecated-warning\";i:154;s:9:\"permalink\";i:155;s:5:\"print\";i:156;s:4:\"view\";i:157;s:14:\"skin-view-view\";i:158;s:17:\"skin-view-foreign\";i:159;s:4:\"edit\";i:160;s:14:\"skin-view-edit\";i:161;s:10:\"edit-local\";i:162;s:6:\"create\";i:163;s:16:\"skin-view-create\";i:164;s:12:\"create-local\";i:165;s:6:\"delete\";i:166;s:14:\"undelete_short\";i:167;s:17:\"viewdeleted_short\";i:168;s:7:\"protect\";i:169;s:14:\"protect_change\";i:170;s:21:\"skin-action-unprotect\";i:171;s:9:\"unprotect\";i:172;s:7:\"newpage\";i:173;s:16:\"talkpagelinktext\";i:174;s:11:\"specialpage\";i:175;s:13:\"personaltools\";i:176;s:4:\"talk\";i:177;s:5:\"views\";i:178;s:7:\"toolbox\";i:179;s:8:\"cactions\";i:180;s:20:\"tool-link-userrights\";i:181;s:29:\"tool-link-userrights-readonly\";i:182;s:19:\"tool-link-emailuser\";i:183;s:9:\"imagepage\";i:184;s:13:\"mediawikipage\";i:185;s:12:\"templatepage\";i:186;s:12:\"viewhelppage\";i:187;s:12:\"categorypage\";i:188;s:12:\"viewtalkpage\";i:189;s:14:\"otherlanguages\";i:190;s:14:\"redirectedfrom\";i:191;s:15:\"redirectpagesub\";i:192;s:10:\"redirectto\";i:193;s:14:\"lastmodifiedat\";i:194;s:9:\"viewcount\";i:195;s:13:\"protectedpage\";i:196;s:6:\"jumpto\";i:197;s:16:\"jumptonavigation\";i:198;s:12:\"jumptosearch\";i:199;s:15:\"view-pool-error\";i:200;s:18:\"generic-pool-error\";i:201;s:12:\"pool-timeout\";i:202;s:14:\"pool-queuefull\";i:203;s:17:\"pool-errorunknown\";i:204;s:16:\"pool-servererror\";i:205;s:23:\"poolcounter-usage-error\";i:206;s:9:\"aboutsite\";i:207;s:9:\"aboutpage\";i:208;s:9:\"copyright\";i:209;s:13:\"copyrightpage\";i:210;s:13:\"currentevents\";i:211;s:17:\"currentevents-url\";i:212;s:11:\"disclaimers\";i:213;s:14:\"disclaimerpage\";i:214;s:8:\"edithelp\";i:215;s:20:\"helppage-top-gethelp\";i:216;s:8:\"mainpage\";i:217;s:20:\"mainpage-description\";i:218;s:10:\"policy-url\";i:219;s:6:\"portal\";i:220;s:10:\"portal-url\";i:221;s:7:\"privacy\";i:222;s:11:\"privacypage\";i:223;s:9:\"badaccess\";i:224;s:16:\"badaccess-group0\";i:225;s:16:\"badaccess-groups\";i:226;s:15:\"versionrequired\";i:227;s:19:\"versionrequiredtext\";i:228;s:2:\"ok\";i:229;s:9:\"pagetitle\";i:230;s:16:\"backlinksubtitle\";i:231;s:13:\"retrievedfrom\";i:232;s:18:\"youhavenewmessages\";i:233;s:27:\"youhavenewmessagesfromusers\";i:234;s:27:\"youhavenewmessagesmanyusers\";i:235;s:21:\"newmessageslinkplural\";i:236;s:25:\"newmessagesdifflinkplural\";i:237;s:11:\"editsection\";i:238;s:7:\"editold\";i:239;s:13:\"viewsourceold\";i:240;s:8:\"editlink\";i:241;s:14:\"viewsourcelink\";i:242;s:15:\"editsectionhint\";i:243;s:3:\"toc\";i:244;s:7:\"showtoc\";i:245;s:7:\"hidetoc\";i:246;s:20:\"collapsible-collapse\";i:247;s:18:\"collapsible-expand\";i:248;s:19:\"confirmable-confirm\";i:249;s:15:\"confirmable-yes\";i:250;s:14:\"confirmable-no\";i:251;s:13:\"thisisdeleted\";i:252;s:11:\"viewdeleted\";i:253;s:11:\"restorelink\";i:254;s:12:\"feed-invalid\";i:255;s:16:\"feed-unavailable\";i:256;s:13:\"site-rss-feed\";i:257;s:14:\"site-atom-feed\";i:258;s:13:\"page-rss-feed\";i:259;s:14:\"page-atom-feed\";i:260;s:9:\"feed-atom\";i:261;s:8:\"feed-rss\";i:262;s:14:\"red-link-title\";i:263;s:15:\"sort-descending\";i:264;s:14:\"sort-ascending\";i:265;s:12:\"sort-initial\";i:266;s:18:\"sort-rowspan-error\";i:267;s:10:\"nstab-main\";i:268;s:10:\"nstab-user\";i:269;s:11:\"nstab-media\";i:270;s:13:\"nstab-special\";i:271;s:13:\"nstab-project\";i:272;s:11:\"nstab-image\";i:273;s:15:\"nstab-mediawiki\";i:274;s:14:\"nstab-template\";i:275;s:10:\"nstab-help\";i:276;s:14:\"nstab-category\";i:277;s:14:\"mainpage-nstab\";i:278;s:12:\"nosuchaction\";i:279;s:16:\"nosuchactiontext\";i:280;s:17:\"nosuchspecialpage\";i:281;s:17:\"nospecialpagetext\";i:282;s:5:\"error\";i:283;s:13:\"databaseerror\";i:284;s:18:\"databaseerror-text\";i:285;s:20:\"databaseerror-textcl\";i:286;s:19:\"databaseerror-query\";i:287;s:22:\"databaseerror-function\";i:288;s:19:\"databaseerror-error\";i:289;s:35:\"transaction-duration-limit-exceeded\";i:290;s:39:\"transaction-max-statement-time-exceeded\";i:291;s:17:\"laggedreplicamode\";i:292;s:8:\"readonly\";i:293;s:15:\"enterlockreason\";i:294;s:12:\"readonlytext\";i:295;s:15:\"missing-article\";i:296;s:18:\"missingarticle-rev\";i:297;s:19:\"missingarticle-diff\";i:298;s:12:\"readonly_lag\";i:299;s:26:\"nonwrite-api-promise-error\";i:300;s:12:\"timeouterror\";i:301;s:17:\"timeouterror-text\";i:302;s:13:\"internalerror\";i:303;s:18:\"internalerror_info\";i:304;s:29:\"internalerror-fatal-exception\";i:305;s:13:\"filecopyerror\";i:306;s:15:\"filerenameerror\";i:307;s:15:\"filedeleteerror\";i:308;s:20:\"directorycreateerror\";i:309;s:22:\"directoryreadonlyerror\";i:310;s:12:\"filenotfound\";i:311;s:10:\"unexpected\";i:312;s:9:\"formerror\";i:313;s:15:\"badarticleerror\";i:314;s:12:\"cannotdelete\";i:315;s:18:\"cannotdelete-title\";i:316;s:16:\"delete-scheduled\";i:317;s:19:\"delete-hook-aborted\";i:318;s:16:\"no-null-revision\";i:319;s:8:\"badtitle\";i:320;s:12:\"badtitletext\";i:321;s:13:\"title-invalid\";i:322;s:19:\"title-invalid-empty\";i:323;s:18:\"title-invalid-utf8\";i:324;s:23:\"title-invalid-interwiki\";i:325;s:28:\"title-invalid-talk-namespace\";i:326;s:24:\"title-invalid-characters\";i:327;s:22:\"title-invalid-relative\";i:328;s:25:\"title-invalid-magic-tilde\";i:329;s:22:\"title-invalid-too-long\";i:330;s:27:\"title-invalid-leading-colon\";i:331;s:10:\"perfcached\";i:332;s:12:\"perfcachedts\";i:333;s:20:\"querypage-no-updates\";i:334;s:28:\"querypage-updates-periodical\";i:335;s:10:\"viewsource\";i:336;s:22:\"skin-action-viewsource\";i:337;s:16:\"viewsource-title\";i:338;s:15:\"actionthrottled\";i:339;s:19:\"actionthrottledtext\";i:340;s:17:\"protectedpagetext\";i:341;s:14:\"viewsourcetext\";i:342;s:12:\"viewyourtext\";i:343;s:18:\"protectedinterface\";i:344;s:16:\"editinginterface\";i:345;s:18:\"translateinterface\";i:346;s:16:\"cascadeprotected\";i:347;s:18:\"namespaceprotected\";i:348;s:18:\"customcssprotected\";i:349;s:19:\"customjsonprotected\";i:350;s:17:\"customjsprotected\";i:351;s:16:\"sitecssprotected\";i:352;s:17:\"sitejsonprotected\";i:353;s:15:\"sitejsprotected\";i:354;s:20:\"siterawhtmlprotected\";i:355;s:20:\"mycustomcssprotected\";i:356;s:21:\"mycustomjsonprotected\";i:357;s:19:\"mycustomjsprotected\";i:358;s:22:\"myprivateinfoprotected\";i:359;s:22:\"mypreferencesprotected\";i:360;s:19:\"ns-specialprotected\";i:361;s:14:\"titleprotected\";i:362;s:17:\"filereadonlyerror\";i:363;s:12:\"invalidtitle\";i:364;s:27:\"invalidtitle-knownnamespace\";i:365;s:29:\"invalidtitle-unknownnamespace\";i:366;s:17:\"exception-nologin\";i:367;s:22:\"exception-nologin-text\";i:368;s:29:\"exception-nologin-text-manual\";i:369;s:16:\"virus-badscanner\";i:370;s:16:\"virus-scanfailed\";i:371;s:20:\"virus-unknownscanner\";i:372;s:10:\"logouttext\";i:373;s:18:\"logging-out-notify\";i:374;s:13:\"logout-failed\";i:375;s:21:\"cannotlogoutnow-title\";i:376;s:20:\"cannotlogoutnow-text\";i:377;s:11:\"welcomeuser\";i:378;s:19:\"welcomecreation-msg\";i:379;s:8:\"yourname\";i:380;s:18:\"userlogin-yourname\";i:381;s:21:\"userlogin-yourname-ph\";i:382;s:30:\"createacct-another-username-ph\";i:383;s:12:\"yourpassword\";i:384;s:23:\"prefs-help-yourpassword\";i:385;s:22:\"userlogin-yourpassword\";i:386;s:25:\"userlogin-yourpassword-ph\";i:387;s:26:\"createacct-yourpassword-ph\";i:388;s:17:\"yourpasswordagain\";i:389;s:24:\"createacct-useuniquepass\";i:390;s:28:\"createacct-yourpasswordagain\";i:391;s:31:\"createacct-yourpasswordagain-ph\";i:392;s:28:\"userlogin-remembermypassword\";i:393;s:24:\"userlogin-signwithsecure\";i:394;s:17:\"cannotlogin-title\";i:395;s:16:\"cannotlogin-text\";i:396;s:20:\"cannotloginnow-title\";i:397;s:19:\"cannotloginnow-text\";i:398;s:25:\"cannotcreateaccount-title\";i:399;s:24:\"cannotcreateaccount-text\";i:400;s:14:\"yourdomainname\";i:401;s:25:\"password-change-forbidden\";i:402;s:15:\"externaldberror\";i:403;s:5:\"login\";i:404;s:14:\"login-security\";i:405;s:23:\"nav-login-createaccount\";i:406;s:6:\"logout\";i:407;s:10:\"userlogout\";i:408;s:11:\"notloggedin\";i:409;s:19:\"userlogin-noaccount\";i:410;s:21:\"userlogin-joinproject\";i:411;s:13:\"createaccount\";i:412;s:28:\"userlogin-resetpassword-link\";i:413;s:19:\"userlogin-helplink2\";i:414;s:18:\"userlogin-loggedin\";i:415;s:16:\"userlogin-reauth\";i:416;s:23:\"userlogin-createanother\";i:417;s:24:\"createacct-emailrequired\";i:418;s:24:\"createacct-emailoptional\";i:419;s:19:\"createacct-email-ph\";i:420;s:27:\"createacct-another-email-ph\";i:421;s:17:\"createaccountmail\";i:422;s:22:\"createaccountmail-help\";i:423;s:19:\"createacct-realname\";i:424;s:17:\"createacct-reason\";i:425;s:20:\"createacct-reason-ph\";i:426;s:22:\"createacct-reason-help\";i:427;s:25:\"createacct-reason-confirm\";i:428;s:17:\"createacct-submit\";i:429;s:25:\"createacct-another-submit\";i:430;s:26:\"createacct-continue-submit\";i:431;s:34:\"createacct-another-continue-submit\";i:432;s:26:\"createacct-benefit-heading\";i:433;s:24:\"createacct-benefit-body1\";i:434;s:24:\"createacct-benefit-body2\";i:435;s:24:\"createacct-benefit-body3\";i:436;s:9:\"badretype\";i:437;s:18:\"usernameinprogress\";i:438;s:10:\"userexists\";i:439;s:24:\"createacct-normalization\";i:440;s:10:\"loginerror\";i:441;s:16:\"createacct-error\";i:442;s:18:\"createaccounterror\";i:443;s:12:\"nocookiesnew\";i:444;s:14:\"nocookieslogin\";i:445;s:15:\"nocookiesfornew\";i:446;s:21:\"createacct-loginerror\";i:447;s:23:\"createacct-temp-warning\";i:448;s:6:\"noname\";i:449;s:17:\"loginsuccesstitle\";i:450;s:12:\"loginsuccess\";i:451;s:10:\"nosuchuser\";i:452;s:15:\"nosuchusershort\";i:453;s:15:\"nouserspecified\";i:454;s:17:\"login-userblocked\";i:455;s:13:\"wrongpassword\";i:456;s:18:\"wrongpasswordempty\";i:457;s:16:\"passwordtooshort\";i:458;s:15:\"passwordtoolong\";i:459;s:20:\"passwordincommonlist\";i:460;s:19:\"password-name-match\";i:461;s:33:\"password-substring-username-match\";i:462;s:24:\"password-login-forbidden\";i:463;s:14:\"mailmypassword\";i:464;s:21:\"passwordremindertitle\";i:465;s:20:\"passwordremindertext\";i:466;s:7:\"noemail\";i:467;s:13:\"noemailcreate\";i:468;s:12:\"passwordsent\";i:469;s:20:\"blocked-mailpassword\";i:470;s:12:\"eauthentsent\";i:471;s:22:\"throttled-mailpassword\";i:472;s:9:\"mailerror\";i:473;s:26:\"acct_creation_throttle_hit\";i:474;s:18:\"emailauthenticated\";i:475;s:21:\"emailnotauthenticated\";i:476;s:12:\"noemailprefs\";i:477;s:16:\"emailconfirmlink\";i:478;s:19:\"invalidemailaddress\";i:479;s:17:\"cannotchangeemail\";i:480;s:13:\"emaildisabled\";i:481;s:14:\"accountcreated\";i:482;s:18:\"accountcreatedtext\";i:483;s:19:\"createaccount-title\";i:484;s:18:\"createaccount-text\";i:485;s:15:\"login-throttled\";i:486;s:19:\"login-abort-generic\";i:487;s:22:\"login-migrated-generic\";i:488;s:18:\"loginlanguagelabel\";i:489;s:21:\"suspicious-userlogout\";i:490;s:31:\"createacct-another-realname-tip\";i:491;s:8:\"pt-login\";i:492;s:15:\"pt-login-button\";i:493;s:24:\"pt-login-continue-button\";i:494;s:16:\"pt-createaccount\";i:495;s:13:\"pt-userlogout\";i:496;s:22:\"php-mail-error-unknown\";i:497;s:17:\"user-mail-no-addy\";i:498;s:17:\"user-mail-no-body\";i:499;s:14:\"changepassword\";i:500;s:18:\"resetpass_announce\";i:501;s:14:\"resetpass_text\";i:502;s:16:\"resetpass_header\";i:503;s:11:\"oldpassword\";i:504;s:11:\"newpassword\";i:505;s:9:\"retypenew\";i:506;s:16:\"resetpass_submit\";i:507;s:22:\"changepassword-success\";i:508;s:24:\"changepassword-throttled\";i:509;s:12:\"botpasswords\";i:510;s:20:\"botpasswords-summary\";i:511;s:21:\"botpasswords-disabled\";i:512;s:26:\"botpasswords-no-central-id\";i:513;s:21:\"botpasswords-existing\";i:514;s:22:\"botpasswords-createnew\";i:515;s:25:\"botpasswords-editexisting\";i:516;s:29:\"botpasswords-label-needsreset\";i:517;s:24:\"botpasswords-label-appid\";i:518;s:25:\"botpasswords-label-create\";i:519;s:25:\"botpasswords-label-update\";i:520;s:25:\"botpasswords-label-cancel\";i:521;s:25:\"botpasswords-label-delete\";i:522;s:32:\"botpasswords-label-resetpassword\";i:523;s:25:\"botpasswords-label-grants\";i:524;s:24:\"botpasswords-help-grants\";i:525;s:32:\"botpasswords-label-grants-column\";i:526;s:22:\"botpasswords-bad-appid\";i:527;s:33:\"botpasswords-toolong-restrictions\";i:528;s:27:\"botpasswords-toolong-grants\";i:529;s:26:\"botpasswords-insert-failed\";i:530;s:26:\"botpasswords-update-failed\";i:531;s:26:\"botpasswords-created-title\";i:532;s:25:\"botpasswords-created-body\";i:533;s:26:\"botpasswords-updated-title\";i:534;s:25:\"botpasswords-updated-body\";i:535;s:26:\"botpasswords-deleted-title\";i:536;s:25:\"botpasswords-deleted-body\";i:537;s:24:\"botpasswords-newpassword\";i:538;s:24:\"botpasswords-no-provider\";i:539;s:31:\"botpasswords-restriction-failed\";i:540;s:25:\"botpasswords-invalid-name\";i:541;s:22:\"botpasswords-not-exist\";i:542;s:24:\"botpasswords-needs-reset\";i:543;s:19:\"botpasswords-locked\";i:544;s:19:\"resetpass_forbidden\";i:545;s:26:\"resetpass_forbidden-reason\";i:546;s:17:\"resetpass-no-info\";i:547;s:25:\"resetpass-submit-loggedin\";i:548;s:23:\"resetpass-submit-cancel\";i:549;s:23:\"resetpass-wrong-oldpass\";i:550;s:18:\"resetpass-recycled\";i:551;s:22:\"resetpass-temp-emailed\";i:552;s:23:\"resetpass-temp-password\";i:553;s:23:\"resetpass-abort-generic\";i:554;s:17:\"resetpass-expired\";i:555;s:22:\"resetpass-expired-soft\";i:556;s:18:\"resetpass-validity\";i:557;s:23:\"resetpass-validity-soft\";i:558;s:13:\"passwordreset\";i:559;s:22:\"passwordreset-text-one\";i:560;s:23:\"passwordreset-text-many\";i:561;s:22:\"passwordreset-disabled\";i:562;s:27:\"passwordreset-emaildisabled\";i:563;s:22:\"passwordreset-username\";i:564;s:20:\"passwordreset-domain\";i:565;s:19:\"passwordreset-email\";i:566;s:24:\"passwordreset-emailtitle\";i:567;s:26:\"passwordreset-emailtext-ip\";i:568;s:28:\"passwordreset-emailtext-user\";i:569;s:26:\"passwordreset-emailelement\";i:570;s:21:\"passwordreset-success\";i:571;s:37:\"passwordreset-success-details-generic\";i:572;s:26:\"passwordreset-success-info\";i:573;s:37:\"passwordreset-emailtext-require-email\";i:574;s:22:\"passwordreset-nocaller\";i:575;s:26:\"passwordreset-nosuchcaller\";i:576;s:21:\"passwordreset-ignored\";i:577;s:20:\"passwordreset-nodata\";i:578;s:11:\"changeemail\";i:579;s:18:\"changeemail-header\";i:580;s:19:\"changeemail-no-info\";i:581;s:20:\"changeemail-oldemail\";i:582;s:20:\"changeemail-newemail\";i:583;s:25:\"changeemail-newemail-help\";i:584;s:16:\"changeemail-none\";i:585;s:20:\"changeemail-password\";i:586;s:18:\"changeemail-submit\";i:587;s:21:\"changeemail-throttled\";i:588;s:20:\"changeemail-nochange\";i:589;s:21:\"changeemail-maxlength\";i:590;s:11:\"resettokens\";i:591;s:16:\"resettokens-text\";i:592;s:21:\"resettokens-no-tokens\";i:593;s:18:\"resettokens-tokens\";i:594;s:23:\"resettokens-token-label\";i:595;s:27:\"resettokens-watchlist-token\";i:596;s:16:\"resettokens-done\";i:597;s:23:\"resettokens-resetbutton\";i:598;s:7:\"summary\";i:599;s:7:\"subject\";i:600;s:9:\"minoredit\";i:601;s:9:\"watchthis\";i:602;s:11:\"savearticle\";i:603;s:11:\"savechanges\";i:604;s:11:\"publishpage\";i:605;s:14:\"publishchanges\";i:606;s:17:\"savearticle-start\";i:607;s:17:\"savechanges-start\";i:608;s:17:\"publishpage-start\";i:609;s:20:\"publishchanges-start\";i:610;s:7:\"preview\";i:611;s:11:\"showpreview\";i:612;s:8:\"showdiff\";i:613;s:12:\"blankarticle\";i:614;s:15:\"anoneditwarning\";i:615;s:23:\"autocreate-edit-warning\";i:616;s:18:\"anonpreviewwarning\";i:617;s:26:\"autocreate-preview-warning\";i:618;s:14:\"missingsummary\";i:619;s:12:\"selfredirect\";i:620;s:18:\"missingcommenttext\";i:621;s:20:\"missingcommentheader\";i:622;s:15:\"summary-preview\";i:623;s:16:\"previewerrortext\";i:624;s:12:\"blockedtitle\";i:625;s:19:\"blockedtext-partial\";i:626;s:11:\"blockedtext\";i:627;s:15:\"autoblockedtext\";i:628;s:17:\"systemblockedtext\";i:629;s:15:\"blockednoreason\";i:630;s:21:\"blockedtext-composite\";i:631;s:25:\"blockedtext-composite-ids\";i:632;s:28:\"blockedtext-composite-no-ids\";i:633;s:28:\"blockedtext-composite-reason\";i:634;s:17:\"whitelistedittext\";i:635;s:15:\"confirmedittext\";i:636;s:18:\"nosuchsectiontitle\";i:637;s:17:\"nosuchsectiontext\";i:638;s:13:\"loginreqtitle\";i:639;s:12:\"loginreqlink\";i:640;s:16:\"loginreqpagetext\";i:641;s:12:\"accmailtitle\";i:642;s:11:\"accmailtext\";i:643;s:10:\"newarticle\";i:644;s:14:\"newarticletext\";i:645;s:16:\"anontalkpagetext\";i:646;s:13:\"noarticletext\";i:647;s:26:\"noarticletext-nopermission\";i:648;s:27:\"missing-revision-permission\";i:649;s:16:\"missing-revision\";i:650;s:24:\"missing-revision-content\";i:651;s:25:\"userpage-userdoesnotexist\";i:652;s:30:\"userpage-userdoesnotexist-view\";i:653;s:25:\"blocked-notice-logextract\";i:654;s:14:\"clearyourcache\";i:655;s:20:\"usercssyoucanpreview\";i:656;s:21:\"userjsonyoucanpreview\";i:657;s:19:\"userjsyoucanpreview\";i:658;s:14:\"usercsspreview\";i:659;s:15:\"userjsonpreview\";i:660;s:13:\"userjspreview\";i:661;s:14:\"sitecsspreview\";i:662;s:15:\"sitejsonpreview\";i:663;s:13:\"sitejspreview\";i:664;s:22:\"userinvalidconfigtitle\";i:665;s:7:\"updated\";i:666;s:4:\"note\";i:667;s:11:\"previewnote\";i:668;s:16:\"continue-editing\";i:669;s:15:\"previewconflict\";i:670;s:20:\"session_fail_preview\";i:671;s:25:\"session_fail_preview_html\";i:672;s:20:\"edit_form_incomplete\";i:673;s:7:\"editing\";i:674;s:24:\"edit-textarea-aria-label\";i:675;s:8:\"creating\";i:676;s:14:\"editingsection\";i:677;s:14:\"editingcomment\";i:678;s:12:\"editconflict\";i:679;s:15:\"explainconflict\";i:680;s:8:\"yourtext\";i:681;s:13:\"storedversion\";i:682;s:10:\"editingold\";i:683;s:20:\"unicode-support-fail\";i:684;s:8:\"yourdiff\";i:685;s:16:\"copyrightwarning\";i:686;s:17:\"copyrightwarning2\";i:687;s:32:\"editpage-cannot-use-custom-model\";i:688;s:13:\"longpageerror\";i:689;s:15:\"readonlywarning\";i:690;s:20:\"protectedpagewarning\";i:691;s:24:\"semiprotectedpagewarning\";i:692;s:23:\"cascadeprotectedwarning\";i:693;s:21:\"titleprotectedwarning\";i:694;s:13:\"templatesused\";i:695;s:20:\"templatesusedpreview\";i:696;s:20:\"templatesusedsection\";i:697;s:18:\"template-protected\";i:698;s:22:\"template-semiprotected\";i:699;s:16:\"hiddencategories\";i:700;s:9:\"edittools\";i:701;s:16:\"edittools-upload\";i:702;s:12:\"nocreatetext\";i:703;s:17:\"nocreate-loggedin\";i:704;s:29:\"sectioneditnotsupported-title\";i:705;s:28:\"sectioneditnotsupported-text\";i:706;s:27:\"modeleditnotsupported-title\";i:707;s:26:\"modeleditnotsupported-text\";i:708;s:17:\"permissionserrors\";i:709;s:21:\"permissionserrorstext\";i:710;s:32:\"permissionserrorstext-withaction\";i:711;s:21:\"contentmodelediterror\";i:712;s:26:\"recreate-moveddeleted-warn\";i:713;s:19:\"moveddeleted-notice\";i:714;s:26:\"moveddeleted-notice-recent\";i:715;s:11:\"log-fulllog\";i:716;s:17:\"edit-hook-aborted\";i:717;s:17:\"edit-gone-missing\";i:718;s:13:\"edit-conflict\";i:719;s:14:\"edit-no-change\";i:720;s:21:\"edit-slots-cannot-add\";i:721;s:24:\"edit-slots-cannot-remove\";i:722;s:18:\"edit-slots-missing\";i:723;s:29:\"postedit-confirmation-created\";i:724;s:30:\"postedit-confirmation-restored\";i:725;s:27:\"postedit-confirmation-saved\";i:726;s:31:\"postedit-confirmation-published\";i:727;s:27:\"postedit-temp-created-label\";i:728;s:21:\"postedit-temp-created\";i:729;s:19:\"edit-already-exists\";i:730;s:18:\"defaultmessagetext\";i:731;s:23:\"content-failed-to-parse\";i:732;s:20:\"invalid-content-data\";i:733;s:17:\"invalid-json-data\";i:734;s:24:\"content-not-allowed-here\";i:735;s:20:\"confirmleave-warning\";i:736;s:34:\"editpage-invalidcontentmodel-title\";i:737;s:33:\"editpage-invalidcontentmodel-text\";i:738;s:40:\"editpage-notsupportedcontentformat-title\";i:739;s:39:\"editpage-notsupportedcontentformat-text\";i:740;s:14:\"slot-name-main\";i:741;s:22:\"content-model-wikitext\";i:742;s:18:\"content-model-text\";i:743;s:24:\"content-model-javascript\";i:744;s:17:\"content-model-css\";i:745;s:18:\"content-model-json\";i:746;s:25:\"content-json-empty-object\";i:747;s:24:\"content-json-empty-array\";i:748;s:25:\"unsupported-content-model\";i:749;s:24:\"unsupported-content-diff\";i:750;s:25:\"unsupported-content-diff2\";i:751;s:22:\"duplicate-args-warning\";i:752;s:23:\"duplicate-args-category\";i:753;s:28:\"duplicate-args-category-desc\";i:754;s:32:\"expensive-parserfunction-warning\";i:755;s:33:\"expensive-parserfunction-category\";i:756;s:38:\"post-expand-template-inclusion-warning\";i:757;s:39:\"post-expand-template-inclusion-category\";i:758;s:37:\"post-expand-template-argument-warning\";i:759;s:38:\"post-expand-template-argument-category\";i:760;s:24:\"template-equals-category\";i:761;s:29:\"template-equals-category-desc\";i:762;s:23:\"template-equals-warning\";i:763;s:28:\"parser-template-loop-warning\";i:764;s:22:\"template-loop-category\";i:765;s:27:\"template-loop-category-desc\";i:766;s:21:\"template-loop-warning\";i:767;s:39:\"parser-template-recursion-depth-warning\";i:768;s:32:\"language-converter-depth-warning\";i:769;s:28:\"node-count-exceeded-category\";i:770;s:33:\"node-count-exceeded-category-desc\";i:771;s:27:\"node-count-exceeded-warning\";i:772;s:33:\"expansion-depth-exceeded-category\";i:773;s:38:\"expansion-depth-exceeded-category-desc\";i:774;s:32:\"expansion-depth-exceeded-warning\";i:775;s:27:\"parser-unstrip-loop-warning\";i:776;s:21:\"unstrip-depth-warning\";i:777;s:22:\"unstrip-depth-category\";i:778;s:27:\"unstrip-depth-category-desc\";i:779;s:20:\"unstrip-size-warning\";i:780;s:21:\"unstrip-size-category\";i:781;s:26:\"unstrip-size-category-desc\";i:782;s:27:\"converter-manual-rule-error\";i:783;s:12:\"undo-success\";i:784;s:12:\"undo-failure\";i:785;s:19:\"undo-main-slot-only\";i:786;s:10:\"undo-norev\";i:787;s:13:\"undo-nochange\";i:788;s:12:\"undo-summary\";i:789;s:17:\"undo-summary-anon\";i:790;s:19:\"undo-summary-import\";i:791;s:20:\"undo-summary-import2\";i:792;s:28:\"undo-summary-username-hidden\";i:793;s:12:\"viewpagelogs\";i:794;s:22:\"viewpagelogs-lowercase\";i:795;s:9:\"nohistory\";i:796;s:10:\"currentrev\";i:797;s:15:\"currentrev-asof\";i:798;s:12:\"revisionasof\";i:799;s:13:\"revision-info\";i:800;s:16:\"previousrevision\";i:801;s:12:\"nextrevision\";i:802;s:19:\"currentrevisionlink\";i:803;s:3:\"cur\";i:804;s:11:\"tooltip-cur\";i:805;s:4:\"next\";i:806;s:4:\"last\";i:807;s:12:\"tooltip-last\";i:808;s:10:\"page_first\";i:809;s:9:\"page_last\";i:810;s:10:\"histlegend\";i:811;s:22:\"history-fieldset-title\";i:812;s:20:\"history-show-deleted\";i:813;s:9:\"histfirst\";i:814;s:8:\"histlast\";i:815;s:11:\"historysize\";i:816;s:12:\"historyempty\";i:817;s:18:\"history-feed-title\";i:818;s:24:\"history-feed-description\";i:819;s:27:\"history-feed-item-nocomment\";i:820;s:18:\"history-feed-empty\";i:821;s:17:\"history-edit-tags\";i:822;s:13:\"history-empty\";i:823;s:19:\"rev-deleted-comment\";i:824;s:16:\"rev-deleted-user\";i:825;s:17:\"rev-deleted-event\";i:826;s:25:\"rev-deleted-user-contribs\";i:827;s:27:\"rev-deleted-text-permission\";i:828;s:19:\"rev-suppressed-text\";i:829;s:30:\"rev-suppressed-text-permission\";i:830;s:23:\"rev-deleted-text-unhide\";i:831;s:26:\"rev-suppressed-text-unhide\";i:832;s:21:\"rev-deleted-text-view\";i:833;s:24:\"rev-suppressed-text-view\";i:834;s:19:\"rev-deleted-no-diff\";i:835;s:22:\"rev-suppressed-no-diff\";i:836;s:23:\"rev-deleted-unhide-diff\";i:837;s:26:\"rev-suppressed-unhide-diff\";i:838;s:21:\"rev-deleted-diff-view\";i:839;s:24:\"rev-suppressed-diff-view\";i:840;s:12:\"rev-delundel\";i:841;s:15:\"rev-showdeleted\";i:842;s:14:\"revisiondelete\";i:843;s:23:\"revdelete-nooldid-title\";i:844;s:22:\"revdelete-nooldid-text\";i:845;s:17:\"revdelete-no-file\";i:846;s:27:\"revdelete-show-file-confirm\";i:847;s:26:\"revdelete-show-file-submit\";i:848;s:23:\"revdelete-selected-text\";i:849;s:23:\"revdelete-selected-file\";i:850;s:18:\"logdelete-selected\";i:851;s:19:\"revdelete-text-text\";i:852;s:19:\"revdelete-text-file\";i:853;s:14:\"logdelete-text\";i:854;s:21:\"revdelete-text-others\";i:855;s:17:\"revdelete-confirm\";i:856;s:23:\"revdelete-suppress-text\";i:857;s:16:\"revdelete-legend\";i:858;s:19:\"revdelete-hide-text\";i:859;s:20:\"revdelete-hide-image\";i:860;s:19:\"revdelete-hide-name\";i:861;s:22:\"revdelete-hide-comment\";i:862;s:19:\"revdelete-hide-user\";i:863;s:25:\"revdelete-hide-restricted\";i:864;s:20:\"revdelete-radio-same\";i:865;s:19:\"revdelete-radio-set\";i:866;s:21:\"revdelete-radio-unset\";i:867;s:18:\"revdelete-suppress\";i:868;s:20:\"revdelete-unsuppress\";i:869;s:13:\"revdelete-log\";i:870;s:16:\"revdelete-submit\";i:871;s:17:\"revdelete-success\";i:872;s:17:\"revdelete-failure\";i:873;s:17:\"logdelete-success\";i:874;s:17:\"logdelete-failure\";i:875;s:14:\"revdel-restore\";i:876;s:8:\"pagehist\";i:877;s:11:\"deletedhist\";i:878;s:22:\"revdelete-hide-current\";i:879;s:24:\"revdelete-show-no-access\";i:880;s:26:\"revdelete-modify-no-access\";i:881;s:24:\"revdelete-modify-missing\";i:882;s:19:\"revdelete-no-change\";i:883;s:27:\"revdelete-concurrent-change\";i:884;s:25:\"revdelete-only-restricted\";i:885;s:25:\"revdelete-reason-dropdown\";i:886;s:34:\"revdelete-reason-dropdown-suppress\";i:887;s:21:\"revdelete-otherreason\";i:888;s:25:\"revdelete-reasonotherlist\";i:889;s:25:\"revdelete-edit-reasonlist\";i:890;s:34:\"revdelete-edit-reasonlist-suppress\";i:891;s:18:\"revdelete-offender\";i:892;s:14:\"suppressionlog\";i:893;s:18:\"suppressionlogtext\";i:894;s:12:\"mergehistory\";i:895;s:19:\"mergehistory-header\";i:896;s:16:\"mergehistory-box\";i:897;s:17:\"mergehistory-from\";i:898;s:17:\"mergehistory-into\";i:899;s:17:\"mergehistory-list\";i:900;s:18:\"mergehistory-merge\";i:901;s:15:\"mergehistory-go\";i:902;s:19:\"mergehistory-submit\";i:903;s:18:\"mergehistory-empty\";i:904;s:17:\"mergehistory-done\";i:905;s:17:\"mergehistory-fail\";i:906;s:31:\"mergehistory-fail-bad-timestamp\";i:907;s:32:\"mergehistory-fail-invalid-source\";i:908;s:30:\"mergehistory-fail-invalid-dest\";i:909;s:27:\"mergehistory-fail-no-change\";i:910;s:28:\"mergehistory-fail-permission\";i:911;s:28:\"mergehistory-fail-self-merge\";i:912;s:36:\"mergehistory-fail-timestamps-overlap\";i:913;s:24:\"mergehistory-fail-toobig\";i:914;s:22:\"mergehistory-no-source\";i:915;s:27:\"mergehistory-no-destination\";i:916;s:27:\"mergehistory-invalid-source\";i:917;s:32:\"mergehistory-invalid-destination\";i:918;s:24:\"mergehistory-autocomment\";i:919;s:20:\"mergehistory-comment\";i:920;s:29:\"mergehistory-same-destination\";i:921;s:19:\"mergehistory-reason\";i:922;s:34:\"mergehistory-source-deleted-reason\";i:923;s:27:\"mergehistory-source-deleted\";i:924;s:24:\"mergehistory-revisionrow\";i:925;s:8:\"mergelog\";i:926;s:11:\"revertmerge\";i:927;s:16:\"mergelogpagetext\";i:928;s:13:\"history-title\";i:929;s:16:\"difference-title\";i:930;s:26:\"difference-title-multipage\";i:931;s:20:\"difference-multipage\";i:932;s:6:\"lineno\";i:933;s:23:\"compareselectedversions\";i:934;s:24:\"showhideselectedversions\";i:935;s:8:\"editundo\";i:936;s:10:\"diff-empty\";i:937;s:19:\"diff-multi-sameuser\";i:938;s:21:\"diff-multi-otherusers\";i:939;s:20:\"diff-multi-manyusers\";i:940;s:26:\"diff-paragraph-moved-tonew\";i:941;s:26:\"diff-paragraph-moved-toold\";i:942;s:27:\"difference-missing-revision\";i:943;s:13:\"searchresults\";i:944;s:26:\"search-filter-title-prefix\";i:945;s:32:\"search-filter-title-prefix-reset\";i:946;s:19:\"searchresults-title\";i:947;s:12:\"titlematches\";i:948;s:11:\"textmatches\";i:949;s:13:\"notextmatches\";i:950;s:5:\"prevn\";i:951;s:5:\"nextn\";i:952;s:9:\"prev-page\";i:953;s:9:\"next-page\";i:954;s:11:\"prevn-title\";i:955;s:11:\"nextn-title\";i:956;s:11:\"shown-title\";i:957;s:12:\"viewprevnext\";i:958;s:17:\"searchmenu-exists\";i:959;s:14:\"searchmenu-new\";i:960;s:22:\"searchprofile-articles\";i:961;s:20:\"searchprofile-images\";i:962;s:24:\"searchprofile-everything\";i:963;s:22:\"searchprofile-advanced\";i:964;s:30:\"searchprofile-articles-tooltip\";i:965;s:28:\"searchprofile-images-tooltip\";i:966;s:32:\"searchprofile-everything-tooltip\";i:967;s:30:\"searchprofile-advanced-tooltip\";i:968;s:18:\"search-result-size\";i:969;s:27:\"search-result-category-size\";i:970;s:15:\"search-redirect\";i:971;s:14:\"search-section\";i:972;s:15:\"search-category\";i:973;s:17:\"search-file-match\";i:974;s:14:\"search-suggest\";i:975;s:16:\"search-rewritten\";i:976;s:31:\"search-interwiki-resultset-link\";i:977;s:21:\"search-interwiki-more\";i:978;s:29:\"search-interwiki-more-results\";i:979;s:21:\"search-relatedarticle\";i:980;s:25:\"search-invalid-sort-order\";i:981;s:22:\"search-unknown-profile\";i:982;s:13:\"searchrelated\";i:983;s:9:\"searchall\";i:984;s:14:\"showingresults\";i:985;s:21:\"showingresultsinrange\";i:986;s:21:\"search-showingresults\";i:987;s:16:\"search-nonefound\";i:988;s:25:\"search-nonefound-thiswiki\";i:989;s:18:\"powersearch-legend\";i:990;s:14:\"powersearch-ns\";i:991;s:23:\"powersearch-togglelabel\";i:992;s:21:\"powersearch-toggleall\";i:993;s:22:\"powersearch-togglenone\";i:994;s:20:\"powersearch-remember\";i:995;s:15:\"search-external\";i:996;s:14:\"searchdisabled\";i:997;s:12:\"search-error\";i:998;s:14:\"search-warning\";i:999;s:11:\"preferences\";i:1000;s:13:\"mypreferences\";i:1001;s:11:\"prefs-edits\";i:1002;s:17:\"prefsnologintext2\";i:1003;s:10:\"prefs-skin\";i:1004;s:16:\"prefs-skin-prefs\";i:1005;s:21:\"prefs-skin-responsive\";i:1006;s:26:\"prefs-help-skin-responsive\";i:1007;s:12:\"skin-preview\";i:1008;s:11:\"datedefault\";i:1009;s:10:\"prefs-labs\";i:1010;s:16:\"prefs-user-pages\";i:1011;s:14:\"prefs-personal\";i:1012;s:8:\"prefs-rc\";i:1013;s:15:\"prefs-watchlist\";i:1014;s:19:\"prefs-editwatchlist\";i:1015;s:25:\"prefs-editwatchlist-label\";i:1016;s:24:\"prefs-editwatchlist-edit\";i:1017;s:23:\"prefs-editwatchlist-raw\";i:1018;s:25:\"prefs-editwatchlist-clear\";i:1019;s:20:\"prefs-watchlist-days\";i:1020;s:24:\"prefs-watchlist-days-max\";i:1021;s:21:\"prefs-watchlist-edits\";i:1022;s:25:\"prefs-watchlist-edits-max\";i:1023;s:21:\"prefs-watchlist-token\";i:1024;s:28:\"prefs-watchlist-managetokens\";i:1025;s:10:\"prefs-misc\";i:1026;s:15:\"prefs-resetpass\";i:1027;s:17:\"prefs-changeemail\";i:1028;s:14:\"prefs-setemail\";i:1029;s:11:\"prefs-email\";i:1030;s:15:\"prefs-rendering\";i:1031;s:16:\"prefs-searchmisc\";i:1032;s:9:\"saveprefs\";i:1033;s:12:\"restoreprefs\";i:1034;s:13:\"prefs-editing\";i:1035;s:17:\"searchresultshead\";i:1036;s:17:\"recentchangesdays\";i:1037;s:21:\"recentchangesdays-max\";i:1038;s:18:\"recentchangescount\";i:1039;s:29:\"prefs-help-recentchangescount\";i:1040;s:27:\"prefs-help-watchlist-token2\";i:1041;s:26:\"prefs-help-tokenmanagement\";i:1042;s:29:\"prefs-user-downloaddata-label\";i:1043;s:28:\"prefs-user-downloaddata-info\";i:1044;s:29:\"prefs-user-restoreprefs-label\";i:1045;s:28:\"prefs-user-restoreprefs-info\";i:1046;s:10:\"savedprefs\";i:1047;s:11:\"savedrights\";i:1048;s:14:\"timezonelegend\";i:1049;s:9:\"localtime\";i:1050;s:24:\"timezoneuseserverdefault\";i:1051;s:17:\"timezoneuseoffset\";i:1052;s:30:\"timezone-useoffset-placeholder\";i:1053;s:10:\"servertime\";i:1054;s:13:\"guesstimezone\";i:1055;s:21:\"timezoneregion-africa\";i:1056;s:22:\"timezoneregion-america\";i:1057;s:25:\"timezoneregion-antarctica\";i:1058;s:21:\"timezoneregion-arctic\";i:1059;s:19:\"timezoneregion-asia\";i:1060;s:23:\"timezoneregion-atlantic\";i:1061;s:24:\"timezoneregion-australia\";i:1062;s:21:\"timezoneregion-europe\";i:1063;s:21:\"timezoneregion-indian\";i:1064;s:22:\"timezoneregion-pacific\";i:1065;s:10:\"allowemail\";i:1066;s:27:\"email-allow-new-users-label\";i:1067;s:20:\"email-mutelist-label\";i:1068;s:19:\"prefs-searchoptions\";i:1069;s:16:\"prefs-namespaces\";i:1070;s:7:\"default\";i:1071;s:11:\"prefs-files\";i:1072;s:16:\"prefs-custom-css\";i:1073;s:17:\"prefs-custom-json\";i:1074;s:15:\"prefs-custom-js\";i:1075;s:19:\"prefs-common-config\";i:1076;s:17:\"prefs-reset-intro\";i:1077;s:19:\"prefs-reset-confirm\";i:1078;s:24:\"prefs-emailconfirm-label\";i:1079;s:9:\"youremail\";i:1080;s:8:\"username\";i:1081;s:20:\"prefs-memberingroups\";i:1082;s:25:\"prefs-memberingroups-type\";i:1083;s:33:\"group-membership-link-with-expiry\";i:1084;s:18:\"prefs-registration\";i:1085;s:28:\"prefs-registration-date-time\";i:1086;s:12:\"yourrealname\";i:1087;s:12:\"yourlanguage\";i:1088;s:11:\"yourvariant\";i:1089;s:18:\"prefs-help-variant\";i:1090;s:8:\"yournick\";i:1091;s:20:\"prefs-help-signature\";i:1092;s:6:\"badsig\";i:1093;s:10:\"badsightml\";i:1094;s:11:\"badsiglinks\";i:1095;s:11:\"badsigsubst\";i:1096;s:12:\"badsiglength\";i:1097;s:15:\"badsiglinebreak\";i:1098;s:29:\"linterror-bogus-image-options\";i:1099;s:29:\"linterror-deletable-table-tag\";i:1100;s:26:\"linterror-html5-misnesting\";i:1101;s:38:\"linterror-misc-tidy-replacement-issues\";i:1102;s:23:\"linterror-misnested-tag\";i:1103;s:25:\"linterror-missing-end-tag\";i:1104;s:28:\"linterror-multi-colon-escape\";i:1105;s:38:\"linterror-multiline-html-table-in-list\";i:1106;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1107;s:22:\"linterror-obsolete-tag\";i:1108;s:30:\"linterror-pwrap-bug-workaround\";i:1109;s:25:\"linterror-self-closed-tag\";i:1110;s:22:\"linterror-stripped-tag\";i:1111;s:23:\"linterror-tidy-font-bug\";i:1112;s:29:\"linterror-tidy-whitespace-bug\";i:1113;s:36:\"linterror-unclosed-quotes-in-heading\";i:1114;s:10:\"yourgender\";i:1115;s:14:\"gender-unknown\";i:1116;s:15:\"gender-notknown\";i:1117;s:11:\"gender-male\";i:1118;s:13:\"gender-female\";i:1119;s:17:\"prefs-help-gender\";i:1120;s:5:\"email\";i:1121;s:19:\"prefs-help-realname\";i:1122;s:16:\"prefs-help-email\";i:1123;s:23:\"prefs-help-email-others\";i:1124;s:25:\"prefs-help-email-required\";i:1125;s:23:\"prefs-help-requireemail\";i:1126;s:10:\"prefs-info\";i:1127;s:10:\"prefs-i18n\";i:1128;s:15:\"prefs-signature\";i:1129;s:31:\"prefs-signature-invalid-warning\";i:1130;s:27:\"prefs-signature-invalid-new\";i:1131;s:32:\"prefs-signature-invalid-disallow\";i:1132;s:31:\"prefs-signature-highlight-error\";i:1133;s:29:\"prefs-signature-error-details\";i:1134;s:16:\"prefs-dateformat\";i:1135;s:16:\"prefs-timeoffset\";i:1136;s:21:\"prefs-advancedediting\";i:1137;s:20:\"prefs-developertools\";i:1138;s:12:\"prefs-editor\";i:1139;s:16:\"prefs-discussion\";i:1140;s:13:\"prefs-preview\";i:1141;s:16:\"prefs-advancedrc\";i:1142;s:23:\"prefs-advancedrendering\";i:1143;s:27:\"prefs-advancedsearchoptions\";i:1144;s:23:\"prefs-advancedwatchlist\";i:1145;s:15:\"prefs-displayrc\";i:1146;s:22:\"prefs-displaywatchlist\";i:1147;s:15:\"prefs-changesrc\";i:1148;s:22:\"prefs-changeswatchlist\";i:1149;s:20:\"prefs-pageswatchlist\";i:1150;s:20:\"prefs-tokenwatchlist\";i:1151;s:11:\"prefs-diffs\";i:1152;s:23:\"prefs-help-prefershttps\";i:1153;s:26:\"prefs-tabs-navigation-hint\";i:1154;s:10:\"userrights\";i:1155;s:22:\"userrights-lookup-user\";i:1156;s:24:\"userrights-user-editname\";i:1157;s:13:\"editusergroup\";i:1158;s:11:\"editinguser\";i:1159;s:17:\"viewinguserrights\";i:1160;s:24:\"userrights-editusergroup\";i:1161;s:24:\"userrights-viewusergroup\";i:1162;s:14:\"saveusergroups\";i:1163;s:23:\"userrights-groupsmember\";i:1164;s:28:\"userrights-groupsmember-auto\";i:1165;s:28:\"userrights-groupsmember-type\";i:1166;s:21:\"userrights-systemuser\";i:1167;s:22:\"userrights-groups-help\";i:1168;s:17:\"userrights-reason\";i:1169;s:23:\"userrights-no-interwiki\";i:1170;s:21:\"userrights-nodatabase\";i:1171;s:25:\"userrights-changeable-col\";i:1172;s:27:\"userrights-unchangeable-col\";i:1173;s:30:\"userrights-irreversible-marker\";i:1174;s:35:\"userrights-no-shorten-expiry-marker\";i:1175;s:25:\"userrights-expiry-current\";i:1176;s:22:\"userrights-expiry-none\";i:1177;s:17:\"userrights-expiry\";i:1178;s:26:\"userrights-expiry-existing\";i:1179;s:27:\"userrights-expiry-othertime\";i:1180;s:25:\"userrights-expiry-options\";i:1181;s:25:\"userrights-invalid-expiry\";i:1182;s:25:\"userrights-expiry-in-past\";i:1183;s:32:\"userrights-cannot-shorten-expiry\";i:1184;s:19:\"userrights-conflict\";i:1185;s:5:\"group\";i:1186;s:10:\"group-user\";i:1187;s:11:\"group-named\";i:1188;s:19:\"group-autoconfirmed\";i:1189;s:9:\"group-bot\";i:1190;s:11:\"group-sysop\";i:1191;s:21:\"group-interface-admin\";i:1192;s:16:\"group-bureaucrat\";i:1193;s:14:\"group-suppress\";i:1194;s:9:\"group-all\";i:1195;s:17:\"group-user-member\";i:1196;s:26:\"group-autoconfirmed-member\";i:1197;s:16:\"group-bot-member\";i:1198;s:18:\"group-sysop-member\";i:1199;s:28:\"group-interface-admin-member\";i:1200;s:23:\"group-bureaucrat-member\";i:1201;s:21:\"group-suppress-member\";i:1202;s:14:\"grouppage-user\";i:1203;s:15:\"grouppage-named\";i:1204;s:23:\"grouppage-autoconfirmed\";i:1205;s:13:\"grouppage-bot\";i:1206;s:15:\"grouppage-sysop\";i:1207;s:25:\"grouppage-interface-admin\";i:1208;s:20:\"grouppage-bureaucrat\";i:1209;s:18:\"grouppage-suppress\";i:1210;s:10:\"right-read\";i:1211;s:10:\"right-edit\";i:1212;s:16:\"right-createpage\";i:1213;s:16:\"right-createtalk\";i:1214;s:19:\"right-createaccount\";i:1215;s:23:\"right-autocreateaccount\";i:1216;s:15:\"right-minoredit\";i:1217;s:10:\"right-move\";i:1218;s:19:\"right-move-subpages\";i:1219;s:24:\"right-move-rootuserpages\";i:1220;s:24:\"right-move-categorypages\";i:1221;s:14:\"right-movefile\";i:1222;s:22:\"right-suppressredirect\";i:1223;s:12:\"right-upload\";i:1224;s:14:\"right-reupload\";i:1225;s:18:\"right-reupload-own\";i:1226;s:21:\"right-reupload-shared\";i:1227;s:19:\"right-upload_by_url\";i:1228;s:11:\"right-purge\";i:1229;s:19:\"right-autoconfirmed\";i:1230;s:9:\"right-bot\";i:1231;s:20:\"right-nominornewtalk\";i:1232;s:19:\"right-apihighlimits\";i:1233;s:14:\"right-writeapi\";i:1234;s:12:\"right-delete\";i:1235;s:21:\"right-delete-redirect\";i:1236;s:15:\"right-bigdelete\";i:1237;s:20:\"right-deletelogentry\";i:1238;s:20:\"right-deleterevision\";i:1239;s:20:\"right-deletedhistory\";i:1240;s:17:\"right-deletedtext\";i:1241;s:19:\"right-browsearchive\";i:1242;s:14:\"right-undelete\";i:1243;s:22:\"right-suppressrevision\";i:1244;s:20:\"right-viewsuppressed\";i:1245;s:20:\"right-suppressionlog\";i:1246;s:11:\"right-block\";i:1247;s:16:\"right-blockemail\";i:1248;s:14:\"right-hideuser\";i:1249;s:20:\"right-ipblock-exempt\";i:1250;s:17:\"right-unblockself\";i:1251;s:13:\"right-protect\";i:1252;s:19:\"right-editprotected\";i:1253;s:23:\"right-editsemiprotected\";i:1254;s:22:\"right-editcontentmodel\";i:1255;s:19:\"right-editinterface\";i:1256;s:17:\"right-editusercss\";i:1257;s:18:\"right-edituserjson\";i:1258;s:16:\"right-edituserjs\";i:1259;s:17:\"right-editsitecss\";i:1260;s:18:\"right-editsitejson\";i:1261;s:16:\"right-editsitejs\";i:1262;s:19:\"right-editmyusercss\";i:1263;s:20:\"right-editmyuserjson\";i:1264;s:18:\"right-editmyuserjs\";i:1265;s:26:\"right-editmyuserjsredirect\";i:1266;s:21:\"right-viewmywatchlist\";i:1267;s:21:\"right-editmywatchlist\";i:1268;s:23:\"right-viewmyprivateinfo\";i:1269;s:23:\"right-editmyprivateinfo\";i:1270;s:19:\"right-editmyoptions\";i:1271;s:14:\"right-rollback\";i:1272;s:18:\"right-markbotedits\";i:1273;s:17:\"right-noratelimit\";i:1274;s:12:\"right-import\";i:1275;s:18:\"right-importupload\";i:1276;s:12:\"right-patrol\";i:1277;s:16:\"right-autopatrol\";i:1278;s:17:\"right-patrolmarks\";i:1279;s:20:\"right-unwatchedpages\";i:1280;s:18:\"right-mergehistory\";i:1281;s:16:\"right-userrights\";i:1282;s:26:\"right-userrights-interwiki\";i:1283;s:15:\"right-siteadmin\";i:1284;s:27:\"right-override-export-depth\";i:1285;s:15:\"right-sendemail\";i:1286;s:22:\"right-managechangetags\";i:1287;s:21:\"right-applychangetags\";i:1288;s:16:\"right-changetags\";i:1289;s:22:\"right-deletechangetags\";i:1290;s:13:\"grant-generic\";i:1291;s:28:\"grant-group-page-interaction\";i:1292;s:28:\"grant-group-file-interaction\";i:1293;s:33:\"grant-group-watchlist-interaction\";i:1294;s:17:\"grant-group-email\";i:1295;s:23:\"grant-group-high-volume\";i:1296;s:25:\"grant-group-customization\";i:1297;s:26:\"grant-group-administration\";i:1298;s:31:\"grant-group-private-information\";i:1299;s:17:\"grant-group-other\";i:1300;s:16:\"grant-blockusers\";i:1301;s:19:\"grant-createaccount\";i:1302;s:24:\"grant-createeditmovepage\";i:1303;s:12:\"grant-delete\";i:1304;s:19:\"grant-editinterface\";i:1305;s:17:\"grant-editmycssjs\";i:1306;s:19:\"grant-editmyoptions\";i:1307;s:21:\"grant-editmywatchlist\";i:1308;s:20:\"grant-editsiteconfig\";i:1309;s:14:\"grant-editpage\";i:1310;s:19:\"grant-editprotected\";i:1311;s:16:\"grant-highvolume\";i:1312;s:12:\"grant-import\";i:1313;s:18:\"grant-mergehistory\";i:1314;s:15:\"grant-oversight\";i:1315;s:12:\"grant-patrol\";i:1316;s:17:\"grant-privateinfo\";i:1317;s:13:\"grant-protect\";i:1318;s:14:\"grant-rollback\";i:1319;s:15:\"grant-sendemail\";i:1320;s:24:\"grant-uploadeditmovefile\";i:1321;s:16:\"grant-uploadfile\";i:1322;s:11:\"grant-basic\";i:1323;s:17:\"grant-viewdeleted\";i:1324;s:21:\"grant-viewmywatchlist\";i:1325;s:24:\"grant-viewrestrictedlogs\";i:1326;s:14:\"newuserlogpage\";i:1327;s:18:\"newuserlogpagetext\";i:1328;s:9:\"rightslog\";i:1329;s:13:\"rightslogtext\";i:1330;s:11:\"action-read\";i:1331;s:22:\"skin-action-addsection\";i:1332;s:11:\"action-edit\";i:1333;s:17:\"action-createpage\";i:1334;s:17:\"action-createtalk\";i:1335;s:20:\"action-createaccount\";i:1336;s:24:\"action-autocreateaccount\";i:1337;s:14:\"action-history\";i:1338;s:16:\"action-minoredit\";i:1339;s:11:\"action-move\";i:1340;s:20:\"action-move-subpages\";i:1341;s:25:\"action-move-rootuserpages\";i:1342;s:25:\"action-move-categorypages\";i:1343;s:15:\"action-movefile\";i:1344;s:13:\"action-upload\";i:1345;s:15:\"action-reupload\";i:1346;s:22:\"action-reupload-shared\";i:1347;s:20:\"action-upload_by_url\";i:1348;s:15:\"action-writeapi\";i:1349;s:13:\"action-delete\";i:1350;s:22:\"action-delete-redirect\";i:1351;s:21:\"action-deleterevision\";i:1352;s:21:\"action-deletelogentry\";i:1353;s:21:\"action-deletedhistory\";i:1354;s:18:\"action-deletedtext\";i:1355;s:20:\"action-browsearchive\";i:1356;s:15:\"action-undelete\";i:1357;s:23:\"action-suppressrevision\";i:1358;s:21:\"action-suppressionlog\";i:1359;s:12:\"action-block\";i:1360;s:14:\"action-protect\";i:1361;s:15:\"action-rollback\";i:1362;s:13:\"action-import\";i:1363;s:19:\"action-importupload\";i:1364;s:13:\"action-patrol\";i:1365;s:17:\"action-autopatrol\";i:1366;s:21:\"action-unwatchedpages\";i:1367;s:19:\"action-mergehistory\";i:1368;s:17:\"action-userrights\";i:1369;s:27:\"action-userrights-interwiki\";i:1370;s:16:\"action-siteadmin\";i:1371;s:16:\"action-sendemail\";i:1372;s:20:\"action-editmyoptions\";i:1373;s:22:\"action-editmywatchlist\";i:1374;s:22:\"action-viewmywatchlist\";i:1375;s:24:\"action-viewmyprivateinfo\";i:1376;s:24:\"action-editmyprivateinfo\";i:1377;s:23:\"action-editcontentmodel\";i:1378;s:23:\"action-managechangetags\";i:1379;s:22:\"action-applychangetags\";i:1380;s:17:\"action-changetags\";i:1381;s:23:\"action-deletechangetags\";i:1382;s:12:\"action-purge\";i:1383;s:20:\"action-apihighlimits\";i:1384;s:20:\"action-autoconfirmed\";i:1385;s:16:\"action-bigdelete\";i:1386;s:17:\"action-blockemail\";i:1387;s:10:\"action-bot\";i:1388;s:20:\"action-editprotected\";i:1389;s:24:\"action-editsemiprotected\";i:1390;s:20:\"action-editinterface\";i:1391;s:18:\"action-editusercss\";i:1392;s:19:\"action-edituserjson\";i:1393;s:17:\"action-edituserjs\";i:1394;s:18:\"action-editsitecss\";i:1395;s:19:\"action-editsitejson\";i:1396;s:17:\"action-editsitejs\";i:1397;s:20:\"action-editmyusercss\";i:1398;s:21:\"action-editmyuserjson\";i:1399;s:19:\"action-editmyuserjs\";i:1400;s:27:\"action-editmyuserjsredirect\";i:1401;s:21:\"action-viewsuppressed\";i:1402;s:15:\"action-hideuser\";i:1403;s:21:\"action-ipblock-exempt\";i:1404;s:18:\"action-unblockself\";i:1405;s:18:\"action-noratelimit\";i:1406;s:19:\"action-reupload-own\";i:1407;s:21:\"action-nominornewtalk\";i:1408;s:19:\"action-markbotedits\";i:1409;s:18:\"action-patrolmarks\";i:1410;s:28:\"action-override-export-depth\";i:1411;s:23:\"action-suppressredirect\";i:1412;s:8:\"nchanges\";i:1413;s:6:\"ntimes\";i:1414;s:27:\"enhancedrc-since-last-visit\";i:1415;s:18:\"enhancedrc-history\";i:1416;s:13:\"recentchanges\";i:1417;s:20:\"recentchanges-legend\";i:1418;s:21:\"recentchanges-summary\";i:1419;s:22:\"recentchanges-noresult\";i:1420;s:21:\"recentchanges-timeout\";i:1421;s:21:\"recentchanges-network\";i:1422;s:26:\"recentchanges-notargetpage\";i:1423;s:30:\"recentchanges-feed-description\";i:1424;s:27:\"recentchanges-label-newpage\";i:1425;s:25:\"recentchanges-label-minor\";i:1426;s:23:\"recentchanges-label-bot\";i:1427;s:31:\"recentchanges-label-unpatrolled\";i:1428;s:29:\"recentchanges-label-plusminus\";i:1429;s:28:\"recentchanges-legend-heading\";i:1430;s:28:\"recentchanges-legend-newpage\";i:1431;s:30:\"recentchanges-legend-plusminus\";i:1432;s:36:\"recentchanges-legend-watchlistexpiry\";i:1433;s:20:\"recentchanges-submit\";i:1434;s:20:\"rcfilters-tag-remove\";i:1435;s:24:\"rcfilters-legend-heading\";i:1436;s:28:\"rcfilters-other-review-tools\";i:1437;s:31:\"rcfilters-group-results-by-page\";i:1438;s:23:\"rcfilters-activefilters\";i:1439;s:28:\"rcfilters-activefilters-hide\";i:1440;s:28:\"rcfilters-activefilters-show\";i:1441;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1442;s:36:\"rcfilters-activefilters-show-tooltip\";i:1443;s:25:\"rcfilters-advancedfilters\";i:1444;s:21:\"rcfilters-limit-title\";i:1445;s:30:\"rcfilters-limit-and-date-label\";i:1446;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1447;s:26:\"rcfilters-date-popup-title\";i:1448;s:20:\"rcfilters-days-title\";i:1449;s:21:\"rcfilters-hours-title\";i:1450;s:24:\"rcfilters-days-show-days\";i:1451;s:25:\"rcfilters-days-show-hours\";i:1452;s:34:\"rcfilters-highlighted-filters-list\";i:1453;s:22:\"rcfilters-quickfilters\";i:1454;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1455;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1456;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1457;s:29:\"rcfilters-savedqueries-rename\";i:1458;s:33:\"rcfilters-savedqueries-setdefault\";i:1459;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1460;s:29:\"rcfilters-savedqueries-remove\";i:1461;s:37:\"rcfilters-savedqueries-new-name-label\";i:1462;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1463;s:34:\"rcfilters-savedqueries-apply-label\";i:1464;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1465;s:35:\"rcfilters-savedqueries-cancel-label\";i:1466;s:36:\"rcfilters-savedqueries-add-new-title\";i:1467;s:36:\"rcfilters-savedqueries-already-saved\";i:1468;s:33:\"rcfilters-restore-default-filters\";i:1469;s:27:\"rcfilters-clear-all-filters\";i:1470;s:26:\"rcfilters-show-new-changes\";i:1471;s:28:\"rcfilters-search-placeholder\";i:1472;s:35:\"rcfilters-search-placeholder-mobile\";i:1473;s:24:\"rcfilters-invalid-filter\";i:1474;s:22:\"rcfilters-empty-filter\";i:1475;s:26:\"rcfilters-filterlist-title\";i:1476;s:30:\"rcfilters-filterlist-whatsthis\";i:1477;s:31:\"rcfilters-highlightbutton-title\";i:1478;s:29:\"rcfilters-highlightmenu-title\";i:1479;s:28:\"rcfilters-highlightmenu-help\";i:1480;s:30:\"rcfilters-filterlist-noresults\";i:1481;s:28:\"rcfilters-noresults-conflict\";i:1482;s:30:\"rcfilters-state-message-subset\";i:1483;s:36:\"rcfilters-state-message-fullcoverage\";i:1484;s:32:\"rcfilters-filtergroup-authorship\";i:1485;s:34:\"rcfilters-filter-editsbyself-label\";i:1486;s:40:\"rcfilters-filter-editsbyself-description\";i:1487;s:35:\"rcfilters-filter-editsbyother-label\";i:1488;s:41:\"rcfilters-filter-editsbyother-description\";i:1489;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1490;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1491;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1492;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1493;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1494;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1495;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1496;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1497;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1498;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1499;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1500;s:31:\"rcfilters-filtergroup-automated\";i:1501;s:27:\"rcfilters-filter-bots-label\";i:1502;s:33:\"rcfilters-filter-bots-description\";i:1503;s:29:\"rcfilters-filter-humans-label\";i:1504;s:35:\"rcfilters-filter-humans-description\";i:1505;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1506;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1507;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1508;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1509;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1510;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1511;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1512;s:34:\"rcfilters-filtergroup-significance\";i:1513;s:28:\"rcfilters-filter-minor-label\";i:1514;s:34:\"rcfilters-filter-minor-description\";i:1515;s:28:\"rcfilters-filter-major-label\";i:1516;s:34:\"rcfilters-filter-major-description\";i:1517;s:31:\"rcfilters-filtergroup-watchlist\";i:1518;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1519;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1520;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1521;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1522;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1523;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1524;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1525;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1526;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1527;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1528;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1529;s:32:\"rcfilters-filtergroup-changetype\";i:1530;s:32:\"rcfilters-filter-pageedits-label\";i:1531;s:38:\"rcfilters-filter-pageedits-description\";i:1532;s:31:\"rcfilters-filter-newpages-label\";i:1533;s:37:\"rcfilters-filter-newpages-description\";i:1534;s:37:\"rcfilters-filter-categorization-label\";i:1535;s:43:\"rcfilters-filter-categorization-description\";i:1536;s:33:\"rcfilters-filter-logactions-label\";i:1537;s:39:\"rcfilters-filter-logactions-description\";i:1538;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1539;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1540;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1541;s:34:\"rcfilters-filtergroup-lastrevision\";i:1542;s:35:\"rcfilters-filter-lastrevision-label\";i:1543;s:41:\"rcfilters-filter-lastrevision-description\";i:1544;s:39:\"rcfilters-filter-previousrevision-label\";i:1545;s:45:\"rcfilters-filter-previousrevision-description\";i:1546;s:25:\"rcfilters-filter-excluded\";i:1547;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1548;s:28:\"rcfilters-exclude-button-off\";i:1549;s:27:\"rcfilters-exclude-button-on\";i:1550;s:19:\"rcfilters-view-tags\";i:1551;s:33:\"rcfilters-view-namespaces-tooltip\";i:1552;s:27:\"rcfilters-view-tags-tooltip\";i:1553;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1554;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1555;s:28:\"rcfilters-liveupdates-button\";i:1556;s:37:\"rcfilters-liveupdates-button-title-on\";i:1557;s:38:\"rcfilters-liveupdates-button-title-off\";i:1558;s:35:\"rcfilters-watchlist-markseen-button\";i:1559;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1560;s:31:\"rcfilters-watchlist-showupdated\";i:1561;s:26:\"rcfilters-preference-label\";i:1562;s:25:\"rcfilters-preference-help\";i:1563;s:36:\"rcfilters-watchlist-preference-label\";i:1564;s:35:\"rcfilters-watchlist-preference-help\";i:1565;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1566;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1567;s:35:\"rcfilters-filter-showlinkedto-label\";i:1568;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1569;s:33:\"rcfilters-target-page-placeholder\";i:1570;s:27:\"rcfilters-allcontents-label\";i:1571;s:30:\"rcfilters-alldiscussions-label\";i:1572;s:10:\"rcnotefrom\";i:1573;s:15:\"rclistfromreset\";i:1574;s:10:\"rclistfrom\";i:1575;s:15:\"rcshowhideminor\";i:1576;s:20:\"rcshowhideminor-show\";i:1577;s:20:\"rcshowhideminor-hide\";i:1578;s:14:\"rcshowhidebots\";i:1579;s:19:\"rcshowhidebots-show\";i:1580;s:19:\"rcshowhidebots-hide\";i:1581;s:13:\"rcshowhideliu\";i:1582;s:18:\"rcshowhideliu-show\";i:1583;s:18:\"rcshowhideliu-hide\";i:1584;s:15:\"rcshowhideanons\";i:1585;s:20:\"rcshowhideanons-show\";i:1586;s:20:\"rcshowhideanons-hide\";i:1587;s:14:\"rcshowhidepatr\";i:1588;s:19:\"rcshowhidepatr-show\";i:1589;s:19:\"rcshowhidepatr-hide\";i:1590;s:14:\"rcshowhidemine\";i:1591;s:19:\"rcshowhidemine-show\";i:1592;s:19:\"rcshowhidemine-hide\";i:1593;s:24:\"rcshowhidecategorization\";i:1594;s:29:\"rcshowhidecategorization-show\";i:1595;s:29:\"rcshowhidecategorization-hide\";i:1596;s:7:\"rclinks\";i:1597;s:4:\"diff\";i:1598;s:4:\"hist\";i:1599;s:4:\"hide\";i:1600;s:4:\"show\";i:1601;s:15:\"minoreditletter\";i:1602;s:13:\"newpageletter\";i:1603;s:13:\"boteditletter\";i:1604;s:17:\"unpatrolledletter\";i:1605;s:14:\"rc-change-size\";i:1606;s:18:\"rc-change-size-new\";i:1607;s:17:\"newsectionsummary\";i:1608;s:12:\"rc-old-title\";i:1609;s:19:\"recentchangeslinked\";i:1610;s:24:\"recentchangeslinked-feed\";i:1611;s:27:\"recentchangeslinked-toolbox\";i:1612;s:25:\"recentchangeslinked-title\";i:1613;s:27:\"recentchangeslinked-summary\";i:1614;s:24:\"recentchangeslinked-page\";i:1615;s:22:\"recentchangeslinked-to\";i:1616;s:36:\"recentchanges-page-added-to-category\";i:1617;s:44:\"recentchanges-page-added-to-category-bundled\";i:1618;s:40:\"recentchanges-page-removed-from-category\";i:1619;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1620;s:19:\"autochange-username\";i:1621;s:6:\"upload\";i:1622;s:9:\"uploadbtn\";i:1623;s:12:\"reuploaddesc\";i:1624;s:15:\"upload-tryagain\";i:1625;s:23:\"upload-tryagain-nostash\";i:1626;s:13:\"uploadnologin\";i:1627;s:17:\"uploadnologintext\";i:1628;s:24:\"upload_directory_missing\";i:1629;s:26:\"upload_directory_read_only\";i:1630;s:11:\"uploaderror\";i:1631;s:23:\"upload-recreate-warning\";i:1632;s:10:\"uploadtext\";i:1633;s:16:\"upload-permitted\";i:1634;s:16:\"upload-preferred\";i:1635;s:17:\"upload-prohibited\";i:1636;s:13:\"uploadlogpage\";i:1637;s:17:\"uploadlogpagetext\";i:1638;s:8:\"filename\";i:1639;s:8:\"filedesc\";i:1640;s:17:\"fileuploadsummary\";i:1641;s:19:\"filereuploadsummary\";i:1642;s:10:\"filestatus\";i:1643;s:10:\"filesource\";i:1644;s:13:\"ignorewarning\";i:1645;s:14:\"ignorewarnings\";i:1646;s:10:\"minlength1\";i:1647;s:15:\"illegalfilename\";i:1648;s:16:\"filename-toolong\";i:1649;s:11:\"badfilename\";i:1650;s:22:\"filetype-mime-mismatch\";i:1651;s:16:\"filetype-badmime\";i:1652;s:20:\"filetype-bad-ie-mime\";i:1653;s:22:\"filetype-unwanted-type\";i:1654;s:20:\"filetype-banned-type\";i:1655;s:16:\"filetype-missing\";i:1656;s:10:\"empty-file\";i:1657;s:14:\"file-too-large\";i:1658;s:17:\"filename-tooshort\";i:1659;s:15:\"filetype-banned\";i:1660;s:18:\"verification-error\";i:1661;s:11:\"hookaborted\";i:1662;s:16:\"illegal-filename\";i:1663;s:9:\"overwrite\";i:1664;s:13:\"unknown-error\";i:1665;s:16:\"tmp-create-error\";i:1666;s:15:\"tmp-write-error\";i:1667;s:10:\"large-file\";i:1668;s:15:\"largefileserver\";i:1669;s:9:\"emptyfile\";i:1670;s:25:\"windows-nonascii-filename\";i:1671;s:10:\"fileexists\";i:1672;s:14:\"filepageexists\";i:1673;s:20:\"fileexists-extension\";i:1674;s:24:\"fileexists-thumbnail-yes\";i:1675;s:17:\"file-thumbnail-no\";i:1676;s:20:\"fileexists-forbidden\";i:1677;s:27:\"fileexists-shared-forbidden\";i:1678;s:20:\"fileexists-no-change\";i:1679;s:28:\"fileexists-duplicate-version\";i:1680;s:21:\"file-exists-duplicate\";i:1681;s:22:\"file-deleted-duplicate\";i:1682;s:30:\"file-deleted-duplicate-notitle\";i:1683;s:13:\"uploadwarning\";i:1684;s:18:\"uploadwarning-text\";i:1685;s:26:\"uploadwarning-text-nostash\";i:1686;s:8:\"savefile\";i:1687;s:14:\"uploaddisabled\";i:1688;s:18:\"copyuploaddisabled\";i:1689;s:18:\"uploaddisabledtext\";i:1690;s:22:\"php-uploaddisabledtext\";i:1691;s:14:\"uploadscripted\";i:1692;s:27:\"upload-scripted-pi-callback\";i:1693;s:19:\"upload-scripted-dtd\";i:1694;s:19:\"uploaded-script-svg\";i:1695;s:20:\"uploaded-hostile-svg\";i:1696;s:29:\"uploaded-event-handler-on-svg\";i:1697;s:27:\"uploaded-href-attribute-svg\";i:1698;s:31:\"uploaded-href-unsafe-target-svg\";i:1699;s:20:\"uploaded-animate-svg\";i:1700;s:34:\"uploaded-setting-event-handler-svg\";i:1701;s:25:\"uploaded-setting-href-svg\";i:1702;s:26:\"uploaded-wrong-setting-svg\";i:1703;s:28:\"uploaded-setting-handler-svg\";i:1704;s:23:\"uploaded-remote-url-svg\";i:1705;s:25:\"uploaded-image-filter-svg\";i:1706;s:23:\"uploadscriptednamespace\";i:1707;s:16:\"uploadinvalidxml\";i:1708;s:11:\"uploadvirus\";i:1709;s:13:\"upload-source\";i:1710;s:14:\"sourcefilename\";i:1711;s:9:\"sourceurl\";i:1712;s:12:\"destfilename\";i:1713;s:18:\"upload-maxfilesize\";i:1714;s:18:\"upload-description\";i:1715;s:14:\"upload-options\";i:1716;s:15:\"watchthisupload\";i:1717;s:14:\"filewasdeleted\";i:1718;s:19:\"filename-thumb-name\";i:1719;s:19:\"filename-bad-prefix\";i:1720;s:25:\"filename-prefix-blacklist\";i:1721;s:18:\"upload-proto-error\";i:1722;s:23:\"upload-proto-error-text\";i:1723;s:17:\"upload-file-error\";i:1724;s:22:\"upload-file-error-text\";i:1725;s:17:\"upload-misc-error\";i:1726;s:22:\"upload-misc-error-text\";i:1727;s:25:\"upload-too-many-redirects\";i:1728;s:17:\"upload-http-error\";i:1729;s:33:\"upload-copy-upload-invalid-domain\";i:1730;s:26:\"upload-foreign-cant-upload\";i:1731;s:31:\"upload-foreign-cant-load-config\";i:1732;s:22:\"upload-dialog-disabled\";i:1733;s:19:\"upload-dialog-title\";i:1734;s:27:\"upload-dialog-button-cancel\";i:1735;s:25:\"upload-dialog-button-back\";i:1736;s:25:\"upload-dialog-button-done\";i:1737;s:25:\"upload-dialog-button-save\";i:1738;s:27:\"upload-dialog-button-upload\";i:1739;s:32:\"upload-form-label-infoform-title\";i:1740;s:31:\"upload-form-label-infoform-name\";i:1741;s:39:\"upload-form-label-infoform-name-tooltip\";i:1742;s:38:\"upload-form-label-infoform-description\";i:1743;s:46:\"upload-form-label-infoform-description-tooltip\";i:1744;s:29:\"upload-form-label-usage-title\";i:1745;s:32:\"upload-form-label-usage-filename\";i:1746;s:26:\"upload-form-label-own-work\";i:1747;s:37:\"upload-form-label-infoform-categories\";i:1748;s:31:\"upload-form-label-infoform-date\";i:1749;s:48:\"upload-form-label-own-work-message-generic-local\";i:1750;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1751;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1752;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1753;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1754;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1755;s:19:\"backend-fail-stream\";i:1756;s:19:\"backend-fail-backup\";i:1757;s:22:\"backend-fail-notexists\";i:1758;s:19:\"backend-fail-hashes\";i:1759;s:18:\"backend-fail-sizes\";i:1760;s:20:\"backend-fail-notsame\";i:1761;s:24:\"backend-fail-invalidpath\";i:1762;s:19:\"backend-fail-delete\";i:1763;s:21:\"backend-fail-describe\";i:1764;s:26:\"backend-fail-alreadyexists\";i:1765;s:18:\"backend-fail-store\";i:1766;s:17:\"backend-fail-copy\";i:1767;s:17:\"backend-fail-move\";i:1768;s:21:\"backend-fail-opentemp\";i:1769;s:22:\"backend-fail-writetemp\";i:1770;s:22:\"backend-fail-closetemp\";i:1771;s:17:\"backend-fail-read\";i:1772;s:19:\"backend-fail-create\";i:1773;s:20:\"backend-fail-maxsize\";i:1774;s:21:\"backend-fail-readonly\";i:1775;s:19:\"backend-fail-synced\";i:1776;s:20:\"backend-fail-connect\";i:1777;s:21:\"backend-fail-internal\";i:1778;s:24:\"backend-fail-contenttype\";i:1779;s:22:\"backend-fail-batchsize\";i:1780;s:19:\"backend-fail-usable\";i:1781;s:17:\"backend-fail-stat\";i:1782;s:17:\"backend-fail-hash\";i:1783;s:21:\"lockmanager-notlocked\";i:1784;s:26:\"lockmanager-fail-closelock\";i:1785;s:27:\"lockmanager-fail-deletelock\";i:1786;s:28:\"lockmanager-fail-acquirelock\";i:1787;s:25:\"lockmanager-fail-openlock\";i:1788;s:28:\"lockmanager-fail-releaselock\";i:1789;s:26:\"lockmanager-fail-db-bucket\";i:1790;s:27:\"lockmanager-fail-db-release\";i:1791;s:28:\"lockmanager-fail-svr-acquire\";i:1792;s:28:\"lockmanager-fail-svr-release\";i:1793;s:25:\"lockmanager-fail-conflict\";i:1794;s:19:\"zip-file-open-error\";i:1795;s:16:\"zip-wrong-format\";i:1796;s:7:\"zip-bad\";i:1797;s:15:\"zip-unsupported\";i:1798;s:11:\"uploadstash\";i:1799;s:19:\"uploadstash-summary\";i:1800;s:17:\"uploadstash-clear\";i:1801;s:19:\"uploadstash-nofiles\";i:1802;s:20:\"uploadstash-badtoken\";i:1803;s:20:\"uploadstash-errclear\";i:1804;s:19:\"uploadstash-refresh\";i:1805;s:21:\"uploadstash-thumbnail\";i:1806;s:21:\"uploadstash-exception\";i:1807;s:20:\"uploadstash-bad-path\";i:1808;s:28:\"uploadstash-bad-path-invalid\";i:1809;s:33:\"uploadstash-bad-path-unknown-type\";i:1810;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1811;s:31:\"uploadstash-bad-path-no-handler\";i:1812;s:31:\"uploadstash-bad-path-bad-format\";i:1813;s:26:\"uploadstash-file-not-found\";i:1814;s:35:\"uploadstash-file-not-found-no-thumb\";i:1815;s:40:\"uploadstash-file-not-found-no-local-path\";i:1816;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1817;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1818;s:37:\"uploadstash-file-not-found-not-exists\";i:1819;s:26:\"uploadstash-file-too-large\";i:1820;s:25:\"uploadstash-not-logged-in\";i:1821;s:23:\"uploadstash-wrong-owner\";i:1822;s:23:\"uploadstash-no-such-key\";i:1823;s:23:\"uploadstash-zero-length\";i:1824;s:20:\"invalid-chunk-offset\";i:1825;s:21:\"img-auth-accessdenied\";i:1826;s:17:\"img-auth-notindir\";i:1827;s:17:\"img-auth-badtitle\";i:1828;s:15:\"img-auth-nofile\";i:1829;s:14:\"img-auth-isdir\";i:1830;s:18:\"img-auth-streaming\";i:1831;s:15:\"img-auth-public\";i:1832;s:15:\"img-auth-noread\";i:1833;s:16:\"http-invalid-url\";i:1834;s:19:\"http-invalid-scheme\";i:1835;s:18:\"http-request-error\";i:1836;s:15:\"http-read-error\";i:1837;s:14:\"http-timed-out\";i:1838;s:15:\"http-curl-error\";i:1839;s:15:\"http-bad-status\";i:1840;s:19:\"http-internal-error\";i:1841;s:18:\"upload-curl-error6\";i:1842;s:23:\"upload-curl-error6-text\";i:1843;s:19:\"upload-curl-error28\";i:1844;s:24:\"upload-curl-error28-text\";i:1845;s:7:\"license\";i:1846;s:14:\"license-header\";i:1847;s:9:\"nolicense\";i:1848;s:13:\"licenses-edit\";i:1849;s:17:\"license-nopreview\";i:1850;s:17:\"upload_source_url\";i:1851;s:18:\"upload_source_file\";i:1852;s:16:\"listfiles-delete\";i:1853;s:17:\"listfiles-summary\";i:1854;s:26:\"listfiles-userdoesnotexist\";i:1855;s:7:\"imgfile\";i:1856;s:9:\"listfiles\";i:1857;s:17:\"listfiles_subpage\";i:1858;s:15:\"listfiles_thumb\";i:1859;s:14:\"listfiles_date\";i:1860;s:14:\"listfiles_name\";i:1861;s:14:\"listfiles_user\";i:1862;s:14:\"listfiles_size\";i:1863;s:21:\"listfiles_description\";i:1864;s:15:\"listfiles_count\";i:1865;s:18:\"listfiles-show-all\";i:1866;s:23:\"listfiles-latestversion\";i:1867;s:27:\"listfiles-latestversion-yes\";i:1868;s:26:\"listfiles-latestversion-no\";i:1869;s:16:\"file-anchor-link\";i:1870;s:8:\"filehist\";i:1871;s:13:\"filehist-help\";i:1872;s:18:\"filehist-deleteall\";i:1873;s:18:\"filehist-deleteone\";i:1874;s:15:\"filehist-revert\";i:1875;s:16:\"filehist-current\";i:1876;s:17:\"filehist-datetime\";i:1877;s:14:\"filehist-thumb\";i:1878;s:18:\"filehist-thumbtext\";i:1879;s:16:\"filehist-nothumb\";i:1880;s:13:\"filehist-user\";i:1881;s:19:\"filehist-dimensions\";i:1882;s:17:\"filehist-filesize\";i:1883;s:16:\"filehist-comment\";i:1884;s:10:\"imagelinks\";i:1885;s:12:\"linkstoimage\";i:1886;s:17:\"linkstoimage-more\";i:1887;s:14:\"nolinkstoimage\";i:1888;s:16:\"morelinkstoimage\";i:1889;s:21:\"linkstoimage-redirect\";i:1890;s:16:\"duplicatesoffile\";i:1891;s:12:\"sharedupload\";i:1892;s:23:\"sharedupload-desc-there\";i:1893;s:22:\"sharedupload-desc-here\";i:1894;s:22:\"sharedupload-desc-edit\";i:1895;s:24:\"sharedupload-desc-create\";i:1896;s:15:\"filepage-nofile\";i:1897;s:20:\"filepage-nofile-link\";i:1898;s:25:\"uploadnewversion-linktext\";i:1899;s:16:\"shared-repo-from\";i:1900;s:11:\"shared-repo\";i:1901;s:33:\"shared-repo-name-wikimediacommons\";i:1902;s:12:\"filepage.css\";i:1903;s:22:\"upload-disallowed-here\";i:1904;s:10:\"filerevert\";i:1905;s:17:\"filerevert-legend\";i:1906;s:16:\"filerevert-intro\";i:1907;s:18:\"filerevert-comment\";i:1908;s:25:\"filerevert-defaultcomment\";i:1909;s:17:\"filerevert-submit\";i:1910;s:18:\"filerevert-success\";i:1911;s:21:\"filerevert-badversion\";i:1912;s:20:\"filerevert-identical\";i:1913;s:10:\"filedelete\";i:1914;s:17:\"filedelete-legend\";i:1915;s:16:\"filedelete-intro\";i:1916;s:20:\"filedelete-intro-old\";i:1917;s:18:\"filedelete-comment\";i:1918;s:17:\"filedelete-submit\";i:1919;s:18:\"filedelete-success\";i:1920;s:22:\"filedelete-success-old\";i:1921;s:17:\"filedelete-nofile\";i:1922;s:21:\"filedelete-nofile-old\";i:1923;s:22:\"filedelete-otherreason\";i:1924;s:27:\"filedelete-reason-otherlist\";i:1925;s:26:\"filedelete-reason-dropdown\";i:1926;s:26:\"filedelete-edit-reasonlist\";i:1927;s:35:\"filedelete-edit-reasonlist-suppress\";i:1928;s:22:\"filedelete-maintenance\";i:1929;s:28:\"filedelete-maintenance-title\";i:1930;s:10:\"mimesearch\";i:1931;s:18:\"mimesearch-summary\";i:1932;s:8:\"mimetype\";i:1933;s:8:\"download\";i:1934;s:14:\"unwatchedpages\";i:1935;s:13:\"listredirects\";i:1936;s:19:\"listduplicatedfiles\";i:1937;s:27:\"listduplicatedfiles-summary\";i:1938;s:25:\"listduplicatedfiles-entry\";i:1939;s:15:\"unusedtemplates\";i:1940;s:19:\"unusedtemplatestext\";i:1941;s:18:\"unusedtemplateswlh\";i:1942;s:10:\"randompage\";i:1943;s:18:\"randompage-nopages\";i:1944;s:16:\"randomincategory\";i:1945;s:32:\"randomincategory-invalidcategory\";i:1946;s:24:\"randomincategory-nopages\";i:1947;s:25:\"randomincategory-category\";i:1948;s:23:\"randomincategory-legend\";i:1949;s:23:\"randomincategory-submit\";i:1950;s:14:\"randomredirect\";i:1951;s:22:\"randomredirect-nopages\";i:1952;s:10:\"statistics\";i:1953;s:23:\"statistics-header-pages\";i:1954;s:23:\"statistics-header-edits\";i:1955;s:23:\"statistics-header-users\";i:1956;s:23:\"statistics-header-hooks\";i:1957;s:19:\"statistics-articles\";i:1958;s:16:\"statistics-pages\";i:1959;s:21:\"statistics-pages-desc\";i:1960;s:16:\"statistics-files\";i:1961;s:16:\"statistics-edits\";i:1962;s:24:\"statistics-edits-average\";i:1963;s:16:\"statistics-users\";i:1964;s:23:\"statistics-users-active\";i:1965;s:28:\"statistics-users-active-desc\";i:1966;s:13:\"pageswithprop\";i:1967;s:20:\"pageswithprop-legend\";i:1968;s:18:\"pageswithprop-text\";i:1969;s:18:\"pageswithprop-prop\";i:1970;s:21:\"pageswithprop-reverse\";i:1971;s:25:\"pageswithprop-sortbyvalue\";i:1972;s:20:\"pageswithprop-submit\";i:1973;s:29:\"pageswithprop-prophidden-long\";i:1974;s:31:\"pageswithprop-prophidden-binary\";i:1975;s:15:\"doubleredirects\";i:1976;s:19:\"doubleredirectstext\";i:1977;s:26:\"double-redirect-fixed-move\";i:1978;s:33:\"double-redirect-fixed-maintenance\";i:1979;s:21:\"double-redirect-fixer\";i:1980;s:15:\"brokenredirects\";i:1981;s:19:\"brokenredirectstext\";i:1982;s:20:\"brokenredirects-edit\";i:1983;s:22:\"brokenredirects-delete\";i:1984;s:16:\"withoutinterwiki\";i:1985;s:24:\"withoutinterwiki-summary\";i:1986;s:23:\"withoutinterwiki-legend\";i:1987;s:23:\"withoutinterwiki-submit\";i:1988;s:15:\"fewestrevisions\";i:1989;s:6:\"nbytes\";i:1990;s:11:\"ncategories\";i:1991;s:11:\"ninterwikis\";i:1992;s:6:\"nlinks\";i:1993;s:8:\"nmembers\";i:1994;s:15:\"nmemberschanged\";i:1995;s:10:\"nrevisions\";i:1996;s:11:\"nimagelinks\";i:1997;s:14:\"ntransclusions\";i:1998;s:17:\"specialpage-empty\";i:1999;s:11:\"lonelypages\";i:2000;s:15:\"lonelypagestext\";i:2001;s:18:\"uncategorizedpages\";i:2002;s:23:\"uncategorizedcategories\";i:2003;s:19:\"uncategorizedimages\";i:2004;s:22:\"uncategorizedtemplates\";i:2005;s:38:\"uncategorized-categories-exceptionlist\";i:2006;s:16:\"unusedcategories\";i:2007;s:12:\"unusedimages\";i:2008;s:16:\"wantedcategories\";i:2009;s:11:\"wantedpages\";i:2010;s:19:\"wantedpages-summary\";i:2011;s:20:\"wantedpages-badtitle\";i:2012;s:11:\"wantedfiles\";i:2013;s:18:\"wantedfiletext-cat\";i:2014;s:28:\"wantedfiletext-cat-noforeign\";i:2015;s:20:\"wantedfiletext-nocat\";i:2016;s:30:\"wantedfiletext-nocat-noforeign\";i:2017;s:15:\"wantedtemplates\";i:2018;s:10:\"mostlinked\";i:2019;s:20:\"mostlinkedcategories\";i:2020;s:19:\"mostlinkedtemplates\";i:2021;s:14:\"mostcategories\";i:2022;s:10:\"mostimages\";i:2023;s:14:\"mostinterwikis\";i:2024;s:13:\"mostrevisions\";i:2025;s:11:\"prefixindex\";i:2026;s:21:\"prefixindex-namespace\";i:2027;s:18:\"prefixindex-submit\";i:2028;s:17:\"prefixindex-strip\";i:2029;s:10:\"shortpages\";i:2030;s:9:\"longpages\";i:2031;s:12:\"deadendpages\";i:2032;s:16:\"deadendpagestext\";i:2033;s:14:\"protectedpages\";i:2034;s:22:\"protectedpages-filters\";i:2035;s:20:\"protectedpages-indef\";i:2036;s:22:\"protectedpages-summary\";i:2037;s:22:\"protectedpages-cascade\";i:2038;s:25:\"protectedpages-noredirect\";i:2039;s:32:\"cachedspecial-viewing-cached-ttl\";i:2040;s:19:\"protectedpagesempty\";i:2041;s:24:\"protectedpages-timestamp\";i:2042;s:19:\"protectedpages-page\";i:2043;s:21:\"protectedpages-expiry\";i:2044;s:24:\"protectedpages-performer\";i:2045;s:21:\"protectedpages-params\";i:2046;s:21:\"protectedpages-reason\";i:2047;s:21:\"protectedpages-submit\";i:2048;s:32:\"protectedpages-unknown-timestamp\";i:2049;s:32:\"protectedpages-unknown-performer\";i:2050;s:15:\"protectedtitles\";i:2051;s:23:\"protectedtitles-summary\";i:2052;s:20:\"protectedtitlesempty\";i:2053;s:22:\"protectedtitles-submit\";i:2054;s:9:\"listusers\";i:2055;s:19:\"listusers-editsonly\";i:2056;s:29:\"listusers-temporarygroupsonly\";i:2057;s:22:\"listusers-creationsort\";i:2058;s:14:\"listusers-desc\";i:2059;s:13:\"usereditcount\";i:2060;s:11:\"usercreated\";i:2061;s:8:\"newpages\";i:2062;s:15:\"newpages-submit\";i:2063;s:17:\"newpages-username\";i:2064;s:12:\"ancientpages\";i:2065;s:4:\"move\";i:2066;s:12:\"movethispage\";i:2067;s:16:\"unusedimagestext\";i:2068;s:37:\"unusedimagestext-categorizedimgisused\";i:2069;s:20:\"unusedcategoriestext\";i:2070;s:13:\"notargettitle\";i:2071;s:12:\"notargettext\";i:2072;s:11:\"nopagetitle\";i:2073;s:10:\"nopagetext\";i:2074;s:13:\"pager-newer-n\";i:2075;s:13:\"pager-older-n\";i:2076;s:8:\"suppress\";i:2077;s:18:\"querypage-disabled\";i:2078;s:7:\"apihelp\";i:2079;s:22:\"apihelp-no-such-module\";i:2080;s:10:\"apisandbox\";i:2081;s:17:\"apisandbox-jsonly\";i:2082;s:16:\"apisandbox-intro\";i:2083;s:17:\"apisandbox-submit\";i:2084;s:16:\"apisandbox-reset\";i:2085;s:16:\"apisandbox-retry\";i:2086;s:18:\"apisandbox-loading\";i:2087;s:21:\"apisandbox-load-error\";i:2088;s:24:\"apisandbox-no-parameters\";i:2089;s:19:\"apisandbox-helpurls\";i:2090;s:19:\"apisandbox-examples\";i:2091;s:29:\"apisandbox-dynamic-parameters\";i:2092;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2093;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2094;s:31:\"apisandbox-dynamic-error-exists\";i:2095;s:37:\"apisandbox-templated-parameter-reason\";i:2096;s:32:\"apisandbox-deprecated-parameters\";i:2097;s:22:\"apisandbox-fetch-token\";i:2098;s:20:\"apisandbox-add-multi\";i:2099;s:38:\"apisandbox-submit-invalid-fields-title\";i:2100;s:40:\"apisandbox-submit-invalid-fields-message\";i:2101;s:18:\"apisandbox-results\";i:2102;s:26:\"apisandbox-sending-request\";i:2103;s:26:\"apisandbox-loading-results\";i:2104;s:24:\"apisandbox-results-error\";i:2105;s:35:\"apisandbox-results-login-suppressed\";i:2106;s:37:\"apisandbox-request-selectformat-label\";i:2107;s:35:\"apisandbox-request-format-url-label\";i:2108;s:28:\"apisandbox-request-url-label\";i:2109;s:36:\"apisandbox-request-format-json-label\";i:2110;s:29:\"apisandbox-request-json-label\";i:2111;s:35:\"apisandbox-request-format-php-label\";i:2112;s:28:\"apisandbox-request-php-label\";i:2113;s:23:\"apisandbox-request-time\";i:2114;s:27:\"apisandbox-results-fixtoken\";i:2115;s:32:\"apisandbox-results-fixtoken-fail\";i:2116;s:21:\"apisandbox-alert-page\";i:2117;s:22:\"apisandbox-alert-field\";i:2118;s:19:\"apisandbox-continue\";i:2119;s:25:\"apisandbox-continue-clear\";i:2120;s:24:\"apisandbox-continue-help\";i:2121;s:22:\"apisandbox-param-limit\";i:2122;s:36:\"apisandbox-multivalue-all-namespaces\";i:2123;s:32:\"apisandbox-multivalue-all-values\";i:2124;s:11:\"booksources\";i:2125;s:25:\"booksources-search-legend\";i:2126;s:16:\"booksources-isbn\";i:2127;s:18:\"booksources-search\";i:2128;s:16:\"booksources-text\";i:2129;s:24:\"booksources-invalid-isbn\";i:2130;s:22:\"magiclink-tracking-rfc\";i:2131;s:27:\"magiclink-tracking-rfc-desc\";i:2132;s:23:\"magiclink-tracking-pmid\";i:2133;s:28:\"magiclink-tracking-pmid-desc\";i:2134;s:23:\"magiclink-tracking-isbn\";i:2135;s:28:\"magiclink-tracking-isbn-desc\";i:2136;s:19:\"specialloguserlabel\";i:2137;s:20:\"speciallogtitlelabel\";i:2138;s:3:\"log\";i:2139;s:20:\"logeventslist-submit\";i:2140;s:26:\"logeventslist-more-filters\";i:2141;s:24:\"logeventslist-patrol-log\";i:2142;s:21:\"logeventslist-tag-log\";i:2143;s:26:\"logeventslist-newusers-log\";i:2144;s:13:\"all-logs-page\";i:2145;s:11:\"alllogstext\";i:2146;s:8:\"logempty\";i:2147;s:18:\"log-title-wildcard\";i:2148;s:26:\"showhideselectedlogentries\";i:2149;s:13:\"log-edit-tags\";i:2150;s:15:\"checkbox-select\";i:2151;s:12:\"checkbox-all\";i:2152;s:13:\"checkbox-none\";i:2153;s:15:\"checkbox-invert\";i:2154;s:8:\"allpages\";i:2155;s:8:\"nextpage\";i:2156;s:8:\"prevpage\";i:2157;s:12:\"allpagesfrom\";i:2158;s:10:\"allpagesto\";i:2159;s:11:\"allarticles\";i:2160;s:14:\"allinnamespace\";i:2161;s:14:\"allpagessubmit\";i:2162;s:14:\"allpagesprefix\";i:2163;s:16:\"allpagesbadtitle\";i:2164;s:15:\"allpages-bad-ns\";i:2165;s:23:\"allpages-hide-redirects\";i:2166;s:10:\"categories\";i:2167;s:17:\"categories-submit\";i:2168;s:18:\"categoriespagetext\";i:2169;s:14:\"categoriesfrom\";i:2170;s:20:\"deletedcontributions\";i:2171;s:26:\"deletedcontributions-title\";i:2172;s:32:\"sp-deletedcontributions-contribs\";i:2173;s:10:\"linksearch\";i:2174;s:14:\"linksearch-pat\";i:2175;s:13:\"linksearch-ns\";i:2176;s:13:\"linksearch-ok\";i:2177;s:15:\"linksearch-text\";i:2178;s:15:\"linksearch-line\";i:2179;s:16:\"linksearch-error\";i:2180;s:13:\"listusersfrom\";i:2181;s:16:\"listusers-submit\";i:2182;s:18:\"listusers-noresult\";i:2183;s:17:\"listusers-blocked\";i:2184;s:11:\"activeusers\";i:2185;s:17:\"activeusers-intro\";i:2186;s:17:\"activeusers-count\";i:2187;s:16:\"activeusers-from\";i:2188;s:18:\"activeusers-groups\";i:2189;s:25:\"activeusers-excludegroups\";i:2190;s:20:\"activeusers-noresult\";i:2191;s:18:\"activeusers-submit\";i:2192;s:15:\"listgrouprights\";i:2193;s:23:\"listgrouprights-summary\";i:2194;s:19:\"listgrouprights-key\";i:2195;s:21:\"listgrouprights-group\";i:2196;s:22:\"listgrouprights-rights\";i:2197;s:24:\"listgrouprights-helppage\";i:2198;s:23:\"listgrouprights-members\";i:2199;s:29:\"listgrouprights-right-display\";i:2200;s:29:\"listgrouprights-right-revoked\";i:2201;s:24:\"listgrouprights-addgroup\";i:2202;s:27:\"listgrouprights-removegroup\";i:2203;s:28:\"listgrouprights-addgroup-all\";i:2204;s:31:\"listgrouprights-removegroup-all\";i:2205;s:29:\"listgrouprights-addgroup-self\";i:2206;s:32:\"listgrouprights-removegroup-self\";i:2207;s:33:\"listgrouprights-addgroup-self-all\";i:2208;s:36:\"listgrouprights-removegroup-self-all\";i:2209;s:42:\"listgrouprights-namespaceprotection-header\";i:2210;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2211;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2212;s:10:\"listgrants\";i:2213;s:18:\"listgrants-summary\";i:2214;s:16:\"listgrants-grant\";i:2215;s:17:\"listgrants-rights\";i:2216;s:24:\"listgrants-grant-display\";i:2217;s:18:\"trackingcategories\";i:2218;s:26:\"trackingcategories-summary\";i:2219;s:22:\"trackingcategories-msg\";i:2220;s:23:\"trackingcategories-name\";i:2221;s:23:\"trackingcategories-desc\";i:2222;s:31:\"restricted-displaytitle-ignored\";i:2223;s:36:\"restricted-displaytitle-ignored-desc\";i:2224;s:20:\"nonnumeric-formatnum\";i:2225;s:25:\"nonnumeric-formatnum-desc\";i:2226;s:21:\"noindex-category-desc\";i:2227;s:19:\"index-category-desc\";i:2228;s:44:\"post-expand-template-inclusion-category-desc\";i:2229;s:43:\"post-expand-template-argument-category-desc\";i:2230;s:38:\"expensive-parserfunction-category-desc\";i:2231;s:25:\"broken-file-category-desc\";i:2232;s:29:\"hidden-category-category-desc\";i:2233;s:25:\"trackingcategories-nodesc\";i:2234;s:27:\"trackingcategories-disabled\";i:2235;s:11:\"mailnologin\";i:2236;s:15:\"mailnologintext\";i:2237;s:9:\"emailuser\";i:2238;s:22:\"emailuser-title-target\";i:2239;s:24:\"emailuser-title-notarget\";i:2240;s:13:\"emailpagetext\";i:2241;s:15:\"defemailsubject\";i:2242;s:16:\"usermaildisabled\";i:2243;s:20:\"usermaildisabledtext\";i:2244;s:12:\"noemailtitle\";i:2245;s:11:\"noemailtext\";i:2246;s:15:\"nowikiemailtext\";i:2247;s:13:\"emailnotarget\";i:2248;s:11:\"emailtarget\";i:2249;s:13:\"emailusername\";i:2250;s:19:\"emailusernamesubmit\";i:2251;s:12:\"email-legend\";i:2252;s:9:\"emailfrom\";i:2253;s:7:\"emailto\";i:2254;s:12:\"emailsubject\";i:2255;s:12:\"emailmessage\";i:2256;s:9:\"emailsend\";i:2257;s:9:\"emailccme\";i:2258;s:14:\"emailccsubject\";i:2259;s:9:\"emailsent\";i:2260;s:13:\"emailsenttext\";i:2261;s:15:\"emailuserfooter\";i:2262;s:19:\"usermessage-summary\";i:2263;s:18:\"usermessage-editor\";i:2264;s:9:\"watchlist\";i:2265;s:11:\"mywatchlist\";i:2266;s:13:\"watchlistfor2\";i:2267;s:11:\"nowatchlist\";i:2268;s:17:\"watchlistanontext\";i:2269;s:12:\"watchnologin\";i:2270;s:21:\"watchlistnotwatchable\";i:2271;s:8:\"addwatch\";i:2272;s:15:\"updatewatchlist\";i:2273;s:14:\"addedwatchtext\";i:2274;s:19:\"addedwatchtext-talk\";i:2275;s:20:\"addedwatchtext-short\";i:2276;s:30:\"addedwatchexpiry-options-label\";i:2277;s:21:\"addedwatchexpiryhours\";i:2278;s:26:\"addedwatchexpiryhours-talk\";i:2279;s:20:\"addedwatchexpirytext\";i:2280;s:25:\"addedwatchexpirytext-talk\";i:2281;s:26:\"addedwatchindefinitelytext\";i:2282;s:31:\"addedwatchindefinitelytext-talk\";i:2283;s:11:\"removewatch\";i:2284;s:16:\"removedwatchtext\";i:2285;s:21:\"removedwatchtext-talk\";i:2286;s:22:\"removedwatchtext-short\";i:2287;s:5:\"watch\";i:2288;s:13:\"watchthispage\";i:2289;s:7:\"unwatch\";i:2290;s:15:\"unwatchthispage\";i:2291;s:12:\"notanarticle\";i:2292;s:13:\"notvisiblerev\";i:2293;s:17:\"watchlist-details\";i:2294;s:26:\"watchlist-expiry-days-left\";i:2295;s:33:\"watchlist-expiring-days-full-text\";i:2296;s:27:\"watchlist-expiry-hours-left\";i:2297;s:34:\"watchlist-expiring-hours-full-text\";i:2298;s:15:\"wlheader-enotif\";i:2299;s:20:\"wlheader-showupdated\";i:2300;s:6:\"wlnote\";i:2301;s:14:\"watchlist-hide\";i:2302;s:16:\"watchlist-submit\";i:2303;s:10:\"wlshowtime\";i:2304;s:15:\"wlshowhideminor\";i:2305;s:14:\"wlshowhidebots\";i:2306;s:13:\"wlshowhideliu\";i:2307;s:15:\"wlshowhideanons\";i:2308;s:14:\"wlshowhidepatr\";i:2309;s:14:\"wlshowhidemine\";i:2310;s:24:\"wlshowhidecategorization\";i:2311;s:17:\"watchlist-options\";i:2312;s:8:\"watching\";i:2313;s:10:\"unwatching\";i:2314;s:12:\"enotif_reset\";i:2315;s:28:\"enotif_impersonal_salutation\";i:2316;s:22:\"enotif_subject_deleted\";i:2317;s:22:\"enotif_subject_created\";i:2318;s:20:\"enotif_subject_moved\";i:2319;s:23:\"enotif_subject_restored\";i:2320;s:22:\"enotif_subject_changed\";i:2321;s:25:\"enotif_body_intro_deleted\";i:2322;s:25:\"enotif_body_intro_created\";i:2323;s:23:\"enotif_body_intro_moved\";i:2324;s:26:\"enotif_body_intro_restored\";i:2325;s:25:\"enotif_body_intro_changed\";i:2326;s:18:\"enotif_lastvisited\";i:2327;s:15:\"enotif_lastdiff\";i:2328;s:18:\"enotif_anon_editor\";i:2329;s:11:\"enotif_body\";i:2330;s:16:\"enotif_minoredit\";i:2331;s:7:\"created\";i:2332;s:7:\"changed\";i:2333;s:21:\"deletepage-deletetalk\";i:2334;s:17:\"deletepage-submit\";i:2335;s:7:\"confirm\";i:2336;s:9:\"excontent\";i:2337;s:15:\"excontentauthor\";i:2338;s:13:\"exbeforeblank\";i:2339;s:14:\"delete-confirm\";i:2340;s:13:\"delete-legend\";i:2341;s:26:\"delete-talk-summary-prefix\";i:2342;s:14:\"historywarning\";i:2343;s:20:\"historyaction-submit\";i:2344;s:17:\"confirmdeletetext\";i:2345;s:14:\"actioncomplete\";i:2346;s:12:\"actionfailed\";i:2347;s:11:\"deletedtext\";i:2348;s:25:\"deleted-page-and-talkpage\";i:2349;s:10:\"dellogpage\";i:2350;s:14:\"dellogpagetext\";i:2351;s:11:\"deletionlog\";i:2352;s:15:\"log-name-create\";i:2353;s:22:\"log-description-create\";i:2354;s:22:\"logentry-create-create\";i:2355;s:8:\"reverted\";i:2356;s:13:\"deletecomment\";i:2357;s:17:\"deleteotherreason\";i:2358;s:21:\"deletereasonotherlist\";i:2359;s:21:\"deletereason-dropdown\";i:2360;s:22:\"delete-edit-reasonlist\";i:2361;s:31:\"delete-edit-reasonlist-suppress\";i:2362;s:13:\"delete-toobig\";i:2363;s:23:\"delete-toomanyrevisions\";i:2364;s:21:\"delete-warning-toobig\";i:2365;s:35:\"delete-error-associated-alreadytalk\";i:2366;s:36:\"delete-error-associated-doesnotexist\";i:2367;s:15:\"deleteprotected\";i:2368;s:26:\"deleting-backlinks-warning\";i:2369;s:25:\"deleting-subpages-warning\";i:2370;s:34:\"deleting-talkpage-subpages-warning\";i:2371;s:8:\"rollback\";i:2372;s:29:\"rollback-confirmation-confirm\";i:2373;s:25:\"rollback-confirmation-yes\";i:2374;s:24:\"rollback-confirmation-no\";i:2375;s:12:\"rollbacklink\";i:2376;s:17:\"rollbacklinkcount\";i:2377;s:26:\"rollbacklinkcount-morethan\";i:2378;s:14:\"rollbackfailed\";i:2379;s:21:\"rollback-missingparam\";i:2380;s:24:\"rollback-missingrevision\";i:2381;s:12:\"cantrollback\";i:2382;s:13:\"alreadyrolled\";i:2383;s:11:\"editcomment\";i:2384;s:10:\"revertpage\";i:2385;s:15:\"revertpage-anon\";i:2386;s:17:\"revertpage-nouser\";i:2387;s:16:\"rollback-success\";i:2388;s:20:\"sessionfailure-title\";i:2389;s:14:\"sessionfailure\";i:2390;s:18:\"changecontentmodel\";i:2391;s:25:\"changecontentmodel-legend\";i:2392;s:30:\"changecontentmodel-title-label\";i:2393;s:32:\"changecontentmodel-current-label\";i:2394;s:30:\"changecontentmodel-model-label\";i:2395;s:31:\"changecontentmodel-reason-label\";i:2396;s:25:\"changecontentmodel-submit\";i:2397;s:32:\"changecontentmodel-success-title\";i:2398;s:31:\"changecontentmodel-success-text\";i:2399;s:33:\"changecontentmodel-cannot-convert\";i:2400;s:34:\"changecontentmodel-nodirectediting\";i:2401;s:36:\"changecontentmodel-emptymodels-title\";i:2402;s:35:\"changecontentmodel-emptymodels-text\";i:2403;s:21:\"log-name-contentmodel\";i:2404;s:28:\"log-description-contentmodel\";i:2405;s:25:\"logentry-contentmodel-new\";i:2406;s:28:\"logentry-contentmodel-change\";i:2407;s:39:\"logentry-contentmodel-change-revertlink\";i:2408;s:35:\"logentry-contentmodel-change-revert\";i:2409;s:14:\"protectlogpage\";i:2410;s:14:\"protectlogtext\";i:2411;s:24:\"protectedarticle-comment\";i:2412;s:33:\"modifiedarticleprotection-comment\";i:2413;s:26:\"unprotectedarticle-comment\";i:2414;s:13:\"protect-title\";i:2415;s:24:\"protect-title-notallowed\";i:2416;s:14:\"prot_1movedto2\";i:2417;s:26:\"protect-badnamespace-title\";i:2418;s:25:\"protect-badnamespace-text\";i:2419;s:31:\"protect-norestrictiontypes-text\";i:2420;s:32:\"protect-norestrictiontypes-title\";i:2421;s:14:\"protect-legend\";i:2422;s:14:\"protectcomment\";i:2423;s:13:\"protectexpiry\";i:2424;s:22:\"protect_expiry_invalid\";i:2425;s:18:\"protect_expiry_old\";i:2426;s:27:\"protect-unchain-permissions\";i:2427;s:12:\"protect-text\";i:2428;s:22:\"protect-locked-blocked\";i:2429;s:21:\"protect-locked-dblock\";i:2430;s:21:\"protect-locked-access\";i:2431;s:17:\"protect-cascadeon\";i:2432;s:15:\"protect-default\";i:2433;s:16:\"protect-fallback\";i:2434;s:27:\"protect-level-autoconfirmed\";i:2435;s:19:\"protect-level-sysop\";i:2436;s:20:\"protect-summary-desc\";i:2437;s:23:\"protect-summary-cascade\";i:2438;s:16:\"protect-expiring\";i:2439;s:22:\"protect-expiring-local\";i:2440;s:25:\"protect-expiry-indefinite\";i:2441;s:15:\"protect-cascade\";i:2442;s:16:\"protect-cantedit\";i:2443;s:17:\"protect-othertime\";i:2444;s:20:\"protect-othertime-op\";i:2445;s:23:\"protect-existing-expiry\";i:2446;s:32:\"protect-existing-expiry-infinity\";i:2447;s:19:\"protect-otherreason\";i:2448;s:22:\"protect-otherreason-op\";i:2449;s:16:\"protect-dropdown\";i:2450;s:23:\"protect-edit-reasonlist\";i:2451;s:22:\"protect-expiry-options\";i:2452;s:16:\"restriction-type\";i:2453;s:17:\"restriction-level\";i:2454;s:12:\"minimum-size\";i:2455;s:12:\"maximum-size\";i:2456;s:8:\"pagesize\";i:2457;s:16:\"restriction-edit\";i:2458;s:16:\"restriction-move\";i:2459;s:18:\"restriction-create\";i:2460;s:18:\"restriction-upload\";i:2461;s:23:\"restriction-level-sysop\";i:2462;s:31:\"restriction-level-autoconfirmed\";i:2463;s:21:\"restriction-level-all\";i:2464;s:8:\"undelete\";i:2465;s:12:\"undeletepage\";i:2466;s:17:\"undeletepagetitle\";i:2467;s:15:\"viewdeletedpage\";i:2468;s:23:\"skin-action-viewdeleted\";i:2469;s:16:\"undeletepagetext\";i:2470;s:23:\"undelete-fieldset-title\";i:2471;s:17:\"undeleteextrahelp\";i:2472;s:17:\"undeleterevisions\";i:2473;s:15:\"undeletehistory\";i:2474;s:14:\"undeleterevdel\";i:2475;s:22:\"undeletehistorynoadmin\";i:2476;s:17:\"undelete-revision\";i:2477;s:24:\"undeleterevision-missing\";i:2478;s:32:\"undeleterevision-duplicate-revid\";i:2479;s:15:\"undelete-nodiff\";i:2480;s:11:\"undeletebtn\";i:2481;s:12:\"undeletelink\";i:2482;s:16:\"undeleteviewlink\";i:2483;s:21:\"undelete-undeletetalk\";i:2484;s:14:\"undeleteinvert\";i:2485;s:15:\"undeletecomment\";i:2486;s:14:\"cannotundelete\";i:2487;s:13:\"undeletedpage\";i:2488;s:15:\"undelete-header\";i:2489;s:21:\"undelete-search-title\";i:2490;s:19:\"undelete-search-box\";i:2491;s:22:\"undelete-search-prefix\";i:2492;s:20:\"undelete-search-full\";i:2493;s:22:\"undelete-search-submit\";i:2494;s:19:\"undelete-no-results\";i:2495;s:26:\"undelete-filename-mismatch\";i:2496;s:22:\"undelete-bad-store-key\";i:2497;s:22:\"undelete-cleanup-error\";i:2498;s:28:\"undelete-missing-filearchive\";i:2499;s:28:\"undelete-talk-summary-prefix\";i:2500;s:14:\"undelete-error\";i:2501;s:37:\"undelete-error-associated-alreadytalk\";i:2502;s:36:\"undelete-error-associated-notdeleted\";i:2503;s:26:\"undelete-show-file-confirm\";i:2504;s:25:\"undelete-show-file-submit\";i:2505;s:22:\"undelete-revision-row2\";i:2506;s:21:\"undelete-back-to-list\";i:2507;s:9:\"namespace\";i:2508;s:6:\"invert\";i:2509;s:14:\"tooltip-invert\";i:2510;s:28:\"tooltip-whatlinkshere-invert\";i:2511;s:21:\"namespace_association\";i:2512;s:29:\"tooltip-namespace_association\";i:2513;s:14:\"blanknamespace\";i:2514;s:13:\"contributions\";i:2515;s:23:\"tool-link-contributions\";i:2516;s:19:\"contributions-title\";i:2517;s:9:\"mycontris\";i:2518;s:12:\"anoncontribs\";i:2519;s:11:\"contribsub2\";i:2520;s:22:\"contributions-subtitle\";i:2521;s:30:\"contributions-userdoesnotexist\";i:2522;s:32:\"negative-namespace-not-supported\";i:2523;s:10:\"nocontribs\";i:2524;s:5:\"uctop\";i:2525;s:5:\"month\";i:2526;s:4:\"year\";i:2527;s:4:\"date\";i:2528;s:25:\"sp-contributions-blocklog\";i:2529;s:28:\"sp-contributions-suppresslog\";i:2530;s:24:\"sp-contributions-deleted\";i:2531;s:24:\"sp-contributions-uploads\";i:2532;s:21:\"sp-contributions-logs\";i:2533;s:21:\"sp-contributions-talk\";i:2534;s:27:\"sp-contributions-userrights\";i:2535;s:31:\"sp-contributions-blocked-notice\";i:2536;s:39:\"sp-contributions-blocked-notice-partial\";i:2537;s:36:\"sp-contributions-blocked-notice-anon\";i:2538;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2539;s:23:\"sp-contributions-search\";i:2540;s:25:\"sp-contributions-username\";i:2541;s:24:\"sp-contributions-toponly\";i:2542;s:24:\"sp-contributions-newonly\";i:2543;s:26:\"sp-contributions-hideminor\";i:2544;s:23:\"sp-contributions-submit\";i:2545;s:27:\"sp-contributions-outofrange\";i:2546;s:33:\"sp-contributions-concurrency-user\";i:2547;s:31:\"sp-contributions-concurrency-ip\";i:2548;s:13:\"whatlinkshere\";i:2549;s:19:\"whatlinkshere-count\";i:2550;s:19:\"whatlinkshere-title\";i:2551;s:18:\"whatlinkshere-page\";i:2552;s:9:\"linkshere\";i:2553;s:11:\"nolinkshere\";i:2554;s:14:\"nolinkshere-ns\";i:2555;s:10:\"isredirect\";i:2556;s:10:\"istemplate\";i:2557;s:7:\"isimage\";i:2558;s:18:\"whatlinkshere-prev\";i:2559;s:18:\"whatlinkshere-next\";i:2560;s:19:\"whatlinkshere-links\";i:2561;s:24:\"whatlinkshere-hideredirs\";i:2562;s:23:\"whatlinkshere-hidetrans\";i:2563;s:23:\"whatlinkshere-hidelinks\";i:2564;s:24:\"whatlinkshere-hideimages\";i:2565;s:26:\"whatlinkshere-sectionredir\";i:2566;s:20:\"whatlinkshere-submit\";i:2567;s:11:\"autoblockid\";i:2568;s:5:\"block\";i:2569;s:7:\"unblock\";i:2570;s:13:\"changeblockip\";i:2571;s:7:\"blockip\";i:2572;s:11:\"blockiptext\";i:2573;s:19:\"ipaddressorusername\";i:2574;s:9:\"ipbreason\";i:2575;s:18:\"ipbreason-dropdown\";i:2576;s:13:\"ipb-hardblock\";i:2577;s:16:\"ipbcreateaccount\";i:2578;s:11:\"ipbemailban\";i:2579;s:18:\"ipbenableautoblock\";i:2580;s:9:\"ipbsubmit\";i:2581;s:8:\"ipbother\";i:2582;s:10:\"ipboptions\";i:2583;s:11:\"ipbhidename\";i:2584;s:12:\"ipbwatchuser\";i:2585;s:19:\"ipb-disableusertalk\";i:2586;s:16:\"ipb-change-block\";i:2587;s:11:\"ipb-confirm\";i:2588;s:12:\"ipb-sitewide\";i:2589;s:11:\"ipb-partial\";i:2590;s:17:\"ipb-sitewide-help\";i:2591;s:16:\"ipb-partial-help\";i:2592;s:17:\"ipb-action-create\";i:2593;s:15:\"ipb-action-move\";i:2594;s:17:\"ipb-action-upload\";i:2595;s:15:\"ipb-pages-label\";i:2596;s:20:\"ipb-namespaces-label\";i:2597;s:12:\"badipaddress\";i:2598;s:17:\"blockipsuccesssub\";i:2599;s:18:\"blockipsuccesstext\";i:2600;s:15:\"ipb-empty-block\";i:2601;s:19:\"ipb-block-not-found\";i:2602;s:16:\"ipb-blockingself\";i:2603;s:19:\"ipb-confirmhideuser\";i:2604;s:17:\"ipb-confirmaction\";i:2605;s:17:\"ipb-edit-dropdown\";i:2606;s:16:\"ipb-unblock-addr\";i:2607;s:11:\"ipb-unblock\";i:2608;s:13:\"ipb-blocklist\";i:2609;s:22:\"ipb-blocklist-contribs\";i:2610;s:27:\"ipb-blocklist-duration-left\";i:2611;s:13:\"block-actions\";i:2612;s:13:\"block-details\";i:2613;s:12:\"block-expiry\";i:2614;s:13:\"block-options\";i:2615;s:12:\"block-reason\";i:2616;s:12:\"block-target\";i:2617;s:24:\"block-target-placeholder\";i:2618;s:9:\"unblockip\";i:2619;s:13:\"unblockiptext\";i:2620;s:9:\"ipusubmit\";i:2621;s:9:\"unblocked\";i:2622;s:15:\"unblocked-range\";i:2623;s:12:\"unblocked-id\";i:2624;s:12:\"unblocked-ip\";i:2625;s:9:\"blocklist\";i:2626;s:13:\"autoblocklist\";i:2627;s:20:\"autoblocklist-submit\";i:2628;s:20:\"autoblocklist-legend\";i:2629;s:25:\"autoblocklist-localblocks\";i:2630;s:30:\"autoblocklist-total-autoblocks\";i:2631;s:19:\"autoblocklist-empty\";i:2632;s:25:\"autoblocklist-otherblocks\";i:2633;s:11:\"ipblocklist\";i:2634;s:18:\"ipblocklist-legend\";i:2635;s:20:\"blocklist-autoblocks\";i:2636;s:20:\"blocklist-userblocks\";i:2637;s:20:\"blocklist-tempblocks\";i:2638;s:21:\"blocklist-indefblocks\";i:2639;s:23:\"blocklist-addressblocks\";i:2640;s:14:\"blocklist-type\";i:2641;s:22:\"blocklist-type-opt-all\";i:2642;s:27:\"blocklist-type-opt-sitewide\";i:2643;s:26:\"blocklist-type-opt-partial\";i:2644;s:21:\"blocklist-rangeblocks\";i:2645;s:19:\"blocklist-timestamp\";i:2646;s:16:\"blocklist-target\";i:2647;s:16:\"blocklist-expiry\";i:2648;s:12:\"blocklist-by\";i:2649;s:16:\"blocklist-params\";i:2650;s:16:\"blocklist-reason\";i:2651;s:18:\"ipblocklist-submit\";i:2652;s:22:\"ipblocklist-localblock\";i:2653;s:23:\"ipblocklist-otherblocks\";i:2654;s:13:\"infiniteblock\";i:2655;s:13:\"anononlyblock\";i:2656;s:16:\"noautoblockblock\";i:2657;s:18:\"createaccountblock\";i:2658;s:10:\"emailblock\";i:2659;s:20:\"blocklist-nousertalk\";i:2660;s:17:\"blocklist-editing\";i:2661;s:26:\"blocklist-editing-sitewide\";i:2662;s:22:\"blocklist-editing-page\";i:2663;s:20:\"blocklist-editing-ns\";i:2664;s:24:\"blocklist-editing-action\";i:2665;s:17:\"ipblocklist-empty\";i:2666;s:22:\"ipblocklist-no-results\";i:2667;s:9:\"blocklink\";i:2668;s:11:\"unblocklink\";i:2669;s:16:\"change-blocklink\";i:2670;s:14:\"empty-username\";i:2671;s:12:\"contribslink\";i:2672;s:9:\"emaillink\";i:2673;s:11:\"autoblocker\";i:2674;s:12:\"blocklogpage\";i:2675;s:16:\"blocklog-showlog\";i:2676;s:24:\"blocklog-showsuppresslog\";i:2677;s:12:\"blocklogtext\";i:2678;s:24:\"block-log-flags-anononly\";i:2679;s:24:\"block-log-flags-nocreate\";i:2680;s:27:\"block-log-flags-noautoblock\";i:2681;s:23:\"block-log-flags-noemail\";i:2682;s:26:\"block-log-flags-nousertalk\";i:2683;s:31:\"block-log-flags-angry-autoblock\";i:2684;s:26:\"block-log-flags-hiddenname\";i:2685;s:20:\"range_block_disabled\";i:2686;s:26:\"ipb-prevent-user-talk-edit\";i:2687;s:18:\"ipb_expiry_invalid\";i:2688;s:14:\"ipb_expiry_old\";i:2689;s:15:\"ipb_expiry_temp\";i:2690;s:16:\"ipb_hide_invalid\";i:2691;s:16:\"ipb_hide_partial\";i:2692;s:19:\"ipb_already_blocked\";i:2693;s:15:\"ipb-needreblock\";i:2694;s:22:\"ipb-otherblocks-header\";i:2695;s:16:\"unblock-hideuser\";i:2696;s:16:\"ipb_cant_unblock\";i:2697;s:20:\"ipb_blocked_as_range\";i:2698;s:16:\"ip_range_invalid\";i:2699;s:17:\"ip_range_toolarge\";i:2700;s:17:\"ip_range_exceeded\";i:2701;s:15:\"ip_range_toolow\";i:2702;s:12:\"proxyblocker\";i:2703;s:16:\"proxyblockreason\";i:2704;s:5:\"sorbs\";i:2705;s:11:\"sorbsreason\";i:2706;s:27:\"sorbs_create_account_reason\";i:2707;s:21:\"softblockrangesreason\";i:2708;s:14:\"xffblockreason\";i:2709;s:20:\"cant-see-hidden-user\";i:2710;s:27:\"cant-block-nonexistent-page\";i:2711;s:10:\"ipbblocked\";i:2712;s:16:\"ipbnounblockself\";i:2713;s:6:\"lockdb\";i:2714;s:8:\"unlockdb\";i:2715;s:10:\"lockdbtext\";i:2716;s:12:\"unlockdbtext\";i:2717;s:11:\"lockconfirm\";i:2718;s:13:\"unlockconfirm\";i:2719;s:7:\"lockbtn\";i:2720;s:9:\"unlockbtn\";i:2721;s:13:\"locknoconfirm\";i:2722;s:16:\"lockdbsuccesssub\";i:2723;s:18:\"unlockdbsuccesssub\";i:2724;s:17:\"lockdbsuccesstext\";i:2725;s:19:\"unlockdbsuccesstext\";i:2726;s:19:\"lockfilenotwritable\";i:2727;s:14:\"databaselocked\";i:2728;s:17:\"databasenotlocked\";i:2729;s:15:\"lockedbyandtime\";i:2730;s:9:\"move-page\";i:2731;s:16:\"move-page-legend\";i:2732;s:12:\"movepagetext\";i:2733;s:28:\"movepagetext-noredirectfixer\";i:2734;s:30:\"movepagetext-noredirectsupport\";i:2735;s:16:\"movepagetalktext\";i:2736;s:20:\"moveuserpage-warning\";i:2737;s:24:\"movecategorypage-warning\";i:2738;s:15:\"movenologintext\";i:2739;s:14:\"movenotallowed\";i:2740;s:18:\"movenotallowedfile\";i:2741;s:19:\"cant-move-user-page\";i:2742;s:22:\"cant-move-to-user-page\";i:2743;s:23:\"cant-move-category-page\";i:2744;s:26:\"cant-move-to-category-page\";i:2745;s:18:\"cant-move-subpages\";i:2746;s:20:\"namespace-nosubpages\";i:2747;s:8:\"newtitle\";i:2748;s:10:\"move-watch\";i:2749;s:11:\"movepagebtn\";i:2750;s:12:\"pagemovedsub\";i:2751;s:10:\"cannotmove\";i:2752;s:14:\"movepage-moved\";i:2753;s:23:\"movepage-moved-redirect\";i:2754;s:25:\"movepage-moved-noredirect\";i:2755;s:21:\"movepage-delete-first\";i:2756;s:13:\"articleexists\";i:2757;s:14:\"redirectexists\";i:2758;s:23:\"cantmove-titleprotected\";i:2759;s:8:\"movetalk\";i:2760;s:13:\"move-subpages\";i:2761;s:18:\"move-talk-subpages\";i:2762;s:20:\"movepage-page-exists\";i:2763;s:28:\"movepage-source-doesnt-exist\";i:2764;s:19:\"movepage-page-moved\";i:2765;s:21:\"movepage-page-unmoved\";i:2766;s:18:\"movepage-max-pages\";i:2767;s:11:\"movelogpage\";i:2768;s:15:\"movelogpagetext\";i:2769;s:11:\"movesubpage\";i:2770;s:15:\"movesubpagetext\";i:2771;s:19:\"movesubpagetalktext\";i:2772;s:13:\"movenosubpage\";i:2773;s:10:\"movereason\";i:2774;s:10:\"revertmove\";i:2775;s:20:\"delete_and_move_text\";i:2776;s:29:\"delete_redirect_and_move_text\";i:2777;s:23:\"delete_and_move_confirm\";i:2778;s:22:\"delete_and_move_reason\";i:2779;s:8:\"selfmove\";i:2780;s:25:\"immobile-source-namespace\";i:2781;s:28:\"immobile-source-namespace-iw\";i:2782;s:25:\"immobile-target-namespace\";i:2783;s:28:\"immobile-target-namespace-iw\";i:2784;s:20:\"immobile-source-page\";i:2785;s:20:\"immobile-target-page\";i:2786;s:29:\"movepage-invalid-target-title\";i:2787;s:16:\"bad-target-model\";i:2788;s:21:\"imagenocrossnamespace\";i:2789;s:27:\"nonfile-cannot-move-to-file\";i:2790;s:17:\"imagetypemismatch\";i:2791;s:20:\"imageinvalidfilename\";i:2792;s:20:\"fix-double-redirects\";i:2793;s:19:\"move-leave-redirect\";i:2794;s:24:\"protectedpagemovewarning\";i:2795;s:28:\"semiprotectedpagemovewarning\";i:2796;s:20:\"move-over-sharedrepo\";i:2797;s:22:\"file-exists-sharedrepo\";i:2798;s:6:\"export\";i:2799;s:10:\"exporttext\";i:2800;s:9:\"exportall\";i:2801;s:13:\"exportcuronly\";i:2802;s:15:\"exportnohistory\";i:2803;s:17:\"exportlistauthors\";i:2804;s:13:\"export-submit\";i:2805;s:17:\"export-addcattext\";i:2806;s:13:\"export-addcat\";i:2807;s:16:\"export-addnstext\";i:2808;s:12:\"export-addns\";i:2809;s:15:\"export-download\";i:2810;s:16:\"export-templates\";i:2811;s:16:\"export-pagelinks\";i:2812;s:13:\"export-manual\";i:2813;s:11:\"allmessages\";i:2814;s:15:\"allmessagesname\";i:2815;s:18:\"allmessagesdefault\";i:2816;s:18:\"allmessagescurrent\";i:2817;s:15:\"allmessagestext\";i:2818;s:34:\"allmessages-not-supported-database\";i:2819;s:25:\"allmessages-filter-legend\";i:2820;s:18:\"allmessages-filter\";i:2821;s:29:\"allmessages-filter-unmodified\";i:2822;s:22:\"allmessages-filter-all\";i:2823;s:27:\"allmessages-filter-modified\";i:2824;s:18:\"allmessages-prefix\";i:2825;s:20:\"allmessages-language\";i:2826;s:25:\"allmessages-filter-submit\";i:2827;s:28:\"allmessages-filter-translate\";i:2828;s:14:\"thumbnail-more\";i:2829;s:11:\"filemissing\";i:2830;s:15:\"thumbnail_error\";i:2831;s:22:\"thumbnail_error_remote\";i:2832;s:15:\"djvu_page_error\";i:2833;s:21:\"thumbnail-temp-create\";i:2834;s:21:\"thumbnail-dest-create\";i:2835;s:24:\"thumbnail_invalid_params\";i:2836;s:25:\"thumbnail_toobigimagearea\";i:2837;s:24:\"thumbnail_dest_directory\";i:2838;s:20:\"thumbnail_image-type\";i:2839;s:20:\"thumbnail_gd-library\";i:2840;s:25:\"thumbnail_image-size-zero\";i:2841;s:23:\"thumbnail_image-missing\";i:2842;s:29:\"thumbnail_image-failure-limit\";i:2843;s:6:\"import\";i:2844;s:15:\"importinterwiki\";i:2845;s:21:\"import-interwiki-text\";i:2846;s:27:\"import-interwiki-sourcewiki\";i:2847;s:27:\"import-interwiki-sourcepage\";i:2848;s:24:\"import-interwiki-history\";i:2849;s:26:\"import-interwiki-templates\";i:2850;s:23:\"import-interwiki-submit\";i:2851;s:22:\"import-mapping-default\";i:2852;s:24:\"import-mapping-namespace\";i:2853;s:22:\"import-mapping-subpage\";i:2854;s:22:\"import-upload-filename\";i:2855;s:29:\"import-upload-username-prefix\";i:2856;s:25:\"import-assign-known-users\";i:2857;s:14:\"import-comment\";i:2858;s:10:\"importtext\";i:2859;s:11:\"importstart\";i:2860;s:21:\"import-revision-count\";i:2861;s:13:\"importnopages\";i:2862;s:20:\"imported-log-entries\";i:2863;s:12:\"importfailed\";i:2864;s:19:\"importunknownsource\";i:2865;s:14:\"importnoprefix\";i:2866;s:14:\"importcantopen\";i:2867;s:18:\"importbadinterwiki\";i:2868;s:13:\"importsuccess\";i:2869;s:15:\"importnosources\";i:2870;s:12:\"importnofile\";i:2871;s:21:\"importuploaderrorsize\";i:2872;s:24:\"importuploaderrorpartial\";i:2873;s:21:\"importuploaderrortemp\";i:2874;s:20:\"import-parse-failure\";i:2875;s:16:\"import-noarticle\";i:2876;s:21:\"import-nonewrevisions\";i:2877;s:16:\"xml-error-string\";i:2878;s:13:\"import-upload\";i:2879;s:21:\"import-token-mismatch\";i:2880;s:24:\"import-invalid-interwiki\";i:2881;s:17:\"import-error-edit\";i:2882;s:22:\"import-error-interwiki\";i:2883;s:20:\"import-error-special\";i:2884;s:20:\"import-error-invalid\";i:2885;s:24:\"import-error-unserialize\";i:2886;s:25:\"import-error-bad-location\";i:2887;s:20:\"import-options-wrong\";i:2888;s:23:\"import-rootpage-invalid\";i:2889;s:25:\"import-rootpage-nosubpage\";i:2890;s:13:\"importlogpage\";i:2891;s:17:\"importlogpagetext\";i:2892;s:29:\"import-logentry-upload-detail\";i:2893;s:32:\"import-logentry-interwiki-detail\";i:2894;s:14:\"javascripttest\";i:2895;s:26:\"javascripttest-qunit-intro\";i:2896;s:19:\"tooltip-pt-userpage\";i:2897;s:23:\"tooltip-pt-anonuserpage\";i:2898;s:22:\"tooltip-pt-tmpuserpage\";i:2899;s:17:\"tooltip-pt-mytalk\";i:2900;s:19:\"tooltip-pt-anontalk\";i:2901;s:22:\"tooltip-pt-preferences\";i:2902;s:20:\"tooltip-pt-watchlist\";i:2903;s:20:\"tooltip-pt-mycontris\";i:2904;s:23:\"tooltip-pt-anoncontribs\";i:2905;s:16:\"tooltip-pt-login\";i:2906;s:24:\"tooltip-pt-login-private\";i:2907;s:17:\"tooltip-pt-logout\";i:2908;s:24:\"tooltip-pt-createaccount\";i:2909;s:15:\"tooltip-ca-talk\";i:2910;s:15:\"tooltip-ca-edit\";i:2911;s:21:\"tooltip-ca-addsection\";i:2912;s:21:\"tooltip-ca-viewsource\";i:2913;s:18:\"tooltip-ca-history\";i:2914;s:18:\"tooltip-ca-protect\";i:2915;s:20:\"tooltip-ca-unprotect\";i:2916;s:17:\"tooltip-ca-delete\";i:2917;s:19:\"tooltip-ca-undelete\";i:2918;s:15:\"tooltip-ca-move\";i:2919;s:16:\"tooltip-ca-watch\";i:2920;s:18:\"tooltip-ca-unwatch\";i:2921;s:27:\"tooltip-ca-unwatch-expiring\";i:2922;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:2923;s:14:\"tooltip-search\";i:2924;s:17:\"tooltip-search-go\";i:2925;s:23:\"tooltip-search-fulltext\";i:2926;s:18:\"tooltip-p-cactions\";i:2927;s:14:\"tooltip-p-logo\";i:2928;s:18:\"tooltip-p-personal\";i:2929;s:18:\"tooltip-n-mainpage\";i:2930;s:30:\"tooltip-n-mainpage-description\";i:2931;s:16:\"tooltip-n-portal\";i:2932;s:23:\"tooltip-n-currentevents\";i:2933;s:23:\"tooltip-n-recentchanges\";i:2934;s:20:\"tooltip-n-randompage\";i:2935;s:14:\"tooltip-n-help\";i:2936;s:23:\"tooltip-t-whatlinkshere\";i:2937;s:29:\"tooltip-t-recentchangeslinked\";i:2938;s:16:\"tooltip-feed-rss\";i:2939;s:17:\"tooltip-feed-atom\";i:2940;s:23:\"tooltip-t-contributions\";i:2941;s:19:\"tooltip-t-emailuser\";i:2942;s:14:\"tooltip-t-info\";i:2943;s:16:\"tooltip-t-upload\";i:2944;s:22:\"tooltip-t-specialpages\";i:2945;s:15:\"tooltip-t-print\";i:2946;s:19:\"tooltip-t-permalink\";i:2947;s:21:\"tooltip-ca-nstab-main\";i:2948;s:21:\"tooltip-ca-nstab-user\";i:2949;s:22:\"tooltip-ca-nstab-media\";i:2950;s:24:\"tooltip-ca-nstab-special\";i:2951;s:24:\"tooltip-ca-nstab-project\";i:2952;s:22:\"tooltip-ca-nstab-image\";i:2953;s:26:\"tooltip-ca-nstab-mediawiki\";i:2954;s:25:\"tooltip-ca-nstab-template\";i:2955;s:21:\"tooltip-ca-nstab-help\";i:2956;s:25:\"tooltip-ca-nstab-category\";i:2957;s:17:\"tooltip-minoredit\";i:2958;s:12:\"tooltip-save\";i:2959;s:15:\"tooltip-publish\";i:2960;s:15:\"tooltip-preview\";i:2961;s:12:\"tooltip-diff\";i:2962;s:31:\"tooltip-compareselectedversions\";i:2963;s:13:\"tooltip-watch\";i:2964;s:24:\"tooltip-watchlist-expiry\";i:2965;s:35:\"tooltip-watchlistedit-normal-submit\";i:2966;s:32:\"tooltip-watchlistedit-raw-submit\";i:2967;s:16:\"tooltip-recreate\";i:2968;s:14:\"tooltip-upload\";i:2969;s:16:\"tooltip-rollback\";i:2970;s:12:\"tooltip-undo\";i:2971;s:24:\"tooltip-preferences-save\";i:2972;s:15:\"tooltip-summary\";i:2973;s:24:\"interlanguage-link-title\";i:2974;s:32:\"interlanguage-link-title-nonlang\";i:2975;s:10:\"common.css\";i:2976;s:9:\"print.css\";i:2977;s:12:\"noscript.css\";i:2978;s:23:\"group-autoconfirmed.css\";i:2979;s:14:\"group-user.css\";i:2980;s:13:\"group-bot.css\";i:2981;s:15:\"group-sysop.css\";i:2982;s:20:\"group-bureaucrat.css\";i:2983;s:11:\"common.json\";i:2984;s:9:\"common.js\";i:2985;s:22:\"group-autoconfirmed.js\";i:2986;s:13:\"group-user.js\";i:2987;s:12:\"group-bot.js\";i:2988;s:14:\"group-sysop.js\";i:2989;s:19:\"group-bureaucrat.js\";i:2990;s:9:\"anonymous\";i:2991;s:8:\"siteuser\";i:2992;s:8:\"anonuser\";i:2993;s:16:\"lastmodifiedatby\";i:2994;s:13:\"othercontribs\";i:2995;s:6:\"others\";i:2996;s:9:\"siteusers\";i:2997;s:9:\"anonusers\";i:2998;s:11:\"creditspage\";i:2999;s:9:\"nocredits\";i:3000;s:19:\"spamprotectiontitle\";i:3001;s:18:\"spamprotectiontext\";i:3002;s:19:\"spamprotectionmatch\";i:3003;s:16:\"spambot_username\";i:3004;s:14:\"spam_reverting\";i:3005;s:13:\"spam_blanking\";i:3006;s:13:\"spam_deleting\";i:3007;s:20:\"simpleantispam-label\";i:3008;s:14:\"pageinfo-title\";i:3009;s:20:\"pageinfo-not-current\";i:3010;s:21:\"pageinfo-header-basic\";i:3011;s:21:\"pageinfo-header-edits\";i:3012;s:28:\"pageinfo-header-restrictions\";i:3013;s:26:\"pageinfo-header-properties\";i:3014;s:22:\"pageinfo-display-title\";i:3015;s:21:\"pageinfo-default-sort\";i:3016;s:15:\"pageinfo-length\";i:3017;s:18:\"pageinfo-namespace\";i:3018;s:19:\"pageinfo-article-id\";i:3019;s:17:\"pageinfo-language\";i:3020;s:24:\"pageinfo-language-change\";i:3021;s:22:\"pageinfo-content-model\";i:3022;s:29:\"pageinfo-content-model-change\";i:3023;s:21:\"pageinfo-robot-policy\";i:3024;s:20:\"pageinfo-robot-index\";i:3025;s:22:\"pageinfo-robot-noindex\";i:3026;s:17:\"pageinfo-watchers\";i:3027;s:26:\"pageinfo-visiting-watchers\";i:3028;s:21:\"pageinfo-few-watchers\";i:3029;s:30:\"pageinfo-few-visiting-watchers\";i:3030;s:23:\"pageinfo-redirects-name\";i:3031;s:24:\"pageinfo-redirects-value\";i:3032;s:22:\"pageinfo-subpages-name\";i:3033;s:23:\"pageinfo-subpages-value\";i:3034;s:18:\"pageinfo-firstuser\";i:3035;s:18:\"pageinfo-firsttime\";i:3036;s:17:\"pageinfo-lastuser\";i:3037;s:17:\"pageinfo-lasttime\";i:3038;s:14:\"pageinfo-edits\";i:3039;s:16:\"pageinfo-authors\";i:3040;s:21:\"pageinfo-recent-edits\";i:3041;s:23:\"pageinfo-recent-authors\";i:3042;s:20:\"pageinfo-magic-words\";i:3043;s:26:\"pageinfo-hidden-categories\";i:3044;s:18:\"pageinfo-templates\";i:3045;s:22:\"pageinfo-transclusions\";i:3046;s:20:\"pageinfo-toolboxlink\";i:3047;s:20:\"pageinfo-redirectsto\";i:3048;s:25:\"pageinfo-redirectsto-info\";i:3049;s:20:\"pageinfo-contentpage\";i:3050;s:24:\"pageinfo-contentpage-yes\";i:3051;s:26:\"pageinfo-protect-cascading\";i:3052;s:30:\"pageinfo-protect-cascading-yes\";i:3053;s:31:\"pageinfo-protect-cascading-from\";i:3054;s:22:\"pageinfo-category-info\";i:3055;s:23:\"pageinfo-category-total\";i:3056;s:23:\"pageinfo-category-pages\";i:3057;s:25:\"pageinfo-category-subcats\";i:3058;s:23:\"pageinfo-category-files\";i:3059;s:16:\"pageinfo-user-id\";i:3060;s:18:\"pageinfo-file-hash\";i:3061;s:25:\"pageinfo-view-protect-log\";i:3062;s:19:\"markaspatrolleddiff\";i:3063;s:19:\"markaspatrolledtext\";i:3064;s:24:\"markaspatrolledtext-file\";i:3065;s:17:\"markedaspatrolled\";i:3066;s:21:\"markedaspatrolledtext\";i:3067;s:16:\"rcpatroldisabled\";i:3068;s:20:\"rcpatroldisabledtext\";i:3069;s:22:\"markedaspatrollederror\";i:3070;s:26:\"markedaspatrollederrortext\";i:3071;s:35:\"markedaspatrollederror-noautopatrol\";i:3072;s:23:\"markedaspatrollednotify\";i:3073;s:15:\"patrol-log-page\";i:3074;s:17:\"patrol-log-header\";i:3075;s:28:\"confirm-markpatrolled-button\";i:3076;s:25:\"confirm-markpatrolled-top\";i:3077;s:15:\"deletedrevision\";i:3078;s:21:\"filedeleteerror-short\";i:3079;s:20:\"filedeleteerror-long\";i:3080;s:18:\"filedelete-missing\";i:3081;s:27:\"filedelete-old-unregistered\";i:3082;s:31:\"filedelete-current-unregistered\";i:3083;s:28:\"filedelete-archive-read-only\";i:3084;s:12:\"previousdiff\";i:3085;s:8:\"nextdiff\";i:3086;s:12:\"mediawarning\";i:3087;s:12:\"imagemaxsize\";i:3088;s:9:\"thumbsize\";i:3089;s:11:\"widthheight\";i:3090;s:15:\"widthheightpage\";i:3091;s:9:\"file-info\";i:3092;s:14:\"file-info-size\";i:3093;s:20:\"file-info-size-pages\";i:3094;s:12:\"file-nohires\";i:3095;s:13:\"svg-long-desc\";i:3096;s:22:\"svg-long-desc-animated\";i:3097;s:14:\"svg-long-error\";i:3098;s:14:\"show-big-image\";i:3099;s:22:\"show-big-image-preview\";i:3100;s:29:\"show-big-image-preview-differ\";i:3101;s:20:\"show-big-image-other\";i:3102;s:19:\"show-big-image-size\";i:3103;s:20:\"file-info-gif-looped\";i:3104;s:20:\"file-info-gif-frames\";i:3105;s:20:\"file-info-png-looped\";i:3106;s:20:\"file-info-png-repeat\";i:3107;s:20:\"file-info-png-frames\";i:3108;s:23:\"file-no-thumb-animation\";i:3109;s:27:\"file-no-thumb-animation-gif\";i:3110;s:9:\"newimages\";i:3111;s:13:\"imagelisttext\";i:3112;s:17:\"newimages-summary\";i:3113;s:16:\"newimages-legend\";i:3114;s:14:\"newimages-user\";i:3115;s:18:\"newimages-showbots\";i:3116;s:23:\"newimages-hidepatrolled\";i:3117;s:19:\"newimages-mediatype\";i:3118;s:8:\"noimages\";i:3119;s:24:\"gallery-slideshow-toggle\";i:3120;s:8:\"ilsubmit\";i:3121;s:6:\"bydate\";i:3122;s:21:\"sp-newimages-showfrom\";i:3123;s:10:\"video-dims\";i:3124;s:14:\"seconds-abbrev\";i:3125;s:14:\"minutes-abbrev\";i:3126;s:12:\"hours-abbrev\";i:3127;s:11:\"days-abbrev\";i:3128;s:7:\"seconds\";i:3129;s:7:\"minutes\";i:3130;s:5:\"hours\";i:3131;s:4:\"days\";i:3132;s:5:\"weeks\";i:3133;s:6:\"months\";i:3134;s:5:\"years\";i:3135;s:3:\"ago\";i:3136;s:8:\"just-now\";i:3137;s:9:\"hours-ago\";i:3138;s:11:\"minutes-ago\";i:3139;s:11:\"seconds-ago\";i:3140;s:9:\"monday-at\";i:3141;s:10:\"tuesday-at\";i:3142;s:12:\"wednesday-at\";i:3143;s:11:\"thursday-at\";i:3144;s:9:\"friday-at\";i:3145;s:11:\"saturday-at\";i:3146;s:9:\"sunday-at\";i:3147;s:12:\"yesterday-at\";i:3148;s:14:\"bad_image_list\";i:3149;s:19:\"variantname-zh-hans\";i:3150;s:19:\"variantname-zh-hant\";i:3151;s:17:\"variantname-zh-cn\";i:3152;s:17:\"variantname-zh-tw\";i:3153;s:17:\"variantname-zh-hk\";i:3154;s:17:\"variantname-zh-mo\";i:3155;s:17:\"variantname-zh-sg\";i:3156;s:17:\"variantname-zh-my\";i:3157;s:20:\"variantname-gan-hans\";i:3158;s:20:\"variantname-gan-hant\";i:3159;s:17:\"variantname-sr-ec\";i:3160;s:17:\"variantname-sr-el\";i:3161;s:17:\"variantname-kk-kz\";i:3162;s:17:\"variantname-kk-tr\";i:3163;s:17:\"variantname-kk-cn\";i:3164;s:19:\"variantname-kk-cyrl\";i:3165;s:19:\"variantname-kk-latn\";i:3166;s:19:\"variantname-kk-arab\";i:3167;s:14:\"variantname-kk\";i:3168;s:19:\"variantname-ku-arab\";i:3169;s:19:\"variantname-ku-latn\";i:3170;s:19:\"variantname-tg-cyrl\";i:3171;s:19:\"variantname-tg-latn\";i:3172;s:14:\"variantname-tg\";i:3173;s:20:\"variantname-tly-cyrl\";i:3174;s:15:\"variantname-tly\";i:3175;s:20:\"variantname-ike-cans\";i:3176;s:20:\"variantname-ike-latn\";i:3177;s:14:\"variantname-iu\";i:3178;s:20:\"variantname-shi-tfng\";i:3179;s:20:\"variantname-shi-latn\";i:3180;s:15:\"variantname-shi\";i:3181;s:14:\"variantname-uz\";i:3182;s:19:\"variantname-uz-latn\";i:3183;s:19:\"variantname-uz-cyrl\";i:3184;s:15:\"variantname-crh\";i:3185;s:20:\"variantname-crh-latn\";i:3186;s:20:\"variantname-crh-cyrl\";i:3187;s:8:\"metadata\";i:3188;s:13:\"metadata-help\";i:3189;s:15:\"metadata-expand\";i:3190;s:17:\"metadata-collapse\";i:3191;s:15:\"metadata-fields\";i:3192;s:17:\"metadata-langitem\";i:3193;s:13:\"namespacesall\";i:3194;s:9:\"monthsall\";i:3195;s:12:\"confirmemail\";i:3196;s:20:\"confirmemail_noemail\";i:3197;s:17:\"confirmemail_text\";i:3198;s:20:\"confirmemail_pending\";i:3199;s:17:\"confirmemail_send\";i:3200;s:17:\"confirmemail_sent\";i:3201;s:21:\"confirmemail_oncreate\";i:3202;s:23:\"confirmemail_sendfailed\";i:3203;s:20:\"confirmemail_invalid\";i:3204;s:22:\"confirmemail_needlogin\";i:3205;s:20:\"confirmemail_success\";i:3206;s:21:\"confirmemail_loggedin\";i:3207;s:20:\"confirmemail_subject\";i:3208;s:17:\"confirmemail_body\";i:3209;s:25:\"confirmemail_body_changed\";i:3210;s:21:\"confirmemail_body_set\";i:3211;s:24:\"confirmemail_invalidated\";i:3212;s:15:\"invalidateemail\";i:3213;s:33:\"notificationemail_subject_changed\";i:3214;s:33:\"notificationemail_subject_removed\";i:3215;s:30:\"notificationemail_body_changed\";i:3216;s:30:\"notificationemail_body_removed\";i:3217;s:23:\"scarytranscludedisabled\";i:3218;s:21:\"scarytranscludefailed\";i:3219;s:32:\"scarytranscludefailed-httpstatus\";i:3220;s:22:\"scarytranscludetoolong\";i:3221;s:19:\"deletedwhileediting\";i:3222;s:15:\"confirmrecreate\";i:3223;s:24:\"confirmrecreate-noreason\";i:3224;s:8:\"recreate\";i:3225;s:10:\"unit-pixel\";i:3226;s:19:\"confirm-purge-title\";i:3227;s:20:\"confirm_purge_button\";i:3228;s:17:\"confirm-purge-top\";i:3229;s:20:\"confirm-purge-bottom\";i:3230;s:20:\"confirm-watch-button\";i:3231;s:17:\"confirm-watch-top\";i:3232;s:19:\"confirm-watch-label\";i:3233;s:24:\"watchlist-expiry-options\";i:3234;s:31:\"watchlist-expires-in-aria-label\";i:3235;s:27:\"confirm-watch-button-expiry\";i:3236;s:22:\"confirm-unwatch-button\";i:3237;s:19:\"confirm-unwatch-top\";i:3238;s:23:\"confirm-rollback-button\";i:3239;s:20:\"confirm-rollback-top\";i:3240;s:23:\"confirm-rollback-bottom\";i:3241;s:24:\"confirm-mcrrestore-title\";i:3242;s:21:\"confirm-mcrundo-title\";i:3243;s:13:\"mcrundofailed\";i:3244;s:20:\"mcrundo-missingparam\";i:3245;s:15:\"mcrundo-changed\";i:3246;s:20:\"mcrundo-parse-failed\";i:3247;s:19:\"semicolon-separator\";i:3248;s:15:\"comma-separator\";i:3249;s:15:\"colon-separator\";i:3250;s:14:\"pipe-separator\";i:3251;s:14:\"word-separator\";i:3252;s:8:\"ellipsis\";i:3253;s:7:\"percent\";i:3254;s:11:\"parentheses\";i:3255;s:17:\"parentheses-start\";i:3256;s:15:\"parentheses-end\";i:3257;s:8:\"brackets\";i:3258;s:14:\"brackets-start\";i:3259;s:12:\"brackets-end\";i:3260;s:15:\"quotation-marks\";i:3261;s:13:\"formatnum-nan\";i:3262;s:16:\"imgmultipageprev\";i:3263;s:16:\"imgmultipagenext\";i:3264;s:10:\"imgmultigo\";i:3265;s:12:\"imgmultigoto\";i:3266;s:12:\"img-lang-opt\";i:3267;s:16:\"img-lang-default\";i:3268;s:13:\"img-lang-info\";i:3269;s:11:\"img-lang-go\";i:3270;s:16:\"table_pager_next\";i:3271;s:16:\"table_pager_prev\";i:3272;s:17:\"table_pager_first\";i:3273;s:16:\"table_pager_last\";i:3274;s:17:\"table_pager_limit\";i:3275;s:23:\"table_pager_limit_label\";i:3276;s:24:\"table_pager_limit_submit\";i:3277;s:17:\"table_pager_empty\";i:3278;s:14:\"autosumm-blank\";i:3279;s:16:\"autosumm-replace\";i:3280;s:16:\"autoredircomment\";i:3281;s:25:\"autosumm-removed-redirect\";i:3282;s:32:\"autosumm-changed-redirect-target\";i:3283;s:12:\"autosumm-new\";i:3284;s:17:\"autosumm-newblank\";i:3285;s:10:\"size-bytes\";i:3286;s:14:\"size-kilobytes\";i:3287;s:14:\"size-megabytes\";i:3288;s:14:\"size-gigabytes\";i:3289;s:14:\"size-terabytes\";i:3290;s:14:\"size-petabytes\";i:3291;s:13:\"size-exabytes\";i:3292;s:15:\"size-zettabytes\";i:3293;s:15:\"size-yottabytes\";i:3294;s:10:\"size-pixel\";i:3295;s:14:\"size-kilopixel\";i:3296;s:14:\"size-megapixel\";i:3297;s:14:\"size-gigapixel\";i:3298;s:14:\"size-terapixel\";i:3299;s:14:\"size-petapixel\";i:3300;s:13:\"size-exapixel\";i:3301;s:15:\"size-zettapixel\";i:3302;s:15:\"size-yottapixel\";i:3303;s:12:\"bitrate-bits\";i:3304;s:16:\"bitrate-kilobits\";i:3305;s:16:\"bitrate-megabits\";i:3306;s:16:\"bitrate-gigabits\";i:3307;s:16:\"bitrate-terabits\";i:3308;s:16:\"bitrate-petabits\";i:3309;s:15:\"bitrate-exabits\";i:3310;s:17:\"bitrate-zettabits\";i:3311;s:17:\"bitrate-yottabits\";i:3312;s:15:\"lag-warn-normal\";i:3313;s:13:\"lag-warn-high\";i:3314;s:26:\"watchlistedit-normal-title\";i:3315;s:27:\"watchlistedit-normal-legend\";i:3316;s:28:\"watchlistedit-normal-explain\";i:3317;s:27:\"watchlistedit-normal-submit\";i:3318;s:25:\"watchlistedit-normal-done\";i:3319;s:23:\"watchlistedit-raw-title\";i:3320;s:24:\"watchlistedit-raw-legend\";i:3321;s:25:\"watchlistedit-raw-explain\";i:3322;s:24:\"watchlistedit-raw-titles\";i:3323;s:24:\"watchlistedit-raw-submit\";i:3324;s:22:\"watchlistedit-raw-done\";i:3325;s:23:\"watchlistedit-raw-added\";i:3326;s:25:\"watchlistedit-raw-removed\";i:3327;s:25:\"watchlistedit-clear-title\";i:3328;s:26:\"watchlistedit-clear-legend\";i:3329;s:27:\"watchlistedit-clear-explain\";i:3330;s:26:\"watchlistedit-clear-titles\";i:3331;s:26:\"watchlistedit-clear-submit\";i:3332;s:24:\"watchlistedit-clear-done\";i:3333;s:28:\"watchlistedit-clear-jobqueue\";i:3334;s:27:\"watchlistedit-clear-removed\";i:3335;s:22:\"watchlistedit-too-many\";i:3336;s:20:\"watchlisttools-clear\";i:3337;s:19:\"watchlisttools-view\";i:3338;s:19:\"watchlisttools-edit\";i:3339;s:18:\"watchlisttools-raw\";i:3340;s:19:\"iranian-calendar-m1\";i:3341;s:19:\"iranian-calendar-m2\";i:3342;s:19:\"iranian-calendar-m3\";i:3343;s:19:\"iranian-calendar-m4\";i:3344;s:19:\"iranian-calendar-m5\";i:3345;s:19:\"iranian-calendar-m6\";i:3346;s:19:\"iranian-calendar-m7\";i:3347;s:19:\"iranian-calendar-m8\";i:3348;s:19:\"iranian-calendar-m9\";i:3349;s:20:\"iranian-calendar-m10\";i:3350;s:20:\"iranian-calendar-m11\";i:3351;s:20:\"iranian-calendar-m12\";i:3352;s:17:\"hijri-calendar-m1\";i:3353;s:17:\"hijri-calendar-m2\";i:3354;s:17:\"hijri-calendar-m3\";i:3355;s:17:\"hijri-calendar-m4\";i:3356;s:17:\"hijri-calendar-m5\";i:3357;s:17:\"hijri-calendar-m6\";i:3358;s:17:\"hijri-calendar-m7\";i:3359;s:17:\"hijri-calendar-m8\";i:3360;s:17:\"hijri-calendar-m9\";i:3361;s:18:\"hijri-calendar-m10\";i:3362;s:18:\"hijri-calendar-m11\";i:3363;s:18:\"hijri-calendar-m12\";i:3364;s:18:\"hebrew-calendar-m1\";i:3365;s:18:\"hebrew-calendar-m2\";i:3366;s:18:\"hebrew-calendar-m3\";i:3367;s:18:\"hebrew-calendar-m4\";i:3368;s:18:\"hebrew-calendar-m5\";i:3369;s:18:\"hebrew-calendar-m6\";i:3370;s:19:\"hebrew-calendar-m6a\";i:3371;s:19:\"hebrew-calendar-m6b\";i:3372;s:18:\"hebrew-calendar-m7\";i:3373;s:18:\"hebrew-calendar-m8\";i:3374;s:18:\"hebrew-calendar-m9\";i:3375;s:19:\"hebrew-calendar-m10\";i:3376;s:19:\"hebrew-calendar-m11\";i:3377;s:19:\"hebrew-calendar-m12\";i:3378;s:22:\"hebrew-calendar-m1-gen\";i:3379;s:22:\"hebrew-calendar-m2-gen\";i:3380;s:22:\"hebrew-calendar-m3-gen\";i:3381;s:22:\"hebrew-calendar-m4-gen\";i:3382;s:22:\"hebrew-calendar-m5-gen\";i:3383;s:22:\"hebrew-calendar-m6-gen\";i:3384;s:23:\"hebrew-calendar-m6a-gen\";i:3385;s:23:\"hebrew-calendar-m6b-gen\";i:3386;s:22:\"hebrew-calendar-m7-gen\";i:3387;s:22:\"hebrew-calendar-m8-gen\";i:3388;s:22:\"hebrew-calendar-m9-gen\";i:3389;s:23:\"hebrew-calendar-m10-gen\";i:3390;s:23:\"hebrew-calendar-m11-gen\";i:3391;s:23:\"hebrew-calendar-m12-gen\";i:3392;s:9:\"signature\";i:3393;s:14:\"signature-temp\";i:3394;s:12:\"timezone-utc\";i:3395;s:14:\"timezone-local\";i:3396;s:21:\"duplicate-defaultsort\";i:3397;s:22:\"duplicate-displaytitle\";i:3398;s:23:\"restricted-displaytitle\";i:3399;s:22:\"invalid-indicator-name\";i:3400;s:25:\"invalid-langconvert-attrs\";i:3401;s:7:\"version\";i:3402;s:18:\"version-extensions\";i:3403;s:13:\"version-skins\";i:3404;s:20:\"version-specialpages\";i:3405;s:19:\"version-parserhooks\";i:3406;s:17:\"version-variables\";i:3407;s:15:\"version-editors\";i:3408;s:16:\"version-antispam\";i:3409;s:11:\"version-api\";i:3410;s:13:\"version-other\";i:3411;s:21:\"version-mediahandlers\";i:3412;s:13:\"version-hooks\";i:3413;s:28:\"version-parser-extensiontags\";i:3414;s:29:\"version-parser-function-hooks\";i:3415;s:17:\"version-hook-name\";i:3416;s:25:\"version-hook-subscribedby\";i:3417;s:15:\"version-version\";i:3418;s:19:\"version-no-ext-name\";i:3419;s:15:\"version-license\";i:3420;s:19:\"version-ext-license\";i:3421;s:26:\"version-ext-colheader-name\";i:3422;s:27:\"version-skin-colheader-name\";i:3423;s:29:\"version-ext-colheader-version\";i:3424;s:29:\"version-ext-colheader-license\";i:3425;s:33:\"version-ext-colheader-description\";i:3426;s:29:\"version-ext-colheader-credits\";i:3427;s:21:\"version-license-title\";i:3428;s:25:\"version-license-not-found\";i:3429;s:21:\"version-credits-title\";i:3430;s:25:\"version-credits-not-found\";i:3431;s:25:\"version-poweredby-credits\";i:3432;s:24:\"version-poweredby-others\";i:3433;s:29:\"version-poweredby-translators\";i:3434;s:25:\"version-poweredby-various\";i:3435;s:23:\"version-credits-summary\";i:3436;s:20:\"version-license-info\";i:3437;s:16:\"version-software\";i:3438;s:24:\"version-software-product\";i:3439;s:24:\"version-software-version\";i:3440;s:19:\"version-entrypoints\";i:3441;s:37:\"version-entrypoints-header-entrypoint\";i:3442;s:30:\"version-entrypoints-header-url\";i:3443;s:31:\"version-entrypoints-articlepath\";i:3444;s:30:\"version-entrypoints-scriptpath\";i:3445;s:17:\"version-libraries\";i:3446;s:25:\"version-libraries-library\";i:3447;s:25:\"version-libraries-version\";i:3448;s:25:\"version-libraries-license\";i:3449;s:29:\"version-libraries-description\";i:3450;s:25:\"version-libraries-authors\";i:3451;s:8:\"redirect\";i:3452;s:16:\"redirect-summary\";i:3453;s:15:\"redirect-submit\";i:3454;s:15:\"redirect-lookup\";i:3455;s:14:\"redirect-value\";i:3456;s:13:\"redirect-user\";i:3457;s:13:\"redirect-page\";i:3458;s:17:\"redirect-revision\";i:3459;s:13:\"redirect-file\";i:3460;s:14:\"redirect-logid\";i:3461;s:19:\"redirect-not-exists\";i:3462;s:20:\"redirect-not-numeric\";i:3463;s:19:\"fileduplicatesearch\";i:3464;s:27:\"fileduplicatesearch-summary\";i:3465;s:28:\"fileduplicatesearch-filename\";i:3466;s:26:\"fileduplicatesearch-submit\";i:3467;s:24:\"fileduplicatesearch-info\";i:3468;s:28:\"fileduplicatesearch-result-1\";i:3469;s:28:\"fileduplicatesearch-result-n\";i:3470;s:29:\"fileduplicatesearch-noresults\";i:3471;s:12:\"specialpages\";i:3472;s:21:\"specialpages-note-top\";i:3473;s:28:\"specialpages-note-restricted\";i:3474;s:30:\"specialpages-group-maintenance\";i:3475;s:24:\"specialpages-group-other\";i:3476;s:24:\"specialpages-group-login\";i:3477;s:26:\"specialpages-group-changes\";i:3478;s:24:\"specialpages-group-media\";i:3479;s:24:\"specialpages-group-users\";i:3480;s:26:\"specialpages-group-highuse\";i:3481;s:24:\"specialpages-group-pages\";i:3482;s:28:\"specialpages-group-pagetools\";i:3483;s:23:\"specialpages-group-wiki\";i:3484;s:28:\"specialpages-group-redirects\";i:3485;s:23:\"specialpages-group-spam\";i:3486;s:28:\"specialpages-group-developer\";i:3487;s:9:\"blankpage\";i:3488;s:22:\"intentionallyblankpage\";i:3489;s:28:\"disabledspecialpage-disabled\";i:3490;s:24:\"external_image_whitelist\";i:3491;s:4:\"tags\";i:3492;s:10:\"tag-filter\";i:3493;s:17:\"tag-filter-submit\";i:3494;s:10:\"tag-hidden\";i:3495;s:16:\"tag-list-wrapper\";i:3496;s:25:\"tag-mw-contentmodelchange\";i:3497;s:37:\"tag-mw-contentmodelchange-description\";i:3498;s:19:\"tag-mw-new-redirect\";i:3499;s:31:\"tag-mw-new-redirect-description\";i:3500;s:23:\"tag-mw-removed-redirect\";i:3501;s:35:\"tag-mw-removed-redirect-description\";i:3502;s:30:\"tag-mw-changed-redirect-target\";i:3503;s:42:\"tag-mw-changed-redirect-target-description\";i:3504;s:12:\"tag-mw-blank\";i:3505;s:24:\"tag-mw-blank-description\";i:3506;s:14:\"tag-mw-replace\";i:3507;s:26:\"tag-mw-replace-description\";i:3508;s:15:\"tag-mw-rollback\";i:3509;s:27:\"tag-mw-rollback-description\";i:3510;s:11:\"tag-mw-undo\";i:3511;s:23:\"tag-mw-undo-description\";i:3512;s:20:\"tag-mw-manual-revert\";i:3513;s:32:\"tag-mw-manual-revert-description\";i:3514;s:15:\"tag-mw-reverted\";i:3515;s:27:\"tag-mw-reverted-description\";i:3516;s:25:\"tag-mw-server-side-upload\";i:3517;s:37:\"tag-mw-server-side-upload-description\";i:3518;s:10:\"tags-title\";i:3519;s:10:\"tags-intro\";i:3520;s:8:\"tags-tag\";i:3521;s:19:\"tags-display-header\";i:3522;s:23:\"tags-description-header\";i:3523;s:18:\"tags-source-header\";i:3524;s:18:\"tags-active-header\";i:3525;s:20:\"tags-hitcount-header\";i:3526;s:19:\"tags-actions-header\";i:3527;s:15:\"tags-active-yes\";i:3528;s:14:\"tags-active-no\";i:3529;s:21:\"tags-source-extension\";i:3530;s:18:\"tags-source-manual\";i:3531;s:16:\"tags-source-none\";i:3532;s:11:\"tags-hidden\";i:3533;s:9:\"tags-edit\";i:3534;s:11:\"tags-delete\";i:3535;s:13:\"tags-activate\";i:3536;s:15:\"tags-deactivate\";i:3537;s:13:\"tags-hitcount\";i:3538;s:25:\"tags-manage-no-permission\";i:3539;s:19:\"tags-manage-blocked\";i:3540;s:19:\"tags-create-heading\";i:3541;s:23:\"tags-create-explanation\";i:3542;s:20:\"tags-create-tag-name\";i:3543;s:18:\"tags-create-reason\";i:3544;s:18:\"tags-create-submit\";i:3545;s:19:\"tags-create-no-name\";i:3546;s:25:\"tags-create-invalid-chars\";i:3547;s:31:\"tags-create-invalid-title-chars\";i:3548;s:26:\"tags-create-already-exists\";i:3549;s:26:\"tags-create-warnings-above\";i:3550;s:26:\"tags-create-warnings-below\";i:3551;s:17:\"tags-delete-title\";i:3552;s:31:\"tags-delete-explanation-initial\";i:3553;s:30:\"tags-delete-explanation-in-use\";i:3554;s:31:\"tags-delete-explanation-warning\";i:3555;s:30:\"tags-delete-explanation-active\";i:3556;s:18:\"tags-delete-reason\";i:3557;s:18:\"tags-delete-submit\";i:3558;s:23:\"tags-delete-not-allowed\";i:3559;s:21:\"tags-delete-not-found\";i:3560;s:25:\"tags-delete-too-many-uses\";i:3561;s:33:\"tags-delete-warnings-after-delete\";i:3562;s:25:\"tags-delete-no-permission\";i:3563;s:19:\"tags-activate-title\";i:3564;s:22:\"tags-activate-question\";i:3565;s:20:\"tags-activate-reason\";i:3566;s:25:\"tags-activate-not-allowed\";i:3567;s:23:\"tags-activate-not-found\";i:3568;s:20:\"tags-activate-submit\";i:3569;s:21:\"tags-deactivate-title\";i:3570;s:24:\"tags-deactivate-question\";i:3571;s:22:\"tags-deactivate-reason\";i:3572;s:27:\"tags-deactivate-not-allowed\";i:3573;s:22:\"tags-deactivate-submit\";i:3574;s:24:\"tags-apply-no-permission\";i:3575;s:18:\"tags-apply-blocked\";i:3576;s:26:\"tags-apply-not-allowed-one\";i:3577;s:28:\"tags-apply-not-allowed-multi\";i:3578;s:25:\"tags-update-no-permission\";i:3579;s:19:\"tags-update-blocked\";i:3580;s:31:\"tags-update-add-not-allowed-one\";i:3581;s:33:\"tags-update-add-not-allowed-multi\";i:3582;s:34:\"tags-update-remove-not-allowed-one\";i:3583;s:36:\"tags-update-remove-not-allowed-multi\";i:3584;s:15:\"tags-edit-title\";i:3585;s:21:\"tags-edit-manage-link\";i:3586;s:27:\"tags-edit-revision-selected\";i:3587;s:27:\"tags-edit-logentry-selected\";i:3588;s:25:\"tags-edit-revision-legend\";i:3589;s:25:\"tags-edit-logentry-legend\";i:3590;s:23:\"tags-edit-existing-tags\";i:3591;s:28:\"tags-edit-existing-tags-none\";i:3592;s:18:\"tags-edit-new-tags\";i:3593;s:13:\"tags-edit-add\";i:3594;s:16:\"tags-edit-remove\";i:3595;s:25:\"tags-edit-remove-all-tags\";i:3596;s:28:\"tags-edit-chosen-placeholder\";i:3597;s:27:\"tags-edit-chosen-no-results\";i:3598;s:16:\"tags-edit-reason\";i:3599;s:25:\"tags-edit-revision-submit\";i:3600;s:25:\"tags-edit-logentry-submit\";i:3601;s:17:\"tags-edit-success\";i:3602;s:17:\"tags-edit-failure\";i:3603;s:23:\"tags-edit-nooldid-title\";i:3604;s:22:\"tags-edit-nooldid-text\";i:3605;s:23:\"tags-edit-none-selected\";i:3606;s:12:\"comparepages\";i:3607;s:13:\"compare-page1\";i:3608;s:13:\"compare-page2\";i:3609;s:12:\"compare-rev1\";i:3610;s:12:\"compare-rev2\";i:3611;s:14:\"compare-submit\";i:3612;s:27:\"compare-revision-not-exists\";i:3613;s:9:\"diff-form\";i:3614;s:15:\"diff-form-oldid\";i:3615;s:15:\"diff-form-revid\";i:3616;s:16:\"diff-form-submit\";i:3617;s:21:\"diff-form-other-revid\";i:3618;s:21:\"diff-form-error-revid\";i:3619;s:13:\"permanentlink\";i:3620;s:19:\"permanentlink-revid\";i:3621;s:20:\"permanentlink-submit\";i:3622;s:10:\"newsection\";i:3623;s:15:\"newsection-page\";i:3624;s:17:\"newsection-submit\";i:3625;s:8:\"editpage\";i:3626;s:20:\"specialeditpage-page\";i:3627;s:22:\"specialeditpage-submit\";i:3628;s:10:\"deletepage\";i:3629;s:22:\"specialdeletepage-page\";i:3630;s:24:\"specialdeletepage-submit\";i:3631;s:8:\"pageinfo\";i:3632;s:20:\"specialpageinfo-page\";i:3633;s:22:\"specialpageinfo-submit\";i:3634;s:11:\"pagehistory\";i:3635;s:23:\"specialpagehistory-page\";i:3636;s:25:\"specialpagehistory-submit\";i:3637;s:11:\"protectpage\";i:3638;s:23:\"specialprotectpage-page\";i:3639;s:25:\"specialprotectpage-submit\";i:3640;s:5:\"purge\";i:3641;s:17:\"specialpurge-page\";i:3642;s:19:\"specialpurge-submit\";i:3643;s:14:\"dberr-problems\";i:3644;s:11:\"dberr-again\";i:3645;s:10:\"dberr-info\";i:3646;s:17:\"dberr-info-hidden\";i:3647;s:22:\"htmlform-invalid-input\";i:3648;s:25:\"htmlform-select-badoption\";i:3649;s:20:\"htmlform-int-invalid\";i:3650;s:22:\"htmlform-float-invalid\";i:3651;s:19:\"htmlform-int-toolow\";i:3652;s:20:\"htmlform-int-toohigh\";i:3653;s:28:\"htmlform-multiselect-toomany\";i:3654;s:17:\"htmlform-required\";i:3655;s:15:\"htmlform-submit\";i:3656;s:14:\"htmlform-reset\";i:3657;s:28:\"htmlform-selectorother-other\";i:3658;s:11:\"htmlform-no\";i:3659;s:12:\"htmlform-yes\";i:3660;s:27:\"htmlform-chosen-placeholder\";i:3661;s:22:\"htmlform-cloner-create\";i:3662;s:22:\"htmlform-cloner-delete\";i:3663;s:24:\"htmlform-cloner-required\";i:3664;s:25:\"htmlform-date-placeholder\";i:3665;s:25:\"htmlform-time-placeholder\";i:3666;s:29:\"htmlform-datetime-placeholder\";i:3667;s:21:\"htmlform-date-invalid\";i:3668;s:21:\"htmlform-time-invalid\";i:3669;s:25:\"htmlform-datetime-invalid\";i:3670;s:20:\"htmlform-date-toolow\";i:3671;s:21:\"htmlform-date-toohigh\";i:3672;s:20:\"htmlform-time-toolow\";i:3673;s:21:\"htmlform-time-toohigh\";i:3674;s:24:\"htmlform-datetime-toolow\";i:3675;s:25:\"htmlform-datetime-toohigh\";i:3676;s:27:\"htmlform-title-badnamespace\";i:3677;s:28:\"htmlform-title-not-creatable\";i:3678;s:25:\"htmlform-title-not-exists\";i:3679;s:24:\"htmlform-title-interwiki\";i:3680;s:24:\"htmlform-user-not-exists\";i:3681;s:23:\"htmlform-user-not-valid\";i:3682;s:24:\"htmlform-tag-not-allowed\";i:3683;s:22:\"logentry-delete-delete\";i:3684;s:28:\"logentry-delete-delete_redir\";i:3685;s:29:\"logentry-delete-delete_redir2\";i:3686;s:23:\"logentry-delete-restore\";i:3687;s:31:\"logentry-delete-restore-nocount\";i:3688;s:23:\"restore-count-revisions\";i:3689;s:19:\"restore-count-files\";i:3690;s:21:\"logentry-delete-event\";i:3691;s:24:\"logentry-delete-revision\";i:3692;s:28:\"logentry-delete-event-legacy\";i:3693;s:31:\"logentry-delete-revision-legacy\";i:3694;s:24:\"logentry-suppress-delete\";i:3695;s:23:\"logentry-suppress-event\";i:3696;s:26:\"logentry-suppress-revision\";i:3697;s:30:\"logentry-suppress-event-legacy\";i:3698;s:33:\"logentry-suppress-revision-legacy\";i:3699;s:21:\"revdelete-content-hid\";i:3700;s:21:\"revdelete-summary-hid\";i:3701;s:19:\"revdelete-uname-hid\";i:3702;s:23:\"revdelete-content-unhid\";i:3703;s:23:\"revdelete-summary-unhid\";i:3704;s:21:\"revdelete-uname-unhid\";i:3705;s:20:\"revdelete-restricted\";i:3706;s:22:\"revdelete-unrestricted\";i:3707;s:20:\"logentry-block-block\";i:3708;s:22:\"logentry-block-unblock\";i:3709;s:22:\"logentry-block-reblock\";i:3710;s:32:\"logentry-partialblock-block-page\";i:3711;s:30:\"logentry-partialblock-block-ns\";i:3712;s:34:\"logentry-partialblock-block-action\";i:3713;s:27:\"logentry-partialblock-block\";i:3714;s:29:\"logentry-partialblock-reblock\";i:3715;s:32:\"logentry-non-editing-block-block\";i:3716;s:34:\"logentry-non-editing-block-reblock\";i:3717;s:23:\"logentry-suppress-block\";i:3718;s:25:\"logentry-suppress-reblock\";i:3719;s:22:\"logentry-import-upload\";i:3720;s:30:\"logentry-import-upload-details\";i:3721;s:25:\"logentry-import-interwiki\";i:3722;s:33:\"logentry-import-interwiki-details\";i:3723;s:20:\"logentry-merge-merge\";i:3724;s:18:\"logentry-move-move\";i:3725;s:29:\"logentry-move-move-noredirect\";i:3726;s:24:\"logentry-move-move_redir\";i:3727;s:35:\"logentry-move-move_redir-noredirect\";i:3728;s:22:\"logentry-patrol-patrol\";i:3729;s:27:\"logentry-patrol-patrol-auto\";i:3730;s:26:\"logentry-newusers-newusers\";i:3731;s:24:\"logentry-newusers-create\";i:3732;s:25:\"logentry-newusers-create2\";i:3733;s:25:\"logentry-newusers-byemail\";i:3734;s:28:\"logentry-newusers-autocreate\";i:3735;s:26:\"logentry-protect-move_prot\";i:3736;s:26:\"logentry-protect-unprotect\";i:3737;s:24:\"logentry-protect-protect\";i:3738;s:32:\"logentry-protect-protect-cascade\";i:3739;s:23:\"logentry-protect-modify\";i:3740;s:31:\"logentry-protect-modify-cascade\";i:3741;s:22:\"logentry-rights-rights\";i:3742;s:29:\"logentry-rights-rights-legacy\";i:3743;s:27:\"logentry-rights-autopromote\";i:3744;s:22:\"logentry-upload-upload\";i:3745;s:25:\"logentry-upload-overwrite\";i:3746;s:22:\"logentry-upload-revert\";i:3747;s:19:\"log-name-managetags\";i:3748;s:26:\"log-description-managetags\";i:3749;s:26:\"logentry-managetags-create\";i:3750;s:26:\"logentry-managetags-delete\";i:3751;s:28:\"logentry-managetags-activate\";i:3752;s:30:\"logentry-managetags-deactivate\";i:3753;s:12:\"log-name-tag\";i:3754;s:19:\"log-description-tag\";i:3755;s:32:\"logentry-tag-update-add-revision\";i:3756;s:32:\"logentry-tag-update-add-logentry\";i:3757;s:35:\"logentry-tag-update-remove-revision\";i:3758;s:35:\"logentry-tag-update-remove-logentry\";i:3759;s:28:\"logentry-tag-update-revision\";i:3760;s:28:\"logentry-tag-update-logentry\";i:3761;s:10:\"rightsnone\";i:3762;s:30:\"rightslogentry-temporary-group\";i:3763;s:15:\"feedback-adding\";i:3764;s:13:\"feedback-back\";i:3765;s:17:\"feedback-bugcheck\";i:3766;s:15:\"feedback-bugnew\";i:3767;s:18:\"feedback-bugornote\";i:3768;s:15:\"feedback-cancel\";i:3769;s:14:\"feedback-close\";i:3770;s:35:\"feedback-external-bug-report-button\";i:3771;s:21:\"feedback-dialog-title\";i:3772;s:21:\"feedback-dialog-intro\";i:3773;s:15:\"feedback-error1\";i:3774;s:15:\"feedback-error4\";i:3775;s:16:\"feedback-message\";i:3776;s:16:\"feedback-subject\";i:3777;s:15:\"feedback-submit\";i:3778;s:14:\"feedback-terms\";i:3779;s:19:\"feedback-termsofuse\";i:3780;s:15:\"feedback-thanks\";i:3781;s:21:\"feedback-thanks-title\";i:3782;s:18:\"feedback-useragent\";i:3783;s:20:\"searchsuggest-search\";i:3784;s:24:\"searchsuggest-containing\";i:3785;s:27:\"search-match-redirect-label\";i:3786;s:26:\"search-match-redirect-help\";i:3787;s:17:\"searchlimit-label\";i:3788;s:16:\"searchlimit-help\";i:3789;s:30:\"api-clientside-error-noconnect\";i:3790;s:25:\"api-clientside-error-http\";i:3791;s:28:\"api-clientside-error-timeout\";i:3792;s:28:\"api-clientside-error-aborted\";i:3793;s:36:\"api-clientside-error-invalidresponse\";i:3794;s:18:\"api-error-badtoken\";i:3795;s:19:\"api-error-emptypage\";i:3796;s:23:\"api-error-publishfailed\";i:3797;s:21:\"api-error-stashfailed\";i:3798;s:25:\"api-error-unknown-warning\";i:3799;s:22:\"api-error-unknownerror\";i:3800;s:16:\"duration-seconds\";i:3801;s:16:\"duration-minutes\";i:3802;s:14:\"duration-hours\";i:3803;s:13:\"duration-days\";i:3804;s:14:\"duration-weeks\";i:3805;s:14:\"duration-years\";i:3806;s:16:\"duration-decades\";i:3807;s:18:\"duration-centuries\";i:3808;s:18:\"duration-millennia\";i:3809;s:14:\"rotate-comment\";i:3810;s:17:\"limitreport-title\";i:3811;s:19:\"limitreport-cputime\";i:3812;s:25:\"limitreport-cputime-value\";i:3813;s:20:\"limitreport-walltime\";i:3814;s:26:\"limitreport-walltime-value\";i:3815;s:26:\"limitreport-ppvisitednodes\";i:3816;s:32:\"limitreport-ppvisitednodes-value\";i:3817;s:33:\"limitreport-postexpandincludesize\";i:3818;s:39:\"limitreport-postexpandincludesize-value\";i:3819;s:32:\"limitreport-templateargumentsize\";i:3820;s:38:\"limitreport-templateargumentsize-value\";i:3821;s:26:\"limitreport-expansiondepth\";i:3822;s:32:\"limitreport-expansiondepth-value\";i:3823;s:34:\"limitreport-expensivefunctioncount\";i:3824;s:40:\"limitreport-expensivefunctioncount-value\";i:3825;s:25:\"limitreport-unstrip-depth\";i:3826;s:31:\"limitreport-unstrip-depth-value\";i:3827;s:24:\"limitreport-unstrip-size\";i:3828;s:30:\"limitreport-unstrip-size-value\";i:3829;s:15:\"expandtemplates\";i:3830;s:22:\"expand_templates_intro\";i:3831;s:22:\"expand_templates_title\";i:3832;s:22:\"expand_templates_input\";i:3833;s:23:\"expand_templates_output\";i:3834;s:27:\"expand_templates_xml_output\";i:3835;s:28:\"expand_templates_html_output\";i:3836;s:19:\"expand_templates_ok\";i:3837;s:32:\"expand_templates_remove_comments\";i:3838;s:30:\"expand_templates_remove_nowiki\";i:3839;s:29:\"expand_templates_generate_xml\";i:3840;s:33:\"expand_templates_generate_rawhtml\";i:3841;s:24:\"expand_templates_preview\";i:3842;s:34:\"expand_templates_preview_fail_html\";i:3843;s:39:\"expand_templates_preview_fail_html_anon\";i:3844;s:30:\"expand_templates_input_missing\";i:3845;s:12:\"pagelanguage\";i:3846;s:13:\"pagelang-name\";i:3847;s:17:\"pagelang-language\";i:3848;s:20:\"pagelang-use-default\";i:3849;s:20:\"pagelang-select-lang\";i:3850;s:15:\"pagelang-reason\";i:3851;s:15:\"pagelang-submit\";i:3852;s:25:\"pagelang-nonexistent-page\";i:3853;s:27:\"pagelang-unchanged-language\";i:3854;s:35:\"pagelang-unchanged-language-default\";i:3855;s:18:\"pagelang-db-failed\";i:3856;s:14:\"right-pagelang\";i:3857;s:15:\"action-pagelang\";i:3858;s:17:\"log-name-pagelang\";i:3859;s:24:\"log-description-pagelang\";i:3860;s:26:\"logentry-pagelang-pagelang\";i:3861;s:22:\"default-skin-not-found\";i:3862;s:31:\"default-skin-not-found-no-skins\";i:3863;s:34:\"default-skin-not-found-row-enabled\";i:3864;s:35:\"default-skin-not-found-row-disabled\";i:3865;s:15:\"mediastatistics\";i:3866;s:23:\"mediastatistics-summary\";i:3867;s:22:\"mediastatistics-nfiles\";i:3868;s:22:\"mediastatistics-nbytes\";i:3869;s:28:\"mediastatistics-bytespertype\";i:3870;s:24:\"mediastatistics-allbytes\";i:3871;s:30:\"mediastatistics-table-mimetype\";i:3872;s:32:\"mediastatistics-table-extensions\";i:3873;s:27:\"mediastatistics-table-count\";i:3874;s:32:\"mediastatistics-table-totalbytes\";i:3875;s:30:\"mediastatistics-header-unknown\";i:3876;s:29:\"mediastatistics-header-bitmap\";i:3877;s:30:\"mediastatistics-header-drawing\";i:3878;s:28:\"mediastatistics-header-audio\";i:3879;s:28:\"mediastatistics-header-video\";i:3880;s:33:\"mediastatistics-header-multimedia\";i:3881;s:29:\"mediastatistics-header-office\";i:3882;s:27:\"mediastatistics-header-text\";i:3883;s:33:\"mediastatistics-header-executable\";i:3884;s:30:\"mediastatistics-header-archive\";i:3885;s:25:\"mediastatistics-header-3d\";i:3886;s:28:\"mediastatistics-header-total\";i:3887;s:24:\"json-warn-trailing-comma\";i:3888;s:18:\"json-error-unknown\";i:3889;s:16:\"json-error-depth\";i:3890;s:25:\"json-error-state-mismatch\";i:3891;s:20:\"json-error-ctrl-char\";i:3892;s:17:\"json-error-syntax\";i:3893;s:15:\"json-error-utf8\";i:3894;s:32:\"json-error-invalid-property-name\";i:3895;s:16:\"json-error-utf16\";i:3896;s:21:\"headline-anchor-title\";i:3897;s:30:\"special-characters-group-latin\";i:3898;s:38:\"special-characters-group-latinextended\";i:3899;s:28:\"special-characters-group-ipa\";i:3900;s:32:\"special-characters-group-symbols\";i:3901;s:30:\"special-characters-group-greek\";i:3902;s:38:\"special-characters-group-greekextended\";i:3903;s:33:\"special-characters-group-cyrillic\";i:3904;s:31:\"special-characters-group-arabic\";i:3905;s:39:\"special-characters-group-arabicextended\";i:3906;s:32:\"special-characters-group-persian\";i:3907;s:31:\"special-characters-group-hebrew\";i:3908;s:31:\"special-characters-group-bangla\";i:3909;s:30:\"special-characters-group-tamil\";i:3910;s:31:\"special-characters-group-telugu\";i:3911;s:32:\"special-characters-group-sinhala\";i:3912;s:33:\"special-characters-group-gujarati\";i:3913;s:35:\"special-characters-group-devanagari\";i:3914;s:29:\"special-characters-group-thai\";i:3915;s:28:\"special-characters-group-lao\";i:3916;s:30:\"special-characters-group-khmer\";i:3917;s:43:\"special-characters-group-canadianaboriginal\";i:3918;s:30:\"special-characters-group-runes\";i:3919;s:31:\"special-characters-title-endash\";i:3920;s:31:\"special-characters-title-emdash\";i:3921;s:30:\"special-characters-title-minus\";i:3922;s:22:\"mw-widgets-abandonedit\";i:3923;s:30:\"mw-widgets-abandonedit-discard\";i:3924;s:27:\"mw-widgets-abandonedit-keep\";i:3925;s:28:\"mw-widgets-abandonedit-title\";i:3926;s:30:\"mw-widgets-copytextlayout-copy\";i:3927;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3928;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3929;s:28:\"mw-widgets-dateinput-no-date\";i:3930;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3931;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3932;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3933;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3934;s:32:\"mw-widgets-mediasearch-noresults\";i:3935;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3936;s:27:\"mw-widgets-table-row-delete\";i:3937;s:42:\"mw-widgets-titleinput-description-new-page\";i:3938;s:42:\"mw-widgets-titleinput-description-redirect\";i:3939;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3940;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3941;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3942;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3943;s:15:\"date-range-from\";i:3944;s:13:\"date-range-to\";i:3945;s:18:\"sessionmanager-tie\";i:3946;s:23:\"sessionprovider-generic\";i:3947;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3948;s:25:\"sessionprovider-nocookies\";i:3949;s:14:\"randomrootpage\";i:3950;s:23:\"log-action-filter-block\";i:3951;s:30:\"log-action-filter-contentmodel\";i:3952;s:24:\"log-action-filter-delete\";i:3953;s:24:\"log-action-filter-import\";i:3954;s:28:\"log-action-filter-managetags\";i:3955;s:22:\"log-action-filter-move\";i:3956;s:26:\"log-action-filter-newusers\";i:3957;s:24:\"log-action-filter-patrol\";i:3958;s:25:\"log-action-filter-protect\";i:3959;s:24:\"log-action-filter-rights\";i:3960;s:26:\"log-action-filter-suppress\";i:3961;s:24:\"log-action-filter-upload\";i:3962;s:21:\"log-action-filter-all\";i:3963;s:29:\"log-action-filter-block-block\";i:3964;s:31:\"log-action-filter-block-reblock\";i:3965;s:31:\"log-action-filter-block-unblock\";i:3966;s:37:\"log-action-filter-contentmodel-change\";i:3967;s:34:\"log-action-filter-contentmodel-new\";i:3968;s:31:\"log-action-filter-delete-delete\";i:3969;s:37:\"log-action-filter-delete-delete_redir\";i:3970;s:38:\"log-action-filter-delete-delete_redir2\";i:3971;s:32:\"log-action-filter-delete-restore\";i:3972;s:30:\"log-action-filter-delete-event\";i:3973;s:33:\"log-action-filter-delete-revision\";i:3974;s:34:\"log-action-filter-import-interwiki\";i:3975;s:31:\"log-action-filter-import-upload\";i:3976;s:35:\"log-action-filter-managetags-create\";i:3977;s:35:\"log-action-filter-managetags-delete\";i:3978;s:37:\"log-action-filter-managetags-activate\";i:3979;s:39:\"log-action-filter-managetags-deactivate\";i:3980;s:27:\"log-action-filter-move-move\";i:3981;s:33:\"log-action-filter-move-move_redir\";i:3982;s:33:\"log-action-filter-newusers-create\";i:3983;s:34:\"log-action-filter-newusers-create2\";i:3984;s:37:\"log-action-filter-newusers-autocreate\";i:3985;s:34:\"log-action-filter-newusers-byemail\";i:3986;s:31:\"log-action-filter-patrol-patrol\";i:3987;s:35:\"log-action-filter-patrol-autopatrol\";i:3988;s:33:\"log-action-filter-protect-protect\";i:3989;s:32:\"log-action-filter-protect-modify\";i:3990;s:35:\"log-action-filter-protect-unprotect\";i:3991;s:35:\"log-action-filter-protect-move_prot\";i:3992;s:31:\"log-action-filter-rights-rights\";i:3993;s:36:\"log-action-filter-rights-autopromote\";i:3994;s:32:\"log-action-filter-suppress-event\";i:3995;s:35:\"log-action-filter-suppress-revision\";i:3996;s:33:\"log-action-filter-suppress-delete\";i:3997;s:32:\"log-action-filter-suppress-block\";i:3998;s:34:\"log-action-filter-suppress-reblock\";i:3999;s:31:\"log-action-filter-upload-upload\";i:4000;s:34:\"log-action-filter-upload-overwrite\";i:4001;s:31:\"log-action-filter-upload-revert\";i:4002;s:33:\"authmanager-authn-not-in-progress\";i:4003;s:28:\"authmanager-authn-no-primary\";i:4004;s:31:\"authmanager-authn-no-local-user\";i:4005;s:36:\"authmanager-authn-no-local-user-link\";i:4006;s:35:\"authmanager-authn-autocreate-failed\";i:4007;s:32:\"authmanager-change-not-supported\";i:4008;s:27:\"authmanager-create-disabled\";i:4009;s:29:\"authmanager-create-from-login\";i:4010;s:34:\"authmanager-create-not-in-progress\";i:4011;s:29:\"authmanager-create-no-primary\";i:4012;s:27:\"authmanager-link-no-primary\";i:4013;s:32:\"authmanager-link-not-in-progress\";i:4014;s:29:\"authmanager-autocreate-noperm\";i:4015;s:32:\"authmanager-autocreate-exception\";i:4016;s:28:\"authmanager-userdoesnotexist\";i:4017;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4018;s:25:\"authmanager-username-help\";i:4019;s:25:\"authmanager-password-help\";i:4020;s:23:\"authmanager-domain-help\";i:4021;s:23:\"authmanager-retype-help\";i:4022;s:23:\"authmanager-email-label\";i:4023;s:22:\"authmanager-email-help\";i:4024;s:26:\"authmanager-realname-label\";i:4025;s:25:\"authmanager-realname-help\";i:4026;s:29:\"authmanager-provider-password\";i:4027;s:36:\"authmanager-provider-password-domain\";i:4028;s:38:\"authmanager-provider-temporarypassword\";i:4029;s:32:\"authprovider-confirmlink-message\";i:4030;s:31:\"authprovider-confirmlink-option\";i:4031;s:38:\"authprovider-confirmlink-request-label\";i:4032;s:37:\"authprovider-confirmlink-success-line\";i:4033;s:36:\"authprovider-confirmlink-failed-line\";i:4034;s:31:\"authprovider-confirmlink-failed\";i:4035;s:32:\"authprovider-confirmlink-ok-help\";i:4036;s:33:\"authprovider-resetpass-skip-label\";i:4037;s:32:\"authprovider-resetpass-skip-help\";i:4038;s:24:\"authform-nosession-login\";i:4039;s:25:\"authform-nosession-signup\";i:4040;s:17:\"authform-newtoken\";i:4041;s:16:\"authform-notoken\";i:4042;s:19:\"authform-wrongtoken\";i:4043;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4044;s:37:\"specialpage-securitylevel-not-allowed\";i:4045;s:21:\"authpage-cannot-login\";i:4046;s:30:\"authpage-cannot-login-continue\";i:4047;s:22:\"authpage-cannot-create\";i:4048;s:31:\"authpage-cannot-create-continue\";i:4049;s:20:\"authpage-cannot-link\";i:4050;s:29:\"authpage-cannot-link-continue\";i:4051;s:28:\"cannotauth-not-allowed-title\";i:4052;s:22:\"cannotauth-not-allowed\";i:4053;s:17:\"changecredentials\";i:4054;s:24:\"changecredentials-submit\";i:4055;s:32:\"changecredentials-invalidsubpage\";i:4056;s:25:\"changecredentials-success\";i:4057;s:17:\"removecredentials\";i:4058;s:24:\"removecredentials-submit\";i:4059;s:32:\"removecredentials-invalidsubpage\";i:4060;s:25:\"removecredentials-success\";i:4061;s:24:\"credentialsform-provider\";i:4062;s:23:\"credentialsform-account\";i:4063;s:28:\"cannotlink-no-provider-title\";i:4064;s:22:\"cannotlink-no-provider\";i:4065;s:12:\"linkaccounts\";i:4066;s:25:\"linkaccounts-success-text\";i:4067;s:19:\"linkaccounts-submit\";i:4068;s:30:\"cannotunlink-no-provider-title\";i:4069;s:24:\"cannotunlink-no-provider\";i:4070;s:14:\"unlinkaccounts\";i:4071;s:22:\"unlinkaccounts-success\";i:4072;s:32:\"authenticationdatachange-ignored\";i:4073;s:14:\"userjsispublic\";i:4074;s:16:\"userjsonispublic\";i:4075;s:15:\"usercssispublic\";i:4076;s:15:\"userjsdangerous\";i:4077;s:23:\"restrictionsfield-badip\";i:4078;s:23:\"restrictionsfield-label\";i:4079;s:22:\"restrictionsfield-help\";i:4080;s:11:\"specialmute\";i:4081;s:19:\"specialmute-success\";i:4082;s:18:\"specialmute-submit\";i:4083;s:28:\"specialmute-label-mute-email\";i:4084;s:18:\"specialmute-header\";i:4085;s:30:\"specialmute-error-invalid-user\";i:4086;s:28:\"specialmute-error-no-options\";i:4087;s:24:\"specialmute-email-footer\";i:4088;s:26:\"specialmute-login-required\";i:4089;s:16:\"mute-preferences\";i:4090;s:5:\"revid\";i:4091;s:6:\"pageid\";i:4092;s:18:\"rawhtml-notallowed\";i:4093;s:13:\"gotointerwiki\";i:4094;s:21:\"gotointerwiki-invalid\";i:4095;s:22:\"gotointerwiki-external\";i:4096;s:17:\"undelete-cantedit\";i:4097;s:19:\"undelete-cantcreate\";i:4098;s:14:\"pagedata-title\";i:4099;s:13:\"pagedata-text\";i:4100;s:23:\"pagedata-not-acceptable\";i:4101;s:18:\"pagedata-bad-title\";i:4102;s:24:\"unregistered-user-config\";i:4103;s:16:\"passwordpolicies\";i:4104;s:24:\"passwordpolicies-summary\";i:4105;s:22:\"passwordpolicies-group\";i:4106;s:25:\"passwordpolicies-policies\";i:4107;s:31:\"passwordpolicies-policy-display\";i:4108;s:40:\"passwordpolicies-policy-displaywithflags\";i:4109;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4110;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4111;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4112;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4113;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4114;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4115;s:39:\"passwordpolicies-policyflag-forcechange\";i:4116;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4117;s:27:\"mycustomjsredirectprotected\";i:4118;s:22:\"deflate-invaliddeflate\";i:4119;s:14:\"unprotected-js\";i:4120;s:19:\"userlogout-continue\";i:4121;s:15:\"userlogout-temp\";i:4122;s:22:\"paramvalidator-baduser\";i:4123;s:29:\"paramvalidator-help-type-user\";i:4124;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4125;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4126;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4127;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4128;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4129;s:23:\"paramvalidator-badtitle\";i:4130;s:27:\"paramvalidator-missingtitle\";i:4131;s:30:\"paramvalidator-help-type-title\";i:4132;s:41:\"paramvalidator-help-type-title-must-exist\";i:4133;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4134;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4135;s:18:\"config-missing-key\";i:4136;s:18:\"config-invalid-key\";i:4137;s:21:\"changeslist-nocomment\";i:4138;s:22:\"skin-view-create-local\";i:4139;s:14:\"nstab-mainpage\";i:4140;s:20:\"skin-view-edit-local\";i:4141;s:19:\"skin-action-protect\";i:4142;s:20:\"skin-action-undelete\";i:4143;s:18:\"skin-action-delete\";i:4144;s:16:\"skin-action-move\";i:4145;s:30:\"parsoid-stash-rate-limit-error\";i:4146;s:31:\"parsoid-resource-limit-exceeded\";i:4147;s:20:\"parsoid-client-error\";i:4148;s:22:\"newpages-showhide-bots\";i:4149;s:27:\"newpages-showhide-patrolled\";i:4150;s:26:\"newpages-showhide-redirect\";i:4151;s:28:\"newpages-showhide-registered\";i:4152;s:15:\"exif-imagewidth\";i:4153;s:16:\"exif-imagelength\";i:4154;s:18:\"exif-bitspersample\";i:4155;s:16:\"exif-compression\";i:4156;s:30:\"exif-photometricinterpretation\";i:4157;s:16:\"exif-orientation\";i:4158;s:20:\"exif-samplesperpixel\";i:4159;s:24:\"exif-planarconfiguration\";i:4160;s:21:\"exif-ycbcrsubsampling\";i:4161;s:21:\"exif-ycbcrpositioning\";i:4162;s:16:\"exif-xresolution\";i:4163;s:16:\"exif-yresolution\";i:4164;s:17:\"exif-stripoffsets\";i:4165;s:17:\"exif-rowsperstrip\";i:4166;s:20:\"exif-stripbytecounts\";i:4167;s:26:\"exif-jpeginterchangeformat\";i:4168;s:32:\"exif-jpeginterchangeformatlength\";i:4169;s:15:\"exif-whitepoint\";i:4170;s:26:\"exif-primarychromaticities\";i:4171;s:22:\"exif-ycbcrcoefficients\";i:4172;s:24:\"exif-referenceblackwhite\";i:4173;s:13:\"exif-datetime\";i:4174;s:21:\"exif-imagedescription\";i:4175;s:9:\"exif-make\";i:4176;s:10:\"exif-model\";i:4177;s:13:\"exif-software\";i:4178;s:11:\"exif-artist\";i:4179;s:14:\"exif-copyright\";i:4180;s:16:\"exif-exifversion\";i:4181;s:20:\"exif-flashpixversion\";i:4182;s:15:\"exif-colorspace\";i:4183;s:28:\"exif-componentsconfiguration\";i:4184;s:27:\"exif-compressedbitsperpixel\";i:4185;s:20:\"exif-pixelxdimension\";i:4186;s:20:\"exif-pixelydimension\";i:4187;s:16:\"exif-usercomment\";i:4188;s:21:\"exif-relatedsoundfile\";i:4189;s:21:\"exif-datetimeoriginal\";i:4190;s:22:\"exif-datetimedigitized\";i:4191;s:15:\"exif-subsectime\";i:4192;s:23:\"exif-subsectimeoriginal\";i:4193;s:24:\"exif-subsectimedigitized\";i:4194;s:17:\"exif-exposuretime\";i:4195;s:24:\"exif-exposuretime-format\";i:4196;s:12:\"exif-fnumber\";i:4197;s:19:\"exif-fnumber-format\";i:4198;s:20:\"exif-exposureprogram\";i:4199;s:24:\"exif-spectralsensitivity\";i:4200;s:20:\"exif-isospeedratings\";i:4201;s:22:\"exif-shutterspeedvalue\";i:4202;s:18:\"exif-aperturevalue\";i:4203;s:20:\"exif-brightnessvalue\";i:4204;s:22:\"exif-exposurebiasvalue\";i:4205;s:21:\"exif-maxaperturevalue\";i:4206;s:20:\"exif-subjectdistance\";i:4207;s:17:\"exif-meteringmode\";i:4208;s:16:\"exif-lightsource\";i:4209;s:10:\"exif-flash\";i:4210;s:16:\"exif-focallength\";i:4211;s:23:\"exif-focallength-format\";i:4212;s:16:\"exif-subjectarea\";i:4213;s:16:\"exif-flashenergy\";i:4214;s:26:\"exif-focalplanexresolution\";i:4215;s:26:\"exif-focalplaneyresolution\";i:4216;s:29:\"exif-focalplaneresolutionunit\";i:4217;s:20:\"exif-subjectlocation\";i:4218;s:18:\"exif-exposureindex\";i:4219;s:18:\"exif-sensingmethod\";i:4220;s:15:\"exif-filesource\";i:4221;s:14:\"exif-scenetype\";i:4222;s:19:\"exif-customrendered\";i:4223;s:17:\"exif-exposuremode\";i:4224;s:17:\"exif-whitebalance\";i:4225;s:21:\"exif-digitalzoomratio\";i:4226;s:26:\"exif-focallengthin35mmfilm\";i:4227;s:21:\"exif-scenecapturetype\";i:4228;s:16:\"exif-gaincontrol\";i:4229;s:13:\"exif-contrast\";i:4230;s:15:\"exif-saturation\";i:4231;s:14:\"exif-sharpness\";i:4232;s:29:\"exif-devicesettingdescription\";i:4233;s:25:\"exif-subjectdistancerange\";i:4234;s:18:\"exif-imageuniqueid\";i:4235;s:17:\"exif-gpsversionid\";i:4236;s:19:\"exif-gpslatituderef\";i:4237;s:16:\"exif-gpslatitude\";i:4238;s:20:\"exif-gpslongituderef\";i:4239;s:17:\"exif-gpslongitude\";i:4240;s:19:\"exif-gpsaltituderef\";i:4241;s:16:\"exif-gpsaltitude\";i:4242;s:17:\"exif-gpstimestamp\";i:4243;s:18:\"exif-gpssatellites\";i:4244;s:14:\"exif-gpsstatus\";i:4245;s:19:\"exif-gpsmeasuremode\";i:4246;s:11:\"exif-gpsdop\";i:4247;s:16:\"exif-gpsspeedref\";i:4248;s:13:\"exif-gpsspeed\";i:4249;s:16:\"exif-gpstrackref\";i:4250;s:13:\"exif-gpstrack\";i:4251;s:23:\"exif-gpsimgdirectionref\";i:4252;s:20:\"exif-gpsimgdirection\";i:4253;s:16:\"exif-gpsmapdatum\";i:4254;s:23:\"exif-gpsdestlatituderef\";i:4255;s:20:\"exif-gpsdestlatitude\";i:4256;s:24:\"exif-gpsdestlongituderef\";i:4257;s:21:\"exif-gpsdestlongitude\";i:4258;s:22:\"exif-gpsdestbearingref\";i:4259;s:19:\"exif-gpsdestbearing\";i:4260;s:23:\"exif-gpsdestdistanceref\";i:4261;s:20:\"exif-gpsdestdistance\";i:4262;s:24:\"exif-gpsprocessingmethod\";i:4263;s:23:\"exif-gpsareainformation\";i:4264;s:17:\"exif-gpsdatestamp\";i:4265;s:20:\"exif-gpsdifferential\";i:4266;s:20:\"exif-jpegfilecomment\";i:4267;s:13:\"exif-keywords\";i:4268;s:23:\"exif-worldregioncreated\";i:4269;s:19:\"exif-countrycreated\";i:4270;s:23:\"exif-countrycodecreated\";i:4271;s:27:\"exif-provinceorstatecreated\";i:4272;s:16:\"exif-citycreated\";i:4273;s:23:\"exif-sublocationcreated\";i:4274;s:20:\"exif-worldregiondest\";i:4275;s:16:\"exif-countrydest\";i:4276;s:20:\"exif-countrycodedest\";i:4277;s:24:\"exif-provinceorstatedest\";i:4278;s:13:\"exif-citydest\";i:4279;s:20:\"exif-sublocationdest\";i:4280;s:15:\"exif-objectname\";i:4281;s:24:\"exif-specialinstructions\";i:4282;s:13:\"exif-headline\";i:4283;s:11:\"exif-credit\";i:4284;s:11:\"exif-source\";i:4285;s:15:\"exif-editstatus\";i:4286;s:12:\"exif-urgency\";i:4287;s:22:\"exif-fixtureidentifier\";i:4288;s:17:\"exif-locationdest\";i:4289;s:21:\"exif-locationdestcode\";i:4290;s:16:\"exif-objectcycle\";i:4291;s:12:\"exif-contact\";i:4292;s:11:\"exif-writer\";i:4293;s:17:\"exif-languagecode\";i:4294;s:15:\"exif-iimversion\";i:4295;s:16:\"exif-iimcategory\";i:4296;s:28:\"exif-iimsupplementalcategory\";i:4297;s:20:\"exif-datetimeexpires\";i:4298;s:21:\"exif-datetimereleased\";i:4299;s:28:\"exif-originaltransmissionref\";i:4300;s:15:\"exif-identifier\";i:4301;s:9:\"exif-lens\";i:4302;s:17:\"exif-serialnumber\";i:4303;s:20:\"exif-cameraownername\";i:4304;s:10:\"exif-label\";i:4305;s:21:\"exif-datetimemetadata\";i:4306;s:13:\"exif-nickname\";i:4307;s:11:\"exif-rating\";i:4308;s:22:\"exif-rightscertificate\";i:4309;s:16:\"exif-copyrighted\";i:4310;s:19:\"exif-copyrightowner\";i:4311;s:15:\"exif-usageterms\";i:4312;s:17:\"exif-webstatement\";i:4313;s:23:\"exif-originaldocumentid\";i:4314;s:15:\"exif-licenseurl\";i:4315;s:23:\"exif-morepermissionsurl\";i:4316;s:19:\"exif-attributionurl\";i:4317;s:29:\"exif-preferredattributionname\";i:4318;s:19:\"exif-pngfilecomment\";i:4319;s:15:\"exif-disclaimer\";i:4320;s:19:\"exif-contentwarning\";i:4321;s:19:\"exif-giffilecomment\";i:4322;s:22:\"exif-intellectualgenre\";i:4323;s:20:\"exif-subjectnewscode\";i:4324;s:14:\"exif-scenecode\";i:4325;s:10:\"exif-event\";i:4326;s:24:\"exif-organisationinimage\";i:4327;s:18:\"exif-personinimage\";i:4328;s:24:\"exif-originalimageheight\";i:4329;s:23:\"exif-originalimagewidth\";i:4330;s:26:\"exif-subjectnewscode-value\";i:4331;s:18:\"exif-compression-1\";i:4332;s:18:\"exif-compression-2\";i:4333;s:18:\"exif-compression-3\";i:4334;s:18:\"exif-compression-4\";i:4335;s:18:\"exif-compression-5\";i:4336;s:18:\"exif-compression-6\";i:4337;s:18:\"exif-compression-7\";i:4338;s:18:\"exif-compression-8\";i:4339;s:22:\"exif-compression-32773\";i:4340;s:22:\"exif-compression-32946\";i:4341;s:22:\"exif-compression-34712\";i:4342;s:21:\"exif-copyrighted-true\";i:4343;s:22:\"exif-copyrighted-false\";i:4344;s:32:\"exif-photometricinterpretation-0\";i:4345;s:32:\"exif-photometricinterpretation-1\";i:4346;s:32:\"exif-photometricinterpretation-2\";i:4347;s:32:\"exif-photometricinterpretation-3\";i:4348;s:32:\"exif-photometricinterpretation-4\";i:4349;s:32:\"exif-photometricinterpretation-5\";i:4350;s:32:\"exif-photometricinterpretation-6\";i:4351;s:32:\"exif-photometricinterpretation-8\";i:4352;s:32:\"exif-photometricinterpretation-9\";i:4353;s:33:\"exif-photometricinterpretation-10\";i:4354;s:36:\"exif-photometricinterpretation-32803\";i:4355;s:36:\"exif-photometricinterpretation-34892\";i:4356;s:16:\"exif-unknowndate\";i:4357;s:18:\"exif-orientation-1\";i:4358;s:18:\"exif-orientation-2\";i:4359;s:18:\"exif-orientation-3\";i:4360;s:18:\"exif-orientation-4\";i:4361;s:18:\"exif-orientation-5\";i:4362;s:18:\"exif-orientation-6\";i:4363;s:18:\"exif-orientation-7\";i:4364;s:18:\"exif-orientation-8\";i:4365;s:26:\"exif-planarconfiguration-1\";i:4366;s:26:\"exif-planarconfiguration-2\";i:4367;s:19:\"exif-xyresolution-i\";i:4368;s:19:\"exif-xyresolution-c\";i:4369;s:17:\"exif-colorspace-1\";i:4370;s:21:\"exif-colorspace-65535\";i:4371;s:30:\"exif-componentsconfiguration-0\";i:4372;s:30:\"exif-componentsconfiguration-1\";i:4373;s:30:\"exif-componentsconfiguration-2\";i:4374;s:30:\"exif-componentsconfiguration-3\";i:4375;s:30:\"exif-componentsconfiguration-4\";i:4376;s:30:\"exif-componentsconfiguration-5\";i:4377;s:30:\"exif-componentsconfiguration-6\";i:4378;s:22:\"exif-exposureprogram-0\";i:4379;s:22:\"exif-exposureprogram-1\";i:4380;s:22:\"exif-exposureprogram-2\";i:4381;s:22:\"exif-exposureprogram-3\";i:4382;s:22:\"exif-exposureprogram-4\";i:4383;s:22:\"exif-exposureprogram-5\";i:4384;s:22:\"exif-exposureprogram-6\";i:4385;s:22:\"exif-exposureprogram-7\";i:4386;s:22:\"exif-exposureprogram-8\";i:4387;s:26:\"exif-subjectdistance-value\";i:4388;s:19:\"exif-meteringmode-0\";i:4389;s:19:\"exif-meteringmode-1\";i:4390;s:19:\"exif-meteringmode-2\";i:4391;s:19:\"exif-meteringmode-3\";i:4392;s:19:\"exif-meteringmode-4\";i:4393;s:19:\"exif-meteringmode-5\";i:4394;s:19:\"exif-meteringmode-6\";i:4395;s:21:\"exif-meteringmode-255\";i:4396;s:18:\"exif-lightsource-0\";i:4397;s:18:\"exif-lightsource-1\";i:4398;s:18:\"exif-lightsource-2\";i:4399;s:18:\"exif-lightsource-3\";i:4400;s:18:\"exif-lightsource-4\";i:4401;s:18:\"exif-lightsource-9\";i:4402;s:19:\"exif-lightsource-10\";i:4403;s:19:\"exif-lightsource-11\";i:4404;s:19:\"exif-lightsource-12\";i:4405;s:19:\"exif-lightsource-13\";i:4406;s:19:\"exif-lightsource-14\";i:4407;s:19:\"exif-lightsource-15\";i:4408;s:19:\"exif-lightsource-17\";i:4409;s:19:\"exif-lightsource-18\";i:4410;s:19:\"exif-lightsource-19\";i:4411;s:19:\"exif-lightsource-20\";i:4412;s:19:\"exif-lightsource-21\";i:4413;s:19:\"exif-lightsource-22\";i:4414;s:19:\"exif-lightsource-23\";i:4415;s:19:\"exif-lightsource-24\";i:4416;s:20:\"exif-lightsource-255\";i:4417;s:18:\"exif-flash-fired-0\";i:4418;s:18:\"exif-flash-fired-1\";i:4419;s:19:\"exif-flash-return-0\";i:4420;s:19:\"exif-flash-return-2\";i:4421;s:19:\"exif-flash-return-3\";i:4422;s:17:\"exif-flash-mode-1\";i:4423;s:17:\"exif-flash-mode-2\";i:4424;s:17:\"exif-flash-mode-3\";i:4425;s:21:\"exif-flash-function-1\";i:4426;s:19:\"exif-flash-redeye-1\";i:4427;s:31:\"exif-focalplaneresolutionunit-2\";i:4428;s:20:\"exif-sensingmethod-1\";i:4429;s:20:\"exif-sensingmethod-2\";i:4430;s:20:\"exif-sensingmethod-3\";i:4431;s:20:\"exif-sensingmethod-4\";i:4432;s:20:\"exif-sensingmethod-5\";i:4433;s:20:\"exif-sensingmethod-7\";i:4434;s:20:\"exif-sensingmethod-8\";i:4435;s:17:\"exif-filesource-3\";i:4436;s:16:\"exif-scenetype-1\";i:4437;s:21:\"exif-customrendered-0\";i:4438;s:21:\"exif-customrendered-1\";i:4439;s:21:\"exif-customrendered-2\";i:4440;s:21:\"exif-customrendered-3\";i:4441;s:21:\"exif-customrendered-4\";i:4442;s:21:\"exif-customrendered-6\";i:4443;s:21:\"exif-customrendered-7\";i:4444;s:21:\"exif-customrendered-8\";i:4445;s:19:\"exif-exposuremode-0\";i:4446;s:19:\"exif-exposuremode-1\";i:4447;s:19:\"exif-exposuremode-2\";i:4448;s:19:\"exif-whitebalance-0\";i:4449;s:19:\"exif-whitebalance-1\";i:4450;s:23:\"exif-scenecapturetype-0\";i:4451;s:23:\"exif-scenecapturetype-1\";i:4452;s:23:\"exif-scenecapturetype-2\";i:4453;s:23:\"exif-scenecapturetype-3\";i:4454;s:18:\"exif-gaincontrol-0\";i:4455;s:18:\"exif-gaincontrol-1\";i:4456;s:18:\"exif-gaincontrol-2\";i:4457;s:18:\"exif-gaincontrol-3\";i:4458;s:18:\"exif-gaincontrol-4\";i:4459;s:15:\"exif-contrast-0\";i:4460;s:15:\"exif-contrast-1\";i:4461;s:15:\"exif-contrast-2\";i:4462;s:17:\"exif-saturation-0\";i:4463;s:17:\"exif-saturation-1\";i:4464;s:17:\"exif-saturation-2\";i:4465;s:16:\"exif-sharpness-0\";i:4466;s:16:\"exif-sharpness-1\";i:4467;s:16:\"exif-sharpness-2\";i:4468;s:27:\"exif-subjectdistancerange-0\";i:4469;s:27:\"exif-subjectdistancerange-1\";i:4470;s:27:\"exif-subjectdistancerange-2\";i:4471;s:27:\"exif-subjectdistancerange-3\";i:4472;s:18:\"exif-gpslatitude-n\";i:4473;s:18:\"exif-gpslatitude-s\";i:4474;s:19:\"exif-gpslongitude-e\";i:4475;s:19:\"exif-gpslongitude-w\";i:4476;s:31:\"exif-gpsaltitude-above-sealevel\";i:4477;s:31:\"exif-gpsaltitude-below-sealevel\";i:4478;s:16:\"exif-gpsstatus-a\";i:4479;s:16:\"exif-gpsstatus-v\";i:4480;s:21:\"exif-gpsmeasuremode-2\";i:4481;s:21:\"exif-gpsmeasuremode-3\";i:4482;s:15:\"exif-gpsspeed-k\";i:4483;s:15:\"exif-gpsspeed-m\";i:4484;s:15:\"exif-gpsspeed-n\";i:4485;s:22:\"exif-gpsdestdistance-k\";i:4486;s:22:\"exif-gpsdestdistance-m\";i:4487;s:22:\"exif-gpsdestdistance-n\";i:4488;s:21:\"exif-gpsdop-excellent\";i:4489;s:16:\"exif-gpsdop-good\";i:4490;s:20:\"exif-gpsdop-moderate\";i:4491;s:16:\"exif-gpsdop-fair\";i:4492;s:16:\"exif-gpsdop-poor\";i:4493;s:18:\"exif-objectcycle-a\";i:4494;s:18:\"exif-objectcycle-p\";i:4495;s:18:\"exif-objectcycle-b\";i:4496;s:19:\"exif-gpsdirection-t\";i:4497;s:19:\"exif-gpsdirection-m\";i:4498;s:23:\"exif-ycbcrpositioning-1\";i:4499;s:23:\"exif-ycbcrpositioning-2\";i:4500;s:19:\"exif-dc-contributor\";i:4501;s:16:\"exif-dc-coverage\";i:4502;s:12:\"exif-dc-date\";i:4503;s:17:\"exif-dc-publisher\";i:4504;s:16:\"exif-dc-relation\";i:4505;s:14:\"exif-dc-rights\";i:4506;s:14:\"exif-dc-source\";i:4507;s:12:\"exif-dc-type\";i:4508;s:20:\"exif-rating-rejected\";i:4509;s:29:\"exif-isospeedratings-overflow\";i:4510;s:27:\"exif-maxaperturevalue-value\";i:4511;s:20:\"exif-iimcategory-ace\";i:4512;s:20:\"exif-iimcategory-clj\";i:4513;s:20:\"exif-iimcategory-dis\";i:4514;s:20:\"exif-iimcategory-fin\";i:4515;s:20:\"exif-iimcategory-edu\";i:4516;s:20:\"exif-iimcategory-evn\";i:4517;s:20:\"exif-iimcategory-hth\";i:4518;s:20:\"exif-iimcategory-hum\";i:4519;s:20:\"exif-iimcategory-lab\";i:4520;s:20:\"exif-iimcategory-lif\";i:4521;s:20:\"exif-iimcategory-pol\";i:4522;s:20:\"exif-iimcategory-rel\";i:4523;s:20:\"exif-iimcategory-sci\";i:4524;s:20:\"exif-iimcategory-soi\";i:4525;s:20:\"exif-iimcategory-spo\";i:4526;s:20:\"exif-iimcategory-war\";i:4527;s:20:\"exif-iimcategory-wea\";i:4528;s:19:\"exif-urgency-normal\";i:4529;s:16:\"exif-urgency-low\";i:4530;s:17:\"exif-urgency-high\";i:4531;s:18:\"exif-urgency-other\";i:4532;s:19:\"exif-firstphotodate\";i:4533;s:18:\"exif-lastphotodate\";i:4534;s:19:\"exif-projectiontype\";i:4535;s:35:\"exif-projectiontype-equirectangular\";i:4536;s:22:\"exif-usepanoramaviewer\";i:4537;s:27:\"exif-usepanoramaviewer-true\";i:4538;s:28:\"exif-usepanoramaviewer-false\";i:4539;s:21:\"exif-exposurelockused\";i:4540;s:26:\"exif-exposurelockused-true\";i:4541;s:27:\"exif-exposurelockused-false\";i:4542;s:23:\"exif-poseheadingdegrees\";i:4543;s:21:\"exif-posepitchdegrees\";i:4544;s:20:\"exif-poserolldegrees\";i:4545;s:30:\"exif-initialviewheadingdegrees\";i:4546;s:28:\"exif-initialviewpitchdegrees\";i:4547;s:27:\"exif-initialviewrolldegrees\";i:4548;s:32:\"exif-initialhorizontalfovdegrees\";i:4549;s:30:\"exif-initialverticalfovdegrees\";i:4550;s:22:\"exif-sourcephotoscount\";i:4551;s:32:\"exif-croppedareaimagewidthpixels\";i:4552;s:33:\"exif-croppedareaimageheightpixels\";i:4553;s:24:\"exif-fullpanowidthpixels\";i:4554;s:25:\"exif-fullpanoheightpixels\";i:4555;s:26:\"exif-croppedarealeftpixels\";i:4556;s:25:\"exif-croppedareatoppixels\";i:4557;s:23:\"exif-initialcameradolly\";i:4558;s:22:\"exif-stitchingsoftware\";i:4559;s:33:\"apihelp-main-extended-description\";i:4560;s:25:\"apihelp-main-param-action\";i:4561;s:25:\"apihelp-main-param-format\";i:4562;s:25:\"apihelp-main-param-maxlag\";i:4563;s:26:\"apihelp-main-param-smaxage\";i:4564;s:25:\"apihelp-main-param-maxage\";i:4565;s:25:\"apihelp-main-param-assert\";i:4566;s:29:\"apihelp-main-param-assertuser\";i:4567;s:28:\"apihelp-main-param-requestid\";i:4568;s:27:\"apihelp-main-param-servedby\";i:4569;s:31:\"apihelp-main-param-curtimestamp\";i:4570;s:35:\"apihelp-main-param-responselanginfo\";i:4571;s:25:\"apihelp-main-param-origin\";i:4572;s:26:\"apihelp-main-param-uselang\";i:4573;s:26:\"apihelp-main-param-variant\";i:4574;s:30:\"apihelp-main-param-errorformat\";i:4575;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4576;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4577;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4578;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4579;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4580;s:28:\"apihelp-main-param-errorlang\";i:4581;s:33:\"apihelp-main-param-errorsuselocal\";i:4582;s:21:\"apihelp-block-summary\";i:4583;s:24:\"apihelp-block-param-user\";i:4584;s:26:\"apihelp-block-param-userid\";i:4585;s:26:\"apihelp-block-param-expiry\";i:4586;s:26:\"apihelp-block-param-reason\";i:4587;s:28:\"apihelp-block-param-anononly\";i:4588;s:28:\"apihelp-block-param-nocreate\";i:4589;s:29:\"apihelp-block-param-autoblock\";i:4590;s:27:\"apihelp-block-param-noemail\";i:4591;s:28:\"apihelp-block-param-hidename\";i:4592;s:33:\"apihelp-block-param-allowusertalk\";i:4593;s:27:\"apihelp-block-param-reblock\";i:4594;s:29:\"apihelp-block-param-watchuser\";i:4595;s:35:\"apihelp-block-param-watchlistexpiry\";i:4596;s:24:\"apihelp-block-param-tags\";i:4597;s:27:\"apihelp-block-param-partial\";i:4598;s:36:\"apihelp-block-param-pagerestrictions\";i:4599;s:41:\"apihelp-block-param-namespacerestrictions\";i:4600;s:38:\"apihelp-block-param-actionrestrictions\";i:4601;s:31:\"apihelp-block-example-ip-simple\";i:4602;s:34:\"apihelp-block-example-user-complex\";i:4603;s:40:\"apihelp-changeauthenticationdata-summary\";i:4604;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4605;s:34:\"apihelp-changecontentmodel-summary\";i:4606;s:38:\"apihelp-changecontentmodel-param-title\";i:4607;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4608;s:40:\"apihelp-changecontentmodel-param-summary\";i:4609;s:37:\"apihelp-changecontentmodel-param-tags\";i:4610;s:38:\"apihelp-changecontentmodel-param-model\";i:4611;s:36:\"apihelp-changecontentmodel-param-bot\";i:4612;s:34:\"apihelp-changecontentmodel-example\";i:4613;s:26:\"apihelp-checktoken-summary\";i:4614;s:29:\"apihelp-checktoken-param-type\";i:4615;s:30:\"apihelp-checktoken-param-token\";i:4616;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4617;s:33:\"apihelp-checktoken-example-simple\";i:4618;s:27:\"apihelp-clearhasmsg-summary\";i:4619;s:29:\"apihelp-clearhasmsg-example-1\";i:4620;s:27:\"apihelp-clientlogin-summary\";i:4621;s:33:\"apihelp-clientlogin-example-login\";i:4622;s:34:\"apihelp-clientlogin-example-login2\";i:4623;s:23:\"apihelp-compare-summary\";i:4624;s:36:\"apihelp-compare-extended-description\";i:4625;s:31:\"apihelp-compare-param-fromtitle\";i:4626;s:28:\"apihelp-compare-param-fromid\";i:4627;s:29:\"apihelp-compare-param-fromrev\";i:4628;s:29:\"apihelp-compare-param-frompst\";i:4629;s:31:\"apihelp-compare-param-fromslots\";i:4630;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4631;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4632;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4633;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4634;s:30:\"apihelp-compare-param-fromtext\";i:4635;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4636;s:39:\"apihelp-compare-param-fromcontentformat\";i:4637;s:33:\"apihelp-compare-param-fromsection\";i:4638;s:29:\"apihelp-compare-param-totitle\";i:4639;s:26:\"apihelp-compare-param-toid\";i:4640;s:27:\"apihelp-compare-param-torev\";i:4641;s:32:\"apihelp-compare-param-torelative\";i:4642;s:27:\"apihelp-compare-param-topst\";i:4643;s:29:\"apihelp-compare-param-toslots\";i:4644;s:35:\"apihelp-compare-param-totext-{slot}\";i:4645;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4646;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4647;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4648;s:28:\"apihelp-compare-param-totext\";i:4649;s:36:\"apihelp-compare-param-tocontentmodel\";i:4650;s:37:\"apihelp-compare-param-tocontentformat\";i:4651;s:31:\"apihelp-compare-param-tosection\";i:4652;s:26:\"apihelp-compare-param-prop\";i:4653;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4654;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4655;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4656;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4657;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4658;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4659;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4660;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4661;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4662;s:27:\"apihelp-compare-param-slots\";i:4663;s:25:\"apihelp-compare-example-1\";i:4664;s:29:\"apihelp-createaccount-summary\";i:4665;s:41:\"apihelp-createaccount-param-preservestate\";i:4666;s:36:\"apihelp-createaccount-example-create\";i:4667;s:25:\"apihelp-cspreport-summary\";i:4668;s:34:\"apihelp-cspreport-param-reportonly\";i:4669;s:30:\"apihelp-cspreport-param-source\";i:4670;s:22:\"apihelp-delete-summary\";i:4671;s:26:\"apihelp-delete-param-title\";i:4672;s:27:\"apihelp-delete-param-pageid\";i:4673;s:27:\"apihelp-delete-param-reason\";i:4674;s:25:\"apihelp-delete-param-tags\";i:4675;s:31:\"apihelp-delete-param-deletetalk\";i:4676;s:26:\"apihelp-delete-param-watch\";i:4677;s:30:\"apihelp-delete-param-watchlist\";i:4678;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4679;s:28:\"apihelp-delete-param-unwatch\";i:4680;s:29:\"apihelp-delete-param-oldimage\";i:4681;s:29:\"apihelp-delete-example-simple\";i:4682;s:29:\"apihelp-delete-example-reason\";i:4683;s:24:\"apihelp-disabled-summary\";i:4684;s:20:\"apihelp-edit-summary\";i:4685;s:24:\"apihelp-edit-param-title\";i:4686;s:25:\"apihelp-edit-param-pageid\";i:4687;s:26:\"apihelp-edit-param-section\";i:4688;s:31:\"apihelp-edit-param-sectiontitle\";i:4689;s:23:\"apihelp-edit-param-text\";i:4690;s:26:\"apihelp-edit-param-summary\";i:4691;s:23:\"apihelp-edit-param-tags\";i:4692;s:24:\"apihelp-edit-param-minor\";i:4693;s:27:\"apihelp-edit-param-notminor\";i:4694;s:22:\"apihelp-edit-param-bot\";i:4695;s:28:\"apihelp-edit-param-baserevid\";i:4696;s:32:\"apihelp-edit-param-basetimestamp\";i:4697;s:33:\"apihelp-edit-param-starttimestamp\";i:4698;s:27:\"apihelp-edit-param-recreate\";i:4699;s:29:\"apihelp-edit-param-createonly\";i:4700;s:27:\"apihelp-edit-param-nocreate\";i:4701;s:24:\"apihelp-edit-param-watch\";i:4702;s:26:\"apihelp-edit-param-unwatch\";i:4703;s:28:\"apihelp-edit-param-watchlist\";i:4704;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4705;s:22:\"apihelp-edit-param-md5\";i:4706;s:30:\"apihelp-edit-param-prependtext\";i:4707;s:29:\"apihelp-edit-param-appendtext\";i:4708;s:23:\"apihelp-edit-param-undo\";i:4709;s:28:\"apihelp-edit-param-undoafter\";i:4710;s:27:\"apihelp-edit-param-redirect\";i:4711;s:32:\"apihelp-edit-param-contentformat\";i:4712;s:31:\"apihelp-edit-param-contentmodel\";i:4713;s:24:\"apihelp-edit-param-token\";i:4714;s:25:\"apihelp-edit-example-edit\";i:4715;s:28:\"apihelp-edit-example-prepend\";i:4716;s:25:\"apihelp-edit-example-undo\";i:4717;s:25:\"apihelp-emailuser-summary\";i:4718;s:30:\"apihelp-emailuser-param-target\";i:4719;s:31:\"apihelp-emailuser-param-subject\";i:4720;s:28:\"apihelp-emailuser-param-text\";i:4721;s:28:\"apihelp-emailuser-param-ccme\";i:4722;s:31:\"apihelp-emailuser-example-email\";i:4723;s:31:\"apihelp-expandtemplates-summary\";i:4724;s:35:\"apihelp-expandtemplates-param-title\";i:4725;s:34:\"apihelp-expandtemplates-param-text\";i:4726;s:35:\"apihelp-expandtemplates-param-revid\";i:4727;s:34:\"apihelp-expandtemplates-param-prop\";i:4728;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4729;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4730;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4731;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4732;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4733;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4734;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4735;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4736;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4737;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4738;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4739;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4740;s:38:\"apihelp-expandtemplates-example-simple\";i:4741;s:33:\"apihelp-feedcontributions-summary\";i:4742;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4743;s:36:\"apihelp-feedcontributions-param-user\";i:4744;s:41:\"apihelp-feedcontributions-param-namespace\";i:4745;s:36:\"apihelp-feedcontributions-param-year\";i:4746;s:37:\"apihelp-feedcontributions-param-month\";i:4747;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4748;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4749;s:39:\"apihelp-feedcontributions-param-toponly\";i:4750;s:39:\"apihelp-feedcontributions-param-newonly\";i:4751;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4752;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4753;s:40:\"apihelp-feedcontributions-example-simple\";i:4754;s:33:\"apihelp-feedrecentchanges-summary\";i:4755;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4756;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4757;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4758;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4759;s:36:\"apihelp-feedrecentchanges-param-days\";i:4760;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4761;s:36:\"apihelp-feedrecentchanges-param-from\";i:4762;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4763;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4764;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4765;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4766;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4767;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4768;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4769;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4770;s:38:\"apihelp-feedrecentchanges-param-target\";i:4771;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4772;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4773;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4774;s:29:\"apihelp-feedwatchlist-summary\";i:4775;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4776;s:33:\"apihelp-feedwatchlist-param-hours\";i:4777;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4778;s:37:\"apihelp-feedwatchlist-example-default\";i:4779;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4780;s:26:\"apihelp-filerevert-summary\";i:4781;s:33:\"apihelp-filerevert-param-filename\";i:4782;s:32:\"apihelp-filerevert-param-comment\";i:4783;s:36:\"apihelp-filerevert-param-archivename\";i:4784;s:33:\"apihelp-filerevert-example-revert\";i:4785;s:20:\"apihelp-help-summary\";i:4786;s:26:\"apihelp-help-param-modules\";i:4787;s:29:\"apihelp-help-param-submodules\";i:4788;s:38:\"apihelp-help-param-recursivesubmodules\";i:4789;s:29:\"apihelp-help-param-helpformat\";i:4790;s:23:\"apihelp-help-param-wrap\";i:4791;s:22:\"apihelp-help-param-toc\";i:4792;s:25:\"apihelp-help-example-main\";i:4793;s:31:\"apihelp-help-example-submodules\";i:4794;s:30:\"apihelp-help-example-recursive\";i:4795;s:25:\"apihelp-help-example-help\";i:4796;s:26:\"apihelp-help-example-query\";i:4797;s:27:\"apihelp-imagerotate-summary\";i:4798;s:34:\"apihelp-imagerotate-param-rotation\";i:4799;s:30:\"apihelp-imagerotate-param-tags\";i:4800;s:34:\"apihelp-imagerotate-example-simple\";i:4801;s:37:\"apihelp-imagerotate-example-generator\";i:4802;s:22:\"apihelp-import-summary\";i:4803;s:35:\"apihelp-import-extended-description\";i:4804;s:28:\"apihelp-import-param-summary\";i:4805;s:24:\"apihelp-import-param-xml\";i:4806;s:36:\"apihelp-import-param-interwikiprefix\";i:4807;s:37:\"apihelp-import-param-assignknownusers\";i:4808;s:36:\"apihelp-import-param-interwikisource\";i:4809;s:34:\"apihelp-import-param-interwikipage\";i:4810;s:32:\"apihelp-import-param-fullhistory\";i:4811;s:30:\"apihelp-import-param-templates\";i:4812;s:30:\"apihelp-import-param-namespace\";i:4813;s:29:\"apihelp-import-param-rootpage\";i:4814;s:25:\"apihelp-import-param-tags\";i:4815;s:29:\"apihelp-import-example-import\";i:4816;s:27:\"apihelp-linkaccount-summary\";i:4817;s:32:\"apihelp-linkaccount-example-link\";i:4818;s:21:\"apihelp-login-summary\";i:4819;s:34:\"apihelp-login-extended-description\";i:4820;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4821;s:24:\"apihelp-login-param-name\";i:4822;s:28:\"apihelp-login-param-password\";i:4823;s:26:\"apihelp-login-param-domain\";i:4824;s:25:\"apihelp-login-param-token\";i:4825;s:27:\"apihelp-login-example-login\";i:4826;s:22:\"apihelp-logout-summary\";i:4827;s:29:\"apihelp-logout-example-logout\";i:4828;s:26:\"apihelp-managetags-summary\";i:4829;s:34:\"apihelp-managetags-param-operation\";i:4830;s:28:\"apihelp-managetags-param-tag\";i:4831;s:31:\"apihelp-managetags-param-reason\";i:4832;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4833;s:29:\"apihelp-managetags-param-tags\";i:4834;s:33:\"apihelp-managetags-example-create\";i:4835;s:33:\"apihelp-managetags-example-delete\";i:4836;s:35:\"apihelp-managetags-example-activate\";i:4837;s:37:\"apihelp-managetags-example-deactivate\";i:4838;s:28:\"apihelp-mergehistory-summary\";i:4839;s:31:\"apihelp-mergehistory-param-from\";i:4840;s:33:\"apihelp-mergehistory-param-fromid\";i:4841;s:29:\"apihelp-mergehistory-param-to\";i:4842;s:31:\"apihelp-mergehistory-param-toid\";i:4843;s:36:\"apihelp-mergehistory-param-timestamp\";i:4844;s:33:\"apihelp-mergehistory-param-reason\";i:4845;s:34:\"apihelp-mergehistory-example-merge\";i:4846;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4847;s:20:\"apihelp-move-summary\";i:4848;s:23:\"apihelp-move-param-from\";i:4849;s:25:\"apihelp-move-param-fromid\";i:4850;s:21:\"apihelp-move-param-to\";i:4851;s:25:\"apihelp-move-param-reason\";i:4852;s:27:\"apihelp-move-param-movetalk\";i:4853;s:31:\"apihelp-move-param-movesubpages\";i:4854;s:29:\"apihelp-move-param-noredirect\";i:4855;s:24:\"apihelp-move-param-watch\";i:4856;s:26:\"apihelp-move-param-unwatch\";i:4857;s:28:\"apihelp-move-param-watchlist\";i:4858;s:34:\"apihelp-move-param-watchlistexpiry\";i:4859;s:33:\"apihelp-move-param-ignorewarnings\";i:4860;s:23:\"apihelp-move-param-tags\";i:4861;s:25:\"apihelp-move-example-move\";i:4862;s:26:\"apihelp-opensearch-summary\";i:4863;s:31:\"apihelp-opensearch-param-search\";i:4864;s:30:\"apihelp-opensearch-param-limit\";i:4865;s:34:\"apihelp-opensearch-param-namespace\";i:4866;s:32:\"apihelp-opensearch-param-suggest\";i:4867;s:34:\"apihelp-opensearch-param-redirects\";i:4868;s:31:\"apihelp-opensearch-param-format\";i:4869;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4870;s:29:\"apihelp-opensearch-example-te\";i:4871;s:23:\"apihelp-options-summary\";i:4872;s:36:\"apihelp-options-extended-description\";i:4873;s:27:\"apihelp-options-param-reset\";i:4874;s:32:\"apihelp-options-param-resetkinds\";i:4875;s:28:\"apihelp-options-param-change\";i:4876;s:32:\"apihelp-options-param-optionname\";i:4877;s:33:\"apihelp-options-param-optionvalue\";i:4878;s:29:\"apihelp-options-example-reset\";i:4879;s:30:\"apihelp-options-example-change\";i:4880;s:31:\"apihelp-options-example-complex\";i:4881;s:25:\"apihelp-paraminfo-summary\";i:4882;s:31:\"apihelp-paraminfo-param-modules\";i:4883;s:34:\"apihelp-paraminfo-param-helpformat\";i:4884;s:36:\"apihelp-paraminfo-param-querymodules\";i:4885;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4886;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4887;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4888;s:27:\"apihelp-paraminfo-example-1\";i:4889;s:27:\"apihelp-paraminfo-example-2\";i:4890;s:21:\"apihelp-parse-summary\";i:4891;s:34:\"apihelp-parse-extended-description\";i:4892;s:25:\"apihelp-parse-param-title\";i:4893;s:24:\"apihelp-parse-param-text\";i:4894;s:25:\"apihelp-parse-param-revid\";i:4895;s:27:\"apihelp-parse-param-summary\";i:4896;s:24:\"apihelp-parse-param-page\";i:4897;s:26:\"apihelp-parse-param-pageid\";i:4898;s:29:\"apihelp-parse-param-redirects\";i:4899;s:25:\"apihelp-parse-param-oldid\";i:4900;s:24:\"apihelp-parse-param-prop\";i:4901;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4902;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4903;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4904;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4905;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4906;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4907;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4908;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4909;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4910;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4911;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4912;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4913;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4914;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4915;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4916;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4917;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4918;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4919;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4920;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4921;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4922;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4923;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4924;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4925;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4926;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4927;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4928;s:23:\"apihelp-parse-param-pst\";i:4929;s:27:\"apihelp-parse-param-onlypst\";i:4930;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4931;s:27:\"apihelp-parse-param-section\";i:4932;s:32:\"apihelp-parse-param-sectiontitle\";i:4933;s:38:\"apihelp-parse-param-disablelimitreport\";i:4934;s:29:\"apihelp-parse-param-disablepp\";i:4935;s:38:\"apihelp-parse-param-disableeditsection\";i:4936;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4937;s:36:\"apihelp-parse-param-showstrategykeys\";i:4938;s:31:\"apihelp-parse-param-generatexml\";i:4939;s:27:\"apihelp-parse-param-preview\";i:4940;s:34:\"apihelp-parse-param-sectionpreview\";i:4941;s:30:\"apihelp-parse-param-disabletoc\";i:4942;s:27:\"apihelp-parse-param-useskin\";i:4943;s:33:\"apihelp-parse-param-contentformat\";i:4944;s:32:\"apihelp-parse-param-contentmodel\";i:4945;s:26:\"apihelp-parse-example-page\";i:4946;s:26:\"apihelp-parse-example-text\";i:4947;s:31:\"apihelp-parse-example-texttitle\";i:4948;s:29:\"apihelp-parse-example-summary\";i:4949;s:22:\"apihelp-patrol-summary\";i:4950;s:25:\"apihelp-patrol-param-rcid\";i:4951;s:26:\"apihelp-patrol-param-revid\";i:4952;s:25:\"apihelp-patrol-param-tags\";i:4953;s:27:\"apihelp-patrol-example-rcid\";i:4954;s:28:\"apihelp-patrol-example-revid\";i:4955;s:23:\"apihelp-protect-summary\";i:4956;s:27:\"apihelp-protect-param-title\";i:4957;s:28:\"apihelp-protect-param-pageid\";i:4958;s:33:\"apihelp-protect-param-protections\";i:4959;s:28:\"apihelp-protect-param-expiry\";i:4960;s:28:\"apihelp-protect-param-reason\";i:4961;s:26:\"apihelp-protect-param-tags\";i:4962;s:29:\"apihelp-protect-param-cascade\";i:4963;s:27:\"apihelp-protect-param-watch\";i:4964;s:31:\"apihelp-protect-param-watchlist\";i:4965;s:37:\"apihelp-protect-param-watchlistexpiry\";i:4966;s:31:\"apihelp-protect-example-protect\";i:4967;s:33:\"apihelp-protect-example-unprotect\";i:4968;s:34:\"apihelp-protect-example-unprotect2\";i:4969;s:21:\"apihelp-purge-summary\";i:4970;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4971;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4972;s:28:\"apihelp-purge-example-simple\";i:4973;s:31:\"apihelp-purge-example-generator\";i:4974;s:21:\"apihelp-query-summary\";i:4975;s:34:\"apihelp-query-extended-description\";i:4976;s:24:\"apihelp-query-param-prop\";i:4977;s:24:\"apihelp-query-param-list\";i:4978;s:24:\"apihelp-query-param-meta\";i:4979;s:32:\"apihelp-query-param-indexpageids\";i:4980;s:26:\"apihelp-query-param-export\";i:4981;s:32:\"apihelp-query-param-exportnowrap\";i:4982;s:32:\"apihelp-query-param-exportschema\";i:4983;s:25:\"apihelp-query-param-iwurl\";i:4984;s:31:\"apihelp-query-param-rawcontinue\";i:4985;s:31:\"apihelp-query-example-revisions\";i:4986;s:30:\"apihelp-query-example-allpages\";i:4987;s:35:\"apihelp-query+allcategories-summary\";i:4988;s:38:\"apihelp-query+allcategories-param-from\";i:4989;s:36:\"apihelp-query+allcategories-param-to\";i:4990;s:40:\"apihelp-query+allcategories-param-prefix\";i:4991;s:37:\"apihelp-query+allcategories-param-dir\";i:4992;s:37:\"apihelp-query+allcategories-param-min\";i:4993;s:37:\"apihelp-query+allcategories-param-max\";i:4994;s:39:\"apihelp-query+allcategories-param-limit\";i:4995;s:38:\"apihelp-query+allcategories-param-prop\";i:4996;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4997;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4998;s:40:\"apihelp-query+allcategories-example-size\";i:4999;s:45:\"apihelp-query+allcategories-example-generator\";i:5000;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5001;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5002;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5003;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5004;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5005;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5006;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5007;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5008;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5009;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5010;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5011;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5012;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5013;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5014;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5015;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5016;s:35:\"apihelp-query+allfileusages-summary\";i:5017;s:38:\"apihelp-query+allfileusages-param-from\";i:5018;s:36:\"apihelp-query+allfileusages-param-to\";i:5019;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5020;s:40:\"apihelp-query+allfileusages-param-unique\";i:5021;s:38:\"apihelp-query+allfileusages-param-prop\";i:5022;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5023;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5024;s:39:\"apihelp-query+allfileusages-param-limit\";i:5025;s:37:\"apihelp-query+allfileusages-param-dir\";i:5026;s:37:\"apihelp-query+allfileusages-example-b\";i:5027;s:42:\"apihelp-query+allfileusages-example-unique\";i:5028;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5029;s:45:\"apihelp-query+allfileusages-example-generator\";i:5030;s:31:\"apihelp-query+allimages-summary\";i:5031;s:34:\"apihelp-query+allimages-param-sort\";i:5032;s:33:\"apihelp-query+allimages-param-dir\";i:5033;s:34:\"apihelp-query+allimages-param-from\";i:5034;s:32:\"apihelp-query+allimages-param-to\";i:5035;s:35:\"apihelp-query+allimages-param-start\";i:5036;s:33:\"apihelp-query+allimages-param-end\";i:5037;s:36:\"apihelp-query+allimages-param-prefix\";i:5038;s:37:\"apihelp-query+allimages-param-minsize\";i:5039;s:37:\"apihelp-query+allimages-param-maxsize\";i:5040;s:34:\"apihelp-query+allimages-param-sha1\";i:5041;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5042;s:34:\"apihelp-query+allimages-param-user\";i:5043;s:40:\"apihelp-query+allimages-param-filterbots\";i:5044;s:34:\"apihelp-query+allimages-param-mime\";i:5045;s:35:\"apihelp-query+allimages-param-limit\";i:5046;s:33:\"apihelp-query+allimages-example-b\";i:5047;s:38:\"apihelp-query+allimages-example-recent\";i:5048;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5049;s:41:\"apihelp-query+allimages-example-generator\";i:5050;s:30:\"apihelp-query+alllinks-summary\";i:5051;s:33:\"apihelp-query+alllinks-param-from\";i:5052;s:31:\"apihelp-query+alllinks-param-to\";i:5053;s:35:\"apihelp-query+alllinks-param-prefix\";i:5054;s:35:\"apihelp-query+alllinks-param-unique\";i:5055;s:33:\"apihelp-query+alllinks-param-prop\";i:5056;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5057;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5058;s:38:\"apihelp-query+alllinks-param-namespace\";i:5059;s:34:\"apihelp-query+alllinks-param-limit\";i:5060;s:32:\"apihelp-query+alllinks-param-dir\";i:5061;s:32:\"apihelp-query+alllinks-example-b\";i:5062;s:37:\"apihelp-query+alllinks-example-unique\";i:5063;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5064;s:40:\"apihelp-query+alllinks-example-generator\";i:5065;s:33:\"apihelp-query+allmessages-summary\";i:5066;s:40:\"apihelp-query+allmessages-param-messages\";i:5067;s:36:\"apihelp-query+allmessages-param-prop\";i:5068;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5069;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5070;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5071;s:36:\"apihelp-query+allmessages-param-args\";i:5072;s:38:\"apihelp-query+allmessages-param-filter\";i:5073;s:42:\"apihelp-query+allmessages-param-customised\";i:5074;s:36:\"apihelp-query+allmessages-param-lang\";i:5075;s:36:\"apihelp-query+allmessages-param-from\";i:5076;s:34:\"apihelp-query+allmessages-param-to\";i:5077;s:37:\"apihelp-query+allmessages-param-title\";i:5078;s:38:\"apihelp-query+allmessages-param-prefix\";i:5079;s:37:\"apihelp-query+allmessages-example-ipb\";i:5080;s:36:\"apihelp-query+allmessages-example-de\";i:5081;s:30:\"apihelp-query+allpages-summary\";i:5082;s:33:\"apihelp-query+allpages-param-from\";i:5083;s:31:\"apihelp-query+allpages-param-to\";i:5084;s:35:\"apihelp-query+allpages-param-prefix\";i:5085;s:38:\"apihelp-query+allpages-param-namespace\";i:5086;s:40:\"apihelp-query+allpages-param-filterredir\";i:5087;s:36:\"apihelp-query+allpages-param-minsize\";i:5088;s:36:\"apihelp-query+allpages-param-maxsize\";i:5089;s:35:\"apihelp-query+allpages-param-prtype\";i:5090;s:36:\"apihelp-query+allpages-param-prlevel\";i:5091;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5092;s:34:\"apihelp-query+allpages-param-limit\";i:5093;s:32:\"apihelp-query+allpages-param-dir\";i:5094;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5095;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5096;s:32:\"apihelp-query+allpages-example-b\";i:5097;s:40:\"apihelp-query+allpages-example-generator\";i:5098;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5099;s:34:\"apihelp-query+allredirects-summary\";i:5100;s:37:\"apihelp-query+allredirects-param-from\";i:5101;s:35:\"apihelp-query+allredirects-param-to\";i:5102;s:39:\"apihelp-query+allredirects-param-prefix\";i:5103;s:39:\"apihelp-query+allredirects-param-unique\";i:5104;s:37:\"apihelp-query+allredirects-param-prop\";i:5105;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5106;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5107;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5108;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5109;s:42:\"apihelp-query+allredirects-param-namespace\";i:5110;s:38:\"apihelp-query+allredirects-param-limit\";i:5111;s:36:\"apihelp-query+allredirects-param-dir\";i:5112;s:36:\"apihelp-query+allredirects-example-b\";i:5113;s:41:\"apihelp-query+allredirects-example-unique\";i:5114;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5115;s:44:\"apihelp-query+allredirects-example-generator\";i:5116;s:34:\"apihelp-query+allrevisions-summary\";i:5117;s:38:\"apihelp-query+allrevisions-param-start\";i:5118;s:36:\"apihelp-query+allrevisions-param-end\";i:5119;s:37:\"apihelp-query+allrevisions-param-user\";i:5120;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5121;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5122;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5123;s:39:\"apihelp-query+allrevisions-example-user\";i:5124;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5125;s:36:\"apihelp-query+mystashedfiles-summary\";i:5126;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5127;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5128;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5129;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5130;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5131;s:38:\"apihelp-query+alltransclusions-summary\";i:5132;s:41:\"apihelp-query+alltransclusions-param-from\";i:5133;s:39:\"apihelp-query+alltransclusions-param-to\";i:5134;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5135;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5136;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5137;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5138;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5139;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5140;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5141;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5142;s:40:\"apihelp-query+alltransclusions-example-b\";i:5143;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5144;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5145;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5146;s:30:\"apihelp-query+allusers-summary\";i:5147;s:33:\"apihelp-query+allusers-param-from\";i:5148;s:31:\"apihelp-query+allusers-param-to\";i:5149;s:35:\"apihelp-query+allusers-param-prefix\";i:5150;s:32:\"apihelp-query+allusers-param-dir\";i:5151;s:34:\"apihelp-query+allusers-param-group\";i:5152;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5153;s:35:\"apihelp-query+allusers-param-rights\";i:5154;s:33:\"apihelp-query+allusers-param-prop\";i:5155;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5156;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5157;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5158;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5159;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5160;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5161;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5162;s:34:\"apihelp-query+allusers-param-limit\";i:5163;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5164;s:40:\"apihelp-query+allusers-param-activeusers\";i:5165;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5166;s:32:\"apihelp-query+allusers-example-y\";i:5167;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5168;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5169;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5170;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5171;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5172;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5173;s:31:\"apihelp-query+backlinks-summary\";i:5174;s:35:\"apihelp-query+backlinks-param-title\";i:5175;s:36:\"apihelp-query+backlinks-param-pageid\";i:5176;s:39:\"apihelp-query+backlinks-param-namespace\";i:5177;s:33:\"apihelp-query+backlinks-param-dir\";i:5178;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5179;s:35:\"apihelp-query+backlinks-param-limit\";i:5180;s:38:\"apihelp-query+backlinks-param-redirect\";i:5181;s:38:\"apihelp-query+backlinks-example-simple\";i:5182;s:41:\"apihelp-query+backlinks-example-generator\";i:5183;s:28:\"apihelp-query+blocks-summary\";i:5184;s:32:\"apihelp-query+blocks-param-start\";i:5185;s:30:\"apihelp-query+blocks-param-end\";i:5186;s:30:\"apihelp-query+blocks-param-ids\";i:5187;s:32:\"apihelp-query+blocks-param-users\";i:5188;s:29:\"apihelp-query+blocks-param-ip\";i:5189;s:32:\"apihelp-query+blocks-param-limit\";i:5190;s:31:\"apihelp-query+blocks-param-prop\";i:5191;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5192;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5193;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5194;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5195;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5196;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5197;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5198;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5199;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5200;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5201;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5202;s:31:\"apihelp-query+blocks-param-show\";i:5203;s:35:\"apihelp-query+blocks-example-simple\";i:5204;s:34:\"apihelp-query+blocks-example-users\";i:5205;s:32:\"apihelp-query+categories-summary\";i:5206;s:35:\"apihelp-query+categories-param-prop\";i:5207;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5208;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5209;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5210;s:35:\"apihelp-query+categories-param-show\";i:5211;s:36:\"apihelp-query+categories-param-limit\";i:5212;s:41:\"apihelp-query+categories-param-categories\";i:5213;s:34:\"apihelp-query+categories-param-dir\";i:5214;s:39:\"apihelp-query+categories-example-simple\";i:5215;s:42:\"apihelp-query+categories-example-generator\";i:5216;s:34:\"apihelp-query+categoryinfo-summary\";i:5217;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5218;s:37:\"apihelp-query+categorymembers-summary\";i:5219;s:41:\"apihelp-query+categorymembers-param-title\";i:5220;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5221;s:40:\"apihelp-query+categorymembers-param-prop\";i:5222;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5223;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5224;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5225;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5226;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5227;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5228;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5229;s:40:\"apihelp-query+categorymembers-param-type\";i:5230;s:41:\"apihelp-query+categorymembers-param-limit\";i:5231;s:40:\"apihelp-query+categorymembers-param-sort\";i:5232;s:39:\"apihelp-query+categorymembers-param-dir\";i:5233;s:41:\"apihelp-query+categorymembers-param-start\";i:5234;s:39:\"apihelp-query+categorymembers-param-end\";i:5235;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5236;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5237;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5238;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5239;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5240;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5241;s:44:\"apihelp-query+categorymembers-example-simple\";i:5242;s:47:\"apihelp-query+categorymembers-example-generator\";i:5243;s:34:\"apihelp-query+contributors-summary\";i:5244;s:38:\"apihelp-query+contributors-param-group\";i:5245;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5246;s:39:\"apihelp-query+contributors-param-rights\";i:5247;s:46:\"apihelp-query+contributors-param-excluderights\";i:5248;s:38:\"apihelp-query+contributors-param-limit\";i:5249;s:41:\"apihelp-query+contributors-example-simple\";i:5250;s:38:\"apihelp-query+deletedrevisions-summary\";i:5251;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5252;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5253;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5254;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5255;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5256;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5257;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5258;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5259;s:33:\"apihelp-query+deletedrevs-summary\";i:5260;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5261;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5262;s:37:\"apihelp-query+deletedrevs-param-start\";i:5263;s:35:\"apihelp-query+deletedrevs-param-end\";i:5264;s:36:\"apihelp-query+deletedrevs-param-from\";i:5265;s:34:\"apihelp-query+deletedrevs-param-to\";i:5266;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5267;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5268;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5269;s:36:\"apihelp-query+deletedrevs-param-user\";i:5270;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5271;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5272;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5273;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5274;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5275;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5276;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5277;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5278;s:30:\"apihelp-query+disabled-summary\";i:5279;s:36:\"apihelp-query+duplicatefiles-summary\";i:5280;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5281;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5282;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5283;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5284;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5285;s:32:\"apihelp-query+embeddedin-summary\";i:5286;s:36:\"apihelp-query+embeddedin-param-title\";i:5287;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5288;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5289;s:34:\"apihelp-query+embeddedin-param-dir\";i:5290;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5291;s:36:\"apihelp-query+embeddedin-param-limit\";i:5292;s:39:\"apihelp-query+embeddedin-example-simple\";i:5293;s:42:\"apihelp-query+embeddedin-example-generator\";i:5294;s:30:\"apihelp-query+extlinks-summary\";i:5295;s:34:\"apihelp-query+extlinks-param-limit\";i:5296;s:37:\"apihelp-query+extlinks-param-protocol\";i:5297;s:34:\"apihelp-query+extlinks-param-query\";i:5298;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5299;s:37:\"apihelp-query+extlinks-example-simple\";i:5300;s:33:\"apihelp-query+exturlusage-summary\";i:5301;s:36:\"apihelp-query+exturlusage-param-prop\";i:5302;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5303;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5304;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5305;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5306;s:37:\"apihelp-query+exturlusage-param-query\";i:5307;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5308;s:37:\"apihelp-query+exturlusage-param-limit\";i:5309;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5310;s:40:\"apihelp-query+exturlusage-example-simple\";i:5311;s:33:\"apihelp-query+filearchive-summary\";i:5312;s:36:\"apihelp-query+filearchive-param-from\";i:5313;s:34:\"apihelp-query+filearchive-param-to\";i:5314;s:38:\"apihelp-query+filearchive-param-prefix\";i:5315;s:37:\"apihelp-query+filearchive-param-limit\";i:5316;s:35:\"apihelp-query+filearchive-param-dir\";i:5317;s:36:\"apihelp-query+filearchive-param-sha1\";i:5318;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5319;s:36:\"apihelp-query+filearchive-param-prop\";i:5320;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5321;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5322;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5323;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5324;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5325;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5326;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5327;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5328;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5329;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5330;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5331;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5332;s:40:\"apihelp-query+filearchive-example-simple\";i:5333;s:34:\"apihelp-query+filerepoinfo-summary\";i:5334;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5335;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5336;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5337;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5338;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5339;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5340;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5341;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5342;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5343;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5344;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5345;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5346;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5347;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5348;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5349;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5350;s:31:\"apihelp-query+fileusage-summary\";i:5351;s:34:\"apihelp-query+fileusage-param-prop\";i:5352;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5353;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5354;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5355;s:39:\"apihelp-query+fileusage-param-namespace\";i:5356;s:35:\"apihelp-query+fileusage-param-limit\";i:5357;s:34:\"apihelp-query+fileusage-param-show\";i:5358;s:38:\"apihelp-query+fileusage-example-simple\";i:5359;s:41:\"apihelp-query+fileusage-example-generator\";i:5360;s:31:\"apihelp-query+imageinfo-summary\";i:5361;s:34:\"apihelp-query+imageinfo-param-prop\";i:5362;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5363;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5364;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5365;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5366;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5367;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5368;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5369;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5370;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5371;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5372;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5373;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5374;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5375;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5376;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5377;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5378;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5379;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5380;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5381;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5382;s:35:\"apihelp-query+imageinfo-param-limit\";i:5383;s:35:\"apihelp-query+imageinfo-param-start\";i:5384;s:33:\"apihelp-query+imageinfo-param-end\";i:5385;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5386;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5387;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5388;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5389;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5390;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5391;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5392;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5393;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5394;s:38:\"apihelp-query+imageinfo-example-simple\";i:5395;s:37:\"apihelp-query+imageinfo-example-dated\";i:5396;s:28:\"apihelp-query+images-summary\";i:5397;s:32:\"apihelp-query+images-param-limit\";i:5398;s:33:\"apihelp-query+images-param-images\";i:5399;s:30:\"apihelp-query+images-param-dir\";i:5400;s:35:\"apihelp-query+images-example-simple\";i:5401;s:38:\"apihelp-query+images-example-generator\";i:5402;s:32:\"apihelp-query+imageusage-summary\";i:5403;s:36:\"apihelp-query+imageusage-param-title\";i:5404;s:37:\"apihelp-query+imageusage-param-pageid\";i:5405;s:40:\"apihelp-query+imageusage-param-namespace\";i:5406;s:34:\"apihelp-query+imageusage-param-dir\";i:5407;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5408;s:36:\"apihelp-query+imageusage-param-limit\";i:5409;s:39:\"apihelp-query+imageusage-param-redirect\";i:5410;s:39:\"apihelp-query+imageusage-example-simple\";i:5411;s:42:\"apihelp-query+imageusage-example-generator\";i:5412;s:26:\"apihelp-query+info-summary\";i:5413;s:29:\"apihelp-query+info-param-prop\";i:5414;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5415;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5416;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5417;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5418;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5419;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5420;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5421;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5422;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5423;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5424;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5425;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5426;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5427;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5428;s:36:\"apihelp-query+info-param-linkcontext\";i:5429;s:36:\"apihelp-query+info-param-testactions\";i:5430;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5431;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5432;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5433;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5434;s:33:\"apihelp-query+info-example-simple\";i:5435;s:37:\"apihelp-query+info-example-protection\";i:5436;s:33:\"apihelp-query+iwbacklinks-summary\";i:5437;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5438;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5439;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5440;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5441;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5442;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5443;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5444;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5445;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5446;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5447;s:29:\"apihelp-query+iwlinks-summary\";i:5448;s:31:\"apihelp-query+iwlinks-param-url\";i:5449;s:32:\"apihelp-query+iwlinks-param-prop\";i:5450;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5451;s:33:\"apihelp-query+iwlinks-param-limit\";i:5452;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5453;s:33:\"apihelp-query+iwlinks-param-title\";i:5454;s:31:\"apihelp-query+iwlinks-param-dir\";i:5455;s:36:\"apihelp-query+iwlinks-example-simple\";i:5456;s:35:\"apihelp-query+langbacklinks-summary\";i:5457;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5458;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5459;s:39:\"apihelp-query+langbacklinks-param-title\";i:5460;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5461;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5462;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5463;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5464;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5465;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5466;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5467;s:31:\"apihelp-query+langlinks-summary\";i:5468;s:35:\"apihelp-query+langlinks-param-limit\";i:5469;s:33:\"apihelp-query+langlinks-param-url\";i:5470;s:34:\"apihelp-query+langlinks-param-prop\";i:5471;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5472;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5473;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5474;s:34:\"apihelp-query+langlinks-param-lang\";i:5475;s:35:\"apihelp-query+langlinks-param-title\";i:5476;s:33:\"apihelp-query+langlinks-param-dir\";i:5477;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5478;s:38:\"apihelp-query+langlinks-example-simple\";i:5479;s:34:\"apihelp-query+languageinfo-summary\";i:5480;s:47:\"apihelp-query+languageinfo-extended-description\";i:5481;s:37:\"apihelp-query+languageinfo-param-prop\";i:5482;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5483;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5484;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5485;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5486;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5487;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5488;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5489;s:37:\"apihelp-query+languageinfo-param-code\";i:5490;s:41:\"apihelp-query+languageinfo-example-simple\";i:5491;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5492;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5493;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5494;s:27:\"apihelp-query+links-summary\";i:5495;s:35:\"apihelp-query+links-param-namespace\";i:5496;s:31:\"apihelp-query+links-param-limit\";i:5497;s:32:\"apihelp-query+links-param-titles\";i:5498;s:29:\"apihelp-query+links-param-dir\";i:5499;s:34:\"apihelp-query+links-example-simple\";i:5500;s:37:\"apihelp-query+links-example-generator\";i:5501;s:38:\"apihelp-query+links-example-namespaces\";i:5502;s:31:\"apihelp-query+linkshere-summary\";i:5503;s:34:\"apihelp-query+linkshere-param-prop\";i:5504;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5505;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5506;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5507;s:39:\"apihelp-query+linkshere-param-namespace\";i:5508;s:35:\"apihelp-query+linkshere-param-limit\";i:5509;s:34:\"apihelp-query+linkshere-param-show\";i:5510;s:38:\"apihelp-query+linkshere-example-simple\";i:5511;s:41:\"apihelp-query+linkshere-example-generator\";i:5512;s:31:\"apihelp-query+logevents-summary\";i:5513;s:34:\"apihelp-query+logevents-param-prop\";i:5514;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5515;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5516;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5517;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5518;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5519;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5520;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5521;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5522;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5523;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5524;s:34:\"apihelp-query+logevents-param-type\";i:5525;s:36:\"apihelp-query+logevents-param-action\";i:5526;s:35:\"apihelp-query+logevents-param-start\";i:5527;s:33:\"apihelp-query+logevents-param-end\";i:5528;s:34:\"apihelp-query+logevents-param-user\";i:5529;s:35:\"apihelp-query+logevents-param-title\";i:5530;s:39:\"apihelp-query+logevents-param-namespace\";i:5531;s:36:\"apihelp-query+logevents-param-prefix\";i:5532;s:33:\"apihelp-query+logevents-param-tag\";i:5533;s:35:\"apihelp-query+logevents-param-limit\";i:5534;s:38:\"apihelp-query+logevents-example-simple\";i:5535;s:35:\"apihelp-query+pagepropnames-summary\";i:5536;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5537;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5538;s:31:\"apihelp-query+pageprops-summary\";i:5539;s:34:\"apihelp-query+pageprops-param-prop\";i:5540;s:38:\"apihelp-query+pageprops-example-simple\";i:5541;s:35:\"apihelp-query+pageswithprop-summary\";i:5542;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5543;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5544;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5545;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5546;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5547;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5548;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5549;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5550;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5551;s:34:\"apihelp-query+prefixsearch-summary\";i:5552;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5553;s:39:\"apihelp-query+prefixsearch-param-search\";i:5554;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5555;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5556;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5557;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5558;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5559;s:37:\"apihelp-query+protectedtitles-summary\";i:5560;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5561;s:41:\"apihelp-query+protectedtitles-param-level\";i:5562;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5563;s:41:\"apihelp-query+protectedtitles-param-start\";i:5564;s:39:\"apihelp-query+protectedtitles-param-end\";i:5565;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5566;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5567;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5568;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5569;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5570;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5571;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5572;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5573;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5574;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5575;s:31:\"apihelp-query+querypage-summary\";i:5576;s:34:\"apihelp-query+querypage-param-page\";i:5577;s:35:\"apihelp-query+querypage-param-limit\";i:5578;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5579;s:28:\"apihelp-query+random-summary\";i:5580;s:41:\"apihelp-query+random-extended-description\";i:5581;s:36:\"apihelp-query+random-param-namespace\";i:5582;s:32:\"apihelp-query+random-param-limit\";i:5583;s:35:\"apihelp-query+random-param-redirect\";i:5584;s:38:\"apihelp-query+random-param-filterredir\";i:5585;s:35:\"apihelp-query+random-example-simple\";i:5586;s:38:\"apihelp-query+random-example-generator\";i:5587;s:35:\"apihelp-query+recentchanges-summary\";i:5588;s:39:\"apihelp-query+recentchanges-param-start\";i:5589;s:37:\"apihelp-query+recentchanges-param-end\";i:5590;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5591;s:38:\"apihelp-query+recentchanges-param-user\";i:5592;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5593;s:37:\"apihelp-query+recentchanges-param-tag\";i:5594;s:38:\"apihelp-query+recentchanges-param-slot\";i:5595;s:38:\"apihelp-query+recentchanges-param-prop\";i:5596;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5597;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5598;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5599;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5600;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5601;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5602;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5603;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5604;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5605;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5606;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5607;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5608;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5609;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5610;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5611;s:38:\"apihelp-query+recentchanges-param-show\";i:5612;s:39:\"apihelp-query+recentchanges-param-limit\";i:5613;s:38:\"apihelp-query+recentchanges-param-type\";i:5614;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5615;s:39:\"apihelp-query+recentchanges-param-title\";i:5616;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5617;s:42:\"apihelp-query+recentchanges-example-simple\";i:5618;s:45:\"apihelp-query+recentchanges-example-generator\";i:5619;s:31:\"apihelp-query+redirects-summary\";i:5620;s:34:\"apihelp-query+redirects-param-prop\";i:5621;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5622;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5623;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5624;s:39:\"apihelp-query+redirects-param-namespace\";i:5625;s:35:\"apihelp-query+redirects-param-limit\";i:5626;s:34:\"apihelp-query+redirects-param-show\";i:5627;s:38:\"apihelp-query+redirects-example-simple\";i:5628;s:41:\"apihelp-query+redirects-example-generator\";i:5629;s:31:\"apihelp-query+revisions-summary\";i:5630;s:44:\"apihelp-query+revisions-extended-description\";i:5631;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5632;s:37:\"apihelp-query+revisions-param-startid\";i:5633;s:35:\"apihelp-query+revisions-param-endid\";i:5634;s:35:\"apihelp-query+revisions-param-start\";i:5635;s:33:\"apihelp-query+revisions-param-end\";i:5636;s:34:\"apihelp-query+revisions-param-user\";i:5637;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5638;s:33:\"apihelp-query+revisions-param-tag\";i:5639;s:39:\"apihelp-query+revisions-example-content\";i:5640;s:37:\"apihelp-query+revisions-example-last5\";i:5641;s:38:\"apihelp-query+revisions-example-first5\";i:5642;s:44:\"apihelp-query+revisions-example-first5-after\";i:5643;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5644;s:43:\"apihelp-query+revisions-example-first5-user\";i:5645;s:39:\"apihelp-query+revisions+base-param-prop\";i:5646;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5647;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5648;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5649;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5650;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5651;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5652;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5653;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5654;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5655;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5656;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5657;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5658;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5659;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5660;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5661;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5662;s:40:\"apihelp-query+revisions+base-param-slots\";i:5663;s:40:\"apihelp-query+revisions+base-param-limit\";i:5664;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5665;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5666;s:40:\"apihelp-query+revisions+base-param-parse\";i:5667;s:42:\"apihelp-query+revisions+base-param-section\";i:5668;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5669;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5670;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5671;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5672;s:28:\"apihelp-query+search-summary\";i:5673;s:33:\"apihelp-query+search-param-search\";i:5674;s:36:\"apihelp-query+search-param-namespace\";i:5675;s:31:\"apihelp-query+search-param-what\";i:5676;s:31:\"apihelp-query+search-param-info\";i:5677;s:31:\"apihelp-query+search-param-prop\";i:5678;s:36:\"apihelp-query+search-param-qiprofile\";i:5679;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5680;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5681;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5682;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5683;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5684;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5685;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5686;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5687;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5688;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5689;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5690;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5691;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5692;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5693;s:32:\"apihelp-query+search-param-limit\";i:5694;s:36:\"apihelp-query+search-param-interwiki\";i:5695;s:34:\"apihelp-query+search-param-backend\";i:5696;s:41:\"apihelp-query+search-param-enablerewrites\";i:5697;s:31:\"apihelp-query+search-param-sort\";i:5698;s:35:\"apihelp-query+search-example-simple\";i:5699;s:33:\"apihelp-query+search-example-text\";i:5700;s:38:\"apihelp-query+search-example-generator\";i:5701;s:30:\"apihelp-query+siteinfo-summary\";i:5702;s:33:\"apihelp-query+siteinfo-param-prop\";i:5703;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5704;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5705;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5706;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5707;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5708;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5709;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5710;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5711;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5712;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5713;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5714;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5715;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5716;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5717;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5718;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5719;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5720;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5721;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5722;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5723;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5724;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5725;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5726;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5727;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5728;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5729;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5730;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5731;s:37:\"apihelp-query+siteinfo-example-simple\";i:5732;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5733;s:37:\"apihelp-query+siteinfo-example-replag\";i:5734;s:36:\"apihelp-query+stashimageinfo-summary\";i:5735;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5736;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5737;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5738;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5739;s:26:\"apihelp-query+tags-summary\";i:5740;s:30:\"apihelp-query+tags-param-limit\";i:5741;s:29:\"apihelp-query+tags-param-prop\";i:5742;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5743;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5744;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5745;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5746;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5747;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5748;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5749;s:33:\"apihelp-query+tags-example-simple\";i:5750;s:31:\"apihelp-query+templates-summary\";i:5751;s:39:\"apihelp-query+templates-param-namespace\";i:5752;s:35:\"apihelp-query+templates-param-limit\";i:5753;s:39:\"apihelp-query+templates-param-templates\";i:5754;s:33:\"apihelp-query+templates-param-dir\";i:5755;s:38:\"apihelp-query+templates-example-simple\";i:5756;s:41:\"apihelp-query+templates-example-generator\";i:5757;s:42:\"apihelp-query+templates-example-namespaces\";i:5758;s:28:\"apihelp-query+tokens-summary\";i:5759;s:31:\"apihelp-query+tokens-param-type\";i:5760;s:35:\"apihelp-query+tokens-example-simple\";i:5761;s:34:\"apihelp-query+tokens-example-types\";i:5762;s:35:\"apihelp-query+transcludedin-summary\";i:5763;s:38:\"apihelp-query+transcludedin-param-prop\";i:5764;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5765;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5766;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5767;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5768;s:39:\"apihelp-query+transcludedin-param-limit\";i:5769;s:38:\"apihelp-query+transcludedin-param-show\";i:5770;s:42:\"apihelp-query+transcludedin-example-simple\";i:5771;s:45:\"apihelp-query+transcludedin-example-generator\";i:5772;s:34:\"apihelp-query+usercontribs-summary\";i:5773;s:38:\"apihelp-query+usercontribs-param-limit\";i:5774;s:38:\"apihelp-query+usercontribs-param-start\";i:5775;s:36:\"apihelp-query+usercontribs-param-end\";i:5776;s:37:\"apihelp-query+usercontribs-param-user\";i:5777;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5778;s:40:\"apihelp-query+usercontribs-param-userids\";i:5779;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5780;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5781;s:37:\"apihelp-query+usercontribs-param-prop\";i:5782;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5783;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5784;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5785;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5786;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5787;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5788;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5789;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5790;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5791;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5792;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5793;s:37:\"apihelp-query+usercontribs-param-show\";i:5794;s:36:\"apihelp-query+usercontribs-param-tag\";i:5795;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5796;s:39:\"apihelp-query+usercontribs-example-user\";i:5797;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5798;s:30:\"apihelp-query+userinfo-summary\";i:5799;s:33:\"apihelp-query+userinfo-param-prop\";i:5800;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5801;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5802;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5803;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5804;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5805;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5806;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5807;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5808;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5809;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5810;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:5811;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5812;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5813;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5814;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5815;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5816;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5817;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5818;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5819;s:37:\"apihelp-query+userinfo-example-simple\";i:5820;s:35:\"apihelp-query+userinfo-example-data\";i:5821;s:27:\"apihelp-query+users-summary\";i:5822;s:30:\"apihelp-query+users-param-prop\";i:5823;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5824;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5825;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5826;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5827;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5828;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5829;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5830;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5831;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5832;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5833;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5834;s:38:\"apihelp-query+users-param-attachedwiki\";i:5835;s:31:\"apihelp-query+users-param-users\";i:5836;s:33:\"apihelp-query+users-param-userids\";i:5837;s:34:\"apihelp-query+users-example-simple\";i:5838;s:31:\"apihelp-query+watchlist-summary\";i:5839;s:36:\"apihelp-query+watchlist-param-allrev\";i:5840;s:35:\"apihelp-query+watchlist-param-start\";i:5841;s:33:\"apihelp-query+watchlist-param-end\";i:5842;s:39:\"apihelp-query+watchlist-param-namespace\";i:5843;s:34:\"apihelp-query+watchlist-param-user\";i:5844;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5845;s:35:\"apihelp-query+watchlist-param-limit\";i:5846;s:34:\"apihelp-query+watchlist-param-prop\";i:5847;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5848;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5849;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5850;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5851;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5852;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5853;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5854;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5855;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5856;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5857;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5858;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5859;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5860;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5861;s:34:\"apihelp-query+watchlist-param-show\";i:5862;s:34:\"apihelp-query+watchlist-param-type\";i:5863;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5864;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5865;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5866;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5867;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5868;s:35:\"apihelp-query+watchlist-param-owner\";i:5869;s:35:\"apihelp-query+watchlist-param-token\";i:5870;s:38:\"apihelp-query+watchlist-example-simple\";i:5871;s:37:\"apihelp-query+watchlist-example-props\";i:5872;s:38:\"apihelp-query+watchlist-example-expiry\";i:5873;s:38:\"apihelp-query+watchlist-example-allrev\";i:5874;s:41:\"apihelp-query+watchlist-example-generator\";i:5875;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5876;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5877;s:34:\"apihelp-query+watchlistraw-summary\";i:5878;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5879;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5880;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5881;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5882;s:37:\"apihelp-query+watchlistraw-param-show\";i:5883;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5884;s:38:\"apihelp-query+watchlistraw-param-token\";i:5885;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5886;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5887;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5888;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5889;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5890;s:40:\"apihelp-removeauthenticationdata-summary\";i:5891;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5892;s:29:\"apihelp-resetpassword-summary\";i:5893;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5894;s:32:\"apihelp-resetpassword-param-user\";i:5895;s:33:\"apihelp-resetpassword-param-email\";i:5896;s:34:\"apihelp-resetpassword-example-user\";i:5897;s:35:\"apihelp-resetpassword-example-email\";i:5898;s:30:\"apihelp-revisiondelete-summary\";i:5899;s:33:\"apihelp-revisiondelete-param-type\";i:5900;s:35:\"apihelp-revisiondelete-param-target\";i:5901;s:32:\"apihelp-revisiondelete-param-ids\";i:5902;s:33:\"apihelp-revisiondelete-param-hide\";i:5903;s:33:\"apihelp-revisiondelete-param-show\";i:5904;s:37:\"apihelp-revisiondelete-param-suppress\";i:5905;s:35:\"apihelp-revisiondelete-param-reason\";i:5906;s:33:\"apihelp-revisiondelete-param-tags\";i:5907;s:39:\"apihelp-revisiondelete-example-revision\";i:5908;s:34:\"apihelp-revisiondelete-example-log\";i:5909;s:24:\"apihelp-rollback-summary\";i:5910;s:37:\"apihelp-rollback-extended-description\";i:5911;s:28:\"apihelp-rollback-param-title\";i:5912;s:29:\"apihelp-rollback-param-pageid\";i:5913;s:27:\"apihelp-rollback-param-tags\";i:5914;s:27:\"apihelp-rollback-param-user\";i:5915;s:30:\"apihelp-rollback-param-summary\";i:5916;s:30:\"apihelp-rollback-param-markbot\";i:5917;s:32:\"apihelp-rollback-param-watchlist\";i:5918;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:5919;s:31:\"apihelp-rollback-example-simple\";i:5920;s:32:\"apihelp-rollback-example-summary\";i:5921;s:19:\"apihelp-rsd-summary\";i:5922;s:26:\"apihelp-rsd-example-simple\";i:5923;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5924;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5925;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5926;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5927;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5928;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5929;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5930;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5931;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5932;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5933;s:31:\"apihelp-setpagelanguage-summary\";i:5934;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5935;s:35:\"apihelp-setpagelanguage-param-title\";i:5936;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5937;s:34:\"apihelp-setpagelanguage-param-lang\";i:5938;s:36:\"apihelp-setpagelanguage-param-reason\";i:5939;s:34:\"apihelp-setpagelanguage-param-tags\";i:5940;s:40:\"apihelp-setpagelanguage-example-language\";i:5941;s:39:\"apihelp-setpagelanguage-example-default\";i:5942;s:25:\"apihelp-stashedit-summary\";i:5943;s:38:\"apihelp-stashedit-extended-description\";i:5944;s:29:\"apihelp-stashedit-param-title\";i:5945;s:31:\"apihelp-stashedit-param-section\";i:5946;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5947;s:28:\"apihelp-stashedit-param-text\";i:5948;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5949;s:36:\"apihelp-stashedit-param-contentmodel\";i:5950;s:37:\"apihelp-stashedit-param-contentformat\";i:5951;s:33:\"apihelp-stashedit-param-baserevid\";i:5952;s:31:\"apihelp-stashedit-param-summary\";i:5953;s:19:\"apihelp-tag-summary\";i:5954;s:22:\"apihelp-tag-param-rcid\";i:5955;s:23:\"apihelp-tag-param-revid\";i:5956;s:23:\"apihelp-tag-param-logid\";i:5957;s:21:\"apihelp-tag-param-add\";i:5958;s:24:\"apihelp-tag-param-remove\";i:5959;s:24:\"apihelp-tag-param-reason\";i:5960;s:22:\"apihelp-tag-param-tags\";i:5961;s:23:\"apihelp-tag-example-rev\";i:5962;s:23:\"apihelp-tag-example-log\";i:5963;s:23:\"apihelp-unblock-summary\";i:5964;s:24:\"apihelp-unblock-param-id\";i:5965;s:26:\"apihelp-unblock-param-user\";i:5966;s:28:\"apihelp-unblock-param-userid\";i:5967;s:28:\"apihelp-unblock-param-reason\";i:5968;s:26:\"apihelp-unblock-param-tags\";i:5969;s:26:\"apihelp-unblock-example-id\";i:5970;s:28:\"apihelp-unblock-example-user\";i:5971;s:24:\"apihelp-undelete-summary\";i:5972;s:37:\"apihelp-undelete-extended-description\";i:5973;s:28:\"apihelp-undelete-param-title\";i:5974;s:29:\"apihelp-undelete-param-reason\";i:5975;s:27:\"apihelp-undelete-param-tags\";i:5976;s:33:\"apihelp-undelete-param-timestamps\";i:5977;s:30:\"apihelp-undelete-param-fileids\";i:5978;s:32:\"apihelp-undelete-param-watchlist\";i:5979;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:5980;s:35:\"apihelp-undelete-param-undeletetalk\";i:5981;s:29:\"apihelp-undelete-example-page\";i:5982;s:34:\"apihelp-undelete-example-revisions\";i:5983;s:29:\"apihelp-unlinkaccount-summary\";i:5984;s:36:\"apihelp-unlinkaccount-example-simple\";i:5985;s:22:\"apihelp-upload-summary\";i:5986;s:35:\"apihelp-upload-extended-description\";i:5987;s:29:\"apihelp-upload-param-filename\";i:5988;s:28:\"apihelp-upload-param-comment\";i:5989;s:25:\"apihelp-upload-param-tags\";i:5990;s:25:\"apihelp-upload-param-text\";i:5991;s:26:\"apihelp-upload-param-watch\";i:5992;s:30:\"apihelp-upload-param-watchlist\";i:5993;s:36:\"apihelp-upload-param-watchlistexpiry\";i:5994;s:35:\"apihelp-upload-param-ignorewarnings\";i:5995;s:25:\"apihelp-upload-param-file\";i:5996;s:24:\"apihelp-upload-param-url\";i:5997;s:28:\"apihelp-upload-param-filekey\";i:5998;s:31:\"apihelp-upload-param-sessionkey\";i:5999;s:26:\"apihelp-upload-param-stash\";i:6000;s:29:\"apihelp-upload-param-filesize\";i:6001;s:27:\"apihelp-upload-param-offset\";i:6002;s:26:\"apihelp-upload-param-chunk\";i:6003;s:26:\"apihelp-upload-param-async\";i:6004;s:32:\"apihelp-upload-param-checkstatus\";i:6005;s:26:\"apihelp-upload-example-url\";i:6006;s:30:\"apihelp-upload-example-filekey\";i:6007;s:26:\"apihelp-userrights-summary\";i:6008;s:29:\"apihelp-userrights-param-user\";i:6009;s:31:\"apihelp-userrights-param-userid\";i:6010;s:28:\"apihelp-userrights-param-add\";i:6011;s:31:\"apihelp-userrights-param-expiry\";i:6012;s:31:\"apihelp-userrights-param-remove\";i:6013;s:31:\"apihelp-userrights-param-reason\";i:6014;s:29:\"apihelp-userrights-param-tags\";i:6015;s:31:\"apihelp-userrights-example-user\";i:6016;s:33:\"apihelp-userrights-example-userid\";i:6017;s:33:\"apihelp-userrights-example-expiry\";i:6018;s:32:\"apihelp-validatepassword-summary\";i:6019;s:45:\"apihelp-validatepassword-extended-description\";i:6020;s:39:\"apihelp-validatepassword-param-password\";i:6021;s:35:\"apihelp-validatepassword-param-user\";i:6022;s:36:\"apihelp-validatepassword-param-email\";i:6023;s:39:\"apihelp-validatepassword-param-realname\";i:6024;s:34:\"apihelp-validatepassword-example-1\";i:6025;s:34:\"apihelp-validatepassword-example-2\";i:6026;s:21:\"apihelp-watch-summary\";i:6027;s:25:\"apihelp-watch-param-title\";i:6028;s:26:\"apihelp-watch-param-expiry\";i:6029;s:27:\"apihelp-watch-param-unwatch\";i:6030;s:27:\"apihelp-watch-example-watch\";i:6031;s:34:\"apihelp-watch-example-watch-expiry\";i:6032;s:29:\"apihelp-watch-example-unwatch\";i:6033;s:31:\"apihelp-watch-example-generator\";i:6034;s:30:\"apihelp-format-example-generic\";i:6035;s:32:\"apihelp-format-param-wrappedhtml\";i:6036;s:20:\"apihelp-json-summary\";i:6037;s:27:\"apihelp-json-param-callback\";i:6038;s:23:\"apihelp-json-param-utf8\";i:6039;s:24:\"apihelp-json-param-ascii\";i:6040;s:32:\"apihelp-json-param-formatversion\";i:6041;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6042;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6043;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6044;s:22:\"apihelp-jsonfm-summary\";i:6045;s:20:\"apihelp-none-summary\";i:6046;s:19:\"apihelp-php-summary\";i:6047;s:31:\"apihelp-php-param-formatversion\";i:6048;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6049;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6050;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6051;s:21:\"apihelp-phpfm-summary\";i:6052;s:21:\"apihelp-rawfm-summary\";i:6053;s:19:\"apihelp-xml-summary\";i:6054;s:22:\"apihelp-xml-param-xslt\";i:6055;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6056;s:21:\"apihelp-xmlfm-summary\";i:6057;s:16:\"api-format-title\";i:6058;s:29:\"api-format-prettyprint-header\";i:6059;s:39:\"api-format-prettyprint-header-only-html\";i:6060;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6061;s:29:\"api-format-prettyprint-status\";i:6062;s:22:\"api-login-fail-aborted\";i:6063;s:30:\"api-login-fail-aborted-nobotpw\";i:6064;s:33:\"api-login-fail-badsessionprovider\";i:6065;s:25:\"api-login-fail-sameorigin\";i:6066;s:24:\"api-pageset-param-titles\";i:6067;s:25:\"api-pageset-param-pageids\";i:6068;s:24:\"api-pageset-param-revids\";i:6069;s:27:\"api-pageset-param-generator\";i:6070;s:37:\"api-pageset-param-redirects-generator\";i:6071;s:39:\"api-pageset-param-redirects-nogenerator\";i:6072;s:31:\"api-pageset-param-converttitles\";i:6073;s:14:\"api-help-title\";i:6074;s:13:\"api-help-lead\";i:6075;s:20:\"api-help-main-header\";i:6076;s:28:\"api-help-undocumented-module\";i:6077;s:24:\"api-help-flag-deprecated\";i:6078;s:22:\"api-help-flag-internal\";i:6079;s:24:\"api-help-flag-readrights\";i:6080;s:25:\"api-help-flag-writerights\";i:6081;s:26:\"api-help-flag-mustbeposted\";i:6082;s:23:\"api-help-flag-generator\";i:6083;s:15:\"api-help-source\";i:6084;s:23:\"api-help-source-unknown\";i:6085;s:16:\"api-help-license\";i:6086;s:23:\"api-help-license-noname\";i:6087;s:24:\"api-help-license-unknown\";i:6088;s:19:\"api-help-parameters\";i:6089;s:25:\"api-help-param-deprecated\";i:6090;s:31:\"api-help-param-deprecated-label\";i:6091;s:23:\"api-help-param-internal\";i:6092;s:29:\"api-help-param-internal-label\";i:6093;s:24:\"api-help-param-templated\";i:6094;s:34:\"api-help-param-templated-var-first\";i:6095;s:28:\"api-help-param-templated-var\";i:6096;s:25:\"api-help-datatypes-header\";i:6097;s:31:\"api-help-templatedparams-header\";i:6098;s:24:\"api-help-templatedparams\";i:6099;s:25:\"api-help-param-type-limit\";i:6100;s:29:\"api-help-param-type-timestamp\";i:6101;s:24:\"api-help-param-type-enum\";i:6102;s:29:\"api-help-param-multi-separate\";i:6103;s:24:\"api-help-param-multi-all\";i:6104;s:28:\"api-help-param-default-empty\";i:6105;s:20:\"api-help-param-token\";i:6106;s:26:\"api-help-param-token-webui\";i:6107;s:37:\"api-help-param-disabled-in-miser-mode\";i:6108;s:36:\"api-help-param-limited-in-miser-mode\";i:6109;s:24:\"api-help-param-direction\";i:6110;s:23:\"api-help-param-continue\";i:6111;s:29:\"api-help-param-no-description\";i:6112;s:17:\"api-help-examples\";i:6113;s:20:\"api-help-permissions\";i:6114;s:31:\"api-help-permissions-granted-to\";i:6115;s:28:\"api-help-right-apihighlimits\";i:6116;s:27:\"api-help-open-in-apisandbox\";i:6117;s:34:\"api-help-authmanager-general-usage\";i:6118;s:35:\"api-help-authmanagerhelper-requests\";i:6119;s:34:\"api-help-authmanagerhelper-request\";i:6120;s:40:\"api-help-authmanagerhelper-messageformat\";i:6121;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6122;s:40:\"api-help-authmanagerhelper-preservestate\";i:6123;s:36:\"api-help-authmanagerhelper-returnurl\";i:6124;s:35:\"api-help-authmanagerhelper-continue\";i:6125;s:44:\"api-help-authmanagerhelper-additional-params\";i:6126;s:27:\"apierror-allimages-redirect\";i:6127;s:37:\"apierror-allpages-generator-redirects\";i:6128;s:27:\"apierror-appendnotsupported\";i:6129;s:22:\"apierror-articleexists\";i:6130;s:25:\"apierror-assertanonfailed\";i:6131;s:24:\"apierror-assertbotfailed\";i:6132;s:30:\"apierror-assertnameduserfailed\";i:6133;s:25:\"apierror-assertuserfailed\";i:6134;s:20:\"apierror-autoblocked\";i:6135;s:32:\"apierror-bad-badfilecontexttitle\";i:6136;s:33:\"apierror-badconfig-resulttoosmall\";i:6137;s:20:\"apierror-badcontinue\";i:6138;s:16:\"apierror-baddiff\";i:6139;s:18:\"apierror-baddiffto\";i:6140;s:26:\"apierror-badformat-generic\";i:6141;s:18:\"apierror-badformat\";i:6142;s:34:\"apierror-badgenerator-notgenerator\";i:6143;s:29:\"apierror-badgenerator-unknown\";i:6144;s:14:\"apierror-badip\";i:6145;s:15:\"apierror-badmd5\";i:6146;s:31:\"apierror-badmodule-badsubmodule\";i:6147;s:31:\"apierror-badmodule-nosubmodules\";i:6148;s:21:\"apierror-badparameter\";i:6149;s:17:\"apierror-badquery\";i:6150;s:21:\"apierror-badtimestamp\";i:6151;s:17:\"apierror-badtoken\";i:6152;s:18:\"apierror-badupload\";i:6153;s:15:\"apierror-badurl\";i:6154;s:16:\"apierror-baduser\";i:6155;s:31:\"apierror-badvalue-notmultivalue\";i:6156;s:28:\"apierror-bad-watchlist-token\";i:6157;s:24:\"apierror-blockedfrommail\";i:6158;s:16:\"apierror-blocked\";i:6159;s:24:\"apierror-blocked-partial\";i:6160;s:25:\"apierror-botsnotsupported\";i:6161;s:33:\"apierror-cannot-async-upload-file\";i:6162;s:29:\"apierror-cannotreauthenticate\";i:6163;s:24:\"apierror-cannotviewtitle\";i:6164;s:24:\"apierror-cantblock-email\";i:6165;s:18:\"apierror-cantblock\";i:6166;s:31:\"apierror-cantchangecontentmodel\";i:6167;s:17:\"apierror-canthide\";i:6168;s:26:\"apierror-cantimport-upload\";i:6169;s:19:\"apierror-cantimport\";i:6170;s:33:\"apierror-cantoverwrite-sharedfile\";i:6171;s:17:\"apierror-cantsend\";i:6172;s:21:\"apierror-cantundelete\";i:6173;s:33:\"apierror-cantview-deleted-comment\";i:6174;s:37:\"apierror-cantview-deleted-description\";i:6175;s:34:\"apierror-cantview-deleted-metadata\";i:6176;s:42:\"apierror-cantview-deleted-revision-content\";i:6177;s:29:\"apierror-changeauth-norequest\";i:6178;s:24:\"apierror-chunk-too-small\";i:6179;s:21:\"apierror-cidrtoobroad\";i:6180;s:33:\"apierror-compare-maintextrequired\";i:6181;s:25:\"apierror-compare-no-title\";i:6182;s:34:\"apierror-compare-nosuchfromsection\";i:6183;s:32:\"apierror-compare-nosuchtosection\";i:6184;s:31:\"apierror-compare-nofromrevision\";i:6185;s:23:\"apierror-compare-notext\";i:6186;s:29:\"apierror-compare-notorevision\";i:6187;s:26:\"apierror-concurrency-limit\";i:6188;s:36:\"apierror-compare-relative-to-deleted\";i:6189;s:36:\"apierror-compare-relative-to-nothing\";i:6190;s:38:\"apierror-contentserializationexception\";i:6191;s:22:\"apierror-contenttoobig\";i:6192;s:28:\"apierror-copyuploadbaddomain\";i:6193;s:25:\"apierror-copyuploadbadurl\";i:6194;s:27:\"apierror-create-titleexists\";i:6195;s:19:\"apierror-csp-report\";i:6196;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6197;s:32:\"apierror-deletedrevs-param-not-3\";i:6198;s:29:\"apierror-edit-invalidredirect\";i:6199;s:24:\"apierror-emptynewsection\";i:6200;s:18:\"apierror-emptypage\";i:6201;s:24:\"apierror-exceptioncaught\";i:6202;s:28:\"apierror-exceptioncaughttype\";i:6203;s:25:\"apierror-filedoesnotexist\";i:6204;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6205;s:19:\"apierror-filenopath\";i:6206;s:32:\"apierror-filetypecannotberotated\";i:6207;s:18:\"apierror-formatphp\";i:6208;s:28:\"apierror-imageusage-badtitle\";i:6209;s:28:\"apierror-import-unknownerror\";i:6210;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6211;s:35:\"apierror-integeroutofrange-abovemax\";i:6212;s:39:\"apierror-integeroutofrange-belowminimum\";i:6213;s:24:\"apierror-invalidcategory\";i:6214;s:22:\"apierror-invalid-chunk\";i:6215;s:22:\"apierror-invalidexpiry\";i:6216;s:25:\"apierror-invalid-file-key\";i:6217;s:20:\"apierror-invalidlang\";i:6218;s:22:\"apierror-invalidmethod\";i:6219;s:24:\"apierror-invalidoldimage\";i:6220;s:38:\"apierror-invalidparammix-cannotusewith\";i:6221;s:36:\"apierror-invalidparammix-mustusewith\";i:6222;s:42:\"apierror-invalidparammix-parse-new-section\";i:6223;s:24:\"apierror-invalidparammix\";i:6224;s:23:\"apierror-invalidsection\";i:6225;s:30:\"apierror-invalidsha1base36hash\";i:6226;s:24:\"apierror-invalidsha1hash\";i:6227;s:21:\"apierror-invalidtitle\";i:6228;s:24:\"apierror-invalidurlparam\";i:6229;s:20:\"apierror-invaliduser\";i:6230;s:22:\"apierror-invaliduserid\";i:6231;s:17:\"apierror-maxbytes\";i:6232;s:17:\"apierror-maxchars\";i:6233;s:23:\"apierror-maxlag-generic\";i:6234;s:15:\"apierror-maxlag\";i:6235;s:27:\"apierror-mimesearchdisabled\";i:6236;s:30:\"apierror-missingcontent-pageid\";i:6237;s:29:\"apierror-missingcontent-revid\";i:6238;s:34:\"apierror-missingcontent-revid-role\";i:6239;s:37:\"apierror-missingparam-at-least-one-of\";i:6240;s:28:\"apierror-missingparam-one-of\";i:6241;s:21:\"apierror-missingparam\";i:6242;s:26:\"apierror-missingrev-pageid\";i:6243;s:25:\"apierror-missingrev-title\";i:6244;s:32:\"apierror-missingtitle-createonly\";i:6245;s:21:\"apierror-missingtitle\";i:6246;s:28:\"apierror-missingtitle-byname\";i:6247;s:23:\"apierror-moduledisabled\";i:6248;s:29:\"apierror-multival-only-one-of\";i:6249;s:18:\"apierror-multpages\";i:6250;s:34:\"apierror-mustbeloggedin-changeauth\";i:6251;s:31:\"apierror-mustbeloggedin-generic\";i:6252;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6253;s:34:\"apierror-mustbeloggedin-removeauth\";i:6254;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6255;s:23:\"apierror-mustbeloggedin\";i:6256;s:21:\"apierror-mustbeposted\";i:6257;s:23:\"apierror-mustpostparams\";i:6258;s:19:\"apierror-noapiwrite\";i:6259;s:18:\"apierror-nochanges\";i:6260;s:25:\"apierror-nodeleteablefile\";i:6261;s:26:\"apierror-no-direct-editing\";i:6262;s:20:\"apierror-noedit-anon\";i:6263;s:15:\"apierror-noedit\";i:6264;s:29:\"apierror-noimageredirect-anon\";i:6265;s:24:\"apierror-noimageredirect\";i:6266;s:20:\"apierror-nosuchlogid\";i:6267;s:21:\"apierror-nosuchpageid\";i:6268;s:19:\"apierror-nosuchrcid\";i:6269;s:20:\"apierror-nosuchrevid\";i:6270;s:22:\"apierror-nosuchsection\";i:6271;s:27:\"apierror-nosuchsection-what\";i:6272;s:21:\"apierror-nosuchuserid\";i:6273;s:17:\"apierror-notarget\";i:6274;s:23:\"apierror-notpatrollable\";i:6275;s:23:\"apierror-nouploadmodule\";i:6276;s:33:\"apierror-opensearch-json-warnings\";i:6277;s:24:\"apierror-pagecannotexist\";i:6278;s:20:\"apierror-pagedeleted\";i:6279;s:26:\"apierror-pagelang-disabled\";i:6280;s:19:\"apierror-paramempty\";i:6281;s:30:\"apierror-parsetree-notwikitext\";i:6282;s:36:\"apierror-parsetree-notwikitext-title\";i:6283;s:19:\"apierror-pastexpiry\";i:6284;s:25:\"apierror-permissiondenied\";i:6285;s:33:\"apierror-permissiondenied-generic\";i:6286;s:36:\"apierror-permissiondenied-patrolflag\";i:6287;s:33:\"apierror-permissiondenied-unblock\";i:6288;s:29:\"apierror-prefixsearchdisabled\";i:6289;s:30:\"apierror-promised-nonwrite-api\";i:6290;s:30:\"apierror-protect-invalidaction\";i:6291;s:29:\"apierror-protect-invalidlevel\";i:6292;s:20:\"apierror-ratelimited\";i:6293;s:22:\"apierror-readapidenied\";i:6294;s:17:\"apierror-readonly\";i:6295;s:23:\"apierror-reauthenticate\";i:6296;s:28:\"apierror-redirect-appendonly\";i:6297;s:33:\"apierror-revdel-mutuallyexclusive\";i:6298;s:26:\"apierror-revdel-needtarget\";i:6299;s:27:\"apierror-revdel-paramneeded\";i:6300;s:24:\"apierror-revisions-badid\";i:6301;s:27:\"apierror-revisions-norevids\";i:6302;s:29:\"apierror-revisions-singlepage\";i:6303;s:21:\"apierror-revwrongpage\";i:6304;s:23:\"apierror-searchdisabled\";i:6305;s:29:\"apierror-sectionreplacefailed\";i:6306;s:29:\"apierror-sectionsnotsupported\";i:6307;s:34:\"apierror-sectionsnotsupported-what\";i:6308;s:13:\"apierror-show\";i:6309;s:34:\"apierror-siteinfo-includealldenied\";i:6310;s:25:\"apierror-sizediffdisabled\";i:6311;s:21:\"apierror-spamdetected\";i:6312;s:32:\"apierror-specialpage-cantexecute\";i:6313;s:28:\"apierror-stashedfilenotfound\";i:6314;s:30:\"apierror-stashedit-missingtext\";i:6315;s:29:\"apierror-stashfailed-complete\";i:6316;s:30:\"apierror-stashfailed-nosession\";i:6317;s:25:\"apierror-stashfilestorage\";i:6318;s:25:\"apierror-stashinvalidfile\";i:6319;s:27:\"apierror-stashnosuchfilekey\";i:6320;s:25:\"apierror-stashpathinvalid\";i:6321;s:24:\"apierror-stashwrongowner\";i:6322;s:24:\"apierror-stashzerolength\";i:6323;s:22:\"apierror-systemblocked\";i:6324;s:38:\"apierror-templateexpansion-notwikitext\";i:6325;s:23:\"apierror-toofewexpiries\";i:6326;s:22:\"apierror-toomanyvalues\";i:6327;s:22:\"apierror-unknownaction\";i:6328;s:30:\"apierror-unknownerror-editpage\";i:6329;s:28:\"apierror-unknownerror-nocode\";i:6330;s:21:\"apierror-unknownerror\";i:6331;s:22:\"apierror-unknownformat\";i:6332;s:27:\"apierror-unrecognizedparams\";i:6333;s:26:\"apierror-unrecognizedvalue\";i:6334;s:24:\"apierror-unsupportedrepo\";i:6335;s:29:\"apierror-upload-filekeyneeded\";i:6336;s:33:\"apierror-upload-filekeynotallowed\";i:6337;s:26:\"apierror-upload-inprogress\";i:6338;s:29:\"apierror-upload-missingresult\";i:6339;s:23:\"apierror-urlparamnormal\";i:6340;s:23:\"apierror-writeapidenied\";i:6341;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6342;s:19:\"apiwarn-badurlparam\";i:6343;s:15:\"apiwarn-badutf8\";i:6344;s:34:\"apiwarn-checktoken-percentencoding\";i:6345;s:23:\"apiwarn-compare-no-next\";i:6346;s:23:\"apiwarn-compare-no-prev\";i:6347;s:30:\"apiwarn-compare-nocontentmodel\";i:6348;s:31:\"apiwarn-deprecation-deletedrevs\";i:6349;s:33:\"apiwarn-deprecation-httpsexpected\";i:6350;s:31:\"apiwarn-deprecation-login-botpw\";i:6351;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6352;s:31:\"apiwarn-deprecation-login-token\";i:6353;s:32:\"apiwarn-deprecation-missingparam\";i:6354;s:29:\"apiwarn-deprecation-parameter\";i:6355;s:35:\"apiwarn-deprecation-parse-headitems\";i:6356;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6357;s:29:\"apiwarn-deprecation-purge-get\";i:6358;s:35:\"apiwarn-deprecation-withreplacement\";i:6359;s:20:\"apiwarn-difftohidden\";i:6360;s:26:\"apiwarn-errorprinterfailed\";i:6361;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6362;s:23:\"apiwarn-invalidcategory\";i:6363;s:20:\"apiwarn-invalidtitle\";i:6364;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6365;s:28:\"apiwarn-invalidxmlstylesheet\";i:6366;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6367;s:26:\"apiwarn-moduleswithoutvars\";i:6368;s:15:\"apiwarn-notfile\";i:6369;s:30:\"apiwarn-nothumb-noimagehandler\";i:6370;s:28:\"apiwarn-parse-nocontentmodel\";i:6371;s:30:\"apiwarn-parse-revidwithouttext\";i:6372;s:30:\"apiwarn-parse-titlewithouttext\";i:6373;s:26:\"apiwarn-redirectsandrevids\";i:6374;s:21:\"apiwarn-tokens-origin\";i:6375;s:23:\"apiwarn-truncatedresult\";i:6376;s:27:\"apiwarn-unclearnowtimestamp\";i:6377;s:26:\"apiwarn-unrecognizedvalues\";i:6378;s:24:\"apiwarn-unsupportedarray\";i:6379;s:21:\"apiwarn-urlparamwidth\";i:6380;s:33:\"apiwarn-validationfailed-badchars\";i:6381;s:32:\"apiwarn-validationfailed-badpref\";i:6382;s:34:\"apiwarn-validationfailed-cannotset\";i:6383;s:35:\"apiwarn-validationfailed-keytoolong\";i:6384;s:24:\"apiwarn-validationfailed\";i:6385;s:18:\"apiwarn-wgdebugapi\";i:6386;s:20:\"api-feed-error-title\";i:6387;s:16:\"api-usage-docref\";i:6388;s:25:\"api-usage-mailinglist-ref\";i:6389;s:19:\"api-exception-trace\";i:6390;s:18:\"api-credits-header\";i:6391;s:11:\"api-credits\";i:6392;s:20:\"rest-prefix-mismatch\";i:6393;s:17:\"rest-wrong-method\";i:6394;s:13:\"rest-no-match\";i:6395;s:22:\"rest-nonexistent-title\";i:6396;s:31:\"rest-nonexistent-title-revision\";i:6397;s:25:\"rest-nonexistent-revision\";i:6398;s:21:\"rest-nonexistent-user\";i:6399;s:17:\"rest-invalid-user\";i:6400;s:27:\"rest-permission-denied-anon\";i:6401;s:28:\"rest-permission-denied-title\";i:6402;s:31:\"rest-permission-denied-revision\";i:6403;s:28:\"rest-resource-limit-exceeded\";i:6404;s:36:\"rest-pagehistory-incompatible-params\";i:6405;s:34:\"rest-pagehistory-param-range-error\";i:6406;s:32:\"rest-pagehistory-timestamp-error\";i:6407;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6408;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6409;s:26:\"rest-compare-page-mismatch\";i:6410;s:30:\"rest-compare-permission-denied\";i:6411;s:24:\"rest-compare-nonexistent\";i:6412;s:25:\"rest-compare-inaccessible\";i:6413;s:26:\"rest-compare-wrong-content\";i:6414;s:22:\"rest-compare-wikidiff2\";i:6415;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6416;s:17:\"rest-search-error\";i:6417;s:27:\"rest-page-source-type-error\";i:6418;s:16:\"rest-no-revision\";i:6419;s:25:\"rest-media-too-many-links\";i:6420;s:23:\"rest-html-backend-error\";i:6421;s:18:\"rest-bad-json-body\";i:6422;s:26:\"rest-json-body-parse-error\";i:6423;s:23:\"rest-missing-body-field\";i:6424;s:22:\"rest-bad-content-model\";i:6425;s:30:\"rest-update-cannot-create-page\";i:6426;s:26:\"rest-extraneous-csrf-token\";i:6427;s:21:\"rest-cannot-load-file\";i:6428;s:28:\"rest-cross-origin-anon-write\";i:6429;s:31:\"rest-requires-safe-against-csrf\";i:6430;s:13:\"rest-badtoken\";i:6431;s:30:\"ooui-outline-control-move-down\";i:6432;s:28:\"ooui-outline-control-move-up\";i:6433;s:27:\"ooui-outline-control-remove\";i:6434;s:17:\"ooui-toolbar-more\";i:6435;s:21:\"ooui-toolgroup-expand\";i:6436;s:23:\"ooui-toolgroup-collapse\";i:6437;s:16:\"ooui-item-remove\";i:6438;s:26:\"ooui-dialog-message-accept\";i:6439;s:26:\"ooui-dialog-message-reject\";i:6440;s:25:\"ooui-dialog-process-error\";i:6441;s:27:\"ooui-dialog-process-dismiss\";i:6442;s:25:\"ooui-dialog-process-retry\";i:6443;s:28:\"ooui-dialog-process-continue\";i:6444;s:26:\"ooui-combobox-button-label\";i:6445;s:29:\"ooui-selectfile-button-select\";i:6446;s:38:\"ooui-selectfile-button-select-multiple\";i:6447;s:29:\"ooui-selectfile-not-supported\";i:6448;s:27:\"ooui-selectfile-placeholder\";i:6449;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6450;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6451;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6452;s:15:\"ooui-field-help\";i:6453;s:22:\"paramvalidator-badbool\";i:6454;s:24:\"paramvalidator-badexpiry\";i:6455;s:33:\"paramvalidator-badexpiry-duration\";i:6456;s:37:\"paramvalidator-badexpiry-duration-max\";i:6457;s:29:\"paramvalidator-badexpiry-past\";i:6458;s:23:\"paramvalidator-badfloat\";i:6459;s:33:\"paramvalidator-badfloat-notfinite\";i:6460;s:25:\"paramvalidator-badinteger\";i:6461;s:27:\"paramvalidator-badtimestamp\";i:6462;s:34:\"paramvalidator-badupload-cantwrite\";i:6463;s:33:\"paramvalidator-badupload-formsize\";i:6464;s:32:\"paramvalidator-badupload-inisize\";i:6465;s:31:\"paramvalidator-badupload-nofile\";i:6466;s:33:\"paramvalidator-badupload-notmpdir\";i:6467;s:34:\"paramvalidator-badupload-notupload\";i:6468;s:32:\"paramvalidator-badupload-partial\";i:6469;s:31:\"paramvalidator-badupload-phpext\";i:6470;s:33:\"paramvalidator-badvalue-enummulti\";i:6471;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6472;s:31:\"paramvalidator-deprecated-value\";i:6473;s:26:\"paramvalidator-emptystring\";i:6474;s:23:\"paramvalidator-maxbytes\";i:6475;s:23:\"paramvalidator-maxchars\";i:6476;s:27:\"paramvalidator-missingparam\";i:6477;s:23:\"paramvalidator-notmulti\";i:6478;s:29:\"paramvalidator-outofrange-max\";i:6479;s:32:\"paramvalidator-outofrange-minmax\";i:6480;s:29:\"paramvalidator-outofrange-min\";i:6481;s:31:\"paramvalidator-param-deprecated\";i:6482;s:28:\"paramvalidator-toomanyvalues\";i:6483;s:34:\"paramvalidator-unclearnowtimestamp\";i:6484;s:33:\"paramvalidator-unrecognizedvalues\";i:6485;s:27:\"paramvalidator-help-default\";i:6486;s:33:\"paramvalidator-help-default-empty\";i:6487;s:30:\"paramvalidator-help-deprecated\";i:6488;s:34:\"paramvalidator-help-multi-separate\";i:6489;s:29:\"paramvalidator-help-multi-max\";i:6490;s:36:\"paramvalidator-help-multi-max-simple\";i:6491;s:29:\"paramvalidator-help-multi-all\";i:6492;s:28:\"paramvalidator-help-required\";i:6493;s:32:\"paramvalidator-help-type-boolean\";i:6494;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6495;s:29:\"paramvalidator-help-type-enum\";i:6496;s:31:\"paramvalidator-help-type-expiry\";i:6497;s:30:\"paramvalidator-help-type-float\";i:6498;s:32:\"paramvalidator-help-type-integer\";i:6499;s:30:\"paramvalidator-help-type-limit\";i:6500;s:35:\"paramvalidator-help-type-number-max\";i:6501;s:38:\"paramvalidator-help-type-number-minmax\";i:6502;s:35:\"paramvalidator-help-type-number-min\";i:6503;s:40:\"paramvalidator-help-type-presenceboolean\";i:6504;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6505;s:40:\"paramvalidator-help-type-string-maxchars\";i:6506;s:34:\"paramvalidator-help-type-timestamp\";i:6507;s:31:\"paramvalidator-help-type-upload\";i:6508;s:15:\"skinname-vector\";i:6509;s:20:\"skinname-vector-2022\";i:6510;s:26:\"vector-specialversion-name\";i:6511;s:16:\"vector-skin-desc\";i:6512;s:34:\"prefs-vector-enable-vector-1-label\";i:6513;s:33:\"prefs-vector-enable-vector-1-help\";i:6514;s:14:\"vector-opt-out\";i:6515;s:22:\"vector-opt-out-tooltip\";i:6516;s:10:\"vector.css\";i:6517;s:9:\"vector.js\";i:6518;s:28:\"vector-action-toggle-sidebar\";i:6519;s:16:\"vector-languages\";i:6520;s:33:\"vector-language-button-aria-label\";i:6521;s:28:\"vector-language-button-label\";i:6522;s:31:\"vector-no-language-button-label\";i:6523;s:36:\"vector-no-language-button-aria-label\";i:6524;s:31:\"vector-language-redirect-to-top\";i:6525;s:38:\"vector-language-variant-switcher-label\";i:6526;s:24:\"vector-action-addsection\";i:6527;s:20:\"vector-action-delete\";i:6528;s:18:\"vector-action-move\";i:6529;s:21:\"vector-action-protect\";i:6530;s:22:\"vector-action-undelete\";i:6531;s:23:\"vector-action-unprotect\";i:6532;s:18:\"vector-view-create\";i:6533;s:16:\"vector-view-edit\";i:6534;s:19:\"vector-view-history\";i:6535;s:16:\"vector-view-view\";i:6536;s:22:\"vector-view-viewsource\";i:6537;s:23:\"vector-jumptonavigation\";i:6538;s:19:\"vector-jumptosearch\";i:6539;s:20:\"vector-jumptocontent\";i:6540;s:19:\"vector-more-actions\";i:6541;s:20:\"vector-search-loader\";i:6542;s:31:\"vector-searchsuggest-containing\";i:6543;s:17:\"vector-intro-page\";i:6544;s:18:\"vector-toc-heading\";i:6545;s:34:\"vector-toc-toggle-position-sidebar\";i:6546;s:32:\"vector-toc-toggle-position-title\";i:6547;s:20:\"vector-toc-beginning\";i:6548;s:30:\"vector-toc-toggle-button-label\";i:6549;s:27:\"vector-anon-user-menu-pages\";i:6550;s:33:\"vector-anon-user-menu-pages-learn\";i:6551;s:33:\"vector-anon-user-menu-pages-label\";i:6552;s:24:\"vector-main-menu-tooltip\";i:6553;s:23:\"vector-toc-menu-tooltip\";i:6554;s:35:\"vector-toc-collapsible-button-label\";i:6555;s:30:\"vector-article-tools-nav-label\";i:6556;s:21:\"vector-site-nav-label\";i:6557;s:26:\"vector-2022-prefs-talkpage\";i:6558;s:35:\"tooltip-vector-anon-user-menu-title\";i:6559;s:10:\"wikieditor\";i:6560;s:15:\"wikieditor-desc\";i:6561;s:23:\"wikieditor-wikitext-tab\";i:6562;s:18:\"wikieditor-loading\";i:6563;s:29:\"wikieditor-preview-preference\";i:6564;s:22:\"wikieditor-preview-tab\";i:6565;s:30:\"wikieditor-preview-changes-tab\";i:6566;s:26:\"wikieditor-preview-loading\";i:6567;s:29:\"wikieditor-publish-preference\";i:6568;s:33:\"wikieditor-publish-button-publish\";i:6569;s:32:\"wikieditor-publish-button-cancel\";i:6570;s:31:\"wikieditor-publish-dialog-title\";i:6571;s:33:\"wikieditor-publish-dialog-summary\";i:6572;s:31:\"wikieditor-publish-dialog-minor\";i:6573;s:31:\"wikieditor-publish-dialog-watch\";i:6574;s:33:\"wikieditor-publish-dialog-publish\";i:6575;s:32:\"wikieditor-publish-dialog-goback\";i:6576;s:18:\"wikieditor-toolbar\";i:6577;s:23:\"wikieditor-toolbar-desc\";i:6578;s:29:\"wikieditor-toolbar-preference\";i:6579;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6580;s:26:\"wikieditor-toolbar-loading\";i:6581;s:28:\"wikieditor-toolbar-tool-bold\";i:6582;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6583;s:30:\"wikieditor-toolbar-tool-italic\";i:6584;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6585;s:29:\"wikieditor-toolbar-tool-ilink\";i:6586;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6587;s:29:\"wikieditor-toolbar-tool-xlink\";i:6588;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6589;s:28:\"wikieditor-toolbar-tool-link\";i:6590;s:34:\"wikieditor-toolbar-tool-link-title\";i:6591;s:32:\"wikieditor-toolbar-tool-link-int\";i:6592;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6593;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6594;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6595;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6596;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6597;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6598;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6599;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6600;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6601;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6602;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6603;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6604;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6605;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6606;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6607;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6608;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6609;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6610;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6611;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6612;s:28:\"wikieditor-toolbar-tool-file\";i:6613;s:36:\"wikieditor-toolbar-tool-file-example\";i:6614;s:34:\"wikieditor-toolbar-tool-file-title\";i:6615;s:30:\"wikieditor-toolbar-file-target\";i:6616;s:31:\"wikieditor-toolbar-file-caption\";i:6617;s:28:\"wikieditor-toolbar-file-size\";i:6618;s:29:\"wikieditor-toolbar-file-float\";i:6619;s:31:\"wikieditor-toolbar-file-default\";i:6620;s:30:\"wikieditor-toolbar-file-format\";i:6621;s:35:\"wikieditor-toolbar-file-format-none\";i:6622;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6623;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6624;s:33:\"wikieditor-toolbar-tool-reference\";i:6625;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6626;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6627;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6628;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6629;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6630;s:33:\"wikieditor-toolbar-tool-signature\";i:6631;s:35:\"wikieditor-toolbar-section-advanced\";i:6632;s:31:\"wikieditor-toolbar-tool-heading\";i:6633;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6634;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6635;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6636;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6637;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6638;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6639;s:31:\"wikieditor-toolbar-group-format\";i:6640;s:29:\"wikieditor-toolbar-tool-ulist\";i:6641;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6642;s:29:\"wikieditor-toolbar-tool-olist\";i:6643;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6644;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6645;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6646;s:32:\"wikieditor-toolbar-tool-redirect\";i:6647;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6648;s:27:\"wikieditor-toolbar-tool-big\";i:6649;s:35:\"wikieditor-toolbar-tool-big-example\";i:6650;s:29:\"wikieditor-toolbar-tool-small\";i:6651;s:37:\"wikieditor-toolbar-tool-small-example\";i:6652;s:35:\"wikieditor-toolbar-tool-superscript\";i:6653;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6654;s:33:\"wikieditor-toolbar-tool-subscript\";i:6655;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6656;s:31:\"wikieditor-toolbar-group-insert\";i:6657;s:31:\"wikieditor-toolbar-tool-gallery\";i:6658;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6659;s:31:\"wikieditor-toolbar-tool-newline\";i:6660;s:29:\"wikieditor-toolbar-tool-table\";i:6661;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6662;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6663;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6664;s:35:\"wikieditor-toolbar-tool-table-title\";i:6665;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6666;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6667;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6668;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6669;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6670;s:37:\"wikieditor-toolbar-tool-table-example\";i:6671;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6672;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6673;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6674;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6675;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6676;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6677;s:31:\"wikieditor-toolbar-tool-replace\";i:6678;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6679;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6680;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6681;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6682;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6683;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6684;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6685;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6686;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6687;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6688;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6689;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6690;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6691;s:37:\"wikieditor-toolbar-section-characters\";i:6692;s:31:\"wikieditor-toolbar-section-help\";i:6693;s:43:\"wikieditor-toolbar-help-heading-description\";i:6694;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6695;s:38:\"wikieditor-toolbar-help-heading-result\";i:6696;s:35:\"wikieditor-toolbar-help-page-format\";i:6697;s:33:\"wikieditor-toolbar-help-page-link\";i:6698;s:36:\"wikieditor-toolbar-help-page-heading\";i:6699;s:33:\"wikieditor-toolbar-help-page-list\";i:6700;s:33:\"wikieditor-toolbar-help-page-file\";i:6701;s:38:\"wikieditor-toolbar-help-page-reference\";i:6702;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6703;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6704;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6705;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6706;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6707;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6708;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6709;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6710;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6711;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6712;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6713;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6714;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6715;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6716;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6717;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6718;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6719;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6720;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6721;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6722;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6723;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6724;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6725;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6726;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6727;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6728;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6729;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6730;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6731;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6732;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6733;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6734;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6735;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6736;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6737;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6738;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6739;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6740;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6741;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6742;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6743;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6744;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6745;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6746;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6747;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6748;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6749;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6750;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6751;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6752;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6753;s:20:\"syntaxhighlight-desc\";i:6754;s:30:\"syntaxhighlight-error-category\";i:6755;s:35:\"syntaxhighlight-error-category-desc\";i:6756;s:32:\"syntaxhighlight-enclose-category\";i:6757;s:37:\"syntaxhighlight-enclose-category-desc\";i:6758;s:31:\"syntaxhighlight-source-category\";i:6759;s:36:\"syntaxhighlight-source-category-desc\";i:6760;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6761;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6762;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6763;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6764;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6765;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6766;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6767;s:38:\"syntaxhighlight-error-unknown-language\";i:6768;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6769;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6770;s:22:\"action-mf-uploadbutton\";i:6771;s:20:\"beta-feature-minerva\";i:6772;s:32:\"beta-feature-minerva-description\";i:6773;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6774;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6775;s:37:\"mobile-frontend-account-create-submit\";i:6776;s:25:\"mobile-frontend-app-title\";i:6777;s:38:\"mobile-frontend-back-to-top-of-section\";i:6778;s:34:\"mobile-frontend-categories-heading\";i:6779;s:37:\"mobile-frontend-categories-subheading\";i:6780;s:32:\"mobile-frontend-categories-nocat\";i:6781;s:30:\"mobile-frontend-categories-add\";i:6782;s:34:\"mobile-frontend-categories-summary\";i:6783;s:30:\"mobile-frontend-changeslist-ip\";i:6784;s:37:\"mobile-frontend-changeslist-nocomment\";i:6785;s:28:\"mobile-frontend-clear-search\";i:6786;s:36:\"mobile-frontend-contribution-summary\";i:6787;s:32:\"mobile-frontend-cookies-required\";i:6788;s:25:\"mobile-frontend-copyright\";i:6789;s:20:\"mobile-frontend-desc\";i:6790;s:33:\"mobile-frontend-diffview-404-desc\";i:6791;s:34:\"mobile-frontend-diffview-404-title\";i:6792;s:34:\"mobile-frontend-diffview-anonymous\";i:6793;s:35:\"mobile-frontend-diffview-bytesadded\";i:6794;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6795;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6796;s:34:\"mobile-frontend-diffview-editcount\";i:6797;s:34:\"mobile-frontend-diffview-explained\";i:6798;s:30:\"mobile-frontend-diffview-title\";i:6799;s:30:\"mobile-frontend-disable-images\";i:6800;s:36:\"mobile-frontend-dismiss-notification\";i:6801;s:33:\"mobile-frontend-donate-image-anon\";i:6802;s:36:\"mobile-frontend-donate-image-heading\";i:6803;s:41:\"mobile-frontend-donate-image-login-action\";i:6804;s:38:\"mobile-frontend-donate-image-nouploads\";i:6805;s:42:\"mobile-frontend-donate-image-signup-action\";i:6806;s:34:\"mobile-frontend-donate-image-title\";i:6807;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6808;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6809;s:29:\"mobile-frontend-drawer-cancel\";i:6810;s:33:\"mobile-frontend-edit-login-action\";i:6811;s:34:\"mobile-frontend-edit-signup-action\";i:6812;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6813;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6814;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6815;s:27:\"mobile-frontend-editor-anon\";i:6816;s:34:\"mobile-frontend-editor-anonwarning\";i:6817;s:29:\"mobile-frontend-editor-cancel\";i:6818;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6819;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6820;s:31:\"mobile-frontend-editor-continue\";i:6821;s:26:\"mobile-frontend-editor-cta\";i:6822;s:31:\"mobile-frontend-editor-disabled\";i:6823;s:27:\"mobile-frontend-editor-edit\";i:6824;s:30:\"mobile-frontend-editor-editing\";i:6825;s:35:\"mobile-frontend-editor-editing-page\";i:6826;s:28:\"mobile-frontend-editor-error\";i:6827;s:37:\"mobile-frontend-editor-error-conflict\";i:6828;s:36:\"mobile-frontend-editor-error-loading\";i:6829;s:36:\"mobile-frontend-editor-error-preview\";i:6830;s:35:\"mobile-frontend-editor-keep-editing\";i:6831;s:32:\"mobile-frontend-editor-licensing\";i:6832;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6833;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6834;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6835;s:34:\"mobile-frontend-editor-placeholder\";i:6836;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6837;s:38:\"mobile-frontend-editor-previewing-page\";i:6838;s:37:\"mobile-frontend-editor-redirect-title\";i:6839;s:27:\"mobile-frontend-editor-save\";i:6840;s:30:\"mobile-frontend-editor-success\";i:6841;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6842;s:39:\"mobile-frontend-editor-success-new-page\";i:6843;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6844;s:38:\"mobile-frontend-editor-summary-request\";i:6845;s:30:\"mobile-frontend-editor-summary\";i:6846;s:37:\"mobile-frontend-editor-switch-confirm\";i:6847;s:36:\"mobile-frontend-editor-switch-editor\";i:6848;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6849;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6850;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6851;s:34:\"mobile-frontend-editor-unavailable\";i:6852;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6853;s:35:\"mobile-frontend-editor-uploadenable\";i:6854;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6855;s:27:\"mobile-frontend-editor-wait\";i:6856;s:38:\"mobile-frontend-editor-redlink-explain\";i:6857;s:29:\"mobile-frontend-enable-images\";i:6858;s:43:\"mobile-frontend-expand-sections-description\";i:6859;s:38:\"mobile-frontend-expand-sections-status\";i:6860;s:32:\"mobile-frontend-fontchanger-link\";i:6861;s:32:\"mobile-frontend-fontchanger-desc\";i:6862;s:32:\"mobile-frontend-featured-article\";i:6863;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6864;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6865;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6866;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6867;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6868;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6869;s:30:\"mobile-frontend-footer-contact\";i:6870;s:31:\"mobile-frontend-footer-sitename\";i:6871;s:32:\"mobile-frontend-generic-404-desc\";i:6872;s:33:\"mobile-frontend-generic-404-title\";i:6873;s:29:\"mobile-frontend-generic-login\";i:6874;s:36:\"mobile-frontend-generic-login-action\";i:6875;s:37:\"mobile-frontend-generic-signup-action\";i:6876;s:23:\"mobile-frontend-history\";i:6877;s:32:\"mobile-frontend-history-404-desc\";i:6878;s:33:\"mobile-frontend-history-404-title\";i:6879;s:34:\"mobile-frontend-history-no-results\";i:6880;s:27:\"mobile-frontend-home-button\";i:6881;s:36:\"mobile-frontend-image-cancel-confirm\";i:6882;s:38:\"mobile-frontend-image-heading-describe\";i:6883;s:31:\"mobile-frontend-image-uploading\";i:6884;s:29:\"mobile-frontend-images-status\";i:6885;s:40:\"mobile-frontend-language-article-heading\";i:6886;s:31:\"mobile-frontend-language-header\";i:6887;s:32:\"mobile-frontend-language-heading\";i:6888;s:36:\"mobile-frontend-language-site-choose\";i:6889;s:39:\"mobile-frontend-language-variant-header\";i:6890;s:34:\"mobile-frontend-languages-404-desc\";i:6891;s:35:\"mobile-frontend-languages-404-title\";i:6892;s:32:\"mobile-frontend-languages-header\";i:6893;s:37:\"mobile-frontend-languages-header-page\";i:6894;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6895;s:30:\"mobile-frontend-languages-text\";i:6896;s:40:\"mobile-frontend-languages-variant-header\";i:6897;s:34:\"mobile-frontend-last-modified-date\";i:6898;s:34:\"mobile-frontend-last-modified-days\";i:6899;s:35:\"mobile-frontend-last-modified-hours\";i:6900;s:38:\"mobile-frontend-last-modified-just-now\";i:6901;s:37:\"mobile-frontend-last-modified-minutes\";i:6902;s:36:\"mobile-frontend-last-modified-months\";i:6903;s:37:\"mobile-frontend-last-modified-seconds\";i:6904;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6905;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6906;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6907;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6908;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6909;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6910;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6911;s:35:\"mobile-frontend-last-modified-years\";i:6912;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6913;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6914;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6915;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6916;s:26:\"mobile-frontend-logged-out\";i:6917;s:21:\"mobile-frontend-login\";i:6918;s:25:\"mobile-frontend-main-menu\";i:6919;s:30:\"mobile-frontend-main-menu-back\";i:6920;s:40:\"mobile-frontend-main-menu-account-create\";i:6921;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6922;s:34:\"mobile-frontend-main-menu-featured\";i:6923;s:31:\"mobile-frontend-main-menu-login\";i:6924;s:32:\"mobile-frontend-main-menu-logout\";i:6925;s:32:\"mobile-frontend-main-menu-nearby\";i:6926;s:36:\"mobile-frontend-main-menu-page-title\";i:6927;s:34:\"mobile-frontend-main-menu-settings\";i:6928;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6929;s:32:\"mobile-frontend-main-menu-upload\";i:6930;s:35:\"mobile-frontend-main-menu-watchlist\";i:6931;s:29:\"mobile-frontend-media-details\";i:6932;s:34:\"mobile-frontend-media-license-link\";i:6933;s:32:\"mobile-frontend-meta-data-issues\";i:6934;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6935;s:39:\"mobile-frontend-meta-data-issues-header\";i:6936;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6937;s:29:\"mobile-frontend-missing-image\";i:6938;s:31:\"mobile-frontend-nearby-distance\";i:6939;s:38:\"mobile-frontend-nearby-distance-meters\";i:6940;s:28:\"mobile-frontend-nearby-error\";i:6941;s:37:\"mobile-frontend-nearby-error-guidance\";i:6942;s:30:\"mobile-frontend-nearby-loading\";i:6943;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6944;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6945;s:32:\"mobile-frontend-nearby-noresults\";i:6946;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6947;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6948;s:30:\"mobile-frontend-nearby-refresh\";i:6949;s:35:\"mobile-frontend-nearby-requirements\";i:6950;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6951;s:28:\"mobile-frontend-nearby-title\";i:6952;s:34:\"mobile-frontend-nearby-sectiontext\";i:6953;s:26:\"mobile-frontend-news-items\";i:6954;s:30:\"mobile-frontend-opt-in-explain\";i:6955;s:29:\"mobile-frontend-overlay-close\";i:6956;s:32:\"mobile-frontend-overlay-continue\";i:6957;s:34:\"mobile-frontend-page-menu-contents\";i:6958;s:33:\"mobile-frontend-page-menu-history\";i:6959;s:33:\"mobile-frontend-page-edit-summary\";i:6960;s:24:\"mobile-frontend-password\";i:6961;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6962;s:36:\"mobile-frontend-password-placeholder\";i:6963;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6964;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6965;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6966;s:31:\"mobile-frontend-photo-licensing\";i:6967;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6968;s:31:\"mobile-frontend-photo-ownership\";i:6969;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6970;s:36:\"mobile-frontend-photo-ownership-help\";i:6971;s:28:\"mobile-frontend-photo-submit\";i:6972;s:28:\"mobile-frontend-photo-upload\";i:6973;s:33:\"mobile-frontend-photo-upload-anon\";i:6974;s:36:\"mobile-frontend-photo-upload-comment\";i:6975;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6976;s:34:\"mobile-frontend-photo-upload-error\";i:6977;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6978;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6979;s:36:\"mobile-frontend-photo-upload-generic\";i:6980;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6981;s:44:\"mobile-frontend-photo-upload-success-article\";i:6982;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6983;s:39:\"mobile-frontend-photo-upload-user-count\";i:6984;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6985;s:27:\"mobile-frontend-placeholder\";i:6986;s:31:\"mobile-frontend-placeholder-app\";i:6987;s:32:\"mobile-frontend-placeholder-beta\";i:6988;s:33:\"mobile-frontend-privacy-link-text\";i:6989;s:40:\"mobile-frontend-profile-activity-heading\";i:6990;s:29:\"mobile-frontend-profile-error\";i:6991;s:38:\"mobile-frontend-profile-footer-ancient\";i:6992;s:35:\"mobile-frontend-profile-footer-days\";i:6993;s:37:\"mobile-frontend-profile-footer-months\";i:6994;s:36:\"mobile-frontend-profile-footer-years\";i:6995;s:33:\"mobile-frontend-profile-last-edit\";i:6996;s:34:\"mobile-frontend-profile-last-thank\";i:6997;s:30:\"mobile-frontend-profile-noargs\";i:6998;s:30:\"mobile-frontend-profile-nouser\";i:6999;s:29:\"mobile-frontend-profile-title\";i:7000;s:37:\"mobile-frontend-profile-userpage-link\";i:7001;s:32:\"mobile-frontend-profile-usertalk\";i:7002;s:29:\"mobile-frontend-random-button\";i:7003;s:35:\"mobile-frontend-references-citation\";i:7004;s:28:\"mobile-frontend-regular-site\";i:7005;s:31:\"mobile-frontend-requires-mobile\";i:7006;s:30:\"mobile-frontend-requires-optin\";i:7007;s:30:\"mobile-frontend-requires-title\";i:7008;s:26:\"mobile-frontend-save-error\";i:7009;s:29:\"mobile-frontend-save-settings\";i:7010;s:32:\"mobile-frontend-saving-exit-page\";i:7011;s:30:\"mobile-frontend-search-content\";i:7012;s:41:\"mobile-frontend-search-content-no-results\";i:7013;s:33:\"mobile-frontend-search-no-results\";i:7014;s:29:\"mobile-frontend-search-submit\";i:7015;s:39:\"mobile-frontend-settings-images-explain\";i:7016;s:29:\"mobile-frontend-settings-beta\";i:7017;s:41:\"mobile-frontend-settings-site-description\";i:7018;s:36:\"mobile-frontend-settings-site-header\";i:7019;s:37:\"mobile-frontend-sign-in-error-heading\";i:7020;s:31:\"mobile-frontend-sign-in-heading\";i:7021;s:27:\"mobile-frontend-sign-in-why\";i:7022;s:31:\"mobile-frontend-sign-up-heading\";i:7023;s:29:\"mobile-frontend-talk-fullpage\";i:7024;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7025;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7026;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7027;s:33:\"mobile-frontend-talk-back-to-page\";i:7028;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7029;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7030;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7031;s:33:\"mobile-frontend-talk-edit-summary\";i:7032;s:30:\"mobile-frontend-talk-explained\";i:7033;s:36:\"mobile-frontend-talk-explained-empty\";i:7034;s:35:\"mobile-frontend-talk-overlay-header\";i:7035;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7036;s:26:\"mobile-frontend-talk-reply\";i:7037;s:31:\"mobile-frontend-talk-reply-info\";i:7038;s:34:\"mobile-frontend-talk-reply-success\";i:7039;s:35:\"mobile-frontend-talk-topic-feedback\";i:7040;s:32:\"mobile-frontend-talk-topic-error\";i:7041;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7042;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7043;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7044;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7045;s:26:\"mobile-frontend-terms-text\";i:7046;s:30:\"mobile-frontend-thanked-notice\";i:7047;s:28:\"mobile-frontend-user-account\";i:7048;s:35:\"mobile-frontend-user-button-tooltip\";i:7049;s:32:\"mobile-frontend-user-newmessages\";i:7050;s:24:\"mobile-frontend-user-cta\";i:7051;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7052;s:24:\"mobile-frontend-username\";i:7053;s:36:\"mobile-frontend-username-placeholder\";i:7054;s:20:\"mobile-frontend-view\";i:7055;s:28:\"mobile-frontend-view-desktop\";i:7056;s:27:\"mobile-frontend-view-mobile\";i:7057;s:27:\"mobile-frontend-view-source\";i:7058;s:27:\"mobile-frontend-watch-login\";i:7059;s:29:\"mobile-frontend-watchlist-a-z\";i:7060;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7061;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7062;s:29:\"mobile-frontend-watchlist-add\";i:7063;s:35:\"mobile-frontend-watchlist-back-home\";i:7064;s:29:\"mobile-frontend-watchlist-cta\";i:7065;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7066;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7067;s:30:\"mobile-frontend-watchlist-feed\";i:7068;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7069;s:36:\"mobile-frontend-watchlist-filter-all\";i:7070;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7071;s:38:\"mobile-frontend-watchlist-filter-other\";i:7072;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7073;s:38:\"mobile-frontend-watchlist-login-action\";i:7074;s:30:\"mobile-frontend-watchlist-more\";i:7075;s:37:\"mobile-frontend-watchlist-please-wait\";i:7076;s:31:\"mobile-frontend-watchlist-error\";i:7077;s:33:\"mobile-frontend-watchlist-purpose\";i:7078;s:33:\"mobile-frontend-watchlist-removed\";i:7079;s:39:\"mobile-frontend-watchlist-signup-action\";i:7080;s:30:\"mobile-frontend-watchlist-view\";i:7081;s:6:\"nearby\";i:7082;s:21:\"right-mf-uploadbutton\";i:7083;s:15:\"tag-mobile_edit\";i:7084;s:27:\"tag-mobile_edit-description\";i:7085;s:19:\"tag-mobile_web_edit\";i:7086;s:31:\"tag-mobile_web_edit-description\";i:7087;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7088;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7089;s:30:\"apihelp-mobileview-description\";i:7090;s:29:\"apihelp-mobileview-param-page\";i:7091;s:33:\"apihelp-mobileview-param-redirect\";i:7092;s:36:\"apihelp-mobileview-param-sectionprop\";i:7093;s:34:\"apihelp-mobileview-param-pageprops\";i:7094;s:32:\"apihelp-mobileview-param-variant\";i:7095;s:33:\"apihelp-mobileview-param-noimages\";i:7096;s:35:\"apihelp-mobileview-param-noheadings\";i:7097;s:36:\"apihelp-mobileview-param-notransform\";i:7098;s:34:\"apihelp-mobileview-param-thumbsize\";i:7099;s:28:\"apihelp-parse-param-noimages\";i:7100;s:35:\"mobile-frontend-donate-button-label\";i:7101;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7102;s:34:\"mobile-frontend-browse-tags-header\";i:7103;s:24:\"mobile-frontend-panel-ok\";i:7104;s:20:\"googleanalytics-desc\";i:7105;s:7:\"sidebar\";i:7106;s:18:\"pagecategorieslink\";i:7107;s:9:\"sitetitle\";i:7108;s:12:\"sitesubtitle\";i:7109;s:10:\"addsection\";i:7110;s:14:\"talkpageheader\";i:7111;s:22:\"view-pool-dirty-output\";i:7112;s:20:\"view-pool-contention\";i:7113;s:17:\"view-pool-timeout\";i:7114;s:12:\"edithelppage\";i:7115;s:8:\"helppage\";i:7116;s:14:\"mainpage-title\";i:7117;s:23:\"mainpage-title-loggedin\";i:7118;s:23:\"pagetitle-view-mainpage\";i:7119;s:10:\"sitenotice\";i:7120;s:10:\"anonnotice\";i:7121;s:28:\"newsectionheaderdefaultlevel\";i:7122;s:10:\"nstab-talk\";i:7123;s:23:\"createacct-helpusername\";i:7124;s:24:\"createacct-username-help\";i:7125;s:11:\"loginprompt\";i:7126;s:18:\"userlogout-summary\";i:7127;s:13:\"helplogin-url\";i:7128;s:26:\"createacct-imgcaptcha-help\";i:7129;s:24:\"createacct-benefit-icon1\";i:7130;s:24:\"createacct-benefit-head1\";i:7131;s:24:\"createacct-benefit-icon2\";i:7132;s:24:\"createacct-benefit-head2\";i:7133;s:24:\"createacct-benefit-icon3\";i:7134;s:24:\"createacct-benefit-head3\";i:7135;s:17:\"nocookiesforlogin\";i:7136;s:11:\"signupstart\";i:7137;s:9:\"signupend\";i:7138;s:15:\"signupend-https\";i:7139;s:11:\"emailsender\";i:7140;s:18:\"loginlanguagelinks\";i:7141;s:15:\"pear-mail-error\";i:7142;s:14:\"php-mail-error\";i:7143;s:22:\"changepassword-summary\";i:7144;s:19:\"changeemail-summary\";i:7145;s:19:\"resettokens-summary\";i:7146;s:8:\"sig-text\";i:7147;s:18:\"newarticletextanon\";i:7148;s:12:\"talkpagetext\";i:7149;s:17:\"noarticletextanon\";i:7150;s:17:\"editnotice-notext\";i:7151;s:23:\"editpage-head-copy-warn\";i:7152;s:20:\"editpage-tos-summary\";i:7153;s:13:\"longpage-hint\";i:7154;s:18:\"addsection-preload\";i:7155;s:20:\"addsection-editintro\";i:7156;s:26:\"createaccount-hook-aborted\";i:7157;s:21:\"revision-info-current\";i:7158;s:12:\"revision-nav\";i:7159;s:17:\"history_copyright\";i:7160;s:41:\"mergehistory-warning-redirect-not-created\";i:7161;s:26:\"mergehistory-redirect-text\";i:7162;s:18:\"pagemerge-logentry\";i:7163;s:14:\"search-summary\";i:7164;s:23:\"searchmenu-new-nocreate\";i:7165;s:23:\"search-interwiki-custom\";i:7166;s:12:\"googlesearch\";i:7167;s:15:\"opensearch-desc\";i:7168;s:19:\"preferences-summary\";i:7169;s:36:\"prefs-user-downloaddata-help-message\";i:7170;s:18:\"userrights-summary\";i:7171;s:17:\"recentchanges-url\";i:7172;s:17:\"recentchangestext\";i:7173;s:26:\"recentchanges-legend-minor\";i:7174;s:24:\"recentchanges-legend-bot\";i:7175;s:32:\"recentchanges-legend-unpatrolled\";i:7176;s:30:\"rcfilters-tag-prefix-namespace\";i:7177;s:25:\"rcfilters-tag-prefix-tags\";i:7178;s:43:\"number-of-watching-users-for-recent-changes\";i:7179;s:14:\"upload-summary\";i:7180;s:12:\"uploadfooter\";i:7181;s:26:\"upload-default-description\";i:7182;s:13:\"uploadedimage\";i:7183;s:14:\"overwroteimage\";i:7184;s:8:\"licenses\";i:7185;s:24:\"shareddescriptionfollows\";i:7186;s:35:\"filedelete-reason-dropdown-suppress\";i:7187;s:22:\"unwatchedpages-summary\";i:7188;s:21:\"listredirects-summary\";i:7189;s:23:\"unusedtemplates-summary\";i:7190;s:14:\"randompage-url\";i:7191;s:18:\"statistics-summary\";i:7192;s:24:\"statistics-articles-desc\";i:7193;s:21:\"statistics-files-desc\";i:7194;s:17:\"statistics-footer\";i:7195;s:21:\"pageswithprop-summary\";i:7196;s:23:\"doubleredirects-summary\";i:7197;s:23:\"brokenredirects-summary\";i:7198;s:29:\"brokenredirects-delete-reason\";i:7199;s:23:\"fewestrevisions-summary\";i:7200;s:19:\"lonelypages-summary\";i:7201;s:26:\"uncategorizedpages-summary\";i:7202;s:31:\"uncategorizedcategories-summary\";i:7203;s:27:\"uncategorizedimages-summary\";i:7204;s:30:\"uncategorizedtemplates-summary\";i:7205;s:24:\"unusedcategories-summary\";i:7206;s:20:\"unusedimages-summary\";i:7207;s:24:\"wantedcategories-summary\";i:7208;s:19:\"wantedfiles-summary\";i:7209;s:23:\"wantedtemplates-summary\";i:7210;s:18:\"mostlinked-summary\";i:7211;s:28:\"mostlinkedcategories-summary\";i:7212;s:27:\"mostlinkedtemplates-summary\";i:7213;s:22:\"mostcategories-summary\";i:7214;s:18:\"mostimages-summary\";i:7215;s:22:\"mostinterwikis-summary\";i:7216;s:21:\"mostrevisions-summary\";i:7217;s:19:\"prefixindex-summary\";i:7218;s:18:\"shortpages-summary\";i:7219;s:17:\"longpages-summary\";i:7220;s:20:\"deadendpages-summary\";i:7221;s:29:\"protectedpages-unknown-reason\";i:7222;s:17:\"listusers-summary\";i:7223;s:16:\"newpages-summary\";i:7224;s:20:\"ancientpages-summary\";i:7225;s:15:\"apihelp-summary\";i:7226;s:12:\"apihelp-link\";i:7227;s:18:\"apisandbox-summary\";i:7228;s:19:\"booksources-summary\";i:7229;s:6:\"rfcurl\";i:7230;s:9:\"pubmedurl\";i:7231;s:16:\"allpages-summary\";i:7232;s:18:\"categories-summary\";i:7233;s:28:\"deletedcontributions-summary\";i:7234;s:18:\"linksearch-summary\";i:7235;s:19:\"activeusers-summary\";i:7236;s:17:\"emailuser-summary\";i:7237;s:20:\"usermessage-template\";i:7238;s:17:\"watchlist-summary\";i:7239;s:17:\"watchlist-unwatch\";i:7240;s:22:\"watchlist-unwatch-undo\";i:7241;s:30:\"deletereason-dropdown-suppress\";i:7242;s:16:\"protectedarticle\";i:7243;s:25:\"modifiedarticleprotection\";i:7244;s:18:\"unprotectedarticle\";i:7245;s:22:\"movedarticleprotection\";i:7246;s:17:\"restriction-blank\";i:7247;s:16:\"undelete-summary\";i:7248;s:21:\"contributions-summary\";i:7249;s:24:\"sp-contributions-explain\";i:7250;s:23:\"sp-contributions-footer\";i:7251;s:28:\"sp-contributions-footer-anon\";i:7252;s:34:\"sp-contributions-footer-anon-range\";i:7253;s:21:\"whatlinkshere-summary\";i:7254;s:15:\"unblock-summary\";i:7255;s:17:\"blocklist-summary\";i:7256;s:13:\"blocklogentry\";i:7257;s:16:\"reblock-logentry\";i:7258;s:15:\"unblocklogentry\";i:7259;s:18:\"ipb-default-expiry\";i:7260;s:21:\"ipb-default-expiry-ip\";i:7261;s:16:\"movepage-summary\";i:7262;s:25:\"movesubpagetext-truncated\";i:7263;s:29:\"movesubpagetalktext-truncated\";i:7264;s:18:\"move-redirect-text\";i:7265;s:31:\"category-move-redirect-override\";i:7266;s:14:\"export-summary\";i:7267;s:14:\"import-summary\";i:7268;s:22:\"import-logentry-upload\";i:7269;s:25:\"import-logentry-interwiki\";i:7270;s:21:\"accesskey-pt-userpage\";i:7271;s:25:\"accesskey-pt-anonuserpage\";i:7272;s:19:\"accesskey-pt-mytalk\";i:7273;s:21:\"accesskey-pt-anontalk\";i:7274;s:24:\"accesskey-pt-preferences\";i:7275;s:22:\"accesskey-pt-watchlist\";i:7276;s:22:\"accesskey-pt-mycontris\";i:7277;s:25:\"accesskey-pt-anoncontribs\";i:7278;s:18:\"accesskey-pt-login\";i:7279;s:26:\"accesskey-pt-login-private\";i:7280;s:19:\"accesskey-pt-logout\";i:7281;s:26:\"accesskey-pt-createaccount\";i:7282;s:17:\"accesskey-ca-view\";i:7283;s:17:\"accesskey-ca-talk\";i:7284;s:17:\"accesskey-ca-edit\";i:7285;s:23:\"accesskey-ca-addsection\";i:7286;s:23:\"accesskey-ca-viewsource\";i:7287;s:20:\"accesskey-ca-history\";i:7288;s:20:\"accesskey-ca-protect\";i:7289;s:22:\"accesskey-ca-unprotect\";i:7290;s:19:\"accesskey-ca-delete\";i:7291;s:21:\"accesskey-ca-undelete\";i:7292;s:17:\"accesskey-ca-move\";i:7293;s:18:\"accesskey-ca-watch\";i:7294;s:20:\"accesskey-ca-unwatch\";i:7295;s:16:\"accesskey-search\";i:7296;s:19:\"accesskey-search-go\";i:7297;s:25:\"accesskey-search-fulltext\";i:7298;s:16:\"accesskey-p-logo\";i:7299;s:26:\"accesskey-n-help-mediawiki\";i:7300;s:20:\"accesskey-n-mainpage\";i:7301;s:32:\"accesskey-n-mainpage-description\";i:7302;s:18:\"accesskey-n-portal\";i:7303;s:25:\"accesskey-n-currentevents\";i:7304;s:25:\"accesskey-n-recentchanges\";i:7305;s:22:\"accesskey-n-randompage\";i:7306;s:16:\"accesskey-n-help\";i:7307;s:25:\"accesskey-t-whatlinkshere\";i:7308;s:31:\"accesskey-t-recentchangeslinked\";i:7309;s:18:\"accesskey-feed-rss\";i:7310;s:19:\"accesskey-feed-atom\";i:7311;s:25:\"accesskey-t-contributions\";i:7312;s:21:\"accesskey-t-emailuser\";i:7313;s:16:\"accesskey-t-info\";i:7314;s:21:\"accesskey-t-permalink\";i:7315;s:17:\"accesskey-t-print\";i:7316;s:18:\"accesskey-t-upload\";i:7317;s:24:\"accesskey-t-specialpages\";i:7318;s:23:\"accesskey-ca-nstab-main\";i:7319;s:23:\"accesskey-ca-nstab-user\";i:7320;s:24:\"accesskey-ca-nstab-media\";i:7321;s:26:\"accesskey-ca-nstab-special\";i:7322;s:26:\"accesskey-ca-nstab-project\";i:7323;s:24:\"accesskey-ca-nstab-image\";i:7324;s:28:\"accesskey-ca-nstab-mediawiki\";i:7325;s:27:\"accesskey-ca-nstab-template\";i:7326;s:23:\"accesskey-ca-nstab-help\";i:7327;s:27:\"accesskey-ca-nstab-category\";i:7328;s:19:\"accesskey-minoredit\";i:7329;s:14:\"accesskey-save\";i:7330;s:17:\"accesskey-publish\";i:7331;s:17:\"accesskey-preview\";i:7332;s:14:\"accesskey-diff\";i:7333;s:33:\"accesskey-compareselectedversions\";i:7334;s:15:\"accesskey-watch\";i:7335;s:26:\"accesskey-watchlist-expiry\";i:7336;s:16:\"accesskey-upload\";i:7337;s:26:\"accesskey-preferences-save\";i:7338;s:17:\"accesskey-summary\";i:7339;s:24:\"accesskey-userrights-set\";i:7340;s:23:\"accesskey-blockip-block\";i:7341;s:16:\"accesskey-export\";i:7342;s:16:\"accesskey-import\";i:7343;s:37:\"accesskey-watchlistedit-normal-submit\";i:7344;s:34:\"accesskey-watchlistedit-raw-submit\";i:7345;s:15:\"tooltip-ca-view\";i:7346;s:14:\"tooltip-p-lang\";i:7347;s:20:\"tooltip-p-navigation\";i:7348;s:20:\"tooltip-p-namespaces\";i:7349;s:12:\"tooltip-p-tb\";i:7350;s:18:\"tooltip-p-variants\";i:7351;s:15:\"tooltip-p-views\";i:7352;s:36:\"tooltip-p-user-interface-preferences\";i:7353;s:19:\"tooltip-p-user-page\";i:7354;s:24:\"tooltip-n-help-mediawiki\";i:7355;s:33:\"interlanguage-link-title-langonly\";i:7356;s:36:\"interlanguage-link-title-nonlangonly\";i:7357;s:15:\"pageinfo-header\";i:7358;s:15:\"pageinfo-footer\";i:7359;s:19:\"markaspatrolledlink\";i:7360;s:13:\"newimagestext\";i:7361;s:8:\"today-at\";i:7362;s:14:\"variantname-zh\";i:7363;s:15:\"variantname-gan\";i:7364;s:19:\"variantname-sr-cyrl\";i:7365;s:19:\"variantname-sr-latn\";i:7366;s:14:\"variantname-sr\";i:7367;s:14:\"variantname-ku\";i:7368;s:25:\"metadata-langitem-default\";i:7369;s:18:\"autocomment-prefix\";i:7370;s:29:\"block-autoblock-exemptionlist\";i:7371;s:15:\"size-ronnabytes\";i:7372;s:16:\"size-quettabytes\";i:7373;s:15:\"size-ronnapixel\";i:7374;s:16:\"size-quettapixel\";i:7375;s:17:\"bitrate-ronnabits\";i:7376;s:18:\"bitrate-quettabits\";i:7377;s:21:\"editwatchlist-summary\";i:7378;s:14:\"signature-anon\";i:7379;s:15:\"version-summary\";i:7380;s:20:\"version-db-mysql-url\";i:7381;s:22:\"version-db-mariadb-url\";i:7382;s:22:\"version-db-percona-url\";i:7383;s:23:\"version-db-postgres-url\";i:7384;s:21:\"version-db-sqlite-url\";i:7385;s:29:\"version-entrypoints-index-php\";i:7386;s:27:\"version-entrypoints-api-php\";i:7387;s:28:\"version-entrypoints-rest-php\";i:7388;s:13:\"redirect-text\";i:7389;s:20:\"specialpages-summary\";i:7390;s:24:\"specialpages-note-cached\";i:7391;s:12:\"tags-summary\";i:7392;s:30:\"tags-edit-revision-explanation\";i:7393;s:30:\"tags-edit-logentry-explanation\";i:7394;s:20:\"comparepages-summary\";i:7395;s:17:\"diff-form-summary\";i:7396;s:21:\"permanentlink-summary\";i:7397;s:18:\"newsection-summary\";i:7398;s:16:\"editpage-summary\";i:7399;s:18:\"deletepage-summary\";i:7400;s:16:\"pageinfo-summary\";i:7401;s:19:\"pagehistory-summary\";i:7402;s:19:\"protectpage-summary\";i:7403;s:13:\"purge-summary\";i:7404;s:10:\"rawmessage\";i:7405;s:14:\"deletedarticle\";i:7406;s:16:\"undeletedarticle\";i:7407;s:15:\"patrol-log-line\";i:7408;s:15:\"patrol-log-auto\";i:7409;s:15:\"patrol-log-diff\";i:7410;s:9:\"1movedto2\";i:7411;s:15:\"1movedto2_redir\";i:7412;s:23:\"newuserlog-create-entry\";i:7413;s:24:\"newuserlog-create2-entry\";i:7414;s:27:\"newuserlog-autocreate-entry\";i:7415;s:14:\"rightslogentry\";i:7416;s:26:\"rightslogentry-autopromote\";i:7417;s:35:\"authmanager-account-password-domain\";i:7418;s:37:\"authprovider-confirmlink-request-help\";i:7419;s:26:\"copyupload-allowed-domains\";i:7420;s:22:\"exif-coordinate-format\";i:7421;s:15:\"exif-make-value\";i:7422;s:16:\"exif-model-value\";i:7423;s:19:\"exif-software-value\";i:7424;s:27:\"exif-software-version-value\";i:7425;s:18:\"exif-contact-value\";i:7426;s:20:\"apihelp-main-summary\";i:7427;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7428;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:7429;s:30:\"apihelp-compare-param-difftype\";i:7430;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:7431;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:7432;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:7433;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:7434;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:7435;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:7436;s:41:\"apihelp-opensearch-param-redirects-append\";i:7437;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:7438;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:7439;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:7440;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:7441;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:7442;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:7443;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:7444;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:7445;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:7446;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7447;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:7448;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:7449;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7450;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:7451;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:7452;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:7453;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:7454;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:7455;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:7456;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7457;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7458;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7459;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7460;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:7461;s:14:\"api-help-flags\";i:7462;s:18:\"api-help-help-urls\";i:7463;s:24:\"api-help-parameters-note\";i:7464;s:22:\"api-help-datatypes-top\";i:7465;s:25:\"api-help-datatype-boolean\";i:7466;s:24:\"api-help-datatype-expiry\";i:7467;s:27:\"api-help-datatype-timestamp\";i:7468;s:26:\"api-help-param-type-expiry\";i:7469;s:35:\"api-help-param-type-presenceboolean\";i:7470;s:35:\"api-help-paramvalue-direction-newer\";i:7471;s:35:\"api-help-paramvalue-direction-older\";i:7472;s:32:\"api-help-no-extended-description\";i:7473;s:40:\"apierror-changecontentmodel-missingtitle\";i:7474;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7475;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7476;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7477;s:30:\"apierror-contentmodel-mismatch\";i:7478;s:23:\"apierror-invalidiprange\";i:7479;s:21:\"apierror-ipoutofrange\";i:7480;s:23:\"apierror-stashexception\";i:7481;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7482;s:30:\"paramvalidator-param-sensitive\";i:7483;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7484;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7485;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7486;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7487;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7488;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7489;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7490;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7491;s:33:\"mobile-frontend-categories-search\";i:7492;s:34:\"mobile-frontend-categories-nomatch\";i:7493;s:33:\"mobile-frontend-categories-nodata\";i:7494;s:38:\"mobile-frontend-categories-add-heading\";i:7495;s:35:\"mobile-frontend-categories-add-wait\";i:7496;s:33:\"mobile-frontend-categories-normal\";i:7497;s:33:\"mobile-frontend-categories-hidden\";i:7498;s:37:\"mobile-frontend-commons-category-view\";i:7499;s:32:\"mobile-frontend-current-language\";i:7500;s:30:\"mobile-frontend-diffview-comma\";i:7501;s:31:\"mobile-frontend-pointer-dismiss\";i:7502;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7503;s:35:\"mobile-frontend-editor-blocked-info\";i:7504;s:33:\"mobile-frontend-editor-terms-link\";i:7505;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7506;s:36:\"mobile-frontend-editor-redlink-leave\";i:7507;s:37:\"mobile-frontend-editor-redlink-create\";i:7508;s:27:\"mobile-frontend-editor-bold\";i:7509;s:29:\"mobile-frontend-editor-italic\";i:7510;s:32:\"mobile-frontend-editor-bold-text\";i:7511;s:34:\"mobile-frontend-editor-italic-text\";i:7512;s:32:\"mobile-frontend-editor-reference\";i:7513;s:39:\"mobile-frontend-editor-insert-reference\";i:7514;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7515;s:36:\"mobile-frontend-editor-add-reference\";i:7516;s:33:\"mobile-frontend-generic-login-new\";i:7517;s:33:\"mobile-frontend-nearby-permission\";i:7518;s:42:\"mobile-frontend-page-menu-language-current\";i:7519;s:31:\"mobile-frontend-talk-topic-wait\";i:7520;s:25:\"mobile-frontend-terms-url\";i:7521;s:36:\"mobile-frontend-quick-lookup-looking\";i:7522;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7523;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7524;s:10:\"mobile.css\";i:7525;s:9:\"mobile.js\";i:7526;s:16:\"skinname-minerva\";i:7527;s:33:\"apihelp-mobileview-param-sections\";i:7528;s:29:\"apihelp-mobileview-param-prop\";i:7529;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7530;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7531;s:31:\"apihelp-mobileview-param-offset\";i:7532;s:31:\"apihelp-mobileview-param-maxlen\";i:7533;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7534;s:36:\"apihelp-mobileview-param-thumbheight\";i:7535;s:28:\"apihelp-mobileview-example-1\";i:7536;s:28:\"apihelp-mobileview-example-2\";i:7537;s:28:\"apihelp-mobileview-example-3\";i:7538;s:32:\"apihelp-parse-param-mobileformat\";i:7539;s:28:\"apihelp-parse-param-mainpage\";i:7540;s:31:\"mobile-frontend-loading-message\";i:7541;s:31:\"mobile-frontend-console-recruit\";i:7542;s:28:\"mobile-frontend-panel-cancel\";i:7543;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7544;s:41:\"mobile-frontend-search-feedback-link-text\";i:7545;s:38:\"mobile-frontend-search-feedback-prompt\";i:7546;s:17:\"right-noanalytics\";}}'),('ar','magicWords','a:172:{s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:21:\"كود_الأنكور\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:23:\"مسار_المقالة\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:34:\"اسم_الصفحة_الأساسي\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:38:\"عنوان_الصفحة_الأساسي\";i:2;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:3:{i:0;i:0;i:1;s:5:\"ثا:\";i:2;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:22:\"عنوان_قاعدة:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:20:\"مسار_قاعدة:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:21:\"مصادر_مضمنة\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:21:\"لغة_المحتوى\";i:2;s:17:\"لغة_محتوى\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_حالي\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_حالي2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_الحالي\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_حالي_مأ\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_حالية\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_حالي\";i:2;s:16:\"شهر_حالي2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_حالي1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_الحالي\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_الحالي\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_الحالي_المولد\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_حالي\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_الحالي\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:19:\"نسخة_حالية\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_حالي\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_حالي\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:26:\"ترتيب_افتراضي:\";i:2;s:37:\"مفتاح_ترتيب_افتراضي:\";i:3;s:37:\"ترتيب_تصنيف_افتراضي:\";i:4;s:22:\"ترتيب_غيابي:\";i:5;s:12:\"DEFAULTSORT:\";i:6;s:15:\"DEFAULTSORTKEY:\";i:7;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"لاخطأ\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:16:\"لاتستبدل\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:5:{i:0;i:1;i:1;s:25:\"علامة_الاتجاه\";i:2;s:21:\"علامة_اتجاه\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:21:\"عرض_العنوان\";i:2;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:11:\"لا_خطأ\";i:2;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:18:\"لااستبدال\";i:2;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:3:{i:0;i:1;i:1;s:43:\"__توقع_تصنيف_غير_مستخدم__\";i:2;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:20:\"مسار_الملف:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:19:\"__لصق_فهرس__\";i:2;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:25:\"تهيئة_التاريخ\";i:2;s:21:\"تهيئة_تاريخ\";i:3;s:10:\"formatdate\";i:4;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:15:\"صيغة_رقم\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:5:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الكامل\";i:2;s:24:\"اسم_صفحة_كامل\";i:3;s:15:\"اسم_كامل\";i:4;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الكامل\";i:2;s:28:\"عنوان_صفحة_كامل\";i:3;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كامل:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:18:\"مسار_كامل:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"نوع:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:22:\"قواعد_اللغة:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:23:\"__تصنيف_مخفي__\";i:2;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:11:\"بديل=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:15:\"خط_أساسي\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:8:\"حدود\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:8:\"أسفل\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:8:\"مركز\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:11:\"رتبة=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:8:\"إطار\";i:2;s:10:\"بإطار\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:12:\"لاإطار\";i:2;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:9:\"لغة=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:8:\"يسار\";i:2;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:11:\"وصلة=$1\";i:2;s:11:\"رابط=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:13:\"تصغير=$1\";i:2;s:11:\"مصغر=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"وسط\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:8:\"بدون\";i:2;s:6:\"بلا\";i:3;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:11:\"صفحة=$1\";i:2;s:11:\"صفحة_$1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:8:\"يمين\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:8:\"فرعي\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:8:\"سوبر\";i:2;s:4:\"سب\";i:3;s:5:\"super\";i:4;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:13:\"نص_أسفل\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:13:\"نص_أعلى\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:4:{i:0;i:1;i:1;s:10:\"تصغير\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:8:\"أعلى\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:10:\"معدول\";i:2;s:13:\"معدول=$1\";i:3;s:13:\"معدول_$1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:4:{i:0;i:1;i:1;s:6:\"$1بك\";i:2;s:6:\"$1عن\";i:3;s:4:\"$1px\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:14:\"__فهرسة__\";i:2;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:11:\"محتوى:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:8:\"#لغة:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:9:\"صغير:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كبير:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_محلي\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_محلي2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_المحلي\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_محلي_مأ\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_محلية\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_محلي\";i:2;s:16:\"شهر_محلي2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_محلي1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_المحلي\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_المحلي\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_المحلي_المولد\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_محلي\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_المحلي\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:18:\"مسار_محلي:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:37:\"عنوان_المسار_المحلي:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_محلي\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_محلي\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:11:\"رسالة:\";i:2;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:31:\"رسالة_بدون_تهيئة:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:8:\"نطاق\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:19:\"عنوان_نطاق\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:15:\"عدد_نطاق\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:28:\"__وصلة_قسم_جديد__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:3:{i:0;i:0;i:1;s:11:\"لا_سيب\";i:2;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_محتوى__\";i:2;s:12:\"__لاتم__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:24:\"__لاتحريرقسم__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:16:\"__لامعرض__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:18:\"__لافهرسة__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:31:\"لا_وصلة_قسم_جديد__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_عنوان__\";i:2;s:12:\"__لاتع__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:3:{i:0;i:0;i:1;s:16:\"__لافهرس__\";i:2;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:5:\"نط:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"نطم:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:28:\"عدد_في_المجموعة\";i:2;s:24:\"عدد_في_مجموعة\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:42:\"عدد_المستخدمين_النشطين\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:25:\"عدد_الإداريين\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:23:\"عدد_المقالات\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:25:\"عدد_التعديلات\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الملفات\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الصفحات\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:27:\"عدد_المستخدمين\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:15:\"باد_يسار\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:15:\"باد_يمين\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:15:\"رقم_صفحة\";i:2;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:3:{i:0;i:1;i:1;s:19:\"لغة_الصفحة\";i:2;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الصفحة\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_الصفحة\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:5:{i:0;i:1;i:1;s:30:\"صفحات_في_التصنيف\";i:2;s:26:\"صفحات_في_تصنيف\";i:3;s:15:\"PAGESINCATEGORY\";i:4;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"كل\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:10:\"ملفات\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:10:\"صفحات\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:25:\"تصنيفات_فرعية\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:5:{i:0;i:1;i:1;s:25:\"صفحات_في_نطاق:\";i:2;s:21:\"صفحات_في_نط:\";i:3;s:17:\"PAGESINNAMESPACE:\";i:4;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:19:\"حجم_الصفحة\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:7:\"جمع:\";i:2;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:3:{i:0;i:1;i:1;s:27:\"انتهاء_الحماية\";i:2;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:25:\"مستوى_الحماية\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:7:\"خام:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:4:{i:0;i:1;i:1;s:4:\"أر\";i:2;s:4:\"آر\";i:3;s:1:\"R\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:11:\"#تحويل\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:23:\"يوم_المراجعة\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:24:\"يوم_المراجعة2\";i:2;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:23:\"رقم_المراجعة\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:23:\"شهر_المراجعة\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:24:\"شهر_المراجعة1\";i:2;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:23:\"حجم_المراجعة\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_وقت_المراجعة\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:29:\"مستخدم_المراجعة\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:23:\"عام_المراجعة\";i:2;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:26:\"جذر_اسم_الصفحة\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:30:\"عنوان_جذر_الصفحة\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:14:\"نسخ_آمن:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:25:\"مسار_السكريبت\";i:2;s:21:\"مسار_سكريبت\";i:3;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"خادم\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:19:\"اسم_الخادم\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الموقع\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:6:\"خاص\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:17:\"عنوان_خاص\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:35:\"__تحويلة_إستاتيكية__\";i:2;s:27:\"__تحويلة_ساكنة__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:21:\"مسار_الهيئة\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:5:{i:0;i:1;i:1;s:30:\"اسم_صفحة_الموضوع\";i:2;s:30:\"اسم_صفحة_المقالة\";i:3;s:15:\"SUBJECTPAGENAME\";i:4;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_صفحة_الموضوع\";i:2;s:34:\"عنوان_صفحة_المقالة\";i:3;s:16:\"SUBJECTPAGENAMEE\";i:4;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:5:{i:0;i:1;i:1;s:23:\"نطاق_الموضوع\";i:2;s:23:\"نطاق_المقالة\";i:3;s:12:\"SUBJECTSPACE\";i:4;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_نطاق_الموضوع\";i:2;s:34:\"عنوان_نطاق_المقالة\";i:3;s:13:\"SUBJECTSPACEE\";i:4;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الفرعي\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الفرعي\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:7:\"نسخ:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:6:\"وسم\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:28:\"اسم_صفحة_النقاش\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:32:\"عنوان_صفحة_النقاش\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:21:\"نطاق_النقاش\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_النقاش\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:12:\"__فهرس__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:9:\"كبير:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_صغير:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:20:\"كود_المسار:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:8:\"مسار\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:14:\"استعلام\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ويكي\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}}'),('ar','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ar','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ar','messages:about','s:7:\"ar:عن\";'),('ar','messages:aboutpage','s:15:\"ar:Project:عن\";'),('ar','messages:aboutsite','s:22:\"ar:حول {{SITENAME}}\";'),('ar','messages:abusefilter-edit-builder-vars-user-mobile','s:73:\"ar:إذا كان المستخدم يعدل عبر واجهة الجوال\";'),('ar','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ar','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ar','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ar','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ar','messages:accesskey-ca-history','s:4:\"en:h\";'),('ar','messages:accesskey-ca-move','s:4:\"en:m\";'),('ar','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ar','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ar','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ar','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ar','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ar','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ar','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ar','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ar','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ar','messages:accesskey-ca-view','s:3:\"en:\";'),('ar','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ar','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ar','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ar','messages:accesskey-diff','s:4:\"en:v\";'),('ar','messages:accesskey-export','s:4:\"en:s\";'),('ar','messages:accesskey-feed-atom','s:3:\"en:\";'),('ar','messages:accesskey-feed-rss','s:3:\"en:\";'),('ar','messages:accesskey-import','s:4:\"en:s\";'),('ar','messages:accesskey-minoredit','s:4:\"en:i\";'),('ar','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ar','messages:accesskey-n-help','s:3:\"en:\";'),('ar','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ar','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ar','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ar','messages:accesskey-n-portal','s:3:\"en:\";'),('ar','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ar','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ar','messages:accesskey-p-logo','s:3:\"en:\";'),('ar','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ar','messages:accesskey-preview','s:4:\"en:p\";'),('ar','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ar','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ar','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ar','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ar','messages:accesskey-pt-login','s:4:\"en:o\";'),('ar','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ar','messages:accesskey-pt-logout','s:3:\"en:\";'),('ar','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ar','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ar','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ar','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ar','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ar','messages:accesskey-publish','s:4:\"en:s\";'),('ar','messages:accesskey-save','s:4:\"en:s\";'),('ar','messages:accesskey-search','s:4:\"en:f\";'),('ar','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ar','messages:accesskey-search-go','s:3:\"en:\";'),('ar','messages:accesskey-summary','s:4:\"en:b\";'),('ar','messages:accesskey-t-contributions','s:3:\"en:\";'),('ar','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ar','messages:accesskey-t-info','s:3:\"en:\";'),('ar','messages:accesskey-t-permalink','s:3:\"en:\";'),('ar','messages:accesskey-t-print','s:4:\"en:p\";'),('ar','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ar','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ar','messages:accesskey-t-upload','s:4:\"en:u\";'),('ar','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ar','messages:accesskey-upload','s:4:\"en:s\";'),('ar','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ar','messages:accesskey-watch','s:4:\"en:w\";'),('ar','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ar','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ar','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ar','messages:accmailtext','s:225:\"ar:أُرسِلت كلمة سر مولدة عشوائيا ل[[User talk:$1|$1]] إلى $2. يمكن تغييرها في صفحة <em>[[Special:ChangePassword|تغيير كلمة السر]]</em> بعد تسجيل الدخول.\";'),('ar','messages:accmailtitle','s:37:\"ar:تم إرسال كلمة السر.\";'),('ar','messages:accountcreated','s:31:\"ar:تم إنشاء الحساب\";'),('ar','messages:accountcreatedtext','s:93:\"ar:أنشئ حساب مستخدم ل[[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|نقاش]]).\";'),('ar','messages:acct_creation_throttle_hit','s:465:\"ar:أنشأ زوار هذه الويكي باستخدام عنوان الأيبي الخاص بك {{PLURAL:$1||حسابا واحدا|حسابين|$1 حسابات|$1 حسابا|$1 حساب}} في آخر $2، وهو الحد الأقصى المسموح به في هذه الفترة الزمنية.\nوكنتيجة لذلك، لن يتمكن الزوار الذين يستخدمون عنوان الأيبي هذا من إنشاء أي حسابات أخرى حاليا.\";'),('ar','messages:action-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('ar','messages:action-applychangetags','s:48:\"ar:تطبيق الوسوم مع تغييراتك\";'),('ar','messages:action-autoconfirmed','s:81:\"ar:غير متأثر بحدود المعدل المستندة إلى الآيبي\";'),('ar','messages:action-autocreateaccount','s:80:\"ar:تلقائيا إنشاء هذا الحساب الخارجي للمستخدم\";'),('ar','messages:action-autopatrol','s:53:\"ar:جعل تعديلك معلم عليه كمراجع\";'),('ar','messages:action-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('ar','messages:action-block','s:53:\"ar:منع هذا المستخدم من التعديل\";'),('ar','messages:action-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('ar','messages:action-bot','s:39:\"ar:يًعامَل كعملية آلية\";'),('ar','messages:action-browsearchive','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('ar','messages:action-changetags','s:82:\"ar:أضف وأزل وسوما في مراجعات ومدخلات سجل فردية\";'),('ar','messages:action-createaccount','s:46:\"ar:إنشاء حساب المستخدم هذا\";'),('ar','messages:action-createpage','s:33:\"ar:إنشاء هذه الصفحة\";'),('ar','messages:action-createtalk','s:42:\"ar:إنشاء صفحة النقاش هذه\";'),('ar','messages:action-delete','s:29:\"ar:حذف هذه الصفحة\";'),('ar','messages:action-delete-redirect','s:93:\"ar:استبدال حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('ar','messages:action-deletechangetags','s:55:\"ar:حذف الوسوم من قاعدة البيانات\";'),('ar','messages:action-deletedhistory','s:52:\"ar:رؤية تاريخ الصفحات المحذوف\";'),('ar','messages:action-deletedtext','s:56:\"ar:رؤية تاريخ المراجعات المحذوف\";'),('ar','messages:action-deletelogentry','s:33:\"ar:حذف مدخلات السجل\";'),('ar','messages:action-deleterevision','s:28:\"ar:حذف المراجعات\";'),('ar','messages:action-edit','s:33:\"ar:تعديل هذه الصفحة\";'),('ar','messages:action-editcontentmodel','s:47:\"ar:عدل عدل طريقة محتوى صفحة\";'),('ar','messages:action-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('ar','messages:action-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('ar','messages:action-editmyprivateinfo','s:43:\"ar:تعديل معلوماتك الخاصة\";'),('ar','messages:action-editmyusercss','s:63:\"ar:تحرير ملفات CSS المستخدم الخاصة بك\";'),('ar','messages:action-editmyuserjs','s:81:\"ar:تحرير ملفات جافا سكريبت المستخدم الخاصة بك\";'),('ar','messages:action-editmyuserjson','s:68:\"ar:تحرير ملفات جسون المستخدم الخاصة بك\";'),('ar','messages:action-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('ar','messages:action-editmywatchlist','s:39:\"ar:تعديل قائمة مراقبتك\";'),('ar','messages:action-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('ar','messages:action-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('ar','messages:action-editsitecss','s:43:\"ar:تحرير CSS للموقع بأكمله\";'),('ar','messages:action-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('ar','messages:action-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('ar','messages:action-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('ar','messages:action-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('ar','messages:action-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('ar','messages:action-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('ar','messages:action-history','s:42:\"ar:اعرض تاريخ هذه الصفحة\";'),('ar','messages:action-import','s:49:\"ar:استيراد صفحات من ويكي آخر\";'),('ar','messages:action-importupload','s:51:\"ar:استيراد صفحات من ملف مرفوع\";'),('ar','messages:action-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي والمنع التلقائي ومنع النطاق\";'),('ar','messages:action-managechangetags','s:39:\"ar:إنشاء وتعطيل الوسوم\";'),('ar','messages:action-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('ar','messages:action-mergehistory','s:40:\"ar:دمج تاريخ هذه الصفحة\";'),('ar','messages:action-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('ar','messages:action-minoredit','s:57:\"ar:التعليم على هذا التعديل كطفيف\";'),('ar','messages:action-move','s:29:\"ar:نقل هذه الصفحة\";'),('ar','messages:action-move-categorypages','s:37:\"ar:انقل صفحات التصنيف\";'),('ar','messages:action-move-rootuserpages','s:58:\"ar:نقل صفحات المستخدمين الأساسية\";'),('ar','messages:action-move-subpages','s:63:\"ar:نقل هذه الصفحة، وصفحاتها الفرعية\";'),('ar','messages:action-movefile','s:27:\"ar:نقل هذا الملف\";'),('ar','messages:action-nominornewtalk','s:124:\"ar:عدم وجود تعديلات طفيفة على صفحات النقاشة تؤدي إلى ظهور رسائل جديدة\";'),('ar','messages:action-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('ar','messages:action-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('ar','messages:action-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('ar','messages:action-patrol','s:73:\"ar:تعليم تعديلات الآخرين بعلامة المراجعة\";'),('ar','messages:action-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('ar','messages:action-protect','s:65:\"ar:تغيير مستويات الحماية لهذه الصفحة\";'),('ar','messages:action-purge','s:40:\"ar:محو مختزن هذه الصفحة\";'),('ar','messages:action-read','s:33:\"ar:قراءة هذه الصفحة\";'),('ar','messages:action-reupload','s:57:\"ar:الكتابة على هذا الملف الموجود\";'),('ar','messages:action-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('ar','messages:action-reupload-shared','s:71:\"ar:الكتابة على هذا الملف في مستودع مشترك\";'),('ar','messages:action-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('ar','messages:action-sendemail','s:50:\"ar:إرسال رسائل بريد إلكتروني\";'),('ar','messages:action-siteadmin','s:56:\"ar:غلق أو رفع غلق قاعدة البيانات\";'),('ar','messages:action-suppressionlog','s:40:\"ar:رؤية هذا السجل الخاص\";'),('ar','messages:action-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('ar','messages:action-suppressrevision','s:66:\"ar:مراجعة واسترجاع المراجعات المخفية\";'),('ar','messages:action-unblockself','s:38:\"ar:رفع المنع عن أنفسهم\";'),('ar','messages:action-undelete','s:32:\"ar:استرجاع الصفحات\";'),('ar','messages:action-unwatchedpages','s:61:\"ar:رؤية قائمة الصفحات غير المراقبة\";'),('ar','messages:action-upload','s:27:\"ar:رفع هذا الملف\";'),('ar','messages:action-upload_by_url','s:52:\"ar:رفع هذا الملف من عنوان مسار\";'),('ar','messages:action-userrights','s:50:\"ar:تعديل كل صلاحيات المستخدم\";'),('ar','messages:action-userrights-interwiki','s:101:\"ar:تعديل صلاحيات المستخدم للمستخدمين في الويكيات الأخرى\";'),('ar','messages:action-viewmyprivateinfo','s:45:\"ar:مشاهدة معلوماتك الخاصة\";'),('ar','messages:action-viewmywatchlist','s:41:\"ar:مشاهدة قائمة مراقبتك\";'),('ar','messages:action-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('ar','messages:action-writeapi','s:36:\"ar:استخدام API الكتابة\";'),('ar','messages:actioncomplete','s:30:\"ar:انتهاء العملية\";'),('ar','messages:actionfailed','s:20:\"ar:الفعل فشل\";'),('ar','messages:actions','s:13:\"ar:أفعال\";'),('ar','messages:actionthrottled','s:25:\"ar:تم كبح الفعل\";'),('ar','messages:actionthrottledtext','s:240:\"ar:احترازًا من الإساء، يُحظر إجراء هذا الفعل مرات كثيرة في فترةٍ زمنية قصيرة، ولقد تجاوزت هذا الحد.\nمن فضلك حاول مجددًا بعد عدة دقائق.\";'),('ar','messages:activeusers','s:49:\"ar:قائمة المستخدمين النشطين\";'),('ar','messages:activeusers-count','s:180:\"ar:{{PLURAL:$1|لا أفعال|فعل واحد|فعلان اثنان|$1 أفعال|$1 فعلا|$1 فعل}} منذ {{PLURAL:$3||يوم|يومين|$3 أيام|$3 يوما|$1 يوم}}\";'),('ar','messages:activeusers-excludegroups','s:71:\"ar:استثن المستخدمين المنتمين للمجموعات:\";'),('ar','messages:activeusers-from','s:51:\"ar:اعرض المستخدمين ابتداء من:\";'),('ar','messages:activeusers-groups','s:67:\"ar:عرض المستخدمين المنتمين للمجموعات:\";'),('ar','messages:activeusers-intro','s:256:\"ar:هذه قائمة بالمستخدمين الذين مارسوا نوعا من النشاط خلال {{PLURAL:$1||اليوم الماضي|اليومين الماضيين|ال$1 أيام الماضية|ال$1 يوما ماضيا|ال$1 يوم ماضي}}.\";'),('ar','messages:activeusers-noresult','s:45:\"ar:لم يعثر على أي مستخدمين\";'),('ar','messages:activeusers-submit','s:45:\"ar:عرض المستخدمين النشطين\";'),('ar','messages:activeusers-summary','s:3:\"en:\";'),('ar','messages:addedwatchexpiry-options-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('ar','messages:addedwatchexpiryhours','s:125:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('ar','messages:addedwatchexpiryhours-talk','s:138:\"ar:\"[[:$1]]\" والصفحة المرفقة بها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('ar','messages:addedwatchexpirytext','s:117:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('ar','messages:addedwatchexpirytext-talk','s:125:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('ar','messages:addedwatchindefinitelytext','s:123:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('ar','messages:addedwatchindefinitelytext-talk','s:131:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('ar','messages:addedwatchtext','s:105:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('ar','messages:addedwatchtext-short','s:61:\"ar:أضيفت صفحة \"$1\" إلى قائمة مراقبتك.\";'),('ar','messages:addedwatchtext-talk','s:122:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إضافتها إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('ar','messages:addsection','s:4:\"en:+\";'),('ar','messages:addsection-editintro','s:3:\"en:\";'),('ar','messages:addsection-preload','s:3:\"en:\";'),('ar','messages:addwatch','s:48:\"ar:إضافة إلى قائمة المراقبة\";'),('ar','messages:ago','s:12:\"ar:قبل $1\";'),('ar','messages:all-logs-page','s:35:\"ar:كل السجلات العامة\";'),('ar','messages:allarticles','s:22:\"ar:كل الصفحات\";'),('ar','messages:allinnamespace','s:41:\"ar:كل الصفحات (في نطاق $1)\";'),('ar','messages:alllogstext','s:330:\"ar:عرض شامل لكل السجلات المتوفرة في {{SITENAME}}.\nباستطاعتك جعل القائمة أكثر تحديداً، وذلك باختيار نوع السجل واسم المستخدم (حساس لحالة الحروف)، أو الصفحة المتأثرة (أيضاً حساس لحالة الحروف).\";'),('ar','messages:allmessages','s:26:\"ar:رسائل النظام\";'),('ar','messages:allmessages-filter','s:41:\"ar:رشح حسب حالة التخصيص:\";'),('ar','messages:allmessages-filter-all','s:11:\"ar:الكل\";'),('ar','messages:allmessages-filter-legend','s:15:\"ar:المرشح\";'),('ar','messages:allmessages-filter-modified','s:15:\"ar:المعدل\";'),('ar','messages:allmessages-filter-submit','s:11:\"ar:مرشح\";'),('ar','messages:allmessages-filter-translate','s:11:\"ar:ترجم\";'),('ar','messages:allmessages-filter-unmodified','s:18:\"ar:غير معدل\";'),('ar','messages:allmessages-language','s:14:\"ar:اللغة:\";'),('ar','messages:allmessages-not-supported-database','s:121:\"ar:هذه الصفحة لا يمكن استخدامها لأن <strong>$wgUseDatabaseMessages</strong> تم تعطيله.\";'),('ar','messages:allmessages-prefix','s:32:\"ar:رشح حسب البادئة:\";'),('ar','messages:allmessagescurrent','s:24:\"ar:النص الحالي\";'),('ar','messages:allmessagesdefault','s:30:\"ar:النص الافتراضي\";'),('ar','messages:allmessagesname','s:13:\"ar:الاسم\";'),('ar','messages:allmessagestext','s:376:\"ar:هذه قائمة برسائل النظام المتوفرة في نطاق ميدياويكي.\nمن فضلك زر [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation ترجمة ميدياويكي] و [https://translatewiki.net ترانسليت ويكي دوت نت] لو كنت ترغب في المساهمة في ترجمة ميدياويكي الأساسية.\";'),('ar','messages:allowemail','s:93:\"ar:اسمح للمستخدمين الآخرين بإرسال بريد إلكتروني إلي\";'),('ar','messages:allpages','s:22:\"ar:كل الصفحات\";'),('ar','messages:allpages-bad-ns','s:51:\"ar:{{SITENAME}} لا يوجد بها نطاق \"$1\".\";'),('ar','messages:allpages-hide-redirects','s:28:\"ar:أخف التحويلات\";'),('ar','messages:allpages-summary','s:3:\"en:\";'),('ar','messages:allpagesbadtitle','s:213:\"ar:العنوان المقترح للصفحة غير مقبول أو يضم لغات أخرى أو سابقة إنترويكي.\nأو ربما فيه أحرف لا يمكن استعمالها في العناوين.\";'),('ar','messages:allpagesfrom','s:45:\"ar:اعرض الصفحات ابتداء من:\";'),('ar','messages:allpagesprefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('ar','messages:allpagessubmit','s:11:\"ar:اذهب\";'),('ar','messages:allpagesto','s:51:\"ar:اعرض الصفحات المنتهية عند:\";'),('ar','messages:alreadyrolled','s:407:\"ar:لم يمكن استرجاع آخر تعديل ل[[:$1]] بواسطة [[User:$2|$2]] ([[User talk:$2|نقاش]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nشخص آخر عدل أو استرجع الصفحة بالفعل.\n\nآخر تعديل كان بواسطة [[User:$3|$3]] ([[User talk:$3|نقاش]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ar','messages:ancientpages','s:26:\"ar:أقدم الصفحات\";'),('ar','messages:ancientpages-summary','s:3:\"en:\";'),('ar','messages:and','s:10:\"ar:&#32;و\";'),('ar','messages:anoncontribs','s:17:\"ar:مساهمات\";'),('ar','messages:anoneditwarning','s:411:\"ar:<strong>تحذير:</strong> أنت غير مسجل الدخول. عنوان الأيبي الخاص بك سيكون معروضا بشكل علني لو قمت بأي تعديلات. لو أنك <strong>[$1 سجلت الدخول]</strong> أو <strong>[$2 أنشأت حسابا]</strong>، فتعديلاتك ستنسب لاسم المستخدم الخاص بك، بالإضافة إلى فوائد أخرى.\";'),('ar','messages:anonnotice','s:4:\"en:-\";'),('ar','messages:anononlyblock','s:20:\"ar:مجهول فقط\";'),('ar','messages:anonpreviewwarning','s:147:\"ar:<em>أنت غير مسجل الدخول. الحفظ سيسجل عنوان الأيبي الخاص بك في تاريخ هذه الصفحة.</em>\";'),('ar','messages:anontalk','s:11:\"ar:نقاش\";'),('ar','messages:anontalkpagetext','s:645:\"ar:----\n<em>هذه صفحة نقاش لمستخدم مجهول لم يقم بإنشاء حساب بعد أو لا يستعمل ذلك الحساب;</em>\nلذا يجب علينا استعمال رقم الأيبي للتعرف عليهم،\nمثل هذا العنوان يمكن أن يشترك فيه عدة مستخدمين.\nلو كنت مستخدما مجهولا وتشعر بأن تعليقات لا تخصك تم توجيهها إليك، من فضلك [[Special:CreateAccount|أنشئ حسابا]] أو [[Special:UserLogin|سجل الدخول]] لتجنب الارتباك المستقبلي مع مستخدمين مجهولين آخرين.\";'),('ar','messages:anonuser','s:46:\"ar:مستخدم {{SITENAME}} المجهول $1\";'),('ar','messages:anonusers','s:144:\"ar:{{PLURAL:$2||مستخدم|مستخدما|مستخدمو}} {{SITENAME}} {{PLURAL:$2||المجهول|المجهولان|المجهولون}} $1\";'),('ar','messages:anonymous','s:87:\"ar:{{PLURAL:$1|مستخدم مجهول|مستخدمون مجهولون}} ل{{SITENAME}}\";'),('ar','messages:api-clientside-error-aborted','s:30:\"ar:تم إحباط الطلب.\";'),('ar','messages:api-clientside-error-http','s:37:\"ar:خطأ في الخادم: HTTP $1.\";'),('ar','messages:api-clientside-error-invalidresponse','s:54:\"ar:استجابة غير صالحة من الخادم.\";'),('ar','messages:api-clientside-error-noconnect','s:137:\"ar:لا يمكن الاتصال بالخادم؛ تأكد من أن لديك اتصال إنترنت فعال وحاول مرة أخرى.\";'),('ar','messages:api-clientside-error-timeout','s:65:\"ar:لم يستجب الخادم ضمن الوقت المتوقع.\";'),('ar','messages:api-credits','s:544:\"ar:مطورو API:\n* يوري أستراخان (مبتكر، المطور الرئيسي سبتمبر 2006 - سبتمبر 2007) \n* روان كاتو (المطور الرئيسي سبتمبر 2007-2009) \n* فيكتور فاسيليف \n* برايان تونغ مينه \n* سام ريد \n* براد يورش (المطور الرئيسي 2013–2020)\n\nيُرجَى إرسال تعليقاتك واقتراحاتك وأسئلتك لـmediawiki-api@lists.wikimedia.org\nأو إرسال تقريرا عن خطأ في https://phabricator.wikimedia.org/.\";'),('ar','messages:api-credits-header','s:19:\"ar:الإحالات\";'),('ar','messages:api-error-badtoken','s:54:\"ar:خطأ داخلي: رمز مميز غير صحيح.\";'),('ar','messages:api-error-emptypage','s:72:\"ar:إنشاء صفحات فارغة جديدة، غير مسموح به.\";'),('ar','messages:api-error-publishfailed','s:78:\"ar:خطأ داخلي: لم ينجح الخادوم في نشر ملف مؤقت\";'),('ar','messages:api-error-stashfailed','s:88:\"ar:خطأ داخلي: فشل الملقم في تخزين الملفات المؤقتة.\";'),('ar','messages:api-error-unknown-warning','s:38:\"ar:تحذير غير معروف: \"$1\".\";'),('ar','messages:api-error-unknownerror','s:33:\"ar:خطأ غير معروف: \"$1\"\";'),('ar','messages:api-exception-trace','s:20:\"ar:$1 في $2($3)\n$4\";'),('ar','messages:api-feed-error-title','s:14:\"ar:خطأ ($1)\";'),('ar','messages:api-format-prettyprint-header','s:473:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط <kbd>format=$2</kbd>.\n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('ar','messages:api-format-prettyprint-header-hyperlinked','s:459:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط [$3 <kbd>format=$2</kbd>].\n\nراجع [[mw:API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('ar','messages:api-format-prettyprint-header-only-html','s:257:\"ar:هذا تمثيل HTML مخصص للتصحيح، وغير مناسب لاستخدام تطبيق HTML. \n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('ar','messages:api-format-prettyprint-status','s:71:\"ar:سيتم إرجاع هذه الاستجابة بحالة HTTP $1 $2.\";'),('ar','messages:api-format-title','s:34:\"ar:ناتج API ميدياويكي\";'),('ar','messages:api-help-authmanager-general-usage','s:1574:\"ar:الإجراء العام لاستخدام هذه الوحدة هو:\n# جلب الحقول المتاحة من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع amirequestsfor=$4، $<kbd>amirequestsfor=$4</kbd> ورمز <kbd>$5</kbd> من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\nعرض الحقول للمستخدم، والحصول على تقديمها.\n# النشر في هذه الوحدة، مع توفير <var>$1returnurl</var> وأية حقول ذات صلة.\n# افحص <samp>status</samp> في الاستجابة.\n#* إذا تلقيت <samp>PASS</samp> أو <samp>FAIL</samp> أنت انتهيت، العملية نجحت أو لم تفعل.\n#* إذا تلقيت <samp>UI</samp>، قدم الحقول الجديدة للمستخدم والحصول على تقديمها، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> والحقول ذات الصلة المحددة، وكرر الخطوة 4.\n#* إذا تلقيت <samp>REDIRECT</samp>، وجه المستخدم إلى <samp>redirecttarget</samp> وانتظر العودة إلى <var>$1returnurl</var>، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> وأية حقول تم تمريرها إلى المسار للعودة ، وكرر الخطوة 4.\n#* إذا تلقيت <samp>RESTART</samp>، هذا يعني أن المصادقة ناجحة ولكن ليس لدينا حساب مستخدم مرتبط، قد تعامل هذا كـ<samp>UI</samp> أو كـ<samp>FAIL</samp>.\";'),('ar','messages:api-help-authmanagerhelper-additional-params','s:421:\"ar:تقبل هذه الوحدة معايير إضافية بناءً على طلبات المصادقة المتاحة، استخدم <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd> (أو استجابة سابقة من هذه الوحدة، إن وُجِدت) لتحديد الطلبات المتاحة والحقول التي يستخدمونها.\";'),('ar','messages:api-help-authmanagerhelper-continue','s:167:\"ar:هذا الطلب استمرار بعد استجابة <samp>UI</samp> أو <samp>REDIRECT</samp> سابقة، مطلوب إما هذا أو <var>$1returnurl</var>.\";'),('ar','messages:api-help-authmanagerhelper-mergerequestfields','s:102:\"ar:دمج معلومات الحقل لجميع طلبات التوثيق في مصفوفة واحدة.\";'),('ar','messages:api-help-authmanagerhelper-messageformat','s:64:\"ar:تنسيق لاستخدامه في إرسال الرسائل.\";'),('ar','messages:api-help-authmanagerhelper-preservestate','s:112:\"ar:الحفاظ على الحالة من محاولة تسجيل دخول فاشلة سابقة، إن أمكن.\";'),('ar','messages:api-help-authmanagerhelper-request','s:234:\"ar:استخدم طلب المصادقة هذا ، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd>.\";'),('ar','messages:api-help-authmanagerhelper-requests','s:293:\"ar:استخدم فقط طلبات المصادقة هذه، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> أو من رد سابق من هذه الوحدة.\";'),('ar','messages:api-help-authmanagerhelper-returnurl','s:673:\"ar:يجب أن يكون العودة لتدفقات المصادقة من الجهات الخارجية مطلقا، مطلوب إما هذا أو <var>$1continue</var>.\n\nعند استلام استجابة <samp>REDIRECT</samp>، ستفتح عادةً متصفح أو عرض ويب للمسار <samp>redirecttarget</samp>المحدد لتدفق مصادقة طرف ثالث، عند اكتمال ذلك، سيرسل الطرف الثالث المتصفح أو عرض الويب إلى هذا المسار، يجب عليك استخلاص أي استعلام أو وسائط POST من المسار وتمريرها كطلب <var>$1continue</var> إلى وحدة API هذه.\";'),('ar','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ar','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ar','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ar','messages:api-help-datatypes-header','s:30:\"ar:أنواع البيانات\";'),('ar','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ar','messages:api-help-examples','s:37:\"ar:{{PLURAL:$1|مثال|أمثلة}}:\";'),('ar','messages:api-help-flag-deprecated','s:34:\"ar:هذه الوحدة مهملة.\";'),('ar','messages:api-help-flag-generator','s:65:\"ar:هذه الوحدة يمكن أن تُستخدَم كمولد.\";'),('ar','messages:api-help-flag-internal','s:129:\"ar:<strong> هذه الوحدة داخلية أو غير مستقرة.</strong> قد تتغير عمليتها دون إشعار.\";'),('ar','messages:api-help-flag-mustbeposted','s:55:\"ar:هذه الوحدة تقبل طلبات POST فقط.\";'),('ar','messages:api-help-flag-readrights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات القراءة.\";'),('ar','messages:api-help-flag-writerights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات الكتابة.\";'),('ar','messages:api-help-flags','s:3:\"en:\";'),('ar','messages:api-help-help-urls','s:3:\"en:\";'),('ar','messages:api-help-lead','s:188:\"ar:\nهذه صفحة توثيق ميدياويكي API التي تم إنشاؤها تلقائيا.\n\nوثائق وأمثلة: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ar','messages:api-help-license','s:28:\"ar:الترخيص: [[$1|$2]]\";'),('ar','messages:api-help-license-noname','s:47:\"ar:الترخيص: [[$1|انظر الوصلة]]\";'),('ar','messages:api-help-license-unknown','s:73:\"ar:الترخيص: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('ar','messages:api-help-main-header','s:32:\"ar:الوحدة الرئيسية\";'),('ar','messages:api-help-no-extended-description','s:3:\"en:\";'),('ar','messages:api-help-open-in-apisandbox','s:40:\"ar:<small>[فتح في ملعب]</small>\";'),('ar','messages:api-help-param-continue','s:96:\"ar:عندما تتوفر المزيد من النتائج، استخدم هذا للمتابعة\";'),('ar','messages:api-help-param-default-empty','s:68:\"ar:الافتراضي: <span class=\"apihelp-empty\">(فارغ)</span>\";'),('ar','messages:api-help-param-deprecated','s:12:\"ar:مهمل.\";'),('ar','messages:api-help-param-deprecated-label','s:22:\"ar:مستغنى عنه\";'),('ar','messages:api-help-param-direction','s:340:\"ar:في أي اتجاه للتعداد:\n;الأحدث: سرد الأقدم أولا، ملاحظة: يجب أن يكون $1start قبل $1end.\n;older:List newest first (default). Note: $1start has to be later than $1end.\n;الأقدم: سرد الأحدث أولا (افتراضي)، ملاحظة: يجب أن يكون $1start بعد $1end.\";'),('ar','messages:api-help-param-disabled-in-miser-mode','s:91:\"ar:تم التعطيل بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]].\";'),('ar','messages:api-help-param-internal','s:14:\"ar:داخلي.\";'),('ar','messages:api-help-param-internal-label','s:13:\"ar:داخلي\";'),('ar','messages:api-help-param-limited-in-miser-mode','s:328:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام هذا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('ar','messages:api-help-param-multi-all','s:60:\"ar:لتحديد كل القيم; استخدم <kbd>$1</kbd>.\";'),('ar','messages:api-help-param-multi-separate','s:94:\"ar:قيم منفصلة بـ<kbd>|</kbd> أو [[Special:ApiHelp/main#main/datatypes|بديل]].\";'),('ar','messages:api-help-param-no-description','s:60:\"ar:<span class=\"apihelp-empty\">(لا يوجد وصف)</span>\";'),('ar','messages:api-help-param-templated','s:110:\"ar:هذا [[Special:ApiHelp/main#main/templatedparams|وسيط قالب]]، عند تقديم الطلب، $2.\";'),('ar','messages:api-help-param-templated-var','s:51:\"ar:<var>&#x7B;$1&#x7D;</var> بقيم <var>$2</var>\";'),('ar','messages:api-help-param-templated-var-first','s:98:\"ar:يجب استبدال <var>&#x7B;$1&#x7D;</var> في اسم الوسيط بقيم <var>$2</var>\";'),('ar','messages:api-help-param-token','s:106:\"ar:تم استرداد رمز مميز \"$1\" من [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ar','messages:api-help-param-token-webui','s:136:\"ar:للتوافق; يتم أيضا قبول الرمز المميز المستخدم في واجهة المستخدم على الويب.\";'),('ar','messages:api-help-param-type-enum','s:165:\"ar:{{PLURAL:$1|1=إحدى القيم التالية|2=القيم (منفصلة مع <kbd>{{!}}</kbd> أو [[Special:ApiHelp/main#main/datatypes|البديل]])}}: $2\";'),('ar','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ar','messages:api-help-param-type-limit','s:50:\"ar:النوع: عدد صحيح أو <kbd>max</kbd>\";'),('ar','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ar','messages:api-help-param-type-timestamp','s:128:\"ar:النوع: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ar','messages:api-help-parameters','s:37:\"ar:{{PLURAL:$1|وسيط|وسائط}}:\";'),('ar','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ar','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ar','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ar','messages:api-help-permissions','s:45:\"ar:{{PLURAL:$1|الإذن|الأذونات}}:\";'),('ar','messages:api-help-permissions-granted-to','s:38:\"ar:{{PLURAL:$1|ممنوحة لـ}}: $2\";'),('ar','messages:api-help-right-apihighlimits','s:247:\"ar:استخدم حدودا أعلى في استعلامات API (استعلامات بطيئة: $1، استعلامات سريعة: $2)، تنطبق حدود الاستعلامات البطيئة أيضا على وسائط متعددة القيم.\";'),('ar','messages:api-help-source','s:18:\"ar:المصدر:$1\";'),('ar','messages:api-help-source-unknown','s:71:\"ar:المصدر: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('ar','messages:api-help-templatedparams','s:664:\"ar:تدعم وسائط القوالب الحالات التي تحتاج فيها API إلى قيمة لكل قيمة من وسيط آخر، على سبيل المثال، إذا كانت هناك وحدة API لطلب الفاكهة، فإنه قد يكون لديك وسيط <var>fruits</var> لتحديد أي الفواكه تم طلبها ووسيط قالب <var>{fruit}-quantity</var>لتحديد عدد الفواكه لكل طلب، يمكن لعميل API الذي يريد 1 تفاحة، 5 موز، 20 فراولة ثم تقديم طلب مثل <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ar','messages:api-help-templatedparams-header','s:26:\"ar:وسائط القالب\";'),('ar','messages:api-help-title','s:38:\"ar:مساعدة API ميدياويكي\";'),('ar','messages:api-help-undocumented-module','s:44:\"ar:لا توجد وثائق للوحدة $1.\";'),('ar','messages:api-login-fail-aborted','s:395:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتتمكن من تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ar','messages:api-login-fail-aborted-nobotpw','s:212:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتسجيل الدخول; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ar','messages:api-login-fail-badsessionprovider','s:61:\"ar:لا يمكن تسجيل الدخول باستخدام $1.\";'),('ar','messages:api-login-fail-sameorigin','s:105:\"ar:لا يمكن تسجيل الدخول عندما لا يتم تطبيق السياسة الأصلية.\";'),('ar','messages:api-pageset-param-converttitles','s:268:\"ar:تحويل العناوين إلى المتغيرات الأخرى إذا لزم الأمر، يعمل فقط إذا كانت لغة محتوى الويكي تدعم تحويل المتغير، تتضمن اللغات التي تدعم تحويل المتغير $1.\";'),('ar','messages:api-pageset-param-generator','s:260:\"ar:احصل على قائمة الصفحات للعمل عليها من خلال تنفيذ وحدة الاستعلام المحددة.\n\n<strong>ملاحظة:</strong> يجب أن تبدأ أسماء وسطائط المولد بـ\"g\"، انظر الأمثلة.\";'),('ar','messages:api-pageset-param-pageids','s:66:\"ar:قائمة بمعرفات الصفحات للعمل عليها.\";'),('ar','messages:api-pageset-param-redirects-generator','s:201:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var> وفي الصفحات التي يتم إرجاعها بواسطة <var>$1generator</var>.\";'),('ar','messages:api-pageset-param-redirects-nogenerator','s:112:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var>.\";'),('ar','messages:api-pageset-param-revids','s:70:\"ar:قائمة بمعرفات المراجعات للعمل عليها.\";'),('ar','messages:api-pageset-param-titles','s:49:\"ar:قائمة عناوين للعمل عليها.\";'),('ar','messages:api-usage-docref','s:36:\"ar:راجع $1 لاستخدام API.\";'),('ar','messages:api-usage-mailinglist-ref','s:269:\"ar:اشترك في القائمة البريدية لإعلان api ميدياويكي في &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt ; للحصول على إشعار بإيقاف API وإيقاف التغييرات.\";'),('ar','messages:apierror-allimages-redirect','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('ar','messages:apierror-allpages-generator-redirects','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('ar','messages:apierror-appendnotsupported','s:89:\"ar:لا يمكن إلحاق الصفحات باستخدام نموذج المحتوى $1.\";'),('ar','messages:apierror-articleexists','s:82:\"ar:تم بالفعل إنشاء المقالة التي حاولت إنشاءها.\";'),('ar','messages:apierror-assertanonfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('ar','messages:apierror-assertbotfailed','s:84:\"ar:التأكيد على فشل المستخدم في صلاحية <code>bot</code>.\";'),('ar','messages:apierror-assertnameduserfailed','s:48:\"ar:تأكيد أن المستخدم \"$1\" فشل.\";'),('ar','messages:apierror-assertuserfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('ar','messages:apierror-autoblocked','s:141:\"ar:عنوان الآيبي الخاص بك تم منعه تلقائيا; لأنه تم استخدامه بواسطة مستخدم ممنوع.\";'),('ar','messages:apierror-bad-badfilecontexttitle','s:81:\"ar:عنوان غير صالح في الوسيط <var>$1badfilecontexttitle</var>.\";'),('ar','messages:apierror-bad-watchlist-token','s:129:\"ar:رمز قائمة مراقبة غير صحيح مقدم; يُرجَى تعيين رمز مميز في [[Special:Preferences]].\";'),('ar','messages:apierror-badconfig-resulttoosmall','s:163:\"ar:إن قيمة <code>$wgAPIMaxResultSize</code> في هذا الويكي صغيرة جدا لا تحتوي على معلومات النتائج الأساسية.\";'),('ar','messages:apierror-badcontinue','s:164:\"ar:متابعة غير صحيحة; يجب عليك تمرير القيمة الأصلية التي تم إرجاعها بواسطة الاستعلام السابق.\";'),('ar','messages:apierror-baddiff','s:155:\"ar:لا يمكن استرجاع الفرقك; إحدى أو كلا المراجعتين غير موجودة أو ليس لديك صلاحية لعرضها.\";'),('ar','messages:apierror-baddiffto','s:126:\"ar:يجب تعيين <var>$1diffto</var> على عدد غير سالب، <kbd>prev</kbd>, <kbd>next</kbd> أو <kbd>cur</kbd>.\";'),('ar','messages:apierror-badformat','s:118:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2 المستخدم بواسطة $3.\";'),('ar','messages:apierror-badformat-generic','s:85:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2.\";'),('ar','messages:apierror-badgenerator-notgenerator','s:70:\"ar:لا يمكن استخدام الوحدة <kbd>$1</kbd> كمولد.\";'),('ar','messages:apierror-badgenerator-unknown','s:38:\"ar:<kbd>generator=$1</kbd> مجهول.\";'),('ar','messages:apierror-badip','s:41:\"ar:وسيط الآيبي غير صالح.\";'),('ar','messages:apierror-badmd5','s:56:\"ar:رمز الرقم MD5 المتوفر غير صحيح.\";'),('ar','messages:apierror-badmodule-badsubmodule','s:78:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدة فرعية \"$2\".\";'),('ar','messages:apierror-badmodule-nosubmodules','s:75:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدات فرعية.\";'),('ar','messages:apierror-badparameter','s:57:\"ar:قيمة غير صالحة للوسيط <var>$1</var>.\";'),('ar','messages:apierror-badquery','s:34:\"ar:استعلام غير صالح.\";'),('ar','messages:apierror-badtimestamp','s:86:\"ar:قيمة غير صالحة \"$2\" لوسيط الطابع الزمني <var>$1</var>.\";'),('ar','messages:apierror-badtoken','s:31:\"ar:رمز CSRF غير صالح.\";'),('ar','messages:apierror-badupload','s:236:\"ar:وسيط رفع الملف <var>$1</var> ليس رفع ملف; تأكد من استخدام <code>multipart/form-data</code> لـPOST الخاص بك وقم بتضمين اسم ملف في الرأس <code>Content-Disposition</code>.\";'),('ar','messages:apierror-badurl','s:75:\"ar:قيمة غير صالحة \"$2\" لوسيط العنوان <var>$1</var>.\";'),('ar','messages:apierror-baduser','s:77:\"ar:قيمة غير صالحة \"$2\" لوسيط المستخدم <var>$1</var>.\";'),('ar','messages:apierror-badvalue-notmultivalue','s:112:\"ar:لا يمكن استخدام فصل U+001F متعدد القيم إلا لوسائط متعددة القيم.\";'),('ar','messages:apierror-blocked','s:44:\"ar:لقد تم منعك من التحرير.\";'),('ar','messages:apierror-blocked-partial','s:60:\"ar:لقد تم منعك من تحرير هذه الصفحة.\";'),('ar','messages:apierror-blockedfrommail','s:74:\"ar:لقد تم منعك من إرسال البريد الإلكتروني.\";'),('ar','messages:apierror-botsnotsupported','s:60:\"ar:هذه الواجهة غير مدعومة للبوتات.\";'),('ar','messages:apierror-cannot-async-upload-file','s:394:\"ar:لا يمكن الجمع بين الوسيطين <var>async</var> و<var>file</var>، إذا كنت تريد معالجة غير متزامنة لملفك المرفوع، فارفعه أولاً إلى المخبأ (باستخدام الوسيط <var>stash</var>) ثم انشر الملف المتقطع بشكل غير متزامن (باستخدام <var>filekey</var> و<var>async</var>).\";'),('ar','messages:apierror-cannotreauthenticate','s:95:\"ar:هذا الإجراء غير متاح لأن هويتك لا يمكن التحقق منها.\";'),('ar','messages:apierror-cannotviewtitle','s:38:\"ar:لا يُسمَح لك بعرض $1.\";'),('ar','messages:apierror-cantblock','s:62:\"ar:ليس لديك صلاحية لمنع المستخدمين.\";'),('ar','messages:apierror-cantblock-email','s:139:\"ar:ليس لديك صلاحية لمنع المستخدمين من إرسال البريد الإلكتروني من خلال الويكي.\";'),('ar','messages:apierror-cantchangecontentmodel','s:106:\"ar:ليس لديك صلاحية لمنع المستخدمين لتغيير نموذج محتوى صفحة.\";'),('ar','messages:apierror-canthide','s:98:\"ar:ليس لديك صلاحية إخفاء أسماء المستخدمين من سجل المنع.\";'),('ar','messages:apierror-cantimport','s:64:\"ar:ليس لديك صلاحية لاستيراد الصفحات.\";'),('ar','messages:apierror-cantimport-upload','s:79:\"ar:ليس لديك صلاحية استيراد الصفحات المرفوعة.\";'),('ar','messages:apierror-cantoverwrite-sharedfile','s:113:\"ar:الملف الهدف موجود في مستودع مشترك وليست لديك صلاحية لتجاوزه.\";'),('ar','messages:apierror-cantsend','s:273:\"ar:لم تقم بتسجيل الدخول أو ليس لديك عنوان بريد إلكتروني مؤكد أو غير مسموح لك بإرسال بريد إلكتروني إلى مستخدمين آخرين; لذلك لا يمكنك إرسال بريد إلكتروني.\";'),('ar','messages:apierror-cantundelete','s:153:\"ar:تعذر الاسترجاع: قد لا تكون المراجعات المطلوبة موجودة، أو ربما تم الاسترجاع بالفعل.\";'),('ar','messages:apierror-cantview-deleted-comment','s:77:\"ar:ليس لديك صلاحية لعرض التعليقات المحذوفة.\";'),('ar','messages:apierror-cantview-deleted-description','s:84:\"ar:ليس لديك صلاحية لعرض أوصاف الملفات المحذوفة.\";'),('ar','messages:apierror-cantview-deleted-metadata','s:105:\"ar:ليس لديك صلاحية لعرض البيانات الوصفية للملفات المحذوفة.\";'),('ar','messages:apierror-cantview-deleted-revision-content','s:88:\"ar:ليس لديك صلاحية لعرض محتوى المراجعات المحذوفة.\";'),('ar','messages:apierror-changeauth-norequest','s:48:\"ar:فشل في إنشاء طلب التغيير.\";'),('ar','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ar','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ar','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ar','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ar','messages:apierror-chunk-too-small','s:113:\"ar:الحد الأدنى لحجم القطعة هو $1 {{PLURAL:$1|بايت}} للقطع غير النهائية.\";'),('ar','messages:apierror-cidrtoobroad','s:54:\"ar:لا يُقبَل مدى $1 CIDR أكبر من /$2.\";'),('ar','messages:apierror-compare-maintextrequired','s:176:\"ar:الوسيط <var>$1text-main</var> مطلوب عندما يكون <var>$1slots</var> يحتوي على <kbd>main</kbd> (لا يمكن حذف الفتحة الرئيسية).\";'),('ar','messages:apierror-compare-no-title','s:138:\"ar:لا يمكن الحفظ المسبق للحفظ بدون عنوان; حاول تحديد <var>fromtitle</var> أو <var>totitle</var>.\";'),('ar','messages:apierror-compare-nofromrevision','s:107:\"ar:ليس \'من\' مراجعة، حدد <var>fromrev</var> أو <var>fromtitle</var> أو <var>fromid</var>.\";'),('ar','messages:apierror-compare-nosuchfromsection','s:54:\"ar:لا يوجد قسم $1 في المحتوى \'من\'.\";'),('ar','messages:apierror-compare-nosuchtosection','s:56:\"ar:لا يوجد قسم $1 في المحتوى \'إلى\'.\";'),('ar','messages:apierror-compare-notext','s:82:\"ar:لا يمكن استخدام الوسيط <var>$1</var> بدون <var>$2</var>.\";'),('ar','messages:apierror-compare-notorevision','s:103:\"ar:ليس \'إلى\' مراجعة، حدد <var>torev</var> أو <var>totitle</var> أو <var>toid</var>.\";'),('ar','messages:apierror-compare-relative-to-deleted','s:100:\"ar:لا يمكن استخدام <kbd>torelative=$1</kbd> بالنسبة لمراجعة محذوفة.\";'),('ar','messages:apierror-compare-relative-to-nothing','s:83:\"ar:لا توجد مراجعة \'من\' لـ<var>torelative</var> لتكون نسبة.\";'),('ar','messages:apierror-concurrency-limit','s:137:\"ar: .تم تجاوز حد التزامن. يرجى الانتظار حتى يعود كل طلب قبل إرسال الطلب التالي\";'),('ar','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ar','messages:apierror-contentserializationexception','s:39:\"ar:فشل تسلسل المحتوى: $1\";'),('ar','messages:apierror-contenttoobig','s:128:\"ar:يتجاوز المحتوى الذي أدخلته حد حجم المقالة البالغ $1 {{PLURAL:$1|كيبي بايت}}.\";'),('ar','messages:apierror-copyuploadbaddomain','s:89:\"ar:لا يُسمَح بالمرفوعات بواسطة مسار من هذا النطاق.\";'),('ar','messages:apierror-copyuploadbadurl','s:59:\"ar:لا يُسمَح بالرفع من هذا المسار.\";'),('ar','messages:apierror-create-titleexists','s:97:\"ar:لا يمكن حماية العناوين الموجودة باستخدام <kbd>create</kbd>.\";'),('ar','messages:apierror-csp-report','s:47:\"ar:خطأ في معالجة تقرير CSP: $1.\";'),('ar','messages:apierror-deletedrevs-param-not-1-2','s:88:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الأوضاع 1 أو 2.\";'),('ar','messages:apierror-deletedrevs-param-not-3','s:77:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الوضع 3.\";'),('ar','messages:apierror-edit-invalidredirect','s:135:\"ar:لا يمكن تعديل <kbd>$1</kbd> أثناء متابعة التحويلات؛ لأن الهدف <kbd>$2</kbd> غير صالح.\";'),('ar','messages:apierror-emptynewsection','s:63:\"ar:إنشاء أقسام جديدة فارغة غير ممكن.\";'),('ar','messages:apierror-emptypage','s:67:\"ar:لا يُسمَح بإنشاء صفحات جديدة فارغة.\";'),('ar','messages:apierror-exceptioncaught','s:48:\"ar:[$1] تم اكتشاف الاستثناء: $2\";'),('ar','messages:apierror-exceptioncaughttype','s:60:\"ar:[$1] تم اكتشافها باستثناء النوع $2\";'),('ar','messages:apierror-filedoesnotexist','s:32:\"ar:الملف غير موجود.\";'),('ar','messages:apierror-fileexists-sharedrepo-perm','s:133:\"ar:الملف الهدف موجود في مستودع مشترك; استخدم الوسيط <var>ignorewarnings</var> لتجاوزه.\";'),('ar','messages:apierror-filenopath','s:70:\"ar:لا يمكن الحصول على مسار الملف المحلي.\";'),('ar','messages:apierror-filetypecannotberotated','s:46:\"ar:لا يمكن تدوير نوع الملف.\";'),('ar','messages:apierror-formatphp','s:144:\"ar:لا يمكن تمثيل هذه الاستجابة باستخدام <kbd>format=php</kbd>; انظر https://phabricator.wikimedia.org/T68776.\";'),('ar','messages:apierror-imageusage-badtitle','s:59:\"ar:يجب أن يكون عنوان <<kbd>$1</kbd> ملفا.\";'),('ar','messages:apierror-import-unknownerror','s:56:\"ar:خطأ غير معروف في الاستيراد: $1.\";'),('ar','messages:apierror-integeroutofrange-abovebotmax','s:122:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للبوتات أو الإداريين.\";'),('ar','messages:apierror-integeroutofrange-abovemax','s:104:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للمستخدمين.\";'),('ar','messages:apierror-integeroutofrange-belowminimum','s:80:\"ar:لا يجوز أن يكون <var>$1</var> أقل من $2 (معين إلى $3)\";'),('ar','messages:apierror-invalid-chunk','s:118:\"ar:الإزاحة بالإضافة إلى الجزء الحالي أكبر من حجم الملف المطالب به.\";'),('ar','messages:apierror-invalid-file-key','s:37:\"ar:ليس مفتاح ملف صالح.\";'),('ar','messages:apierror-invalidcategory','s:65:\"ar:اسم التصنيفف الذي أدخلته غير صالح.\";'),('ar','messages:apierror-invalidexpiry','s:61:\"ar:وقت انتهاء الصلاحية غير صالح \"$1\".\";'),('ar','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ar','messages:apierror-invalidlang','s:60:\"ar:رمز لغة غير صالح للوسيط <var>$1</var>.\";'),('ar','messages:apierror-invalidmethod','s:79:\"ar:طريقة HTTP غير صالحة; فكر في استخدام GET أو POST.\";'),('ar','messages:apierror-invalidoldimage','s:81:\"ar:يحتوي الوسيط <var>oldimage</var> على تنسيق غير صالح.\";'),('ar','messages:apierror-invalidparammix','s:71:\"ar:لا يمكن استخدام {{PLURAL:$2|الوسائط}} $1 معا.\";'),('ar','messages:apierror-invalidparammix-cannotusewith','s:78:\"ar:لا يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd>.\";'),('ar','messages:apierror-invalidparammix-mustusewith','s:80:\"ar:يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd> فقط.\";'),('ar','messages:apierror-invalidparammix-parse-new-section','s:192:\"ar:لا يمكن دمج <kbd>section=new</kbd> مع الوسائط <var>oldid</var> أو <var>pageid</var> أو <var>page</var>; الرجاء استخدام <var>title</var> و<var>text</var>.\";'),('ar','messages:apierror-invalidsection','s:103:\"ar:يجب أن يكون الوسيط <var>section</var> معرف قسم صالحا أو <kbd>new</kbd>.\";'),('ar','messages:apierror-invalidsha1base36hash','s:57:\"ar:رمز رقم SHA1Base36 المقدم غير صالح.\";'),('ar','messages:apierror-invalidsha1hash','s:51:\"ar:رمز رقم SHA1 المقدم غير صالح.\";'),('ar','messages:apierror-invalidtitle','s:26:\"ar:عنوان سيئ \"$1\".\";'),('ar','messages:apierror-invalidurlparam','s:75:\"ar:قيمة غير صالحة لـ<var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ar','messages:apierror-invaliduser','s:48:\"ar:اسم المستخدم غير صالح \"$1\".\";'),('ar','messages:apierror-invaliduserid','s:59:\"ar:معرف المستخدم <var>$1</var> غير صالح.\";'),('ar','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ar','messages:apierror-maxbytes','s:97:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|بايت}}\";'),('ar','messages:apierror-maxchars','s:104:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|حرف|أحرف}}\";'),('ar','messages:apierror-maxlag','s:73:\"ar:في انتظار $2: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('ar','messages:apierror-maxlag-generic','s:107:\"ar:في انتظار خادم قاعدة البيانات: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('ar','messages:apierror-mimesearchdisabled','s:49:\"ar:تم تعطيل بحث MIME في وضع Miser.\";'),('ar','messages:apierror-missingcontent-pageid','s:52:\"ar:محتوى مفقود لمعرف الصفحة $1.\";'),('ar','messages:apierror-missingcontent-revid','s:56:\"ar:محتوى مفقود لمعرف المراجعة $1.\";'),('ar','messages:apierror-missingcontent-revid-role','s:70:\"ar:محتوى مفقود لمعرف المراجعة $1 للدور $2.\";'),('ar','messages:apierror-missingparam','s:48:\"ar:يجب تعيين الوسيط <var>$1</var>.\";'),('ar','messages:apierror-missingparam-at-least-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('ar','messages:apierror-missingparam-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('ar','messages:apierror-missingrev-pageid','s:68:\"ar:لا توجد مراجعة حالية لمعرف الصفحة $1.\";'),('ar','messages:apierror-missingrev-title','s:59:\"ar:لا توجد مراجعة حالية للعنوان $1.\";'),('ar','messages:apierror-missingtitle','s:58:\"ar:الصفحة التي حددتها غير موجودة.\";'),('ar','messages:apierror-missingtitle-byname','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('ar','messages:apierror-missingtitle-createonly','s:99:\"ar:يمكن حماية العناوين المفقودة فقط باستخدام <kbd>create</kbd>.\";'),('ar','messages:apierror-moduledisabled','s:46:\"ar:تم تعطيل الوحدة <kbd>$1</kbd>.\";'),('ar','messages:apierror-multival-only-one-of','s:91:\"ar:{{PLURAL:$3|فقط|واحد فقط من}} $2 مسموح به للوسيط <var>$1</var>.\";'),('ar','messages:apierror-multpages','s:78:\"ar:لا يجوز استخدام <var>$1</var> إلا مع صفحة واحدة.\";'),('ar','messages:apierror-mustbeloggedin','s:44:\"ar:يجب تسجيل الدخول إلى $1.\";'),('ar','messages:apierror-mustbeloggedin-changeauth','s:86:\"ar:يجب عليك تسجيل الدخول لتغيير بيانات المصادقة.\";'),('ar','messages:apierror-mustbeloggedin-generic','s:35:\"ar:يجب أن تكون مسجلا.\";'),('ar','messages:apierror-mustbeloggedin-linkaccounts','s:69:\"ar:يجب عليك تسجيل الدخول لربط الحسابات.\";'),('ar','messages:apierror-mustbeloggedin-removeauth','s:86:\"ar:يجب عليك تسجيل الدخول لإزالة بيانات المصادقة.\";'),('ar','messages:apierror-mustbeloggedin-uploadstash','s:88:\"ar:لا يتوفر الرفع المخبأ إلا للمستخدمين المسجلين.\";'),('ar','messages:apierror-mustbeposted','s:53:\"ar:تتطلب الوحدة <kbd>$1</kbd> طلب POST.\";'),('ar','messages:apierror-mustpostparams','s:156:\"ar:تم العثور على {{PLURAL:$2|الوسيط|الوسائط}} في سلسلة الاستعلام، ولكن يجب أن يكون في نص POST: $1.\";'),('ar','messages:apierror-no-direct-editing','s:118:\"ar:التعديل المباشر عبر API غير مدعوم لنموذج المحتوى $1 المستخدم في $2.\";'),('ar','messages:apierror-noapiwrite','s:68:\"ar:تم تعطيل تحرير هذا الويكي من خلال API.\";'),('ar','messages:apierror-nochanges','s:44:\"ar:لم يتم طلب أية تغييرات.\";'),('ar','messages:apierror-nodeleteablefile','s:75:\"ar:لا يوجد مثل هذا الإصدار القديم من الملف.\";'),('ar','messages:apierror-noedit','s:58:\"ar:ليس لديك صلاحية تعديل الصفحات.\";'),('ar','messages:apierror-noedit-anon','s:83:\"ar:لا يمكن للمستخدمين المجهولين تحرير الصفحات.\";'),('ar','messages:apierror-noimageredirect','s:95:\"ar:ليس لديك صلاحية تعديل الصفحات إنشاء تحويلات الصور.\";'),('ar','messages:apierror-noimageredirect-anon','s:90:\"ar:لا يمكن للمستخدمين المجهولين إنشاء تحويلات صور.\";'),('ar','messages:apierror-nosuchlogid','s:53:\"ar:لا توجد مدخلة سجل بالمعرف $1.\";'),('ar','messages:apierror-nosuchpageid','s:44:\"ar:لا توجد صفحة بالمعرف $1.\";'),('ar','messages:apierror-nosuchrcid','s:55:\"ar:لا يوجد تغيير حديث بالمعرف $1.\";'),('ar','messages:apierror-nosuchrevid','s:48:\"ar:لا توجد مراجعة بالمعرف $1.\";'),('ar','messages:apierror-nosuchsection','s:27:\"ar:لا يوجد قسم $1.\";'),('ar','messages:apierror-nosuchsection-what','s:35:\"ar:لا يوجد قسم $1 في $2.\";'),('ar','messages:apierror-nosuchuserid','s:48:\"ar:لا يوجد مستخدم بالمعرف $1.\";'),('ar','messages:apierror-notarget','s:61:\"ar:لم تحدد هدفا صالحا لهذا الإجراء.\";'),('ar','messages:apierror-notpatrollable','s:90:\"ar:لا يمكن إجراء مراجعة للمراجعة $1 لأنها قديمة جدا.\";'),('ar','messages:apierror-nouploadmodule','s:44:\"ar:لا توجد وحدة رفع محددة.\";'),('ar','messages:apierror-opensearch-json-warnings','s:76:\"ar:لا يمكن تمثيل التحذيرات بتنسيق OpenSearch JSON.\";'),('ar','messages:apierror-pagecannotexist','s:62:\"ar:النطاق لا يسمح بالصفحات الفعلية.\";'),('ar','messages:apierror-pagedeleted','s:82:\"ar:لقد تم حذف الصفحة منذ أن جلبت طابعها الزمني.\";'),('ar','messages:apierror-pagelang-disabled','s:75:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\";'),('ar','messages:apierror-paramempty','s:60:\"ar:قد لا يكون الوسيط <var>$1</var> فارغا.\";'),('ar','messages:apierror-parsetree-notwikitext','s:78:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط.\";'),('ar','messages:apierror-parsetree-notwikitext-title','s:125:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('ar','messages:apierror-pastexpiry','s:63:\"ar:وقت انتهاء الصلاحية \"$1\" في الماضي.\";'),('ar','messages:apierror-permissiondenied','s:39:\"ar:ليس لديك صلاحية لـ$1.\";'),('ar','messages:apierror-permissiondenied-generic','s:25:\"ar:الإذن مرفوض.\";'),('ar','messages:apierror-permissiondenied-patrolflag','s:110:\"ar:تحتاج إلى صلاحية<code>patrol</code> أو <code>patrolmarks</code> لطلب علم مراجع.\";'),('ar','messages:apierror-permissiondenied-unblock','s:69:\"ar:ليس لديك صلاحية لرفع منع المستخدمين.\";'),('ar','messages:apierror-prefixsearchdisabled','s:69:\"ar:تم تعطيل البحث عن بادئة MIME في وضع Miser.\";'),('ar','messages:apierror-promised-nonwrite-api','s:141:\"ar:لا يمكن إرسال رأس HTTP <code>Promise-Non-Write-API-Action</code> إلى وحدات API الخاصة بوضع الكتابة.\";'),('ar','messages:apierror-protect-invalidaction','s:42:\"ar:نوع حماية غير صالح \"$1\".\";'),('ar','messages:apierror-protect-invalidlevel','s:46:\"ar:مستوى حماية غير صالح \"$1\".\";'),('ar','messages:apierror-ratelimited','s:141:\"ar:لقد تجاوزت حد المعدل الخاص بك; يُرجَى الانتظار بعض الوقت والمحاولة مرة أخرى.\";'),('ar','messages:apierror-readapidenied','s:88:\"ar:أنت بحاجة لصلاحية القراءة لاستخدام هذه الوحدة.\";'),('ar','messages:apierror-readonly','s:61:\"ar:الويكي حاليا في وضع القراءة فقط.\";'),('ar','messages:apierror-reauthenticate','s:112:\"ar:لم تقم بالمصادقة مؤخرًا في هذه الجلسة; الرجاء إعادة التصديق.\";'),('ar','messages:apierror-redirect-appendonly','s:237:\"ar:لقد حاولت إجراء التعديل باستخدام وضع تحويل التالي، والذي يجب استخدامه في الاقتران مع <kbd>section=new</kbd> أو <var>prependtext</var> أو <var>appendtext</var>.\";'),('ar','messages:apierror-revdel-mutuallyexclusive','s:99:\"ar:لا يمكن استخدام نفس الحقل في كل من <var>hide</var> و<var>show</var>.\";'),('ar','messages:apierror-revdel-needtarget','s:61:\"ar:مطلوب عنوان مستهدف لنوع RevDel هذا.\";'),('ar','messages:apierror-revdel-paramneeded','s:107:\"ar:هناك قيمة واحدة على الأقل مطلوبة لـ<var>hide</var> و/أو <var>show</var>.\";'),('ar','messages:apierror-revisions-badid','s:75:\"ar:لم يتم العثور على مراجعة للوسيط <var>$1</var>.\";'),('ar','messages:apierror-revisions-norevids','s:272:\"ar:لا يجوز استخدام الوسيط <var>revids</var> مع خيارات القائمة (<var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var>).\";'),('ar','messages:apierror-revisions-singlepage','s:367:\"ar:تم استخدام <var>titles</var> أو <var>pageids</var> أو مولد لتزويد صفحات متعددة، لكن يمكن استخدام وسائط <var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var> و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var> في صفحة واحدة فقط.\";'),('ar','messages:apierror-revwrongpage','s:32:\"ar:r$1 ليست مراجعة $2.\";'),('ar','messages:apierror-searchdisabled','s:40:\"ar:تم تعطيل بحث <var>$1</var>.\";'),('ar','messages:apierror-sectionreplacefailed','s:48:\"ar:لا يمكن دمج القسم المحدث.\";'),('ar','messages:apierror-sectionsnotsupported','s:69:\"ar:الأقسام غير مدعومة لنموذج المحتوى $1.\";'),('ar','messages:apierror-sectionsnotsupported-what','s:54:\"ar:الأقسام غير مدعومة بواسطة $1.\";'),('ar','messages:apierror-show','s:90:\"ar:وسيط غير صحيحة; قد لا يتم تقديم قيم خاصة متبادلة.\";'),('ar','messages:apierror-siteinfo-includealldenied','s:114:\"ar:يمكن عرض جميع معلومات الخوادم ما لم يكن <var>$wgShowHostnames</var> صحيحا.\";'),('ar','messages:apierror-sizediffdisabled','s:55:\"ar:تم تعطيل فرق الحجم في وضع Miser.\";'),('ar','messages:apierror-spamdetected','s:130:\"ar:تم رفض تعديلك لأنه يحتوي على جزء من الرسائل غير المرغوب فيها: <code>$1</code>.\";'),('ar','messages:apierror-specialpage-cantexecute','s:85:\"ar:ليس لديك صلاحية لعرض نتائج هذه الصفحة الخاصة.\";'),('ar','messages:apierror-stashedfilenotfound','s:65:\"ar:تعذر العثور على الملف في المخبأ: $1.\";'),('ar','messages:apierror-stashedit-missingtext','s:87:\"ar:لم يتم العثور على نص متقطع مع رمز الرقم المحدد.\";'),('ar','messages:apierror-stashexception','s:5:\"en:$1\";'),('ar','messages:apierror-stashfailed-complete','s:104:\"ar:تم اكتمال الرفع المقسم بالفعل، تحقق من الحالة للتفاصيل.\";'),('ar','messages:apierror-stashfailed-nosession','s:68:\"ar:لا توجد جلسة رفع مقسمة بهذا المفتاح.\";'),('ar','messages:apierror-stashfilestorage','s:55:\"ar:تعذر تخزين الرفع في المخبأ: $1\";'),('ar','messages:apierror-stashinvalidfile','s:35:\"ar:ملف مخفي غير صالح.\";'),('ar','messages:apierror-stashnosuchfilekey','s:48:\"ar:لا يوجد مفتاح ملف كهذا: $1.\";'),('ar','messages:apierror-stashpathinvalid','s:100:\"ar:مفتاح الملف بتنسيق غير لائق أو غير صالح بأي شكل آخر: $1.\";'),('ar','messages:apierror-stashwrongowner','s:31:\"ar:مالك غير صحيح: $1\";'),('ar','messages:apierror-stashzerolength','s:88:\"ar:الملف ذو طول صفري، ولا يمكن تخزينه في المخبأ: $1.\";'),('ar','messages:apierror-systemblocked','s:71:\"ar:لقد تم منعك تلقائيا بواسطة ميدياويكي.\";'),('ar','messages:apierror-templateexpansion-notwikitext','s:123:\"ar:توسيع القالب مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('ar','messages:apierror-toofewexpiries','s:185:\"ar:$1 انتهت صلاحية {{PLURAL:$1|الطابع الزمني المقدم|الطوابع الزمنية المقدمة}} حيث كان يلزم توفر $2 {{PLURAL:$2|ه|ها}}.\";'),('ar','messages:apierror-toomanyvalues','s:90:\"ar:تم توفير قيم كثيرة جدا للوسيط <var>$1</var>، الحد هو $2.\";'),('ar','messages:apierror-unknownaction','s:77:\"ar:لم يتم التعرف على الإجراء المحدد <kbd>$1</kbd>.\";'),('ar','messages:apierror-unknownerror','s:34:\"ar:خطأ غير معروف: \"$1\".\";'),('ar','messages:apierror-unknownerror-editpage','s:61:\"ar:خطأ غير معروف في صفحة التعديل: $1.\";'),('ar','messages:apierror-unknownerror-nocode','s:28:\"ar:خطأ غير معروف.\";'),('ar','messages:apierror-unknownformat','s:37:\"ar:تنسيق غير معروف \"$1\".\";'),('ar','messages:apierror-unrecognizedparams','s:89:\"ar:{{PLURAL:$2|وسيط غير معترف به|وسائط غير معترف بها}}: $1.\";'),('ar','messages:apierror-unrecognizedvalue','s:63:\"ar:قيمة غير معروفة للوسيط <var>$1</var>: $2.\";'),('ar','messages:apierror-unsupportedrepo','s:98:\"ar:مستودع الملفات المحلي لا يدعم الاستعلام عن كل الصور.\";'),('ar','messages:apierror-upload-filekeyneeded','s:108:\"ar:يجب توفير Must supply a <var>filekey</var> عندما يكون <var>offset</var> غير صفري.\";'),('ar','messages:apierror-upload-filekeynotallowed','s:87:\"ar:لا يمكن توفير <var>filekey</var> عندما يكون <var>offset</var> 0.\";'),('ar','messages:apierror-upload-inprogress','s:65:\"ar:الرفع من المخبأ قيد التقدم بالفعل.\";'),('ar','messages:apierror-upload-missingresult','s:59:\"ar:لا توجد نتيجة في بيانات الحالة.\";'),('ar','messages:apierror-urlparamnormal','s:52:\"ar:تعذر تطبيع وسائط الصور لـ$1.\";'),('ar','messages:apierror-writeapidenied','s:77:\"ar:لا يُسمَح لك بتعديل هذا الويكي من خلال API.\";'),('ar','messages:apihelp','s:19:\"ar:مساعدة API\";'),('ar','messages:apihelp-block-example-ip-simple','s:83:\"ar:منع عنوان IP <kbd>192.0.2.5</kbd> لمدة ثلاثة أيام بسبب.\";'),('ar','messages:apihelp-block-example-user-complex','s:164:\"ar:منع المستخدم <kbd>المخرب</kbd> لأجل غير مسمى بسبب، ومنع إنشاء حساب جديد وإرسال بريد إلكتروني.\";'),('ar','messages:apihelp-block-param-actionrestrictions','s:156:\"ar:قائمة الإجراءات لمنع المستخدم من الأداء. ينطبق فقط عندما يتم تعيين <var>partial</var> على true.\";'),('ar','messages:apihelp-block-param-allowusertalk','s:183:\"ar:تسمح للمستخدم بتحرير صفحة النقاش الخاصة (يعتمد على <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ar','messages:apihelp-block-param-anononly','s:136:\"ar:منع المستخدمين المجهولين فقط (أي تعطيل تعديلات المجهولين من  عنوان IP هذا).\";'),('ar','messages:apihelp-block-param-autoblock','s:137:\"ar:منع آخر عنوان IP مستخدم تلقائيا، وأية عناوين IP لاحقة حاولت الدخول من خلاله.\";'),('ar','messages:apihelp-block-param-expiry','s:377:\"ar:وقت انتهاء الصلاحية، قد يكون نسبيا (على سبيل المثال <kbd>5 months</kbd> أو <kbd>2 weeks</kbd>) أو مطلق (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>)، إذا تم التعيين على <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>never</kbd> فلن تنتهي صلاحية المنع مطلقا.\";'),('ar','messages:apihelp-block-param-hidename','s:110:\"ar:إخفاء اسم المستخدم من سجل المنع. (يتطلب صلاحية <code>hideuser</code>).\";'),('ar','messages:apihelp-block-param-namespacerestrictions','s:172:\"ar:قائمة بمعرفات النطاق لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('ar','messages:apihelp-block-param-nocreate','s:40:\"ar:امنع إنشاء الحسابات.\";'),('ar','messages:apihelp-block-param-noemail','s:155:\"ar:منع المستخدم من إرسال البريد الإلكتروني من خلال الويكي. (يتطلب صلاحية <code>blockemail</code>).\";'),('ar','messages:apihelp-block-param-pagerestrictions','s:161:\"ar:قائمة العناوين لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('ar','messages:apihelp-block-param-partial','s:112:\"ar:منع المستخدم من صفحات أو نطاقات محددة بدلا من الموقع بأكمله.\";'),('ar','messages:apihelp-block-param-reason','s:25:\"ar:السبب للمنع.\";'),('ar','messages:apihelp-block-param-reblock','s:99:\"ar:إذا كان المستخدم محظورا بالفعل، يستبدل الحظر القائم.\";'),('ar','messages:apihelp-block-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل الحظر.\";'),('ar','messages:apihelp-block-param-user','s:42:\"ar:المستخدم المراد حظره.\";'),('ar','messages:apihelp-block-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('ar','messages:apihelp-block-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-block-param-watchuser','s:56:\"ar:مشاهدة صفحة المستخدم ونقاش IP.\";'),('ar','messages:apihelp-block-summary','s:23:\"ar:منع مستخدم.\";'),('ar','messages:apihelp-changeauthenticationdata-example-password','s:113:\"ar:محاولة تغيير كلمة المرور للمستخدم الحالي إلى <kbd>ExamplePassword</kbd>.\";'),('ar','messages:apihelp-changeauthenticationdata-summary','s:74:\"ar:تغيير بيانات المصادقة للمستخدم الحالي.\";'),('ar','messages:apihelp-changecontentmodel-example','s:110:\"ar:قم بتغيير الصفحة الرئيسية للحصول على نموذج محتوى <code>text</code>\";'),('ar','messages:apihelp-changecontentmodel-param-bot','s:75:\"ar:قم بتمييز تغيير نموذج المحتوى بعلامة bot.\";'),('ar','messages:apihelp-changecontentmodel-param-model','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('ar','messages:apihelp-changecontentmodel-param-pageid','s:168:\"ar:معرّف الصفحة الخاص بالصفحة لتغيير نموذج المحتوى الخاص بها. لا يمكن استخدامها مع <var>$1title</var>.\";'),('ar','messages:apihelp-changecontentmodel-param-summary','s:62:\"ar:تحرير ملخص وسبب التدوين في السجل\";'),('ar','messages:apihelp-changecontentmodel-param-tags','s:99:\"ar:قم بتغيير العلامات لتطبيقها على إدخال السجل وتحريره.\";'),('ar','messages:apihelp-changecontentmodel-param-title','s:121:\"ar:عنوان الصفحة لتغيير نموذج محتوى. لا يمكن استخدامها مع <var>$1pageid</var>.\";'),('ar','messages:apihelp-changecontentmodel-summary','s:48:\"ar:تغيير نموذج محتوى الصفحة\";'),('ar','messages:apihelp-checktoken-example-simple','s:52:\"ar:اختبار صلاحية رمز <kbd>csrf</kbd>.\";'),('ar','messages:apihelp-checktoken-param-maxtokenage','s:55:\"ar:أقصى عمر للرمز يسمح، في ثوان.\";'),('ar','messages:apihelp-checktoken-param-token','s:29:\"ar:اختبار الرموز.\";'),('ar','messages:apihelp-checktoken-param-type','s:54:\"ar:نوع من الرموز يجري اختبارها.\";'),('ar','messages:apihelp-checktoken-summary','s:105:\"ar:تحقق من صحة رمز من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ar','messages:apihelp-clearhasmsg-example-1','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('ar','messages:apihelp-clearhasmsg-summary','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('ar','messages:apihelp-clientlogin-example-login','s:150:\"ar:بدء عملية تسجيل الدخول إلى الويكي كمستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('ar','messages:apihelp-clientlogin-example-login2','s:158:\"ar:واصلة تسجيل الدخول بعد استجابة <samp>UI</samp> لعاملي الصادقة، إمداد <var>OATHToken</var> ل<kbd>987654</kbd>.\";'),('ar','messages:apihelp-clientlogin-summary','s:90:\"ar:تسجيل الدخول إلى ويكي باستخدام التدفق التفاعلي.\";'),('ar','messages:apihelp-compare-example-1','s:51:\"ar:إنشاء فرق بين المراجعة 1 و2.\";'),('ar','messages:apihelp-compare-extended-description','s:131:\"ar:يجب تمرير عنوان الصفحة أو رقم المراجعة أو معرف الصفحة لكل من \"من\" و\"إلى\".\";'),('ar','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ar','messages:apihelp-compare-param-fromcontentformat','s:96:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentformat-main</var> كبديل.\";'),('ar','messages:apihelp-compare-param-fromcontentformat-{slot}','s:68:\"ar:تنسيق تسلسل محتوى <var>fromtext-&#x7B;slot}</var>.\";'),('ar','messages:apihelp-compare-param-fromcontentmodel','s:95:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentmodel-main</var> كبديل.\";'),('ar','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:167:\"ar:نموذج محتوى <var>fromtext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('ar','messages:apihelp-compare-param-fromid','s:51:\"ar:رقم الصفحة الأول للمقارنة.\";'),('ar','messages:apihelp-compare-param-frompst','s:94:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>fromtext-&#x7B;slot}</var>.\";'),('ar','messages:apihelp-compare-param-fromrev','s:40:\"ar:أول مراجعة للمقارنة.\";'),('ar','messages:apihelp-compare-param-fromsection','s:87:\"ar:استخدم فقط القسم المحدد في المحتوى \'من\' المحدد.\";'),('ar','messages:apihelp-compare-param-fromsection-{slot}','s:296:\"ar:عندما يكون <var>fromtext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var> كما لو كان لتحرير قسم.\";'),('ar','messages:apihelp-compare-param-fromslots','s:384:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>fromtext-&#x7B;slot}</var> و<var>fromcontentmodel-&#x7B;slot}</var> و<var>fromcontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('ar','messages:apihelp-compare-param-fromtext','s:87:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromtext-main</var> كبديل.\";'),('ar','messages:apihelp-compare-param-fromtext-{slot}','s:116:\"ar:نص الفتحة المحددة، إذا تم حذفها، تتم إزالة الفتحة من المراجعة.\";'),('ar','messages:apihelp-compare-param-fromtitle','s:46:\"ar:العنوان الأول للمقارنة.\";'),('ar','messages:apihelp-compare-param-prop','s:67:\"ar:أية قطعة من المعلومات للحصول عليها.\";'),('ar','messages:apihelp-compare-param-slots','s:119:\"ar:إرجاع فرق فردي لهذه الفتحات، بدلا من فرق واحد مشترك لجميع فتحات.\";'),('ar','messages:apihelp-compare-param-tocontentformat','s:92:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentformat-main</var> كبديل.\";'),('ar','messages:apihelp-compare-param-tocontentformat-{slot}','s:66:\"ar:تنسيق تسلسل محتوى <var>totext-&#x7B;slot}</var>.\";'),('ar','messages:apihelp-compare-param-tocontentmodel','s:91:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentmodel-main</var> كبديل.\";'),('ar','messages:apihelp-compare-param-tocontentmodel-{slot}','s:165:\"ar:نموذج محتوى <var>totext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('ar','messages:apihelp-compare-param-toid','s:53:\"ar:رقم الصفحة الثاني للمقارنة.\";'),('ar','messages:apihelp-compare-param-topst','s:80:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>totext</var>.\";'),('ar','messages:apihelp-compare-param-torelative','s:215:\"ar:استخدم مراجعة متعلقة بالمراجعة المحددة من <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>، سيتم تجاهل جميع خيارات \'إلى\' الأخرى.\";'),('ar','messages:apihelp-compare-param-torev','s:52:\"ar:المراجعة الثانية للمقارنة.\";'),('ar','messages:apihelp-compare-param-tosection','s:89:\"ar:استخدم فقط القسم المحدد في المحتوى \'إلى\' المحدد.\";'),('ar','messages:apihelp-compare-param-tosection-{slot}','s:288:\"ar:عندما يكون <var>totext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var> كما لو كان لتحرير قسم.\";'),('ar','messages:apihelp-compare-param-toslots','s:372:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>totext-&#x7B;slot}</var> و<var>tocontentmodel-&#x7B;slot}</var> و<var>tocontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('ar','messages:apihelp-compare-param-totext','s:83:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>totext-main</var> كبديل.\";'),('ar','messages:apihelp-compare-param-totext-{slot}','s:114:\"ar:نص الفتحة المحددة، إذا تم حذفه، تتم إزالة الفتحة من المراجعة.\";'),('ar','messages:apihelp-compare-param-totitle','s:48:\"ar:العنوان الثاني للمقارنة.\";'),('ar','messages:apihelp-compare-paramvalue-prop-comment','s:198:\"ar:التعليق على المراجعات \'من\' و\'إلى\'، إذا كان التعليق محذوفا، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('ar','messages:apihelp-compare-paramvalue-prop-diff','s:19:\"ar:HTML الفرق.\";'),('ar','messages:apihelp-compare-paramvalue-prop-diffsize','s:43:\"ar:حجم HTML الفرق، بالبايت.\";'),('ar','messages:apihelp-compare-paramvalue-prop-ids','s:85:\"ar:معرفات الصفحة والمراجعة للمراجعات \'من\' و\'إلى\'.\";');
INSERT INTO `mw_l10n_cache` VALUES ('ar','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:228:\"ar:التعليق المحلل على المراجعات \'من\' و\'إلى\'. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>fromcommenthidden</samp> أو <samp>tocommenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-compare-paramvalue-prop-rel','s:130:\"ar:معرفات المراجعة السابقة للمراجعة السابقة من \'من\' وبعد \'إلى\'، إن وُجِدت.\";'),('ar','messages:apihelp-compare-paramvalue-prop-size','s:47:\"ar:حجم المراجعات \'من\' و\'إلى\'.\";'),('ar','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ar','messages:apihelp-compare-paramvalue-prop-title','s:64:\"ar:عناوين صفحات المراجعات \'من\' و\'إلى\'.\";'),('ar','messages:apihelp-compare-paramvalue-prop-user','s:233:\"ar:المعرف واسم المستخدم للمراجعات \'من\' و\'إلى\'، إذا كان المستخدم قد حذف المراجعة، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('ar','messages:apihelp-compare-summary','s:54:\"ar:الحصول على الفرق بين صفحتين.\";'),('ar','messages:apihelp-createaccount-example-create','s:119:\"ar:بدء عملية إنشاء المستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('ar','messages:apihelp-createaccount-param-preservestate','s:428:\"ar:إذا تم عرض <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> بشكل صحيح لـ<samp>hasprimarypreservedstate</samp>، فقد تم تعليم طلبات <samp>primary-required</samp> لكي يجب حذفها، إذا عرضت قيمة غير فارغة لـ<samp>preservedusername</samp> فيجب استخدام اسم المستخدم هذا للوسيط <var>username</var>.\";'),('ar','messages:apihelp-createaccount-summary','s:44:\"ar:إنشاء حساب مستخدم جديد\";'),('ar','messages:apihelp-cspreport-param-reportonly','s:90:\"ar:علم على أنه تقرير عن سياسة الرصد، وليس فرض سياسة\";'),('ar','messages:apihelp-cspreport-param-source','s:76:\"ar:ماذا أنشأ رأس CSP الذي تسبب في هذا التقرير\";'),('ar','messages:apihelp-cspreport-summary','s:285:\"ar:مستخدمة من قبل المتصفحات للإبلاغ عن انتهاكات سياسة أمن المحتوى. لا ينبغي أبدا أن تستخدم هذه الوحدة، إلا عند استخدامها تلقائيا باستخدام متصفح ويب CSP متوافق.\";'),('ar','messages:apihelp-delete-example-reason','s:70:\"ar:حذف <kbd>Main Page</kbd> بسبب <kbd>Preparing for move</kbd>.\";'),('ar','messages:apihelp-delete-example-simple','s:31:\"ar:حذف <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-delete-param-deletetalk','s:54:\"ar:احذف صفحة النقاش، إذا وُجدت.\";'),('ar','messages:apihelp-delete-param-oldimage','s:166:\"ar:اسم الصورة القديمة لحذفها كما هو منصوص عليه [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ar','messages:apihelp-delete-param-pageid','s:119:\"ar:معرف الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ar','messages:apihelp-delete-param-reason','s:130:\"ar:سبب الحذف. إذا لم يُحدَّد، سوف تُستخدَم أحد الأسباب التي تنشأ تلقائيا.\";'),('ar','messages:apihelp-delete-param-tags','s:74:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحذف.\";'),('ar','messages:apihelp-delete-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ar','messages:apihelp-delete-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('ar','messages:apihelp-delete-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('ar','messages:apihelp-delete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-delete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-delete-summary','s:19:\"ar:حذف صفحة.\";'),('ar','messages:apihelp-disabled-summary','s:43:\"ar:هذا الاصدار تم تعطيله.\";'),('ar','messages:apihelp-edit-example-edit','s:19:\"ar:عدل صفحة.\";'),('ar','messages:apihelp-edit-example-prepend','s:78:\"ar:إضافة البادئة <kbd>_&#95;NOTOC_&#95;</kbd> إلى الصفحة.\";'),('ar','messages:apihelp-edit-example-undo','s:87:\"ar:التراجع عن التعديلات 13579 خلال 13585 بملخص تلقائي.\";'),('ar','messages:apihelp-edit-param-appendtext','s:196:\"ar:أضف هذا النص إلى نهاية الصفحة أو القسم. تجاوز نص $1text.\n\nاستخدم $1section=new لإلحاق قسم جديد ، بدلاً من هذه المعلمة.\";'),('ar','messages:apihelp-edit-param-baserevid','s:339:\"ar:معرّف المراجعة الأساسية ، يُستخدم للكشف عن تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. تتسبب التعارضات الذاتية في فشل التحرير ما لم يتم تعيين basetimestamp.\";'),('ar','messages:apihelp-edit-param-basetimestamp','s:304:\"ar:الطابع الزمني للمراجعة الأساسية ، يستخدم لاكتشاف تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. يتم تجاهل الصراعات الذاتية.\";'),('ar','messages:apihelp-edit-param-bot','s:59:\"ar:علم على هذا التعديل كتعديل بوت.\";'),('ar','messages:apihelp-edit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('ar','messages:apihelp-edit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('ar','messages:apihelp-edit-param-createonly','s:70:\"ar:لا تحرر الصفحة إذا كان موجودا بالفعل.\";'),('ar','messages:apihelp-edit-param-md5','s:217:\"ar:رمز الرقم MD5 للوسيط $1text، أو الوسائط $1prependtext و$1appendtext متسلسلة، في حالة التعيين، لن يتم التعديل ما لم يكن رمز الرقم صحيحا.\";'),('ar','messages:apihelp-edit-param-minor','s:69:\"ar:التعليم على هذا التعديل كتعديل طفيف.\";'),('ar','messages:apihelp-edit-param-nocreate','s:68:\"ar:يحدث خطأ إذا كانت الصفحة غير موجودة.\";'),('ar','messages:apihelp-edit-param-notminor','s:161:\"ar:عدم التعليم على هذا التعديل كتعديل طفيف حتى إذا تم تعيين تفضيل المستخدم \"{{int:tog-minordefault}}\".\";'),('ar','messages:apihelp-edit-param-pageid','s:125:\"ar:معرف الصفحة لتحريرها. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ar','messages:apihelp-edit-param-prependtext','s:96:\"ar:أضف هذا النص إلى بداية الصفحة أو القسم. يتجاوز نص $1 .\";'),('ar','messages:apihelp-edit-param-recreate','s:104:\"ar:تجاوز أية أخطاء حول الصفحة التي تم حذفها في هذه الأثناء.\";'),('ar','messages:apihelp-edit-param-redirect','s:42:\"ar:حل التحويلات تلقائيا.\";'),('ar','messages:apihelp-edit-param-section','s:229:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد. غالبًا ما يكون عددًا صحيحًا موجبًا ، ولكن يمكن أن يكون أيضًا غير رقمي.\";'),('ar','messages:apihelp-edit-param-sectiontitle','s:93:\"ar:عنوان القسم الجديد عند استخدام <var>قسم $1 = جديد</var> .\";'),('ar','messages:apihelp-edit-param-starttimestamp','s:315:\"ar:الطابع الزمني عند بدء عملية التحرير، ويُستخدَم للكشف عن الحروب التحريرية، ويمكن الحصول عليها من خلال <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('ar','messages:apihelp-edit-param-summary','s:464:\"ar:تحرير الملخص.\n\nعندما لا يتم توفير هذه المعلمة أو فارغة ، [[mw:Special:MyLanguage/Autosummary|يمكن إنشاء ملخص تحرير تلقائيًا]].\n\nعند استخدام <var>$1section=new</var> و <var>$1sectiontitle</var> غير متوفر ، ويتم استخدام قيمة هذه المعلمة لعنوان القسم بدلاً من ذلك ، ويتم إنشاء ملخص التحرير تلقائيًا.\";'),('ar','messages:apihelp-edit-param-tags','s:53:\"ar:عدل الوسوم لتطبيق المراجعة.\";'),('ar','messages:apihelp-edit-param-text','s:26:\"ar:محتوى الصفحة\";'),('ar','messages:apihelp-edit-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ar','messages:apihelp-edit-param-token','s:126:\"ar:ينبغي دائما أن يُرسَل الرمز كوسيط أخير، أو على الأقل بعد الوسيط $1text.\";'),('ar','messages:apihelp-edit-param-undo','s:96:\"ar:التراجع عن هذه المراجعة. تجاوز $1text, $1prependtext و$1appendtext.\";'),('ar','messages:apihelp-edit-param-undoafter','s:152:\"ar:التراجع عن جميع المراجعات من $1undo لهذه. إذا لم يتم التغيير، تراجع عن تعديل واحد فقط.\";'),('ar','messages:apihelp-edit-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('ar','messages:apihelp-edit-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('ar','messages:apihelp-edit-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-edit-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-edit-summary','s:42:\"ar:إنشاء وتعديل الصفحات.\";'),('ar','messages:apihelp-emailuser-example-email','s:110:\"ar:أرسل بريدا إلكترونيا للمستخدم <kbd>WikiSysop</kbd> بالنص <kbd>Content</kbd>.\";'),('ar','messages:apihelp-emailuser-param-ccme','s:55:\"ar:إرسال نسخة من هذه الرسالة لي.\";'),('ar','messages:apihelp-emailuser-param-subject','s:24:\"ar:رأس الموضوع\";'),('ar','messages:apihelp-emailuser-param-target','s:60:\"ar:مستخدم لإرسال بريد إلكتروني له.\";'),('ar','messages:apihelp-emailuser-param-text','s:43:\"ar:جسم البريد الإلكتروني\";'),('ar','messages:apihelp-emailuser-summary','s:32:\"ar:مراسلة المستخدم\";'),('ar','messages:apihelp-expandtemplates-example-simple','s:80:\"ar:توسيع نص الويكي <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ar','messages:apihelp-expandtemplates-param-generatexml','s:69:\"ar:ولد شجرة تحليل XML (حل محلها $1prop=parsetree).\";'),('ar','messages:apihelp-expandtemplates-param-includecomments','s:77:\"ar:إدراج أو عدم إدراج تعليقات HTML في الإخراج.\";'),('ar','messages:apihelp-expandtemplates-param-prop','s:251:\"ar:أية قطعة من المعلومات للحصول عليها،\n\nلاحظ أنه في حالة عدم تحديد أية قيم، فإن النتيجة ستحتوي على نص ويكي، ولكن سيكون الإخراج بتنسيق موقوف.\";'),('ar','messages:apihelp-expandtemplates-param-revid','s:112:\"ar:معرف المراجعة، ل<code><nowiki>{{REVISIONID}}</nowiki></code> والمتغيرات مماثلة.\";'),('ar','messages:apihelp-expandtemplates-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('ar','messages:apihelp-expandtemplates-param-text','s:32:\"ar:نص ويكي للتحويل.\";'),('ar','messages:apihelp-expandtemplates-param-title','s:27:\"ar:عنوان الصفحة.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:114:\"ar:أية تصنيفات موجودة في المدخلات غير ممثلة في مخرجات نص الويكي.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:95:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:262:\"ar:تتم إضافة أية وحدات ResourceLoader التي طلبت تعيين دالات المحلل اللغوي إلى الإخراج، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:44:\"ar:شجرة تحليل XML للمدخلات.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:117:\"ar:خصائص الصفحة التي تحددها الكلمات السحرية الموسعة في نص الويكي.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:126:\"ar:الحد الأقصى للوقت الذي يجب بعده إبطال ذاكرة التخزين المؤقت للنتيجة.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:139:\"ar:إذا كان الإخراج سريع التأثر، ينبغي عدم استخدامه في أي مكان آخر داخل الصفحة.\";'),('ar','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:33:\"ar:نص الويكي الموسع\";'),('ar','messages:apihelp-expandtemplates-summary','s:65:\"ar:يوسع كافة القوالب ضمن نصوص الويكي.\";'),('ar','messages:apihelp-feedcontributions-example-simple','s:67:\"ar:عودة المساهمات للمستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-feedcontributions-param-deletedonly','s:55:\"ar:اعرض المساهمات المحذوفة فقط.\";'),('ar','messages:apihelp-feedcontributions-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('ar','messages:apihelp-feedcontributions-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('ar','messages:apihelp-feedcontributions-param-month','s:28:\"ar:من شهر (وأقدم).\";'),('ar','messages:apihelp-feedcontributions-param-namespace','s:65:\"ar:أي نطاق ستتم تصفية المساهمات حسبه.\";'),('ar','messages:apihelp-feedcontributions-param-newonly','s:44:\"ar:أظهر إنشاء الصفحات فقط\";'),('ar','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"ar:عرض حجم الفرق بين النسخ.\";'),('ar','messages:apihelp-feedcontributions-param-tagfilter','s:69:\"ar:تصفية المساهمات التي بها هذه الوسوم.\";'),('ar','messages:apihelp-feedcontributions-param-toponly','s:80:\"ar:تظهر فقط التعديلات التي هي أحدث المراجعات.\";'),('ar','messages:apihelp-feedcontributions-param-user','s:78:\"ar:أي المستخدمين سيتم الحصول على تبرعات لهم.\";'),('ar','messages:apihelp-feedcontributions-param-year','s:28:\"ar:من سنة (وأقدم).\";'),('ar','messages:apihelp-feedcontributions-summary','s:57:\"ar:إرجاع تغذية مساهمات المستخدم.\";'),('ar','messages:apihelp-feedrecentchanges-example-30days','s:61:\"ar:أظهر التغييرات الأخيرة في 30 يوم.\";'),('ar','messages:apihelp-feedrecentchanges-example-simple','s:46:\"ar: اظهر التغييرات الحديثة\";'),('ar','messages:apihelp-feedrecentchanges-param-associated','s:71:\"ar:تشمل النطاق المرتبط (نقاش أو الرئيسي).\";'),('ar','messages:apihelp-feedrecentchanges-param-days','s:40:\"ar:أيام لتقييد النتائج.\";'),('ar','messages:apihelp-feedrecentchanges-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('ar','messages:apihelp-feedrecentchanges-param-from','s:37:\"ar:أظهر التغييرات منذ\";'),('ar','messages:apihelp-feedrecentchanges-param-hideanons','s:87:\"ar:إخفاء التغييرات التي أجراها مستخدمون مجهولون.\";'),('ar','messages:apihelp-feedrecentchanges-param-hidebots','s:66:\"ar:إخفاء التغييرات التي أجرتها بوتات.\";'),('ar','messages:apihelp-feedrecentchanges-param-hidecategorization','s:51:\"ar:إخفاء تغيير عضوية التصنيف.\";'),('ar','messages:apihelp-feedrecentchanges-param-hideliu','s:85:\"ar:إخفاء التغييرات التي أجراها مستخدمون مسجلون.\";'),('ar','messages:apihelp-feedrecentchanges-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('ar','messages:apihelp-feedrecentchanges-param-hidemyself','s:86:\"ar:إخفاء التغييرات التي قام بها المستخدم الحالي.\";'),('ar','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:50:\"ar:إخفاء التغييرات المراجعة.\";'),('ar','messages:apihelp-feedrecentchanges-param-invert','s:51:\"ar:جميع النطاقات عدا المختار.\";'),('ar','messages:apihelp-feedrecentchanges-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('ar','messages:apihelp-feedrecentchanges-param-namespace','s:40:\"ar:نطاق لتقييد النتائج.\";'),('ar','messages:apihelp-feedrecentchanges-param-showlinkedto','s:111:\"ar:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضا عن ذلك\";'),('ar','messages:apihelp-feedrecentchanges-param-tagfilter','s:25:\"ar:فلتر بالوسم.\";'),('ar','messages:apihelp-feedrecentchanges-param-target','s:99:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة فقط\";'),('ar','messages:apihelp-feedrecentchanges-summary','s:49:\"ar:عرض خلاصة أحدث التغييرات.\";'),('ar','messages:apihelp-feedwatchlist-example-all6hrs','s:60:\"ar:اظهر كل التغييرات في اخر 6 ساعات\";'),('ar','messages:apihelp-feedwatchlist-example-default','s:49:\"ar:عرض تغذية قائمة المراقبة.\";'),('ar','messages:apihelp-feedwatchlist-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('ar','messages:apihelp-feedwatchlist-param-hours','s:75:\"ar:صفحات قائمة معدلة ضمن عدة ساعات من الآن.\";'),('ar','messages:apihelp-feedwatchlist-param-linktosections','s:89:\"ar:الربط مباشرةً بالأقسام التي تم تغييرها إن أمكن.\";'),('ar','messages:apihelp-feedwatchlist-summary','s:53:\"ar:إرجاع تغذية قائمة المراقبة.\";'),('ar','messages:apihelp-filerevert-example-revert','s:81:\"ar:استرجاع <kbd>Wiki.png</kbd> لنسحة <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ar','messages:apihelp-filerevert-param-archivename','s:60:\"ar:اسم أرشيف المراجعة للعودة إليه.\";'),('ar','messages:apihelp-filerevert-param-comment','s:25:\"ar:تعليق الرفع.\";'),('ar','messages:apihelp-filerevert-param-filename','s:70:\"ar:اسم الملف المستهدف، دون البادئة ملف:.\";'),('ar','messages:apihelp-filerevert-summary','s:49:\"ar:استرجع الملف لنسخة قديمة.\";'),('ar','messages:apihelp-format-example-generic','s:60:\"ar:إرجاع نتيجة الاستعلام بتنسيق $1.\";'),('ar','messages:apihelp-format-param-wrappedhtml','s:116:\"ar:إرجاع HTML المطبوع بشكل جيد ووحدات ResourceLoader المرتبطة به ككائن JSON.\";'),('ar','messages:apihelp-help-example-help','s:55:\"ar:مساعدة لوحدة المساعدة نفسها.\";'),('ar','messages:apihelp-help-example-main','s:46:\"ar:مساعدة للوحدة الرئيسية.\";'),('ar','messages:apihelp-help-example-query','s:59:\"ar:مساعدة لوحدتي استعلام فرعيتين.\";'),('ar','messages:apihelp-help-example-recursive','s:50:\"ar:كل المساعدة في صفحة واحدة.\";'),('ar','messages:apihelp-help-example-submodules','s:90:\"ar:مساعدة ل<kbd>action=query</kbd> وجميع الوحدات الفرعية لها.\";'),('ar','messages:apihelp-help-param-helpformat','s:40:\"ar:شكل مخرجات المساعدة.\";'),('ar','messages:apihelp-help-param-modules','s:188:\"ar:وحدات لعرض مساعدة لها (قيم وسائط <var>action</var> و<var>format</var> أو<kbd>main</kbd>). يمكن تحديد الوحدات الفرعية ب <kbd>+</kbd>.\";'),('ar','messages:apihelp-help-param-recursivesubmodules','s:79:\"ar:تشمل المساعدة للوحدات الفرعية بشكل متكرر.\";'),('ar','messages:apihelp-help-param-submodules','s:92:\"ar:تشمل المساعدة للوحدات الفرعية من الوحدة المسماة.\";'),('ar','messages:apihelp-help-param-toc','s:65:\"ar:يتضمن جدول المحتويات في مخرجات HTML.\";'),('ar','messages:apihelp-help-param-wrap','s:83:\"ar:التفاف المخرجات في بنية استجابة API القياسية.\";'),('ar','messages:apihelp-help-summary','s:47:\"ar:عرض مساعدة لوحدات محددة.\";'),('ar','messages:apihelp-imagerotate-example-generator','s:101:\"ar:تدوير جميع الصور في <kbd>Category:Flip</kbd> بمقدار <kbd>180</kbd> درجة.\";'),('ar','messages:apihelp-imagerotate-example-simple','s:78:\"ar:تدوير <kbd>File:Example.png</kbd> بمقدار <kbd>90</kbd> درجة.\";'),('ar','messages:apihelp-imagerotate-param-rotation','s:76:\"ar:درجة تدوير الصورة في اتجاه عقارب الساعة.\";'),('ar','messages:apihelp-imagerotate-param-tags','s:72:\"ar:تنطبق الوسوم على الإدخال في سجل الرفع.\";'),('ar','messages:apihelp-imagerotate-summary','s:48:\"ar:تدوير صورة واحدة أو أكثر.\";'),('ar','messages:apihelp-import-example-import','s:95:\"ar:استيراد [[meta:Help:ParserFunctions]] للنطاق 100 بالتاريخ الكامل.\";'),('ar','messages:apihelp-import-extended-description','s:208:\"ar:لاحظ أنه يجب أن يتم إجراء POST HTTP كرفع ملف (أي باستخدام بيانات متعددة الأجزاء/النماذج) عند إرسال ملف للوسيط <var>xml</var>.\";'),('ar','messages:apihelp-import-param-assignknownusers','s:124:\"ar:تعيين تعديلات للمستخدمين المحليين حيث يوجد المستخدم المحدد محليا.\";'),('ar','messages:apihelp-import-param-fullhistory','s:144:\"ar:بالنسبة لواردات الإنترويكي: استيراد التاريخ كاملا، وليست النسخة الحالية فقط.\";'),('ar','messages:apihelp-import-param-interwikipage','s:85:\"ar:بالنسبة لواردات الإنترويكي: صفحة لاستيرادها.\";'),('ar','messages:apihelp-import-param-interwikiprefix','s:250:\"ar:بالنسبة للواردات المرفوعة: بادئة إنترويكي لتطبيقها على أسماء مستخدمين غير معروفة (والمستخدمين المعروفين إذا تم تعيين <var>$1assignknownusers</var>).\";'),('ar','messages:apihelp-import-param-interwikisource','s:90:\"ar:بالنسبة لواردات الإنترويكي: ويكي للاستيراد منه.\";'),('ar','messages:apihelp-import-param-namespace','s:120:\"ar:استيراد إلى هذا النطاق. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('ar','messages:apihelp-import-param-rootpage','s:137:\"ar:استيراد كصفحة فرعية لهذه الصفحة. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('ar','messages:apihelp-import-param-summary','s:49:\"ar:ملخص إدخال سجل الاستيراد.\";'),('ar','messages:apihelp-import-param-tags','s:177:\"ar:تغيير الوسوم لتطبيقها على الإدخال في سجل الاستيراد وعلى المراجعة الخالية في الصفحات المستوردة.\";'),('ar','messages:apihelp-import-param-templates','s:114:\"ar:بالنسبة لواردات الإنترويكي: الإستيراد شمل كافة القوالب كذلك.\";'),('ar','messages:apihelp-import-param-xml','s:25:\"ar:ملف XML مرفوع.\";'),('ar','messages:apihelp-import-summary','s:78:\"ar:استيراد صفحة من موقع ويكي آخر أو من ملف XML.\";'),('ar','messages:apihelp-json-param-ascii','s:209:\"ar:إذا تم تحديده، يشفر كل غير ASCII باستخدام تسلسلات الهروب السداسية العشرية، افتراضي عندما يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('ar','messages:apihelp-json-param-callback','s:207:\"ar:إذا تم تحديده، فسيقوم بإخراج الإخراج في استدعاء دالة معينة، للسلامة; سيتم تقييد جميع البيانات الخاصة بالمستخدم.\";'),('ar','messages:apihelp-json-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('ar','messages:apihelp-json-param-utf8','s:288:\"ar:إذا تم تحديده، يقوم بترميز معظم (وليس كل) الأحرف غير ASCII كـUTF-8 بدلا من استبدالها بتسلسلات الهروب السداسية العشرية، افتراضي عندما لا يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('ar','messages:apihelp-json-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('ar','messages:apihelp-json-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('ar','messages:apihelp-json-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('ar','messages:apihelp-json-summary','s:49:\"ar:بيانات الإخراج بتنسيق JSON.\";'),('ar','messages:apihelp-jsonfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('ar','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ar','messages:apihelp-linkaccount-example-link','s:61:\"ar:بدء عملية ربط حساب من <kbd>Example</kbd>.\";'),('ar','messages:apihelp-linkaccount-summary','s:79:\"ar:ربط حساب من موفر طرف ثالث للمستخدم الحالي.\";'),('ar','messages:apihelp-login-example-login','s:26:\"ar:تسجيل الدخول\";'),('ar','messages:apihelp-login-extended-description','s:424:\"ar:وينبغي استخدام هذا الإجراء فقط في تركيبة مع [[Special:BotPasswords|خاص:كلمات مرور البوت]]. تم إهمال استخدام لتسجيل الدخول للحساب الرئيسي وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ar','messages:apihelp-login-extended-description-nobotpasswords','s:226:\"ar:هذا العمل مستنكر وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ar','messages:apihelp-login-param-domain','s:33:\"ar:النطاق (اختياري).\";'),('ar','messages:apihelp-login-param-name','s:27:\"ar:اسم المستخدم.\";'),('ar','messages:apihelp-login-param-password','s:20:\"ar:كلمة السر\";'),('ar','messages:apihelp-login-param-token','s:75:\"ar:تم الحصول على رمز الدخول في الطلب الأول.\";'),('ar','messages:apihelp-login-summary','s:76:\"ar:سجل دخولك الآن واحصل على مصادقة الكوكيز.\";'),('ar','messages:apihelp-logout-example-logout','s:53:\"ar:تسجيل خروج المستخدم الحالي.\";'),('ar','messages:apihelp-logout-summary','s:62:\"ar:تسجيل الخروج ومسح بيانات الجلسة.\";'),('ar','messages:apihelp-main-extended-description','s:1714:\"ar:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|التوثيق]]\n* [[mw:Special:MyLanguage/API:Etiquette|الآداب وإرشادات الاستخدام]]\n* [[mw:Special:MyLanguage/API:FAQ|الأسئلة الأكثر تكرارا]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ القائمة البريدية]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ إعلانات API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R الأخطاء والطلبات]\n</div>\n<strong>الحالة:</strong> API ميدياويكي هي واجهة ناضجة ومستقرة يتم دعمها وتحسينها بشكل نشط، في حين أننا نحاول تجنب ذلك، قد نحتاج في بعض الأحيان إلى إجراء تغييرات في التكسير، اشترك في [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ القائمة البريدية لإعلان API ميدياويكي] لإشعارات التحديثات.\n\n<strong>الطلبات الخاطئة:</strong>عندما يتم إرسال طلبات خاطئة إلى API، سيتم إرسال رأس HTTP مع مفتاح \"خطأ-API-ميدياويكي\"، وبعد ذلك سترجع قيمة الرأس ورمز الخطأ المرتجع إلى يتم تعيينه على نفس القيمة، لمزيد من المعلومات; راجع [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>الاختبار:</strong>لسهولة اختبار طلبات API ; انظر [[Special:ApiSandbox]].</p>\";'),('ar','messages:apihelp-main-param-action','s:26:\"ar:أي فعل للعمل.\";'),('ar','messages:apihelp-main-param-assert','s:276:\"ar:تحقق من تسجيل المستخدم للدخول في حالة التعيين على <kbd>user</kbd>، أو <em>عدم</em> تسجيل الدخول إذا تم التعيين على <kbd>anon</kbd>، أو حق مستخدم الروبوت في حالة <kbd>bot</kbd>.\";'),('ar','messages:apihelp-main-param-assertuser','s:91:\"ar:التحقق من أن المستخدم الحالي هو المستخدم المسمى.\";'),('ar','messages:apihelp-main-param-curtimestamp','s:71:\"ar:تشمل الطابع الزمني الحالي في النتيجة.\";'),('ar','messages:apihelp-main-param-errorformat','s:81:\"ar:تنسيق لاستخدامه في التحذير وإخراج نص الخطأ\";'),('ar','messages:apihelp-main-param-errorlang','s:429:\"ar:لغة لاستخدامها في التحذيرات والأخطاء. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا، أو تحديد <kbd>uselang</kbd> لاستخدام نفس القيمة كوسيط <var>uselang</var>.\";'),('ar','messages:apihelp-main-param-errorsuselocal','s:139:\"ar:إذا ما أعطيت، النصوص الخطأ ستستخدم الرسائل المخصصة محليا من نطاق {{ns:MediaWiki}}.\";'),('ar','messages:apihelp-main-param-format','s:23:\"ar:صيغة الخرج.\";'),('ar','messages:apihelp-main-param-maxage','s:208:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>max-age</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('ar','messages:apihelp-main-param-maxlag','s:724:\"ar:يمكن استخدام التأخر الأقصى عند تثبيت ميدياويكي على قاعدة بيانات مكررة، لحفظ الإجراءات التي تتسبب في أي تأخير أكثر في النسخ المتماثل للموقع; يمكن أن يجعل هذا الوسيط العميل ينتظر حتى يكون تأخر النسخ المتماثل أقل من القيمة المحددة، في حالة التأخير المفرط، يتم إرجاع رمز الخطأ <samp>maxlag</samp> برسالة مثل <samp>Waiting for $host: $lag seconds lagged</samp>،<br />انظر [[mw:Special:MyLanguage/Manual:Maxlag_parameter|دليل: الوسيط maxlag]] لمزيد من المعلومات.\";'),('ar','messages:apihelp-main-param-origin','s:1392:\"ar:عند الوصول إلى API باستخدام طلب AJAX عبر النطاقات (CORS)، اضبطها على النطاق الأصلي، يجب تضمين هذا في أي طلب ما قبل الطيران، وبالتالي يجب أن يكون جزءا من طلب URI (وليس جسم POST). \n\nبالنسبة للطلبات المصادقة، يجب أن يتطابق هذا مع أحد المصادر الموجودة في الرأس<code>Origin</code> بالضبط; لذا يجب تعيينه على شيء مثل<kbd>https://en.wikipedia.org</kbd> أو <kbd>https://meta.wikimedia.org</kbd>، إذا لم يتطابق هذا الوسيط مع الرأس<code>Origin</code>، فسيتم إرجاع استجابة 403، إذا كانت هذه المعلمة تتطابق مع رأس <code>Origin</code> وكان الأصل مسموحًا به، ستتم إضافة الأصل إلى القائمة البيضاء، سيتم تعيين الرؤوس <code>Access-Control-Allow-Origin</code> و<code>Access-Control-Allow-Credentials</code>.\n\nبالنسبة للطلبات غير المصادقة، حدد القيمة <kbd>*</kbd>، سيؤدي ذلك إلى تعيين الرأس <code>Access-Control-Allow-Origin</code>، ولكن <code>Access-Control-Allow-Credentials</code> سيكون <code>false</code> وسيتم تقييد كل البيانات الخاصة بالمستخدم.\";'),('ar','messages:apihelp-main-param-requestid','s:135:\"ar:سيتم إدراج أي قيمة معينة هنا في الاستجابة. يمكن أن تستخدم لتمييز الطلبات.\";'),('ar','messages:apihelp-main-param-responselanginfo','s:117:\"ar:تشمل اللغات المستخدمة لأجل <var>uselang</var> and <var>errorlang</var> في النتيجة.\";'),('ar','messages:apihelp-main-param-servedby','s:81:\"ar:تتضمن اسم المضيف الذي الخدم طلب في النتائج.\";'),('ar','messages:apihelp-main-param-smaxage','s:209:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>s-maxage</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('ar','messages:apihelp-main-param-uselang','s:417:\"ar:اللغة المستخدمة لترجمة الرسائل. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>user</kbd> لاستخدام تفضيل اللغة للمستخدم الحالي، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا.\";'),('ar','messages:apihelp-main-param-variant','s:125:\"ar:متغير اللغة. يعمل فقط إذا كانت اللغة الأساسية تدعم التحويل المتغير.\";'),('ar','messages:apihelp-main-paramvalue-errorformat-bc','s:134:\"ar:التنسيق المستخدم قبل ميدياويكي 1.29. يتم تجاهل <var>errorlang</var> و<var>errorsuselocal</var>.\";'),('ar','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ar','messages:apihelp-main-paramvalue-errorformat-none','s:64:\"ar:لا يوجد إخراج نصي، فقط رموز الخطأ.\";'),('ar','messages:apihelp-main-paramvalue-errorformat-plaintext','s:85:\"ar:ويكي نص مع إزالة علامات HTML واستبدال الكيانات.\";'),('ar','messages:apihelp-main-paramvalue-errorformat-raw','s:48:\"ar:مفتاح الرسالة والمعلمات.\";'),('ar','messages:apihelp-main-paramvalue-errorformat-wikitext','s:33:\"ar:نص ويكي غير معرب.\";'),('ar','messages:apihelp-main-summary','s:3:\"en:\";'),('ar','messages:apihelp-managetags-example-activate','s:100:\"ar:تنشيط الوسم المسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('ar','messages:apihelp-managetags-example-create','s:92:\"ar:إنشاء وسم مسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('ar','messages:apihelp-managetags-example-deactivate','s:92:\"ar:تعطيل الوسم المسمى <kbd>spam</kbd> بسبب <kbd>No longer required</kbd>\";'),('ar','messages:apihelp-managetags-example-delete','s:66:\"ar:حذف <kbd>vandlaism</kbd> وسم بسبب <kbd>Misspelt</kbd>\";'),('ar','messages:apihelp-managetags-param-ignorewarnings','s:90:\"ar:إذا كان سيتم تجاهل أي تحذيرات تصدر خلال العملية.\";'),('ar','messages:apihelp-managetags-param-operation','s:614:\"ar:أي الإجراءات ستنفذ:\n؛ إنشاء: إنشاء وسم التغيير جديدة للاستخدام اليدوي.\n؛ حذف: إزالة وسم التغيير من قاعدة البيانات، بما في ذلك إزالة الوسم من كافة المراجعات، وإدخالات التغيير الأخيرة، وإدخالات السجل المستخدم.\n؛ تنشيط: تنشيط وسم التغيير، مما يسمح للمستخدمين بتطبيقه يدويا.\n; إلغاء: إلغاء تنشيط وسم التغيير، ومنع المستخدمين من تطبيقه يدويا.\";'),('ar','messages:apihelp-managetags-param-reason','s:91:\"ar:سبب اختياري لإنشاء، وحذف، وتفعيل أو تعطيل الوسم.\";'),('ar','messages:apihelp-managetags-param-tag','s:464:\"ar:وسم لإنشاء أو حذف أو تنشيط أو إلغاء تنشيط. لإنشاء وسم; يجب ألا يكون الوسم موجودا، لحذف وسم; يجب أن يكون الوسم موجودا، لتنشيط وسم; يجب أن يكون الوسم موجودا وغير مستخدم بواسطة إضافة، لإلغاء تنشيط وسم; يجب أن يكون الوسم نشطا في الوقت الحالي ويتم تحديدها يدويا.\";'),('ar','messages:apihelp-managetags-param-tags','s:102:\"ar:تغيير الوسوم لتطبيق الإدخال في سجل الحذف إدارة الوسوم.\";'),('ar','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ar','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ar','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ar','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ar','messages:apihelp-managetags-summary','s:85:\"ar:أداء المهام الإدارية المتعلقة بتغيير الوسوم.\";'),('ar','messages:apihelp-mergehistory-example-merge','s:77:\"ar:دمج تاريخ <kbd>Oldpage</kbd> كاملا إلى <kbd>Newpage</kbd>.\";'),('ar','messages:apihelp-mergehistory-example-merge-timestamp','s:128:\"ar:دمج مراجعات الصفحة <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> إلى <kbd>Newpage</kbd>.\";'),('ar','messages:apihelp-mergehistory-param-from','s:135:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1fromid</var>.\";'),('ar','messages:apihelp-mergehistory-param-fromid','s:131:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1from</var>.\";'),('ar','messages:apihelp-mergehistory-param-reason','s:32:\"ar:سبب دمج التاريخ.\";'),('ar','messages:apihelp-mergehistory-param-timestamp','s:288:\"ar:الطابع الزمني للمراجعات التي سيتم نقلها من تاريخ صفحة المصدر إلى تاريخ صفحة الوجهة. إذا تم حذفها، سيتم دمج تاريخ الصفحة كاملا من صفحة المصدر إلى صفحة الوجهة.\";'),('ar','messages:apihelp-mergehistory-param-to','s:133:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1toid</var>.\";'),('ar','messages:apihelp-mergehistory-param-toid','s:129:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1to</var>.\";'),('ar','messages:apihelp-mergehistory-summary','s:36:\"ar:ادمج تاريخ الصفحة.\";'),('ar','messages:apihelp-mobileview-description','s:77:\"ar:يعطي البيانات الضرورية لعرض نسخة الجوال.\";'),('ar','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ar','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ar','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ar','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ar','messages:apihelp-mobileview-param-noheadings','s:54:\"ar:عدم تضمين العناوين في الخرج.\";'),('ar','messages:apihelp-mobileview-param-noimages','s:33:\"ar:إعطاء HTML بلا صور.\";'),('ar','messages:apihelp-mobileview-param-notransform','s:74:\"ar:عدم تحويل HTML إلى النسخة الخاصة بالجوال.\";'),('ar','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ar','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ar','messages:apihelp-mobileview-param-page','s:59:\"ar:عنوان الصفحة المطلوب معالجتها.\";'),('ar','messages:apihelp-mobileview-param-pageprops','s:167:\"ar:الخصائص الواجب سردها في النتائج: قائمة مفصولة بخطوط عمودية («|») أو «*» لإعطاء جميع الخصائص.\";'),('ar','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ar','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ar','messages:apihelp-mobileview-param-redirect','s:70:\"ar:ما إذا كان من المطلوب تتبع التحويلات.\";'),('ar','messages:apihelp-mobileview-param-sectionprop','s:74:\"ar:المعلومات الواجب استخلاصها عن المقاطع.\";'),('ar','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ar','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('ar','messages:apihelp-mobileview-param-thumbsize','s:68:\"ar:القيمة القصوى لبعدي الصورة المصغرة.\";'),('ar','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('ar','messages:apihelp-mobileview-param-variant','s:56:\"ar:تحويل المحتوى إلى هذه اللهجة.\";'),('ar','messages:apihelp-move-example-move','s:87:\"ar:انقل <kbd>Badtitle</kbd> إلى <kbd>Goodtitle</kbd> دون ترك تحويلة.\";'),('ar','messages:apihelp-move-param-from','s:104:\"ar:عنوان الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('ar','messages:apihelp-move-param-fromid','s:102:\"ar:معرف الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('ar','messages:apihelp-move-param-ignorewarnings','s:34:\"ar:تجاهل أي تحذيرات.\";'),('ar','messages:apihelp-move-param-movesubpages','s:75:\"ar:إعادة تسمية الصفحات الفرعية، إن وُجِدت.\";'),('ar','messages:apihelp-move-param-movetalk','s:67:\"ar:إعادة تسمية صفحة النقاش، إن وُجِدت.\";'),('ar','messages:apihelp-move-param-noredirect','s:30:\"ar:لا تنشئ تحويلة.\";'),('ar','messages:apihelp-move-param-reason','s:42:\"ar:السبب لإعادة التسمية.\";'),('ar','messages:apihelp-move-param-tags','s:153:\"ar:غير الوسوم لتطبيقها على الإدخال في سجل النقل وعلى النسخة الفارغة في الصفحة الوجهة.\";'),('ar','messages:apihelp-move-param-to','s:56:\"ar:عنوان لإعادة تسمية الصفحة له.\";'),('ar','messages:apihelp-move-param-unwatch','s:107:\"ar:إزالة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-move-param-watch','s:107:\"ar:إضافة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-move-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-move-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-move-summary','s:19:\"ar:نقل صفحة.\";'),('ar','messages:apihelp-no-such-module','s:41:\"ar:الوحدة \"$1\" غير موجودة.\";'),('ar','messages:apihelp-none-summary','s:33:\"ar:عدم إخراج أي شيء.\";'),('ar','messages:apihelp-opensearch-example-te','s:59:\"ar:العثور على صفحات تبدأ ب<kbd>Te</kbd>.\";'),('ar','messages:apihelp-opensearch-param-format','s:25:\"ar:شكل الإخراج.\";'),('ar','messages:apihelp-opensearch-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('ar','messages:apihelp-opensearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('ar','messages:apihelp-opensearch-param-redirects','s:346:\"ar:كيفية التعامل مع التحويلات:\n;إرجاع: إرجاع التحويلة نفسها.\n;حل: إرجاع الصفحة الهدف، قد ترجع نتائج أقل من $1limit.\nلأسباب تاريخية; يكون الإعداد الافتراضي هو \"إرجاع\" لـ$1format=json و\"حل\" للتنسيقات الأخرى.\";'),('ar','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ar','messages:apihelp-opensearch-param-search','s:20:\"ar:سطر البحث\";'),('ar','messages:apihelp-opensearch-param-suggest','s:30:\"ar:لم يعد مستخدما.\";'),('ar','messages:apihelp-opensearch-param-warningsaserror','s:118:\"ar:إذا تم رفع التحذيرات ب<kbd>format=json</kbd>, أعد أخطاء API بدلا من تجاهلها.\";'),('ar','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ar','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ar','messages:apihelp-opensearch-summary','s:86:\"ar:بحث الويكي باستخدام بروتوكول أوبن سيرش OpenSearch.\";'),('ar','messages:apihelp-options-example-change','s:64:\"ar:غير تفضيلات <kbd>skin</kbd> و<kbd>hideminor</kbd>.\";'),('ar','messages:apihelp-options-example-complex','s:105:\"ar:إعادة تعيين جميع تفضيلات، ثم تعيين <kbd>skin</kbd> و<kbd>nickname</kbd>.\";'),('ar','messages:apihelp-options-example-reset','s:49:\"ar:إعادة تعيين كل التفضيلات.\";'),('ar','messages:apihelp-options-extended-description','s:309:\"ar:لا يمكن تعيين سوى الخيارات المسجلة في النواة أو في أحد الملحقات المثبتة، أو الخيارات مع المفاتيح المسبوقة بـ<code>userjs-</code> (التي يُراد استخدامها من قبل سكريبتات المستخدم).\";'),('ar','messages:apihelp-options-param-change','s:560:\"ar:قائمة بالتغييرات، الاسم المنسق=value (مثل skin=vector)، إذا لم يتم تحديد أية قيمة (ولا حتى علامة المساواة)، على سبيل المثال، optionname|otheroption|..., ستتم إعادة تعيين الخيار إلى قيمته الافتراضية، إذا كانت أية قيمة تم تمريرها تحتوي على حرف الأنبوب(<kbd>|</kbd>)، فاستخدم [[Special:ApiHelp/main#main/datatypes| فاصل بديل متعدد القيم]] للعملية الصحيحة.\";'),('ar','messages:apihelp-options-param-optionname','s:117:\"ar:اسم الخيار الذي ينبغي ضبطه إلى القيمة التي قدمها <var>$1optionvalue</var>.\";'),('ar','messages:apihelp-options-param-optionvalue','s:74:\"ar:قيمة للخيار المحدد من قبل <var>$1optionname</var>.\";'),('ar','messages:apihelp-options-param-reset','s:100:\"ar:إعادة تعيين التفضيلات إلى إعدادات الموقع الإفتراضية.\";'),('ar','messages:apihelp-options-param-resetkinds','s:123:\"ar:قائمة أنواع الخيارات لإعادة ضبطها عندما يتم تعيين خيار <var>$1reset</var>.\";'),('ar','messages:apihelp-options-summary','s:59:\"ar:تغيير تفضيلات المستخدم الحالي.\";'),('ar','messages:apihelp-paraminfo-example-1','s:284:\"ar:عرض معلومات عن <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> و<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd> و<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> و<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ar','messages:apihelp-paraminfo-example-2','s:124:\"ar:أظهر المعلومات لجميع الوحدات الفرعية ل<kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ar','messages:apihelp-paraminfo-param-formatmodules','s:149:\"ar:قائمة بأسماء أشكال الوحدات (قيم الوسيط <var>format</var>). استخدم <var>$1modules</var> بدلا من ذلك.\";'),('ar','messages:apihelp-paraminfo-param-helpformat','s:38:\"ar:شكل سلاسل المساعدة.\";'),('ar','messages:apihelp-paraminfo-param-mainmodule','s:169:\"ar:الحصول على معلومات عن وحدة (المستوى الأعلى) الرئيسية أيضا. استخدم <kbd>$1modules=main</kbd> بدلا من ذلك.\";'),('ar','messages:apihelp-paraminfo-param-modules','s:388:\"ar:قائمة بأسماء الوحدات (قيم الوسائط <var>action</var> أو <var>format</var> أو <kbd>main</kbd>)، يمكن تحديد الوحدات الفرعية التي تحتوي على <kbd>+</kbd>، أو كل الوحدات الفرعية التي تحتوي على <kbd>+*</kbd>، أو جميع الوحدات الفرعية بشكل متكرر بـ<kbd>+**</kbd>.\";'),('ar','messages:apihelp-paraminfo-param-pagesetmodule','s:136:\"ar:الحصول على معلومات حول وحدة مجموعة الصفحة (يتم توفير titles= والأصدقاء) كذلك.\";'),('ar','messages:apihelp-paraminfo-param-querymodules','s:225:\"ar:قائمة بأسماء وحدات الاستعلام (قيمة وسيط <var>prop</var> أو <var>meta</var> أو <var>list</var>)، استخدم <kbd>$1modules=query+foo</kbd> بدلا من <kbd>$1querymodules=foo</kbd>.\";'),('ar','messages:apihelp-paraminfo-summary','s:60:\"ar:الحصول على معلومات حول وحدات API.\";'),('ar','messages:apihelp-parse-example-page','s:23:\"ar:تحليل صفحة.\";'),('ar','messages:apihelp-parse-example-summary','s:27:\"ar:تحليل الملخص.\";'),('ar','messages:apihelp-parse-example-text','s:31:\"ar:تحليل نصوص ويكي\";'),('ar','messages:apihelp-parse-example-texttitle','s:69:\"ar:تحليل نصوص ويكي، تحديد عنوان الصفحة.\";'),('ar','messages:apihelp-parse-extended-description','s:628:\"ar:راجع مختلف وحدات prop لـ<kbd>[[Special:ApiHelp/query|action=query]]</kbd> للحصول على معلومات من الإصدار الحالي للصفحة.\n\nهناك عدة طرق لتحديد النص المراد تحليله: \n# حدد صفحة أو مراجعة، باستخدام <var>$1page</var> أو <var>$1pageid</var> أو <var>$1oldid</var>.\n# حدد المحتوى بشكل صريح، باستخدام <var>$1text</var> و<var>$1title</var> و<var>$1revid</var> و<var>$1contentmodel</var>.\n# تحديد ملخص للتحليل فقط، يجب إعطاء قيمة فارغة لـ<var>$1prop</var>.\";'),('ar','messages:apihelp-parse-param-contentformat','s:136:\"ar:نموذج المحتوى المسلسل يُستخدَم للنص المدخل. صالح فقط عند استخدامه مع $1text.\";'),('ar','messages:apihelp-parse-param-contentmodel','s:255:\"ar:نموذج المحتوى لنص الإدخال، إذا تم تجاهله، فيجب تحديد $1title، وسيكون الإعداد الافتراضي هو نموذج العنوان المحدد، صالح فقط عند استخدامه مع $1text.\";'),('ar','messages:apihelp-parse-param-disableeditsection','s:82:\"ar:تجاهل وصلات تحرير الأقسام من مخرجات المحلل.\";'),('ar','messages:apihelp-parse-param-disablelimitreport','s:88:\"ar:تجاهل تقرير الحد (\"NewPP limit report\") من مخرجات المحلل.\";'),('ar','messages:apihelp-parse-param-disablepp','s:69:\"ar:استخدم <var>$1disablelimitreport</var> بدلا من ذلك.\";'),('ar','messages:apihelp-parse-param-disablestylededuplication','s:87:\"ar:لا تكرر أوراق الأنماط المضمنة في إخراج المحلل.\";'),('ar','messages:apihelp-parse-param-disabletoc','s:64:\"ar:تجاهل جدول المحتويات في المخرجات.\";'),('ar','messages:apihelp-parse-param-effectivelanglinks','s:125:\"ar:يشمل وصلات لغة المقدمة بواسطة ملحقات (للاستخدام مع <kbd>$1prop=langlinks</kbd>).\";'),('ar','messages:apihelp-parse-param-generatexml','s:138:\"ar:توليد شجرة تحليل XML (يتطلب نموذج المحتوى <code>$1</code>; حل محلها <kbd>$2prop=parsetree</kbd>).\";'),('ar','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ar','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ar','messages:apihelp-parse-param-noimages','s:50:\"ar:تعطيل الصور في خرج الجوال.\";'),('ar','messages:apihelp-parse-param-oldid','s:99:\"ar:تحليل مضمون هذا التعديل. تجاوز <var>$1page</var> و<var>$1pageid</var>.\";'),('ar','messages:apihelp-parse-param-onlypst','s:245:\"ar:قم بإجراء تحويل ما قبل الحفظ (PST) على الإدخال، ولكن لا تقم بتحليله; لعرض نفس نص الويكي، بعد تطبيق PST، صالح فقط عند استخدامه مع <var>$1text</var>.\";'),('ar','messages:apihelp-parse-param-page','s:134:\"ar:تحليل محتوى هذه الصفحة. لا يمكن أن تُستخدَم بجانب <var>$1text</var> and <var>$1title</var>.\";'),('ar','messages:apihelp-parse-param-pageid','s:71:\"ar:حلل محتوى هذه الصفحة. تجاوز <var>$1page</var>.\";'),('ar','messages:apihelp-parse-param-preview','s:43:\"ar:تحليل في وضع المعاينة.\";'),('ar','messages:apihelp-parse-param-prop','s:74:\"ar:أي قطعة من المعلومات تريد الحصول عليها:\";'),('ar','messages:apihelp-parse-param-pst','s:143:\"ar:قم بتحويل قبل الحفظ على المدخلات قبل تحليل ذلك. صالح فقط عند استخدامه مع النص.\";'),('ar','messages:apihelp-parse-param-redirects','s:100:\"ar:لو <var>$1page</var> أو <var>$1pageid</var> is تم تعيينها للتحويل، حلها.\";'),('ar','messages:apihelp-parse-param-revid','s:110:\"ar:معرف المراجعة، لـ<code><nowiki>{{REVISIONID}}</nowiki></code> ومتغيرات مشابهة.\";'),('ar','messages:apihelp-parse-param-section','s:384:\"ar:قم فقط بتحليل محتوى القسم باستخدام هذا المعرف.! N !! N! عندما يكون <kbd>جديدًا</kbd> ، قم بتحليل <var>$1</var> <var>$1 وعنوان المقطع $ 1</var> كما لو كنت تضيف قسمًا جديدًا إلى الصفحة.! N !! N! <kbd>جديد</kbd> مسموح به فقط عند تحديد <var>النص</var> .\";'),('ar','messages:apihelp-parse-param-sectionpreview','s:94:\"ar:تحليل في وضع معاينة القسم (يمكن وضع المعاينة أيضا).\";'),('ar','messages:apihelp-parse-param-sectiontitle','s:207:\"ar:عنوان قسم جديد عندما يكون <var>section</var> <kbd>new</kbd>.\n\nعلى عكس تحرير الصفحة، لا يرجع هذا إلى <var>summary</var> عند حذفه أو تفريغه.\";'),('ar','messages:apihelp-parse-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('ar','messages:apihelp-parse-param-summary','s:27:\"ar:ملخص للتحليل.\";'),('ar','messages:apihelp-parse-param-text','s:131:\"ar:نص للتحليل. استخدم <var>$1title</var> أو <var>$1contentmodel</var> للتحكم في نموذج المحتوى.\";'),('ar','messages:apihelp-parse-param-title','s:201:\"ar:عنوان الصفحة التي ينتمي النص إليها.إذا تم حذفها، <var>$1contentmodel</var> يجب أن تكون محددة، و[[API]] سيتم استخدامه كعنوان.\";'),('ar','messages:apihelp-parse-param-useskin','s:248:\"ar:تطبيق المظهر المحدد لإخراج المحلل اللغوي، قد يؤثر على الخصائص التالية: <kbd>langlinks</kbd> ،<kbd>headitems</kbd> ،<kbd>modules</kbd> ،<kbd>jsconfigvars</kbd> ،<kbd>indicators</kbd>.\";'),('ar','messages:apihelp-parse-param-wrapoutputclass','s:68:\"ar:فئة CSS لاستخدام التفاف إخراج المحلل.\";'),('ar','messages:apihelp-parse-paramvalue-prop-categories','s:69:\"ar:يعطي التصنيفات في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:47:\"ar:يعطي إصدار HTML للتصنيفات.\";'),('ar','messages:apihelp-parse-paramvalue-prop-displaytitle','s:65:\"ar:يضيف العنوان في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('ar','messages:apihelp-parse-paramvalue-prop-externallinks','s:82:\"ar:يعطي الوصلات الخارجية في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-headhtml','s:169:\"ar:يمنح نوع مستند محلولا، ويفتح عنصر <code>&lt;html&gt;</code>، <code>&lt;head&gt;</code> ويفتح <code>&lt;body&gt;</code> الصفحة.\";'),('ar','messages:apihelp-parse-paramvalue-prop-headitems','s:80:\"ar:يعطي عناصر لوضعها في <code>&lt;head&gt;</code> الصفحة.\";'),('ar','messages:apihelp-parse-paramvalue-prop-images','s:61:\"ar:يعطي الصور في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-indicators','s:89:\"ar:يعطي HTML مؤشرات حالة الصفحة المستخدمة في الصفحة.\";'),('ar','messages:apihelp-parse-paramvalue-prop-iwlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:154:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة. للتطبيق; استخدم <code>mw.config.set()</code>.\";'),('ar','messages:apihelp-parse-paramvalue-prop-langlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:154:\"ar:يعطي تقرير الحد بطريقة منظمة. لا يعطي أية بيانات، عندما يتم تعيين <var>$1disablelimitreport</var>.\";'),('ar','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:147:\"ar:يعطي إصدار HTML لتقرير الحد. لا يعطي أية بيانات، عندما يتم تعيين<var>$1disablelimitreport</var>.\";'),('ar','messages:apihelp-parse-paramvalue-prop-links','s:82:\"ar:يعطي الوصلات الداخلية في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-modules','s:257:\"ar:يعطي وحدات ResourceLoader المستخدمة في الصفحة، للتحميل; استخدم <code>mw.loader.using()</code>، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('ar','messages:apihelp-parse-paramvalue-prop-parsetree','s:111:\"ar:شجرة تحليل XML لمحتويات المراجعة (يتطلب نموذج محتوى <code>$1</code>)\";'),('ar','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:104:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (كنص ويكي).\";'),('ar','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:106:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (بتنسيق HTML).\";'),('ar','messages:apihelp-parse-paramvalue-prop-properties','s:97:\"ar:يعطي الخصائص المختلفة المحددة في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-revid','s:82:\"ar:يضيف معرِف المراجعة للصفحة التي تم تحليلها.\";'),('ar','messages:apihelp-parse-paramvalue-prop-sections','s:65:\"ar:يعطي الأقسام في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-subtitle','s:95:\"ar:يضيف العنوان الفرعي للصفحة للصفحة التي تم تحليلها.\";'),('ar','messages:apihelp-parse-paramvalue-prop-templates','s:65:\"ar:يعطي القوالب في تحليل نصوص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-text','s:56:\"ar:يعطي النص المعالج لنص الويكي.\";'),('ar','messages:apihelp-parse-paramvalue-prop-wikitext','s:78:\"ar:يعطي نصوص الويكي الأصلية التي تم تحليلها.\";'),('ar','messages:apihelp-parse-summary','s:64:\"ar:يوزع المحتوى ويرجع مخرجات المحلل.\";'),('ar','messages:apihelp-patrol-example-rcid','s:36:\"ar:ابحث عن تغيير جديد\";'),('ar','messages:apihelp-patrol-example-revid','s:25:\"ar:راجع مراجعة.\";'),('ar','messages:apihelp-patrol-param-rcid','s:56:\"ar:معرف أحدث التغييرات للمراجعة\";'),('ar','messages:apihelp-patrol-param-revid','s:41:\"ar:معرف مراجعة للمراجعة\";'),('ar','messages:apihelp-patrol-param-tags','s:80:\"ar:تغيير وسوم لتطبيق الإدخال في سجل المراجعة.\";'),('ar','messages:apihelp-patrol-summary','s:43:\"ar:مراجعة صفحة أو مراجعة.\";'),('ar','messages:apihelp-php-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('ar','messages:apihelp-php-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('ar','messages:apihelp-php-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('ar','messages:apihelp-php-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('ar','messages:apihelp-php-summary','s:65:\"ar:بيانات الإخراج بتنسيق PHP المتسلسل.\";'),('ar','messages:apihelp-phpfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('ar','messages:apihelp-protect-example-protect','s:23:\"ar:حماية صفحة.\";'),('ar','messages:apihelp-protect-example-unprotect','s:149:\"ar:إلغاء حماية الصفحة من خلال وضع قيود ل<kbd>all</kbd> (أي يُسمَح أي شخص باتخاذ الإجراءات).\";'),('ar','messages:apihelp-protect-example-unprotect2','s:82:\"ar:إلغاء حماية الصفحة عن طريق عدم وضع أية قيود.\";'),('ar','messages:apihelp-protect-param-cascade','s:275:\"ar:تمكين الحماية المتتالية (أي حماية القوالب المضمنة والصور المستخدمة في هذه الصفحة)، يتم التجاهل إذا كان أي من مستويات الحماية المعطاة لا يدعم التتالي.\";'),('ar','messages:apihelp-protect-param-expiry','s:326:\"ar:انتهاء الطوابع الزمنية، إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكل أشكال الحماية، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> للحماية التي لا تنتهي أبدا.\";'),('ar','messages:apihelp-protect-param-pageid','s:113:\"ar:معرف الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('ar','messages:apihelp-protect-param-protections','s:376:\"ar:قائمة بمستويات الحماية، منسقة <kbd>action=level</kbd> (على سبيل المثال <kbd>edit=sysop</kbd>)، يعني مستوى <kbd>all</kbd> أن أي شخص مسموح له باتخاذ الإجراء: أي أنه لا توجد قيود.\n\n<strong>ملاحظة:</strong> أية إجراءات غير مدرجة ستتم إزالة قيودها.\";'),('ar','messages:apihelp-protect-param-reason','s:38:\"ar:سبب (إزالة) الحماية.\";'),('ar','messages:apihelp-protect-param-tags','s:78:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحماية.\";'),('ar','messages:apihelp-protect-param-title','s:115:\"ar:عنوان الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('ar','messages:apihelp-protect-param-watch','s:128:\"ar:إذا تم الضبط، أضف الصفحة (غير) المحمية لقائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-protect-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-protect-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-protect-summary','s:47:\"ar:غير مستوى الحماية لصفحة.\";'),('ar','messages:apihelp-purge-example-generator','s:75:\"ar:إفراغ كاش أول 10 صفحات في النطاق الرئيسي.\";'),('ar','messages:apihelp-purge-example-simple','s:68:\"ar:إفراغ كاش <kbd>Main Page</kbd> وصفحة <kbd>API</kbd>.\";'),('ar','messages:apihelp-purge-param-forcelinkupdate','s:104:\"ar:تحديث جداول الروابط وتحديثات البيانات الثانوية الأخرى.\";'),('ar','messages:apihelp-purge-param-forcerecursivelinkupdate','s:177:\"ar:مثل <kbd>forcelinkupdate</kbd>، تحديث جدول الروابط، وتحديث جداول الروابط لأية صفحة تستخدم هذه الصفحة كقالب.\";'),('ar','messages:apihelp-purge-summary','s:80:\"ar:مسح ذاكرة التخزين المؤقت للعناوين المعطاة\";'),('ar','messages:apihelp-query+allcategories-example-generator','s:134:\"ar:استرداد المعلومات حول صفحة التصنيف نفسها للتصنيفات التي تبدأ ب<kbd>List</kbd>.\";'),('ar','messages:apihelp-query+allcategories-example-size','s:101:\"ar:إدراج التصنيفات مع معلومات حول عدد الصفحات في كل منها.\";'),('ar','messages:apihelp-query+allcategories-param-dir','s:25:\"ar:اتجاه الفرز.\";'),('ar','messages:apihelp-query+allcategories-param-from','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('ar','messages:apihelp-query+allcategories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('ar','messages:apihelp-query+allcategories-param-max','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('ar','messages:apihelp-query+allcategories-param-min','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('ar','messages:apihelp-query+allcategories-param-prefix','s:100:\"ar:ابحث عن جميع التصنيفات التي تبدأ أسماؤها بهذه القيمة.\";'),('ar','messages:apihelp-query+allcategories-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('ar','messages:apihelp-query+allcategories-param-to','s:58:\"ar:التصنيف الذي يقف التعداد عنده.\";'),('ar','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ar','messages:apihelp-query+allcategories-paramvalue-prop-size','s:59:\"ar:أضف عدد الصفحات في هذا التصنيف.\";'),('ar','messages:apihelp-query+allcategories-summary','s:42:\"ar:تعداد جميع التصنيفات.\";'),('ar','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:81:\"ar:سرد أول 50 مراجعات محذوفة في النطاق الرئيسي.\";'),('ar','messages:apihelp-query+alldeletedrevisions-example-user','s:96:\"ar:اذكر آخر 50 مشاركة محذوفة بواسطة المستخدم <kbd>Example</kbd.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-from','s:72:\"ar:بدء الإدراج في القائمة من هذا العنوان.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:371:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام <var>$1user</var> و<var>$1namespace</var> معا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-prefix','s:109:\"ar:ابحث عن جميع عناوين الصفحات التي تبدأ أسماؤها بهذه القيمة.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-to','s:72:\"ar:وقف الإدراج في القائمة من هذا العنوان.\";'),('ar','messages:apihelp-query+alldeletedrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ar','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:62:\"ar:لا يمكن أن تُستخدَم مع <var>$3user</var>.\";'),('ar','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:64:\"ar:يمكن أن تُستخدَم فقط مع <var>$3user</var>.\";'),('ar','messages:apihelp-query+alldeletedrevisions-summary','s:108:\"ar:قائمة جميع المراجعات المحذوفة بواسطة المستخدم أو في نطاق.\";'),('ar','messages:apihelp-query+allfileusages-example-b','s:187:\"ar:سرد عناوين الملفات، بما في ذلك العناوين المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('ar','messages:apihelp-query+allfileusages-example-generator','s:80:\"ar:الحصول على الصفحات التي تحتوي على الملفات.\";'),('ar','messages:apihelp-query+allfileusages-example-unique','s:53:\"ar:سرد عناوين الملفات الفريدة.\";'),('ar','messages:apihelp-query+allfileusages-example-unique-generator','s:103:\"ar:الحصول على جميع عناوين الملفات، والتعليم على المفقودة.\";'),('ar','messages:apihelp-query+allfileusages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+allfileusages-param-from','s:56:\"ar:عنوان الملف لبدء التعداد منه.\";'),('ar','messages:apihelp-query+allfileusages-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('ar','messages:apihelp-query+allfileusages-param-prefix','s:92:\"ar:البحث عن كل عناوين الملفات التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+allfileusages-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+allfileusages-param-to','s:56:\"ar:عنوان الملف لوقف التعداد منه.\";'),('ar','messages:apihelp-query+allfileusages-param-unique','s:236:\"ar:عرض عناوين ملفات متميزة فقط، لا يمكن استخدامها مع $1prop=ids، عند استخدامها كمولد،\nيتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ar','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:104:\"ar:تضيف معرفات استخدام الصفحات (لا يمكن استخدامها مع $1unique).\";'),('ar','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:34:\"ar:تضيف عنوان الملف.\";'),('ar','messages:apihelp-query+allfileusages-summary','s:102:\"ar:قائمة جميع استخدامات الملفات، بما في ذلك غير الموجودة.\";'),('ar','messages:apihelp-query+allimages-example-b','s:71:\"ar:أظهر قائمة الملفات التي تبدأ ب<kbd>B</kbd>.\";'),('ar','messages:apihelp-query+allimages-example-generator','s:80:\"ar:عرض معلومات حول 4 ملفات تبدأ بالحرف <kbd>T</kbd>.\";'),('ar','messages:apihelp-query+allimages-example-mimetypes','s:101:\"ar:أظهر قائمة الملفات من نوع MIME <kbd>image/png</kbd> أو <kbd>image/gif</kbd>\";'),('ar','messages:apihelp-query+allimages-example-recent','s:146:\"ar:أظهر قائمة الملفات التي تم تحميلها مؤخرا، على غرار [[Special:NewFiles|خاص:ملفات جديدة]].\";'),('ar','messages:apihelp-query+allimages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+allimages-param-end','s:102:\"ar:طابع زمني لإنهاء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('ar','messages:apihelp-query+allimages-param-filterbots','s:206:\"ar:كيفية تصفية الملفات التي تم تحميلها بواسطة بوتات. يمكن استخدامها مع $1sort=timestamp فقط. لا يمكن أن تُستخدَم بجانب $1user.\";'),('ar','messages:apihelp-query+allimages-param-from','s:111:\"ar:عنوان الصورة لبدء التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('ar','messages:apihelp-query+allimages-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('ar','messages:apihelp-query+allimages-param-maxsize','s:74:\"ar:الحد من الصور بهذه البايتات على الأكثر.\";'),('ar','messages:apihelp-query+allimages-param-mime','s:91:\"ar:عن أي أنواع MIME تبحث، على سبيل المثال <kbd>image/jpeg</kbd>.\";'),('ar','messages:apihelp-query+allimages-param-minsize','s:101:\"ar:الحد من الصور بهذا العدد الكبير من البايتات على الأقل.\";'),('ar','messages:apihelp-query+allimages-param-prefix','s:136:\"ar:البحث عن كل عناوين الصور التي تبدأ بهذه القيمة. يمكن استخدامها مع $1sort فقط.\";'),('ar','messages:apihelp-query+allimages-param-sha1','s:57:\"ar:SHA1 تجزئة الصورة. تجاوز $1sha1base36.\";'),('ar','messages:apihelp-query+allimages-param-sha1base36','s:94:\"ar:SHA1 تجزئة الصورة في قاعدة 36 (تُستخدَم في ميدياويكي).\";'),('ar','messages:apihelp-query+allimages-param-sort','s:43:\"ar:خاصية للفرز وفقًا لها.\";'),('ar','messages:apihelp-query+allimages-param-start','s:98:\"ar:طابع زمني لبدء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('ar','messages:apihelp-query+allimages-param-to','s:111:\"ar:عنوان الصورة لوقف التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('ar','messages:apihelp-query+allimages-param-user','s:209:\"ar:فقط إرجاع الملفات التي تم رفعها من قبل هذا المستخدم، يمكن استخدامها فقط مع\n$1sort=timestamp، لا يمكن استخدامها مع $1filterbots.\";'),('ar','messages:apihelp-query+allimages-summary','s:56:\"ar:تعداد كافة الصور بشكل متتالي.\";'),('ar','messages:apihelp-query+alllinks-example-b','s:176:\"ar:سرد العناوين المرتبطة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('ar','messages:apihelp-query+alllinks-example-generator','s:72:\"ar:يحصل على الصفحات التي تحتوي على وصلات.\";'),('ar','messages:apihelp-query+alllinks-example-unique','s:59:\"ar:سرد العناوين المرتبطة الفريدة.\";'),('ar','messages:apihelp-query+alllinks-example-unique-generator','s:109:\"ar:الحصول على جميع العناوين المرتبطة، والتعليم على المفقودة.\";'),('ar','messages:apihelp-query+alllinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+alllinks-param-from','s:58:\"ar:عنوان الرابط لبدء التعداد منه.\";'),('ar','messages:apihelp-query+alllinks-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('ar','messages:apihelp-query+alllinks-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('ar','messages:apihelp-query+alllinks-param-prefix','s:98:\"ar:البحث عن كل العناوين المرتبطة التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+alllinks-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+alllinks-param-to','s:58:\"ar:عنوان الرابط لوقف التعداد منه.\";'),('ar','messages:apihelp-query+alllinks-param-unique','s:261:\"ar:عرض فقط العناوين المتميزة المرتبطة، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ar','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:113:\"ar:تضيف معرف الصفحة للصفحة المرتبطة (لا يمكن استخدامها مع $1unique).\";'),('ar','messages:apihelp-query+alllinks-paramvalue-prop-title','s:36:\"ar:تضيف عنوان الرابط.\";'),('ar','messages:apihelp-query+alllinks-summary','s:81:\"ar:تعداد كافة الروابط التي تشير إلى نطاق معين.\";'),('ar','messages:apihelp-query+allmessages-example-de','s:95:\"ar:عرض رسائل <kbd>august</kbd> and <kbd>mainpage</kbd> باللغة الألمانية.\";'),('ar','messages:apihelp-query+allmessages-example-ipb','s:48:\"ar:عرض رسائل تبدأ ب<kbd>ipb-</kbd>.\";'),('ar','messages:apihelp-query+allmessages-param-args','s:58:\"ar:الوسائط ليتم نسخها في الرسالة.\";'),('ar','messages:apihelp-query+allmessages-param-customised','s:72:\"ar:إرجاع الرسائل فقط في حالة التخصيص هذه.\";'),('ar','messages:apihelp-query+allmessages-param-enableparser','s:199:\"ar:تعيين إلى تمكين المحلل، ستتم معالجة مسبقة لنص الويكي الخاص بالرسالة (كلمات سحرية بديلة، قوالب معالجة، إلخ.).\";'),('ar','messages:apihelp-query+allmessages-param-filter','s:102:\"ar:إرجاع الرسائل بالأسماء التي تحتوي على هذه السلسلة فقط.\";'),('ar','messages:apihelp-query+allmessages-param-from','s:69:\"ar:إرجاع الرسائل ابتداء من هذه الرسالة.\";'),('ar','messages:apihelp-query+allmessages-param-includelocal','s:396:\"ar:تضمين الرسائل المحلية أيضا: أي الرسائل غير الموجودة في البرنامج ولكنها موجودة كما هو الحال في نطاق {{ns:MediaWiki}}،\nيسرد هذا جميع صفحات نطاق {{ns:MediaWiki}}، بحيث يسرد أيضا تلك الصفحات التي ليست رسائل فعلية مثل [[MediaWiki:Common.js|Common.js]].\";'),('ar','messages:apihelp-query+allmessages-param-lang','s:49:\"ar:إرجاع الرسائل بهذه اللغة.\";'),('ar','messages:apihelp-query+allmessages-param-messages','s:101:\"ar:أية رسائل للإخراج، <kbd>*</kbd> (افتراضي) تعني جميع الرسائل.\";'),('ar','messages:apihelp-query+allmessages-param-nocontent','s:105:\"ar:في حالة التعيين، لا تقم بتضمين محتوى الرسائل في الإخراج.\";'),('ar','messages:apihelp-query+allmessages-param-prefix','s:53:\"ar:إرجاء الرسائل بهذه البادئة.\";'),('ar','messages:apihelp-query+allmessages-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('ar','messages:apihelp-query+allmessages-param-title','s:114:\"ar:اسم الصفحة لاستخدامه كسياق عند توزيع الرسالة (لخيار $1enableparser).\";'),('ar','messages:apihelp-query+allmessages-param-to','s:73:\"ar:إرجاع الرسائل التي تنتهي بهذه الرسالة.\";'),('ar','messages:apihelp-query+allmessages-summary','s:54:\"ar:إرجاع الرسائل من هذا الموقع.\";'),('ar','messages:apihelp-query+allpages-example-b','s:85:\"ar:عرض قائمة من الصفحات التي تبدأ بالحرف <kbd>B</kbd>.\";'),('ar','messages:apihelp-query+allpages-example-generator','s:80:\"ar:عرض معلومات حول 4 صفحات تبدأ بالحرف <kbd>T</kbd>.\";'),('ar','messages:apihelp-query+allpages-example-generator-revisions','s:102:\"ar:عرض محتوى أول صفحتين غير تحويلتين التي تبدأ من <kbd>Re</kbd>.\";'),('ar','messages:apihelp-query+allpages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+allpages-param-filterlanglinks','s:228:\"ar:التصفية استنادا إلى ما إذا كانت الصفحة تحتوي على وصلات لغات، لاحظ أن هذا قد لا يفكر في وصلات اللغات المضافة بواسطة الإضافات.\";'),('ar','messages:apihelp-query+allpages-param-filterredir','s:34:\"ar:أي الصفحات للعرض.\";'),('ar','messages:apihelp-query+allpages-param-from','s:58:\"ar:عنوان الصفحة لبدء التعداد منه.\";'),('ar','messages:apihelp-query+allpages-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ar','messages:apihelp-query+allpages-param-maxsize','s:86:\"ar:الحد من صفحات مع هذا العدد الكبير من البايتات.\";'),('ar','messages:apihelp-query+allpages-param-minsize','s:105:\"ar:الحد من الصفحات بهذا العدد الكبير من البايتات على الأقل.\";'),('ar','messages:apihelp-query+allpages-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('ar','messages:apihelp-query+allpages-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+allpages-param-prexpiry','s:376:\"ar:مدة انتهاء الحماية لتصفية الصفحة فيها: \n; غير محددة: احصل على الصفحات التي لها تاريخ انتهاء غير محدود للحماية. \n; واضح: احصل على صفحات ذات مدة حماية محددة فقط.\n; الكل: الحصول على صفحات بأي انتهاء صلاحية للحماية.\";'),('ar','messages:apihelp-query+allpages-param-prfiltercascade','s:129:\"ar:تصفية الحماية على أساس مستوى الحماية (يتم تجاهلها عند عدم تعيين $1prtype).\";'),('ar','messages:apihelp-query+allpages-param-prlevel','s:121:\"ar:تصفية الحماية على أساس مستوى الحماية (يجب استخدامه مع $1prtype= وسيط).\";'),('ar','messages:apihelp-query+allpages-param-prtype','s:54:\"ar:الحد من الصفحات المحمية فقط.\";'),('ar','messages:apihelp-query+allpages-param-to','s:62:\"ar:عنوان الصفحة لإيقاف التعداد منه.\";'),('ar','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ar','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ar','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ar','messages:apihelp-query+allpages-summary','s:83:\"ar:تعداد كافة الصفحات بشكل متتالي في نطاق معين.\";'),('ar','messages:apihelp-query+allredirects-example-b','s:168:\"ar:سرد الصفحات الهدف، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('ar','messages:apihelp-query+allredirects-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تحويلات.\";'),('ar','messages:apihelp-query+allredirects-example-unique','s:51:\"ar:سرد الصفحات الهدف الفريدة.\";'),('ar','messages:apihelp-query+allredirects-example-unique-generator','s:109:\"ar:الحصول على جميع الصفحات المستهدفة، والتعليم على المفقودة.\";'),('ar','messages:apihelp-query+allredirects-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+allredirects-param-from','s:62:\"ar:عنوان التحويلة لبدء التعداد منه.\";'),('ar','messages:apihelp-query+allredirects-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('ar','messages:apihelp-query+allredirects-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('ar','messages:apihelp-query+allredirects-param-prefix','s:113:\"ar:ابحث عن جميع عناوين الصفحات المستهدفة التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+allredirects-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+allredirects-param-to','s:66:\"ar:عنوان التحويلة لإيقاف التعداد منه.\";'),('ar','messages:apihelp-query+allredirects-param-unique','s:253:\"ar:عرض صفحات الهدف متميزة فقط، لا يمكن استخدامها مع $1prop=ids|fragment|interwiki،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ar','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:121:\"ar:يضيف الجزء من التحويلة، إن وُجِد (لا يمكن استخدامه مع <var>$1unique</var>).\";'),('ar','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:109:\"ar:تضيف معرف الصفحة لصفحة التحويل (لا يمكن استخدامها مع $1unique).\";'),('ar','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:142:\"ar:يضيف بادئة إنترويكي من التحويلة، إن وُجِدت (لا يمكن استخدامها مع <var>$1unique</var>).\";'),('ar','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"ar:تضيف عنوان التحويلة.\";'),('ar','messages:apihelp-query+allredirects-summary','s:56:\"ar:أدرج جميع التحويلات إلى نطاق.\";'),('ar','messages:apihelp-query+allrevisions-example-ns-any','s:63:\"ar:أدرج أول 50 مراجعة في أي مساحة اسم.\";'),('ar','messages:apihelp-query+allrevisions-example-user','s:84:\"ar:أدرج آخر 50 مساهمة بواسطة المستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-query+allrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('ar','messages:apihelp-query+allrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ar','messages:apihelp-query+allrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('ar','messages:apihelp-query+allrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('ar','messages:apihelp-query+allrevisions-param-start','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('ar','messages:apihelp-query+allrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ar','messages:apihelp-query+allrevisions-summary','s:36:\"ar:اعرض كل المراجعات.\";'),('ar','messages:apihelp-query+alltransclusions-example-b','s:176:\"ar:سرد العناوين المعطلة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</ kbd>.\";'),('ar','messages:apihelp-query+alltransclusions-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تضمينات.\";'),('ar','messages:apihelp-query+alltransclusions-example-unique','s:49:\"ar:إدراج عناوين مضمنة فريدة.\";'),('ar','messages:apihelp-query+alltransclusions-example-unique-generator','s:107:\"ar:الحصول على جميع العناوين المضمنة، والتعليم على المفقودة.\";'),('ar','messages:apihelp-query+alltransclusions-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+alltransclusions-param-from','s:60:\"ar:عنوان التضمين لبدء التعداد منه.\";'),('ar','messages:apihelp-query+alltransclusions-param-limit','s:47:\"ar:كم عدد العناصر لإرجاعها.\";'),('ar','messages:apihelp-query+alltransclusions-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ar','messages:apihelp-query+alltransclusions-param-prefix','s:98:\"ar:ابحث عن جميع العناوين المضمنة التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+alltransclusions-param-prop','s:54:\"ar:أي جزء من المعلومات لتضمينه:\";'),('ar','messages:apihelp-query+alltransclusions-param-to','s:60:\"ar:عنوان التضمين لوقف التعداد فيه.\";'),('ar','messages:apihelp-query+alltransclusions-param-unique','s:259:\"ar:عرض العناوين المضمنة المتميزة فقط، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ar','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:105:\"ar:يضيف معرف الصفحة لتضين الصفحة (لا يمكن استخدامه مع $1unique).\";'),('ar','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"ar:يضيف عنوان التضمين.\";'),('ar','messages:apihelp-query+alltransclusions-summary','s:156:\"ar:أدرج كل التضمينات (الصفحات المضمنة باستخدام &#123;&#123;x&#125;&#125;)، بما في ذلك غير الموجودة.\";'),('ar','messages:apihelp-query+allusers-example-y','s:62:\"ar:سرد المستخدمين ابتداء من <kbd>Y</kbd>.\";'),('ar','messages:apihelp-query+allusers-param-activeusers','s:98:\"ar:سرد المستخدمين النشطين في آخر $1 {{PLURAL:$1|يوم|أيام}} فقط.\";'),('ar','messages:apihelp-query+allusers-param-attachedwiki','s:184:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، أشر أيضا إلى ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('ar','messages:apihelp-query+allusers-param-dir','s:32:\"ar:اتجاه للفرز فيه.\";'),('ar','messages:apihelp-query+allusers-param-excludegroup','s:78:\"ar:استبعاد المستخدمين في المجموعات المحددة.\";'),('ar','messages:apihelp-query+allusers-param-from','s:58:\"ar:اسم المستخدم لبدء التعداد منه.\";'),('ar','messages:apihelp-query+allusers-param-group','s:81:\"ar:تضمين المستخدمين في المجموعات المحددة فقط.\";'),('ar','messages:apihelp-query+allusers-param-limit','s:64:\"ar:كم عدد أسماء المستخدمين لإرجاعها.\";'),('ar','messages:apihelp-query+allusers-param-prefix','s:93:\"ar:ابحث عن جميع المستخدمين الذين يبدأون بهذه القيمة.\";'),('ar','messages:apihelp-query+allusers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+allusers-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ar','messages:apihelp-query+allusers-param-to','s:62:\"ar:اسم المستخدم لإيقاف التعداد فيه.\";'),('ar','messages:apihelp-query+allusers-param-witheditsonly','s:77:\"ar:سرد المستخدمين الذين قاموا بتحريرات فقط.\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:79:\"ar:يضيف المعلومات حول المنع الحالي للمستخدم.\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:83:\"ar:يضيف معرفات مركزية وحالة المرفقات للمستخدم.\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:51:\"ar:يضيف عدد تحريرات المستخدم.\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-groups','s:205:\"ar:يسرد المجموعات التي يوجد بها المستخدم، يستخدم هذا المزيد من موارد الخادم وقد يعرض نتائج أقل من الحد المسموح به.\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-registration','s:127:\"ar:يإضيف الطابع الزمني عند تسجيل المستخدم إذا كان متاحا (قد يكون فارغا).\";'),('ar','messages:apihelp-query+allusers-paramvalue-prop-rights','s:72:\"ar:يسرد الصلاحيات التي يمتلكها المستخدم.\";'),('ar','messages:apihelp-query+allusers-summary','s:61:\"ar:تعداد جميع المستخدمين المسجلين.\";'),('ar','messages:apihelp-query+authmanagerinfo-example-login','s:96:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول.\";'),('ar','messages:apihelp-query+authmanagerinfo-example-login-merged','s:134:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول، مع دمج حقول النماذج.\";'),('ar','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:89:\"ar:اختبار ما إذا كانت المصادقة كافية لعمل <kbd>foo</kbd>.\";'),('ar','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:124:\"ar:إحضار معلومات حول طلبات المصادقة المطلوبة لإجراء المصادقة المحدد.\";'),('ar','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:174:\"ar:اختبار ما إذا كانت حالة المصادقة الحالية للمستخدم كافية للعملية الحساسة للأمان المحددة أم لا.\";'),('ar','messages:apihelp-query+authmanagerinfo-summary','s:81:\"ar:استرداد معلومات حول حالة المصادقة الحالية.\";'),('ar','messages:apihelp-query+backlinks-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تصل إلى <kbd>Main page</kbd>.\";'),('ar','messages:apihelp-query+backlinks-example-simple','s:53:\"ar:عرض الوصلات إلى <kbd>Main page</kbd>.\";'),('ar','messages:apihelp-query+backlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+backlinks-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('ar','messages:apihelp-query+backlinks-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('ar','messages:apihelp-query+backlinks-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ar','messages:apihelp-query+backlinks-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ar','messages:apihelp-query+backlinks-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('ar','messages:apihelp-query+backlinks-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('ar','messages:apihelp-query+backlinks-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('ar','messages:apihelp-query+blocks-example-simple','s:25:\"ar:قائمة المنع.\";'),('ar','messages:apihelp-query+blocks-example-users','s:89:\"ar:إدراج عمليات منع المستخدمين <kbd>Alice</kbd> و<kbd>Bob</kbd>.\";'),('ar','messages:apihelp-query+blocks-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('ar','messages:apihelp-query+blocks-param-ids','s:70:\"ar:قائمة معرفات المنع للإدراج (اختياري).\";'),('ar','messages:apihelp-query+blocks-param-ip','s:316:\"ar:احصل على كل عمليات المنع التي تنطبق على عنوان الآيبي أو نطاق CIDR عذا، بما في ذلك عمليات منع النطاق،\nلا يمكن استخدامه مع <var>$3users</var>، لا يتم قبول نطاقات CIDR الأوسع من IPv4/$1 أو IPv6/$2.\";'),('ar','messages:apihelp-query+blocks-param-limit','s:75:\"ar:الحد الأقصى لعدد عمليات المنع لإدراجها.\";'),('ar','messages:apihelp-query+blocks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+blocks-param-show','s:249:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط،\nعلى سبيل المثال، لمشاهدة عمليات المنع غير المحددة فقط على عناوين أيبي; اضبط <kbd>$1show=ip|!temp</kbd>.\";'),('ar','messages:apihelp-query+blocks-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ar','messages:apihelp-query+blocks-param-users','s:72:\"ar:قائمة المستخدمين للبحث عنهم (اختياري).\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-by','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-byid','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:84:\"ar:يضيف الطابع الزمني عندما تنتهي صلاحية المنع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-flags','s:106:\"ar:يوسم المنع بـ(المنع التلقائي والمجهولون فقط وما إلى ذلك).\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-id','s:32:\"ar:يضيف معرف المنع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-range','s:77:\"ar:يضيف نطاق عناوين الآيبي المتأثرة بالمنع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-reason','s:47:\"ar:يضيف السبب المعطى للمنع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:106:\"ar:يضيف قيود المنع الجزئي إذا لم يكن المنع على مستوى الموقع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:72:\"ar:يضيف الطابع الزمني عندما تم منح المنع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-user','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('ar','messages:apihelp-query+blocks-paramvalue-prop-userid','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('ar','messages:apihelp-query+blocks-summary','s:89:\"ar:إدراج جميع المستخدمين وعناوين الآيبي الممنوعة.\";'),('ar','messages:apihelp-query+categories-example-generator','s:133:\"ar:الحصول على معلومات حول جميع التصنيفات المستخدمة في صفحة <kbd>Albert Einstein</kbd>.\";'),('ar','messages:apihelp-query+categories-example-simple','s:118:\"ar:احصل على قائمة بالتصنيفات التي تنتمي إليها صفحة <kbd>Albert Einstein</kbd>.\";'),('ar','messages:apihelp-query+categories-param-categories','s:137:\"ar:إدراج هذه التصنيفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة في تصنيف معين.\";'),('ar','messages:apihelp-query+categories-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+categories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('ar','messages:apihelp-query+categories-param-prop','s:102:\"ar:أي الخصائص الإضافية التي يمكنك الحصول عليها لكل تصنيف:\";'),('ar','messages:apihelp-query+categories-param-show','s:54:\"ar:أي نوع من التصنيفات لإظهاره.\";'),('ar','messages:apihelp-query+categories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ar','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:176:\"ar:يضيف مفتاح الفرز (سلسلة سداسية عشرية) وبادئة مفتاح الفرز (جزء يمكن قراءته بواسطة البشر) للتصنيف.\";'),('ar','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:71:\"ar:يضيف الطابع الزمني عند إضافة التصنيف.\";'),('ar','messages:apihelp-query+categories-summary','s:86:\"ar:أدرج جميع التصنيفات التي تنتمي إليها الصفحات.\";'),('ar','messages:apihelp-query+categoryinfo-example-simple','s:93:\"ar:الحصول على معلومات عن <kbd>Category:Foo</kbd> و<kbd>Category:Bar</kbd>.\";'),('ar','messages:apihelp-query+categoryinfo-summary','s:72:\"ar:يرجع المعلومات حول التصنيفات المحددة.\";'),('ar','messages:apihelp-query+categorymembers-example-generator','s:112:\"ar:الحصول على معلومات الصفحة حول أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-example-simple','s:77:\"ar:الحصول على أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('ar','messages:apihelp-query+categorymembers-param-end','s:132:\"ar:الطابع الزمني لإنهاء الإدراج فيه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-endhexsortkey','s:190:\"ar:منتاح فرز لإنهاء الإدراج فيه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-endsortkey','s:53:\"ar:استخدم $1endhexsortkey بدلا من ذلك.\";'),('ar','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:207:\"ar:بادئة منتاح فرز لإنهاء الإدراج فيها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('ar','messages:apihelp-query+categorymembers-param-namespace','s:218:\"ar:تضمين الصفحات في هذه النطاقات فقط، لاحظ أنه يمكن استخدام <kbd>$1type=subcat</kbd> أو <kbd>$1type=file</kbd> بدلا من <kbd>$1namespace=14</kbd> أو <kbd>6</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-pageid','s:108:\"ar:معرف صفحة التصنيف للتعداد، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ar','messages:apihelp-query+categorymembers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+categorymembers-param-sort','s:41:\"ar:خاصية للفرز وفقا لها.\";'),('ar','messages:apihelp-query+categorymembers-param-start','s:128:\"ar:الطابع الزمني لبدء الإدراج منه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-starthexsortkey','s:186:\"ar:منتاح فرز لبدء الإدراج منه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-startsortkey','s:53:\"ar:استخدم $1arthexsortkey بدلا من ذلك.\";'),('ar','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:203:\"ar:بادئة منتاح فرز لبدء الإدراج منها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-param-title','s:166:\"ar:أي تصنيف لتعداد (مطلوب)، يجب تضمين البادئة <kbd>{{ns:category}}:</kbd>، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('ar','messages:apihelp-query+categorymembers-param-type','s:133:\"ar:أي نوع من أعضاء التصنيفات لتضمينه، تم التجاهل عند تعيين <kbd>$1sort=timestamp</kbd>.\";'),('ar','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('ar','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:119:\"ar:يضيف مفتاح الفرز المستخدم للفرز في التصنيف (سلسلة سداسية عشرية).\";'),('ar','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:177:\"ar:يضيف بادئة مفتاح الفرز المستخدمة للفرز في الفئة (جزء يمكن قراءته بواسطة الإنسان من مفتاح الفرز).\";'),('ar','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني عندما تم تضمين الصفحة.\";'),('ar','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ar','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:145:\"ar:يضيف نوع الصفحة التي تم تصنيفها على أنها (<samp>page</samp> أو <samp>subcat</samp> أو <samp>file</samp>).\";'),('ar','messages:apihelp-query+categorymembers-summary','s:63:\"ar:إدراج جميع الصفحات في تصنيف معين.\";'),('ar','messages:apihelp-query+contributors-example-simple','s:68:\"ar:عرض المساهمين في الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+contributors-param-excludegroup','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ar','messages:apihelp-query+contributors-param-excluderights','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ar','messages:apihelp-query+contributors-param-group','s:307:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ar','messages:apihelp-query+contributors-param-limit','s:47:\"ar:كم عدد المساهمين للعودة.\";'),('ar','messages:apihelp-query+contributors-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ar','messages:apihelp-query+contributors-summary','s:151:\"ar:احصل على قائمة بالمساهمين الذين سجلوا الدخول وعدد المشتركين المجهولين في الصفحة.\";'),('ar','messages:apihelp-query+deletedrevisions-example-revids','s:100:\"ar:إدراج المعلومات الخاصة بالمراجعة المحذوفة <kbd>123456</kbd>.\";'),('ar','messages:apihelp-query+deletedrevisions-example-titles','s:134:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى.\";'),('ar','messages:apihelp-query+deletedrevisions-extended-description','s:474:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على مراجعات محذوفة لمجموعة من الصفحات، عن طريق تعيين عناوين أو صفحات، مرتبة حسب العنوان والطابع الزمني. \n# الحصول على بيانات حول مجموعة من المراجعات المحذوفة عن طريق تعيين معرفاتها مع معرفات المراجعات، مرتبة حسب معرف المراجعة.\";'),('ar','messages:apihelp-query+deletedrevisions-param-end','s:149:\"ar:الطابع الزمني لإيقاف التعداد فيه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('ar','messages:apihelp-query+deletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ar','messages:apihelp-query+deletedrevisions-param-start','s:139:\"ar:الطابع الزمني لبدء العد منه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('ar','messages:apihelp-query+deletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+deletedrevisions-param-user','s:77:\"ar:إدراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ar','messages:apihelp-query+deletedrevisions-summary','s:72:\"ar:الحصول على معلومات المراجعة المحذوفة.\";'),('ar','messages:apihelp-query+deletedrevs-example-mode1','s:149:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى (الوضع 1).\";'),('ar','messages:apihelp-query+deletedrevs-example-mode2','s:93:\"ar:إدراج آخر 50 مساهمة محذوفة بواسطة <kbd>Bob</kbd> (الوضع 2).\";'),('ar','messages:apihelp-query+deletedrevs-example-mode3-main','s:98:\"ar:إدراج آخر 50 مراجعة محذوفة في النطاق الرئيسي (الوضع 3).\";'),('ar','messages:apihelp-query+deletedrevs-example-mode3-talk','s:91:\"ar:إدراج أول 50 صفحة محذوفة في النطاق {{ns:talk}} (الوضع 3).\";'),('ar','messages:apihelp-query+deletedrevs-extended-description','s:672:\"ar:يعمل في ثلاثة أوضاع: \n# إدراج المراجعات المحذوفات للعناوين المحددة، مرتبة حسب الطابع الزمني. \n# إدراج المساهمات المحذوفة لمستخدم معين، مرتبة حسب الطابع الزمني (لم يتم تحديد عناوين). \n# سرد جميع المراجعات المحذوفة في النطاق المحدد، مرتبة حسب العنوان والطابع الزمني (لم يتم تحديد عناوين، ولم يتم تعيين $1user). \n\nتنطبق بعض الوسائط فقط على بعض الأوضاع ويتم تجاهلها في أوضاع أخرى.\";'),('ar','messages:apihelp-query+deletedrevs-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('ar','messages:apihelp-query+deletedrevs-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ar','messages:apihelp-query+deletedrevs-param-from','s:52:\"ar:بدء الإدراج من هذا العنوان.\";'),('ar','messages:apihelp-query+deletedrevs-param-limit','s:70:\"ar:الحد الأقصى لكمية المراجعات للإدراج.\";'),('ar','messages:apihelp-query+deletedrevs-param-namespace','s:61:\"ar:إدراج الصفحات في هذا النطاق فقط.\";'),('ar','messages:apihelp-query+deletedrevs-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+deletedrevs-param-prop','s:892:\"ar:أي الخصائص للحصول عليها: \n;revid:يضيف معرف المراجعة معرف المراجعة للمراجعة المحذوفة.\n;parentid: يضيف معرف المراجعة للنسخة السابقة السابقة إلى الصفحة.\n;user:يضيف المستخدم الذي قام بإجراء المراجعة.\n;userid:يضيف معرف المستخدم الذي قام بإجراء المراجعة.\n;comment:يضيف تعليق المراجعة.\n;parsedcomment:يضيف التعليق المحسن للمراجعة.\n;minor:يوسم إذا كانت المراجعة طفيفة.\n;len:يضيف طول (بالبايت) المراجعة.\n;sha1:يضيف SHA-1 (الأساس 16) للمراجعة.\n;content:يضيف محتوى المراجعة.\n;token:<span class=\"apihelp-deprecated\">موقوف.</span> يعطي رمز التعديل.\n;tags:يوسم للمراجعة.\";'),('ar','messages:apihelp-query+deletedrevs-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ar','messages:apihelp-query+deletedrevs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+deletedrevs-param-to','s:52:\"ar:وقف الإدراج من هذا العنوان.\";'),('ar','messages:apihelp-query+deletedrevs-param-unique','s:61:\"ar:إدراج مراجعة واحدة فقط لكل صفحة.\";'),('ar','messages:apihelp-query+deletedrevs-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ar','messages:apihelp-query+deletedrevs-paraminfo-modes','s:38:\"ar:{{PLURAL:$1|وضع|أوضاع}}: $2\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ar','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ar','messages:apihelp-query+deletedrevs-summary','s:50:\"ar:إدراج المراجعات المحذوفة.\";'),('ar','messages:apihelp-query+disabled-summary','s:54:\"ar:تم تعطيل وحدة الاستعلام هذه.\";'),('ar','messages:apihelp-query+duplicatefiles-example-generated','s:52:\"ar:ابحث عن تكرارات كل الملفات.\";'),('ar','messages:apihelp-query+duplicatefiles-example-simple','s:67:\"ar:ابحث عن تكرارات [[:File:Albert Einstein Head.jpg]].\";'),('ar','messages:apihelp-query+duplicatefiles-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+duplicatefiles-param-limit','s:58:\"ar:كم عدد الملفات المكررة للعودة.\";'),('ar','messages:apihelp-query+duplicatefiles-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('ar','messages:apihelp-query+duplicatefiles-summary','s:145:\"ar:سرد كافة الملفات التي تكون مكررة عن الملفات المحددة استنادا إلى قيم رمز الرقم.\";'),('ar','messages:apihelp-query+embeddedin-example-generator','s:105:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('ar','messages:apihelp-query+embeddedin-example-simple','s:70:\"ar:عرض الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('ar','messages:apihelp-query+embeddedin-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+embeddedin-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('ar','messages:apihelp-query+embeddedin-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ar','messages:apihelp-query+embeddedin-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ar','messages:apihelp-query+embeddedin-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ar','messages:apihelp-query+embeddedin-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('ar','messages:apihelp-query+embeddedin-summary','s:104:\"ar:العثور على جميع الصفحات التي تتضمن (نسخ) العنوان المعطى.\";'),('ar','messages:apihelp-query+extlinks-example-simple','s:90:\"ar:احصل على قائمة بالوصلات الخارجية في <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+extlinks-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('ar','messages:apihelp-query+extlinks-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('ar','messages:apihelp-query+extlinks-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('ar','messages:apihelp-query+extlinks-param-query','s:159:\"ar:بحث سلسلة دون بروتوكول، مفيد للتحقق مما إذا كانت صفحة معينة تحتوي على مسار خارجي معين.\";'),('ar','messages:apihelp-query+extlinks-summary','s:122:\"ar:يرجع جميع المسارات الخارجية (وليس الإنترويكي) من الصفحات المعينة.\";'),('ar','messages:apihelp-query+exturlusage-example-simple','s:84:\"ar:عرض الصفحات التي تربط بـ<kbd>https://www.mediawiki.org</kbd>.\";'),('ar','messages:apihelp-query+exturlusage-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('ar','messages:apihelp-query+exturlusage-param-limit','s:43:\"ar:كم عدد الصفحات للعودة.\";'),('ar','messages:apihelp-query+exturlusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ar','messages:apihelp-query+exturlusage-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+exturlusage-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('ar','messages:apihelp-query+exturlusage-param-query','s:151:\"ar:بحث سلسلة دون بروتوكول، انظر [[Special:LinkSearch]]، اتركه فارغًا لسرد كل الروابط الخارجية.\";'),('ar','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('ar','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ar','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:60:\"ar:يضيف المسار المستخدم في الصفحة.\";'),('ar','messages:apihelp-query+exturlusage-summary','s:74:\"ar:تعداد الصفحات التي تحتوي على مسار محدد.\";'),('ar','messages:apihelp-query+filearchive-example-simple','s:64:\"ar:عرض قائمة بجميع الملفات المحذوفة.\";'),('ar','messages:apihelp-query+filearchive-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+filearchive-param-from','s:58:\"ar:عنوان الصورة لبدء التعداد منه.\";'),('ar','messages:apihelp-query+filearchive-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('ar','messages:apihelp-query+filearchive-param-prefix','s:90:\"ar:ابحث عن جميع عناوين الصور التي تبدأ بهذه القيمة.\";'),('ar','messages:apihelp-query+filearchive-param-prop','s:68:\"ar:أي المعلومات عن الصورة للحصول عليها\";'),('ar','messages:apihelp-query+filearchive-param-sha1','s:60:\"ar:SHA1 تجزئة الصورة، يتجاوز $1sha1base36.\";'),('ar','messages:apihelp-query+filearchive-param-sha1base36','s:100:\"ar:SHA1 تجزئة الصورة في القاعدة 36 (المستخدمة في ميدياويكي).\";'),('ar','messages:apihelp-query+filearchive-param-to','s:62:\"ar:عنوان الصورة لإيقاف التعداد فيه.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:91:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:43:\"ar:يضيف عمق البت للإصدار.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-description','s:45:\"ar:يضيف وصفا لنسخة الصورة.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:43:\"ar:يضيف نوع وسائط الصورة.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:67:\"ar:يسرد بيانات تعريف Exif لإصدار الصورة.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:30:\"ar:يضيف MIME الصورة.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:36:\"ar:تحليل وصف الإصدار.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:42:\"ar:يضيف تجزئة SHA-1 للصورة.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-size','s:134:\"ar:يضيف حجم الصورة بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('ar','messages:apihelp-query+filearchive-paramvalue-prop-user','s:67:\"ar:يضيف المستخدم الذي رفع نسخة الصورة.\";'),('ar','messages:apihelp-query+filearchive-summary','s:72:\"ar:تعداد كافة الملفات المحذوفة بالتسلسل.\";'),('ar','messages:apihelp-query+filerepoinfo-example-simple','s:77:\"ar:الحصول على معلومات حول مستودعات الملفات.\";'),('ar','messages:apihelp-query+filerepoinfo-param-prop','s:136:\"ar:أي خصائص المستودع للحصول عليها (قد يكون هناك المزيد متاح في بعض الويكيات).\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:137:\"ar:مسار إلى API تطبيقات المستودع، مفيد في الحصول على معلومات الصورة من المضيف.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:126:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> أو ما يعادله.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:159:\"ar:ما إذا كان يمكن رفع ملفات إلى هذا المستودع، على سبيل المثال عبر CORS والمصادقة المشتركة.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:92:\"ar:اسم قابل للقراءة من قبل الإنسان في مستودع الويكي.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:147:\"ar:مسار أيقونة المفضلة الخاصة بمستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:147:\"ar:ما إذا تم جلب صفحات وصف الملفات من هذا المستودع عند عرض صفحات وصف الملف المحلية.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:88:\"ar:ما إذا كانت أسماء الملفات تبدأ ضمنيا بحرف كبير.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:64:\"ar:سواء كان هذا المستودع محليا أم لا.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:238:\"ar:مفتاح المستودع، المستخدم على سبيل المثال في <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] يعيد القيم.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:60:\"ar:مسار مسار الجذر لمسارات الصورة.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:103:\"ar:مسار مسار الجذر لتثبيت ميدياويكي الخاص بمستودع الويكي.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:116:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> أو ما يعادله.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:75:\"ar:مسار مسار الجذر لمسارات الصورة المصغرة.\";'),('ar','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:49:\"ar:مسار مسار المنطقة العامة.\";'),('ar','messages:apihelp-query+filerepoinfo-summary','s:112:\"ar:إرجاع معلومات التعريف حول مستودعات الصور المكونة في الويكي.\";'),('ar','messages:apihelp-query+fileusage-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('ar','messages:apihelp-query+fileusage-example-simple','s:89:\"ar:احصل على قائمة الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('ar','messages:apihelp-query+fileusage-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('ar','messages:apihelp-query+fileusage-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+fileusage-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+fileusage-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('ar','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('ar','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('ar','messages:apihelp-query+fileusage-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('ar','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ar','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ar','messages:apihelp-query+fileusage-summary','s:89:\"ar:ابحث عن كل الصفحات التي تستخدم الملفات المعطاة.\";'),('ar','messages:apihelp-query+imageinfo-example-dated','s:103:\"ar:إحضار معلومات حول إصدارات [[:File:Test.jpg]] من عام 2008 وما بعده.\";'),('ar','messages:apihelp-query+imageinfo-example-simple','s:104:\"ar:إحضار معلومات حول الإصدار الحالي من [[:File:Albert Einstein Head.jpg]].\";'),('ar','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:155:\"ar:إذا تم تعيين<kbd>$2prop=badfile</kbd> ، فهذا هو عنوان الصفحة المستخدم عند تقييم [[MediaWiki:Bad image list]]\";'),('ar','messages:apihelp-query+imageinfo-param-end','s:64:\"ar:الطابع الزمني لإيقاف الإدراج فيه.\";'),('ar','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:124:\"ar:إذا كان محددا وغير فارغ، فسيتم إرجاع هذه المفاتيح فقط لـ$1prop=extmetadata.\";'),('ar','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:257:\"ar:أية لغة لجلب extmetadata بها، هذا يؤثر على كل الترجمة التي يتم جلبها، إذا كانت متعددة متاحة، وكذلك كيفية تنسيق أشياء مثل الأرقام والقيم المختلفة.\";'),('ar','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"ar:إذا كانت ترجمات خاصية extmetadata متاحة، فاجلبها كلها.\";'),('ar','messages:apihelp-query+imageinfo-param-limit','s:78:\"ar:عدد مراجعات الملفات ليتم إرجاعها لكل ملف.\";'),('ar','messages:apihelp-query+imageinfo-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('ar','messages:apihelp-query+imageinfo-param-metadataversion','s:231:\"ar:إصدار البيانات الوصفية لاستخدامه، إذا تم تحديد <kbd>latest</kbd>، استخدم أحدث إصدار، الافتراضي <kbd>1</kbd> للتوافق مع الإصدارات السابقة.\";'),('ar','messages:apihelp-query+imageinfo-param-prop','s:69:\"ar:معلومات الملف التي يجب الحصول عليها:\";'),('ar','messages:apihelp-query+imageinfo-param-start','s:60:\"ar:الطابع الزمني لبدء الإدراج منه.\";'),('ar','messages:apihelp-query+imageinfo-param-urlheight','s:30:\"ar:على غرار $1urlwidth.\";'),('ar','messages:apihelp-query+imageinfo-param-urlparam','s:239:\"ar:سلسلة وسيط خاصة بالمعالج، على سبيل المثال، قد تستخدم ملفات PDF <kbd>page15-100px</kbd>، يجب استخدام <var>$1urlwidth</var> وأن يكون متسقا مع <var>$1urlparam</var>.\";'),('ar','messages:apihelp-query+imageinfo-param-urlwidth','s:273:\"ar:إذا تم تعيين $2prop=url، فسيتم إرجاع مسار صورة مقسمة إلى هذا العرض،\nلأسباب تتعلق بالأداء في حالة استخدام هذا الخيار; لن يتم عرض أكثر من $1 من الصور المقاسة.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:208:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:88:\"ar:يضيف ما إذا كان الملف موجودا في [[MediaWiki:Bad image list]]\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:160:\"ar:يضيف عمق البت للإصدار. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:170:\"ar:يضيف العنوان الأساسي للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:160:\"ar:تعليق على الإصدار. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:216:\"ar:يسرد بيانات التعريف العامة لصيغة الملف لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:240:\"ar:يسرد البيانات الوصفية المنسقة من مصادر متعددة، النتائج بتنسيق HTML. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:162:\"ar:يضيف نوع الوسائط للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:182:\"ar:يسرد بيانات تعريف Exif لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:152:\"ar:يضيف نوع MIME للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:173:\"ar:تحليل التعليق على النسخة. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:157:\"ar:يضيف تجزئة SHA-1 للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:132:\"ar:يضيف حجم الملف بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:213:\"ar:يضيف نوع MIME للصورة المصغرة (يتطلب مسار ووسيط $1urlwidth). لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:190:\"ar:تُستخدَم من قبل صفحة Special:Upload للحصول على معلومات حول ملف موجود، غير مخصص للاستخدام خارج نواة ميدياويكي.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:173:\"ar:يعطي مسارا للملف وصفحة الوصف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:191:\"ar:يضيف المستخدم الذي رفع كل إصدار من الملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:206:\"ar:إضافة هوية المستخدم الذي قام بتحميل كل إصدار ملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+imageinfo-summary','s:58:\"ar:يعرض معلومات الملف وسجل الرفع.\";'),('ar','messages:apihelp-query+images-example-generator','s:107:\"ar:الحصول على معلومات حول جميع الملفات المستخدمة في [[Main Page]].\";'),('ar','messages:apihelp-query+images-example-simple','s:85:\"ar:احصل على قائمة بالملفات المستخدمة في [[Main Page]].\";'),('ar','messages:apihelp-query+images-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+images-param-images','s:142:\"ar:إدراج هذه الملفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة تحتوي على ملف معين.\";'),('ar','messages:apihelp-query+images-param-limit','s:43:\"ar:كم عدد الملفات للعودة.\";'),('ar','messages:apihelp-query+images-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('ar','messages:apihelp-query+imageusage-example-generator','s:113:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('ar','messages:apihelp-query+imageusage-example-simple','s:82:\"ar:عرض الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('ar','messages:apihelp-query+imageusage-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+imageusage-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('ar','messages:apihelp-query+imageusage-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('ar','messages:apihelp-query+imageusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ar','messages:apihelp-query+imageusage-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ar','messages:apihelp-query+imageusage-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('ar','messages:apihelp-query+imageusage-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('ar','messages:apihelp-query+imageusage-summary','s:96:\"ar:ابحث عن كل الصفحات التي تستخدم عنوان الصورة المعين.\";'),('ar','messages:apihelp-query+info-example-protection','s:97:\"ar:احصل على معلومات عامة وحماية حول الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+info-example-simple','s:79:\"ar:الحصول على معلومات حول الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+info-param-linkcontext','s:232:\"ar:عنوان السياق المراد استخدامه عند تحديد فئات CSS إضافية (مثل ألوان الارتباط) عندما تحتوي الخاصية <var>$1</var> على <var>فئات الروابط</var> .\";'),('ar','messages:apihelp-query+info-param-prop','s:75:\"ar:الخصائص الإضافية التي يجب الحصول عليها:\";'),('ar','messages:apihelp-query+info-param-testactions','s:131:\"ar:اختبر ما إذا كان المستخدم الحالي يمكنه تنفيذ إجراءات معينة على الصفحة.\";'),('ar','messages:apihelp-query+info-param-testactionsdetail','s:260:\"ar:مستوى التفاصيل لـ<var>$1testactions</var>، استخدم وسائط [[Special:ApiHelp/main|الوحدة الرئيسية]] <var>errorformat</var> و<var>errorlang</var> للتحكم في تنسيق الرسائل التي تم إرجاعها.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:132:\"ar:العنوان المسبق لـ [[:mw:Special:MyLanguage/Help:Associated_pages|موضوع أو صفحة نقاش مرتبطة]].\";'),('ar','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:94:\"ar:يعطي الطريقة التي يتم بها عرض عنوان الصفحة بالفعل.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:240:\"ar:يعطي فئات CSS الإضافية (مثل ألوان الارتباط) المستخدمة للارتباطات إلى هذه الصفحة إذا كانت ستظهر على الصفحة المسماة بـ <var>linkcontext $1</var> .\";'),('ar','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:86:\"ar:الطابع الزمني لإشعار قائمة المراقبة لكل صفحة.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-preload','s:81:\"ar:يعطي النص الذي تم إرجاعه بواسطة EditFormPreloadText.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-protection','s:56:\"ar:إدراج مستوى الحماية لكل صفحة.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-readable','s:145:\"ar:ما إذا كان يمكن للمستخدم قراءة هذه الصفحة، استخدم <kbd>intestactions=read</kbd> بدلا من ذلك.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-subjectid','s:80:\"ar:معرف الصفحة للصفحة الرئيسية لكل صفحة نقاش.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-talkid','s:85:\"ar:معرف الصفحة لصفحة النقاش لكل صفحة غير النقاش.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-url','s:108:\"ar:يعطي مسارا كاملا، ومسارا للتعديل، ومسار الأساسي لكل صفحة.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:102:\"ar:يعطي عنوان العرض بجميع الصيغ الخاصة بلغة محتوى الموقع.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:153:\"ar:عدد مراقبي كل صفحة الذين زاروا التحريرات الأخيرة لتلك الصفحة، إذا كان مسموحا بذلك.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-watched','s:54:\"ar:أدرج حالة المراقبة لكل صفحة.\";'),('ar','messages:apihelp-query+info-paramvalue-prop-watchers','s:58:\"ar:عدد المراقبين، إذا كان مسموحا.\";'),('ar','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:54:\"ar:إرجاع قيمة منطقية لكل إجراء.\";'),('ar','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:155:\"ar:إرجاع الرسائل التي تصف سبب عدم السماح بالإجراء ، أو مصفوفة فارغة إذا كان مسموحا بها.\";'),('ar','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:85:\"ar:مثل <kbd>full</kbd> ولكن تخطي المراجعات باهظة الثمن.\";'),('ar','messages:apihelp-query+info-summary','s:68:\"ar:الحصول على معلومات الصفحة الأساسية.\";'),('ar','messages:apihelp-query+iwbacklinks-example-generator','s:100:\"ar:الحصول على معلومات عن الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('ar','messages:apihelp-query+iwbacklinks-example-simple','s:80:\"ar:الحصول على الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('ar','messages:apihelp-query+iwbacklinks-extended-description','s:269:\"ar:يمكن استخدامها للعثور على جميع الوصلات ببادئة، أو كل الوصلات إلى عنوان (ببادئة معينة)، استخدام أي من الوسيطين \"جميع وصلات الإنترويكي\" على نحو فعال.\";'),('ar','messages:apihelp-query+iwbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+iwbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ar','messages:apihelp-query+iwbacklinks-param-prefix','s:35:\"ar:بادئة للإنترويكي.\";'),('ar','messages:apihelp-query+iwbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+iwbacklinks-param-title','s:99:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1blprefix</var.\";'),('ar','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:44:\"ar:يضيف بادئة الإنترويكي.\";'),('ar','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:44:\"ar:يضيف عنوان الإنترويكي.\";'),('ar','messages:apihelp-query+iwbacklinks-summary','s:115:\"ar:العثور على جميع الصفحات التي تصل إلى وصلة الإنترويكي المعطاه.\";'),('ar','messages:apihelp-query+iwlinks-example-simple','s:90:\"ar:الحصول على وصلات إنترويكي من الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+iwlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+iwlinks-param-limit','s:60:\"ar:كم عدد وصلات الإنترويكي للعودة.\";'),('ar','messages:apihelp-query+iwlinks-param-prefix','s:75:\"ar:عودة وصلات الإنترويكي بهذه البادئة فقط.\";'),('ar','messages:apihelp-query+iwlinks-param-prop','s:105:\"ar:الخصائص الإضافية التي يجب الحصول عليها لكل ارتباط interwiki:\";'),('ar','messages:apihelp-query+iwlinks-param-title','s:97:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('ar','messages:apihelp-query+iwlinks-param-url','s:122:\"ar:ما إذا كنت تريد الحصول على المسار الكامل (لا يمكن استخدامه مع $1prop).\";'),('ar','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('ar','messages:apihelp-query+iwlinks-summary','s:88:\"ar:يعرض جميع وصلات الإنترويكي من الصفحات المحددة.\";'),('ar','messages:apihelp-query+langbacklinks-example-generator','s:96:\"ar:الحصول على معلومات حول الصفحات التي تصل إلى [[:fr:Test]].\";'),('ar','messages:apihelp-query+langbacklinks-example-simple','s:74:\"ar:الحصول على الصفحات التي تصل إلى [[:fr:Test]].\";'),('ar','messages:apihelp-query+langbacklinks-extended-description','s:381:\"ar:يمكن استخدامها للعثور على جميع الوصلات برمز لغة، أو كل الوصلات إلى عنوان (بلغة معينة)، استخدام أي من الوسيطين \"كل وصلات اللغات\" بشكل فعال،\nلاحظ أن هذا قد لا يفكر في وصلات اللغة التي تتم إضافتها بواسطة الإضافات.\";'),('ar','messages:apihelp-query+langbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+langbacklinks-param-lang','s:32:\"ar:لغة لرابط اللغة.\";'),('ar','messages:apihelp-query+langbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ar','messages:apihelp-query+langbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+langbacklinks-param-title','s:79:\"ar:رابط اللغة للبحث عنه، يجب استخدامه مع $1lang.\";'),('ar','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:46:\"ar:يضيف رمز لغة رابط اللغة.\";'),('ar','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:43:\"ar:يضيف عنوان رابط اللغة.\";'),('ar','messages:apihelp-query+langbacklinks-summary','s:92:\"ar:ابحث عن جميع الصفحات التي تصل لرابط اللغة المحدد.\";'),('ar','messages:apihelp-query+langlinks-example-simple','s:102:\"ar:الحصول على وصلات بين اللغات تربط من الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+langlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+langlinks-param-inlanguagecode','s:62:\"ar:رمز اللغة لأسماء اللغة المترجمة.\";'),('ar','messages:apihelp-query+langlinks-param-lang','s:70:\"ar:إرجاع وصلات اللغة برمز اللغة هذا فقط.\";'),('ar','messages:apihelp-query+langlinks-param-limit','s:65:\"ar:كم عدد الروابط المحلية التي ستعود.\";'),('ar','messages:apihelp-query+langlinks-param-prop','s:115:\"ar:الخصائص الإضافية التي يمكنك الحصول عليها لكل رابط بين اللغات:\";'),('ar','messages:apihelp-query+langlinks-param-title','s:80:\"ar:رابط للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('ar','messages:apihelp-query+langlinks-param-url','s:122:\"ar:ما إذا كنت ستحصل على المسار الكامل (لا يمكن استخدامه مع <var>$1prop</var>).\";'),('ar','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:39:\"ar:يضيف اسم اللغة الأم.\";'),('ar','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:137:\"ar:يضيف اسم اللغة المترجمة (أفضل جهد)، استخدم <var>$1inlanguagecode</var> للتحكم في اللغة.\";'),('ar','messages:apihelp-query+langlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('ar','messages:apihelp-query+langlinks-summary','s:106:\"ar:يعرض جميع وصلات الإنترويكي التي تربط من الصفحات المحددة.\";'),('ar','messages:apihelp-query+languageinfo-example-autonym-name-de','s:115:\"ar:احصل على المرادفات والأسماء الألمانية لجميع اللغات المدعومة.\";'),('ar','messages:apihelp-query+languageinfo-example-bcp47-dir','s:92:\"ar:احصل على رمز لغة BCP-47 واتجاه جميع اللغات المدعومة.\";'),('ar','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:97:\"ar:الحصول على اللغات الاحتياطية ومتغيرات الأوكيتانية.\";'),('ar','messages:apihelp-query+languageinfo-example-simple','s:86:\"ar:الحصول على رموز اللغات لجميع اللغات المدعومة.\";'),('ar','messages:apihelp-query+languageinfo-extended-description','s:182:\"ar:[[mw:Special:MyLanguage/API:Continue|الاستمرار]] يمكن تطبيقه إذا كان استرجاع المعلومات يستغرق وقتا طويلا لطلب واحد.\";'),('ar','messages:apihelp-query+languageinfo-param-code','s:102:\"ar:رموز اللغات التي يجب إرجاعها، أو <code>*</code> لجميع اللغات.\";'),('ar','messages:apihelp-query+languageinfo-param-prop','s:65:\"ar:أي المعلومات للحصول عليها لكل لغة.\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:77:\"ar:الاسم الداخلي للغة، أي: الاسم بتلك اللغة.\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:24:\"ar:رمز لغة BCP-47.\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:150:\"ar:رمز اللغة. (هذا الرمز خاص بميدياويكي، على الرغم من وجود تداخل مع المعايير الأخرى.)\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:84:\"ar:اتجاه كتابة اللغة (إما <code>ltr</code> أو <code>rtl</code>).\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:257:\"ar:رموز لغة اللغات الاحتياطية التي تم تكوينها لهذه اللغة، لا يتم تضمين الإرجاع النهائي الضمني إلى \"en\" (ولكن قد ترجع بعض اللغات إلى \"en\" بشكل صريح).\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:165:\"ar:اسم اللغة ياللغة المحددة بواسطة الوسيط <var>uselang</var>، مع تطبيق احتياطات اللغة إذا لزم الأمر.\";'),('ar','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:84:\"ar:رموز اللغات للمتغيرات التي تدعمها هذه اللغة.\";'),('ar','messages:apihelp-query+languageinfo-summary','s:60:\"ar:عرض معلومات حول اللغات المتاحة.\";'),('ar','messages:apihelp-query+links-example-generator','s:112:\"ar:الحصول على معلومات حول صفحات الارتباط في الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+links-example-namespaces','s:121:\"ar:احصل على وصلات من الصفحة <kbd>Main Page</kbd> في النطاقات {{ns:user}} و{{ns:template}}.\";'),('ar','messages:apihelp-query+links-example-simple','s:73:\"ar:الحصول على وصلات من الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+links-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+links-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('ar','messages:apihelp-query+links-param-namespace','s:65:\"ar:إظهار الروابط في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+links-param-titles','s:162:\"ar:إدراج الروابط لهذه العناوين فقط، مفيد للتحقق مما إذا كانت صفحة معينة ترتبط بعنوان معين.\";'),('ar','messages:apihelp-query+links-summary','s:71:\"ar:يعرض جميع الروابط من الصفحات المحددة.\";'),('ar','messages:apihelp-query+linkshere-example-generator','s:93:\"ar:احصل على معلومات حول الصفحات التي تصل إلى [[Main Page]].\";'),('ar','messages:apihelp-query+linkshere-example-simple','s:81:\"ar:احصل على قائمة الصفحات التي تربط بـ[[Main Page]].\";'),('ar','messages:apihelp-query+linkshere-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('ar','messages:apihelp-query+linkshere-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+linkshere-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+linkshere-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('ar','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('ar','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('ar','messages:apihelp-query+linkshere-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('ar','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ar','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ar','messages:apihelp-query+linkshere-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('ar','messages:apihelp-query+logevents-example-simple','s:51:\"ar:إدراج أحداث السجل الأخيرة.\";'),('ar','messages:apihelp-query+logevents-param-action','s:325:\"ar:تصفية إجراءات السجل لهذا الإجراء فقط، يتجاوز <var>$1type</var>، في قائمة القيم المحتملة، يمكن أن تحتوي القيم بحرف بدل العلامة النجمية مثل <kbd>action/*</kbd> على سلاسل مختلفة بعد الخط المائل (/).\";'),('ar','messages:apihelp-query+logevents-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('ar','messages:apihelp-query+logevents-param-limit','s:71:\"ar:كم العدد الكلي لإدخالات الحدث للعودة.\";'),('ar','messages:apihelp-query+logevents-param-namespace','s:95:\"ar:تصفية الإدخالات إلى تلك الموجودة في النطاق المحدد.\";'),('ar','messages:apihelp-query+logevents-param-prefix','s:75:\"ar:تصفية الإدخالات التي تبدأ بهذه البادئة.\";'),('ar','messages:apihelp-query+logevents-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+logevents-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ar','messages:apihelp-query+logevents-param-tag','s:82:\"ar:إدراج إدخالات الحدث الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+logevents-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('ar','messages:apihelp-query+logevents-param-type','s:67:\"ar:تصفية إدخالات السجل لهذا النوع فقط.\";'),('ar','messages:apihelp-query+logevents-param-user','s:101:\"ar:تصفية الإلدخالات تلك المدخلات من قبل المستخدم المعطى.\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-comment','s:152:\"ar:يضيف تعليق حدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-details','s:190:\"ar:يسرد تفاصيل إضافية حول حدث السجل. إذا تم حذف مراجعة حدث السجل ، فسيتم إرجاع خاصية <samp>مخفية الإجراء</samp> .\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-ids','s:39:\"ar:يضيف معرف حدث السجل.\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:171:\"ar:يضيف التعليق المحلل لحدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-tags','s:43:\"ar:يسرد وسوما لحدث السجل.\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:58:\"ar:يضيف الطابع الزمني لحدث السجل.\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-title','s:56:\"ar:يضيف عنوان الصفحة لحدث السجل.\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-type','s:37:\"ar:يضيف نوع حدث السجل.\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-user','s:182:\"ar:يضيف المستخدم المسؤول عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('ar','messages:apihelp-query+logevents-paramvalue-prop-userid','s:207:\"ar:يضيف معرف المستخدم الذي كان مسؤولاً عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('ar','messages:apihelp-query+logevents-summary','s:58:\"ar:الحصول على الأحداث من السجلات.\";'),('ar','messages:apihelp-query+mystashedfiles-example-simple','s:192:\"ar:احصل على مفتاح الملف وحجم الملف وحجم البكسل للملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('ar','messages:apihelp-query+mystashedfiles-param-limit','s:54:\"ar:كم عدد الملفات للحصول عليها.\";'),('ar','messages:apihelp-query+mystashedfiles-param-prop','s:56:\"ar:أي الخصائص تريد لجلب للملفات.\";'),('ar','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:54:\"ar:جلب حجم الملف وأبعاد الصورة.\";'),('ar','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:57:\"ar:جلب نوع MIME للملف ونوع الوسائط.\";'),('ar','messages:apihelp-query+mystashedfiles-summary','s:141:\"ar:احصل على قائمة بالملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('ar','messages:apihelp-query+pagepropnames-example-simple','s:53:\"ar:الحصول على أول 10 أسماء خواص.\";'),('ar','messages:apihelp-query+pagepropnames-param-limit','s:62:\"ar:الحد الأقصى لعدد الأسماء للعودة.\";'),('ar','messages:apihelp-query+pagepropnames-summary','s:100:\"ar:إدراج جميع أسماء خواص الصفحة قيد الاستخدام في الويكي.\";'),('ar','messages:apihelp-query+pageprops-example-simple','s:89:\"ar:احصل على خصائص للصفحات <kbd>Main Page</kbd> و<kbd>MediaWiki</kbd>.\";'),('ar','messages:apihelp-query+pageprops-param-prop','s:322:\"ar:سرد خصائص الصفحة هذه فقط (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام)، مفيد للتحقق مما إذا كانت الصفحات تستخدم خاصية صفحة معينة.\";'),('ar','messages:apihelp-query+pageprops-summary','s:96:\"ar:الحصول على خصائص صفحة مختلفة محددة في محتوى الصفحة.\";'),('ar','messages:apihelp-query+pageswithprop-example-generator','s:119:\"ar:احصل على معلومات إضافية حول أول 10 صفحات تستخدم <code>_&#95;NOTOC_&#95;</code>.\";'),('ar','messages:apihelp-query+pageswithprop-example-simple','s:97:\"ar:أدرج أول 10 صفحات تستخدم <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ar','messages:apihelp-query+pageswithprop-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('ar','messages:apihelp-query+pageswithprop-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('ar','messages:apihelp-query+pageswithprop-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+pageswithprop-param-propname','s:239:\"ar:خاصية الصفحة التي تريد تعداد الصفحات (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام).\";'),('ar','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('ar','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ar','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:45:\"ar:يضيف قيمة خاصية الصفحة.\";'),('ar','messages:apihelp-query+pageswithprop-summary','s:87:\"ar:سرد جميع الصفحات التي تستخدم خاصية صفحة معينة.\";'),('ar','messages:apihelp-query+prefixsearch-example-simple','s:86:\"ar:ابحث عن عناوين الصفحات التي تبدأ بـ<kbd>meaning</kbd>.\";'),('ar','messages:apihelp-query+prefixsearch-extended-description','s:681:\"ar:على الرغم من التشابه في الأسماء، لا يُقصَد بهذه الوحدة أن تكون مكافئة لـ [[Special:PrefixIndex]]، لذلك; راجع <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> مع الوسيط <kbd>apprefix</kbd>، يشبه الغرض من هذه الوحدة <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: لأخذ مدخلات المستخدم وتقديم أفضل العناوين المطابقة، استنادا إلى الواجهة الخلفية لمحرك البحث، قد يتضمن هذا تصحيحا مطبعيا أو تجنبا للتحويل أو استدلالا آخر.\";'),('ar','messages:apihelp-query+prefixsearch-param-limit','s:62:\"ar:الحد الأقصى لعدد النتائج للعودة.\";'),('ar','messages:apihelp-query+prefixsearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('ar','messages:apihelp-query+prefixsearch-param-offset','s:51:\"ar:عدد النتائج المراد تخطيها.\";'),('ar','messages:apihelp-query+prefixsearch-param-profile','s:52:\"ar:ابحث عن ملف شخصي لاستخدامه.\";'),('ar','messages:apihelp-query+prefixsearch-param-search','s:25:\"ar:سلسلة البحث.\";'),('ar','messages:apihelp-query+prefixsearch-summary','s:78:\"ar:قم بإجراء بحث بالبادئة عن عناوين الصفحات.\";'),('ar','messages:apihelp-query+protectedtitles-example-generator','s:93:\"ar:ابحث عن وصلات للعناوين المحمية في النطاق الرئيسي.\";'),('ar','messages:apihelp-query+protectedtitles-example-simple','s:42:\"ar:سرد العناوين المحمية.\";'),('ar','messages:apihelp-query+protectedtitles-param-end','s:78:\"ar:وقف الإدراج في هذا الطابع الزمني للحماية.\";'),('ar','messages:apihelp-query+protectedtitles-param-level','s:77:\"ar:إدراج العناوين بمستويات الحماية هذه فقط.\";'),('ar','messages:apihelp-query+protectedtitles-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ar','messages:apihelp-query+protectedtitles-param-namespace','s:63:\"ar:إدراج عناوين في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+protectedtitles-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+protectedtitles-param-start','s:78:\"ar:بدء الإدراج في هذا الطابع الزمني للحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"ar:يضيف التعليق للحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:98:\"ar:يإضيف الطابع الزمني للوقت الذي سيتم فيه رفع الحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:38:\"ar:يضيف مستوى الحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:66:\"ar:يضيف تعليق التعليق المحلل للحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:73:\"ar:يإضيف الطابع الزمني عند إضافة الحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:62:\"ar:يضيف المستخدم الذي أضاف الحماية.\";'),('ar','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:71:\"ar:يضيف معرف المستخدم الذي أضاف الحماية.\";'),('ar','messages:apihelp-query+protectedtitles-summary','s:71:\"ar:سرد جميع العناوين المحمية من الإنشاء.\";'),('ar','messages:apihelp-query+querypage-example-ancientpages','s:59:\"ar:إرجاع النتائج من [[Special:Ancientpages]].\";'),('ar','messages:apihelp-query+querypage-param-limit','s:38:\"ar:عدد النتائج للعودة.\";'),('ar','messages:apihelp-query+querypage-param-page','s:92:\"ar:اسم الصفحة الخاصة، ملاحظة: هذا حساس لحالة الأحرف.\";'),('ar','messages:apihelp-query+querypage-summary','s:130:\"ar:الحصول على قائمة يتم توفيرها من خلال صفحة خاصة تستند إلى صفحة استعلام.\";'),('ar','messages:apihelp-query+random-example-generator','s:114:\"ar:إرجاع معلومات الصفحة حول صفحتين عشوائيتين من النطاق الرئيسي.\";'),('ar','messages:apihelp-query+random-example-simple','s:86:\"ar:قم بإرجاع صفحتين عشوائيتين من النطاق الرئيسي.\";'),('ar','messages:apihelp-query+random-extended-description','s:412:\"ar:يتم سرد الصفحات بتسلسل ثابت، نقطة البداية فقط عشوائية: هذا يعني أنه إذا، على سبيل المثال، كانت <samp>Main Page</samp> أول صفحة عشوائية في القائمة، <samp>List of fictional monkeys</samp> سوف تكون الثانية <em>always</em>، <samp>List of people on stamps of Vanuatu</samp> الثالثة، إلخ.\";'),('ar','messages:apihelp-query+random-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('ar','messages:apihelp-query+random-param-limit','s:88:\"ar:تحديد عدد الصفحات العشوائية التي سيتم إرجاعها.\";'),('ar','messages:apihelp-query+random-param-namespace','s:65:\"ar:إرجاع الصفحات في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+random-param-redirect','s:72:\"ar:استخدم <kbd>$1filterredir=redirects</kbd> بدلا من ذلك.\";'),('ar','messages:apihelp-query+random-summary','s:75:\"ar:الحصول على مجموعة من الصفحات العشوائية.\";'),('ar','messages:apihelp-query+recentchanges-example-generator','s:110:\"ar:الحصول على معلومات الصفحة حول أحدث التغييرات غير المراجعة.\";'),('ar','messages:apihelp-query+recentchanges-example-simple','s:38:\"ar:سرد أحدث التغييرات.\";'),('ar','messages:apihelp-query+recentchanges-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('ar','messages:apihelp-query+recentchanges-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('ar','messages:apihelp-query+recentchanges-param-generaterevisions','s:339:\"ar:عند استخدامه كمولد، قم بإنشاء معرفات المراجعة بدلا من العناوين، ولن تؤدي إدخالات التغيير الأخيرة التي لا تحتوي على معرفات المراجعة المرتبطة (مثل معظم إدخالات السجلات) إلى توليد أي شيء.\";'),('ar','messages:apihelp-query+recentchanges-param-limit','s:64:\"ar:كم عدد التغييرات الإجمالي للعودة.\";'),('ar','messages:apihelp-query+recentchanges-param-namespace','s:71:\"ar:تصفية التغييرات على هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+recentchanges-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('ar','messages:apihelp-query+recentchanges-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('ar','messages:apihelp-query+recentchanges-param-slot','s:82:\"ar:سرد فقط التغييرات التي تلمس الفتحة المسماة.\";'),('ar','messages:apihelp-query+recentchanges-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ar','messages:apihelp-query+recentchanges-param-tag','s:75:\"ar:إدراج التغييرات الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+recentchanges-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('ar','messages:apihelp-query+recentchanges-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('ar','messages:apihelp-query+recentchanges-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('ar','messages:apihelp-query+recentchanges-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة تلقائيا أم لا.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:157:\"ar:يضيف التعليق للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:129:\"ar:يضيف معرف الصفحة ومعرف أحدث التغييرات ومعرف النسخة الجديدة والقديمة.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:117:\"ar:يضيف معلومات السجل (معرف السجل، نوع السجل، إلخ) لإدخالات السجل.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:166:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذفه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة أو غير مراجعة.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:68:\"ar:يوسم التحرير إذا كانت الصفحة تحويلة\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:224:\"ar:يضيف المجموع الاختباري للمحتوى للإدخالات المرتبطة بمراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:75:\"ar:يضيف طول الصفحة الجديد والقديم بالبايت.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:47:\"ar:يضيف عنوان صفحة التحرير.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:225:\"ar:يضيف المستخدم المسؤول عن التحرير والوسوم إذا كان يوجد أيبي. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:178:\"ar:يضيف المستخدم المسؤول عن التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+recentchanges-summary','s:42:\"ar:تعداد أحدث التغييرات.\";'),('ar','messages:apihelp-query+redirects-example-generator','s:90:\"ar:احصل على معلومات حول جميع التحويلات إلى [[Main Page]].\";'),('ar','messages:apihelp-query+redirects-example-simple','s:72:\"ar:احصل على قائمة بالتحويلات إلى [[Main Page]].\";'),('ar','messages:apihelp-query+redirects-param-limit','s:51:\"ar:كم عدد التحويلات لإرجاعها.\";'),('ar','messages:apihelp-query+redirects-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+redirects-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+redirects-param-show','s:204:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;fragment:إظهار التحويلات بجزء فقط.\n;!fragment:إظهار التحويلات بدون جزء فقط.\";'),('ar','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:53:\"ar:جزء من كل تحويلة، إن وُجِدت.\";'),('ar','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:45:\"ar:معرف الصفحة لكل تحويلة.\";'),('ar','messages:apihelp-query+redirects-paramvalue-prop-title','s:32:\"ar:عنوان كل تحويلة.\";'),('ar','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ar','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ar','messages:apihelp-query+redirects-summary','s:76:\"ar:يعرض جميعالتحويلات إلى الصفحات المحددة.\";'),('ar','messages:apihelp-query+revisions+base-param-contentformat','s:119:\"ar:تنسيق التسلسل المستخدم لـ<var>$1difftotext</var> والمتوقع لإخراج المحتوى.\";'),('ar','messages:apihelp-query+revisions+base-param-diffto','s:313:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، معرف المراجعة للتفريق بين كل مراجعة، استخدم <kbd>prev</kbd> و<kbd>next</kbd> و<kbd>cur</kbd> للمراجعة السابقة واللاحقة والحالية على التوالي.\";'),('ar','messages:apihelp-query+revisions+base-param-difftotext','s:361:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، النص للتفريق بين كل مراجعة، يختلف عدد محدود فقط من المراجعات، يتجاوز <var>$1diffto</var>، إذا تم تعيين <var>$1section</var>، فسيتم تمييز هذا القسم فقط مقابل هذا النص.\";'),('ar','messages:apihelp-query+revisions+base-param-difftotextpst','s:248:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، قم بإجراء تحويل ما قبل الحفظ على النص قبل نشره، صالح فقط عند استخدامه مع <var>$1difftotext</var>.\";'),('ar','messages:apihelp-query+revisions+base-param-expandtemplates','s:203:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> بدلا من ذلك، قم بتوسيع القوالب في محتوى المراجعة (يتطلب $1prop=content).\";'),('ar','messages:apihelp-query+revisions+base-param-generatexml','s:264:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، قم بتوليد شجرة تحليل XML لمحتوى المراجعة (تتطلب $1prop=content).\";'),('ar','messages:apihelp-query+revisions+base-param-limit','s:76:\"ar:الحد من عدد المراجعات التي سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-param-parse','s:278:\"ar:استخدم <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، تحليل محتوى المراجعة (يتطلب $1prop=content)، لأسباب تتعلق بالأداء; إذا تم استخدام هذا الخيار، يتم فرض $1limit إلى 1.\";'),('ar','messages:apihelp-query+revisions+base-param-prop','s:67:\"ar:أي الخصائص للحصول عليها لكل مراجعة:\";'),('ar','messages:apihelp-query+revisions+base-param-section','s:91:\"ar:قم فقط باسترداد محتوى القسم باستخدام هذا المعرف.\";'),('ar','messages:apihelp-query+revisions+base-param-slots','s:334:\"ar:أي الفتحات المراجعة لتعيد البيانات، عندما يتم تضمين الخصائص ذات الصلة بالفتحات في <var>$1props</var>، إذا تم حذفها، فسيتم إرجاع البيانات من فتحة <kbd>main</kbd> بتنسيق متوافق مع الإصدارات السابقة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:175:\"ar:تعليق من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:162:\"ar:محتوى كل فتحة مراجعة. لو أن المحتوى قد تم حذف مراجعته، فخاصية <samp>texthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:67:\"ar:معرف نموذج المحتوى لكل فتحة مراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:44:\"ar:أعلام المراجعة (طفيفة).\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:29:\"ar:معرف المراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:184:\"ar:تعليق محلل من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:273:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، شجرة تحليل XML لمحتوى المراجعة (تتطلب نموذج المحتوى <code>$1</code>).\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:86:\"ar:أدرج أدوار فتحة المحتوى الموجودة في المراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:158:\"ar:SHA-1 (القاعدة 16) المراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:38:\"ar:طول (بايت) المراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:170:\"ar:SHA-1 (القاعدة 16) لكل فتحة مراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:48:\"ar:طول (بايت) كل فتحة مراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:29:\"ar:وسوم للمراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:46:\"ar:الطابع الزمني للمراجعة.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:169:\"ar:المستخدم الذي أجرى المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:171:\"ar:معرف المستخدم لمنشئ المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+revisions-example-content','s:133:\"ar:احصل على بيانات تتضمن محتوى آخر مراجعة لـ<kbd>API</kbd> العناوين و<kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+revisions-example-first5','s:69:\"ar:احصل على أول 5 مراجعات من <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+revisions-example-first5-after','s:95:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> بعد 2006-05-01.\";'),('ar','messages:apihelp-query+revisions-example-first5-not-localhost','s:155:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي لم يجرها المستخدم المجهول <kbd>127.0.0.1</kbd>.\";'),('ar','messages:apihelp-query+revisions-example-first5-user','s:165:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي تم إجراؤها بواسطة المستخدم <kbd>MediaWiki default</kbd>.\";'),('ar','messages:apihelp-query+revisions-example-last5','s:68:\"ar:احصل على آخر 5 مراجعات لـ<kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+revisions-extended-description','s:571:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على بيانات حول مجموعة من الصفحات (المراجعة الأخيرة)، عن طريق تعيين عناوين أو معرفات صفحات. \n# احصل على مراجعات لصفحة معينة، باستخدام العناوين أو معرفات الصفحات ذات البداية، أو النهاية، أو الحد. \n# الحصول على بيانات حول مجموعة من المراجعات من خلال تعيين معرفاتها مع معرفات المراجعات.\";'),('ar','messages:apihelp-query+revisions-param-end','s:61:\"ar:تعداد يصل إلى هذا الطابع الزمني.\";'),('ar','messages:apihelp-query+revisions-param-endid','s:199:\"ar:إيقاف التعداد في الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('ar','messages:apihelp-query+revisions-param-excludeuser','s:76:\"ar:استبعاد المراجعات التي أجراها المستخدم.\";'),('ar','messages:apihelp-query+revisions-param-start','s:72:\"ar:من أي طابع زمني للمراجعة لبدء التعداد.\";'),('ar','messages:apihelp-query+revisions-param-startid','s:195:\"ar:بدء التعداد من الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('ar','messages:apihelp-query+revisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+revisions-param-user','s:86:\"ar:عدم تضمين سوى المراجعات التي أجراها المستخدم.\";'),('ar','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:84:\"ar:لا يجوز استخدامها إلا مع صفحة واحدة (الوضع #2).\";'),('ar','messages:apihelp-query+revisions-summary','s:55:\"ar:الحصول على معلومات المراجعة.\";'),('ar','messages:apihelp-query+search-example-generator','s:133:\"ar:احصل على معلومات الصفحة حول الصفحات التي تم إرجاعها للبحث عن <kbd>meaning</kbd>.\";'),('ar','messages:apihelp-query+search-example-simple','s:38:\"ar:البحث عن <kbd>meaning</kbd>.\";'),('ar','messages:apihelp-query+search-example-text','s:56:\"ar:البحث في النصوص عن <kbd>meaning</kbd>.\";'),('ar','messages:apihelp-query+search-param-backend','s:98:\"ar:أية واجهة خلفية للبحث مستخدمة، إن لم تكن الافتراضية.\";'),('ar','messages:apihelp-query+search-param-enablerewrites','s:331:\"ar:تمكين إعادة كتابة الاستعلام الداخلية، يمكن لبعض الواجهات الخلفية البحث إعادة كتابة الاستعلام إلى آخر يُعتَقد أنه يوفر نتائج أفضل، على سبيل المثال عن طريق تصحيح الأخطاء الإملائية.\";'),('ar','messages:apihelp-query+search-param-info','s:47:\"ar:أية بيانات وصفية لعرضها.\";'),('ar','messages:apihelp-query+search-param-interwiki','s:96:\"ar:تضمين نتائج الإنترويكي في البحث، إذا كان ذلك متاحا.\";'),('ar','messages:apihelp-query+search-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ar','messages:apihelp-query+search-param-namespace','s:52:\"ar:ابحث داخل هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+search-param-prop','s:36:\"ar:أي الخصائص للعودة.\";'),('ar','messages:apihelp-query+search-param-qiprofile','s:123:\"ar:الاستعلام عن ملف شخصي مستقل للاستخدام (يؤثر على خوارزمية الترتيب).\";'),('ar','messages:apihelp-query+search-param-search','s:307:\"ar:ابحث عن عناوين الصفحات أو المحتوى الذي يطابق هذه القيمة، يمكنك استخدام سلسلة البحث لاستدعاء ميزات بحث خاصة، اعتمادا على ما تنفذه الواجهة الخلفية للبحث في موقع الويكي.\";'),('ar','messages:apihelp-query+search-param-sort','s:80:\"ar:تعيين ترتيب الفرز للنتائج التي تم إرجاعها.\";'),('ar','messages:apihelp-query+search-param-what','s:44:\"ar:أي نوع من البحث لأدائه.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:90:\"ar:يضيف اسم الفئة المطابق ، مع تمييز تمييز المصطلح.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:79:\"ar:يضيف بيانات إضافية منشأة بواسطة الإضافات.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:21:\"ar:تم تجاهله.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:119:\"ar:يضيف قيمة منطقية تشير إلى ما إذا كان محتوى البحث مطابقا للمحتوى.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:123:\"ar:يضيف عنوان إعادة التوجيه المطابق ، مع تمييز تمييز مصطلح طلب البحث.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:57:\"ar:يضيف عنوان التحويلة المطابقة.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-score','s:21:\"ar:تم تجاهله.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:109:\"ar:يضيف عنوان القسم المطابق ، مع تمييز تمييز مصطلح الاستعلام.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:49:\"ar:يضيف عنوان القسم المطابق.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-size','s:47:\"ar:يضيف حجم الصفحة بالبايت.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-snippet','s:94:\"ar:يضيف مقتطفًا من الصفحة ، مع تحديد مصطلح الاستعلام.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني لوقت آخر تعديل للصفحة.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:96:\"ar:يضيف عنوان الصفحة ، مع تمييز تمييز مصطلح الاستعلام.\";'),('ar','messages:apihelp-query+search-paramvalue-prop-wordcount','s:43:\"ar:يضيف عدد كلمات الصفحة.\";'),('ar','messages:apihelp-query+search-summary','s:35:\"ar:إجراء بحث نص كامل.\";'),('ar','messages:apihelp-query+siteinfo-example-interwiki','s:76:\"ar:إحضار قائمة ببادئات الإنترويكي المحلية.\";'),('ar','messages:apihelp-query+siteinfo-example-replag','s:67:\"ar:تحقق من تأخر النسخ المتماثل الحالي.\";'),('ar','messages:apihelp-query+siteinfo-example-simple','s:42:\"ar:إحضار معلومات الموقع.\";'),('ar','messages:apihelp-query+siteinfo-param-filteriw','s:116:\"ar:إرجاع الإدخالات المحلية أو غير المحلية فقط بخريطة الإنترويكي.\";'),('ar','messages:apihelp-query+siteinfo-param-inlanguagecode','s:110:\"ar:رمز اللغة لأسماء اللغة المترجمة (أفضل جهد) وأسماء الواجهات.\";'),('ar','messages:apihelp-query+siteinfo-param-numberingroup','s:81:\"ar:يسرد عدد المستخدمين في مجموعات المستخدمين.\";'),('ar','messages:apihelp-query+siteinfo-param-prop','s:51:\"ar:أي المعلومات للحصول عليها:\";'),('ar','messages:apihelp-query+siteinfo-param-showalldb','s:109:\"ar:سرد جميع خوادم قواعد البيانات، وليست فقط واحدة تخلفت أكثر.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:104:\"ar:يرجع خادم قاعدة البيانات مع تأخر النسخ المتماثل الأعلى.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:78:\"ar:يعرض القيم الافتراضية لتفضيلات المستخدم.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:64:\"ar:يرجع الإضافات المثبتة على الويكي.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:58:\"ar:يعرض قائمة وسوم امتداد المحلل.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:111:\"ar:يرجع قائمة امتدادات الملفات (أنواع الملفات) المسموح برفعها.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:58:\"ar:يرجع قائمة خطاطيف دالة المحلل.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:46:\"ar:معلومات النظام الشاملة.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:175:\"ar:يرجع خريطة الإنترويكي (يتم ترشيحها اختياريا، ويتم اختيارها اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:154:\"ar:يعرض قائمة اللغات التي يدعمها ميدياويكي (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:218:\"ar:يعرض قائمة بأكواد اللغات التي يتم تمكين [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] بها، والمتغيرات المدعومة المختلفة لكل منها.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:64:\"ar:يرجع المكتبات المثبتة على الويكي.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:80:\"ar:قائمة الكلمات السحرية وأسمائها المستعارة.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:80:\"ar:قائمة الاسماء المستعارة المسجلة للنطاقات.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:80:\"ar:قائمة النطاقات المسجلة وأسمائها الأساسية.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:109:\"ar:يعرض قائمة بالبروتوكولات المسموح بها في الروابط الخارجية.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:94:\"ar:يرجع المعلومات حول أنواع القيود (الحماية) المتاحة.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:87:\"ar:يرجع معلومات حقوق (ترخيص) الويكي إن كانت متاحة.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:143:\"ar:يعرض قائمة بكل الخطاطيف المشتركة (محتويات <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:178:\"ar:يعرض قائمة بجميع الواجهات المفعلة (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>، بخلاف لغة المحتوى).\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:76:\"ar:قائمة الأسماء المستعارة للصفحات الخاصة.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:42:\"ar:يعيد إحصائيات الموقع.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:52:\"ar:يعرض تكوين مربع حوار الرفع.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:86:\"ar:يرجع مجموعات المستخدمين والصلاحيات المرتبطة.\";'),('ar','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:57:\"ar:يعرض قائمة بمعرفات المتغيرات.\";'),('ar','messages:apihelp-query+siteinfo-summary','s:58:\"ar:إرجاع معلومات عامة حول الموقع.\";'),('ar','messages:apihelp-query+stashimageinfo-example-params','s:64:\"ar:يرجع الصور المصغرة لملفين مخزنين.\";'),('ar','messages:apihelp-query+stashimageinfo-example-simple','s:47:\"ar:يرجع معلومات لملف مملوء.\";'),('ar','messages:apihelp-query+stashimageinfo-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('ar','messages:apihelp-query+stashimageinfo-param-sessionkey','s:100:\"ar:الاسم المستعار لـ$1filekey; للتوافق مع الإصدارات السابقة.\";'),('ar','messages:apihelp-query+stashimageinfo-summary','s:70:\"ar:يرجع معلومات الملف للملفات المملوءة.\";'),('ar','messages:apihelp-query+tags-example-simple','s:38:\"ar:سرد الوسوم المتاحة.\";'),('ar','messages:apihelp-query+tags-param-limit','s:64:\"ar:الحد الأقصى لعدد الوسوم لإدراجها.\";'),('ar','messages:apihelp-query+tags-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-active','s:69:\"ar:ما إذا كان الوسم لا يزال قيد التطبيق.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-defined','s:53:\"ar:حدد ما إذا كانت الوسم محددا.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-description','s:30:\"ar:يضيف وصف الوسم.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-displayname','s:43:\"ar:يضيف رسالة نظام للوسم.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:115:\"ar:يضيف عدد المراجعات وإدخالات السجلات التي تحتوي على هذا الوسم.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-name','s:30:\"ar:يضيف اسم الوسم.\";'),('ar','messages:apihelp-query+tags-paramvalue-prop-source','s:259:\"ar:الحصول على مصادر الوسم، والتي قد تتضمن <samp>extension</samp> للوسوم المعرفة بالامتداد و<samp>manual</samp> للوسوم التي قد يتم تطبيقها يدويا من قبل المستخدمين.\";'),('ar','messages:apihelp-query+tags-summary','s:34:\"ar:سرد وسوم التغيير.\";'),('ar','messages:apihelp-query+templates-example-generator','s:112:\"ar:احصل على معلومات حول صفحات القوالب المستخدمة في <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+templates-example-namespaces','s:130:\"ar:احصل على صفحات في نطاقي {{ns:user}} و{{ns:template}} المضمنة في الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+templates-example-simple','s:92:\"ar:احصل على القوالب المستخدمة في الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+templates-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+templates-param-limit','s:43:\"ar:كم عدد القوالب للعودة.\";'),('ar','messages:apihelp-query+templates-param-namespace','s:65:\"ar:إظهار القوالب في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+templates-param-templates','s:143:\"ar:إدراج هذه القوالب فقط، مفيد للتحقق ما إذا كانت صفحة معينة تستخدم قالبا معينا.\";'),('ar','messages:apihelp-query+templates-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('ar','messages:apihelp-query+tokens-example-simple','s:51:\"ar:استرداد رمز csrf (الافتراضي).\";'),('ar','messages:apihelp-query+tokens-example-types','s:58:\"ar:استرجع رمز مراقبة ورمز مراجعة.\";'),('ar','messages:apihelp-query+tokens-param-type','s:49:\"ar:أنواع الرمز المميز للطلب.\";'),('ar','messages:apihelp-query+tokens-summary','s:96:\"ar:الحصول على الرموز المميزة لإجراءات تعديل البيانات.\";'),('ar','messages:apihelp-query+transcludedin-example-generator','s:101:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+transcludedin-example-simple','s:88:\"ar:احصل على قائمة بالصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query+transcludedin-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('ar','messages:apihelp-query+transcludedin-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+transcludedin-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ar','messages:apihelp-query+transcludedin-param-show','s:191:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;!تحويلة:إظهار غير التحويلات فقط.\";'),('ar','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('ar','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('ar','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('ar','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ar','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ar','messages:apihelp-query+transcludedin-summary','s:91:\"ar:ابحث عن جميع الصفحات التي تتضمن الصفحات المعينة.\";'),('ar','messages:apihelp-query+usercontribs-example-ipprefix','s:106:\"ar:عرض المساهمات من جميع عناوين الآيبي بالبادئة <kbd>192.0.2.</kbd>.\";'),('ar','messages:apihelp-query+usercontribs-example-user','s:61:\"ar:عرض مساهمات المستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-query+usercontribs-param-end','s:146:\"ar:الطابع الزمني للنهاية المراد العودة إليه ، أي المراجعات بعد هذا الطابع الزمني.\";'),('ar','messages:apihelp-query+usercontribs-param-iprange','s:186:\"ar:نطاق CIDR لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 userids</var> .\";'),('ar','messages:apihelp-query+usercontribs-param-limit','s:66:\"ar:الحد الأقصى لعدد المساهمات للعودة.\";'),('ar','messages:apihelp-query+usercontribs-param-namespace','s:69:\"ar:إدراج المساهمات في هذه النطاقات فقط.\";'),('ar','messages:apihelp-query+usercontribs-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('ar','messages:apihelp-query+usercontribs-param-show','s:413:\"ar:عرض العناصر التي تستوفي هذه المعايير فقط، مثل التعديلات الطفيفة فقط: <kbd>$2show=!minor</kbd>.\n\nإذا تم تعيين <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd>، فإن المراجعات أقدم من <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|ثانية|ثوانٍ}}) لن يتم عرضها.\";'),('ar','messages:apihelp-query+usercontribs-param-start','s:145:\"ar:الطابع الزمني للبدء الذي سيتم الرجوع منه ، أي المراجعات قبل هذا الطابع الزمني.\";'),('ar','messages:apihelp-query+usercontribs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ar','messages:apihelp-query+usercontribs-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('ar','messages:apihelp-query+usercontribs-param-user','s:180:\"ar:المستخدمين لاسترداد المساهمات ل. لا يمكن استخدامه مع <var>$1 userids</var> أو <var>$1 userprefix</var> أو <var>$1 iprange</var> .\";'),('ar','messages:apihelp-query+usercontribs-param-userids','s:202:\"ar:معرفات المستخدم لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 iprange</var> .\";'),('ar','messages:apihelp-query+usercontribs-param-userprefix','s:243:\"ar:استرداد المساهمات لجميع المستخدمين الذين تبدأ أسماؤهم بهذه القيمة. لا يمكن استخدامها مع مستخدم $ 1 أو <var>$1</var> <var>$1</var> أو <var>$1 iprange</var> .\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:162:\"ar:يضيف تعليق التعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:40:\"ar:يضيف علامات التحرير.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:62:\"ar:يضيف معرف الصفحة ومعرف المراجعة.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:179:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:51:\"ar:يضيف الحجم الجديد للتحرير.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:59:\"ar:يضيف حجم دلتا التعديل ضد الأصل.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:38:\"ar:يسرد وسوما للتحرير.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('ar','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ar','messages:apihelp-query+usercontribs-summary','s:80:\"ar:الحصول على جميع التعديلات من قبل المستخدم.\";'),('ar','messages:apihelp-query+userinfo-example-data','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('ar','messages:apihelp-query+userinfo-example-simple','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('ar','messages:apihelp-query+userinfo-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('ar','messages:apihelp-query+userinfo-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:107:\"ar:يكرر الرأس <code>Accept-Language</code> الذي يرسله العميل بتنسيق منظم.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:122:\"ar:يسرد المجموعات التي يمكن للمستخدم الحالي الإضافتة والإزالة منها.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:60:\"ar:يضيف عدد تحرير المستخدم الحالي.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-email','s:134:\"ar:يضيف عنوان البريد الإلكتروني للمستخدم وتاريخ مصادقة البريد الإلكتروني.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:97:\"ar:يسرد كل المجموعات التي ينتمي إليها المستخدم الحالي.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:116:\"ar:يضيف وسم <samp>messages</samp> إذا كان المستخدم الحالي لديه رسائل معلقة.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:121:\"ar:يسرد جميع المجموعات التي يكون المستخدم الحالي عضوا فيها تلقائيا.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:60:\"ar:يضيف تاريخ آخر مساهمة للمستخدم.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-options','s:103:\"ar:يسرد جميع التفضيلات التي قام المستخدم الحالي بتعيينها.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:95:\"ar:يسرد جميع حدود المعدل المطبقة على المستخدم الحالي.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:51:\"ar:يضيف اسم المستخدم الحقيقي.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:51:\"ar:يضيف تاريخ تسجيل المستخدم.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:94:\"ar:يسرد جميع الصلاحيات التي يمتلكها المستخدم الحالي.\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:266:\"ar:يسرد جميع حدود الأسعار التي يمكن أن تنطبق على المستخدم الحالي إذا لم يتم إعفاؤه من جميع حدود المعدلات بناءً على حقوق المستخدم أو الملكية الفكرية\";'),('ar','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:174:\"ar:يضيف عدد الصفحات غير المقروءة في قائمة مراقبة المستخدم (بحد أقصى $1; ترجع <samp>$2</samp> إذا كان أكثر).\";'),('ar','messages:apihelp-query+userinfo-summary','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('ar','messages:apihelp-query+users-example-simple','s:67:\"ar:عودة المعلومات للمستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-query+users-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('ar','messages:apihelp-query+users-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ar','messages:apihelp-query+users-param-userids','s:92:\"ar:قائمة معرفات المستخدمين للحصول على معلومات عنهم.\";'),('ar','messages:apihelp-query+users-param-users','s:84:\"ar:قائمة من المستخدمين للحصول على معلومات عنهم.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-cancreate','s:135:\"ar:يشير إلى ما إذا كان يمكن إنشاء حساب لأسماء مستخدمين صالحة ولكن غير مسجلة.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-editcount','s:47:\"ar:يضيف عدد تحرير المستخدم.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-emailable','s:151:\"ar:يوسم إذا كان المستخدم يستطيع ويرغب في تلقي البريد الإلكتروني من خلال [[Special:Emailuser]].\";'),('ar','messages:apihelp-query+users-paramvalue-prop-gender','s:105:\"ar:يوسم الجنس من المستخدم: يرجع \"ذكر\" أو \"أنثى\" أو \"غير معروف\".\";'),('ar','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-groups','s:85:\"ar:يسرد كل المجموعات التي ينتمي إليها كل مستخدم.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-registration','s:70:\"ar:يضيف الطابع الزمني للتسجيل للمستخدم.\";'),('ar','messages:apihelp-query+users-paramvalue-prop-rights','s:82:\"ar:يسرد جميع الصلاحيات التي يمتلكها كل مستخدم.\";'),('ar','messages:apihelp-query+users-summary','s:77:\"ar:الحصول على معلومات حول قائمة المستخدمين.\";'),('ar','messages:apihelp-query+watchlist-example-allrev','s:167:\"ar:يمكنك جلب معلومات حول جميع التغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-query+watchlist-example-expiry','s:318:\"ar:قم بإحضار معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرًا في قائمة مراقبة المستخدم الحالي ، بما في ذلك وقت انتهاء صلاحية العناصر التي تمت مشاهدتها مؤقتًا.\";'),('ar','messages:apihelp-query+watchlist-example-generator','s:154:\"ar:جلب معلومات الصفحة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('ar','messages:apihelp-query+watchlist-example-generator-rev','s:157:\"ar:جلب معلومات المراجعة للتغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-query+watchlist-example-props','s:200:\"ar:احصل على معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('ar','messages:apihelp-query+watchlist-example-simple','s:150:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('ar','messages:apihelp-query+watchlist-example-wlowner','s:154:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-query+watchlist-param-allrev','s:96:\"ar:تضمين مراجعات متعددة لنفس الصفحة في إطار زمني محدد.\";'),('ar','messages:apihelp-query+watchlist-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('ar','messages:apihelp-query+watchlist-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('ar','messages:apihelp-query+watchlist-param-limit','s:69:\"ar:إجمالي عدد النتائج لإرجاعها لكل طلب.\";'),('ar','messages:apihelp-query+watchlist-param-namespace','s:79:\"ar:تصفية التغييرات على النطاقات المعطاة فقط.\";'),('ar','messages:apihelp-query+watchlist-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('ar','messages:apihelp-query+watchlist-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('ar','messages:apihelp-query+watchlist-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('ar','messages:apihelp-query+watchlist-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ar','messages:apihelp-query+watchlist-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('ar','messages:apihelp-query+watchlist-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('ar','messages:apihelp-query+watchlist-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:153:\"ar:يضيف تعليق التعديل. لو أن التعديل قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:74:\"ar:يضيف معرفات المراجعات ومعرفات الصفحات.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:62:\"ar:يضيف معلومات السجل عند الاقتضاء.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:170:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:72:\"ar:يضيف الأطوال القديمة والجديدة للصفحة.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-title','s:36:\"ar:يضيف عنوان الصفحة.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-user','s:176:\"ar:يضيف المستخدم الذي قام بالتعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:185:\"ar:يضيف معرف المستخدم الذي أجرى التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:44:\"ar:تغييرات عضوية التصنيف.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-type-edit','s:46:\"ar:تعديلات الصفحة العادية.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-type-external','s:39:\"ar:التغييرات الخارجية.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-type-log','s:33:\"ar:ادخالات السجلات.\";'),('ar','messages:apihelp-query+watchlist-paramvalue-type-new','s:29:\"ar:إنشاء الصفحات.\";'),('ar','messages:apihelp-query+watchlist-summary','s:128:\"ar:احصل على أحدث التغييرات على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-query+watchlistraw-example-generator','s:114:\"ar:جلب معلومات الصفحة للصفحات في قائمة مراقبة المستخدم الحالية.\";'),('ar','messages:apihelp-query+watchlistraw-example-simple','s:84:\"ar:سرد الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-query+watchlistraw-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ar','messages:apihelp-query+watchlistraw-param-fromtitle','s:74:\"ar:العنوان (مع بادئة النطاق) لبدء العد منه.\";'),('ar','messages:apihelp-query+watchlistraw-param-limit','s:82:\"ar:كم الإجمالي العدد للنتائج لإرجاعها لكل طلب.\";'),('ar','messages:apihelp-query+watchlistraw-param-namespace','s:71:\"ar:إدراج عناوين في النطاقات المعطاة فقط.\";'),('ar','messages:apihelp-query+watchlistraw-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('ar','messages:apihelp-query+watchlistraw-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('ar','messages:apihelp-query+watchlistraw-param-show','s:78:\"ar:إدراج العناصر التي تفي بهذه المعايير فقط.\";'),('ar','messages:apihelp-query+watchlistraw-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('ar','messages:apihelp-query+watchlistraw-param-totitle','s:80:\"ar:العنوان (مع بادئة النطاق) لإيقاف العد عنده.\";'),('ar','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('ar','messages:apihelp-query+watchlistraw-summary','s:97:\"ar:الحصول على جميع صفحات قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-query-example-allpages','s:76:\"ar:جلب مراجعات الصفحات التي تبدأ ب<kbd>API/</kbd>.\";'),('ar','messages:apihelp-query-example-revisions','s:147:\"ar:جلب [[Special:ApiHelp/query+siteinfo|معلومات الموقع]] و[[Special:ApiHelp/query+revisions|مراجعات]] <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-query-extended-description','s:185:\"ar:يجب على جميع تعديلات البيانات أولا استخدام استعلام للحصول على رمز لمنع الاعتداء من المواقع الخبيثة.\";'),('ar','messages:apihelp-query-param-export','s:109:\"ar:تصدير المراجعات الحالية لجميع الصفحات المعينة أو المولدة.\";'),('ar','messages:apihelp-query-param-exportnowrap','s:181:\"ar:إعادة تصدير XML دون التفاف عليه في نتيجة XML (نفس شكل [[Special:Export|خاص:تصدير]]). يمكن استخدامها فقط مع $1export.\";'),('ar','messages:apihelp-query-param-exportschema','s:159:\"ar:استهداف الإصدار المحدد من تنسيق تفريغ XML عند التصدير، يمكن استخدامه مع <var>$1export</var> فقط.\";'),('ar','messages:apihelp-query-param-indexpageids','s:137:\"ar:تضمين قسم إضافي لمعرفات الصفحات يسرد جميع معرفات الصفحات التي تم إرجاعها.\";'),('ar','messages:apihelp-query-param-iwurl','s:132:\"ar:ما إذا كنت تريد الحصول على المسار الكامل إذا كان العنوان رابط إنترويكي.\";'),('ar','messages:apihelp-query-param-list','s:56:\"ar:أي القوائم تريد الحصول عليها.\";'),('ar','messages:apihelp-query-param-meta','s:73:\"ar:أي البيانات الوصفية تريد الحصول عليها.\";'),('ar','messages:apihelp-query-param-prop','s:87:\"ar:أي الخصائص تريد الحصول على صفحات استعلام عنها.\";'),('ar','messages:apihelp-query-param-rawcontinue','s:81:\"ar:إرجاع <samp>query-continue</samp> بيانات خام للاستمرار.\";'),('ar','messages:apihelp-query-summary','s:58:\"ar:جلب البيانات من وعن ميدياويكي.\";'),('ar','messages:apihelp-rawfm-summary','s:135:\"ar:بيانات الإخراج، بما في ذلك عناصر تصحيح الأخطاء، بتنسيق JSON (الطباعة بـHTML).\";'),('ar','messages:apihelp-removeauthenticationdata-example-simple','s:110:\"ar:محاولة إزالة بيانات المستخدم الحالي لـ<kbd>FooAuthenticationRequest</kbd>.\";'),('ar','messages:apihelp-removeauthenticationdata-summary','s:74:\"ar:إزالة بيانات المصادقة للمستخدم الحالي.\";'),('ar','messages:apihelp-resetpassword-example-email','s:211:\"ar:رسال بريد إلكتروني لإعادة تعيين كلمة المرور لجميع المستخدمين الذين لديهم عنوان البريد الإلكتروني <kbd>user@example.com</kbd>.\";'),('ar','messages:apihelp-resetpassword-example-user','s:129:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى المستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-resetpassword-extended-description-noroutes','s:232:\"ar:لا تتوفر طرق إعادة تعيين كلمة المرور.\n\nتمكين المسارات في <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> لاستخدام هذه الوحدة.\";'),('ar','messages:apihelp-resetpassword-param-email','s:92:\"ar:تجري إعادة ضبط عنوان البريد الإلكتروني للمستخدم.\";'),('ar','messages:apihelp-resetpassword-param-user','s:51:\"ar:تجري إعادة تعيين المستخدم.\";'),('ar','messages:apihelp-resetpassword-summary','s:106:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى مستخدم.\";'),('ar','messages:apihelp-revisiondelete-example-log','s:135:\"ar:إخفاء كافة البيانات الموجودة في إدخال السجل <kbd>67890</kbd> بسبب <kbd>BLP violation</kbd>.\";'),('ar','messages:apihelp-revisiondelete-example-revision','s:98:\"ar:إخفاء محتوى المراجعة <kbd>12345</kbd> في الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-revisiondelete-param-hide','s:43:\"ar:ماذا نختبئ لكل مراجعة.\";'),('ar','messages:apihelp-revisiondelete-param-ids','s:52:\"ar:المعرفات للمراجعات لحذفها.\";'),('ar','messages:apihelp-revisiondelete-param-reason','s:45:\"ar:سبب للحذف أو الاسترجاع.\";'),('ar','messages:apihelp-revisiondelete-param-show','s:57:\"ar:ما الذي يجب إظهاره لكل مراجعة.\";'),('ar','messages:apihelp-revisiondelete-param-suppress','s:90:\"ar:سواء إخفاء البيانات من الإداريين وكذلك الآخرين.\";'),('ar','messages:apihelp-revisiondelete-param-tags','s:74:\"ar:وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('ar','messages:apihelp-revisiondelete-param-target','s:93:\"ar:عنوان الصفحة لحذف المراجعة، إذا كان مطلوبا للنوع.\";'),('ar','messages:apihelp-revisiondelete-param-type','s:63:\"ar:نوع حذف المراجعة الذي يتم تنفيذه.\";'),('ar','messages:apihelp-revisiondelete-summary','s:46:\"ar:حذف واسترجاع المراجعات.\";'),('ar','messages:apihelp-rollback-example-simple','s:141:\"ar:استرجاع التعديلات الأخيرة على الصفحة<kbd>Main Page</kbd> بواسطة المستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-rollback-example-summary','s:280:\"ar:استرجاع التعديلات الأخيرة على صفحة <kbd>Main Page</kbd>بواسطة مستخدم الآيبي <kbd>192.0.2.5</kbd> بالملخص <kbd>Reverting vandalism</kbd>، وتعليم تلك التعديلات والاسترجاع كتعديلات بوت.\";'),('ar','messages:apihelp-rollback-extended-description','s:193:\"ar:إذا قام المستخدم الأخير الذي قام بتحرير الصفحة بإجراء تعديلات متعددة في صف، فسوف يتم استرجاعها مرة أخرى.\";'),('ar','messages:apihelp-rollback-param-markbot','s:76:\"ar:تعليم التعديلات المسترجعة كتعديلات بوت.\";'),('ar','messages:apihelp-rollback-param-pageid','s:112:\"ar:معرف الصفحة للصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('ar','messages:apihelp-rollback-param-summary','s:117:\"ar:ملخص تعديل مخصص، إذا كان فارغا، سيتم استخدام الملخص الافتراضي.\";'),('ar','messages:apihelp-rollback-param-tags','s:49:\"ar:وسوم للتطبيق على التراجع.\";'),('ar','messages:apihelp-rollback-param-title','s:101:\"ar:عنوان الصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('ar','messages:apihelp-rollback-param-user','s:73:\"ar:اسم المستخدم الذي سيتم إرجاع تعديلاته.\";'),('ar','messages:apihelp-rollback-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-rollback-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-rollback-summary','s:61:\"ar:التراجع عن آخر تعديل على الصفحة.\";'),('ar','messages:apihelp-rsd-example-simple','s:27:\"ar:تصدير مخطط RSD.\";'),('ar','messages:apihelp-rsd-summary','s:58:\"ar:تصدير مخطط RSD (اكتشاف بسيط حقا).\";'),('ar','messages:apihelp-setnotificationtimestamp-example-all','s:94:\"ar:إعادة تعيين حالة الإشعار لقائمة المراقبة بأكملها.\";'),('ar','messages:apihelp-setnotificationtimestamp-example-allpages','s:101:\"ar:إعادة تعيين حالة الإشعار للصفحات في نطاق <kbd>{{ns:user}}</kbd>.\";'),('ar','messages:apihelp-setnotificationtimestamp-example-page','s:70:\"ar:إعادة ضبط حالة الإخطار لـ<kbd>Main page</kbd>.\";'),('ar','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:168:\"ar:تعيين الطابع الزمني للإشعار للصفحة <kbd>Main page</kbd> حتى لا يتم عرض جميع التعديلات منذ 1 يناير 2012.\";'),('ar','messages:apihelp-setnotificationtimestamp-extended-description','s:248:\"ar:يؤثر هذا على إبراز الصفحات التي تم تغييرها في قائمة المراقبة والتاريخ، وإرسال البريد الإلكتروني عند تمكين التفضيل \"{{int:tog-enotifwatchlistpages}}\".\";'),('ar','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:62:\"ar:العمل على جميع الصفحات المراقبة.\";'),('ar','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:117:\"ar:مراجعة لضبط الطابع الزمني للإشعار الأحدث منها (صفحة واحدة فقط).\";'),('ar','messages:apihelp-setnotificationtimestamp-param-timestamp','s:92:\"ar:الطابع الزمني الذي لتعيين الطابع الزمني للإشعار.\";'),('ar','messages:apihelp-setnotificationtimestamp-param-torevid','s:106:\"ar:مراجعة لضبط الطابع الزمني للإشعار عليها (صفحة واحدة فقط).\";'),('ar','messages:apihelp-setnotificationtimestamp-summary','s:87:\"ar:تحديث الطابع الزمني للإخطار للصفحات المراقبة.\";'),('ar','messages:apihelp-setpagelanguage-example-default','s:108:\"ar:تغيير لغة الصفحة بمعرف 123 إلى لغة محتوى الويكي الافتراضية.\";'),('ar','messages:apihelp-setpagelanguage-example-language','s:69:\"ar:تغيير لغة <kbd>Main Page</kbd> إلى لغة الباسك.\";'),('ar','messages:apihelp-setpagelanguage-extended-description-disabled','s:207:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\n\nتمكين <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]] لاستخدام هذا الإجراء.\";'),('ar','messages:apihelp-setpagelanguage-param-lang','s:176:\"ar:كود اللغة للغة لتغيير الصفحة إليها، استخدم <kbd>default</kbd> لإعادة تعيين الصفحة إلى لغة محتوى الويكي.\";'),('ar','messages:apihelp-setpagelanguage-param-pageid','s:140:\"ar:معرف الصفحة للصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ar','messages:apihelp-setpagelanguage-param-reason','s:25:\"ar:سبب للتغيير.\";'),('ar','messages:apihelp-setpagelanguage-param-tags','s:113:\"ar:تغيير الوسوم لتطبيقها على إدخال السجل الناتج عن هذا الإجراء.\";'),('ar','messages:apihelp-setpagelanguage-param-title','s:130:\"ar:عنوان الصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('ar','messages:apihelp-setpagelanguage-summary','s:30:\"ar:تغيير لغة صفحة.\";'),('ar','messages:apihelp-stashedit-extended-description','s:130:\"ar:يهدف هذا إلى الاستخدام عبر AJAX من نموذج التحرير لتحسين أداء حفظ الصفحة.\";'),('ar','messages:apihelp-stashedit-param-baserevid','s:63:\"ar:معرف المراجعة للمراجعة الأساسية.\";'),('ar','messages:apihelp-stashedit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('ar','messages:apihelp-stashedit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('ar','messages:apihelp-stashedit-param-section','s:102:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد.\";'),('ar','messages:apihelp-stashedit-param-sectiontitle','s:36:\"ar:العنوان لقسم جديد.\";'),('ar','messages:apihelp-stashedit-param-stashedtexthash','s:119:\"ar:رمز رقم محتوى الصفحة من وحدة تخزين سابقة لاستخدامها بدلا من ذلك.\";'),('ar','messages:apihelp-stashedit-param-summary','s:27:\"ar:تغيير الملخص.\";'),('ar','messages:apihelp-stashedit-param-text','s:27:\"ar:محتوى الصفحة.\";'),('ar','messages:apihelp-stashedit-param-title','s:58:\"ar:عنوان الصفحة التي يتم تحريرها.\";'),('ar','messages:apihelp-stashedit-summary','s:86:\"ar:إعداد تحرير في ذاكرة التخزين المؤقت المشتركة.\";'),('ar','messages:apihelp-summary','s:3:\"en:\";'),('ar','messages:apihelp-tag-example-log','s:120:\"ar:إزالة الوسم <kbd>spam</kbd> من معرف إدخال السجل 123 بالسبب <kbd>Wrongly applied</kbd>\";'),('ar','messages:apihelp-tag-example-rev','s:107:\"ar:أضف الوسم <kbd>vandalism</kbd> إلى معرّف المراجعة 123 بدون تحديد سبب\";'),('ar','messages:apihelp-tag-param-add','s:87:\"ar:وسوم للإضافة، يمكن فقط إضافة وسوم محددة يدويا.\";'),('ar','messages:apihelp-tag-param-logid','s:129:\"ar:واحد أو أكثر من معرفات إدخال السجل يمكن من خلاله إضافة أو إزالة الوسم.\";'),('ar','messages:apihelp-tag-param-rcid','s:156:\"ar:واحد أو أكثر من التغييرات الحديثة للمعرفات التي يمكن من خلالها إضافة أو إزالة الوسم.\";'),('ar','messages:apihelp-tag-param-reason','s:25:\"ar:سبب للتغيير.\";'),('ar','messages:apihelp-tag-param-remove','s:140:\"ar:وسوم لإزالتها، لا يمكن إزالة سوى الوسوم المعرفة يدويا أو غير المعرفة تماما.\";'),('ar','messages:apihelp-tag-param-revid','s:109:\"ar:معرف تعديل واحد أو أكثر يمكن من خلاله إضافة أو إزالة الوسم.\";'),('ar','messages:apihelp-tag-param-tags','s:126:\"ar:وسوم لتطبيقها على إدخال السجل الذي سيتم إنشاؤه كنتيجة لهذا الإجراء.\";'),('ar','messages:apihelp-tag-summary','s:128:\"ar:إضافة أو إزالة وسوم التغيير من المراجعات الفردية أو إدخالات السجلات.\";'),('ar','messages:apihelp-unblock-example-id','s:46:\"ar:رفع منع المعرف #<kbd>105</kbd>.\";'),('ar','messages:apihelp-unblock-example-user','s:83:\"ar:رفع منع المستخدم <kbd>Bob</kbd> بالسبب <kbd>Sorry Bob</kbd>.\";'),('ar','messages:apihelp-unblock-param-id','s:212:\"ar:معرف الكتلة المراد إلغاء حظرها (تم الحصول عليها من خلال <kbd>القائمة = الكتل</kbd> ). لا يمكن استخدامها مع <var>مستخدم $1</var> .\";'),('ar','messages:apihelp-unblock-param-reason','s:30:\"ar:سبب لرفع للمنع.\";'),('ar','messages:apihelp-unblock-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل المنع.\";'),('ar','messages:apihelp-unblock-param-user','s:112:\"ar:المستخدم المطلوب إلغاء حظره. لا يمكن استخدامها مع <var>$1 id</var> .\";'),('ar','messages:apihelp-unblock-param-userid','s:78:\"ar:حدد <kbd>مستخدم $1 = # <var>ID</var></kbd> بدلاً من ذلك.\";'),('ar','messages:apihelp-unblock-summary','s:38:\"ar:إلغاء منع المستخدم.\";'),('ar','messages:apihelp-undelete-example-page','s:48:\"ar:استرجاع صفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-undelete-example-revisions','s:67:\"ar:استرجاع مراجعتين لصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-undelete-extended-description','s:357:\"ar:يمكن استرداد قائمة المراجعات المحذوفة (بما في ذلك الطوابع الزمنية) من خلال [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]، ويمكن استرداد قائمة معرفات الملفات المحذوفة من خلال [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ar','messages:apihelp-undelete-param-fileids','s:184:\"ar:الطوابع الزمنية لمراجعات الملف للاسترجاع، إذا كانت كل من <var>$1timestamps</var> فارغة، فستتم استعادتها كلها.\";'),('ar','messages:apihelp-undelete-param-reason','s:29:\"ar:سبب للاسترجاع.\";'),('ar','messages:apihelp-undelete-param-tags','s:85:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('ar','messages:apihelp-undelete-param-timestamps','s:229:\"ar:الطوابع الزمنية للمراجعات لإلغاء الحذف. إذا كانت كل من <var>الطوابع $1</var> <var>$1 والمعرفات $ 1</var> فارغة ، فسيتم إلغاء حذفها جميعًا.\";'),('ar','messages:apihelp-undelete-param-title','s:46:\"ar:عنوان الصفحة للاسترجاع.\";'),('ar','messages:apihelp-undelete-param-undeletetalk','s:127:\"ar:قم بإلغاء حذف جميع المراجعات الخاصة بصفحة الحديث المرتبطة ، إن وجدت.\";'),('ar','messages:apihelp-undelete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-undelete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-undelete-summary','s:56:\"ar:حذف المراجعات من صفحة محذوفة.\";'),('ar','messages:apihelp-unlinkaccount-example-simple','s:134:\"ar:محاولة إزالة رابط المستخدم الحالي للموفر المقترن بـ<kbd>FooAuthenticationRequest</kbd>.\";'),('ar','messages:apihelp-unlinkaccount-summary','s:89:\"ar:إزالة حساب جهة خارجية مرتبط من المستخدم الحالي.\";'),('ar','messages:apihelp-upload-example-filekey','s:69:\"ar:أكمل الرفع الذي أخفق بسبب التحذيرات.\";'),('ar','messages:apihelp-upload-example-url','s:24:\"ar:رفع من مسار.\";'),('ar','messages:apihelp-upload-extended-description','s:679:\"ar:تتوفر عدة طرق: \n* ارفع محتويات الملف مباشرة، باستخدام الوسيط <var>$1file</var>.\n* ارفع الملف على أجزاء باستخدام الوسائط <var>$1filesize</var> و<var>$1chunk</var> و<var>$1offset</var>.\n* اجعل خادم ميدياويكي يقوم بجلب ملف من مسار، باستخدام الوسيط <var>$1url</var>.\n* أكمل عملية رفع سابقة فشلت بسبب التحذيرات، باستخدام الوسيط <var>$1filekey</var>.\nلاحظ أنه يجب إجراء HTTP POST كرفع ملف (أي استخدام <code>multipart/form-data</code>) عند إرسال <var>$1file</var>.\";'),('ar','messages:apihelp-upload-param-async','s:102:\"ar:إجراء عمليات ملف كبيرة محتملة غير متزامنة عند الإمكان.\";'),('ar','messages:apihelp-upload-param-checkstatus','s:74:\"ar:فقط جلب حالة الرفع لمفتاح الملف المحدد.\";'),('ar','messages:apihelp-upload-param-chunk','s:31:\"ar:محتويات القطعة.\";'),('ar','messages:apihelp-upload-param-comment','s:175:\"ar:تحميل تعليق الرفع، يُستخدَم أيضا كنص الصفحة الأولي للملفات الجديدة إذا لم يتم تحديد <var>$1text</var>.\";'),('ar','messages:apihelp-upload-param-file','s:29:\"ar:محتويات الملف.\";'),('ar','messages:apihelp-upload-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('ar','messages:apihelp-upload-param-filename','s:38:\"ar:اسم الملف المستهدف.\";'),('ar','messages:apihelp-upload-param-filesize','s:41:\"ar:حجم ملف الرفع الكامل.\";'),('ar','messages:apihelp-upload-param-ignorewarnings','s:36:\"ar:تجاهل أية تحذيرات.\";'),('ar','messages:apihelp-upload-param-offset','s:42:\"ar:إزاحة القطعة بالبايت.\";'),('ar','messages:apihelp-upload-param-sessionkey','s:96:\"ar:نفس $1filekey، تتم صيانته للتوافق مع الإصدارات السابقة.\";'),('ar','messages:apihelp-upload-param-stash','s:131:\"ar:في حالة التعيين، سيخزن الخادم الملف مؤقتا بدلا من إضافته إلى المستودع.\";'),('ar','messages:apihelp-upload-param-tags','s:115:\"ar:غتيير الوسوم لتطبيقها على إدخال سجل الرفع ومراجعة صفحة الملف.\";'),('ar','messages:apihelp-upload-param-text','s:68:\"ar:النص الأولي للصفحة للملفات الجديدة.\";'),('ar','messages:apihelp-upload-param-url','s:39:\"ar:مسار لجلب الملف منه.\";'),('ar','messages:apihelp-upload-param-watch','s:25:\"ar:راقب الصفحة.\";'),('ar','messages:apihelp-upload-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ar','messages:apihelp-upload-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ar','messages:apihelp-upload-summary','s:85:\"ar:رفع ملف أو الحصول على حالة المرفوعات المعلقة.\";'),('ar','messages:apihelp-userrights-example-expiry','s:118:\"ar:إضافة المستخدم <kbd>SometimeSysop</kbd> إلى مجموعة <kbd>sysop</kbd> لمدة شهر واحد.\";'),('ar','messages:apihelp-userrights-example-user','s:164:\"ar:إضافة المستخدم <kbd>FooBot</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('ar','messages:apihelp-userrights-example-userid','s:176:\"ar:إضافة المستخدم بالمعرف <kbd>123</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('ar','messages:apihelp-userrights-param-add','s:178:\"ar:أضف المستخدم إلى هذه المجموعات، أو إذا كان بالفعل عضوا، قم بتحديث صلاحية عضويته في تلك المجموعة.\";'),('ar','messages:apihelp-userrights-param-expiry','s:611:\"ar:الطوابع الزمنية لانتهاء الصلاحية، قد تكون نسبية (على سبيل المثال <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكافة المجموعات التي تم تمريرها إلى الوسيط <var>$1add</var>، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> لمجموعة مستخدمين لا تنتهي صلاحيتها أبدا.\";'),('ar','messages:apihelp-userrights-param-reason','s:25:\"ar:سبب للتغيير.\";'),('ar','messages:apihelp-userrights-param-remove','s:58:\"ar:أزل المستخدم من هذه المجموعات.\";'),('ar','messages:apihelp-userrights-param-tags','s:106:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل صلاحيات المستخدم.\";'),('ar','messages:apihelp-userrights-param-user','s:20:\"ar:المستخدم.\";'),('ar','messages:apihelp-userrights-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('ar','messages:apihelp-userrights-summary','s:55:\"ar:تغيير عضوية مجموعة المستخدم.\";'),('ar','messages:apihelp-validatepassword-example-1','s:87:\"ar:تحقق من كلمة المرور <kbd>foobar</kbd> للمستخدم الحالي.\";'),('ar','messages:apihelp-validatepassword-example-2','s:106:\"ar:تحقق من كلمة المرور <kbd>qwerty</kbd> لإنشاء المستخدم <kbd>Example</kbd>.\";'),('ar','messages:apihelp-validatepassword-extended-description','s:368:\"ar:يتم الإبلاغ عن الصلاحية كـ<samp>Good</samp> إذا كانت كلمة المرور مقبولة، أو <samp>Change</samp> إذا كان قد يتم استخدام كلمة المرور لتسجيل الدخول ولكن يجب تغييرها، أو <samp>Invalid</samp> إذا كان كلمة المرور غير قابلة للاستخدام.\";'),('ar','messages:apihelp-validatepassword-param-email','s:112:\"ar:عنوان البريد الإلكتروني; للاستخدام عند اختبار إنشاء الحساب.\";'),('ar','messages:apihelp-validatepassword-param-password','s:38:\"ar:كلمة المرور للتحقق.\";'),('ar','messages:apihelp-validatepassword-param-realname','s:93:\"ar:الاسم الحقيقي; للاستخدام عند اختبار إنشاء الحساب.\";'),('ar','messages:apihelp-validatepassword-param-user','s:159:\"ar:اسم المستخدم; للاستخدام عند اختبار إنشاء الحساب، يجب ألا يكون المستخدم المحدد موجودا.\";'),('ar','messages:apihelp-validatepassword-summary','s:95:\"ar:التحقق من صحة كلمة السر ضد سياسات كلمة السر للويكي.\";'),('ar','messages:apihelp-watch-example-generator','s:88:\"ar:راقب الصفحات القليلة الأولى في النطاق الرئيسي.\";'),('ar','messages:apihelp-watch-example-unwatch','s:59:\"ar:ألغِ مراقبة الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-watch-example-watch','s:46:\"ar:راقب الصفحة <kbd>Main Page</kbd>.\";'),('ar','messages:apihelp-watch-example-watch-expiry','s:127:\"ar:شاهد الصفحات <kbd>الصفحة الرئيسة</kbd> و <kbd>Foo</kbd> و <kbd>Bar</kbd> لمدة شهر واحد.\";'),('ar','messages:apihelp-watch-param-expiry','s:197:\"ar:سيتم تطبيق ختم وقت الانتهاء على جميع الصفحات. احذف هذه المعلمة تمامًا لترك أي انتهاء صلاحية حالي دون تغيير.\";'),('ar','messages:apihelp-watch-param-title','s:99:\"ar:الصفحة ل(عدم)مراقبتها، استخدم <var>$1titles</var> بدلا من ذلك.\";'),('ar','messages:apihelp-watch-param-unwatch','s:129:\"ar:إذا تم التعيين فستتم إزالة الصفحة من قائمة المراقبة بدلا من مراقبتها.\";'),('ar','messages:apihelp-watch-summary','s:100:\"ar:إضافة أو إزالة صفحات من قائمة مراقبة المستخدم الحالي.\";'),('ar','messages:apihelp-xml-param-includexmlnamespace','s:57:\"ar:\nإذا تم تحديدها، سيضيف نطاق XML.\";'),('ar','messages:apihelp-xml-param-xslt','s:208:\"ar:إذا تم تحديده، سيضيف الصفحة المسماة كورقة أنماط XSL، يجب أن تكون القيمة عنوانا في نطاق {{ns:MediaWiki}} ينتهي بـ<code>.xsl</code>.\";'),('ar','messages:apihelp-xml-summary','s:48:\"ar:بيانات الإخراج بتنسيق XML.\";'),('ar','messages:apihelp-xmlfm-summary','s:74:\"ar:بيانات الإخراج بتنسيق XML (الطباعة بـHTML).\";'),('ar','messages:apisandbox','s:15:\"ar:ملعب API\";'),('ar','messages:apisandbox-add-multi','s:13:\"ar:إضافة\";'),('ar','messages:apisandbox-alert-field','s:48:\"ar:قيمة هذا الحقل غير صالحة.\";'),('ar','messages:apisandbox-alert-page','s:64:\"ar:هناك حقول غير صالحة في هذه الصفحة.\";'),('ar','messages:apisandbox-continue','s:17:\"ar:استمرار\";'),('ar','messages:apisandbox-continue-clear','s:13:\"ar:إفراغ\";'),('ar','messages:apisandbox-continue-help','s:259:\"ar:{{int:apisandbox-continue}} س [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries يستمر] في الطلب الأخير؛ {{int:apisandbox-continue-clear}} سيفرغ المعاملات المرتبطة بالاستمرار.\";'),('ar','messages:apisandbox-deprecated-parameters','s:28:\"ar:معاملات مهملة\";'),('ar','messages:apisandbox-dynamic-error-exists','s:50:\"ar:يوجد بالفعل معامل باسم \"$1\".\";'),('ar','messages:apisandbox-dynamic-parameters','s:30:\"ar:معاملات إضافية\";'),('ar','messages:apisandbox-dynamic-parameters-add-label','s:25:\"ar:أضف مُعاملا:\";'),('ar','messages:apisandbox-dynamic-parameters-add-placeholder','s:24:\"ar:اسم المعامل\";'),('ar','messages:apisandbox-examples','s:13:\"ar:أمثلة\";'),('ar','messages:apisandbox-fetch-token','s:41:\"ar:املأ التوكين تلقائيا\";'),('ar','messages:apisandbox-helpurls','s:30:\"ar:وصلات المساعدة\";'),('ar','messages:apisandbox-intro','s:673:\"ar:استخدم هذه الصفحة لتجربة <strong>MediaWiki web service API</strong>.\nارجع إلى [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page توثيق الAPI] للمزيد من التفاصيل حول استخدام الAPI. مثال: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query البحث عن عناوين الصفحات المطابقة لكلمة رئيسية معينة]. اختر فعلا لترى المزيد من الأمثلة.\n\nلاحظ أنه، على الرغم من أن هذا ملعب، فالأفعال التي تقوم بها على هذه الصفحة ربما تعدل الويكي.\";'),('ar','messages:apisandbox-jsonly','s:71:\"ar:الجافا سكريبت مطلوبة لاستخدام ملعب API\";'),('ar','messages:apisandbox-load-error','s:79:\"ar:حدث خطأ أثناء تحميل المعلومات لAPI module \"$1\": $2\";'),('ar','messages:apisandbox-loading','s:53:\"ar:تحميل المعلومات لAPI module \"$1\"...\";'),('ar','messages:apisandbox-loading-results','s:36:\"ar:استقبال طلبات API ...\";'),('ar','messages:apisandbox-multivalue-all-namespaces','s:29:\"ar:$1 (كل النطاقات)\";'),('ar','messages:apisandbox-multivalue-all-values','s:23:\"ar:$1 (كل القيم)\";'),('ar','messages:apisandbox-no-parameters','s:52:\"ar:وحدة API هذه ليس بها معاملات.\";'),('ar','messages:apisandbox-param-limit','s:66:\"ar:أدخل <kbd>max</kbd> لاستخدام الحد الأقصى.\";'),('ar','messages:apisandbox-request-format-json-label','s:11:\"ar:جسون\";'),('ar','messages:apisandbox-request-format-php-label','s:19:\"ar:مصفوفة PHP\";'),('ar','messages:apisandbox-request-format-url-label','s:50:\"ar:سلسلة حروف استعلام المسار\";'),('ar','messages:apisandbox-request-json-label','s:19:\"ar:JSON الطلب:\";'),('ar','messages:apisandbox-request-php-label','s:29:\"ar:اطلب مصفوفة PHP:\";'),('ar','messages:apisandbox-request-selectformat-label','s:37:\"ar:عرض بيانات الطلب ك:\";'),('ar','messages:apisandbox-request-time','s:41:\"ar:وقت الطلب: {{PLURAL:$1|$1 ms}}\";'),('ar','messages:apisandbox-request-url-label','s:23:\"ar:مسار الطلب:\";'),('ar','messages:apisandbox-reset','s:13:\"ar:إفراغ\";'),('ar','messages:apisandbox-results','s:17:\"ar:النتائج\";'),('ar','messages:apisandbox-results-error','s:73:\"ar:حدث خطأ أثناء تحميل رد استعدلام الAPI: $1.\";'),('ar','messages:apisandbox-results-fixtoken','s:52:\"ar:رمز الصحيح وإعادة الموافقة\";'),('ar','messages:apisandbox-results-fixtoken-fail','s:32:\"ar:فشل جلب توكين \"$1\"\";'),('ar','messages:apisandbox-results-login-suppressed','s:335:\"ar:هذا الطلب تمت معالجته كمستخدم مسجل الخروج حيث أنه يمكن استخدامه لتجاوز سرية نفس-الأصل للمتصفح. لاحظ أن معالجة توكين ملعب الAPI لا يعمل بشكل جيد مع مثل هذه الطلبات، من فضلك املأها يدويا.\";'),('ar','messages:apisandbox-retry','s:30:\"ar:إعادة المحاولة\";'),('ar','messages:apisandbox-sending-request','s:28:\"ar:إرسال طلب API ...\";'),('ar','messages:apisandbox-submit','s:20:\"ar:عمل الطلب\";'),('ar','messages:apisandbox-submit-invalid-fields-message','s:84:\"ar:برجاء تصحيح الحقل المعلم والمحاولة مرة أخرى.\";'),('ar','messages:apisandbox-submit-invalid-fields-title','s:40:\"ar:بعض الحقول غير صالحة\";'),('ar','messages:apisandbox-summary','s:3:\"en:\";'),('ar','messages:apisandbox-templated-parameter-reason','s:142:\"ar:يتم تقديم [[Special:ApiHelp/main#main/templatedparams|templated parameter]] استنادا إلى {{PLURAL:$1|قيمة|قيم}} $2.\";'),('ar','messages:apiwarn-alldeletedrevisions-performance','s:109:\"ar:للحصول على أداء أفضل عند إنشاء العناوين; اضبط <kbd>$1dir=newer</kbd>.\";'),('ar','messages:apiwarn-badurlparam','s:102:\"ar:تعذر تحليل <var>$1urlparam</var> لـ$2، باستخدام العرض والطول فقط.\";'),('ar','messages:apiwarn-badutf8','s:291:\"ar:تحتوي القيمة التي تم تمريرها لـ<var>$1</var> على بيانات غير صالحة أو غير طبيعية، يجب أن تكون البيانات النصية صالحة، NFC-normalized Unicode بدون أحرف تحكم C0 غير HT (\\t) وLF (\\n) وCR (\\r).\";'),('ar','messages:apiwarn-checktoken-percentencoding','s:133:\"ar:تحقق من أن الرموز مثل \"+\" في الرمز المميز يتم ترميزها بشكل صحيح في المسار.\";'),('ar','messages:apiwarn-compare-no-next','s:144:\"ar:المراجعة $2 هي أحدث مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('ar','messages:apiwarn-compare-no-prev','s:144:\"ar:المراجعة $2 هي أقدم مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('ar','messages:apiwarn-compare-nocontentmodel','s:75:\"ar:لا يمكن تحديد نموذج محتوى، على افتراض $1.\";'),('ar','messages:apiwarn-deprecation-deletedrevs','s:169:\"ar:تم إيقاف <kbd>list=deletedrevs</kbd>; الرجاء استخدام <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> بدلا من ذلك.\";'),('ar','messages:apiwarn-deprecation-httpsexpected','s:49:\"ar:HTTP المستخدمة عند توقع HTTPS.\";'),('ar','messages:apiwarn-deprecation-login-botpw','s:429:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd> وقد يتوقف عن العمل دون سابق إنذار، لمتابعة تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('ar','messages:apiwarn-deprecation-login-nobotpw','s:251:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd>، وقد يتوقف عن العمل دون سابق إنذار، لتسجيل الدخول بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('ar','messages:apiwarn-deprecation-login-token','s:155:\"ar:تم إيقاف عمل رمز مميز عبر <kbd>action=login</kbd> ;استخدم <kbd>action=query&meta=tokens&type=login</kbd> بدلا من ذلك.\";'),('ar','messages:apiwarn-deprecation-missingparam','s:231:\"ar:نظرا لعدم تحديد <var>$1</var>; تم استخدام تنسيق قديم للإخراج، تم إيقاف هذا التنسيق، وسيتم دائما استخدام التنسيق الجديد في المستقبل.\";'),('ar','messages:apiwarn-deprecation-parameter','s:46:\"ar:تم إيقاف الوسيط <var>$1</var>.\";'),('ar','messages:apiwarn-deprecation-parse-headitems','s:264:\"ar:تم إيقاف <kbd>prop=headitems</kbd> منذ ميدياويكي 1.28; استخدم <kbd>prop=headhtml</kbd> عند إنشاء مستندات HTML جديدة، أو <kbd>prop=modules|jsconfigvars</kbd> عند تحديث مستند من جانب العميل.\";'),('ar','messages:apiwarn-deprecation-post-without-content-type','s:120:\"ar:تم تقديم طلب POST بدون عنوان <code>Content-Type</code>، هذا لا يعمل بشكل موثوق.\";'),('ar','messages:apiwarn-deprecation-purge-get','s:109:\"ar:تم إيقاف استخدام <kbd>action=purge</kbd> عبر GET; استخدم POST بدلا من ذلك.\";'),('ar','messages:apiwarn-deprecation-withreplacement','s:97:\"ar:تم إيقاف <kbd>$1</kbd>; الرجاء استخدام <kbd>$2</kbd> بدلا من ذلك.\";'),('ar','messages:apiwarn-difftohidden','s:77:\"ar:لا يمكنك إجراء مقارنة مع r$1: المحتوى مخفي.\";'),('ar','messages:apiwarn-errorprinterfailed','s:67:\"ar:فشل خطأ الطباعة; سوف يعيد دون وسائط.\";'),('ar','messages:apiwarn-ignoring-invalid-templated-value','s:106:\"ar:تجاهل القيمة <kbd>$2</kbd> في <var>$1</var> عند معالجة وسائط القوالب.\";'),('ar','messages:apiwarn-invalidcategory','s:28:\"ar:\"$1\" ليس تصنيفا.\";'),('ar','messages:apiwarn-invalidtitle','s:39:\"ar:\"$1\" ليس عنوانا صالحا.\";'),('ar','messages:apiwarn-invalidxmlstylesheet','s:77:\"ar:ورقة أنماط غير صالحة أو غير موجودة محددة.\";'),('ar','messages:apiwarn-invalidxmlstylesheetext','s:98:\"ar:يجب أن تحتوي ورقة الأنماط على الملحق <code>.xsl</code> extension.\";'),('ar','messages:apiwarn-invalidxmlstylesheetns','s:79:\"ar:يجب أن تكون ورقة الأنماط في نطاق {{ns:MediaWiki}}.\";'),('ar','messages:apiwarn-moduleswithoutvars','s:221:\"ar:تم تعيين الخاصية <kbd>modules</kbd> ولكن ليست <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd>، متغيرات التكوين ضرورية للاستخدام السليم للوحدة.\";'),('ar','messages:apiwarn-notfile','s:24:\"ar:\"$1\" ليس ملفا.\";'),('ar','messages:apiwarn-nothumb-noimagehandler','s:123:\"ar:تعذر إنشاء الصورة المصغرة نظرا لعدم احتواء $1 على معالج صورة مقترن.\";'),('ar','messages:apiwarn-parse-nocontentmodel','s:97:\"ar:لم يتم إعطاء <var>title</var> أو <var>contentmodel</var>، على افتراض $1.\";'),('ar','messages:apiwarn-parse-revidwithouttext','s:200:\"ar:تم استخدام <var>revid</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>oldid</var> بدلا من <var>revid</var>؟\";'),('ar','messages:apiwarn-parse-titlewithouttext','s:199:\"ar:تم استخدام <var>title</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>page</var> بدلا من <var>title</var>؟\";'),('ar','messages:apiwarn-redirectsandrevids','s:162:\"ar:لا يمكن استخدام دقة تحويلة مع الوسيط <var>revids</var>، أية تحويلات لنقطة <var>revids</var> لم يتم حلها.\";'),('ar','messages:apiwarn-tokens-origin','s:108:\"ar:قد لا يتم الحصول على الرموز عند عدم تطبيق السياسة الأصلية.\";'),('ar','messages:apiwarn-truncatedresult','s:105:\"ar:تم اقتطاع هذه النتيجة لأنها قد تكون أكبر من حد الـ$1 بايت.\";'),('ar','messages:apiwarn-unclearnowtimestamp','s:238:\"ar:تم إيقاف تمرير \"$2\" لوسيط الطابع الزمني <var>$1</var>; إذا احتجت لسبب ما إلى تحديد الوقت الحالي دون حسابه من جانب العميل، فاستخدم <kbd>now</kbd>.\";'),('ar','messages:apiwarn-unrecognizedvalues','s:84:\"ar:{{PLURAL:$3|قيمة|قيم}} غير معروفة للوسيط <var>$1</var>: $2.\";'),('ar','messages:apiwarn-unsupportedarray','s:89:\"ar:يستخدم الوسيط <var>$1</var> بنية مصفوفة PHP غير مدعومة.\";'),('ar','messages:apiwarn-urlparamwidth','s:182:\"ar:تجاهل قيمة العرض المحددة في <var>$1urlparam</var> ($2) لصالح قيمة العرض المشتقة من <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ar','messages:apiwarn-validationfailed','s:50:\"ar:خطأ في التحقق من <kbd>$1</kbd>: $2\";'),('ar','messages:apiwarn-validationfailed-badchars','s:163:\"ar:أحرف غير صالحة في المفتاح (مسموح فقط بـ<code>a-z</code> و<code>A-Z</code> و<code>0-9</code> و<code>_</code> و<code>-</code>).\";'),('ar','messages:apiwarn-validationfailed-badpref','s:34:\"ar:ليس تفضيلا صالحا.\";'),('ar','messages:apiwarn-validationfailed-cannotset','s:61:\"ar:لا يمكن ضبطها بواسطة هذه الوحدة.\";'),('ar','messages:apiwarn-validationfailed-keytoolong','s:84:\"ar:المفتاح طويل جدًا (لا يُسمَح بأكثر من $1 بايت).\";'),('ar','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ar','messages:apiwarn-wgdebugapi','s:84:\"ar:<strong>تحذير الأمان:</strong> تم تمكين <var>$wgDebugAPI</var>.\";'),('ar','messages:apr','s:13:\"ar:أبريل\";'),('ar','messages:april','s:13:\"ar:أبريل\";'),('ar','messages:april-gen','s:13:\"ar:أبريل\";'),('ar','messages:article','s:22:\"ar:صفحة محتوى\";'),('ar','messages:articleexists','s:157:\"ar:توجد صفحة بالفعل في [[:$1]] ط، أو اسم الصفحة الذي اخترته غير صالح؛\nالرجاء اختيار اسم آخر.\";'),('ar','messages:aug','s:13:\"ar:أغسطس\";'),('ar','messages:august','s:13:\"ar:أغسطس\";'),('ar','messages:august-gen','s:13:\"ar:أغسطس\";'),('ar','messages:authenticationdatachange-ignored','s:113:\"ar:تغيير بيانات التحقق لم يتم التعامل معه. ربما لم يتم ضبط موفر؟\";'),('ar','messages:authform-newtoken','s:28:\"ar:توكين مفقود. $1\";'),('ar','messages:authform-nosession-login','s:129:\"ar:عملية التحقق كانت ناجحة، لكن متصفحك لا يمكنه \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('ar','messages:authform-nosession-signup','s:123:\"ar:الحساب تم إنشاؤه، لكن متصفحك لا يمكنه cannot \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('ar','messages:authform-notoken','s:24:\"ar:توكين مفقود\";'),('ar','messages:authform-wrongtoken','s:22:\"ar:توكين خاطئ\";'),('ar','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ar','messages:authmanager-authn-autocreate-failed','s:65:\"ar:الإنشاء التلقائي لحساب محلي فشل: $1\";'),('ar','messages:authmanager-authn-no-local-user','s:98:\"ar:الاعتماد الموفر غير مرتبط بأي مستخدم على هذه الويكي.\";'),('ar','messages:authmanager-authn-no-local-user-link','s:319:\"ar:الاعتمادات الموفرة صحيحة لكن غير مرتبطة بأي مستخدم على هذه الويكي. سجل الدخول باستخدام طريقة أخرى، أو أنشئ حسابا جديدا، وستمتلك الاختيار لوصل اعتماداتك السابقة لذلك الحساب.\";'),('ar','messages:authmanager-authn-no-primary','s:67:\"ar:الاعتماد الموفر لم يمكن التحقق منه.\";'),('ar','messages:authmanager-authn-not-in-progress','s:154:\"ar:عملية التحقق ليست جارية أو بينات الجلسة تم فقدها. من فضلك ابدأ مرة ثانية من البداية.\";'),('ar','messages:authmanager-autocreate-exception','s:116:\"ar:إنشاء الحسابات التلقائي تم تعطيله مؤقتا نظرا للأخطاء السابقة.\";'),('ar','messages:authmanager-autocreate-noperm','s:67:\"ar:إنشاء الحساب التلقائي غير مسموح به.\";'),('ar','messages:authmanager-change-not-supported','s:113:\"ar:الاعتمادات الموفرة لم يمكن تغييرها، حيث أن لا شيء سيستخدمها.\";'),('ar','messages:authmanager-create-disabled','s:40:\"ar:إنشاء الحسابات معطل.\";'),('ar','messages:authmanager-create-from-login','s:69:\"ar:لإنشاء حساب، برجاء ملء الحقول أدناه.\";'),('ar','messages:authmanager-create-no-primary','s:98:\"ar:الاعتمادات الموفرة لم يمكن استخدامها لإنشاء الحساب.\";'),('ar','messages:authmanager-create-not-in-progress','s:147:\"ar:إنشاء الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('ar','messages:authmanager-domain-help','s:46:\"ar:النطاق للتوثيق الخارجي.\";'),('ar','messages:authmanager-email-help','s:47:\"ar:عنوان البريد الإلكتروني\";'),('ar','messages:authmanager-email-label','s:36:\"ar:البريد الإلكتروني\";'),('ar','messages:authmanager-link-no-primary','s:90:\"ar:الاعتماد الموفر لم يمكن استخدامه لوصل الحسابات.\";'),('ar','messages:authmanager-link-not-in-progress','s:143:\"ar:وصل الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('ar','messages:authmanager-password-help','s:35:\"ar:كلمة السر للتوثيق\";'),('ar','messages:authmanager-provider-password','s:51:\"ar:توثيق مبني على كلمة المرور\";'),('ar','messages:authmanager-provider-password-domain','s:66:\"ar:توثيق مبني على كلمة المرور والنطاق\";'),('ar','messages:authmanager-provider-temporarypassword','s:27:\"ar:كلمة سر مؤقتة\";'),('ar','messages:authmanager-realname-help','s:45:\"ar:الاسم الحقيقي للمستخدم\";'),('ar','messages:authmanager-realname-label','s:28:\"ar:الاسم الحقيقي\";'),('ar','messages:authmanager-retype-help','s:56:\"ar:كلمة المرور مرة أخرى للتأكيد.\";'),('ar','messages:authmanager-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('ar','messages:authmanager-userlogin-remembermypassword-help','s:114:\"ar:ما إذا كانت كلمة السر ينبغي أن يتم تذكرها لأطول من مدة الجلسة.\";'),('ar','messages:authmanager-username-help','s:42:\"ar:اسم المستخدم للتوثيق.\";'),('ar','messages:authpage-cannot-create','s:68:\"ar:غير قادر على بدء عملية إنشاء الحساب.\";'),('ar','messages:authpage-cannot-create-continue','s:134:\"ar:غير قادر على الاستمرار في إنشاء الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('ar','messages:authpage-cannot-link','s:68:\"ar:غير قادر على بدء عملية وصل الحسابات.\";'),('ar','messages:authpage-cannot-link-continue','s:130:\"ar:غير قادر على الاستمرار في وصل الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('ar','messages:authpage-cannot-login','s:68:\"ar:غير قادر على بدء عملية تسجيل الدخول.\";'),('ar','messages:authpage-cannot-login-continue','s:134:\"ar:غير قادر على الاستمرار في تسجيل الدخول. جلستك على الأرجح انتهت صلاحيتها.\";'),('ar','messages:authprovider-confirmlink-failed','s:58:\"ar:وصل الحساب لم ينجح بشكل كامل: $1\";'),('ar','messages:authprovider-confirmlink-failed-line','s:9:\"ar:$1: $2\";'),('ar','messages:authprovider-confirmlink-message','s:330:\"ar:بناء على محاولات تسجيل الدخول الحديثة الخاصة بك، فالحسابات التالية يمكن وصلها بحساب الويكي الخاص بك. وصلهم يفعل تسجيل الدخول عبر هذه الحسابات. من فضلك اختر أيهم ينبغي أن يتم وصلها.\";'),('ar','messages:authprovider-confirmlink-ok-help','s:65:\"ar:الاستمرار بعد عرض رسائل فشل الوصل.\";'),('ar','messages:authprovider-confirmlink-option','s:10:\"ar:$1 ($2)\";'),('ar','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ar','messages:authprovider-confirmlink-request-label','s:62:\"ar:الحسابات التي ينبغي أن يتم وصلها\";'),('ar','messages:authprovider-confirmlink-success-line','s:41:\"ar:$1: تم الوصل بشكل صحيح.\";'),('ar','messages:authprovider-resetpass-skip-help','s:55:\"ar:تخطي إعادة تعيين كلمة المرور\";'),('ar','messages:authprovider-resetpass-skip-label','s:15:\"ar:تَخطَّ\";'),('ar','messages:autoblockedtext','s:851:\"ar:تم منع عنوان الآيبي الخاص بك تلقائيا لأنه تم استخدامه من قبل مستخدم آخر تم منعه بواسطة $1.\nالسبب المعطى هو <em>$2</em>.\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك الاتصال بـ $1 أو [[{{MediaWiki:Grouppage-sysop}}|إداري]] آخر لمناقشة المنع.\nيمكنك استخدام ميزة \"{{int:emailuser}}\" إذا تم تحديد عنوان بريد إلكتروني صالح في  [[Special:Preferences|تفضيلاتك]] ولم تٌمنَع من استخدامه.\n\nعنوان الآيبي الحالي الخاص بك هو $3، ومعرف المنع هو #$5.\nيُرجًى تضمين جميع التفاصيل أعلاه في أية استفسارات تقوم بها\";'),('ar','messages:autoblocker','s:178:\"ar:تم منعك تلقائيا لأن الأيبي الخاص بك تم استخدامه مؤخرا بواسطة \"[[User:$1|$1]]\".\nالسبب المعطى لمنع $1 هو: \"$2\"\";'),('ar','messages:autoblockid','s:26:\"ar:منع تلقائي #$1\";'),('ar','messages:autoblocklist','s:22:\"ar:منع تلقائي\";'),('ar','messages:autoblocklist-empty','s:53:\"ar:قائمة المنع التلقائي فارغة.\";'),('ar','messages:autoblocklist-legend','s:41:\"ar:قائمة المنع التلقائي\";'),('ar','messages:autoblocklist-localblocks','s:113:\"ar:{{PLURAL:$1|المنع التلقائي المحلي|عمليات المنع التلقائي المحلية}}\";'),('ar','messages:autoblocklist-otherblocks','s:109:\"ar:{{PLURAL:$1|المنع التلقائي الآخر|عمليات المنع التلقائي الأخرى}}\";'),('ar','messages:autoblocklist-submit','s:9:\"ar:بحث\";'),('ar','messages:autoblocklist-total-autoblocks','s:49:\"ar:مجمل الممنوعون تلقائيا: $1\";'),('ar','messages:autochange-username','s:41:\"ar:تغيير آلي لميدياويكي\";'),('ar','messages:autocomment-prefix','s:3:\"en:\";'),('ar','messages:autocreate-edit-warning','s:554:\"ar:<strong>تحذير:</ strong> لم تسجل الدخول. سيُنسب تعديلك إلى <strong> اسم أُنشئ تلقائيًا</ strong> عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. سيكون عنوان الآيبي الخاص بك مرئيًا للمستخدمين الموثوق بهم. في حالة <strong>[تسجيل دخول $1]</strong> أو <strong>[إنشاء حساب $2]</strong>، ستُنسب تعديلاتك إلى الاسم الذي تختاره، إلى جانب المزايا الأخرى.\";'),('ar','messages:autocreate-preview-warning','s:191:\"ar:<em>لم تسجل الدخول. سيُنسب تعديلك إلى اسم أُنشئ تلقائيًا وسيكون عنوان الآيبي الخاص بك مرئيًا لإداريين.</em>\";'),('ar','messages:autoredircomment','s:27:\"ar:تحويل إلى [[$1]]\";'),('ar','messages:autosumm-blank','s:26:\"ar:إفراغ الصفحة\";'),('ar','messages:autosumm-changed-redirect-target','s:59:\"ar:غير هدف التحويلة من [[$1]] إلى [[$2]]\";'),('ar','messages:autosumm-new','s:31:\"ar:أنشأ الصفحة ب\'$1\'\";'),('ar','messages:autosumm-newblank','s:31:\"ar:أنشأ صفحة فارغة\";'),('ar','messages:autosumm-removed-redirect','s:42:\"ar:أزال التحويلة إلى [[$1]]\";'),('ar','messages:autosumm-replace','s:37:\"ar:استبدال الصفحة ب\'$1\'\";'),('ar','messages:backend-fail-alreadyexists','s:43:\"ar:الملف \"$1\" موجود بالفعل.\";'),('ar','messages:backend-fail-backup','s:64:\"ar:لا يمكن صنع نسخة أحتياطية للملف $1.\";'),('ar','messages:backend-fail-batchsize','s:164:\"ar:أعطت خلفية التخزين دفعة $1 ملف {{PLURAL:$1|عملية|عمليات}}; الحد الأقصى هو $2 {{PLURAL:$2|عملية|عمليات}}.\";'),('ar','messages:backend-fail-closetemp','s:39:\"ar:تعذر إغلاق ملف مؤقت.\";'),('ar','messages:backend-fail-connect','s:67:\"ar:تعذر ربط الإتصال بخلفية التخزين \"$1\".\";'),('ar','messages:backend-fail-contenttype','s:93:\"ar:تعذر تحديد نوع محتوى الملف الذي تريد تخزينه في \"$1\".\";'),('ar','messages:backend-fail-copy','s:52:\"ar:لا يمكن نسخ الملف \"$1\" إلى \"$2\".\";'),('ar','messages:backend-fail-create','s:39:\"ar:تعذر كتابة الملف \"$1\".\";'),('ar','messages:backend-fail-delete','s:40:\"ar:لم يمكن حذف الملف \"$1\".\";'),('ar','messages:backend-fail-describe','s:81:\"ar:لا يمكن تغيير بيانات التعريف metadata للملف \"$1\".\";'),('ar','messages:backend-fail-hash','s:66:\"ar:لا يمكن تحديد دالة التشفير لملف \"$1\".\";'),('ar','messages:backend-fail-hashes','s:87:\"ar:لم يمكن الحصول على hashes الملفات من أجل المقارنة\";'),('ar','messages:backend-fail-internal','s:71:\"ar:وقع خطأ غير معروف في خلفية التخزين \"$1\".\";'),('ar','messages:backend-fail-invalidpath','s:56:\"ar:\"$1\" ليس مساراً صالحاً للتخزين.\";'),('ar','messages:backend-fail-maxsize','s:106:\"ar:تعذر كتابة الملف \"$1\" لأنه أكبر من {{PLURAL:$2|بايت واحد|$2 بايت}}.\";'),('ar','messages:backend-fail-move','s:43:\"ar:تعذر نقل ملف \"$1\" إلى \"$2\".\";'),('ar','messages:backend-fail-notexists','s:35:\"ar:الملف $1 غير موجود.\";'),('ar','messages:backend-fail-notsame','s:62:\"ar:يوجد بالفعل ملف غير متطابق في \"$1\".\";'),('ar','messages:backend-fail-opentemp','s:37:\"ar:تعذّر فتح ملف مؤقت.\";'),('ar','messages:backend-fail-read','s:44:\"ar:لا يمكن قراءة الملف \"$1\".\";'),('ar','messages:backend-fail-readonly','s:124:\"ar:خلفية التخزين \"$1\" في وضعية القراءة فقط حاليا. السبب في ذلك هو:\n<em>$2</em>\";'),('ar','messages:backend-fail-sizes','s:74:\"ar:تعذر الحصول على أحجام الملفات للمقارنة\";'),('ar','messages:backend-fail-stat','s:53:\"ar:لا يمكن قراءة حالة الملف \"$1\".\";'),('ar','messages:backend-fail-store','s:54:\"ar:لا يمكن تخزين الملف \"$1\" في \"$2\".\";'),('ar','messages:backend-fail-stream','s:38:\"ar:لا يمكن عرض الملف $1.\";'),('ar','messages:backend-fail-synced','s:104:\"ar:الملف \"$1\" في حالة غير متناسقة ضمن خلفية التخزين الداخلية\";'),('ar','messages:backend-fail-usable','s:134:\"ar:تعذر قراءة أو كتابة الملف \"$1\" لنقص في التراخيص أو فقدان الدلائل/الحاويات.\";'),('ar','messages:backend-fail-writetemp','s:41:\"ar:تعذرت كتابة ملف مؤقت.\";'),('ar','messages:backlinksubtitle','s:9:\"ar:→ $1\";'),('ar','messages:bad-target-model','s:123:\"ar:الوجهة المطلوبة تستخدم نموذج محتوى مختلف. لا يمكن تحويل من $1 إلى $2.\";'),('ar','messages:bad_image_list','s:362:\"ar:الصيغة كالتالي:\n\nفقط عناصر القائمة (السطور التي تبدأ ب *) تؤخذ في الاعتبار.\nيجب أن تكون أول وصلة في السطر وصلة لملف سيىء.\nأي وصلات تالية في السطر نفسه تعتبر استثناءات، أي صفحات قد يكون الملف فيها سطريا.\";'),('ar','messages:badaccess','s:33:\"ar:خطأ في الصلاحيات\";'),('ar','messages:badaccess-group0','s:74:\"ar:غير مصرّح لك بتنفيذ الفعل الذي اعتزمته.\";'),('ar','messages:badaccess-groups','s:182:\"ar:الفعل الذي اعتزمته مقصور على المستخدمين أعضاء {{PLURAL:$2||المجموعة|إحدى المجموعتين|إحدى المجموعات}}: $1.\";'),('ar','messages:badarticleerror','s:73:\"ar:لا يمكن إجراء هذا الفعل على هذه الصفحة.\";'),('ar','messages:badfilename','s:49:\"ar:تم تغيير اسم الملف إلى \"$1\".\";'),('ar','messages:badipaddress','s:38:\"ar:عنوان أيبي غير صحيح\";'),('ar','messages:badretype','s:65:\"ar:كلمات السر التي أدخلتها لا تتطابق.\";'),('ar','messages:badsig','s:67:\"ar:توقيع خام غير صحيح؛ تحقق من وسوم HTML.\";'),('ar','messages:badsightml','s:114:\"ar:يحتوي توقيعك على بنية إتش تي إم إل نحوية غير صالحة أو متقادمة:\";'),('ar','messages:badsiglength','s:99:\"ar:توقيعك طويل جدا.\nيجب أن يكون أقل من $1 {{PLURAL:$1|حرف|حروف}}.\";'),('ar','messages:badsiglinebreak','s:79:\"ar:يجب أن يتكون توقيعك من سطر واحد من نص ويكي.\";'),('ar','messages:badsiglinks','s:257:\"ar:يتعين أن يحتوي توقيعك على وصلة شبكية إلى صفحة مستخدمك أو صفحة نقاشك أو مساهماتك على موقع الويكي هذا. يرجى إضافتها، على سبيل المثال: <code>$1</code>.\";'),('ar','messages:badsigsubst','s:142:\"ar:يحتوي توقيعك على حالات إحلال متداخلة (مثال <code>subst:</code> أو <code><nowiki>~~~~</nowiki></code>).\";'),('ar','messages:badtitle','s:20:\"ar:عنوان سيئ\";'),('ar','messages:badtitletext','s:248:\"ar:عنوان الصفحة المطلوب إما غير صحيح أو فارغ، وربما الرابط بين اللغات أو بين المشاريع خاطئ.\nربما يحوي محارف لا تصلح للاستخدام في العناوين.\";'),('ar','messages:beta-feature-minerva','s:88:\"ar:فعل واجهة المحمول (مينيرفا) على جهاز سطح المكتب\";'),('ar','messages:beta-feature-minerva-description','s:199:\"ar:اجعل المظهر المستخدم على الأجهزة النقالة مظهر سطح المكتب قابلاً للانتقاء من صفحة التفضيلات «{{int:prefs-rendering}}».\";'),('ar','messages:bitrate-bits','s:29:\"ar:$1بيت لكل ثانية\";'),('ar','messages:bitrate-exabits','s:37:\"ar:$1إكسابيت لكل ثانية\";'),('ar','messages:bitrate-gigabits','s:37:\"ar:$1جيجابيت لكل ثانية\";'),('ar','messages:bitrate-kilobits','s:37:\"ar:$1كيلوبيت لكل ثانية\";'),('ar','messages:bitrate-megabits','s:37:\"ar:$1ميجابيت لكل ثانية\";'),('ar','messages:bitrate-petabits','s:37:\"ar:$1بيتابيت لكل ثانية\";'),('ar','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ar','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ar','messages:bitrate-terabits','s:37:\"ar:$1تيرابيت لكل ثانية\";'),('ar','messages:bitrate-yottabits','s:37:\"ar:$1يوتابيت لكل ثانية\";'),('ar','messages:bitrate-zettabits','s:38:\"ar:$1 زيتابيت لكل ثانية\";'),('ar','messages:blankarticle','s:168:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد إنشاءها فارغة. إذا نقرت \"$1\" ثانية فستنشأ الصفحة بدون محتوى.\";'),('ar','messages:blanknamespace','s:15:\"ar:(رئيسي)\";'),('ar','messages:blankpage','s:22:\"ar:صفحة فارغة\";'),('ar','messages:block','s:26:\"ar:منع المستخدم\";'),('ar','messages:block-actions','s:20:\"ar:نوع المنع\";'),('ar','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ar','messages:block-details','s:26:\"ar:تفاصيل المنع\";'),('ar','messages:block-expiry','s:21:\"ar:مدة المنع:\";'),('ar','messages:block-log-flags-angry-autoblock','s:54:\"ar:المنع التلقائي المتقدم مفعل\";'),('ar','messages:block-log-flags-anononly','s:49:\"ar:المستخدمون المجهولون فقط\";'),('ar','messages:block-log-flags-hiddenname','s:35:\"ar:اسم المستخدم مخفي\";'),('ar','messages:block-log-flags-noautoblock','s:39:\"ar:المنع التلقائي معطل\";'),('ar','messages:block-log-flags-nocreate','s:41:\"ar:إنشاء الحسابات ممنوع\";'),('ar','messages:block-log-flags-noemail','s:47:\"ar:البريد الإلكتروني ممنوع\";'),('ar','messages:block-log-flags-nousertalk','s:62:\"ar:لا يمكن تعديل صفحة النقاش الخاصة\";'),('ar','messages:block-options','s:29:\"ar:خيارات إضافية:\";'),('ar','messages:block-reason','s:14:\"ar:السبب:\";'),('ar','messages:block-target','s:119:\"ar:اسم المستخدم أو عنوان بروتوكول الإنترنت خاصته أو نطاق العناوين:\";'),('ar','messages:block-target-placeholder','s:50:\"ar:اسم مستخدم، 1.1.1.42 أو 1.1.1.42/16\";'),('ar','messages:blocked-mailpassword','s:218:\"ar:تم منع عنوان الأيبي الخاص بك من التحرير، ولمنع التخريب لا يمكنك أن تستخدم خاصية استرجاع كلمة السر من عنوان الآي بي هذا.\";'),('ar','messages:blocked-notice-logextract','s:142:\"ar:{{GENDER:$1|هذا المستخدم}} ممنوع حاليا.\nآخر مدخلة في سجل المنع موفرة بالأسفل كمرجع:\";'),('ar','messages:blockednoreason','s:23:\"ar:لا سبب معطى\";'),('ar','messages:blockedtext','s:793:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك.</strong>\n\nقام بالمنع $1.\nالسبب المعطى هو <em>$2</em>.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك الاتصال بـ $1 أو [[{{MediaWiki:Grouppage-sysop}}|إداري]] آخر لمناقشة المنع.\nيمكنك استخدام ميزة «{{int:emailuser}}» إذا تم تحديد عنوان بريد إلكتروني صالح في  [[Special:Preferences|تفضيلاتك]] ولم تمنع من استخدامه.\nعنوان الآيبي الحالي الخاص بك هو $3، ومعرف المنع هو #$5.\nيرجى تضمين جميع التفاصيل أعلاه في أية استفسارات تقوم بها\";'),('ar','messages:blockedtext-composite','s:397:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك.</strong>\n\nالسبب المعطى هو:\n\n:<em>$2</em>.\n\n* بداية المنع: $8\n*  نهاية صلاحية أطول منع: $6\n\n* $5\n\nعنوان الآيبي الحالي الخاص بك هو $3.\nيرجى تضمين جميع التفاصيل أعلاه في أية استفسارات تقوم بها.\";'),('ar','messages:blockedtext-composite-ids','s:145:\"ar:معرفات المنع ذات الصلة: $1 (قد يتم أيضا إدراج عنوان الآيبي الخاص بك في قائمة منع)\";'),('ar','messages:blockedtext-composite-no-ids','s:96:\"ar:يظهر عنوان الآيبي الخاص بك في العديد من قوائم المنع\";'),('ar','messages:blockedtext-composite-reason','s:102:\"ar:هناك عدة عمليات منع ضد حسابك و/أو عنوان الآيبي الخاص بك\";'),('ar','messages:blockedtext-partial','s:582:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك من القيام بذلك, قد تظل قادرا على القيام بأشياء أخرى على هذا الموقع، مثل تحرير صفحات معينة، </strong> يمكنك عرض تفاصيل المنع بالكامل في [[Special:MyContributions|مساهمات الحساب]].\n\nتم المنع بواسطة $1.\n\nالسبب المعطى هو <em>$2</em>.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n* معرف المنع #$5\";'),('ar','messages:blockedtitle','s:30:\"ar:المستخدم ممنوع\";'),('ar','messages:blockip','s:59:\"ar:منع {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:blockipsuccesssub','s:33:\"ar:نجحت عملية المنع\";'),('ar','messages:blockipsuccesstext','s:155:\"ar:[[Special:Contributions/$1|$1]] تم منعه.<br />\nانظر [[Special:BlockList|قائمة منع الأيبي]] لمراجعة حالات المنع.\";'),('ar','messages:blockiptext','s:728:\"ar:استخدم النموذج التالي لمنع مستخدم، أو عنوان أيبي، معين من التعديل أو إنشاء حسابات جديدة.\nتستخدم هذه العملية لمنع التخريب فقط، ويجب أن تتماشى مع [[{{MediaWiki:Policy-url}}|سياسة المنع]].\nأدخل تعليلا واضحا لسبب المنع في الخانة المخصصة لذلك (مثلاً: ذكر صفحات محددة تم تخريبها من قبل المستخدم).\nيمكنك منع نطاقات عناوين IP باستخدام قواعد [https://ar.wikipedia.org/wiki/توجيه_بين_نطاقي_غير_صنفي CIDR]؛ أكبر نطاق مسموح به هو /$1 لIPv4 و /$2 لIPv6.\";'),('ar','messages:blocklink','s:11:\"ar:امنع\";'),('ar','messages:blocklist','s:42:\"ar:المستخدمون الممنوعون\";'),('ar','messages:blocklist-addressblocks','s:45:\"ar:أخف منع عنوان أيبي واحد\";'),('ar','messages:blocklist-autoblocks','s:37:\"ar:أخف المنع التلقائي\";'),('ar','messages:blocklist-by','s:30:\"ar:الإداري المانع\";'),('ar','messages:blocklist-editing','s:17:\"ar:التحرير\";'),('ar','messages:blocklist-editing-action','s:13:\"ar:أفعال\";'),('ar','messages:blocklist-editing-ns','s:19:\"ar:النطاقات\";'),('ar','messages:blocklist-editing-page','s:17:\"ar:الصفحات\";'),('ar','messages:blocklist-editing-sitewide','s:50:\"ar:التحرير (على مستوى الموقع)\";'),('ar','messages:blocklist-expiry','s:18:\"ar:ينتهي في\";'),('ar','messages:blocklist-indefblocks','s:55:\"ar:أخف عمليات المنع غير المحددة\";'),('ar','messages:blocklist-nousertalk','s:62:\"ar:لا يمكنه تعديل صفحة نقاشه الخاصة\";'),('ar','messages:blocklist-params','s:26:\"ar:معطيات المنع\";'),('ar','messages:blocklist-rangeblocks','s:33:\"ar:أخف منع النطاقات\";'),('ar','messages:blocklist-reason','s:13:\"ar:السبب\";'),('ar','messages:blocklist-summary','s:3:\"en:\";'),('ar','messages:blocklist-target','s:13:\"ar:الهدف\";'),('ar','messages:blocklist-tempblocks','s:33:\"ar:أخف المنع المؤقت\";'),('ar','messages:blocklist-timestamp','s:13:\"ar:الزمن\";'),('ar','messages:blocklist-type','s:14:\"ar:النوع:\";'),('ar','messages:blocklist-type-opt-all','s:11:\"ar:الكل\";'),('ar','messages:blocklist-type-opt-partial','s:11:\"ar:جزئي\";'),('ar','messages:blocklist-type-opt-sitewide','s:33:\"ar:على مستوى الموقع\";'),('ar','messages:blocklist-userblocks','s:33:\"ar:أخف منع الحسابات\";'),('ar','messages:blocklog-showlog','s:111:\"ar:سبق منع {{GENDER:$1|هذا المستخدم}}.\nسجل المنع معروض بالأسفل كمرجع:\";'),('ar','messages:blocklog-showsuppresslog','s:114:\"ar:سبق منع وإخفاء هذا المستخدم.\nسجل الإخفاء معروض بالأسفل كمرجع:\";'),('ar','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ar','messages:blocklogpage','s:20:\"ar:سجل المنع\";'),('ar','messages:blocklogtext','s:270:\"ar:هذا سجل بعمليات المنع ورفع المنع.\nعناوين الأيبي الممنوعة تلقائياً غير معروضة.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لرؤية عمليات المنع المفعلة حالياً.\";'),('ar','messages:booksources','s:22:\"ar:مصادر كتاب\";'),('ar','messages:booksources-invalid-isbn','s:122:\"ar:رقم ISBN المعطى لا يبدو صحيحا؛ تحقق من أخطاء النسخ من المصدر الأصلي.\";'),('ar','messages:booksources-isbn','s:12:\"ar:ردمك:\";'),('ar','messages:booksources-search','s:9:\"ar:بحث\";'),('ar','messages:booksources-search-legend','s:40:\"ar:البحث عن مصادر الكتب\";'),('ar','messages:booksources-summary','s:3:\"en:\";'),('ar','messages:booksources-text','s:253:\"ar:توجد أدناه قائمة بوصلات لمواقع أخرى تبيع الكتب الجديدة والمستعملة، أيضا يمكنك أن تحصل على معلومات إضافية عن الكتب التي تبحث عنها من هناك:\";'),('ar','messages:boteditletter','s:5:\"ar:ب\";'),('ar','messages:botpasswords','s:33:\"ar:كلمات مرور البوت\";'),('ar','messages:botpasswords-bad-appid','s:42:\"ar:اسم البوت \"$1\" غير صحيح.\";'),('ar','messages:botpasswords-created-body','s:134:\"ar:كلمة سر البوت للبوت \"$1\" الخاص {{GENDER:$2|بالمستخدم|بالمستخدمة}} \"$2\" تم إنشاؤها.\";'),('ar','messages:botpasswords-created-title','s:39:\"ar:تم إنشاء كلمة سر بوت\";'),('ar','messages:botpasswords-createnew','s:49:\"ar:إنشاء كلمة سر جديدة للبوت\";'),('ar','messages:botpasswords-deleted-body','s:102:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" قد حذفت.\";'),('ar','messages:botpasswords-deleted-title','s:36:\"ar:كلمة سر البوت حذفت\";'),('ar','messages:botpasswords-disabled','s:60:\"ar:كلمات السر الخاصة بالبوت معطلة.\";'),('ar','messages:botpasswords-editexisting','s:51:\"ar:تعديل كلمة سر موجودة للبوت\";'),('ar','messages:botpasswords-existing','s:50:\"ar:كلمات مرور البوت الموجودة\";'),('ar','messages:botpasswords-help-grants','s:241:\"ar:كل منحة تعطي وصولا لصلاحيات المستخدم المعروضة التي يمتلكها حساب المستخدم بالفعل. انظر [[Special:ListGrants|جدول المنح]] للمزيد من المعلومات.\";'),('ar','messages:botpasswords-insert-failed','s:78:\"ar:فشل في إضافة  اسم البوت \"$1\".هل أضيف بالفعل؟\";'),('ar','messages:botpasswords-invalid-name','s:104:\"ar:اسم المستخدم الموفر لا يحتوي على فاصل كلمة سر البوت (\"$1\").\";'),('ar','messages:botpasswords-label-appid','s:21:\"ar:اسم البوت:\";'),('ar','messages:botpasswords-label-cancel','s:9:\"ar:ألغ\";'),('ar','messages:botpasswords-label-create','s:13:\"ar:إنشاء\";'),('ar','messages:botpasswords-label-delete','s:11:\"ar:احذف\";'),('ar','messages:botpasswords-label-grants','s:47:\"ar:المنح التي يمكن تطبيقها:\";'),('ar','messages:botpasswords-label-grants-column','s:17:\"ar:الممنوح\";'),('ar','messages:botpasswords-label-needsreset','s:66:\"ar:(تحتاج كلمة المرور إلى إعادة الضبط)\";'),('ar','messages:botpasswords-label-resetpassword','s:34:\"ar:أعد ضبط كلمة السر\";'),('ar','messages:botpasswords-label-update','s:13:\"ar:تحديث\";'),('ar','messages:botpasswords-locked','s:100:\"ar:لا يمكنك تسجيل الدخول بكلمة مرور بوت حيث تم منع حسابك.\";'),('ar','messages:botpasswords-needs-reset','s:127:\"ar:يجب إعادة تعيين كلمة سر البوت لاسم بوت \"$2\" {{GENDER:$1|المستخدم|المستخدم}}\".\";'),('ar','messages:botpasswords-newpassword','s:448:\"ar:كلمة السر الجديدة لتسجيل الدخول ب <strong>$1</strong> هي <strong>$2</strong>. <em>من فضلك سجل هذه كمرجع في المستقبل .</em><br> (للبوتات القديمة التي تتطلب أن يكون اسم تسجيل الدخول مثل اسم المستخدم النهائي، يمكنك أيضا استخدام <strong>$3</strong> كاسم مستخدم و <strong>$4</strong> ككلمة سر.)\";'),('ar','messages:botpasswords-no-central-id','s:145:\"ar:لاستخدام كلمة السر الخاصة بالبوت، يجب أن تقوم بتسجيل الدخول من خلال حساب موحد.\";'),('ar','messages:botpasswords-no-provider','s:47:\"ar:BotPasswordsSessionProvider غير متاح.\";'),('ar','messages:botpasswords-not-exist','s:80:\"ar:المستخدم \"$1\" لا يمتلك كلمة سر بوت بالاسم \"$2\".\";'),('ar','messages:botpasswords-restriction-failed','s:66:\"ar:قيود كلمة سر البوت تمنع هذا الولوج.\";'),('ar','messages:botpasswords-summary','s:580:\"ar:<em>كلمات سر البوت</em> تسمح بالوصول لحساب مستخدم من خلال API بدون استخدام اعتمادات تسجيل الدخول الرئيسية للحساب. صلاحيات المستخدم المتوفرة عند تسجيل الدخول باستخدام كلمة سر بوت ربما تكون مقيدة.\n\nإن لم تكن تعلم لماذا تريد فعل هذا، فينبغي عليك على الأرجح ألا تفعله. لا ينبغي أن يسألك أحد أبدًا أن تولد واحدة من هذه وتعطيها له.\";'),('ar','messages:botpasswords-toolong-grants','s:82:\"ar:لقد جرى تحديد عدد كبير جدًا من تصاريح المنح.\";'),('ar','messages:botpasswords-toolong-restrictions','s:102:\"ar:هناك عدد كبير من الإدخالات لعناوين الأي بي أو النطاقات\";'),('ar','messages:botpasswords-update-failed','s:77:\"ar:فشل في تحديث كلمة سر البوت \"$1\". هل تم حذفه؟\";'),('ar','messages:botpasswords-updated-body','s:108:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" تم تحديثها.\";'),('ar','messages:botpasswords-updated-title','s:43:\"ar:تم تحديث كلمة سر البوت\";'),('ar','messages:brackets','s:7:\"ar:[$1]\";'),('ar','messages:brackets-end','s:4:\"ar:]\";'),('ar','messages:brackets-start','s:4:\"ar:[\";'),('ar','messages:broken-file-category','s:57:\"ar:صفحات تحوي وصلات ملفات معطوبة\";'),('ar','messages:broken-file-category-desc','s:150:\"ar:يضاف التصنيف إذا كانت الصفحة تحتوي وصلة معطوبة (وصلة لتضمين ملف والملف غير موجود)\";'),('ar','messages:brokenredirects','s:30:\"ar:تحويلات مكسورة\";'),('ar','messages:brokenredirects-delete','s:9:\"ar:حذف\";'),('ar','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ar','messages:brokenredirects-edit','s:9:\"ar:عدل\";'),('ar','messages:brokenredirects-summary','s:3:\"en:\";'),('ar','messages:brokenredirectstext','s:77:\"ar:التحويلات التالية تصل لصفحات غير موجودة:\";'),('ar','messages:bydate','s:24:\"ar:حسب التاريخ\";'),('ar','messages:cachedspecial-viewing-cached-ttl','s:105:\"ar:أنت تستعرض نسخة مخبأة من هذه الصفحة، وقدمها قد يصل إلى $1.\";'),('ar','messages:cactions','s:15:\"ar:المزيد\";'),('ar','messages:cancel','s:9:\"ar:ألغ\";'),('ar','messages:cannotauth-not-allowed','s:69:\"ar:أنت غير مسموح لك باستخدام هذه الصفحة\";'),('ar','messages:cannotauth-not-allowed-title','s:24:\"ar:الإذن مرفوض\";'),('ar','messages:cannotchangeemail','s:123:\"ar:تغيير عنوان البريد الإلكتروني لهذا الحساب غير ممكن على هذا الويكي\";'),('ar','messages:cannotcreateaccount-text','s:89:\"ar:إنشاء الحسابات المباشر غير مفعل على هذه الويكي.\";'),('ar','messages:cannotcreateaccount-title','s:44:\"ar:لا يمكن إنشاء الحسابات\";'),('ar','messages:cannotdelete','s:103:\"ar:تعذّر حذف الصفحة أو الملف \"$1\".\nربما حذفها شخص آخر بالفعل.\";'),('ar','messages:cannotdelete-title','s:38:\"ar:تعذّر حذف الصفحة \"$1\"\";'),('ar','messages:cannotlink-no-provider','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('ar','messages:cannotlink-no-provider-title','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('ar','messages:cannotlogin-text','s:43:\"ar:تسجيل الدخول غير ممكن.\";'),('ar','messages:cannotlogin-title','s:40:\"ar:لا يمكن تسجيل الدخول\";'),('ar','messages:cannotloginnow-text','s:66:\"ar:لا يمكن تسجيل الدخول عند استخدام $1.\";'),('ar','messages:cannotloginnow-title','s:49:\"ar:لا يمكن تسجيل الدخول الآن\";'),('ar','messages:cannotlogoutnow-text','s:65:\"ar:لا يمكن تسجيل الخروج عند استخدام $1\";'),('ar','messages:cannotlogoutnow-title','s:49:\"ar:لا يمكن تسجيل الخروج الآن\";'),('ar','messages:cannotmove','s:101:\"ar:تعذر نقل الصفحة; {{PLURAL:$1|للسبب التالي|للأسباب التالية}}:\";'),('ar','messages:cannotundelete','s:62:\"ar:بعض أو كل عملية الاسترجاع فشلت:\n$1\";'),('ar','messages:cannotunlink-no-provider','s:74:\"ar:لا توجد حسابات مرتبطة يمكن إلغاء ربطها.\";'),('ar','messages:cannotunlink-no-provider-title','s:66:\"ar:لا توجد حسابات مرتبطة لإلغاء الربط\";'),('ar','messages:cant-block-nonexistent-page','s:86:\"ar:لا يمكنك منع مستخدم من $1 لأن الصفحة غير موجودة\";'),('ar','messages:cant-move-category-page','s:74:\"ar:أنت لا تمتلك صلاحية نقل صفحات التصانيف.\";'),('ar','messages:cant-move-subpages','s:82:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات الفرعية.\";'),('ar','messages:cant-move-to-category-page','s:82:\"ar:أنت لا تمتلك صلاحية نقل صفحة إلى صفحة تصنيف.\";'),('ar','messages:cant-move-to-user-page','s:143:\"ar:أنت لا تمتلك الصلاحية لنقل صفحة إلى صفحة مستخدم (ماعدا إلى صفحة مستخدم فرعية).\";'),('ar','messages:cant-move-user-page','s:97:\"ar:أنت لا تمتلك الصلاحية لنقل صفحات المستخدم الرئيسية.\";'),('ar','messages:cant-see-hidden-user','s:223:\"ar:المستخدم الذي تحاول منعه تم منعه سابقاً وإخفاؤه. بما أنك لا تمتلك صلاحية إخفاء المستخدم، لا يمكنك مشاهدة المنع أو تعديله.\";'),('ar','messages:cantmove-titleprotected','s:138:\"ar:لا يمكنك نقل صفحة إلى هذا الموقع، لأن العنوان الجديد تمت حمايته ضد الإنشاء\";'),('ar','messages:cantrollback','s:119:\"ar:لم يمكن استرجاع التعديل.\nآخر مساهم هو المؤلف الوحيد لهذه الصفحة.\";'),('ar','messages:cascadeprotected','s:413:\"ar:حُميت  هذه الصَّفحة ولا يمكن تعديلها لأنها جزءٌ مُدمجٌ في {{PLURAL:$1||الصفحة التالية، والتي تستعمل|الصفحتين التاليتين، واللتين تستعملان|الصَّفحات التَّالية، والَّتي تستعمل}} خاصية \"حماية الصفحات المُدمَجة\" {{PLURAL:$1||بها|بهما|بها}}:$2\";'),('ar','messages:cascadeprotectedwarning','s:502:\"ar:<strong>تحذير:</strong> تمت حماية هذه الصفحة بحيث يستطيع المستخدمون [[Special:ListGroupRights|ذوو صلاحيات محددة]] فقط تعديلها، وذلك لأنها مدمجة في {{PLURAL:$1||الصفحة التالية والتي تمت حمايتها|الصفحتين التاليتين واللتين تمت حمايتها|الصفحات التالية والتي تمت حمايتها}} بخاصية \"حماية الصفحات المدمجة\":\";'),('ar','messages:categories','s:17:\"ar:تصنيفات\";'),('ar','messages:categories-submit','s:11:\"ar:أظهر\";'),('ar','messages:categories-summary','s:3:\"en:\";'),('ar','messages:categoriesfrom','s:49:\"ar:اعرض التصنيفات ابتداء من:\";'),('ar','messages:categoriespagetext','s:255:\"ar:{{PLURAL:$1|التصنيف التالي|التصنيفات التالية}} موجودة في الويكي، وقد تكون مستخدمة أو غير مستخدمة،\nانظر أيضا [[Special:WantedCategories|التصنيفات المطلوبة]].\";'),('ar','messages:category-article-count','s:282:\"ar:{{PLURAL:$2|لا صفحات بهذا التصنيف سوى التالية.|{{PLURAL:$1||الصفحة التالية مصنّفة|الصفحتان التاليتان مصنّفتان|الصفحات $1 التالية مصنّفة}} بهذا التصنيف، من إجمالي $2.}}\";'),('ar','messages:category-article-count-limited','s:152:\"ar:{{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|الصفحات $1 التالية}} مصنّفة بهذا التصنيف.\";'),('ar','messages:category-empty','s:102:\"ar:<em>هذا التصنيف لا يحتوي حالياً على أي صفحات أو ملفات.</em>\";'),('ar','messages:category-file-count','s:239:\"ar:{{PLURAL:$2||هذا التصنيف يحتوي الملف التالي فقط.|{{PLURAL:$1||الملف التالي|الملفان التاليان|الملفات ال$1 التالية}} في هذا التصنيف من إجمالي $2.}}\";'),('ar','messages:category-file-count-limited','s:169:\"ar:{{PLURAL:$1|الملف التالي مصنّف|الملفان التاليان مصنّفان|الملفات $1 التالية مصنّفة}} بهذا التصنيف.\";'),('ar','messages:category-header-numerals','s:10:\"ar:$1–$2\";'),('ar','messages:category-media-header','s:47:\"ar:ملفات وسائط في تصنيف «$1»\";'),('ar','messages:category-move-redirect-override','s:4:\"en:-\";'),('ar','messages:category-subcat-count','s:243:\"ar:{{PLURAL:$2|هذا التصنيف يحوي التصنيف الفرعي التالي|هذا التصنيف يحوي {{PLURAL:$1||التصنيف الفرعي|تصنيفين فرعيين|$1 تصنيفات فرعية}}، من إجمالي $2.}}\";'),('ar','messages:category-subcat-count-limited','s:196:\"ar:هذا التصنيف يحوي {{PLURAL:$1||التصنيف الفرعي التالي|التصنيفين الفرعيين التاليين|التصنيفات الفرعية $1  التالية}}.\";'),('ar','messages:category_header','s:31:\"ar:صفحات تصنيف «$1»\";'),('ar','messages:categorypage','s:35:\"ar:طالع صفحة التصنيف\";'),('ar','messages:categoryviewer-pagedlinks','s:12:\"ar:($1) ($2)\";'),('ar','messages:change-blocklink','s:24:\"ar:تغيير المنع\";'),('ar','messages:changeblockip','s:24:\"ar:تغيير المنع\";'),('ar','messages:changecontentmodel','s:50:\"ar:تغيير نموذج المحتوى لصفحة\";'),('ar','messages:changecontentmodel-cannot-convert','s:77:\"ar:المحتوى على [[:$1]] لا يمكن تحويله لنوع من $2.\";'),('ar','messages:changecontentmodel-current-label','s:42:\"ar:نموذج المحتوى الحالي:\";'),('ar','messages:changecontentmodel-emptymodels-text','s:73:\"ar:المحتوى على[[:$1]] لا يمكن تغييره لأي نوع.\";'),('ar','messages:changecontentmodel-emptymodels-title','s:46:\"ar:لا موديلات محتوى متوفرة\";'),('ar','messages:changecontentmodel-legend','s:35:\"ar:غير نموذج المحتوى\";'),('ar','messages:changecontentmodel-model-label','s:34:\"ar:نموذج محتوى جديد:\";'),('ar','messages:changecontentmodel-nodirectediting','s:75:\"ar:نموذج المحتوى $1 لا يدعم التعديل المباشر\";'),('ar','messages:changecontentmodel-reason-label','s:14:\"ar:السبب:\";'),('ar','messages:changecontentmodel-submit','s:13:\"ar:تغيير\";'),('ar','messages:changecontentmodel-success-text','s:53:\"ar:نوع المحتوى ل[[:$1]] تم تغييره.\";'),('ar','messages:changecontentmodel-success-title','s:46:\"ar:نموذج المحتوى تم تغييره\";'),('ar','messages:changecontentmodel-title-label','s:27:\"ar:عنوان الصفحة:\";'),('ar','messages:changecredentials','s:30:\"ar:تغيير الاعتماد\";'),('ar','messages:changecredentials-invalidsubpage','s:42:\"ar:$1 ليس نوع اعتماد صحيح.\";'),('ar','messages:changecredentials-submit','s:30:\"ar:تغيير الاعتماد\";'),('ar','messages:changecredentials-success','s:42:\"ar:اعتماداتك تم تغييرها.\";'),('ar','messages:changed','s:11:\"ar:غيرت\";'),('ar','messages:changeemail','s:74:\"ar:تغيير أو إزالة عنوان البريد الإلكتروني\";'),('ar','messages:changeemail-header','s:345:\"ar:أكمل هذه الاستمارة لتغيير عنوان البريد الإلكتروني الخاص بك. إذا كنت ترغب في إزالة أي عنوان بريد إلكتروني مقترن مع حسابك، اترك حقل عنوان البريد الإلكتروني الجديد فارغا عند تقديم الاستمارة.\";'),('ar','messages:changeemail-maxlength','s:92:\"ar:ينبغي ألا يتجاوز عنوان بريدك الإلكتروني 255 حرفًا.\";'),('ar','messages:changeemail-newemail','s:61:\"ar:عنوان البريد الإلكتروني الجديد:\";'),('ar','messages:changeemail-newemail-help','s:361:\"ar:هذا الحقل يجب أن يترك فارغا لو كنت تريد إزالة عنوان البريد الإلكتروني الخاص بك. لو أزيل عنوان البريد الإلكتروني لن تكون قادرا على إعادة ضبط كلمة سر ضائعة ولن تتلقى رسائل بريد إلكتروني من هذه الويكي.\";'),('ar','messages:changeemail-no-info','s:87:\"ar:يجب تسجيل الدخول للوصول إلى هذه الصفحة مباشرة.\";'),('ar','messages:changeemail-nochange','s:59:\"ar:رجاءً أدخل كلمة سر جديد مختلفة.\";'),('ar','messages:changeemail-none','s:16:\"ar:(لا شيء)\";'),('ar','messages:changeemail-oldemail','s:61:\"ar:عنوان البريد الإلكتروني الحالي:\";'),('ar','messages:changeemail-password','s:48:\"ar:كلمة سر {{SITENAME}} الخاصة بك:\";'),('ar','messages:changeemail-submit','s:45:\"ar:غيّر البريد الإلكتروني\";'),('ar','messages:changeemail-summary','s:3:\"en:\";'),('ar','messages:changeemail-throttled','s:129:\"ar:أنت قمت بمحاولات تسجيل دخول كثيرة.\nمن فضلك انتظر $1 قبل المحاولة ثانية.\";'),('ar','messages:changepassword','s:27:\"ar:غير كلمة السر\";'),('ar','messages:changepassword-success','s:41:\"ar:تم تغيير كلمة المرور!\";'),('ar','messages:changepassword-summary','s:3:\"en:\";'),('ar','messages:changepassword-throttled','s:133:\"ar:لديك محاولات تسجيل دخول كثيرة حديثة. من فضلك انتظر $1 قبل المحاولة ثانية.\";'),('ar','messages:changeslist-nocomment','s:27:\"ar:لا ملخص تعديل\";'),('ar','messages:checkbox-all','s:11:\"ar:الكل\";'),('ar','messages:checkbox-invert','s:11:\"ar:اعكس\";'),('ar','messages:checkbox-none','s:14:\"ar:لا شيء\";'),('ar','messages:checkbox-select','s:15:\"ar:اختر: $1\";'),('ar','messages:clearyourcache','s:685:\"ar:<strong>ملاحظة:</strong> بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.\n* <strong>فايرفوكس / سافاري:</strong> أمسك <em>Shift</em> أثناء ضغط <em>Reload</em>، أو اضغط على إما <em>Ctrl-F5</em> أو <em>Ctrl-R</em> (<em>⌘-R</em> على ماك)\n* <strong>جوجل كروم:</strong> اضغط <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> على ماك)\n* <strong>إنترنت إكسبلورر/إيدج:</strong> أمسك <em>Ctrl</em> أثناء ضغط <em>Refresh</em>، أو اضغط <em>Ctrl-F5</em>\n* <strong>أوبرا:</strong> اضغط <em>Ctrl-F5</em>.\";'),('ar','messages:collapsible-collapse','s:9:\"ar:أخف\";'),('ar','messages:collapsible-expand','s:11:\"ar:أظهر\";'),('ar','messages:colon-separator','s:9:\"ar::&#32;\";'),('ar','messages:comma-separator','s:10:\"ar:،&#32;\";'),('ar','messages:common.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */\";'),('ar','messages:common.js','s:128:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها لكل المستخدمين مع كل تحميل للصفحة. */\";'),('ar','messages:common.json','s:116:\"ar:/* سيتم تحميل أي جسون هنا لجميع المستخدمين في كل تحميل للصفحة. */\";'),('ar','messages:compare-page1','s:13:\"ar:صفحة 1\";'),('ar','messages:compare-page2','s:13:\"ar:صفحة 2\";'),('ar','messages:compare-rev1','s:13:\"ar:نسخة 1\";'),('ar','messages:compare-rev2','s:13:\"ar:نسخة 2\";'),('ar','messages:compare-revision-not-exists','s:62:\"ar:المراجعة التي حددتها غير موجودة.\";'),('ar','messages:compare-submit','s:11:\"ar:قارن\";'),('ar','messages:comparepages','s:22:\"ar:قارن صفحات\";'),('ar','messages:comparepages-summary','s:3:\"en:\";'),('ar','messages:compareselectedversions','s:56:\"ar:قارن بين النسختين المختارتين\";'),('ar','messages:config-invalid-key','s:70:\"ar:معلمة تكوين ميدياويكي غير صالحة \"$1\": $2\";'),('ar','messages:config-missing-key','s:61:\"ar:معلمة تكوين ميدياويكي مفقودة \"$1\"\";'),('ar','messages:confirm','s:9:\"ar:أكد\";'),('ar','messages:confirm-markpatrolled-button','s:13:\"ar:موافق\";'),('ar','messages:confirm-markpatrolled-top','s:61:\"ar:علم على المراجعة $3 من $2 كمراجعة؟\";'),('ar','messages:confirm-mcrrestore-title','s:30:\"ar:استرجاع مراجعة\";'),('ar','messages:confirm-mcrundo-title','s:31:\"ar:الرجوع عن تغيير\";'),('ar','messages:confirm-purge-bottom','s:111:\"ar:إفراغ مختزن الصفحة يمحو المختزن ويجبر أحدث نسخة على الظهور.\";'),('ar','messages:confirm-purge-title','s:40:\"ar:محو مختزن هذه الصفحة\";'),('ar','messages:confirm-purge-top','s:42:\"ar:محو مختزن هذه الصفحة؟\";'),('ar','messages:confirm-rollback-bottom','s:108:\"ar:هذا الإجراء سيسترجع فورا التغييرات المحددة في هذه الصفحة.\";'),('ar','messages:confirm-rollback-button','s:13:\"ar:موافق\";'),('ar','messages:confirm-rollback-top','s:60:\"ar:استرجاع التعديلات لهذه الصفحة؟\";'),('ar','messages:confirm-unwatch-button','s:13:\"ar:موافق\";'),('ar','messages:confirm-unwatch-top','s:66:\"ar:إزالة هذه الصفحة من قائمة مراقبتك؟\";'),('ar','messages:confirm-watch-button','s:13:\"ar:موافق\";'),('ar','messages:confirm-watch-button-expiry','s:11:\"ar:راقب\";'),('ar','messages:confirm-watch-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('ar','messages:confirm-watch-top','s:68:\"ar:إضافة هذه الصفحة إلى قائمة مراقبتك؟\";'),('ar','messages:confirm_purge_button','s:13:\"ar:موافق\";'),('ar','messages:confirmable-confirm','s:41:\"ar:أأنت متأكد{{GENDER:$1||ة}}؟\";'),('ar','messages:confirmable-no','s:7:\"ar:لا\";'),('ar','messages:confirmable-yes','s:9:\"ar:نعم\";'),('ar','messages:confirmdeletetext','s:294:\"ar:أنت على وشك أن تقوم بحذف صفحة بالإضافة إلى كل تاريخها.\nمن فضلك التأكد من عزمك على الحذف، وبأنك مدرك للعواقب، وبأنك تقوم بهذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('ar','messages:confirmedittext','s:215:\"ar:يجب عليك تأكيد بريدك الإلكتروني قبل تعديل الصفحات.\nمن فضلك اكتب وأكد بريدك الإلكتروني من خلال [[Special:Preferences|تفضيلاتك]].\";'),('ar','messages:confirmemail','s:58:\"ar:تأكيد عنوان البريد الإلكتروني\";'),('ar','messages:confirmemail_body','s:586:\"ar:شخص ما، من المحتمل أن يكون أنت، من عنوان الأيبي $1،\nسجل حسابا \"$2\" بعنوان البريد الإلكتروني هذا في {{SITENAME}}.\n\nلتأكيد أن هذا الحساب ينتمي إليك فعلا وتفعيل خواص البريد الإلكتروني في {{SITENAME}}، افتح هذه الوصلة في متصفحك :\n\n$3\n\nلو كنت *لم* تسجل الحساب، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد الإلكتروني\n:\n\n$5\n\nكود التفعيل هذا سينتهي في $4.\";'),('ar','messages:confirmemail_body_changed','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتفعيل خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('ar','messages:confirmemail_body_set','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتنشيط خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('ar','messages:confirmemail_invalid','s:82:\"ar:كود تأكيد غير صحيح.\nربما انتهت فترة صلاحيته.\";'),('ar','messages:confirmemail_invalidated','s:76:\"ar:تأكيد عنوان البريد الإلكتروني تم إلغاؤه\";'),('ar','messages:confirmemail_loggedin','s:62:\"ar:بريدك الإلكتروني تم تأكيده الآن.\";'),('ar','messages:confirmemail_needlogin','s:67:\"ar:يجب عليك $1 لتأكيد بريدك الإلكتروني.\";'),('ar','messages:confirmemail_noemail','s:120:\"ar:ليس لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]].\";'),('ar','messages:confirmemail_oncreate','s:288:\"ar:تم إرسال كود تأكيد إلى عنوان بريدك الإلكتروني.\nالكود غير مطلوب للدخول، ولكن يجب إدخاله قبل استخدامك أيًّا من خواص البريد الإلكتروني المستخدمة هنا في الويكي.\";'),('ar','messages:confirmemail_pending','s:238:\"ar:تم إرسال كود التأكيد إلى بريدك الإلكتروني مؤخراً؛\nإذا كنت قد أنشأت حسابك للتو، من الأفضل أن تنتظر بضع دقائق قبل أن تطلب كوداً آخر.\";'),('ar','messages:confirmemail_send','s:29:\"ar:أرسل كود تأكيد\";'),('ar','messages:confirmemail_sendfailed','s:234:\"ar:لم يتمكن {{SITENAME}} من إرسال رسالة التأكيد إليك.\nمن فضلك تأكد من عنوان بريدك الإلكتروني بحثاً عن حروف غير صحيحة.\n\nأرجع خادم البريد: $1\";'),('ar','messages:confirmemail_sent','s:61:\"ar:تم إرسال رسالة التأكيد، شكرا لك.\";'),('ar','messages:confirmemail_subject','s:55:\"ar:رسالة تأكيد البريد من {{SITENAME}}\";'),('ar','messages:confirmemail_success','s:137:\"ar:تم تأكيد بريدك الإلكتروني.\nيمكنك الآن [[Special:UserLogin|الدخول]] والتمتع بالويكي.\";'),('ar','messages:confirmemail_text','s:419:\"ar:{{SITENAME}} يجب تأكيد عنوانك الإلكتروني قبل استخدام خصائص البريد الإلكتروني.\nاضغط على زر التفعيل بالأسفل ليتم إرسال رسالة تأكيد إلى عنوانك.\nستتضمن الرسالة رمز تفعيل؛\nاضغط على الوصلة التي تحتوي الرمز لتأكيد أن عنوانك الإلكتروني صحيح.\";'),('ar','messages:confirmleave-warning','s:108:\"ar:قد تتسبب مغادرة هذه الصفحة في فقد أي تغييرات قمت بإجرائها.\";'),('ar','messages:confirmrecreate','s:305:\"ar:{{GENDER:$1|حذف المستخدم|حذفت المستخدمة}} [[User:$1|$1]] ([[User talk:$1|نقاش]]) هذه الصفحة بعد أن بدأت أنت بتحريرها للسبب التالي:\n: <em>$2</em>\nالرجاء التأكد من أنك تريد إعادة إنشاء هذه الصفحة.\";'),('ar','messages:confirmrecreate-noreason','s:267:\"ar:{{GENDER:$1|حذف المستخدم|حذفت المستخدمة}} [[User:$1|$1]] ([[User talk:$1|نقاش]]) هذه الصفحة بعد أن بدأت أنت بتحريرها. الرجاء التأكد من أنك تريد إعادة إنشاء هذه الصفحة.\";'),('ar','messages:content-failed-to-parse','s:62:\"ar:فشل في تحليل $2 محتوى لـ $1 نموذج: $3\";'),('ar','messages:content-json-empty-array','s:26:\"ar:مصفوفة فارغة\";'),('ar','messages:content-json-empty-object','s:20:\"ar:كائن فارغ\";'),('ar','messages:content-model-css','s:17:\"ar:سي إس إس\";'),('ar','messages:content-model-javascript','s:21:\"ar:جافاسكربت\";'),('ar','messages:content-model-json','s:11:\"ar:جسون\";'),('ar','messages:content-model-text','s:16:\"ar:نص عادي\";'),('ar','messages:content-model-wikitext','s:16:\"ar:نص ويكي\";'),('ar','messages:content-not-allowed-here','s:81:\"ar:لا يسمح بمحتوى \"$1\" على صفحة [[:$2]] في الفتحة \"$3\"\";'),('ar','messages:contentmodelediterror','s:214:\"ar:أنت لا يمكنك تعديل هذه المراجعة لأن موديل محتواها هو  <code>$1</code>، والذي يختلف عن موديل المحتوى الحالي للصفحة  <code>$2</code>.\";'),('ar','messages:continue-editing','s:39:\"ar:اذهب لصندوق التحرير\";'),('ar','messages:contribslink','s:17:\"ar:مساهمات\";'),('ar','messages:contribsub2','s:26:\"ar:ل{{GENDER:$3|$1}} ($2)\";'),('ar','messages:contributions','s:34:\"ar:مساهمات المستخدم\";'),('ar','messages:contributions-subtitle','s:23:\"ar:لـ{{GENDER:$3|$1}}\";'),('ar','messages:contributions-summary','s:3:\"en:\";'),('ar','messages:contributions-title','s:37:\"ar:مساهمات المستخدم $1\";'),('ar','messages:contributions-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('ar','messages:converter-manual-rule-error','s:82:\"ar:خطأ تم اكتشافه في قاعدة تحويل اللغة اليدوية\";'),('ar','messages:copyright','s:72:\"ar:المحتوى منشور وفق $1 إن لم يرد خلاف ذلك.\";'),('ar','messages:copyrightpage','s:54:\"ar:{{ns:project}}:حقوق التأليف والنشر\";'),('ar','messages:copyrightwarning','s:601:\"ar:من فضلك لاحظ أن جميع المساهمات ل{{SITENAME}} خاضعة وصادرة تحت ترخيص $2 (انظر $1 للمزيد من التفاصيل).\nإذا لم ترد أن تخضع كتابتك للتعديل والتوزيع الحر، لا تضعها هنا<br />.\nكما أنك تتعهد بأنك قمت بكتابة ما هو موجود بنفسك، أو قمت بنسخها من مصدر يخضع ضمن الملكية العامة، أو مصدر حر آخر.\n<strong>لا ترسل أي عمل ذي حقوق محفوظة بدون الإذن من صاحب الحق!</strong>\";'),('ar','messages:copyrightwarning2','s:562:\"ar:من فضلك لاحظ أن جميع المساهمات في {{SITENAME}} يمكن أن تعدل أو تتغير أو تزال من قبل المساهمين الآخرين.\nإذا لم تكن ترغب أن تعدل مشاركاتك بهذا الشكل، لا تضعها هنا.<br />\nأنت تقر أيضا أنك كتبت هذا بنفسك، أو نسخته من مصدر يخضع للملكية العامة، أو مصدر حر آخر (انظر $1 للتفاصيل).\n<strong>لا تضف أي عمل ذي حقوق محفوظة بدون تصريح!</strong>\";'),('ar','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ar','messages:copyuploaddisabled','s:37:\"ar:الرفع من مسار معطل.\";'),('ar','messages:create','s:11:\"ar:أنشئ\";'),('ar','messages:create-local','s:29:\"ar:أضف وصفا محليا\";'),('ar','messages:createaccount','s:24:\"ar:أنشئ حسابًا\";'),('ar','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ar','messages:createaccount-text','s:351:\"ar:شخص ما أنشأ حسابا لعنوان بريدك الإلكتروني في {{SITENAME}} ($4) بالاسم \"$2\"، كلمة السر \"$3\".\nينبغي عليك تسجيل الدخول وتغيير كلمة السر الخاصة بك الآن.\n\nيمكنك تجاهل هذه الرسالة، لو تم إنشاء هذا الحساب بالخطأ.\";'),('ar','messages:createaccount-title','s:40:\"ar:إنشاء حساب في {{SITENAME}}\";'),('ar','messages:createaccountblock','s:42:\"ar:إنشاء الحسابات ممنوع.\";'),('ar','messages:createaccounterror','s:52:\"ar:تعذر إنشاء حساب المستخدم: $1\";'),('ar','messages:createaccountmail','s:146:\"ar:استخدم كلمة سر عشوائية مؤقتة وارسلها إلى عنوان البريد الإلكتروني المحدد أدناه\";'),('ar','messages:createaccountmail-help','s:112:\"ar:يمكن استخدامه لإنشاء حساب لشخص آخر من دون معرفة كلمة المرور.\";'),('ar','messages:createacct-another-continue-submit','s:39:\"ar:مواصلة إنشاء الحساب\";'),('ar','messages:createacct-another-email-ph','s:56:\"ar:أدخل عنوان البريد الإلكتروني\";'),('ar','messages:createacct-another-realname-tip','s:137:\"ar:الاسم الحقيقي اختياري.\nإذا اخترت توفيره فسيستخدم لنسبة عمل المستخدم إليه.\";'),('ar','messages:createacct-another-submit','s:24:\"ar:أنشئ حسابًا\";'),('ar','messages:createacct-another-username-ph','s:35:\"ar:أدخل اسم المستخدم\";'),('ar','messages:createacct-benefit-body1','s:44:\"ar:{{PLURAL:$1|تحريرا|تحريرات}}\";'),('ar','messages:createacct-benefit-body2','s:27:\"ar:{{PLURAL:$1|مقالة}}\";'),('ar','messages:createacct-benefit-body3','s:49:\"ar:آخر {{PLURAL:$1|مساهم|مساهمين}}\";'),('ar','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ar','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ar','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ar','messages:createacct-benefit-heading','s:63:\"ar:{{SITENAME}} موقع يساهم فيه أشخاص مثلك.\";'),('ar','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ar','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ar','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ar','messages:createacct-continue-submit','s:39:\"ar:مواصلة إنشاء الحساب\";'),('ar','messages:createacct-email-ph','s:54:\"ar:أدخل عنوان بريدك الإلكتروني\";'),('ar','messages:createacct-emailoptional','s:53:\"ar:البريد الإلكتروني (اختياري)\";'),('ar','messages:createacct-emailrequired','s:47:\"ar:عنوان البريد الإلكتروني\";'),('ar','messages:createacct-error','s:34:\"ar:خطأ في إنشاء حساب\";'),('ar','messages:createacct-helpusername','s:3:\"en:\";'),('ar','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ar','messages:createacct-loginerror','s:197:\"ar:الحساب تم إنشاؤه تلقائيا لكن لم يمكن تسجيل دخولك تلقائيا. من فضلك اذهب إلى [[Special:UserLogin|تسجيل الدخول اليدوي]].\";'),('ar','messages:createacct-normalization','s:102:\"ar:سيتم تعديل اسم المستخدم الخاص بك إلى \"$2\" بسبب قيود فنية.\";'),('ar','messages:createacct-realname','s:45:\"ar:الاسم الحقيقي (اختياري)\";'),('ar','messages:createacct-reason','s:40:\"ar:السبب (مسجل بشكل عام)\";'),('ar','messages:createacct-reason-confirm','s:190:\"ar:السبب الذي قمت بإدخاله هو بريدٌ إلكتروني. إذا كان الإدخال صحيحًا، يرجى النقر فوق \"إنشاء حساب\" مرةً أخرى.\";'),('ar','messages:createacct-reason-help','s:62:\"ar:رسالة تظهر في سجل إنشاء الحسابات\";'),('ar','messages:createacct-reason-ph','s:51:\"ar:لماذا تقوم بإنشاء حساب آخر\";'),('ar','messages:createacct-submit','s:24:\"ar:افتح الحساب\";'),('ar','messages:createacct-temp-warning','s:117:\"ar:التعديلات التي تجريها بحسابك المؤقت لن تُنقل إلى حسابك الدائم.\";'),('ar','messages:createacct-username-help','s:3:\"en:\";'),('ar','messages:createacct-useuniquepass','s:116:\"ar:ننصحك أن تستخدم كلمة سر فريدة لا تستخدمها على أي موقع شبكي آخر.\";'),('ar','messages:createacct-yourpassword-ph','s:29:\"ar:أدخل كلمة السر\";'),('ar','messages:createacct-yourpasswordagain','s:27:\"ar:أكد كلمة السر\";'),('ar','messages:createacct-yourpasswordagain-ph','s:49:\"ar:أدخل كلمة المرور مرة أخرى\";'),('ar','messages:created','s:13:\"ar:أنشئت\";'),('ar','messages:creating','s:20:\"ar:إنشاء «$1»\";'),('ar','messages:credentialsform-account','s:23:\"ar:اسم الحساب:\";'),('ar','messages:credentialsform-provider','s:31:\"ar:نوع الاعتمادات:\";'),('ar','messages:creditspage','s:28:\"ar:إشادات الصفحة\";'),('ar','messages:cur','s:15:\"ar:الحالي\";'),('ar','messages:currentevents','s:32:\"ar:الأحداث الجارية\";'),('ar','messages:currentevents-url','s:40:\"ar:Project:الأحداث الجارية\";'),('ar','messages:currentrev','s:34:\"ar:المراجعة الحالية\";'),('ar','messages:currentrev-asof','s:50:\"ar:المراجعة الحالية بتاريخ $1\";'),('ar','messages:currentrevisionlink','s:34:\"ar:المراجعة الحالية\";'),('ar','messages:customcssprotected','s:163:\"ar:أنت لا تمتلك السماح لتعديل صفحة الCSS هذه، لأنها تحتوي على الإعدادات الشخصية لمستخدم آخر.\";'),('ar','messages:customjsonprotected','s:145:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه لأنها تحتوي على إعدادات شخصية لمستخدم آخر.\";'),('ar','messages:customjsprotected','s:180:\"ar:أنت لا تمتلك السماح لتعديل صفحة الجافاسكريبت هذه، لأنها تحتوي على الإعدادات الشخصية لمستخدم آخر.\";'),('ar','messages:databaseerror','s:42:\"ar:خطأ في قاعدة البيانات\";'),('ar','messages:databaseerror-error','s:13:\"ar:خطأ: $1\";'),('ar','messages:databaseerror-function','s:15:\"ar:دالة: $1\";'),('ar','messages:databaseerror-query','s:21:\"ar:استعلام: $1\";'),('ar','messages:databaseerror-text','s:123:\"ar:حدث خطأ في إستعلام قاعدة البيانات. قد يشير هذا إلى خطأ في البرنامج.\";'),('ar','messages:databaseerror-textcl','s:65:\"ar:حدث خطأ في إستعلام قاعدة البيانات.\";'),('ar','messages:databaselocked','s:55:\"ar:قاعدة البيانات مقفلة بالفعل.\";'),('ar','messages:databasenotlocked','s:51:\"ar:قاعدة البيانات ليست مغلقة.\";'),('ar','messages:date','s:32:\"ar:من تاريخ (وأقدم):\";'),('ar','messages:date-range-from','s:19:\"ar:من تاريخ:\";'),('ar','messages:date-range-to','s:21:\"ar:حتى تاريخ:\";'),('ar','messages:datedefault','s:18:\"ar:لا تفضيل\";'),('ar','messages:days','s:80:\"ar:{{PLURAL:$1||يوم واحد|يومين|$1 أيام|$1 يومًا|$1 يوم}}\";'),('ar','messages:days-abbrev','s:7:\"ar:$1ي\";'),('ar','messages:dberr-again','s:73:\"ar:جرب الانتظار بضع دقائق وإعادة التحميل.\";'),('ar','messages:dberr-info','s:70:\"ar:(لا يمكن الوصول إلى قاعدة البيانات: $1)\";'),('ar','messages:dberr-info-hidden','s:63:\"ar:(لا يمكن الاتصال بقاعدة البيانات)\";'),('ar','messages:dberr-problems','s:73:\"ar:عذرا! هذا الموقع يعاني من صعوبات تقنية.\";'),('ar','messages:deadendpages','s:37:\"ar:صفحات نهاية مسدودة\";'),('ar','messages:deadendpages-summary','s:3:\"en:\";'),('ar','messages:deadendpagestext','s:90:\"ar:الصفحات التالية لا تصل إلى صفحات أخرى في {{SITENAME}}.\";'),('ar','messages:dec','s:15:\"ar:ديسمبر\";'),('ar','messages:december','s:15:\"ar:ديسمبر\";'),('ar','messages:december-gen','s:15:\"ar:ديسمبر\";'),('ar','messages:default','s:17:\"ar:افتراضي\";'),('ar','messages:default-skin-not-found','s:2220:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code dir=\"ltr\">$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nعملية تنصيبك يبدو أنها تحتوي على {{PLURAL:$4|الواجهة|الواجهات}} التالية. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيف تفعل  {{PLURAL:$4|ها|هم وتختار الافتراضي}}.\n\n$2\n\n; لو أنك قمت بتنصيب ميدياويكي حالا:\n: أنت ربما قمت بالتنصيب من git, أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. حاول تنصيب بعض الواجهات من [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل:\n:* تحميل [https://www.mediawiki.org/wiki/Download tarball installer]، والذي يأتي مع واجهات وامتدادات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> مباشرة منه.\n:* تحميل ال  واجهات الtarballs الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتعارض مع مستودع git الخاص بك لو أنك مطور ميدياويكي.\n\n; لو أنك قمت بترقية ميدياويكي حالا:\n: MediaWiki 1.24 وأحدث لم يعد يقوم بتفعيل الواجهات المنصبة تلقائيا (انظر [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). أنت يمكنك نسخ {{PLURAL:$5|السطر التالي|السطور التالية}} إلى <code>LocalSettings.php</code> لتفعيل {{PLURAL:$5||كل}}  {{PLURAL:$5|الواجهة|الواجهات}} المنصبة:\n\n<pre dir=\"ltr\">$3</pre>\n\n; لو أنك قمت بتعديل <code>LocalSettings.php</code> حالا:\n: فتحقق مجددا من أسماء الواجهات للأخطاء الإملائية.\";'),('ar','messages:default-skin-not-found-no-skins','s:1555:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code>$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nأنت ليس لديك أي واجهات منصبة.\n\n; لو أنك قد قمت بتنصيب أو ترقية ميدياويكي حالا:\n: أنت على الأرجح قد قمت بالتنصيب من git، أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. MediaWiki 1.24 وأحدث لا يحتوي على أي واجهات في المستودع الرئيسي. حاول تنصيب بعض الواجهات من  [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل [https://www.mediawiki.org/wiki/Download tarball installer], والذي يأتي مع واجهات وامتداات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> منه.\n:* تحميل tarballs الواجهات الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتداخل مع مستودع git الخاص بك لو أنك مطور ميدياويكي. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيفية تفعيل الواجهات واختيار الافتراضي.\";'),('ar','messages:default-skin-not-found-row-disabled','s:55:\"ar:* <code>$1</code> / $2 (<strong>ملغاة</strong>)\";'),('ar','messages:default-skin-not-found-row-enabled','s:36:\"ar:* <code>$1</code> / $2 (مفعل)\";'),('ar','messages:defaultmessagetext','s:41:\"ar:نص الرسالة الافتراضي\";'),('ar','messages:defemailsubject','s:53:\"ar:رسالة {{SITENAME}} من المستخدم \"$1\"\";'),('ar','messages:deflate-invaliddeflate','s:73:\"ar:المحتوى المقدم لا يتم تفريغه بشكل صحيح\";'),('ar','messages:delete','s:9:\"ar:حذف\";'),('ar','messages:delete-confirm','s:14:\"ar:حذف \"$1\"\";'),('ar','messages:delete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('ar','messages:delete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('ar','messages:delete-error-associated-alreadytalk','s:74:\"ar:لا يُمكن حذف النقاش المرتبط بصفحة نقاش.\";'),('ar','messages:delete-error-associated-doesnotexist','s:77:\"ar:لا يُمكن حذف صفحة نقاش مرتبطة غير موجودة.\";'),('ar','messages:delete-hook-aborted','s:65:\"ar:أجهض خطّاف الحذف.\nلم يقدم أي توضيح.\";'),('ar','messages:delete-legend','s:9:\"ar:حذف\";'),('ar','messages:delete-scheduled','s:91:\"ar:تمت جدولة الصفحة \"$1\" للحذف،\nيُرجَى التحلي بالصبر.\";'),('ar','messages:delete-talk-summary-prefix','s:70:\"ar:حُذفت مع صفحة النقاش المرتبطة بسبب: $1\";'),('ar','messages:delete-toobig','s:273:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقُيّد محذف مثل هذه الصفحات لمنع الاضطراب المفاجئة في {{SITENAME}}.\";'),('ar','messages:delete-toomanyrevisions','s:257:\"ar:أنت تحاول حذف أكثر من {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} في المرة الواحدة. قُيد مثل هذه العملية لمنع الانقطاع العرضي لـ{{SITENAME}}.\";'),('ar','messages:delete-warning-toobig','s:296:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقد يؤدي حذفها إلى اضطراب عمليات قاعدة البيانات في {{SITENAME}}؛\nاستمر مع الحذر.\";'),('ar','messages:delete_and_move_confirm','s:33:\"ar:نعم، احذف الصفحة\";'),('ar','messages:delete_and_move_reason','s:55:\"ar:حُذِفت لإفساح مجال لنقل \"[[$1]]\"\";'),('ar','messages:delete_and_move_text','s:127:\"ar:الصفحة الهدف \"[[:$1]]\" موجودة بالفعل.\nهل تريد حذفها لإفساح المجال للنقل؟\";'),('ar','messages:delete_redirect_and_move_text','s:170:\"ar:الصفحة المستهدفة \"[[:$1]]\" قائمة بالفعل بصفة إعادة توجيه.\nهل ترغب في حذفها كي تفسح المجال للنقل؟\";'),('ar','messages:deletecomment','s:14:\"ar:السبب:\";'),('ar','messages:deleted-page-and-talkpage','s:88:\"ar:حُذفت \"$1\" و \"$2\".\nطالع $3 لسجل عمليات الحذف الأخيرة.\";'),('ar','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ar','messages:deletedcontributions','s:51:\"ar:مساهمات المستخدم المحذوفة\";'),('ar','messages:deletedcontributions-summary','s:3:\"en:\";'),('ar','messages:deletedcontributions-title','s:56:\"ar:مساهمات المستخدم المحذوفة ل$1\";'),('ar','messages:deletedhist','s:32:\"ar:التاريخ المحذوف\";'),('ar','messages:deletedrevision','s:44:\"ar:حذف المراجعة القديمة $1\";'),('ar','messages:deletedtext','s:113:\"ar:حُذفت «$1». انظر $2 للاطلاع على سجل عمليات الحذف الأكثر حداثةً.\";'),('ar','messages:deletedwhileediting','s:113:\"ar:<strong>تحذير:</strong> هذه الصفحة تم حذفها بعد أن بدأت أنت بتعديلها!\";'),('ar','messages:deleteotherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('ar','messages:deletepage','s:20:\"ar:احذف صفحة\";'),('ar','messages:deletepage-deletetalk','s:50:\"ar:احذف صفحة النقاش المرتبطة\";'),('ar','messages:deletepage-submit','s:22:\"ar:حذف الصفحة\";'),('ar','messages:deletepage-summary','s:3:\"en:\";'),('ar','messages:deleteprotected','s:68:\"ar:لا يمكنك حذف هذه الصفحة لأنها محمية.\";'),('ar','messages:deletereason-dropdown','s:167:\"ar:*أسباب الحذف الشائعة\n** سخام\n** تخريب\n** خرق لحقوق التأليف والنشر\n** طلب المؤلف\n** تحويلة مكسورة\";'),('ar','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ar','messages:deletereasonotherlist','s:16:\"ar:سبب آخر\";'),('ar','messages:deleting-backlinks-warning','s:177:\"ar:<strong>تحذير:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|صفحات أخرى]] تصل إلى أو تضمن الصفحة التي أنت على وشك حذفها.\";'),('ar','messages:deleting-subpages-warning','s:238:\"ar:<strong>تحذير:</strong> الصفحة التي على وشك أن تحذفها لديها [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|صفحة فرعية|$1 صفحات فرعية|51=أكثر من 50 صفحة فرعية}}]].\";'),('ar','messages:deleting-talkpage-subpages-warning','s:243:\"ar:<strong>تحذير:</ strong> تحتوي صفحة الحديث المرتبطة بالصفحة التي أنت على وشك حذفهاعلى [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ar','messages:deletionlog','s:20:\"ar:سجل الحذف\";'),('ar','messages:dellogpage','s:20:\"ar:سجل الحذف\";'),('ar','messages:dellogpagetext','s:64:\"ar:بالأسفل قائمة بأحدث عمليات الحذف.\";'),('ar','messages:destfilename','s:38:\"ar:اسم الملف المستهدف:\";'),('ar','messages:diff','s:9:\"ar:فرق\";'),('ar','messages:diff-empty','s:16:\"ar:(لا فرق)\";'),('ar','messages:diff-form','s:11:\"ar:فروق\";'),('ar','messages:diff-form-error-revid','s:54:\"ar:إدخال معرف المراجعة الرقمية\";'),('ar','messages:diff-form-oldid','s:52:\"ar:معرف مراجعة قديمة (اختياري)\";'),('ar','messages:diff-form-other-revid','s:28:\"ar:معرف المراجعة\";'),('ar','messages:diff-form-revid','s:35:\"ar:معرف مراجعة الفرق\";'),('ar','messages:diff-form-submit','s:24:\"ar:أظهر الفروق\";'),('ar','messages:diff-form-summary','s:3:\"en:\";'),('ar','messages:diff-multi-manyusers','s:413:\"ar:({{PLURAL:$1||مراجعة واحدة متوسطة غير معروضة أجراها|مراجعتان متوسطتان غير معروضتان أجراهما|$1 مراجعات متوسطة غير معروضة أجراها|$1 مراجعة متوسطة غير معروضة أجراها}} أكثر من {{PLURAL:$2||مستخدم واحد|مستخدمين|$2 مستخدمين|$2 مستخدمًا|$2 مستخدم}}.)\";'),('ar','messages:diff-multi-otherusers','s:417:\"ar:({{PLURAL:$1|لا مراجعات|مراجعة متوسطة واحدة|مراجعتان متوسطتان|$1 مراجعات متوسطة|$1 مراجعة متوسطة}} بواسطة {{PLURAL:$2|ولا مستخدم|مستخدم واحد آخر|مستخدمين اثنين آخرين|$2 مستخدمين|$2 مستخدماً|$2 مستخدم}} غير {{PLURAL:$1|معروضة|معروضة|معروضتين|معروضة}})\";'),('ar','messages:diff-multi-sameuser','s:296:\"ar:({{PLURAL:$1|لا مراجعات متوسطة|مراجعة متوسطة واحدة|مراجعتان متوسطتان|$1 مراجعات متوسطة|$1 مراجعة متوسطة}} بواسطة نفس المستخدم غير {{PLURAL:$1|معروضة|معروضة|معروضتين|معروضة}})\";'),('ar','messages:diff-paragraph-moved-tonew','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع الجديد.\";'),('ar','messages:diff-paragraph-moved-toold','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع القديم.\";'),('ar','messages:difference-missing-revision','s:362:\"ar:{{PLURAL:$2|مراجعة واحدة|$2 مراجعات}} لهذا الفرق ($1) {{PLURAL:$2|لم|لم}} يتم إيجادها.\n\nهذا يحدث عادة عن طريق اتباع وصلة فرق قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ar','messages:difference-multipage','s:39:\"ar:(الفرق بين الصفحتين)\";'),('ar','messages:difference-title','s:60:\"ar:الفرق بين المراجعتين لصفحة: «$1»\";'),('ar','messages:difference-title-multipage','s:54:\"ar:الفرق بين الصفحتين: «$1» و«$2»\";'),('ar','messages:directorycreateerror','s:43:\"ar:تعذّر إنشاء الدليل \"$1\".\";'),('ar','messages:directoryreadonlyerror','s:45:\"ar:المجلد «$1» للقراءة فقط.\";'),('ar','messages:disabledspecialpage-disabled','s:71:\"ar:تم تعطيل هذه الصفحة من قبل إداري نظام.\";'),('ar','messages:disclaimerpage','s:43:\"ar:Project:إخلاء مسؤولية عام\";'),('ar','messages:disclaimers','s:28:\"ar:إخلاء مسؤولية\";'),('ar','messages:djvu_page_error','s:38:\"ar:صفحة DjVu خارج النطاق\";'),('ar','messages:double-redirect-fixed-maintenance','s:105:\"ar:تصحيح تلقائي لتحويلة مزدوجة من [[$1]] إلى [[$2]] في مهمة صيانة\";'),('ar','messages:double-redirect-fixed-move','s:93:\"ar:نُقلت [[$1]].\nحُدّثت تلقائيا وهي الآن تحويلة إلى [[$2]].\";'),('ar','messages:double-redirect-fixer','s:26:\"ar:مصلح التحويل\";'),('ar','messages:doubleredirects','s:30:\"ar:تحويلات مزدوجة\";'),('ar','messages:doubleredirects-summary','s:3:\"en:\";'),('ar','messages:doubleredirectstext','s:456:\"ar:هذه الصفحة تعرض الصفحات التي تحول إلى صفحات تحويل أخرى.\nكل سطر يحتوي على وصلات للتحويلة الأولى والثانية وهدف التحويلة الثانية، والذي عادة ما يشير إلى صفحة الهدف \"الحقيقية\"، التي من المفترض أن تحول إليها التحويلة الأولى.\nالمدخلات <del>المشطوبة</del> صححت.\";'),('ar','messages:download','s:13:\"ar:تنزيل\";'),('ar','messages:duplicate-args-category','s:63:\"ar:صفحات تستعمل قالبا ببيانات مكررة\";'),('ar','messages:duplicate-args-category-desc','s:211:\"ar:تحوي هذه الصفحة استدعاءات قالب تستخدم متغيرات مزدوجة مثل <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> أو <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ar','messages:duplicate-args-warning','s:154:\"ar:<strong>تنبيه:</strong> المدخل \"$3\" ل[[:$1]] المستعمل في [[:$2]] مكرر. آخر قيمة مكرر منه هي المعتمدة.\";'),('ar','messages:duplicate-defaultsort','s:158:\"ar:<strong>تحذير:</strong> مفتاح الترتيب الافتراضي \"$2\" يتجاوز مفتاح الترتيب الافتراضي السابق \"$1\".\";'),('ar','messages:duplicate-displaytitle','s:114:\"ar:<strong>تحذير:</strong> أعرض عنوان \"$2\" تجاهل العنوان المعروض سابقا \"$1\".\";'),('ar','messages:duplicatesoffile','s:182:\"ar:{{PLURAL:$1|الملف التالي مكرر|ال$1 ملف التالي مكررات}} لهذا الملف\n([[Special:FileDuplicateSearch/$2|المزيد من التفاصيل]]):\";'),('ar','messages:duration-centuries','s:80:\"ar:{{PLURAL:$1||قرن واحد|قرنان|$1 قرون|$1 قرنًا|$1 قرن}}\";'),('ar','messages:duration-days','s:80:\"ar:{{PLURAL:$1||يوم واحد|يومان|$1 أيام|$1 يومًا|$1 يوم}}\";'),('ar','messages:duration-decades','s:80:\"ar:{{PLURAL:$1||عقد واحد|عقدان|$1 عقود|$1 عقدًا|$1 عقد}}\";'),('ar','messages:duration-hours','s:78:\"ar:({{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}})\";'),('ar','messages:duration-millennia','s:84:\"ar:{{PLURAL:$1||ألفية واحدة|ألفيتان|$1 ألفيات|$1 ألفية}}\";'),('ar','messages:duration-minutes','s:104:\"ar:{{PLURAL:$1|أقل من دقيقة|دقيقة واحدة|دقيقتان|$1 دقائق|$1 دقيقة}}\";'),('ar','messages:duration-seconds','s:104:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوانٍ|$1 ثانية}}\";'),('ar','messages:duration-weeks','s:100:\"ar:{{PLURAL:$1||أسبوع واحد|أسبوعان|$1 أسابيع|$1 أسبوعًا|$1 أسبوع}}\";'),('ar','messages:duration-years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتان|$1 سنين|$1 سنة}}\";'),('ar','messages:eauthentsent','s:303:\"ar:تم إرسال رسالة تأكيد إلكترونية إلى العنوان المسمى.\nقبل إرسال أي رسالة أخرى لذلك الحساب، عليك أن تتبع التعليمات الواردة في الرسالة، لتأكيد أن هذا الحساب هو لك بالفعل.\";'),('ar','messages:edit','s:9:\"ar:عدل\";'),('ar','messages:edit-already-exists','s:80:\"ar:لم يمكن إنشاء صفحة جديدة.\nهي موجودة بالفعل.\";'),('ar','messages:edit-conflict','s:27:\"ar:تضارب تحريري.\";'),('ar','messages:edit-gone-missing','s:74:\"ar:لم يمكن تحديث الصفحة.\nيبدو أنه تم حذفها.\";'),('ar','messages:edit-hook-aborted','s:84:\"ar:التعديل تم تركه بواسطة الخطاف.\nلم يعط تفسيرا.\";'),('ar','messages:edit-local','s:33:\"ar:عدل الوصف المحلي\";'),('ar','messages:edit-no-change','s:84:\"ar:تعديلك تم تجاهله، لأنه لم يحدث أي تعديل للنص.\";'),('ar','messages:edit-slots-cannot-add','s:91:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية غير مدعومة هنا: $2.\";'),('ar','messages:edit-slots-cannot-remove','s:108:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مطلوبة ولا يمكن إزالتها: $2.\";'),('ar','messages:edit-slots-missing','s:77:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مفقودة: $2.\";'),('ar','messages:edit-textarea-aria-label','s:29:\"ar:محرر نص الويكي\";'),('ar','messages:edit_form_incomplete','s:173:\"ar:<strong>بعض أجزاء من نموذج التعديل لم تصل إلى الخادم؛ تأكد من أن تعديلاتك لم تمس وحاول مجددا.</strong>\";'),('ar','messages:editcomment','s:46:\"ar:ملخص التعديل كان:<em>$1</em>.\";'),('ar','messages:editconflict','s:28:\"ar:تضارب تحرير: $1\";'),('ar','messages:editfont-monospace','s:27:\"ar:خط ثابت العرض\";'),('ar','messages:editfont-sansserif','s:25:\"ar:خط بلا زوائد\";'),('ar','messages:editfont-serif','s:20:\"ar:خط بزوائد\";'),('ar','messages:editfont-style','s:43:\"ar:طراز خط صندوق التحرير:\";'),('ar','messages:edithelp','s:30:\"ar:مساعدة التحرير\";'),('ar','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ar','messages:editing','s:16:\"ar:تعديل $1\";'),('ar','messages:editingcomment','s:32:\"ar:إنشاء قسم من «$1»\";'),('ar','messages:editinginterface','s:281:\"ar:<strong>تنبيه:</strong> أنت تعدل صفحة تستخدم لتوفير نص الواجهة للبرنامج.\nالتغييرات في هذه الصفحة ستؤثر على مظهر واجهة المستخدم للمستخدمين الآخرين في هذه الويكي.\";'),('ar','messages:editingold','s:229:\"ar:<strong>تحذير: أنت تقوم الآن بتحرير نسخة قديمة من هذه الصفحة.</strong>\nإذا قمت بنشرها، ستفقد كافة التغييرات التي حدثت بعد هذه النسخة.\";'),('ar','messages:editingsection','s:25:\"ar:تعديل $1 (قسم)\";'),('ar','messages:editinguser','s:113:\"ar:تغيير صلاحيات {{GENDER:$1|المستخدم|المستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('ar','messages:editlink','s:9:\"ar:عدل\";'),('ar','messages:editnotice-notext','s:4:\"en:-\";'),('ar','messages:editold','s:9:\"ar:عدل\";'),('ar','messages:editpage','s:18:\"ar:عدل صفحة\";'),('ar','messages:editpage-cannot-use-custom-model','s:78:\"ar:نموذج المحتوى لهذه الصفحة لا يمكن تغييره.\";'),('ar','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ar','messages:editpage-invalidcontentmodel-text','s:52:\"ar:موديل المحتوى \"$1\" غير مدعوم.\";'),('ar','messages:editpage-invalidcontentmodel-title','s:46:\"ar:موديل المحتوى غير مدعوم\";'),('ar','messages:editpage-notsupportedcontentformat-text','s:92:\"ar:تنسيق المحتوى $1 غير مدعوم بواسطة نموذج المحتوى $2.\";'),('ar','messages:editpage-notsupportedcontentformat-title','s:46:\"ar:تنسيق المحتوى غير مدعوم\";'),('ar','messages:editpage-summary','s:3:\"en:\";'),('ar','messages:editpage-tos-summary','s:4:\"en:-\";'),('ar','messages:editsection','s:9:\"ar:عدل\";'),('ar','messages:editsectionhint','s:24:\"ar:عدل القسم: $1\";'),('ar','messages:edittools','s:107:\"ar:<!-- النص هنا سيظهر تحت صندوق التحرير واستمارة رفع الصور. -->\";'),('ar','messages:edittools-upload','s:4:\"ar:-\";'),('ar','messages:editundo','s:13:\"ar:تراجع\";'),('ar','messages:editusergroup','s:45:\"ar:تحميل مجموعات المستخدم\";'),('ar','messages:editwatchlist-summary','s:3:\"en:\";'),('ar','messages:ellipsis','s:6:\"ar:...\";'),('ar','messages:email','s:36:\"ar:البريد الإلكتروني\";'),('ar','messages:email-allow-new-users-label','s:97:\"ar:اسمح بالبريد الإلكتروني من المستخدمين الجدد تمامًا\";'),('ar','messages:email-legend','s:79:\"ar:إرسال بريد إلكتروني إلى مستخدم {{SITENAME}} آخر\";'),('ar','messages:email-mutelist-label','s:91:\"ar:امنع هؤلاء المستخدمين من إرسال بريد إلكتروني لي:\";'),('ar','messages:emailauthenticated','s:75:\"ar:تم تأكيد بريدك الإلكتروني في $2 الساعة $3.\";'),('ar','messages:emailblock','s:47:\"ar:البريد الإلكتروني ممنوع\";'),('ar','messages:emailccme','s:46:\"ar:أرسل لي بنسخة من رسالتي.\";'),('ar','messages:emailccsubject','s:43:\"ar:نسخة من رسالتك إلى $1: $2\";'),('ar','messages:emailconfirmlink','s:52:\"ar:أكد عنوان بريدك الإلكتروني\";'),('ar','messages:emaildisabled','s:98:\"ar:لا يمكن إرسال رسائل البريد الإلكتروني من هذا الموقع.\";'),('ar','messages:emailfrom','s:8:\"ar:من:\";'),('ar','messages:emaillink','s:41:\"ar:أرسل بريدا إلكترونيا\";'),('ar','messages:emailmessage','s:18:\"ar:الرسالة:\";'),('ar','messages:emailnotarget','s:99:\"ar:المستلم ليس مستخدمًا موجودًا أو ليس مستخدمًا صحيحًا.\";'),('ar','messages:emailnotauthenticated','s:142:\"ar:لم يؤكد بريدك الإلكتروني حتى الآن.\nلن يتم إرسال رسائل لأي من الميزات التالية.\";'),('ar','messages:emailpagetext','s:476:\"ar:يمكنك استخدام الاستمارة بالأسفل لإرسال رسالة بريد إلكتروني إلى {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}.\n\'\'\'يمكن أن يرى المرسل إليه عنوان بريدك الإلكتروني\'\'\' الذي أدخلته في [[Special:Preferences|تفضيلاتك]] كعنوان المرسل في البريد الإلكتروني، كي يستطيع المتلقي الرد عليك مباشرة.\";'),('ar','messages:emailsend','s:11:\"ar:أرسل\";'),('ar','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ar','messages:emailsent','s:47:\"ar:أُرسل البريد الإلكتروني\";'),('ar','messages:emailsenttext','s:52:\"ar:أُرسلت رسالتك الإلكترونية.\";'),('ar','messages:emailsubject','s:18:\"ar:الموضوع:\";'),('ar','messages:emailtarget','s:46:\"ar:أدخل اسم مستخدم المستلم\";'),('ar','messages:emailto','s:10:\"ar:إلى:\";'),('ar','messages:emailuser','s:51:\"ar:مراسلة المستخدم إلكترونيا\";'),('ar','messages:emailuser-summary','s:3:\"en:\";'),('ar','messages:emailuser-title-notarget','s:32:\"ar:مراسلة المستخدم\";'),('ar','messages:emailuser-title-target','s:87:\"ar:راسل هذا  {{GENDER:$1| المستخدم}} بالبريد الإلكتروني\";'),('ar','messages:emailuserfooter','s:518:\"ar:هذا البريد الإلكتروني {{GENDER:$1|تم إرساله}} بواسطة $1 إلى {{GENDER:$2|$2}} بواسطة وظيفة \"{{int:emailuser}}\" في {{SITENAME}}. لو {{GENDER:$2|أنك}} رددت على هذا البريد، فعنوان البريد الخاص {{GENDER:$2|بك}} سيتم إرساله مباشرة {{GENDER:$1|للمرسل الأصلي|للمرسلة الأصلية}}، مما يكشف عنوان البريد الإلكتروني الخاص {{GENDER:$2|بك}} {{GENDER:$1|لهم}}.\";'),('ar','messages:emailusername','s:27:\"ar:اسم المستخدم:\";'),('ar','messages:emailusernamesubmit','s:13:\"ar:إرسال\";'),('ar','messages:empty-file','s:54:\"ar:الملف الذي أرسلته كان فارغا.\";'),('ar','messages:empty-username','s:47:\"ar:(لا يوجد اسم مستخدم متاح)\";'),('ar','messages:emptyfile','s:199:\"ar:يبدو أن الملف الذي رفعته فارغ.\nقد يكون سبب ذلك خطأ في كتابة الاسم.\nمن فضلك تأكد من أنك تريد فعلا رفع هذا الملف.\";'),('ar','messages:enhancedrc-history','s:13:\"ar:تاريخ\";'),('ar','messages:enhancedrc-since-last-visit','s:56:\"ar:$1 {{PLURAL:$1|منذ الزيارة الأخيرة}}\";'),('ar','messages:enotif_anon_editor','s:29:\"ar:مستخدم مجهول $1\";'),('ar','messages:enotif_body','s:968:\"ar:عزيزي $WATCHINGUSERNAME\n\n$PAGEINTRO $NEWPAGE\n\nملخص التعديل: $PAGESUMMARY $PAGEMINOREDIT\n\nاتصل بالمحرر:\nالبريد: $PAGEEDITOR_EMAIL\nويكي: $PAGEEDITOR_WIKI\n\nلن يكون هناك إخطارات أخرى في حالة حدوث مزيد من التغييرات إلا إذا قمت بزيارة تلك الصفحة أثناء تواجدك. يمكنك أيضاً إزالة العلامات عن جميع الصفحات في قائمة مراقبتك.\n\nنظام {{SITENAME}} للإشعار\n\n--\nلتغيير إعدادات الإشعار بالبريد الإلكتروني الخاص بك، قم بزيارة\n{{canonicalurl:{{#special:Preferences}}}}\n\nلتغيير إعدادات قائمة مراقبتك، قم بزيارة\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nلحذف الصفحة من قائمة مراقبتك، قم بزيارة\n$UNWATCHURL\n\nللمقترحات وللحصول على مساعدة إضافية:\n$HELPPAGE\";'),('ar','messages:enotif_body_intro_changed','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ar','messages:enotif_body_intro_created','s:148:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|أنشأها|أنشأتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ar','messages:enotif_body_intro_deleted','s:100:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|حذفها|حذفتها}} $2 في $PAGEEDITDATE.راجع $3.\";'),('ar','messages:enotif_body_intro_moved','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ar','messages:enotif_body_intro_restored','s:156:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ar','messages:enotif_impersonal_salutation','s:28:\"ar:مستخدم {{SITENAME}}\";'),('ar','messages:enotif_lastdiff','s:49:\"ar:لرؤية هذا التغيير، انظر $1\";'),('ar','messages:enotif_lastvisited','s:77:\"ar:لكل التغييرات منذ زيارتك الأخيرة، انظر $1\";'),('ar','messages:enotif_minoredit','s:29:\"ar:هذا تعديل طفيف\";'),('ar','messages:enotif_reset','s:72:\"ar:علم كل الصفحات كما لو كنت زرتها بالفعل\";'),('ar','messages:enotif_subject_changed','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2\";'),('ar','messages:enotif_subject_created','s:77:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|إنشاؤها}} بواسطة $2\";'),('ar','messages:enotif_subject_deleted','s:73:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|حذفها}} بواسطة $2\";'),('ar','messages:enotif_subject_moved','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2\";'),('ar','messages:enotif_subject_restored','s:80:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2\";'),('ar','messages:enterlockreason','s:86:\"ar:أدخل سببا للقفل ذاكرا تقديرا لوقت إزالة الغلق\";'),('ar','messages:error','s:9:\"ar:خطأ\";'),('ar','messages:errorpagetitle','s:9:\"ar:خطأ\";'),('ar','messages:exbeforeblank','s:52:\"ar:المحتوى قبل الإفراغ كان: \"$1\"\";'),('ar','messages:exception-nologin','s:31:\"ar:غير مسجل الدخول\";'),('ar','messages:exception-nologin-text','s:102:\"ar:سجل الدخول للتمكن من عرض هذه الصفحة أو إجراء هذا الفعل.\";'),('ar','messages:exception-nologin-text-manual','s:108:\"ar:الرجاء $1 لتتمكن من الوصول لهذه الصفحة أو أداء هذا الإجراء.\";'),('ar','messages:excontent','s:30:\"ar:المحتوى كان: \'$1\'\";'),('ar','messages:excontentauthor','s:125:\"ar:المحتوى كان: \"$1\" والمساهم الوحيد كان \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('ar','messages:exif-aperturevalue','s:29:\"ar:فتحة الغالق APEX\";'),('ar','messages:exif-artist','s:15:\"ar:المؤلف\";'),('ar','messages:exif-attributionurl','s:80:\"ar:عند إعادة استخدام الملف، رجاءً ضع وصلة إلى\";'),('ar','messages:exif-bitspersample','s:25:\"ar:بت لكل مكونة\";'),('ar','messages:exif-brightnessvalue','s:16:\"ar:سطوع APEX\";'),('ar','messages:exif-cameraownername','s:28:\"ar:مالك الكاميرا\";'),('ar','messages:exif-citycreated','s:62:\"ar: المدينة التي التقطت الصورة فيها\";'),('ar','messages:exif-citydest','s:32:\"ar:المدينة المصورة\";'),('ar','messages:exif-colorspace','s:28:\"ar:الفضاء اللوني\";'),('ar','messages:exif-colorspace-1','s:22:\"ar:إس آر جي بي\";'),('ar','messages:exif-colorspace-65535','s:20:\"ar:غير معاير\";'),('ar','messages:exif-componentsconfiguration','s:27:\"ar:معنى كل مكونة\";'),('ar','messages:exif-componentsconfiguration-0','s:20:\"ar:غير موجود\";'),('ar','messages:exif-componentsconfiguration-1','s:9:\"ar:واي\";'),('ar','messages:exif-componentsconfiguration-2','s:7:\"ar:سب\";'),('ar','messages:exif-componentsconfiguration-3','s:7:\"ar:سر\";'),('ar','messages:exif-componentsconfiguration-4','s:7:\"ar:آر\";'),('ar','messages:exif-componentsconfiguration-5','s:7:\"ar:جي\";'),('ar','messages:exif-componentsconfiguration-6','s:7:\"ar:بي\";'),('ar','messages:exif-compressedbitsperpixel','s:29:\"ar:طور ضغط الصورة\";'),('ar','messages:exif-compression','s:22:\"ar:نظام الضغط\";'),('ar','messages:exif-compression-1','s:20:\"ar:غير مضغوط\";'),('ar','messages:exif-compression-2','s:96:\"ar:CCITT المجموعة 3 -1 تعديل طول تشغيل ترميز هوفمان البعدي\";'),('ar','messages:exif-compression-3','s:47:\"ar:ترميز فاكس المجموعة 3 CCITT\";'),('ar','messages:exif-compression-32773','s:32:\"ar:PackBits (ماكنتوش RLE)\";'),('ar','messages:exif-compression-32946','s:31:\"ar:Deflate (بي كيه زيب)\";'),('ar','messages:exif-compression-34712','s:28:\"ar:جيه بي إي جي2000\";'),('ar','messages:exif-compression-4','s:47:\"ar:ترميز فاكس المجموعة 4 CCITT\";'),('ar','messages:exif-compression-5','s:23:\"ar:إل زد دبليو\";'),('ar','messages:exif-compression-6','s:18:\"ar:JPEG (قديم)\";'),('ar','messages:exif-compression-7','s:24:\"ar:جيه بي إي جي\";'),('ar','messages:exif-compression-8','s:23:\"ar:Deflate (أدوبي)\";'),('ar','messages:exif-contact','s:32:\"ar:معلومات الاتصال\";'),('ar','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ar','messages:exif-contentwarning','s:24:\"ar:تحذير محتوى\";'),('ar','messages:exif-contrast','s:17:\"ar:التعارض\";'),('ar','messages:exif-contrast-0','s:11:\"ar:عادي\";'),('ar','messages:exif-contrast-1','s:11:\"ar:ناعم\";'),('ar','messages:exif-contrast-2','s:11:\"ar:قاسي\";'),('ar','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ar','messages:exif-copyright','s:24:\"ar:مالك الحقوق\";'),('ar','messages:exif-copyrighted','s:31:\"ar:حالة حقوق النشر\";'),('ar','messages:exif-copyrighted-false','s:53:\"ar:حالة حقوق النشر غير مُعرّفة\";'),('ar','messages:exif-copyrighted-true','s:26:\"ar:محفوظ الحقوق\";'),('ar','messages:exif-copyrightowner','s:31:\"ar:مالك حقوق النشر\";'),('ar','messages:exif-countrycodecreated','s:58:\"ar:رمز البلد التي أخذت الصورة فيه\";'),('ar','messages:exif-countrycodedest','s:37:\"ar:رمز الدولة المصورة\";'),('ar','messages:exif-countrycreated','s:59:\"ar:الدولة التي التقطت الصورة فيها\";'),('ar','messages:exif-countrydest','s:30:\"ar:الدولة المصورة\";'),('ar','messages:exif-credit','s:28:\"ar:الرصيد/المزود\";'),('ar','messages:exif-croppedareaimageheightpixels','s:45:\"ar:اقتصاص ارتفاع بانوراما\";'),('ar','messages:exif-croppedareaimagewidthpixels','s:39:\"ar:اقتصاص عرض بانوراما\";'),('ar','messages:exif-croppedarealeftpixels','s:45:\"ar:غادر بانوراما المحاصيل\";'),('ar','messages:exif-croppedareatoppixels','s:49:\"ar:بانوراما المحاصيل الأعلى\";'),('ar','messages:exif-customrendered','s:46:\"ar:معالجة الصورة حسب الطلب\";'),('ar','messages:exif-customrendered-0','s:24:\"ar:عملية عادية\";'),('ar','messages:exif-customrendered-1','s:31:\"ar:عملية حسب الطلب\";'),('ar','messages:exif-customrendered-2','s:55:\"ar:HDR (لم يتم حفظ النسخة الأصلية)\";'),('ar','messages:exif-customrendered-3','s:48:\"ar:HDR (تم حفظ النسخة الأصلية)\";'),('ar','messages:exif-customrendered-4','s:25:\"ar:الأصلي (لـHDR)\";'),('ar','messages:exif-customrendered-6','s:19:\"ar:بانوراما\";'),('ar','messages:exif-customrendered-7','s:21:\"ar:بورتريه HDR\";'),('ar','messages:exif-customrendered-8','s:17:\"ar:بورتريه\";'),('ar','messages:exif-datetime','s:44:\"ar:تاريخ ووقت تغيير الملف\";'),('ar','messages:exif-datetimedigitized','s:50:\"ar:تاريخ ووقت التحويل الرقمي\";'),('ar','messages:exif-datetimeexpires','s:27:\"ar:لا تستخدم بعد\";'),('ar','messages:exif-datetimemetadata','s:56:\"ar:آخر تعديل للبيانات التعريفية\";'),('ar','messages:exif-datetimeoriginal','s:50:\"ar:تاريخ ووقت توليد البيانات\";'),('ar','messages:exif-datetimereleased','s:21:\"ar:صدر في يوم\";'),('ar','messages:exif-dc-contributor','s:21:\"ar:المساهمون\";'),('ar','messages:exif-dc-coverage','s:78:\"ar:النطاق المكاني أو الزماني لوسائل الإعلام\";'),('ar','messages:exif-dc-date','s:36:\"ar:التاريخ (التواريخ)\";'),('ar','messages:exif-dc-publisher','s:15:\"ar:الناشر\";'),('ar','messages:exif-dc-relation','s:26:\"ar:وسائط متعلقة\";'),('ar','messages:exif-dc-rights','s:15:\"ar:الحقوق\";'),('ar','messages:exif-dc-source','s:26:\"ar:مصدر الوسائط\";'),('ar','messages:exif-dc-type','s:23:\"ar:نوع  الوسيط\";'),('ar','messages:exif-devicesettingdescription','s:37:\"ar:وصف إعدادات الجهاز\";'),('ar','messages:exif-digitalzoomratio','s:41:\"ar:نسبة التقريب الرقمية\";'),('ar','messages:exif-disclaimer','s:28:\"ar:إخلاء مسؤولية\";'),('ar','messages:exif-editstatus','s:47:\"ar:الحالة التحريرية للصورة\";'),('ar','messages:exif-event','s:31:\"ar:الحدث في الصورة\";'),('ar','messages:exif-exifversion','s:16:\"ar:نسخة Exif\";'),('ar','messages:exif-exposurebiasvalue','s:26:\"ar:تعويض التعرض\";'),('ar','messages:exif-exposureindex','s:24:\"ar:فهرس التعرض\";'),('ar','messages:exif-exposurelockused','s:42:\"ar:تم استخدام قفل التعرض\";'),('ar','messages:exif-exposurelockused-false','s:7:\"ar:لا\";'),('ar','messages:exif-exposurelockused-true','s:9:\"ar:نعم\";'),('ar','messages:exif-exposuremode','s:22:\"ar:طور التعرض\";'),('ar','messages:exif-exposuremode-0','s:24:\"ar:تعرض تلقائي\";'),('ar','messages:exif-exposuremode-1','s:20:\"ar:تعرض يدوي\";'),('ar','messages:exif-exposuremode-2','s:28:\"ar:سلسلة تلقائية\";'),('ar','messages:exif-exposureprogram','s:28:\"ar:برنامج التعرض\";'),('ar','messages:exif-exposureprogram-0','s:18:\"ar:غير معرف\";'),('ar','messages:exif-exposureprogram-1','s:11:\"ar:يدوي\";'),('ar','messages:exif-exposureprogram-2','s:24:\"ar:برنامج عادي\";'),('ar','messages:exif-exposureprogram-3','s:28:\"ar:أولوية الفتحة\";'),('ar','messages:exif-exposureprogram-4','s:30:\"ar:أولوية المغلاق\";'),('ar','messages:exif-exposureprogram-5','s:64:\"ar:برنامج خلاق (تحيز لصالح عمق الحقل)\";'),('ar','messages:exif-exposureprogram-6','s:72:\"ar:برنامج الفعل (تحيز لصالح سرعة المغلاق)\";'),('ar','messages:exif-exposureprogram-7','s:90:\"ar:أسلوب البورتريه (تصوير من قريب مع تغييم الخلفية)\";'),('ar','messages:exif-exposureprogram-8','s:122:\"ar:أسلوب المنظر الطبيعي (لصور المناظر الطبيعية مع الخلفية في البؤرة)\";'),('ar','messages:exif-exposuretime','s:22:\"ar:زمن التعرض\";'),('ar','messages:exif-exposuretime-format','s:21:\"ar:$1 ثانية ($2)\";'),('ar','messages:exif-filesource','s:22:\"ar:مصدر الملف\";'),('ar','messages:exif-filesource-3','s:26:\"ar:كاميرا رقمية\";'),('ar','messages:exif-firstphotodate','s:39:\"ar:تاريخ الصورة الأولى\";'),('ar','messages:exif-fixtureidentifier','s:22:\"ar:اسم العنصر\";'),('ar','messages:exif-flash','s:11:\"ar:فلاش\";'),('ar','messages:exif-flash-fired-0','s:29:\"ar:الفلاش لم يبدأ\";'),('ar','messages:exif-flash-fired-1','s:22:\"ar:الفلاش بدأ\";'),('ar','messages:exif-flash-function-1','s:27:\"ar:لا وظيفة فلاش\";'),('ar','messages:exif-flash-mode-1','s:31:\"ar:بدء فلاش إجباري\";'),('ar','messages:exif-flash-mode-2','s:31:\"ar:ضغط فلاش إجباري\";'),('ar','messages:exif-flash-mode-3','s:22:\"ar:نمط تلقائي\";'),('ar','messages:exif-flash-redeye-1','s:48:\"ar:نمط اختزال العين الحمراء\";'),('ar','messages:exif-flash-return-0','s:41:\"ar:لا دالة كشف رجوع وميض\";'),('ar','messages:exif-flash-return-2','s:52:\"ar:ضوء رجوع الوميض لم يتم كشفه\";'),('ar','messages:exif-flash-return-3','s:45:\"ar:ضوء رجوع الوميض تم كشفه\";'),('ar','messages:exif-flashenergy','s:24:\"ar:طاقة الفلاش\";'),('ar','messages:exif-flashpixversion','s:37:\"ar:نسخة Flashpix المدعومة\";'),('ar','messages:exif-fnumber','s:26:\"ar:العدد البؤري\";'),('ar','messages:exif-fnumber-format','s:29:\"ar:البعد البؤري/$1\";'),('ar','messages:exif-focallength','s:39:\"ar:البعد البؤري للعدسة\";'),('ar','messages:exif-focallength-format','s:12:\"ar:$1 ملم\";'),('ar','messages:exif-focallengthin35mmfilm','s:48:\"ar:البعد البؤري في فيلم 35 مم\";'),('ar','messages:exif-focalplaneresolutionunit','s:50:\"ar:وحدة تحليل المستوى البؤري\";'),('ar','messages:exif-focalplaneresolutionunit-2','s:11:\"ar:بوصة\";'),('ar','messages:exif-focalplanexresolution','s:43:\"ar:تحليل المستوى البؤري X\";'),('ar','messages:exif-focalplaneyresolution','s:43:\"ar:تحليل المستوى البؤري Y\";'),('ar','messages:exif-fullpanoheightpixels','s:41:\"ar:بانوراما ارتفاع كامل\";'),('ar','messages:exif-fullpanowidthpixels','s:37:\"ar:بانوراما بعرض كامل\";'),('ar','messages:exif-gaincontrol','s:30:\"ar:التحكم بالمشهد\";'),('ar','messages:exif-gaincontrol-0','s:14:\"ar:لا شيء\";'),('ar','messages:exif-gaincontrol-1','s:31:\"ar:تحكم أعلى منخفض\";'),('ar','messages:exif-gaincontrol-2','s:31:\"ar:تحكم أعلى مرتفع\";'),('ar','messages:exif-gaincontrol-3','s:31:\"ar:تحكم أسفل منخفض\";'),('ar','messages:exif-gaincontrol-4','s:31:\"ar:تحكم أسفل مرتفع\";'),('ar','messages:exif-giffilecomment','s:24:\"ar:تعليق ملف GIF\";'),('ar','messages:exif-gpsaltitude','s:19:\"ar:الارتفاع\";'),('ar','messages:exif-gpsaltitude-above-sealevel','s:98:\"ar:{{PLURAL:$1||متر|متران|$1 أمتار|$1 مترًا|$1 متر}} فوق سطح البحر\";'),('ar','messages:exif-gpsaltitude-below-sealevel','s:98:\"ar:{{PLURAL:$1||متر|متران|$1 أمتار|$1 مترًا|$1 متر}} تحت سطح البحر\";'),('ar','messages:exif-gpsaltituderef','s:28:\"ar:مرجع الارتفاع\";'),('ar','messages:exif-gpsareainformation','s:24:\"ar:اسم مساحة GPS\";'),('ar','messages:exif-gpsdatestamp','s:17:\"ar:تاريخ GPS\";'),('ar','messages:exif-gpsdestbearing','s:24:\"ar:تحمل الوجهة\";'),('ar','messages:exif-gpsdestbearingref','s:39:\"ar:المرجع لتحمل الوجهة\";'),('ar','messages:exif-gpsdestdistance','s:28:\"ar:المسافة للهدف\";'),('ar','messages:exif-gpsdestdistance-k','s:17:\"ar:كيلومتر\";'),('ar','messages:exif-gpsdestdistance-m','s:9:\"ar:ميل\";'),('ar','messages:exif-gpsdestdistance-n','s:18:\"ar:ميل بحري\";'),('ar','messages:exif-gpsdestdistanceref','s:41:\"ar:المرجع للمسافة للهدف\";'),('ar','messages:exif-gpsdestlatitude','s:33:\"ar:دائرة عرض الوجهة\";'),('ar','messages:exif-gpsdestlatituderef','s:48:\"ar:المرجع لدائرة عرض الوجهة\";'),('ar','messages:exif-gpsdestlongitude','s:27:\"ar:خط طول الوجهة\";'),('ar','messages:exif-gpsdestlongituderef','s:42:\"ar:المرجع لخط طول الوجهة\";'),('ar','messages:exif-gpsdifferential','s:34:\"ar:تصحيح GPS التفاضلي\";'),('ar','messages:exif-gpsdirection-m','s:38:\"ar:الاتجاه المغناطيسي\";'),('ar','messages:exif-gpsdirection-t','s:32:\"ar:الاتجاه الحقيقي\";'),('ar','messages:exif-gpsdop','s:22:\"ar:دقة القياس\";'),('ar','messages:exif-gpsdop-excellent','s:18:\"ar:ممتاز ($1)\";'),('ar','messages:exif-gpsdop-fair','s:18:\"ar:مقبول ($1)\";'),('ar','messages:exif-gpsdop-good','s:14:\"ar:جيد ($1)\";'),('ar','messages:exif-gpsdop-moderate','s:18:\"ar:متوسط ($1)\";'),('ar','messages:exif-gpsdop-poor','s:16:\"ar:ضعيف ($1)\";'),('ar','messages:exif-gpsimgdirection','s:26:\"ar:اتجاه الصورة\";'),('ar','messages:exif-gpsimgdirectionref','s:41:\"ar:المرجع لاتجاه الصورة\";'),('ar','messages:exif-gpslatitude','s:24:\"ar:دائرة العرض\";'),('ar','messages:exif-gpslatitude-n','s:41:\"ar:دائرة العرض الشمالية\";'),('ar','messages:exif-gpslatitude-s','s:41:\"ar:دائرة العرض الجنوبية\";'),('ar','messages:exif-gpslatituderef','s:63:\"ar:دائرة العرض الشمالية أو الجنوبية\";'),('ar','messages:exif-gpslongitude','s:18:\"ar:خط الطول\";'),('ar','messages:exif-gpslongitude-e','s:31:\"ar:خط الطول الشرقي\";'),('ar','messages:exif-gpslongitude-w','s:31:\"ar:خط الطول الغربي\";'),('ar','messages:exif-gpslongituderef','s:49:\"ar:خط الطول الشرقي أو الغربي\";'),('ar','messages:exif-gpsmapdatum','s:70:\"ar:بيانات استطلاع الجيوديسيك المستخدمة\";'),('ar','messages:exif-gpsmeasuremode','s:26:\"ar:طريقة القياس\";'),('ar','messages:exif-gpsmeasuremode-2','s:50:\"ar:عملية قياس ثنائية الأبعاد\";'),('ar','messages:exif-gpsmeasuremode-3','s:50:\"ar:عملية قياس ثلاثية الأبعاد\";'),('ar','messages:exif-gpsprocessingmethod','s:37:\"ar:اسم وسيلة معالجة GPS\";'),('ar','messages:exif-gpssatellites','s:66:\"ar:الأقمار الصناعية المستخدمة للقياس\";'),('ar','messages:exif-gpsspeed','s:28:\"ar:سرعة مستقبل GPS\";'),('ar','messages:exif-gpsspeed-k','s:35:\"ar:كيلومتر في الساعة\";'),('ar','messages:exif-gpsspeed-m','s:27:\"ar:ميل في الساعة\";'),('ar','messages:exif-gpsspeed-n','s:9:\"ar:عقد\";'),('ar','messages:exif-gpsspeedref','s:24:\"ar:وحدة السرعة\";'),('ar','messages:exif-gpsstatus','s:39:\"ar:حالة جهاز الاستقبال\";'),('ar','messages:exif-gpsstatus-a','s:41:\"ar:عملية القياس الحالية\";'),('ar','messages:exif-gpsstatus-v','s:24:\"ar:شمول القياس\";'),('ar','messages:exif-gpstimestamp','s:33:\"ar:وقت GPS (ساعة ذرية)\";'),('ar','messages:exif-gpstrack','s:26:\"ar:اتجاه الحركة\";'),('ar','messages:exif-gpstrackref','s:41:\"ar:المرجع لاتجاه الحركة\";'),('ar','messages:exif-gpsversionid','s:22:\"ar:نسخة وسم GPS\";'),('ar','messages:exif-headline','s:13:\"ar:عنوان\";'),('ar','messages:exif-identifier','s:11:\"ar:معرف\";'),('ar','messages:exif-iimcategory','s:17:\"ar:التصنيف\";'),('ar','messages:exif-iimcategory-ace','s:37:\"ar:فنون وثقافة وترفيه\";'),('ar','messages:exif-iimcategory-clj','s:26:\"ar:جريمة وقانون\";'),('ar','messages:exif-iimcategory-dis','s:26:\"ar:كوارث وحوادث\";'),('ar','messages:exif-iimcategory-edu','s:13:\"ar:تعليم\";'),('ar','messages:exif-iimcategory-evn','s:11:\"ar:بيئة\";'),('ar','messages:exif-iimcategory-fin','s:28:\"ar:اقتصاد وتجارة\";'),('ar','messages:exif-iimcategory-hth','s:9:\"ar:صحة\";'),('ar','messages:exif-iimcategory-hum','s:30:\"ar:اهتمام البشرية\";'),('ar','messages:exif-iimcategory-lab','s:9:\"ar:عمل\";'),('ar','messages:exif-iimcategory-lif','s:52:\"ar:أسلوب الحياة وأوقات الفراغ\";'),('ar','messages:exif-iimcategory-pol','s:13:\"ar:سياسة\";'),('ar','messages:exif-iimcategory-rel','s:26:\"ar:دين ومعتقدات\";'),('ar','messages:exif-iimcategory-sci','s:22:\"ar:علم وتقنية\";'),('ar','messages:exif-iimcategory-soi','s:30:\"ar:قضايا اجتماعية\";'),('ar','messages:exif-iimcategory-spo','s:13:\"ar:رياضة\";'),('ar','messages:exif-iimcategory-war','s:45:\"ar:حروب وصراعات واضطرابات\";'),('ar','messages:exif-iimcategory-wea','s:13:\"ar:الطقس\";'),('ar','messages:exif-iimsupplementalcategory','s:32:\"ar:تصنيفات تكميلية\";'),('ar','messages:exif-iimversion','s:15:\"ar:نسخة IIM\";'),('ar','messages:exif-imagedescription','s:26:\"ar:عنوان الصورة\";'),('ar','messages:exif-imagelength','s:19:\"ar:الارتفاع\";'),('ar','messages:exif-imageuniqueid','s:35:\"ar:رقم الصورة الفريد\";'),('ar','messages:exif-imagewidth','s:13:\"ar:العرض\";'),('ar','messages:exif-initialcameradolly','s:45:\"ar:الكاميرا الأولية دوللي\";'),('ar','messages:exif-initialhorizontalfovdegrees','s:43:\"ar:FOV الأولي (درجات أفقية)\";'),('ar','messages:exif-initialverticalfovdegrees','s:71:\"ar:مجال الرؤية الأولي (بالدرجات الرأسية)\";'),('ar','messages:exif-initialviewheadingdegrees','s:56:\"ar:عنوان العرض الأولي (بالدرجات)\";'),('ar','messages:exif-initialviewpitchdegrees','s:54:\"ar:عرض الملعب الأولي (بالدرجات)\";'),('ar','messages:exif-initialviewrolldegrees','s:56:\"ar:لفة الرؤية الأولية (بالدرجات)\";'),('ar','messages:exif-intellectualgenre','s:22:\"ar:نوع العنصر\";'),('ar','messages:exif-isospeedratings','s:31:\"ar:تقييم سرعة أيزو\";'),('ar','messages:exif-isospeedratings-overflow','s:22:\"ar:أكبر من 65535\";'),('ar','messages:exif-jpegfilecomment','s:25:\"ar:تعليق ملف JPEG\";'),('ar','messages:exif-jpeginterchangeformat','s:23:\"ar:الحد ل JPEG SOI\";'),('ar','messages:exif-jpeginterchangeformatlength','s:34:\"ar:بايت من بيانات JPEG\";'),('ar','messages:exif-keywords','s:36:\"ar:الكلمات المفتاحية\";'),('ar','messages:exif-label','s:17:\"ar:التسمية\";'),('ar','messages:exif-languagecode','s:13:\"ar:اللغة\";'),('ar','messages:exif-lastphotodate','s:29:\"ar:تاريخ آخر صورة\";'),('ar','messages:exif-lens','s:34:\"ar:العدسة المستخدمة\";'),('ar','messages:exif-licenseurl','s:70:\"ar:عنوان الموقع لرخصة حقوق الطبع والنشر\";'),('ar','messages:exif-lightsource','s:22:\"ar:مصدر الضوء\";'),('ar','messages:exif-lightsource-0','s:20:\"ar:غير معروف\";'),('ar','messages:exif-lightsource-1','s:22:\"ar:ضوء النهار\";'),('ar','messages:exif-lightsource-10','s:31:\"ar:جو ملبد بالغيوم\";'),('ar','messages:exif-lightsource-11','s:7:\"ar:ظل\";'),('ar','messages:exif-lightsource-12','s:56:\"ar:فلورسنت ضوء النهار (D 5700 – 7100K)\";'),('ar','messages:exif-lightsource-13','s:54:\"ar:فلورسنت نهار أبيض (N 4600 – 5400K)\";'),('ar','messages:exif-lightsource-14','s:54:\"ar:فلورسنت أبيض هادئ (W 3900 – 4500K)\";'),('ar','messages:exif-lightsource-15','s:46:\"ar:فلورسنت أبيض (WW 3200 – 3700K)\";'),('ar','messages:exif-lightsource-17','s:22:\"ar:ضوء قياسي A\";'),('ar','messages:exif-lightsource-18','s:22:\"ar:ضوء قياسي B\";'),('ar','messages:exif-lightsource-19','s:22:\"ar:ضوء قياسي C\";'),('ar','messages:exif-lightsource-2','s:17:\"ar:فلورسنت\";'),('ar','messages:exif-lightsource-20','s:9:\"ar:دي55\";'),('ar','messages:exif-lightsource-21','s:9:\"ar:دي65\";'),('ar','messages:exif-lightsource-22','s:9:\"ar:دي75\";'),('ar','messages:exif-lightsource-23','s:9:\"ar:دي50\";'),('ar','messages:exif-lightsource-24','s:39:\"ar:تنجستين ستوديو أيزو\";'),('ar','messages:exif-lightsource-255','s:25:\"ar:مصدر ضوء آخر\";'),('ar','messages:exif-lightsource-3','s:33:\"ar:تنجستين (ضوء مشع)\";'),('ar','messages:exif-lightsource-4','s:11:\"ar:فلاش\";'),('ar','messages:exif-lightsource-9','s:14:\"ar:جو صحو\";'),('ar','messages:exif-locationdest','s:33:\"ar:اسم الموقع مصورا\";'),('ar','messages:exif-locationdestcode','s:33:\"ar:رمز الموقع مصورا\";'),('ar','messages:exif-make','s:28:\"ar:صانع الكاميرا\";'),('ar','messages:exif-make-value','s:5:\"en:$1\";'),('ar','messages:exif-maxaperturevalue','s:29:\"ar:أقصى غالق أرضي\";'),('ar','messages:exif-maxaperturevalue-value','s:21:\"ar:$1 أبكس (f/$2)\";'),('ar','messages:exif-meteringmode','s:35:\"ar:طور القياس بالمتر\";'),('ar','messages:exif-meteringmode-0','s:20:\"ar:غير معروف\";'),('ar','messages:exif-meteringmode-1','s:13:\"ar:متوسط\";'),('ar','messages:exif-meteringmode-2','s:39:\"ar:متوسط موزون بالمركز\";'),('ar','messages:exif-meteringmode-255','s:16:\"ar:غير ذلك\";'),('ar','messages:exif-meteringmode-3','s:11:\"ar:بقعة\";'),('ar','messages:exif-meteringmode-4','s:24:\"ar:متعدد البقع\";'),('ar','messages:exif-meteringmode-5','s:9:\"ar:نمط\";'),('ar','messages:exif-meteringmode-6','s:11:\"ar:جزئي\";'),('ar','messages:exif-model','s:28:\"ar:طراز الكاميرا\";'),('ar','messages:exif-model-value','s:5:\"en:$1\";'),('ar','messages:exif-morepermissionsurl','s:45:\"ar:معلومات الرخصة البديلة\";'),('ar','messages:exif-nickname','s:46:\"ar:الاسم غير الرسمي للصورة\";'),('ar','messages:exif-objectcycle','s:72:\"ar:الوقت من اليوم المتعلق بوسائل الإعلام\";'),('ar','messages:exif-objectcycle-a','s:20:\"ar:صباحا فقط\";'),('ar','messages:exif-objectcycle-b','s:24:\"ar:صباحا ومساء\";'),('ar','messages:exif-objectcycle-p','s:18:\"ar:مساء فقط\";'),('ar','messages:exif-objectname','s:22:\"ar:عنوان قصير\";'),('ar','messages:exif-organisationinimage','s:35:\"ar:المنظمة في الصورة\";'),('ar','messages:exif-orientation','s:17:\"ar:التوجيه\";'),('ar','messages:exif-orientation-1','s:11:\"ar:عادي\";'),('ar','messages:exif-orientation-2','s:28:\"ar:مقلوبة أفقياً\";'),('ar','messages:exif-orientation-3','s:19:\"ar:مدورة 180°\";'),('ar','messages:exif-orientation-4','s:28:\"ar:مقلوبة رأسياً\";'),('ar','messages:exif-orientation-5','s:77:\"ar:مدورة 90° عكس عقارب الساعة ومقلوبة رأسياً\";'),('ar','messages:exif-orientation-6','s:49:\"ar:مدورة 90° عكس عقارب الساعة\";'),('ar','messages:exif-orientation-7','s:86:\"ar:مدورة 90° في اتجاه عقارب الساعة ومقلوبة رأسياً\";'),('ar','messages:exif-orientation-8','s:58:\"ar:مدورة 90° في اتجاه عقارب الساعة\";'),('ar','messages:exif-originaldocumentid','s:56:\"ar:المعرف الفريد للمستند الأصلي\";'),('ar','messages:exif-originalimageheight','s:51:\"ar:ارتفاع الصورة قبل أن تقتطع\";'),('ar','messages:exif-originalimagewidth','s:45:\"ar:عرض الصورة قبل أن تقتطع\";'),('ar','messages:exif-originaltransmissionref','s:46:\"ar:رمز موقع الإرسال الأصلي\";'),('ar','messages:exif-personinimage','s:31:\"ar:الشخص في الصورة\";'),('ar','messages:exif-photometricinterpretation','s:26:\"ar:تركيب البكسل\";'),('ar','messages:exif-photometricinterpretation-0','s:44:\"ar:أسود وأبيض (الأبيض هو 0)\";'),('ar','messages:exif-photometricinterpretation-1','s:39:\"ar:أسود وأبيض (الأسود 0)\";'),('ar','messages:exif-photometricinterpretation-10','s:30:\"ar:CIE L*a*b* (تكويد ITU)\";'),('ar','messages:exif-photometricinterpretation-2','s:17:\"ar:آر جي بي\";'),('ar','messages:exif-photometricinterpretation-3','s:24:\"ar:لوح الألوان\";'),('ar','messages:exif-photometricinterpretation-32803','s:41:\"ar:مصفوفة فلترة الألوان\";'),('ar','messages:exif-photometricinterpretation-34892','s:16:\"ar:خام خطي\";'),('ar','messages:exif-photometricinterpretation-4','s:28:\"ar:قناع الشفافية\";'),('ar','messages:exif-photometricinterpretation-5','s:29:\"ar:مفصول (ربما CMYK)\";'),('ar','messages:exif-photometricinterpretation-6','s:19:\"ar:واي سب سر\";'),('ar','messages:exif-photometricinterpretation-8','s:16:\"ar:CIE L*a*b*‎\";'),('ar','messages:exif-photometricinterpretation-9','s:30:\"ar:CIE L*a*b* (تكويد ICC)\";'),('ar','messages:exif-pixelxdimension','s:22:\"ar:عرض الصورة\";'),('ar','messages:exif-pixelydimension','s:28:\"ar:ارتفاع الصورة\";'),('ar','messages:exif-planarconfiguration','s:30:\"ar:ترتيب البيانات\";'),('ar','messages:exif-planarconfiguration-1','s:24:\"ar:صيغة مكتنزة\";'),('ar','messages:exif-planarconfiguration-2','s:24:\"ar:صيغة مستوية\";'),('ar','messages:exif-pngfilecomment','s:24:\"ar:تعليق ملف PNG\";'),('ar','messages:exif-poseheadingdegrees','s:43:\"ar:وضع العنوان (بالدرجات)\";'),('ar','messages:exif-posepitchdegrees','s:28:\"ar:الملعب (درجات)\";'),('ar','messages:exif-poserolldegrees','s:28:\"ar:لفة (بالدرجات)\";'),('ar','messages:exif-preferredattributionname','s:77:\"ar:عند إعادة استخدام الملف، رجاءً انسبه إلى\";'),('ar','messages:exif-primarychromaticities','s:32:\"ar:ألوان الأساسيات\";'),('ar','messages:exif-projectiontype','s:24:\"ar:نوع الإسقاط\";'),('ar','messages:exif-projectiontype-equirectangular','s:32:\"ar:متساوي المستطيل\";'),('ar','messages:exif-provinceorstatecreated','s:82:\"ar:المقاطعة أو الدولة اين تم التقاط هذه الصورة\";'),('ar','messages:exif-provinceorstatedest','s:54:\"ar:المقاطعة أو الولاية المصورة\";'),('ar','messages:exif-rating','s:26:\"ar:التقييم (من 5)\";'),('ar','messages:exif-rating-rejected','s:13:\"ar:مرفوض\";'),('ar','messages:exif-referenceblackwhite','s:66:\"ar:زوج من قيم المرجع السوداء والبيضاء\";'),('ar','messages:exif-relatedsoundfile','s:29:\"ar:ملف صوتي مرتبط\";'),('ar','messages:exif-rightscertificate','s:37:\"ar:شهادة إدارة الحقوق\";'),('ar','messages:exif-rowsperstrip','s:40:\"ar:عدد الصفوف لكل شريحة\";'),('ar','messages:exif-samplesperpixel','s:26:\"ar:عدد المكونات\";'),('ar','messages:exif-saturation','s:15:\"ar:التشبع\";'),('ar','messages:exif-saturation-0','s:11:\"ar:عادي\";'),('ar','messages:exif-saturation-1','s:24:\"ar:إشباع منخفض\";'),('ar','messages:exif-saturation-2','s:24:\"ar:إشباع مرتفع\";'),('ar','messages:exif-scenecapturetype','s:33:\"ar:نوع إمساك المشهد\";'),('ar','messages:exif-scenecapturetype-0','s:13:\"ar:قياسي\";'),('ar','messages:exif-scenecapturetype-1','s:13:\"ar:عرضية\";'),('ar','messages:exif-scenecapturetype-2','s:13:\"ar:طولية\";'),('ar','messages:exif-scenecapturetype-3','s:20:\"ar:مشهد ليلي\";'),('ar','messages:exif-scenecode','s:23:\"ar:رمز مشهد IPTC\";'),('ar','messages:exif-scenetype','s:22:\"ar:نوع المشهد\";'),('ar','messages:exif-scenetype-1','s:44:\"ar:صورة ملتقطة بشكل مباشر\";'),('ar','messages:exif-sensingmethod','s:32:\"ar:وسيلة الاستشعار\";'),('ar','messages:exif-sensingmethod-1','s:18:\"ar:غير معرف\";'),('ar','messages:exif-sensingmethod-2','s:64:\"ar:مستشعر لون المساحة من رقاقة واحدة\";'),('ar','messages:exif-sensingmethod-3','s:57:\"ar:مستشعر لون المساحة من رقاقتين\";'),('ar','messages:exif-sensingmethod-4','s:64:\"ar:مستشعر لون المساحة من ثلاث رقاقات\";'),('ar','messages:exif-sensingmethod-5','s:46:\"ar:مستشعر لون مساحة متتابع\";'),('ar','messages:exif-sensingmethod-7','s:33:\"ar:مستشعر خطي ثلاثي\";'),('ar','messages:exif-sensingmethod-8','s:42:\"ar:مستشعر لون خطي متتابع\";'),('ar','messages:exif-serialnumber','s:47:\"ar:الرقم التسلسلي للكاميرا\";'),('ar','messages:exif-sharpness','s:13:\"ar:الحدة\";'),('ar','messages:exif-sharpness-0','s:11:\"ar:عادي\";'),('ar','messages:exif-sharpness-1','s:11:\"ar:ناعم\";'),('ar','messages:exif-sharpness-2','s:11:\"ar:قاسي\";'),('ar','messages:exif-shutterspeedvalue','s:29:\"ar:سرعة الغالق APEX\";'),('ar','messages:exif-software','s:40:\"ar:البرمجيات المستخدمة\";'),('ar','messages:exif-software-value','s:5:\"en:$1\";'),('ar','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ar','messages:exif-source','s:15:\"ar:المصدر\";'),('ar','messages:exif-sourcephotoscount','s:29:\"ar:عدد صور المصدر\";'),('ar','messages:exif-specialinstructions','s:26:\"ar:تعليمات خاصة\";'),('ar','messages:exif-spectralsensitivity','s:34:\"ar:الحساسية الطيفية\";'),('ar','messages:exif-stitchingsoftware','s:26:\"ar:برنامج خياطة\";'),('ar','messages:exif-stripbytecounts','s:42:\"ar:بايت لكل شريحة مضغوطة\";'),('ar','messages:exif-stripoffsets','s:37:\"ar:موقع بيانات الصورة\";'),('ar','messages:exif-subjectarea','s:24:\"ar:مساحة الجسم\";'),('ar','messages:exif-subjectdistance','s:24:\"ar:مسافة الجسم\";'),('ar','messages:exif-subjectdistance-value','s:12:\"ar:$1 متر\";'),('ar','messages:exif-subjectdistancerange','s:33:\"ar:نطاق مسافة الجسم\";'),('ar','messages:exif-subjectdistancerange-0','s:20:\"ar:غير معروف\";'),('ar','messages:exif-subjectdistancerange-1','s:13:\"ar:ماكرو\";'),('ar','messages:exif-subjectdistancerange-2','s:25:\"ar:صورة من قريب\";'),('ar','messages:exif-subjectdistancerange-3','s:25:\"ar:صورة من بعيد\";'),('ar','messages:exif-subjectlocation','s:22:\"ar:موضع الجسم\";'),('ar','messages:exif-subjectnewscode','s:24:\"ar:رمز الموضوع\";'),('ar','messages:exif-subjectnewscode-value','s:10:\"ar:$2 ($1)\";'),('ar','messages:exif-sublocationcreated','s:87:\"ar:موقع من المدينة التي تم التقاط هذه الصورة فيها\";'),('ar','messages:exif-sublocationdest','s:48:\"ar:موقع من المدينة المعروضة\";'),('ar','messages:exif-subsectime','s:42:\"ar:وقت تاريخ ثواني فرعية\";'),('ar','messages:exif-subsectimedigitized','s:51:\"ar:وقت تاريخ رقمي ثواني فرعية\";'),('ar','messages:exif-subsectimeoriginal','s:51:\"ar:وقت تاريخ أصلي ثواني فرعية\";'),('ar','messages:exif-unknowndate','s:31:\"ar:تاريخ غير معروف\";'),('ar','messages:exif-urgency','s:11:\"ar:عاجل\";'),('ar','messages:exif-urgency-high','s:18:\"ar:عالي ( $1 )\";'),('ar','messages:exif-urgency-low','s:20:\"ar:منخفض ( $1 )\";'),('ar','messages:exif-urgency-normal','s:16:\"ar:عادي ($1)\";'),('ar','messages:exif-urgency-other','s:64:\"ar:الأولوية محددة من قبل المستخدم ($1)\";'),('ar','messages:exif-usageterms','s:30:\"ar:شروط الاستخدام\";'),('ar','messages:exif-usepanoramaviewer','s:45:\"ar:استخدم عارض البانوراما\";'),('ar','messages:exif-usepanoramaviewer-false','s:7:\"ar:لا\";'),('ar','messages:exif-usepanoramaviewer-true','s:9:\"ar:نعم\";'),('ar','messages:exif-usercomment','s:34:\"ar:تعليقات المستخدم\";'),('ar','messages:exif-webstatement','s:81:\"ar:بيان حقوق التأليف والنشر على شبكة الإنترنت\";'),('ar','messages:exif-whitebalance','s:26:\"ar:توازن الأبيض\";'),('ar','messages:exif-whitebalance-0','s:39:\"ar:توازن الأبيض تلقائي\";'),('ar','messages:exif-whitebalance-1','s:35:\"ar:توازن الأبيض يدوي\";'),('ar','messages:exif-whitepoint','s:41:\"ar:ألوان النقطة البيضاء\";'),('ar','messages:exif-worldregioncreated','s:62:\"ar: المنطقة التي التقطت الصورة فيها\";'),('ar','messages:exif-worldregiondest','s:43:\"ar:مناطق العالم المعروضة\";'),('ar','messages:exif-writer','s:15:\"ar:الكاتب\";'),('ar','messages:exif-xresolution','s:28:\"ar:الدقة الأفقية\";'),('ar','messages:exif-xyresolution-c','s:20:\"ar:$1 دي بي سي\";'),('ar','messages:exif-xyresolution-i','s:30:\"ar:$1 نقطة لكل بوصة\";'),('ar','messages:exif-ycbcrcoefficients','s:61:\"ar:معاملات مصفوفة تحويل فضاء اللون\";'),('ar','messages:exif-ycbcrpositioning','s:16:\"ar:وضع Y و C\";'),('ar','messages:exif-ycbcrpositioning-1','s:13:\"ar:توسيط\";'),('ar','messages:exif-ycbcrpositioning-2','s:43:\"ar:مذكورة في أكثر من موقع\";'),('ar','messages:exif-ycbcrsubsampling','s:52:\"ar:نسبة العينة الفرعية لY إلى C\";'),('ar','messages:exif-yresolution','s:28:\"ar:الدقة الرأسية\";'),('ar','messages:expand_templates_generate_rawhtml','s:23:\"ar:أظهر خام HTML\";'),('ar','messages:expand_templates_generate_xml','s:30:\"ar:اعرض شجرة XML parse\";'),('ar','messages:expand_templates_html_output','s:23:\"ar:ناتج خام HTML\";'),('ar','messages:expand_templates_input','s:34:\"ar:نص الويكي المدخل:\";'),('ar','messages:expand_templates_input_missing','s:83:\"ar:يجب تقديم بعض المدخلات بنص الويكي على الأقل.\";'),('ar','messages:expand_templates_intro','s:405:\"ar:تتعامل هذه الصفحة الخاصة مع نصوص الويكي وتقوم بفرد كل القوالب الموجودة به.\nوتقوم أيضا بفرد دوال القوالب مثل\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like <code><nowiki>{{</nowiki>CURRENTDAY}}</code>. حقيقةً، تقوم التعامل مع كل ما بين الأقواس المزدوجة.\";'),('ar','messages:expand_templates_ok','s:13:\"ar:موافق\";'),('ar','messages:expand_templates_output','s:17:\"ar:النتيجة\";'),('ar','messages:expand_templates_preview','s:18:\"ar:عرض مسبق\";'),('ar','messages:expand_templates_preview_fail_html','s:606:\"ar:<em>عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\n\nلأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.</em>\n\n<strong>إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.</strong>\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا.و تاكد في  متصفحك من الكوكيز  الخاصة  بهذا الموقع.\";'),('ar','messages:expand_templates_preview_fail_html_anon','s:377:\"ar:<em>لأن {{SITENAME}} لديه الHTML الخام مفعل وأنت غير مسجل الدخول، فعملية المعاينة مخفية كاحتياط ضد عمليات هجوم الجافاسكريبت.</em>\n\n<strong>لو أن هذه عملية معاينة صحيحة، فمن فضلك  [[Special:UserLogin|سجل الدخول]] وحاول مرة أخرى.</strong>\";'),('ar','messages:expand_templates_remove_comments','s:28:\"ar:أزل التعليقات\";'),('ar','messages:expand_templates_remove_nowiki','s:47:\"ar:أخفِ وسوم <nowiki> في الناتج\";'),('ar','messages:expand_templates_title','s:88:\"ar:عنوان صفحة هذا النص، لأجل معالجة {{FULLPAGENAME}} إلخ.:\";'),('ar','messages:expand_templates_xml_output','s:13:\"ar:خرج XML\";'),('ar','messages:expandtemplates','s:22:\"ar:توسعة قالب\";'),('ar','messages:expansion-depth-exceeded-category','s:39:\"ar:تجاوزات عمق التوسيع\";'),('ar','messages:expansion-depth-exceeded-category-desc','s:75:\"ar:الصفحة تجاوزت الحد الأقصى لعمق التوسيع.\";'),('ar','messages:expansion-depth-exceeded-warning','s:50:\"ar:الصفحة تجاوزت عمق التوسيع\";'),('ar','messages:expensive-parserfunction-category','s:45:\"ar:تجاوزات الدوال المكلفة\";'),('ar','messages:expensive-parserfunction-category-desc','s:233:\"ar:دوال المعالجة المكلفة (مثل <code>#ifexist</code>) كثيرة جدا. راجع [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ar','messages:expensive-parserfunction-warning','s:383:\"ar:<strong>تحذير:</strong> هذه الصفحة تحتوي على استدعاءات دالة محلل كثيرة مكلفة.\n\nينبغي أن تكون أقل من {{PLURAL:$2||استدعاء واحد|استدعاءين|$2 استدعاءات|$2 استدعاء}}، يوجد الآن {{PLURAL:$1|استدعاء واحد|استدعاءان|$2 استدعاءات|$2 استدعاء}}.\";'),('ar','messages:explainconflict','s:491:\"ar:لقد عدل شخص آخر هذه الصفحة بعد أن بدأت أنت بتحريرها.\nصندوق النصوص العلوي يحتوي على النص الموجود حاليا في الصفحة.\nالتعديلات التي أجريتها أنت معروضة في الصندوق أسفله.\nويلزم دمجها في النص الموجود حاليا.\n<strong>لن ينشر</strong> بعد الضغط على زر \"$1\" إلا ما هو موجود في الصندوق العلوي.\";'),('ar','messages:export','s:24:\"ar:تصدير صفحات\";'),('ar','messages:export-addcat','s:9:\"ar:أضف\";'),('ar','messages:export-addcattext','s:37:\"ar:أضف صفحات من تصنيف:\";'),('ar','messages:export-addns','s:9:\"ar:أضف\";'),('ar','messages:export-addnstext','s:35:\"ar:أضف صفحات من نطاق:\";'),('ar','messages:export-download','s:18:\"ar:حفظ كملف\";'),('ar','messages:export-manual','s:36:\"ar:إضافة صفحات يدويا:\";'),('ar','messages:export-pagelinks','s:56:\"ar:ضمن الصفحات الموصولة إلى عمق:\";'),('ar','messages:export-submit','s:13:\"ar:تصدير\";'),('ar','messages:export-summary','s:3:\"en:\";'),('ar','messages:export-templates','s:24:\"ar:ضمن القوالب\";'),('ar','messages:exportall','s:31:\"ar:صدّر كل الصفحات\";'),('ar','messages:exportcuronly','s:87:\"ar:ضمن المراجعة الحالية فقط، وليس التاريخ الكامل\";'),('ar','messages:exportlistauthors','s:68:\"ar:أضف قائمة كاملة بالمساهمين لكل صفحة\";'),('ar','messages:exportnohistory','s:190:\"ar:----\n<strong>ملاحظة:</strong> تصدير التاريخ الكامل للصفحات من خلال هذه الاستمارة تم تعطيله لأسباب تتعلق بالأداء.\";'),('ar','messages:exporttext','s:890:\"ar:يمكنك تصدير النص وتاريخ تعديلات صفحة أو مجموعة صفحات في صيغة XML.\nهذا يمكن استيراده إلى ويكي آخر يستعمل ميدياويكي بواسطة [[Special:Import|صفحة الاستيراد]].\n\nلتصدير الصفحات، أدخل عناوينها في الصندوق أسفله، عنواناً واحداً في كل سطر، مع اختيار ما إذا كنت ترغب بتصدير النسخة الحالية مع جميع النسخ القديمة، أي مع كامل معلومات تاريخ الصفحة، أو فقط النسخة الحالية مع معلومات عن التعديل الأخير.\n\nفي الحالة الأخيرة يمكنك أيضاً استخدام وصلة، على سبيل المثال [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] للصفحة «[[{{MediaWiki:Mainpage}}]]».\";'),('ar','messages:external_image_whitelist','s:695:\"ar: #<pre>اترك هذا السطر تماما كما هو\n#ضع منثورات التعبيرات المنتظمة (فقط الجزء الذي يذهب بين //) بالأسفل\n#هذه ستتم مطابقتها مع مسارات الصور الخرجية (الموصولة بشكل مباشر)\n#هذه التي تطابق سيتم عرضها كصور، غير ذلك فقط وصلة إلى الصورة سيتم عرضها\n#السطور التي تبدأ ب# تتم معاملتها كتعليقات\n#هذا لا يتأثر بحالة الحروف\n\n#ضع كل منثورات التعبيرات المنتظمة فوق هذا السطر. اترك هذا السطر تماما كما هو</pre>\";'),('ar','messages:externaldberror','s:159:\"ar:هناك إما خطأ في دخول قاعدة البيانات الخارجية أو أنه غير مسموح لك بتحديث حسابك الخارجي.\";'),('ar','messages:faq','s:34:\"ar:الأسئلة المتكررة\";'),('ar','messages:feb','s:15:\"ar:فبراير\";'),('ar','messages:february','s:15:\"ar:فبراير\";'),('ar','messages:february-gen','s:15:\"ar:فبراير\";'),('ar','messages:feed-atom','s:11:\"ar:أتوم\";'),('ar','messages:feed-invalid','s:43:\"ar:نوع التلقيمة غير صحيح.\";'),('ar','messages:feed-rss','s:17:\"ar:أر إس إس\";'),('ar','messages:feed-unavailable','s:41:\"ar:التلقيمات غير متوفرة\";'),('ar','messages:feedback-adding','s:51:\"ar:إضافة تعليقات إلى الصفحة...\";'),('ar','messages:feedback-back','s:11:\"ar:رجوع\";'),('ar','messages:feedback-bugcheck','s:90:\"ar:رائع! تحقق من أن هذه ليست إحدى [$1 العلل المعروفة].\";'),('ar','messages:feedback-bugnew','s:52:\"ar:لقد تحققت. بلغ عن علة جديدة.\";'),('ar','messages:feedback-bugornote','s:322:\"ar:إن كنت مستعدا لشرح  مشكلة تقنية بالتفصيل، رجاءا [$1 قدم تقريرا بالخلل].\nبخلاف ذلك، يمكنك أستخدام الطريقة الأسهل أسفله، سيتم إضافة تعليقك للصفحة \"[$3 $2]\"، بالإضافة إلى اسم المستخدم.\";'),('ar','messages:feedback-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:feedback-close','s:7:\"ar:تم\";'),('ar','messages:feedback-dialog-intro','s:210:\"ar:أنت يمكنك استخدام الاستمارة السهلة بالأسفل لإرسال تعليقك. تعليقك ستتم إضافته للصفحة \"$1\"، مع اسم المستخدم الخاص بك.\";'),('ar','messages:feedback-dialog-title','s:33:\"ar:أرسل تغذية راجعة\";'),('ar','messages:feedback-error1','s:57:\"ar:خطأ: لا يمكن التعرف عليها من API\";'),('ar','messages:feedback-error4','s:72:\"ar:خطأ: غير قادر على نشر الى ان تعطي عنوان\";'),('ar','messages:feedback-external-bug-report-button','s:40:\"ar:أرسل تقرير علة تقنية\";'),('ar','messages:feedback-message','s:18:\"ar:الرسالة:\";'),('ar','messages:feedback-subject','s:18:\"ar:الموضوع:\";'),('ar','messages:feedback-submit','s:13:\"ar:إرسال\";'),('ar','messages:feedback-terms','s:252:\"ar:أنا أفهم أن معلومات وكيل المستخدم الخاص بي تشمل معلومات حول نسخة متصفحي ونظام التشغيل الخاص بي بالضبط وستتم مشاركتها علنيا بجانب تعليقي.\";'),('ar','messages:feedback-termsofuse','s:104:\"ar:أنا أوافق على توفير تعليقات بالتوافق مع شروط الاستخدام.\";'),('ar','messages:feedback-thanks','s:64:\"ar:شكرا! أُرسلت ملاحظاتك لصفحة \"[$2 $1]\".\";'),('ar','messages:feedback-thanks-title','s:19:\"ar:شكرًا لك!\";'),('ar','messages:feedback-useragent','s:29:\"ar:وكيل المستخدم:\";'),('ar','messages:fewestrevisions','s:42:\"ar:الصفحات ذات أقل تعديل\";'),('ar','messages:fewestrevisions-summary','s:3:\"en:\";'),('ar','messages:file-anchor-link','s:9:\"ar:ملف\";'),('ar','messages:file-deleted-duplicate','s:198:\"ar:ملف مطابق لهذه الملف ([[:$1]]) تم حذفه من قبل. ينبغي أن تتحقق من تاريخ الحذف لهذا الملف قبل المتابعة بإعادة رفعه.\";'),('ar','messages:file-deleted-duplicate-notitle','s:290:\"ar:سابقا تم حذف ملف مطابق لهذا الملف، وقد تم منع العنوان.\nينبغي أن تسأل شخص ما لديه القدرة على عرض بيانات الملف الممنوع لاستعراض الوضع قبل الشروع في إعادة تحميله.\";'),('ar','messages:file-exists-duplicate','s:86:\"ar:هذا الملف مكرر  {{PLURAL:$1|للملف|للملفات}} التالية:\";'),('ar','messages:file-exists-sharedrepo','s:139:\"ar:اسم الملف الذي اخترته مستخدم من قبل في مستودع مشترك.\nمن فضلك اختر اسماً آخر.\";'),('ar','messages:file-info','s:42:\"ar:حجم الملف: $1، نوع MIME: $2\";'),('ar','messages:file-info-gif-frames','s:90:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارا|$1 إطار}}\";'),('ar','messages:file-info-gif-looped','s:13:\"ar:ملفوف\";'),('ar','messages:file-info-png-frames','s:92:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارًا|$1 إطار}}\";'),('ar','messages:file-info-png-looped','s:13:\"ar:ملفوف\";'),('ar','messages:file-info-png-repeat','s:77:\"ar:عرضت {{PLURAL:$1||مرة واحدة|مرتين|$1 مرات|$1 مرة}}\";'),('ar','messages:file-info-size','s:60:\"ar:$1 × $2 بكسل حجم الملف: $3، نوع MIME: $4\";'),('ar','messages:file-info-size-pages','s:114:\"ar:$1 × $2 بكسل, حجم الملف  : $3 ، نوع الملف : $4 ، $5 {{PLURAL:$5| صفحة | صفحات}}\";'),('ar','messages:file-no-thumb-animation','s:161:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف ستكون غير متحركة.</strong>\";'),('ar','messages:file-no-thumb-animation-gif','s:185:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف GIF عالي الدقة ستكون غير متحركة.</strong>\";'),('ar','messages:file-nohires','s:46:\"ar:لا توجد دقة أعلى متوفرة.\";'),('ar','messages:file-thumbnail-no','s:268:\"ar:يبدأ الملف ب <strong>$1</strong>.\nيبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\nإذا كانت لديك الصورة في درجة دقة كاملة قم برفعها، أو قم بتغيير اسم الملف من فضلك.\";'),('ar','messages:file-too-large','s:61:\"ar:الملف الذي أرسلته كان كبيرا جدا.\";'),('ar','messages:filecopyerror','s:49:\"ar:تعذّر نسخ الملف \"$1\" إلى \"$2\".\";'),('ar','messages:filedelete','s:12:\"ar:حذف $1\";'),('ar','messages:filedelete-archive-read-only','s:103:\"ar:مجلد الأرشيف \"$1\" لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('ar','messages:filedelete-comment','s:14:\"ar:السبب:\";'),('ar','messages:filedelete-current-unregistered','s:72:\"ar:الملف المحدد \"$1\" ليس في قاعدة البيانات.\";'),('ar','messages:filedelete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('ar','messages:filedelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('ar','messages:filedelete-intro','s:98:\"ar:أنت على وشك حذف الملف <strong>[[Media:$1|$1]]</strong> مع كل تاريخه.\";'),('ar','messages:filedelete-intro-old','s:87:\"ar:أنت تحذف نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ [$4 $3، $2].\";'),('ar','messages:filedelete-legend','s:20:\"ar:حذف الملف\";'),('ar','messages:filedelete-maintenance','s:86:\"ar:حذف واسترجاع الملفات معطل مؤقتا خلال الصيانة.\";'),('ar','messages:filedelete-maintenance-title','s:34:\"ar:لا يمكن حذف الملف\";'),('ar','messages:filedelete-missing','s:71:\"ar:الملف \"$1\" لم يمكن حذفه، لأنه غير موجود.\";'),('ar','messages:filedelete-nofile','s:41:\"ar:<strong>$1</strong> غير موجود.\";'),('ar','messages:filedelete-nofile-old','s:96:\"ar:لا توجد نسخة مؤرشفة من <strong>$1</strong> بالعناصر المحددة.\";'),('ar','messages:filedelete-old-unregistered','s:89:\"ar:مراجعة الملف المحددة \"$1\" ليست في قاعدة البيانات.\";'),('ar','messages:filedelete-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('ar','messages:filedelete-reason-dropdown','s:89:\"ar:*أسباب الحذف الشائعة\n** خرق حقوق النشر\n** ملف مكرر\";'),('ar','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ar','messages:filedelete-reason-otherlist','s:16:\"ar:سبب آخر\";'),('ar','messages:filedelete-submit','s:9:\"ar:حذف\";'),('ar','messages:filedelete-success','s:37:\"ar:<strong>$1</strong> تم حذفه.\";'),('ar','messages:filedelete-success-old','s:82:\"ar:نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ $3، $2 تم حذفها.\";'),('ar','messages:filedeleteerror','s:37:\"ar:تعذّر حذف الملف \"$1\".\";'),('ar','messages:filedeleteerror-long','s:56:\"ar:حدثت أخطاء أثناء حذف الملف:\n\n$1\";'),('ar','messages:filedeleteerror-short','s:31:\"ar:خطأ حذف الملف: $1\";'),('ar','messages:filedesc','s:11:\"ar:ملخص\";'),('ar','messages:fileduplicatesearch','s:36:\"ar:بحث عن ملفات مكررة\";'),('ar','messages:fileduplicatesearch-filename','s:21:\"ar:اسم الملف:\";'),('ar','messages:fileduplicatesearch-info','s:68:\"ar:$1 × $2 بكسل<br />حجم الملف: $3<br />نوع MIME: $4\";'),('ar','messages:fileduplicatesearch-noresults','s:60:\"ar:لا ملف بالاسم \"$1\" تم العثور عليه.\";'),('ar','messages:fileduplicatesearch-result-1','s:53:\"ar:الملف \"$1\" ليس له تكرار مطابق.\";'),('ar','messages:fileduplicatesearch-result-n','s:87:\"ar:الملف \"$1\" له {{PLURAL:$2|1 تكرار مطابق|$2 تكرار مطابق}}.\";'),('ar','messages:fileduplicatesearch-submit','s:9:\"ar:بحث\";'),('ar','messages:fileduplicatesearch-summary','s:81:\"ar:ابحث عن الملفات المكررة بناء على قيم الهاش.\";'),('ar','messages:fileexists','s:204:\"ar:هناك ملف موجود يحمل نفس هذا الاسم الرجاء التحقق من <strong>[[:$1]]</strong> لو {{GENDER:|كنت}} غير متأكد أنك تريد تبديله.\n[[$1|thumb]]\";'),('ar','messages:fileexists-duplicate-version','s:139:\"ar:الملف المرفوع هو نسخة مطابقة من {{PLURAL:$2|نسخة أقدم|نسخ أقدم}} من <strong>[[:$1]]</strong>.\";'),('ar','messages:fileexists-extension','s:231:\"ar:يوجد ملف باسم مشابه: [[$2|thumb]]\n* اسم الملف المراد رفعه: <strong>[[:$1]]</strong>\n* اسم الملف الموجود: <strong>[[:$2]]</strong>\nمن فضلك اختر اسماً مختلفاً.\";'),('ar','messages:fileexists-forbidden','s:253:\"ar:هناك ملف موجود بهذا الاسم بالفعل، ولا يمكن إعادة الكتابة عليه.\nلو أنك مازلت تريد رفع ملفك، من فضلك عد واستخدم اسماً جديداً. [[File:$1|thumb|center|$1]]\";'),('ar','messages:fileexists-no-change','s:127:\"ar:الملف المرفوع هو نسخة مطابقة تمامًا للنسخة الحالية من <strong>[[:$1]]</strong>.\";'),('ar','messages:fileexists-shared-forbidden','s:241:\"ar:يوجد ملف بنفس الاسم بالفعل في مستودع الملفات المشترك.\nلو كنت مازلت تريد رفع ملفك، من فضلك ارجع واستخدم اسماً جديداً.\n[[File:$1|thumb|center|$1]]\";'),('ar','messages:fileexists-thumbnail-yes','s:260:\"ar:يبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\n[[$1|thumb]]\nمن فضلك افحص الملف <strong>[[:$1]]</strong>.\nإن كان هو نفس الملف بالحجم الأصلي فلا داعي لرفع تصغير إضافي.\";'),('ar','messages:filehist','s:24:\"ar:تاريخ الملف\";'),('ar','messages:filehist-comment','s:13:\"ar:تعليق\";'),('ar','messages:filehist-current','s:11:\"ar:حالي\";'),('ar','messages:filehist-datetime','s:20:\"ar:زمن/تاريخ\";'),('ar','messages:filehist-deleteall','s:18:\"ar:حذف الكل\";'),('ar','messages:filehist-deleteone','s:9:\"ar:حذف\";'),('ar','messages:filehist-dimensions','s:17:\"ar:الأبعاد\";'),('ar','messages:filehist-filesize','s:20:\"ar:حجم الملف\";'),('ar','messages:filehist-help','s:96:\"ar:اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.\";'),('ar','messages:filehist-nothumb','s:18:\"ar:لا تصغير\";'),('ar','messages:filehist-revert','s:15:\"ar:استرجع\";'),('ar','messages:filehist-thumb','s:22:\"ar:صورة مصغرة\";'),('ar','messages:filehist-thumbtext','s:42:\"ar:تصغير للنسخة بتاريخ $1\";'),('ar','messages:filehist-user','s:15:\"ar:مستخدم\";'),('ar','messages:filemissing','s:24:\"ar:الملف مفقود\";'),('ar','messages:filename','s:20:\"ar:اسم الملف\";'),('ar','messages:filename-bad-prefix','s:257:\"ar:اسم الملف الذي ترفعه يبدأ ب<strong>\"$1\"</strong>، وهو اسم غير وصفي غالباً ما تخصصه الكاميرات الرقمية تلقائياً.\nمن فضلك اختر اسماً يصف ملفك بوضوح أكثر.\";'),('ar','messages:filename-prefix-blacklist','s:609:\"ar: #<!-- اترك هذا السطر تماما كما هو --> <pre>\n# الصيغة كالتالي:\n#   * كل شيء من علامة \"#\" إلى آخر السطر هو تعليق\n#   * كل سطر غير فارغ هو بادئة لأسماء الملفات النمطية التي توضع تلقائيا بواسطة الكاميرات الرقمية\nCIMG # كاسيو\nDSC_ # نيكون\nDSCF # فوجي\nDSCN # نيكون\nDUW # بعض الهواتف المحمولة\nIMG # عام\nJD # جينوبتيك\nMGP # بينتاكس\nPICT # متنوع\n #</pre> <!-- اترك هذا السطر تماما كما هو -->\";'),('ar','messages:filename-thumb-name','s:303:\"ar:هذا يبدو وكأنه عنوان صورة مصغرة. من فضلك لا ترفع صورة مصغرة لنفس الويكي مرة ثانية. أو، من فضلك أصلح اسم الملف بحيث يكون معبرا أكثر، ولا يحتوي على بادئة الصورة المصغرة.\";'),('ar','messages:filename-toolong','s:78:\"ar:طول أسماء الملفات يجب أن لا يتجاوز 240 بايت\";'),('ar','messages:filename-tooshort','s:37:\"ar:اسم الملف قصير جدا.\";'),('ar','messages:filenotfound','s:41:\"ar:تعذّر إيجاد الملف \"$1\".\";'),('ar','messages:filepage-nofile','s:46:\"ar:لا ملف موجود بهذا الاسم.\";'),('ar','messages:filepage-nofile-link','s:78:\"ar:لا يوجد ملف بهذا الاسم، لكن يمكنك [$1 رفعه].\";'),('ar','messages:filepage.css','s:135:\"ar:/* CSS المعروض هنا سيضمن في صفحات وصف الملفات، أيضا على الويكيات الأجنبية */\";'),('ar','messages:filepageexists','s:316:\"ar:أنشئت صفحة وصف هذا الملف في <strong>[[:$1]]</strong>، لكن لا يوجد ملف بهذا الاسم حالياً.\nلن يظهر الملخص الذي تدخله على صفحة الوصف.\nلجعل ملخصك يظهر هناك، ستحتاج إلى تعديله يدوياً.\n[[$1|thumb]]\";'),('ar','messages:filereadonlyerror','s:204:\"ar:تعذر تعديل الملف \"$1\" لأن مستودع الملف \"$2\" في وضع القراءة فقط. \n\nإداري النظام الذي قام بغلقه قدم التفسير التالي: \"$3\".\";'),('ar','messages:filerenameerror','s:60:\"ar:تعذّر تغيير اسم الملف \"$1\" إلى \"$2\".\";'),('ar','messages:filereuploadsummary','s:29:\"ar:تغييرات الملف:\";'),('ar','messages:filerevert','s:18:\"ar:استرجع $1\";'),('ar','messages:filerevert-badversion','s:98:\"ar:لا توجد نسخة محلية سابقة لهذا الملف بالتاريخ المعطى.\";'),('ar','messages:filerevert-comment','s:14:\"ar:السبب:\";'),('ar','messages:filerevert-defaultcomment','s:54:\"ar:استرجع للنسخة بتاريخ $2، $1 ($3)\";'),('ar','messages:filerevert-identical','s:99:\"ar:الإصدار الحالي من الملف بالفعل مطابق للإصدار المحدد.\";'),('ar','messages:filerevert-intro','s:106:\"ar:أنت تسترجع الملف <strong>[[Media:$1|$1]]</strong> للنسخة [$4 بتاريخ $3، $2].\";'),('ar','messages:filerevert-legend','s:26:\"ar:استرجع الملف\";'),('ar','messages:filerevert-submit','s:15:\"ar:استرجع\";'),('ar','messages:filerevert-success','s:97:\"ar:<strong>[[Media:$1|$1]]</strong> تم استرجاعه [$4 للنسخة بتاريخ $3، $2].\";'),('ar','messages:filesource','s:12:\"ar:مصدر:\";'),('ar','messages:filestatus','s:32:\"ar:حالة حقوق النسخ:\";'),('ar','messages:filetype-bad-ie-mime','s:177:\"ar:لم يمكن رفع هذا المف لأن إنترنت إكسبلورر سيكتشفه ك\"$1\", وهو نوع ملف ممنوع ومن المحتمل أن يكون خطرا.\";'),('ar','messages:filetype-badmime','s:74:\"ar:من غير المسموح به رفع ملفات من النوع \"$1\".\";'),('ar','messages:filetype-banned','s:39:\"ar:نوع الملف هذا ممنوع.\";'),('ar','messages:filetype-banned-type','s:242:\"ar:<strong>\".$1\"</strong> {{PLURAL:$4|ليس نوع ملف مسموح به|ليسوا أنواع ملفات مسموح بها}}.\n{{PLURAL:$3|نوع الملف المسموح به هو|أنواع الملفات المسموح بها هي}} $2.\";'),('ar','messages:filetype-mime-mismatch','s:77:\"ar:امتداد الملف \".$1\" لا يطابق نوع MIME للملف ($2).\";'),('ar','messages:filetype-missing','s:52:\"ar:الملف بدون امتداد (مثل \".jpg\").\";'),('ar','messages:filetype-unwanted-type','s:170:\"ar:<strong>\".$1\"</strong> هو نوع ملف غير مرغوب فيه.\n{{PLURAL:$3|نوع الملف المفضل هو|أنواع الملفات المفضلة هي}} $2.\";'),('ar','messages:fileuploadsummary','s:12:\"ar:ملخص:\";'),('ar','messages:filewasdeleted','s:133:\"ar:تم رفع ثم حذف ملف بهذا الاسم من قبل.\nمن الأفضل مراجعة $1 قبل رفعه مرة أخرى.\";'),('ar','messages:fix-double-redirects','s:73:\"ar:حدث أي تحويلات تشير إلى العنوان الأصلي\";'),('ar','messages:formatnum-nan','s:18:\"ar:ليس عددا\";'),('ar','messages:formerror','s:51:\"ar:عطل: تعذّر إيداع الاستمارة\";'),('ar','messages:fri','s:11:\"ar:جمعة\";'),('ar','messages:friday','s:15:\"ar:الجمعة\";'),('ar','messages:friday-at','s:38:\"ar:يوم الجمعة الساعة $1\";'),('ar','messages:gallery-slideshow-toggle','s:39:\"ar:تغيير الصور المصغرة\";'),('ar','messages:gender-female','s:40:\"ar:هي تعدل صفحات الويكي\";'),('ar','messages:gender-male','s:40:\"ar:هو يعدل صفحات الويكي\";'),('ar','messages:gender-notknown','s:44:\"ar:هم يحررون صفحات الويكي\";'),('ar','messages:gender-unknown','s:126:\"ar:عند ذكرك، البرنامج سيستخدم كلمات محايدة النوع متى ما كان ذلك ممكناً\";'),('ar','messages:generic-pool-error','s:235:\"ar:عذرا، الخوادم منهكة حاليا.\nيحاول مستخدمون كثر الوصول إلى هذا المورد.\nمن فضلك تمهّل قليلا قبل محاولة الوصول إلى هذا المورد مجددا.\";'),('ar','messages:go','s:11:\"ar:اذهب\";'),('ar','messages:googleanalytics-desc','s:112:\"ar:يضيف سكريبت جوجل التحليلي (ga.js) إلى صفحات الميدياويكي للتتبع\";'),('ar','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ar','messages:gotointerwiki','s:22:\"ar:ترك {{SITENAME}}\";'),('ar','messages:gotointerwiki-external','s:150:\"ar:أنت على وشك ترك {{SITENAME}} لزيارة [[$2]]، وهو موقع منفصل.\n\n\'\'\'[$1 اضغط هنا للاستمرار إلى $1]\'\'\'\";'),('ar','messages:gotointerwiki-invalid','s:47:\"ar:العنوان المحدد غير صحيح.\";'),('ar','messages:grant-basic','s:38:\"ar:الصلاحيات الأساسية\";'),('ar','messages:grant-blockusers','s:55:\"ar:منع ورفع المنع عن المستخدمين\";'),('ar','messages:grant-createaccount','s:26:\"ar:إنشاء حسابات\";'),('ar','messages:grant-createeditmovepage','s:50:\"ar:إنشاء وتعديل ونقل الصفحات\";'),('ar','messages:grant-delete','s:75:\"ar:حذف الصفحات والمراجعات ومدخلات السجلات\";'),('ar','messages:grant-editinterface','s:100:\"ar:تعديل نطاق ميدياويكي وجسون على مستوى الموقع/المستخدم\";'),('ar','messages:grant-editmycssjs','s:72:\"ar:تعديل CSS/جافا سكريت/جسون الخاصة بحسابك\";'),('ar','messages:grant-editmyoptions','s:74:\"ar:تعديل تفضيلاتك وإعدادات الJSON الخاصة بك\";'),('ar','messages:grant-editmywatchlist','s:39:\"ar:تعديل قائمة مراقبتك\";'),('ar','messages:grant-editpage','s:37:\"ar:تعديل صفحات موجودة\";'),('ar','messages:grant-editprotected','s:35:\"ar:تعديل صفحات محمية\";'),('ar','messages:grant-editsiteconfig','s:66:\"ar:عدل CSS/JS على مستوى الموقع والمستخدم\";'),('ar','messages:grant-generic','s:35:\"ar:\"$1\" حزمة الصلاحيات\";'),('ar','messages:grant-group-administration','s:37:\"ar:أداء عمليات إدارية\";'),('ar','messages:grant-group-customization','s:38:\"ar:التخصيص والتفضيلات\";'),('ar','messages:grant-group-email','s:39:\"ar:إرسال بريد إلكتروني\";'),('ar','messages:grant-group-file-interaction','s:37:\"ar:التفاعل مع الوسائط\";'),('ar','messages:grant-group-high-volume','s:40:\"ar:أداء نشاط كبير الحجم\";'),('ar','messages:grant-group-other','s:28:\"ar:نشاطات متفرقة\";'),('ar','messages:grant-group-page-interaction','s:37:\"ar:التفاعل مع الصفحات\";'),('ar','messages:grant-group-private-information','s:67:\"ar:الوصول للبيانات السرية المتعلقة بك\";'),('ar','messages:grant-group-watchlist-interaction','s:50:\"ar:التفاعل مع قائمة المراقبة\";'),('ar','messages:grant-highvolume','s:33:\"ar:تعديل كبير الحجم\";'),('ar','messages:grant-import','s:36:\"ar:استيراد المراجعات\";'),('ar','messages:grant-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('ar','messages:grant-oversight','s:66:\"ar:إخفاء المستخدمين وإخفاء المراجعات\";'),('ar','messages:grant-patrol','s:43:\"ar:تغييرات دورية للصفحات\";'),('ar','messages:grant-privateinfo','s:47:\"ar:الوصول للمعلومات السرية\";'),('ar','messages:grant-protect','s:52:\"ar:حماية وإزالة حماية الصفحات\";'),('ar','messages:grant-rollback','s:56:\"ar:استرجاع التغييرات في الصفحات\";'),('ar','messages:grant-sendemail','s:75:\"ar:إرسال بريد إلكتروني للمستخدمين الآخرين\";'),('ar','messages:grant-uploadeditmovefile','s:46:\"ar:رفع وإزاحة ونقل الملفات\";'),('ar','messages:grant-uploadfile','s:33:\"ar:ارفع ملفات جديدة\";'),('ar','messages:grant-viewdeleted','s:58:\"ar:عرض الملفات والصفحات المحذوفة\";'),('ar','messages:grant-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('ar','messages:grant-viewrestrictedlogs','s:50:\"ar:عرض مدخلات السجل المحظورة\";'),('ar','messages:group','s:20:\"ar:المجموعة:\";'),('ar','messages:group-all','s:13:\"ar:(الكل)\";'),('ar','messages:group-autoconfirmed','s:51:\"ar:مستخدمون مؤكدون تلقائيًّا\";'),('ar','messages:group-autoconfirmed-member','s:98:\"ar:{{GENDER:$1|مستخدم مؤكد تلقائيًا|مستخدمة مؤكدة تلقائيًا}}\";'),('ar','messages:group-autoconfirmed.css','s:146:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين المؤكدين تلقائيا فقط */\";'),('ar','messages:group-autoconfirmed.js','s:125:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للمستخدمين المؤكدين تلقائيا فقط */\";'),('ar','messages:group-bot','s:13:\"ar:بوتات\";'),('ar','messages:group-bot-member','s:23:\"ar:{{GENDER:$1|بوت}}\";'),('ar','messages:group-bot.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البوتات فقط */\";'),('ar','messages:group-bot.js','s:87:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبوتات فقط */\";'),('ar','messages:group-bureaucrat','s:25:\"ar:بيروقراطيون\";'),('ar','messages:group-bureaucrat-member','s:33:\"ar:{{GENDER:$1|بيروقراط}}\";'),('ar','messages:group-bureaucrat.css','s:120:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البيروقراطيين فقط */\";'),('ar','messages:group-bureaucrat.js','s:99:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبيروقراطيين فقط */\";'),('ar','messages:group-interface-admin','s:30:\"ar:إداريو الواجهة\";'),('ar','messages:group-interface-admin-member','s:42:\"ar:{{GENDER:$1|إداري الواجهة}}\";'),('ar','messages:group-membership-link-with-expiry','s:17:\"ar:$1 (حتى $2)\";'),('ar','messages:group-named','s:32:\"ar:مستخدمون مسجلون\";'),('ar','messages:group-suppress','s:15:\"ar:مزيلون\";'),('ar','messages:group-suppress-member','s:36:\"ar:{{GENDER:$1|مزيل|مزيلة}}\";'),('ar','messages:group-sysop','s:17:\"ar:إداريون\";'),('ar','messages:group-sysop-member','s:40:\"ar:{{GENDER:$1|إداري|إدارية}}\";'),('ar','messages:group-sysop.css','s:112:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على الإداريين فقط */\";'),('ar','messages:group-sysop.js','s:91:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للإداريين فقط */\";'),('ar','messages:group-user','s:19:\"ar:مستخدمون\";'),('ar','messages:group-user-member','s:44:\"ar:{{GENDER:$1|مستخدم|مستخدمة}}\";'),('ar','messages:group-user.css','s:97:\"ar:/* CSS المعروض هنا سيؤثر على المستخدمين المسجلين فقط */\";'),('ar','messages:group-user.js','s:98:\"ar:/* أي JavaScript هنا سيتم تحميله للمستخدمين المسجلين فقط */\";'),('ar','messages:grouppage-autoconfirmed','s:62:\"ar:{{ns:project}}:مستخدمون مؤكدون تلقائيا\";'),('ar','messages:grouppage-bot','s:28:\"ar:{{ns:project}}:بوتات\";'),('ar','messages:grouppage-bureaucrat','s:40:\"ar:{{ns:project}}:بيروقراطيون\";'),('ar','messages:grouppage-interface-admin','s:45:\"ar:{{ns:project}}:إداريو الواجهة\";'),('ar','messages:grouppage-named','s:47:\"ar:{{ns:project}}:مستخدمون مسجلون\";'),('ar','messages:grouppage-suppress','s:43:\"ar:{{ns:project}}:خاصية الإزالة\";'),('ar','messages:grouppage-sysop','s:32:\"ar:{{ns:project}}:إداريون\";'),('ar','messages:grouppage-user','s:34:\"ar:{{ns:project}}:مستخدمون\";'),('ar','messages:guesstimezone','s:46:\"ar:أدخل التوقيت من المتصفح\";'),('ar','messages:headline-anchor-title','s:31:\"ar:وصلة لهذا القسم\";'),('ar','messages:hebrew-calendar-m1','s:13:\"ar:تيشري\";'),('ar','messages:hebrew-calendar-m1-gen','s:13:\"ar:تيشري\";'),('ar','messages:hebrew-calendar-m10','s:11:\"ar:تموز\";'),('ar','messages:hebrew-calendar-m10-gen','s:11:\"ar:تموز\";'),('ar','messages:hebrew-calendar-m11','s:7:\"ar:آف\";'),('ar','messages:hebrew-calendar-m11-gen','s:7:\"ar:آف\";'),('ar','messages:hebrew-calendar-m12','s:13:\"ar:أيلول\";'),('ar','messages:hebrew-calendar-m12-gen','s:13:\"ar:أيلول\";'),('ar','messages:hebrew-calendar-m2','s:15:\"ar:تيشفان\";'),('ar','messages:hebrew-calendar-m2-gen','s:15:\"ar:تيشفان\";'),('ar','messages:hebrew-calendar-m3','s:15:\"ar:كيسليف\";'),('ar','messages:hebrew-calendar-m3-gen','s:15:\"ar:كيسليف\";'),('ar','messages:hebrew-calendar-m4','s:13:\"ar:تيفيت\";'),('ar','messages:hebrew-calendar-m4-gen','s:13:\"ar:تيفيت\";'),('ar','messages:hebrew-calendar-m5','s:13:\"ar:شيفات\";'),('ar','messages:hebrew-calendar-m5-gen','s:13:\"ar:شيفات\";'),('ar','messages:hebrew-calendar-m6','s:11:\"ar:أدار\";'),('ar','messages:hebrew-calendar-m6-gen','s:11:\"ar:أدار\";'),('ar','messages:hebrew-calendar-m6a','s:22:\"ar:أدار الأول\";'),('ar','messages:hebrew-calendar-m6a-gen','s:22:\"ar:أدار الأول\";'),('ar','messages:hebrew-calendar-m6b','s:24:\"ar:أدار الثاني\";'),('ar','messages:hebrew-calendar-m6b-gen','s:24:\"ar:أدار الثاني\";'),('ar','messages:hebrew-calendar-m7','s:13:\"ar:نيزان\";'),('ar','messages:hebrew-calendar-m7-gen','s:13:\"ar:نيسان\";'),('ar','messages:hebrew-calendar-m8','s:11:\"ar:أيار\";'),('ar','messages:hebrew-calendar-m8-gen','s:11:\"ar:أيار\";'),('ar','messages:hebrew-calendar-m9','s:13:\"ar:سيفان\";'),('ar','messages:hebrew-calendar-m9-gen','s:13:\"ar:سيفان\";'),('ar','messages:help','s:15:\"ar:مساعدة\";'),('ar','messages:help-mediawiki','s:41:\"ar:مساعدة حول ميدياويكي\";'),('ar','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ar','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ar','messages:helppage-top-gethelp','s:15:\"ar:مساعدة\";'),('ar','messages:hidden-categories','s:121:\"ar:{{PLURAL:$1|لا تصنيفات مخفية|تصنيف مخفي|تصنيفان مخفيان|تصنيفات مخفية}}\";'),('ar','messages:hidden-category-category','s:28:\"ar:تصنيفات مخفية\";'),('ar','messages:hidden-category-category-desc','s:184:\"ar:التصنيف الذي فيه <code><nowiki>__HIDDENCAT__</nowiki></code> والذي يمنع مبدئيا عرضه في صندوق وصلات التصانيف في الصفحات.\";'),('ar','messages:hiddencategories','s:415:\"ar:{{PLURAL:$1|هذه الصفحة غير موجودة في أي تصنايف مخفية|هذه الصفحة موجودة في تصنيف مخفي واحد|هذه الصفحة موجودة في تصنيفين مخفيين|هذه الصفحة موجودة في $1 تصانيف مخفية|هذه الصفحة موجودة في $1 تصنيفا مخفيا|هذه الصفحة موجودة في $1 تصنيف مخفي}}:\";'),('ar','messages:hide','s:9:\"ar:أخف\";'),('ar','messages:hidetoc','s:9:\"ar:أخف\";'),('ar','messages:hijri-calendar-m1','s:11:\"ar:محرم\";'),('ar','messages:hijri-calendar-m10','s:11:\"ar:شوال\";'),('ar','messages:hijri-calendar-m11','s:20:\"ar:ذو القعدة\";'),('ar','messages:hijri-calendar-m12','s:18:\"ar:ذو الحجة\";'),('ar','messages:hijri-calendar-m2','s:9:\"ar:صفر\";'),('ar','messages:hijri-calendar-m3','s:22:\"ar:ربيع الأول\";'),('ar','messages:hijri-calendar-m4','s:24:\"ar:ربيع الثاني\";'),('ar','messages:hijri-calendar-m5','s:26:\"ar:جمادى الأولى\";'),('ar','messages:hijri-calendar-m6','s:28:\"ar:جمادى الثانية\";'),('ar','messages:hijri-calendar-m7','s:9:\"ar:رجب\";'),('ar','messages:hijri-calendar-m8','s:13:\"ar:شعبان\";'),('ar','messages:hijri-calendar-m9','s:13:\"ar:رمضان\";'),('ar','messages:hist','s:13:\"ar:تاريخ\";'),('ar','messages:histfirst','s:15:\"ar:الأقدم\";'),('ar','messages:histlast','s:15:\"ar:الأحدث\";'),('ar','messages:histlegend','s:415:\"ar:اختيار الفرق: ضع علامة على أزرار النسخ للمقارنة واضغط قارن بين النسخ المختارة أو الزر بالأسفل.<br />\nمفتاح: <strong>({{int:cur}})</strong> = الفرق مع النسخة الحالية، <strong>({{int:last}})</strong> = الفرق مع النسخة السابقة، <strong>{{int:minoreditletter}}</strong> = تغيير طفيف.\";'),('ar','messages:history','s:26:\"ar:تاريخ الصفحة\";'),('ar','messages:history-edit-tags','s:63:\"ar:عدّل وسوم المراجعات التي اخترتها\";'),('ar','messages:history-empty','s:71:\"ar:لم يتم العثور على التنقيحات المطابقة.\";'),('ar','messages:history-feed-description','s:68:\"ar:تاريخ التعديل لهذه الصفحة في الويكي\";'),('ar','messages:history-feed-empty','s:255:\"ar:الصفحة المطلوبة غير موجودة.\nمن المحتمل أن تكون هذه الصفحة قد حذفت من الويكي، أو نقلت.\nحاول [[Special:Search|البحث في الويكي]] عن صفحات جديدة ذات صلة.\";'),('ar','messages:history-feed-item-nocomment','s:13:\"ar:$1 في $2\";'),('ar','messages:history-feed-title','s:30:\"ar:تاريخ المراجعة\";'),('ar','messages:history-fieldset-title','s:32:\"ar:تصفية المراجعات\";'),('ar','messages:history-show-deleted','s:26:\"ar:المحذوفة فقط\";'),('ar','messages:history-title','s:36:\"ar:تاريخ مراجعات: «$1»\";'),('ar','messages:history_copyright','s:4:\"en:-\";'),('ar','messages:history_short','s:17:\"ar:التاريخ\";'),('ar','messages:history_small','s:13:\"ar:تاريخ\";'),('ar','messages:historyaction-submit','s:28:\"ar:عرض المراجعات\";'),('ar','messages:historyempty','s:13:\"ar:فارغة\";'),('ar','messages:historysize','s:41:\"ar:({{PLURAL:$1|1 بايت|$1 بايت}})\";'),('ar','messages:historywarning','s:159:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد حذفها بها {{PLURAL:$1|نسخة|نسخة واحدة|نسختان|$1 نسخ|$1 نسخة}}:\";'),('ar','messages:hookaborted','s:91:\"ar:التعديل الذي تحاول أن تقوم به أجهض من قبل امتداد.\";'),('ar','messages:hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('ar','messages:hours-abbrev','s:7:\"ar:$1س\";'),('ar','messages:hours-ago','s:46:\"ar:قبل {{PLURAL:$1|ساعة|$1 ساعات}}\";'),('ar','messages:htmlform-chosen-placeholder','s:11:\"ar:اختر\";'),('ar','messages:htmlform-cloner-create','s:26:\"ar:إضافة المزيد\";'),('ar','messages:htmlform-cloner-delete','s:13:\"ar:إزالة\";'),('ar','messages:htmlform-cloner-required','s:52:\"ar:مطلوب قيمة واحدة على الأقل.\";'),('ar','messages:htmlform-date-invalid','s:123:\"ar:القيمة التي حددتها ليست تاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD.\";'),('ar','messages:htmlform-date-placeholder','s:13:\"ar:YYYY-MM-DD\";'),('ar','messages:htmlform-date-toohigh','s:87:\"ar:القيمة التي حددتها هي بعد آخر تاريخ مسموح به $1.\";'),('ar','messages:htmlform-date-toolow','s:87:\"ar:القيمة التي حددتها هي قبل أول تاريخ مسموح به $1.\";'),('ar','messages:htmlform-datetime-invalid','s:143:\"ar:القيمة التي حددتها ليست وقتا وتاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD HH:MM:SS.\";'),('ar','messages:htmlform-datetime-placeholder','s:22:\"ar:YYYY-MM-DD HH:MM:SS\";'),('ar','messages:htmlform-datetime-toohigh','s:100:\"ar:القيمة التي حددتها هي بعد آخر تاريخ ووقت مسموح بهما $1.\";'),('ar','messages:htmlform-datetime-toolow','s:100:\"ar:القيمة التي حددتها هي قبل أول تاريخ ووقت مسموح بهما $1.\";'),('ar','messages:htmlform-float-invalid','s:56:\"ar:القيمة التي حددتها ليست عددا.\";'),('ar','messages:htmlform-int-invalid','s:67:\"ar:القيمة التي حددتها ليست عددا صحيحا.\";'),('ar','messages:htmlform-int-toohigh','s:83:\"ar:القيمة التي حددتها أكبر من الحد الأقصى وهو $1\";'),('ar','messages:htmlform-int-toolow','s:81:\"ar:القيمة التي حددتها أقل من الحد الأدنى وهو $1\";'),('ar','messages:htmlform-invalid-input','s:58:\"ar:توجد مشكلات ضمن بعض من مدخلاتك\";'),('ar','messages:htmlform-multiselect-toomany','s:85:\"ar:يتجاوز عدد العناصر التي حددتها الحد الأقصى $1.\";'),('ar','messages:htmlform-no','s:7:\"ar:لا\";'),('ar','messages:htmlform-required','s:35:\"ar:هذه القيمة مطلوبة\";'),('ar','messages:htmlform-reset','s:39:\"ar:الرجوع عن التغييرات\";'),('ar','messages:htmlform-select-badoption','s:74:\"ar:القيمة التي تم تحديدها غير صالحة كخيار.\";'),('ar','messages:htmlform-selectorother-other','s:11:\"ar:أخرى\";'),('ar','messages:htmlform-submit','s:13:\"ar:إرسال\";'),('ar','messages:htmlform-tag-not-allowed','s:39:\"ar:$1 هو ليس وسما مقبولا\";'),('ar','messages:htmlform-time-invalid','s:117:\"ar:القيمة التي حددتها ليست وقتا متعرف عليه. جرب استخدام صيغة HH:MM:SS.\";'),('ar','messages:htmlform-time-placeholder','s:11:\"ar:HH:MM:SS\";'),('ar','messages:htmlform-time-toohigh','s:83:\"ar:القيمة التي حددتها هي بعد آخر وقت مسموح به $1.\";'),('ar','messages:htmlform-time-toolow','s:83:\"ar:القيمة التي حددتها هي قبل أول وقت مسموح به $1.\";'),('ar','messages:htmlform-title-badnamespace','s:44:\"ar:[[:$1]] ليس في نطاق \"{{ns:$2}}\".\";'),('ar','messages:htmlform-title-interwiki','s:83:\"ar:$1 هو عنوان ما بين الويكي، يجب أن يكون محليًا.\";'),('ar','messages:htmlform-title-not-creatable','s:56:\"ar:\"$1\" ليس عنوان صفحة يمكن إنشاؤه\";'),('ar','messages:htmlform-title-not-exists','s:24:\"ar:$1 غير موجود.\";'),('ar','messages:htmlform-user-not-exists','s:40:\"ar:<strong>$1</strong> غير موجود\";'),('ar','messages:htmlform-user-not-valid','s:63:\"ar:اسم المستخدم <strong>$1</strong> غير صالح.\";'),('ar','messages:htmlform-yes','s:9:\"ar:نعم\";'),('ar','messages:http-bad-status','s:50:\"ar:ثمة مشكلة أثناء طلب HTTP: $1 $2\";'),('ar','messages:http-curl-error','s:33:\"ar:فشل جلب المسار: $1\";'),('ar','messages:http-internal-error','s:26:\"ar:خطأ HTTP داخلي.\";'),('ar','messages:http-invalid-scheme','s:71:\"ar:المسارات ذات البروتكول \"$1\" غير مدعومة.\";'),('ar','messages:http-invalid-url','s:31:\"ar:مسار غير صالح: $1\";'),('ar','messages:http-read-error','s:26:\"ar:خطأ قراءة HTTP.\";'),('ar','messages:http-request-error','s:49:\"ar:فشل طلب HTTP لسبب غير معروف.\";'),('ar','messages:http-timed-out','s:35:\"ar:انتهت مهلة طلب HTTP.\";'),('ar','messages:ignorewarning','s:72:\"ar:تجاهل التحذير واحفظ الملف على أية حال.\";'),('ar','messages:ignorewarnings','s:35:\"ar:تجاهل أية تحذيرات\";'),('ar','messages:illegal-filename','s:44:\"ar:لا يسمح باسم الملف هذا.\";'),('ar','messages:illegalfilename','s:191:\"ar:اسم الملف \"$1\" يحتوي على حروف غير مسموح بها في عناوين الصفحات.\nمن فضلك أعد تسمية الملف وحاول رفعه مرة أخرى.\";'),('ar','messages:ilsubmit','s:9:\"ar:بحث\";'),('ar','messages:imageinvalidfilename','s:47:\"ar:اسم الملف الهدف غير صحيح\";'),('ar','messages:imagelinks','s:28:\"ar:استخدام الملف\";'),('ar','messages:imagelisttext','s:105:\"ar:فيما يلي قائمة تحوي <strong>$1</strong> {{PLURAL:$1|ملف|ملفات}} مرتبة $2.\";'),('ar','messages:imagemaxsize','s:66:\"ar:حد حجم الصورة في صفحات وصف الملفات:\";'),('ar','messages:imagenocrossnamespace','s:81:\"ar:لا يمكن نقل الملف إلى نطاق غير نطاق الملفات\";'),('ar','messages:imagepage','s:31:\"ar:طالع صفحة الملف\";'),('ar','messages:imagetypemismatch','s:64:\"ar:امتداد الملف الجديد لا يطابق نوعه\";'),('ar','messages:img-auth-accessdenied','s:22:\"ar:رفض الوصول\";'),('ar','messages:img-auth-badtitle','s:53:\"ar:تعذر تشكيل عنوان صالح من \"$1\".\";'),('ar','messages:img-auth-isdir','s:102:\"ar:أنت تحاول الوصول إلى الدليل \"$1\".\nيسمح بوصول الملفات فقط.\";'),('ar','messages:img-auth-nofile','s:37:\"ar:الملف \"$1\" غير موجود.\";'),('ar','messages:img-auth-noread','s:63:\"ar:لا يملك المستخدم صلاحية قراءة \"$1\".\";'),('ar','messages:img-auth-notindir','s:89:\"ar:المسار المطلوب غير موجود في مجلد الرفع المضبوط.\";'),('ar','messages:img-auth-public','s:193:\"ar:وظيفة img_auth.php هي لإخراج الملفات من ويكي سري.\nهذا الويكي مضبوط كويكي علني.\nلتأمين إضافي، img_auth.php تم تعطيلها.\";'),('ar','messages:img-auth-streaming','s:15:\"ar:عرض \"$1\".\";'),('ar','messages:img-lang-default','s:36:\"ar:(اللغة الافتراضية)\";'),('ar','messages:img-lang-go','s:11:\"ar:اذهب\";'),('ar','messages:img-lang-info','s:45:\"ar:ترجم هذه الصورة إلى $1. $2\";'),('ar','messages:img-lang-opt','s:10:\"ar:$2 ($1)\";'),('ar','messages:imgfile','s:9:\"ar:ملف\";'),('ar','messages:imgmultigo','s:12:\"ar:اذهب!\";'),('ar','messages:imgmultigoto','s:30:\"ar:اذهب إلى صفحة $1\";'),('ar','messages:imgmultipagenext','s:34:\"ar:الصفحة التالية ←\";'),('ar','messages:imgmultipageprev','s:34:\"ar:→ الصفحة السابقة\";'),('ar','messages:immobile-source-namespace','s:70:\"ar:غير قادر على نقل الصفحات في النطاق \"$1\"\";'),('ar','messages:immobile-source-namespace-iw','s:101:\"ar:لا يمكن نقل الصفحات على الويكيات الأخرى من هذه الويكي.\";'),('ar','messages:immobile-source-page','s:52:\"ar:هذه الصفحة غير قابلة للنقل.\";'),('ar','messages:immobile-target-namespace','s:72:\"ar:غير قادر على نقل الصفحات إلى النطاق \"$1\"\";'),('ar','messages:immobile-target-namespace-iw','s:84:\"ar:وصلة الإنترويكي ليست هدفاً صالحاً لنقل صفحة.\";'),('ar','messages:immobile-target-page','s:79:\"ar:غير قادر على النقل إلى العنوان الوجهة هذا.\";'),('ar','messages:import','s:28:\"ar:استيراد صفحات\";'),('ar','messages:import-assign-known-users','s:127:\"ar:نسبة التعديلات للمستخدمين المحليين حيث المستخدم المسمى موجود محليا\";'),('ar','messages:import-comment','s:14:\"ar:تعليق:\";'),('ar','messages:import-error-bad-location','s:223:\"ar:المراجعة $2 التي تستخدم نموذج المحتوى $3 لا يمكن تخزينها على \"$1\" على هذه الويكي، بما أن هذا النموذج غير مدعوم على هذه الصفحة.\";'),('ar','messages:import-error-edit','s:95:\"ar:الصفحة \"$1\" لم يتم استيرادها لأنه لا يمكن لك تحريرها.\";'),('ar','messages:import-error-interwiki','s:119:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها محجوز للربط الخارجي (interwiki).\";'),('ar','messages:import-error-invalid','s:86:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها غير صحيح.\";'),('ar','messages:import-error-special','s:104:\"ar:صفحة \"$1\" لم تستورد لأنها تنتمي إلى نطاق خاص يمنع الصفحات.\";'),('ar','messages:import-error-unserialize','s:189:\"ar:مراجعة  $2  من صفحة \" $1 \" لا يمكن أن يكون أونسيرياليزيد. وأفيد المراجعة استخدام طراز المحتوى  $3  تسلسل ك  $4 .\";'),('ar','messages:import-interwiki-history','s:57:\"ar:انسخ كل المراجعات لهذه الصفحة\";'),('ar','messages:import-interwiki-sourcepage','s:29:\"ar:الصفحة المصدر:\";'),('ar','messages:import-interwiki-sourcewiki','s:29:\"ar:الويكي المصدر:\";'),('ar','messages:import-interwiki-submit','s:17:\"ar:استيراد\";'),('ar','messages:import-interwiki-templates','s:65:\"ar:ضمن كل القوالب والصفحات المسترجعة\";'),('ar','messages:import-interwiki-text','s:296:\"ar:اختر ويكي وعنوان الصفحة للاستيراد.\nتواريخ المراجعات وأسماء المحررين سيتم حفظها.\nكل أفعال الاستيراد من الويكيات الأخرى يتم تسجيلها في [[Special:Log/import|سجل الاستيراد]].\";'),('ar','messages:import-invalid-interwiki','s:67:\"ar:لم يمكن الاستيراد من الويكي المحدد.\";'),('ar','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ar','messages:import-logentry-interwiki-detail','s:120:\"ar:تم استيراد {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} من $2\";'),('ar','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ar','messages:import-logentry-upload-detail','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('ar','messages:import-mapping-default','s:41:\"ar:استورد للنطاق الأصلي\";'),('ar','messages:import-mapping-namespace','s:32:\"ar:استورد إلى نطاق:\";'),('ar','messages:import-mapping-subpage','s:68:\"ar:استورد كصفحات فرعية للصفحة التالية:\";'),('ar','messages:import-noarticle','s:36:\"ar:لا صفحة للاستيراد!\";'),('ar','messages:import-nonewrevisions','s:175:\"ar:لا مراجعات تم استيرادها (كل المراجعات إما أنها كانت موجودة بالفعل، وأو تم تجاوزها نتيجة أخطاء).\";'),('ar','messages:import-options-wrong','s:66:\"ar:خطأ {{PLURAL:$2|خيار|خيارات}}: <nowiki>$1</nowiki>\";'),('ar','messages:import-parse-failure','s:39:\"ar:فشل تحليل استيراد XML\";'),('ar','messages:import-revision-count','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('ar','messages:import-rootpage-invalid','s:97:\"ar:إن عنوان الصفحة الجذر المعطاة هي ذات عنوان غير صالح.\";'),('ar','messages:import-rootpage-nosubpage','s:86:\"ar:إن النطاق \"$1\" لصفحة الجذر لا يسمح بصفحات فرعية.\";'),('ar','messages:import-summary','s:3:\"en:\";'),('ar','messages:import-token-mismatch','s:442:\"ar:فقد لبيانات الجلسة.\nربما تم تسجيل خروجك. \'\'\'الرجاء التحقق من أنك لا تزال مسجلا الدخول وإعادة المحاولة\'\'\'.\nإذا كان لا يزال لا يعمل، حاول [[Special:UserLogout|تسجيل الخروج]] وتسجيل الدخول مرة أخرى، وتحقق من أن متصفحك يسمح بملفات تعريف الارتباط من هذا الموقع.\";'),('ar','messages:import-upload','s:26:\"ar:رفع بيانات XML\";'),('ar','messages:import-upload-filename','s:21:\"ar:اسم الملف:\";'),('ar','messages:import-upload-username-prefix','s:35:\"ar:بادئة الإنترويكي:\";'),('ar','messages:importbadinterwiki','s:37:\"ar:وصلة إنترويكي سيئة\";'),('ar','messages:importcantopen','s:49:\"ar:لم يمكن فتح ملف الاستيراد\";'),('ar','messages:imported-log-entries','s:122:\"ar:استورد {{PLURAL:$1||مدخلة سجل واحدة|مدخلتي سجل|$1 مدخلات سجل|$1 مدخل سجل}}.\";'),('ar','messages:importfailed','s:49:\"ar:فشل الاستيراد: <nowiki>$1</nowiki>\";'),('ar','messages:importinterwiki','s:38:\"ar:استورد من ويكي أخرى\";'),('ar','messages:importlogpage','s:28:\"ar:سجل الاستيراد\";'),('ar','messages:importlogpagetext','s:125:\"ar:عمليات الاستيراد الإدارية للصفحات مع تاريخ التعديل من ويكيات أخرى.\";'),('ar','messages:importnofile','s:44:\"ar:لم يتم رفع ملف استيراد.\";'),('ar','messages:importnopages','s:37:\"ar:لا صفحات للاستيراد\";'),('ar','messages:importnoprefix','s:55:\"ar:لا بادئة إنترويكي تم توفيرها\";'),('ar','messages:importnosources','s:134:\"ar:لا ويكيات للاستيراد منها تم تعريفها وعمليات رفع التاريخ المباشرة معطلة.\";'),('ar','messages:importstart','s:31:\"ar:استيراد صفحات...\";'),('ar','messages:importsuccess','s:33:\"ar:الاستيراد انتهى!\";'),('ar','messages:importtext','s:185:\"ar:من فضلك صدر الملف من الويكي المصدر باستخدام [[Special:Export|أداة التصدير]].\nاحفظها على حاسوبك ثم ارفعها هنا.\";'),('ar','messages:importunknownsource','s:44:\"ar:نوع مصدر استيراد مجهول\";'),('ar','messages:importuploaderrorpartial','s:94:\"ar:فشل رفع ملف الاستيراد. لم يتم رفع الملف إلا جزئياً.\";'),('ar','messages:importuploaderrorsize','s:102:\"ar:رفع ملف الاستيراد فشل.\nالملف أكبر من حجم الرفع المسموح.\";'),('ar','messages:importuploaderrortemp','s:82:\"ar:رفع ملف الاستيراد فشل.\nهناك مجلد مؤقت مفقود.\";'),('ar','messages:index-category','s:26:\"ar:صفحات مفهرسة\";'),('ar','messages:index-category-desc','s:200:\"ar:الصفحة فيها <code><nowiki>__INDEX__</nowiki></code> (وهي في نطاق يسمح بهذا العلم) ولذا فالروبوتات تفهرسها بينما الأصل ألا تفعل.\";'),('ar','messages:infiniteblock','s:18:\"ar:لا نهائي\";'),('ar','messages:intentionallyblankpage','s:54:\"ar:هذه الصفحة تركت فارغة عن قصد\";'),('ar','messages:interlanguage-link-title','s:12:\"ar:$1 – $2\";'),('ar','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ar','messages:interlanguage-link-title-nonlang','s:12:\"ar:$1 – $2\";'),('ar','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ar','messages:internalerror','s:20:\"ar:عطل داخلي\";'),('ar','messages:internalerror-fatal-exception','s:47:\"ar:استثناء مميت من النوع \"$1\"\";'),('ar','messages:internalerror_info','s:24:\"ar:عطل داخلي: $1\";'),('ar','messages:invalid-chunk-offset','s:40:\"ar:قطعة أوفست غير صالحة\";'),('ar','messages:invalid-content-data','s:48:\"ar:بيانات المحتوى غير صالحة\";'),('ar','messages:invalid-indicator-name','s:133:\"ar:<strong>خطأ:</strong> لا يجوز أن تبقى خاصية <code>name</code> لمؤشرات وضع الصفحة فارغةً.\";'),('ar','messages:invalid-json-data','s:28:\"ar: JSON غير صالح: $1\";'),('ar','messages:invalid-langconvert-attrs','s:258:\"ar:<strong>خطأ:</ strong> يجب ألا تكون السمات <code>from</code> و <code>to</code> علامة Langconvert فارغة ويجب أن تحتوي على أكواد BCP 47 للمتغيرات القابلة للتحويل من نفس اللغة.\";'),('ar','messages:invalidateemail','s:58:\"ar:إلغاء تأكيد البريد الإلكتروني\";'),('ar','messages:invalidemailaddress','s:173:\"ar:لا يمكن قبول عنوان البريد الإلكتروني حيث تبدو صيغته خاطئة.\nضع عنوانا مضبوطا أو أفرغ هذا الحقل.\";'),('ar','messages:invalidtitle','s:29:\"ar:عنوان غير صالح\";'),('ar','messages:invalidtitle-knownnamespace','s:71:\"ar:عنوان غير صالح في النطاق «$2» مع نص «$3»\";'),('ar','messages:invalidtitle-unknownnamespace','s:85:\"ar:عنوان غير صالح ذو نطاق غير معروف رقم $1 ونص «$2»\";'),('ar','messages:invert','s:28:\"ar:اعكس الاختيار\";'),('ar','messages:ip_range_exceeded','s:101:\"ar:نطاق الأيبي يتجاوز نطاقه الأقصى. النطاق المسموح به: /$1.\";'),('ar','messages:ip_range_invalid','s:67:\"ar:نطاق عناوين الأيبي المدخل غير صحيح.\";'),('ar','messages:ip_range_toolarge','s:64:\"ar:لا يسمح بنطاقات المنع الأكبر من /$1\";'),('ar','messages:ip_range_toolow','s:65:\"ar:نطاقات الأيبي فعليا غير مسموح بها.\";'),('ar','messages:ipaddressorusername','s:81:\"ar:عنوان الآيبي أو اسم المستخدم أو معرف المنع:\";'),('ar','messages:ipb-action-create','s:35:\"ar:إنشاء صفحات جديدة\";'),('ar','messages:ipb-action-move','s:39:\"ar:إعادة تسمية الصفحات\";'),('ar','messages:ipb-action-upload','s:24:\"ar:رفع الملفات\";'),('ar','messages:ipb-block-not-found','s:257:\"ar:لم يمكن فرض المنع، إلا أننا لم نجد منع قائم مفروض على \"$1\". لو استمرت هذه المشكلة، يرجى [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users الإبلاغ عنها].\";'),('ar','messages:ipb-blockingself','s:98:\"ar:أنت على وشك منع نفسك! أمتأكد من رغبتك في القيام بذلك؟\";'),('ar','messages:ipb-blocklist','s:46:\"ar:عرض حالات المنع الحالية\";'),('ar','messages:ipb-blocklist-contribs','s:34:\"ar:مساهمات {{GENDER:$1|$1}}\";'),('ar','messages:ipb-blocklist-duration-left','s:16:\"ar:يتبقى $1\";'),('ar','messages:ipb-change-block','s:61:\"ar:أعد منع المستخدم بهذه الإعدادات\";'),('ar','messages:ipb-confirm','s:20:\"ar:أكد المنع\";'),('ar','messages:ipb-confirmaction','s:159:\"ar:إن كنت متأكدًا أنك تريد القيام بذلك حقًا، فالرجاء التحقق من حقل \"{{int:ipb-confirm}}\" في الأسفل.\";'),('ar','messages:ipb-confirmhideuser','s:273:\"ar:أنت على وشك منع مستخدم مع تفعيل خيار \"أخف المستخدم\". سوف يخفي هذا الخيار اسم المستخدم من جميع القوائم ومدخلات السجلات. أمتأكد من رغبتك في القيام بذلك؟\";'),('ar','messages:ipb-default-expiry','s:3:\"en:\";'),('ar','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ar','messages:ipb-disableusertalk','s:33:\"ar:تعديل صفحة نقاشه\";'),('ar','messages:ipb-edit-dropdown','s:31:\"ar:عدل أسباب المنع\";'),('ar','messages:ipb-empty-block','s:62:\"ar:رفع المنع ليس لديه أي قيود ممكنة.\";'),('ar','messages:ipb-hardblock','s:94:\"ar:طبق المنع للمستخدمين الوالجين من عنوان الأيبي هذا\";'),('ar','messages:ipb-namespaces-label','s:15:\"ar:نطاقات\";'),('ar','messages:ipb-needreblock','s:74:\"ar:$1 ممنوع حاليا. هل تريد تغيير الإعدادات؟\";'),('ar','messages:ipb-otherblocks-header','s:99:\"ar:{{PLURAL:$1||المنع الآخر|المنعان الآخران|المنوعات الأخرى}}\";'),('ar','messages:ipb-pages-label','s:17:\"ar:الصفحات\";'),('ar','messages:ipb-partial','s:11:\"ar:جزئي\";'),('ar','messages:ipb-partial-help','s:212:\"ar:يسمح لك بتحديد الصفحات ومساحات الأسماء لحظرها. لا يحظر الإجراءات الافتراضية ولكنه يتيح لك حظر إجراءات معينة معينة.\";'),('ar','messages:ipb-prevent-user-talk-edit','s:152:\"ar:يجب السماح بتحرير صفحة نقاشه لمنع جزئي، ما لم يتضمن تقييدا على نطاق نقاش المستخدم.\";'),('ar','messages:ipb-sitewide','s:11:\"ar:كامل\";'),('ar','messages:ipb-sitewide-help','s:228:\"ar:يمنع التعديل على كل الصفحات و النطاقات. أيضا يمنع الأفعال الافتراضية ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users انظر المساعدة])\";'),('ar','messages:ipb-unblock','s:63:\"ar:رفع المنع عن مستخدم أو عنوان أيبي\";'),('ar','messages:ipb-unblock-addr','s:19:\"ar:رفع منع $1\";'),('ar','messages:ipb_already_blocked','s:31:\"ar:\"$1\" ممنوع حالياً\";'),('ar','messages:ipb_blocked_as_range','s:201:\"ar:خطأ: الأيبي $1 ليس ممنوعاً مباشرة ولا يمكن رفع المنع عنه.\nلكنه ممنوع كجزء من النطاق $2، والذي يمكن رفع المنع عنه.\";'),('ar','messages:ipb_cant_unblock','s:83:\"ar:خطأ: لم يعثر على منع $1. ربما رُفع منعه بالفعل.\";'),('ar','messages:ipb_expiry_invalid','s:47:\"ar:تاريخ الانتهاء غير صحيح.\";'),('ar','messages:ipb_expiry_old','s:65:\"ar:توقيت انتهاء المنع واقع في الماضي.\";'),('ar','messages:ipb_expiry_temp','s:102:\"ar:عمليات منع أسماء المستخدمين المخفية يجب أن تكون دائمة.\";'),('ar','messages:ipb_hide_invalid','s:119:\"ar:غير قادر على منع الحساب؛ لديه أكثر من {{PLURAL:$1|تعديل واحد|$1 تعديل}}.\";'),('ar','messages:ipb_hide_partial','s:132:\"ar:عمليات المنع التي تشمل إخفاء اسم المستخدم يجب أن تكون عمليات منع كاملة.\";'),('ar','messages:ipbblocked','s:92:\"ar:لا يمكنك منع أو رفع منع مستخدمين آخرين لأنك ممنوع\";'),('ar','messages:ipbcreateaccount','s:30:\"ar:إنشاء الحسابات\";'),('ar','messages:ipbemailban','s:39:\"ar:إرسال بريد إلكتروني\";'),('ar','messages:ipbenableautoblock','s:210:\"ar:تلقائيا امنع آخر عنوان أيبي تم استعماله بواسطة هذا المستخدم، وأي عناوين أيبي أخرى يحاول التحرير من خلالها، لمدة $1\";'),('ar','messages:ipbhidename','s:74:\"ar:أخف اسم المستخدم من التعديلات والقوائم\";'),('ar','messages:ipblocklist','s:42:\"ar:المستخدمون الممنوعون\";'),('ar','messages:ipblocklist-empty','s:36:\"ar:قائمة المنع فارغة.\";'),('ar','messages:ipblocklist-legend','s:37:\"ar:إيجاد مستخدم ممنوع\";'),('ar','messages:ipblocklist-localblock','s:26:\"ar:المنع المحلي\";'),('ar','messages:ipblocklist-no-results','s:138:\"ar:لم يتم العثور على عمليات منع مطابقة لعنوان الأيبي أو اسم المستخدم المطلوب.\";'),('ar','messages:ipblocklist-otherblocks','s:99:\"ar:{{PLURAL:$1||المنع الآخر|المنعان الآخران|المنوعات الأخرى}}\";'),('ar','messages:ipblocklist-submit','s:9:\"ar:بحث\";'),('ar','messages:ipbnounblockself','s:55:\"ar:لا يسمح لك برفع المنع عن نفسك\";'),('ar','messages:ipboptions','s:220:\"ar:ساعتين:2 hours,يوم واحد:1 day,3 أيام:3 days,أسبوع واحد:1 week,أسبوعين:2 weeks,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months,سنة واحدة:1 year,دائم:infinite\";'),('ar','messages:ipbother','s:17:\"ar:وقت آخر:\";'),('ar','messages:ipbreason','s:14:\"ar:السبب:\";'),('ar','messages:ipbreason-dropdown','s:361:\"ar:*أسباب المنع الشائعة\n** كتابة معلومات زائفة\n** إزالة المحتوى من الصفحات\n** سبام وصلات لمواقع خارجية\n** كتابة كلام لا معنى له في الصفحات\n** سلوك عدواني\n** إساءة استخدام حسابات متعددة\n** اسم مستخدم غير مقبول\";'),('ar','messages:ipbsubmit','s:35:\"ar:امنع هذا المستخدم\";'),('ar','messages:ipbwatchuser','s:80:\"ar:راقب صفحتي المستخدم والنقاش لهذا المستخدم\";'),('ar','messages:ipusubmit','s:29:\"ar:ارفع هذا المنع\";'),('ar','messages:iranian-calendar-m1','s:17:\"ar:فروردین\";'),('ar','messages:iranian-calendar-m10','s:7:\"ar:دی\";'),('ar','messages:iranian-calendar-m11','s:11:\"ar:بهمن\";'),('ar','messages:iranian-calendar-m12','s:13:\"ar:إسفند\";'),('ar','messages:iranian-calendar-m2','s:19:\"ar:أردیبهشت\";'),('ar','messages:iranian-calendar-m3','s:13:\"ar:خرداد\";'),('ar','messages:iranian-calendar-m4','s:9:\"ar:تیر\";'),('ar','messages:iranian-calendar-m5','s:15:\"ar:امرداد\";'),('ar','messages:iranian-calendar-m6','s:15:\"ar:شهریور\";'),('ar','messages:iranian-calendar-m7','s:9:\"ar:مهر\";'),('ar','messages:iranian-calendar-m8','s:11:\"ar:آبان\";'),('ar','messages:iranian-calendar-m9','s:9:\"ar:آذر\";'),('ar','messages:isimage','s:18:\"ar:وصلة ملف\";'),('ar','messages:isredirect','s:22:\"ar:صفحة تحويل\";'),('ar','messages:istemplate','s:11:\"ar:مضمن\";'),('ar','messages:jan','s:13:\"ar:يناير\";'),('ar','messages:january','s:13:\"ar:يناير\";'),('ar','messages:january-gen','s:13:\"ar:يناير\";'),('ar','messages:javascripttest','s:34:\"ar:اختبار جافاسكربت\";'),('ar','messages:javascripttest-qunit-intro','s:66:\"ar:راجع [$1 وثيقة الاختبار] على mediawiki.org.\";'),('ar','messages:json-error-ctrl-char','s:79:\"ar:خطأ في محرف التحكم، ربما نتيجة سوء ترميزه.\";'),('ar','messages:json-error-depth','s:53:\"ar:عمق الستاك الأقصى تم تجاوزه\";'),('ar','messages:json-error-invalid-property-name','s:71:\"ar:اسم الخاصية التي فُك ترميزها غير صالح\";'),('ar','messages:json-error-state-mismatch','s:44:\"ar:JSON غير صحيح أو غير مهيأ\";'),('ar','messages:json-error-syntax','s:20:\"ar:خطأ صياغة\";'),('ar','messages:json-error-unknown','s:59:\"ar:وقعت مشكلة مع JSON. رسالة الخطأ: $1\";'),('ar','messages:json-error-utf16','s:85:\"ar:أحرف UTF-8 مشوهة؛ ربما تم تشفيرها بشكل غير صحيح.\";'),('ar','messages:json-error-utf8','s:87:\"ar:خطأ في تشكيل محارف UTF-8، ربما نتيجة سوء ترميزها.\";'),('ar','messages:json-warn-trailing-comma','s:183:\"ar:تمت إزالة {{PLURAL:$1|فاصلة انتهائية واحدة|فاصلتين انتهائيتين|$1 فاصلات انتهائية|$1 فاصلة انتهائية}} من JSON\";'),('ar','messages:jul','s:13:\"ar:يوليو\";'),('ar','messages:july','s:13:\"ar:يوليو\";'),('ar','messages:july-gen','s:13:\"ar:يوليو\";'),('ar','messages:jumpto','s:19:\"ar:اذهب إلى:\";'),('ar','messages:jumptonavigation','s:11:\"ar:تصفح\";'),('ar','messages:jumptosearch','s:11:\"ar:ابحث\";'),('ar','messages:jun','s:13:\"ar:يونيو\";'),('ar','messages:june','s:13:\"ar:يونيو\";'),('ar','messages:june-gen','s:13:\"ar:يونيو\";'),('ar','messages:just-now','s:18:\"ar:الآن فقط\";'),('ar','messages:lag-warn-high','s:300:\"ar:نتيجة لوجود تأخر كبير في تحديث قاعدة بيانات الخادوم، التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} ربما لا تكون ظاهرة في هذه القائمة.\";'),('ar','messages:lag-warn-normal','s:188:\"ar:التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} قد لا تظهر في هذه القائمة.\";'),('ar','messages:laggedreplicamode','s:101:\"ar:<strong>تحذير:</strong> الصفحة قد لا تحتوي على أحدث التحديثات.\";'),('ar','messages:language-converter-depth-warning','s:53:\"ar:تم تخطي حد عمق محول اللغة ($1)\";'),('ar','messages:large-file','s:92:\"ar:ينصح ألا تكون الملفات أكبر من $1؛ هذا الملف حجمه $2.\";'),('ar','messages:largefileserver','s:91:\"ar:حجم هذا الملف أكبر من المسموح به على هذا الخادوم.\";'),('ar','messages:last','s:15:\"ar:السابق\";'),('ar','messages:lastmodifiedat','s:78:\"ar:آخر تعديل لهذه الصفحة كان يوم $1، الساعة $2.\";'),('ar','messages:lastmodifiedatby','s:68:\"ar:أجرى $3 آخر تعديل لهذه الصفحة في $2، $1.\";'),('ar','messages:license','s:14:\"ar:ترخيص:\";'),('ar','messages:license-header','s:13:\"ar:ترخيص\";'),('ar','messages:license-nopreview','s:46:\"ar:(العرض المسبق غير متوفر)\";'),('ar','messages:licenses','s:4:\"en:-\";'),('ar','messages:licenses-edit','s:37:\"ar:عدل خيارات الترخيص\";'),('ar','messages:limitreport-cputime','s:43:\"ar:زمن المعالجة المستغرق\";'),('ar','messages:limitreport-cputime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('ar','messages:limitreport-expansiondepth','s:30:\"ar:أعمق التوسيعات\";'),('ar','messages:limitreport-expansiondepth-value','s:8:\"ar:$1/$2\";'),('ar','messages:limitreport-expensivefunctioncount','s:33:\"ar:دوال محللة مكلفة\";'),('ar','messages:limitreport-expensivefunctioncount-value','s:8:\"ar:$1/$2\";'),('ar','messages:limitreport-postexpandincludesize','s:39:\"ar:حجم تضمين التوسيعات\";'),('ar','messages:limitreport-postexpandincludesize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('ar','messages:limitreport-ppvisitednodes','s:37:\"ar:عدد العقد المعالجة\";'),('ar','messages:limitreport-ppvisitednodes-value','s:8:\"ar:$1/$2\";'),('ar','messages:limitreport-templateargumentsize','s:37:\"ar:حجم معطيات القوالب\";'),('ar','messages:limitreport-templateargumentsize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('ar','messages:limitreport-title','s:31:\"ar:بيانات تحليلية:\";'),('ar','messages:limitreport-unstrip-depth','s:60:\"ar:عمق الاستدعاء الذاتي لأونستريب\";'),('ar','messages:limitreport-unstrip-depth-value','s:8:\"ar:$1/$2\";'),('ar','messages:limitreport-unstrip-size','s:51:\"ar:حجم أونستريب ما بعد التوسع\";'),('ar','messages:limitreport-unstrip-size-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('ar','messages:limitreport-walltime','s:45:\"ar:الزمن الحقيقي المستغرق\";'),('ar','messages:limitreport-walltime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('ar','messages:lineno','s:13:\"ar:سطر $1:\";'),('ar','messages:linkaccounts','s:26:\"ar:ربط الحسابات\";'),('ar','messages:linkaccounts-submit','s:28:\"ar:اربط الحسابات\";'),('ar','messages:linkaccounts-success-text','s:30:\"ar:الحساب تم وصله.\";'),('ar','messages:linksearch','s:46:\"ar:بحث في الوصلات الخارجية\";'),('ar','messages:linksearch-error','s:95:\"ar:الكروت الخاصة يمكن أن تظهر فقط في بداية اسم المضيف.\";'),('ar','messages:linksearch-line','s:26:\"ar:$1 موصولة من $2\";'),('ar','messages:linksearch-ns','s:16:\"ar:النطاق:\";'),('ar','messages:linksearch-ok','s:9:\"ar:بحث\";'),('ar','messages:linksearch-pat','s:21:\"ar:نمط البحث:\";'),('ar','messages:linksearch-summary','s:3:\"en:\";'),('ar','messages:linksearch-text','s:395:\"ar:Wildcards مثل \"*.wikipedia.org\" يمكن استخدامها.\nتحتاج على الأقل إلى نطاق ذو مستوى أعلى، كمثال \"*.org\".<br />\n{{PLURAL:$2|البروتوكول المدعوم|البروتوكولان المدعومان|البروتوكولات المدعومة}}: $1 (تتم إضافة http:// تلقائيا عند عدم تحديد أي بروتوكول).\";'),('ar','messages:linkshere','s:67:\"ar:الصفحات التالية تصل إلى <strong>$2</strong>:\";'),('ar','messages:linkstoimage','s:220:\"ar:{{PLURAL:$1||الصفحة التالية تستخدم|الصفحتان التاليتان تستخدمان|ال$1 صفحات التالية تستخدم|ال$1 صفحة التالية تستخدم}} هذا الملف:\";'),('ar','messages:linkstoimage-more','s:442:\"ar:أكثر من {{PLURAL:$1||صفحة واحدة تستخدم|صفحتين تستخدمان|$1 صفحات تستخدم|$1 صفحة تستخدم}} هذا الملف.\nالقائمة التالية تعرض فقط {{PLURAL:$1||أول صفحة تستخدم|أول صفحتين تستخدمان|أول $1 صفحات تستخدم|أول $1 صفحة تستخدم}} هذا الملف.\n[[Special:WhatLinksHere/$2|قائمة كاملة]] متوفرة.\";'),('ar','messages:linkstoimage-redirect','s:30:\"ar:$1 (تحويلة ملف) $2\";'),('ar','messages:linterror-bogus-image-options','s:27:\"ar:خيار ملف زائف\";'),('ar','messages:linterror-deletable-table-tag','s:57:\"ar:علامة الجدول التي ينبغي حذفها\";'),('ar','messages:linterror-html5-misnesting','s:42:\"ar:عدم تداخل (معطوب الآن)\";'),('ar','messages:linterror-misc-tidy-replacement-issues','s:77:\"ar:أخطاء ترميز متنوعة تؤثر على استبدال تيدي\";'),('ar','messages:linterror-misnested-tag','s:110:\"ar:العلامة غير المتداخلة التي ينبغي أن تكون متداخلة بشكل صحيح\";'),('ar','messages:linterror-missing-end-tag','s:39:\"ar:علامة انتهاء مفقودة\";'),('ar','messages:linterror-multi-colon-escape','s:54:\"ar:الهروب متعدد النقاط الرأسية\";'),('ar','messages:linterror-multiline-html-table-in-list','s:123:\"ar:جدول HTML5 متعدد الأسطر داخل قائمة، تم تقديمه بشكل مختلف في HTML5 وتيدي\";'),('ar','messages:linterror-multiple-unclosed-formatting-tags','s:75:\"ar:علامات تنسيق متعددة غير مغلقة في الصفحة\";'),('ar','messages:linterror-obsolete-tag','s:23:\"ar:وسم HTML قديم\";'),('ar','messages:linterror-pwrap-bug-workaround','s:40:\"ar:حل علة التفاف الفقرة\";'),('ar','messages:linterror-self-closed-tag','s:35:\"ar:علامة مغلقة ذاتيا\";'),('ar','messages:linterror-stripped-tag','s:26:\"ar:علامة مجهولة\";'),('ar','messages:linterror-tidy-font-bug','s:105:\"ar:تغير لون علامة لون الارتباط في تيدي ولكنها لن تظهر في HTML5\";'),('ar','messages:linterror-tidy-whitespace-bug','s:40:\"ar:علة مسافة بيضاء تيدي\";'),('ar','messages:linterror-unclosed-quotes-in-heading','s:79:\"ar:اقتباس غير مغلق يتسرب خارج جدول المحتويات\";'),('ar','messages:listduplicatedfiles','s:50:\"ar:قائمة الملفات مع المكررات\";'),('ar','messages:listduplicatedfiles-entry','s:179:\"ar:[[:File:$1|$1]] مكرر في [[$3|{{PLURAL:$2||مكان آخر واحد|مكانين آخرين اثنين|$2 أماكن أخرى|$2 مكاناً آخر|$2مكان آخر}}]].\";'),('ar','messages:listduplicatedfiles-summary','s:174:\"ar:هذه قائمة بملفات أحدث نسخة منها تكرر أحدث نسخة من ملف آخر. لا تشمل القائمة إلا الملفات المحلية.\";'),('ar','messages:listfiles','s:28:\"ar:قائمة الملفات\";'),('ar','messages:listfiles-delete','s:9:\"ar:حذف\";'),('ar','messages:listfiles-latestversion','s:30:\"ar:النسخة الحالية\";'),('ar','messages:listfiles-latestversion-no','s:7:\"ar:لا\";'),('ar','messages:listfiles-latestversion-yes','s:9:\"ar:نعم\";'),('ar','messages:listfiles-show-all','s:57:\"ar:أدرج النسخ القديمة من الملفات\";'),('ar','messages:listfiles-summary','s:82:\"ar:هذه الصفحة الخاصة تعرض كل الملفات المرفوعة.\";'),('ar','messages:listfiles-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('ar','messages:listfiles_count','s:9:\"ar:نسخ\";'),('ar','messages:listfiles_date','s:13:\"ar:تاريخ\";'),('ar','messages:listfiles_description','s:13:\"ar:الوصف\";'),('ar','messages:listfiles_name','s:13:\"ar:الاسم\";'),('ar','messages:listfiles_size','s:13:\"ar:الحجم\";'),('ar','messages:listfiles_subpage','s:20:\"ar:مرفوعات $1\";'),('ar','messages:listfiles_thumb','s:13:\"ar:تصغير\";'),('ar','messages:listfiles_user','s:19:\"ar:المستخدم\";'),('ar','messages:listgrants','s:13:\"ar:المنح\";'),('ar','messages:listgrants-grant','s:15:\"ar:المنحة\";'),('ar','messages:listgrants-grant-display','s:23:\"ar:$1 <code>($2)</code>\";'),('ar','messages:listgrants-rights','s:21:\"ar:الصلاحيات\";'),('ar','messages:listgrants-summary','s:668:\"ar:التالي هو قائمة بالمنح بعمليات الوصول لصلاحيات المستخدم المصاحبة لها. المستخدمون يمكنهم إعطاء صلاحية للتطبيقات لاستخدام حساباتهم، ولكن بسماحات محدودة بناء على المنح التي أعطاها المستخدم للتطبيق. تطبيق يعمل بالنيابة عن مستخدم لا يمكنه استخدام الصلاحيات التي لا يمتلكها المستخدم بالفعل.\nربما تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] حول الصلاحيات الفردية.\";'),('ar','messages:listgrouprights','s:53:\"ar:صلاحيات مجموعات المستخدمين\";'),('ar','messages:listgrouprights-addgroup','s:78:\"ar:يمكنه إضافة {{PLURAL:$2|المجموعة|المجموعات}}: $1\";'),('ar','messages:listgrouprights-addgroup-all','s:48:\"ar:يمكنه إضافة كل المجموعات\";'),('ar','messages:listgrouprights-addgroup-self','s:107:\"ar:يمكنه إضافة {{PLURAL:$2|المجموعة|المجموعات}} إلى حسابه الخاص: $1\";'),('ar','messages:listgrouprights-addgroup-self-all','s:77:\"ar:يمكنه إضافة كل المجموعات إلى حسابه الخاص\";'),('ar','messages:listgrouprights-group','s:19:\"ar:المجموعة\";'),('ar','messages:listgrouprights-helppage','s:41:\"ar:Help:صلاحيات المجموعات\";'),('ar','messages:listgrouprights-key','s:160:\"ar:عنوان:\n* <span class=\"listgrouprights-granted\">صلاحية ممنوحة</span>\n* <span class=\"listgrouprights-revoked\">صلاحية مسحوبة</span>\";'),('ar','messages:listgrouprights-members','s:30:\"ar:(قائمة الأعضاء)\";'),('ar','messages:listgrouprights-namespaceprotection-header','s:24:\"ar:قيود النطاق\";'),('ar','messages:listgrouprights-namespaceprotection-namespace','s:15:\"ar:النطاق\";'),('ar','messages:listgrouprights-namespaceprotection-restrictedto','s:73:\"ar:الصلاحيات التي تسمح للمستخدم بالتعديل\";'),('ar','messages:listgrouprights-removegroup','s:78:\"ar:يمكنه إزالة {{PLURAL:$2|المجموعة|المجموعات}}: $1\";'),('ar','messages:listgrouprights-removegroup-all','s:48:\"ar:يمكنه إزالة كل المجموعات\";'),('ar','messages:listgrouprights-removegroup-self','s:105:\"ar:يمكنه إزالة {{PLURAL:$2|المجموعة|المجموعات}} من حسابه الخاص: $1\";'),('ar','messages:listgrouprights-removegroup-self-all','s:75:\"ar:يمكنه إزالة كل المجموعات من حسابه الخاص\";'),('ar','messages:listgrouprights-right-display','s:68:\"ar:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ar','messages:listgrouprights-right-revoked','s:68:\"ar:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ar','messages:listgrouprights-rights','s:21:\"ar:الصلاحيات\";'),('ar','messages:listgrouprights-summary','s:290:\"ar:فيما يلي قائمة بمجموعات المستخدمين المحددة في هذا الويكي،  مع حقوق الوصول المرتبطة بها. قد تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] على صلاحيات محددة.\";'),('ar','messages:listredirects','s:28:\"ar:عرض التحويلات\";'),('ar','messages:listredirects-summary','s:3:\"en:\";'),('ar','messages:listusers','s:28:\"ar:قائمة الأعضاء\";'),('ar','messages:listusers-blocked','s:15:\"ar:(ممنوع)\";'),('ar','messages:listusers-creationsort','s:42:\"ar:رتب حسب تاريخ الإنشاء\";'),('ar','messages:listusers-desc','s:24:\"ar:رتب تنازليا\";'),('ar','messages:listusers-editsonly','s:76:\"ar:اعرض المستخدمين الذين أجروا تعديلات فقط\";'),('ar','messages:listusers-noresult','s:39:\"ar:لم يتم إيجاد مستخدم.\";'),('ar','messages:listusers-submit','s:11:\"ar:اعرض\";'),('ar','messages:listusers-summary','s:3:\"en:\";'),('ar','messages:listusers-temporarygroupsonly','s:93:\"ar:عرض المستخدمين في مجموعات المستخدمين المؤقتة فقط\";'),('ar','messages:listusersfrom','s:51:\"ar:اعرض المستخدمين ابتداء من:\";'),('ar','messages:localtime','s:27:\"ar:الوقت المحلي:\";'),('ar','messages:lockbtn','s:37:\"ar:قفل قاعدة البيانات\";'),('ar','messages:lockconfirm','s:67:\"ar:نعم، أريد قفل قاعدة البيانات فعلاً.\";'),('ar','messages:lockdb','s:37:\"ar:قفل قاعدة البيانات\";'),('ar','messages:lockdbsuccesssub','s:48:\"ar:نجح إقفال قاعدة البيانات\";'),('ar','messages:lockdbsuccesstext','s:157:\"ar:لقد أغلقت قاعدة البيانات.<br />\nتذكر أن [[Special:UnlockDB|تزيل الغلق]] بعد اكتمال أعمال الصيانة.\";'),('ar','messages:lockdbtext','s:487:\"ar:إغلاق قاعدة البيانات سوف يمنع جميع المستخدمين من تحرير الصفحات وتغيير التفضيلات الخاصة بهم وتعديل قائمة المراقبة وغير ذلك من الأمور التي تتطلب تعديل قاعدة البيانات.\nمن فضلك تأكد من أن هذا حقاً ما ترغب القيام به، ومن أنك سوف تقوم بإزالة الغلق بعد الانتهاء من الصيانة.\";'),('ar','messages:lockedbyandtime','s:44:\"ar:(من {{GENDER:$1|$1}} على $2 في $3)\";'),('ar','messages:lockfilenotwritable','s:245:\"ar:ملف غلق قاعدة البيانات لا يمكن الكتابة عليه.\nلغلق قاعدة البيانات أو إزالة الغلق يجب أن يكون هذا الملف قابلا للكتابة من قبل خادم الويب.\";'),('ar','messages:lockmanager-fail-acquirelock','s:58:\"ar:لا يمكن الحصول على تأمين لـ \"$1\".\";'),('ar','messages:lockmanager-fail-closelock','s:50:\"ar:تعذر إغلاق ملف التأمين \"$1\".\";'),('ar','messages:lockmanager-fail-conflict','s:103:\"ar:تعذر الحصول على القفل. يقوم شخص آخر بعمل شيء لهذا الملف.\";'),('ar','messages:lockmanager-fail-db-bucket','s:110:\"ar:تعذر الإتصال بعدد كافي من قواعد تأمين البيانات في الحزمة $1.\";'),('ar','messages:lockmanager-fail-db-release','s:75:\"ar:تعذر تحرير الأقفال في  قاعدة البيانات $1.\";'),('ar','messages:lockmanager-fail-deletelock','s:46:\"ar:تعذر حذف ملف التأمين \"$1\".\";'),('ar','messages:lockmanager-fail-openlock','s:312:\"ar:تعذر إغلاق ملف التأمين \"$1\".\nتأكد من تهيئة دليل التحميل بشكل صحيح وأن خادم الويب لديه إذن بالكتابة إلى هذا الدليل. انظر https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('ar','messages:lockmanager-fail-releaselock','s:49:\"ar:تعذر تحرير التأمين لـ \"$1\"..\";'),('ar','messages:lockmanager-fail-svr-acquire','s:58:\"ar:لم يمكن فرض أقفال على المخدم $1.\";'),('ar','messages:lockmanager-fail-svr-release','s:61:\"ar:تعذر تحرير الأقفال على الخادم $1.\";'),('ar','messages:lockmanager-notlocked','s:53:\"ar:تعذر فتح \"$1\"، الملف غير مغلق.\";'),('ar','messages:locknoconfirm','s:54:\"ar:لم تقم بتعليم صندوق التأكيد.\";'),('ar','messages:log','s:13:\"ar:سجلات\";'),('ar','messages:log-action-filter-all','s:11:\"ar:الكل\";'),('ar','messages:log-action-filter-block','s:21:\"ar:نوع المنع:\";'),('ar','messages:log-action-filter-block-block','s:9:\"ar:منع\";'),('ar','messages:log-action-filter-block-reblock','s:24:\"ar:منع التعديل\";'),('ar','messages:log-action-filter-block-unblock','s:20:\"ar:رفع المنع\";'),('ar','messages:log-action-filter-contentmodel','s:47:\"ar:نوع تغيير موديل المحتوى:\";'),('ar','messages:log-action-filter-contentmodel-change','s:39:\"ar:تغيير موديل المحتوى\";'),('ar','messages:log-action-filter-contentmodel-new','s:68:\"ar:إنشاء صفحة بموديل محتوى غير افتراضي\";'),('ar','messages:log-action-filter-delete','s:21:\"ar:نوع الحذف:\";'),('ar','messages:log-action-filter-delete-delete','s:24:\"ar:حذف الصفحات\";'),('ar','messages:log-action-filter-delete-delete_redir','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('ar','messages:log-action-filter-delete-delete_redir2','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('ar','messages:log-action-filter-delete-event','s:24:\"ar:حذف السجلات\";'),('ar','messages:log-action-filter-delete-restore','s:32:\"ar:استرجاع الصفحات\";'),('ar','messages:log-action-filter-delete-revision','s:28:\"ar:حذف المراجعات\";'),('ar','messages:log-action-filter-import','s:29:\"ar:نوع الاستيراد:\";'),('ar','messages:log-action-filter-import-interwiki','s:39:\"ar:استيراد عابر للويكي\";'),('ar','messages:log-action-filter-import-upload','s:41:\"ar:استيراد بواسطة رفع XML\";'),('ar','messages:log-action-filter-managetags','s:41:\"ar:نوع فعل إدارة الوسوم:\";'),('ar','messages:log-action-filter-managetags-activate','s:24:\"ar:تفعيل الوسم\";'),('ar','messages:log-action-filter-managetags-create','s:26:\"ar:إنشاء الوسوم\";'),('ar','messages:log-action-filter-managetags-deactivate','s:24:\"ar:تعطيل الوسم\";'),('ar','messages:log-action-filter-managetags-delete','s:22:\"ar:حذف الوسوم\";'),('ar','messages:log-action-filter-move','s:21:\"ar:نوع النقل:\";'),('ar','messages:log-action-filter-move-move','s:59:\"ar:نقل بدون الكتابة على التحويلات\";'),('ar','messages:log-action-filter-move-move_redir','s:55:\"ar:نقل مع الكتابة على التحويلات\";'),('ar','messages:log-action-filter-newusers','s:34:\"ar:نوع إنشاء الحساب:\";'),('ar','messages:log-action-filter-newusers-autocreate','s:20:\"ar:إنشاء آلي\";'),('ar','messages:log-action-filter-newusers-byemail','s:89:\"ar:الإنشاء بكلمة مرور مرسلة عبر البريد الإلكتروني\";'),('ar','messages:log-action-filter-newusers-create','s:50:\"ar:إنشاء بواسطة مستخدم مجهول\";'),('ar','messages:log-action-filter-newusers-create2','s:48:\"ar:إنشاء بواسطة مستخدم مسجل\";'),('ar','messages:log-action-filter-patrol','s:21:\"ar:نوع الخفر:\";'),('ar','messages:log-action-filter-patrol-autopatrol','s:30:\"ar:خفر أوتوماتيكي\";'),('ar','messages:log-action-filter-patrol-patrol','s:18:\"ar:خفر يدوي\";'),('ar','messages:log-action-filter-protect','s:25:\"ar:نوع الحماية:\";'),('ar','messages:log-action-filter-protect-modify','s:28:\"ar:تعديل الحماية\";'),('ar','messages:log-action-filter-protect-move_prot','s:24:\"ar:نقل الحماية\";'),('ar','messages:log-action-filter-protect-protect','s:13:\"ar:حماية\";'),('ar','messages:log-action-filter-protect-unprotect','s:24:\"ar:رفع الحماية\";'),('ar','messages:log-action-filter-rights','s:38:\"ar:نوع تغيير الصلاحية:\";'),('ar','messages:log-action-filter-rights-autopromote','s:34:\"ar:تغيير أوتوماتيكي\";'),('ar','messages:log-action-filter-rights-rights','s:22:\"ar:تغيير يدوي\";'),('ar','messages:log-action-filter-suppress','s:25:\"ar:نوع الإخفاء:\";'),('ar','messages:log-action-filter-suppress-block','s:54:\"ar:إخفاء المستخدم بواسطة المنع\";'),('ar','messages:log-action-filter-suppress-delete','s:26:\"ar:إخفاء الصفحة\";'),('ar','messages:log-action-filter-suppress-event','s:24:\"ar:إخفاء السجل\";'),('ar','messages:log-action-filter-suppress-reblock','s:65:\"ar:إخفاء المستخدم بواسطة إعادة المنع\";'),('ar','messages:log-action-filter-suppress-revision','s:30:\"ar:إخفاء المراجعة\";'),('ar','messages:log-action-filter-upload','s:21:\"ar:نوع الرفع:\";'),('ar','messages:log-action-filter-upload-overwrite','s:24:\"ar:إعادة الرفع\";'),('ar','messages:log-action-filter-upload-revert','s:17:\"ar:استرجاع\";'),('ar','messages:log-action-filter-upload-upload','s:18:\"ar:رفع جديد\";'),('ar','messages:log-description-contentmodel','s:200:\"ar:هذه الصفحة تعرض التغييرات لموديل المحتوى للصفحات، والصفحات التي تم إنشاؤها بموديل محتوى يختلف عن الافتراضي\";'),('ar','messages:log-description-create','s:80:\"ar:فيما يلي قائمة بأحدث عمليات إنشاء الصفحات.\";'),('ar','messages:log-description-managetags','s:374:\"ar:هذه الصفحة تعرض مهام الإدارة المرتعلقة ب[[Special:Tags|الوسوم]]. السجل يحتوي فقط على الافعال التي تم عملها يدويا بواسطة إداري؛ الوسوم ربما يتم إنشاؤها او حذفها بواسطة برنامج الويكي بدون تسجيل مدخلة في هذا السجل.\";'),('ar','messages:log-description-pagelang','s:57:\"ar:هذا سجل تغيرات في صفحة اللغات.\";'),('ar','messages:log-description-tag','s:325:\"ar:هذه الصفحة تعرض متى قام المستخدمون بإضافة أو إزالة [[Special:Tags|الوسوم]] من المراجعات أو مدخلات السجل الفردية. السجل لا يعرض أفعال الوسم عندما يحدثوا كجزء من تعديل، حذف، أو فعل مماثل.\";'),('ar','messages:log-edit-tags','s:57:\"ar:عدل وسوم مدخلات السجل المختار\";'),('ar','messages:log-fulllog','s:35:\"ar:أظهر السجل الكامل\";'),('ar','messages:log-name-contentmodel','s:46:\"ar:سجل تغيير نموذج المحتوى\";'),('ar','messages:log-name-create','s:35:\"ar:سجل إنشاء الصفحات\";'),('ar','messages:log-name-managetags','s:33:\"ar:سجل إدارة الوسوم\";'),('ar','messages:log-name-pagelang','s:31:\"ar:سجل تغيير اللغة\";'),('ar','messages:log-name-tag','s:22:\"ar:سجل الوسوم\";'),('ar','messages:log-title-wildcard','s:56:\"ar:ابحث عن عناوين تبدأ بهذا النص\";'),('ar','messages:logdelete-failure','s:42:\"ar:تعذر ضبط رؤية السجل:\n$1\";'),('ar','messages:logdelete-selected','s:89:\"ar:{{PLURAL:$1|حدث السجل المختار|أحداث السجل المختارة}}:\";'),('ar','messages:logdelete-success','s:50:\"ar:تم ضبط رؤية السجلات بنجاح.\";'),('ar','messages:logdelete-text','s:149:\"ar:ستبقى أحداث السجل المحذوفة تظهر في السجلات، لكن جزءاً من مضمونها لن يتاح للعموم.\";'),('ar','messages:logempty','s:59:\"ar:لا توجد مدخلات مطابقة في السجل.\";'),('ar','messages:logentry-block-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('ar','messages:logentry-block-reblock','s:113:\"ar: {{GENDER:$2|غير|غيرت}} $1 إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('ar','messages:logentry-block-unblock','s:50:\"ar:$1 {{GENDER:$2|رفع منع}} {{GENDER:$4|$3}}\";'),('ar','messages:logentry-contentmodel-change','s:99:\"ar:$1 {{GENDER:$2|غير|غيرت}} موديل المحتوى للصفحة $3 من \"$4\" إلى \"$5\"\";'),('ar','messages:logentry-contentmodel-change-revert','s:15:\"ar:استرجع\";'),('ar','messages:logentry-contentmodel-change-revertlink','s:15:\"ar:استرجع\";'),('ar','messages:logentry-contentmodel-new','s:117:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الصفحة $3 باستخدام موديل محتوى غير قياسي \"$5\"\";'),('ar','messages:logentry-create-create','s:51:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 صفحة $3\";'),('ar','messages:logentry-delete-delete','s:47:\"ar:{{GENDER:$2|حذف|حذفت}} $1 صفحة $3\";'),('ar','messages:logentry-delete-delete_redir','s:83:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بالكتابة فوقها\";'),('ar','messages:logentry-delete-delete_redir2','s:94:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بواسطة إعادة الكتابة\";'),('ar','messages:logentry-delete-event','s:157:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('ar','messages:logentry-delete-event-legacy','s:89:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية أحداث في سجل $3\";'),('ar','messages:logentry-delete-restore','s:68:\"ar:{{GENDER:$2|استرجع|استرجعت}} $1 الصفحة $3 ($4)\";'),('ar','messages:logentry-delete-restore-nocount','s:63:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} الصفحة $3\";'),('ar','messages:logentry-delete-revision','s:170:\"ar:غيّر{{GENDER:$2||ت}} $1 إمكانية مشاهدة {{PLURAL:$5||مراجعة واحدة|مراجعتين|$5 مراجعات|$5 مراجعة}} في صفحة $3: $4\";'),('ar','messages:logentry-delete-revision-legacy','s:95:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية مراجعات من صفحة $3\";'),('ar','messages:logentry-import-interwiki','s:73:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من ويكي أخرى\";'),('ar','messages:logentry-import-interwiki-details','s:105:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من $5 ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('ar','messages:logentry-import-upload','s:62:\"ar:$1 {{GENDER:$2|استورد}} $3 بواسطة رفع ملف\";'),('ar','messages:logentry-import-upload-details','s:128:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 بواسطة رفع الملف ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('ar','messages:logentry-managetags-activate','s:121:\"ar:$1 {{GENDER:$2|فعل|فعلت}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('ar','messages:logentry-managetags-create','s:55:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الوسم \"$4\"\";'),('ar','messages:logentry-managetags-deactivate','s:145:\"ar:$1 {{GENDER:$2|ألغى تفعيل|ألغت تفعيل}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('ar','messages:logentry-managetags-delete','s:163:\"ar:$1 {{GENDER:$2|حذف|حذفت}} الوسم \"$4\" (أزيل من $5 {{PLURAL:$5|مراجعة أو مدخلة سجل|مراجعات و/أو مدخلات سجل}})\";'),('ar','messages:logentry-merge-merge','s:80:\"ar:{{GENDER:$2|دمج|دمجت}} $1 $3 إلى $4 (المراجعات حتى $5).\";'),('ar','messages:logentry-move-move','s:57:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4\";'),('ar','messages:logentry-move-move-noredirect','s:84:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 دون ترك تحويلة\";'),('ar','messages:logentry-move-move_redir','s:77:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 على تحويلة\";'),('ar','messages:logentry-move-move_redir-noredirect','s:104:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 على تحويلة دون ترك تحويلة\";'),('ar','messages:logentry-newusers-autocreate','s:90:\"ar:أنشئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1 تلقائيًا\";'),('ar','messages:logentry-newusers-byemail','s:137:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 حساب المستخدم $3 وأُرسلت كلمة السر بالبريد الإلكتروني\";'),('ar','messages:logentry-newusers-create','s:77:\"ar:أُنشِئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1\";'),('ar','messages:logentry-newusers-create2','s:78:\"ar:أنشأ $1 حسابا {{GENDER:$2|للمستخدم|للمستخدمة}} $3\";'),('ar','messages:logentry-newusers-newusers','s:77:\"ar:أُنشِئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1\";'),('ar','messages:logentry-non-editing-block-block','s:133:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من إجراءات محددة غير التعديل بوقت انتهاء $5 $6\";'),('ar','messages:logentry-non-editing-block-reblock','s:161:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات منع {{GENDER:$4|$3}} لإجراءات محددة غير التعديل بوقت انتهاء يبلغ $5 $6\";'),('ar','messages:logentry-pagelang-pagelang','s:90:\"ar: {{GENDER:$2|غيَّر|غيَّرت}} $1 لغة الصفحة «$3» من $4 إلى $5.\";'),('ar','messages:logentry-partialblock-block','s:100:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من $7 مع وقت انتهاء يبلغ $5 $6\";'),('ar','messages:logentry-partialblock-block-action','s:53:\"ar:{{PLURAL:$1|الإجراء|الإجراءات}} $2\";'),('ar','messages:logentry-partialblock-block-ns','s:49:\"ar:{{PLURAL:$1|النطاق|النطاقات}} $2\";'),('ar','messages:logentry-partialblock-block-page','s:47:\"ar:{{PLURAL:$1|الصفحة|الصفحات}} $2\";'),('ar','messages:logentry-partialblock-reblock','s:140:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات منع {{GENDER:$4|$3}} الَّتي تمنع $7 بوقت انتهاء يبلغ $5 $6\";'),('ar','messages:logentry-patrol-patrol','s:73:\"ar:{{GENDER:$2|عاين|عاين}} $1 المراجعة $4 للصفحة $3\";'),('ar','messages:logentry-patrol-patrol-auto','s:90:\"ar:{{GENDER:$2|عاين|عاينت}} $1 تلقائيا المراجعة $4 للصفحة $3\";'),('ar','messages:logentry-protect-modify','s:71:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إعدادات حماية $3 $4\";'),('ar','messages:logentry-protect-modify-cascade','s:82:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات حماية $3 $4 [مضمن]\";'),('ar','messages:logentry-protect-move_prot','s:74:\"ar:$1 {{GENDER:$2|نقل}} إعدادات الحماية من $4 إلى $3\";'),('ar','messages:logentry-protect-protect','s:39:\"ar:{{GENDER:$2|حمى|حمت}} $1 $3 $4\";'),('ar','messages:logentry-protect-protect-cascade','s:52:\"ar:$1 {{GENDER:$2|حمى|حمت}} $3 $4 [مضمنة]\";'),('ar','messages:logentry-protect-unprotect','s:58:\"ar:{{GENDER:$2|رفع|رفعت}} $1 الحماية عن $3\";'),('ar','messages:logentry-rights-autopromote','s:109:\"ar:تمَ تلقائياً ترقية {{GENDER:$2|المستخدم|المستخدمة}} $1 من  $4 إلى $5\";'),('ar','messages:logentry-rights-rights','s:85:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية {{GENDER:$6|$3}} من $4 إلى $5\";'),('ar','messages:logentry-rights-rights-legacy','s:53:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية $3\";'),('ar','messages:logentry-suppress-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('ar','messages:logentry-suppress-delete','s:49:\"ar:{{GENDER:$2|أخفى|أخفت}} $1 صفحة $3\";'),('ar','messages:logentry-suppress-event','s:160:\"ar:غيّر{{GENDER:$2||ت}} $1 بسرية إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('ar','messages:logentry-suppress-event-legacy','s:68:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية سِجِلّ $3\";'),('ar','messages:logentry-suppress-reblock','s:112:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('ar','messages:logentry-suppress-revision','s:179:\"ar:غيّر{{GENDER:$2||ت}} $1 سراً إمكانية مشاهدة {{PLURAL:$5||مراجعة واحدة|مراجعتين|$5 مراجعات|$5 مراجعة}} في صفحة $3: $4\";'),('ar','messages:logentry-suppress-revision-legacy','s:79:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية مراجعات صفحة $3\";'),('ar','messages:logentry-tag-update-add-logentry','s:123:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 لمدخلة السجل $5 للصفحة $3\";'),('ar','messages:logentry-tag-update-add-revision','s:116:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 للمراجعة $4 للصفحة $3\";'),('ar','messages:logentry-tag-update-logentry','s:151:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم على مدخلة السجل $5 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('ar','messages:logentry-tag-update-remove-logentry','s:126:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من مدخلة السجل $5 للصفحة $3\";'),('ar','messages:logentry-tag-update-remove-revision','s:121:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من المراجعة $4 للصفحة $3\";'),('ar','messages:logentry-tag-update-revision','s:139:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم للمراجعة $4 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('ar','messages:logentry-upload-overwrite','s:64:\"ar:{{GENDER:$2|رفع|رفعت}} $1 نسخة جديدة من  $3\";'),('ar','messages:logentry-upload-revert','s:72:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} $3 لنسخة قديمة\";'),('ar','messages:logentry-upload-upload','s:39:\"ar: {{GENDER:$2|رفع|رفعت}} $1 $3\";'),('ar','messages:logeventslist-more-filters','s:46:\"ar:إظهار السجلات الإضافية:\";'),('ar','messages:logeventslist-newusers-log','s:41:\"ar:سجل إنشاء المستخدمين\";'),('ar','messages:logeventslist-patrol-log','s:20:\"ar:سجل الخفر\";'),('ar','messages:logeventslist-submit','s:11:\"ar:أظهر\";'),('ar','messages:logeventslist-tag-log','s:20:\"ar:سجل الوسم\";'),('ar','messages:logging-out-notify','s:58:\"ar:تم تسجيل خروجك، يرجى الانتظار.\";'),('ar','messages:login','s:26:\"ar:تسجيل الدخول\";'),('ar','messages:login-abort-generic','s:40:\"ar:فشل دخولك - تم إجهاضه\";'),('ar','messages:login-migrated-generic','s:127:\"ar:تم تهجير حسابك، ولم يعد اسم المستخدم الخاص بك موجوداً على هذه الويكي\";'),('ar','messages:login-security','s:24:\"ar:تأكيد هويتك\";'),('ar','messages:login-throttled','s:145:\"ar:لقد قمت مؤخرًا بمحاولات دخول كثيرة جدًا.\nمن فضلك انتظر $1 قبل المحاولة مرة أخرى.\";'),('ar','messages:login-userblocked','s:68:\"ar:هذا المستخدم ممنوع. لا يسمح بالولوج.\";'),('ar','messages:loginerror','s:27:\"ar:خطأ في الدخول\";'),('ar','messages:loginlanguagelabel','s:17:\"ar:اللغة: $1\";'),('ar','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ar','messages:loginprompt','s:3:\"en:\";'),('ar','messages:loginreqlink','s:26:\"ar:تسجيل الدخول\";'),('ar','messages:loginreqpagetext','s:55:\"ar:يجب عليك $1 لتشاهد صفحات أخرى.\";'),('ar','messages:loginreqtitle','s:37:\"ar:تسجيل الدخول مطلوب\";'),('ar','messages:loginsuccess','s:78:\"ar:<strong>لقد سجلت الدخول ل{{SITENAME}} باسم \"$1\".</strong>\";'),('ar','messages:loginsuccesstitle','s:20:\"ar:تم الدخول\";'),('ar','messages:logout','s:26:\"ar:تسجيل الخروج\";'),('ar','messages:logout-failed','s:53:\"ar:لا يمكن تسجيل الخروج الآن: $1\";'),('ar','messages:logouttext','s:226:\"ar:<strong>أنت الآن غير مسجل الدخول.</strong> قد ترى بعض الصفحات كما لو أنك ما زلت مسجل الدخول، وذلك حتى تفرغ التخزين المؤقت في متصفحك.\";'),('ar','messages:lonelypages','s:24:\"ar:صفحات يتيمة\";'),('ar','messages:lonelypages-summary','s:3:\"en:\";'),('ar','messages:lonelypagestext','s:125:\"ar:الصفحات التالية غير موصولة من أو مضمنة في الصفحات الأخرى في {{SITENAME}}.\";'),('ar','messages:longpage-hint','s:4:\"en:-\";'),('ar','messages:longpageerror','s:303:\"ar:<strong>خطأ: النص الذي قمت بإدخاله بطول {{PLURAL:$1|واحد كيلوبايت|$1 كيلوبايت}}, هو أطول من الحد الأقصى البالغ {{PLURAL:$2|واحد كيلوبايت|$2 كيلوبايت}}.</strong>\nلا يمكن نشر النص بهذا الطول.\";'),('ar','messages:longpages','s:24:\"ar:صفحات طويلة\";'),('ar','messages:longpages-summary','s:3:\"en:\";'),('ar','messages:magiclink-tracking-isbn','s:70:\"ar:الصفحات التي تستخدم وصلات ISBN السحرية\";'),('ar','messages:magiclink-tracking-isbn-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لISBN. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('ar','messages:magiclink-tracking-pmid','s:70:\"ar:الصفحات التي تستخدم وصلات PMID السحرية\";'),('ar','messages:magiclink-tracking-pmid-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لPMID. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('ar','messages:magiclink-tracking-rfc','s:69:\"ar:الصفحات التي تستخدم وصلات RFC السحرية\";'),('ar','messages:magiclink-tracking-rfc-desc','s:198:\"ar:هذه الصفحة تستخدم الوصلات السحرية لRFC. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('ar','messages:mailerror','s:48:\"ar:خطأ أثناء إرسال البريد: $1\";'),('ar','messages:mailmypassword','s:38:\"ar:أعد تعيين كلمة السر\";'),('ar','messages:mailnologin','s:42:\"ar:لا يوجد عنوان للإرسال\";'),('ar','messages:mailnologintext','s:251:\"ar:يجب أن تقوم [[Special:UserLogin|بتسجيل الدخول]] وإدخال بريد إلكتروني صالح في صفحة [[Special:Preferences|التفضيلات]] لتتمكن من إرسال الرسائل لمستخدمين آخرين.\";'),('ar','messages:mainpage','s:32:\"ar:الصفحة الرئيسية\";'),('ar','messages:mainpage-description','s:30:\"ar:الصفحة الرئيسة\";'),('ar','messages:mainpage-nstab','s:32:\"ar:الصفحة الرئيسية\";'),('ar','messages:mainpage-title','s:4:\"en:-\";'),('ar','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ar','messages:mar','s:11:\"ar:مارس\";'),('ar','messages:march','s:11:\"ar:مارس\";'),('ar','messages:march-gen','s:11:\"ar:مارس\";'),('ar','messages:markaspatrolleddiff','s:39:\"ar:علم بعلامة المراجعة\";'),('ar','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ar','messages:markaspatrolledtext','s:59:\"ar:علم هذه الصفحة بعلامة المراجعة\";'),('ar','messages:markaspatrolledtext-file','s:66:\"ar:علم نسخة الملف هذه بعلامة المراجعة\";'),('ar','messages:markedaspatrolled','s:41:\"ar:علمت بعلامة المراجعة\";'),('ar','messages:markedaspatrollederror','s:50:\"ar:لا يمكن التعليم بالمراجعة\";'),('ar','messages:markedaspatrollederror-noautopatrol','s:95:\"ar:لا يجوز لك تعليم تغييراتك الشخصية بعلامة المراجعة.\";'),('ar','messages:markedaspatrollederrortext','s:102:\"ar:يجب عليك اختيار المراجعة التي تريد أن تشير أنها مراجعة\";'),('ar','messages:markedaspatrollednotify','s:67:\"ar:هذا التغيير لـ $1  تم تعليمه كمراجَع.\";'),('ar','messages:markedaspatrolledtext','s:89:\"ar:المراجعة المختارة من [[:$1]] علمت بعلامة المراجعة.\";'),('ar','messages:maximum-size','s:27:\"ar:الحجم الأقصى:\";'),('ar','messages:may','s:11:\"ar:مايو\";'),('ar','messages:may-gen','s:11:\"ar:مايو\";'),('ar','messages:may_long','s:11:\"ar:مايو\";'),('ar','messages:mcrundo-changed','s:121:\"ar:لقد تم تغيير الصفحة منذ عرضت الفرق; يُرجَى مراجعة التغيير الجديد.\";'),('ar','messages:mcrundo-missingparam','s:58:\"ar:وسائط مطلوبة مفقودة عند الطلب.\";'),('ar','messages:mcrundo-parse-failed','s:61:\"ar:فشل في تحليل المراجعة الجديدة: $1\";'),('ar','messages:mcrundofailed','s:22:\"ar:الرجوع فشل\";'),('ar','messages:mediastatistics','s:32:\"ar:إحصاءات الميديا\";'),('ar','messages:mediastatistics-allbytes','s:110:\"ar:الحجم الكلي لكل {{PLURAL:$3|$3 الملف|$3 الملفات}}: {{PLURAL:$1|$1 بايت}} ($2).\";'),('ar','messages:mediastatistics-bytespertype','s:141:\"ar:إجمالي حجم الملف لهذا القسم من {{PLURAL:$4|$4 ملف|$4 ملفات}} ($5%): {{PLURAL:$1|$1 بايت}} ($2؛ $3%).\";'),('ar','messages:mediastatistics-header-3d','s:28:\"ar:ثلاثي الأبعاد\";'),('ar','messages:mediastatistics-header-archive','s:22:\"ar:صيغ مضغوطة\";'),('ar','messages:mediastatistics-header-audio','s:9:\"ar:صوت\";'),('ar','messages:mediastatistics-header-bitmap','s:16:\"ar:صور Bitmap\";'),('ar','messages:mediastatistics-header-drawing','s:31:\"ar:رسم (صور متجهية)\";'),('ar','messages:mediastatistics-header-executable','s:17:\"ar:تنفيذية\";'),('ar','messages:mediastatistics-header-multimedia','s:22:\"ar:ريتش ميديا\";'),('ar','messages:mediastatistics-header-office','s:11:\"ar:مكتب\";'),('ar','messages:mediastatistics-header-text','s:9:\"ar:نصي\";'),('ar','messages:mediastatistics-header-total','s:22:\"ar:كل الملفات\";'),('ar','messages:mediastatistics-header-unknown','s:20:\"ar:غير معروف\";'),('ar','messages:mediastatistics-header-video','s:28:\"ar:مقاطع الفيديو\";'),('ar','messages:mediastatistics-nbytes','s:112:\"ar:{{PLURAL:$1|بايت واحد|بايتان اثنان|$1 بايتات|$1 بايتاً|$1 بايت}} ($2; $3%)\";'),('ar','messages:mediastatistics-nfiles','s:11:\"ar:$1 ($2%)\";'),('ar','messages:mediastatistics-summary','s:210:\"ar:إحصاءات عن أنماط الملفات المرفوعة، وتشمل أحدث نسخة من الملف فقط، حيث تستبعد النسخ القديمة أو المحذوفة من الملفات.\";'),('ar','messages:mediastatistics-table-count','s:24:\"ar:عدد الملفات\";'),('ar','messages:mediastatistics-table-extensions','s:38:\"ar:الامتدادات الممكنة\";'),('ar','messages:mediastatistics-table-mimetype','s:14:\"ar:نوع MIME\";'),('ar','messages:mediastatistics-table-totalbytes','s:26:\"ar:الحجم المدمج\";'),('ar','messages:mediawarning','s:159:\"ar:<strong>تحذير:</strong> قد يحتوي نوع هذا الملف على كود خبيث.\nيمكن عند تشغيله السيطرة على نظامك.\";'),('ar','messages:mediawikipage','s:35:\"ar:طالع صفحة الرسالة\";'),('ar','messages:mergehistory','s:35:\"ar:دمج تواريخ الصفحة\";'),('ar','messages:mergehistory-autocomment','s:30:\"ar:دمج [[:$1]] في [[:$2]]\";'),('ar','messages:mergehistory-box','s:38:\"ar:دمج مراجعات صفحتين:\";'),('ar','messages:mergehistory-comment','s:34:\"ar:دمج [[:$1]] في [[:$2]]: $3\";'),('ar','messages:mergehistory-done','s:103:\"ar:$4 {{PLURAL:$4|مراجعة|مراجعات}} من $1 {{PLURAL:$4|تم}} دمجها في [[:$2]].\n$3.\";'),('ar','messages:mergehistory-empty','s:43:\"ar:لا مراجعات يمكن دمجها.\";'),('ar','messages:mergehistory-fail','s:135:\"ar:غير قادر على عمل دمج التاريخ، من فضلك أعد التحقق من محددات الصفحة والزمن.\";'),('ar','messages:mergehistory-fail-bad-timestamp','s:43:\"ar:الختم الزمني غير صالح.\";'),('ar','messages:mergehistory-fail-invalid-dest','s:47:\"ar:الصفحة الوجهة غير صالحة.\";'),('ar','messages:mergehistory-fail-invalid-source','s:47:\"ar:الصفحة المصدر غير صالحة.\";'),('ar','messages:mergehistory-fail-no-change','s:132:\"ar:دمج التاريخ لم يدمج أية مراجعات. برجاء التحقق من معاملات الصفحة والزمن.\";'),('ar','messages:mergehistory-fail-permission','s:60:\"ar:سماحيات غير كافية لدمج التاريخ.\";'),('ar','messages:mergehistory-fail-self-merge','s:75:\"ar:الصفحتان المصدر والوجهة هما نفس الصفحة.\";'),('ar','messages:mergehistory-fail-timestamps-overlap','s:93:\"ar:مراجعات المصدر تتداخل أو تأتي بعد مراجعات الوجهة.\";'),('ar','messages:mergehistory-fail-toobig','s:223:\"ar:لا يمكن إجراء دمج التاريخ بسبب تجاوز حدود عدد المراجعات المنقولة {{PLURAL:$1|المراجعة الواحدة|المراجعتين|$1 مراجعات|$1 مراجعة}}.\";'),('ar','messages:mergehistory-from','s:29:\"ar:الصفحة المصدر:\";'),('ar','messages:mergehistory-go','s:54:\"ar:عرض التعديلات القابلة للدمج\";'),('ar','messages:mergehistory-header','s:204:\"ar:هذه الصفحة تسمح لك بدمج نسخ تاريخ صفحة ما إلى صفحة أخرى.\nتأكد من أن هذا التغيير سيحافظ على استمرار تاريخ الصفحة.\";'),('ar','messages:mergehistory-into','s:27:\"ar:الصفحة الهدف:\";'),('ar','messages:mergehistory-invalid-destination','s:72:\"ar:الصفحة الهدف يجب أن تكون عنوانا صحيحا.\";'),('ar','messages:mergehistory-invalid-source','s:74:\"ar:الصفحة المصدر يجب أن تكون عنوانا صحيحا.\";'),('ar','messages:mergehistory-list','s:52:\"ar:تاريخ التعديل القابل للدمج\";'),('ar','messages:mergehistory-merge','s:312:\"ar:المراجعات التالية من [[:$1]] يمكن دمجها إلى [[:$2]].\nاستخدم عمود الصناديق لدمج المراجعات التي تم إنشاؤها في وقبل الوقت المحدد.\nلاحظ أن استخدام وصلات التصفح سيعيد ضبط هذا العمود.\";'),('ar','messages:mergehistory-no-destination','s:50:\"ar:الصفحة الهدف $1 غير موجودة.\";'),('ar','messages:mergehistory-no-source','s:52:\"ar:الصفحة المصدر $1 غير موجودة.\";'),('ar','messages:mergehistory-reason','s:14:\"ar:السبب:\";'),('ar','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ar','messages:mergehistory-revisionrow','s:29:\"ar:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ar','messages:mergehistory-same-destination','s:87:\"ar:صفحتا المصدر والهدف لا يمكن أن تكونا نفس الشيء\";'),('ar','messages:mergehistory-source-deleted','s:206:\"ar:بالإضافة إلى ذلك، حُذفت [[:$1]] لأنها لم تعد تحتوي أي مراجعات مرئية ونموذج المحتوى الخاص بها لا يدعم عمل التحويلات.\";'),('ar','messages:mergehistory-source-deleted-reason','s:204:\"ar:يتم حذف صفحة المصدر تلقائيًا بعد دمج التواريخ لأن نموذج محتواها لا يدعم عمليات التحويل ولا المراجعات المتبقية\";'),('ar','messages:mergehistory-submit','s:28:\"ar:دمج المراجعات\";'),('ar','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ar','messages:mergelog','s:20:\"ar:سجل الدمج\";'),('ar','messages:mergelogpagetext','s:107:\"ar:بالأسفل قائمة بأحدث عمليات الدمج لتاريخ صفحة ما إلى أخرى.\";'),('ar','messages:metadata','s:24:\"ar:بيانات ميتا\";'),('ar','messages:metadata-collapse','s:43:\"ar:أخفِ التفاصيل الممتدة\";'),('ar','messages:metadata-expand','s:43:\"ar:أظهر التفاصيل الممتدة\";'),('ar','messages:metadata-fields','s:430:\"ar:ستعرض حقول معطيات الميتا الموجودة في هذه الرسالة في صفحة الصورة عندما يكون جدول معطيات الميتا مطوياً.\nالحقول الأخرى ستكون مخفية افتراضياً.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ar','messages:metadata-help','s:369:\"ar:هذا الملف يحتوي على معلومات إضافية، غالبا ما تكون أضيفت من قبل الكاميرا الرقمية أو الماسح الضوئي المستخدم في إنشاء الملف.\nإذا كان الملف قد عدل عن حالته الأصلية، فبعض التفاصيل قد لا تعبر عن الملف المعدل.\";'),('ar','messages:metadata-langitem','s:26:\"ar:<strong>$2:</strong> $1\";'),('ar','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ar','messages:mimesearch','s:14:\"ar:بحث MIME\";'),('ar','messages:mimesearch-summary','s:200:\"ar:تمكنك هذه الصفحة من ترشيح الملفات وفق نوع MIME الخاص بها.\nالمدخل: نوع المحتوى/النوع الفرعي، كمثال <code>image/jpeg</code>.\";'),('ar','messages:mimetype','s:21:\"ar:نوع الملف:\";'),('ar','messages:minimum-size','s:26:\"ar:الحجم الأدنى\";'),('ar','messages:minlength1','s:91:\"ar:أسماء الملفات يجب أن تتكون من حرف واحد على الأقل.\";'),('ar','messages:minoredit','s:29:\"ar:هذا تعديل طفيف\";'),('ar','messages:minoreditletter','s:5:\"ar:ط\";'),('ar','messages:minutes','s:82:\"ar:{{PLURAL:$1||دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('ar','messages:minutes-abbrev','s:7:\"ar:$1ق\";'),('ar','messages:minutes-ago','s:48:\"ar:قبل {{PLURAL:$1|دقيقة|$1 دقائق}}\";'),('ar','messages:missing-article','s:474:\"ar:لم تجد قاعدة البيانات نصّ صفحة كان يجب أن يوجد، الصفحة هي \"$1\" $2.\n\nعادة ما يحدث هذا عند اتباع فرق قديم أو رابط تأريخ صفحة محذوفة.\n\nإذا لم تكن هذه هي الحال فمن المحتمل أنك قد وقعت على علّة في البرمجية.\nمن فضلك أبلغ أحد [[Special:ListUsers/sysop|الإداريين]]، و أعطه مسار هذه الصفحة.\";'),('ar','messages:missing-revision','s:332:\"ar:المراجعة #$1 من الصفحة المسماة \"{{FULLPAGENAME}}\" غير موجودة.\n\nهذا يحدث عادة عن طريق اتباع وصلة تاريخ قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ar','messages:missing-revision-content','s:82:\"ar:تعذر تحميل المراجعة #$1 من الصفحة المسماة \"$2\".\";'),('ar','messages:missing-revision-permission','s:293:\"ar:المراجعة #$1 تتبع صفحة محذوفة. بإمكانك [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} استعراضها]؛ كذلك بإمكانك الاطلاع على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$3}} سجل الحذف].\";'),('ar','messages:missingarticle-diff','s:20:\"ar:(فرق: $1، $2)\";'),('ar','messages:missingarticle-rev','s:32:\"ar:(رقم المراجعة: $1)\";'),('ar','messages:missingcommentheader','s:208:\"ar:<strong>تذكير:</strong>  لم تقم بكتابة عنوان موضوع لهذا التعليق.\nإذا قمت بالضغط على \"$1\" مجددًا، سيتم نشر تعليقك بدون عنوان.\";'),('ar','messages:missingcommenttext','s:39:\"ar:من فضلك أدخل تعليقا.\";'),('ar','messages:missingsummary','s:145:\"ar:<strong>تذكير:</strong> لم تضف ملخص تعديل.\nإذا نقرت «$1» مجددًا، سيُنشر تعديلك دون ملخص.\";'),('ar','messages:mobile-frontend-account-create-captcha-placeholder','s:33:\"ar:أدخل رمز التأكيد\";'),('ar','messages:mobile-frontend-account-create-email-placeholder','s:53:\"ar:البريد الإلكتروني (اختياري)\";'),('ar','messages:mobile-frontend-account-create-submit','s:24:\"ar:أنشئ حسابًا\";'),('ar','messages:mobile-frontend-app-title','s:24:\"ar:تطبيق محمول\";'),('ar','messages:mobile-frontend-back-to-top-of-section','s:42:\"ar:اقفز إلى القسم السابق\";'),('ar','messages:mobile-frontend-browse-tags-header','s:15:\"ar:الوسوم\";'),('ar','messages:mobile-frontend-categories-add','s:24:\"ar:إضافة تصنيف\";'),('ar','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('ar','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('ar','messages:mobile-frontend-categories-heading','s:38:\"ar:<strong>التصنيفات</strong>\";'),('ar','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ar','messages:mobile-frontend-categories-nocat','s:73:\"ar:لا تنتمي هذه الصفحة بعد إلى أي تصنيفات.\";'),('ar','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('ar','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('ar','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ar','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('ar','messages:mobile-frontend-categories-subheading','s:75:\"ar:تنتمي هذه الصفحة إلى التصنيفات التالية:\";'),('ar','messages:mobile-frontend-categories-summary','s:32:\"ar:أضيفت للتصنيفات\";'),('ar','messages:mobile-frontend-changeslist-ip','s:26:\"ar:مستخدم مجهول\";'),('ar','messages:mobile-frontend-changeslist-nocomment','s:36:\"ar:لا يوجد ملخص تحرير\";'),('ar','messages:mobile-frontend-clear-search','s:13:\"ar:إفراغ\";'),('ar','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ar','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ar','messages:mobile-frontend-contribution-summary','s:102:\"ar:كل التعديلات التي أجريت من قبل {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ar','messages:mobile-frontend-cookies-required','s:220:\"ar:إن ملفات تعريف الإرتباط (كوكيز) ضرورية لتغيير واجهة العرض. الرجاء تفعيل خاصية الإحتفاظ بهذه الملفات والمحاولة مرة أخرى.\";'),('ar','messages:mobile-frontend-copyright','s:70:\"ar:المحتوى متاح وفق $1 إن لم يرد خلاف ذلك.\";'),('ar','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ar','messages:mobile-frontend-desc','s:26:\"ar:واجهة الجوال\";'),('ar','messages:mobile-frontend-diffview-404-desc','s:62:\"ar:معرف النسخة الذي طلبته غير موجود\";'),('ar','messages:mobile-frontend-diffview-404-title','s:22:\"ar:نسخة خاطئة\";'),('ar','messages:mobile-frontend-diffview-anonymous','s:26:\"ar:مستخدم مجهول\";'),('ar','messages:mobile-frontend-diffview-bytesadded','s:53:\"ar:تم إضافة {{PLURAL:$1|بايت|$1 بايت}}\";'),('ar','messages:mobile-frontend-diffview-bytesnochange','s:34:\"ar:لا تغيير في الحجم\";'),('ar','messages:mobile-frontend-diffview-bytesremoved','s:53:\"ar:تم إزالة {{PLURAL:$1|بايت|$1 بايت}}\";'),('ar','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ar','messages:mobile-frontend-diffview-editcount','s:105:\"ar:<div>$1</div> {{PLURAL:$1||تعديل|تعديلان|$1 تعديلات|$1 تعديلا|$1 تعديل}}\";'),('ar','messages:mobile-frontend-diffview-explained','s:61:\"ar:السطور التالية أضيفت (+) وحذفت (-):\";'),('ar','messages:mobile-frontend-diffview-title','s:17:\"ar:تغييرات\";'),('ar','messages:mobile-frontend-disable-images','s:49:\"ar:عطل الصور على موقع الجوال\";'),('ar','messages:mobile-frontend-dismiss-notification','s:33:\"ar:أخفِ هذا الإخطار\";'),('ar','messages:mobile-frontend-donate-button-label','s:13:\"ar:تبرّع\";'),('ar','messages:mobile-frontend-donate-image-anon','s:78:\"ar:يرجى تسجيل الدخول لرؤية صفحة رفع الملفات.\";'),('ar','messages:mobile-frontend-donate-image-heading','s:34:\"ar:مساهماتك الأخيرة\";'),('ar','messages:mobile-frontend-donate-image-login-action','s:80:\"ar:سجل دخولك لمشاركة ملفات الوسائط الخاصة بك.\";'),('ar','messages:mobile-frontend-donate-image-nouploads','s:23:\"ar:لا مرفوعات.\";'),('ar','messages:mobile-frontend-donate-image-signup-action','s:74:\"ar:انشىء حسابًا لمشاركة وسائطك  مع العالم.\";'),('ar','messages:mobile-frontend-donate-image-title','s:21:\"ar:المرفوعات\";'),('ar','messages:mobile-frontend-donate-photo-first-upload-success','s:57:\"ar:نجحت! شكرا على مساهمتك الأولى!\";'),('ar','messages:mobile-frontend-donate-photo-upload-success','s:82:\"ar:نجحت! يمكن الآن أن تُشَاهد صورتك على {{SITENAME}}!\";'),('ar','messages:mobile-frontend-drawer-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:mobile-frontend-edit-login-action','s:35:\"ar:سجل دخولك للتحرير\";'),('ar','messages:mobile-frontend-edit-signup-action','s:35:\"ar:أنشأ حساب للتحرير\";'),('ar','messages:mobile-frontend-editor-abusefilter-disallow','s:85:\"ar:هذا التعديل لا يمكن حفظه لأننا اكتشفنا مشكلة.\";'),('ar','messages:mobile-frontend-editor-abusefilter-read-more','s:24:\"ar:اقرأ المزيد\";'),('ar','messages:mobile-frontend-editor-abusefilter-warning','s:129:\"ar:تحذير: هل أنت متأكد من أنك تريد حفظ هذا التعديل؟ هل تكون هناك مشكلة به.\";'),('ar','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ar','messages:mobile-frontend-editor-anon','s:40:\"ar:حرر بلا تسجيل الدخول\";'),('ar','messages:mobile-frontend-editor-anonwarning','s:360:\"ar:\'\'\'تحذير:\'\'\' لم تقم بالدخول. سيكون عنوان الآيبي خاصتك مرئيا للعامة عند قيامك بأي تعديل.إذا \'\'\'سجلت دخولك\'\'\' أو أنشأت حساب في ويكيبيديا\'\'\'، تعديلاتك ستنسب لاسم المستخدم خاصتك ،مع المزيد من الميزات الأخرى.\";'),('ar','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ar','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ar','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ar','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ar','messages:mobile-frontend-editor-cancel','s:11:\"ar:ألغِ\";'),('ar','messages:mobile-frontend-editor-cancel-confirm','s:53:\"ar:أتريد حقا أن تهجر تعديلاتك؟\";'),('ar','messages:mobile-frontend-editor-captcha-try-again','s:97:\"ar:لقد قمت بإدخال رموز خاطئة، الرجاء المحاولة مرة أخرى\";'),('ar','messages:mobile-frontend-editor-continue','s:13:\"ar:استمر\";'),('ar','messages:mobile-frontend-editor-cta','s:48:\"ar:ساعد في تحسين هذه الصفحة!\";'),('ar','messages:mobile-frontend-editor-disabled','s:58:\"ar:هذه الصفحة محمية لمنع التخريب.\";'),('ar','messages:mobile-frontend-editor-edit','s:9:\"ar:عدل\";'),('ar','messages:mobile-frontend-editor-editing','s:24:\"ar:قيد التحرير\";'),('ar','messages:mobile-frontend-editor-editing-page','s:46:\"ar:<strong>تعديل</strong><span> $1</span>\";'),('ar','messages:mobile-frontend-editor-error','s:41:\"ar:خطأ، لم يحفظ التعديل.\";'),('ar','messages:mobile-frontend-editor-error-conflict','s:59:\"ar:خطأ، عدل مستخدم آخر هذه الصفحة.\";'),('ar','messages:mobile-frontend-editor-error-loading','s:43:\"ar:خطأ، تعذر تحميل القسم.\";'),('ar','messages:mobile-frontend-editor-error-preview','s:139:\"ar:خطأ، حدث شيء غير متوقع أثناء تحميل المعاينة. أغلق الصفحة رجاءً واحفظ مجددا.\";'),('ar','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ar','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ar','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ar','messages:mobile-frontend-editor-keep-editing','s:26:\"ar:تابع التحرير\";'),('ar','messages:mobile-frontend-editor-licensing','s:121:\"ar:عندما تحفظ تعديلاتك أنت توافق ضمناً على طرح مساهمتك بموجب رخصة $1.\";'),('ar','messages:mobile-frontend-editor-licensing-with-terms','s:122:\"ar:عندما تحفظ تعديلاتك أنت توافق على $1 وعلى طرح مساهمتك بموجب رخصة $2.\";'),('ar','messages:mobile-frontend-editor-new-page-confirm','s:172:\"ar:{{GENDER:$1|هل أنت متأكد من أنك تريد إنشاء|هل أنت متأكدة من أنك تريدي إنشاء}} صفحة جديدة على {{SITENAME}}؟\";'),('ar','messages:mobile-frontend-editor-newpage-prompt','s:100:\"ar:هذه الصفحة غير موجودة. لماذا لا تتجرأ وتقوم بإنشائها؟\";'),('ar','messages:mobile-frontend-editor-placeholder','s:61:\"ar:هذا القسم فارغ. كن أول من يوسّعه!\";'),('ar','messages:mobile-frontend-editor-placeholder-new-page','s:82:\"ar:{{GENDER:$1|أنت بصدد إنشاء}} صفحة جديدة في {{SITENAME}}!\";'),('ar','messages:mobile-frontend-editor-previewing-page','s:48:\"ar:<span><strong>معاينة</strong> $1</span>\";'),('ar','messages:mobile-frontend-editor-redirect-title','s:47:\"ar:إعادة توجيه إلى المحرر...\";'),('ar','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ar','messages:mobile-frontend-editor-redlink-explain','s:57:\"ar:هذه الصفحة لم يتم إنشاؤها بعد.\";'),('ar','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ar','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ar','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ar','messages:mobile-frontend-editor-save','s:11:\"ar:احفظ\";'),('ar','messages:mobile-frontend-editor-success','s:37:\"ar:نجاح! تعديلك محفوظ.\";'),('ar','messages:mobile-frontend-editor-success-landmark-1','s:58:\"ar:تهانينا، أنت الآن محرر {{SITENAME}}!\";'),('ar','messages:mobile-frontend-editor-success-new-page','s:56:\"ar:تهانينا على إنشاء صفحة جديدة!\";'),('ar','messages:mobile-frontend-editor-summary','s:16:\"ar:الملخص:\";'),('ar','messages:mobile-frontend-editor-summary-placeholder','s:50:\"ar:أخبرنا عن تعديلك (اختياري)\";'),('ar','messages:mobile-frontend-editor-summary-request','s:35:\"ar:كيف حسّنت الصفحة؟\";'),('ar','messages:mobile-frontend-editor-switch-confirm','s:91:\"ar:يجب أن تحفظ الصفحة قبل التحول إلى نظام تحرير آخر.\";'),('ar','messages:mobile-frontend-editor-switch-editor','s:39:\"ar:تحويل معالج التحرير\";'),('ar','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ar','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ar','messages:mobile-frontend-editor-tutorial-cancel','s:18:\"ar:لا، شكرا\";'),('ar','messages:mobile-frontend-editor-tutorial-confirm','s:26:\"ar:ابدأ التعديل\";'),('ar','messages:mobile-frontend-editor-tutorial-summary','s:79:\"ar:لا تخشَ علامات الترميز.  حاول تحسين صفحة $1.\";'),('ar','messages:mobile-frontend-editor-unavailable','s:131:\"ar:حاليا لا يتوفر التعديل عبر الجوال لمتصفحك. الرجاء المحاولة بمتصفح آخر.\";'),('ar','messages:mobile-frontend-editor-undo-unsupported','s:106:\"ar:خاصية التراجع (Undo) غير مدعمة حالياً على الأجهزة المدعومة.\";'),('ar','messages:mobile-frontend-editor-uploadenable','s:81:\"ar:من فضلك ارفع الصورة ليمكن تحرير هذه الصفحة.\";'),('ar','messages:mobile-frontend-editor-viewing-source-page','s:51:\"ar:<strong>عرض مصدر</strong><span> $1</span>\";'),('ar','messages:mobile-frontend-editor-wait','s:51:\"ar:يحفظ التعديل، انتظر رجاءً.\";'),('ar','messages:mobile-frontend-enable-images','s:51:\"ar:مكّن الصور على موقع الجوال\";'),('ar','messages:mobile-frontend-expand-sections-description','s:82:\"ar:قم بإظهار كل الأقسام عند التوجه لصفحة جديدة\";'),('ar','messages:mobile-frontend-expand-sections-status','s:31:\"ar:أظهر كل الأقسام\";'),('ar','messages:mobile-frontend-featured-article','s:39:\"ar:محتوى اليوم المختار\";'),('ar','messages:mobile-frontend-first-upload-wizard-new-page-1','s:75:\"ar:تأتي الصور في {{SITENAME}} من ويكيميديا كومنز\";'),('ar','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:62:\"ar:ساهم بصورك. ساهم في إنعاش {{SITENAME}}!\";'),('ar','messages:mobile-frontend-first-upload-wizard-new-page-2','s:151:\"ar:تجنب المواد محفوظة الحقوق الموجودة على الإنترنت وصور الملصقات وأغلفة الكتب، إلخ.\";'),('ar','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:89:\"ar:صورك تساعد الناس في شتى أنحاء العالم على التعلم\";'),('ar','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:13:\"ar:فهمت؟\";'),('ar','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:10:\"ar:نعم!\";'),('ar','messages:mobile-frontend-fontchanger-desc','s:74:\"ar:تكبير أو تصغير حجم الخط لتيسير القراءة.\";'),('ar','messages:mobile-frontend-fontchanger-link','s:18:\"ar:حجم الخط\";'),('ar','messages:mobile-frontend-footer-contact','s:11:\"ar:اتصل\";'),('ar','messages:mobile-frontend-footer-sitename','s:15:\"ar:{{SITENAME}}\";'),('ar','messages:mobile-frontend-generic-404-desc','s:74:\"ar:لم يتم العثور على الصفحة التي تبحث عنها\";'),('ar','messages:mobile-frontend-generic-404-title','s:44:\"ar:خطأ - الصفحة غير موجودة\";'),('ar','messages:mobile-frontend-generic-login','s:56:\"ar:{{SITENAME}} مبني بأيادي أناس مثلك.\";'),('ar','messages:mobile-frontend-generic-login-action','s:37:\"ar:سجل دخولك للمساهمة\";'),('ar','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ar','messages:mobile-frontend-generic-signup-action','s:37:\"ar:أنشأ حساب للمساهمة\";'),('ar','messages:mobile-frontend-history','s:54:\"ar:اعرض تاريخ تعديل هذه الصفحة.\";'),('ar','messages:mobile-frontend-history-404-desc','s:182:\"ar:لا يمكن تصفح تاريخ هذه الصفحة لأنها غير موجودة. قد يعود هذا لحذف الصفحة أو لأنك قد تتبعت رابط مغلوط.\";'),('ar','messages:mobile-frontend-history-404-title','s:38:\"ar:لا وجود لهذه الصفحة\";'),('ar','messages:mobile-frontend-history-no-results','s:65:\"ar:المرشح لم يوفر أي تطابقات تاريخية.\";'),('ar','messages:mobile-frontend-home-button','s:19:\"ar:الرئيسية\";'),('ar','messages:mobile-frontend-image-cancel-confirm','s:26:\"ar:إلغاء الرفع؟\";'),('ar','messages:mobile-frontend-image-heading-describe','s:30:\"ar:\'\'\'اوصف\'\'\' الصورة\";'),('ar','messages:mobile-frontend-image-uploading','s:31:\"ar:\'\'\'تحميل\'\'\' صورة...\";'),('ar','messages:mobile-frontend-images-status','s:13:\"ar:الصور\";'),('ar','messages:mobile-frontend-language-article-heading','s:29:\"ar:اقرأ بلغة أخرى\";'),('ar','messages:mobile-frontend-language-header','s:106:\"ar:هذه الصفحة متوفرة في {{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('ar','messages:mobile-frontend-language-heading','s:32:\"ar:<strong>اللغات</strong>\";'),('ar','messages:mobile-frontend-language-site-choose','s:23:\"ar:ابحث عن لغة\";'),('ar','messages:mobile-frontend-language-variant-header','s:82:\"ar:اختر اللهجة التي تريد للغة: {{#language:{{CONTENTLANG}}}}\";'),('ar','messages:mobile-frontend-languages-404-desc','s:41:\"ar:يجب تحديد عنوان صالح.\";'),('ar','messages:mobile-frontend-languages-404-title','s:27:\"ar:خطأ في اللغات\";'),('ar','messages:mobile-frontend-languages-header','s:11:\"ar:لغات\";'),('ar','messages:mobile-frontend-languages-header-page','s:20:\"ar:$1 - اللغات\";'),('ar','messages:mobile-frontend-languages-nonexistent-title','s:41:\"ar:الصفحة \"$1\" غير موجودة.\";'),('ar','messages:mobile-frontend-languages-text','s:64:\"ar:$1 متوفر في {{PLURAL:$2|لغة واحدة|$2 لغة}}.\";'),('ar','messages:mobile-frontend-languages-variant-header','s:43:\"ar:لهجات {{#language:{{CONTENTLANG}}}}\";'),('ar','messages:mobile-frontend-last-modified-date','s:41:\"ar:آخر تعديل بتاريخ $1، $2\";'),('ar','messages:mobile-frontend-last-modified-days','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من يوم واحد|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('ar','messages:mobile-frontend-last-modified-hours','s:133:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ساعة واحدة|ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('ar','messages:mobile-frontend-last-modified-just-now','s:41:\"ar:آخر تعديل تم نشره توا\";'),('ar','messages:mobile-frontend-last-modified-minutes','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من دقيقة واحدة|دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('ar','messages:mobile-frontend-last-modified-months','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من شهر واحد|شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('ar','messages:mobile-frontend-last-modified-seconds','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ثانية واحدة|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}\";'),('ar','messages:mobile-frontend-last-modified-with-user-days','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|يوم واحد|يومين|$3 أيام|$3 يوماً|$3 يوم}}\";'),('ar','messages:mobile-frontend-last-modified-with-user-hours','s:211:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ساعة واحدة|ساعتين|$3 ساعات|$3 ساعة}}\";'),('ar','messages:mobile-frontend-last-modified-with-user-just-now','s:149:\"ar:[$3 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$4|[$5 $2]|0=مستخدم مجهول}} منذ لحظات\";'),('ar','messages:mobile-frontend-last-modified-with-user-minutes','s:217:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|دقيقة واحدة|دقيقتين|$3 دقائق|$3 دقيقة}}\";'),('ar','messages:mobile-frontend-last-modified-with-user-months','s:214:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|شهر واحد|شهرين|$3 أشهر|$3شهراً|$3 شهر}}\";'),('ar','messages:mobile-frontend-last-modified-with-user-seconds','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ثانية واحدة|ثانيتين|$3 ثوان|$3 ثانية}}\";'),('ar','messages:mobile-frontend-last-modified-with-user-years','s:194:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|سنة|سنتين|$3 سنوات|$3 سنة}}\";'),('ar','messages:mobile-frontend-last-modified-years','s:125:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من سنة واحدة|سنة واحدة|سنتين|$1 سنوات|$1 سنة}}\";'),('ar','messages:mobile-frontend-lead-image-tutorial-confirm','s:22:\"ar:ابدأ الرفع\";'),('ar','messages:mobile-frontend-lead-image-tutorial-summary','s:152:\"ar:تأكد أن صفحتك تساعد في توضيح الصفحة. يجب أن تكون صورة أنشأتها وألا تخرق حقوق النشر.\";'),('ar','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('ar','messages:mobile-frontend-logged-in-homepage-notification','s:27:\"ar:أهلاً بك يا $1!\";'),('ar','messages:mobile-frontend-logged-in-toast-notification','s:39:\"ar:مسجل الدخول بحساب $1.\";'),('ar','messages:mobile-frontend-logged-out','s:31:\"ar:غير مسجل الدخول\";'),('ar','messages:mobile-frontend-login','s:11:\"ar:ادخل\";'),('ar','messages:mobile-frontend-main-menu','s:34:\"ar:القائمة الرئيسية\";'),('ar','messages:mobile-frontend-main-menu-account-create','s:22:\"ar:أنشئ حسابا\";'),('ar','messages:mobile-frontend-main-menu-back','s:29:\"ar:ارجع إلى الخلف\";'),('ar','messages:mobile-frontend-main-menu-button-tooltip','s:43:\"ar:افتح القائمة الرئيسية\";'),('ar','messages:mobile-frontend-main-menu-featured','s:13:\"ar:مميزة\";'),('ar','messages:mobile-frontend-main-menu-login','s:11:\"ar:ادخل\";'),('ar','messages:mobile-frontend-main-menu-logout','s:11:\"ar:اخرج\";'),('ar','messages:mobile-frontend-main-menu-nearby','s:27:\"ar:بالقرب من هنا\";'),('ar','messages:mobile-frontend-main-menu-page-title','s:24:\"ar:تصفح الموقع\";'),('ar','messages:mobile-frontend-main-menu-settings','s:21:\"ar:الإعدادات\";'),('ar','messages:mobile-frontend-main-menu-settings-heading','s:21:\"ar:الإعدادات\";'),('ar','messages:mobile-frontend-main-menu-upload','s:21:\"ar:المرفوعات\";'),('ar','messages:mobile-frontend-main-menu-watchlist','s:28:\"ar:قائمة مراقبتي\";'),('ar','messages:mobile-frontend-media-details','s:15:\"ar:تفاصيل\";'),('ar','messages:mobile-frontend-media-license-link','s:32:\"ar:معلومات الترخيص\";'),('ar','messages:mobile-frontend-meta-data-issues','s:55:\"ar:تعاني الصفحة من بعض المشكلات\";'),('ar','messages:mobile-frontend-meta-data-issues-categories','s:29:\"ar:عن هذا التصنيف\";'),('ar','messages:mobile-frontend-meta-data-issues-header','s:13:\"ar:قضايا\";'),('ar','messages:mobile-frontend-meta-data-issues-header-talk','s:29:\"ar:حول هذه الصفحة\";'),('ar','messages:mobile-frontend-meta-data-issues-talk','s:27:\"ar:عن هذه الصفحة\";'),('ar','messages:mobile-frontend-missing-image','s:11:\"ar:صورة\";'),('ar','messages:mobile-frontend-nearby-distance','s:24:\"ar:{{PLURAL:$1|$1 كم}}\";'),('ar','messages:mobile-frontend-nearby-distance-meters','s:22:\"ar:{{PLURAL:$1|$1 م}}\";'),('ar','messages:mobile-frontend-nearby-error','s:91:\"ar:الصفحات القريبة في {{SITENAME}} تعاني من بعض المشكلات.\";'),('ar','messages:mobile-frontend-nearby-error-guidance','s:34:\"ar:حاول إنعاش مكانك.\";'),('ar','messages:mobile-frontend-nearby-loading','s:75:\"ar:تحميل مواضيع قرب الموقع الحالي الخاص بك\";'),('ar','messages:mobile-frontend-nearby-lookup-ui-error','s:126:\"ar:لا يمكن للصفحات القريبة في {{SITENAME}}  أن تتعرف على مكانك..أأحاول مجددا؟\";'),('ar','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:70:\"ar:حاول في منطقة مفتوحة فيها إشارة أقوى.\";'),('ar','messages:mobile-frontend-nearby-noresults','s:95:\"ar:هذا المكان هادئ...لا وجود لأية صفحات عن أماكن قريبة.\";'),('ar','messages:mobile-frontend-nearby-noresults-guidance','s:95:\"ar:حاول إنشاء صفحة جديدة أو إضافة الموقع لصفحة موجودة\";'),('ar','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('ar','messages:mobile-frontend-nearby-permission-guidance','s:181:\"ar:الرجاء التأكد من إعطاء الإذن لإظهار المكان الذي تتواجد فيه. قد تحتاج إلى فحص إعدادات موقع المتصفح.\";'),('ar','messages:mobile-frontend-nearby-refresh','s:113:\"ar:عثرنا على مكان أدق لك. انقر هنا لإنعاش قائمة الصفحات القريبة.\";'),('ar','messages:mobile-frontend-nearby-requirements','s:90:\"ar:نعتذر! متصفحك لا يدعم الصفحات القريبة في {{SITENAME}}.\";'),('ar','messages:mobile-frontend-nearby-requirements-guidance','s:96:\"ar:جرّب متصفحا آخرًا أو مكّن جافاسكربت إذا كنت عطلتها.\";'),('ar','messages:mobile-frontend-nearby-sectiontext','s:29:\"ar:قرب هذه الصفحة\";'),('ar','messages:mobile-frontend-nearby-title','s:27:\"ar:بالقرب من هنا\";'),('ar','messages:mobile-frontend-news-items','s:22:\"ar:في الأخبار\";'),('ar','messages:mobile-frontend-opt-in-explain','s:127:\"ar:بانضمامك إلى نسخة بيتا ستصل إلى ميزات تجريبية وقد تصادف عللا ومشاكل.\";'),('ar','messages:mobile-frontend-overlay-close','s:11:\"ar:أغلق\";'),('ar','messages:mobile-frontend-overlay-continue','s:13:\"ar:استمر\";'),('ar','messages:mobile-frontend-page-edit-summary','s:55:\"ar:<span><strong>ملخص تعديل</strong> $1</span>\";'),('ar','messages:mobile-frontend-page-menu-contents','s:17:\"ar:محتويات\";'),('ar','messages:mobile-frontend-page-menu-history','s:17:\"ar:التاريخ\";'),('ar','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ar','messages:mobile-frontend-pageaction-edit-tooltip','s:63:\"ar:تحرير مقطع المقدمة في هذه الصفحة.\";'),('ar','messages:mobile-frontend-pageaction-upload-tooltip','s:56:\"ar:رفع صورة المقدمة لهذه الصفحة.\";'),('ar','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ar','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ar','messages:mobile-frontend-panel-ok','s:13:\"ar:موافق\";'),('ar','messages:mobile-frontend-password','s:21:\"ar:كلمة السر:\";'),('ar','messages:mobile-frontend-password-confirm-placeholder','s:27:\"ar:أكد كلمة السر\";'),('ar','messages:mobile-frontend-password-placeholder','s:20:\"ar:كلمة السر\";'),('ar','messages:mobile-frontend-photo-article-donate-comment','s:48:\"ar:ساهمت بصورة عبر Special:Uploads.\";'),('ar','messages:mobile-frontend-photo-article-edit-comment','s:57:\"ar:أضفت صورة للاستخدام في الصفحة\";'),('ar','messages:mobile-frontend-photo-caption-placeholder','s:40:\"ar:صف هذه الصورة (مطلوب)\";'),('ar','messages:mobile-frontend-photo-licensing','s:95:\"ar:برفعك لهذه الصورة أنت توافق على طرحها بموجب رخصة $1.\";'),('ar','messages:mobile-frontend-photo-licensing-with-terms','s:116:\"ar:برفعك لهذه الصورة أنت توافق على $1 وعلى طرح الصورة بموجب رخصة $2.\";'),('ar','messages:mobile-frontend-photo-ownership','s:46:\"ar:أنا ($1) أنشأت هذه الصفحة.\";'),('ar','messages:mobile-frontend-photo-ownership-confirm','s:12:\"ar:فهمت!\";'),('ar','messages:mobile-frontend-photo-ownership-help','s:29:\"ar:ماذا يعني هذا؟\";'),('ar','messages:mobile-frontend-photo-submit','s:13:\"ar:إرسال\";'),('ar','messages:mobile-frontend-photo-upload','s:40:\"ar:أضف صورة لهذه الصفحة\";'),('ar','messages:mobile-frontend-photo-upload-anon','s:85:\"ar:يلزمك تسجيل الدخول لكي تضيف صورة لهذه الصفحة.\";'),('ar','messages:mobile-frontend-photo-upload-comment','s:33:\"ar:أضفت صورة للصفحة\";'),('ar','messages:mobile-frontend-photo-upload-copyvio','s:171:\"ar:تحذير! هذه الصورة تبدو مشبوهة. إن لم تكن من تصويرك، الرجاء عدم  رفعها. هل بعدك تريد الاستمرار؟\";'),('ar','messages:mobile-frontend-photo-upload-error','s:37:\"ar:خطأ، حاول مرة أخرى.\";'),('ar','messages:mobile-frontend-photo-upload-error-file-type','s:39:\"ar:رجاء ارفع الصور فقط.\";'),('ar','messages:mobile-frontend-photo-upload-error-filename','s:63:\"ar:خطأ، الرجاء تقديم ملخص وصفي أوفى.\";'),('ar','messages:mobile-frontend-photo-upload-generic','s:22:\"ar:ساهم بصورة\";'),('ar','messages:mobile-frontend-photo-upload-invalid-user','s:43:\"ar:المستخدم «$1» غير مسجل.\";'),('ar','messages:mobile-frontend-photo-upload-success-article','s:69:\"ar:رائع! تظهر صورتك الأن على هذه الصفحة.\";'),('ar','messages:mobile-frontend-photo-upload-unavailable','s:48:\"ar:متصفحك لا يدعم رفع الصور.\";'),('ar','messages:mobile-frontend-photo-upload-user-count','s:118:\"ar:{{PLURAL:$1|ملف واحد|ملفان|<span>$1</span> ملفات|<span>$1</span> ملفا|<span>$1</span> ملف}}\";'),('ar','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"ar:500 + ملف\";'),('ar','messages:mobile-frontend-placeholder','s:29:\"ar:ابحث في {{SITENAME}}\";'),('ar','messages:mobile-frontend-placeholder-app','s:53:\"ar:ابحث في {{SITENAME}} (تطبيق محمول)\";'),('ar','messages:mobile-frontend-placeholder-beta','s:44:\"ar:ابحث في {{SITENAME}} (تجريبي)\";'),('ar','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ar','messages:mobile-frontend-privacy-link-text','s:19:\"ar:الخصوصية\";'),('ar','messages:mobile-frontend-profile-activity-heading','s:34:\"ar:النشاطات الحديثة\";'),('ar','messages:mobile-frontend-profile-error','s:15:\"ar:أوه لا!\";'),('ar','messages:mobile-frontend-profile-footer-ancient','s:320:\"ar:{{GENDER:$1|قام|قامت}} بـ[[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] و{{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ar','messages:mobile-frontend-profile-footer-days','s:439:\"ar:{{GENDER:$1|انضم|انضمت}} منذ {{PLURAL:$2|يوم واحد|يومين|$2 أيام|$2 يوماً|$2 يوم}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ar','messages:mobile-frontend-profile-footer-months','s:444:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|شهر|شهرين|$2 أشهر|$2 شهراً|$2 شهر}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ar','messages:mobile-frontend-profile-footer-years','s:432:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|سنة|سنتين|$2 سنوات|$2 سنة}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ar','messages:mobile-frontend-profile-last-edit','s:191:\"ar:{{GENDER:$3|حرر|حررت}} الصفحة [[:$1]], {{PLURAL:$2|أمس|أمس الأول|منذ $2 أيام|منذ $2 يوماً| منذ $2 يوم|0=في وقت سابق من اليوم}}.\";'),('ar','messages:mobile-frontend-profile-last-thank','s:85:\"ar:{{GENDER:$1|شكر|شكرت}}{{GENDER:$2|ه|ها}}  [[Special:UserProfile/$1|$1]].\";'),('ar','messages:mobile-frontend-profile-noargs','s:146:\"ar:لم يتم توفير اسم مستخدم. الرجاء توفير اسم مستخدم لمطالعة ملف المستخدم الخاص به.\";'),('ar','messages:mobile-frontend-profile-nouser','s:213:\"ar:لا يوجد مستخدم بهذا الاسم. أسماء المستخدمين حساسة لحالة الأحرف. الرجاء التأكد من أن الإسم قد تم كتابته بطريقة صحيحة.\";'),('ar','messages:mobile-frontend-profile-title','s:26:\"ar:ملف المستخدم\";'),('ar','messages:mobile-frontend-profile-userpage-link','s:74:\"ar:زيارة صفحة {{GENDER:$1|المستخدم|المستخدمة}} .\";'),('ar','messages:mobile-frontend-profile-usertalk','s:56:\"ar:{{GENDER:$1|تحدث إلى $1|تحدثي إلى $1}}\";'),('ar','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ar','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ar','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ar','messages:mobile-frontend-random-button','s:15:\"ar:عشوائي\";'),('ar','messages:mobile-frontend-references-citation','s:15:\"ar:اقتباس\";'),('ar','messages:mobile-frontend-regular-site','s:29:\"ar:عرض سطح المكتب\";'),('ar','messages:mobile-frontend-requires-mobile','s:165:\"ar:هذه الصفحة غير متاحة على الحاسب المكتبي. من فضلك انقر على وصلة نسخة الجوال في أسفل الصفحة.\";'),('ar','messages:mobile-frontend-requires-optin','s:242:\"ar:هذه الصفحة غير متوفرة إلا إذا وافقت على استخدام وضع البيتا(الوضع التجريبي). الرجاء زيارة [[Special:MobileOptions|صفحة التفضيلات]] لتفعيل الوضع.\";'),('ar','messages:mobile-frontend-requires-title','s:35:\"ar:الصفحة غير متوفرة\";'),('ar','messages:mobile-frontend-save-error','s:154:\"ar:حدث خطأ أثناء حفظ التعديلات. الرجاء التأكد من أن ملفات تعريف الإرتباط (كوكيز) مفعلة.\";'),('ar','messages:mobile-frontend-save-settings','s:11:\"ar:احفظ\";'),('ar','messages:mobile-frontend-saving-exit-page','s:155:\"ar:لا تزال مساهمتك قيد الحفظ. إذا غادرت فستُفقد تعديلاتك. هل أنت متأكد أنك تريد الخروج؟\";'),('ar','messages:mobile-frontend-search-content','s:37:\"ar:البحث داخل الصفحات\";'),('ar','messages:mobile-frontend-search-content-no-results','s:115:\"ar:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' لترى إن كانت هذه العبارة مذكورة فيها.\";'),('ar','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ar','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ar','messages:mobile-frontend-search-no-results','s:50:\"ar:لا توجد صفحة بهذا العنوان.\";'),('ar','messages:mobile-frontend-search-submit','s:11:\"ar:اذهب\";'),('ar','messages:mobile-frontend-settings-beta','s:11:\"ar:بيتا\";'),('ar','messages:mobile-frontend-settings-images-explain','s:59:\"ar:تحميل كل محتوى الصفحة من الصور.\";'),('ar','messages:mobile-frontend-settings-site-description','s:155:\"ar:{{SITENAME}} متوفرة ب{{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}. جميع النسخ الأخرى مسرودة أدناه.\";'),('ar','messages:mobile-frontend-settings-site-header','s:24:\"ar:لغات {{SITENAME}}\";'),('ar','messages:mobile-frontend-sign-in-error-heading','s:7:\"ar:آخ\";'),('ar','messages:mobile-frontend-sign-in-heading','s:26:\"ar:تسجيل الدخول\";'),('ar','messages:mobile-frontend-sign-in-why','s:92:\"ar:إذا كان لديك حساب على {{SITENAME}} فيمكنك الدخول أدناه.\";'),('ar','messages:mobile-frontend-sign-up-heading','s:22:\"ar:إنشاء حساب\";'),('ar','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:18:\"ar:ما رأيك؟\";'),('ar','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:28:\"ar:عنوان الموضوع\";'),('ar','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"ar:أضف نقاشا\";'),('ar','messages:mobile-frontend-talk-back-to-filepage','s:33:\"ar:عد إلى الملف «$1».\";'),('ar','messages:mobile-frontend-talk-back-to-page','s:31:\"ar:عُد إلى صفحة \"$1\".\";'),('ar','messages:mobile-frontend-talk-back-to-projectpage','s:45:\"ar:عد إلى صفحة المشروع «$1»\";'),('ar','messages:mobile-frontend-talk-back-to-userpage','s:40:\"ar:عد إلى صفحة {{GENDER:$1|$1}}\";'),('ar','messages:mobile-frontend-talk-edit-summary','s:31:\"ar:قسم نقاش جديد: $1\";'),('ar','messages:mobile-frontend-talk-explained','s:56:\"ar:المحادثات التالية نشطة حاليا\";'),('ar','messages:mobile-frontend-talk-explained-empty','s:57:\"ar:لا توجد محادثات عن هذه الصفحة.\";'),('ar','messages:mobile-frontend-talk-fullpage','s:35:\"ar:اقرأها كصفحة ويكي\";'),('ar','messages:mobile-frontend-talk-overlay-header','s:11:\"ar:نقاش\";'),('ar','messages:mobile-frontend-talk-overlay-lead-header','s:31:\"ar:نقاش غير مُسمّى\";'),('ar','messages:mobile-frontend-talk-reply','s:7:\"ar:رد\";'),('ar','messages:mobile-frontend-talk-reply-info','s:67:\"ar:لاحظ أن ردّك سيُوقّع تلقائيا باسمك.\";'),('ar','messages:mobile-frontend-talk-reply-success','s:61:\"ar:حُفِظ ردك بنجاح إلى صفحة النقاش.\";'),('ar','messages:mobile-frontend-talk-topic-error','s:79:\"ar:لا يمكن إضافة هذا الموضوع نتيجة خطأ مجهول.\";'),('ar','messages:mobile-frontend-talk-topic-error-badtoken','s:119:\"ar:حصل خطأ على الخادوم. لا يمكن حفظ تعديلك. حاول إعادة تحميل الصفحة.\";'),('ar','messages:mobile-frontend-talk-topic-error-permission','s:112:\"ar:لا يمكن إضافة هذا الموضوع، إذ ليس لديك صلاحية تحرير الصفحات.\";'),('ar','messages:mobile-frontend-talk-topic-error-protected','s:111:\"ar:صفحة النقاش هذه محمية، وليس لديك صلاحية إضافة مواضيع إليها.\";'),('ar','messages:mobile-frontend-talk-topic-error-spam','s:85:\"ar:هذا الموضوع مرفوض لأنه يحوي مقطعاً فيه دعاية.\";'),('ar','messages:mobile-frontend-talk-topic-feedback','s:72:\"ar:تم إضافة موضوع جديد إلى صفحة المناقشة!\";'),('ar','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ar','messages:mobile-frontend-terms-text','s:30:\"ar:شروط الاستخدام\";'),('ar','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ar','messages:mobile-frontend-thanked-notice','s:114:\"ar:{{GENDER:$2|أُخبِر|أُخبِرت}} $1 أن {{GENDER:$2|تعديلاته|تعديلاتها}} تعجبك.\";'),('ar','messages:mobile-frontend-user-account','s:24:\"ar:حساب مستخدم\";'),('ar','messages:mobile-frontend-user-button-tooltip','s:28:\"ar:أظهر إشعاراتي\";'),('ar','messages:mobile-frontend-user-cta','s:61:\"ar:رجاء ادخل أو سجّل لترى إشعاراتك.\";'),('ar','messages:mobile-frontend-user-newmessages','s:61:\"ar:لديك رسائل جديدة على صفحة نقاشك.\";'),('ar','messages:mobile-frontend-userlogin-loggedin-register','s:204:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول باسم {{GENDER:$1|$1}}.\n{{GENDER:$1|استخدم|استخدمي}} الاستمارة أدناه لإنشاء حساب مستخدم جديداً.\";'),('ar','messages:mobile-frontend-username','s:27:\"ar:اسم المستخدم:\";'),('ar','messages:mobile-frontend-username-placeholder','s:26:\"ar:اسم المستخدم\";'),('ar','messages:mobile-frontend-view','s:24:\"ar:نسخة الجوال\";'),('ar','messages:mobile-frontend-view-desktop','s:22:\"ar:سطح المكتب\";'),('ar','messages:mobile-frontend-view-mobile','s:11:\"ar:جوال\";'),('ar','messages:mobile-frontend-view-source','s:24:\"ar:اعرض المصدر\";'),('ar','messages:mobile-frontend-watch-login','s:46:\"ar:أضف $1 إلى قائمة مراقبتك.\";'),('ar','messages:mobile-frontend-watchlist-a-z','s:13:\"ar:قائمة\";'),('ar','messages:mobile-frontend-watchlist-a-z-empty-howto','s:198:\"ar:حاليا لا تراقب أي صفحات.  تساعدك قائمة المراقبة على تتبع الصفحات التي تهمك. راقب الصفحات بنقر أيقونة النجمة.\";'),('ar','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:36:\"ar:اضغط أيقونةالنجمة\";'),('ar','messages:mobile-frontend-watchlist-add','s:56:\"ar:تمت إضافة $1 إلى قائمة مراقبتك\";'),('ar','messages:mobile-frontend-watchlist-back-home','s:52:\"ar:العودة إلى الصفحة الرئيسية\";'),('ar','messages:mobile-frontend-watchlist-cta','s:85:\"ar:تابع كافة التغييرات التي تطرأ على هذه الصفحة.\";'),('ar','messages:mobile-frontend-watchlist-cta-button-login','s:11:\"ar:ادخل\";'),('ar','messages:mobile-frontend-watchlist-cta-button-signup','s:24:\"ar:أنشئ حسابًا\";'),('ar','messages:mobile-frontend-watchlist-error','s:137:\"ar:حصلت مشكلة في إضافة هذه الصفحة إلى قائمة المراقبة. يرجى المحاولة مرة أخرى.\";'),('ar','messages:mobile-frontend-watchlist-feed','s:15:\"ar:المعدل\";'),('ar','messages:mobile-frontend-watchlist-feed-empty','s:58:\"ar:لا توجد صفحات تم تحديثها مؤخرا\";'),('ar','messages:mobile-frontend-watchlist-filter-all','s:11:\"ar:الكل\";'),('ar','messages:mobile-frontend-watchlist-filter-articles','s:13:\"ar:صفحات\";'),('ar','messages:mobile-frontend-watchlist-filter-other','s:11:\"ar:أخرى\";'),('ar','messages:mobile-frontend-watchlist-filter-talk','s:11:\"ar:نقاش\";'),('ar','messages:mobile-frontend-watchlist-login-action','s:39:\"ar:سجل الدخول للمطالعة\";'),('ar','messages:mobile-frontend-watchlist-more','s:15:\"ar:المزيد\";'),('ar','messages:mobile-frontend-watchlist-please-wait','s:149:\"ar:يرجى الانتظار، فعملية الإضافة إلى قائمة المراقبة استغرقت زمناً أطول من المتوقع.\";'),('ar','messages:mobile-frontend-watchlist-purpose','s:134:\"ar:قائمة المراقبة تساعدك في وضع إشارة مرجعية للصفحات وتتبع التغيرات عليها.\";'),('ar','messages:mobile-frontend-watchlist-removed','s:54:\"ar:تمت إزالة $1 من قائمة مراقبتك\";'),('ar','messages:mobile-frontend-watchlist-signup-action','s:39:\"ar:سجل لبدء واحدة الآن.\";'),('ar','messages:mobile-frontend-watchlist-view','s:37:\"ar:اعرض قائمة مراقبتك\";'),('ar','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ar','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ar','messages:modeleditnotsupported-text','s:67:\"ar:التحرير غير مدعوم لنموذج المحتوى $1.\";'),('ar','messages:modeleditnotsupported-title','s:35:\"ar:التحرير غير مدعوم\";'),('ar','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ar','messages:modifiedarticleprotection-comment','s:73:\"ar:{{GENDER:$2|غيّر|غيّرت}} إعدادات حماية «[[$1]]»\";'),('ar','messages:mon','s:13:\"ar:اثنين\";'),('ar','messages:monday','s:17:\"ar:الاثنين\";'),('ar','messages:monday-at','s:40:\"ar:يوم الإثنين الساعة $1\";'),('ar','messages:month','s:28:\"ar:من شهر (وأقدم):\";'),('ar','messages:months','s:78:\"ar:{{PLURAL:$1||شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('ar','messages:monthsall','s:11:\"ar:الكل\";'),('ar','messages:moredotdotdot','s:18:\"ar:المزيد...\";'),('ar','messages:morelinkstoimage','s:97:\"ar:عرض [[Special:WhatLinksHere/$1|المزيد من الوصلات]] إلى هذا الملف.\";'),('ar','messages:morenotlisted','s:63:\"ar:هذه القائمة ربما تكون غير مكتملة.\";'),('ar','messages:mostcategories','s:39:\"ar:أكثر الصفحات تصنيفا\";'),('ar','messages:mostcategories-summary','s:3:\"en:\";'),('ar','messages:mostimages','s:41:\"ar:أكثر الملفات ارتباطا\";'),('ar','messages:mostimages-summary','s:3:\"en:\";'),('ar','messages:mostinterwikis','s:85:\"ar:الصفحات التي تحتوي على أغلب وصلات الإنترويكي\";'),('ar','messages:mostinterwikis-summary','s:3:\"en:\";'),('ar','messages:mostlinked','s:35:\"ar:أكثر الصفحات وصلا\";'),('ar','messages:mostlinked-summary','s:3:\"en:\";'),('ar','messages:mostlinkedcategories','s:45:\"ar:أكثر التصنيفات ارتباطا\";'),('ar','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ar','messages:mostlinkedtemplates','s:39:\"ar:أكثر الصفحات تضمينا\";'),('ar','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ar','messages:mostrevisions','s:39:\"ar:أكثر الصفحات تعديلا\";'),('ar','messages:mostrevisions-summary','s:3:\"en:\";'),('ar','messages:move','s:11:\"ar:انقل\";'),('ar','messages:move-leave-redirect','s:24:\"ar:اترك تحويلة\";'),('ar','messages:move-over-sharedrepo','s:141:\"ar:[[:$1]] موجود في مستودع مشترك. نقل الملف إلى هذا العنوان سوف يلغي الملف المشترك.\";'),('ar','messages:move-page','s:12:\"ar:نقل $1\";'),('ar','messages:move-page-legend','s:22:\"ar:نقل الصفحة\";'),('ar','messages:move-redirect-text','s:3:\"en:\";'),('ar','messages:move-subpages','s:53:\"ar:انقل الصفحات الفرعية (حتى $1)\";'),('ar','messages:move-talk-subpages','s:77:\"ar:انقل الصفحات الفرعية لصفحة النقاش (حتى $1)\";'),('ar','messages:move-watch','s:80:\"ar:راقب الصفحتين المنقول منها والمنقول إليها\";'),('ar','messages:movecategorypage-warning','s:243:\"ar:<strong>تحذير:</strong> أنت على وشك نقل صفحة التصنيف إلى عنوان جديد، ولكن <em>لن</em> تُنقل الصفحات الموجودة تحت هذا التصنيف إلى العنوان الجديد.\";'),('ar','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ar','messages:moveddeleted-notice','s:144:\"ar:هذه الصفحة غير موجودة.\nسجلات حذف ونقل وحماية الصفحة معروضة بالأسفل للمعلومية.\";'),('ar','messages:moveddeleted-notice-recent','s:167:\"ar:عذرا، هذه الصفحة تم حذفها مؤخرا (في آخر 24 ساعة).\nسجلا حذف ونقل الصفحة معروضان بالأسفل كمرجع.\";'),('ar','messages:movelogpage','s:20:\"ar:سجل النقل\";'),('ar','messages:movelogpagetext','s:71:\"ar:بالأسفل قائمة بالصفحات التي تم نقلها.\";'),('ar','messages:movenologintext','s:129:\"ar:يجب أن تكون مستخدماً مسجلاً وأن  [[Special:UserLogin|تسجل دخولك]] لكي تنقل صفحة.\";'),('ar','messages:movenosubpage','s:54:\"ar:ليس لهذه الصفحة صفحات فرعية.\";'),('ar','messages:movenotallowed','s:67:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات.\";'),('ar','messages:movenotallowedfile','s:67:\"ar:أنت لا تمتلك الصلاحية لنقل الملفات.\";'),('ar','messages:movepage-delete-first','s:228:\"ar:تحتوي الصفحة الهدف على عدد كبير جدا من المراجعات لحذفها كجزء من نقل الصفحة; يُرجَى أولا حذف الصفحة يدويا، ثم إعادة المحاولة.\";'),('ar','messages:movepage-invalid-target-title','s:45:\"ar:الاسم المطلوب غير صحيح.\";'),('ar','messages:movepage-max-pages','s:166:\"ar:تم نقل الحد الأقصى وهو {{PLURAL:$1|صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} ولن يتم نقل المزيد تلقائيا.\";'),('ar','messages:movepage-moved','s:49:\"ar:<strong>نُقِلت \"$1\" إلى \"$2\"</strong>\";'),('ar','messages:movepage-moved-noredirect','s:51:\"ar:أُلغيت عملية إنشاء تحويلة.\";'),('ar','messages:movepage-moved-redirect','s:27:\"ar:أنشئت تحويلة.\";'),('ar','messages:movepage-page-exists','s:104:\"ar:الصفحة $1 موجودة بالفعل ولا يمكن الكتابة عليها تلقائياً.\";'),('ar','messages:movepage-page-moved','s:45:\"ar:نقلت صفحة $1 إلى $2 بنجاح.\";'),('ar','messages:movepage-page-unmoved','s:46:\"ar:لم يمكن نقل صفحة $1 إلى $2.\";'),('ar','messages:movepage-source-doesnt-exist','s:66:\"ar:الصفحة $1 غير موجودة ولا يمكن نقلها.\";'),('ar','messages:movepage-summary','s:3:\"en:\";'),('ar','messages:movepagebtn','s:24:\"ar:انقل الصفحة\";'),('ar','messages:movepagetalktext','s:359:\"ar:لو علمت على هذا الصندوق، فصفحة النقاش المرفقة يتم نقلها أوتوماتيكيا للعنوان الجديد، إلا لو كانت صفحة نقاش غير فارغة هناك بالفعل.\n\nفي هذه الحالة، فسيتعين عليك نقل أو دمج الصفحة يدويا لو رغبت في ذلك.\";'),('ar','messages:movepagetext','s:1381:\"ar:باستخدام  الاستمارة بالأسفل بإمكانك أن تغير اسم الصفحة، وأن تنقل تاريخها إلى الاسم الجديد.\nالعنوان القديم سيصبح تحويلة للعنوان الجديد.\nيمكنك أن تترك التحويلات التي تشير إلى العنوان الأصلي كما هي لتقوم البوتات بتحديثها تلقائياً.\nإذا اخترت أن تقوم بالتحديث يدوياً، فتأكد من عدم وجود تحويلات [[Special:DoubleRedirects|مزدوجة]] أو [[Special:BrokenRedirects|مكسورة]] وقم بتصحيحها.\nأنت المسؤول عن التأكد من أن الوصلات تصل إلى الصفحات التي يفترض أن تصل إليها.\n\nلاحظ أنه <strong>لن يتم</strong> نقل الصفحة إذا وجدت صفحة في العنوان الجديد، إلا إذا كانت صفحة تحويل، ولا تاريخ لها.\nهذا يعني أنك تستطيع استرجاع الصفحة إلى مكانها لو قمت بخطأ، ولا يمكنك نسخ هذه الصفحة فوق صفحة موجودة.\n\n<strong>ملاحظة:</strong>\n\nهذا قد يكون تغييراً كارثياً وغير متوقع لصفحة مشهورة؛\nمن فضلك تأكد أنك تفهم عواقب هذا الفعل قبل أن تستمر.\";'),('ar','messages:movepagetext-noredirectfixer','s:1281:\"ar:باستخدام  الاستمارة بالأسفل بإمكانك أن تغير اسم الصفحة، وأن تنقل تاريخها إلى الاسم الجديد.\nالعنوان القديم سيصبح تحويلة للعنوان الجديد.\nيمكنك تحديث التحويلات التي تشير إلى العنوان الأصلي تلقائياً.\nلو اخترت ألا تفعل، تأكد من عدم وجود تحويلات [[Special:DoubleRedirects|مزدوجة]] أو [[Special:BrokenRedirects|مكسورة]].\nأنت المسؤول عن التأكد من أن الوصلات تصل إلى الصفحات التي يفترض أن تصل إليها.\n\nلاحظ أنه <strong>لن يتم</strong>  نقل الصفحة إذا كان هناك صفحة بنفس العنوان الجديد، إلا إذا كانت فارغة، أو تحويلة لا تاريخ لها.\nهذا يعني أنك تستطيع استرجاع الصفحة إلى مكانها لو قمت بخطأ، وأنك لا يمكنك الكتابة على صفحة موجودة.\n\n<strong>ملاحظة</strong> \n\nهذا قد يكون تغييراً كارثياً وغير متوقع لصفحة مشهورة؛\nمن فضلك تأكد أنك تفهم عواقب هذا الفعل قبل أن تستمر.\";'),('ar','messages:movepagetext-noredirectsupport','s:904:\"ar:سيؤدي استخدام النموذج أدناه إلى إعادة تسمية صفحة، مع نقل كل تاريخها إلى الاسم الجديد،\nأنت مسئول عن التأكد من أن الروابط لا تزال تشير إلى المكان الذي من المفترض أن تذهب إليه.\n\nلاحظ أنه <strong>لن</strong> يتم نقل الصفحة إذا كانت هناك بالفعل صفحة في العنوان الجديد:\nهذا يعني أنه يمكنك إعادة تسمية صفحة إلى المكان الذي تمت إعادة تسميتها منه إذا ارتكبت خطأً، ولا يمكنك استبدال صفحة موجودة.\n\n<strong>ملاحظة:</strong>\nيمكن أن يكون هذا تغييرا جذريا وغير متوقع لصفحة شائعة؛\nيُرجَى التأكد من أنك تفهم عواقب هذا قبل المتابعة.\";'),('ar','messages:movereason','s:14:\"ar:السبب:\";'),('ar','messages:movesubpage','s:111:\"ar:{{PLURAL:$1||الصفحة الفرعية|الصفحتان الفرعيتان|الصفحات الفرعية}}\";'),('ar','messages:movesubpagetalktext','s:140:\"ar:صفحة النقاش المكافئة لديها $1 {{PLURAL:$1|صفحة فرعية|صفحات فرعية}} معروضة بالأسفل.\";'),('ar','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('ar','messages:movesubpagetext','s:218:\"ar:لهذه الصفحة {{PLURAL:$1||صفحة فرعية واحدة معروضة|صفحتان فرعيتان معروضتان|$1 صفحات فرعية معروضة|$1 صفحة فرعية معروضة}} بالأسفل.\";'),('ar','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('ar','messages:movetalk','s:48:\"ar:انقل صفحة النقاش المرفقة\";'),('ar','messages:movethispage','s:31:\"ar:انقل هذه الصفحة\";'),('ar','messages:moveuserpage-warning','s:196:\"ar:<strong>تحذير:</strong> أنت على وشك نقل صفحة مستخدم. ستنقل الصفحة إلى الاسم الجديد ولكن <em>لن</em> يتغير اسم المستخدم.\";'),('ar','messages:mute-preferences','s:35:\"ar:تفضيلات كتم الصوت\";'),('ar','messages:mw-widgets-abandonedit','s:118:\"ar:هل أنت متأكد من الخروج من وضع التَّحرير قبل نشر النَّص أوَّلًا؟\";'),('ar','messages:mw-widgets-abandonedit-discard','s:32:\"ar:تجاهل التعديلات\";'),('ar','messages:mw-widgets-abandonedit-keep','s:30:\"ar:مواصلة التعديل\";'),('ar','messages:mw-widgets-abandonedit-title','s:27:\"ar:هل أنت متأكد؟\";'),('ar','messages:mw-widgets-categoryselector-add-category-placeholder','s:25:\"ar:أضف تصنيفا...\";'),('ar','messages:mw-widgets-copytextlayout-copy','s:9:\"ar:نسخ\";'),('ar','messages:mw-widgets-copytextlayout-copy-fail','s:43:\"ar:فشل النسخ إلى الحافظة.\";'),('ar','messages:mw-widgets-copytextlayout-copy-success','s:32:\"ar:نسخ إلى الحافظة.\";'),('ar','messages:mw-widgets-dateinput-no-date','s:38:\"ar:لا تاريخ تم اختياره\";'),('ar','messages:mw-widgets-dateinput-placeholder-day','s:21:\"ar:سسسس-شش-يي\";'),('ar','messages:mw-widgets-dateinput-placeholder-month','s:16:\"ar:سسسس-شش\";'),('ar','messages:mw-widgets-mediasearch-input-placeholder','s:29:\"ar:البحث عن ملفات\";'),('ar','messages:mw-widgets-mediasearch-noresults','s:46:\"ar:لم يتم العثور على نتائج.\";'),('ar','messages:mw-widgets-mediasearch-recent-uploads','s:48:\"ar:{{GENDER:$1|مرفوعاتك}} الأخيرة\";'),('ar','messages:mw-widgets-mediasearch-results-aria-label','s:35:\"ar:نتائج بحث الوسائط\";'),('ar','messages:mw-widgets-table-row-delete','s:20:\"ar:احذف الصف\";'),('ar','messages:mw-widgets-tagmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('ar','messages:mw-widgets-titleinput-description-new-page','s:42:\"ar:الصفحة غير موجودة بعد\";'),('ar','messages:mw-widgets-titleinput-description-redirect','s:23:\"ar:تحويل إلى $1\";'),('ar','messages:mw-widgets-titlesmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('ar','messages:mw-widgets-usersmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('ar','messages:mycontris','s:17:\"ar:مساهمات\";'),('ar','messages:mycustomcssprotected','s:91:\"ar:ليس لديك صلاحية تعديل هذه الصفحة للطرز المتراصة.\";'),('ar','messages:mycustomjsonprotected','s:67:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه\";'),('ar','messages:mycustomjsprotected','s:78:\"ar:ليس لديك صلاحية تعديل صفحة جافاسكربت هذه.\";'),('ar','messages:mycustomjsredirectprotected','s:174:\"ar:ليس لديك صلاحية لتعديل صفحة جافا سكريبت هذه لأنها تحويلة ولا تشير إلى نطاق المستخدمي الخاص بك.\";'),('ar','messages:mypage','s:11:\"ar:صفحة\";'),('ar','messages:mypreferences','s:17:\"ar:تفضيلات\";'),('ar','messages:mypreferencesprotected','s:60:\"ar:ليس لديك صلاحية تعديل تفضيلاتك.\";'),('ar','messages:myprivateinfoprotected','s:73:\"ar:ليس لديك صلاحية تعديل معلوماتك الخاصة.\";'),('ar','messages:mytalk','s:11:\"ar:نقاش\";'),('ar','messages:mywatchlist','s:30:\"ar:قائمة المراقبة\";'),('ar','messages:namespace','s:16:\"ar:النطاق:\";'),('ar','messages:namespace-nosubpages','s:67:\"ar:النطاق \"$1\" لا يسمح بالصفحات الفرعية.\";'),('ar','messages:namespace_association','s:30:\"ar:النطاق المقترن\";'),('ar','messages:namespaceprotected','s:98:\"ar:لا تمتلك الصلاحية لتعديل الصفحات في نطاق <strong>$1</strong>.\";'),('ar','messages:namespaces','s:15:\"ar:نطاقات\";'),('ar','messages:namespacesall','s:11:\"ar:الكل\";'),('ar','messages:nav-login-createaccount','s:33:\"ar:دخول / إنشاء حساب\";'),('ar','messages:navigation','s:11:\"ar:تصفح\";'),('ar','messages:navigation-heading','s:26:\"ar:قائمة التصفح\";'),('ar','messages:nbytes','s:37:\"ar:$1 {{PLURAL:$1|بايت|بايت}}\";'),('ar','messages:ncategories','s:93:\"ar:$1 {{PLURAL:$1|تصنيف واحد|تصنيفان|تصنيفات|تصنيف|تصنيفا}}\";'),('ar','messages:nchanges','s:119:\"ar:{{PLURAL:$1|لا تغييرات|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرا|$1 تغيير}}\";'),('ar','messages:nearby','s:31:\"ar:صفحات قريبة منك\";'),('ar','messages:negative-namespace-not-supported','s:73:\"ar:النطاقات ذات القيم السالبة غير مدعومة.\";'),('ar','messages:newarticle','s:13:\"ar:(جديد)\";'),('ar','messages:newarticletext','s:406:\"ar:لقد تبعت وصلة لصفحة لم يتم إنشائها بعد.\nلإنشاء هذه الصفحة ابدأ الكتابة في الصندوق بالأسفل (انظر في [$1 صفحة المساعدة] للمزيد من المعلومات).\nإذا كانت زيارتك لهذه الصفحة بالخطأ، اضغط على زر <strong>رجوع</strong> في متصفح الإنترنت لديك.\";'),('ar','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ar','messages:newimages','s:41:\"ar:معرض الملفات الجديدة\";'),('ar','messages:newimages-hidepatrolled','s:45:\"ar:أخف المرفوعات المنظورة\";'),('ar','messages:newimages-legend','s:15:\"ar:المرشح\";'),('ar','messages:newimages-mediatype','s:23:\"ar:نوع الوسيط:\";'),('ar','messages:newimages-showbots','s:58:\"ar:أظهر التحميلات بواسطة البوتات\";'),('ar','messages:newimages-summary','s:84:\"ar:هذه الصفحة الخاصة تعرض آخر الملفات المرفوعة.\";'),('ar','messages:newimages-user','s:55:\"ar:عنوان الأيبي أو اسم المستخدم\";'),('ar','messages:newimagestext','s:4:\"en:-\";'),('ar','messages:newmessagesdifflinkplural','s:55:\"ar:أحدث {{PLURAL:$1|تغيير|999=تغييرات}}\";'),('ar','messages:newmessageslinkplural','s:64:\"ar:{{PLURAL:$1|رسالة جديدة|999=رسائل جديدة}}\";'),('ar','messages:newpage','s:22:\"ar:صفحة جديدة\";'),('ar','messages:newpageletter','s:8:\"ar:ج‌\";'),('ar','messages:newpages','s:24:\"ar:صفحات جديدة\";'),('ar','messages:newpages-showhide-bots','s:20:\"ar:$1 البوتات\";'),('ar','messages:newpages-showhide-patrolled','s:41:\"ar:$1 التعديلات المراجعة\";'),('ar','messages:newpages-showhide-redirect','s:24:\"ar:$1 التحويلات\";'),('ar','messages:newpages-showhide-registered','s:43:\"ar:$1 المستخدمين المسجلين\";'),('ar','messages:newpages-submit','s:11:\"ar:اعرض\";'),('ar','messages:newpages-summary','s:3:\"en:\";'),('ar','messages:newpages-username','s:27:\"ar:اسم المستخدم:\";'),('ar','messages:newpassword','s:36:\"ar:كلمة السر الجديدة:\";'),('ar','messages:newsection','s:18:\"ar:قسم جديد\";'),('ar','messages:newsection-page','s:36:\"ar:الصفحات المستهدفة\";'),('ar','messages:newsection-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ar','messages:newsection-summary','s:3:\"en:\";'),('ar','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ar','messages:newsectionsummary','s:27:\"ar:/* $1 */ قسم جديد\";'),('ar','messages:newtitle','s:31:\"ar:العنوان الجديد:\";'),('ar','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ar','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ar','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ar','messages:newuserlogpage','s:41:\"ar:سجل إنشاء المستخدمين\";'),('ar','messages:newuserlogpagetext','s:64:\"ar:هذا سجل بعمليات إنشاء المستخدمين.\";'),('ar','messages:newwindow','s:40:\"ar:(تفتح في نافذة جديدة)\";'),('ar','messages:next','s:15:\"ar:التالي\";'),('ar','messages:next-page','s:30:\"ar:الصفحة التالية\";'),('ar','messages:nextdiff','s:34:\"ar:التعديل اللاحق ←\";'),('ar','messages:nextn','s:34:\"ar:{{PLURAL:$1|$1}} التالية\";'),('ar','messages:nextn-title','s:52:\"ar:$1 {{PLURAL:$1|نتيجة|نتيجة}} تالية\";'),('ar','messages:nextpage','s:35:\"ar:الصفحة التالية ($1)\";'),('ar','messages:nextrevision','s:28:\"ar:مراجعة أحدث ←\";'),('ar','messages:nimagelinks','s:94:\"ar:مستخدم في {{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}}\";'),('ar','messages:ninterwikis','s:40:\"ar:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('ar','messages:nlinks','s:91:\"ar:{{PLURAL:$1|لا وصلات|وصلة واحدة|وصلتان|$1 وصلات|$1 وصلة}}\";'),('ar','messages:nmembers','s:95:\"ar:{{PLURAL:$1|لا أعضاء|عضو واحد|عضوان|$1 أعضاء|$1 عضوا|$1 عضو}}\";'),('ar','messages:nmemberschanged','s:44:\"ar:$1 → $2 {{PLURAL:$2|عضو|أعضاء}}\";'),('ar','messages:no-null-revision','s:73:\"ar:تعذر إنشاء مراجعة جديدة فارغة لصفحة \"$1\"\";'),('ar','messages:noarticletext','s:402:\"ar:هذه الصفحة غير موجودة حاليا. يمكنك [[Special:Search/{{PAGENAME}}|البحث عن عنوانها]] في الصفحات الأخرى أو\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} البحث في السجلات] (لتعرف إن كانت قد حُذِفَت)،\nأو \'\'\'[{{fullurl:{{FULLPAGENAME}}|action=edit}} إنشاؤها]\'\'\'</span>.\";'),('ar','messages:noarticletext-nopermission','s:402:\"ar:لا يوجد حاليا أي نص في هذه الصفحة.\nيمكنك [[Special:Search/{{PAGENAME}}|البحث عن عنوان هذه الصفحة]] في الصفحات الأخرى، أو <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} البحث في السجلات المتعلقة بها]</span>، لكن ليست لك صلاحية إنشاء هذه الصفحة.\";'),('ar','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ar','messages:noautoblockblock','s:39:\"ar:المنع التلقائي معطل\";'),('ar','messages:nocontribs','s:85:\"ar:لم يتم العثور على تغييرات تطابق هذه المحددات.\";'),('ar','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ar','messages:nocookiesfornew','s:265:\"ar:لم يتم إنشاء حساب المستخدم، لأننا لم نستطع تأكيد مصدره. \nتأكد من أن ملفات تعريف الارتباط (الكوكيز) مفعلة عندك، ثم أعد تحميل الصفحة وحاول مرة أخرى.\";'),('ar','messages:nocookieslogin','s:162:\"ar:يستخدم {{SITENAME}} الكوكيز لتسجيل الدخول.\nالكوكيز معطلة لديك.\nمن فضلك فعلها ثم حاول مرة أخرى.\";'),('ar','messages:nocookiesnew','s:310:\"ar:تم إنشاء حساب المستخدم، ولكنك لست مسجل الدخول بعد.\nيستخدم {{SITENAME}} كوكيز لتسجيل الدخول.\nلديك الكوكيز معطلة.\nمن فضلك فعلها، ثم سجل الدخول باسم المستخدم وكلمة السر الجديدين.\";'),('ar','messages:nocreate-loggedin','s:78:\"ar:أنت لا تمتلك الصلاحية لإنشاء صفحات جديدة.\";'),('ar','messages:nocreatetext','s:229:\"ar:قام {{SITENAME}} بتحديد القدرة على إنشاء صفحات جديدة.\nيمكنك العودة وتحرير صفحة موجودة بالفعل، أو [[Special:UserLogin|الدخول أو تسجيل حساب]].\";'),('ar','messages:nocredits','s:78:\"ar:لا توجد معلومات إشادة متوفرة لهذه الصفحة.\";'),('ar','messages:node-count-exceeded-category','s:39:\"ar:تجاوزات تعداد العقد\";'),('ar','messages:node-count-exceeded-category-desc','s:79:\"ar:الصفحة تتجاوز الحد الأقصى للعقد البرمجية.\";'),('ar','messages:node-count-exceeded-warning','s:79:\"ar:الصفحة تجاوزت الحد الأقصى للعقد البرمجية.\";'),('ar','messages:noemail','s:85:\"ar:لا يوجد عنوان بريد إلكتروني مسجل للمستخدم \"$1\".\";'),('ar','messages:noemailcreate','s:68:\"ar:عليك تقديم عنوان بريد إلكتروني صالح\";'),('ar','messages:noemailprefs','s:104:\"ar:حدد عنوان بريد إلكتروني في تفضيلاتك لتفعيل هذه الخصائص.\";'),('ar','messages:noemailtext','s:87:\"ar:لم يحدد هذا المستخدم عنوان بريد إلكتروني صحيح.\";'),('ar','messages:noemailtitle','s:53:\"ar:لا يوجد عنوان بريد إلكتروني\";'),('ar','messages:nohistory','s:69:\"ar:لا يوجد تاريخ للتعديلات لهذه الصفحة.\";'),('ar','messages:noimages','s:26:\"ar:لا شيء للعرض.\";'),('ar','messages:noindex-category','s:33:\"ar:صفحات غير مفهرسة\";'),('ar','messages:noindex-category-desc','s:204:\"ar:هذه الصفحة لا تفهرسها الروبوتات لأن فيها الكلمة السحرية <code><nowiki>__NOINDEX__</nowiki></code> ولأنها في نطاق يسمح بهذا العلم.\";'),('ar','messages:nolicense','s:18:\"ar:غير محدد\";'),('ar','messages:nolinkshere','s:62:\"ar:لا توجد صفحات تصل إلى <strong>$2</strong>.\";'),('ar','messages:nolinkshere-ns','s:95:\"ar:لا توجد صفحات تصل إلى <strong>$2</strong> في النطاق المختار.\";'),('ar','messages:nolinkstoimage','s:59:\"ar:لا توجد صفحات تستخدم هذا الملف.\";'),('ar','messages:noname','s:46:\"ar:لم تحدد اسم مستخدم صحيح.\";'),('ar','messages:nonfile-cannot-move-to-file','s:76:\"ar:لا يمكن نقل غير الملفات إلى نطاق الملفات\";'),('ar','messages:nonmain-slot-differences-therefore-readonly','s:325:\"ar:لا يمكنك تحرير نص ويكي في هذه المراجعة للصفحة، حيث كانت هناك تغييرات على البيانات الموجودة على الصفحة منذ هذه المراجعة التي لا تستند إلى نص ويكي. [$1 لاستعادة هذه النسخة انقر هنا.]\";'),('ar','messages:nonnumeric-formatnum','s:74:\"ar:صفحات تحتوي على معاملات formatnum غير عددية\";'),('ar','messages:nonnumeric-formatnum-desc','s:95:\"ar:تحتوي الصفحة على وسيطة غير رقمية لوظيفة محلل formatnum.\";'),('ar','messages:nonwrite-api-promise-error','s:108:\"ar:\'Promise-Non-Write-API-Action\' HTTP header تم إرساله لكن الطلب كان لAPI write module.\";'),('ar','messages:nopagetext','s:65:\"ar:صفحة الهدف التي حددتها غير موجودة.\";'),('ar','messages:nopagetitle','s:41:\"ar:لا توجد صفحة هدف كهذه\";'),('ar','messages:noscript.css','s:165:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين الذين الجافاسكريبت لديهم معطلة */\";'),('ar','messages:nospecialpagetext','s:177:\"ar:<strong>لقد طلبت صفحة خاصة غير صحيحة.</strong>\n\nقائمة الصفحات الخاصة موجودة في [[Special:SpecialPages|{{int:specialpages}}]].\";'),('ar','messages:nosuchaction','s:43:\"ar:لا يوجد فعل كالذي طلبت\";'),('ar','messages:nosuchactiontext','s:250:\"ar:الفعل المحدد بواسطة المسار غير صحيح.\nربما تكون قد كتبت المسار بطريقة غير صحيحة، أو اتبعت رابطا غير صحيح.\nو قد يكون مرجع هذا علة في {{SITENAME}}.\";'),('ar','messages:nosuchsectiontext','s:148:\"ar:لقد حاولت تحرير قسم غير موجود.\nربما يكون قد تم نقله أو حذفه أثناء مشاهدتك للصفحة.\";'),('ar','messages:nosuchsectiontitle','s:33:\"ar:تعذر إيجاد القسم\";'),('ar','messages:nosuchspecialpage','s:54:\"ar:لا توجد صفحة خاصة بهذا الاسم\";'),('ar','messages:nosuchuser','s:222:\"ar:لا يوجد مستخدم بالاسم \"$1\".\nأسماء المستخدمين حساسة لحالة الحروف.\nتأكد من إملاء الاسم، أو [[Special:CreateAccount|قم بإنشاء حساب جديد]].\";'),('ar','messages:nosuchusershort','s:80:\"ar:لا يوجد مستخدم باسم $1\".\nتأكد من إملاء الاسم.\";'),('ar','messages:notanarticle','s:31:\"ar:ليست صفحة محتوى\";'),('ar','messages:notargettext','s:100:\"ar:لم تحدد الصفحة أو المستخدم المستهدف لعمل هذه الخاصية.\";'),('ar','messages:notargettitle','s:14:\"ar:لا هدف\";'),('ar','messages:note','s:33:\"ar:<strong>ملاحظة:</strong>\";'),('ar','messages:notextmatches','s:46:\"ar:لم يتم إيجاد أي نص مطابق\";'),('ar','messages:notificationemail_body_changed','s:271:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بتغيير عنوان البريد الإلكتروني للحساب \"$2\" إلى \"$3\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('ar','messages:notificationemail_body_removed','s:259:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بإزالة عنوان البريد الإلكتروني للحساب \"$2\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('ar','messages:notificationemail_subject_changed','s:93:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تم تغييره\";'),('ar','messages:notificationemail_subject_removed','s:95:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تمت إزالته\";'),('ar','messages:notloggedin','s:31:\"ar:غير مسجل للدخول\";'),('ar','messages:notvisiblerev','s:35:\"ar:المراجعة تم حذفها\";'),('ar','messages:nouserspecified','s:50:\"ar:يجب عليك تحديد اسم مستخدم.\";'),('ar','messages:nov','s:15:\"ar:نوفمبر\";'),('ar','messages:november','s:15:\"ar:نوفمبر\";'),('ar','messages:november-gen','s:15:\"ar:نوفمبر\";'),('ar','messages:nowatchlist','s:61:\"ar:لا توجد مدخلات في قائمة مراقبتك.\";'),('ar','messages:nowikiemailtext','s:133:\"ar:هذا المستخدم اختار ألا يستقبل البريد الإلكتروني من المستخدمين الآخرين.\";'),('ar','messages:nrevisions','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('ar','messages:ns-specialprotected','s:60:\"ar:الصفحات الخاصة لا يمكن تعديلها.\";'),('ar','messages:nstab-category','s:13:\"ar:تصنيف\";'),('ar','messages:nstab-help','s:24:\"ar:صفحة مساعدة\";'),('ar','messages:nstab-image','s:9:\"ar:ملف\";'),('ar','messages:nstab-main','s:15:\"ar:الصفحة\";'),('ar','messages:nstab-mainpage','s:32:\"ar:الصفحة الرئيسية\";'),('ar','messages:nstab-media','s:22:\"ar:صفحة ميديا\";'),('ar','messages:nstab-mediawiki','s:13:\"ar:رسالة\";'),('ar','messages:nstab-project','s:22:\"ar:صفحة مشروع\";'),('ar','messages:nstab-special','s:20:\"ar:صفحة خاصة\";'),('ar','messages:nstab-talk','s:3:\"en:\";'),('ar','messages:nstab-template','s:11:\"ar:قالب\";'),('ar','messages:nstab-user','s:61:\"ar:صفحة {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:ntimes','s:7:\"ar:$1×\";'),('ar','messages:ntransclusions','s:94:\"ar:مستخدم في {{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}}\";'),('ar','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ar','messages:oct','s:15:\"ar:أكتوبر\";'),('ar','messages:october','s:15:\"ar:أكتوبر\";'),('ar','messages:october-gen','s:15:\"ar:أكتوبر\";'),('ar','messages:ok','s:13:\"ar:موافق\";'),('ar','messages:oldpassword','s:36:\"ar:كلمة السر القديمة:\";'),('ar','messages:ooui-combobox-button-label','s:30:\"ar:خيارات التبديل\";'),('ar','messages:ooui-dialog-message-accept','s:13:\"ar:موافق\";'),('ar','messages:ooui-dialog-message-reject','s:9:\"ar:ألغ\";'),('ar','messages:ooui-dialog-process-continue','s:13:\"ar:استمر\";'),('ar','messages:ooui-dialog-process-dismiss','s:11:\"ar:أغلق\";'),('ar','messages:ooui-dialog-process-error','s:16:\"ar:حدث خطأ\";'),('ar','messages:ooui-dialog-process-retry','s:27:\"ar:حاول مرة أخرى\";'),('ar','messages:ooui-field-help','s:15:\"ar:مساعدة\";'),('ar','messages:ooui-item-remove','s:13:\"ar:إزالة\";'),('ar','messages:ooui-outline-control-move-down','s:37:\"ar:انقل العنصر للأسفل\";'),('ar','messages:ooui-outline-control-move-up','s:37:\"ar:انقل العنصر للأعلى\";'),('ar','messages:ooui-outline-control-remove','s:22:\"ar:أزل العنصر\";'),('ar','messages:ooui-popup-widget-close-button-aria-label','s:11:\"ar:أغلق\";'),('ar','messages:ooui-selectfile-button-select','s:20:\"ar:اختر ملفا\";'),('ar','messages:ooui-selectfile-button-select-multiple','s:26:\"ar:اختر الملفات\";'),('ar','messages:ooui-selectfile-dragdrop-placeholder','s:29:\"ar:اترك الملف هنا\";'),('ar','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:33:\"ar:أسقط الملفات هنا\";'),('ar','messages:ooui-selectfile-not-supported','s:48:\"ar:اختيار الملفات غير مدعوم\";'),('ar','messages:ooui-selectfile-placeholder','s:39:\"ar:لم يتم اختيار أي ملف\";'),('ar','messages:ooui-toolbar-more','s:11:\"ar:مزيد\";'),('ar','messages:ooui-toolgroup-collapse','s:9:\"ar:أقل\";'),('ar','messages:ooui-toolgroup-expand','s:11:\"ar:مزيد\";'),('ar','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ar','messages:othercontribs','s:29:\"ar:بناء على عمل $1.\";'),('ar','messages:otherlanguages','s:22:\"ar:بلغات أخرى\";'),('ar','messages:others','s:13:\"ar:آخرون\";'),('ar','messages:overwrite','s:59:\"ar:لا يسمح بالكتابة فوق ملف موجود.\";'),('ar','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ar','messages:page-atom-feed','s:40:\"ar:تلقيمة أتوم لصفحة \"$1\"\";'),('ar','messages:page-rss-feed','s:46:\"ar:تلقيمة آر إس إس لصفحة \"$1\"\";'),('ar','messages:page_first','s:15:\"ar:الأولى\";'),('ar','messages:page_last','s:17:\"ar:الأخيرة\";'),('ar','messages:pagecategories','s:75:\"ar:{{PLURAL:$1|بلا تصنيف|تصنيف|تصنيفان|تصنيفات}}\";'),('ar','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ar','messages:pagedata-bad-title','s:27:\"ar:عنوان خاطئ: $1.\";'),('ar','messages:pagedata-not-acceptable','s:94:\"ar:لم يتم العثور على هيئة مطابقة. أنماط MIME المدعومة: $1\";'),('ar','messages:pagedata-text','s:404:\"ar:هذه الصفحة توفر واجهة بيانات للصفحات. من فضلك وفر عنوان الصفحة في المسار، باستخدام صيغة الصفحات الفرعية.\n* تفاوض المحتوى يطبق بناء على الAccept header الخاص بعميلك. هذا يعني أن بيانات الصفحة سيتم توفيرها بالصيغة المفضلة لعميلك.\";'),('ar','messages:pagedata-title','s:28:\"ar:بيانات الصفحة\";'),('ar','messages:pagehist','s:26:\"ar:تاريخ الصفحة\";'),('ar','messages:pagehistory','s:26:\"ar:تاريخ الصفحة\";'),('ar','messages:pagehistory-summary','s:3:\"en:\";'),('ar','messages:pageid','s:27:\"ar:معرف الصفحة $1\";'),('ar','messages:pageinfo','s:30:\"ar:معلومات الصفحة\";'),('ar','messages:pageinfo-article-id','s:29:\"ar:معرف الصفحة (ID)\";'),('ar','messages:pageinfo-authors','s:45:\"ar:عدد المؤلفين المختلفين\";'),('ar','messages:pageinfo-category-files','s:24:\"ar:عدد الملفات\";'),('ar','messages:pageinfo-category-info','s:32:\"ar:معلومات التصنيف\";'),('ar','messages:pageinfo-category-pages','s:24:\"ar:عدد الصفحات\";'),('ar','messages:pageinfo-category-subcats','s:43:\"ar:عدد التصنيفات الفرعية\";'),('ar','messages:pageinfo-category-total','s:39:\"ar:العدد الكلي للأعضاء\";'),('ar','messages:pageinfo-content-model','s:37:\"ar:نموذج محتوى الصفحة\";'),('ar','messages:pageinfo-content-model-change','s:13:\"ar:تغيير\";'),('ar','messages:pageinfo-contentpage','s:37:\"ar:محسوبة كصفحة محتوى\";'),('ar','messages:pageinfo-contentpage-yes','s:9:\"ar:نعم\";'),('ar','messages:pageinfo-default-sort','s:47:\"ar:مفتاح الترتيب الافتراضي\";'),('ar','messages:pageinfo-display-title','s:24:\"ar:عرض العنوان\";'),('ar','messages:pageinfo-edits','s:28:\"ar:عدد التعديلات\";'),('ar','messages:pageinfo-few-visiting-watchers','s:102:\"ar:قد يكون أو لا يكون هناك مستخدم  يزور ويشاهد اخر تعديلات\";'),('ar','messages:pageinfo-few-watchers','s:125:\"ar:أقل من {{PLURAL:$1||مراقب واحد|مراقبين اثنين|$1 مراقبين|$1 مراقباً|$1 مراقب}}\";'),('ar','messages:pageinfo-file-hash','s:22:\"ar:قيمة الهاش\";'),('ar','messages:pageinfo-firsttime','s:37:\"ar:تاريخ إنشاء الصفحة\";'),('ar','messages:pageinfo-firstuser','s:24:\"ar:منشئ الصفحة\";'),('ar','messages:pageinfo-footer','s:4:\"en:-\";'),('ar','messages:pageinfo-header','s:4:\"en:-\";'),('ar','messages:pageinfo-header-basic','s:38:\"ar:المعلومات الأساسية\";'),('ar','messages:pageinfo-header-edits','s:21:\"ar:التعديلات\";'),('ar','messages:pageinfo-header-properties','s:26:\"ar:خصائص الصفحة\";'),('ar','messages:pageinfo-header-restrictions','s:26:\"ar:حماية الصفحة\";'),('ar','messages:pageinfo-hidden-categories','s:150:\"ar:{{PLURAL:$1|لا تصنيفات مخفية|التصنيف المخفي|التصنيفان المخفيان|التصنيفات المخفية ($1)}}\";'),('ar','messages:pageinfo-language','s:33:\"ar:لغة محتوى الصفحة\";'),('ar','messages:pageinfo-language-change','s:9:\"ar:غير\";'),('ar','messages:pageinfo-lasttime','s:31:\"ar:تاريخ آخر تعديل\";'),('ar','messages:pageinfo-lastuser','s:18:\"ar:آخر محرر\";'),('ar','messages:pageinfo-length','s:39:\"ar:حجم الصفحة (بالبايت)\";'),('ar','messages:pageinfo-magic-words','s:91:\"ar:{{PLURAL:$1|لا كلمات سحرية|الكلمة|الكلمات}} السحرية ($1)\";'),('ar','messages:pageinfo-namespace','s:15:\"ar:النطاق\";'),('ar','messages:pageinfo-not-current','s:87:\"ar:عذرا، لا يمكن عرض تلك المعلومات للنسخ القديمة.\";'),('ar','messages:pageinfo-protect-cascading','s:68:\"ar:مصدر توريث  الحماية للصفحات المدمجة\";'),('ar','messages:pageinfo-protect-cascading-from','s:61:\"ar:حماية الصفحات المدمجة موروثة من\";'),('ar','messages:pageinfo-protect-cascading-yes','s:9:\"ar:نعم\";'),('ar','messages:pageinfo-recent-authors','s:62:\"ar:عدد المؤلفين المختلفين الأخيرين\";'),('ar','messages:pageinfo-recent-edits','s:64:\"ar:عدد التعديلات الأخيرة (خلال آخر $1)\";'),('ar','messages:pageinfo-redirects-name','s:55:\"ar:عدد التحويلات إلى هذه الصفحة\";'),('ar','messages:pageinfo-redirects-value','s:5:\"ar:$1\";'),('ar','messages:pageinfo-redirectsto','s:22:\"ar:تحويلة إلى\";'),('ar','messages:pageinfo-redirectsto-info','s:17:\"ar:معلومات\";'),('ar','messages:pageinfo-robot-index','s:20:\"ar:مسموح بها\";'),('ar','messages:pageinfo-robot-noindex','s:27:\"ar:غير مسموح بها\";'),('ar','messages:pageinfo-robot-policy','s:32:\"ar:فهرسة الروبوتات\";'),('ar','messages:pageinfo-subpages-name','s:54:\"ar:الصفحات الفرعية لهذه الصفحة\";'),('ar','messages:pageinfo-subpages-value','s:167:\"ar:$1 ({{PLURAL:$2|لا تحويلات|تحويلة واحدة|تحويلتان|$2 تحويلات|$2 تحويلة}}؛ $3 {{PLURAL:$3|من غير  التحويلات}})\";'),('ar','messages:pageinfo-summary','s:3:\"en:\";'),('ar','messages:pageinfo-templates','s:138:\"ar:{{PLURAL:$1|لا قوالب مضمنة|القالب المضمن|القالبان المضمنان|القوالب المضمنة ($1)}}\";'),('ar','messages:pageinfo-title','s:33:\"ar:المعلومات عن «$1»\";'),('ar','messages:pageinfo-toolboxlink','s:42:\"ar:معلومات عن هذه الصفحة\";'),('ar','messages:pageinfo-transclusions','s:97:\"ar:{{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}} مضمنة في ($1)\";'),('ar','messages:pageinfo-user-id','s:34:\"ar:مُعرِّف المستخدم\";'),('ar','messages:pageinfo-view-protect-log','s:54:\"ar:عرض سجل الحماية لهذه الصفحة.\";'),('ar','messages:pageinfo-visiting-watchers','s:91:\"ar:عدد مراقبي الصفحة الذين زاروا التعديلات الأخيرة\";'),('ar','messages:pageinfo-watchers','s:28:\"ar:عدد المراقبين\";'),('ar','messages:pagelang-db-failed','s:76:\"ar:قاعدة البيانات فشلت في تغيير لغة الصفحة.\";'),('ar','messages:pagelang-language','s:13:\"ar:اللغة\";'),('ar','messages:pagelang-name','s:11:\"ar:صفحة\";'),('ar','messages:pagelang-nonexistent-page','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('ar','messages:pagelang-reason','s:13:\"ar:السبب\";'),('ar','messages:pagelang-select-lang','s:22:\"ar:اختر اللغة\";'),('ar','messages:pagelang-submit','s:13:\"ar:إرسال\";'),('ar','messages:pagelang-unchanged-language','s:53:\"ar:الصفحة $1 مضبوطة فعلا للغة $2.\";'),('ar','messages:pagelang-unchanged-language-default','s:114:\"ar:الصفحة $1 مضبوطة فعلا للغة المحتوى الافتراضية الخاصة بالويكي.\";'),('ar','messages:pagelang-use-default','s:49:\"ar:استخدام اللغة الافتراضية\";'),('ar','messages:pagelanguage','s:33:\"ar:تغيير لغة الصفحة\";'),('ar','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ar','messages:pagemovedsub','s:39:\"ar:نُقِلت الصفحة بنجاح\";'),('ar','messages:pager-newer-n','s:39:\"ar:{{PLURAL:$1|أحدث 1|أحدث $1}}\";'),('ar','messages:pager-older-n','s:39:\"ar:{{PLURAL:$1|أقدم 1|أقدم $1}}\";'),('ar','messages:pagesize','s:13:\"ar:(بايت)\";'),('ar','messages:pageswithprop','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('ar','messages:pageswithprop-legend','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('ar','messages:pageswithprop-prop','s:25:\"ar:اسم الخاصية:\";'),('ar','messages:pageswithprop-prophidden-binary','s:63:\"ar:قيمة الخاصية الثنائية المخفية ($1)\";'),('ar','messages:pageswithprop-prophidden-long','s:64:\"ar:قيمة خاصية النص الطويل المخفية ($1)\";'),('ar','messages:pageswithprop-reverse','s:31:\"ar:فرز بترتيب عكسي\";'),('ar','messages:pageswithprop-sortbyvalue','s:44:\"ar:ترتيب حسب قيمة الخاصية\";'),('ar','messages:pageswithprop-submit','s:11:\"ar:اذهب\";'),('ar','messages:pageswithprop-summary','s:3:\"en:\";'),('ar','messages:pageswithprop-text','s:100:\"ar:تسرد هذه الصفحة الصفحات التي تستخدم خاصية صفحة معينة.\";'),('ar','messages:pagetitle','s:20:\"ar:$1 - {{SITENAME}}\";'),('ar','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ar','messages:paramvalidator-badbool','s:117:\"ar:قيمة غير صالحة \" $2 \" للمعامل المنطقي \" $1 \". مرر $3 للصواب أو $5 للخطأ.\";'),('ar','messages:paramvalidator-badexpiry','s:87:\"ar:قيمة غير صالحة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \".\";'),('ar','messages:paramvalidator-badexpiry-duration','s:116:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \".\";'),('ar','messages:paramvalidator-badexpiry-duration-max','s:179:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \". باستخدام الحد الأقصى بدلاً من ذلك.\";'),('ar','messages:paramvalidator-badexpiry-past','s:87:\"ar:قيمة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \" في الماضي.\";'),('ar','messages:paramvalidator-badfloat','s:68:\"ar:قيمة غير صحيحة \" $2 \" لمعامل الطفو \" $1 \".\";'),('ar','messages:paramvalidator-badfloat-notfinite','s:103:\"ar:القيمة \" $2 \" للمعامل العائم \" $1 \" كبيرة جدًا أو ليست رقمًا.\";'),('ar','messages:paramvalidator-badinteger','s:72:\"ar:قيمة غير صالحة \" $2 \" للمعامل الصحيح \" $1 \".\";'),('ar','messages:paramvalidator-badtimestamp','s:83:\"ar:قيمة غير صالحة \" $2 \" لمعلمة الطابع الزمني \" $1 \".\";'),('ar','messages:paramvalidator-badtitle','s:120:\"ar:\"$2\" قيمة غير صالحة لمعلمة العنوان <var>$1</var>: ليست سلسلة عنوان صالحة.\";'),('ar','messages:paramvalidator-badupload-cantwrite','s:125:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (فشلت الكتابة).\";'),('ar','messages:paramvalidator-badupload-formsize','s:126:\"ar:الملف الذي تم تحميله لـ \" $1 \" يتجاوز الحد الأقصى المحدد من قبل العميل.\";'),('ar','messages:paramvalidator-badupload-inisize','s:112:\"ar:يتجاوز الملف الذي تم تحميله لـ \" $1 \" الحد الأقصى للخادم وهو $3 .\";'),('ar','messages:paramvalidator-badupload-nofile','s:68:\"ar:لم يتم توفير ملف لمعلمة التحميل \" $1 \".\";'),('ar','messages:paramvalidator-badupload-notmpdir','s:133:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (لا يوجد دليل مؤقت).\";'),('ar','messages:paramvalidator-badupload-notupload','s:233:\"ar:معلمة تحميل الملف \" $1 \" ليست تحميل ملف ؛ تأكد من استخدام بيانات نموذجية / متعددة الأجزاء لـ POST وتضمين اسم ملف في عنوان Content-Disposition.\";'),('ar','messages:paramvalidator-badupload-partial','s:53:\"ar:تم تحميل ملف \" $1 \" جزئيًا فقط.\";'),('ar','messages:paramvalidator-badupload-phpext','s:52:\"ar:منع امتداد PHP تحميل ملف \" $1 \".\";'),('ar','messages:paramvalidator-baduser','s:79:\"ar:قيمة غير صحيحة \"$2\" لمعامل المستخدم <var>$1</var>.\";'),('ar','messages:paramvalidator-badvalue-enummulti','s:149:\"ar:قيمة غير صالحة \" $2 \" للمعلمة \" $1 \". {{PLURAL:$4| مسموح فقط بـ \" $3 \". | القيم المسموح بها هي $3 }}\";'),('ar','messages:paramvalidator-badvalue-enumnotmulti','s:59:\"ar:قيمة غير معروفة للمعامل \" $1 \": $2 .\";'),('ar','messages:paramvalidator-deprecated-value','s:61:\"ar:تم إهمال القيمة \" $2 \" للمعلمة \" $1 \".\";'),('ar','messages:paramvalidator-emptystring','s:32:\"ar:السلسلة الفارغة\";'),('ar','messages:paramvalidator-help-default','s:25:\"ar:الافتراضي: $1\";'),('ar','messages:paramvalidator-help-default-empty','s:33:\"ar:الافتراضي: (فارغ)\";'),('ar','messages:paramvalidator-help-deprecated','s:41:\"ar:تم إهمال هذه المعلمة.\";'),('ar','messages:paramvalidator-help-multi-all','s:63:\"ar:لتحديد كل القيم ، استخدم <kbd>$1</kbd> .\";'),('ar','messages:paramvalidator-help-multi-max','s:148:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }} ( {{PLURAL:$2| $2 }} للعملاء المسموح لهم بحدود أعلى).\";'),('ar','messages:paramvalidator-help-multi-max-simple','s:69:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }}.\";'),('ar','messages:paramvalidator-help-multi-separate','s:114:\"ar:افصل القيم بـ \"|\" ، أو ابدأ القائمة بـ U + 001F وافصل بينها بـ U + 001F.\";'),('ar','messages:paramvalidator-help-required','s:38:\"ar:هذه المعلمة مطلوبة.\";'),('ar','messages:paramvalidator-help-type-boolean','s:74:\"ar:النوع: {{PLURAL:$1| 1 = منطقي | 2 = قائمة منطقية}}\";'),('ar','messages:paramvalidator-help-type-enum','s:190:\"ar:{{PLURAL:$1| 1 = إحدى القيم التالية | 2 = القيم (منفصلة بـ U + 007C (أنبوب) ، أو ابدأ القائمة بـ U + 001F وافصل بـ U + 001F)}}: $2\";'),('ar','messages:paramvalidator-help-type-enum-can-be-empty','s:105:\"ar:{{PLURAL:$2| 0 = يجب أن يكون فارغًا | يمكن أن يكون فارغًا ، أو $1 }}\";'),('ar','messages:paramvalidator-help-type-expiry','s:354:\"ar:النوع: {{PLURAL:$1|1=انتهاء الصلاحية|2=قائمة انتهاء الصلاحية}}.\n\nقد تكون نسبية (على سبيل المثال <kbd>5 أشهر</kbd> أو <kbd>أسبوعين</kbd> ) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). لعدم انتهاء الصلاحية ، استخدم $2.\";'),('ar','messages:paramvalidator-help-type-float','s:73:\"ar:النوع: {{PLURAL:$1| 1 = float | 2 = قائمة العوامات}}\";'),('ar','messages:paramvalidator-help-type-integer','s:96:\"ar:النوع: {{PLURAL:$1| 1 = عدد صحيح | 2 = قائمة الأعداد الصحيحة}}\";'),('ar','messages:paramvalidator-help-type-limit','s:46:\"ar:النوع: عدد صحيح أو \"ماكس\"\";'),('ar','messages:paramvalidator-help-type-number-max','s:84:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تزيد عن $3 .\";'),('ar','messages:paramvalidator-help-type-number-min','s:82:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تقل عن $2 .\";'),('ar','messages:paramvalidator-help-type-number-minmax','s:87:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب أن تكون بين $2 $3 .\";'),('ar','messages:paramvalidator-help-type-presenceboolean','s:25:\"ar:النوع: منطقي\";'),('ar','messages:paramvalidator-help-type-string-maxbytes','s:83:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| بايت | بايت}}.\";'),('ar','messages:paramvalidator-help-type-string-maxchars','s:81:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| حرف | أحرف}}.\";'),('ar','messages:paramvalidator-help-type-timestamp','s:106:\"ar:النوع: {{PLURAL:$1| 1 = الطابع الزمني | 2 = قائمة الطوابع الزمنية}}\";'),('ar','messages:paramvalidator-help-type-title','s:34:\"ar:النوع: عنوان صفحة\";'),('ar','messages:paramvalidator-help-type-title-must-exist','s:51:\"ar:فقط يقبل الصفحات الموجودة.\";'),('ar','messages:paramvalidator-help-type-title-no-must-exist','s:51:\"ar:يقبل الصفحات غير الموجودة.\";'),('ar','messages:paramvalidator-help-type-upload','s:116:\"ar:يجب نشرها كتحميل ملف باستخدام بيانات متعددة الأجزاء / النموذج.\";'),('ar','messages:paramvalidator-help-type-user','s:132:\"ar:النوع: {{PLURAL:$1|1=مستخدم|2=قائمة المستخدمين}}، {{PLURAL:$3|بواسطة|بواسطة أي من}} $2\";'),('ar','messages:paramvalidator-help-type-user-subtype-cidr','s:25:\"ar:نطاق الآي بي\";'),('ar','messages:paramvalidator-help-type-user-subtype-id','s:48:\"ar:معرف المستخدم (مثال \"#12345\")\";'),('ar','messages:paramvalidator-help-type-user-subtype-interwiki','s:62:\"ar:اسم الإنترويكي (مثال \"prefix>ExampleName\")\";'),('ar','messages:paramvalidator-help-type-user-subtype-ip','s:16:\"ar:الآي بي\";'),('ar','messages:paramvalidator-help-type-user-subtype-name','s:26:\"ar:اسم المستخدم\";'),('ar','messages:paramvalidator-maxbytes','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| بايت | بايت}} (كان $4 ).\";'),('ar','messages:paramvalidator-maxchars','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| حرف | محارف}} (كان $4 ).\";'),('ar','messages:paramvalidator-missingparam','s:43:\"ar:يجب تعيين المعلمة \" $1 \".\";'),('ar','messages:paramvalidator-missingtitle','s:111:\"ar:قيمة غير صالحة \"$2\" لمعلمة العنوان <var>$1</var>: الصفحة غير موجودة.\";'),('ar','messages:paramvalidator-notmulti','s:181:\"ar:تقبل المعلمة \" $1 \" قيمة واحدة فقط. لا يجوز استخدام الفصل متعدد القيم U + 001F إلا للمعلمات متعددة القيم.\";'),('ar','messages:paramvalidator-outofrange-max','s:73:\"ar:يجب ألا تزيد قيمة \" $2 \" للمعلمة \" $1 \" عن $4 .\";'),('ar','messages:paramvalidator-outofrange-min','s:75:\"ar:يجب ألا تقل القيمة \" $2 \" للمعامل \" $1 \" عن $3 .\";'),('ar','messages:paramvalidator-outofrange-minmax','s:80:\"ar:يجب أن تتراوح قيمة \" $2 \" للمعلمة \" $1 \" بين $3 $4 .\";'),('ar','messages:paramvalidator-param-deprecated','s:41:\"ar:تم إهمال المعلمة \" $1 \".\";'),('ar','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ar','messages:paramvalidator-toomanyvalues','s:101:\"ar:تم توفير عدد كبير جدًا من القيم للمعامل \" $1 \". الحد هو $2 .\";'),('ar','messages:paramvalidator-unclearnowtimestamp','s:245:\"ar:تم إهمال تمرير \" $2 \" لمعلمة الطابع الزمني \" $1 \". إذا احتجت لسبب ما إلى تحديد الوقت الحالي صراحةً دون حسابه من جانب العميل ، فاستخدم \"الآن\".\";'),('ar','messages:paramvalidator-unrecognizedvalues','s:87:\"ar:غير معروف {{PLURAL:$4| القيمة | القيم}} للمعلمة \" $1 \": $3\";'),('ar','messages:parentheses','s:7:\"ar:($1)\";'),('ar','messages:parentheses-end','s:4:\"ar:)\";'),('ar','messages:parentheses-start','s:4:\"ar:(\";'),('ar','messages:parser-template-loop-warning','s:40:\"ar:تم كشف حلقة قالب: [[$1]]\";'),('ar','messages:parser-template-recursion-depth-warning','s:57:\"ar:تم تجاوز حد عمق فرد القوالب ($1)\";'),('ar','messages:parser-unstrip-loop-warning','s:47:\"ar:حلقة معراة تم الكشف عنها\";'),('ar','messages:parsoid-client-error','s:42:\"ar:إدخال غير صالح Parsoid : $1\";'),('ar','messages:parsoid-resource-limit-exceeded','s:46:\"ar:تم تجاوز حد موارد Parsoid: $1\";'),('ar','messages:parsoid-stash-rate-limit-error','s:133:\"ar:فشل التخزين لأنه تم تجاوز حد المعدل. الرجاء معاودة المحاولة في وقت قليل.\";'),('ar','messages:password-change-forbidden','s:77:\"ar:لا يمكنك تغيير كلمات السر على هذا الويكي.\";'),('ar','messages:password-login-forbidden','s:81:\"ar:تم منع استخدام اسم المستخدم هذا وكلمة السر.\";'),('ar','messages:password-name-match','s:88:\"ar:يجب أن تكون كلمة المرور مختلفة عن اسم المستخدم.\";'),('ar','messages:password-substring-username-match','s:118:\"ar:كلمة السر الخاصة بك لا ينبغي أن تظهر خلال اسم المستخدم الخاص بك.\";'),('ar','messages:passwordincommonlist','s:185:\"ar:كلمة السر التي تم إدخالها موجودة في قائمة كلمات المرور شائعة الاستخدام; الرجاء اختيار كلمة سر فريدة.\";'),('ar','messages:passwordpolicies','s:37:\"ar:سياسات كلمة المرور\";'),('ar','messages:passwordpolicies-group','s:19:\"ar:المجموعة\";'),('ar','messages:passwordpolicies-policies','s:19:\"ar:السياسات\";'),('ar','messages:passwordpolicies-policy-display','s:68:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ar','messages:passwordpolicies-policy-displaywithflags','s:124:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ar','messages:passwordpolicies-policy-maximalpasswordlength','s:97:\"ar:يجب أن يكون طول كلمة المرور أقل من $1 {{PLURAL:$1|حرف|أحرف}}\";'),('ar','messages:passwordpolicies-policy-minimalpasswordlength','s:103:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}}\";'),('ar','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:145:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}} لتتمكن من تسجيل الدخول\";'),('ar','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:113:\"ar:كلمة السر لا يمكن أن تكون سلسلة حروف فرعية خلال اسم المستخدم.\";'),('ar','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:133:\"ar:لا يمكن أن تتطابق كلمة المرور مع قائمة محددة من كلمات المرور الافتراضية\";'),('ar','messages:passwordpolicies-policy-passwordnotincommonlist','s:138:\"ar:لا يمكن أن تكون كلمة المرور في قائمة كلمات المرور الـ100،000 الأكثر استخداما.\";'),('ar','messages:passwordpolicies-policyflag-forcechange','s:56:\"ar:يجب أن تتغير عند تسجيل الدخول\";'),('ar','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:61:\"ar:اقتراح التغيير عند تسجيل الدخول\";'),('ar','messages:passwordpolicies-summary','s:151:\"ar:هذه قائمة بسياسات كلمة المرور الفعالة لمجموعات المستخدمين المعرفة في هذا الويكي.\";'),('ar','messages:passwordremindertext','s:729:\"ar:لقد طلب شخص ما (من عنوان الآيبي $1) كلمة سر\nجديدة ل{{SITENAME}} ($4); أُنشِئت كلمة سر مؤقتة للمستخدم \"$2\" وجُعِلت \"$3\"، لو أن هذا ما \nتريده، فعليك أن تقوم بتسجيل الدخول واختيار كلمة سر جديدة الآن،\nسوف تنتهي مدة صلاحية كلمة سرك المؤقتة في غضون {{PLURAL:$5|يوم واحد|$5 أيام}}.\n\nإذا كان الذي قام بهذا الطلب شخص آخر، أو إذا تذكرت كلمة سرك،\nولا ترغب في تغييرها، فبإمكانك أن تتجاهل هذه الرسالة\nوأن تستمر في استخدام كلمة سرك القديمة.\";'),('ar','messages:passwordremindertitle','s:53:\"ar:كلمة سر مؤقتة جديدة ل{{SITENAME}}\";'),('ar','messages:passwordreset','s:38:\"ar:إعادة ضبط كلمة السر\";'),('ar','messages:passwordreset-disabled','s:83:\"ar:عُطّلت إعادة تعيين كلمة السر على هذه الويكي.\";'),('ar','messages:passwordreset-domain','s:16:\"ar:النطاق:\";'),('ar','messages:passwordreset-email','s:48:\"ar:عنوان البريد الإلكتروني:\";'),('ar','messages:passwordreset-emaildisabled','s:91:\"ar:تم تعطيل ميزات البريد الإلكتروني على هذه الويكي.\";'),('ar','messages:passwordreset-emailelement','s:70:\"ar:اسم المستخدم: \n$1\n\nكلمة السر المؤقتة: \n$2\";'),('ar','messages:passwordreset-emailtext-ip','s:837:\"ar:أحد ما (قد يكون أنت، من العنوان $1)  طلب إعادة ضبط كلمة سر حسابك على {{SITENAME}} ($4). {{PLURAL:$3||الحساب|الحسابان| الحسابات}} أدناه قد اقترنت ببريدك الإلكتروني :\n\n$2\n\n{{PLURAL:$3||كلمة السر المؤقتة|كلمات السر المؤقتة}} ستنتهي صلاحيتها في {{PLURAL:$5||يوم واحد|يومين|$5 أيام|$5 يوما|$5 يوم}}\nيمكنك تسجيل الدخول واختيار كلمة سر جديدة. إذا كان هذا الطلب تم بواسطة شخص أخر، أو إذا تذكرت كلمة السر الأصلية الخاصة بك، ولم تعد ترغب في تغييرها، يمكنك تجاهل هذه الرسالة ومتابعة استخدام كلمة السر القديمة.\";'),('ar','messages:passwordreset-emailtext-require-email','s:522:\"ar:مع ذلك، إذا لم تقم بإنشاء هذا الطلب وتريد منع رسائل البريد الإلكتروني\nغير المرغوب فيها، قد ترغب في تحديث خيارات البريد الإلكتروني الخاص بك في $1.د،\nيمكنك طلب كل من اسم المستخدم وعنوان البريد الإلكتروني لإنشاء إعادة تعيين كلمة المرور\nرسائل البريد الإلكتروني، هذا قد يقلل عدد هذه الحوادث.\";'),('ar','messages:passwordreset-emailtext-user','s:816:\"ar:المستخدم $1 على {{SITENAME}} طلب إعادة ضبط كلمة سر حسابك على {{SITENAME}} ($4). {{PLURAL:$3||الحساب|الحسابان| الحسابات}} أدناه قد اقترنت ببريدك الإلكتروني :\n\n$2\n\n{{PLURAL:$3||كلمة السر المؤقتة|كلمات السر المؤقتة}} ستنتهي صلاحيتها في {{PLURAL:$5||يوم واحد|يومين|$5 أيام|$5 يوما|$5 يوم}}\nيمكنك تسجيل الدخول واختيار كلمة سر جديدة. إذا كان هذا الطلب تم بواسطة شخص أخر، أو إذا تذكرت كلمة السر الأصلية الخاصة بك، ولم تعد ترغب في تغييرها، يمكنك تجاهل هذه الرسالة ومتابعة استخدام كلمة السر القديمة.\";'),('ar','messages:passwordreset-emailtitle','s:37:\"ar:تفاصيل حساب {{SITENAME}}\";'),('ar','messages:passwordreset-ignored','s:114:\"ar:إعادة ضبط كلمة السر لم تتم التعامل معها. ربما لا موفر تم ضبطه؟\";'),('ar','messages:passwordreset-nocaller','s:45:\"ar:يجب أن يتم توفير مستدعي\";'),('ar','messages:passwordreset-nodata','s:91:\"ar:لا اسم مستخدم ولا عنوان بريد الإلكتروي تم توفيره\";'),('ar','messages:passwordreset-nosuchcaller','s:41:\"ar:المستدعي غير موجود: $1\";'),('ar','messages:passwordreset-success','s:63:\"ar:لقد طلبت إعادة تعيين كلمة المرور.\";'),('ar','messages:passwordreset-success-details-generic','s:771:\"ar:إذا كانت المعلومات المقدمة صالحة، فسيتم إرسال بريد إلكتروني لإعادة تعيين كلمة المرور. إذا لم تتلق بريدًا إلكترونيًا ، نوصيك بزيارة [[mw:Special:MyLanguage/Help:Reset_password|صفحة مساعدة إعادة تعيين كلمة المرور]] أو حاول مرة أخرى. يمكنك فقط <strong>اطلب عددًا محدودًا من عمليات إعادة تعيين كلمة المرور خلال فترة زمنية قصيرة. سيتم إرسال بريد إلكتروني واحد فقط لإعادة تعيين كلمة المرور لكل حساب صالح كل {{PLURAL:$1|ساعة|$1 ساعة}}</strong> لمنع إساءة الاستخدام.\";'),('ar','messages:passwordreset-success-info','s:45:\"ar:التفاصيل التي قدمتها: $1\";'),('ar','messages:passwordreset-text-many','s:197:\"ar:{{PLURAL:$1||املأ الحقل لتستعيد كلمة السر|املأ أحد الحقلين لتستعيد كلمة السر|املأ أحد الحقول لتستعيد كلمة السر}}.\";'),('ar','messages:passwordreset-text-one','s:90:\"ar:أكمل هذا النموذج لإعادة ضبط كلمة السر الخاصة بك.\";'),('ar','messages:passwordreset-username','s:27:\"ar:اسم المستخدم:\";'),('ar','messages:passwordsent','s:221:\"ar:تم إرسال كلمة سر جديدة إلى عنوان البريد الإلكتروني المسجل للمستخدم \"$1\".\nمن فضلك حاول تسجيل الدخول مرة ثانية بعد استلامها.\";'),('ar','messages:passwordtoolong','s:99:\"ar:كلمات السر لا يجب أن تكون أطول من  {{PLURAL:$1|1 حرف|$1 حروف}}.\";'),('ar','messages:passwordtooshort','s:142:\"ar:يجب أن تتكون كلمة السر على الأقل من {{PLURAL:$1|حرف واحد|حرفين|$1 حروف|$1 حرفا|$1 حرف}}.\";'),('ar','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ar','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ar','messages:patrol-log-header','s:55:\"ar:هذا سجل بالمراجعات المراجعة.\";'),('ar','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ar','messages:patrol-log-page','s:20:\"ar:سجل الخفر\";'),('ar','messages:pear-mail-error','s:5:\"en:$1\";'),('ar','messages:percent','s:6:\"ar:$1%\";'),('ar','messages:perfcached','s:238:\"ar:البيانات التالية مخبأة و قد لا تكون محدثة. {{PLURAL:$1||نتيجة واحدة|نتيجتان|$1 نتائج|$1 نتيجة}} على الأكثر {{PLURAL:$1||مخبّأة|مخبّأتان|مخبّأة}}.\";'),('ar','messages:perfcachedts','s:230:\"ar:البيانات التالية مخزنة، وكان آخر تحديث لها في $1. العدد الأقصى للنتائج المخزنة هو {{PLURAL:$4||نتيجة واحدة|نتيجتان|$4 نتائج|$4 نتيجة}}.\";'),('ar','messages:period-am','s:15:\"ar:صباحًا\";'),('ar','messages:period-pm','s:13:\"ar:مساءً\";'),('ar','messages:permalink','s:22:\"ar:وصلة دائمة\";'),('ar','messages:permanentlink','s:22:\"ar:وصلة دائمة\";'),('ar','messages:permanentlink-revid','s:28:\"ar:معرف المراجعة\";'),('ar','messages:permanentlink-submit','s:39:\"ar:الذهاب إلى المراجعة\";'),('ar','messages:permanentlink-summary','s:3:\"en:\";'),('ar','messages:permissionserrors','s:27:\"ar:خطأ في السماح\";'),('ar','messages:permissionserrorstext','s:155:\"ar:لا تمتلك الصلاحية لفعل هذا، {{PLURAL:$1||للسبب التالي|للسببين التاليين|للأسباب التالية}}:\";'),('ar','messages:permissionserrorstext-withaction','s:133:\"ar:ليست لك الصلاحية ل$2; لل{{PLURAL:$1||سبب التالي|سببين التاليين|أسباب التالية}}:\";'),('ar','messages:personaltools','s:24:\"ar:أدوات شخصية\";'),('ar','messages:php-mail-error','s:5:\"en:$1\";'),('ar','messages:php-mail-error-unknown','s:69:\"ar:خطأ غير معروف في وظيفة البريد PHP\'s mail()\";'),('ar','messages:php-uploaddisabledtext','s:100:\"ar:رفع ملفات PHP معطل. من فضلك تحقق من إعدادات رفع الملفات.\";'),('ar','messages:pipe-separator','s:14:\"ar:&#32;|&#32;\";'),('ar','messages:policy-url','s:21:\"ar:Project:سياسة\";'),('ar','messages:pool-errorunknown','s:27:\"ar:خطأ غير معروف\";'),('ar','messages:pool-queuefull','s:26:\"ar:الطابور ملآن\";'),('ar','messages:pool-servererror','s:50:\"ar:خدمة العداد غير متاحة ( $1 ).\";'),('ar','messages:pool-timeout','s:33:\"ar:انتهت مهلة القفل\";'),('ar','messages:poolcounter-usage-error','s:32:\"ar:خطأ الاستخدام: $1\";'),('ar','messages:portal','s:28:\"ar:بوابة المجتمع\";'),('ar','messages:portal-url','s:36:\"ar:Project:بوابة المجتمع\";'),('ar','messages:post-expand-template-argument-category','s:45:\"ar:تجاوزات معطيات القوالب\";'),('ar','messages:post-expand-template-argument-category-desc','s:189:\"ar:بعد توسيع معطى قالب (الموجود بين أقواس معقوفة ثلاثة مثل <code>{{{شيء}}}</code>) الصفحة أكبر من <code>$wgMaxArticleSize</code>.\";'),('ar','messages:post-expand-template-argument-warning','s:191:\"ar:<strong>تحذير:</strong> هذه الصفحة تحتوي على عامل قالب واحد على الأقل له حجم تمدد كبير جدا.\nهذه العوامل تم حذفها.\";'),('ar','messages:post-expand-template-inclusion-category','s:61:\"ar:تجاوزات حجم التضمين بعد التوسيع\";'),('ar','messages:post-expand-template-inclusion-category-desc','s:170:\"ar:بعد توسيع جميع القوالب حجم الصفحة أكبر من <code><nowiki>__INDEX__</nowiki></code> ولذا فبعض القوالب لا تُوسّع.\";'),('ar','messages:post-expand-template-inclusion-warning','s:116:\"ar:<strong>تحذير:</strong> حجم تضمين القالب كبير جدا.\nبعض القوالب لن تضمن.\";'),('ar','messages:postedit-confirmation-created','s:27:\"ar:أنشئت الصفحة.\";'),('ar','messages:postedit-confirmation-published','s:27:\"ar:نُشِر تعديلك.\";'),('ar','messages:postedit-confirmation-restored','s:38:\"ar:تمت استعادة الصفحة.\";'),('ar','messages:postedit-confirmation-saved','s:27:\"ar:حُفِظ تعديلك.\";'),('ar','messages:postedit-temp-created','s:267:\"ar:أُنشئ الحساب تلقائيًا من أجلك عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. لكي تختار اسما بنفسك والحصول على المزيد من الميزات، فكر في [$1 إنشاء حساب].\";'),('ar','messages:postedit-temp-created-label','s:20:\"ar:حساب مؤقت\";'),('ar','messages:powersearch-legend','s:20:\"ar:بحث متقدم\";'),('ar','messages:powersearch-ns','s:32:\"ar:بحث في النطاقات:\";'),('ar','messages:powersearch-remember','s:54:\"ar:تذكر الخيارات للبحث مستقبلا\";'),('ar','messages:powersearch-toggleall','s:11:\"ar:الكل\";'),('ar','messages:powersearch-togglelabel','s:12:\"ar:اختر:\";'),('ar','messages:powersearch-togglenone','s:14:\"ar:لا شيء\";'),('ar','messages:preferences','s:17:\"ar:تفضيلات\";'),('ar','messages:preferences-summary','s:3:\"en:\";'),('ar','messages:prefixindex','s:39:\"ar:كل الصفحات بالبادئة\";'),('ar','messages:prefixindex-namespace','s:52:\"ar:كل الصفحات مع بادئة (نطاق $1)\";'),('ar','messages:prefixindex-strip','s:48:\"ar:إخفاء البادئة في النتائج\";'),('ar','messages:prefixindex-submit','s:11:\"ar:اعرض\";'),('ar','messages:prefixindex-summary','s:3:\"en:\";'),('ar','messages:prefs-advancedediting','s:24:\"ar:خيارات عامة\";'),('ar','messages:prefs-advancedrc','s:28:\"ar:خيارات متقدمة\";'),('ar','messages:prefs-advancedrendering','s:28:\"ar:خيارات متقدمة\";'),('ar','messages:prefs-advancedsearchoptions','s:28:\"ar:خيارات متقدمة\";'),('ar','messages:prefs-advancedwatchlist','s:28:\"ar:خيارات متقدمة\";'),('ar','messages:prefs-changeemail','s:74:\"ar:تغيير أو إزالة عنوان البريد الإلكتروني\";'),('ar','messages:prefs-changesrc','s:38:\"ar:التغييرات المعروضة\";'),('ar','messages:prefs-changeswatchlist','s:38:\"ar:التغييرات المعروضة\";'),('ar','messages:prefs-common-config','s:70:\"ar:جافاسكربت/CSS/JSON مشترك لجميع الواجهات:\";'),('ar','messages:prefs-custom-css','s:15:\"ar:CSS مخصص\";'),('ar','messages:prefs-custom-js','s:30:\"ar:جافاسكربت مخصص\";'),('ar','messages:prefs-custom-json','s:20:\"ar:جسون مخصص\";'),('ar','messages:prefs-dateformat','s:22:\"ar:صيغة الوقت\";'),('ar','messages:prefs-developertools','s:30:\"ar:أدوات المطورين\";'),('ar','messages:prefs-diffs','s:15:\"ar:فروقات\";'),('ar','messages:prefs-discussion','s:26:\"ar:صفحات النقاش\";'),('ar','messages:prefs-displayrc','s:26:\"ar:خيارات العرض\";'),('ar','messages:prefs-displaywatchlist','s:24:\"ar:خصائص العرض\";'),('ar','messages:prefs-editing','s:17:\"ar:التحرير\";'),('ar','messages:prefs-editor','s:11:\"ar:محرر\";'),('ar','messages:prefs-edits','s:29:\"ar:عدد التعديلات:\";'),('ar','messages:prefs-editwatchlist','s:41:\"ar:تعديل قائمة المراقبة\";'),('ar','messages:prefs-editwatchlist-clear','s:39:\"ar:امسح قائمة المراقبة\";'),('ar','messages:prefs-editwatchlist-edit','s:66:\"ar:اعرض واحذف عناوين من قائمة مراقبتك\";'),('ar','messages:prefs-editwatchlist-label','s:36:\"ar:عدل قائمة مراقبتك:\";'),('ar','messages:prefs-editwatchlist-raw','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('ar','messages:prefs-email','s:49:\"ar:خيارات البريد الإلكتروني\";'),('ar','messages:prefs-emailconfirm-label','s:48:\"ar:تأكيد البريد الإلكتروني:\";'),('ar','messages:prefs-files','s:13:\"ar:ملفات\";'),('ar','messages:prefs-help-email','s:203:\"ar:تحديد عنوان البريد الإلكتروني اختياري، ولكنه يلزم لإعادة تعيين كلمة المرور في حال نسيت كلمة المرور الخاصة بك.\";'),('ar','messages:prefs-help-email-others','s:354:\"ar:يمكنك أيضا أن تسمح للآخرين الاتصال بك عن طريق وصلة في صفحة المستخدم أو نقاش المستخدم الخاصة بك. لا يكشف بريدك الإلكتروني عندما يراسلك أحد بهذه الطريقة، ولكن إذا قمت بالرد سيرى بريدك الإلكتروني.\";'),('ar','messages:prefs-help-email-required','s:59:\"ar:عنوان البريد الإلكتروني مطلوب.\";'),('ar','messages:prefs-help-gender','s:266:\"ar:ضبط هذا التفضيل اختياري.\nيستخدم البرنامج هذه القيمة لمخاطبتك ومخاطبة الآخرين عنك وفقاً للصيغة النحوية الملائمة للجنس.\nهذه المعلومة ستكون علنية.\";'),('ar','messages:prefs-help-prefershttps','s:96:\"ar:سيتم تفعيل هذا التفضيل عند ولوجوك في المرة القادمة.\";'),('ar','messages:prefs-help-realname','s:132:\"ar:الاسم الحقيقي اختياري.\nلو اخترت أن توفره، فسيستخدم في الإشارة إلى عملك.\";'),('ar','messages:prefs-help-recentchangescount','s:32:\"ar:العدد الأقصى: 1000\";'),('ar','messages:prefs-help-requireemail','s:139:\"ar:هذا يحسن الخصوصية ويساعد على منع رسائل البريد الإلكتروني غير المرغوب فيها.\";'),('ar','messages:prefs-help-signature','s:167:\"ar:يجب أن توقع تعليقات صفحات النقاش باستخدام \"<nowiki>~~~~</nowiki>\" الذي سيحول إلى توقيعك مع طابع زمني.\";'),('ar','messages:prefs-help-skin-responsive','s:89:\"ar:تكييف التنسيق مع حجم الشاشة على الهاتف المحمول.\";'),('ar','messages:prefs-help-tokenmanagement','s:290:\"ar:أنت يمكنك رؤية وإعادة ضبط المفتاح السري لحسابك الذي يمكنه الوصول لتلقيم الويب لقائمة مراقبتك، أي شخص يعرف المفتاح سيمكنه قراءة قائمة مراقبتك; لذا فلا تشاركه.\";'),('ar','messages:prefs-help-variant','s:109:\"ar:عرض لهجتك المفضلة أو إملاؤها في صفحات المحتوى لهذا الويكي.\";'),('ar','messages:prefs-help-watchlist-token2','s:287:\"ar:هذا هو المفتاح السري لتغذية الويب لقائمة مراقبتك.\nيمكن لأي شخص يعرفه أن يقرأ قائمة مراقبتك، ولذا لا تتشاركه مع أحد.\nإذا احتجت، [[Special:ResetTokens|يمكنك إعادة ضبطه]].\";'),('ar','messages:prefs-help-yourpassword','s:90:\"ar:استعادة الحساب مفعلة. انظر $1 لمزيد من الإعدادات.\";'),('ar','messages:prefs-i18n','s:28:\"ar:إعدادات اللغة\";'),('ar','messages:prefs-info','s:38:\"ar:المعلومات الأساسية\";'),('ar','messages:prefs-labs','s:28:\"ar:مزايا مختبرية\";'),('ar','messages:prefs-memberingroups','s:108:\"ar:{{GENDER:$2|عضو|عضوة}} في {{PLURAL:$1|مجموعة|مجموعة|مجموعتي|مجموعات}}:\";'),('ar','messages:prefs-memberingroups-type','s:5:\"ar:$1\";'),('ar','messages:prefs-misc','s:17:\"ar:متفرقات\";'),('ar','messages:prefs-namespaces','s:30:\"ar:أسماء النطاقات\";'),('ar','messages:prefs-pageswatchlist','s:34:\"ar:الصفحات المراقبة\";'),('ar','messages:prefs-personal','s:26:\"ar:ملف المستخدم\";'),('ar','messages:prefs-preview','s:18:\"ar:عرض مسبق\";'),('ar','messages:prefs-rc','s:30:\"ar:أحدث التغييرات\";'),('ar','messages:prefs-registration','s:25:\"ar:وقت التسجيل:\";'),('ar','messages:prefs-registration-date-time','s:5:\"ar:$1\";'),('ar','messages:prefs-rendering','s:15:\"ar:المظهر\";'),('ar','messages:prefs-reset-confirm','s:61:\"ar:نعم ، أريد إعادة تعيين تفضيلاتي.\";'),('ar','messages:prefs-reset-intro','s:188:\"ar:يمكنك استخدام هذه الصفحة لإعادة تفضيلاتك للحالة الافتراضية للموقع.\nلن تستطيع استرجاع الحالة السابقة.\";'),('ar','messages:prefs-resetpass','s:27:\"ar:غير كلمة السر\";'),('ar','messages:prefs-searchmisc','s:9:\"ar:عام\";'),('ar','messages:prefs-searchoptions','s:13:\"ar:البحث\";'),('ar','messages:prefs-setemail','s:58:\"ar:تعيين عنوان البريد الإلكتروني\";'),('ar','messages:prefs-signature','s:17:\"ar:التوقيع\";'),('ar','messages:prefs-signature-error-details','s:26:\"ar:معرفة المزيد\";'),('ar','messages:prefs-signature-highlight-error','s:33:\"ar:إظهار موقع الخطأ\";'),('ar','messages:prefs-signature-invalid-disallow','s:173:\"ar:توقيعك الحالي غير صالح. حتى تقوم بتصحيحه ، سيتم استخدام التوقيع الافتراضي عند توقيع تعليقاتك.\";'),('ar','messages:prefs-signature-invalid-new','s:190:\"ar:توقيعك الحالي غير صالح. على الرغم من أنه لا يزال بإمكانك استخدامه ، لن تتمكن من تغييره حتى تقوم بتصحيحه.\";'),('ar','messages:prefs-signature-invalid-warning','s:68:\"ar:قد يسبب توقيعك مشاكل مع بعض الأدوات.\";'),('ar','messages:prefs-skin','s:13:\"ar:واجهة\";'),('ar','messages:prefs-skin-prefs','s:32:\"ar:تفضيلات الواجهة\";'),('ar','messages:prefs-skin-responsive','s:39:\"ar:تفعيل وضع الاستجابة\";'),('ar','messages:prefs-tabs-navigation-hint','s:163:\"ar:تلميح: يمكنك استخدام مفتاحي السهمين الأيمن والأيسر للتنقل بين الألسنة في قائمة الألسنة.\";'),('ar','messages:prefs-timeoffset','s:32:\"ar:المنطقة الزمنية\";'),('ar','messages:prefs-tokenwatchlist','s:13:\"ar:مفتاح\";'),('ar','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ar','messages:prefs-user-downloaddata-info','s:60:\"ar:نزل بيانات حسابي من هذا المشروع\";'),('ar','messages:prefs-user-downloaddata-label','s:49:\"ar:الوصول إلى بيانات الحساب:\";'),('ar','messages:prefs-user-pages','s:34:\"ar:صفحات المستخدمين\";'),('ar','messages:prefs-user-restoreprefs-info','s:93:\"ar:استعد التفضيلات الافتراضية جميعها (في كل الأقسام)\";'),('ar','messages:prefs-user-restoreprefs-label','s:25:\"ar:إعادة الضبط:\";'),('ar','messages:prefs-vector-enable-vector-1-help','s:435:\"ar:على مدار السنوات القليلة القادمة، سنقوم بتحديث واجهة فيكتور بشكل تدريجي. ستسمح لك النسخة القديمة لفيكتور  بمشاهدة الإصدار القديم من فيكتور (اعتبارا من ديسمبر 2019). لمعرفة المزيد حول التحديثات، انتقل إلى [[mw:Reading/Web/Desktop_Improvements|صفحة المشروع]].\";'),('ar','messages:prefs-vector-enable-vector-1-label','s:58:\"ar:استخدم النسخة القديمة لفيكتور\";'),('ar','messages:prefs-watchlist','s:30:\"ar:قائمة المراقبة\";'),('ar','messages:prefs-watchlist-days','s:67:\"ar:عدد الأيام للعرض في قائمة المراقبة:\";'),('ar','messages:prefs-watchlist-days-max','s:118:\"ar:الحد الأقصى {{PLURAL:$1|أقل من يوم|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('ar','messages:prefs-watchlist-edits','s:80:\"ar:عدد التعديلات التي تعرض في قائمة المراقبة:\";'),('ar','messages:prefs-watchlist-edits-max','s:32:\"ar:العدد الأقصى: 1000\";'),('ar','messages:prefs-watchlist-managetokens','s:26:\"ar:إدارة الرموز\";'),('ar','messages:prefs-watchlist-token','s:42:\"ar:مفتاح قائمة المراقبة:\";'),('ar','messages:prefsnologintext2','s:81:\"ar:الرجاء تسجيل الدخول لضبط تفضيلات المستخدم.\";'),('ar','messages:prev-page','s:30:\"ar:الصفحة السابقة\";'),('ar','messages:preview','s:18:\"ar:عرض مسبق\";'),('ar','messages:previewconflict','s:149:\"ar:هذا العرض يوضح النص الموجود في صندوق التحرير العلوي والذي سيظهر إذا اخترت النشر.\";'),('ar','messages:previewerrortext','s:71:\"ar:حدث خطأ أثناء محاولة معاينة تغييراتك.\";'),('ar','messages:previewnote','s:113:\"ar:<strong>تذكر أن هذه مجرد معاينة أولية.</strong>\nلم تنشر تغييراتك بعد!\";'),('ar','messages:previousdiff','s:34:\"ar:→ التعديل السابق\";'),('ar','messages:previousrevision','s:28:\"ar:→ مراجعة أقدم\";'),('ar','messages:prevn','s:34:\"ar:{{PLURAL:$1|$1}} السابقة\";'),('ar','messages:prevn-title','s:52:\"ar:$1 {{PLURAL:$1|نتيجة|نتيجة}} سابقة\";'),('ar','messages:prevpage','s:35:\"ar:الصفحة السابقة ($1)\";'),('ar','messages:print','s:11:\"ar:اطبع\";'),('ar','messages:print.css','s:110:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على ناتج الطباعة */\";'),('ar','messages:printableversion','s:26:\"ar:نسخة للطباعة\";'),('ar','messages:printableversion-deprecated-warning','s:287:\"ar:لم تعد النسخة القابلة للطباعة مدعومة وقد تحتوي على أخطاء في العرض. يرجى تحديث علامات متصفحك المرجعية واستخدام وظيفة الطباعة الافتراضية في متصفحك بدلا منها.\";'),('ar','messages:privacy','s:30:\"ar:سياسة الخصوصية\";'),('ar','messages:privacypage','s:38:\"ar:Project:سياسة الخصوصية\";'),('ar','messages:prot_1movedto2','s:34:\"ar:نُقلت [[$1]] إلى [[$2]]\";'),('ar','messages:protect','s:11:\"ar:احمِ\";'),('ar','messages:protect-badnamespace-text','s:62:\"ar:صفحات هذا النطاق لا يمكن حمايتها\";'),('ar','messages:protect-badnamespace-title','s:25:\"ar:نطاق لا يحمى\";'),('ar','messages:protect-cantedit','s:143:\"ar:لا يمكنك تغيير إعدادات الحماية لهذه الصفحة؛ لأنك لا تمتلك الصلاحية لتعديلها.\";'),('ar','messages:protect-cascade','s:88:\"ar:احم الصفحات المضمنة في هذه الصفحة (حماية مضمنة)\";'),('ar','messages:protect-cascadeon','s:384:\"ar:هذه الصفحة محمية حاليًا لكونها مضمنة في {{PLURAL:$1||الصفحة التالية|الصفحتين التاليتين|الصفحات التالية}}، والتي بها خيار حماية الصفحات المدمجة فعال.\nلن يؤثر تغيير إعدادات حماية هذه الصفحة على حماية الصفحات المدمجة.\";'),('ar','messages:protect-default','s:39:\"ar:اسمح لكل المستخدمين\";'),('ar','messages:protect-dropdown','s:191:\"ar:*أسباب الحماية الشائعة\n** تخريب شديد\n** نشر مزعج شديد\n** حرب تحرير معرقلة للعمل المنتج\n** صفحة زوارها كثيرون\";'),('ar','messages:protect-edit-reasonlist','s:35:\"ar:عدل أسباب الحماية\";'),('ar','messages:protect-existing-expiry','s:54:\"ar:تاريخ الانتهاء الموجود: $3، $2\";'),('ar','messages:protect-existing-expiry-infinity','s:57:\"ar:زمن الانتهاء الموجود: لانهائي\";'),('ar','messages:protect-expiring','s:27:\"ar:تنتهي في $1 (UTC)\";'),('ar','messages:protect-expiring-local','s:16:\"ar:ينتهي $1\";'),('ar','messages:protect-expiry-indefinite','s:18:\"ar:غير محدد\";'),('ar','messages:protect-expiry-options','s:170:\"ar:1 ساعة:1 hour,1 يوم:1 day,1 أسبوع:1 week,2 أسبوع:2 weeks,1 شهر:1 month,3 شهر:3 months,6 شهر:6 months,1 سنة:1 year,لا نهائي:infinite\";'),('ar','messages:protect-fallback','s:72:\"ar:السماح فقط للمستخدمين ذوي الصلاحية \"$1\"\";'),('ar','messages:protect-legend','s:28:\"ar:تأكيد الحماية\";'),('ar','messages:protect-level-autoconfirmed','s:75:\"ar:السماح للمستخدمين المؤكدين تلقائيا فقط\";'),('ar','messages:protect-level-sysop','s:41:\"ar:السماح للإداريين فقط\";'),('ar','messages:protect-locked-access','s:171:\"ar:لا يملك حسابك هذا صلاحية تغيير إعدادات حماية الصفحة.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('ar','messages:protect-locked-blocked','s:153:\"ar:لا يمكنك تغيير إعدادات الحماية وأنت ممنوع.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('ar','messages:protect-locked-dblock','s:188:\"ar:لا يمكن تغيير إعدادات الحماية بسبب غلق قاعدة البيانات حاليًا.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('ar','messages:protect-norestrictiontypes-text','s:113:\"ar:لا يمكن حماية هذه الصفحة لعدم توافر أنواع المحددات المطلوبة.\";'),('ar','messages:protect-norestrictiontypes-title','s:44:\"ar:صفحة غير قابلة للحماية\";'),('ar','messages:protect-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('ar','messages:protect-otherreason-op','s:16:\"ar:سبب آخر\";'),('ar','messages:protect-othertime','s:17:\"ar:وقت آخر:\";'),('ar','messages:protect-othertime-op','s:16:\"ar:وقت آخر\";'),('ar','messages:protect-summary-cascade','s:13:\"ar:مضمنة\";'),('ar','messages:protect-summary-desc','s:15:\"ar:[$1=$2] ($3)\";'),('ar','messages:protect-text','s:109:\"ar:يمكنك هنا أن تعرض وتغير إعدادات الحماية للصفحة <strong>$1</strong>.\";'),('ar','messages:protect-title','s:42:\"ar:ضبط إعدادات حماية «$1»\";'),('ar','messages:protect-title-notallowed','s:42:\"ar:عرض إعدادات حماية «$1»\";'),('ar','messages:protect-unchain-permissions','s:57:\"ar:ألغ قفل خيارات الحماية الأخرى\";'),('ar','messages:protect_change','s:9:\"ar:غير\";'),('ar','messages:protect_expiry_invalid','s:43:\"ar:وقت الانتهاء غير صحيح.\";'),('ar','messages:protect_expiry_old','s:59:\"ar:وقت انتهاء المنع يقع في الماضي.\";'),('ar','messages:protectcomment','s:14:\"ar:السبب:\";'),('ar','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ar','messages:protectedarticle-comment','s:34:\"ar:{{GENDER:$2|حمى}} «[[$1]]»\";'),('ar','messages:protectedinterface','s:351:\"ar:توفر هذه الصفحة نص الواجهة للبرنامج في هذا الويكي، وهي محمية لمنع سوء استخدامها.\nلإضافة أو تغيير الترجمات لكل الويكيات، رجاء استخدم [https://translatewiki.net/ translatewiki.net]، مشروع الترجمة الخاص بميدياويكي.\";'),('ar','messages:protectedpage','s:22:\"ar:صفحة محمية\";'),('ar','messages:protectedpagemovewarning','s:252:\"ar:<strong>تحذير:</strong> هذه الصفحة قد تم حمايتها، فقط المستخدمون الذين يمتلكون امتيازات الإدارة يمكنهم نقلها.\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ar','messages:protectedpages','s:24:\"ar:صفحات محمية\";'),('ar','messages:protectedpages-cascade','s:39:\"ar:الحماية المضمنة فقط\";'),('ar','messages:protectedpages-expiry','s:18:\"ar:ينتهي في\";'),('ar','messages:protectedpages-filters','s:16:\"ar:مرشحات:\";'),('ar','messages:protectedpages-indef','s:59:\"ar:عمليات الحماية غير المحددة فقط\";'),('ar','messages:protectedpages-noredirect','s:28:\"ar:أخف التحويلات\";'),('ar','messages:protectedpages-page','s:15:\"ar:الصفحة\";'),('ar','messages:protectedpages-params','s:32:\"ar:معاملات الحماية\";'),('ar','messages:protectedpages-performer','s:26:\"ar:حماية مستخدم\";'),('ar','messages:protectedpages-reason','s:13:\"ar:السبب\";'),('ar','messages:protectedpages-submit','s:26:\"ar:اعرض الصفحات\";'),('ar','messages:protectedpages-summary','s:259:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً. لمطالعة قائمة الصفحات التي تم فرض حماية على إنشائها انظر [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ar','messages:protectedpages-timestamp','s:18:\"ar:ختم زمني\";'),('ar','messages:protectedpages-unknown-performer','s:33:\"ar:مستخدم غير معروف\";'),('ar','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ar','messages:protectedpages-unknown-timestamp','s:20:\"ar:غير معروف\";'),('ar','messages:protectedpagesempty','s:76:\"ar:لا توجد صفحات محمية حاليا بهذه المحددات.\";'),('ar','messages:protectedpagetext','s:103:\"ar:هذه الصفحة تمت حمايتها لمنع التعديل أو أية عمليات أخرى.\";'),('ar','messages:protectedpagewarning','s:235:\"ar:<strong>تحذير: تمت حماية هذه الصفحة حتى يمكن للمستخدمين ذوي الصلاحيات الإدارية فقط تعديلها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ar','messages:protectedtitles','s:26:\"ar:عناوين محمية\";'),('ar','messages:protectedtitles-submit','s:28:\"ar:لعرض العناوين\";'),('ar','messages:protectedtitles-summary','s:269:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً من الإنشاء. لمطالعة قائمة الصفحات التي تم إنشائها وحمايتها انظر [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ar','messages:protectedtitlesempty','s:78:\"ar:لا توجد عناوين محمية حاليا بهذه المحددات.\";'),('ar','messages:protectexpiry','s:19:\"ar:تنتهي في:\";'),('ar','messages:protectlogpage','s:24:\"ar:سجل الحماية\";'),('ar','messages:protectlogtext','s:239:\"ar:بالأسفل قائمة بالتغييرات في حماية الصفحات.\nانظر [[Special:ProtectedPages|قائمة الصفحات المحمية]] لقائمة بعمليات حماية الصفحات المفعلة حاليا.\";'),('ar','messages:protectpage','s:22:\"ar:حماية صفحة\";'),('ar','messages:protectpage-summary','s:3:\"en:\";'),('ar','messages:proxyblocker','s:28:\"ar:مانع البروكسي\";'),('ar','messages:proxyblockreason','s:263:\"ar:تم منع عنوان الأيبي الخاص بك لكونه بروكسي مفتوح.\nمن فضلك اتصل بمزود خدمة الإنترنت الخاص بك أو الدعم الفني وأعلمهم بهذه المشكلة الأمنية الخطيرة.\";'),('ar','messages:pt-createaccount','s:22:\"ar:إنشاء حساب\";'),('ar','messages:pt-login','s:11:\"ar:دخول\";'),('ar','messages:pt-login-button','s:11:\"ar:دخول\";'),('ar','messages:pt-login-continue-button','s:39:\"ar:مواصلة تسجيل الدخول\";'),('ar','messages:pt-userlogout','s:11:\"ar:خروج\";'),('ar','messages:publishchanges','s:28:\"ar:نشر التغييرات\";'),('ar','messages:publishchanges-start','s:31:\"ar:نشر التغييرات...\";'),('ar','messages:publishpage','s:22:\"ar:نشر الصفحة\";'),('ar','messages:publishpage-start','s:25:\"ar:نشر الصفحة...\";'),('ar','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ar','messages:purge','s:24:\"ar:إفراغ الكاش\";'),('ar','messages:purge-summary','s:3:\"en:\";'),('ar','messages:querypage-disabled','s:91:\"ar:تم تعطيل هذه الصفحة الخاصة لأسباب تتعلق بالأداء.\";'),('ar','messages:querypage-no-updates','s:123:\"ar:تحديثات هذه الصفحة معطلة حاليا.\nالبيانات هنا لن يتم تحديثها حاليا.\";'),('ar','messages:querypage-updates-periodical','s:74:\"ar:يتم تشغيل تحديثات هذه الصفحة بشكل دوري.\";'),('ar','messages:quotation-marks','s:9:\"ar:«$1»\";'),('ar','messages:randomincategory','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('ar','messages:randomincategory-category','s:18:\"ar:التصنيف:\";'),('ar','messages:randomincategory-invalidcategory','s:42:\"ar:\"$1\" ليس اسم تصنيف صالح.\";'),('ar','messages:randomincategory-legend','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('ar','messages:randomincategory-nopages','s:68:\"ar:لا توجد صفحات في التصنيف [[:Category:$1|$1]].\";'),('ar','messages:randomincategory-submit','s:11:\"ar:اذهب\";'),('ar','messages:randompage','s:26:\"ar:صفحة عشوائية\";'),('ar','messages:randompage-nopages','s:144:\"ar:لا توجد صفحات في {{PLURAL:$2||النطاق التالي|النطاقين التاليين|النطاقات التالية}}: $1.\";'),('ar','messages:randompage-url','s:17:\"en:Special:Random\";'),('ar','messages:randomredirect','s:30:\"ar:تحويلة عشوائية\";'),('ar','messages:randomredirect-nopages','s:55:\"ar:لا توجد تحويلات في النطاق \"$1\".\";'),('ar','messages:randomrootpage','s:33:\"ar:صفحة جذر عشوائية\";'),('ar','messages:range_block_disabled','s:69:\"ar:إمكانية مدير النظام لمنع نطاق معطلة.\";'),('ar','messages:rawhtml-notallowed','s:93:\"ar:لا يمكن استخدام وسوم &lt;html&gt; خارج الصفحات العادية.\";'),('ar','messages:rawmessage','s:5:\"en:$1\";'),('ar','messages:rc-change-size','s:5:\"ar:$1\";'),('ar','messages:rc-change-size-new','s:59:\"ar:$1 {{PLURAL:$1|بايت|بايت}} بعد التغيير\";'),('ar','messages:rc-old-title','s:54:\"ar:تم إنشاؤها في الأصل باسم «$1»\";'),('ar','messages:rcfilters-activefilters','s:32:\"ar:المرشحات النشطة\";'),('ar','messages:rcfilters-activefilters-hide','s:13:\"ar:إخفاء\";'),('ar','messages:rcfilters-activefilters-hide-tooltip','s:54:\"ar:إخفاء منطقة المرشحات النشطة\";'),('ar','messages:rcfilters-activefilters-show','s:9:\"ar:عرض\";'),('ar','messages:rcfilters-activefilters-show-tooltip','s:54:\"ar:إظهار منطقة المرشحات النشطة\";'),('ar','messages:rcfilters-advancedfilters','s:28:\"ar:مرشحات متقدمة\";'),('ar','messages:rcfilters-allcontents-label','s:30:\"ar:جميع المحتويات\";'),('ar','messages:rcfilters-alldiscussions-label','s:28:\"ar:جميع النقاشات\";'),('ar','messages:rcfilters-clear-all-filters','s:31:\"ar:مسح كل المرشحات\";'),('ar','messages:rcfilters-date-popup-title','s:41:\"ar:الفترة الزمنية للبحث\";'),('ar','messages:rcfilters-days-show-days','s:71:\"ar:{{PLURAL:$1|يوما واحدا|يومان|$1 أيام|$1 يوما}}\";'),('ar','messages:rcfilters-days-show-hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}}\";'),('ar','messages:rcfilters-days-title','s:37:\"ar:عدد الأيام الأخيرة\";'),('ar','messages:rcfilters-empty-filter','s:70:\"ar:لا مرشحات فعالة. كل المساهمات معروضة.\";'),('ar','messages:rcfilters-exclude-button-off','s:34:\"ar:استبعاد المختارة\";'),('ar','messages:rcfilters-exclude-button-on','s:34:\"ar:استثناء المختارة\";'),('ar','messages:rcfilters-filter-bots-description','s:77:\"ar:التعديلات بواسطة الأدوات الأوتوماتيكية.\";'),('ar','messages:rcfilters-filter-bots-label','s:9:\"ar:بوت\";'),('ar','messages:rcfilters-filter-categorization-description','s:80:\"ar:سجلات إضافة أو إزالة الصفحات من التصنيفات.\";'),('ar','messages:rcfilters-filter-categorization-label','s:36:\"ar:تغييرات التصنيفات\";'),('ar','messages:rcfilters-filter-editsbyother-description','s:61:\"ar:كل التغييرات باستثناء تغييراتك.\";'),('ar','messages:rcfilters-filter-editsbyother-label','s:49:\"ar:التغييرات بواسطة الآخرين\";'),('ar','messages:rcfilters-filter-editsbyself-description','s:35:\"ar:مساهماتك الشخصية.\";'),('ar','messages:rcfilters-filter-editsbyself-label','s:34:\"ar:تعديلاتك الشخصية\";'),('ar','messages:rcfilters-filter-excluded','s:15:\"ar:مستبعد\";'),('ar','messages:rcfilters-filter-humans-description','s:69:\"ar:التعديلات بواسطة المحررين البشريين.\";'),('ar','messages:rcfilters-filter-humans-label','s:27:\"ar:بشري (ليس بوت)\";'),('ar','messages:rcfilters-filter-lastrevision-description','s:76:\"ar:فقط أحدث التغييرات التي طرأت على الصفحة.\";'),('ar','messages:rcfilters-filter-lastrevision-label','s:22:\"ar:آخر مراجعة\";'),('ar','messages:rcfilters-filter-logactions-description','s:117:\"ar:الأفعال الإدارية، إنشاء الحسابات، حذف الصفحات، عمليات الرفع…\";'),('ar','messages:rcfilters-filter-logactions-label','s:32:\"ar:الأفعال المسجلة\";'),('ar','messages:rcfilters-filter-major-description','s:66:\"ar:التعديلات غير المعلم عليها كطفيفة.\";'),('ar','messages:rcfilters-filter-major-label','s:43:\"ar:التعديلات غير الطفيفة\";'),('ar','messages:rcfilters-filter-minor-description','s:79:\"ar:التعديلات التي علم عليها المستخدم كطفيفة.\";'),('ar','messages:rcfilters-filter-minor-label','s:28:\"ar:تعديلات طفيفة\";'),('ar','messages:rcfilters-filter-newpages-description','s:62:\"ar:التعديلات التي تصنع صفحات جديدة.\";'),('ar','messages:rcfilters-filter-newpages-label','s:28:\"ar:إنشاء الصفحات\";'),('ar','messages:rcfilters-filter-pageedits-description','s:103:\"ar:التعديلات لمحتوى الويكي، النقاشات، وصوفات التصنيفات…\";'),('ar','messages:rcfilters-filter-pageedits-label','s:30:\"ar:تعديلات الصفحة\";'),('ar','messages:rcfilters-filter-previousrevision-description','s:67:\"ar:جميع التغييرات ما عدا \"أحدث مراجعة\".\";'),('ar','messages:rcfilters-filter-previousrevision-label','s:29:\"ar:ليس آخر مراجعة\";'),('ar','messages:rcfilters-filter-reviewstatus-auto-description','s:143:\"ar:التعديلات بواسطة المستخدمين المتقدمين الذين يتم تعليم عملهم تلقائيا كمراجع.\";'),('ar','messages:rcfilters-filter-reviewstatus-auto-label','s:34:\"ar:المراجعة تلقائيا\";'),('ar','messages:rcfilters-filter-reviewstatus-manual-description','s:77:\"ar:التعديلات التي تم تعليمها يدويا كمراجعة.\";'),('ar','messages:rcfilters-filter-reviewstatus-manual-label','s:26:\"ar:مراجعة يدويا\";'),('ar','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:118:\"ar:التعديلات التي لم يتم وضع علامة عليها يدويا أو تلقائيا كمراجعة.\";'),('ar','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:22:\"ar:غير مراجعة\";'),('ar','messages:rcfilters-filter-showlinkedfrom-label','s:70:\"ar:عرض التغييرات في الصفحات الموصولة من\";'),('ar','messages:rcfilters-filter-showlinkedfrom-option-label','s:86:\"ar:<strong>الصفحات الموصولة من</strong> الصفحة المختارة\";'),('ar','messages:rcfilters-filter-showlinkedto-label','s:76:\"ar:عرض التغييرات في الصفحات الموصولة بصفحة\";'),('ar','messages:rcfilters-filter-showlinkedto-option-label','s:88:\"ar:<strong>الصفحات الموصولة إلى</strong> الصفحة المختارة\";'),('ar','messages:rcfilters-filter-user-experience-level-experienced-description','s:121:\"ar:المحررون المسجلون الذين لديهم أكثر من 500 تعديل و 30 يوما من النشاط.\";'),('ar','messages:rcfilters-filter-user-experience-level-experienced-label','s:43:\"ar:المستخدمون ذوو الخبرة\";'),('ar','messages:rcfilters-filter-user-experience-level-learner-description','s:153:\"ar:المحررون المسجلون الذين تقع تجربتهم بين \"القادمين الجدد\" و \"المستخدمين ذوي الخبرة\".\";'),('ar','messages:rcfilters-filter-user-experience-level-learner-label','s:21:\"ar:المتعلمون\";'),('ar','messages:rcfilters-filter-user-experience-level-newcomer-description','s:123:\"ar:المحررون المسجلون الذين لديهم أقل من 10 تعديلات أو 4 أيام من النشاط.\";'),('ar','messages:rcfilters-filter-user-experience-level-newcomer-label','s:30:\"ar:القادمون الجدد\";'),('ar','messages:rcfilters-filter-user-experience-level-registered-description','s:37:\"ar:المحررون المسجلون.\";'),('ar','messages:rcfilters-filter-user-experience-level-registered-label','s:24:\"ar:مسجل الدخول\";'),('ar','messages:rcfilters-filter-user-experience-level-unregistered-description','s:62:\"ar:المحررون الذين لم يسجلوا الدخول.\";'),('ar','messages:rcfilters-filter-user-experience-level-unregistered-label','s:26:\"ar:غير المسجلين\";'),('ar','messages:rcfilters-filter-watchlist-notwatched-description','s:93:\"ar:كل شيء باستثناء التغييرات في صفحات قائمة مراقبتك.\";'),('ar','messages:rcfilters-filter-watchlist-notwatched-label','s:42:\"ar:ليس في قائمة المراقبة\";'),('ar','messages:rcfilters-filter-watchlist-watched-description','s:68:\"ar:التغييرات للصفحات في قائمة مراقبتك.\";'),('ar','messages:rcfilters-filter-watchlist-watched-label','s:35:\"ar:في قائمة المراقبة\";'),('ar','messages:rcfilters-filter-watchlist-watchednew-description','s:129:\"ar:التغييرات التي حدثت على الصفحات التي تراقبها ولم تزرها منذ ذلك الحين.\";'),('ar','messages:rcfilters-filter-watchlist-watchednew-label','s:60:\"ar:تغييرات قائمة المراقبة الجديدة\";'),('ar','messages:rcfilters-filter-watchlistactivity-seen-description','s:99:\"ar:التغييرات للصفحات التي زرتها منذ حدوث هذه التغييرات.\";'),('ar','messages:rcfilters-filter-watchlistactivity-seen-label','s:36:\"ar:التغييرات المرئية\";'),('ar','messages:rcfilters-filter-watchlistactivity-unseen-description','s:104:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث هذه التغييرات.\";'),('ar','messages:rcfilters-filter-watchlistactivity-unseen-label','s:35:\"ar:تغييرات غير مرئية\";'),('ar','messages:rcfilters-filtergroup-authorship','s:32:\"ar:ملكية التعديلات\";'),('ar','messages:rcfilters-filtergroup-automated','s:48:\"ar:المساهمات الأوتوماتيكية\";'),('ar','messages:rcfilters-filtergroup-changetype','s:24:\"ar:نوع التغيير\";'),('ar','messages:rcfilters-filtergroup-lastrevision','s:30:\"ar:أحدث المراجعات\";'),('ar','messages:rcfilters-filtergroup-reviewstatus','s:28:\"ar:حالة المراجعة\";'),('ar','messages:rcfilters-filtergroup-significance','s:17:\"ar:الأهمية\";'),('ar','messages:rcfilters-filtergroup-user-experience-level','s:43:\"ar:تسجيل المستخدم وخبرته\";'),('ar','messages:rcfilters-filtergroup-watchlist','s:50:\"ar:الصفحات في قائمة المراقبة\";'),('ar','messages:rcfilters-filtergroup-watchlistactivity','s:39:\"ar:نشاط قائمة المراقبة\";'),('ar','messages:rcfilters-filterlist-noresults','s:47:\"ar:لم يتم العثور على مرشحات\";'),('ar','messages:rcfilters-filterlist-title','s:15:\"ar:مرشحات\";'),('ar','messages:rcfilters-filterlist-whatsthis','s:27:\"ar:كيف تعمل هذه؟\";'),('ar','messages:rcfilters-group-results-by-page','s:44:\"ar:جمع النتائج حسب الصفحة\";'),('ar','messages:rcfilters-hideminor-conflicts-typeofchange','s:197:\"ar:بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة،\" لذا فهذا المرشح يتعارض مع مرشحات نوع التغيير التالية: $1\";'),('ar','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:362:\"ar:مرشح \"التعديلات الطفيفة\" يتعارض مع مرشح واحد أو أكثر من مرشحات نوع التغيير، وذلك لأن بعض أنواع التغيير لا يمكن التعليم عليها ك\"طفيفة.\" المرشحات المتعارضة معلم عليها في مساحة المرشحات النشطة بالأعلى.\";'),('ar','messages:rcfilters-highlightbutton-title','s:39:\"ar:التعليم على النتائج\";'),('ar','messages:rcfilters-highlighted-filters-list','s:17:\"ar:معلمة: $1\";'),('ar','messages:rcfilters-highlightmenu-help','s:64:\"ar:اختر لونا للتعليم على هذه الخاصية\";'),('ar','messages:rcfilters-highlightmenu-title','s:20:\"ar:اختر لونا\";'),('ar','messages:rcfilters-hours-title','s:39:\"ar:عدد الساعات الأخيرة\";'),('ar','messages:rcfilters-invalid-filter','s:27:\"ar:مرشح غير صحيح\";'),('ar','messages:rcfilters-legend-heading','s:52:\"ar:<strong>قائمة الاختصارات:</strong>\";'),('ar','messages:rcfilters-limit-and-date-label','s:124:\"ar:{{PLURAL:$1|لا تغيير|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرًا|$1 تغييرٍ}}، $2\";'),('ar','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:91:\"ar:ترشيح النتائج حسب عدد التغييرات والفترة الزمنية\";'),('ar','messages:rcfilters-limit-title','s:28:\"ar:النتائج للعرض\";'),('ar','messages:rcfilters-liveupdates-button','s:24:\"ar:تحديثات حية\";'),('ar','messages:rcfilters-liveupdates-button-title-off','s:63:\"ar:عرض التغييرات الجديدة فور حدوثها\";'),('ar','messages:rcfilters-liveupdates-button-title-on','s:43:\"ar:إيقاف التحديثات الحية\";'),('ar','messages:rcfilters-noresults-conflict','s:111:\"ar:لا نتائج تم العثور عليها لأن محددات البحث تعارض بعضها البعض\";'),('ar','messages:rcfilters-other-review-tools','s:35:\"ar:أدوات مراجعة أخرى\";'),('ar','messages:rcfilters-preference-help','s:216:\"ar:يحمل [[{{#special:RecentChanges}}|أحدث التغييرات]] و[[{{#special:RecentChangesLinked}}|التغييرات ذات الصلة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('ar','messages:rcfilters-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('ar','messages:rcfilters-quickfilters','s:36:\"ar:المرشحات المحفوظة\";'),('ar','messages:rcfilters-quickfilters-placeholder-description','s:200:\"ar:لحفظ إعدادات الفلتر وإعادة استخدامها في وقت لاحق; انقر فوق رمز الإشارة المرجعية في منطقة الفلتر النشط أدناه.\";'),('ar','messages:rcfilters-quickfilters-placeholder-title','s:43:\"ar:لا مرشحات تم حفظها بعد\";'),('ar','messages:rcfilters-restore-default-filters','s:55:\"ar:استرجاع المرشحات الافتراضية\";'),('ar','messages:rcfilters-savedqueries-add-new-title','s:52:\"ar:حفظ إعدادات المرشح الحالية\";'),('ar','messages:rcfilters-savedqueries-already-saved','s:120:\"ar:هذه المرشحات محفوظة بالفعل. غير إعداداتك لإنشاء مرشح محفوظ جديد.\";'),('ar','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:37:\"ar:إنشاء مرشح افتراضي\";'),('ar','messages:rcfilters-savedqueries-apply-label','s:22:\"ar:أنشئ مرشحا\";'),('ar','messages:rcfilters-savedqueries-cancel-label','s:9:\"ar:ألغ\";'),('ar','messages:rcfilters-savedqueries-defaultlabel','s:28:\"ar:مرشحات محفوظة\";'),('ar','messages:rcfilters-savedqueries-new-name-label','s:13:\"ar:الاسم\";'),('ar','messages:rcfilters-savedqueries-new-name-placeholder','s:36:\"ar:صف الغرض من المرشح\";'),('ar','messages:rcfilters-savedqueries-remove','s:9:\"ar:حذف\";'),('ar','messages:rcfilters-savedqueries-rename','s:24:\"ar:أعد التسمية\";'),('ar','messages:rcfilters-savedqueries-setdefault','s:37:\"ar:حفظ كقيمة افتراضية\";'),('ar','messages:rcfilters-savedqueries-unsetdefault','s:47:\"ar:إزالة القيمة الافتراضية\";'),('ar','messages:rcfilters-search-placeholder','s:97:\"ar:رشح التغييرات (استخدم القائمة أو ابحث عن اسم المرشح)\";'),('ar','messages:rcfilters-search-placeholder-mobile','s:15:\"ar:مرشحات\";'),('ar','messages:rcfilters-show-new-changes','s:53:\"ar:عرض التغييرات الجديدة منذ $1\";'),('ar','messages:rcfilters-state-message-fullcoverage','s:207:\"ar:اختيار كل المرشحات في هذه المجموعة له نفس التأثير كاختيار لا شيء، لذا فهذا المرشح ليس له تأثير. المجموعة تتضمن: $1\";'),('ar','messages:rcfilters-state-message-subset','s:224:\"ar:هذا المرشح ليس له تأثير لأن نتائجه متضمنة في {{PLURAL:$2|المرشح التالي|المرشحات التالية}} الأكثر عمومية (جرب التعليم لتمييزه): $1\";'),('ar','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ar','messages:rcfilters-tag-prefix-namespace-inverted','s:30:\"ar:<strong>:ليس</strong> $1\";'),('ar','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ar','messages:rcfilters-tag-remove','s:14:\"ar:أزل \'$1\'\";'),('ar','messages:rcfilters-target-page-placeholder','s:45:\"ar:أدخل اسم صفحة (أو تصنيف)\";'),('ar','messages:rcfilters-typeofchange-conflicts-hideminor','s:197:\"ar:مرشح نوع التغيير هذا يتعارض مع مرشح \"التعديلات الطفيفة\". بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة.\"\";'),('ar','messages:rcfilters-view-namespaces-tooltip','s:44:\"ar:رشح النتائج حسب النطاق\";'),('ar','messages:rcfilters-view-return-to-default-tooltip','s:58:\"ar:ارجع لقائمة المرشحات الرئيسية\";'),('ar','messages:rcfilters-view-tags','s:30:\"ar:تعديلات موسومة\";'),('ar','messages:rcfilters-view-tags-help-icon-tooltip','s:58:\"ar:المزيد حول التعديلات الموسومة\";'),('ar','messages:rcfilters-view-tags-tooltip','s:55:\"ar:رشح النتائج حسب وسوم التعديل\";'),('ar','messages:rcfilters-watchlist-edit-watchlist-button','s:52:\"ar:عدل قائمة الصفحات المراقبة\";'),('ar','messages:rcfilters-watchlist-markseen-button','s:50:\"ar:اعتبر كل التغييرات منظورة\";'),('ar','messages:rcfilters-watchlist-preference-help','s:136:\"ar:يحمل [[{{#special:Watchlist}}|قائمة المراقبة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('ar','messages:rcfilters-watchlist-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('ar','messages:rcfilters-watchlist-showupdated','s:147:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث التغييرات تكون <strong>بالخط الغليظ</strong>.\";'),('ar','messages:rclinks','s:54:\"ar:أظهر آخر $1 تعديل في آخر $2 يوم\";'),('ar','messages:rclistfrom','s:52:\"ar:أظهر التغييرات بدءًا من $3 $2\";'),('ar','messages:rclistfromreset','s:44:\"ar:إعادة ضبط خيار التاريخ\";'),('ar','messages:rcnotefrom','s:140:\"ar:بالأسفل {{PLURAL:$5|التغيير|التغييرات}} منذ <strong>$3، $4</strong> (إلى <strong>$1</strong> معروضة).\";'),('ar','messages:rcpatroldisabled','s:54:\"ar:مراجعة أحدث التغييرات معطلة\";'),('ar','messages:rcpatroldisabledtext','s:76:\"ar:خاصية مراجعة أحدث التغييرات معطلة حاليا\";'),('ar','messages:rcshowhideanons','s:45:\"ar:$1 المستخدمين المجهولين\";'),('ar','messages:rcshowhideanons-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhideanons-show','s:11:\"ar:أظهر\";'),('ar','messages:rcshowhidebots','s:20:\"ar:$1 البوتات\";'),('ar','messages:rcshowhidebots-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhidebots-show','s:11:\"ar:أظهر\";'),('ar','messages:rcshowhidecategorization','s:31:\"ar:$1 تصنيف الصفحات\";'),('ar','messages:rcshowhidecategorization-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhidecategorization-show','s:11:\"ar:أظهر\";'),('ar','messages:rcshowhideliu','s:43:\"ar:$1 المستخدمين المسجلين\";'),('ar','messages:rcshowhideliu-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhideliu-show','s:11:\"ar:أظهر\";'),('ar','messages:rcshowhidemine','s:22:\"ar:$1 تعديلاتي\";'),('ar','messages:rcshowhidemine-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhidemine-show','s:11:\"ar:أظهر\";'),('ar','messages:rcshowhideminor','s:39:\"ar:$1 التعديلات الطفيفة\";'),('ar','messages:rcshowhideminor-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhideminor-show','s:11:\"ar:أظهر\";'),('ar','messages:rcshowhidepatr','s:41:\"ar:$1 التعديلات المراجعة\";'),('ar','messages:rcshowhidepatr-hide','s:9:\"ar:أخف\";'),('ar','messages:rcshowhidepatr-show','s:11:\"ar:أظهر\";'),('ar','messages:readonly','s:41:\"ar:قاعدة البيانات مقفلة\";'),('ar','messages:readonly_lag','s:152:\"ar:تم قفل قاعدة البيانات تلقائيا حتى تستطيع الخواديم التابعة ملاحقة الخادوم الرئيسي\";'),('ar','messages:readonlytext','s:374:\"ar:قاعدة البيانات مقفلة حاليا أمام المدخلات الجديدة و التعديلات الأخرى. السبب غالبا ما يكون الصيانة، و ستعود قاعدة البيانات للعمل الطبيعي قريبا.\n\nإداري النظام الذي أغلق قاعدة البيانات أعطى التفسير التالي: $1\";'),('ar','messages:readonlywarning','s:404:\"ar:<strong>تحذير: لقد أغلقت قاعدة البيانات للصيانة، لذلك لن تتمكن من نشر التعديلات التي قمت بها حاليا.\nإذا رغبت بإمكانك أن تنسخ النص الذي تعمل عليه وتحفظه في ملف نصي إلى وقت لاحق.</strong>\n\nإداري النظام الذي أغلقها أعطى هذا التفسير: $1\";'),('ar','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ar','messages:recentchanges','s:30:\"ar:أحدث التغييرات\";'),('ar','messages:recentchanges-feed-description','s:84:\"ar:تابع أحدث التغييرات للويكي عبر هذه التلقيمة.\";'),('ar','messages:recentchanges-label-bot','s:31:\"ar:تعديل أجراه بوت\";'),('ar','messages:recentchanges-label-minor','s:29:\"ar:هذا تعديل طفيف\";'),('ar','messages:recentchanges-label-newpage','s:53:\"ar:أنشأ هذا التعديل صفحة جديدة\";'),('ar','messages:recentchanges-label-plusminus','s:73:\"ar:حجم الصفحة تغير بهذا العدد من البايتات\";'),('ar','messages:recentchanges-label-unpatrolled','s:56:\"ar:لم يراجع هذا التعديل إلى الآن\";'),('ar','messages:recentchanges-legend','s:43:\"ar:خيارات أحدث التغييرات\";'),('ar','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ar','messages:recentchanges-legend-heading','s:27:\"ar:<strong>شرح:</strong>\";'),('ar','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ar','messages:recentchanges-legend-newpage','s:120:\"ar:{{int:recentchanges-label-newpage}} (طالع كذلك [[Special:NewPages|قائمة الصفحات الجديدة]])\";'),('ar','messages:recentchanges-legend-plusminus','s:19:\"ar:(<em>±123</em>)\";'),('ar','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ar','messages:recentchanges-legend-watchlistexpiry','s:37:\"ar:صفحة مراقبة مؤقتاً\";'),('ar','messages:recentchanges-network','s:128:\"ar:نتيجة لخطأ تقني، تعذر تحميل النتائج. من فضلك حاول إعادة تحديث الصفحة.\";'),('ar','messages:recentchanges-noresult','s:104:\"ar:لا توجد تغييرات خلال الفترة المحددة تطابق هذه المعايير.\";'),('ar','messages:recentchanges-notargetpage','s:112:\"ar:أدخل اسم صفحة بالأعلى لرؤية التغييرات المرتبطة بهذه الصفحة.\";'),('ar','messages:recentchanges-page-added-to-category','s:43:\"ar:[[:$1]] أضيفت إلى التصنيف\";'),('ar','messages:recentchanges-page-added-to-category-bundled','s:130:\"ar:أضيفت [[:$1]] إلى التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات اخرى]]\";'),('ar','messages:recentchanges-page-removed-from-category','s:41:\"ar:أزيلت [[:$1]] من التصنيف\";'),('ar','messages:recentchanges-page-removed-from-category-bundled','s:128:\"ar:أزيلت [[:$1]] من التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات أخرى]]\";'),('ar','messages:recentchanges-submit','s:11:\"ar:أظهر\";'),('ar','messages:recentchanges-summary','s:81:\"ar:تابع آخر التغييرات في الويكي من هذه الصفحة.\";'),('ar','messages:recentchanges-timeout','s:106:\"ar:البحث انتهى بدون نتائج. ربما تحب تجربة مدخلات بحث مختلفة.\";'),('ar','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ar','messages:recentchangescount','s:141:\"ar:عدد التعديلات للعرض في أحدث التغييرات وتواريخ الصفحات، والسجلات، افتراضيا:\";'),('ar','messages:recentchangesdays','s:73:\"ar:عدد الأيام المعروضة في أحدث التغييرات:\";'),('ar','messages:recentchangesdays-max','s:118:\"ar:الحد الأقصى {{PLURAL:$1|أقل من يوم|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('ar','messages:recentchangeslinked','s:35:\"ar:تغييرات ذات علاقة\";'),('ar','messages:recentchangeslinked-feed','s:35:\"ar:تغييرات ذات علاقة\";'),('ar','messages:recentchangeslinked-page','s:23:\"ar:اسم الصفحة:\";'),('ar','messages:recentchangeslinked-summary','s:355:\"ar:أدخل اسم صفحة لرؤية التغييرات في الصفحات الموصولة من أو إلى تلك الصفحة. (لرؤية أعضاء تصنيف، أدخل {{ns:category}}:الاسم الخاص بالتصنيف). التغييرات في الصفحات في [[Special:Watchlist|قائمة مراقبتك]] <strong>عريضة</strong>.\";'),('ar','messages:recentchangeslinked-title','s:56:\"ar:التغييرات المرتبطة بصفحة «$1»\";'),('ar','messages:recentchangeslinked-to','s:113:\"ar:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضاً عن ذلك\";'),('ar','messages:recentchangeslinked-toolbox','s:35:\"ar:تغييرات ذات علاقة\";'),('ar','messages:recentchangestext','s:4:\"en:-\";'),('ar','messages:recreate','s:24:\"ar:إعادة إنشاء\";'),('ar','messages:recreate-moveddeleted-warn','s:283:\"ar:<strong>تحذير: أنت تعيد إنشاء صفحة سبق حذفها.</strong>\n\nيجب عليك التيقن من أن الاستمرار بتحرير هذه الصفحة ملائم.\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('ar','messages:red-link-title','s:40:\"ar:$1 (الصفحة غير موجودة)\";'),('ar','messages:redirect','s:98:\"ar:تحويل حسب الملف أو المستخدم أو الصفحة أو معرف الدخول\";'),('ar','messages:redirect-file','s:16:\"ar:اسم ملف\";'),('ar','messages:redirect-logid','s:22:\"ar:معرف السجل\";'),('ar','messages:redirect-lookup','s:17:\"ar:ابحث في:\";'),('ar','messages:redirect-not-exists','s:35:\"ar:المطلوب غير موجود\";'),('ar','messages:redirect-not-numeric','s:29:\"ar:قيمة غير رقمية\";'),('ar','messages:redirect-page','s:24:\"ar:معرف الصفحة\";'),('ar','messages:redirect-revision','s:24:\"ar:مراجعة صفحة\";'),('ar','messages:redirect-submit','s:11:\"ar:اذهب\";'),('ar','messages:redirect-summary','s:434:\"ar:هذه الصفحة الخاصة تحوّل إلى ملف (باسمه) أو صفحة (برقم إحدى مراجعاتها) أو إلى صفحة مستخدم (برقمه التعريفي) أو إلى مدخلة سجل (برقم السجل). الاستخدام [[{{#Special:Redirect}}/file/Example.jpg]] أو [[{{#Special:Redirect}}/revision/328429]] أو [[{{#Special:Redirect}}/user/101]] أو [[{{#Special:Redirect}}/logid/186]].\";'),('ar','messages:redirect-text','s:3:\"en:\";'),('ar','messages:redirect-user','s:22:\"ar:رقم مستخدم\";'),('ar','messages:redirect-value','s:16:\"ar:الوجهة:\";'),('ar','messages:redirectedfrom','s:29:\"ar:(بالتحويل من $1)\";'),('ar','messages:redirectexists','s:157:\"ar:توجد حالة إعادة توجيه قائمة بالفعل على [[:$1]]، ولا يمكن حذفها آليا.\nيرجى اختيار اسم آخر.\";'),('ar','messages:redirectpagesub','s:22:\"ar:صفحة تحويل\";'),('ar','messages:redirectto','s:21:\"ar:تحويل إلى:\";'),('ar','messages:removecredentials','s:30:\"ar:إزالة الاعتماد\";'),('ar','messages:removecredentials-invalidsubpage','s:46:\"ar:$1 ليس نوع اعتمادات صحيح.\";'),('ar','messages:removecredentials-submit','s:30:\"ar:إزالة الاعتماد\";'),('ar','messages:removecredentials-success','s:44:\"ar:اعتماداتك تمت إزالتها.\";'),('ar','messages:removedwatchtext','s:103:\"ar:\"[[:$1]]\" وصفحة نقاشها أزيلتا من [[Special:Watchlist|قائمة مراقبتك]].\";'),('ar','messages:removedwatchtext-short','s:59:\"ar:أزيلت صفحة \"$1\" من قائمة مراقبتك.\";'),('ar','messages:removedwatchtext-talk','s:120:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إزالتها من [[Special:Watchlist|قائمة مراقبتك]].\";'),('ar','messages:removewatch','s:46:\"ar:إزالة من قائمة المراقبة\";'),('ar','messages:resetpass-abort-generic','s:80:\"ar:منعت مُلحقة إتمام صيرورة تغيير كلمة السّر.\";'),('ar','messages:resetpass-expired','s:146:\"ar:انتهت مدة صلاحية كلمة السر الخاصة بك. الرجاء تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('ar','messages:resetpass-expired-soft','s:249:\"ar:انتهت مدة صلاحية كلمة السر الخاصة بك; الرجاء تغيير كلمة السر الآن أو النقر على زر \"{{int:authprovider-resetpass-skip-label}}\" لإعادة تعيين كلمة السر لاحقاً.\";'),('ar','messages:resetpass-no-info','s:99:\"ar:يجب أن تكون مسجل الدخول للوصول إلى هذه الصفحة مباشرة.\";'),('ar','messages:resetpass-recycled','s:132:\"ar:الرجاء تغيير كلمة السر الخاصة بك إلى تركيبة أخرى غير كلمة السر الحالية.\";'),('ar','messages:resetpass-submit-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:resetpass-submit-loggedin','s:31:\"ar:تغيير كلمة السر\";'),('ar','messages:resetpass-temp-emailed','s:218:\"ar:أنت مسجل الدخول حالياً بتركيبة مرسلة عبر البريد الإلكتروني. لإكمال عملية تسجيل الدخول‘ يجب إعادة تعيين كلمة السر هنا:\";'),('ar','messages:resetpass-temp-password','s:28:\"ar:كلمة سر مؤقتة:\";'),('ar','messages:resetpass-validity','s:115:\"ar:كلمة السر غير صالحة: $1\n\nيرجى تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('ar','messages:resetpass-validity-soft','s:224:\"ar:كلمة السر الخاصة بك غير صالحة :  $1 \n\nرجاءا اختر كلمة سر جديدة الآن، أو انقر فوق \"{{int:authprovider-resetpass-skip-label}}\" لتغييرها في وقت لاحق.\";'),('ar','messages:resetpass-wrong-oldpass','s:187:\"ar:كلمة سر حالية أو مؤقتة غير صحيحة.\nربما تكون غيرت كلمة السر الخاصة بك بنجاح أو طلبت كلمة سر مؤقتة جديدة.\";'),('ar','messages:resetpass_announce','s:96:\"ar:لإنهاء عملية تسجيل الدخول، يجب تعيين كلمة سر جديدة.\";'),('ar','messages:resetpass_forbidden','s:51:\"ar:كلمات السر لا يمكن تغييرها\";'),('ar','messages:resetpass_forbidden-reason','s:53:\"ar:لا يمكن تغيير كلمة المرور: $1\";'),('ar','messages:resetpass_header','s:36:\"ar:غير كلمة سر الحساب\";'),('ar','messages:resetpass_submit','s:42:\"ar:ضبط كلمة السر والدخول\";'),('ar','messages:resetpass_text','s:32:\"ar:<!-- أضف نصا هنا -->\";'),('ar','messages:resettokens','s:26:\"ar:غير المفاتيح\";'),('ar','messages:resettokens-done','s:30:\"ar:تغيير المفاتيح\";'),('ar','messages:resettokens-no-tokens','s:41:\"ar:ما من مفاتيح للتغيير.\";'),('ar','messages:resettokens-resetbutton','s:43:\"ar:غير المفاتيح المختارة\";'),('ar','messages:resettokens-summary','s:3:\"en:\";'),('ar','messages:resettokens-text','s:266:\"ar:عليك تغيير الرموز من الاطلاع على البيانات الخصوصية المتعلقة بحسابك.\n\nغير الرموز إذا أطلعت عليها أحدهم عن طريف الخطأ أو إذا كان حسابك قد اُختُرِق.\";'),('ar','messages:resettokens-token-label','s:39:\"ar:$1 (القيمة الحالية: $2)\";'),('ar','messages:resettokens-tokens','s:16:\"ar:مفاتيح:\";'),('ar','messages:resettokens-watchlist-token','s:138:\"ar:رمز تغذية الويب (آتوم/آس إس إس) [[Special:Watchlist|للتغيرات التي على قائمة مراقبتك]]\";'),('ar','messages:rest-bad-content-model','s:43:\"ar:نموذج المحتوى السيئ: $1\";'),('ar','messages:rest-bad-json-body','s:72:\"ar:نص الطلب غير صالح، يجب أن يكون كائن JSON.\";'),('ar','messages:rest-badtoken','s:44:\"ar:رمز CSRF المقدم غير صالح.\";'),('ar','messages:rest-cannot-load-file','s:57:\"ar:لا يمكن تحميل ملف العنوان «$1».\";'),('ar','messages:rest-compare-inaccessible','s:97:\"ar:المراجعة المحددة بواسطة الوسيط $1 ليست متاحة علانية.\";'),('ar','messages:rest-compare-nonexistent','s:84:\"ar:المراجعة المحددة بواسطة الوسيط $1 غير موجودة.\";'),('ar','messages:rest-compare-page-mismatch','s:105:\"ar:المراجعات المحددة تنتمي إلى صفحات مختلفة؛ رفض مقارنتها.\";'),('ar','messages:rest-compare-permission-denied','s:89:\"ar:لا يمكن للمستخدم الوصول إلى المراجعات المطلوبة\";'),('ar','messages:rest-compare-wikidiff2','s:75:\"ar:تتطلب نقطة النهاية هذه wikidiff2 1.9.0 أو أحدث.\";'),('ar','messages:rest-compare-wrong-content','s:151:\"ar:تحتوي فتحة $1 للمراجعة المحددة بواسطة الوسيط $2 على نوع محتوى لا يمكن تحويله إلى نص.\";'),('ar','messages:rest-cross-origin-anon-write','s:81:\"ar:غير مسموح بطلبات الكتابة عبر الأصل المجهول\";'),('ar','messages:rest-extraneous-csrf-token','s:205:\"ar:تم العثور على رمز CSRF غريب. يجب عدم استخدام رموز CSRF المميزة عند استخدام آليات المصادقة مثل OAuth الآمنة ضد هجمات CSRF.\";'),('ar','messages:rest-html-backend-error','s:31:\"ar:تعذر جلب Parsoid HTML\";'),('ar','messages:rest-invalid-user','s:60:\"ar:اسم المستخدم المحدد ($1) غير صالح\";'),('ar','messages:rest-json-body-parse-error','s:54:\"ar:تحليل نص الطلب بسبب فشل JSON: $1\";'),('ar','messages:rest-media-too-many-links','s:130:\"ar:تم العثور على عدد كبير جدًا من ارتباطات الوسائط في العنوان $1 (مسموح ب$2)\";'),('ar','messages:rest-missing-body-field','s:70:\"ar:الحقل الإلزامي «$1» مفقود من نص الطلب.\";'),('ar','messages:rest-no-match','s:98:\"ar:المسار النسبي المطلوب ($1) لا يتطابق مع أي معالج معروف\";'),('ar','messages:rest-no-revision','s:71:\"ar:غير قادر على استرداد مراجعة للعنوان $1\";'),('ar','messages:rest-nonexistent-revision','s:60:\"ar:المراجعة المحددة ($1) غير موجودة.\";'),('ar','messages:rest-nonexistent-title','s:53:\"ar:العنوان المحدد ($1) غير موجود\";'),('ar','messages:rest-nonexistent-title-revision','s:92:\"ar:المراجعة المحددة ($1) غير موجودة للصفحة المحددة ($2)\";'),('ar','messages:rest-nonexistent-user','s:55:\"ar:المستخدم المحدد ($1) غير موجود\";'),('ar','messages:rest-page-source-type-error','s:75:\"ar:نوع محتوى مصدر الصفحة المطلوب غير مدعوم\";'),('ar','messages:rest-pagehistory-incompatible-params','s:93:\"ar:لا يمكن تحديد كلا الوسيطين \"الأقدم من\" و\"الأحدث من\"\";'),('ar','messages:rest-pagehistory-param-range-error','s:65:\"ar:يجب أن يكون معرف المراجعة أكبر من 0\";'),('ar','messages:rest-pagehistory-timestamp-error','s:103:\"ar:غير قادر على استرداد الطابع الزمني للمراجعة المحددة ($1)\";'),('ar','messages:rest-pagehistorycount-parameters-invalid','s:75:\"ar:المجموعة المحددة من الوسائط غير مدعومة.\";'),('ar','messages:rest-pagehistorycount-too-many-revisions','s:131:\"ar:يحتوي العنوان المحدد على عدد كبير جدا من المراجعات لاسترداد هذا العدد.\";'),('ar','messages:rest-pagehistorycount-type-unrecognized','s:52:\"ar:نوع العد المحدد ($1) غير صالح\";'),('ar','messages:rest-permission-denied-anon','s:76:\"ar:لا يمكن الوصول إليها من قبل مستخدم مجهول\";'),('ar','messages:rest-permission-denied-revision','s:93:\"ar:لا يمكن للمستخدم الوصول إلى المراجعة المطلوبة ($1).\";'),('ar','messages:rest-permission-denied-title','s:81:\"ar:المستخدم ليست لديه صلاحية قراءة العنوان ($1)\";'),('ar','messages:rest-prefix-mismatch','s:86:\"ar:المسار المطلوب ($1) لم يكن داخل مسار جذر API REST ($2)\";'),('ar','messages:rest-requires-safe-against-csrf','s:79:\"ar:تتطلب نقطة النهاية هذه موفر جلسة CSRF آمنًا.\";'),('ar','messages:rest-resource-limit-exceeded','s:64:\"ar:تجاوزت حدود الموارد معالجة الطلب.\";'),('ar','messages:rest-search-error','s:53:\"ar:خطأ عند إرجاع نتائج البحث: $1\";'),('ar','messages:rest-update-cannot-create-page','s:266:\"ar:لا يمكن إنشاء الصفحة «$1» لأنها موجودة بالفعل. لتحديث الصفحة الحالية، قم بتوفير معرّف المراجعة الأساسي في البنية أسفل مفتاح «الأحدث» في نص الطلب.\";'),('ar','messages:rest-wrong-method','s:141:\"ar:لم تكن طريقة الطلب  ($1)  {{PLURAL:$3|الطريقة|إحدى الطرق}} المسموح بها لهذا المسار ($2)\";'),('ar','messages:restore-count-files','s:82:\"ar:{{PLURAL:$1||ملف واحد|ملفان|$1 ملفات|$1 ملفًا|$1 ملف}}\";'),('ar','messages:restore-count-revisions','s:47:\"ar:{{PLURAL:$1|1 مراجعة|$1 مراجعة}}\";'),('ar','messages:restorelink','s:193:\"ar:{{PLURAL:$1|$1 تعديل محذوف|تعديلا واحدا محذوفا|تعديلين محذوفين|$1 تعديلات محذوفة|$1 تعديلا محذوفا|$1 تعديل محذوف}}\";'),('ar','messages:restoreprefs','s:62:\"ar:استرجاع كل الإعدادات الافتراضية\";'),('ar','messages:restricted-displaytitle','s:144:\"ar:<strong>تحذير:</strong> عنوان العرض \"$1\" تم تجاهله بما أنه لا يساوي عنوان الصفحة الفعلي.\";'),('ar','messages:restricted-displaytitle-ignored','s:59:\"ar:الصفحات بعناوين عرض تم تجاهلها\";'),('ar','messages:restricted-displaytitle-ignored-desc','s:168:\"ar:هذه الصفحة تحتوي على <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> تم تجاهله لأنه لا يساوي عنوان الصفحة الفعلي.\";'),('ar','messages:restriction-blank','s:3:\"en:\";'),('ar','messages:restriction-create','s:17:\"ar:الإنشاء\";'),('ar','messages:restriction-edit','s:13:\"ar:تعديل\";'),('ar','messages:restriction-level','s:29:\"ar:مستوى الضوابط:\";'),('ar','messages:restriction-level-all','s:18:\"ar:أي مستوى\";'),('ar','messages:restriction-level-autoconfirmed','s:24:\"ar:حماية جزئية\";'),('ar','messages:restriction-level-sysop','s:24:\"ar:حماية كاملة\";'),('ar','messages:restriction-move','s:13:\"ar:النقل\";'),('ar','messages:restriction-type','s:10:\"ar:إذن:\";'),('ar','messages:restriction-upload','s:9:\"ar:رفع\";'),('ar','messages:restrictionsfield-badip','s:56:\"ar:عنوان أيبي أو نطاق غير صحيح: $1\";'),('ar','messages:restrictionsfield-help','s:132:\"ar:عنوان أيبي أو نطاق CIDR واحد لكل سطر. لتفعيل كل شيء، استخدم:\n<pre>0.0.0.0/0\n::/0</pre>\";'),('ar','messages:restrictionsfield-label','s:51:\"ar:نطاقات الأيبي المسموح بها:\";'),('ar','messages:retrievedfrom','s:27:\"ar:مجلوبة من «$1»\";'),('ar','messages:returnto','s:22:\"ar:ارجع إلى $1.\";'),('ar','messages:retypenew','s:54:\"ar:أعد كتابة كلمة السر الجديدة:\";'),('ar','messages:reuploaddesc','s:72:\"ar:إلغاء الرفع والرجوع إلى استمارة الرفع\";'),('ar','messages:rev-deleted-comment','s:37:\"ar:(أزيل ملخص التعديل)\";'),('ar','messages:rev-deleted-diff-view','s:243:\"ar:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ar','messages:rev-deleted-event','s:50:\"ar:(تفاصيل السجل تمت إزالتها)\";'),('ar','messages:rev-deleted-no-diff','s:244:\"ar:لا يمكنك رؤية هذا الفرق لأن إحدى المراجعات <strong>حُذِفت</strong>.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ar','messages:rev-deleted-text-permission','s:184:\"ar:<strong>حُذِفت</strong> مراجعة هذه الصفحة.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف].\";'),('ar','messages:rev-deleted-text-unhide','s:295:\"ar:<strong>حُذِفت</strong> مراجعة الصفحة هذه.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nمازال بإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('ar','messages:rev-deleted-text-view','s:215:\"ar:<strong>أُزيل</strong> هذا التعديل من الأرشيف العام. التفاصيل حول الإزالة في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف لهذه الصفحة].\";'),('ar','messages:rev-deleted-unhide-diff','s:287:\"ar:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('ar','messages:rev-deleted-user','s:39:\"ar:(أُزيل اسم المستخدم)\";'),('ar','messages:rev-deleted-user-contribs','s:127:\"ar:[اسم المستخدم أو عنوان الأيبي تمت إزالته - التعديل مخفي من المساهمات]\";'),('ar','messages:rev-delundel','s:18:\"ar:أظهر/أخف\";'),('ar','messages:rev-showdeleted','s:11:\"ar:أظهر\";'),('ar','messages:rev-suppressed-diff-view','s:256:\"ar:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية هذا الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\";'),('ar','messages:rev-suppressed-no-diff','s:117:\"ar:ليس بإمكانك مشاهدة هذا الفرق لأن إحدى المراجعات <strong>حذفت</strong>.\";'),('ar','messages:rev-suppressed-text','s:65:\"ar:<strong>مُنعت</ strong> مراجعة الصفحة هذه.\";'),('ar','messages:rev-suppressed-text-permission','s:181:\"ar:هذه النسخة قد <strong>أخفيت</strong>. \nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('ar','messages:rev-suppressed-text-unhide','s:292:\"ar:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('ar','messages:rev-suppressed-text-view','s:218:\"ar:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('ar','messages:rev-suppressed-unhide-diff','s:295:\"ar:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('ar','messages:revdel-restore','s:26:\"ar:تغيير الرؤية\";'),('ar','messages:revdelete-concurrent-change','s:194:\"ar:خطأ في تعديل العنصر ذي التاريخ $2 $1: تظهر حالته أن شخصا آخر عدله أثناء محاولتك تعديله.\nمن فضلك راجع السجلات.\";'),('ar','messages:revdelete-confirm','s:182:\"ar:من فضلك أكد أنك تنوي فعل هذا، وأنك تفهم العواقب، وأنك تفعل هذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('ar','messages:revdelete-content-hid','s:22:\"ar:محتوى مخفي\";'),('ar','messages:revdelete-content-unhid','s:29:\"ar:محتوى غير مخفي\";'),('ar','messages:revdelete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('ar','messages:revdelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('ar','messages:revdelete-failure','s:58:\"ar:\'\'\'تعذر تحديث رؤية المراجعة:\'\'\'\n$1\";'),('ar','messages:revdelete-hide-comment','s:26:\"ar:ملخص التعديل\";'),('ar','messages:revdelete-hide-current','s:140:\"ar:خطأ عند إخفاء العنصر المؤرخ في $2 $1: هذه هي المراجعة الحالية.\nلا يمكن إخفاؤها.\";'),('ar','messages:revdelete-hide-image','s:31:\"ar:أخف محتوى الملف\";'),('ar','messages:revdelete-hide-name','s:41:\"ar:أخف الهدف والمعاملات\";'),('ar','messages:revdelete-hide-restricted','s:83:\"ar:أخف البيانات عن الإداريين إضافة إلى الآخرين\";'),('ar','messages:revdelete-hide-text','s:24:\"ar:نص المراجعة\";'),('ar','messages:revdelete-hide-user','s:50:\"ar:اسم المستخدم/عنوان الآيبي\";'),('ar','messages:revdelete-legend','s:29:\"ar:وضع ضوابط رؤية\";'),('ar','messages:revdelete-log','s:14:\"ar:السبب:\";'),('ar','messages:revdelete-modify-missing','s:118:\"ar:خطأ في تعديل العنصر ذا الهوية $1: العنصر مفقود من قاعدة البيانات!\";'),('ar','messages:revdelete-modify-no-access','s:156:\"ar:خطأ في تعديل العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('ar','messages:revdelete-no-change','s:134:\"ar:<strong>تحذير:</strong> العنصر ذو التاريخ $2 $1 لديه أصلا إعدادات الظهور المطلوبة.\";'),('ar','messages:revdelete-no-file','s:45:\"ar:الملف المحدد غير موجود.\";'),('ar','messages:revdelete-nooldid-text','s:220:\"ar:إما أنك لم تحدد مراجعة معينة هدفا لهذه الوظيفة، أو أن المراجعة المحددة غير موجودة، أو أنك تحاول إخفاء المراجعة الحالية.\";'),('ar','messages:revdelete-nooldid-title','s:50:\"ar:النسخة المطلوبة غير محددة\";'),('ar','messages:revdelete-offender','s:29:\"ar:مؤلف المراجعة:\";'),('ar','messages:revdelete-only-restricted','s:212:\"ar:خطأ إخفاء العنصر المؤرخ $2, $1: لا تستطيع تنحية العناصر من عرض الإداريين بدون أن تحدد أيضا إحدى خيارات التنحية الأخرى.\";'),('ar','messages:revdelete-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('ar','messages:revdelete-radio-same','s:18:\"ar:(لا تغير)\";'),('ar','messages:revdelete-radio-set','s:11:\"ar:مخفي\";'),('ar','messages:revdelete-radio-unset','s:11:\"ar:مرئي\";'),('ar','messages:revdelete-reason-dropdown','s:182:\"ar:* أسباب حذف عامة\n** خرق لحقوق النشر\n** تعليق غير ملائم\n** اسم مستخدم غير ملائم\n** معلومات تشهيرية محتملة\";'),('ar','messages:revdelete-reason-dropdown-suppress','s:93:\"ar:*أسباب الإخفاء الشائعة\n** معلومات شخصية غير مناسبة\";'),('ar','messages:revdelete-reasonotherlist','s:16:\"ar:سبب آخر\";'),('ar','messages:revdelete-restricted','s:50:\"ar:طبق الضوابط لمديري النظام\";'),('ar','messages:revdelete-selected-file','s:120:\"ar:{{PLURAL:$1|النسخة المختارة من الملف|النسخ المختارة من الملف}} لـ [[:$2]]:\";'),('ar','messages:revdelete-selected-text','s:69:\"ar:{{PLURAL:$1|نسخة مختارة|نسخ مختارة}} ل[[:$2]]:\";'),('ar','messages:revdelete-show-file-confirm','s:143:\"ar:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('ar','messages:revdelete-show-file-submit','s:9:\"ar:نعم\";'),('ar','messages:revdelete-show-no-access','s:156:\"ar:خطأ في إظهار العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('ar','messages:revdelete-submit','s:147:\"ar:تطبيق على {{PLURAL:$1||المراجعة المختارة|المراجعتين المختارتين|المراجعات المختارة}}\";'),('ar','messages:revdelete-success','s:66:\"ar:حُدِّث مستوى رؤية المراجعات بنجاح.\";'),('ar','messages:revdelete-summary-hid','s:35:\"ar:ملخص التحرير مخفي\";'),('ar','messages:revdelete-summary-unhid','s:42:\"ar:ملخص التحرير غير مخفي\";'),('ar','messages:revdelete-suppress','s:70:\"ar:أخف البيانات عن مديري النظام والبقية\";'),('ar','messages:revdelete-suppress-text','s:339:\"ar:ينبغي للإخفاء أن يستخدم <strong>فقط</strong> في الحالات التالية:\n* معلومات يحتمل أن تكون تشهيرية\n* معلومات شخصية غير ملائمة\n*: <em>عناوين المنازل وأرقام الهواتف وأرقام الهويات الوطنية إلى آخره.</em>\";'),('ar','messages:revdelete-text-file','s:165:\"ar:ستبقى نسخ الملف المحذوفة تظهر في تاريخ الملف، ولكن جزءاً من مضمونها لن تكون متاحة للعموم.\";'),('ar','messages:revdelete-text-others','s:179:\"ar:سيتمكن الإداريون الآخرون من الوصول إلى المحتوى المخفي وإلغاء حذفه مجددا، ما لم تطبق قيود إضافية.\";'),('ar','messages:revdelete-text-text','s:172:\"ar:المراجعات المحذوفة ستظل تظهر في تاريخ الصفحة، ولكن أجزاءا من محتواها سيكون محجوبا عن الجميع.\";'),('ar','messages:revdelete-uname-hid','s:35:\"ar:اسم المستخدم مخفي\";'),('ar','messages:revdelete-uname-unhid','s:42:\"ar:اسم المستخدم غير مخفي\";'),('ar','messages:revdelete-unrestricted','s:52:\"ar:أزال الضوابط لمديري النظام\";'),('ar','messages:revdelete-unsuppress','s:69:\"ar:إزالة القيود من المراجعات المسترجعة\";'),('ar','messages:reverted','s:35:\"ar:استرجع لنسخة أقدم\";'),('ar','messages:revertmerge','s:24:\"ar:إلغاء الدمج\";'),('ar','messages:revertmove','s:15:\"ar:استرجع\";'),('ar','messages:revertpage','s:134:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]]) حتى آخر مراجعة ل[[User:$1|$1]]\";'),('ar','messages:revertpage-anon','s:117:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] حتى آخر مراجعة بواسطة [[User:$1|$1]]\";'),('ar','messages:revertpage-nouser','s:110:\"ar:استرجع تعديلات مستخدم مخفي حتى آخر مراجعة ل{{GENDER:$1|[[User:$1|$1]]}}\";'),('ar','messages:revid','s:22:\"ar:المراجعة $1\";'),('ar','messages:revision-info','s:50:\"ar:مراجعة $1 بواسطة {{GENDER:$6|$2}}$7\";'),('ar','messages:revision-info-current','s:4:\"en:-\";'),('ar','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ar','messages:revisionasof','s:18:\"ar:مراجعة $1\";'),('ar','messages:revisiondelete','s:43:\"ar:حذف/استرجاع المراجعات\";'),('ar','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ar','messages:right-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('ar','messages:right-applychangetags','s:93:\"ar:تطبيق [[Special:Tags|الوسوم]]  مع التغييرات التي أجريتها.\";'),('ar','messages:right-autoconfirmed','s:53:\"ar:غير متأثر بحدود معدل الآيبي\";'),('ar','messages:right-autocreateaccount','s:76:\"ar:تسجيل الدخول باستخدام حساب مستخدم خارجي\";'),('ar','messages:right-autopatrol','s:86:\"ar:التعليم على تعديلات المستخدم كمراجعة تلقائيا\";'),('ar','messages:right-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('ar','messages:right-block','s:65:\"ar:منع المستخدمين الآخرين من التعديل\";'),('ar','messages:right-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('ar','messages:right-bot','s:49:\"ar:تعامل كعملية أوتوماتيكية\";'),('ar','messages:right-browsearchive','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('ar','messages:right-changetags','s:105:\"ar:إضافة وإزالة [[Special:Tags|وسوم]] في مراجعات ومدخلات سجل فردية\";'),('ar','messages:right-createaccount','s:50:\"ar:إنشاء حسابات مستخدم جديدة\";'),('ar','messages:right-createpage','s:68:\"ar:إنشاء الصفحات (التي ليست صفحات نقاش)\";'),('ar','messages:right-createtalk','s:37:\"ar:إنشاء صفحات النقاش\";'),('ar','messages:right-delete','s:24:\"ar:حذف الصفحات\";'),('ar','messages:right-delete-redirect','s:85:\"ar:حذف حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('ar','messages:right-deletechangetags','s:72:\"ar:حذف [[Special:Tags|الوسوم]] من قاعدة البيانات\";'),('ar','messages:right-deletedhistory','s:97:\"ar:رؤية مدخلات التاريخ المحذوفة، بدون نصوصها المصاحبة\";'),('ar','messages:right-deletedtext','s:97:\"ar:عرض النص المحذوف والتغييرات بين المراجعات المحذوفة\";'),('ar','messages:right-deletelogentry','s:60:\"ar:حذف وإلغاء حذف مدخلات سجل معينة\";'),('ar','messages:right-deleterevision','s:72:\"ar:حذف واسترجاع مراجعات معينة من الصفحات\";'),('ar','messages:right-edit','s:28:\"ar:تعديل الصفحات\";'),('ar','messages:right-editcontentmodel','s:40:\"ar:عدل طريقة محتوى صفحة\";'),('ar','messages:right-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('ar','messages:right-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('ar','messages:right-editmyprivateinfo','s:114:\"ar:تعديل بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('ar','messages:right-editmyusercss','s:54:\"ar:تعديل ملفات CSS للمستخدم نفسه\";'),('ar','messages:right-editmyuserjs','s:69:\"ar:تعديل ملفات جافاسكربت للمستخدم نفسه\";'),('ar','messages:right-editmyuserjson','s:59:\"ar:تعديل ملفات جسون للمستخدم نفسه\";'),('ar','messages:right-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('ar','messages:right-editmywatchlist','s:147:\"ar:حرر قائمة مراقبتك. لاحظ أن بعض الإجراءات لا تزال تضيف الصفحات حتى بدون هذا الحق.\";'),('ar','messages:right-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('ar','messages:right-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('ar','messages:right-editsitecss','s:48:\"ar:تعديل CSS على مستوى الموقع\";'),('ar','messages:right-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('ar','messages:right-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('ar','messages:right-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('ar','messages:right-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('ar','messages:right-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('ar','messages:right-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('ar','messages:right-import','s:59:\"ar:استيراد الصفحات من ويكيات أخرى\";'),('ar','messages:right-importupload','s:55:\"ar:استيراد الصفحات من ملف مرفوع\";'),('ar','messages:right-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي، المنع التلقائي ومنع النطاق\";'),('ar','messages:right-managechangetags','s:56:\"ar:إنشاء وتعطيل [[Special:Tags|الوسوم]]\";'),('ar','messages:right-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('ar','messages:right-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('ar','messages:right-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('ar','messages:right-minoredit','s:56:\"ar:التعليم على التعديلات كطفيفة\";'),('ar','messages:right-move','s:24:\"ar:نقل الصفحات\";'),('ar','messages:right-move-categorypages','s:35:\"ar:نقل صفحات التصنيف\";'),('ar','messages:right-move-rootuserpages','s:58:\"ar:نقل صفحات المستخدمين الأساسية\";'),('ar','messages:right-move-subpages','s:59:\"ar:نقل الصفحات مع صفحاتها الفرعية\";'),('ar','messages:right-movefile','s:24:\"ar:نقل الملفات\";'),('ar','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ar','messages:right-nominornewtalk','s:126:\"ar:عدم جعل التعديلات الطفيفة لصفحات النقاش تظهر برواز الرسائل الجديدة\";'),('ar','messages:right-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('ar','messages:right-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('ar','messages:right-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('ar','messages:right-patrol','s:73:\"ar:تعليم تعديلات الآخرين بعلامة المراجعة\";'),('ar','messages:right-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('ar','messages:right-protect','s:86:\"ar:تغيير مستويات الحماية وتعديل الصفحات المحمية\";'),('ar','messages:right-purge','s:46:\"ar:تحديث كاش الموقع للصفحة\";'),('ar','messages:right-read','s:28:\"ar:قراءة الصفحات\";'),('ar','messages:right-reupload','s:42:\"ar:الكتابة على ملف موجود\";'),('ar','messages:right-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('ar','messages:right-reupload-shared','s:94:\"ar:الرفع على الملفات في مستودع الملفات المشترك محليا\";'),('ar','messages:right-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('ar','messages:right-sendemail','s:85:\"ar:إرسال رسائل بريد إلكتروني إلى مستخدمين آخرين\";'),('ar','messages:right-siteadmin','s:53:\"ar:غلق ورفع غلق قاعدة البيانات\";'),('ar','messages:right-suppressionlog','s:39:\"ar:رؤية السجلات السرية\";'),('ar','messages:right-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('ar','messages:right-suppressrevision','s:95:\"ar:مراجعة واسترجاع المراجعات المخفية عن مديري النظام\";'),('ar','messages:right-unblockself','s:38:\"ar:رفع المنع عن أنفسهم\";'),('ar','messages:right-undelete','s:26:\"ar:استرجاع صفحة\";'),('ar','messages:right-unwatchedpages','s:63:\"ar:رؤية قائمة بالصفحات غير المراقبة\";'),('ar','messages:right-upload','s:24:\"ar:رفع الملفات\";'),('ar','messages:right-upload_by_url','s:41:\"ar:رفع ملف من عنوان مسار\";'),('ar','messages:right-userrights','s:54:\"ar:تعديل كل صلاحيات المستخدمين\";'),('ar','messages:right-userrights-interwiki','s:101:\"ar:تعديل صلاحيات المستخدم للمستخدمين في الويكيات الأخرى\";'),('ar','messages:right-viewmyprivateinfo','s:118:\"ar:استعراض بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('ar','messages:right-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('ar','messages:right-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('ar','messages:right-writeapi','s:36:\"ar:استخدام API للكتابة\";'),('ar','messages:rightslog','s:45:\"ar:سجل صلاحيات المستخدمين\";'),('ar','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ar','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ar','messages:rightslogentry-temporary-group','s:28:\"ar:$1 (مؤقت، حتى $2)\";'),('ar','messages:rightslogtext','s:79:\"ar:هذا سجل بالتغييرات في صلاحيات المستخدمين.\";'),('ar','messages:rightsnone','s:16:\"ar:(لا شيء)\";'),('ar','messages:rollback','s:41:\"ar:التراجع عن التعديلات\";'),('ar','messages:rollback-confirmation-confirm','s:29:\"ar:يُرجى التأكيد:\";'),('ar','messages:rollback-confirmation-no','s:13:\"ar:إلغاء\";'),('ar','messages:rollback-confirmation-yes','s:17:\"ar:استرجاع\";'),('ar','messages:rollback-missingparam','s:60:\"ar:محددات مطلوبة مفقودة عند الطلب.\";'),('ar','messages:rollback-missingrevision','s:67:\"ar:غير قادر على تحميل بيانات المراجعة.\";'),('ar','messages:rollback-success','s:110:\"ar:تم استرجاع تعديلات {{GENDER:$3|$1}}، حتى آخر نسخة بواسطة {{GENDER:$4|$2}}.\";'),('ar','messages:rollbackfailed','s:35:\"ar:لم ينجح الاسترجاع\";'),('ar','messages:rollbacklink','s:15:\"ar:استرجع\";'),('ar','messages:rollbacklinkcount','s:135:\"ar:استرجع {{PLURAL:$1|لا تعديلات|تعديلا واحدا|تعديلين|$1 تعديلات|$1 تعديلاً|تعديل}}\";'),('ar','messages:rollbacklinkcount-morethan','s:132:\"ar:استرجاع أكثر من {{PLURAL:$1|تعديل|تعديل|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('ar','messages:rotate-comment','s:138:\"ar:تدوير الصورة  {{PLURAL:$1||درجة واحدة|درجتان|$1 درجات|$1 درجة}} باتجاه عقارب الساعة\";'),('ar','messages:sat','s:9:\"ar:سبت\";'),('ar','messages:saturday','s:13:\"ar:السبت\";'),('ar','messages:saturday-at','s:36:\"ar:يوم السبت الساعة $1\";'),('ar','messages:savearticle','s:22:\"ar:حفظ الصفحة\";'),('ar','messages:savearticle-start','s:25:\"ar:حفظ الصفحة…\";'),('ar','messages:savechanges','s:28:\"ar:حفظ التغييرات\";'),('ar','messages:savechanges-start','s:31:\"ar:حفظ التغييرات...\";'),('ar','messages:savedprefs','s:32:\"ar:تم حفظ تفضيلاتك.\";'),('ar','messages:savedrights','s:101:\"ar:حُفظت المجموعات الجديدة {{GENDER:$1|للمستخدم|للمستخدمة}} $1.\";'),('ar','messages:savefile','s:20:\"ar:حفظ الملف\";'),('ar','messages:saveprefs','s:9:\"ar:حفظ\";'),('ar','messages:saveusergroups','s:74:\"ar:حفظ مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:scarytranscludedisabled','s:51:\"ar:[التضمين بالإنترويكي معطل]\";'),('ar','messages:scarytranscludefailed','s:45:\"ar:[البحث عن القالب فشل ل$1]\";'),('ar','messages:scarytranscludefailed-httpstatus','s:48:\"ar:[فشل جلب القالب لـ $1: HTTP $2]\";'),('ar','messages:scarytranscludetoolong','s:39:\"ar:[المسار طويل للغاية]\";'),('ar','messages:search','s:9:\"ar:بحث\";'),('ar','messages:search-category','s:22:\"ar:(التصنيف $1)\";'),('ar','messages:search-error','s:47:\"ar:حدث خطأ ما أثناء البحث: $1\";'),('ar','messages:search-external','s:20:\"ar:بحث خارجي\";'),('ar','messages:search-file-match','s:37:\"ar:(يطابق محتوى الملف)\";'),('ar','messages:search-filter-title-prefix','s:83:\"ar:البحث فقط في الصفحات التي يبدأ عنوانها بـ \"$1\"\";'),('ar','messages:search-filter-title-prefix-reset','s:42:\"ar:البحث في جميع الصفحات\";'),('ar','messages:search-ignored-headings','s:752:\"ar:# <!-- اترك هذا السطر كما هو --> <pre>\n# سيتم تجاهل الترويسات خلال عملية البحث\n#التغييرات ستأخذ مجراها ما أن يتم فهرسة الصفحة التي تحتوي على ترويسات\n# يمكنك فرض عملية فهرسة الصفحة من خلال تعديل فارغ\n# الصيغة هي كالأتي:\n# * كل ما يكتب بعد \"#\" إلى آخر السطر يعتبر تعليق\n# * كل سطر غير فارغ سيكون العنوان الذي سيتم تجاهله (سيأخذ العنوان كما هو بالضبط بالتشكيل وخلافه)\nالمراجع\nالوصلات الخارجية\nانظر أيضا\n#</pre><!--أترك هذا السطر كما هو -->\";'),('ar','messages:search-interwiki-custom','s:3:\"en:\";'),('ar','messages:search-interwiki-more','s:17:\"ar:(المزيد)\";'),('ar','messages:search-interwiki-more-results','s:35:\"ar:المزيد من النتائج\";'),('ar','messages:search-interwiki-resultset-link','s:35:\"ar:مشاهدة كل النتائج\";'),('ar','messages:search-invalid-sort-order','s:144:\"ar:ترتيب فرز $1 غير معروفP سيتم تطبيق الفرز الافتراضي، ترتيبات الفرز الصالحة هي: $2\";'),('ar','messages:search-match-redirect-help','s:145:\"ar:حدد هذا الخيار لإعادة توجيهك إلى صفحة عندما يتطابق عنوان الصفحة مع ما بحثت عنه\";'),('ar','messages:search-match-redirect-label','s:74:\"ar:التحويل إلى التطابقات التامة عند البحث\";'),('ar','messages:search-nonefound','s:58:\"ar:لا توجد نتائج تطابق الاستعلام.\";'),('ar','messages:search-nonefound-thiswiki','s:83:\"ar:لا توجد نتائج تطابق الاستعلام في هذا الموقع.\";'),('ar','messages:search-redirect','s:25:\"ar:(تحويلة من $1)\";'),('ar','messages:search-relatedarticle','s:15:\"ar:مرتبطة\";'),('ar','messages:search-result-category-size','s:379:\"ar:{{PLURAL:$1|لا أعضاء|عضو واحد|عضوان|$1 أعضاء|$1 عضوًا|$1 عضو}} ({{PLURAL:$2|لا تصانيف فرعية|تصنيف فرعي واحد|تصنيفان فرعيان|$2 تصنيفات فرعية|$2 تصنيفًا فرعيًا|$2 تصنيف فرعي}} و{{PLURAL:$3|لا ملفات|ملف واحد|ملفان|$3 ملفات|$3 ملفًا|$3 ملف}})\";'),('ar','messages:search-result-size','s:96:\"ar:$1 ({{PLURAL:$2|لا كلمات|كلمة واحدة|كلمتان|$2 كلمات|$2 كلمة}})\";'),('ar','messages:search-rewritten','s:85:\"ar:إظهار النتائج ل$1،  لم يتم العثور على نتائج ل$2.\";'),('ar','messages:search-section','s:14:\"ar:(قسم $1)\";'),('ar','messages:search-showingresults','s:148:\"ar:{{PLURAL:$4|النتائج <strong>$1</strong> من <strong>$3</strong>|النتائج <strong>$1 - $2</strong> من أصل <strong>$3</strong>}}\";'),('ar','messages:search-suggest','s:17:\"ar:أتقصد: $1\";'),('ar','messages:search-summary','s:3:\"en:\";'),('ar','messages:search-unknown-profile','s:137:\"ar:لم يتم التعرف على ملف تعريف البحث $1؛ سيتم تطبيق ملف تعريف البحث الافتراضي.\";'),('ar','messages:search-warning','s:42:\"ar:حدث خطأ أثناء البحث: $1\";'),('ar','messages:searchall','s:11:\"ar:الكل\";'),('ar','messages:searcharticle','s:11:\"ar:اذهب\";'),('ar','messages:searchbutton','s:9:\"ar:بحث\";'),('ar','messages:searchdisabled','s:206:\"ar:البحث في {{SITENAME}} معطل.\nيمكنك البحث من خلال جوجل في الوقت الحالي.\nلاحظ أن فهارسه لمحتوى {{SITENAME}} ربما تكون غير محدثة.\";'),('ar','messages:searchlimit-help','s:30:\"ar:العدد الأقصى: $1\";'),('ar','messages:searchlimit-label','s:79:\"ar:عدد نتائج البحث المراد إظهارها في كل صفحة:\";'),('ar','messages:searchmenu-exists','s:135:\"ar:توجد صفحة اسمها «[[:$1]]» على {{SITENAME}}. {{PLURAL:$2|0=|انظر أيضا نتائج البحث الأخرى.}}\";'),('ar','messages:searchmenu-new','s:201:\"ar:أنشئ الصفحة «[[:$1]]» في هذه الويكي. {{PLURAL:$2|0=|انظر أيضا الصفحة التي وجدت بالبحث.|انظر أيضا نتائج البحث التي وجدت.}}\";'),('ar','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ar','messages:searchprofile-advanced','s:13:\"ar:متقدم\";'),('ar','messages:searchprofile-advanced-tooltip','s:48:\"ar:ابحث في النطاقات المخصصة\";'),('ar','messages:searchprofile-articles','s:28:\"ar:صفحات المحتوى\";'),('ar','messages:searchprofile-articles-tooltip','s:19:\"ar:ابحث في $1\";'),('ar','messages:searchprofile-everything','s:11:\"ar:الكل\";'),('ar','messages:searchprofile-everything-tooltip','s:73:\"ar:ابحث في كل المحتوى (شاملا صفحات النقاش)\";'),('ar','messages:searchprofile-images','s:34:\"ar:الوسائط المتعددة\";'),('ar','messages:searchprofile-images-tooltip','s:31:\"ar:ابحث عن الملفات\";'),('ar','messages:searchrelated','s:15:\"ar:مرتبطة\";'),('ar','messages:searchresults','s:24:\"ar:نتائج البحث\";'),('ar','messages:searchresults-title','s:36:\"ar:نتائج البحث عن «$1»\";'),('ar','messages:searchresultshead','s:9:\"ar:بحث\";'),('ar','messages:searchsuggest-containing','s:51:\"ar:ابحث عن الصفحات التي تحتوي\";'),('ar','messages:searchsuggest-search','s:29:\"ar:ابحث في {{SITENAME}}\";'),('ar','messages:seconds','s:82:\"ar:{{PLURAL:$1||ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}}\";'),('ar','messages:seconds-abbrev','s:7:\"ar:$1ث\";'),('ar','messages:seconds-ago','s:46:\"ar:قبل {{PLURAL:$1|ثانية|$1 ثوان}}\";'),('ar','messages:sectioneditnotsupported-text','s:128:\"ar:تعديل الأقسام غير مدعوم في هذه الصفحة أو معطل في طريقة العرض الحالية.\";'),('ar','messages:sectioneditnotsupported-title','s:46:\"ar:تعديل الأقسام غير مدعوم\";'),('ar','messages:selfmove','s:82:\"ar:العنوان هو نفسه؛\nلا يمكن نقل صفحة على نفسها.\";'),('ar','messages:selfredirect','s:313:\"ar:<strong>تحذير:</strong> أنت تقوم بتحويل الصفحة إلى نفسها.\nربما حددت الهدف الخطأ للتحويلة أو أنك تقوم بتحرير الصفحة الخطأ.\n\nإذا نقرت على «$1» مرة أخرى، سيتم إنشاء التحويلة رغم الخطأ.\";'),('ar','messages:semicolon-separator','s:10:\"ar:؛&#32;\";'),('ar','messages:semiprotectedpagemovewarning','s:231:\"ar:<strong>ملاحظة:</strong> هذه الصفحة تمت حمايتها ليتمكن المستخدمون المؤكون تلقائيا وحدهم من نقلها،\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ar','messages:semiprotectedpagewarning','s:230:\"ar:<strong>ملاحظة:</strong> هذه الصفحة محمية بحيث يمكن للمستخدمين المؤكدين تلقائيًّا فقط تعديلها،\nأحدث مدخلة سجل معروضة بالأسفل كمرجع:\";'),('ar','messages:sep','s:15:\"ar:سبتمبر\";'),('ar','messages:september','s:15:\"ar:سبتمبر\";'),('ar','messages:september-gen','s:15:\"ar:سبتمبر\";'),('ar','messages:servertime','s:23:\"ar:وقت الخادم:\";'),('ar','messages:session_fail_preview','s:525:\"ar:عذرا! لم نتمكن من حفظ التعديلات التي قمت بها نتيجة لضياع بيانات هذه الجلسة.\n\nربما تكون قد تم تسجيل خروجك. <strong>من فضلك تأكد من أنك مسجل الدخول وحاول مرة أخرى</strong>.\nفي حال استمرار المشكلة حاول أن تقوم [[Special:UserLogout|بالخروج]] ومن ثم الولوج مرة أخرى. و تأكد من أن متصفحك يسمح بالكوكيز من  هذا الموقع.\";'),('ar','messages:session_fail_preview_html','s:605:\"ar:عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\n\n<em>لأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.</em>\n\n<strong>إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.</strong>\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا. و تأكد من أن متصفحك يسمح بالكوكيز من هذا الموقع.\";'),('ar','messages:sessionfailure','s:253:\"ar:يبدو أنه هناك مشكلة في جلسة الدخول الخاصة بك؛\nلذلك فقد ألغيت هذه العملية كإجراء احترازي ضد الاختراق.\nمن فضلك أعد إرسال الاستمارة مرة أخرى.\";'),('ar','messages:sessionfailure-title','s:27:\"ar:فشل في الجلسة\";'),('ar','messages:sessionmanager-tie','s:67:\"ar:لا يمكن جمع أنواع استيثاق متعددة: $1.\";'),('ar','messages:sessionprovider-generic','s:16:\"ar:جلسات $1\";'),('ar','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:83:\"ar:جلسات قائمة على ملفات تعريف الارتباط (كوكيز)\";'),('ar','messages:sessionprovider-nocookies','s:130:\"ar:قد يتم تعطيل الكوكيز. تأكد من تمكين ملفات تعريف الأرتباط وأبد مرةأخرى.\";'),('ar','messages:shared-repo','s:26:\"ar:مستودع مشترك\";'),('ar','messages:shared-repo-from','s:10:\"ar:من $1\";'),('ar','messages:shared-repo-name-wikimediacommons','s:32:\"ar:ويكيميديا كومنز\";'),('ar','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ar','messages:sharedupload','s:100:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\";'),('ar','messages:sharedupload-desc-create','s:161:\"ar:هذا ملف من $1 وقد يكون مستخدما في مشاريع أخرى.\nيمكن لك أن تعدل وصف الملف في [$2  صفحته] هناك.\";'),('ar','messages:sharedupload-desc-edit','s:161:\"ar:هذا ملف من $1 وقد يكون مستخدما في مشاريع أخرى.\nيمكن لك أن تعدل وصف الملف في [$2  صفحته] هناك.\";'),('ar','messages:sharedupload-desc-here','s:186:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\nالوصف على [$2 صفحة وصف الملف] هناك معروض بالأسفل.\";'),('ar','messages:sharedupload-desc-there','s:191:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\nمن فضلك انظر [$2 صفحة وصف الملف] لمزيد من المعلومات.\";'),('ar','messages:shortpages','s:24:\"ar:صفحات قصيرة\";'),('ar','messages:shortpages-summary','s:3:\"en:\";'),('ar','messages:show','s:11:\"ar:أظهر\";'),('ar','messages:show-big-image','s:26:\"ar:الملف الأصلي\";'),('ar','messages:show-big-image-other','s:102:\"ar:{{PLURAL:$2||البعد الآخر|البعدان الآخران|الأبعاد الأخرى}}: $1.\";'),('ar','messages:show-big-image-preview','s:38:\"ar:حجم هذه المعاينة: $1.\";'),('ar','messages:show-big-image-preview-differ','s:75:\"ar:حجم معاينة $3 لذلك الملف ذي الامتداد $2: $1.\";'),('ar','messages:show-big-image-size','s:20:\"ar:$1 × $2 بكسل\";'),('ar','messages:showdiff','s:28:\"ar:عرض التغييرات\";'),('ar','messages:showhideselectedlogentries','s:59:\"ar:غير رؤية مدخلات السجل المختارة\";'),('ar','messages:showhideselectedversions','s:54:\"ar:أظهر/أخف المراجعات المختارة\";'),('ar','messages:showingresults','s:114:\"ar:معروض بالأسفل {{PLURAL:$1|<strong>1</strong> نتيجة}} بدءا من رقم <strong>$2</strong>.\";'),('ar','messages:showingresultsinrange','s:186:\"ar:بالأسفل {{PLURAL:$1|نتيجة واحدة|<strong>$1</strong> نتائج|<strong>$1</strong> نتيجة}} في النطاق من <strong>$2</strong> إلى <strong>$3</strong>.\";'),('ar','messages:shown-title','s:64:\"ar:عرض $1 {{PLURAL:$1|نتيجة|نتيجة}} لكل صفحة\";'),('ar','messages:showpreview','s:24:\"ar:أظهر معاينة\";'),('ar','messages:showtoc','s:11:\"ar:أظهر\";'),('ar','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ar','messages:sig-text','s:7:\"en:--$1\";'),('ar','messages:signature','s:59:\"ar:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|نقاش]])\";'),('ar','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ar','messages:signature-temp','s:74:\"ar:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|نقاش]])\";'),('ar','messages:signupend','s:3:\"en:\";'),('ar','messages:signupend-https','s:3:\"en:\";'),('ar','messages:signupstart','s:3:\"en:\";'),('ar','messages:simpleantispam-label','s:77:\"ar:اختبار ضد السُّخام.\n<strong>لا</strong> تملأ هذا!\";'),('ar','messages:site-atom-feed','s:27:\"ar:تلقيمة أتوم $1\";'),('ar','messages:site-rss-feed','s:33:\"ar:تلقيمة آر إس إس $1\";'),('ar','messages:sitecsspreview','s:128:\"ar:<strong>تذكّر أنك في وضع المعاينة فقط لصفحة CSS هذه. \nفهي لم تُنشر بعد!</strong>\";'),('ar','messages:sitecssprotected','s:117:\"ar:ليس لديك صلاحية تعديل صفحة CSS هذه لأنها قد تؤثر على جميع الزوار.\";'),('ar','messages:sitejsonpreview','s:135:\"ar:<strong>تذكّر أنك في وضع المعاينة فقط لتهيئة جسون هذه،\nفهي لم تُنشر بعد!</strong>\";'),('ar','messages:sitejsonprotected','s:122:\"ar:ليس لديك صلاحية تعديل صفحة جسون هذه لأنها قد تؤثر على جميع الزوار.\";'),('ar','messages:sitejspreview','s:138:\"ar:<strong>تذكر أنك في وضع المعاينة فقط لكود جافاسكربت هذا.\nفهو لم يُنشر بعد!</strong>\";'),('ar','messages:sitejsprotected','s:135:\"ar:ليس لديك صلاحية تعديل صفحة جافا سكريبت هذه لأنها قد تؤثر على جميع الزوار.\";'),('ar','messages:sitenotice','s:4:\"en:-\";'),('ar','messages:siterawhtmlprotected','s:174:\"ar:ليس لديك صلاحية لتعديل هذه الصفحة لأنها تحتوي على HTML خام ويمكن تعديله للتأثير على جميع الزوار.\";'),('ar','messages:sitesubtitle','s:3:\"en:\";'),('ar','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ar','messages:siteuser','s:31:\"ar:مستخدم {{SITENAME}} $1\";'),('ar','messages:siteusers','s:74:\"ar:{{PLURAL:$2|{{GENDER:$1|مستخدم}}|مستخدمو}} {{SITENAME}} $1\";'),('ar','messages:size-bytes','s:28:\"ar:$1 {{PLURAL:$1|بايت}}\";'),('ar','messages:size-exabytes','s:22:\"ar:$1 إكسابايت\";'),('ar','messages:size-exapixel','s:22:\"ar:$1 إكسابكسل\";'),('ar','messages:size-gigabytes','s:22:\"ar:$1 جيجابايت\";'),('ar','messages:size-gigapixel','s:22:\"ar:$1 غيغابكسل\";'),('ar','messages:size-kilobytes','s:22:\"ar:$1 كيلوبايت\";'),('ar','messages:size-kilopixel','s:22:\"ar:$1 كيلوبكسل\";'),('ar','messages:size-megabytes','s:22:\"ar:$1 ميجابايت\";'),('ar','messages:size-megapixel','s:24:\"ar:$1  ميغا بكسل\";'),('ar','messages:size-petabytes','s:22:\"ar:$1 بيتابايت\";'),('ar','messages:size-petapixel','s:22:\"ar:$1 بيتابكسل\";'),('ar','messages:size-pixel','s:28:\"ar:$1 {{PLURAL:$1|بكسل}}\";'),('ar','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ar','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ar','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ar','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ar','messages:size-terabytes','s:22:\"ar:$1 تيرابايت\";'),('ar','messages:size-terapixel','s:22:\"ar:$1 تيرابكسل\";'),('ar','messages:size-yottabytes','s:22:\"ar:$1 يوتابايت\";'),('ar','messages:size-yottapixel','s:22:\"ar:$1 يوتابكسل\";'),('ar','messages:size-zettabytes','s:22:\"ar:$1 زيبيبايت\";'),('ar','messages:size-zettapixel','s:22:\"ar:$1 زيتابكسل\";'),('ar','messages:skin-action-addsection','s:24:\"ar:أضف موضوعًا\";'),('ar','messages:skin-action-delete','s:11:\"ar:احذف\";'),('ar','messages:skin-action-move','s:11:\"ar:انقل\";'),('ar','messages:skin-action-protect','s:11:\"ar:احمِ\";'),('ar','messages:skin-action-undelete','s:20:\"ar:ألغ الحذف\";'),('ar','messages:skin-action-unprotect','s:24:\"ar:غير الحماية\";'),('ar','messages:skin-action-viewdeleted','s:14:\"ar:عرض $1؟\";'),('ar','messages:skin-action-viewsource','s:22:\"ar:عرض المصدر\";'),('ar','messages:skin-preview','s:18:\"ar:عرض مسبق\";'),('ar','messages:skin-view-create','s:11:\"ar:أنشئ\";'),('ar','messages:skin-view-create-local','s:33:\"ar:أضف وصفًا محليًا\";'),('ar','messages:skin-view-edit','s:11:\"ar:عدّل\";'),('ar','messages:skin-view-edit-local','s:33:\"ar:عدل الوصف المحلي\";'),('ar','messages:skin-view-foreign','s:19:\"ar:اعرض في $1\";'),('ar','messages:skin-view-history','s:13:\"ar:تاريخ\";'),('ar','messages:skin-view-view','s:11:\"ar:اقرأ\";'),('ar','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ar','messages:skinname-vector','s:33:\"ar:فكتور القديم (2010)\";'),('ar','messages:skinname-vector-2022','s:22:\"ar:فيكتور (2022)\";'),('ar','messages:slot-name-main','s:13:\"ar:رئيسي\";'),('ar','messages:softblockrangesreason','s:165:\"ar:المساهمات بدون تسجيل الدخول غير مسموح بها من عنوان الأيبي الخاص بك ($1). من فضلك سجل الدخول.\";'),('ar','messages:sorbs','s:27:\"ar:دي إن إس بي إل\";'),('ar','messages:sorbs_create_account_reason','s:171:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\nلا يمكنك إنشاء حساب.\";'),('ar','messages:sorbsreason','s:134:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\";'),('ar','messages:sort-ascending','s:17:\"ar:تصاعديا\";'),('ar','messages:sort-descending','s:17:\"ar:تنازليا\";'),('ar','messages:sort-initial','s:30:\"ar:الترتيب الأصلي\";'),('ar','messages:sort-rowspan-error','s:217:\"ar:تحتوي هذه الصفحة على جدول بسمة rowspan تمتد صفوفا أكثر مما يحتوي عليه الجدول بالفعل. يمكنك إصلاح هذا عن طريق تحرير الصفحة.\";'),('ar','messages:sourcefilename','s:30:\"ar:اسم ملف المصدر:\";'),('ar','messages:sourceurl','s:25:\"ar:مسار المصدر:\";'),('ar','messages:sp-contributions-blocked-notice','s:140:\"ar:{{GENDER:$1|هذا المستخدم}} ممنوع حاليا.\nآخر مدخلة في سجل المنع موجودة أدناه كمرجع:\";'),('ar','messages:sp-contributions-blocked-notice-anon','s:126:\"ar:عنوان الأيبي هذا ممنوع حاليا.\nآخر مدخلة لسجل المنع معروضة هنا كمرجع:\";'),('ar','messages:sp-contributions-blocked-notice-anon-partial','s:150:\"ar:عنوان الأيبي هذا ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('ar','messages:sp-contributions-blocked-notice-partial','s:143:\"ar:هذا المستخدم ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('ar','messages:sp-contributions-blocklog','s:20:\"ar:سجل المنع\";'),('ar','messages:sp-contributions-concurrency-ip','s:176:\"ar:عذرا، يتم تقديم الكثير من الطلبات من عنوان الآيبي الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('ar','messages:sp-contributions-concurrency-user','s:178:\"ar:عذرا، يتم تقديم الكثير من الطلبات من حساب المستخدم الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('ar','messages:sp-contributions-deleted','s:84:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المحذوفة\";'),('ar','messages:sp-contributions-explain','s:3:\"en:\";'),('ar','messages:sp-contributions-footer','s:4:\"en:-\";'),('ar','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ar','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ar','messages:sp-contributions-hideminor','s:43:\"ar:أخف التعديلات الطفيفة\";'),('ar','messages:sp-contributions-logs','s:13:\"ar:سجلات\";'),('ar','messages:sp-contributions-newonly','s:44:\"ar:أظهر إنشاء الصفحات فقط\";'),('ar','messages:sp-contributions-outofrange','s:127:\"ar:غير قادر على عرض أي نتائج. نطاق الأيبي المطلوب هو أكبر من حد CIDR وهو /$1.\";'),('ar','messages:sp-contributions-search','s:29:\"ar:بحث عن مساهمات\";'),('ar','messages:sp-contributions-submit','s:9:\"ar:بحث\";'),('ar','messages:sp-contributions-suppresslog','s:82:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المخفية\";'),('ar','messages:sp-contributions-talk','s:11:\"ar:نقاش\";'),('ar','messages:sp-contributions-toponly','s:44:\"ar:أظهر النسخ الحالية فقط\";'),('ar','messages:sp-contributions-uploads','s:17:\"ar:مرفوعات\";'),('ar','messages:sp-contributions-username','s:69:\"ar:عنوان بروتوكول إنترنت أو اسم مستخدم:\";'),('ar','messages:sp-contributions-userrights','s:78:\"ar:إدارة صلاحيات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:sp-deletedcontributions-contribs','s:17:\"ar:مساهمات\";'),('ar','messages:sp-newimages-showfrom','s:63:\"ar:أظهر الملفات الجديدة بدءا من $2، $1\";'),('ar','messages:spam_blanking','s:66:\"ar:كل النسخ احتوت على وصلات ل $1، إفراغ\";'),('ar','messages:spam_deleting','s:72:\"ar:جميع النسخ تحوي رابطا إلى $1، يتم الحذف\";'),('ar','messages:spam_reverting','s:68:\"ar:استرجاع آخر نسخة ليس بها وصلات إلى $1\";'),('ar','messages:spambot_username','s:41:\"ar:تنظيف سبام ميدياويكي\";'),('ar','messages:spamprotectionmatch','s:85:\"ar:النص التالي هو ما نشط مانع السبام الخاص بنا: $1\";'),('ar','messages:spamprotectiontext','s:178:\"ar:منع مرشح الإساءة النص الذي أردت نشره.\nهذا على الأرجح بسبب وصلة إلى موقع خارجي في القائمة السوداء.\";'),('ar','messages:spamprotectiontitle','s:44:\"ar:مرشح الحماية من السخام\";'),('ar','messages:special-characters-group-arabic','s:13:\"ar:عربية\";'),('ar','messages:special-characters-group-arabicextended','s:24:\"ar:عربية موسعة\";'),('ar','messages:special-characters-group-bangla','s:17:\"ar:بنغالية\";'),('ar','messages:special-characters-group-canadianaboriginal','s:20:\"ar:كندي أصلي\";'),('ar','messages:special-characters-group-cyrillic','s:17:\"ar:كيريلية\";'),('ar','messages:special-characters-group-devanagari','s:21:\"ar:ديوناكرية\";'),('ar','messages:special-characters-group-greek','s:17:\"ar:يونانية\";'),('ar','messages:special-characters-group-greekextended','s:28:\"ar:يونانية موسعة\";'),('ar','messages:special-characters-group-gujarati','s:17:\"ar:غجراتية\";'),('ar','messages:special-characters-group-hebrew','s:13:\"ar:عبرية\";'),('ar','messages:special-characters-group-ipa','s:24:\"ar:صوتية دولية\";'),('ar','messages:special-characters-group-khmer','s:15:\"ar:خميرية\";'),('ar','messages:special-characters-group-lao','s:13:\"ar:لاوية\";'),('ar','messages:special-characters-group-latin','s:17:\"ar:لاتينية\";'),('ar','messages:special-characters-group-latinextended','s:28:\"ar:لاتينية موسعة\";'),('ar','messages:special-characters-group-persian','s:15:\"ar:فارسية\";'),('ar','messages:special-characters-group-runes','s:26:\"ar:أبجدية رونية\";'),('ar','messages:special-characters-group-sinhala','s:17:\"ar:سنهالية\";'),('ar','messages:special-characters-group-symbols','s:11:\"ar:رموز\";'),('ar','messages:special-characters-group-tamil','s:17:\"ar:تاميلية\";'),('ar','messages:special-characters-group-telugu','s:17:\"ar:تيلوجية\";'),('ar','messages:special-characters-group-thai','s:19:\"ar:تايلندية\";'),('ar','messages:special-characters-title-emdash','s:24:\"ar:واصلة طويلة\";'),('ar','messages:special-characters-title-endash','s:24:\"ar:واصلة قصيرة\";'),('ar','messages:special-characters-title-minus','s:24:\"ar:علامة الطرح\";'),('ar','messages:specialdeletepage-page','s:34:\"ar:الصفحة المستهدفة\";'),('ar','messages:specialdeletepage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('ar','messages:specialeditpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('ar','messages:specialeditpage-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ar','messages:speciallogtitlelabel','s:85:\"ar:الهدف (عنوان أو {{ns:user}}:اسم المستخدم للمستخدم):\";'),('ar','messages:specialloguserlabel','s:16:\"ar:المؤدي:\";'),('ar','messages:specialmute','s:20:\"ar:كتم الصوت\";'),('ar','messages:specialmute-email-footer','s:124:\"ar:لإدارة تفضيلات البريد الإلكتروني للمستخدم {{BIDI:$2}}؛ تُرجَى زيارة <$1>\";'),('ar','messages:specialmute-error-invalid-user','s:76:\"ar:لا يمكن العثور على اسم المستخدم المطلوب.\";'),('ar','messages:specialmute-error-no-options','s:340:\"ar:ميزات كتم الصوت غير متوفرة. قد يكون هذا بسبب أنك لم تؤكد عنوان بريدك الإلكتروني، أو بسبب قيام إداري الويكي بتعطيل ميزات البريد الإلكتروني أو قائمة كتم صوت البريد الإلكتروني لهذه الويكي.\";'),('ar','messages:specialmute-header','s:108:\"ar:يُرجَى تحديد تفضيلات كتم الصوت للمستخدم <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ar','messages:specialmute-label-mute-email','s:123:\"ar:كتم رسائل البريد الإلكتروني من {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}\";'),('ar','messages:specialmute-login-required','s:97:\"ar:يُرجَى تسجيل الدخول لتغيير تفضيلات الصمت الخاصة بك.\";'),('ar','messages:specialmute-submit','s:13:\"ar:تأكيد\";'),('ar','messages:specialmute-success','s:162:\"ar:تم تحديث تفضيلات كتم الصوت بنجاح. شاهد كل المستخدمين الصامتين في [[Special:Preferences|تفضيلاتك]].\";'),('ar','messages:specialpage','s:20:\"ar:صفحة خاصة\";'),('ar','messages:specialpage-empty','s:52:\"ar:لا توجد نتائج لهذا التقرير.\";'),('ar','messages:specialpage-securitylevel-not-allowed','s:133:\"ar:عذرا، أنت غير مسموح لك باستخدام هذه الصفة لأن هويتك لا يمكن التحقق منها.\";'),('ar','messages:specialpage-securitylevel-not-allowed-title','s:25:\"ar:غير مسموح به\";'),('ar','messages:specialpagehistory-page','s:34:\"ar:الصفحة المستهدفة\";'),('ar','messages:specialpagehistory-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ar','messages:specialpageinfo-page','s:34:\"ar:الصفحة المستهدفة\";'),('ar','messages:specialpageinfo-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ar','messages:specialpages','s:30:\"ar:الصفحات الخاصة\";'),('ar','messages:specialpages-group-changes','s:47:\"ar:السجلات وأحدث التغييرات\";'),('ar','messages:specialpages-group-developer','s:30:\"ar:أدوات المطورين\";'),('ar','messages:specialpages-group-highuse','s:35:\"ar:صفحات استخدام عال\";'),('ar','messages:specialpages-group-login','s:33:\"ar:دخول / إنشاء حساب\";'),('ar','messages:specialpages-group-maintenance','s:30:\"ar:تقارير الصيانة\";'),('ar','messages:specialpages-group-media','s:56:\"ar:تقارير الميديا وعمليات الرفع\";'),('ar','messages:specialpages-group-other','s:31:\"ar:صفحات خاصة أخرى\";'),('ar','messages:specialpages-group-pages','s:28:\"ar:قوائم الصفحات\";'),('ar','messages:specialpages-group-pagetools','s:28:\"ar:أدوات الصفحات\";'),('ar','messages:specialpages-group-redirects','s:21:\"ar:التحويلات\";'),('ar','messages:specialpages-group-spam','s:26:\"ar:أدوات السبام\";'),('ar','messages:specialpages-group-users','s:44:\"ar:المستخدمون والصلاحيات\";'),('ar','messages:specialpages-group-wiki','s:36:\"ar:البيانات والأدوات\";'),('ar','messages:specialpages-note-cached','s:4:\"en:-\";'),('ar','messages:specialpages-note-restricted','s:116:\"ar:* صفحات خاصة عادية.\n* <span class=\"mw-specialpagerestricted\">صفحات خاصة مقيدة.</span>\";'),('ar','messages:specialpages-note-top','s:17:\"ar:المفتاح\";'),('ar','messages:specialpages-summary','s:3:\"en:\";'),('ar','messages:specialprotectpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('ar','messages:specialprotectpage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('ar','messages:specialpurge-page','s:34:\"ar:الصفحة المستهدفة\";'),('ar','messages:specialpurge-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ar','messages:statistics','s:17:\"ar:إحصاءات\";'),('ar','messages:statistics-articles','s:28:\"ar:صفحات المحتوى\";'),('ar','messages:statistics-articles-desc','s:3:\"en:\";'),('ar','messages:statistics-edits','s:63:\"ar:تعديلات الصفحات منذ تنصيب {{SITENAME}}\";'),('ar','messages:statistics-edits-average','s:48:\"ar:متوسط التعديلات لكل صفحة\";'),('ar','messages:statistics-files','s:34:\"ar:الملفات المرفوعة\";'),('ar','messages:statistics-files-desc','s:3:\"en:\";'),('ar','messages:statistics-footer','s:3:\"en:\";'),('ar','messages:statistics-header-edits','s:36:\"ar:إحصاءات التعديلات\";'),('ar','messages:statistics-header-hooks','s:26:\"ar:إحصاءات أخرى\";'),('ar','messages:statistics-header-pages','s:32:\"ar:إحصاءات الصفحات\";'),('ar','messages:statistics-header-users','s:38:\"ar:إحصاءات المستخدمين\";'),('ar','messages:statistics-pages','s:17:\"ar:الصفحات\";'),('ar','messages:statistics-pages-desc','s:125:\"ar:كل الصفحات في الويكي، بما في ذلك صفحات النقاش، التحويلات، إلى آخره.\";'),('ar','messages:statistics-summary','s:3:\"en:\";'),('ar','messages:statistics-users','s:32:\"ar:مستخدمون مسجلون\";'),('ar','messages:statistics-users-active','s:30:\"ar:مستخدمون نشطون\";'),('ar','messages:statistics-users-active-desc','s:142:\"ar:المستخدمون الذين قاموا بفعل في آخر {{PLURAL:$1|$1 يوم|يوم|يومين|$1 أيام|$1 يوما|$1 يوم}}\";'),('ar','messages:storedversion','s:30:\"ar:النسخة المخزنة\";'),('ar','messages:subcategories','s:28:\"ar:تصنيفات فرعية\";'),('ar','messages:subject','s:25:\"ar:موضوع/عنوان:\";'),('ar','messages:summary','s:12:\"ar:ملخص:\";'),('ar','messages:summary-preview','s:36:\"ar:معاينة ملخص تحرير:\";'),('ar','messages:sun','s:9:\"ar:أحد\";'),('ar','messages:sunday','s:13:\"ar:الأحد\";'),('ar','messages:sunday-at','s:36:\"ar:يوم الأحد الساعة $1\";'),('ar','messages:suppress','s:19:\"ar:أوفرسايت\";'),('ar','messages:suppressionlog','s:24:\"ar:سجل الإخفاء\";'),('ar','messages:suppressionlogtext','s:254:\"ar:بالأسفل قائمة بعمليات الحذف والمنع التي تتضمن محتوى مخفيا عن الإداريين.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لترى عمليات المنع القائمة الآن.\";'),('ar','messages:suspicious-userlogout','s:125:\"ar:رفض طلب خروجك لأنه يبدو كأنه أرسل عن طريق متصفح معطوب أو وسيط تخزين.\";'),('ar','messages:svg-long-desc','s:70:\"ar:ملف SVG، أبعاده $1 × $2 بكسل، حجم الملف: $3\";'),('ar','messages:svg-long-desc-animated','s:87:\"ar:ملف SVG متحرك، بمقاسات  $1  ×  $2  بكسل، حجم الملف: $3\";'),('ar','messages:svg-long-error','s:33:\"ar:ملف SVG غير صالح: $1\";'),('ar','messages:syntaxhighlight-desc','s:151:\"ar:يوفر تمييزا لتركيب <code>&lt;syntaxhighlight&gt;</code> باستخدام [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('ar','messages:syntaxhighlight-enclose-category','s:69:\"ar:الصفحات التي تستخدم سمات enclose مهجورة\";'),('ar','messages:syntaxhighlight-enclose-category-desc','s:104:\"ar:يستخدم إبراز بناء الجملة على الصفحة بناء جملة enclose مهمل.\";'),('ar','messages:syntaxhighlight-error-category','s:60:\"ar:صفحات بها أخطاء في تعليم الصيغة\";'),('ar','messages:syntaxhighlight-error-category-desc','s:121:\"ar:كان هناك خطأ عند محاولة لتسليط الضوء على الكود المدرجة في الصفحة.\";'),('ar','messages:syntaxhighlight-error-exceeds-size-limit','s:147:\"ar:يتجاوز حجم الكود البالغ $1 {{PLURAL:$1|بايت}} الحد الأقصى المسموح به وهو $2 {{PLURAL:$2|بايت}}\";'),('ar','messages:syntaxhighlight-error-pygments-invocation-failure','s:33:\"ar:فشل استدعاء Pygments\";'),('ar','messages:syntaxhighlight-error-unknown-language','s:34:\"ar:لغة غير معروفة \"$1\"\";'),('ar','messages:syntaxhighlight-source-category','s:82:\"ar:الصفحات التي تستخدم علامات المصدر الموقوفة\";'),('ar','messages:syntaxhighlight-source-category-desc','s:92:\"ar:يستخدم تسليط الضوء على الصفحة علامات مصدر مهجورة\";'),('ar','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:13:\"ar:الكود\";'),('ar','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:13:\"ar:اللغة\";'),('ar','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:16:\"ar:(لا شيء)\";'),('ar','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:37:\"ar:إظهار أرقام الخطوط\";'),('ar','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:27:\"ar:رقم سطر البدء\";'),('ar','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:14:\"ar:نص خام\";'),('ar','messages:systemblockedtext','s:429:\"ar:اسم المستخدم أو عنوان الأيبي الخاص بك تم منعه تلقائيا بواسطة ميدياويكي.\nالسبب المعطى هو:\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* نهاية المنع: $6\n* المقصود بالمنع: $7\n\nعنوان الأيبي الحالي الخاص بك هو $3.\nمن فضلك ضمن كل التفاصيل بالأعلى في أي استعلام تقوم به.\";'),('ar','messages:table_pager_empty','s:18:\"ar:لا نتائج\";'),('ar','messages:table_pager_first','s:28:\"ar:الصفحة الأولى\";'),('ar','messages:table_pager_last','s:30:\"ar:الصفحة الأخيرة\";'),('ar','messages:table_pager_limit','s:43:\"ar:اعرض $1 مدخلة في الصفحة\";'),('ar','messages:table_pager_limit_label','s:37:\"ar:العناصر في كل صفحة:\";'),('ar','messages:table_pager_limit_submit','s:11:\"ar:اذهب\";'),('ar','messages:table_pager_next','s:30:\"ar:الصفحة التالية\";'),('ar','messages:table_pager_prev','s:30:\"ar:الصفحة السابقة\";'),('ar','messages:tag-filter','s:42:\"ar:مرشح [[Special:Tags|الوسوم]]:\";'),('ar','messages:tag-filter-submit','s:11:\"ar:مرشح\";'),('ar','messages:tag-hidden','s:29:\"ar:$1 (علامة مخفية)\";'),('ar','messages:tag-list-wrapper','s:65:\"ar:[[Special:Tags|{{PLURAL:$1||وسم|وسمان|وسوم}}]]: $2\";'),('ar','messages:tag-mobile_edit','s:31:\"ar:تحرير من الجوال\";'),('ar','messages:tag-mobile_edit-description','s:48:\"ar:تحرير بواسطة موقع الجوال\";'),('ar','messages:tag-mobile_web_edit','s:29:\"ar:تعديل ويب جوال\";'),('ar','messages:tag-mobile_web_edit-description','s:58:\"ar:تعديل من موقع الويب في المحمول\";'),('ar','messages:tag-mw-blank','s:13:\"ar:إفراغ\";'),('ar','messages:tag-mw-blank-description','s:48:\"ar:التعديلات التي تفرغ صفحة\";'),('ar','messages:tag-mw-changed-redirect-target','s:39:\"ar:غُيَّر هدف التحويلة\";'),('ar','messages:tag-mw-changed-redirect-target-description','s:59:\"ar:التعديلات التي تغير هدف تحويلة\";'),('ar','messages:tag-mw-contentmodelchange','s:39:\"ar:تغيير موديل المحتوى\";'),('ar','messages:tag-mw-contentmodelchange-description','s:152:\"ar:التعديلات التي [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel تغير موديل المحتوى] لصفحة\";'),('ar','messages:tag-mw-manual-revert','s:22:\"ar:تراجع يدوي\";'),('ar','messages:tag-mw-manual-revert-description','s:89:\"ar:التعديلات التي تسترجع الصفحة يدويا لحالة سابقة\";'),('ar','messages:tag-mw-new-redirect','s:26:\"ar:تحويلة جديدة\";'),('ar','messages:tag-mw-new-redirect-description','s:103:\"ar:التعديلات التي تنشيء تحويلة جديدة أو تغير صفحة لتحويلة\";'),('ar','messages:tag-mw-removed-redirect','s:28:\"ar:أزال التحويلة\";'),('ar','messages:tag-mw-removed-redirect-description','s:92:\"ar:التعديلات التي تغير تحويلة موجودة إلى غير تحويلة\";'),('ar','messages:tag-mw-replace','s:15:\"ar:استبدل\";'),('ar','messages:tag-mw-replace-description','s:84:\"ar:التعديلات التي أزالت أكثر من 90% من محتوى صفحة\";'),('ar','messages:tag-mw-reverted','s:15:\"ar:مسترجع\";'),('ar','messages:tag-mw-reverted-description','s:86:\"ar:التعديلات التي جرى التراجع عنها في تعديل لاحق\";'),('ar','messages:tag-mw-rollback','s:17:\"ar:استرجاع\";'),('ar','messages:tag-mw-rollback-description','s:124:\"ar:التعديلات التي استرجعت التعديلات السابقة باستخدام وصلة الاسترجاع\";'),('ar','messages:tag-mw-server-side-upload','s:40:\"ar:رفع من طرف المُخدِّم\";'),('ar','messages:tag-mw-server-side-upload-description','s:87:\"ar:ملفات الوسائط المرفوعة عبر برنامج نصي للصيانة\";'),('ar','messages:tag-mw-undo','s:11:\"ar:رجوع\";'),('ar','messages:tag-mw-undo-description','s:113:\"ar:التعديلات التي ترجع عن التعديلات السابقة باستخدام وصلة رجوع\";'),('ar','messages:tagline','s:20:\"ar:من {{SITENAME}}\";'),('ar','messages:tags','s:43:\"ar:وسوم التغيير المفعّلة\";'),('ar','messages:tags-actions-header','s:17:\"ar:إجراءات\";'),('ar','messages:tags-activate','s:13:\"ar:تنشيط\";'),('ar','messages:tags-activate-not-allowed','s:55:\"ar:ليس من الممكن تفعيل الوسم \"$1\".\";'),('ar','messages:tags-activate-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('ar','messages:tags-activate-question','s:51:\"ar:أنت على وشك تنشيط الوسم \"$1\".\";'),('ar','messages:tags-activate-reason','s:14:\"ar:السبب:\";'),('ar','messages:tags-activate-submit','s:13:\"ar:تفعيل\";'),('ar','messages:tags-activate-title','s:20:\"ar:نشط الوسم\";'),('ar','messages:tags-active-header','s:11:\"ar:نشط؟\";'),('ar','messages:tags-active-no','s:7:\"ar:لا\";'),('ar','messages:tags-active-yes','s:9:\"ar:نعم\";'),('ar','messages:tags-apply-blocked','s:133:\"ar:لا يمكنك تطبيق وسوم التغيير جنبا إلى جنب مع تغييراتك أثناء {{GENDER:$1|منعك}}.\";'),('ar','messages:tags-apply-no-permission','s:114:\"ar:ليس لديك إذن لتطبيق علامات التغيير جنبا إلى جنب مع التغييرات.\";'),('ar','messages:tags-apply-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن يتم تطبيقها يدويا: $1\";'),('ar','messages:tags-apply-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن يتم تطبيقه يدويا.\";'),('ar','messages:tags-create-already-exists','s:43:\"ar:الوسم \"$1\" موجود بالفعل.\";'),('ar','messages:tags-create-explanation','s:129:\"ar:افتراضيا، الوسوم المنشأة حديثا سيتاح استخدامها للمستخدمين والبوتات.\";'),('ar','messages:tags-create-heading','s:29:\"ar:إنشاء وسم جديد\";'),('ar','messages:tags-create-invalid-chars','s:186:\"ar:ينبغي ألا تحتوي أسماء الوسوم على فواصل (<code>,</code>) أو عارضة عمودية (<code>|</code>) أو خط مائل للأمام (<code>/</code>).\";'),('ar','messages:tags-create-invalid-title-chars','s:147:\"ar:يجب أن لا تحتوي أسماء العلامات الأحرف التي لا يمكن استخدامها في عناوين الصفحات.\";'),('ar','messages:tags-create-no-name','s:44:\"ar:عليك أن تحدد اسم الوسم.\";'),('ar','messages:tags-create-reason','s:14:\"ar:السبب:\";'),('ar','messages:tags-create-submit','s:11:\"ar:أنشئ\";'),('ar','messages:tags-create-tag-name','s:21:\"ar:اسم الوسم:\";'),('ar','messages:tags-create-warnings-above','s:142:\"ar:{{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}} عند محاولة إنشاء الوسم \"$1\":\";'),('ar','messages:tags-create-warnings-below','s:51:\"ar:هل تود متابعة إنشاء الوسم؟\";'),('ar','messages:tags-deactivate','s:13:\"ar:تعطيل\";'),('ar','messages:tags-deactivate-not-allowed','s:55:\"ar:من غير الممكن تعطيل الوسم \"$1\".\";'),('ar','messages:tags-deactivate-question','s:51:\"ar:أنت على وشك تعطيل الوسم \"$1\".\";'),('ar','messages:tags-deactivate-reason','s:14:\"ar:السبب:\";'),('ar','messages:tags-deactivate-submit','s:9:\"ar:عطل\";'),('ar','messages:tags-deactivate-title','s:20:\"ar:عطل الوسم\";'),('ar','messages:tags-delete','s:11:\"ar:احذف\";'),('ar','messages:tags-delete-explanation-active','s:283:\"ar:<strong>الوسم \"$1\" مازال نشطا، وسيتم الاستمرار في تطبيقه في المستقبل.</strong> لمنع هذا من الحدوث، اذهب إلى المكان(الأمكنة) حيث الوسم مضبوط ليتم تطبيقه، وعطله هناك.\";'),('ar','messages:tags-delete-explanation-in-use','s:179:\"ar:ستتم إزالته من {{PLURAL:$2|$2 مراجعة او مدخلة سجل|كل $2 مراجعات و/أو مدخلات سجل}} الذي هو مطبق عليهم حاليا.\";'),('ar','messages:tags-delete-explanation-initial','s:80:\"ar:أنت على وشك حذف الوسم \"$1\" من قاعدة البيانات.\";'),('ar','messages:tags-delete-explanation-warning','s:259:\"ar:هذا الفعل <strong>غير رجعي</strong> و <strong>لا يمكن التراجع عنه</strong>، ولا حتى بواسطة إداريي قاعدة البيانات. كن متاكدا من أن هذا هو الوسم الذي تريد حذفه.\";'),('ar','messages:tags-delete-no-permission','s:76:\"ar:أنت لا تمتلك الصلاحية لحذف وسوم التغيير.\";'),('ar','messages:tags-delete-not-allowed','s:123:\"ar:الوسوم التي يعرفها امتداد لا يمكن حذفها إلا إذا أتاح الامتداد ذلك.\";'),('ar','messages:tags-delete-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('ar','messages:tags-delete-reason','s:10:\"ar:سبب:\";'),('ar','messages:tags-delete-submit','s:80:\"ar:حذف هذا الوسم دون رجعة (ستدمر بعض البيانات)\";'),('ar','messages:tags-delete-title','s:20:\"ar:حذف الوسم\";'),('ar','messages:tags-delete-too-many-uses','s:140:\"ar:الوسم \"$1\" مطبق في أكثر من $2 {{PLURAL:$2|مراجعة|مراجعات}}، مما يعني أنه لا يمكن حذفه.\";'),('ar','messages:tags-delete-warnings-after-delete','s:134:\"ar:الوسم \"$1\" تم حذفه، لكن {{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}}:\";'),('ar','messages:tags-description-header','s:31:\"ar:وصف كامل للمعنى\";'),('ar','messages:tags-display-header','s:50:\"ar:الظهور في قوائم التغييرات\";'),('ar','messages:tags-edit','s:9:\"ar:عدل\";'),('ar','messages:tags-edit-add','s:30:\"ar:أضف هذه الوسوم:\";'),('ar','messages:tags-edit-chosen-no-results','s:29:\"ar:لا وسوم مطابقة\";'),('ar','messages:tags-edit-chosen-placeholder','s:31:\"ar:اختر بعض الوسوم\";'),('ar','messages:tags-edit-existing-tags','s:33:\"ar:الوسوم الموجودة:\";'),('ar','messages:tags-edit-existing-tags-none','s:25:\"ar:<em>لا وسوم</em>\";'),('ar','messages:tags-edit-failure','s:39:\"ar:التغييرات لم تطبق: $1\";'),('ar','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ar','messages:tags-edit-logentry-legend','s:118:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|مدخلة السجل هذه|كل مدخلات السجل ال$1}}\";'),('ar','messages:tags-edit-logentry-selected','s:73:\"ar:{{PLURAL:$1|حدث سجل مختار|أحداث سجل مختارة}}:\";'),('ar','messages:tags-edit-logentry-submit','s:100:\"ar:طبق التغييرات ل{{PLURAL:$1|مدخلة السجل هذه|$1 مدخلات السجل}}\";'),('ar','messages:tags-edit-manage-link','s:30:\"ar:التحكم بالوسوم\";'),('ar','messages:tags-edit-new-tags','s:23:\"ar:وسوم جديدة:\";'),('ar','messages:tags-edit-none-selected','s:99:\"ar:من فضلك اختر على الأقل وسما واحدا للإضافة أو الإزالة.\";'),('ar','messages:tags-edit-nooldid-text','s:129:\"ar:لم تحدد النسخة التي تريد تطبيق العملية عليها أو لا يوجد نسخة من الأصل.\";'),('ar','messages:tags-edit-nooldid-title','s:40:\"ar:مراجعة هدف غير صالحة\";'),('ar','messages:tags-edit-reason','s:14:\"ar:السبب:\";'),('ar','messages:tags-edit-remove','s:30:\"ar:أزل هذه الوسوم:\";'),('ar','messages:tags-edit-remove-all-tags','s:29:\"ar:(أزل كل الوسوم)\";'),('ar','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ar','messages:tags-edit-revision-legend','s:104:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|هذه المراجعة|كل $1 المراجعات}}\";'),('ar','messages:tags-edit-revision-selected','s:84:\"ar:{{PLURAL:$1|مراجعة مختارة|مراجعات مختارة}} من [[:$2]]:\";'),('ar','messages:tags-edit-revision-submit','s:86:\"ar:طبق التغييرات ل{{PLURAL:$1|هذه المراجعة|$1 مراجعات}}\";'),('ar','messages:tags-edit-success','s:31:\"ar:طبقت التغييرات.\";'),('ar','messages:tags-edit-title','s:26:\"ar:تعديل الوسوم\";'),('ar','messages:tags-hidden','s:13:\"ar:(مخفي)\";'),('ar','messages:tags-hitcount','s:119:\"ar:{{PLURAL:$1|لا تغييرات|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرا|$1 تغيير}}\";'),('ar','messages:tags-hitcount-header','s:30:\"ar:تغييرات موسومة\";'),('ar','messages:tags-intro','s:172:\"ar:هذه الصفحة تعرض الوسوم التي من الممكن للبرنامج أن يوسم أحد التعديلات بها، بالإضافة لمعانيها.\";'),('ar','messages:tags-manage-blocked','s:88:\"ar:لا يمكنك إدارة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('ar','messages:tags-manage-no-permission','s:67:\"ar:ليس لديك صلاحية إدارة وسوم التغيير.\";'),('ar','messages:tags-source-extension','s:41:\"ar:معرف بواسطة البرنامج\";'),('ar','messages:tags-source-header','s:15:\"ar:المصدر\";'),('ar','messages:tags-source-manual','s:82:\"ar:تم تطبيقه يدويا بواسطة المستخدمين والبوتات\";'),('ar','messages:tags-source-none','s:40:\"ar:لم يعد قيد الاستخدام\";'),('ar','messages:tags-summary','s:3:\"en:\";'),('ar','messages:tags-tag','s:20:\"ar:اسم الوسم\";'),('ar','messages:tags-title','s:11:\"ar:وسوم\";'),('ar','messages:tags-update-add-not-allowed-multi','s:129:\"ar:The following {{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إضافتها يدويا: $1\";'),('ar','messages:tags-update-add-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن تتم إضافته يدويا.\";'),('ar','messages:tags-update-blocked','s:104:\"ar:لا يمكنك إضافة أو إزالة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('ar','messages:tags-update-no-permission','s:160:\"ar:أنت لا تمتلك السماح لإضافة أو إزالة وسوم التغيير من المراجعات أو مدخلات السجل الفردية.\";'),('ar','messages:tags-update-remove-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إزالتها يدويا: $1\";'),('ar','messages:tags-update-remove-not-allowed-one','s:57:\"ar:من غير المسموح إزالة الوسم \"$1\".\";'),('ar','messages:talk','s:11:\"ar:نقاش\";'),('ar','messages:talkpageheader','s:4:\"en:-\";'),('ar','messages:talkpagelinktext','s:11:\"ar:نقاش\";'),('ar','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ar','messages:template-equals-category','s:52:\"ar:الصفحات التي تستخدم = كقالب\";'),('ar','messages:template-equals-category-desc','s:303:\"ar:تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('ar','messages:template-equals-warning','s:333:\"ar:<strong>تحذير:</ strong> تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('ar','messages:template-loop-category','s:39:\"ar:الصفحات بحلقات قالب\";'),('ar','messages:template-loop-category-desc','s:99:\"ar:الصفحة تحتوي على حلقة قالب، أي أن القالب يستدعي نفسه.\";'),('ar','messages:template-loop-warning','s:169:\"ar:<strong>تحديز:</strong> هذه الصفحة تستدعي [[:$1]] والذي يتسبب في حدوث حلقة قالب (استدعاء عودي لا نهائي).\";'),('ar','messages:template-protected','s:15:\"ar:(محمية)\";'),('ar','messages:template-semiprotected','s:26:\"ar:(محمية جزئيا)\";'),('ar','messages:templatepage','s:33:\"ar:طالع صفحة القالب\";'),('ar','messages:templatesused','s:145:\"ar:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذه الصفحة:\";'),('ar','messages:templatesusedpreview','s:149:\"ar:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذه المعاينة:\";'),('ar','messages:templatesusedsection','s:143:\"ar:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذا القسم:\";'),('ar','messages:textmatches','s:31:\"ar:نص الصفحة يطابق\";'),('ar','messages:thisisdeleted','s:34:\"ar:عرض أو استرجاع $1؟\";'),('ar','messages:throttled-mailpassword','s:336:\"ar:تم بالفعل إرسال تذكير بكلمة السر، في ال{{PLURAL:$1||ساعة الماضية|ساعتين الماضيتين|$1 ساعات الماضية|$1 ساعة الماضية}}.\nلمنع التخريب، سيتم إرسال تذكير واحد كل {{PLURAL:$1||ساعة|ساعتين|$1 ساعات|$1 ساعة}}.\";'),('ar','messages:thu','s:11:\"ar:خميس\";'),('ar','messages:thumbnail-dest-create','s:59:\"ar:تعذر حفظ الصورة المصغرة للوجهة\";'),('ar','messages:thumbnail-more','s:11:\"ar:كبّر\";'),('ar','messages:thumbnail-temp-create','s:70:\"ar:تعذر إنشاء ملف الصورة المصغرة المؤقت\";'),('ar','messages:thumbnail_dest_directory','s:60:\"ar:غير قادر على إنشاء المجلد الهدف\";'),('ar','messages:thumbnail_error','s:49:\"ar:خطأ في إنشاء صورة مصغرة: $1\";'),('ar','messages:thumbnail_error_remote','s:32:\"ar:رسالة عطل من $1:\n$2\";'),('ar','messages:thumbnail_gd-library','s:67:\"ar:ضبط مكتبة GD غير مكتمل: دالة مفقودة $1\";'),('ar','messages:thumbnail_image-failure-limit','s:208:\"ar:هناك الكثير من المحاولات الفاشلة مؤخراً ($1 أو أكثر) لتَصْيير هذه الصورة المصغرة. الرجاء المحاولة مرة أخرى لاحقاً.\";'),('ar','messages:thumbnail_image-missing','s:44:\"ar:الملف يبدو أنه مفقود: $1\";'),('ar','messages:thumbnail_image-size-zero','s:53:\"ar:حجم ملف الصورة يبدو أنه صفر.\";'),('ar','messages:thumbnail_image-type','s:40:\"ar:نوع الصورة غير مدعوم\";'),('ar','messages:thumbnail_invalid_params','s:48:\"ar:محددات التصغير غير صحيحة\";'),('ar','messages:thumbnail_toobigimagearea','s:39:\"ar:ملف أبعداه أكبر من $1\";'),('ar','messages:thumbsize','s:34:\"ar:حجم العرض المصغر:\";'),('ar','messages:thursday','s:15:\"ar:الخميس\";'),('ar','messages:thursday-at','s:38:\"ar:يوم الخميس الساعة $1\";'),('ar','messages:timeouterror','s:35:\"ar:انتهت مهلة الخادم\";'),('ar','messages:timeouterror-text','s:147:\"ar:تم تجاوز الحد الأقصى لوقت الطلب وهو {{PLURAL:$1|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}.\";'),('ar','messages:timezone-local','s:11:\"ar:محلي\";'),('ar','messages:timezone-useoffset-placeholder','s:45:\"ar:مثال القيم: \"-07:00\" أو \"01:00\"\";'),('ar','messages:timezone-utc','s:11:\"ar:ت ع م\";'),('ar','messages:timezonelegend','s:33:\"ar:المنطقة الزمنية:\";'),('ar','messages:timezoneregion-africa','s:17:\"ar:إفريقيا\";'),('ar','messages:timezoneregion-america','s:15:\"ar:أمريكا\";'),('ar','messages:timezoneregion-antarctica','s:23:\"ar:أنتاركتيكا\";'),('ar','messages:timezoneregion-arctic','s:28:\"ar:القطب الشمالي\";'),('ar','messages:timezoneregion-asia','s:11:\"ar:آسيا\";'),('ar','messages:timezoneregion-atlantic','s:32:\"ar:المحيط الأطلنطي\";'),('ar','messages:timezoneregion-australia','s:19:\"ar:أستراليا\";'),('ar','messages:timezoneregion-europe','s:15:\"ar:أوروبا\";'),('ar','messages:timezoneregion-indian','s:28:\"ar:المحيط الهندي\";'),('ar','messages:timezoneregion-pacific','s:28:\"ar:المحيط الهادي\";'),('ar','messages:timezoneuseoffset','s:46:\"ar:أخرى (حدد الإزاحة أدناه)\";'),('ar','messages:timezoneuseserverdefault','s:54:\"ar:استخدام الويكي الافتراضي ($1)\";'),('ar','messages:title-invalid','s:59:\"ar:عنوان الصفحة المطلوبة غير صالح\";'),('ar','messages:title-invalid-characters','s:89:\"ar:عنوان الصفحة المطلوب يتضمن رموزًا غير صالحة: \"$1\"\";'),('ar','messages:title-invalid-empty','s:96:\"ar:عنوان الصفحة المطلوبة فارغ أو يحتوي اسم النطاق فقط.\";'),('ar','messages:title-invalid-interwiki','s:145:\"ar:عنوان الصفحة المطلوب يتضمن وصلة لحلقة لغة وهو ما لا يمكن استخدامه في العناوين.\";'),('ar','messages:title-invalid-leading-colon','s:100:\"ar:عنوان الصفحة المطلوب يتضمن فاصلة غير صالحة في بدايته.\";'),('ar','messages:title-invalid-magic-tilde','s:136:\"ar:عنوان الصفحة المطلوب يحتوي على تتابع الشر السحري غير الصحيح (<nowiki>~~~</nowiki>).\";'),('ar','messages:title-invalid-relative','s:268:\"ar:العنوان به مسار نسبي. عنوان الصفحات النسبية (./, ../) هي غير صحيحة، لأنها ستكون غاليا لا يمكن الوصول لها عندما يتم التعامل معها بواسطة متصفح المستخدم.\";'),('ar','messages:title-invalid-talk-namespace','s:98:\"ar:عنوان الصفحة المطلوبة يشير إلى صفحة نقاش غير موجودة.\";'),('ar','messages:title-invalid-too-long','s:163:\"ar:عنوان الصفحة المطلوبة طويل جدا. يجب أن يكون ليس أطول من $1 {{PLURAL:$1|بايت}} باستخدام ترميز UTF-8.\";'),('ar','messages:title-invalid-utf8','s:99:\"ar:عنوان الصفحة المطلوب يحتوي سلسلة محارف UTF-8 غير صالحة.\";'),('ar','messages:titlematches','s:37:\"ar:عنوان الصفحة يطابق\";'),('ar','messages:titleprotected','s:109:\"ar:حمى [[User:$1|$1]] هذا العنوان من الإنشاء.\nالسبب المعطى هو <em>$2</em>.\";'),('ar','messages:titleprotectedwarning','s:235:\"ar:<strong>تحذير: هذه الصفحة تمت حمايتها بحيث أن [[Special:ListGroupRights|صلاحيات معينة]] مطلوبة لإنشائها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ar','messages:tmp-create-error','s:39:\"ar:تعذر إنشاء ملف مؤقت.\";'),('ar','messages:tmp-write-error','s:56:\"ar:خطأ أثناء كتابة الملف المؤقت.\";'),('ar','messages:toc','s:17:\"ar:محتويات\";'),('ar','messages:today-at','s:5:\"en:$1\";'),('ar','messages:tog-ccmeonemails','s:135:\"ar:أرسل إلي نسخا من الرسائل الإلكترونية التي أرسلها إلى المستخدمين الآخرين\";'),('ar','messages:tog-diffonly','s:60:\"ar:لا تعرض محتوى الصفحة أسفل الفرق\";'),('ar','messages:tog-editondblclick','s:56:\"ar:تعديل الصفحات بالنقر المزدوج\";'),('ar','messages:tog-editsectiononrightclick','s:102:\"ar:تفعيل تعديل الأقسام بالنقر باليمين على عناوين الأقسام\";'),('ar','messages:tog-enotifminoredits','s:123:\"ar:أرسل إلي رسالة إلكترونية بشأن التعديلات الطفيفة للصفحات والملفات\";'),('ar','messages:tog-enotifrevealaddr','s:108:\"ar:أظهر عنوان بريدي الإلكتروني في إشعارات البريد الإلكتروني\";'),('ar','messages:tog-enotifusertalkpages','s:86:\"ar:أرسل إلي رسالة إلكترونية عند تعديل صفحة نقاشي\";'),('ar','messages:tog-enotifwatchlistpages','s:118:\"ar:أرسل إلي رسالة إلكترونية عند تعديل صفحة أو ملف في قائمة مراقبتي\";'),('ar','messages:tog-extendwatchlist','s:103:\"ar:وسع قائمة المراقبة لتعرض كل التغييرات، وليس أحدثها فقط\";'),('ar','messages:tog-fancysig','s:132:\"ar:جعل التوقيع مثل نص الويكي (بدون ارتباط تلقائي بصفحة المستخدم الخاصة بك)\";'),('ar','messages:tog-forceeditsummary','s:115:\"ar:اطلب مني عند إدخال ملخص تعديل فارغ (أو ملخص التراجع الافتراضي)\";'),('ar','messages:tog-hidecategorization','s:35:\"ar:أخف تصنيف الصفحات\";'),('ar','messages:tog-hideminor','s:76:\"ar:أخف التعديلات الطفيفة في أحدث التغييرات\";'),('ar','messages:tog-hidepatrolled','s:78:\"ar:أخف التعديلات المراجعة في أحدث التغييرات\";'),('ar','messages:tog-minordefault','s:92:\"ar:علّم جميع التعديلات على أنها طفيفة بشكلٍ افتراضي\";'),('ar','messages:tog-newpageshidepatrolled','s:87:\"ar:أخف الصفحات المراجعة من قائمة الصفحات الجديدة\";'),('ar','messages:tog-norollbackdiff','s:62:\"ar:لا تظهر الفروق بعد إجراء استرجاع\";'),('ar','messages:tog-oldsig','s:29:\"ar:توقيعك الحالي:\";'),('ar','messages:tog-prefershttps','s:79:\"ar:استخدم دائما اتصالا آمنا عند تسجيل الدخول\";'),('ar','messages:tog-previewonfirst','s:53:\"ar:أظهر معاينة عند بداية تعديل\";'),('ar','messages:tog-previewontop','s:66:\"ar:أظهر معاينة النص فوق صندوق التحرير\";'),('ar','messages:tog-requireemail','s:222:\"ar:إرسال رسائل البريد الإلكتروني لإعادة تعيين كلمة المرور فقط عندما يتم توفير كل من عنوان البريد الإلكتروني واسم المستخدم.\";'),('ar','messages:tog-showhiddencats','s:45:\"ar:أظهر التصنيفات المخفية\";'),('ar','messages:tog-shownumberswatching','s:58:\"ar:اعرض عدد المستخدمين المراقبين\";'),('ar','messages:tog-showrollbackconfirmation','s:88:\"ar:إظهار رسالة تأكيد عند النقر على رابط الاسترجاع\";'),('ar','messages:tog-underline','s:32:\"ar:سطر تحت الوصلات:\";'),('ar','messages:tog-useeditwarning','s:99:\"ar:حذّرني عندما أغادر تحرير صفحة فيها تغييرات لم أحفظها\";'),('ar','messages:tog-uselivepreview','s:68:\"ar:عرض المعاينة دون إعادة تحميل الصفحة\";'),('ar','messages:tog-usenewrc','s:109:\"ar:طي التغييرات حسب الصفحة في أحدث التغييرات وقائمة المراقبة\";'),('ar','messages:tog-watchcreations','s:119:\"ar:أضف الصفحات التي أنشئها والملفات التي أرفعها إلى قائمة مراقبتي.\";'),('ar','messages:tog-watchdefault','s:96:\"ar:أضف الصفحات والملفات التي أعدلها إلى قائمة مراقبتي\";'),('ar','messages:tog-watchdeletion','s:96:\"ar:أضف الصفحات والملفات التي أحذفها إلى قائمة مراقبتي\";'),('ar','messages:tog-watchlisthideanons','s:97:\"ar:أخف تعديلات المستخدمين المجهولين في قائمة المراقبة\";'),('ar','messages:tog-watchlisthidebots','s:72:\"ar:أخف تعديلات البوتات من قائمة المراقبة\";'),('ar','messages:tog-watchlisthidecategorization','s:35:\"ar:أخف تصنيف الصفحات\";'),('ar','messages:tog-watchlisthideliu','s:95:\"ar:أخف تعديلات المستخدمين المسجلين في قائمة المراقبة\";'),('ar','messages:tog-watchlisthideminor','s:76:\"ar:أخف التعديلات الطفيفة من قائمة المراقبة\";'),('ar','messages:tog-watchlisthideown','s:59:\"ar:أخف تعديلاتي من قائمة المراقبة\";'),('ar','messages:tog-watchlisthidepatrolled','s:78:\"ar:أخف التعديلات المراجعة في قائمة المراقبة\";'),('ar','messages:tog-watchlistreloadautomatically','s:134:\"ar:أعد تحميل قائمة المراقبة بصفة آلية حينما يتغير مرشح ما (يتطلب جافاسكربت)\";'),('ar','messages:tog-watchlistunwatchlinks','s:362:\"ar:إضافة وصلات مباشرة للمراقبة/إلغاء المراقبة ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) إضافة وصلات مباشرة للمراقبة/إزالة المراقبة إلى إدخالات قائمة المراقبة ذات التغييرات (جافا سكريبت مطلوبة لوظيفة التبديل)\";'),('ar','messages:tog-watchmoves','s:96:\"ar:أضف الصفحات والملفات التي أنقلها إلى قائمة مراقبتي\";'),('ar','messages:tog-watchrollback','s:105:\"ar:أضف الصفحات التي أجري عليها استرجاعات إلى قائمة مراقبتي\";'),('ar','messages:tog-watchuploads','s:94:\"ar:أضف الملفات الجديدة التي أرفعها إلى قائمة مراقبتي\";'),('ar','messages:tool-link-contributions','s:67:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:tool-link-emailuser','s:90:\"ar:أرسل رسالة {{GENDER:$1|لهذا المستخدم|لهذه المستخدمة}}\";'),('ar','messages:tool-link-userrights','s:78:\"ar:تغيير مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:tool-link-userrights-readonly','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:toolbox','s:13:\"ar:أدوات\";'),('ar','messages:tooltip-ca-addsection','s:31:\"ar:ابدأ قسما جديدا\";'),('ar','messages:tooltip-ca-delete','s:29:\"ar:حذف هذه الصفحة\";'),('ar','messages:tooltip-ca-edit','s:33:\"ar:تعديل هذه الصفحة\";'),('ar','messages:tooltip-ca-history','s:50:\"ar:النسخ السابقة لهذه الصفحة\";'),('ar','messages:tooltip-ca-move','s:31:\"ar:انقل هذه الصفحة\";'),('ar','messages:tooltip-ca-nstab-category','s:35:\"ar:رؤية صفحة التصنيف\";'),('ar','messages:tooltip-ca-nstab-help','s:37:\"ar:رؤية صفحة المساعدة\";'),('ar','messages:tooltip-ca-nstab-image','s:31:\"ar:رؤية صفحة الملف\";'),('ar','messages:tooltip-ca-nstab-main','s:35:\"ar:رؤية صفحة المحتوى\";'),('ar','messages:tooltip-ca-nstab-media','s:35:\"ar:رؤية صفحة الميديا\";'),('ar','messages:tooltip-ca-nstab-mediawiki','s:35:\"ar:رؤية رسالة النظام\";'),('ar','messages:tooltip-ca-nstab-project','s:35:\"ar:رؤية صفحة المشروع\";'),('ar','messages:tooltip-ca-nstab-special','s:60:\"ar:هذه صفحة خاصة، ولا يمكن تعديلها\";'),('ar','messages:tooltip-ca-nstab-template','s:24:\"ar:رؤية القالب\";'),('ar','messages:tooltip-ca-nstab-user','s:37:\"ar:اعرض صفحة المستخدم\";'),('ar','messages:tooltip-ca-protect','s:29:\"ar:احم هذه الصفحة\";'),('ar','messages:tooltip-ca-talk','s:40:\"ar:نقاش عن صفحة المحتوى\";'),('ar','messages:tooltip-ca-undelete','s:95:\"ar:استرجع التعديلات التي تمت على هذه الصفحة قبل حذفها\";'),('ar','messages:tooltip-ca-unprotect','s:40:\"ar:غير حماية هذه الصفحة\";'),('ar','messages:tooltip-ca-unwatch','s:60:\"ar:أزل هذه الصفحة من قائمة مراقبتك\";'),('ar','messages:tooltip-ca-unwatch-expiring','s:147:\"ar:بقي {{PLURAL:  1 |يوم واحد|يومان|$1 أيام|$1 يومًا|$1 أيام}} في قائمة مراقبتك. انقر لإزالته.\";'),('ar','messages:tooltip-ca-unwatch-expiring-hours','s:86:\"ar:بقيت بضع ساعات في قائمة مراقبتك. انقر لإزالته.\";'),('ar','messages:tooltip-ca-view','s:3:\"en:\";'),('ar','messages:tooltip-ca-viewsource','s:72:\"ar:هذه الصفحة محمية.\nيمكنك مطالعة مصدرها.\";'),('ar','messages:tooltip-ca-watch','s:62:\"ar:أضف هذه الصفحة إلى قائمة مراقبتك\";'),('ar','messages:tooltip-compareselectedversions','s:95:\"ar:شاهد الفروق بين النسختين المختارتين من هذه الصفحة.\";'),('ar','messages:tooltip-cur','s:50:\"ar:الفرق مع المراجعة الأخيرة\";'),('ar','messages:tooltip-diff','s:71:\"ar:اعرض التغييرات التي أجريتها على النص.\";'),('ar','messages:tooltip-feed-atom','s:44:\"ar:تلقيم أتوم لهذه الصفحة\";'),('ar','messages:tooltip-feed-rss','s:50:\"ar:تلقيم أر إس إس لهذه الصفحة\";'),('ar','messages:tooltip-invert','s:184:\"ar:أشِّر هذا الخيار لإخفاء التغييرات في الصفحات في النطاق المختار (والنطاق المقترن به إذا أُشِّر عليه)\";'),('ar','messages:tooltip-last','s:50:\"ar:الفرق مع المراجعة السابقة\";'),('ar','messages:tooltip-minoredit','s:45:\"ar:علم على هذا كتعديل طفيف\";'),('ar','messages:tooltip-n-currentevents','s:65:\"ar:مطالعة سريعة لأهم الأحداث الجارية\";'),('ar','messages:tooltip-n-help','s:33:\"ar:حيث تجد المساعدة\";'),('ar','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ar','messages:tooltip-n-mainpage','s:35:\"ar:زر الصفحة الرئيسة\";'),('ar','messages:tooltip-n-mainpage-description','s:37:\"ar:زر الصفحة الرئيسية\";'),('ar','messages:tooltip-n-portal','s:106:\"ar:حول المشروع، ماذا يمكن أن تفعل، أين يمكن أن تجد ما تحتاجه\";'),('ar','messages:tooltip-n-randompage','s:33:\"ar:حمل صفحة عشوائية\";'),('ar','messages:tooltip-n-recentchanges','s:60:\"ar:قائمة أحدث التغييرات في الويكي.\";'),('ar','messages:tooltip-namespace_association','s:133:\"ar:أشِّر هذا الخيار لتضمين نطاق النقاش أو الموضوع المقترن بالنطاق المختار\";'),('ar','messages:tooltip-p-cactions','s:37:\"ar:المزيد من الخيارات\";'),('ar','messages:tooltip-p-lang','s:3:\"en:\";'),('ar','messages:tooltip-p-logo','s:37:\"ar:زُر الصفحة الرئيسة\";'),('ar','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ar','messages:tooltip-p-navigation','s:3:\"en:\";'),('ar','messages:tooltip-p-personal','s:30:\"ar:قائمة المستخدم\";'),('ar','messages:tooltip-p-tb','s:3:\"en:\";'),('ar','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ar','messages:tooltip-p-user-page','s:3:\"en:\";'),('ar','messages:tooltip-p-variants','s:3:\"en:\";'),('ar','messages:tooltip-p-views','s:3:\"en:\";'),('ar','messages:tooltip-preferences-save','s:28:\"ar:حفظ التغييرات\";'),('ar','messages:tooltip-preview','s:86:\"ar:اعرض تغييراتك. من فضلك استخدم هذا قبل النَّشر!\";'),('ar','messages:tooltip-pt-anoncontribs','s:69:\"ar:قائمة بتعديلات قام بها عنوان الآي بي\";'),('ar','messages:tooltip-pt-anontalk','s:73:\"ar:نقاش حول التعديلات من عنوان الأيبي هذا\";'),('ar','messages:tooltip-pt-anonuserpage','s:92:\"ar:صفحة المستخدم للأيبي الذي تقوم بالتحرير من خلاله\";'),('ar','messages:tooltip-pt-createaccount','s:108:\"ar:نشجعك على عمل حساب وتسجيل دخولك؛ لكنه غير ضروري على اي حال\";'),('ar','messages:tooltip-pt-login','s:72:\"ar:يفضل أن تسجل الدخول، لكنه ليس إلزاميا.\";'),('ar','messages:tooltip-pt-login-private','s:73:\"ar:عليك تسجيل الدخول لاستخدام هذه الويكي.\";'),('ar','messages:tooltip-pt-logout','s:26:\"ar:تسجيل الخروج\";'),('ar','messages:tooltip-pt-mycontris','s:42:\"ar:قائمة مساهمات{{GENDER:|ك}}\";'),('ar','messages:tooltip-pt-mytalk','s:34:\"ar:صفحة {{GENDER:|نقاشك}}\";'),('ar','messages:tooltip-pt-preferences','s:31:\"ar:{{GENDER:|تفضيلاتك}}\";'),('ar','messages:tooltip-pt-tmpuserpage','s:71:\"ar:اسم المستخدم المؤقت المُنشأ تلقائيًا\";'),('ar','messages:tooltip-pt-userpage','s:58:\"ar:{{GENDER:|صفحة المستخدم}} الخاصة بك\";'),('ar','messages:tooltip-pt-watchlist','s:92:\"ar:قائمة الصفحات التي تراقب التغييرات التي تحدث بها\";'),('ar','messages:tooltip-publish','s:28:\"ar:انشر تغييراتك\";'),('ar','messages:tooltip-recreate','s:60:\"ar:أعد إنشاء الصفحة رغم كونها حذفت\";'),('ar','messages:tooltip-rollback','s:107:\"ar:\"استرجاع\" تسترجع تعديلات آخر محرر لهذه الصفحة بضغطة واحدة\";'),('ar','messages:tooltip-save','s:26:\"ar:حفظ تغييراتك\";'),('ar','messages:tooltip-search','s:29:\"ar:ابحث في {{SITENAME}}\";'),('ar','messages:tooltip-search-fulltext','s:52:\"ar:ابحث في الصفحات عن هذا النص\";'),('ar','messages:tooltip-search-go','s:63:\"ar:اذهب إلى صفحة بالاسم نفسه إن وجدت\";'),('ar','messages:tooltip-summary','s:33:\"ar:أدخل ملخصا قصيرا\";'),('ar','messages:tooltip-t-contributions','s:101:\"ar:رؤية قائمة مساهمات {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}\";'),('ar','messages:tooltip-t-emailuser','s:92:\"ar:إرسال رسالة {{GENDER:$1|لهذا المستخدم|لهذه المستخدمة}}\";'),('ar','messages:tooltip-t-info','s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";'),('ar','messages:tooltip-t-permalink','s:62:\"ar:وصلة دائمة لهذه النسخة من الصفحة\";'),('ar','messages:tooltip-t-print','s:48:\"ar:نسخة للطباعة لهذه الصفحة\";'),('ar','messages:tooltip-t-recentchangeslinked','s:92:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة\";'),('ar','messages:tooltip-t-specialpages','s:48:\"ar:قائمة بكل الصفحات الخاصة\";'),('ar','messages:tooltip-t-upload','s:22:\"ar:ارفع ملفات\";'),('ar','messages:tooltip-t-whatlinkshere','s:67:\"ar:قائمة بكل صفحات الويكي التي تصل هنا\";'),('ar','messages:tooltip-undo','s:170:\"ar:\"رجوع\" تسترجع هذا التعديل وتفتح نافذة التعديل في نمط العرض المسبق. تسمح بإضافة سبب في الملخص.\";'),('ar','messages:tooltip-upload','s:22:\"ar:ابدأ الرفع\";'),('ar','messages:tooltip-vector-anon-user-menu-title','s:37:\"ar:المزيد من الخيارات\";'),('ar','messages:tooltip-watch','s:62:\"ar:أضف هذه الصفحة إلى قائمة مراقبتك\";'),('ar','messages:tooltip-watchlist-expiry','s:94:\"ar:مؤقتًا ضف هذه الصفحة إلى قائمة المراقبة الخاصة بك.\";'),('ar','messages:tooltip-watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('ar','messages:tooltip-watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('ar','messages:tooltip-whatlinkshere-invert','s:131:\"ar:قم بتعليم هذا الخيار لإخفاء الروابط من الصفحات التي تم تعليم نطاقاتها.\";'),('ar','messages:trackingcategories','s:30:\"ar:تصنيفات التتبع\";'),('ar','messages:trackingcategories-desc','s:37:\"ar:معايير إدراج تصنيف\";'),('ar','messages:trackingcategories-disabled','s:33:\"ar:التصنيف غير مفعل\";'),('ar','messages:trackingcategories-msg','s:26:\"ar:تصنيف التتبع\";'),('ar','messages:trackingcategories-name','s:24:\"ar:اسم الرسالة\";'),('ar','messages:trackingcategories-nodesc','s:26:\"ar:لا يتوفر وصف.\";'),('ar','messages:trackingcategories-summary','s:210:\"ar:تسرد هذه الصفحة تصنيفات التتبع التي ينشئها برنامج ميدياويكي. يمكن تغيير أسمائها بتغيير رسائل النظام في نطاق {{ns:8}}.\";'),('ar','messages:transaction-duration-limit-exceeded','s:301:\"ar:لتفادي إنشاء تأخير نسخ عالي، هذا الفعل تم إنهاؤه لأن فترة الكتابة ($1) تجاوزت حد $2 ثانية.\nلو أنك تغير عناصر عديدة في نفس الوقت، حاول تجربة عمليا عديدة أصغر بدلا من ذلك.\";'),('ar','messages:transaction-max-statement-time-exceeded','s:290:\"ar:لتجنب خلق حمل كبير على قاعدة البيانات، أُنهي هذا الاستعلام لأن مدته تجاوزت الحد.\nلو أنك تقرأ العديد من العناصر مرة واحدة، جرب إجراء عمليات صغيرة متعددة كبديل.\";'),('ar','messages:translateinterface','s:222:\"ar:من أجل إضافة أو تعديل ترجمات في كل مشاريع الويكي يرجى استخدام [https://translatewiki.net/ translatewiki.net]، مشروع ميدياويكي لترجمة الواجهة.\";'),('ar','messages:tue','s:15:\"ar:ثلاثاء\";'),('ar','messages:tuesday','s:19:\"ar:الثلاثاء\";'),('ar','messages:tuesday-at','s:42:\"ar:يوم الثلاثاء الساعة $1\";'),('ar','messages:uctop','s:13:\"ar:حالية\";'),('ar','messages:unblock','s:33:\"ar:إلغاء منع مستخدم\";'),('ar','messages:unblock-hideuser','s:101:\"ar:لا يمكنك إلغاء منع هذا المستخدم لأن اسم مستخدمه أُخفي.\";'),('ar','messages:unblock-summary','s:3:\"en:\";'),('ar','messages:unblocked','s:45:\"ar:رُفِع المنع عن [[User:$1|$1]].\";'),('ar','messages:unblocked-id','s:26:\"ar:منع $1 تم رفعه\";'),('ar','messages:unblocked-ip','s:63:\"ar:تم رفع المنع عن [[Special:Contributions/$1|$1]].\";'),('ar','messages:unblocked-range','s:28:\"ar:تم إلغاء منع $1\";'),('ar','messages:unblockip','s:42:\"ar:رفع المنع عن المستخدم\";'),('ar','messages:unblockiptext','s:172:\"ar:استخدم النموذج أدناه لإعادة صلاحية التعديل إلى عنوان الآي بي أو اسم المستخدم المحظور مسبقًا.\";'),('ar','messages:unblocklink','s:22:\"ar:ارفع المنع\";'),('ar','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ar','messages:uncategorized-categories-exceptionlist','s:339:\"ar: # يحتوي على قائمة بالتصنيفات، التي لا ينبغي أن تكون موجودة في Special:UncategorizedCategories. واحد لكل سطر، مع البدء ب \"*\". السطور التي تبدأ بحرف آخر (بما في ذلك الفراغ) سيتم تجاهلها. استخدم \"#\" للتعليقات.\";'),('ar','messages:uncategorizedcategories','s:35:\"ar:تصنيفات غير مصنفة\";'),('ar','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ar','messages:uncategorizedimages','s:31:\"ar:ملفات غير مصنفة\";'),('ar','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ar','messages:uncategorizedpages','s:31:\"ar:صفحات غير مصنفة\";'),('ar','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ar','messages:uncategorizedtemplates','s:31:\"ar:قوالب غير مصنفة\";'),('ar','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ar','messages:undelete','s:41:\"ar:عرض الصفحات المحذوفة\";'),('ar','messages:undelete-back-to-list','s:44:\"ar:عرض جميع النسخ الملغاة\";'),('ar','messages:undelete-bad-store-key','s:123:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: الملف كان مفقوداً قبل الحذف\";'),('ar','messages:undelete-cantcreate','s:183:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا توجد صفحة بهذا الاسم وأنت غير مسموح لك بإنشاء هذه الصفحة.\";'),('ar','messages:undelete-cantedit','s:122:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا يمكنك تعديل هذه الصفحة.\";'),('ar','messages:undelete-cleanup-error','s:60:\"ar:خطأ حذف ملف أرشيف غير مستخدم \"$1\".\";'),('ar','messages:undelete-error','s:54:\"ar:وقع خطأ عند إلغاء حذف الصفحة\";'),('ar','messages:undelete-error-associated-alreadytalk','s:85:\"ar:لا يُمكن استرجاع صفحة نقاش مرتبطة بصفحة نقاش.\";'),('ar','messages:undelete-error-associated-notdeleted','s:108:\"ar:لا تحتوي صفحة النقاش المرتبطة على مراجعات يمكن استعادتها.\";'),('ar','messages:undelete-fieldset-title','s:36:\"ar:استرجاع المراجعات\";'),('ar','messages:undelete-filename-mismatch','s:106:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: اسم الملف لا يطابق\";'),('ar','messages:undelete-header','s:101:\"ar:انظر الصفحات المحذوفة حديثا في [[Special:Log/delete|سجل الحذف]].\";'),('ar','messages:undelete-missing-filearchive','s:168:\"ar:غير قادر على استرجاع ملف الأرشيف رقم $1 لأنه ليس في قاعدة البيانات.\nربما يكون قد تم استرجاعه.\";'),('ar','messages:undelete-no-results','s:94:\"ar:لم يتم العثور على صفحات مطابقة في أرشيف المحذوفات.\";'),('ar','messages:undelete-nodiff','s:59:\"ar:لم يتم العثور على مراجعة سابقة.\";'),('ar','messages:undelete-revision','s:94:\"ar:المراجعة المحذوفة ل$1 (بتاريخ $4، الساعة $5) بواسطة $3:\";'),('ar','messages:undelete-revision-row2','s:32:\"ar:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ar','messages:undelete-search-box','s:48:\"ar:ابحث في الصفحات المحذوفة\";'),('ar','messages:undelete-search-full','s:60:\"ar:اعرض عناوين الصفحات التي تحتوي:\";'),('ar','messages:undelete-search-prefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('ar','messages:undelete-search-submit','s:9:\"ar:بحث\";'),('ar','messages:undelete-search-title','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('ar','messages:undelete-show-file-confirm','s:143:\"ar:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('ar','messages:undelete-show-file-submit','s:9:\"ar:نعم\";'),('ar','messages:undelete-summary','s:3:\"en:\";'),('ar','messages:undelete-talk-summary-prefix','s:65:\"ar:استعيدت مع الصفحة المرتبطة بسبب: $1\";'),('ar','messages:undelete-undeletetalk','s:70:\"ar:استرجع جميع نسخ صفحة النقاش المرتبطة\";'),('ar','messages:undelete_short','s:117:\"ar:استرجاع {{PLURAL:$1||تعديل واحد|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('ar','messages:undeletebtn','s:17:\"ar:استرجاع\";'),('ar','messages:undeletecomment','s:14:\"ar:السبب:\";'),('ar','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ar','messages:undeletedpage','s:171:\"ar:<strong>أُلغي حذف $1</strong>\n\nراجع [[Special:Log/delete|سجل الحذف]] لمعاينة عمليات الحذف والاسترجاعات الحديثة.\";'),('ar','messages:undeleteextrahelp','s:390:\"ar:لاسترجاع تاريخ الصفحة كاملا، اترك جميع خانات الاختيار فارغة واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\nللاسترجاع بشكل انتقائي، ضع علامة في خانات الاختيار أمام المراجعات التي تريد استرجاعها، واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('ar','messages:undeletehistory','s:264:\"ar:لو استرجعت الصفحة، ستُسترجع كل المراجعات إلى التاريخ.\nلو أُنشئت صفحة جديدة بالاسم نفسه بعد الحذف، ستظهر المراجعات المسترجعة في التاريخ السابق.\";'),('ar','messages:undeletehistorynoadmin','s:328:\"ar:هذه الصفحة تم حذفها.\nالسبب للحذف معروض في الملخص بالأسفل، إلى جانب تفاصيل المستخدمين الذين قاموا بالتعديل على هذه الصفحة قبل حذفها.\nنص المراجعات المحذوفة هذه متوفر فقط للإداريين.\";'),('ar','messages:undeleteinvert','s:28:\"ar:اعكس الاختيار\";'),('ar','messages:undeletelink','s:22:\"ar:اعرض/استعد\";'),('ar','messages:undeletepage','s:58:\"ar:عرض واسترجاع الصفحات المحذوفة\";'),('ar','messages:undeletepagetext','s:274:\"ar:حُذفت {{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|$1 الصفحات التالية|ال$1 صفحة التالية}} ولكنها مازالت في الأرشيف ويمكن استرجاعها.\nقد يمسح الأرشيف دوريا.\";'),('ar','messages:undeletepagetitle','s:101:\"ar:<strong>التالي يتكون من المراجعات المحذوفة من [[:$1|$1]]</strong>.\";'),('ar','messages:undeleterevdel','s:268:\"ar:الاسترجاع لن يتم إذا كان سينتج عنه أن تكون المراجعة أعلى الصفحة أو الملف محذوفة جزئيا.\nفي مثل هذه الحالات، يجب عليك إظهار أحدث المراجعات المحذوفة.\";'),('ar','messages:undeleterevision-duplicate-revid','s:261:\"ar:لم يمكن استعادة {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}، لأن ال<code>rev_id</code> {{PLURAL:$1|الخاص به|الخاص بهما|$1 الخاص بهم}}  كان مستخدما بالفعل.\";'),('ar','messages:undeleterevision-missing','s:186:\"ar:مراجعة غير صحيحة أو مفقودة.\nربما لديك وصلة سيئة، أو ربما المراجعة تم استرجاعها أو إزالتها من الأرشيف.\";'),('ar','messages:undeleterevisions','s:159:\"ar:{{PLURAL:$1|لم تحذف أي مراجعة|حذفت مراجعة واحدة|حذفت مراجعتان|حذفت $1 مراجعات|حذفت $1 مراجعة}}\";'),('ar','messages:undeleteviewlink','s:11:\"ar:اعرض\";'),('ar','messages:underline-always','s:13:\"ar:دائما\";'),('ar','messages:underline-default','s:42:\"ar:وفق المظهر أو المتصفح\";'),('ar','messages:underline-never','s:11:\"ar:أبدا\";'),('ar','messages:undo-failure','s:113:\"ar:لم يمكن استرجاع التعديل بسبب تعديلات متعارضة تمت على الصفحة.\";'),('ar','messages:undo-main-slot-only','s:129:\"ar:لا يمكن التراجع عن التعديل لأنه ينطوي على محتوى خارج الفتحة الرئيسية.\";'),('ar','messages:undo-nochange','s:77:\"ar:يبدو أن التعديل قد تم التراجع عنه بالفعل.\";'),('ar','messages:undo-norev','s:99:\"ar:فشل في الرجوع عن التعديل حيث أنه غير موجود أو تم حذفه.\";'),('ar','messages:undo-success','s:261:\"ar:يمكن استرجاع التعديل.\nتحقق من المقارنة بالأسفل للتأكد من أن هذا هو ما تريد أن تفعله، ثم قم بنشر التغييرات بالأسفل للانتهاء من استرجاع التعديل.\";'),('ar','messages:undo-summary','s:111:\"ar:الرجوع عن التعديل $1 بواسطة [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]])\";'),('ar','messages:undo-summary-anon','s:87:\"ar:التراجع عن المراجعة $1 بواسطة [[Special:Contributions/$2|$2]]\";'),('ar','messages:undo-summary-import','s:98:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم [[:$2|$3]]\";'),('ar','messages:undo-summary-import2','s:90:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم $2\";'),('ar','messages:undo-summary-username-hidden','s:86:\"ar:الرجوع عن المراجعة $1 التي أجراها مستخدمي مخفي\";'),('ar','messages:unexpected','s:43:\"ar:قيمة غير متوقعة: \"$1\"=\"$2\".\";'),('ar','messages:unicode-support-fail','s:153:\"ar:يبو أن متصفحك لا يدعم اليونيكود. وهو ضروري لتعديل الصفحات، لذا فتعديلك لم يتم حفظه.\";'),('ar','messages:unit-pixel','s:7:\"ar:بك\";'),('ar','messages:unknown-error','s:35:\"ar:خطأ غير معروف حدث.\";'),('ar','messages:unlinkaccounts','s:37:\"ar:إزالة ربط الحسابات\";'),('ar','messages:unlinkaccounts-success','s:35:\"ar:الحساب تم فك وصله.\";'),('ar','messages:unlockbtn','s:44:\"ar:رفع غلق قاعدة البيانات\";'),('ar','messages:unlockconfirm','s:65:\"ar:نعم، أريد فتح قاعدة البيانات فعلا.\";'),('ar','messages:unlockdb','s:37:\"ar:فتح قاعدة البيانات\";'),('ar','messages:unlockdbsuccesssub','s:53:\"ar:تم إزالة قفل قاعدة البيانات\";'),('ar','messages:unlockdbsuccesstext','s:53:\"ar:تم إعادة فتح قاعدة البيانات\";'),('ar','messages:unlockdbtext','s:352:\"ar:فتح قاعدة البيانات سيسترجع قدرة كل المستخدمين على تحرير الصفحات، تغيير تفضيلاتهم، تعديل قوائم المراقبة الخاصة بهم، وأشياء أخرى تحتاج التغيير في قاعدة البيانات.\nمن فضلك أكد أن هذا هو ما تريده.\";'),('ar','messages:unpatrolledletter','s:4:\"ar:!\";'),('ar','messages:unprotect','s:24:\"ar:غير الحماية\";'),('ar','messages:unprotected-js','s:263:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل جافا سكريبت من الصفحات غير المحمية; الرجاء إنشاء جافا سكريبت فقط في نطاق ميدياويكي: أو كصفحة فرعية للمستخدم\";'),('ar','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ar','messages:unprotectedarticle-comment','s:80:\"ar:{{GENDER:$2|أزال الحماية|أزالت الحماية}} من \"[[$1]]\"\";'),('ar','messages:unregistered-user-config','s:167:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل الصفحات الفرعية JavaScript وCSS وJSON للمستخدمين غير المسجلين.\";'),('ar','messages:unstrip-depth-category','s:82:\"ar:الصفحات التي يتم تجاوز حد عمق أونستريب فيها\";'),('ar','messages:unstrip-depth-category-desc','s:49:\"ar:الصفحة تتجاوز حد عمق unstrip.\";'),('ar','messages:unstrip-depth-warning','s:40:\"ar:تعدى حد العمق Unstrip ($1)\";'),('ar','messages:unstrip-size-category','s:101:\"ar:الصفحات التي يتم تجاوز الحد الأقصى لحجم أونستريب فيها\";'),('ar','messages:unstrip-size-category-desc','s:49:\"ar:الصفحة تتجاوز حد حجم unstrip.\";'),('ar','messages:unstrip-size-warning','s:47:\"ar:تم تجاوز حد الحجم Unstrip ($1)\";'),('ar','messages:unsupported-content-diff','s:67:\"ar:الفروق غير مدعومة لنموذج المحتوى $1.\";'),('ar','messages:unsupported-content-diff2','s:104:\"ar:الفروق بين نموذجي المحتوى $1 و$2 غير مدعومة في هذا الويكي.\";'),('ar','messages:unsupported-content-model','s:104:\"ar:<strong>تحذير:</strong> نموذج المحتوى $1 غير مدعوم في هذا الويكي.\";'),('ar','messages:unusedcategories','s:39:\"ar:تصنيفات غير مستخدمة\";'),('ar','messages:unusedcategories-summary','s:3:\"en:\";'),('ar','messages:unusedcategoriestext','s:152:\"ar:التصنيفات التالية موجودة على الرغم من أنها لا تحتوي على أية صفحات أو تصنيفات أخرى.\";'),('ar','messages:unusedimages','s:35:\"ar:ملفات غير مستخدمة\";'),('ar','messages:unusedimages-summary','s:3:\"en:\";'),('ar','messages:unusedimagestext','s:290:\"ar:الملفات التالية موجودة لكن غير مضمنة في أي صفحة.\nمن فضلك لاحظ أن المواقع الأخرى ربما تصل إلى ملف بمسار مباشر، ولذا ربما يكون معروضا هنا بالرغم من كونه مستخدما.\";'),('ar','messages:unusedimagestext-categorizedimgisused','s:478:\"ar:الملفات التالية موجودة ولكنها غير مضمنة في أية صفحة، تُعتبَر الصور المصنفة مستعملة على الرغم من أنها غير مضمنة في أية صفحة.\n\nتُرجَى ملاحظة أن مواقع الويب الأخرى قد ترتبط بملف يحتوي على مسار مباشر; ولذلك قد لا تزال مدرجة هنا على الرغم من كونها قيد الاستخدام النشط.\";'),('ar','messages:unusedtemplates','s:35:\"ar:قوالب غير مستخدمة\";'),('ar','messages:unusedtemplates-summary','s:3:\"en:\";'),('ar','messages:unusedtemplatestext','s:221:\"ar:هذه الصفحة تعرض كل الصفحات في نطاق {{ns:template}} غير المضمنة في صفحة أخرى.\nتذكر بأن تتحقق من الوصلات الأخرى للقوالب قبل حذفها.\";'),('ar','messages:unusedtemplateswlh','s:22:\"ar:وصلات أخرى\";'),('ar','messages:unwatch','s:28:\"ar:أوقف المراقبة\";'),('ar','messages:unwatchedpages','s:33:\"ar:صفحات غير مراقبة\";'),('ar','messages:unwatchedpages-summary','s:3:\"en:\";'),('ar','messages:unwatching','s:33:\"ar:إزالة المراقبة...\";'),('ar','messages:unwatchthispage','s:28:\"ar:أوقف المراقبة\";'),('ar','messages:updated','s:15:\"ar:(محدثة)\";'),('ar','messages:updatedmarker','s:52:\"ar:عُدِّلت منذ زيارتك الأخيرة\";'),('ar','messages:updatewatchlist','s:41:\"ar:تحديث قائمة المراقبة\";'),('ar','messages:upload','s:16:\"ar:رفع ملف\";'),('ar','messages:upload-copy-upload-invalid-domain','s:61:\"ar:رفع النسخ غير متاح من هذا الموقع\";'),('ar','messages:upload-curl-error28','s:35:\"ar:انتهاء مهلة الرفع\";'),('ar','messages:upload-curl-error28-text','s:248:\"ar:أخذ الموقع وقتا طويلا للاستجابة.\nمن فضلك تأكد أن الموقع يعمل، وانتظر فترة قصيرة ثم حاول مرة أخرى.\nربما تريد المحاولة في وقت أقل ازدحاما.\";'),('ar','messages:upload-curl-error6','s:49:\"ar:لم يتمكن من الوصول للمسار\";'),('ar','messages:upload-curl-error6-text','s:159:\"ar:لم يمكن الوصول إلى المسار الذي حددته.\nمن فضلك راجع صحة المسار مرة أخرى وأن الموقع يعمل.\";'),('ar','messages:upload-default-description','s:4:\"en:-\";'),('ar','messages:upload-description','s:20:\"ar:وصف الملف\";'),('ar','messages:upload-dialog-button-back','s:11:\"ar:رجوع\";'),('ar','messages:upload-dialog-button-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:upload-dialog-button-done','s:7:\"ar:تم\";'),('ar','messages:upload-dialog-button-save','s:9:\"ar:حفظ\";'),('ar','messages:upload-dialog-button-upload','s:9:\"ar:رفع\";'),('ar','messages:upload-dialog-disabled','s:100:\"ar:رفع الملفات باستخدام هذا الحوار معطلة على هذه الويكي.\";'),('ar','messages:upload-dialog-title','s:20:\"ar:رفع الملف\";'),('ar','messages:upload-disallowed-here','s:52:\"ar:لا يمكنك استبدال هذا الملف.\";'),('ar','messages:upload-file-error','s:20:\"ar:خطأ داخلي\";'),('ar','messages:upload-file-error-text','s:162:\"ar:حدث خطأ داخلي عند محاولة إنشاء ملف مؤقت على الخادوم.\nمن فضلك اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('ar','messages:upload-foreign-cant-load-config','s:117:\"ar:فشل تحميل الإعدادات للملفات المرفوعة لمستودع الملفات الخارجي.\";'),('ar','messages:upload-foreign-cant-upload','s:129:\"ar:هذه الويكي ليست مضبوطة لرفع الملفات لمستودع الملفات الخارجي المطلوب.\";'),('ar','messages:upload-form-label-infoform-categories','s:17:\"ar:تصنيفات\";'),('ar','messages:upload-form-label-infoform-date','s:17:\"ar:التاريخ\";'),('ar','messages:upload-form-label-infoform-description','s:13:\"ar:الوصف\";'),('ar','messages:upload-form-label-infoform-description-tooltip','s:171:\"ar:باختصار صف كل شيء ملحوظ حول العمل.\nلصورة، اذكر الأشياء الأساسية المصورة، المناسبة أو المكان.\";'),('ar','messages:upload-form-label-infoform-name','s:13:\"ar:الاسم\";'),('ar','messages:upload-form-label-infoform-name-tooltip','s:190:\"ar:عنوان وصفي فريد للملف، والذي سيكون اسم الملف. يمكنك أن تستخدم لغة عادية مع مسافات. لا تضمن امتداد الملف.\";'),('ar','messages:upload-form-label-infoform-title','s:19:\"ar:التفاصيل\";'),('ar','messages:upload-form-label-not-own-work-local-generic-foreign','s:188:\"ar:أنت ربما تريد أيضا تجربة [[Special:Upload|صفحة الرفع على {{SITENAME}}]]، لو أن هذا الملف يمكن رفعه هناك تحت سياساتهم.\";'),('ar','messages:upload-form-label-not-own-work-local-generic-local','s:99:\"ar:أنت ربما تريد تجربة [[Special:Upload|صفحة الرفع الافتراضية]].\";'),('ar','messages:upload-form-label-not-own-work-message-generic-foreign','s:189:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات المستودع المشترك، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('ar','messages:upload-form-label-not-own-work-message-generic-local','s:170:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات {{SITENAME}}، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('ar','messages:upload-form-label-own-work','s:29:\"ar:هذا عملي الخاص\";'),('ar','messages:upload-form-label-own-work-message-generic-foreign','s:222:\"ar:أنا أفهم أنني أقوم برفع هذا الملف إلى مستودع مشترك. أنا أؤكد أنني أقوم بهذا بالتوافق مع شروط الخدمة وسياسات الترخيص هناك.\";'),('ar','messages:upload-form-label-own-work-message-generic-local','s:152:\"ar:أنا أؤكد أنني أقوم برفع هذا الملف مع مراعاة شروط الخدمة وسياسات الترخيص في {{SITENAME}}.\";'),('ar','messages:upload-form-label-usage-filename','s:20:\"ar:اسم الملف\";'),('ar','messages:upload-form-label-usage-title','s:21:\"ar:الاستخدام\";'),('ar','messages:upload-http-error','s:27:\"ar:صودف خطأ HTTP: $1\";'),('ar','messages:upload-maxfilesize','s:37:\"ar:حجم الملف الأقصى: $1\";'),('ar','messages:upload-misc-error','s:43:\"ar:خطأ غير معروف في الرفع\";'),('ar','messages:upload-misc-error-text','s:297:\"ar:حدث خطأ غير معروف أثناء عملية الرفع.\nمن فضلك تاكد أن المسار صحيح ومن الممكن الدخول عليه ثم حاول مرة أخرى.\nإذا استمرت المشكلة في الحدوث، اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('ar','messages:upload-options','s:26:\"ar:خيارات الرفع\";'),('ar','messages:upload-permitted','s:75:\"ar:أنواع الملفات المسموحة {{PLURAL:$2|type|types}}: $1.\";'),('ar','messages:upload-preferred','s:73:\"ar:أنواع الملفات المفضلة {{PLURAL:$2|type|types}}: $1.\";'),('ar','messages:upload-prohibited','s:75:\"ar:أنواع الملفات الممنوعة {{PLURAL:$2|type|types}}: $1.\";'),('ar','messages:upload-proto-error','s:35:\"ar:بروتوكول غير صحيح\";'),('ar','messages:upload-proto-error-text','s:110:\"ar:الرفع عن بعد يتطلب مساراً يبدأ بـ <code>http://</code> أو <code>ftp://</code>.\";'),('ar','messages:upload-recreate-warning','s:179:\"ar:<strong>تحذير: سبق حذف أو نقل ملف بهذا الاسم.</strong>\n\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('ar','messages:upload-scripted-dtd','s:99:\"ar:لا يمكن رفع ملفات SVG التي تحتوي على إعلان DTD غير قياسي.\";'),('ar','messages:upload-scripted-pi-callback','s:89:\"ar:لا يمكن رفع ملف يحتوي على تعليمة معالجة XML-stylesheet\";'),('ar','messages:upload-source','s:26:\"ar:الملف المصدر\";'),('ar','messages:upload-summary','s:3:\"en:\";'),('ar','messages:upload-too-many-redirects','s:59:\"ar:احتوى المسار تحويلات كثيرة جدا\";'),('ar','messages:upload-tryagain','s:34:\"ar:أرسل وصف ملف معدل\";'),('ar','messages:upload-tryagain-nostash','s:70:\"ar:ارفع الملف المعاد رفعه والوصف المعدل\";'),('ar','messages:upload_directory_missing','s:101:\"ar:مجلد الرفع ($1) مفقود ولم يمكن إنشاؤه بواسطة خادم الويب.\";'),('ar','messages:upload_directory_read_only','s:99:\"ar:مجلد الرفع ($1) لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('ar','messages:upload_source_file','s:32:\"ar: (ملف على حاسوبك)\";'),('ar','messages:upload_source_url','s:57:\"ar:  (مسار صحيح، يمكن الوصول إليه)\";'),('ar','messages:uploadbtn','s:20:\"ar:رفع ملفٍّ\";'),('ar','messages:uploaddisabled','s:29:\"ar:تم تعطيل الرفع\";'),('ar','messages:uploaddisabledtext','s:34:\"ar:رفع الملفات معطل.\";'),('ar','messages:uploaded-animate-svg','s:181:\"ar:تم العثور على وسم \"animate\" الذي ربما يكون يغير href, باستخدام سمة \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ar','messages:uploaded-event-handler-on-svg','s:109:\"ar:ضبط سمات معالج الأحداث <code>$1=\"$2\"</code> غير مسموح به في ملفات SVG.\";'),('ar','messages:uploaded-hostile-svg','s:106:\"ar:تم العثور على CSS غير آمن في عنصر الشكل في ملف الSVG المرفوع.\";'),('ar','messages:uploaded-href-attribute-svg','s:390:\"ar:<a> العناصر يمكنها فقط وصل (href) للبيانات: (ملف مضمن)، أهداف http:// أو https://, أو fragment (#, same-document). للعناصر الأخرى، مثل <image>، فقط بيانات: و fragment مسموح بها. جرب تضمين الصور عند تصدير الSVG الخاص بك. تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ar','messages:uploaded-href-unsafe-target-svg','s:139:\"ar:تم العثور على href لبيانات غير آمنة: هدف URI <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ar','messages:uploaded-image-filter-svg','s:119:\"ar:تم العثور على فلتر صورة مع URL: <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ar','messages:uploaded-remote-url-svg','s:153:\"ar:SVG الذي يضبط أي سمة شكل مع URL خارجي ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('ar','messages:uploaded-script-svg','s:90:\"ar:تم العثور على عنصر سكريبت \"$1\" في ملف الSVG المرفوع.\";'),('ar','messages:uploaded-setting-event-handler-svg','s:146:\"ar:ضبط سمات معالج الأحداث ممنوع، تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ar','messages:uploaded-setting-handler-svg','s:173:\"ar:SVG الذي يضبط سمة \"handler\" مع خارجي/بيانات/سكريبت ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('ar','messages:uploaded-setting-href-svg','s:91:\"ar:استخدام وسم \"set\" لإضافة سمة \"href\" للعنصر الأب ممنوع.\";'),('ar','messages:uploaded-wrong-setting-svg','s:203:\"ar:استخدام وسم \"set\" لإضافة هدف خارجي/بيانات/سكريبت لأي سمة ممنوع. تم العثور على <code>&lt;set to=\"$1\"&gt;</code> في ملف SVG المرفوع.\";'),('ar','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ar','messages:uploaderror','s:25:\"ar:خطأ في الرفع\";'),('ar','messages:uploadfooter','s:4:\"en:-\";'),('ar','messages:uploadinvalidxml','s:58:\"ar:تعذر تحليل XML في الملف المرفوع.\";'),('ar','messages:uploadlogpage','s:20:\"ar:سجل الرفع\";'),('ar','messages:uploadlogpagetext','s:174:\"ar:في الأسفل قائمة بأحدث عمليات رفع الملفات.\nانظر [[Special:NewFiles|معرض الملفات الجديدة]] لعرض بصري أكثر\";'),('ar','messages:uploadnewversion-linktext','s:52:\"ar:رفع نسخة جديدة من هذا الملف\";'),('ar','messages:uploadnologin','s:31:\"ar:غير مسجل الدخول\";'),('ar','messages:uploadnologintext','s:48:\"ar:يجب عليك $1 لترفع الملفات.\";'),('ar','messages:uploadscripted','s:130:\"ar:هذا الملف يضم كود HTML أو كود آخر يمكن أن يفسره متصفح الويب بطريقة خاطئة.\";'),('ar','messages:uploadscriptednamespace','s:94:\"ar:يحتوي ملف SVG هذا على اسم نطاق غير مشروع \"<nowiki>$1</nowiki>\"\";'),('ar','messages:uploadstash','s:22:\"ar:تحميل مخبأ\";'),('ar','messages:uploadstash-bad-path','s:33:\"ar:المسار غير موجود\";'),('ar','messages:uploadstash-bad-path-bad-format','s:52:\"ar:المفتاح \"$1\" ليس بصيغة صحيحة.\";'),('ar','messages:uploadstash-bad-path-invalid','s:32:\"ar:المسار غير صحيح.\";'),('ar','messages:uploadstash-bad-path-no-handler','s:76:\"ar:لم يتم العثور على هاندلر للميم $1 للملف $2.\";'),('ar','messages:uploadstash-bad-path-unknown-type','s:33:\"ar:نوع غير معروف \"$1\".\";'),('ar','messages:uploadstash-bad-path-unrecognized-thumb-name','s:48:\"ar:اسم تصغير غير متعرف عليه.\";'),('ar','messages:uploadstash-badtoken','s:180:\"ar:فشل أداء ذلك العمل، ربما لأن وثائق تفويض التحرير الخاصة بك منتهية الصلاحية. من فضلك حاول مرة أخرى.\";'),('ar','messages:uploadstash-clear','s:39:\"ar:مسح الملفات المخبأة\";'),('ar','messages:uploadstash-errclear','s:45:\"ar:فشلت عملية مسح الملفات.\";'),('ar','messages:uploadstash-exception','s:65:\"ar:لم يمكن تخزين الرفع في الstash ($1): \"$2\".\";'),('ar','messages:uploadstash-file-not-found','s:75:\"ar:المفتاح \"$1\" لم يتم العثور عليه في الستاش.\";'),('ar','messages:uploadstash-file-not-found-missing-content-type','s:45:\"ar:رأس مفقود لنوع المحتوى.\";'),('ar','messages:uploadstash-file-not-found-no-local-path','s:52:\"ar:لا مسار محلي للعنصر المصغر.\";'),('ar','messages:uploadstash-file-not-found-no-remote-thumb','s:57:\"ar:الحصول على التصغير فشل: $1\nURL = $2\";'),('ar','messages:uploadstash-file-not-found-no-thumb','s:48:\"ar:لم يمكن الحصول على تصغير.\";'),('ar','messages:uploadstash-file-not-found-not-exists','s:80:\"ar:لم يمكن العثور على المسار، أو ليس ملف صريح.\";'),('ar','messages:uploadstash-file-too-large','s:57:\"ar:لا يمكن عرض ملف أكبر من $1 بايت.\";'),('ar','messages:uploadstash-no-such-key','s:64:\"ar:لا مفتاح كهذا ($1)، لم يمكن الإزالة.\";'),('ar','messages:uploadstash-nofiles','s:46:\"ar:ليس لديك أي ملفات مخبأة.\";'),('ar','messages:uploadstash-not-logged-in','s:107:\"ar:لا مستخدم مسجل الدخول، الملفات يجب أن تنتمي إلى مستخدمين.\";'),('ar','messages:uploadstash-refresh','s:39:\"ar:تحديث قائمة الملفات\";'),('ar','messages:uploadstash-summary','s:245:\"ar:توفر هذه الصفحة الوصول إلى الملفات التي يتم رفعها ولكنها لم تُنشَر بعد في الويكي، هذه الملفات غير مرئية لأحد إلا للمستخدم الذي رفعها.\";'),('ar','messages:uploadstash-thumbnail','s:31:\"ar:اعرض صورة مصغرة\";'),('ar','messages:uploadstash-wrong-owner','s:72:\"ar:هذا الملف ($1) لا ينتمي للمستخدم الحالي.\";'),('ar','messages:uploadstash-zero-length','s:30:\"ar:الملف طوله صفر.\";'),('ar','messages:uploadtext','s:1053:\"ar:استخدم الاستمارة بالأسفل لرفع الملفات.\nلرؤية أو البحث في الملفات المرفوعة سابقا، راجع [[Special:FileList|قائمة الملفات المرفوعة]]، عمليات الرفع (وإعادة الرفع) مسجلة في [[Special:Log/upload|سجل الرفع]] وعمليات الحذف في [[Special:Log/delete|سجل الحذف]].\n\nلإدراج صورة في صفحة، استخدم الوصلات في الصيغ التالية:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> لاستخدام النسخة الكاملة لملف\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|نص بديل]]</nowiki></code></strong> لاستخدام صورة عرضها 200 بكسل في صندوق في الجانب الأيسر مع \"نص بديل\" كوصف\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> للوصل للملف مباشرة بدون عرض الملف\";'),('ar','messages:uploadvirus','s:64:\"ar:الملف يحتوي على فيروس! التفاصيل: $1\";'),('ar','messages:uploadwarning','s:24:\"ar:تحذير الرفع\";'),('ar','messages:uploadwarning-text','s:80:\"ar:من فضلك عدل وصف الملف أدناه وحاول مرة أخرى.\";'),('ar','messages:uploadwarning-text-nostash','s:106:\"ar:من فضلك أعد رفع الملف، عدل الوصف بالأسفل وحاول مرة ثانية.\";'),('ar','messages:user-mail-no-addy','s:102:\"ar:لقد حاولت إرسال بريد إلكتروني دون عنوان بريد إلكتروني.\";'),('ar','messages:user-mail-no-body','s:84:\"ar:محاول ارسال بريد إلكتروني فارغ أو ذو نص قصير.\";'),('ar','messages:usercreated','s:64:\"ar:{{GENDER:$3|أنشأه|أنشأته}} في $1 الساعة $2\";'),('ar','messages:usercssispublic','s:194:\"ar:من فضلك لاحظ: أنه لا ينبغي أن تحتوي صفحات الCSS الفرعية على بيانات سرية حيث يمكن للمستخدمين الآخرين رؤيتها.\";'),('ar','messages:usercsspreview','s:164:\"ar:<strong>تذكّر أنك تستعرض معاينة لصفحة الأنماط المتتالية (CSS) الخاصة بك.\nفهي لم تُنشر بعد!</strong>\";'),('ar','messages:usercssyoucanpreview','s:131:\"ar:<strong>ملاحظة:</strong> استعمل زر \"{{int:showpreview}}\" لتجربة CSS الجديد قبل حفظ الصفحة.\";'),('ar','messages:usereditcount','s:121:\"ar:{{PLURAL:$1|لا تعديلات|تعديل واحد|تعديلان|$1 تعديلات|$1 تعديلًا|$1 تعديل}}\";'),('ar','messages:userexists','s:125:\"ar:اسم المستخدم الذي تم إدخاله مستعمل بالفعل.\nالرجاء اختيار اسم مختلف.\";'),('ar','messages:userinvalidconfigtitle','s:234:\"ar:<strong>تحذير:</strong> T لا توجد واجهة \"$1\".\nصفحات Custom .css و.json و.js تستخدم حروفا صغيرة في العنوان، مثل {{ns:user}}:Foo/vector.css على عكس {{ns:user}}:Foo/Vector.css.\";'),('ar','messages:userjsdangerous','s:381:\"ar:يرجى ملاحظة: سيتم تشغيل البرامج النصية المضمنة في هذه الصفحة في أي وقت تقوم فيه بتحميل صفحة. قد يؤدي الكود الضار المضاف هنا إلى اختراق الحساب. سيتم تنفيذ الكود عند معاينة التغييرات التي أجريتها على هذه الصفحة.\";'),('ar','messages:userjsispublic','s:236:\"ar:من فضلك لاحظ: صفحات الجافاسكريبت الفرعية لا ينبغي أن تحتوي على بياناتٍ سرية، وذلك لأنه يمكن مشاهدتها بواسطة المستخدمين الآخرين.\";'),('ar','messages:userjsonispublic','s:213:\"ar:الرجاء ملاحظة أنه: يجب ألا تحتوي الصفحات الفرعية لجسون على بيانات سرية لأنها قابلة للعرض من قبل المستخدمين الآخرين.\";'),('ar','messages:userjsonpreview','s:163:\"ar:<strong>تذكّر أنك فقط تختبر/تعاين تهيئة جسون لصفحة المستخدم الخاصة بك\nفهي لم تُنشر بعد!</strong>\";'),('ar','messages:userjsonyoucanpreview','s:132:\"ar:<strong>نصيحة:</strong>  استخدم الزر \"{{int:showpreview}}\" لاختبار جسون الجديد قبل الحفظ.\";'),('ar','messages:userjspreview','s:142:\"ar:<strong>تذكر أنك فقط تختبر/تعاين صفحة جافاسكربت الخاصة بك.\nفهي لم تُنشر بعد!</strong>\";'),('ar','messages:userjsyoucanpreview','s:154:\"ar:<strong>ملاحظة:</strong> استعمل زر \"{{int:showpreview}}\" لتجربة الجافاسكريبت الجديدة قبل حفظ الصفحة.\";'),('ar','messages:userlogin-createanother','s:29:\"ar:إنشاء حساب آخر\";'),('ar','messages:userlogin-helplink2','s:37:\"ar:المساعدة في الدخول\";'),('ar','messages:userlogin-joinproject','s:31:\"ar:انضم إلى {{SITENAME}}\";'),('ar','messages:userlogin-loggedin','s:199:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول مسبقًا باسم $1. {{GENDER:$1|استخدم|استخدمي}} النموذج بالأسفل لتسجيل الدخول بحساب آخر.\";'),('ar','messages:userlogin-noaccount','s:29:\"ar:ليس لديك حساب؟\";'),('ar','messages:userlogin-reauth','s:76:\"ar:عليك الدخول مرة أخرى لتؤكد أنك {{GENDER:$1|$1}}.\";'),('ar','messages:userlogin-remembermypassword','s:37:\"ar:أبقني مسجلا للدخول\";'),('ar','messages:userlogin-resetpassword-link','s:33:\"ar:نسيت كلمة مرورك؟\";'),('ar','messages:userlogin-signwithsecure','s:35:\"ar:استخدام اتصال آمن\";'),('ar','messages:userlogin-yourname','s:26:\"ar:اسم المستخدم\";'),('ar','messages:userlogin-yourname-ph','s:51:\"ar:أدخل اسم المستخدم الخاص بك\";'),('ar','messages:userlogin-yourpassword','s:20:\"ar:كلمة السر\";'),('ar','messages:userlogin-yourpassword-ph','s:47:\"ar:أدخل كلمة السر الخاصة بك\";'),('ar','messages:userlogout','s:11:\"ar:خروج\";'),('ar','messages:userlogout-continue','s:42:\"ar:هل تريد تسجيل الخروج؟\";'),('ar','messages:userlogout-summary','s:3:\"en:\";'),('ar','messages:userlogout-temp','s:170:\"ar:هل أنت متأكد أنك تريد تسجيل الخروج؟ لن تكون هناك طريقة لإعادة تسجيل الدخول إلى حسابك المؤقت.\";'),('ar','messages:usermaildisabled','s:58:\"ar:بريد المستخدم الإلكتروني معطل\";'),('ar','messages:usermaildisabledtext','s:117:\"ar:لا يمكنك إرسال بريد إلكتروني إلى مستخدمين آخرين على هذه الويكي\";'),('ar','messages:usermessage-editor','s:26:\"ar:مراسل النظام\";'),('ar','messages:usermessage-summary','s:30:\"ar:ترك رسالة نظام.\";'),('ar','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ar','messages:username','s:67:\"ar:{{GENDER:$1|اسم المستخدم|اسم المستخدمة}}:\";'),('ar','messages:usernameinprogress','s:125:\"ar:إن عملية إنشاء حساب لاسم المستخدم هذا جارية بالفعل. برجاء الانتظار.\";'),('ar','messages:userpage-userdoesnotexist','s:149:\"ar:حساب المستخدم \"<nowiki>$1</nowiki>\" غير مسجل.\nمن فضلك تأكد أنك تريد إنشاء/تعديل هذه الصفحة.\";'),('ar','messages:userpage-userdoesnotexist-view','s:52:\"ar:حساب المستخدم «$1» غير مسجل.\";'),('ar','messages:userrights','s:34:\"ar:صلاحيات المستخدم\";'),('ar','messages:userrights-cannot-shorten-expiry','s:272:\"ar:أنت لا يمكنك تقديم تاريخ الانتهاء لعضوية المجموعة \"$1\". فقط المستخدمون الذين يمتلكون السماح لإضافة وإزالة هذه المجموعة يمكنهم تقديم تواريخ الانتهاء.\";'),('ar','messages:userrights-changeable-col','s:56:\"ar:المجموعات التي يمكنك تغييرها\";'),('ar','messages:userrights-conflict','s:136:\"ar:تضارب في تغيير صلاحيات المستخدم! الرجاء مراجعة تغييراتك مجدّدا وتأكيدها.\";'),('ar','messages:userrights-editusergroup','s:78:\"ar:تعديل مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:userrights-expiry','s:14:\"ar:تنتهي:\";'),('ar','messages:userrights-expiry-current','s:16:\"ar:تنتهي $1\";'),('ar','messages:userrights-expiry-existing','s:50:\"ar:وقت الانتهاء الموجود: $3، $2\";'),('ar','messages:userrights-expiry-in-past','s:72:\"ar:تاريخ انتهاء المجموعة \"$1\" هو في الماضي.\";'),('ar','messages:userrights-expiry-none','s:22:\"ar:غير منتهية\";'),('ar','messages:userrights-expiry-options','s:110:\"ar:1 يوم:1 day,1 أسبوع:1 week,1 شهر:1 month,3 شهور:3 months,6 شهور:6 months,1 سنة:1 year\";'),('ar','messages:userrights-expiry-othertime','s:17:\"ar:وقت آخر:\";'),('ar','messages:userrights-groups-help','s:611:\"ar:يمكنك تغيير المجموعات التي ينتمي {{GENDER:$1|هذا المستخدم}} إليها:\n* يعني الصندوق المعلم أن المستخدم ضمن هذه المجموعة.\n* يعني الصندوق غير المعلم أن المستخدم ليس في هذه المجموعة.\n* تعني علامة * عدم إمكانية إزالة المجموعة متى ما أضفتها أو العكس.\n* تعني علامة # أنه يمكنك فقط تحديد تاريخ الانتهاء لعضوية هذه المجموعة؛ لكن لا يمكنك تقديمه بعد تحديده.\";'),('ar','messages:userrights-groupsmember','s:15:\"ar:عضو في:\";'),('ar','messages:userrights-groupsmember-auto','s:24:\"ar:عضو ضمني في:\";'),('ar','messages:userrights-groupsmember-type','s:5:\"ar:$1\";'),('ar','messages:userrights-invalid-expiry','s:65:\"ar:تاريخ انتهاء المجموعة \"$1\" غير صحيح.\";'),('ar','messages:userrights-irreversible-marker','s:6:\"ar:$1*\";'),('ar','messages:userrights-lookup-user','s:32:\"ar:اختيار المستخدم\";'),('ar','messages:userrights-no-interwiki','s:129:\"ar:أنت لا تمتلك الصلاحية لتعديل صلاحيات المستخدمين على الويكيات الأخرى.\";'),('ar','messages:userrights-no-shorten-expiry-marker','s:6:\"ar:$1#\";'),('ar','messages:userrights-nodatabase','s:79:\"ar:قاعدة البيانات $1 غير موجودة أو ليست محلية.\";'),('ar','messages:userrights-reason','s:14:\"ar:السبب:\";'),('ar','messages:userrights-summary','s:3:\"en:\";'),('ar','messages:userrights-systemuser','s:67:\"ar:{{GENDER:$1|هذا مستخدم|هذه مستخدمة}} نظام\";'),('ar','messages:userrights-unchangeable-col','s:61:\"ar:المجموعات التي لا يمكنك تغييرها\";'),('ar','messages:userrights-user-editname','s:32:\"ar:أدخل اسم مستخدم:\";'),('ar','messages:userrights-viewusergroup','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ar','messages:variantname-crh','s:6:\"ar:crh\";'),('ar','messages:variantname-crh-cyrl','s:11:\"ar:crh-Cyrl\";'),('ar','messages:variantname-crh-latn','s:11:\"ar:crh-Latn\";'),('ar','messages:variantname-gan','s:6:\"en:gan\";'),('ar','messages:variantname-gan-hans','s:7:\"ar:Hans\";'),('ar','messages:variantname-gan-hant','s:7:\"ar:Hant\";'),('ar','messages:variantname-ike-cans','s:11:\"ar:ike-Cans\";'),('ar','messages:variantname-ike-latn','s:11:\"ar:ike-Latn\";'),('ar','messages:variantname-iu','s:5:\"ar:iu\";'),('ar','messages:variantname-kk','s:5:\"ar:kk\";'),('ar','messages:variantname-kk-arab','s:10:\"ar:kk-Arab\";'),('ar','messages:variantname-kk-cn','s:8:\"ar:kk-CN\";'),('ar','messages:variantname-kk-cyrl','s:10:\"ar:kk-Cyrl\";'),('ar','messages:variantname-kk-kz','s:8:\"ar:kk-KZ\";'),('ar','messages:variantname-kk-latn','s:10:\"ar:kk-Latn\";'),('ar','messages:variantname-kk-tr','s:8:\"ar:kk-TR\";'),('ar','messages:variantname-ku','s:5:\"en:ku\";'),('ar','messages:variantname-ku-arab','s:10:\"ar:ku-Arab\";'),('ar','messages:variantname-ku-latn','s:10:\"ar:ku-Latn\";'),('ar','messages:variantname-shi','s:6:\"ar:shi\";'),('ar','messages:variantname-shi-latn','s:11:\"ar:shi-Latn\";'),('ar','messages:variantname-shi-tfng','s:11:\"ar:shi-Tfng\";'),('ar','messages:variantname-sr','s:5:\"en:sr\";'),('ar','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ar','messages:variantname-sr-ec','s:10:\"ar:sr-Cyrl\";'),('ar','messages:variantname-sr-el','s:10:\"ar:sr-Latn\";'),('ar','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ar','messages:variantname-tg','s:5:\"ar:tg\";'),('ar','messages:variantname-tg-cyrl','s:10:\"ar:tg-Cyrl\";'),('ar','messages:variantname-tg-latn','s:10:\"ar:tg-Latn\";'),('ar','messages:variantname-tly','s:6:\"ar:tly\";'),('ar','messages:variantname-tly-cyrl','s:11:\"ar:tly-Cyrl\";'),('ar','messages:variantname-uz','s:5:\"ar:uz\";'),('ar','messages:variantname-uz-cyrl','s:10:\"ar:uz-Cyrl\";'),('ar','messages:variantname-uz-latn','s:10:\"ar:uz-Latn\";'),('ar','messages:variantname-zh','s:5:\"en:zh\";'),('ar','messages:variantname-zh-cn','s:5:\"ar:CN\";'),('ar','messages:variantname-zh-hans','s:7:\"ar:Hans\";'),('ar','messages:variantname-zh-hant','s:7:\"ar:Hant\";'),('ar','messages:variantname-zh-hk','s:5:\"ar:HK\";'),('ar','messages:variantname-zh-mo','s:5:\"ar:MO\";'),('ar','messages:variantname-zh-my','s:5:\"ar:MY\";'),('ar','messages:variantname-zh-sg','s:5:\"ar:SG\";'),('ar','messages:variantname-zh-tw','s:5:\"ar:TW\";'),('ar','messages:variants','s:21:\"ar:المتغيرات\";'),('ar','messages:vector-2022-prefs-talkpage','s:56:\"ar:[[mw:Talk:Reading/Web/Desktop_Improvements|نقاش]]\";'),('ar','messages:vector-action-addsection','s:24:\"ar:أضف موضوعًا\";'),('ar','messages:vector-action-delete','s:11:\"ar:احذف\";'),('ar','messages:vector-action-move','s:13:\"ar:انقُل\";'),('ar','messages:vector-action-protect','s:11:\"ar:احمِ\";'),('ar','messages:vector-action-toggle-sidebar','s:41:\"ar:تبديل الشريط الجانبي\";'),('ar','messages:vector-action-undelete','s:22:\"ar:ألغِ الحذف\";'),('ar','messages:vector-action-unprotect','s:28:\"ar:غيِّر الحماية\";'),('ar','messages:vector-anon-user-menu-pages','s:69:\"ar:صفحات للمحررين الذين سجَّلوا خروجهم\";'),('ar','messages:vector-anon-user-menu-pages-label','s:54:\"ar:تعلَّم المزيد بخصوص التحرير\";'),('ar','messages:vector-anon-user-menu-pages-learn','s:28:\"ar:تعلَّم المزيد\";'),('ar','messages:vector-article-tools-nav-label','s:17:\"ar:الأدوات\";'),('ar','messages:vector-intro-page','s:18:\"ar:Help:مقدمة\";'),('ar','messages:vector-jumptocontent','s:35:\"ar:انتقل إلى المحتوى\";'),('ar','messages:vector-jumptonavigation','s:31:\"ar:اذهب إلى التنقل\";'),('ar','messages:vector-jumptosearch','s:29:\"ar:اذهب إلى البحث\";'),('ar','messages:vector-language-button-aria-label','s:175:\"ar:{{GENDER:|اذهب|اذهبي}} إلى المقالة في لغةٍ أخرى. مُتاحة في {{PLURAL:$1|لا لغة|لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('ar','messages:vector-language-button-label','s:81:\"ar:{{PLURAL:$1|لا لغات|لغة واحدة|لغتان|$1 لغات|$1 لغة}}\";'),('ar','messages:vector-language-redirect-to-top','s:196:\"ar:في نسخة {{SITENAME}} هذه، وصلات اللغات موجودة في الزاوية العليا اليسرى بجانب العنوان. [[#p-lang-btn|انتقل إلى الأعلى]].\";'),('ar','messages:vector-language-variant-switcher-label','s:31:\"ar:غيّر لهجة اللغة\";'),('ar','messages:vector-languages','s:11:\"ar:لغات\";'),('ar','messages:vector-main-menu-tooltip','s:32:\"ar:القائمة الرئيسة\";'),('ar','messages:vector-more-actions','s:15:\"ar:المزيد\";'),('ar','messages:vector-no-language-button-aria-label','s:113:\"ar:هذه المقالة تتواجد فقط في هذه اللغة. أضفها إلى اللغات الأخرى.\";'),('ar','messages:vector-no-language-button-label','s:18:\"ar:أضف لغات\";'),('ar','messages:vector-opt-out','s:48:\"ar:التبديل إلى الشكل القديم\";'),('ar','messages:vector-opt-out-tooltip','s:132:\"ar:غيِّر الإعدادت للعودة إلى طريقة العرض القديمة (النسخة القديمة لفيكتور)\";'),('ar','messages:vector-search-loader','s:41:\"ar:تحميل اقتراحات البحث\";'),('ar','messages:vector-searchsuggest-containing','s:109:\"ar:ابحث عن صفحات تحتوي <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ar','messages:vector-site-nav-label','s:15:\"ar:الموقع\";'),('ar','messages:vector-skin-desc','s:368:\"ar:توفر نسختان من مظهر فيكتور:\n* 2011 - النسخة الحديثة من مظهر مونوبوك بمظهر أحدث وتحسينات لسهولة الاستخدام.\n* 2022 - نسخة فيكتور المبنيّة كجزءٍ من مشروع مؤسسة ويكيميديا [[mw:Desktop Improvements|لتحسينات نسخة سطح المكتب]].\";'),('ar','messages:vector-specialversion-name','s:13:\"ar:فكتور\";'),('ar','messages:vector-toc-beginning','s:17:\"ar:المقدمة\";'),('ar','messages:vector-toc-collapsible-button-label','s:48:\"ar:تبديل عرض جدول المحتويات\";'),('ar','messages:vector-toc-heading','s:21:\"ar:المحتويات\";'),('ar','messages:vector-toc-menu-tooltip','s:30:\"ar:جدول المحتويات\";'),('ar','messages:vector-toc-toggle-button-label','s:40:\"ar:ثبِّت القسم الفرعي $1\";'),('ar','messages:vector-toc-toggle-position-sidebar','s:39:\"ar:انقل للشريط الجانبي\";'),('ar','messages:vector-toc-toggle-position-title','s:9:\"ar:أخف\";'),('ar','messages:vector-view-create','s:11:\"ar:أنشئ\";'),('ar','messages:vector-view-edit','s:13:\"ar:عدِّل\";'),('ar','messages:vector-view-history','s:13:\"ar:تاريخ\";'),('ar','messages:vector-view-view','s:11:\"ar:اقرأ\";'),('ar','messages:vector-view-viewsource','s:24:\"ar:اعرض المصدر\";'),('ar','messages:vector.css','s:127:\"ar:/* ستؤثِّر الأنماط المتراصة CSS المعروضة هنا على مستخدمي واجهة فكتور */\";'),('ar','messages:vector.js','s:146:\"ar:/* سيُحمَّل أي نص برمجي مكتوب بلغة جافا للمستخدمين الذين يستعملون واجهة فكتور */\";'),('ar','messages:verification-error','s:59:\"ar:لم يجتز الملف تحقق صحة الملفات.\";'),('ar','messages:version','s:11:\"ar:نسخة\";'),('ar','messages:version-antispam','s:35:\"ar:منع البريد المزعج\";'),('ar','messages:version-api','s:19:\"ar:إيه بي آي\";'),('ar','messages:version-credits-not-found','s:103:\"ar:لم يتم العثور على أي معلومات للعاملين على هذا الامتداد.\";'),('ar','messages:version-credits-summary','s:134:\"ar:نود أن نعرف بالأشخاص التالية أسماؤهم لمساهمتهم في [[Special:Version|ميدياويكي]].\";'),('ar','messages:version-credits-title','s:29:\"ar:العاملون على $1\";'),('ar','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ar','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ar','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ar','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ar','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ar','messages:version-editors','s:19:\"ar:المحررون\";'),('ar','messages:version-entrypoints','s:46:\"ar:نقطة دخول وصلات المواقع\";'),('ar','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ar','messages:version-entrypoints-articlepath','s:102:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath مسار المقالات]\";'),('ar','messages:version-entrypoints-header-entrypoint','s:20:\"ar:تقطة دخول\";'),('ar','messages:version-entrypoints-header-url','s:15:\"ar:المسار\";'),('ar','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ar','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ar','messages:version-entrypoints-scriptpath','s:101:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath مسار السكريبت]\";'),('ar','messages:version-ext-colheader-credits','s:15:\"ar:مؤلفون\";'),('ar','messages:version-ext-colheader-description','s:9:\"ar:وصف\";'),('ar','messages:version-ext-colheader-license','s:13:\"ar:ترخيص\";'),('ar','messages:version-ext-colheader-name','s:15:\"ar:امتداد\";'),('ar','messages:version-ext-colheader-version','s:11:\"ar:نسخة\";'),('ar','messages:version-ext-license','s:13:\"ar:ترخيص\";'),('ar','messages:version-extensions','s:38:\"ar:الامتدادات المثبتة\";'),('ar','messages:version-hook-name','s:22:\"ar:اسم الخطاف\";'),('ar','messages:version-hook-subscribedby','s:28:\"ar:يستخدم بواسطة\";'),('ar','messages:version-hooks','s:19:\"ar:الخطاطيف\";'),('ar','messages:version-libraries','s:26:\"ar:مكتبات مثبتة\";'),('ar','messages:version-libraries-authors','s:19:\"ar:المؤلفون\";'),('ar','messages:version-libraries-description','s:13:\"ar:الوصف\";'),('ar','messages:version-libraries-library','s:17:\"ar:المكتبة\";'),('ar','messages:version-libraries-license','s:17:\"ar:الترخيص\";'),('ar','messages:version-libraries-version','s:19:\"ar:الإصدارة\";'),('ar','messages:version-license','s:32:\"ar:ترخيص ميدياويكي\";'),('ar','messages:version-license-info','s:975:\"ar:ميدياويكي برنامج حر، يحق لك توزيعه و/أو تعديله وفقاً لبنود رخصة جنو العمومية كما نشرتها مؤسسة البرمجيات الحرة، الإصدار الثاني أو (وفقا لاختيارك أنت) أي إصدار لاحق.\n\nهذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن <em>دون أية ضمانات</em>، بما في ذلك ضمانات <strong>التسويق</strong> أو <strong>الملاءمة لغرض معين</strong>. انظر رخصة جنو العمومية لمزيد من التفاصيل.\n\nينبغي أن تكون قد تلقيت [{{SERVER}}{{SCRIPTPATH}}/COPYING نسخة من رخصة جنو العمومية] إذا لم يتم ذلك، اكتب إلى Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA أو [//www.gnu.org/licenses/old-licenses/gpl-2.0.html اقرأها على الإنترنت].\";'),('ar','messages:version-license-not-found','s:92:\"ar:لم يتم العثور على أي معلومات ترخيص لهذا الامتداد.\";'),('ar','messages:version-license-title','s:21:\"ar:ترخيص لـ $1\";'),('ar','messages:version-mediahandlers','s:32:\"ar:متحكمات الميديا\";'),('ar','messages:version-no-ext-name','s:16:\"ar:[لا اسم]\";'),('ar','messages:version-other','s:11:\"ar:أخرى\";'),('ar','messages:version-parser-extensiontags','s:37:\"ar:وسوم امتداد المحلل\";'),('ar','messages:version-parser-function-hooks','s:37:\"ar:خطاطيف دالة المحلل\";'),('ar','messages:version-parserhooks','s:28:\"ar:خطاطيف المحلل\";'),('ar','messages:version-poweredby-credits','s:146:\"ar:تدار هذه الويكي بواسطة <strong>[https://www.mediawiki.org/ ميدياويكي]</strong>، حقوق النشر © 2001-$1 $2.\";'),('ar','messages:version-poweredby-others','s:13:\"ar:آخرون\";'),('ar','messages:version-poweredby-translators','s:53:\"ar:مترجمو ترانسليت ويكي دوت نت\";'),('ar','messages:version-poweredby-various','s:30:\"ar:مؤلفون متعددون\";'),('ar','messages:version-skin-colheader-name','s:13:\"ar:واجهة\";'),('ar','messages:version-skins','s:34:\"ar:الواجهات المنصبة\";'),('ar','messages:version-software','s:32:\"ar:البرنامج المثبت\";'),('ar','messages:version-software-product','s:15:\"ar:المنتج\";'),('ar','messages:version-software-version','s:15:\"ar:النسخة\";'),('ar','messages:version-specialpages','s:22:\"ar:صفحات خاصة\";'),('ar','messages:version-summary','s:3:\"en:\";'),('ar','messages:version-variables','s:21:\"ar:المتغيرات\";'),('ar','messages:version-version','s:7:\"ar:($1)\";'),('ar','messages:versionrequired','s:55:\"ar:تلزم الإصدارة $1 من ميدياويكي\";'),('ar','messages:versionrequiredtext','s:163:\"ar:تلزم الإصدارة $1 من ميدياويكي لاستعمال هذه الصفحة. طالع [[Special:Version|صفحة معلومات الإصدارة]]\";'),('ar','messages:video-dims','s:14:\"ar:$1، $2×$3\";'),('ar','messages:view','s:11:\"ar:اقرأ\";'),('ar','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ar','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ar','messages:view-pool-error','s:239:\"ar:عذرا، الخوادم منهكة حاليا.\nيحاول مستخدمون كثر الوصول إلى هذه الصفحة.\nمن فضلك تمهّل قليلا قبل محاولة الوصول إلى هذه الصفحة مجددا.\n\n$1\";'),('ar','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ar','messages:viewcount','s:239:\"ar:{{PLURAL:$1|لم تعرض هذه الصفحة أبدا|تم عرض هذه الصفحة مرة واحدة|تم عرض هذه الصفحة مرتين|تم عرض هذه الصفحة $1 مرات|تم عرض هذه الصفحة $1 مرة}}.\";'),('ar','messages:viewdeleted','s:14:\"ar:عرض $1؟\";'),('ar','messages:viewdeleted_short','s:115:\"ar:استعرض {{PLURAL:$1||تعديل واحد|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('ar','messages:viewdeletedpage','s:41:\"ar:عرض الصفحات المحذوفة\";'),('ar','messages:viewhelppage','s:37:\"ar:طالع صفحة المساعدة\";'),('ar','messages:viewinguserrights','s:126:\"ar:عرض صلاحيات المستخدم {{GENDER:$1|للمستخدم|للمستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('ar','messages:viewpagelogs','s:40:\"ar:عرض سجلات هذه الصفحة\";'),('ar','messages:viewpagelogs-lowercase','s:40:\"ar:عرض سجلات هذه الصفحة\";'),('ar','messages:viewprevnext','s:46:\"ar:عرض ($1 {{int:pipe-separator}} $2) ($3).\";'),('ar','messages:views','s:15:\"ar:معاينة\";'),('ar','messages:viewsource','s:22:\"ar:عرض المصدر\";'),('ar','messages:viewsource-title','s:21:\"ar:عرض مصدر $1\";'),('ar','messages:viewsourcelink','s:22:\"ar:عرض المصدر\";'),('ar','messages:viewsourceold','s:22:\"ar:عرض المصدر\";'),('ar','messages:viewsourcetext','s:66:\"ar:يمكنك مطالعة و نسخ مصدر هذه الصفحة.\";'),('ar','messages:viewtalkpage','s:24:\"ar:اعرض النقاش\";'),('ar','messages:viewyourtext','s:98:\"ar:يمكنك رؤية و نسخ مصدر <strong>تعديلاتك</strong> لهذه الصفحة.\";'),('ar','messages:virus-badscanner','s:72:\"ar:ضبط سيئ: ماسح فيروسات غير معروف: <em>$1</em>\";'),('ar','messages:virus-scanfailed','s:32:\"ar:فشل المسح (كود $1)\";'),('ar','messages:virus-unknownscanner','s:45:\"ar:مضاد فيروسات غير معروف:\";'),('ar','messages:wantedcategories','s:30:\"ar:تصنيفات مطلوبة\";'),('ar','messages:wantedcategories-summary','s:3:\"en:\";'),('ar','messages:wantedfiles','s:26:\"ar:ملفات مطلوبة\";'),('ar','messages:wantedfiles-summary','s:3:\"en:\";'),('ar','messages:wantedfiletext-cat','s:348:\"ar:الملفات التالية مستعملة ولكن لا وجود لها. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة. بالإضافة، أي صفحات تتضمن الملفات الغير موجودة تم سردها في [[:$1]].\";'),('ar','messages:wantedfiletext-cat-noforeign','s:186:\"ar:الملفات التالية مستخدمة لكنها غير موجودة. عدا ذلك، تسرد الصفحات التي تستخدم ملفات غير موجودة في [[:$1]].\";'),('ar','messages:wantedfiletext-nocat','s:232:\"ar:الملفات التالية مستعملة ولكن غير متوفرة. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة.\";'),('ar','messages:wantedfiletext-nocat-noforeign','s:79:\"ar:الملفات التالية مستخدمة لكنها غير موجودة.\";'),('ar','messages:wantedpages','s:26:\"ar:صفحات مطلوبة\";'),('ar','messages:wantedpages-badtitle','s:66:\"ar:عنوان غير صحيح في مجموعة النتائج: $1\";'),('ar','messages:wantedpages-summary','s:382:\"ar:قائمة بالصفحات غير الموجودة التي لديها أكثر وصلات لها، باستثناء الصفحات التي تحويلات فقط تصل إليها. لقائمة بالصفحات غير الموجودة التي توجد تحويلات تصل إليها، انظر [[{{#special:BrokenRedirects}}|قائمة التحويلات المكسورة]].\";'),('ar','messages:wantedtemplates','s:26:\"ar:قوالب مطلوبة\";'),('ar','messages:wantedtemplates-summary','s:3:\"en:\";'),('ar','messages:watch','s:11:\"ar:راقب\";'),('ar','messages:watching','s:16:\"ar:يراقب...\";'),('ar','messages:watchlist','s:30:\"ar:قائمة المراقبة\";'),('ar','messages:watchlist-details','s:153:\"ar:{{PLURAL:$1||صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} في قائمة مراقبتك (بالإضافة لصفحات النقاش).\";'),('ar','messages:watchlist-expires-in-aria-label','s:65:\"ar:انتهاء صلاحية عنصر قائمة المراقبة\";'),('ar','messages:watchlist-expiring-days-full-text','s:77:\"ar:{{PLURAL:$1|1 يوم|$1 أيام}} بقيت في قائمة مراقبتك\";'),('ar','messages:watchlist-expiring-hours-full-text','s:60:\"ar:بقيت بضع ساعات في قائمة مراقبتك\";'),('ar','messages:watchlist-expiry-days-left','s:87:\"ar:بقي {{PLURAL:$1||يوم واحد|يومان|$1 أيام|$1 يومًا|$1 يوم}}\";'),('ar','messages:watchlist-expiry-hours-left','s:36:\"ar:بقيت بضع ساعات فقط\";'),('ar','messages:watchlist-expiry-options','s:111:\"ar:دائم:infinite,أسبوع واحد:1 week,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months\";'),('ar','messages:watchlist-hide','s:13:\"ar:إخفاء\";'),('ar','messages:watchlist-options','s:43:\"ar:خيارات قائمة المراقبة\";'),('ar','messages:watchlist-submit','s:11:\"ar:أظهر\";'),('ar','messages:watchlist-summary','s:3:\"en:\";'),('ar','messages:watchlist-unwatch','s:5:\"en:×\";'),('ar','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ar','messages:watchlistanontext','s:111:\"ar:الرجاء تسجيل الدخول لعرض أو تعديل الصفحات في قائمة مراقبتك.\";'),('ar','messages:watchlistedit-clear-done','s:42:\"ar:مُسِحت قائمة مراقبتك.\";'),('ar','messages:watchlistedit-clear-explain','s:68:\"ar:ستحذف جميع الصفحات من قائمة مراقبتك\";'),('ar','messages:watchlistedit-clear-jobqueue','s:95:\"ar:قائمة مراقبتك يتم إفراغها. هذا قد يستغرق بعض الوقت!\";'),('ar','messages:watchlistedit-clear-legend','s:39:\"ar:امسح قائمة المراقبة\";'),('ar','messages:watchlistedit-clear-removed','s:150:\"ar:{{PLURAL:$1||أزيل العنوان التالي|أزيل العنوانان التاليان|أزيلت العناوين ال$1 التالية}}:\";'),('ar','messages:watchlistedit-clear-submit','s:58:\"ar:امسح قائمة المراقبة (هذا دائم!)\";'),('ar','messages:watchlistedit-clear-title','s:39:\"ar:امسح قائمة المراقبة\";'),('ar','messages:watchlistedit-clear-titles','s:20:\"ar:العناوين:\";'),('ar','messages:watchlistedit-normal-done','s:148:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}} من قائمة مراقبتك:\";'),('ar','messages:watchlistedit-normal-explain','s:289:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل.\nلإزالة عنوان، اضغط على الصندوق بجواره، واضغط \"{{int:Watchlistedit-normal-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist/raw|تعديل القائمة الخام]].\";'),('ar','messages:watchlistedit-normal-legend','s:59:\"ar:إزالة عناوين من قائمة المراقبة\";'),('ar','messages:watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('ar','messages:watchlistedit-normal-title','s:41:\"ar:تعديل قائمة المراقبة\";'),('ar','messages:watchlistedit-raw-added','s:117:\"ar:تمت إضافة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('ar','messages:watchlistedit-raw-done','s:49:\"ar:قائمة مراقبتك تم تحديثها.\";'),('ar','messages:watchlistedit-raw-explain','s:370:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل، ويمكن تعديلها عن طريق الإضافة والإزالة من القائمة؛ عنوان واحد لكل سطر.\nعند الانتهاء، اضغط \"{{int:Watchlistedit-raw-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist|استخدام المحرر القياسي]].\";'),('ar','messages:watchlistedit-raw-legend','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('ar','messages:watchlistedit-raw-removed','s:117:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('ar','messages:watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('ar','messages:watchlistedit-raw-title','s:52:\"ar:تعديل قائمة المراقبة الخام\";'),('ar','messages:watchlistedit-raw-titles','s:20:\"ar:العناوين:\";'),('ar','messages:watchlistedit-too-many','s:108:\"ar:تم تحديث قائمة مراقبتك. هناك الكثير من الصفحات لعرضها هنا.\";'),('ar','messages:watchlistfor2','s:7:\"ar:ل$1\";'),('ar','messages:watchlistnotwatchable','s:46:\"ar:لا يُمكنك مشاهدة الصفحة\";'),('ar','messages:watchlisttools-clear','s:39:\"ar:امسح قائمة المراقبة\";'),('ar','messages:watchlisttools-edit','s:52:\"ar:اعرض قائمة المراقبة وعدلها\";'),('ar','messages:watchlisttools-raw','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('ar','messages:watchlisttools-view','s:47:\"ar:اعرض التغييرات المرتبطة\";'),('ar','messages:watchnologin','s:31:\"ar:غير مسجل الدخول\";'),('ar','messages:watchthis','s:31:\"ar:راقب هذه الصفحة\";'),('ar','messages:watchthispage','s:31:\"ar:راقب هذه الصفحة\";'),('ar','messages:watchthisupload','s:29:\"ar:راقب هذا الملف\";'),('ar','messages:wed','s:15:\"ar:أربعاء\";'),('ar','messages:wednesday','s:19:\"ar:الأربعاء\";'),('ar','messages:wednesday-at','s:42:\"ar:يوم الأربعاء الساعة $1\";'),('ar','messages:weeks','s:43:\"ar:{{PLURAL:$1|أسبوع|$1 أسابيع}}\";'),('ar','messages:welcomecreation-msg','s:113:\"ar:تم إنشاء حسابك.\nلا تنس تعديل [[Special:Preferences|تفضيلاتك في {{SITENAME}}]].\";'),('ar','messages:welcomeuser','s:21:\"ar:مرحبًا، $1!\";'),('ar','messages:whatlinkshere','s:25:\"ar:ماذا يصل هنا\";'),('ar','messages:whatlinkshere-count','s:110:\"ar:تعرض {{PLURAL:$1||عنصرًا واحدًا|عنصرين|$1 عناصر|$1 عنصرًا|$1 عنصرٍ}}.\";'),('ar','messages:whatlinkshere-hideimages','s:35:\"ar:أخف وصلات الملفات\";'),('ar','messages:whatlinkshere-hidelinks','s:24:\"ar:أخف الوصلات\";'),('ar','messages:whatlinkshere-hideredirs','s:28:\"ar:أخف التحويلات\";'),('ar','messages:whatlinkshere-hidetrans','s:28:\"ar:أخف التضمينات\";'),('ar','messages:whatlinkshere-links','s:13:\"ar:وصلات\";'),('ar','messages:whatlinkshere-next','s:53:\"ar:{{PLURAL:$1|التالية|ال$1 التالية}}\";'),('ar','messages:whatlinkshere-page','s:16:\"ar:الصفحة:\";'),('ar','messages:whatlinkshere-prev','s:51:\"ar:{{PLURAL:$1|السابق|ال$1 السابقة}}\";'),('ar','messages:whatlinkshere-sectionredir','s:40:\"ar:التحويل إلى القسم \"$1\"\";'),('ar','messages:whatlinkshere-submit','s:11:\"ar:اذهب\";'),('ar','messages:whatlinkshere-summary','s:3:\"en:\";'),('ar','messages:whatlinkshere-title','s:47:\"ar:الصفحات التي تصل إلى «$1»\";'),('ar','messages:whitelistedittext','s:66:\"ar:يجب عليك $1 لتتمكن من تعديل الصفحات.\";'),('ar','messages:widthheight','s:11:\"ar:$1 × $2\";'),('ar','messages:widthheightpage','s:100:\"ar:$1×$2، {{PLURAL:$3|لا صفحات|صفحة واحدة|صفحتان|$3 صفحات|$3 صفحة}}\";'),('ar','messages:wikieditor','s:61:\"ar:الواجهة المتقدمة لتعديل نص ويكي\";'),('ar','messages:wikieditor-desc','s:141:\"ar:يوفر واجهة تعديل نص ويكي قابلة للتمديد والعديد من الوحدات التي توفر المزايا\";'),('ar','messages:wikieditor-loading','s:16:\"ar:تحميل...\";'),('ar','messages:wikieditor-preview-changes-tab','s:17:\"ar:تغييرات\";'),('ar','messages:wikieditor-preview-loading','s:16:\"ar:تحميل...\";'),('ar','messages:wikieditor-preview-preference','s:48:\"ar:تفعيل المعاينة جنبا بجنب\";'),('ar','messages:wikieditor-preview-tab','s:15:\"ar:معاينة\";'),('ar','messages:wikieditor-publish-button-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:wikieditor-publish-button-publish','s:11:\"ar:انشر\";'),('ar','messages:wikieditor-publish-dialog-goback','s:11:\"ar:ارجع\";'),('ar','messages:wikieditor-publish-dialog-minor','s:22:\"ar:تعديل طفيف\";'),('ar','messages:wikieditor-publish-dialog-publish','s:11:\"ar:انشر\";'),('ar','messages:wikieditor-publish-dialog-summary','s:96:\"ar:ملخص التعديل (اشرح باختصار التغييرات التي أجريتها):\";'),('ar','messages:wikieditor-publish-dialog-title','s:29:\"ar:انشر في {{SITENAME}}\";'),('ar','messages:wikieditor-publish-dialog-watch','s:31:\"ar:راقب هذه الصفحة\";'),('ar','messages:wikieditor-publish-preference','s:44:\"ar:تفعيل النشر خطوة بخطوة\";'),('ar','messages:wikieditor-toolbar','s:37:\"ar:شريط أدوات التحرير\";'),('ar','messages:wikieditor-toolbar-desc','s:76:\"ar:شريط تحرير الصفحات مع تحسين الاستخدامية\";'),('ar','messages:wikieditor-toolbar-dialogs-preference','s:114:\"ar:تفعيل حوارات إدراج الوصلات والجداول وخاصية البحث والاستبدال\";'),('ar','messages:wikieditor-toolbar-file-caption','s:18:\"ar:التعليق:\";'),('ar','messages:wikieditor-toolbar-file-default','s:15:\"ar:(غيابي)\";'),('ar','messages:wikieditor-toolbar-file-float','s:14:\"ar:ناحية:\";'),('ar','messages:wikieditor-toolbar-file-format','s:12:\"ar:صيغة:\";'),('ar','messages:wikieditor-toolbar-file-format-none','s:16:\"ar:لا يوجد\";'),('ar','messages:wikieditor-toolbar-file-size','s:14:\"ar:الحجم:\";'),('ar','messages:wikieditor-toolbar-file-target','s:21:\"ar:اسم الملف:\";'),('ar','messages:wikieditor-toolbar-group-format','s:13:\"ar:تنسيق\";'),('ar','messages:wikieditor-toolbar-group-insert','s:13:\"ar:إدراج\";'),('ar','messages:wikieditor-toolbar-help-content-bold-description','s:11:\"ar:غليظ\";'),('ar','messages:wikieditor-toolbar-help-content-bold-result','s:33:\"ar:<strong>نص غليظ</strong>\";'),('ar','messages:wikieditor-toolbar-help-content-bold-syntax','s:22:\"ar:\'\'\'نص غليظ\'\'\'\";'),('ar','messages:wikieditor-toolbar-help-content-bolditalic-description','s:22:\"ar:غليظ ومائل\";'),('ar','messages:wikieditor-toolbar-help-content-bolditalic-result','s:53:\"ar:<strong><em>نص غليظ ومائل</em></strong>\";'),('ar','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:37:\"ar:\'\'\'\'\'نص غليظ ومائل\'\'\'\'\'\";'),('ar','messages:wikieditor-toolbar-help-content-file-caption','s:22:\"ar:نص التعليق\";'),('ar','messages:wikieditor-toolbar-help-content-file-description','s:18:\"ar:ملف مضمن\";'),('ar','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"ar:[[$1:Example.png|$2|$3]]\";'),('ar','messages:wikieditor-toolbar-help-content-heading2-description','s:46:\"ar:عنوان من المستوى الثاني\";'),('ar','messages:wikieditor-toolbar-help-content-heading2-result','s:22:\"ar:<h2>عنوان</h2>\";'),('ar','messages:wikieditor-toolbar-help-content-heading2-syntax','s:19:\"ar:== عنوان ==\";'),('ar','messages:wikieditor-toolbar-help-content-heading3-description','s:46:\"ar:عنوان من المستوى الثالث\";'),('ar','messages:wikieditor-toolbar-help-content-heading3-result','s:22:\"ar:<h3>عنوان</h3>\";'),('ar','messages:wikieditor-toolbar-help-content-heading3-syntax','s:21:\"ar:=== عنوان ===\";'),('ar','messages:wikieditor-toolbar-help-content-heading4-description','s:46:\"ar:عنوان من المستوى الرابع\";'),('ar','messages:wikieditor-toolbar-help-content-heading4-result','s:22:\"ar:<h4>عنوان</h4>\";'),('ar','messages:wikieditor-toolbar-help-content-heading4-syntax','s:23:\"ar:==== عنوان ====\";'),('ar','messages:wikieditor-toolbar-help-content-heading5-description','s:46:\"ar:عنوان من المستوى الخامس\";'),('ar','messages:wikieditor-toolbar-help-content-heading5-result','s:22:\"ar:<h5>عنوان</h5>\";'),('ar','messages:wikieditor-toolbar-help-content-heading5-syntax','s:25:\"ar:===== عنوان =====\";'),('ar','messages:wikieditor-toolbar-help-content-ilink-description','s:24:\"ar:وصلة داخلية\";'),('ar','messages:wikieditor-toolbar-help-content-ilink-result','s:83:\"ar:<a href=\'#\'>اسم الوصلة</a><br /><a href=\'#\'>عنوان الصفحة</a>\";'),('ar','messages:wikieditor-toolbar-help-content-ilink-syntax','s:83:\"ar:[[عنوان الصفحة|اسم الوصلة]]<br />[[عنوان الصفحة]]\";'),('ar','messages:wikieditor-toolbar-help-content-indent-description','s:13:\"ar:إزاحة\";'),('ar','messages:wikieditor-toolbar-help-content-indent-result','s:78:\"ar:نص عادي<dl><dd>نص مزاح<dl><dd>نص مزاح</dd></dl></dd></dl>\";'),('ar','messages:wikieditor-toolbar-help-content-indent-syntax','s:57:\"ar:نص عادي<br />:نص مزاح<br />::نص مزاح\";'),('ar','messages:wikieditor-toolbar-help-content-italic-description','s:11:\"ar:مائل\";'),('ar','messages:wikieditor-toolbar-help-content-italic-result','s:25:\"ar:<em>نص مائل</em>\";'),('ar','messages:wikieditor-toolbar-help-content-italic-syntax','s:20:\"ar:\'\'نص مائل\'\'\";'),('ar','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ar','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ar','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ar','messages:wikieditor-toolbar-help-content-olist-description','s:24:\"ar:قائمة مرقمة\";'),('ar','messages:wikieditor-toolbar-help-content-olist-result','s:68:\"ar:<ol><li>عنصر قائمة</li><li>عنصر قائمة</li></ol>\";'),('ar','messages:wikieditor-toolbar-help-content-olist-syntax','s:51:\"ar:# عنصر قائمة<br /># عنصر قائمة\";'),('ar','messages:wikieditor-toolbar-help-content-reference-description','s:11:\"ar:مرجع\";'),('ar','messages:wikieditor-toolbar-help-content-reference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[1]</a></sup>\";'),('ar','messages:wikieditor-toolbar-help-content-reference-syntax','s:105:\"ar:نص الصفحة.&lt;ref&gt;[http://www.example.org نص الوصلة]، نص إضافي.&lt;/ref&gt;\";'),('ar','messages:wikieditor-toolbar-help-content-rereference-description','s:53:\"ar:استخدام نفس المرجع مرة أخرى\";'),('ar','messages:wikieditor-toolbar-help-content-rereference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[2]</a></sup>\";'),('ar','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ar','messages:wikieditor-toolbar-help-content-showreferences-description','s:26:\"ar:اعرض المراجع\";'),('ar','messages:wikieditor-toolbar-help-content-showreferences-result','s:216:\"ar:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>نص الرابط</a>، نص إضافي.</li></ol>\";'),('ar','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ar','messages:wikieditor-toolbar-help-content-signature-description','s:13:\"ar:توقيع\";'),('ar','messages:wikieditor-toolbar-help-content-signature-result','s:125:\"ar:<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>)\";'),('ar','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ar','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:36:\"ar:توقيع مع طابع زمني\";'),('ar','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:165:\"ar:--<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>) 15:54، 10 يونيو 2009 (ت ع م)\";'),('ar','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ar','messages:wikieditor-toolbar-help-content-ulist-description','s:24:\"ar:قائمة منقطة\";'),('ar','messages:wikieditor-toolbar-help-content-ulist-result','s:68:\"ar:<ul><li>عنصر قائمة</li><li>عنصر قائمة</li></ul>\";'),('ar','messages:wikieditor-toolbar-help-content-ulist-syntax','s:51:\"ar:* عنصر قائمة<br />* عنصر قائمة\";'),('ar','messages:wikieditor-toolbar-help-content-xlink-description','s:24:\"ar:وصلة خارجية\";'),('ar','messages:wikieditor-toolbar-help-content-xlink-result','s:169:\"ar:<a href=\'#\' class=\'external\'>اسم الوصلة</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ar','messages:wikieditor-toolbar-help-content-xlink-syntax','s:105:\"ar:[http://www.example.org اسم الوصلة]<br />[http://www.example.org]<br />http://www.example.org\";'),('ar','messages:wikieditor-toolbar-help-heading-description','s:9:\"ar:وصف\";'),('ar','messages:wikieditor-toolbar-help-heading-result','s:25:\"ar:ما تحصل عليه\";'),('ar','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"ar:ما تكتبه\";'),('ar','messages:wikieditor-toolbar-help-page-discussion','s:11:\"ar:نقاش\";'),('ar','messages:wikieditor-toolbar-help-page-file','s:13:\"ar:ملفات\";'),('ar','messages:wikieditor-toolbar-help-page-format','s:13:\"ar:تنسيق\";'),('ar','messages:wikieditor-toolbar-help-page-heading','s:15:\"ar:عناوين\";'),('ar','messages:wikieditor-toolbar-help-page-link','s:13:\"ar:وصلات\";'),('ar','messages:wikieditor-toolbar-help-page-list','s:13:\"ar:قوائم\";'),('ar','messages:wikieditor-toolbar-help-page-reference','s:13:\"ar:مراجع\";'),('ar','messages:wikieditor-toolbar-loading','s:16:\"ar:تحميل...\";'),('ar','messages:wikieditor-toolbar-preference','s:61:\"ar:تفعيل شريط أدوات التحرير المحسن\";'),('ar','messages:wikieditor-toolbar-section-advanced','s:13:\"ar:متقدم\";'),('ar','messages:wikieditor-toolbar-section-characters','s:20:\"ar:أحرف خاصة\";'),('ar','messages:wikieditor-toolbar-section-help','s:15:\"ar:مساعدة\";'),('ar','messages:wikieditor-toolbar-tool-big','s:11:\"ar:كبير\";'),('ar','messages:wikieditor-toolbar-tool-big-example','s:16:\"ar:نص كبير\";'),('ar','messages:wikieditor-toolbar-tool-bold','s:11:\"ar:غليظ\";'),('ar','messages:wikieditor-toolbar-tool-bold-example','s:16:\"ar:نص غليظ\";'),('ar','messages:wikieditor-toolbar-tool-file','s:18:\"ar:ملف مضمن\";'),('ar','messages:wikieditor-toolbar-tool-file-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:wikieditor-toolbar-tool-file-example','s:14:\"ar:Example.jpg\";'),('ar','messages:wikieditor-toolbar-tool-file-insert','s:13:\"ar:إدراج\";'),('ar','messages:wikieditor-toolbar-tool-file-title','s:22:\"ar:أدرج الملف\";'),('ar','messages:wikieditor-toolbar-tool-gallery','s:18:\"ar:معرض صور\";'),('ar','messages:wikieditor-toolbar-tool-gallery-example','s:50:\"ar:Example.jpg|تعليق1\nExample.jpg|تعليق2\";'),('ar','messages:wikieditor-toolbar-tool-heading','s:13:\"ar:عنوان\";'),('ar','messages:wikieditor-toolbar-tool-heading-1','s:15:\"ar:مستوى 1\";'),('ar','messages:wikieditor-toolbar-tool-heading-2','s:15:\"ar:مستوى 2\";'),('ar','messages:wikieditor-toolbar-tool-heading-3','s:15:\"ar:مستوى 3\";'),('ar','messages:wikieditor-toolbar-tool-heading-4','s:15:\"ar:مستوى 4\";'),('ar','messages:wikieditor-toolbar-tool-heading-5','s:15:\"ar:مستوى 5\";'),('ar','messages:wikieditor-toolbar-tool-heading-example','s:22:\"ar:نص العنوان\";'),('ar','messages:wikieditor-toolbar-tool-ilink','s:24:\"ar:وصلة داخلية\";'),('ar','messages:wikieditor-toolbar-tool-ilink-example','s:26:\"ar:عنوان الوصلة\";'),('ar','messages:wikieditor-toolbar-tool-italic','s:11:\"ar:مائل\";'),('ar','messages:wikieditor-toolbar-tool-italic-example','s:16:\"ar:نص مائل\";'),('ar','messages:wikieditor-toolbar-tool-link','s:11:\"ar:وصلة\";'),('ar','messages:wikieditor-toolbar-tool-link-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:wikieditor-toolbar-tool-link-empty','s:40:\"ar:لم تدخل شيئا لتصل به.\";'),('ar','messages:wikieditor-toolbar-tool-link-ext','s:31:\"ar:لصفحة وب خارجية\";'),('ar','messages:wikieditor-toolbar-tool-link-ext-target','s:25:\"ar:مسار الوصلة:\";'),('ar','messages:wikieditor-toolbar-tool-link-ext-text','s:21:\"ar:نص الوصلة:\";'),('ar','messages:wikieditor-toolbar-tool-link-insert','s:24:\"ar:أدرج الوصلة\";'),('ar','messages:wikieditor-toolbar-tool-link-int','s:22:\"ar:لصفحة ويكي\";'),('ar','messages:wikieditor-toolbar-tool-link-int-invalid','s:56:\"ar:العنوان الذي اخترته غير صالح.\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target','s:27:\"ar:عنوان الصفحة:\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"ar:صفحة توضيح\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:28:\"ar:الصفحة موجودة\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:24:\"ar:وصلة خارجية\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:29:\"ar:عنوان غير صحيح\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:38:\"ar:يلتمس وجود الصفحة...\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:35:\"ar:الصفحة غير موجودة\";'),('ar','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:44:\"ar:عنوان الصفحة أو المسار\";'),('ar','messages:wikieditor-toolbar-tool-link-int-text','s:21:\"ar:نص الوصلة:\";'),('ar','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:53:\"ar:أدخل النص الذي ينبغي إظهاره\";'),('ar','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:163:\"ar:يبدو أن المُراد بالمسار الذي حددته وصلة إلى صفحة ويكي أخرى. أتريد أن تجعلها وصلة داخلية؟\";'),('ar','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:24:\"ar:وصلة خارجية\";'),('ar','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:24:\"ar:وصلة داخلية\";'),('ar','messages:wikieditor-toolbar-tool-link-title','s:22:\"ar:إدراج وصلة\";'),('ar','messages:wikieditor-toolbar-tool-newline','s:18:\"ar:سطر جديد\";'),('ar','messages:wikieditor-toolbar-tool-nowiki','s:29:\"ar:بلا تنسيق ويكي\";'),('ar','messages:wikieditor-toolbar-tool-nowiki-example','s:23:\"ar:نص غير منسق\";'),('ar','messages:wikieditor-toolbar-tool-olist','s:24:\"ar:قائمة مرقمة\";'),('ar','messages:wikieditor-toolbar-tool-olist-example','s:33:\"ar:عنصر قائمة مرقمة\";'),('ar','messages:wikieditor-toolbar-tool-redirect','s:15:\"ar:تحويلة\";'),('ar','messages:wikieditor-toolbar-tool-redirect-example','s:33:\"ar:اسم الصفحة الهدف\";'),('ar','messages:wikieditor-toolbar-tool-reference','s:11:\"ar:مرجع\";'),('ar','messages:wikieditor-toolbar-tool-reference-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:wikieditor-toolbar-tool-reference-example','s:38:\"ar:أدرج نص الحاشية هنا\";'),('ar','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"ar:أدرج\";'),('ar','messages:wikieditor-toolbar-tool-reference-text','s:20:\"ar:نص المرجع\";'),('ar','messages:wikieditor-toolbar-tool-reference-title','s:22:\"ar:إدراج مرجع\";'),('ar','messages:wikieditor-toolbar-tool-replace','s:26:\"ar:ابحث واستبدل\";'),('ar','messages:wikieditor-toolbar-tool-replace-button-findnext','s:20:\"ar:جد التالي\";'),('ar','messages:wikieditor-toolbar-tool-replace-button-replace','s:15:\"ar:استبدل\";'),('ar','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:24:\"ar:استبدل الكل\";'),('ar','messages:wikieditor-toolbar-tool-replace-case','s:72:\"ar:مطابقة حالة الأحرف الكبيرة أو الصغيرة\";'),('ar','messages:wikieditor-toolbar-tool-replace-close','s:11:\"ar:أغلق\";'),('ar','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"ar:لم تكتب شيئا لتبحث عنه.\";'),('ar','messages:wikieditor-toolbar-tool-replace-invalidregex','s:72:\"ar:التعبير النمطي الذي أدخلته غير صالح: $1\";'),('ar','messages:wikieditor-toolbar-tool-replace-nomatch','s:40:\"ar:بحثك لم يطابق أي شيء.\";'),('ar','messages:wikieditor-toolbar-tool-replace-regex','s:50:\"ar:البحث باستعمال تعبير نمطي\";'),('ar','messages:wikieditor-toolbar-tool-replace-replace','s:19:\"ar:استبدل ب:\";'),('ar','messages:wikieditor-toolbar-tool-replace-search','s:17:\"ar:ابحث عن:\";'),('ar','messages:wikieditor-toolbar-tool-replace-success','s:144:\"ar:أجري {{PLURAL:$1|استبدال|استبدال واحد|استبدالان|$1 استبدالات|$1 استبدالا|$1 استبدال}}.\";'),('ar','messages:wikieditor-toolbar-tool-replace-title','s:26:\"ar:ابحث واستبدل\";'),('ar','messages:wikieditor-toolbar-tool-signature','s:44:\"ar:توقيع مع الطابع الزمني\";'),('ar','messages:wikieditor-toolbar-tool-small','s:11:\"ar:صغير\";'),('ar','messages:wikieditor-toolbar-tool-small-example','s:16:\"ar:نص صغير\";'),('ar','messages:wikieditor-toolbar-tool-subscript','s:18:\"ar:حرف سفلي\";'),('ar','messages:wikieditor-toolbar-tool-subscript-example','s:16:\"ar:نص سفلي\";'),('ar','messages:wikieditor-toolbar-tool-superscript','s:18:\"ar:حرف علوي\";'),('ar','messages:wikieditor-toolbar-tool-superscript-example','s:16:\"ar:نص علوي\";'),('ar','messages:wikieditor-toolbar-tool-table','s:11:\"ar:جدول\";'),('ar','messages:wikieditor-toolbar-tool-table-cancel','s:13:\"ar:إلغاء\";'),('ar','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:13:\"ar:أعمدة\";'),('ar','messages:wikieditor-toolbar-tool-table-dimensions-header','s:24:\"ar:صف العناوين\";'),('ar','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:11:\"ar:صفوف\";'),('ar','messages:wikieditor-toolbar-tool-table-example','s:11:\"ar:مثال\";'),('ar','messages:wikieditor-toolbar-tool-table-example-cell-text','s:20:\"ar:نص الخانة\";'),('ar','messages:wikieditor-toolbar-tool-table-example-header','s:26:\"ar:عنوان العمود\";'),('ar','messages:wikieditor-toolbar-tool-table-example-old','s:214:\"ar:-\n! عنوان عمود 1\n! عنوان عمود 2\n! عنوان عمود 3\n|-\n| صف 1، خانة 1\n| صف 1، خانة 2\n| صف 1، خانة 3\n|-\n| صف 2، خانة 1\n| صف 2، خانة 2\n| صف 2، خانة 3\";'),('ar','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ar','messages:wikieditor-toolbar-tool-table-insert','s:11:\"ar:أدرج\";'),('ar','messages:wikieditor-toolbar-tool-table-invalidnumber','s:70:\"ar:لم تدخل رقما صحيحا للصفوف أو الأعمدة.\";'),('ar','messages:wikieditor-toolbar-tool-table-preview','s:15:\"ar:معاينة\";'),('ar','messages:wikieditor-toolbar-tool-table-sortable','s:50:\"ar:اجعل الجدول قابلا للترتيب\";'),('ar','messages:wikieditor-toolbar-tool-table-title','s:22:\"ar:إدراج جدول\";'),('ar','messages:wikieditor-toolbar-tool-table-toomany','s:76:\"ar:إدراج جدول بأكثر من 1000 خانة غير ممكن هنا.\";'),('ar','messages:wikieditor-toolbar-tool-table-wikitable','s:11:\"ar:حدود\";'),('ar','messages:wikieditor-toolbar-tool-table-zero','s:74:\"ar:لا يمكن أن تدرج جدولا بلا صفوف أو أعمدة.\";'),('ar','messages:wikieditor-toolbar-tool-ulist','s:24:\"ar:قائمة منقطة\";'),('ar','messages:wikieditor-toolbar-tool-ulist-example','s:33:\"ar:عنصر قائمة منقطة\";'),('ar','messages:wikieditor-toolbar-tool-xlink','s:56:\"ar:وصلة خارجية (تذكر البدء بhttp://)\";'),('ar','messages:wikieditor-toolbar-tool-xlink-example','s:49:\"ar:http://www.example.com عنوان الوصلة\";'),('ar','messages:wikieditor-wikitext-tab','s:20:\"ar:نص الويكي\";'),('ar','messages:windows-nonascii-filename','s:92:\"ar:هذا ويكي لا يعتمد أسماء الملفات مع الأحرف الخاصة.\";'),('ar','messages:withoutinterwiki','s:51:\"ar:صفحات بدون وصلات لغات أخرى\";'),('ar','messages:withoutinterwiki-legend','s:13:\"ar:بادئة\";'),('ar','messages:withoutinterwiki-submit','s:11:\"ar:اعرض\";'),('ar','messages:withoutinterwiki-summary','s:79:\"ar:الصفحات التالية لا تصل إلى نسخ بلغات أخرى.\";'),('ar','messages:wlheader-enotif','s:63:\"ar:الإخطار بالبريد الإلكتروني مفعل.\";'),('ar','messages:wlheader-showupdated','s:152:\"ar:الصفحات التي تم تحريرها بعد مطالعتك إياها آخر مرة عناوينها بالخط <strong>الغليظ</strong>.\";'),('ar','messages:wlnote','s:468:\"ar:بالأسفل {{PLURAL:$1|لا توجد تغييرات|التغيير الأخير|آخر تغييرين|آخر <strong>$1</strong> تغييرات|آخر <strong>$1</strong> تغييرا|آخر <strong>$1</strong> تغيير}} في {{PLURAL:$2||<strong>الساعة</strong> الماضية|<strong>الساعتين</strong> الماضيتين|ال<strong>$2</strong> ساعات الماضية|ال<strong>$2</strong> ساعة الماضية}} وفقاً ل$3، $4.\";'),('ar','messages:wlshowhideanons','s:21:\"ar:المجهولين\";'),('ar','messages:wlshowhidebots','s:17:\"ar:البوتات\";'),('ar','messages:wlshowhidecategorization','s:28:\"ar:تصنيف الصفحات\";'),('ar','messages:wlshowhideliu','s:19:\"ar:المسجلين\";'),('ar','messages:wlshowhidemine','s:19:\"ar:تعديلاتي\";'),('ar','messages:wlshowhideminor','s:17:\"ar:الطفيفة\";'),('ar','messages:wlshowhidepatr','s:38:\"ar:التعديلات المراجعة\";'),('ar','messages:wlshowtime','s:42:\"ar:الفترة الزمنية للعرض:\";'),('ar','messages:word-separator','s:8:\"ar:&#32;\";'),('ar','messages:wrongpassword','s:132:\"ar:اسم المستخدم أو كلمة السر التي أدخلتها غير صحيحة.\nمن فضلك حاول مرة أخرى.\";'),('ar','messages:wrongpasswordempty','s:96:\"ar:كلمة السر المدخلة كانت فارغة.\nمن فضلك حاول مرة أخرى.\";'),('ar','messages:xffblockreason','s:219:\"ar:عنوان آي‌بي مذكور في ترويسة X-Forwarded-For، الذي ربما يخصّك أو يخصّ خادوما وسيطا تستخدمه، قد حُظِر. السبب الأصلي للحظر كان: $1\";'),('ar','messages:xml-error-string','s:62:\"ar:$1 عند السطر $2، العمود $3 (بايت $4): $5\";'),('ar','messages:year','s:28:\"ar:من سنة (وأقدم):\";'),('ar','messages:years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتين|$1 سنين|$1 سنة}}\";'),('ar','messages:yesterday-at','s:32:\"ar:يوم أمس الساعة $1\";'),('ar','messages:youhavenewmessages','s:34:\"ar:{{PLURAL:$3|لديك}} $1 ($2).\";'),('ar','messages:youhavenewmessagesfromusers','s:179:\"ar:{{PLURAL:$4|لديك}} $1 من {{PLURAL:$3|مستخدم واحد|مستخدم واحد|مستخدمين اثنين|$3 مستخدمين|$3 مستخدما|$3 مستخدم}} ($2).\";'),('ar','messages:youhavenewmessagesmanyusers','s:49:\"ar:لديك $1 من مستخدمين كثر ($2).\";'),('ar','messages:yourdiff','s:15:\"ar:الفروق\";'),('ar','messages:yourdomainname','s:14:\"ar:نطاقك:\";'),('ar','messages:youremail','s:16:\"ar:البريد:\";'),('ar','messages:yourgender','s:34:\"ar:كيف تفضل أن توصف؟\";'),('ar','messages:yourlanguage','s:14:\"ar:اللغة:\";'),('ar','messages:yourname','s:27:\"ar:اسم المستخدم:\";'),('ar','messages:yournick','s:18:\"ar:التوقيع:\";'),('ar','messages:yourpassword','s:21:\"ar:كلمة السر:\";'),('ar','messages:yourpasswordagain','s:39:\"ar:أعد كتابة كلمة السر:\";'),('ar','messages:yourrealname','s:29:\"ar:الاسم الحقيقي:\";'),('ar','messages:yourtext','s:9:\"ar:نصك\";'),('ar','messages:yourvariant','s:27:\"ar:لهجة المحتوى:\";'),('ar','messages:zip-bad','s:126:\"ar:ملف ZIP هذا معطوب أو لا يمكن قراءته لسبب آخر.\nلا يمكن التحقق من سلامته.\";'),('ar','messages:zip-file-open-error','s:67:\"ar:صودف خطأ أثناء فتح الملف لفحوصات ZIP.\";'),('ar','messages:zip-unsupported','s:148:\"ar:هذا ملف ZIP يستخدم بعض مزايا ZIP التي لا يدعمها ميدياويكي.\nلا يمكن التحقق من سلامته.\";'),('ar','messages:zip-wrong-format','s:45:\"ar:الملف المحدد ليس ملف ZIP.\";'),('ar','minimumGroupingDigits','N;'),('ar','namespaceAliases','a:5:{s:10:\"وسائط\";i:-2;s:8:\"صورة\";i:6;s:21:\"نقاش_الصورة\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ar','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:12:\"مستخدم\";s:6:\"female\";s:14:\"مستخدمة\";}i:3;a:2:{s:4:\"male\";s:25:\"نقاش_المستخدم\";s:6:\"female\";s:27:\"نقاش_المستخدمة\";}}'),('ar','namespaceNames','a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:8:\"نقاش\";i:2;s:12:\"مستخدم\";i:3;s:25:\"نقاش_المستخدم\";i:5;s:11:\"نقاش_$1\";i:6;s:6:\"ملف\";i:7;s:19:\"نقاش_الملف\";i:8;s:18:\"ميدياويكي\";i:9;s:27:\"نقاش_ميدياويكي\";i:10;s:8:\"قالب\";i:11;s:21:\"نقاش_القالب\";i:12;s:12:\"مساعدة\";i:13;s:25:\"نقاش_المساعدة\";i:14;s:10:\"تصنيف\";i:15;s:23:\"نقاش_التصنيف\";i:0;s:0:\"\";}'),('ar','originalFallbackSequence','a:0:{}'),('ar','pluralRuleTypes','a:5:{i:0;s:4:\"zero\";i:1;s:3:\"one\";i:2;s:3:\"two\";i:3;s:3:\"few\";i:4;s:4:\"many\";}'),('ar','pluralRules','a:5:{i:0;s:50:\"n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000\";i:1;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";i:2;s:50:\"n = 2 @integer 2 @decimal 2.0, 2.00, 2.000, 2.0000\";i:3;s:118:\"n % 100 = 3..10 @integer 3~10, 103~110, 1003, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 103.0, 1003.0, …\";i:4;s:123:\"n % 100 = 11..99 @integer 11~26, 111, 1011, … @decimal 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 111.0, 1011.0, …\";}'),('ar','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:15:\"ar:Project:عن\";s:9:\"aboutsite\";s:22:\"ar:حول {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:13:\"ar:أفعال\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"ar:[$1]\";s:15:\"comma-separator\";s:10:\"ar:،&#32;\";s:13:\"currentevents\";s:32:\"ar:الأحداث الجارية\";s:17:\"currentevents-url\";s:40:\"ar:Project:الأحداث الجارية\";s:14:\"disclaimerpage\";s:43:\"ar:Project:إخلاء مسؤولية عام\";s:11:\"disclaimers\";s:28:\"ar:إخلاء مسؤولية\";s:4:\"edit\";s:9:\"ar:عدل\";s:11:\"editsection\";s:9:\"ar:عدل\";s:15:\"editsectionhint\";s:24:\"ar:عدل القسم: $1\";s:4:\"help\";s:15:\"ar:مساعدة\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"ar:$1 – $2\";s:6:\"jumpto\";s:19:\"ar:اذهب إلى:\";s:16:\"jumptonavigation\";s:11:\"ar:تصفح\";s:12:\"jumptosearch\";s:11:\"ar:ابحث\";s:14:\"lastmodifiedat\";s:78:\"ar:آخر تعديل لهذه الصفحة كان يوم $1، الساعة $2.\";s:8:\"mainpage\";s:32:\"ar:الصفحة الرئيسية\";s:20:\"mainpage-description\";s:30:\"ar:الصفحة الرئيسة\";s:14:\"mainpage-nstab\";s:32:\"ar:الصفحة الرئيسية\";s:10:\"namespaces\";s:15:\"ar:نطاقات\";s:10:\"navigation\";s:11:\"ar:تصفح\";s:23:\"nav-login-createaccount\";s:33:\"ar:دخول / إنشاء حساب\";s:10:\"nstab-main\";s:15:\"ar:الصفحة\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:75:\"ar:{{PLURAL:$1|بلا تصنيف|تصنيف|تصنيفان|تصنيفات}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"ar:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:22:\"ar:وصلة دائمة\";s:13:\"personaltools\";s:24:\"ar:أدوات شخصية\";s:6:\"portal\";s:28:\"ar:بوابة المجتمع\";s:10:\"portal-url\";s:36:\"ar:Project:بوابة المجتمع\";s:16:\"printableversion\";s:26:\"ar:نسخة للطباعة\";s:7:\"privacy\";s:30:\"ar:سياسة الخصوصية\";s:11:\"privacypage\";s:38:\"ar:Project:سياسة الخصوصية\";s:10:\"randompage\";s:26:\"ar:صفحة عشوائية\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:30:\"ar:أحدث التغييرات\";s:27:\"recentchangeslinked-toolbox\";s:35:\"ar:تغييرات ذات علاقة\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:27:\"ar:مجلوبة من «$1»\";s:6:\"search\";s:9:\"ar:بحث\";s:13:\"searcharticle\";s:11:\"ar:اذهب\";s:12:\"searchbutton\";s:9:\"ar:بحث\";s:20:\"searchsuggest-search\";s:29:\"ar:ابحث في {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:26:\"ar:قائمة التصفح\";s:14:\"site-atom-feed\";s:27:\"ar:تلقيمة أتوم $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:30:\"ar:الصفحات الخاصة\";s:7:\"tagline\";s:20:\"ar:من {{SITENAME}}\";s:4:\"talk\";s:11:\"ar:نقاش\";s:7:\"toolbox\";s:13:\"ar:أدوات\";s:15:\"tooltip-ca-edit\";s:33:\"ar:تعديل هذه الصفحة\";s:18:\"tooltip-ca-history\";s:50:\"ar:النسخ السابقة لهذه الصفحة\";s:21:\"tooltip-ca-nstab-main\";s:35:\"ar:رؤية صفحة المحتوى\";s:15:\"tooltip-ca-talk\";s:40:\"ar:نقاش عن صفحة المحتوى\";s:21:\"tooltip-ca-viewsource\";s:72:\"ar:هذه الصفحة محمية.\nيمكنك مطالعة مصدرها.\";s:23:\"tooltip-n-currentevents\";s:65:\"ar:مطالعة سريعة لأهم الأحداث الجارية\";s:14:\"tooltip-n-help\";s:33:\"ar:حيث تجد المساعدة\";s:30:\"tooltip-n-mainpage-description\";s:37:\"ar:زر الصفحة الرئيسية\";s:16:\"tooltip-n-portal\";s:106:\"ar:حول المشروع، ماذا يمكن أن تفعل، أين يمكن أن تجد ما تحتاجه\";s:20:\"tooltip-n-randompage\";s:33:\"ar:حمل صفحة عشوائية\";s:23:\"tooltip-n-recentchanges\";s:60:\"ar:قائمة أحدث التغييرات في الويكي.\";s:14:\"tooltip-p-logo\";s:37:\"ar:زُر الصفحة الرئيسة\";s:16:\"tooltip-pt-login\";s:72:\"ar:يفضل أن تسجل الدخول، لكنه ليس إلزاميا.\";s:24:\"tooltip-pt-createaccount\";s:108:\"ar:نشجعك على عمل حساب وتسجيل دخولك؛ لكنه غير ضروري على اي حال\";s:14:\"tooltip-search\";s:29:\"ar:ابحث في {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:52:\"ar:ابحث في الصفحات عن هذا النص\";s:17:\"tooltip-search-go\";s:63:\"ar:اذهب إلى صفحة بالاسم نفسه إن وجدت\";s:14:\"tooltip-t-info\";s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";s:19:\"tooltip-t-permalink\";s:62:\"ar:وصلة دائمة لهذه النسخة من الصفحة\";s:15:\"tooltip-t-print\";s:48:\"ar:نسخة للطباعة لهذه الصفحة\";s:29:\"tooltip-t-recentchangeslinked\";s:92:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة\";s:22:\"tooltip-t-specialpages\";s:48:\"ar:قائمة بكل الصفحات الخاصة\";s:23:\"tooltip-t-whatlinkshere\";s:67:\"ar:قائمة بكل صفحات الويكي التي تصل هنا\";s:8:\"variants\";s:21:\"ar:المتغيرات\";s:16:\"vector-view-edit\";s:13:\"ar:عدِّل\";s:19:\"vector-view-history\";s:13:\"ar:تاريخ\";s:16:\"vector-view-view\";s:11:\"ar:اقرأ\";s:9:\"viewcount\";s:239:\"ar:{{PLURAL:$1|لم تعرض هذه الصفحة أبدا|تم عرض هذه الصفحة مرة واحدة|تم عرض هذه الصفحة مرتين|تم عرض هذه الصفحة $1 مرات|تم عرض هذه الصفحة $1 مرة}}.\";s:5:\"views\";s:15:\"ar:معاينة\";s:13:\"whatlinkshere\";s:25:\"ar:ماذا يصل هنا\";s:14:\"word-separator\";s:8:\"ar:&#32;\";}s:11:\"dateFormats\";a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:8:\"نقاش\";i:2;s:12:\"مستخدم\";i:3;s:25:\"نقاش_المستخدم\";i:5;s:11:\"نقاش_$1\";i:6;s:6:\"ملف\";i:7;s:19:\"نقاش_الملف\";i:8;s:18:\"ميدياويكي\";i:9;s:27:\"نقاش_ميدياويكي\";i:10;s:8:\"قالب\";i:11;s:21:\"نقاش_القالب\";i:12;s:12:\"مساعدة\";i:13;s:25:\"نقاش_المساعدة\";i:14;s:10:\"تصنيف\";i:15;s:23:\"نقاش_التصنيف\";i:0;s:0:\"\";}}'),('ar','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ar','rtl','b:1;'),('ar','separatorTransformTable','a:2:{s:1:\".\";s:2:\"٫\";s:1:\",\";s:2:\"٬\";}'),('ar','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:10:\"تاريخ\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:27:\"خيارات_المحمول\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:14:\"مرفوعات\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:21:\"فرق_المحمول\";i:1;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:2:{i:0;s:23:\"محرر_المحمول\";i:1;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:2:{i:0;s:25:\"قائمة_المحمول\";i:1;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:2:{i:0;s:23:\"لغات_المحمول\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:8:\"قريب\";i:1;s:6:\"Nearby\";}s:8:\"TopicTag\";a:2:{i:0;s:21:\"وسم_الموضوع\";i:1;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:2:{i:0;s:23:\"ملف_المستخدم\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:27:\"مستخدمون_نشطون\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:19:\"كل_الرسائل\";i:1;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:4:{i:0;s:21:\"كل_مرفوعاتي\";i:1;s:17:\"كل_ملفاتي\";i:2;s:12:\"AllMyUploads\";i:3;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:19:\"كل_الصفحات\";i:1;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:21:\"صفحات_قديمة\";i:1;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:2:{i:0;s:29:\"مساعدة_إيه_بي_آي\";i:1;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:2:{i:0;s:25:\"ملعب_إيه_بي_آي\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:4:{i:0;s:38:\"قائمة_المنع_التلقائي\";i:1;s:34:\"عرض_المنع_التلقائي\";i:2;s:13:\"AutoblockList\";i:3;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:2:{i:0;s:17:\"عنوان_سيئ\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:19:\"صفحة_فارغة\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:6:{i:0;s:6:\"منع\";i:1;s:15:\"منع_أيبي\";i:2;s:19:\"منع_مستخدم\";i:3;s:5:\"Block\";i:4;s:7:\"BlockIP\";i:5;s:9:\"BlockUser\";}s:9:\"BlockList\";a:6:{i:0;s:21:\"قائمة_المنع\";i:1;s:17:\"عرض_المنع\";i:2;s:26:\"قائمة_منع_أيبي\";i:3;s:9:\"BlockList\";i:4;s:10:\"ListBlocks\";i:5;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:19:\"مصادر_كتاب\";i:1;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:2:{i:0;s:26:\"كلمات_سر_البوت\";i:1;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:27:\"تحويلات_مكسورة\";i:1;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:14:\"تصنيفات\";i:1;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:2:{i:0;s:36:\"تغيير_موديل_المحتوى\";i:1;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:2:{i:0;s:31:\"تغيير_الاعتمادات\";i:1;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:2:{i:0;s:23:\"تغيير_البريد\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:5:{i:0;s:28:\"تغيير_كلمة_السر\";i:1;s:24:\"ضبط_كلمة_السر\";i:2;s:14:\"ChangePassword\";i:3;s:9:\"ResetPass\";i:4;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:27:\"مقارنة_الصفحات\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:2:{i:0;s:23:\"تأكيد_البريد\";i:1;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:14:\"مساهمات\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:19:\"إنشاء_حساب\";i:1;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:34:\"صفحات_نهاية_مسدودة\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:27:\"مساهمات_محذوفة\";i:1;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:4:{i:0;s:19:\"حذف_الصفحة\";i:1;s:6:\"حذف\";i:2;s:10:\"DeletePage\";i:3;s:6:\"Delete\";}s:4:\"Diff\";a:2:{i:0;s:6:\"فرق\";i:1;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:27:\"تحويلات_مزدوجة\";i:1;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:4:{i:0;s:19:\"عدل_الصفحة\";i:1;s:6:\"عدل\";i:2;s:8:\"EditPage\";i:3;s:4:\"Edit\";}s:8:\"EditTags\";a:2:{i:0;s:23:\"تعديل_الوسوم\";i:1;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:2:{i:0;s:38:\"تعديل_قائمة_المراقبة\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:3:{i:0;s:29:\"مراسلة_المستخدم\";i:1;s:9:\"EmailUser\";i:2;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:21:\"فرد_القوالب\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:10:\"تصدير\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:23:\"الأقل_تعديلا\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:22:\"بحث_ملف_مكرر\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:15:\"مسار_ملف\";i:1;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:2:{i:0;s:40:\"الذهاب_إلى_الإنترويكي\";i:1;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:2:{i:0;s:14:\"استيراد\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:44:\"تعطيل_البريد_الإلكتروني\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:34:\"اختبار_جافا_سكريبت\";i:1;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:2:{i:0;s:23:\"وصل_الحسابات\";i:1;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:2:{i:0;s:21:\"بحث_الوصلات\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:25:\"عرض_الإداريين\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:21:\"عرض_البوتات\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:4:{i:0;s:36:\"عرض_الملفات_المكررة\";i:1;s:32:\"عرض_تكرار_الملفات\";i:2;s:19:\"ListDuplicatedFiles\";i:3;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:6:{i:0;s:21:\"عرض_الملفات\";i:1;s:25:\"قائمة_الملفات\";i:2;s:21:\"قائمة_الصور\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:10:\"Listgrants\";a:2:{i:0;s:17:\"عرض_المنح\";i:1;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:4:{i:0;s:40:\"عرض_صلاحيات_المجموعات\";i:1;s:50:\"صلاحيات_مجموعات_المستخدمين\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:25:\"عرض_التحويلات\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:27:\"عرض_المستخدمين\";i:1;s:31:\"قائمة_المستخدمين\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:11:\"غلق_قب\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:6:\"سجل\";i:1;s:10:\"سجلات\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:21:\"صفحات_وحيدة\";i:1;s:21:\"صفحات_يتيمة\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:21:\"صفحات_طويلة\";i:1;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:2:{i:0;s:29:\"إحصاءات_الميديا\";i:1;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:2:{i:0;s:21:\"دمج_التاريخ\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:13:\"بحث_ميم\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:25:\"الأكثر_تصنيفا\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:6:{i:0;s:32:\"أكثر_الملفات_وصلا\";i:1;s:23:\"أكثر_الملفات\";i:2;s:19:\"أكثر_الصور\";i:3;s:15:\"MostLinkedFiles\";i:4;s:9:\"MostFiles\";i:5;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:29:\"الأكثر_إنترويكي\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:4:{i:0;s:32:\"أكثر_الصفحات_وصلا\";i:1;s:21:\"الأكثر_وصلا\";i:2;s:15:\"MostLinkedPages\";i:3;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:36:\"أكثر_التصنيفات_وصلا\";i:1;s:44:\"أكثر_التصنيفات_استخداما\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:32:\"أكثر_القوالب_وصلا\";i:1;s:40:\"أكثر_القوالب_استخداما\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:25:\"الأكثر_تعديلا\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:2:{i:0;s:15:\"نقل_صفحة\";i:1;s:8:\"MovePage\";}s:4:\"Mute\";a:2:{i:0;s:6:\"كتم\";i:1;s:4:\"Mute\";}s:15:\"Mycontributions\";a:3:{i:0;s:16:\"مساهماتي\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:8:\"لغتي\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:10:\"صفحتي\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:10:\"نقاشي\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:16:\"مرفوعاتي\";i:1;s:12:\"ملفاتي\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:21:\"ملفات_جديدة\";i:1;s:17:\"صور_جديدة\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:21:\"صفحات_جديدة\";i:1;s:8:\"NewPages\";}s:10:\"NewSection\";a:3:{i:0;s:15:\"قسم_جديد\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:8:\"PageData\";a:2:{i:0;s:25:\"بيانات_الصفحة\";i:1;s:8:\"PageData\";}s:11:\"PageHistory\";a:4:{i:0;s:23:\"تاريخ_الصفحة\";i:1;s:10:\"تاريخ\";i:2;s:11:\"PageHistory\";i:3;s:7:\"History\";}s:8:\"PageInfo\";a:4:{i:0;s:27:\"معلومات_الصفحة\";i:1;s:14:\"معلومات\";i:2;s:8:\"PageInfo\";i:3;s:4:\"Info\";}s:12:\"PageLanguage\";a:2:{i:0;s:19:\"لغة_الصفحة\";i:1;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:23:\"صفحات_بخاصية\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:30:\"سياسات_كلمة_السر\";i:1;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:2:{i:0;s:35:\"إعادة_ضبط_كلمة_السر\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:19:\"وصلة_دائمة\";i:1;s:17:\"رابط_دائم\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:14:\"تفضيلات\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:19:\"فهرس_بادئة\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:21:\"صفحات_محمية\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:23:\"عناوين_محمية\";i:1;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:4:{i:0;s:23:\"حماية_الصفحة\";i:1;s:10:\"حماية\";i:2;s:11:\"ProtectPage\";i:3;s:7:\"Protect\";}s:5:\"Purge\";a:2:{i:0;s:21:\"إفراغ_الكاش\";i:1;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:2:{i:0;s:28:\"عشوائي_في_تصنيف\";i:1;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:4:{i:0;s:12:\"عشوائي\";i:1;s:23:\"صفحة_عشوائية\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:2:{i:0;s:27:\"تحويلة_عشوائية\";i:1;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:2:{i:0;s:30:\"صفحة_جذر_عشوائية\";i:1;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:2:{i:0;s:27:\"أحدث_التغييرات\";i:1;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:44:\"أحدث_التغييرات_الموصولة\";i:1;s:27:\"تغييرات_مرتبطة\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:10:\"تحويل\";i:1;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:2:{i:0;s:31:\"إزالة_الاعتمادات\";i:1;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:2:{i:0;s:34:\"إعادة_ضبط_المفاتيح\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:3:{i:0;s:19:\"حذف_مراجعة\";i:1;s:15:\"حذف_نسخة\";i:2;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:2:{i:0;s:25:\"تشغيل_الوظائف\";i:1;s:7:\"RunJobs\";}s:6:\"Search\";a:2:{i:0;s:6:\"بحث\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:21:\"صفحات_قصيرة\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:19:\"صفحات_خاصة\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:14:\"إحصاءات\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:8:\"وسوم\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:2:{i:0;s:27:\"تصنيفات_التتبع\";i:1;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:13:\"رفع_منع\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:32:\"تصنيفات_غير_مصنفة\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:28:\"ملفات_غير_مصنفة\";i:1;s:24:\"صور_غير_مصنفة\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:28:\"صفحات_غير_مصنفة\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:28:\"قوالب_غير_مصنفة\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:14:\"استرجاع\";i:1;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:2:{i:0;s:21:\"فك_الحسابات\";i:1;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:2:{i:0;s:11:\"فتح_قب\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:36:\"تصنيفات_غير_مستخدمة\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:32:\"ملفات_غير_مستخدمة\";i:1;s:28:\"صور_غير_مستخدمة\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:32:\"قوالب_غير_مستخدمة\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:2:{i:0;s:30:\"صفحات_غير_مراقبة\";i:1;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:2:{i:0;s:6:\"رفع\";i:1;s:6:\"Upload\";}s:11:\"UploadStash\";a:2:{i:0;s:15:\"رفع_مخفي\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:25:\"دخول_المستخدم\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:3:{i:0;s:25:\"خروج_المستخدم\";i:1;s:10:\"UserLogout\";i:2;s:6:\"Logout\";}s:10:\"Userrights\";a:6:{i:0;s:31:\"صلاحيات_المستخدم\";i:1;s:28:\"ترقية_مدير_نظام\";i:2;s:17:\"ترقية_بوت\";i:3;s:10:\"UserRights\";i:4;s:9:\"MakeSysop\";i:5;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:8:\"نسخة\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:27:\"تصنيفات_مطلوبة\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:23:\"ملفات_مطلوبة\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:23:\"صفحات_مطلوبة\";i:1;s:23:\"وصلات_مكسورة\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:23:\"قوالب_مطلوبة\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:27:\"قائمة_المراقبة\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:22:\"ماذا_يصل_هنا\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:25:\"بدون_إنترويكي\";i:1;s:16:\"WithoutInterwiki\";}}'),('arc','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('arc','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('arc','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('arc','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('arc','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('arc','defaultDateFormat','s:10:\"dmy or mdy\";'),('arc','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesArc.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/arc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727491633;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/arc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('arc','digitGroupingPattern','s:9:\"#,##0.###\";'),('arc','digitTransformTable','N;'),('arc','fallback','b:0;'),('arc','fallback8bitEncoding','s:12:\"windows-1252\";'),('arc','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('arc','imageFiles','N;'),('arc','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('arc','linkPrefixExtension','b:0;'),('arc','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";');
INSERT INTO `mw_l10n_cache` VALUES ('arc','list','a:1:{s:8:\"messages\";a:7566:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:19:\"tog-extendwatchlist\";i:5;s:18:\"tog-editondblclick\";i:6;s:18:\"tog-watchcreations\";i:7;s:16:\"tog-watchdefault\";i:8;s:14:\"tog-watchmoves\";i:9;s:17:\"tog-watchdeletion\";i:10;s:10:\"tog-oldsig\";i:11;s:20:\"tog-watchlisthideown\";i:12;s:21:\"tog-watchlisthidebots\";i:13;s:22:\"tog-watchlisthideminor\";i:14;s:20:\"tog-watchlisthideliu\";i:15;s:22:\"tog-watchlisthideanons\";i:16;s:16:\"tog-ccmeonemails\";i:17;s:18:\"tog-showhiddencats\";i:18;s:18:\"tog-useeditwarning\";i:19;s:16:\"underline-always\";i:20;s:15:\"underline-never\";i:21;s:6:\"sunday\";i:22;s:6:\"monday\";i:23;s:7:\"tuesday\";i:24;s:9:\"wednesday\";i:25;s:8:\"thursday\";i:26;s:6:\"friday\";i:27;s:8:\"saturday\";i:28;s:3:\"sun\";i:29;s:3:\"mon\";i:30;s:3:\"tue\";i:31;s:3:\"wed\";i:32;s:3:\"thu\";i:33;s:3:\"fri\";i:34;s:3:\"sat\";i:35;s:7:\"january\";i:36;s:8:\"february\";i:37;s:5:\"march\";i:38;s:5:\"april\";i:39;s:8:\"may_long\";i:40;s:4:\"june\";i:41;s:4:\"july\";i:42;s:6:\"august\";i:43;s:9:\"september\";i:44;s:7:\"october\";i:45;s:8:\"november\";i:46;s:8:\"december\";i:47;s:11:\"january-gen\";i:48;s:12:\"february-gen\";i:49;s:9:\"march-gen\";i:50;s:9:\"april-gen\";i:51;s:7:\"may-gen\";i:52;s:8:\"june-gen\";i:53;s:8:\"july-gen\";i:54;s:10:\"august-gen\";i:55;s:13:\"september-gen\";i:56;s:11:\"october-gen\";i:57;s:12:\"november-gen\";i:58;s:12:\"december-gen\";i:59;s:3:\"jan\";i:60;s:3:\"feb\";i:61;s:3:\"mar\";i:62;s:3:\"apr\";i:63;s:3:\"may\";i:64;s:3:\"jun\";i:65;s:3:\"jul\";i:66;s:3:\"aug\";i:67;s:3:\"sep\";i:68;s:3:\"oct\";i:69;s:3:\"nov\";i:70;s:3:\"dec\";i:71;s:9:\"period-am\";i:72;s:9:\"period-pm\";i:73;s:14:\"pagecategories\";i:74;s:15:\"category_header\";i:75;s:13:\"subcategories\";i:76;s:21:\"category-media-header\";i:77;s:14:\"category-empty\";i:78;s:17:\"hidden-categories\";i:79;s:24:\"hidden-category-category\";i:80;s:21:\"category-subcat-count\";i:81;s:29:\"category-subcat-count-limited\";i:82;s:22:\"category-article-count\";i:83;s:30:\"category-article-count-limited\";i:84;s:19:\"category-file-count\";i:85;s:27:\"category-file-count-limited\";i:86;s:5:\"about\";i:87;s:7:\"article\";i:88;s:9:\"newwindow\";i:89;s:6:\"cancel\";i:90;s:13:\"moredotdotdot\";i:91;s:6:\"mypage\";i:92;s:6:\"mytalk\";i:93;s:8:\"anontalk\";i:94;s:10:\"navigation\";i:95;s:3:\"and\";i:96;s:3:\"faq\";i:97;s:7:\"actions\";i:98;s:10:\"namespaces\";i:99;s:8:\"variants\";i:100;s:18:\"navigation-heading\";i:101;s:14:\"errorpagetitle\";i:102;s:8:\"returnto\";i:103;s:7:\"tagline\";i:104;s:4:\"help\";i:105;s:6:\"search\";i:106;s:12:\"searchbutton\";i:107;s:2:\"go\";i:108;s:13:\"searcharticle\";i:109;s:17:\"skin-view-history\";i:110;s:7:\"history\";i:111;s:13:\"history_short\";i:112;s:13:\"history_small\";i:113;s:13:\"updatedmarker\";i:114;s:16:\"printableversion\";i:115;s:9:\"permalink\";i:116;s:5:\"print\";i:117;s:4:\"view\";i:118;s:14:\"skin-view-view\";i:119;s:17:\"skin-view-foreign\";i:120;s:4:\"edit\";i:121;s:14:\"skin-view-edit\";i:122;s:6:\"create\";i:123;s:16:\"skin-view-create\";i:124;s:6:\"delete\";i:125;s:14:\"undelete_short\";i:126;s:17:\"viewdeleted_short\";i:127;s:7:\"protect\";i:128;s:14:\"protect_change\";i:129;s:21:\"skin-action-unprotect\";i:130;s:9:\"unprotect\";i:131;s:7:\"newpage\";i:132;s:16:\"talkpagelinktext\";i:133;s:11:\"specialpage\";i:134;s:13:\"personaltools\";i:135;s:4:\"talk\";i:136;s:5:\"views\";i:137;s:7:\"toolbox\";i:138;s:9:\"imagepage\";i:139;s:13:\"mediawikipage\";i:140;s:12:\"templatepage\";i:141;s:12:\"viewhelppage\";i:142;s:12:\"categorypage\";i:143;s:12:\"viewtalkpage\";i:144;s:14:\"otherlanguages\";i:145;s:14:\"redirectedfrom\";i:146;s:15:\"redirectpagesub\";i:147;s:14:\"lastmodifiedat\";i:148;s:9:\"viewcount\";i:149;s:13:\"protectedpage\";i:150;s:6:\"jumpto\";i:151;s:16:\"jumptonavigation\";i:152;s:12:\"jumptosearch\";i:153;s:15:\"view-pool-error\";i:154;s:12:\"pool-timeout\";i:155;s:14:\"pool-queuefull\";i:156;s:17:\"pool-errorunknown\";i:157;s:9:\"aboutsite\";i:158;s:9:\"aboutpage\";i:159;s:9:\"copyright\";i:160;s:13:\"copyrightpage\";i:161;s:13:\"currentevents\";i:162;s:17:\"currentevents-url\";i:163;s:11:\"disclaimers\";i:164;s:14:\"disclaimerpage\";i:165;s:8:\"edithelp\";i:166;s:20:\"helppage-top-gethelp\";i:167;s:8:\"mainpage\";i:168;s:20:\"mainpage-description\";i:169;s:10:\"policy-url\";i:170;s:6:\"portal\";i:171;s:10:\"portal-url\";i:172;s:7:\"privacy\";i:173;s:11:\"privacypage\";i:174;s:9:\"badaccess\";i:175;s:16:\"badaccess-group0\";i:176;s:2:\"ok\";i:177;s:18:\"youhavenewmessages\";i:178;s:27:\"youhavenewmessagesfromusers\";i:179;s:27:\"youhavenewmessagesmanyusers\";i:180;s:21:\"newmessageslinkplural\";i:181;s:25:\"newmessagesdifflinkplural\";i:182;s:11:\"editsection\";i:183;s:7:\"editold\";i:184;s:13:\"viewsourceold\";i:185;s:8:\"editlink\";i:186;s:14:\"viewsourcelink\";i:187;s:15:\"editsectionhint\";i:188;s:3:\"toc\";i:189;s:7:\"showtoc\";i:190;s:7:\"hidetoc\";i:191;s:20:\"collapsible-collapse\";i:192;s:18:\"collapsible-expand\";i:193;s:15:\"confirmable-yes\";i:194;s:14:\"confirmable-no\";i:195;s:11:\"viewdeleted\";i:196;s:11:\"restorelink\";i:197;s:14:\"site-atom-feed\";i:198;s:14:\"page-atom-feed\";i:199;s:9:\"feed-atom\";i:200;s:14:\"red-link-title\";i:201;s:15:\"sort-descending\";i:202;s:14:\"sort-ascending\";i:203;s:10:\"nstab-main\";i:204;s:10:\"nstab-user\";i:205;s:11:\"nstab-media\";i:206;s:13:\"nstab-special\";i:207;s:13:\"nstab-project\";i:208;s:11:\"nstab-image\";i:209;s:15:\"nstab-mediawiki\";i:210;s:14:\"nstab-template\";i:211;s:10:\"nstab-help\";i:212;s:14:\"nstab-category\";i:213;s:14:\"mainpage-nstab\";i:214;s:12:\"nosuchaction\";i:215;s:17:\"nosuchspecialpage\";i:216;s:5:\"error\";i:217;s:13:\"databaseerror\";i:218;s:19:\"databaseerror-error\";i:219;s:18:\"missingarticle-rev\";i:220;s:19:\"missingarticle-diff\";i:221;s:13:\"internalerror\";i:222;s:18:\"internalerror_info\";i:223;s:8:\"badtitle\";i:224;s:10:\"perfcached\";i:225;s:12:\"perfcachedts\";i:226;s:20:\"querypage-no-updates\";i:227;s:10:\"viewsource\";i:228;s:16:\"viewsource-title\";i:229;s:15:\"actionthrottled\";i:230;s:14:\"viewsourcetext\";i:231;s:12:\"viewyourtext\";i:232;s:18:\"protectedinterface\";i:233;s:16:\"editinginterface\";i:234;s:18:\"namespaceprotected\";i:235;s:17:\"exception-nologin\";i:236;s:10:\"logouttext\";i:237;s:11:\"welcomeuser\";i:238;s:8:\"yourname\";i:239;s:18:\"userlogin-yourname\";i:240;s:21:\"userlogin-yourname-ph\";i:241;s:12:\"yourpassword\";i:242;s:22:\"userlogin-yourpassword\";i:243;s:25:\"userlogin-yourpassword-ph\";i:244;s:26:\"createacct-yourpassword-ph\";i:245;s:17:\"yourpasswordagain\";i:246;s:28:\"createacct-yourpasswordagain\";i:247;s:31:\"createacct-yourpasswordagain-ph\";i:248;s:28:\"userlogin-remembermypassword\";i:249;s:24:\"userlogin-signwithsecure\";i:250;s:5:\"login\";i:251;s:23:\"nav-login-createaccount\";i:252;s:6:\"logout\";i:253;s:10:\"userlogout\";i:254;s:11:\"notloggedin\";i:255;s:19:\"userlogin-noaccount\";i:256;s:21:\"userlogin-joinproject\";i:257;s:13:\"createaccount\";i:258;s:28:\"userlogin-resetpassword-link\";i:259;s:24:\"createacct-emailrequired\";i:260;s:17:\"createaccountmail\";i:261;s:17:\"createacct-submit\";i:262;s:26:\"createacct-benefit-heading\";i:263;s:24:\"createacct-benefit-body1\";i:264;s:24:\"createacct-benefit-body2\";i:265;s:24:\"createacct-benefit-body3\";i:266;s:9:\"badretype\";i:267;s:10:\"userexists\";i:268;s:10:\"loginerror\";i:269;s:18:\"createaccounterror\";i:270;s:6:\"noname\";i:271;s:17:\"loginsuccesstitle\";i:272;s:12:\"loginsuccess\";i:273;s:15:\"nouserspecified\";i:274;s:13:\"wrongpassword\";i:275;s:18:\"wrongpasswordempty\";i:276;s:16:\"passwordtooshort\";i:277;s:14:\"mailmypassword\";i:278;s:21:\"passwordremindertitle\";i:279;s:7:\"noemail\";i:280;s:9:\"mailerror\";i:281;s:16:\"emailconfirmlink\";i:282;s:14:\"accountcreated\";i:283;s:18:\"accountcreatedtext\";i:284;s:19:\"createaccount-title\";i:285;s:18:\"loginlanguagelabel\";i:286;s:8:\"pt-login\";i:287;s:15:\"pt-login-button\";i:288;s:16:\"pt-createaccount\";i:289;s:13:\"pt-userlogout\";i:290;s:14:\"changepassword\";i:291;s:16:\"resetpass_header\";i:292;s:11:\"oldpassword\";i:293;s:11:\"newpassword\";i:294;s:9:\"retypenew\";i:295;s:16:\"resetpass_submit\";i:296;s:25:\"resetpass-submit-loggedin\";i:297;s:23:\"resetpass-submit-cancel\";i:298;s:23:\"resetpass-temp-password\";i:299;s:13:\"passwordreset\";i:300;s:22:\"passwordreset-username\";i:301;s:20:\"passwordreset-domain\";i:302;s:19:\"passwordreset-email\";i:303;s:11:\"changeemail\";i:304;s:7:\"summary\";i:305;s:7:\"subject\";i:306;s:9:\"minoredit\";i:307;s:9:\"watchthis\";i:308;s:11:\"savearticle\";i:309;s:7:\"preview\";i:310;s:11:\"showpreview\";i:311;s:8:\"showdiff\";i:312;s:15:\"anoneditwarning\";i:313;s:18:\"anonpreviewwarning\";i:314;s:15:\"summary-preview\";i:315;s:12:\"blockedtitle\";i:316;s:15:\"blockednoreason\";i:317;s:18:\"nosuchsectiontitle\";i:318;s:12:\"loginreqlink\";i:319;s:12:\"accmailtitle\";i:320;s:10:\"newarticle\";i:321;s:14:\"newarticletext\";i:322;s:7:\"updated\";i:323;s:4:\"note\";i:324;s:11:\"previewnote\";i:325;s:16:\"continue-editing\";i:326;s:7:\"editing\";i:327;s:8:\"creating\";i:328;s:14:\"editingsection\";i:329;s:14:\"editingcomment\";i:330;s:8:\"yourtext\";i:331;s:13:\"storedversion\";i:332;s:10:\"editingold\";i:333;s:8:\"yourdiff\";i:334;s:13:\"templatesused\";i:335;s:18:\"template-protected\";i:336;s:22:\"template-semiprotected\";i:337;s:17:\"nocreate-loggedin\";i:338;s:17:\"permissionserrors\";i:339;s:32:\"permissionserrorstext-withaction\";i:340;s:11:\"log-fulllog\";i:341;s:27:\"postedit-confirmation-saved\";i:342;s:19:\"edit-already-exists\";i:343;s:12:\"undo-summary\";i:344;s:12:\"viewpagelogs\";i:345;s:9:\"nohistory\";i:346;s:10:\"currentrev\";i:347;s:15:\"currentrev-asof\";i:348;s:12:\"revisionasof\";i:349;s:13:\"revision-info\";i:350;s:16:\"previousrevision\";i:351;s:12:\"nextrevision\";i:352;s:19:\"currentrevisionlink\";i:353;s:3:\"cur\";i:354;s:4:\"next\";i:355;s:4:\"last\";i:356;s:10:\"page_first\";i:357;s:9:\"page_last\";i:358;s:10:\"histlegend\";i:359;s:22:\"history-fieldset-title\";i:360;s:20:\"history-show-deleted\";i:361;s:9:\"histfirst\";i:362;s:8:\"histlast\";i:363;s:12:\"historyempty\";i:364;s:18:\"history-feed-title\";i:365;s:24:\"history-feed-description\";i:366;s:27:\"history-feed-item-nocomment\";i:367;s:12:\"rev-delundel\";i:368;s:15:\"rev-showdeleted\";i:369;s:14:\"revisiondelete\";i:370;s:26:\"revdelete-show-file-submit\";i:371;s:19:\"revdelete-hide-text\";i:372;s:20:\"revdelete-hide-image\";i:373;s:19:\"revdelete-hide-name\";i:374;s:22:\"revdelete-hide-comment\";i:375;s:19:\"revdelete-hide-user\";i:376;s:20:\"revdelete-radio-same\";i:377;s:19:\"revdelete-radio-set\";i:378;s:21:\"revdelete-radio-unset\";i:379;s:13:\"revdelete-log\";i:380;s:14:\"revdel-restore\";i:381;s:8:\"pagehist\";i:382;s:11:\"deletedhist\";i:383;s:21:\"revdelete-otherreason\";i:384;s:25:\"revdelete-reasonotherlist\";i:385;s:25:\"revdelete-edit-reasonlist\";i:386;s:18:\"revdelete-offender\";i:387;s:12:\"mergehistory\";i:388;s:16:\"mergehistory-box\";i:389;s:17:\"mergehistory-from\";i:390;s:17:\"mergehistory-into\";i:391;s:19:\"mergehistory-submit\";i:392;s:22:\"mergehistory-no-source\";i:393;s:24:\"mergehistory-autocomment\";i:394;s:20:\"mergehistory-comment\";i:395;s:19:\"mergehistory-reason\";i:396;s:8:\"mergelog\";i:397;s:11:\"revertmerge\";i:398;s:13:\"history-title\";i:399;s:16:\"difference-title\";i:400;s:26:\"difference-title-multipage\";i:401;s:20:\"difference-multipage\";i:402;s:6:\"lineno\";i:403;s:23:\"compareselectedversions\";i:404;s:24:\"showhideselectedversions\";i:405;s:8:\"editundo\";i:406;s:20:\"diff-multi-manyusers\";i:407;s:13:\"searchresults\";i:408;s:19:\"searchresults-title\";i:409;s:12:\"titlematches\";i:410;s:11:\"textmatches\";i:411;s:13:\"notextmatches\";i:412;s:5:\"prevn\";i:413;s:5:\"nextn\";i:414;s:11:\"prevn-title\";i:415;s:11:\"nextn-title\";i:416;s:11:\"shown-title\";i:417;s:12:\"viewprevnext\";i:418;s:17:\"searchmenu-exists\";i:419;s:14:\"searchmenu-new\";i:420;s:22:\"searchprofile-articles\";i:421;s:20:\"searchprofile-images\";i:422;s:24:\"searchprofile-everything\";i:423;s:22:\"searchprofile-advanced\";i:424;s:30:\"searchprofile-articles-tooltip\";i:425;s:28:\"searchprofile-images-tooltip\";i:426;s:18:\"search-result-size\";i:427;s:15:\"search-redirect\";i:428;s:14:\"search-section\";i:429;s:14:\"search-suggest\";i:430;s:21:\"search-interwiki-more\";i:431;s:21:\"search-relatedarticle\";i:432;s:13:\"searchrelated\";i:433;s:9:\"searchall\";i:434;s:14:\"showingresults\";i:435;s:16:\"search-nonefound\";i:436;s:18:\"powersearch-legend\";i:437;s:14:\"powersearch-ns\";i:438;s:23:\"powersearch-togglelabel\";i:439;s:21:\"powersearch-toggleall\";i:440;s:22:\"powersearch-togglenone\";i:441;s:15:\"search-external\";i:442;s:11:\"preferences\";i:443;s:13:\"mypreferences\";i:444;s:11:\"prefs-edits\";i:445;s:10:\"prefs-skin\";i:446;s:12:\"skin-preview\";i:447;s:11:\"datedefault\";i:448;s:14:\"prefs-personal\";i:449;s:8:\"prefs-rc\";i:450;s:15:\"prefs-watchlist\";i:451;s:20:\"prefs-watchlist-days\";i:452;s:24:\"prefs-watchlist-days-max\";i:453;s:10:\"prefs-misc\";i:454;s:15:\"prefs-resetpass\";i:455;s:17:\"prefs-changeemail\";i:456;s:11:\"prefs-email\";i:457;s:15:\"prefs-rendering\";i:458;s:9:\"saveprefs\";i:459;s:13:\"prefs-editing\";i:460;s:17:\"searchresultshead\";i:461;s:17:\"recentchangesdays\";i:462;s:18:\"recentchangescount\";i:463;s:10:\"savedprefs\";i:464;s:14:\"timezonelegend\";i:465;s:9:\"localtime\";i:466;s:21:\"timezoneregion-africa\";i:467;s:22:\"timezoneregion-america\";i:468;s:25:\"timezoneregion-antarctica\";i:469;s:19:\"timezoneregion-asia\";i:470;s:23:\"timezoneregion-atlantic\";i:471;s:24:\"timezoneregion-australia\";i:472;s:21:\"timezoneregion-europe\";i:473;s:21:\"timezoneregion-indian\";i:474;s:22:\"timezoneregion-pacific\";i:475;s:19:\"prefs-searchoptions\";i:476;s:16:\"prefs-namespaces\";i:477;s:11:\"prefs-files\";i:478;s:24:\"prefs-emailconfirm-label\";i:479;s:9:\"youremail\";i:480;s:8:\"username\";i:481;s:20:\"prefs-memberingroups\";i:482;s:18:\"prefs-registration\";i:483;s:12:\"yourrealname\";i:484;s:12:\"yourlanguage\";i:485;s:8:\"yournick\";i:486;s:12:\"badsiglength\";i:487;s:10:\"yourgender\";i:488;s:14:\"gender-unknown\";i:489;s:11:\"gender-male\";i:490;s:13:\"gender-female\";i:491;s:17:\"prefs-help-gender\";i:492;s:5:\"email\";i:493;s:10:\"prefs-info\";i:494;s:10:\"prefs-i18n\";i:495;s:15:\"prefs-signature\";i:496;s:16:\"prefs-dateformat\";i:497;s:21:\"prefs-advancedediting\";i:498;s:16:\"prefs-advancedrc\";i:499;s:23:\"prefs-advancedrendering\";i:500;s:27:\"prefs-advancedsearchoptions\";i:501;s:23:\"prefs-advancedwatchlist\";i:502;s:15:\"prefs-displayrc\";i:503;s:22:\"prefs-displaywatchlist\";i:504;s:11:\"prefs-diffs\";i:505;s:10:\"userrights\";i:506;s:22:\"userrights-lookup-user\";i:507;s:24:\"userrights-user-editname\";i:508;s:13:\"editusergroup\";i:509;s:24:\"userrights-editusergroup\";i:510;s:14:\"saveusergroups\";i:511;s:23:\"userrights-groupsmember\";i:512;s:17:\"userrights-reason\";i:513;s:5:\"group\";i:514;s:10:\"group-user\";i:515;s:19:\"group-autoconfirmed\";i:516;s:9:\"group-bot\";i:517;s:11:\"group-sysop\";i:518;s:16:\"group-bureaucrat\";i:519;s:14:\"group-suppress\";i:520;s:9:\"group-all\";i:521;s:17:\"group-user-member\";i:522;s:26:\"group-autoconfirmed-member\";i:523;s:16:\"group-bot-member\";i:524;s:18:\"group-sysop-member\";i:525;s:23:\"group-bureaucrat-member\";i:526;s:21:\"group-suppress-member\";i:527;s:14:\"grouppage-user\";i:528;s:23:\"grouppage-autoconfirmed\";i:529;s:13:\"grouppage-bot\";i:530;s:15:\"grouppage-sysop\";i:531;s:20:\"grouppage-bureaucrat\";i:532;s:18:\"grouppage-suppress\";i:533;s:10:\"right-read\";i:534;s:10:\"right-edit\";i:535;s:16:\"right-createtalk\";i:536;s:19:\"right-createaccount\";i:537;s:15:\"right-minoredit\";i:538;s:10:\"right-move\";i:539;s:19:\"right-move-subpages\";i:540;s:14:\"right-movefile\";i:541;s:12:\"right-upload\";i:542;s:12:\"right-delete\";i:543;s:15:\"right-bigdelete\";i:544;s:19:\"right-browsearchive\";i:545;s:14:\"right-undelete\";i:546;s:20:\"right-suppressionlog\";i:547;s:11:\"right-block\";i:548;s:18:\"right-mergehistory\";i:549;s:16:\"right-userrights\";i:550;s:14:\"newuserlogpage\";i:551;s:18:\"newuserlogpagetext\";i:552;s:9:\"rightslog\";i:553;s:13:\"rightslogtext\";i:554;s:11:\"action-read\";i:555;s:22:\"skin-action-addsection\";i:556;s:11:\"action-edit\";i:557;s:17:\"action-createpage\";i:558;s:17:\"action-createtalk\";i:559;s:20:\"action-createaccount\";i:560;s:16:\"action-minoredit\";i:561;s:11:\"action-move\";i:562;s:25:\"action-move-rootuserpages\";i:563;s:15:\"action-movefile\";i:564;s:13:\"action-upload\";i:565;s:13:\"action-delete\";i:566;s:21:\"action-deleterevision\";i:567;s:21:\"action-deletedhistory\";i:568;s:20:\"action-browsearchive\";i:569;s:15:\"action-undelete\";i:570;s:21:\"action-suppressionlog\";i:571;s:12:\"action-block\";i:572;s:14:\"action-protect\";i:573;s:19:\"action-mergehistory\";i:574;s:17:\"action-userrights\";i:575;s:8:\"nchanges\";i:576;s:13:\"recentchanges\";i:577;s:20:\"recentchanges-legend\";i:578;s:21:\"recentchanges-summary\";i:579;s:30:\"recentchanges-feed-description\";i:580;s:27:\"recentchanges-label-newpage\";i:581;s:25:\"recentchanges-label-minor\";i:582;s:23:\"recentchanges-label-bot\";i:583;s:31:\"recentchanges-label-unpatrolled\";i:584;s:29:\"recentchanges-label-plusminus\";i:585;s:28:\"recentchanges-legend-heading\";i:586;s:28:\"recentchanges-legend-newpage\";i:587;s:10:\"rcnotefrom\";i:588;s:10:\"rclistfrom\";i:589;s:15:\"rcshowhideminor\";i:590;s:20:\"rcshowhideminor-show\";i:591;s:20:\"rcshowhideminor-hide\";i:592;s:14:\"rcshowhidebots\";i:593;s:19:\"rcshowhidebots-show\";i:594;s:19:\"rcshowhidebots-hide\";i:595;s:13:\"rcshowhideliu\";i:596;s:18:\"rcshowhideliu-show\";i:597;s:18:\"rcshowhideliu-hide\";i:598;s:15:\"rcshowhideanons\";i:599;s:20:\"rcshowhideanons-show\";i:600;s:20:\"rcshowhideanons-hide\";i:601;s:14:\"rcshowhidepatr\";i:602;s:19:\"rcshowhidepatr-show\";i:603;s:19:\"rcshowhidepatr-hide\";i:604;s:14:\"rcshowhidemine\";i:605;s:19:\"rcshowhidemine-show\";i:606;s:19:\"rcshowhidemine-hide\";i:607;s:7:\"rclinks\";i:608;s:4:\"diff\";i:609;s:4:\"hist\";i:610;s:4:\"hide\";i:611;s:4:\"show\";i:612;s:15:\"minoreditletter\";i:613;s:13:\"newpageletter\";i:614;s:13:\"boteditletter\";i:615;s:18:\"rc-change-size-new\";i:616;s:17:\"newsectionsummary\";i:617;s:12:\"rc-old-title\";i:618;s:19:\"recentchangeslinked\";i:619;s:24:\"recentchangeslinked-feed\";i:620;s:27:\"recentchangeslinked-toolbox\";i:621;s:24:\"recentchangeslinked-page\";i:622;s:6:\"upload\";i:623;s:9:\"uploadbtn\";i:624;s:13:\"uploadnologin\";i:625;s:11:\"uploaderror\";i:626;s:13:\"uploadlogpage\";i:627;s:8:\"filename\";i:628;s:8:\"filedesc\";i:629;s:17:\"fileuploadsummary\";i:630;s:19:\"filereuploadsummary\";i:631;s:10:\"filestatus\";i:632;s:10:\"filesource\";i:633;s:10:\"minlength1\";i:634;s:13:\"uploadwarning\";i:635;s:8:\"savefile\";i:636;s:11:\"uploadvirus\";i:637;s:13:\"upload-source\";i:638;s:14:\"sourcefilename\";i:639;s:9:\"sourceurl\";i:640;s:18:\"upload-maxfilesize\";i:641;s:18:\"upload-description\";i:642;s:14:\"upload-options\";i:643;s:15:\"watchthisupload\";i:644;s:18:\"upload-proto-error\";i:645;s:17:\"upload-file-error\";i:646;s:17:\"upload-misc-error\";i:647;s:15:\"img-auth-nofile\";i:648;s:15:\"http-read-error\";i:649;s:15:\"http-curl-error\";i:650;s:7:\"license\";i:651;s:14:\"license-header\";i:652;s:17:\"license-nopreview\";i:653;s:18:\"upload_source_file\";i:654;s:17:\"listfiles-summary\";i:655;s:7:\"imgfile\";i:656;s:9:\"listfiles\";i:657;s:15:\"listfiles_thumb\";i:658;s:14:\"listfiles_date\";i:659;s:14:\"listfiles_name\";i:660;s:14:\"listfiles_user\";i:661;s:14:\"listfiles_size\";i:662;s:21:\"listfiles_description\";i:663;s:15:\"listfiles_count\";i:664;s:16:\"file-anchor-link\";i:665;s:8:\"filehist\";i:666;s:18:\"filehist-deleteall\";i:667;s:18:\"filehist-deleteone\";i:668;s:15:\"filehist-revert\";i:669;s:16:\"filehist-current\";i:670;s:17:\"filehist-datetime\";i:671;s:14:\"filehist-thumb\";i:672;s:16:\"filehist-nothumb\";i:673;s:13:\"filehist-user\";i:674;s:19:\"filehist-dimensions\";i:675;s:17:\"filehist-filesize\";i:676;s:16:\"filehist-comment\";i:677;s:10:\"imagelinks\";i:678;s:12:\"linkstoimage\";i:679;s:14:\"nolinkstoimage\";i:680;s:25:\"uploadnewversion-linktext\";i:681;s:16:\"shared-repo-from\";i:682;s:18:\"filerevert-comment\";i:683;s:10:\"filedelete\";i:684;s:17:\"filedelete-legend\";i:685;s:18:\"filedelete-comment\";i:686;s:17:\"filedelete-submit\";i:687;s:18:\"filedelete-success\";i:688;s:17:\"filedelete-nofile\";i:689;s:22:\"filedelete-otherreason\";i:690;s:27:\"filedelete-reason-otherlist\";i:691;s:26:\"filedelete-edit-reasonlist\";i:692;s:10:\"mimesearch\";i:693;s:8:\"mimetype\";i:694;s:8:\"download\";i:695;s:14:\"unwatchedpages\";i:696;s:13:\"listredirects\";i:697;s:15:\"unusedtemplates\";i:698;s:18:\"unusedtemplateswlh\";i:699;s:10:\"randompage\";i:700;s:18:\"randompage-nopages\";i:701;s:23:\"randomincategory-submit\";i:702;s:14:\"randomredirect\";i:703;s:22:\"randomredirect-nopages\";i:704;s:10:\"statistics\";i:705;s:23:\"statistics-header-pages\";i:706;s:23:\"statistics-header-edits\";i:707;s:23:\"statistics-header-users\";i:708;s:23:\"statistics-header-hooks\";i:709;s:19:\"statistics-articles\";i:710;s:16:\"statistics-pages\";i:711;s:16:\"statistics-edits\";i:712;s:24:\"statistics-edits-average\";i:713;s:16:\"statistics-users\";i:714;s:23:\"statistics-users-active\";i:715;s:13:\"pageswithprop\";i:716;s:20:\"pageswithprop-legend\";i:717;s:18:\"pageswithprop-prop\";i:718;s:20:\"pageswithprop-submit\";i:719;s:15:\"doubleredirects\";i:720;s:26:\"double-redirect-fixed-move\";i:721;s:15:\"brokenredirects\";i:722;s:19:\"brokenredirectstext\";i:723;s:20:\"brokenredirects-edit\";i:724;s:22:\"brokenredirects-delete\";i:725;s:16:\"withoutinterwiki\";i:726;s:24:\"withoutinterwiki-summary\";i:727;s:23:\"withoutinterwiki-legend\";i:728;s:23:\"withoutinterwiki-submit\";i:729;s:15:\"fewestrevisions\";i:730;s:6:\"nbytes\";i:731;s:11:\"ncategories\";i:732;s:6:\"nlinks\";i:733;s:8:\"nmembers\";i:734;s:10:\"nrevisions\";i:735;s:17:\"specialpage-empty\";i:736;s:11:\"lonelypages\";i:737;s:18:\"uncategorizedpages\";i:738;s:23:\"uncategorizedcategories\";i:739;s:19:\"uncategorizedimages\";i:740;s:22:\"uncategorizedtemplates\";i:741;s:16:\"unusedcategories\";i:742;s:12:\"unusedimages\";i:743;s:16:\"wantedcategories\";i:744;s:11:\"wantedpages\";i:745;s:11:\"wantedfiles\";i:746;s:15:\"wantedtemplates\";i:747;s:10:\"mostlinked\";i:748;s:20:\"mostlinkedcategories\";i:749;s:19:\"mostlinkedtemplates\";i:750;s:14:\"mostcategories\";i:751;s:10:\"mostimages\";i:752;s:14:\"mostinterwikis\";i:753;s:13:\"mostrevisions\";i:754;s:11:\"prefixindex\";i:755;s:21:\"prefixindex-namespace\";i:756;s:10:\"shortpages\";i:757;s:9:\"longpages\";i:758;s:12:\"deadendpages\";i:759;s:14:\"protectedpages\";i:760;s:15:\"protectedtitles\";i:761;s:20:\"protectedtitlesempty\";i:762;s:9:\"listusers\";i:763;s:19:\"listusers-editsonly\";i:764;s:22:\"listusers-creationsort\";i:765;s:13:\"usereditcount\";i:766;s:11:\"usercreated\";i:767;s:8:\"newpages\";i:768;s:17:\"newpages-username\";i:769;s:12:\"ancientpages\";i:770;s:4:\"move\";i:771;s:12:\"movethispage\";i:772;s:13:\"notargettitle\";i:773;s:11:\"nopagetitle\";i:774;s:10:\"nopagetext\";i:775;s:13:\"pager-newer-n\";i:776;s:13:\"pager-older-n\";i:777;s:8:\"suppress\";i:778;s:10:\"apisandbox\";i:779;s:16:\"apisandbox-reset\";i:780;s:19:\"apisandbox-examples\";i:781;s:18:\"apisandbox-results\";i:782;s:11:\"booksources\";i:783;s:25:\"booksources-search-legend\";i:784;s:19:\"specialloguserlabel\";i:785;s:20:\"speciallogtitlelabel\";i:786;s:3:\"log\";i:787;s:13:\"all-logs-page\";i:788;s:11:\"alllogstext\";i:789;s:8:\"logempty\";i:790;s:18:\"log-title-wildcard\";i:791;s:26:\"showhideselectedlogentries\";i:792;s:8:\"allpages\";i:793;s:8:\"nextpage\";i:794;s:8:\"prevpage\";i:795;s:12:\"allpagesfrom\";i:796;s:10:\"allpagesto\";i:797;s:11:\"allarticles\";i:798;s:14:\"allinnamespace\";i:799;s:14:\"allpagessubmit\";i:800;s:14:\"allpagesprefix\";i:801;s:15:\"allpages-bad-ns\";i:802;s:23:\"allpages-hide-redirects\";i:803;s:10:\"categories\";i:804;s:14:\"categoriesfrom\";i:805;s:20:\"deletedcontributions\";i:806;s:26:\"deletedcontributions-title\";i:807;s:32:\"sp-deletedcontributions-contribs\";i:808;s:10:\"linksearch\";i:809;s:14:\"linksearch-pat\";i:810;s:13:\"linksearch-ns\";i:811;s:13:\"linksearch-ok\";i:812;s:15:\"linksearch-line\";i:813;s:13:\"listusersfrom\";i:814;s:16:\"listusers-submit\";i:815;s:18:\"listusers-noresult\";i:816;s:17:\"listusers-blocked\";i:817;s:11:\"activeusers\";i:818;s:17:\"activeusers-count\";i:819;s:16:\"activeusers-from\";i:820;s:20:\"activeusers-noresult\";i:821;s:15:\"listgrouprights\";i:822;s:21:\"listgrouprights-group\";i:823;s:22:\"listgrouprights-rights\";i:824;s:24:\"listgrouprights-helppage\";i:825;s:23:\"listgrouprights-members\";i:826;s:24:\"listgrouprights-addgroup\";i:827;s:27:\"listgrouprights-removegroup\";i:828;s:28:\"listgrouprights-addgroup-all\";i:829;s:31:\"listgrouprights-removegroup-all\";i:830;s:32:\"listgrouprights-removegroup-self\";i:831;s:36:\"listgrouprights-removegroup-self-all\";i:832;s:11:\"mailnologin\";i:833;s:9:\"emailuser\";i:834;s:15:\"defemailsubject\";i:835;s:12:\"noemailtitle\";i:836;s:13:\"emailusername\";i:837;s:19:\"emailusernamesubmit\";i:838;s:12:\"email-legend\";i:839;s:9:\"emailfrom\";i:840;s:7:\"emailto\";i:841;s:12:\"emailsubject\";i:842;s:12:\"emailmessage\";i:843;s:9:\"emailsend\";i:844;s:9:\"emailccme\";i:845;s:14:\"emailccsubject\";i:846;s:9:\"emailsent\";i:847;s:19:\"usermessage-summary\";i:848;s:18:\"usermessage-editor\";i:849;s:9:\"watchlist\";i:850;s:11:\"mywatchlist\";i:851;s:13:\"watchlistfor2\";i:852;s:11:\"nowatchlist\";i:853;s:17:\"watchlistanontext\";i:854;s:12:\"watchnologin\";i:855;s:8:\"addwatch\";i:856;s:14:\"addedwatchtext\";i:857;s:11:\"removewatch\";i:858;s:16:\"removedwatchtext\";i:859;s:5:\"watch\";i:860;s:13:\"watchthispage\";i:861;s:7:\"unwatch\";i:862;s:15:\"unwatchthispage\";i:863;s:17:\"watchlist-details\";i:864;s:20:\"wlheader-showupdated\";i:865;s:6:\"wlnote\";i:866;s:17:\"watchlist-options\";i:867;s:8:\"watching\";i:868;s:10:\"unwatching\";i:869;s:12:\"enotif_reset\";i:870;s:28:\"enotif_impersonal_salutation\";i:871;s:18:\"enotif_lastvisited\";i:872;s:15:\"enotif_lastdiff\";i:873;s:18:\"enotif_anon_editor\";i:874;s:7:\"created\";i:875;s:7:\"changed\";i:876;s:17:\"deletepage-submit\";i:877;s:7:\"confirm\";i:878;s:9:\"excontent\";i:879;s:15:\"excontentauthor\";i:880;s:14:\"delete-confirm\";i:881;s:13:\"delete-legend\";i:882;s:14:\"actioncomplete\";i:883;s:12:\"actionfailed\";i:884;s:10:\"dellogpage\";i:885;s:14:\"dellogpagetext\";i:886;s:11:\"deletionlog\";i:887;s:13:\"deletecomment\";i:888;s:17:\"deleteotherreason\";i:889;s:21:\"deletereasonotherlist\";i:890;s:22:\"delete-edit-reasonlist\";i:891;s:12:\"rollbacklink\";i:892;s:11:\"editcomment\";i:893;s:10:\"revertpage\";i:894;s:20:\"sessionfailure-title\";i:895;s:14:\"protectlogpage\";i:896;s:13:\"protect-title\";i:897;s:24:\"protect-title-notallowed\";i:898;s:14:\"prot_1movedto2\";i:899;s:14:\"protect-legend\";i:900;s:14:\"protectcomment\";i:901;s:15:\"protect-default\";i:902;s:16:\"protect-fallback\";i:903;s:27:\"protect-level-autoconfirmed\";i:904;s:19:\"protect-level-sysop\";i:905;s:16:\"protect-expiring\";i:906;s:22:\"protect-expiring-local\";i:907;s:25:\"protect-expiry-indefinite\";i:908;s:17:\"protect-othertime\";i:909;s:20:\"protect-othertime-op\";i:910;s:19:\"protect-otherreason\";i:911;s:22:\"protect-otherreason-op\";i:912;s:23:\"protect-edit-reasonlist\";i:913;s:22:\"protect-expiry-options\";i:914;s:16:\"restriction-type\";i:915;s:17:\"restriction-level\";i:916;s:12:\"minimum-size\";i:917;s:12:\"maximum-size\";i:918;s:8:\"pagesize\";i:919;s:16:\"restriction-edit\";i:920;s:16:\"restriction-move\";i:921;s:18:\"restriction-create\";i:922;s:18:\"restriction-upload\";i:923;s:23:\"restriction-level-sysop\";i:924;s:31:\"restriction-level-autoconfirmed\";i:925;s:21:\"restriction-level-all\";i:926;s:8:\"undelete\";i:927;s:12:\"undeletepage\";i:928;s:15:\"viewdeletedpage\";i:929;s:23:\"skin-action-viewdeleted\";i:930;s:23:\"undelete-fieldset-title\";i:931;s:17:\"undelete-revision\";i:932;s:15:\"undelete-nodiff\";i:933;s:11:\"undeletebtn\";i:934;s:12:\"undeletelink\";i:935;s:16:\"undeleteviewlink\";i:936;s:14:\"undeleteinvert\";i:937;s:15:\"undeletecomment\";i:938;s:15:\"undelete-header\";i:939;s:21:\"undelete-search-title\";i:940;s:19:\"undelete-search-box\";i:941;s:22:\"undelete-search-prefix\";i:942;s:22:\"undelete-search-submit\";i:943;s:25:\"undelete-show-file-submit\";i:944;s:9:\"namespace\";i:945;s:6:\"invert\";i:946;s:21:\"namespace_association\";i:947;s:14:\"blanknamespace\";i:948;s:23:\"tool-link-contributions\";i:949;s:19:\"contributions-title\";i:950;s:9:\"mycontris\";i:951;s:11:\"contribsub2\";i:952;s:5:\"uctop\";i:953;s:5:\"month\";i:954;s:4:\"year\";i:955;s:25:\"sp-contributions-blocklog\";i:956;s:24:\"sp-contributions-deleted\";i:957;s:24:\"sp-contributions-uploads\";i:958;s:21:\"sp-contributions-logs\";i:959;s:21:\"sp-contributions-talk\";i:960;s:27:\"sp-contributions-userrights\";i:961;s:23:\"sp-contributions-search\";i:962;s:25:\"sp-contributions-username\";i:963;s:24:\"sp-contributions-toponly\";i:964;s:23:\"sp-contributions-submit\";i:965;s:13:\"whatlinkshere\";i:966;s:19:\"whatlinkshere-title\";i:967;s:18:\"whatlinkshere-page\";i:968;s:9:\"linkshere\";i:969;s:11:\"nolinkshere\";i:970;s:14:\"nolinkshere-ns\";i:971;s:10:\"isredirect\";i:972;s:10:\"istemplate\";i:973;s:7:\"isimage\";i:974;s:18:\"whatlinkshere-prev\";i:975;s:18:\"whatlinkshere-next\";i:976;s:19:\"whatlinkshere-links\";i:977;s:24:\"whatlinkshere-hideredirs\";i:978;s:23:\"whatlinkshere-hidetrans\";i:979;s:23:\"whatlinkshere-hidelinks\";i:980;s:24:\"whatlinkshere-hideimages\";i:981;s:11:\"autoblockid\";i:982;s:5:\"block\";i:983;s:7:\"unblock\";i:984;s:7:\"blockip\";i:985;s:19:\"ipaddressorusername\";i:986;s:9:\"ipbreason\";i:987;s:9:\"ipbsubmit\";i:988;s:8:\"ipbother\";i:989;s:10:\"ipboptions\";i:990;s:11:\"ipbhidename\";i:991;s:12:\"badipaddress\";i:992;s:17:\"blockipsuccesssub\";i:993;s:17:\"ipb-edit-dropdown\";i:994;s:16:\"ipb-unblock-addr\";i:995;s:11:\"ipb-unblock\";i:996;s:22:\"ipb-blocklist-contribs\";i:997;s:12:\"block-expiry\";i:998;s:9:\"unblockip\";i:999;s:9:\"ipusubmit\";i:1000;s:9:\"unblocked\";i:1001;s:9:\"blocklist\";i:1002;s:11:\"ipblocklist\";i:1003;s:18:\"ipblocklist-legend\";i:1004;s:16:\"blocklist-reason\";i:1005;s:18:\"ipblocklist-submit\";i:1006;s:22:\"ipblocklist-localblock\";i:1007;s:13:\"infiniteblock\";i:1008;s:13:\"anononlyblock\";i:1009;s:17:\"ipblocklist-empty\";i:1010;s:9:\"blocklink\";i:1011;s:11:\"unblocklink\";i:1012;s:16:\"change-blocklink\";i:1013;s:12:\"contribslink\";i:1014;s:12:\"blocklogpage\";i:1015;s:12:\"blocklogtext\";i:1016;s:24:\"block-log-flags-anononly\";i:1017;s:24:\"block-log-flags-nocreate\";i:1018;s:26:\"block-log-flags-hiddenname\";i:1019;s:19:\"ipb_already_blocked\";i:1020;s:15:\"ipb-needreblock\";i:1021;s:9:\"move-page\";i:1022;s:16:\"move-page-legend\";i:1023;s:8:\"newtitle\";i:1024;s:10:\"move-watch\";i:1025;s:11:\"movepagebtn\";i:1026;s:12:\"pagemovedsub\";i:1027;s:14:\"movepage-moved\";i:1028;s:23:\"movepage-moved-redirect\";i:1029;s:13:\"move-subpages\";i:1030;s:18:\"move-talk-subpages\";i:1031;s:11:\"movelogpage\";i:1032;s:10:\"movereason\";i:1033;s:10:\"revertmove\";i:1034;s:23:\"delete_and_move_confirm\";i:1035;s:19:\"move-leave-redirect\";i:1036;s:6:\"export\";i:1037;s:9:\"exportall\";i:1038;s:13:\"export-submit\";i:1039;s:17:\"export-addcattext\";i:1040;s:13:\"export-addcat\";i:1041;s:16:\"export-addnstext\";i:1042;s:12:\"export-addns\";i:1043;s:15:\"export-download\";i:1044;s:11:\"allmessages\";i:1045;s:15:\"allmessagesname\";i:1046;s:18:\"allmessagesdefault\";i:1047;s:18:\"allmessagescurrent\";i:1048;s:25:\"allmessages-filter-legend\";i:1049;s:18:\"allmessages-filter\";i:1050;s:29:\"allmessages-filter-unmodified\";i:1051;s:22:\"allmessages-filter-all\";i:1052;s:27:\"allmessages-filter-modified\";i:1053;s:18:\"allmessages-prefix\";i:1054;s:20:\"allmessages-language\";i:1055;s:25:\"allmessages-filter-submit\";i:1056;s:14:\"thumbnail-more\";i:1057;s:15:\"thumbnail_error\";i:1058;s:6:\"import\";i:1059;s:23:\"import-interwiki-submit\";i:1060;s:22:\"import-upload-filename\";i:1061;s:21:\"import-revision-count\";i:1062;s:13:\"importnopages\";i:1063;s:13:\"importsuccess\";i:1064;s:16:\"import-noarticle\";i:1065;s:13:\"import-upload\";i:1066;s:13:\"importlogpage\";i:1067;s:29:\"import-logentry-upload-detail\";i:1068;s:32:\"import-logentry-interwiki-detail\";i:1069;s:19:\"tooltip-pt-userpage\";i:1070;s:17:\"tooltip-pt-mytalk\";i:1071;s:22:\"tooltip-pt-preferences\";i:1072;s:20:\"tooltip-pt-watchlist\";i:1073;s:20:\"tooltip-pt-mycontris\";i:1074;s:16:\"tooltip-pt-login\";i:1075;s:17:\"tooltip-pt-logout\";i:1076;s:15:\"tooltip-ca-talk\";i:1077;s:21:\"tooltip-ca-addsection\";i:1078;s:21:\"tooltip-ca-viewsource\";i:1079;s:18:\"tooltip-ca-protect\";i:1080;s:17:\"tooltip-ca-delete\";i:1081;s:15:\"tooltip-ca-move\";i:1082;s:14:\"tooltip-search\";i:1083;s:23:\"tooltip-search-fulltext\";i:1084;s:14:\"tooltip-p-logo\";i:1085;s:18:\"tooltip-n-mainpage\";i:1086;s:30:\"tooltip-n-mainpage-description\";i:1087;s:16:\"tooltip-n-portal\";i:1088;s:23:\"tooltip-n-recentchanges\";i:1089;s:20:\"tooltip-n-randompage\";i:1090;s:14:\"tooltip-n-help\";i:1091;s:17:\"tooltip-feed-atom\";i:1092;s:23:\"tooltip-t-contributions\";i:1093;s:19:\"tooltip-t-emailuser\";i:1094;s:16:\"tooltip-t-upload\";i:1095;s:22:\"tooltip-t-specialpages\";i:1096;s:21:\"tooltip-ca-nstab-main\";i:1097;s:21:\"tooltip-ca-nstab-user\";i:1098;s:22:\"tooltip-ca-nstab-image\";i:1099;s:25:\"tooltip-ca-nstab-category\";i:1100;s:12:\"tooltip-save\";i:1101;s:13:\"tooltip-watch\";i:1102;s:9:\"anonymous\";i:1103;s:8:\"siteuser\";i:1104;s:6:\"others\";i:1105;s:9:\"siteusers\";i:1106;s:9:\"anonusers\";i:1107;s:11:\"creditspage\";i:1108;s:14:\"pageinfo-title\";i:1109;s:21:\"pageinfo-header-basic\";i:1110;s:21:\"pageinfo-header-edits\";i:1111;s:28:\"pageinfo-header-restrictions\";i:1112;s:26:\"pageinfo-header-properties\";i:1113;s:22:\"pageinfo-display-title\";i:1114;s:21:\"pageinfo-default-sort\";i:1115;s:15:\"pageinfo-length\";i:1116;s:19:\"pageinfo-article-id\";i:1117;s:21:\"pageinfo-robot-policy\";i:1118;s:20:\"pageinfo-robot-index\";i:1119;s:22:\"pageinfo-robot-noindex\";i:1120;s:17:\"pageinfo-watchers\";i:1121;s:23:\"pageinfo-redirects-name\";i:1122;s:22:\"pageinfo-subpages-name\";i:1123;s:18:\"pageinfo-firstuser\";i:1124;s:18:\"pageinfo-firsttime\";i:1125;s:17:\"pageinfo-lastuser\";i:1126;s:17:\"pageinfo-lasttime\";i:1127;s:14:\"pageinfo-edits\";i:1128;s:16:\"pageinfo-authors\";i:1129;s:21:\"pageinfo-recent-edits\";i:1130;s:23:\"pageinfo-recent-authors\";i:1131;s:20:\"pageinfo-toolboxlink\";i:1132;s:24:\"pageinfo-contentpage-yes\";i:1133;s:30:\"pageinfo-protect-cascading-yes\";i:1134;s:19:\"markaspatrolleddiff\";i:1135;s:19:\"markaspatrolledtext\";i:1136;s:17:\"markedaspatrolled\";i:1137;s:23:\"markedaspatrollednotify\";i:1138;s:15:\"patrol-log-page\";i:1139;s:21:\"filedeleteerror-short\";i:1140;s:20:\"filedeleteerror-long\";i:1141;s:12:\"previousdiff\";i:1142;s:8:\"nextdiff\";i:1143;s:9:\"thumbsize\";i:1144;s:15:\"widthheightpage\";i:1145;s:9:\"file-info\";i:1146;s:14:\"file-info-size\";i:1147;s:20:\"file-info-size-pages\";i:1148;s:12:\"file-nohires\";i:1149;s:14:\"show-big-image\";i:1150;s:22:\"show-big-image-preview\";i:1151;s:19:\"show-big-image-size\";i:1152;s:9:\"newimages\";i:1153;s:16:\"newimages-legend\";i:1154;s:8:\"noimages\";i:1155;s:8:\"ilsubmit\";i:1156;s:6:\"bydate\";i:1157;s:21:\"sp-newimages-showfrom\";i:1158;s:7:\"seconds\";i:1159;s:7:\"minutes\";i:1160;s:5:\"hours\";i:1161;s:4:\"days\";i:1162;s:3:\"ago\";i:1163;s:8:\"just-now\";i:1164;s:8:\"metadata\";i:1165;s:15:\"metadata-expand\";i:1166;s:17:\"metadata-collapse\";i:1167;s:13:\"namespacesall\";i:1168;s:9:\"monthsall\";i:1169;s:12:\"confirmemail\";i:1170;s:20:\"confirmemail_subject\";i:1171;s:24:\"confirmemail_invalidated\";i:1172;s:15:\"invalidateemail\";i:1173;s:8:\"recreate\";i:1174;s:20:\"confirm_purge_button\";i:1175;s:16:\"imgmultipageprev\";i:1176;s:16:\"imgmultipagenext\";i:1177;s:10:\"imgmultigo\";i:1178;s:12:\"imgmultigoto\";i:1179;s:16:\"table_pager_next\";i:1180;s:16:\"table_pager_prev\";i:1181;s:17:\"table_pager_first\";i:1182;s:16:\"table_pager_last\";i:1183;s:23:\"table_pager_limit_label\";i:1184;s:24:\"table_pager_limit_submit\";i:1185;s:17:\"table_pager_empty\";i:1186;s:14:\"autosumm-blank\";i:1187;s:16:\"autoredircomment\";i:1188;s:12:\"autosumm-new\";i:1189;s:26:\"watchlistedit-normal-title\";i:1190;s:27:\"watchlistedit-normal-legend\";i:1191;s:28:\"watchlistedit-normal-explain\";i:1192;s:27:\"watchlistedit-normal-submit\";i:1193;s:25:\"watchlistedit-normal-done\";i:1194;s:23:\"watchlistedit-raw-title\";i:1195;s:24:\"watchlistedit-raw-legend\";i:1196;s:24:\"watchlistedit-raw-titles\";i:1197;s:24:\"watchlistedit-raw-submit\";i:1198;s:19:\"watchlisttools-view\";i:1199;s:19:\"watchlisttools-edit\";i:1200;s:18:\"watchlisttools-raw\";i:1201;s:7:\"version\";i:1202;s:20:\"version-specialpages\";i:1203;s:13:\"version-other\";i:1204;s:24:\"version-poweredby-others\";i:1205;s:24:\"version-software-version\";i:1206;s:19:\"fileduplicatesearch\";i:1207;s:28:\"fileduplicatesearch-filename\";i:1208;s:26:\"fileduplicatesearch-submit\";i:1209;s:24:\"fileduplicatesearch-info\";i:1210;s:12:\"specialpages\";i:1211;s:28:\"specialpages-note-restricted\";i:1212;s:30:\"specialpages-group-maintenance\";i:1213;s:24:\"specialpages-group-other\";i:1214;s:24:\"specialpages-group-login\";i:1215;s:26:\"specialpages-group-changes\";i:1216;s:24:\"specialpages-group-media\";i:1217;s:24:\"specialpages-group-users\";i:1218;s:26:\"specialpages-group-highuse\";i:1219;s:24:\"specialpages-group-pages\";i:1220;s:28:\"specialpages-group-pagetools\";i:1221;s:23:\"specialpages-group-wiki\";i:1222;s:28:\"specialpages-group-redirects\";i:1223;s:9:\"blankpage\";i:1224;s:4:\"tags\";i:1225;s:10:\"tag-filter\";i:1226;s:17:\"tag-filter-submit\";i:1227;s:10:\"tags-title\";i:1228;s:10:\"tags-intro\";i:1229;s:8:\"tags-tag\";i:1230;s:19:\"tags-display-header\";i:1231;s:23:\"tags-description-header\";i:1232;s:20:\"tags-hitcount-header\";i:1233;s:9:\"tags-edit\";i:1234;s:13:\"tags-hitcount\";i:1235;s:12:\"comparepages\";i:1236;s:13:\"compare-page1\";i:1237;s:13:\"compare-page2\";i:1238;s:12:\"compare-rev1\";i:1239;s:12:\"compare-rev2\";i:1240;s:14:\"compare-submit\";i:1241;s:10:\"deletepage\";i:1242;s:5:\"purge\";i:1243;s:15:\"htmlform-submit\";i:1244;s:14:\"htmlform-reset\";i:1245;s:28:\"htmlform-selectorother-other\";i:1246;s:22:\"logentry-delete-delete\";i:1247;s:18:\"logentry-move-move\";i:1248;s:29:\"logentry-move-move-noredirect\";i:1249;s:24:\"logentry-move-move_redir\";i:1250;s:35:\"logentry-move-move_redir-noredirect\";i:1251;s:22:\"logentry-patrol-patrol\";i:1252;s:27:\"logentry-patrol-patrol-auto\";i:1253;s:26:\"logentry-newusers-newusers\";i:1254;s:24:\"logentry-newusers-create\";i:1255;s:25:\"logentry-newusers-create2\";i:1256;s:28:\"logentry-newusers-autocreate\";i:1257;s:10:\"rightsnone\";i:1258;s:15:\"feedback-cancel\";i:1259;s:16:\"feedback-message\";i:1260;s:16:\"feedback-subject\";i:1261;s:20:\"searchsuggest-search\";i:1262;s:24:\"searchsuggest-containing\";i:1263;s:15:\"expandtemplates\";i:1264;s:23:\"expand_templates_output\";i:1265;s:19:\"expand_templates_ok\";i:1266;s:24:\"expand_templates_preview\";i:1267;s:30:\"special-characters-group-latin\";i:1268;s:38:\"special-characters-group-latinextended\";i:1269;s:28:\"special-characters-group-ipa\";i:1270;s:32:\"special-characters-group-symbols\";i:1271;s:30:\"special-characters-group-greek\";i:1272;s:33:\"special-characters-group-cyrillic\";i:1273;s:31:\"special-characters-group-arabic\";i:1274;s:39:\"special-characters-group-arabicextended\";i:1275;s:32:\"special-characters-group-persian\";i:1276;s:31:\"special-characters-group-hebrew\";i:1277;s:31:\"special-characters-group-bangla\";i:1278;s:30:\"special-characters-group-tamil\";i:1279;s:31:\"special-characters-group-telugu\";i:1280;s:32:\"special-characters-group-sinhala\";i:1281;s:33:\"special-characters-group-gujarati\";i:1282;s:29:\"special-characters-group-thai\";i:1283;s:28:\"special-characters-group-lao\";i:1284;s:30:\"special-characters-group-khmer\";i:1285;s:14:\"nstab-mainpage\";i:1286;s:19:\"skin-action-protect\";i:1287;s:20:\"skin-action-undelete\";i:1288;s:18:\"skin-action-delete\";i:1289;s:16:\"skin-action-move\";i:1290;s:24:\"vector-action-addsection\";i:1291;s:20:\"vector-action-delete\";i:1292;s:18:\"vector-action-move\";i:1293;s:21:\"vector-action-protect\";i:1294;s:22:\"vector-action-undelete\";i:1295;s:23:\"vector-action-unprotect\";i:1296;s:18:\"vector-view-create\";i:1297;s:16:\"vector-view-edit\";i:1298;s:19:\"vector-view-history\";i:1299;s:16:\"vector-view-view\";i:1300;s:22:\"vector-view-viewsource\";i:1301;s:22:\"wikieditor-preview-tab\";i:1302;s:30:\"wikieditor-preview-changes-tab\";i:1303;s:28:\"wikieditor-previewDialog-tab\";i:1304;s:32:\"wikieditor-publish-button-cancel\";i:1305;s:31:\"wikieditor-publish-dialog-minor\";i:1306;s:31:\"wikieditor-publish-dialog-watch\";i:1307;s:28:\"wikieditor-toolbar-tool-bold\";i:1308;s:36:\"wikieditor-toolbar-tool-bold-example\";i:1309;s:30:\"wikieditor-toolbar-tool-italic\";i:1310;s:38:\"wikieditor-toolbar-tool-italic-example\";i:1311;s:29:\"wikieditor-toolbar-tool-ilink\";i:1312;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:1313;s:29:\"wikieditor-toolbar-tool-xlink\";i:1314;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:1315;s:28:\"wikieditor-toolbar-tool-link\";i:1316;s:34:\"wikieditor-toolbar-tool-link-title\";i:1317;s:32:\"wikieditor-toolbar-tool-link-int\";i:1318;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:1319;s:32:\"wikieditor-toolbar-tool-link-ext\";i:1320;s:35:\"wikieditor-toolbar-tool-link-insert\";i:1321;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:1322;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:1323;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:1324;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:1325;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:1326;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:1327;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:1328;s:28:\"wikieditor-toolbar-tool-file\";i:1329;s:36:\"wikieditor-toolbar-tool-file-example\";i:1330;s:33:\"wikieditor-toolbar-tool-reference\";i:1331;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:1332;s:39:\"wikieditor-toolbar-tool-reference-title\";i:1333;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:1334;s:38:\"wikieditor-toolbar-tool-reference-text\";i:1335;s:33:\"wikieditor-toolbar-tool-signature\";i:1336;s:35:\"wikieditor-toolbar-section-advanced\";i:1337;s:31:\"wikieditor-toolbar-tool-heading\";i:1338;s:33:\"wikieditor-toolbar-tool-heading-1\";i:1339;s:33:\"wikieditor-toolbar-tool-heading-2\";i:1340;s:33:\"wikieditor-toolbar-tool-heading-3\";i:1341;s:33:\"wikieditor-toolbar-tool-heading-4\";i:1342;s:33:\"wikieditor-toolbar-tool-heading-5\";i:1343;s:39:\"wikieditor-toolbar-tool-heading-example\";i:1344;s:31:\"wikieditor-toolbar-group-format\";i:1345;s:32:\"wikieditor-toolbar-tool-redirect\";i:1346;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:1347;s:27:\"wikieditor-toolbar-tool-big\";i:1348;s:35:\"wikieditor-toolbar-tool-big-example\";i:1349;s:29:\"wikieditor-toolbar-tool-small\";i:1350;s:37:\"wikieditor-toolbar-tool-small-example\";i:1351;s:35:\"wikieditor-toolbar-tool-superscript\";i:1352;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:1353;s:33:\"wikieditor-toolbar-tool-subscript\";i:1354;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:1355;s:31:\"wikieditor-toolbar-group-insert\";i:1356;s:31:\"wikieditor-toolbar-tool-gallery\";i:1357;s:31:\"wikieditor-toolbar-tool-newline\";i:1358;s:29:\"wikieditor-toolbar-tool-table\";i:1359;s:35:\"wikieditor-toolbar-tool-table-title\";i:1360;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:1361;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:1362;s:37:\"wikieditor-toolbar-tool-table-example\";i:1363;s:37:\"wikieditor-toolbar-tool-table-preview\";i:1364;s:36:\"wikieditor-toolbar-tool-table-insert\";i:1365;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:1366;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:1367;s:37:\"wikieditor-toolbar-section-characters\";i:1368;s:40:\"wikieditor-toolbar-characters-page-latin\";i:1369;s:48:\"wikieditor-toolbar-characters-page-latinextended\";i:1370;s:38:\"wikieditor-toolbar-characters-page-ipa\";i:1371;s:42:\"wikieditor-toolbar-characters-page-symbols\";i:1372;s:40:\"wikieditor-toolbar-characters-page-greek\";i:1373;s:43:\"wikieditor-toolbar-characters-page-cyrillic\";i:1374;s:41:\"wikieditor-toolbar-characters-page-arabic\";i:1375;s:49:\"wikieditor-toolbar-characters-page-arabicextended\";i:1376;s:42:\"wikieditor-toolbar-characters-page-persian\";i:1377;s:41:\"wikieditor-toolbar-characters-page-hebrew\";i:1378;s:41:\"wikieditor-toolbar-characters-page-bangla\";i:1379;s:40:\"wikieditor-toolbar-characters-page-tamil\";i:1380;s:41:\"wikieditor-toolbar-characters-page-telugu\";i:1381;s:42:\"wikieditor-toolbar-characters-page-sinhala\";i:1382;s:43:\"wikieditor-toolbar-characters-page-gujarati\";i:1383;s:39:\"wikieditor-toolbar-characters-page-thai\";i:1384;s:38:\"wikieditor-toolbar-characters-page-lao\";i:1385;s:40:\"wikieditor-toolbar-characters-page-khmer\";i:1386;s:31:\"wikieditor-toolbar-section-help\";i:1387;s:43:\"wikieditor-toolbar-help-heading-description\";i:1388;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:1389;s:38:\"wikieditor-toolbar-help-heading-result\";i:1390;s:35:\"wikieditor-toolbar-help-page-format\";i:1391;s:33:\"wikieditor-toolbar-help-page-link\";i:1392;s:36:\"wikieditor-toolbar-help-page-heading\";i:1393;s:33:\"wikieditor-toolbar-help-page-list\";i:1394;s:33:\"wikieditor-toolbar-help-page-file\";i:1395;s:38:\"wikieditor-toolbar-help-page-reference\";i:1396;s:39:\"wikieditor-toolbar-help-page-discussion\";i:1397;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:1398;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:1399;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:1400;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:1401;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:1402;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:1403;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:1404;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:1405;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:1406;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:1407;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:1408;s:48:\"wikieditor-toolbar-help-content-file-description\";i:1409;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:1410;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:1411;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:1412;s:27:\"mobile-frontend-home-button\";i:1413;s:29:\"mobile-frontend-random-button\";i:1414;s:28:\"mobile-frontend-regular-site\";i:1415;s:29:\"mobile-frontend-search-submit\";i:1416;s:36:\"mobile-frontend-settings-site-header\";i:1417;s:20:\"mobile-frontend-view\";i:1418;s:7:\"sidebar\";i:1419;s:22:\"tog-hidecategorization\";i:1420;s:12:\"tog-usenewrc\";i:1421;s:27:\"tog-editsectiononrightclick\";i:1422;s:16:\"tog-watchuploads\";i:1423;s:17:\"tog-watchrollback\";i:1424;s:16:\"tog-minordefault\";i:1425;s:16:\"tog-previewontop\";i:1426;s:18:\"tog-previewonfirst\";i:1427;s:24:\"tog-enotifwatchlistpages\";i:1428;s:23:\"tog-enotifusertalkpages\";i:1429;s:20:\"tog-enotifminoredits\";i:1430;s:20:\"tog-enotifrevealaddr\";i:1431;s:23:\"tog-shownumberswatching\";i:1432;s:12:\"tog-fancysig\";i:1433;s:18:\"tog-uselivepreview\";i:1434;s:20:\"tog-forceeditsummary\";i:1435;s:32:\"tog-watchlistreloadautomatically\";i:1436;s:25:\"tog-watchlistunwatchlinks\";i:1437;s:26:\"tog-watchlisthidepatrolled\";i:1438;s:31:\"tog-watchlisthidecategorization\";i:1439;s:12:\"tog-diffonly\";i:1440;s:18:\"tog-norollbackdiff\";i:1441;s:16:\"tog-prefershttps\";i:1442;s:28:\"tog-showrollbackconfirmation\";i:1443;s:16:\"tog-requireemail\";i:1444;s:17:\"underline-default\";i:1445;s:14:\"editfont-style\";i:1446;s:18:\"editfont-monospace\";i:1447;s:18:\"editfont-sansserif\";i:1448;s:14:\"editfont-serif\";i:1449;s:18:\"pagecategorieslink\";i:1450;s:14:\"index-category\";i:1451;s:16:\"noindex-category\";i:1452;s:20:\"broken-file-category\";i:1453;s:25:\"categoryviewer-pagedlinks\";i:1454;s:24:\"category-header-numerals\";i:1455;s:13:\"morenotlisted\";i:1456;s:9:\"sitetitle\";i:1457;s:12:\"sitesubtitle\";i:1458;s:14:\"help-mediawiki\";i:1459;s:23:\"search-ignored-headings\";i:1460;s:35:\"printableversion-deprecated-warning\";i:1461;s:10:\"edit-local\";i:1462;s:12:\"create-local\";i:1463;s:10:\"addsection\";i:1464;s:8:\"cactions\";i:1465;s:20:\"tool-link-userrights\";i:1466;s:29:\"tool-link-userrights-readonly\";i:1467;s:19:\"tool-link-emailuser\";i:1468;s:10:\"redirectto\";i:1469;s:14:\"talkpageheader\";i:1470;s:18:\"generic-pool-error\";i:1471;s:16:\"pool-servererror\";i:1472;s:23:\"poolcounter-usage-error\";i:1473;s:22:\"view-pool-dirty-output\";i:1474;s:20:\"view-pool-contention\";i:1475;s:17:\"view-pool-timeout\";i:1476;s:12:\"edithelppage\";i:1477;s:8:\"helppage\";i:1478;s:14:\"mainpage-title\";i:1479;s:23:\"mainpage-title-loggedin\";i:1480;s:16:\"badaccess-groups\";i:1481;s:15:\"versionrequired\";i:1482;s:19:\"versionrequiredtext\";i:1483;s:9:\"pagetitle\";i:1484;s:23:\"pagetitle-view-mainpage\";i:1485;s:16:\"backlinksubtitle\";i:1486;s:13:\"retrievedfrom\";i:1487;s:19:\"confirmable-confirm\";i:1488;s:13:\"thisisdeleted\";i:1489;s:12:\"feed-invalid\";i:1490;s:16:\"feed-unavailable\";i:1491;s:13:\"site-rss-feed\";i:1492;s:13:\"page-rss-feed\";i:1493;s:8:\"feed-rss\";i:1494;s:10:\"sitenotice\";i:1495;s:10:\"anonnotice\";i:1496;s:28:\"newsectionheaderdefaultlevel\";i:1497;s:12:\"sort-initial\";i:1498;s:18:\"sort-rowspan-error\";i:1499;s:10:\"nstab-talk\";i:1500;s:16:\"nosuchactiontext\";i:1501;s:17:\"nospecialpagetext\";i:1502;s:18:\"databaseerror-text\";i:1503;s:20:\"databaseerror-textcl\";i:1504;s:19:\"databaseerror-query\";i:1505;s:22:\"databaseerror-function\";i:1506;s:35:\"transaction-duration-limit-exceeded\";i:1507;s:39:\"transaction-max-statement-time-exceeded\";i:1508;s:17:\"laggedreplicamode\";i:1509;s:8:\"readonly\";i:1510;s:15:\"enterlockreason\";i:1511;s:12:\"readonlytext\";i:1512;s:15:\"missing-article\";i:1513;s:12:\"readonly_lag\";i:1514;s:26:\"nonwrite-api-promise-error\";i:1515;s:12:\"timeouterror\";i:1516;s:17:\"timeouterror-text\";i:1517;s:29:\"internalerror-fatal-exception\";i:1518;s:13:\"filecopyerror\";i:1519;s:15:\"filerenameerror\";i:1520;s:15:\"filedeleteerror\";i:1521;s:20:\"directorycreateerror\";i:1522;s:22:\"directoryreadonlyerror\";i:1523;s:12:\"filenotfound\";i:1524;s:10:\"unexpected\";i:1525;s:9:\"formerror\";i:1526;s:15:\"badarticleerror\";i:1527;s:12:\"cannotdelete\";i:1528;s:18:\"cannotdelete-title\";i:1529;s:16:\"delete-scheduled\";i:1530;s:19:\"delete-hook-aborted\";i:1531;s:16:\"no-null-revision\";i:1532;s:12:\"badtitletext\";i:1533;s:13:\"title-invalid\";i:1534;s:19:\"title-invalid-empty\";i:1535;s:18:\"title-invalid-utf8\";i:1536;s:23:\"title-invalid-interwiki\";i:1537;s:28:\"title-invalid-talk-namespace\";i:1538;s:24:\"title-invalid-characters\";i:1539;s:22:\"title-invalid-relative\";i:1540;s:25:\"title-invalid-magic-tilde\";i:1541;s:22:\"title-invalid-too-long\";i:1542;s:27:\"title-invalid-leading-colon\";i:1543;s:28:\"querypage-updates-periodical\";i:1544;s:22:\"skin-action-viewsource\";i:1545;s:19:\"actionthrottledtext\";i:1546;s:17:\"protectedpagetext\";i:1547;s:18:\"translateinterface\";i:1548;s:16:\"cascadeprotected\";i:1549;s:18:\"customcssprotected\";i:1550;s:19:\"customjsonprotected\";i:1551;s:17:\"customjsprotected\";i:1552;s:16:\"sitecssprotected\";i:1553;s:17:\"sitejsonprotected\";i:1554;s:15:\"sitejsprotected\";i:1555;s:20:\"siterawhtmlprotected\";i:1556;s:20:\"mycustomcssprotected\";i:1557;s:21:\"mycustomjsonprotected\";i:1558;s:19:\"mycustomjsprotected\";i:1559;s:22:\"myprivateinfoprotected\";i:1560;s:22:\"mypreferencesprotected\";i:1561;s:19:\"ns-specialprotected\";i:1562;s:14:\"titleprotected\";i:1563;s:17:\"filereadonlyerror\";i:1564;s:12:\"invalidtitle\";i:1565;s:27:\"invalidtitle-knownnamespace\";i:1566;s:29:\"invalidtitle-unknownnamespace\";i:1567;s:22:\"exception-nologin-text\";i:1568;s:29:\"exception-nologin-text-manual\";i:1569;s:16:\"virus-badscanner\";i:1570;s:16:\"virus-scanfailed\";i:1571;s:20:\"virus-unknownscanner\";i:1572;s:18:\"logging-out-notify\";i:1573;s:13:\"logout-failed\";i:1574;s:21:\"cannotlogoutnow-title\";i:1575;s:20:\"cannotlogoutnow-text\";i:1576;s:19:\"welcomecreation-msg\";i:1577;s:30:\"createacct-another-username-ph\";i:1578;s:23:\"createacct-helpusername\";i:1579;s:24:\"createacct-username-help\";i:1580;s:23:\"prefs-help-yourpassword\";i:1581;s:24:\"createacct-useuniquepass\";i:1582;s:17:\"cannotlogin-title\";i:1583;s:16:\"cannotlogin-text\";i:1584;s:20:\"cannotloginnow-title\";i:1585;s:19:\"cannotloginnow-text\";i:1586;s:25:\"cannotcreateaccount-title\";i:1587;s:24:\"cannotcreateaccount-text\";i:1588;s:14:\"yourdomainname\";i:1589;s:25:\"password-change-forbidden\";i:1590;s:15:\"externaldberror\";i:1591;s:14:\"login-security\";i:1592;s:11:\"loginprompt\";i:1593;s:18:\"userlogout-summary\";i:1594;s:13:\"helplogin-url\";i:1595;s:19:\"userlogin-helplink2\";i:1596;s:18:\"userlogin-loggedin\";i:1597;s:16:\"userlogin-reauth\";i:1598;s:23:\"userlogin-createanother\";i:1599;s:24:\"createacct-emailoptional\";i:1600;s:19:\"createacct-email-ph\";i:1601;s:27:\"createacct-another-email-ph\";i:1602;s:22:\"createaccountmail-help\";i:1603;s:19:\"createacct-realname\";i:1604;s:17:\"createacct-reason\";i:1605;s:20:\"createacct-reason-ph\";i:1606;s:22:\"createacct-reason-help\";i:1607;s:25:\"createacct-reason-confirm\";i:1608;s:26:\"createacct-imgcaptcha-help\";i:1609;s:25:\"createacct-another-submit\";i:1610;s:26:\"createacct-continue-submit\";i:1611;s:34:\"createacct-another-continue-submit\";i:1612;s:24:\"createacct-benefit-icon1\";i:1613;s:24:\"createacct-benefit-head1\";i:1614;s:24:\"createacct-benefit-icon2\";i:1615;s:24:\"createacct-benefit-head2\";i:1616;s:24:\"createacct-benefit-icon3\";i:1617;s:24:\"createacct-benefit-head3\";i:1618;s:18:\"usernameinprogress\";i:1619;s:24:\"createacct-normalization\";i:1620;s:16:\"createacct-error\";i:1621;s:12:\"nocookiesnew\";i:1622;s:14:\"nocookieslogin\";i:1623;s:15:\"nocookiesfornew\";i:1624;s:17:\"nocookiesforlogin\";i:1625;s:21:\"createacct-loginerror\";i:1626;s:23:\"createacct-temp-warning\";i:1627;s:10:\"nosuchuser\";i:1628;s:15:\"nosuchusershort\";i:1629;s:17:\"login-userblocked\";i:1630;s:15:\"passwordtoolong\";i:1631;s:20:\"passwordincommonlist\";i:1632;s:19:\"password-name-match\";i:1633;s:33:\"password-substring-username-match\";i:1634;s:24:\"password-login-forbidden\";i:1635;s:20:\"passwordremindertext\";i:1636;s:13:\"noemailcreate\";i:1637;s:12:\"passwordsent\";i:1638;s:20:\"blocked-mailpassword\";i:1639;s:12:\"eauthentsent\";i:1640;s:22:\"throttled-mailpassword\";i:1641;s:11:\"signupstart\";i:1642;s:9:\"signupend\";i:1643;s:15:\"signupend-https\";i:1644;s:26:\"acct_creation_throttle_hit\";i:1645;s:18:\"emailauthenticated\";i:1646;s:21:\"emailnotauthenticated\";i:1647;s:12:\"noemailprefs\";i:1648;s:19:\"invalidemailaddress\";i:1649;s:17:\"cannotchangeemail\";i:1650;s:13:\"emaildisabled\";i:1651;s:11:\"emailsender\";i:1652;s:18:\"createaccount-text\";i:1653;s:15:\"login-throttled\";i:1654;s:19:\"login-abort-generic\";i:1655;s:22:\"login-migrated-generic\";i:1656;s:18:\"loginlanguagelinks\";i:1657;s:21:\"suspicious-userlogout\";i:1658;s:31:\"createacct-another-realname-tip\";i:1659;s:24:\"pt-login-continue-button\";i:1660;s:15:\"pear-mail-error\";i:1661;s:14:\"php-mail-error\";i:1662;s:22:\"php-mail-error-unknown\";i:1663;s:17:\"user-mail-no-addy\";i:1664;s:17:\"user-mail-no-body\";i:1665;s:22:\"changepassword-summary\";i:1666;s:18:\"resetpass_announce\";i:1667;s:14:\"resetpass_text\";i:1668;s:22:\"changepassword-success\";i:1669;s:24:\"changepassword-throttled\";i:1670;s:12:\"botpasswords\";i:1671;s:20:\"botpasswords-summary\";i:1672;s:21:\"botpasswords-disabled\";i:1673;s:26:\"botpasswords-no-central-id\";i:1674;s:21:\"botpasswords-existing\";i:1675;s:22:\"botpasswords-createnew\";i:1676;s:25:\"botpasswords-editexisting\";i:1677;s:29:\"botpasswords-label-needsreset\";i:1678;s:24:\"botpasswords-label-appid\";i:1679;s:25:\"botpasswords-label-create\";i:1680;s:25:\"botpasswords-label-update\";i:1681;s:25:\"botpasswords-label-cancel\";i:1682;s:25:\"botpasswords-label-delete\";i:1683;s:32:\"botpasswords-label-resetpassword\";i:1684;s:25:\"botpasswords-label-grants\";i:1685;s:24:\"botpasswords-help-grants\";i:1686;s:32:\"botpasswords-label-grants-column\";i:1687;s:22:\"botpasswords-bad-appid\";i:1688;s:33:\"botpasswords-toolong-restrictions\";i:1689;s:27:\"botpasswords-toolong-grants\";i:1690;s:26:\"botpasswords-insert-failed\";i:1691;s:26:\"botpasswords-update-failed\";i:1692;s:26:\"botpasswords-created-title\";i:1693;s:25:\"botpasswords-created-body\";i:1694;s:26:\"botpasswords-updated-title\";i:1695;s:25:\"botpasswords-updated-body\";i:1696;s:26:\"botpasswords-deleted-title\";i:1697;s:25:\"botpasswords-deleted-body\";i:1698;s:24:\"botpasswords-newpassword\";i:1699;s:24:\"botpasswords-no-provider\";i:1700;s:31:\"botpasswords-restriction-failed\";i:1701;s:25:\"botpasswords-invalid-name\";i:1702;s:22:\"botpasswords-not-exist\";i:1703;s:24:\"botpasswords-needs-reset\";i:1704;s:19:\"botpasswords-locked\";i:1705;s:19:\"resetpass_forbidden\";i:1706;s:26:\"resetpass_forbidden-reason\";i:1707;s:17:\"resetpass-no-info\";i:1708;s:23:\"resetpass-wrong-oldpass\";i:1709;s:18:\"resetpass-recycled\";i:1710;s:22:\"resetpass-temp-emailed\";i:1711;s:23:\"resetpass-abort-generic\";i:1712;s:17:\"resetpass-expired\";i:1713;s:22:\"resetpass-expired-soft\";i:1714;s:18:\"resetpass-validity\";i:1715;s:23:\"resetpass-validity-soft\";i:1716;s:22:\"passwordreset-text-one\";i:1717;s:23:\"passwordreset-text-many\";i:1718;s:22:\"passwordreset-disabled\";i:1719;s:27:\"passwordreset-emaildisabled\";i:1720;s:24:\"passwordreset-emailtitle\";i:1721;s:26:\"passwordreset-emailtext-ip\";i:1722;s:28:\"passwordreset-emailtext-user\";i:1723;s:26:\"passwordreset-emailelement\";i:1724;s:21:\"passwordreset-success\";i:1725;s:37:\"passwordreset-success-details-generic\";i:1726;s:26:\"passwordreset-success-info\";i:1727;s:37:\"passwordreset-emailtext-require-email\";i:1728;s:22:\"passwordreset-nocaller\";i:1729;s:26:\"passwordreset-nosuchcaller\";i:1730;s:21:\"passwordreset-ignored\";i:1731;s:20:\"passwordreset-nodata\";i:1732;s:19:\"changeemail-summary\";i:1733;s:18:\"changeemail-header\";i:1734;s:19:\"changeemail-no-info\";i:1735;s:20:\"changeemail-oldemail\";i:1736;s:20:\"changeemail-newemail\";i:1737;s:25:\"changeemail-newemail-help\";i:1738;s:16:\"changeemail-none\";i:1739;s:20:\"changeemail-password\";i:1740;s:18:\"changeemail-submit\";i:1741;s:21:\"changeemail-throttled\";i:1742;s:20:\"changeemail-nochange\";i:1743;s:21:\"changeemail-maxlength\";i:1744;s:11:\"resettokens\";i:1745;s:19:\"resettokens-summary\";i:1746;s:16:\"resettokens-text\";i:1747;s:21:\"resettokens-no-tokens\";i:1748;s:18:\"resettokens-tokens\";i:1749;s:23:\"resettokens-token-label\";i:1750;s:27:\"resettokens-watchlist-token\";i:1751;s:16:\"resettokens-done\";i:1752;s:23:\"resettokens-resetbutton\";i:1753;s:8:\"sig-text\";i:1754;s:11:\"savechanges\";i:1755;s:11:\"publishpage\";i:1756;s:14:\"publishchanges\";i:1757;s:17:\"savearticle-start\";i:1758;s:17:\"savechanges-start\";i:1759;s:17:\"publishpage-start\";i:1760;s:20:\"publishchanges-start\";i:1761;s:12:\"blankarticle\";i:1762;s:23:\"autocreate-edit-warning\";i:1763;s:26:\"autocreate-preview-warning\";i:1764;s:14:\"missingsummary\";i:1765;s:12:\"selfredirect\";i:1766;s:18:\"missingcommenttext\";i:1767;s:20:\"missingcommentheader\";i:1768;s:16:\"previewerrortext\";i:1769;s:19:\"blockedtext-partial\";i:1770;s:11:\"blockedtext\";i:1771;s:15:\"autoblockedtext\";i:1772;s:17:\"systemblockedtext\";i:1773;s:21:\"blockedtext-composite\";i:1774;s:25:\"blockedtext-composite-ids\";i:1775;s:28:\"blockedtext-composite-no-ids\";i:1776;s:28:\"blockedtext-composite-reason\";i:1777;s:17:\"whitelistedittext\";i:1778;s:15:\"confirmedittext\";i:1779;s:17:\"nosuchsectiontext\";i:1780;s:13:\"loginreqtitle\";i:1781;s:16:\"loginreqpagetext\";i:1782;s:11:\"accmailtext\";i:1783;s:18:\"newarticletextanon\";i:1784;s:12:\"talkpagetext\";i:1785;s:16:\"anontalkpagetext\";i:1786;s:13:\"noarticletext\";i:1787;s:26:\"noarticletext-nopermission\";i:1788;s:17:\"noarticletextanon\";i:1789;s:27:\"missing-revision-permission\";i:1790;s:16:\"missing-revision\";i:1791;s:24:\"missing-revision-content\";i:1792;s:25:\"userpage-userdoesnotexist\";i:1793;s:30:\"userpage-userdoesnotexist-view\";i:1794;s:25:\"blocked-notice-logextract\";i:1795;s:14:\"clearyourcache\";i:1796;s:20:\"usercssyoucanpreview\";i:1797;s:21:\"userjsonyoucanpreview\";i:1798;s:19:\"userjsyoucanpreview\";i:1799;s:14:\"usercsspreview\";i:1800;s:15:\"userjsonpreview\";i:1801;s:13:\"userjspreview\";i:1802;s:14:\"sitecsspreview\";i:1803;s:15:\"sitejsonpreview\";i:1804;s:13:\"sitejspreview\";i:1805;s:22:\"userinvalidconfigtitle\";i:1806;s:15:\"previewconflict\";i:1807;s:20:\"session_fail_preview\";i:1808;s:25:\"session_fail_preview_html\";i:1809;s:20:\"edit_form_incomplete\";i:1810;s:24:\"edit-textarea-aria-label\";i:1811;s:12:\"editconflict\";i:1812;s:17:\"editnotice-notext\";i:1813;s:15:\"explainconflict\";i:1814;s:20:\"unicode-support-fail\";i:1815;s:16:\"copyrightwarning\";i:1816;s:17:\"copyrightwarning2\";i:1817;s:23:\"editpage-head-copy-warn\";i:1818;s:20:\"editpage-tos-summary\";i:1819;s:32:\"editpage-cannot-use-custom-model\";i:1820;s:13:\"longpage-hint\";i:1821;s:13:\"longpageerror\";i:1822;s:15:\"readonlywarning\";i:1823;s:20:\"protectedpagewarning\";i:1824;s:24:\"semiprotectedpagewarning\";i:1825;s:23:\"cascadeprotectedwarning\";i:1826;s:21:\"titleprotectedwarning\";i:1827;s:20:\"templatesusedpreview\";i:1828;s:20:\"templatesusedsection\";i:1829;s:16:\"hiddencategories\";i:1830;s:9:\"edittools\";i:1831;s:16:\"edittools-upload\";i:1832;s:12:\"nocreatetext\";i:1833;s:29:\"sectioneditnotsupported-title\";i:1834;s:28:\"sectioneditnotsupported-text\";i:1835;s:27:\"modeleditnotsupported-title\";i:1836;s:26:\"modeleditnotsupported-text\";i:1837;s:21:\"permissionserrorstext\";i:1838;s:21:\"contentmodelediterror\";i:1839;s:26:\"recreate-moveddeleted-warn\";i:1840;s:19:\"moveddeleted-notice\";i:1841;s:26:\"moveddeleted-notice-recent\";i:1842;s:17:\"edit-hook-aborted\";i:1843;s:17:\"edit-gone-missing\";i:1844;s:13:\"edit-conflict\";i:1845;s:14:\"edit-no-change\";i:1846;s:21:\"edit-slots-cannot-add\";i:1847;s:24:\"edit-slots-cannot-remove\";i:1848;s:18:\"edit-slots-missing\";i:1849;s:29:\"postedit-confirmation-created\";i:1850;s:30:\"postedit-confirmation-restored\";i:1851;s:31:\"postedit-confirmation-published\";i:1852;s:27:\"postedit-temp-created-label\";i:1853;s:21:\"postedit-temp-created\";i:1854;s:18:\"addsection-preload\";i:1855;s:20:\"addsection-editintro\";i:1856;s:18:\"defaultmessagetext\";i:1857;s:23:\"content-failed-to-parse\";i:1858;s:20:\"invalid-content-data\";i:1859;s:17:\"invalid-json-data\";i:1860;s:24:\"content-not-allowed-here\";i:1861;s:20:\"confirmleave-warning\";i:1862;s:34:\"editpage-invalidcontentmodel-title\";i:1863;s:33:\"editpage-invalidcontentmodel-text\";i:1864;s:40:\"editpage-notsupportedcontentformat-title\";i:1865;s:39:\"editpage-notsupportedcontentformat-text\";i:1866;s:14:\"slot-name-main\";i:1867;s:22:\"content-model-wikitext\";i:1868;s:18:\"content-model-text\";i:1869;s:24:\"content-model-javascript\";i:1870;s:17:\"content-model-css\";i:1871;s:18:\"content-model-json\";i:1872;s:25:\"content-json-empty-object\";i:1873;s:24:\"content-json-empty-array\";i:1874;s:25:\"unsupported-content-model\";i:1875;s:24:\"unsupported-content-diff\";i:1876;s:25:\"unsupported-content-diff2\";i:1877;s:22:\"duplicate-args-warning\";i:1878;s:23:\"duplicate-args-category\";i:1879;s:28:\"duplicate-args-category-desc\";i:1880;s:32:\"expensive-parserfunction-warning\";i:1881;s:33:\"expensive-parserfunction-category\";i:1882;s:38:\"post-expand-template-inclusion-warning\";i:1883;s:39:\"post-expand-template-inclusion-category\";i:1884;s:37:\"post-expand-template-argument-warning\";i:1885;s:38:\"post-expand-template-argument-category\";i:1886;s:24:\"template-equals-category\";i:1887;s:29:\"template-equals-category-desc\";i:1888;s:23:\"template-equals-warning\";i:1889;s:28:\"parser-template-loop-warning\";i:1890;s:22:\"template-loop-category\";i:1891;s:27:\"template-loop-category-desc\";i:1892;s:21:\"template-loop-warning\";i:1893;s:39:\"parser-template-recursion-depth-warning\";i:1894;s:32:\"language-converter-depth-warning\";i:1895;s:28:\"node-count-exceeded-category\";i:1896;s:33:\"node-count-exceeded-category-desc\";i:1897;s:27:\"node-count-exceeded-warning\";i:1898;s:33:\"expansion-depth-exceeded-category\";i:1899;s:38:\"expansion-depth-exceeded-category-desc\";i:1900;s:32:\"expansion-depth-exceeded-warning\";i:1901;s:27:\"parser-unstrip-loop-warning\";i:1902;s:21:\"unstrip-depth-warning\";i:1903;s:22:\"unstrip-depth-category\";i:1904;s:27:\"unstrip-depth-category-desc\";i:1905;s:20:\"unstrip-size-warning\";i:1906;s:21:\"unstrip-size-category\";i:1907;s:26:\"unstrip-size-category-desc\";i:1908;s:27:\"converter-manual-rule-error\";i:1909;s:12:\"undo-success\";i:1910;s:12:\"undo-failure\";i:1911;s:19:\"undo-main-slot-only\";i:1912;s:10:\"undo-norev\";i:1913;s:13:\"undo-nochange\";i:1914;s:17:\"undo-summary-anon\";i:1915;s:19:\"undo-summary-import\";i:1916;s:20:\"undo-summary-import2\";i:1917;s:28:\"undo-summary-username-hidden\";i:1918;s:26:\"createaccount-hook-aborted\";i:1919;s:22:\"viewpagelogs-lowercase\";i:1920;s:21:\"revision-info-current\";i:1921;s:12:\"revision-nav\";i:1922;s:11:\"tooltip-cur\";i:1923;s:12:\"tooltip-last\";i:1924;s:17:\"history_copyright\";i:1925;s:11:\"historysize\";i:1926;s:18:\"history-feed-empty\";i:1927;s:17:\"history-edit-tags\";i:1928;s:13:\"history-empty\";i:1929;s:19:\"rev-deleted-comment\";i:1930;s:16:\"rev-deleted-user\";i:1931;s:17:\"rev-deleted-event\";i:1932;s:25:\"rev-deleted-user-contribs\";i:1933;s:27:\"rev-deleted-text-permission\";i:1934;s:19:\"rev-suppressed-text\";i:1935;s:30:\"rev-suppressed-text-permission\";i:1936;s:23:\"rev-deleted-text-unhide\";i:1937;s:26:\"rev-suppressed-text-unhide\";i:1938;s:21:\"rev-deleted-text-view\";i:1939;s:24:\"rev-suppressed-text-view\";i:1940;s:19:\"rev-deleted-no-diff\";i:1941;s:22:\"rev-suppressed-no-diff\";i:1942;s:23:\"rev-deleted-unhide-diff\";i:1943;s:26:\"rev-suppressed-unhide-diff\";i:1944;s:21:\"rev-deleted-diff-view\";i:1945;s:24:\"rev-suppressed-diff-view\";i:1946;s:23:\"revdelete-nooldid-title\";i:1947;s:22:\"revdelete-nooldid-text\";i:1948;s:17:\"revdelete-no-file\";i:1949;s:27:\"revdelete-show-file-confirm\";i:1950;s:23:\"revdelete-selected-text\";i:1951;s:23:\"revdelete-selected-file\";i:1952;s:18:\"logdelete-selected\";i:1953;s:19:\"revdelete-text-text\";i:1954;s:19:\"revdelete-text-file\";i:1955;s:14:\"logdelete-text\";i:1956;s:21:\"revdelete-text-others\";i:1957;s:17:\"revdelete-confirm\";i:1958;s:23:\"revdelete-suppress-text\";i:1959;s:16:\"revdelete-legend\";i:1960;s:25:\"revdelete-hide-restricted\";i:1961;s:18:\"revdelete-suppress\";i:1962;s:20:\"revdelete-unsuppress\";i:1963;s:16:\"revdelete-submit\";i:1964;s:17:\"revdelete-success\";i:1965;s:17:\"revdelete-failure\";i:1966;s:17:\"logdelete-success\";i:1967;s:17:\"logdelete-failure\";i:1968;s:22:\"revdelete-hide-current\";i:1969;s:24:\"revdelete-show-no-access\";i:1970;s:26:\"revdelete-modify-no-access\";i:1971;s:24:\"revdelete-modify-missing\";i:1972;s:19:\"revdelete-no-change\";i:1973;s:27:\"revdelete-concurrent-change\";i:1974;s:25:\"revdelete-only-restricted\";i:1975;s:25:\"revdelete-reason-dropdown\";i:1976;s:34:\"revdelete-reason-dropdown-suppress\";i:1977;s:34:\"revdelete-edit-reasonlist-suppress\";i:1978;s:14:\"suppressionlog\";i:1979;s:18:\"suppressionlogtext\";i:1980;s:19:\"mergehistory-header\";i:1981;s:17:\"mergehistory-list\";i:1982;s:18:\"mergehistory-merge\";i:1983;s:15:\"mergehistory-go\";i:1984;s:18:\"mergehistory-empty\";i:1985;s:17:\"mergehistory-done\";i:1986;s:17:\"mergehistory-fail\";i:1987;s:31:\"mergehistory-fail-bad-timestamp\";i:1988;s:32:\"mergehistory-fail-invalid-source\";i:1989;s:30:\"mergehistory-fail-invalid-dest\";i:1990;s:27:\"mergehistory-fail-no-change\";i:1991;s:28:\"mergehistory-fail-permission\";i:1992;s:28:\"mergehistory-fail-self-merge\";i:1993;s:36:\"mergehistory-fail-timestamps-overlap\";i:1994;s:24:\"mergehistory-fail-toobig\";i:1995;s:41:\"mergehistory-warning-redirect-not-created\";i:1996;s:27:\"mergehistory-no-destination\";i:1997;s:27:\"mergehistory-invalid-source\";i:1998;s:32:\"mergehistory-invalid-destination\";i:1999;s:29:\"mergehistory-same-destination\";i:2000;s:34:\"mergehistory-source-deleted-reason\";i:2001;s:27:\"mergehistory-source-deleted\";i:2002;s:24:\"mergehistory-revisionrow\";i:2003;s:26:\"mergehistory-redirect-text\";i:2004;s:18:\"pagemerge-logentry\";i:2005;s:16:\"mergelogpagetext\";i:2006;s:10:\"diff-empty\";i:2007;s:19:\"diff-multi-sameuser\";i:2008;s:21:\"diff-multi-otherusers\";i:2009;s:26:\"diff-paragraph-moved-tonew\";i:2010;s:26:\"diff-paragraph-moved-toold\";i:2011;s:27:\"difference-missing-revision\";i:2012;s:14:\"search-summary\";i:2013;s:26:\"search-filter-title-prefix\";i:2014;s:32:\"search-filter-title-prefix-reset\";i:2015;s:9:\"prev-page\";i:2016;s:9:\"next-page\";i:2017;s:23:\"searchmenu-new-nocreate\";i:2018;s:32:\"searchprofile-everything-tooltip\";i:2019;s:30:\"searchprofile-advanced-tooltip\";i:2020;s:27:\"search-result-category-size\";i:2021;s:15:\"search-category\";i:2022;s:17:\"search-file-match\";i:2023;s:16:\"search-rewritten\";i:2024;s:31:\"search-interwiki-resultset-link\";i:2025;s:23:\"search-interwiki-custom\";i:2026;s:29:\"search-interwiki-more-results\";i:2027;s:25:\"search-invalid-sort-order\";i:2028;s:22:\"search-unknown-profile\";i:2029;s:21:\"showingresultsinrange\";i:2030;s:21:\"search-showingresults\";i:2031;s:25:\"search-nonefound-thiswiki\";i:2032;s:20:\"powersearch-remember\";i:2033;s:14:\"searchdisabled\";i:2034;s:12:\"googlesearch\";i:2035;s:12:\"search-error\";i:2036;s:14:\"search-warning\";i:2037;s:15:\"opensearch-desc\";i:2038;s:19:\"preferences-summary\";i:2039;s:17:\"prefsnologintext2\";i:2040;s:16:\"prefs-skin-prefs\";i:2041;s:21:\"prefs-skin-responsive\";i:2042;s:26:\"prefs-help-skin-responsive\";i:2043;s:10:\"prefs-labs\";i:2044;s:16:\"prefs-user-pages\";i:2045;s:19:\"prefs-editwatchlist\";i:2046;s:25:\"prefs-editwatchlist-label\";i:2047;s:24:\"prefs-editwatchlist-edit\";i:2048;s:23:\"prefs-editwatchlist-raw\";i:2049;s:25:\"prefs-editwatchlist-clear\";i:2050;s:21:\"prefs-watchlist-edits\";i:2051;s:25:\"prefs-watchlist-edits-max\";i:2052;s:21:\"prefs-watchlist-token\";i:2053;s:28:\"prefs-watchlist-managetokens\";i:2054;s:14:\"prefs-setemail\";i:2055;s:16:\"prefs-searchmisc\";i:2056;s:12:\"restoreprefs\";i:2057;s:21:\"recentchangesdays-max\";i:2058;s:29:\"prefs-help-recentchangescount\";i:2059;s:27:\"prefs-help-watchlist-token2\";i:2060;s:26:\"prefs-help-tokenmanagement\";i:2061;s:29:\"prefs-user-downloaddata-label\";i:2062;s:28:\"prefs-user-downloaddata-info\";i:2063;s:36:\"prefs-user-downloaddata-help-message\";i:2064;s:29:\"prefs-user-restoreprefs-label\";i:2065;s:28:\"prefs-user-restoreprefs-info\";i:2066;s:11:\"savedrights\";i:2067;s:24:\"timezoneuseserverdefault\";i:2068;s:17:\"timezoneuseoffset\";i:2069;s:30:\"timezone-useoffset-placeholder\";i:2070;s:10:\"servertime\";i:2071;s:13:\"guesstimezone\";i:2072;s:21:\"timezoneregion-arctic\";i:2073;s:10:\"allowemail\";i:2074;s:27:\"email-allow-new-users-label\";i:2075;s:20:\"email-mutelist-label\";i:2076;s:7:\"default\";i:2077;s:16:\"prefs-custom-css\";i:2078;s:17:\"prefs-custom-json\";i:2079;s:15:\"prefs-custom-js\";i:2080;s:19:\"prefs-common-config\";i:2081;s:17:\"prefs-reset-intro\";i:2082;s:19:\"prefs-reset-confirm\";i:2083;s:25:\"prefs-memberingroups-type\";i:2084;s:33:\"group-membership-link-with-expiry\";i:2085;s:28:\"prefs-registration-date-time\";i:2086;s:11:\"yourvariant\";i:2087;s:18:\"prefs-help-variant\";i:2088;s:20:\"prefs-help-signature\";i:2089;s:6:\"badsig\";i:2090;s:10:\"badsightml\";i:2091;s:11:\"badsiglinks\";i:2092;s:11:\"badsigsubst\";i:2093;s:15:\"badsiglinebreak\";i:2094;s:29:\"linterror-bogus-image-options\";i:2095;s:29:\"linterror-deletable-table-tag\";i:2096;s:26:\"linterror-html5-misnesting\";i:2097;s:38:\"linterror-misc-tidy-replacement-issues\";i:2098;s:23:\"linterror-misnested-tag\";i:2099;s:25:\"linterror-missing-end-tag\";i:2100;s:28:\"linterror-multi-colon-escape\";i:2101;s:38:\"linterror-multiline-html-table-in-list\";i:2102;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:2103;s:22:\"linterror-obsolete-tag\";i:2104;s:30:\"linterror-pwrap-bug-workaround\";i:2105;s:25:\"linterror-self-closed-tag\";i:2106;s:22:\"linterror-stripped-tag\";i:2107;s:23:\"linterror-tidy-font-bug\";i:2108;s:29:\"linterror-tidy-whitespace-bug\";i:2109;s:36:\"linterror-unclosed-quotes-in-heading\";i:2110;s:15:\"gender-notknown\";i:2111;s:19:\"prefs-help-realname\";i:2112;s:16:\"prefs-help-email\";i:2113;s:23:\"prefs-help-email-others\";i:2114;s:25:\"prefs-help-email-required\";i:2115;s:23:\"prefs-help-requireemail\";i:2116;s:31:\"prefs-signature-invalid-warning\";i:2117;s:27:\"prefs-signature-invalid-new\";i:2118;s:32:\"prefs-signature-invalid-disallow\";i:2119;s:31:\"prefs-signature-highlight-error\";i:2120;s:29:\"prefs-signature-error-details\";i:2121;s:16:\"prefs-timeoffset\";i:2122;s:20:\"prefs-developertools\";i:2123;s:12:\"prefs-editor\";i:2124;s:16:\"prefs-discussion\";i:2125;s:13:\"prefs-preview\";i:2126;s:15:\"prefs-changesrc\";i:2127;s:22:\"prefs-changeswatchlist\";i:2128;s:20:\"prefs-pageswatchlist\";i:2129;s:20:\"prefs-tokenwatchlist\";i:2130;s:23:\"prefs-help-prefershttps\";i:2131;s:26:\"prefs-tabs-navigation-hint\";i:2132;s:18:\"userrights-summary\";i:2133;s:11:\"editinguser\";i:2134;s:17:\"viewinguserrights\";i:2135;s:24:\"userrights-viewusergroup\";i:2136;s:28:\"userrights-groupsmember-auto\";i:2137;s:28:\"userrights-groupsmember-type\";i:2138;s:21:\"userrights-systemuser\";i:2139;s:22:\"userrights-groups-help\";i:2140;s:23:\"userrights-no-interwiki\";i:2141;s:21:\"userrights-nodatabase\";i:2142;s:25:\"userrights-changeable-col\";i:2143;s:27:\"userrights-unchangeable-col\";i:2144;s:30:\"userrights-irreversible-marker\";i:2145;s:35:\"userrights-no-shorten-expiry-marker\";i:2146;s:25:\"userrights-expiry-current\";i:2147;s:22:\"userrights-expiry-none\";i:2148;s:17:\"userrights-expiry\";i:2149;s:26:\"userrights-expiry-existing\";i:2150;s:27:\"userrights-expiry-othertime\";i:2151;s:25:\"userrights-expiry-options\";i:2152;s:25:\"userrights-invalid-expiry\";i:2153;s:25:\"userrights-expiry-in-past\";i:2154;s:32:\"userrights-cannot-shorten-expiry\";i:2155;s:19:\"userrights-conflict\";i:2156;s:11:\"group-named\";i:2157;s:21:\"group-interface-admin\";i:2158;s:28:\"group-interface-admin-member\";i:2159;s:15:\"grouppage-named\";i:2160;s:25:\"grouppage-interface-admin\";i:2161;s:16:\"right-createpage\";i:2162;s:23:\"right-autocreateaccount\";i:2163;s:24:\"right-move-rootuserpages\";i:2164;s:24:\"right-move-categorypages\";i:2165;s:22:\"right-suppressredirect\";i:2166;s:14:\"right-reupload\";i:2167;s:18:\"right-reupload-own\";i:2168;s:21:\"right-reupload-shared\";i:2169;s:19:\"right-upload_by_url\";i:2170;s:11:\"right-purge\";i:2171;s:19:\"right-autoconfirmed\";i:2172;s:9:\"right-bot\";i:2173;s:20:\"right-nominornewtalk\";i:2174;s:19:\"right-apihighlimits\";i:2175;s:14:\"right-writeapi\";i:2176;s:21:\"right-delete-redirect\";i:2177;s:20:\"right-deletelogentry\";i:2178;s:20:\"right-deleterevision\";i:2179;s:20:\"right-deletedhistory\";i:2180;s:17:\"right-deletedtext\";i:2181;s:22:\"right-suppressrevision\";i:2182;s:20:\"right-viewsuppressed\";i:2183;s:16:\"right-blockemail\";i:2184;s:14:\"right-hideuser\";i:2185;s:20:\"right-ipblock-exempt\";i:2186;s:17:\"right-unblockself\";i:2187;s:13:\"right-protect\";i:2188;s:19:\"right-editprotected\";i:2189;s:23:\"right-editsemiprotected\";i:2190;s:22:\"right-editcontentmodel\";i:2191;s:19:\"right-editinterface\";i:2192;s:17:\"right-editusercss\";i:2193;s:18:\"right-edituserjson\";i:2194;s:16:\"right-edituserjs\";i:2195;s:17:\"right-editsitecss\";i:2196;s:18:\"right-editsitejson\";i:2197;s:16:\"right-editsitejs\";i:2198;s:19:\"right-editmyusercss\";i:2199;s:20:\"right-editmyuserjson\";i:2200;s:18:\"right-editmyuserjs\";i:2201;s:26:\"right-editmyuserjsredirect\";i:2202;s:21:\"right-viewmywatchlist\";i:2203;s:21:\"right-editmywatchlist\";i:2204;s:23:\"right-viewmyprivateinfo\";i:2205;s:23:\"right-editmyprivateinfo\";i:2206;s:19:\"right-editmyoptions\";i:2207;s:14:\"right-rollback\";i:2208;s:18:\"right-markbotedits\";i:2209;s:17:\"right-noratelimit\";i:2210;s:12:\"right-import\";i:2211;s:18:\"right-importupload\";i:2212;s:12:\"right-patrol\";i:2213;s:16:\"right-autopatrol\";i:2214;s:17:\"right-patrolmarks\";i:2215;s:20:\"right-unwatchedpages\";i:2216;s:26:\"right-userrights-interwiki\";i:2217;s:15:\"right-siteadmin\";i:2218;s:27:\"right-override-export-depth\";i:2219;s:15:\"right-sendemail\";i:2220;s:22:\"right-managechangetags\";i:2221;s:21:\"right-applychangetags\";i:2222;s:16:\"right-changetags\";i:2223;s:22:\"right-deletechangetags\";i:2224;s:13:\"grant-generic\";i:2225;s:28:\"grant-group-page-interaction\";i:2226;s:28:\"grant-group-file-interaction\";i:2227;s:33:\"grant-group-watchlist-interaction\";i:2228;s:17:\"grant-group-email\";i:2229;s:23:\"grant-group-high-volume\";i:2230;s:25:\"grant-group-customization\";i:2231;s:26:\"grant-group-administration\";i:2232;s:31:\"grant-group-private-information\";i:2233;s:17:\"grant-group-other\";i:2234;s:16:\"grant-blockusers\";i:2235;s:19:\"grant-createaccount\";i:2236;s:24:\"grant-createeditmovepage\";i:2237;s:12:\"grant-delete\";i:2238;s:19:\"grant-editinterface\";i:2239;s:17:\"grant-editmycssjs\";i:2240;s:19:\"grant-editmyoptions\";i:2241;s:21:\"grant-editmywatchlist\";i:2242;s:20:\"grant-editsiteconfig\";i:2243;s:14:\"grant-editpage\";i:2244;s:19:\"grant-editprotected\";i:2245;s:16:\"grant-highvolume\";i:2246;s:12:\"grant-import\";i:2247;s:18:\"grant-mergehistory\";i:2248;s:15:\"grant-oversight\";i:2249;s:12:\"grant-patrol\";i:2250;s:17:\"grant-privateinfo\";i:2251;s:13:\"grant-protect\";i:2252;s:14:\"grant-rollback\";i:2253;s:15:\"grant-sendemail\";i:2254;s:24:\"grant-uploadeditmovefile\";i:2255;s:16:\"grant-uploadfile\";i:2256;s:11:\"grant-basic\";i:2257;s:17:\"grant-viewdeleted\";i:2258;s:21:\"grant-viewmywatchlist\";i:2259;s:24:\"grant-viewrestrictedlogs\";i:2260;s:24:\"action-autocreateaccount\";i:2261;s:14:\"action-history\";i:2262;s:20:\"action-move-subpages\";i:2263;s:25:\"action-move-categorypages\";i:2264;s:15:\"action-reupload\";i:2265;s:22:\"action-reupload-shared\";i:2266;s:20:\"action-upload_by_url\";i:2267;s:15:\"action-writeapi\";i:2268;s:22:\"action-delete-redirect\";i:2269;s:21:\"action-deletelogentry\";i:2270;s:18:\"action-deletedtext\";i:2271;s:23:\"action-suppressrevision\";i:2272;s:15:\"action-rollback\";i:2273;s:13:\"action-import\";i:2274;s:19:\"action-importupload\";i:2275;s:13:\"action-patrol\";i:2276;s:17:\"action-autopatrol\";i:2277;s:21:\"action-unwatchedpages\";i:2278;s:27:\"action-userrights-interwiki\";i:2279;s:16:\"action-siteadmin\";i:2280;s:16:\"action-sendemail\";i:2281;s:20:\"action-editmyoptions\";i:2282;s:22:\"action-editmywatchlist\";i:2283;s:22:\"action-viewmywatchlist\";i:2284;s:24:\"action-viewmyprivateinfo\";i:2285;s:24:\"action-editmyprivateinfo\";i:2286;s:23:\"action-editcontentmodel\";i:2287;s:23:\"action-managechangetags\";i:2288;s:22:\"action-applychangetags\";i:2289;s:17:\"action-changetags\";i:2290;s:23:\"action-deletechangetags\";i:2291;s:12:\"action-purge\";i:2292;s:20:\"action-apihighlimits\";i:2293;s:20:\"action-autoconfirmed\";i:2294;s:16:\"action-bigdelete\";i:2295;s:17:\"action-blockemail\";i:2296;s:10:\"action-bot\";i:2297;s:20:\"action-editprotected\";i:2298;s:24:\"action-editsemiprotected\";i:2299;s:20:\"action-editinterface\";i:2300;s:18:\"action-editusercss\";i:2301;s:19:\"action-edituserjson\";i:2302;s:17:\"action-edituserjs\";i:2303;s:18:\"action-editsitecss\";i:2304;s:19:\"action-editsitejson\";i:2305;s:17:\"action-editsitejs\";i:2306;s:20:\"action-editmyusercss\";i:2307;s:21:\"action-editmyuserjson\";i:2308;s:19:\"action-editmyuserjs\";i:2309;s:27:\"action-editmyuserjsredirect\";i:2310;s:21:\"action-viewsuppressed\";i:2311;s:15:\"action-hideuser\";i:2312;s:21:\"action-ipblock-exempt\";i:2313;s:18:\"action-unblockself\";i:2314;s:18:\"action-noratelimit\";i:2315;s:19:\"action-reupload-own\";i:2316;s:21:\"action-nominornewtalk\";i:2317;s:19:\"action-markbotedits\";i:2318;s:18:\"action-patrolmarks\";i:2319;s:28:\"action-override-export-depth\";i:2320;s:23:\"action-suppressredirect\";i:2321;s:6:\"ntimes\";i:2322;s:27:\"enhancedrc-since-last-visit\";i:2323;s:18:\"enhancedrc-history\";i:2324;s:17:\"recentchanges-url\";i:2325;s:17:\"recentchangestext\";i:2326;s:22:\"recentchanges-noresult\";i:2327;s:21:\"recentchanges-timeout\";i:2328;s:21:\"recentchanges-network\";i:2329;s:26:\"recentchanges-notargetpage\";i:2330;s:26:\"recentchanges-legend-minor\";i:2331;s:24:\"recentchanges-legend-bot\";i:2332;s:32:\"recentchanges-legend-unpatrolled\";i:2333;s:30:\"recentchanges-legend-plusminus\";i:2334;s:36:\"recentchanges-legend-watchlistexpiry\";i:2335;s:20:\"recentchanges-submit\";i:2336;s:20:\"rcfilters-tag-remove\";i:2337;s:24:\"rcfilters-legend-heading\";i:2338;s:28:\"rcfilters-other-review-tools\";i:2339;s:31:\"rcfilters-group-results-by-page\";i:2340;s:23:\"rcfilters-activefilters\";i:2341;s:28:\"rcfilters-activefilters-hide\";i:2342;s:28:\"rcfilters-activefilters-show\";i:2343;s:36:\"rcfilters-activefilters-hide-tooltip\";i:2344;s:36:\"rcfilters-activefilters-show-tooltip\";i:2345;s:25:\"rcfilters-advancedfilters\";i:2346;s:21:\"rcfilters-limit-title\";i:2347;s:30:\"rcfilters-limit-and-date-label\";i:2348;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2349;s:26:\"rcfilters-date-popup-title\";i:2350;s:20:\"rcfilters-days-title\";i:2351;s:21:\"rcfilters-hours-title\";i:2352;s:24:\"rcfilters-days-show-days\";i:2353;s:25:\"rcfilters-days-show-hours\";i:2354;s:34:\"rcfilters-highlighted-filters-list\";i:2355;s:22:\"rcfilters-quickfilters\";i:2356;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2357;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2358;s:35:\"rcfilters-savedqueries-defaultlabel\";i:2359;s:29:\"rcfilters-savedqueries-rename\";i:2360;s:33:\"rcfilters-savedqueries-setdefault\";i:2361;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2362;s:29:\"rcfilters-savedqueries-remove\";i:2363;s:37:\"rcfilters-savedqueries-new-name-label\";i:2364;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2365;s:34:\"rcfilters-savedqueries-apply-label\";i:2366;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2367;s:35:\"rcfilters-savedqueries-cancel-label\";i:2368;s:36:\"rcfilters-savedqueries-add-new-title\";i:2369;s:36:\"rcfilters-savedqueries-already-saved\";i:2370;s:33:\"rcfilters-restore-default-filters\";i:2371;s:27:\"rcfilters-clear-all-filters\";i:2372;s:26:\"rcfilters-show-new-changes\";i:2373;s:28:\"rcfilters-search-placeholder\";i:2374;s:35:\"rcfilters-search-placeholder-mobile\";i:2375;s:24:\"rcfilters-invalid-filter\";i:2376;s:22:\"rcfilters-empty-filter\";i:2377;s:26:\"rcfilters-filterlist-title\";i:2378;s:30:\"rcfilters-filterlist-whatsthis\";i:2379;s:31:\"rcfilters-highlightbutton-title\";i:2380;s:29:\"rcfilters-highlightmenu-title\";i:2381;s:28:\"rcfilters-highlightmenu-help\";i:2382;s:30:\"rcfilters-filterlist-noresults\";i:2383;s:28:\"rcfilters-noresults-conflict\";i:2384;s:30:\"rcfilters-state-message-subset\";i:2385;s:36:\"rcfilters-state-message-fullcoverage\";i:2386;s:32:\"rcfilters-filtergroup-authorship\";i:2387;s:34:\"rcfilters-filter-editsbyself-label\";i:2388;s:40:\"rcfilters-filter-editsbyself-description\";i:2389;s:35:\"rcfilters-filter-editsbyother-label\";i:2390;s:41:\"rcfilters-filter-editsbyother-description\";i:2391;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2392;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2393;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2394;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2395;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2396;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:2397;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2398;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2399;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2400;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2401;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2402;s:31:\"rcfilters-filtergroup-automated\";i:2403;s:27:\"rcfilters-filter-bots-label\";i:2404;s:33:\"rcfilters-filter-bots-description\";i:2405;s:29:\"rcfilters-filter-humans-label\";i:2406;s:35:\"rcfilters-filter-humans-description\";i:2407;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2408;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2409;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2410;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2411;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2412;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2413;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2414;s:34:\"rcfilters-filtergroup-significance\";i:2415;s:28:\"rcfilters-filter-minor-label\";i:2416;s:34:\"rcfilters-filter-minor-description\";i:2417;s:28:\"rcfilters-filter-major-label\";i:2418;s:34:\"rcfilters-filter-major-description\";i:2419;s:31:\"rcfilters-filtergroup-watchlist\";i:2420;s:40:\"rcfilters-filter-watchlist-watched-label\";i:2421;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2422;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2423;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2424;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:2425;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2426;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2427;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2428;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2429;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2430;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2431;s:32:\"rcfilters-filtergroup-changetype\";i:2432;s:32:\"rcfilters-filter-pageedits-label\";i:2433;s:38:\"rcfilters-filter-pageedits-description\";i:2434;s:31:\"rcfilters-filter-newpages-label\";i:2435;s:37:\"rcfilters-filter-newpages-description\";i:2436;s:37:\"rcfilters-filter-categorization-label\";i:2437;s:43:\"rcfilters-filter-categorization-description\";i:2438;s:33:\"rcfilters-filter-logactions-label\";i:2439;s:39:\"rcfilters-filter-logactions-description\";i:2440;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2441;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2442;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2443;s:34:\"rcfilters-filtergroup-lastrevision\";i:2444;s:35:\"rcfilters-filter-lastrevision-label\";i:2445;s:41:\"rcfilters-filter-lastrevision-description\";i:2446;s:39:\"rcfilters-filter-previousrevision-label\";i:2447;s:45:\"rcfilters-filter-previousrevision-description\";i:2448;s:25:\"rcfilters-filter-excluded\";i:2449;s:30:\"rcfilters-tag-prefix-namespace\";i:2450;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:2451;s:25:\"rcfilters-tag-prefix-tags\";i:2452;s:28:\"rcfilters-exclude-button-off\";i:2453;s:27:\"rcfilters-exclude-button-on\";i:2454;s:19:\"rcfilters-view-tags\";i:2455;s:33:\"rcfilters-view-namespaces-tooltip\";i:2456;s:27:\"rcfilters-view-tags-tooltip\";i:2457;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2458;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2459;s:28:\"rcfilters-liveupdates-button\";i:2460;s:37:\"rcfilters-liveupdates-button-title-on\";i:2461;s:38:\"rcfilters-liveupdates-button-title-off\";i:2462;s:35:\"rcfilters-watchlist-markseen-button\";i:2463;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2464;s:31:\"rcfilters-watchlist-showupdated\";i:2465;s:26:\"rcfilters-preference-label\";i:2466;s:25:\"rcfilters-preference-help\";i:2467;s:36:\"rcfilters-watchlist-preference-label\";i:2468;s:35:\"rcfilters-watchlist-preference-help\";i:2469;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2470;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2471;s:35:\"rcfilters-filter-showlinkedto-label\";i:2472;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2473;s:33:\"rcfilters-target-page-placeholder\";i:2474;s:27:\"rcfilters-allcontents-label\";i:2475;s:30:\"rcfilters-alldiscussions-label\";i:2476;s:15:\"rclistfromreset\";i:2477;s:24:\"rcshowhidecategorization\";i:2478;s:29:\"rcshowhidecategorization-show\";i:2479;s:29:\"rcshowhidecategorization-hide\";i:2480;s:17:\"unpatrolledletter\";i:2481;s:43:\"number-of-watching-users-for-recent-changes\";i:2482;s:14:\"rc-change-size\";i:2483;s:25:\"recentchangeslinked-title\";i:2484;s:27:\"recentchangeslinked-summary\";i:2485;s:22:\"recentchangeslinked-to\";i:2486;s:36:\"recentchanges-page-added-to-category\";i:2487;s:44:\"recentchanges-page-added-to-category-bundled\";i:2488;s:40:\"recentchanges-page-removed-from-category\";i:2489;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2490;s:19:\"autochange-username\";i:2491;s:12:\"reuploaddesc\";i:2492;s:15:\"upload-tryagain\";i:2493;s:23:\"upload-tryagain-nostash\";i:2494;s:17:\"uploadnologintext\";i:2495;s:24:\"upload_directory_missing\";i:2496;s:26:\"upload_directory_read_only\";i:2497;s:14:\"upload-summary\";i:2498;s:23:\"upload-recreate-warning\";i:2499;s:10:\"uploadtext\";i:2500;s:16:\"upload-permitted\";i:2501;s:16:\"upload-preferred\";i:2502;s:17:\"upload-prohibited\";i:2503;s:12:\"uploadfooter\";i:2504;s:26:\"upload-default-description\";i:2505;s:17:\"uploadlogpagetext\";i:2506;s:13:\"ignorewarning\";i:2507;s:14:\"ignorewarnings\";i:2508;s:15:\"illegalfilename\";i:2509;s:16:\"filename-toolong\";i:2510;s:11:\"badfilename\";i:2511;s:22:\"filetype-mime-mismatch\";i:2512;s:16:\"filetype-badmime\";i:2513;s:20:\"filetype-bad-ie-mime\";i:2514;s:22:\"filetype-unwanted-type\";i:2515;s:20:\"filetype-banned-type\";i:2516;s:16:\"filetype-missing\";i:2517;s:10:\"empty-file\";i:2518;s:14:\"file-too-large\";i:2519;s:17:\"filename-tooshort\";i:2520;s:15:\"filetype-banned\";i:2521;s:18:\"verification-error\";i:2522;s:11:\"hookaborted\";i:2523;s:16:\"illegal-filename\";i:2524;s:9:\"overwrite\";i:2525;s:13:\"unknown-error\";i:2526;s:16:\"tmp-create-error\";i:2527;s:15:\"tmp-write-error\";i:2528;s:10:\"large-file\";i:2529;s:15:\"largefileserver\";i:2530;s:9:\"emptyfile\";i:2531;s:25:\"windows-nonascii-filename\";i:2532;s:10:\"fileexists\";i:2533;s:14:\"filepageexists\";i:2534;s:20:\"fileexists-extension\";i:2535;s:24:\"fileexists-thumbnail-yes\";i:2536;s:17:\"file-thumbnail-no\";i:2537;s:20:\"fileexists-forbidden\";i:2538;s:27:\"fileexists-shared-forbidden\";i:2539;s:20:\"fileexists-no-change\";i:2540;s:28:\"fileexists-duplicate-version\";i:2541;s:21:\"file-exists-duplicate\";i:2542;s:22:\"file-deleted-duplicate\";i:2543;s:30:\"file-deleted-duplicate-notitle\";i:2544;s:18:\"uploadwarning-text\";i:2545;s:26:\"uploadwarning-text-nostash\";i:2546;s:13:\"uploadedimage\";i:2547;s:14:\"overwroteimage\";i:2548;s:14:\"uploaddisabled\";i:2549;s:18:\"copyuploaddisabled\";i:2550;s:18:\"uploaddisabledtext\";i:2551;s:22:\"php-uploaddisabledtext\";i:2552;s:14:\"uploadscripted\";i:2553;s:27:\"upload-scripted-pi-callback\";i:2554;s:19:\"upload-scripted-dtd\";i:2555;s:19:\"uploaded-script-svg\";i:2556;s:20:\"uploaded-hostile-svg\";i:2557;s:29:\"uploaded-event-handler-on-svg\";i:2558;s:27:\"uploaded-href-attribute-svg\";i:2559;s:31:\"uploaded-href-unsafe-target-svg\";i:2560;s:20:\"uploaded-animate-svg\";i:2561;s:34:\"uploaded-setting-event-handler-svg\";i:2562;s:25:\"uploaded-setting-href-svg\";i:2563;s:26:\"uploaded-wrong-setting-svg\";i:2564;s:28:\"uploaded-setting-handler-svg\";i:2565;s:23:\"uploaded-remote-url-svg\";i:2566;s:25:\"uploaded-image-filter-svg\";i:2567;s:23:\"uploadscriptednamespace\";i:2568;s:16:\"uploadinvalidxml\";i:2569;s:12:\"destfilename\";i:2570;s:14:\"filewasdeleted\";i:2571;s:19:\"filename-thumb-name\";i:2572;s:19:\"filename-bad-prefix\";i:2573;s:25:\"filename-prefix-blacklist\";i:2574;s:23:\"upload-proto-error-text\";i:2575;s:22:\"upload-file-error-text\";i:2576;s:22:\"upload-misc-error-text\";i:2577;s:25:\"upload-too-many-redirects\";i:2578;s:17:\"upload-http-error\";i:2579;s:33:\"upload-copy-upload-invalid-domain\";i:2580;s:26:\"upload-foreign-cant-upload\";i:2581;s:31:\"upload-foreign-cant-load-config\";i:2582;s:22:\"upload-dialog-disabled\";i:2583;s:19:\"upload-dialog-title\";i:2584;s:27:\"upload-dialog-button-cancel\";i:2585;s:25:\"upload-dialog-button-back\";i:2586;s:25:\"upload-dialog-button-done\";i:2587;s:25:\"upload-dialog-button-save\";i:2588;s:27:\"upload-dialog-button-upload\";i:2589;s:32:\"upload-form-label-infoform-title\";i:2590;s:31:\"upload-form-label-infoform-name\";i:2591;s:39:\"upload-form-label-infoform-name-tooltip\";i:2592;s:38:\"upload-form-label-infoform-description\";i:2593;s:46:\"upload-form-label-infoform-description-tooltip\";i:2594;s:29:\"upload-form-label-usage-title\";i:2595;s:32:\"upload-form-label-usage-filename\";i:2596;s:26:\"upload-form-label-own-work\";i:2597;s:37:\"upload-form-label-infoform-categories\";i:2598;s:31:\"upload-form-label-infoform-date\";i:2599;s:48:\"upload-form-label-own-work-message-generic-local\";i:2600;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2601;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2602;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2603;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2604;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2605;s:19:\"backend-fail-stream\";i:2606;s:19:\"backend-fail-backup\";i:2607;s:22:\"backend-fail-notexists\";i:2608;s:19:\"backend-fail-hashes\";i:2609;s:18:\"backend-fail-sizes\";i:2610;s:20:\"backend-fail-notsame\";i:2611;s:24:\"backend-fail-invalidpath\";i:2612;s:19:\"backend-fail-delete\";i:2613;s:21:\"backend-fail-describe\";i:2614;s:26:\"backend-fail-alreadyexists\";i:2615;s:18:\"backend-fail-store\";i:2616;s:17:\"backend-fail-copy\";i:2617;s:17:\"backend-fail-move\";i:2618;s:21:\"backend-fail-opentemp\";i:2619;s:22:\"backend-fail-writetemp\";i:2620;s:22:\"backend-fail-closetemp\";i:2621;s:17:\"backend-fail-read\";i:2622;s:19:\"backend-fail-create\";i:2623;s:20:\"backend-fail-maxsize\";i:2624;s:21:\"backend-fail-readonly\";i:2625;s:19:\"backend-fail-synced\";i:2626;s:20:\"backend-fail-connect\";i:2627;s:21:\"backend-fail-internal\";i:2628;s:24:\"backend-fail-contenttype\";i:2629;s:22:\"backend-fail-batchsize\";i:2630;s:19:\"backend-fail-usable\";i:2631;s:17:\"backend-fail-stat\";i:2632;s:17:\"backend-fail-hash\";i:2633;s:21:\"lockmanager-notlocked\";i:2634;s:26:\"lockmanager-fail-closelock\";i:2635;s:27:\"lockmanager-fail-deletelock\";i:2636;s:28:\"lockmanager-fail-acquirelock\";i:2637;s:25:\"lockmanager-fail-openlock\";i:2638;s:28:\"lockmanager-fail-releaselock\";i:2639;s:26:\"lockmanager-fail-db-bucket\";i:2640;s:27:\"lockmanager-fail-db-release\";i:2641;s:28:\"lockmanager-fail-svr-acquire\";i:2642;s:28:\"lockmanager-fail-svr-release\";i:2643;s:25:\"lockmanager-fail-conflict\";i:2644;s:19:\"zip-file-open-error\";i:2645;s:16:\"zip-wrong-format\";i:2646;s:7:\"zip-bad\";i:2647;s:15:\"zip-unsupported\";i:2648;s:11:\"uploadstash\";i:2649;s:19:\"uploadstash-summary\";i:2650;s:17:\"uploadstash-clear\";i:2651;s:19:\"uploadstash-nofiles\";i:2652;s:20:\"uploadstash-badtoken\";i:2653;s:20:\"uploadstash-errclear\";i:2654;s:19:\"uploadstash-refresh\";i:2655;s:21:\"uploadstash-thumbnail\";i:2656;s:21:\"uploadstash-exception\";i:2657;s:20:\"uploadstash-bad-path\";i:2658;s:28:\"uploadstash-bad-path-invalid\";i:2659;s:33:\"uploadstash-bad-path-unknown-type\";i:2660;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2661;s:31:\"uploadstash-bad-path-no-handler\";i:2662;s:31:\"uploadstash-bad-path-bad-format\";i:2663;s:26:\"uploadstash-file-not-found\";i:2664;s:35:\"uploadstash-file-not-found-no-thumb\";i:2665;s:40:\"uploadstash-file-not-found-no-local-path\";i:2666;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2667;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2668;s:37:\"uploadstash-file-not-found-not-exists\";i:2669;s:26:\"uploadstash-file-too-large\";i:2670;s:25:\"uploadstash-not-logged-in\";i:2671;s:23:\"uploadstash-wrong-owner\";i:2672;s:23:\"uploadstash-no-such-key\";i:2673;s:23:\"uploadstash-zero-length\";i:2674;s:20:\"invalid-chunk-offset\";i:2675;s:21:\"img-auth-accessdenied\";i:2676;s:17:\"img-auth-notindir\";i:2677;s:17:\"img-auth-badtitle\";i:2678;s:14:\"img-auth-isdir\";i:2679;s:18:\"img-auth-streaming\";i:2680;s:15:\"img-auth-public\";i:2681;s:15:\"img-auth-noread\";i:2682;s:16:\"http-invalid-url\";i:2683;s:19:\"http-invalid-scheme\";i:2684;s:18:\"http-request-error\";i:2685;s:14:\"http-timed-out\";i:2686;s:15:\"http-bad-status\";i:2687;s:19:\"http-internal-error\";i:2688;s:18:\"upload-curl-error6\";i:2689;s:23:\"upload-curl-error6-text\";i:2690;s:19:\"upload-curl-error28\";i:2691;s:24:\"upload-curl-error28-text\";i:2692;s:9:\"nolicense\";i:2693;s:8:\"licenses\";i:2694;s:13:\"licenses-edit\";i:2695;s:17:\"upload_source_url\";i:2696;s:16:\"listfiles-delete\";i:2697;s:26:\"listfiles-userdoesnotexist\";i:2698;s:17:\"listfiles_subpage\";i:2699;s:18:\"listfiles-show-all\";i:2700;s:23:\"listfiles-latestversion\";i:2701;s:27:\"listfiles-latestversion-yes\";i:2702;s:26:\"listfiles-latestversion-no\";i:2703;s:13:\"filehist-help\";i:2704;s:18:\"filehist-thumbtext\";i:2705;s:17:\"linkstoimage-more\";i:2706;s:16:\"morelinkstoimage\";i:2707;s:21:\"linkstoimage-redirect\";i:2708;s:16:\"duplicatesoffile\";i:2709;s:12:\"sharedupload\";i:2710;s:23:\"sharedupload-desc-there\";i:2711;s:22:\"sharedupload-desc-here\";i:2712;s:22:\"sharedupload-desc-edit\";i:2713;s:24:\"sharedupload-desc-create\";i:2714;s:24:\"shareddescriptionfollows\";i:2715;s:15:\"filepage-nofile\";i:2716;s:20:\"filepage-nofile-link\";i:2717;s:11:\"shared-repo\";i:2718;s:33:\"shared-repo-name-wikimediacommons\";i:2719;s:12:\"filepage.css\";i:2720;s:22:\"upload-disallowed-here\";i:2721;s:10:\"filerevert\";i:2722;s:17:\"filerevert-legend\";i:2723;s:16:\"filerevert-intro\";i:2724;s:25:\"filerevert-defaultcomment\";i:2725;s:17:\"filerevert-submit\";i:2726;s:18:\"filerevert-success\";i:2727;s:21:\"filerevert-badversion\";i:2728;s:20:\"filerevert-identical\";i:2729;s:16:\"filedelete-intro\";i:2730;s:20:\"filedelete-intro-old\";i:2731;s:22:\"filedelete-success-old\";i:2732;s:21:\"filedelete-nofile-old\";i:2733;s:26:\"filedelete-reason-dropdown\";i:2734;s:35:\"filedelete-reason-dropdown-suppress\";i:2735;s:35:\"filedelete-edit-reasonlist-suppress\";i:2736;s:22:\"filedelete-maintenance\";i:2737;s:28:\"filedelete-maintenance-title\";i:2738;s:18:\"mimesearch-summary\";i:2739;s:22:\"unwatchedpages-summary\";i:2740;s:21:\"listredirects-summary\";i:2741;s:19:\"listduplicatedfiles\";i:2742;s:27:\"listduplicatedfiles-summary\";i:2743;s:25:\"listduplicatedfiles-entry\";i:2744;s:23:\"unusedtemplates-summary\";i:2745;s:19:\"unusedtemplatestext\";i:2746;s:14:\"randompage-url\";i:2747;s:16:\"randomincategory\";i:2748;s:32:\"randomincategory-invalidcategory\";i:2749;s:24:\"randomincategory-nopages\";i:2750;s:25:\"randomincategory-category\";i:2751;s:23:\"randomincategory-legend\";i:2752;s:18:\"statistics-summary\";i:2753;s:24:\"statistics-articles-desc\";i:2754;s:21:\"statistics-pages-desc\";i:2755;s:16:\"statistics-files\";i:2756;s:21:\"statistics-files-desc\";i:2757;s:28:\"statistics-users-active-desc\";i:2758;s:17:\"statistics-footer\";i:2759;s:21:\"pageswithprop-summary\";i:2760;s:18:\"pageswithprop-text\";i:2761;s:21:\"pageswithprop-reverse\";i:2762;s:25:\"pageswithprop-sortbyvalue\";i:2763;s:29:\"pageswithprop-prophidden-long\";i:2764;s:31:\"pageswithprop-prophidden-binary\";i:2765;s:23:\"doubleredirects-summary\";i:2766;s:19:\"doubleredirectstext\";i:2767;s:33:\"double-redirect-fixed-maintenance\";i:2768;s:21:\"double-redirect-fixer\";i:2769;s:23:\"brokenredirects-summary\";i:2770;s:29:\"brokenredirects-delete-reason\";i:2771;s:23:\"fewestrevisions-summary\";i:2772;s:11:\"ninterwikis\";i:2773;s:15:\"nmemberschanged\";i:2774;s:11:\"nimagelinks\";i:2775;s:14:\"ntransclusions\";i:2776;s:19:\"lonelypages-summary\";i:2777;s:15:\"lonelypagestext\";i:2778;s:26:\"uncategorizedpages-summary\";i:2779;s:31:\"uncategorizedcategories-summary\";i:2780;s:27:\"uncategorizedimages-summary\";i:2781;s:30:\"uncategorizedtemplates-summary\";i:2782;s:38:\"uncategorized-categories-exceptionlist\";i:2783;s:24:\"unusedcategories-summary\";i:2784;s:20:\"unusedimages-summary\";i:2785;s:24:\"wantedcategories-summary\";i:2786;s:19:\"wantedpages-summary\";i:2787;s:20:\"wantedpages-badtitle\";i:2788;s:19:\"wantedfiles-summary\";i:2789;s:18:\"wantedfiletext-cat\";i:2790;s:28:\"wantedfiletext-cat-noforeign\";i:2791;s:20:\"wantedfiletext-nocat\";i:2792;s:30:\"wantedfiletext-nocat-noforeign\";i:2793;s:23:\"wantedtemplates-summary\";i:2794;s:18:\"mostlinked-summary\";i:2795;s:28:\"mostlinkedcategories-summary\";i:2796;s:27:\"mostlinkedtemplates-summary\";i:2797;s:22:\"mostcategories-summary\";i:2798;s:18:\"mostimages-summary\";i:2799;s:22:\"mostinterwikis-summary\";i:2800;s:21:\"mostrevisions-summary\";i:2801;s:19:\"prefixindex-summary\";i:2802;s:18:\"prefixindex-submit\";i:2803;s:17:\"prefixindex-strip\";i:2804;s:18:\"shortpages-summary\";i:2805;s:17:\"longpages-summary\";i:2806;s:20:\"deadendpages-summary\";i:2807;s:16:\"deadendpagestext\";i:2808;s:22:\"protectedpages-filters\";i:2809;s:20:\"protectedpages-indef\";i:2810;s:22:\"protectedpages-summary\";i:2811;s:22:\"protectedpages-cascade\";i:2812;s:25:\"protectedpages-noredirect\";i:2813;s:32:\"cachedspecial-viewing-cached-ttl\";i:2814;s:19:\"protectedpagesempty\";i:2815;s:24:\"protectedpages-timestamp\";i:2816;s:19:\"protectedpages-page\";i:2817;s:21:\"protectedpages-expiry\";i:2818;s:24:\"protectedpages-performer\";i:2819;s:21:\"protectedpages-params\";i:2820;s:21:\"protectedpages-reason\";i:2821;s:21:\"protectedpages-submit\";i:2822;s:32:\"protectedpages-unknown-timestamp\";i:2823;s:32:\"protectedpages-unknown-performer\";i:2824;s:29:\"protectedpages-unknown-reason\";i:2825;s:23:\"protectedtitles-summary\";i:2826;s:22:\"protectedtitles-submit\";i:2827;s:17:\"listusers-summary\";i:2828;s:29:\"listusers-temporarygroupsonly\";i:2829;s:14:\"listusers-desc\";i:2830;s:16:\"newpages-summary\";i:2831;s:15:\"newpages-submit\";i:2832;s:20:\"ancientpages-summary\";i:2833;s:16:\"unusedimagestext\";i:2834;s:37:\"unusedimagestext-categorizedimgisused\";i:2835;s:20:\"unusedcategoriestext\";i:2836;s:12:\"notargettext\";i:2837;s:18:\"querypage-disabled\";i:2838;s:7:\"apihelp\";i:2839;s:15:\"apihelp-summary\";i:2840;s:22:\"apihelp-no-such-module\";i:2841;s:12:\"apihelp-link\";i:2842;s:18:\"apisandbox-summary\";i:2843;s:17:\"apisandbox-jsonly\";i:2844;s:16:\"apisandbox-intro\";i:2845;s:17:\"apisandbox-submit\";i:2846;s:16:\"apisandbox-retry\";i:2847;s:18:\"apisandbox-loading\";i:2848;s:21:\"apisandbox-load-error\";i:2849;s:24:\"apisandbox-no-parameters\";i:2850;s:19:\"apisandbox-helpurls\";i:2851;s:29:\"apisandbox-dynamic-parameters\";i:2852;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2853;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2854;s:31:\"apisandbox-dynamic-error-exists\";i:2855;s:37:\"apisandbox-templated-parameter-reason\";i:2856;s:32:\"apisandbox-deprecated-parameters\";i:2857;s:22:\"apisandbox-fetch-token\";i:2858;s:20:\"apisandbox-add-multi\";i:2859;s:38:\"apisandbox-submit-invalid-fields-title\";i:2860;s:40:\"apisandbox-submit-invalid-fields-message\";i:2861;s:26:\"apisandbox-sending-request\";i:2862;s:26:\"apisandbox-loading-results\";i:2863;s:24:\"apisandbox-results-error\";i:2864;s:35:\"apisandbox-results-login-suppressed\";i:2865;s:37:\"apisandbox-request-selectformat-label\";i:2866;s:35:\"apisandbox-request-format-url-label\";i:2867;s:28:\"apisandbox-request-url-label\";i:2868;s:36:\"apisandbox-request-format-json-label\";i:2869;s:29:\"apisandbox-request-json-label\";i:2870;s:35:\"apisandbox-request-format-php-label\";i:2871;s:28:\"apisandbox-request-php-label\";i:2872;s:23:\"apisandbox-request-time\";i:2873;s:27:\"apisandbox-results-fixtoken\";i:2874;s:32:\"apisandbox-results-fixtoken-fail\";i:2875;s:21:\"apisandbox-alert-page\";i:2876;s:22:\"apisandbox-alert-field\";i:2877;s:19:\"apisandbox-continue\";i:2878;s:25:\"apisandbox-continue-clear\";i:2879;s:24:\"apisandbox-continue-help\";i:2880;s:22:\"apisandbox-param-limit\";i:2881;s:36:\"apisandbox-multivalue-all-namespaces\";i:2882;s:32:\"apisandbox-multivalue-all-values\";i:2883;s:19:\"booksources-summary\";i:2884;s:16:\"booksources-isbn\";i:2885;s:18:\"booksources-search\";i:2886;s:16:\"booksources-text\";i:2887;s:24:\"booksources-invalid-isbn\";i:2888;s:22:\"magiclink-tracking-rfc\";i:2889;s:27:\"magiclink-tracking-rfc-desc\";i:2890;s:23:\"magiclink-tracking-pmid\";i:2891;s:28:\"magiclink-tracking-pmid-desc\";i:2892;s:23:\"magiclink-tracking-isbn\";i:2893;s:28:\"magiclink-tracking-isbn-desc\";i:2894;s:6:\"rfcurl\";i:2895;s:9:\"pubmedurl\";i:2896;s:20:\"logeventslist-submit\";i:2897;s:26:\"logeventslist-more-filters\";i:2898;s:24:\"logeventslist-patrol-log\";i:2899;s:21:\"logeventslist-tag-log\";i:2900;s:26:\"logeventslist-newusers-log\";i:2901;s:13:\"log-edit-tags\";i:2902;s:15:\"checkbox-select\";i:2903;s:12:\"checkbox-all\";i:2904;s:13:\"checkbox-none\";i:2905;s:15:\"checkbox-invert\";i:2906;s:16:\"allpages-summary\";i:2907;s:16:\"allpagesbadtitle\";i:2908;s:18:\"categories-summary\";i:2909;s:17:\"categories-submit\";i:2910;s:18:\"categoriespagetext\";i:2911;s:28:\"deletedcontributions-summary\";i:2912;s:18:\"linksearch-summary\";i:2913;s:15:\"linksearch-text\";i:2914;s:16:\"linksearch-error\";i:2915;s:19:\"activeusers-summary\";i:2916;s:17:\"activeusers-intro\";i:2917;s:18:\"activeusers-groups\";i:2918;s:25:\"activeusers-excludegroups\";i:2919;s:18:\"activeusers-submit\";i:2920;s:23:\"listgrouprights-summary\";i:2921;s:19:\"listgrouprights-key\";i:2922;s:29:\"listgrouprights-right-display\";i:2923;s:29:\"listgrouprights-right-revoked\";i:2924;s:29:\"listgrouprights-addgroup-self\";i:2925;s:33:\"listgrouprights-addgroup-self-all\";i:2926;s:42:\"listgrouprights-namespaceprotection-header\";i:2927;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2928;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2929;s:10:\"listgrants\";i:2930;s:18:\"listgrants-summary\";i:2931;s:16:\"listgrants-grant\";i:2932;s:17:\"listgrants-rights\";i:2933;s:24:\"listgrants-grant-display\";i:2934;s:18:\"trackingcategories\";i:2935;s:26:\"trackingcategories-summary\";i:2936;s:22:\"trackingcategories-msg\";i:2937;s:23:\"trackingcategories-name\";i:2938;s:23:\"trackingcategories-desc\";i:2939;s:31:\"restricted-displaytitle-ignored\";i:2940;s:36:\"restricted-displaytitle-ignored-desc\";i:2941;s:20:\"nonnumeric-formatnum\";i:2942;s:25:\"nonnumeric-formatnum-desc\";i:2943;s:21:\"noindex-category-desc\";i:2944;s:19:\"index-category-desc\";i:2945;s:44:\"post-expand-template-inclusion-category-desc\";i:2946;s:43:\"post-expand-template-argument-category-desc\";i:2947;s:38:\"expensive-parserfunction-category-desc\";i:2948;s:25:\"broken-file-category-desc\";i:2949;s:29:\"hidden-category-category-desc\";i:2950;s:25:\"trackingcategories-nodesc\";i:2951;s:27:\"trackingcategories-disabled\";i:2952;s:15:\"mailnologintext\";i:2953;s:22:\"emailuser-title-target\";i:2954;s:24:\"emailuser-title-notarget\";i:2955;s:17:\"emailuser-summary\";i:2956;s:13:\"emailpagetext\";i:2957;s:16:\"usermaildisabled\";i:2958;s:20:\"usermaildisabledtext\";i:2959;s:11:\"noemailtext\";i:2960;s:15:\"nowikiemailtext\";i:2961;s:13:\"emailnotarget\";i:2962;s:11:\"emailtarget\";i:2963;s:13:\"emailsenttext\";i:2964;s:15:\"emailuserfooter\";i:2965;s:20:\"usermessage-template\";i:2966;s:17:\"watchlist-summary\";i:2967;s:21:\"watchlistnotwatchable\";i:2968;s:15:\"updatewatchlist\";i:2969;s:19:\"addedwatchtext-talk\";i:2970;s:20:\"addedwatchtext-short\";i:2971;s:30:\"addedwatchexpiry-options-label\";i:2972;s:21:\"addedwatchexpiryhours\";i:2973;s:26:\"addedwatchexpiryhours-talk\";i:2974;s:20:\"addedwatchexpirytext\";i:2975;s:25:\"addedwatchexpirytext-talk\";i:2976;s:26:\"addedwatchindefinitelytext\";i:2977;s:31:\"addedwatchindefinitelytext-talk\";i:2978;s:21:\"removedwatchtext-talk\";i:2979;s:22:\"removedwatchtext-short\";i:2980;s:12:\"notanarticle\";i:2981;s:13:\"notvisiblerev\";i:2982;s:26:\"watchlist-expiry-days-left\";i:2983;s:33:\"watchlist-expiring-days-full-text\";i:2984;s:27:\"watchlist-expiry-hours-left\";i:2985;s:34:\"watchlist-expiring-hours-full-text\";i:2986;s:15:\"wlheader-enotif\";i:2987;s:14:\"watchlist-hide\";i:2988;s:16:\"watchlist-submit\";i:2989;s:10:\"wlshowtime\";i:2990;s:15:\"wlshowhideminor\";i:2991;s:14:\"wlshowhidebots\";i:2992;s:13:\"wlshowhideliu\";i:2993;s:15:\"wlshowhideanons\";i:2994;s:14:\"wlshowhidepatr\";i:2995;s:14:\"wlshowhidemine\";i:2996;s:24:\"wlshowhidecategorization\";i:2997;s:17:\"watchlist-unwatch\";i:2998;s:22:\"watchlist-unwatch-undo\";i:2999;s:22:\"enotif_subject_deleted\";i:3000;s:22:\"enotif_subject_created\";i:3001;s:20:\"enotif_subject_moved\";i:3002;s:23:\"enotif_subject_restored\";i:3003;s:22:\"enotif_subject_changed\";i:3004;s:25:\"enotif_body_intro_deleted\";i:3005;s:25:\"enotif_body_intro_created\";i:3006;s:23:\"enotif_body_intro_moved\";i:3007;s:26:\"enotif_body_intro_restored\";i:3008;s:25:\"enotif_body_intro_changed\";i:3009;s:11:\"enotif_body\";i:3010;s:16:\"enotif_minoredit\";i:3011;s:21:\"deletepage-deletetalk\";i:3012;s:13:\"exbeforeblank\";i:3013;s:26:\"delete-talk-summary-prefix\";i:3014;s:14:\"historywarning\";i:3015;s:20:\"historyaction-submit\";i:3016;s:17:\"confirmdeletetext\";i:3017;s:11:\"deletedtext\";i:3018;s:25:\"deleted-page-and-talkpage\";i:3019;s:15:\"log-name-create\";i:3020;s:22:\"log-description-create\";i:3021;s:22:\"logentry-create-create\";i:3022;s:8:\"reverted\";i:3023;s:21:\"deletereason-dropdown\";i:3024;s:30:\"deletereason-dropdown-suppress\";i:3025;s:31:\"delete-edit-reasonlist-suppress\";i:3026;s:13:\"delete-toobig\";i:3027;s:23:\"delete-toomanyrevisions\";i:3028;s:21:\"delete-warning-toobig\";i:3029;s:35:\"delete-error-associated-alreadytalk\";i:3030;s:36:\"delete-error-associated-doesnotexist\";i:3031;s:15:\"deleteprotected\";i:3032;s:26:\"deleting-backlinks-warning\";i:3033;s:25:\"deleting-subpages-warning\";i:3034;s:34:\"deleting-talkpage-subpages-warning\";i:3035;s:8:\"rollback\";i:3036;s:29:\"rollback-confirmation-confirm\";i:3037;s:25:\"rollback-confirmation-yes\";i:3038;s:24:\"rollback-confirmation-no\";i:3039;s:17:\"rollbacklinkcount\";i:3040;s:26:\"rollbacklinkcount-morethan\";i:3041;s:14:\"rollbackfailed\";i:3042;s:21:\"rollback-missingparam\";i:3043;s:24:\"rollback-missingrevision\";i:3044;s:12:\"cantrollback\";i:3045;s:13:\"alreadyrolled\";i:3046;s:15:\"revertpage-anon\";i:3047;s:17:\"revertpage-nouser\";i:3048;s:16:\"rollback-success\";i:3049;s:14:\"sessionfailure\";i:3050;s:18:\"changecontentmodel\";i:3051;s:25:\"changecontentmodel-legend\";i:3052;s:30:\"changecontentmodel-title-label\";i:3053;s:32:\"changecontentmodel-current-label\";i:3054;s:30:\"changecontentmodel-model-label\";i:3055;s:31:\"changecontentmodel-reason-label\";i:3056;s:25:\"changecontentmodel-submit\";i:3057;s:32:\"changecontentmodel-success-title\";i:3058;s:31:\"changecontentmodel-success-text\";i:3059;s:33:\"changecontentmodel-cannot-convert\";i:3060;s:34:\"changecontentmodel-nodirectediting\";i:3061;s:36:\"changecontentmodel-emptymodels-title\";i:3062;s:35:\"changecontentmodel-emptymodels-text\";i:3063;s:21:\"log-name-contentmodel\";i:3064;s:28:\"log-description-contentmodel\";i:3065;s:25:\"logentry-contentmodel-new\";i:3066;s:28:\"logentry-contentmodel-change\";i:3067;s:39:\"logentry-contentmodel-change-revertlink\";i:3068;s:35:\"logentry-contentmodel-change-revert\";i:3069;s:14:\"protectlogtext\";i:3070;s:16:\"protectedarticle\";i:3071;s:25:\"modifiedarticleprotection\";i:3072;s:18:\"unprotectedarticle\";i:3073;s:22:\"movedarticleprotection\";i:3074;s:24:\"protectedarticle-comment\";i:3075;s:33:\"modifiedarticleprotection-comment\";i:3076;s:26:\"unprotectedarticle-comment\";i:3077;s:26:\"protect-badnamespace-title\";i:3078;s:25:\"protect-badnamespace-text\";i:3079;s:31:\"protect-norestrictiontypes-text\";i:3080;s:32:\"protect-norestrictiontypes-title\";i:3081;s:13:\"protectexpiry\";i:3082;s:22:\"protect_expiry_invalid\";i:3083;s:18:\"protect_expiry_old\";i:3084;s:27:\"protect-unchain-permissions\";i:3085;s:12:\"protect-text\";i:3086;s:22:\"protect-locked-blocked\";i:3087;s:21:\"protect-locked-dblock\";i:3088;s:21:\"protect-locked-access\";i:3089;s:17:\"protect-cascadeon\";i:3090;s:20:\"protect-summary-desc\";i:3091;s:23:\"protect-summary-cascade\";i:3092;s:15:\"protect-cascade\";i:3093;s:16:\"protect-cantedit\";i:3094;s:23:\"protect-existing-expiry\";i:3095;s:32:\"protect-existing-expiry-infinity\";i:3096;s:16:\"protect-dropdown\";i:3097;s:17:\"restriction-blank\";i:3098;s:16:\"undelete-summary\";i:3099;s:17:\"undeletepagetitle\";i:3100;s:16:\"undeletepagetext\";i:3101;s:17:\"undeleteextrahelp\";i:3102;s:17:\"undeleterevisions\";i:3103;s:15:\"undeletehistory\";i:3104;s:14:\"undeleterevdel\";i:3105;s:22:\"undeletehistorynoadmin\";i:3106;s:24:\"undeleterevision-missing\";i:3107;s:32:\"undeleterevision-duplicate-revid\";i:3108;s:21:\"undelete-undeletetalk\";i:3109;s:14:\"cannotundelete\";i:3110;s:13:\"undeletedpage\";i:3111;s:20:\"undelete-search-full\";i:3112;s:19:\"undelete-no-results\";i:3113;s:26:\"undelete-filename-mismatch\";i:3114;s:22:\"undelete-bad-store-key\";i:3115;s:22:\"undelete-cleanup-error\";i:3116;s:28:\"undelete-missing-filearchive\";i:3117;s:28:\"undelete-talk-summary-prefix\";i:3118;s:14:\"undelete-error\";i:3119;s:37:\"undelete-error-associated-alreadytalk\";i:3120;s:36:\"undelete-error-associated-notdeleted\";i:3121;s:26:\"undelete-show-file-confirm\";i:3122;s:22:\"undelete-revision-row2\";i:3123;s:21:\"undelete-back-to-list\";i:3124;s:14:\"tooltip-invert\";i:3125;s:28:\"tooltip-whatlinkshere-invert\";i:3126;s:29:\"tooltip-namespace_association\";i:3127;s:13:\"contributions\";i:3128;s:21:\"contributions-summary\";i:3129;s:12:\"anoncontribs\";i:3130;s:22:\"contributions-subtitle\";i:3131;s:30:\"contributions-userdoesnotexist\";i:3132;s:32:\"negative-namespace-not-supported\";i:3133;s:10:\"nocontribs\";i:3134;s:4:\"date\";i:3135;s:28:\"sp-contributions-suppresslog\";i:3136;s:31:\"sp-contributions-blocked-notice\";i:3137;s:39:\"sp-contributions-blocked-notice-partial\";i:3138;s:36:\"sp-contributions-blocked-notice-anon\";i:3139;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:3140;s:24:\"sp-contributions-newonly\";i:3141;s:26:\"sp-contributions-hideminor\";i:3142;s:24:\"sp-contributions-explain\";i:3143;s:23:\"sp-contributions-footer\";i:3144;s:28:\"sp-contributions-footer-anon\";i:3145;s:34:\"sp-contributions-footer-anon-range\";i:3146;s:27:\"sp-contributions-outofrange\";i:3147;s:33:\"sp-contributions-concurrency-user\";i:3148;s:31:\"sp-contributions-concurrency-ip\";i:3149;s:19:\"whatlinkshere-count\";i:3150;s:21:\"whatlinkshere-summary\";i:3151;s:26:\"whatlinkshere-sectionredir\";i:3152;s:20:\"whatlinkshere-submit\";i:3153;s:15:\"unblock-summary\";i:3154;s:13:\"changeblockip\";i:3155;s:11:\"blockiptext\";i:3156;s:18:\"ipbreason-dropdown\";i:3157;s:13:\"ipb-hardblock\";i:3158;s:16:\"ipbcreateaccount\";i:3159;s:11:\"ipbemailban\";i:3160;s:18:\"ipbenableautoblock\";i:3161;s:12:\"ipbwatchuser\";i:3162;s:19:\"ipb-disableusertalk\";i:3163;s:16:\"ipb-change-block\";i:3164;s:11:\"ipb-confirm\";i:3165;s:12:\"ipb-sitewide\";i:3166;s:11:\"ipb-partial\";i:3167;s:17:\"ipb-sitewide-help\";i:3168;s:16:\"ipb-partial-help\";i:3169;s:17:\"ipb-action-create\";i:3170;s:15:\"ipb-action-move\";i:3171;s:17:\"ipb-action-upload\";i:3172;s:15:\"ipb-pages-label\";i:3173;s:20:\"ipb-namespaces-label\";i:3174;s:18:\"blockipsuccesstext\";i:3175;s:15:\"ipb-empty-block\";i:3176;s:19:\"ipb-block-not-found\";i:3177;s:16:\"ipb-blockingself\";i:3178;s:19:\"ipb-confirmhideuser\";i:3179;s:17:\"ipb-confirmaction\";i:3180;s:13:\"ipb-blocklist\";i:3181;s:27:\"ipb-blocklist-duration-left\";i:3182;s:13:\"block-actions\";i:3183;s:13:\"block-details\";i:3184;s:13:\"block-options\";i:3185;s:12:\"block-reason\";i:3186;s:12:\"block-target\";i:3187;s:24:\"block-target-placeholder\";i:3188;s:13:\"unblockiptext\";i:3189;s:15:\"unblocked-range\";i:3190;s:12:\"unblocked-id\";i:3191;s:12:\"unblocked-ip\";i:3192;s:13:\"autoblocklist\";i:3193;s:20:\"autoblocklist-submit\";i:3194;s:20:\"autoblocklist-legend\";i:3195;s:25:\"autoblocklist-localblocks\";i:3196;s:30:\"autoblocklist-total-autoblocks\";i:3197;s:19:\"autoblocklist-empty\";i:3198;s:25:\"autoblocklist-otherblocks\";i:3199;s:20:\"blocklist-autoblocks\";i:3200;s:20:\"blocklist-userblocks\";i:3201;s:20:\"blocklist-tempblocks\";i:3202;s:21:\"blocklist-indefblocks\";i:3203;s:23:\"blocklist-addressblocks\";i:3204;s:14:\"blocklist-type\";i:3205;s:22:\"blocklist-type-opt-all\";i:3206;s:27:\"blocklist-type-opt-sitewide\";i:3207;s:26:\"blocklist-type-opt-partial\";i:3208;s:21:\"blocklist-rangeblocks\";i:3209;s:19:\"blocklist-timestamp\";i:3210;s:16:\"blocklist-target\";i:3211;s:16:\"blocklist-expiry\";i:3212;s:12:\"blocklist-by\";i:3213;s:16:\"blocklist-params\";i:3214;s:17:\"blocklist-summary\";i:3215;s:23:\"ipblocklist-otherblocks\";i:3216;s:16:\"noautoblockblock\";i:3217;s:18:\"createaccountblock\";i:3218;s:10:\"emailblock\";i:3219;s:20:\"blocklist-nousertalk\";i:3220;s:17:\"blocklist-editing\";i:3221;s:26:\"blocklist-editing-sitewide\";i:3222;s:22:\"blocklist-editing-page\";i:3223;s:20:\"blocklist-editing-ns\";i:3224;s:24:\"blocklist-editing-action\";i:3225;s:22:\"ipblocklist-no-results\";i:3226;s:14:\"empty-username\";i:3227;s:9:\"emaillink\";i:3228;s:11:\"autoblocker\";i:3229;s:16:\"blocklog-showlog\";i:3230;s:24:\"blocklog-showsuppresslog\";i:3231;s:13:\"blocklogentry\";i:3232;s:16:\"reblock-logentry\";i:3233;s:15:\"unblocklogentry\";i:3234;s:27:\"block-log-flags-noautoblock\";i:3235;s:23:\"block-log-flags-noemail\";i:3236;s:26:\"block-log-flags-nousertalk\";i:3237;s:31:\"block-log-flags-angry-autoblock\";i:3238;s:20:\"range_block_disabled\";i:3239;s:26:\"ipb-prevent-user-talk-edit\";i:3240;s:18:\"ipb_expiry_invalid\";i:3241;s:14:\"ipb_expiry_old\";i:3242;s:15:\"ipb_expiry_temp\";i:3243;s:16:\"ipb_hide_invalid\";i:3244;s:16:\"ipb_hide_partial\";i:3245;s:22:\"ipb-otherblocks-header\";i:3246;s:16:\"unblock-hideuser\";i:3247;s:16:\"ipb_cant_unblock\";i:3248;s:20:\"ipb_blocked_as_range\";i:3249;s:16:\"ip_range_invalid\";i:3250;s:17:\"ip_range_toolarge\";i:3251;s:17:\"ip_range_exceeded\";i:3252;s:15:\"ip_range_toolow\";i:3253;s:12:\"proxyblocker\";i:3254;s:16:\"proxyblockreason\";i:3255;s:5:\"sorbs\";i:3256;s:11:\"sorbsreason\";i:3257;s:27:\"sorbs_create_account_reason\";i:3258;s:21:\"softblockrangesreason\";i:3259;s:14:\"xffblockreason\";i:3260;s:20:\"cant-see-hidden-user\";i:3261;s:27:\"cant-block-nonexistent-page\";i:3262;s:10:\"ipbblocked\";i:3263;s:16:\"ipbnounblockself\";i:3264;s:18:\"ipb-default-expiry\";i:3265;s:21:\"ipb-default-expiry-ip\";i:3266;s:6:\"lockdb\";i:3267;s:8:\"unlockdb\";i:3268;s:10:\"lockdbtext\";i:3269;s:12:\"unlockdbtext\";i:3270;s:11:\"lockconfirm\";i:3271;s:13:\"unlockconfirm\";i:3272;s:7:\"lockbtn\";i:3273;s:9:\"unlockbtn\";i:3274;s:13:\"locknoconfirm\";i:3275;s:16:\"lockdbsuccesssub\";i:3276;s:18:\"unlockdbsuccesssub\";i:3277;s:17:\"lockdbsuccesstext\";i:3278;s:19:\"unlockdbsuccesstext\";i:3279;s:19:\"lockfilenotwritable\";i:3280;s:14:\"databaselocked\";i:3281;s:17:\"databasenotlocked\";i:3282;s:15:\"lockedbyandtime\";i:3283;s:16:\"movepage-summary\";i:3284;s:12:\"movepagetext\";i:3285;s:28:\"movepagetext-noredirectfixer\";i:3286;s:30:\"movepagetext-noredirectsupport\";i:3287;s:16:\"movepagetalktext\";i:3288;s:20:\"moveuserpage-warning\";i:3289;s:24:\"movecategorypage-warning\";i:3290;s:15:\"movenologintext\";i:3291;s:14:\"movenotallowed\";i:3292;s:18:\"movenotallowedfile\";i:3293;s:19:\"cant-move-user-page\";i:3294;s:22:\"cant-move-to-user-page\";i:3295;s:23:\"cant-move-category-page\";i:3296;s:26:\"cant-move-to-category-page\";i:3297;s:18:\"cant-move-subpages\";i:3298;s:20:\"namespace-nosubpages\";i:3299;s:10:\"cannotmove\";i:3300;s:25:\"movepage-moved-noredirect\";i:3301;s:21:\"movepage-delete-first\";i:3302;s:13:\"articleexists\";i:3303;s:14:\"redirectexists\";i:3304;s:23:\"cantmove-titleprotected\";i:3305;s:8:\"movetalk\";i:3306;s:20:\"movepage-page-exists\";i:3307;s:28:\"movepage-source-doesnt-exist\";i:3308;s:19:\"movepage-page-moved\";i:3309;s:21:\"movepage-page-unmoved\";i:3310;s:18:\"movepage-max-pages\";i:3311;s:15:\"movelogpagetext\";i:3312;s:11:\"movesubpage\";i:3313;s:15:\"movesubpagetext\";i:3314;s:19:\"movesubpagetalktext\";i:3315;s:25:\"movesubpagetext-truncated\";i:3316;s:29:\"movesubpagetalktext-truncated\";i:3317;s:13:\"movenosubpage\";i:3318;s:18:\"move-redirect-text\";i:3319;s:31:\"category-move-redirect-override\";i:3320;s:20:\"delete_and_move_text\";i:3321;s:29:\"delete_redirect_and_move_text\";i:3322;s:22:\"delete_and_move_reason\";i:3323;s:8:\"selfmove\";i:3324;s:25:\"immobile-source-namespace\";i:3325;s:28:\"immobile-source-namespace-iw\";i:3326;s:25:\"immobile-target-namespace\";i:3327;s:28:\"immobile-target-namespace-iw\";i:3328;s:20:\"immobile-source-page\";i:3329;s:20:\"immobile-target-page\";i:3330;s:29:\"movepage-invalid-target-title\";i:3331;s:16:\"bad-target-model\";i:3332;s:21:\"imagenocrossnamespace\";i:3333;s:27:\"nonfile-cannot-move-to-file\";i:3334;s:17:\"imagetypemismatch\";i:3335;s:20:\"imageinvalidfilename\";i:3336;s:20:\"fix-double-redirects\";i:3337;s:24:\"protectedpagemovewarning\";i:3338;s:28:\"semiprotectedpagemovewarning\";i:3339;s:20:\"move-over-sharedrepo\";i:3340;s:22:\"file-exists-sharedrepo\";i:3341;s:14:\"export-summary\";i:3342;s:10:\"exporttext\";i:3343;s:13:\"exportcuronly\";i:3344;s:15:\"exportnohistory\";i:3345;s:17:\"exportlistauthors\";i:3346;s:16:\"export-templates\";i:3347;s:16:\"export-pagelinks\";i:3348;s:13:\"export-manual\";i:3349;s:15:\"allmessagestext\";i:3350;s:34:\"allmessages-not-supported-database\";i:3351;s:28:\"allmessages-filter-translate\";i:3352;s:11:\"filemissing\";i:3353;s:22:\"thumbnail_error_remote\";i:3354;s:15:\"djvu_page_error\";i:3355;s:21:\"thumbnail-temp-create\";i:3356;s:21:\"thumbnail-dest-create\";i:3357;s:24:\"thumbnail_invalid_params\";i:3358;s:25:\"thumbnail_toobigimagearea\";i:3359;s:24:\"thumbnail_dest_directory\";i:3360;s:20:\"thumbnail_image-type\";i:3361;s:20:\"thumbnail_gd-library\";i:3362;s:25:\"thumbnail_image-size-zero\";i:3363;s:23:\"thumbnail_image-missing\";i:3364;s:29:\"thumbnail_image-failure-limit\";i:3365;s:14:\"import-summary\";i:3366;s:15:\"importinterwiki\";i:3367;s:21:\"import-interwiki-text\";i:3368;s:27:\"import-interwiki-sourcewiki\";i:3369;s:27:\"import-interwiki-sourcepage\";i:3370;s:24:\"import-interwiki-history\";i:3371;s:26:\"import-interwiki-templates\";i:3372;s:22:\"import-mapping-default\";i:3373;s:24:\"import-mapping-namespace\";i:3374;s:22:\"import-mapping-subpage\";i:3375;s:29:\"import-upload-username-prefix\";i:3376;s:25:\"import-assign-known-users\";i:3377;s:14:\"import-comment\";i:3378;s:10:\"importtext\";i:3379;s:11:\"importstart\";i:3380;s:20:\"imported-log-entries\";i:3381;s:12:\"importfailed\";i:3382;s:19:\"importunknownsource\";i:3383;s:14:\"importnoprefix\";i:3384;s:14:\"importcantopen\";i:3385;s:18:\"importbadinterwiki\";i:3386;s:15:\"importnosources\";i:3387;s:12:\"importnofile\";i:3388;s:21:\"importuploaderrorsize\";i:3389;s:24:\"importuploaderrorpartial\";i:3390;s:21:\"importuploaderrortemp\";i:3391;s:20:\"import-parse-failure\";i:3392;s:21:\"import-nonewrevisions\";i:3393;s:16:\"xml-error-string\";i:3394;s:21:\"import-token-mismatch\";i:3395;s:24:\"import-invalid-interwiki\";i:3396;s:17:\"import-error-edit\";i:3397;s:22:\"import-error-interwiki\";i:3398;s:20:\"import-error-special\";i:3399;s:20:\"import-error-invalid\";i:3400;s:24:\"import-error-unserialize\";i:3401;s:25:\"import-error-bad-location\";i:3402;s:20:\"import-options-wrong\";i:3403;s:23:\"import-rootpage-invalid\";i:3404;s:25:\"import-rootpage-nosubpage\";i:3405;s:17:\"importlogpagetext\";i:3406;s:22:\"import-logentry-upload\";i:3407;s:25:\"import-logentry-interwiki\";i:3408;s:14:\"javascripttest\";i:3409;s:26:\"javascripttest-qunit-intro\";i:3410;s:21:\"accesskey-pt-userpage\";i:3411;s:25:\"accesskey-pt-anonuserpage\";i:3412;s:19:\"accesskey-pt-mytalk\";i:3413;s:21:\"accesskey-pt-anontalk\";i:3414;s:24:\"accesskey-pt-preferences\";i:3415;s:22:\"accesskey-pt-watchlist\";i:3416;s:22:\"accesskey-pt-mycontris\";i:3417;s:25:\"accesskey-pt-anoncontribs\";i:3418;s:18:\"accesskey-pt-login\";i:3419;s:26:\"accesskey-pt-login-private\";i:3420;s:19:\"accesskey-pt-logout\";i:3421;s:26:\"accesskey-pt-createaccount\";i:3422;s:17:\"accesskey-ca-view\";i:3423;s:17:\"accesskey-ca-talk\";i:3424;s:17:\"accesskey-ca-edit\";i:3425;s:23:\"accesskey-ca-addsection\";i:3426;s:23:\"accesskey-ca-viewsource\";i:3427;s:20:\"accesskey-ca-history\";i:3428;s:20:\"accesskey-ca-protect\";i:3429;s:22:\"accesskey-ca-unprotect\";i:3430;s:19:\"accesskey-ca-delete\";i:3431;s:21:\"accesskey-ca-undelete\";i:3432;s:17:\"accesskey-ca-move\";i:3433;s:18:\"accesskey-ca-watch\";i:3434;s:20:\"accesskey-ca-unwatch\";i:3435;s:16:\"accesskey-search\";i:3436;s:19:\"accesskey-search-go\";i:3437;s:25:\"accesskey-search-fulltext\";i:3438;s:16:\"accesskey-p-logo\";i:3439;s:26:\"accesskey-n-help-mediawiki\";i:3440;s:20:\"accesskey-n-mainpage\";i:3441;s:32:\"accesskey-n-mainpage-description\";i:3442;s:18:\"accesskey-n-portal\";i:3443;s:25:\"accesskey-n-currentevents\";i:3444;s:25:\"accesskey-n-recentchanges\";i:3445;s:22:\"accesskey-n-randompage\";i:3446;s:16:\"accesskey-n-help\";i:3447;s:25:\"accesskey-t-whatlinkshere\";i:3448;s:31:\"accesskey-t-recentchangeslinked\";i:3449;s:18:\"accesskey-feed-rss\";i:3450;s:19:\"accesskey-feed-atom\";i:3451;s:25:\"accesskey-t-contributions\";i:3452;s:21:\"accesskey-t-emailuser\";i:3453;s:16:\"accesskey-t-info\";i:3454;s:21:\"accesskey-t-permalink\";i:3455;s:17:\"accesskey-t-print\";i:3456;s:18:\"accesskey-t-upload\";i:3457;s:24:\"accesskey-t-specialpages\";i:3458;s:23:\"accesskey-ca-nstab-main\";i:3459;s:23:\"accesskey-ca-nstab-user\";i:3460;s:24:\"accesskey-ca-nstab-media\";i:3461;s:26:\"accesskey-ca-nstab-special\";i:3462;s:26:\"accesskey-ca-nstab-project\";i:3463;s:24:\"accesskey-ca-nstab-image\";i:3464;s:28:\"accesskey-ca-nstab-mediawiki\";i:3465;s:27:\"accesskey-ca-nstab-template\";i:3466;s:23:\"accesskey-ca-nstab-help\";i:3467;s:27:\"accesskey-ca-nstab-category\";i:3468;s:19:\"accesskey-minoredit\";i:3469;s:14:\"accesskey-save\";i:3470;s:17:\"accesskey-publish\";i:3471;s:17:\"accesskey-preview\";i:3472;s:14:\"accesskey-diff\";i:3473;s:33:\"accesskey-compareselectedversions\";i:3474;s:15:\"accesskey-watch\";i:3475;s:26:\"accesskey-watchlist-expiry\";i:3476;s:16:\"accesskey-upload\";i:3477;s:26:\"accesskey-preferences-save\";i:3478;s:17:\"accesskey-summary\";i:3479;s:24:\"accesskey-userrights-set\";i:3480;s:23:\"accesskey-blockip-block\";i:3481;s:16:\"accesskey-export\";i:3482;s:16:\"accesskey-import\";i:3483;s:37:\"accesskey-watchlistedit-normal-submit\";i:3484;s:34:\"accesskey-watchlistedit-raw-submit\";i:3485;s:23:\"tooltip-pt-anonuserpage\";i:3486;s:22:\"tooltip-pt-tmpuserpage\";i:3487;s:19:\"tooltip-pt-anontalk\";i:3488;s:23:\"tooltip-pt-anoncontribs\";i:3489;s:24:\"tooltip-pt-login-private\";i:3490;s:24:\"tooltip-pt-createaccount\";i:3491;s:15:\"tooltip-ca-view\";i:3492;s:15:\"tooltip-ca-edit\";i:3493;s:18:\"tooltip-ca-history\";i:3494;s:20:\"tooltip-ca-unprotect\";i:3495;s:19:\"tooltip-ca-undelete\";i:3496;s:16:\"tooltip-ca-watch\";i:3497;s:18:\"tooltip-ca-unwatch\";i:3498;s:27:\"tooltip-ca-unwatch-expiring\";i:3499;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3500;s:17:\"tooltip-search-go\";i:3501;s:18:\"tooltip-p-cactions\";i:3502;s:14:\"tooltip-p-lang\";i:3503;s:20:\"tooltip-p-navigation\";i:3504;s:18:\"tooltip-p-personal\";i:3505;s:20:\"tooltip-p-namespaces\";i:3506;s:12:\"tooltip-p-tb\";i:3507;s:18:\"tooltip-p-variants\";i:3508;s:15:\"tooltip-p-views\";i:3509;s:36:\"tooltip-p-user-interface-preferences\";i:3510;s:19:\"tooltip-p-user-page\";i:3511;s:24:\"tooltip-n-help-mediawiki\";i:3512;s:23:\"tooltip-n-currentevents\";i:3513;s:23:\"tooltip-t-whatlinkshere\";i:3514;s:29:\"tooltip-t-recentchangeslinked\";i:3515;s:16:\"tooltip-feed-rss\";i:3516;s:14:\"tooltip-t-info\";i:3517;s:15:\"tooltip-t-print\";i:3518;s:19:\"tooltip-t-permalink\";i:3519;s:22:\"tooltip-ca-nstab-media\";i:3520;s:24:\"tooltip-ca-nstab-special\";i:3521;s:24:\"tooltip-ca-nstab-project\";i:3522;s:26:\"tooltip-ca-nstab-mediawiki\";i:3523;s:25:\"tooltip-ca-nstab-template\";i:3524;s:21:\"tooltip-ca-nstab-help\";i:3525;s:17:\"tooltip-minoredit\";i:3526;s:15:\"tooltip-publish\";i:3527;s:15:\"tooltip-preview\";i:3528;s:12:\"tooltip-diff\";i:3529;s:31:\"tooltip-compareselectedversions\";i:3530;s:24:\"tooltip-watchlist-expiry\";i:3531;s:35:\"tooltip-watchlistedit-normal-submit\";i:3532;s:32:\"tooltip-watchlistedit-raw-submit\";i:3533;s:16:\"tooltip-recreate\";i:3534;s:14:\"tooltip-upload\";i:3535;s:16:\"tooltip-rollback\";i:3536;s:12:\"tooltip-undo\";i:3537;s:24:\"tooltip-preferences-save\";i:3538;s:15:\"tooltip-summary\";i:3539;s:24:\"interlanguage-link-title\";i:3540;s:33:\"interlanguage-link-title-langonly\";i:3541;s:32:\"interlanguage-link-title-nonlang\";i:3542;s:36:\"interlanguage-link-title-nonlangonly\";i:3543;s:10:\"common.css\";i:3544;s:9:\"print.css\";i:3545;s:12:\"noscript.css\";i:3546;s:23:\"group-autoconfirmed.css\";i:3547;s:14:\"group-user.css\";i:3548;s:13:\"group-bot.css\";i:3549;s:15:\"group-sysop.css\";i:3550;s:20:\"group-bureaucrat.css\";i:3551;s:11:\"common.json\";i:3552;s:9:\"common.js\";i:3553;s:22:\"group-autoconfirmed.js\";i:3554;s:13:\"group-user.js\";i:3555;s:12:\"group-bot.js\";i:3556;s:14:\"group-sysop.js\";i:3557;s:19:\"group-bureaucrat.js\";i:3558;s:8:\"anonuser\";i:3559;s:16:\"lastmodifiedatby\";i:3560;s:13:\"othercontribs\";i:3561;s:9:\"nocredits\";i:3562;s:19:\"spamprotectiontitle\";i:3563;s:18:\"spamprotectiontext\";i:3564;s:19:\"spamprotectionmatch\";i:3565;s:16:\"spambot_username\";i:3566;s:14:\"spam_reverting\";i:3567;s:13:\"spam_blanking\";i:3568;s:13:\"spam_deleting\";i:3569;s:20:\"simpleantispam-label\";i:3570;s:15:\"pageinfo-header\";i:3571;s:20:\"pageinfo-not-current\";i:3572;s:18:\"pageinfo-namespace\";i:3573;s:17:\"pageinfo-language\";i:3574;s:24:\"pageinfo-language-change\";i:3575;s:22:\"pageinfo-content-model\";i:3576;s:29:\"pageinfo-content-model-change\";i:3577;s:26:\"pageinfo-visiting-watchers\";i:3578;s:21:\"pageinfo-few-watchers\";i:3579;s:30:\"pageinfo-few-visiting-watchers\";i:3580;s:24:\"pageinfo-redirects-value\";i:3581;s:23:\"pageinfo-subpages-value\";i:3582;s:20:\"pageinfo-magic-words\";i:3583;s:26:\"pageinfo-hidden-categories\";i:3584;s:18:\"pageinfo-templates\";i:3585;s:22:\"pageinfo-transclusions\";i:3586;s:15:\"pageinfo-footer\";i:3587;s:20:\"pageinfo-redirectsto\";i:3588;s:25:\"pageinfo-redirectsto-info\";i:3589;s:20:\"pageinfo-contentpage\";i:3590;s:26:\"pageinfo-protect-cascading\";i:3591;s:31:\"pageinfo-protect-cascading-from\";i:3592;s:22:\"pageinfo-category-info\";i:3593;s:23:\"pageinfo-category-total\";i:3594;s:23:\"pageinfo-category-pages\";i:3595;s:25:\"pageinfo-category-subcats\";i:3596;s:23:\"pageinfo-category-files\";i:3597;s:16:\"pageinfo-user-id\";i:3598;s:18:\"pageinfo-file-hash\";i:3599;s:25:\"pageinfo-view-protect-log\";i:3600;s:19:\"markaspatrolledlink\";i:3601;s:24:\"markaspatrolledtext-file\";i:3602;s:21:\"markedaspatrolledtext\";i:3603;s:16:\"rcpatroldisabled\";i:3604;s:20:\"rcpatroldisabledtext\";i:3605;s:22:\"markedaspatrollederror\";i:3606;s:26:\"markedaspatrollederrortext\";i:3607;s:35:\"markedaspatrollederror-noautopatrol\";i:3608;s:17:\"patrol-log-header\";i:3609;s:28:\"confirm-markpatrolled-button\";i:3610;s:25:\"confirm-markpatrolled-top\";i:3611;s:15:\"deletedrevision\";i:3612;s:18:\"filedelete-missing\";i:3613;s:27:\"filedelete-old-unregistered\";i:3614;s:31:\"filedelete-current-unregistered\";i:3615;s:28:\"filedelete-archive-read-only\";i:3616;s:12:\"mediawarning\";i:3617;s:12:\"imagemaxsize\";i:3618;s:11:\"widthheight\";i:3619;s:13:\"svg-long-desc\";i:3620;s:22:\"svg-long-desc-animated\";i:3621;s:14:\"svg-long-error\";i:3622;s:29:\"show-big-image-preview-differ\";i:3623;s:20:\"show-big-image-other\";i:3624;s:20:\"file-info-gif-looped\";i:3625;s:20:\"file-info-gif-frames\";i:3626;s:20:\"file-info-png-looped\";i:3627;s:20:\"file-info-png-repeat\";i:3628;s:20:\"file-info-png-frames\";i:3629;s:23:\"file-no-thumb-animation\";i:3630;s:27:\"file-no-thumb-animation-gif\";i:3631;s:13:\"newimagestext\";i:3632;s:13:\"imagelisttext\";i:3633;s:17:\"newimages-summary\";i:3634;s:14:\"newimages-user\";i:3635;s:18:\"newimages-showbots\";i:3636;s:23:\"newimages-hidepatrolled\";i:3637;s:19:\"newimages-mediatype\";i:3638;s:24:\"gallery-slideshow-toggle\";i:3639;s:10:\"video-dims\";i:3640;s:14:\"seconds-abbrev\";i:3641;s:14:\"minutes-abbrev\";i:3642;s:12:\"hours-abbrev\";i:3643;s:11:\"days-abbrev\";i:3644;s:5:\"weeks\";i:3645;s:6:\"months\";i:3646;s:5:\"years\";i:3647;s:9:\"hours-ago\";i:3648;s:11:\"minutes-ago\";i:3649;s:11:\"seconds-ago\";i:3650;s:9:\"monday-at\";i:3651;s:10:\"tuesday-at\";i:3652;s:12:\"wednesday-at\";i:3653;s:11:\"thursday-at\";i:3654;s:9:\"friday-at\";i:3655;s:11:\"saturday-at\";i:3656;s:9:\"sunday-at\";i:3657;s:8:\"today-at\";i:3658;s:12:\"yesterday-at\";i:3659;s:14:\"bad_image_list\";i:3660;s:19:\"variantname-zh-hans\";i:3661;s:19:\"variantname-zh-hant\";i:3662;s:17:\"variantname-zh-cn\";i:3663;s:17:\"variantname-zh-tw\";i:3664;s:17:\"variantname-zh-hk\";i:3665;s:17:\"variantname-zh-mo\";i:3666;s:17:\"variantname-zh-sg\";i:3667;s:17:\"variantname-zh-my\";i:3668;s:14:\"variantname-zh\";i:3669;s:20:\"variantname-gan-hans\";i:3670;s:20:\"variantname-gan-hant\";i:3671;s:15:\"variantname-gan\";i:3672;s:19:\"variantname-sr-cyrl\";i:3673;s:17:\"variantname-sr-ec\";i:3674;s:17:\"variantname-sr-el\";i:3675;s:19:\"variantname-sr-latn\";i:3676;s:14:\"variantname-sr\";i:3677;s:17:\"variantname-kk-kz\";i:3678;s:17:\"variantname-kk-tr\";i:3679;s:17:\"variantname-kk-cn\";i:3680;s:19:\"variantname-kk-cyrl\";i:3681;s:19:\"variantname-kk-latn\";i:3682;s:19:\"variantname-kk-arab\";i:3683;s:14:\"variantname-kk\";i:3684;s:19:\"variantname-ku-arab\";i:3685;s:19:\"variantname-ku-latn\";i:3686;s:14:\"variantname-ku\";i:3687;s:19:\"variantname-tg-cyrl\";i:3688;s:19:\"variantname-tg-latn\";i:3689;s:14:\"variantname-tg\";i:3690;s:20:\"variantname-tly-cyrl\";i:3691;s:15:\"variantname-tly\";i:3692;s:20:\"variantname-ike-cans\";i:3693;s:20:\"variantname-ike-latn\";i:3694;s:14:\"variantname-iu\";i:3695;s:20:\"variantname-shi-tfng\";i:3696;s:20:\"variantname-shi-latn\";i:3697;s:15:\"variantname-shi\";i:3698;s:14:\"variantname-uz\";i:3699;s:19:\"variantname-uz-latn\";i:3700;s:19:\"variantname-uz-cyrl\";i:3701;s:15:\"variantname-crh\";i:3702;s:20:\"variantname-crh-latn\";i:3703;s:20:\"variantname-crh-cyrl\";i:3704;s:13:\"metadata-help\";i:3705;s:15:\"metadata-fields\";i:3706;s:17:\"metadata-langitem\";i:3707;s:25:\"metadata-langitem-default\";i:3708;s:20:\"confirmemail_noemail\";i:3709;s:17:\"confirmemail_text\";i:3710;s:20:\"confirmemail_pending\";i:3711;s:17:\"confirmemail_send\";i:3712;s:17:\"confirmemail_sent\";i:3713;s:21:\"confirmemail_oncreate\";i:3714;s:23:\"confirmemail_sendfailed\";i:3715;s:20:\"confirmemail_invalid\";i:3716;s:22:\"confirmemail_needlogin\";i:3717;s:20:\"confirmemail_success\";i:3718;s:21:\"confirmemail_loggedin\";i:3719;s:17:\"confirmemail_body\";i:3720;s:25:\"confirmemail_body_changed\";i:3721;s:21:\"confirmemail_body_set\";i:3722;s:33:\"notificationemail_subject_changed\";i:3723;s:33:\"notificationemail_subject_removed\";i:3724;s:30:\"notificationemail_body_changed\";i:3725;s:30:\"notificationemail_body_removed\";i:3726;s:23:\"scarytranscludedisabled\";i:3727;s:21:\"scarytranscludefailed\";i:3728;s:32:\"scarytranscludefailed-httpstatus\";i:3729;s:22:\"scarytranscludetoolong\";i:3730;s:19:\"deletedwhileediting\";i:3731;s:15:\"confirmrecreate\";i:3732;s:24:\"confirmrecreate-noreason\";i:3733;s:10:\"unit-pixel\";i:3734;s:19:\"confirm-purge-title\";i:3735;s:17:\"confirm-purge-top\";i:3736;s:20:\"confirm-purge-bottom\";i:3737;s:20:\"confirm-watch-button\";i:3738;s:17:\"confirm-watch-top\";i:3739;s:19:\"confirm-watch-label\";i:3740;s:24:\"watchlist-expiry-options\";i:3741;s:31:\"watchlist-expires-in-aria-label\";i:3742;s:27:\"confirm-watch-button-expiry\";i:3743;s:22:\"confirm-unwatch-button\";i:3744;s:19:\"confirm-unwatch-top\";i:3745;s:23:\"confirm-rollback-button\";i:3746;s:20:\"confirm-rollback-top\";i:3747;s:23:\"confirm-rollback-bottom\";i:3748;s:24:\"confirm-mcrrestore-title\";i:3749;s:21:\"confirm-mcrundo-title\";i:3750;s:13:\"mcrundofailed\";i:3751;s:20:\"mcrundo-missingparam\";i:3752;s:15:\"mcrundo-changed\";i:3753;s:20:\"mcrundo-parse-failed\";i:3754;s:19:\"semicolon-separator\";i:3755;s:15:\"comma-separator\";i:3756;s:15:\"colon-separator\";i:3757;s:18:\"autocomment-prefix\";i:3758;s:14:\"pipe-separator\";i:3759;s:14:\"word-separator\";i:3760;s:8:\"ellipsis\";i:3761;s:7:\"percent\";i:3762;s:11:\"parentheses\";i:3763;s:17:\"parentheses-start\";i:3764;s:15:\"parentheses-end\";i:3765;s:8:\"brackets\";i:3766;s:14:\"brackets-start\";i:3767;s:12:\"brackets-end\";i:3768;s:15:\"quotation-marks\";i:3769;s:13:\"formatnum-nan\";i:3770;s:12:\"img-lang-opt\";i:3771;s:16:\"img-lang-default\";i:3772;s:13:\"img-lang-info\";i:3773;s:11:\"img-lang-go\";i:3774;s:17:\"table_pager_limit\";i:3775;s:16:\"autosumm-replace\";i:3776;s:25:\"autosumm-removed-redirect\";i:3777;s:32:\"autosumm-changed-redirect-target\";i:3778;s:17:\"autosumm-newblank\";i:3779;s:29:\"block-autoblock-exemptionlist\";i:3780;s:10:\"size-bytes\";i:3781;s:14:\"size-kilobytes\";i:3782;s:14:\"size-megabytes\";i:3783;s:14:\"size-gigabytes\";i:3784;s:14:\"size-terabytes\";i:3785;s:14:\"size-petabytes\";i:3786;s:13:\"size-exabytes\";i:3787;s:15:\"size-zettabytes\";i:3788;s:15:\"size-yottabytes\";i:3789;s:15:\"size-ronnabytes\";i:3790;s:16:\"size-quettabytes\";i:3791;s:10:\"size-pixel\";i:3792;s:14:\"size-kilopixel\";i:3793;s:14:\"size-megapixel\";i:3794;s:14:\"size-gigapixel\";i:3795;s:14:\"size-terapixel\";i:3796;s:14:\"size-petapixel\";i:3797;s:13:\"size-exapixel\";i:3798;s:15:\"size-zettapixel\";i:3799;s:15:\"size-yottapixel\";i:3800;s:15:\"size-ronnapixel\";i:3801;s:16:\"size-quettapixel\";i:3802;s:12:\"bitrate-bits\";i:3803;s:16:\"bitrate-kilobits\";i:3804;s:16:\"bitrate-megabits\";i:3805;s:16:\"bitrate-gigabits\";i:3806;s:16:\"bitrate-terabits\";i:3807;s:16:\"bitrate-petabits\";i:3808;s:15:\"bitrate-exabits\";i:3809;s:17:\"bitrate-zettabits\";i:3810;s:17:\"bitrate-yottabits\";i:3811;s:17:\"bitrate-ronnabits\";i:3812;s:18:\"bitrate-quettabits\";i:3813;s:15:\"lag-warn-normal\";i:3814;s:13:\"lag-warn-high\";i:3815;s:21:\"editwatchlist-summary\";i:3816;s:25:\"watchlistedit-raw-explain\";i:3817;s:22:\"watchlistedit-raw-done\";i:3818;s:23:\"watchlistedit-raw-added\";i:3819;s:25:\"watchlistedit-raw-removed\";i:3820;s:25:\"watchlistedit-clear-title\";i:3821;s:26:\"watchlistedit-clear-legend\";i:3822;s:27:\"watchlistedit-clear-explain\";i:3823;s:26:\"watchlistedit-clear-titles\";i:3824;s:26:\"watchlistedit-clear-submit\";i:3825;s:24:\"watchlistedit-clear-done\";i:3826;s:28:\"watchlistedit-clear-jobqueue\";i:3827;s:27:\"watchlistedit-clear-removed\";i:3828;s:22:\"watchlistedit-too-many\";i:3829;s:20:\"watchlisttools-clear\";i:3830;s:19:\"iranian-calendar-m1\";i:3831;s:19:\"iranian-calendar-m2\";i:3832;s:19:\"iranian-calendar-m3\";i:3833;s:19:\"iranian-calendar-m4\";i:3834;s:19:\"iranian-calendar-m5\";i:3835;s:19:\"iranian-calendar-m6\";i:3836;s:19:\"iranian-calendar-m7\";i:3837;s:19:\"iranian-calendar-m8\";i:3838;s:19:\"iranian-calendar-m9\";i:3839;s:20:\"iranian-calendar-m10\";i:3840;s:20:\"iranian-calendar-m11\";i:3841;s:20:\"iranian-calendar-m12\";i:3842;s:17:\"hijri-calendar-m1\";i:3843;s:17:\"hijri-calendar-m2\";i:3844;s:17:\"hijri-calendar-m3\";i:3845;s:17:\"hijri-calendar-m4\";i:3846;s:17:\"hijri-calendar-m5\";i:3847;s:17:\"hijri-calendar-m6\";i:3848;s:17:\"hijri-calendar-m7\";i:3849;s:17:\"hijri-calendar-m8\";i:3850;s:17:\"hijri-calendar-m9\";i:3851;s:18:\"hijri-calendar-m10\";i:3852;s:18:\"hijri-calendar-m11\";i:3853;s:18:\"hijri-calendar-m12\";i:3854;s:18:\"hebrew-calendar-m1\";i:3855;s:18:\"hebrew-calendar-m2\";i:3856;s:18:\"hebrew-calendar-m3\";i:3857;s:18:\"hebrew-calendar-m4\";i:3858;s:18:\"hebrew-calendar-m5\";i:3859;s:18:\"hebrew-calendar-m6\";i:3860;s:19:\"hebrew-calendar-m6a\";i:3861;s:19:\"hebrew-calendar-m6b\";i:3862;s:18:\"hebrew-calendar-m7\";i:3863;s:18:\"hebrew-calendar-m8\";i:3864;s:18:\"hebrew-calendar-m9\";i:3865;s:19:\"hebrew-calendar-m10\";i:3866;s:19:\"hebrew-calendar-m11\";i:3867;s:19:\"hebrew-calendar-m12\";i:3868;s:22:\"hebrew-calendar-m1-gen\";i:3869;s:22:\"hebrew-calendar-m2-gen\";i:3870;s:22:\"hebrew-calendar-m3-gen\";i:3871;s:22:\"hebrew-calendar-m4-gen\";i:3872;s:22:\"hebrew-calendar-m5-gen\";i:3873;s:22:\"hebrew-calendar-m6-gen\";i:3874;s:23:\"hebrew-calendar-m6a-gen\";i:3875;s:23:\"hebrew-calendar-m6b-gen\";i:3876;s:22:\"hebrew-calendar-m7-gen\";i:3877;s:22:\"hebrew-calendar-m8-gen\";i:3878;s:22:\"hebrew-calendar-m9-gen\";i:3879;s:23:\"hebrew-calendar-m10-gen\";i:3880;s:23:\"hebrew-calendar-m11-gen\";i:3881;s:23:\"hebrew-calendar-m12-gen\";i:3882;s:9:\"signature\";i:3883;s:14:\"signature-anon\";i:3884;s:14:\"signature-temp\";i:3885;s:12:\"timezone-utc\";i:3886;s:14:\"timezone-local\";i:3887;s:21:\"duplicate-defaultsort\";i:3888;s:22:\"duplicate-displaytitle\";i:3889;s:23:\"restricted-displaytitle\";i:3890;s:22:\"invalid-indicator-name\";i:3891;s:25:\"invalid-langconvert-attrs\";i:3892;s:15:\"version-summary\";i:3893;s:18:\"version-extensions\";i:3894;s:13:\"version-skins\";i:3895;s:19:\"version-parserhooks\";i:3896;s:17:\"version-variables\";i:3897;s:15:\"version-editors\";i:3898;s:16:\"version-antispam\";i:3899;s:11:\"version-api\";i:3900;s:21:\"version-mediahandlers\";i:3901;s:13:\"version-hooks\";i:3902;s:28:\"version-parser-extensiontags\";i:3903;s:29:\"version-parser-function-hooks\";i:3904;s:17:\"version-hook-name\";i:3905;s:25:\"version-hook-subscribedby\";i:3906;s:15:\"version-version\";i:3907;s:19:\"version-no-ext-name\";i:3908;s:15:\"version-license\";i:3909;s:19:\"version-ext-license\";i:3910;s:26:\"version-ext-colheader-name\";i:3911;s:27:\"version-skin-colheader-name\";i:3912;s:29:\"version-ext-colheader-version\";i:3913;s:29:\"version-ext-colheader-license\";i:3914;s:33:\"version-ext-colheader-description\";i:3915;s:29:\"version-ext-colheader-credits\";i:3916;s:21:\"version-license-title\";i:3917;s:25:\"version-license-not-found\";i:3918;s:21:\"version-credits-title\";i:3919;s:25:\"version-credits-not-found\";i:3920;s:25:\"version-poweredby-credits\";i:3921;s:29:\"version-poweredby-translators\";i:3922;s:25:\"version-poweredby-various\";i:3923;s:23:\"version-credits-summary\";i:3924;s:20:\"version-license-info\";i:3925;s:16:\"version-software\";i:3926;s:24:\"version-software-product\";i:3927;s:20:\"version-db-mysql-url\";i:3928;s:22:\"version-db-mariadb-url\";i:3929;s:22:\"version-db-percona-url\";i:3930;s:23:\"version-db-postgres-url\";i:3931;s:21:\"version-db-sqlite-url\";i:3932;s:19:\"version-entrypoints\";i:3933;s:37:\"version-entrypoints-header-entrypoint\";i:3934;s:30:\"version-entrypoints-header-url\";i:3935;s:31:\"version-entrypoints-articlepath\";i:3936;s:30:\"version-entrypoints-scriptpath\";i:3937;s:29:\"version-entrypoints-index-php\";i:3938;s:27:\"version-entrypoints-api-php\";i:3939;s:28:\"version-entrypoints-rest-php\";i:3940;s:17:\"version-libraries\";i:3941;s:25:\"version-libraries-library\";i:3942;s:25:\"version-libraries-version\";i:3943;s:25:\"version-libraries-license\";i:3944;s:29:\"version-libraries-description\";i:3945;s:25:\"version-libraries-authors\";i:3946;s:8:\"redirect\";i:3947;s:13:\"redirect-text\";i:3948;s:16:\"redirect-summary\";i:3949;s:15:\"redirect-submit\";i:3950;s:15:\"redirect-lookup\";i:3951;s:14:\"redirect-value\";i:3952;s:13:\"redirect-user\";i:3953;s:13:\"redirect-page\";i:3954;s:17:\"redirect-revision\";i:3955;s:13:\"redirect-file\";i:3956;s:14:\"redirect-logid\";i:3957;s:19:\"redirect-not-exists\";i:3958;s:20:\"redirect-not-numeric\";i:3959;s:27:\"fileduplicatesearch-summary\";i:3960;s:28:\"fileduplicatesearch-result-1\";i:3961;s:28:\"fileduplicatesearch-result-n\";i:3962;s:29:\"fileduplicatesearch-noresults\";i:3963;s:20:\"specialpages-summary\";i:3964;s:21:\"specialpages-note-top\";i:3965;s:24:\"specialpages-note-cached\";i:3966;s:23:\"specialpages-group-spam\";i:3967;s:28:\"specialpages-group-developer\";i:3968;s:22:\"intentionallyblankpage\";i:3969;s:28:\"disabledspecialpage-disabled\";i:3970;s:24:\"external_image_whitelist\";i:3971;s:12:\"tags-summary\";i:3972;s:10:\"tag-hidden\";i:3973;s:16:\"tag-list-wrapper\";i:3974;s:25:\"tag-mw-contentmodelchange\";i:3975;s:37:\"tag-mw-contentmodelchange-description\";i:3976;s:19:\"tag-mw-new-redirect\";i:3977;s:31:\"tag-mw-new-redirect-description\";i:3978;s:23:\"tag-mw-removed-redirect\";i:3979;s:35:\"tag-mw-removed-redirect-description\";i:3980;s:30:\"tag-mw-changed-redirect-target\";i:3981;s:42:\"tag-mw-changed-redirect-target-description\";i:3982;s:12:\"tag-mw-blank\";i:3983;s:24:\"tag-mw-blank-description\";i:3984;s:14:\"tag-mw-replace\";i:3985;s:26:\"tag-mw-replace-description\";i:3986;s:15:\"tag-mw-rollback\";i:3987;s:27:\"tag-mw-rollback-description\";i:3988;s:11:\"tag-mw-undo\";i:3989;s:23:\"tag-mw-undo-description\";i:3990;s:20:\"tag-mw-manual-revert\";i:3991;s:32:\"tag-mw-manual-revert-description\";i:3992;s:15:\"tag-mw-reverted\";i:3993;s:27:\"tag-mw-reverted-description\";i:3994;s:25:\"tag-mw-server-side-upload\";i:3995;s:37:\"tag-mw-server-side-upload-description\";i:3996;s:18:\"tags-source-header\";i:3997;s:18:\"tags-active-header\";i:3998;s:19:\"tags-actions-header\";i:3999;s:15:\"tags-active-yes\";i:4000;s:14:\"tags-active-no\";i:4001;s:21:\"tags-source-extension\";i:4002;s:18:\"tags-source-manual\";i:4003;s:16:\"tags-source-none\";i:4004;s:11:\"tags-hidden\";i:4005;s:11:\"tags-delete\";i:4006;s:13:\"tags-activate\";i:4007;s:15:\"tags-deactivate\";i:4008;s:25:\"tags-manage-no-permission\";i:4009;s:19:\"tags-manage-blocked\";i:4010;s:19:\"tags-create-heading\";i:4011;s:23:\"tags-create-explanation\";i:4012;s:20:\"tags-create-tag-name\";i:4013;s:18:\"tags-create-reason\";i:4014;s:18:\"tags-create-submit\";i:4015;s:19:\"tags-create-no-name\";i:4016;s:25:\"tags-create-invalid-chars\";i:4017;s:31:\"tags-create-invalid-title-chars\";i:4018;s:26:\"tags-create-already-exists\";i:4019;s:26:\"tags-create-warnings-above\";i:4020;s:26:\"tags-create-warnings-below\";i:4021;s:17:\"tags-delete-title\";i:4022;s:31:\"tags-delete-explanation-initial\";i:4023;s:30:\"tags-delete-explanation-in-use\";i:4024;s:31:\"tags-delete-explanation-warning\";i:4025;s:30:\"tags-delete-explanation-active\";i:4026;s:18:\"tags-delete-reason\";i:4027;s:18:\"tags-delete-submit\";i:4028;s:23:\"tags-delete-not-allowed\";i:4029;s:21:\"tags-delete-not-found\";i:4030;s:25:\"tags-delete-too-many-uses\";i:4031;s:33:\"tags-delete-warnings-after-delete\";i:4032;s:25:\"tags-delete-no-permission\";i:4033;s:19:\"tags-activate-title\";i:4034;s:22:\"tags-activate-question\";i:4035;s:20:\"tags-activate-reason\";i:4036;s:25:\"tags-activate-not-allowed\";i:4037;s:23:\"tags-activate-not-found\";i:4038;s:20:\"tags-activate-submit\";i:4039;s:21:\"tags-deactivate-title\";i:4040;s:24:\"tags-deactivate-question\";i:4041;s:22:\"tags-deactivate-reason\";i:4042;s:27:\"tags-deactivate-not-allowed\";i:4043;s:22:\"tags-deactivate-submit\";i:4044;s:24:\"tags-apply-no-permission\";i:4045;s:18:\"tags-apply-blocked\";i:4046;s:26:\"tags-apply-not-allowed-one\";i:4047;s:28:\"tags-apply-not-allowed-multi\";i:4048;s:25:\"tags-update-no-permission\";i:4049;s:19:\"tags-update-blocked\";i:4050;s:31:\"tags-update-add-not-allowed-one\";i:4051;s:33:\"tags-update-add-not-allowed-multi\";i:4052;s:34:\"tags-update-remove-not-allowed-one\";i:4053;s:36:\"tags-update-remove-not-allowed-multi\";i:4054;s:15:\"tags-edit-title\";i:4055;s:21:\"tags-edit-manage-link\";i:4056;s:27:\"tags-edit-revision-selected\";i:4057;s:27:\"tags-edit-logentry-selected\";i:4058;s:30:\"tags-edit-revision-explanation\";i:4059;s:30:\"tags-edit-logentry-explanation\";i:4060;s:25:\"tags-edit-revision-legend\";i:4061;s:25:\"tags-edit-logentry-legend\";i:4062;s:23:\"tags-edit-existing-tags\";i:4063;s:28:\"tags-edit-existing-tags-none\";i:4064;s:18:\"tags-edit-new-tags\";i:4065;s:13:\"tags-edit-add\";i:4066;s:16:\"tags-edit-remove\";i:4067;s:25:\"tags-edit-remove-all-tags\";i:4068;s:28:\"tags-edit-chosen-placeholder\";i:4069;s:27:\"tags-edit-chosen-no-results\";i:4070;s:16:\"tags-edit-reason\";i:4071;s:25:\"tags-edit-revision-submit\";i:4072;s:25:\"tags-edit-logentry-submit\";i:4073;s:17:\"tags-edit-success\";i:4074;s:17:\"tags-edit-failure\";i:4075;s:23:\"tags-edit-nooldid-title\";i:4076;s:22:\"tags-edit-nooldid-text\";i:4077;s:23:\"tags-edit-none-selected\";i:4078;s:20:\"comparepages-summary\";i:4079;s:27:\"compare-revision-not-exists\";i:4080;s:9:\"diff-form\";i:4081;s:15:\"diff-form-oldid\";i:4082;s:15:\"diff-form-revid\";i:4083;s:16:\"diff-form-submit\";i:4084;s:17:\"diff-form-summary\";i:4085;s:21:\"diff-form-other-revid\";i:4086;s:21:\"diff-form-error-revid\";i:4087;s:13:\"permanentlink\";i:4088;s:19:\"permanentlink-revid\";i:4089;s:20:\"permanentlink-submit\";i:4090;s:21:\"permanentlink-summary\";i:4091;s:10:\"newsection\";i:4092;s:15:\"newsection-page\";i:4093;s:17:\"newsection-submit\";i:4094;s:18:\"newsection-summary\";i:4095;s:8:\"editpage\";i:4096;s:20:\"specialeditpage-page\";i:4097;s:22:\"specialeditpage-submit\";i:4098;s:16:\"editpage-summary\";i:4099;s:22:\"specialdeletepage-page\";i:4100;s:24:\"specialdeletepage-submit\";i:4101;s:18:\"deletepage-summary\";i:4102;s:8:\"pageinfo\";i:4103;s:20:\"specialpageinfo-page\";i:4104;s:22:\"specialpageinfo-submit\";i:4105;s:16:\"pageinfo-summary\";i:4106;s:11:\"pagehistory\";i:4107;s:23:\"specialpagehistory-page\";i:4108;s:25:\"specialpagehistory-submit\";i:4109;s:19:\"pagehistory-summary\";i:4110;s:11:\"protectpage\";i:4111;s:23:\"specialprotectpage-page\";i:4112;s:25:\"specialprotectpage-submit\";i:4113;s:19:\"protectpage-summary\";i:4114;s:17:\"specialpurge-page\";i:4115;s:19:\"specialpurge-submit\";i:4116;s:13:\"purge-summary\";i:4117;s:14:\"dberr-problems\";i:4118;s:11:\"dberr-again\";i:4119;s:10:\"dberr-info\";i:4120;s:17:\"dberr-info-hidden\";i:4121;s:22:\"htmlform-invalid-input\";i:4122;s:25:\"htmlform-select-badoption\";i:4123;s:20:\"htmlform-int-invalid\";i:4124;s:22:\"htmlform-float-invalid\";i:4125;s:19:\"htmlform-int-toolow\";i:4126;s:20:\"htmlform-int-toohigh\";i:4127;s:28:\"htmlform-multiselect-toomany\";i:4128;s:17:\"htmlform-required\";i:4129;s:11:\"htmlform-no\";i:4130;s:12:\"htmlform-yes\";i:4131;s:27:\"htmlform-chosen-placeholder\";i:4132;s:22:\"htmlform-cloner-create\";i:4133;s:22:\"htmlform-cloner-delete\";i:4134;s:24:\"htmlform-cloner-required\";i:4135;s:25:\"htmlform-date-placeholder\";i:4136;s:25:\"htmlform-time-placeholder\";i:4137;s:29:\"htmlform-datetime-placeholder\";i:4138;s:21:\"htmlform-date-invalid\";i:4139;s:21:\"htmlform-time-invalid\";i:4140;s:25:\"htmlform-datetime-invalid\";i:4141;s:20:\"htmlform-date-toolow\";i:4142;s:21:\"htmlform-date-toohigh\";i:4143;s:20:\"htmlform-time-toolow\";i:4144;s:21:\"htmlform-time-toohigh\";i:4145;s:24:\"htmlform-datetime-toolow\";i:4146;s:25:\"htmlform-datetime-toohigh\";i:4147;s:27:\"htmlform-title-badnamespace\";i:4148;s:28:\"htmlform-title-not-creatable\";i:4149;s:25:\"htmlform-title-not-exists\";i:4150;s:24:\"htmlform-title-interwiki\";i:4151;s:24:\"htmlform-user-not-exists\";i:4152;s:23:\"htmlform-user-not-valid\";i:4153;s:24:\"htmlform-tag-not-allowed\";i:4154;s:10:\"rawmessage\";i:4155;s:28:\"logentry-delete-delete_redir\";i:4156;s:29:\"logentry-delete-delete_redir2\";i:4157;s:23:\"logentry-delete-restore\";i:4158;s:31:\"logentry-delete-restore-nocount\";i:4159;s:23:\"restore-count-revisions\";i:4160;s:19:\"restore-count-files\";i:4161;s:21:\"logentry-delete-event\";i:4162;s:24:\"logentry-delete-revision\";i:4163;s:28:\"logentry-delete-event-legacy\";i:4164;s:31:\"logentry-delete-revision-legacy\";i:4165;s:24:\"logentry-suppress-delete\";i:4166;s:23:\"logentry-suppress-event\";i:4167;s:26:\"logentry-suppress-revision\";i:4168;s:30:\"logentry-suppress-event-legacy\";i:4169;s:33:\"logentry-suppress-revision-legacy\";i:4170;s:21:\"revdelete-content-hid\";i:4171;s:21:\"revdelete-summary-hid\";i:4172;s:19:\"revdelete-uname-hid\";i:4173;s:23:\"revdelete-content-unhid\";i:4174;s:23:\"revdelete-summary-unhid\";i:4175;s:21:\"revdelete-uname-unhid\";i:4176;s:20:\"revdelete-restricted\";i:4177;s:22:\"revdelete-unrestricted\";i:4178;s:20:\"logentry-block-block\";i:4179;s:22:\"logentry-block-unblock\";i:4180;s:22:\"logentry-block-reblock\";i:4181;s:32:\"logentry-partialblock-block-page\";i:4182;s:30:\"logentry-partialblock-block-ns\";i:4183;s:34:\"logentry-partialblock-block-action\";i:4184;s:27:\"logentry-partialblock-block\";i:4185;s:29:\"logentry-partialblock-reblock\";i:4186;s:32:\"logentry-non-editing-block-block\";i:4187;s:34:\"logentry-non-editing-block-reblock\";i:4188;s:23:\"logentry-suppress-block\";i:4189;s:25:\"logentry-suppress-reblock\";i:4190;s:22:\"logentry-import-upload\";i:4191;s:30:\"logentry-import-upload-details\";i:4192;s:25:\"logentry-import-interwiki\";i:4193;s:33:\"logentry-import-interwiki-details\";i:4194;s:20:\"logentry-merge-merge\";i:4195;s:25:\"logentry-newusers-byemail\";i:4196;s:26:\"logentry-protect-move_prot\";i:4197;s:26:\"logentry-protect-unprotect\";i:4198;s:24:\"logentry-protect-protect\";i:4199;s:32:\"logentry-protect-protect-cascade\";i:4200;s:23:\"logentry-protect-modify\";i:4201;s:31:\"logentry-protect-modify-cascade\";i:4202;s:22:\"logentry-rights-rights\";i:4203;s:29:\"logentry-rights-rights-legacy\";i:4204;s:27:\"logentry-rights-autopromote\";i:4205;s:22:\"logentry-upload-upload\";i:4206;s:25:\"logentry-upload-overwrite\";i:4207;s:22:\"logentry-upload-revert\";i:4208;s:19:\"log-name-managetags\";i:4209;s:26:\"log-description-managetags\";i:4210;s:26:\"logentry-managetags-create\";i:4211;s:26:\"logentry-managetags-delete\";i:4212;s:28:\"logentry-managetags-activate\";i:4213;s:30:\"logentry-managetags-deactivate\";i:4214;s:12:\"log-name-tag\";i:4215;s:19:\"log-description-tag\";i:4216;s:32:\"logentry-tag-update-add-revision\";i:4217;s:32:\"logentry-tag-update-add-logentry\";i:4218;s:35:\"logentry-tag-update-remove-revision\";i:4219;s:35:\"logentry-tag-update-remove-logentry\";i:4220;s:28:\"logentry-tag-update-revision\";i:4221;s:28:\"logentry-tag-update-logentry\";i:4222;s:14:\"deletedarticle\";i:4223;s:16:\"undeletedarticle\";i:4224;s:15:\"patrol-log-line\";i:4225;s:15:\"patrol-log-auto\";i:4226;s:15:\"patrol-log-diff\";i:4227;s:9:\"1movedto2\";i:4228;s:15:\"1movedto2_redir\";i:4229;s:23:\"newuserlog-create-entry\";i:4230;s:24:\"newuserlog-create2-entry\";i:4231;s:27:\"newuserlog-autocreate-entry\";i:4232;s:14:\"rightslogentry\";i:4233;s:26:\"rightslogentry-autopromote\";i:4234;s:30:\"rightslogentry-temporary-group\";i:4235;s:15:\"feedback-adding\";i:4236;s:13:\"feedback-back\";i:4237;s:17:\"feedback-bugcheck\";i:4238;s:15:\"feedback-bugnew\";i:4239;s:18:\"feedback-bugornote\";i:4240;s:14:\"feedback-close\";i:4241;s:35:\"feedback-external-bug-report-button\";i:4242;s:21:\"feedback-dialog-title\";i:4243;s:21:\"feedback-dialog-intro\";i:4244;s:15:\"feedback-error1\";i:4245;s:15:\"feedback-error4\";i:4246;s:15:\"feedback-submit\";i:4247;s:14:\"feedback-terms\";i:4248;s:19:\"feedback-termsofuse\";i:4249;s:15:\"feedback-thanks\";i:4250;s:21:\"feedback-thanks-title\";i:4251;s:18:\"feedback-useragent\";i:4252;s:27:\"search-match-redirect-label\";i:4253;s:26:\"search-match-redirect-help\";i:4254;s:17:\"searchlimit-label\";i:4255;s:16:\"searchlimit-help\";i:4256;s:30:\"api-clientside-error-noconnect\";i:4257;s:25:\"api-clientside-error-http\";i:4258;s:28:\"api-clientside-error-timeout\";i:4259;s:28:\"api-clientside-error-aborted\";i:4260;s:36:\"api-clientside-error-invalidresponse\";i:4261;s:18:\"api-error-badtoken\";i:4262;s:19:\"api-error-emptypage\";i:4263;s:23:\"api-error-publishfailed\";i:4264;s:21:\"api-error-stashfailed\";i:4265;s:25:\"api-error-unknown-warning\";i:4266;s:22:\"api-error-unknownerror\";i:4267;s:16:\"duration-seconds\";i:4268;s:16:\"duration-minutes\";i:4269;s:14:\"duration-hours\";i:4270;s:13:\"duration-days\";i:4271;s:14:\"duration-weeks\";i:4272;s:14:\"duration-years\";i:4273;s:16:\"duration-decades\";i:4274;s:18:\"duration-centuries\";i:4275;s:18:\"duration-millennia\";i:4276;s:14:\"rotate-comment\";i:4277;s:17:\"limitreport-title\";i:4278;s:19:\"limitreport-cputime\";i:4279;s:25:\"limitreport-cputime-value\";i:4280;s:20:\"limitreport-walltime\";i:4281;s:26:\"limitreport-walltime-value\";i:4282;s:26:\"limitreport-ppvisitednodes\";i:4283;s:32:\"limitreport-ppvisitednodes-value\";i:4284;s:33:\"limitreport-postexpandincludesize\";i:4285;s:39:\"limitreport-postexpandincludesize-value\";i:4286;s:32:\"limitreport-templateargumentsize\";i:4287;s:38:\"limitreport-templateargumentsize-value\";i:4288;s:26:\"limitreport-expansiondepth\";i:4289;s:32:\"limitreport-expansiondepth-value\";i:4290;s:34:\"limitreport-expensivefunctioncount\";i:4291;s:40:\"limitreport-expensivefunctioncount-value\";i:4292;s:25:\"limitreport-unstrip-depth\";i:4293;s:31:\"limitreport-unstrip-depth-value\";i:4294;s:24:\"limitreport-unstrip-size\";i:4295;s:30:\"limitreport-unstrip-size-value\";i:4296;s:22:\"expand_templates_intro\";i:4297;s:22:\"expand_templates_title\";i:4298;s:22:\"expand_templates_input\";i:4299;s:27:\"expand_templates_xml_output\";i:4300;s:28:\"expand_templates_html_output\";i:4301;s:32:\"expand_templates_remove_comments\";i:4302;s:30:\"expand_templates_remove_nowiki\";i:4303;s:29:\"expand_templates_generate_xml\";i:4304;s:33:\"expand_templates_generate_rawhtml\";i:4305;s:34:\"expand_templates_preview_fail_html\";i:4306;s:39:\"expand_templates_preview_fail_html_anon\";i:4307;s:30:\"expand_templates_input_missing\";i:4308;s:12:\"pagelanguage\";i:4309;s:13:\"pagelang-name\";i:4310;s:17:\"pagelang-language\";i:4311;s:20:\"pagelang-use-default\";i:4312;s:20:\"pagelang-select-lang\";i:4313;s:15:\"pagelang-reason\";i:4314;s:15:\"pagelang-submit\";i:4315;s:25:\"pagelang-nonexistent-page\";i:4316;s:27:\"pagelang-unchanged-language\";i:4317;s:35:\"pagelang-unchanged-language-default\";i:4318;s:18:\"pagelang-db-failed\";i:4319;s:14:\"right-pagelang\";i:4320;s:15:\"action-pagelang\";i:4321;s:17:\"log-name-pagelang\";i:4322;s:24:\"log-description-pagelang\";i:4323;s:26:\"logentry-pagelang-pagelang\";i:4324;s:22:\"default-skin-not-found\";i:4325;s:31:\"default-skin-not-found-no-skins\";i:4326;s:34:\"default-skin-not-found-row-enabled\";i:4327;s:35:\"default-skin-not-found-row-disabled\";i:4328;s:15:\"mediastatistics\";i:4329;s:23:\"mediastatistics-summary\";i:4330;s:22:\"mediastatistics-nfiles\";i:4331;s:22:\"mediastatistics-nbytes\";i:4332;s:28:\"mediastatistics-bytespertype\";i:4333;s:24:\"mediastatistics-allbytes\";i:4334;s:30:\"mediastatistics-table-mimetype\";i:4335;s:32:\"mediastatistics-table-extensions\";i:4336;s:27:\"mediastatistics-table-count\";i:4337;s:32:\"mediastatistics-table-totalbytes\";i:4338;s:30:\"mediastatistics-header-unknown\";i:4339;s:29:\"mediastatistics-header-bitmap\";i:4340;s:30:\"mediastatistics-header-drawing\";i:4341;s:28:\"mediastatistics-header-audio\";i:4342;s:28:\"mediastatistics-header-video\";i:4343;s:33:\"mediastatistics-header-multimedia\";i:4344;s:29:\"mediastatistics-header-office\";i:4345;s:27:\"mediastatistics-header-text\";i:4346;s:33:\"mediastatistics-header-executable\";i:4347;s:30:\"mediastatistics-header-archive\";i:4348;s:25:\"mediastatistics-header-3d\";i:4349;s:28:\"mediastatistics-header-total\";i:4350;s:24:\"json-warn-trailing-comma\";i:4351;s:18:\"json-error-unknown\";i:4352;s:16:\"json-error-depth\";i:4353;s:25:\"json-error-state-mismatch\";i:4354;s:20:\"json-error-ctrl-char\";i:4355;s:17:\"json-error-syntax\";i:4356;s:15:\"json-error-utf8\";i:4357;s:32:\"json-error-invalid-property-name\";i:4358;s:16:\"json-error-utf16\";i:4359;s:21:\"headline-anchor-title\";i:4360;s:38:\"special-characters-group-greekextended\";i:4361;s:35:\"special-characters-group-devanagari\";i:4362;s:43:\"special-characters-group-canadianaboriginal\";i:4363;s:30:\"special-characters-group-runes\";i:4364;s:31:\"special-characters-title-endash\";i:4365;s:31:\"special-characters-title-emdash\";i:4366;s:30:\"special-characters-title-minus\";i:4367;s:22:\"mw-widgets-abandonedit\";i:4368;s:30:\"mw-widgets-abandonedit-discard\";i:4369;s:27:\"mw-widgets-abandonedit-keep\";i:4370;s:28:\"mw-widgets-abandonedit-title\";i:4371;s:30:\"mw-widgets-copytextlayout-copy\";i:4372;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4373;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4374;s:28:\"mw-widgets-dateinput-no-date\";i:4375;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4376;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4377;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4378;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4379;s:32:\"mw-widgets-mediasearch-noresults\";i:4380;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4381;s:27:\"mw-widgets-table-row-delete\";i:4382;s:42:\"mw-widgets-titleinput-description-new-page\";i:4383;s:42:\"mw-widgets-titleinput-description-redirect\";i:4384;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4385;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4386;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4387;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4388;s:15:\"date-range-from\";i:4389;s:13:\"date-range-to\";i:4390;s:18:\"sessionmanager-tie\";i:4391;s:23:\"sessionprovider-generic\";i:4392;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4393;s:25:\"sessionprovider-nocookies\";i:4394;s:14:\"randomrootpage\";i:4395;s:23:\"log-action-filter-block\";i:4396;s:30:\"log-action-filter-contentmodel\";i:4397;s:24:\"log-action-filter-delete\";i:4398;s:24:\"log-action-filter-import\";i:4399;s:28:\"log-action-filter-managetags\";i:4400;s:22:\"log-action-filter-move\";i:4401;s:26:\"log-action-filter-newusers\";i:4402;s:24:\"log-action-filter-patrol\";i:4403;s:25:\"log-action-filter-protect\";i:4404;s:24:\"log-action-filter-rights\";i:4405;s:26:\"log-action-filter-suppress\";i:4406;s:24:\"log-action-filter-upload\";i:4407;s:21:\"log-action-filter-all\";i:4408;s:29:\"log-action-filter-block-block\";i:4409;s:31:\"log-action-filter-block-reblock\";i:4410;s:31:\"log-action-filter-block-unblock\";i:4411;s:37:\"log-action-filter-contentmodel-change\";i:4412;s:34:\"log-action-filter-contentmodel-new\";i:4413;s:31:\"log-action-filter-delete-delete\";i:4414;s:37:\"log-action-filter-delete-delete_redir\";i:4415;s:38:\"log-action-filter-delete-delete_redir2\";i:4416;s:32:\"log-action-filter-delete-restore\";i:4417;s:30:\"log-action-filter-delete-event\";i:4418;s:33:\"log-action-filter-delete-revision\";i:4419;s:34:\"log-action-filter-import-interwiki\";i:4420;s:31:\"log-action-filter-import-upload\";i:4421;s:35:\"log-action-filter-managetags-create\";i:4422;s:35:\"log-action-filter-managetags-delete\";i:4423;s:37:\"log-action-filter-managetags-activate\";i:4424;s:39:\"log-action-filter-managetags-deactivate\";i:4425;s:27:\"log-action-filter-move-move\";i:4426;s:33:\"log-action-filter-move-move_redir\";i:4427;s:33:\"log-action-filter-newusers-create\";i:4428;s:34:\"log-action-filter-newusers-create2\";i:4429;s:37:\"log-action-filter-newusers-autocreate\";i:4430;s:34:\"log-action-filter-newusers-byemail\";i:4431;s:31:\"log-action-filter-patrol-patrol\";i:4432;s:35:\"log-action-filter-patrol-autopatrol\";i:4433;s:33:\"log-action-filter-protect-protect\";i:4434;s:32:\"log-action-filter-protect-modify\";i:4435;s:35:\"log-action-filter-protect-unprotect\";i:4436;s:35:\"log-action-filter-protect-move_prot\";i:4437;s:31:\"log-action-filter-rights-rights\";i:4438;s:36:\"log-action-filter-rights-autopromote\";i:4439;s:32:\"log-action-filter-suppress-event\";i:4440;s:35:\"log-action-filter-suppress-revision\";i:4441;s:33:\"log-action-filter-suppress-delete\";i:4442;s:32:\"log-action-filter-suppress-block\";i:4443;s:34:\"log-action-filter-suppress-reblock\";i:4444;s:31:\"log-action-filter-upload-upload\";i:4445;s:34:\"log-action-filter-upload-overwrite\";i:4446;s:31:\"log-action-filter-upload-revert\";i:4447;s:33:\"authmanager-authn-not-in-progress\";i:4448;s:28:\"authmanager-authn-no-primary\";i:4449;s:31:\"authmanager-authn-no-local-user\";i:4450;s:36:\"authmanager-authn-no-local-user-link\";i:4451;s:35:\"authmanager-authn-autocreate-failed\";i:4452;s:32:\"authmanager-change-not-supported\";i:4453;s:27:\"authmanager-create-disabled\";i:4454;s:29:\"authmanager-create-from-login\";i:4455;s:34:\"authmanager-create-not-in-progress\";i:4456;s:29:\"authmanager-create-no-primary\";i:4457;s:27:\"authmanager-link-no-primary\";i:4458;s:32:\"authmanager-link-not-in-progress\";i:4459;s:29:\"authmanager-autocreate-noperm\";i:4460;s:32:\"authmanager-autocreate-exception\";i:4461;s:28:\"authmanager-userdoesnotexist\";i:4462;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4463;s:25:\"authmanager-username-help\";i:4464;s:25:\"authmanager-password-help\";i:4465;s:23:\"authmanager-domain-help\";i:4466;s:23:\"authmanager-retype-help\";i:4467;s:23:\"authmanager-email-label\";i:4468;s:22:\"authmanager-email-help\";i:4469;s:26:\"authmanager-realname-label\";i:4470;s:25:\"authmanager-realname-help\";i:4471;s:29:\"authmanager-provider-password\";i:4472;s:36:\"authmanager-provider-password-domain\";i:4473;s:35:\"authmanager-account-password-domain\";i:4474;s:38:\"authmanager-provider-temporarypassword\";i:4475;s:32:\"authprovider-confirmlink-message\";i:4476;s:31:\"authprovider-confirmlink-option\";i:4477;s:38:\"authprovider-confirmlink-request-label\";i:4478;s:37:\"authprovider-confirmlink-request-help\";i:4479;s:37:\"authprovider-confirmlink-success-line\";i:4480;s:36:\"authprovider-confirmlink-failed-line\";i:4481;s:31:\"authprovider-confirmlink-failed\";i:4482;s:32:\"authprovider-confirmlink-ok-help\";i:4483;s:33:\"authprovider-resetpass-skip-label\";i:4484;s:32:\"authprovider-resetpass-skip-help\";i:4485;s:24:\"authform-nosession-login\";i:4486;s:25:\"authform-nosession-signup\";i:4487;s:17:\"authform-newtoken\";i:4488;s:16:\"authform-notoken\";i:4489;s:19:\"authform-wrongtoken\";i:4490;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4491;s:37:\"specialpage-securitylevel-not-allowed\";i:4492;s:21:\"authpage-cannot-login\";i:4493;s:30:\"authpage-cannot-login-continue\";i:4494;s:22:\"authpage-cannot-create\";i:4495;s:31:\"authpage-cannot-create-continue\";i:4496;s:20:\"authpage-cannot-link\";i:4497;s:29:\"authpage-cannot-link-continue\";i:4498;s:28:\"cannotauth-not-allowed-title\";i:4499;s:22:\"cannotauth-not-allowed\";i:4500;s:17:\"changecredentials\";i:4501;s:24:\"changecredentials-submit\";i:4502;s:32:\"changecredentials-invalidsubpage\";i:4503;s:25:\"changecredentials-success\";i:4504;s:17:\"removecredentials\";i:4505;s:24:\"removecredentials-submit\";i:4506;s:32:\"removecredentials-invalidsubpage\";i:4507;s:25:\"removecredentials-success\";i:4508;s:24:\"credentialsform-provider\";i:4509;s:23:\"credentialsform-account\";i:4510;s:28:\"cannotlink-no-provider-title\";i:4511;s:22:\"cannotlink-no-provider\";i:4512;s:12:\"linkaccounts\";i:4513;s:25:\"linkaccounts-success-text\";i:4514;s:19:\"linkaccounts-submit\";i:4515;s:30:\"cannotunlink-no-provider-title\";i:4516;s:24:\"cannotunlink-no-provider\";i:4517;s:14:\"unlinkaccounts\";i:4518;s:22:\"unlinkaccounts-success\";i:4519;s:32:\"authenticationdatachange-ignored\";i:4520;s:14:\"userjsispublic\";i:4521;s:16:\"userjsonispublic\";i:4522;s:15:\"usercssispublic\";i:4523;s:15:\"userjsdangerous\";i:4524;s:23:\"restrictionsfield-badip\";i:4525;s:23:\"restrictionsfield-label\";i:4526;s:22:\"restrictionsfield-help\";i:4527;s:11:\"specialmute\";i:4528;s:19:\"specialmute-success\";i:4529;s:18:\"specialmute-submit\";i:4530;s:28:\"specialmute-label-mute-email\";i:4531;s:18:\"specialmute-header\";i:4532;s:30:\"specialmute-error-invalid-user\";i:4533;s:28:\"specialmute-error-no-options\";i:4534;s:24:\"specialmute-email-footer\";i:4535;s:26:\"specialmute-login-required\";i:4536;s:16:\"mute-preferences\";i:4537;s:5:\"revid\";i:4538;s:6:\"pageid\";i:4539;s:18:\"rawhtml-notallowed\";i:4540;s:13:\"gotointerwiki\";i:4541;s:21:\"gotointerwiki-invalid\";i:4542;s:22:\"gotointerwiki-external\";i:4543;s:17:\"undelete-cantedit\";i:4544;s:19:\"undelete-cantcreate\";i:4545;s:14:\"pagedata-title\";i:4546;s:13:\"pagedata-text\";i:4547;s:23:\"pagedata-not-acceptable\";i:4548;s:18:\"pagedata-bad-title\";i:4549;s:24:\"unregistered-user-config\";i:4550;s:16:\"passwordpolicies\";i:4551;s:24:\"passwordpolicies-summary\";i:4552;s:22:\"passwordpolicies-group\";i:4553;s:25:\"passwordpolicies-policies\";i:4554;s:31:\"passwordpolicies-policy-display\";i:4555;s:40:\"passwordpolicies-policy-displaywithflags\";i:4556;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4557;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4558;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4559;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4560;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4561;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4562;s:39:\"passwordpolicies-policyflag-forcechange\";i:4563;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4564;s:27:\"mycustomjsredirectprotected\";i:4565;s:22:\"deflate-invaliddeflate\";i:4566;s:14:\"unprotected-js\";i:4567;s:19:\"userlogout-continue\";i:4568;s:15:\"userlogout-temp\";i:4569;s:22:\"paramvalidator-baduser\";i:4570;s:29:\"paramvalidator-help-type-user\";i:4571;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4572;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4573;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4574;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4575;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4576;s:23:\"paramvalidator-badtitle\";i:4577;s:27:\"paramvalidator-missingtitle\";i:4578;s:30:\"paramvalidator-help-type-title\";i:4579;s:41:\"paramvalidator-help-type-title-must-exist\";i:4580;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4581;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4582;s:18:\"config-missing-key\";i:4583;s:18:\"config-invalid-key\";i:4584;s:21:\"changeslist-nocomment\";i:4585;s:22:\"skin-view-create-local\";i:4586;s:20:\"skin-view-edit-local\";i:4587;s:26:\"copyupload-allowed-domains\";i:4588;s:30:\"parsoid-stash-rate-limit-error\";i:4589;s:31:\"parsoid-resource-limit-exceeded\";i:4590;s:20:\"parsoid-client-error\";i:4591;s:22:\"newpages-showhide-bots\";i:4592;s:27:\"newpages-showhide-patrolled\";i:4593;s:26:\"newpages-showhide-redirect\";i:4594;s:28:\"newpages-showhide-registered\";i:4595;s:15:\"exif-imagewidth\";i:4596;s:16:\"exif-imagelength\";i:4597;s:18:\"exif-bitspersample\";i:4598;s:16:\"exif-compression\";i:4599;s:30:\"exif-photometricinterpretation\";i:4600;s:16:\"exif-orientation\";i:4601;s:20:\"exif-samplesperpixel\";i:4602;s:24:\"exif-planarconfiguration\";i:4603;s:21:\"exif-ycbcrsubsampling\";i:4604;s:21:\"exif-ycbcrpositioning\";i:4605;s:16:\"exif-xresolution\";i:4606;s:16:\"exif-yresolution\";i:4607;s:17:\"exif-stripoffsets\";i:4608;s:17:\"exif-rowsperstrip\";i:4609;s:20:\"exif-stripbytecounts\";i:4610;s:26:\"exif-jpeginterchangeformat\";i:4611;s:32:\"exif-jpeginterchangeformatlength\";i:4612;s:15:\"exif-whitepoint\";i:4613;s:26:\"exif-primarychromaticities\";i:4614;s:22:\"exif-ycbcrcoefficients\";i:4615;s:24:\"exif-referenceblackwhite\";i:4616;s:13:\"exif-datetime\";i:4617;s:21:\"exif-imagedescription\";i:4618;s:9:\"exif-make\";i:4619;s:10:\"exif-model\";i:4620;s:13:\"exif-software\";i:4621;s:11:\"exif-artist\";i:4622;s:14:\"exif-copyright\";i:4623;s:16:\"exif-exifversion\";i:4624;s:20:\"exif-flashpixversion\";i:4625;s:15:\"exif-colorspace\";i:4626;s:28:\"exif-componentsconfiguration\";i:4627;s:27:\"exif-compressedbitsperpixel\";i:4628;s:20:\"exif-pixelxdimension\";i:4629;s:20:\"exif-pixelydimension\";i:4630;s:16:\"exif-usercomment\";i:4631;s:21:\"exif-relatedsoundfile\";i:4632;s:21:\"exif-datetimeoriginal\";i:4633;s:22:\"exif-datetimedigitized\";i:4634;s:15:\"exif-subsectime\";i:4635;s:23:\"exif-subsectimeoriginal\";i:4636;s:24:\"exif-subsectimedigitized\";i:4637;s:17:\"exif-exposuretime\";i:4638;s:24:\"exif-exposuretime-format\";i:4639;s:12:\"exif-fnumber\";i:4640;s:19:\"exif-fnumber-format\";i:4641;s:20:\"exif-exposureprogram\";i:4642;s:24:\"exif-spectralsensitivity\";i:4643;s:20:\"exif-isospeedratings\";i:4644;s:22:\"exif-shutterspeedvalue\";i:4645;s:18:\"exif-aperturevalue\";i:4646;s:20:\"exif-brightnessvalue\";i:4647;s:22:\"exif-exposurebiasvalue\";i:4648;s:21:\"exif-maxaperturevalue\";i:4649;s:20:\"exif-subjectdistance\";i:4650;s:17:\"exif-meteringmode\";i:4651;s:16:\"exif-lightsource\";i:4652;s:10:\"exif-flash\";i:4653;s:16:\"exif-focallength\";i:4654;s:23:\"exif-focallength-format\";i:4655;s:16:\"exif-subjectarea\";i:4656;s:16:\"exif-flashenergy\";i:4657;s:26:\"exif-focalplanexresolution\";i:4658;s:26:\"exif-focalplaneyresolution\";i:4659;s:29:\"exif-focalplaneresolutionunit\";i:4660;s:20:\"exif-subjectlocation\";i:4661;s:18:\"exif-exposureindex\";i:4662;s:18:\"exif-sensingmethod\";i:4663;s:15:\"exif-filesource\";i:4664;s:14:\"exif-scenetype\";i:4665;s:19:\"exif-customrendered\";i:4666;s:17:\"exif-exposuremode\";i:4667;s:17:\"exif-whitebalance\";i:4668;s:21:\"exif-digitalzoomratio\";i:4669;s:26:\"exif-focallengthin35mmfilm\";i:4670;s:21:\"exif-scenecapturetype\";i:4671;s:16:\"exif-gaincontrol\";i:4672;s:13:\"exif-contrast\";i:4673;s:15:\"exif-saturation\";i:4674;s:14:\"exif-sharpness\";i:4675;s:29:\"exif-devicesettingdescription\";i:4676;s:25:\"exif-subjectdistancerange\";i:4677;s:18:\"exif-imageuniqueid\";i:4678;s:17:\"exif-gpsversionid\";i:4679;s:19:\"exif-gpslatituderef\";i:4680;s:16:\"exif-gpslatitude\";i:4681;s:20:\"exif-gpslongituderef\";i:4682;s:17:\"exif-gpslongitude\";i:4683;s:19:\"exif-gpsaltituderef\";i:4684;s:16:\"exif-gpsaltitude\";i:4685;s:17:\"exif-gpstimestamp\";i:4686;s:18:\"exif-gpssatellites\";i:4687;s:14:\"exif-gpsstatus\";i:4688;s:19:\"exif-gpsmeasuremode\";i:4689;s:11:\"exif-gpsdop\";i:4690;s:16:\"exif-gpsspeedref\";i:4691;s:13:\"exif-gpsspeed\";i:4692;s:16:\"exif-gpstrackref\";i:4693;s:13:\"exif-gpstrack\";i:4694;s:23:\"exif-gpsimgdirectionref\";i:4695;s:20:\"exif-gpsimgdirection\";i:4696;s:16:\"exif-gpsmapdatum\";i:4697;s:23:\"exif-gpsdestlatituderef\";i:4698;s:20:\"exif-gpsdestlatitude\";i:4699;s:24:\"exif-gpsdestlongituderef\";i:4700;s:21:\"exif-gpsdestlongitude\";i:4701;s:22:\"exif-gpsdestbearingref\";i:4702;s:19:\"exif-gpsdestbearing\";i:4703;s:23:\"exif-gpsdestdistanceref\";i:4704;s:20:\"exif-gpsdestdistance\";i:4705;s:24:\"exif-gpsprocessingmethod\";i:4706;s:23:\"exif-gpsareainformation\";i:4707;s:17:\"exif-gpsdatestamp\";i:4708;s:20:\"exif-gpsdifferential\";i:4709;s:22:\"exif-coordinate-format\";i:4710;s:20:\"exif-jpegfilecomment\";i:4711;s:13:\"exif-keywords\";i:4712;s:23:\"exif-worldregioncreated\";i:4713;s:19:\"exif-countrycreated\";i:4714;s:23:\"exif-countrycodecreated\";i:4715;s:27:\"exif-provinceorstatecreated\";i:4716;s:16:\"exif-citycreated\";i:4717;s:23:\"exif-sublocationcreated\";i:4718;s:20:\"exif-worldregiondest\";i:4719;s:16:\"exif-countrydest\";i:4720;s:20:\"exif-countrycodedest\";i:4721;s:24:\"exif-provinceorstatedest\";i:4722;s:13:\"exif-citydest\";i:4723;s:20:\"exif-sublocationdest\";i:4724;s:15:\"exif-objectname\";i:4725;s:24:\"exif-specialinstructions\";i:4726;s:13:\"exif-headline\";i:4727;s:11:\"exif-credit\";i:4728;s:11:\"exif-source\";i:4729;s:15:\"exif-editstatus\";i:4730;s:12:\"exif-urgency\";i:4731;s:22:\"exif-fixtureidentifier\";i:4732;s:17:\"exif-locationdest\";i:4733;s:21:\"exif-locationdestcode\";i:4734;s:16:\"exif-objectcycle\";i:4735;s:12:\"exif-contact\";i:4736;s:11:\"exif-writer\";i:4737;s:17:\"exif-languagecode\";i:4738;s:15:\"exif-iimversion\";i:4739;s:16:\"exif-iimcategory\";i:4740;s:28:\"exif-iimsupplementalcategory\";i:4741;s:20:\"exif-datetimeexpires\";i:4742;s:21:\"exif-datetimereleased\";i:4743;s:28:\"exif-originaltransmissionref\";i:4744;s:15:\"exif-identifier\";i:4745;s:9:\"exif-lens\";i:4746;s:17:\"exif-serialnumber\";i:4747;s:20:\"exif-cameraownername\";i:4748;s:10:\"exif-label\";i:4749;s:21:\"exif-datetimemetadata\";i:4750;s:13:\"exif-nickname\";i:4751;s:11:\"exif-rating\";i:4752;s:22:\"exif-rightscertificate\";i:4753;s:16:\"exif-copyrighted\";i:4754;s:19:\"exif-copyrightowner\";i:4755;s:15:\"exif-usageterms\";i:4756;s:17:\"exif-webstatement\";i:4757;s:23:\"exif-originaldocumentid\";i:4758;s:15:\"exif-licenseurl\";i:4759;s:23:\"exif-morepermissionsurl\";i:4760;s:19:\"exif-attributionurl\";i:4761;s:29:\"exif-preferredattributionname\";i:4762;s:19:\"exif-pngfilecomment\";i:4763;s:15:\"exif-disclaimer\";i:4764;s:19:\"exif-contentwarning\";i:4765;s:19:\"exif-giffilecomment\";i:4766;s:22:\"exif-intellectualgenre\";i:4767;s:20:\"exif-subjectnewscode\";i:4768;s:14:\"exif-scenecode\";i:4769;s:10:\"exif-event\";i:4770;s:24:\"exif-organisationinimage\";i:4771;s:18:\"exif-personinimage\";i:4772;s:24:\"exif-originalimageheight\";i:4773;s:23:\"exif-originalimagewidth\";i:4774;s:15:\"exif-make-value\";i:4775;s:16:\"exif-model-value\";i:4776;s:19:\"exif-software-value\";i:4777;s:27:\"exif-software-version-value\";i:4778;s:18:\"exif-contact-value\";i:4779;s:26:\"exif-subjectnewscode-value\";i:4780;s:18:\"exif-compression-1\";i:4781;s:18:\"exif-compression-2\";i:4782;s:18:\"exif-compression-3\";i:4783;s:18:\"exif-compression-4\";i:4784;s:18:\"exif-compression-5\";i:4785;s:18:\"exif-compression-6\";i:4786;s:18:\"exif-compression-7\";i:4787;s:18:\"exif-compression-8\";i:4788;s:22:\"exif-compression-32773\";i:4789;s:22:\"exif-compression-32946\";i:4790;s:22:\"exif-compression-34712\";i:4791;s:21:\"exif-copyrighted-true\";i:4792;s:22:\"exif-copyrighted-false\";i:4793;s:32:\"exif-photometricinterpretation-0\";i:4794;s:32:\"exif-photometricinterpretation-1\";i:4795;s:32:\"exif-photometricinterpretation-2\";i:4796;s:32:\"exif-photometricinterpretation-3\";i:4797;s:32:\"exif-photometricinterpretation-4\";i:4798;s:32:\"exif-photometricinterpretation-5\";i:4799;s:32:\"exif-photometricinterpretation-6\";i:4800;s:32:\"exif-photometricinterpretation-8\";i:4801;s:32:\"exif-photometricinterpretation-9\";i:4802;s:33:\"exif-photometricinterpretation-10\";i:4803;s:36:\"exif-photometricinterpretation-32803\";i:4804;s:36:\"exif-photometricinterpretation-34892\";i:4805;s:16:\"exif-unknowndate\";i:4806;s:18:\"exif-orientation-1\";i:4807;s:18:\"exif-orientation-2\";i:4808;s:18:\"exif-orientation-3\";i:4809;s:18:\"exif-orientation-4\";i:4810;s:18:\"exif-orientation-5\";i:4811;s:18:\"exif-orientation-6\";i:4812;s:18:\"exif-orientation-7\";i:4813;s:18:\"exif-orientation-8\";i:4814;s:26:\"exif-planarconfiguration-1\";i:4815;s:26:\"exif-planarconfiguration-2\";i:4816;s:19:\"exif-xyresolution-i\";i:4817;s:19:\"exif-xyresolution-c\";i:4818;s:17:\"exif-colorspace-1\";i:4819;s:21:\"exif-colorspace-65535\";i:4820;s:30:\"exif-componentsconfiguration-0\";i:4821;s:30:\"exif-componentsconfiguration-1\";i:4822;s:30:\"exif-componentsconfiguration-2\";i:4823;s:30:\"exif-componentsconfiguration-3\";i:4824;s:30:\"exif-componentsconfiguration-4\";i:4825;s:30:\"exif-componentsconfiguration-5\";i:4826;s:30:\"exif-componentsconfiguration-6\";i:4827;s:22:\"exif-exposureprogram-0\";i:4828;s:22:\"exif-exposureprogram-1\";i:4829;s:22:\"exif-exposureprogram-2\";i:4830;s:22:\"exif-exposureprogram-3\";i:4831;s:22:\"exif-exposureprogram-4\";i:4832;s:22:\"exif-exposureprogram-5\";i:4833;s:22:\"exif-exposureprogram-6\";i:4834;s:22:\"exif-exposureprogram-7\";i:4835;s:22:\"exif-exposureprogram-8\";i:4836;s:26:\"exif-subjectdistance-value\";i:4837;s:19:\"exif-meteringmode-0\";i:4838;s:19:\"exif-meteringmode-1\";i:4839;s:19:\"exif-meteringmode-2\";i:4840;s:19:\"exif-meteringmode-3\";i:4841;s:19:\"exif-meteringmode-4\";i:4842;s:19:\"exif-meteringmode-5\";i:4843;s:19:\"exif-meteringmode-6\";i:4844;s:21:\"exif-meteringmode-255\";i:4845;s:18:\"exif-lightsource-0\";i:4846;s:18:\"exif-lightsource-1\";i:4847;s:18:\"exif-lightsource-2\";i:4848;s:18:\"exif-lightsource-3\";i:4849;s:18:\"exif-lightsource-4\";i:4850;s:18:\"exif-lightsource-9\";i:4851;s:19:\"exif-lightsource-10\";i:4852;s:19:\"exif-lightsource-11\";i:4853;s:19:\"exif-lightsource-12\";i:4854;s:19:\"exif-lightsource-13\";i:4855;s:19:\"exif-lightsource-14\";i:4856;s:19:\"exif-lightsource-15\";i:4857;s:19:\"exif-lightsource-17\";i:4858;s:19:\"exif-lightsource-18\";i:4859;s:19:\"exif-lightsource-19\";i:4860;s:19:\"exif-lightsource-20\";i:4861;s:19:\"exif-lightsource-21\";i:4862;s:19:\"exif-lightsource-22\";i:4863;s:19:\"exif-lightsource-23\";i:4864;s:19:\"exif-lightsource-24\";i:4865;s:20:\"exif-lightsource-255\";i:4866;s:18:\"exif-flash-fired-0\";i:4867;s:18:\"exif-flash-fired-1\";i:4868;s:19:\"exif-flash-return-0\";i:4869;s:19:\"exif-flash-return-2\";i:4870;s:19:\"exif-flash-return-3\";i:4871;s:17:\"exif-flash-mode-1\";i:4872;s:17:\"exif-flash-mode-2\";i:4873;s:17:\"exif-flash-mode-3\";i:4874;s:21:\"exif-flash-function-1\";i:4875;s:19:\"exif-flash-redeye-1\";i:4876;s:31:\"exif-focalplaneresolutionunit-2\";i:4877;s:20:\"exif-sensingmethod-1\";i:4878;s:20:\"exif-sensingmethod-2\";i:4879;s:20:\"exif-sensingmethod-3\";i:4880;s:20:\"exif-sensingmethod-4\";i:4881;s:20:\"exif-sensingmethod-5\";i:4882;s:20:\"exif-sensingmethod-7\";i:4883;s:20:\"exif-sensingmethod-8\";i:4884;s:17:\"exif-filesource-3\";i:4885;s:16:\"exif-scenetype-1\";i:4886;s:21:\"exif-customrendered-0\";i:4887;s:21:\"exif-customrendered-1\";i:4888;s:21:\"exif-customrendered-2\";i:4889;s:21:\"exif-customrendered-3\";i:4890;s:21:\"exif-customrendered-4\";i:4891;s:21:\"exif-customrendered-6\";i:4892;s:21:\"exif-customrendered-7\";i:4893;s:21:\"exif-customrendered-8\";i:4894;s:19:\"exif-exposuremode-0\";i:4895;s:19:\"exif-exposuremode-1\";i:4896;s:19:\"exif-exposuremode-2\";i:4897;s:19:\"exif-whitebalance-0\";i:4898;s:19:\"exif-whitebalance-1\";i:4899;s:23:\"exif-scenecapturetype-0\";i:4900;s:23:\"exif-scenecapturetype-1\";i:4901;s:23:\"exif-scenecapturetype-2\";i:4902;s:23:\"exif-scenecapturetype-3\";i:4903;s:18:\"exif-gaincontrol-0\";i:4904;s:18:\"exif-gaincontrol-1\";i:4905;s:18:\"exif-gaincontrol-2\";i:4906;s:18:\"exif-gaincontrol-3\";i:4907;s:18:\"exif-gaincontrol-4\";i:4908;s:15:\"exif-contrast-0\";i:4909;s:15:\"exif-contrast-1\";i:4910;s:15:\"exif-contrast-2\";i:4911;s:17:\"exif-saturation-0\";i:4912;s:17:\"exif-saturation-1\";i:4913;s:17:\"exif-saturation-2\";i:4914;s:16:\"exif-sharpness-0\";i:4915;s:16:\"exif-sharpness-1\";i:4916;s:16:\"exif-sharpness-2\";i:4917;s:27:\"exif-subjectdistancerange-0\";i:4918;s:27:\"exif-subjectdistancerange-1\";i:4919;s:27:\"exif-subjectdistancerange-2\";i:4920;s:27:\"exif-subjectdistancerange-3\";i:4921;s:18:\"exif-gpslatitude-n\";i:4922;s:18:\"exif-gpslatitude-s\";i:4923;s:19:\"exif-gpslongitude-e\";i:4924;s:19:\"exif-gpslongitude-w\";i:4925;s:31:\"exif-gpsaltitude-above-sealevel\";i:4926;s:31:\"exif-gpsaltitude-below-sealevel\";i:4927;s:16:\"exif-gpsstatus-a\";i:4928;s:16:\"exif-gpsstatus-v\";i:4929;s:21:\"exif-gpsmeasuremode-2\";i:4930;s:21:\"exif-gpsmeasuremode-3\";i:4931;s:15:\"exif-gpsspeed-k\";i:4932;s:15:\"exif-gpsspeed-m\";i:4933;s:15:\"exif-gpsspeed-n\";i:4934;s:22:\"exif-gpsdestdistance-k\";i:4935;s:22:\"exif-gpsdestdistance-m\";i:4936;s:22:\"exif-gpsdestdistance-n\";i:4937;s:21:\"exif-gpsdop-excellent\";i:4938;s:16:\"exif-gpsdop-good\";i:4939;s:20:\"exif-gpsdop-moderate\";i:4940;s:16:\"exif-gpsdop-fair\";i:4941;s:16:\"exif-gpsdop-poor\";i:4942;s:18:\"exif-objectcycle-a\";i:4943;s:18:\"exif-objectcycle-p\";i:4944;s:18:\"exif-objectcycle-b\";i:4945;s:19:\"exif-gpsdirection-t\";i:4946;s:19:\"exif-gpsdirection-m\";i:4947;s:23:\"exif-ycbcrpositioning-1\";i:4948;s:23:\"exif-ycbcrpositioning-2\";i:4949;s:19:\"exif-dc-contributor\";i:4950;s:16:\"exif-dc-coverage\";i:4951;s:12:\"exif-dc-date\";i:4952;s:17:\"exif-dc-publisher\";i:4953;s:16:\"exif-dc-relation\";i:4954;s:14:\"exif-dc-rights\";i:4955;s:14:\"exif-dc-source\";i:4956;s:12:\"exif-dc-type\";i:4957;s:20:\"exif-rating-rejected\";i:4958;s:29:\"exif-isospeedratings-overflow\";i:4959;s:27:\"exif-maxaperturevalue-value\";i:4960;s:20:\"exif-iimcategory-ace\";i:4961;s:20:\"exif-iimcategory-clj\";i:4962;s:20:\"exif-iimcategory-dis\";i:4963;s:20:\"exif-iimcategory-fin\";i:4964;s:20:\"exif-iimcategory-edu\";i:4965;s:20:\"exif-iimcategory-evn\";i:4966;s:20:\"exif-iimcategory-hth\";i:4967;s:20:\"exif-iimcategory-hum\";i:4968;s:20:\"exif-iimcategory-lab\";i:4969;s:20:\"exif-iimcategory-lif\";i:4970;s:20:\"exif-iimcategory-pol\";i:4971;s:20:\"exif-iimcategory-rel\";i:4972;s:20:\"exif-iimcategory-sci\";i:4973;s:20:\"exif-iimcategory-soi\";i:4974;s:20:\"exif-iimcategory-spo\";i:4975;s:20:\"exif-iimcategory-war\";i:4976;s:20:\"exif-iimcategory-wea\";i:4977;s:19:\"exif-urgency-normal\";i:4978;s:16:\"exif-urgency-low\";i:4979;s:17:\"exif-urgency-high\";i:4980;s:18:\"exif-urgency-other\";i:4981;s:19:\"exif-firstphotodate\";i:4982;s:18:\"exif-lastphotodate\";i:4983;s:19:\"exif-projectiontype\";i:4984;s:35:\"exif-projectiontype-equirectangular\";i:4985;s:22:\"exif-usepanoramaviewer\";i:4986;s:27:\"exif-usepanoramaviewer-true\";i:4987;s:28:\"exif-usepanoramaviewer-false\";i:4988;s:21:\"exif-exposurelockused\";i:4989;s:26:\"exif-exposurelockused-true\";i:4990;s:27:\"exif-exposurelockused-false\";i:4991;s:23:\"exif-poseheadingdegrees\";i:4992;s:21:\"exif-posepitchdegrees\";i:4993;s:20:\"exif-poserolldegrees\";i:4994;s:30:\"exif-initialviewheadingdegrees\";i:4995;s:28:\"exif-initialviewpitchdegrees\";i:4996;s:27:\"exif-initialviewrolldegrees\";i:4997;s:32:\"exif-initialhorizontalfovdegrees\";i:4998;s:30:\"exif-initialverticalfovdegrees\";i:4999;s:22:\"exif-sourcephotoscount\";i:5000;s:32:\"exif-croppedareaimagewidthpixels\";i:5001;s:33:\"exif-croppedareaimageheightpixels\";i:5002;s:24:\"exif-fullpanowidthpixels\";i:5003;s:25:\"exif-fullpanoheightpixels\";i:5004;s:26:\"exif-croppedarealeftpixels\";i:5005;s:25:\"exif-croppedareatoppixels\";i:5006;s:23:\"exif-initialcameradolly\";i:5007;s:22:\"exif-stitchingsoftware\";i:5008;s:20:\"apihelp-main-summary\";i:5009;s:33:\"apihelp-main-extended-description\";i:5010;s:25:\"apihelp-main-param-action\";i:5011;s:25:\"apihelp-main-param-format\";i:5012;s:25:\"apihelp-main-param-maxlag\";i:5013;s:26:\"apihelp-main-param-smaxage\";i:5014;s:25:\"apihelp-main-param-maxage\";i:5015;s:25:\"apihelp-main-param-assert\";i:5016;s:29:\"apihelp-main-param-assertuser\";i:5017;s:28:\"apihelp-main-param-requestid\";i:5018;s:27:\"apihelp-main-param-servedby\";i:5019;s:31:\"apihelp-main-param-curtimestamp\";i:5020;s:35:\"apihelp-main-param-responselanginfo\";i:5021;s:25:\"apihelp-main-param-origin\";i:5022;s:26:\"apihelp-main-param-uselang\";i:5023;s:26:\"apihelp-main-param-variant\";i:5024;s:30:\"apihelp-main-param-errorformat\";i:5025;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5026;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5027;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5028;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:5029;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:5030;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5031;s:28:\"apihelp-main-param-errorlang\";i:5032;s:33:\"apihelp-main-param-errorsuselocal\";i:5033;s:21:\"apihelp-block-summary\";i:5034;s:24:\"apihelp-block-param-user\";i:5035;s:26:\"apihelp-block-param-userid\";i:5036;s:26:\"apihelp-block-param-expiry\";i:5037;s:26:\"apihelp-block-param-reason\";i:5038;s:28:\"apihelp-block-param-anononly\";i:5039;s:28:\"apihelp-block-param-nocreate\";i:5040;s:29:\"apihelp-block-param-autoblock\";i:5041;s:27:\"apihelp-block-param-noemail\";i:5042;s:28:\"apihelp-block-param-hidename\";i:5043;s:33:\"apihelp-block-param-allowusertalk\";i:5044;s:27:\"apihelp-block-param-reblock\";i:5045;s:29:\"apihelp-block-param-watchuser\";i:5046;s:35:\"apihelp-block-param-watchlistexpiry\";i:5047;s:24:\"apihelp-block-param-tags\";i:5048;s:27:\"apihelp-block-param-partial\";i:5049;s:36:\"apihelp-block-param-pagerestrictions\";i:5050;s:41:\"apihelp-block-param-namespacerestrictions\";i:5051;s:38:\"apihelp-block-param-actionrestrictions\";i:5052;s:31:\"apihelp-block-example-ip-simple\";i:5053;s:34:\"apihelp-block-example-user-complex\";i:5054;s:40:\"apihelp-changeauthenticationdata-summary\";i:5055;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5056;s:34:\"apihelp-changecontentmodel-summary\";i:5057;s:38:\"apihelp-changecontentmodel-param-title\";i:5058;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5059;s:40:\"apihelp-changecontentmodel-param-summary\";i:5060;s:37:\"apihelp-changecontentmodel-param-tags\";i:5061;s:38:\"apihelp-changecontentmodel-param-model\";i:5062;s:36:\"apihelp-changecontentmodel-param-bot\";i:5063;s:34:\"apihelp-changecontentmodel-example\";i:5064;s:26:\"apihelp-checktoken-summary\";i:5065;s:29:\"apihelp-checktoken-param-type\";i:5066;s:30:\"apihelp-checktoken-param-token\";i:5067;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5068;s:33:\"apihelp-checktoken-example-simple\";i:5069;s:27:\"apihelp-clearhasmsg-summary\";i:5070;s:29:\"apihelp-clearhasmsg-example-1\";i:5071;s:27:\"apihelp-clientlogin-summary\";i:5072;s:33:\"apihelp-clientlogin-example-login\";i:5073;s:34:\"apihelp-clientlogin-example-login2\";i:5074;s:23:\"apihelp-compare-summary\";i:5075;s:36:\"apihelp-compare-extended-description\";i:5076;s:31:\"apihelp-compare-param-fromtitle\";i:5077;s:28:\"apihelp-compare-param-fromid\";i:5078;s:29:\"apihelp-compare-param-fromrev\";i:5079;s:29:\"apihelp-compare-param-frompst\";i:5080;s:31:\"apihelp-compare-param-fromslots\";i:5081;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5082;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5083;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5084;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5085;s:30:\"apihelp-compare-param-fromtext\";i:5086;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5087;s:39:\"apihelp-compare-param-fromcontentformat\";i:5088;s:33:\"apihelp-compare-param-fromsection\";i:5089;s:29:\"apihelp-compare-param-totitle\";i:5090;s:26:\"apihelp-compare-param-toid\";i:5091;s:27:\"apihelp-compare-param-torev\";i:5092;s:32:\"apihelp-compare-param-torelative\";i:5093;s:27:\"apihelp-compare-param-topst\";i:5094;s:29:\"apihelp-compare-param-toslots\";i:5095;s:35:\"apihelp-compare-param-totext-{slot}\";i:5096;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5097;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5098;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5099;s:28:\"apihelp-compare-param-totext\";i:5100;s:36:\"apihelp-compare-param-tocontentmodel\";i:5101;s:37:\"apihelp-compare-param-tocontentformat\";i:5102;s:31:\"apihelp-compare-param-tosection\";i:5103;s:26:\"apihelp-compare-param-prop\";i:5104;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5105;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5106;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5107;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5108;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5109;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5110;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5111;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5112;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5113;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5114;s:30:\"apihelp-compare-param-difftype\";i:5115;s:27:\"apihelp-compare-param-slots\";i:5116;s:25:\"apihelp-compare-example-1\";i:5117;s:29:\"apihelp-createaccount-summary\";i:5118;s:41:\"apihelp-createaccount-param-preservestate\";i:5119;s:36:\"apihelp-createaccount-example-create\";i:5120;s:25:\"apihelp-cspreport-summary\";i:5121;s:34:\"apihelp-cspreport-param-reportonly\";i:5122;s:30:\"apihelp-cspreport-param-source\";i:5123;s:22:\"apihelp-delete-summary\";i:5124;s:26:\"apihelp-delete-param-title\";i:5125;s:27:\"apihelp-delete-param-pageid\";i:5126;s:27:\"apihelp-delete-param-reason\";i:5127;s:25:\"apihelp-delete-param-tags\";i:5128;s:31:\"apihelp-delete-param-deletetalk\";i:5129;s:26:\"apihelp-delete-param-watch\";i:5130;s:30:\"apihelp-delete-param-watchlist\";i:5131;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5132;s:28:\"apihelp-delete-param-unwatch\";i:5133;s:29:\"apihelp-delete-param-oldimage\";i:5134;s:29:\"apihelp-delete-example-simple\";i:5135;s:29:\"apihelp-delete-example-reason\";i:5136;s:24:\"apihelp-disabled-summary\";i:5137;s:20:\"apihelp-edit-summary\";i:5138;s:24:\"apihelp-edit-param-title\";i:5139;s:25:\"apihelp-edit-param-pageid\";i:5140;s:26:\"apihelp-edit-param-section\";i:5141;s:31:\"apihelp-edit-param-sectiontitle\";i:5142;s:23:\"apihelp-edit-param-text\";i:5143;s:26:\"apihelp-edit-param-summary\";i:5144;s:23:\"apihelp-edit-param-tags\";i:5145;s:24:\"apihelp-edit-param-minor\";i:5146;s:27:\"apihelp-edit-param-notminor\";i:5147;s:22:\"apihelp-edit-param-bot\";i:5148;s:28:\"apihelp-edit-param-baserevid\";i:5149;s:32:\"apihelp-edit-param-basetimestamp\";i:5150;s:33:\"apihelp-edit-param-starttimestamp\";i:5151;s:27:\"apihelp-edit-param-recreate\";i:5152;s:29:\"apihelp-edit-param-createonly\";i:5153;s:27:\"apihelp-edit-param-nocreate\";i:5154;s:24:\"apihelp-edit-param-watch\";i:5155;s:26:\"apihelp-edit-param-unwatch\";i:5156;s:28:\"apihelp-edit-param-watchlist\";i:5157;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5158;s:22:\"apihelp-edit-param-md5\";i:5159;s:30:\"apihelp-edit-param-prependtext\";i:5160;s:29:\"apihelp-edit-param-appendtext\";i:5161;s:23:\"apihelp-edit-param-undo\";i:5162;s:28:\"apihelp-edit-param-undoafter\";i:5163;s:27:\"apihelp-edit-param-redirect\";i:5164;s:32:\"apihelp-edit-param-contentformat\";i:5165;s:31:\"apihelp-edit-param-contentmodel\";i:5166;s:24:\"apihelp-edit-param-token\";i:5167;s:25:\"apihelp-edit-example-edit\";i:5168;s:28:\"apihelp-edit-example-prepend\";i:5169;s:25:\"apihelp-edit-example-undo\";i:5170;s:25:\"apihelp-emailuser-summary\";i:5171;s:30:\"apihelp-emailuser-param-target\";i:5172;s:31:\"apihelp-emailuser-param-subject\";i:5173;s:28:\"apihelp-emailuser-param-text\";i:5174;s:28:\"apihelp-emailuser-param-ccme\";i:5175;s:31:\"apihelp-emailuser-example-email\";i:5176;s:31:\"apihelp-expandtemplates-summary\";i:5177;s:35:\"apihelp-expandtemplates-param-title\";i:5178;s:34:\"apihelp-expandtemplates-param-text\";i:5179;s:35:\"apihelp-expandtemplates-param-revid\";i:5180;s:34:\"apihelp-expandtemplates-param-prop\";i:5181;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5182;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5183;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5184;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5185;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5186;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5187;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5188;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5189;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5190;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5191;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5192;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5193;s:38:\"apihelp-expandtemplates-example-simple\";i:5194;s:33:\"apihelp-feedcontributions-summary\";i:5195;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5196;s:36:\"apihelp-feedcontributions-param-user\";i:5197;s:41:\"apihelp-feedcontributions-param-namespace\";i:5198;s:36:\"apihelp-feedcontributions-param-year\";i:5199;s:37:\"apihelp-feedcontributions-param-month\";i:5200;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5201;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5202;s:39:\"apihelp-feedcontributions-param-toponly\";i:5203;s:39:\"apihelp-feedcontributions-param-newonly\";i:5204;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5205;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5206;s:40:\"apihelp-feedcontributions-example-simple\";i:5207;s:33:\"apihelp-feedrecentchanges-summary\";i:5208;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5209;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5210;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5211;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5212;s:36:\"apihelp-feedrecentchanges-param-days\";i:5213;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5214;s:36:\"apihelp-feedrecentchanges-param-from\";i:5215;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5216;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5217;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5218;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5219;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5220;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5221;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5222;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5223;s:38:\"apihelp-feedrecentchanges-param-target\";i:5224;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5225;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5226;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5227;s:29:\"apihelp-feedwatchlist-summary\";i:5228;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5229;s:33:\"apihelp-feedwatchlist-param-hours\";i:5230;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5231;s:37:\"apihelp-feedwatchlist-example-default\";i:5232;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5233;s:26:\"apihelp-filerevert-summary\";i:5234;s:33:\"apihelp-filerevert-param-filename\";i:5235;s:32:\"apihelp-filerevert-param-comment\";i:5236;s:36:\"apihelp-filerevert-param-archivename\";i:5237;s:33:\"apihelp-filerevert-example-revert\";i:5238;s:20:\"apihelp-help-summary\";i:5239;s:26:\"apihelp-help-param-modules\";i:5240;s:29:\"apihelp-help-param-submodules\";i:5241;s:38:\"apihelp-help-param-recursivesubmodules\";i:5242;s:29:\"apihelp-help-param-helpformat\";i:5243;s:23:\"apihelp-help-param-wrap\";i:5244;s:22:\"apihelp-help-param-toc\";i:5245;s:25:\"apihelp-help-example-main\";i:5246;s:31:\"apihelp-help-example-submodules\";i:5247;s:30:\"apihelp-help-example-recursive\";i:5248;s:25:\"apihelp-help-example-help\";i:5249;s:26:\"apihelp-help-example-query\";i:5250;s:27:\"apihelp-imagerotate-summary\";i:5251;s:34:\"apihelp-imagerotate-param-rotation\";i:5252;s:30:\"apihelp-imagerotate-param-tags\";i:5253;s:34:\"apihelp-imagerotate-example-simple\";i:5254;s:37:\"apihelp-imagerotate-example-generator\";i:5255;s:22:\"apihelp-import-summary\";i:5256;s:35:\"apihelp-import-extended-description\";i:5257;s:28:\"apihelp-import-param-summary\";i:5258;s:24:\"apihelp-import-param-xml\";i:5259;s:36:\"apihelp-import-param-interwikiprefix\";i:5260;s:37:\"apihelp-import-param-assignknownusers\";i:5261;s:36:\"apihelp-import-param-interwikisource\";i:5262;s:34:\"apihelp-import-param-interwikipage\";i:5263;s:32:\"apihelp-import-param-fullhistory\";i:5264;s:30:\"apihelp-import-param-templates\";i:5265;s:30:\"apihelp-import-param-namespace\";i:5266;s:29:\"apihelp-import-param-rootpage\";i:5267;s:25:\"apihelp-import-param-tags\";i:5268;s:29:\"apihelp-import-example-import\";i:5269;s:27:\"apihelp-linkaccount-summary\";i:5270;s:32:\"apihelp-linkaccount-example-link\";i:5271;s:21:\"apihelp-login-summary\";i:5272;s:34:\"apihelp-login-extended-description\";i:5273;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5274;s:24:\"apihelp-login-param-name\";i:5275;s:28:\"apihelp-login-param-password\";i:5276;s:26:\"apihelp-login-param-domain\";i:5277;s:25:\"apihelp-login-param-token\";i:5278;s:27:\"apihelp-login-example-login\";i:5279;s:22:\"apihelp-logout-summary\";i:5280;s:29:\"apihelp-logout-example-logout\";i:5281;s:26:\"apihelp-managetags-summary\";i:5282;s:34:\"apihelp-managetags-param-operation\";i:5283;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5284;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5285;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5286;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5287;s:28:\"apihelp-managetags-param-tag\";i:5288;s:31:\"apihelp-managetags-param-reason\";i:5289;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5290;s:29:\"apihelp-managetags-param-tags\";i:5291;s:33:\"apihelp-managetags-example-create\";i:5292;s:33:\"apihelp-managetags-example-delete\";i:5293;s:35:\"apihelp-managetags-example-activate\";i:5294;s:37:\"apihelp-managetags-example-deactivate\";i:5295;s:28:\"apihelp-mergehistory-summary\";i:5296;s:31:\"apihelp-mergehistory-param-from\";i:5297;s:33:\"apihelp-mergehistory-param-fromid\";i:5298;s:29:\"apihelp-mergehistory-param-to\";i:5299;s:31:\"apihelp-mergehistory-param-toid\";i:5300;s:36:\"apihelp-mergehistory-param-timestamp\";i:5301;s:33:\"apihelp-mergehistory-param-reason\";i:5302;s:34:\"apihelp-mergehistory-example-merge\";i:5303;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5304;s:20:\"apihelp-move-summary\";i:5305;s:23:\"apihelp-move-param-from\";i:5306;s:25:\"apihelp-move-param-fromid\";i:5307;s:21:\"apihelp-move-param-to\";i:5308;s:25:\"apihelp-move-param-reason\";i:5309;s:27:\"apihelp-move-param-movetalk\";i:5310;s:31:\"apihelp-move-param-movesubpages\";i:5311;s:29:\"apihelp-move-param-noredirect\";i:5312;s:24:\"apihelp-move-param-watch\";i:5313;s:26:\"apihelp-move-param-unwatch\";i:5314;s:28:\"apihelp-move-param-watchlist\";i:5315;s:34:\"apihelp-move-param-watchlistexpiry\";i:5316;s:33:\"apihelp-move-param-ignorewarnings\";i:5317;s:23:\"apihelp-move-param-tags\";i:5318;s:25:\"apihelp-move-example-move\";i:5319;s:26:\"apihelp-opensearch-summary\";i:5320;s:31:\"apihelp-opensearch-param-search\";i:5321;s:30:\"apihelp-opensearch-param-limit\";i:5322;s:34:\"apihelp-opensearch-param-namespace\";i:5323;s:32:\"apihelp-opensearch-param-suggest\";i:5324;s:34:\"apihelp-opensearch-param-redirects\";i:5325;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5326;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5327;s:41:\"apihelp-opensearch-param-redirects-append\";i:5328;s:31:\"apihelp-opensearch-param-format\";i:5329;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5330;s:29:\"apihelp-opensearch-example-te\";i:5331;s:23:\"apihelp-options-summary\";i:5332;s:36:\"apihelp-options-extended-description\";i:5333;s:27:\"apihelp-options-param-reset\";i:5334;s:32:\"apihelp-options-param-resetkinds\";i:5335;s:28:\"apihelp-options-param-change\";i:5336;s:32:\"apihelp-options-param-optionname\";i:5337;s:33:\"apihelp-options-param-optionvalue\";i:5338;s:29:\"apihelp-options-example-reset\";i:5339;s:30:\"apihelp-options-example-change\";i:5340;s:31:\"apihelp-options-example-complex\";i:5341;s:25:\"apihelp-paraminfo-summary\";i:5342;s:31:\"apihelp-paraminfo-param-modules\";i:5343;s:34:\"apihelp-paraminfo-param-helpformat\";i:5344;s:36:\"apihelp-paraminfo-param-querymodules\";i:5345;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5346;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5347;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5348;s:27:\"apihelp-paraminfo-example-1\";i:5349;s:27:\"apihelp-paraminfo-example-2\";i:5350;s:21:\"apihelp-parse-summary\";i:5351;s:34:\"apihelp-parse-extended-description\";i:5352;s:25:\"apihelp-parse-param-title\";i:5353;s:24:\"apihelp-parse-param-text\";i:5354;s:25:\"apihelp-parse-param-revid\";i:5355;s:27:\"apihelp-parse-param-summary\";i:5356;s:24:\"apihelp-parse-param-page\";i:5357;s:26:\"apihelp-parse-param-pageid\";i:5358;s:29:\"apihelp-parse-param-redirects\";i:5359;s:25:\"apihelp-parse-param-oldid\";i:5360;s:24:\"apihelp-parse-param-prop\";i:5361;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5362;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5363;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5364;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5365;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5366;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5367;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5368;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5369;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5370;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5371;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5372;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5373;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5374;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5375;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5376;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5377;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5378;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5379;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5380;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5381;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5382;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5383;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5384;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5385;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5386;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5387;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5388;s:23:\"apihelp-parse-param-pst\";i:5389;s:27:\"apihelp-parse-param-onlypst\";i:5390;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5391;s:27:\"apihelp-parse-param-section\";i:5392;s:32:\"apihelp-parse-param-sectiontitle\";i:5393;s:38:\"apihelp-parse-param-disablelimitreport\";i:5394;s:29:\"apihelp-parse-param-disablepp\";i:5395;s:38:\"apihelp-parse-param-disableeditsection\";i:5396;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5397;s:36:\"apihelp-parse-param-showstrategykeys\";i:5398;s:31:\"apihelp-parse-param-generatexml\";i:5399;s:27:\"apihelp-parse-param-preview\";i:5400;s:34:\"apihelp-parse-param-sectionpreview\";i:5401;s:30:\"apihelp-parse-param-disabletoc\";i:5402;s:27:\"apihelp-parse-param-useskin\";i:5403;s:33:\"apihelp-parse-param-contentformat\";i:5404;s:32:\"apihelp-parse-param-contentmodel\";i:5405;s:26:\"apihelp-parse-example-page\";i:5406;s:26:\"apihelp-parse-example-text\";i:5407;s:31:\"apihelp-parse-example-texttitle\";i:5408;s:29:\"apihelp-parse-example-summary\";i:5409;s:22:\"apihelp-patrol-summary\";i:5410;s:25:\"apihelp-patrol-param-rcid\";i:5411;s:26:\"apihelp-patrol-param-revid\";i:5412;s:25:\"apihelp-patrol-param-tags\";i:5413;s:27:\"apihelp-patrol-example-rcid\";i:5414;s:28:\"apihelp-patrol-example-revid\";i:5415;s:23:\"apihelp-protect-summary\";i:5416;s:27:\"apihelp-protect-param-title\";i:5417;s:28:\"apihelp-protect-param-pageid\";i:5418;s:33:\"apihelp-protect-param-protections\";i:5419;s:28:\"apihelp-protect-param-expiry\";i:5420;s:28:\"apihelp-protect-param-reason\";i:5421;s:26:\"apihelp-protect-param-tags\";i:5422;s:29:\"apihelp-protect-param-cascade\";i:5423;s:27:\"apihelp-protect-param-watch\";i:5424;s:31:\"apihelp-protect-param-watchlist\";i:5425;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5426;s:31:\"apihelp-protect-example-protect\";i:5427;s:33:\"apihelp-protect-example-unprotect\";i:5428;s:34:\"apihelp-protect-example-unprotect2\";i:5429;s:21:\"apihelp-purge-summary\";i:5430;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5431;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5432;s:28:\"apihelp-purge-example-simple\";i:5433;s:31:\"apihelp-purge-example-generator\";i:5434;s:21:\"apihelp-query-summary\";i:5435;s:34:\"apihelp-query-extended-description\";i:5436;s:24:\"apihelp-query-param-prop\";i:5437;s:24:\"apihelp-query-param-list\";i:5438;s:24:\"apihelp-query-param-meta\";i:5439;s:32:\"apihelp-query-param-indexpageids\";i:5440;s:26:\"apihelp-query-param-export\";i:5441;s:32:\"apihelp-query-param-exportnowrap\";i:5442;s:32:\"apihelp-query-param-exportschema\";i:5443;s:25:\"apihelp-query-param-iwurl\";i:5444;s:31:\"apihelp-query-param-rawcontinue\";i:5445;s:31:\"apihelp-query-example-revisions\";i:5446;s:30:\"apihelp-query-example-allpages\";i:5447;s:35:\"apihelp-query+allcategories-summary\";i:5448;s:38:\"apihelp-query+allcategories-param-from\";i:5449;s:36:\"apihelp-query+allcategories-param-to\";i:5450;s:40:\"apihelp-query+allcategories-param-prefix\";i:5451;s:37:\"apihelp-query+allcategories-param-dir\";i:5452;s:37:\"apihelp-query+allcategories-param-min\";i:5453;s:37:\"apihelp-query+allcategories-param-max\";i:5454;s:39:\"apihelp-query+allcategories-param-limit\";i:5455;s:38:\"apihelp-query+allcategories-param-prop\";i:5456;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5457;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5458;s:40:\"apihelp-query+allcategories-example-size\";i:5459;s:45:\"apihelp-query+allcategories-example-generator\";i:5460;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5461;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5462;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5463;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5464;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5465;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5466;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5467;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5468;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5469;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5470;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5471;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5472;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5473;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5474;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5475;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5476;s:35:\"apihelp-query+allfileusages-summary\";i:5477;s:38:\"apihelp-query+allfileusages-param-from\";i:5478;s:36:\"apihelp-query+allfileusages-param-to\";i:5479;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5480;s:40:\"apihelp-query+allfileusages-param-unique\";i:5481;s:38:\"apihelp-query+allfileusages-param-prop\";i:5482;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5483;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5484;s:39:\"apihelp-query+allfileusages-param-limit\";i:5485;s:37:\"apihelp-query+allfileusages-param-dir\";i:5486;s:37:\"apihelp-query+allfileusages-example-b\";i:5487;s:42:\"apihelp-query+allfileusages-example-unique\";i:5488;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5489;s:45:\"apihelp-query+allfileusages-example-generator\";i:5490;s:31:\"apihelp-query+allimages-summary\";i:5491;s:34:\"apihelp-query+allimages-param-sort\";i:5492;s:33:\"apihelp-query+allimages-param-dir\";i:5493;s:34:\"apihelp-query+allimages-param-from\";i:5494;s:32:\"apihelp-query+allimages-param-to\";i:5495;s:35:\"apihelp-query+allimages-param-start\";i:5496;s:33:\"apihelp-query+allimages-param-end\";i:5497;s:36:\"apihelp-query+allimages-param-prefix\";i:5498;s:37:\"apihelp-query+allimages-param-minsize\";i:5499;s:37:\"apihelp-query+allimages-param-maxsize\";i:5500;s:34:\"apihelp-query+allimages-param-sha1\";i:5501;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5502;s:34:\"apihelp-query+allimages-param-user\";i:5503;s:40:\"apihelp-query+allimages-param-filterbots\";i:5504;s:34:\"apihelp-query+allimages-param-mime\";i:5505;s:35:\"apihelp-query+allimages-param-limit\";i:5506;s:33:\"apihelp-query+allimages-example-b\";i:5507;s:38:\"apihelp-query+allimages-example-recent\";i:5508;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5509;s:41:\"apihelp-query+allimages-example-generator\";i:5510;s:30:\"apihelp-query+alllinks-summary\";i:5511;s:33:\"apihelp-query+alllinks-param-from\";i:5512;s:31:\"apihelp-query+alllinks-param-to\";i:5513;s:35:\"apihelp-query+alllinks-param-prefix\";i:5514;s:35:\"apihelp-query+alllinks-param-unique\";i:5515;s:33:\"apihelp-query+alllinks-param-prop\";i:5516;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5517;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5518;s:38:\"apihelp-query+alllinks-param-namespace\";i:5519;s:34:\"apihelp-query+alllinks-param-limit\";i:5520;s:32:\"apihelp-query+alllinks-param-dir\";i:5521;s:32:\"apihelp-query+alllinks-example-b\";i:5522;s:37:\"apihelp-query+alllinks-example-unique\";i:5523;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5524;s:40:\"apihelp-query+alllinks-example-generator\";i:5525;s:33:\"apihelp-query+allmessages-summary\";i:5526;s:40:\"apihelp-query+allmessages-param-messages\";i:5527;s:36:\"apihelp-query+allmessages-param-prop\";i:5528;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5529;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5530;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5531;s:36:\"apihelp-query+allmessages-param-args\";i:5532;s:38:\"apihelp-query+allmessages-param-filter\";i:5533;s:42:\"apihelp-query+allmessages-param-customised\";i:5534;s:36:\"apihelp-query+allmessages-param-lang\";i:5535;s:36:\"apihelp-query+allmessages-param-from\";i:5536;s:34:\"apihelp-query+allmessages-param-to\";i:5537;s:37:\"apihelp-query+allmessages-param-title\";i:5538;s:38:\"apihelp-query+allmessages-param-prefix\";i:5539;s:37:\"apihelp-query+allmessages-example-ipb\";i:5540;s:36:\"apihelp-query+allmessages-example-de\";i:5541;s:30:\"apihelp-query+allpages-summary\";i:5542;s:33:\"apihelp-query+allpages-param-from\";i:5543;s:31:\"apihelp-query+allpages-param-to\";i:5544;s:35:\"apihelp-query+allpages-param-prefix\";i:5545;s:38:\"apihelp-query+allpages-param-namespace\";i:5546;s:40:\"apihelp-query+allpages-param-filterredir\";i:5547;s:36:\"apihelp-query+allpages-param-minsize\";i:5548;s:36:\"apihelp-query+allpages-param-maxsize\";i:5549;s:35:\"apihelp-query+allpages-param-prtype\";i:5550;s:36:\"apihelp-query+allpages-param-prlevel\";i:5551;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5552;s:34:\"apihelp-query+allpages-param-limit\";i:5553;s:32:\"apihelp-query+allpages-param-dir\";i:5554;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5555;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5556;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5557;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5558;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5559;s:32:\"apihelp-query+allpages-example-b\";i:5560;s:40:\"apihelp-query+allpages-example-generator\";i:5561;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5562;s:34:\"apihelp-query+allredirects-summary\";i:5563;s:37:\"apihelp-query+allredirects-param-from\";i:5564;s:35:\"apihelp-query+allredirects-param-to\";i:5565;s:39:\"apihelp-query+allredirects-param-prefix\";i:5566;s:39:\"apihelp-query+allredirects-param-unique\";i:5567;s:37:\"apihelp-query+allredirects-param-prop\";i:5568;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5569;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5570;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5571;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5572;s:42:\"apihelp-query+allredirects-param-namespace\";i:5573;s:38:\"apihelp-query+allredirects-param-limit\";i:5574;s:36:\"apihelp-query+allredirects-param-dir\";i:5575;s:36:\"apihelp-query+allredirects-example-b\";i:5576;s:41:\"apihelp-query+allredirects-example-unique\";i:5577;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5578;s:44:\"apihelp-query+allredirects-example-generator\";i:5579;s:34:\"apihelp-query+allrevisions-summary\";i:5580;s:38:\"apihelp-query+allrevisions-param-start\";i:5581;s:36:\"apihelp-query+allrevisions-param-end\";i:5582;s:37:\"apihelp-query+allrevisions-param-user\";i:5583;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5584;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5585;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5586;s:39:\"apihelp-query+allrevisions-example-user\";i:5587;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5588;s:36:\"apihelp-query+mystashedfiles-summary\";i:5589;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5590;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5591;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5592;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5593;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5594;s:38:\"apihelp-query+alltransclusions-summary\";i:5595;s:41:\"apihelp-query+alltransclusions-param-from\";i:5596;s:39:\"apihelp-query+alltransclusions-param-to\";i:5597;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5598;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5599;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5600;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5601;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5602;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5603;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5604;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5605;s:40:\"apihelp-query+alltransclusions-example-b\";i:5606;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5607;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5608;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5609;s:30:\"apihelp-query+allusers-summary\";i:5610;s:33:\"apihelp-query+allusers-param-from\";i:5611;s:31:\"apihelp-query+allusers-param-to\";i:5612;s:35:\"apihelp-query+allusers-param-prefix\";i:5613;s:32:\"apihelp-query+allusers-param-dir\";i:5614;s:34:\"apihelp-query+allusers-param-group\";i:5615;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5616;s:35:\"apihelp-query+allusers-param-rights\";i:5617;s:33:\"apihelp-query+allusers-param-prop\";i:5618;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5619;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5620;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5621;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5622;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5623;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5624;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5625;s:34:\"apihelp-query+allusers-param-limit\";i:5626;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5627;s:40:\"apihelp-query+allusers-param-activeusers\";i:5628;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5629;s:32:\"apihelp-query+allusers-example-y\";i:5630;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5631;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5632;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5633;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5634;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5635;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5636;s:31:\"apihelp-query+backlinks-summary\";i:5637;s:35:\"apihelp-query+backlinks-param-title\";i:5638;s:36:\"apihelp-query+backlinks-param-pageid\";i:5639;s:39:\"apihelp-query+backlinks-param-namespace\";i:5640;s:33:\"apihelp-query+backlinks-param-dir\";i:5641;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5642;s:35:\"apihelp-query+backlinks-param-limit\";i:5643;s:38:\"apihelp-query+backlinks-param-redirect\";i:5644;s:38:\"apihelp-query+backlinks-example-simple\";i:5645;s:41:\"apihelp-query+backlinks-example-generator\";i:5646;s:28:\"apihelp-query+blocks-summary\";i:5647;s:32:\"apihelp-query+blocks-param-start\";i:5648;s:30:\"apihelp-query+blocks-param-end\";i:5649;s:30:\"apihelp-query+blocks-param-ids\";i:5650;s:32:\"apihelp-query+blocks-param-users\";i:5651;s:29:\"apihelp-query+blocks-param-ip\";i:5652;s:32:\"apihelp-query+blocks-param-limit\";i:5653;s:31:\"apihelp-query+blocks-param-prop\";i:5654;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5655;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5656;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5657;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5658;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5659;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5660;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5661;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5662;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5663;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5664;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5665;s:31:\"apihelp-query+blocks-param-show\";i:5666;s:35:\"apihelp-query+blocks-example-simple\";i:5667;s:34:\"apihelp-query+blocks-example-users\";i:5668;s:32:\"apihelp-query+categories-summary\";i:5669;s:35:\"apihelp-query+categories-param-prop\";i:5670;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5671;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5672;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5673;s:35:\"apihelp-query+categories-param-show\";i:5674;s:36:\"apihelp-query+categories-param-limit\";i:5675;s:41:\"apihelp-query+categories-param-categories\";i:5676;s:34:\"apihelp-query+categories-param-dir\";i:5677;s:39:\"apihelp-query+categories-example-simple\";i:5678;s:42:\"apihelp-query+categories-example-generator\";i:5679;s:34:\"apihelp-query+categoryinfo-summary\";i:5680;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5681;s:37:\"apihelp-query+categorymembers-summary\";i:5682;s:41:\"apihelp-query+categorymembers-param-title\";i:5683;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5684;s:40:\"apihelp-query+categorymembers-param-prop\";i:5685;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5686;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5687;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5688;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5689;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5690;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5691;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5692;s:40:\"apihelp-query+categorymembers-param-type\";i:5693;s:41:\"apihelp-query+categorymembers-param-limit\";i:5694;s:40:\"apihelp-query+categorymembers-param-sort\";i:5695;s:39:\"apihelp-query+categorymembers-param-dir\";i:5696;s:41:\"apihelp-query+categorymembers-param-start\";i:5697;s:39:\"apihelp-query+categorymembers-param-end\";i:5698;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5699;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5700;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5701;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5702;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5703;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5704;s:44:\"apihelp-query+categorymembers-example-simple\";i:5705;s:47:\"apihelp-query+categorymembers-example-generator\";i:5706;s:34:\"apihelp-query+contributors-summary\";i:5707;s:38:\"apihelp-query+contributors-param-group\";i:5708;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5709;s:39:\"apihelp-query+contributors-param-rights\";i:5710;s:46:\"apihelp-query+contributors-param-excluderights\";i:5711;s:38:\"apihelp-query+contributors-param-limit\";i:5712;s:41:\"apihelp-query+contributors-example-simple\";i:5713;s:38:\"apihelp-query+deletedrevisions-summary\";i:5714;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5715;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5716;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5717;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5718;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5719;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5720;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5721;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5722;s:33:\"apihelp-query+deletedrevs-summary\";i:5723;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5724;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5725;s:37:\"apihelp-query+deletedrevs-param-start\";i:5726;s:35:\"apihelp-query+deletedrevs-param-end\";i:5727;s:36:\"apihelp-query+deletedrevs-param-from\";i:5728;s:34:\"apihelp-query+deletedrevs-param-to\";i:5729;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5730;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5731;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5732;s:36:\"apihelp-query+deletedrevs-param-user\";i:5733;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5734;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5735;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5736;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5737;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5738;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5739;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5740;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5741;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5742;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5743;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5744;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5745;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5746;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5747;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5748;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5749;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5750;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5751;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5752;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5753;s:30:\"apihelp-query+disabled-summary\";i:5754;s:36:\"apihelp-query+duplicatefiles-summary\";i:5755;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5756;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5757;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5758;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5759;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5760;s:32:\"apihelp-query+embeddedin-summary\";i:5761;s:36:\"apihelp-query+embeddedin-param-title\";i:5762;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5763;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5764;s:34:\"apihelp-query+embeddedin-param-dir\";i:5765;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5766;s:36:\"apihelp-query+embeddedin-param-limit\";i:5767;s:39:\"apihelp-query+embeddedin-example-simple\";i:5768;s:42:\"apihelp-query+embeddedin-example-generator\";i:5769;s:30:\"apihelp-query+extlinks-summary\";i:5770;s:34:\"apihelp-query+extlinks-param-limit\";i:5771;s:37:\"apihelp-query+extlinks-param-protocol\";i:5772;s:34:\"apihelp-query+extlinks-param-query\";i:5773;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5774;s:37:\"apihelp-query+extlinks-example-simple\";i:5775;s:33:\"apihelp-query+exturlusage-summary\";i:5776;s:36:\"apihelp-query+exturlusage-param-prop\";i:5777;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5778;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5779;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5780;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5781;s:37:\"apihelp-query+exturlusage-param-query\";i:5782;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5783;s:37:\"apihelp-query+exturlusage-param-limit\";i:5784;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5785;s:40:\"apihelp-query+exturlusage-example-simple\";i:5786;s:33:\"apihelp-query+filearchive-summary\";i:5787;s:36:\"apihelp-query+filearchive-param-from\";i:5788;s:34:\"apihelp-query+filearchive-param-to\";i:5789;s:38:\"apihelp-query+filearchive-param-prefix\";i:5790;s:37:\"apihelp-query+filearchive-param-limit\";i:5791;s:35:\"apihelp-query+filearchive-param-dir\";i:5792;s:36:\"apihelp-query+filearchive-param-sha1\";i:5793;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5794;s:36:\"apihelp-query+filearchive-param-prop\";i:5795;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5796;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5797;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5798;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5799;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5800;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5801;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5802;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5803;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5804;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5805;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5806;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5807;s:40:\"apihelp-query+filearchive-example-simple\";i:5808;s:34:\"apihelp-query+filerepoinfo-summary\";i:5809;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5810;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5811;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5812;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5813;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5814;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5815;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5816;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5817;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5818;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5819;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5820;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5821;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5822;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5823;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5824;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5825;s:31:\"apihelp-query+fileusage-summary\";i:5826;s:34:\"apihelp-query+fileusage-param-prop\";i:5827;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5828;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5829;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5830;s:39:\"apihelp-query+fileusage-param-namespace\";i:5831;s:35:\"apihelp-query+fileusage-param-limit\";i:5832;s:34:\"apihelp-query+fileusage-param-show\";i:5833;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5834;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5835;s:38:\"apihelp-query+fileusage-example-simple\";i:5836;s:41:\"apihelp-query+fileusage-example-generator\";i:5837;s:31:\"apihelp-query+imageinfo-summary\";i:5838;s:34:\"apihelp-query+imageinfo-param-prop\";i:5839;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5840;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5841;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5842;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5843;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5844;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5845;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5846;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5847;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5848;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5849;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5850;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5851;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5852;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5853;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5854;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5855;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5856;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5857;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5858;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5859;s:35:\"apihelp-query+imageinfo-param-limit\";i:5860;s:35:\"apihelp-query+imageinfo-param-start\";i:5861;s:33:\"apihelp-query+imageinfo-param-end\";i:5862;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5863;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5864;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5865;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5866;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5867;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5868;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5869;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5870;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5871;s:38:\"apihelp-query+imageinfo-example-simple\";i:5872;s:37:\"apihelp-query+imageinfo-example-dated\";i:5873;s:28:\"apihelp-query+images-summary\";i:5874;s:32:\"apihelp-query+images-param-limit\";i:5875;s:33:\"apihelp-query+images-param-images\";i:5876;s:30:\"apihelp-query+images-param-dir\";i:5877;s:35:\"apihelp-query+images-example-simple\";i:5878;s:38:\"apihelp-query+images-example-generator\";i:5879;s:32:\"apihelp-query+imageusage-summary\";i:5880;s:36:\"apihelp-query+imageusage-param-title\";i:5881;s:37:\"apihelp-query+imageusage-param-pageid\";i:5882;s:40:\"apihelp-query+imageusage-param-namespace\";i:5883;s:34:\"apihelp-query+imageusage-param-dir\";i:5884;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5885;s:36:\"apihelp-query+imageusage-param-limit\";i:5886;s:39:\"apihelp-query+imageusage-param-redirect\";i:5887;s:39:\"apihelp-query+imageusage-example-simple\";i:5888;s:42:\"apihelp-query+imageusage-example-generator\";i:5889;s:26:\"apihelp-query+info-summary\";i:5890;s:29:\"apihelp-query+info-param-prop\";i:5891;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5892;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5893;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5894;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5895;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5896;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5897;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5898;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5899;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5900;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5901;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5902;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5903;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5904;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5905;s:36:\"apihelp-query+info-param-linkcontext\";i:5906;s:36:\"apihelp-query+info-param-testactions\";i:5907;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5908;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5909;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5910;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5911;s:33:\"apihelp-query+info-example-simple\";i:5912;s:37:\"apihelp-query+info-example-protection\";i:5913;s:33:\"apihelp-query+iwbacklinks-summary\";i:5914;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5915;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5916;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5917;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5918;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5919;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5920;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5921;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5922;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5923;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5924;s:29:\"apihelp-query+iwlinks-summary\";i:5925;s:31:\"apihelp-query+iwlinks-param-url\";i:5926;s:32:\"apihelp-query+iwlinks-param-prop\";i:5927;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5928;s:33:\"apihelp-query+iwlinks-param-limit\";i:5929;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5930;s:33:\"apihelp-query+iwlinks-param-title\";i:5931;s:31:\"apihelp-query+iwlinks-param-dir\";i:5932;s:36:\"apihelp-query+iwlinks-example-simple\";i:5933;s:35:\"apihelp-query+langbacklinks-summary\";i:5934;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5935;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5936;s:39:\"apihelp-query+langbacklinks-param-title\";i:5937;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5938;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5939;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5940;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5941;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5942;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5943;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5944;s:31:\"apihelp-query+langlinks-summary\";i:5945;s:35:\"apihelp-query+langlinks-param-limit\";i:5946;s:33:\"apihelp-query+langlinks-param-url\";i:5947;s:34:\"apihelp-query+langlinks-param-prop\";i:5948;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5949;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5950;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5951;s:34:\"apihelp-query+langlinks-param-lang\";i:5952;s:35:\"apihelp-query+langlinks-param-title\";i:5953;s:33:\"apihelp-query+langlinks-param-dir\";i:5954;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5955;s:38:\"apihelp-query+langlinks-example-simple\";i:5956;s:34:\"apihelp-query+languageinfo-summary\";i:5957;s:47:\"apihelp-query+languageinfo-extended-description\";i:5958;s:37:\"apihelp-query+languageinfo-param-prop\";i:5959;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5960;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5961;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5962;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5963;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5964;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5965;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5966;s:37:\"apihelp-query+languageinfo-param-code\";i:5967;s:41:\"apihelp-query+languageinfo-example-simple\";i:5968;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5969;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5970;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5971;s:27:\"apihelp-query+links-summary\";i:5972;s:35:\"apihelp-query+links-param-namespace\";i:5973;s:31:\"apihelp-query+links-param-limit\";i:5974;s:32:\"apihelp-query+links-param-titles\";i:5975;s:29:\"apihelp-query+links-param-dir\";i:5976;s:34:\"apihelp-query+links-example-simple\";i:5977;s:37:\"apihelp-query+links-example-generator\";i:5978;s:38:\"apihelp-query+links-example-namespaces\";i:5979;s:31:\"apihelp-query+linkshere-summary\";i:5980;s:34:\"apihelp-query+linkshere-param-prop\";i:5981;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5982;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5983;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5984;s:39:\"apihelp-query+linkshere-param-namespace\";i:5985;s:35:\"apihelp-query+linkshere-param-limit\";i:5986;s:34:\"apihelp-query+linkshere-param-show\";i:5987;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5988;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5989;s:38:\"apihelp-query+linkshere-example-simple\";i:5990;s:41:\"apihelp-query+linkshere-example-generator\";i:5991;s:31:\"apihelp-query+logevents-summary\";i:5992;s:34:\"apihelp-query+logevents-param-prop\";i:5993;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5994;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5995;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5996;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5997;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5998;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5999;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6000;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6001;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6002;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6003;s:34:\"apihelp-query+logevents-param-type\";i:6004;s:36:\"apihelp-query+logevents-param-action\";i:6005;s:35:\"apihelp-query+logevents-param-start\";i:6006;s:33:\"apihelp-query+logevents-param-end\";i:6007;s:34:\"apihelp-query+logevents-param-user\";i:6008;s:35:\"apihelp-query+logevents-param-title\";i:6009;s:39:\"apihelp-query+logevents-param-namespace\";i:6010;s:36:\"apihelp-query+logevents-param-prefix\";i:6011;s:33:\"apihelp-query+logevents-param-tag\";i:6012;s:35:\"apihelp-query+logevents-param-limit\";i:6013;s:38:\"apihelp-query+logevents-example-simple\";i:6014;s:35:\"apihelp-query+pagepropnames-summary\";i:6015;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6016;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6017;s:31:\"apihelp-query+pageprops-summary\";i:6018;s:34:\"apihelp-query+pageprops-param-prop\";i:6019;s:38:\"apihelp-query+pageprops-example-simple\";i:6020;s:35:\"apihelp-query+pageswithprop-summary\";i:6021;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6022;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6023;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6024;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6025;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6026;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6027;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6028;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6029;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6030;s:34:\"apihelp-query+prefixsearch-summary\";i:6031;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6032;s:39:\"apihelp-query+prefixsearch-param-search\";i:6033;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6034;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6035;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6036;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6037;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6038;s:37:\"apihelp-query+protectedtitles-summary\";i:6039;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6040;s:41:\"apihelp-query+protectedtitles-param-level\";i:6041;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6042;s:41:\"apihelp-query+protectedtitles-param-start\";i:6043;s:39:\"apihelp-query+protectedtitles-param-end\";i:6044;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6045;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6046;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6047;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6048;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6049;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6050;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6051;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6052;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6053;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6054;s:31:\"apihelp-query+querypage-summary\";i:6055;s:34:\"apihelp-query+querypage-param-page\";i:6056;s:35:\"apihelp-query+querypage-param-limit\";i:6057;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6058;s:28:\"apihelp-query+random-summary\";i:6059;s:41:\"apihelp-query+random-extended-description\";i:6060;s:36:\"apihelp-query+random-param-namespace\";i:6061;s:32:\"apihelp-query+random-param-limit\";i:6062;s:35:\"apihelp-query+random-param-redirect\";i:6063;s:38:\"apihelp-query+random-param-filterredir\";i:6064;s:35:\"apihelp-query+random-example-simple\";i:6065;s:38:\"apihelp-query+random-example-generator\";i:6066;s:35:\"apihelp-query+recentchanges-summary\";i:6067;s:39:\"apihelp-query+recentchanges-param-start\";i:6068;s:37:\"apihelp-query+recentchanges-param-end\";i:6069;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6070;s:38:\"apihelp-query+recentchanges-param-user\";i:6071;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6072;s:37:\"apihelp-query+recentchanges-param-tag\";i:6073;s:38:\"apihelp-query+recentchanges-param-slot\";i:6074;s:38:\"apihelp-query+recentchanges-param-prop\";i:6075;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6076;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6077;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6078;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6079;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6080;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6081;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6082;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6083;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6084;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6085;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6086;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6087;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6088;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6089;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6090;s:38:\"apihelp-query+recentchanges-param-show\";i:6091;s:39:\"apihelp-query+recentchanges-param-limit\";i:6092;s:38:\"apihelp-query+recentchanges-param-type\";i:6093;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6094;s:39:\"apihelp-query+recentchanges-param-title\";i:6095;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6096;s:42:\"apihelp-query+recentchanges-example-simple\";i:6097;s:45:\"apihelp-query+recentchanges-example-generator\";i:6098;s:31:\"apihelp-query+redirects-summary\";i:6099;s:34:\"apihelp-query+redirects-param-prop\";i:6100;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6101;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6102;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6103;s:39:\"apihelp-query+redirects-param-namespace\";i:6104;s:35:\"apihelp-query+redirects-param-limit\";i:6105;s:34:\"apihelp-query+redirects-param-show\";i:6106;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6107;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6108;s:38:\"apihelp-query+redirects-example-simple\";i:6109;s:41:\"apihelp-query+redirects-example-generator\";i:6110;s:31:\"apihelp-query+revisions-summary\";i:6111;s:44:\"apihelp-query+revisions-extended-description\";i:6112;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6113;s:37:\"apihelp-query+revisions-param-startid\";i:6114;s:35:\"apihelp-query+revisions-param-endid\";i:6115;s:35:\"apihelp-query+revisions-param-start\";i:6116;s:33:\"apihelp-query+revisions-param-end\";i:6117;s:34:\"apihelp-query+revisions-param-user\";i:6118;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6119;s:33:\"apihelp-query+revisions-param-tag\";i:6120;s:39:\"apihelp-query+revisions-example-content\";i:6121;s:37:\"apihelp-query+revisions-example-last5\";i:6122;s:38:\"apihelp-query+revisions-example-first5\";i:6123;s:44:\"apihelp-query+revisions-example-first5-after\";i:6124;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6125;s:43:\"apihelp-query+revisions-example-first5-user\";i:6126;s:39:\"apihelp-query+revisions+base-param-prop\";i:6127;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6128;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6129;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6130;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6131;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6132;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6133;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6134;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6135;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6136;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6137;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6138;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6139;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6140;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6141;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6142;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6143;s:40:\"apihelp-query+revisions+base-param-slots\";i:6144;s:40:\"apihelp-query+revisions+base-param-limit\";i:6145;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6146;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6147;s:40:\"apihelp-query+revisions+base-param-parse\";i:6148;s:42:\"apihelp-query+revisions+base-param-section\";i:6149;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6150;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6151;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6152;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6153;s:28:\"apihelp-query+search-summary\";i:6154;s:33:\"apihelp-query+search-param-search\";i:6155;s:36:\"apihelp-query+search-param-namespace\";i:6156;s:31:\"apihelp-query+search-param-what\";i:6157;s:31:\"apihelp-query+search-param-info\";i:6158;s:31:\"apihelp-query+search-param-prop\";i:6159;s:36:\"apihelp-query+search-param-qiprofile\";i:6160;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6161;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6162;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6163;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6164;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6165;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6166;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6167;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6168;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6169;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6170;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6171;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6172;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6173;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6174;s:32:\"apihelp-query+search-param-limit\";i:6175;s:36:\"apihelp-query+search-param-interwiki\";i:6176;s:34:\"apihelp-query+search-param-backend\";i:6177;s:41:\"apihelp-query+search-param-enablerewrites\";i:6178;s:31:\"apihelp-query+search-param-sort\";i:6179;s:35:\"apihelp-query+search-example-simple\";i:6180;s:33:\"apihelp-query+search-example-text\";i:6181;s:38:\"apihelp-query+search-example-generator\";i:6182;s:30:\"apihelp-query+siteinfo-summary\";i:6183;s:33:\"apihelp-query+siteinfo-param-prop\";i:6184;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6185;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6186;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6187;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6188;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6189;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6190;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6191;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6192;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6193;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6194;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6195;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6196;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6197;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6198;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6199;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6200;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6201;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6202;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6203;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6204;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6205;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6206;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6207;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6208;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6209;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6210;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6211;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6212;s:37:\"apihelp-query+siteinfo-example-simple\";i:6213;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6214;s:37:\"apihelp-query+siteinfo-example-replag\";i:6215;s:36:\"apihelp-query+stashimageinfo-summary\";i:6216;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6217;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6218;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6219;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6220;s:26:\"apihelp-query+tags-summary\";i:6221;s:30:\"apihelp-query+tags-param-limit\";i:6222;s:29:\"apihelp-query+tags-param-prop\";i:6223;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6224;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6225;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6226;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6227;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6228;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6229;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6230;s:33:\"apihelp-query+tags-example-simple\";i:6231;s:31:\"apihelp-query+templates-summary\";i:6232;s:39:\"apihelp-query+templates-param-namespace\";i:6233;s:35:\"apihelp-query+templates-param-limit\";i:6234;s:39:\"apihelp-query+templates-param-templates\";i:6235;s:33:\"apihelp-query+templates-param-dir\";i:6236;s:38:\"apihelp-query+templates-example-simple\";i:6237;s:41:\"apihelp-query+templates-example-generator\";i:6238;s:42:\"apihelp-query+templates-example-namespaces\";i:6239;s:28:\"apihelp-query+tokens-summary\";i:6240;s:31:\"apihelp-query+tokens-param-type\";i:6241;s:35:\"apihelp-query+tokens-example-simple\";i:6242;s:34:\"apihelp-query+tokens-example-types\";i:6243;s:35:\"apihelp-query+transcludedin-summary\";i:6244;s:38:\"apihelp-query+transcludedin-param-prop\";i:6245;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6246;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6247;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6248;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6249;s:39:\"apihelp-query+transcludedin-param-limit\";i:6250;s:38:\"apihelp-query+transcludedin-param-show\";i:6251;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6252;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6253;s:42:\"apihelp-query+transcludedin-example-simple\";i:6254;s:45:\"apihelp-query+transcludedin-example-generator\";i:6255;s:34:\"apihelp-query+usercontribs-summary\";i:6256;s:38:\"apihelp-query+usercontribs-param-limit\";i:6257;s:38:\"apihelp-query+usercontribs-param-start\";i:6258;s:36:\"apihelp-query+usercontribs-param-end\";i:6259;s:37:\"apihelp-query+usercontribs-param-user\";i:6260;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6261;s:40:\"apihelp-query+usercontribs-param-userids\";i:6262;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6263;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6264;s:37:\"apihelp-query+usercontribs-param-prop\";i:6265;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6266;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6267;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6268;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6269;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6270;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6271;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6272;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6273;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6274;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6275;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6276;s:37:\"apihelp-query+usercontribs-param-show\";i:6277;s:36:\"apihelp-query+usercontribs-param-tag\";i:6278;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6279;s:39:\"apihelp-query+usercontribs-example-user\";i:6280;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6281;s:30:\"apihelp-query+userinfo-summary\";i:6282;s:33:\"apihelp-query+userinfo-param-prop\";i:6283;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6284;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6285;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6286;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6287;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6288;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6289;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6290;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6291;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6292;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6293;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6294;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6295;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6296;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6297;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6298;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6299;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6300;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6301;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6302;s:37:\"apihelp-query+userinfo-example-simple\";i:6303;s:35:\"apihelp-query+userinfo-example-data\";i:6304;s:27:\"apihelp-query+users-summary\";i:6305;s:30:\"apihelp-query+users-param-prop\";i:6306;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6307;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6308;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6309;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6310;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6311;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6312;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6313;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6314;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6315;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6316;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6317;s:38:\"apihelp-query+users-param-attachedwiki\";i:6318;s:31:\"apihelp-query+users-param-users\";i:6319;s:33:\"apihelp-query+users-param-userids\";i:6320;s:34:\"apihelp-query+users-example-simple\";i:6321;s:31:\"apihelp-query+watchlist-summary\";i:6322;s:36:\"apihelp-query+watchlist-param-allrev\";i:6323;s:35:\"apihelp-query+watchlist-param-start\";i:6324;s:33:\"apihelp-query+watchlist-param-end\";i:6325;s:39:\"apihelp-query+watchlist-param-namespace\";i:6326;s:34:\"apihelp-query+watchlist-param-user\";i:6327;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6328;s:35:\"apihelp-query+watchlist-param-limit\";i:6329;s:34:\"apihelp-query+watchlist-param-prop\";i:6330;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6331;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6332;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6333;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6334;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6335;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6336;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6337;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6338;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6339;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6340;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6341;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6342;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6343;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6344;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6345;s:34:\"apihelp-query+watchlist-param-show\";i:6346;s:34:\"apihelp-query+watchlist-param-type\";i:6347;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6348;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6349;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6350;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6351;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6352;s:35:\"apihelp-query+watchlist-param-owner\";i:6353;s:35:\"apihelp-query+watchlist-param-token\";i:6354;s:38:\"apihelp-query+watchlist-example-simple\";i:6355;s:37:\"apihelp-query+watchlist-example-props\";i:6356;s:38:\"apihelp-query+watchlist-example-expiry\";i:6357;s:38:\"apihelp-query+watchlist-example-allrev\";i:6358;s:41:\"apihelp-query+watchlist-example-generator\";i:6359;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6360;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6361;s:34:\"apihelp-query+watchlistraw-summary\";i:6362;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6363;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6364;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6365;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6366;s:37:\"apihelp-query+watchlistraw-param-show\";i:6367;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6368;s:38:\"apihelp-query+watchlistraw-param-token\";i:6369;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6370;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6371;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6372;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6373;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6374;s:40:\"apihelp-removeauthenticationdata-summary\";i:6375;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6376;s:29:\"apihelp-resetpassword-summary\";i:6377;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6378;s:32:\"apihelp-resetpassword-param-user\";i:6379;s:33:\"apihelp-resetpassword-param-email\";i:6380;s:34:\"apihelp-resetpassword-example-user\";i:6381;s:35:\"apihelp-resetpassword-example-email\";i:6382;s:30:\"apihelp-revisiondelete-summary\";i:6383;s:33:\"apihelp-revisiondelete-param-type\";i:6384;s:35:\"apihelp-revisiondelete-param-target\";i:6385;s:32:\"apihelp-revisiondelete-param-ids\";i:6386;s:33:\"apihelp-revisiondelete-param-hide\";i:6387;s:33:\"apihelp-revisiondelete-param-show\";i:6388;s:37:\"apihelp-revisiondelete-param-suppress\";i:6389;s:35:\"apihelp-revisiondelete-param-reason\";i:6390;s:33:\"apihelp-revisiondelete-param-tags\";i:6391;s:39:\"apihelp-revisiondelete-example-revision\";i:6392;s:34:\"apihelp-revisiondelete-example-log\";i:6393;s:24:\"apihelp-rollback-summary\";i:6394;s:37:\"apihelp-rollback-extended-description\";i:6395;s:28:\"apihelp-rollback-param-title\";i:6396;s:29:\"apihelp-rollback-param-pageid\";i:6397;s:27:\"apihelp-rollback-param-tags\";i:6398;s:27:\"apihelp-rollback-param-user\";i:6399;s:30:\"apihelp-rollback-param-summary\";i:6400;s:30:\"apihelp-rollback-param-markbot\";i:6401;s:32:\"apihelp-rollback-param-watchlist\";i:6402;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6403;s:31:\"apihelp-rollback-example-simple\";i:6404;s:32:\"apihelp-rollback-example-summary\";i:6405;s:19:\"apihelp-rsd-summary\";i:6406;s:26:\"apihelp-rsd-example-simple\";i:6407;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6408;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6409;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6410;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6411;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6412;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6413;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6414;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6415;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6416;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6417;s:31:\"apihelp-setpagelanguage-summary\";i:6418;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6419;s:35:\"apihelp-setpagelanguage-param-title\";i:6420;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6421;s:34:\"apihelp-setpagelanguage-param-lang\";i:6422;s:36:\"apihelp-setpagelanguage-param-reason\";i:6423;s:34:\"apihelp-setpagelanguage-param-tags\";i:6424;s:40:\"apihelp-setpagelanguage-example-language\";i:6425;s:39:\"apihelp-setpagelanguage-example-default\";i:6426;s:25:\"apihelp-stashedit-summary\";i:6427;s:38:\"apihelp-stashedit-extended-description\";i:6428;s:29:\"apihelp-stashedit-param-title\";i:6429;s:31:\"apihelp-stashedit-param-section\";i:6430;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6431;s:28:\"apihelp-stashedit-param-text\";i:6432;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6433;s:36:\"apihelp-stashedit-param-contentmodel\";i:6434;s:37:\"apihelp-stashedit-param-contentformat\";i:6435;s:33:\"apihelp-stashedit-param-baserevid\";i:6436;s:31:\"apihelp-stashedit-param-summary\";i:6437;s:19:\"apihelp-tag-summary\";i:6438;s:22:\"apihelp-tag-param-rcid\";i:6439;s:23:\"apihelp-tag-param-revid\";i:6440;s:23:\"apihelp-tag-param-logid\";i:6441;s:21:\"apihelp-tag-param-add\";i:6442;s:24:\"apihelp-tag-param-remove\";i:6443;s:24:\"apihelp-tag-param-reason\";i:6444;s:22:\"apihelp-tag-param-tags\";i:6445;s:23:\"apihelp-tag-example-rev\";i:6446;s:23:\"apihelp-tag-example-log\";i:6447;s:23:\"apihelp-unblock-summary\";i:6448;s:24:\"apihelp-unblock-param-id\";i:6449;s:26:\"apihelp-unblock-param-user\";i:6450;s:28:\"apihelp-unblock-param-userid\";i:6451;s:28:\"apihelp-unblock-param-reason\";i:6452;s:26:\"apihelp-unblock-param-tags\";i:6453;s:26:\"apihelp-unblock-example-id\";i:6454;s:28:\"apihelp-unblock-example-user\";i:6455;s:24:\"apihelp-undelete-summary\";i:6456;s:37:\"apihelp-undelete-extended-description\";i:6457;s:28:\"apihelp-undelete-param-title\";i:6458;s:29:\"apihelp-undelete-param-reason\";i:6459;s:27:\"apihelp-undelete-param-tags\";i:6460;s:33:\"apihelp-undelete-param-timestamps\";i:6461;s:30:\"apihelp-undelete-param-fileids\";i:6462;s:32:\"apihelp-undelete-param-watchlist\";i:6463;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6464;s:35:\"apihelp-undelete-param-undeletetalk\";i:6465;s:29:\"apihelp-undelete-example-page\";i:6466;s:34:\"apihelp-undelete-example-revisions\";i:6467;s:29:\"apihelp-unlinkaccount-summary\";i:6468;s:36:\"apihelp-unlinkaccount-example-simple\";i:6469;s:22:\"apihelp-upload-summary\";i:6470;s:35:\"apihelp-upload-extended-description\";i:6471;s:29:\"apihelp-upload-param-filename\";i:6472;s:28:\"apihelp-upload-param-comment\";i:6473;s:25:\"apihelp-upload-param-tags\";i:6474;s:25:\"apihelp-upload-param-text\";i:6475;s:26:\"apihelp-upload-param-watch\";i:6476;s:30:\"apihelp-upload-param-watchlist\";i:6477;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6478;s:35:\"apihelp-upload-param-ignorewarnings\";i:6479;s:25:\"apihelp-upload-param-file\";i:6480;s:24:\"apihelp-upload-param-url\";i:6481;s:28:\"apihelp-upload-param-filekey\";i:6482;s:31:\"apihelp-upload-param-sessionkey\";i:6483;s:26:\"apihelp-upload-param-stash\";i:6484;s:29:\"apihelp-upload-param-filesize\";i:6485;s:27:\"apihelp-upload-param-offset\";i:6486;s:26:\"apihelp-upload-param-chunk\";i:6487;s:26:\"apihelp-upload-param-async\";i:6488;s:32:\"apihelp-upload-param-checkstatus\";i:6489;s:26:\"apihelp-upload-example-url\";i:6490;s:30:\"apihelp-upload-example-filekey\";i:6491;s:26:\"apihelp-userrights-summary\";i:6492;s:29:\"apihelp-userrights-param-user\";i:6493;s:31:\"apihelp-userrights-param-userid\";i:6494;s:28:\"apihelp-userrights-param-add\";i:6495;s:31:\"apihelp-userrights-param-expiry\";i:6496;s:31:\"apihelp-userrights-param-remove\";i:6497;s:31:\"apihelp-userrights-param-reason\";i:6498;s:29:\"apihelp-userrights-param-tags\";i:6499;s:31:\"apihelp-userrights-example-user\";i:6500;s:33:\"apihelp-userrights-example-userid\";i:6501;s:33:\"apihelp-userrights-example-expiry\";i:6502;s:32:\"apihelp-validatepassword-summary\";i:6503;s:45:\"apihelp-validatepassword-extended-description\";i:6504;s:39:\"apihelp-validatepassword-param-password\";i:6505;s:35:\"apihelp-validatepassword-param-user\";i:6506;s:36:\"apihelp-validatepassword-param-email\";i:6507;s:39:\"apihelp-validatepassword-param-realname\";i:6508;s:34:\"apihelp-validatepassword-example-1\";i:6509;s:34:\"apihelp-validatepassword-example-2\";i:6510;s:21:\"apihelp-watch-summary\";i:6511;s:25:\"apihelp-watch-param-title\";i:6512;s:26:\"apihelp-watch-param-expiry\";i:6513;s:27:\"apihelp-watch-param-unwatch\";i:6514;s:27:\"apihelp-watch-example-watch\";i:6515;s:34:\"apihelp-watch-example-watch-expiry\";i:6516;s:29:\"apihelp-watch-example-unwatch\";i:6517;s:31:\"apihelp-watch-example-generator\";i:6518;s:30:\"apihelp-format-example-generic\";i:6519;s:32:\"apihelp-format-param-wrappedhtml\";i:6520;s:20:\"apihelp-json-summary\";i:6521;s:27:\"apihelp-json-param-callback\";i:6522;s:23:\"apihelp-json-param-utf8\";i:6523;s:24:\"apihelp-json-param-ascii\";i:6524;s:32:\"apihelp-json-param-formatversion\";i:6525;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6526;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6527;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6528;s:22:\"apihelp-jsonfm-summary\";i:6529;s:20:\"apihelp-none-summary\";i:6530;s:19:\"apihelp-php-summary\";i:6531;s:31:\"apihelp-php-param-formatversion\";i:6532;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6533;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6534;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6535;s:21:\"apihelp-phpfm-summary\";i:6536;s:21:\"apihelp-rawfm-summary\";i:6537;s:19:\"apihelp-xml-summary\";i:6538;s:22:\"apihelp-xml-param-xslt\";i:6539;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6540;s:21:\"apihelp-xmlfm-summary\";i:6541;s:16:\"api-format-title\";i:6542;s:29:\"api-format-prettyprint-header\";i:6543;s:39:\"api-format-prettyprint-header-only-html\";i:6544;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6545;s:29:\"api-format-prettyprint-status\";i:6546;s:22:\"api-login-fail-aborted\";i:6547;s:30:\"api-login-fail-aborted-nobotpw\";i:6548;s:33:\"api-login-fail-badsessionprovider\";i:6549;s:25:\"api-login-fail-sameorigin\";i:6550;s:24:\"api-pageset-param-titles\";i:6551;s:25:\"api-pageset-param-pageids\";i:6552;s:24:\"api-pageset-param-revids\";i:6553;s:27:\"api-pageset-param-generator\";i:6554;s:37:\"api-pageset-param-redirects-generator\";i:6555;s:39:\"api-pageset-param-redirects-nogenerator\";i:6556;s:31:\"api-pageset-param-converttitles\";i:6557;s:14:\"api-help-title\";i:6558;s:13:\"api-help-lead\";i:6559;s:20:\"api-help-main-header\";i:6560;s:28:\"api-help-undocumented-module\";i:6561;s:14:\"api-help-flags\";i:6562;s:24:\"api-help-flag-deprecated\";i:6563;s:22:\"api-help-flag-internal\";i:6564;s:24:\"api-help-flag-readrights\";i:6565;s:25:\"api-help-flag-writerights\";i:6566;s:26:\"api-help-flag-mustbeposted\";i:6567;s:23:\"api-help-flag-generator\";i:6568;s:15:\"api-help-source\";i:6569;s:23:\"api-help-source-unknown\";i:6570;s:16:\"api-help-license\";i:6571;s:23:\"api-help-license-noname\";i:6572;s:24:\"api-help-license-unknown\";i:6573;s:18:\"api-help-help-urls\";i:6574;s:19:\"api-help-parameters\";i:6575;s:24:\"api-help-parameters-note\";i:6576;s:25:\"api-help-param-deprecated\";i:6577;s:31:\"api-help-param-deprecated-label\";i:6578;s:23:\"api-help-param-internal\";i:6579;s:29:\"api-help-param-internal-label\";i:6580;s:24:\"api-help-param-templated\";i:6581;s:34:\"api-help-param-templated-var-first\";i:6582;s:28:\"api-help-param-templated-var\";i:6583;s:25:\"api-help-datatypes-header\";i:6584;s:22:\"api-help-datatypes-top\";i:6585;s:25:\"api-help-datatype-boolean\";i:6586;s:24:\"api-help-datatype-expiry\";i:6587;s:27:\"api-help-datatype-timestamp\";i:6588;s:31:\"api-help-templatedparams-header\";i:6589;s:24:\"api-help-templatedparams\";i:6590;s:26:\"api-help-param-type-expiry\";i:6591;s:25:\"api-help-param-type-limit\";i:6592;s:35:\"api-help-param-type-presenceboolean\";i:6593;s:29:\"api-help-param-type-timestamp\";i:6594;s:24:\"api-help-param-type-enum\";i:6595;s:29:\"api-help-param-multi-separate\";i:6596;s:24:\"api-help-param-multi-all\";i:6597;s:28:\"api-help-param-default-empty\";i:6598;s:20:\"api-help-param-token\";i:6599;s:26:\"api-help-param-token-webui\";i:6600;s:37:\"api-help-param-disabled-in-miser-mode\";i:6601;s:36:\"api-help-param-limited-in-miser-mode\";i:6602;s:24:\"api-help-param-direction\";i:6603;s:35:\"api-help-paramvalue-direction-newer\";i:6604;s:35:\"api-help-paramvalue-direction-older\";i:6605;s:23:\"api-help-param-continue\";i:6606;s:29:\"api-help-param-no-description\";i:6607;s:17:\"api-help-examples\";i:6608;s:20:\"api-help-permissions\";i:6609;s:31:\"api-help-permissions-granted-to\";i:6610;s:28:\"api-help-right-apihighlimits\";i:6611;s:27:\"api-help-open-in-apisandbox\";i:6612;s:32:\"api-help-no-extended-description\";i:6613;s:34:\"api-help-authmanager-general-usage\";i:6614;s:35:\"api-help-authmanagerhelper-requests\";i:6615;s:34:\"api-help-authmanagerhelper-request\";i:6616;s:40:\"api-help-authmanagerhelper-messageformat\";i:6617;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6618;s:40:\"api-help-authmanagerhelper-preservestate\";i:6619;s:36:\"api-help-authmanagerhelper-returnurl\";i:6620;s:35:\"api-help-authmanagerhelper-continue\";i:6621;s:44:\"api-help-authmanagerhelper-additional-params\";i:6622;s:27:\"apierror-allimages-redirect\";i:6623;s:37:\"apierror-allpages-generator-redirects\";i:6624;s:27:\"apierror-appendnotsupported\";i:6625;s:22:\"apierror-articleexists\";i:6626;s:25:\"apierror-assertanonfailed\";i:6627;s:24:\"apierror-assertbotfailed\";i:6628;s:30:\"apierror-assertnameduserfailed\";i:6629;s:25:\"apierror-assertuserfailed\";i:6630;s:20:\"apierror-autoblocked\";i:6631;s:32:\"apierror-bad-badfilecontexttitle\";i:6632;s:33:\"apierror-badconfig-resulttoosmall\";i:6633;s:20:\"apierror-badcontinue\";i:6634;s:16:\"apierror-baddiff\";i:6635;s:18:\"apierror-baddiffto\";i:6636;s:26:\"apierror-badformat-generic\";i:6637;s:18:\"apierror-badformat\";i:6638;s:34:\"apierror-badgenerator-notgenerator\";i:6639;s:29:\"apierror-badgenerator-unknown\";i:6640;s:14:\"apierror-badip\";i:6641;s:15:\"apierror-badmd5\";i:6642;s:31:\"apierror-badmodule-badsubmodule\";i:6643;s:31:\"apierror-badmodule-nosubmodules\";i:6644;s:21:\"apierror-badparameter\";i:6645;s:17:\"apierror-badquery\";i:6646;s:21:\"apierror-badtimestamp\";i:6647;s:17:\"apierror-badtoken\";i:6648;s:18:\"apierror-badupload\";i:6649;s:15:\"apierror-badurl\";i:6650;s:16:\"apierror-baduser\";i:6651;s:31:\"apierror-badvalue-notmultivalue\";i:6652;s:28:\"apierror-bad-watchlist-token\";i:6653;s:24:\"apierror-blockedfrommail\";i:6654;s:16:\"apierror-blocked\";i:6655;s:24:\"apierror-blocked-partial\";i:6656;s:25:\"apierror-botsnotsupported\";i:6657;s:33:\"apierror-cannot-async-upload-file\";i:6658;s:29:\"apierror-cannotreauthenticate\";i:6659;s:24:\"apierror-cannotviewtitle\";i:6660;s:24:\"apierror-cantblock-email\";i:6661;s:18:\"apierror-cantblock\";i:6662;s:31:\"apierror-cantchangecontentmodel\";i:6663;s:17:\"apierror-canthide\";i:6664;s:26:\"apierror-cantimport-upload\";i:6665;s:19:\"apierror-cantimport\";i:6666;s:33:\"apierror-cantoverwrite-sharedfile\";i:6667;s:17:\"apierror-cantsend\";i:6668;s:21:\"apierror-cantundelete\";i:6669;s:33:\"apierror-cantview-deleted-comment\";i:6670;s:37:\"apierror-cantview-deleted-description\";i:6671;s:34:\"apierror-cantview-deleted-metadata\";i:6672;s:42:\"apierror-cantview-deleted-revision-content\";i:6673;s:29:\"apierror-changeauth-norequest\";i:6674;s:40:\"apierror-changecontentmodel-missingtitle\";i:6675;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6676;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6677;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6678;s:24:\"apierror-chunk-too-small\";i:6679;s:21:\"apierror-cidrtoobroad\";i:6680;s:33:\"apierror-compare-maintextrequired\";i:6681;s:25:\"apierror-compare-no-title\";i:6682;s:34:\"apierror-compare-nosuchfromsection\";i:6683;s:32:\"apierror-compare-nosuchtosection\";i:6684;s:31:\"apierror-compare-nofromrevision\";i:6685;s:23:\"apierror-compare-notext\";i:6686;s:29:\"apierror-compare-notorevision\";i:6687;s:26:\"apierror-concurrency-limit\";i:6688;s:36:\"apierror-compare-relative-to-deleted\";i:6689;s:36:\"apierror-compare-relative-to-nothing\";i:6690;s:38:\"apierror-contentserializationexception\";i:6691;s:22:\"apierror-contenttoobig\";i:6692;s:30:\"apierror-contentmodel-mismatch\";i:6693;s:28:\"apierror-copyuploadbaddomain\";i:6694;s:25:\"apierror-copyuploadbadurl\";i:6695;s:27:\"apierror-create-titleexists\";i:6696;s:19:\"apierror-csp-report\";i:6697;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6698;s:32:\"apierror-deletedrevs-param-not-3\";i:6699;s:29:\"apierror-edit-invalidredirect\";i:6700;s:24:\"apierror-emptynewsection\";i:6701;s:18:\"apierror-emptypage\";i:6702;s:24:\"apierror-exceptioncaught\";i:6703;s:28:\"apierror-exceptioncaughttype\";i:6704;s:25:\"apierror-filedoesnotexist\";i:6705;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6706;s:19:\"apierror-filenopath\";i:6707;s:32:\"apierror-filetypecannotberotated\";i:6708;s:18:\"apierror-formatphp\";i:6709;s:28:\"apierror-imageusage-badtitle\";i:6710;s:28:\"apierror-import-unknownerror\";i:6711;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6712;s:35:\"apierror-integeroutofrange-abovemax\";i:6713;s:39:\"apierror-integeroutofrange-belowminimum\";i:6714;s:24:\"apierror-invalidcategory\";i:6715;s:22:\"apierror-invalid-chunk\";i:6716;s:22:\"apierror-invalidexpiry\";i:6717;s:25:\"apierror-invalid-file-key\";i:6718;s:23:\"apierror-invalidiprange\";i:6719;s:20:\"apierror-invalidlang\";i:6720;s:22:\"apierror-invalidmethod\";i:6721;s:24:\"apierror-invalidoldimage\";i:6722;s:38:\"apierror-invalidparammix-cannotusewith\";i:6723;s:36:\"apierror-invalidparammix-mustusewith\";i:6724;s:42:\"apierror-invalidparammix-parse-new-section\";i:6725;s:24:\"apierror-invalidparammix\";i:6726;s:23:\"apierror-invalidsection\";i:6727;s:30:\"apierror-invalidsha1base36hash\";i:6728;s:24:\"apierror-invalidsha1hash\";i:6729;s:21:\"apierror-invalidtitle\";i:6730;s:24:\"apierror-invalidurlparam\";i:6731;s:20:\"apierror-invaliduser\";i:6732;s:22:\"apierror-invaliduserid\";i:6733;s:21:\"apierror-ipoutofrange\";i:6734;s:17:\"apierror-maxbytes\";i:6735;s:17:\"apierror-maxchars\";i:6736;s:23:\"apierror-maxlag-generic\";i:6737;s:15:\"apierror-maxlag\";i:6738;s:27:\"apierror-mimesearchdisabled\";i:6739;s:30:\"apierror-missingcontent-pageid\";i:6740;s:29:\"apierror-missingcontent-revid\";i:6741;s:34:\"apierror-missingcontent-revid-role\";i:6742;s:37:\"apierror-missingparam-at-least-one-of\";i:6743;s:28:\"apierror-missingparam-one-of\";i:6744;s:21:\"apierror-missingparam\";i:6745;s:26:\"apierror-missingrev-pageid\";i:6746;s:25:\"apierror-missingrev-title\";i:6747;s:32:\"apierror-missingtitle-createonly\";i:6748;s:21:\"apierror-missingtitle\";i:6749;s:28:\"apierror-missingtitle-byname\";i:6750;s:23:\"apierror-moduledisabled\";i:6751;s:29:\"apierror-multival-only-one-of\";i:6752;s:18:\"apierror-multpages\";i:6753;s:34:\"apierror-mustbeloggedin-changeauth\";i:6754;s:31:\"apierror-mustbeloggedin-generic\";i:6755;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6756;s:34:\"apierror-mustbeloggedin-removeauth\";i:6757;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6758;s:23:\"apierror-mustbeloggedin\";i:6759;s:21:\"apierror-mustbeposted\";i:6760;s:23:\"apierror-mustpostparams\";i:6761;s:19:\"apierror-noapiwrite\";i:6762;s:18:\"apierror-nochanges\";i:6763;s:25:\"apierror-nodeleteablefile\";i:6764;s:26:\"apierror-no-direct-editing\";i:6765;s:20:\"apierror-noedit-anon\";i:6766;s:15:\"apierror-noedit\";i:6767;s:29:\"apierror-noimageredirect-anon\";i:6768;s:24:\"apierror-noimageredirect\";i:6769;s:20:\"apierror-nosuchlogid\";i:6770;s:21:\"apierror-nosuchpageid\";i:6771;s:19:\"apierror-nosuchrcid\";i:6772;s:20:\"apierror-nosuchrevid\";i:6773;s:22:\"apierror-nosuchsection\";i:6774;s:27:\"apierror-nosuchsection-what\";i:6775;s:21:\"apierror-nosuchuserid\";i:6776;s:17:\"apierror-notarget\";i:6777;s:23:\"apierror-notpatrollable\";i:6778;s:23:\"apierror-nouploadmodule\";i:6779;s:33:\"apierror-opensearch-json-warnings\";i:6780;s:24:\"apierror-pagecannotexist\";i:6781;s:20:\"apierror-pagedeleted\";i:6782;s:26:\"apierror-pagelang-disabled\";i:6783;s:19:\"apierror-paramempty\";i:6784;s:30:\"apierror-parsetree-notwikitext\";i:6785;s:36:\"apierror-parsetree-notwikitext-title\";i:6786;s:19:\"apierror-pastexpiry\";i:6787;s:25:\"apierror-permissiondenied\";i:6788;s:33:\"apierror-permissiondenied-generic\";i:6789;s:36:\"apierror-permissiondenied-patrolflag\";i:6790;s:33:\"apierror-permissiondenied-unblock\";i:6791;s:29:\"apierror-prefixsearchdisabled\";i:6792;s:30:\"apierror-promised-nonwrite-api\";i:6793;s:30:\"apierror-protect-invalidaction\";i:6794;s:29:\"apierror-protect-invalidlevel\";i:6795;s:20:\"apierror-ratelimited\";i:6796;s:22:\"apierror-readapidenied\";i:6797;s:17:\"apierror-readonly\";i:6798;s:23:\"apierror-reauthenticate\";i:6799;s:28:\"apierror-redirect-appendonly\";i:6800;s:33:\"apierror-revdel-mutuallyexclusive\";i:6801;s:26:\"apierror-revdel-needtarget\";i:6802;s:27:\"apierror-revdel-paramneeded\";i:6803;s:24:\"apierror-revisions-badid\";i:6804;s:27:\"apierror-revisions-norevids\";i:6805;s:29:\"apierror-revisions-singlepage\";i:6806;s:21:\"apierror-revwrongpage\";i:6807;s:23:\"apierror-searchdisabled\";i:6808;s:29:\"apierror-sectionreplacefailed\";i:6809;s:29:\"apierror-sectionsnotsupported\";i:6810;s:34:\"apierror-sectionsnotsupported-what\";i:6811;s:13:\"apierror-show\";i:6812;s:34:\"apierror-siteinfo-includealldenied\";i:6813;s:25:\"apierror-sizediffdisabled\";i:6814;s:21:\"apierror-spamdetected\";i:6815;s:32:\"apierror-specialpage-cantexecute\";i:6816;s:28:\"apierror-stashedfilenotfound\";i:6817;s:30:\"apierror-stashedit-missingtext\";i:6818;s:23:\"apierror-stashexception\";i:6819;s:29:\"apierror-stashfailed-complete\";i:6820;s:30:\"apierror-stashfailed-nosession\";i:6821;s:25:\"apierror-stashfilestorage\";i:6822;s:25:\"apierror-stashinvalidfile\";i:6823;s:27:\"apierror-stashnosuchfilekey\";i:6824;s:25:\"apierror-stashpathinvalid\";i:6825;s:24:\"apierror-stashwrongowner\";i:6826;s:24:\"apierror-stashzerolength\";i:6827;s:22:\"apierror-systemblocked\";i:6828;s:38:\"apierror-templateexpansion-notwikitext\";i:6829;s:23:\"apierror-toofewexpiries\";i:6830;s:22:\"apierror-toomanyvalues\";i:6831;s:22:\"apierror-unknownaction\";i:6832;s:30:\"apierror-unknownerror-editpage\";i:6833;s:28:\"apierror-unknownerror-nocode\";i:6834;s:21:\"apierror-unknownerror\";i:6835;s:22:\"apierror-unknownformat\";i:6836;s:27:\"apierror-unrecognizedparams\";i:6837;s:26:\"apierror-unrecognizedvalue\";i:6838;s:24:\"apierror-unsupportedrepo\";i:6839;s:29:\"apierror-upload-filekeyneeded\";i:6840;s:33:\"apierror-upload-filekeynotallowed\";i:6841;s:26:\"apierror-upload-inprogress\";i:6842;s:29:\"apierror-upload-missingresult\";i:6843;s:23:\"apierror-urlparamnormal\";i:6844;s:23:\"apierror-writeapidenied\";i:6845;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6846;s:19:\"apiwarn-badurlparam\";i:6847;s:15:\"apiwarn-badutf8\";i:6848;s:34:\"apiwarn-checktoken-percentencoding\";i:6849;s:23:\"apiwarn-compare-no-next\";i:6850;s:23:\"apiwarn-compare-no-prev\";i:6851;s:30:\"apiwarn-compare-nocontentmodel\";i:6852;s:31:\"apiwarn-deprecation-deletedrevs\";i:6853;s:33:\"apiwarn-deprecation-httpsexpected\";i:6854;s:31:\"apiwarn-deprecation-login-botpw\";i:6855;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6856;s:31:\"apiwarn-deprecation-login-token\";i:6857;s:32:\"apiwarn-deprecation-missingparam\";i:6858;s:29:\"apiwarn-deprecation-parameter\";i:6859;s:35:\"apiwarn-deprecation-parse-headitems\";i:6860;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6861;s:29:\"apiwarn-deprecation-purge-get\";i:6862;s:35:\"apiwarn-deprecation-withreplacement\";i:6863;s:20:\"apiwarn-difftohidden\";i:6864;s:26:\"apiwarn-errorprinterfailed\";i:6865;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6866;s:23:\"apiwarn-invalidcategory\";i:6867;s:20:\"apiwarn-invalidtitle\";i:6868;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6869;s:28:\"apiwarn-invalidxmlstylesheet\";i:6870;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6871;s:26:\"apiwarn-moduleswithoutvars\";i:6872;s:15:\"apiwarn-notfile\";i:6873;s:30:\"apiwarn-nothumb-noimagehandler\";i:6874;s:28:\"apiwarn-parse-nocontentmodel\";i:6875;s:30:\"apiwarn-parse-revidwithouttext\";i:6876;s:30:\"apiwarn-parse-titlewithouttext\";i:6877;s:26:\"apiwarn-redirectsandrevids\";i:6878;s:21:\"apiwarn-tokens-origin\";i:6879;s:23:\"apiwarn-truncatedresult\";i:6880;s:27:\"apiwarn-unclearnowtimestamp\";i:6881;s:26:\"apiwarn-unrecognizedvalues\";i:6882;s:24:\"apiwarn-unsupportedarray\";i:6883;s:21:\"apiwarn-urlparamwidth\";i:6884;s:33:\"apiwarn-validationfailed-badchars\";i:6885;s:32:\"apiwarn-validationfailed-badpref\";i:6886;s:34:\"apiwarn-validationfailed-cannotset\";i:6887;s:35:\"apiwarn-validationfailed-keytoolong\";i:6888;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6889;s:24:\"apiwarn-validationfailed\";i:6890;s:18:\"apiwarn-wgdebugapi\";i:6891;s:20:\"api-feed-error-title\";i:6892;s:16:\"api-usage-docref\";i:6893;s:25:\"api-usage-mailinglist-ref\";i:6894;s:19:\"api-exception-trace\";i:6895;s:18:\"api-credits-header\";i:6896;s:11:\"api-credits\";i:6897;s:20:\"rest-prefix-mismatch\";i:6898;s:17:\"rest-wrong-method\";i:6899;s:13:\"rest-no-match\";i:6900;s:22:\"rest-nonexistent-title\";i:6901;s:31:\"rest-nonexistent-title-revision\";i:6902;s:25:\"rest-nonexistent-revision\";i:6903;s:21:\"rest-nonexistent-user\";i:6904;s:17:\"rest-invalid-user\";i:6905;s:27:\"rest-permission-denied-anon\";i:6906;s:28:\"rest-permission-denied-title\";i:6907;s:31:\"rest-permission-denied-revision\";i:6908;s:28:\"rest-resource-limit-exceeded\";i:6909;s:36:\"rest-pagehistory-incompatible-params\";i:6910;s:34:\"rest-pagehistory-param-range-error\";i:6911;s:32:\"rest-pagehistory-timestamp-error\";i:6912;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6913;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6914;s:26:\"rest-compare-page-mismatch\";i:6915;s:30:\"rest-compare-permission-denied\";i:6916;s:24:\"rest-compare-nonexistent\";i:6917;s:25:\"rest-compare-inaccessible\";i:6918;s:26:\"rest-compare-wrong-content\";i:6919;s:22:\"rest-compare-wikidiff2\";i:6920;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6921;s:17:\"rest-search-error\";i:6922;s:27:\"rest-page-source-type-error\";i:6923;s:16:\"rest-no-revision\";i:6924;s:25:\"rest-media-too-many-links\";i:6925;s:23:\"rest-html-backend-error\";i:6926;s:18:\"rest-bad-json-body\";i:6927;s:26:\"rest-json-body-parse-error\";i:6928;s:23:\"rest-missing-body-field\";i:6929;s:22:\"rest-bad-content-model\";i:6930;s:30:\"rest-update-cannot-create-page\";i:6931;s:26:\"rest-extraneous-csrf-token\";i:6932;s:21:\"rest-cannot-load-file\";i:6933;s:28:\"rest-cross-origin-anon-write\";i:6934;s:31:\"rest-requires-safe-against-csrf\";i:6935;s:13:\"rest-badtoken\";i:6936;s:30:\"ooui-outline-control-move-down\";i:6937;s:28:\"ooui-outline-control-move-up\";i:6938;s:27:\"ooui-outline-control-remove\";i:6939;s:17:\"ooui-toolbar-more\";i:6940;s:21:\"ooui-toolgroup-expand\";i:6941;s:23:\"ooui-toolgroup-collapse\";i:6942;s:16:\"ooui-item-remove\";i:6943;s:26:\"ooui-dialog-message-accept\";i:6944;s:26:\"ooui-dialog-message-reject\";i:6945;s:25:\"ooui-dialog-process-error\";i:6946;s:27:\"ooui-dialog-process-dismiss\";i:6947;s:25:\"ooui-dialog-process-retry\";i:6948;s:28:\"ooui-dialog-process-continue\";i:6949;s:26:\"ooui-combobox-button-label\";i:6950;s:29:\"ooui-selectfile-button-select\";i:6951;s:38:\"ooui-selectfile-button-select-multiple\";i:6952;s:29:\"ooui-selectfile-not-supported\";i:6953;s:27:\"ooui-selectfile-placeholder\";i:6954;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6955;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6956;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6957;s:15:\"ooui-field-help\";i:6958;s:22:\"paramvalidator-badbool\";i:6959;s:24:\"paramvalidator-badexpiry\";i:6960;s:33:\"paramvalidator-badexpiry-duration\";i:6961;s:37:\"paramvalidator-badexpiry-duration-max\";i:6962;s:29:\"paramvalidator-badexpiry-past\";i:6963;s:23:\"paramvalidator-badfloat\";i:6964;s:33:\"paramvalidator-badfloat-notfinite\";i:6965;s:25:\"paramvalidator-badinteger\";i:6966;s:27:\"paramvalidator-badtimestamp\";i:6967;s:34:\"paramvalidator-badupload-cantwrite\";i:6968;s:33:\"paramvalidator-badupload-formsize\";i:6969;s:32:\"paramvalidator-badupload-inisize\";i:6970;s:31:\"paramvalidator-badupload-nofile\";i:6971;s:33:\"paramvalidator-badupload-notmpdir\";i:6972;s:34:\"paramvalidator-badupload-notupload\";i:6973;s:32:\"paramvalidator-badupload-partial\";i:6974;s:31:\"paramvalidator-badupload-phpext\";i:6975;s:33:\"paramvalidator-badvalue-enummulti\";i:6976;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6977;s:31:\"paramvalidator-deprecated-value\";i:6978;s:26:\"paramvalidator-emptystring\";i:6979;s:23:\"paramvalidator-maxbytes\";i:6980;s:23:\"paramvalidator-maxchars\";i:6981;s:27:\"paramvalidator-missingparam\";i:6982;s:23:\"paramvalidator-notmulti\";i:6983;s:29:\"paramvalidator-outofrange-max\";i:6984;s:32:\"paramvalidator-outofrange-minmax\";i:6985;s:29:\"paramvalidator-outofrange-min\";i:6986;s:31:\"paramvalidator-param-deprecated\";i:6987;s:30:\"paramvalidator-param-sensitive\";i:6988;s:28:\"paramvalidator-toomanyvalues\";i:6989;s:34:\"paramvalidator-unclearnowtimestamp\";i:6990;s:33:\"paramvalidator-unrecognizedvalues\";i:6991;s:27:\"paramvalidator-help-default\";i:6992;s:33:\"paramvalidator-help-default-empty\";i:6993;s:30:\"paramvalidator-help-deprecated\";i:6994;s:34:\"paramvalidator-help-multi-separate\";i:6995;s:29:\"paramvalidator-help-multi-max\";i:6996;s:36:\"paramvalidator-help-multi-max-simple\";i:6997;s:29:\"paramvalidator-help-multi-all\";i:6998;s:28:\"paramvalidator-help-required\";i:6999;s:32:\"paramvalidator-help-type-boolean\";i:7000;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7001;s:29:\"paramvalidator-help-type-enum\";i:7002;s:31:\"paramvalidator-help-type-expiry\";i:7003;s:30:\"paramvalidator-help-type-float\";i:7004;s:32:\"paramvalidator-help-type-integer\";i:7005;s:30:\"paramvalidator-help-type-limit\";i:7006;s:35:\"paramvalidator-help-type-number-max\";i:7007;s:38:\"paramvalidator-help-type-number-minmax\";i:7008;s:35:\"paramvalidator-help-type-number-min\";i:7009;s:40:\"paramvalidator-help-type-presenceboolean\";i:7010;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7011;s:40:\"paramvalidator-help-type-string-maxchars\";i:7012;s:34:\"paramvalidator-help-type-timestamp\";i:7013;s:31:\"paramvalidator-help-type-upload\";i:7014;s:15:\"skinname-vector\";i:7015;s:20:\"skinname-vector-2022\";i:7016;s:26:\"vector-specialversion-name\";i:7017;s:16:\"vector-skin-desc\";i:7018;s:34:\"prefs-vector-enable-vector-1-label\";i:7019;s:33:\"prefs-vector-enable-vector-1-help\";i:7020;s:14:\"vector-opt-out\";i:7021;s:22:\"vector-opt-out-tooltip\";i:7022;s:10:\"vector.css\";i:7023;s:9:\"vector.js\";i:7024;s:28:\"vector-action-toggle-sidebar\";i:7025;s:16:\"vector-languages\";i:7026;s:33:\"vector-language-button-aria-label\";i:7027;s:28:\"vector-language-button-label\";i:7028;s:31:\"vector-no-language-button-label\";i:7029;s:36:\"vector-no-language-button-aria-label\";i:7030;s:31:\"vector-language-redirect-to-top\";i:7031;s:38:\"vector-language-variant-switcher-label\";i:7032;s:23:\"vector-jumptonavigation\";i:7033;s:19:\"vector-jumptosearch\";i:7034;s:20:\"vector-jumptocontent\";i:7035;s:19:\"vector-more-actions\";i:7036;s:20:\"vector-search-loader\";i:7037;s:31:\"vector-searchsuggest-containing\";i:7038;s:17:\"vector-intro-page\";i:7039;s:18:\"vector-toc-heading\";i:7040;s:34:\"vector-toc-toggle-position-sidebar\";i:7041;s:32:\"vector-toc-toggle-position-title\";i:7042;s:20:\"vector-toc-beginning\";i:7043;s:30:\"vector-toc-toggle-button-label\";i:7044;s:27:\"vector-anon-user-menu-pages\";i:7045;s:33:\"vector-anon-user-menu-pages-learn\";i:7046;s:33:\"vector-anon-user-menu-pages-label\";i:7047;s:24:\"vector-main-menu-tooltip\";i:7048;s:23:\"vector-toc-menu-tooltip\";i:7049;s:35:\"vector-toc-collapsible-button-label\";i:7050;s:30:\"vector-article-tools-nav-label\";i:7051;s:21:\"vector-site-nav-label\";i:7052;s:26:\"vector-2022-prefs-talkpage\";i:7053;s:35:\"tooltip-vector-anon-user-menu-title\";i:7054;s:10:\"wikieditor\";i:7055;s:15:\"wikieditor-desc\";i:7056;s:23:\"wikieditor-wikitext-tab\";i:7057;s:18:\"wikieditor-loading\";i:7058;s:29:\"wikieditor-preview-preference\";i:7059;s:26:\"wikieditor-preview-loading\";i:7060;s:29:\"wikieditor-publish-preference\";i:7061;s:33:\"wikieditor-publish-button-publish\";i:7062;s:31:\"wikieditor-publish-dialog-title\";i:7063;s:33:\"wikieditor-publish-dialog-summary\";i:7064;s:33:\"wikieditor-publish-dialog-publish\";i:7065;s:32:\"wikieditor-publish-dialog-goback\";i:7066;s:18:\"wikieditor-toolbar\";i:7067;s:23:\"wikieditor-toolbar-desc\";i:7068;s:29:\"wikieditor-toolbar-preference\";i:7069;s:37:\"wikieditor-toolbar-dialogs-preference\";i:7070;s:26:\"wikieditor-toolbar-loading\";i:7071;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:7072;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:7073;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:7074;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:7075;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:7076;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:7077;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7078;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:7079;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7080;s:34:\"wikieditor-toolbar-tool-link-empty\";i:7081;s:34:\"wikieditor-toolbar-tool-file-title\";i:7082;s:30:\"wikieditor-toolbar-file-target\";i:7083;s:31:\"wikieditor-toolbar-file-caption\";i:7084;s:28:\"wikieditor-toolbar-file-size\";i:7085;s:29:\"wikieditor-toolbar-file-float\";i:7086;s:31:\"wikieditor-toolbar-file-default\";i:7087;s:30:\"wikieditor-toolbar-file-format\";i:7088;s:35:\"wikieditor-toolbar-file-format-none\";i:7089;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7090;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7091;s:41:\"wikieditor-toolbar-tool-reference-example\";i:7092;s:29:\"wikieditor-toolbar-tool-ulist\";i:7093;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7094;s:29:\"wikieditor-toolbar-tool-olist\";i:7095;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7096;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7097;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7098;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7099;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:7100;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7101;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7102;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7103;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7104;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7105;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7106;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7107;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7108;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7109;s:31:\"wikieditor-toolbar-tool-replace\";i:7110;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7111;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7112;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7113;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7114;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7115;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7116;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7117;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7118;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7119;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7120;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7121;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7122;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:7123;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:7124;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:7125;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:7126;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7127;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:7128;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:7129;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7130;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:7131;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:7132;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7133;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:7134;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:7135;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7136;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:7137;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:7138;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7139;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:7140;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:7141;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7142;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:7143;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:7144;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7145;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7146;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:7147;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:7148;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7149;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7150;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7151;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:7152;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7153;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:7154;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7155;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:7156;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7157;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7158;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:7159;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7160;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:7161;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7162;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:7163;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:7164;s:20:\"syntaxhighlight-desc\";i:7165;s:30:\"syntaxhighlight-error-category\";i:7166;s:35:\"syntaxhighlight-error-category-desc\";i:7167;s:32:\"syntaxhighlight-enclose-category\";i:7168;s:37:\"syntaxhighlight-enclose-category-desc\";i:7169;s:31:\"syntaxhighlight-source-category\";i:7170;s:36:\"syntaxhighlight-source-category-desc\";i:7171;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:7172;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:7173;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7174;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:7175;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7176;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:7177;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7178;s:38:\"syntaxhighlight-error-unknown-language\";i:7179;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7180;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7181;s:22:\"action-mf-uploadbutton\";i:7182;s:20:\"beta-feature-minerva\";i:7183;s:32:\"beta-feature-minerva-description\";i:7184;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7185;s:48:\"mobile-frontend-account-create-email-placeholder\";i:7186;s:37:\"mobile-frontend-account-create-submit\";i:7187;s:25:\"mobile-frontend-app-title\";i:7188;s:38:\"mobile-frontend-back-to-top-of-section\";i:7189;s:34:\"mobile-frontend-categories-heading\";i:7190;s:37:\"mobile-frontend-categories-subheading\";i:7191;s:32:\"mobile-frontend-categories-nocat\";i:7192;s:30:\"mobile-frontend-categories-add\";i:7193;s:33:\"mobile-frontend-categories-search\";i:7194;s:34:\"mobile-frontend-categories-nomatch\";i:7195;s:33:\"mobile-frontend-categories-nodata\";i:7196;s:34:\"mobile-frontend-categories-summary\";i:7197;s:38:\"mobile-frontend-categories-add-heading\";i:7198;s:35:\"mobile-frontend-categories-add-wait\";i:7199;s:33:\"mobile-frontend-categories-normal\";i:7200;s:33:\"mobile-frontend-categories-hidden\";i:7201;s:30:\"mobile-frontend-changeslist-ip\";i:7202;s:37:\"mobile-frontend-changeslist-nocomment\";i:7203;s:28:\"mobile-frontend-clear-search\";i:7204;s:37:\"mobile-frontend-commons-category-view\";i:7205;s:36:\"mobile-frontend-contribution-summary\";i:7206;s:32:\"mobile-frontend-cookies-required\";i:7207;s:25:\"mobile-frontend-copyright\";i:7208;s:32:\"mobile-frontend-current-language\";i:7209;s:20:\"mobile-frontend-desc\";i:7210;s:33:\"mobile-frontend-diffview-404-desc\";i:7211;s:34:\"mobile-frontend-diffview-404-title\";i:7212;s:34:\"mobile-frontend-diffview-anonymous\";i:7213;s:35:\"mobile-frontend-diffview-bytesadded\";i:7214;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7215;s:37:\"mobile-frontend-diffview-bytesremoved\";i:7216;s:30:\"mobile-frontend-diffview-comma\";i:7217;s:34:\"mobile-frontend-diffview-editcount\";i:7218;s:34:\"mobile-frontend-diffview-explained\";i:7219;s:30:\"mobile-frontend-diffview-title\";i:7220;s:30:\"mobile-frontend-disable-images\";i:7221;s:36:\"mobile-frontend-dismiss-notification\";i:7222;s:33:\"mobile-frontend-donate-image-anon\";i:7223;s:36:\"mobile-frontend-donate-image-heading\";i:7224;s:41:\"mobile-frontend-donate-image-login-action\";i:7225;s:38:\"mobile-frontend-donate-image-nouploads\";i:7226;s:42:\"mobile-frontend-donate-image-signup-action\";i:7227;s:34:\"mobile-frontend-donate-image-title\";i:7228;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:7229;s:43:\"mobile-frontend-donate-photo-upload-success\";i:7230;s:29:\"mobile-frontend-drawer-cancel\";i:7231;s:31:\"mobile-frontend-pointer-dismiss\";i:7232;s:33:\"mobile-frontend-edit-login-action\";i:7233;s:34:\"mobile-frontend-edit-signup-action\";i:7234;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:7235;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:7236;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:7237;s:27:\"mobile-frontend-editor-anon\";i:7238;s:34:\"mobile-frontend-editor-anonwarning\";i:7239;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7240;s:35:\"mobile-frontend-editor-blocked-info\";i:7241;s:29:\"mobile-frontend-editor-cancel\";i:7242;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7243;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7244;s:31:\"mobile-frontend-editor-continue\";i:7245;s:26:\"mobile-frontend-editor-cta\";i:7246;s:31:\"mobile-frontend-editor-disabled\";i:7247;s:27:\"mobile-frontend-editor-edit\";i:7248;s:30:\"mobile-frontend-editor-editing\";i:7249;s:35:\"mobile-frontend-editor-editing-page\";i:7250;s:28:\"mobile-frontend-editor-error\";i:7251;s:37:\"mobile-frontend-editor-error-conflict\";i:7252;s:36:\"mobile-frontend-editor-error-loading\";i:7253;s:36:\"mobile-frontend-editor-error-preview\";i:7254;s:35:\"mobile-frontend-editor-keep-editing\";i:7255;s:32:\"mobile-frontend-editor-licensing\";i:7256;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7257;s:33:\"mobile-frontend-editor-terms-link\";i:7258;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7259;s:37:\"mobile-frontend-editor-newpage-prompt\";i:7260;s:34:\"mobile-frontend-editor-placeholder\";i:7261;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7262;s:38:\"mobile-frontend-editor-previewing-page\";i:7263;s:37:\"mobile-frontend-editor-redirect-title\";i:7264;s:27:\"mobile-frontend-editor-save\";i:7265;s:30:\"mobile-frontend-editor-success\";i:7266;s:41:\"mobile-frontend-editor-success-landmark-1\";i:7267;s:39:\"mobile-frontend-editor-success-new-page\";i:7268;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7269;s:38:\"mobile-frontend-editor-summary-request\";i:7270;s:30:\"mobile-frontend-editor-summary\";i:7271;s:37:\"mobile-frontend-editor-switch-confirm\";i:7272;s:36:\"mobile-frontend-editor-switch-editor\";i:7273;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7274;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:7275;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:7276;s:39:\"mobile-frontend-editor-tutorial-summary\";i:7277;s:34:\"mobile-frontend-editor-unavailable\";i:7278;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7279;s:35:\"mobile-frontend-editor-uploadenable\";i:7280;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7281;s:27:\"mobile-frontend-editor-wait\";i:7282;s:36:\"mobile-frontend-editor-redlink-leave\";i:7283;s:38:\"mobile-frontend-editor-redlink-explain\";i:7284;s:37:\"mobile-frontend-editor-redlink-create\";i:7285;s:27:\"mobile-frontend-editor-bold\";i:7286;s:29:\"mobile-frontend-editor-italic\";i:7287;s:32:\"mobile-frontend-editor-bold-text\";i:7288;s:34:\"mobile-frontend-editor-italic-text\";i:7289;s:32:\"mobile-frontend-editor-reference\";i:7290;s:39:\"mobile-frontend-editor-insert-reference\";i:7291;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7292;s:36:\"mobile-frontend-editor-add-reference\";i:7293;s:29:\"mobile-frontend-enable-images\";i:7294;s:43:\"mobile-frontend-expand-sections-description\";i:7295;s:38:\"mobile-frontend-expand-sections-status\";i:7296;s:32:\"mobile-frontend-fontchanger-link\";i:7297;s:32:\"mobile-frontend-fontchanger-desc\";i:7298;s:32:\"mobile-frontend-featured-article\";i:7299;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:7300;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:7301;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:7302;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:7303;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:7304;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:7305;s:30:\"mobile-frontend-footer-contact\";i:7306;s:31:\"mobile-frontend-footer-sitename\";i:7307;s:32:\"mobile-frontend-generic-404-desc\";i:7308;s:33:\"mobile-frontend-generic-404-title\";i:7309;s:29:\"mobile-frontend-generic-login\";i:7310;s:36:\"mobile-frontend-generic-login-action\";i:7311;s:33:\"mobile-frontend-generic-login-new\";i:7312;s:37:\"mobile-frontend-generic-signup-action\";i:7313;s:23:\"mobile-frontend-history\";i:7314;s:32:\"mobile-frontend-history-404-desc\";i:7315;s:33:\"mobile-frontend-history-404-title\";i:7316;s:34:\"mobile-frontend-history-no-results\";i:7317;s:36:\"mobile-frontend-image-cancel-confirm\";i:7318;s:38:\"mobile-frontend-image-heading-describe\";i:7319;s:31:\"mobile-frontend-image-uploading\";i:7320;s:29:\"mobile-frontend-images-status\";i:7321;s:40:\"mobile-frontend-language-article-heading\";i:7322;s:31:\"mobile-frontend-language-header\";i:7323;s:32:\"mobile-frontend-language-heading\";i:7324;s:36:\"mobile-frontend-language-site-choose\";i:7325;s:39:\"mobile-frontend-language-variant-header\";i:7326;s:34:\"mobile-frontend-languages-404-desc\";i:7327;s:35:\"mobile-frontend-languages-404-title\";i:7328;s:32:\"mobile-frontend-languages-header\";i:7329;s:37:\"mobile-frontend-languages-header-page\";i:7330;s:43:\"mobile-frontend-languages-nonexistent-title\";i:7331;s:30:\"mobile-frontend-languages-text\";i:7332;s:40:\"mobile-frontend-languages-variant-header\";i:7333;s:34:\"mobile-frontend-last-modified-date\";i:7334;s:34:\"mobile-frontend-last-modified-days\";i:7335;s:35:\"mobile-frontend-last-modified-hours\";i:7336;s:38:\"mobile-frontend-last-modified-just-now\";i:7337;s:37:\"mobile-frontend-last-modified-minutes\";i:7338;s:36:\"mobile-frontend-last-modified-months\";i:7339;s:37:\"mobile-frontend-last-modified-seconds\";i:7340;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7341;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7342;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7343;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7344;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7345;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7346;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7347;s:35:\"mobile-frontend-last-modified-years\";i:7348;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:7349;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:7350;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:7351;s:44:\"mobile-frontend-logged-in-toast-notification\";i:7352;s:26:\"mobile-frontend-logged-out\";i:7353;s:21:\"mobile-frontend-login\";i:7354;s:25:\"mobile-frontend-main-menu\";i:7355;s:30:\"mobile-frontend-main-menu-back\";i:7356;s:40:\"mobile-frontend-main-menu-account-create\";i:7357;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:7358;s:34:\"mobile-frontend-main-menu-featured\";i:7359;s:31:\"mobile-frontend-main-menu-login\";i:7360;s:32:\"mobile-frontend-main-menu-logout\";i:7361;s:32:\"mobile-frontend-main-menu-nearby\";i:7362;s:36:\"mobile-frontend-main-menu-page-title\";i:7363;s:34:\"mobile-frontend-main-menu-settings\";i:7364;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7365;s:32:\"mobile-frontend-main-menu-upload\";i:7366;s:35:\"mobile-frontend-main-menu-watchlist\";i:7367;s:29:\"mobile-frontend-media-details\";i:7368;s:34:\"mobile-frontend-media-license-link\";i:7369;s:32:\"mobile-frontend-meta-data-issues\";i:7370;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7371;s:39:\"mobile-frontend-meta-data-issues-header\";i:7372;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7373;s:29:\"mobile-frontend-missing-image\";i:7374;s:31:\"mobile-frontend-nearby-distance\";i:7375;s:38:\"mobile-frontend-nearby-distance-meters\";i:7376;s:28:\"mobile-frontend-nearby-error\";i:7377;s:37:\"mobile-frontend-nearby-error-guidance\";i:7378;s:30:\"mobile-frontend-nearby-loading\";i:7379;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:7380;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:7381;s:32:\"mobile-frontend-nearby-noresults\";i:7382;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:7383;s:33:\"mobile-frontend-nearby-permission\";i:7384;s:42:\"mobile-frontend-nearby-permission-guidance\";i:7385;s:30:\"mobile-frontend-nearby-refresh\";i:7386;s:35:\"mobile-frontend-nearby-requirements\";i:7387;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:7388;s:28:\"mobile-frontend-nearby-title\";i:7389;s:34:\"mobile-frontend-nearby-sectiontext\";i:7390;s:26:\"mobile-frontend-news-items\";i:7391;s:30:\"mobile-frontend-opt-in-explain\";i:7392;s:29:\"mobile-frontend-overlay-close\";i:7393;s:32:\"mobile-frontend-overlay-continue\";i:7394;s:34:\"mobile-frontend-page-menu-contents\";i:7395;s:33:\"mobile-frontend-page-menu-history\";i:7396;s:42:\"mobile-frontend-page-menu-language-current\";i:7397;s:33:\"mobile-frontend-page-edit-summary\";i:7398;s:24:\"mobile-frontend-password\";i:7399;s:44:\"mobile-frontend-password-confirm-placeholder\";i:7400;s:36:\"mobile-frontend-password-placeholder\";i:7401;s:44:\"mobile-frontend-photo-article-donate-comment\";i:7402;s:42:\"mobile-frontend-photo-article-edit-comment\";i:7403;s:41:\"mobile-frontend-photo-caption-placeholder\";i:7404;s:31:\"mobile-frontend-photo-licensing\";i:7405;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7406;s:31:\"mobile-frontend-photo-ownership\";i:7407;s:39:\"mobile-frontend-photo-ownership-confirm\";i:7408;s:36:\"mobile-frontend-photo-ownership-help\";i:7409;s:28:\"mobile-frontend-photo-submit\";i:7410;s:28:\"mobile-frontend-photo-upload\";i:7411;s:33:\"mobile-frontend-photo-upload-anon\";i:7412;s:36:\"mobile-frontend-photo-upload-comment\";i:7413;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7414;s:34:\"mobile-frontend-photo-upload-error\";i:7415;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:7416;s:43:\"mobile-frontend-photo-upload-error-filename\";i:7417;s:36:\"mobile-frontend-photo-upload-generic\";i:7418;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7419;s:44:\"mobile-frontend-photo-upload-success-article\";i:7420;s:40:\"mobile-frontend-photo-upload-unavailable\";i:7421;s:39:\"mobile-frontend-photo-upload-user-count\";i:7422;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:7423;s:27:\"mobile-frontend-placeholder\";i:7424;s:31:\"mobile-frontend-placeholder-app\";i:7425;s:32:\"mobile-frontend-placeholder-beta\";i:7426;s:33:\"mobile-frontend-privacy-link-text\";i:7427;s:40:\"mobile-frontend-profile-activity-heading\";i:7428;s:29:\"mobile-frontend-profile-error\";i:7429;s:38:\"mobile-frontend-profile-footer-ancient\";i:7430;s:35:\"mobile-frontend-profile-footer-days\";i:7431;s:37:\"mobile-frontend-profile-footer-months\";i:7432;s:36:\"mobile-frontend-profile-footer-years\";i:7433;s:33:\"mobile-frontend-profile-last-edit\";i:7434;s:34:\"mobile-frontend-profile-last-thank\";i:7435;s:30:\"mobile-frontend-profile-noargs\";i:7436;s:30:\"mobile-frontend-profile-nouser\";i:7437;s:29:\"mobile-frontend-profile-title\";i:7438;s:37:\"mobile-frontend-profile-userpage-link\";i:7439;s:32:\"mobile-frontend-profile-usertalk\";i:7440;s:35:\"mobile-frontend-references-citation\";i:7441;s:31:\"mobile-frontend-requires-mobile\";i:7442;s:30:\"mobile-frontend-requires-optin\";i:7443;s:30:\"mobile-frontend-requires-title\";i:7444;s:26:\"mobile-frontend-save-error\";i:7445;s:29:\"mobile-frontend-save-settings\";i:7446;s:32:\"mobile-frontend-saving-exit-page\";i:7447;s:30:\"mobile-frontend-search-content\";i:7448;s:41:\"mobile-frontend-search-content-no-results\";i:7449;s:33:\"mobile-frontend-search-no-results\";i:7450;s:39:\"mobile-frontend-settings-images-explain\";i:7451;s:29:\"mobile-frontend-settings-beta\";i:7452;s:41:\"mobile-frontend-settings-site-description\";i:7453;s:37:\"mobile-frontend-sign-in-error-heading\";i:7454;s:31:\"mobile-frontend-sign-in-heading\";i:7455;s:27:\"mobile-frontend-sign-in-why\";i:7456;s:31:\"mobile-frontend-sign-up-heading\";i:7457;s:29:\"mobile-frontend-talk-fullpage\";i:7458;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7459;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7460;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7461;s:33:\"mobile-frontend-talk-back-to-page\";i:7462;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7463;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7464;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7465;s:33:\"mobile-frontend-talk-edit-summary\";i:7466;s:30:\"mobile-frontend-talk-explained\";i:7467;s:36:\"mobile-frontend-talk-explained-empty\";i:7468;s:35:\"mobile-frontend-talk-overlay-header\";i:7469;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7470;s:26:\"mobile-frontend-talk-reply\";i:7471;s:31:\"mobile-frontend-talk-reply-info\";i:7472;s:34:\"mobile-frontend-talk-reply-success\";i:7473;s:35:\"mobile-frontend-talk-topic-feedback\";i:7474;s:32:\"mobile-frontend-talk-topic-error\";i:7475;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7476;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7477;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7478;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7479;s:31:\"mobile-frontend-talk-topic-wait\";i:7480;s:26:\"mobile-frontend-terms-text\";i:7481;s:25:\"mobile-frontend-terms-url\";i:7482;s:30:\"mobile-frontend-thanked-notice\";i:7483;s:28:\"mobile-frontend-user-account\";i:7484;s:35:\"mobile-frontend-user-button-tooltip\";i:7485;s:32:\"mobile-frontend-user-newmessages\";i:7486;s:24:\"mobile-frontend-user-cta\";i:7487;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7488;s:24:\"mobile-frontend-username\";i:7489;s:36:\"mobile-frontend-username-placeholder\";i:7490;s:28:\"mobile-frontend-view-desktop\";i:7491;s:27:\"mobile-frontend-view-mobile\";i:7492;s:27:\"mobile-frontend-view-source\";i:7493;s:27:\"mobile-frontend-watch-login\";i:7494;s:29:\"mobile-frontend-watchlist-a-z\";i:7495;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7496;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7497;s:29:\"mobile-frontend-watchlist-add\";i:7498;s:35:\"mobile-frontend-watchlist-back-home\";i:7499;s:29:\"mobile-frontend-watchlist-cta\";i:7500;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7501;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7502;s:30:\"mobile-frontend-watchlist-feed\";i:7503;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7504;s:36:\"mobile-frontend-watchlist-filter-all\";i:7505;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7506;s:38:\"mobile-frontend-watchlist-filter-other\";i:7507;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7508;s:38:\"mobile-frontend-watchlist-login-action\";i:7509;s:30:\"mobile-frontend-watchlist-more\";i:7510;s:37:\"mobile-frontend-watchlist-please-wait\";i:7511;s:31:\"mobile-frontend-watchlist-error\";i:7512;s:33:\"mobile-frontend-watchlist-purpose\";i:7513;s:33:\"mobile-frontend-watchlist-removed\";i:7514;s:39:\"mobile-frontend-watchlist-signup-action\";i:7515;s:30:\"mobile-frontend-watchlist-view\";i:7516;s:36:\"mobile-frontend-quick-lookup-looking\";i:7517;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7518;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7519;s:10:\"mobile.css\";i:7520;s:9:\"mobile.js\";i:7521;s:6:\"nearby\";i:7522;s:21:\"right-mf-uploadbutton\";i:7523;s:15:\"tag-mobile_edit\";i:7524;s:27:\"tag-mobile_edit-description\";i:7525;s:19:\"tag-mobile_web_edit\";i:7526;s:31:\"tag-mobile_web_edit-description\";i:7527;s:16:\"skinname-minerva\";i:7528;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7529;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7530;s:30:\"apihelp-mobileview-description\";i:7531;s:29:\"apihelp-mobileview-param-page\";i:7532;s:33:\"apihelp-mobileview-param-redirect\";i:7533;s:33:\"apihelp-mobileview-param-sections\";i:7534;s:29:\"apihelp-mobileview-param-prop\";i:7535;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7536;s:36:\"apihelp-mobileview-param-sectionprop\";i:7537;s:34:\"apihelp-mobileview-param-pageprops\";i:7538;s:32:\"apihelp-mobileview-param-variant\";i:7539;s:33:\"apihelp-mobileview-param-noimages\";i:7540;s:35:\"apihelp-mobileview-param-noheadings\";i:7541;s:36:\"apihelp-mobileview-param-notransform\";i:7542;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7543;s:31:\"apihelp-mobileview-param-offset\";i:7544;s:31:\"apihelp-mobileview-param-maxlen\";i:7545;s:34:\"apihelp-mobileview-param-thumbsize\";i:7546;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7547;s:36:\"apihelp-mobileview-param-thumbheight\";i:7548;s:28:\"apihelp-mobileview-example-1\";i:7549;s:28:\"apihelp-mobileview-example-2\";i:7550;s:28:\"apihelp-mobileview-example-3\";i:7551;s:32:\"apihelp-parse-param-mobileformat\";i:7552;s:28:\"apihelp-parse-param-noimages\";i:7553;s:28:\"apihelp-parse-param-mainpage\";i:7554;s:35:\"mobile-frontend-donate-button-label\";i:7555;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7556;s:31:\"mobile-frontend-loading-message\";i:7557;s:31:\"mobile-frontend-console-recruit\";i:7558;s:34:\"mobile-frontend-browse-tags-header\";i:7559;s:24:\"mobile-frontend-panel-ok\";i:7560;s:28:\"mobile-frontend-panel-cancel\";i:7561;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7562;s:41:\"mobile-frontend-search-feedback-link-text\";i:7563;s:38:\"mobile-frontend-search-feedback-prompt\";i:7564;s:20:\"googleanalytics-desc\";i:7565;s:17:\"right-noanalytics\";}}'),('arc','magicWords','a:172:{s:6:\"gender\";a:3:{i:0;i:0;i:1;s:9:\"ܓܢܣܐ:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:20:\"ܬܘܪܨ_ܡܡܠܠܐ:\";i:2;s:8:\"GRAMMAR:\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:19:\"ܣܪܛܐ_ܫܪܫܝܐ\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:10:\"ܬܚܘܡܐ\";i:2;s:6:\"border\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:8:\"ܡܨܥܐ\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:8:\"ܣܡܠܐ\";i:2;s:4:\"left\";}s:15:\"img_manualthumb\";a:4:{i:0;i:1;i:1;s:15:\"ܙܥܘܪܬܐ=$1\";i:2;s:12:\"thumbnail=$1\";i:3;s:8:\"thumb=$1\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:11:\"ܠܐ_ܡܕܡ\";i:2;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:11:\"ܦܐܬܐ=$1\";i:2;s:11:\"ܦܐܬܐ $1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:10:\"ܝܡܝܢܐ\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:10:\"ܦܪܥܝܐ\";i:2;s:3:\"sub\";}s:13:\"img_thumbnail\";a:4:{i:0;i:1;i:1;s:12:\"ܙܥܘܪܬܐ\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:10:\"#ܠܫܢܐ:\";i:2;s:10:\"#LANGUAGE:\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:11:\"ܐܓܪܬܐ:\";i:2;s:4:\"MSG:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:8:\"ܚܩܠܐ\";i:2;s:9:\"NAMESPACE\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:25:\"ܡܢܝܢܐ_ܕܡܠܘܐ̈ܐ\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:23:\"ܡܢܝܢܐ_ܕܠܦܦ̈ܐ\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:25:\"ܡܢܝܢܐ_ܕܦܐܬܬ̈ܐ\";i:2;s:13:\"NUMBEROFPAGES\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:17:\"ܫܡܐ_ܕܦܐܬܐ\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:21:\"ܟܘܢܝܐ_ܕܦܐܬܐ\";i:2;s:9:\"PAGENAMEE\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:11:\"#ܨܘܝܒܐ\";i:2;s:9:\"#REDIRECT\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:12:\"ܕܝܠܢܝܐ\";i:2;s:7:\"special\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:10:\"ܫܒܝܠܐ\";i:2;s:4:\"PATH\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ܘܝܩܝ\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}}'),('arc','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('arc','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('arc','messages:about','s:10:\"arc:ܡܢܘ\";'),('arc','messages:aboutpage','s:18:\"arc:Project:ܡܢܘ\";'),('arc','messages:aboutsite','s:23:\"arc:ܡܢܘ {{SITENAME}}\";'),('arc','messages:abusefilter-edit-builder-vars-user-mobile','s:64:\"en:Whether or not a user is editing through the mobile interface\";'),('arc','messages:accesskey-blockip-block','s:4:\"en:s\";'),('arc','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('arc','messages:accesskey-ca-delete','s:4:\"en:d\";'),('arc','messages:accesskey-ca-edit','s:4:\"en:e\";'),('arc','messages:accesskey-ca-history','s:4:\"en:h\";'),('arc','messages:accesskey-ca-move','s:4:\"en:m\";'),('arc','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('arc','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('arc','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('arc','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('arc','messages:accesskey-ca-protect','s:4:\"en:=\";'),('arc','messages:accesskey-ca-talk','s:4:\"en:t\";'),('arc','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('arc','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('arc','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('arc','messages:accesskey-ca-view','s:3:\"en:\";'),('arc','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('arc','messages:accesskey-ca-watch','s:4:\"en:w\";'),('arc','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('arc','messages:accesskey-diff','s:4:\"en:v\";'),('arc','messages:accesskey-export','s:4:\"en:s\";'),('arc','messages:accesskey-feed-atom','s:3:\"en:\";'),('arc','messages:accesskey-feed-rss','s:3:\"en:\";'),('arc','messages:accesskey-import','s:4:\"en:s\";'),('arc','messages:accesskey-minoredit','s:4:\"en:i\";'),('arc','messages:accesskey-n-currentevents','s:3:\"en:\";'),('arc','messages:accesskey-n-help','s:3:\"en:\";'),('arc','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('arc','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('arc','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('arc','messages:accesskey-n-portal','s:3:\"en:\";'),('arc','messages:accesskey-n-randompage','s:4:\"en:x\";'),('arc','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('arc','messages:accesskey-p-logo','s:3:\"en:\";'),('arc','messages:accesskey-preferences-save','s:4:\"en:s\";'),('arc','messages:accesskey-preview','s:4:\"en:p\";'),('arc','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('arc','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('arc','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('arc','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('arc','messages:accesskey-pt-login','s:4:\"en:o\";'),('arc','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('arc','messages:accesskey-pt-logout','s:3:\"en:\";'),('arc','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('arc','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('arc','messages:accesskey-pt-preferences','s:3:\"en:\";'),('arc','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('arc','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('arc','messages:accesskey-publish','s:4:\"en:s\";'),('arc','messages:accesskey-save','s:4:\"en:s\";'),('arc','messages:accesskey-search','s:4:\"en:f\";'),('arc','messages:accesskey-search-fulltext','s:3:\"en:\";'),('arc','messages:accesskey-search-go','s:3:\"en:\";'),('arc','messages:accesskey-summary','s:4:\"en:b\";'),('arc','messages:accesskey-t-contributions','s:3:\"en:\";'),('arc','messages:accesskey-t-emailuser','s:3:\"en:\";'),('arc','messages:accesskey-t-info','s:3:\"en:\";'),('arc','messages:accesskey-t-permalink','s:3:\"en:\";'),('arc','messages:accesskey-t-print','s:4:\"en:p\";'),('arc','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('arc','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('arc','messages:accesskey-t-upload','s:4:\"en:u\";'),('arc','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('arc','messages:accesskey-upload','s:4:\"en:s\";'),('arc','messages:accesskey-userrights-set','s:4:\"en:s\";'),('arc','messages:accesskey-watch','s:4:\"en:w\";'),('arc','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('arc','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('arc','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('arc','messages:accmailtext','s:176:\"en:A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the <em>[[Special:ChangePassword|change password]]</em> page upon logging in.\";'),('arc','messages:accmailtitle','s:32:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܫܕܪܬ\";'),('arc','messages:accountcreated','s:23:\"arc:ܚܘܫܒܢܐ ܒܪܐ\";'),('arc','messages:accountcreatedtext','s:49:\"arc:ܐܬܒܪܝ ܚܘܫܒܢܐ ܕܡܦܠܚܢܐ ܠ $1.\";'),('arc','messages:acct_creation_throttle_hit','s:252:\"en:Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last $2, which is the maximum allowed in this time period.\nAs a result, visitors using this IP address cannot create any more accounts at the moment.\";'),('arc','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('arc','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('arc','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('arc','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('arc','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('arc','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('arc','messages:action-block','s:54:\"arc:ܚܪܡܬܐ ܕܡܦܠܚܢܐ ܗܢܐ ܡܢ ܫܚܠܦܬܐ\";'),('arc','messages:action-blockemail','s:34:\"en:block a user from sending email\";'),('arc','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('arc','messages:action-browsearchive','s:43:\"arc:ܒܨܝܐ ܥܠ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('arc','messages:action-createaccount','s:51:\"arc:ܒܪܝܬܐ ܕܚܘܫܒܢܐ ܕܗܢܐ ܡܦܠܚܢܐ\";'),('arc','messages:action-createpage','s:29:\"arc:ܒܪܝܬܐ ܕܦܐܬܬ̈ܐ\";'),('arc','messages:action-createtalk','s:42:\"arc:ܒܪܝܬܐ ܕܦܐܬܬ̈ܐ ܕܡܡܠܠܐ\";'),('arc','messages:action-delete','s:32:\"arc:ܫܝܦܬܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('arc','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('arc','messages:action-deletedhistory','s:58:\"arc:ܚܙܝܬܐ ܕܬܫܥܝܬܐ ܫܝܦܬܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-deletedtext','s:29:\"en:view deleted revision text\";'),('arc','messages:action-deletelogentry','s:21:\"en:delete log entries\";'),('arc','messages:action-deleterevision','s:34:\"arc:ܫܝܦܬܐ ܕܬܢܝܬܐ ܗܕܐ\";'),('arc','messages:action-edit','s:34:\"arc:ܫܚܠܦܬܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('arc','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('arc','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('arc','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('arc','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('arc','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('arc','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('arc','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('arc','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('arc','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('arc','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('arc','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('arc','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('arc','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('arc','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('arc','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('arc','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('arc','messages:action-hideuser','s:46:\"en:block a username, hiding it from the public\";'),('arc','messages:action-history','s:32:\"en:view the history of this page\";'),('arc','messages:action-import','s:33:\"en:import pages from another wiki\";'),('arc','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('arc','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('arc','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('arc','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('arc','messages:action-mergehistory','s:47:\"arc:ܚܒܛܬܐ ܕܬܫܥܝܬܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-mf-uploadbutton','s:49:\"en:use the MobileFrontend-specific upload system.\";'),('arc','messages:action-minoredit','s:59:\"arc:ܫܘܕܥܬܐ ܥܠ ܫܘܚܠܦܐ ܗܢܐ ܐܝܟ ܙܥܘܪܐ\";'),('arc','messages:action-move','s:32:\"arc:ܫܢܝܬܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('arc','messages:action-move-rootuserpages','s:59:\"arc:ܫܢܝܬܐ ܕܦܐܬܬ̈ܐ ܫܪ̈ܫܝܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:action-move-subpages','s:35:\"en:move this page, and its subpages\";'),('arc','messages:action-movefile','s:32:\"arc:ܫܢܝܬܐ ܕܗܢܐ ܠܦܦܐ\";'),('arc','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('arc','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('arc','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('arc','messages:action-pagelang','s:27:\"en:change the page language\";'),('arc','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('arc','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('arc','messages:action-protect','s:8:\"arc:ܛܪ\";'),('arc','messages:action-purge','s:18:\"en:purge this page\";'),('arc','messages:action-read','s:26:\"arc:ܩܪܝ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('arc','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('arc','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('arc','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('arc','messages:action-sendemail','s:14:\"en:send emails\";'),('arc','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('arc','messages:action-suppressionlog','s:47:\"arc:ܚܙܝܬܐ ܕܗܢܐ ܣܓܠܐ ܦܪܨܘܦܝܐ\";'),('arc','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('arc','messages:action-suppressrevision','s:39:\"en:review and undelete hidden revisions\";'),('arc','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('arc','messages:action-undelete','s:31:\"arc:ܠܐ ܫܘܦ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('arc','messages:action-upload','s:32:\"arc:ܐܣܩܬܐ ܕܗܢܐ ܠܦܦܐ\";'),('arc','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('arc','messages:action-userrights','s:49:\"arc:ܫܚܠܦܬܐ ܕܟܠ ܙܕ̈ܩܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('arc','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('arc','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('arc','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('arc','messages:action-writeapi','s:20:\"en:use the write API\";'),('arc','messages:actioncomplete','s:25:\"arc:ܥܡܠܝܬܐ ܓܡܪܬ\";'),('arc','messages:actionfailed','s:30:\"arc:ܥܡܠܝܬܐ ܠܐ ܢܨܚܬ\";'),('arc','messages:actions','s:14:\"arc:ܥܒܕ̈ܐ\";'),('arc','messages:actionthrottled','s:79:\"arc:ܠܐ ܡܬܡܨܝܢܬܐ ܐܝܬܝܗܝ ܠܡܥܒܕ ܝܬܝܪ ܡܢ ܗܢܐ ܥܒܕܐ\";'),('arc','messages:actionthrottledtext','s:182:\"en:As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.\";'),('arc','messages:activeusers','s:44:\"arc:ܡܟܬܒܘܬܐ ܕܗܕ̈ܡܐ ܙܪ̄ܝܙܐ\";'),('arc','messages:activeusers-count','s:106:\"arc:$1 {{PLURAL:$1|ܥܒܕܐ|ܥܒܕ̈ܐ}} ܒ {{PLURAL:$3|ܝܘܡܐ ܐܚܪܝܐ|$3 ܝܘܡܬ̈ܐ ܐܚܪ̈ܝܐ}}\";'),('arc','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('arc','messages:activeusers-from','s:40:\"arc:ܚܘܝ ܡܦܠܚܢ̈ܐ ܕܫܪܐ ܥܡ:\";'),('arc','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('arc','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('arc','messages:activeusers-noresult','s:48:\"arc:ܠܐ ܐܫܬܟܚ ܡܦܠܚܢ̈ܐ ܐܢܫ̈ܝܢ.\";'),('arc','messages:activeusers-submit','s:23:\"en:Display active users\";'),('arc','messages:activeusers-summary','s:3:\"en:\";'),('arc','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('arc','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('arc','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('arc','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('arc','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('arc','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('arc','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('arc','messages:addedwatchtext','s:188:\"arc:ܦܐܬܐ ܕ\"[[:$1]]\" ܐܬܬܘܣܦܬ ܠ[[Special:Watchlist|ܪ̈ܗܝܬܟ]].\nܐܝܢܐ ܫܘܚܠܦܐ ܥܠ ܦܐܬܐ ܗܕܐ ܒܕܥܬܝܕ ܬܬܓܠܚ ܥܡ ܦܐܬܐ ܕܡܡܠܠܐ ܕܝܠܗ ܬܡܢ.\";'),('arc','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('arc','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('arc','messages:addsection','s:4:\"en:+\";'),('arc','messages:addsection-editintro','s:3:\"en:\";'),('arc','messages:addsection-preload','s:3:\"en:\";'),('arc','messages:addwatch','s:30:\"arc:ܐܘܣܦ ܥܠ ܪ̈ܗܝܬܝ\";'),('arc','messages:ago','s:13:\"arc:ܩܕܡ $1\";'),('arc','messages:all-logs-page','s:32:\"arc:ܟܠ ܣܓܠ̈ܐ ܓܘܢܝ̈ܐ\";'),('arc','messages:allarticles','s:19:\"arc:ܟܠ ܡܓܠ̈ܐ\";'),('arc','messages:allinnamespace','s:38:\"arc:ܟܠ ܦܐܬܬ̈ܐ (ܚܩܠܐ ܕ $1)\";'),('arc','messages:alllogstext','s:279:\"arc:ܓܠܚܐ ܟܠܢܝܐ ܠܟܠ ܣܓܠ̈ܐ ܡܪ ܐܝܬܘܬܐ ܒ{{SITENAME}}.\nܡܨܬ ܕܬܙܥܪ ܠܦܠܛܐ ܒܓܒܝܬܐ ܕܐܕܫܐ ܕܣܓܠܐ ܐܘ ܫܡܐ ܕܡܦܠܚܢܐ (ܪܓܫܬܢܐ ܠܐܕܫܐ ܕܐܬܘܬܐ) ܐܘ ܦܐܬܐ ܬܘܥܒܕܬܐ (ܐܦ ܪܓܫܬܢܐ ܠܐܕܫܐ ܕܐܬܘܬܐ).\";'),('arc','messages:allmessages','s:27:\"arc:ܐܓܪ̈ܬܐ ܕܛܟܣܐ\";'),('arc','messages:allmessages-filter','s:56:\"arc:ܨܦܝ ܐܝܟ ܐܝܟܢܝܘܬܐ ܕܡܬܕܝܠܢܘܬܐ:\";'),('arc','messages:allmessages-filter-all','s:8:\"arc:ܟܠ\";'),('arc','messages:allmessages-filter-legend','s:20:\"arc:ܡܨܦܝܢܝܬܐ\";'),('arc','messages:allmessages-filter-modified','s:16:\"arc:ܫܘܓܢܝܐ\";'),('arc','messages:allmessages-filter-submit','s:8:\"arc:ܙܠ\";'),('arc','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('arc','messages:allmessages-filter-unmodified','s:21:\"arc:ܠܐ ܫܘܓܢܝܐ\";'),('arc','messages:allmessages-language','s:13:\"arc:ܠܫܢܐ:\";'),('arc','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('arc','messages:allmessages-prefix','s:38:\"arc:ܡܨܦܝܢܝܬܐ ܐܝܟ ܫܘܪܝܐ\";'),('arc','messages:allmessagescurrent','s:38:\"arc:ܟܬܒܬܐ ܗܫܝܬܐ ܕܐܓܪܬܐ\";'),('arc','messages:allmessagesdefault','s:46:\"arc:ܐܓܪܬܐ ܕܟܬܒܬܐ ܡܬܚܫܒܢܝܬܐ\";'),('arc','messages:allmessagesname','s:10:\"arc:ܫܡܐ\";'),('arc','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('arc','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('arc','messages:allpages','s:21:\"arc:ܟܠ ܦܐܬܬ̈ܐ\";'),('arc','messages:allpages-bad-ns','s:43:\"arc:{{SITENAME}} ܠܝܬ ܠܗ ܚܩܠܐ \"$1\".\";'),('arc','messages:allpages-hide-redirects','s:23:\"arc:ܛܫܝ ܨܘܝܒ̈ܐ\";'),('arc','messages:allpages-summary','s:3:\"en:\";'),('arc','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('arc','messages:allpagesfrom','s:38:\"arc:ܚܘܝ ܦܐܬܬ̈ܐ ܕܫܪܐ ܥܡ:\";'),('arc','messages:allpagesprefix','s:38:\"arc:ܚܘܝ ܦܐܬܬ̈ܐ ܕܫܪܝܢ ܒ:\";'),('arc','messages:allpagessubmit','s:8:\"arc:ܙܠ\";'),('arc','messages:allpagesto','s:38:\"arc:ܚܘܝ ܦܐܬܬ̈ܐ ܕܫܠܡ ܥܡ:\";'),('arc','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('arc','messages:ancientpages','s:35:\"arc:ܦܐܬܬ̈ܐ ܥܬܝܩ ܡܢ ܟܠ\";'),('arc','messages:ancientpages-summary','s:3:\"en:\";'),('arc','messages:and','s:11:\"arc:&#32;ܘ\";'),('arc','messages:anoncontribs','s:16:\"en:Contributions\";'),('arc','messages:anoneditwarning','s:111:\"arc:\'\'\'ܙܘܗܪܐ:\'\'\' ܠܐ ܐܝܬܝܟ ܥܠܝܠܐ.\nܐܝ ܦܝ (IP) ܕܝܠܟ ܢܬܟܬܒ ܒܬܫܥܝܬܐ ܕܦܐܬܐ.\";'),('arc','messages:anonnotice','s:4:\"en:-\";'),('arc','messages:anononlyblock','s:32:\"arc:ܠܐ ܝܕ̈ܝܥܐ ܒܠܚܘܕ\";'),('arc','messages:anonpreviewwarning','s:132:\"arc:\"ܠܐ ܐܝܬܝܟ ܥܠܝܠܐ. ܠܒܟܬܐ ܕܦܐܬܐ ܢܬܟܬܒ ܐܝ ܦܝ (IP) ܕܝܠܟ ܒܬܫܥܝܬܐ ܕܫܘܚܠܦܐ ܕܦܐܬܐ.\"\";'),('arc','messages:anontalk','s:14:\"arc:ܡܡܠܠܐ\";'),('arc','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('arc','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('arc','messages:anonusers','s:95:\"arc:{{SITENAME}} {{PLURAL:$2|ܡܦܠܚܢܐ ܠܐ ܝܕܝܥܐ|ܡܦܠܚܢ̈ܐ ܠܐ ܝܕ̈ܝܥܐ}} $1\";'),('arc','messages:anonymous','s:95:\"arc:{{PLURAL:$1|ܡܦܠܚܢܐ ܠܐ ܝܕܝܥܐ|ܡܦܠܚܢ̈ܐ ܠܐ ܝܕ̈ܝܥܐ}} ܕ {{SITENAME}}\";'),('arc','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('arc','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('arc','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('arc','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('arc','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('arc','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('arc','messages:api-credits-header','s:10:\"en:Credits\";'),('arc','messages:api-error-badtoken','s:29:\"en:Internal error: Bad token.\";'),('arc','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('arc','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('arc','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('arc','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('arc','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('arc','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('arc','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('arc','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('arc','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('arc','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('arc','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('arc','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('arc','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('arc','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('arc','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('arc','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('arc','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('arc','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('arc','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('arc','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('arc','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('arc','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('arc','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('arc','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('arc','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('arc','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('arc','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('arc','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('arc','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('arc','messages:api-help-flag-internal','s:97:\"en:<strong>This module is internal or unstable.</strong> Its operation may change without notice.\";'),('arc','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('arc','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('arc','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('arc','messages:api-help-flags','s:3:\"en:\";'),('arc','messages:api-help-help-urls','s:3:\"en:\";'),('arc','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('arc','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('arc','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('arc','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('arc','messages:api-help-main-header','s:14:\"en:Main module\";'),('arc','messages:api-help-no-extended-description','s:3:\"en:\";'),('arc','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('arc','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('arc','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('arc','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('arc','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('arc','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('arc','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('arc','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('arc','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('arc','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('arc','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('arc','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('arc','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('arc','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('arc','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('arc','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('arc','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('arc','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('arc','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('arc','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('arc','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('arc','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('arc','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('arc','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('arc','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('arc','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('arc','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('arc','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('arc','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('arc','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('arc','messages:api-help-source','s:13:\"en:Source: $1\";'),('arc','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('arc','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('arc','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('arc','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('arc','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('arc','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arc','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arc','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('arc','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('arc','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('arc','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('arc','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('arc','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('arc','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('arc','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('arc','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('arc','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('arc','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('arc','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('arc','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('arc','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('arc','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('arc','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('arc','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('arc','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('arc','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('arc','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('arc','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('arc','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('arc','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('arc','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('arc','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('arc','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('arc','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('arc','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('arc','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('arc','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('arc','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('arc','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('arc','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('arc','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('arc','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('arc','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('arc','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('arc','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('arc','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('arc','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('arc','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('arc','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('arc','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('arc','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('arc','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('arc','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('arc','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('arc','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('arc','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('arc','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('arc','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('arc','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('arc','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('arc','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('arc','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('arc','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('arc','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('arc','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('arc','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('arc','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('arc','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('arc','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('arc','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('arc','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('arc','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('arc','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('arc','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('arc','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('arc','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('arc','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('arc','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('arc','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('arc','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('arc','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('arc','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('arc','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('arc','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('arc','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('arc','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('arc','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('arc','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('arc','messages:apierror-contenttoobig','s:98:\"en:The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('arc','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('arc','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('arc','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('arc','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('arc','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('arc','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('arc','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('arc','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('arc','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('arc','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('arc','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('arc','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('arc','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('arc','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('arc','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('arc','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('arc','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('arc','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('arc','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('arc','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('arc','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('arc','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('arc','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('arc','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('arc','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('arc','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('arc','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('arc','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('arc','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('arc','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('arc','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('arc','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('arc','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('arc','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('arc','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('arc','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('arc','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('arc','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('arc','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('arc','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('arc','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('arc','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('arc','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('arc','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('arc','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('arc','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('arc','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('arc','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('arc','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('arc','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('arc','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('arc','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('arc','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('arc','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('arc','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('arc','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('arc','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('arc','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('arc','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('arc','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('arc','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('arc','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('arc','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('arc','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('arc','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('arc','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('arc','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('arc','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('arc','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('arc','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('arc','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('arc','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('arc','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('arc','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('arc','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('arc','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('arc','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('arc','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('arc','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('arc','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('arc','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('arc','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('arc','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('arc','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('arc','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('arc','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('arc','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('arc','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('arc','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('arc','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('arc','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('arc','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('arc','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('arc','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('arc','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('arc','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('arc','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('arc','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('arc','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('arc','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('arc','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('arc','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('arc','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('arc','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('arc','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('arc','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('arc','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('arc','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('arc','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('arc','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('arc','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('arc','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('arc','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('arc','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('arc','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('arc','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('arc','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('arc','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('arc','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('arc','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('arc','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('arc','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('arc','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('arc','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('arc','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('arc','messages:apierror-stashexception','s:5:\"en:$1\";'),('arc','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('arc','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('arc','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('arc','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('arc','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('arc','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('arc','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('arc','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('arc','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('arc','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('arc','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('arc','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('arc','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('arc','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('arc','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('arc','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('arc','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('arc','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('arc','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('arc','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('arc','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('arc','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('arc','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('arc','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('arc','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('arc','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('arc','messages:apihelp','s:11:\"en:API help\";'),('arc','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('arc','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('arc','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('arc','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('arc','messages:apihelp-block-param-anononly','s:81:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address).\";'),('arc','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('arc','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('arc','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('arc','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('arc','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('arc','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('arc','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('arc','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('arc','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('arc','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('arc','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('arc','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('arc','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('arc','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('arc','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('arc','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('arc','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('arc','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('arc','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('arc','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('arc','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('arc','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('arc','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('arc','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('arc','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('arc','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('arc','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('arc','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('arc','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('arc','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('arc','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('arc','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('arc','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('arc','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('arc','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('arc','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('arc','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('arc','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('arc','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('arc','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('arc','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('arc','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('arc','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('arc','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('arc','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('arc','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('arc','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('arc','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('arc','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('arc','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('arc','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('arc','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('arc','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('arc','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('arc','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('arc','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('arc','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('arc','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('arc','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('arc','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('arc','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('arc','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('arc','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('arc','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('arc','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('arc','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('arc','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('arc','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('arc','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('arc','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('arc','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('arc','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('arc','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('arc','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('arc','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('arc','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('arc','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('arc','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('arc','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('arc','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('arc','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('arc','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('arc','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('arc','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('arc','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('arc','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('arc','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('arc','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('arc','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('arc','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('arc','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('arc','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('arc','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('arc','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('arc','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('arc','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('arc','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('arc','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('arc','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('arc','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('arc','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('arc','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('arc','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('arc','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('arc','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('arc','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('arc','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('arc','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('arc','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('arc','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('arc','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('arc','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('arc','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('arc','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('arc','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('arc','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('arc','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('arc','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('arc','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('arc','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('arc','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('arc','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('arc','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('arc','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('arc','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('arc','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('arc','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('arc','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('arc','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('arc','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('arc','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('arc','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('arc','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('arc','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('arc','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('arc','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('arc','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('arc','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('arc','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('arc','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('arc','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('arc','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('arc','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('arc','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('arc','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('arc','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('arc','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('arc','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('arc','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('arc','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('arc','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('arc','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('arc','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('arc','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('arc','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('arc','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('arc','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('arc','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('arc','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('arc','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('arc','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('arc','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('arc','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('arc','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('arc','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('arc','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('arc','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('arc','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('arc','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('arc','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('arc','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('arc','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('arc','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('arc','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('arc','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('arc','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('arc','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('arc','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('arc','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('arc','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('arc','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('arc','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('arc','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('arc','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('arc','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('arc','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('arc','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('arc','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('arc','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('arc','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('arc','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('arc','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('arc','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('arc','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('arc','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('arc','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('arc','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('arc','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('arc','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('arc','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('arc','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('arc','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('arc','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('arc','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('arc','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('arc','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('arc','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('arc','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('arc','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('arc','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('arc','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('arc','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('arc','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('arc','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('arc','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('arc','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('arc','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('arc','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('arc','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('arc','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('arc','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('arc','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('arc','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('arc','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arc','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arc','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('arc','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('arc','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('arc','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('arc','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('arc','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('arc','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('arc','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('arc','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('arc','messages:apihelp-main-param-assert','s:158:\"en:Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('arc','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('arc','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('arc','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('arc','messages:apihelp-main-param-errorlang','s:323:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki\'s content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('arc','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('arc','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('arc','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('arc','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('arc','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('arc','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('arc','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('arc','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('arc','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('arc','messages:apihelp-main-param-uselang','s:309:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user\'s language preference, or specify <kbd>content</kbd> to use this wiki\'s content language.\";'),('arc','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('arc','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('arc','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('arc','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('arc','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('arc','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('arc','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('arc','messages:apihelp-main-summary','s:3:\"en:\";'),('arc','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('arc','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('arc','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('arc','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('arc','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('arc','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('arc','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('arc','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('arc','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('arc','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('arc','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('arc','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('arc','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('arc','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('arc','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('arc','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('arc','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('arc','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('arc','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('arc','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('arc','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('arc','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('arc','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('arc','messages:apihelp-mobileview-description','s:40:\"en:Returns data needed for mobile views.\";'),('arc','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('arc','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('arc','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('arc','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('arc','messages:apihelp-mobileview-param-noheadings','s:36:\"en:Don\'t include headings in output.\";'),('arc','messages:apihelp-mobileview-param-noimages','s:30:\"en:Return HTML without images.\";'),('arc','messages:apihelp-mobileview-param-notransform','s:53:\"en:Don\'t transform HTML into mobile-specific version.\";'),('arc','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('arc','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('arc','messages:apihelp-mobileview-param-page','s:28:\"en:Title of page to process.\";'),('arc','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('arc','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('arc','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('arc','messages:apihelp-mobileview-param-redirect','s:40:\"en:Whether redirects should be followed.\";'),('arc','messages:apihelp-mobileview-param-sectionprop','s:42:\"en:What information about sections to get.\";'),('arc','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('arc','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('arc','messages:apihelp-mobileview-param-thumbsize','s:32:\"en:Maximum thumbnail dimensions.\";'),('arc','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('arc','messages:apihelp-mobileview-param-variant','s:46:\"en:Convert content into this language variant.\";'),('arc','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('arc','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('arc','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('arc','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('arc','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('arc','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('arc','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('arc','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('arc','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('arc','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('arc','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('arc','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('arc','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('arc','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('arc','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('arc','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('arc','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('arc','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('arc','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('arc','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('arc','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('arc','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('arc','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('arc','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('arc','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('arc','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('arc','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('arc','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('arc','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('arc','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('arc','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('arc','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('arc','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('arc','messages:apihelp-options-param-optionvalue','s:65:\"en:The value for the option specified by <var>$1optionname</var>.\";'),('arc','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('arc','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('arc','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('arc','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('arc','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('arc','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('arc','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('arc','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('arc','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('arc','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('arc','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('arc','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('arc','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('arc','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('arc','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('arc','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('arc','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('arc','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('arc','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('arc','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('arc','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('arc','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('arc','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('arc','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('arc','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('arc','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('arc','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('arc','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('arc','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('arc','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('arc','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('arc','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('arc','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('arc','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('arc','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('arc','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('arc','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('arc','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('arc','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('arc','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('arc','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('arc','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('arc','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('arc','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('arc','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('arc','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('arc','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('arc','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('arc','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('arc','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('arc','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('arc','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('arc','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('arc','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('arc','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('arc','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('arc','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('arc','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('arc','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('arc','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('arc','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('arc','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('arc','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('arc','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('arc','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('arc','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('arc','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('arc','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('arc','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('arc','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('arc','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('arc','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('arc','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('arc','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('arc','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('arc','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('arc','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('arc','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('arc','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('arc','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('arc','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('arc','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('arc','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('arc','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('arc','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('arc','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('arc','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('arc','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('arc','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('arc','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('arc','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('arc','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('arc','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('arc','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('arc','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('arc','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('arc','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('arc','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('arc','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('arc','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('arc','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('arc','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('arc','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('arc','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('arc','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('arc','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('arc','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('arc','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('arc','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('arc','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('arc','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('arc','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('arc','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('arc','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('arc','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('arc','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('arc','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('arc','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('arc','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('arc','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('arc','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('arc','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('arc','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('arc','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('arc','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('arc','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('arc','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('arc','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('arc','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('arc','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('arc','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('arc','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('arc','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('arc','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('arc','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('arc','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('arc','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('arc','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('arc','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('arc','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('arc','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('arc','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('arc','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('arc','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('arc','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('arc','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('arc','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('arc','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('arc','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('arc','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('arc','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('arc','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('arc','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('arc','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('arc','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('arc','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('arc','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('arc','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('arc','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('arc','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('arc','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('arc','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('arc','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('arc','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('arc','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('arc','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('arc','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('arc','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('arc','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('arc','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('arc','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('arc','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('arc','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('arc','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('arc','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('arc','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('arc','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('arc','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('arc','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('arc','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('arc','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('arc','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('arc','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('arc','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('arc','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('arc','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('arc','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('arc','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('arc','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('arc','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('arc','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('arc','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('arc','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('arc','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('arc','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('arc','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('arc','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('arc','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('arc','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('arc','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('arc','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('arc','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('arc','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('arc','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('arc','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('arc','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('arc','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('arc','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('arc','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('arc','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('arc','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('arc','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('arc','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('arc','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('arc','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('arc','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('arc','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('arc','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('arc','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('arc','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('arc','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('arc','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('arc','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('arc','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('arc','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('arc','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('arc','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('arc','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('arc','messages:apihelp-query+allusers-param-group','s:42:\"en:Only include users in the given groups.\";'),('arc','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('arc','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('arc','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('arc','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('arc','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('arc','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('arc','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('arc','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('arc','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('arc','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('arc','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('arc','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('arc','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('arc','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('arc','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('arc','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('arc','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('arc','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('arc','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('arc','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('arc','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('arc','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('arc','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('arc','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('arc','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('arc','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('arc','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('arc','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('arc','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('arc','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('arc','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('arc','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('arc','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('arc','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('arc','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('arc','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('arc','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('arc','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('arc','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('arc','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('arc','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('arc','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('arc','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('arc','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('arc','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('arc','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('arc','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('arc','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('arc','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('arc','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('arc','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('arc','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('arc','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('arc','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('arc','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('arc','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('arc','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('arc','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('arc','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('arc','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('arc','messages:apihelp-query+contributors-summary','s:92:\"en:Get the list of logged-in contributors and the count of anonymous contributors to a page.\";'),('arc','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('arc','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('arc','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('arc','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('arc','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('arc','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('arc','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('arc','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('arc','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('arc','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('arc','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('arc','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('arc','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('arc','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('arc','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('arc','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('arc','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('arc','messages:apihelp-query+deletedrevs-param-limit','s:43:\"en:The maximum amount of revisions to list.\";'),('arc','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('arc','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('arc','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('arc','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('arc','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('arc','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('arc','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('arc','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('arc','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('arc','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('arc','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('arc','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('arc','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('arc','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('arc','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('arc','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('arc','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('arc','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('arc','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('arc','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('arc','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('arc','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('arc','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('arc','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('arc','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('arc','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('arc','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('arc','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('arc','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('arc','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('arc','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('arc','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('arc','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('arc','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('arc','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('arc','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('arc','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('arc','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('arc','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('arc','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('arc','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('arc','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('arc','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('arc','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('arc','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('arc','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('arc','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('arc','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('arc','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('arc','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('arc','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('arc','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('arc','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('arc','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('arc','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('arc','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('arc','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('arc','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('arc','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('arc','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arc','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arc','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('arc','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('arc','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('arc','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('arc','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('arc','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('arc','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('arc','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('arc','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('arc','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('arc','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('arc','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('arc','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('arc','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('arc','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('arc','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('arc','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('arc','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('arc','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('arc','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('arc','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('arc','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('arc','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('arc','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('arc','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('arc','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('arc','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('arc','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('arc','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('arc','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('arc','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('arc','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('arc','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-preload','s:50:\"en:Gives the text returned by EditFormPreloadText.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('arc','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('arc','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('arc','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('arc','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('arc','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('arc','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('arc','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('arc','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('arc','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('arc','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('arc','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('arc','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('arc','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('arc','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('arc','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('arc','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('arc','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('arc','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('arc','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('arc','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('arc','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('arc','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('arc','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('arc','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('arc','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('arc','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('arc','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('arc','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('arc','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('arc','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('arc','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('arc','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('arc','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('arc','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('arc','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('arc','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('arc','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('arc','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('arc','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('arc','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('arc','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('arc','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('arc','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('arc','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('arc','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('arc','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('arc','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('arc','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('arc','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('arc','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('arc','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('arc','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('arc','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('arc','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('arc','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('arc','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('arc','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('arc','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('arc','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('arc','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('arc','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('arc','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arc','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arc','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('arc','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('arc','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('arc','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('arc','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('arc','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('arc','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('arc','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('arc','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('arc','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('arc','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('arc','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('arc','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('arc','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('arc','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('arc','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('arc','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('arc','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('arc','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('arc','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('arc','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('arc','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('arc','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('arc','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('arc','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('arc','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('arc','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('arc','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('arc','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('arc','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('arc','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('arc','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('arc','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('arc','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('arc','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('arc','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('arc','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('arc','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('arc','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('arc','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('arc','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('arc','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('arc','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('arc','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('arc','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('arc','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('arc','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('arc','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('arc','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('arc','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('arc','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('arc','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('arc','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('arc','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('arc','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('arc','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('arc','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('arc','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('arc','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('arc','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('arc','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('arc','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('arc','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('arc','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('arc','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('arc','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('arc','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('arc','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('arc','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('arc','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('arc','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('arc','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('arc','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('arc','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('arc','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('arc','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('arc','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('arc','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('arc','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('arc','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('arc','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('arc','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('arc','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('arc','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('arc','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('arc','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('arc','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('arc','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('arc','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('arc','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('arc','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('arc','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('arc','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('arc','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('arc','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('arc','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:128:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('arc','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('arc','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('arc','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('arc','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('arc','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('arc','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('arc','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('arc','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('arc','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('arc','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('arc','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('arc','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('arc','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('arc','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('arc','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('arc','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('arc','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('arc','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('arc','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('arc','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('arc','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('arc','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('arc','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('arc','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('arc','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('arc','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('arc','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('arc','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('arc','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('arc','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('arc','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('arc','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('arc','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('arc','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('arc','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('arc','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('arc','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('arc','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('arc','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('arc','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('arc','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('arc','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('arc','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('arc','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('arc','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('arc','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('arc','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('arc','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('arc','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('arc','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('arc','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('arc','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('arc','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('arc','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('arc','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('arc','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('arc','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('arc','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('arc','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('arc','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('arc','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('arc','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('arc','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('arc','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arc','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arc','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('arc','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('arc','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('arc','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('arc','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('arc','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('arc','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('arc','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('arc','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('arc','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('arc','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('arc','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('arc','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('arc','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('arc','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('arc','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('arc','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('arc','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('arc','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('arc','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('arc','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('arc','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('arc','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('arc','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('arc','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('arc','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('arc','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('arc','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('arc','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('arc','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('arc','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('arc','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('arc','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('arc','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('arc','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('arc','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('arc','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('arc','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('arc','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('arc','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('arc','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('arc','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('arc','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('arc','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('arc','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('arc','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('arc','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('arc','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('arc','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('arc','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('arc','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('arc','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('arc','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('arc','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('arc','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('arc','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('arc','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('arc','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('arc','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('arc','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('arc','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('arc','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('arc','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('arc','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('arc','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('arc','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('arc','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('arc','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('arc','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('arc','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('arc','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('arc','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('arc','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('arc','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('arc','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('arc','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('arc','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('arc','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('arc','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('arc','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('arc','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('arc','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('arc','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('arc','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('arc','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('arc','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('arc','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('arc','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('arc','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('arc','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('arc','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('arc','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('arc','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('arc','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('arc','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('arc','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('arc','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('arc','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('arc','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('arc','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('arc','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('arc','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('arc','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('arc','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('arc','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('arc','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('arc','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('arc','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('arc','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('arc','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('arc','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('arc','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('arc','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('arc','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('arc','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('arc','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('arc','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('arc','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('arc','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('arc','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('arc','messages:apihelp-summary','s:3:\"en:\";'),('arc','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('arc','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('arc','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('arc','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('arc','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('arc','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('arc','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('arc','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('arc','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('arc','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('arc','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('arc','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('arc','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('arc','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('arc','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('arc','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('arc','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('arc','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('arc','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('arc','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('arc','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('arc','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('arc','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('arc','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('arc','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('arc','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('arc','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('arc','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('arc','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('arc','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('arc','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('arc','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('arc','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('arc','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('arc','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('arc','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('arc','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('arc','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('arc','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('arc','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('arc','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('arc','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('arc','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('arc','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('arc','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('arc','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('arc','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('arc','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arc','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arc','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('arc','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('arc','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('arc','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('arc','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('arc','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('arc','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('arc','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('arc','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('arc','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('arc','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('arc','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('arc','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('arc','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('arc','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('arc','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('arc','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('arc','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('arc','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('arc','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('arc','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('arc','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('arc','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('arc','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('arc','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('arc','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('arc','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('arc','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('arc','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('arc','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('arc','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('arc','messages:apisandbox','s:70:\"arc:ܣܢܕܘܩܐ ܕܚܠܐ ܕܚܙܝܐ ܕܚܘܪܙܐ ܕܬܓܡܪܬܐ (API)\";'),('arc','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('arc','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('arc','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('arc','messages:apisandbox-continue','s:11:\"en:Continue\";'),('arc','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('arc','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('arc','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('arc','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('arc','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('arc','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('arc','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('arc','messages:apisandbox-examples','s:14:\"arc:ܛܘܦܣܐ\";'),('arc','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('arc','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('arc','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('arc','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('arc','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('arc','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('arc','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('arc','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('arc','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('arc','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('arc','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('arc','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('arc','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('arc','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('arc','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('arc','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('arc','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('arc','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('arc','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('arc','messages:apisandbox-reset','s:12:\"arc:ܐܣܦܩ\";'),('arc','messages:apisandbox-results','s:12:\"arc:ܦܠܛܐ\";'),('arc','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('arc','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('arc','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('arc','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('arc','messages:apisandbox-retry','s:8:\"en:Retry\";'),('arc','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('arc','messages:apisandbox-submit','s:15:\"en:Make request\";'),('arc','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('arc','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('arc','messages:apisandbox-summary','s:3:\"en:\";'),('arc','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('arc','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('arc','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('arc','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('arc','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('arc','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('arc','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('arc','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('arc','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('arc','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('arc','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('arc','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('arc','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('arc','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('arc','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('arc','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('arc','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('arc','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('arc','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('arc','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('arc','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('arc','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('arc','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('arc','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('arc','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('arc','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('arc','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('arc','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('arc','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('arc','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('arc','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('arc','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('arc','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('arc','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('arc','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('arc','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('arc','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('arc','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('arc','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('arc','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('arc','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('arc','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('arc','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('arc','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('arc','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('arc','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('arc','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('arc','messages:apr','s:12:\"arc:ܢܝܣܢ\";'),('arc','messages:april','s:14:\"arc:ܒܢܝܣܢ\";'),('arc','messages:april-gen','s:12:\"arc:ܢܝܣܢ\";'),('arc','messages:article','s:14:\"arc:ܡܓܠܬܐ\";'),('arc','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('arc','messages:aug','s:8:\"arc:ܐܒ\";'),('arc','messages:august','s:10:\"arc:ܒܐܒ\";'),('arc','messages:august-gen','s:8:\"arc:ܐܒ\";'),('arc','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('arc','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('arc','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('arc','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('arc','messages:authform-notoken','s:16:\"en:Missing token\";'),('arc','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('arc','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('arc','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('arc','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('arc','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('arc','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('arc','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('arc','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('arc','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('arc','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('arc','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('arc','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('arc','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('arc','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('arc','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('arc','messages:authmanager-email-help','s:16:\"en:Email address\";'),('arc','messages:authmanager-email-label','s:8:\"en:Email\";'),('arc','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('arc','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('arc','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('arc','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('arc','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('arc','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('arc','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('arc','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('arc','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('arc','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('arc','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('arc','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('arc','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('arc','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('arc','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('arc','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('arc','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('arc','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('arc','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('arc','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('arc','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('arc','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('arc','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('arc','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('arc','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('arc','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('arc','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('arc','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('arc','messages:autoblockedtext','s:613:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('arc','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('arc','messages:autoblockid','s:27:\"arc:ܚܪܡܐ ܝܬܢܝܐ #$1\";'),('arc','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('arc','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('arc','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('arc','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('arc','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('arc','messages:autoblocklist-submit','s:9:\"en:Search\";'),('arc','messages:autoblocklist-total-autoblocks','s:33:\"en:Total number of autoblocks: $1\";'),('arc','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('arc','messages:autocomment-prefix','s:3:\"en:\";'),('arc','messages:autocreate-edit-warning','s:368:\"en:<strong>Warning:</strong> You are not logged in. Your edit will be attributed to an <strong>auto-generated name</strong> by adding a cookie to your browser. Your IP address will be visible to trusted users. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to a name you choose, along with other benefits.\";'),('arc','messages:autocreate-preview-warning','s:144:\"en:<em>You are not logged in. Your edit will be attributed to an auto-generated name and your IP address will be visible to administrators.</em>\";'),('arc','messages:autoredircomment','s:31:\"arc:ܦܐܬܐ ܨܝܒܬ ܠ [[$1]]\";'),('arc','messages:autosumm-blank','s:21:\"arc:ܐܣܦܩ ܦܐܬܐ\";'),('arc','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('arc','messages:autosumm-new','s:29:\"arc:ܒܪܐ ܦܐܬܐ ܥܡ \'$1\'\";'),('arc','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('arc','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('arc','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('arc','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('arc','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('arc','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('arc','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('arc','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('arc','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('arc','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('arc','messages:backend-fail-create','s:29:\"en:Could not write file \"$1\".\";'),('arc','messages:backend-fail-delete','s:30:\"en:Could not delete file \"$1\".\";'),('arc','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('arc','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('arc','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('arc','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('arc','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('arc','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('arc','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('arc','messages:backend-fail-notexists','s:30:\"en:The file $1 does not exist.\";'),('arc','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('arc','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('arc','messages:backend-fail-read','s:28:\"en:Could not read file \"$1\".\";'),('arc','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('arc','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('arc','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('arc','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('arc','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('arc','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('arc','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('arc','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('arc','messages:backlinksubtitle','s:9:\"en:← $1\";'),('arc','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('arc','messages:bad_image_list','s:255:\"en:The format is as follows:\n\nOnly list items (lines starting with *) are considered.\nThe first link on a line must be a link to a bad file.\nAny subsequent links on the same line are considered to be exceptions, i.e. pages where the file may occur inline.\";'),('arc','messages:badaccess','s:23:\"arc:ܦܘܕܐ ܒܦܣܣܐ\";'),('arc','messages:badaccess-group0','s:67:\"arc:ܠܬ ܠܟ ܦܣܣܐ ܠܚܘܩܩܐ ܕܥܒܕܐ ܕܐܢܬ ܫܐܠܬܝ.\";'),('arc','messages:badaccess-groups','s:102:\"en:The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.\";'),('arc','messages:badarticleerror','s:48:\"en:This action cannot be performed on this page.\";'),('arc','messages:badfilename','s:37:\"en:Filename has been changed to \"$1\".\";'),('arc','messages:badipaddress','s:35:\"arc:ܐܝ ܦܝ (IP) ܠܐ ܬܪܝܨܐ:\";'),('arc','messages:badretype','s:58:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܟܬܒܬ ܐܢܬ ܠܐ ܐܘܝܢܬܐ.\";'),('arc','messages:badsig','s:42:\"en:Invalid raw signature.\nCheck HTML tags.\";'),('arc','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('arc','messages:badsiglength','s:135:\"arc:ܪܡܝ ܐܝܕܟ ܣܓܝ ܐܪܝܟܬܐ.\nܐܠܨܐ ܠܟ ܠܐ ܝܬܝܪ ܡܢ $1 {{PLURAL:$1|ܐܬܘܬܐ|ܐܬܘܬ̈ܐ}} ܐܪܝܟܬܐ ܗܘܬ.\";'),('arc','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('arc','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('arc','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('arc','messages:badtitle','s:26:\"arc:ܟܘܢܝܐ ܠܐ ܛܒܐ\";'),('arc','messages:badtitletext','s:177:\"en:The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.\nIt may contain one or more characters that cannot be used in titles.\";'),('arc','messages:beta-feature-minerva','s:59:\"en:Enable mobile skin ({{int:skinname-minerva}}) on desktop\";'),('arc','messages:beta-feature-minerva-description','s:118:\"en:Make the skin used on mobile devices a selectable desktop skin under the \"{{int:prefs-rendering}}\" preferences tab.\";'),('arc','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('arc','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('arc','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('arc','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('arc','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('arc','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('arc','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('arc','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('arc','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('arc','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('arc','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('arc','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('arc','messages:blanknamespace','s:16:\"arc:(ܪܫܝܬܐ)\";'),('arc','messages:blankpage','s:25:\"arc:ܦܐܬܐ ܣܦܝܩܬܐ\";'),('arc','messages:block','s:25:\"arc:ܚܪܘܡ ܡܦܠܚܢܐ\";'),('arc','messages:block-actions','s:13:\"en:Block type\";'),('arc','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('arc','messages:block-details','s:16:\"en:Block details\";'),('arc','messages:block-expiry','s:24:\"arc:ܡܬܚܐ ܕܚܪܡܐ:\";'),('arc','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('arc','messages:block-log-flags-anononly','s:47:\"arc:ܡܦܠܚܢ̈ܐ ܠܐ ܝܕ̈ܝܥܐ ܒܠܚܘܕ\";'),('arc','messages:block-log-flags-hiddenname','s:36:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ ܛܘܫܝܐ\";'),('arc','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('arc','messages:block-log-flags-nocreate','s:62:\"arc:ܒܪܝܬܐ ܕܚܘ̈ܫܒܢܐ ܠܐ ܐܝܬܝܗ ܡܬܩܒܠܢܐ\";'),('arc','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('arc','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('arc','messages:block-options','s:22:\"en:Additional options:\";'),('arc','messages:block-reason','s:10:\"en:Reason:\";'),('arc','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('arc','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('arc','messages:blocked-mailpassword','s:126:\"en:Your IP address is blocked from editing. To prevent abuse, it is not allowed to use password recovery from this IP address.\";'),('arc','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('arc','messages:blockednoreason','s:32:\"arc:ܠܝܬ ܥܠܬܐ ܝܗܝܒܬܐ\";'),('arc','messages:blockedtext','s:582:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe block was made by $1.\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYou can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\nYour current IP address is $3, and the block ID is #$5.\nPlease include all above details in any queries you make.\";'),('arc','messages:blockedtext-composite','s:254:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n* Start of block: $8\n* Expiration of longest block: $6\n\n* $5\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('arc','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('arc','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('arc','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('arc','messages:blockedtext-partial','s:398:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong> You can view the full block details at [[Special:MyContributions|account contributions]].\n\nThe block was made by $1.\n\nThe reason given is <em>$2</em>.\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n* Block ID #$5\";'),('arc','messages:blockedtitle','s:32:\"arc:ܡܦܠܚܢܐ ܗܘ ܡܚܪܡܐ\";'),('arc','messages:blockip','s:25:\"arc:ܚܪܘܡ ܡܦܠܚܢܐ\";'),('arc','messages:blockipsuccesssub','s:19:\"arc:ܚܪܡܐ ܓܡܪ\";'),('arc','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('arc','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('arc','messages:blocklink','s:12:\"arc:ܚܪܘܡ\";'),('arc','messages:blocklist','s:31:\"arc:ܡܦܠܚܢ̈ܐ ܡܚܪ̈ܡܐ\";'),('arc','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('arc','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('arc','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('arc','messages:blocklist-editing','s:10:\"en:editing\";'),('arc','messages:blocklist-editing-action','s:10:\"en:actions\";'),('arc','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('arc','messages:blocklist-editing-page','s:8:\"en:pages\";'),('arc','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('arc','messages:blocklist-expiry','s:10:\"en:Expires\";'),('arc','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('arc','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('arc','messages:blocklist-params','s:19:\"en:Block parameters\";'),('arc','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('arc','messages:blocklist-reason','s:12:\"arc:ܥܠܬܐ\";'),('arc','messages:blocklist-summary','s:3:\"en:\";'),('arc','messages:blocklist-target','s:9:\"en:Target\";'),('arc','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('arc','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('arc','messages:blocklist-type','s:8:\"en:Type:\";'),('arc','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('arc','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('arc','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('arc','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('arc','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('arc','messages:blocklog-showsuppresslog','s:102:\"en:This user has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('arc','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('arc','messages:blocklogpage','s:23:\"arc:ܣܓܠܐ ܕܚܪܡܐ\";'),('arc','messages:blocklogtext','s:285:\"arc:ܗܢܘ ܣܓܠܐ ܕܥܡܠܝܬ̈ܐ ܕܚܪܡܐ ܘܫܩܠ ܚܪܡܐ.\nܡܘܢܥ̈ܐ ܕܐܝ ܦܝ (IP) ܚܪ̈ܝܡܐ ܝܬܐܝܬ ܠܐ ܓܠܝܚܝܢ ܐܢܘܢ.\nܚܙܝ [[Special:BlockList|ܡܟܬܒܘܬܐ ܕܚܪܡܐ ܕܐܝ ܦܝ (IP)]]ܠܚܙܝܐ ܕܥܡܠܝܬ̈ܐ ܕܚܪܡܐ ܬܘܦܥܠ̈ܐ ܗܫܐܝܬ.\";'),('arc','messages:booksources','s:8:\"arc:ܙܠ\";'),('arc','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('arc','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('arc','messages:booksources-search','s:9:\"en:Search\";'),('arc','messages:booksources-search-legend','s:41:\"arc:ܒܨܝ ܥܠ ܡܒܘܥ̈ܐ ܕܟܬܒ̈ܐ\";'),('arc','messages:booksources-summary','s:3:\"en:\";'),('arc','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('arc','messages:boteditletter','s:6:\"arc:ܒ\";'),('arc','messages:botpasswords','s:16:\"en:Bot passwords\";'),('arc','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('arc','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('arc','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('arc','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('arc','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('arc','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('arc','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('arc','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('arc','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('arc','messages:botpasswords-help-grants','s:245:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\";'),('arc','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('arc','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('arc','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('arc','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('arc','messages:botpasswords-label-create','s:9:\"en:Create\";'),('arc','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('arc','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('arc','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('arc','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('arc','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('arc','messages:botpasswords-label-update','s:9:\"en:Update\";'),('arc','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('arc','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('arc','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('arc','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('arc','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('arc','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('arc','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('arc','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('arc','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('arc','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('arc','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('arc','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('arc','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('arc','messages:brackets','s:7:\"en:[$1]\";'),('arc','messages:brackets-end','s:4:\"en:]\";'),('arc','messages:brackets-start','s:4:\"en:[\";'),('arc','messages:broken-file-category','s:31:\"en:Pages with broken file links\";'),('arc','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('arc','messages:brokenredirects','s:29:\"arc:ܨܘܝܒ̈ܐ ܬܒܝܪ̈ܐ\";'),('arc','messages:brokenredirects-delete','s:10:\"arc:ܫܘܦ\";'),('arc','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('arc','messages:brokenredirects-edit','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:brokenredirects-summary','s:3:\"en:\";'),('arc','messages:brokenredirectstext','s:80:\"arc:ܨܘ̈ܝܒܐ ܗܠܝܢ ܡܛܝܢ ܠܦܐܬܬ̈ܐ ܕܠܝܬܠܗܝܢ ܐܝܬܘܬܐ:\";'),('arc','messages:bydate','s:18:\"arc:ܒܣܝܩܘܡܐ\";'),('arc','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('arc','messages:cactions','s:7:\"en:More\";'),('arc','messages:cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('arc','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('arc','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('arc','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('arc','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('arc','messages:cannotdelete','s:96:\"en:The page or file \"$1\" could not be deleted.\nIt may have already been deleted by someone else.\";'),('arc','messages:cannotdelete-title','s:26:\"en:Cannot delete page \"$1\"\";'),('arc','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('arc','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('arc','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('arc','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('arc','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('arc','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('arc','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('arc','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('arc','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('arc','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('arc','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('arc','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('arc','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('arc','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('arc','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('arc','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('arc','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('arc','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('arc','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('arc','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('arc','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('arc','messages:cascadeprotected','s:185:\"en:This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2\";'),('arc','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('arc','messages:categories','s:14:\"arc:ܣܕܪ̈ܐ\";'),('arc','messages:categories-submit','s:7:\"en:Show\";'),('arc','messages:categories-summary','s:3:\"en:\";'),('arc','messages:categoriesfrom','s:36:\"arc:ܚܘܝ ܣܕܪ̈ܐ ܕܫܪܝܢ ܒ:\";'),('arc','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('arc','messages:category-article-count','s:201:\"arc:{{PLURAL:$2|ܣܕܪܐ ܗܢܐ ܠܝܬ ܒܗ ܦܐܬܐ.|{{PLURAL:$1||ܣܕܪܐ ܗܢܐ ܐܝܬ ܒܗ ܦܐܬܐ ܗܕܐ ܒܠܚܘܕ|ܣܕܪܐ ܗܢܐ ܐܝܬ ܒܗ ܗܠܝܢ $1 ܦܐܬܬ̈ܐ}} ܡܢ ܣܘܝܟܐ ܕ $2.}}\";'),('arc','messages:category-article-count-limited','s:77:\"arc:{{PLURAL:$1|ܦܐܬܐ ܗܕܐ|$1 ܦܐܬܬ̈ܐ ܗܠܝܢ}} ܒܣܕܪܐ ܗܢܐ.\";'),('arc','messages:category-empty','s:76:\"arc:\'\'ܗܢܐ ܣܕܪܐ ܗܫܐܝܬ ܠܝܬ ܒܗ ܦܐܬܬ̈ܐ ܐܘ ܡܝܕܝܐ.\'\'\";'),('arc','messages:category-file-count','s:203:\"arc:{{PLURAL:$2|ܣܕܪܐ ܗܢܐ ܐܝܬ ܒܗ ܠܦܦܐ ܕܐܬܐ ܒܠܚܘܕ.|{{PLURAL:$1|ܠܦܦܐ ܕܐܬܐ ܐܝܬܘܗܝ|$1 ܠܦܦ̈ܐ ܕܐܬܝܢ ܐܝܬܝܗܘܢ}} ܒܣܕܪܐ ܗܢܐ، ܡܢ ܣܘܝܟܐ ܕ $2.}}\";'),('arc','messages:category-file-count-limited','s:88:\"arc:ܐܝܬ {{PLURAL:$1|ܠܦܦܐ ܕܐܬܐ|$1 ܠܦܦ̈ܐ ܕܐܬܝܢ}} ܒܣܕܪܐ ܗܫܝܐ.\";'),('arc','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('arc','messages:category-media-header','s:33:\"arc:ܡܝܕܝܐ ܒܣܕܪܐ ܕ \"$1\"\";'),('arc','messages:category-move-redirect-override','s:4:\"en:-\";'),('arc','messages:category-subcat-count','s:227:\"arc:{{PLURAL:$2|ܣܕܪܐ ܗܢܐ ܐܝܬ ܒܗ ܗܢܐ ܣܕܪܐ ܦܪܥܝܐ ܕܐܬܐ ܒܠܚܘܕ.|ܣܕܪܐ ܗܢܐ ܐܝܬ ܒܗ {{PLURAL:$1|ܣܕܪܐ ܦܪܥܝܐ ܕܐܬܐ|$1 ܣܕܪ̈ܐ ܦܪ̈ܥܝܐ ܕܐܬܝܢ}}، ܡܢ ܣܘܝܟܐ ܕ $2.}}\";'),('arc','messages:category-subcat-count-limited','s:109:\"arc:ܣܕܪܐ ܗܢܐ ܐܝܬ ܒܗ {{PLURAL:$1|ܣܕܪܐ ܦܪܥܝܐ ܗܢܐ|$1 ܣܕܪ̈ܐ ܦܪ̈ܥܝܐ ܗܠܝܢ}}.\";'),('arc','messages:category_header','s:35:\"arc:ܦܐܬܬ̈ܐ ܒܣܕܪܐ ܕ \"$1\"\";'),('arc','messages:categorypage','s:30:\"arc:ܚܙܝ ܦܐܬܐ ܕܣܕܪܐ\";'),('arc','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('arc','messages:change-blocklink','s:21:\"arc:ܫܚܠܦ ܚܪܡܐ\";'),('arc','messages:changeblockip','s:15:\"en:Change block\";'),('arc','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('arc','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('arc','messages:changecontentmodel-current-label','s:25:\"en:Current content model:\";'),('arc','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('arc','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('arc','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('arc','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('arc','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('arc','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('arc','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('arc','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('arc','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('arc','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('arc','messages:changecredentials','s:21:\"en:Change credentials\";'),('arc','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('arc','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('arc','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('arc','messages:changed','s:18:\"arc:ܐܫܬܚܠܦܬ\";'),('arc','messages:changeemail','s:44:\"arc:ܫܚܠܦ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('arc','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('arc','messages:changeemail-newemail','s:21:\"en:New email address:\";'),('arc','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('arc','messages:changeemail-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('arc','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('arc','messages:changeemail-none','s:9:\"en:(none)\";'),('arc','messages:changeemail-oldemail','s:25:\"en:Current email address:\";'),('arc','messages:changeemail-password','s:30:\"en:Your {{SITENAME}} password:\";'),('arc','messages:changeemail-submit','s:15:\"en:Change email\";'),('arc','messages:changeemail-summary','s:3:\"en:\";'),('arc','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('arc','messages:changepassword','s:32:\"arc:ܫܚܠܦ ܡܠܬܐ ܕܥܠܠܐ\";'),('arc','messages:changepassword-success','s:34:\"en:Your password has been changed!\";'),('arc','messages:changepassword-summary','s:3:\"en:\";'),('arc','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('arc','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('arc','messages:checkbox-all','s:6:\"en:All\";'),('arc','messages:checkbox-invert','s:9:\"en:Invert\";'),('arc','messages:checkbox-none','s:7:\"en:None\";'),('arc','messages:checkbox-select','s:13:\"en:Select: $1\";'),('arc','messages:clearyourcache','s:541:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>\n* <strong>Opera:</strong> Press <em>Ctrl-F5</em>.\";'),('arc','messages:collapsible-collapse','s:12:\"arc:ܐܟܪܟ\";'),('arc','messages:collapsible-expand','s:12:\"arc:ܐܪܘܚ\";'),('arc','messages:colon-separator','s:9:\"en::&#32;\";'),('arc','messages:comma-separator','s:9:\"en:,&#32;\";'),('arc','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('arc','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('arc','messages:common.json','s:71:\"en:/* Any JSON here will be loaded for all users on every page load. */\";'),('arc','messages:compare-page1','s:14:\"arc:ܦܐܬܐ 1\";'),('arc','messages:compare-page2','s:14:\"arc:ܦܐܬܐ 2\";'),('arc','messages:compare-rev1','s:16:\"arc:ܬܢܝܬܐ 1\";'),('arc','messages:compare-rev2','s:16:\"arc:ܬܢܝܬܐ 2\";'),('arc','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('arc','messages:compare-submit','s:12:\"arc:ܦܚܘܡ\";'),('arc','messages:comparepages','s:34:\"arc:ܦܚܘܡ ܒܝܢܝ ܦܐܬܬ̈ܐ\";'),('arc','messages:comparepages-summary','s:3:\"en:\";'),('arc','messages:compareselectedversions','s:57:\"arc:ܦܚܘܡ ܒܝܢܝ  ܬܪܝܢ ܬܢܝܬ̈ܐ ܓܒܝܬ̈ܐ\";'),('arc','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('arc','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('arc','messages:confirm','s:10:\"arc:ܫܪܪ\";'),('arc','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('arc','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('arc','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('arc','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('arc','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('arc','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('arc','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('arc','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('arc','messages:confirm-rollback-button','s:5:\"en:OK\";'),('arc','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('arc','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('arc','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('arc','messages:confirm-watch-button','s:5:\"en:OK\";'),('arc','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('arc','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('arc','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('arc','messages:confirm_purge_button','s:8:\"arc:ܛܒ\";'),('arc','messages:confirmable-confirm','s:30:\"en:Are {{GENDER:$1|you}} sure?\";'),('arc','messages:confirmable-no','s:8:\"arc:ܠܐ\";'),('arc','messages:confirmable-yes','s:10:\"arc:ܐܝܢ\";'),('arc','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('arc','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('arc','messages:confirmemail','s:42:\"arc:ܫܪܪ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('arc','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('arc','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('arc','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('arc','messages:confirmemail_invalidated','s:59:\"arc:ܫܘܪܪܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܐܬܒܛܠ\";'),('arc','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('arc','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('arc','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('arc','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('arc','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('arc','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('arc','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('arc','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('arc','messages:confirmemail_subject','s:66:\"arc:ܫܘܪܪܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܡܢ {{SITENAME}}\";'),('arc','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('arc','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('arc','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('arc','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('arc','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('arc','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('arc','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('arc','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('arc','messages:content-model-css','s:6:\"en:CSS\";'),('arc','messages:content-model-javascript','s:13:\"en:JavaScript\";'),('arc','messages:content-model-json','s:7:\"en:JSON\";'),('arc','messages:content-model-text','s:13:\"en:plain text\";'),('arc','messages:content-model-wikitext','s:11:\"en:wikitext\";'),('arc','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('arc','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('arc','messages:continue-editing','s:34:\"arc:ܙܠ ܠܝܬܒܐ ܕܫܘܚܠܦܐ\";'),('arc','messages:contribslink','s:20:\"arc:ܫܘܬܦܘ̈ܬܐ\";'),('arc','messages:contribsub2','s:27:\"arc:ܠ{{GENDER:$3|$1}} ($2)\";'),('arc','messages:contributions','s:21:\"en:User contributions\";'),('arc','messages:contributions-subtitle','s:23:\"en:For {{GENDER:$3|$1}}\";'),('arc','messages:contributions-summary','s:3:\"en:\";'),('arc','messages:contributions-title','s:40:\"arc:ܫܘܬܦܘ̈ܬܐ ܕܡܦܠܚܢܐ ܠ$1\";'),('arc','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('arc','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('arc','messages:copyright','s:63:\"arc:ܚܒܝܫܬ̈ܐ ܐܝܬ ܬܚܝܬ $1 ܐܢ ܠܝܬ ܠܩܘܒܠܐ.\";'),('arc','messages:copyrightpage','s:40:\"arc:{{ns:project}}:ܙܕ̈ܩܐ ܕܚܬܡܐ\";'),('arc','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('arc','messages:copyrightwarning2','s:408:\"en:Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.\nIf you do not want your writing to be edited mercilessly, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('arc','messages:copyupload-allowed-domains','s:3:\"en:\";'),('arc','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('arc','messages:create','s:10:\"arc:ܒܪܝ\";'),('arc','messages:create-local','s:24:\"en:Add local description\";'),('arc','messages:createaccount','s:23:\"arc:ܒܪܝ ܚܘܫܒܢܐ\";'),('arc','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('arc','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('arc','messages:createaccount-title','s:43:\"arc:ܒܪܝܐ ܕܚܘܫܒܢܐ ܒ {{SITENAME}}\";'),('arc','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('arc','messages:createaccounterror','s:45:\"arc:ܠܐ ܡܫܟܚ ܠܒܪܝܐ ܚܘܫܒܢܐ: $1\";'),('arc','messages:createaccountmail','s:118:\"arc:ܐܦܠܚ ܡܠܬܐ ܕܥܠܠܐ ܙܒܢܢܝܬܐ ܘܫܕܪ ܠܗ ܥܠ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܬܘܚܡܐ ܠܬܚܬ\";'),('arc','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('arc','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('arc','messages:createacct-another-email-ph','s:22:\"en:Enter email address\";'),('arc','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('arc','messages:createacct-another-submit','s:17:\"en:Create account\";'),('arc','messages:createacct-another-username-ph','s:21:\"en:Enter the username\";'),('arc','messages:createacct-benefit-body1','s:45:\"arc:{{PLURAL:$1|ܫܘܚܠܦܐ|ܫܘܚܠܦ̈ܐ}}\";'),('arc','messages:createacct-benefit-body2','s:39:\"arc:{{PLURAL:$1|ܦܐܬܐ|ܦܐܬܬ̈ܐ}}\";'),('arc','messages:createacct-benefit-body3','s:65:\"arc:{{PLURAL:$1|ܫܘܬܦܢܐ ܚܕܬܐ|ܫܘܬܦܢ̈ܐ ܚܕ̈ܬܐ}}\";'),('arc','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('arc','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('arc','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('arc','messages:createacct-benefit-heading','s:68:\"arc:ܝܬܒܐ ܕ{{SITENAME}} ܐܣܬܝܡ ܒܝܕ ܐܢܫ̈ܐ ܐܟܘܬܟ.\";'),('arc','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('arc','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('arc','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('arc','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('arc','messages:createacct-email-ph','s:27:\"en:Enter your email address\";'),('arc','messages:createacct-emailoptional','s:27:\"en:Email address (optional)\";'),('arc','messages:createacct-emailrequired','s:35:\"arc:ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:createacct-error','s:25:\"en:Account creation error\";'),('arc','messages:createacct-helpusername','s:3:\"en:\";'),('arc','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('arc','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('arc','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('arc','messages:createacct-realname','s:23:\"en:Real name (optional)\";'),('arc','messages:createacct-reason','s:27:\"en:Reason (publicly logged)\";'),('arc','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('arc','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('arc','messages:createacct-reason-ph','s:39:\"en:Why you are creating another account\";'),('arc','messages:createacct-submit','s:32:\"arc:ܒܪܝ ܚܘܫܒܢܐ ܕܝܠܟ\";'),('arc','messages:createacct-temp-warning','s:97:\"en:The edits you made with your temporary account will not be carried over to your permanent one.\";'),('arc','messages:createacct-username-help','s:3:\"en:\";'),('arc','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('arc','messages:createacct-yourpassword-ph','s:30:\"arc:ܐܥܠ ܡܠܬܐ ܕܥܠܠܐ\";'),('arc','messages:createacct-yourpasswordagain','s:30:\"arc:ܫܪܪ ܡܠܬܐ ܕܥܠܠܐ\";'),('arc','messages:createacct-yourpasswordagain-ph','s:48:\"arc:ܐܥܠ ܡܠܬܐ ܕܥܠܠܐ ܙܒܢ ܐܚܪܝܢ\";'),('arc','messages:created','s:10:\"arc:ܒܪܐ\";'),('arc','messages:creating','s:20:\"arc:ܣܘܝܡܐ ܕ $1\";'),('arc','messages:credentialsform-account','s:16:\"en:Account name:\";'),('arc','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('arc','messages:creditspage','s:25:\"arc:ܙܕ̈ܩܐ ܕܦܐܬܐ\";'),('arc','messages:cur','s:12:\"arc:ܗܫܝܐ\";'),('arc','messages:currentevents','s:25:\"arc:ܓܕ̈ܫܐ ܗܫܝ̈ܐ\";'),('arc','messages:currentevents-url','s:33:\"arc:Project:ܓܕ̈ܫܐ ܗܫܝ̈ܐ\";'),('arc','messages:currentrev','s:25:\"arc:ܬܢܝܬܐ ܗܫܝܬܐ\";'),('arc','messages:currentrev-asof','s:41:\"arc:ܬܢܝܬܐ ܗܫܝܬܐ ܒܣܝܩܘܡ $1\";'),('arc','messages:currentrevisionlink','s:25:\"arc:ܬܢܝܬܐ ܗܫܝܬܐ\";'),('arc','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('arc','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('arc','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('arc','messages:databaseerror','s:32:\"arc:ܦܘܕܐ ܒܐܣ ܝܕ̈ܥܬܐ\";'),('arc','messages:databaseerror-error','s:16:\"arc:ܦܘܕܐ: $1\";'),('arc','messages:databaseerror-function','s:15:\"en:Function: $1\";'),('arc','messages:databaseerror-query','s:12:\"en:Query: $1\";'),('arc','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('arc','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('arc','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('arc','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('arc','messages:date','s:27:\"en:From date (and earlier):\";'),('arc','messages:date-range-from','s:13:\"en:From date:\";'),('arc','messages:date-range-to','s:11:\"en:To date:\";'),('arc','messages:datedefault','s:25:\"arc:ܠܐ ܨܒܝܢܝܘܬܐ\";'),('arc','messages:days','s:45:\"arc:{{PLURAL:$1|$1 ܝܘܡܐ|$1 ܝܘܡܬ̈ܐ}}\";'),('arc','messages:days-abbrev','s:7:\"en:$1 d\";'),('arc','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('arc','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('arc','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('arc','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('arc','messages:deadendpages','s:41:\"arc:ܦܐܬܬ̈ܐ ܥܡ ܚܪܬܐ ܡܝܬܬܐ\";'),('arc','messages:deadendpages-summary','s:3:\"en:\";'),('arc','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('arc','messages:dec','s:19:\"arc:ܟܢܘܢ ܩܕܡ\";'),('arc','messages:december','s:21:\"arc:ܒܟܢܘܢ ܩܕܡ\";'),('arc','messages:december-gen','s:19:\"arc:ܟܢܘܢ ܩܕܡ\";'),('arc','messages:default','s:10:\"en:default\";'),('arc','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('arc','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('arc','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('arc','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('arc','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('arc','messages:defemailsubject','s:59:\"arc:ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ  ܡܢ ܡܦܠܚܢܐ \"$1\"\";'),('arc','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('arc','messages:delete','s:10:\"arc:ܫܘܦ\";'),('arc','messages:delete-confirm','s:15:\"arc:ܫܘܦ \"$1\"\";'),('arc','messages:delete-edit-reasonlist','s:36:\"arc:ܫܚܠܦ ܥܠܠܬ̈ܐ ܕܫܝܦܐ\";'),('arc','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('arc','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('arc','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('arc','messages:delete-hook-aborted','s:52:\"en:Deletion aborted by hook.\nIt gave no explanation.\";'),('arc','messages:delete-legend','s:10:\"arc:ܫܘܦ\";'),('arc','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('arc','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('arc','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('arc','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('arc','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('arc','messages:delete_and_move_confirm','s:27:\"arc:ܐܝܢ, ܫܘܦ ܦܐܬܐ\";'),('arc','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('arc','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('arc','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('arc','messages:deletecomment','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('arc','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('arc','messages:deletedcontributions','s:48:\"arc:ܫܘܬܦܘ̈ܬܐ ܫܝ̈ܦܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:deletedcontributions-summary','s:3:\"en:\";'),('arc','messages:deletedcontributions-title','s:48:\"arc:ܫܘܬܦܘ̈ܬܐ ܫܝ̈ܦܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:deletedhist','s:27:\"arc:ܬܫܥܝܬܐ ܫܝܦܬܐ\";'),('arc','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('arc','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('arc','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('arc','messages:deleteotherreason','s:37:\"arc:ܥܠܬܐ ܐܚܪܬܐ/ܝܬܝܪܬܐ:\";'),('arc','messages:deletepage','s:19:\"arc:ܫܘܦ ܦܐܬܐ\";'),('arc','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('arc','messages:deletepage-submit','s:19:\"arc:ܫܘܦ ܦܐܬܐ\";'),('arc','messages:deletepage-summary','s:3:\"en:\";'),('arc','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('arc','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('arc','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('arc','messages:deletereasonotherlist','s:23:\"arc:ܥܠܬܐ ܐܚܪܬܐ\";'),('arc','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('arc','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('arc','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('arc','messages:deletionlog','s:23:\"arc:ܣܓܠܐ ܕܫܝܦܐ\";'),('arc','messages:dellogpage','s:23:\"arc:ܣܓܠܐ ܕܫܝܦܐ\";'),('arc','messages:dellogpagetext','s:69:\"arc:ܠܬܚܬ ܡܟܬܒܘܬܐ ܕܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ ܚܕ̈ܬܬܐ.\";'),('arc','messages:destfilename','s:24:\"en:Destination filename:\";'),('arc','messages:diff','s:14:\"arc:ܦܘܪܫܐ\";'),('arc','messages:diff-empty','s:18:\"en:(No difference)\";'),('arc','messages:diff-form','s:14:\"en:Differences\";'),('arc','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('arc','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('arc','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('arc','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('arc','messages:diff-form-submit','s:19:\"en:Show differences\";'),('arc','messages:diff-form-summary','s:3:\"en:\";'),('arc','messages:diff-multi-manyusers','s:190:\"arc:({{PLURAL:$1|ܚܕܐ ܬܢܝܬܐ ܡܨܥܝܬܐ ܠܐ ܓܠܝܚܬܐ|$1 ܬܢܝܬ̈ܐ ܡܨܥܝܬ̈ܐ ܠܐ ܓܠܝܚܬ̈ܐ}} ܒܝܕ ܝܬܝܪ ܡܢ $2 {{PLURAL:$2|ܚܕ ܡܦܠܚܢܐ|ܡܦܠܚܢ̈ܐ}})\";'),('arc','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('arc','messages:diff-multi-sameuser','s:97:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same user not shown)\";'),('arc','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('arc','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('arc','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('arc','messages:difference-multipage','s:38:\"arc:(ܦܘܪܫܐ ܒܝܢܝ ܦܐܬܬ̈ܐ)\";'),('arc','messages:difference-title','s:44:\"arc:«$1»: ܦܘܪܫܐ ܒܝܢܝ ܬܢܝܬ̈ܐ\";'),('arc','messages:difference-title-multipage','s:53:\"arc:«$1» ܘ«$2»: ܦܘܪܫܐ ܒܝܢܝ ܬܢܝܬ̈ܐ\";'),('arc','messages:directorycreateerror','s:35:\"en:Could not create directory \"$1\".\";'),('arc','messages:directoryreadonlyerror','s:31:\"en:Directory \"$1\" is read-only.\";'),('arc','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('arc','messages:disclaimerpage','s:48:\"arc:Project:ܠܐ ܡܫܬܐܠܢܘܬܐ ܓܘܢܝܬܐ\";'),('arc','messages:disclaimers','s:27:\"arc:ܠܐ ܡܫܬܐܠܢܘܬܐ\";'),('arc','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('arc','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('arc','messages:double-redirect-fixed-move','s:67:\"arc:[[$1]] ܐܫܬܢܝܬ.\nܗܫܐ ܐܝܬܝܗܝ  ܨܘܝܒܐ ܠ [[$2]].\";'),('arc','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('arc','messages:doubleredirects','s:29:\"arc:ܨܘܝܒ̈ܐ ܥܦܝܦ̈ܐ\";'),('arc','messages:doubleredirects-summary','s:3:\"en:\";'),('arc','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('arc','messages:download','s:10:\"arc:ܐܚܬ\";'),('arc','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('arc','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('arc','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('arc','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('arc','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('arc','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('arc','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('arc','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('arc','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('arc','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('arc','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('arc','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('arc','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('arc','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('arc','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('arc','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('arc','messages:edit','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:edit-already-exists','s:89:\"arc:ܒܪܝܐ ܕܦܐܬܐ ܚܕܬܐ ܠܐ ܡܬܡܨܝܢܐ.\nܗܕܐ ܦܐܬܐ ܐܝܬ ܡܢ ܟܕܘ.\";'),('arc','messages:edit-conflict','s:17:\"en:Edit conflict.\";'),('arc','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('arc','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('arc','messages:edit-local','s:25:\"en:Edit local description\";'),('arc','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('arc','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('arc','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('arc','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('arc','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('arc','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('arc','messages:editcomment','s:54:\"arc:ܦܣܝܩܬ̈ܐ ܕܫܘܚܠܦܐ ܗܘܐ: <em>$1</em>.\";'),('arc','messages:editconflict','s:20:\"en:Edit conflict: $1\";'),('arc','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('arc','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('arc','messages:editfont-serif','s:13:\"en:Serif font\";'),('arc','messages:editfont-style','s:24:\"en:Edit area font style:\";'),('arc','messages:edithelp','s:31:\"arc:ܥܘܕܪܢܐ ܠܫܚܠܦܬܐ\";'),('arc','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('arc','messages:editing','s:22:\"arc:ܫܚܠܦܬܐ ܕ $1\";'),('arc','messages:editingcomment','s:42:\"arc:ܫܚܠܦܬܐ ܕ $1 (ܡܢܬܐ ܚܕܬܐ)\";'),('arc','messages:editinginterface','s:431:\"arc:\'\'\'ܙܘܗܪܐ:\'\'\' ܐܢܬ ܬܫܚܠܦ ܦܐܬܐ ܕܡܬܦܠܚܬ ܒܚܙܝܐ ܟܬܝܒܝܐ ܕܬܚܪܙܬܐ.\nܟܠ ܫܘܚܠܦܐ ܒܦܐܬܐ ܗܕܐ ܢܗܘܐ ܠܗ ܡܥܒܕܢܘܬܐ ܥܠ ܐܣܟܡ ܦܐܬܐ ܕܡܦܠܚܢܐ ܕܡܦܠܚܢ̈ܐ ܐܚܪ̈ܢܐ ܒܘܝܩܝ ܗܢܐ.\nܠܡܘܣܦ ܐܘ ܫܘܚܠܦ ܬܘܪ̈ܓܡܐ ܕܟܠܗܘܢ ܘܝܩܝ، ܐܦܠܚ [https://translatewiki.net/ translatewiki.net]، ܬܪܡܝܬܐ ܕܬܘܪܓܡܐ ܕܡܝܕܝܐܘܝܩܝ.\";'),('arc','messages:editingold','s:192:\"arc:\'\'\'ܙܘܗܪܐ: ܫܚܠܦ ܐܢܬ ܬܢܝܬܐ ܥܬܝܩܬܐ ܕܦܐܬܐ ܗܕܐ.\'\'\'\nܐܢ ܠܒܟ ܐܢܬ ܦܐܬܐ ܗܕܐ, ܟܠ ܫܘ̈ܚܠܦܐ ܕܐܬܥܒܕܘ ܒܬܪ ܗܕܐ ܬܢܝܬܐ ܢܬܛܠܩܘܢ.\";'),('arc','messages:editingsection','s:33:\"arc:ܫܚܠܦܬܐ ܕ $1 (ܡܢܬܐ)\";'),('arc','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('arc','messages:editlink','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:editnotice-notext','s:4:\"en:-\";'),('arc','messages:editold','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:editpage','s:14:\"en:Edit a page\";'),('arc','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('arc','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('arc','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('arc','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('arc','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('arc','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('arc','messages:editpage-summary','s:3:\"en:\";'),('arc','messages:editpage-tos-summary','s:4:\"en:-\";'),('arc','messages:editsection','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:editsectionhint','s:25:\"arc:ܫܚܠܦ ܡܢܬܐ: $1\";'),('arc','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('arc','messages:edittools-upload','s:4:\"en:-\";'),('arc','messages:editundo','s:17:\"arc:ܠܐ ܬܥܒܕ\";'),('arc','messages:editusergroup','s:42:\"arc:ܫܚܠܦ ܟܢܘܫܝ̈ܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:editwatchlist-summary','s:3:\"en:\";'),('arc','messages:ellipsis','s:6:\"en:...\";'),('arc','messages:email','s:35:\"arc:ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('arc','messages:email-legend','s:63:\"arc:ܫܕܪ ܐܓܪܬܐ ܠܡܦܠܚܢܐ ܕ {{SITENAME}} ܐܚܪܢܐ\";'),('arc','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('arc','messages:emailauthenticated','s:48:\"en:Your email address was confirmed on $2 at $3.\";'),('arc','messages:emailblock','s:17:\"en:email disabled\";'),('arc','messages:emailccme','s:52:\"arc:ܫܕܪ ܠܝ ܨܚܚܐ ܡܢ ܐܓܪ̈ܬܐ ܕܝܠܝ.\";'),('arc','messages:emailccsubject','s:35:\"arc:ܨܚܚܐ ܕܐܓܪܬܟ ܠ $1: $2\";'),('arc','messages:emailconfirmlink','s:51:\"arc:ܫܪܪ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܕܝܠܟ\";'),('arc','messages:emaildisabled','s:32:\"en:This site cannot send emails.\";'),('arc','messages:emailfrom','s:9:\"arc:ܡܢ:\";'),('arc','messages:emaillink','s:13:\"en:send email\";'),('arc','messages:emailmessage','s:15:\"arc:ܐܓܪܬܐ:\";'),('arc','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('arc','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('arc','messages:emailpagetext','s:265:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear as the \"From\" address of the email, so the recipient will be able to reply directly to you.\";'),('arc','messages:emailsend','s:10:\"arc:ܫܕܪ\";'),('arc','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('arc','messages:emailsent','s:46:\"arc:ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܐܫܬܕܪ\";'),('arc','messages:emailsenttext','s:36:\"en:Your email message has been sent.\";'),('arc','messages:emailsubject','s:15:\"arc:ܡܠܘܐܐ:\";'),('arc','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('arc','messages:emailto','s:7:\"arc:ܠ:\";'),('arc','messages:emailuser','s:43:\"arc:ܫܕܪ ܐܓܪܬܐ ܠܗܢܐ ܡܦܠܚܢܐ\";'),('arc','messages:emailuser-summary','s:3:\"en:\";'),('arc','messages:emailuser-title-notarget','s:13:\"en:Email user\";'),('arc','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('arc','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('arc','messages:emailusername','s:26:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:emailusernamesubmit','s:10:\"arc:ܫܕܪ\";'),('arc','messages:empty-file','s:36:\"en:The file you submitted was empty.\";'),('arc','messages:empty-username','s:26:\"en:(no username available)\";'),('arc','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('arc','messages:enhancedrc-history','s:10:\"en:history\";'),('arc','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('arc','messages:enotif_anon_editor','s:35:\"arc:ܡܦܠܚܢܐ ܠܐ ܝܕܝܥܐ $1\";'),('arc','messages:enotif_body','s:695:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('arc','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('arc','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('arc','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('arc','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('arc','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('arc','messages:enotif_impersonal_salutation','s:29:\"arc:ܡܦܠܚܢܐ {{SITENAME}}\";'),('arc','messages:enotif_lastdiff','s:47:\"arc:ܚܙܝ $1 ܠܚܙܝܐ ܕܫܘܚܠܦܐ ܗܢܐ.\";'),('arc','messages:enotif_lastvisited','s:85:\"arc:ܚܙܝ $1 ܠܟܠ ܫܘܚܠܦ̈ܐ ܡܢ ܐܡܬܝ ܕܣܘܥܪܢܐ ܐܚܪܝܐ ܕܝܠܟ.\";'),('arc','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('arc','messages:enotif_reset','s:52:\"arc:ܫܘܕܥ ܟܠ ܦܐܬܬ̈ܐ ܐܝܟ ܣܥܝܪ̈ܬܐ\";'),('arc','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('arc','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('arc','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('arc','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('arc','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('arc','messages:enterlockreason','s:87:\"en:Enter a reason for the lock, including an estimate of when the lock will be released\";'),('arc','messages:error','s:12:\"arc:ܦܘܕܐ\";'),('arc','messages:errorpagetitle','s:12:\"arc:ܦܘܕܐ\";'),('arc','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('arc','messages:exception-nologin','s:25:\"arc:ܠܝܬܝܟ ܥܠܝܠܐ\";'),('arc','messages:exception-nologin-text','s:58:\"en:Please log in to be able to access this page or action.\";'),('arc','messages:exception-nologin-text-manual','s:54:\"en:Please $1 to be able to access this page or action.\";'),('arc','messages:excontent','s:33:\"arc:ܚܒܝܫܬ̈ܐ ܗܘ̈ܝ: \'$1\'\";'),('arc','messages:excontentauthor','s:104:\"arc:ܚܒܝܫܬ̈ܐ ܗܘ̈ܝ: \'$1\' (ܘܫܘܬܦܢܐ ܝܚܝܕܝܐ ܗܘܐ \'[[Special:Contributions/$2|$2]]\')\";'),('arc','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('arc','messages:exif-artist','s:9:\"en:Author\";'),('arc','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('arc','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('arc','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('arc','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('arc','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('arc','messages:exif-citydest','s:13:\"en:City shown\";'),('arc','messages:exif-colorspace','s:14:\"en:Color space\";'),('arc','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('arc','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('arc','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('arc','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('arc','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('arc','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('arc','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('arc','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('arc','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('arc','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('arc','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('arc','messages:exif-compression','s:21:\"en:Compression scheme\";'),('arc','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('arc','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('arc','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('arc','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('arc','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('arc','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('arc','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('arc','messages:exif-compression-5','s:6:\"en:LZW\";'),('arc','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('arc','messages:exif-compression-7','s:7:\"en:JPEG\";'),('arc','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('arc','messages:exif-contact','s:22:\"en:Contact information\";'),('arc','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('arc','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('arc','messages:exif-contrast','s:11:\"en:Contrast\";'),('arc','messages:exif-contrast-0','s:9:\"en:Normal\";'),('arc','messages:exif-contrast-1','s:7:\"en:Soft\";'),('arc','messages:exif-contrast-2','s:7:\"en:Hard\";'),('arc','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('arc','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('arc','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('arc','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('arc','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('arc','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('arc','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('arc','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('arc','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('arc','messages:exif-countrydest','s:16:\"en:Country shown\";'),('arc','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('arc','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('arc','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('arc','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('arc','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('arc','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('arc','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('arc','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('arc','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('arc','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('arc','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('arc','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('arc','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('arc','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('arc','messages:exif-datetime','s:28:\"en:File change date and time\";'),('arc','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('arc','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('arc','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('arc','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('arc','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('arc','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('arc','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('arc','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('arc','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('arc','messages:exif-dc-relation','s:16:\"en:Related media\";'),('arc','messages:exif-dc-rights','s:9:\"en:Rights\";'),('arc','messages:exif-dc-source','s:15:\"en:Source media\";'),('arc','messages:exif-dc-type','s:16:\"en:Type of media\";'),('arc','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('arc','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('arc','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('arc','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('arc','messages:exif-event','s:17:\"en:Event depicted\";'),('arc','messages:exif-exifversion','s:15:\"en:Exif version\";'),('arc','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('arc','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('arc','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('arc','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('arc','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('arc','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('arc','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('arc','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('arc','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('arc','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('arc','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('arc','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('arc','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('arc','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('arc','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('arc','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('arc','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('arc','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('arc','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('arc','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('arc','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('arc','messages:exif-filesource','s:14:\"en:File source\";'),('arc','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('arc','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('arc','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('arc','messages:exif-flash','s:8:\"en:Flash\";'),('arc','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('arc','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('arc','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('arc','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('arc','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('arc','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('arc','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('arc','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('arc','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('arc','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('arc','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('arc','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('arc','messages:exif-fnumber','s:11:\"en:F Number\";'),('arc','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('arc','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('arc','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('arc','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('arc','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('arc','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('arc','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('arc','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('arc','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('arc','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('arc','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('arc','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('arc','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('arc','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('arc','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('arc','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('arc','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('arc','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('arc','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('arc','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('arc','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('arc','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('arc','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('arc','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('arc','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('arc','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('arc','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('arc','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('arc','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('arc','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('arc','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('arc','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('arc','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('arc','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('arc','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('arc','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('arc','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('arc','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('arc','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('arc','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('arc','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('arc','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('arc','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('arc','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('arc','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('arc','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('arc','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('arc','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('arc','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('arc','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('arc','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('arc','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('arc','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('arc','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('arc','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('arc','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('arc','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('arc','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('arc','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('arc','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('arc','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('arc','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('arc','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('arc','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('arc','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('arc','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('arc','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('arc','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('arc','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('arc','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('arc','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('arc','messages:exif-headline','s:11:\"en:Headline\";'),('arc','messages:exif-identifier','s:13:\"en:Identifier\";'),('arc','messages:exif-iimcategory','s:11:\"en:Category\";'),('arc','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('arc','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('arc','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('arc','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('arc','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('arc','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('arc','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('arc','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('arc','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('arc','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('arc','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('arc','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('arc','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('arc','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('arc','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('arc','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('arc','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('arc','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('arc','messages:exif-iimversion','s:14:\"en:IIM version\";'),('arc','messages:exif-imagedescription','s:14:\"en:Image title\";'),('arc','messages:exif-imagelength','s:9:\"en:Height\";'),('arc','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('arc','messages:exif-imagewidth','s:8:\"en:Width\";'),('arc','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('arc','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('arc','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('arc','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('arc','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('arc','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('arc','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('arc','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('arc','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('arc','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('arc','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('arc','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('arc','messages:exif-keywords','s:11:\"en:Keywords\";'),('arc','messages:exif-label','s:8:\"en:Label\";'),('arc','messages:exif-languagecode','s:11:\"en:Language\";'),('arc','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('arc','messages:exif-lens','s:12:\"en:Lens used\";'),('arc','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('arc','messages:exif-lightsource','s:15:\"en:Light source\";'),('arc','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('arc','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('arc','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('arc','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('arc','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('arc','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('arc','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('arc','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('arc','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('arc','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('arc','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('arc','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('arc','messages:exif-lightsource-20','s:6:\"en:D55\";'),('arc','messages:exif-lightsource-21','s:6:\"en:D65\";'),('arc','messages:exif-lightsource-22','s:6:\"en:D75\";'),('arc','messages:exif-lightsource-23','s:6:\"en:D50\";'),('arc','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('arc','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('arc','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('arc','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('arc','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('arc','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('arc','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('arc','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('arc','messages:exif-make-value','s:5:\"en:$1\";'),('arc','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('arc','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('arc','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('arc','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('arc','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('arc','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('arc','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('arc','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('arc','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('arc','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('arc','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('arc','messages:exif-model','s:15:\"en:Camera model\";'),('arc','messages:exif-model-value','s:5:\"en:$1\";'),('arc','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('arc','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('arc','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('arc','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('arc','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('arc','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('arc','messages:exif-objectname','s:14:\"en:Short title\";'),('arc','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('arc','messages:exif-orientation','s:14:\"en:Orientation\";'),('arc','messages:exif-orientation-1','s:9:\"en:Normal\";'),('arc','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('arc','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('arc','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('arc','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('arc','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('arc','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('arc','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('arc','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('arc','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('arc','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('arc','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('arc','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('arc','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('arc','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('arc','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('arc','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('arc','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('arc','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('arc','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('arc','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('arc','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('arc','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('arc','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('arc','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('arc','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('arc','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('arc','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('arc','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('arc','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('arc','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('arc','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('arc','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('arc','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('arc','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('arc','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('arc','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('arc','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('arc','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('arc','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('arc','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('arc','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('arc','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('arc','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('arc','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('arc','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('arc','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('arc','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('arc','messages:exif-saturation','s:13:\"en:Saturation\";'),('arc','messages:exif-saturation-0','s:9:\"en:Normal\";'),('arc','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('arc','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('arc','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('arc','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('arc','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('arc','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('arc','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('arc','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('arc','messages:exif-scenetype','s:13:\"en:Scene type\";'),('arc','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('arc','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('arc','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('arc','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('arc','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('arc','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('arc','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('arc','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('arc','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('arc','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('arc','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('arc','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('arc','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('arc','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('arc','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('arc','messages:exif-software','s:16:\"en:Software used\";'),('arc','messages:exif-software-value','s:5:\"en:$1\";'),('arc','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('arc','messages:exif-source','s:9:\"en:Source\";'),('arc','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('arc','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('arc','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('arc','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('arc','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('arc','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('arc','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('arc','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('arc','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('arc','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('arc','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('arc','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('arc','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('arc','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('arc','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('arc','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('arc','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('arc','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('arc','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('arc','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('arc','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('arc','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('arc','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('arc','messages:exif-urgency','s:10:\"en:Urgency\";'),('arc','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('arc','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('arc','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('arc','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('arc','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('arc','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('arc','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('arc','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('arc','messages:exif-usercomment','s:16:\"en:User comments\";'),('arc','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('arc','messages:exif-whitebalance','s:16:\"en:White balance\";'),('arc','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('arc','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('arc','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('arc','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('arc','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('arc','messages:exif-writer','s:9:\"en:Writer\";'),('arc','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('arc','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('arc','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('arc','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('arc','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('arc','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('arc','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('arc','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('arc','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('arc','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('arc','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('arc','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('arc','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('arc','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('arc','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('arc','messages:expand_templates_ok','s:8:\"arc:ܛܒ\";'),('arc','messages:expand_templates_output','s:12:\"arc:ܦܠܛܐ\";'),('arc','messages:expand_templates_preview','s:23:\"arc:ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('arc','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('arc','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('arc','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('arc','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('arc','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('arc','messages:expandtemplates','s:23:\"arc:ܐܪܘܚ ܩܠܒ̈ܐ\";'),('arc','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('arc','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('arc','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('arc','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('arc','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('arc','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('arc','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('arc','messages:export','s:23:\"arc:ܐܦܩ ܦܐܬܬ̈ܐ\";'),('arc','messages:export-addcat','s:12:\"arc:ܐܘܣܦ\";'),('arc','messages:export-addcattext','s:40:\"arc:ܐܘܣܦ ܦܐܬܬ̈ܐ ܡܢ ܣܕܪܐ:\";'),('arc','messages:export-addns','s:12:\"arc:ܐܘܣܦ\";'),('arc','messages:export-addnstext','s:40:\"arc:ܐܘܣܦ ܦܐܬܬ̈ܐ ܡܢ ܚܩܠܐ:\";'),('arc','messages:export-download','s:28:\"arc:ܠܒܘܟ ܐܝܟ ܠܦܦܐ\";'),('arc','messages:export-manual','s:22:\"en:Add pages manually:\";'),('arc','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('arc','messages:export-submit','s:10:\"arc:ܐܦܩ\";'),('arc','messages:export-summary','s:3:\"en:\";'),('arc','messages:export-templates','s:20:\"en:Include templates\";'),('arc','messages:exportall','s:28:\"arc:ܐܦܩ ܟܠ ܦܐܬܬ̈ܐ\";'),('arc','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('arc','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('arc','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('arc','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('arc','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('arc','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('arc','messages:faq','s:27:\"arc:ܫܘܐܠ̈ܐ ܬܢܝ̈ܐ\";'),('arc','messages:feb','s:10:\"arc:ܫܒܛ\";'),('arc','messages:february','s:12:\"arc:ܒܫܒܛ\";'),('arc','messages:february-gen','s:10:\"arc:ܫܒܛ\";'),('arc','messages:feed-atom','s:12:\"arc:ܐܛܘܡ\";'),('arc','messages:feed-invalid','s:34:\"en:Invalid subscription feed type.\";'),('arc','messages:feed-rss','s:6:\"en:RSS\";'),('arc','messages:feed-unavailable','s:38:\"en:Syndication feeds are not available\";'),('arc','messages:feedback-adding','s:29:\"en:Adding feedback to page...\";'),('arc','messages:feedback-back','s:7:\"en:Back\";'),('arc','messages:feedback-bugcheck','s:71:\"en:Great! Just check that it is not already one of the [$1 known bugs].\";'),('arc','messages:feedback-bugnew','s:30:\"en:I checked. Report a new bug\";'),('arc','messages:feedback-bugornote','s:207:\"en:If you are ready to describe a technical problem in detail please [$1 report a bug].\nOtherwise, you can use the easy form below. Your comment will be added to the page \"[$3 $2]\", along with your username.\";'),('arc','messages:feedback-cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:feedback-close','s:7:\"en:Done\";'),('arc','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('arc','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('arc','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('arc','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('arc','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('arc','messages:feedback-message','s:15:\"arc:ܐܓܪܬܐ:\";'),('arc','messages:feedback-subject','s:15:\"arc:ܡܠܘܐܐ:\";'),('arc','messages:feedback-submit','s:9:\"en:Submit\";'),('arc','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('arc','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('arc','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('arc','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('arc','messages:feedback-useragent','s:14:\"en:User agent:\";'),('arc','messages:fewestrevisions','s:53:\"arc:ܦܐܬܬ̈ܐ ܥܡ ܬܢܝܬ̈ܐ ܒܨܝܪ ܡܢ ܟܠ\";'),('arc','messages:fewestrevisions-summary','s:3:\"en:\";'),('arc','messages:file-anchor-link','s:12:\"arc:ܠܦܦܐ\";'),('arc','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('arc','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('arc','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('arc','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('arc','messages:file-info','s:46:\"arc:ܥܓܪܐ ܕܠܦܦܐ: $1, MIME ܐܕܫܐ: $2\";'),('arc','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('arc','messages:file-info-gif-looped','s:9:\"en:looped\";'),('arc','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('arc','messages:file-info-png-looped','s:9:\"en:looped\";'),('arc','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('arc','messages:file-info-size','s:70:\"arc:$1 × $2 ܦܩܣܠ، ܥܓܪܐ ܕܠܦܦܐ: $3، ܐܕܫܐ ܕ MIME: $4\";'),('arc','messages:file-info-size-pages','s:108:\"arc:$1 × $2 ܦܩܣܠ, ܥܓܪܐ ܕܠܦܦܐ: $3, ܐܕܫܐ ܕ MIME: $4, $5 {{PLURAL:$5|ܦܐܬܐ|ܦܐܬܬ̈ܐ}}\";'),('arc','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('arc','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('arc','messages:file-nohires','s:45:\"arc:ܠܝܬ ܢܩܕܘܬܐ ܝܬܝܪ ܡܢ ܗܢܐ.\";'),('arc','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('arc','messages:file-too-large','s:40:\"en:The file you submitted was too large.\";'),('arc','messages:filecopyerror','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('arc','messages:filedelete','s:13:\"arc:ܫܘܦ $1\";'),('arc','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('arc','messages:filedelete-comment','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('arc','messages:filedelete-edit-reasonlist','s:36:\"arc:ܫܚܠܦ ܥܠܠܬ̈ܐ ܕܫܝܦܐ\";'),('arc','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('arc','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('arc','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('arc','messages:filedelete-legend','s:19:\"arc:ܫܘܦ ܠܦܦܐ\";'),('arc','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('arc','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('arc','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('arc','messages:filedelete-nofile','s:20:\"arc:\'\'\'$1\'\'\' ܠܝܬ.\";'),('arc','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('arc','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('arc','messages:filedelete-otherreason','s:24:\"arc:ܥܠܬܐ ܐܚܪܬܐ:\";'),('arc','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('arc','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('arc','messages:filedelete-reason-otherlist','s:23:\"arc:ܥܠܬܐ ܐܚܪܬܐ\";'),('arc','messages:filedelete-submit','s:10:\"arc:ܫܘܦ\";'),('arc','messages:filedelete-success','s:24:\"arc:\'\'\'$1\'\'\' ܐܫܬܝܦ.\";'),('arc','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('arc','messages:filedeleteerror','s:30:\"en:Could not delete file \"$1\".\";'),('arc','messages:filedeleteerror-long','s:53:\"arc:ܦܘܕ̈ܐ ܐܫܟܚܬ ܟܕ ܫܝܦܐ ܠܦܦܐ:\n\n$1\";'),('arc','messages:filedeleteerror-short','s:38:\"arc:ܦܘܕܐ ܒܫܝܦܐ ܕܠܦܦܐ: $1\";'),('arc','messages:filedesc','s:18:\"arc:ܦܣܝܩܬ̈ܐ\";'),('arc','messages:fileduplicatesearch','s:39:\"arc:ܒܨܝ ܥܠ ܠܦܦ̈ܐ ܥܦܝܦ̈ܐ\";'),('arc','messages:fileduplicatesearch-filename','s:22:\"arc:ܫܡܐ ܕܠܦܦܐ:\";'),('arc','messages:fileduplicatesearch-info','s:78:\"arc:$1 × $2 ܦܩܣܠ<br /> ܥܓܪܐ ܕܠܦܦܐ: $3<br /> ܐܕܫܐ ܕ MIME: $4\";'),('arc','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('arc','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('arc','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('arc','messages:fileduplicatesearch-submit','s:10:\"arc:ܒܨܝ\";'),('arc','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('arc','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('arc','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('arc','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('arc','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('arc','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('arc','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('arc','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('arc','messages:filehist','s:27:\"arc:ܬܫܥܝܬܐ ܕܠܦܦܐ\";'),('arc','messages:filehist-comment','s:14:\"arc:ܥܘܩܒܐ\";'),('arc','messages:filehist-current','s:12:\"arc:ܗܫܝܐ\";'),('arc','messages:filehist-datetime','s:25:\"arc:ܣܝܩܘܡܐ/ܙܒܢܐ\";'),('arc','messages:filehist-deleteall','s:15:\"arc:ܫܘܦ ܟܠ\";'),('arc','messages:filehist-deleteone','s:10:\"arc:ܫܘܦ\";'),('arc','messages:filehist-dimensions','s:14:\"arc:ܩܝܡ̈ܐ\";'),('arc','messages:filehist-filesize','s:23:\"arc:ܥܓܪܐ ܕܠܦܦܐ\";'),('arc','messages:filehist-help','s:69:\"en:Click on a date/time to view the file as it appeared at that time.\";'),('arc','messages:filehist-nothumb','s:21:\"arc:ܠܐ ܙܥܘܪܬܐ\";'),('arc','messages:filehist-revert','s:12:\"arc:ܐܦܢܝ\";'),('arc','messages:filehist-thumb','s:27:\"arc:ܨܘܪܬܐ ܙܥܘܪܬܐ\";'),('arc','messages:filehist-thumbtext','s:33:\"en:Thumbnail for version as of $1\";'),('arc','messages:filehist-user','s:16:\"arc:ܡܦܠܚܢܐ\";'),('arc','messages:filemissing','s:15:\"en:File missing\";'),('arc','messages:filename','s:21:\"arc:ܫܡܐ ܕܠܦܦܐ\";'),('arc','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('arc','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('arc','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('arc','messages:filename-toolong','s:46:\"en:Filenames may not be longer than 240 bytes.\";'),('arc','messages:filename-tooshort','s:29:\"en:The filename is too short.\";'),('arc','messages:filenotfound','s:28:\"en:Could not find file \"$1\".\";'),('arc','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('arc','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('arc','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('arc','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('arc','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('arc','messages:filerenameerror','s:38:\"en:Could not rename file \"$1\" to \"$2\".\";'),('arc','messages:filereuploadsummary','s:30:\"arc:ܫܘܚܠܦ̈ܐ ܕܠܦܦܐ:\";'),('arc','messages:filerevert','s:12:\"en:Revert $1\";'),('arc','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('arc','messages:filerevert-comment','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('arc','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('arc','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('arc','messages:filerevert-legend','s:14:\"en:Revert file\";'),('arc','messages:filerevert-submit','s:9:\"en:Revert\";'),('arc','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('arc','messages:filesource','s:15:\"arc:ܡܒܘܥܐ:\";'),('arc','messages:filestatus','s:44:\"arc:ܐܝܟܢܝܘܬܐ ܕܙܕ̈ܩܐ ܕܛܒܥܐ\";'),('arc','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('arc','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('arc','messages:filetype-banned','s:31:\"en:This type of file is banned.\";'),('arc','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('arc','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('arc','messages:filetype-missing','s:43:\"en:The file has no extension (like \".jpg\").\";'),('arc','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('arc','messages:fileuploadsummary','s:19:\"arc:ܦܣܝܩܬ̈ܐ:\";'),('arc','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('arc','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('arc','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('arc','messages:formerror','s:32:\"en:Error: Could not submit form.\";'),('arc','messages:fri','s:16:\"arc:ܥܪܘܒܬܐ\";'),('arc','messages:friday','s:16:\"arc:ܥܪܘܒܬܐ\";'),('arc','messages:friday-at','s:15:\"en:Friday at $1\";'),('arc','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('arc','messages:gender-female','s:43:\"arc:ܗܝ ܫܚܠܦܬ ܦܐܬܬ̈ܐ ܕܘܝܩܝ\";'),('arc','messages:gender-male','s:41:\"arc:ܗܘ ܫܚܠܦ ܦܐܬܬ̈ܐ ܕܘܝܩܝ\";'),('arc','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('arc','messages:gender-unknown','s:41:\"arc:ܐܘܬܪ ܕܠܐ ܐܗܒ ܐܪ̈ܝܟܬܐ\";'),('arc','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('arc','messages:go','s:8:\"arc:ܙܠ\";'),('arc','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('arc','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('arc','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('arc','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('arc','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('arc','messages:grant-basic','s:15:\"en:Basic rights\";'),('arc','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('arc','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('arc','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('arc','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('arc','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('arc','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('arc','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('arc','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('arc','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('arc','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('arc','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('arc','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('arc','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('arc','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('arc','messages:grant-group-email','s:13:\"en:Send email\";'),('arc','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('arc','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('arc','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('arc','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('arc','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('arc','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('arc','messages:grant-highvolume','s:22:\"en:High-volume editing\";'),('arc','messages:grant-import','s:19:\"en:Import revisions\";'),('arc','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('arc','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('arc','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('arc','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('arc','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('arc','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('arc','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('arc','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('arc','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('arc','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('arc','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('arc','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('arc','messages:group','s:17:\"arc:ܟܢܘܫܬܐ:\";'),('arc','messages:group-all','s:10:\"arc:(ܟܠ)\";'),('arc','messages:group-autoconfirmed','s:42:\"arc:ܡܦܠܚܢ̈ܐ ܡܫܪܪ̈ܐ ܝܬܐܝܬ\";'),('arc','messages:group-autoconfirmed-member','s:91:\"arc:{{GENDER:$1|ܡܦܠܚܢܐ ܡܫܪܪܐ ܝܬܐܝܬ|ܡܦܠܚܢܬܐ ܡܫܪܪܬܐ ܝܬܐܝܬ}}\";'),('arc','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('arc','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('arc','messages:group-bot','s:14:\"arc:ܒܘܬ̈ܐ\";'),('arc','messages:group-bot-member','s:30:\"arc:{{GENDER:$1|ܒܘܬ (Bot)}}\";'),('arc','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('arc','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('arc','messages:group-bureaucrat','s:22:\"arc:ܒܝܪܘܩܪ̈ܛܐ\";'),('arc','messages:group-bureaucrat-member','s:34:\"arc:{{GENDER:$1|ܒܝܪܘܩܪܛܐ}}\";'),('arc','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('arc','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('arc','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('arc','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('arc','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('arc','messages:group-named','s:19:\"en:Registered users\";'),('arc','messages:group-suppress','s:16:\"arc:ܚܝܘܪ̈ܐ\";'),('arc','messages:group-suppress-member','s:41:\"arc:{{GENDER:$1|ܚܝܘܪܐ|ܚܝܘܪܬܐ}}\";'),('arc','messages:group-sysop','s:18:\"arc:ܡܕܒܪ̈ܢܐ\";'),('arc','messages:group-sysop-member','s:45:\"arc:{{GENDER:$1|ܡܕܒܪܢܐ|ܡܕܒܪܢܬܐ}}\";'),('arc','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('arc','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('arc','messages:group-user','s:18:\"arc:ܡܦܠܚܢ̈ܐ\";'),('arc','messages:group-user-member','s:45:\"arc:{{GENDER:$1|ܡܦܠܚܢܐ|ܡܦܠܚܢܬܐ}}\";'),('arc','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('arc','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('arc','messages:grouppage-autoconfirmed','s:57:\"arc:{{ns:project}}:ܡܦܠܚܢ̈ܐ ܡܫܪܪ̈ܐ ܝܬܐܝܬ\";'),('arc','messages:grouppage-bot','s:29:\"arc:{{ns:project}}:ܒܘܬ̈ܐ\";'),('arc','messages:grouppage-bureaucrat','s:37:\"arc:{{ns:project}}:ܒܝܪܘܩܪ̈ܛܐ\";'),('arc','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('arc','messages:grouppage-named','s:34:\"en:{{ns:project}}:Registered users\";'),('arc','messages:grouppage-suppress','s:29:\"arc:{{ns:project}}:ܚܝܘܪܐ\";'),('arc','messages:grouppage-sysop','s:33:\"arc:{{ns:project}}:ܡܕܒܪ̈ܢܐ\";'),('arc','messages:grouppage-user','s:33:\"arc:{{ns:project}}:ܡܦܠܚܢ̈ܐ\";'),('arc','messages:guesstimezone','s:23:\"en:Fill in from browser\";'),('arc','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('arc','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('arc','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('arc','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('arc','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('arc','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('arc','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('arc','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('arc','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('arc','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('arc','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('arc','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('arc','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('arc','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('arc','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('arc','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('arc','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('arc','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('arc','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('arc','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('arc','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('arc','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('arc','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('arc','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('arc','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('arc','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('arc','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('arc','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('arc','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('arc','messages:help','s:16:\"arc:ܥܘܕܪܢܐ\";'),('arc','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('arc','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('arc','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('arc','messages:helppage-top-gethelp','s:16:\"arc:ܥܘܕܪܢܐ\";'),('arc','messages:hidden-categories','s:59:\"arc:{{PLURAL:$1|ܣܕܪܐ ܛܘܫܝܐ|ܣܕܪ̈ܐ ܛܘܫܝܐ}}\";'),('arc','messages:hidden-category-category','s:27:\"arc:ܣܕܪ̈ܐ ܛܘܫܝ̈ܐ\";'),('arc','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('arc','messages:hiddencategories','s:81:\"en:This page is a member of {{PLURAL:$1|a hidden category|$1 hidden categories}}:\";'),('arc','messages:hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:hidetoc','s:10:\"arc:ܛܫܝ\";'),('arc','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('arc','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('arc','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('arc','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('arc','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('arc','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('arc','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('arc','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('arc','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('arc','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('arc','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('arc','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('arc','messages:hist','s:16:\"arc:ܬܫܥܝܬܐ\";'),('arc','messages:histfirst','s:22:\"arc:ܩܕܝܡ ܡܢ ܟܠ\";'),('arc','messages:histlast','s:20:\"arc:ܚܕܬ ܡܢ ܟܠ\";'),('arc','messages:histlegend','s:362:\"arc:ܓܒܝܐ ܕܦܘܪܫܐ: ܓܒܝ ܣܢܕ̈ܘܩܐ ܕܬܢܝܬ̈ܐ ܠܦܘܚܡܐ ܘܕܘܫ \'\'\'Enter\'\'\' ܐܘ \'\'\'ܦܚܘܡ ܒܝܢܝ ܬܪܝܢ ܬܢܝܬ̈ܐ ܓܒܝܬ̈ܐ\'\'\'.<br />\nܩܠܝܕܐ: \'\'\'({{int:cur}})\'\'\' = ܦܘܪܫܐ ܥܡ ܬܢܝܬܐ ܗܫܝܬܐ,\n\'\'\'({{int:last}})\'\'\' = ܦܘܪܫܐ ܥܡ ܬܢܝܬܐ ܩܕܝܡܬܐ, \'\'\'{{int:minoreditletter}}\'\'\' = ܫܘܚܠܦܐ ܙܥܘܪܐ.\";'),('arc','messages:history','s:27:\"arc:ܬܫܥܝܬܐ ܕܦܐܬܐ\";'),('arc','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('arc','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('arc','messages:history-feed-description','s:61:\"arc:ܬܫܥܝܬܐ ܕܬܢܝܬܐ ܕܗܕܐ ܦܐܬܐ ܥܠ ܘܝܩܝ\";'),('arc','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('arc','messages:history-feed-item-nocomment','s:12:\"arc:$1 ܒ $2\";'),('arc','messages:history-feed-title','s:29:\"arc:ܬܫܥܝܬܐ ܕܬܢܝܬܐ\";'),('arc','messages:history-fieldset-title','s:25:\"arc:ܡܦܐܬ ܬܫܥܝܬܐ\";'),('arc','messages:history-show-deleted','s:27:\"arc:ܫܝܦܬ̈ܐ ܒܠܚܘܕ\";'),('arc','messages:history-title','s:35:\"arc:\"$1\": ܬܫܥܝܬܐ ܕܬܢܝܬܐ\";'),('arc','messages:history_copyright','s:4:\"en:-\";'),('arc','messages:history_short','s:16:\"arc:ܬܫܥܝܬܐ\";'),('arc','messages:history_small','s:16:\"arc:ܬܫܥܝܬܐ\";'),('arc','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('arc','messages:historyempty','s:14:\"arc:ܣܦܝܩܐ\";'),('arc','messages:historysize','s:34:\"en:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('arc','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('arc','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('arc','messages:hours','s:43:\"arc:{{PLURAL:$1|$1 ܫܥܬܐ|$1 ܫܥܬ̈ܐ}}\";'),('arc','messages:hours-abbrev','s:7:\"en:$1 h\";'),('arc','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('arc','messages:htmlform-chosen-placeholder','s:19:\"en:Select an option\";'),('arc','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('arc','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('arc','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('arc','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('arc','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('arc','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('arc','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('arc','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('arc','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('arc','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('arc','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('arc','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('arc','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('arc','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('arc','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('arc','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('arc','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('arc','messages:htmlform-no','s:5:\"en:No\";'),('arc','messages:htmlform-required','s:26:\"en:This value is required.\";'),('arc','messages:htmlform-reset','s:32:\"arc:ܠܐ ܬܥܒܕ ܫܘܚܠܦ̈ܐ\";'),('arc','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('arc','messages:htmlform-selectorother-other','s:14:\"arc:ܐܚܪܢܐ\";'),('arc','messages:htmlform-submit','s:10:\"arc:ܫܕܪ\";'),('arc','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('arc','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('arc','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('arc','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('arc','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('arc','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('arc','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('arc','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('arc','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('arc','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('arc','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('arc','messages:htmlform-yes','s:6:\"en:Yes\";'),('arc','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('arc','messages:http-curl-error','s:33:\"arc:ܦܘܕܐ ܒܫܟܚܐ ܕURL: $1\";'),('arc','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('arc','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('arc','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('arc','messages:http-read-error','s:31:\"arc:HTTP ܦܘܕܐ ܒܩܪܝܬܐ.\";'),('arc','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('arc','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('arc','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('arc','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('arc','messages:illegal-filename','s:31:\"en:The filename is not allowed.\";'),('arc','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('arc','messages:ilsubmit','s:10:\"arc:ܒܨܝ\";'),('arc','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('arc','messages:imagelinks','s:27:\"arc:ܡܦܠܚܬܐ ܕܠܦܦܐ\";'),('arc','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('arc','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('arc','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('arc','messages:imagepage','s:30:\"arc:ܚܙܝ ܦܐܬܐ ܕܠܦܦܐ\";'),('arc','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('arc','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('arc','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('arc','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('arc','messages:img-auth-nofile','s:43:\"arc:ܠܦܦܐ \"$1\" ܠܝܬ ܠܗ ܐܝܬܘܬܐ.\";'),('arc','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('arc','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('arc','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('arc','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('arc','messages:img-lang-default','s:21:\"en:(default language)\";'),('arc','messages:img-lang-go','s:5:\"en:Go\";'),('arc','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('arc','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('arc','messages:imgfile','s:12:\"arc:ܠܦܦܐ\";'),('arc','messages:imgmultigo','s:9:\"arc:ܙܠ!\";'),('arc','messages:imgmultigoto','s:22:\"arc:ܙܠ ܠܦܐܬܐ $1\";'),('arc','messages:imgmultipagenext','s:29:\"arc:← ܫܘܚܠܦܐ ܕܒܬܪ\";'),('arc','messages:imgmultipageprev','s:29:\"arc:← ܫܘܚܠܦܐ ܕܩܕܡ\";'),('arc','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('arc','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('arc','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('arc','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('arc','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('arc','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('arc','messages:import','s:23:\"arc:ܐܥܠ ܦܐܬܬ̈ܐ\";'),('arc','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('arc','messages:import-comment','s:11:\"en:Comment:\";'),('arc','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('arc','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('arc','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('arc','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('arc','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('arc','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('arc','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('arc','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('arc','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('arc','messages:import-interwiki-submit','s:10:\"arc:ܐܥܠ\";'),('arc','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('arc','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('arc','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('arc','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('arc','messages:import-logentry-interwiki-detail','s:53:\"arc:$1 {{PLURAL:$1|ܬܢܝܬܐ |ܬܢܝܬ̈ܐ}} ܡܢ $2\";'),('arc','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('arc','messages:import-logentry-upload-detail','s:45:\"arc:$1 {{PLURAL:$1|ܬܢܝܬܐ |ܬܢܝܬ̈ܐ}}\";'),('arc','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('arc','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('arc','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('arc','messages:import-noarticle','s:41:\"arc:ܠܝܬ ܦܐܬܬ̈ܐ ܠܡܥܠܢܘܬܐ!\";'),('arc','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('arc','messages:import-options-wrong','s:58:\"en:Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>\";'),('arc','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('arc','messages:import-revision-count','s:45:\"arc:$1 {{PLURAL:$1|ܬܢܝܬܐ |ܬܢܝܬ̈ܐ}}\";'),('arc','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('arc','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('arc','messages:import-summary','s:3:\"en:\";'),('arc','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('arc','messages:import-upload','s:31:\"arc:ܐܣܩ ܓܠܝܬ̈ܐ  ܕ XML\";'),('arc','messages:import-upload-filename','s:22:\"arc:ܫܡܐ ܕܠܦܦܐ:\";'),('arc','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('arc','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('arc','messages:importcantopen','s:29:\"en:Could not open import file\";'),('arc','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('arc','messages:importfailed','s:37:\"en:Import failed: <nowiki>$1</nowiki>\";'),('arc','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('arc','messages:importlogpage','s:29:\"arc:ܣܓܠܐ ܕܡܥܠܢܘܬܐ\";'),('arc','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('arc','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('arc','messages:importnopages','s:41:\"arc:ܠܝܬ ܦܐܬܬ̈ܐ ܠܡܥܠܢܘܬܐ.\";'),('arc','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('arc','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('arc','messages:importstart','s:21:\"en:Importing pages...\";'),('arc','messages:importsuccess','s:27:\"arc:ܡܥܠܢܘܬܐ ܓܡܪܬ\";'),('arc','messages:importtext','s:136:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your computer and upload it here.\";'),('arc','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('arc','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('arc','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('arc','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('arc','messages:index-category','s:16:\"en:Indexed pages\";'),('arc','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('arc','messages:infiniteblock','s:12:\"arc:ܠܥܠܡ\";'),('arc','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('arc','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('arc','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('arc','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('arc','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('arc','messages:internalerror','s:21:\"arc:ܦܘܕܐ ܓܘܝܐ\";'),('arc','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('arc','messages:internalerror_info','s:25:\"arc:ܦܘܕܐ ܓܘܝܐ: $1\";'),('arc','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('arc','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('arc','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('arc','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('arc','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('arc','messages:invalidateemail','s:57:\"arc:ܒܛܘܠ ܫܘܪܪܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('arc','messages:invalidtitle','s:16:\"en:Invalid title\";'),('arc','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('arc','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('arc','messages:invert','s:25:\"arc:ܐܗܦܟ ܠܓܘܒܝܐ\";'),('arc','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('arc','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('arc','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('arc','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('arc','messages:ipaddressorusername','s:46:\"arc:ܐܝ ܦܝ (IP) ܐܘ ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:ipb-action-create','s:21:\"en:Creating new pages\";'),('arc','messages:ipb-action-move','s:17:\"en:Renaming pages\";'),('arc','messages:ipb-action-upload','s:18:\"en:Uploading files\";'),('arc','messages:ipb-block-not-found','s:194:\"en:The block could not be made, but no existing block was found for \"$1\". If this problem persists, please [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users report it].\";'),('arc','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('arc','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('arc','messages:ipb-blocklist-contribs','s:25:\"arc:ܫܘܬܦܘ̈ܬܐ ܕ$1\";'),('arc','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('arc','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('arc','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('arc','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('arc','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('arc','messages:ipb-default-expiry','s:3:\"en:\";'),('arc','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('arc','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('arc','messages:ipb-edit-dropdown','s:36:\"arc:ܫܚܠܦ ܥܠܠܬ̈ܐ ܕܚܪܡܐ\";'),('arc','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('arc','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('arc','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('arc','messages:ipb-needreblock','s:72:\"arc:\"$1\" ܡܚܪܡܐ ܗܘ ܡܢ ܟܕܘ\nDo you want to change the settings?\";'),('arc','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('arc','messages:ipb-pages-label','s:8:\"en:Pages\";'),('arc','messages:ipb-partial','s:10:\"en:Partial\";'),('arc','messages:ipb-partial-help','s:131:\"en:Allows you to select pages and namespaces to block. Doesn’t block default actions but lets you block certain specific actions.\";'),('arc','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('arc','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('arc','messages:ipb-sitewide-help','s:157:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users See help])\";'),('arc','messages:ipb-unblock','s:68:\"arc:ܫܩܘܠ ܚܪܡܐ ܡܢ ܐܝ ܦܝ (IP) ܐܘ ܫܡܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:ipb-unblock-addr','s:29:\"arc:ܫܩܘܠ ܚܪܡܐ ܡܢ $1\";'),('arc','messages:ipb_already_blocked','s:36:\"arc:\"$1\" ܡܚܪܡܐ ܗܘ ܡܢ ܟܕܘ\";'),('arc','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('arc','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('arc','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('arc','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('arc','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('arc','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('arc','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('arc','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('arc','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('arc','messages:ipbemailban','s:16:\"en:Sending email\";'),('arc','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('arc','messages:ipbhidename','s:71:\"arc:ܛܫܝ ܫܡܐ ܕܡܦܠܚܢܐ ܡܢ ܫܘܚܠܦ̈ܐ ܘܡܟܬܒܘܬ̈ܐ\";'),('arc','messages:ipblocklist','s:31:\"arc:ܡܦܠܚܢ̈ܐ ܡܚܪ̈ܡܐ\";'),('arc','messages:ipblocklist-empty','s:35:\"arc:ܣܓܠܐ ܕܚܪܡܐ ܣܦܝܩܐ.\";'),('arc','messages:ipblocklist-legend','s:36:\"arc:ܐܫܟܚ ܡܦܠܚܢܐ ܡܚܪܡܐ\";'),('arc','messages:ipblocklist-localblock','s:27:\"arc:ܚܪܡܐ ܕܘܟܬܢܝܐ\";'),('arc','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('arc','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('arc','messages:ipblocklist-submit','s:10:\"arc:ܒܨܝ\";'),('arc','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('arc','messages:ipboptions','s:203:\"arc:2 ܫܥ̈ܝܢ:2 hours,1 ܝܘܡ:1 day,3 ܝܘܡ̈ܝܢ:3 days,1 ܫܒܘܥ:1 week,2 ܫܒܘܥ̈ܝܢ:2 weeks,1 ܝܪܚ:1 month,3 ܝܪ̈ܚܝܢ:3 months,6 ܝܪ̈ܚܝܢ:6 months,1 ܫܢܐ:1 year,ܠܥܠܡ:infinite\";'),('arc','messages:ipbother','s:23:\"arc:ܥܕܢܐ ܐܚܪܢܐ\";'),('arc','messages:ipbreason','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('arc','messages:ipbsubmit','s:32:\"arc:ܚܪܘܡ ܡܦܠܚܢܐ ܗܢܐ\";'),('arc','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('arc','messages:ipusubmit','s:28:\"arc:ܫܩܘܠ ܚܪܡܐ ܗܢܐ\";'),('arc','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('arc','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('arc','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('arc','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('arc','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('arc','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('arc','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('arc','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('arc','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('arc','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('arc','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('arc','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('arc','messages:isimage','s:25:\"arc:ܐܣܘܪܐ ܕܠܦܦܐ\";'),('arc','messages:isredirect','s:25:\"arc:ܦܐܬܐ ܕܨܘܝܒܐ\";'),('arc','messages:istemplate','s:16:\"arc:ܚܒܝܫܬܐ\";'),('arc','messages:jan','s:21:\"arc:ܟܢܘܢ ܐܚܪܝ\";'),('arc','messages:january','s:23:\"arc:ܒܟܢܘܢ ܐܚܪܝ\";'),('arc','messages:january-gen','s:21:\"arc:ܟܢܘܢ ܐܚܪܝ\";'),('arc','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('arc','messages:javascripttest-qunit-intro','s:51:\"en:See [$1 testing documentation] on mediawiki.org.\";'),('arc','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('arc','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('arc','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('arc','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('arc','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('arc','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('arc','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('arc','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('arc','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('arc','messages:jul','s:12:\"arc:ܬܡܘܙ\";'),('arc','messages:july','s:14:\"arc:ܒܬܡܘܙ\";'),('arc','messages:july-gen','s:12:\"arc:ܬܡܘܙ\";'),('arc','messages:jumpto','s:14:\"arc:ܫܘܪ ܠ:\";'),('arc','messages:jumptonavigation','s:18:\"arc:ܐܠܦܪܘܬܐ\";'),('arc','messages:jumptosearch','s:12:\"arc:ܒܨܝܐ\";'),('arc','messages:jun','s:14:\"arc:ܚܙܝܪܢ\";'),('arc','messages:june','s:16:\"arc:ܒܚܙܝܪܢ\";'),('arc','messages:june-gen','s:14:\"arc:ܚܙܝܪܢ\";'),('arc','messages:just-now','s:24:\"arc:ܗܫܐ ܒܪ ܫܥܬܗ\";'),('arc','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('arc','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('arc','messages:laggedreplicamode','s:65:\"en:<strong>Warning:</strong> Page may not contain recent updates.\";'),('arc','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('arc','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('arc','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('arc','messages:last','s:12:\"arc:ܕܩܕܡ\";'),('arc','messages:lastmodifiedat','s:73:\"arc:ܫܘܚܠܦܐ ܐܚܪܝܐ ܕܦܐܬܐ ܗܕܐ ܗܘܐ ܒܣܝܩܘܡ $1, $2.\";'),('arc','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('arc','messages:license','s:13:\"arc:ܦܣܣܐ:\";'),('arc','messages:license-header','s:12:\"arc:ܦܣܣܐ\";'),('arc','messages:license-nopreview','s:32:\"arc:(ܠܝܬ ܚܝܪܐ ܩܕܡܝܐ)\";'),('arc','messages:licenses','s:4:\"en:-\";'),('arc','messages:licenses-edit','s:23:\"en:Edit license options\";'),('arc','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('arc','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('arc','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('arc','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('arc','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('arc','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('arc','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('arc','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('arc','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('arc','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('arc','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('arc','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('arc','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('arc','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('arc','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('arc','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('arc','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('arc','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('arc','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('arc','messages:lineno','s:16:\"arc:ܣܪܛܐ $1:\";'),('arc','messages:linkaccounts','s:16:\"en:Link accounts\";'),('arc','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('arc','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('arc','messages:linksearch','s:36:\"arc:ܐܣܘܪ̈ܐ ܒܪ̈ܝܐ ܒܨܝܐ\";'),('arc','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('arc','messages:linksearch-line','s:25:\"arc:$1 ܝܨܝܪܐ ܡܢ $2\";'),('arc','messages:linksearch-ns','s:13:\"arc:ܚܩܠܐ:\";'),('arc','messages:linksearch-ok','s:10:\"arc:ܒܨܝ\";'),('arc','messages:linksearch-pat','s:22:\"arc:ܙܢܐ ܕܒܨܝܐ:\";'),('arc','messages:linksearch-summary','s:3:\"en:\";'),('arc','messages:linksearch-text','s:155:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// if no protocol is specified).\";'),('arc','messages:linkshere','s:53:\"arc:ܦܐܬܬ̈ܐ ܗܠܝܢ ܐܣܝܪܝܢ ܥܡ \'\'\'$2\'\'\':\";'),('arc','messages:linkstoimage','s:98:\"arc:{{PLURAL:$1|ܦܐܬܐ ܗܕܐ ܐܣܪ|$1 ܦܐܬܬ̈ܐ ܗܠܝܢ ܐܣܪܝܢ}} ܥܡ ܗܢܐ ܠܦܦܐ:\";'),('arc','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('arc','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('arc','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('arc','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('arc','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('arc','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('arc','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('arc','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('arc','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('arc','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('arc','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('arc','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('arc','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('arc','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('arc','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('arc','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('arc','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('arc','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('arc','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('arc','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('arc','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('arc','messages:listfiles','s:31:\"arc:ܡܟܬܒܘܬܐ ܕܠܦܦ̈ܐ\";'),('arc','messages:listfiles-delete','s:9:\"en:delete\";'),('arc','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('arc','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('arc','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('arc','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('arc','messages:listfiles-summary','s:71:\"arc:ܦܐܬܐ ܕܝܠܢܝܬܐ ܗܕܐ ܬܓܠܚ ܟܠ ܠܦܦ̈ܐ ܡܣܩ̈ܐ.\";'),('arc','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('arc','messages:listfiles_count','s:14:\"arc:ܨܚܚ̈ܐ\";'),('arc','messages:listfiles_date','s:16:\"arc:ܣܝܩܘܡܐ\";'),('arc','messages:listfiles_description','s:14:\"arc:ܫܘܡܗܐ\";'),('arc','messages:listfiles_name','s:10:\"arc:ܫܡܐ\";'),('arc','messages:listfiles_size','s:12:\"arc:ܥܓܪܐ\";'),('arc','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('arc','messages:listfiles_thumb','s:14:\"arc:ܙܘܥܪܐ\";'),('arc','messages:listfiles_user','s:16:\"arc:ܡܦܠܚܢܐ\";'),('arc','messages:listgrants','s:9:\"en:Grants\";'),('arc','messages:listgrants-grant','s:8:\"en:Grant\";'),('arc','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('arc','messages:listgrants-rights','s:9:\"en:Rights\";'),('arc','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('arc','messages:listgrouprights','s:46:\"arc:ܙܕ̈ܩܐ ܕܟܢܘܫܬܐ ܕܡܦܠܚܢ̈ܐ\";'),('arc','messages:listgrouprights-addgroup','s:58:\"arc:ܐܘܣܦ {{PLURAL:$2|ܟܢܘܫܬܐ|ܟܢܘܫܬ̈ܐ}}: $1\";'),('arc','messages:listgrouprights-addgroup-all','s:32:\"arc:ܐܘܣܦ ܟܠ ܟܢܘܫܬ̈ܐ\";'),('arc','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('arc','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('arc','messages:listgrouprights-group','s:16:\"arc:ܟܢܘܫܬܐ\";'),('arc','messages:listgrouprights-helppage','s:34:\"arc:Help:ܙܕ̈ܩܐ ܕܟܢܘܫܬܐ\";'),('arc','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('arc','messages:listgrouprights-members','s:33:\"arc:(ܡܟܬܒܘܬܐ ܕܗܕ̈ܡܐ)\";'),('arc','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('arc','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('arc','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('arc','messages:listgrouprights-removegroup','s:56:\"arc:ܠܚܝ {{PLURAL:$2|ܟܢܘܫܬܐ|ܟܢܘܫܬ̈ܐ}}: $1\";'),('arc','messages:listgrouprights-removegroup-all','s:30:\"arc:ܠܚܝ ܟܠ ܟܢܘܫܬ̈ܐ\";'),('arc','messages:listgrouprights-removegroup-self','s:87:\"arc:ܠܚܝ {{PLURAL:$2|ܟܢܘܫܬܐ|ܟܢܘܫܬ̈ܐ}} ܡܢ ܚܘܫܒܢܗ ܕܝܠܢܝܐ: $1\";'),('arc','messages:listgrouprights-removegroup-self-all','s:61:\"arc:ܠܚܝ ܟܠ ܟܢܘܫܬ̈ܐ ܡܢ ܚܘܫܒܢܗ ܕܝܠܢܝܐ\";'),('arc','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('arc','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('arc','messages:listgrouprights-rights','s:14:\"arc:ܙܕ̈ܩܐ\";'),('arc','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('arc','messages:listredirects','s:33:\"arc:ܡܟܬܒܘܬܐ ܕܨܘܝܒ̈ܐ\";'),('arc','messages:listredirects-summary','s:3:\"en:\";'),('arc','messages:listusers','s:31:\"arc:ܡܟܬܒܘܬܐ ܕܗܕ̈ܡܐ\";'),('arc','messages:listusers-blocked','s:16:\"arc:(ܚܪܝܡܐ)\";'),('arc','messages:listusers-creationsort','s:41:\"arc:ܛܟܣ ܐܝܟ ܣܝܩܘܡܐ ܕܒܪܝܐ\";'),('arc','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('arc','messages:listusers-editsonly','s:56:\"arc:ܚܘܝ ܡܦܠܚܢ̈ܐ ܥܡ ܫܘܚܠܦ̈ܐ ܒܠܚܘܕ\";'),('arc','messages:listusers-noresult','s:38:\"arc:ܠܐ ܐܫܬܟܚ ܡܦܠܚܢܐ ܚܕ.\";'),('arc','messages:listusers-submit','s:10:\"arc:ܚܘܝ\";'),('arc','messages:listusers-summary','s:3:\"en:\";'),('arc','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('arc','messages:listusersfrom','s:40:\"arc:ܚܘܝ ܡܦܠܚܢ̈ܐ ܕܫܪܝܢ ܒ:\";'),('arc','messages:localtime','s:26:\"arc:ܥܕܢܐ ܕܘܟܬܝܐ:\";'),('arc','messages:lockbtn','s:16:\"en:Lock database\";'),('arc','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('arc','messages:lockdb','s:16:\"en:Lock database\";'),('arc','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('arc','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('arc','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('arc','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('arc','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('arc','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('arc','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('arc','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('arc','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('arc','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('arc','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('arc','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('arc','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('arc','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('arc','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('arc','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('arc','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('arc','messages:log','s:14:\"arc:ܣܓܠ̈ܐ\";'),('arc','messages:log-action-filter-all','s:6:\"en:All\";'),('arc','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('arc','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('arc','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('arc','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('arc','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('arc','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('arc','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('arc','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('arc','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('arc','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('arc','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('arc','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('arc','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('arc','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('arc','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('arc','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('arc','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('arc','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('arc','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('arc','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('arc','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('arc','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('arc','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('arc','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('arc','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('arc','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('arc','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('arc','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('arc','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('arc','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('arc','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('arc','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('arc','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('arc','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('arc','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('arc','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('arc','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('arc','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('arc','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('arc','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('arc','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('arc','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('arc','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('arc','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('arc','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('arc','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('arc','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('arc','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('arc','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('arc','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('arc','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('arc','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('arc','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('arc','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('arc','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('arc','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('arc','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('arc','messages:log-fulllog','s:30:\"arc:ܚܙܝ ܣܓܠܐ ܓܡܝܪܐ\";'),('arc','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('arc','messages:log-name-create','s:20:\"en:Page creation log\";'),('arc','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('arc','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('arc','messages:log-name-tag','s:10:\"en:Tag log\";'),('arc','messages:log-title-wildcard','s:62:\"arc:ܒܨܝ ܥܠ ܟܘܢܝ̈ܐ ܕܫܪܝܢ ܥܡ ܟܬܒܬܐ ܗܕܐ\";'),('arc','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('arc','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('arc','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('arc','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('arc','messages:logempty','s:55:\"arc:ܠܝܬ ܡܠܘܐ̈ܐ ܠܐ̈ܝܡܐ ܒܣܓܠܐ ܗܢܐ.\";'),('arc','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('arc','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('arc','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('arc','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('arc','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('arc','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('arc','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('arc','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('arc','messages:logentry-delete-delete','s:40:\"arc:$1 {{GENDER:$2|ܫܦ}} ܦܐܬܐ ܕ $3\";'),('arc','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('arc','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('arc','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('arc','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('arc','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('arc','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('arc','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('arc','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('arc','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('arc','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('arc','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('arc','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('arc','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('arc','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('arc','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('arc','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('arc','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('arc','messages:logentry-move-move','s:48:\"arc:$1 {{GENDER:$2|ܫܢܐ}} ܦܐܬܐ ܕ $3 ܠ $4\";'),('arc','messages:logentry-move-move-noredirect','s:84:\"arc:$1 {{GENDER:$2|ܫܢܐ}} ܦܐܬܐ ܕ $3 ܠ $4 ܘܠܐ ܫܒܩ ܦܐܬܐ ܕܨܘܝܒܐ\";'),('arc','messages:logentry-move-move_redir','s:85:\"arc:$1 {{GENDER:$2|ܫܢܐ}} ܦܐܬܐ ܕ $3 ܠ $4 ܕܐܝܬܘܗܝ ܦܐܬܐ ܕܨܘܝܒܐ\";'),('arc','messages:logentry-move-move_redir-noredirect','s:121:\"arc:$1 {{GENDER:$2|ܫܢܐ}} ܦܐܬܐ ܕ $3 ܠ $4 ܕܐܝܬܘܗܝ ܦܐܬܐ ܕܨܘܝܒܐ ܘܠܐ ܫܒܩ ܦܐܬܐ ܕܨܘܝܒܐ\";'),('arc','messages:logentry-newusers-autocreate','s:72:\"arc:ܚܘܫܒܢܐ ܕܡܦܠܚܢܐ $1 {{GENDER:$2|ܐܬܬܣܝܡ}} ܝܬܐܝܬ\";'),('arc','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('arc','messages:logentry-newusers-create','s:61:\"arc:ܚܘܫܒܢܐ ܕܡܦܠܚܢܐ $1 {{GENDER:$2|ܐܬܬܟܝܢ}}\";'),('arc','messages:logentry-newusers-create2','s:71:\"arc:ܚܘܫܒܢܐ ܕܡܦܠܚܢܐ $3 {{GENDER:$2|ܐܬܬܟܝܢ}} ܒܝܕ $1\";'),('arc','messages:logentry-newusers-newusers','s:61:\"arc:ܚܘܫܒܢܐ ܕܡܦܠܚܢܐ $1 {{GENDER:$2|ܐܬܬܟܝܢ}}\";'),('arc','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('arc','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('arc','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('arc','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('arc','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('arc','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('arc','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('arc','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('arc','messages:logentry-patrol-patrol','s:70:\"arc:$1 {{GENDER:$2|ܫܘܕܥ}} ܬܢܝܬܐ $4 ܕܦܐܬܐ $3 ܟܪܝܟܬܐ\";'),('arc','messages:logentry-patrol-patrol-auto','s:81:\"arc:$1 ܝܬܐܝܬ {{GENDER:$2|ܫܘܕܥ}} ܬܢܝܬܐ $4 ܕܦܐܬܐ $3 ܟܪܝܟܬܐ\";'),('arc','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('arc','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('arc','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('arc','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('arc','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('arc','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('arc','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('arc','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('arc','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('arc','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('arc','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('arc','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('arc','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('arc','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('arc','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('arc','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('arc','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('arc','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('arc','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('arc','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('arc','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('arc','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('arc','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('arc','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('arc','messages:logentry-upload-upload','s:31:\"en:$1 {{GENDER:$2|uploaded}} $3\";'),('arc','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('arc','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('arc','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('arc','messages:logeventslist-submit','s:7:\"en:Show\";'),('arc','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('arc','messages:logging-out-notify','s:41:\"en:You are being logged out, please wait.\";'),('arc','messages:login','s:10:\"arc:ܥܘܠ\";'),('arc','messages:login-abort-generic','s:30:\"en:Your login failed - Aborted\";'),('arc','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('arc','messages:login-security','s:23:\"en:Verify your identity\";'),('arc','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('arc','messages:login-userblocked','s:43:\"en:This user is blocked. Login not allowed.\";'),('arc','messages:loginerror','s:23:\"arc:ܦܘܕܐ ܒܥܠܠܐ\";'),('arc','messages:loginlanguagelabel','s:16:\"arc:ܠܫܢܐ: $1\";'),('arc','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('arc','messages:loginprompt','s:3:\"en:\";'),('arc','messages:loginreqlink','s:10:\"arc:ܥܘܠ\";'),('arc','messages:loginreqpagetext','s:33:\"en:Please $1 to view other pages.\";'),('arc','messages:loginreqtitle','s:17:\"en:Login required\";'),('arc','messages:loginsuccess','s:62:\"arc:\'\'\'ܗܫܐ ܥܠܝܠܐ ܐܢܬ ܒ{{SITENAME}} ܒܫܡ \"$1\".\'\'\'\";'),('arc','messages:loginsuccesstitle','s:19:\"arc:ܥܠܠܐ ܓܡܪ\";'),('arc','messages:logout','s:12:\"arc:ܦܠܘܛ\";'),('arc','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('arc','messages:logouttext','s:399:\"arc:\'\'\'ܗܫܐ ܦܠܛܠܟ ܡܢ ܚܘܫܒܢܟ.\'\'\'\n\nܡܨܬ ܐܦܠܚܬ {{SITENAME}} ܐܝܟ ܡܦܠܚܢܐ ܠܐ ܝܕܝܥܐ ܐܘ ܡܨܬ ܕ<span class=\'plainlinks\'>[$1 ܬܥܘܠ]</span> ܒܚܘܫܒܢܐ ܥܝܢܗ ܐܘ ܐܝܟ ܡܦܠܚܢܐ ܐܚܪܢܐ.\n\nܚܕ ܟܡܐ ܡܢ ܦܐܬܬ̈ܐ ܡܬܚܙܝܢ ܐܝܟ ܕܗܘ ܐܢܬ ܥܠܝܠܐ ܐܝܬܝܟ ܥܕܡܐ ܕܐܣܦܩܬ ܠܦܐܬܬ̈ܐ ܠܒܝܟܬ̈ܐ ܕܡܦܐܬܢܐ ܕܝܠܟ.\";'),('arc','messages:lonelypages','s:29:\"arc:ܦܐܬܬ̈ܐ ܝܬܡܬ̈ܐ\";'),('arc','messages:lonelypages-summary','s:3:\"en:\";'),('arc','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('arc','messages:longpage-hint','s:4:\"en:-\";'),('arc','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('arc','messages:longpages','s:31:\"arc:ܦܐܬܬ̈ܐ ܐܪ̈ܝܟܬܐ\";'),('arc','messages:longpages-summary','s:3:\"en:\";'),('arc','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('arc','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('arc','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('arc','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('arc','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('arc','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('arc','messages:mailerror','s:44:\"arc:ܦܘܕܐ ܒܫܘܕܪܐ ܕܒܝܠܕܪܐ: $1\";'),('arc','messages:mailmypassword','s:48:\"arc:ܣܘܡ ܡܠܬܐ ܕܥܠܠܐ ܙܒܢ ܐܚܪܝܢ\";'),('arc','messages:mailnologin','s:34:\"arc:ܠܝܬ ܡܘܢܥܐ ܠܫܘܕܪܐ\";'),('arc','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('arc','messages:mainpage','s:25:\"arc:ܦܐܬܐ ܪܝܫܝܬܐ\";'),('arc','messages:mainpage-description','s:25:\"arc:ܦܐܬܐ ܪܝܫܝܬܐ\";'),('arc','messages:mainpage-nstab','s:21:\"arc:ܕܦܐ ܪܝܫܝܐ\";'),('arc','messages:mainpage-title','s:4:\"en:-\";'),('arc','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('arc','messages:mar','s:10:\"arc:ܐܕܪ\";'),('arc','messages:march','s:12:\"arc:ܒܐܕܪ\";'),('arc','messages:march-gen','s:10:\"arc:ܐܕܪ\";'),('arc','messages:markaspatrolleddiff','s:32:\"arc:ܫܘܕܥ ܐܝܟ ܟܪܝܟܬܐ\";'),('arc','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('arc','messages:markaspatrolledtext','s:48:\"arc:ܫܘܕܥ ܦܐܬܐ ܗܕܐ ܐܝܟ ܟܪܝܟܬܐ\";'),('arc','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('arc','messages:markedaspatrolled','s:34:\"arc:ܫܘܕܥܬ ܐܝܟ ܟܪܝܟܬܐ\";'),('arc','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('arc','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('arc','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('arc','messages:markedaspatrollednotify','s:63:\"arc:ܫܘܚܠܦܐ ܗܢܐ ܥܠ $1 ܐܫܬܘܕܥ ܐܝܟ ܟܪܝܟܐ.\";'),('arc','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('arc','messages:maximum-size','s:32:\"arc:ܡܬܚܐ ܥܠܝܐ ܕܥܓܪܐ\";'),('arc','messages:may','s:10:\"arc:ܐܝܪ\";'),('arc','messages:may-gen','s:10:\"arc:ܐܝܪ\";'),('arc','messages:may_long','s:12:\"arc:ܒܐܝܪ\";'),('arc','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('arc','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('arc','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('arc','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('arc','messages:mediastatistics','s:19:\"en:Media statistics\";'),('arc','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('arc','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('arc','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('arc','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('arc','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('arc','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('arc','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('arc','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('arc','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('arc','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('arc','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('arc','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('arc','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('arc','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('arc','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('arc','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('arc','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('arc','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('arc','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('arc','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('arc','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('arc','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('arc','messages:mediawikipage','s:32:\"arc:ܚܙܝ ܦܐܬܐ ܕܐܓܪܬܐ\";'),('arc','messages:mergehistory','s:38:\"arc:ܚܒܘܛ ܬܫܥܝܬ̈ܐ ܕܦܐܬܐ\";'),('arc','messages:mergehistory-autocomment','s:29:\"arc:ܚܒܛ [[:$1]] ܒ [[:$2]]\";'),('arc','messages:mergehistory-box','s:51:\"arc:ܚܒܘܛ ܬܢܝܬ̈ܐ ܕܬܪܬܝܢ ܦܐܬܬ̈ܐ\";'),('arc','messages:mergehistory-comment','s:33:\"arc:ܚܒܛ [[:$1]] ܒ [[:$2]]: $3\";'),('arc','messages:mergehistory-done','s:92:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3.\";'),('arc','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('arc','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('arc','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('arc','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('arc','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('arc','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('arc','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('arc','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('arc','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('arc','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('arc','messages:mergehistory-from','s:26:\"arc:ܦܐܬܐ ܕܡܒܘܥܐ:\";'),('arc','messages:mergehistory-go','s:23:\"en:Show mergeable edits\";'),('arc','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('arc','messages:mergehistory-into','s:24:\"arc:ܦܐܬܐ ܕܢܘܦܐ:\";'),('arc','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('arc','messages:mergehistory-invalid-source','s:37:\"en:Source page must be a valid title.\";'),('arc','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('arc','messages:mergehistory-merge','s:227:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will reset this column.\";'),('arc','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('arc','messages:mergehistory-no-source','s:36:\"arc:ܦܐܬܐ ܕܡܒܘܥܐ $1 ܠܝܬ.\";'),('arc','messages:mergehistory-reason','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:mergehistory-redirect-text','s:3:\"en:\";'),('arc','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('arc','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('arc','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('arc','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('arc','messages:mergehistory-submit','s:25:\"arc:ܚܒܘܛ ܬܢܝܬ̈ܐ\";'),('arc','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('arc','messages:mergelog','s:23:\"arc:ܣܓܠܐ ܕܚܒܛܐ\";'),('arc','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('arc','messages:metadata','s:27:\"arc:ܓܠܝܬ̈ܐ ܕܡܝܛܐ\";'),('arc','messages:metadata-collapse','s:40:\"arc:ܛܫܝ ܐܪ̈ܝܟܬܐ ܪ̈ܘܝܚܬܐ\";'),('arc','messages:metadata-expand','s:40:\"arc:ܚܘܝ ܐܪ̈ܝܟܬܐ ܪ̈ܘܝܚܬܐ\";'),('arc','messages:metadata-fields','s:332:\"en:Image metadata fields listed in this message will be included on image page display when the metadata table is collapsed.\nOthers will be hidden by default.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('arc','messages:metadata-help','s:235:\"en:This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.\nIf the file has been modified from its original state, some details may not fully reflect the modified file.\";'),('arc','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('arc','messages:metadata-langitem-default','s:5:\"en:$1\";'),('arc','messages:mimesearch','s:17:\"arc:MIME ܒܨܝܐ\";'),('arc','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('arc','messages:mimetype','s:18:\"arc:MIME ܐܕܫܐ:\";'),('arc','messages:minimum-size','s:35:\"arc:ܡܬܚܐ ܬܚܬܝܐ  ܕܥܓܪܐ\";'),('arc','messages:minlength1','s:89:\"arc:ܫܡܗ̈ܐ ܕܠܦܦܐ ܘܠܐ ܕܢܗܘܐ ܒܪܝܐ ܡܢ ܐܬܘܬܐ ܚܕܐ ܟܕ ܙܥܘܪ\";'),('arc','messages:minoredit','s:39:\"arc:ܗܢܐ ܗܘ ܫܘܚܠܦܐ ܙܥܘܪܐ\";'),('arc','messages:minoreditletter','s:6:\"arc:ܙ\";'),('arc','messages:minutes','s:51:\"arc:{{PLURAL:$1|$1 ܩܛܝܢܬܐ|$1 ܩܛܝܢܬ̈ܐ}}\";'),('arc','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('arc','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('arc','messages:missing-article','s:352:\"en:The database did not find the text of a page that it should have found, named \"$1\" $2.\n\nThis is usually caused by following an outdated diff or history link to a page that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.\";'),('arc','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('arc','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('arc','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('arc','messages:missingarticle-diff','s:24:\"arc:(ܦܘܪܫܐ: $1, $2)\";'),('arc','messages:missingarticle-rev','s:33:\"arc:(ܡܢܝܢܐ ܕܬܢܝܬܐ: $1)\";'),('arc','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('arc','messages:missingcommenttext','s:26:\"en:Please enter a comment.\";'),('arc','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('arc','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('arc','messages:mobile-frontend-account-create-email-placeholder','s:27:\"en:Email address (optional)\";'),('arc','messages:mobile-frontend-account-create-submit','s:10:\"en:Sign up\";'),('arc','messages:mobile-frontend-app-title','s:13:\"en:Mobile App\";'),('arc','messages:mobile-frontend-back-to-top-of-section','s:22:\"en:Jump back a section\";'),('arc','messages:mobile-frontend-browse-tags-header','s:7:\"en:Tags\";'),('arc','messages:mobile-frontend-categories-add','s:18:\"en:Add to category\";'),('arc','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('arc','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('arc','messages:mobile-frontend-categories-heading','s:30:\"en:<strong>Categories</strong>\";'),('arc','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('arc','messages:mobile-frontend-categories-nocat','s:49:\"en:This page doesn\'t belong to any category, yet.\";'),('arc','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('arc','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('arc','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('arc','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('arc','messages:mobile-frontend-categories-subheading','s:48:\"en:The page belongs to the following categories:\";'),('arc','messages:mobile-frontend-categories-summary','s:22:\"en:Added to categories\";'),('arc','messages:mobile-frontend-changeslist-ip','s:17:\"en:Anonymous user\";'),('arc','messages:mobile-frontend-changeslist-nocomment','s:18:\"en:no edit summary\";'),('arc','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('arc','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('arc','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('arc','messages:mobile-frontend-contribution-summary','s:64:\"en:All edits made by {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('arc','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('arc','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('arc','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('arc','messages:mobile-frontend-desc','s:18:\"en:Mobile Frontend\";'),('arc','messages:mobile-frontend-diffview-404-desc','s:56:\"en:The id for the revision you requested does not exist.\";'),('arc','messages:mobile-frontend-diffview-404-title','s:15:\"en:Bad revision\";'),('arc','messages:mobile-frontend-diffview-anonymous','s:17:\"en:Anonymous user\";'),('arc','messages:mobile-frontend-diffview-bytesadded','s:36:\"en:$1 {{PLURAL:$1|byte|bytes}} added\";'),('arc','messages:mobile-frontend-diffview-bytesnochange','s:20:\"en:No change in size\";'),('arc','messages:mobile-frontend-diffview-bytesremoved','s:38:\"en:$1 {{PLURAL:$1|byte|bytes}} removed\";'),('arc','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('arc','messages:mobile-frontend-diffview-editcount','s:41:\"en:<div>$1</div> {{PLURAL:$1|edit|edits}}\";'),('arc','messages:mobile-frontend-diffview-explained','s:54:\"en:The following lines were added (+) and removed (-):\";'),('arc','messages:mobile-frontend-diffview-title','s:10:\"en:Changes\";'),('arc','messages:mobile-frontend-disable-images','s:32:\"en:Disable images on mobile site\";'),('arc','messages:mobile-frontend-dismiss-notification','s:28:\"en:dismiss this notification\";'),('arc','messages:mobile-frontend-donate-button-label','s:9:\"en:Donate\";'),('arc','messages:mobile-frontend-donate-image-anon','s:42:\"en:Please log in to view the uploads page.\";'),('arc','messages:mobile-frontend-donate-image-heading','s:28:\"en:Your recent contributions\";'),('arc','messages:mobile-frontend-donate-image-login-action','s:105:\"en:<strong>Media on {{SITENAME}} is donated by people like you.</strong><br />Log in to share your media.\";'),('arc','messages:mobile-frontend-donate-image-nouploads','s:14:\"en:No uploads.\";'),('arc','messages:mobile-frontend-donate-image-signup-action','s:46:\"en:Sign up to share your media with the world.\";'),('arc','messages:mobile-frontend-donate-image-title','s:10:\"en:Uploads\";'),('arc','messages:mobile-frontend-donate-photo-first-upload-success','s:47:\"en:Success! Thanks for your first contribution!\";'),('arc','messages:mobile-frontend-donate-photo-upload-success','s:55:\"en:Success! Your image can now be used on {{SITENAME}}!\";'),('arc','messages:mobile-frontend-drawer-cancel','s:9:\"en:Cancel\";'),('arc','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('arc','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('arc','messages:mobile-frontend-editor-abusefilter-disallow','s:63:\"en:This edit cannot be saved because we have detected an issue.\";'),('arc','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"en:Read more\";'),('arc','messages:mobile-frontend-editor-abusefilter-warning','s:83:\"en:Warning: Are you sure you want to save this edit? There may be an issue with it.\";'),('arc','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('arc','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('arc','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning</strong>: You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('arc','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('arc','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('arc','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('arc','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('arc','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('arc','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('arc','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('arc','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('arc','messages:mobile-frontend-editor-cta','s:26:\"en:Help improve this page!\";'),('arc','messages:mobile-frontend-editor-disabled','s:47:\"en:This page is protected to prevent vandalism.\";'),('arc','messages:mobile-frontend-editor-edit','s:7:\"en:Edit\";'),('arc','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('arc','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('arc','messages:mobile-frontend-editor-error','s:25:\"en:Error, edit not saved.\";'),('arc','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('arc','messages:mobile-frontend-editor-error-loading','s:29:\"en:Error, can\'t load section.\";'),('arc','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('arc','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('arc','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('arc','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('arc','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('arc','messages:mobile-frontend-editor-licensing','s:105:\"en:By saving changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('arc','messages:mobile-frontend-editor-licensing-with-terms','s:125:\"en:By saving changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('arc','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('arc','messages:mobile-frontend-editor-newpage-prompt','s:58:\"en:This page doesn\'t exist. Why not be bold and create it?\";'),('arc','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('arc','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('arc','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('arc','messages:mobile-frontend-editor-redirect-title','s:27:\"en:Redirecting to editor...\";'),('arc','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('arc','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('arc','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('arc','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('arc','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('arc','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('arc','messages:mobile-frontend-editor-success','s:32:\"en:Success! Your edit was saved.\";'),('arc','messages:mobile-frontend-editor-success-landmark-1','s:54:\"en:Congratulations, you are now a {{SITENAME}} editor!\";'),('arc','messages:mobile-frontend-editor-success-new-page','s:42:\"en:Congratulations on creating a new page!\";'),('arc','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('arc','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('arc','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('arc','messages:mobile-frontend-editor-switch-confirm','s:68:\"en:You must save your edit before switching to another editing mode.\";'),('arc','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('arc','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('arc','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('arc','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"en:No, thanks\";'),('arc','messages:mobile-frontend-editor-tutorial-confirm','s:16:\"en:Start editing\";'),('arc','messages:mobile-frontend-editor-tutorial-summary','s:61:\"en:Try improving the $1 page.<br />Don\'t be scared of markup.\";'),('arc','messages:mobile-frontend-editor-unavailable','s:93:\"en:Mobile editing is not currently available on your browser. Please try a different browser.\";'),('arc','messages:mobile-frontend-editor-undo-unsupported','s:53:\"en:Undo is not currently supported on mobile devices.\";'),('arc','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('arc','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('arc','messages:mobile-frontend-editor-wait','s:28:\"en:Saving edit, please wait.\";'),('arc','messages:mobile-frontend-enable-images','s:31:\"en:Enable images on mobile site\";'),('arc','messages:mobile-frontend-expand-sections-description','s:60:\"en:Always expand all sections when navigating to a new page.\";'),('arc','messages:mobile-frontend-expand-sections-status','s:22:\"en:Expand all sections\";'),('arc','messages:mobile-frontend-featured-article','s:27:\"en:Today\'s featured content\";'),('arc','messages:mobile-frontend-first-upload-wizard-new-page-1','s:53:\"en:Images on {{SITENAME}} come from Wikimedia Commons\";'),('arc','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:58:\"en:Contribute your images. Help {{SITENAME}} come to life!\";'),('arc','messages:mobile-frontend-first-upload-wizard-new-page-2','s:106:\"en:Avoid copyrighted materials you found from the internet as well as images of posters, book covers, etc.\";'),('arc','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"en:Your images help educate people around the world\";'),('arc','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:10:\"en:Got it?\";'),('arc','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"en:Yes!\";'),('arc','messages:mobile-frontend-fontchanger-desc','s:61:\"en:Increase or decrease the size of the text for readability.\";'),('arc','messages:mobile-frontend-fontchanger-link','s:12:\"en:Font size\";'),('arc','messages:mobile-frontend-footer-contact','s:10:\"en:Contact\";'),('arc','messages:mobile-frontend-footer-sitename','s:15:\"en:{{SITENAME}}\";'),('arc','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('arc','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('arc','messages:mobile-frontend-generic-login','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('arc','messages:mobile-frontend-generic-login-action','s:24:\"en:Log in to contribute.\";'),('arc','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('arc','messages:mobile-frontend-generic-signup-action','s:25:\"en:Sign up to contribute.\";'),('arc','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('arc','messages:mobile-frontend-history-404-desc','s:118:\"en:Cannot look at history for a page that doesn\'t exist. It may have been deleted or you may have followed a bad link.\";'),('arc','messages:mobile-frontend-history-404-title','s:15:\"en:No such page\";'),('arc','messages:mobile-frontend-history-no-results','s:42:\"en:The filter provided no history matches.\";'),('arc','messages:mobile-frontend-home-button','s:16:\"arc:ܪܝܫܝܬܐ\";'),('arc','messages:mobile-frontend-image-cancel-confirm','s:17:\"en:Cancel upload?\";'),('arc','messages:mobile-frontend-image-heading-describe','s:23:\"en:\'\'\'Describe\'\'\' image\";'),('arc','messages:mobile-frontend-image-uploading','s:27:\"en:\'\'\'Uploading\'\'\' image...\";'),('arc','messages:mobile-frontend-images-status','s:9:\"en:Images\";'),('arc','messages:mobile-frontend-language-article-heading','s:27:\"en:Read in another language\";'),('arc','messages:mobile-frontend-language-header','s:64:\"en:This page is available in $1 {{PLURAL:$1|language|languages}}\";'),('arc','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('arc','messages:mobile-frontend-language-site-choose','s:18:\"en:Search language\";'),('arc','messages:mobile-frontend-language-variant-header','s:47:\"en:Choose {{#language:{{CONTENTLANG}}}} variant\";'),('arc','messages:mobile-frontend-languages-404-desc','s:35:\"en:A valid title must be specified.\";'),('arc','messages:mobile-frontend-languages-404-title','s:18:\"en:Languages error\";'),('arc','messages:mobile-frontend-languages-header','s:12:\"en:Languages\";'),('arc','messages:mobile-frontend-languages-header-page','s:17:\"en:$1 - Languages\";'),('arc','messages:mobile-frontend-languages-nonexistent-title','s:32:\"en:The page \"$1\" does not exist.\";'),('arc','messages:mobile-frontend-languages-text','s:58:\"en:$1 is available in $2 {{PLURAL:$2|language|languages}}.\";'),('arc','messages:mobile-frontend-languages-variant-header','s:41:\"en:{{#language:{{CONTENTLANG}}}} variants\";'),('arc','messages:mobile-frontend-last-modified-date','s:29:\"en:Last modified on $1, at $2\";'),('arc','messages:mobile-frontend-last-modified-days','s:49:\"en:Last modified {{PLURAL:$1|$1 day|$1 days}} ago\";'),('arc','messages:mobile-frontend-last-modified-hours','s:51:\"en:Last modified {{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('arc','messages:mobile-frontend-last-modified-just-now','s:25:\"en:Last modified just now\";'),('arc','messages:mobile-frontend-last-modified-minutes','s:55:\"en:Last modified {{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('arc','messages:mobile-frontend-last-modified-months','s:53:\"en:Last modified {{PLURAL:$1|$1 month|$1 months}} ago\";'),('arc','messages:mobile-frontend-last-modified-seconds','s:55:\"en:Last modified {{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('arc','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('arc','messages:mobile-frontend-last-modified-years','s:51:\"en:Last modified {{PLURAL:$1|$1 year|$1 years}} ago\";'),('arc','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"en:Start uploading\";'),('arc','messages:mobile-frontend-lead-image-tutorial-summary','s:128:\"en:Ensure that your image can help illustrate the page. It should be an image that you created which does not violate copyright.\";'),('arc','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('arc','messages:mobile-frontend-logged-in-homepage-notification','s:15:\"en:Welcome, $1!\";'),('arc','messages:mobile-frontend-logged-in-toast-notification','s:19:\"en:Logged in as $1.\";'),('arc','messages:mobile-frontend-logged-out','s:16:\"en:Not logged in\";'),('arc','messages:mobile-frontend-login','s:10:\"en:Sign in\";'),('arc','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('arc','messages:mobile-frontend-main-menu-account-create','s:17:\"en:Create account\";'),('arc','messages:mobile-frontend-main-menu-back','s:10:\"en:Go back\";'),('arc','messages:mobile-frontend-main-menu-button-tooltip','s:17:\"en:Open main menu\";'),('arc','messages:mobile-frontend-main-menu-featured','s:11:\"en:Featured\";'),('arc','messages:mobile-frontend-main-menu-login','s:9:\"en:Log in\";'),('arc','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('arc','messages:mobile-frontend-main-menu-nearby','s:9:\"en:Nearby\";'),('arc','messages:mobile-frontend-main-menu-page-title','s:18:\"en:Site navigation\";'),('arc','messages:mobile-frontend-main-menu-settings','s:11:\"en:Settings\";'),('arc','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('arc','messages:mobile-frontend-main-menu-upload','s:10:\"en:Uploads\";'),('arc','messages:mobile-frontend-main-menu-watchlist','s:12:\"en:Watchlist\";'),('arc','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('arc','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('arc','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('arc','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('arc','messages:mobile-frontend-meta-data-issues-header','s:9:\"en:Issues\";'),('arc','messages:mobile-frontend-meta-data-issues-header-talk','s:18:\"en:About this page\";'),('arc','messages:mobile-frontend-meta-data-issues-talk','s:23:\"en:About this talk page\";'),('arc','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('arc','messages:mobile-frontend-nearby-distance','s:22:\"en:{{PLURAL:$1|$1 km}}\";'),('arc','messages:mobile-frontend-nearby-distance-meters','s:21:\"en:{{PLURAL:$1|$1 m}}\";'),('arc','messages:mobile-frontend-nearby-error','s:45:\"en:{{SITENAME}} Nearby is having some issues.\";'),('arc','messages:mobile-frontend-nearby-error-guidance','s:32:\"en:Try refreshing your location.\";'),('arc','messages:mobile-frontend-nearby-loading','s:44:\"en:Loading topics near your current location\";'),('arc','messages:mobile-frontend-nearby-lookup-ui-error','s:67:\"en:{{SITENAME}} Nearby can\'t figure out where you are... try again?\";'),('arc','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:41:\"en:Try an open area with a better signal.\";'),('arc','messages:mobile-frontend-nearby-noresults','s:70:\"en:Quiet out here... There weren\'t any pages found with nearby topics.\";'),('arc','messages:mobile-frontend-nearby-noresults-guidance','s:64:\"en:Try creating a new page or adding location to an existing one\";'),('arc','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('arc','messages:mobile-frontend-nearby-permission-guidance','s:113:\"en:Please ensure you give permission to show where you are. You may need to check your browser location settings.\";'),('arc','messages:mobile-frontend-nearby-refresh','s:19:\"en:Refresh location\";'),('arc','messages:mobile-frontend-nearby-requirements','s:63:\"en:Sorry! Your web browser doesn\'t support {{SITENAME}} Nearby.\";'),('arc','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"en:Try a different browser or enable JavaScript if you\'ve disabled it.\";'),('arc','messages:mobile-frontend-nearby-sectiontext','s:30:\"en:Near the topic of this page\";'),('arc','messages:mobile-frontend-nearby-title','s:9:\"en:Nearby\";'),('arc','messages:mobile-frontend-news-items','s:14:\"en:In the news\";'),('arc','messages:mobile-frontend-opt-in-explain','s:114:\"en:By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('arc','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('arc','messages:mobile-frontend-overlay-continue','s:11:\"en:Continue\";'),('arc','messages:mobile-frontend-page-edit-summary','s:48:\"en:<span><strong>Edit summary</strong> $1</span>\";'),('arc','messages:mobile-frontend-page-menu-contents','s:11:\"en:contents\";'),('arc','messages:mobile-frontend-page-menu-history','s:10:\"en:History\";'),('arc','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('arc','messages:mobile-frontend-pageaction-edit-tooltip','s:38:\"en:Edit the lead section of this page.\";'),('arc','messages:mobile-frontend-pageaction-upload-tooltip','s:36:\"en:Upload a lead photo to this page.\";'),('arc','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('arc','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('arc','messages:mobile-frontend-panel-ok','s:7:\"en:Okay\";'),('arc','messages:mobile-frontend-password','s:12:\"en:Password:\";'),('arc','messages:mobile-frontend-password-confirm-placeholder','s:19:\"en:Confirm password\";'),('arc','messages:mobile-frontend-password-placeholder','s:11:\"en:Password\";'),('arc','messages:mobile-frontend-photo-article-donate-comment','s:41:\"en:Contributed image from Special:Uploads\";'),('arc','messages:mobile-frontend-photo-article-edit-comment','s:30:\"en:Added image for use on page\";'),('arc','messages:mobile-frontend-photo-caption-placeholder','s:33:\"en:Describe this image (required)\";'),('arc','messages:mobile-frontend-photo-licensing','s:81:\"en:By uploading this image, you agree to release your image under the $1 license.\";'),('arc','messages:mobile-frontend-photo-licensing-with-terms','s:101:\"en:By uploading this image, you agree to the $1 and agree to release your image under the $2 license.\";'),('arc','messages:mobile-frontend-photo-ownership','s:29:\"en:I, $1, created this image.\";'),('arc','messages:mobile-frontend-photo-ownership-confirm','s:10:\"en:Got it!\";'),('arc','messages:mobile-frontend-photo-ownership-help','s:23:\"en:What does this mean?\";'),('arc','messages:mobile-frontend-photo-submit','s:9:\"en:Upload\";'),('arc','messages:mobile-frontend-photo-upload','s:28:\"en:Add an image to this page\";'),('arc','messages:mobile-frontend-photo-upload-anon','s:46:\"en:Please log in to add an image to this page.\";'),('arc','messages:mobile-frontend-photo-upload-comment','s:22:\"en:Added image to page\";'),('arc','messages:mobile-frontend-photo-upload-copyvio','s:131:\"en:Warning! This photo looks suspicious. If it\'s not a photo that you took, please do not upload it. Do you still want to continue?\";'),('arc','messages:mobile-frontend-photo-upload-error','s:20:\"en:Error, try again.\";'),('arc','messages:mobile-frontend-photo-upload-error-file-type','s:29:\"en:Please only upload images.\";'),('arc','messages:mobile-frontend-photo-upload-error-filename','s:52:\"en:Error, please provide a more descriptive summary.\";'),('arc','messages:mobile-frontend-photo-upload-generic','s:22:\"en:Contribute an image\";'),('arc','messages:mobile-frontend-photo-upload-invalid-user','s:31:\"en:User \"$1\" is not registered.\";'),('arc','messages:mobile-frontend-photo-upload-success-article','s:48:\"en:Success! Your image is now live on this page.\";'),('arc','messages:mobile-frontend-photo-upload-unavailable','s:47:\"en:Your browser does not support image uploads.\";'),('arc','messages:mobile-frontend-photo-upload-user-count','s:62:\"en:{{PLURAL:$1|<span>1</span> upload|<span>$1</span> uploads}}\";'),('arc','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"en:500+ uploads\";'),('arc','messages:mobile-frontend-placeholder','s:22:\"en:Search {{SITENAME}}\";'),('arc','messages:mobile-frontend-placeholder-app','s:32:\"en:Search {{SITENAME}} (Web App)\";'),('arc','messages:mobile-frontend-placeholder-beta','s:29:\"en:Search {{SITENAME}} (Beta)\";'),('arc','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('arc','messages:mobile-frontend-privacy-link-text','s:10:\"en:Privacy\";'),('arc','messages:mobile-frontend-profile-activity-heading','s:18:\"en:Recent activity\";'),('arc','messages:mobile-frontend-profile-error','s:9:\"en:Oh no!\";'),('arc','messages:mobile-frontend-profile-footer-ancient','s:145:\"en:Made [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('arc','messages:mobile-frontend-profile-footer-days','s:184:\"en:Joined {{PLURAL:$2|1 day|$2 days}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('arc','messages:mobile-frontend-profile-footer-months','s:193:\"en:Joined over {{PLURAL:$2|1 month|$2 months}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('arc','messages:mobile-frontend-profile-footer-years','s:191:\"en:Joined over {{PLURAL:$2|1 year|$2 years}} ago with [[Special:Contributions/$1|{{PLURAL:$3|1 edit|$3 edits}}]] and [[Special:Uploads/$1|{{PLURAL:$4|1 upload|$4 uploads|500=500+ uploads}}]].\";'),('arc','messages:mobile-frontend-profile-last-edit','s:94:\"en:{{GENDER:$3|Edited}} the page [[:$1]], {{PLURAL:$2|yesterday|$2 days ago|0=earlier today}}.\";'),('arc','messages:mobile-frontend-profile-last-thank','s:77:\"en:Last {{GENDER:$2|thanked}} {{GENDER:$1|by}} [[Special:UserProfile/$1|$1]].\";'),('arc','messages:mobile-frontend-profile-noargs','s:70:\"en:No username was given. Please provide a username to view a profile.\";'),('arc','messages:mobile-frontend-profile-nouser','s:110:\"en:No user with this name exists. Usernames are case sensitive so please check if it has been typed correctly.\";'),('arc','messages:mobile-frontend-profile-title','s:15:\"en:User profile\";'),('arc','messages:mobile-frontend-profile-userpage-link','s:33:\"en:Visit {{GENDER:$1|user}} page.\";'),('arc','messages:mobile-frontend-profile-usertalk','s:27:\"en:{{GENDER:$1|Talk to $1}}\";'),('arc','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('arc','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('arc','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('arc','messages:mobile-frontend-random-button','s:18:\"arc:ܚܘܝܚܐܝܬ\";'),('arc','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('arc','messages:mobile-frontend-regular-site','s:30:\"arc:ܚܘܝ ܐܝܟ ܚܫܘܒܬܐ\";'),('arc','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('arc','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('arc','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('arc','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('arc','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('arc','messages:mobile-frontend-saving-exit-page','s:114:\"en:Your contribution is still saving. If you leave your contributions will be lost. Are you sure you want to exit?\";'),('arc','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('arc','messages:mobile-frontend-search-content-no-results','s:87:\"en:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' to see if this phrase appears anywhere.\";'),('arc','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('arc','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('arc','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('arc','messages:mobile-frontend-search-submit','s:8:\"arc:ܙܠ\";'),('arc','messages:mobile-frontend-settings-beta','s:7:\"en:Beta\";'),('arc','messages:mobile-frontend-settings-images-explain','s:49:\"en:Load all image content that appears in a page.\";'),('arc','messages:mobile-frontend-settings-site-description','s:108:\"en:{{SITENAME}} is available in $1 {{PLURAL:$1|language|languages}}. All available versions are listed below\";'),('arc','messages:mobile-frontend-settings-site-header','s:30:\"arc:ܠܫܢ̈ܐ ܕ {{SITENAME}}\";'),('arc','messages:mobile-frontend-sign-in-error-heading','s:9:\"en:Whoops\";'),('arc','messages:mobile-frontend-sign-in-heading','s:10:\"en:Sign in\";'),('arc','messages:mobile-frontend-sign-in-why','s:61:\"en:If you have a {{SITENAME}} account, you may sign in below.\";'),('arc','messages:mobile-frontend-sign-up-heading','s:10:\"en:Sign up\";'),('arc','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"en:What is on your mind?\";'),('arc','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:16:\"en:Topic subject\";'),('arc','messages:mobile-frontend-talk-add-overlay-submit','s:17:\"en:Add discussion\";'),('arc','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('arc','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('arc','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('arc','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('arc','messages:mobile-frontend-talk-edit-summary','s:23:\"en:New talk section: $1\";'),('arc','messages:mobile-frontend-talk-explained','s:51:\"en:The following conversations are currently active\";'),('arc','messages:mobile-frontend-talk-explained-empty','s:46:\"en:There are no conversations about this page.\";'),('arc','messages:mobile-frontend-talk-fullpage','s:20:\"en:Read as wiki page\";'),('arc','messages:mobile-frontend-talk-overlay-header','s:7:\"en:Talk\";'),('arc','messages:mobile-frontend-talk-overlay-lead-header','s:21:\"en:Unnamed discussion\";'),('arc','messages:mobile-frontend-talk-reply','s:8:\"en:Reply\";'),('arc','messages:mobile-frontend-talk-reply-info','s:67:\"en:Note your reply will be automatically signed with your username.\";'),('arc','messages:mobile-frontend-talk-reply-success','s:54:\"en:Your reply was successfully saved to the talk page.\";'),('arc','messages:mobile-frontend-talk-topic-error','s:52:\"en:The topic can\'t be added due to an unknown error.\";'),('arc','messages:mobile-frontend-talk-topic-error-badtoken','s:87:\"en:There was an error on the server. Your edit can\'t be saved. Try reloading this page.\";'),('arc','messages:mobile-frontend-talk-topic-error-permission','s:73:\"en:The topic can\'t be added. You don\'t have the permission to edit pages.\";'),('arc','messages:mobile-frontend-talk-topic-error-protected','s:82:\"en:This talk page is protected, you don\'t have the permission to add topics to it.\";'),('arc','messages:mobile-frontend-talk-topic-error-spam','s:62:\"en:The topic was refused because it contained a spam fragment.\";'),('arc','messages:mobile-frontend-talk-topic-feedback','s:32:\"en:New topic added to talk page!\";'),('arc','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('arc','messages:mobile-frontend-terms-text','s:15:\"en:Terms of Use\";'),('arc','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('arc','messages:mobile-frontend-thanked-notice','s:63:\"en:$1 was told that you liked {{GENDER:$2|his|her|their}} edit.\";'),('arc','messages:mobile-frontend-user-account','s:15:\"en:user account\";'),('arc','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('arc','messages:mobile-frontend-user-cta','s:54:\"en:Please log in or sign up to see your notifications.\";'),('arc','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('arc','messages:mobile-frontend-userlogin-loggedin-register','s:92:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to create another user.\";'),('arc','messages:mobile-frontend-username','s:12:\"en:Username:\";'),('arc','messages:mobile-frontend-username-placeholder','s:11:\"en:Username\";'),('arc','messages:mobile-frontend-view','s:51:\"arc:ܓܠܚܐ ܒܙܥܘܩܐ ܟܘܪܝܐ (ܡܫܢܝܢܐ)\";'),('arc','messages:mobile-frontend-view-desktop','s:10:\"en:Desktop\";'),('arc','messages:mobile-frontend-view-mobile','s:9:\"en:Mobile\";'),('arc','messages:mobile-frontend-view-source','s:14:\"en:View source\";'),('arc','messages:mobile-frontend-watch-login','s:28:\"en:Add $1 to your watchlist.\";'),('arc','messages:mobile-frontend-watchlist-a-z','s:7:\"en:List\";'),('arc','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('arc','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('arc','messages:mobile-frontend-watchlist-add','s:29:\"en:Added $1 to your watchlist\";'),('arc','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('arc','messages:mobile-frontend-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('arc','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('arc','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('arc','messages:mobile-frontend-watchlist-error','s:60:\"en:There was a problem watching this page. Please try again.\";'),('arc','messages:mobile-frontend-watchlist-feed','s:11:\"en:Modified\";'),('arc','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('arc','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('arc','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('arc','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('arc','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('arc','messages:mobile-frontend-watchlist-login-action','s:20:\"en:Log in to see it.\";'),('arc','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('arc','messages:mobile-frontend-watchlist-please-wait','s:64:\"en:Please wait, the watch action is taking longer than expected.\";'),('arc','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('arc','messages:mobile-frontend-watchlist-removed','s:33:\"en:Removed $1 from your watchlist\";'),('arc','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('arc','messages:mobile-frontend-watchlist-view','s:22:\"en:View your watchlist\";'),('arc','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('arc','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('arc','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('arc','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('arc','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('arc','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('arc','messages:mon','s:20:\"arc:ܬܪܝܢܒܫܒܐ\";'),('arc','messages:monday','s:20:\"arc:ܬܪܝܢܒܫܒܐ\";'),('arc','messages:monday-at','s:15:\"en:Monday at $1\";'),('arc','messages:month','s:48:\"arc:ܡܢ ܝܪܚܐ ܕ (ܘܡܢ ܩܕܡ ܗܝܕܝܢ):\";'),('arc','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('arc','messages:monthsall','s:8:\"arc:ܟܠ\";'),('arc','messages:moredotdotdot','s:15:\"arc:ܝܬܝܪ...\";'),('arc','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('arc','messages:morenotlisted','s:31:\"en:This list may be incomplete.\";'),('arc','messages:mostcategories','s:50:\"arc:ܦܐܬܬ̈ܐ ܣܕܝܪ̈ܬܐ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostcategories-summary','s:3:\"en:\";'),('arc','messages:mostimages','s:46:\"arc:ܠܦܦ̈ܐ ܐܣܝܪ̈ܐ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostimages-summary','s:3:\"en:\";'),('arc','messages:mostinterwikis','s:84:\"arc:ܦܐܬܬ̈ܐ ܕܐܝܬܠܗܘܢ ܐܣܘܪ̈ܐ ܕܐܢܛܪܘܝܩܝ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostinterwikis-summary','s:3:\"en:\";'),('arc','messages:mostlinked','s:50:\"arc:ܦܐܬܬ̈ܐ ܐܣܝܪ̈ܬܐ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostlinked-summary','s:3:\"en:\";'),('arc','messages:mostlinkedcategories','s:46:\"arc:ܣܕܪ̈ܐ ܐܣܝܪ̈ܐ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('arc','messages:mostlinkedtemplates','s:46:\"arc:ܩܠܒ̈ܐ ܐܣܝܪ̈ܐ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('arc','messages:mostrevisions','s:55:\"arc:ܦܐܬܬ̈ܐ ܥܡ ܫܘܚܠܦ̈ܐ ܝܬܝܪ ܡܢ ܟܠ\";'),('arc','messages:mostrevisions-summary','s:3:\"en:\";'),('arc','messages:move','s:10:\"arc:ܫܢܝ\";'),('arc','messages:move-leave-redirect','s:32:\"arc:ܫܒܘܩ ܨܘܝܒܐ ܒܬܪܟ\";'),('arc','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('arc','messages:move-page','s:13:\"arc:ܫܢܝ $1\";'),('arc','messages:move-page-legend','s:19:\"arc:ܫܢܝ ܦܐܬܐ\";'),('arc','messages:move-redirect-text','s:3:\"en:\";'),('arc','messages:move-subpages','s:57:\"arc:ܫܢܝ ܦܐܬܬ̈ܐ ܦܪ̈ܥܝܬ̈ܐ (ܥܕܡܐ ܠ $1)\";'),('arc','messages:move-talk-subpages','s:81:\"arc:ܫܢܝ ܦܐܬܬ̈ܐ ܦܪ̈ܥܝܬ̈ܐ ܕܦܐܬܐ ܕܕܘܪܫܐ (ܥܕܡܐ ܠ $1)\";'),('arc','messages:move-watch','s:26:\"arc:ܪܗܝ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('arc','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('arc','messages:moveddeleted-notice','s:114:\"en:This page does not exist.\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('arc','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('arc','messages:movelogpage','s:25:\"arc:ܣܓܠܐ ܕܫܘܢܝܐ\";'),('arc','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('arc','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('arc','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('arc','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('arc','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('arc','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('arc','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('arc','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('arc','messages:movepage-moved','s:35:\"arc:\'\'\'\"$1\" ܐܫܬܢܝܬ ܠ \"$2\"\'\'\'\";'),('arc','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('arc','messages:movepage-moved-redirect','s:25:\"arc:ܨܘܝܒܐ ܐܬܒܪܝ\";'),('arc','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('arc','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('arc','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('arc','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('arc','messages:movepage-summary','s:3:\"en:\";'),('arc','messages:movepagebtn','s:19:\"arc:ܫܢܝ ܦܐܬܐ\";'),('arc','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('arc','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('arc','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('arc','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('arc','messages:movereason','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('arc','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('arc','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('arc','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('arc','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('arc','messages:movetalk','s:28:\"en:Move associated talk page\";'),('arc','messages:movethispage','s:26:\"arc:ܫܢܝ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('arc','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('arc','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('arc','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('arc','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('arc','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('arc','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('arc','messages:mw-widgets-copytextlayout-copy','s:7:\"en:Copy\";'),('arc','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('arc','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('arc','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('arc','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('arc','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('arc','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('arc','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('arc','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('arc','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('arc','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('arc','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('arc','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('arc','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('arc','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('arc','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('arc','messages:mycontris','s:20:\"arc:ܫܘܬܦܘ̈ܬܐ\";'),('arc','messages:mycustomcssprotected','s:52:\"en:You do not have permission to edit this CSS page.\";'),('arc','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('arc','messages:mycustomjsprotected','s:59:\"en:You do not have permission to edit this JavaScript page.\";'),('arc','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('arc','messages:mypage','s:12:\"arc:ܦܐܬܐ\";'),('arc','messages:mypreferences','s:22:\"arc:ܨܒܝܢܝܘܬ̈ܐ\";'),('arc','messages:mypreferencesprotected','s:55:\"en:You do not have permission to edit your preferences.\";'),('arc','messages:myprivateinfoprotected','s:63:\"en:You do not have permission to edit your private information.\";'),('arc','messages:mytalk','s:14:\"arc:ܡܡܠܠܐ\";'),('arc','messages:mywatchlist','s:16:\"arc:ܪ̈ܗܝܬܐ\";'),('arc','messages:namespace','s:13:\"arc:ܚܩܠܐ:\";'),('arc','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('arc','messages:namespace_association','s:23:\"arc:ܚܩܠܐ ܠܐܝܡܐ\";'),('arc','messages:namespaceprotected','s:77:\"arc:ܠܝܬ ܠܟ ܦܣܣܐ ܠܫܚܠܦܬܐ ܕܦܐܬܬ̈ܐ ܒܚܩܠܐ ܕ\'\'\'$1\'\'\'.\";'),('arc','messages:namespaces','s:16:\"arc:ܚܩܠܬ̈ܐ\";'),('arc','messages:namespacesall','s:8:\"arc:ܟܠ\";'),('arc','messages:nav-login-createaccount','s:32:\"arc:ܥܘܠ / ܒܪܝ ܚܘܫܒܢܐ\";'),('arc','messages:navigation','s:18:\"arc:ܐܠܦܪܘܬܐ\";'),('arc','messages:navigation-heading','s:35:\"arc:ܡܟܬܒܘܬܐ ܕܐܠܦܪܘܬܐ\";'),('arc','messages:nbytes','s:42:\"arc:$1 {{PLURAL:$1|ܒܐܝܛ|ܒܐܝܛ̈ܐ}}\";'),('arc','messages:ncategories','s:40:\"arc:$1 {{PLURAL:$1|ܣܕܪܐ|ܣܕܪ̈ܐ}}\";'),('arc','messages:nchanges','s:48:\"arc:$1 {{PLURAL:$1|ܫܘܚܠܦܐ|ܫܘܚܠܦ̈ܐ}}\";'),('arc','messages:nearby','s:27:\"en:Pages on topics near you\";'),('arc','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('arc','messages:newarticle','s:14:\"arc:(ܚܕܬܐ)\";'),('arc','messages:newarticletext','s:326:\"arc:ܐܬܬ ܒܬܪ ܐܣܪܐ ܕܦܐܬܐ ܕܠܐ ܐܬܬܣܝܡܬ ܥܕܡܫ.\nܠܣܘܝܡܐ ܕܦܐܬܐ ܗܕܐ، ܫܪܝ ܠܟܬܒܬܐ ܒܣܢܕܘܩܐ ܠܬܚܬ (ܚܙܝ [$1 ܦܐܬܐ ܕܥܘܕܪܢܐ] ܠܐܚܪܢܐ ܝܕ̈ܥܬܐ).\nܐܢ ܐܬܬ ܠܗܪܟܐ ܦܘܕܐܝܬ، ܟܒܘܫ ܥܠ ܦܪܡܝܬܐ ܕ \'\'\'ܠܒܣܬܪ back\'\'\' ܒܡܦܐܬܢܐ ܕܝܠܟ.\";'),('arc','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('arc','messages:newimages','s:43:\"arc:ܒܝܬ ܓܠܚܐ ܕܠܦܦ̈ܐ ܚܕܬ̈ܐ\";'),('arc','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('arc','messages:newimages-legend','s:20:\"arc:ܡܨܦܝܢܝܬܐ\";'),('arc','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('arc','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('arc','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('arc','messages:newimages-user','s:25:\"en:IP address or username\";'),('arc','messages:newimagestext','s:4:\"en:-\";'),('arc','messages:newmessagesdifflinkplural','s:73:\"arc:{{PLURAL:$1|ܫܘܚܠܦܐ ܐܚܪܝܐ|999=ܫܘܚܠܦ̈ܐ ܐܚܪ̈ܝܐ}}\";'),('arc','messages:newmessageslinkplural','s:67:\"arc:{{PLURAL:$1|ܐܓܪܬܐ ܚܕܬܐ|999=ܐܓܪ̈ܬܐ ܚܕ̈ܬܬܐ}}\";'),('arc','messages:newpage','s:21:\"arc:ܦܐܬܐ ܚܕܬܐ\";'),('arc','messages:newpageletter','s:6:\"arc:ܚ\";'),('arc','messages:newpages','s:29:\"arc:ܦܐܬܬ̈ܐ ܚܕ̈ܬܬܐ\";'),('arc','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('arc','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('arc','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('arc','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('arc','messages:newpages-submit','s:7:\"en:Show\";'),('arc','messages:newpages-summary','s:3:\"en:\";'),('arc','messages:newpages-username','s:26:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:newpassword','s:33:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܚܕܬܐ:\";'),('arc','messages:newsection','s:14:\"en:New section\";'),('arc','messages:newsection-page','s:14:\"en:Target page\";'),('arc','messages:newsection-submit','s:13:\"en:Go to page\";'),('arc','messages:newsection-summary','s:3:\"en:\";'),('arc','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('arc','messages:newsectionsummary','s:30:\"arc:/* $1 */ ܡܢܬܐ ܚܕܬܐ\";'),('arc','messages:newtitle','s:22:\"arc:ܠܫܡܐ ܚܕܬܐ:\";'),('arc','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('arc','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('arc','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('arc','messages:newuserlogpage','s:40:\"arc:ܣܓܠܐ ܕܒܪܝܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:newuserlogpagetext','s:47:\"arc:ܗܢܘ ܣܓܠܐ ܕܒܪܝܐ ܕܡܦܠܚܢ̈ܐ\";'),('arc','messages:newwindow','s:32:\"arc:(ܦܬܚ ܒܟܘܬܐ ܚܕܬܐ)\";'),('arc','messages:next','s:12:\"arc:ܕܒܬܪ\";'),('arc','messages:next-page','s:12:\"en:next page\";'),('arc','messages:nextdiff','s:29:\"arc:ܫܘܚܠܦܐ ܕܒܬܪ →\";'),('arc','messages:nextn','s:29:\"arc:{{PLURAL:$1|$1}} ܕܒܬܪ\";'),('arc','messages:nextn-title','s:49:\"arc:$1 {{PLURAL:$1|ܦܠܛܐ|ܦܠܛ̈ܐ}} ܕܒܬܪ\";'),('arc','messages:nextpage','s:26:\"arc:ܦܐܬܐ ܕܒܬܪ ($1)\";'),('arc','messages:nextrevision','s:27:\"arc:ܬܢܝܬܐ ܕܒܬܪ →\";'),('arc','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('arc','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('arc','messages:nlinks','s:44:\"arc:$1 {{PLURAL:$1|ܐܣܘܪܐ|ܐܣܘܪ̈ܐ}}\";'),('arc','messages:nmembers','s:40:\"arc:$1 {{PLURAL:$1|ܗܕܡܐ|ܗܕ̈ܡܐ}}\";'),('arc','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('arc','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('arc','messages:noarticletext','s:301:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs],\nor [{{fullurl:{{FULLPAGENAME}}|action=edit}} create this page]</span>.\";'),('arc','messages:noarticletext-nopermission','s:292:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.\";'),('arc','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('arc','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('arc','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('arc','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('arc','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('arc','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('arc','messages:nocookiesnew','s:198:\"en:The user account was created, but you are not logged in.\n{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them, then log in with your new username and password.\";'),('arc','messages:nocreate-loggedin','s:54:\"arc:ܠܝܬ ܠܟ ܦܣܣܐ ܕܒܪܝܐ ܕܦܐܬܐ ܗܕܐ.\";'),('arc','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('arc','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('arc','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('arc','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('arc','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('arc','messages:noemail','s:63:\"arc:ܠܝܬ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܠܡܦܠܚܢܐ \"$1\".\";'),('arc','messages:noemailcreate','s:45:\"en:You need to provide a valid email address.\";'),('arc','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('arc','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('arc','messages:noemailtitle','s:42:\"arc:ܠܝܬ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:nohistory','s:58:\"arc:ܠܝܬ ܬܫܥܝܬܐ ܕܫܘܚܠܦ̈ܐ ܠܦܐܬܐ ܗܕܐ\";'),('arc','messages:noimages','s:29:\"arc:ܠܝܬ ܡܕܡ ܠܚܙܝܐ.\";'),('arc','messages:noindex-category','s:18:\"en:Noindexed pages\";'),('arc','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('arc','messages:nolicense','s:16:\"en:None selected\";'),('arc','messages:nolinkshere','s:49:\"arc:ܠܝܬ ܦܐܬܬ̈ܐ ܐܣܪܝܢ ܥܡ \'\'\'$2\'\'\'.\";'),('arc','messages:nolinkshere-ns','s:69:\"arc:ܠܝܬ ܦܐܬܬ̈ܐ ܐܣܪܝܢ ܥܡ \'\'\'$2\'\'\' ܒܚܩܠܐ ܓܒܝܐ.\";'),('arc','messages:nolinkstoimage','s:47:\"arc:ܠܝܬ ܦܐܬܐ ܕܐܣܪ ܠܗܢܐ ܠܦܦܐ.\";'),('arc','messages:noname','s:55:\"arc:ܠܐ ܦܪܫ ܐܢܬ ܫܡܐ ܕܡܦܠܚܢܐ ܬܪܝܨܐ\";'),('arc','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('arc','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('arc','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('arc','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('arc','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('arc','messages:nopagetext','s:62:\"arc:ܦܐܬܐ ܕܢܘܦܐ ܕܬܬܚܡܬ ܠܝܬ ܠܗ ܐܝܬܘܬܐ.\";'),('arc','messages:nopagetitle','s:39:\"arc:ܠܝܬ ܗܟܘܬ ܦܐܬܐ ܕܢܘܦܐ\";'),('arc','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('arc','messages:nospecialpagetext','s:157:\"en:<strong>You have requested an invalid special page.</strong>\n\nA list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].\";'),('arc','messages:nosuchaction','s:28:\"arc:ܠܝܬ ܗܟܘܬ ܥܒܕܐ\";'),('arc','messages:nosuchactiontext','s:179:\"en:The action specified by the URL is invalid.\nYou might have mistyped the URL, or followed an incorrect link.\nThis might also indicate a bug in the software used by {{SITENAME}}.\";'),('arc','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('arc','messages:nosuchsectiontitle','s:33:\"arc:ܠܐ ܡܨܐ ܐܫܟܚ ܡܢܬܐ\";'),('arc','messages:nosuchspecialpage','s:43:\"arc:ܠܝܬ ܗܟܘܬ ܦܐܬܐ ܕܝܠܢܝܬܐ\";'),('arc','messages:nosuchuser','s:139:\"en:There is no user by the name \"$1\".\nUsernames are case-sensitive.\nCheck your spelling, or [[Special:CreateAccount|create a new account]].\";'),('arc','messages:nosuchusershort','s:58:\"en:There is no user by the name \"$1\".\nCheck your spelling.\";'),('arc','messages:notanarticle','s:21:\"en:Not a content page\";'),('arc','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('arc','messages:notargettitle','s:19:\"arc:ܕܠܐ ܢܘܦܐ\";'),('arc','messages:note','s:27:\"arc:\'\'\'ܡܥܝܪܢܘܬܐ:\'\'\'\";'),('arc','messages:notextmatches','s:34:\"arc:ܠܝܬ ܟܬܒܬܐ ܐܘܝܢܬܐ\";'),('arc','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('arc','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('arc','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('arc','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('arc','messages:notloggedin','s:25:\"arc:ܠܝܬܝܟ ܥܠܝܠܐ\";'),('arc','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('arc','messages:nouserspecified','s:46:\"arc:ܘܠܐ ܠܟ ܕܬܚܡ ܫܡܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:nov','s:23:\"arc:ܬܫܪܝܢ ܐܚܪܝ\";'),('arc','messages:november','s:25:\"arc:ܒܬܫܪܝܢ ܐܚܪܝ\";'),('arc','messages:november-gen','s:23:\"arc:ܬܫܪܝܢ ܐܚܪܝ\";'),('arc','messages:nowatchlist','s:46:\"arc:ܠܝܬ ܠܟ ܡܕܡ ܒܪ̈ܗܝܬܐ ܕܝܠܟ\";'),('arc','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('arc','messages:nrevisions','s:45:\"arc:$1 {{PLURAL:$1|ܬܢܝܬܐ|ܬܢܝܬ̈ܐ }}\";'),('arc','messages:ns-specialprotected','s:34:\"en:Special pages cannot be edited.\";'),('arc','messages:nstab-category','s:12:\"arc:ܣܕܪܐ\";'),('arc','messages:nstab-help','s:27:\"arc:ܦܐܬܐ ܕܥܘܕܪܢܐ\";'),('arc','messages:nstab-image','s:12:\"arc:ܠܦܦܐ\";'),('arc','messages:nstab-main','s:12:\"arc:ܦܐܬܐ\";'),('arc','messages:nstab-mainpage','s:21:\"arc:ܕܦܐ ܪܝܫܝܐ\";'),('arc','messages:nstab-media','s:25:\"arc:ܦܐܬܐ ܕܡܝܕܝܐ\";'),('arc','messages:nstab-mediawiki','s:14:\"arc:ܐܓܪܬܐ\";'),('arc','messages:nstab-project','s:27:\"arc:ܦܐܬܐ ܕܬܪܡܝܬܐ\";'),('arc','messages:nstab-special','s:27:\"arc:ܦܐܬܐ ܕܝܠܢܝܬܐ\";'),('arc','messages:nstab-talk','s:3:\"en:\";'),('arc','messages:nstab-template','s:12:\"arc:ܩܠܒܐ\";'),('arc','messages:nstab-user','s:27:\"arc:ܦܐܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:ntimes','s:7:\"en:$1×\";'),('arc','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('arc','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('arc','messages:oct','s:21:\"arc:ܬܫܪܝܢ ܩܕܡ\";'),('arc','messages:october','s:23:\"arc:ܒܬܫܪܝܢ ܩܕܡ\";'),('arc','messages:october-gen','s:21:\"arc:ܬܫܪܝܢ ܩܕܡ\";'),('arc','messages:ok','s:8:\"arc:ܛܒ\";'),('arc','messages:oldpassword','s:37:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܥܬܝܩܬܐ:\";'),('arc','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('arc','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('arc','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('arc','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('arc','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('arc','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('arc','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('arc','messages:ooui-field-help','s:7:\"en:Help\";'),('arc','messages:ooui-item-remove','s:9:\"en:Remove\";'),('arc','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('arc','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('arc','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('arc','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('arc','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('arc','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('arc','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('arc','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('arc','messages:ooui-selectfile-not-supported','s:34:\"en:File selection is not supported\";'),('arc','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('arc','messages:ooui-toolbar-more','s:7:\"en:More\";'),('arc','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('arc','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('arc','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('arc','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('arc','messages:otherlanguages','s:27:\"arc:ܠܫܢ̈ܐ ܐܚܪ̈ܢܐ\";'),('arc','messages:others','s:16:\"arc:ܐܚܪ̈ܢܐ\";'),('arc','messages:overwrite','s:47:\"en:Overwriting an existing file is not allowed.\";'),('arc','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('arc','messages:page-atom-feed','s:34:\"arc:\"$1\" ܛܥܝܡܘܬܐ ܕܐܛܘܡ\";'),('arc','messages:page-rss-feed','s:16:\"en:\"$1\" RSS feed\";'),('arc','messages:page_first','s:14:\"arc:ܩܕܡܝܐ\";'),('arc','messages:page_last','s:14:\"arc:ܐܚܪܝܐ\";'),('arc','messages:pagecategories','s:37:\"arc:{{PLURAL:$1|ܣܕܪܐ|ܣܕܪ̈ܐ}}\";'),('arc','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('arc','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('arc','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('arc','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('arc','messages:pagedata-title','s:12:\"en:Page data\";'),('arc','messages:pagehist','s:27:\"arc:ܬܫܥܝܬܐ ܕܦܐܬܐ\";'),('arc','messages:pagehistory','s:15:\"en:Page history\";'),('arc','messages:pagehistory-summary','s:3:\"en:\";'),('arc','messages:pageid','s:13:\"en:page ID $1\";'),('arc','messages:pageinfo','s:12:\"en:Page info\";'),('arc','messages:pageinfo-article-id','s:27:\"arc:ܗܝܝܘܬܐ ܕܦܐܬܐ\";'),('arc','messages:pageinfo-authors','s:48:\"arc:ܡܢܝܢܐ ܕܡܫܚܠܦܢ̈ܐ ܡܫܚܠܦ̈ܐ\";'),('arc','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('arc','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('arc','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('arc','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('arc','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('arc','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('arc','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('arc','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('arc','messages:pageinfo-contentpage-yes','s:10:\"arc:ܐܝܢ\";'),('arc','messages:pageinfo-default-sort','s:44:\"arc:ܩܠܝܕܐ ܕܛܘܟܣܐ ܡܬܚܫܒܢܝܐ\";'),('arc','messages:pageinfo-display-title','s:27:\"arc:ܚܘܘܝܐ ܕܟܘܢܝܐ\";'),('arc','messages:pageinfo-edits','s:31:\"arc:ܡܢܝܢܐ ܕܫܘܚܠܦ̈ܐ\";'),('arc','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('arc','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('arc','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('arc','messages:pageinfo-firsttime','s:40:\"arc:ܣܝܩܘܡܐ ܕܒܪܝܬܐ ܕܦܐܬܐ\";'),('arc','messages:pageinfo-firstuser','s:25:\"arc:ܒܪܝܢܐ ܕܦܐܬܐ\";'),('arc','messages:pageinfo-footer','s:4:\"en:-\";'),('arc','messages:pageinfo-header','s:4:\"en:-\";'),('arc','messages:pageinfo-header-basic','s:29:\"arc:ܝܕ̈ܥܬܐ ܪ̈ܫܝܬܐ\";'),('arc','messages:pageinfo-header-edits','s:33:\"arc:ܬܫܥܝܬܐ ܕܫܘܚܠܦ̈ܐ\";'),('arc','messages:pageinfo-header-properties','s:29:\"arc:ܕ̈ܝܠܝܬܐ ܕܦܐܬܐ\";'),('arc','messages:pageinfo-header-restrictions','s:25:\"arc:ܢܘܛܪܐ ܕܦܐܬܐ\";'),('arc','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('arc','messages:pageinfo-language','s:24:\"en:Page content language\";'),('arc','messages:pageinfo-language-change','s:9:\"en:change\";'),('arc','messages:pageinfo-lasttime','s:42:\"arc:ܣܝܩܘܡܐ ܕܫܘܚܠܦܐ ܐܚܪܝܐ\";'),('arc','messages:pageinfo-lastuser','s:27:\"arc:ܫܚܠܦܢܐ ܐܚܪܝܐ\";'),('arc','messages:pageinfo-length','s:36:\"arc:ܥܓܪܐ ܕܦܐܬܐ (ܒܒܐܝܛ)\";'),('arc','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('arc','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('arc','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('arc','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('arc','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('arc','messages:pageinfo-protect-cascading-yes','s:10:\"arc:ܐܝܢ\";'),('arc','messages:pageinfo-recent-authors','s:61:\"arc:ܡܢܝܢܐ ܕܡܫܚܠܦܢ̈ܐ ܡܫܚܠܦ̈ܐ ܐܚܪ̈ܝܐ\";'),('arc','messages:pageinfo-recent-edits','s:63:\"arc:ܡܢܝܢܐ ܕܫܘܚܠܦ̈ܐ ܐܚܪ̈ܝܐ (ܒ $1 ܕܕܥܒܪ)\";'),('arc','messages:pageinfo-redirects-name','s:47:\"arc:ܡܢܝܢܐ ܕܨܘܝܒ̈ܐ ܠܦܐܬܐ ܗܕܐ\";'),('arc','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('arc','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('arc','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('arc','messages:pageinfo-robot-index','s:18:\"arc:ܡܬܦܣܣܢܐ\";'),('arc','messages:pageinfo-robot-noindex','s:23:\"arc:ܠܐ ܡܬܦܣܣܢܐ\";'),('arc','messages:pageinfo-robot-policy','s:38:\"arc:ܫܘܘܕܥܐ ܒܝܕ ܪ̈ܘܒܘܛܐ\";'),('arc','messages:pageinfo-subpages-name','s:47:\"arc:ܦܐܬܬ̈ܐ ܦܪ̈ܥܝܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('arc','messages:pageinfo-summary','s:3:\"en:\";'),('arc','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('arc','messages:pageinfo-title','s:26:\"arc:ܝܕ̈ܥܬܐ ܥܠ \"$1\"\";'),('arc','messages:pageinfo-toolboxlink','s:30:\"arc:ܝܕ̈ܥܬܐ ܥܠ ܦܐܬܐ\";'),('arc','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('arc','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('arc','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('arc','messages:pageinfo-visiting-watchers','s:51:\"en:Number of page watchers who visited recent edits\";'),('arc','messages:pageinfo-watchers','s:27:\"arc:ܡܢܝܢܐ ܕܪ̈ܗܝܐ\";'),('arc','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('arc','messages:pagelang-language','s:11:\"en:Language\";'),('arc','messages:pagelang-name','s:7:\"en:Page\";'),('arc','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('arc','messages:pagelang-reason','s:9:\"en:Reason\";'),('arc','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('arc','messages:pagelang-submit','s:9:\"en:Submit\";'),('arc','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('arc','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('arc','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('arc','messages:pagelanguage','s:23:\"en:Change page language\";'),('arc','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('arc','messages:pagemovedsub','s:21:\"arc:ܫܘܢܝܐ ܓܡܪ\";'),('arc','messages:pager-newer-n','s:44:\"arc:{{PLURAL:$1|1 1 ܚܕܬܐ|$1 ܚܕ̈ܬܐ}}\";'),('arc','messages:pager-older-n','s:46:\"arc:{{PLURAL:$1|1 ܥܬܝܩܐ|$1 ܥܬܝܩ̈ܐ}}\";'),('arc','messages:pagesize','s:14:\"arc:(ܒܐܝܛ)\";'),('arc','messages:pageswithprop','s:45:\"arc:ܦܐܬܬ̈ܐ ܥܡ ܕܝܠܝܬܐ ܕܦܐܬܐ\";'),('arc','messages:pageswithprop-legend','s:45:\"arc:ܦܐܬܬ̈ܐ ܥܡ ܕܝܠܝܬܐ ܕܦܐܬܐ\";'),('arc','messages:pageswithprop-prop','s:25:\"arc:ܫܡܐ ܕܕܝܠܝܬܐ\";'),('arc','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('arc','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('arc','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('arc','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('arc','messages:pageswithprop-submit','s:8:\"arc:ܙܠ\";'),('arc','messages:pageswithprop-summary','s:3:\"en:\";'),('arc','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('arc','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('arc','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('arc','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('arc','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('arc','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('arc','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('arc','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('arc','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('arc','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('arc','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('arc','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('arc','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('arc','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('arc','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('arc','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('arc','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('arc','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('arc','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('arc','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('arc','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('arc','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('arc','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('arc','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('arc','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('arc','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('arc','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('arc','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('arc','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('arc','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('arc','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('arc','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('arc','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('arc','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('arc','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('arc','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('arc','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('arc','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('arc','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('arc','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('arc','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('arc','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('arc','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('arc','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('arc','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('arc','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('arc','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('arc','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('arc','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('arc','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('arc','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('arc','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('arc','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('arc','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('arc','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('arc','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('arc','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('arc','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('arc','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('arc','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('arc','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('arc','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('arc','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('arc','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('arc','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('arc','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('arc','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('arc','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('arc','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('arc','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('arc','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('arc','messages:parentheses','s:7:\"en:($1)\";'),('arc','messages:parentheses-end','s:4:\"en:)\";'),('arc','messages:parentheses-start','s:4:\"en:(\";'),('arc','messages:parser-template-loop-warning','s:33:\"en:Template loop detected: [[$1]]\";'),('arc','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('arc','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('arc','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('arc','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('arc','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('arc','messages:password-change-forbidden','s:44:\"en:You cannot change passwords on this wiki.\";'),('arc','messages:password-login-forbidden','s:60:\"en:The use of this username and password has been forbidden.\";'),('arc','messages:password-name-match','s:54:\"en:Your password must be different from your username.\";'),('arc','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('arc','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('arc','messages:passwordpolicies','s:20:\"en:Password policies\";'),('arc','messages:passwordpolicies-group','s:8:\"en:Group\";'),('arc','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('arc','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('arc','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('arc','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('arc','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('arc','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('arc','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('arc','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('arc','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('arc','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('arc','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('arc','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('arc','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('arc','messages:passwordremindertitle','s:62:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܙܒܢܢܝܬܐ ܚܕܬܐ ܠ{{SITENAME}}\";'),('arc','messages:passwordreset','s:48:\"arc:ܣܘܡ ܡܠܬܐ ܕܥܠܠܐ ܙܒܢ ܐܚܪܝܢ\";'),('arc','messages:passwordreset-disabled','s:51:\"en:Password resets have been disabled on this wiki.\";'),('arc','messages:passwordreset-domain','s:15:\"arc:ܪܘܚܬܐ:\";'),('arc','messages:passwordreset-email','s:49:\"arc:ܡܘܢܥܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ:\";'),('arc','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('arc','messages:passwordreset-emailelement','s:39:\"en:Username:\n$1\n\nTemporary password:\n$2\";'),('arc','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('arc','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('arc','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('arc','messages:passwordreset-emailtitle','s:34:\"en:Account details on {{SITENAME}}\";'),('arc','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('arc','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('arc','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('arc','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('arc','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('arc','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('arc','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('arc','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('arc','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('arc','messages:passwordreset-username','s:26:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:passwordsent','s:115:\"en:A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.\";'),('arc','messages:passwordtoolong','s:75:\"en:Passwords cannot be longer than {{PLURAL:$1|1 character|$1 characters}}.\";'),('arc','messages:passwordtooshort','s:106:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܘܠܐ ܕܬܗܘܐ ܕܠܐ ܒܨܪ ܡܢ{{PLURAL:$1|ܐܬܘܬܐ ܚܕ|$1 ܐܬܘ̈ܬܐ}}.\";'),('arc','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('arc','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('arc','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('arc','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('arc','messages:patrol-log-page','s:23:\"arc:ܣܓܠܐ ܕܟܪܟܐ\";'),('arc','messages:pear-mail-error','s:5:\"en:$1\";'),('arc','messages:percent','s:6:\"en:$1%\";'),('arc','messages:perfcached','s:189:\"arc:ܓܠܝܬ̈ܐ ܗܠܝܢ ܐܣܢܝܢ ܐܢܘܢ ܘܡܬܡܨܝܢܬܐ ܐܝܬܝܗܝ ܕܠܐ ܢܗܘܢ ܚܘ̈ܕܬܐ. ܡܬܚܐ ܥܠܝܐ ܕ {{PLURAL:$1|ܚܕ ܦܠܛܐ|$1 ܦܠܛ̈ܐ}} ܐܝܬ ܒܐܣܢܐ.\";'),('arc','messages:perfcachedts','s:165:\"arc:ܓܠܝܬ̈ܐ ܗܠܝܢ ܐܣܢܝܢ ܐܢܘܢ ܘܚܘܕܬܐ ܐܚܪܝܐ ܗܘܐ ܒ $1. ܡܬܚܐ ܥܠܝܐ ܕ {{PLURAL:$4|ܚܕ ܦܠܛܐ|$4 ܦܠܛ̈ܐ}} ܐܝܬ ܒܐܣܢܐ.\";'),('arc','messages:period-am','s:19:\"arc:ܩܕܡ ܛܗܪܐ\";'),('arc','messages:period-pm','s:19:\"arc:ܒܬܪ ܛܗܪܐ\";'),('arc','messages:permalink','s:25:\"arc:ܐܣܘܪܐ ܦܝܘܫܐ\";'),('arc','messages:permanentlink','s:17:\"en:Permanent link\";'),('arc','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('arc','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('arc','messages:permanentlink-summary','s:3:\"en:\";'),('arc','messages:permissionserrors','s:23:\"arc:ܦܘܕܐ ܕܦܣܣܐ\";'),('arc','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('arc','messages:permissionserrorstext-withaction','s:70:\"arc:ܠܝܬ ܠܟ ܦܣܣܐ ܠ$2, ܒ{{PLURAL:$1|ܥܠܬܐ|ܥܠܬ̈ܐ}} ܕ:\";'),('arc','messages:personaltools','s:31:\"arc:ܡܐܢ̈ܐ ܦܪ̈ܨܘܦܝܐ\";'),('arc','messages:php-mail-error','s:5:\"en:$1\";'),('arc','messages:php-mail-error-unknown','s:42:\"en:Unknown error in PHP\'s mail() function.\";'),('arc','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('arc','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('arc','messages:policy-url','s:24:\"arc:Project:ܦܘܪܢܣܐ\";'),('arc','messages:pool-errorunknown','s:28:\"arc:ܦܘܕܐ ܠܐ ܝܕܝܥܐ\";'),('arc','messages:pool-queuefull','s:34:\"arc:ܣܕܪܐ ܕܦܘܣܣܐ ܡܠܝܐ\";'),('arc','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('arc','messages:pool-timeout','s:41:\"arc:ܫܠܡ ܥܕܢܐ ܣܒܪܬܐ ܠܚܠܩܐ\";'),('arc','messages:poolcounter-usage-error','s:18:\"en:Usage error: $1\";'),('arc','messages:portal','s:23:\"arc:ܬܪܥܐ ܕܟܢܫܐ\";'),('arc','messages:portal-url','s:31:\"arc:Project:ܬܪܥܐ ܕܟܢܫܐ\";'),('arc','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('arc','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('arc','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('arc','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('arc','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('arc','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('arc','messages:postedit-confirmation-created','s:29:\"en:The page has been created.\";'),('arc','messages:postedit-confirmation-published','s:27:\"en:Your edit was published.\";'),('arc','messages:postedit-confirmation-restored','s:30:\"en:The page has been restored.\";'),('arc','messages:postedit-confirmation-saved','s:28:\"arc:ܫܘܚܠܦܟ ܐܬܠܒܟ.\";'),('arc','messages:postedit-temp-created','s:177:\"en:An auto-generated account has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('arc','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('arc','messages:powersearch-legend','s:27:\"arc:ܒܨܝܐ ܡܬܩܕܡܢܐ\";'),('arc','messages:powersearch-ns','s:26:\"arc:ܒܨܝ ܒܚܩܠܬ̈ܐ:\";'),('arc','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('arc','messages:powersearch-toggleall','s:8:\"arc:ܟܠ\";'),('arc','messages:powersearch-togglelabel','s:11:\"arc:ܓܒܝ:\";'),('arc','messages:powersearch-togglenone','s:15:\"arc:ܠܐ ܡܕܡ\";'),('arc','messages:preferences','s:22:\"arc:ܨܒܝܢܝܘܬ̈ܐ\";'),('arc','messages:preferences-summary','s:3:\"en:\";'),('arc','messages:prefixindex','s:37:\"arc:ܟܠ ܦܐܬܬ̈ܐ ܥܡ ܫܪܘܝܐ\";'),('arc','messages:prefixindex-namespace','s:51:\"arc:ܟܠ ܦܐܬܬ̈ܐ ܥܡ ܫܪܘܝܐ ($1 ܚܩܠܐ)\";'),('arc','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('arc','messages:prefixindex-submit','s:7:\"en:Show\";'),('arc','messages:prefixindex-summary','s:3:\"en:\";'),('arc','messages:prefs-advancedediting','s:31:\"arc:ܓܒܝܬ̈ܐ ܓܘܢܝܬ̈ܐ\";'),('arc','messages:prefs-advancedrc','s:33:\"arc:ܓܒܝܬ̈ܐ ܡܬܩܕ̈ܡܢܐ\";'),('arc','messages:prefs-advancedrendering','s:33:\"arc:ܓܒܝܬ̈ܐ ܡܬܩܕ̈ܡܢܐ\";'),('arc','messages:prefs-advancedsearchoptions','s:33:\"arc:ܓܒܝܬ̈ܐ ܡܬܩܕ̈ܡܢܐ\";'),('arc','messages:prefs-advancedwatchlist','s:33:\"arc:ܓܒܝܬ̈ܐ ܡܬܩܕ̈ܡܢܐ\";'),('arc','messages:prefs-changeemail','s:44:\"arc:ܫܚܠܦ ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('arc','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('arc','messages:prefs-common-config','s:44:\"en:Shared CSS/JSON/JavaScript for all skins:\";'),('arc','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('arc','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('arc','messages:prefs-custom-json','s:14:\"en:Custom JSON\";'),('arc','messages:prefs-dateformat','s:29:\"arc:ܚܫܠܬܐ ܕܣܝܩܘܡܐ\";'),('arc','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('arc','messages:prefs-diffs','s:22:\"arc:ܦܪ̈ܝܫܘܝܬܐ\";'),('arc','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('arc','messages:prefs-displayrc','s:29:\"arc:ܓܒܝܬ̈ܐ ܕܚܘܘܝܐ\";'),('arc','messages:prefs-displaywatchlist','s:29:\"arc:ܓܒܝܬ̈ܐ ܕܚܘܘܝܐ\";'),('arc','messages:prefs-editing','s:16:\"arc:ܫܚܠܦܬܐ\";'),('arc','messages:prefs-editor','s:9:\"en:Editor\";'),('arc','messages:prefs-edits','s:32:\"arc:ܡܢܝܢܐ ܕܫܘܚܠܦ̈ܐ:\";'),('arc','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('arc','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('arc','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('arc','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('arc','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('arc','messages:prefs-email','s:50:\"arc:ܓܒܝܬ̈ܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ\";'),('arc','messages:prefs-emailconfirm-label','s:49:\"arc:ܫܘܪܪܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ:\";'),('arc','messages:prefs-files','s:14:\"arc:ܠܦܦ̈ܐ\";'),('arc','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('arc','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('arc','messages:prefs-help-email-required','s:29:\"en:Email address is required.\";'),('arc','messages:prefs-help-gender','s:134:\"arc:ܨܒܝܢܝܐ: ܐܬܦܠܚ ܠܡܬܡܠܠ ܒܓܢܣܐ ܬܪܝܨܐ ܒܝܕ ܬܚܪܙܬܐ.\nܝܕܥܬܐ ܗܕܐ ܬܗܘܐ ܓܠܝܬܐ ܠܥܠܡܐ.\";'),('arc','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('arc','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('arc','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('arc','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('arc','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('arc','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('arc','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('arc','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('arc','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('arc','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('arc','messages:prefs-i18n','s:16:\"arc:ܬܘܪܓܡܐ\";'),('arc','messages:prefs-info','s:29:\"arc:ܝܕ̈ܥܬܐ ܪ̈ܫܝܬܐ\";'),('arc','messages:prefs-labs','s:16:\"en:Labs features\";'),('arc','messages:prefs-memberingroups','s:71:\"arc:{{GENDER:$2|ܗܕܡܐ}} ܕ{{PLURAL:$1|ܟܢܘܫܬܐ|ܟܢܘܫܬ̈ܐ}}:\";'),('arc','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('arc','messages:prefs-misc','s:18:\"arc:ܦܪ̈ܝܫܬܐ\";'),('arc','messages:prefs-namespaces','s:16:\"arc:ܚܩܠܬ̈ܐ\";'),('arc','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('arc','messages:prefs-personal','s:31:\"arc:ܦܘܓܪܦܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:prefs-preview','s:10:\"en:Preview\";'),('arc','messages:prefs-rc','s:29:\"arc:ܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ\";'),('arc','messages:prefs-registration','s:26:\"arc:ܙܒܢܐ ܕܣܘܓܠܐ:\";'),('arc','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('arc','messages:prefs-rendering','s:16:\"arc:ܐܣܟܝܡܐ\";'),('arc','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('arc','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('arc','messages:prefs-resetpass','s:32:\"arc:ܫܚܠܦ ܡܠܬܐ ܕܥܠܠܐ\";'),('arc','messages:prefs-searchmisc','s:10:\"en:General\";'),('arc','messages:prefs-searchoptions','s:12:\"arc:ܒܨܝܐ\";'),('arc','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('arc','messages:prefs-signature','s:19:\"arc:ܪܡܝ ܐܝܕܐ\";'),('arc','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('arc','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('arc','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('arc','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('arc','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('arc','messages:prefs-skin','s:12:\"arc:ܓܠܕܐ\";'),('arc','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('arc','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('arc','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('arc','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('arc','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('arc','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('arc','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('arc','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('arc','messages:prefs-user-pages','s:13:\"en:User pages\";'),('arc','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('arc','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('arc','messages:prefs-vector-enable-vector-1-help','s:257:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [[mw:Reading/Web/Desktop_Improvements|project page]].\";'),('arc','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('arc','messages:prefs-watchlist','s:16:\"arc:ܪ̈ܗܝܬܐ\";'),('arc','messages:prefs-watchlist-days','s:43:\"arc:ܝܘܡܬ̈ܐ ܠܚܙܝܐ ܒܪ̈ܗܝܬܐ:\";'),('arc','messages:prefs-watchlist-days-max','s:65:\"arc:ܠܡܬܚܐ ܥܠܝܐ ܕ $1 {{PLURAL:$1|ܝܘܡܐ|ܝܘܡܬ̈ܐ}}\";'),('arc','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('arc','messages:prefs-watchlist-edits-max','s:23:\"en:Maximum number: 1000\";'),('arc','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('arc','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('arc','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('arc','messages:prev-page','s:16:\"en:previous page\";'),('arc','messages:preview','s:23:\"arc:ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('arc','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('arc','messages:previewnote','s:118:\"arc:\'\'\'ܕܟܪ ܕܗܢܘ ܚܝܪܐ ܩܕܡܝܐ ܒܠܚܘܕ\'\'\'.\nܫܘܚܠܦ̈ܐ ܕܝܠܟ ܠܐ ܐܬܠܒܟܘ ܥܕܡܐ ܠܗܫܐ!\";'),('arc','messages:previousdiff','s:29:\"arc:← ܫܘܚܠܦܐ ܕܩܕܡ\";'),('arc','messages:previousrevision','s:27:\"arc:← ܬܢܝܬܐ ܕܩܕܡ\";'),('arc','messages:prevn','s:29:\"arc:{{PLURAL:$1|$1}} ܕܩܕܡ\";'),('arc','messages:prevn-title','s:49:\"arc:$1 {{PLURAL:$1|ܦܠܛܐ|ܦܠܛ̈ܐ}} ܕܩܕܡ\";'),('arc','messages:prevpage','s:26:\"arc:ܦܐܬܐ ܕܩܕܡ ($1)\";'),('arc','messages:print','s:12:\"arc:ܛܒܘܥ\";'),('arc','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('arc','messages:printableversion','s:27:\"arc:ܨܚܚܐ ܡܬܛܒܥܢܐ\";'),('arc','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('arc','messages:privacy','s:35:\"arc:ܦܘܪܢܣܐ ܕܕܝܠܢܝܘܬܐ\";'),('arc','messages:privacypage','s:43:\"arc:Project:ܦܘܪܢܣܐ ܕܕܝܠܢܝܘܬܐ\";'),('arc','messages:prot_1movedto2','s:33:\"arc:[[$1]] ܐܬܫܢܝܬ ܠ [[$2]]\";'),('arc','messages:protect','s:8:\"arc:ܛܪ\";'),('arc','messages:protect-badnamespace-text','s:47:\"en:Pages in this namespace cannot be protected.\";'),('arc','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('arc','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('arc','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('arc','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('arc','messages:protect-default','s:34:\"arc:ܦܣܣܐ ܠܟܠ ܡܦܠܚܢ̈ܐ\";'),('arc','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('arc','messages:protect-edit-reasonlist','s:32:\"arc:ܫܚܠܦ ܥܠܬܐ ܕܢܛܪܐ\";'),('arc','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('arc','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('arc','messages:protect-expiring','s:26:\"arc:ܬܦܪܘܩ ܒ $1 (UTC)\";'),('arc','messages:protect-expiring-local','s:20:\"arc:ܬܦܪܘܩ ܒ $1\";'),('arc','messages:protect-expiry-indefinite','s:12:\"arc:ܠܥܠܡ\";'),('arc','messages:protect-expiry-options','s:176:\"arc:1 ܫܥܐ:1 hour,1 ܝܘܡ:1 day,1 ܫܒܘܥ:1 week,2 ܫܒܘܥ̈ܝܢ:2 weeks,1 ܝܪܚ:1 month,3 ܝܪ̈ܚܝܢ:3 months,6 ܝܪ̈ܚܝܢ:6 months,1 ܫܢܐ:1 year,ܠܥܠܡ:infinite\";'),('arc','messages:protect-fallback','s:57:\"arc:ܦܣܣ ܠܡܦܠܚܢ̈ܐ ܥܡ \"$1\" ܦܣܣܐ ܒܠܚܘܕ\";'),('arc','messages:protect-legend','s:21:\"arc:ܫܪܪ ܢܘܛܪܐ\";'),('arc','messages:protect-level-autoconfirmed','s:62:\"arc:ܦܣܣ ܠܡܦܠܚܢ̈ܐ ܚܬܝܬ̈ܐ ܝܬܐܝܬ ܒܠܚܘܕ\";'),('arc','messages:protect-level-sysop','s:38:\"arc:ܦܣܣ ܠܡܕܒܪ̈ܢܐ ܒܠܚܘܕ\";'),('arc','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('arc','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('arc','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('arc','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('arc','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('arc','messages:protect-otherreason','s:37:\"arc:ܥܠܬܐ ܐܚܪܬܐ/ܢܩܝܦܬܐ:\";'),('arc','messages:protect-otherreason-op','s:23:\"arc:ܥܠܬܐ ܐܚܪܬܐ\";'),('arc','messages:protect-othertime','s:24:\"arc:ܥܕܢܐ ܐܚܪܢܐ:\";'),('arc','messages:protect-othertime-op','s:23:\"arc:ܥܕܢܐ ܐܚܪܢܐ\";'),('arc','messages:protect-summary-cascade','s:12:\"en:cascading\";'),('arc','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('arc','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('arc','messages:protect-title','s:39:\"arc:ܫܚܠܦ ܫܘܝܐ ܕܢܛܪܐ ܕ\"$1\"\";'),('arc','messages:protect-title-notallowed','s:37:\"arc:ܚܘܝ ܫܘܝܐ ܕܢܛܪܐ ܕ\"$1\"\";'),('arc','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('arc','messages:protect_change','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:protect_expiry_invalid','s:30:\"en:Expiration time is invalid.\";'),('arc','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('arc','messages:protectcomment','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('arc','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('arc','messages:protectedinterface','s:309:\"arc:ܗܕܐ ܦܐܬܐ ܡܘܬܪܐ ܟܬܝܒܬܐ ܕܦܐܬܐ ܠܚܘܪܙܐ ܒܗܢܐ ܘܝܩܝ, ܘܐܝܬܝܗܝ ܢܛܪܬܐ ܠܡܘܢܥ ܚܘܒܠܐ.\nܠܡܘܣܦ ܐܘ ܫܘܚܠܦ ܬܘܪ̈ܓܡܐ ܕܟܠܗܘܢ ܘܝܩܝ، ܐܦܠܚ [https://translatewiki.net/ translatewiki.net]، ܬܪܡܝܬܐ ܕܬܘܪܓܡܐ ܕܡܝܕܝܐܘܝܩܝ.\";'),('arc','messages:protectedpage','s:25:\"arc:ܦܐܬܐ ܢܛܝܪܬܐ\";'),('arc','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('arc','messages:protectedpages','s:31:\"arc:ܦܐܬܬ̈ܐ ܢܛܝܪ̈ܬܐ\";'),('arc','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('arc','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('arc','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('arc','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('arc','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('arc','messages:protectedpages-page','s:7:\"en:Page\";'),('arc','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('arc','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('arc','messages:protectedpages-reason','s:9:\"en:Reason\";'),('arc','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('arc','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('arc','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('arc','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('arc','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('arc','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('arc','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('arc','messages:protectedpagetext','s:68:\"en:This page has been protected to prevent editing or other actions.\";'),('arc','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('arc','messages:protectedtitles','s:29:\"arc:ܟܘܢܝ̈ܐ ܢܛܝܪ̈ܐ\";'),('arc','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('arc','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('arc','messages:protectedtitlesempty','s:76:\"arc:ܠܝܬ ܟܘܢܝ̈ܐ ܢܛܝܪ̈ܐ ܗܫܐܝܬ ܥܡ ܗܠܝܢ ܦܪ̈ܘܫܝܐ\";'),('arc','messages:protectexpiry','s:11:\"en:Expires:\";'),('arc','messages:protectlogpage','s:23:\"arc:ܣܓܠܐ ܕܢܛܪܐ\";'),('arc','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('arc','messages:protectpage','s:17:\"en:Protect a page\";'),('arc','messages:protectpage-summary','s:3:\"en:\";'),('arc','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('arc','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('arc','messages:pt-createaccount','s:23:\"arc:ܒܪܝ ܚܘܫܒܢܐ\";'),('arc','messages:pt-login','s:10:\"arc:ܥܘܠ\";'),('arc','messages:pt-login-button','s:10:\"arc:ܥܘܠ\";'),('arc','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('arc','messages:pt-userlogout','s:12:\"arc:ܦܠܘܛ\";'),('arc','messages:publishchanges','s:18:\"en:Publish changes\";'),('arc','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('arc','messages:publishpage','s:15:\"en:Publish page\";'),('arc','messages:publishpage-start','s:18:\"en:Publish page…\";'),('arc','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('arc','messages:purge','s:10:\"arc:ܚܣܝ\";'),('arc','messages:purge-summary','s:3:\"en:\";'),('arc','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('arc','messages:querypage-no-updates','s:112:\"arc:ܚܘܕ̈ܬܐ ܕܗܕܐ ܦܐܬܐ ܠܐ ܙܪ̈ܝܙܐ ܐܢܘܢ.\nܝܕ̈ܥܬܐ ܗܪܟܐ ܠܐ ܡܬܚܕܬܝܢ ܗܫܐ.\";'),('arc','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('arc','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('arc','messages:randomincategory','s:26:\"en:Random page in category\";'),('arc','messages:randomincategory-category','s:12:\"en:Category:\";'),('arc','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('arc','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('arc','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('arc','messages:randomincategory-submit','s:8:\"arc:ܙܠ\";'),('arc','messages:randompage','s:27:\"arc:ܡܓܠܬܐ ܚܘܝܚܬܐ\";'),('arc','messages:randompage-nopages','s:72:\"arc:ܠܝܬ ܦܐܬܬ̈ܐ ܒ{{PLURAL:$2|ܚܩܠܐ ܕ|ܚܩܠܬ̈ܐ ܕ}}: $1.\";'),('arc','messages:randompage-url','s:17:\"en:Special:Random\";'),('arc','messages:randomredirect','s:29:\"arc:ܨܘܝܒ̈ܐ ܚܘܝܚ̈ܐ\";'),('arc','messages:randomredirect-nopages','s:42:\"arc:ܠܝܬ ܨܘܝܒ̈ܐ ܒܚܩܠܐ ܕ\"$1\".\";'),('arc','messages:randomrootpage','s:19:\"en:Random root page\";'),('arc','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('arc','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('arc','messages:rawmessage','s:5:\"en:$1\";'),('arc','messages:rc-change-size','s:5:\"en:$1\";'),('arc','messages:rc-change-size-new','s:62:\"arc:$1 {{PLURAL:$1|ܒܐܝܛ|ܒܐܝܛ̈ܐ}} ܒܬܪ ܫܘܚܠܦܐ\";'),('arc','messages:rc-old-title','s:39:\"arc:ܐܬܒܪܝ ܫܪܫܐܝܬ ܐܝܟ \"$1\"\";'),('arc','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('arc','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('arc','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('arc','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('arc','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('arc','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('arc','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('arc','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('arc','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('arc','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('arc','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('arc','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('arc','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('arc','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('arc','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('arc','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('arc','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('arc','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('arc','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('arc','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('arc','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('arc','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('arc','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('arc','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('arc','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('arc','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('arc','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('arc','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('arc','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('arc','messages:rcfilters-filter-logactions-description','s:72:\"en:Administrative actions, account creations, page deletions, uploads…\";'),('arc','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('arc','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('arc','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('arc','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('arc','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('arc','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('arc','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('arc','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('arc','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('arc','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('arc','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('arc','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('arc','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('arc','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('arc','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('arc','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('arc','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('arc','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('arc','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('arc','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('arc','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('arc','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('arc','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('arc','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('arc','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('arc','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('arc','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('arc','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('arc','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('arc','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('arc','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('arc','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('arc','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('arc','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('arc','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('arc','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('arc','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('arc','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('arc','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('arc','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('arc','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('arc','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('arc','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('arc','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('arc','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('arc','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('arc','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('arc','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('arc','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('arc','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('arc','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('arc','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('arc','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('arc','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('arc','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('arc','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('arc','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('arc','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('arc','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('arc','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('arc','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('arc','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('arc','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('arc','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('arc','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('arc','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('arc','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('arc','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('arc','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('arc','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('arc','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('arc','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('arc','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('arc','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('arc','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('arc','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('arc','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('arc','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('arc','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('arc','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:24:\"en:Create default filter\";'),('arc','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('arc','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('arc','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('arc','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('arc','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('arc','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('arc','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('arc','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('arc','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('arc','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('arc','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('arc','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('arc','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('arc','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('arc','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('arc','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>:not</strong> $1\";'),('arc','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('arc','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('arc','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('arc','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('arc','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('arc','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('arc','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('arc','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('arc','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('arc','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('arc','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('arc','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('arc','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('arc','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('arc','messages:rclinks','s:73:\"arc:ܚܘܝ $1 ܫܘܚܠܦ̈ܐ ܐܚܪ̈ܝܐ ܒ $2 ܝܘܡܬ̈ܐ ܐܚܪ̈ܝܐ\";'),('arc','messages:rclistfrom','s:47:\"arc:ܚܘܝ ܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ ܡܢ $3 $2\";'),('arc','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('arc','messages:rcnotefrom','s:77:\"arc:ܠܬܚܬ ܫܘܚܠܦ̈ܐ ܕܡܢ \'\'\'$2\'\'\' (ܥܕ \'\'\'$1\'\'\' ܡܬܚܙܝܢ̈ܐ).\";'),('arc','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('arc','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('arc','messages:rcshowhideanons','s:35:\"arc:$1 ܡܦܠܚܢܐ ܠܐ ܝܕܝܥܐ\";'),('arc','messages:rcshowhideanons-hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:rcshowhideanons-show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:rcshowhidebots','s:24:\"arc:$1 ܒܘܬ̈ܐ (Bots)\";'),('arc','messages:rcshowhidebots-hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:rcshowhidebots-show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('arc','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('arc','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('arc','messages:rcshowhideliu','s:34:\"arc:$1 ܡܦܠܚܢ̈ܐ ܡܣܓܠ̈ܐ\";'),('arc','messages:rcshowhideliu-hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:rcshowhideliu-show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:rcshowhidemine','s:21:\"arc:$1 ܫܘܚܠܦ̈ܝ\";'),('arc','messages:rcshowhidemine-hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:rcshowhidemine-show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:rcshowhideminor','s:34:\"arc:$1 ܫܘܚܠܦ̈ܐ ܙܥܘܪ̈ܐ\";'),('arc','messages:rcshowhideminor-hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:rcshowhideminor-show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:rcshowhidepatr','s:32:\"arc:$1 ܫܘܚܠܦ̈ܐ ܬܢܝ̈ܐ\";'),('arc','messages:rcshowhidepatr-hide','s:10:\"arc:ܛܫܝ\";'),('arc','messages:rcshowhidepatr-show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:readonly','s:18:\"en:Database locked\";'),('arc','messages:readonly_lag','s:104:\"en:The database has been automatically locked while the replica database servers catch up to the primary\";'),('arc','messages:readonlytext','s:226:\"en:The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe system administrator who locked it offered this explanation: $1\";'),('arc','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('arc','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('arc','messages:recentchanges','s:29:\"arc:ܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ\";'),('arc','messages:recentchanges-feed-description','s:81:\"arc:ܥܩܒ ܫܘܚܠܦ̈ܐ ܚܕܬ ܡܢ ܟܠ ܕܘܝܩܝ ܒܝܕ ܗܕܐ ܬܪܣܝܬܐ.\";'),('arc','messages:recentchanges-label-bot','s:43:\"arc:ܒܘܬ (bot) ܥܒܕ ܗܢܐ ܫܘܚܠܦܐ\";'),('arc','messages:recentchanges-label-minor','s:34:\"arc:ܗܢܘ ܫܘܚܠܦܐ ܙܥܘܪܐ\";'),('arc','messages:recentchanges-label-newpage','s:54:\"arc:ܫܘܚܠܦܐ ܗܢܐ ܐܬܬܣܝܡ ܦܐܬܐ ܚܕܬܐ\";'),('arc','messages:recentchanges-label-plusminus','s:70:\"arc:ܥܓܪܐ ܕܦܐܬܐ ܐܫܬܚܠܦ ܒܗܢܐ ܡܢܝܢܐ ܡܢ ܒܝܛ̈\";'),('arc','messages:recentchanges-label-unpatrolled','s:53:\"arc:ܫܘܚܠܦܐ ܗܢܐ ܠܐ ܗܘ ܟܪܝܟܐ ܠܗܫܐ\";'),('arc','messages:recentchanges-legend','s:44:\"arc:ܓܒܝܬ̈ܐ ܕܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ\";'),('arc','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('arc','messages:recentchanges-legend-heading','s:32:\"arc:<strong>ܦܘܫܩܐ:</strong>\";'),('arc','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('arc','messages:recentchanges-legend-newpage','s:117:\"arc:{{int:recentchanges-label-newpage}} (ܐܦ ܚܙܝ [[Special:NewPages|ܡܟܬܒܘܬܐ ܕܦܐܬܬ̈ܐ ܚܕ̈ܬܬܐ]])\";'),('arc','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('arc','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('arc','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('arc','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('arc','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('arc','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('arc','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('arc','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('arc','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('arc','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('arc','messages:recentchanges-submit','s:7:\"en:Show\";'),('arc','messages:recentchanges-summary','s:72:\"arc:ܥܩܒ ܫܘܚܠܦ̈ܐ ܚܕܬ ܡܢ ܟܠ ܕܘܝܩܝ ܒܦܐܬܐ ܗܕܐ.\";'),('arc','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('arc','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('arc','messages:recentchangescount','s:54:\"arc:ܡܢܝܢܐ ܕܫܘܚܠܦ̈ܐ ܠܚܙܝܐ ܪܫܐܝܬ:\";'),('arc','messages:recentchangesdays','s:56:\"arc:ܝܘܡܬ̈ܐ ܠܚܙܝܐ ܒܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ:\";'),('arc','messages:recentchangesdays-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('arc','messages:recentchangeslinked','s:29:\"arc:ܫܘܚܠܦ̈ܐ ܕ̈ܡܝܐ\";'),('arc','messages:recentchangeslinked-feed','s:29:\"arc:ܫܘܚܠܦ̈ܐ ܕ̈ܡܝܐ\";'),('arc','messages:recentchangeslinked-page','s:22:\"arc:ܫܡܐ ܕܦܐܬܐ:\";'),('arc','messages:recentchangeslinked-summary','s:232:\"en:Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter {{ns:category}}:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in <strong>bold</strong>.\";'),('arc','messages:recentchangeslinked-title','s:26:\"en:Changes related to \"$1\"\";'),('arc','messages:recentchangeslinked-to','s:57:\"en:Show changes to pages linked to the given page instead\";'),('arc','messages:recentchangeslinked-toolbox','s:29:\"arc:ܫܘܚܠܦ̈ܐ ܕ̈ܡܝܐ\";'),('arc','messages:recentchangestext','s:4:\"en:-\";'),('arc','messages:recreate','s:32:\"arc:ܒܪܝ ܙܒܢܬܐ ܐܚܪܬܐ\";'),('arc','messages:recreate-moveddeleted-warn','s:236:\"en:<strong>Warning: You are recreating a page that was previously deleted.</strong>\n\nYou should consider whether it is appropriate to continue editing this page.\nThe deletion and move log for this page are provided here for convenience:\";'),('arc','messages:red-link-title','s:31:\"arc:$1 (ܦܐܬܐ ܗܕܐ ܠܝܬ)\";'),('arc','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('arc','messages:redirect-file','s:11:\"en:Filename\";'),('arc','messages:redirect-logid','s:9:\"en:Log ID\";'),('arc','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('arc','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('arc','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('arc','messages:redirect-page','s:10:\"en:Page ID\";'),('arc','messages:redirect-revision','s:16:\"en:Page revision\";'),('arc','messages:redirect-submit','s:5:\"en:Go\";'),('arc','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('arc','messages:redirect-text','s:3:\"en:\";'),('arc','messages:redirect-user','s:10:\"en:User ID\";'),('arc','messages:redirect-value','s:9:\"en:Value:\";'),('arc','messages:redirectedfrom','s:20:\"arc:(ܨܝܒ ܡܢ $1)\";'),('arc','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('arc','messages:redirectpagesub','s:25:\"arc:ܦܐܬܐ ܕܨܘܝܒܐ\";'),('arc','messages:redirectto','s:15:\"en:Redirect to:\";'),('arc','messages:removecredentials','s:21:\"en:Remove credentials\";'),('arc','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('arc','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('arc','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('arc','messages:removedwatchtext','s:79:\"arc:ܦܐܬܐ ܕ \"[[:$1]]\" ܐܫܬܩܠܬ ܡܢ [[Special:Watchlist|ܪ̈ܗܝܬܟ]].\";'),('arc','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('arc','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('arc','messages:removewatch','s:30:\"arc:ܫܩܘܠ ܡܢ ܪ̈ܗܝܬܝ\";'),('arc','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('arc','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('arc','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('arc','messages:resetpass-no-info','s:54:\"en:You must be logged in to access this page directly.\";'),('arc','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('arc','messages:resetpass-submit-cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:resetpass-submit-loggedin','s:32:\"arc:ܫܚܠܦ ܡܠܬܐ ܕܥܠܠܐ\";'),('arc','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('arc','messages:resetpass-temp-password','s:39:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܙܒܢܢܝܬܐ:\";'),('arc','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('arc','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('arc','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('arc','messages:resetpass_announce','s:53:\"en:To finish logging in, you must set a new password.\";'),('arc','messages:resetpass_forbidden','s:30:\"en:Passwords cannot be changed\";'),('arc','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('arc','messages:resetpass_header','s:47:\"arc:ܫܚܠܦ ܡܠܬܐ ܕܥܠܠܐ ܕܚܘܫܒܢܐ\";'),('arc','messages:resetpass_submit','s:39:\"arc:ܛܝܒ ܡܠܬܐ ܕܥܠܠܐ ܘܥܘܠ\";'),('arc','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('arc','messages:resettokens','s:15:\"en:Reset tokens\";'),('arc','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('arc','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('arc','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('arc','messages:resettokens-summary','s:3:\"en:\";'),('arc','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('arc','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('arc','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('arc','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('arc','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('arc','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('arc','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('arc','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('arc','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('arc','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('arc','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('arc','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('arc','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('arc','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('arc','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('arc','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('arc','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('arc','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('arc','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('arc','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('arc','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('arc','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('arc','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('arc','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('arc','messages:rest-nonexistent-title','s:42:\"en:The specified title ($1) does not exist\";'),('arc','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('arc','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('arc','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('arc','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('arc','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('arc','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('arc','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('arc','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('arc','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('arc','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('arc','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('arc','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('arc','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API root path ($2)\";'),('arc','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('arc','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('arc','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('arc','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('arc','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('arc','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('arc','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('arc','messages:restorelink','s:73:\"arc:{{PLURAL:$1|ܚܕ ܫܘܚܠܦܐ ܫܝܦܐ|$1 ܫܘܚܠܦ̈ܐ ܫܝܦ̈ܐ}}\";'),('arc','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('arc','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('arc','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('arc','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('arc','messages:restriction-blank','s:3:\"en:\";'),('arc','messages:restriction-create','s:10:\"arc:ܒܪܝ\";'),('arc','messages:restriction-edit','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:restriction-level','s:26:\"arc:ܫܘܝܐ ܕܣܘܝܟܐ:\";'),('arc','messages:restriction-level-all','s:21:\"arc:ܐܝܢܐ ܫܘܝܐ\";'),('arc','messages:restriction-level-autoconfirmed','s:27:\"arc:ܕܡܘܬ ܢܛܝܪܘܬܐ\";'),('arc','messages:restriction-level-sysop','s:31:\"arc:ܢܛܝܪܘܬܐ ܓܡܝܪܬܐ\";'),('arc','messages:restriction-move','s:10:\"arc:ܫܢܝ\";'),('arc','messages:restriction-type','s:13:\"arc:ܦܣܣܐ:\";'),('arc','messages:restriction-upload','s:10:\"arc:ܐܣܩ\";'),('arc','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('arc','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('arc','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('arc','messages:retrievedfrom','s:22:\"en:Retrieved from \"$1\"\";'),('arc','messages:returnto','s:18:\"arc:ܕܥܘܪ ܠ$1.\";'),('arc','messages:retypenew','s:55:\"arc:ܟܬܘܒ ܡܠܬܐ ܕܥܠܠܐ ܙܒܢܬܐ ܐܚܪܬܐ:\";'),('arc','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('arc','messages:rev-deleted-comment','s:25:\"en:(edit summary removed)\";'),('arc','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('arc','messages:rev-deleted-event','s:24:\"en:(log details removed)\";'),('arc','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('arc','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('arc','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('arc','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('arc','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('arc','messages:rev-deleted-user','s:21:\"en:(username removed)\";'),('arc','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('arc','messages:rev-delundel','s:17:\"arc:ܚܘܝ/ܛܫܝ\";'),('arc','messages:rev-showdeleted','s:10:\"arc:ܚܘܝ\";'),('arc','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('arc','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('arc','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('arc','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('arc','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('arc','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('arc','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('arc','messages:revdel-restore','s:23:\"arc:ܫܚܠܦ ܚܙܝܬܐ\";'),('arc','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('arc','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('arc','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('arc','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('arc','messages:revdelete-edit-reasonlist','s:36:\"arc:ܫܚܠܦ ܥܠܠܬ̈ܐ ܕܫܝܦܐ\";'),('arc','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('arc','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('arc','messages:revdelete-hide-comment','s:40:\"arc:ܫܚܠܦ ܟܪܝܘܬܐ ܕܫܘܚܠܦܐ\";'),('arc','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('arc','messages:revdelete-hide-image','s:36:\"arc:ܛܫܝ ܚܒܝܫܬ̈ܐ ܕܠܦܦܐ\";'),('arc','messages:revdelete-hide-name','s:30:\"arc:ܛܫܝ ܥܒܕܐ ܘܢܘܦܐ\";'),('arc','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('arc','messages:revdelete-hide-text','s:27:\"arc:ܟܬܒܬܐ ܕܬܢܝܬܐ\";'),('arc','messages:revdelete-hide-user','s:57:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ ܕܡܫܚܠܦܢܐ/ܐܝ ܦܝ (IP)\";'),('arc','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('arc','messages:revdelete-log','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('arc','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('arc','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('arc','messages:revdelete-no-file','s:37:\"en:The file specified does not exist.\";'),('arc','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('arc','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('arc','messages:revdelete-offender','s:28:\"arc:ܣܝܘܡܐ ܕܬܢܝܬܐ:\";'),('arc','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('arc','messages:revdelete-otherreason','s:37:\"arc:ܥܠܬܐ ܐܚܪܬܐ/ܢܩܝܦܬܐ:\";'),('arc','messages:revdelete-radio-same','s:21:\"arc:(ܠܐ ܬܫܚܠܦ)\";'),('arc','messages:revdelete-radio-set','s:12:\"arc:ܛܫܝܐ\";'),('arc','messages:revdelete-radio-unset','s:12:\"arc:ܓܠܝܐ\";'),('arc','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('arc','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('arc','messages:revdelete-reasonotherlist','s:23:\"arc:ܥܠܬܐ ܐܚܪܬܐ\";'),('arc','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('arc','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('arc','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('arc','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('arc','messages:revdelete-show-file-submit','s:10:\"arc:ܐܝܢ\";'),('arc','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('arc','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('arc','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('arc','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('arc','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('arc','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('arc','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('arc','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('arc','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('arc','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('arc','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('arc','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('arc','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('arc','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('arc','messages:reverted','s:31:\"en:Reverted to earlier revision\";'),('arc','messages:revertmerge','s:21:\"arc:ܒܛܘܠ ܚܒܛܐ\";'),('arc','messages:revertmove','s:12:\"arc:ܐܦܢܝ\";'),('arc','messages:revertpage','s:144:\"arc:ܐܗܦܟ ܫܘܚܠܦ̈ܐ ܒܝܕ [[Special:Contributions/$2|$2]] ([[User talk:$2|ܡܡܠܠܐ]]) ܠܬܢܝܬܐ ܐܚܪܝܬܐ ܒܝܕ [[User:$1|$1]]\";'),('arc','messages:revertpage-anon','s:87:\"en:Reverted edits by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('arc','messages:revertpage-nouser','s:83:\"en:Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('arc','messages:revid','s:14:\"en:revision $1\";'),('arc','messages:revision-info','s:40:\"arc:ܬܢܝܬܐ ܒܣܝܩܘܡ $1 ܒܝܕ $2\";'),('arc','messages:revision-info-current','s:4:\"en:-\";'),('arc','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('arc','messages:revisionasof','s:30:\"arc:ܬܢܝܬܐ ܒܣܝܩܘܡ $1\";'),('arc','messages:revisiondelete','s:35:\"arc:ܫܘܦ/ܠܐ ܫܘܦ ܬܢܝܬ̈ܐ\";'),('arc','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('arc','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('arc','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('arc','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('arc','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('arc','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('arc','messages:right-bigdelete','s:54:\"arc:ܫܘܦ ܦܐܬܬ̈ܐ ܥܡ ܬܫܥܝܬ̈ܐ ܪ̈ܒܬܐ\";'),('arc','messages:right-block','s:58:\"arc:ܚܪܘܡ ܡܦܠܚܢ̈ܐ ܐܚܪ̈ܢܐ ܡܢ ܫܚܠܦܬܐ\";'),('arc','messages:right-blockemail','s:34:\"en:Block a user from sending email\";'),('arc','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('arc','messages:right-browsearchive','s:36:\"arc:ܒܨܝ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('arc','messages:right-createaccount','s:49:\"arc:ܒܪܝ ܚܘܫܒܢ̈ܐ ܕܡܦܠܚܢܐ ܚܕܬܐ\";'),('arc','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('arc','messages:right-createtalk','s:36:\"arc:ܒܪܝ ܦܐܬܬ̈ܐ ܕܡܡܠܠܐ\";'),('arc','messages:right-delete','s:23:\"arc:ܫܘܦ ܦܐܬܬ̈ܐ\";'),('arc','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('arc','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('arc','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('arc','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('arc','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('arc','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('arc','messages:right-edit','s:25:\"arc:ܫܚܠܦ ܦܐܬܬ̈ܐ\";'),('arc','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('arc','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('arc','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('arc','messages:right-editmyprivateinfo','s:61:\"en:Edit your own private data (e.g. email address, real name)\";'),('arc','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('arc','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('arc','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";'),('arc','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('arc','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('arc','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('arc','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('arc','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('arc','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('arc','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('arc','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('arc','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('arc','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('arc','messages:right-hideuser','s:46:\"en:Block a username, hiding it from the public\";'),('arc','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('arc','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('arc','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('arc','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('arc','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('arc','messages:right-mergehistory','s:40:\"arc:ܚܒܘܛ ܬܫܥܝܬܐ ܕܦܐܬܬ̈ܐ\";'),('arc','messages:right-mf-uploadbutton','s:40:\"en:Use the upload button on mobile pages\";'),('arc','messages:right-minoredit','s:50:\"arc:ܫܘܕܥ ܥܠ ܫܘܚܠܦ̈ܐ ܐܝܟ ܙܥܘܪܐ\";'),('arc','messages:right-move','s:23:\"arc:ܫܢܝ ܦܐܬܬ̈ܐ\";'),('arc','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('arc','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('arc','messages:right-move-subpages','s:67:\"arc:ܫܢܝ ܦܐܬܬ̈ܐ ܥܡ ܦܐܬܬ̈ܐ ܦܪ̈ܥܝܐ ܕܝܠܗܘܢ\";'),('arc','messages:right-movefile','s:21:\"arc:ܫܢܝ ܠܦܦ̈ܐ\";'),('arc','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('arc','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('arc','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('arc','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('arc','messages:right-pagelang','s:23:\"en:Change page language\";'),('arc','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('arc','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('arc','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('arc','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('arc','messages:right-read','s:23:\"arc:ܩܪܝ ܦܐܬܬ̈ܐ\";'),('arc','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('arc','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('arc','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('arc','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('arc','messages:right-sendemail','s:28:\"en:Send email to other users\";'),('arc','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('arc','messages:right-suppressionlog','s:38:\"arc:ܚܙܝ ܣܓܠ̈ܐ ܦܪ̈ܨܘܦܝܐ\";'),('arc','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('arc','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('arc','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('arc','messages:right-undelete','s:28:\"arc:ܠܐ ܫܘܦ ܦܐܬܬ̈ܐ\";'),('arc','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('arc','messages:right-upload','s:21:\"arc:ܐܣܩ ܠܦܦ̈ܐ\";'),('arc','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('arc','messages:right-userrights','s:43:\"arc:ܫܚܠܦ ܟܠ ܙܕ̈ܩܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('arc','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('arc','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('arc','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('arc','messages:right-writeapi','s:23:\"en:Use of the write API\";'),('arc','messages:rightslog','s:40:\"arc:ܣܓܠܐ ܕܙܕ̈ܩܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('arc','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('arc','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('arc','messages:rightslogtext','s:65:\"arc:ܗܢܘ ܣܓܠܐ ܕܫܘܚܠܦ̈ܐ ܕܙܕ̈ܩܐ ܕܡܦܠܚܢܐ.\";'),('arc','messages:rightsnone','s:17:\"arc:(ܠܐ ܡܕܡ)\";'),('arc','messages:rollback','s:18:\"en:Roll back edits\";'),('arc','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('arc','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('arc','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('arc','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('arc','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('arc','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('arc','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('arc','messages:rollbacklink','s:12:\"arc:ܐܦܢܝ\";'),('arc','messages:rollbacklinkcount','s:39:\"en:rollback $1 {{PLURAL:$1|edit|edits}}\";'),('arc','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('arc','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('arc','messages:sat','s:12:\"arc:ܫܒܬܐ\";'),('arc','messages:saturday','s:12:\"arc:ܫܒܬܐ\";'),('arc','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('arc','messages:savearticle','s:21:\"arc:ܠܒܘܟ ܦܐܬܐ\";'),('arc','messages:savearticle-start','s:15:\"en:Save page…\";'),('arc','messages:savechanges','s:15:\"en:Save changes\";'),('arc','messages:savechanges-start','s:18:\"en:Save changes…\";'),('arc','messages:savedprefs','s:36:\"arc:ܨܒܝܢܝܘܬ̈ܟ ܐܬܠܒܟܘ.\";'),('arc','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('arc','messages:savefile','s:21:\"arc:ܠܒܘܟ ܠܦܦܐ\";'),('arc','messages:saveprefs','s:12:\"arc:ܠܒܘܟ\";'),('arc','messages:saveusergroups','s:42:\"arc:ܠܒܘܟ ܟܢܘܫܝ̈ܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('arc','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('arc','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('arc','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('arc','messages:search','s:12:\"arc:ܒܨܝܐ\";'),('arc','messages:search-category','s:16:\"en:(category $1)\";'),('arc','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('arc','messages:search-external','s:21:\"arc:ܒܨܝܐ ܒܪܝܐ\";'),('arc','messages:search-file-match','s:25:\"en:(matches file content)\";'),('arc','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('arc','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('arc','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('arc','messages:search-interwiki-custom','s:3:\"en:\";'),('arc','messages:search-interwiki-more','s:14:\"arc:(ܝܬܝܪ)\";'),('arc','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('arc','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('arc','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('arc','messages:search-match-redirect-help','s:93:\"en:Select to get redirected to a page when that page title matches what you have searched for\";'),('arc','messages:search-match-redirect-label','s:43:\"en:Redirect to exact matches when searching\";'),('arc','messages:search-nonefound','s:53:\"arc:ܠܝܬ ܦܠܛ̈ܐ ܐܘܝܢ̈ܐ ܠܗܢܐ ܒܨܝܐ.\";'),('arc','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('arc','messages:search-redirect','s:15:\"arc:(ܨܝܒ $1)\";'),('arc','messages:search-relatedarticle','s:18:\"arc:ܐܚܝܢܝ̈ܐ\";'),('arc','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('arc','messages:search-result-size','s:45:\"arc:$1 ({{PLURAL:$2|1 ܡܠܬܐ|$2 ܡܠ̈ܐ}})\";'),('arc','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('arc','messages:search-section','s:17:\"arc:(ܡܢܬܐ $1)\";'),('arc','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('arc','messages:search-suggest','s:30:\"arc:ܐܪܐ ܣܟܠܬ ܗܘܐ: $1\";'),('arc','messages:search-summary','s:3:\"en:\";'),('arc','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('arc','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('arc','messages:searchall','s:8:\"arc:ܟܠ\";'),('arc','messages:searcharticle','s:8:\"arc:ܙܠ\";'),('arc','messages:searchbutton','s:10:\"arc:ܒܨܝ\";'),('arc','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('arc','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('arc','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('arc','messages:searchmenu-exists','s:63:\"arc:\'\'\'ܐܝܬ ܦܐܬܐ ܒܫܡ \"[[:$1]]\" ܥܠ ܗܢܐ ܘܝܩܝ\'\'\'\";'),('arc','messages:searchmenu-new','s:57:\"arc:\'\'\'ܒܪܝ ܦܐܬܐ \"[[:$1]]\" ܥܠ ܗܢܐ ܘܝܩܝ!\'\'\'\";'),('arc','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('arc','messages:searchprofile-advanced','s:18:\"arc:ܡܬܩܕܡܢܐ\";'),('arc','messages:searchprofile-advanced-tooltip','s:30:\"en:Search in custom namespaces\";'),('arc','messages:searchprofile-articles','s:33:\"arc:ܦܐܬܬ̈ܐ ܕܚܒܝܫܬ̈ܐ\";'),('arc','messages:searchprofile-articles-tooltip','s:20:\"arc:ܒܨܝ ܒܓܘ $1\";'),('arc','messages:searchprofile-everything','s:15:\"arc:ܟܠ ܡܕܡ\";'),('arc','messages:searchprofile-everything-tooltip','s:47:\"en:Search all of content (including talk pages)\";'),('arc','messages:searchprofile-images','s:42:\"arc:ܡܝܕ̈ܝܐ ܣܓܝܐ̈ܐ (Multimedia)\";'),('arc','messages:searchprofile-images-tooltip','s:26:\"arc:ܒܨܝ ܥܠ ܠܦܦ̈ܐ\";'),('arc','messages:searchrelated','s:18:\"arc:ܐܚܝܢܝ̈ܐ\";'),('arc','messages:searchresults','s:25:\"arc:ܦܠܛ̈ܐ ܕܒܨܝܐ\";'),('arc','messages:searchresults-title','s:35:\"arc:ܦܠܛ̈ܐ ܕܒܨܝܐ ܥܠ \"$1\"\";'),('arc','messages:searchresultshead','s:10:\"arc:ܒܨܝ\";'),('arc','messages:searchsuggest-containing','s:17:\"arc:ܬܚܒܘܫ...\";'),('arc','messages:searchsuggest-search','s:10:\"arc:ܒܨܝ\";'),('arc','messages:seconds','s:43:\"arc:{{PLURAL:$1|$1 ܪܦܦܐ|$1 ܪ̈ܦܦܐ}}\";'),('arc','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('arc','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('arc','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('arc','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('arc','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('arc','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('arc','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('arc','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('arc','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('arc','messages:sep','s:14:\"arc:ܐܝܠܘܠ\";'),('arc','messages:september','s:16:\"arc:ܒܐܝܠܘܠ\";'),('arc','messages:september-gen','s:14:\"arc:ܐܝܠܘܠ\";'),('arc','messages:servertime','s:15:\"en:Server time:\";'),('arc','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('arc','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('arc','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('arc','messages:sessionfailure-title','s:28:\"arc:ܡܘܬܒܐ ܠܐ ܢܨܚܬ\";'),('arc','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('arc','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('arc','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('arc','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('arc','messages:shared-repo','s:22:\"en:a shared repository\";'),('arc','messages:shared-repo-from','s:11:\"arc:ܡܢ $1\";'),('arc','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('arc','messages:shareddescriptionfollows','s:4:\"en:-\";'),('arc','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('arc','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('arc','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('arc','messages:sharedupload-desc-here','s:130:\"en:This file is from $1 and may be used by other projects.\nThe description on its [$2 file description page] there is shown below.\";'),('arc','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('arc','messages:shortpages','s:29:\"arc:ܦܐܬܬ̈ܐ ܟܪ̈ܝܬܐ\";'),('arc','messages:shortpages-summary','s:3:\"en:\";'),('arc','messages:show','s:10:\"arc:ܚܘܝ\";'),('arc','messages:show-big-image','s:23:\"arc:ܠܦܦܐ ܫܪܫܝܐ\";'),('arc','messages:show-big-image-other','s:50:\"en:Other {{PLURAL:$2|resolution|resolutions}}: $1.\";'),('arc','messages:show-big-image-preview','s:28:\"arc:ܥܓܪܐ ܕܓܠܚܐ: $1.\";'),('arc','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('arc','messages:show-big-image-size','s:21:\"arc:$1 × $2 ܦܩܣܠ\";'),('arc','messages:showdiff','s:25:\"arc:ܚܘܝ ܫܘܚܠܦ̈ܐ\";'),('arc','messages:showhideselectedlogentries','s:50:\"arc:ܚܘܝ/ܛܫܝ ܣܓܠ̈ܐ ܕܥܠܠܐ ܓܒܝ̈ܐ\";'),('arc','messages:showhideselectedversions','s:43:\"arc:ܚܘܝ/ܛܫܝ ܬܢܝܬ̈ܐ ܓܒܝܬ̈ܐ\";'),('arc','messages:showingresults','s:107:\"arc:ܚܘܘܝܐ ܠܬܚܬ {{PLURAL:$1|\'\'\'1\'\'\' ܦܠܛܐ|\'\'\'$1\'\'\' ܦܠܛ̈ܐ}} ܫܪܐ ܡܢ ܡܢܝܢܐ \'\'\'$2\'\'\'.\";'),('arc','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('arc','messages:shown-title','s:63:\"arc:ܚܘܝ $1 {{PLURAL:$1|ܦܠܛܐ|ܦܠܛ̈ܐ}} ܠܟܠ ܦܐܬܐ\";'),('arc','messages:showpreview','s:30:\"arc:ܚܘܝ ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:showtoc','s:10:\"arc:ܚܘܝ\";'),('arc','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('arc','messages:sig-text','s:7:\"en:--$1\";'),('arc','messages:signature','s:55:\"en:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('arc','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('arc','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('arc','messages:signupend','s:3:\"en:\";'),('arc','messages:signupend-https','s:3:\"en:\";'),('arc','messages:signupstart','s:3:\"en:\";'),('arc','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('arc','messages:site-atom-feed','s:32:\"arc:$1 ܛܥܝܡܘܬܐ ܕܐܛܘܡ\";'),('arc','messages:site-rss-feed','s:14:\"en:$1 RSS feed\";'),('arc','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('arc','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('arc','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('arc','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('arc','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('arc','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('arc','messages:sitenotice','s:4:\"en:-\";');
INSERT INTO `mw_l10n_cache` VALUES ('arc','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('arc','messages:sitesubtitle','s:3:\"en:\";'),('arc','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('arc','messages:siteuser','s:32:\"arc:{{SITENAME}} ܡܦܠܚܢܐ $1\";'),('arc','messages:siteusers','s:61:\"arc:{{SITENAME}} {{PLURAL:$2|ܡܦܠܚܢܐ|ܡܦܠܚܢ̈ܐ}} $1\";'),('arc','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('arc','messages:size-exabytes','s:8:\"en:$1 EB\";'),('arc','messages:size-exapixel','s:8:\"en:$1 EP\";'),('arc','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('arc','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('arc','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('arc','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('arc','messages:size-megabytes','s:8:\"en:$1 MB\";'),('arc','messages:size-megapixel','s:8:\"en:$1 MP\";'),('arc','messages:size-petabytes','s:8:\"en:$1 PB\";'),('arc','messages:size-petapixel','s:8:\"en:$1 PP\";'),('arc','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('arc','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('arc','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('arc','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('arc','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('arc','messages:size-terabytes','s:8:\"en:$1 TB\";'),('arc','messages:size-terapixel','s:8:\"en:$1 TP\";'),('arc','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('arc','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('arc','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('arc','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('arc','messages:skin-action-addsection','s:23:\"arc:ܐܘܣܦ ܡܠܘܐܐ\";'),('arc','messages:skin-action-delete','s:10:\"arc:ܫܘܦ\";'),('arc','messages:skin-action-move','s:10:\"arc:ܫܢܝ\";'),('arc','messages:skin-action-protect','s:8:\"arc:ܛܪ\";'),('arc','messages:skin-action-undelete','s:15:\"arc:ܠܐ ܫܘܦ\";'),('arc','messages:skin-action-unprotect','s:27:\"arc:ܫܚܠܦ ܢܛܝܪܘܬܐ\";'),('arc','messages:skin-action-viewdeleted','s:15:\"arc:ܚܙܝ $1؟\";'),('arc','messages:skin-action-viewsource','s:14:\"en:View source\";'),('arc','messages:skin-preview','s:23:\"arc:ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:skin-view-create','s:10:\"arc:ܒܪܝ\";'),('arc','messages:skin-view-create-local','s:24:\"en:Add local description\";'),('arc','messages:skin-view-edit','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:skin-view-edit-local','s:25:\"en:Edit local description\";'),('arc','messages:skin-view-foreign','s:15:\"arc:ܚܙܝ ܒ$1\";'),('arc','messages:skin-view-history','s:23:\"arc:ܚܙܝ ܬܫܥܝܬܐ\";'),('arc','messages:skin-view-view','s:10:\"arc:ܩܪܝ\";'),('arc','messages:skinname-minerva','s:10:\"en:Minerva\";'),('arc','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('arc','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('arc','messages:slot-name-main','s:7:\"en:Main\";'),('arc','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('arc','messages:sorbs','s:8:\"en:DNSBL\";'),('arc','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('arc','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('arc','messages:sort-ascending','s:27:\"arc:ܣܘܕܪܐ ܡܣܩܐܝܬ\";'),('arc','messages:sort-descending','s:27:\"arc:ܣܘܕܪܐ ܡܚܬܐܝܬ\";'),('arc','messages:sort-initial','s:15:\"en:Sort initial\";'),('arc','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('arc','messages:sourcefilename','s:32:\"arc:ܫܡܐ ܕܠܦܦܐ ܡܒܘܥܐ\";'),('arc','messages:sourceurl','s:19:\"arc:URL ܡܒܘܥܐ:\";'),('arc','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('arc','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('arc','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('arc','messages:sp-contributions-blocked-notice-partial','s:104:\"en:This user is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('arc','messages:sp-contributions-blocklog','s:23:\"arc:ܣܓܠܐ ܕܚܪܡܐ\";'),('arc','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('arc','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('arc','messages:sp-contributions-deleted','s:48:\"arc:ܫܘܬܦܘ̈ܬܐ ܫܝ̈ܦܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:sp-contributions-explain','s:3:\"en:\";'),('arc','messages:sp-contributions-footer','s:4:\"en:-\";'),('arc','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('arc','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('arc','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('arc','messages:sp-contributions-logs','s:14:\"arc:ܣܓܠ̈ܐ\";'),('arc','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('arc','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('arc','messages:sp-contributions-search','s:27:\"arc:ܒܨܝ ܫܘܬܦܘ̈ܬܐ\";'),('arc','messages:sp-contributions-submit','s:10:\"arc:ܒܨܝ\";'),('arc','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('arc','messages:sp-contributions-talk','s:14:\"arc:ܡܡܠܠܐ\";'),('arc','messages:sp-contributions-toponly','s:75:\"arc:ܚܘܝ ܫܘܚܠܦ̈ܐ ܕܗܢܘܢ ܬܢܝܬ̈ܐ ܐܚܪ̈ܝܬܐ ܒܠܚܘܕ\";'),('arc','messages:sp-contributions-uploads','s:16:\"arc:ܡܣܩܬ̈ܐ\";'),('arc','messages:sp-contributions-username','s:46:\"arc:ܐܝ ܦܝ (IP) ܐܘ ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:sp-contributions-userrights','s:42:\"arc:ܕܘܒܪܐ ܕܙܕ̈ܩܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:sp-deletedcontributions-contribs','s:20:\"arc:ܫܘܬܦܘ̈ܬܐ\";'),('arc','messages:sp-newimages-showfrom','s:53:\"arc:ܚܘܝ ܠܦܦ̈ܐ ܚܕ̈ܬܐ ܕܫܪܝ ܡܢ $2, $1\";'),('arc','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('arc','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('arc','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('arc','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('arc','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('arc','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('arc','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('arc','messages:special-characters-group-arabic','s:16:\"arc:ܥܪܒܐܝܬ\";'),('arc','messages:special-characters-group-arabicextended','s:27:\"arc:ܥܪܒܐܝܬ ܡܬܝܚܐ\";'),('arc','messages:special-characters-group-bangla','s:20:\"arc:ܒܢܓܐܠܐܝܬ\";'),('arc','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('arc','messages:special-characters-group-cyrillic','s:20:\"arc:ܩܝܪܝܠܐܝܬ\";'),('arc','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('arc','messages:special-characters-group-greek','s:16:\"arc:ܝܘܢܐܝܬ\";'),('arc','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('arc','messages:special-characters-group-gujarati','s:26:\"arc:ܓܘܓܐܪܐܛܝܐܝܬ\";'),('arc','messages:special-characters-group-hebrew','s:16:\"arc:ܥܒܪܐܝܬ\";'),('arc','messages:special-characters-group-ipa','s:46:\"arc:ܐܠܒܝܬ ܩܠܝܬܐ ܬܒܝܠܝܬܐ (IPA)\";'),('arc','messages:special-characters-group-khmer','s:18:\"arc:ܟܡܝܪܐܝܬ\";'),('arc','messages:special-characters-group-lao','s:16:\"arc:ܠܐܘܐܝܬ\";'),('arc','messages:special-characters-group-latin','s:20:\"arc:ܠܐܛܝܢܐܝܬ\";'),('arc','messages:special-characters-group-latinextended','s:31:\"arc:ܠܐܛܝܢܐܝܬ ܡܬܝܚܐ\";'),('arc','messages:special-characters-group-persian','s:16:\"arc:ܦܪܣܐܝܬ\";'),('arc','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('arc','messages:special-characters-group-sinhala','s:20:\"arc:ܣܢܗܐܠܐܝܬ\";'),('arc','messages:special-characters-group-symbols','s:14:\"arc:ܪ̈ܡܙܐ\";'),('arc','messages:special-characters-group-tamil','s:12:\"arc:ܛܡܝܠ\";'),('arc','messages:special-characters-group-telugu','s:22:\"arc:ܛܝܠܘܓܘܐܝܬ\";'),('arc','messages:special-characters-group-thai','s:20:\"arc:ܛܝܠܢܕܐܝܬ\";'),('arc','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('arc','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('arc','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('arc','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('arc','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('arc','messages:specialeditpage-page','s:14:\"en:Target page\";'),('arc','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('arc','messages:speciallogtitlelabel','s:44:\"arc:ܢܘܦܐ (ܟܘܢܝܐ ܐܘ ܡܦܠܚܢܐ):\";'),('arc','messages:specialloguserlabel','s:15:\"arc:ܡܦܩܢܐ:\";'),('arc','messages:specialmute','s:7:\"en:Mute\";'),('arc','messages:specialmute-email-footer','s:70:\"en:To manage email preferences for user {{BIDI:$2}} please visit <$1>.\";'),('arc','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('arc','messages:specialmute-error-no-options','s:192:\"en:Mute features are unavailable. This might be because you haven\'t confirmed your email address, or because the wiki administrator has disabled email features or email mutelist for this wiki.\";'),('arc','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('arc','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('arc','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('arc','messages:specialmute-submit','s:10:\"en:Confirm\";'),('arc','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('arc','messages:specialpage','s:27:\"arc:ܦܐܬܐ ܕܝܠܢܝܬܐ\";'),('arc','messages:specialpage-empty','s:42:\"arc:ܠܝܬ ܦܠܛ̈ܐ ܒܬܫܪܪܐ ܗܢܐ.\";'),('arc','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('arc','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('arc','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('arc','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('arc','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('arc','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('arc','messages:specialpages','s:33:\"arc:ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ\";'),('arc','messages:specialpages-group-changes','s:42:\"arc:ܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ ܘܣܓܠ̈ܐ\";'),('arc','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('arc','messages:specialpages-group-highuse','s:48:\"arc:ܦܐܬܬ̈ܐ ܕܡܬܚܫܚܢܘܬܐ ܥܠܝܬܐ\";'),('arc','messages:specialpages-group-login','s:32:\"arc:ܥܘܠ / ܒܪܝ ܚܘܫܒܢܐ\";'),('arc','messages:specialpages-group-maintenance','s:31:\"arc:ܬܫܪܪ̈ܐ ܕܚܕܬܘܬܐ\";'),('arc','messages:specialpages-group-media','s:44:\"arc:ܬܫܪܪ̈ܐ ܕܡܝܕܝܐ ܘܐܣܩܬ̈ܐ\";'),('arc','messages:specialpages-group-other','s:50:\"arc:ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ ܐܚܪ̈ܢܝܬܐ\";'),('arc','messages:specialpages-group-pages','s:35:\"arc:ܡܟܬܒܘܬ̈ܐ ܕܦܐܬܬ̈ܐ\";'),('arc','messages:specialpages-group-pagetools','s:25:\"arc:ܡܐܢ̈ܐ ܕܦܐܬܐ\";'),('arc','messages:specialpages-group-redirects','s:40:\"arc:ܨܘܝܒܐ ܕܦܐܬܐ ܕܝܠܢܝܬܐ\";'),('arc','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('arc','messages:specialpages-group-users','s:31:\"arc:ܡܦܠܚܢ̈ܐ ܘܙܕ̈ܩܐ\";'),('arc','messages:specialpages-group-wiki','s:29:\"arc:ܓܠܝܬ̈ܐ ܘܡܐܢ̈ܐ\";'),('arc','messages:specialpages-note-cached','s:4:\"en:-\";'),('arc','messages:specialpages-note-restricted','s:145:\"arc:* ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ ܥܝܕ̈ܝܬܐ.\n* <span class=\"mw-specialpagerestricted\">ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ ܕܩܝܘܡ̈ܐ.</span>\";'),('arc','messages:specialpages-note-top','s:9:\"en:Legend\";'),('arc','messages:specialpages-summary','s:3:\"en:\";'),('arc','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('arc','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('arc','messages:specialpurge-page','s:14:\"en:Target page\";'),('arc','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('arc','messages:statistics','s:27:\"arc:ܚܒܝܫܘܬ ܡܢܝܢܐ\";'),('arc','messages:statistics-articles','s:33:\"arc:ܦܐܬܬ̈ܐ ܕܚܒܝܫܬ̈ܐ\";'),('arc','messages:statistics-articles-desc','s:3:\"en:\";'),('arc','messages:statistics-edits','s:65:\"arc:ܫܘܚܠܦ̈ܐ ܕܦܐܬܬ̈ܐ ܡܢ ܫܘܪܝܐ ܕ {{SITENAME}}\";'),('arc','messages:statistics-edits-average','s:45:\"arc:ܡܨܥܐ ܕܫܘܚܠܦ̈ܐ ܠܟܠ ܦܐܬܐ\";'),('arc','messages:statistics-files','s:17:\"en:Uploaded files\";'),('arc','messages:statistics-files-desc','s:3:\"en:\";'),('arc','messages:statistics-footer','s:3:\"en:\";'),('arc','messages:statistics-header-edits','s:44:\"arc:ܚܒܝܫܘܬ ܡܢܝܢܐ ܕܫܘܚܠܦ̈ܐ\";'),('arc','messages:statistics-header-hooks','s:38:\"arc:ܚܒܝܫܘܬ ܡܢܝܢܐ ܐܚܪܢܐ\";'),('arc','messages:statistics-header-pages','s:40:\"arc:ܚܒܝܫܘܬ ܡܢܝܢ̈ܐ ܕܦܐܬܐ\";'),('arc','messages:statistics-header-users','s:42:\"arc:ܚܒܝܫܘܬ ܡܢܝܢܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:statistics-pages','s:16:\"arc:ܦܐܬܬ̈ܐ\";'),('arc','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('arc','messages:statistics-summary','s:3:\"en:\";'),('arc','messages:statistics-users','s:31:\"arc:ܡܦܠܚܢ̈ܐ ܡܣܓܠ̈ܐ\";'),('arc','messages:statistics-users-active','s:31:\"arc:ܡܦܠܚܢ̈ܐ ܙܪ̄ܝܙܐ\";'),('arc','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('arc','messages:storedversion','s:29:\"arc:ܬܢܝܬ̈ܐ ܐܣܝܢ̈ܐ\";'),('arc','messages:subcategories','s:27:\"arc:ܣܕܪ̈ܐ ܦܪ̈ܥܝܐ\";'),('arc','messages:subject','s:35:\"arc:ܡܠܘܐܐ/ܡܘܢܥܐ ܪܫܝܐ:\";'),('arc','messages:summary','s:34:\"arc:ܦܣܝܩܬ̈ܐ ܕܫܘܚܠܦܐ:\";'),('arc','messages:summary-preview','s:42:\"arc:ܚܝܪܐ ܩܕܡܝܐ ܕܦܣܝܩܬ̈ܐ :\";'),('arc','messages:sun','s:16:\"arc:ܚܕܒܫܒܐ\";'),('arc','messages:sunday','s:16:\"arc:ܚܕܒܫܒܐ\";'),('arc','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('arc','messages:suppress','s:14:\"arc:ܚܝܘܪܐ\";'),('arc','messages:suppressionlog','s:18:\"en:Suppression log\";'),('arc','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('arc','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('arc','messages:svg-long-desc','s:53:\"en:SVG file, nominally $1 × $2 pixels, file size: $3\";'),('arc','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('arc','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('arc','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('arc','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('arc','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('arc','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('arc','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('arc','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('arc','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('arc','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('arc','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('arc','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('arc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('arc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('arc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('arc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('arc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('arc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('arc','messages:systemblockedtext','s:271:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>\n\n* Start of block: $8\n* Expiration of block: $6\n* Intended blockee: $7\n\nYour current IP address is $3.\nPlease include all above details in any queries you make.\";'),('arc','messages:table_pager_empty','s:21:\"arc:ܠܝܬ ܦܠܛ̈ܐ\";'),('arc','messages:table_pager_first','s:25:\"arc:ܦܐܬܐ ܩܕܡܝܬܐ\";'),('arc','messages:table_pager_last','s:25:\"arc:ܦܐܬܐ ܐܚܪܝܬܐ\";'),('arc','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('arc','messages:table_pager_limit_label','s:31:\"arc:ܡܕ̈ܡܐ ܠܟܠ ܦܐܬܐ:\";'),('arc','messages:table_pager_limit_submit','s:8:\"arc:ܙܠ\";'),('arc','messages:table_pager_next','s:21:\"arc:ܦܐܬܐ ܕܒܬܪ\";'),('arc','messages:table_pager_prev','s:21:\"arc:ܦܐܬܐ ܕܩܕܡ\";'),('arc','messages:tag-filter','s:51:\"arc:ܡܨܦܝܢܝܬܐ ܕ[[Special:Tags|ܪܘܫܡܐ]]:\";'),('arc','messages:tag-filter-submit','s:20:\"arc:ܡܨܦܝܢܝܬܐ\";'),('arc','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('arc','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('arc','messages:tag-mobile_edit','s:14:\"en:Mobile edit\";'),('arc','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('arc','messages:tag-mobile_web_edit','s:18:\"en:Mobile web edit\";'),('arc','messages:tag-mobile_web_edit-description','s:33:\"en:Edit made from mobile web site\";'),('arc','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('arc','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('arc','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('arc','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('arc','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('arc','messages:tag-mw-contentmodelchange-description','s:124:\"en:Edits that [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel change the content model] of a page\";'),('arc','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('arc','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('arc','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('arc','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('arc','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('arc','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('arc','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('arc','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('arc','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('arc','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('arc','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('arc','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('arc','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('arc','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('arc','messages:tag-mw-undo','s:7:\"en:Undo\";'),('arc','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('arc','messages:tagline','s:21:\"arc:ܡܢ {{SITENAME}}\";'),('arc','messages:tags','s:40:\"arc:ܚܬ̈ܡܐ ܕܫܘܚܠܦܐ ܬܪܝܨܐ\";'),('arc','messages:tags-actions-header','s:10:\"en:Actions\";'),('arc','messages:tags-activate','s:11:\"en:activate\";'),('arc','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('arc','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('arc','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('arc','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('arc','messages:tags-activate-submit','s:11:\"en:Activate\";'),('arc','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('arc','messages:tags-active-header','s:10:\"en:Active?\";'),('arc','messages:tags-active-no','s:5:\"en:No\";'),('arc','messages:tags-active-yes','s:6:\"en:Yes\";'),('arc','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('arc','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('arc','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('arc','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('arc','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('arc','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('arc','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('arc','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('arc','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('arc','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('arc','messages:tags-create-reason','s:10:\"en:Reason:\";'),('arc','messages:tags-create-submit','s:9:\"en:Create\";'),('arc','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('arc','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('arc','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('arc','messages:tags-deactivate','s:13:\"en:deactivate\";'),('arc','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('arc','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('arc','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('arc','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('arc','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('arc','messages:tags-delete','s:9:\"en:delete\";'),('arc','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('arc','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('arc','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('arc','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('arc','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('arc','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('arc','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('arc','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('arc','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('arc','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('arc','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('arc','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('arc','messages:tags-description-header','s:38:\"arc:ܫܘܡܗܐ ܓܡܝܪܐ ܕܣܘܟܠܐ\";'),('arc','messages:tags-display-header','s:56:\"arc:ܡܬܓܠܝܢܘܬܐ ܒܡܟܬܒܘܬ̈ܐ ܕܫܘܚܠܦܐ\";'),('arc','messages:tags-edit','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('arc','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('arc','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('arc','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('arc','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('arc','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('arc','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('arc','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('arc','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('arc','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('arc','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('arc','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('arc','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('arc','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('arc','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('arc','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('arc','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('arc','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('arc','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('arc','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('arc','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('arc','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('arc','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('arc','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('arc','messages:tags-hidden','s:11:\"en:(hidden)\";'),('arc','messages:tags-hitcount','s:48:\"arc:$1 {{PLURAL:$1|ܫܘܚܠܦܐ|ܫܘܚܠܦ̈ܐ}}\";'),('arc','messages:tags-hitcount-header','s:31:\"arc:ܫܘܚܠܦ̈ܐ ܪ̈ܫܝܡܐ\";'),('arc','messages:tags-intro','s:112:\"arc:ܦܐܬܐ ܗܕܐ ܬܓܠܚ ܪ̈ܘܫܡܐ ܕܬܚܪܙܬܐ ܪܒܬ ܫܘܕܥ ܫܘܚܠܦܐ ܒܗ، ܘܣܘܟܠܝܗܝܢ.\";'),('arc','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('arc','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('arc','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('arc','messages:tags-source-header','s:9:\"en:Source\";'),('arc','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('arc','messages:tags-source-none','s:19:\"en:No longer in use\";'),('arc','messages:tags-summary','s:3:\"en:\";'),('arc','messages:tags-tag','s:23:\"arc:ܫܡܐ ܕܪܘܫܡܐ\";'),('arc','messages:tags-title','s:16:\"arc:ܪ̈ܘܫܡܐ\";'),('arc','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('arc','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('arc','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('arc','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('arc','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('arc','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('arc','messages:talk','s:14:\"arc:ܡܡܠܠܐ\";'),('arc','messages:talkpageheader','s:4:\"en:-\";'),('arc','messages:talkpagelinktext','s:14:\"arc:ܡܡܠܠܐ\";'),('arc','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('arc','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('arc','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('arc','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('arc','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('arc','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('arc','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('arc','messages:template-protected','s:16:\"arc:(ܢܛܝܪܐ)\";'),('arc','messages:template-semiprotected','s:25:\"arc:(ܕܡܘܬ ܢܛܝܪܐ)\";'),('arc','messages:templatepage','s:30:\"arc:ܚܙܝ ܦܐܬܐ ܕܩܠܒܐ\";'),('arc','messages:templatesused','s:56:\"arc:{{PLURAL:$1|ܩܠܒܐ|ܩܠܒ̈ܐ}} ܒܦܐܬܐ ܗܕܐ:\";'),('arc','messages:templatesusedpreview','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this preview:\";'),('arc','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('arc','messages:textmatches','s:27:\"arc:ܟܬܒܬܐ ܐܘܝܢܬܐ\";'),('arc','messages:thisisdeleted','s:23:\"en:View or undelete $1?\";'),('arc','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('arc','messages:thu','s:18:\"arc:ܚܡܫܒܫܒܐ\";'),('arc','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('arc','messages:thumbnail-more','s:12:\"arc:ܐܘܪܒ\";'),('arc','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('arc','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('arc','messages:thumbnail_error','s:53:\"arc:ܦܘܕܐ ܒܒܪܝܐ ܕܨܘܪܬܐ ܙܥܘܪܬܐ: $1\";'),('arc','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('arc','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('arc','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('arc','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('arc','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('arc','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('arc','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('arc','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('arc','messages:thumbsize','s:39:\"arc:ܥܓܪܐ ܕܨܘܪܬܐ ܙܥܘܪܬܐ:\";'),('arc','messages:thursday','s:18:\"arc:ܚܡܫܒܫܒܐ\";'),('arc','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('arc','messages:timeouterror','s:19:\"en:Server timed out\";'),('arc','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('arc','messages:timezone-local','s:8:\"en:Local\";'),('arc','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('arc','messages:timezone-utc','s:6:\"en:UTC\";'),('arc','messages:timezonelegend','s:24:\"arc:ܙܘܢܐ ܙܒܢܝܐ:\";'),('arc','messages:timezoneregion-africa','s:16:\"arc:ܐܦܪܝܩܐ\";'),('arc','messages:timezoneregion-america','s:16:\"arc:ܐܡܪܝܩܐ\";'),('arc','messages:timezoneregion-antarctica','s:24:\"arc:ܐܢܛܐܪܩܛܝܩܐ\";'),('arc','messages:timezoneregion-arctic','s:9:\"en:Arctic\";'),('arc','messages:timezoneregion-asia','s:12:\"arc:ܐܣܝܐ\";'),('arc','messages:timezoneregion-atlantic','s:33:\"arc:ܐܘܩܝܢܘܣ ܐܛܠܢܛܝܐ\";'),('arc','messages:timezoneregion-australia','s:20:\"arc:ܐܘܣܛܪܠܝܐ\";'),('arc','messages:timezoneregion-europe','s:16:\"arc:ܐܘܪܘܦܐ\";'),('arc','messages:timezoneregion-indian','s:31:\"arc:ܐܘܩܝܢܘܣ ܗܢܕܘܝܐ\";'),('arc','messages:timezoneregion-pacific','s:29:\"arc:ܐܘܩܝܢܘܣ ܫܩܛܝܐ\";'),('arc','messages:timezoneuseoffset','s:31:\"en:Other (time offset from UTC)\";'),('arc','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('arc','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('arc','messages:title-invalid-characters','s:62:\"en:The requested page title contains invalid characters: \"$1\".\";'),('arc','messages:title-invalid-empty','s:78:\"en:The requested page title is empty or contains only the name of a namespace.\";'),('arc','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('arc','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('arc','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('arc','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('arc','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('arc','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('arc','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('arc','messages:titlematches','s:32:\"arc:ܫܡܐ ܕܦܐܬܐ ܐܘܝܢܐ\";'),('arc','messages:titleprotected','s:98:\"en:This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.\";'),('arc','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('arc','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('arc','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('arc','messages:toc','s:18:\"arc:ܚܒܝܫܬ̈ܐ\";'),('arc','messages:today-at','s:5:\"en:$1\";'),('arc','messages:tog-ccmeonemails','s:110:\"arc:ܫܕܪ ܠܝ ܨܚܚ̈ܐ ܕܒܝܠܕܪ̈ܐ ܐܠܩܛܪ̈ܘܢܝܐ ܕܫܕܪ ܐܢܐ ܠܡܦܠܚܢ̈ܐ ܐܚܪ̈ܢܐ\";'),('arc','messages:tog-diffonly','s:39:\"en:Do not show page content below diffs\";'),('arc','messages:tog-editondblclick','s:49:\"arc:ܫܚܠܦ ܦܐܬܬ̈ܐ ܒܢܩܪܐ ܙܘܓܢܝܐ\";'),('arc','messages:tog-editsectiononrightclick','s:61:\"en:Enable section editing by right clicking on section titles\";'),('arc','messages:tog-enotifminoredits','s:51:\"en:Email me also for minor edits of pages and files\";'),('arc','messages:tog-enotifrevealaddr','s:49:\"en:Reveal my email address in notification emails\";'),('arc','messages:tog-enotifusertalkpages','s:45:\"en:Email me when my user talk page is changed\";'),('arc','messages:tog-enotifwatchlistpages','s:60:\"en:Email me when a page or a file on my watchlist is changed\";'),('arc','messages:tog-extendwatchlist','s:95:\"arc:ܐܪܘܚ ܪ̈ܗܝܬܐ ܠܚܘܘܝܐ ܕܟܠܗܘܢ ܫܘܚܠܦ̈ܐ، ܠܐ ܚܕ̈ܬܐ ܒܠܚܘܕ\";'),('arc','messages:tog-fancysig','s:76:\"en:Treat signature as wikitext (without an automatic link to your user page)\";'),('arc','messages:tog-forceeditsummary','s:77:\"en:Prompt me when entering a blank edit summary (or the default undo summary)\";'),('arc','messages:tog-hidecategorization','s:31:\"en:Hide categorization of pages\";'),('arc','messages:tog-hideminor','s:66:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܐ ܙܥܘܪ̈ܐ ܒܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ\";'),('arc','messages:tog-hidepatrolled','s:66:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܐ ܟܪ̈ܝܟܐ ܒܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ\";'),('arc','messages:tog-minordefault','s:34:\"en:Mark all edits minor by default\";'),('arc','messages:tog-newpageshidepatrolled','s:78:\"arc:ܛܫܝ ܦܐܬܬ̈ܐ ܟܪ̈ܝܟܬܐ ܡܢ ܡܟܬܒܘܬܐ ܕܦܐܬܐ ܚܕܬܐ\";'),('arc','messages:tog-norollbackdiff','s:46:\"en:Don\'t show diff after performing a rollback\";'),('arc','messages:tog-oldsig','s:29:\"arc:ܪܡܝ ܐܝܕܐ ܗܫܝܐ:\";'),('arc','messages:tog-prefershttps','s:49:\"en:Always use a secure connection while logged in\";'),('arc','messages:tog-previewonfirst','s:37:\"en:Show preview when starting to edit\";'),('arc','messages:tog-previewontop','s:31:\"en:Show preview before edit box\";'),('arc','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('arc','messages:tog-showhiddencats','s:34:\"arc:ܚܘܝ ܣܕܪ̈ܐ ܛܘܫܝ̈ܐ\";'),('arc','messages:tog-shownumberswatching','s:36:\"en:Show the number of watching users\";'),('arc','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('arc','messages:tog-underline','s:40:\"arc:ܪܫܘܡ ܣܪܛܐ ܬܚܝܬ ܐܣܪܐ:\";'),('arc','messages:tog-useeditwarning','s:109:\"arc:ܙܗܪ ܠܝ ܐܡܬܝ ܫܒܩ ܐܢܐ ܦܐܬܐ ܕܫܘܚܠܦܐ ܕܐܝܬ ܒܗ ܫܘܚܠܦ̈ܐ ܠܐ ܠܒܝܟ̈ܐ\";'),('arc','messages:tog-uselivepreview','s:42:\"en:Show preview without reloading the page\";'),('arc','messages:tog-usenewrc','s:56:\"en:Group changes by page in recent changes and watchlist\";'),('arc','messages:tog-watchcreations','s:85:\"arc:ܐܘܣܦ ܦܐܬܬ̈ܐ ܕܒܪܐ ܐܢܐ ܘܠܠܦ̈ܐ ܕܐܣܩ ܐܢܐ ܠܪ̈ܗܝܬܝ\";'),('arc','messages:tog-watchdefault','s:71:\"arc:ܐܘܣܦ ܦܐܬܬ̈ܐ ܘܠܦܦ̈ܐ ܕܫܚܠܦ ܐܢܐ ܠܪ̈ܗܝܬܝ\";'),('arc','messages:tog-watchdeletion','s:69:\"arc:ܐܘܣܦ ܦܐܬܬ̈ܐ ܘܠܦܦ̈ܐ ܕܫܐܦ ܐܢܐ ܠܪ̈ܗܝܬܝ\";'),('arc','messages:tog-watchlisthideanons','s:78:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܐ ܕܡܦܠܚܢ̈ܐ ܠܐ ܝܕ̈ܝܥܐ ܡܢ ܪ̈ܗܝܬܐ\";'),('arc','messages:tog-watchlisthidebots','s:52:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܐ ܕܒܘܬ ܡܢ ܪ̈ܗܝܬܐ\";'),('arc','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('arc','messages:tog-watchlisthideliu','s:73:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܐ ܕܡܦܠܚܢ̈ܐ ܥܠܝܠ̈ܐ ܡܢ ܪ̈ܗܝܬܐ\";'),('arc','messages:tog-watchlisthideminor','s:56:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܐ ܙܥܘܪ̈ܐ ܡܢ ܪ̈ܗܝܬܐ\";'),('arc','messages:tog-watchlisthideown','s:43:\"arc:ܛܫܝ ܫܘܚܠܦ̈ܝ ܡܢ ܪ̈ܗܝܬܐ\";'),('arc','messages:tog-watchlisthidepatrolled','s:42:\"en:Hide patrolled edits from the watchlist\";'),('arc','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('arc','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('arc','messages:tog-watchmoves','s:69:\"arc:ܐܘܣܦ ܦܐܬܬ̈ܐ ܘܠܦܦ̈ܐ ܕܫܢܐ ܐܢܐ ܠܪ̈ܗܝܬܝ\";'),('arc','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('arc','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('arc','messages:tool-link-contributions','s:66:\"arc:ܫܘܬܦܘ̈ܬܐ {{GENDER:$1|ܕܡܦܠܚܢܐ|ܕܡܦܠܚܢܬܐ}}\";'),('arc','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('arc','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('arc','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('arc','messages:toolbox','s:14:\"arc:ܡܐܢ̈ܐ\";'),('arc','messages:tooltip-ca-addsection','s:28:\"arc:ܫܪܝ ܡܢܬܐ ܚܕܬܐ\";'),('arc','messages:tooltip-ca-delete','s:26:\"arc:ܫܘܦ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:tooltip-ca-edit','s:17:\"en:Edit this page\";'),('arc','messages:tooltip-ca-history','s:30:\"en:Past revisions of this page\";'),('arc','messages:tooltip-ca-move','s:26:\"arc:ܫܢܝ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:tooltip-ca-nstab-category','s:30:\"arc:ܚܘܝ ܦܐܬܐ ܕܣܕܪܐ\";'),('arc','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('arc','messages:tooltip-ca-nstab-image','s:30:\"arc:ܚܘܝ ܦܐܬܐ ܕܠܦܦܐ\";'),('arc','messages:tooltip-ca-nstab-main','s:36:\"arc:ܚܘܝ ܦܐܬܐ ܕܚܒ̈ܝܫܬܐ\";'),('arc','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('arc','messages:tooltip-ca-nstab-mediawiki','s:26:\"en:View the system message\";'),('arc','messages:tooltip-ca-nstab-project','s:24:\"en:View the project page\";'),('arc','messages:tooltip-ca-nstab-special','s:50:\"en:This is a special page, and it cannot be edited\";'),('arc','messages:tooltip-ca-nstab-template','s:20:\"en:View the template\";'),('arc','messages:tooltip-ca-nstab-user','s:34:\"arc:ܚܘܝ ܦܐܬܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:tooltip-ca-protect','s:26:\"arc:ܛܪ ܠܗܕܐ ܦܐܬܐ\";'),('arc','messages:tooltip-ca-talk','s:43:\"arc:ܡܡܠܠܐ ܥܠ ܚܒܝܫܬܐ ܕܦܐܬܐ\";'),('arc','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('arc','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('arc','messages:tooltip-ca-unwatch','s:39:\"en:Remove this page from your watchlist\";'),('arc','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('arc','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('arc','messages:tooltip-ca-view','s:3:\"en:\";'),('arc','messages:tooltip-ca-viewsource','s:89:\"arc:ܗܢܐ ܦܐܬܐ ܢܛܪܬܐ ܐܝܬܝܗܝ.\nܡܨܐ ܐܢܬ ܕܬܚܙܐ ܡܒܘܥܐ ܕܝܠܗ\";'),('arc','messages:tooltip-ca-watch','s:34:\"en:Add this page to your watchlist\";'),('arc','messages:tooltip-compareselectedversions','s:70:\"en:See the differences between the two selected revisions of this page\";'),('arc','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('arc','messages:tooltip-diff','s:42:\"en:Show which changes you made to the text\";'),('arc','messages:tooltip-feed-atom','s:49:\"arc:ܛܥܝܡܘܬܐ ܕܐܛܘܡ ܠܦܐܬܬܐ ܗܕܐ\";'),('arc','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('arc','messages:tooltip-invert','s:114:\"en:Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)\";'),('arc','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('arc','messages:tooltip-minoredit','s:28:\"en:Mark this as a minor edit\";'),('arc','messages:tooltip-n-currentevents','s:48:\"en:Find background information on current events\";'),('arc','messages:tooltip-n-help','s:27:\"arc:ܕܘܟܐ ܠܥܘܕܪܢܐ\";'),('arc','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('arc','messages:tooltip-n-mainpage','s:32:\"arc:ܣܥܪ ܦܐܬܐ ܪܝܫܝܬܐ\";'),('arc','messages:tooltip-n-mainpage-description','s:40:\"arc:ܬܪܘܩܬܐ ܕܦܐܬܐ ܪܝܫܝܬܐ\";'),('arc','messages:tooltip-n-portal','s:112:\"arc:ܚܕܪ ܬܪܡܝܬܐ، ܡܢܐ ܡܫܟܚ ܐܢܬ ܠܥܒܕܐ، ܐܝܟܐ ܬܚܙܝ ܟܠ ܡܐ ܕܣܢܝܩ ܐܢܬ ܠܗ\";'),('arc','messages:tooltip-n-randompage','s:41:\"arc:ܐܛܥܢ ܡܓܠܬܐ ܚܕ ܚܘܝܚܬܐ\";'),('arc','messages:tooltip-n-recentchanges','s:65:\"arc:ܡܟܬܒܢܘܬܐ ܒܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ ܒܓܘ ܘܝܩܝ.\";'),('arc','messages:tooltip-namespace_association','s:102:\"en:Check this box to also include the talk or subject namespace associated with the selected namespace\";'),('arc','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('arc','messages:tooltip-p-lang','s:3:\"en:\";'),('arc','messages:tooltip-p-logo','s:25:\"arc:ܦܐܬܐ ܪܝܫܝܬܐ\";'),('arc','messages:tooltip-p-namespaces','s:3:\"en:\";'),('arc','messages:tooltip-p-navigation','s:3:\"en:\";'),('arc','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('arc','messages:tooltip-p-tb','s:3:\"en:\";'),('arc','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('arc','messages:tooltip-p-user-page','s:3:\"en:\";'),('arc','messages:tooltip-p-variants','s:3:\"en:\";'),('arc','messages:tooltip-p-views','s:3:\"en:\";'),('arc','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('arc','messages:tooltip-preview','s:59:\"en:Preview your changes. Please use this before publishing.\";'),('arc','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('arc','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('arc','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('arc','messages:tooltip-pt-createaccount','s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";'),('arc','messages:tooltip-pt-login','s:96:\"arc:ܢܠܒܒ ܠܟ ܕܣܓܠ ܐܢܬ ܥܠܠܐ ܕܝܠܟ، ܐܠܐ ܗܢܐ ܠܐ ܐܝܬܝܗܝ ܐܠܨܝܐ\";'),('arc','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('arc','messages:tooltip-pt-logout','s:12:\"arc:ܦܠܛܐ\";'),('arc','messages:tooltip-pt-mycontris','s:41:\"arc:ܡܟܬܒܢܘܬܐ ܕܫܘܬܦܘܝܬ̈ܟ\";'),('arc','messages:tooltip-pt-mytalk','s:34:\"arc:ܦܐܬܐ ܕܡܡܠܠܐ ܕܝܠܟ\";'),('arc','messages:tooltip-pt-preferences','s:20:\"arc:Your preferences\";'),('arc','messages:tooltip-pt-tmpuserpage','s:42:\"en:Your auto-generated temporary user name\";'),('arc','messages:tooltip-pt-userpage','s:36:\"arc:ܦܐܬܐ ܕܡܦܠܚܢܐ ܕܝܠܟ\";'),('arc','messages:tooltip-pt-watchlist','s:88:\"arc:ܡܟܬܒܢܘܬܐ ܕܦܐܬܬ̈ܐ ܕܬܪܗܝ ܐܢܬ ܫܘܚܠܦ̈ܐ ܕܬܗܘܐ ܒܗܘܢ\";'),('arc','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('arc','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('arc','messages:tooltip-rollback','s:78:\"en:\"Rollback\" reverts the last contributor\'s edit(s) to this page in one click\";'),('arc','messages:tooltip-save','s:25:\"arc:ܠܒܘܟ ܫܘܚܠܦܟ\";'),('arc','messages:tooltip-search','s:30:\"arc:ܒܨܝ ܒܓܘ {{SITENAME}}\";'),('arc','messages:tooltip-search-fulltext','s:55:\"arc:ܒܨܝ ܒܓܘ ܦܐܬܬ̈ܐ ܥܠ ܗܢܐ ܟܬܝܒܬܐ\";'),('arc','messages:tooltip-search-go','s:49:\"en:Go to a page with this exact name if it exists\";'),('arc','messages:tooltip-summary','s:24:\"en:Enter a short summary\";'),('arc','messages:tooltip-t-contributions','s:57:\"arc:ܡܟܬܒܢܘܬܐ ܒܫܘܬܦ̈ܐ ܕܗܢܐ ܡܦܠܚܢܐ\";'),('arc','messages:tooltip-t-emailuser','s:43:\"arc:ܫܕܪ ܐܓܪܬܐ ܠܗܢܐ ܡܦܠܚܢܐ\";'),('arc','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('arc','messages:tooltip-t-permalink','s:47:\"en:Permanent link to this revision of this page\";'),('arc','messages:tooltip-t-print','s:33:\"en:Printable version of this page\";'),('arc','messages:tooltip-t-recentchangeslinked','s:48:\"en:Recent changes in pages linked from this page\";'),('arc','messages:tooltip-t-specialpages','s:57:\"arc:ܡܟܬܒܢܘܬܐ ܒܟܠ ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ\";'),('arc','messages:tooltip-t-upload','s:21:\"arc:ܐܣܩ ܠܦܦ̈ܐ\";'),('arc','messages:tooltip-t-whatlinkshere','s:42:\"en:A list of all wiki pages that link here\";'),('arc','messages:tooltip-undo','s:110:\"en:\"Undo\" reverts this edit and opens the edit form in preview mode. It allows adding a reason in the summary.\";'),('arc','messages:tooltip-upload','s:15:\"en:Start upload\";'),('arc','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('arc','messages:tooltip-watch','s:62:\"arc:ܐܘܣܦ ܦܐܬܐ ܗܕܐ ܠܡܟܬܒܢܘܬܐ ܕܪ̈ܗܝܬܟ\";'),('arc','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('arc','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('arc','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('arc','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('arc','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('arc','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('arc','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('arc','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('arc','messages:trackingcategories-name','s:15:\"en:Message name\";'),('arc','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('arc','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('arc','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('arc','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('arc','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('arc','messages:tue','s:18:\"arc:ܬܠܬܒܫܒܐ\";'),('arc','messages:tuesday','s:18:\"arc:ܬܠܬܒܫܒܐ\";'),('arc','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('arc','messages:uctop','s:12:\"arc:ܗܫܝܐ\";'),('arc','messages:unblock','s:39:\"arc:ܫܩܘܠ ܚܪܡܐ ܡܢ ܡܦܠܚܢܐ\";'),('arc','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('arc','messages:unblock-summary','s:3:\"en:\";'),('arc','messages:unblocked','s:43:\"arc:ܐܫܬܩܠ ܚܪܡܐ ܡܢ [[User:$1|$1]]\";'),('arc','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('arc','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('arc','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('arc','messages:unblockip','s:39:\"arc:ܫܩܘܠ ܚܪܡܐ ܡܢ ܡܦܠܚܢܐ\";'),('arc','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('arc','messages:unblocklink','s:21:\"arc:ܫܩܘܠ ܚܪܡܐ\";'),('arc','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('arc','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('arc','messages:uncategorizedcategories','s:32:\"arc:ܣܕܪ̈ܐ ܠܐ ܣܕܝܪ̈ܐ\";'),('arc','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('arc','messages:uncategorizedimages','s:32:\"arc:ܠܦܦ̈ܐ ܠܐ ܣܕܝܪ̈ܐ\";'),('arc','messages:uncategorizedimages-summary','s:3:\"en:\";'),('arc','messages:uncategorizedpages','s:36:\"arc:ܦܐܬܬ̈ܐ ܠܐ ܣܕܝܪ̈ܬܐ\";'),('arc','messages:uncategorizedpages-summary','s:3:\"en:\";'),('arc','messages:uncategorizedtemplates','s:32:\"arc:ܩܠܒ̈ܐ ܠܐ ܣܕܝܪ̈ܐ\";'),('arc','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('arc','messages:undelete','s:36:\"arc:ܚܙܝ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('arc','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('arc','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('arc','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('arc','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('arc','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('arc','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('arc','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('arc','messages:undelete-fieldset-title','s:25:\"arc:ܐܦܢܝ ܬܢܝܬ̈ܐ\";'),('arc','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('arc','messages:undelete-header','s:106:\"arc:ܚܙܝ [[Special:Log/delete|ܣܓܠܐ ܕܫܝܦܐ]] ܠܚܙܝܐ ܕܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ ܚܕ̈ܬܬܐ.\";'),('arc','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('arc','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('arc','messages:undelete-nodiff','s:35:\"arc:ܠܝܬ ܬܢܝܬܐ ܥܬܝܩܬܐ.\";'),('arc','messages:undelete-revision','s:61:\"arc:ܫܦ ܬܢܝܬܐ ܕ $1 (ܒܣܝܩܘܡ $4, ܒ $5) ܒܝܕ $3:\";'),('arc','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('arc','messages:undelete-search-box','s:36:\"arc:ܒܨܝ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('arc','messages:undelete-search-prefix','s:36:\"arc:ܚܘܝ ܦܐܬܬ̈ܐ ܫܪܝܢ ܒ:\";'),('arc','messages:undelete-search-submit','s:10:\"arc:ܒܨܝ\";'),('arc','messages:undelete-search-title','s:36:\"arc:ܒܨܝ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('arc','messages:undelete-show-file-submit','s:10:\"arc:ܐܝܢ\";'),('arc','messages:undelete-summary','s:3:\"en:\";'),('arc','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('arc','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('arc','messages:undelete_short','s:65:\"arc:ܠܐ ܫܘܦ {{PLURAL:$1|ܚܕ ܫܘܚܠܦܐ|$1 ܫܘܚܠܦ̈ܐ}}\";'),('arc','messages:undeletebtn','s:12:\"arc:ܐܦܢܝ\";'),('arc','messages:undeletecomment','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('arc','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('arc','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('arc','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('arc','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('arc','messages:undeleteinvert','s:25:\"arc:ܐܗܦܟ ܠܓܘܒܝܐ\";'),('arc','messages:undeletelink','s:19:\"arc:ܚܙܝ/ܐܦܢܝ\";'),('arc','messages:undeletepage','s:47:\"arc:ܚܙܝ ܘܐܦܢܝ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('arc','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('arc','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('arc','messages:undeleterevision-duplicate-revid','s:138:\"en:{{PLURAL:$1|One revision|$1 revisions}} could not be undeleted, because {{PLURAL:$1|its|their}} <code>rev_id</code> was already in use.\";'),('arc','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('arc','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('arc','messages:undeleteviewlink','s:10:\"arc:ܚܙܝ\";'),('arc','messages:underline-always','s:12:\"arc:ܐܡܝܢ\";'),('arc','messages:underline-default','s:26:\"en:Skin or browser default\";'),('arc','messages:underline-never','s:19:\"arc:ܠܐ ܡܡܬܘܡ\";'),('arc','messages:undo-failure','s:70:\"en:The edit could not be undone due to conflicting intermediate edits.\";'),('arc','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('arc','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('arc','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('arc','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('arc','messages:undo-summary','s:89:\"arc:ܠܐ ܬܥܒܕ $1 ܒܝܕ [[Special:Contributions/$2|$2]] ([[User talk:$2|ܡܡܠܠܐ]])\";'),('arc','messages:undo-summary-anon','s:54:\"en:Undo revision $1 by [[Special:Contributions/$2|$2]]\";'),('arc','messages:undo-summary-import','s:47:\"en:Undo imported revision $1 by user [[:$2|$3]]\";'),('arc','messages:undo-summary-import2','s:39:\"en:Undo imported revision $1 by user $2\";'),('arc','messages:undo-summary-username-hidden','s:36:\"en:Undo revision $1 by a hidden user\";'),('arc','messages:unexpected','s:31:\"en:Unexpected value: \"$1\"=\"$2\".\";'),('arc','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('arc','messages:unit-pixel','s:5:\"en:px\";'),('arc','messages:unknown-error','s:29:\"en:An unknown error occurred.\";'),('arc','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('arc','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('arc','messages:unlockbtn','s:18:\"en:Unlock database\";'),('arc','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('arc','messages:unlockdb','s:18:\"en:Unlock database\";'),('arc','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('arc','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('arc','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('arc','messages:unpatrolledletter','s:4:\"en:!\";'),('arc','messages:unprotect','s:27:\"arc:ܫܚܠܦ ܢܛܝܪܘܬܐ\";'),('arc','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('arc','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('arc','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('arc','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('arc','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('arc','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('arc','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('arc','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('arc','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('arc','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('arc','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('arc','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('arc','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('arc','messages:unusedcategories','s:32:\"arc:ܣܕܪ̈ܐ ܠܐ ܦܠܝܚ̈ܐ\";'),('arc','messages:unusedcategories-summary','s:3:\"en:\";'),('arc','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('arc','messages:unusedimages','s:32:\"arc:ܠܦܦ̈ܐ ܠܐ ܦܠܝܚ̈ܐ\";'),('arc','messages:unusedimages-summary','s:3:\"en:\";'),('arc','messages:unusedimagestext','s:194:\"en:The following files exist but are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('arc','messages:unusedimagestext-categorizedimgisused','s:284:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('arc','messages:unusedtemplates','s:32:\"arc:ܩܠܒ̈ܐ ܠܐ ܦܠܝܚ̈ܐ\";'),('arc','messages:unusedtemplates-summary','s:3:\"en:\";'),('arc','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('arc','messages:unusedtemplateswlh','s:29:\"arc:ܐܣܘܪ̈ܐ ܐܚܪ̈ܢܐ\";'),('arc','messages:unwatch','s:15:\"arc:ܠܐ ܪܗܝ\";'),('arc','messages:unwatchedpages','s:34:\"arc:ܦܐܬܬ̈ܐ ܠܐ ܪ̈ܗܝܬܐ\";'),('arc','messages:unwatchedpages-summary','s:3:\"en:\";'),('arc','messages:unwatching','s:22:\"arc:ܠܚܝ ܪܗܝܐ...\";'),('arc','messages:unwatchthispage','s:19:\"arc:ܟܠܝ ܪܗܝܐ\";'),('arc','messages:updated','s:16:\"arc:(ܐܬܚܕܬ)\";'),('arc','messages:updatedmarker','s:59:\"arc:ܐܬܚܕܬ ܗܐ ܡܢ ܙܒܢܐ ܕܣܘܥܪܢܝ ܐܚܪܝܐ\";'),('arc','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('arc','messages:upload','s:19:\"arc:ܐܣܩ ܠܦܦܐ\";'),('arc','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('arc','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('arc','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('arc','messages:upload-curl-error6','s:22:\"en:Could not reach URL\";'),('arc','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('arc','messages:upload-default-description','s:4:\"en:-\";'),('arc','messages:upload-description','s:25:\"arc:ܫܘܡܗܐ ܕܠܦܦܐ\";'),('arc','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('arc','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('arc','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('arc','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('arc','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('arc','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('arc','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('arc','messages:upload-disallowed-here','s:34:\"en:You cannot overwrite this file.\";'),('arc','messages:upload-file-error','s:21:\"arc:ܦܘܕܐ ܓܘܝܐ\";'),('arc','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('arc','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('arc','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('arc','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('arc','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('arc','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('arc','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('arc','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('arc','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('arc','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('arc','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('arc','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('arc','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('arc','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('arc','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('arc','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('arc','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('arc','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('arc','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('arc','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('arc','messages:upload-maxfilesize','s:47:\"arc:ܡܬܚܐ ܥܠܝܐ ܕܥܓܪܐ ܕܠܦܦܐ: $1\";'),('arc','messages:upload-misc-error','s:52:\"arc:ܦܘܕܐ ܠܐ ܝܕܝܥܐ ܒܐܣܩܬܐ ܕܠܦܦܐ\";'),('arc','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('arc','messages:upload-options','s:40:\"arc:ܓܒܝܬ̈ܐ ܕܐܣܩܬܐ ܕܠܦܦܐ\";'),('arc','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('arc','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('arc','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('arc','messages:upload-proto-error','s:36:\"arc:ܦܪܘܛܘܩܘܠ ܠܐ ܬܪܝܨܐ\";'),('arc','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('arc','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('arc','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('arc','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('arc','messages:upload-source','s:25:\"arc:ܡܒܘܥܐ ܕܠܦܦܐ\";'),('arc','messages:upload-summary','s:3:\"en:\";'),('arc','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('arc','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('arc','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('arc','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('arc','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('arc','messages:upload_source_file','s:42:\"arc: (ܠܦܦܐ ܥܠ ܚܫܘܒܬܐ ܕܝܠܟ)\";'),('arc','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('arc','messages:uploadbtn','s:19:\"arc:ܐܣܩ ܠܦܦܐ\";'),('arc','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('arc','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('arc','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('arc','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('arc','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('arc','messages:uploaded-href-attribute-svg','s:282:\"en:<a> elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as <image>, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('arc','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('arc','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('arc','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('arc','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('arc','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('arc','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('arc','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('arc','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('arc','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('arc','messages:uploaderror','s:25:\"arc:ܦܘܕܐ ܒܡܣܩܬܐ\";'),('arc','messages:uploadfooter','s:4:\"en:-\";'),('arc','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('arc','messages:uploadlogpage','s:23:\"arc:ܣܓܠܐ ܕܣܠܩܐ\";'),('arc','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('arc','messages:uploadnewversion-linktext','s:49:\"arc:ܐܣܩ ܨܚܚܐ ܚܕܬܐ ܡܢ ܗܢܐ ܠܦܦܐ\";'),('arc','messages:uploadnologin','s:25:\"arc:ܠܝܬܝܟ ܥܠܝܠܐ\";'),('arc','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('arc','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('arc','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('arc','messages:uploadstash','s:15:\"en:Upload stash\";'),('arc','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('arc','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('arc','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('arc','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('arc','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('arc','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('arc','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('arc','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('arc','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('arc','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('arc','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('arc','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('arc','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('arc','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('arc','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('arc','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('arc','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('arc','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('arc','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('arc','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('arc','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('arc','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('arc','messages:uploadstash-thumbnail','s:17:\"en:view thumbnail\";'),('arc','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('arc','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('arc','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('arc','messages:uploadvirus','s:55:\"arc:ܠܦܦܐ ܐܝܬ ܒܗ ܒܝܪܘܣ!\nܐܪ̈ܝܟܬܐ: $1\";'),('arc','messages:uploadwarning','s:21:\"arc:ܐܣܩ ܙܘܗܪܐ\";'),('arc','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('arc','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('arc','messages:user-mail-no-addy','s:48:\"en:Tried to send email without an email address.\";'),('arc','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('arc','messages:usercreated','s:56:\"arc:{{ܓܢܣܐ:$3|ܒܪܐ}} ܒܣܝܩܘܡ $1 ܒܫܥܬܐ $2\";'),('arc','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('arc','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('arc','messages:usercssyoucanpreview','s:101:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new CSS before publishing.\";'),('arc','messages:usereditcount','s:48:\"arc:$1 {{PLURAL:$1|ܫܘܚܠܦܐ|ܫܘܚܠܦ̈ܐ}}\";'),('arc','messages:userexists','s:102:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ ܕܐܥܠܬ ܫܩܝܠܐ ܐܝܬܘܗܝ.\nܫܦܝܪܐܝܬ ܓܒܝ ܫܡܐ ܐܚܪܢܐ.\";'),('arc','messages:userinvalidconfigtitle','s:182:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css, .json, and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('arc','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('arc','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('arc','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('arc','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('arc','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('arc','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('arc','messages:userjsyoucanpreview','s:108:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JavaScript before publishing.\";'),('arc','messages:userlogin-createanother','s:25:\"en:Create another account\";'),('arc','messages:userlogin-helplink2','s:23:\"en:Help with logging in\";'),('arc','messages:userlogin-joinproject','s:28:\"arc:ܢܩܦ ܥܡ {{SITENAME}}\";'),('arc','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('arc','messages:userlogin-noaccount','s:30:\"arc:ܠܝܬ ܠܟ ܚܘܫܒܢܐ؟\";'),('arc','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('arc','messages:userlogin-remembermypassword','s:43:\"arc:ܫܒܘܩ ܠܝ ܥܠܝܠܐ ܒܚܘܫܒܢܝ\";'),('arc','messages:userlogin-resetpassword-link','s:32:\"arc:ܢܫܬ ܡܠܬܐ ܕܥܠܠܐ؟\";'),('arc','messages:userlogin-signwithsecure','s:42:\"arc:ܐܚܫܚ ܕܒܝܩܘܬܐ ܡܫܝܢܢܬܐ\";'),('arc','messages:userlogin-yourname','s:25:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:userlogin-yourname-ph','s:41:\"arc:ܐܥܠ ܫܡܐ ܕܡܦܠܚܢܐ ܕܝܠܟ\";'),('arc','messages:userlogin-yourpassword','s:23:\"arc:ܡܠܬܐ ܕܥܠܠܐ\";'),('arc','messages:userlogin-yourpassword-ph','s:39:\"arc:ܐܥܠ ܡܠܬܐ ܕܥܠܠܐ ܕܝܠܟ\";'),('arc','messages:userlogout','s:12:\"arc:ܦܠܘܛ\";'),('arc','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('arc','messages:userlogout-summary','s:3:\"en:\";'),('arc','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('arc','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('arc','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('arc','messages:usermessage-editor','s:27:\"arc:ܡܫܕܪܢܐ ܕܛܟܣܐ\";'),('arc','messages:usermessage-summary','s:34:\"arc:ܫܒܩܐ ܐܓܪܬܐ ܕܛܟܣܐ\";'),('arc','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('arc','messages:username','s:64:\"arc:{{GENDER:$1|ܫܡܐ ܕܡܦܠܚܢܐ|ܫܡܐ ܕܡܦܠܚܢܬܐ}}:\";'),('arc','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('arc','messages:userpage-userdoesnotexist','s:90:\"en:User account \"$1\" is not registered.\nPlease check if you want to create/edit this page.\";'),('arc','messages:userpage-userdoesnotexist-view','s:39:\"en:User account \"$1\" is not registered.\";'),('arc','messages:userrights','s:48:\"arc:ܡܕܒܪܢܘܬܐ ܕܙܕ̈ܩܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('arc','messages:userrights-changeable-col','s:24:\"en:Groups you can change\";'),('arc','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('arc','messages:userrights-editusergroup','s:42:\"arc:ܫܚܠܦ ܟܢܘܫܝ̈ܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:userrights-expiry','s:11:\"en:Expires:\";'),('arc','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('arc','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('arc','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('arc','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('arc','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('arc','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('arc','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('arc','messages:userrights-groupsmember','s:16:\"arc:ܗܕܡܐ ܒ:\";'),('arc','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('arc','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('arc','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('arc','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('arc','messages:userrights-lookup-user','s:40:\"arc:ܕܒܪ ܟܢܘܫܝ̈ܐ ܕܡܦܠܚܢܐ\";'),('arc','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('arc','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('arc','messages:userrights-nodatabase','s:46:\"en:Database $1 does not exist or is not local.\";'),('arc','messages:userrights-reason','s:13:\"arc:ܥܠܬܐ:\";'),('arc','messages:userrights-summary','s:3:\"en:\";'),('arc','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('arc','messages:userrights-unchangeable-col','s:27:\"en:Groups you cannot change\";'),('arc','messages:userrights-user-editname','s:33:\"arc:ܐܥܠ ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('arc','messages:variantname-crh','s:6:\"en:crh\";'),('arc','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('arc','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('arc','messages:variantname-gan','s:6:\"en:gan\";'),('arc','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('arc','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('arc','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('arc','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('arc','messages:variantname-iu','s:5:\"en:iu\";'),('arc','messages:variantname-kk','s:5:\"en:kk\";'),('arc','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('arc','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('arc','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('arc','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('arc','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('arc','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('arc','messages:variantname-ku','s:5:\"en:ku\";'),('arc','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('arc','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('arc','messages:variantname-shi','s:6:\"en:shi\";'),('arc','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('arc','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('arc','messages:variantname-sr','s:5:\"en:sr\";'),('arc','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('arc','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('arc','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('arc','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('arc','messages:variantname-tg','s:5:\"en:tg\";'),('arc','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('arc','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('arc','messages:variantname-tly','s:6:\"en:tly\";'),('arc','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('arc','messages:variantname-uz','s:5:\"en:uz\";'),('arc','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('arc','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('arc','messages:variantname-zh','s:5:\"en:zh\";'),('arc','messages:variantname-zh-cn','s:5:\"en:CN\";'),('arc','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('arc','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('arc','messages:variantname-zh-hk','s:5:\"en:HK\";'),('arc','messages:variantname-zh-mo','s:5:\"en:MO\";'),('arc','messages:variantname-zh-my','s:5:\"en:MY\";'),('arc','messages:variantname-zh-sg','s:5:\"en:SG\";'),('arc','messages:variantname-zh-tw','s:5:\"en:TW\";'),('arc','messages:variants','s:26:\"arc:ܡܫܬܚܠܦܢܘ̈ܬܐ\";'),('arc','messages:vector-2022-prefs-talkpage','s:58:\"en:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussion]]\";'),('arc','messages:vector-action-addsection','s:23:\"arc:ܐܘܣܦ ܡܠܘܐܐ\";'),('arc','messages:vector-action-delete','s:10:\"arc:ܫܘܦ\";'),('arc','messages:vector-action-move','s:10:\"arc:ܫܢܝ\";'),('arc','messages:vector-action-protect','s:8:\"arc:ܛܪ\";'),('arc','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('arc','messages:vector-action-undelete','s:15:\"arc:ܠܐ ܫܘܦ\";'),('arc','messages:vector-action-unprotect','s:27:\"arc:ܫܚܠܦ ܢܛܝܪܘܬܐ\";'),('arc','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('arc','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('arc','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('arc','messages:vector-article-tools-nav-label','s:8:\"en:Tools\";'),('arc','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('arc','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('arc','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('arc','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('arc','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('arc','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('arc','messages:vector-language-redirect-to-top','s:127:\"en:On this {{SITENAME}} the language links are at the top of the page across from the article title. [[#p-lang-btn|Go to top]].\";'),('arc','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('arc','messages:vector-languages','s:12:\"en:Languages\";'),('arc','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('arc','messages:vector-more-actions','s:7:\"en:More\";'),('arc','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('arc','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('arc','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('arc','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('arc','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('arc','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('arc','messages:vector-site-nav-label','s:7:\"en:Site\";'),('arc','messages:vector-skin-desc','s:198:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project.\";'),('arc','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('arc','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('arc','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('arc','messages:vector-toc-heading','s:11:\"en:Contents\";'),('arc','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('arc','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('arc','messages:vector-toc-toggle-position-sidebar','s:18:\"en:move to sidebar\";'),('arc','messages:vector-toc-toggle-position-title','s:7:\"en:hide\";'),('arc','messages:vector-view-create','s:10:\"arc:ܒܪܝ\";'),('arc','messages:vector-view-edit','s:12:\"arc:ܫܚܠܦ\";'),('arc','messages:vector-view-history','s:23:\"arc:ܚܙܝ ܬܫܥܝܬܐ\";'),('arc','messages:vector-view-view','s:10:\"arc:ܩܪܝ\";'),('arc','messages:vector-view-viewsource','s:21:\"arc:ܚܙܝ ܡܒܘܥܐ\";'),('arc','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('arc','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('arc','messages:verification-error','s:44:\"en:This file did not pass file verification.\";'),('arc','messages:version','s:12:\"arc:ܨܚܚܐ\";'),('arc','messages:version-antispam','s:18:\"en:Spam prevention\";'),('arc','messages:version-api','s:6:\"en:API\";'),('arc','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('arc','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('arc','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('arc','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('arc','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('arc','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('arc','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('arc','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('arc','messages:version-editors','s:10:\"en:Editors\";'),('arc','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('arc','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('arc','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('arc','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('arc','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('arc','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('arc','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('arc','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('arc','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('arc','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('arc','messages:version-ext-colheader-license','s:10:\"en:License\";'),('arc','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('arc','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('arc','messages:version-ext-license','s:10:\"en:License\";'),('arc','messages:version-extensions','s:23:\"en:Installed extensions\";'),('arc','messages:version-hook-name','s:12:\"en:Hook name\";'),('arc','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('arc','messages:version-hooks','s:8:\"en:Hooks\";'),('arc','messages:version-libraries','s:22:\"en:Installed libraries\";'),('arc','messages:version-libraries-authors','s:10:\"en:Authors\";'),('arc','messages:version-libraries-description','s:14:\"en:Description\";'),('arc','messages:version-libraries-library','s:10:\"en:Library\";'),('arc','messages:version-libraries-license','s:10:\"en:License\";'),('arc','messages:version-libraries-version','s:10:\"en:Version\";'),('arc','messages:version-license','s:20:\"en:MediaWiki License\";'),('arc','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('arc','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('arc','messages:version-license-title','s:17:\"en:License for $1\";'),('arc','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('arc','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('arc','messages:version-other','s:14:\"arc:ܐܚܪܢܐ\";'),('arc','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('arc','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('arc','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('arc','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('arc','messages:version-poweredby-others','s:16:\"arc:ܐܚܪ̈ܢܐ\";'),('arc','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('arc','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('arc','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('arc','messages:version-skins','s:18:\"en:Installed skins\";'),('arc','messages:version-software','s:21:\"en:Installed software\";'),('arc','messages:version-software-product','s:10:\"en:Product\";'),('arc','messages:version-software-version','s:12:\"arc:ܨܚܚܐ\";'),('arc','messages:version-specialpages','s:33:\"arc:ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ\";'),('arc','messages:version-summary','s:3:\"en:\";'),('arc','messages:version-variables','s:12:\"en:Variables\";'),('arc','messages:version-version','s:7:\"en:($1)\";'),('arc','messages:versionrequired','s:35:\"en:Version $1 of MediaWiki required\";'),('arc','messages:versionrequiredtext','s:94:\"en:Version $1 of MediaWiki is required to use this page.\nSee [[Special:Version|version page]].\";'),('arc','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('arc','messages:view','s:10:\"arc:ܚܘܝ\";'),('arc','messages:view-pool-contention','s:18:\"en:pool contention\";'),('arc','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('arc','messages:view-pool-error','s:235:\"arc:ܫܘܒܩܢܐ، ܬܫܡܫܬ̈ܐ ܐܢܘܢ ܠܐ̈ܝܐ ܗܫܐܝܬ\nܣܓܝ ܡܦܠܚܢ̈ܐ ܢܣܝܢ ܠܚܙܝܐ ܕܦܐܬܐ ܗܕܐ\nܦܝܣܐ ܡܢܟ ܣܟܝ ܩܠܝܠ ܡܢ ܩܕܡ ܕܬܢܣܐ ܠܡܛܝܐ ܠܦܐܬܐ ܗܕܐ ܙܒܢܬܐ ܐܚܪܬܐ.\n\n$1\";'),('arc','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('arc','messages:viewcount','s:79:\"arc:ܐܬܓܠܚܬ ܗܕܐ ܦܐܬܐ {{PLURAL:$1|ܙܒܢܬܐ ܚܕ|$1 ܙܒܢܝ̈ܢ}}.\";'),('arc','messages:viewdeleted','s:15:\"arc:ܚܙܝ $1؟\";'),('arc','messages:viewdeleted_short','s:80:\"arc:ܚܙܝ {{PLURAL:$1|ܚܕ ܫܘܚܠܦܐ ܫܝܦܐ|$1 ܫܘܚܠܦ̈ܐ ܫܝܦ̈ܐ}}\";'),('arc','messages:viewdeletedpage','s:36:\"arc:ܚܙܝ ܦܐܬܬ̈ܐ ܫܝܦܬ̈ܐ\";'),('arc','messages:viewhelppage','s:34:\"arc:ܚܙܝ ܦܐܬܐ ܕܥܘܕܪܢܐ\";'),('arc','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('arc','messages:viewpagelogs','s:39:\"arc:ܚܙܝ ܣܓܠ̈ܐ ܕܦܐܬܐ ܗܕܐ\";'),('arc','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('arc','messages:viewprevnext','s:46:\"arc:ܚܘܝ ($1 {{int:pipe-separator}} $2) ($3)\";'),('arc','messages:views','s:16:\"arc:ܚܙܝܬ̈ܐ\";'),('arc','messages:viewsource','s:21:\"arc:ܚܙܝ ܡܒܘܥܐ\";'),('arc','messages:viewsource-title','s:27:\"arc:ܚܙܝ ܡܒܘܥܐ ܕ $1\";'),('arc','messages:viewsourcelink','s:21:\"arc:ܚܙܝ ܡܒܘܥܐ\";'),('arc','messages:viewsourceold','s:21:\"arc:ܚܙܝ ܡܒܘܥܐ\";'),('arc','messages:viewsourcetext','s:71:\"arc:ܡܨܐ ܐܢܬ ܕܬܚܙܐ ܘܬܢܣܚ ܠܡܒܘ̈ܥܐ ܕܕܦܐ ܗܢܐ.\";'),('arc','messages:viewtalkpage','s:21:\"arc:ܚܙܝ ܡܡܠܠܐ\";'),('arc','messages:viewyourtext','s:114:\"arc:ܡܨܐ ܐܢܬ ܕܬܚܙܐ ܘܬܢܣܚ ܠܡܒܘ̈ܥܐ <strong>ܕܫܘܚ̈ܠܦܐ ܕܝܠܟ</strong> ܒܕܦܐ ܗܢܐ.\";'),('arc','messages:virus-badscanner','s:56:\"en:Bad configuration: Unknown virus scanner: <em>$1</em>\";'),('arc','messages:virus-scanfailed','s:24:\"en:scan failed (code $1)\";'),('arc','messages:virus-unknownscanner','s:21:\"en:unknown antivirus:\";'),('arc','messages:wantedcategories','s:25:\"arc:ܣܕܪ̈ܐ ܒܥܝ̈ܐ\";'),('arc','messages:wantedcategories-summary','s:3:\"en:\";'),('arc','messages:wantedfiles','s:27:\"arc:ܠܦܦ̈ܐ ܣܢܝܩ̈ܐ\";'),('arc','messages:wantedfiles-summary','s:3:\"en:\";'),('arc','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('arc','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('arc','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('arc','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('arc','messages:wantedpages','s:31:\"arc:ܦܐܬܬ̈ܐ ܣܢܝܩܬ̈ܐ\";'),('arc','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('arc','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('arc','messages:wantedtemplates','s:27:\"arc:ܩܠܒ̈ܐ ܣܢܝܩ̈ܐ\";'),('arc','messages:wantedtemplates-summary','s:3:\"en:\";'),('arc','messages:watch','s:10:\"arc:ܪܗܝ\";'),('arc','messages:watching','s:15:\"arc:ܪܗܝܐ...\";'),('arc','messages:watchlist','s:16:\"arc:ܪ̈ܗܝܬܐ\";'),('arc','messages:watchlist-details','s:102:\"arc:{{PLURAL:$1|$1 ܦܐܬܐ|$1 ܦܐܬܬ̈ܐ}} ܒܪ̈ܗܝܬܟ, ܫܒܘܩ ܡܢ ܦܐܬܬ̈ܐ ܕܡܡܠܠܐ.\";'),('arc','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('arc','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('arc','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('arc','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('arc','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('arc','messages:watchlist-expiry-options','s:87:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months\";'),('arc','messages:watchlist-hide','s:7:\"en:Hide\";'),('arc','messages:watchlist-options','s:37:\"arc:ܨܒܝܢܝܘܬ̈ܐ ܕܪ̈ܗܝܬܐ\";'),('arc','messages:watchlist-submit','s:7:\"en:Show\";'),('arc','messages:watchlist-summary','s:3:\"en:\";'),('arc','messages:watchlist-unwatch','s:5:\"en:×\";'),('arc','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('arc','messages:watchlistanontext','s:66:\"arc:$1 ܠܚܙܝܐ ܐܘ ܫܚܠܦܬܐ ܕܦܐܬܬ̈ܐ ܒܪ̈ܗܝܬܟ.\";'),('arc','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('arc','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('arc','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('arc','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('arc','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('arc','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('arc','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('arc','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('arc','messages:watchlistedit-normal-done','s:92:\"arc:{{PLURAL:$1|ܚܕ ܟܘܢܝܐ ܐܬܠܚܝ|$1 ܟܘܢܝ̈ܐ ܐܬܠܚܘܢ}} ܡܢ ܪ̈ܗܝܬܟ:\";'),('arc','messages:watchlistedit-normal-explain','s:247:\"arc:ܟܘܢܝ̈ܐ ܒܪ̈ܗܝܬܟ ܡܬܚܘܝܢ ܠܬܚܬ.\nܠܠܚܝܐ ܕܟܘܢܝܐ, ܫܘܕܥ ܥܠ ܣܢܕܘܩܐ ܕܕܦܢܗ, ܘܕܘܫ \"{{int:Watchlistedit-normal-submit}}\".\nܡܨܬ ܕ[[Special:EditWatchlist/raw|ܬܫܚܠܦܬ ܪ̈ܗܝܬܐ ܦܛܝܪ̈ܬܐ]].\";'),('arc','messages:watchlistedit-normal-legend','s:41:\"arc:ܠܚܝ ܟܘܢܝ̈ܐ ܡܢ ܪ̈ܗܝܬܟ\";'),('arc','messages:watchlistedit-normal-submit','s:21:\"arc:ܠܚܝ ܟܘܢܝܐ\";'),('arc','messages:watchlistedit-normal-title','s:25:\"arc:ܫܚܠܦ ܪ̈ܗܝܬܐ\";'),('arc','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('arc','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('arc','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('arc','messages:watchlistedit-raw-legend','s:40:\"arc:ܫܚܠܦ ܪ̈ܗܝܬܐ ܦܛܝܪ̈ܬܐ\";'),('arc','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('arc','messages:watchlistedit-raw-submit','s:23:\"arc:ܚܕܬ ܪ̈ܗܝܬܐ\";'),('arc','messages:watchlistedit-raw-title','s:40:\"arc:ܫܚܠܦ ܪ̈ܗܝܬܐ ܦܛܝܪ̈ܬܐ\";'),('arc','messages:watchlistedit-raw-titles','s:17:\"arc:ܟܘܢܝ̈ܐ:\";'),('arc','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('arc','messages:watchlistfor2','s:12:\"arc:ܕ $1 $2\";'),('arc','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('arc','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('arc','messages:watchlisttools-edit','s:34:\"arc:ܚܙܝ ܘܫܚܠܦ ܪ̈ܗܝܬܐ\";'),('arc','messages:watchlisttools-raw','s:40:\"arc:ܫܚܠܦ ܪ̈ܗܝܬܐ ܦܛܝܪ̈ܬܐ\";'),('arc','messages:watchlisttools-view','s:36:\"arc:ܚܘܝ ܫܘܚܠܦ̈ܐ ܕ̈ܡܝܐ\";'),('arc','messages:watchnologin','s:25:\"arc:ܠܝܬܝܟ ܥܠܝܠܐ\";'),('arc','messages:watchthis','s:26:\"arc:ܪܗܝ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:watchthispage','s:26:\"arc:ܪܗܝ ܗܕܐ ܦܐܬܐ\";'),('arc','messages:watchthisupload','s:26:\"arc:ܪܗܝ ܗܢܐ ܠܦܦܐ\";'),('arc','messages:wed','s:20:\"arc:ܐܪܒܥܒܫܒܐ\";'),('arc','messages:wednesday','s:20:\"arc:ܐܪܒܥܒܫܒܐ\";'),('arc','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('arc','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('arc','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('arc','messages:welcomeuser','s:18:\"arc:ܒܫܝܢܐ $1!\";'),('arc','messages:whatlinkshere','s:26:\"arc:ܡܐ ܐܣܪ ܠܗܪܟܐ\";'),('arc','messages:whatlinkshere-count','s:41:\"en:Displayed $1 {{PLURAL:$1|item|items}}.\";'),('arc','messages:whatlinkshere-hideimages','s:28:\"arc:$1 ܐܣܘܪܐ ܕܠܦܦܐ\";'),('arc','messages:whatlinkshere-hidelinks','s:19:\"arc:$1 ܐܣܘܪ̈ܐ\";'),('arc','messages:whatlinkshere-hideredirs','s:19:\"arc:$1 ܨܘܝܒ̈ܐ\";'),('arc','messages:whatlinkshere-hidetrans','s:27:\"arc:$1 ܡܬܚܪ̈ܙܢܘܬܐ\";'),('arc','messages:whatlinkshere-links','s:20:\"arc:→ ܐܣܘܪ̈ܐ\";'),('arc','messages:whatlinkshere-next','s:38:\"arc:{{PLURAL:$1|ܕܒܬܪ|$1 ܕܒܬܪ}}\";'),('arc','messages:whatlinkshere-page','s:13:\"arc:ܦܐܬܐ:\";'),('arc','messages:whatlinkshere-prev','s:38:\"arc:{{PLURAL:$1|ܕܩܕܡ|$1 ܕܩܕܡ}}\";'),('arc','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('arc','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('arc','messages:whatlinkshere-summary','s:3:\"en:\";'),('arc','messages:whatlinkshere-title','s:41:\"arc:ܦܐܬܬ̈ܐ ܕܐܣܝܪܝܢ ܥܡ \"$1\"\";'),('arc','messages:whitelistedittext','s:27:\"en:Please $1 to edit pages.\";'),('arc','messages:widthheight','s:11:\"en:$1 × $2\";'),('arc','messages:widthheightpage','s:52:\"arc:$1 × $2, $3 {{PLURAL:$3|ܦܐܬܐ|ܦܐܬܬ̈ܐ}}\";'),('arc','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('arc','messages:wikieditor-desc','s:87:\"en:Provides an extendable wikitext editing interface and many feature-providing modules\";'),('arc','messages:wikieditor-loading','s:13:\"en:Loading...\";'),('arc','messages:wikieditor-preview-changes-tab','s:18:\"arc:ܫܘܚܠܦ̈ܐ\";'),('arc','messages:wikieditor-preview-loading','s:13:\"en:Loading...\";'),('arc','messages:wikieditor-preview-preference','s:30:\"en:Enable side-by-side preview\";'),('arc','messages:wikieditor-preview-tab','s:23:\"arc:ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:wikieditor-previewDialog-tab','s:23:\"arc:ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:wikieditor-publish-button-cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:wikieditor-publish-button-publish','s:10:\"en:Publish\";'),('arc','messages:wikieditor-publish-dialog-goback','s:10:\"en:Go back\";'),('arc','messages:wikieditor-publish-dialog-minor','s:27:\"arc:ܫܘܚܠܦܐ ܙܥܘܪܐ\";'),('arc','messages:wikieditor-publish-dialog-publish','s:10:\"en:Publish\";'),('arc','messages:wikieditor-publish-dialog-summary','s:61:\"en:Edit summary (briefly describe the changes you have made):\";'),('arc','messages:wikieditor-publish-dialog-title','s:26:\"en:Publish to {{SITENAME}}\";'),('arc','messages:wikieditor-publish-dialog-watch','s:26:\"arc:ܪܗܝ ܦܐܬܐ ܗܕܐ\";'),('arc','messages:wikieditor-publish-preference','s:33:\"en:Enable step-by-step publishing\";'),('arc','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('arc','messages:wikieditor-toolbar-characters-page-arabic','s:16:\"arc:ܥܪܒܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-arabicextended','s:27:\"arc:ܥܪܒܐܝܬ ܡܬܝܚܐ\";'),('arc','messages:wikieditor-toolbar-characters-page-bangla','s:20:\"arc:ܒܢܓܐܠܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-cyrillic','s:20:\"arc:ܩܝܪܝܠܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-greek','s:16:\"arc:ܝܘܢܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-gujarati','s:26:\"arc:ܓܘܓܐܪܐܛܝܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-hebrew','s:16:\"arc:ܥܒܪܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-ipa','s:46:\"arc:ܐܠܒܝܬ ܩܠܝܬܐ ܬܒܝܠܝܬܐ (IPA)\";'),('arc','messages:wikieditor-toolbar-characters-page-khmer','s:18:\"arc:ܟܡܝܪܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-lao','s:16:\"arc:ܠܐܘܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-latin','s:20:\"arc:ܠܐܛܝܢܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-latinextended','s:31:\"arc:ܠܐܛܝܢܐܝܬ ܡܬܝܚܐ\";'),('arc','messages:wikieditor-toolbar-characters-page-persian','s:16:\"arc:ܦܪܣܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-sinhala','s:20:\"arc:ܣܢܗܐܠܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-symbols','s:14:\"arc:ܪ̈ܡܙܐ\";'),('arc','messages:wikieditor-toolbar-characters-page-tamil','s:12:\"arc:ܛܡܝܠ\";'),('arc','messages:wikieditor-toolbar-characters-page-telugu','s:22:\"arc:ܛܝܠܘܓܘܐܝܬ\";'),('arc','messages:wikieditor-toolbar-characters-page-thai','s:20:\"arc:ܛܝܠܢܕܐܝܬ\";'),('arc','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('arc','messages:wikieditor-toolbar-dialogs-preference','s:88:\"en:Enable wizards for inserting links, tables as well as the search and replace function\";'),('arc','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('arc','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('arc','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('arc','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('arc','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('arc','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('arc','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('arc','messages:wikieditor-toolbar-group-format','s:18:\"arc:ܣܕܝܪܘܬܐ\";'),('arc','messages:wikieditor-toolbar-group-insert','s:12:\"arc:ܣܢܘܦ\";'),('arc','messages:wikieditor-toolbar-help-content-bold-description','s:14:\"arc:ܥܒܝܬܐ\";'),('arc','messages:wikieditor-toolbar-help-content-bold-result','s:42:\"arc:<strong>ܟܬܒܬܐ ܥܒܝܬܐ</strong>\";'),('arc','messages:wikieditor-toolbar-help-content-bold-syntax','s:31:\"arc:\'\'\'ܟܬܒܬܐ ܥܒܝܬܐ\'\'\'\";'),('arc','messages:wikieditor-toolbar-help-content-bolditalic-description','s:33:\"arc:ܦܠܝܡܬܐ &amp; ܥܒܝܬܐ\";'),('arc','messages:wikieditor-toolbar-help-content-bolditalic-result','s:64:\"arc:<strong><em>ܦܠܝܡܬܐ &amp; ܥܒܝܬܐ text</em></strong>\";'),('arc','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:44:\"arc:ܦܠܝܡܬܐ &amp; ܟܬܒܬܐ ܥܒܝܬܐ\";'),('arc','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('arc','messages:wikieditor-toolbar-help-content-file-description','s:23:\"arc:ܠܦܦܐ ܛܡܝܪܐ\";'),('arc','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('arc','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('arc','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"en:<h2>Heading text</h2>\";'),('arc','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"en:== Heading text ==\";'),('arc','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('arc','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"en:<h3>Heading text</h3>\";'),('arc','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"en:=== Heading text ===\";'),('arc','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('arc','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"en:<h4>Heading text</h4>\";'),('arc','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"en:==== Heading text ====\";'),('arc','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('arc','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"en:<h5>Heading text</h5>\";'),('arc','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"en:===== Heading text =====\";'),('arc','messages:wikieditor-toolbar-help-content-ilink-description','s:23:\"arc:ܐܣܘܪܐ ܓܘܝܐ\";'),('arc','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"en:<a href=\'#\'>Page title</a><br /><a href=\'#\'>Link label</a>\";'),('arc','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"en:[[Page title]]<br />[[Page title|Link label]]\";'),('arc','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('arc','messages:wikieditor-toolbar-help-content-indent-result','s:76:\"en:Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>\";'),('arc','messages:wikieditor-toolbar-help-content-indent-syntax','s:55:\"en:Normal text<br />:Indented text<br />::Indented text\";'),('arc','messages:wikieditor-toolbar-help-content-italic-description','s:16:\"arc:ܦܠܝܡܬܐ\";'),('arc','messages:wikieditor-toolbar-help-content-italic-result','s:36:\"arc:<em>ܟܬܒܬܐ ܦܠܝܡܬܐ</em>\";'),('arc','messages:wikieditor-toolbar-help-content-italic-syntax','s:31:\"arc:\'\'ܟܬܒܬܐ ܦܠܝܡܬܐ\'\'\";'),('arc','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('arc','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('arc','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('arc','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('arc','messages:wikieditor-toolbar-help-content-olist-result','s:48:\"en:<ol><li>List item</li><li>List item</li></ol>\";'),('arc','messages:wikieditor-toolbar-help-content-olist-syntax','s:31:\"en:# List item<br /># List item\";'),('arc','messages:wikieditor-toolbar-help-content-reference-description','s:14:\"arc:ܡܒܘܥܐ\";'),('arc','messages:wikieditor-toolbar-help-content-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[1]</a></sup>\";'),('arc','messages:wikieditor-toolbar-help-content-reference-syntax','s:88:\"en:Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;\";'),('arc','messages:wikieditor-toolbar-help-content-rereference-description','s:35:\"en:Additional use of same reference\";'),('arc','messages:wikieditor-toolbar-help-content-rereference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('arc','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('arc','messages:wikieditor-toolbar-help-content-showreferences-description','s:21:\"arc:ܚܘܝ ܡܒܘܥܐ\";'),('arc','messages:wikieditor-toolbar-help-content-showreferences-result','s:365:\"en:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a>, additional text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Link text</a></li></ol>\";'),('arc','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('arc','messages:wikieditor-toolbar-help-content-signature-description','s:19:\"arc:ܪܡܝ ܐܝܕܐ\";'),('arc','messages:wikieditor-toolbar-help-content-signature-result','s:106:\"en:<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('arc','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('arc','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('arc','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:134:\"en:--<a href=\'#\' title=\'{{#special:mypage}}\'>Username</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('arc','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('arc','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('arc','messages:wikieditor-toolbar-help-content-ulist-result','s:48:\"en:<ul><li>List item</li><li>List item</li></ul>\";'),('arc','messages:wikieditor-toolbar-help-content-ulist-syntax','s:31:\"en:* List item<br />* List item\";'),('arc','messages:wikieditor-toolbar-help-content-xlink-description','s:23:\"arc:ܐܣܘܪܐ ܒܪܝܐ\";'),('arc','messages:wikieditor-toolbar-help-content-xlink-result','s:160:\"en:<a href=\'#\' class=\'external\'>Link label</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('arc','messages:wikieditor-toolbar-help-content-xlink-syntax','s:96:\"en:[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org\";'),('arc','messages:wikieditor-toolbar-help-heading-description','s:14:\"arc:ܫܘܡܗܐ\";'),('arc','messages:wikieditor-toolbar-help-heading-result','s:22:\"arc:ܡܕܡ ܐܬܐ ܠܟ\";'),('arc','messages:wikieditor-toolbar-help-heading-syntax','s:24:\"arc:ܡܕܡ ܟܬܒ ܐܢܬ\";'),('arc','messages:wikieditor-toolbar-help-page-discussion','s:14:\"arc:ܡܡܠܠܐ\";'),('arc','messages:wikieditor-toolbar-help-page-file','s:14:\"arc:ܠܦܦ̈ܐ\";'),('arc','messages:wikieditor-toolbar-help-page-format','s:18:\"arc:ܣܕܝܪܘܬܐ\";'),('arc','messages:wikieditor-toolbar-help-page-heading','s:16:\"arc:ܪ̈ܘܫܢܐ\";'),('arc','messages:wikieditor-toolbar-help-page-link','s:14:\"arc:ܐܣܪ̈ܐ\";'),('arc','messages:wikieditor-toolbar-help-page-list','s:20:\"arc:ܡܟܬܒܘܬ̈ܐ\";'),('arc','messages:wikieditor-toolbar-help-page-reference','s:16:\"arc:ܡܒܘܥ̈ܐ\";'),('arc','messages:wikieditor-toolbar-loading','s:13:\"en:Loading...\";'),('arc','messages:wikieditor-toolbar-preference','s:34:\"en:Enable enhanced editing toolbar\";'),('arc','messages:wikieditor-toolbar-section-advanced','s:18:\"arc:ܡܬܩܕܡܢܐ\";'),('arc','messages:wikieditor-toolbar-section-characters','s:33:\"arc:ܐܬܘܬ̈ܐ ܕܝܠܢܝܬ̈ܐ\";'),('arc','messages:wikieditor-toolbar-section-help','s:16:\"arc:ܥܘܕܪܢܐ\";'),('arc','messages:wikieditor-toolbar-tool-big','s:10:\"arc:ܪܒܐ\";'),('arc','messages:wikieditor-toolbar-tool-big-example','s:23:\"arc:ܟܬܒܬܐ ܪܒܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-bold','s:14:\"arc:ܥܒܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-bold-example','s:25:\"arc:ܟܬܒܬܐ ܥܒܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-file','s:23:\"arc:ܠܦܦܐ ܛܡܝܪܐ\";'),('arc','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('arc','messages:wikieditor-toolbar-tool-file-example','s:15:\"arc:Example.jpg\";'),('arc','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('arc','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('arc','messages:wikieditor-toolbar-tool-gallery','s:34:\"arc:ܒܝܬ ܓܠܚܐ ܕܨܘܪ̈ܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('arc','messages:wikieditor-toolbar-tool-heading','s:14:\"arc:ܪܘܫܢܐ\";'),('arc','messages:wikieditor-toolbar-tool-heading-1','s:14:\"arc:ܫܘܝܐ 1\";'),('arc','messages:wikieditor-toolbar-tool-heading-2','s:14:\"arc:ܫܘܝܐ 2\";'),('arc','messages:wikieditor-toolbar-tool-heading-3','s:14:\"arc:ܫܘܝܐ 3\";'),('arc','messages:wikieditor-toolbar-tool-heading-4','s:14:\"arc:ܫܘܝܐ 4\";'),('arc','messages:wikieditor-toolbar-tool-heading-5','s:14:\"arc:ܫܘܝܐ 5\";'),('arc','messages:wikieditor-toolbar-tool-heading-example','s:27:\"arc:ܟܬܒܬܐ ܕܪܘܫܢܐ\";'),('arc','messages:wikieditor-toolbar-tool-ilink','s:23:\"arc:ܐܣܘܪܐ ܓܘܝܐ\";'),('arc','messages:wikieditor-toolbar-tool-ilink-example','s:27:\"arc:ܟܘܢܝܐ ܕܐܣܘܪܐ\";'),('arc','messages:wikieditor-toolbar-tool-italic','s:16:\"arc:ܦܠܝܡܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-italic-example','s:27:\"arc:ܟܬܒܬܐ ܦܠܝܡܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-link','s:14:\"arc:ܐܣܘܪܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:wikieditor-toolbar-tool-link-empty','s:41:\"en:You did not enter anything to link to.\";'),('arc','messages:wikieditor-toolbar-tool-link-ext','s:36:\"arc:ܠܦܐܬܐ ܕܢܘܠܐ ܒܪܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('arc','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('arc','messages:wikieditor-toolbar-tool-link-insert','s:23:\"arc:ܣܢܘܦ ܐܣܘܪܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-int','s:25:\"arc:ܠܦܐܬܐ ܕܘܝܩܝ\";'),('arc','messages:wikieditor-toolbar-tool-link-int-invalid','s:38:\"en:The title you specified is invalid.\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"en:Disambiguation page\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:26:\"arc:ܦܐܬܐ ܗܕܐ ܐܝܬ\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:23:\"arc:ܐܣܘܪܐ ܒܪܝܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:30:\"arc:ܟܘܢܝܐ ܠܐ ܬܪܝܨܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:29:\"en:Checking page existence...\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:26:\"arc:ܦܐܬܐ ܗܕܐ ܠܝܬ\";'),('arc','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('arc','messages:wikieditor-toolbar-tool-link-int-text','s:27:\"arc:ܟܬܒܬܐ ܠܚܘܘܝܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('arc','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('arc','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:23:\"arc:ܐܣܘܪܐ ܒܪܝܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:23:\"arc:ܐܣܘܪܐ ܓܘܝܐ\";'),('arc','messages:wikieditor-toolbar-tool-link-title','s:23:\"arc:ܣܢܘܦ ܐܣܘܪܐ\";'),('arc','messages:wikieditor-toolbar-tool-newline','s:21:\"arc:ܣܪܛܐ ܚܕܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('arc','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('arc','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('arc','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('arc','messages:wikieditor-toolbar-tool-redirect','s:14:\"arc:ܨܘܝܒܐ\";'),('arc','messages:wikieditor-toolbar-tool-redirect-example','s:32:\"arc:ܫܡܐ ܕܦܐܬܐ ܕܢܘܦܐ\";'),('arc','messages:wikieditor-toolbar-tool-reference','s:14:\"arc:ܡܒܘܥܐ\";'),('arc','messages:wikieditor-toolbar-tool-reference-cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:wikieditor-toolbar-tool-reference-example','s:28:\"en:Insert footnote text here\";'),('arc','messages:wikieditor-toolbar-tool-reference-insert','s:12:\"arc:ܣܢܘܦ\";'),('arc','messages:wikieditor-toolbar-tool-reference-text','s:27:\"arc:ܟܬܒܬܐ ܕܡܒܘܥܐ\";'),('arc','messages:wikieditor-toolbar-tool-reference-title','s:23:\"arc:ܣܢܘܦ ܡܒܘܥܐ\";'),('arc','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('arc','messages:wikieditor-toolbar-tool-replace-button-findnext','s:21:\"arc:ܐܫܟܚ ܕܒܬܪ\";'),('arc','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('arc','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('arc','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('arc','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('arc','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('arc','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('arc','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('arc','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('arc','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('arc','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('arc','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('arc','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('arc','messages:wikieditor-toolbar-tool-signature','s:44:\"arc:ܪܡܝ ܐܝܕܐ ܥܡ ܚܬܡܐ ܕܙܒܢܐ\";'),('arc','messages:wikieditor-toolbar-tool-small','s:14:\"arc:ܙܥܘܪܐ\";'),('arc','messages:wikieditor-toolbar-tool-small-example','s:27:\"arc:ܟܬܒܬܐ ܙܥܘܪܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-subscript','s:27:\"arc:ܐܬܘܬܐ ܬܚܬܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-subscript-example','s:40:\"arc:ܟܬܒܬܐ ܕܐܬܘܬܐ ܬܚܬܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-superscript','s:23:\"arc:ܐܬܘܬܐ ܪܡܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-superscript-example','s:36:\"arc:ܟܬܒܬܐ ܕܐܬܘܬܐ ܪܡܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-table','s:16:\"arc:ܠܘܚܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-table-cancel','s:12:\"arc:ܒܛܘܠ\";'),('arc','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:16:\"arc:ܥܡܘܕ̈ܐ\";'),('arc','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('arc','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:12:\"arc:ܨ̈ܦܐ\";'),('arc','messages:wikieditor-toolbar-tool-table-example','s:14:\"arc:ܛܘܦܣܐ\";'),('arc','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('arc','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('arc','messages:wikieditor-toolbar-tool-table-example-old','s:139:\"en:-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3\";'),('arc','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('arc','messages:wikieditor-toolbar-tool-table-insert','s:12:\"arc:ܣܢܘܦ\";'),('arc','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('arc','messages:wikieditor-toolbar-tool-table-preview','s:23:\"arc:ܚܝܪܐ ܩܕܡܝܐ\";'),('arc','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('arc','messages:wikieditor-toolbar-tool-table-title','s:27:\"arc:ܣܢܦܐ ܕܠܘܚܝܬܐ\";'),('arc','messages:wikieditor-toolbar-tool-table-toomany','s:92:\"en:Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.\";'),('arc','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('arc','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('arc','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('arc','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('arc','messages:wikieditor-toolbar-tool-xlink','s:55:\"arc:ܐܣܘܪܐ ܒܪܝܐ (ܕܟܘܪ http:// ܩܕܡܝܬܐ)\";'),('arc','messages:wikieditor-toolbar-tool-xlink-example','s:50:\"arc:http://www.example.com ܟܘܢܝܐ ܕܐܣܘܪܐ\";'),('arc','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('arc','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('arc','messages:withoutinterwiki','s:62:\"arc:ܦܐܬܬ̈ܐ ܕܠܐ ܐܣܘܪ̈ܐ ܕܠܫܢ̈ܐ ܐܚܪ̈ܢܐ\";'),('arc','messages:withoutinterwiki-legend','s:14:\"arc:ܫܪܘܝܐ\";'),('arc','messages:withoutinterwiki-submit','s:10:\"arc:ܚܘܝ\";'),('arc','messages:withoutinterwiki-summary','s:79:\"arc:ܦܐܬܬ̈ܐ ܗܠܝܢ ܠܐ ܡܛܝܢ ܠܨ̈ܚܚܐ ܕܠܫܢ̈ܐ ܐܚܪ̈ܢܐ.\";'),('arc','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('arc','messages:wlheader-showupdated','s:119:\"arc:ܦܐܬܬ̈ܐ ܕܐܫܬܚܠܦܢ ܡܢ ܒܬܪ ܣܘܥܪܢܐ ܐܚܪܝܐ ܠܗܝܢ ܡܬܓܠܚܢ ܒܣܪܛܐ \'\'\'ܚܠܝܡܐ\'\'\'\";'),('arc','messages:wlnote','s:181:\"arc:ܠܬܚܬ {{PLURAL:$1|ܫܘܚܠܦܐ ܐܚܪܝܐ| \'\'\'$1\'\'\' ܫܘܚܠܦ̈ܐ ܐܚܪ̈ܝܐ}} {{PLURAL:$2|ܒܫܥܬܐ ܐܚܪܝܬܐ|\'\'\'$2\'\'\' ܒܫܥܬ̈ܐ ܐܚܪ̈ܝܬܐ}}, ܠܦܘܬ $3, $4.\";'),('arc','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('arc','messages:wlshowhidebots','s:7:\"en:bots\";'),('arc','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('arc','messages:wlshowhideliu','s:19:\"en:registered users\";'),('arc','messages:wlshowhidemine','s:11:\"en:my edits\";'),('arc','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('arc','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('arc','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('arc','messages:word-separator','s:8:\"en:&#32;\";'),('arc','messages:wrongpassword','s:97:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܠܐ ܬܪܝܨܬܐ ܐܥܠܬ.\nܒܒܥܘ ܡܢܟ ܕܬܢܣܐ ܙܒܢ ܐܚܪܝܢ.\";'),('arc','messages:wrongpasswordempty','s:105:\"arc:ܡܠܬܐ ܕܥܠܠܐ ܕܐܥܠܬ ܣܦܝܩܬܐ ܐܝܬܝܗ.\nܒܒܥܘ ܡܢܟ ܕܬܢܣܐ ܙܒܢ ܐܚܪܝܢ.\";'),('arc','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('arc','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('arc','messages:year','s:43:\"arc:ܡܢ ܫܢܬ (ܘܡܢ ܩܕܡ ܗܝܕܝܢ):\";'),('arc','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('arc','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('arc','messages:youhavenewmessages','s:24:\"arc:ܐܝܬ ܠܟ $1 ($2).\";'),('arc','messages:youhavenewmessagesfromusers','s:85:\"arc:ܐܝܬ ܠܟ $1 ܡܢ {{PLURAL:$3|ܡܦܠܚܢܐ ܐܚܪܢܐ|$3 ܡܦܠܚܢ̈ܐ}} ($2).\";'),('arc','messages:youhavenewmessagesmanyusers','s:57:\"arc:ܐܝܬ ܠܟ $1 ܡܢ ܡܦܠܚܢ̈ܐ ܣܓܝܐ̈ܐ ($2).\";'),('arc','messages:yourdiff','s:22:\"arc:ܦܪ̈ܝܫܘܝܬܐ\";'),('arc','messages:yourdomainname','s:15:\"en:Your domain:\";'),('arc','messages:youremail','s:36:\"arc:ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ:\";'),('arc','messages:yourgender','s:38:\"arc:ܐܝܟܢܐ ܬܨܒܐ ܕܬܫܬܡܗ؟\";'),('arc','messages:yourlanguage','s:13:\"arc:ܠܫܢܐ:\";'),('arc','messages:yourname','s:26:\"arc:ܫܡܐ ܕܡܦܠܚܢܐ:\";'),('arc','messages:yournick','s:20:\"arc:ܪܡܝ ܐܝܕܐ:\";'),('arc','messages:yourpassword','s:24:\"arc:ܡܠܬܐ ܕܥܠܠܐ:\";'),('arc','messages:yourpasswordagain','s:55:\"arc:ܟܬܘܒ ܡܠܬܐ ܕܥܠܠܐ ܙܒܢܬܐ ܐܚܪܬܐ:\";'),('arc','messages:yourrealname','s:22:\"arc:ܫܡܐ ܫܪܝܪܐ:\";'),('arc','messages:yourtext','s:23:\"arc:ܟܬܒܬܐ ܕܝܠܟ\";'),('arc','messages:yourvariant','s:28:\"en:Content language variant:\";'),('arc','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('arc','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('arc','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('arc','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('arc','minimumGroupingDigits','N;'),('arc','namespaceAliases','a:4:{s:14:\"ܡܬܚܫܚܢܐ\";i:2;s:27:\"ܡܡܠܠܐ_ܕܡܬܚܫܚܢܐ\";i:3;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('arc','namespaceGenderAliases','a:0:{}'),('arc','namespaceNames','a:17:{i:-2;s:10:\"ܡܝܕܝܐ\";i:-1;s:12:\"ܕܝܠܢܝܐ\";i:1;s:10:\"ܡܡܠܠܐ\";i:2;s:12:\"ܡܦܠܚܢܐ\";i:3;s:25:\"ܡܡܠܠܐ_ܕܡܦܠܚܢܐ\";i:5;s:15:\"ܡܡܠܠܐ_ܕ$1\";i:6;s:8:\"ܠܦܦܐ\";i:7;s:21:\"ܡܡܠܠܐ_ܕܠܦܦܐ\";i:8;s:18:\"ܡܝܕܝܐܘܝܩܝ\";i:9;s:31:\"ܡܡܠܠܐ_ܕܡܝܕܝܐܘܝܩܝ\";i:10;s:8:\"ܩܠܒܐ\";i:11;s:21:\"ܡܡܠܠܐ_ܕܩܠܒܐ\";i:12;s:12:\"ܥܘܕܪܢܐ\";i:13;s:25:\"ܡܡܠܠܐ_ܕܥܘܕܪܢܐ\";i:14;s:8:\"ܣܕܪܐ\";i:15;s:21:\"ܡܡܠܠܐ_ܕܣܕܪܐ\";i:0;s:0:\"\";}'),('arc','originalFallbackSequence','a:0:{}'),('arc','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('arc','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('arc','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:18:\"arc:Project:ܡܢܘ\";s:9:\"aboutsite\";s:23:\"arc:ܡܢܘ {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:14:\"arc:ܥܒܕ̈ܐ\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:25:\"arc:ܓܕ̈ܫܐ ܗܫܝ̈ܐ\";s:17:\"currentevents-url\";s:33:\"arc:Project:ܓܕ̈ܫܐ ܗܫܝ̈ܐ\";s:14:\"disclaimerpage\";s:48:\"arc:Project:ܠܐ ܡܫܬܐܠܢܘܬܐ ܓܘܢܝܬܐ\";s:11:\"disclaimers\";s:27:\"arc:ܠܐ ܡܫܬܐܠܢܘܬܐ\";s:4:\"edit\";s:12:\"arc:ܫܚܠܦ\";s:11:\"editsection\";s:12:\"arc:ܫܚܠܦ\";s:15:\"editsectionhint\";s:25:\"arc:ܫܚܠܦ ܡܢܬܐ: $1\";s:4:\"help\";s:16:\"arc:ܥܘܕܪܢܐ\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:14:\"arc:ܫܘܪ ܠ:\";s:16:\"jumptonavigation\";s:18:\"arc:ܐܠܦܪܘܬܐ\";s:12:\"jumptosearch\";s:12:\"arc:ܒܨܝܐ\";s:14:\"lastmodifiedat\";s:73:\"arc:ܫܘܚܠܦܐ ܐܚܪܝܐ ܕܦܐܬܐ ܗܕܐ ܗܘܐ ܒܣܝܩܘܡ $1, $2.\";s:8:\"mainpage\";s:25:\"arc:ܦܐܬܐ ܪܝܫܝܬܐ\";s:20:\"mainpage-description\";s:25:\"arc:ܦܐܬܐ ܪܝܫܝܬܐ\";s:14:\"mainpage-nstab\";s:21:\"arc:ܕܦܐ ܪܝܫܝܐ\";s:10:\"namespaces\";s:16:\"arc:ܚܩܠܬ̈ܐ\";s:10:\"navigation\";s:18:\"arc:ܐܠܦܪܘܬܐ\";s:23:\"nav-login-createaccount\";s:32:\"arc:ܥܘܠ / ܒܪܝ ܚܘܫܒܢܐ\";s:10:\"nstab-main\";s:12:\"arc:ܦܐܬܐ\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:37:\"arc:{{PLURAL:$1|ܣܕܪܐ|ܣܕܪ̈ܐ}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:25:\"arc:ܐܣܘܪܐ ܦܝܘܫܐ\";s:13:\"personaltools\";s:31:\"arc:ܡܐܢ̈ܐ ܦܪ̈ܨܘܦܝܐ\";s:6:\"portal\";s:23:\"arc:ܬܪܥܐ ܕܟܢܫܐ\";s:10:\"portal-url\";s:31:\"arc:Project:ܬܪܥܐ ܕܟܢܫܐ\";s:16:\"printableversion\";s:27:\"arc:ܨܚܚܐ ܡܬܛܒܥܢܐ\";s:7:\"privacy\";s:35:\"arc:ܦܘܪܢܣܐ ܕܕܝܠܢܝܘܬܐ\";s:11:\"privacypage\";s:43:\"arc:Project:ܦܘܪܢܣܐ ܕܕܝܠܢܝܘܬܐ\";s:10:\"randompage\";s:27:\"arc:ܡܓܠܬܐ ܚܘܝܚܬܐ\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:29:\"arc:ܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ\";s:27:\"recentchangeslinked-toolbox\";s:29:\"arc:ܫܘܚܠܦ̈ܐ ܕ̈ܡܝܐ\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:22:\"en:Retrieved from \"$1\"\";s:6:\"search\";s:12:\"arc:ܒܨܝܐ\";s:13:\"searcharticle\";s:8:\"arc:ܙܠ\";s:12:\"searchbutton\";s:10:\"arc:ܒܨܝ\";s:20:\"searchsuggest-search\";s:10:\"arc:ܒܨܝ\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:35:\"arc:ܡܟܬܒܘܬܐ ܕܐܠܦܪܘܬܐ\";s:14:\"site-atom-feed\";s:32:\"arc:$1 ܛܥܝܡܘܬܐ ܕܐܛܘܡ\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:33:\"arc:ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ\";s:7:\"tagline\";s:21:\"arc:ܡܢ {{SITENAME}}\";s:4:\"talk\";s:14:\"arc:ܡܡܠܠܐ\";s:7:\"toolbox\";s:14:\"arc:ܡܐܢ̈ܐ\";s:15:\"tooltip-ca-edit\";s:17:\"en:Edit this page\";s:18:\"tooltip-ca-history\";s:30:\"en:Past revisions of this page\";s:21:\"tooltip-ca-nstab-main\";s:36:\"arc:ܚܘܝ ܦܐܬܐ ܕܚܒ̈ܝܫܬܐ\";s:15:\"tooltip-ca-talk\";s:43:\"arc:ܡܡܠܠܐ ܥܠ ܚܒܝܫܬܐ ܕܦܐܬܐ\";s:21:\"tooltip-ca-viewsource\";s:89:\"arc:ܗܢܐ ܦܐܬܐ ܢܛܪܬܐ ܐܝܬܝܗܝ.\nܡܨܐ ܐܢܬ ܕܬܚܙܐ ܡܒܘܥܐ ܕܝܠܗ\";s:23:\"tooltip-n-currentevents\";s:48:\"en:Find background information on current events\";s:14:\"tooltip-n-help\";s:27:\"arc:ܕܘܟܐ ܠܥܘܕܪܢܐ\";s:30:\"tooltip-n-mainpage-description\";s:40:\"arc:ܬܪܘܩܬܐ ܕܦܐܬܐ ܪܝܫܝܬܐ\";s:16:\"tooltip-n-portal\";s:112:\"arc:ܚܕܪ ܬܪܡܝܬܐ، ܡܢܐ ܡܫܟܚ ܐܢܬ ܠܥܒܕܐ، ܐܝܟܐ ܬܚܙܝ ܟܠ ܡܐ ܕܣܢܝܩ ܐܢܬ ܠܗ\";s:20:\"tooltip-n-randompage\";s:41:\"arc:ܐܛܥܢ ܡܓܠܬܐ ܚܕ ܚܘܝܚܬܐ\";s:23:\"tooltip-n-recentchanges\";s:65:\"arc:ܡܟܬܒܢܘܬܐ ܒܫܘܚܠܦ̈ܐ ܚܕ̈ܬܐ ܒܓܘ ܘܝܩܝ.\";s:14:\"tooltip-p-logo\";s:25:\"arc:ܦܐܬܐ ܪܝܫܝܬܐ\";s:16:\"tooltip-pt-login\";s:96:\"arc:ܢܠܒܒ ܠܟ ܕܣܓܠ ܐܢܬ ܥܠܠܐ ܕܝܠܟ، ܐܠܐ ܗܢܐ ܠܐ ܐܝܬܝܗܝ ܐܠܨܝܐ\";s:24:\"tooltip-pt-createaccount\";s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";s:14:\"tooltip-search\";s:30:\"arc:ܒܨܝ ܒܓܘ {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:55:\"arc:ܒܨܝ ܒܓܘ ܦܐܬܬ̈ܐ ܥܠ ܗܢܐ ܟܬܝܒܬܐ\";s:17:\"tooltip-search-go\";s:49:\"en:Go to a page with this exact name if it exists\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:47:\"en:Permanent link to this revision of this page\";s:15:\"tooltip-t-print\";s:33:\"en:Printable version of this page\";s:29:\"tooltip-t-recentchangeslinked\";s:48:\"en:Recent changes in pages linked from this page\";s:22:\"tooltip-t-specialpages\";s:57:\"arc:ܡܟܬܒܢܘܬܐ ܒܟܠ ܦܐܬܬ̈ܐ ܕ̈ܝܠܢܝܬܐ\";s:23:\"tooltip-t-whatlinkshere\";s:42:\"en:A list of all wiki pages that link here\";s:8:\"variants\";s:26:\"arc:ܡܫܬܚܠܦܢܘ̈ܬܐ\";s:16:\"vector-view-edit\";s:12:\"arc:ܫܚܠܦ\";s:19:\"vector-view-history\";s:23:\"arc:ܚܙܝ ܬܫܥܝܬܐ\";s:16:\"vector-view-view\";s:10:\"arc:ܩܪܝ\";s:9:\"viewcount\";s:79:\"arc:ܐܬܓܠܚܬ ܗܕܐ ܦܐܬܐ {{PLURAL:$1|ܙܒܢܬܐ ܚܕ|$1 ܙܒܢܝ̈ܢ}}.\";s:5:\"views\";s:16:\"arc:ܚܙܝܬ̈ܐ\";s:13:\"whatlinkshere\";s:26:\"arc:ܡܐ ܐܣܪ ܠܗܪܟܐ\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"ܡܝܕܝܐ\";i:-1;s:12:\"ܕܝܠܢܝܐ\";i:1;s:10:\"ܡܡܠܠܐ\";i:2;s:12:\"ܡܦܠܚܢܐ\";i:3;s:25:\"ܡܡܠܠܐ_ܕܡܦܠܚܢܐ\";i:5;s:15:\"ܡܡܠܠܐ_ܕ$1\";i:6;s:8:\"ܠܦܦܐ\";i:7;s:21:\"ܡܡܠܠܐ_ܕܠܦܦܐ\";i:8;s:18:\"ܡܝܕܝܐܘܝܩܝ\";i:9;s:31:\"ܡܡܠܠܐ_ܕܡܝܕܝܐܘܝܩܝ\";i:10;s:8:\"ܩܠܒܐ\";i:11;s:21:\"ܡܡܠܠܐ_ܕܩܠܒܐ\";i:12;s:12:\"ܥܘܕܪܢܐ\";i:13;s:25:\"ܡܡܠܠܐ_ܕܥܘܕܪܢܐ\";i:14;s:8:\"ܣܕܪܐ\";i:15;s:21:\"ܡܡܠܠܐ_ܕܣܕܪܐ\";i:0;s:0:\"\";}}'),('arc','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('arc','rtl','b:1;'),('arc','separatorTransformTable','N;'),('arc','specialPageAliases','a:142:{s:11:\"Activeusers\";a:2:{i:0;s:27:\"ܡܦܠܚܢ̈ܐ_ܙܪ̈ܝܙܐ\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:23:\"ܟܠܗܝܢ_ܐܓܪ̈ܬܐ\";i:1;s:11:\"AllMessages\";}s:8:\"Allpages\";a:2:{i:0;s:23:\"ܟܠܗܝܢ_ܦܐܬܬ̈ܐ\";i:1;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:27:\"ܦܐܬܬ̈ܐ_ܥܬܝܩ̈ܬܐ\";i:1;s:12:\"AncientPages\";}s:8:\"Badtitle\";a:2:{i:0;s:22:\"ܟܘܢܝܐ_ܠܐ_ܛܒܐ\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:21:\"ܦܐܬܐ_ܣܦܝܩܬܐ\";i:1;s:9:\"BlankPage\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:25:\"ܨܘܝܒ̈ܐ_ܬܒܝܪ̈ܐ\";i:1;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:10:\"ܣܕܪ̈ܐ\";i:1;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:2:{i:0;s:40:\"ܫܚܠܦ_ܒܝܠܕܪܐ_ܐܠܩܛܪܘܢܝܐ\";i:1;s:11:\"ChangeEmail\";}s:12:\"ComparePages\";a:2:{i:0;s:28:\"ܦܚܡ_ܒܝܢܬ_ܦܐܬܬ̈ܐ\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:2:{i:0;s:38:\"ܫܪܪ_ܒܝܠܕܪܐ_ܐܠܩܛܪܘܢܝܐ\";i:1;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:16:\"ܫܘܬܦܘ̈ܬܐ\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:19:\"ܒܪܝ_ܚܘܫܒܢܐ\";i:1;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:37:\"ܦܐܬܬ̈ܐ_ܥܡ_ܚܪܬܐ_ܡܝܬܬܐ\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:29:\"ܫܘܬܦܘ̈ܬܐ_ܫܝ̈ܦܬܐ\";i:1;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:25:\"ܨܘܝܒ̈ܐ_ܥܦܝ̈ܦܐ\";i:1;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:2:{i:0;s:21:\"ܫܚܠܦ_ܪ̈ܗܝܬܐ\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:3:{i:0;s:53:\"ܫܕܪ_ܒܝܠܕܪܐ_ܐܠܩܛܪܘܢܝܐ_ܠܡܦܠܚܢܐ\";i:1;s:9:\"EmailUser\";i:2;s:5:\"Email\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:31:\"ܬܢܝ̈ܬܐ_ܒܨܝܪ_ܡܢ_ܟܠ\";i:1;s:15:\"FewestRevisions\";}s:8:\"Filepath\";a:2:{i:0;s:21:\"ܫܒܝܠܐ_ܕܦܐܬܐ\";i:1;s:8:\"FilePath\";}s:3:\"Log\";a:4:{i:0;s:8:\"ܣܓܠܐ\";i:1;s:10:\"ܣܓܠ̈ܐ\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:3:{i:0;s:25:\"ܦܐܬܬ̈ܐ_ܝܬܡ̈ܬܐ\";i:1;s:11:\"LonelyPages\";i:2;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:27:\"ܦܐܬܬ̈ܐ_ܐܪ̈ܝܟܬܐ\";i:1;s:9:\"LongPages\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:42:\"ܣܕܪ̈ܐ_ܐܣܝܪ̈ܐ_ܝܬܝܪ_ܡܢ_ܟܠ\";i:1;s:42:\"ܣܕܪ̈ܐ_ܦܠܝܚ̈ܐ_ܝܬܝܪ_ܡܢ_ܟܠ\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:42:\"ܩܠܒ̈ܐ_ܐܣܝܪ̈ܐ_ܝܬܝܪ_ܡܢ_ܟܠ\";i:1;s:42:\"ܩܠܒ̈ܐ_ܦܠܝܚ̈ܐ_ܝܬܝܪ_ܡܢ_ܟܠ\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:31:\"ܬܢܝ̈ܬܐ_ܝܬܝܪ_ܡܢ_ܟܠ\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:2:{i:0;s:15:\"ܫܢܝ_ܦܐܬܐ\";i:1;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:3:{i:0;s:16:\"ܫܘܬܦܘ̈ܬܝ\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:17:\"ܠܫܢܐ_ܕܝܠܝ\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:17:\"ܦܐܬܐ_ܕܝܠܝ\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:19:\"ܡܡܠܠܐ_ܕܝܠܝ\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:3:{i:0;s:21:\"ܐܣܩ̈ܬܐ_ܕܝܠܝ\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:21:\"ܠܦܦ̈ܐ_ܚܕ̈ܬܐ\";i:1;s:25:\"ܨܘܪ̈ܬܐ_ܚܕ̈ܬܬܐ\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:25:\"ܦܐܬܬ̈ܐ_ܚܕ̈ܬܬܐ\";i:1;s:8:\"NewPages\";}s:13:\"PermanentLink\";a:3:{i:0;s:21:\"ܐܣܘܪܐ_ܦܝܘܫܐ\";i:1;s:13:\"PermanentLink\";i:2;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:18:\"ܨܒܝܢܝܘ̈ܬܐ\";i:1;s:11:\"Preferences\";}s:14:\"Protectedpages\";a:2:{i:0;s:27:\"ܦܐܬܬ̈ܐ_ܢܛܝܪ̈ܬܐ\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:25:\"ܟܘܢܝ̈ܐ_ܢܛܝܪ̈ܐ\";i:1;s:15:\"ProtectedTitles\";}s:13:\"Recentchanges\";a:2:{i:0;s:25:\"ܫܘܚܠܦ̈ܐ_ܚܕ̈ܬܐ\";i:1;s:13:\"RecentChanges\";}s:6:\"Search\";a:2:{i:0;s:8:\"ܒܨܝܐ\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:25:\"ܦܐܬܬ̈ܐ_ܟܪ̈ܝܬܐ\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:29:\"ܦܐܬܬ̈ܐ_ܕ̈ܝܠܢܝܬܐ\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:23:\"ܚܒܝܫܘܬ_ܡܢܝܢܐ\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:28:\"ܣܕܪ̈ܐ_ܠܐ_ܣܕܝܪ̈ܐ\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:28:\"ܠܦܦ̈ܐ_ܠܐ_ܣܕܝܪ̈ܐ\";i:1;s:32:\"ܨܘܪ̈ܬܐ_ܠܐ_ܣܕܝܪ̈ܬܐ\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:32:\"ܦܐܬܬ̈ܐ_ܠܐ_ܣܕܝܪ̈ܬܐ\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:28:\"ܩܠܒ̈ܐ_ܠܐ_ܣܕܝܪ̈ܐ\";i:1;s:22:\"UncategorizedTemplates\";}s:16:\"Unusedcategories\";a:2:{i:0;s:28:\"ܣܕܪ̈ܐ_ܠܐ_ܦܠܝܚ̈ܐ\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:28:\"ܠܦܦ̈ܐ_ܠܐ_ܦܠܝܚ̈ܐ\";i:1;s:32:\"ܨܘܪ̈ܬܐ_ܠܐ_ܦܠܝܚܬ̈ܐ\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:28:\"ܩܠܒ̈ܐ_ܠܐ_ܦܠܝܚ̈ܐ\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:2:{i:0;s:32:\"ܦܐܬܬ̈ܐ_ܠܐ_ܣܢܝܩ̈ܬܐ\";i:1;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:2:{i:0;s:6:\"ܐܣܩ\";i:1;s:6:\"Upload\";}s:9:\"Userlogin\";a:3:{i:0;s:23:\"ܥܠܠܐ_ܕܡܦܠܚܢܐ\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:3:{i:0;s:23:\"ܦܠܛܐ_ܕܡܦܠܚܢܐ\";i:1;s:10:\"UserLogout\";i:2;s:6:\"Logout\";}s:10:\"Userrights\";a:6:{i:0;s:25:\"ܙܕ̈ܩܐ_ܕܡܦܠܚܢܐ\";i:1;s:30:\"ܥܒܕ_ܡܕܒܪܢܐ_ܕܛܟܣܐ\";i:2;s:13:\"ܥܒܕ_ܒܘܛ\";i:3;s:10:\"UserRights\";i:4;s:9:\"MakeSysop\";i:5;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:10:\"ܡܦܩܬܐ\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:23:\"ܣܕܪ̈ܐ_ܣܢܝܩ̈ܐ\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:23:\"ܠܦܦ̈ܐ_ܣܢܝܩ̈ܐ\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:27:\"ܦܐܬܬ̈ܐ_ܣܢܝܩ̈ܬܐ\";i:1;s:25:\"ܐܣܘܪ̈ܐ_ܬܒܝܪ̈ܐ\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:23:\"ܩܠܒ̈ܐ_ܣܢܝܩ̈ܐ\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:12:\"ܪ̈ܗܝܬܐ\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:22:\"ܡܐ_ܐܣܪ_ܠܗܪܟܐ\";i:1;s:13:\"WhatLinksHere\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:1:{i:0;s:6:\"Nearby\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('arn','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('arn','compiledPluralRules','a:1:{i:0;s:6:\"n 1 in\";}'),('arn','dateFormats','a:20:{s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j M Y\";s:8:\"dmy both\";s:9:\"H:i j M Y\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('arn','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('arn','datePreferences','b:0;'),('arn','defaultDateFormat','s:3:\"dmy\";'),('arn','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesArn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/arn.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/es.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEs.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('arn','digitGroupingPattern','s:9:\"#,##0.###\";'),('arn','digitTransformTable','N;'),('arn','fallback','s:2:\"es\";'),('arn','fallback8bitEncoding','s:12:\"windows-1252\";'),('arn','fallbackSequence','a:2:{i:0;s:2:\"es\";i:1;s:2:\"en\";}'),('arn','imageFiles','N;'),('arn','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('arn','linkPrefixExtension','b:0;'),('arn','linkTrail','s:31:\"/^([a-záéíóúñ]+)(.*)$/sDu\";'),('arn','list','a:1:{s:8:\"messages\";a:7548:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:18:\"tog-editondblclick\";i:7;s:27:\"tog-editsectiononrightclick\";i:8;s:18:\"tog-watchcreations\";i:9;s:16:\"tog-watchdefault\";i:10;s:14:\"tog-watchmoves\";i:11;s:17:\"tog-watchdeletion\";i:12;s:16:\"tog-watchuploads\";i:13;s:17:\"tog-watchrollback\";i:14;s:16:\"tog-minordefault\";i:15;s:16:\"underline-always\";i:16;s:15:\"underline-never\";i:17;s:6:\"sunday\";i:18;s:6:\"monday\";i:19;s:7:\"tuesday\";i:20;s:9:\"wednesday\";i:21;s:8:\"thursday\";i:22;s:6:\"friday\";i:23;s:8:\"saturday\";i:24;s:3:\"sun\";i:25;s:3:\"mon\";i:26;s:3:\"tue\";i:27;s:3:\"wed\";i:28;s:3:\"thu\";i:29;s:3:\"fri\";i:30;s:3:\"sat\";i:31;s:7:\"january\";i:32;s:8:\"february\";i:33;s:5:\"march\";i:34;s:5:\"april\";i:35;s:8:\"may_long\";i:36;s:4:\"june\";i:37;s:4:\"july\";i:38;s:6:\"august\";i:39;s:9:\"september\";i:40;s:7:\"october\";i:41;s:8:\"november\";i:42;s:8:\"december\";i:43;s:11:\"january-gen\";i:44;s:12:\"february-gen\";i:45;s:9:\"march-gen\";i:46;s:9:\"april-gen\";i:47;s:7:\"may-gen\";i:48;s:8:\"june-gen\";i:49;s:8:\"july-gen\";i:50;s:10:\"august-gen\";i:51;s:13:\"september-gen\";i:52;s:11:\"october-gen\";i:53;s:12:\"november-gen\";i:54;s:12:\"december-gen\";i:55;s:3:\"jan\";i:56;s:3:\"feb\";i:57;s:3:\"mar\";i:58;s:3:\"apr\";i:59;s:3:\"may\";i:60;s:3:\"jun\";i:61;s:3:\"jul\";i:62;s:3:\"aug\";i:63;s:3:\"sep\";i:64;s:3:\"oct\";i:65;s:3:\"nov\";i:66;s:3:\"dec\";i:67;s:9:\"period-am\";i:68;s:9:\"period-pm\";i:69;s:14:\"pagecategories\";i:70;s:15:\"category_header\";i:71;s:13:\"subcategories\";i:72;s:21:\"category-media-header\";i:73;s:14:\"category-empty\";i:74;s:17:\"hidden-categories\";i:75;s:21:\"category-subcat-count\";i:76;s:22:\"category-article-count\";i:77;s:19:\"category-file-count\";i:78;s:14:\"index-category\";i:79;s:16:\"noindex-category\";i:80;s:20:\"broken-file-category\";i:81;s:5:\"about\";i:82;s:7:\"article\";i:83;s:9:\"newwindow\";i:84;s:6:\"cancel\";i:85;s:13:\"moredotdotdot\";i:86;s:6:\"mypage\";i:87;s:6:\"mytalk\";i:88;s:8:\"anontalk\";i:89;s:10:\"navigation\";i:90;s:3:\"and\";i:91;s:3:\"faq\";i:92;s:7:\"actions\";i:93;s:10:\"namespaces\";i:94;s:8:\"variants\";i:95;s:18:\"navigation-heading\";i:96;s:14:\"errorpagetitle\";i:97;s:8:\"returnto\";i:98;s:7:\"tagline\";i:99;s:4:\"help\";i:100;s:6:\"search\";i:101;s:12:\"searchbutton\";i:102;s:2:\"go\";i:103;s:13:\"searcharticle\";i:104;s:17:\"skin-view-history\";i:105;s:7:\"history\";i:106;s:13:\"history_short\";i:107;s:13:\"history_small\";i:108;s:16:\"printableversion\";i:109;s:9:\"permalink\";i:110;s:5:\"print\";i:111;s:4:\"view\";i:112;s:14:\"skin-view-view\";i:113;s:17:\"skin-view-foreign\";i:114;s:4:\"edit\";i:115;s:14:\"skin-view-edit\";i:116;s:6:\"create\";i:117;s:16:\"skin-view-create\";i:118;s:12:\"create-local\";i:119;s:6:\"delete\";i:120;s:17:\"viewdeleted_short\";i:121;s:7:\"protect\";i:122;s:14:\"protect_change\";i:123;s:21:\"skin-action-unprotect\";i:124;s:9:\"unprotect\";i:125;s:7:\"newpage\";i:126;s:16:\"talkpagelinktext\";i:127;s:11:\"specialpage\";i:128;s:13:\"personaltools\";i:129;s:4:\"talk\";i:130;s:5:\"views\";i:131;s:7:\"toolbox\";i:132;s:8:\"cactions\";i:133;s:20:\"tool-link-userrights\";i:134;s:29:\"tool-link-userrights-readonly\";i:135;s:19:\"tool-link-emailuser\";i:136;s:9:\"imagepage\";i:137;s:13:\"mediawikipage\";i:138;s:12:\"templatepage\";i:139;s:12:\"viewhelppage\";i:140;s:12:\"categorypage\";i:141;s:12:\"viewtalkpage\";i:142;s:14:\"otherlanguages\";i:143;s:14:\"redirectedfrom\";i:144;s:15:\"redirectpagesub\";i:145;s:10:\"redirectto\";i:146;s:14:\"lastmodifiedat\";i:147;s:9:\"viewcount\";i:148;s:13:\"protectedpage\";i:149;s:6:\"jumpto\";i:150;s:16:\"jumptonavigation\";i:151;s:12:\"jumptosearch\";i:152;s:15:\"view-pool-error\";i:153;s:18:\"generic-pool-error\";i:154;s:12:\"pool-timeout\";i:155;s:14:\"pool-queuefull\";i:156;s:17:\"pool-errorunknown\";i:157;s:9:\"aboutsite\";i:158;s:9:\"aboutpage\";i:159;s:13:\"copyrightpage\";i:160;s:13:\"currentevents\";i:161;s:17:\"currentevents-url\";i:162;s:11:\"disclaimers\";i:163;s:14:\"disclaimerpage\";i:164;s:8:\"edithelp\";i:165;s:20:\"helppage-top-gethelp\";i:166;s:8:\"mainpage\";i:167;s:20:\"mainpage-description\";i:168;s:6:\"portal\";i:169;s:10:\"portal-url\";i:170;s:7:\"privacy\";i:171;s:11:\"privacypage\";i:172;s:2:\"ok\";i:173;s:13:\"retrievedfrom\";i:174;s:18:\"youhavenewmessages\";i:175;s:27:\"youhavenewmessagesfromusers\";i:176;s:21:\"newmessageslinkplural\";i:177;s:25:\"newmessagesdifflinkplural\";i:178;s:11:\"editsection\";i:179;s:7:\"editold\";i:180;s:13:\"viewsourceold\";i:181;s:8:\"editlink\";i:182;s:14:\"viewsourcelink\";i:183;s:15:\"editsectionhint\";i:184;s:3:\"toc\";i:185;s:7:\"showtoc\";i:186;s:7:\"hidetoc\";i:187;s:20:\"collapsible-collapse\";i:188;s:18:\"collapsible-expand\";i:189;s:19:\"confirmable-confirm\";i:190;s:15:\"confirmable-yes\";i:191;s:14:\"confirmable-no\";i:192;s:13:\"thisisdeleted\";i:193;s:11:\"viewdeleted\";i:194;s:11:\"restorelink\";i:195;s:13:\"site-rss-feed\";i:196;s:14:\"site-atom-feed\";i:197;s:13:\"page-rss-feed\";i:198;s:14:\"page-atom-feed\";i:199;s:14:\"red-link-title\";i:200;s:15:\"sort-descending\";i:201;s:14:\"sort-ascending\";i:202;s:10:\"nstab-main\";i:203;s:10:\"nstab-user\";i:204;s:11:\"nstab-media\";i:205;s:13:\"nstab-special\";i:206;s:13:\"nstab-project\";i:207;s:11:\"nstab-image\";i:208;s:15:\"nstab-mediawiki\";i:209;s:14:\"nstab-template\";i:210;s:10:\"nstab-help\";i:211;s:14:\"nstab-category\";i:212;s:14:\"mainpage-nstab\";i:213;s:12:\"nosuchaction\";i:214;s:17:\"nosuchspecialpage\";i:215;s:17:\"nospecialpagetext\";i:216;s:5:\"error\";i:217;s:19:\"databaseerror-error\";i:218;s:15:\"missing-article\";i:219;s:18:\"missingarticle-rev\";i:220;s:19:\"missingarticle-diff\";i:221;s:13:\"filecopyerror\";i:222;s:15:\"filerenameerror\";i:223;s:15:\"filedeleteerror\";i:224;s:20:\"directorycreateerror\";i:225;s:22:\"directoryreadonlyerror\";i:226;s:12:\"filenotfound\";i:227;s:10:\"unexpected\";i:228;s:9:\"formerror\";i:229;s:15:\"badarticleerror\";i:230;s:12:\"cannotdelete\";i:231;s:18:\"cannotdelete-title\";i:232;s:16:\"delete-scheduled\";i:233;s:8:\"badtitle\";i:234;s:12:\"badtitletext\";i:235;s:10:\"viewsource\";i:236;s:22:\"skin-action-viewsource\";i:237;s:16:\"viewsource-title\";i:238;s:14:\"viewsourcetext\";i:239;s:17:\"exception-nologin\";i:240;s:11:\"welcomeuser\";i:241;s:8:\"yourname\";i:242;s:18:\"userlogin-yourname\";i:243;s:21:\"userlogin-yourname-ph\";i:244;s:30:\"createacct-another-username-ph\";i:245;s:12:\"yourpassword\";i:246;s:22:\"userlogin-yourpassword\";i:247;s:25:\"userlogin-yourpassword-ph\";i:248;s:26:\"createacct-yourpassword-ph\";i:249;s:17:\"yourpasswordagain\";i:250;s:28:\"createacct-yourpasswordagain\";i:251;s:31:\"createacct-yourpasswordagain-ph\";i:252;s:28:\"userlogin-remembermypassword\";i:253;s:5:\"login\";i:254;s:23:\"nav-login-createaccount\";i:255;s:6:\"logout\";i:256;s:10:\"userlogout\";i:257;s:11:\"notloggedin\";i:258;s:19:\"userlogin-noaccount\";i:259;s:21:\"userlogin-joinproject\";i:260;s:13:\"createaccount\";i:261;s:28:\"userlogin-resetpassword-link\";i:262;s:19:\"userlogin-helplink2\";i:263;s:24:\"createacct-emailoptional\";i:264;s:19:\"createacct-email-ph\";i:265;s:19:\"createacct-realname\";i:266;s:17:\"createacct-submit\";i:267;s:26:\"createacct-benefit-heading\";i:268;s:24:\"createacct-benefit-body1\";i:269;s:24:\"createacct-benefit-body2\";i:270;s:24:\"createacct-benefit-body3\";i:271;s:14:\"mailmypassword\";i:272;s:18:\"loginlanguagelabel\";i:273;s:8:\"pt-login\";i:274;s:15:\"pt-login-button\";i:275;s:16:\"pt-createaccount\";i:276;s:13:\"pt-userlogout\";i:277;s:11:\"oldpassword\";i:278;s:11:\"newpassword\";i:279;s:24:\"botpasswords-label-appid\";i:280;s:25:\"botpasswords-label-create\";i:281;s:23:\"resetpass-submit-cancel\";i:282;s:13:\"passwordreset\";i:283;s:7:\"summary\";i:284;s:7:\"subject\";i:285;s:9:\"minoredit\";i:286;s:9:\"watchthis\";i:287;s:11:\"savearticle\";i:288;s:11:\"publishpage\";i:289;s:14:\"publishchanges\";i:290;s:17:\"publishpage-start\";i:291;s:20:\"publishchanges-start\";i:292;s:7:\"preview\";i:293;s:11:\"showpreview\";i:294;s:8:\"showdiff\";i:295;s:15:\"anoneditwarning\";i:296;s:11:\"blockedtext\";i:297;s:12:\"loginreqlink\";i:298;s:10:\"newarticle\";i:299;s:14:\"newarticletext\";i:300;s:16:\"anontalkpagetext\";i:301;s:13:\"noarticletext\";i:302;s:26:\"noarticletext-nopermission\";i:303;s:30:\"userpage-userdoesnotexist-view\";i:304;s:14:\"clearyourcache\";i:305;s:11:\"previewnote\";i:306;s:16:\"continue-editing\";i:307;s:7:\"editing\";i:308;s:8:\"creating\";i:309;s:14:\"editingsection\";i:310;s:14:\"editingcomment\";i:311;s:8:\"yourtext\";i:312;s:13:\"templatesused\";i:313;s:20:\"templatesusedpreview\";i:314;s:18:\"template-protected\";i:315;s:22:\"template-semiprotected\";i:316;s:16:\"hiddencategories\";i:317;s:17:\"permissionserrors\";i:318;s:32:\"permissionserrorstext-withaction\";i:319;s:26:\"recreate-moveddeleted-warn\";i:320;s:19:\"moveddeleted-notice\";i:321;s:22:\"content-model-wikitext\";i:322;s:38:\"post-expand-template-inclusion-warning\";i:323;s:39:\"post-expand-template-inclusion-category\";i:324;s:37:\"post-expand-template-argument-warning\";i:325;s:38:\"post-expand-template-argument-category\";i:326;s:12:\"undo-failure\";i:327;s:12:\"viewpagelogs\";i:328;s:15:\"currentrev-asof\";i:329;s:12:\"revisionasof\";i:330;s:13:\"revision-info\";i:331;s:16:\"previousrevision\";i:332;s:12:\"nextrevision\";i:333;s:19:\"currentrevisionlink\";i:334;s:3:\"cur\";i:335;s:4:\"last\";i:336;s:10:\"page_first\";i:337;s:10:\"histlegend\";i:338;s:22:\"history-fieldset-title\";i:339;s:20:\"history-show-deleted\";i:340;s:9:\"histfirst\";i:341;s:8:\"histlast\";i:342;s:12:\"historyempty\";i:343;s:18:\"history-feed-title\";i:344;s:24:\"history-feed-description\";i:345;s:27:\"history-feed-item-nocomment\";i:346;s:12:\"rev-delundel\";i:347;s:15:\"rev-showdeleted\";i:348;s:26:\"revdelete-show-file-submit\";i:349;s:14:\"revdel-restore\";i:350;s:8:\"pagehist\";i:351;s:11:\"deletedhist\";i:352;s:25:\"revdelete-edit-reasonlist\";i:353;s:19:\"mergehistory-reason\";i:354;s:8:\"mergelog\";i:355;s:11:\"revertmerge\";i:356;s:13:\"history-title\";i:357;s:16:\"difference-title\";i:358;s:6:\"lineno\";i:359;s:23:\"compareselectedversions\";i:360;s:8:\"editundo\";i:361;s:10:\"diff-empty\";i:362;s:19:\"diff-multi-sameuser\";i:363;s:21:\"diff-multi-otherusers\";i:364;s:13:\"searchresults\";i:365;s:19:\"searchresults-title\";i:366;s:5:\"prevn\";i:367;s:5:\"nextn\";i:368;s:11:\"prevn-title\";i:369;s:11:\"nextn-title\";i:370;s:11:\"shown-title\";i:371;s:12:\"viewprevnext\";i:372;s:17:\"searchmenu-exists\";i:373;s:14:\"searchmenu-new\";i:374;s:22:\"searchprofile-articles\";i:375;s:20:\"searchprofile-images\";i:376;s:24:\"searchprofile-everything\";i:377;s:22:\"searchprofile-advanced\";i:378;s:30:\"searchprofile-articles-tooltip\";i:379;s:28:\"searchprofile-images-tooltip\";i:380;s:32:\"searchprofile-everything-tooltip\";i:381;s:30:\"searchprofile-advanced-tooltip\";i:382;s:18:\"search-result-size\";i:383;s:27:\"search-result-category-size\";i:384;s:15:\"search-redirect\";i:385;s:14:\"search-section\";i:386;s:17:\"search-file-match\";i:387;s:14:\"search-suggest\";i:388;s:21:\"search-interwiki-more\";i:389;s:13:\"searchrelated\";i:390;s:9:\"searchall\";i:391;s:21:\"search-showingresults\";i:392;s:16:\"search-nonefound\";i:393;s:13:\"mypreferences\";i:394;s:11:\"prefs-edits\";i:395;s:12:\"skin-preview\";i:396;s:13:\"prefs-editing\";i:397;s:17:\"searchresultshead\";i:398;s:21:\"timezoneregion-africa\";i:399;s:22:\"timezoneregion-america\";i:400;s:21:\"timezoneregion-arctic\";i:401;s:19:\"timezoneregion-asia\";i:402;s:21:\"timezoneregion-europe\";i:403;s:9:\"youremail\";i:404;s:8:\"username\";i:405;s:12:\"yourrealname\";i:406;s:12:\"yourlanguage\";i:407;s:11:\"gender-male\";i:408;s:13:\"gender-female\";i:409;s:16:\"prefs-help-email\";i:410;s:23:\"prefs-help-email-others\";i:411;s:24:\"userrights-user-editname\";i:412;s:5:\"group\";i:413;s:10:\"group-user\";i:414;s:9:\"group-bot\";i:415;s:11:\"group-sysop\";i:416;s:9:\"group-all\";i:417;s:17:\"group-user-member\";i:418;s:14:\"grouppage-user\";i:419;s:13:\"grouppage-bot\";i:420;s:15:\"grouppage-sysop\";i:421;s:10:\"right-edit\";i:422;s:16:\"right-createpage\";i:423;s:16:\"right-createtalk\";i:424;s:10:\"right-move\";i:425;s:12:\"right-delete\";i:426;s:19:\"right-browsearchive\";i:427;s:14:\"right-undelete\";i:428;s:14:\"newuserlogpage\";i:429;s:9:\"rightslog\";i:430;s:11:\"action-read\";i:431;s:22:\"skin-action-addsection\";i:432;s:11:\"action-edit\";i:433;s:17:\"action-createpage\";i:434;s:17:\"action-createtalk\";i:435;s:20:\"action-createaccount\";i:436;s:11:\"action-move\";i:437;s:13:\"action-delete\";i:438;s:20:\"action-browsearchive\";i:439;s:15:\"action-undelete\";i:440;s:14:\"action-protect\";i:441;s:8:\"nchanges\";i:442;s:18:\"enhancedrc-history\";i:443;s:13:\"recentchanges\";i:444;s:20:\"recentchanges-legend\";i:445;s:21:\"recentchanges-summary\";i:446;s:22:\"recentchanges-noresult\";i:447;s:30:\"recentchanges-feed-description\";i:448;s:27:\"recentchanges-label-newpage\";i:449;s:25:\"recentchanges-label-minor\";i:450;s:23:\"recentchanges-label-bot\";i:451;s:31:\"recentchanges-label-unpatrolled\";i:452;s:29:\"recentchanges-label-plusminus\";i:453;s:28:\"recentchanges-legend-heading\";i:454;s:28:\"recentchanges-legend-newpage\";i:455;s:10:\"rcnotefrom\";i:456;s:10:\"rclistfrom\";i:457;s:15:\"rcshowhideminor\";i:458;s:20:\"rcshowhideminor-show\";i:459;s:20:\"rcshowhideminor-hide\";i:460;s:14:\"rcshowhidebots\";i:461;s:19:\"rcshowhidebots-show\";i:462;s:19:\"rcshowhidebots-hide\";i:463;s:13:\"rcshowhideliu\";i:464;s:18:\"rcshowhideliu-show\";i:465;s:18:\"rcshowhideliu-hide\";i:466;s:15:\"rcshowhideanons\";i:467;s:20:\"rcshowhideanons-show\";i:468;s:20:\"rcshowhideanons-hide\";i:469;s:14:\"rcshowhidepatr\";i:470;s:14:\"rcshowhidemine\";i:471;s:19:\"rcshowhidemine-show\";i:472;s:19:\"rcshowhidemine-hide\";i:473;s:7:\"rclinks\";i:474;s:4:\"diff\";i:475;s:4:\"hist\";i:476;s:4:\"hide\";i:477;s:4:\"show\";i:478;s:15:\"minoreditletter\";i:479;s:13:\"newpageletter\";i:480;s:13:\"boteditletter\";i:481;s:12:\"rc-old-title\";i:482;s:19:\"recentchangeslinked\";i:483;s:27:\"recentchangeslinked-toolbox\";i:484;s:25:\"recentchangeslinked-title\";i:485;s:27:\"recentchangeslinked-summary\";i:486;s:24:\"recentchangeslinked-page\";i:487;s:22:\"recentchangeslinked-to\";i:488;s:6:\"upload\";i:489;s:13:\"uploadnologin\";i:490;s:13:\"uploadlogpage\";i:491;s:8:\"filedesc\";i:492;s:15:\"watchthisupload\";i:493;s:7:\"license\";i:494;s:14:\"license-header\";i:495;s:9:\"nolicense\";i:496;s:7:\"imgfile\";i:497;s:9:\"listfiles\";i:498;s:14:\"listfiles_name\";i:499;s:14:\"listfiles_user\";i:500;s:16:\"file-anchor-link\";i:501;s:8:\"filehist\";i:502;s:13:\"filehist-help\";i:503;s:18:\"filehist-deleteall\";i:504;s:18:\"filehist-deleteone\";i:505;s:15:\"filehist-revert\";i:506;s:16:\"filehist-current\";i:507;s:17:\"filehist-datetime\";i:508;s:14:\"filehist-thumb\";i:509;s:18:\"filehist-thumbtext\";i:510;s:16:\"filehist-nothumb\";i:511;s:13:\"filehist-user\";i:512;s:19:\"filehist-dimensions\";i:513;s:16:\"filehist-comment\";i:514;s:10:\"imagelinks\";i:515;s:12:\"linkstoimage\";i:516;s:17:\"linkstoimage-more\";i:517;s:14:\"nolinkstoimage\";i:518;s:21:\"linkstoimage-redirect\";i:519;s:22:\"sharedupload-desc-here\";i:520;s:15:\"filepage-nofile\";i:521;s:22:\"upload-disallowed-here\";i:522;s:10:\"filedelete\";i:523;s:16:\"filedelete-intro\";i:524;s:17:\"filedelete-submit\";i:525;s:18:\"filedelete-success\";i:526;s:26:\"filedelete-edit-reasonlist\";i:527;s:8:\"download\";i:528;s:18:\"unusedtemplateswlh\";i:529;s:10:\"randompage\";i:530;s:10:\"statistics\";i:531;s:16:\"statistics-pages\";i:532;s:20:\"brokenredirects-edit\";i:533;s:22:\"brokenredirects-delete\";i:534;s:23:\"withoutinterwiki-submit\";i:535;s:6:\"nbytes\";i:536;s:8:\"nmembers\";i:537;s:11:\"prefixindex\";i:538;s:10:\"shortpages\";i:539;s:9:\"listusers\";i:540;s:11:\"usercreated\";i:541;s:8:\"newpages\";i:542;s:17:\"newpages-username\";i:543;s:4:\"move\";i:544;s:12:\"movethispage\";i:545;s:13:\"pager-newer-n\";i:546;s:13:\"pager-older-n\";i:547;s:11:\"booksources\";i:548;s:25:\"booksources-search-legend\";i:549;s:18:\"booksources-search\";i:550;s:19:\"specialloguserlabel\";i:551;s:20:\"speciallogtitlelabel\";i:552;s:3:\"log\";i:553;s:13:\"all-logs-page\";i:554;s:11:\"alllogstext\";i:555;s:8:\"logempty\";i:556;s:8:\"allpages\";i:557;s:11:\"allarticles\";i:558;s:14:\"allpagessubmit\";i:559;s:23:\"allpages-hide-redirects\";i:560;s:10:\"categories\";i:561;s:13:\"linksearch-ok\";i:562;s:15:\"linksearch-line\";i:563;s:16:\"listusers-submit\";i:564;s:23:\"listgrouprights-members\";i:565;s:9:\"emailuser\";i:566;s:12:\"emailsubject\";i:567;s:12:\"emailmessage\";i:568;s:9:\"emailsend\";i:569;s:9:\"watchlist\";i:570;s:11:\"mywatchlist\";i:571;s:13:\"watchlistfor2\";i:572;s:12:\"watchnologin\";i:573;s:5:\"watch\";i:574;s:13:\"watchthispage\";i:575;s:7:\"unwatch\";i:576;s:15:\"unwatchthispage\";i:577;s:12:\"notanarticle\";i:578;s:17:\"watchlist-details\";i:579;s:20:\"wlheader-showupdated\";i:580;s:6:\"wlnote\";i:581;s:17:\"watchlist-options\";i:582;s:8:\"watching\";i:583;s:10:\"unwatching\";i:584;s:12:\"enotif_reset\";i:585;s:28:\"enotif_impersonal_salutation\";i:586;s:7:\"created\";i:587;s:17:\"deletepage-submit\";i:588;s:14:\"delete-confirm\";i:589;s:13:\"delete-legend\";i:590;s:14:\"actioncomplete\";i:591;s:12:\"actionfailed\";i:592;s:10:\"dellogpage\";i:593;s:21:\"deletereasonotherlist\";i:594;s:12:\"rollbacklink\";i:595;s:17:\"rollbacklinkcount\";i:596;s:14:\"protectlogpage\";i:597;s:14:\"prot_1movedto2\";i:598;s:13:\"protectexpiry\";i:599;s:15:\"protect-default\";i:600;s:19:\"protect-level-sysop\";i:601;s:23:\"protect-summary-cascade\";i:602;s:22:\"protect-expiry-options\";i:603;s:16:\"restriction-edit\";i:604;s:16:\"restriction-move\";i:605;s:18:\"restriction-create\";i:606;s:15:\"viewdeletedpage\";i:607;s:23:\"skin-action-viewdeleted\";i:608;s:12:\"undeletelink\";i:609;s:16:\"undeleteviewlink\";i:610;s:19:\"undelete-search-box\";i:611;s:22:\"undelete-search-submit\";i:612;s:25:\"undelete-show-file-submit\";i:613;s:9:\"namespace\";i:614;s:6:\"invert\";i:615;s:14:\"blanknamespace\";i:616;s:13:\"contributions\";i:617;s:23:\"tool-link-contributions\";i:618;s:19:\"contributions-title\";i:619;s:9:\"mycontris\";i:620;s:12:\"anoncontribs\";i:621;s:11:\"contribsub2\";i:622;s:10:\"nocontribs\";i:623;s:5:\"uctop\";i:624;s:5:\"month\";i:625;s:4:\"year\";i:626;s:25:\"sp-contributions-blocklog\";i:627;s:24:\"sp-contributions-uploads\";i:628;s:21:\"sp-contributions-logs\";i:629;s:21:\"sp-contributions-talk\";i:630;s:23:\"sp-contributions-search\";i:631;s:25:\"sp-contributions-username\";i:632;s:24:\"sp-contributions-toponly\";i:633;s:24:\"sp-contributions-newonly\";i:634;s:23:\"sp-contributions-submit\";i:635;s:13:\"whatlinkshere\";i:636;s:19:\"whatlinkshere-title\";i:637;s:18:\"whatlinkshere-page\";i:638;s:9:\"linkshere\";i:639;s:11:\"nolinkshere\";i:640;s:10:\"isredirect\";i:641;s:10:\"istemplate\";i:642;s:7:\"isimage\";i:643;s:18:\"whatlinkshere-prev\";i:644;s:18:\"whatlinkshere-next\";i:645;s:19:\"whatlinkshere-links\";i:646;s:24:\"whatlinkshere-hideredirs\";i:647;s:23:\"whatlinkshere-hidetrans\";i:648;s:23:\"whatlinkshere-hidelinks\";i:649;s:24:\"whatlinkshere-hideimages\";i:650;s:9:\"ipbreason\";i:651;s:10:\"ipboptions\";i:652;s:12:\"block-expiry\";i:653;s:11:\"ipblocklist\";i:654;s:18:\"ipblocklist-submit\";i:655;s:13:\"infiniteblock\";i:656;s:9:\"blocklink\";i:657;s:11:\"unblocklink\";i:658;s:16:\"change-blocklink\";i:659;s:12:\"contribslink\";i:660;s:12:\"blocklogpage\";i:661;s:24:\"block-log-flags-nocreate\";i:662;s:26:\"block-log-flags-hiddenname\";i:663;s:12:\"proxyblocker\";i:664;s:9:\"move-page\";i:665;s:16:\"move-page-legend\";i:666;s:8:\"newtitle\";i:667;s:10:\"move-watch\";i:668;s:11:\"movepagebtn\";i:669;s:11:\"movelogpage\";i:670;s:10:\"movereason\";i:671;s:10:\"revertmove\";i:672;s:23:\"delete_and_move_confirm\";i:673;s:6:\"export\";i:674;s:15:\"allmessagesname\";i:675;s:18:\"allmessagesdefault\";i:676;s:20:\"allmessages-language\";i:677;s:14:\"thumbnail-more\";i:678;s:15:\"thumbnail_error\";i:679;s:19:\"tooltip-pt-userpage\";i:680;s:17:\"tooltip-pt-mytalk\";i:681;s:22:\"tooltip-pt-preferences\";i:682;s:20:\"tooltip-pt-watchlist\";i:683;s:20:\"tooltip-pt-mycontris\";i:684;s:16:\"tooltip-pt-login\";i:685;s:17:\"tooltip-pt-logout\";i:686;s:15:\"tooltip-ca-talk\";i:687;s:15:\"tooltip-ca-edit\";i:688;s:21:\"tooltip-ca-addsection\";i:689;s:21:\"tooltip-ca-viewsource\";i:690;s:18:\"tooltip-ca-history\";i:691;s:18:\"tooltip-ca-protect\";i:692;s:17:\"tooltip-ca-delete\";i:693;s:15:\"tooltip-ca-move\";i:694;s:16:\"tooltip-ca-watch\";i:695;s:18:\"tooltip-ca-unwatch\";i:696;s:14:\"tooltip-search\";i:697;s:17:\"tooltip-search-go\";i:698;s:23:\"tooltip-search-fulltext\";i:699;s:14:\"tooltip-p-logo\";i:700;s:18:\"tooltip-n-mainpage\";i:701;s:30:\"tooltip-n-mainpage-description\";i:702;s:16:\"tooltip-n-portal\";i:703;s:23:\"tooltip-n-currentevents\";i:704;s:23:\"tooltip-n-recentchanges\";i:705;s:20:\"tooltip-n-randompage\";i:706;s:14:\"tooltip-n-help\";i:707;s:23:\"tooltip-t-whatlinkshere\";i:708;s:29:\"tooltip-t-recentchangeslinked\";i:709;s:17:\"tooltip-feed-atom\";i:710;s:23:\"tooltip-t-contributions\";i:711;s:19:\"tooltip-t-emailuser\";i:712;s:16:\"tooltip-t-upload\";i:713;s:22:\"tooltip-t-specialpages\";i:714;s:15:\"tooltip-t-print\";i:715;s:19:\"tooltip-t-permalink\";i:716;s:21:\"tooltip-ca-nstab-main\";i:717;s:21:\"tooltip-ca-nstab-user\";i:718;s:24:\"tooltip-ca-nstab-special\";i:719;s:24:\"tooltip-ca-nstab-project\";i:720;s:22:\"tooltip-ca-nstab-image\";i:721;s:25:\"tooltip-ca-nstab-template\";i:722;s:21:\"tooltip-ca-nstab-help\";i:723;s:25:\"tooltip-ca-nstab-category\";i:724;s:17:\"tooltip-minoredit\";i:725;s:12:\"tooltip-save\";i:726;s:15:\"tooltip-preview\";i:727;s:12:\"tooltip-diff\";i:728;s:31:\"tooltip-compareselectedversions\";i:729;s:13:\"tooltip-watch\";i:730;s:16:\"tooltip-rollback\";i:731;s:12:\"tooltip-undo\";i:732;s:15:\"tooltip-summary\";i:733;s:8:\"siteuser\";i:734;s:6:\"others\";i:735;s:9:\"siteusers\";i:736;s:20:\"pageinfo-toolboxlink\";i:737;s:15:\"patrol-log-page\";i:738;s:12:\"previousdiff\";i:739;s:8:\"nextdiff\";i:740;s:15:\"widthheightpage\";i:741;s:14:\"file-info-size\";i:742;s:20:\"file-info-size-pages\";i:743;s:12:\"file-nohires\";i:744;s:13:\"svg-long-desc\";i:745;s:14:\"show-big-image\";i:746;s:22:\"show-big-image-preview\";i:747;s:20:\"show-big-image-other\";i:748;s:19:\"show-big-image-size\";i:749;s:8:\"ilsubmit\";i:750;s:12:\"hours-abbrev\";i:751;s:14:\"bad_image_list\";i:752;s:8:\"metadata\";i:753;s:13:\"metadata-help\";i:754;s:15:\"metadata-fields\";i:755;s:13:\"namespacesall\";i:756;s:9:\"monthsall\";i:757;s:20:\"confirm_purge_button\";i:758;s:16:\"imgmultipageprev\";i:759;s:16:\"imgmultipagenext\";i:760;s:10:\"imgmultigo\";i:761;s:12:\"imgmultigoto\";i:762;s:24:\"table_pager_limit_submit\";i:763;s:10:\"size-bytes\";i:764;s:14:\"size-kilobytes\";i:765;s:14:\"size-megabytes\";i:766;s:14:\"size-gigabytes\";i:767;s:20:\"watchlisttools-clear\";i:768;s:19:\"watchlisttools-view\";i:769;s:19:\"watchlisttools-edit\";i:770;s:18:\"watchlisttools-raw\";i:771;s:9:\"signature\";i:772;s:21:\"duplicate-defaultsort\";i:773;s:13:\"version-other\";i:774;s:8:\"redirect\";i:775;s:16:\"redirect-summary\";i:776;s:15:\"redirect-submit\";i:777;s:15:\"redirect-lookup\";i:778;s:14:\"redirect-value\";i:779;s:13:\"redirect-user\";i:780;s:13:\"redirect-page\";i:781;s:17:\"redirect-revision\";i:782;s:13:\"redirect-file\";i:783;s:26:\"fileduplicatesearch-submit\";i:784;s:12:\"specialpages\";i:785;s:24:\"specialpages-group-login\";i:786;s:28:\"specialpages-group-pagetools\";i:787;s:9:\"blankpage\";i:788;s:24:\"external_image_whitelist\";i:789;s:10:\"tag-filter\";i:790;s:16:\"tag-list-wrapper\";i:791;s:15:\"tags-active-yes\";i:792;s:14:\"tags-active-no\";i:793;s:9:\"tags-edit\";i:794;s:13:\"tags-hitcount\";i:795;s:10:\"deletepage\";i:796;s:15:\"htmlform-submit\";i:797;s:28:\"htmlform-selectorother-other\";i:798;s:21:\"revdelete-content-hid\";i:799;s:10:\"rightsnone\";i:800;s:20:\"searchsuggest-search\";i:801;s:24:\"searchsuggest-containing\";i:802;s:13:\"duration-days\";i:803;s:22:\"skin-view-create-local\";i:804;s:14:\"nstab-mainpage\";i:805;s:19:\"skin-action-protect\";i:806;s:20:\"skin-action-undelete\";i:807;s:18:\"skin-action-delete\";i:808;s:16:\"skin-action-move\";i:809;s:17:\"ooui-toolbar-more\";i:810;s:21:\"ooui-toolgroup-expand\";i:811;s:23:\"ooui-toolgroup-collapse\";i:812;s:16:\"ooui-item-remove\";i:813;s:26:\"ooui-dialog-message-accept\";i:814;s:26:\"ooui-dialog-message-reject\";i:815;s:25:\"ooui-dialog-process-error\";i:816;s:25:\"ooui-dialog-process-retry\";i:817;s:28:\"ooui-dialog-process-continue\";i:818;s:29:\"ooui-selectfile-button-select\";i:819;s:38:\"ooui-selectfile-button-select-multiple\";i:820;s:27:\"ooui-selectfile-placeholder\";i:821;s:41:\"ooui-popup-widget-close-button-aria-label\";i:822;s:15:\"ooui-field-help\";i:823;s:16:\"vector-languages\";i:824;s:28:\"vector-language-button-label\";i:825;s:31:\"vector-no-language-button-label\";i:826;s:24:\"vector-action-addsection\";i:827;s:20:\"vector-action-delete\";i:828;s:18:\"vector-action-move\";i:829;s:21:\"vector-action-protect\";i:830;s:22:\"vector-action-undelete\";i:831;s:23:\"vector-action-unprotect\";i:832;s:18:\"vector-view-create\";i:833;s:16:\"vector-view-edit\";i:834;s:19:\"vector-view-history\";i:835;s:16:\"vector-view-view\";i:836;s:22:\"vector-view-viewsource\";i:837;s:19:\"vector-more-actions\";i:838;s:31:\"vector-searchsuggest-containing\";i:839;s:20:\"vector-toc-beginning\";i:840;s:27:\"mobile-frontend-editor-edit\";i:841;s:12:\"tog-usenewrc\";i:842;s:16:\"tog-previewontop\";i:843;s:18:\"tog-previewonfirst\";i:844;s:24:\"tog-enotifwatchlistpages\";i:845;s:23:\"tog-enotifusertalkpages\";i:846;s:20:\"tog-enotifminoredits\";i:847;s:20:\"tog-enotifrevealaddr\";i:848;s:23:\"tog-shownumberswatching\";i:849;s:10:\"tog-oldsig\";i:850;s:12:\"tog-fancysig\";i:851;s:18:\"tog-uselivepreview\";i:852;s:20:\"tog-forceeditsummary\";i:853;s:20:\"tog-watchlisthideown\";i:854;s:21:\"tog-watchlisthidebots\";i:855;s:22:\"tog-watchlisthideminor\";i:856;s:20:\"tog-watchlisthideliu\";i:857;s:32:\"tog-watchlistreloadautomatically\";i:858;s:25:\"tog-watchlistunwatchlinks\";i:859;s:22:\"tog-watchlisthideanons\";i:860;s:26:\"tog-watchlisthidepatrolled\";i:861;s:31:\"tog-watchlisthidecategorization\";i:862;s:16:\"tog-ccmeonemails\";i:863;s:12:\"tog-diffonly\";i:864;s:18:\"tog-showhiddencats\";i:865;s:18:\"tog-norollbackdiff\";i:866;s:18:\"tog-useeditwarning\";i:867;s:16:\"tog-prefershttps\";i:868;s:28:\"tog-showrollbackconfirmation\";i:869;s:16:\"tog-requireemail\";i:870;s:17:\"underline-default\";i:871;s:14:\"editfont-style\";i:872;s:18:\"editfont-monospace\";i:873;s:18:\"editfont-sansserif\";i:874;s:14:\"editfont-serif\";i:875;s:24:\"hidden-category-category\";i:876;s:29:\"category-subcat-count-limited\";i:877;s:30:\"category-article-count-limited\";i:878;s:27:\"category-file-count-limited\";i:879;s:13:\"morenotlisted\";i:880;s:14:\"help-mediawiki\";i:881;s:23:\"search-ignored-headings\";i:882;s:13:\"updatedmarker\";i:883;s:35:\"printableversion-deprecated-warning\";i:884;s:10:\"edit-local\";i:885;s:14:\"undelete_short\";i:886;s:16:\"pool-servererror\";i:887;s:23:\"poolcounter-usage-error\";i:888;s:9:\"copyright\";i:889;s:10:\"policy-url\";i:890;s:9:\"badaccess\";i:891;s:16:\"badaccess-group0\";i:892;s:16:\"badaccess-groups\";i:893;s:15:\"versionrequired\";i:894;s:19:\"versionrequiredtext\";i:895;s:9:\"pagetitle\";i:896;s:27:\"youhavenewmessagesmanyusers\";i:897;s:12:\"feed-invalid\";i:898;s:16:\"feed-unavailable\";i:899;s:12:\"sort-initial\";i:900;s:18:\"sort-rowspan-error\";i:901;s:16:\"nosuchactiontext\";i:902;s:13:\"databaseerror\";i:903;s:18:\"databaseerror-text\";i:904;s:20:\"databaseerror-textcl\";i:905;s:19:\"databaseerror-query\";i:906;s:22:\"databaseerror-function\";i:907;s:35:\"transaction-duration-limit-exceeded\";i:908;s:39:\"transaction-max-statement-time-exceeded\";i:909;s:17:\"laggedreplicamode\";i:910;s:8:\"readonly\";i:911;s:15:\"enterlockreason\";i:912;s:12:\"readonlytext\";i:913;s:12:\"readonly_lag\";i:914;s:26:\"nonwrite-api-promise-error\";i:915;s:12:\"timeouterror\";i:916;s:17:\"timeouterror-text\";i:917;s:13:\"internalerror\";i:918;s:18:\"internalerror_info\";i:919;s:29:\"internalerror-fatal-exception\";i:920;s:19:\"delete-hook-aborted\";i:921;s:16:\"no-null-revision\";i:922;s:13:\"title-invalid\";i:923;s:19:\"title-invalid-empty\";i:924;s:18:\"title-invalid-utf8\";i:925;s:23:\"title-invalid-interwiki\";i:926;s:28:\"title-invalid-talk-namespace\";i:927;s:24:\"title-invalid-characters\";i:928;s:22:\"title-invalid-relative\";i:929;s:25:\"title-invalid-magic-tilde\";i:930;s:22:\"title-invalid-too-long\";i:931;s:27:\"title-invalid-leading-colon\";i:932;s:10:\"perfcached\";i:933;s:12:\"perfcachedts\";i:934;s:20:\"querypage-no-updates\";i:935;s:28:\"querypage-updates-periodical\";i:936;s:15:\"actionthrottled\";i:937;s:19:\"actionthrottledtext\";i:938;s:17:\"protectedpagetext\";i:939;s:12:\"viewyourtext\";i:940;s:18:\"protectedinterface\";i:941;s:16:\"editinginterface\";i:942;s:18:\"translateinterface\";i:943;s:16:\"cascadeprotected\";i:944;s:18:\"namespaceprotected\";i:945;s:18:\"customcssprotected\";i:946;s:19:\"customjsonprotected\";i:947;s:17:\"customjsprotected\";i:948;s:16:\"sitecssprotected\";i:949;s:17:\"sitejsonprotected\";i:950;s:15:\"sitejsprotected\";i:951;s:20:\"siterawhtmlprotected\";i:952;s:20:\"mycustomcssprotected\";i:953;s:21:\"mycustomjsonprotected\";i:954;s:19:\"mycustomjsprotected\";i:955;s:22:\"myprivateinfoprotected\";i:956;s:22:\"mypreferencesprotected\";i:957;s:19:\"ns-specialprotected\";i:958;s:14:\"titleprotected\";i:959;s:17:\"filereadonlyerror\";i:960;s:12:\"invalidtitle\";i:961;s:27:\"invalidtitle-knownnamespace\";i:962;s:29:\"invalidtitle-unknownnamespace\";i:963;s:22:\"exception-nologin-text\";i:964;s:29:\"exception-nologin-text-manual\";i:965;s:16:\"virus-badscanner\";i:966;s:16:\"virus-scanfailed\";i:967;s:20:\"virus-unknownscanner\";i:968;s:10:\"logouttext\";i:969;s:18:\"logging-out-notify\";i:970;s:13:\"logout-failed\";i:971;s:21:\"cannotlogoutnow-title\";i:972;s:20:\"cannotlogoutnow-text\";i:973;s:19:\"welcomecreation-msg\";i:974;s:23:\"prefs-help-yourpassword\";i:975;s:24:\"createacct-useuniquepass\";i:976;s:24:\"userlogin-signwithsecure\";i:977;s:17:\"cannotlogin-title\";i:978;s:16:\"cannotlogin-text\";i:979;s:20:\"cannotloginnow-title\";i:980;s:19:\"cannotloginnow-text\";i:981;s:25:\"cannotcreateaccount-title\";i:982;s:24:\"cannotcreateaccount-text\";i:983;s:14:\"yourdomainname\";i:984;s:25:\"password-change-forbidden\";i:985;s:15:\"externaldberror\";i:986;s:14:\"login-security\";i:987;s:18:\"userlogin-loggedin\";i:988;s:16:\"userlogin-reauth\";i:989;s:23:\"userlogin-createanother\";i:990;s:24:\"createacct-emailrequired\";i:991;s:27:\"createacct-another-email-ph\";i:992;s:17:\"createaccountmail\";i:993;s:22:\"createaccountmail-help\";i:994;s:17:\"createacct-reason\";i:995;s:20:\"createacct-reason-ph\";i:996;s:22:\"createacct-reason-help\";i:997;s:25:\"createacct-reason-confirm\";i:998;s:25:\"createacct-another-submit\";i:999;s:26:\"createacct-continue-submit\";i:1000;s:34:\"createacct-another-continue-submit\";i:1001;s:9:\"badretype\";i:1002;s:18:\"usernameinprogress\";i:1003;s:10:\"userexists\";i:1004;s:24:\"createacct-normalization\";i:1005;s:10:\"loginerror\";i:1006;s:16:\"createacct-error\";i:1007;s:18:\"createaccounterror\";i:1008;s:12:\"nocookiesnew\";i:1009;s:14:\"nocookieslogin\";i:1010;s:15:\"nocookiesfornew\";i:1011;s:21:\"createacct-loginerror\";i:1012;s:23:\"createacct-temp-warning\";i:1013;s:6:\"noname\";i:1014;s:17:\"loginsuccesstitle\";i:1015;s:12:\"loginsuccess\";i:1016;s:10:\"nosuchuser\";i:1017;s:15:\"nosuchusershort\";i:1018;s:15:\"nouserspecified\";i:1019;s:17:\"login-userblocked\";i:1020;s:13:\"wrongpassword\";i:1021;s:18:\"wrongpasswordempty\";i:1022;s:16:\"passwordtooshort\";i:1023;s:15:\"passwordtoolong\";i:1024;s:20:\"passwordincommonlist\";i:1025;s:19:\"password-name-match\";i:1026;s:33:\"password-substring-username-match\";i:1027;s:24:\"password-login-forbidden\";i:1028;s:21:\"passwordremindertitle\";i:1029;s:20:\"passwordremindertext\";i:1030;s:7:\"noemail\";i:1031;s:13:\"noemailcreate\";i:1032;s:12:\"passwordsent\";i:1033;s:20:\"blocked-mailpassword\";i:1034;s:12:\"eauthentsent\";i:1035;s:22:\"throttled-mailpassword\";i:1036;s:9:\"mailerror\";i:1037;s:26:\"acct_creation_throttle_hit\";i:1038;s:18:\"emailauthenticated\";i:1039;s:21:\"emailnotauthenticated\";i:1040;s:12:\"noemailprefs\";i:1041;s:16:\"emailconfirmlink\";i:1042;s:19:\"invalidemailaddress\";i:1043;s:17:\"cannotchangeemail\";i:1044;s:13:\"emaildisabled\";i:1045;s:14:\"accountcreated\";i:1046;s:18:\"accountcreatedtext\";i:1047;s:19:\"createaccount-title\";i:1048;s:18:\"createaccount-text\";i:1049;s:15:\"login-throttled\";i:1050;s:19:\"login-abort-generic\";i:1051;s:22:\"login-migrated-generic\";i:1052;s:21:\"suspicious-userlogout\";i:1053;s:31:\"createacct-another-realname-tip\";i:1054;s:24:\"pt-login-continue-button\";i:1055;s:22:\"php-mail-error-unknown\";i:1056;s:17:\"user-mail-no-addy\";i:1057;s:17:\"user-mail-no-body\";i:1058;s:14:\"changepassword\";i:1059;s:18:\"resetpass_announce\";i:1060;s:14:\"resetpass_text\";i:1061;s:16:\"resetpass_header\";i:1062;s:9:\"retypenew\";i:1063;s:16:\"resetpass_submit\";i:1064;s:22:\"changepassword-success\";i:1065;s:24:\"changepassword-throttled\";i:1066;s:12:\"botpasswords\";i:1067;s:20:\"botpasswords-summary\";i:1068;s:21:\"botpasswords-disabled\";i:1069;s:26:\"botpasswords-no-central-id\";i:1070;s:21:\"botpasswords-existing\";i:1071;s:22:\"botpasswords-createnew\";i:1072;s:25:\"botpasswords-editexisting\";i:1073;s:29:\"botpasswords-label-needsreset\";i:1074;s:25:\"botpasswords-label-update\";i:1075;s:25:\"botpasswords-label-cancel\";i:1076;s:25:\"botpasswords-label-delete\";i:1077;s:32:\"botpasswords-label-resetpassword\";i:1078;s:25:\"botpasswords-label-grants\";i:1079;s:24:\"botpasswords-help-grants\";i:1080;s:32:\"botpasswords-label-grants-column\";i:1081;s:22:\"botpasswords-bad-appid\";i:1082;s:33:\"botpasswords-toolong-restrictions\";i:1083;s:27:\"botpasswords-toolong-grants\";i:1084;s:26:\"botpasswords-insert-failed\";i:1085;s:26:\"botpasswords-update-failed\";i:1086;s:26:\"botpasswords-created-title\";i:1087;s:25:\"botpasswords-created-body\";i:1088;s:26:\"botpasswords-updated-title\";i:1089;s:25:\"botpasswords-updated-body\";i:1090;s:26:\"botpasswords-deleted-title\";i:1091;s:25:\"botpasswords-deleted-body\";i:1092;s:24:\"botpasswords-newpassword\";i:1093;s:24:\"botpasswords-no-provider\";i:1094;s:31:\"botpasswords-restriction-failed\";i:1095;s:25:\"botpasswords-invalid-name\";i:1096;s:22:\"botpasswords-not-exist\";i:1097;s:24:\"botpasswords-needs-reset\";i:1098;s:19:\"botpasswords-locked\";i:1099;s:19:\"resetpass_forbidden\";i:1100;s:26:\"resetpass_forbidden-reason\";i:1101;s:17:\"resetpass-no-info\";i:1102;s:25:\"resetpass-submit-loggedin\";i:1103;s:23:\"resetpass-wrong-oldpass\";i:1104;s:18:\"resetpass-recycled\";i:1105;s:22:\"resetpass-temp-emailed\";i:1106;s:23:\"resetpass-temp-password\";i:1107;s:23:\"resetpass-abort-generic\";i:1108;s:17:\"resetpass-expired\";i:1109;s:22:\"resetpass-expired-soft\";i:1110;s:18:\"resetpass-validity\";i:1111;s:23:\"resetpass-validity-soft\";i:1112;s:22:\"passwordreset-text-one\";i:1113;s:23:\"passwordreset-text-many\";i:1114;s:22:\"passwordreset-disabled\";i:1115;s:27:\"passwordreset-emaildisabled\";i:1116;s:22:\"passwordreset-username\";i:1117;s:20:\"passwordreset-domain\";i:1118;s:19:\"passwordreset-email\";i:1119;s:24:\"passwordreset-emailtitle\";i:1120;s:26:\"passwordreset-emailtext-ip\";i:1121;s:28:\"passwordreset-emailtext-user\";i:1122;s:26:\"passwordreset-emailelement\";i:1123;s:21:\"passwordreset-success\";i:1124;s:37:\"passwordreset-success-details-generic\";i:1125;s:26:\"passwordreset-success-info\";i:1126;s:37:\"passwordreset-emailtext-require-email\";i:1127;s:22:\"passwordreset-nocaller\";i:1128;s:26:\"passwordreset-nosuchcaller\";i:1129;s:21:\"passwordreset-ignored\";i:1130;s:20:\"passwordreset-nodata\";i:1131;s:11:\"changeemail\";i:1132;s:18:\"changeemail-header\";i:1133;s:19:\"changeemail-no-info\";i:1134;s:20:\"changeemail-oldemail\";i:1135;s:20:\"changeemail-newemail\";i:1136;s:25:\"changeemail-newemail-help\";i:1137;s:16:\"changeemail-none\";i:1138;s:20:\"changeemail-password\";i:1139;s:18:\"changeemail-submit\";i:1140;s:21:\"changeemail-throttled\";i:1141;s:20:\"changeemail-nochange\";i:1142;s:21:\"changeemail-maxlength\";i:1143;s:11:\"resettokens\";i:1144;s:16:\"resettokens-text\";i:1145;s:21:\"resettokens-no-tokens\";i:1146;s:18:\"resettokens-tokens\";i:1147;s:23:\"resettokens-token-label\";i:1148;s:27:\"resettokens-watchlist-token\";i:1149;s:16:\"resettokens-done\";i:1150;s:23:\"resettokens-resetbutton\";i:1151;s:11:\"savechanges\";i:1152;s:17:\"savearticle-start\";i:1153;s:17:\"savechanges-start\";i:1154;s:12:\"blankarticle\";i:1155;s:23:\"autocreate-edit-warning\";i:1156;s:18:\"anonpreviewwarning\";i:1157;s:26:\"autocreate-preview-warning\";i:1158;s:14:\"missingsummary\";i:1159;s:12:\"selfredirect\";i:1160;s:18:\"missingcommenttext\";i:1161;s:20:\"missingcommentheader\";i:1162;s:15:\"summary-preview\";i:1163;s:16:\"previewerrortext\";i:1164;s:12:\"blockedtitle\";i:1165;s:19:\"blockedtext-partial\";i:1166;s:15:\"autoblockedtext\";i:1167;s:17:\"systemblockedtext\";i:1168;s:15:\"blockednoreason\";i:1169;s:21:\"blockedtext-composite\";i:1170;s:25:\"blockedtext-composite-ids\";i:1171;s:28:\"blockedtext-composite-no-ids\";i:1172;s:28:\"blockedtext-composite-reason\";i:1173;s:17:\"whitelistedittext\";i:1174;s:15:\"confirmedittext\";i:1175;s:18:\"nosuchsectiontitle\";i:1176;s:17:\"nosuchsectiontext\";i:1177;s:13:\"loginreqtitle\";i:1178;s:16:\"loginreqpagetext\";i:1179;s:12:\"accmailtitle\";i:1180;s:11:\"accmailtext\";i:1181;s:27:\"missing-revision-permission\";i:1182;s:16:\"missing-revision\";i:1183;s:24:\"missing-revision-content\";i:1184;s:25:\"userpage-userdoesnotexist\";i:1185;s:25:\"blocked-notice-logextract\";i:1186;s:20:\"usercssyoucanpreview\";i:1187;s:21:\"userjsonyoucanpreview\";i:1188;s:19:\"userjsyoucanpreview\";i:1189;s:14:\"usercsspreview\";i:1190;s:15:\"userjsonpreview\";i:1191;s:13:\"userjspreview\";i:1192;s:14:\"sitecsspreview\";i:1193;s:15:\"sitejsonpreview\";i:1194;s:13:\"sitejspreview\";i:1195;s:22:\"userinvalidconfigtitle\";i:1196;s:7:\"updated\";i:1197;s:4:\"note\";i:1198;s:15:\"previewconflict\";i:1199;s:20:\"session_fail_preview\";i:1200;s:25:\"session_fail_preview_html\";i:1201;s:20:\"edit_form_incomplete\";i:1202;s:24:\"edit-textarea-aria-label\";i:1203;s:12:\"editconflict\";i:1204;s:15:\"explainconflict\";i:1205;s:13:\"storedversion\";i:1206;s:10:\"editingold\";i:1207;s:20:\"unicode-support-fail\";i:1208;s:8:\"yourdiff\";i:1209;s:16:\"copyrightwarning\";i:1210;s:17:\"copyrightwarning2\";i:1211;s:32:\"editpage-cannot-use-custom-model\";i:1212;s:13:\"longpageerror\";i:1213;s:15:\"readonlywarning\";i:1214;s:20:\"protectedpagewarning\";i:1215;s:24:\"semiprotectedpagewarning\";i:1216;s:23:\"cascadeprotectedwarning\";i:1217;s:21:\"titleprotectedwarning\";i:1218;s:20:\"templatesusedsection\";i:1219;s:9:\"edittools\";i:1220;s:16:\"edittools-upload\";i:1221;s:12:\"nocreatetext\";i:1222;s:17:\"nocreate-loggedin\";i:1223;s:29:\"sectioneditnotsupported-title\";i:1224;s:28:\"sectioneditnotsupported-text\";i:1225;s:27:\"modeleditnotsupported-title\";i:1226;s:26:\"modeleditnotsupported-text\";i:1227;s:21:\"permissionserrorstext\";i:1228;s:21:\"contentmodelediterror\";i:1229;s:26:\"moveddeleted-notice-recent\";i:1230;s:11:\"log-fulllog\";i:1231;s:17:\"edit-hook-aborted\";i:1232;s:17:\"edit-gone-missing\";i:1233;s:13:\"edit-conflict\";i:1234;s:14:\"edit-no-change\";i:1235;s:21:\"edit-slots-cannot-add\";i:1236;s:24:\"edit-slots-cannot-remove\";i:1237;s:18:\"edit-slots-missing\";i:1238;s:29:\"postedit-confirmation-created\";i:1239;s:30:\"postedit-confirmation-restored\";i:1240;s:27:\"postedit-confirmation-saved\";i:1241;s:31:\"postedit-confirmation-published\";i:1242;s:27:\"postedit-temp-created-label\";i:1243;s:21:\"postedit-temp-created\";i:1244;s:19:\"edit-already-exists\";i:1245;s:18:\"defaultmessagetext\";i:1246;s:23:\"content-failed-to-parse\";i:1247;s:20:\"invalid-content-data\";i:1248;s:17:\"invalid-json-data\";i:1249;s:24:\"content-not-allowed-here\";i:1250;s:20:\"confirmleave-warning\";i:1251;s:34:\"editpage-invalidcontentmodel-title\";i:1252;s:33:\"editpage-invalidcontentmodel-text\";i:1253;s:40:\"editpage-notsupportedcontentformat-title\";i:1254;s:39:\"editpage-notsupportedcontentformat-text\";i:1255;s:14:\"slot-name-main\";i:1256;s:18:\"content-model-text\";i:1257;s:24:\"content-model-javascript\";i:1258;s:17:\"content-model-css\";i:1259;s:18:\"content-model-json\";i:1260;s:25:\"content-json-empty-object\";i:1261;s:24:\"content-json-empty-array\";i:1262;s:25:\"unsupported-content-model\";i:1263;s:24:\"unsupported-content-diff\";i:1264;s:25:\"unsupported-content-diff2\";i:1265;s:22:\"duplicate-args-warning\";i:1266;s:23:\"duplicate-args-category\";i:1267;s:28:\"duplicate-args-category-desc\";i:1268;s:32:\"expensive-parserfunction-warning\";i:1269;s:33:\"expensive-parserfunction-category\";i:1270;s:24:\"template-equals-category\";i:1271;s:29:\"template-equals-category-desc\";i:1272;s:23:\"template-equals-warning\";i:1273;s:28:\"parser-template-loop-warning\";i:1274;s:22:\"template-loop-category\";i:1275;s:27:\"template-loop-category-desc\";i:1276;s:21:\"template-loop-warning\";i:1277;s:39:\"parser-template-recursion-depth-warning\";i:1278;s:32:\"language-converter-depth-warning\";i:1279;s:28:\"node-count-exceeded-category\";i:1280;s:33:\"node-count-exceeded-category-desc\";i:1281;s:27:\"node-count-exceeded-warning\";i:1282;s:33:\"expansion-depth-exceeded-category\";i:1283;s:38:\"expansion-depth-exceeded-category-desc\";i:1284;s:32:\"expansion-depth-exceeded-warning\";i:1285;s:27:\"parser-unstrip-loop-warning\";i:1286;s:21:\"unstrip-depth-warning\";i:1287;s:22:\"unstrip-depth-category\";i:1288;s:27:\"unstrip-depth-category-desc\";i:1289;s:20:\"unstrip-size-warning\";i:1290;s:21:\"unstrip-size-category\";i:1291;s:26:\"unstrip-size-category-desc\";i:1292;s:27:\"converter-manual-rule-error\";i:1293;s:12:\"undo-success\";i:1294;s:19:\"undo-main-slot-only\";i:1295;s:10:\"undo-norev\";i:1296;s:13:\"undo-nochange\";i:1297;s:12:\"undo-summary\";i:1298;s:17:\"undo-summary-anon\";i:1299;s:19:\"undo-summary-import\";i:1300;s:20:\"undo-summary-import2\";i:1301;s:28:\"undo-summary-username-hidden\";i:1302;s:22:\"viewpagelogs-lowercase\";i:1303;s:9:\"nohistory\";i:1304;s:10:\"currentrev\";i:1305;s:11:\"tooltip-cur\";i:1306;s:4:\"next\";i:1307;s:12:\"tooltip-last\";i:1308;s:9:\"page_last\";i:1309;s:11:\"historysize\";i:1310;s:18:\"history-feed-empty\";i:1311;s:17:\"history-edit-tags\";i:1312;s:13:\"history-empty\";i:1313;s:19:\"rev-deleted-comment\";i:1314;s:16:\"rev-deleted-user\";i:1315;s:17:\"rev-deleted-event\";i:1316;s:25:\"rev-deleted-user-contribs\";i:1317;s:27:\"rev-deleted-text-permission\";i:1318;s:19:\"rev-suppressed-text\";i:1319;s:30:\"rev-suppressed-text-permission\";i:1320;s:23:\"rev-deleted-text-unhide\";i:1321;s:26:\"rev-suppressed-text-unhide\";i:1322;s:21:\"rev-deleted-text-view\";i:1323;s:24:\"rev-suppressed-text-view\";i:1324;s:19:\"rev-deleted-no-diff\";i:1325;s:22:\"rev-suppressed-no-diff\";i:1326;s:23:\"rev-deleted-unhide-diff\";i:1327;s:26:\"rev-suppressed-unhide-diff\";i:1328;s:21:\"rev-deleted-diff-view\";i:1329;s:24:\"rev-suppressed-diff-view\";i:1330;s:14:\"revisiondelete\";i:1331;s:23:\"revdelete-nooldid-title\";i:1332;s:22:\"revdelete-nooldid-text\";i:1333;s:17:\"revdelete-no-file\";i:1334;s:27:\"revdelete-show-file-confirm\";i:1335;s:23:\"revdelete-selected-text\";i:1336;s:23:\"revdelete-selected-file\";i:1337;s:18:\"logdelete-selected\";i:1338;s:19:\"revdelete-text-text\";i:1339;s:19:\"revdelete-text-file\";i:1340;s:14:\"logdelete-text\";i:1341;s:21:\"revdelete-text-others\";i:1342;s:17:\"revdelete-confirm\";i:1343;s:23:\"revdelete-suppress-text\";i:1344;s:16:\"revdelete-legend\";i:1345;s:19:\"revdelete-hide-text\";i:1346;s:20:\"revdelete-hide-image\";i:1347;s:19:\"revdelete-hide-name\";i:1348;s:22:\"revdelete-hide-comment\";i:1349;s:19:\"revdelete-hide-user\";i:1350;s:25:\"revdelete-hide-restricted\";i:1351;s:20:\"revdelete-radio-same\";i:1352;s:19:\"revdelete-radio-set\";i:1353;s:21:\"revdelete-radio-unset\";i:1354;s:18:\"revdelete-suppress\";i:1355;s:20:\"revdelete-unsuppress\";i:1356;s:13:\"revdelete-log\";i:1357;s:16:\"revdelete-submit\";i:1358;s:17:\"revdelete-success\";i:1359;s:17:\"revdelete-failure\";i:1360;s:17:\"logdelete-success\";i:1361;s:17:\"logdelete-failure\";i:1362;s:22:\"revdelete-hide-current\";i:1363;s:24:\"revdelete-show-no-access\";i:1364;s:26:\"revdelete-modify-no-access\";i:1365;s:24:\"revdelete-modify-missing\";i:1366;s:19:\"revdelete-no-change\";i:1367;s:27:\"revdelete-concurrent-change\";i:1368;s:25:\"revdelete-only-restricted\";i:1369;s:25:\"revdelete-reason-dropdown\";i:1370;s:34:\"revdelete-reason-dropdown-suppress\";i:1371;s:21:\"revdelete-otherreason\";i:1372;s:25:\"revdelete-reasonotherlist\";i:1373;s:34:\"revdelete-edit-reasonlist-suppress\";i:1374;s:18:\"revdelete-offender\";i:1375;s:14:\"suppressionlog\";i:1376;s:18:\"suppressionlogtext\";i:1377;s:12:\"mergehistory\";i:1378;s:19:\"mergehistory-header\";i:1379;s:16:\"mergehistory-box\";i:1380;s:17:\"mergehistory-from\";i:1381;s:17:\"mergehistory-into\";i:1382;s:17:\"mergehistory-list\";i:1383;s:18:\"mergehistory-merge\";i:1384;s:15:\"mergehistory-go\";i:1385;s:19:\"mergehistory-submit\";i:1386;s:18:\"mergehistory-empty\";i:1387;s:17:\"mergehistory-done\";i:1388;s:17:\"mergehistory-fail\";i:1389;s:31:\"mergehistory-fail-bad-timestamp\";i:1390;s:32:\"mergehistory-fail-invalid-source\";i:1391;s:30:\"mergehistory-fail-invalid-dest\";i:1392;s:27:\"mergehistory-fail-no-change\";i:1393;s:28:\"mergehistory-fail-permission\";i:1394;s:28:\"mergehistory-fail-self-merge\";i:1395;s:36:\"mergehistory-fail-timestamps-overlap\";i:1396;s:24:\"mergehistory-fail-toobig\";i:1397;s:22:\"mergehistory-no-source\";i:1398;s:27:\"mergehistory-no-destination\";i:1399;s:27:\"mergehistory-invalid-source\";i:1400;s:32:\"mergehistory-invalid-destination\";i:1401;s:24:\"mergehistory-autocomment\";i:1402;s:20:\"mergehistory-comment\";i:1403;s:29:\"mergehistory-same-destination\";i:1404;s:34:\"mergehistory-source-deleted-reason\";i:1405;s:27:\"mergehistory-source-deleted\";i:1406;s:24:\"mergehistory-revisionrow\";i:1407;s:16:\"mergelogpagetext\";i:1408;s:26:\"difference-title-multipage\";i:1409;s:20:\"difference-multipage\";i:1410;s:24:\"showhideselectedversions\";i:1411;s:20:\"diff-multi-manyusers\";i:1412;s:26:\"diff-paragraph-moved-tonew\";i:1413;s:26:\"diff-paragraph-moved-toold\";i:1414;s:27:\"difference-missing-revision\";i:1415;s:26:\"search-filter-title-prefix\";i:1416;s:32:\"search-filter-title-prefix-reset\";i:1417;s:12:\"titlematches\";i:1418;s:11:\"textmatches\";i:1419;s:13:\"notextmatches\";i:1420;s:9:\"prev-page\";i:1421;s:9:\"next-page\";i:1422;s:15:\"search-category\";i:1423;s:16:\"search-rewritten\";i:1424;s:31:\"search-interwiki-resultset-link\";i:1425;s:29:\"search-interwiki-more-results\";i:1426;s:21:\"search-relatedarticle\";i:1427;s:25:\"search-invalid-sort-order\";i:1428;s:22:\"search-unknown-profile\";i:1429;s:14:\"showingresults\";i:1430;s:21:\"showingresultsinrange\";i:1431;s:25:\"search-nonefound-thiswiki\";i:1432;s:18:\"powersearch-legend\";i:1433;s:14:\"powersearch-ns\";i:1434;s:23:\"powersearch-togglelabel\";i:1435;s:21:\"powersearch-toggleall\";i:1436;s:22:\"powersearch-togglenone\";i:1437;s:20:\"powersearch-remember\";i:1438;s:15:\"search-external\";i:1439;s:14:\"searchdisabled\";i:1440;s:12:\"search-error\";i:1441;s:14:\"search-warning\";i:1442;s:11:\"preferences\";i:1443;s:17:\"prefsnologintext2\";i:1444;s:10:\"prefs-skin\";i:1445;s:16:\"prefs-skin-prefs\";i:1446;s:21:\"prefs-skin-responsive\";i:1447;s:26:\"prefs-help-skin-responsive\";i:1448;s:11:\"datedefault\";i:1449;s:10:\"prefs-labs\";i:1450;s:16:\"prefs-user-pages\";i:1451;s:14:\"prefs-personal\";i:1452;s:8:\"prefs-rc\";i:1453;s:15:\"prefs-watchlist\";i:1454;s:19:\"prefs-editwatchlist\";i:1455;s:25:\"prefs-editwatchlist-label\";i:1456;s:24:\"prefs-editwatchlist-edit\";i:1457;s:23:\"prefs-editwatchlist-raw\";i:1458;s:25:\"prefs-editwatchlist-clear\";i:1459;s:20:\"prefs-watchlist-days\";i:1460;s:24:\"prefs-watchlist-days-max\";i:1461;s:21:\"prefs-watchlist-edits\";i:1462;s:25:\"prefs-watchlist-edits-max\";i:1463;s:21:\"prefs-watchlist-token\";i:1464;s:28:\"prefs-watchlist-managetokens\";i:1465;s:10:\"prefs-misc\";i:1466;s:15:\"prefs-resetpass\";i:1467;s:17:\"prefs-changeemail\";i:1468;s:14:\"prefs-setemail\";i:1469;s:11:\"prefs-email\";i:1470;s:15:\"prefs-rendering\";i:1471;s:16:\"prefs-searchmisc\";i:1472;s:9:\"saveprefs\";i:1473;s:12:\"restoreprefs\";i:1474;s:17:\"recentchangesdays\";i:1475;s:21:\"recentchangesdays-max\";i:1476;s:18:\"recentchangescount\";i:1477;s:29:\"prefs-help-recentchangescount\";i:1478;s:27:\"prefs-help-watchlist-token2\";i:1479;s:26:\"prefs-help-tokenmanagement\";i:1480;s:29:\"prefs-user-downloaddata-label\";i:1481;s:28:\"prefs-user-downloaddata-info\";i:1482;s:29:\"prefs-user-restoreprefs-label\";i:1483;s:28:\"prefs-user-restoreprefs-info\";i:1484;s:10:\"savedprefs\";i:1485;s:11:\"savedrights\";i:1486;s:14:\"timezonelegend\";i:1487;s:9:\"localtime\";i:1488;s:24:\"timezoneuseserverdefault\";i:1489;s:17:\"timezoneuseoffset\";i:1490;s:30:\"timezone-useoffset-placeholder\";i:1491;s:10:\"servertime\";i:1492;s:13:\"guesstimezone\";i:1493;s:25:\"timezoneregion-antarctica\";i:1494;s:23:\"timezoneregion-atlantic\";i:1495;s:24:\"timezoneregion-australia\";i:1496;s:21:\"timezoneregion-indian\";i:1497;s:22:\"timezoneregion-pacific\";i:1498;s:10:\"allowemail\";i:1499;s:27:\"email-allow-new-users-label\";i:1500;s:20:\"email-mutelist-label\";i:1501;s:19:\"prefs-searchoptions\";i:1502;s:16:\"prefs-namespaces\";i:1503;s:7:\"default\";i:1504;s:11:\"prefs-files\";i:1505;s:16:\"prefs-custom-css\";i:1506;s:17:\"prefs-custom-json\";i:1507;s:15:\"prefs-custom-js\";i:1508;s:19:\"prefs-common-config\";i:1509;s:17:\"prefs-reset-intro\";i:1510;s:19:\"prefs-reset-confirm\";i:1511;s:24:\"prefs-emailconfirm-label\";i:1512;s:20:\"prefs-memberingroups\";i:1513;s:25:\"prefs-memberingroups-type\";i:1514;s:33:\"group-membership-link-with-expiry\";i:1515;s:18:\"prefs-registration\";i:1516;s:28:\"prefs-registration-date-time\";i:1517;s:11:\"yourvariant\";i:1518;s:18:\"prefs-help-variant\";i:1519;s:8:\"yournick\";i:1520;s:20:\"prefs-help-signature\";i:1521;s:6:\"badsig\";i:1522;s:10:\"badsightml\";i:1523;s:11:\"badsiglinks\";i:1524;s:11:\"badsigsubst\";i:1525;s:12:\"badsiglength\";i:1526;s:15:\"badsiglinebreak\";i:1527;s:29:\"linterror-bogus-image-options\";i:1528;s:29:\"linterror-deletable-table-tag\";i:1529;s:26:\"linterror-html5-misnesting\";i:1530;s:38:\"linterror-misc-tidy-replacement-issues\";i:1531;s:23:\"linterror-misnested-tag\";i:1532;s:25:\"linterror-missing-end-tag\";i:1533;s:28:\"linterror-multi-colon-escape\";i:1534;s:38:\"linterror-multiline-html-table-in-list\";i:1535;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1536;s:22:\"linterror-obsolete-tag\";i:1537;s:30:\"linterror-pwrap-bug-workaround\";i:1538;s:25:\"linterror-self-closed-tag\";i:1539;s:22:\"linterror-stripped-tag\";i:1540;s:23:\"linterror-tidy-font-bug\";i:1541;s:29:\"linterror-tidy-whitespace-bug\";i:1542;s:36:\"linterror-unclosed-quotes-in-heading\";i:1543;s:10:\"yourgender\";i:1544;s:14:\"gender-unknown\";i:1545;s:15:\"gender-notknown\";i:1546;s:17:\"prefs-help-gender\";i:1547;s:5:\"email\";i:1548;s:19:\"prefs-help-realname\";i:1549;s:25:\"prefs-help-email-required\";i:1550;s:23:\"prefs-help-requireemail\";i:1551;s:10:\"prefs-info\";i:1552;s:10:\"prefs-i18n\";i:1553;s:15:\"prefs-signature\";i:1554;s:31:\"prefs-signature-invalid-warning\";i:1555;s:27:\"prefs-signature-invalid-new\";i:1556;s:32:\"prefs-signature-invalid-disallow\";i:1557;s:31:\"prefs-signature-highlight-error\";i:1558;s:29:\"prefs-signature-error-details\";i:1559;s:16:\"prefs-dateformat\";i:1560;s:16:\"prefs-timeoffset\";i:1561;s:21:\"prefs-advancedediting\";i:1562;s:20:\"prefs-developertools\";i:1563;s:12:\"prefs-editor\";i:1564;s:16:\"prefs-discussion\";i:1565;s:13:\"prefs-preview\";i:1566;s:16:\"prefs-advancedrc\";i:1567;s:23:\"prefs-advancedrendering\";i:1568;s:27:\"prefs-advancedsearchoptions\";i:1569;s:23:\"prefs-advancedwatchlist\";i:1570;s:15:\"prefs-displayrc\";i:1571;s:22:\"prefs-displaywatchlist\";i:1572;s:15:\"prefs-changesrc\";i:1573;s:22:\"prefs-changeswatchlist\";i:1574;s:20:\"prefs-pageswatchlist\";i:1575;s:20:\"prefs-tokenwatchlist\";i:1576;s:11:\"prefs-diffs\";i:1577;s:23:\"prefs-help-prefershttps\";i:1578;s:26:\"prefs-tabs-navigation-hint\";i:1579;s:10:\"userrights\";i:1580;s:22:\"userrights-lookup-user\";i:1581;s:13:\"editusergroup\";i:1582;s:11:\"editinguser\";i:1583;s:17:\"viewinguserrights\";i:1584;s:24:\"userrights-editusergroup\";i:1585;s:24:\"userrights-viewusergroup\";i:1586;s:14:\"saveusergroups\";i:1587;s:23:\"userrights-groupsmember\";i:1588;s:28:\"userrights-groupsmember-auto\";i:1589;s:28:\"userrights-groupsmember-type\";i:1590;s:21:\"userrights-systemuser\";i:1591;s:22:\"userrights-groups-help\";i:1592;s:17:\"userrights-reason\";i:1593;s:23:\"userrights-no-interwiki\";i:1594;s:21:\"userrights-nodatabase\";i:1595;s:25:\"userrights-changeable-col\";i:1596;s:27:\"userrights-unchangeable-col\";i:1597;s:30:\"userrights-irreversible-marker\";i:1598;s:25:\"userrights-expiry-current\";i:1599;s:22:\"userrights-expiry-none\";i:1600;s:17:\"userrights-expiry\";i:1601;s:26:\"userrights-expiry-existing\";i:1602;s:27:\"userrights-expiry-othertime\";i:1603;s:25:\"userrights-expiry-options\";i:1604;s:25:\"userrights-invalid-expiry\";i:1605;s:25:\"userrights-expiry-in-past\";i:1606;s:32:\"userrights-cannot-shorten-expiry\";i:1607;s:19:\"userrights-conflict\";i:1608;s:11:\"group-named\";i:1609;s:19:\"group-autoconfirmed\";i:1610;s:21:\"group-interface-admin\";i:1611;s:16:\"group-bureaucrat\";i:1612;s:14:\"group-suppress\";i:1613;s:26:\"group-autoconfirmed-member\";i:1614;s:16:\"group-bot-member\";i:1615;s:18:\"group-sysop-member\";i:1616;s:28:\"group-interface-admin-member\";i:1617;s:23:\"group-bureaucrat-member\";i:1618;s:21:\"group-suppress-member\";i:1619;s:15:\"grouppage-named\";i:1620;s:23:\"grouppage-autoconfirmed\";i:1621;s:25:\"grouppage-interface-admin\";i:1622;s:20:\"grouppage-bureaucrat\";i:1623;s:18:\"grouppage-suppress\";i:1624;s:10:\"right-read\";i:1625;s:19:\"right-createaccount\";i:1626;s:23:\"right-autocreateaccount\";i:1627;s:15:\"right-minoredit\";i:1628;s:19:\"right-move-subpages\";i:1629;s:24:\"right-move-rootuserpages\";i:1630;s:24:\"right-move-categorypages\";i:1631;s:14:\"right-movefile\";i:1632;s:22:\"right-suppressredirect\";i:1633;s:12:\"right-upload\";i:1634;s:14:\"right-reupload\";i:1635;s:18:\"right-reupload-own\";i:1636;s:21:\"right-reupload-shared\";i:1637;s:19:\"right-upload_by_url\";i:1638;s:11:\"right-purge\";i:1639;s:19:\"right-autoconfirmed\";i:1640;s:9:\"right-bot\";i:1641;s:20:\"right-nominornewtalk\";i:1642;s:19:\"right-apihighlimits\";i:1643;s:14:\"right-writeapi\";i:1644;s:21:\"right-delete-redirect\";i:1645;s:15:\"right-bigdelete\";i:1646;s:20:\"right-deletelogentry\";i:1647;s:20:\"right-deleterevision\";i:1648;s:20:\"right-deletedhistory\";i:1649;s:17:\"right-deletedtext\";i:1650;s:22:\"right-suppressrevision\";i:1651;s:20:\"right-viewsuppressed\";i:1652;s:20:\"right-suppressionlog\";i:1653;s:11:\"right-block\";i:1654;s:16:\"right-blockemail\";i:1655;s:14:\"right-hideuser\";i:1656;s:20:\"right-ipblock-exempt\";i:1657;s:17:\"right-unblockself\";i:1658;s:13:\"right-protect\";i:1659;s:19:\"right-editprotected\";i:1660;s:23:\"right-editsemiprotected\";i:1661;s:22:\"right-editcontentmodel\";i:1662;s:19:\"right-editinterface\";i:1663;s:17:\"right-editusercss\";i:1664;s:18:\"right-edituserjson\";i:1665;s:16:\"right-edituserjs\";i:1666;s:17:\"right-editsitecss\";i:1667;s:18:\"right-editsitejson\";i:1668;s:16:\"right-editsitejs\";i:1669;s:19:\"right-editmyusercss\";i:1670;s:20:\"right-editmyuserjson\";i:1671;s:18:\"right-editmyuserjs\";i:1672;s:26:\"right-editmyuserjsredirect\";i:1673;s:21:\"right-viewmywatchlist\";i:1674;s:21:\"right-editmywatchlist\";i:1675;s:23:\"right-viewmyprivateinfo\";i:1676;s:23:\"right-editmyprivateinfo\";i:1677;s:19:\"right-editmyoptions\";i:1678;s:14:\"right-rollback\";i:1679;s:18:\"right-markbotedits\";i:1680;s:17:\"right-noratelimit\";i:1681;s:12:\"right-import\";i:1682;s:18:\"right-importupload\";i:1683;s:12:\"right-patrol\";i:1684;s:16:\"right-autopatrol\";i:1685;s:17:\"right-patrolmarks\";i:1686;s:20:\"right-unwatchedpages\";i:1687;s:18:\"right-mergehistory\";i:1688;s:16:\"right-userrights\";i:1689;s:26:\"right-userrights-interwiki\";i:1690;s:15:\"right-siteadmin\";i:1691;s:27:\"right-override-export-depth\";i:1692;s:15:\"right-sendemail\";i:1693;s:22:\"right-managechangetags\";i:1694;s:21:\"right-applychangetags\";i:1695;s:16:\"right-changetags\";i:1696;s:22:\"right-deletechangetags\";i:1697;s:13:\"grant-generic\";i:1698;s:28:\"grant-group-page-interaction\";i:1699;s:28:\"grant-group-file-interaction\";i:1700;s:33:\"grant-group-watchlist-interaction\";i:1701;s:17:\"grant-group-email\";i:1702;s:23:\"grant-group-high-volume\";i:1703;s:25:\"grant-group-customization\";i:1704;s:26:\"grant-group-administration\";i:1705;s:31:\"grant-group-private-information\";i:1706;s:17:\"grant-group-other\";i:1707;s:16:\"grant-blockusers\";i:1708;s:19:\"grant-createaccount\";i:1709;s:24:\"grant-createeditmovepage\";i:1710;s:12:\"grant-delete\";i:1711;s:19:\"grant-editinterface\";i:1712;s:17:\"grant-editmycssjs\";i:1713;s:19:\"grant-editmyoptions\";i:1714;s:21:\"grant-editmywatchlist\";i:1715;s:20:\"grant-editsiteconfig\";i:1716;s:14:\"grant-editpage\";i:1717;s:19:\"grant-editprotected\";i:1718;s:16:\"grant-highvolume\";i:1719;s:12:\"grant-import\";i:1720;s:18:\"grant-mergehistory\";i:1721;s:15:\"grant-oversight\";i:1722;s:12:\"grant-patrol\";i:1723;s:17:\"grant-privateinfo\";i:1724;s:13:\"grant-protect\";i:1725;s:14:\"grant-rollback\";i:1726;s:15:\"grant-sendemail\";i:1727;s:24:\"grant-uploadeditmovefile\";i:1728;s:16:\"grant-uploadfile\";i:1729;s:11:\"grant-basic\";i:1730;s:17:\"grant-viewdeleted\";i:1731;s:21:\"grant-viewmywatchlist\";i:1732;s:24:\"grant-viewrestrictedlogs\";i:1733;s:18:\"newuserlogpagetext\";i:1734;s:13:\"rightslogtext\";i:1735;s:24:\"action-autocreateaccount\";i:1736;s:14:\"action-history\";i:1737;s:16:\"action-minoredit\";i:1738;s:20:\"action-move-subpages\";i:1739;s:25:\"action-move-rootuserpages\";i:1740;s:25:\"action-move-categorypages\";i:1741;s:15:\"action-movefile\";i:1742;s:13:\"action-upload\";i:1743;s:15:\"action-reupload\";i:1744;s:22:\"action-reupload-shared\";i:1745;s:20:\"action-upload_by_url\";i:1746;s:15:\"action-writeapi\";i:1747;s:22:\"action-delete-redirect\";i:1748;s:21:\"action-deleterevision\";i:1749;s:21:\"action-deletelogentry\";i:1750;s:21:\"action-deletedhistory\";i:1751;s:18:\"action-deletedtext\";i:1752;s:23:\"action-suppressrevision\";i:1753;s:21:\"action-suppressionlog\";i:1754;s:12:\"action-block\";i:1755;s:15:\"action-rollback\";i:1756;s:13:\"action-import\";i:1757;s:19:\"action-importupload\";i:1758;s:13:\"action-patrol\";i:1759;s:17:\"action-autopatrol\";i:1760;s:21:\"action-unwatchedpages\";i:1761;s:19:\"action-mergehistory\";i:1762;s:17:\"action-userrights\";i:1763;s:27:\"action-userrights-interwiki\";i:1764;s:16:\"action-siteadmin\";i:1765;s:16:\"action-sendemail\";i:1766;s:20:\"action-editmyoptions\";i:1767;s:22:\"action-editmywatchlist\";i:1768;s:22:\"action-viewmywatchlist\";i:1769;s:24:\"action-viewmyprivateinfo\";i:1770;s:24:\"action-editmyprivateinfo\";i:1771;s:23:\"action-editcontentmodel\";i:1772;s:23:\"action-managechangetags\";i:1773;s:22:\"action-applychangetags\";i:1774;s:17:\"action-changetags\";i:1775;s:23:\"action-deletechangetags\";i:1776;s:12:\"action-purge\";i:1777;s:20:\"action-apihighlimits\";i:1778;s:20:\"action-autoconfirmed\";i:1779;s:16:\"action-bigdelete\";i:1780;s:17:\"action-blockemail\";i:1781;s:10:\"action-bot\";i:1782;s:20:\"action-editprotected\";i:1783;s:24:\"action-editsemiprotected\";i:1784;s:20:\"action-editinterface\";i:1785;s:18:\"action-editusercss\";i:1786;s:19:\"action-edituserjson\";i:1787;s:17:\"action-edituserjs\";i:1788;s:18:\"action-editsitecss\";i:1789;s:19:\"action-editsitejson\";i:1790;s:17:\"action-editsitejs\";i:1791;s:20:\"action-editmyusercss\";i:1792;s:21:\"action-editmyuserjson\";i:1793;s:19:\"action-editmyuserjs\";i:1794;s:27:\"action-editmyuserjsredirect\";i:1795;s:21:\"action-viewsuppressed\";i:1796;s:15:\"action-hideuser\";i:1797;s:21:\"action-ipblock-exempt\";i:1798;s:18:\"action-unblockself\";i:1799;s:18:\"action-noratelimit\";i:1800;s:19:\"action-reupload-own\";i:1801;s:21:\"action-nominornewtalk\";i:1802;s:19:\"action-markbotedits\";i:1803;s:18:\"action-patrolmarks\";i:1804;s:28:\"action-override-export-depth\";i:1805;s:23:\"action-suppressredirect\";i:1806;s:27:\"enhancedrc-since-last-visit\";i:1807;s:21:\"recentchanges-timeout\";i:1808;s:21:\"recentchanges-network\";i:1809;s:26:\"recentchanges-notargetpage\";i:1810;s:36:\"recentchanges-legend-watchlistexpiry\";i:1811;s:20:\"recentchanges-submit\";i:1812;s:20:\"rcfilters-tag-remove\";i:1813;s:24:\"rcfilters-legend-heading\";i:1814;s:28:\"rcfilters-other-review-tools\";i:1815;s:31:\"rcfilters-group-results-by-page\";i:1816;s:23:\"rcfilters-activefilters\";i:1817;s:28:\"rcfilters-activefilters-hide\";i:1818;s:28:\"rcfilters-activefilters-show\";i:1819;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1820;s:36:\"rcfilters-activefilters-show-tooltip\";i:1821;s:25:\"rcfilters-advancedfilters\";i:1822;s:21:\"rcfilters-limit-title\";i:1823;s:30:\"rcfilters-limit-and-date-label\";i:1824;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1825;s:26:\"rcfilters-date-popup-title\";i:1826;s:20:\"rcfilters-days-title\";i:1827;s:21:\"rcfilters-hours-title\";i:1828;s:24:\"rcfilters-days-show-days\";i:1829;s:25:\"rcfilters-days-show-hours\";i:1830;s:34:\"rcfilters-highlighted-filters-list\";i:1831;s:22:\"rcfilters-quickfilters\";i:1832;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1833;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1834;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1835;s:29:\"rcfilters-savedqueries-rename\";i:1836;s:33:\"rcfilters-savedqueries-setdefault\";i:1837;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1838;s:29:\"rcfilters-savedqueries-remove\";i:1839;s:37:\"rcfilters-savedqueries-new-name-label\";i:1840;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1841;s:34:\"rcfilters-savedqueries-apply-label\";i:1842;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1843;s:35:\"rcfilters-savedqueries-cancel-label\";i:1844;s:36:\"rcfilters-savedqueries-add-new-title\";i:1845;s:36:\"rcfilters-savedqueries-already-saved\";i:1846;s:33:\"rcfilters-restore-default-filters\";i:1847;s:27:\"rcfilters-clear-all-filters\";i:1848;s:26:\"rcfilters-show-new-changes\";i:1849;s:28:\"rcfilters-search-placeholder\";i:1850;s:35:\"rcfilters-search-placeholder-mobile\";i:1851;s:24:\"rcfilters-invalid-filter\";i:1852;s:22:\"rcfilters-empty-filter\";i:1853;s:26:\"rcfilters-filterlist-title\";i:1854;s:30:\"rcfilters-filterlist-whatsthis\";i:1855;s:31:\"rcfilters-highlightbutton-title\";i:1856;s:29:\"rcfilters-highlightmenu-title\";i:1857;s:28:\"rcfilters-highlightmenu-help\";i:1858;s:30:\"rcfilters-filterlist-noresults\";i:1859;s:28:\"rcfilters-noresults-conflict\";i:1860;s:30:\"rcfilters-state-message-subset\";i:1861;s:36:\"rcfilters-state-message-fullcoverage\";i:1862;s:32:\"rcfilters-filtergroup-authorship\";i:1863;s:34:\"rcfilters-filter-editsbyself-label\";i:1864;s:40:\"rcfilters-filter-editsbyself-description\";i:1865;s:35:\"rcfilters-filter-editsbyother-label\";i:1866;s:41:\"rcfilters-filter-editsbyother-description\";i:1867;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1868;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1869;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1870;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1871;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1872;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1873;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1874;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1875;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1876;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1877;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1878;s:31:\"rcfilters-filtergroup-automated\";i:1879;s:27:\"rcfilters-filter-bots-label\";i:1880;s:33:\"rcfilters-filter-bots-description\";i:1881;s:29:\"rcfilters-filter-humans-label\";i:1882;s:35:\"rcfilters-filter-humans-description\";i:1883;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1884;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1885;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1886;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1887;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1888;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1889;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1890;s:34:\"rcfilters-filtergroup-significance\";i:1891;s:28:\"rcfilters-filter-minor-label\";i:1892;s:34:\"rcfilters-filter-minor-description\";i:1893;s:28:\"rcfilters-filter-major-label\";i:1894;s:34:\"rcfilters-filter-major-description\";i:1895;s:31:\"rcfilters-filtergroup-watchlist\";i:1896;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1897;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1898;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1899;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1900;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1901;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1902;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1903;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1904;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1905;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1906;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1907;s:32:\"rcfilters-filtergroup-changetype\";i:1908;s:32:\"rcfilters-filter-pageedits-label\";i:1909;s:38:\"rcfilters-filter-pageedits-description\";i:1910;s:31:\"rcfilters-filter-newpages-label\";i:1911;s:37:\"rcfilters-filter-newpages-description\";i:1912;s:37:\"rcfilters-filter-categorization-label\";i:1913;s:43:\"rcfilters-filter-categorization-description\";i:1914;s:33:\"rcfilters-filter-logactions-label\";i:1915;s:39:\"rcfilters-filter-logactions-description\";i:1916;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1917;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1918;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1919;s:34:\"rcfilters-filtergroup-lastrevision\";i:1920;s:35:\"rcfilters-filter-lastrevision-label\";i:1921;s:41:\"rcfilters-filter-lastrevision-description\";i:1922;s:39:\"rcfilters-filter-previousrevision-label\";i:1923;s:45:\"rcfilters-filter-previousrevision-description\";i:1924;s:25:\"rcfilters-filter-excluded\";i:1925;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1926;s:28:\"rcfilters-exclude-button-off\";i:1927;s:27:\"rcfilters-exclude-button-on\";i:1928;s:19:\"rcfilters-view-tags\";i:1929;s:33:\"rcfilters-view-namespaces-tooltip\";i:1930;s:27:\"rcfilters-view-tags-tooltip\";i:1931;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1932;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1933;s:28:\"rcfilters-liveupdates-button\";i:1934;s:37:\"rcfilters-liveupdates-button-title-on\";i:1935;s:38:\"rcfilters-liveupdates-button-title-off\";i:1936;s:35:\"rcfilters-watchlist-markseen-button\";i:1937;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1938;s:31:\"rcfilters-watchlist-showupdated\";i:1939;s:26:\"rcfilters-preference-label\";i:1940;s:25:\"rcfilters-preference-help\";i:1941;s:36:\"rcfilters-watchlist-preference-label\";i:1942;s:35:\"rcfilters-watchlist-preference-help\";i:1943;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1944;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1945;s:35:\"rcfilters-filter-showlinkedto-label\";i:1946;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1947;s:33:\"rcfilters-target-page-placeholder\";i:1948;s:27:\"rcfilters-allcontents-label\";i:1949;s:30:\"rcfilters-alldiscussions-label\";i:1950;s:15:\"rclistfromreset\";i:1951;s:19:\"rcshowhidepatr-show\";i:1952;s:19:\"rcshowhidepatr-hide\";i:1953;s:24:\"rcshowhidecategorization\";i:1954;s:29:\"rcshowhidecategorization-show\";i:1955;s:29:\"rcshowhidecategorization-hide\";i:1956;s:18:\"rc-change-size-new\";i:1957;s:17:\"newsectionsummary\";i:1958;s:24:\"recentchangeslinked-feed\";i:1959;s:36:\"recentchanges-page-added-to-category\";i:1960;s:44:\"recentchanges-page-added-to-category-bundled\";i:1961;s:40:\"recentchanges-page-removed-from-category\";i:1962;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1963;s:19:\"autochange-username\";i:1964;s:9:\"uploadbtn\";i:1965;s:12:\"reuploaddesc\";i:1966;s:15:\"upload-tryagain\";i:1967;s:23:\"upload-tryagain-nostash\";i:1968;s:17:\"uploadnologintext\";i:1969;s:24:\"upload_directory_missing\";i:1970;s:26:\"upload_directory_read_only\";i:1971;s:11:\"uploaderror\";i:1972;s:23:\"upload-recreate-warning\";i:1973;s:10:\"uploadtext\";i:1974;s:16:\"upload-permitted\";i:1975;s:16:\"upload-preferred\";i:1976;s:17:\"upload-prohibited\";i:1977;s:17:\"uploadlogpagetext\";i:1978;s:8:\"filename\";i:1979;s:17:\"fileuploadsummary\";i:1980;s:19:\"filereuploadsummary\";i:1981;s:10:\"filestatus\";i:1982;s:10:\"filesource\";i:1983;s:13:\"ignorewarning\";i:1984;s:14:\"ignorewarnings\";i:1985;s:10:\"minlength1\";i:1986;s:15:\"illegalfilename\";i:1987;s:16:\"filename-toolong\";i:1988;s:11:\"badfilename\";i:1989;s:22:\"filetype-mime-mismatch\";i:1990;s:16:\"filetype-badmime\";i:1991;s:20:\"filetype-bad-ie-mime\";i:1992;s:22:\"filetype-unwanted-type\";i:1993;s:20:\"filetype-banned-type\";i:1994;s:16:\"filetype-missing\";i:1995;s:10:\"empty-file\";i:1996;s:14:\"file-too-large\";i:1997;s:17:\"filename-tooshort\";i:1998;s:15:\"filetype-banned\";i:1999;s:18:\"verification-error\";i:2000;s:11:\"hookaborted\";i:2001;s:16:\"illegal-filename\";i:2002;s:9:\"overwrite\";i:2003;s:13:\"unknown-error\";i:2004;s:16:\"tmp-create-error\";i:2005;s:15:\"tmp-write-error\";i:2006;s:10:\"large-file\";i:2007;s:15:\"largefileserver\";i:2008;s:9:\"emptyfile\";i:2009;s:25:\"windows-nonascii-filename\";i:2010;s:10:\"fileexists\";i:2011;s:14:\"filepageexists\";i:2012;s:20:\"fileexists-extension\";i:2013;s:24:\"fileexists-thumbnail-yes\";i:2014;s:17:\"file-thumbnail-no\";i:2015;s:20:\"fileexists-forbidden\";i:2016;s:27:\"fileexists-shared-forbidden\";i:2017;s:20:\"fileexists-no-change\";i:2018;s:28:\"fileexists-duplicate-version\";i:2019;s:21:\"file-exists-duplicate\";i:2020;s:22:\"file-deleted-duplicate\";i:2021;s:30:\"file-deleted-duplicate-notitle\";i:2022;s:13:\"uploadwarning\";i:2023;s:18:\"uploadwarning-text\";i:2024;s:26:\"uploadwarning-text-nostash\";i:2025;s:8:\"savefile\";i:2026;s:14:\"uploaddisabled\";i:2027;s:18:\"copyuploaddisabled\";i:2028;s:18:\"uploaddisabledtext\";i:2029;s:22:\"php-uploaddisabledtext\";i:2030;s:14:\"uploadscripted\";i:2031;s:27:\"upload-scripted-pi-callback\";i:2032;s:19:\"upload-scripted-dtd\";i:2033;s:19:\"uploaded-script-svg\";i:2034;s:20:\"uploaded-hostile-svg\";i:2035;s:29:\"uploaded-event-handler-on-svg\";i:2036;s:27:\"uploaded-href-attribute-svg\";i:2037;s:31:\"uploaded-href-unsafe-target-svg\";i:2038;s:20:\"uploaded-animate-svg\";i:2039;s:34:\"uploaded-setting-event-handler-svg\";i:2040;s:25:\"uploaded-setting-href-svg\";i:2041;s:26:\"uploaded-wrong-setting-svg\";i:2042;s:28:\"uploaded-setting-handler-svg\";i:2043;s:23:\"uploaded-remote-url-svg\";i:2044;s:25:\"uploaded-image-filter-svg\";i:2045;s:23:\"uploadscriptednamespace\";i:2046;s:16:\"uploadinvalidxml\";i:2047;s:11:\"uploadvirus\";i:2048;s:13:\"upload-source\";i:2049;s:14:\"sourcefilename\";i:2050;s:9:\"sourceurl\";i:2051;s:12:\"destfilename\";i:2052;s:18:\"upload-maxfilesize\";i:2053;s:18:\"upload-description\";i:2054;s:14:\"upload-options\";i:2055;s:14:\"filewasdeleted\";i:2056;s:19:\"filename-thumb-name\";i:2057;s:19:\"filename-bad-prefix\";i:2058;s:25:\"filename-prefix-blacklist\";i:2059;s:18:\"upload-proto-error\";i:2060;s:23:\"upload-proto-error-text\";i:2061;s:17:\"upload-file-error\";i:2062;s:22:\"upload-file-error-text\";i:2063;s:17:\"upload-misc-error\";i:2064;s:22:\"upload-misc-error-text\";i:2065;s:25:\"upload-too-many-redirects\";i:2066;s:17:\"upload-http-error\";i:2067;s:33:\"upload-copy-upload-invalid-domain\";i:2068;s:26:\"upload-foreign-cant-upload\";i:2069;s:31:\"upload-foreign-cant-load-config\";i:2070;s:22:\"upload-dialog-disabled\";i:2071;s:19:\"upload-dialog-title\";i:2072;s:27:\"upload-dialog-button-cancel\";i:2073;s:25:\"upload-dialog-button-back\";i:2074;s:25:\"upload-dialog-button-done\";i:2075;s:25:\"upload-dialog-button-save\";i:2076;s:27:\"upload-dialog-button-upload\";i:2077;s:32:\"upload-form-label-infoform-title\";i:2078;s:31:\"upload-form-label-infoform-name\";i:2079;s:39:\"upload-form-label-infoform-name-tooltip\";i:2080;s:38:\"upload-form-label-infoform-description\";i:2081;s:46:\"upload-form-label-infoform-description-tooltip\";i:2082;s:29:\"upload-form-label-usage-title\";i:2083;s:32:\"upload-form-label-usage-filename\";i:2084;s:26:\"upload-form-label-own-work\";i:2085;s:37:\"upload-form-label-infoform-categories\";i:2086;s:31:\"upload-form-label-infoform-date\";i:2087;s:48:\"upload-form-label-own-work-message-generic-local\";i:2088;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2089;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2090;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2091;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2092;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2093;s:19:\"backend-fail-stream\";i:2094;s:19:\"backend-fail-backup\";i:2095;s:22:\"backend-fail-notexists\";i:2096;s:19:\"backend-fail-hashes\";i:2097;s:18:\"backend-fail-sizes\";i:2098;s:20:\"backend-fail-notsame\";i:2099;s:24:\"backend-fail-invalidpath\";i:2100;s:19:\"backend-fail-delete\";i:2101;s:21:\"backend-fail-describe\";i:2102;s:26:\"backend-fail-alreadyexists\";i:2103;s:18:\"backend-fail-store\";i:2104;s:17:\"backend-fail-copy\";i:2105;s:17:\"backend-fail-move\";i:2106;s:21:\"backend-fail-opentemp\";i:2107;s:22:\"backend-fail-writetemp\";i:2108;s:22:\"backend-fail-closetemp\";i:2109;s:17:\"backend-fail-read\";i:2110;s:19:\"backend-fail-create\";i:2111;s:20:\"backend-fail-maxsize\";i:2112;s:21:\"backend-fail-readonly\";i:2113;s:19:\"backend-fail-synced\";i:2114;s:20:\"backend-fail-connect\";i:2115;s:21:\"backend-fail-internal\";i:2116;s:24:\"backend-fail-contenttype\";i:2117;s:22:\"backend-fail-batchsize\";i:2118;s:19:\"backend-fail-usable\";i:2119;s:17:\"backend-fail-stat\";i:2120;s:17:\"backend-fail-hash\";i:2121;s:21:\"lockmanager-notlocked\";i:2122;s:26:\"lockmanager-fail-closelock\";i:2123;s:27:\"lockmanager-fail-deletelock\";i:2124;s:28:\"lockmanager-fail-acquirelock\";i:2125;s:25:\"lockmanager-fail-openlock\";i:2126;s:28:\"lockmanager-fail-releaselock\";i:2127;s:26:\"lockmanager-fail-db-bucket\";i:2128;s:27:\"lockmanager-fail-db-release\";i:2129;s:28:\"lockmanager-fail-svr-acquire\";i:2130;s:28:\"lockmanager-fail-svr-release\";i:2131;s:25:\"lockmanager-fail-conflict\";i:2132;s:19:\"zip-file-open-error\";i:2133;s:16:\"zip-wrong-format\";i:2134;s:7:\"zip-bad\";i:2135;s:15:\"zip-unsupported\";i:2136;s:11:\"uploadstash\";i:2137;s:19:\"uploadstash-summary\";i:2138;s:17:\"uploadstash-clear\";i:2139;s:19:\"uploadstash-nofiles\";i:2140;s:20:\"uploadstash-badtoken\";i:2141;s:20:\"uploadstash-errclear\";i:2142;s:19:\"uploadstash-refresh\";i:2143;s:21:\"uploadstash-thumbnail\";i:2144;s:21:\"uploadstash-exception\";i:2145;s:20:\"uploadstash-bad-path\";i:2146;s:28:\"uploadstash-bad-path-invalid\";i:2147;s:33:\"uploadstash-bad-path-unknown-type\";i:2148;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2149;s:31:\"uploadstash-bad-path-no-handler\";i:2150;s:31:\"uploadstash-bad-path-bad-format\";i:2151;s:26:\"uploadstash-file-not-found\";i:2152;s:35:\"uploadstash-file-not-found-no-thumb\";i:2153;s:40:\"uploadstash-file-not-found-no-local-path\";i:2154;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2155;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2156;s:37:\"uploadstash-file-not-found-not-exists\";i:2157;s:26:\"uploadstash-file-too-large\";i:2158;s:25:\"uploadstash-not-logged-in\";i:2159;s:23:\"uploadstash-wrong-owner\";i:2160;s:23:\"uploadstash-no-such-key\";i:2161;s:23:\"uploadstash-zero-length\";i:2162;s:20:\"invalid-chunk-offset\";i:2163;s:21:\"img-auth-accessdenied\";i:2164;s:17:\"img-auth-notindir\";i:2165;s:17:\"img-auth-badtitle\";i:2166;s:15:\"img-auth-nofile\";i:2167;s:14:\"img-auth-isdir\";i:2168;s:18:\"img-auth-streaming\";i:2169;s:15:\"img-auth-public\";i:2170;s:15:\"img-auth-noread\";i:2171;s:16:\"http-invalid-url\";i:2172;s:19:\"http-invalid-scheme\";i:2173;s:18:\"http-request-error\";i:2174;s:15:\"http-read-error\";i:2175;s:14:\"http-timed-out\";i:2176;s:15:\"http-curl-error\";i:2177;s:15:\"http-bad-status\";i:2178;s:19:\"http-internal-error\";i:2179;s:18:\"upload-curl-error6\";i:2180;s:23:\"upload-curl-error6-text\";i:2181;s:19:\"upload-curl-error28\";i:2182;s:24:\"upload-curl-error28-text\";i:2183;s:13:\"licenses-edit\";i:2184;s:17:\"license-nopreview\";i:2185;s:17:\"upload_source_url\";i:2186;s:18:\"upload_source_file\";i:2187;s:16:\"listfiles-delete\";i:2188;s:17:\"listfiles-summary\";i:2189;s:26:\"listfiles-userdoesnotexist\";i:2190;s:17:\"listfiles_subpage\";i:2191;s:15:\"listfiles_thumb\";i:2192;s:14:\"listfiles_date\";i:2193;s:14:\"listfiles_size\";i:2194;s:21:\"listfiles_description\";i:2195;s:15:\"listfiles_count\";i:2196;s:18:\"listfiles-show-all\";i:2197;s:23:\"listfiles-latestversion\";i:2198;s:27:\"listfiles-latestversion-yes\";i:2199;s:26:\"listfiles-latestversion-no\";i:2200;s:17:\"filehist-filesize\";i:2201;s:16:\"morelinkstoimage\";i:2202;s:16:\"duplicatesoffile\";i:2203;s:12:\"sharedupload\";i:2204;s:23:\"sharedupload-desc-there\";i:2205;s:22:\"sharedupload-desc-edit\";i:2206;s:24:\"sharedupload-desc-create\";i:2207;s:20:\"filepage-nofile-link\";i:2208;s:25:\"uploadnewversion-linktext\";i:2209;s:16:\"shared-repo-from\";i:2210;s:11:\"shared-repo\";i:2211;s:33:\"shared-repo-name-wikimediacommons\";i:2212;s:12:\"filepage.css\";i:2213;s:10:\"filerevert\";i:2214;s:17:\"filerevert-legend\";i:2215;s:16:\"filerevert-intro\";i:2216;s:18:\"filerevert-comment\";i:2217;s:25:\"filerevert-defaultcomment\";i:2218;s:17:\"filerevert-submit\";i:2219;s:18:\"filerevert-success\";i:2220;s:21:\"filerevert-badversion\";i:2221;s:20:\"filerevert-identical\";i:2222;s:17:\"filedelete-legend\";i:2223;s:20:\"filedelete-intro-old\";i:2224;s:18:\"filedelete-comment\";i:2225;s:22:\"filedelete-success-old\";i:2226;s:17:\"filedelete-nofile\";i:2227;s:21:\"filedelete-nofile-old\";i:2228;s:22:\"filedelete-otherreason\";i:2229;s:27:\"filedelete-reason-otherlist\";i:2230;s:26:\"filedelete-reason-dropdown\";i:2231;s:35:\"filedelete-edit-reasonlist-suppress\";i:2232;s:22:\"filedelete-maintenance\";i:2233;s:28:\"filedelete-maintenance-title\";i:2234;s:10:\"mimesearch\";i:2235;s:18:\"mimesearch-summary\";i:2236;s:8:\"mimetype\";i:2237;s:14:\"unwatchedpages\";i:2238;s:13:\"listredirects\";i:2239;s:19:\"listduplicatedfiles\";i:2240;s:27:\"listduplicatedfiles-summary\";i:2241;s:25:\"listduplicatedfiles-entry\";i:2242;s:15:\"unusedtemplates\";i:2243;s:19:\"unusedtemplatestext\";i:2244;s:18:\"randompage-nopages\";i:2245;s:16:\"randomincategory\";i:2246;s:32:\"randomincategory-invalidcategory\";i:2247;s:24:\"randomincategory-nopages\";i:2248;s:25:\"randomincategory-category\";i:2249;s:23:\"randomincategory-legend\";i:2250;s:23:\"randomincategory-submit\";i:2251;s:14:\"randomredirect\";i:2252;s:22:\"randomredirect-nopages\";i:2253;s:23:\"statistics-header-pages\";i:2254;s:23:\"statistics-header-edits\";i:2255;s:23:\"statistics-header-users\";i:2256;s:23:\"statistics-header-hooks\";i:2257;s:19:\"statistics-articles\";i:2258;s:21:\"statistics-pages-desc\";i:2259;s:16:\"statistics-files\";i:2260;s:16:\"statistics-edits\";i:2261;s:24:\"statistics-edits-average\";i:2262;s:16:\"statistics-users\";i:2263;s:23:\"statistics-users-active\";i:2264;s:28:\"statistics-users-active-desc\";i:2265;s:13:\"pageswithprop\";i:2266;s:20:\"pageswithprop-legend\";i:2267;s:18:\"pageswithprop-text\";i:2268;s:18:\"pageswithprop-prop\";i:2269;s:21:\"pageswithprop-reverse\";i:2270;s:25:\"pageswithprop-sortbyvalue\";i:2271;s:20:\"pageswithprop-submit\";i:2272;s:29:\"pageswithprop-prophidden-long\";i:2273;s:31:\"pageswithprop-prophidden-binary\";i:2274;s:15:\"doubleredirects\";i:2275;s:19:\"doubleredirectstext\";i:2276;s:26:\"double-redirect-fixed-move\";i:2277;s:33:\"double-redirect-fixed-maintenance\";i:2278;s:21:\"double-redirect-fixer\";i:2279;s:15:\"brokenredirects\";i:2280;s:19:\"brokenredirectstext\";i:2281;s:16:\"withoutinterwiki\";i:2282;s:24:\"withoutinterwiki-summary\";i:2283;s:23:\"withoutinterwiki-legend\";i:2284;s:15:\"fewestrevisions\";i:2285;s:11:\"ncategories\";i:2286;s:11:\"ninterwikis\";i:2287;s:6:\"nlinks\";i:2288;s:15:\"nmemberschanged\";i:2289;s:10:\"nrevisions\";i:2290;s:11:\"nimagelinks\";i:2291;s:14:\"ntransclusions\";i:2292;s:17:\"specialpage-empty\";i:2293;s:11:\"lonelypages\";i:2294;s:15:\"lonelypagestext\";i:2295;s:18:\"uncategorizedpages\";i:2296;s:23:\"uncategorizedcategories\";i:2297;s:19:\"uncategorizedimages\";i:2298;s:22:\"uncategorizedtemplates\";i:2299;s:38:\"uncategorized-categories-exceptionlist\";i:2300;s:16:\"unusedcategories\";i:2301;s:12:\"unusedimages\";i:2302;s:16:\"wantedcategories\";i:2303;s:11:\"wantedpages\";i:2304;s:19:\"wantedpages-summary\";i:2305;s:20:\"wantedpages-badtitle\";i:2306;s:11:\"wantedfiles\";i:2307;s:18:\"wantedfiletext-cat\";i:2308;s:28:\"wantedfiletext-cat-noforeign\";i:2309;s:20:\"wantedfiletext-nocat\";i:2310;s:30:\"wantedfiletext-nocat-noforeign\";i:2311;s:15:\"wantedtemplates\";i:2312;s:10:\"mostlinked\";i:2313;s:20:\"mostlinkedcategories\";i:2314;s:19:\"mostlinkedtemplates\";i:2315;s:14:\"mostcategories\";i:2316;s:10:\"mostimages\";i:2317;s:14:\"mostinterwikis\";i:2318;s:13:\"mostrevisions\";i:2319;s:21:\"prefixindex-namespace\";i:2320;s:18:\"prefixindex-submit\";i:2321;s:17:\"prefixindex-strip\";i:2322;s:9:\"longpages\";i:2323;s:12:\"deadendpages\";i:2324;s:16:\"deadendpagestext\";i:2325;s:14:\"protectedpages\";i:2326;s:22:\"protectedpages-filters\";i:2327;s:20:\"protectedpages-indef\";i:2328;s:22:\"protectedpages-summary\";i:2329;s:22:\"protectedpages-cascade\";i:2330;s:25:\"protectedpages-noredirect\";i:2331;s:32:\"cachedspecial-viewing-cached-ttl\";i:2332;s:19:\"protectedpagesempty\";i:2333;s:24:\"protectedpages-timestamp\";i:2334;s:19:\"protectedpages-page\";i:2335;s:21:\"protectedpages-expiry\";i:2336;s:24:\"protectedpages-performer\";i:2337;s:21:\"protectedpages-params\";i:2338;s:21:\"protectedpages-reason\";i:2339;s:21:\"protectedpages-submit\";i:2340;s:32:\"protectedpages-unknown-timestamp\";i:2341;s:32:\"protectedpages-unknown-performer\";i:2342;s:15:\"protectedtitles\";i:2343;s:23:\"protectedtitles-summary\";i:2344;s:20:\"protectedtitlesempty\";i:2345;s:22:\"protectedtitles-submit\";i:2346;s:19:\"listusers-editsonly\";i:2347;s:29:\"listusers-temporarygroupsonly\";i:2348;s:22:\"listusers-creationsort\";i:2349;s:14:\"listusers-desc\";i:2350;s:13:\"usereditcount\";i:2351;s:15:\"newpages-submit\";i:2352;s:12:\"ancientpages\";i:2353;s:16:\"unusedimagestext\";i:2354;s:37:\"unusedimagestext-categorizedimgisused\";i:2355;s:20:\"unusedcategoriestext\";i:2356;s:13:\"notargettitle\";i:2357;s:12:\"notargettext\";i:2358;s:11:\"nopagetitle\";i:2359;s:10:\"nopagetext\";i:2360;s:8:\"suppress\";i:2361;s:18:\"querypage-disabled\";i:2362;s:7:\"apihelp\";i:2363;s:22:\"apihelp-no-such-module\";i:2364;s:10:\"apisandbox\";i:2365;s:17:\"apisandbox-jsonly\";i:2366;s:16:\"apisandbox-intro\";i:2367;s:17:\"apisandbox-submit\";i:2368;s:16:\"apisandbox-reset\";i:2369;s:16:\"apisandbox-retry\";i:2370;s:18:\"apisandbox-loading\";i:2371;s:21:\"apisandbox-load-error\";i:2372;s:24:\"apisandbox-no-parameters\";i:2373;s:19:\"apisandbox-helpurls\";i:2374;s:19:\"apisandbox-examples\";i:2375;s:29:\"apisandbox-dynamic-parameters\";i:2376;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2377;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2378;s:31:\"apisandbox-dynamic-error-exists\";i:2379;s:37:\"apisandbox-templated-parameter-reason\";i:2380;s:32:\"apisandbox-deprecated-parameters\";i:2381;s:22:\"apisandbox-fetch-token\";i:2382;s:20:\"apisandbox-add-multi\";i:2383;s:38:\"apisandbox-submit-invalid-fields-title\";i:2384;s:40:\"apisandbox-submit-invalid-fields-message\";i:2385;s:18:\"apisandbox-results\";i:2386;s:26:\"apisandbox-sending-request\";i:2387;s:26:\"apisandbox-loading-results\";i:2388;s:24:\"apisandbox-results-error\";i:2389;s:35:\"apisandbox-results-login-suppressed\";i:2390;s:37:\"apisandbox-request-selectformat-label\";i:2391;s:35:\"apisandbox-request-format-url-label\";i:2392;s:28:\"apisandbox-request-url-label\";i:2393;s:36:\"apisandbox-request-format-json-label\";i:2394;s:29:\"apisandbox-request-json-label\";i:2395;s:35:\"apisandbox-request-format-php-label\";i:2396;s:28:\"apisandbox-request-php-label\";i:2397;s:23:\"apisandbox-request-time\";i:2398;s:27:\"apisandbox-results-fixtoken\";i:2399;s:32:\"apisandbox-results-fixtoken-fail\";i:2400;s:21:\"apisandbox-alert-page\";i:2401;s:22:\"apisandbox-alert-field\";i:2402;s:19:\"apisandbox-continue\";i:2403;s:25:\"apisandbox-continue-clear\";i:2404;s:24:\"apisandbox-continue-help\";i:2405;s:22:\"apisandbox-param-limit\";i:2406;s:36:\"apisandbox-multivalue-all-namespaces\";i:2407;s:32:\"apisandbox-multivalue-all-values\";i:2408;s:16:\"booksources-text\";i:2409;s:24:\"booksources-invalid-isbn\";i:2410;s:22:\"magiclink-tracking-rfc\";i:2411;s:27:\"magiclink-tracking-rfc-desc\";i:2412;s:23:\"magiclink-tracking-pmid\";i:2413;s:28:\"magiclink-tracking-pmid-desc\";i:2414;s:23:\"magiclink-tracking-isbn\";i:2415;s:28:\"magiclink-tracking-isbn-desc\";i:2416;s:20:\"logeventslist-submit\";i:2417;s:26:\"logeventslist-more-filters\";i:2418;s:24:\"logeventslist-patrol-log\";i:2419;s:21:\"logeventslist-tag-log\";i:2420;s:26:\"logeventslist-newusers-log\";i:2421;s:18:\"log-title-wildcard\";i:2422;s:26:\"showhideselectedlogentries\";i:2423;s:13:\"log-edit-tags\";i:2424;s:15:\"checkbox-select\";i:2425;s:12:\"checkbox-all\";i:2426;s:13:\"checkbox-none\";i:2427;s:15:\"checkbox-invert\";i:2428;s:8:\"nextpage\";i:2429;s:8:\"prevpage\";i:2430;s:12:\"allpagesfrom\";i:2431;s:10:\"allpagesto\";i:2432;s:14:\"allinnamespace\";i:2433;s:14:\"allpagesprefix\";i:2434;s:16:\"allpagesbadtitle\";i:2435;s:15:\"allpages-bad-ns\";i:2436;s:17:\"categories-submit\";i:2437;s:18:\"categoriespagetext\";i:2438;s:14:\"categoriesfrom\";i:2439;s:20:\"deletedcontributions\";i:2440;s:26:\"deletedcontributions-title\";i:2441;s:32:\"sp-deletedcontributions-contribs\";i:2442;s:10:\"linksearch\";i:2443;s:14:\"linksearch-pat\";i:2444;s:13:\"linksearch-ns\";i:2445;s:15:\"linksearch-text\";i:2446;s:16:\"linksearch-error\";i:2447;s:13:\"listusersfrom\";i:2448;s:18:\"listusers-noresult\";i:2449;s:17:\"listusers-blocked\";i:2450;s:11:\"activeusers\";i:2451;s:17:\"activeusers-intro\";i:2452;s:17:\"activeusers-count\";i:2453;s:16:\"activeusers-from\";i:2454;s:18:\"activeusers-groups\";i:2455;s:25:\"activeusers-excludegroups\";i:2456;s:20:\"activeusers-noresult\";i:2457;s:18:\"activeusers-submit\";i:2458;s:15:\"listgrouprights\";i:2459;s:23:\"listgrouprights-summary\";i:2460;s:19:\"listgrouprights-key\";i:2461;s:21:\"listgrouprights-group\";i:2462;s:22:\"listgrouprights-rights\";i:2463;s:24:\"listgrouprights-helppage\";i:2464;s:24:\"listgrouprights-addgroup\";i:2465;s:27:\"listgrouprights-removegroup\";i:2466;s:28:\"listgrouprights-addgroup-all\";i:2467;s:31:\"listgrouprights-removegroup-all\";i:2468;s:29:\"listgrouprights-addgroup-self\";i:2469;s:32:\"listgrouprights-removegroup-self\";i:2470;s:33:\"listgrouprights-addgroup-self-all\";i:2471;s:36:\"listgrouprights-removegroup-self-all\";i:2472;s:42:\"listgrouprights-namespaceprotection-header\";i:2473;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2474;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2475;s:10:\"listgrants\";i:2476;s:18:\"listgrants-summary\";i:2477;s:16:\"listgrants-grant\";i:2478;s:17:\"listgrants-rights\";i:2479;s:18:\"trackingcategories\";i:2480;s:26:\"trackingcategories-summary\";i:2481;s:22:\"trackingcategories-msg\";i:2482;s:23:\"trackingcategories-name\";i:2483;s:23:\"trackingcategories-desc\";i:2484;s:31:\"restricted-displaytitle-ignored\";i:2485;s:36:\"restricted-displaytitle-ignored-desc\";i:2486;s:20:\"nonnumeric-formatnum\";i:2487;s:25:\"nonnumeric-formatnum-desc\";i:2488;s:21:\"noindex-category-desc\";i:2489;s:19:\"index-category-desc\";i:2490;s:44:\"post-expand-template-inclusion-category-desc\";i:2491;s:43:\"post-expand-template-argument-category-desc\";i:2492;s:38:\"expensive-parserfunction-category-desc\";i:2493;s:25:\"broken-file-category-desc\";i:2494;s:29:\"hidden-category-category-desc\";i:2495;s:25:\"trackingcategories-nodesc\";i:2496;s:27:\"trackingcategories-disabled\";i:2497;s:11:\"mailnologin\";i:2498;s:15:\"mailnologintext\";i:2499;s:22:\"emailuser-title-target\";i:2500;s:24:\"emailuser-title-notarget\";i:2501;s:13:\"emailpagetext\";i:2502;s:15:\"defemailsubject\";i:2503;s:16:\"usermaildisabled\";i:2504;s:20:\"usermaildisabledtext\";i:2505;s:12:\"noemailtitle\";i:2506;s:11:\"noemailtext\";i:2507;s:15:\"nowikiemailtext\";i:2508;s:13:\"emailnotarget\";i:2509;s:11:\"emailtarget\";i:2510;s:13:\"emailusername\";i:2511;s:19:\"emailusernamesubmit\";i:2512;s:12:\"email-legend\";i:2513;s:9:\"emailfrom\";i:2514;s:7:\"emailto\";i:2515;s:9:\"emailccme\";i:2516;s:14:\"emailccsubject\";i:2517;s:9:\"emailsent\";i:2518;s:13:\"emailsenttext\";i:2519;s:15:\"emailuserfooter\";i:2520;s:19:\"usermessage-summary\";i:2521;s:18:\"usermessage-editor\";i:2522;s:20:\"usermessage-template\";i:2523;s:11:\"nowatchlist\";i:2524;s:17:\"watchlistanontext\";i:2525;s:21:\"watchlistnotwatchable\";i:2526;s:8:\"addwatch\";i:2527;s:15:\"updatewatchlist\";i:2528;s:14:\"addedwatchtext\";i:2529;s:19:\"addedwatchtext-talk\";i:2530;s:20:\"addedwatchtext-short\";i:2531;s:30:\"addedwatchexpiry-options-label\";i:2532;s:21:\"addedwatchexpiryhours\";i:2533;s:26:\"addedwatchexpiryhours-talk\";i:2534;s:20:\"addedwatchexpirytext\";i:2535;s:25:\"addedwatchexpirytext-talk\";i:2536;s:26:\"addedwatchindefinitelytext\";i:2537;s:31:\"addedwatchindefinitelytext-talk\";i:2538;s:11:\"removewatch\";i:2539;s:16:\"removedwatchtext\";i:2540;s:21:\"removedwatchtext-talk\";i:2541;s:22:\"removedwatchtext-short\";i:2542;s:13:\"notvisiblerev\";i:2543;s:26:\"watchlist-expiry-days-left\";i:2544;s:33:\"watchlist-expiring-days-full-text\";i:2545;s:27:\"watchlist-expiry-hours-left\";i:2546;s:34:\"watchlist-expiring-hours-full-text\";i:2547;s:15:\"wlheader-enotif\";i:2548;s:14:\"watchlist-hide\";i:2549;s:16:\"watchlist-submit\";i:2550;s:10:\"wlshowtime\";i:2551;s:15:\"wlshowhideminor\";i:2552;s:14:\"wlshowhidebots\";i:2553;s:13:\"wlshowhideliu\";i:2554;s:15:\"wlshowhideanons\";i:2555;s:14:\"wlshowhidepatr\";i:2556;s:14:\"wlshowhidemine\";i:2557;s:24:\"wlshowhidecategorization\";i:2558;s:22:\"enotif_subject_deleted\";i:2559;s:22:\"enotif_subject_created\";i:2560;s:20:\"enotif_subject_moved\";i:2561;s:23:\"enotif_subject_restored\";i:2562;s:22:\"enotif_subject_changed\";i:2563;s:25:\"enotif_body_intro_deleted\";i:2564;s:25:\"enotif_body_intro_created\";i:2565;s:23:\"enotif_body_intro_moved\";i:2566;s:26:\"enotif_body_intro_restored\";i:2567;s:25:\"enotif_body_intro_changed\";i:2568;s:18:\"enotif_lastvisited\";i:2569;s:15:\"enotif_lastdiff\";i:2570;s:18:\"enotif_anon_editor\";i:2571;s:11:\"enotif_body\";i:2572;s:16:\"enotif_minoredit\";i:2573;s:7:\"changed\";i:2574;s:21:\"deletepage-deletetalk\";i:2575;s:7:\"confirm\";i:2576;s:9:\"excontent\";i:2577;s:15:\"excontentauthor\";i:2578;s:13:\"exbeforeblank\";i:2579;s:26:\"delete-talk-summary-prefix\";i:2580;s:14:\"historywarning\";i:2581;s:20:\"historyaction-submit\";i:2582;s:17:\"confirmdeletetext\";i:2583;s:11:\"deletedtext\";i:2584;s:25:\"deleted-page-and-talkpage\";i:2585;s:14:\"dellogpagetext\";i:2586;s:11:\"deletionlog\";i:2587;s:15:\"log-name-create\";i:2588;s:22:\"log-description-create\";i:2589;s:22:\"logentry-create-create\";i:2590;s:8:\"reverted\";i:2591;s:13:\"deletecomment\";i:2592;s:17:\"deleteotherreason\";i:2593;s:21:\"deletereason-dropdown\";i:2594;s:22:\"delete-edit-reasonlist\";i:2595;s:31:\"delete-edit-reasonlist-suppress\";i:2596;s:13:\"delete-toobig\";i:2597;s:23:\"delete-toomanyrevisions\";i:2598;s:21:\"delete-warning-toobig\";i:2599;s:35:\"delete-error-associated-alreadytalk\";i:2600;s:36:\"delete-error-associated-doesnotexist\";i:2601;s:15:\"deleteprotected\";i:2602;s:26:\"deleting-backlinks-warning\";i:2603;s:25:\"deleting-subpages-warning\";i:2604;s:34:\"deleting-talkpage-subpages-warning\";i:2605;s:8:\"rollback\";i:2606;s:29:\"rollback-confirmation-confirm\";i:2607;s:25:\"rollback-confirmation-yes\";i:2608;s:24:\"rollback-confirmation-no\";i:2609;s:26:\"rollbacklinkcount-morethan\";i:2610;s:14:\"rollbackfailed\";i:2611;s:21:\"rollback-missingparam\";i:2612;s:24:\"rollback-missingrevision\";i:2613;s:12:\"cantrollback\";i:2614;s:13:\"alreadyrolled\";i:2615;s:11:\"editcomment\";i:2616;s:10:\"revertpage\";i:2617;s:15:\"revertpage-anon\";i:2618;s:17:\"revertpage-nouser\";i:2619;s:16:\"rollback-success\";i:2620;s:20:\"sessionfailure-title\";i:2621;s:14:\"sessionfailure\";i:2622;s:18:\"changecontentmodel\";i:2623;s:25:\"changecontentmodel-legend\";i:2624;s:30:\"changecontentmodel-title-label\";i:2625;s:32:\"changecontentmodel-current-label\";i:2626;s:30:\"changecontentmodel-model-label\";i:2627;s:31:\"changecontentmodel-reason-label\";i:2628;s:25:\"changecontentmodel-submit\";i:2629;s:32:\"changecontentmodel-success-title\";i:2630;s:31:\"changecontentmodel-success-text\";i:2631;s:33:\"changecontentmodel-cannot-convert\";i:2632;s:34:\"changecontentmodel-nodirectediting\";i:2633;s:36:\"changecontentmodel-emptymodels-title\";i:2634;s:35:\"changecontentmodel-emptymodels-text\";i:2635;s:21:\"log-name-contentmodel\";i:2636;s:28:\"log-description-contentmodel\";i:2637;s:25:\"logentry-contentmodel-new\";i:2638;s:28:\"logentry-contentmodel-change\";i:2639;s:39:\"logentry-contentmodel-change-revertlink\";i:2640;s:35:\"logentry-contentmodel-change-revert\";i:2641;s:14:\"protectlogtext\";i:2642;s:24:\"protectedarticle-comment\";i:2643;s:33:\"modifiedarticleprotection-comment\";i:2644;s:26:\"unprotectedarticle-comment\";i:2645;s:13:\"protect-title\";i:2646;s:24:\"protect-title-notallowed\";i:2647;s:26:\"protect-badnamespace-title\";i:2648;s:25:\"protect-badnamespace-text\";i:2649;s:31:\"protect-norestrictiontypes-text\";i:2650;s:32:\"protect-norestrictiontypes-title\";i:2651;s:14:\"protect-legend\";i:2652;s:14:\"protectcomment\";i:2653;s:22:\"protect_expiry_invalid\";i:2654;s:18:\"protect_expiry_old\";i:2655;s:27:\"protect-unchain-permissions\";i:2656;s:12:\"protect-text\";i:2657;s:22:\"protect-locked-blocked\";i:2658;s:21:\"protect-locked-dblock\";i:2659;s:21:\"protect-locked-access\";i:2660;s:17:\"protect-cascadeon\";i:2661;s:16:\"protect-fallback\";i:2662;s:27:\"protect-level-autoconfirmed\";i:2663;s:16:\"protect-expiring\";i:2664;s:22:\"protect-expiring-local\";i:2665;s:25:\"protect-expiry-indefinite\";i:2666;s:15:\"protect-cascade\";i:2667;s:16:\"protect-cantedit\";i:2668;s:17:\"protect-othertime\";i:2669;s:20:\"protect-othertime-op\";i:2670;s:23:\"protect-existing-expiry\";i:2671;s:32:\"protect-existing-expiry-infinity\";i:2672;s:19:\"protect-otherreason\";i:2673;s:22:\"protect-otherreason-op\";i:2674;s:16:\"protect-dropdown\";i:2675;s:23:\"protect-edit-reasonlist\";i:2676;s:16:\"restriction-type\";i:2677;s:17:\"restriction-level\";i:2678;s:12:\"minimum-size\";i:2679;s:12:\"maximum-size\";i:2680;s:8:\"pagesize\";i:2681;s:18:\"restriction-upload\";i:2682;s:23:\"restriction-level-sysop\";i:2683;s:31:\"restriction-level-autoconfirmed\";i:2684;s:21:\"restriction-level-all\";i:2685;s:8:\"undelete\";i:2686;s:12:\"undeletepage\";i:2687;s:17:\"undeletepagetitle\";i:2688;s:16:\"undeletepagetext\";i:2689;s:23:\"undelete-fieldset-title\";i:2690;s:17:\"undeleteextrahelp\";i:2691;s:17:\"undeleterevisions\";i:2692;s:15:\"undeletehistory\";i:2693;s:14:\"undeleterevdel\";i:2694;s:22:\"undeletehistorynoadmin\";i:2695;s:17:\"undelete-revision\";i:2696;s:24:\"undeleterevision-missing\";i:2697;s:32:\"undeleterevision-duplicate-revid\";i:2698;s:15:\"undelete-nodiff\";i:2699;s:11:\"undeletebtn\";i:2700;s:21:\"undelete-undeletetalk\";i:2701;s:14:\"undeleteinvert\";i:2702;s:15:\"undeletecomment\";i:2703;s:14:\"cannotundelete\";i:2704;s:13:\"undeletedpage\";i:2705;s:15:\"undelete-header\";i:2706;s:21:\"undelete-search-title\";i:2707;s:22:\"undelete-search-prefix\";i:2708;s:20:\"undelete-search-full\";i:2709;s:19:\"undelete-no-results\";i:2710;s:26:\"undelete-filename-mismatch\";i:2711;s:22:\"undelete-bad-store-key\";i:2712;s:22:\"undelete-cleanup-error\";i:2713;s:28:\"undelete-missing-filearchive\";i:2714;s:28:\"undelete-talk-summary-prefix\";i:2715;s:14:\"undelete-error\";i:2716;s:37:\"undelete-error-associated-alreadytalk\";i:2717;s:36:\"undelete-error-associated-notdeleted\";i:2718;s:26:\"undelete-show-file-confirm\";i:2719;s:21:\"undelete-back-to-list\";i:2720;s:14:\"tooltip-invert\";i:2721;s:28:\"tooltip-whatlinkshere-invert\";i:2722;s:21:\"namespace_association\";i:2723;s:29:\"tooltip-namespace_association\";i:2724;s:22:\"contributions-subtitle\";i:2725;s:30:\"contributions-userdoesnotexist\";i:2726;s:32:\"negative-namespace-not-supported\";i:2727;s:4:\"date\";i:2728;s:28:\"sp-contributions-suppresslog\";i:2729;s:24:\"sp-contributions-deleted\";i:2730;s:27:\"sp-contributions-userrights\";i:2731;s:31:\"sp-contributions-blocked-notice\";i:2732;s:39:\"sp-contributions-blocked-notice-partial\";i:2733;s:36:\"sp-contributions-blocked-notice-anon\";i:2734;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2735;s:26:\"sp-contributions-hideminor\";i:2736;s:27:\"sp-contributions-outofrange\";i:2737;s:33:\"sp-contributions-concurrency-user\";i:2738;s:31:\"sp-contributions-concurrency-ip\";i:2739;s:19:\"whatlinkshere-count\";i:2740;s:14:\"nolinkshere-ns\";i:2741;s:26:\"whatlinkshere-sectionredir\";i:2742;s:20:\"whatlinkshere-submit\";i:2743;s:11:\"autoblockid\";i:2744;s:5:\"block\";i:2745;s:7:\"unblock\";i:2746;s:13:\"changeblockip\";i:2747;s:7:\"blockip\";i:2748;s:11:\"blockiptext\";i:2749;s:19:\"ipaddressorusername\";i:2750;s:18:\"ipbreason-dropdown\";i:2751;s:13:\"ipb-hardblock\";i:2752;s:16:\"ipbcreateaccount\";i:2753;s:11:\"ipbemailban\";i:2754;s:18:\"ipbenableautoblock\";i:2755;s:9:\"ipbsubmit\";i:2756;s:8:\"ipbother\";i:2757;s:11:\"ipbhidename\";i:2758;s:12:\"ipbwatchuser\";i:2759;s:19:\"ipb-disableusertalk\";i:2760;s:16:\"ipb-change-block\";i:2761;s:11:\"ipb-confirm\";i:2762;s:12:\"ipb-sitewide\";i:2763;s:11:\"ipb-partial\";i:2764;s:17:\"ipb-sitewide-help\";i:2765;s:16:\"ipb-partial-help\";i:2766;s:17:\"ipb-action-create\";i:2767;s:15:\"ipb-action-move\";i:2768;s:17:\"ipb-action-upload\";i:2769;s:15:\"ipb-pages-label\";i:2770;s:20:\"ipb-namespaces-label\";i:2771;s:12:\"badipaddress\";i:2772;s:17:\"blockipsuccesssub\";i:2773;s:18:\"blockipsuccesstext\";i:2774;s:15:\"ipb-empty-block\";i:2775;s:19:\"ipb-block-not-found\";i:2776;s:16:\"ipb-blockingself\";i:2777;s:19:\"ipb-confirmhideuser\";i:2778;s:17:\"ipb-confirmaction\";i:2779;s:17:\"ipb-edit-dropdown\";i:2780;s:16:\"ipb-unblock-addr\";i:2781;s:11:\"ipb-unblock\";i:2782;s:13:\"ipb-blocklist\";i:2783;s:22:\"ipb-blocklist-contribs\";i:2784;s:27:\"ipb-blocklist-duration-left\";i:2785;s:13:\"block-actions\";i:2786;s:13:\"block-details\";i:2787;s:13:\"block-options\";i:2788;s:12:\"block-reason\";i:2789;s:12:\"block-target\";i:2790;s:24:\"block-target-placeholder\";i:2791;s:9:\"unblockip\";i:2792;s:13:\"unblockiptext\";i:2793;s:9:\"ipusubmit\";i:2794;s:9:\"unblocked\";i:2795;s:15:\"unblocked-range\";i:2796;s:12:\"unblocked-id\";i:2797;s:12:\"unblocked-ip\";i:2798;s:9:\"blocklist\";i:2799;s:13:\"autoblocklist\";i:2800;s:20:\"autoblocklist-submit\";i:2801;s:20:\"autoblocklist-legend\";i:2802;s:25:\"autoblocklist-localblocks\";i:2803;s:30:\"autoblocklist-total-autoblocks\";i:2804;s:19:\"autoblocklist-empty\";i:2805;s:25:\"autoblocklist-otherblocks\";i:2806;s:18:\"ipblocklist-legend\";i:2807;s:20:\"blocklist-autoblocks\";i:2808;s:20:\"blocklist-userblocks\";i:2809;s:20:\"blocklist-tempblocks\";i:2810;s:21:\"blocklist-indefblocks\";i:2811;s:23:\"blocklist-addressblocks\";i:2812;s:14:\"blocklist-type\";i:2813;s:22:\"blocklist-type-opt-all\";i:2814;s:27:\"blocklist-type-opt-sitewide\";i:2815;s:26:\"blocklist-type-opt-partial\";i:2816;s:21:\"blocklist-rangeblocks\";i:2817;s:19:\"blocklist-timestamp\";i:2818;s:16:\"blocklist-target\";i:2819;s:16:\"blocklist-expiry\";i:2820;s:12:\"blocklist-by\";i:2821;s:16:\"blocklist-params\";i:2822;s:16:\"blocklist-reason\";i:2823;s:22:\"ipblocklist-localblock\";i:2824;s:23:\"ipblocklist-otherblocks\";i:2825;s:13:\"anononlyblock\";i:2826;s:16:\"noautoblockblock\";i:2827;s:18:\"createaccountblock\";i:2828;s:10:\"emailblock\";i:2829;s:20:\"blocklist-nousertalk\";i:2830;s:17:\"blocklist-editing\";i:2831;s:26:\"blocklist-editing-sitewide\";i:2832;s:22:\"blocklist-editing-page\";i:2833;s:20:\"blocklist-editing-ns\";i:2834;s:24:\"blocklist-editing-action\";i:2835;s:17:\"ipblocklist-empty\";i:2836;s:22:\"ipblocklist-no-results\";i:2837;s:14:\"empty-username\";i:2838;s:9:\"emaillink\";i:2839;s:11:\"autoblocker\";i:2840;s:16:\"blocklog-showlog\";i:2841;s:24:\"blocklog-showsuppresslog\";i:2842;s:12:\"blocklogtext\";i:2843;s:24:\"block-log-flags-anononly\";i:2844;s:27:\"block-log-flags-noautoblock\";i:2845;s:23:\"block-log-flags-noemail\";i:2846;s:26:\"block-log-flags-nousertalk\";i:2847;s:31:\"block-log-flags-angry-autoblock\";i:2848;s:20:\"range_block_disabled\";i:2849;s:26:\"ipb-prevent-user-talk-edit\";i:2850;s:18:\"ipb_expiry_invalid\";i:2851;s:14:\"ipb_expiry_old\";i:2852;s:15:\"ipb_expiry_temp\";i:2853;s:16:\"ipb_hide_invalid\";i:2854;s:16:\"ipb_hide_partial\";i:2855;s:19:\"ipb_already_blocked\";i:2856;s:15:\"ipb-needreblock\";i:2857;s:22:\"ipb-otherblocks-header\";i:2858;s:16:\"unblock-hideuser\";i:2859;s:16:\"ipb_cant_unblock\";i:2860;s:20:\"ipb_blocked_as_range\";i:2861;s:16:\"ip_range_invalid\";i:2862;s:17:\"ip_range_toolarge\";i:2863;s:17:\"ip_range_exceeded\";i:2864;s:15:\"ip_range_toolow\";i:2865;s:16:\"proxyblockreason\";i:2866;s:11:\"sorbsreason\";i:2867;s:27:\"sorbs_create_account_reason\";i:2868;s:21:\"softblockrangesreason\";i:2869;s:14:\"xffblockreason\";i:2870;s:20:\"cant-see-hidden-user\";i:2871;s:27:\"cant-block-nonexistent-page\";i:2872;s:10:\"ipbblocked\";i:2873;s:16:\"ipbnounblockself\";i:2874;s:6:\"lockdb\";i:2875;s:8:\"unlockdb\";i:2876;s:10:\"lockdbtext\";i:2877;s:12:\"unlockdbtext\";i:2878;s:11:\"lockconfirm\";i:2879;s:13:\"unlockconfirm\";i:2880;s:7:\"lockbtn\";i:2881;s:9:\"unlockbtn\";i:2882;s:13:\"locknoconfirm\";i:2883;s:16:\"lockdbsuccesssub\";i:2884;s:18:\"unlockdbsuccesssub\";i:2885;s:17:\"lockdbsuccesstext\";i:2886;s:19:\"unlockdbsuccesstext\";i:2887;s:19:\"lockfilenotwritable\";i:2888;s:14:\"databaselocked\";i:2889;s:17:\"databasenotlocked\";i:2890;s:15:\"lockedbyandtime\";i:2891;s:12:\"movepagetext\";i:2892;s:28:\"movepagetext-noredirectfixer\";i:2893;s:30:\"movepagetext-noredirectsupport\";i:2894;s:16:\"movepagetalktext\";i:2895;s:20:\"moveuserpage-warning\";i:2896;s:24:\"movecategorypage-warning\";i:2897;s:15:\"movenologintext\";i:2898;s:14:\"movenotallowed\";i:2899;s:18:\"movenotallowedfile\";i:2900;s:19:\"cant-move-user-page\";i:2901;s:22:\"cant-move-to-user-page\";i:2902;s:23:\"cant-move-category-page\";i:2903;s:26:\"cant-move-to-category-page\";i:2904;s:18:\"cant-move-subpages\";i:2905;s:20:\"namespace-nosubpages\";i:2906;s:12:\"pagemovedsub\";i:2907;s:10:\"cannotmove\";i:2908;s:14:\"movepage-moved\";i:2909;s:23:\"movepage-moved-redirect\";i:2910;s:25:\"movepage-moved-noredirect\";i:2911;s:21:\"movepage-delete-first\";i:2912;s:13:\"articleexists\";i:2913;s:14:\"redirectexists\";i:2914;s:23:\"cantmove-titleprotected\";i:2915;s:8:\"movetalk\";i:2916;s:13:\"move-subpages\";i:2917;s:18:\"move-talk-subpages\";i:2918;s:20:\"movepage-page-exists\";i:2919;s:28:\"movepage-source-doesnt-exist\";i:2920;s:19:\"movepage-page-moved\";i:2921;s:21:\"movepage-page-unmoved\";i:2922;s:18:\"movepage-max-pages\";i:2923;s:15:\"movelogpagetext\";i:2924;s:11:\"movesubpage\";i:2925;s:15:\"movesubpagetext\";i:2926;s:19:\"movesubpagetalktext\";i:2927;s:25:\"movesubpagetext-truncated\";i:2928;s:29:\"movesubpagetalktext-truncated\";i:2929;s:13:\"movenosubpage\";i:2930;s:20:\"delete_and_move_text\";i:2931;s:29:\"delete_redirect_and_move_text\";i:2932;s:22:\"delete_and_move_reason\";i:2933;s:8:\"selfmove\";i:2934;s:25:\"immobile-source-namespace\";i:2935;s:28:\"immobile-source-namespace-iw\";i:2936;s:25:\"immobile-target-namespace\";i:2937;s:28:\"immobile-target-namespace-iw\";i:2938;s:20:\"immobile-source-page\";i:2939;s:20:\"immobile-target-page\";i:2940;s:29:\"movepage-invalid-target-title\";i:2941;s:16:\"bad-target-model\";i:2942;s:21:\"imagenocrossnamespace\";i:2943;s:27:\"nonfile-cannot-move-to-file\";i:2944;s:17:\"imagetypemismatch\";i:2945;s:20:\"imageinvalidfilename\";i:2946;s:20:\"fix-double-redirects\";i:2947;s:19:\"move-leave-redirect\";i:2948;s:24:\"protectedpagemovewarning\";i:2949;s:28:\"semiprotectedpagemovewarning\";i:2950;s:20:\"move-over-sharedrepo\";i:2951;s:22:\"file-exists-sharedrepo\";i:2952;s:10:\"exporttext\";i:2953;s:9:\"exportall\";i:2954;s:13:\"exportcuronly\";i:2955;s:15:\"exportnohistory\";i:2956;s:17:\"exportlistauthors\";i:2957;s:13:\"export-submit\";i:2958;s:17:\"export-addcattext\";i:2959;s:13:\"export-addcat\";i:2960;s:16:\"export-addnstext\";i:2961;s:12:\"export-addns\";i:2962;s:15:\"export-download\";i:2963;s:16:\"export-templates\";i:2964;s:16:\"export-pagelinks\";i:2965;s:13:\"export-manual\";i:2966;s:11:\"allmessages\";i:2967;s:18:\"allmessagescurrent\";i:2968;s:15:\"allmessagestext\";i:2969;s:34:\"allmessages-not-supported-database\";i:2970;s:25:\"allmessages-filter-legend\";i:2971;s:18:\"allmessages-filter\";i:2972;s:29:\"allmessages-filter-unmodified\";i:2973;s:22:\"allmessages-filter-all\";i:2974;s:27:\"allmessages-filter-modified\";i:2975;s:18:\"allmessages-prefix\";i:2976;s:25:\"allmessages-filter-submit\";i:2977;s:28:\"allmessages-filter-translate\";i:2978;s:11:\"filemissing\";i:2979;s:22:\"thumbnail_error_remote\";i:2980;s:15:\"djvu_page_error\";i:2981;s:21:\"thumbnail-temp-create\";i:2982;s:21:\"thumbnail-dest-create\";i:2983;s:24:\"thumbnail_invalid_params\";i:2984;s:25:\"thumbnail_toobigimagearea\";i:2985;s:24:\"thumbnail_dest_directory\";i:2986;s:20:\"thumbnail_image-type\";i:2987;s:20:\"thumbnail_gd-library\";i:2988;s:25:\"thumbnail_image-size-zero\";i:2989;s:23:\"thumbnail_image-missing\";i:2990;s:29:\"thumbnail_image-failure-limit\";i:2991;s:6:\"import\";i:2992;s:15:\"importinterwiki\";i:2993;s:21:\"import-interwiki-text\";i:2994;s:27:\"import-interwiki-sourcewiki\";i:2995;s:27:\"import-interwiki-sourcepage\";i:2996;s:24:\"import-interwiki-history\";i:2997;s:26:\"import-interwiki-templates\";i:2998;s:23:\"import-interwiki-submit\";i:2999;s:22:\"import-mapping-default\";i:3000;s:24:\"import-mapping-namespace\";i:3001;s:22:\"import-mapping-subpage\";i:3002;s:22:\"import-upload-filename\";i:3003;s:29:\"import-upload-username-prefix\";i:3004;s:25:\"import-assign-known-users\";i:3005;s:14:\"import-comment\";i:3006;s:10:\"importtext\";i:3007;s:11:\"importstart\";i:3008;s:21:\"import-revision-count\";i:3009;s:13:\"importnopages\";i:3010;s:20:\"imported-log-entries\";i:3011;s:12:\"importfailed\";i:3012;s:19:\"importunknownsource\";i:3013;s:14:\"importnoprefix\";i:3014;s:14:\"importcantopen\";i:3015;s:18:\"importbadinterwiki\";i:3016;s:13:\"importsuccess\";i:3017;s:15:\"importnosources\";i:3018;s:12:\"importnofile\";i:3019;s:21:\"importuploaderrorsize\";i:3020;s:24:\"importuploaderrorpartial\";i:3021;s:21:\"importuploaderrortemp\";i:3022;s:20:\"import-parse-failure\";i:3023;s:16:\"import-noarticle\";i:3024;s:21:\"import-nonewrevisions\";i:3025;s:16:\"xml-error-string\";i:3026;s:13:\"import-upload\";i:3027;s:21:\"import-token-mismatch\";i:3028;s:24:\"import-invalid-interwiki\";i:3029;s:17:\"import-error-edit\";i:3030;s:22:\"import-error-interwiki\";i:3031;s:20:\"import-error-special\";i:3032;s:20:\"import-error-invalid\";i:3033;s:24:\"import-error-unserialize\";i:3034;s:25:\"import-error-bad-location\";i:3035;s:20:\"import-options-wrong\";i:3036;s:23:\"import-rootpage-invalid\";i:3037;s:25:\"import-rootpage-nosubpage\";i:3038;s:13:\"importlogpage\";i:3039;s:17:\"importlogpagetext\";i:3040;s:29:\"import-logentry-upload-detail\";i:3041;s:32:\"import-logentry-interwiki-detail\";i:3042;s:14:\"javascripttest\";i:3043;s:26:\"javascripttest-qunit-intro\";i:3044;s:23:\"tooltip-pt-anonuserpage\";i:3045;s:22:\"tooltip-pt-tmpuserpage\";i:3046;s:19:\"tooltip-pt-anontalk\";i:3047;s:23:\"tooltip-pt-anoncontribs\";i:3048;s:24:\"tooltip-pt-login-private\";i:3049;s:24:\"tooltip-pt-createaccount\";i:3050;s:20:\"tooltip-ca-unprotect\";i:3051;s:19:\"tooltip-ca-undelete\";i:3052;s:27:\"tooltip-ca-unwatch-expiring\";i:3053;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3054;s:18:\"tooltip-p-cactions\";i:3055;s:18:\"tooltip-p-personal\";i:3056;s:16:\"tooltip-feed-rss\";i:3057;s:14:\"tooltip-t-info\";i:3058;s:22:\"tooltip-ca-nstab-media\";i:3059;s:26:\"tooltip-ca-nstab-mediawiki\";i:3060;s:15:\"tooltip-publish\";i:3061;s:24:\"tooltip-watchlist-expiry\";i:3062;s:35:\"tooltip-watchlistedit-normal-submit\";i:3063;s:32:\"tooltip-watchlistedit-raw-submit\";i:3064;s:16:\"tooltip-recreate\";i:3065;s:14:\"tooltip-upload\";i:3066;s:24:\"tooltip-preferences-save\";i:3067;s:24:\"interlanguage-link-title\";i:3068;s:10:\"common.css\";i:3069;s:9:\"print.css\";i:3070;s:12:\"noscript.css\";i:3071;s:23:\"group-autoconfirmed.css\";i:3072;s:14:\"group-user.css\";i:3073;s:13:\"group-bot.css\";i:3074;s:15:\"group-sysop.css\";i:3075;s:20:\"group-bureaucrat.css\";i:3076;s:11:\"common.json\";i:3077;s:9:\"common.js\";i:3078;s:22:\"group-autoconfirmed.js\";i:3079;s:13:\"group-user.js\";i:3080;s:12:\"group-bot.js\";i:3081;s:14:\"group-sysop.js\";i:3082;s:19:\"group-bureaucrat.js\";i:3083;s:9:\"anonymous\";i:3084;s:8:\"anonuser\";i:3085;s:16:\"lastmodifiedatby\";i:3086;s:13:\"othercontribs\";i:3087;s:9:\"anonusers\";i:3088;s:11:\"creditspage\";i:3089;s:9:\"nocredits\";i:3090;s:19:\"spamprotectiontitle\";i:3091;s:18:\"spamprotectiontext\";i:3092;s:19:\"spamprotectionmatch\";i:3093;s:16:\"spambot_username\";i:3094;s:14:\"spam_reverting\";i:3095;s:13:\"spam_blanking\";i:3096;s:13:\"spam_deleting\";i:3097;s:20:\"simpleantispam-label\";i:3098;s:14:\"pageinfo-title\";i:3099;s:20:\"pageinfo-not-current\";i:3100;s:21:\"pageinfo-header-basic\";i:3101;s:21:\"pageinfo-header-edits\";i:3102;s:28:\"pageinfo-header-restrictions\";i:3103;s:26:\"pageinfo-header-properties\";i:3104;s:22:\"pageinfo-display-title\";i:3105;s:21:\"pageinfo-default-sort\";i:3106;s:15:\"pageinfo-length\";i:3107;s:18:\"pageinfo-namespace\";i:3108;s:19:\"pageinfo-article-id\";i:3109;s:17:\"pageinfo-language\";i:3110;s:24:\"pageinfo-language-change\";i:3111;s:22:\"pageinfo-content-model\";i:3112;s:29:\"pageinfo-content-model-change\";i:3113;s:21:\"pageinfo-robot-policy\";i:3114;s:20:\"pageinfo-robot-index\";i:3115;s:22:\"pageinfo-robot-noindex\";i:3116;s:17:\"pageinfo-watchers\";i:3117;s:26:\"pageinfo-visiting-watchers\";i:3118;s:21:\"pageinfo-few-watchers\";i:3119;s:30:\"pageinfo-few-visiting-watchers\";i:3120;s:23:\"pageinfo-redirects-name\";i:3121;s:24:\"pageinfo-redirects-value\";i:3122;s:22:\"pageinfo-subpages-name\";i:3123;s:23:\"pageinfo-subpages-value\";i:3124;s:18:\"pageinfo-firstuser\";i:3125;s:18:\"pageinfo-firsttime\";i:3126;s:17:\"pageinfo-lastuser\";i:3127;s:17:\"pageinfo-lasttime\";i:3128;s:14:\"pageinfo-edits\";i:3129;s:16:\"pageinfo-authors\";i:3130;s:21:\"pageinfo-recent-edits\";i:3131;s:23:\"pageinfo-recent-authors\";i:3132;s:20:\"pageinfo-magic-words\";i:3133;s:26:\"pageinfo-hidden-categories\";i:3134;s:18:\"pageinfo-templates\";i:3135;s:22:\"pageinfo-transclusions\";i:3136;s:20:\"pageinfo-redirectsto\";i:3137;s:25:\"pageinfo-redirectsto-info\";i:3138;s:20:\"pageinfo-contentpage\";i:3139;s:24:\"pageinfo-contentpage-yes\";i:3140;s:26:\"pageinfo-protect-cascading\";i:3141;s:30:\"pageinfo-protect-cascading-yes\";i:3142;s:31:\"pageinfo-protect-cascading-from\";i:3143;s:22:\"pageinfo-category-info\";i:3144;s:23:\"pageinfo-category-total\";i:3145;s:23:\"pageinfo-category-pages\";i:3146;s:25:\"pageinfo-category-subcats\";i:3147;s:23:\"pageinfo-category-files\";i:3148;s:16:\"pageinfo-user-id\";i:3149;s:18:\"pageinfo-file-hash\";i:3150;s:25:\"pageinfo-view-protect-log\";i:3151;s:19:\"markaspatrolleddiff\";i:3152;s:19:\"markaspatrolledtext\";i:3153;s:24:\"markaspatrolledtext-file\";i:3154;s:17:\"markedaspatrolled\";i:3155;s:21:\"markedaspatrolledtext\";i:3156;s:16:\"rcpatroldisabled\";i:3157;s:20:\"rcpatroldisabledtext\";i:3158;s:22:\"markedaspatrollederror\";i:3159;s:26:\"markedaspatrollederrortext\";i:3160;s:35:\"markedaspatrollederror-noautopatrol\";i:3161;s:23:\"markedaspatrollednotify\";i:3162;s:17:\"patrol-log-header\";i:3163;s:28:\"confirm-markpatrolled-button\";i:3164;s:25:\"confirm-markpatrolled-top\";i:3165;s:15:\"deletedrevision\";i:3166;s:21:\"filedeleteerror-short\";i:3167;s:20:\"filedeleteerror-long\";i:3168;s:18:\"filedelete-missing\";i:3169;s:27:\"filedelete-old-unregistered\";i:3170;s:31:\"filedelete-current-unregistered\";i:3171;s:28:\"filedelete-archive-read-only\";i:3172;s:12:\"mediawarning\";i:3173;s:12:\"imagemaxsize\";i:3174;s:9:\"thumbsize\";i:3175;s:9:\"file-info\";i:3176;s:22:\"svg-long-desc-animated\";i:3177;s:14:\"svg-long-error\";i:3178;s:29:\"show-big-image-preview-differ\";i:3179;s:20:\"file-info-gif-looped\";i:3180;s:20:\"file-info-gif-frames\";i:3181;s:20:\"file-info-png-looped\";i:3182;s:20:\"file-info-png-repeat\";i:3183;s:20:\"file-info-png-frames\";i:3184;s:23:\"file-no-thumb-animation\";i:3185;s:27:\"file-no-thumb-animation-gif\";i:3186;s:9:\"newimages\";i:3187;s:13:\"imagelisttext\";i:3188;s:17:\"newimages-summary\";i:3189;s:16:\"newimages-legend\";i:3190;s:14:\"newimages-user\";i:3191;s:18:\"newimages-showbots\";i:3192;s:23:\"newimages-hidepatrolled\";i:3193;s:19:\"newimages-mediatype\";i:3194;s:8:\"noimages\";i:3195;s:24:\"gallery-slideshow-toggle\";i:3196;s:6:\"bydate\";i:3197;s:21:\"sp-newimages-showfrom\";i:3198;s:14:\"seconds-abbrev\";i:3199;s:14:\"minutes-abbrev\";i:3200;s:11:\"days-abbrev\";i:3201;s:7:\"seconds\";i:3202;s:7:\"minutes\";i:3203;s:5:\"hours\";i:3204;s:4:\"days\";i:3205;s:5:\"weeks\";i:3206;s:6:\"months\";i:3207;s:5:\"years\";i:3208;s:3:\"ago\";i:3209;s:8:\"just-now\";i:3210;s:9:\"hours-ago\";i:3211;s:11:\"minutes-ago\";i:3212;s:11:\"seconds-ago\";i:3213;s:9:\"monday-at\";i:3214;s:10:\"tuesday-at\";i:3215;s:12:\"wednesday-at\";i:3216;s:11:\"thursday-at\";i:3217;s:9:\"friday-at\";i:3218;s:11:\"saturday-at\";i:3219;s:9:\"sunday-at\";i:3220;s:12:\"yesterday-at\";i:3221;s:15:\"metadata-expand\";i:3222;s:17:\"metadata-collapse\";i:3223;s:12:\"confirmemail\";i:3224;s:20:\"confirmemail_noemail\";i:3225;s:17:\"confirmemail_text\";i:3226;s:20:\"confirmemail_pending\";i:3227;s:17:\"confirmemail_send\";i:3228;s:17:\"confirmemail_sent\";i:3229;s:21:\"confirmemail_oncreate\";i:3230;s:23:\"confirmemail_sendfailed\";i:3231;s:20:\"confirmemail_invalid\";i:3232;s:22:\"confirmemail_needlogin\";i:3233;s:20:\"confirmemail_success\";i:3234;s:21:\"confirmemail_loggedin\";i:3235;s:20:\"confirmemail_subject\";i:3236;s:17:\"confirmemail_body\";i:3237;s:25:\"confirmemail_body_changed\";i:3238;s:21:\"confirmemail_body_set\";i:3239;s:24:\"confirmemail_invalidated\";i:3240;s:15:\"invalidateemail\";i:3241;s:33:\"notificationemail_subject_changed\";i:3242;s:33:\"notificationemail_subject_removed\";i:3243;s:30:\"notificationemail_body_changed\";i:3244;s:30:\"notificationemail_body_removed\";i:3245;s:23:\"scarytranscludedisabled\";i:3246;s:21:\"scarytranscludefailed\";i:3247;s:32:\"scarytranscludefailed-httpstatus\";i:3248;s:22:\"scarytranscludetoolong\";i:3249;s:19:\"deletedwhileediting\";i:3250;s:15:\"confirmrecreate\";i:3251;s:24:\"confirmrecreate-noreason\";i:3252;s:8:\"recreate\";i:3253;s:19:\"confirm-purge-title\";i:3254;s:17:\"confirm-purge-top\";i:3255;s:20:\"confirm-purge-bottom\";i:3256;s:20:\"confirm-watch-button\";i:3257;s:17:\"confirm-watch-top\";i:3258;s:19:\"confirm-watch-label\";i:3259;s:24:\"watchlist-expiry-options\";i:3260;s:31:\"watchlist-expires-in-aria-label\";i:3261;s:27:\"confirm-watch-button-expiry\";i:3262;s:22:\"confirm-unwatch-button\";i:3263;s:19:\"confirm-unwatch-top\";i:3264;s:23:\"confirm-rollback-button\";i:3265;s:20:\"confirm-rollback-top\";i:3266;s:23:\"confirm-rollback-bottom\";i:3267;s:24:\"confirm-mcrrestore-title\";i:3268;s:21:\"confirm-mcrundo-title\";i:3269;s:13:\"mcrundofailed\";i:3270;s:20:\"mcrundo-missingparam\";i:3271;s:15:\"mcrundo-changed\";i:3272;s:20:\"mcrundo-parse-failed\";i:3273;s:15:\"comma-separator\";i:3274;s:8:\"ellipsis\";i:3275;s:7:\"percent\";i:3276;s:15:\"quotation-marks\";i:3277;s:13:\"formatnum-nan\";i:3278;s:16:\"img-lang-default\";i:3279;s:13:\"img-lang-info\";i:3280;s:11:\"img-lang-go\";i:3281;s:16:\"table_pager_next\";i:3282;s:16:\"table_pager_prev\";i:3283;s:17:\"table_pager_first\";i:3284;s:16:\"table_pager_last\";i:3285;s:17:\"table_pager_limit\";i:3286;s:23:\"table_pager_limit_label\";i:3287;s:17:\"table_pager_empty\";i:3288;s:14:\"autosumm-blank\";i:3289;s:16:\"autosumm-replace\";i:3290;s:16:\"autoredircomment\";i:3291;s:25:\"autosumm-removed-redirect\";i:3292;s:32:\"autosumm-changed-redirect-target\";i:3293;s:12:\"autosumm-new\";i:3294;s:17:\"autosumm-newblank\";i:3295;s:10:\"size-pixel\";i:3296;s:15:\"lag-warn-normal\";i:3297;s:13:\"lag-warn-high\";i:3298;s:26:\"watchlistedit-normal-title\";i:3299;s:27:\"watchlistedit-normal-legend\";i:3300;s:28:\"watchlistedit-normal-explain\";i:3301;s:27:\"watchlistedit-normal-submit\";i:3302;s:25:\"watchlistedit-normal-done\";i:3303;s:23:\"watchlistedit-raw-title\";i:3304;s:24:\"watchlistedit-raw-legend\";i:3305;s:25:\"watchlistedit-raw-explain\";i:3306;s:24:\"watchlistedit-raw-titles\";i:3307;s:24:\"watchlistedit-raw-submit\";i:3308;s:22:\"watchlistedit-raw-done\";i:3309;s:23:\"watchlistedit-raw-added\";i:3310;s:25:\"watchlistedit-raw-removed\";i:3311;s:25:\"watchlistedit-clear-title\";i:3312;s:26:\"watchlistedit-clear-legend\";i:3313;s:27:\"watchlistedit-clear-explain\";i:3314;s:26:\"watchlistedit-clear-titles\";i:3315;s:26:\"watchlistedit-clear-submit\";i:3316;s:24:\"watchlistedit-clear-done\";i:3317;s:28:\"watchlistedit-clear-jobqueue\";i:3318;s:27:\"watchlistedit-clear-removed\";i:3319;s:22:\"watchlistedit-too-many\";i:3320;s:14:\"signature-temp\";i:3321;s:14:\"timezone-local\";i:3322;s:22:\"duplicate-displaytitle\";i:3323;s:23:\"restricted-displaytitle\";i:3324;s:22:\"invalid-indicator-name\";i:3325;s:25:\"invalid-langconvert-attrs\";i:3326;s:7:\"version\";i:3327;s:18:\"version-extensions\";i:3328;s:13:\"version-skins\";i:3329;s:20:\"version-specialpages\";i:3330;s:19:\"version-parserhooks\";i:3331;s:17:\"version-variables\";i:3332;s:15:\"version-editors\";i:3333;s:16:\"version-antispam\";i:3334;s:21:\"version-mediahandlers\";i:3335;s:13:\"version-hooks\";i:3336;s:28:\"version-parser-extensiontags\";i:3337;s:29:\"version-parser-function-hooks\";i:3338;s:17:\"version-hook-name\";i:3339;s:25:\"version-hook-subscribedby\";i:3340;s:19:\"version-no-ext-name\";i:3341;s:15:\"version-license\";i:3342;s:19:\"version-ext-license\";i:3343;s:26:\"version-ext-colheader-name\";i:3344;s:27:\"version-skin-colheader-name\";i:3345;s:29:\"version-ext-colheader-version\";i:3346;s:29:\"version-ext-colheader-license\";i:3347;s:33:\"version-ext-colheader-description\";i:3348;s:29:\"version-ext-colheader-credits\";i:3349;s:21:\"version-license-title\";i:3350;s:25:\"version-license-not-found\";i:3351;s:21:\"version-credits-title\";i:3352;s:25:\"version-credits-not-found\";i:3353;s:25:\"version-poweredby-credits\";i:3354;s:24:\"version-poweredby-others\";i:3355;s:29:\"version-poweredby-translators\";i:3356;s:25:\"version-poweredby-various\";i:3357;s:23:\"version-credits-summary\";i:3358;s:20:\"version-license-info\";i:3359;s:16:\"version-software\";i:3360;s:24:\"version-software-product\";i:3361;s:24:\"version-software-version\";i:3362;s:19:\"version-entrypoints\";i:3363;s:37:\"version-entrypoints-header-entrypoint\";i:3364;s:30:\"version-entrypoints-header-url\";i:3365;s:31:\"version-entrypoints-articlepath\";i:3366;s:30:\"version-entrypoints-scriptpath\";i:3367;s:17:\"version-libraries\";i:3368;s:25:\"version-libraries-library\";i:3369;s:25:\"version-libraries-version\";i:3370;s:25:\"version-libraries-license\";i:3371;s:29:\"version-libraries-description\";i:3372;s:25:\"version-libraries-authors\";i:3373;s:14:\"redirect-logid\";i:3374;s:19:\"redirect-not-exists\";i:3375;s:20:\"redirect-not-numeric\";i:3376;s:19:\"fileduplicatesearch\";i:3377;s:27:\"fileduplicatesearch-summary\";i:3378;s:28:\"fileduplicatesearch-filename\";i:3379;s:24:\"fileduplicatesearch-info\";i:3380;s:28:\"fileduplicatesearch-result-1\";i:3381;s:28:\"fileduplicatesearch-result-n\";i:3382;s:29:\"fileduplicatesearch-noresults\";i:3383;s:21:\"specialpages-note-top\";i:3384;s:28:\"specialpages-note-restricted\";i:3385;s:30:\"specialpages-group-maintenance\";i:3386;s:24:\"specialpages-group-other\";i:3387;s:26:\"specialpages-group-changes\";i:3388;s:24:\"specialpages-group-media\";i:3389;s:24:\"specialpages-group-users\";i:3390;s:26:\"specialpages-group-highuse\";i:3391;s:24:\"specialpages-group-pages\";i:3392;s:23:\"specialpages-group-wiki\";i:3393;s:28:\"specialpages-group-redirects\";i:3394;s:23:\"specialpages-group-spam\";i:3395;s:28:\"specialpages-group-developer\";i:3396;s:22:\"intentionallyblankpage\";i:3397;s:28:\"disabledspecialpage-disabled\";i:3398;s:4:\"tags\";i:3399;s:17:\"tag-filter-submit\";i:3400;s:10:\"tag-hidden\";i:3401;s:25:\"tag-mw-contentmodelchange\";i:3402;s:37:\"tag-mw-contentmodelchange-description\";i:3403;s:19:\"tag-mw-new-redirect\";i:3404;s:31:\"tag-mw-new-redirect-description\";i:3405;s:23:\"tag-mw-removed-redirect\";i:3406;s:35:\"tag-mw-removed-redirect-description\";i:3407;s:30:\"tag-mw-changed-redirect-target\";i:3408;s:42:\"tag-mw-changed-redirect-target-description\";i:3409;s:12:\"tag-mw-blank\";i:3410;s:24:\"tag-mw-blank-description\";i:3411;s:14:\"tag-mw-replace\";i:3412;s:26:\"tag-mw-replace-description\";i:3413;s:15:\"tag-mw-rollback\";i:3414;s:27:\"tag-mw-rollback-description\";i:3415;s:11:\"tag-mw-undo\";i:3416;s:23:\"tag-mw-undo-description\";i:3417;s:20:\"tag-mw-manual-revert\";i:3418;s:32:\"tag-mw-manual-revert-description\";i:3419;s:15:\"tag-mw-reverted\";i:3420;s:27:\"tag-mw-reverted-description\";i:3421;s:25:\"tag-mw-server-side-upload\";i:3422;s:37:\"tag-mw-server-side-upload-description\";i:3423;s:10:\"tags-title\";i:3424;s:10:\"tags-intro\";i:3425;s:8:\"tags-tag\";i:3426;s:19:\"tags-display-header\";i:3427;s:23:\"tags-description-header\";i:3428;s:18:\"tags-source-header\";i:3429;s:18:\"tags-active-header\";i:3430;s:20:\"tags-hitcount-header\";i:3431;s:19:\"tags-actions-header\";i:3432;s:21:\"tags-source-extension\";i:3433;s:18:\"tags-source-manual\";i:3434;s:16:\"tags-source-none\";i:3435;s:11:\"tags-hidden\";i:3436;s:11:\"tags-delete\";i:3437;s:13:\"tags-activate\";i:3438;s:15:\"tags-deactivate\";i:3439;s:25:\"tags-manage-no-permission\";i:3440;s:19:\"tags-manage-blocked\";i:3441;s:19:\"tags-create-heading\";i:3442;s:23:\"tags-create-explanation\";i:3443;s:20:\"tags-create-tag-name\";i:3444;s:18:\"tags-create-reason\";i:3445;s:18:\"tags-create-submit\";i:3446;s:19:\"tags-create-no-name\";i:3447;s:25:\"tags-create-invalid-chars\";i:3448;s:31:\"tags-create-invalid-title-chars\";i:3449;s:26:\"tags-create-already-exists\";i:3450;s:26:\"tags-create-warnings-above\";i:3451;s:26:\"tags-create-warnings-below\";i:3452;s:17:\"tags-delete-title\";i:3453;s:31:\"tags-delete-explanation-initial\";i:3454;s:30:\"tags-delete-explanation-in-use\";i:3455;s:31:\"tags-delete-explanation-warning\";i:3456;s:30:\"tags-delete-explanation-active\";i:3457;s:18:\"tags-delete-reason\";i:3458;s:18:\"tags-delete-submit\";i:3459;s:23:\"tags-delete-not-allowed\";i:3460;s:21:\"tags-delete-not-found\";i:3461;s:25:\"tags-delete-too-many-uses\";i:3462;s:33:\"tags-delete-warnings-after-delete\";i:3463;s:25:\"tags-delete-no-permission\";i:3464;s:19:\"tags-activate-title\";i:3465;s:22:\"tags-activate-question\";i:3466;s:20:\"tags-activate-reason\";i:3467;s:25:\"tags-activate-not-allowed\";i:3468;s:23:\"tags-activate-not-found\";i:3469;s:20:\"tags-activate-submit\";i:3470;s:21:\"tags-deactivate-title\";i:3471;s:24:\"tags-deactivate-question\";i:3472;s:22:\"tags-deactivate-reason\";i:3473;s:27:\"tags-deactivate-not-allowed\";i:3474;s:22:\"tags-deactivate-submit\";i:3475;s:24:\"tags-apply-no-permission\";i:3476;s:18:\"tags-apply-blocked\";i:3477;s:26:\"tags-apply-not-allowed-one\";i:3478;s:28:\"tags-apply-not-allowed-multi\";i:3479;s:25:\"tags-update-no-permission\";i:3480;s:19:\"tags-update-blocked\";i:3481;s:31:\"tags-update-add-not-allowed-one\";i:3482;s:33:\"tags-update-add-not-allowed-multi\";i:3483;s:34:\"tags-update-remove-not-allowed-one\";i:3484;s:36:\"tags-update-remove-not-allowed-multi\";i:3485;s:15:\"tags-edit-title\";i:3486;s:21:\"tags-edit-manage-link\";i:3487;s:27:\"tags-edit-revision-selected\";i:3488;s:27:\"tags-edit-logentry-selected\";i:3489;s:25:\"tags-edit-revision-legend\";i:3490;s:25:\"tags-edit-logentry-legend\";i:3491;s:23:\"tags-edit-existing-tags\";i:3492;s:28:\"tags-edit-existing-tags-none\";i:3493;s:18:\"tags-edit-new-tags\";i:3494;s:13:\"tags-edit-add\";i:3495;s:16:\"tags-edit-remove\";i:3496;s:25:\"tags-edit-remove-all-tags\";i:3497;s:28:\"tags-edit-chosen-placeholder\";i:3498;s:27:\"tags-edit-chosen-no-results\";i:3499;s:16:\"tags-edit-reason\";i:3500;s:25:\"tags-edit-revision-submit\";i:3501;s:25:\"tags-edit-logentry-submit\";i:3502;s:17:\"tags-edit-success\";i:3503;s:17:\"tags-edit-failure\";i:3504;s:23:\"tags-edit-nooldid-title\";i:3505;s:22:\"tags-edit-nooldid-text\";i:3506;s:23:\"tags-edit-none-selected\";i:3507;s:12:\"comparepages\";i:3508;s:13:\"compare-page1\";i:3509;s:13:\"compare-page2\";i:3510;s:12:\"compare-rev1\";i:3511;s:12:\"compare-rev2\";i:3512;s:14:\"compare-submit\";i:3513;s:27:\"compare-revision-not-exists\";i:3514;s:9:\"diff-form\";i:3515;s:15:\"diff-form-oldid\";i:3516;s:15:\"diff-form-revid\";i:3517;s:16:\"diff-form-submit\";i:3518;s:21:\"diff-form-other-revid\";i:3519;s:21:\"diff-form-error-revid\";i:3520;s:13:\"permanentlink\";i:3521;s:19:\"permanentlink-revid\";i:3522;s:20:\"permanentlink-submit\";i:3523;s:10:\"newsection\";i:3524;s:15:\"newsection-page\";i:3525;s:17:\"newsection-submit\";i:3526;s:8:\"editpage\";i:3527;s:20:\"specialeditpage-page\";i:3528;s:22:\"specialeditpage-submit\";i:3529;s:22:\"specialdeletepage-page\";i:3530;s:24:\"specialdeletepage-submit\";i:3531;s:8:\"pageinfo\";i:3532;s:20:\"specialpageinfo-page\";i:3533;s:22:\"specialpageinfo-submit\";i:3534;s:11:\"pagehistory\";i:3535;s:23:\"specialpagehistory-page\";i:3536;s:25:\"specialpagehistory-submit\";i:3537;s:11:\"protectpage\";i:3538;s:23:\"specialprotectpage-page\";i:3539;s:25:\"specialprotectpage-submit\";i:3540;s:5:\"purge\";i:3541;s:17:\"specialpurge-page\";i:3542;s:19:\"specialpurge-submit\";i:3543;s:14:\"dberr-problems\";i:3544;s:11:\"dberr-again\";i:3545;s:10:\"dberr-info\";i:3546;s:17:\"dberr-info-hidden\";i:3547;s:22:\"htmlform-invalid-input\";i:3548;s:25:\"htmlform-select-badoption\";i:3549;s:20:\"htmlform-int-invalid\";i:3550;s:22:\"htmlform-float-invalid\";i:3551;s:19:\"htmlform-int-toolow\";i:3552;s:20:\"htmlform-int-toohigh\";i:3553;s:28:\"htmlform-multiselect-toomany\";i:3554;s:17:\"htmlform-required\";i:3555;s:14:\"htmlform-reset\";i:3556;s:11:\"htmlform-no\";i:3557;s:12:\"htmlform-yes\";i:3558;s:27:\"htmlform-chosen-placeholder\";i:3559;s:22:\"htmlform-cloner-create\";i:3560;s:22:\"htmlform-cloner-delete\";i:3561;s:24:\"htmlform-cloner-required\";i:3562;s:25:\"htmlform-date-placeholder\";i:3563;s:25:\"htmlform-time-placeholder\";i:3564;s:29:\"htmlform-datetime-placeholder\";i:3565;s:21:\"htmlform-date-invalid\";i:3566;s:21:\"htmlform-time-invalid\";i:3567;s:25:\"htmlform-datetime-invalid\";i:3568;s:20:\"htmlform-date-toolow\";i:3569;s:21:\"htmlform-date-toohigh\";i:3570;s:20:\"htmlform-time-toolow\";i:3571;s:21:\"htmlform-time-toohigh\";i:3572;s:24:\"htmlform-datetime-toolow\";i:3573;s:25:\"htmlform-datetime-toohigh\";i:3574;s:27:\"htmlform-title-badnamespace\";i:3575;s:28:\"htmlform-title-not-creatable\";i:3576;s:25:\"htmlform-title-not-exists\";i:3577;s:24:\"htmlform-title-interwiki\";i:3578;s:24:\"htmlform-user-not-exists\";i:3579;s:23:\"htmlform-user-not-valid\";i:3580;s:24:\"htmlform-tag-not-allowed\";i:3581;s:22:\"logentry-delete-delete\";i:3582;s:28:\"logentry-delete-delete_redir\";i:3583;s:29:\"logentry-delete-delete_redir2\";i:3584;s:23:\"logentry-delete-restore\";i:3585;s:31:\"logentry-delete-restore-nocount\";i:3586;s:23:\"restore-count-revisions\";i:3587;s:19:\"restore-count-files\";i:3588;s:21:\"logentry-delete-event\";i:3589;s:24:\"logentry-delete-revision\";i:3590;s:28:\"logentry-delete-event-legacy\";i:3591;s:31:\"logentry-delete-revision-legacy\";i:3592;s:24:\"logentry-suppress-delete\";i:3593;s:23:\"logentry-suppress-event\";i:3594;s:26:\"logentry-suppress-revision\";i:3595;s:30:\"logentry-suppress-event-legacy\";i:3596;s:33:\"logentry-suppress-revision-legacy\";i:3597;s:21:\"revdelete-summary-hid\";i:3598;s:19:\"revdelete-uname-hid\";i:3599;s:23:\"revdelete-content-unhid\";i:3600;s:23:\"revdelete-summary-unhid\";i:3601;s:21:\"revdelete-uname-unhid\";i:3602;s:20:\"revdelete-restricted\";i:3603;s:22:\"revdelete-unrestricted\";i:3604;s:20:\"logentry-block-block\";i:3605;s:22:\"logentry-block-unblock\";i:3606;s:22:\"logentry-block-reblock\";i:3607;s:32:\"logentry-partialblock-block-page\";i:3608;s:30:\"logentry-partialblock-block-ns\";i:3609;s:34:\"logentry-partialblock-block-action\";i:3610;s:27:\"logentry-partialblock-block\";i:3611;s:29:\"logentry-partialblock-reblock\";i:3612;s:32:\"logentry-non-editing-block-block\";i:3613;s:34:\"logentry-non-editing-block-reblock\";i:3614;s:23:\"logentry-suppress-block\";i:3615;s:25:\"logentry-suppress-reblock\";i:3616;s:22:\"logentry-import-upload\";i:3617;s:30:\"logentry-import-upload-details\";i:3618;s:25:\"logentry-import-interwiki\";i:3619;s:33:\"logentry-import-interwiki-details\";i:3620;s:20:\"logentry-merge-merge\";i:3621;s:18:\"logentry-move-move\";i:3622;s:29:\"logentry-move-move-noredirect\";i:3623;s:24:\"logentry-move-move_redir\";i:3624;s:35:\"logentry-move-move_redir-noredirect\";i:3625;s:22:\"logentry-patrol-patrol\";i:3626;s:27:\"logentry-patrol-patrol-auto\";i:3627;s:26:\"logentry-newusers-newusers\";i:3628;s:24:\"logentry-newusers-create\";i:3629;s:25:\"logentry-newusers-create2\";i:3630;s:25:\"logentry-newusers-byemail\";i:3631;s:28:\"logentry-newusers-autocreate\";i:3632;s:26:\"logentry-protect-move_prot\";i:3633;s:26:\"logentry-protect-unprotect\";i:3634;s:24:\"logentry-protect-protect\";i:3635;s:32:\"logentry-protect-protect-cascade\";i:3636;s:23:\"logentry-protect-modify\";i:3637;s:31:\"logentry-protect-modify-cascade\";i:3638;s:22:\"logentry-rights-rights\";i:3639;s:29:\"logentry-rights-rights-legacy\";i:3640;s:27:\"logentry-rights-autopromote\";i:3641;s:22:\"logentry-upload-upload\";i:3642;s:25:\"logentry-upload-overwrite\";i:3643;s:22:\"logentry-upload-revert\";i:3644;s:19:\"log-name-managetags\";i:3645;s:26:\"log-description-managetags\";i:3646;s:26:\"logentry-managetags-create\";i:3647;s:26:\"logentry-managetags-delete\";i:3648;s:28:\"logentry-managetags-activate\";i:3649;s:30:\"logentry-managetags-deactivate\";i:3650;s:12:\"log-name-tag\";i:3651;s:19:\"log-description-tag\";i:3652;s:32:\"logentry-tag-update-add-revision\";i:3653;s:32:\"logentry-tag-update-add-logentry\";i:3654;s:35:\"logentry-tag-update-remove-revision\";i:3655;s:35:\"logentry-tag-update-remove-logentry\";i:3656;s:28:\"logentry-tag-update-revision\";i:3657;s:28:\"logentry-tag-update-logentry\";i:3658;s:30:\"rightslogentry-temporary-group\";i:3659;s:15:\"feedback-adding\";i:3660;s:13:\"feedback-back\";i:3661;s:17:\"feedback-bugcheck\";i:3662;s:15:\"feedback-bugnew\";i:3663;s:18:\"feedback-bugornote\";i:3664;s:15:\"feedback-cancel\";i:3665;s:14:\"feedback-close\";i:3666;s:35:\"feedback-external-bug-report-button\";i:3667;s:21:\"feedback-dialog-title\";i:3668;s:21:\"feedback-dialog-intro\";i:3669;s:15:\"feedback-error1\";i:3670;s:15:\"feedback-error4\";i:3671;s:16:\"feedback-message\";i:3672;s:16:\"feedback-subject\";i:3673;s:15:\"feedback-submit\";i:3674;s:14:\"feedback-terms\";i:3675;s:19:\"feedback-termsofuse\";i:3676;s:15:\"feedback-thanks\";i:3677;s:21:\"feedback-thanks-title\";i:3678;s:18:\"feedback-useragent\";i:3679;s:27:\"search-match-redirect-label\";i:3680;s:26:\"search-match-redirect-help\";i:3681;s:17:\"searchlimit-label\";i:3682;s:16:\"searchlimit-help\";i:3683;s:30:\"api-clientside-error-noconnect\";i:3684;s:25:\"api-clientside-error-http\";i:3685;s:28:\"api-clientside-error-timeout\";i:3686;s:28:\"api-clientside-error-aborted\";i:3687;s:36:\"api-clientside-error-invalidresponse\";i:3688;s:18:\"api-error-badtoken\";i:3689;s:19:\"api-error-emptypage\";i:3690;s:23:\"api-error-publishfailed\";i:3691;s:21:\"api-error-stashfailed\";i:3692;s:25:\"api-error-unknown-warning\";i:3693;s:22:\"api-error-unknownerror\";i:3694;s:16:\"duration-seconds\";i:3695;s:16:\"duration-minutes\";i:3696;s:14:\"duration-hours\";i:3697;s:14:\"duration-weeks\";i:3698;s:14:\"duration-years\";i:3699;s:16:\"duration-decades\";i:3700;s:18:\"duration-centuries\";i:3701;s:18:\"duration-millennia\";i:3702;s:14:\"rotate-comment\";i:3703;s:17:\"limitreport-title\";i:3704;s:19:\"limitreport-cputime\";i:3705;s:25:\"limitreport-cputime-value\";i:3706;s:20:\"limitreport-walltime\";i:3707;s:26:\"limitreport-walltime-value\";i:3708;s:26:\"limitreport-ppvisitednodes\";i:3709;s:33:\"limitreport-postexpandincludesize\";i:3710;s:39:\"limitreport-postexpandincludesize-value\";i:3711;s:32:\"limitreport-templateargumentsize\";i:3712;s:38:\"limitreport-templateargumentsize-value\";i:3713;s:26:\"limitreport-expansiondepth\";i:3714;s:34:\"limitreport-expensivefunctioncount\";i:3715;s:25:\"limitreport-unstrip-depth\";i:3716;s:24:\"limitreport-unstrip-size\";i:3717;s:30:\"limitreport-unstrip-size-value\";i:3718;s:15:\"expandtemplates\";i:3719;s:22:\"expand_templates_intro\";i:3720;s:22:\"expand_templates_title\";i:3721;s:22:\"expand_templates_input\";i:3722;s:23:\"expand_templates_output\";i:3723;s:27:\"expand_templates_xml_output\";i:3724;s:28:\"expand_templates_html_output\";i:3725;s:19:\"expand_templates_ok\";i:3726;s:32:\"expand_templates_remove_comments\";i:3727;s:30:\"expand_templates_remove_nowiki\";i:3728;s:29:\"expand_templates_generate_xml\";i:3729;s:33:\"expand_templates_generate_rawhtml\";i:3730;s:24:\"expand_templates_preview\";i:3731;s:34:\"expand_templates_preview_fail_html\";i:3732;s:39:\"expand_templates_preview_fail_html_anon\";i:3733;s:30:\"expand_templates_input_missing\";i:3734;s:12:\"pagelanguage\";i:3735;s:13:\"pagelang-name\";i:3736;s:17:\"pagelang-language\";i:3737;s:20:\"pagelang-use-default\";i:3738;s:20:\"pagelang-select-lang\";i:3739;s:15:\"pagelang-reason\";i:3740;s:15:\"pagelang-submit\";i:3741;s:25:\"pagelang-nonexistent-page\";i:3742;s:27:\"pagelang-unchanged-language\";i:3743;s:35:\"pagelang-unchanged-language-default\";i:3744;s:18:\"pagelang-db-failed\";i:3745;s:14:\"right-pagelang\";i:3746;s:15:\"action-pagelang\";i:3747;s:17:\"log-name-pagelang\";i:3748;s:24:\"log-description-pagelang\";i:3749;s:26:\"logentry-pagelang-pagelang\";i:3750;s:22:\"default-skin-not-found\";i:3751;s:31:\"default-skin-not-found-no-skins\";i:3752;s:34:\"default-skin-not-found-row-enabled\";i:3753;s:35:\"default-skin-not-found-row-disabled\";i:3754;s:15:\"mediastatistics\";i:3755;s:23:\"mediastatistics-summary\";i:3756;s:22:\"mediastatistics-nfiles\";i:3757;s:22:\"mediastatistics-nbytes\";i:3758;s:28:\"mediastatistics-bytespertype\";i:3759;s:24:\"mediastatistics-allbytes\";i:3760;s:30:\"mediastatistics-table-mimetype\";i:3761;s:32:\"mediastatistics-table-extensions\";i:3762;s:27:\"mediastatistics-table-count\";i:3763;s:32:\"mediastatistics-table-totalbytes\";i:3764;s:30:\"mediastatistics-header-unknown\";i:3765;s:29:\"mediastatistics-header-bitmap\";i:3766;s:30:\"mediastatistics-header-drawing\";i:3767;s:28:\"mediastatistics-header-audio\";i:3768;s:28:\"mediastatistics-header-video\";i:3769;s:33:\"mediastatistics-header-multimedia\";i:3770;s:29:\"mediastatistics-header-office\";i:3771;s:27:\"mediastatistics-header-text\";i:3772;s:33:\"mediastatistics-header-executable\";i:3773;s:30:\"mediastatistics-header-archive\";i:3774;s:28:\"mediastatistics-header-total\";i:3775;s:24:\"json-warn-trailing-comma\";i:3776;s:18:\"json-error-unknown\";i:3777;s:16:\"json-error-depth\";i:3778;s:25:\"json-error-state-mismatch\";i:3779;s:20:\"json-error-ctrl-char\";i:3780;s:17:\"json-error-syntax\";i:3781;s:15:\"json-error-utf8\";i:3782;s:32:\"json-error-invalid-property-name\";i:3783;s:16:\"json-error-utf16\";i:3784;s:21:\"headline-anchor-title\";i:3785;s:30:\"special-characters-group-latin\";i:3786;s:38:\"special-characters-group-latinextended\";i:3787;s:28:\"special-characters-group-ipa\";i:3788;s:32:\"special-characters-group-symbols\";i:3789;s:30:\"special-characters-group-greek\";i:3790;s:38:\"special-characters-group-greekextended\";i:3791;s:33:\"special-characters-group-cyrillic\";i:3792;s:31:\"special-characters-group-arabic\";i:3793;s:39:\"special-characters-group-arabicextended\";i:3794;s:32:\"special-characters-group-persian\";i:3795;s:31:\"special-characters-group-hebrew\";i:3796;s:31:\"special-characters-group-bangla\";i:3797;s:30:\"special-characters-group-tamil\";i:3798;s:31:\"special-characters-group-telugu\";i:3799;s:32:\"special-characters-group-sinhala\";i:3800;s:33:\"special-characters-group-gujarati\";i:3801;s:35:\"special-characters-group-devanagari\";i:3802;s:29:\"special-characters-group-thai\";i:3803;s:28:\"special-characters-group-lao\";i:3804;s:30:\"special-characters-group-khmer\";i:3805;s:43:\"special-characters-group-canadianaboriginal\";i:3806;s:30:\"special-characters-group-runes\";i:3807;s:31:\"special-characters-title-endash\";i:3808;s:31:\"special-characters-title-emdash\";i:3809;s:30:\"special-characters-title-minus\";i:3810;s:22:\"mw-widgets-abandonedit\";i:3811;s:30:\"mw-widgets-abandonedit-discard\";i:3812;s:27:\"mw-widgets-abandonedit-keep\";i:3813;s:28:\"mw-widgets-abandonedit-title\";i:3814;s:30:\"mw-widgets-copytextlayout-copy\";i:3815;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3816;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3817;s:28:\"mw-widgets-dateinput-no-date\";i:3818;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3819;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3820;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3821;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3822;s:32:\"mw-widgets-mediasearch-noresults\";i:3823;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3824;s:27:\"mw-widgets-table-row-delete\";i:3825;s:42:\"mw-widgets-titleinput-description-new-page\";i:3826;s:42:\"mw-widgets-titleinput-description-redirect\";i:3827;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3828;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3829;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3830;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3831;s:15:\"date-range-from\";i:3832;s:13:\"date-range-to\";i:3833;s:18:\"sessionmanager-tie\";i:3834;s:23:\"sessionprovider-generic\";i:3835;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3836;s:25:\"sessionprovider-nocookies\";i:3837;s:14:\"randomrootpage\";i:3838;s:23:\"log-action-filter-block\";i:3839;s:30:\"log-action-filter-contentmodel\";i:3840;s:24:\"log-action-filter-delete\";i:3841;s:24:\"log-action-filter-import\";i:3842;s:28:\"log-action-filter-managetags\";i:3843;s:22:\"log-action-filter-move\";i:3844;s:26:\"log-action-filter-newusers\";i:3845;s:24:\"log-action-filter-patrol\";i:3846;s:25:\"log-action-filter-protect\";i:3847;s:24:\"log-action-filter-rights\";i:3848;s:26:\"log-action-filter-suppress\";i:3849;s:24:\"log-action-filter-upload\";i:3850;s:21:\"log-action-filter-all\";i:3851;s:29:\"log-action-filter-block-block\";i:3852;s:31:\"log-action-filter-block-reblock\";i:3853;s:31:\"log-action-filter-block-unblock\";i:3854;s:37:\"log-action-filter-contentmodel-change\";i:3855;s:34:\"log-action-filter-contentmodel-new\";i:3856;s:31:\"log-action-filter-delete-delete\";i:3857;s:37:\"log-action-filter-delete-delete_redir\";i:3858;s:38:\"log-action-filter-delete-delete_redir2\";i:3859;s:32:\"log-action-filter-delete-restore\";i:3860;s:30:\"log-action-filter-delete-event\";i:3861;s:33:\"log-action-filter-delete-revision\";i:3862;s:34:\"log-action-filter-import-interwiki\";i:3863;s:31:\"log-action-filter-import-upload\";i:3864;s:35:\"log-action-filter-managetags-create\";i:3865;s:35:\"log-action-filter-managetags-delete\";i:3866;s:37:\"log-action-filter-managetags-activate\";i:3867;s:39:\"log-action-filter-managetags-deactivate\";i:3868;s:27:\"log-action-filter-move-move\";i:3869;s:33:\"log-action-filter-move-move_redir\";i:3870;s:33:\"log-action-filter-newusers-create\";i:3871;s:34:\"log-action-filter-newusers-create2\";i:3872;s:37:\"log-action-filter-newusers-autocreate\";i:3873;s:34:\"log-action-filter-newusers-byemail\";i:3874;s:31:\"log-action-filter-patrol-patrol\";i:3875;s:35:\"log-action-filter-patrol-autopatrol\";i:3876;s:33:\"log-action-filter-protect-protect\";i:3877;s:32:\"log-action-filter-protect-modify\";i:3878;s:35:\"log-action-filter-protect-unprotect\";i:3879;s:35:\"log-action-filter-protect-move_prot\";i:3880;s:31:\"log-action-filter-rights-rights\";i:3881;s:36:\"log-action-filter-rights-autopromote\";i:3882;s:32:\"log-action-filter-suppress-event\";i:3883;s:35:\"log-action-filter-suppress-revision\";i:3884;s:33:\"log-action-filter-suppress-delete\";i:3885;s:32:\"log-action-filter-suppress-block\";i:3886;s:34:\"log-action-filter-suppress-reblock\";i:3887;s:31:\"log-action-filter-upload-upload\";i:3888;s:34:\"log-action-filter-upload-overwrite\";i:3889;s:31:\"log-action-filter-upload-revert\";i:3890;s:33:\"authmanager-authn-not-in-progress\";i:3891;s:28:\"authmanager-authn-no-primary\";i:3892;s:31:\"authmanager-authn-no-local-user\";i:3893;s:36:\"authmanager-authn-no-local-user-link\";i:3894;s:35:\"authmanager-authn-autocreate-failed\";i:3895;s:32:\"authmanager-change-not-supported\";i:3896;s:27:\"authmanager-create-disabled\";i:3897;s:29:\"authmanager-create-from-login\";i:3898;s:34:\"authmanager-create-not-in-progress\";i:3899;s:29:\"authmanager-create-no-primary\";i:3900;s:27:\"authmanager-link-no-primary\";i:3901;s:32:\"authmanager-link-not-in-progress\";i:3902;s:29:\"authmanager-autocreate-noperm\";i:3903;s:32:\"authmanager-autocreate-exception\";i:3904;s:28:\"authmanager-userdoesnotexist\";i:3905;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3906;s:25:\"authmanager-username-help\";i:3907;s:25:\"authmanager-password-help\";i:3908;s:23:\"authmanager-domain-help\";i:3909;s:23:\"authmanager-retype-help\";i:3910;s:23:\"authmanager-email-label\";i:3911;s:22:\"authmanager-email-help\";i:3912;s:26:\"authmanager-realname-label\";i:3913;s:25:\"authmanager-realname-help\";i:3914;s:29:\"authmanager-provider-password\";i:3915;s:36:\"authmanager-provider-password-domain\";i:3916;s:38:\"authmanager-provider-temporarypassword\";i:3917;s:32:\"authprovider-confirmlink-message\";i:3918;s:31:\"authprovider-confirmlink-option\";i:3919;s:38:\"authprovider-confirmlink-request-label\";i:3920;s:37:\"authprovider-confirmlink-success-line\";i:3921;s:36:\"authprovider-confirmlink-failed-line\";i:3922;s:31:\"authprovider-confirmlink-failed\";i:3923;s:32:\"authprovider-confirmlink-ok-help\";i:3924;s:33:\"authprovider-resetpass-skip-label\";i:3925;s:32:\"authprovider-resetpass-skip-help\";i:3926;s:24:\"authform-nosession-login\";i:3927;s:25:\"authform-nosession-signup\";i:3928;s:17:\"authform-newtoken\";i:3929;s:16:\"authform-notoken\";i:3930;s:19:\"authform-wrongtoken\";i:3931;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3932;s:37:\"specialpage-securitylevel-not-allowed\";i:3933;s:21:\"authpage-cannot-login\";i:3934;s:30:\"authpage-cannot-login-continue\";i:3935;s:22:\"authpage-cannot-create\";i:3936;s:31:\"authpage-cannot-create-continue\";i:3937;s:20:\"authpage-cannot-link\";i:3938;s:29:\"authpage-cannot-link-continue\";i:3939;s:28:\"cannotauth-not-allowed-title\";i:3940;s:22:\"cannotauth-not-allowed\";i:3941;s:17:\"changecredentials\";i:3942;s:24:\"changecredentials-submit\";i:3943;s:32:\"changecredentials-invalidsubpage\";i:3944;s:25:\"changecredentials-success\";i:3945;s:17:\"removecredentials\";i:3946;s:24:\"removecredentials-submit\";i:3947;s:32:\"removecredentials-invalidsubpage\";i:3948;s:25:\"removecredentials-success\";i:3949;s:24:\"credentialsform-provider\";i:3950;s:23:\"credentialsform-account\";i:3951;s:28:\"cannotlink-no-provider-title\";i:3952;s:22:\"cannotlink-no-provider\";i:3953;s:12:\"linkaccounts\";i:3954;s:25:\"linkaccounts-success-text\";i:3955;s:19:\"linkaccounts-submit\";i:3956;s:30:\"cannotunlink-no-provider-title\";i:3957;s:24:\"cannotunlink-no-provider\";i:3958;s:14:\"unlinkaccounts\";i:3959;s:22:\"unlinkaccounts-success\";i:3960;s:32:\"authenticationdatachange-ignored\";i:3961;s:14:\"userjsispublic\";i:3962;s:16:\"userjsonispublic\";i:3963;s:15:\"usercssispublic\";i:3964;s:15:\"userjsdangerous\";i:3965;s:23:\"restrictionsfield-badip\";i:3966;s:23:\"restrictionsfield-label\";i:3967;s:22:\"restrictionsfield-help\";i:3968;s:11:\"specialmute\";i:3969;s:19:\"specialmute-success\";i:3970;s:18:\"specialmute-submit\";i:3971;s:28:\"specialmute-label-mute-email\";i:3972;s:18:\"specialmute-header\";i:3973;s:30:\"specialmute-error-invalid-user\";i:3974;s:28:\"specialmute-error-no-options\";i:3975;s:24:\"specialmute-email-footer\";i:3976;s:26:\"specialmute-login-required\";i:3977;s:16:\"mute-preferences\";i:3978;s:5:\"revid\";i:3979;s:6:\"pageid\";i:3980;s:18:\"rawhtml-notallowed\";i:3981;s:13:\"gotointerwiki\";i:3982;s:21:\"gotointerwiki-invalid\";i:3983;s:22:\"gotointerwiki-external\";i:3984;s:17:\"undelete-cantedit\";i:3985;s:19:\"undelete-cantcreate\";i:3986;s:14:\"pagedata-title\";i:3987;s:13:\"pagedata-text\";i:3988;s:23:\"pagedata-not-acceptable\";i:3989;s:18:\"pagedata-bad-title\";i:3990;s:24:\"unregistered-user-config\";i:3991;s:16:\"passwordpolicies\";i:3992;s:24:\"passwordpolicies-summary\";i:3993;s:22:\"passwordpolicies-group\";i:3994;s:25:\"passwordpolicies-policies\";i:3995;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:3996;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:3997;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:3998;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:3999;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4000;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4001;s:39:\"passwordpolicies-policyflag-forcechange\";i:4002;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4003;s:27:\"mycustomjsredirectprotected\";i:4004;s:22:\"deflate-invaliddeflate\";i:4005;s:14:\"unprotected-js\";i:4006;s:19:\"userlogout-continue\";i:4007;s:15:\"userlogout-temp\";i:4008;s:22:\"paramvalidator-baduser\";i:4009;s:29:\"paramvalidator-help-type-user\";i:4010;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4011;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4012;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4013;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4014;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4015;s:23:\"paramvalidator-badtitle\";i:4016;s:27:\"paramvalidator-missingtitle\";i:4017;s:30:\"paramvalidator-help-type-title\";i:4018;s:41:\"paramvalidator-help-type-title-must-exist\";i:4019;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4020;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4021;s:18:\"config-missing-key\";i:4022;s:18:\"config-invalid-key\";i:4023;s:21:\"changeslist-nocomment\";i:4024;s:20:\"skin-view-edit-local\";i:4025;s:30:\"parsoid-stash-rate-limit-error\";i:4026;s:31:\"parsoid-resource-limit-exceeded\";i:4027;s:20:\"parsoid-client-error\";i:4028;s:22:\"newpages-showhide-bots\";i:4029;s:27:\"newpages-showhide-patrolled\";i:4030;s:26:\"newpages-showhide-redirect\";i:4031;s:28:\"newpages-showhide-registered\";i:4032;s:15:\"exif-imagewidth\";i:4033;s:16:\"exif-imagelength\";i:4034;s:18:\"exif-bitspersample\";i:4035;s:16:\"exif-compression\";i:4036;s:30:\"exif-photometricinterpretation\";i:4037;s:16:\"exif-orientation\";i:4038;s:20:\"exif-samplesperpixel\";i:4039;s:24:\"exif-planarconfiguration\";i:4040;s:21:\"exif-ycbcrsubsampling\";i:4041;s:21:\"exif-ycbcrpositioning\";i:4042;s:16:\"exif-xresolution\";i:4043;s:16:\"exif-yresolution\";i:4044;s:17:\"exif-stripoffsets\";i:4045;s:17:\"exif-rowsperstrip\";i:4046;s:20:\"exif-stripbytecounts\";i:4047;s:26:\"exif-jpeginterchangeformat\";i:4048;s:32:\"exif-jpeginterchangeformatlength\";i:4049;s:15:\"exif-whitepoint\";i:4050;s:26:\"exif-primarychromaticities\";i:4051;s:22:\"exif-ycbcrcoefficients\";i:4052;s:24:\"exif-referenceblackwhite\";i:4053;s:13:\"exif-datetime\";i:4054;s:21:\"exif-imagedescription\";i:4055;s:9:\"exif-make\";i:4056;s:10:\"exif-model\";i:4057;s:13:\"exif-software\";i:4058;s:11:\"exif-artist\";i:4059;s:14:\"exif-copyright\";i:4060;s:16:\"exif-exifversion\";i:4061;s:20:\"exif-flashpixversion\";i:4062;s:15:\"exif-colorspace\";i:4063;s:28:\"exif-componentsconfiguration\";i:4064;s:27:\"exif-compressedbitsperpixel\";i:4065;s:20:\"exif-pixelxdimension\";i:4066;s:20:\"exif-pixelydimension\";i:4067;s:16:\"exif-usercomment\";i:4068;s:21:\"exif-relatedsoundfile\";i:4069;s:21:\"exif-datetimeoriginal\";i:4070;s:22:\"exif-datetimedigitized\";i:4071;s:15:\"exif-subsectime\";i:4072;s:23:\"exif-subsectimeoriginal\";i:4073;s:24:\"exif-subsectimedigitized\";i:4074;s:17:\"exif-exposuretime\";i:4075;s:24:\"exif-exposuretime-format\";i:4076;s:12:\"exif-fnumber\";i:4077;s:20:\"exif-exposureprogram\";i:4078;s:24:\"exif-spectralsensitivity\";i:4079;s:20:\"exif-isospeedratings\";i:4080;s:22:\"exif-shutterspeedvalue\";i:4081;s:18:\"exif-aperturevalue\";i:4082;s:20:\"exif-brightnessvalue\";i:4083;s:22:\"exif-exposurebiasvalue\";i:4084;s:21:\"exif-maxaperturevalue\";i:4085;s:20:\"exif-subjectdistance\";i:4086;s:17:\"exif-meteringmode\";i:4087;s:16:\"exif-lightsource\";i:4088;s:10:\"exif-flash\";i:4089;s:16:\"exif-focallength\";i:4090;s:16:\"exif-subjectarea\";i:4091;s:16:\"exif-flashenergy\";i:4092;s:26:\"exif-focalplanexresolution\";i:4093;s:26:\"exif-focalplaneyresolution\";i:4094;s:29:\"exif-focalplaneresolutionunit\";i:4095;s:20:\"exif-subjectlocation\";i:4096;s:18:\"exif-exposureindex\";i:4097;s:18:\"exif-sensingmethod\";i:4098;s:15:\"exif-filesource\";i:4099;s:14:\"exif-scenetype\";i:4100;s:19:\"exif-customrendered\";i:4101;s:17:\"exif-exposuremode\";i:4102;s:17:\"exif-whitebalance\";i:4103;s:21:\"exif-digitalzoomratio\";i:4104;s:26:\"exif-focallengthin35mmfilm\";i:4105;s:21:\"exif-scenecapturetype\";i:4106;s:16:\"exif-gaincontrol\";i:4107;s:13:\"exif-contrast\";i:4108;s:15:\"exif-saturation\";i:4109;s:14:\"exif-sharpness\";i:4110;s:29:\"exif-devicesettingdescription\";i:4111;s:25:\"exif-subjectdistancerange\";i:4112;s:18:\"exif-imageuniqueid\";i:4113;s:17:\"exif-gpsversionid\";i:4114;s:19:\"exif-gpslatituderef\";i:4115;s:16:\"exif-gpslatitude\";i:4116;s:20:\"exif-gpslongituderef\";i:4117;s:17:\"exif-gpslongitude\";i:4118;s:19:\"exif-gpsaltituderef\";i:4119;s:16:\"exif-gpsaltitude\";i:4120;s:17:\"exif-gpstimestamp\";i:4121;s:18:\"exif-gpssatellites\";i:4122;s:14:\"exif-gpsstatus\";i:4123;s:19:\"exif-gpsmeasuremode\";i:4124;s:11:\"exif-gpsdop\";i:4125;s:16:\"exif-gpsspeedref\";i:4126;s:13:\"exif-gpsspeed\";i:4127;s:16:\"exif-gpstrackref\";i:4128;s:13:\"exif-gpstrack\";i:4129;s:23:\"exif-gpsimgdirectionref\";i:4130;s:20:\"exif-gpsimgdirection\";i:4131;s:16:\"exif-gpsmapdatum\";i:4132;s:23:\"exif-gpsdestlatituderef\";i:4133;s:20:\"exif-gpsdestlatitude\";i:4134;s:24:\"exif-gpsdestlongituderef\";i:4135;s:21:\"exif-gpsdestlongitude\";i:4136;s:22:\"exif-gpsdestbearingref\";i:4137;s:19:\"exif-gpsdestbearing\";i:4138;s:23:\"exif-gpsdestdistanceref\";i:4139;s:20:\"exif-gpsdestdistance\";i:4140;s:24:\"exif-gpsprocessingmethod\";i:4141;s:23:\"exif-gpsareainformation\";i:4142;s:17:\"exif-gpsdatestamp\";i:4143;s:20:\"exif-gpsdifferential\";i:4144;s:20:\"exif-jpegfilecomment\";i:4145;s:13:\"exif-keywords\";i:4146;s:23:\"exif-worldregioncreated\";i:4147;s:19:\"exif-countrycreated\";i:4148;s:23:\"exif-countrycodecreated\";i:4149;s:27:\"exif-provinceorstatecreated\";i:4150;s:16:\"exif-citycreated\";i:4151;s:23:\"exif-sublocationcreated\";i:4152;s:20:\"exif-worldregiondest\";i:4153;s:16:\"exif-countrydest\";i:4154;s:20:\"exif-countrycodedest\";i:4155;s:24:\"exif-provinceorstatedest\";i:4156;s:13:\"exif-citydest\";i:4157;s:20:\"exif-sublocationdest\";i:4158;s:15:\"exif-objectname\";i:4159;s:24:\"exif-specialinstructions\";i:4160;s:13:\"exif-headline\";i:4161;s:11:\"exif-credit\";i:4162;s:11:\"exif-source\";i:4163;s:15:\"exif-editstatus\";i:4164;s:12:\"exif-urgency\";i:4165;s:22:\"exif-fixtureidentifier\";i:4166;s:17:\"exif-locationdest\";i:4167;s:21:\"exif-locationdestcode\";i:4168;s:16:\"exif-objectcycle\";i:4169;s:12:\"exif-contact\";i:4170;s:11:\"exif-writer\";i:4171;s:17:\"exif-languagecode\";i:4172;s:15:\"exif-iimversion\";i:4173;s:16:\"exif-iimcategory\";i:4174;s:28:\"exif-iimsupplementalcategory\";i:4175;s:20:\"exif-datetimeexpires\";i:4176;s:21:\"exif-datetimereleased\";i:4177;s:28:\"exif-originaltransmissionref\";i:4178;s:15:\"exif-identifier\";i:4179;s:9:\"exif-lens\";i:4180;s:17:\"exif-serialnumber\";i:4181;s:20:\"exif-cameraownername\";i:4182;s:10:\"exif-label\";i:4183;s:21:\"exif-datetimemetadata\";i:4184;s:13:\"exif-nickname\";i:4185;s:11:\"exif-rating\";i:4186;s:22:\"exif-rightscertificate\";i:4187;s:16:\"exif-copyrighted\";i:4188;s:19:\"exif-copyrightowner\";i:4189;s:15:\"exif-usageterms\";i:4190;s:17:\"exif-webstatement\";i:4191;s:23:\"exif-originaldocumentid\";i:4192;s:15:\"exif-licenseurl\";i:4193;s:23:\"exif-morepermissionsurl\";i:4194;s:19:\"exif-attributionurl\";i:4195;s:29:\"exif-preferredattributionname\";i:4196;s:19:\"exif-pngfilecomment\";i:4197;s:15:\"exif-disclaimer\";i:4198;s:19:\"exif-contentwarning\";i:4199;s:19:\"exif-giffilecomment\";i:4200;s:22:\"exif-intellectualgenre\";i:4201;s:20:\"exif-subjectnewscode\";i:4202;s:14:\"exif-scenecode\";i:4203;s:10:\"exif-event\";i:4204;s:24:\"exif-organisationinimage\";i:4205;s:18:\"exif-personinimage\";i:4206;s:24:\"exif-originalimageheight\";i:4207;s:23:\"exif-originalimagewidth\";i:4208;s:18:\"exif-compression-1\";i:4209;s:18:\"exif-compression-2\";i:4210;s:18:\"exif-compression-3\";i:4211;s:18:\"exif-compression-4\";i:4212;s:18:\"exif-compression-6\";i:4213;s:21:\"exif-copyrighted-true\";i:4214;s:22:\"exif-copyrighted-false\";i:4215;s:32:\"exif-photometricinterpretation-0\";i:4216;s:32:\"exif-photometricinterpretation-1\";i:4217;s:32:\"exif-photometricinterpretation-3\";i:4218;s:32:\"exif-photometricinterpretation-4\";i:4219;s:32:\"exif-photometricinterpretation-5\";i:4220;s:32:\"exif-photometricinterpretation-9\";i:4221;s:33:\"exif-photometricinterpretation-10\";i:4222;s:36:\"exif-photometricinterpretation-32803\";i:4223;s:16:\"exif-unknowndate\";i:4224;s:18:\"exif-orientation-1\";i:4225;s:18:\"exif-orientation-2\";i:4226;s:18:\"exif-orientation-3\";i:4227;s:18:\"exif-orientation-4\";i:4228;s:18:\"exif-orientation-5\";i:4229;s:18:\"exif-orientation-6\";i:4230;s:18:\"exif-orientation-7\";i:4231;s:18:\"exif-orientation-8\";i:4232;s:26:\"exif-planarconfiguration-1\";i:4233;s:26:\"exif-planarconfiguration-2\";i:4234;s:19:\"exif-xyresolution-i\";i:4235;s:21:\"exif-colorspace-65535\";i:4236;s:30:\"exif-componentsconfiguration-0\";i:4237;s:22:\"exif-exposureprogram-0\";i:4238;s:22:\"exif-exposureprogram-1\";i:4239;s:22:\"exif-exposureprogram-2\";i:4240;s:22:\"exif-exposureprogram-3\";i:4241;s:22:\"exif-exposureprogram-4\";i:4242;s:22:\"exif-exposureprogram-5\";i:4243;s:22:\"exif-exposureprogram-6\";i:4244;s:22:\"exif-exposureprogram-7\";i:4245;s:22:\"exif-exposureprogram-8\";i:4246;s:26:\"exif-subjectdistance-value\";i:4247;s:19:\"exif-meteringmode-0\";i:4248;s:19:\"exif-meteringmode-1\";i:4249;s:19:\"exif-meteringmode-2\";i:4250;s:19:\"exif-meteringmode-3\";i:4251;s:19:\"exif-meteringmode-4\";i:4252;s:19:\"exif-meteringmode-5\";i:4253;s:19:\"exif-meteringmode-6\";i:4254;s:21:\"exif-meteringmode-255\";i:4255;s:18:\"exif-lightsource-0\";i:4256;s:18:\"exif-lightsource-1\";i:4257;s:18:\"exif-lightsource-2\";i:4258;s:18:\"exif-lightsource-3\";i:4259;s:18:\"exif-lightsource-4\";i:4260;s:18:\"exif-lightsource-9\";i:4261;s:19:\"exif-lightsource-10\";i:4262;s:19:\"exif-lightsource-11\";i:4263;s:19:\"exif-lightsource-12\";i:4264;s:19:\"exif-lightsource-13\";i:4265;s:19:\"exif-lightsource-14\";i:4266;s:19:\"exif-lightsource-15\";i:4267;s:19:\"exif-lightsource-17\";i:4268;s:19:\"exif-lightsource-18\";i:4269;s:19:\"exif-lightsource-19\";i:4270;s:19:\"exif-lightsource-24\";i:4271;s:20:\"exif-lightsource-255\";i:4272;s:18:\"exif-flash-fired-0\";i:4273;s:18:\"exif-flash-fired-1\";i:4274;s:19:\"exif-flash-return-0\";i:4275;s:19:\"exif-flash-return-2\";i:4276;s:19:\"exif-flash-return-3\";i:4277;s:17:\"exif-flash-mode-1\";i:4278;s:17:\"exif-flash-mode-2\";i:4279;s:17:\"exif-flash-mode-3\";i:4280;s:21:\"exif-flash-function-1\";i:4281;s:19:\"exif-flash-redeye-1\";i:4282;s:31:\"exif-focalplaneresolutionunit-2\";i:4283;s:20:\"exif-sensingmethod-1\";i:4284;s:20:\"exif-sensingmethod-2\";i:4285;s:20:\"exif-sensingmethod-3\";i:4286;s:20:\"exif-sensingmethod-4\";i:4287;s:20:\"exif-sensingmethod-5\";i:4288;s:20:\"exif-sensingmethod-7\";i:4289;s:20:\"exif-sensingmethod-8\";i:4290;s:17:\"exif-filesource-3\";i:4291;s:16:\"exif-scenetype-1\";i:4292;s:21:\"exif-customrendered-0\";i:4293;s:21:\"exif-customrendered-1\";i:4294;s:21:\"exif-customrendered-2\";i:4295;s:21:\"exif-customrendered-3\";i:4296;s:21:\"exif-customrendered-4\";i:4297;s:21:\"exif-customrendered-6\";i:4298;s:21:\"exif-customrendered-7\";i:4299;s:21:\"exif-customrendered-8\";i:4300;s:19:\"exif-exposuremode-0\";i:4301;s:19:\"exif-exposuremode-1\";i:4302;s:19:\"exif-exposuremode-2\";i:4303;s:19:\"exif-whitebalance-0\";i:4304;s:19:\"exif-whitebalance-1\";i:4305;s:23:\"exif-scenecapturetype-0\";i:4306;s:23:\"exif-scenecapturetype-1\";i:4307;s:23:\"exif-scenecapturetype-2\";i:4308;s:23:\"exif-scenecapturetype-3\";i:4309;s:18:\"exif-gaincontrol-0\";i:4310;s:18:\"exif-gaincontrol-1\";i:4311;s:18:\"exif-gaincontrol-2\";i:4312;s:18:\"exif-gaincontrol-3\";i:4313;s:18:\"exif-gaincontrol-4\";i:4314;s:15:\"exif-contrast-0\";i:4315;s:15:\"exif-contrast-1\";i:4316;s:15:\"exif-contrast-2\";i:4317;s:17:\"exif-saturation-0\";i:4318;s:17:\"exif-saturation-1\";i:4319;s:17:\"exif-saturation-2\";i:4320;s:16:\"exif-sharpness-0\";i:4321;s:16:\"exif-sharpness-1\";i:4322;s:16:\"exif-sharpness-2\";i:4323;s:27:\"exif-subjectdistancerange-0\";i:4324;s:27:\"exif-subjectdistancerange-1\";i:4325;s:27:\"exif-subjectdistancerange-2\";i:4326;s:27:\"exif-subjectdistancerange-3\";i:4327;s:18:\"exif-gpslatitude-n\";i:4328;s:18:\"exif-gpslatitude-s\";i:4329;s:19:\"exif-gpslongitude-e\";i:4330;s:19:\"exif-gpslongitude-w\";i:4331;s:31:\"exif-gpsaltitude-above-sealevel\";i:4332;s:31:\"exif-gpsaltitude-below-sealevel\";i:4333;s:16:\"exif-gpsstatus-a\";i:4334;s:16:\"exif-gpsstatus-v\";i:4335;s:21:\"exif-gpsmeasuremode-2\";i:4336;s:21:\"exif-gpsmeasuremode-3\";i:4337;s:15:\"exif-gpsspeed-k\";i:4338;s:15:\"exif-gpsspeed-m\";i:4339;s:15:\"exif-gpsspeed-n\";i:4340;s:22:\"exif-gpsdestdistance-k\";i:4341;s:22:\"exif-gpsdestdistance-m\";i:4342;s:22:\"exif-gpsdestdistance-n\";i:4343;s:21:\"exif-gpsdop-excellent\";i:4344;s:16:\"exif-gpsdop-good\";i:4345;s:20:\"exif-gpsdop-moderate\";i:4346;s:16:\"exif-gpsdop-fair\";i:4347;s:16:\"exif-gpsdop-poor\";i:4348;s:18:\"exif-objectcycle-a\";i:4349;s:18:\"exif-objectcycle-p\";i:4350;s:18:\"exif-objectcycle-b\";i:4351;s:19:\"exif-gpsdirection-t\";i:4352;s:19:\"exif-gpsdirection-m\";i:4353;s:23:\"exif-ycbcrpositioning-1\";i:4354;s:23:\"exif-ycbcrpositioning-2\";i:4355;s:19:\"exif-dc-contributor\";i:4356;s:16:\"exif-dc-coverage\";i:4357;s:12:\"exif-dc-date\";i:4358;s:17:\"exif-dc-publisher\";i:4359;s:16:\"exif-dc-relation\";i:4360;s:14:\"exif-dc-rights\";i:4361;s:14:\"exif-dc-source\";i:4362;s:12:\"exif-dc-type\";i:4363;s:20:\"exif-rating-rejected\";i:4364;s:29:\"exif-isospeedratings-overflow\";i:4365;s:20:\"exif-iimcategory-ace\";i:4366;s:20:\"exif-iimcategory-clj\";i:4367;s:20:\"exif-iimcategory-dis\";i:4368;s:20:\"exif-iimcategory-fin\";i:4369;s:20:\"exif-iimcategory-edu\";i:4370;s:20:\"exif-iimcategory-evn\";i:4371;s:20:\"exif-iimcategory-hth\";i:4372;s:20:\"exif-iimcategory-hum\";i:4373;s:20:\"exif-iimcategory-lab\";i:4374;s:20:\"exif-iimcategory-lif\";i:4375;s:20:\"exif-iimcategory-pol\";i:4376;s:20:\"exif-iimcategory-rel\";i:4377;s:20:\"exif-iimcategory-sci\";i:4378;s:20:\"exif-iimcategory-soi\";i:4379;s:20:\"exif-iimcategory-spo\";i:4380;s:20:\"exif-iimcategory-war\";i:4381;s:20:\"exif-iimcategory-wea\";i:4382;s:19:\"exif-urgency-normal\";i:4383;s:16:\"exif-urgency-low\";i:4384;s:17:\"exif-urgency-high\";i:4385;s:18:\"exif-urgency-other\";i:4386;s:19:\"exif-firstphotodate\";i:4387;s:18:\"exif-lastphotodate\";i:4388;s:19:\"exif-projectiontype\";i:4389;s:35:\"exif-projectiontype-equirectangular\";i:4390;s:22:\"exif-usepanoramaviewer\";i:4391;s:27:\"exif-usepanoramaviewer-true\";i:4392;s:28:\"exif-usepanoramaviewer-false\";i:4393;s:21:\"exif-exposurelockused\";i:4394;s:26:\"exif-exposurelockused-true\";i:4395;s:27:\"exif-exposurelockused-false\";i:4396;s:23:\"exif-poseheadingdegrees\";i:4397;s:21:\"exif-posepitchdegrees\";i:4398;s:20:\"exif-poserolldegrees\";i:4399;s:30:\"exif-initialviewheadingdegrees\";i:4400;s:28:\"exif-initialviewpitchdegrees\";i:4401;s:27:\"exif-initialviewrolldegrees\";i:4402;s:32:\"exif-initialhorizontalfovdegrees\";i:4403;s:30:\"exif-initialverticalfovdegrees\";i:4404;s:22:\"exif-sourcephotoscount\";i:4405;s:32:\"exif-croppedareaimagewidthpixels\";i:4406;s:33:\"exif-croppedareaimageheightpixels\";i:4407;s:24:\"exif-fullpanowidthpixels\";i:4408;s:25:\"exif-fullpanoheightpixels\";i:4409;s:26:\"exif-croppedarealeftpixels\";i:4410;s:25:\"exif-croppedareatoppixels\";i:4411;s:33:\"apihelp-main-extended-description\";i:4412;s:25:\"apihelp-main-param-action\";i:4413;s:25:\"apihelp-main-param-format\";i:4414;s:25:\"apihelp-main-param-maxlag\";i:4415;s:26:\"apihelp-main-param-smaxage\";i:4416;s:25:\"apihelp-main-param-maxage\";i:4417;s:25:\"apihelp-main-param-assert\";i:4418;s:29:\"apihelp-main-param-assertuser\";i:4419;s:28:\"apihelp-main-param-requestid\";i:4420;s:27:\"apihelp-main-param-servedby\";i:4421;s:31:\"apihelp-main-param-curtimestamp\";i:4422;s:35:\"apihelp-main-param-responselanginfo\";i:4423;s:25:\"apihelp-main-param-origin\";i:4424;s:26:\"apihelp-main-param-uselang\";i:4425;s:26:\"apihelp-main-param-variant\";i:4426;s:30:\"apihelp-main-param-errorformat\";i:4427;s:28:\"apihelp-main-param-errorlang\";i:4428;s:33:\"apihelp-main-param-errorsuselocal\";i:4429;s:21:\"apihelp-block-summary\";i:4430;s:24:\"apihelp-block-param-user\";i:4431;s:26:\"apihelp-block-param-userid\";i:4432;s:26:\"apihelp-block-param-expiry\";i:4433;s:26:\"apihelp-block-param-reason\";i:4434;s:28:\"apihelp-block-param-anononly\";i:4435;s:28:\"apihelp-block-param-nocreate\";i:4436;s:29:\"apihelp-block-param-autoblock\";i:4437;s:27:\"apihelp-block-param-noemail\";i:4438;s:28:\"apihelp-block-param-hidename\";i:4439;s:33:\"apihelp-block-param-allowusertalk\";i:4440;s:27:\"apihelp-block-param-reblock\";i:4441;s:29:\"apihelp-block-param-watchuser\";i:4442;s:24:\"apihelp-block-param-tags\";i:4443;s:27:\"apihelp-block-param-partial\";i:4444;s:36:\"apihelp-block-param-pagerestrictions\";i:4445;s:41:\"apihelp-block-param-namespacerestrictions\";i:4446;s:31:\"apihelp-block-example-ip-simple\";i:4447;s:34:\"apihelp-block-example-user-complex\";i:4448;s:40:\"apihelp-changeauthenticationdata-summary\";i:4449;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4450;s:34:\"apihelp-changecontentmodel-summary\";i:4451;s:40:\"apihelp-changecontentmodel-param-summary\";i:4452;s:37:\"apihelp-changecontentmodel-param-tags\";i:4453;s:38:\"apihelp-changecontentmodel-param-model\";i:4454;s:36:\"apihelp-changecontentmodel-param-bot\";i:4455;s:34:\"apihelp-changecontentmodel-example\";i:4456;s:26:\"apihelp-checktoken-summary\";i:4457;s:29:\"apihelp-checktoken-param-type\";i:4458;s:30:\"apihelp-checktoken-param-token\";i:4459;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4460;s:33:\"apihelp-checktoken-example-simple\";i:4461;s:27:\"apihelp-clearhasmsg-summary\";i:4462;s:29:\"apihelp-clearhasmsg-example-1\";i:4463;s:27:\"apihelp-clientlogin-summary\";i:4464;s:33:\"apihelp-clientlogin-example-login\";i:4465;s:34:\"apihelp-clientlogin-example-login2\";i:4466;s:23:\"apihelp-compare-summary\";i:4467;s:36:\"apihelp-compare-extended-description\";i:4468;s:31:\"apihelp-compare-param-fromtitle\";i:4469;s:28:\"apihelp-compare-param-fromid\";i:4470;s:29:\"apihelp-compare-param-fromrev\";i:4471;s:29:\"apihelp-compare-param-frompst\";i:4472;s:31:\"apihelp-compare-param-fromslots\";i:4473;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4474;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4475;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4476;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4477;s:30:\"apihelp-compare-param-fromtext\";i:4478;s:33:\"apihelp-compare-param-fromsection\";i:4479;s:29:\"apihelp-compare-param-totitle\";i:4480;s:26:\"apihelp-compare-param-toid\";i:4481;s:27:\"apihelp-compare-param-torev\";i:4482;s:31:\"apihelp-compare-param-tosection\";i:4483;s:26:\"apihelp-compare-param-prop\";i:4484;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4485;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4486;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4487;s:25:\"apihelp-compare-example-1\";i:4488;s:29:\"apihelp-createaccount-summary\";i:4489;s:41:\"apihelp-createaccount-param-preservestate\";i:4490;s:36:\"apihelp-createaccount-example-create\";i:4491;s:25:\"apihelp-cspreport-summary\";i:4492;s:34:\"apihelp-cspreport-param-reportonly\";i:4493;s:30:\"apihelp-cspreport-param-source\";i:4494;s:22:\"apihelp-delete-summary\";i:4495;s:26:\"apihelp-delete-param-title\";i:4496;s:27:\"apihelp-delete-param-pageid\";i:4497;s:27:\"apihelp-delete-param-reason\";i:4498;s:25:\"apihelp-delete-param-tags\";i:4499;s:26:\"apihelp-delete-param-watch\";i:4500;s:30:\"apihelp-delete-param-watchlist\";i:4501;s:28:\"apihelp-delete-param-unwatch\";i:4502;s:29:\"apihelp-delete-param-oldimage\";i:4503;s:29:\"apihelp-delete-example-simple\";i:4504;s:29:\"apihelp-delete-example-reason\";i:4505;s:24:\"apihelp-disabled-summary\";i:4506;s:20:\"apihelp-edit-summary\";i:4507;s:24:\"apihelp-edit-param-title\";i:4508;s:25:\"apihelp-edit-param-pageid\";i:4509;s:26:\"apihelp-edit-param-section\";i:4510;s:31:\"apihelp-edit-param-sectiontitle\";i:4511;s:23:\"apihelp-edit-param-text\";i:4512;s:26:\"apihelp-edit-param-summary\";i:4513;s:23:\"apihelp-edit-param-tags\";i:4514;s:24:\"apihelp-edit-param-minor\";i:4515;s:27:\"apihelp-edit-param-notminor\";i:4516;s:22:\"apihelp-edit-param-bot\";i:4517;s:28:\"apihelp-edit-param-baserevid\";i:4518;s:32:\"apihelp-edit-param-basetimestamp\";i:4519;s:33:\"apihelp-edit-param-starttimestamp\";i:4520;s:27:\"apihelp-edit-param-recreate\";i:4521;s:29:\"apihelp-edit-param-createonly\";i:4522;s:27:\"apihelp-edit-param-nocreate\";i:4523;s:24:\"apihelp-edit-param-watch\";i:4524;s:26:\"apihelp-edit-param-unwatch\";i:4525;s:28:\"apihelp-edit-param-watchlist\";i:4526;s:22:\"apihelp-edit-param-md5\";i:4527;s:30:\"apihelp-edit-param-prependtext\";i:4528;s:29:\"apihelp-edit-param-appendtext\";i:4529;s:23:\"apihelp-edit-param-undo\";i:4530;s:28:\"apihelp-edit-param-undoafter\";i:4531;s:27:\"apihelp-edit-param-redirect\";i:4532;s:32:\"apihelp-edit-param-contentformat\";i:4533;s:31:\"apihelp-edit-param-contentmodel\";i:4534;s:24:\"apihelp-edit-param-token\";i:4535;s:25:\"apihelp-edit-example-edit\";i:4536;s:28:\"apihelp-edit-example-prepend\";i:4537;s:25:\"apihelp-edit-example-undo\";i:4538;s:25:\"apihelp-emailuser-summary\";i:4539;s:30:\"apihelp-emailuser-param-target\";i:4540;s:31:\"apihelp-emailuser-param-subject\";i:4541;s:28:\"apihelp-emailuser-param-text\";i:4542;s:28:\"apihelp-emailuser-param-ccme\";i:4543;s:31:\"apihelp-emailuser-example-email\";i:4544;s:31:\"apihelp-expandtemplates-summary\";i:4545;s:35:\"apihelp-expandtemplates-param-title\";i:4546;s:34:\"apihelp-expandtemplates-param-text\";i:4547;s:35:\"apihelp-expandtemplates-param-revid\";i:4548;s:34:\"apihelp-expandtemplates-param-prop\";i:4549;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4550;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4551;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4552;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4553;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4554;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4555;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4556;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4557;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4558;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4559;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4560;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4561;s:38:\"apihelp-expandtemplates-example-simple\";i:4562;s:33:\"apihelp-feedcontributions-summary\";i:4563;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4564;s:36:\"apihelp-feedcontributions-param-user\";i:4565;s:41:\"apihelp-feedcontributions-param-namespace\";i:4566;s:36:\"apihelp-feedcontributions-param-year\";i:4567;s:37:\"apihelp-feedcontributions-param-month\";i:4568;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4569;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4570;s:39:\"apihelp-feedcontributions-param-toponly\";i:4571;s:39:\"apihelp-feedcontributions-param-newonly\";i:4572;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4573;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4574;s:40:\"apihelp-feedcontributions-example-simple\";i:4575;s:33:\"apihelp-feedrecentchanges-summary\";i:4576;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4577;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4578;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4579;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4580;s:36:\"apihelp-feedrecentchanges-param-days\";i:4581;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4582;s:36:\"apihelp-feedrecentchanges-param-from\";i:4583;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4584;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4585;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4586;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4587;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4588;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4589;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4590;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4591;s:38:\"apihelp-feedrecentchanges-param-target\";i:4592;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4593;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4594;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4595;s:29:\"apihelp-feedwatchlist-summary\";i:4596;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4597;s:33:\"apihelp-feedwatchlist-param-hours\";i:4598;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4599;s:37:\"apihelp-feedwatchlist-example-default\";i:4600;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4601;s:26:\"apihelp-filerevert-summary\";i:4602;s:33:\"apihelp-filerevert-param-filename\";i:4603;s:32:\"apihelp-filerevert-param-comment\";i:4604;s:36:\"apihelp-filerevert-param-archivename\";i:4605;s:33:\"apihelp-filerevert-example-revert\";i:4606;s:20:\"apihelp-help-summary\";i:4607;s:26:\"apihelp-help-param-modules\";i:4608;s:29:\"apihelp-help-param-submodules\";i:4609;s:38:\"apihelp-help-param-recursivesubmodules\";i:4610;s:29:\"apihelp-help-param-helpformat\";i:4611;s:23:\"apihelp-help-param-wrap\";i:4612;s:22:\"apihelp-help-param-toc\";i:4613;s:25:\"apihelp-help-example-main\";i:4614;s:31:\"apihelp-help-example-submodules\";i:4615;s:30:\"apihelp-help-example-recursive\";i:4616;s:25:\"apihelp-help-example-help\";i:4617;s:26:\"apihelp-help-example-query\";i:4618;s:27:\"apihelp-imagerotate-summary\";i:4619;s:34:\"apihelp-imagerotate-param-rotation\";i:4620;s:30:\"apihelp-imagerotate-param-tags\";i:4621;s:34:\"apihelp-imagerotate-example-simple\";i:4622;s:37:\"apihelp-imagerotate-example-generator\";i:4623;s:22:\"apihelp-import-summary\";i:4624;s:35:\"apihelp-import-extended-description\";i:4625;s:28:\"apihelp-import-param-summary\";i:4626;s:24:\"apihelp-import-param-xml\";i:4627;s:36:\"apihelp-import-param-interwikiprefix\";i:4628;s:37:\"apihelp-import-param-assignknownusers\";i:4629;s:36:\"apihelp-import-param-interwikisource\";i:4630;s:34:\"apihelp-import-param-interwikipage\";i:4631;s:32:\"apihelp-import-param-fullhistory\";i:4632;s:30:\"apihelp-import-param-templates\";i:4633;s:30:\"apihelp-import-param-namespace\";i:4634;s:29:\"apihelp-import-param-rootpage\";i:4635;s:25:\"apihelp-import-param-tags\";i:4636;s:29:\"apihelp-import-example-import\";i:4637;s:27:\"apihelp-linkaccount-summary\";i:4638;s:32:\"apihelp-linkaccount-example-link\";i:4639;s:21:\"apihelp-login-summary\";i:4640;s:34:\"apihelp-login-extended-description\";i:4641;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4642;s:24:\"apihelp-login-param-name\";i:4643;s:28:\"apihelp-login-param-password\";i:4644;s:26:\"apihelp-login-param-domain\";i:4645;s:25:\"apihelp-login-param-token\";i:4646;s:27:\"apihelp-login-example-login\";i:4647;s:22:\"apihelp-logout-summary\";i:4648;s:29:\"apihelp-logout-example-logout\";i:4649;s:26:\"apihelp-managetags-summary\";i:4650;s:34:\"apihelp-managetags-param-operation\";i:4651;s:28:\"apihelp-managetags-param-tag\";i:4652;s:31:\"apihelp-managetags-param-reason\";i:4653;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4654;s:29:\"apihelp-managetags-param-tags\";i:4655;s:33:\"apihelp-managetags-example-create\";i:4656;s:33:\"apihelp-managetags-example-delete\";i:4657;s:35:\"apihelp-managetags-example-activate\";i:4658;s:37:\"apihelp-managetags-example-deactivate\";i:4659;s:28:\"apihelp-mergehistory-summary\";i:4660;s:31:\"apihelp-mergehistory-param-from\";i:4661;s:33:\"apihelp-mergehistory-param-fromid\";i:4662;s:29:\"apihelp-mergehistory-param-to\";i:4663;s:31:\"apihelp-mergehistory-param-toid\";i:4664;s:36:\"apihelp-mergehistory-param-timestamp\";i:4665;s:33:\"apihelp-mergehistory-param-reason\";i:4666;s:34:\"apihelp-mergehistory-example-merge\";i:4667;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4668;s:20:\"apihelp-move-summary\";i:4669;s:23:\"apihelp-move-param-from\";i:4670;s:25:\"apihelp-move-param-fromid\";i:4671;s:21:\"apihelp-move-param-to\";i:4672;s:25:\"apihelp-move-param-reason\";i:4673;s:27:\"apihelp-move-param-movetalk\";i:4674;s:31:\"apihelp-move-param-movesubpages\";i:4675;s:29:\"apihelp-move-param-noredirect\";i:4676;s:24:\"apihelp-move-param-watch\";i:4677;s:26:\"apihelp-move-param-unwatch\";i:4678;s:28:\"apihelp-move-param-watchlist\";i:4679;s:33:\"apihelp-move-param-ignorewarnings\";i:4680;s:23:\"apihelp-move-param-tags\";i:4681;s:25:\"apihelp-move-example-move\";i:4682;s:26:\"apihelp-opensearch-summary\";i:4683;s:31:\"apihelp-opensearch-param-search\";i:4684;s:30:\"apihelp-opensearch-param-limit\";i:4685;s:34:\"apihelp-opensearch-param-namespace\";i:4686;s:32:\"apihelp-opensearch-param-suggest\";i:4687;s:34:\"apihelp-opensearch-param-redirects\";i:4688;s:31:\"apihelp-opensearch-param-format\";i:4689;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4690;s:29:\"apihelp-opensearch-example-te\";i:4691;s:23:\"apihelp-options-summary\";i:4692;s:36:\"apihelp-options-extended-description\";i:4693;s:27:\"apihelp-options-param-reset\";i:4694;s:32:\"apihelp-options-param-resetkinds\";i:4695;s:28:\"apihelp-options-param-change\";i:4696;s:32:\"apihelp-options-param-optionname\";i:4697;s:33:\"apihelp-options-param-optionvalue\";i:4698;s:29:\"apihelp-options-example-reset\";i:4699;s:30:\"apihelp-options-example-change\";i:4700;s:31:\"apihelp-options-example-complex\";i:4701;s:25:\"apihelp-paraminfo-summary\";i:4702;s:31:\"apihelp-paraminfo-param-modules\";i:4703;s:34:\"apihelp-paraminfo-param-helpformat\";i:4704;s:36:\"apihelp-paraminfo-param-querymodules\";i:4705;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4706;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4707;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4708;s:27:\"apihelp-paraminfo-example-1\";i:4709;s:27:\"apihelp-paraminfo-example-2\";i:4710;s:21:\"apihelp-parse-summary\";i:4711;s:34:\"apihelp-parse-extended-description\";i:4712;s:25:\"apihelp-parse-param-title\";i:4713;s:24:\"apihelp-parse-param-text\";i:4714;s:27:\"apihelp-parse-param-summary\";i:4715;s:24:\"apihelp-parse-param-page\";i:4716;s:26:\"apihelp-parse-param-pageid\";i:4717;s:29:\"apihelp-parse-param-redirects\";i:4718;s:25:\"apihelp-parse-param-oldid\";i:4719;s:24:\"apihelp-parse-param-prop\";i:4720;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4721;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4722;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4723;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4724;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4725;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4726;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4727;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4728;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4729;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4730;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4731;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4732;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4733;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4734;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4735;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4736;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4737;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4738;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4739;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4740;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4741;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4742;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4743;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4744;s:23:\"apihelp-parse-param-pst\";i:4745;s:27:\"apihelp-parse-param-onlypst\";i:4746;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4747;s:27:\"apihelp-parse-param-section\";i:4748;s:32:\"apihelp-parse-param-sectiontitle\";i:4749;s:38:\"apihelp-parse-param-disablelimitreport\";i:4750;s:29:\"apihelp-parse-param-disablepp\";i:4751;s:38:\"apihelp-parse-param-disableeditsection\";i:4752;s:36:\"apihelp-parse-param-showstrategykeys\";i:4753;s:31:\"apihelp-parse-param-generatexml\";i:4754;s:27:\"apihelp-parse-param-preview\";i:4755;s:34:\"apihelp-parse-param-sectionpreview\";i:4756;s:30:\"apihelp-parse-param-disabletoc\";i:4757;s:27:\"apihelp-parse-param-useskin\";i:4758;s:33:\"apihelp-parse-param-contentformat\";i:4759;s:32:\"apihelp-parse-param-contentmodel\";i:4760;s:26:\"apihelp-parse-example-page\";i:4761;s:26:\"apihelp-parse-example-text\";i:4762;s:31:\"apihelp-parse-example-texttitle\";i:4763;s:29:\"apihelp-parse-example-summary\";i:4764;s:22:\"apihelp-patrol-summary\";i:4765;s:25:\"apihelp-patrol-param-rcid\";i:4766;s:26:\"apihelp-patrol-param-revid\";i:4767;s:25:\"apihelp-patrol-param-tags\";i:4768;s:27:\"apihelp-patrol-example-rcid\";i:4769;s:28:\"apihelp-patrol-example-revid\";i:4770;s:23:\"apihelp-protect-summary\";i:4771;s:27:\"apihelp-protect-param-title\";i:4772;s:28:\"apihelp-protect-param-pageid\";i:4773;s:33:\"apihelp-protect-param-protections\";i:4774;s:28:\"apihelp-protect-param-expiry\";i:4775;s:28:\"apihelp-protect-param-reason\";i:4776;s:26:\"apihelp-protect-param-tags\";i:4777;s:29:\"apihelp-protect-param-cascade\";i:4778;s:27:\"apihelp-protect-param-watch\";i:4779;s:31:\"apihelp-protect-param-watchlist\";i:4780;s:31:\"apihelp-protect-example-protect\";i:4781;s:33:\"apihelp-protect-example-unprotect\";i:4782;s:34:\"apihelp-protect-example-unprotect2\";i:4783;s:21:\"apihelp-purge-summary\";i:4784;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4785;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4786;s:28:\"apihelp-purge-example-simple\";i:4787;s:31:\"apihelp-purge-example-generator\";i:4788;s:21:\"apihelp-query-summary\";i:4789;s:34:\"apihelp-query-extended-description\";i:4790;s:24:\"apihelp-query-param-prop\";i:4791;s:24:\"apihelp-query-param-list\";i:4792;s:24:\"apihelp-query-param-meta\";i:4793;s:32:\"apihelp-query-param-indexpageids\";i:4794;s:26:\"apihelp-query-param-export\";i:4795;s:32:\"apihelp-query-param-exportnowrap\";i:4796;s:25:\"apihelp-query-param-iwurl\";i:4797;s:31:\"apihelp-query-param-rawcontinue\";i:4798;s:31:\"apihelp-query-example-revisions\";i:4799;s:30:\"apihelp-query-example-allpages\";i:4800;s:35:\"apihelp-query+allcategories-summary\";i:4801;s:38:\"apihelp-query+allcategories-param-from\";i:4802;s:36:\"apihelp-query+allcategories-param-to\";i:4803;s:40:\"apihelp-query+allcategories-param-prefix\";i:4804;s:37:\"apihelp-query+allcategories-param-dir\";i:4805;s:37:\"apihelp-query+allcategories-param-min\";i:4806;s:37:\"apihelp-query+allcategories-param-max\";i:4807;s:39:\"apihelp-query+allcategories-param-limit\";i:4808;s:38:\"apihelp-query+allcategories-param-prop\";i:4809;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4810;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4811;s:40:\"apihelp-query+allcategories-example-size\";i:4812;s:45:\"apihelp-query+allcategories-example-generator\";i:4813;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:4814;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:4815;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:4816;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:4817;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:4818;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:4819;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:4820;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:4821;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:4822;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:4823;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:4824;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:4825;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:4826;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:4827;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:4828;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:4829;s:35:\"apihelp-query+allfileusages-summary\";i:4830;s:38:\"apihelp-query+allfileusages-param-from\";i:4831;s:36:\"apihelp-query+allfileusages-param-to\";i:4832;s:40:\"apihelp-query+allfileusages-param-prefix\";i:4833;s:40:\"apihelp-query+allfileusages-param-unique\";i:4834;s:38:\"apihelp-query+allfileusages-param-prop\";i:4835;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:4836;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:4837;s:39:\"apihelp-query+allfileusages-param-limit\";i:4838;s:37:\"apihelp-query+allfileusages-param-dir\";i:4839;s:37:\"apihelp-query+allfileusages-example-b\";i:4840;s:42:\"apihelp-query+allfileusages-example-unique\";i:4841;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:4842;s:45:\"apihelp-query+allfileusages-example-generator\";i:4843;s:31:\"apihelp-query+allimages-summary\";i:4844;s:34:\"apihelp-query+allimages-param-sort\";i:4845;s:33:\"apihelp-query+allimages-param-dir\";i:4846;s:34:\"apihelp-query+allimages-param-from\";i:4847;s:32:\"apihelp-query+allimages-param-to\";i:4848;s:35:\"apihelp-query+allimages-param-start\";i:4849;s:33:\"apihelp-query+allimages-param-end\";i:4850;s:36:\"apihelp-query+allimages-param-prefix\";i:4851;s:37:\"apihelp-query+allimages-param-minsize\";i:4852;s:37:\"apihelp-query+allimages-param-maxsize\";i:4853;s:34:\"apihelp-query+allimages-param-sha1\";i:4854;s:40:\"apihelp-query+allimages-param-sha1base36\";i:4855;s:34:\"apihelp-query+allimages-param-user\";i:4856;s:40:\"apihelp-query+allimages-param-filterbots\";i:4857;s:34:\"apihelp-query+allimages-param-mime\";i:4858;s:35:\"apihelp-query+allimages-param-limit\";i:4859;s:33:\"apihelp-query+allimages-example-b\";i:4860;s:38:\"apihelp-query+allimages-example-recent\";i:4861;s:41:\"apihelp-query+allimages-example-mimetypes\";i:4862;s:41:\"apihelp-query+allimages-example-generator\";i:4863;s:30:\"apihelp-query+alllinks-summary\";i:4864;s:33:\"apihelp-query+alllinks-param-from\";i:4865;s:31:\"apihelp-query+alllinks-param-to\";i:4866;s:35:\"apihelp-query+alllinks-param-prefix\";i:4867;s:35:\"apihelp-query+alllinks-param-unique\";i:4868;s:33:\"apihelp-query+alllinks-param-prop\";i:4869;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:4870;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:4871;s:38:\"apihelp-query+alllinks-param-namespace\";i:4872;s:34:\"apihelp-query+alllinks-param-limit\";i:4873;s:32:\"apihelp-query+alllinks-param-dir\";i:4874;s:32:\"apihelp-query+alllinks-example-b\";i:4875;s:37:\"apihelp-query+alllinks-example-unique\";i:4876;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:4877;s:40:\"apihelp-query+alllinks-example-generator\";i:4878;s:33:\"apihelp-query+allmessages-summary\";i:4879;s:40:\"apihelp-query+allmessages-param-messages\";i:4880;s:36:\"apihelp-query+allmessages-param-prop\";i:4881;s:44:\"apihelp-query+allmessages-param-enableparser\";i:4882;s:41:\"apihelp-query+allmessages-param-nocontent\";i:4883;s:44:\"apihelp-query+allmessages-param-includelocal\";i:4884;s:36:\"apihelp-query+allmessages-param-args\";i:4885;s:38:\"apihelp-query+allmessages-param-filter\";i:4886;s:42:\"apihelp-query+allmessages-param-customised\";i:4887;s:36:\"apihelp-query+allmessages-param-lang\";i:4888;s:36:\"apihelp-query+allmessages-param-from\";i:4889;s:34:\"apihelp-query+allmessages-param-to\";i:4890;s:37:\"apihelp-query+allmessages-param-title\";i:4891;s:38:\"apihelp-query+allmessages-param-prefix\";i:4892;s:37:\"apihelp-query+allmessages-example-ipb\";i:4893;s:36:\"apihelp-query+allmessages-example-de\";i:4894;s:30:\"apihelp-query+allpages-summary\";i:4895;s:33:\"apihelp-query+allpages-param-from\";i:4896;s:31:\"apihelp-query+allpages-param-to\";i:4897;s:35:\"apihelp-query+allpages-param-prefix\";i:4898;s:38:\"apihelp-query+allpages-param-namespace\";i:4899;s:40:\"apihelp-query+allpages-param-filterredir\";i:4900;s:36:\"apihelp-query+allpages-param-minsize\";i:4901;s:36:\"apihelp-query+allpages-param-maxsize\";i:4902;s:35:\"apihelp-query+allpages-param-prtype\";i:4903;s:36:\"apihelp-query+allpages-param-prlevel\";i:4904;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:4905;s:34:\"apihelp-query+allpages-param-limit\";i:4906;s:32:\"apihelp-query+allpages-param-dir\";i:4907;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:4908;s:37:\"apihelp-query+allpages-param-prexpiry\";i:4909;s:32:\"apihelp-query+allpages-example-b\";i:4910;s:40:\"apihelp-query+allpages-example-generator\";i:4911;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:4912;s:34:\"apihelp-query+allredirects-summary\";i:4913;s:37:\"apihelp-query+allredirects-param-from\";i:4914;s:35:\"apihelp-query+allredirects-param-to\";i:4915;s:39:\"apihelp-query+allredirects-param-prefix\";i:4916;s:39:\"apihelp-query+allredirects-param-unique\";i:4917;s:37:\"apihelp-query+allredirects-param-prop\";i:4918;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:4919;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:4920;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:4921;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:4922;s:42:\"apihelp-query+allredirects-param-namespace\";i:4923;s:38:\"apihelp-query+allredirects-param-limit\";i:4924;s:36:\"apihelp-query+allredirects-param-dir\";i:4925;s:36:\"apihelp-query+allredirects-example-b\";i:4926;s:41:\"apihelp-query+allredirects-example-unique\";i:4927;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:4928;s:44:\"apihelp-query+allredirects-example-generator\";i:4929;s:34:\"apihelp-query+allrevisions-summary\";i:4930;s:38:\"apihelp-query+allrevisions-param-start\";i:4931;s:36:\"apihelp-query+allrevisions-param-end\";i:4932;s:37:\"apihelp-query+allrevisions-param-user\";i:4933;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:4934;s:42:\"apihelp-query+allrevisions-param-namespace\";i:4935;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:4936;s:39:\"apihelp-query+allrevisions-example-user\";i:4937;s:36:\"apihelp-query+mystashedfiles-summary\";i:4938;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:4939;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:4940;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:4941;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:4942;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:4943;s:38:\"apihelp-query+alltransclusions-summary\";i:4944;s:41:\"apihelp-query+alltransclusions-param-from\";i:4945;s:39:\"apihelp-query+alltransclusions-param-to\";i:4946;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:4947;s:43:\"apihelp-query+alltransclusions-param-unique\";i:4948;s:41:\"apihelp-query+alltransclusions-param-prop\";i:4949;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:4950;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:4951;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:4952;s:42:\"apihelp-query+alltransclusions-param-limit\";i:4953;s:40:\"apihelp-query+alltransclusions-param-dir\";i:4954;s:40:\"apihelp-query+alltransclusions-example-b\";i:4955;s:45:\"apihelp-query+alltransclusions-example-unique\";i:4956;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:4957;s:48:\"apihelp-query+alltransclusions-example-generator\";i:4958;s:30:\"apihelp-query+allusers-summary\";i:4959;s:33:\"apihelp-query+allusers-param-from\";i:4960;s:31:\"apihelp-query+allusers-param-to\";i:4961;s:35:\"apihelp-query+allusers-param-prefix\";i:4962;s:32:\"apihelp-query+allusers-param-dir\";i:4963;s:34:\"apihelp-query+allusers-param-group\";i:4964;s:41:\"apihelp-query+allusers-param-excludegroup\";i:4965;s:35:\"apihelp-query+allusers-param-rights\";i:4966;s:33:\"apihelp-query+allusers-param-prop\";i:4967;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:4968;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:4969;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:4970;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:4971;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:4972;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:4973;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:4974;s:34:\"apihelp-query+allusers-param-limit\";i:4975;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:4976;s:40:\"apihelp-query+allusers-param-activeusers\";i:4977;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:4978;s:32:\"apihelp-query+allusers-example-y\";i:4979;s:37:\"apihelp-query+authmanagerinfo-summary\";i:4980;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:4981;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:4982;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:4983;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:4984;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:4985;s:31:\"apihelp-query+backlinks-summary\";i:4986;s:35:\"apihelp-query+backlinks-param-title\";i:4987;s:36:\"apihelp-query+backlinks-param-pageid\";i:4988;s:39:\"apihelp-query+backlinks-param-namespace\";i:4989;s:33:\"apihelp-query+backlinks-param-dir\";i:4990;s:41:\"apihelp-query+backlinks-param-filterredir\";i:4991;s:35:\"apihelp-query+backlinks-param-limit\";i:4992;s:38:\"apihelp-query+backlinks-param-redirect\";i:4993;s:38:\"apihelp-query+backlinks-example-simple\";i:4994;s:41:\"apihelp-query+backlinks-example-generator\";i:4995;s:28:\"apihelp-query+blocks-summary\";i:4996;s:32:\"apihelp-query+blocks-param-start\";i:4997;s:30:\"apihelp-query+blocks-param-end\";i:4998;s:30:\"apihelp-query+blocks-param-ids\";i:4999;s:32:\"apihelp-query+blocks-param-users\";i:5000;s:29:\"apihelp-query+blocks-param-ip\";i:5001;s:32:\"apihelp-query+blocks-param-limit\";i:5002;s:31:\"apihelp-query+blocks-param-prop\";i:5003;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5004;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5005;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5006;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5007;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5008;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5009;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5010;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5011;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5012;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5013;s:31:\"apihelp-query+blocks-param-show\";i:5014;s:35:\"apihelp-query+blocks-example-simple\";i:5015;s:34:\"apihelp-query+blocks-example-users\";i:5016;s:32:\"apihelp-query+categories-summary\";i:5017;s:35:\"apihelp-query+categories-param-prop\";i:5018;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5019;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5020;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5021;s:35:\"apihelp-query+categories-param-show\";i:5022;s:36:\"apihelp-query+categories-param-limit\";i:5023;s:41:\"apihelp-query+categories-param-categories\";i:5024;s:34:\"apihelp-query+categories-param-dir\";i:5025;s:39:\"apihelp-query+categories-example-simple\";i:5026;s:42:\"apihelp-query+categories-example-generator\";i:5027;s:34:\"apihelp-query+categoryinfo-summary\";i:5028;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5029;s:37:\"apihelp-query+categorymembers-summary\";i:5030;s:41:\"apihelp-query+categorymembers-param-title\";i:5031;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5032;s:40:\"apihelp-query+categorymembers-param-prop\";i:5033;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5034;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5035;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5036;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5037;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5038;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5039;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5040;s:40:\"apihelp-query+categorymembers-param-type\";i:5041;s:41:\"apihelp-query+categorymembers-param-limit\";i:5042;s:40:\"apihelp-query+categorymembers-param-sort\";i:5043;s:39:\"apihelp-query+categorymembers-param-dir\";i:5044;s:41:\"apihelp-query+categorymembers-param-start\";i:5045;s:39:\"apihelp-query+categorymembers-param-end\";i:5046;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5047;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5048;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5049;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5050;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5051;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5052;s:44:\"apihelp-query+categorymembers-example-simple\";i:5053;s:47:\"apihelp-query+categorymembers-example-generator\";i:5054;s:34:\"apihelp-query+contributors-summary\";i:5055;s:38:\"apihelp-query+contributors-param-group\";i:5056;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5057;s:39:\"apihelp-query+contributors-param-rights\";i:5058;s:46:\"apihelp-query+contributors-param-excluderights\";i:5059;s:38:\"apihelp-query+contributors-param-limit\";i:5060;s:41:\"apihelp-query+contributors-example-simple\";i:5061;s:38:\"apihelp-query+deletedrevisions-summary\";i:5062;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5063;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5064;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5065;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5066;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5067;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5068;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5069;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5070;s:33:\"apihelp-query+deletedrevs-summary\";i:5071;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5072;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5073;s:37:\"apihelp-query+deletedrevs-param-start\";i:5074;s:35:\"apihelp-query+deletedrevs-param-end\";i:5075;s:36:\"apihelp-query+deletedrevs-param-from\";i:5076;s:34:\"apihelp-query+deletedrevs-param-to\";i:5077;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5078;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5079;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5080;s:36:\"apihelp-query+deletedrevs-param-user\";i:5081;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5082;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5083;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5084;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5085;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5086;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5087;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5088;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5089;s:30:\"apihelp-query+disabled-summary\";i:5090;s:36:\"apihelp-query+duplicatefiles-summary\";i:5091;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5092;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5093;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5094;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5095;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5096;s:32:\"apihelp-query+embeddedin-summary\";i:5097;s:36:\"apihelp-query+embeddedin-param-title\";i:5098;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5099;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5100;s:34:\"apihelp-query+embeddedin-param-dir\";i:5101;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5102;s:36:\"apihelp-query+embeddedin-param-limit\";i:5103;s:39:\"apihelp-query+embeddedin-example-simple\";i:5104;s:42:\"apihelp-query+embeddedin-example-generator\";i:5105;s:30:\"apihelp-query+extlinks-summary\";i:5106;s:34:\"apihelp-query+extlinks-param-limit\";i:5107;s:37:\"apihelp-query+extlinks-param-protocol\";i:5108;s:34:\"apihelp-query+extlinks-param-query\";i:5109;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5110;s:37:\"apihelp-query+extlinks-example-simple\";i:5111;s:33:\"apihelp-query+exturlusage-summary\";i:5112;s:36:\"apihelp-query+exturlusage-param-prop\";i:5113;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5114;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5115;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5116;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5117;s:37:\"apihelp-query+exturlusage-param-query\";i:5118;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5119;s:37:\"apihelp-query+exturlusage-param-limit\";i:5120;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5121;s:40:\"apihelp-query+exturlusage-example-simple\";i:5122;s:33:\"apihelp-query+filearchive-summary\";i:5123;s:36:\"apihelp-query+filearchive-param-from\";i:5124;s:34:\"apihelp-query+filearchive-param-to\";i:5125;s:38:\"apihelp-query+filearchive-param-prefix\";i:5126;s:37:\"apihelp-query+filearchive-param-limit\";i:5127;s:35:\"apihelp-query+filearchive-param-dir\";i:5128;s:36:\"apihelp-query+filearchive-param-sha1\";i:5129;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5130;s:36:\"apihelp-query+filearchive-param-prop\";i:5131;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5132;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5133;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5134;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5135;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5136;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5137;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5138;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5139;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5140;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5141;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5142;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5143;s:40:\"apihelp-query+filearchive-example-simple\";i:5144;s:34:\"apihelp-query+filerepoinfo-summary\";i:5145;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5146;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5147;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5148;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5149;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5150;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5151;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5152;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5153;s:31:\"apihelp-query+fileusage-summary\";i:5154;s:34:\"apihelp-query+fileusage-param-prop\";i:5155;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5156;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5157;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5158;s:39:\"apihelp-query+fileusage-param-namespace\";i:5159;s:35:\"apihelp-query+fileusage-param-limit\";i:5160;s:34:\"apihelp-query+fileusage-param-show\";i:5161;s:38:\"apihelp-query+fileusage-example-simple\";i:5162;s:41:\"apihelp-query+fileusage-example-generator\";i:5163;s:31:\"apihelp-query+imageinfo-summary\";i:5164;s:34:\"apihelp-query+imageinfo-param-prop\";i:5165;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5166;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5167;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5168;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5169;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5170;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5171;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5172;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5173;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5174;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5175;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5176;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5177;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5178;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5179;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5180;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5181;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5182;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5183;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5184;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5185;s:35:\"apihelp-query+imageinfo-param-limit\";i:5186;s:35:\"apihelp-query+imageinfo-param-start\";i:5187;s:33:\"apihelp-query+imageinfo-param-end\";i:5188;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5189;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5190;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5191;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5192;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5193;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5194;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5195;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5196;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5197;s:38:\"apihelp-query+imageinfo-example-simple\";i:5198;s:37:\"apihelp-query+imageinfo-example-dated\";i:5199;s:28:\"apihelp-query+images-summary\";i:5200;s:32:\"apihelp-query+images-param-limit\";i:5201;s:33:\"apihelp-query+images-param-images\";i:5202;s:30:\"apihelp-query+images-param-dir\";i:5203;s:35:\"apihelp-query+images-example-simple\";i:5204;s:38:\"apihelp-query+images-example-generator\";i:5205;s:32:\"apihelp-query+imageusage-summary\";i:5206;s:36:\"apihelp-query+imageusage-param-title\";i:5207;s:37:\"apihelp-query+imageusage-param-pageid\";i:5208;s:40:\"apihelp-query+imageusage-param-namespace\";i:5209;s:34:\"apihelp-query+imageusage-param-dir\";i:5210;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5211;s:36:\"apihelp-query+imageusage-param-limit\";i:5212;s:39:\"apihelp-query+imageusage-param-redirect\";i:5213;s:39:\"apihelp-query+imageusage-example-simple\";i:5214;s:42:\"apihelp-query+imageusage-example-generator\";i:5215;s:26:\"apihelp-query+info-summary\";i:5216;s:29:\"apihelp-query+info-param-prop\";i:5217;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5218;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5219;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5220;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5221;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5222;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5223;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5224;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5225;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5226;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5227;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5228;s:36:\"apihelp-query+info-param-testactions\";i:5229;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5230;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5231;s:33:\"apihelp-query+info-example-simple\";i:5232;s:37:\"apihelp-query+info-example-protection\";i:5233;s:33:\"apihelp-query+iwbacklinks-summary\";i:5234;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5235;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5236;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5237;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5238;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5239;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5240;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5241;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5242;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5243;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5244;s:29:\"apihelp-query+iwlinks-summary\";i:5245;s:31:\"apihelp-query+iwlinks-param-url\";i:5246;s:32:\"apihelp-query+iwlinks-param-prop\";i:5247;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5248;s:33:\"apihelp-query+iwlinks-param-limit\";i:5249;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5250;s:33:\"apihelp-query+iwlinks-param-title\";i:5251;s:31:\"apihelp-query+iwlinks-param-dir\";i:5252;s:36:\"apihelp-query+iwlinks-example-simple\";i:5253;s:35:\"apihelp-query+langbacklinks-summary\";i:5254;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5255;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5256;s:39:\"apihelp-query+langbacklinks-param-title\";i:5257;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5258;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5259;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5260;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5261;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5262;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5263;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5264;s:31:\"apihelp-query+langlinks-summary\";i:5265;s:35:\"apihelp-query+langlinks-param-limit\";i:5266;s:33:\"apihelp-query+langlinks-param-url\";i:5267;s:34:\"apihelp-query+langlinks-param-prop\";i:5268;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5269;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5270;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5271;s:34:\"apihelp-query+langlinks-param-lang\";i:5272;s:35:\"apihelp-query+langlinks-param-title\";i:5273;s:33:\"apihelp-query+langlinks-param-dir\";i:5274;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5275;s:38:\"apihelp-query+langlinks-example-simple\";i:5276;s:34:\"apihelp-query+languageinfo-summary\";i:5277;s:47:\"apihelp-query+languageinfo-extended-description\";i:5278;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5279;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5280;s:41:\"apihelp-query+languageinfo-example-simple\";i:5281;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5282;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5283;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5284;s:27:\"apihelp-query+links-summary\";i:5285;s:35:\"apihelp-query+links-param-namespace\";i:5286;s:31:\"apihelp-query+links-param-limit\";i:5287;s:32:\"apihelp-query+links-param-titles\";i:5288;s:29:\"apihelp-query+links-param-dir\";i:5289;s:34:\"apihelp-query+links-example-simple\";i:5290;s:37:\"apihelp-query+links-example-generator\";i:5291;s:38:\"apihelp-query+links-example-namespaces\";i:5292;s:31:\"apihelp-query+linkshere-summary\";i:5293;s:34:\"apihelp-query+linkshere-param-prop\";i:5294;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5295;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5296;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5297;s:39:\"apihelp-query+linkshere-param-namespace\";i:5298;s:35:\"apihelp-query+linkshere-param-limit\";i:5299;s:34:\"apihelp-query+linkshere-param-show\";i:5300;s:38:\"apihelp-query+linkshere-example-simple\";i:5301;s:41:\"apihelp-query+linkshere-example-generator\";i:5302;s:31:\"apihelp-query+logevents-summary\";i:5303;s:34:\"apihelp-query+logevents-param-prop\";i:5304;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5305;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5306;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5307;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5308;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5309;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5310;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5311;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5312;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5313;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5314;s:34:\"apihelp-query+logevents-param-type\";i:5315;s:36:\"apihelp-query+logevents-param-action\";i:5316;s:35:\"apihelp-query+logevents-param-start\";i:5317;s:33:\"apihelp-query+logevents-param-end\";i:5318;s:34:\"apihelp-query+logevents-param-user\";i:5319;s:35:\"apihelp-query+logevents-param-title\";i:5320;s:39:\"apihelp-query+logevents-param-namespace\";i:5321;s:36:\"apihelp-query+logevents-param-prefix\";i:5322;s:33:\"apihelp-query+logevents-param-tag\";i:5323;s:35:\"apihelp-query+logevents-param-limit\";i:5324;s:38:\"apihelp-query+logevents-example-simple\";i:5325;s:35:\"apihelp-query+pagepropnames-summary\";i:5326;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5327;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5328;s:31:\"apihelp-query+pageprops-summary\";i:5329;s:34:\"apihelp-query+pageprops-param-prop\";i:5330;s:38:\"apihelp-query+pageprops-example-simple\";i:5331;s:35:\"apihelp-query+pageswithprop-summary\";i:5332;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5333;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5334;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5335;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5336;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5337;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5338;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5339;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5340;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5341;s:34:\"apihelp-query+prefixsearch-summary\";i:5342;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5343;s:39:\"apihelp-query+prefixsearch-param-search\";i:5344;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5345;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5346;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5347;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5348;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5349;s:37:\"apihelp-query+protectedtitles-summary\";i:5350;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5351;s:41:\"apihelp-query+protectedtitles-param-level\";i:5352;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5353;s:41:\"apihelp-query+protectedtitles-param-start\";i:5354;s:39:\"apihelp-query+protectedtitles-param-end\";i:5355;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5356;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5357;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5358;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5359;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5360;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5361;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5362;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5363;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5364;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5365;s:31:\"apihelp-query+querypage-summary\";i:5366;s:34:\"apihelp-query+querypage-param-page\";i:5367;s:35:\"apihelp-query+querypage-param-limit\";i:5368;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5369;s:28:\"apihelp-query+random-summary\";i:5370;s:41:\"apihelp-query+random-extended-description\";i:5371;s:36:\"apihelp-query+random-param-namespace\";i:5372;s:32:\"apihelp-query+random-param-limit\";i:5373;s:35:\"apihelp-query+random-param-redirect\";i:5374;s:38:\"apihelp-query+random-param-filterredir\";i:5375;s:35:\"apihelp-query+random-example-simple\";i:5376;s:38:\"apihelp-query+random-example-generator\";i:5377;s:35:\"apihelp-query+recentchanges-summary\";i:5378;s:39:\"apihelp-query+recentchanges-param-start\";i:5379;s:37:\"apihelp-query+recentchanges-param-end\";i:5380;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5381;s:38:\"apihelp-query+recentchanges-param-user\";i:5382;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5383;s:37:\"apihelp-query+recentchanges-param-tag\";i:5384;s:38:\"apihelp-query+recentchanges-param-prop\";i:5385;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5386;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5387;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5388;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5389;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5390;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5391;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5392;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5393;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5394;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5395;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5396;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5397;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5398;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5399;s:38:\"apihelp-query+recentchanges-param-show\";i:5400;s:39:\"apihelp-query+recentchanges-param-limit\";i:5401;s:38:\"apihelp-query+recentchanges-param-type\";i:5402;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5403;s:39:\"apihelp-query+recentchanges-param-title\";i:5404;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5405;s:42:\"apihelp-query+recentchanges-example-simple\";i:5406;s:45:\"apihelp-query+recentchanges-example-generator\";i:5407;s:31:\"apihelp-query+redirects-summary\";i:5408;s:34:\"apihelp-query+redirects-param-prop\";i:5409;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5410;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5411;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5412;s:39:\"apihelp-query+redirects-param-namespace\";i:5413;s:35:\"apihelp-query+redirects-param-limit\";i:5414;s:34:\"apihelp-query+redirects-param-show\";i:5415;s:38:\"apihelp-query+redirects-example-simple\";i:5416;s:41:\"apihelp-query+redirects-example-generator\";i:5417;s:31:\"apihelp-query+revisions-summary\";i:5418;s:44:\"apihelp-query+revisions-extended-description\";i:5419;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5420;s:37:\"apihelp-query+revisions-param-startid\";i:5421;s:35:\"apihelp-query+revisions-param-endid\";i:5422;s:35:\"apihelp-query+revisions-param-start\";i:5423;s:33:\"apihelp-query+revisions-param-end\";i:5424;s:34:\"apihelp-query+revisions-param-user\";i:5425;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5426;s:33:\"apihelp-query+revisions-param-tag\";i:5427;s:39:\"apihelp-query+revisions-example-content\";i:5428;s:37:\"apihelp-query+revisions-example-last5\";i:5429;s:38:\"apihelp-query+revisions-example-first5\";i:5430;s:44:\"apihelp-query+revisions-example-first5-after\";i:5431;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5432;s:43:\"apihelp-query+revisions-example-first5-user\";i:5433;s:39:\"apihelp-query+revisions+base-param-prop\";i:5434;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5435;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5436;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5437;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5438;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5439;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5440;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5441;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5442;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5443;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5444;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5445;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5446;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5447;s:40:\"apihelp-query+revisions+base-param-limit\";i:5448;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5449;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5450;s:40:\"apihelp-query+revisions+base-param-parse\";i:5451;s:42:\"apihelp-query+revisions+base-param-section\";i:5452;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5453;s:28:\"apihelp-query+search-summary\";i:5454;s:36:\"apihelp-query+search-param-namespace\";i:5455;s:31:\"apihelp-query+search-param-what\";i:5456;s:31:\"apihelp-query+search-param-info\";i:5457;s:31:\"apihelp-query+search-param-prop\";i:5458;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5459;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5460;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5461;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5462;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5463;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5464;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5465;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5466;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5467;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5468;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5469;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5470;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5471;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5472;s:32:\"apihelp-query+search-param-limit\";i:5473;s:36:\"apihelp-query+search-param-interwiki\";i:5474;s:34:\"apihelp-query+search-param-backend\";i:5475;s:41:\"apihelp-query+search-param-enablerewrites\";i:5476;s:31:\"apihelp-query+search-param-sort\";i:5477;s:35:\"apihelp-query+search-example-simple\";i:5478;s:33:\"apihelp-query+search-example-text\";i:5479;s:38:\"apihelp-query+search-example-generator\";i:5480;s:30:\"apihelp-query+siteinfo-summary\";i:5481;s:33:\"apihelp-query+siteinfo-param-prop\";i:5482;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5483;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5484;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5485;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5486;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5487;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5488;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5489;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5490;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5491;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5492;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5493;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5494;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5495;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5496;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5497;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5498;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5499;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5500;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5501;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5502;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5503;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5504;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5505;s:37:\"apihelp-query+siteinfo-example-simple\";i:5506;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5507;s:36:\"apihelp-query+stashimageinfo-summary\";i:5508;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5509;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5510;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5511;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5512;s:26:\"apihelp-query+tags-summary\";i:5513;s:30:\"apihelp-query+tags-param-limit\";i:5514;s:29:\"apihelp-query+tags-param-prop\";i:5515;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5516;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5517;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5518;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5519;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5520;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5521;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5522;s:33:\"apihelp-query+tags-example-simple\";i:5523;s:31:\"apihelp-query+templates-summary\";i:5524;s:39:\"apihelp-query+templates-param-namespace\";i:5525;s:35:\"apihelp-query+templates-param-limit\";i:5526;s:39:\"apihelp-query+templates-param-templates\";i:5527;s:33:\"apihelp-query+templates-param-dir\";i:5528;s:38:\"apihelp-query+templates-example-simple\";i:5529;s:41:\"apihelp-query+templates-example-generator\";i:5530;s:42:\"apihelp-query+templates-example-namespaces\";i:5531;s:35:\"apihelp-query+transcludedin-summary\";i:5532;s:38:\"apihelp-query+transcludedin-param-prop\";i:5533;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5534;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5535;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5536;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5537;s:39:\"apihelp-query+transcludedin-param-limit\";i:5538;s:38:\"apihelp-query+transcludedin-param-show\";i:5539;s:42:\"apihelp-query+transcludedin-example-simple\";i:5540;s:45:\"apihelp-query+transcludedin-example-generator\";i:5541;s:34:\"apihelp-query+usercontribs-summary\";i:5542;s:38:\"apihelp-query+usercontribs-param-limit\";i:5543;s:37:\"apihelp-query+usercontribs-param-user\";i:5544;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5545;s:40:\"apihelp-query+usercontribs-param-userids\";i:5546;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5547;s:37:\"apihelp-query+usercontribs-param-prop\";i:5548;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5549;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5550;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5551;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5552;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5553;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5554;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5555;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5556;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5557;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5558;s:37:\"apihelp-query+usercontribs-param-show\";i:5559;s:36:\"apihelp-query+usercontribs-param-tag\";i:5560;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5561;s:39:\"apihelp-query+usercontribs-example-user\";i:5562;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5563;s:30:\"apihelp-query+userinfo-summary\";i:5564;s:33:\"apihelp-query+userinfo-param-prop\";i:5565;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5566;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5567;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5568;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5569;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5570;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5571;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5572;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5573;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5574;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5575;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5576;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5577;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5578;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5579;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5580;s:37:\"apihelp-query+userinfo-example-simple\";i:5581;s:35:\"apihelp-query+userinfo-example-data\";i:5582;s:27:\"apihelp-query+users-summary\";i:5583;s:30:\"apihelp-query+users-param-prop\";i:5584;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5585;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5586;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5587;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5588;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5589;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5590;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5591;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5592;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5593;s:31:\"apihelp-query+users-param-users\";i:5594;s:33:\"apihelp-query+users-param-userids\";i:5595;s:34:\"apihelp-query+users-example-simple\";i:5596;s:31:\"apihelp-query+watchlist-summary\";i:5597;s:35:\"apihelp-query+watchlist-param-start\";i:5598;s:33:\"apihelp-query+watchlist-param-end\";i:5599;s:39:\"apihelp-query+watchlist-param-namespace\";i:5600;s:34:\"apihelp-query+watchlist-param-user\";i:5601;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5602;s:35:\"apihelp-query+watchlist-param-limit\";i:5603;s:34:\"apihelp-query+watchlist-param-prop\";i:5604;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5605;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5606;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5607;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5608;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5609;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5610;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5611;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5612;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5613;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5614;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5615;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5616;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5617;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:5618;s:34:\"apihelp-query+watchlist-param-show\";i:5619;s:34:\"apihelp-query+watchlist-param-type\";i:5620;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5621;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5622;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5623;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5624;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5625;s:35:\"apihelp-query+watchlist-param-owner\";i:5626;s:38:\"apihelp-query+watchlist-example-simple\";i:5627;s:37:\"apihelp-query+watchlist-example-props\";i:5628;s:38:\"apihelp-query+watchlist-example-allrev\";i:5629;s:41:\"apihelp-query+watchlist-example-generator\";i:5630;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5631;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5632;s:34:\"apihelp-query+watchlistraw-summary\";i:5633;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5634;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5635;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5636;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5637;s:37:\"apihelp-query+watchlistraw-param-show\";i:5638;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5639;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5640;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5641;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5642;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5643;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5644;s:40:\"apihelp-removeauthenticationdata-summary\";i:5645;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5646;s:29:\"apihelp-resetpassword-summary\";i:5647;s:32:\"apihelp-resetpassword-param-user\";i:5648;s:33:\"apihelp-resetpassword-param-email\";i:5649;s:34:\"apihelp-resetpassword-example-user\";i:5650;s:35:\"apihelp-resetpassword-example-email\";i:5651;s:30:\"apihelp-revisiondelete-summary\";i:5652;s:35:\"apihelp-revisiondelete-param-target\";i:5653;s:32:\"apihelp-revisiondelete-param-ids\";i:5654;s:33:\"apihelp-revisiondelete-param-hide\";i:5655;s:33:\"apihelp-revisiondelete-param-show\";i:5656;s:35:\"apihelp-revisiondelete-param-reason\";i:5657;s:33:\"apihelp-revisiondelete-param-tags\";i:5658;s:39:\"apihelp-revisiondelete-example-revision\";i:5659;s:34:\"apihelp-revisiondelete-example-log\";i:5660;s:24:\"apihelp-rollback-summary\";i:5661;s:37:\"apihelp-rollback-extended-description\";i:5662;s:28:\"apihelp-rollback-param-title\";i:5663;s:29:\"apihelp-rollback-param-pageid\";i:5664;s:27:\"apihelp-rollback-param-tags\";i:5665;s:27:\"apihelp-rollback-param-user\";i:5666;s:30:\"apihelp-rollback-param-summary\";i:5667;s:30:\"apihelp-rollback-param-markbot\";i:5668;s:32:\"apihelp-rollback-param-watchlist\";i:5669;s:31:\"apihelp-rollback-example-simple\";i:5670;s:32:\"apihelp-rollback-example-summary\";i:5671;s:19:\"apihelp-rsd-summary\";i:5672;s:26:\"apihelp-rsd-example-simple\";i:5673;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5674;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5675;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5676;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5677;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5678;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5679;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5680;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5681;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5682;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5683;s:31:\"apihelp-setpagelanguage-summary\";i:5684;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5685;s:35:\"apihelp-setpagelanguage-param-title\";i:5686;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5687;s:34:\"apihelp-setpagelanguage-param-lang\";i:5688;s:36:\"apihelp-setpagelanguage-param-reason\";i:5689;s:34:\"apihelp-setpagelanguage-param-tags\";i:5690;s:40:\"apihelp-setpagelanguage-example-language\";i:5691;s:39:\"apihelp-setpagelanguage-example-default\";i:5692;s:29:\"apihelp-stashedit-param-title\";i:5693;s:31:\"apihelp-stashedit-param-section\";i:5694;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5695;s:28:\"apihelp-stashedit-param-text\";i:5696;s:36:\"apihelp-stashedit-param-contentmodel\";i:5697;s:37:\"apihelp-stashedit-param-contentformat\";i:5698;s:33:\"apihelp-stashedit-param-baserevid\";i:5699;s:31:\"apihelp-stashedit-param-summary\";i:5700;s:19:\"apihelp-tag-summary\";i:5701;s:22:\"apihelp-tag-param-rcid\";i:5702;s:23:\"apihelp-tag-param-revid\";i:5703;s:23:\"apihelp-tag-param-logid\";i:5704;s:21:\"apihelp-tag-param-add\";i:5705;s:24:\"apihelp-tag-param-remove\";i:5706;s:24:\"apihelp-tag-param-reason\";i:5707;s:22:\"apihelp-tag-param-tags\";i:5708;s:23:\"apihelp-tag-example-rev\";i:5709;s:23:\"apihelp-tag-example-log\";i:5710;s:23:\"apihelp-unblock-summary\";i:5711;s:24:\"apihelp-unblock-param-id\";i:5712;s:26:\"apihelp-unblock-param-user\";i:5713;s:28:\"apihelp-unblock-param-userid\";i:5714;s:28:\"apihelp-unblock-param-reason\";i:5715;s:26:\"apihelp-unblock-param-tags\";i:5716;s:26:\"apihelp-unblock-example-id\";i:5717;s:28:\"apihelp-unblock-example-user\";i:5718;s:24:\"apihelp-undelete-summary\";i:5719;s:28:\"apihelp-undelete-param-title\";i:5720;s:29:\"apihelp-undelete-param-reason\";i:5721;s:27:\"apihelp-undelete-param-tags\";i:5722;s:33:\"apihelp-undelete-param-timestamps\";i:5723;s:30:\"apihelp-undelete-param-fileids\";i:5724;s:35:\"apihelp-undelete-param-undeletetalk\";i:5725;s:29:\"apihelp-undelete-example-page\";i:5726;s:34:\"apihelp-undelete-example-revisions\";i:5727;s:29:\"apihelp-upload-param-filename\";i:5728;s:25:\"apihelp-upload-param-tags\";i:5729;s:25:\"apihelp-upload-param-text\";i:5730;s:26:\"apihelp-upload-param-watch\";i:5731;s:30:\"apihelp-upload-param-watchlist\";i:5732;s:35:\"apihelp-upload-param-ignorewarnings\";i:5733;s:25:\"apihelp-upload-param-file\";i:5734;s:24:\"apihelp-upload-param-url\";i:5735;s:28:\"apihelp-upload-param-filekey\";i:5736;s:31:\"apihelp-upload-param-sessionkey\";i:5737;s:29:\"apihelp-upload-param-filesize\";i:5738;s:27:\"apihelp-upload-param-offset\";i:5739;s:26:\"apihelp-upload-param-chunk\";i:5740;s:26:\"apihelp-upload-param-async\";i:5741;s:26:\"apihelp-upload-example-url\";i:5742;s:30:\"apihelp-upload-example-filekey\";i:5743;s:26:\"apihelp-userrights-summary\";i:5744;s:29:\"apihelp-userrights-param-user\";i:5745;s:31:\"apihelp-userrights-param-userid\";i:5746;s:28:\"apihelp-userrights-param-add\";i:5747;s:31:\"apihelp-userrights-param-expiry\";i:5748;s:31:\"apihelp-userrights-param-remove\";i:5749;s:31:\"apihelp-userrights-param-reason\";i:5750;s:29:\"apihelp-userrights-param-tags\";i:5751;s:31:\"apihelp-userrights-example-user\";i:5752;s:33:\"apihelp-userrights-example-userid\";i:5753;s:33:\"apihelp-userrights-example-expiry\";i:5754;s:32:\"apihelp-validatepassword-summary\";i:5755;s:45:\"apihelp-validatepassword-extended-description\";i:5756;s:39:\"apihelp-validatepassword-param-password\";i:5757;s:35:\"apihelp-validatepassword-param-user\";i:5758;s:36:\"apihelp-validatepassword-param-email\";i:5759;s:39:\"apihelp-validatepassword-param-realname\";i:5760;s:34:\"apihelp-validatepassword-example-1\";i:5761;s:34:\"apihelp-validatepassword-example-2\";i:5762;s:21:\"apihelp-watch-summary\";i:5763;s:25:\"apihelp-watch-param-title\";i:5764;s:27:\"apihelp-watch-param-unwatch\";i:5765;s:27:\"apihelp-watch-example-watch\";i:5766;s:29:\"apihelp-watch-example-unwatch\";i:5767;s:31:\"apihelp-watch-example-generator\";i:5768;s:30:\"apihelp-format-example-generic\";i:5769;s:32:\"apihelp-format-param-wrappedhtml\";i:5770;s:20:\"apihelp-json-summary\";i:5771;s:27:\"apihelp-json-param-callback\";i:5772;s:23:\"apihelp-json-param-utf8\";i:5773;s:24:\"apihelp-json-param-ascii\";i:5774;s:32:\"apihelp-json-param-formatversion\";i:5775;s:22:\"apihelp-jsonfm-summary\";i:5776;s:20:\"apihelp-none-summary\";i:5777;s:19:\"apihelp-php-summary\";i:5778;s:31:\"apihelp-php-param-formatversion\";i:5779;s:21:\"apihelp-phpfm-summary\";i:5780;s:21:\"apihelp-rawfm-summary\";i:5781;s:19:\"apihelp-xml-summary\";i:5782;s:22:\"apihelp-xml-param-xslt\";i:5783;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5784;s:21:\"apihelp-xmlfm-summary\";i:5785;s:16:\"api-format-title\";i:5786;s:29:\"api-format-prettyprint-header\";i:5787;s:39:\"api-format-prettyprint-header-only-html\";i:5788;s:29:\"api-format-prettyprint-status\";i:5789;s:33:\"api-login-fail-badsessionprovider\";i:5790;s:24:\"api-pageset-param-titles\";i:5791;s:25:\"api-pageset-param-pageids\";i:5792;s:24:\"api-pageset-param-revids\";i:5793;s:27:\"api-pageset-param-generator\";i:5794;s:37:\"api-pageset-param-redirects-generator\";i:5795;s:39:\"api-pageset-param-redirects-nogenerator\";i:5796;s:31:\"api-pageset-param-converttitles\";i:5797;s:14:\"api-help-title\";i:5798;s:13:\"api-help-lead\";i:5799;s:20:\"api-help-main-header\";i:5800;s:28:\"api-help-undocumented-module\";i:5801;s:24:\"api-help-flag-deprecated\";i:5802;s:22:\"api-help-flag-internal\";i:5803;s:24:\"api-help-flag-readrights\";i:5804;s:25:\"api-help-flag-writerights\";i:5805;s:26:\"api-help-flag-mustbeposted\";i:5806;s:23:\"api-help-flag-generator\";i:5807;s:15:\"api-help-source\";i:5808;s:23:\"api-help-source-unknown\";i:5809;s:16:\"api-help-license\";i:5810;s:23:\"api-help-license-noname\";i:5811;s:24:\"api-help-license-unknown\";i:5812;s:19:\"api-help-parameters\";i:5813;s:25:\"api-help-param-deprecated\";i:5814;s:23:\"api-help-param-internal\";i:5815;s:25:\"api-help-datatypes-header\";i:5816;s:25:\"api-help-param-type-limit\";i:5817;s:29:\"api-help-param-type-timestamp\";i:5818;s:24:\"api-help-param-type-enum\";i:5819;s:29:\"api-help-param-multi-separate\";i:5820;s:24:\"api-help-param-multi-all\";i:5821;s:28:\"api-help-param-default-empty\";i:5822;s:37:\"api-help-param-disabled-in-miser-mode\";i:5823;s:36:\"api-help-param-limited-in-miser-mode\";i:5824;s:24:\"api-help-param-direction\";i:5825;s:23:\"api-help-param-continue\";i:5826;s:29:\"api-help-param-no-description\";i:5827;s:17:\"api-help-examples\";i:5828;s:20:\"api-help-permissions\";i:5829;s:31:\"api-help-permissions-granted-to\";i:5830;s:28:\"api-help-right-apihighlimits\";i:5831;s:27:\"api-help-open-in-apisandbox\";i:5832;s:40:\"api-help-authmanagerhelper-messageformat\";i:5833;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:5834;s:40:\"api-help-authmanagerhelper-preservestate\";i:5835;s:27:\"apierror-allimages-redirect\";i:5836;s:37:\"apierror-allpages-generator-redirects\";i:5837;s:27:\"apierror-appendnotsupported\";i:5838;s:22:\"apierror-articleexists\";i:5839;s:24:\"apierror-assertbotfailed\";i:5840;s:30:\"apierror-assertnameduserfailed\";i:5841;s:25:\"apierror-assertuserfailed\";i:5842;s:20:\"apierror-autoblocked\";i:5843;s:33:\"apierror-badconfig-resulttoosmall\";i:5844;s:20:\"apierror-badcontinue\";i:5845;s:16:\"apierror-baddiff\";i:5846;s:18:\"apierror-baddiffto\";i:5847;s:26:\"apierror-badformat-generic\";i:5848;s:18:\"apierror-badformat\";i:5849;s:34:\"apierror-badgenerator-notgenerator\";i:5850;s:29:\"apierror-badgenerator-unknown\";i:5851;s:14:\"apierror-badip\";i:5852;s:15:\"apierror-badmd5\";i:5853;s:31:\"apierror-badmodule-badsubmodule\";i:5854;s:31:\"apierror-badmodule-nosubmodules\";i:5855;s:21:\"apierror-badparameter\";i:5856;s:17:\"apierror-badquery\";i:5857;s:21:\"apierror-badtimestamp\";i:5858;s:17:\"apierror-badtoken\";i:5859;s:18:\"apierror-badupload\";i:5860;s:15:\"apierror-badurl\";i:5861;s:16:\"apierror-baduser\";i:5862;s:31:\"apierror-badvalue-notmultivalue\";i:5863;s:24:\"apierror-blockedfrommail\";i:5864;s:16:\"apierror-blocked\";i:5865;s:24:\"apierror-blocked-partial\";i:5866;s:25:\"apierror-botsnotsupported\";i:5867;s:29:\"apierror-cannotreauthenticate\";i:5868;s:24:\"apierror-cannotviewtitle\";i:5869;s:24:\"apierror-cantblock-email\";i:5870;s:18:\"apierror-cantblock\";i:5871;s:31:\"apierror-cantchangecontentmodel\";i:5872;s:17:\"apierror-canthide\";i:5873;s:26:\"apierror-cantimport-upload\";i:5874;s:19:\"apierror-cantimport\";i:5875;s:33:\"apierror-cantoverwrite-sharedfile\";i:5876;s:17:\"apierror-cantsend\";i:5877;s:21:\"apierror-cantundelete\";i:5878;s:29:\"apierror-changeauth-norequest\";i:5879;s:40:\"apierror-changecontentmodel-missingtitle\";i:5880;s:43:\"apierror-changecontentmodel-nodirectediting\";i:5881;s:40:\"apierror-changecontentmodel-cannotbeused\";i:5882;s:34:\"apierror-compare-nosuchfromsection\";i:5883;s:32:\"apierror-compare-nosuchtosection\";i:5884;s:23:\"apierror-compare-notext\";i:5885;s:38:\"apierror-contentserializationexception\";i:5886;s:22:\"apierror-contenttoobig\";i:5887;s:28:\"apierror-copyuploadbaddomain\";i:5888;s:25:\"apierror-copyuploadbadurl\";i:5889;s:27:\"apierror-create-titleexists\";i:5890;s:19:\"apierror-csp-report\";i:5891;s:34:\"apierror-deletedrevs-param-not-1-2\";i:5892;s:32:\"apierror-deletedrevs-param-not-3\";i:5893;s:24:\"apierror-emptynewsection\";i:5894;s:18:\"apierror-emptypage\";i:5895;s:24:\"apierror-exceptioncaught\";i:5896;s:25:\"apierror-filedoesnotexist\";i:5897;s:35:\"apierror-fileexists-sharedrepo-perm\";i:5898;s:19:\"apierror-filenopath\";i:5899;s:32:\"apierror-filetypecannotberotated\";i:5900;s:18:\"apierror-formatphp\";i:5901;s:28:\"apierror-imageusage-badtitle\";i:5902;s:28:\"apierror-import-unknownerror\";i:5903;s:38:\"apierror-integeroutofrange-abovebotmax\";i:5904;s:35:\"apierror-integeroutofrange-abovemax\";i:5905;s:39:\"apierror-integeroutofrange-belowminimum\";i:5906;s:24:\"apierror-invalidcategory\";i:5907;s:22:\"apierror-invalidexpiry\";i:5908;s:20:\"apierror-invalidlang\";i:5909;s:22:\"apierror-invalidmethod\";i:5910;s:24:\"apierror-invalidoldimage\";i:5911;s:38:\"apierror-invalidparammix-cannotusewith\";i:5912;s:36:\"apierror-invalidparammix-mustusewith\";i:5913;s:42:\"apierror-invalidparammix-parse-new-section\";i:5914;s:24:\"apierror-invalidparammix\";i:5915;s:23:\"apierror-invalidsection\";i:5916;s:30:\"apierror-invalidsha1base36hash\";i:5917;s:24:\"apierror-invalidsha1hash\";i:5918;s:21:\"apierror-invalidtitle\";i:5919;s:24:\"apierror-invalidurlparam\";i:5920;s:20:\"apierror-invaliduser\";i:5921;s:22:\"apierror-invaliduserid\";i:5922;s:17:\"apierror-maxbytes\";i:5923;s:17:\"apierror-maxchars\";i:5924;s:27:\"apierror-mimesearchdisabled\";i:5925;s:30:\"apierror-missingcontent-pageid\";i:5926;s:37:\"apierror-missingparam-at-least-one-of\";i:5927;s:28:\"apierror-missingparam-one-of\";i:5928;s:21:\"apierror-missingparam\";i:5929;s:26:\"apierror-missingrev-pageid\";i:5930;s:32:\"apierror-missingtitle-createonly\";i:5931;s:21:\"apierror-missingtitle\";i:5932;s:28:\"apierror-missingtitle-byname\";i:5933;s:23:\"apierror-moduledisabled\";i:5934;s:29:\"apierror-multival-only-one-of\";i:5935;s:18:\"apierror-multpages\";i:5936;s:34:\"apierror-mustbeloggedin-changeauth\";i:5937;s:31:\"apierror-mustbeloggedin-generic\";i:5938;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:5939;s:34:\"apierror-mustbeloggedin-removeauth\";i:5940;s:35:\"apierror-mustbeloggedin-uploadstash\";i:5941;s:23:\"apierror-mustbeloggedin\";i:5942;s:21:\"apierror-mustbeposted\";i:5943;s:23:\"apierror-mustpostparams\";i:5944;s:19:\"apierror-noapiwrite\";i:5945;s:18:\"apierror-nochanges\";i:5946;s:25:\"apierror-nodeleteablefile\";i:5947;s:26:\"apierror-no-direct-editing\";i:5948;s:20:\"apierror-noedit-anon\";i:5949;s:15:\"apierror-noedit\";i:5950;s:29:\"apierror-noimageredirect-anon\";i:5951;s:24:\"apierror-noimageredirect\";i:5952;s:20:\"apierror-nosuchlogid\";i:5953;s:21:\"apierror-nosuchpageid\";i:5954;s:19:\"apierror-nosuchrcid\";i:5955;s:20:\"apierror-nosuchrevid\";i:5956;s:22:\"apierror-nosuchsection\";i:5957;s:27:\"apierror-nosuchsection-what\";i:5958;s:21:\"apierror-nosuchuserid\";i:5959;s:17:\"apierror-notarget\";i:5960;s:23:\"apierror-notpatrollable\";i:5961;s:33:\"apierror-opensearch-json-warnings\";i:5962;s:24:\"apierror-pagecannotexist\";i:5963;s:20:\"apierror-pagedeleted\";i:5964;s:26:\"apierror-pagelang-disabled\";i:5965;s:19:\"apierror-paramempty\";i:5966;s:30:\"apierror-parsetree-notwikitext\";i:5967;s:36:\"apierror-parsetree-notwikitext-title\";i:5968;s:25:\"apierror-permissiondenied\";i:5969;s:33:\"apierror-permissiondenied-generic\";i:5970;s:33:\"apierror-permissiondenied-unblock\";i:5971;s:29:\"apierror-prefixsearchdisabled\";i:5972;s:30:\"apierror-promised-nonwrite-api\";i:5973;s:30:\"apierror-protect-invalidaction\";i:5974;s:29:\"apierror-protect-invalidlevel\";i:5975;s:20:\"apierror-ratelimited\";i:5976;s:22:\"apierror-readapidenied\";i:5977;s:17:\"apierror-readonly\";i:5978;s:23:\"apierror-reauthenticate\";i:5979;s:33:\"apierror-revdel-mutuallyexclusive\";i:5980;s:27:\"apierror-revdel-paramneeded\";i:5981;s:24:\"apierror-revisions-badid\";i:5982;s:27:\"apierror-revisions-norevids\";i:5983;s:29:\"apierror-revisions-singlepage\";i:5984;s:21:\"apierror-revwrongpage\";i:5985;s:23:\"apierror-searchdisabled\";i:5986;s:29:\"apierror-sectionreplacefailed\";i:5987;s:29:\"apierror-sectionsnotsupported\";i:5988;s:34:\"apierror-sectionsnotsupported-what\";i:5989;s:13:\"apierror-show\";i:5990;s:34:\"apierror-siteinfo-includealldenied\";i:5991;s:25:\"apierror-sizediffdisabled\";i:5992;s:21:\"apierror-spamdetected\";i:5993;s:32:\"apierror-specialpage-cantexecute\";i:5994;s:28:\"apierror-stashedfilenotfound\";i:5995;s:25:\"apierror-stashfilestorage\";i:5996;s:24:\"apierror-stashwrongowner\";i:5997;s:24:\"apierror-stashzerolength\";i:5998;s:22:\"apierror-systemblocked\";i:5999;s:38:\"apierror-templateexpansion-notwikitext\";i:6000;s:22:\"apierror-toomanyvalues\";i:6001;s:22:\"apierror-unknownaction\";i:6002;s:30:\"apierror-unknownerror-editpage\";i:6003;s:28:\"apierror-unknownerror-nocode\";i:6004;s:21:\"apierror-unknownerror\";i:6005;s:22:\"apierror-unknownformat\";i:6006;s:27:\"apierror-unrecognizedparams\";i:6007;s:26:\"apierror-unrecognizedvalue\";i:6008;s:24:\"apierror-unsupportedrepo\";i:6009;s:26:\"apierror-upload-inprogress\";i:6010;s:23:\"apierror-urlparamnormal\";i:6011;s:23:\"apierror-writeapidenied\";i:6012;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6013;s:19:\"apiwarn-badurlparam\";i:6014;s:15:\"apiwarn-badutf8\";i:6015;s:31:\"apiwarn-deprecation-deletedrevs\";i:6016;s:33:\"apiwarn-deprecation-httpsexpected\";i:6017;s:31:\"apiwarn-deprecation-login-botpw\";i:6018;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6019;s:29:\"apiwarn-deprecation-parameter\";i:6020;s:35:\"apiwarn-deprecation-parse-headitems\";i:6021;s:29:\"apiwarn-deprecation-purge-get\";i:6022;s:35:\"apiwarn-deprecation-withreplacement\";i:6023;s:23:\"apiwarn-invalidcategory\";i:6024;s:20:\"apiwarn-invalidtitle\";i:6025;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6026;s:28:\"apiwarn-invalidxmlstylesheet\";i:6027;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6028;s:26:\"apiwarn-moduleswithoutvars\";i:6029;s:15:\"apiwarn-notfile\";i:6030;s:30:\"apiwarn-nothumb-noimagehandler\";i:6031;s:28:\"apiwarn-parse-nocontentmodel\";i:6032;s:23:\"apiwarn-truncatedresult\";i:6033;s:27:\"apiwarn-unclearnowtimestamp\";i:6034;s:26:\"apiwarn-unrecognizedvalues\";i:6035;s:33:\"apiwarn-validationfailed-badchars\";i:6036;s:32:\"apiwarn-validationfailed-badpref\";i:6037;s:34:\"apiwarn-validationfailed-cannotset\";i:6038;s:35:\"apiwarn-validationfailed-keytoolong\";i:6039;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6040;s:24:\"apiwarn-validationfailed\";i:6041;s:18:\"apiwarn-wgdebugapi\";i:6042;s:20:\"api-feed-error-title\";i:6043;s:16:\"api-usage-docref\";i:6044;s:19:\"api-exception-trace\";i:6045;s:18:\"api-credits-header\";i:6046;s:11:\"api-credits\";i:6047;s:20:\"rest-prefix-mismatch\";i:6048;s:17:\"rest-wrong-method\";i:6049;s:13:\"rest-no-match\";i:6050;s:22:\"rest-nonexistent-title\";i:6051;s:31:\"rest-nonexistent-title-revision\";i:6052;s:25:\"rest-nonexistent-revision\";i:6053;s:21:\"rest-nonexistent-user\";i:6054;s:17:\"rest-invalid-user\";i:6055;s:27:\"rest-permission-denied-anon\";i:6056;s:28:\"rest-permission-denied-title\";i:6057;s:31:\"rest-permission-denied-revision\";i:6058;s:28:\"rest-resource-limit-exceeded\";i:6059;s:36:\"rest-pagehistory-incompatible-params\";i:6060;s:34:\"rest-pagehistory-param-range-error\";i:6061;s:32:\"rest-pagehistory-timestamp-error\";i:6062;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6063;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6064;s:26:\"rest-compare-page-mismatch\";i:6065;s:30:\"rest-compare-permission-denied\";i:6066;s:24:\"rest-compare-nonexistent\";i:6067;s:25:\"rest-compare-inaccessible\";i:6068;s:26:\"rest-compare-wrong-content\";i:6069;s:22:\"rest-compare-wikidiff2\";i:6070;s:22:\"rest-bad-content-model\";i:6071;s:21:\"rest-cannot-load-file\";i:6072;s:30:\"ooui-outline-control-move-down\";i:6073;s:28:\"ooui-outline-control-move-up\";i:6074;s:27:\"ooui-outline-control-remove\";i:6075;s:27:\"ooui-dialog-process-dismiss\";i:6076;s:29:\"ooui-selectfile-not-supported\";i:6077;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6078;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6079;s:26:\"paramvalidator-emptystring\";i:6080;s:27:\"paramvalidator-help-default\";i:6081;s:33:\"paramvalidator-help-default-empty\";i:6082;s:28:\"paramvalidator-help-required\";i:6083;s:32:\"paramvalidator-help-type-boolean\";i:6084;s:30:\"paramvalidator-help-type-float\";i:6085;s:32:\"paramvalidator-help-type-integer\";i:6086;s:40:\"paramvalidator-help-type-presenceboolean\";i:6087;s:34:\"paramvalidator-help-type-timestamp\";i:6088;s:15:\"skinname-vector\";i:6089;s:20:\"skinname-vector-2022\";i:6090;s:26:\"vector-specialversion-name\";i:6091;s:16:\"vector-skin-desc\";i:6092;s:34:\"prefs-vector-enable-vector-1-label\";i:6093;s:33:\"prefs-vector-enable-vector-1-help\";i:6094;s:14:\"vector-opt-out\";i:6095;s:22:\"vector-opt-out-tooltip\";i:6096;s:10:\"vector.css\";i:6097;s:9:\"vector.js\";i:6098;s:28:\"vector-action-toggle-sidebar\";i:6099;s:33:\"vector-language-button-aria-label\";i:6100;s:36:\"vector-no-language-button-aria-label\";i:6101;s:31:\"vector-language-redirect-to-top\";i:6102;s:38:\"vector-language-variant-switcher-label\";i:6103;s:23:\"vector-jumptonavigation\";i:6104;s:19:\"vector-jumptosearch\";i:6105;s:20:\"vector-jumptocontent\";i:6106;s:20:\"vector-search-loader\";i:6107;s:17:\"vector-intro-page\";i:6108;s:18:\"vector-toc-heading\";i:6109;s:34:\"vector-toc-toggle-position-sidebar\";i:6110;s:32:\"vector-toc-toggle-position-title\";i:6111;s:30:\"vector-toc-toggle-button-label\";i:6112;s:27:\"vector-anon-user-menu-pages\";i:6113;s:33:\"vector-anon-user-menu-pages-learn\";i:6114;s:33:\"vector-anon-user-menu-pages-label\";i:6115;s:24:\"vector-main-menu-tooltip\";i:6116;s:23:\"vector-toc-menu-tooltip\";i:6117;s:35:\"vector-toc-collapsible-button-label\";i:6118;s:30:\"vector-article-tools-nav-label\";i:6119;s:21:\"vector-site-nav-label\";i:6120;s:26:\"vector-2022-prefs-talkpage\";i:6121;s:35:\"tooltip-vector-anon-user-menu-title\";i:6122;s:10:\"wikieditor\";i:6123;s:15:\"wikieditor-desc\";i:6124;s:23:\"wikieditor-wikitext-tab\";i:6125;s:18:\"wikieditor-loading\";i:6126;s:29:\"wikieditor-preview-preference\";i:6127;s:22:\"wikieditor-preview-tab\";i:6128;s:30:\"wikieditor-preview-changes-tab\";i:6129;s:26:\"wikieditor-preview-loading\";i:6130;s:29:\"wikieditor-publish-preference\";i:6131;s:33:\"wikieditor-publish-button-publish\";i:6132;s:32:\"wikieditor-publish-button-cancel\";i:6133;s:31:\"wikieditor-publish-dialog-title\";i:6134;s:33:\"wikieditor-publish-dialog-summary\";i:6135;s:31:\"wikieditor-publish-dialog-minor\";i:6136;s:31:\"wikieditor-publish-dialog-watch\";i:6137;s:33:\"wikieditor-publish-dialog-publish\";i:6138;s:32:\"wikieditor-publish-dialog-goback\";i:6139;s:18:\"wikieditor-toolbar\";i:6140;s:23:\"wikieditor-toolbar-desc\";i:6141;s:29:\"wikieditor-toolbar-preference\";i:6142;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6143;s:26:\"wikieditor-toolbar-hidesig\";i:6144;s:26:\"wikieditor-toolbar-loading\";i:6145;s:28:\"wikieditor-toolbar-tool-bold\";i:6146;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6147;s:30:\"wikieditor-toolbar-tool-italic\";i:6148;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6149;s:29:\"wikieditor-toolbar-tool-ilink\";i:6150;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6151;s:29:\"wikieditor-toolbar-tool-xlink\";i:6152;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6153;s:28:\"wikieditor-toolbar-tool-link\";i:6154;s:34:\"wikieditor-toolbar-tool-link-title\";i:6155;s:32:\"wikieditor-toolbar-tool-link-int\";i:6156;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6157;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6158;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6159;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6160;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6161;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6162;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6163;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6164;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6165;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6166;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6167;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6168;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6169;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6170;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6171;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6172;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6173;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6174;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6175;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6176;s:28:\"wikieditor-toolbar-tool-file\";i:6177;s:36:\"wikieditor-toolbar-tool-file-example\";i:6178;s:34:\"wikieditor-toolbar-tool-file-title\";i:6179;s:30:\"wikieditor-toolbar-file-target\";i:6180;s:31:\"wikieditor-toolbar-file-caption\";i:6181;s:28:\"wikieditor-toolbar-file-size\";i:6182;s:29:\"wikieditor-toolbar-file-float\";i:6183;s:31:\"wikieditor-toolbar-file-default\";i:6184;s:30:\"wikieditor-toolbar-file-format\";i:6185;s:35:\"wikieditor-toolbar-file-format-none\";i:6186;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6187;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6188;s:33:\"wikieditor-toolbar-tool-reference\";i:6189;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6190;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6191;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6192;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6193;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6194;s:33:\"wikieditor-toolbar-tool-signature\";i:6195;s:35:\"wikieditor-toolbar-section-advanced\";i:6196;s:31:\"wikieditor-toolbar-tool-heading\";i:6197;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6198;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6199;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6200;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6201;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6202;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6203;s:31:\"wikieditor-toolbar-group-format\";i:6204;s:29:\"wikieditor-toolbar-tool-ulist\";i:6205;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6206;s:29:\"wikieditor-toolbar-tool-olist\";i:6207;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6208;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6209;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6210;s:32:\"wikieditor-toolbar-tool-redirect\";i:6211;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6212;s:27:\"wikieditor-toolbar-tool-big\";i:6213;s:35:\"wikieditor-toolbar-tool-big-example\";i:6214;s:29:\"wikieditor-toolbar-tool-small\";i:6215;s:37:\"wikieditor-toolbar-tool-small-example\";i:6216;s:35:\"wikieditor-toolbar-tool-superscript\";i:6217;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6218;s:33:\"wikieditor-toolbar-tool-subscript\";i:6219;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6220;s:31:\"wikieditor-toolbar-group-insert\";i:6221;s:31:\"wikieditor-toolbar-tool-gallery\";i:6222;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6223;s:31:\"wikieditor-toolbar-tool-newline\";i:6224;s:29:\"wikieditor-toolbar-tool-table\";i:6225;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6226;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6227;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6228;s:35:\"wikieditor-toolbar-tool-table-title\";i:6229;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6230;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6231;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6232;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6233;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6234;s:37:\"wikieditor-toolbar-tool-table-example\";i:6235;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6236;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6237;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6238;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6239;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6240;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6241;s:31:\"wikieditor-toolbar-tool-replace\";i:6242;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6243;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6244;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6245;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6246;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6247;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6248;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6249;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6250;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6251;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6252;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6253;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6254;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6255;s:37:\"wikieditor-toolbar-section-characters\";i:6256;s:31:\"wikieditor-toolbar-section-help\";i:6257;s:43:\"wikieditor-toolbar-help-heading-description\";i:6258;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6259;s:38:\"wikieditor-toolbar-help-heading-result\";i:6260;s:35:\"wikieditor-toolbar-help-page-format\";i:6261;s:33:\"wikieditor-toolbar-help-page-link\";i:6262;s:36:\"wikieditor-toolbar-help-page-heading\";i:6263;s:33:\"wikieditor-toolbar-help-page-list\";i:6264;s:33:\"wikieditor-toolbar-help-page-file\";i:6265;s:38:\"wikieditor-toolbar-help-page-reference\";i:6266;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6267;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6268;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6269;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6270;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6271;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6272;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6273;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6274;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6275;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6276;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6277;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6278;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6279;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6280;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6281;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6282;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6283;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6284;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6285;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6286;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6287;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6288;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6289;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6290;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6291;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6292;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6293;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6294;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6295;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6296;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6297;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6298;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6299;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6300;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6301;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6302;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6303;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6304;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6305;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6306;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6307;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6308;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6309;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6310;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6311;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6312;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6313;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6314;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6315;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6316;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6317;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6318;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6319;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6320;s:20:\"syntaxhighlight-desc\";i:6321;s:30:\"syntaxhighlight-error-category\";i:6322;s:35:\"syntaxhighlight-error-category-desc\";i:6323;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6324;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6325;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6326;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6327;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6328;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6329;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6330;s:38:\"syntaxhighlight-error-unknown-language\";i:6331;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6332;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6333;s:22:\"action-mf-uploadbutton\";i:6334;s:20:\"beta-feature-minerva\";i:6335;s:32:\"beta-feature-minerva-description\";i:6336;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6337;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6338;s:37:\"mobile-frontend-account-create-submit\";i:6339;s:25:\"mobile-frontend-app-title\";i:6340;s:38:\"mobile-frontend-back-to-top-of-section\";i:6341;s:34:\"mobile-frontend-categories-heading\";i:6342;s:37:\"mobile-frontend-categories-subheading\";i:6343;s:32:\"mobile-frontend-categories-nocat\";i:6344;s:30:\"mobile-frontend-categories-add\";i:6345;s:33:\"mobile-frontend-categories-search\";i:6346;s:34:\"mobile-frontend-categories-nomatch\";i:6347;s:33:\"mobile-frontend-categories-nodata\";i:6348;s:34:\"mobile-frontend-categories-summary\";i:6349;s:38:\"mobile-frontend-categories-add-heading\";i:6350;s:35:\"mobile-frontend-categories-add-wait\";i:6351;s:33:\"mobile-frontend-categories-normal\";i:6352;s:33:\"mobile-frontend-categories-hidden\";i:6353;s:30:\"mobile-frontend-changeslist-ip\";i:6354;s:37:\"mobile-frontend-changeslist-nocomment\";i:6355;s:28:\"mobile-frontend-clear-search\";i:6356;s:37:\"mobile-frontend-commons-category-view\";i:6357;s:36:\"mobile-frontend-contribution-summary\";i:6358;s:32:\"mobile-frontend-cookies-required\";i:6359;s:25:\"mobile-frontend-copyright\";i:6360;s:20:\"mobile-frontend-desc\";i:6361;s:33:\"mobile-frontend-diffview-404-desc\";i:6362;s:34:\"mobile-frontend-diffview-404-title\";i:6363;s:34:\"mobile-frontend-diffview-anonymous\";i:6364;s:35:\"mobile-frontend-diffview-bytesadded\";i:6365;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6366;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6367;s:34:\"mobile-frontend-diffview-editcount\";i:6368;s:34:\"mobile-frontend-diffview-explained\";i:6369;s:30:\"mobile-frontend-diffview-title\";i:6370;s:30:\"mobile-frontend-disable-images\";i:6371;s:36:\"mobile-frontend-dismiss-notification\";i:6372;s:33:\"mobile-frontend-donate-image-anon\";i:6373;s:36:\"mobile-frontend-donate-image-heading\";i:6374;s:41:\"mobile-frontend-donate-image-login-action\";i:6375;s:38:\"mobile-frontend-donate-image-nouploads\";i:6376;s:42:\"mobile-frontend-donate-image-signup-action\";i:6377;s:34:\"mobile-frontend-donate-image-title\";i:6378;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6379;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6380;s:29:\"mobile-frontend-drawer-cancel\";i:6381;s:31:\"mobile-frontend-pointer-dismiss\";i:6382;s:33:\"mobile-frontend-edit-login-action\";i:6383;s:34:\"mobile-frontend-edit-signup-action\";i:6384;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6385;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6386;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6387;s:27:\"mobile-frontend-editor-anon\";i:6388;s:34:\"mobile-frontend-editor-anonwarning\";i:6389;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6390;s:35:\"mobile-frontend-editor-blocked-info\";i:6391;s:29:\"mobile-frontend-editor-cancel\";i:6392;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6393;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6394;s:31:\"mobile-frontend-editor-continue\";i:6395;s:26:\"mobile-frontend-editor-cta\";i:6396;s:31:\"mobile-frontend-editor-disabled\";i:6397;s:30:\"mobile-frontend-editor-editing\";i:6398;s:35:\"mobile-frontend-editor-editing-page\";i:6399;s:28:\"mobile-frontend-editor-error\";i:6400;s:37:\"mobile-frontend-editor-error-conflict\";i:6401;s:36:\"mobile-frontend-editor-error-loading\";i:6402;s:36:\"mobile-frontend-editor-error-preview\";i:6403;s:35:\"mobile-frontend-editor-keep-editing\";i:6404;s:32:\"mobile-frontend-editor-licensing\";i:6405;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6406;s:33:\"mobile-frontend-editor-terms-link\";i:6407;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6408;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6409;s:34:\"mobile-frontend-editor-placeholder\";i:6410;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6411;s:38:\"mobile-frontend-editor-previewing-page\";i:6412;s:37:\"mobile-frontend-editor-redirect-title\";i:6413;s:27:\"mobile-frontend-editor-save\";i:6414;s:30:\"mobile-frontend-editor-success\";i:6415;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6416;s:39:\"mobile-frontend-editor-success-new-page\";i:6417;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6418;s:38:\"mobile-frontend-editor-summary-request\";i:6419;s:30:\"mobile-frontend-editor-summary\";i:6420;s:37:\"mobile-frontend-editor-switch-confirm\";i:6421;s:36:\"mobile-frontend-editor-switch-editor\";i:6422;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6423;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6424;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6425;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6426;s:34:\"mobile-frontend-editor-unavailable\";i:6427;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6428;s:35:\"mobile-frontend-editor-uploadenable\";i:6429;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6430;s:27:\"mobile-frontend-editor-wait\";i:6431;s:36:\"mobile-frontend-editor-redlink-leave\";i:6432;s:38:\"mobile-frontend-editor-redlink-explain\";i:6433;s:37:\"mobile-frontend-editor-redlink-create\";i:6434;s:27:\"mobile-frontend-editor-bold\";i:6435;s:29:\"mobile-frontend-editor-italic\";i:6436;s:32:\"mobile-frontend-editor-bold-text\";i:6437;s:34:\"mobile-frontend-editor-italic-text\";i:6438;s:32:\"mobile-frontend-editor-reference\";i:6439;s:39:\"mobile-frontend-editor-insert-reference\";i:6440;s:44:\"mobile-frontend-editor-reference-placeholder\";i:6441;s:36:\"mobile-frontend-editor-add-reference\";i:6442;s:29:\"mobile-frontend-enable-images\";i:6443;s:43:\"mobile-frontend-expand-sections-description\";i:6444;s:38:\"mobile-frontend-expand-sections-status\";i:6445;s:32:\"mobile-frontend-fontchanger-link\";i:6446;s:32:\"mobile-frontend-fontchanger-desc\";i:6447;s:32:\"mobile-frontend-featured-article\";i:6448;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6449;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6450;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6451;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6452;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6453;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6454;s:30:\"mobile-frontend-footer-contact\";i:6455;s:31:\"mobile-frontend-footer-sitename\";i:6456;s:32:\"mobile-frontend-generic-404-desc\";i:6457;s:33:\"mobile-frontend-generic-404-title\";i:6458;s:29:\"mobile-frontend-generic-login\";i:6459;s:36:\"mobile-frontend-generic-login-action\";i:6460;s:33:\"mobile-frontend-generic-login-new\";i:6461;s:37:\"mobile-frontend-generic-signup-action\";i:6462;s:23:\"mobile-frontend-history\";i:6463;s:32:\"mobile-frontend-history-404-desc\";i:6464;s:33:\"mobile-frontend-history-404-title\";i:6465;s:34:\"mobile-frontend-history-no-results\";i:6466;s:27:\"mobile-frontend-home-button\";i:6467;s:36:\"mobile-frontend-image-cancel-confirm\";i:6468;s:38:\"mobile-frontend-image-heading-describe\";i:6469;s:31:\"mobile-frontend-image-uploading\";i:6470;s:29:\"mobile-frontend-images-status\";i:6471;s:40:\"mobile-frontend-language-article-heading\";i:6472;s:31:\"mobile-frontend-language-header\";i:6473;s:32:\"mobile-frontend-language-heading\";i:6474;s:36:\"mobile-frontend-language-site-choose\";i:6475;s:39:\"mobile-frontend-language-variant-header\";i:6476;s:34:\"mobile-frontend-languages-404-desc\";i:6477;s:35:\"mobile-frontend-languages-404-title\";i:6478;s:32:\"mobile-frontend-languages-header\";i:6479;s:37:\"mobile-frontend-languages-header-page\";i:6480;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6481;s:30:\"mobile-frontend-languages-text\";i:6482;s:40:\"mobile-frontend-languages-variant-header\";i:6483;s:34:\"mobile-frontend-last-modified-date\";i:6484;s:34:\"mobile-frontend-last-modified-days\";i:6485;s:35:\"mobile-frontend-last-modified-hours\";i:6486;s:38:\"mobile-frontend-last-modified-just-now\";i:6487;s:37:\"mobile-frontend-last-modified-minutes\";i:6488;s:36:\"mobile-frontend-last-modified-months\";i:6489;s:37:\"mobile-frontend-last-modified-seconds\";i:6490;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6491;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6492;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6493;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6494;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6495;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6496;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6497;s:35:\"mobile-frontend-last-modified-years\";i:6498;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6499;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6500;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6501;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6502;s:26:\"mobile-frontend-logged-out\";i:6503;s:21:\"mobile-frontend-login\";i:6504;s:25:\"mobile-frontend-main-menu\";i:6505;s:30:\"mobile-frontend-main-menu-back\";i:6506;s:40:\"mobile-frontend-main-menu-account-create\";i:6507;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6508;s:34:\"mobile-frontend-main-menu-featured\";i:6509;s:31:\"mobile-frontend-main-menu-login\";i:6510;s:32:\"mobile-frontend-main-menu-logout\";i:6511;s:32:\"mobile-frontend-main-menu-nearby\";i:6512;s:36:\"mobile-frontend-main-menu-page-title\";i:6513;s:34:\"mobile-frontend-main-menu-settings\";i:6514;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6515;s:32:\"mobile-frontend-main-menu-upload\";i:6516;s:35:\"mobile-frontend-main-menu-watchlist\";i:6517;s:29:\"mobile-frontend-media-details\";i:6518;s:34:\"mobile-frontend-media-license-link\";i:6519;s:32:\"mobile-frontend-meta-data-issues\";i:6520;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6521;s:39:\"mobile-frontend-meta-data-issues-header\";i:6522;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6523;s:29:\"mobile-frontend-missing-image\";i:6524;s:31:\"mobile-frontend-nearby-distance\";i:6525;s:38:\"mobile-frontend-nearby-distance-meters\";i:6526;s:28:\"mobile-frontend-nearby-error\";i:6527;s:37:\"mobile-frontend-nearby-error-guidance\";i:6528;s:30:\"mobile-frontend-nearby-loading\";i:6529;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6530;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6531;s:32:\"mobile-frontend-nearby-noresults\";i:6532;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6533;s:33:\"mobile-frontend-nearby-permission\";i:6534;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6535;s:30:\"mobile-frontend-nearby-refresh\";i:6536;s:35:\"mobile-frontend-nearby-requirements\";i:6537;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6538;s:28:\"mobile-frontend-nearby-title\";i:6539;s:34:\"mobile-frontend-nearby-sectiontext\";i:6540;s:26:\"mobile-frontend-news-items\";i:6541;s:30:\"mobile-frontend-opt-in-explain\";i:6542;s:29:\"mobile-frontend-overlay-close\";i:6543;s:32:\"mobile-frontend-overlay-continue\";i:6544;s:34:\"mobile-frontend-page-menu-contents\";i:6545;s:33:\"mobile-frontend-page-menu-history\";i:6546;s:33:\"mobile-frontend-page-edit-summary\";i:6547;s:24:\"mobile-frontend-password\";i:6548;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6549;s:36:\"mobile-frontend-password-placeholder\";i:6550;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6551;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6552;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6553;s:31:\"mobile-frontend-photo-licensing\";i:6554;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6555;s:31:\"mobile-frontend-photo-ownership\";i:6556;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6557;s:36:\"mobile-frontend-photo-ownership-help\";i:6558;s:28:\"mobile-frontend-photo-submit\";i:6559;s:28:\"mobile-frontend-photo-upload\";i:6560;s:33:\"mobile-frontend-photo-upload-anon\";i:6561;s:36:\"mobile-frontend-photo-upload-comment\";i:6562;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6563;s:34:\"mobile-frontend-photo-upload-error\";i:6564;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6565;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6566;s:36:\"mobile-frontend-photo-upload-generic\";i:6567;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6568;s:44:\"mobile-frontend-photo-upload-success-article\";i:6569;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6570;s:39:\"mobile-frontend-photo-upload-user-count\";i:6571;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6572;s:27:\"mobile-frontend-placeholder\";i:6573;s:31:\"mobile-frontend-placeholder-app\";i:6574;s:32:\"mobile-frontend-placeholder-beta\";i:6575;s:33:\"mobile-frontend-privacy-link-text\";i:6576;s:40:\"mobile-frontend-profile-activity-heading\";i:6577;s:29:\"mobile-frontend-profile-error\";i:6578;s:38:\"mobile-frontend-profile-footer-ancient\";i:6579;s:35:\"mobile-frontend-profile-footer-days\";i:6580;s:37:\"mobile-frontend-profile-footer-months\";i:6581;s:36:\"mobile-frontend-profile-footer-years\";i:6582;s:33:\"mobile-frontend-profile-last-edit\";i:6583;s:34:\"mobile-frontend-profile-last-thank\";i:6584;s:30:\"mobile-frontend-profile-noargs\";i:6585;s:30:\"mobile-frontend-profile-nouser\";i:6586;s:29:\"mobile-frontend-profile-title\";i:6587;s:37:\"mobile-frontend-profile-userpage-link\";i:6588;s:32:\"mobile-frontend-profile-usertalk\";i:6589;s:29:\"mobile-frontend-random-button\";i:6590;s:35:\"mobile-frontend-references-citation\";i:6591;s:28:\"mobile-frontend-regular-site\";i:6592;s:31:\"mobile-frontend-requires-mobile\";i:6593;s:30:\"mobile-frontend-requires-title\";i:6594;s:26:\"mobile-frontend-save-error\";i:6595;s:29:\"mobile-frontend-save-settings\";i:6596;s:32:\"mobile-frontend-saving-exit-page\";i:6597;s:30:\"mobile-frontend-search-content\";i:6598;s:41:\"mobile-frontend-search-content-no-results\";i:6599;s:33:\"mobile-frontend-search-no-results\";i:6600;s:29:\"mobile-frontend-search-submit\";i:6601;s:39:\"mobile-frontend-settings-images-explain\";i:6602;s:29:\"mobile-frontend-settings-beta\";i:6603;s:41:\"mobile-frontend-settings-site-description\";i:6604;s:36:\"mobile-frontend-settings-site-header\";i:6605;s:37:\"mobile-frontend-sign-in-error-heading\";i:6606;s:31:\"mobile-frontend-sign-in-heading\";i:6607;s:27:\"mobile-frontend-sign-in-why\";i:6608;s:31:\"mobile-frontend-sign-up-heading\";i:6609;s:29:\"mobile-frontend-talk-fullpage\";i:6610;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6611;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6612;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6613;s:33:\"mobile-frontend-talk-back-to-page\";i:6614;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6615;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6616;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6617;s:33:\"mobile-frontend-talk-edit-summary\";i:6618;s:30:\"mobile-frontend-talk-explained\";i:6619;s:36:\"mobile-frontend-talk-explained-empty\";i:6620;s:35:\"mobile-frontend-talk-overlay-header\";i:6621;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6622;s:26:\"mobile-frontend-talk-reply\";i:6623;s:31:\"mobile-frontend-talk-reply-info\";i:6624;s:34:\"mobile-frontend-talk-reply-success\";i:6625;s:35:\"mobile-frontend-talk-topic-feedback\";i:6626;s:32:\"mobile-frontend-talk-topic-error\";i:6627;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6628;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6629;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6630;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6631;s:31:\"mobile-frontend-talk-topic-wait\";i:6632;s:26:\"mobile-frontend-terms-text\";i:6633;s:30:\"mobile-frontend-thanked-notice\";i:6634;s:28:\"mobile-frontend-user-account\";i:6635;s:35:\"mobile-frontend-user-button-tooltip\";i:6636;s:32:\"mobile-frontend-user-newmessages\";i:6637;s:24:\"mobile-frontend-user-cta\";i:6638;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6639;s:24:\"mobile-frontend-username\";i:6640;s:36:\"mobile-frontend-username-placeholder\";i:6641;s:20:\"mobile-frontend-view\";i:6642;s:28:\"mobile-frontend-view-desktop\";i:6643;s:27:\"mobile-frontend-view-mobile\";i:6644;s:27:\"mobile-frontend-view-source\";i:6645;s:27:\"mobile-frontend-watch-login\";i:6646;s:29:\"mobile-frontend-watchlist-a-z\";i:6647;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6648;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6649;s:29:\"mobile-frontend-watchlist-add\";i:6650;s:35:\"mobile-frontend-watchlist-back-home\";i:6651;s:29:\"mobile-frontend-watchlist-cta\";i:6652;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:6653;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6654;s:30:\"mobile-frontend-watchlist-feed\";i:6655;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6656;s:36:\"mobile-frontend-watchlist-filter-all\";i:6657;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6658;s:38:\"mobile-frontend-watchlist-filter-other\";i:6659;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6660;s:38:\"mobile-frontend-watchlist-login-action\";i:6661;s:30:\"mobile-frontend-watchlist-more\";i:6662;s:37:\"mobile-frontend-watchlist-please-wait\";i:6663;s:31:\"mobile-frontend-watchlist-error\";i:6664;s:33:\"mobile-frontend-watchlist-purpose\";i:6665;s:33:\"mobile-frontend-watchlist-removed\";i:6666;s:39:\"mobile-frontend-watchlist-signup-action\";i:6667;s:30:\"mobile-frontend-watchlist-view\";i:6668;s:36:\"mobile-frontend-quick-lookup-looking\";i:6669;s:39:\"mobile-frontend-quick-lookup-no-results\";i:6670;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:6671;s:6:\"nearby\";i:6672;s:21:\"right-mf-uploadbutton\";i:6673;s:15:\"tag-mobile_edit\";i:6674;s:27:\"tag-mobile_edit-description\";i:6675;s:19:\"tag-mobile_web_edit\";i:6676;s:31:\"tag-mobile_web_edit-description\";i:6677;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:6678;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:6679;s:30:\"apihelp-mobileview-description\";i:6680;s:29:\"apihelp-mobileview-param-page\";i:6681;s:33:\"apihelp-mobileview-param-redirect\";i:6682;s:36:\"apihelp-mobileview-param-sectionprop\";i:6683;s:32:\"apihelp-mobileview-param-variant\";i:6684;s:33:\"apihelp-mobileview-param-noimages\";i:6685;s:35:\"apihelp-mobileview-param-noheadings\";i:6686;s:36:\"apihelp-mobileview-param-notransform\";i:6687;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:6688;s:34:\"apihelp-mobileview-param-thumbsize\";i:6689;s:35:\"apihelp-mobileview-param-thumbwidth\";i:6690;s:36:\"apihelp-mobileview-param-thumbheight\";i:6691;s:28:\"apihelp-mobileview-example-1\";i:6692;s:28:\"apihelp-mobileview-example-2\";i:6693;s:28:\"apihelp-mobileview-example-3\";i:6694;s:28:\"apihelp-parse-param-noimages\";i:6695;s:28:\"apihelp-parse-param-mainpage\";i:6696;s:35:\"mobile-frontend-donate-button-label\";i:6697;s:43:\"mobile-frontend-meta-data-issues-categories\";i:6698;s:31:\"mobile-frontend-loading-message\";i:6699;s:31:\"mobile-frontend-console-recruit\";i:6700;s:34:\"mobile-frontend-browse-tags-header\";i:6701;s:24:\"mobile-frontend-panel-ok\";i:6702;s:28:\"mobile-frontend-panel-cancel\";i:6703;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:6704;s:41:\"mobile-frontend-search-feedback-link-text\";i:6705;s:38:\"mobile-frontend-search-feedback-prompt\";i:6706;s:20:\"googleanalytics-desc\";i:6707;s:17:\"right-noanalytics\";i:6708;s:7:\"sidebar\";i:6709;s:18:\"pagecategorieslink\";i:6710;s:25:\"categoryviewer-pagedlinks\";i:6711;s:24:\"category-header-numerals\";i:6712;s:9:\"sitetitle\";i:6713;s:12:\"sitesubtitle\";i:6714;s:10:\"addsection\";i:6715;s:14:\"talkpageheader\";i:6716;s:22:\"view-pool-dirty-output\";i:6717;s:20:\"view-pool-contention\";i:6718;s:17:\"view-pool-timeout\";i:6719;s:12:\"edithelppage\";i:6720;s:8:\"helppage\";i:6721;s:14:\"mainpage-title\";i:6722;s:23:\"mainpage-title-loggedin\";i:6723;s:23:\"pagetitle-view-mainpage\";i:6724;s:16:\"backlinksubtitle\";i:6725;s:9:\"feed-atom\";i:6726;s:8:\"feed-rss\";i:6727;s:10:\"sitenotice\";i:6728;s:10:\"anonnotice\";i:6729;s:28:\"newsectionheaderdefaultlevel\";i:6730;s:10:\"nstab-talk\";i:6731;s:23:\"createacct-helpusername\";i:6732;s:24:\"createacct-username-help\";i:6733;s:11:\"loginprompt\";i:6734;s:18:\"userlogout-summary\";i:6735;s:13:\"helplogin-url\";i:6736;s:26:\"createacct-imgcaptcha-help\";i:6737;s:24:\"createacct-benefit-icon1\";i:6738;s:24:\"createacct-benefit-head1\";i:6739;s:24:\"createacct-benefit-icon2\";i:6740;s:24:\"createacct-benefit-head2\";i:6741;s:24:\"createacct-benefit-icon3\";i:6742;s:24:\"createacct-benefit-head3\";i:6743;s:17:\"nocookiesforlogin\";i:6744;s:11:\"signupstart\";i:6745;s:9:\"signupend\";i:6746;s:15:\"signupend-https\";i:6747;s:11:\"emailsender\";i:6748;s:18:\"loginlanguagelinks\";i:6749;s:15:\"pear-mail-error\";i:6750;s:14:\"php-mail-error\";i:6751;s:22:\"changepassword-summary\";i:6752;s:19:\"changeemail-summary\";i:6753;s:19:\"resettokens-summary\";i:6754;s:8:\"sig-text\";i:6755;s:18:\"newarticletextanon\";i:6756;s:12:\"talkpagetext\";i:6757;s:17:\"noarticletextanon\";i:6758;s:17:\"editnotice-notext\";i:6759;s:23:\"editpage-head-copy-warn\";i:6760;s:20:\"editpage-tos-summary\";i:6761;s:13:\"longpage-hint\";i:6762;s:18:\"addsection-preload\";i:6763;s:20:\"addsection-editintro\";i:6764;s:26:\"createaccount-hook-aborted\";i:6765;s:21:\"revision-info-current\";i:6766;s:12:\"revision-nav\";i:6767;s:17:\"history_copyright\";i:6768;s:41:\"mergehistory-warning-redirect-not-created\";i:6769;s:26:\"mergehistory-redirect-text\";i:6770;s:18:\"pagemerge-logentry\";i:6771;s:14:\"search-summary\";i:6772;s:23:\"searchmenu-new-nocreate\";i:6773;s:23:\"search-interwiki-custom\";i:6774;s:12:\"googlesearch\";i:6775;s:15:\"opensearch-desc\";i:6776;s:19:\"preferences-summary\";i:6777;s:36:\"prefs-user-downloaddata-help-message\";i:6778;s:18:\"userrights-summary\";i:6779;s:35:\"userrights-no-shorten-expiry-marker\";i:6780;s:6:\"ntimes\";i:6781;s:17:\"recentchanges-url\";i:6782;s:17:\"recentchangestext\";i:6783;s:26:\"recentchanges-legend-minor\";i:6784;s:24:\"recentchanges-legend-bot\";i:6785;s:32:\"recentchanges-legend-unpatrolled\";i:6786;s:30:\"recentchanges-legend-plusminus\";i:6787;s:30:\"rcfilters-tag-prefix-namespace\";i:6788;s:25:\"rcfilters-tag-prefix-tags\";i:6789;s:17:\"unpatrolledletter\";i:6790;s:43:\"number-of-watching-users-for-recent-changes\";i:6791;s:14:\"rc-change-size\";i:6792;s:14:\"upload-summary\";i:6793;s:12:\"uploadfooter\";i:6794;s:26:\"upload-default-description\";i:6795;s:13:\"uploadedimage\";i:6796;s:14:\"overwroteimage\";i:6797;s:8:\"licenses\";i:6798;s:24:\"shareddescriptionfollows\";i:6799;s:35:\"filedelete-reason-dropdown-suppress\";i:6800;s:22:\"unwatchedpages-summary\";i:6801;s:21:\"listredirects-summary\";i:6802;s:23:\"unusedtemplates-summary\";i:6803;s:14:\"randompage-url\";i:6804;s:18:\"statistics-summary\";i:6805;s:24:\"statistics-articles-desc\";i:6806;s:21:\"statistics-files-desc\";i:6807;s:17:\"statistics-footer\";i:6808;s:21:\"pageswithprop-summary\";i:6809;s:23:\"doubleredirects-summary\";i:6810;s:23:\"brokenredirects-summary\";i:6811;s:29:\"brokenredirects-delete-reason\";i:6812;s:23:\"fewestrevisions-summary\";i:6813;s:19:\"lonelypages-summary\";i:6814;s:26:\"uncategorizedpages-summary\";i:6815;s:31:\"uncategorizedcategories-summary\";i:6816;s:27:\"uncategorizedimages-summary\";i:6817;s:30:\"uncategorizedtemplates-summary\";i:6818;s:24:\"unusedcategories-summary\";i:6819;s:20:\"unusedimages-summary\";i:6820;s:24:\"wantedcategories-summary\";i:6821;s:19:\"wantedfiles-summary\";i:6822;s:23:\"wantedtemplates-summary\";i:6823;s:18:\"mostlinked-summary\";i:6824;s:28:\"mostlinkedcategories-summary\";i:6825;s:27:\"mostlinkedtemplates-summary\";i:6826;s:22:\"mostcategories-summary\";i:6827;s:18:\"mostimages-summary\";i:6828;s:22:\"mostinterwikis-summary\";i:6829;s:21:\"mostrevisions-summary\";i:6830;s:19:\"prefixindex-summary\";i:6831;s:18:\"shortpages-summary\";i:6832;s:17:\"longpages-summary\";i:6833;s:20:\"deadendpages-summary\";i:6834;s:29:\"protectedpages-unknown-reason\";i:6835;s:17:\"listusers-summary\";i:6836;s:16:\"newpages-summary\";i:6837;s:20:\"ancientpages-summary\";i:6838;s:15:\"apihelp-summary\";i:6839;s:12:\"apihelp-link\";i:6840;s:18:\"apisandbox-summary\";i:6841;s:19:\"booksources-summary\";i:6842;s:16:\"booksources-isbn\";i:6843;s:6:\"rfcurl\";i:6844;s:9:\"pubmedurl\";i:6845;s:16:\"allpages-summary\";i:6846;s:18:\"categories-summary\";i:6847;s:28:\"deletedcontributions-summary\";i:6848;s:18:\"linksearch-summary\";i:6849;s:19:\"activeusers-summary\";i:6850;s:29:\"listgrouprights-right-display\";i:6851;s:29:\"listgrouprights-right-revoked\";i:6852;s:24:\"listgrants-grant-display\";i:6853;s:17:\"emailuser-summary\";i:6854;s:17:\"watchlist-summary\";i:6855;s:17:\"watchlist-unwatch\";i:6856;s:22:\"watchlist-unwatch-undo\";i:6857;s:30:\"deletereason-dropdown-suppress\";i:6858;s:16:\"protectedarticle\";i:6859;s:25:\"modifiedarticleprotection\";i:6860;s:18:\"unprotectedarticle\";i:6861;s:22:\"movedarticleprotection\";i:6862;s:20:\"protect-summary-desc\";i:6863;s:17:\"restriction-blank\";i:6864;s:16:\"undelete-summary\";i:6865;s:22:\"undelete-revision-row2\";i:6866;s:21:\"contributions-summary\";i:6867;s:24:\"sp-contributions-explain\";i:6868;s:23:\"sp-contributions-footer\";i:6869;s:28:\"sp-contributions-footer-anon\";i:6870;s:34:\"sp-contributions-footer-anon-range\";i:6871;s:21:\"whatlinkshere-summary\";i:6872;s:15:\"unblock-summary\";i:6873;s:17:\"blocklist-summary\";i:6874;s:13:\"blocklogentry\";i:6875;s:16:\"reblock-logentry\";i:6876;s:15:\"unblocklogentry\";i:6877;s:5:\"sorbs\";i:6878;s:18:\"ipb-default-expiry\";i:6879;s:21:\"ipb-default-expiry-ip\";i:6880;s:16:\"movepage-summary\";i:6881;s:18:\"move-redirect-text\";i:6882;s:31:\"category-move-redirect-override\";i:6883;s:14:\"export-summary\";i:6884;s:14:\"import-summary\";i:6885;s:22:\"import-logentry-upload\";i:6886;s:25:\"import-logentry-interwiki\";i:6887;s:21:\"accesskey-pt-userpage\";i:6888;s:25:\"accesskey-pt-anonuserpage\";i:6889;s:19:\"accesskey-pt-mytalk\";i:6890;s:21:\"accesskey-pt-anontalk\";i:6891;s:24:\"accesskey-pt-preferences\";i:6892;s:22:\"accesskey-pt-watchlist\";i:6893;s:22:\"accesskey-pt-mycontris\";i:6894;s:25:\"accesskey-pt-anoncontribs\";i:6895;s:18:\"accesskey-pt-login\";i:6896;s:26:\"accesskey-pt-login-private\";i:6897;s:19:\"accesskey-pt-logout\";i:6898;s:26:\"accesskey-pt-createaccount\";i:6899;s:17:\"accesskey-ca-view\";i:6900;s:17:\"accesskey-ca-talk\";i:6901;s:17:\"accesskey-ca-edit\";i:6902;s:23:\"accesskey-ca-addsection\";i:6903;s:23:\"accesskey-ca-viewsource\";i:6904;s:20:\"accesskey-ca-history\";i:6905;s:20:\"accesskey-ca-protect\";i:6906;s:22:\"accesskey-ca-unprotect\";i:6907;s:19:\"accesskey-ca-delete\";i:6908;s:21:\"accesskey-ca-undelete\";i:6909;s:17:\"accesskey-ca-move\";i:6910;s:18:\"accesskey-ca-watch\";i:6911;s:20:\"accesskey-ca-unwatch\";i:6912;s:16:\"accesskey-search\";i:6913;s:19:\"accesskey-search-go\";i:6914;s:25:\"accesskey-search-fulltext\";i:6915;s:16:\"accesskey-p-logo\";i:6916;s:26:\"accesskey-n-help-mediawiki\";i:6917;s:20:\"accesskey-n-mainpage\";i:6918;s:32:\"accesskey-n-mainpage-description\";i:6919;s:18:\"accesskey-n-portal\";i:6920;s:25:\"accesskey-n-currentevents\";i:6921;s:25:\"accesskey-n-recentchanges\";i:6922;s:22:\"accesskey-n-randompage\";i:6923;s:16:\"accesskey-n-help\";i:6924;s:25:\"accesskey-t-whatlinkshere\";i:6925;s:31:\"accesskey-t-recentchangeslinked\";i:6926;s:18:\"accesskey-feed-rss\";i:6927;s:19:\"accesskey-feed-atom\";i:6928;s:25:\"accesskey-t-contributions\";i:6929;s:21:\"accesskey-t-emailuser\";i:6930;s:16:\"accesskey-t-info\";i:6931;s:21:\"accesskey-t-permalink\";i:6932;s:17:\"accesskey-t-print\";i:6933;s:18:\"accesskey-t-upload\";i:6934;s:24:\"accesskey-t-specialpages\";i:6935;s:23:\"accesskey-ca-nstab-main\";i:6936;s:23:\"accesskey-ca-nstab-user\";i:6937;s:24:\"accesskey-ca-nstab-media\";i:6938;s:26:\"accesskey-ca-nstab-special\";i:6939;s:26:\"accesskey-ca-nstab-project\";i:6940;s:24:\"accesskey-ca-nstab-image\";i:6941;s:28:\"accesskey-ca-nstab-mediawiki\";i:6942;s:27:\"accesskey-ca-nstab-template\";i:6943;s:23:\"accesskey-ca-nstab-help\";i:6944;s:27:\"accesskey-ca-nstab-category\";i:6945;s:19:\"accesskey-minoredit\";i:6946;s:14:\"accesskey-save\";i:6947;s:17:\"accesskey-publish\";i:6948;s:17:\"accesskey-preview\";i:6949;s:14:\"accesskey-diff\";i:6950;s:33:\"accesskey-compareselectedversions\";i:6951;s:15:\"accesskey-watch\";i:6952;s:26:\"accesskey-watchlist-expiry\";i:6953;s:16:\"accesskey-upload\";i:6954;s:26:\"accesskey-preferences-save\";i:6955;s:17:\"accesskey-summary\";i:6956;s:24:\"accesskey-userrights-set\";i:6957;s:23:\"accesskey-blockip-block\";i:6958;s:16:\"accesskey-export\";i:6959;s:16:\"accesskey-import\";i:6960;s:37:\"accesskey-watchlistedit-normal-submit\";i:6961;s:34:\"accesskey-watchlistedit-raw-submit\";i:6962;s:15:\"tooltip-ca-view\";i:6963;s:14:\"tooltip-p-lang\";i:6964;s:20:\"tooltip-p-navigation\";i:6965;s:20:\"tooltip-p-namespaces\";i:6966;s:12:\"tooltip-p-tb\";i:6967;s:18:\"tooltip-p-variants\";i:6968;s:15:\"tooltip-p-views\";i:6969;s:36:\"tooltip-p-user-interface-preferences\";i:6970;s:19:\"tooltip-p-user-page\";i:6971;s:24:\"tooltip-n-help-mediawiki\";i:6972;s:33:\"interlanguage-link-title-langonly\";i:6973;s:32:\"interlanguage-link-title-nonlang\";i:6974;s:36:\"interlanguage-link-title-nonlangonly\";i:6975;s:15:\"pageinfo-header\";i:6976;s:15:\"pageinfo-footer\";i:6977;s:19:\"markaspatrolledlink\";i:6978;s:11:\"widthheight\";i:6979;s:13:\"newimagestext\";i:6980;s:10:\"video-dims\";i:6981;s:8:\"today-at\";i:6982;s:19:\"variantname-zh-hans\";i:6983;s:19:\"variantname-zh-hant\";i:6984;s:17:\"variantname-zh-cn\";i:6985;s:17:\"variantname-zh-tw\";i:6986;s:17:\"variantname-zh-hk\";i:6987;s:17:\"variantname-zh-mo\";i:6988;s:17:\"variantname-zh-sg\";i:6989;s:17:\"variantname-zh-my\";i:6990;s:14:\"variantname-zh\";i:6991;s:20:\"variantname-gan-hans\";i:6992;s:20:\"variantname-gan-hant\";i:6993;s:15:\"variantname-gan\";i:6994;s:19:\"variantname-sr-cyrl\";i:6995;s:17:\"variantname-sr-ec\";i:6996;s:17:\"variantname-sr-el\";i:6997;s:19:\"variantname-sr-latn\";i:6998;s:14:\"variantname-sr\";i:6999;s:17:\"variantname-kk-kz\";i:7000;s:17:\"variantname-kk-tr\";i:7001;s:17:\"variantname-kk-cn\";i:7002;s:19:\"variantname-kk-cyrl\";i:7003;s:19:\"variantname-kk-latn\";i:7004;s:19:\"variantname-kk-arab\";i:7005;s:14:\"variantname-kk\";i:7006;s:19:\"variantname-ku-arab\";i:7007;s:19:\"variantname-ku-latn\";i:7008;s:14:\"variantname-ku\";i:7009;s:19:\"variantname-tg-cyrl\";i:7010;s:19:\"variantname-tg-latn\";i:7011;s:14:\"variantname-tg\";i:7012;s:20:\"variantname-tly-cyrl\";i:7013;s:15:\"variantname-tly\";i:7014;s:20:\"variantname-ike-cans\";i:7015;s:20:\"variantname-ike-latn\";i:7016;s:14:\"variantname-iu\";i:7017;s:20:\"variantname-shi-tfng\";i:7018;s:20:\"variantname-shi-latn\";i:7019;s:15:\"variantname-shi\";i:7020;s:14:\"variantname-uz\";i:7021;s:19:\"variantname-uz-latn\";i:7022;s:19:\"variantname-uz-cyrl\";i:7023;s:15:\"variantname-crh\";i:7024;s:20:\"variantname-crh-latn\";i:7025;s:20:\"variantname-crh-cyrl\";i:7026;s:17:\"metadata-langitem\";i:7027;s:25:\"metadata-langitem-default\";i:7028;s:10:\"unit-pixel\";i:7029;s:19:\"semicolon-separator\";i:7030;s:15:\"colon-separator\";i:7031;s:18:\"autocomment-prefix\";i:7032;s:14:\"pipe-separator\";i:7033;s:14:\"word-separator\";i:7034;s:11:\"parentheses\";i:7035;s:17:\"parentheses-start\";i:7036;s:15:\"parentheses-end\";i:7037;s:8:\"brackets\";i:7038;s:14:\"brackets-start\";i:7039;s:12:\"brackets-end\";i:7040;s:12:\"img-lang-opt\";i:7041;s:29:\"block-autoblock-exemptionlist\";i:7042;s:14:\"size-terabytes\";i:7043;s:14:\"size-petabytes\";i:7044;s:13:\"size-exabytes\";i:7045;s:15:\"size-zettabytes\";i:7046;s:15:\"size-yottabytes\";i:7047;s:15:\"size-ronnabytes\";i:7048;s:16:\"size-quettabytes\";i:7049;s:14:\"size-kilopixel\";i:7050;s:14:\"size-megapixel\";i:7051;s:14:\"size-gigapixel\";i:7052;s:14:\"size-terapixel\";i:7053;s:14:\"size-petapixel\";i:7054;s:13:\"size-exapixel\";i:7055;s:15:\"size-zettapixel\";i:7056;s:15:\"size-yottapixel\";i:7057;s:15:\"size-ronnapixel\";i:7058;s:16:\"size-quettapixel\";i:7059;s:12:\"bitrate-bits\";i:7060;s:16:\"bitrate-kilobits\";i:7061;s:16:\"bitrate-megabits\";i:7062;s:16:\"bitrate-gigabits\";i:7063;s:16:\"bitrate-terabits\";i:7064;s:16:\"bitrate-petabits\";i:7065;s:15:\"bitrate-exabits\";i:7066;s:17:\"bitrate-zettabits\";i:7067;s:17:\"bitrate-yottabits\";i:7068;s:17:\"bitrate-ronnabits\";i:7069;s:18:\"bitrate-quettabits\";i:7070;s:21:\"editwatchlist-summary\";i:7071;s:19:\"iranian-calendar-m1\";i:7072;s:19:\"iranian-calendar-m2\";i:7073;s:19:\"iranian-calendar-m3\";i:7074;s:19:\"iranian-calendar-m4\";i:7075;s:19:\"iranian-calendar-m5\";i:7076;s:19:\"iranian-calendar-m6\";i:7077;s:19:\"iranian-calendar-m7\";i:7078;s:19:\"iranian-calendar-m8\";i:7079;s:19:\"iranian-calendar-m9\";i:7080;s:20:\"iranian-calendar-m10\";i:7081;s:20:\"iranian-calendar-m11\";i:7082;s:20:\"iranian-calendar-m12\";i:7083;s:17:\"hijri-calendar-m1\";i:7084;s:17:\"hijri-calendar-m2\";i:7085;s:17:\"hijri-calendar-m3\";i:7086;s:17:\"hijri-calendar-m4\";i:7087;s:17:\"hijri-calendar-m5\";i:7088;s:17:\"hijri-calendar-m6\";i:7089;s:17:\"hijri-calendar-m7\";i:7090;s:17:\"hijri-calendar-m8\";i:7091;s:17:\"hijri-calendar-m9\";i:7092;s:18:\"hijri-calendar-m10\";i:7093;s:18:\"hijri-calendar-m11\";i:7094;s:18:\"hijri-calendar-m12\";i:7095;s:18:\"hebrew-calendar-m1\";i:7096;s:18:\"hebrew-calendar-m2\";i:7097;s:18:\"hebrew-calendar-m3\";i:7098;s:18:\"hebrew-calendar-m4\";i:7099;s:18:\"hebrew-calendar-m5\";i:7100;s:18:\"hebrew-calendar-m6\";i:7101;s:19:\"hebrew-calendar-m6a\";i:7102;s:19:\"hebrew-calendar-m6b\";i:7103;s:18:\"hebrew-calendar-m7\";i:7104;s:18:\"hebrew-calendar-m8\";i:7105;s:18:\"hebrew-calendar-m9\";i:7106;s:19:\"hebrew-calendar-m10\";i:7107;s:19:\"hebrew-calendar-m11\";i:7108;s:19:\"hebrew-calendar-m12\";i:7109;s:22:\"hebrew-calendar-m1-gen\";i:7110;s:22:\"hebrew-calendar-m2-gen\";i:7111;s:22:\"hebrew-calendar-m3-gen\";i:7112;s:22:\"hebrew-calendar-m4-gen\";i:7113;s:22:\"hebrew-calendar-m5-gen\";i:7114;s:22:\"hebrew-calendar-m6-gen\";i:7115;s:23:\"hebrew-calendar-m6a-gen\";i:7116;s:23:\"hebrew-calendar-m6b-gen\";i:7117;s:22:\"hebrew-calendar-m7-gen\";i:7118;s:22:\"hebrew-calendar-m8-gen\";i:7119;s:22:\"hebrew-calendar-m9-gen\";i:7120;s:23:\"hebrew-calendar-m10-gen\";i:7121;s:23:\"hebrew-calendar-m11-gen\";i:7122;s:23:\"hebrew-calendar-m12-gen\";i:7123;s:14:\"signature-anon\";i:7124;s:12:\"timezone-utc\";i:7125;s:15:\"version-summary\";i:7126;s:11:\"version-api\";i:7127;s:15:\"version-version\";i:7128;s:20:\"version-db-mysql-url\";i:7129;s:22:\"version-db-mariadb-url\";i:7130;s:22:\"version-db-percona-url\";i:7131;s:23:\"version-db-postgres-url\";i:7132;s:21:\"version-db-sqlite-url\";i:7133;s:29:\"version-entrypoints-index-php\";i:7134;s:27:\"version-entrypoints-api-php\";i:7135;s:28:\"version-entrypoints-rest-php\";i:7136;s:13:\"redirect-text\";i:7137;s:20:\"specialpages-summary\";i:7138;s:24:\"specialpages-note-cached\";i:7139;s:12:\"tags-summary\";i:7140;s:30:\"tags-edit-revision-explanation\";i:7141;s:30:\"tags-edit-logentry-explanation\";i:7142;s:20:\"comparepages-summary\";i:7143;s:17:\"diff-form-summary\";i:7144;s:21:\"permanentlink-summary\";i:7145;s:18:\"newsection-summary\";i:7146;s:16:\"editpage-summary\";i:7147;s:18:\"deletepage-summary\";i:7148;s:16:\"pageinfo-summary\";i:7149;s:19:\"pagehistory-summary\";i:7150;s:19:\"protectpage-summary\";i:7151;s:13:\"purge-summary\";i:7152;s:10:\"rawmessage\";i:7153;s:14:\"deletedarticle\";i:7154;s:16:\"undeletedarticle\";i:7155;s:15:\"patrol-log-line\";i:7156;s:15:\"patrol-log-auto\";i:7157;s:15:\"patrol-log-diff\";i:7158;s:9:\"1movedto2\";i:7159;s:15:\"1movedto2_redir\";i:7160;s:23:\"newuserlog-create-entry\";i:7161;s:24:\"newuserlog-create2-entry\";i:7162;s:27:\"newuserlog-autocreate-entry\";i:7163;s:14:\"rightslogentry\";i:7164;s:26:\"rightslogentry-autopromote\";i:7165;s:32:\"limitreport-ppvisitednodes-value\";i:7166;s:32:\"limitreport-expansiondepth-value\";i:7167;s:40:\"limitreport-expensivefunctioncount-value\";i:7168;s:31:\"limitreport-unstrip-depth-value\";i:7169;s:25:\"mediastatistics-header-3d\";i:7170;s:35:\"authmanager-account-password-domain\";i:7171;s:37:\"authprovider-confirmlink-request-help\";i:7172;s:31:\"passwordpolicies-policy-display\";i:7173;s:40:\"passwordpolicies-policy-displaywithflags\";i:7174;s:26:\"copyupload-allowed-domains\";i:7175;s:19:\"exif-fnumber-format\";i:7176;s:23:\"exif-focallength-format\";i:7177;s:22:\"exif-coordinate-format\";i:7178;s:15:\"exif-make-value\";i:7179;s:16:\"exif-model-value\";i:7180;s:19:\"exif-software-value\";i:7181;s:27:\"exif-software-version-value\";i:7182;s:18:\"exif-contact-value\";i:7183;s:26:\"exif-subjectnewscode-value\";i:7184;s:18:\"exif-compression-5\";i:7185;s:18:\"exif-compression-7\";i:7186;s:18:\"exif-compression-8\";i:7187;s:22:\"exif-compression-32773\";i:7188;s:22:\"exif-compression-32946\";i:7189;s:22:\"exif-compression-34712\";i:7190;s:32:\"exif-photometricinterpretation-2\";i:7191;s:32:\"exif-photometricinterpretation-6\";i:7192;s:32:\"exif-photometricinterpretation-8\";i:7193;s:36:\"exif-photometricinterpretation-34892\";i:7194;s:19:\"exif-xyresolution-c\";i:7195;s:17:\"exif-colorspace-1\";i:7196;s:30:\"exif-componentsconfiguration-1\";i:7197;s:30:\"exif-componentsconfiguration-2\";i:7198;s:30:\"exif-componentsconfiguration-3\";i:7199;s:30:\"exif-componentsconfiguration-4\";i:7200;s:30:\"exif-componentsconfiguration-5\";i:7201;s:30:\"exif-componentsconfiguration-6\";i:7202;s:19:\"exif-lightsource-20\";i:7203;s:19:\"exif-lightsource-21\";i:7204;s:19:\"exif-lightsource-22\";i:7205;s:19:\"exif-lightsource-23\";i:7206;s:27:\"exif-maxaperturevalue-value\";i:7207;s:23:\"exif-initialcameradolly\";i:7208;s:22:\"exif-stitchingsoftware\";i:7209;s:20:\"apihelp-main-summary\";i:7210;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:7211;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:7212;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7213;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:7214;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:7215;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:7216;s:35:\"apihelp-block-param-watchlistexpiry\";i:7217;s:38:\"apihelp-block-param-actionrestrictions\";i:7218;s:38:\"apihelp-changecontentmodel-param-title\";i:7219;s:39:\"apihelp-changecontentmodel-param-pageid\";i:7220;s:38:\"apihelp-compare-param-fromcontentmodel\";i:7221;s:39:\"apihelp-compare-param-fromcontentformat\";i:7222;s:32:\"apihelp-compare-param-torelative\";i:7223;s:27:\"apihelp-compare-param-topst\";i:7224;s:29:\"apihelp-compare-param-toslots\";i:7225;s:35:\"apihelp-compare-param-totext-{slot}\";i:7226;s:38:\"apihelp-compare-param-tosection-{slot}\";i:7227;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:7228;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:7229;s:28:\"apihelp-compare-param-totext\";i:7230;s:36:\"apihelp-compare-param-tocontentmodel\";i:7231;s:37:\"apihelp-compare-param-tocontentformat\";i:7232;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:7233;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:7234;s:37:\"apihelp-compare-paramvalue-prop-title\";i:7235;s:36:\"apihelp-compare-paramvalue-prop-user\";i:7236;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:7237;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:7238;s:36:\"apihelp-compare-paramvalue-prop-size\";i:7239;s:30:\"apihelp-compare-param-difftype\";i:7240;s:27:\"apihelp-compare-param-slots\";i:7241;s:31:\"apihelp-delete-param-deletetalk\";i:7242;s:36:\"apihelp-delete-param-watchlistexpiry\";i:7243;s:34:\"apihelp-edit-param-watchlistexpiry\";i:7244;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:7245;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:7246;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:7247;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:7248;s:34:\"apihelp-move-param-watchlistexpiry\";i:7249;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:7250;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:7251;s:41:\"apihelp-opensearch-param-redirects-append\";i:7252;s:25:\"apihelp-parse-param-revid\";i:7253;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:7254;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:7255;s:35:\"apihelp-parse-param-wrapoutputclass\";i:7256;s:45:\"apihelp-parse-param-disablestylededuplication\";i:7257;s:37:\"apihelp-protect-param-watchlistexpiry\";i:7258;s:32:\"apihelp-query-param-exportschema\";i:7259;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:7260;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:7261;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:7262;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:7263;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:7264;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:7265;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:7266;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:7267;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:7268;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:7269;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:7270;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7271;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:7272;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:7273;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7274;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:7275;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:7276;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:7277;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:7278;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:7279;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:7280;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:7281;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:7282;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:7283;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:7284;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:7285;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:7286;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:7287;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:7288;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:7289;s:36:\"apihelp-query+info-param-linkcontext\";i:7290;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:7291;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:7292;s:37:\"apihelp-query+languageinfo-param-prop\";i:7293;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:7294;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:7295;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:7296;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:7297;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:7298;s:37:\"apihelp-query+languageinfo-param-code\";i:7299;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:7300;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:7301;s:38:\"apihelp-query+recentchanges-param-slot\";i:7302;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:7303;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7304;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7305;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:7306;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:7307;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:7308;s:40:\"apihelp-query+revisions+base-param-slots\";i:7309;s:41:\"apihelp-query+revisions+base-param-diffto\";i:7310;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:7311;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:7312;s:33:\"apihelp-query+search-param-search\";i:7313;s:36:\"apihelp-query+search-param-qiprofile\";i:7314;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:7315;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:7316;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:7317;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:7318;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:7319;s:37:\"apihelp-query+siteinfo-example-replag\";i:7320;s:28:\"apihelp-query+tokens-summary\";i:7321;s:31:\"apihelp-query+tokens-param-type\";i:7322;s:35:\"apihelp-query+tokens-example-simple\";i:7323;s:34:\"apihelp-query+tokens-example-types\";i:7324;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7325;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7326;s:38:\"apihelp-query+usercontribs-param-start\";i:7327;s:36:\"apihelp-query+usercontribs-param-end\";i:7328;s:40:\"apihelp-query+usercontribs-param-iprange\";i:7329;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:7330;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:7331;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:7332;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:7333;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:7334;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:7335;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:7336;s:38:\"apihelp-query+users-param-attachedwiki\";i:7337;s:36:\"apihelp-query+watchlist-param-allrev\";i:7338;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:7339;s:35:\"apihelp-query+watchlist-param-token\";i:7340;s:38:\"apihelp-query+watchlist-example-expiry\";i:7341;s:38:\"apihelp-query+watchlistraw-param-token\";i:7342;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:7343;s:33:\"apihelp-revisiondelete-param-type\";i:7344;s:37:\"apihelp-revisiondelete-param-suppress\";i:7345;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:7346;s:25:\"apihelp-stashedit-summary\";i:7347;s:38:\"apihelp-stashedit-extended-description\";i:7348;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:7349;s:37:\"apihelp-undelete-extended-description\";i:7350;s:32:\"apihelp-undelete-param-watchlist\";i:7351;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:7352;s:29:\"apihelp-unlinkaccount-summary\";i:7353;s:36:\"apihelp-unlinkaccount-example-simple\";i:7354;s:22:\"apihelp-upload-summary\";i:7355;s:35:\"apihelp-upload-extended-description\";i:7356;s:28:\"apihelp-upload-param-comment\";i:7357;s:36:\"apihelp-upload-param-watchlistexpiry\";i:7358;s:26:\"apihelp-upload-param-stash\";i:7359;s:32:\"apihelp-upload-param-checkstatus\";i:7360;s:26:\"apihelp-watch-param-expiry\";i:7361;s:34:\"apihelp-watch-example-watch-expiry\";i:7362;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:7363;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:7364;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:7365;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:7366;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:7367;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:7368;s:41:\"api-format-prettyprint-header-hyperlinked\";i:7369;s:22:\"api-login-fail-aborted\";i:7370;s:30:\"api-login-fail-aborted-nobotpw\";i:7371;s:25:\"api-login-fail-sameorigin\";i:7372;s:14:\"api-help-flags\";i:7373;s:18:\"api-help-help-urls\";i:7374;s:24:\"api-help-parameters-note\";i:7375;s:31:\"api-help-param-deprecated-label\";i:7376;s:29:\"api-help-param-internal-label\";i:7377;s:24:\"api-help-param-templated\";i:7378;s:34:\"api-help-param-templated-var-first\";i:7379;s:28:\"api-help-param-templated-var\";i:7380;s:22:\"api-help-datatypes-top\";i:7381;s:25:\"api-help-datatype-boolean\";i:7382;s:24:\"api-help-datatype-expiry\";i:7383;s:27:\"api-help-datatype-timestamp\";i:7384;s:31:\"api-help-templatedparams-header\";i:7385;s:24:\"api-help-templatedparams\";i:7386;s:26:\"api-help-param-type-expiry\";i:7387;s:35:\"api-help-param-type-presenceboolean\";i:7388;s:20:\"api-help-param-token\";i:7389;s:26:\"api-help-param-token-webui\";i:7390;s:35:\"api-help-paramvalue-direction-newer\";i:7391;s:35:\"api-help-paramvalue-direction-older\";i:7392;s:32:\"api-help-no-extended-description\";i:7393;s:34:\"api-help-authmanager-general-usage\";i:7394;s:35:\"api-help-authmanagerhelper-requests\";i:7395;s:34:\"api-help-authmanagerhelper-request\";i:7396;s:36:\"api-help-authmanagerhelper-returnurl\";i:7397;s:35:\"api-help-authmanagerhelper-continue\";i:7398;s:44:\"api-help-authmanagerhelper-additional-params\";i:7399;s:25:\"apierror-assertanonfailed\";i:7400;s:32:\"apierror-bad-badfilecontexttitle\";i:7401;s:28:\"apierror-bad-watchlist-token\";i:7402;s:33:\"apierror-cannot-async-upload-file\";i:7403;s:33:\"apierror-cantview-deleted-comment\";i:7404;s:37:\"apierror-cantview-deleted-description\";i:7405;s:34:\"apierror-cantview-deleted-metadata\";i:7406;s:42:\"apierror-cantview-deleted-revision-content\";i:7407;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7408;s:24:\"apierror-chunk-too-small\";i:7409;s:21:\"apierror-cidrtoobroad\";i:7410;s:33:\"apierror-compare-maintextrequired\";i:7411;s:25:\"apierror-compare-no-title\";i:7412;s:31:\"apierror-compare-nofromrevision\";i:7413;s:29:\"apierror-compare-notorevision\";i:7414;s:26:\"apierror-concurrency-limit\";i:7415;s:36:\"apierror-compare-relative-to-deleted\";i:7416;s:36:\"apierror-compare-relative-to-nothing\";i:7417;s:30:\"apierror-contentmodel-mismatch\";i:7418;s:29:\"apierror-edit-invalidredirect\";i:7419;s:28:\"apierror-exceptioncaughttype\";i:7420;s:22:\"apierror-invalid-chunk\";i:7421;s:25:\"apierror-invalid-file-key\";i:7422;s:23:\"apierror-invalidiprange\";i:7423;s:21:\"apierror-ipoutofrange\";i:7424;s:23:\"apierror-maxlag-generic\";i:7425;s:15:\"apierror-maxlag\";i:7426;s:29:\"apierror-missingcontent-revid\";i:7427;s:34:\"apierror-missingcontent-revid-role\";i:7428;s:25:\"apierror-missingrev-title\";i:7429;s:23:\"apierror-nouploadmodule\";i:7430;s:19:\"apierror-pastexpiry\";i:7431;s:36:\"apierror-permissiondenied-patrolflag\";i:7432;s:28:\"apierror-redirect-appendonly\";i:7433;s:26:\"apierror-revdel-needtarget\";i:7434;s:30:\"apierror-stashedit-missingtext\";i:7435;s:23:\"apierror-stashexception\";i:7436;s:29:\"apierror-stashfailed-complete\";i:7437;s:30:\"apierror-stashfailed-nosession\";i:7438;s:25:\"apierror-stashinvalidfile\";i:7439;s:27:\"apierror-stashnosuchfilekey\";i:7440;s:25:\"apierror-stashpathinvalid\";i:7441;s:23:\"apierror-toofewexpiries\";i:7442;s:29:\"apierror-upload-filekeyneeded\";i:7443;s:33:\"apierror-upload-filekeynotallowed\";i:7444;s:29:\"apierror-upload-missingresult\";i:7445;s:34:\"apiwarn-checktoken-percentencoding\";i:7446;s:23:\"apiwarn-compare-no-next\";i:7447;s:23:\"apiwarn-compare-no-prev\";i:7448;s:30:\"apiwarn-compare-nocontentmodel\";i:7449;s:31:\"apiwarn-deprecation-login-token\";i:7450;s:32:\"apiwarn-deprecation-missingparam\";i:7451;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7452;s:20:\"apiwarn-difftohidden\";i:7453;s:26:\"apiwarn-errorprinterfailed\";i:7454;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7455;s:30:\"apiwarn-parse-revidwithouttext\";i:7456;s:30:\"apiwarn-parse-titlewithouttext\";i:7457;s:26:\"apiwarn-redirectsandrevids\";i:7458;s:21:\"apiwarn-tokens-origin\";i:7459;s:24:\"apiwarn-unsupportedarray\";i:7460;s:21:\"apiwarn-urlparamwidth\";i:7461;s:25:\"api-usage-mailinglist-ref\";i:7462;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7463;s:17:\"rest-search-error\";i:7464;s:27:\"rest-page-source-type-error\";i:7465;s:16:\"rest-no-revision\";i:7466;s:25:\"rest-media-too-many-links\";i:7467;s:23:\"rest-html-backend-error\";i:7468;s:18:\"rest-bad-json-body\";i:7469;s:26:\"rest-json-body-parse-error\";i:7470;s:23:\"rest-missing-body-field\";i:7471;s:30:\"rest-update-cannot-create-page\";i:7472;s:26:\"rest-extraneous-csrf-token\";i:7473;s:28:\"rest-cross-origin-anon-write\";i:7474;s:31:\"rest-requires-safe-against-csrf\";i:7475;s:13:\"rest-badtoken\";i:7476;s:26:\"ooui-combobox-button-label\";i:7477;s:22:\"paramvalidator-badbool\";i:7478;s:24:\"paramvalidator-badexpiry\";i:7479;s:33:\"paramvalidator-badexpiry-duration\";i:7480;s:37:\"paramvalidator-badexpiry-duration-max\";i:7481;s:29:\"paramvalidator-badexpiry-past\";i:7482;s:23:\"paramvalidator-badfloat\";i:7483;s:33:\"paramvalidator-badfloat-notfinite\";i:7484;s:25:\"paramvalidator-badinteger\";i:7485;s:27:\"paramvalidator-badtimestamp\";i:7486;s:34:\"paramvalidator-badupload-cantwrite\";i:7487;s:33:\"paramvalidator-badupload-formsize\";i:7488;s:32:\"paramvalidator-badupload-inisize\";i:7489;s:31:\"paramvalidator-badupload-nofile\";i:7490;s:33:\"paramvalidator-badupload-notmpdir\";i:7491;s:34:\"paramvalidator-badupload-notupload\";i:7492;s:32:\"paramvalidator-badupload-partial\";i:7493;s:31:\"paramvalidator-badupload-phpext\";i:7494;s:33:\"paramvalidator-badvalue-enummulti\";i:7495;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7496;s:31:\"paramvalidator-deprecated-value\";i:7497;s:23:\"paramvalidator-maxbytes\";i:7498;s:23:\"paramvalidator-maxchars\";i:7499;s:27:\"paramvalidator-missingparam\";i:7500;s:23:\"paramvalidator-notmulti\";i:7501;s:29:\"paramvalidator-outofrange-max\";i:7502;s:32:\"paramvalidator-outofrange-minmax\";i:7503;s:29:\"paramvalidator-outofrange-min\";i:7504;s:31:\"paramvalidator-param-deprecated\";i:7505;s:30:\"paramvalidator-param-sensitive\";i:7506;s:28:\"paramvalidator-toomanyvalues\";i:7507;s:34:\"paramvalidator-unclearnowtimestamp\";i:7508;s:33:\"paramvalidator-unrecognizedvalues\";i:7509;s:30:\"paramvalidator-help-deprecated\";i:7510;s:34:\"paramvalidator-help-multi-separate\";i:7511;s:29:\"paramvalidator-help-multi-max\";i:7512;s:36:\"paramvalidator-help-multi-max-simple\";i:7513;s:29:\"paramvalidator-help-multi-all\";i:7514;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7515;s:29:\"paramvalidator-help-type-enum\";i:7516;s:31:\"paramvalidator-help-type-expiry\";i:7517;s:30:\"paramvalidator-help-type-limit\";i:7518;s:35:\"paramvalidator-help-type-number-max\";i:7519;s:38:\"paramvalidator-help-type-number-minmax\";i:7520;s:35:\"paramvalidator-help-type-number-min\";i:7521;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7522;s:40:\"paramvalidator-help-type-string-maxchars\";i:7523;s:31:\"paramvalidator-help-type-upload\";i:7524;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7525;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7526;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7527;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7528;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7529;s:32:\"syntaxhighlight-enclose-category\";i:7530;s:37:\"syntaxhighlight-enclose-category-desc\";i:7531;s:31:\"syntaxhighlight-source-category\";i:7532;s:36:\"syntaxhighlight-source-category-desc\";i:7533;s:32:\"mobile-frontend-current-language\";i:7534;s:30:\"mobile-frontend-diffview-comma\";i:7535;s:42:\"mobile-frontend-page-menu-language-current\";i:7536;s:30:\"mobile-frontend-requires-optin\";i:7537;s:25:\"mobile-frontend-terms-url\";i:7538;s:10:\"mobile.css\";i:7539;s:9:\"mobile.js\";i:7540;s:16:\"skinname-minerva\";i:7541;s:33:\"apihelp-mobileview-param-sections\";i:7542;s:29:\"apihelp-mobileview-param-prop\";i:7543;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7544;s:34:\"apihelp-mobileview-param-pageprops\";i:7545;s:31:\"apihelp-mobileview-param-offset\";i:7546;s:31:\"apihelp-mobileview-param-maxlen\";i:7547;s:32:\"apihelp-parse-param-mobileformat\";}}'),('arn','magicWords','a:172:{s:11:\"articlepath\";a:4:{i:0;i:0;i:1;s:13:\"RUTAARTÍCULO\";i:2;s:12:\"RUTAARTICULO\";i:3;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:4:{i:0;i:1;i:1;s:18:\"NOMBREDEPAGINABASE\";i:2;s:19:\"NOMBREDEPÁGINABASE\";i:3;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:4:{i:0;i:1;i:1;s:19:\"NOMBREDEPAGINABASEC\";i:2;s:20:\"NOMBREDEPÁGINABASEC\";i:3;s:13:\"BASEPAGENAMEE\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:12:\"URLCANONICA:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:13:\"URLCANONICAC:\";i:2;s:14:\"CANONICALURLE:\";}s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:18:\"IDIOMADELCONTENIDO\";i:2;s:13:\"IDIOMADELCONT\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:6:{i:0;i:1;i:1;s:10:\"DÍAACTUAL\";i:2;s:9:\"DIAACTUAL\";i:3;s:11:\"DÍA_ACTUAL\";i:4;s:10:\"DIA_ACTUAL\";i:5;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:6:{i:0;i:1;i:1;s:11:\"DÍAACTUAL2\";i:2;s:10:\"DIAACTUAL2\";i:3;s:12:\"DÍA_ACTUAL2\";i:4;s:11:\"DIA_ACTUAL2\";i:5;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:4:{i:0;i:1;i:1;s:16:\"NOMBREDÍAACTUAL\";i:2;s:15:\"NOMBREDIAACTUAL\";i:3;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:5:{i:0;i:1;i:1;s:9:\"DDSACTUAL\";i:2;s:17:\"DIADESEMANAACTUAL\";i:3;s:18:\"DÍADESEMANAACTUAL\";i:4;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:4:{i:0;i:1;i:1;s:10:\"HORAACTUAL\";i:2;s:11:\"HORA_ACTUAL\";i:3;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:9:\"MESACTUAL\";i:2;s:10:\"MESACTUAL2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:10:\"MESACTUAL1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:18:\"MESACTUALABREVIADO\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:4:{i:0;i:1;i:1;s:17:\"MESACTUALCOMPLETO\";i:2;s:15:\"NOMBREMESACTUAL\";i:3;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:17:\"MESACTUALGENITIVO\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:5:{i:0;i:1;i:1;s:19:\"HORA_MINUTOS_ACTUAL\";i:2;s:17:\"HORAMINUTOSACTUAL\";i:3;s:12:\"TIEMPOACTUAL\";i:4;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:17:\"MARCADEHORAACTUAL\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:4:{i:0;i:1;i:1;s:13:\"VERSIONACTUAL\";i:2;s:14:\"VERSIÓNACTUAL\";i:3;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:12:\"SEMANAACTUAL\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:4:{i:0;i:1;i:1;s:10:\"AÑOACTUAL\";i:2;s:11:\"AÑO_ACTUAL\";i:3;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:8:\"ORDENAR:\";i:2;s:27:\"CLAVEDEORDENPREDETERMINADO:\";i:3;s:31:\"ORDENDECATEGORIAPREDETERMINADO:\";i:4;s:32:\"ORDENDECATEGORÍAPREDETERMINADO:\";i:5;s:12:\"DEFAULTSORT:\";i:6;s:15:\"DEFAULTSORTKEY:\";i:7;s:20:\"DEFAULTCATEGORYSORT:\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:12:\"noreemplazar\";i:2;s:9:\"noreplace\";}s:12:\"displaytitle\";a:4:{i:0;i:1;i:1;s:14:\"MOSTRARTÍTULO\";i:2;s:13:\"MOSTRARTITULO\";i:3;s:12:\"DISPLAYTITLE\";}s:8:\"filepath\";a:5:{i:0;i:0;i:1;s:12:\"RUTAARCHIVO:\";i:2;s:11:\"RUTARCHIVO:\";i:3;s:14:\"RUTADEARCHIVO:\";i:4;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:5:{i:0;i:0;i:1;s:14:\"__FORZAR_TDC__\";i:2;s:13:\"__FORZARTDC__\";i:3;s:13:\"__FORZARTOC__\";i:4;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:14:\"formatodefecha\";i:2;s:14:\"formatearfecha\";i:3;s:10:\"formatdate\";i:4;s:10:\"dateformat\";}s:9:\"formatnum\";a:4:{i:0;i:0;i:1;s:14:\"FORMATONÚMERO\";i:2;s:13:\"FORMATONUMERO\";i:3;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:4:{i:0;i:1;i:1;s:23:\"NOMBRECOMPLETODEPÁGINA\";i:2;s:22:\"NOMBRECOMPLETODEPAGINA\";i:3;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:23:\"NOMBRECOMPLETODEPAGINAC\";i:2;s:24:\"NOMBRECOMPLETODEPÁGINAC\";i:3;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:12:\"URLCOMPLETA:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:13:\"URLCOMPLETAC:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:4:{i:0;i:0;i:1;s:8:\"GÉNERO:\";i:2;s:7:\"GENERO:\";i:3;s:7:\"GENDER:\";}s:7:\"grammar\";a:4:{i:0;i:0;i:1;s:10:\"GRAMATICA:\";i:2;s:11:\"GRAMÁTICA:\";i:3;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:20:\"__CATEGORÍAOCULTA__\";i:2;s:13:\"__HIDDENCAT__\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:5:\"borde\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"abajo\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:7:{i:0;i:1;i:1;s:6:\"centro\";i:2;s:8:\"centrado\";i:3;s:8:\"centrada\";i:4;s:7:\"centrar\";i:5;s:6:\"center\";i:6;s:6:\"centre\";}s:10:\"img_framed\";a:7:{i:0;i:1;i:1;s:5:\"marco\";i:2;s:9:\"enmarcado\";i:3;s:9:\"enmarcada\";i:4;s:5:\"frame\";i:5;s:6:\"framed\";i:6;s:8:\"enframed\";}s:13:\"img_frameless\";a:5:{i:0;i:1;i:1;s:8:\"sinmarco\";i:2;s:12:\"sin_enmarcar\";i:3;s:11:\"sinenmarcar\";i:4;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:9:\"idioma=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:5:{i:0;i:1;i:1;s:9:\"izquierda\";i:2;s:4:\"izda\";i:3;s:3:\"izq\";i:4;s:4:\"left\";}s:8:\"img_link\";a:5:{i:0;i:1;i:1;s:11:\"vínculo=$1\";i:2;s:10:\"vinculo=$1\";i:3;s:9:\"enlace=$1\";i:4;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:20:\"miniaturadeimagen=$1\";i:2;s:12:\"miniatura=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:5:\"medio\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:6:{i:0;i:1;i:1;s:2:\"no\";i:2;s:7:\"ninguna\";i:3;s:7:\"ninguno\";i:4;s:4:\"nada\";i:5;s:4:\"none\";}s:8:\"img_page\";a:7:{i:0;i:1;i:1;s:9:\"pagina=$1\";i:2;s:10:\"página=$1\";i:3;s:9:\"pagina_$1\";i:4;s:10:\"página_$1\";i:5;s:7:\"page=$1\";i:6;s:7:\"page $1\";}s:9:\"img_right\";a:5:{i:0;i:1;i:1;s:7:\"derecha\";i:2;s:3:\"der\";i:3;s:4:\"dcha\";i:4;s:5:\"right\";}s:13:\"img_thumbnail\";a:6:{i:0;i:1;i:1;s:17:\"miniaturadeimagen\";i:2;s:9:\"miniatura\";i:3;s:4:\"mini\";i:4;s:5:\"thumb\";i:5;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:6:\"arriba\";i:2;s:3:\"top\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:11:\"__INDEXAR__\";i:2;s:9:\"__INDEX__\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:8:\"#IDIOMA:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:4:{i:0;i:0;i:1;s:6:\"MINUS:\";i:2;s:7:\"MINÚS:\";i:3;s:3:\"LC:\";}s:7:\"lcfirst\";a:4:{i:0;i:0;i:1;s:13:\"PRIMEROMINUS:\";i:2;s:14:\"PRIMEROMINÚS:\";i:3;s:8:\"LCFIRST:\";}s:8:\"localday\";a:4:{i:0;i:1;i:1;s:9:\"DÍALOCAL\";i:2;s:8:\"DIALOCAL\";i:3;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:9:\"DIALOCAL2\";i:2;s:10:\"DÍALOCAL2\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:4:{i:0;i:1;i:1;s:14:\"NOMBREDIALOCAL\";i:2;s:15:\"NOMBREDÍALOCAL\";i:3;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:5:{i:0;i:1;i:1;s:8:\"DDSLOCAL\";i:2;s:16:\"DIADESEMANALOCAL\";i:3;s:17:\"DÍADESEMANALOCAL\";i:4;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:9:\"HORALOCAL\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:8:\"MESLOCAL\";i:2;s:9:\"MESLOCAL2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:9:\"MESLOCAL1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:17:\"MESLOCALABREVIADO\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:4:{i:0;i:1;i:1;s:16:\"MESLOCALCOMPLETO\";i:2;s:14:\"NOMBREMESLOCAL\";i:3;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:16:\"MESLOCALGENITIVO\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:4:{i:0;i:1;i:1;s:16:\"HORAMINUTOSLOCAL\";i:2;s:11:\"TIEMPOLOCAL\";i:3;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:16:\"MARCADEHORALOCAL\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:9:\"URLLOCAL:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:10:\"URLLOCALC:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:11:\"SEMANALOCAL\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:9:\"AÑOLOCAL\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:4:\"MSJ:\";i:2;s:4:\"MSG:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:15:\"ESPACIODENOMBRE\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:16:\"ESPACIODENOMBREC\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:17:\"NÚMERODELESPACIO\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:25:\"__VINCULARANUEVASECCION__\";i:2;s:23:\"__ENLACECREARSECCIÓN__\";i:3;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:24:\"__NOCONVERTIRCONTENIDO__\";i:2;s:9:\"__NOCC___\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:5:{i:0;i:0;i:1;s:22:\"__NO_EDITAR_SECCIÓN__\";i:2;s:20:\"__NOEDITARSECCIÓN__\";i:3;s:19:\"__NOEDITARSECCION__\";i:4;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:5:{i:0;i:0;i:1;s:16:\"__SIN_GALERÍA__\";i:2;s:14:\"__NOGALERÍA__\";i:3;s:13:\"__NOGALERIA__\";i:4;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:13:\"__NOINDEXAR__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:27:\"__NOVINCULARANUEVASECCION__\";i:2;s:26:\"__SINENLACECREARSECCIÓN__\";i:3;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:6:{i:0;i:0;i:1;s:21:\"__NOCONVERTIRTITULO__\";i:2;s:22:\"__NOCONVERTIRTÍTULO__\";i:3;s:9:\"__NOCT___\";i:4;s:18:\"__NOTITLECONVERT__\";i:5;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:11:\"__SIN_TDC__\";i:2;s:9:\"__NOTDC__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:3:\"EN:\";i:2;s:3:\"NS:\";}s:13:\"numberingroup\";a:7:{i:0;i:1;i:1;s:14:\"NÚMEROENGRUPO\";i:2;s:13:\"NUMEROENGRUPO\";i:3;s:10:\"NUMENGRUPO\";i:4;s:11:\"NÚMENGRUPO\";i:5;s:13:\"NUMBERINGROUP\";i:6;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:4:{i:0;i:1;i:1;s:24:\"NÚMERODEUSUARIOSACTIVOS\";i:2;s:23:\"NUMERODEUSUARIOSACTIVOS\";i:3;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:10:{i:0;i:1;i:1;s:23:\"NÚMEROADMINIISTRADORES\";i:2;s:13:\"NÚMEROADMINS\";i:3;s:12:\"NUMEROADMINS\";i:4;s:21:\"NUMEROADMINISTRADORES\";i:5;s:23:\"NUMERODEADMINISTRADORES\";i:6;s:14:\"NUMERODEADMINS\";i:7;s:24:\"NÚMERODEADMINISTRADORES\";i:8;s:15:\"NÚMERODEADMINS\";i:9;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:4:{i:0;i:1;i:1;s:19:\"NÚMERODEARTÍCULOS\";i:2;s:17:\"NUMERODEARTICULOS\";i:3;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:4:{i:0;i:1;i:1;s:18:\"NÚMERODEEDICIONES\";i:2;s:17:\"NUMERODEEDICIONES\";i:3;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:4:{i:0;i:1;i:1;s:17:\"NÚMERODEARCHIVOS\";i:2;s:16:\"NUMERODEARCHIVOS\";i:3;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:4:{i:0;i:1;i:1;s:17:\"NÚMERODEPÁGINAS\";i:2;s:15:\"NUMERODEPAGINAS\";i:3;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:4:{i:0;i:1;i:1;s:17:\"NÚMERODEUSUARIOS\";i:2;s:16:\"NUMERODEUSUARIOS\";i:3;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:4:{i:0;i:0;i:1;s:17:\"RELLENARIZQUIERDA\";i:2;s:11:\"RELLENARIZQ\";i:3;s:7:\"PADLEFT\";}s:8:\"padright\";a:4:{i:0;i:0;i:1;s:15:\"RELLENARDERECHA\";i:2;s:11:\"RELLENARDER\";i:3;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:6:{i:0;i:0;i:1;s:11:\"IDDEPÁGINA\";i:2;s:9:\"IDPÁGINA\";i:3;s:10:\"IDDEPAGINA\";i:4;s:8:\"IDPAGINA\";i:5;s:6:\"PAGEID\";}s:8:\"pagename\";a:4:{i:0;i:1;i:1;s:14:\"NOMBREDEPAGINA\";i:2;s:15:\"NOMBREDEPÁGINA\";i:3;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:4:{i:0;i:1;i:1;s:15:\"NOMBREDEPAGINAC\";i:2;s:16:\"NOMBREDEPÁGINAC\";i:3;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:8:{i:0;i:1;i:1;s:20:\"PÁGINASENCATEGORÍA\";i:2;s:13:\"PÁGINASENCAT\";i:3;s:9:\"PAGSENCAT\";i:4;s:18:\"PAGINASENCATEGORIA\";i:5;s:12:\"PAGINASENCAT\";i:6;s:15:\"PAGESINCATEGORY\";i:7;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"todo\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:8:\"archivos\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:8:\"páginas\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:14:\"subcategorías\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:4:{i:0;i:1;i:1;s:17:\"PÁGINASENESPACIO\";i:2;s:17:\"PAGESINNAMESPACE:\";i:3;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:6:{i:0;i:1;i:1;s:14:\"TAMAÑOPÁGINA\";i:2;s:16:\"TAMAÑODEPÁGINA\";i:3;s:13:\"TAMAÑOPAGINA\";i:4;s:15:\"TAMAÑODEPAGINA\";i:5;s:8:\"PAGESIZE\";}s:15:\"protectionlevel\";a:4:{i:0;i:1;i:1;s:18:\"NIVELDEPROTECCIÓN\";i:2;s:17:\"NIVELDEPROTECCION\";i:3;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:4:{i:0;i:0;i:1;s:11:\"SINFORMATO:\";i:2;s:10:\"SINPUNTOS:\";i:3;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:3:{i:0;i:1;i:1;s:2:\"SF\";i:2;s:1:\"R\";}s:8:\"redirect\";a:4:{i:0;i:0;i:1;s:13:\"#REDIRECCIÓN\";i:2;s:12:\"#REDIRECCION\";i:3;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:6:{i:0;i:1;i:1;s:13:\"DIADEREVISION\";i:2;s:11:\"DIAREVISION\";i:3;s:15:\"DÍADEREVISIÓN\";i:4;s:13:\"DÍAREVISIÓN\";i:5;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:6:{i:0;i:1;i:1;s:14:\"DIADEREVISION2\";i:2;s:12:\"DIAREVISION2\";i:3;s:16:\"DÍADEREVISIÓN2\";i:4;s:14:\"DÍAREVISIÓN2\";i:5;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:6:{i:0;i:1;i:1;s:12:\"IDDEREVISION\";i:2;s:10:\"IDREVISION\";i:3;s:13:\"IDDEREVISIÓN\";i:4;s:11:\"IDREVISIÓN\";i:5;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:6:{i:0;i:1;i:1;s:13:\"MESDEREVISION\";i:2;s:14:\"MESDEREVISIÓN\";i:3;s:11:\"MESREVISION\";i:4;s:12:\"MESREVISIÓN\";i:5;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:6:{i:0;i:1;i:1;s:14:\"MESDEREVISION1\";i:2;s:15:\"MESDEREVISIÓN1\";i:3;s:12:\"MESREVISION1\";i:4;s:13:\"MESREVISIÓN1\";i:5;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:4:{i:0;i:1;i:1;s:18:\"TAMAÑODEREVISIÓN\";i:2;s:17:\"TAMAÑODEREVISION\";i:3;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:21:\"MARCADEHORADEREVISION\";i:2;s:22:\"MARCADEHORADEREVISIÓN\";i:3;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:4:{i:0;i:1;i:1;s:17:\"USUARIODEREVISION\";i:2;s:18:\"USUARIODEREVISIÓN\";i:3;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:6:{i:0;i:1;i:1;s:14:\"AÑODEREVISION\";i:2;s:15:\"AÑODEREVISIÓN\";i:3;s:12:\"AÑOREVISION\";i:4;s:13:\"AÑOREVISIÓN\";i:5;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:4:{i:0;i:1;i:1;s:18:\"NOMBREDEPAGINARAIZ\";i:2;s:20:\"NOMBREDEPÁGINARAÍZ\";i:3;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:4:{i:0;i:1;i:1;s:19:\"NOMBREDEPAGINARAIZC\";i:2;s:21:\"NOMBREDEPÁGINARAÍZC\";i:3;s:13:\"ROOTPAGENAMEE\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:10:\"RUTASCRIPT\";i:2;s:12:\"RUTADESCRIPT\";i:3;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"SERVIDOR\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:14:\"NOMBRESERVIDOR\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:14:\"NOMBREDELSITIO\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:8:\"especial\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:9:\"especialc\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:25:\"__REDIRECCIÓNESTÁTICA__\";i:2;s:23:\"__REDIRECCIONESTATICA__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:4:{i:0;i:0;i:1;s:10:\"RUTAESTILO\";i:2;s:12:\"RUTADEESTILO\";i:3;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:9:{i:0;i:1;i:1;s:20:\"NOMBREDEPAGINADETEMA\";i:2;s:21:\"NOMBREDEPÁGINADETEMA\";i:3;s:23:\"NOMBREDEPÁGINADEASUNTO\";i:4;s:22:\"NOMBREDEPAGINADEASUNTO\";i:5;s:24:\"NOMBREDEPAGINADEARTICULO\";i:6;s:26:\"NOMBREDEPÁGINADEARTÍCULO\";i:7;s:15:\"SUBJECTPAGENAME\";i:8;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:9:{i:0;i:1;i:1;s:21:\"NOMBREDEPAGINADETEMAC\";i:2;s:22:\"NOMBREDEPÁGINADETEMAC\";i:3;s:24:\"NOMBREDEPÁGINADEASUNTOC\";i:4;s:23:\"NOMBREDEPAGINADEASUNTOC\";i:5;s:25:\"NOMBREDEPAGINADEARTICULOC\";i:6;s:27:\"NOMBREDEPÁGINADEARTÍCULOC\";i:7;s:16:\"SUBJECTPAGENAMEE\";i:8;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:7:{i:0;i:1;i:1;s:15:\"ESPACIODEASUNTO\";i:2;s:13:\"ESPACIODETEMA\";i:3;s:18:\"ESPACIODEARTÍCULO\";i:4;s:17:\"ESPACIODEARTICULO\";i:5;s:12:\"SUBJECTSPACE\";i:6;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:7:{i:0;i:1;i:1;s:14:\"ESPACIODETEMAC\";i:2;s:16:\"ESPACIODEASUNTOC\";i:3;s:18:\"ESPACIODEARTICULOC\";i:4;s:19:\"ESPACIODEARTÍCULOC\";i:5;s:13:\"SUBJECTSPACEE\";i:6;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:4:{i:0;i:1;i:1;s:17:\"NOMBREDESUBPAGINA\";i:2;s:18:\"NOMBREDESUBPÁGINA\";i:3;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:4:{i:0;i:1;i:1;s:18:\"NOMBREDESUBPAGINAC\";i:2;s:19:\"NOMBREDESUBPÁGINAC\";i:3;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:4:{i:0;i:0;i:1;s:5:\"SUST:\";i:2;s:6:\"FIJAR:\";i:3;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:8:\"etiqueta\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:6:{i:0;i:1;i:1;s:27:\"NOMBREDEPÁGINADEDISCUSIÓN\";i:2;s:25:\"NOMBREDEPAGINADEDISCUSION\";i:3;s:23:\"NOMBREDEPAGINADISCUSION\";i:4;s:25:\"NOMBREDEPÁGINADISCUSIÓN\";i:5;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:6:{i:0;i:1;i:1;s:28:\"NOMBREDEPÁGINADEDISCUSIÓNC\";i:2;s:26:\"NOMBREDEPAGINADEDISCUSIONC\";i:3;s:24:\"NOMBREDEPAGINADISCUSIONC\";i:4;s:26:\"NOMBREDEPÁGINADISCUSIÓNC\";i:5;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:18:\"ESPACIODEDISCUSION\";i:2;s:19:\"ESPACIODEDISCUSIÓN\";i:3;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:19:\"ESPACIODEDISCUSIONC\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:7:\"__TDC__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:4:{i:0;i:0;i:1;s:6:\"MAYUS:\";i:2;s:7:\"MAYÚS:\";i:3;s:3:\"UC:\";}s:7:\"ucfirst\";a:4:{i:0;i:0;i:1;s:13:\"PRIMEROMAYUS:\";i:2;s:14:\"PRIMEROMAYÚS:\";i:3;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:13:\"CODIFICARURL:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:4:\"RUTA\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:9:\"BÚSQUEDA\";i:2;s:5:\"QUERY\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('arn','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('arn','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('arn','messages:about','s:13:\"arn:Ñi zungu\";'),('arn','messages:aboutpage','s:17:\"arn:Project:Zungu\";'),('arn','messages:aboutsite','s:26:\"arn:{{SITENAME}} ñi zungu\";'),('arn','messages:abusefilter-edit-builder-vars-user-mobile','s:63:\"es:Si un usuario está editando a través de la interfaz móvil\";'),('arn','messages:accesskey-blockip-block','s:4:\"en:s\";'),('arn','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('arn','messages:accesskey-ca-delete','s:4:\"en:d\";'),('arn','messages:accesskey-ca-edit','s:4:\"en:e\";'),('arn','messages:accesskey-ca-history','s:4:\"en:h\";'),('arn','messages:accesskey-ca-move','s:4:\"en:m\";'),('arn','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('arn','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('arn','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('arn','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('arn','messages:accesskey-ca-protect','s:4:\"en:=\";'),('arn','messages:accesskey-ca-talk','s:4:\"en:t\";'),('arn','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('arn','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('arn','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('arn','messages:accesskey-ca-view','s:3:\"en:\";'),('arn','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('arn','messages:accesskey-ca-watch','s:4:\"en:w\";'),('arn','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('arn','messages:accesskey-diff','s:4:\"en:v\";'),('arn','messages:accesskey-export','s:4:\"en:s\";'),('arn','messages:accesskey-feed-atom','s:3:\"en:\";'),('arn','messages:accesskey-feed-rss','s:3:\"en:\";'),('arn','messages:accesskey-import','s:4:\"en:s\";'),('arn','messages:accesskey-minoredit','s:4:\"en:i\";'),('arn','messages:accesskey-n-currentevents','s:3:\"en:\";'),('arn','messages:accesskey-n-help','s:3:\"en:\";'),('arn','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('arn','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('arn','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('arn','messages:accesskey-n-portal','s:3:\"en:\";'),('arn','messages:accesskey-n-randompage','s:4:\"en:x\";'),('arn','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('arn','messages:accesskey-p-logo','s:3:\"en:\";'),('arn','messages:accesskey-preferences-save','s:4:\"en:s\";'),('arn','messages:accesskey-preview','s:4:\"en:p\";'),('arn','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('arn','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('arn','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('arn','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('arn','messages:accesskey-pt-login','s:4:\"en:o\";'),('arn','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('arn','messages:accesskey-pt-logout','s:3:\"en:\";'),('arn','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('arn','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('arn','messages:accesskey-pt-preferences','s:3:\"en:\";'),('arn','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('arn','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('arn','messages:accesskey-publish','s:4:\"en:s\";'),('arn','messages:accesskey-save','s:4:\"en:s\";'),('arn','messages:accesskey-search','s:4:\"en:f\";'),('arn','messages:accesskey-search-fulltext','s:3:\"en:\";'),('arn','messages:accesskey-search-go','s:3:\"en:\";'),('arn','messages:accesskey-summary','s:4:\"en:b\";'),('arn','messages:accesskey-t-contributions','s:3:\"en:\";'),('arn','messages:accesskey-t-emailuser','s:3:\"en:\";'),('arn','messages:accesskey-t-info','s:3:\"en:\";'),('arn','messages:accesskey-t-permalink','s:3:\"en:\";'),('arn','messages:accesskey-t-print','s:4:\"en:p\";'),('arn','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('arn','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('arn','messages:accesskey-t-upload','s:4:\"en:u\";'),('arn','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('arn','messages:accesskey-upload','s:4:\"en:s\";'),('arn','messages:accesskey-userrights-set','s:4:\"en:s\";'),('arn','messages:accesskey-watch','s:4:\"en:w\";'),('arn','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('arn','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('arn','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('arn','messages:accmailtext','s:195:\"es:Se ha enviado a $2 una contraseña generada aleatoriamente para [[User talk:$1|$1]]. Una vez iniciada la sesión, se puede cambiar en la página [[Special:ChangePassword|destinada para ello]].\";'),('arn','messages:accmailtitle','s:31:\"es:Se ha enviado la contraseña\";'),('arn','messages:accountcreated','s:25:\"es:Se ha creado la cuenta\";'),('arn','messages:accountcreatedtext','s:99:\"es:Se ha creado la cuenta de usuario de [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|discusión]]).\";'),('arn','messages:acct_creation_throttle_hit','s:261:\"es:Por medio de tu dirección IP ya {{PLURAL:$1|se ha creado una cuenta|se han creado $1 cuentas}} durante $2, lo cual es lo máximo permitido por este período de tiempo.\nPor este motivo, desde esta dirección IP no se pueden crear más cuentas por el momento.\";'),('arn','messages:action-apihighlimits','s:61:\"es:usar límites más altos en peticiones a través de la API\";'),('arn','messages:action-applychangetags','s:42:\"es:aplicar etiquetas junto con los cambios\";'),('arn','messages:action-autoconfirmed','s:78:\"es:no resultar afectado por los límites de frecuencia de edición para las IP\";'),('arn','messages:action-autocreateaccount','s:56:\"es:crear automáticamente esta cuenta de usuario externa\";'),('arn','messages:action-autopatrol','s:48:\"es:marcar como verificadas tus propias ediciones\";'),('arn','messages:action-bigdelete','s:48:\"es:eliminar las páginas con historiales grandes\";'),('arn','messages:action-block','s:44:\"es:bloquear a este usuario para que no edite\";'),('arn','messages:action-blockemail','s:71:\"es:bloquear a un usuario para que no pueda mandar correos electrónicos\";'),('arn','messages:action-bot','s:43:\"es:ser tratado como un proceso automatizado\";'),('arn','messages:action-browsearchive','s:25:\"arn:Kintun ñamün pakina\";'),('arn','messages:action-changetags','s:91:\"es:agregar y quitar etiquetas arbitrarias a revisiones individuales y entradas del registro\";'),('arn','messages:action-createaccount','s:35:\"arn:zewman fachi pünefe ñi kuenta\";'),('arn','messages:action-createpage','s:27:\"arn:zewman tüfachi tapülh\";'),('arn','messages:action-createtalk','s:36:\"arn:zewman fachi nütramkawe tapülh\";'),('arn','messages:action-delete','s:30:\"arn:Ñamümün tüfachi pakina\";'),('arn','messages:action-delete-redirect','s:67:\"es:sobreescribir páginas cuya única revisión es una redirección\";'),('arn','messages:action-deletechangetags','s:41:\"es:eliminar etiquetas de la base de datos\";'),('arn','messages:action-deletedhistory','s:56:\"es:ver el historial de ediciones borradas de una página\";'),('arn','messages:action-deletedtext','s:33:\"es:ver texto de revisión borrada\";'),('arn','messages:action-deletelogentry','s:31:\"es:borrar entradas del registro\";'),('arn','messages:action-deleterevision','s:22:\"es:eliminar revisiones\";'),('arn','messages:action-edit','s:25:\"arn:wirin tüfachi pakina\";'),('arn','messages:action-editcontentmodel','s:47:\"es:editar el modelo de contenido de una página\";'),('arn','messages:action-editinterface','s:32:\"es:editar la interfaz de usuario\";'),('arn','messages:action-editmyoptions','s:26:\"es:editar tus preferencias\";'),('arn','messages:action-editmyprivateinfo','s:33:\"es:editar tu información privada\";'),('arn','messages:action-editmyusercss','s:34:\"es:editar tus propios archivos CSS\";'),('arn','messages:action-editmyuserjs','s:41:\"es:editar tus propios archivos JavaScript\";'),('arn','messages:action-editmyuserjson','s:35:\"es:editar tus propios archivos JSON\";'),('arn','messages:action-editmyuserjsredirect','s:89:\"es:editar tus propias páginas de usuario en formato JavaScript cuando sean redirecciones\";'),('arn','messages:action-editmywatchlist','s:33:\"es:editar tu lista de seguimiento\";'),('arn','messages:action-editprotected','s:66:\"es:Editar páginas protegidas como «{{int:protect-level-sysop}}»\";'),('arn','messages:action-editsemiprotected','s:74:\"es:Editar páginas protegidas como «{{int:protect-level-autoconfirmed}}»\";'),('arn','messages:action-editsitecss','s:30:\"es:editar CSS global del sitio\";'),('arn','messages:action-editsitejs','s:37:\"es:editar JavaScript global del sitio\";'),('arn','messages:action-editsitejson','s:31:\"es:editar JSON global de la web\";'),('arn','messages:action-editusercss','s:40:\"es:editar archivos CSS de otros usuarios\";'),('arn','messages:action-edituserjs','s:47:\"es:editar archivos JavaScript de otros usuarios\";'),('arn','messages:action-edituserjson','s:41:\"es:editar archivos JSON de otros usuarios\";'),('arn','messages:action-hideuser','s:55:\"es:bloquear un nombre de usuario, haciéndolo invisible\";'),('arn','messages:action-history','s:35:\"es:ver el historial de esta página\";'),('arn','messages:action-import','s:36:\"es:importar páginas desde otra wiki\";'),('arn','messages:action-importupload','s:52:\"es:importar páginas mediante la carga de un archivo\";'),('arn','messages:action-ipblock-exempt','s:54:\"es:evitar bloqueos a IP, automáticos y por intervalos\";'),('arn','messages:action-managechangetags','s:33:\"es:crear y (des)activar etiquetas\";'),('arn','messages:action-markbotedits','s:50:\"es:marcar las reversiones como ediciones de un bot\";'),('arn','messages:action-mergehistory','s:40:\"es:fusionar el historial de esta página\";'),('arn','messages:action-mf-uploadbutton','s:75:\"es:utilizar el sistema de carga específico para la interfaz para móviles.\";'),('arn','messages:action-minoredit','s:32:\"es:marcar este cambio como menor\";'),('arn','messages:action-move','s:30:\"arn:Nengümün tüfachi pakina\";'),('arn','messages:action-move-categorypages','s:24:\"es:trasladar categorías\";'),('arn','messages:action-move-rootuserpages','s:38:\"es:trasladar páginas raíz de usuario\";'),('arn','messages:action-move-subpages','s:43:\"es:trasladar esta página y sus subpáginas\";'),('arn','messages:action-movefile','s:25:\"es:trasladar este archivo\";'),('arn','messages:action-nominornewtalk','s:98:\"es:no accionar el aviso de mensajes nuevos al realizar ediciones menores en páginas de discusión\";'),('arn','messages:action-noratelimit','s:66:\"es:no resultar afectado por los límites de frecuencia de edición\";'),('arn','messages:action-override-export-depth','s:77:\"es:exportar páginas, incluidas aquellas enlazadas hasta una profundidad de 5\";'),('arn','messages:action-pagelang','s:34:\"es:cambiar el idioma de la página\";'),('arn','messages:action-patrol','s:45:\"es:marcar ediciones de otros como verificadas\";'),('arn','messages:action-patrolmarks','s:55:\"es:ver las marcas de verificación de cambios recientes\";'),('arn','messages:action-protect','s:17:\"arn:Nürüfkünun\";'),('arn','messages:action-purge','s:22:\"es:purgar esta página\";'),('arn','messages:action-read','s:30:\"arn:chillkatun tüfachi pakina\";'),('arn','messages:action-reupload','s:36:\"es:reemplazar este archivo existente\";'),('arn','messages:action-reupload-own','s:57:\"es:sobrescribir archivos existentes subidos por uno mismo\";'),('arn','messages:action-reupload-shared','s:65:\"es:reemplazar este archivo existente en un repositorio compartido\";'),('arn','messages:action-rollback','s:98:\"es:revertir rápidamente las ediciones del último usuario que modificó una página en particular\";'),('arn','messages:action-sendemail','s:31:\"es:enviar correos electrónicos\";'),('arn','messages:action-siteadmin','s:42:\"es:bloquear o desbloquear la base de datos\";'),('arn','messages:action-suppressionlog','s:28:\"es:ver este registro privado\";'),('arn','messages:action-suppressredirect','s:57:\"es:no crear redirecciones de las páginas al trasladarlas\";'),('arn','messages:action-suppressrevision','s:41:\"es:revisar y restaurar revisiones ocultas\";'),('arn','messages:action-unblockself','s:28:\"es:desbloquearse a sí mismo\";'),('arn','messages:action-undelete','s:23:\"arn:wüñoeltun tapülh\";'),('arn','messages:action-unwatchedpages','s:40:\"es:ver la lista de páginas no vigiladas\";'),('arn','messages:action-upload','s:21:\"es:subir este archivo\";'),('arn','messages:action-upload_by_url','s:35:\"es:subir este archivo desde una URL\";'),('arn','messages:action-userrights','s:42:\"es:modificar todos los permisos de usuario\";'),('arn','messages:action-userrights-interwiki','s:56:\"es:modificar los permisos de los usuarios en otros wikis\";'),('arn','messages:action-viewmyprivateinfo','s:30:\"es:ver tu información privada\";'),('arn','messages:action-viewmywatchlist','s:30:\"es:ver tu lista de seguimiento\";'),('arn','messages:action-viewsuppressed','s:46:\"es:ver revisiones ocultas de cualquier usuario\";'),('arn','messages:action-writeapi','s:31:\"es:utilizar la API de escritura\";'),('arn','messages:actioncomplete','s:23:\"arn:Wechuley chi femün\";'),('arn','messages:actionfailed','s:24:\"arn:Wedalkay chi femün.\";'),('arn','messages:actions','s:10:\"arn:Femün\";'),('arn','messages:actionthrottled','s:19:\"es:Acción limitada\";'),('arn','messages:actionthrottledtext','s:211:\"es:Como medida contra los abusos, la acción que estás realizando está limitada a un número determinado de veces en un periodo corto de tiempo, y has excedido ese límite.\nInténtalo de nuevo en unos minutos.\";'),('arn','messages:activeusers','s:28:\"es:Lista de usuarios activos\";'),('arn','messages:activeusers-count','s:91:\"es:$1 {{PLURAL:$1|acción|acciones}} en {{PLURAL:$3|el último día|los últimos $3 días}}\";'),('arn','messages:activeusers-excludegroups','s:55:\"es:Excluir a los usuarios que pertenezcan a los grupos:\";'),('arn','messages:activeusers-from','s:41:\"es:Mostrar los usuarios que empiezan por:\";'),('arn','messages:activeusers-groups','s:52:\"es:Mostrar los usuarios que pertenecen a los grupos:\";'),('arn','messages:activeusers-intro','s:109:\"es:Esta es una lista de usuarios que han tenido alguna actividad en los últimos $1 {{PLURAL:$1|día|días}}.\";'),('arn','messages:activeusers-noresult','s:30:\"es:No se encontraron usuarios.\";'),('arn','messages:activeusers-submit','s:27:\"es:Mostrar usuarios activos\";'),('arn','messages:activeusers-summary','s:3:\"en:\";'),('arn','messages:addedwatchexpiry-options-label','s:25:\"es:Tiempo de seguimiento:\";'),('arn','messages:addedwatchexpiryhours','s:126:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] durante unas horas.\";'),('arn','messages:addedwatchexpiryhours-talk','s:121:\"es:\"[[:$1]]\" y su página asociada han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] durante unas horas.\";'),('arn','messages:addedwatchexpirytext','s:114:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] por $2.\";'),('arn','messages:addedwatchexpirytext-talk','s:109:\"es:\"[[:$1]]\" y su página asociada han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] por $2.\";'),('arn','messages:addedwatchindefinitelytext','s:123:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] permanentemente.\";'),('arn','messages:addedwatchindefinitelytext-talk','s:123:\"es:\"[[:$1]]\" y su página de discusión han sido añadidos a tu [[Special:Watchlist|lista de seguimiento]] permanentemente.\";'),('arn','messages:addedwatchtext','s:106:\"es:Se han añadido «[[:$1]]» y su página de discusión a tu [[Special:Watchlist|lista de seguimiento]].\";'),('arn','messages:addedwatchtext-short','s:62:\"es:La página \"$1\" ha sido añadida a tu lista de seguimiento.\";'),('arn','messages:addedwatchtext-talk','s:101:\"es:Se han añadido «[[:$1]]» y su página asociada a tu [[Special:Watchlist|lista de seguimiento]].\";'),('arn','messages:addsection','s:4:\"en:+\";'),('arn','messages:addsection-editintro','s:3:\"en:\";'),('arn','messages:addsection-preload','s:3:\"en:\";'),('arn','messages:addwatch','s:36:\"es:Añadir a la lista de seguimiento\";'),('arn','messages:ago','s:10:\"es:hace $1\";'),('arn','messages:all-logs-page','s:29:\"arn:Konfal wirintukun itrokom\";'),('arn','messages:allarticles','s:15:\"arn:Kom tapülh\";'),('arn','messages:allinnamespace','s:45:\"es:Todas las páginas (espacio de nombres $1)\";'),('arn','messages:alllogstext','s:201:\"arn:Itrokom {{SITENAME}} ñi mülechi ina wirintukuel.\nPepi chiñüzaymi zullipelu chi ina wirintukun ñi femngen, chi pünefe ñi üy, well chi tapülh femngelu. Kangeygu fütra wirin ka püchi wirin.\";'),('arn','messages:allmessages','s:34:\"es:Todos los mensajes de MediaWiki\";'),('arn','messages:allmessages-filter','s:42:\"es:Filtrar por estado de personalización:\";'),('arn','messages:allmessages-filter-all','s:8:\"es:Todos\";'),('arn','messages:allmessages-filter-legend','s:9:\"es:Filtro\";'),('arn','messages:allmessages-filter-modified','s:14:\"es:Modificados\";'),('arn','messages:allmessages-filter-submit','s:10:\"es:Filtrar\";'),('arn','messages:allmessages-filter-translate','s:11:\"es:Traducir\";'),('arn','messages:allmessages-filter-unmodified','s:16:\"es:Sin modificar\";'),('arn','messages:allmessages-language','s:12:\"arn:Cezugun:\";'),('arn','messages:allmessages-not-supported-database','s:101:\"es:Esta página no está disponible porque <strong>$wgUseDatabaseMessages</strong> está desactivado.\";'),('arn','messages:allmessages-prefix','s:23:\"es:Filtrar por prefijo:\";'),('arn','messages:allmessagescurrent','s:15:\"es:Texto actual\";'),('arn','messages:allmessagesdefault','s:27:\"arn:Wirin wüne dullin reke\";'),('arn','messages:allmessagesname','s:7:\"arn:Üy\";'),('arn','messages:allmessagestext','s:309:\"es:Esta es una lista de mensajes del sistema disponibles en el espacio de nombres MediaWiki.\nVisita [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation Regionalización de MediaWiki] y [https://translatewiki.net translatewiki.net] si deseas contribuir a la regionalización genérica de MediaWiki.\";'),('arn','messages:allowemail','s:60:\"es:Permitir que otros usuarios me envíen mensajes de correo\";'),('arn','messages:allpages','s:15:\"arn:Kom tapülh\";'),('arn','messages:allpages-bad-ns','s:62:\"es:{{SITENAME}} no tiene un espacio de nombres llamado «$1».\";'),('arn','messages:allpages-hide-redirects','s:18:\"arn:Ellkan amultun\";'),('arn','messages:allpages-summary','s:3:\"en:\";'),('arn','messages:allpagesbadtitle','s:161:\"es:El título dado era inválido o tenía un prefijo de enlace inter-idioma o inter-wiki. Puede contener uno o más caracteres que no se pueden usar en títulos.\";'),('arn','messages:allpagesfrom','s:37:\"es:Mostrar páginas que empiecen por:\";'),('arn','messages:allpagesprefix','s:35:\"es:Mostrar páginas con el prefijo:\";'),('arn','messages:allpagessubmit','s:13:\"arn:Pengelün\";'),('arn','messages:allpagesto','s:35:\"es:Mostrar páginas terminadas con:\";'),('arn','messages:alreadyrolled','s:385:\"es:No se puede revertir la última edición de [[:$1]] hecha por [[User:$2|$2]] ([[User talk:$2|discusión]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]);\nalguien más ya ha editado o revertido esa página.\n\nLa última edición fue hecha por [[User:$3|$3]] ([[User talk:$3|discusión]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('arn','messages:ancientpages','s:25:\"es:Páginas más antiguas\";'),('arn','messages:ancientpages-summary','s:3:\"en:\";'),('arn','messages:and','s:11:\"arn:&#32;ka\";'),('arn','messages:anoncontribs','s:15:\"arn:Kellukontun\";'),('arn','messages:anoneditwarning','s:243:\"arn:<strong>Lelinienge:</strong> konkülelaymi. Pengeay may mi IP pengelzugulmi cem kümeelün rume. <strong>[$1 Konülmi]</strong> kam <strong>[$2 zewmalmi kuenta]</strong>, kümeelün mew pengeay pünekelu ñi üy, kake zungu elungeaymi kay.\";'),('arn','messages:anonnotice','s:4:\"en:-\";'),('arn','messages:anononlyblock','s:14:\"es:solo anón.\";'),('arn','messages:anonpreviewwarning','s:119:\"es:<em>No has iniciado sesión. Publicar almacenará tu dirección IP en el historial de edición de esta página.</em>\";'),('arn','messages:anontalk','s:14:\"arn:Nütramkan\";'),('arn','messages:anontalkpagetext','s:356:\"arn:----\n<em>Tüfa ta nütramkawe tapülh nielu kiñe üyfalnochi pünefe kam kiñe konpenolu ñi kuenta mew.</em>\nFeymew pünengey ñi IP ñi kimfaluwael.\nKakewme pünepelu pepi nieafuy kiñe IP müten.\nPetu konpenolu trokifimi mi welu zunguetew fey, [[Special:CreateAccount|zewmange kiñe kuenta]] kam [[Special:UserLogin|konpange]] mi küme kimfaluwael.\";'),('arn','messages:anonuser','s:41:\"es:el usuario anónimo $1 de {{SITENAME}}\";'),('arn','messages:anonusers','s:78:\"es:{{PLURAL:$2|el usuario anónimo|los usuarios anónimos}} $1 de {{SITENAME}}\";'),('arn','messages:anonymous','s:68:\"es:{{PLURAL:$1|Usuario anónimo|Usuarios anónimos}} de {{SITENAME}}\";'),('arn','messages:api-clientside-error-aborted','s:30:\"es:La solicitud fue cancelada.\";'),('arn','messages:api-clientside-error-http','s:43:\"es:El servidor devolvió el error: HTTP $1.\";'),('arn','messages:api-clientside-error-invalidresponse','s:36:\"es:Respuesta inválida del servidor.\";'),('arn','messages:api-clientside-error-noconnect','s:109:\"es:No se pudo conectar al servidor. Asegúrate de que tu conexión a Internet funcione e inténtalo de nuevo.\";'),('arn','messages:api-clientside-error-timeout','s:50:\"es:El servidor no respondió en el plazo previsto.\";'),('arn','messages:api-credits','s:406:\"es:Desarrolladores de la API:\n* Roan Kattouw (desarrollador principal, sep. 2007-2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (creador y desarrollador principal, sep. 2006-sep. 2007)\n* Brad Jorsch (desarrollador principal, 2013-actualidad)\n\nEnvía comentarios, sugerencias y preguntas a mediawiki-api@lists.wikimedia.org\no informa de un error en https://phabricator.wikimedia.org/.\";'),('arn','messages:api-credits-header','s:12:\"es:Créditos\";'),('arn','messages:api-error-badtoken','s:38:\"es:Error interno: Símbolo incorrecto.\";'),('arn','messages:api-error-emptypage','s:57:\"es:No se pueden crear páginas nuevas que estén vacías.\";'),('arn','messages:api-error-publishfailed','s:67:\"es:Error interno: el servidor no pudo publicar el archivo temporal.\";'),('arn','messages:api-error-stashfailed','s:68:\"es:Error interno: El servidor no pudo almacenar el archivo temporal.\";'),('arn','messages:api-error-unknown-warning','s:35:\"es:Advertencia desconocida: «$1».\";'),('arn','messages:api-error-unknownerror','s:29:\"es:Error desconocido: «$1».\";'),('arn','messages:api-exception-trace','s:18:\"es:$1 en $2($3)\n$4\";'),('arn','messages:api-feed-error-title','s:13:\"es:Error ($1)\";'),('arn','messages:api-format-prettyprint-header','s:450:\"es:Esta es la representación en HTML del formato $1. HTML es adecuado para realizar tareas de depuración, pero no para utilizarlo en aplicaciones.\n\nUtiliza el parámetro <var>format</var> para modificar el formato de salida. Para ver la representación no HTML del formato $1, emplea <kbd>format=$2</kbd>.\n\nPara obtener más información, consulta la [[mw:Special:MyLanguage/API|documentación completa]] o la [[Special:ApiHelp/main|ayuda de API]].\";'),('arn','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('arn','messages:api-format-prettyprint-header-only-html','s:260:\"es:Esta es una representación en HTML destinada a la depuración, y no es adecuada para el uso de la aplicación.\n\nVéase la [[mw:Special:MyLanguage/API|documentación completa]] o la [[Special:ApiHelp/main|página de ayuda de la API]] para más información.\";'),('arn','messages:api-format-prettyprint-status','s:58:\"es:Esta respuesta se devolvería con el estado HTTP $1 $2.\";'),('arn','messages:api-format-title','s:35:\"es:Resultado de la API de MediaWiki\";'),('arn','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('arn','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('arn','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('arn','messages:api-help-authmanagerhelper-mergerequestfields','s:102:\"es:Combinar la información de los campos para todas las peticiones de autentificación en una matriz.\";'),('arn','messages:api-help-authmanagerhelper-messageformat','s:49:\"es:Formato utilizado para los mensajes devueltos.\";'),('arn','messages:api-help-authmanagerhelper-preservestate','s:90:\"es:Preservar el estado de un intento fallido anterior de inicio de sesión, si es posible.\";'),('arn','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('arn','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('arn','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('arn','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('arn','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('arn','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('arn','messages:api-help-datatypes-header','s:17:\"es:Tipos de datos\";'),('arn','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('arn','messages:api-help-examples','s:34:\"es:{{PLURAL:$1|Ejemplo|Ejemplos}}:\";'),('arn','messages:api-help-flag-deprecated','s:32:\"es:Este módulo está en desuso.\";'),('arn','messages:api-help-flag-generator','s:51:\"es:Este módulo puede utilizarse como un generador.\";'),('arn','messages:api-help-flag-internal','s:106:\"es:<strong>Este módulo es interno o inestable.</strong> Su funcionamiento puede cambiar sin previo aviso.\";'),('arn','messages:api-help-flag-mustbeposted','s:45:\"es:Este módulo solo acepta solicitudes POST.\";'),('arn','messages:api-help-flag-readrights','s:45:\"es:Este módulo requiere permisos de lectura.\";'),('arn','messages:api-help-flag-writerights','s:47:\"es:Este módulo requiere permisos de escritura.\";'),('arn','messages:api-help-flags','s:3:\"en:\";'),('arn','messages:api-help-help-urls','s:3:\"en:\";'),('arn','messages:api-help-lead','s:169:\"es:Esta es una página de documentación autogenerada de la API de MediaWiki.\n\nDocumentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('arn','messages:api-help-license','s:22:\"es:Licencia: [[$1|$2]]\";'),('arn','messages:api-help-license-noname','s:30:\"es:Licencia: [[$1|Ver enlace]]\";'),('arn','messages:api-help-license-unknown','s:61:\"es:Licencia: <span class=\"apihelp-unknown\">desconocida</span>\";'),('arn','messages:api-help-main-header','s:20:\"es:Módulo principal\";'),('arn','messages:api-help-no-extended-description','s:3:\"en:\";'),('arn','messages:api-help-open-in-apisandbox','s:47:\"es:<small>[abrir en la zona de pruebas]</small>\";'),('arn','messages:api-help-param-continue','s:202:\"es:Cuando haya más resultados disponibles, usa esto para continuar. Puedes encontrar más información detallada sobre cómo continuar consultas [[mw:Special:MyLanguage/API:Continue|en mediawiki.org]].\";'),('arn','messages:api-help-param-default-empty','s:62:\"es:Predeterminado: <span class=\"apihelp-empty\">(vacío)</span>\";'),('arn','messages:api-help-param-deprecated','s:13:\"es:En desuso.\";'),('arn','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('arn','messages:api-help-param-direction','s:230:\"es:En qué sentido hacer la enumeración:\n;newer: De más antiguos a más recientes. Nota: $1start debe ser anterior a $1end.\n;older: De más recientes a más antiguos (orden predefinido). Nota: $1start debe ser posterior a $1end.\";'),('arn','messages:api-help-param-disabled-in-miser-mode','s:84:\"es:Deshabilitado debido al [[mw:Special:MyLanguage/Manual:$wgMiserMode|modo avaro]].\";'),('arn','messages:api-help-param-internal','s:11:\"es:Interno.\";'),('arn','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('arn','messages:api-help-param-limited-in-miser-mode','s:242:\"es:<strong>Nota:</strong> Debido al [[mw:Special:MyLanguage/Manual:$wgMiserMode|modo pobre]], usar esto puede dar lugar a que se devuelvan menos de <var>$1limit</var> antes de continuar. En casos extremos, podrían devolverse cero resultados.\";'),('arn','messages:api-help-param-multi-all','s:61:\"es:Para especificar todos los valores, utiliza <kbd>$1</kbd>.\";'),('arn','messages:api-help-param-multi-separate','s:102:\"es:Separar los valores con <kbd>|</kbd> o con una [[Special:ApiHelp/main#main/datatypes|alternativa]].\";'),('arn','messages:api-help-param-no-description','s:56:\"es:<span class=\"apihelp-empty\">(sin descripción)</span>\";'),('arn','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('arn','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('arn','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('arn','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('arn','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('arn','messages:api-help-param-type-enum','s:152:\"es:{{PLURAL:$1|1=Uno de los siguientes valores|2=Valores (separados por <kbd>{{!}}</kbd> u [[Special:ApiHelp/main#main/datatypes|otro separador]])}}: $2\";'),('arn','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('arn','messages:api-help-param-type-limit','s:32:\"es:Tipo: entero o <kbd>max</kbd>\";'),('arn','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('arn','messages:api-help-param-type-timestamp','s:127:\"es:Tipo: {{PLURAL:$1|1=timestamp|2=lista de timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|formatos permitidos]])\";'),('arn','messages:api-help-parameters','s:65:\"es:{{PLURAL:$1|Parámetro específico|Parámetros específicos}}:\";'),('arn','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('arn','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('arn','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('arn','messages:api-help-permissions','s:34:\"es:{{PLURAL:$1|Permiso|Permisos}}:\";'),('arn','messages:api-help-permissions-granted-to','s:45:\"es:{{PLURAL:$1|Concedido a|Concedidos a}}: $2\";'),('arn','messages:api-help-right-apihighlimits','s:202:\"es:Usa límites más altos para consultas a través de la API (consultas lentas: $1; consultas rápidas: $2). Los límites para las consultas lentas también se aplican a los parámetros multivalorados.\";'),('arn','messages:api-help-source','s:13:\"es:Fuente: $1\";'),('arn','messages:api-help-source-unknown','s:59:\"es:Fuente: <span class=\"apihelp-unknown\">desconocida</span>\";'),('arn','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('arn','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('arn','messages:api-help-title','s:31:\"es:Ayuda de la API de MediaWiki\";'),('arn','messages:api-help-undocumented-module','s:55:\"es:No existe ninguna documentación para el módulo $1.\";'),('arn','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arn','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arn','messages:api-login-fail-badsessionprovider','s:55:\"es:No se puede acceder mientras esté utilizándose $1.\";'),('arn','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('arn','messages:api-pageset-param-converttitles','s:226:\"es:Convertir los títulos a otras variantes, si es necesario. Solo funciona si el idioma del contenido de la wiki admite la conversión entre variantes. La conversión entre variantes está habilitada en idiomas tales como $1.\";'),('arn','messages:api-pageset-param-generator','s:235:\"es:Obtener la lista de páginas en las que trabajar mediante la ejecución del módulo de consulta especificado.\n\n<strong>Nota:</strong> Los nombres de los parámetros del generador deben prefijarse con una «g», véanse los ejemplos.\";'),('arn','messages:api-pageset-param-pageids','s:64:\"es:Una lista de identificadores de páginas en las que trabajar.\";'),('arn','messages:api-pageset-param-redirects-generator','s:170:\"es:Resolver automáticamente las redirecciones en <var>$1titles</var>, <var>$1pageids</var>, y <var>$1revids</var> y en las páginas devueltas por <var>$1generator</var>.\";'),('arn','messages:api-pageset-param-redirects-nogenerator','s:114:\"es:Resolver automáticamente las redirecciones en <var>$1titles</var>, <var>$1pageids</var> y <var>$1revids</var>.\";'),('arn','messages:api-pageset-param-revids','s:66:\"es:Una lista de identificadores de revisiones en las que trabajar.\";'),('arn','messages:api-pageset-param-titles','s:45:\"es:Una lista de títulos en los que trabajar.\";'),('arn','messages:api-usage-docref','s:35:\"es:Véase $1 para el uso de la API.\";'),('arn','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('arn','messages:apierror-allimages-redirect','s:130:\"es:Usar <kbd>gaifilterredir=nonredirects</kbd> en lugar de <var>redirects</var> cuando se use <kbd>allimages</kbd> como generador.\";'),('arn','messages:apierror-allpages-generator-redirects','s:129:\"es:Usar <kbd>gaifilterredir=nonredirects</kbd> en lugar de <var>redirects</var> cuando se use <kbd>allpages</kbd> como generador.\";'),('arn','messages:apierror-appendnotsupported','s:77:\"es:No se puede añadir a las páginas que utilizan el modelo de contenido $1.\";'),('arn','messages:apierror-articleexists','s:54:\"es:El artículo que intentaste crear ya estaba creado.\";'),('arn','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('arn','messages:apierror-assertbotfailed','s:75:\"es:La aserción de que el usuario tiene el derecho <code>bot</code> falló.\";'),('arn','messages:apierror-assertnameduserfailed','s:84:\"es:Ya no estás mas conectado como \"$1\", por lo que no se pudo completar la acción.\";'),('arn','messages:apierror-assertuserfailed','s:57:\"es:La aserción de que el usuario está conectado falló.\";'),('arn','messages:apierror-autoblocked','s:101:\"es:Tu dirección IP ha sido bloqueada automáticamente porque fue utilizada por un usuario bloqueado.\";'),('arn','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('arn','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('arn','messages:apierror-badconfig-resulttoosmall','s:137:\"es:El valor de <code>$wgAPIMaxResultSize</code> en esta wiki es demasiado pequeño como para contener información básica de resultados.\";'),('arn','messages:apierror-badcontinue','s:99:\"es:Parámetro continue no válido. Debes pasar el valor original devuelto por la consulta anterior.\";'),('arn','messages:apierror-baddiff','s:107:\"es:La comparación no puede recuperarse. Una o ambas revisiones no existen o no tienes permiso para verlas.\";'),('arn','messages:apierror-baddiffto','s:113:\"es:<var>$1diffto</var> debe fijarse a un número no negativo, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('arn','messages:apierror-badformat','s:92:\"es:El formato solicitado $1 no es compatible con el modelo de contenido $2 utilizado por $3.\";'),('arn','messages:apierror-badformat-generic','s:75:\"es:El formato solicitado $1 no es compatible con el modelo de contenido $2.\";'),('arn','messages:apierror-badgenerator-notgenerator','s:66:\"es:El módulo <kbd>$1</kbd> no puede utilizarse como un generador.\";'),('arn','messages:apierror-badgenerator-unknown','s:39:\"es:<kbd>generator=$1</kbd> desconocido.\";'),('arn','messages:apierror-badip','s:34:\"es:El parámetro IP no es válido.\";'),('arn','messages:apierror-badmd5','s:42:\"es:El hash MD5 suministrado es incorrecto.\";'),('arn','messages:apierror-badmodule-badsubmodule','s:56:\"es:El módulo <kbd>$1</kbd> no tiene un submódulo \"$2\".\";'),('arn','messages:apierror-badmodule-nosubmodules','s:49:\"es:El módulo <kbd>$1</kbd> no tiene submódulos.\";'),('arn','messages:apierror-badparameter','s:53:\"es:Valor no válido para el parámetro <var>$1</var>.\";'),('arn','messages:apierror-badquery','s:29:\"es:La consulta no es válida.\";'),('arn','messages:apierror-badtimestamp','s:85:\"es:El valor «$2» no es válido para el parámetro de cronomarcación <var>$1</var>.\";'),('arn','messages:apierror-badtoken','s:31:\"es:La ficha CSRF no es válida.\";'),('arn','messages:apierror-badupload','s:227:\"es:El parámetro de subida de archivo <var>$1</var> no es una subida de archivo. Asegúrate de usar <code>multipart/form-data</code> para tu POST e introduce un nombre de archivo en la cabecera <code>Content-Disposition</code>.\";'),('arn','messages:apierror-badurl','s:65:\"es:Valor no válido \"$2\" para el parámetro de URL <var>$1</var>.\";'),('arn','messages:apierror-baduser','s:69:\"es:Valor no válido \"$2\" para el parámetro de usuario <var>$1</var>.\";'),('arn','messages:apierror-badvalue-notmultivalue','s:87:\"es:El separador multivalor U+001F solo se puede utilizar en parámetros multivalorados.\";'),('arn','messages:apierror-blocked','s:32:\"es:Se te ha bloqueado de editar.\";'),('arn','messages:apierror-blocked-partial','s:47:\"es:Se ha bloqueado tu edición en esta página.\";'),('arn','messages:apierror-blockedfrommail','s:38:\"es:Se te ha bloqueado de enviar email.\";'),('arn','messages:apierror-botsnotsupported','s:47:\"es:Esta interfaz no está disponible para bots.\";'),('arn','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('arn','messages:apierror-cannotreauthenticate','s:79:\"es:Esta acción no está disponible, ya que tu identidad no se puede verificar.\";'),('arn','messages:apierror-cannotviewtitle','s:33:\"es:No tienes permiso para ver $1.\";'),('arn','messages:apierror-cantblock','s:44:\"es:No tienes permiso para bloquear usuarios.\";'),('arn','messages:apierror-cantblock-email','s:104:\"es:No tienes permiso para bloquear a los usuarios el envío de correo electrónico a través de la wiki.\";'),('arn','messages:apierror-cantchangecontentmodel','s:72:\"es:No tienes permiso para cambiar el modelo de contenido de una página.\";'),('arn','messages:apierror-canthide','s:78:\"es:No tienes permiso para ocultar nombres de usuario del registro de bloqueos.\";'),('arn','messages:apierror-cantimport','s:44:\"es:No tienes permiso para importar páginas.\";'),('arn','messages:apierror-cantimport-upload','s:52:\"es:No tienes permiso para importar páginas subidas.\";'),('arn','messages:apierror-cantoverwrite-sharedfile','s:97:\"es:El fichero objetivo existe en un repositorio compartido y no tienes permiso para reemplazarlo.\";'),('arn','messages:apierror-cantsend','s:199:\"es:No estás conectado, no tienes una dirección de correo electrónico confirmada o no tienes permiso para enviar correo electrónico a otros usuarios, así que no puedes enviar correo electrónico.\";'),('arn','messages:apierror-cantundelete','s:107:\"es:No se ha podido restaurar: puede que las revisiones solicitadas no existan o que ya se hayan restaurado.\";'),('arn','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('arn','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('arn','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('arn','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('arn','messages:apierror-changeauth-norequest','s:55:\"es:No se ha podido crear la petición de modificación.\";'),('arn','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('arn','messages:apierror-changecontentmodel-cannotbeused','s:60:\"es:Model de contenido <code>$1</code> no se puede usar en $2\";'),('arn','messages:apierror-changecontentmodel-missingtitle','s:153:\"es:La página que usted ha especificado no existe. Para crear una nueva página con un modelo de contenido a medida, use el modulo <kbd>action=edit</kbd>\";'),('arn','messages:apierror-changecontentmodel-nodirectediting','s:71:\"es:El modelo de contenido <code>$1</code> no apoya la edición directa.\";'),('arn','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('arn','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('arn','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('arn','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('arn','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('arn','messages:apierror-compare-nosuchfromsection','s:52:\"es:No existe una sección $1 en el contenido \'from\'.\";'),('arn','messages:apierror-compare-nosuchtosection','s:50:\"es:No existe una sección $1 en el contenido \'to\'.\";'),('arn','messages:apierror-compare-notext','s:66:\"es:No se puede usar el parámetro <var>$1</var> sin <var>$2</var>.\";'),('arn','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('arn','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('arn','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('arn','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('arn','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('arn','messages:apierror-contentserializationexception','s:44:\"es:La serialización de contenido falló: $1\";'),('arn','messages:apierror-contenttoobig','s:112:\"es:El contenido proporcionado supera el límite de tamaño del artículo de $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('arn','messages:apierror-copyuploadbaddomain','s:58:\"es:No se permite realizar cargas a partir de este dominio.\";'),('arn','messages:apierror-copyuploadbadurl','s:54:\"es:No se permite realizar cargas a partir de este URL.\";'),('arn','messages:apierror-create-titleexists','s:71:\"es:Los títulos existentes no se pueden proteger con <kbd>create</kbd>.\";'),('arn','messages:apierror-csp-report','s:46:\"es:Error de procesamiento del informe CSP: $1.\";'),('arn','messages:apierror-deletedrevs-param-not-1-2','s:71:\"es:El parámetro <var>$1</var> no se puede utilizar en los modos 1 o 2.\";'),('arn','messages:apierror-deletedrevs-param-not-3','s:58:\"es:El parámetro <var>$1</var> no se puede usar en modo 3.\";'),('arn','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('arn','messages:apierror-emptynewsection','s:41:\"es:Crear secciones vacías no es posible.\";'),('arn','messages:apierror-emptypage','s:45:\"es:Crear páginas vacías no está permitido.\";'),('arn','messages:apierror-exceptioncaught','s:32:\"es:[$1] Excepción capturada: $2\";'),('arn','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('arn','messages:apierror-filedoesnotexist','s:24:\"es:El archivo no existe.\";'),('arn','messages:apierror-fileexists-sharedrepo-perm','s:122:\"es:El archivo objetivo existe en un repositorio compartido. Usa el parámetro <var>ignorewarnings</var> para reemplazarlo.\";'),('arn','messages:apierror-filenopath','s:48:\"es:No se pudo obtener la ruta local del archivo.\";'),('arn','messages:apierror-filetypecannotberotated','s:40:\"es:El tipo de archivo no se puede girar.\";'),('arn','messages:apierror-formatphp','s:117:\"es:Esta respuesta no se puede representar con <kbd>format=php</kbd>. Véase https://phabricator.wikimedia.org/T68776.\";'),('arn','messages:apierror-imageusage-badtitle','s:51:\"es:El título de <kbd>$1</kbd> debe ser un archivo.\";'),('arn','messages:apierror-import-unknownerror','s:44:\"es:Error desconocido en la importación: $1.\";'),('arn','messages:apierror-integeroutofrange-abovebotmax','s:96:\"es:<var>$1</var> no puede ser mayor que $2 (fijado a $3) para bots o administradores de sistema.\";'),('arn','messages:apierror-integeroutofrange-abovemax','s:71:\"es:<var>$1</var> no puede ser mayor que $2 (fijado a $3) para usuarios.\";'),('arn','messages:apierror-integeroutofrange-belowminimum','s:57:\"es:<var>$1</var> no puede ser menor que $2 (fijado a $3).\";'),('arn','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('arn','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('arn','messages:apierror-invalidcategory','s:64:\"es:El nombre de la categoría que has introducido no es válida.\";'),('arn','messages:apierror-invalidexpiry','s:41:\"es:Tiempo de expiración \"$1\" no válido.\";'),('arn','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('arn','messages:apierror-invalidlang','s:65:\"es:Código de idioma no válido para el parámetro <var>$1</var>.\";'),('arn','messages:apierror-invalidmethod','s:54:\"es:Método HTTP no válido. Considera usar GET o POST.\";'),('arn','messages:apierror-invalidoldimage','s:65:\"es:El parámetro <var>oldimage</var> tiene un formato no válido.\";'),('arn','messages:apierror-invalidparammix','s:65:\"es:{{PLURAL:$2|Los parámetros}} $1 no se pueden utilizar juntos.\";'),('arn','messages:apierror-invalidparammix-cannotusewith','s:76:\"es:El parámetro <kbd>$1</kbd> no se puede utilizar junto con <kbd>$2</kbd>.\";'),('arn','messages:apierror-invalidparammix-mustusewith','s:78:\"es:El parámetro <kbd>$1</kbd> solo se puede utilizar junto con <kbd>$2</kbd>.\";'),('arn','messages:apierror-invalidparammix-parse-new-section','s:176:\"es:<kbd>section=new</kbd> no se puede combinar con los parámetros <var>oldid</var>, <var>pageid</var> y <var>page</var>. Por favor, utiliza <var>title</var> y <var>text</var>.\";'),('arn','messages:apierror-invalidsection','s:105:\"es:El parámetro <var>section</var> debe ser un identificador de sección válido, o bien <kbd>new</kbd>.\";'),('arn','messages:apierror-invalidsha1base36hash','s:50:\"es:El hash SHA1Base36 proporcionado no es válido.\";'),('arn','messages:apierror-invalidsha1hash','s:44:\"es:El hash SHA1 proporcionado no es válido.\";'),('arn','messages:apierror-invalidtitle','s:27:\"es:Título incorrecto \"$1\".\";'),('arn','messages:apierror-invalidurlparam','s:66:\"es:Valor no válido para <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('arn','messages:apierror-invaliduser','s:39:\"es:Nombre de usuario «$1» no válido.\";'),('arn','messages:apierror-invaliduserid','s:59:\"es:El identificador de usuario <var>$1</var> no es válido.\";'),('arn','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('arn','messages:apierror-maxbytes','s:78:\"es:El parámetro <var>$1</var> no puede sobrepasar $2 {{PLURAL:$2|byte|bytes}}\";'),('arn','messages:apierror-maxchars','s:101:\"es:El parámetro <var>$1</var> no puede sobrepasar $2 {{PLURAL:$2|carácter|caracteres}} de longitud.\";'),('arn','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('arn','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('arn','messages:apierror-mimesearchdisabled','s:58:\"es:La búsqueda MIME está deshabilitada en el modo avaro.\";'),('arn','messages:apierror-missingcontent-pageid','s:59:\"es:Contenido faltante para la página con identificador $1.\";'),('arn','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('arn','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('arn','messages:apierror-missingparam','s:50:\"es:Se debe establecer el parámetro <var>$1</var>.\";'),('arn','messages:apierror-missingparam-at-least-one-of','s:79:\"es:{{PLURAL:$2|El parámetro|Al menos uno de los parámetros}} $1 es necesario.\";'),('arn','messages:apierror-missingparam-one-of','s:70:\"es:{{PLURAL:$2|El parámetro|Uno de los parámetros}} $1 es necesario.\";'),('arn','messages:apierror-missingrev-pageid','s:59:\"es:No hay ninguna revisión actual de la página con ID $1.\";'),('arn','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('arn','messages:apierror-missingtitle','s:37:\"es:El título especificado no existe.\";'),('arn','messages:apierror-missingtitle-byname','s:27:\"es:La página $1 no existe.\";'),('arn','messages:apierror-missingtitle-createonly','s:72:\"es:Los títulos faltantes solo se pueden proteger con <kbd>create</kbd>.\";'),('arn','messages:apierror-moduledisabled','s:50:\"es:El módulo <kbd>$1</kbd> ha sido deshabilitado.\";'),('arn','messages:apierror-multival-only-one-of','s:102:\"es:Solo {{PLURAL:$3|se permite el valor|se permiten los valores}} $2 para el parámetro <var>$1</var>.\";'),('arn','messages:apierror-multpages','s:68:\"es:<var>$1</var> no se puede utilizar más que con una sola página.\";'),('arn','messages:apierror-mustbeloggedin','s:33:\"es:Debes estar conectado para $1.\";'),('arn','messages:apierror-mustbeloggedin-changeauth','s:74:\"es:Debes estar conectado para poder cambiar los datos de autentificación.\";'),('arn','messages:apierror-mustbeloggedin-generic','s:25:\"es:Debes estar conectado.\";'),('arn','messages:apierror-mustbeloggedin-linkaccounts','s:46:\"es:Debes estar conectado para enlazar cuentas.\";'),('arn','messages:apierror-mustbeloggedin-removeauth','s:63:\"es:Debes estar conectado para borrar datos de autentificación.\";'),('arn','messages:apierror-mustbeloggedin-uploadstash','s:105:\"es:El almacén provisional de cargas solo está disponible para usuarios que hayan accedido a una cuenta.\";'),('arn','messages:apierror-mustbeposted','s:56:\"es:El módulo <kbd>$1</kbd> requiere una petición POST.\";'),('arn','messages:apierror-mustpostparams','s:165:\"es:Se {{PLURAL:$2|encontró el siguiente parámetro|encontraron los siguientes parámetros}} en la cadena de la consulta, pero deben estar en el cuerpo del POST: $1.\";'),('arn','messages:apierror-no-direct-editing','s:107:\"es:La edición directa a través de la API no es compatible con el modelo de contenido $1 utilizado por $2.\";'),('arn','messages:apierror-noapiwrite','s:68:\"es:La edición de esta wiki a través de la API está deshabilitada.\";'),('arn','messages:apierror-nochanges','s:34:\"es:No se solicitó ningún cambio.\";'),('arn','messages:apierror-nodeleteablefile','s:46:\"es:No existe tal versión antigua del archivo.\";'),('arn','messages:apierror-noedit','s:42:\"es:No tienes permiso para editar páginas.\";'),('arn','messages:apierror-noedit-anon','s:52:\"es:Los usuarios anónimos no pueden editar páginas.\";'),('arn','messages:apierror-noimageredirect','s:59:\"es:No tienes permiso para crear redirecciones de imágenes.\";'),('arn','messages:apierror-noimageredirect-anon','s:69:\"es:Los usuarios anónimos no pueden crear redirecciones de imágenes.\";'),('arn','messages:apierror-nosuchlogid','s:59:\"es:No hay ninguna entrada de registro con identificador $1.\";'),('arn','messages:apierror-nosuchpageid','s:47:\"es:No hay ninguna página con identificador $1.\";'),('arn','messages:apierror-nosuchrcid','s:55:\"es:No hay ningún cambio reciente con identificador $1.\";'),('arn','messages:apierror-nosuchrevid','s:49:\"es:No hay ninguna revisión con identificador $1.\";'),('arn','messages:apierror-nosuchsection','s:30:\"es:No hay ninguna sección $1.\";'),('arn','messages:apierror-nosuchsection-what','s:36:\"es:No hay ninguna sección $1 en $2.\";'),('arn','messages:apierror-nosuchuserid','s:36:\"es:No hay ningún usuario con ID $1.\";'),('arn','messages:apierror-notarget','s:60:\"es:No has especificado un destino válido para esta acción.\";'),('arn','messages:apierror-notpatrollable','s:68:\"es:La revisión r$1 no se puede patrullar por ser demasiado antigua.\";'),('arn','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('arn','messages:apierror-opensearch-json-warnings','s:69:\"es:No se pueden representar los avisos en formato JSON de OpenSearch.\";'),('arn','messages:apierror-pagecannotexist','s:61:\"es:En este espacio de nombres no se permiten páginas reales.\";'),('arn','messages:apierror-pagedeleted','s:84:\"es:En algún momento desde que se obtuvo el cronomarcador, se ha borrado la página.\";'),('arn','messages:apierror-pagelang-disabled','s:61:\"es:En esta wiki no se puede cambiar el idioma de una página.\";'),('arn','messages:apierror-paramempty','s:53:\"es:El parámetro <var>$1</var> no puede estar vacío.\";'),('arn','messages:apierror-parsetree-notwikitext','s:78:\"es:<kbd>prop=parsetree</kbd> solo es compatible con el contenido en wikitexto.\";'),('arn','messages:apierror-parsetree-notwikitext-title','s:112:\"es:<kbd>prop=parsetree</kbd> solo es compatible con el contenido en wikitexto. $1 usa el modelo de contenido $2.\";'),('arn','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('arn','messages:apierror-permissiondenied','s:29:\"es:No tienes permiso para $1.\";'),('arn','messages:apierror-permissiondenied-generic','s:20:\"es:Permiso denegado.\";'),('arn','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('arn','messages:apierror-permissiondenied-unblock','s:47:\"es:No tienes permiso para desbloquear usuarios.\";'),('arn','messages:apierror-prefixsearchdisabled','s:65:\"es:La búsqueda por prefijo está deshabilitada en el modo avaro.\";'),('arn','messages:apierror-promised-nonwrite-api','s:120:\"es:La cabecera HTTP <code>Promise-Non-Write-API-Action</code> no se puede enviar a módulos de la API en modo escritura.\";'),('arn','messages:apierror-protect-invalidaction','s:41:\"es:Tipo de protección «$1» no válido.\";'),('arn','messages:apierror-protect-invalidlevel','s:42:\"es:Nivel de protección «$1» no válido.\";'),('arn','messages:apierror-ratelimited','s:85:\"es:Has excedido tu límite de frecuencia. Aguarda unos minutos y vuelve a intentarlo.\";'),('arn','messages:apierror-readapidenied','s:59:\"es:Necesitas permiso de lectura para utilizar este módulo.\";'),('arn','messages:apierror-readonly','s:53:\"es:La wiki está actualmente en modo de solo lectura.\";'),('arn','messages:apierror-reauthenticate','s:93:\"es:No te has autentificado recientemente en esta sesión. Por favor, vuelve a autentificarte.\";'),('arn','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('arn','messages:apierror-revdel-mutuallyexclusive','s:72:\"es:No se puede usar el mismo campo en <var>hide</var> y <var>show</var>.\";'),('arn','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('arn','messages:apierror-revdel-paramneeded','s:74:\"es:Se requiere al menos un valor para <var>hide</var> y/o <var>show</var>.\";'),('arn','messages:apierror-revisions-badid','s:70:\"es:No se encontró ninguna revisión para el parámetro <var>$1</var>.\";'),('arn','messages:apierror-revisions-norevids','s:259:\"es:El parámetro <var>revids</var> no se puede utilizar junto con las opciones de lista (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> y <var>$1end</var>).\";'),('arn','messages:apierror-revisions-singlepage','s:341:\"es:Se utilizó <var>titles</var>, <var>pageids</var> o un generador para proporcionar múltiples páginas, pero los parámetros <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> y <var>$1end</var> solo se pueden utilizar en una sola página.\";'),('arn','messages:apierror-revwrongpage','s:33:\"es:r$1 no es una revisión de $2.\";'),('arn','messages:apierror-searchdisabled','s:55:\"es:Se ha desactivado la búsqueda de «<var>$1</var>».\";'),('arn','messages:apierror-sectionreplacefailed','s:52:\"es:No se ha podido combinar la sección actualizada.\";'),('arn','messages:apierror-sectionsnotsupported','s:66:\"es:Las secciones no son compatibles con el modelo de contenido $1.\";'),('arn','messages:apierror-sectionsnotsupported-what','s:43:\"es:Las secciones no son compatibles con $1.\";'),('arn','messages:apierror-show','s:83:\"es:Parámetro incorrecto: no se pueden proporcionar valores mutuamente excluyentes.\";'),('arn','messages:apierror-siteinfo-includealldenied','s:121:\"es:No se puede ver la información de todos los servidores a menos que <var>$wgShowHostnames</var> tenga valor verdadero.\";'),('arn','messages:apierror-sizediffdisabled','s:65:\"es:La diferencia de tamaño está deshabilitada en el modo avaro.\";'),('arn','messages:apierror-spamdetected','s:80:\"es:Tu edición fue rechazada por contener un fragmento de spam: <code>$1</code>.\";'),('arn','messages:apierror-specialpage-cantexecute','s:70:\"es:No tienes permiso para ver los resultados de esta página especial.\";'),('arn','messages:apierror-stashedfilenotfound','s:66:\"es:No se pudo encontrar el archivo en el almacén provisional: $1.\";'),('arn','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('arn','messages:apierror-stashexception','s:5:\"en:$1\";'),('arn','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('arn','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('arn','messages:apierror-stashfilestorage','s:61:\"es:No se pudo guardar la carga en el almacén provisional: $1\";'),('arn','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('arn','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('arn','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('arn','messages:apierror-stashwrongowner','s:29:\"es:Propietario incorrecto: $1\";'),('arn','messages:apierror-stashzerolength','s:82:\"es:El archivo mide cero bytes y no puede guardarse en el almacén provisional: $1.\";'),('arn','messages:apierror-systemblocked','s:65:\"es:Has sido bloqueado automáticamente por el software MediaWiki.\";'),('arn','messages:apierror-templateexpansion-notwikitext','s:114:\"es:La expansión de plantillas solo es compatible con el contenido en wikitexto. $1 usa el modelo de contenido $2.\";'),('arn','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('arn','messages:apierror-toomanyvalues','s:89:\"es:Se proporcionaron demasiados valores al parámetro <var>$1</var>. El límite es de $2.\";'),('arn','messages:apierror-unknownaction','s:63:\"es:La acción especificada, <kbd>$1</kbd>, no está reconocida.\";'),('arn','messages:apierror-unknownerror','s:28:\"es:Error desconocido: «$1»\";'),('arn','messages:apierror-unknownerror-editpage','s:37:\"es:Error de EditPage desconocido: $1.\";'),('arn','messages:apierror-unknownerror-nocode','s:21:\"es:Error desconocido.\";'),('arn','messages:apierror-unknownformat','s:32:\"es:Formato no reconocido «$1».\";'),('arn','messages:apierror-unrecognizedparams','s:73:\"es:{{PLURAL:$2|Parámetro no reconocido|Parámetros no reconocidos}}: $1.\";'),('arn','messages:apierror-unrecognizedvalue','s:60:\"es:Valor no reconocido para el parámetro <var>$1</var>: $2.\";'),('arn','messages:apierror-unsupportedrepo','s:77:\"es:El repositorio local de archivos no permite consultar todas las imágenes.\";'),('arn','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('arn','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('arn','messages:apierror-upload-inprogress','s:60:\"es:Ya está en curso la carga desde el almacén provisional.\";'),('arn','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('arn','messages:apierror-urlparamnormal','s:61:\"es:No se pudieron normalizar los parámetros de imagen de $1.\";'),('arn','messages:apierror-writeapidenied','s:63:\"es:No tienes permiso para editar esta wiki a través de la API.\";'),('arn','messages:apihelp','s:18:\"es:Ayuda de la API\";'),('arn','messages:apihelp-block-example-ip-simple','s:83:\"es:Bloquear la dirección IP <kbd>192.0.2.5</kbd> durante tres días con un motivo.\";'),('arn','messages:apihelp-block-example-user-complex','s:121:\"es:Bloquear al usuario <kbd>Vandal</kbd> indefinidamente con un motivo y evitar que cree nuevas cuentas o envíe correos.\";'),('arn','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('arn','messages:apihelp-block-param-allowusertalk','s:164:\"es:Permitir que el usuario edite su propia página de discusión (depende de <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('arn','messages:apihelp-block-param-anononly','s:101:\"es:Bloquear solo usuarios anónimos (es decir, desactivar ediciones anónimas de esta dirección IP).\";'),('arn','messages:apihelp-block-param-autoblock','s:126:\"es:Bloquear automáticamente la última dirección IP y todas las direcciones IP que traten de iniciar sesión posteriormente.\";'),('arn','messages:apihelp-block-param-expiry','s:270:\"es:Fecha de expiración. Puede ser relativa (por ejemplo, <kbd>5 months</kbd> o <kbd>2 weeks</kbd>) o absoluta (por ejemplo, <kbd>2014-09-18T12:34:56Z</kbd>). Si se establece en <kbd>infinite</kbd>, <kbd>indefinite</kbd>, o <kbd>never</kbd>, el bloqueo será permanente.\";'),('arn','messages:apihelp-block-param-hidename','s:104:\"es:Ocultar el nombre de usuario del registro de bloqueo (es necesario el derecho <code>hideuser</code>).\";'),('arn','messages:apihelp-block-param-namespacerestrictions','s:156:\"es:Lista de identificadores de espacio de nombres para bloquear la edición del usuario. Solo se aplica cuando <var>partial</var> está establecido en true.\";'),('arn','messages:apihelp-block-param-nocreate','s:36:\"es:Prevenir la creación de cuentas.\";'),('arn','messages:apihelp-block-param-noemail','s:111:\"es:Evitar que el usuario envíe correos a través de la wiki (es necesario el derecho <code>blockemail</code>).\";'),('arn','messages:apihelp-block-param-pagerestrictions','s:137:\"es:Lista de títulos para bloquear la edición por parte del usuario. Solo se aplica cuando <var>partial</var> está establecido en true.\";'),('arn','messages:apihelp-block-param-partial','s:98:\"es:Bloquear a un usuario en determinadas páginas o espacios de nombres en lugar del sitio entero.\";'),('arn','messages:apihelp-block-param-reason','s:26:\"es:Razón para el bloqueo.\";'),('arn','messages:apihelp-block-param-reblock','s:70:\"es:Si la cuenta ya está bloqueada, sobrescribir el bloqueo existente.\";'),('arn','messages:apihelp-block-param-tags','s:77:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de bloqueos.\";'),('arn','messages:apihelp-block-param-user','s:24:\"es:Usuario que bloquear.\";'),('arn','messages:apihelp-block-param-userid','s:81:\"es:ID de usuario para bloquear. No se puede utilizar junto con <var>$1user</var>.\";'),('arn','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-block-param-watchuser','s:85:\"es:Vigilar las páginas de usuario y de discusión del usuario o de la dirección IP.\";'),('arn','messages:apihelp-block-summary','s:25:\"es:Bloquear a un usuario.\";'),('arn','messages:apihelp-changeauthenticationdata-example-password','s:87:\"es:Intento para cambiar la contraseña del usuario actual a <kbd>ExamplePassword</kbd>.\";'),('arn','messages:apihelp-changeauthenticationdata-summary','s:64:\"es:Cambiar los datos de autentificación para el usuario actual.\";'),('arn','messages:apihelp-changecontentmodel-example','s:83:\"es:Cambiar la página principal para tener el modelo de contenido <code>text</code>\";'),('arn','messages:apihelp-changecontentmodel-param-bot','s:63:\"es:Marca el cambio de modelo de contenido con un indicador bot.\";'),('arn','messages:apihelp-changecontentmodel-param-model','s:43:\"es:Modelo de contenido del nuevo contenido.\";'),('arn','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('arn','messages:apihelp-changecontentmodel-param-summary','s:57:\"es:Resumen de edición y razón para entrada de registro.\";'),('arn','messages:apihelp-changecontentmodel-param-tags','s:69:\"es:Cambia etiquetas para aplicar a la entrada de registro y edición.\";'),('arn','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('arn','messages:apihelp-changecontentmodel-summary','s:47:\"es:Cambia el modelo de contenido de una página\";'),('arn','messages:apihelp-checktoken-example-simple','s:50:\"es:Probar la validez de una ficha <kbd>csrf</kbd>.\";'),('arn','messages:apihelp-checktoken-param-maxtokenage','s:46:\"es:Duración máxima de la ficha, en segundos.\";'),('arn','messages:apihelp-checktoken-param-token','s:18:\"es:Ficha a probar.\";'),('arn','messages:apihelp-checktoken-param-type','s:26:\"es:Tipo de ficha a probar.\";'),('arn','messages:apihelp-checktoken-summary','s:112:\"es:Comprueba la validez de una ficha desde <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('arn','messages:apihelp-clearhasmsg-example-1','s:59:\"es:Limpiar la marca <code>hasmsg</code> del usuario actual.\";'),('arn','messages:apihelp-clearhasmsg-summary','s:58:\"es:Limpia la marca <code>hasmsg</code> del usuario actual.\";'),('arn','messages:apihelp-clientlogin-example-login','s:133:\"es:Comenzar el proceso para iniciar sesión en la wiki como usuario <kbd>Example</kbd> con la contraseña <kbd>ExamplePassword</kbd>.\";'),('arn','messages:apihelp-clientlogin-example-login2','s:180:\"es:Continuar el inicio de sesión después de una respuesta de la <samp>UI</samp> a la autenticación de dos pasos, en la que devuelve un <var>OATHToken</var> de <kbd>987654</kbd>.\";'),('arn','messages:apihelp-clientlogin-summary','s:46:\"es:Entrar en wiki usando el flujo interactivo.\";'),('arn','messages:apihelp-compare-example-1','s:51:\"es:Crear una diferencia entre las revisiones 1 y 2.\";'),('arn','messages:apihelp-compare-extended-description','s:100:\"es:Se debe pasar un número de revisión, un título de página o una ID tanto desde \"de\" hasta \"a\".\";'),('arn','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('arn','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('arn','messages:apihelp-compare-param-fromcontentformat-{slot}','s:82:\"es:Formato de serialización de contenido de <var>desde texto-&#x7B;ranura}</var>.\";'),('arn','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('arn','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:133:\"es:Modelo de contenido de <var>from text-&#x7B;slot}</var>. Si no se suministra, se calculará en función de los demás parámetros.\";'),('arn','messages:apihelp-compare-param-fromid','s:39:\"es:ID de la primera página a comparar.\";'),('arn','messages:apihelp-compare-param-frompst','s:86:\"es:Realizar una transformación previa al guardado en <var>fromtext-&#x7B;slot}</var>.\";'),('arn','messages:apihelp-compare-param-fromrev','s:35:\"es:Primera revisión para comparar.\";'),('arn','messages:apihelp-compare-param-fromsection','s:77:\"es:Solamente usar la sección especificada del contenido \'from\' especificado.\";'),('arn','messages:apihelp-compare-param-fromsection-{slot}','s:267:\"es:Cuando <var>fromtext-&#x7B;slot}</var> es el contenido de una sola sección, este es el número de sección. Se combinará en la revisión especificada por <var>fromtitle</var>, <var>fromid</var> o <var>fromrev</var> como si se tratara de una edición de sección.\";'),('arn','messages:apihelp-compare-param-fromslots','s:382:\"es:Reemplazar el contenido de la revisión especificada por <var>fromtitle</var>, <var>fromid</var> o <var>fromrev</var>.\n\nEste parámetro especifica las ranuras que se van a modificar. Utiliza <var>desde texto-&#x7B;ranura}</var>, <var>desde modelo de contenido-&#x7B;ranura}</var> y <var>desde formato de contenido-&#x7B;ranura}</var> para especificar el contenido de cada ranura.\";'),('arn','messages:apihelp-compare-param-fromtext','s:89:\"es:Especificar <kbd>fromslots=main</kbd> y utilizar <var>fromtext-main</var> en su lugar.\";'),('arn','messages:apihelp-compare-param-fromtext-{slot}','s:84:\"es:Texto de la ranura especificada. Si se omite, la ranura se quita de la revisión.\";'),('arn','messages:apihelp-compare-param-fromtitle','s:31:\"es:Primer título para comparar\";'),('arn','messages:apihelp-compare-param-prop','s:49:\"es:Qué fragmentos de información se obtendrán.\";'),('arn','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('arn','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('arn','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('arn','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('arn','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('arn','messages:apihelp-compare-param-toid','s:50:\"es:Segunda identificador de página para comparar.\";'),('arn','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('arn','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('arn','messages:apihelp-compare-param-torev','s:35:\"es:Segunda revisión para comparar.\";'),('arn','messages:apihelp-compare-param-tosection','s:75:\"es:Solamente usar la sección especificada del contenido \'to\' especificado.\";'),('arn','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('arn','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('arn','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('arn','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('arn','messages:apihelp-compare-param-totitle','s:33:\"es:Segundo título para comparar.\";'),('arn','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('arn','messages:apihelp-compare-paramvalue-prop-diff','s:30:\"es:El HTML de las diferencias.\";'),('arn','messages:apihelp-compare-paramvalue-prop-diffsize','s:52:\"es:El tamaño del HTML de las diferencias, en bytes.\";'),('arn','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('arn','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('arn','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('arn','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('arn','messages:apihelp-compare-paramvalue-prop-timestamp','s:58:\"es:La marca de tiempo de las revisiones \'desde\' y \'hasta\'.\";'),('arn','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('arn','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('arn','messages:apihelp-compare-summary','s:42:\"es:Obtener la diferencia entre 2 páginas.\";'),('arn','messages:apihelp-createaccount-example-create','s:112:\"es:Empezar el proceso de creación del usuario <kbd>Example</kbd> con la contraseña <kbd>ExamplePassword</kbd>.\";'),('arn','messages:apihelp-createaccount-param-preservestate','s:384:\"es:Si <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> devolvió true (verdadero) para <samp>hasprimarypreservedstate</samp>, deberían omitirse las peticiones marcadas como <samp>primary-required</samp>. Si devolvió un valor no vacío para <samp>preservedusername</samp>, se debe usar ese nombre de usuario en el parámetro <var>username</var>.\";'),('arn','messages:apihelp-createaccount-summary','s:37:\"es:Crear una nueva cuenta de usuario.\";'),('arn','messages:apihelp-cspreport-param-reportonly','s:82:\"es:Marcar como informe proveniente de una normativa de vigilancia, no una impuesta\";'),('arn','messages:apihelp-cspreport-param-source','s:57:\"es:Qué generó la cabecera CSP que provocó este informe\";'),('arn','messages:apihelp-cspreport-summary','s:219:\"es:Utilizado por los navegadores para informar de violaciones a la normativa de seguridad de contenidos. Este módulo no debe usarse nunca, excepto cuando se usa automáticamente por un navegador web compatible con CSP.\";'),('arn','messages:apihelp-delete-example-reason','s:86:\"es:Eliminar <kbd>Main Page</kbd> con el motivo <kbd>Preparándose para traslado</kbd>.\";'),('arn','messages:apihelp-delete-example-simple','s:41:\"es:Borrar la <kbd>Página principal</kbd>\";'),('arn','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('arn','messages:apihelp-delete-param-oldimage','s:162:\"es:El nombre de la imagen antigua es proporcionado conforme a lo dispuesto por [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('arn','messages:apihelp-delete-param-pageid','s:80:\"es:ID de la página a eliminar. No se puede utilizar junto a <var>$1title</var>.\";'),('arn','messages:apihelp-delete-param-reason','s:85:\"es:Motivo de la eliminación. Si no se especifica, se generará uno automáticamente.\";'),('arn','messages:apihelp-delete-param-tags','s:81:\"es:Cambio de etiquetas para aplicar a la entrada en la eliminación del registro.\";'),('arn','messages:apihelp-delete-param-title','s:86:\"es:Título de la página a eliminar. No se puede utilizar junto a <var>$1pageid</var>.\";'),('arn','messages:apihelp-delete-param-unwatch','s:67:\"es:Quitar la página de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-delete-param-watch','s:69:\"es:Añadir esta página a la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-delete-param-watchlist','s:153:\"es:Añadir o quitar incondicionalmente la página de la lista de seguimiento del usuario actual, usar preferencias o no cambiar el estado de seguimiento.\";'),('arn','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-delete-summary','s:22:\"es:Borrar una página.\";'),('arn','messages:apihelp-disabled-summary','s:30:\"es:Se desactivó este módulo.\";'),('arn','messages:apihelp-edit-example-edit','s:21:\"es:Editar una página\";'),('arn','messages:apihelp-edit-example-prepend','s:56:\"es:Anteponer <kbd>_&#95;NOTOC_&#95;</kbd> a una página.\";'),('arn','messages:apihelp-edit-example-undo','s:71:\"es:Deshacer intervalo de revisiones 13579-13585 con resumen automático\";'),('arn','messages:apihelp-edit-param-appendtext','s:152:\"es:Añadir este texto al principio de la página. Reemplaza $1text.\n\nUtiliza $1section=new para añadir una nueva sección, en lugar de este parámetro.\";'),('arn','messages:apihelp-edit-param-baserevid','s:262:\"es:Identificación de la revisión base, usada para detectar conflictos de ediciones. Se puede obtener mediante [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. \"Self-conflicts\" causan que la edición fracase a menos que basetimestamp sea fijado.\";'),('arn','messages:apihelp-edit-param-basetimestamp','s:230:\"es:Cronomarcador de la revisión de base utilizado para detectar conflictos de edición. Puede obtenerse a través de [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Se ignoran los autoconflictos.\";'),('arn','messages:apihelp-edit-param-bot','s:40:\"es:Marcar esta como una edición de bot.\";'),('arn','messages:apihelp-edit-param-contentformat','s:77:\"es:Formato de serialización de contenido utilizado para el texto de entrada.\";'),('arn','messages:apihelp-edit-param-contentmodel','s:43:\"es:Modelo de contenido del nuevo contenido.\";'),('arn','messages:apihelp-edit-param-createonly','s:37:\"es:No editar la página si ya existe.\";'),('arn','messages:apihelp-edit-param-md5','s:173:\"es:El hash MD5 del parámetro $1text, o los parámetros concatenados $1prependtext y $1appendtext. Si se establece, la edición no se hará a menos que el hash sea correcto.\";'),('arn','messages:apihelp-edit-param-minor','s:35:\"es:Marcar esta edición como menor.\";'),('arn','messages:apihelp-edit-param-nocreate','s:45:\"es:Producir un error si la página no existe.\";'),('arn','messages:apihelp-edit-param-notminor','s:21:\"es:Edición no menor.\";'),('arn','messages:apihelp-edit-param-pageid','s:78:\"es:ID de la página a editar. No se puede utilizar junto a <var>$1title</var>.\";'),('arn','messages:apihelp-edit-param-prependtext','s:67:\"es:Añadir este texto al principio de la página. Reemplaza $1text.\";'),('arn','messages:apihelp-edit-param-recreate','s:87:\"es:Reemplazar los errores acerca de la página de haber sido eliminados en el ínterin.\";'),('arn','messages:apihelp-edit-param-redirect','s:43:\"es:Resolver redirecciones automáticamente.\";'),('arn','messages:apihelp-edit-param-section','s:107:\"es:Número de la sección. <kbd>0</kbd> para una sección superior, <kbd>new</kbd> para una sección nueva.\";'),('arn','messages:apihelp-edit-param-sectiontitle','s:36:\"es:El título de una sección nueva.\";'),('arn','messages:apihelp-edit-param-starttimestamp','s:300:\"es:Marca de tiempo de cuando empezó el proceso de edición, usada para detectar conflictos de edición. Se puede obtener un valor apropiado usando <var>[[Special:ApiHelp/main|curtimestamp]]</var> cuando comiences el proceso de edición (por ejemplo, al cargar el contenido de la página por editar).\";'),('arn','messages:apihelp-edit-param-summary','s:115:\"es:Editar resumen. Además de la sección del título cuando $1section=new y $1sectiontitle no están establecidos.\";'),('arn','messages:apihelp-edit-param-tags','s:55:\"es:Cambia las etiquetas para aplicarlas a la revisión.\";'),('arn','messages:apihelp-edit-param-text','s:27:\"es:Contenido de la página.\";'),('arn','messages:apihelp-edit-param-title','s:84:\"es:Título de la página a editar. No se puede utilizar junto a <var>$1pageid</var>.\";'),('arn','messages:apihelp-edit-param-token','s:105:\"es:La clave debe enviarse siempre como el último parámetro o, al menos, después del parámetro $1text.\";'),('arn','messages:apihelp-edit-param-undo','s:75:\"es:Deshacer esta revisión. Reemplaza $1text, $1prependtext y $1appendtext.\";'),('arn','messages:apihelp-edit-param-undoafter','s:108:\"es:Deshacer todas las revisiones desde $1undo a esta. Si no está establecido solo se deshace una revisión.\";'),('arn','messages:apihelp-edit-param-unwatch','s:67:\"es:Quitar la página de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-edit-param-watch','s:67:\"es:Añadir la página a la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-edit-param-watchlist','s:123:\"es:Incondicionalmente añadir o eliminar la página de lista del usuario actual, utilice referencias o no cambiar el reloj.\";'),('arn','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-edit-summary','s:27:\"es:Crear y editar páginas.\";'),('arn','messages:apihelp-emailuser-example-email','s:84:\"es:Enviar un correo al usuario <kbd>WikiSysop</kbd> con el texto <kbd>Content</kbd>.\";'),('arn','messages:apihelp-emailuser-param-ccme','s:38:\"es:Enviarme una copia de este mensaje.\";'),('arn','messages:apihelp-emailuser-param-subject','s:23:\"es:Cabecera del asunto.\";'),('arn','messages:apihelp-emailuser-param-target','s:34:\"es:Cuenta de usuario destinatario.\";'),('arn','messages:apihelp-emailuser-param-text','s:22:\"es:Cuerpo del mensaje.\";'),('arn','messages:apihelp-emailuser-summary','s:57:\"es:Enviar un mensaje de correo electrónico a un usuario.\";'),('arn','messages:apihelp-expandtemplates-example-simple','s:73:\"es:Expandir el wikitexto <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('arn','messages:apihelp-expandtemplates-param-generatexml','s:72:\"es:Generar un árbol de análisis XML (remplazado por $1prop=parsetree).\";'),('arn','messages:apihelp-expandtemplates-param-includecomments','s:50:\"es:Incluir o no los comentarios HTML en la salida.\";'),('arn','messages:apihelp-expandtemplates-param-prop','s:196:\"es:Qué elementos de información se utilizan para llegar.\n\nTenga en cuenta que si no se seleccionan los valores, el resultado contendrá el wikitexto, pero la salida será en un formato obsoleto.\";'),('arn','messages:apihelp-expandtemplates-param-revid','s:93:\"es:Id. de revisión, para <code><nowiki>{{REVISIONID}}</nowiki></code> y variables similares.\";'),('arn','messages:apihelp-expandtemplates-param-showstrategykeys','s:85:\"es:Si se incluye la información de la estrategia de fusión interna en jsconfigvars.\";'),('arn','messages:apihelp-expandtemplates-param-text','s:32:\"es:Wikitexto que se convertirá.\";'),('arn','messages:apihelp-expandtemplates-param-title','s:25:\"es:Título de la página.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:103:\"es:Cualesquiera categorías presentes en la entrada que no están representadas en salida de wikitexto.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:99:\"es:Da las variables de configuración JavaScript específicas para la página como una cadena JSON.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:78:\"es:Da las variables de configuración JavaScript específicas para la página.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:228:\"es:Todos los módulos ResourceLoader que las funciones del analizador sintáctico hayan solicitado añadir a la salida. Debe solicitarse <kbd>jsconfigvars</kbd> o bien <kbd>encodedjsconfigvars</kbd> junto con <kbd>modules</kbd>.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:49:\"es:El árbol XML analiza el árbol de la entrada.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:74:\"es:Propiedades de página definidas por palabras mágicas en el wikitexto.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:81:\"es:El tiempo máximo tras el cual deberían invalidarse los resultados en caché.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:89:\"es:Si la salida es volátil y no debe ser reutilizada en otro lugar dentro de la página.\";'),('arn','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:26:\"es:El wikitexto expandido.\";'),('arn','messages:apihelp-expandtemplates-summary','s:45:\"es:Expande todas las plantillas en wikitexto.\";'),('arn','messages:apihelp-feedcontributions-example-simple','s:62:\"es:Devolver las contribuciones del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-feedcontributions-param-deletedonly','s:44:\"es:Mostrar solo las contribuciones borradas.\";'),('arn','messages:apihelp-feedcontributions-param-feedformat','s:29:\"es:El formato del suministro.\";'),('arn','messages:apihelp-feedcontributions-param-hideminor','s:29:\"es:Ocultar ediciones menores.\";'),('arn','messages:apihelp-feedcontributions-param-month','s:35:\"es:A partir del mes (y anteriores).\";'),('arn','messages:apihelp-feedcontributions-param-namespace','s:53:\"es:Espacio de nombre para filtrar las contribuciones.\";'),('arn','messages:apihelp-feedcontributions-param-newonly','s:57:\"es:Mostrar solo ediciones que son creaciones de páginas.\";'),('arn','messages:apihelp-feedcontributions-param-showsizediff','s:53:\"es:Mostrar la diferencia de tamaño entre revisiones.\";'),('arn','messages:apihelp-feedcontributions-param-tagfilter','s:57:\"es:Filtrar las contribuciones que tienen estas etiquetas.\";'),('arn','messages:apihelp-feedcontributions-param-toponly','s:54:\"es:Mostrar solo ediciones que son últimas revisiones.\";'),('arn','messages:apihelp-feedcontributions-param-user','s:43:\"es:De qué usuarios recibir contribuciones.\";'),('arn','messages:apihelp-feedcontributions-param-year','s:36:\"es:A partir del año (y anteriores).\";'),('arn','messages:apihelp-feedcontributions-summary','s:58:\"es:Devuelve el suministro de contribuciones de un usuario.\";'),('arn','messages:apihelp-feedrecentchanges-example-30days','s:54:\"es:Mostrar los cambios recientes limitados a 30 días.\";'),('arn','messages:apihelp-feedrecentchanges-example-simple','s:33:\"es:Mostrar los cambios recientes.\";'),('arn','messages:apihelp-feedrecentchanges-param-associated','s:67:\"es:Incluir el espacio de nombres asociado (discusión o principal).\";'),('arn','messages:apihelp-feedrecentchanges-param-days','s:42:\"es:Días a los que limitar los resultados.\";'),('arn','messages:apihelp-feedrecentchanges-param-feedformat','s:29:\"es:El formato del suministro.\";'),('arn','messages:apihelp-feedrecentchanges-param-from','s:55:\"es:Mostrar los cambios realizados a partir de entonces.\";'),('arn','messages:apihelp-feedrecentchanges-param-hideanons','s:57:\"es:Ocultar los cambios realizados por usuarios anónimos.\";'),('arn','messages:apihelp-feedrecentchanges-param-hidebots','s:43:\"es:Ocultar los cambios realizados por bots.\";'),('arn','messages:apihelp-feedrecentchanges-param-hidecategorization','s:52:\"es:Ocultar los cambios de pertenencia a categorías.\";'),('arn','messages:apihelp-feedrecentchanges-param-hideliu','s:59:\"es:Ocultar los cambios realizados por usuarios registrados.\";'),('arn','messages:apihelp-feedrecentchanges-param-hideminor','s:27:\"es:Ocultar cambios menores.\";'),('arn','messages:apihelp-feedrecentchanges-param-hidemyself','s:56:\"es:Ocultar los cambios realizados por el usuario actual.\";'),('arn','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:35:\"es:Ocultar los cambios verificados.\";'),('arn','messages:apihelp-feedrecentchanges-param-invert','s:65:\"es:Todos los espacios de nombres menos el que está seleccionado.\";'),('arn','messages:apihelp-feedrecentchanges-param-limit','s:46:\"es:Número máximo de resultados que devolver.\";'),('arn','messages:apihelp-feedrecentchanges-param-namespace','s:53:\"es:Espacio de nombres al cual limitar los resultados.\";'),('arn','messages:apihelp-feedrecentchanges-param-showlinkedto','s:73:\"es:Mostrar los cambios en páginas enlazadas con la página seleccionada.\";'),('arn','messages:apihelp-feedrecentchanges-param-tagfilter','s:25:\"es:Filtrar por etiquetas.\";'),('arn','messages:apihelp-feedrecentchanges-param-target','s:62:\"es:Mostrar solo los cambios en las páginas enlazadas en esta.\";'),('arn','messages:apihelp-feedrecentchanges-summary','s:47:\"es:Devuelve un suministro de cambios recientes.\";'),('arn','messages:apihelp-feedwatchlist-example-all6hrs','s:75:\"es:Mostrar todos los cambios en páginas vigiladas en las últimas 6 horas.\";'),('arn','messages:apihelp-feedwatchlist-example-default','s:52:\"es:Mostrar el suministro de la lista de seguimiento.\";'),('arn','messages:apihelp-feedwatchlist-param-feedformat','s:29:\"es:El formato del suministro.\";'),('arn','messages:apihelp-feedwatchlist-param-hours','s:65:\"es:Listar las páginas modificadas desde estas horas hasta ahora.\";'),('arn','messages:apihelp-feedwatchlist-param-linktosections','s:65:\"es:Enlazar directamente a las secciones cambiadas de ser posible.\";'),('arn','messages:apihelp-feedwatchlist-summary','s:54:\"es:Devuelve el suministro de una lista de seguimiento.\";'),('arn','messages:apihelp-filerevert-example-revert','s:82:\"es:Devolver <kbd>Wiki.png</kbd> a la versión del <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('arn','messages:apihelp-filerevert-param-archivename','s:54:\"es:Nombre del archivo de la revisión para deshacerla.\";'),('arn','messages:apihelp-filerevert-param-comment','s:23:\"es:Comentario de carga.\";'),('arn','messages:apihelp-filerevert-param-filename','s:51:\"es:Nombre de archivo final, sin el prefijo Archivo:\";'),('arn','messages:apihelp-filerevert-summary','s:47:\"es:Revertir el archivo a una versión anterior.\";'),('arn','messages:apihelp-format-example-generic','s:54:\"es:Devolver el resultado de la consulta en formato $1.\";'),('arn','messages:apihelp-format-param-wrappedhtml','s:110:\"es:Devolver el HTML con resaltado sintáctico y los módulos ResourceLoader asociados en forma de objeto JSON.\";'),('arn','messages:apihelp-help-example-help','s:36:\"es:Ayuda del módulo de ayuda en sí\";'),('arn','messages:apihelp-help-example-main','s:30:\"es:Ayuda del módulo principal\";'),('arn','messages:apihelp-help-example-query','s:42:\"es:Ayuda para dos submódulos de consulta.\";'),('arn','messages:apihelp-help-example-recursive','s:31:\"es:Toda la ayuda en una página\";'),('arn','messages:apihelp-help-example-submodules','s:62:\"es:Ayuda para <kbd>action=query</kbd> y todos sus submódulos.\";'),('arn','messages:apihelp-help-param-helpformat','s:33:\"es:Formato de salida de la ayuda.\";'),('arn','messages:apihelp-help-param-modules','s:179:\"es:Módulos para los que mostrar ayuda (valores de los parámetros <var>action</var> y <var>format</var> o <kbd>main</kbd>). Se pueden especificar submódulos con un <kbd>+</kbd>.\";'),('arn','messages:apihelp-help-param-recursivesubmodules','s:49:\"es:Incluir ayuda para submódulos recursivamente.\";'),('arn','messages:apihelp-help-param-submodules','s:57:\"es:Incluir ayuda para submódulos del módulo con nombre.\";'),('arn','messages:apihelp-help-param-toc','s:40:\"es:Incluir un sumario en la salida HTML.\";'),('arn','messages:apihelp-help-param-wrap','s:75:\"es:Envolver el producto en una estructura de respuesta de la API estándar.\";'),('arn','messages:apihelp-help-summary','s:52:\"es:Mostrar la ayuda para los módulos especificados.\";'),('arn','messages:apihelp-imagerotate-example-generator','s:79:\"es:Rotar todas las imágenes en <kbd>Category:Flip</kbd> <kbd>180</kbd> grados.\";'),('arn','messages:apihelp-imagerotate-example-simple','s:58:\"es:Rotar <kbd>File:Example.png</kbd> <kbd>90</kbd> grados.\";'),('arn','messages:apihelp-imagerotate-param-rotation','s:50:\"es:Grados que rotar una imagen en sentido horario.\";'),('arn','messages:apihelp-imagerotate-param-tags','s:64:\"es:Etiquetas que añadir a la entrada en el registro de subidas.\";'),('arn','messages:apihelp-imagerotate-summary','s:30:\"es:Girar una o más imágenes.\";'),('arn','messages:apihelp-import-example-import','s:90:\"es:Importar [[meta:Help:ParserFunctions]] al espacio de nombres 100 con todo el historial.\";'),('arn','messages:apihelp-import-extended-description','s:173:\"es:Tenga en cuenta que el HTTP POST debe hacerse como una carga de archivos (es decir, el uso de multipart/form-data) al enviar un archivo para el parámetro <var>xml</var>.\";'),('arn','messages:apihelp-import-param-assignknownusers','s:89:\"es:Asignar ediciones a usuarios locales cuando sus nombres de usuario existan localmente.\";'),('arn','messages:apihelp-import-param-fullhistory','s:88:\"es:Para importaciones interwiki: importar todo el historial, no solo la versión actual.\";'),('arn','messages:apihelp-import-param-interwikipage','s:52:\"es:Para importaciones interwiki: página a importar.\";'),('arn','messages:apihelp-import-param-interwikiprefix','s:172:\"es:Para importaciones cargadas: el prefijo de interwiki debe aplicarse a los nombres de usuario desconocidos (y a los conocidos si se define <var>$1assignknownusers</var>).\";'),('arn','messages:apihelp-import-param-interwikisource','s:60:\"es:Para importaciones interwiki: wiki desde la que importar.\";'),('arn','messages:apihelp-import-param-namespace','s:98:\"es:Importar a este espacio de nombres. No puede usarse simultáneamente con <var>$1rootpage</var>.\";'),('arn','messages:apihelp-import-param-rootpage','s:105:\"es:Importar como subpágina de esta página. No puede usarse simultáneamente con <var>$1namespace</var>.\";'),('arn','messages:apihelp-import-param-summary','s:51:\"es:Resumen de importación de entrada del registro.\";'),('arn','messages:apihelp-import-param-tags','s:131:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de importaciones y a la revisión nula de las páginas importadas.\";'),('arn','messages:apihelp-import-param-templates','s:82:\"es:Para importaciones interwiki: importar también todas las plantillas incluidas.\";'),('arn','messages:apihelp-import-param-xml','s:28:\"es:Se cargó el archivo XML.\";'),('arn','messages:apihelp-import-summary','s:64:\"es:Importar una página desde otra wiki, o desde un archivo XML.\";'),('arn','messages:apihelp-json-param-ascii','s:202:\"es:Si se especifica, codifica todos los caracteres no pertenecientes a ASCII mediante secuencias de escape hexadecimal. Toma el comportamiento por defecto si <var>formatversion</var> no es <kbd>1</kbd>.\";'),('arn','messages:apihelp-json-param-callback','s:168:\"es:Si se especifica, envuelve la salida dentro de una llamada a una función dada. Por motivos de seguridad, cualquier dato específico del usuario estará restringido.\";'),('arn','messages:apihelp-json-param-formatversion','s:20:\"es:Formato de salida\";'),('arn','messages:apihelp-json-param-utf8','s:259:\"es:Si se especifica, codifica la mayoría (pero no todos) de los caracteres no pertenecientes a ASCII como UTF-8 en lugar de reemplazarlos por secuencias de escape hexadecimal. Toma el comportamiento por defecto si <var>formatversion</var> no es <kbd>1</kbd>.\";'),('arn','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('arn','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('arn','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('arn','messages:apihelp-json-summary','s:47:\"es:Extraer los datos de salida en formato JSON.\";'),('arn','messages:apihelp-jsonfm-summary','s:84:\"es:Producir los datos de salida en formato JSON (con resaltado sintáctico en HTML).\";'),('arn','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('arn','messages:apihelp-linkaccount-example-link','s:69:\"es:Iniciar el proceso de vincular a una cuenta de <kbd>Ejemplo</kbd>.\";'),('arn','messages:apihelp-linkaccount-summary','s:74:\"es:Vincular una cuenta de un proveedor de terceros para el usuario actual.\";'),('arn','messages:apihelp-login-example-login','s:11:\"es:Acceder.\";'),('arn','messages:apihelp-login-extended-description','s:300:\"es:Esta acción solo se debe utilizar en combinación con [[Special:BotPasswords]]; para la cuenta de inicio de sesión no se utiliza y puede fallar sin previo aviso. Para iniciar la sesión de forma segura a la cuenta principal, utilice <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arn','messages:apihelp-login-extended-description-nobotpasswords','s:166:\"es:Esta acción esta obsoleta y puede fallar sin previo aviso. Para conectarse de forma segura, utilice <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arn','messages:apihelp-login-param-domain','s:22:\"es:Dominio (opcional).\";'),('arn','messages:apihelp-login-param-name','s:21:\"es:Nombre de usuario.\";'),('arn','messages:apihelp-login-param-password','s:15:\"es:Contraseña.\";'),('arn','messages:apihelp-login-param-token','s:68:\"es:La clave de inicio de sesión se obtiene en la primera solicitud.\";'),('arn','messages:apihelp-login-summary','s:59:\"es:Iniciar sesión y obtener las cookies de autenticación.\";'),('arn','messages:apihelp-logout-example-logout','s:40:\"es:Cerrar la sesión del usuario actual.\";'),('arn','messages:apihelp-logout-summary','s:42:\"es:Salir y vaciar los datos de la sesión.\";'),('arn','messages:apihelp-main-extended-description','s:1401:\"es:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentación]]\n* [[mw:Special:MyLanguage/API:Etiquette|Normas de uso y etiqueta]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Lista de correo]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce Anuncios API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Errores y peticiones]\n</div>\n<strong>Estado:</strong> La API de MediaWiki es una interfaz madura y estable que se mejora y prueba activamente. Aunque tratamos de evitarlo, es posible que ocasionalmente debamos hacer cambios importantes. Suscríbete a la [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ lista de correo mediawiki-api-announce] para recibir avisos de actualizaciones.\n\n<strong>Solicitudes erróneas:</strong> Cuando se envían solicitudes erróneas a la API, se enviará un encabezado HTTP con la clave «MediaWiki-API-Error» y, luego, el valor del encabezado y el código de error devuelto se establecerán en el mismo valor. Para obtener más información, consulta [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errores y advertencias]].\n\n<p class=\"mw-apisandbox-link\"><strong>Pruebas:</strong> Para facilitar la comprobación de las solicitudes de API, consulta [[Special:ApiSandbox]].</p>\";'),('arn','messages:apihelp-main-param-action','s:30:\"es:Qué acción se realizará.\";'),('arn','messages:apihelp-main-param-assert','s:131:\"es:Comprobar que el usuario haya iniciado sesión si el valor es <kbd>user</kbd> o si tiene el permiso de bot si es <kbd>bot</kbd>.\";'),('arn','messages:apihelp-main-param-assertuser','s:54:\"es:Verificar el usuario actual es el usuario nombrado.\";'),('arn','messages:apihelp-main-param-curtimestamp','s:53:\"es:Incluir la marca de tiempo actual en el resultado.\";'),('arn','messages:apihelp-main-param-errorformat','s:65:\"es:Formato utilizado para la salida de texto de avisos y errores.\";'),('arn','messages:apihelp-main-param-errorlang','s:362:\"es:Idioma empleado para advertencias y errores. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> con <kbd>siprop=languages</kbd> devuelve una lista de códigos de idioma. Puedes especificar <kbd>content</kbd> para utilizar el idioma del contenido de esta wiki o <kbd>uselang</kbd> para utilizar el valor del parámetro <var>uselang</var>.\";'),('arn','messages:apihelp-main-param-errorsuselocal','s:119:\"es:Si se da, los textos de error emplearán mensajes localmente personalizados del espacio de nombres {{ns:MediaWiki}}.\";'),('arn','messages:apihelp-main-param-format','s:27:\"es:El formato de la salida.\";'),('arn','messages:apihelp-main-param-maxage','s:155:\"es:Establece la cabecera HTTP <code>max-age</code> de control de antememoria a esta cantidad de segundos. Los errores nunca se almacenan en la antememoria.\";'),('arn','messages:apihelp-main-param-maxlag','s:581:\"es:Se puede usar el retardo máximo cuando se instala MediaWiki en un clúster replicado de base de datos. Para evitar acciones que causen más retardo en la replicación del sitio, este parámetro puede hacer que el cliente espere hasta que el retardo en la replicación sea menor que el valor especificado. En caso de retardo excesivo, se devuelve el código de error <samp>maxlag</samp> con un mensaje como <samp>Esperando a $host: $lag segundos de retardo</samp>.<br />Consulta [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: parámetro Maxlag]] para más información.\";'),('arn','messages:apihelp-main-param-origin','s:1059:\"es:Cuando se accede a la API usando una petición AJAX de distinto dominio (CORS), se establece este valor al dominio de origen. Debe ser incluido en cualquier petición pre-vuelo, y por lo tanto debe ser parte de la URI de la petición (no del cuerpo POST).\n\nEn las peticiones con autenticación, debe coincidir exactamente con uno de los orígenes de la cabecera <code>Origin</code>, por lo que debería ser algo como <kbd>https://en.wikipedia.org</kbd> o <kbd>https://meta.wikimedia.org</kbd>. Si este parámetro no coincide con la cabecera <code>Origin</code>, se devolverá una respuesta 403. Si este parámetro coincide con la cabecera <code>Origin</code> y el origen está en la lista blanca, se creará una cabecera <code>Access-Control-Allow-Origin</code>.\n\nEn las peticiones sin autenticación, introduce el valor <kbd>*</kbd>. Esto creará una cabecera <code>Access-Control-Allow-Origin</code>, pero el valor de <code>Access-Control-Allow-Credentials</code> será <code>false</code> y todos los datos que dependan del usuario estarán restringidos.\";'),('arn','messages:apihelp-main-param-requestid','s:106:\"es:Cualquier valor dado aquí se incluirá en la respuesta. Se puede utilizar para distinguir solicitudes.\";'),('arn','messages:apihelp-main-param-responselanginfo','s:97:\"es:Incluye los idiomas utilizados para <var>uselang</var> y <var>errorlang</var> en el resultado.\";'),('arn','messages:apihelp-main-param-servedby','s:76:\"es:Incluir el nombre del host que ha servido la solicitud en los resultados.\";'),('arn','messages:apihelp-main-param-smaxage','s:156:\"es:Establece la cabecera HTTP <code>s-maxage</code> de control de antememoria a esta cantidad de segundos. Los errores nunca se almacenan en la antememoria.\";'),('arn','messages:apihelp-main-param-uselang','s:379:\"es:El idioma que se utilizará para las traducciones de mensajes. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> con <kbd>siprop=languages</kbd> devuelve una lista de códigos de idiomas. También puedes introducir <kbd>user</kbd> para usar la preferencia de idioma del usuario actual, o <kbd>content</kbd> para usar el idioma de contenido de esta wiki.\";'),('arn','messages:apihelp-main-param-variant','s:93:\"es:Variante del lenguaje. Solo funciona si el lenguaje original soporta conversión variante.\";'),('arn','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('arn','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('arn','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('arn','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('arn','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('arn','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('arn','messages:apihelp-main-summary','s:3:\"en:\";'),('arn','messages:apihelp-managetags-example-activate','s:99:\"es:Activar una etiqueta llamada <kbd>spam</kbd> con el motivo <kbd>For use in edit patrolling</kbd>\";'),('arn','messages:apihelp-managetags-example-create','s:97:\"es:Crear una etiqueta llamada <kbd>spam</kbd> con el motivo <kbd>For use in edit patrolling</kbd>\";'),('arn','messages:apihelp-managetags-example-deactivate','s:94:\"es:Desactivar una etiqueta llamada <kbd>spam</kbd> con el motivo <kbd>No longer required</kbd>\";'),('arn','messages:apihelp-managetags-example-delete','s:78:\"es:Eliminar la etiqueta <kbd>vandlaism</kbd> con el motivo <kbd>Misspelt</kbd>\";'),('arn','messages:apihelp-managetags-param-ignorewarnings','s:76:\"es:Ya sea para ignorar las advertencias que se emiten durante la operación.\";'),('arn','messages:apihelp-managetags-param-operation','s:459:\"es:Qué operación realizar:\n;create: Crear una nueva etiqueta de cambio de uso manual.\n;delete: Eliminar una etiqueta de cambio de la base de datos, eliminando la etiqueta de todas las revisiones, cambios en entradas recientes y registros en los que se ha utilizado.\n;activate: Activar una etiqueta de cambio, permitiendo a los usuarios aplicarla manualmente.\n;deactivate: Desactivar una etiqueta de cambio, evitando que los usuarios la apliquen manualmente.\";'),('arn','messages:apihelp-managetags-param-reason','s:77:\"es:Un motivo opcional para crear, eliminar, activar o desactivar la etiqueta.\";'),('arn','messages:apihelp-managetags-param-tag','s:267:\"es:Etiqueta para crear, eliminar, activar o desactivar. Para crear una etiqueta, esta debe no existir. Para eliminarla, debe existir. Para activarla, debe existir y no estar en uso por ninguna extensión. Para desactivarla, debe estar activada y definida manualmente.\";'),('arn','messages:apihelp-managetags-param-tags','s:97:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de administración de etiquetas.\";'),('arn','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('arn','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('arn','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('arn','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('arn','messages:apihelp-managetags-summary','s:78:\"es:Realizar tareas de administración relacionadas con el cambio de etiquetas.\";'),('arn','messages:apihelp-mergehistory-example-merge','s:74:\"es:Combinar todo el historial de <kbd>Oldpage</kbd> en <kbd>Newpage</kbd>.\";'),('arn','messages:apihelp-mergehistory-example-merge-timestamp','s:112:\"es:Combinar las revisiones de <kbd>Oldpage</kbd> hasta el <kbd>2015-12-31T04:37:41Z</kbd> en <kbd>Newpage</kbd>.\";'),('arn','messages:apihelp-mergehistory-param-from','s:119:\"es:El título de la página desde la que se combinará la historia. No se puede utilizar junto con <var>$1fromid</var>.\";'),('arn','messages:apihelp-mergehistory-param-fromid','s:114:\"es:Page ID de la página desde la que se combinara el historial. No se puede utilizar junto con <var>$1from</var>.\";'),('arn','messages:apihelp-mergehistory-param-reason','s:40:\"es:Motivo para la fusión del historial.\";'),('arn','messages:apihelp-mergehistory-param-timestamp','s:236:\"es:La marca de tiempo de las revisiones se moverá del historial de la página de origen al historial de la página de destino. Si se omite, todo el historial de la página de la página de origen se fusionará en la página de destino.\";'),('arn','messages:apihelp-mergehistory-param-to','s:117:\"es:El título de la página desde la que se combinara el historial. No se puede utilizar junto con <var>$1toid</var>.\";'),('arn','messages:apihelp-mergehistory-param-toid','s:112:\"es:Page ID de la página desde la que se combinara el historial. No se puede utilizar junto con <var>$1to</var>.\";'),('arn','messages:apihelp-mergehistory-summary','s:36:\"es:Fusionar historiales de páginas.\";'),('arn','messages:apihelp-mobileview-description','s:61:\"es:Devuelve los datos necesarios para las vistas en móviles.\";'),('arn','messages:apihelp-mobileview-example-1','s:65:\"es:Obtener información acerca de la sección 0 de [[Doom metal]]\";'),('arn','messages:apihelp-mobileview-example-2','s:102:\"es:Obtener información acerca de la sección 0 y secciones que contienen referencias a [[Candlemass]]\";'),('arn','messages:apihelp-mobileview-example-3','s:124:\"es:Obtener información acerca de las secciones 1 y posteriores y de las secciones que contiene referencias a [[Candlemass]]\";'),('arn','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('arn','messages:apihelp-mobileview-param-noheadings','s:43:\"es:No incluir los encabezados en la salida.\";'),('arn','messages:apihelp-mobileview-param-noimages','s:31:\"es:Devolver HTML sin imágenes.\";'),('arn','messages:apihelp-mobileview-param-notransform','s:64:\"es:No transformar HTML a una versión específica para móviles.\";'),('arn','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('arn','messages:apihelp-mobileview-param-onlyrequestedsections','s:70:\"es:Devolver solo las secciones requeridas incluso con $1prop=sections.\";'),('arn','messages:apihelp-mobileview-param-page','s:43:\"es:Título de la página que se procesará.\";'),('arn','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('arn','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('arn','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('arn','messages:apihelp-mobileview-param-redirect','s:39:\"es:Si deben seguirse las redirecciones.\";'),('arn','messages:apihelp-mobileview-param-sectionprop','s:42:\"es:Qué información de secciones obtener.\";'),('arn','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('arn','messages:apihelp-mobileview-param-thumbheight','s:32:\"es:Altura máxima de miniaturas.\";'),('arn','messages:apihelp-mobileview-param-thumbsize','s:31:\"es:Tamaño máximo de miniatura\";'),('arn','messages:apihelp-mobileview-param-thumbwidth','s:31:\"es:Ancho máximo de miniaturas.\";'),('arn','messages:apihelp-mobileview-param-variant','s:53:\"es:Convertir el contenido a esta variante del idioma.\";'),('arn','messages:apihelp-move-example-move','s:83:\"es:Trasladar <kbd>Badtitle</kbd> a <kbd>Goodtitle</kbd> sin dejar una redirección.\";'),('arn','messages:apihelp-move-param-from','s:83:\"es:Título de la página a renombrar. No se puede utilizar con <var>$1fromid</var>.\";'),('arn','messages:apihelp-move-param-fromid','s:76:\"es:ID de la página a renombrar. No se puede utilizar con <var>$1from</var>.\";'),('arn','messages:apihelp-move-param-ignorewarnings','s:27:\"es:Ignorar cualquier aviso.\";'),('arn','messages:apihelp-move-param-movesubpages','s:40:\"es:Renombrar las subpáginas si procede.\";'),('arn','messages:apihelp-move-param-movetalk','s:48:\"es:Renombrar la página de discusión si existe.\";'),('arn','messages:apihelp-move-param-noredirect','s:29:\"es:No crear una redirección.\";'),('arn','messages:apihelp-move-param-reason','s:31:\"es:Motivo del cambio de nombre.\";'),('arn','messages:apihelp-move-param-tags','s:126:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de traslados y en la revisión nula de la página de destino.\";'),('arn','messages:apihelp-move-param-to','s:48:\"es:Título para cambiar el nombre de la página.\";'),('arn','messages:apihelp-move-param-unwatch','s:80:\"es:Eliminar la página y la redirección de la lista de seguimiento del usuario.\";'),('arn','messages:apihelp-move-param-watch','s:85:\"es:Añadir la página y su redirección a la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-move-param-watchlist','s:130:\"es:Incondicionalmente puede añadir o eliminar la página de lista del usuario actual, utilizar referencias o no cambiar el reloj.\";'),('arn','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-move-summary','s:25:\"es:Trasladar una página.\";'),('arn','messages:apihelp-no-such-module','s:37:\"es:No se encontró el módulo «$1».\";'),('arn','messages:apihelp-none-summary','s:19:\"es:No extraer nada.\";'),('arn','messages:apihelp-opensearch-example-te','s:50:\"es:Buscar páginas que empiecen por <kbd>Te</kbd>.\";'),('arn','messages:apihelp-opensearch-param-format','s:24:\"es:El formato de salida.\";'),('arn','messages:apihelp-opensearch-param-limit','s:46:\"es:Número máximo de resultados que devolver.\";'),('arn','messages:apihelp-opensearch-param-namespace','s:121:\"es:Espacios de nombres que buscar. Se ignora si <var>$1search</var> comienza por un prefijo de espacio de nombre válido.\";'),('arn','messages:apihelp-opensearch-param-redirects','s:260:\"es:Cómo manejar las redirecciones:\n;return: Volver a la propia redirección.\n;resolve: Volver a la página de destino. Puede devolver menos de $1limit resultados.\nPor motivos históricos, se utiliza \"return\" para $1format=json y \"resolve\" para otros formatos.\";'),('arn','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('arn','messages:apihelp-opensearch-param-search','s:17:\"es:Buscar cadena.\";'),('arn','messages:apihelp-opensearch-param-suggest','s:20:\"es:Ya no se utiliza.\";'),('arn','messages:apihelp-opensearch-param-warningsaserror','s:132:\"es:Si las advertencias están planteadas con <kbd>format=json</kbd>, devolver un error de API en lugar de hacer caso omiso de ellas.\";'),('arn','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('arn','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('arn','messages:apihelp-opensearch-summary','s:54:\"es:Buscar en la wiki mediante el protocolo OpenSearch.\";'),('arn','messages:apihelp-options-example-change','s:67:\"es:Cambiar las preferencias <kbd>skin</kbd> y <kbd>hideminor</kbd>.\";'),('arn','messages:apihelp-options-example-complex','s:89:\"es:Restablecer todas las preferencias y establecer <kbd>skin</kbd> y <kbd>nickname</kbd>.\";'),('arn','messages:apihelp-options-example-reset','s:37:\"es:Restablecer todas las preferencias\";'),('arn','messages:apihelp-options-extended-description','s:226:\"es:Solo se pueden establecer opciones que estén registradas en el núcleo o en una de las extensiones instaladas u opciones con claves predefinidas con <code>userjs-</code> (diseñadas para utilizarse con scripts de usuario).\";'),('arn','messages:apihelp-options-param-change','s:453:\"es:Lista de cambios con el formato nombre=valor (por ejemplo: skin=vector). Si no se da ningún valor (ni siquiera un signo de igual), por ejemplo: optionname|otheroption|..., la opción se restablecerá a sus valores predeterminados. Si algún valor contiene el carácter tubería (<kbd>|</kbd>), se debe utilizar el [[Special:ApiHelp/main#main/datatypes|separador alternativo de múltiples valores]] para que las operaciones se realicen correctamente.\";'),('arn','messages:apihelp-options-param-optionname','s:95:\"es:El nombre de la opción que debe establecerse en el valor dado por <var>$1optionvalue</var>.\";'),('arn','messages:apihelp-options-param-optionvalue','s:67:\"es:El valor de la opción especificada por <var>$1optionname</var>.\";'),('arn','messages:apihelp-options-param-reset','s:79:\"es:Restablece las preferencias de la página web a sus valores predeterminados.\";'),('arn','messages:apihelp-options-param-resetkinds','s:99:\"es:Lista de tipos de opciones a restablecer cuando la opción <var>$1reset</var> esté establecida.\";'),('arn','messages:apihelp-options-summary','s:43:\"es:Cambiar preferencias del usuario actual.\";'),('arn','messages:apihelp-paraminfo-example-1','s:281:\"es:Mostrar información para <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> y <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('arn','messages:apihelp-paraminfo-example-2','s:104:\"es:Mostrar información para todos los submódulos de <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('arn','messages:apihelp-paraminfo-param-formatmodules','s:135:\"es:Lista de los nombres del formato de los módulos (valor del parámetro <var>format</var>). Utiliza <var>$1modules</var> en su lugar.\";'),('arn','messages:apihelp-paraminfo-param-helpformat','s:35:\"es:Formato de las cadenas de ayuda.\";'),('arn','messages:apihelp-paraminfo-param-mainmodule','s:123:\"es:Obtener también información sobre el módulo principal (primer nivel). Utilizar <kbd>$1modules=main</kbd> en su lugar.\";'),('arn','messages:apihelp-paraminfo-param-modules','s:279:\"es:Lista de los nombres de los módulos (valores de los parámetros <var>action</var> y <var>format</var> o <kbd>main</kbd>). Se pueden especificar submódulos con un <kbd>+</kbd>, todos los submódulos con <kbd>+*</kbd> o todos los submódulos recursivamente con <kbd>+**</kbd>.\";'),('arn','messages:apihelp-paraminfo-param-pagesetmodule','s:92:\"es:Obtener también información sobre el módulo PageSet (Proporcionar títulos= y amigos).\";'),('arn','messages:apihelp-paraminfo-param-querymodules','s:211:\"es:Lista de los nombres de los módulos de consulta (valor de los parámetros <var>prop</var>, <var>meta</var> or <var>list</var>). Utiliza <kbd>$1modules=query+foo</kbd> en vez de <kbd>$1querymodules=foo</kbd>.\";'),('arn','messages:apihelp-paraminfo-summary','s:57:\"es:Obtener información acerca de los módulos de la API.\";'),('arn','messages:apihelp-parse-example-page','s:24:\"es:Analizar una página.\";'),('arn','messages:apihelp-parse-example-summary','s:23:\"es:Analizar un resumen.\";'),('arn','messages:apihelp-parse-example-text','s:22:\"es:Analizar wikitexto.\";'),('arn','messages:apihelp-parse-example-texttitle','s:62:\"es:Analizar wikitexto, especificando el título de la página.\";'),('arn','messages:apihelp-parse-extended-description','s:569:\"es:Véanse los distintos módulos prop de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> para obtener información de la versión actual de una página.\n\nHay varias maneras de especificar el texto que analizar:\n# Especificar una página o revisión, mediante <var>$1page</var>, <var>$1pageid</var> o <var>$1oldid</var>.\n# Especificar explícitamente el contenido, mediante <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, y <var>$1contentmodel</var>.\n# Especificar solamente un resumen que analizar. Se debería asignar a <var>$1prop</var> un valor vacío.\";'),('arn','messages:apihelp-parse-param-contentformat','s:130:\"es:Formato de serialización de contenido utilizado para la introducción de texto. Sólo es válido cuando se utiliza con $1text.\";'),('arn','messages:apihelp-parse-param-contentmodel','s:199:\"es:Modelo de contenido del texto de entrada. Si se omite, se debe especificar $1title, y el valor por defecto será el modelo del título especificado. Solo es válido cuando se use junto con $1text.\";'),('arn','messages:apihelp-parse-param-disableeditsection','s:74:\"es:Omitir los enlaces de edición de sección de la salida del analizador.\";'),('arn','messages:apihelp-parse-param-disablelimitreport','s:86:\"es:Omitir el informe de límite (\"NewPP limit report\") desde la salida del analizador.\";'),('arn','messages:apihelp-parse-param-disablepp','s:51:\"es:Usa <var>$1disablelimitreport</var> en su lugar.\";'),('arn','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('arn','messages:apihelp-parse-param-disabletoc','s:34:\"es:Omitir el sumario en la salida.\";'),('arn','messages:apihelp-parse-param-effectivelanglinks','s:113:\"es:Incluye enlaces de idiomas proporcionados por las extensiones (para utilizar con <kbd>$1prop=langlinks</kbd>).\";'),('arn','messages:apihelp-parse-param-generatexml','s:138:\"es:Generar árbol de análisis sintáctico XML (requiere modelo de contenido <code>$1</code>; sustituido por <kbd>$2prop=parsetree</kbd>).\";'),('arn','messages:apihelp-parse-param-mainpage','s:70:\"es:Aplicar las transformaciones de la página principal para móviles.\";'),('arn','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('arn','messages:apihelp-parse-param-noimages','s:51:\"es:Desactivar imágenes en la salida para móviles.\";'),('arn','messages:apihelp-parse-param-oldid','s:93:\"es:Analizar el contenido de esta revisión. Remplaza <var>$1page</var> y <var>$1pageid</var>.\";'),('arn','messages:apihelp-parse-param-onlypst','s:202:\"es:Guardar previamente los cambios antes de transformar (PST) en la entrada. Devuelve el mismo wikitexto, después de que un PST se ha aplicado. Sólo es válido cuando se utiliza con <var>$1text</var>.\";'),('arn','messages:apihelp-parse-param-page','s:106:\"es:Analizar el contenido de esta página. No se puede utilizar con <var>$1text</var> y <var>$1title</var>.\";'),('arn','messages:apihelp-parse-param-pageid','s:69:\"es:Analizar el contenido de esta página. Remplaza <var>$1page</var>.\";'),('arn','messages:apihelp-parse-param-preview','s:36:\"es:Analizar en modo de vista previa.\";'),('arn','messages:apihelp-parse-param-prop','s:39:\"es:Qué piezas de información obtener:\";'),('arn','messages:apihelp-parse-param-pst','s:136:\"es:Guardar previamente los cambios antes de transformar la entrada antes de analizarla. Sólo es válido cuando se utiliza con el texto.\";'),('arn','messages:apihelp-parse-param-redirects','s:87:\"es:Si <var>$1page</var> o <var>$1pageid</var> contienen una redirección, soluciónalo.\";'),('arn','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('arn','messages:apihelp-parse-param-section','s:269:\"es:Analizar solo el contenido de este número de sección.\n\nSi el valor es <kbd>new</kbd>, analiza <var>$1text</var> y <var>$1sectiontitle</var> como si se añadiera una nueva sección a la página.\n\n<kbd>new</kbd> solo se permite cuando se especifique <var>text</var>.\";'),('arn','messages:apihelp-parse-param-sectionpreview','s:87:\"es:Analizar sección en modo de vista previa (también activa el modo de vista previa).\";'),('arn','messages:apihelp-parse-param-sectiontitle','s:208:\"es:Nuevo título de sección cuando <var>section</var> tiene el valor <kbd>new</kbd>.\n\nAl contrario que en la edición de páginas, no se sustituye por <var>summary</var> cuando se omite o su valor es vacío.\";'),('arn','messages:apihelp-parse-param-showstrategykeys','s:85:\"es:Si se incluye la información de la estrategia de fusión interna en jsconfigvars.\";'),('arn','messages:apihelp-parse-param-summary','s:22:\"es:Resumen a analizar.\";'),('arn','messages:apihelp-parse-param-text','s:115:\"es:Texto a analizar. Utiliza <var>$1title</var> o <var>$1contentmodel</var> para controlar el modelo del contenido.\";'),('arn','messages:apihelp-parse-param-title','s:146:\"es:Título de la página a la que pertenece el texto. Si se omite se debe especificar <var>$1contentmodel</var>, y se usará [[API]] como título.\";'),('arn','messages:apihelp-parse-param-useskin','s:217:\"es:Aplicar la piel seleccionada a la salida del analizador. Puede afectar a las siguientes propiedades: <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>módulos</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicadores</kbd>.\";'),('arn','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('arn','messages:apihelp-parse-paramvalue-prop-categories','s:48:\"es:Da las categorías en el wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:42:\"es:Da la versión HTML de las categorías.\";'),('arn','messages:apihelp-parse-paramvalue-prop-displaytitle','s:45:\"es:Añade el título del wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:93:\"es:Da la configuración JavaScript de variables específica para la página como cadena JSON.\";'),('arn','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"es:Da los enlaces externos del wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-headhtml','s:68:\"es:Proporciona la <code>&lt;head&gt;</code> analizada de la página.\";'),('arn','messages:apihelp-parse-paramvalue-prop-headitems','s:84:\"es:Proporciona elementos para colocar en el <code>&lt;head&gt;</code> de la página.\";'),('arn','messages:apihelp-parse-paramvalue-prop-images','s:44:\"es:Da las imágenes del wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-indicators','s:68:\"es:Da el HTML de los indicadores de estado utilizados en la página.\";'),('arn','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"es:Da los enlaces interwiki del texto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:143:\"es:Proporciona las variables de configuración de JavaScript específicas de la página. Para obtenerlas, utiliza <code>mw.config.set()</code>.\";'),('arn','messages:apihelp-parse-paramvalue-prop-langlinks','s:57:\"es:Da el idioma de los enlaces en el wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:117:\"es:Da el informe del límite de forma estructurada. No da datos si <var>$1disablelimitreport</var> está establecido.\";'),('arn','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:113:\"es:Da la versión HTML del informe del límite. No da datos si <var>$1disablelimitreport</var> está establecido.\";'),('arn','messages:apihelp-parse-paramvalue-prop-links','s:51:\"es:Da los enlaces internos del wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-modules','s:240:\"es:Proporciona los módulos de ResourceLoader utilizados en la página. Para cargar, utiliza <code>mw.loader.using()</code>. <kbd>jsconfigvars</kbd> o bien <kbd>encodedjsconfigvars</kbd> deben solicitarse en conjunto con <kbd>modules</kbd>.\";'),('arn','messages:apihelp-parse-paramvalue-prop-parsetree','s:118:\"es:El árbol de análisis sintáctico XML del contenido de la revisión (requiere modelo de contenido <code>$1</code>)\";'),('arn','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:66:\"es:Da las advertencias que se produjeron al analizar el contenido.\";'),('arn','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('arn','messages:apihelp-parse-paramvalue-prop-properties','s:61:\"es:Da varias propiedades definidas en el wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-revid','s:53:\"es:Añade la ID de revisión de la página analizada.\";'),('arn','messages:apihelp-parse-paramvalue-prop-sections','s:44:\"es:Da las secciones del wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('arn','messages:apihelp-parse-paramvalue-prop-templates','s:45:\"es:Da las plantillas del wikitexto analizado.\";'),('arn','messages:apihelp-parse-paramvalue-prop-text','s:38:\"es:Da el texto analizado en wikitexto.\";'),('arn','messages:apihelp-parse-paramvalue-prop-wikitext','s:52:\"es:Da el wikitexto original que se había analizado.\";'),('arn','messages:apihelp-parse-summary','s:72:\"es:Analiza el contenido y devuelve la salida del analizador sintáctico.\";'),('arn','messages:apihelp-patrol-example-rcid','s:32:\"es:Verificar un cambio reciente.\";'),('arn','messages:apihelp-patrol-example-revid','s:27:\"es:Verificar una revisión.\";'),('arn','messages:apihelp-patrol-param-rcid','s:52:\"es:Identificador de cambios recientes que verificar.\";'),('arn','messages:apihelp-patrol-param-revid','s:44:\"es:Identificador de revisión que patrullar.\";'),('arn','messages:apihelp-patrol-param-tags','s:76:\"es:Cambio de etiquetas para aplicar a la entrada en la patrulla de registro.\";'),('arn','messages:apihelp-patrol-summary','s:37:\"es:Verificar una página o revisión.\";'),('arn','messages:apihelp-php-param-formatversion','s:20:\"es:Formato de salida\";'),('arn','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('arn','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('arn','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('arn','messages:apihelp-php-summary','s:58:\"es:Extraer los datos de salida en formato serializado PHP.\";'),('arn','messages:apihelp-phpfm-summary','s:95:\"es:Producir los datos de salida en formato PHP serializado (con resaltado sintáctico en HTML).\";'),('arn','messages:apihelp-protect-example-protect','s:23:\"es:Proteger una página\";'),('arn','messages:apihelp-protect-example-unprotect','s:141:\"es:Desproteger una página estableciendo la restricción a <kbd>all</kbd> («todos», es decir, cualquier usuario puede realizar la acción).\";'),('arn','messages:apihelp-protect-example-unprotect2','s:54:\"es:Desproteger una página anulando las restricciones.\";'),('arn','messages:apihelp-protect-param-cascade','s:218:\"es:Activar la protección en cascada (o sea, proteger plantillas e imágenes transcluidas usadas en esta página). Se ignorará si ninguno de los niveles de protección dados son compatibles con la función de cascada.\";'),('arn','messages:apihelp-protect-param-expiry','s:245:\"es:Marcas de tiempo de expiración. Si solo se establece una marca de tiempo, se utilizará para todas las protecciones. Utiliza <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, o <kbd>never</kbd> para una protección indefinida.\";'),('arn','messages:apihelp-protect-param-pageid','s:70:\"es:ID de la página a (des)proteger. No se puede utilizar con $1title.\";'),('arn','messages:apihelp-protect-param-protections','s:335:\"es:Lista de los niveles de protección, con formato <kbd>action=level</kbd> (por ejemplo: <kbd>edit=sysop</kbd>). Un nivel de <kbd>all</kbd> («todos») significa que cualquier usuaro puede realizar la acción, es decir, no hay restricción.\n\n<strong>Nota:</strong> Cualquier acción no mencionada tendrá las restricciones eliminadas.\";'),('arn','messages:apihelp-protect-param-reason','s:33:\"es:Motivo de la (des)protección.\";'),('arn','messages:apihelp-protect-param-tags','s:81:\"es:Cambiar las etiquetas para aplicar a la entrada en el registro de protección.\";'),('arn','messages:apihelp-protect-param-title','s:76:\"es:Título de la página a (des)proteger. No se puede utilizar con $1pageid.\";'),('arn','messages:apihelp-protect-param-watch','s:111:\"es:Si se activa, añade la página en proceso de (des)protección a la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-protect-param-watchlist','s:161:\"es:Añadir o borrar incondicionalmente la página de la lista de seguimiento del usuario actual, utilizar las preferencias o no cambiar el estado de seguimiento.\";'),('arn','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-protect-summary','s:50:\"es:Cambiar el nivel de protección de una página.\";'),('arn','messages:apihelp-purge-example-generator','s:68:\"es:Purgar las 10 primeras páginas del espacio de nombres principal.\";'),('arn','messages:apihelp-purge-example-simple','s:62:\"es:Purgar la <kbd>Main Page</kbd> y la página <kbd>API</kbd>.\";'),('arn','messages:apihelp-purge-param-forcelinkupdate','s:36:\"es:Actualizar las tablas de enlaces.\";'),('arn','messages:apihelp-purge-param-forcerecursivelinkupdate','s:125:\"es:Actualizar la tabla de enlaces y todas las tablas de enlaces de cualquier página que use esta página como una plantilla.\";'),('arn','messages:apihelp-purge-summary','s:51:\"es:Purgar la caché de los títulos proporcionados.\";'),('arn','messages:apihelp-query+allcategories-example-generator','s:120:\"es:Recupera la información sobre la propia página de categoría para las categorías que empiezan por <kbd>List</kbd>.\";'),('arn','messages:apihelp-query+allcategories-example-size','s:83:\"es:Lista las categorías con información sobre el número de páginas de cada una.\";'),('arn','messages:apihelp-query+allcategories-param-dir','s:30:\"es:Dirección de ordenamiento.\";'),('arn','messages:apihelp-query+allcategories-param-from','s:46:\"es:La categoría para comenzar la enumeración\";'),('arn','messages:apihelp-query+allcategories-param-limit','s:39:\"es:Cuántas categorías se devolverán.\";'),('arn','messages:apihelp-query+allcategories-param-max','s:69:\"es:Devolver solo categorías con como mucho este número de miembros.\";'),('arn','messages:apihelp-query+allcategories-param-min','s:67:\"es:Devolver solo categorías con al menos este número de miembros.\";'),('arn','messages:apihelp-query+allcategories-param-prefix','s:77:\"es:Buscar todos los títulos de las categorías que comiencen con este valor.\";'),('arn','messages:apihelp-query+allcategories-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+allcategories-param-to','s:45:\"es:La categoría para detener la enumeración\";'),('arn','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:86:\"es:Etiqueta las categorías que están ocultas con <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('arn','messages:apihelp-query+allcategories-paramvalue-prop-size','s:50:\"es:Añade el número de páginas en la categoría.\";'),('arn','messages:apihelp-query+allcategories-summary','s:34:\"es:Enumerar todas las categorías.\";'),('arn','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:81:\"es:Listar las primeras 50 revisiones borradas en el espacio de nombres principal.\";'),('arn','messages:apihelp-query+alldeletedrevisions-example-user','s:81:\"es:Listar las últimas 50 contribuciones borradas del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-end','s:50:\"es:El sello de tiempo para detener la enumeración\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-from','s:36:\"es:Empezar a listar en este título.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:95:\"es:Cuando se utiliza como generador, generar títulos en lugar de identificadores de revisión.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:298:\"es:<strong>Nota:</strong> debido al [[mw:Special:MyLanguage/Manual:$wgMiserMode|modo avaro]], usar juntos <var>$1user</var> y <var>$1namespace</var> puede dar lugar a que se devuelvan menos de <var>$1limit</var> resultados antes de continuar. En casos extremos, podrían devolverse cero resultados.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-namespace','s:55:\"es:Listar solo las páginas en este espacio de nombres.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-prefix','s:74:\"es:Buscar todos los títulos de las páginas que comiencen con este valor.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-start','s:51:\"es:El sello de tiempo para comenzar la enumeración\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-tag','s:48:\"es:Listar solo las revisiones con esta etiqueta.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-to','s:38:\"es:Terminar de listar en este título.\";'),('arn','messages:apihelp-query+alldeletedrevisions-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('arn','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:45:\"es:No puede utilizarse con <var>$3user</var>.\";'),('arn','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"es:Solo puede usarse con <var>$3user</var>.\";'),('arn','messages:apihelp-query+alldeletedrevisions-summary','s:84:\"es:Listar todas las revisiones eliminadas por un usuario o en un espacio de nombres.\";'),('arn','messages:apihelp-query+allfileusages-example-b','s:137:\"es:Listar títulos de archivos, incluyendo los desaparecidos, con las ID de páginas a las que pertenecen, empezando por la <kbd>B</kbd>.\";'),('arn','messages:apihelp-query+allfileusages-example-generator','s:52:\"es:Recupera las páginas que contienen los archivos.\";'),('arn','messages:apihelp-query+allfileusages-example-unique','s:39:\"es:Listar títulos de archivos únicos.\";'),('arn','messages:apihelp-query+allfileusages-example-unique-generator','s:69:\"es:Recupera los títulos de todos los archivos y marca los faltantes.\";'),('arn','messages:apihelp-query+allfileusages-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('arn','messages:apihelp-query+allfileusages-param-from','s:56:\"es:El título del archivo para comenzar la enumeración.\";'),('arn','messages:apihelp-query+allfileusages-param-limit','s:46:\"es:Cuántos elementos en total se devolverán.\";'),('arn','messages:apihelp-query+allfileusages-param-prefix','s:74:\"es:Buscar todos los títulos de los archivos que comiencen con este valor.\";'),('arn','messages:apihelp-query+allfileusages-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+allfileusages-param-to','s:55:\"es:El título del archivo para detener la enumeración.\";'),('arn','messages:apihelp-query+allfileusages-param-unique','s:172:\"es:Mostrar solo títulos únicos de archivo. No se puede usar junto con $1prop=ids. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('arn','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:83:\"es:Agrega los ID de página de las páginas en uso (no se puede usar con $1unique).\";'),('arn','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:33:\"es:Agrega el título del archivo.\";'),('arn','messages:apihelp-query+allfileusages-summary','s:69:\"es:Enumerar todos los usos del archivo, incluidos los que no existen.\";'),('arn','messages:apihelp-query+allimages-example-b','s:72:\"es:Mostrar una lista de archivos que empiecen por la letra <kbd>B</kbd>.\";'),('arn','messages:apihelp-query+allimages-example-generator','s:84:\"es:Mostrar información acerca de 4 archivos que empiecen por la letra <kbd>T</kbd>.\";'),('arn','messages:apihelp-query+allimages-example-mimetypes','s:86:\"es:Mostrar una lista de archivos tipo MIME <kbd>image/png</kbd> o <kbd>image/gif</kbd>\";'),('arn','messages:apihelp-query+allimages-example-recent','s:87:\"es:Mostrar una lista de archivos subidos recientemente, similar a [[Special:NewFiles]].\";'),('arn','messages:apihelp-query+allimages-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('arn','messages:apihelp-query+allimages-param-end','s:93:\"es:El cronomarcador para detener la enumeración. Solo puede utilizarse con $1sort=timestamp.\";'),('arn','messages:apihelp-query+allimages-param-filterbots','s:119:\"es:Cómo filtrar archivos subidos por bots. Solo se puede usar con $1sort=timestamp. No se puede usar junto con $1user.\";'),('arn','messages:apihelp-query+allimages-param-from','s:96:\"es:El título de la imagen para comenzar la enumeración. Solo puede utilizarse con $1sort=name.\";'),('arn','messages:apihelp-query+allimages-param-limit','s:46:\"es:Cuántas imágenes en total se devolverán.\";'),('arn','messages:apihelp-query+allimages-param-maxsize','s:60:\"es:Limitar a imágenes con como mucho este número de bytes.\";'),('arn','messages:apihelp-query+allimages-param-mime','s:67:\"es:Tipos MIME que buscar, como, por ejemplo, <kbd>image/jpeg</kbd>.\";'),('arn','messages:apihelp-query+allimages-param-minsize','s:58:\"es:Limitar a imágenes con al menos este número de bytes.\";'),('arn','messages:apihelp-query+allimages-param-prefix','s:109:\"es:Buscar todos los títulos de imágenes que empiecen por este valor. Solo puede utilizarse con $1sort=name.\";'),('arn','messages:apihelp-query+allimages-param-sha1','s:49:\"es:Suma SHA1 de la imagen. Invalida $1sha1base36.\";'),('arn','messages:apihelp-query+allimages-param-sha1base36','s:58:\"es:Suma SHA1 de la imagen en base 36 (usada en MediaWiki).\";'),('arn','messages:apihelp-query+allimages-param-sort','s:48:\"es:Propiedad por la que realizar la ordenación.\";'),('arn','messages:apihelp-query+allimages-param-start','s:94:\"es:El cronomarcador para comenzar la enumeración. Solo puede utilizarse con $1sort=timestamp.\";'),('arn','messages:apihelp-query+allimages-param-to','s:95:\"es:El título de la imagen para detener la enumeración. Solo puede utilizarse con $1sort=name.\";'),('arn','messages:apihelp-query+allimages-param-user','s:137:\"es:Devolver solo los archivos subidos por este usuario. Solo se puede usar con $1tipo=timestamp. No se puede usar junto con $1filterbots.\";'),('arn','messages:apihelp-query+allimages-summary','s:48:\"es:Enumerar todas las imágenes secuencialmente.\";'),('arn','messages:apihelp-query+alllinks-example-b','s:141:\"es:Enumera los títulos enlazados, incluyendo los títulos faltantes, con los ID de página de los que provienen, empezando por <kbd>B</kbd>.\";'),('arn','messages:apihelp-query+alllinks-example-generator','s:46:\"es:Obtiene páginas que contienen los enlaces.\";'),('arn','messages:apihelp-query+alllinks-example-unique','s:44:\"es:Lista de títulos vinculados únicamente.\";'),('arn','messages:apihelp-query+alllinks-example-unique-generator','s:65:\"es:Obtiene todos los títulos enlazados, marcando los que falten.\";'),('arn','messages:apihelp-query+alllinks-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('arn','messages:apihelp-query+alllinks-param-from','s:55:\"es:El título del enlace para comenzar la enumeración.\";'),('arn','messages:apihelp-query+alllinks-param-limit','s:46:\"es:Cuántos elementos en total se devolverán.\";'),('arn','messages:apihelp-query+alllinks-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('arn','messages:apihelp-query+alllinks-param-prefix','s:69:\"es:Buscar todos los títulos vinculados que comiencen con este valor.\";'),('arn','messages:apihelp-query+alllinks-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+alllinks-param-to','s:54:\"es:El título del enlace para detener la enumeración.\";'),('arn','messages:apihelp-query+alllinks-param-unique','s:171:\"es:Mostrar solo títulos únicos enlazados. No se puede usar junto con $1prop=ids. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('arn','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:94:\"es:Agrega el ID de página de la página de enlace (no se puede usar con <var>$1unique</var>).\";'),('arn','messages:apihelp-query+alllinks-paramvalue-prop-title','s:32:\"es:Añade el título del enlace.\";'),('arn','messages:apihelp-query+alllinks-summary','s:78:\"es:Enumerar todos los enlaces que apunten a un determinado espacio de nombres.\";'),('arn','messages:apihelp-query+allmessages-example-de','s:71:\"es:Mostrar mensajes <kbd>august</kbd> y <kbd>mainpage</kbd> en alemán.\";'),('arn','messages:apihelp-query+allmessages-example-ipb','s:53:\"es:Mostrar mensajes que empiecen por <kbd>ipb-</kbd>.\";'),('arn','messages:apihelp-query+allmessages-param-args','s:50:\"es:Los argumentos que se sustituyen en el mensaje.\";'),('arn','messages:apihelp-query+allmessages-param-customised','s:61:\"es:Devolver solo mensajes en este estado de personalización.\";'),('arn','messages:apihelp-query+allmessages-param-enableparser','s:147:\"es:Establecer para habilitar el analizador, se preprocesará el wikitexto del mensaje (sustitución de palabras mágicas, uso de plantillas, etc.).\";'),('arn','messages:apihelp-query+allmessages-param-filter','s:64:\"es:Devolver solo mensajes con nombres que contengan esta cadena.\";'),('arn','messages:apihelp-query+allmessages-param-from','s:51:\"es:Devolver mensajes que empiecen por este mensaje.\";'),('arn','messages:apihelp-query+allmessages-param-includelocal','s:341:\"es:Incluir también los mensajes locales, es decir, aquellos que no existen en el propio software pero sí en el espacio de nombres {{ns:MediaWiki}}.\nEsto muestra todas las páginas del espacio de nombres {{ns:MediaWiki}}, así que también mostrará las que no son propiamente mensajes, como, por ejemplo, [[MediaWiki:Common.js|Common.js]].\";'),('arn','messages:apihelp-query+allmessages-param-lang','s:36:\"es:Devolver mensajes en este idioma.\";'),('arn','messages:apihelp-query+allmessages-param-messages','s:85:\"es:Qué mensajes mostrar. <kbd>*</kbd> (predeterminado) significa todos los mensajes.\";'),('arn','messages:apihelp-query+allmessages-param-nocontent','s:73:\"es:Si se establece, no incluya el contenido de los mensajes en la salida.\";'),('arn','messages:apihelp-query+allmessages-param-prefix','s:38:\"es:Devolver mensajes con este prefijo.\";'),('arn','messages:apihelp-query+allmessages-param-prop','s:34:\"es:Qué propiedades se obtendrán.\";'),('arn','messages:apihelp-query+allmessages-param-title','s:100:\"es:Nombre de página que usar como contexto al analizar el mensaje (para la opción $1enableparser).\";'),('arn','messages:apihelp-query+allmessages-param-to','s:49:\"es:Devolver mensajes que acaben por este mensaje.\";'),('arn','messages:apihelp-query+allmessages-summary','s:39:\"es:Devolver los mensajes de este sitio.\";'),('arn','messages:apihelp-query+allpages-example-b','s:72:\"es:Mostrar una lista de páginas que empiecen con la letra <kbd>B</kbd>.\";'),('arn','messages:apihelp-query+allpages-example-generator','s:84:\"es:Mostrar información acerca de 4 páginas que empiecen por la letra <kbd>T</kbd>.\";'),('arn','messages:apihelp-query+allpages-example-generator-revisions','s:97:\"es:Mostrar el contenido de las 2 primeras páginas que no redirijan y empiecen por <kbd>Re</kbd>.\";'),('arn','messages:apihelp-query+allpages-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('arn','messages:apihelp-query+allpages-param-filterlanglinks','s:139:\"es:Filtrar en función de si una página tiene langlinks. Tenga en cuenta que esto no puede considerar langlinks agregados por extensiones.\";'),('arn','messages:apihelp-query+allpages-param-filterredir','s:24:\"es:Qué páginas listar.\";'),('arn','messages:apihelp-query+allpages-param-from','s:54:\"es:El título de página para comenzar la enumeración\";'),('arn','messages:apihelp-query+allpages-param-limit','s:45:\"es:Cuántas páginas en total se devolverán.\";'),('arn','messages:apihelp-query+allpages-param-maxsize','s:56:\"es:Limitar a páginas con este número máximo de bytes.\";'),('arn','messages:apihelp-query+allpages-param-minsize','s:57:\"es:Limitar a páginas con al menos este número de bytes.\";'),('arn','messages:apihelp-query+allpages-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('arn','messages:apihelp-query+allpages-param-prefix','s:74:\"es:Buscar todos los títulos de las páginas que comiencen con este valor.\";'),('arn','messages:apihelp-query+allpages-param-prexpiry','s:277:\"es:¿Cuál término de protección para filtrar la página en:\n; Indefinida: Obtener sólo páginas con protección de vencimiento indefinida.\n; Definida: Obtener sólo las páginas con un definitivo (específico) vencimiento.\n; Todos: Obtener páginas con cualquier caducidad.\";'),('arn','messages:apihelp-query+allpages-param-prfiltercascade','s:101:\"es:Filtrar protecciones según la protección en cascada (se ignora cuando $1prtype no está fijado).\";'),('arn','messages:apihelp-query+allpages-param-prlevel','s:105:\"es:Filtrar protecciones según el nivel de protección (se debe usar junto con el parámetro $1prtype= ).\";'),('arn','messages:apihelp-query+allpages-param-prtype','s:33:\"es:Limitar a páginas protegidas.\";'),('arn','messages:apihelp-query+allpages-param-to','s:54:\"es:El título de página para detener la enumeración.\";'),('arn','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('arn','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('arn','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('arn','messages:apihelp-query+allpages-summary','s:84:\"es:Enumerar todas las páginas secuencialmente en un espacio de nombres determinado.\";'),('arn','messages:apihelp-query+allredirects-example-b','s:164:\"es:Enumera las páginas de destino, incluyendo las páginas desaparecidas, con los identificadores de las páginas de las que provienen, empezando por <kbd>B</kbd>.\";'),('arn','messages:apihelp-query+allredirects-example-generator','s:52:\"es:Obtiene páginas que contienen las redirecciones.\";'),('arn','messages:apihelp-query+allredirects-example-unique','s:35:\"es:La lista de páginas de destino.\";'),('arn','messages:apihelp-query+allredirects-example-unique-generator','s:66:\"es:Obtiene todas las páginas de destino, marcando los que faltan.\";'),('arn','messages:apihelp-query+allredirects-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('arn','messages:apihelp-query+allredirects-param-from','s:62:\"es:El título de la redirección para iniciar la enumeración.\";'),('arn','messages:apihelp-query+allredirects-param-limit','s:37:\"es:Cuántos elementos se devolverán.\";'),('arn','messages:apihelp-query+allredirects-param-namespace','s:36:\"es:El espacio de nombres a enumerar.\";'),('arn','messages:apihelp-query+allredirects-param-prefix','s:68:\"es:Buscar todas las páginas de destino que empiecen con este valor.\";'),('arn','messages:apihelp-query+allredirects-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+allredirects-param-to','s:62:\"es:El título de la redirección para detener la enumeración.\";'),('arn','messages:apihelp-query+allredirects-param-unique','s:203:\"es:Mostrar solo títulos únicos de páginas de destino. No se puede usar junto con $1prop=ids|fragment|interwiki. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('arn','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:102:\"es:Añade el fragmento de la redirección, si existe (no se puede usar junto con <var>$1unique</var>).\";'),('arn','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:106:\"es:Añade el identificador de la página de redirección (no se puede usar junto con <var>$1unique</var>).\";'),('arn','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:110:\"es:Añade el prefijo interwiki de la redirección, si existe (no se puede usar junto con <var>$1unique</var>).\";'),('arn','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"es:Añade el título de la redirección.\";'),('arn','messages:apihelp-query+allredirects-summary','s:71:\"es:Obtener la lista de todas las redirecciones a un espacio de nombres.\";'),('arn','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('arn','messages:apihelp-query+allrevisions-example-user','s:72:\"es:Listar las últimas 50 contribuciones del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-query+allrevisions-param-end','s:51:\"es:La marca de tiempo para detener la enumeración.\";'),('arn','messages:apihelp-query+allrevisions-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('arn','messages:apihelp-query+allrevisions-param-generatetitles','s:81:\"es:Cuando se utilice como generador, genera títulos en lugar de ID de revisión.\";'),('arn','messages:apihelp-query+allrevisions-param-namespace','s:55:\"es:Listar solo las páginas en este espacio de nombres.\";'),('arn','messages:apihelp-query+allrevisions-param-start','s:51:\"es:La marca de tiempo para iniciar la enumeración.\";'),('arn','messages:apihelp-query+allrevisions-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('arn','messages:apihelp-query+allrevisions-summary','s:31:\"es:Listar todas las revisiones.\";'),('arn','messages:apihelp-query+alltransclusions-example-b','s:160:\"es:Enumerar los títulos transcluidos, incluyendo los faltantes, junto con los identificadores de las páginas de las que provienen, empezando por <kbd>B</kbd>.\";'),('arn','messages:apihelp-query+alltransclusions-example-generator','s:57:\"es:Obtiene las páginas que contienen las transclusiones.\";'),('arn','messages:apihelp-query+alltransclusions-example-unique','s:48:\"es:Listar títulos transcluidos de forma única.\";'),('arn','messages:apihelp-query+alltransclusions-example-unique-generator','s:68:\"es:Obtiene todos los títulos transcluidos, marcando los que faltan.\";'),('arn','messages:apihelp-query+alltransclusions-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+alltransclusions-param-from','s:69:\"es:El título de la transclusión por la que empezar la enumeración.\";'),('arn','messages:apihelp-query+alltransclusions-param-limit','s:45:\"es:Número de elementos que se desea obtener.\";'),('arn','messages:apihelp-query+alltransclusions-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('arn','messages:apihelp-query+alltransclusions-param-prefix','s:71:\"es:Buscar todos los títulos transcluidos que comiencen con este valor.\";'),('arn','messages:apihelp-query+alltransclusions-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+alltransclusions-param-to','s:70:\"es:El título de la transclusión por la que terminar la enumeración.\";'),('arn','messages:apihelp-query+alltransclusions-param-unique','s:174:\"es:Mostrar solo títulos únicos transcluidos. No se puede usar junto con $1prop=ids. Cuando se use como generador, devuelve páginas de destino en vez de páginas de origen.\";'),('arn','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:89:\"es:Agrega el ID de página de la página de redirección (no se puede usar con $1unique).\";'),('arn','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:41:\"es:Añade el título de la transclusión.\";'),('arn','messages:apihelp-query+alltransclusions-summary','s:121:\"es:Mostrar todas las transclusiones (páginas integradas mediante &#123;&#123;x&#125;&#125;), incluidas las inexistentes.\";'),('arn','messages:apihelp-query+allusers-example-y','s:49:\"es:Listar usuarios que empiecen por <kbd>Y</kbd>.\";'),('arn','messages:apihelp-query+allusers-param-activeusers','s:87:\"es:Solo listar usuarios activos en {{PLURAL:$1|el último día|los $1 últimos días}}.\";'),('arn','messages:apihelp-query+allusers-param-attachedwiki','s:119:\"es:Con <kbd>$1prop=centralids</kbd>, indicar también si el usuario está conectado con la wiki identificado por el ID.\";'),('arn','messages:apihelp-query+allusers-param-dir','s:30:\"es:Dirección de ordenamiento.\";'),('arn','messages:apihelp-query+allusers-param-excludegroup','s:41:\"es:Excluir a los usuarios en estos grupos\";'),('arn','messages:apihelp-query+allusers-param-from','s:59:\"es:El nombre de usuario por el que empezar la enumeración.\";'),('arn','messages:apihelp-query+allusers-param-group','s:45:\"es:Incluir solo usuarios en los grupos dados.\";'),('arn','messages:apihelp-query+allusers-param-limit','s:46:\"es:Cuántos nombres de usuario se devolverán.\";'),('arn','messages:apihelp-query+allusers-param-prefix','s:57:\"es:Buscar todos los usuarios que empiecen con este valor.\";'),('arn','messages:apihelp-query+allusers-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+allusers-param-rights','s:173:\"es:Sólo se incluyen a los usuarios con los derechos cedidos. No incluye los derechos concedidos por la implícita o auto-promoverse grupos como *, usuario, o autoconfirmed.\";'),('arn','messages:apihelp-query+allusers-param-to','s:61:\"es:El nombre de usuario por el que finalizar la enumeración.\";'),('arn','messages:apihelp-query+allusers-param-witheditsonly','s:57:\"es:Mostrar solo los usuarios que han realizado ediciones.\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:57:\"es:Añade información sobre un bloque actual al usuario.\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"es:Añade el central IDs y estado de anexo para el usuario.\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:46:\"es:Añade el número de ediciones del usuario.\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-groups','s:141:\"es:Lista los grupos a los que el usuario pertenece. Esto utiliza más recursos del servidor y puede devolver menos resultados que el límite.\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:60:\"es:Lista todos los grupos el usuario es automáticamente en.\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-registration','s:117:\"es:Añade la marca de tiempo del momento en que el usuario se registró, si está disponible (puede estar en blanco).\";'),('arn','messages:apihelp-query+allusers-paramvalue-prop-rights','s:43:\"es:Lista los permisos que tiene el usuario.\";'),('arn','messages:apihelp-query+allusers-summary','s:43:\"es:Enumerar todos los usuarios registrados.\";'),('arn','messages:apihelp-query+authmanagerinfo-example-login','s:88:\"es:Captura de las solicitudes que puede ser utilizadas al comienzo de inicio de sesión.\";'),('arn','messages:apihelp-query+authmanagerinfo-example-login-merged','s:123:\"es:Obtener las peticiones que podrían utilizarse al empezar un inicio de sesión, con los campos de formulario integrados.\";'),('arn','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:90:\"es:Comprueba si la autentificación es suficiente para realizar la acción <kbd>foo</kbd>.\";'),('arn','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:125:\"es:Obtener información sobre las peticiones de autentificación requeridas para la acción de autentificación especificada.\";'),('arn','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:128:\"es:Compruebe si el estado de autenticación actual del usuario es suficiente para la operación sensible-seguridad especificada.\";'),('arn','messages:apihelp-query+authmanagerinfo-summary','s:67:\"es:Recuperar información sobre el estado de autenticación actual.\";'),('arn','messages:apihelp-query+backlinks-example-generator','s:80:\"es:Obtener información acerca de las páginas enlazadas a <kbd>Main page</kbd>.\";'),('arn','messages:apihelp-query+backlinks-example-simple','s:42:\"es:Mostrar enlaces a <kbd>Main page</kbd>.\";'),('arn','messages:apihelp-query+backlinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+backlinks-param-filterredir','s:155:\"es:Cómo filtrar redirecciones. Si se establece a <kbd>nonredirects</kbd> cuando está activo <var>$1redirect</var>, esto sólo se aplica al segundo nivel.\";'),('arn','messages:apihelp-query+backlinks-param-limit','s:211:\"es:Cuántas páginas en total se devolverán. Si está activo <var>$1redirect</var>, el límite aplica a cada nivel por separado (lo que significa que se pueden devolver hasta 2 * <var>$1limit</var> resultados).\";'),('arn','messages:apihelp-query+backlinks-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('arn','messages:apihelp-query+backlinks-param-pageid','s:84:\"es:Identificador de página que buscar. No puede usarse junto con <var>$1title</var>\";'),('arn','messages:apihelp-query+backlinks-param-redirect','s:156:\"es:Si la página con el enlace es una redirección, encontrar también las páginas que enlacen a esa redirección. El límite máximo se reduce a la mitad.\";'),('arn','messages:apihelp-query+backlinks-param-title','s:70:\"es:Título que buscar. No se puede usar junto con <var>$1pageid</var>.\";'),('arn','messages:apihelp-query+backlinks-summary','s:62:\"es:Encuentra todas las páginas que enlazan a la página dada.\";'),('arn','messages:apihelp-query+blocks-example-simple','s:18:\"es:Listar bloques.\";'),('arn','messages:apihelp-query+blocks-example-users','s:74:\"es:Muestra los bloqueos de los usuarios <kbd>Alice</kbd> y <kbd>Bob</kbd>.\";'),('arn','messages:apihelp-query+blocks-param-end','s:50:\"es:El sello de tiempo para detener la enumeración\";'),('arn','messages:apihelp-query+blocks-param-ids','s:48:\"es:Lista de bloquear IDs para listar (opcional).\";'),('arn','messages:apihelp-query+blocks-param-ip','s:232:\"es:Obtiene todos los bloqueos que se aplican a esta dirección IP o intervalo CIDR, incluyendo bloqueos de intervalos. No se puede usar en conjunto con <var>$3users</var>. No se aceptan intervalos CIDR mayores que IPv4/$1 o IPv6/$2.\";'),('arn','messages:apihelp-query+blocks-param-limit','s:42:\"es:El número máximo de filtros a listar.\";'),('arn','messages:apihelp-query+blocks-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+blocks-param-show','s:180:\"es:Muestra solamente los elementos que cumplen estos criterios.\nPor ejemplo, para mostrar solamente los bloqueos indefinidos a direcciones IP, introduce <kbd>$1show=ip|!temp</kbd>.\";'),('arn','messages:apihelp-query+blocks-param-start','s:51:\"es:El sello de tiempo para comenzar la enumeración\";'),('arn','messages:apihelp-query+blocks-param-users','s:41:\"es:Lista de usuarios a buscar (opcional).\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-by','s:54:\"es:Añade el nombre de usuario del bloqueo de usuario.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-byid','s:47:\"es:Añade el usuario ID del usuario bloqueador.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:74:\"es:Añade la marca de tiempo correspondiente a la expiración del bloqueo.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-flags','s:60:\"es:Etiqueta la prohibición con (autoblock, anononly, etc.).\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-id','s:27:\"es:Agrega el ID del bloque.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-range','s:66:\"es:Agrega el intervalo de direcciones IP afectadas por el bloqueo.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-reason','s:41:\"es:Añade la razón dada para el bloqueo.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:57:\"es:Añade la fecha y hora de cuando se aplicó el bloque.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-user','s:53:\"es:Añade el nombre de usuario del usuario bloqueado.\";'),('arn','messages:apihelp-query+blocks-paramvalue-prop-userid','s:49:\"es:Añade el identificador del usuario bloqueado.\";'),('arn','messages:apihelp-query+blocks-summary','s:57:\"es:Listar todos los usuarios y direcciones IP bloqueadas.\";'),('arn','messages:apihelp-query+categories-example-generator','s:108:\"es:Obtener información acerca de todas las categorías utilizadas en la página <kbd>Albert Einstein</kbd>.\";'),('arn','messages:apihelp-query+categories-example-simple','s:94:\"es:Obtener una lista de categorías a las que pertenece la página <kbd>Albert Einstein</kbd>.\";'),('arn','messages:apihelp-query+categories-param-categories','s:125:\"es:Enumerar solamente estas categorías. Útil para comprobar si una página determinada está en una categoría determinada.\";'),('arn','messages:apihelp-query+categories-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+categories-param-limit','s:39:\"es:Cuántas categorías se devolverán.\";'),('arn','messages:apihelp-query+categories-param-prop','s:61:\"es:Qué propiedades adicionales obtener para cada categoría:\";'),('arn','messages:apihelp-query+categories-param-show','s:36:\"es:Qué tipo de categorías mostrar.\";'),('arn','messages:apihelp-query+categories-paramvalue-prop-hidden','s:86:\"es:Etiqueta las categorías que están ocultas con <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('arn','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:131:\"es:Añade la clave de ordenación (cadena hexadecimal) y el prefijo de la clave de ordenación (la parte legible) de la categoría.\";'),('arn','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:74:\"es:Añade la marca de tiempo del momento en que se añadió la categoría.\";'),('arn','messages:apihelp-query+categories-summary','s:67:\"es:Enumera todas las categorías a las que pertenecen las páginas.\";'),('arn','messages:apihelp-query+categoryinfo-example-simple','s:83:\"es:Obtener información acerca de <kbd>Category:Foo</kbd> y <kbd>Category:Bar</kbd>\";'),('arn','messages:apihelp-query+categoryinfo-summary','s:57:\"es:Devuelve información acerca de las categorías dadas.\";'),('arn','messages:apihelp-query+categorymembers-example-generator','s:89:\"es:Obtener información sobre las primeras 10 páginas de la <kbd>Category:Physics</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-example-simple','s:67:\"es:Obtener las primeras 10 páginas en <kbd>Category:Physics</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-param-dir','s:38:\"es:Dirección en la que desea ordenar.\";'),('arn','messages:apihelp-query+categorymembers-param-end','s:115:\"es:Cronomarcador por el que terminar la enumeración. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-param-endhexsortkey','s:177:\"es:Clave de ordenación por la que terminar la enumeración, tal como se ha devuelto por <kbd>$1prop=sortkey</kbd>. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-param-endsortkey','s:40:\"es:Utilizar $1endhexsortkey en su lugar.\";'),('arn','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:266:\"es:Prefijo de la clave de ordenación <strong>antes</strong> del cual termina la enumeración (no <strong>en</strong> el cual; si este valor existe, no será incluido). Solo se puede utilizar junto con <kbd>$1sort=sortkey</kbd>. Reemplaza <var>$1endhexsortkey</var>.\";'),('arn','messages:apihelp-query+categorymembers-param-limit','s:44:\"es:Número máximo de páginas que devolver.\";'),('arn','messages:apihelp-query+categorymembers-param-namespace','s:205:\"es:Incluir solamente páginas de estos espacios de nombres. Ten en cuenta que puede haberse utilizado <kbd>$1type=subcat</kbd> o <kbd>$1type=file</kbd> en lugar de <kbd>$1namespace=14</kbd> o <kbd>6</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-param-pageid','s:99:\"es:ID de página de la categoría para enumerar. No se puede utilizar junto con <var>$1title</var>.\";'),('arn','messages:apihelp-query+categorymembers-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+categorymembers-param-sort','s:48:\"es:Propiedad por la que realizar la ordenación.\";'),('arn','messages:apihelp-query+categorymembers-param-start','s:114:\"es:Cronomarcador por el que empezar la enumeración. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-param-starthexsortkey','s:176:\"es:Clave de ordenación por la que empezar la enumeración, tal como se ha devuelto por <kbd>$1prop=sortkey</kbd>. Solo se puede utilizar junto con <kbd>$1sort=timestamp</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-param-startsortkey','s:42:\"es:Utilizar $1starthexsortkey en su lugar.\";'),('arn','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:173:\"es:Prefijo de la clave de ordenación por el que empezar la enumeración. Solo se puede utilizar junto con <kbd>$1sort=sortkey</kbd>. Reemplaza <var>$1starthexsortkey</var>.\";'),('arn','messages:apihelp-query+categorymembers-param-title','s:144:\"es:Categoría que enumerar (requerida). Debe incluir el prefijo <kbd>{{ns:category}}:</kbd>. No se puede utilizar junto con <var>$1pageid</var>.\";'),('arn','messages:apihelp-query+categorymembers-param-type','s:113:\"es:Qué tipo de miembros de la categoría incluir. Ignorado cuando se ha establecido <kbd>$1sort=timestamp</kbd>.\";'),('arn','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:38:\"es:Añade el identificador de página.\";'),('arn','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:102:\"es:Añade la clave de ordenación utilizada para la ordenación en la categoría (cadena hexadecimal).\";'),('arn','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:124:\"es:Añade la clave de ordenación utilizada para la ordenación en la categoría (parte legible de la clave de ordenación).\";'),('arn','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:71:\"es:Añade la marca de tiempo del momento en que se incluyó la página.\";'),('arn','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('arn','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:116:\"es:Añade el tipo en el que se categorizó la página (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('arn','messages:apihelp-query+categorymembers-summary','s:51:\"es:Lista todas las páginas en una categoría dada.\";'),('arn','messages:apihelp-query+contributors-example-simple','s:65:\"es:Mostrar los contribuyentes de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+contributors-param-excludegroup','s:133:\"es:Excluir usuarios de los grupos especificados. No incluye grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('arn','messages:apihelp-query+contributors-param-excluderights','s:158:\"es:Excluir usuarios con los derechos especificados. No incluye derechos concedidos a grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('arn','messages:apihelp-query+contributors-param-group','s:138:\"es:Solo incluir usuarios de los grupos especificados. No incluye grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('arn','messages:apihelp-query+contributors-param-limit','s:42:\"es:Cuántos contribuyentes se devolverán.\";'),('arn','messages:apihelp-query+contributors-param-rights','s:163:\"es:Solo incluir usuarios con los derechos especificados. No incluye derechos concedidos a grupos implícitos o autopromocionados, como *, usuario o autoconfirmado.\";'),('arn','messages:apihelp-query+contributors-summary','s:105:\"es:Obtener la lista de contribuidores conectados y el número de contribuidores anónimos de una página.\";'),('arn','messages:apihelp-query+deletedrevisions-example-revids','s:69:\"es:Mostrar la información de la revisión borrada <kbd>123456</kbd>.\";'),('arn','messages:apihelp-query+deletedrevisions-example-titles','s:126:\"es:Muestra la lista de revisiones borradas de las páginas <kbd>Main Page</kbd> y <kbd>Talk:Main Page</kbd>, con su contenido.\";'),('arn','messages:apihelp-query+deletedrevisions-extended-description','s:328:\"es:Puede ser utilizada de varias maneras:\n# Obtenga las revisiones eliminadas de un conjunto de páginas, estableciendo títulos o ID de paginas. Ordenadas por título y marca horaria.\n# Obtener datos sobre un conjunto de revisiones eliminadas estableciendo sus ID con identificación de revisión. Ordenado por ID de revisión.\";'),('arn','messages:apihelp-query+deletedrevisions-param-end','s:122:\"es:Marca de tiempo por la que terminar la enumeración. Se ignora cuando se esté procesando una lista de ID de revisión.\";'),('arn','messages:apihelp-query+deletedrevisions-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('arn','messages:apihelp-query+deletedrevisions-param-start','s:121:\"es:Marca de tiempo por la que empezar la enumeración. Se ignora cuando se esté procesando una lista de ID de revisión.\";'),('arn','messages:apihelp-query+deletedrevisions-param-tag','s:48:\"es:Listar solo las revisiones con esta etiqueta.\";'),('arn','messages:apihelp-query+deletedrevisions-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('arn','messages:apihelp-query+deletedrevisions-summary','s:47:\"es:Obtener información de revisión eliminada.\";'),('arn','messages:apihelp-query+deletedrevs-example-mode1','s:133:\"es:Muestra las últimas revisiones borradas de las páginas <kbd>Main Page</kbd> y <kbd>Talk:Main Page</kbd>, con contenido (modo 1).\";'),('arn','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"es:Muestra las últimas 50 contribuciones de <kbd>Bob</kbd> (modo 2).\";'),('arn','messages:apihelp-query+deletedrevs-example-mode3-main','s:78:\"es:Muestra las primeras 50 revisiones borradas del espacio principal (modo 3).\";'),('arn','messages:apihelp-query+deletedrevs-example-mode3-talk','s:81:\"es:Listar las primeras 50 páginas en el espacio de nombres {{ns:talk}} (modo 3).\";'),('arn','messages:apihelp-query+deletedrevs-extended-description','s:374:\"es:Opera en tres modos:\n# Lista de revisiones borradas de los títulos dados, ordenadas por marca de tiempo.\n# Lista de contribuciones borradas del usuario dado, ordenadas por marca de tiempo.\n# Lista de todas las revisiones borradas en el espacio de nombres dado, ordenadas por título y marca de tiempo (donde no se ha especificado ningún título ni se ha fijado $1user).\";'),('arn','messages:apihelp-query+deletedrevs-param-end','s:55:\"es:Marca de tiempo por la que terminar la enumeración.\";'),('arn','messages:apihelp-query+deletedrevs-param-excludeuser','s:44:\"es:No listar las revisiones de este usuario.\";'),('arn','messages:apihelp-query+deletedrevs-param-from','s:36:\"es:Empezar a listar en este título.\";'),('arn','messages:apihelp-query+deletedrevs-param-limit','s:48:\"es:La cantidad máxima de revisiones que listar.\";'),('arn','messages:apihelp-query+deletedrevs-param-namespace','s:55:\"es:Listar solo las páginas en este espacio de nombres.\";'),('arn','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"es:Buscar todas las páginas que empiecen con este valor.\";'),('arn','messages:apihelp-query+deletedrevs-param-prop','s:741:\"es:Propiedades que obtener:\n;revid: Añade el identificador de la revisión borrada.\n;parentid: Añade el identificador de la revisión anterior de la página.\n;user: Añade el usuario que hizo la revisión.\n;userid: Añade el identificador del usuario que hizo la revisión.\n;comment: Añade el comentario de la revisión.\n;parsedcomment: Añade el comentario de la revisión, pasado por el analizador sintáctico.\n;minor: Añade una etiqueta si la revisión es menor.\n;len: Añade la longitud (en bytes) de la revisión.\n;sha1: Añade el SHA-1 (base 16) de la revisión.\n;content: Añade el contenido de la revisión.\n;token:<span class=\"apihelp-deprecated\">Obsoleto.</span> Devuelve el token de edición.\n;tags: Etiquetas de la revisión.\";'),('arn','messages:apihelp-query+deletedrevs-param-start','s:54:\"es:Marca de tiempo por la que empezar la enumeración.\";'),('arn','messages:apihelp-query+deletedrevs-param-tag','s:48:\"es:Listar solo las revisiones con esta etiqueta.\";'),('arn','messages:apihelp-query+deletedrevs-param-to','s:38:\"es:Terminar de listar en este título.\";'),('arn','messages:apihelp-query+deletedrevs-param-unique','s:46:\"es:Listar solo una revisión por cada página.\";'),('arn','messages:apihelp-query+deletedrevs-param-user','s:46:\"es:Listar solo las revisiones de este usuario.\";'),('arn','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"es:{{PLURAL:$1|Modo|Modos}}: $2\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('arn','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('arn','messages:apihelp-query+deletedrevs-summary','s:43:\"es:Muestra la lista de revisiones borradas.\";'),('arn','messages:apihelp-query+disabled-summary','s:44:\"es:Se ha desactivado el módulo de consulta.\";'),('arn','messages:apihelp-query+duplicatefiles-example-generated','s:43:\"es:Buscar duplicados en todos los archivos.\";'),('arn','messages:apihelp-query+duplicatefiles-example-simple','s:58:\"es:Buscar duplicados de [[:File:Alber Einstein Head.jpg]].\";'),('arn','messages:apihelp-query+duplicatefiles-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+duplicatefiles-param-limit','s:48:\"es:Número de archivos duplicados para devolver.\";'),('arn','messages:apihelp-query+duplicatefiles-param-localonly','s:48:\"es:Buscar solo archivos en el repositorio local.\";'),('arn','messages:apihelp-query+duplicatefiles-summary','s:101:\"es:Enumerar todos los archivos que son duplicados de los archivos dados a partir de los valores hash.\";'),('arn','messages:apihelp-query+embeddedin-example-generator','s:84:\"es:Obtener información sobre las páginas que transcluyen <kbd>Template:Stub</kbd>.\";'),('arn','messages:apihelp-query+embeddedin-example-simple','s:65:\"es:Mostrar las páginas que transcluyen <kbd>Template:Stub</kbd>.\";'),('arn','messages:apihelp-query+embeddedin-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+embeddedin-param-filterredir','s:35:\"es:Cómo filtrar las redirecciones.\";'),('arn','messages:apihelp-query+embeddedin-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('arn','messages:apihelp-query+embeddedin-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('arn','messages:apihelp-query+embeddedin-param-pageid','s:75:\"es:Identificador de página que buscar. No se puede usar junto con $1title.\";'),('arn','messages:apihelp-query+embeddedin-param-title','s:62:\"es:Título a buscar. No puede usarse en conjunto con $1pageid.\";'),('arn','messages:apihelp-query+embeddedin-summary','s:64:\"es:Encuentra todas las páginas que transcluyen el título dado.\";'),('arn','messages:apihelp-query+extlinks-example-simple','s:69:\"es:Obtener una lista de los enlaces externos en <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+extlinks-param-expandurl','s:72:\"es:Expandir las URL relativas a un protocolo con el protocolo canónico.\";'),('arn','messages:apihelp-query+extlinks-param-limit','s:35:\"es:Cuántos enlaces se devolverán.\";'),('arn','messages:apihelp-query+extlinks-param-protocol','s:200:\"es:Protocolo de la URL. Si está vacío y <var>$1query</var> está definido, el protocolo es <kbd>http</kbd>. Para enumerar todos los enlaces externos, deja a la vez vacíos esto y <var>$1query</var>.\";'),('arn','messages:apihelp-query+extlinks-param-query','s:123:\"es:Cadena de búsqueda sin protocolo. Útil para comprobar si una determinada página contiene una determinada URL externa.\";'),('arn','messages:apihelp-query+extlinks-summary','s:84:\"es:Devuelve todas las URL externas (excluidos los interwikis) de las páginas dadas.\";'),('arn','messages:apihelp-query+exturlusage-example-simple','s:73:\"es:Mostrar páginas que enlacen con <kbd>https://www.mediawiki.org</kbd>.\";'),('arn','messages:apihelp-query+exturlusage-param-expandurl','s:72:\"es:Expandir las URL relativas a un protocolo con el protocolo canónico.\";'),('arn','messages:apihelp-query+exturlusage-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('arn','messages:apihelp-query+exturlusage-param-namespace','s:40:\"es:Los espacios de nombres que enumerar.\";'),('arn','messages:apihelp-query+exturlusage-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+exturlusage-param-protocol','s:183:\"es:Protocolo del URL. Si está vacío y se establece <var>$1query</var>, el protocolo es <kbd>http</kbd>. Deja vacío esto y <var>$1query</var> para listar todos los enlaces externos.\";'),('arn','messages:apihelp-query+exturlusage-param-query','s:131:\"es:Cadena de búsqueda sin protocolo. Véase [[Special:LinkSearch]]. Deja el campo vacío para enumerar todos los enlaces externos.\";'),('arn','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:40:\"es:Añade el identificado de la página.\";'),('arn','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('arn','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:41:\"es:Añade el URL utilizado en la página.\";'),('arn','messages:apihelp-query+exturlusage-summary','s:47:\"es:Enumera páginas que contienen una URL dada.\";'),('arn','messages:apihelp-query+filearchive-example-simple','s:54:\"es:Mostrar una lista de todos los archivos eliminados.\";'),('arn','messages:apihelp-query+filearchive-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+filearchive-param-from','s:53:\"es:El título de imagen para comenzar la enumeración\";'),('arn','messages:apihelp-query+filearchive-param-limit','s:46:\"es:Número de imágenes que devolver en total.\";'),('arn','messages:apihelp-query+filearchive-param-prefix','s:75:\"es:Buscar todos los títulos de las imágenes que comiencen con este valor.\";'),('arn','messages:apihelp-query+filearchive-param-prop','s:44:\"es:Qué información de imagen se obtendrá:\";'),('arn','messages:apihelp-query+filearchive-param-sha1','s:50:\"es:Hash SHA1 de la imagen. Reemplaza $1sha1base36.\";'),('arn','messages:apihelp-query+filearchive-param-sha1base36','s:62:\"es:Hash SHA1 de la imagen en base 36 (utilizado en MediaWiki).\";'),('arn','messages:apihelp-query+filearchive-param-to','s:53:\"es:El título de imagen para detener la enumeración.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:99:\"es:Añade el nombre de archivo de la versión archivada para las versiones que no son las últimas.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:47:\"es:Añade la profundidad de bit de la versión.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-description','s:54:\"es:Añade la descripción de la versión de la imagen.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:21:\"es:Alias del tamaño.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:42:\"es:Añade el tipo multimedia de la imagen.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:60:\"es:Enumera los metadatos Exif para la versión de la imagen.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:31:\"es:Añade el MIME de la imagen.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:43:\"es:Analizar la descripción de la versión.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:39:\"es:Añade el hash SHA-1 para la imagen.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-size','s:110:\"es:Agrega el tamaño de la imagen en bytes y la altura, la anchura y el número de páginas (si es aplicable).\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:51:\"es:Añade la marca de tiempo de la versión subida.\";'),('arn','messages:apihelp-query+filearchive-paramvalue-prop-user','s:57:\"es:Agrega el usuario que subió la versión de la imagen.\";'),('arn','messages:apihelp-query+filearchive-summary','s:60:\"es:Enumerar todos los archivos borrados de forma secuencial.\";'),('arn','messages:apihelp-query+filerepoinfo-example-simple','s:63:\"es:Obtener información acerca de los repositorios de archivos.\";'),('arn','messages:apihelp-query+filerepoinfo-param-prop','s:103:\"es:Qué propiedades del repositorio obtener (las propiedades disponibles pueden variar en otras wikis).\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:129:\"es:URL del favicono de la wiki del repositorio, proveniente de <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:56:\"es:Ruta de la URL raíz para las rutas de las imágenes.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:82:\"es:Ruta de la URL raíz para la instalación MediaWiki de la wiki del repositorio.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:108:\"es:<var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> o equivalente de la wiki del repositorio.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:57:\"es:Ruta de la URL raíz para las rutas de las miniaturas.\";'),('arn','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:38:\"es:Ruta de la URL de la zona pública.\";'),('arn','messages:apihelp-query+filerepoinfo-summary','s:89:\"es:Devuelve metainformación sobre los repositorios de imágenes configurados en la wiki.\";'),('arn','messages:apihelp-query+fileusage-example-generator','s:82:\"es:Obtener información acerca de las páginas que utilicen [[:File:Example.jpg]].\";'),('arn','messages:apihelp-query+fileusage-example-simple','s:68:\"es:Obtener una lista de páginas que utilicen [[:File:Example.jpg]].\";'),('arn','messages:apihelp-query+fileusage-param-limit','s:27:\"es:Cuántos se devolverán.\";'),('arn','messages:apihelp-query+fileusage-param-namespace','s:54:\"es:Incluir solo páginas de estos espacios de nombres.\";'),('arn','messages:apihelp-query+fileusage-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+fileusage-param-show','s:167:\"es:Muestra solo los elementos que cumplen estos criterios:\n;redirect: Muestra solamente redirecciones.\n;!redirect: Muestra solamente páginas que no son redirecciones.\";'),('arn','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:33:\"es:Identificador de cada página.\";'),('arn','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:44:\"es:Marcar si la página es una redirección.\";'),('arn','messages:apihelp-query+fileusage-paramvalue-prop-title','s:27:\"es:Título de cada página.\";'),('arn','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arn','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arn','messages:apihelp-query+fileusage-summary','s:64:\"es:Encontrar todas las páginas que utilizan los archivos dados.\";'),('arn','messages:apihelp-query+imageinfo-example-dated','s:83:\"es:Obtener información sobre las versiones de [[:File:Test.jpg]] a partir de 2008.\";'),('arn','messages:apihelp-query+imageinfo-example-simple','s:87:\"es:Obtener información sobre la versión actual de [[:File:Albert Einstein Head.jpg]].\";'),('arn','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:136:\"es:Si <kbd>$2prop=badfile</kbd> está establecido, este es el título de la página utilizado al evaluar la [[MediaWiki:Bad image list]]\";'),('arn','messages:apihelp-query+imageinfo-param-end','s:53:\"es:Cronomarcador por el que terminar la enumeración.\";'),('arn','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:92:\"es:Si se especifica y no vacío, sólo estas claves serán devueltos por $1prop=extmetadata.\";'),('arn','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:178:\"es:En qué idioma obtener «extmetadata». Esto afecta tanto la traducción que se obtendrá ―si hay varias― como el formato de elementos como los números y algunos valores.\";'),('arn','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"es:Si las traducciones para la propiedad extmetadata están disponibles, busque todas ellas.\";'),('arn','messages:apihelp-query+imageinfo-param-limit','s:61:\"es:Cuántos revisiones de archivos se devolverán por perfil.\";'),('arn','messages:apihelp-query+imageinfo-param-localonly','s:48:\"es:Buscar solo archivos en el repositorio local.\";'),('arn','messages:apihelp-query+imageinfo-param-metadataversion','s:191:\"es:Versión de los metadatos que se utilizará. Si se especifica <kbd>latest</kbd>, utilizará la última versión. El valor predeterminado es <kbd>1</kbd>, por motivo de retrocompatibilidad.\";'),('arn','messages:apihelp-query+imageinfo-param-prop','s:46:\"es:Qué información del archivo se obtendrá:\";'),('arn','messages:apihelp-query+imageinfo-param-start','s:52:\"es:Cronomarcador por el que empezar la enumeración.\";'),('arn','messages:apihelp-query+imageinfo-param-urlheight','s:24:\"es:Similar a $1urlwidth.\";'),('arn','messages:apihelp-query+imageinfo-param-urlparam','s:219:\"es:Un controlador específico de la cadena de parámetro. Por ejemplo, los archivos Pdf pueden utilizar <kbd>page15-100px</kbd>. <var>$1urlwidth</var> debe ser utilizado y debe ser consistente con <var>$1urlparam</var>.\";'),('arn','messages:apihelp-query+imageinfo-param-urlwidth','s:194:\"es:Si se establece $2prop=url, se devolverá una URL a una imagen escalada a este ancho.\nPor razones de rendimiento, si se utiliza esta opción, no se devolverán más de $1 imágenes escaladas.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:100:\"es:Añade el nombre del archivo de la versión archivada para las versiones anteriores a la última.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:64:\"es:Añade si el archivo está en la [[MediaWiki:Bad image list]]\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:48:\"es:Añade la profundidad de bits de la versión.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:43:\"es:Agrega el título canónico del archivo.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:33:\"es:Comentarios sobre la versión.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:89:\"es:Enumera los metadatos genéricos del formato del archivo para la versión del archivo.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:25:\"es:Alias para el tamaño.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:105:\"es:Enumera metadatos con formato combinados de múltiples fuentes. Los resultados están en formato HTML.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:42:\"es:Añade el tipo multimedia de la imagen.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:59:\"es:Enumera los metadatos Exif para la versión del archivo.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:35:\"es:Añade el tipo MIME del archivo.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:41:\"es:Analizar el comentario de la versión.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:39:\"es:Añade el hash SHA-1 para la imagen.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:101:\"es:Agrega el tamaño del archivo en bytes y la altura, el ancho y el número de páginas (si aplica).\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:100:\"es:Añade el tipo MIME de la miniatura de la imagen (se requiere la URL y el parámetro $1urlwidth).\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:55:\"es:Añade la marca de tiempo a la versión actualizada.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:162:\"es:Usado por la página de Carga Especial para obtener información sobre un archivo existente. No está diseñado para ser utilizado fuera del núcleo MediaWiki.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:64:\"es:Devuelve la URL para el archivo y la página de descripción.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:58:\"es:Añade el usuario que subió cada versión del archivo.\";'),('arn','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:64:\"es:Añade la ID de usuario que subió cada versión del archivo.\";'),('arn','messages:apihelp-query+imageinfo-summary','s:62:\"es:Devuelve información del archivo y su historial de subida.\";'),('arn','messages:apihelp-query+images-example-generator','s:76:\"es:Obtener información sobre todos los archivos empleados en [[Main Page]].\";'),('arn','messages:apihelp-query+images-example-simple','s:72:\"es:Obtener una lista de los archivos usados en la [[Main Page|Portada]].\";'),('arn','messages:apihelp-query+images-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+images-param-images','s:109:\"es:Mostrar solo estos archivos. Útil para comprobar si una determinada página tiene un determinado archivo.\";'),('arn','messages:apihelp-query+images-param-limit','s:36:\"es:Cuántos archivos se devolverán.\";'),('arn','messages:apihelp-query+images-summary','s:64:\"es:Devuelve todos los archivos contenidos en las páginas dadas.\";'),('arn','messages:apihelp-query+imageusage-example-generator','s:90:\"es:Obtener información sobre las páginas que empleen [[:File:Albert Einstein Head.jpg]].\";'),('arn','messages:apihelp-query+imageusage-example-simple','s:68:\"es:Mostrar las páginas que usan [[:File:Albert Einstein Head.jpg]].\";'),('arn','messages:apihelp-query+imageusage-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+imageusage-param-filterredir','s:144:\"es:Cómo filtrar las redirecciones. Si se establece a no redirecciones cuando está habilitado $1redirect, esto solo se aplica al segundo nivel.\";'),('arn','messages:apihelp-query+imageusage-param-limit','s:192:\"es:Número de páginas que devolver. Si está habilitado <var>$1redirect</var>, el límite se aplica a cada nivel de forma separada (es decir, se pueden devolver hasta 2 * <var>$1limit</var>).\";'),('arn','messages:apihelp-query+imageusage-param-namespace','s:38:\"es:El espacio de nombres que enumerar.\";'),('arn','messages:apihelp-query+imageusage-param-pageid','s:55:\"es:ID de página a buscar. No puede usarse con $1title.\";'),('arn','messages:apihelp-query+imageusage-param-redirect','s:156:\"es:Si la página con el enlace es una redirección, encontrar también las páginas que enlacen a esa redirección. El límite máximo se reduce a la mitad.\";'),('arn','messages:apihelp-query+imageusage-param-title','s:62:\"es:Título a buscar. No puede usarse en conjunto con $1pageid.\";'),('arn','messages:apihelp-query+imageusage-summary','s:67:\"es:Encontrar todas las páginas que usen el título de imagen dado.\";'),('arn','messages:apihelp-query+info-example-protection','s:87:\"es:Obtén información general y protección acerca de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+info-example-simple','s:66:\"es:Obtener información acerca de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('arn','messages:apihelp-query+info-param-prop','s:46:\"es:Qué propiedades adicionales se obtendrán:\";'),('arn','messages:apihelp-query+info-param-testactions','s:85:\"es:Comprobar su el usuario actual puede realizar determinadas acciones en la página.\";'),('arn','messages:apihelp-query+info-param-testactionsdetail','s:216:\"es:Nivel de detalle para <var>$1testactions</var>. Usa los parámetros <var>errorformat</var> y <var>errorlang</var> del [[Special:ApiHelp/main|módulo principal]] para controlar el formato de los mensajes devueltos.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('arn','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:77:\"es:Proporciona la manera en que se muestra realmente el título de la página\";'),('arn','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:71:\"es:La hora de notificación de la lista de seguimiento de cada página.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-preload','s:53:\"es:Muestra el texto devuelto por EditFormPreloadText.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-protection','s:50:\"es:Listar el nivel de protección de cada página.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-readable','s:88:\"es:Si el usuario puede leer esta página. Usa <kbd>intestactions=read</kbd> en su lugar.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-subjectid','s:74:\"es:La ID de página de la página principal de cada página de discusión.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-talkid','s:103:\"es:El identificador de la página de discusión correspondiente a cada página que no es de discusión.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-url','s:84:\"es:Muestra una URL completa, una URL de edición y la URL canónica de cada página.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:111:\"es:El número de observadores de cada página que ha visitado ediciones recientes a esa página, si se permite.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-watched','s:52:\"es:Muestra el estado de seguimiento de cada página.\";'),('arn','messages:apihelp-query+info-paramvalue-prop-watchers','s:45:\"es:El número de observadores, si se permite.\";'),('arn','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:48:\"es:Devolver un valor booleano para cada acción.\";'),('arn','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('arn','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('arn','messages:apihelp-query+info-summary','s:46:\"es:Obtener información básica de la página.\";'),('arn','messages:apihelp-query+iwbacklinks-example-generator','s:76:\"es:Obtener información sobre las páginas que enlacen a [[wikibooks:Test]].\";'),('arn','messages:apihelp-query+iwbacklinks-example-simple','s:54:\"es:Obtener las páginas enlazadas a [[wikibooks:Test]]\";'),('arn','messages:apihelp-query+iwbacklinks-extended-description','s:228:\"es:Puede utilizarse para encontrar todos los enlaces con un prefijo, o todos los enlaces a un título (con un determinado prefijo). Si no se introduce ninguno de los parámetros, se entiende como «todos los enlaces interwiki».\";'),('arn','messages:apihelp-query+iwbacklinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+iwbacklinks-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('arn','messages:apihelp-query+iwbacklinks-param-prefix','s:29:\"es:Prefijo para el interwiki.\";'),('arn','messages:apihelp-query+iwbacklinks-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+iwbacklinks-param-title','s:86:\"es:Enlace interlingüístico que buscar. Se debe usar junto con <var>$1blprefix</var>.\";'),('arn','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:35:\"es:Añade el prefijo del interwiki.\";'),('arn','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"es:Añade el título del interwiki.\";'),('arn','messages:apihelp-query+iwbacklinks-summary','s:69:\"es:Encontrar todas las páginas que enlazan al enlace interwiki dado.\";'),('arn','messages:apihelp-query+iwlinks-example-simple','s:68:\"es:Obtener los enlaces interwiki de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+iwlinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+iwlinks-param-limit','s:48:\"es:Cuántos enlaces interwiki se desea devolver.\";'),('arn','messages:apihelp-query+iwlinks-param-prefix','s:59:\"es:Devolver únicamente enlaces interwiki con este prefijo.\";'),('arn','messages:apihelp-query+iwlinks-param-prop','s:70:\"es:Qué propiedades adicionales obtener para cada enlace interlingüe:\";'),('arn','messages:apihelp-query+iwlinks-param-title','s:77:\"es:El enlace Interwiki para buscar. Debe utilizarse con <var>$1prefix </var>.\";'),('arn','messages:apihelp-query+iwlinks-param-url','s:66:\"es:Si desea obtener la URL completa (no se puede usar con $1prop).\";'),('arn','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:26:\"es:Añade el URL completo.\";'),('arn','messages:apihelp-query+iwlinks-summary','s:62:\"es:Devuelve todos los enlaces interwiki de las páginas dadas.\";'),('arn','messages:apihelp-query+langbacklinks-example-generator','s:72:\"es:Obtener información acerca de las páginas enlazadas a [[:fr:Test]].\";'),('arn','messages:apihelp-query+langbacklinks-example-simple','s:48:\"es:Obtener las páginas enlazadas a [[:fr:Test]]\";'),('arn','messages:apihelp-query+langbacklinks-extended-description','s:314:\"es:Puede utilizarse para encontrar todos los enlaces con un código de idioma, o todos los enlaces a un título (con un idioma dado). El uso de ninguno de los parámetros es efectivamente \"todos los enlaces de idioma\".\n\nTenga en cuenta que esto no puede considerar los enlaces de idiomas agregados por extensiones.\";'),('arn','messages:apihelp-query+langbacklinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+langbacklinks-param-lang','s:31:\"es:Idioma del enlace de idioma.\";'),('arn','messages:apihelp-query+langbacklinks-param-limit','s:45:\"es:Cuántas páginas en total se devolverán.\";'),('arn','messages:apihelp-query+langbacklinks-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+langbacklinks-param-title','s:60:\"es:Enlace de idioma para buscar. Debe utilizarse con $1lang.\";'),('arn','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:52:\"es:Agrega el código de idioma del enlace de idioma.\";'),('arn','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:42:\"es:Añade el título del enlace de idioma.\";'),('arn','messages:apihelp-query+langbacklinks-summary','s:74:\"es:Encuentra todas las páginas que conectan con el enlace de idioma dado.\";'),('arn','messages:apihelp-query+langlinks-example-simple','s:78:\"es:Obtener los enlaces interlingüísticos de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+langlinks-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+langlinks-param-inlanguagecode','s:61:\"es:Código de idioma para los nombres de idiomas localizados.\";'),('arn','messages:apihelp-query+langlinks-param-lang','s:62:\"es:Devolver solo enlaces de idioma con este código de idioma.\";'),('arn','messages:apihelp-query+langlinks-param-limit','s:55:\"es:Número de enlaces interlingüísticos que devolver.\";'),('arn','messages:apihelp-query+langlinks-param-prop','s:70:\"es:Qué propiedades adicionales obtener para cada enlace interlingüe:\";'),('arn','messages:apihelp-query+langlinks-param-title','s:63:\"es:Enlace que buscar. Se debe usar junto con <var>$1lang</var>.\";'),('arn','messages:apihelp-query+langlinks-param-url','s:73:\"es:Obtener la URL completa o no (no se puede usar con <var>$1prop</var>).\";'),('arn','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:38:\"es:Añade el nombre nativo del idioma.\";'),('arn','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:125:\"es:Añade el nombre del idioma localizado (o la mejor estimación). Usa <var>$1inlanguagecode</var> para controlar el idioma.\";'),('arn','messages:apihelp-query+langlinks-paramvalue-prop-url','s:26:\"es:Añade el URL completo.\";'),('arn','messages:apihelp-query+langlinks-summary','s:72:\"es:Devuelve todos los enlaces interlingüísticos de las páginas dadas.\";'),('arn','messages:apihelp-query+languageinfo-example-autonym-name-de','s:82:\"es:Obtener los endónimos y los nombres alemanes de todos los idiomas compatibles.\";'),('arn','messages:apihelp-query+languageinfo-example-bcp47-dir','s:92:\"es:Obtener el código lingüístico BCP-47 y la dirección de todos los idiomas compatibles.\";'),('arn','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:63:\"es:Obtener los idiomas de reserva y las variantes del occitano.\";'),('arn','messages:apihelp-query+languageinfo-example-simple','s:70:\"es:Obtener los códigos lingüísticos de todos los idiomas admitidos.\";'),('arn','messages:apihelp-query+languageinfo-extended-description','s:157:\"es:Se puede aplicar [[mw:Special:MyLanguage/API:Continue|la continuación]] si la recuperación de la información lleva demasiado tiempo para una solicitud.\";'),('arn','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('arn','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:103:\"es:El código lingüístico (es específico de MediaWiki, pero existen coincidencias con otras normas.)\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:89:\"es:La dirección de escritura del idioma (bien <code>ltr</code> o bien <code>rtl</code>).\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('arn','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('arn','messages:apihelp-query+languageinfo-summary','s:55:\"es:Devolver información sobre los idiomas disponibles.\";'),('arn','messages:apihelp-query+links-example-generator','s:96:\"es:Obtenga información sobre las páginas de enlace en la página <kbd>Página principal</kbd>.\";'),('arn','messages:apihelp-query+links-example-namespaces','s:113:\"es:Obtener enlaces de la página <kbd>Main Page</kbd> de los espacios de nombres {{ns:user}} and {{ns:template}}.\";'),('arn','messages:apihelp-query+links-example-simple','s:57:\"es:Obtener los enlaces de la página <kbd>Main Page</kbd>\";'),('arn','messages:apihelp-query+links-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+links-param-limit','s:35:\"es:Cuántos enlaces se devolverán.\";'),('arn','messages:apihelp-query+links-param-namespace','s:57:\"es:Mostrar solo los enlaces en estos espacios de nombres.\";'),('arn','messages:apihelp-query+links-param-titles','s:127:\"es:Devolver solo los enlaces a estos títulos. Útil para comprobar si una determinada página enlaza a un determinado título.\";'),('arn','messages:apihelp-query+links-summary','s:52:\"es:Devuelve todos los enlaces de las páginas dadas.\";'),('arn','messages:apihelp-query+linkshere-example-generator','s:84:\"es:Obtener información acerca de las páginas enlazadas a la [[Main Page|Portada]].\";'),('arn','messages:apihelp-query+linkshere-example-simple','s:64:\"es:Obtener una lista de páginas que enlacen a la [[Main Page]].\";'),('arn','messages:apihelp-query+linkshere-param-limit','s:27:\"es:Cuántos se devolverán.\";'),('arn','messages:apihelp-query+linkshere-param-namespace','s:54:\"es:Incluir solo páginas de estos espacios de nombres.\";'),('arn','messages:apihelp-query+linkshere-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+linkshere-param-show','s:167:\"es:Muestra solo los elementos que cumplen estos criterios:\n;redirect: Muestra solamente redirecciones.\n;!redirect: Muestra solamente páginas que no son redirecciones.\";'),('arn','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:33:\"es:Identificador de cada página.\";'),('arn','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:45:\"es:Indicar si la página es una redirección.\";'),('arn','messages:apihelp-query+linkshere-paramvalue-prop-title','s:27:\"es:Título de cada página.\";'),('arn','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arn','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arn','messages:apihelp-query+linkshere-summary','s:62:\"es:Buscar todas las páginas que enlazan a las páginas dadas.\";'),('arn','messages:apihelp-query+logevents-example-simple','s:46:\"es:Mostrar los eventos recientes del registro.\";'),('arn','messages:apihelp-query+logevents-param-action','s:260:\"es:Filtrar las acciones del registro solo a esta acción. Reemplaza <var>$1type</var>. En la lista de valores posibles, los valores con el asterisco como carácter comodín tales como <kbd>action/*</kbd> pueden tener distintas cadenas después de la barra (/).\";'),('arn','messages:apihelp-query+logevents-param-end','s:53:\"es:Cronomarcador por el que terminar la enumeración.\";'),('arn','messages:apihelp-query+logevents-param-limit','s:53:\"es:Número total de entradas de eventos que devolver.\";'),('arn','messages:apihelp-query+logevents-param-namespace','s:61:\"es:Filtrar entradas a aquellas en el espacio de nombres dado.\";'),('arn','messages:apihelp-query+logevents-param-prefix','s:50:\"es:Filtrar entradas que empiezan por este prefijo.\";'),('arn','messages:apihelp-query+logevents-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+logevents-param-start','s:54:\"es:Marca de tiempo por la que empezar la enumeración.\";'),('arn','messages:apihelp-query+logevents-param-tag','s:58:\"es:Solo mostrar las entradas de eventos con esta etiqueta.\";'),('arn','messages:apihelp-query+logevents-param-title','s:60:\"es:Filtrar entradas a aquellas relacionadas con una página.\";'),('arn','messages:apihelp-query+logevents-param-type','s:54:\"es:Filtrar las entradas del registro solo a este tipo.\";'),('arn','messages:apihelp-query+logevents-param-user','s:62:\"es:Filtrar entradas a aquellas realizadas por el usuario dado.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-comment','s:150:\"es:Agrega el comentario del evento de registro. Si el comentario se ha eliminado de revisión, se devolverá una <samp>commenthidden</samp> propiedad.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-details','s:157:\"es:Muestra detalles adicionales sobre el evento de registro. Si se ha eliminado el evento de registro, se devolverá una <samp>actionhidden</samp> propiedad.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-ids','s:50:\"es:Agrega el identificador del evento de registro.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:160:\"es:Agrega el comentario analizado del evento de registro. Si el comentario se ha eliminado de revisión, se devolverá una <samp>commenthidden</samp> propiedad.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-tags','s:53:\"es:Muestra las etiquetas para el evento del registro.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:57:\"es:Añade la marca de tiempo para el evento del registro.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-title','s:63:\"es:Añade el título de la página para el evento del registro.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-type','s:41:\"es:Añade el tipo del evento de registro.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-user','s:154:\"es:Agrega el usuario responsable del evento de registro. Si se ha eliminado la revisión del usuario, se devolverá una <samp>userhidden</samp> propiedad.\";'),('arn','messages:apihelp-query+logevents-paramvalue-prop-userid','s:179:\"es:Agrega el identificador de usuario que fue responsable del evento de registro. Si se ha eliminado la revisión del usuario, se devolverá una <samp>userhidden</samp> propiedad.\";'),('arn','messages:apihelp-query+logevents-summary','s:36:\"es:Obtener eventos de los registros.\";'),('arn','messages:apihelp-query+mystashedfiles-example-simple','s:152:\"es:Obtener la clave de archivo, el tamaño del archivo y el tamaño en píxeles de los archivos en el almacén provisional de cargas del usuario actual.\";'),('arn','messages:apihelp-query+mystashedfiles-param-limit','s:29:\"es:Cuántos archivos obtener.\";'),('arn','messages:apihelp-query+mystashedfiles-param-prop','s:42:\"es:Propiedades a buscar para los archivos.\";'),('arn','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:64:\"es:Buscar el tamaño del archivo y las dimensiones de la imagen.\";'),('arn','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:54:\"es:Obtener el tipo MIME y tipo multimedia del archivo.\";'),('arn','messages:apihelp-query+mystashedfiles-summary','s:93:\"es:Obtener una lista de los archivos en el almacén provisional de cargas del usuario actual.\";'),('arn','messages:apihelp-query+pagepropnames-example-simple','s:50:\"es:Obtener los 10 primeros nombres de propiedades.\";'),('arn','messages:apihelp-query+pagepropnames-param-limit','s:43:\"es:Número máximo de nombres que devolver.\";'),('arn','messages:apihelp-query+pagepropnames-summary','s:77:\"es:Mostrar todos los nombres de propiedades de página utilizados en la wiki.\";'),('arn','messages:apihelp-query+pageprops-example-simple','s:87:\"es:Obtener las propiedades de las páginas <kbd>Main Page</kbd> y <kbd>MediaWiki</kbd>.\";'),('arn','messages:apihelp-query+pageprops-param-prop','s:268:\"es:Sólo listar estas propiedades de página (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> devuelve los nombres de las propiedades de página en uso). Útil para comprobar si las páginas usan una determinada propiedad de página.\";'),('arn','messages:apihelp-query+pageprops-summary','s:85:\"es:Obtener diferentes propiedades de página definidas en el contenido de la página.\";'),('arn','messages:apihelp-query+pageswithprop-example-generator','s:113:\"es:Obtener información adicional acerca de las 10 primeras páginas que utilicen <code>_&#95;NOTOC_&#95;</code>.\";'),('arn','messages:apihelp-query+pageswithprop-example-simple','s:99:\"es:Listar las 10 primeras páginas que utilicen <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('arn','messages:apihelp-query+pageswithprop-param-dir','s:41:\"es:Dirección en la que se desea ordenar.\";'),('arn','messages:apihelp-query+pageswithprop-param-limit','s:53:\"es:El máximo número de páginas que se devolverán.\";'),('arn','messages:apihelp-query+pageswithprop-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+pageswithprop-param-propname','s:198:\"es:Propiedad de página para la cual enumerar páginas (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> devuelve los nombres de las propiedades de página en uso).\";'),('arn','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:38:\"es:Añade el identificador de página.\";'),('arn','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('arn','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:46:\"es:Añade el valor de la propiedad de página.\";'),('arn','messages:apihelp-query+pageswithprop-summary','s:64:\"es:Mostrar todas las páginas que usen una propiedad de página.\";'),('arn','messages:apihelp-query+prefixsearch-example-simple','s:67:\"es:Buscar títulos de páginas que empiecen con <kbd>meaning</kbd>.\";'),('arn','messages:apihelp-query+prefixsearch-extended-description','s:560:\"es:A pesar de la similitud en los nombres, este módulo no pretende ser equivalente a [[Special:PrefixIndex]]; para eso, vea <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> con el parámetro <kbd> apprefix</kbd>. El propósito de este módulo es similar a <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: para tomar la entrada del usuario y proporcionar los mejores títulos coincidentes. Dependiendo del motor de búsqueda backend, esto puede incluir la corrección de errores, redirigir la evasión, u otras heurísticas.\";'),('arn','messages:apihelp-query+prefixsearch-param-limit','s:46:\"es:Número máximo de resultados que devolver.\";'),('arn','messages:apihelp-query+prefixsearch-param-namespace','s:121:\"es:Espacios de nombres que buscar. Se ignora si <var>$1search</var> comienza por un prefijo de espacio de nombre válido.\";'),('arn','messages:apihelp-query+prefixsearch-param-offset','s:36:\"es:Número de resultados que omitir.\";'),('arn','messages:apihelp-query+prefixsearch-param-profile','s:36:\"es:Perfil de búsqueda que utilizar.\";'),('arn','messages:apihelp-query+prefixsearch-param-search','s:17:\"es:Buscar cadena.\";'),('arn','messages:apihelp-query+prefixsearch-summary','s:59:\"es:Realice una búsqueda de prefijo de títulos de página.\";'),('arn','messages:apihelp-query+protectedtitles-example-generator','s:78:\"es:Encuentra enlaces a títulos protegidos en el espacio de nombres principal.\";'),('arn','messages:apihelp-query+protectedtitles-example-simple','s:30:\"es:Listar títulos protegidos.\";'),('arn','messages:apihelp-query+protectedtitles-param-end','s:67:\"es:Terminar la enumeración en esta marca de tiempo de protección.\";'),('arn','messages:apihelp-query+protectedtitles-param-level','s:57:\"es:Listar solo títulos con estos niveles de protección.\";'),('arn','messages:apihelp-query+protectedtitles-param-limit','s:36:\"es:Cuántas páginas se devolverán.\";'),('arn','messages:apihelp-query+protectedtitles-param-namespace','s:57:\"es:Listar solo los títulos en estos espacios de nombres.\";'),('arn','messages:apihelp-query+protectedtitles-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+protectedtitles-param-start','s:66:\"es:Empezar la enumeración en esta marca de tiempo de protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"es:Añade el comentario de la protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:65:\"es:Añade la fecha y hora de cuando se levantará la protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:34:\"es:Agrega el nivel de protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:54:\"es:Añade el comentario analizado para la protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:66:\"es:Añade la marca de tiempo de cuando se añadió la protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:48:\"es:Agrega el usuario que agregó la protección.\";'),('arn','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:65:\"es:Agrega el identificador de usuario que agregó la protección.\";'),('arn','messages:apihelp-query+protectedtitles-summary','s:58:\"es:Mostrar todos los títulos protegidos contra creación.\";'),('arn','messages:apihelp-query+querypage-example-ancientpages','s:51:\"es:Devolver resultados de [[Special:Ancientpages]].\";'),('arn','messages:apihelp-query+querypage-param-limit','s:44:\"es:Número de resultados que se devolverán.\";'),('arn','messages:apihelp-query+querypage-param-page','s:83:\"es:El nombre de la página especial. Recuerda, distingue mayúsculas y minúsculas.\";'),('arn','messages:apihelp-query+querypage-summary','s:80:\"es:Obtenga una lista proporcionada por una página especial basada en QueryPage.\";'),('arn','messages:apihelp-query+random-example-generator','s:88:\"es:Devuelve la información de dos páginas aleatorias del espacio de nombres principal.\";'),('arn','messages:apihelp-query+random-example-simple','s:69:\"es:Devuelve dos páginas aleatorias del espacio de nombres principal.\";'),('arn','messages:apihelp-query+random-extended-description','s:349:\"es:Las páginas aparecen enumeradas en una secuencia fija, solo que el punto de partida es aleatorio. Esto quiere decir que, si, por ejemplo, <samp>Portada</samp> es la primera página aleatoria de la lista, <samp>Lista de monos ficticios</samp> <em>siempre</em> será la segunda, <samp>Lista de personas en sellos de Vanuatu</samp> la tercera, etc.\";'),('arn','messages:apihelp-query+random-param-filterredir','s:35:\"es:Cómo filtrar las redirecciones.\";'),('arn','messages:apihelp-query+random-param-limit','s:63:\"es:Limita el número de páginas aleatorias que se devolverán.\";'),('arn','messages:apihelp-query+random-param-namespace','s:59:\"es:Devolver solo las páginas de estos espacios de nombres.\";'),('arn','messages:apihelp-query+random-param-redirect','s:54:\"es:Usa <kbd>$1filterredir=redirects</kbd> en su lugar.\";'),('arn','messages:apihelp-query+random-summary','s:46:\"es:Obtener un conjunto de páginas aleatorias.\";'),('arn','messages:apihelp-query+recentchanges-example-generator','s:71:\"es:Obtener información de página de cambios recientes no patrullados.\";'),('arn','messages:apihelp-query+recentchanges-example-simple','s:30:\"es:Lista de cambios recientes.\";'),('arn','messages:apihelp-query+recentchanges-param-end','s:51:\"es:El cronomarcador para finalizar la enumeración.\";'),('arn','messages:apihelp-query+recentchanges-param-excludeuser','s:37:\"es:No listar cambios de este usuario.\";'),('arn','messages:apihelp-query+recentchanges-param-generaterevisions','s:265:\"es:Cuando se utilice como generador, genera identificadores de revisión en lugar de títulos. Las entradas en la lista de cambios recientes que no tengan identificador de revisión asociado (por ejemplo, la mayoría de las entradas de registro) no generarán nada.\";'),('arn','messages:apihelp-query+recentchanges-param-limit','s:44:\"es:Cuántos cambios en total se devolverán.\";'),('arn','messages:apihelp-query+recentchanges-param-namespace','s:61:\"es:Filtrar cambios solamente a los espacios de nombres dados.\";'),('arn','messages:apihelp-query+recentchanges-param-prop','s:46:\"es:Incluir piezas adicionales de información:\";'),('arn','messages:apihelp-query+recentchanges-param-show','s:169:\"es:Muestra solo los elementos que cumplan estos criterios. Por ejemplo, para ver solo ediciones menores realizadas por usuarios conectados, introduce $1show=minor|!anon.\";'),('arn','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('arn','messages:apihelp-query+recentchanges-param-start','s:52:\"es:El sello de tiempo para comenzar la enumeración.\";'),('arn','messages:apihelp-query+recentchanges-param-tag','s:45:\"es:Listar solo los cambios con esta etiqueta.\";'),('arn','messages:apihelp-query+recentchanges-param-title','s:73:\"es:Filtrar entradas mostrando solo aquellas relacionadas con una página.\";'),('arn','messages:apihelp-query+recentchanges-param-toponly','s:69:\"es:Enumerar solo las modificaciones que sean las últimas revisiones.\";'),('arn','messages:apihelp-query+recentchanges-param-type','s:43:\"es:Cuántos tipos de cambios se mostrarán.\";'),('arn','messages:apihelp-query+recentchanges-param-user','s:43:\"es:Listar solo los cambios de este usuario.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:39:\"es:Añade el comentario de la edición.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:34:\"es:Añade marcas para la edición.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:102:\"es:Añade los códigos ID de la página, de los cambios recientes y de las revisiones antigua y nueva.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:114:\"es:Añade información de registro (identificador de registro, tipo de registro, etc.) a las entradas de registro.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:51:\"es:Añade el comentario analizado para la edición.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:69:\"es:Etiqueta ediciones verificables como verificadas o no verificadas.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:58:\"es:Etiqueta la edición si la página es una redirección.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:92:\"es:Añade la suma de comprobación de contenido para las entradas asociadas a una revisión.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:73:\"es:Añade la longitud antigua y la longitud nueva de la página en bytes.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:39:\"es:Muestra las etiquetas de la entrada.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:42:\"es:Añade el cronomarcador de la edición.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:47:\"es:Añade el título de página de la edición.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:92:\"es:Añade el usuario responsable de la edición y añade una etiqueta si se trata de una IP.\";'),('arn','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:66:\"es:Añade el identificador del usuario responsable de la edición.\";'),('arn','messages:apihelp-query+recentchanges-summary','s:30:\"es:Enumerar cambios recientes.\";'),('arn','messages:apihelp-query+redirects-example-generator','s:81:\"es:Obtener información sobre todas las redirecciones a la [[Main Page|Portada]].\";'),('arn','messages:apihelp-query+redirects-example-simple','s:68:\"es:Mostrar una lista de las redirecciones a la [[Main Page|Portada]]\";'),('arn','messages:apihelp-query+redirects-param-limit','s:41:\"es:Cuántas redirecciones se devolverán.\";'),('arn','messages:apihelp-query+redirects-param-namespace','s:54:\"es:Incluir solo páginas de estos espacios de nombres.\";'),('arn','messages:apihelp-query+redirects-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+redirects-param-show','s:176:\"es:Mostrar únicamente los elementos que cumplan con estos criterios:\n;fragment: mostrar solo redirecciones con fragmento.\n;!fragment: mostrar solo redirecciones sin fragmento.\";'),('arn','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:50:\"es:Fragmento de cada redirección, si los hubiere.\";'),('arn','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:49:\"es:Identificador de página de cada redirección.\";'),('arn','messages:apihelp-query+redirects-paramvalue-prop-title','s:32:\"es:Título de cada redirección.\";'),('arn','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('arn','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('arn','messages:apihelp-query+redirects-summary','s:57:\"es:Devuelve todas las redirecciones a las páginas dadas.\";'),('arn','messages:apihelp-query+revisions+base-param-contentformat','s:107:\"es:Formato de serialización utilizado para <var>$1difftotext</var> y esperado para la salida de contenido.\";'),('arn','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('arn','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('arn','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('arn','messages:apihelp-query+revisions+base-param-expandtemplates','s:172:\"es:Usa <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> en su lugar.\nExpandir las plantillas en el contenido de la revisión (necesita $1prop=content).\";'),('arn','messages:apihelp-query+revisions+base-param-generatexml','s:249:\"es:Usa <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> o <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> en su lugar.\nGenerar el árbol de análisis sintáctico XML para el contenido de la revisión (necesita $1prop=content).\";'),('arn','messages:apihelp-query+revisions+base-param-limit','s:56:\"es:Limitar la cantidad de revisiones que se devolverán.\";'),('arn','messages:apihelp-query+revisions+base-param-parse','s:222:\"es:Usa <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> en su lugar.\nAnalizar el contenido de la revisión (requiere $1prop=content). Por razones de rendimiento, si se usa esta opción, el valor de $1limit es forzado a 1.\";'),('arn','messages:apihelp-query+revisions+base-param-prop','s:57:\"es:Las propiedades que se obtendrán para cada revisión:\";'),('arn','messages:apihelp-query+revisions+base-param-section','s:64:\"es:Recuperar solamente el contenido de este número de sección.\";'),('arn','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:44:\"es:Comentario del usuario para la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:42:\"es:Contenido de cada espacio de revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:60:\"es:Id. del modelo de contenido en cada espacio de revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:31:\"es:Marcas de revisión (menor).\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:36:\"es:El identificador de la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:54:\"es:Comentario analizado del usuario para la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:261:\"es:Usa <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> o <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> en su lugar.\nEl árbol de análisis sintáctico XML del contenido de la revisión (necesita el modelo de contenido <code>$1</code>).\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:35:\"es:SHA-1 (base 16) de la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:39:\"es:Longitud (en bytes) de la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:31:\"es:Etiquetas para la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:35:\"es:La fecha y hora de la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:37:\"es:Usuario que realizó la revisión.\";'),('arn','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:56:\"es:Identificador de usuario del creador de la revisión.\";'),('arn','messages:apihelp-query+revisions-example-content','s:112:\"es:Obtener datos con el contenido de la última revisión de los títulos <kbd>API</kbd> y <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+revisions-example-first5','s:61:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+revisions-example-first5-after','s:95:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd> realizadas después de 2006-05-01.\";'),('arn','messages:apihelp-query+revisions-example-first5-not-localhost','s:131:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd> que no fueron realizadas por el usuario anónimo <kbd>127.0.0.1</kbd>.\";'),('arn','messages:apihelp-query+revisions-example-first5-user','s:127:\"es:Obtener las primeras 5 revisiones de <kbd>Main Page</kbd> que fueron realizadas por el usuario <kbd>MediaWiki default</kbd>.\";'),('arn','messages:apihelp-query+revisions-example-last5','s:64:\"es:Mostrar las últimas 5 revisiones de la <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+revisions-extended-description','s:340:\"es:Puede ser utilizado de varias maneras:\n# Obtener datos sobre un conjunto de páginas (última revisión), estableciendo títulos o ID de paginas.\n# Obtener revisiones para una página determinada, usando títulos o ID de páginas con inicio, fin o límite.\n# Obtener datos sobre un conjunto de revisiones estableciendo sus ID con revids.\";'),('arn','messages:apihelp-query+revisions-param-end','s:37:\"es:Enumerar hasta este cronomarcador.\";'),('arn','messages:apihelp-query+revisions-param-endid','s:146:\"es:Detener la enumeración en la marca de tiempo de esta revisión. La revisión debe existir, pero no es necesario que pertenezca a esta página.\";'),('arn','messages:apihelp-query+revisions-param-excludeuser','s:52:\"es:Excluir las revisiones realizadas por el usuario.\";'),('arn','messages:apihelp-query+revisions-param-start','s:63:\"es:Marca de tiempo a partir de la cual empezar la enumeración.\";'),('arn','messages:apihelp-query+revisions-param-startid','s:149:\"es:Iniciar la enumeración desde la marca de tiempo de esta revisión. La revisión debe existir, pero no es necesario que pertenezca a esta página.\";'),('arn','messages:apihelp-query+revisions-param-tag','s:54:\"es:Mostrar solo revisiones marcadas con esta etiqueta.\";'),('arn','messages:apihelp-query+revisions-param-user','s:57:\"es:Incluir solo las revisiones realizadas por el usuario.\";'),('arn','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:57:\"es:Solo se puede usar con una sola página (modo n.º 2).\";'),('arn','messages:apihelp-query+revisions-summary','s:40:\"es:Obtener información de la revisión.\";'),('arn','messages:apihelp-query+search-example-generator','s:97:\"es:Obtener información acerca de las páginas devueltas por una búsqueda de <kbd>meaning</kbd>.\";'),('arn','messages:apihelp-query+search-example-simple','s:29:\"es:Buscar <kbd>meaning</kbd>.\";'),('arn','messages:apihelp-query+search-example-text','s:43:\"es:Buscar <kbd>meaning</kbd> en los textos.\";'),('arn','messages:apihelp-query+search-param-backend','s:73:\"es:Qué servidor de búsqueda utilizar, si no es el servidor por defecto.\";'),('arn','messages:apihelp-query+search-param-enablerewrites','s:210:\"es:Habilitar la reescritura de consultas internas. Algunos servidores de búsqueda pueden reescribir la consulta a una que considere que da mejores resultados, por ejemplo, corrigiendo las faltas ortográficas.\";'),('arn','messages:apihelp-query+search-param-info','s:27:\"es:Qué metadatos devolver.\";'),('arn','messages:apihelp-query+search-param-interwiki','s:63:\"es:Incluir resultados interwiki en la búsqueda, si es posible.\";'),('arn','messages:apihelp-query+search-param-limit','s:45:\"es:Cuántas páginas en total se devolverán.\";'),('arn','messages:apihelp-query+search-param-namespace','s:44:\"es:Buscar solo en estos espacios de nombres.\";'),('arn','messages:apihelp-query+search-param-prop','s:35:\"es:Qué propiedades se devolverán:\";'),('arn','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('arn','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('arn','messages:apihelp-query+search-param-sort','s:69:\"es:Establecer el orden de clasificación de los resultados devueltos.\";'),('arn','messages:apihelp-query+search-param-what','s:34:\"es:Tipo de búsqueda que realizar.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:66:\"es:Añade un fragmento analizado de la categoría correspondiente.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:58:\"es:Añade datos adicionales generados por las extensiones.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"es:Ignorado\";'),('arn','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:86:\"es:Añade un booleano que indica si la búsqueda corresponde al contenido del archivo.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:64:\"es:Añade un fragmento analizado del título de la redirección.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:52:\"es:Añade el título de la redirección coincidente.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-score','s:12:\"es:Ignorado.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:76:\"es:Añade un fragmento analizado del título de la sección correspondiente.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:52:\"es:Añade el título de la sección correspondiente.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-size','s:44:\"es:Añade el tamaño de la página en bytes.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-snippet','s:47:\"es:Añade un fragmento analizado de la página.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-timestamp','s:66:\"es:Añade la marca de tiempo de la última edición de la página.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:59:\"es:Añade un fragmento analizado del título de la página.\";'),('arn','messages:apihelp-query+search-paramvalue-prop-wordcount','s:47:\"es:Añade el número de palabras de la página.\";'),('arn','messages:apihelp-query+search-summary','s:44:\"es:Realizar una búsqueda de texto completa.\";'),('arn','messages:apihelp-query+siteinfo-example-interwiki','s:51:\"es:Obtener una lista de prefijos interwiki locales.\";'),('arn','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('arn','messages:apihelp-query+siteinfo-example-simple','s:34:\"es:Obtener información del sitio.\";'),('arn','messages:apihelp-query+siteinfo-param-filteriw','s:80:\"es:Devuelve solo entradas locales o solo entradas no locales del mapa interwiki.\";'),('arn','messages:apihelp-query+siteinfo-param-inlanguagecode','s:109:\"es:Código de idioma para los nombres localizados de los idiomas (en el mejor intento posible) y apariencias.\";'),('arn','messages:apihelp-query+siteinfo-param-numberingroup','s:60:\"es:Muestra el número de usuarios en los grupos de usuarios.\";'),('arn','messages:apihelp-query+siteinfo-param-prop','s:34:\"es:Qué información se obtendrá:\";'),('arn','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:84:\"es:Devuelve el servidor de base de datos con el retraso de replicación más grande.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:72:\"es:Devuelve los valores predeterminados de las preferencias del usuario.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:50:\"es:Devuelve las extensiones instaladas en la wiki.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:65:\"es:Devuelve una lista de las etiquetas extensoras del analizador.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:72:\"es:Devuelve una lista de extensiones de archivo permitidas para subirse.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:35:\"es:Información global del sistema.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:128:\"es:Devuelve el mapa interwiki (opcionalmente filtrado, opcionalmente localizado mediante el uso de <var>$1inlanguagecode</var>).\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:132:\"es:Devuelve una lista de los idiomas que admite MediaWiki (opcionalmente localizada mediante el uso de <var>$1inlanguagecode</var>).\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:50:\"es:Devuelve las bibliotecas instaladas en la wiki.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:42:\"es:Lista de palabras mágicas y sus alias.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:52:\"es:Lista de alias registrados de espacios de nombres\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:69:\"es:Lista de espacios de nombres registrados y sus nombres canónicos.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:80:\"es:Devuelve una lista de los protocolos que se permiten en los enlaces externos.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:79:\"es:Devuelve información sobre tipos de restricciones (protección) disponible.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:80:\"es:Devuelve información de permisos (licencia) de la wiki, si está disponible.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:177:\"es:Devuelve una lista de todas las apariencias habilitadas (opcionalmente localizada mediante el uso de <var>$1inlanguagecode</var>, de lo contrario en el idioma del contenido).\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:41:\"es:Lista de alias de páginas especiales.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:40:\"es:Devuelve las estadísticas del sitio.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:60:\"es:Devuelve los grupos de usuarios y los permisos asociados.\";'),('arn','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:51:\"es:Devuelve una lista de identificadores variables.\";'),('arn','messages:apihelp-query+siteinfo-summary','s:58:\"es:Devolver información general acerca de la página web.\";'),('arn','messages:apihelp-query+stashimageinfo-example-params','s:54:\"es:Devuelve las miniaturas de dos archivos escondidos.\";'),('arn','messages:apihelp-query+stashimageinfo-example-simple','s:51:\"es:Devuelve información para un archivo escondido.\";'),('arn','messages:apihelp-query+stashimageinfo-param-filekey','s:85:\"es:Clave que identifica una carga anterior que se guardó en el almacén provisional.\";'),('arn','messages:apihelp-query+stashimageinfo-param-sessionkey','s:48:\"es:Alias de $1filekey, para retrocompatibilidad.\";'),('arn','messages:apihelp-query+stashimageinfo-summary','s:62:\"es:Devuelve información del archivo para archivos escondidos.\";'),('arn','messages:apihelp-query+tags-example-simple','s:37:\"es:Enumera las etiquetas disponibles.\";'),('arn','messages:apihelp-query+tags-param-limit','s:49:\"es:El número máximo de etiquetas para enumerar.\";'),('arn','messages:apihelp-query+tags-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"es:Si la etiqueta aún se sigue aplicando.\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-defined','s:41:\"es:Indicar si la etiqueta está definida.\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-description','s:41:\"es:Añade la descripción de la etiqueta.\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-displayname','s:49:\"es:Agrega el mensaje de sistema para la etiqueta.\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:83:\"es:Añade el número de revisiones y entradas de registro que tienen esta etiqueta.\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-name','s:35:\"es:Añade el nombre de la etiqueta.\";'),('arn','messages:apihelp-query+tags-paramvalue-prop-source','s:209:\"es:Obtiene las fuentes de la etiqueta, que pueden incluir <samp>extension</samp> para etiquetas definidas por extensiones y <samp>manual</samp> para etiquetas que pueden aplicarse manualmente por los usuarios.\";'),('arn','messages:apihelp-query+tags-summary','s:43:\"es:Enumerar las etiquetas de modificación.\";'),('arn','messages:apihelp-query+templates-example-generator','s:96:\"es:Obtener información sobre las páginas de las plantillas utilizadas en <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+templates-example-namespaces','s:140:\"es:Obtener las páginas de los espacios de nombres {{ns:user}} y {{ns:template}} que están transcluidas en la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+templates-example-simple','s:71:\"es:Obtener las plantillas que se usan en la página <kbd>Portada</kbd>.\";'),('arn','messages:apihelp-query+templates-param-dir','s:41:\"es:La dirección en que ordenar la lista.\";'),('arn','messages:apihelp-query+templates-param-limit','s:38:\"es:Cuántas plantillas se devolverán.\";'),('arn','messages:apihelp-query+templates-param-namespace','s:61:\"es:Mostrar plantillas solamente en estos espacios de nombres.\";'),('arn','messages:apihelp-query+templates-param-templates','s:116:\"es:Mostrar solo estas plantillas. Útil para comprobar si una determinada página utiliza una determinada plantilla.\";'),('arn','messages:apihelp-query+templates-summary','s:66:\"es:Devuelve todas las páginas transcluidas en las páginas dadas.\";'),('arn','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('arn','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('arn','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('arn','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('arn','messages:apihelp-query+transcludedin-example-generator','s:80:\"es:Obtener información sobre las páginas que transcluyen <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+transcludedin-example-simple','s:68:\"es:Obtener una lista de páginas transcluyendo <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query+transcludedin-param-limit','s:27:\"es:Cuántos se devolverán.\";'),('arn','messages:apihelp-query+transcludedin-param-namespace','s:58:\"es:Incluir solo las páginas en estos espacios de nombres.\";'),('arn','messages:apihelp-query+transcludedin-param-prop','s:34:\"es:Qué propiedades se obtendrán:\";'),('arn','messages:apihelp-query+transcludedin-param-show','s:167:\"es:Muestra solo los elementos que cumplen estos criterios:\n;redirect: Muestra solamente redirecciones.\n;!redirect: Muestra solamente páginas que no son redirecciones.\";'),('arn','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:33:\"es:Identificador de cada página.\";'),('arn','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:44:\"es:Marcar si la página es una redirección.\";'),('arn','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:27:\"es:Título de cada página.\";'),('arn','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arn','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arn','messages:apihelp-query+transcludedin-summary','s:67:\"es:Encuentra todas las páginas que transcluyan las páginas dadas.\";'),('arn','messages:apihelp-query+usercontribs-example-ipprefix','s:93:\"es:Mostrar las contribuciones de todas las direcciones IP con el prefijo <kbd>192.0.2.</kbd>.\";'),('arn','messages:apihelp-query+usercontribs-example-user','s:57:\"es:Mostrar contribuciones del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('arn','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('arn','messages:apihelp-query+usercontribs-param-limit','s:56:\"es:Número máximo de contribuciones que se devolverán.\";'),('arn','messages:apihelp-query+usercontribs-param-namespace','s:65:\"es:Enumerar solo las contribuciones en estos espacios de nombres.\";'),('arn','messages:apihelp-query+usercontribs-param-prop','s:46:\"es:Incluir piezas adicionales de información:\";'),('arn','messages:apihelp-query+usercontribs-param-show','s:374:\"es:Mostrar solo los elementos que coinciden con estos criterios. Por ejemplo, solo ediciones no menores: <kbd>$2show=!minor</kbd>.\n\nSi se establece <kbd>$2show=patrolled</kbd> o <kbd>$2show=!patrolled</kbd>, no se mostrarán las revisiones con una antigüedad mayor que <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|segundo|segundos}}).\";'),('arn','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('arn','messages:apihelp-query+usercontribs-param-tag','s:50:\"es:Enumerar solo las revisiones con esta etiqueta.\";'),('arn','messages:apihelp-query+usercontribs-param-toponly','s:69:\"es:Enumerar solo las modificaciones que sean las últimas revisiones.\";'),('arn','messages:apihelp-query+usercontribs-param-user','s:149:\"es:Los usuarios para los cuales se desea recuperar las contribuciones. No se puede utilizar junto con <var>$1userids</var> o <var>$1userprefix</var>.\";'),('arn','messages:apihelp-query+usercontribs-param-userids','s:172:\"es:Los identificadores de los usuarios para los cuales se desea recuperar las contribuciones. No se puede utilizar junto con <var>$1userids</var> o <var>$1userprefix</var>.\";'),('arn','messages:apihelp-query+usercontribs-param-userprefix','s:166:\"es:Recuperar las contribuciones de todos los usuarios cuyos nombres comienzan con este valor. No se puede utilizar junto con <var>$1user</var> o <var>$1userids</var>.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:39:\"es:Añade el comentario de la edición.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:36:\"es:Añade las marcas de la edición.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:56:\"es:Añade el identificador de página y el de revisión.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:49:\"es:Añade el comentario analizado de la edición.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:34:\"es:Etiqueta ediciones verificadas.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:42:\"es:Añade el nuevo tamaño de la edición.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:77:\"es:Añade la diferencia de tamaño de la edición respecto de su progenitora.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:40:\"es:Lista las etiquetas para la edición.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:38:\"es:Añade fecha y hora de la edición.\";'),('arn','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:77:\"es:Agrega el título y el identificador del espacio de nombres de la página.\";'),('arn','messages:apihelp-query+usercontribs-summary','s:57:\"es:Obtener todas las ediciones realizadas por un usuario.\";'),('arn','messages:apihelp-query+userinfo-example-data','s:58:\"es:Obtener información adicional sobre el usuario actual.\";'),('arn','messages:apihelp-query+userinfo-example-simple','s:48:\"es:Obtener información sobre el usuario actual.\";'),('arn','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('arn','messages:apihelp-query+userinfo-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:103:\"es:Reenvía la cabecera <code>Accept-Language</code> enviada por el cliente en un formato estructurado.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:72:\"es:Etiqueta si el usuario está bloqueado, por quién y por qué motivo.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:74:\"es:Enumera los grupos a los que el usuario actual se puede unir o retirar.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:53:\"es:Añade el número de ediciones del usuario actual.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-email','s:99:\"es:Añade la dirección de correo electrónico del usuario y la fecha de autenticación por correo.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:146:\"es:Enumera los grupos a los que se ha asignado explícitamente al usuario actual, incluida la fecha de expiración de la pertenencia a cada grupo.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:61:\"es:Lista todos los grupos al que pertenece el usuario actual.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:92:\"es:Añade una etiqueta <samp>messages</samp> si el usuario actual tiene mensajes pendientes.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:83:\"es:Enumera todos los grupos a los que pertenece automáticamente el usuario actual.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-options','s:71:\"es:Lista todas las preferencias que haya establecido el usuario actual.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:69:\"es:Lista todos los límites de velocidad aplicados al usuario actual.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:37:\"es:Añade el nombre real del usuario.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:43:\"es:Añade la fecha de registro del usuario.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:56:\"es:Lista todos los permisos que tiene el usuario actual.\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('arn','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:146:\"es:Añade el recuento de páginas no leídas de la lista de seguimiento del usuario (máximo $1, devuelve <samp>$2</samp> si el número es mayor).\";'),('arn','messages:apihelp-query+userinfo-summary','s:48:\"es:Obtener información sobre el usuario actual.\";'),('arn','messages:apihelp-query+users-example-simple','s:56:\"es:Devolver información del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('arn','messages:apihelp-query+users-param-prop','s:39:\"es:Qué piezas de información incluir:\";'),('arn','messages:apihelp-query+users-param-userids','s:76:\"es:Una lista de identificadores de usuarios de los que obtener información.\";'),('arn','messages:apihelp-query+users-param-users','s:57:\"es:Una lista de usuarios de los que obtener información.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:72:\"es:Etiqueta si el usuario está bloqueado, por quién y por qué razón.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-cancreate','s:92:\"es:Indica si se puede crear una cuenta para nombres de usuario válidos pero no registrados.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-editcount','s:46:\"es:Añade el número de ediciones del usuario.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-emailable','s:101:\"es:Marca si el usuario puede y quiere recibir correo electrónico a través de [[Special:Emailuser]].\";'),('arn','messages:apihelp-query+users-paramvalue-prop-gender','s:85:\"es:Etiqueta el género del usuario. Devuelve \"masculino\", \"femenino\" o \"desconocido\".\";'),('arn','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-groups','s:59:\"es:Lista todos los grupos a los que pertenece cada usuario.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:76:\"es:Enumera todos los grupos a los que pertenece automáticamente un usuario.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-registration','s:52:\"es:Añade el cronomarcador del registro del usuario.\";'),('arn','messages:apihelp-query+users-paramvalue-prop-rights','s:53:\"es:Enumera todos los permisos que tiene cada usuario.\";'),('arn','messages:apihelp-query+users-summary','s:52:\"es:Obtener información sobre una lista de usuarios.\";'),('arn','messages:apihelp-query+watchlist-example-allrev','s:116:\"es:Obtener información sobre todos los cambios recientes de páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('arn','messages:apihelp-query+watchlist-example-generator','s:119:\"es:Obtener información de página de las páginas con cambios recientes de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlist-example-generator-rev','s:120:\"es:Obtener información de revisión de los cambios recientes de páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlist-example-props','s:141:\"es:Obtener información adicional sobre la última revisión de páginas con cambios recientes en la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlist-example-simple','s:116:\"es:Enumera la última revisión de las páginas con cambios recientes de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlist-example-wlowner','s:125:\"es:Enumerar la última revisión de páginas con cambios recientes de la lista de seguimiento del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('arn','messages:apihelp-query+watchlist-param-end','s:51:\"es:El cronomarcador para finalizar la enumeración.\";'),('arn','messages:apihelp-query+watchlist-param-excludeuser','s:37:\"es:No listar cambios de este usuario.\";'),('arn','messages:apihelp-query+watchlist-param-limit','s:56:\"es:Número de resultados que devolver en cada petición.\";'),('arn','messages:apihelp-query+watchlist-param-namespace','s:61:\"es:Filtrar cambios solamente a los espacios de nombres dados.\";'),('arn','messages:apihelp-query+watchlist-param-owner','s:86:\"es:Utilizado junto con $1token para acceder a la lista de seguimiento de otro usuario.\";'),('arn','messages:apihelp-query+watchlist-param-prop','s:46:\"es:Qué propiedades adicionales se obtendrán:\";'),('arn','messages:apihelp-query+watchlist-param-show','s:169:\"es:Muestra solo los elementos que cumplan estos criterios. Por ejemplo, para ver solo ediciones menores realizadas por usuarios conectados, introduce $1show=minor|!anon.\";'),('arn','messages:apihelp-query+watchlist-param-start','s:51:\"es:El sello de tiempo para comenzar la enumeración\";'),('arn','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('arn','messages:apihelp-query+watchlist-param-type','s:33:\"es:Qué tipos de cambios mostrar:\";'),('arn','messages:apihelp-query+watchlist-param-user','s:49:\"es:Mostrar solamente los cambios de este usuario.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:39:\"es:Añade el comentario de la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:34:\"es:Agregar el tiempo de caducidad.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:34:\"es:Añade marcas para la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:54:\"es:Añade identificadores de revisiones y de páginas.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:55:\"es:Añade información del registro cuando corresponda.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:97:\"es:Añade fecha y hora de cuando el usuario fue notificado por última vez acerca de la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:49:\"es:Añade el comentario analizado de la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:49:\"es:Etiqueta las ediciones que están verificadas.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:53:\"es:Añade la longitud vieja y la nueva de la página.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:39:\"es:Enumera las etiquetas de la entrada.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:42:\"es:Añade el cronomarcador de la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-title','s:35:\"es:Añade el título de la página.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-user','s:42:\"es:Añade el usuario que hizo la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:64:\"es:Añade el identificador de usuario de quien hizo la edición.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:40:\"es:Cambios de pertenencia a categorías.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-type-edit','s:32:\"es:Ediciones comunes en páginas\";'),('arn','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"es:Cambios externos.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-type-log','s:25:\"es:Entradas del registro.\";'),('arn','messages:apihelp-query+watchlist-paramvalue-type-new','s:26:\"es:Creaciones de páginas.\";'),('arn','messages:apihelp-query+watchlist-summary','s:95:\"es:Obtener los cambios recientes de las páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlistraw-example-generator','s:86:\"es:Obtener información de las páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlistraw-example-simple','s:69:\"es:Listar las páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query+watchlistraw-param-dir','s:39:\"es:La dirección en la que se listará.\";'),('arn','messages:apihelp-query+watchlistraw-param-fromtitle','s:87:\"es:Título (con el prefijo de espacio de nombres) desde el que se empezará a enumerar.\";'),('arn','messages:apihelp-query+watchlistraw-param-limit','s:56:\"es:Número de resultados que devolver en cada petición.\";'),('arn','messages:apihelp-query+watchlistraw-param-namespace','s:67:\"es:Mostrar solamente las páginas de los espacios de nombres dados.\";'),('arn','messages:apihelp-query+watchlistraw-param-owner','s:86:\"es:Utilizado junto con $1token para acceder a la lista de seguimiento de otro usuario.\";'),('arn','messages:apihelp-query+watchlistraw-param-prop','s:46:\"es:Qué propiedades adicionales se obtendrán:\";'),('arn','messages:apihelp-query+watchlistraw-param-show','s:62:\"es:Mostrar solo los elementos que cumplen con estos criterios.\";'),('arn','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('arn','messages:apihelp-query+watchlistraw-param-totitle','s:86:\"es:Título (con el prefijo de espacio de nombres) desde el que se dejará de enumerar.\";'),('arn','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:86:\"es:Añade la marca de tiempo de la última notificación al usuario sobre la edición.\";'),('arn','messages:apihelp-query+watchlistraw-summary','s:76:\"es:Obtener todas las páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-query-example-allpages','s:68:\"es:Obtener revisiones de páginas que comiencen por <kbd>API/</kbd>.\";'),('arn','messages:apihelp-query-example-revisions','s:141:\"es:Busque [[Special:ApiHelp/query+siteinfo|información del sitio]] y [[Special:ApiHelp/query+revisions|revisiones]] de <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-query-extended-description','s:147:\"es:Todas las modificaciones de datos tendrán que utilizar primero la consulta para adquirir un token para evitar el abuso desde sitios maliciosos.\";'),('arn','messages:apihelp-query-param-export','s:70:\"es:Exportar las revisiones actuales de las páginas dadas o generadas.\";'),('arn','messages:apihelp-query-param-exportnowrap','s:148:\"es:Devuelve el XML de exportación sin envolverlo en un resultado XML (mismo formato que [[Special:Export]]). Solo se puede usar junto con $1export.\";'),('arn','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('arn','messages:apihelp-query-param-indexpageids','s:99:\"es:Incluir una sección de ID de páginas adicional en la que se muestran todas las ID de páginas.\";'),('arn','messages:apihelp-query-param-iwurl','s:52:\"es:Si la URL completa si el título es un interwiki.\";'),('arn','messages:apihelp-query-param-list','s:23:\"es:Qué listas obtener.\";'),('arn','messages:apihelp-query-param-meta','s:26:\"es:Qué metadatos obtener.\";'),('arn','messages:apihelp-query-param-prop','s:58:\"es:Qué propiedades obtener para las páginas consultadas.\";'),('arn','messages:apihelp-query-param-rawcontinue','s:74:\"es:Devuelve los datos <samp>query-continue</samp> en bruto para continuar.\";'),('arn','messages:apihelp-query-summary','s:38:\"es:Obtener datos de y sobre MediaWiki.\";'),('arn','messages:apihelp-rawfm-summary','s:110:\"es:Extraer los datos de salida, incluidos los elementos de depuración, en formato JSON (embellecido en HTML).\";'),('arn','messages:apihelp-removeauthenticationdata-example-simple','s:91:\"es:Trata de eliminar los datos del usuario actual para <kbd>FooAuthenticationRequest</kbd>.\";'),('arn','messages:apihelp-removeauthenticationdata-summary','s:60:\"es:Elimina los datos de autentificación del usuario actual.\";'),('arn','messages:apihelp-resetpassword-example-email','s:145:\"es:Enviar un correo de recuperación de contraseña para todos los usuarios con dirección de correo electrónico <kbd>usuario@ejemplo.com</kbd>.\";'),('arn','messages:apihelp-resetpassword-example-user','s:82:\"es:Enviar un correo de recuperación de contraseña al usuario <kbd>Ejemplo</kbd>.\";'),('arn','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('arn','messages:apihelp-resetpassword-param-email','s:74:\"es:Dirección de correo electrónico del usuario que se va a reinicializar\";'),('arn','messages:apihelp-resetpassword-param-user','s:42:\"es:Usuario en proceso de reinicialización\";'),('arn','messages:apihelp-resetpassword-summary','s:71:\"es:Enviar un email de reinicialización de la contraseña a un usuario.\";'),('arn','messages:apihelp-revisiondelete-example-log','s:109:\"es:Ocultar todos los datos de la entrada de registro <kbd>67890</kbd> con el motivo <kbd>BLP violation</kbd>.\";'),('arn','messages:apihelp-revisiondelete-example-revision','s:92:\"es:Ocultar el contenido de la revisión <kbd>12345</kbd> de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-revisiondelete-param-hide','s:34:\"es:Qué ocultar en cada revisión.\";'),('arn','messages:apihelp-revisiondelete-param-ids','s:49:\"es:Identificadores de las revisiones para borrar.\";'),('arn','messages:apihelp-revisiondelete-param-reason','s:45:\"es:Motivo de la eliminación o restauración.\";'),('arn','messages:apihelp-revisiondelete-param-show','s:34:\"es:Qué mostrar en cada revisión.\";'),('arn','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('arn','messages:apihelp-revisiondelete-param-tags','s:65:\"es:Etiquetas que aplicar a la entrada en el registro de borrados.\";'),('arn','messages:apihelp-revisiondelete-param-target','s:97:\"es:Título de la página para el borrado de la revisión, en caso de ser necesario para ese tipo.\";'),('arn','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('arn','messages:apihelp-revisiondelete-summary','s:34:\"es:Eliminar y restaurar revisiones\";'),('arn','messages:apihelp-rollback-example-simple','s:104:\"es:Revertir las últimas ediciones de la página <kbd>Main Page</kbd> por el usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-rollback-example-summary','s:231:\"es:Revertir las últimas ediciones de la página <kbd>Main Page</kbd> por el usuario de IP <kbd>192.0.2.5</kbd> con resumen <kbd>Reverting vandalism</kbd>, y marcar esas ediciones y la reversión como ediciones realizadas por bots.\";'),('arn','messages:apihelp-rollback-extended-description','s:113:\"es:Si el último usuario que editó la página hizo varias ediciones consecutivas, todas ellas serán revertidas.\";'),('arn','messages:apihelp-rollback-param-markbot','s:79:\"es:Marca las ediciones como revertidas y las revierte como ediciones de un bot.\";'),('arn','messages:apihelp-rollback-param-pageid','s:91:\"es:Identificador de la página que revertir. No se puede usar junto con <var>$1title</var>.\";'),('arn','messages:apihelp-rollback-param-summary','s:88:\"es:Resumen de edición personalizado. Si se deja vacío se utilizará el predeterminado.\";'),('arn','messages:apihelp-rollback-param-tags','s:41:\"es:Etiquetas que aplicar a la reversión.\";'),('arn','messages:apihelp-rollback-param-title','s:86:\"es:Título de la página que revertir. No se puede usar junto con <var>$1pageid</var>.\";'),('arn','messages:apihelp-rollback-param-user','s:56:\"es:Nombre del usuario cuyas ediciones se van a revertir.\";'),('arn','messages:apihelp-rollback-param-watchlist','s:140:\"es:Añadir o borrar incondicionalmente la página de la lista de seguimiento del usuario actual, usar preferencias o no cambiar seguimiento.\";'),('arn','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-rollback-summary','s:46:\"es:Deshacer la última edición de la página.\";'),('arn','messages:apihelp-rsd-example-simple','s:27:\"es:Exportar el esquema RSD.\";'),('arn','messages:apihelp-rsd-summary','s:80:\"es:Exportar un esquema RSD (Really Simple Discovery; Descubrimiento Muy Simple).\";'),('arn','messages:apihelp-setnotificationtimestamp-example-all','s:87:\"es:Restablecer el estado de notificación para la totalidad de la lista de seguimiento.\";'),('arn','messages:apihelp-setnotificationtimestamp-example-allpages','s:104:\"es:Restablecer el estado de notificación de las páginas del espacio de nombres <kbd>{{ns:user}}</kbd>.\";'),('arn','messages:apihelp-setnotificationtimestamp-example-page','s:66:\"es:Restablecer el estado de notificación de <kbd>Main page</kbd>.\";'),('arn','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:167:\"es:Fijar la marca de tiempo de notificación de <kbd>Main page</kbd> para que todas las ediciones posteriores al 1 de enero de 2012 estén consideradas como no vistas.\";'),('arn','messages:apihelp-setnotificationtimestamp-extended-description','s:206:\"es:Esto afecta a la función de resaltado de las páginas modificadas en la lista de seguimiento y al envío de correo electrónico cuando la preferencia \"{{int:tog-enotifwatchlistpages}}\" está habilitada.\";'),('arn','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:49:\"es:Trabajar en todas las páginas en seguimiento.\";'),('arn','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:97:\"es:Revisión a la que fijar la marca de tiempo de notificación más reciente (una sola página).\";'),('arn','messages:apihelp-setnotificationtimestamp-param-timestamp','s:79:\"es:Fecha y hora a las cuales debe fijarse el cronomarcador de la notificación.\";'),('arn','messages:apihelp-setnotificationtimestamp-param-torevid','s:83:\"es:Revisión a la que fijar la marca de tiempo de notificación (una sola página).\";'),('arn','messages:apihelp-setnotificationtimestamp-summary','s:93:\"es:Actualizar la marca de tiempo de notificación de las páginas en la lista de seguimiento.\";'),('arn','messages:apihelp-setpagelanguage-example-default','s:111:\"es:Cambiar el idioma de la página con identificador 123 al idioma predeterminado para el contenido de la wiki.\";'),('arn','messages:apihelp-setpagelanguage-example-language','s:56:\"es:Cambiar el idioma de <kbd>Main Page</kbd> al euskera.\";'),('arn','messages:apihelp-setpagelanguage-extended-description-disabled','s:188:\"es:En esta wiki no se permite modificar el idioma de las páginas.\n\nActiva <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> para utilizar esta acción.\";'),('arn','messages:apihelp-setpagelanguage-param-lang','s:163:\"es:Código del idioma al que se desea cambiar la página. Usa <kbd>default</kbd> para restablecer la página al idioma predeterminado para el contenido de la wiki.\";'),('arn','messages:apihelp-setpagelanguage-param-pageid','s:105:\"es:Identificador de la página cuyo idioma deseas cambiar. No se puede usar junto con <var>$1title</var>.\";'),('arn','messages:apihelp-setpagelanguage-param-reason','s:21:\"es:Motivo del cambio.\";'),('arn','messages:apihelp-setpagelanguage-param-tags','s:89:\"es:Cambiar las etiquetas que aplicar a la entrada de registro resultante de esta acción.\";'),('arn','messages:apihelp-setpagelanguage-param-title','s:100:\"es:Título de la página cuyo idioma deseas cambiar. No se puede usar junto con <var>$1pageid</var>.\";'),('arn','messages:apihelp-setpagelanguage-summary','s:36:\"es:Cambiar el idioma de una página.\";'),('arn','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('arn','messages:apihelp-stashedit-param-baserevid','s:41:\"es:Identificador de la revisión de base.\";'),('arn','messages:apihelp-stashedit-param-contentformat','s:77:\"es:Formato de serialización de contenido utilizado para el texto de entrada.\";'),('arn','messages:apihelp-stashedit-param-contentmodel','s:30:\"es:Modelo del contenido nuevo.\";'),('arn','messages:apihelp-stashedit-param-section','s:107:\"es:Número de la sección. <kbd>0</kbd> para una sección superior, <kbd>new</kbd> para una sección nueva.\";'),('arn','messages:apihelp-stashedit-param-sectiontitle','s:36:\"es:El título de una sección nueva.\";'),('arn','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('arn','messages:apihelp-stashedit-param-summary','s:22:\"es:Resumen de cambios.\";'),('arn','messages:apihelp-stashedit-param-text','s:27:\"es:Contenido de la página.\";'),('arn','messages:apihelp-stashedit-param-title','s:47:\"es:Título de la página que se está editando.\";'),('arn','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('arn','messages:apihelp-summary','s:3:\"en:\";'),('arn','messages:apihelp-tag-example-log','s:129:\"es:Eliminar la etiqueta <kbd>spam</kbd> de la entrada del registro con identificador 123 con el motivo <kbd>Wrongly applied</kbd>\";'),('arn','messages:apihelp-tag-example-rev','s:103:\"es:Añadir la etiqueta <kbd>vandalism</kbd> al identificador de revisión 123 sin especificar un motivo\";'),('arn','messages:apihelp-tag-param-add','s:81:\"es:Etiquetas que añadir. Solo se pueden añadir etiquetas definidas manualmente.\";'),('arn','messages:apihelp-tag-param-logid','s:96:\"es:Uno o más identificadores de entradas del registro a los que agregar o eliminar la etiqueta.\";'),('arn','messages:apihelp-tag-param-rcid','s:90:\"es:Uno o más identificadores de cambios recientes a los que añadir o borrar la etiqueta.\";'),('arn','messages:apihelp-tag-param-reason','s:21:\"es:Motivo del cambio.\";'),('arn','messages:apihelp-tag-param-remove','s:107:\"es:Etiquetas que borrar. Solo se pueden borrar etiquetas definidas manualmente o completamente indefinidas.\";'),('arn','messages:apihelp-tag-param-revid','s:82:\"es:Uno o más identificadores de revisión a los que añadir o borrar la etiqueta.\";'),('arn','messages:apihelp-tag-param-tags','s:98:\"es:Etiquetas que aplicar a la entrada de registro que se generará como resultado de esta acción.\";'),('arn','messages:apihelp-tag-summary','s:97:\"es:Añadir o borrar etiquetas de modificación de revisiones individuales o entradas de registro.\";'),('arn','messages:apihelp-unblock-example-id','s:47:\"es:Desbloquear el bloqueo de ID #<kbd>105</kbd>\";'),('arn','messages:apihelp-unblock-example-user','s:75:\"es:Desbloquear al usuario <kbd>Bob</kbd> con el motivo <kbd>Sorry Bob</kbd>\";'),('arn','messages:apihelp-unblock-param-id','s:170:\"es:Identificador del bloqueo que se desea desbloquear (obtenido mediante <kbd>list=blocks</kbd>). No se puede usar junto con with <var>$1user</var> o <var>$1userid</var>.\";'),('arn','messages:apihelp-unblock-param-reason','s:25:\"es:Motivo del desbloqueo.\";'),('arn','messages:apihelp-unblock-param-tags','s:77:\"es:Cambiar las etiquetas que aplicar a la entrada en el registro de bloqueos.\";'),('arn','messages:apihelp-unblock-param-user','s:153:\"es:Nombre de usuario, dirección IP o intervalo de direcciones IP para desbloquear. No se puede utilizar junto con <var>$1id</var> o <var>$1userid</var>.\";'),('arn','messages:apihelp-unblock-param-userid','s:101:\"es:ID de usuario que desbloquear. No se puede utilizar junto con <var>$1id</var> o <var>$1user</var>.\";'),('arn','messages:apihelp-unblock-summary','s:26:\"es:Desbloquear un usuario.\";'),('arn','messages:apihelp-undelete-example-page','s:45:\"es:Restaurar la página <kbd>Main page</kbd>.\";'),('arn','messages:apihelp-undelete-example-revisions','s:63:\"es:Restaurar dos revisiones de la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('arn','messages:apihelp-undelete-param-fileids','s:158:\"es:Identificadores de las revisiones que se desea restaurar. Si tanto <var>$1timestamps</var> como <var>$1fileids</var> están vacíos, se restaurarán todas.\";'),('arn','messages:apihelp-undelete-param-reason','s:30:\"es:Motivo de la restauración.\";'),('arn','messages:apihelp-undelete-param-tags','s:78:\"es:Cambiar las etiquetas para aplicar a la entrada en el registro de borrados.\";'),('arn','messages:apihelp-undelete-param-timestamps','s:159:\"es:Marcas de tiempo de las revisiones que se desea restaurar. Si tanto <var>$1timestamps</var> como <var>$1fileids</var> están vacíos, se restaurarán todas.\";'),('arn','messages:apihelp-undelete-param-title','s:39:\"es:Título de la página que restaurar.\";'),('arn','messages:apihelp-undelete-param-undeletetalk','s:83:\"es:Restaurar todas las revisiones de la página de discusión asociada, si existen.\";'),('arn','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('arn','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-undelete-summary','s:47:\"es:Restaurar revisiones de una página borrada.\";'),('arn','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('arn','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('arn','messages:apihelp-upload-example-filekey','s:57:\"es:Completar una subida que falló debido a advertencias.\";'),('arn','messages:apihelp-upload-example-url','s:23:\"es:Subir desde una URL.\";'),('arn','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('arn','messages:apihelp-upload-param-async','s:101:\"es:Realizar de forma asíncrona las operaciones de archivo potencialmente grandes cuando sea posible.\";'),('arn','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('arn','messages:apihelp-upload-param-chunk','s:27:\"es:Contenido del fragmento.\";'),('arn','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('arn','messages:apihelp-upload-param-file','s:25:\"es:Contenido del archivo.\";'),('arn','messages:apihelp-upload-param-filekey','s:85:\"es:Clave que identifica una carga anterior que se guardó en el almacén provisional.\";'),('arn','messages:apihelp-upload-param-filename','s:33:\"es:Nombre del archivo de destino.\";'),('arn','messages:apihelp-upload-param-filesize','s:40:\"es:Tamaño de archivo total de la carga.\";'),('arn','messages:apihelp-upload-param-ignorewarnings','s:28:\"es:Ignorar las advertencias.\";'),('arn','messages:apihelp-upload-param-offset','s:36:\"es:Posición del fragmento en bytes.\";'),('arn','messages:apihelp-upload-param-sessionkey','s:71:\"es:Idéntico a $1filekey, mantenido por razones de retrocompatibilidad.\";'),('arn','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('arn','messages:apihelp-upload-param-tags','s:110:\"es:Cambiar etiquetas para aplicar a la entrada del registro de subidas y a la revisión de página de archivo.\";'),('arn','messages:apihelp-upload-param-text','s:49:\"es:Texto de página inicial para archivos nuevos.\";'),('arn','messages:apihelp-upload-param-url','s:36:\"es:URL de la que obtener el archivo.\";'),('arn','messages:apihelp-upload-param-watch','s:22:\"es:Vigilar la página.\";'),('arn','messages:apihelp-upload-param-watchlist','s:161:\"es:Añadir o borrar incondicionalmente la página de la lista de seguimiento del usuario actual, utilizar las preferencias o no cambiar el estado de seguimiento.\";'),('arn','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('arn','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('arn','messages:apihelp-userrights-example-expiry','s:83:\"es:Añadir al usuario <kbd>SometimeSysop</kbd> al grupo <kbd>sysop</kbd> por 1 mes.\";'),('arn','messages:apihelp-userrights-example-user','s:132:\"es:Agregar al usuario <kbd>FooBot</kbd> al grupo <kbd>bot</kbd> y eliminarlo de los grupos <kbd>sysop</kbd> y <kbd>bureaucrat</kbd>.\";'),('arn','messages:apihelp-userrights-example-userid','s:145:\"es:Añade el usuario con identificador <kbd>123</kbd> al grupo <kbd>bot</kbd>, y lo borra de los grupos <kbd>sysop</kbd> y <kbd>bureaucrat</kbd>.\";'),('arn','messages:apihelp-userrights-param-add','s:124:\"es:Agregar el usuario a estos grupos, o, si ya es miembro, actualizar la fecha de expiración de su pertenencia a ese grupo.\";'),('arn','messages:apihelp-userrights-param-expiry','s:447:\"es:Marcas de tiempo de expiración. Pueden ser relativas (por ejemplo, <kbd>5 months</kbd> o <kbd>2 weeks</kbd>) o absolutas (por ejemplo, <kbd>2014-09-18T12:34:56Z</kbd>). Si sólo se fija una marca de tiempo, se utilizará para todos los grupos que se pasen al parámetro <var>$1añadir</var>. Usa <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, o <kbd>never</kbd> para que la pertenencia al grupo no tenga fecha de expiración.\";'),('arn','messages:apihelp-userrights-param-reason','s:21:\"es:Motivo del cambio.\";'),('arn','messages:apihelp-userrights-param-remove','s:39:\"es:Eliminar el usuario de estos grupos.\";'),('arn','messages:apihelp-userrights-param-tags','s:86:\"es:Cambia las etiquetas que aplicar a la entrada del registro de derechos del usuario.\";'),('arn','messages:apihelp-userrights-param-user','s:11:\"es:Usuario.\";'),('arn','messages:apihelp-userrights-param-userid','s:17:\"es:ID de usuario.\";'),('arn','messages:apihelp-userrights-summary','s:49:\"es:Cambiar la pertenencia a grupos de un usuario.\";'),('arn','messages:apihelp-validatepassword-example-1','s:67:\"es:Validar la contraseña <kbd>foobar</kbd> para el usuario actual.\";'),('arn','messages:apihelp-validatepassword-example-2','s:93:\"es:Validar la contraseña <kbd>qwerty</kbd> para la creación del usuario <kbd>Example</kbd>.\";'),('arn','messages:apihelp-validatepassword-extended-description','s:217:\"es:La validez es <samp>Good</samp> si la contraseña es aceptable, <samp>Change</samp> y la contraseña se puede usar para iniciar sesión pero debe cambiarse o <samp>Invalid</samp> si la contraseña no se puede usar.\";'),('arn','messages:apihelp-validatepassword-param-email','s:75:\"es:Dirección de correo electrónico, para pruebas de creación de cuentas.\";'),('arn','messages:apihelp-validatepassword-param-password','s:28:\"es:Contraseña para validar.\";'),('arn','messages:apihelp-validatepassword-param-realname','s:53:\"es:Nombre real, para pruebas de creación de cuentas.\";'),('arn','messages:apihelp-validatepassword-param-user','s:96:\"es:Nombre de usuario, para pruebas de creación de cuentas. El usuario nombrado no debe existir.\";'),('arn','messages:apihelp-validatepassword-summary','s:75:\"es:Valida una contraseña contra las políticas de contraseñas de la wiki.\";'),('arn','messages:apihelp-watch-example-generator','s:65:\"es:Seguir las primeras páginas del espacio de nombres principal.\";'),('arn','messages:apihelp-watch-example-unwatch','s:44:\"es:Dejar de vigilar la <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-watch-example-watch','s:43:\"es:Vigilar la página <kbd>Main Page</kbd>.\";'),('arn','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('arn','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('arn','messages:apihelp-watch-param-title','s:80:\"es:La página que seguir o dejar de seguir. Usa <var>$1titles</var> en su lugar.\";'),('arn','messages:apihelp-watch-param-unwatch','s:67:\"es:Si se define, en vez de seguir la página, se dejará de seguir.\";'),('arn','messages:apihelp-watch-summary','s:75:\"es:Añadir o borrar páginas de la lista de seguimiento del usuario actual.\";'),('arn','messages:apihelp-xml-param-includexmlnamespace','s:54:\"es:Si se especifica, añade un espacio de nombres XML.\";'),('arn','messages:apihelp-xml-param-xslt','s:181:\"es:Si se especifica, añade la página nombrada como una hoja de estilo XSL. El valor debe ser un título en el espacio de nombres {{ns:MediaWiki}} que termine en <code>.xsl</code>.\";'),('arn','messages:apihelp-xml-summary','s:47:\"es:Producir los datos de salida en formato XML.\";'),('arn','messages:apihelp-xmlfm-summary','s:83:\"es:Producir los datos de salida en formato XML (con resaltado sintáctico en HTML).\";'),('arn','messages:apisandbox','s:28:\"es:Zona de pruebas de la API\";'),('arn','messages:apisandbox-add-multi','s:10:\"es:Añadir\";'),('arn','messages:apisandbox-alert-field','s:40:\"es:El valor de este campo no es válido.\";'),('arn','messages:apisandbox-alert-page','s:46:\"es:Los campos de esta página no son válidos.\";'),('arn','messages:apisandbox-continue','s:12:\"es:Continuar\";'),('arn','messages:apisandbox-continue-clear','s:9:\"es:Vaciar\";'),('arn','messages:apisandbox-continue-help','s:234:\"es:{{int:apisandbox-continue}} [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continuará] la última petición; {{int:apisandbox-continue-clear}} borrará los parámetros relativos a la continuación.\";'),('arn','messages:apisandbox-deprecated-parameters','s:24:\"es:Parámetros en desuso\";'),('arn','messages:apisandbox-dynamic-error-exists','s:40:\"es:Ya existe un parámetro llamado \"$1\".\";'),('arn','messages:apisandbox-dynamic-parameters','s:26:\"es:Parámetros adicionales\";'),('arn','messages:apisandbox-dynamic-parameters-add-label','s:22:\"es:Añadir parámetro:\";'),('arn','messages:apisandbox-dynamic-parameters-add-placeholder','s:24:\"es:Nombre del parámetro\";'),('arn','messages:apisandbox-examples','s:11:\"es:Ejemplos\";'),('arn','messages:apisandbox-fetch-token','s:37:\"es:Rellenar la ficha automáticamente\";'),('arn','messages:apisandbox-helpurls','s:19:\"es:Enlaces de ayuda\";'),('arn','messages:apisandbox-intro','s:504:\"es:Usa esta página para experimentar con la <strong>API de servicio web de MediaWiki</strong>.\nPara más detalles sobre el uso de la API, visita [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page su documentación]. Ejemplo: [https://www.mediawiki.org/wiki/API#A_simple_example obtener el contenido de una Página principal]. Selecciona una acción para ver más ejemplos.\n\nObserva que, aunque sea una página de pruebas, las acciones que realices en esta página pueden modificar la wiki.\";'),('arn','messages:apisandbox-jsonly','s:66:\"es:Se requiere JavaScript para utilizar la zona de pruebas de API.\";'),('arn','messages:apisandbox-load-error','s:79:\"es:Ocurrió un error al cargar la información del módulo «$1» de la API: $2\";'),('arn','messages:apisandbox-loading','s:55:\"es:Cargando la información para el módulo API \"$1\"...\";'),('arn','messages:apisandbox-loading-results','s:37:\"es:Recibiendo resultados de la API...\";'),('arn','messages:apisandbox-multivalue-all-namespaces','s:37:\"es:$1 (Todos los espacios de nombres)\";'),('arn','messages:apisandbox-multivalue-all-values','s:25:\"es:$1 (Todos los valores)\";'),('arn','messages:apisandbox-no-parameters','s:41:\"es:Este módulo API no tiene parámetros.\";'),('arn','messages:apisandbox-param-limit','s:55:\"es:Escribe <kbd>max</kbd> para usar el límite máximo.\";'),('arn','messages:apisandbox-request-format-json-label','s:7:\"es:JSON\";'),('arn','messages:apisandbox-request-format-php-label','s:12:\"es:PHP array\";'),('arn','messages:apisandbox-request-format-url-label','s:31:\"es:Cadena de consulta de la URL\";'),('arn','messages:apisandbox-request-json-label','s:18:\"es:Petición JSON:\";'),('arn','messages:apisandbox-request-php-label','s:27:\"es:Solicitud de matriz PHP:\";'),('arn','messages:apisandbox-request-selectformat-label','s:42:\"es:Mostrar los datos de la petición como:\";'),('arn','messages:apisandbox-request-time','s:43:\"es:Tiempo de solicitud: {{PLURAL:$1|$1 ms}}\";'),('arn','messages:apisandbox-request-url-label','s:17:\"es:Petición URL:\";'),('arn','messages:apisandbox-reset','s:10:\"es:Limpiar\";'),('arn','messages:apisandbox-results','s:13:\"es:Resultados\";'),('arn','messages:apisandbox-results-error','s:75:\"es:Ocurrió un error durante la carga de la respuesta a la consulta API: $1\";'),('arn','messages:apisandbox-results-fixtoken','s:37:\"es:Corrige el token y vuelve a enviar\";'),('arn','messages:apisandbox-results-fixtoken-fail','s:42:\"es:No fue posible recuperar el token \"$1\".\";'),('arn','messages:apisandbox-results-login-suppressed','s:296:\"es:Esta petición ha sido procesada como un usuario sin sesión iniciada puesto que se podría usar para circunvenir la seguridad del navegador. Tenga en cuenta que la gestión del token automático del API sandbox no funciona correctamente con tales peticiones, por favor rellenalas manualmente.\";'),('arn','messages:apisandbox-retry','s:13:\"es:Reintentar\";'),('arn','messages:apisandbox-sending-request','s:30:\"es:Enviando pedido a la API...\";'),('arn','messages:apisandbox-submit','s:21:\"es:Realizar solicitud\";'),('arn','messages:apisandbox-submit-invalid-fields-message','s:55:\"es:Corrige los campos señalados e inténtalo de nuevo.\";'),('arn','messages:apisandbox-submit-invalid-fields-title','s:33:\"es:Algunos campos no son válidos\";'),('arn','messages:apisandbox-summary','s:3:\"en:\";'),('arn','messages:apisandbox-templated-parameter-reason','s:146:\"es:Esta [[Special:ApiHelp/main#main/templatedparams|plantilla de parámetros]] se ofrece en función {{PLURAL:$1|del valor|de los valores}} de $2.\";'),('arn','messages:apiwarn-alldeletedrevisions-performance','s:103:\"es:Para conseguir un mejor rendimiento a la hora de generar títulos, establece <kbd>$1dir=newer</kbd>.\";'),('arn','messages:apiwarn-badurlparam','s:99:\"es:No se pudo analizar <var>$1urlparam</var> para $2. Se utilizarán solamente la anchura y altura.\";'),('arn','messages:apiwarn-badutf8','s:225:\"es:El valor pasado para <var>$1</var> contiene datos no válidos o no normalizados. Los datos textuales deberían estar en Unicode válido, normalizado en NFC y sin caracteres de control C0 excepto HT (\\t), LF (\\n) y CR (\\r).\";'),('arn','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('arn','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('arn','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('arn','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('arn','messages:apiwarn-deprecation-deletedrevs','s:144:\"es:<kbd>list=deletedrevs</kbd> ha quedado obsoleto. En su lugar, utiliza <kbd>prop=deletedrevisions</kbd> o <kbd>list=alldeletedrevisions</kbd>.\";'),('arn','messages:apiwarn-deprecation-httpsexpected','s:49:\"es:Se ha utilizado HTTP cuando se esperaba HTTPS.\";'),('arn','messages:apiwarn-deprecation-login-botpw','s:359:\"es:El inicio de sesión con la cuenta principal mediante <kbd>action=login</kbd> está en desuso y puede dejar de funcionar sin aviso previo. Para proseguir el inicio de sesión mediante <kbd>action=login</kbd>, véase [[Special:BotPasswords]]. Para proseguir el inicio de sesión con la cuenta principal de forma segura, véase <kbd>action=clientlogin</kbd>.\";'),('arn','messages:apiwarn-deprecation-login-nobotpw','s:217:\"es:El inicio de sesión con la cuenta principal mediante <kbd>action=login</kbd> está en desuso y puede dejar de funcionar sin aviso previo. Para iniciar sesión de forma segura, véase <kbd>action=clientlogin</kbd>.\";'),('arn','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('arn','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('arn','messages:apiwarn-deprecation-parameter','s:51:\"es:El parámetro <var>$1</var> ha quedado obsoleto.\";'),('arn','messages:apiwarn-deprecation-parse-headitems','s:227:\"es:<kbd>prop=headitems</kbd> está en desuso desde MediaWiki 1.28. Usa <kbd>prop=headhtml</kbd> cuando crees nuevos documentos HTML, o <kbd>prop=módulos|jsconfigvars</kbd> cuando actualices un documento en el lado del cliente.\";'),('arn','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('arn','messages:apiwarn-deprecation-purge-get','s:87:\"es:El uso de <kbd>action=purge</kbd> mediante GET está obsoleto. Usa POST en su lugar.\";'),('arn','messages:apiwarn-deprecation-withreplacement','s:73:\"es:<kbd>$1</kbd> ha quedado obsoleto. En su lugar, utiliza <kbd>$2</kbd>.\";'),('arn','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('arn','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('arn','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('arn','messages:apiwarn-invalidcategory','s:29:\"es:\"$1\" no es una categoría.\";'),('arn','messages:apiwarn-invalidtitle','s:35:\"es:«$1» no es un título válido.\";'),('arn','messages:apiwarn-invalidxmlstylesheet','s:61:\"es:La hoja de estilos especificada no es válida o no existe.\";'),('arn','messages:apiwarn-invalidxmlstylesheetext','s:67:\"es:Las hojas de estilo deben tener la extensión <code>.xsl</code>.\";'),('arn','messages:apiwarn-invalidxmlstylesheetns','s:79:\"es:La hoja de estilos debería estar en el espacio de nombres {{ns:MediaWiki}}.\";'),('arn','messages:apiwarn-moduleswithoutvars','s:207:\"es:La propiedad <kbd>modules</kbd> está definida, pero no lo está <kbd>jsconfigvars</kbd> ni <kbd>encodedjsconfigvars</kbd>. Las variables de configuración son necesarias para el correcto uso del módulo.\";'),('arn','messages:apiwarn-notfile','s:25:\"es:\"$1\" no es un archivo.\";'),('arn','messages:apiwarn-nothumb-noimagehandler','s:98:\"es:No se pudo crear la miniatura porque «$1» no tiene ningún manipulador de imágenes asociado.\";'),('arn','messages:apiwarn-parse-nocontentmodel','s:79:\"es:No se proporcionó <var>title</var> ni <var>contentmodel</var>. Se asume $1.\";'),('arn','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('arn','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('arn','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('arn','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('arn','messages:apiwarn-truncatedresult','s:92:\"es:Se ha truncado este resultado porque de otra manera sobrepasaría el límite de $1 bytes.\";'),('arn','messages:apiwarn-unclearnowtimestamp','s:252:\"es:El paso de «$2» para el parámetro <var>$1</var> de la marca de tiempo ha quedado obsoleto. Si por alguna razón necesitas especificar de forma explícita la hora actual sin calcularla desde el lado del cliente, utiliza <kbd>now</kbd> («ahora»).\";'),('arn','messages:apiwarn-unrecognizedvalues','s:97:\"es:{{PLURAL:$3|Valor no reconocido|Valores no reconocidos}} para el parámetro <var>$1</var>: $2.\";'),('arn','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('arn','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('arn','messages:apiwarn-validationfailed','s:44:\"es:Error de validación de <kbd>$1</kbd>: $2\";'),('arn','messages:apiwarn-validationfailed-badchars','s:162:\"es:caracteres no válidos en la clave (solamente se admiten los caracteres <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code> y <code>-</code>).\";'),('arn','messages:apiwarn-validationfailed-badpref','s:33:\"es:no es una preferencia válida.\";'),('arn','messages:apiwarn-validationfailed-cannotset','s:45:\"es:no puede ser establecido por este módulo.\";'),('arn','messages:apiwarn-validationfailed-keytoolong','s:78:\"es:clave demasiado larga (no puede tener más de $1 {{PLURAL:$1|byte|bytes}}).\";'),('arn','messages:apiwarn-validationfailed-valuetoolong','s:78:\"es:valor demasiado largo (no se permiten más de $1 {{PLURAL:$1|byte|bytes}}).\";'),('arn','messages:apiwarn-wgdebugapi','s:79:\"es:<strong>Alerta de seguridad:</strong> <var>$wgDebugAPI</var> está activado.\";'),('arn','messages:apr','s:7:\"arn:afr\";'),('arn','messages:april','s:18:\"arn:afril küyeṉ\";'),('arn','messages:april-gen','s:17:\"arn:afril küyenh\";'),('arn','messages:article','s:26:\"arn:Trokiñdungu wülngiñ\";'),('arn','messages:articleexists','s:95:\"es:Ya existe una página en [[:$1]], o el nombre que elegiste no es válido.\nElige otro nombre.\";'),('arn','messages:aug','s:7:\"arn:ako\";'),('arn','messages:august','s:19:\"arn:akostu küyeṉ\";'),('arn','messages:august-gen','s:18:\"arn:akostu küyenh\";'),('arn','messages:authenticationdatachange-ignored','s:105:\"es:El cambio den los datos de autentificacion no fue realizado. ¿Tal vez, no se configuró un proveedor?\";'),('arn','messages:authform-newtoken','s:18:\"es:Falta token. $1\";'),('arn','messages:authform-nosession-login','s:99:\"es:La autenticación fue exitosa, pero tu navegador no «recuerda» haber accedido a la cuenta.\n\n$1\";'),('arn','messages:authform-nosession-signup','s:87:\"es:Se ha creado la cuenta, pero tu navegador no «recuerda» haber accedido a ella.\n\n$1\";'),('arn','messages:authform-notoken','s:17:\"es:Falta la ficha\";'),('arn','messages:authform-wrongtoken','s:19:\"es:Ficha incorrecta\";'),('arn','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('arn','messages:authmanager-authn-autocreate-failed','s:58:\"es:Falló la creación automática de una cuenta local: $1\";'),('arn','messages:authmanager-authn-no-local-user','s:87:\"es:Las credenciales suministradas no están asociadas con ningún usuario en esta wiki.\";'),('arn','messages:authmanager-authn-no-local-user-link','s:234:\"es:Las credenciales suministradas son válidas, pero no están asociadas con ningún usuario de esta wiki. Inicia sesión con un usuario diferente, o crea un nuevo usuario, para poder vincular tus credenciales anteriores a esa cuenta.\";'),('arn','messages:authmanager-authn-no-primary','s:65:\"es:Las credenciales proporcionadas no se han podido autentificar.\";'),('arn','messages:authmanager-authn-not-in-progress','s:125:\"es:La autenticación no está en curso o los datos de sesión se han perdido. Por favor, vuelve a empezar desde el principio.\";'),('arn','messages:authmanager-autocreate-exception','s:98:\"es:La creación automática de cuentas ha sido temporalmente desactivada debido a errores previos.\";'),('arn','messages:authmanager-autocreate-noperm','s:58:\"es:La creación automática de cuentas no está permitida.\";'),('arn','messages:authmanager-change-not-supported','s:107:\"es:Las credenciales proporcionadas no se pueden cambiar, ya que no hay nada que fuera a hacer uso de ellas.\";'),('arn','messages:authmanager-create-disabled','s:45:\"es:Está desactivada la creación de cuentas.\";'),('arn','messages:authmanager-create-from-login','s:45:\"es:Para crear una cuenta, rellena los campos.\";'),('arn','messages:authmanager-create-no-primary','s:82:\"es:Las credenciales suministradas no pueden usarse para la creación de la cuenta.\";'),('arn','messages:authmanager-create-not-in-progress','s:137:\"es:El proceso de creación de la cuenta no está en progreso o se perdieron los datos de la sesión. Empieza de nuevo desde el principio.\";'),('arn','messages:authmanager-domain-help','s:42:\"es:Dominio para la autenticación externa.\";'),('arn','messages:authmanager-email-help','s:36:\"es:Dirección de correo electrónico\";'),('arn','messages:authmanager-email-label','s:22:\"es:Correo electrónico\";'),('arn','messages:authmanager-link-no-primary','s:82:\"es:Las credenciales proporcionadas no se han podido utilizar para enlazar cuentas.\";'),('arn','messages:authmanager-link-not-in-progress','s:137:\"es:La vinculación de cuentas no está en curso o los datos de la sesión se han perdido. Por favor, vuelve a empezar desde el principio.\";'),('arn','messages:authmanager-password-help','s:35:\"es:Contraseña para autenticación.\";'),('arn','messages:authmanager-provider-password','s:39:\"es:Autenticación basada en contraseña\";'),('arn','messages:authmanager-provider-password-domain','s:49:\"es:Autenticación basada en contraseña y dominio\";'),('arn','messages:authmanager-provider-temporarypassword','s:23:\"es:Contraseña temporal\";'),('arn','messages:authmanager-realname-help','s:26:\"es:Nombre real del usuario\";'),('arn','messages:authmanager-realname-label','s:14:\"es:Nombre real\";'),('arn','messages:authmanager-retype-help','s:42:\"es:La contraseña de nuevo para confirmar.\";'),('arn','messages:authmanager-userdoesnotexist','s:41:\"es:El usuario «$1» no está registrado.\";'),('arn','messages:authmanager-userlogin-remembermypassword-help','s:84:\"es:Si debe recordarse la contraseña por más tiempo que la duración de la sesión.\";'),('arn','messages:authmanager-username-help','s:44:\"es:Nombre de usuario para la autenticación.\";'),('arn','messages:authpage-cannot-create','s:49:\"es:No se puede iniciar la creación de la cuenta.\";'),('arn','messages:authpage-cannot-create-continue','s:105:\"es:No se puede continuar con la creación de la cuenta. Lo más probable es que tu sesión haya expirado.\";'),('arn','messages:authpage-cannot-link','s:52:\"es:No se puede iniciar la vinculación de la cuenta.\";'),('arn','messages:authpage-cannot-link-continue','s:108:\"es:No se puede continuar con la vinculación de la cuenta. Lo más probable es que tu sesión haya expirado.\";'),('arn','messages:authpage-cannot-login','s:34:\"es:No se puede iniciar la sesión.\";'),('arn','messages:authpage-cannot-login-continue','s:100:\"es:No se puede continuar con el inicio de sesión. Lo más probable es que tu sesión haya expirado.\";'),('arn','messages:authprovider-confirmlink-failed','s:63:\"es:La vinculación de cuentas no se ha realizado con éxito: $1\";'),('arn','messages:authprovider-confirmlink-failed-line','s:9:\"es:$1: $2\";'),('arn','messages:authprovider-confirmlink-message','s:215:\"es:Basado en tus últimos intentos para iniciar sesión, las siguientes cuentas pueden vincularse a tu cuenta wiki. Vincularlas permite iniciar sesión a través de esas cuentas. Selecciona cuáles deben vincularse.\";'),('arn','messages:authprovider-confirmlink-ok-help','s:71:\"es:Continuar luego de mostrar los mensajes de error en la vinculación.\";'),('arn','messages:authprovider-confirmlink-option','s:10:\"es:$1 ($2)\";'),('arn','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('arn','messages:authprovider-confirmlink-request-label','s:35:\"es:Cuentas que deberían vincularse\";'),('arn','messages:authprovider-confirmlink-success-line','s:30:\"es:$1: vinculado exitosamente.\";'),('arn','messages:authprovider-resetpass-skip-help','s:49:\"es:Saltar el reestablecimiento de la contraseña.\";'),('arn','messages:authprovider-resetpass-skip-label','s:9:\"es:Omitir\";'),('arn','messages:autoblockedtext','s:726:\"es:Tu dirección IP ha sido bloqueada automáticamente porque fue utilizada por otro usuario, que resultó bloqueado por $1.\nEl motivo dado es el siguiente:\n\n:<em>$2</em>\n\n* Inicio del bloqueo: $8\n* Caducidad del bloqueo: $6\n* Bloqueo destinado a: $7\n\nPuedes contactar con $1 o con otro de los [[{{MediaWiki:Grouppage-sysop}}|administradores]] para discutir el bloqueo.\n\nPuedes utilizar la función «{{int:emailuser}}» si hayas registrado una dirección de correo electrónico válida en tus [[Special:Preferences|preferencias]] y la función no haya sido también bloqueada.\n\nTu dirección IP actual es $3, y el identificador del bloqueo es n.º $5.\nIncluye todos los datos aquí mostrados en cualquier consulta que hagas.\";'),('arn','messages:autoblocker','s:152:\"es:Has sido bloqueado automáticamente porque tu dirección IP ha sido usada recientemente por «[[User:$1|$1]]».\nEl motivo del bloqueo a $1 es «$2».\";'),('arn','messages:autoblockid','s:31:\"es:Bloqueo automático n.º $1\";'),('arn','messages:autoblocklist','s:24:\"es:Bloqueos automáticos\";'),('arn','messages:autoblocklist-empty','s:50:\"es:La lista de bloqueos automáticos está vacía.\";'),('arn','messages:autoblocklist-legend','s:32:\"es:Mostrar bloqueos automáticos\";'),('arn','messages:autoblocklist-localblocks','s:72:\"es:{{PLURAL:$1|Bloqueo automático local|Bloqueos automáticos locales}}\";'),('arn','messages:autoblocklist-otherblocks','s:69:\"es:{{PLURAL:$1|Otro bloqueo automático|Otros bloqueos automáticos}}\";'),('arn','messages:autoblocklist-submit','s:9:\"es:Buscar\";'),('arn','messages:autoblocklist-total-autoblocks','s:45:\"es:Número total de bloqueos automáticos: $1\";'),('arn','messages:autochange-username','s:34:\"es:Cambio automático de MediaWiki\";'),('arn','messages:autocomment-prefix','s:3:\"en:\";'),('arn','messages:autocreate-edit-warning','s:453:\"es:<strong>Advertencia:</strong> no has iniciado sesión. Tu edición quedará atribuida a un <strong>nombre de usuario generado automáticamente</strong> mediante la instalación de una cookie en tu navegador. Tu dirección IP será visible para ciertos usuarios. Si <strong>[$1 inicias sesión]</strong> o <strong>[$2 creas una cuenta]</strong>, tus ediciones quedarán registradas bajo el nombre de usuario que escojas y contarás con otras ventajas.\";'),('arn','messages:autocreate-preview-warning','s:142:\"es:<em>No estás conectado. Tu edición será atribuida a un nombre auto generado y tu dirección IP será visible a los administradores.</em>\";'),('arn','messages:autoredircomment','s:30:\"es:Página redirigida a [[$1]]\";'),('arn','messages:autosumm-blank','s:21:\"es:Página blanqueada\";'),('arn','messages:autosumm-changed-redirect-target','s:62:\"es:Se cambió el destino de la redirección de [[$1]] a [[$2]]\";'),('arn','messages:autosumm-new','s:28:\"es:Página creada con «$1»\";'),('arn','messages:autosumm-newblank','s:30:\"es:Se creó una página vacía\";'),('arn','messages:autosumm-removed-redirect','s:43:\"es:Se eliminó la redirección hacia [[$1]]\";'),('arn','messages:autosumm-replace','s:33:\"es:Página reemplazada por «$1»\";'),('arn','messages:backend-fail-alreadyexists','s:29:\"es:El archivo \"$1\" ya existe.\";'),('arn','messages:backend-fail-backup','s:58:\"es:No se pudo hacer copia de seguridad del archivo «$1».\";'),('arn','messages:backend-fail-batchsize','s:173:\"es:Se ha proporcionado al sistema de almacenamiento un lote de $1 {{PLURAL:$1|operación|operaciones}} de archivos; el límite es de $2 {{PLURAL:$2|operación|operaciones}}.\";'),('arn','messages:backend-fail-closetemp','s:41:\"es:No se pudo cerrar el archivo temporal.\";'),('arn','messages:backend-fail-connect','s:63:\"es:No se pudo conectar con el sistema de almacenamiento «$1».\";'),('arn','messages:backend-fail-contenttype','s:88:\"es:No se pudo determinar el tipo de contenido del archivo que se debe guardar en «$1».\";'),('arn','messages:backend-fail-copy','s:54:\"es:No se ha podido copiar el archivo «$1» en «$2».\";'),('arn','messages:backend-fail-create','s:39:\"es:No se pudo escribir el archivo \"$1\".\";'),('arn','messages:backend-fail-delete','s:39:\"es:No se pudo borrar el archivo «$1».\";'),('arn','messages:backend-fail-describe','s:57:\"es:No se pudieron cambiar los metadatos del archivo \"$1\".\";'),('arn','messages:backend-fail-hash','s:70:\"es:No se pudo determinar el resumen criptográfico del archivo «$1».\";'),('arn','messages:backend-fail-hashes','s:72:\"es:No se pudieron obtener los \"hashes\" de los archivos para compararlos.\";'),('arn','messages:backend-fail-internal','s:79:\"es:Se ha producido un error desconocido en el sistema de almacenamiento «$1».\";'),('arn','messages:backend-fail-invalidpath','s:46:\"es:$1 no es una ruta de almacenamiento válida\";'),('arn','messages:backend-fail-maxsize','s:92:\"es:No se pudo escribir el archivo «$1» porque es mayor que {{PLURAL:$2|un byte|$2 bytes}}.\";'),('arn','messages:backend-fail-move','s:47:\"es:No se pudo trasladar el archivo \"$1\" a \"$2\".\";'),('arn','messages:backend-fail-notexists','s:27:\"es:El archivo $1 no existe.\";'),('arn','messages:backend-fail-notsame','s:41:\"es:Ya existe un archivo distinto en \"$1\".\";'),('arn','messages:backend-fail-opentemp','s:37:\"es:No se pudo crear archivo temporal.\";'),('arn','messages:backend-fail-read','s:37:\"es:No se pudo leer el archivo «$1».\";'),('arn','messages:backend-fail-readonly','s:115:\"es:El sistema de almacenamiento «$1» está actualmente en modo de solo lectura. La razón aducida es: <em>$2</em>\";'),('arn','messages:backend-fail-sizes','s:66:\"es:No se pudo obtener el tamaño de los archivos para compararlos.\";'),('arn','messages:backend-fail-stat','s:48:\"es:No se pudo leer el estado del archivo «$1».\";'),('arn','messages:backend-fail-store','s:48:\"es:No se pudo almacenar el archivo \"$1\" en \"$2\".\";'),('arn','messages:backend-fail-stream','s:43:\"es:No se pudo transmitir el archivo «$1».\";'),('arn','messages:backend-fail-synced','s:107:\"es:El archivo «$1» se encuentra en un estado incoherente dentro de los sistemas de almacenamiento interno\";'),('arn','messages:backend-fail-usable','s:119:\"es:No se pudo leer o escribir el archivo \"$1\" debido a permisos insuficientes o directorios/contenedores desaparecidos.\";'),('arn','messages:backend-fail-writetemp','s:46:\"es:No se pudo escribir en el archivo temporal.\";'),('arn','messages:backlinksubtitle','s:9:\"en:← $1\";'),('arn','messages:bad-target-model','s:111:\"es:El destino deseado utiliza un modelo diferente de contenido. No se puede realizar la conversión de $1 a $2.\";'),('arn','messages:bad_image_list','s:254:\"arn:Feychi chumkünuwe ta femngechi:\n\nWif chemkün (llitulu * mew) kimngey müten.\nFeychi wünen lasun wif mew müleay ñi nülkükawael weda eltukawün.\nChem lason rume rupalu feychi wif mew ta feyke. Famngechireke, wülngiñ püneley feychi eltukawün.\";'),('arn','messages:badaccess','s:20:\"es:Error de permisos\";'),('arn','messages:badaccess-group0','s:57:\"es:No estás autorizado a ejecutar la acción solicitada.\";'),('arn','messages:badaccess-groups','s:120:\"es:La acción que has solicitado está restringida a los usuarios {{PLURAL:$2|del grupo|de uno de estos $2 grupos}}: $1.\";'),('arn','messages:badarticleerror','s:36:\"arn:Pepi femlay tüfachi tapülh mew\";'),('arn','messages:badfilename','s:49:\"es:Se ha cambiado el nombre del archivo a «$1».\";'),('arn','messages:badipaddress','s:49:\"es:La dirección IP no tiene el formato correcto.\";'),('arn','messages:badretype','s:33:\"es:Las contraseñas no coinciden.\";'),('arn','messages:badsig','s:70:\"es:El código de tu firma no es válido; comprueba las etiquetas HTML.\";'),('arn','messages:badsightml','s:56:\"es:Tu firma contiene código HTML inválido o en desuso:\";'),('arn','messages:badsiglength','s:95:\"es:Tu firma es muy larga.\nDebe contener un máximo de {{PLURAL:$1|un carácter|$1 caracteres}}.\";'),('arn','messages:badsiglinebreak','s:63:\"es:Tu firma no puede exceder de una única línea de wikitexto.\";'),('arn','messages:badsiglinks','s:158:\"es:Tu firma debe incluir un enlace bien a tu página de usuario, tu página de discusión o de contribuciones. Añádelo usando, por ejemplo, <code>$1</code>.\";'),('arn','messages:badsigsubst','s:105:\"es:Tu firma contiene información anidada (ej. <code>subst:</code> o <code><nowiki>~~~~</nowiki></code>).\";'),('arn','messages:badtitle','s:20:\"arn:Nornongey ta üy\";'),('arn','messages:badtitletext','s:162:\"arn:Chi zuamfal tapülh ñi üy falilay, welliley, kam trarintukulay chi wiki ñi üy well chi zungun ñi üy.\nPepi nieafuy kiñe wirin rume pünefalnolu üy mew.\";'),('arn','messages:beta-feature-minerva','s:80:\"es:Activar la interfaz para móviles ({{int:skinname-minerva}}) en el escritorio\";'),('arn','messages:beta-feature-minerva-description','s:162:\"es:Hacer que la apariencia usada en dispositivos móviles sea una apariencia de escritorio seleccionable en la pestaña de preferencias \"{{int:prefs-rendering}}\".\";'),('arn','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('arn','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('arn','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('arn','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('arn','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('arn','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('arn','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('arn','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('arn','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('arn','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('arn','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('arn','messages:blankarticle','s:149:\"es:<strong>Atención:</strong> estás a punto de crear una página vacía.\nSi pulsas en «$1» de nuevo, se creará la página sin ningún contenido.\";'),('arn','messages:blanknamespace','s:12:\"arn:(Ñizol)\";'),('arn','messages:blankpage','s:16:\"arn:welli pakina\";'),('arn','messages:block','s:19:\"es:Bloquear usuario\";'),('arn','messages:block-actions','s:18:\"es:Tipo de bloqueo\";'),('arn','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('arn','messages:block-details','s:23:\"es:Detalles del bloqueo\";'),('arn','messages:block-expiry','s:7:\"arn:Afi\";'),('arn','messages:block-log-flags-angry-autoblock','s:34:\"es:autobloqueo avanzado habilitado\";'),('arn','messages:block-log-flags-anononly','s:26:\"es:solo usuarios anónimos\";'),('arn','messages:block-log-flags-hiddenname','s:22:\"arn:Üy kellufe ellkan\";'),('arn','messages:block-log-flags-noautoblock','s:34:\"es:bloqueo automático desactivado\";'),('arn','messages:block-log-flags-nocreate','s:27:\"arn:Pepi dewmangelay konün\";'),('arn','messages:block-log-flags-noemail','s:34:\"es:correo electrónico desactivado\";'),('arn','messages:block-log-flags-nousertalk','s:50:\"es:no puede editar su propia página de discusión\";'),('arn','messages:block-options','s:24:\"es:Opciones adicionales:\";'),('arn','messages:block-reason','s:10:\"es:Motivo:\";'),('arn','messages:block-target','s:54:\"es:Nombre de usuario, dirección IP o intervalo de IP:\";'),('arn','messages:block-target-placeholder','s:45:\"es:Nombre de usuario, 1.1.1.42, o 1.1.1.42/16\";'),('arn','messages:blocked-mailpassword','s:165:\"es:Tu dirección IP está bloqueada para editar. Para prevenir abusos, no se permite el uso de la función de recuperación de contraseñas desde esta dirección IP.\";'),('arn','messages:blocked-notice-logextract','s:203:\"es:{{GENDER:$1|Este usuario|Esta usuaria|Esta cuenta}} se encuentra actualmente bloquead{{GENDER:$1|o|a|a}}.\nA continuación se muestra la última entrada del registro de bloqueos para más información:\";'),('arn','messages:blockednoreason','s:34:\"es:no se ha especificado el motivo\";'),('arn','messages:blockedtext','s:501:\"arn:\'\'\'Tami IP ñi üy kam pünekelu ñi üy katrütungey.\'\'\'\n\nMi katrütunieetew $1.\nTüfachi zungu mew <em>$2</em>.\n\n* Llitun: $8\n* Afpun: $6\n* Femngealu: $7\n\nPepi nütramkayafimi $1 kam kake [[{{MediaWiki:Grouppage-sysop}}|ngünepelu]].\nPepi püneaymi \"{{int:emailuser}}\" elpelmi pünefal werküwe tami [[Special:Preferences|zullikan]] mew, ka fey katrütungenolu mi püneael tati.\nYour current IP address is $3, and the block ID is #$5.\nMüngel wirintukuaymi kom wünetu pingelu tüfa mi ramtuael.\";'),('arn','messages:blockedtext-composite','s:297:\"es:<strong>Tu nombre de usuario o dirección IP han sido bloqueados.</strong>\n\nLa razón es:\n\n:<em>$2</em>.\n\n* Inicio del bloqueo: $8\n* Vencimiento del bloqueo más largo: $6\n\n* $5\n\nTu dirección IP actual es $3.\nPor favor, incluye todos los detalles anteriores en cualquier consulta que realices.\";'),('arn','messages:blockedtext-composite-ids','s:118:\"es:Identificadores de bloqueo relevantes: $1 (tu dirección IP puede encontrarse también en alguna lista de bloqueos)\";'),('arn','messages:blockedtext-composite-no-ids','s:55:\"es:Tu dirección IP figura en varias listas de bloqueos\";'),('arn','messages:blockedtext-composite-reason','s:59:\"es:Existen varios bloqueos contra tu cuenta o dirección IP\";'),('arn','messages:blockedtext-partial','s:405:\"es:<strong>Tu nombre de usuario o dirección IP está bloqueada para hacer esto. Aún puedes editar otros páginas en esta wiki.</strong> Puedes ver los detalles completos de bloqueo en [[Special:MyContributions|contribuciones de la cuenta]].\n\nEl bloqueo fue hecho por $1.\n\nLa razón dada es <em>$2</em>.\n\n* Inicio del bloqueo: $8\n* Caducidad del bloqueo: $6\n* Bloqueo destinado a: $7\n* ID del bloqueo: $5\";'),('arn','messages:blockedtitle','s:29:\"es:El usuario está bloqueado\";'),('arn','messages:blockip','s:49:\"es:Bloquear {{GENDER:$1|al usuario|a la usuaria}}\";'),('arn','messages:blockipsuccesssub','s:31:\"es:Bloqueo realizado con éxito\";'),('arn','messages:blockipsuccesstext','s:127:\"es:\"[[Special:Contributions/$1|$1]]\" ha sido bloqueado.<br />\nVéase la [[Special:BlockList|lista de bloqueos]] para revisarlo.\";'),('arn','messages:blockiptext','s:536:\"es:Utiliza el siguiente formulario para bloquear el acceso de escritura a un determinado usuario o dirección IP.\nEsto debería hacerse solo para prevenir vandalismo y de acuerdo a las [[{{MediaWiki:Policy-url}}|políticas]].\nExplica la razón específica del bloqueo (por ejemplo, citando las páginas en particular que han sido objeto de vandalismo).\nPuedes bloquear intervalos IP con la sintaxis [https://es.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR]; el intervalo más grande permitido es /$1 para IPv4 y /$2 para IPv6.\";'),('arn','messages:blocklink','s:13:\"arn:katrütun\";'),('arn','messages:blocklist','s:22:\"es:Usuarios bloqueados\";'),('arn','messages:blocklist-addressblocks','s:45:\"es:Ocultar bloqueos de una sola dirección IP\";'),('arn','messages:blocklist-autoblocks','s:32:\"es:Ocultar bloqueos automáticos\";'),('arn','messages:blocklist-by','s:40:\"es:Administrador que realizó el bloqueo\";'),('arn','messages:blocklist-editing','s:11:\"es:edición\";'),('arn','messages:blocklist-editing-action','s:11:\"es:Acciones\";'),('arn','messages:blocklist-editing-ns','s:22:\"es:Espacios de nombres\";'),('arn','messages:blocklist-editing-page','s:11:\"es:páginas\";'),('arn','messages:blocklist-editing-sitewide','s:30:\"es:edición (en todo el sitio)\";'),('arn','messages:blocklist-expiry','s:9:\"es:Caduca\";'),('arn','messages:blocklist-indefblocks','s:35:\"es:Ocultar los bloqueos indefinidos\";'),('arn','messages:blocklist-nousertalk','s:50:\"es:no puede editar su propia página de discusión\";'),('arn','messages:blocklist-params','s:25:\"es:Parámetros de bloqueo\";'),('arn','messages:blocklist-rangeblocks','s:33:\"es:Ocultar bloqueos por intervalo\";'),('arn','messages:blocklist-reason','s:9:\"es:Motivo\";'),('arn','messages:blocklist-summary','s:3:\"en:\";'),('arn','messages:blocklist-target','s:10:\"es:Destino\";'),('arn','messages:blocklist-tempblocks','s:30:\"es:Ocultar bloqueos temporales\";'),('arn','messages:blocklist-timestamp','s:16:\"es:Cronomarcador\";'),('arn','messages:blocklist-type','s:8:\"es:Tipo:\";'),('arn','messages:blocklist-type-opt-all','s:7:\"es:Todo\";'),('arn','messages:blocklist-type-opt-partial','s:10:\"es:Parcial\";'),('arn','messages:blocklist-type-opt-sitewide','s:19:\"es:En todo el sitio\";'),('arn','messages:blocklist-userblocks','s:29:\"es:Ocultar bloqueos de cuenta\";'),('arn','messages:blocklog-showlog','s:169:\"es:{{GENDER:$1|Este usuario|Esta usuaria}} ha sido {{GENDER:$1|bloqueado|bloqueada}} previamente.\nEl registro de bloqueos se proporciona a continuación como referencia:\";'),('arn','messages:blocklog-showsuppresslog','s:124:\"es:Este usuario ha sido bloqueado y ocultado con anterioridad.\nEl registro de supresiones se muestra debajo como referencia:\";'),('arn','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('arn','messages:blocklogpage','s:31:\"arn:Katrüntukun ñi wirintukun\";'),('arn','messages:blocklogtext','s:255:\"es:Esto es un registro de acciones de bloqueo y desbloqueo de usuarios.\nLas direcciones IP bloqueadas automáticamente no aparecen aquí.\nConsulta la [[Special:BlockList|lista de bloqueos]] para ver la lista de bloqueos y prohibiciones de operar en vigor.\";'),('arn','messages:booksources','s:24:\"arn:Chillka ñi küpamum\";'),('arn','messages:booksources-invalid-isbn','s:101:\"es:El número de ISBN no parece ser válido; comprueba los errores copiándolo de la fuente original.\";'),('arn','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('arn','messages:booksources-search','s:10:\"arn:Kintun\";'),('arn','messages:booksources-search-legend','s:31:\"arn:Kintun chillka ñi küpamum\";'),('arn','messages:booksources-summary','s:3:\"en:\";'),('arn','messages:booksources-text','s:159:\"es:Abajo hay una lista de enlaces a otros sitios que venden libros nuevos y usados, puede que contengan más información sobre los libros que estás buscando.\";'),('arn','messages:boteditletter','s:12:\"arn:küdauwe\";'),('arn','messages:botpasswords','s:25:\"es:Contraseñas de robots\";'),('arn','messages:botpasswords-bad-appid','s:44:\"es:El nombre del robot «$1» no es válido.\";'),('arn','messages:botpasswords-created-body','s:101:\"es:Se creó la contraseña del bot «$1» perteneciente {{GENDER:$2|al usuario|a la usuaria}} «$2».\";'),('arn','messages:botpasswords-created-title','s:33:\"es:Se creó la contraseña de bot\";'),('arn','messages:botpasswords-createnew','s:39:\"es:Crear una contraseña de robot nueva\";'),('arn','messages:botpasswords-deleted-body','s:104:\"es:Se eliminó la contraseña del bot «$1» perteneciente {{GENDER:$2|al usuario|a la usuaria}} «$2».\";'),('arn','messages:botpasswords-deleted-title','s:37:\"es:Se eliminó la contraseña del bot\";'),('arn','messages:botpasswords-disabled','s:49:\"es:Las contraseñas de robot están desactivadas.\";'),('arn','messages:botpasswords-editexisting','s:44:\"es:Editar una contraseña de robot existente\";'),('arn','messages:botpasswords-existing','s:33:\"es:Contraseñas de bot existentes\";'),('arn','messages:botpasswords-help-grants','s:282:\"es:Cada concesión le da acceso a los permisos listados que el usuario ya posea. Habilitar una concesión aquí no proporciona acceso a ningún permiso que tu cuenta de usuario no tendría de otra manera. Véase la [[Special:ListGrants|lista de concesiones]] para más información.\";'),('arn','messages:botpasswords-insert-failed','s:70:\"es:No se pudo agregar el nombre del bot «$1». ¿Ya ha sido añadido?\";'),('arn','messages:botpasswords-invalid-name','s:93:\"es:El nombre de usuario especificado no contiene el separador de contraseña de bot («$1»).\";'),('arn','messages:botpasswords-label-appid','s:16:\"arn:Bot ñi üy:\";'),('arn','messages:botpasswords-label-cancel','s:11:\"es:Cancelar\";'),('arn','messages:botpasswords-label-create','s:10:\"arn:Zewman\";'),('arn','messages:botpasswords-label-delete','s:9:\"es:Borrar\";'),('arn','messages:botpasswords-label-grants','s:23:\"es:Permisos aplicables:\";'),('arn','messages:botpasswords-label-grants-column','s:12:\"es:Concedido\";'),('arn','messages:botpasswords-label-needsreset','s:38:\"es:(la contraseña debe restablecerse)\";'),('arn','messages:botpasswords-label-resetpassword','s:29:\"es:Restablecer la contraseña\";'),('arn','messages:botpasswords-label-update','s:13:\"es:Actualizar\";'),('arn','messages:botpasswords-locked','s:89:\"es:No puedes iniciar sesión con una contraseña de bot ya que tu cuenta está bloqueada.\";'),('arn','messages:botpasswords-needs-reset','s:111:\"es:Se debe restablecer la contraseña del bot «$2», propiedad {{GENDER:$1|del usuario|de la usuaria}} «$1».\";'),('arn','messages:botpasswords-newpassword','s:351:\"es:La contraseña nueva para acceder con <strong>$1</strong> es <strong>$2</strong>. <em>Guarda esta información para su consulta futura.</em> <br> (En caso de robots antiguos que requieren que el nombre de acceso coincida con el de usuario, también puedes utilizar <strong>$3</strong> como nombre de usuario y <strong>$4</strong> como contraseña.)\";'),('arn','messages:botpasswords-no-central-id','s:85:\"es:Para usar una contraseña de bot, debes estar conectado a una cuenta centralizada.\";'),('arn','messages:botpasswords-no-provider','s:51:\"es:BotPasswordsSessionProvider no está disponible.\";'),('arn','messages:botpasswords-not-exist','s:68:\"es:El usuario «$1» no tiene una contraseña de bot llamada «$2».\";'),('arn','messages:botpasswords-restriction-failed','s:77:\"es:Las restricciones de la contraseña de bot impiden este inicio de sesión.\";'),('arn','messages:botpasswords-summary','s:417:\"es:Las <em>contraseñas de bots</em> permiten el acceso a una cuenta de usuario mediante la API sin usar las credenciales principales de la cuenta. Los derechos de un usuario mientras haya iniciado sesión con una contraseña de bot pueden estar restringidos.\n\nSi no sabes por qué querrías hacer esto, probablemente no deberías hacerlo. Nadie debería pedirte que generes una de estas claves y que se la entregues.\";'),('arn','messages:botpasswords-toolong-grants','s:41:\"es:Hay demasiados permisos seleccionados.\";'),('arn','messages:botpasswords-toolong-restrictions','s:58:\"es:Se introdujeron demasiadas direcciones IP o intervalos.\";'),('arn','messages:botpasswords-update-failed','s:69:\"es:No se pudo actualizar el nombre del bot «$1». ¿Ha sido borrado?\";'),('arn','messages:botpasswords-updated-body','s:108:\"es:Se actualizó la contraseña del robot «$1» perteneciente {{GENDER:$2|al usuario|a la usuaria}} «$2».\";'),('arn','messages:botpasswords-updated-title','s:38:\"es:Se actualizó la contraseña de bot\";'),('arn','messages:brackets','s:7:\"en:[$1]\";'),('arn','messages:brackets-end','s:4:\"en:]\";'),('arn','messages:brackets-start','s:4:\"en:[\";'),('arn','messages:broken-file-category','s:30:\"arn:Trarintukulewenolu tapülh\";'),('arn','messages:broken-file-category-desc','s:115:\"es:La página contiene un enlace roto a archivos (un enlace para incrustar un archivo cuando el archivo no existe).\";'),('arn','messages:brokenredirects','s:28:\"es:Redirecciones incorrectas\";'),('arn','messages:brokenredirects-delete','s:14:\"arn:ñamümün\";'),('arn','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('arn','messages:brokenredirects-edit','s:17:\"arn:Kümeelkünun\";'),('arn','messages:brokenredirects-summary','s:3:\"en:\";'),('arn','messages:brokenredirectstext','s:66:\"es:Las siguientes redirecciones enlazan a páginas que no existen:\";'),('arn','messages:bydate','s:12:\"es:por fecha\";'),('arn','messages:cachedspecial-viewing-cached-ttl','s:119:\"es:Estás viendo una versión de esta página que está almacenada en caché y que puede tener hasta $1 de antigüedad.\";'),('arn','messages:cactions','s:12:\"arn:Zoy peam\";'),('arn','messages:cancel','s:14:\"arn:Katrüntun\";'),('arn','messages:cannotauth-not-allowed','s:44:\"es:No tienes permiso para usar esta página.\";'),('arn','messages:cannotauth-not-allowed-title','s:19:\"es:Permiso denegado\";'),('arn','messages:cannotchangeemail','s:102:\"es:En esta wiki no se pueden cambiar las direcciones de correo electrónico de las cuentas de usuario.\";'),('arn','messages:cannotcreateaccount-text','s:66:\"es:La creación directa de cuentas no está activada en esta wiki.\";'),('arn','messages:cannotcreateaccount-title','s:29:\"es:No se pueden crear cuentas\";'),('arn','messages:cannotdelete','s:63:\"arn:Pepi lipümlay ta $1.\nKa pünefe pepi lipümniepeafuy chey.\";'),('arn','messages:cannotdelete-title','s:29:\"arn:Pepi lipümlay tapülh $1\";'),('arn','messages:cannotlink-no-provider','s:30:\"es:No hay cuentas vinculables.\";'),('arn','messages:cannotlink-no-provider-title','s:29:\"es:No hay cuentas vinculables\";'),('arn','messages:cannotlogin-text','s:38:\"es:No ha sido posible iniciar sesión.\";'),('arn','messages:cannotlogin-title','s:30:\"es:No se puede iniciar sesión\";'),('arn','messages:cannotloginnow-text','s:48:\"es:No se puede iniciar sesión cuando se usa $1.\";'),('arn','messages:cannotloginnow-title','s:36:\"es:No se puede iniciar sesión ahora\";'),('arn','messages:cannotlogoutnow-text','s:47:\"es:No se puede cerrar sesión cuando se usa $1.\";'),('arn','messages:cannotlogoutnow-title','s:35:\"es:No se puede cerrar sesión ahora\";'),('arn','messages:cannotmove','s:95:\"es:La página no pudo trasladarse por {{PLURAL:$1|el siguiente motivo|los siguientes motivos}}:\";'),('arn','messages:cannotundelete','s:79:\"es:Hubo un error en la totalidad o en parte del proceso de la restauración:\n$1\";'),('arn','messages:cannotunlink-no-provider','s:52:\"es:No hay cuentas enlazadas que puedan desenlazarse.\";'),('arn','messages:cannotunlink-no-provider-title','s:42:\"es:No hay cuentas enlazadas que desenlazar\";'),('arn','messages:cant-block-nonexistent-page','s:69:\"es:No puedes bloquear a un usuario de $1 porque la página no existe.\";'),('arn','messages:cant-move-category-page','s:59:\"es:No tienes permiso para trasladar páginas de categoría.\";'),('arn','messages:cant-move-subpages','s:48:\"es:No tienes permiso para trasladar subpáginas.\";'),('arn','messages:cant-move-to-category-page','s:76:\"es:No tienes permiso para trasladar una página a una página de categoría.\";'),('arn','messages:cant-move-to-user-page','s:108:\"es:No tienes permiso para trasladar una página a una página de usuario (excepto a subpáginas de usuario).\";'),('arn','messages:cant-move-user-page','s:78:\"es:No tienes permiso para trasladar páginas de usuario (excepto subpáginas).\";'),('arn','messages:cant-see-hidden-user','s:168:\"es:El usuario que estas intentando bloquear ya ha sido bloqueado y ocultado.\nDado que no tienes permisos suficientes no puedes ver ni editar el bloqueo de este usuario.\";'),('arn','messages:cantmove-titleprotected','s:120:\"es:No puedes trasladar la página a esta ubicación, porque el nuevo título ha sido protegido para evitar su creación.\";'),('arn','messages:cantrollback','s:95:\"es:No se puede revertir la edición.\nEl último colaborador es el único autor de esta página.\";'),('arn','messages:cascadeprotected','s:198:\"es:Esta página ha sido protegida contra edición porque está transcluida en {{PLURAL:$1|la siguiente página protegida|las siguientes páginas protegidas}} con la opción de «cascada» activa:\n$2\";'),('arn','messages:cascadeprotectedwarning','s:261:\"es:<strong>Aviso:</strong> esta página está protegida y solo pueden editarla usuarios con [[Special:ListGroupRights|permisos específicos]] porque está transcluida en {{PLURAL:$1|la siguiente página protegida|las siguientes páginas protegidas}} en cascada:\";'),('arn','messages:categories','s:16:\"arn:Fill trokiñ\";'),('arn','messages:categories-submit','s:10:\"es:Mostrar\";'),('arn','messages:categories-summary','s:3:\"en:\";'),('arn','messages:categoriesfrom','s:40:\"es:Mostrar categorías que empiecen por:\";'),('arn','messages:categoriespagetext','s:198:\"es:{{PLURAL:$1|La siguiente categoría existe|Las siguientes $1 categorías existen}} en la wiki y pueden o no estar sin uso.\nVéase también las [[Special:WantedCategories|Categorías requeridas]].\";'),('arn','messages:category-article-count','s:132:\"arn:{{PLURAL:$2|Tüfachi trokiñ niey tüfachi tapülh müten|Tüfachi {{PLURAL:$1|tapülh}} müley fachi trokiñ mew, kom $2 mew.}}\";'),('arn','messages:category-article-count-limited','s:104:\"es:{{PLURAL:$1|La siguiente página pertenece|Las siguientes $1 páginas pertenecen}} a esta categoría.\";'),('arn','messages:category-empty','s:75:\"arn:\'\'Tüfachi trokiñ fewla nielay tapülh kam chem fill nentun no rume.\'\'\";'),('arn','messages:category-file-count','s:132:\"arn:{{PLURAL:$2|Tüfachi trokiñ niey tüfachi tapülh müten|Tüfachi {{PLURAL:$1|tapülh}} müley fachi trokiñ mew, kom $2 mew.}}\";'),('arn','messages:category-file-count-limited','s:104:\"es:{{PLURAL:$1|El siguiente archivo pertenece|Los siguientes $1 archivos pertenecen}} a esta categoría.\";'),('arn','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('arn','messages:category-media-header','s:38:\"arn:Fill nentun zungu trokiñ \"$1\" mew\";'),('arn','messages:category-move-redirect-override','s:4:\"en:-\";'),('arn','messages:category-subcat-count','s:126:\"arn:{{PLURAL:$2|Tüfachi trokiñ niey kiñe minchetrokiñ müten.|Tüfachi trokiñ niey {{PLURAL:$1 minchetrokiñ}}, $2 mew.}}\";'),('arn','messages:category-subcat-count-limited','s:102:\"es:Esta categoría contiene {{PLURAL:$1|la siguiente subcategoría|las siguientes $1 subcategorías}}.\";'),('arn','messages:category_header','s:28:\"arn:Tapülh trokiñ \"$1\" mew\";'),('arn','messages:categorypage','s:30:\"arn:Adkintun trokiñ wülngiñ\";'),('arn','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('arn','messages:change-blocklink','s:27:\"arn:kalekünun katrüntukun\";'),('arn','messages:changeblockip','s:18:\"es:Cambiar bloqueo\";'),('arn','messages:changecontentmodel','s:48:\"es:Cambiar el modelo de contenido de una página\";'),('arn','messages:changecontentmodel-cannot-convert','s:66:\"es:No se puede convertir el contenido de [[:$1]] en un tipo de $2.\";'),('arn','messages:changecontentmodel-current-label','s:30:\"es:Modelo de contenido actual:\";'),('arn','messages:changecontentmodel-emptymodels-text','s:64:\"es:El contenido de [[:$1]] no se puede convertir a ningún tipo.\";'),('arn','messages:changecontentmodel-emptymodels-title','s:42:\"es:No hay modelos de contenido disponibles\";'),('arn','messages:changecontentmodel-legend','s:33:\"es:Cambiar el modelo de contenido\";'),('arn','messages:changecontentmodel-model-label','s:29:\"es:Modelo de contenido nuevo:\";'),('arn','messages:changecontentmodel-nodirectediting','s:58:\"es:El modelo de contenido $1 no admite la edición directa\";'),('arn','messages:changecontentmodel-reason-label','s:10:\"es:Motivo:\";'),('arn','messages:changecontentmodel-submit','s:10:\"es:Cambiar\";'),('arn','messages:changecontentmodel-success-text','s:50:\"es:Se ha cambiado el tipo de contenido de [[:$1]].\";'),('arn','messages:changecontentmodel-success-title','s:36:\"es:Se cambió el modelo de contenido\";'),('arn','messages:changecontentmodel-title-label','s:22:\"es:Título de página:\";'),('arn','messages:changecredentials','s:27:\"es:Cambiar las credenciales\";'),('arn','messages:changecredentials-invalidsubpage','s:42:\"es:$1 no es un tipo de credencial válido.\";'),('arn','messages:changecredentials-submit','s:23:\"es:Cambiar credenciales\";'),('arn','messages:changecredentials-success','s:39:\"es:Tus credenciales han sido cambiadas.\";'),('arn','messages:changed','s:13:\"es:modificada\";'),('arn','messages:changeemail','s:58:\"es:Cambiar o eliminar la dirección de correo electrónico\";'),('arn','messages:changeemail-header','s:263:\"es:Completa este formulario para cambiar tu dirección de correo electrónico. Si quieres eliminar la asociación de cualquier dirección de correo electrónico con tu cuenta, deja en blanco la nueva dirección de correo electrónico cuando envíes el formulario.\";'),('arn','messages:changeemail-maxlength','s:79:\"es:Su dirección de correo electrónico debe tener como máximo 255 caracteres.\";'),('arn','messages:changeemail-newemail','s:43:\"es:Dirección de correo electrónico nueva:\";'),('arn','messages:changeemail-newemail-help','s:233:\"es:Este campo debería dejarse en blanco si quieres eliminar tu dirección de correo electrónico. No podrás restablecer una contraseña olvidada y no recibirás correos de esta wiki si se quita la dirección de correo electrónico.\";'),('arn','messages:changeemail-no-info','s:66:\"es:Debes iniciar sesión para acceder directamente a esta página.\";'),('arn','messages:changeemail-nochange','s:65:\"es:Escribe una dirección de correo electrónico nueva diferente.\";'),('arn','messages:changeemail-none','s:12:\"es:(ninguna)\";'),('arn','messages:changeemail-oldemail','s:44:\"es:Dirección de correo electrónico actual:\";'),('arn','messages:changeemail-password','s:34:\"es:Tu contraseña en {{SITENAME}}:\";'),('arn','messages:changeemail-submit','s:30:\"es:Cambiar correo electrónico\";'),('arn','messages:changeemail-summary','s:3:\"en:\";'),('arn','messages:changeemail-throttled','s:82:\"es:Has intentado acceder demasiadas veces.\nEspera $1 antes de intentarlo de nuevo.\";'),('arn','messages:changepassword','s:22:\"es:Cambiar contraseña\";'),('arn','messages:changepassword-success','s:31:\"es:Se modificó la contraseña.\";'),('arn','messages:changepassword-summary','s:3:\"en:\";'),('arn','messages:changepassword-throttled','s:96:\"es:Has intentado acceder demasiadas veces recientemente.\nEspera $1 antes de intentarlo de nuevo.\";'),('arn','messages:changeslist-nocomment','s:26:\"es:Sin resumen de edición\";'),('arn','messages:checkbox-all','s:8:\"es:todas\";'),('arn','messages:checkbox-invert','s:11:\"es:invertir\";'),('arn','messages:checkbox-none','s:10:\"es:ninguna\";'),('arn','messages:checkbox-select','s:18:\"es:Seleccionar: $1\";'),('arn','messages:clearyourcache','s:600:\"arn:<strong>Nota:</strong> Rupan pengelzungun pepi zuamngekeafuy mi jitultun tami kintuwe mi peafiel ti kakünun.\n* <strong>Firefox/Safari:</strong> Pütafkünunge ti <em>Shift</em> petu pütaftupeymi <em>Actualizar</em>, well pütaftunge <em>Ctrl+F5</em> kam <em>Ctrl+R</em> (<em>⌘+R</em> Mac mew)\n* <strong>Google Chrome:</strong> pütaftunge <em>Ctrl+Shift+R</em> (<em>⌘+Mayús+R</em> Mac mew)\n* <strong>Internet Explorer/Edge:</strong> pütafkünunge <em>Ctrl</em> petu pütaftuymi <em>Actualizar</em>, well pütaftunge <em>Ctrl+F5</em>\n* <strong>Opera:</strong> Pütaftunge <em>Ctrl+F5</em>.\";'),('arn','messages:collapsible-collapse','s:14:\"arn:Nürüfün\";'),('arn','messages:collapsible-expand','s:10:\"arn:Nülan\";'),('arn','messages:colon-separator','s:9:\"en::&#32;\";'),('arn','messages:comma-separator','s:9:\"es:,&#32;\";'),('arn','messages:common.css','s:78:\"es:/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */\";'),('arn','messages:common.js','s:112:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios en cada carga de página */\";'),('arn','messages:common.json','s:107:\"es:/* Cualquier esquema JSON escrito aquí se cargará para todos los usuarios en cada carga de página. */\";'),('arn','messages:compare-page1','s:12:\"es:Página 1\";'),('arn','messages:compare-page2','s:12:\"es:Página 2\";'),('arn','messages:compare-rev1','s:14:\"es:Revisión 1\";'),('arn','messages:compare-rev2','s:14:\"es:Revisión 2\";'),('arn','messages:compare-revision-not-exists','s:39:\"es:La revisión especificada no existe.\";'),('arn','messages:compare-submit','s:11:\"es:Comparar\";'),('arn','messages:comparepages','s:20:\"es:Comparar páginas\";'),('arn','messages:comparepages-summary','s:3:\"en:\";'),('arn','messages:compareselectedversions','s:34:\"arn:Trürümün dullinngelu malün\";'),('arn','messages:config-invalid-key','s:65:\"es:Parámetro de configuración de MediaWiki inválido «$1»: $2\";'),('arn','messages:config-missing-key','s:60:\"es:Falta el parámetro de configuración de MediaWiki «$1»\";'),('arn','messages:confirm','s:12:\"es:Confirmar\";'),('arn','messages:confirm-markpatrolled-button','s:10:\"es:Aceptar\";'),('arn','messages:confirm-markpatrolled-top','s:50:\"es:¿Marcar la revisión $3 de $2 como verificada?\";'),('arn','messages:confirm-mcrrestore-title','s:25:\"es:Restaurar la revisión\";'),('arn','messages:confirm-mcrundo-title','s:21:\"es:Deshacer un cambio\";'),('arn','messages:confirm-purge-bottom','s:92:\"es:Purgar una página limpia la antememoria y fuerza a que aparezca la versión más actual.\";'),('arn','messages:confirm-purge-title','s:22:\"es:Purgar esta página\";'),('arn','messages:confirm-purge-top','s:51:\"es:¿Quieres vaciar la antememoria de esta página?\";'),('arn','messages:confirm-rollback-bottom','s:86:\"es:Esta operación revertirá inmediatamente los cambios seleccionados a esta página.\";'),('arn','messages:confirm-rollback-button','s:10:\"es:Aceptar\";'),('arn','messages:confirm-rollback-top','s:44:\"es:¿Revertir las ediciones en esta página?\";'),('arn','messages:confirm-unwatch-button','s:10:\"es:Aceptar\";'),('arn','messages:confirm-unwatch-top','s:52:\"es:¿Quitar esta página de tu lista de seguimiento?\";'),('arn','messages:confirm-watch-button','s:10:\"es:Aceptar\";'),('arn','messages:confirm-watch-button-expiry','s:10:\"es:Vigilar\";'),('arn','messages:confirm-watch-label','s:25:\"es:Tiempo de seguimiento:\";'),('arn','messages:confirm-watch-top','s:52:\"es:¿Añadir esta página a tu lista de seguimiento?\";'),('arn','messages:confirm_purge_button','s:13:\"arn:Feley may\";'),('arn','messages:confirmable-confirm','s:38:\"arn:Rüf {{GENDER:$1|ayüafiymi}} ama?\";'),('arn','messages:confirmable-no','s:7:\"arn:Mü\";'),('arn','messages:confirmable-yes','s:7:\"arn:May\";'),('arn','messages:confirmdeletetext','s:229:\"es:Estás a punto de borrar una página, así como todo su historial.\nConfirma que realmente quieres hacer esto, que entiendes las consecuencias y que lo estás haciendo de acuerdo con [[{{MediaWiki:Policy-url}}|las normativas]].\";'),('arn','messages:confirmedittext','s:209:\"es:Debes confirmar tu dirección de correo electrónico antes de poder editar páginas. Por favor, configura y confirma tu dirección de correo a través de tus [[Special:Preferences|preferencias de usuario]].\";'),('arn','messages:confirmemail','s:46:\"es:Confirmar dirección de correo electrónico\";'),('arn','messages:confirmemail_body','s:437:\"es:Alguien, probablemente tú mismo, ha registrado desde la dirección IP $1 la cuenta \"$2\" en {{SITENAME}}, utilizando esta dirección de correo.\n\nPara confirmar que esta cuenta realmente te pertenece y activar el correo en {{SITENAME}}, sigue este enlace en tu navegador:\n\n$3\n\nSi la cuenta *no* es tuya, sigue este otro enlace para cancelar la confirmación de la dirección de correo:\n\n$5\n\nEl código de confirmación expirará el $4.\";'),('arn','messages:confirmemail_body_changed','s:452:\"es:Alguien, probablemente tú, ha modificado la dirección de correo electrónico asociada a la cuenta «$2» de {{SITENAME}} desde la dirección IP $1.\n\nPara confirmar que esta cuenta realmente te pertenece y reactivar las funciones de correo electrónico en {{SITENAME}}, sigue este enlace en tu navegador:\n\n$3\n\nSi la cuenta *no* te pertenece, sigue este otro enlace para cancelar la confirmación:\n\n$5\n\nEste código de confirmación expirará el $4.\";'),('arn','messages:confirmemail_body_set','s:458:\"es:Alguien, probablemente tú, ha establecido la dirección de correo electrónico de la cuenta $2 a esta dirección en {{SITENAME}}, desde la dirección IP $1.\n\nPara confirmar que esta cuenta realmente te pertenece y activar las funciones de correo electrónico en {{SITENAME}}, sigue este enlace en tu navegador:\n\n$3\n\nSi la cuenta *no* te pertenece, sigue este otro enlace para cancelar la confirmación:\n\n$5\n\nEste código de confirmación expirará el $4.\";'),('arn','messages:confirmemail_invalid','s:71:\"es:Código de confirmación incorrecto.\nEl código debe haber expirado.\";'),('arn','messages:confirmemail_invalidated','s:77:\"es:La confirmación de la dirección de correo electrónico ha sido cancelada\";'),('arn','messages:confirmemail_loggedin','s:59:\"es:Tu dirección de correo electrónico ha sido confirmada.\";'),('arn','messages:confirmemail_needlogin','s:58:\"es:Necesitas $1 para confirmar tu dirección electrónica.\";'),('arn','messages:confirmemail_noemail','s:114:\"es:No tienes una dirección de correo electrónico válida en tus [[Special:Preferences|preferencias de usuario]].\";'),('arn','messages:confirmemail_oncreate','s:246:\"es:Se ha enviado un código de confirmación a tu dirección de correo electrónico.\nEste código no es necesario para iniciar sesión, pero necesitarás proporcionarlo antes de activar cualquier función basada en correo electrónico en la wiki.\";'),('arn','messages:confirmemail_pending','s:191:\"es:Ya se te ha enviado un código de confirmación; si creaste una cuenta recientemente, puede que tengas que esperar unos minutos para que te llegue antes de intentar pedir un nuevo código.\";'),('arn','messages:confirmemail_send','s:37:\"es:Enviar un código de confirmación\";'),('arn','messages:confirmemail_sendfailed','s:146:\"es:No fue posible enviar el correo de confirmación. Por favor, comprueba la validez de la dirección de correo.\n\nEl servidor indicó el error: $1\";'),('arn','messages:confirmemail_sent','s:35:\"es:Confirmación de correo enviada.\";'),('arn','messages:confirmemail_subject','s:72:\"es:Confirmación de la dirección de correo electrónico en {{SITENAME}}\";'),('arn','messages:confirmemail_success','s:124:\"es:Se ha confirmado tu dirección de correo electrónico.\nAhora puedes [[Special:UserLogin|acceder]] y disfrutar de la wiki.\";'),('arn','messages:confirmemail_text','s:241:\"es:{{SITENAME}} requiere la validación de tu dirección de correo antes de usarlo. Pulsa el botón de abajo para enviar la confirmación.\nEl correo incluirá un enlace con un código. Introdúcelo para confirmar la validez de tu dirección.\";'),('arn','messages:confirmleave-warning','s:87:\"es:Abandonar esta página puede provocar la pérdida de cualesquier cambios realizados.\";'),('arn','messages:confirmrecreate','s:244:\"es:{{GENDER:$1|El usuario|La usuaria}} [[User:$1|$1]] ([[User talk:$1|discusión]]) borró esta página después de que comenzaras a editarla, por este motivo:\n: <em>$2</em>\nPor favor, confirma que realmente quieres volver a crear esta página.\";'),('arn','messages:confirmrecreate-noreason','s:205:\"es:{{GENDER:$1|El usuario|La usuaria}} [[User:$1|$1]] ([[User talk:$1|discusión]]) borró esta página después de que comenzaras a editarla. Por favor confirma que realmente quieres recrear esta página.\";'),('arn','messages:content-failed-to-parse','s:64:\"es:No se ha podido procesar el contenido $2 del modelo de $1: $3\";'),('arn','messages:content-json-empty-array','s:16:\"es:Matriz vacía\";'),('arn','messages:content-json-empty-object','s:16:\"es:Objeto vacío\";'),('arn','messages:content-model-css','s:6:\"es:CSS\";'),('arn','messages:content-model-javascript','s:13:\"es:JavaScript\";'),('arn','messages:content-model-json','s:7:\"es:JSON\";'),('arn','messages:content-model-text','s:20:\"es:texto sin formato\";'),('arn','messages:content-model-wikitext','s:14:\"arn:wiki wirin\";'),('arn','messages:content-not-allowed-here','s:84:\"es:El contenido «$1» no está permitido en la página [[:$2]] en el espacio «$3»\";'),('arn','messages:contentmodelediterror','s:158:\"es:No puedes editar esta revisión porque su modelo de contenido es <code>$1</code>, que difiere del modelo actual de contenido de la página <code>$2</code>.\";'),('arn','messages:continue-editing','s:26:\"arn:Amun kümeeltukawe mew\";'),('arn','messages:contribslink','s:15:\"arn:kellukontun\";'),('arn','messages:contribsub2','s:32:\"arn:Niealu {{GENDER:$3|$1}} ($2)\";'),('arn','messages:contributions','s:29:\"arn:Pünekelu ñi kellukonün\";'),('arn','messages:contributions-subtitle','s:24:\"es:Para {{GENDER:$3|$1}}\";'),('arn','messages:contributions-summary','s:3:\"en:\";'),('arn','messages:contributions-title','s:24:\"arn:kellufe $1 ñi wirin\";'),('arn','messages:contributions-userdoesnotexist','s:51:\"es:La cuenta de usuario «$1» no está registrada.\";'),('arn','messages:converter-manual-rule-error','s:72:\"es:Se ha detectado un error en una regla manual de conversión de idioma\";'),('arn','messages:copyright','s:89:\"es:El contenido está disponible bajo la licencia $1 a menos que se indique lo contrario.\";'),('arn','messages:copyrightpage','s:39:\"arn:{{ns:project}}:Zewmafe ñi norzungu\";'),('arn','messages:copyrightwarning','s:440:\"es:Ten en cuenta que todas las contribuciones a {{SITENAME}} se consideran publicadas bajo la $2 (véase $1 para más información). Si no deseas que las modifiquen sin limitaciones y las distribuyan libremente, no las publiques aquí.<br />Al mismo tiempo, asumimos que eres el autor de lo que escribiste, o lo copiaste de una fuente en el dominio público o con licencia libre. <strong>¡No uses textos con copyright sin permiso!</strong>\";'),('arn','messages:copyrightwarning2','s:441:\"es:Ten en cuenta que todas las contribuciones a {{SITENAME}} pueden ser editadas, modificadas o eliminadas por otros colaboradores. Si no deseas que las modifiquen sin limitaciones, no las publiques aquí.<br />Al mismo tiempo, asumimos que eres el autor de lo que escribiste, o lo copiaste de una fuente en el dominio público o con licencia libre (véase $1 para más detalles).\n<strong>¡No uses textos con copyright sin permiso!</strong>\";'),('arn','messages:copyupload-allowed-domains','s:3:\"en:\";'),('arn','messages:copyuploaddisabled','s:52:\"es:Se desactivó la subida de archivos mediante URL.\";'),('arn','messages:create','s:10:\"arn:Dewman\";'),('arn','messages:create-local','s:31:\"arn:Püñamtun ñi faw chumngen\";'),('arn','messages:createaccount','s:21:\"arn:Dewmafinge konün\";'),('arn','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('arn','messages:createaccount-text','s:235:\"es:Alguien creó en {{SITENAME}} ($4) una cuenta asociada a este correo electrónico con el nombre «$2» y contraseña «$3». Por favor, accede ahora y cambia tu contraseña.\n\nSi esta cuenta fue creada por error, ignora este mensaje.\";'),('arn','messages:createaccount-title','s:40:\"es:Creación de cuenta para {{SITENAME}}\";'),('arn','messages:createaccountblock','s:32:\"es:creación de cuenta bloqueada\";'),('arn','messages:createaccounterror','s:33:\"es:No se pudo crear la cuenta: $1\";'),('arn','messages:createaccountmail','s:109:\"es:Utilizar una contraseña aleatoria temporal y enviarla a la dirección de correo electrónico especificada\";'),('arn','messages:createaccountmail-help','s:83:\"es:Puede usarse para crear una cuenta para otra persona sin revelar la contraseña.\";'),('arn','messages:createacct-another-continue-submit','s:42:\"es:Continuar con la creación de la cuenta\";'),('arn','messages:createacct-another-email-ph','s:47:\"es:Escribe la dirección de correo electrónico\";'),('arn','messages:createacct-another-realname-tip','s:105:\"es:El nombre real es opcional.\nSi lo proporcionas, se usará para dar atribución al trabajo del usuario.\";'),('arn','messages:createacct-another-submit','s:15:\"es:Crear cuenta\";'),('arn','messages:createacct-another-username-ph','s:33:\"arn:Pütaftunge pünekelu ñi üy\";'),('arn','messages:createacct-benefit-body1','s:28:\"arn:{{PLURAL:$1|kümeelkan}}\";'),('arn','messages:createacct-benefit-body2','s:25:\"arn:{{PLURAL:$1|tapülh}}\";'),('arn','messages:createacct-benefit-body3','s:27:\"arn:{{PLURAL:$1|we kejufe}}\";'),('arn','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('arn','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('arn','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('arn','messages:createacct-benefit-heading','s:44:\"arn:{{SITENAME}} zewmaeyew che ta eymi reke.\";'),('arn','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('arn','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('arn','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('arn','messages:createacct-continue-submit','s:42:\"es:Continuar con la creación de la cuenta\";'),('arn','messages:createacct-email-ph','s:38:\"arn:Wirintukunge tami werküwe ñi üy\";'),('arn','messages:createacct-emailoptional','s:31:\"arn:Werküwe ñi üy (zullifal)\";'),('arn','messages:createacct-emailrequired','s:36:\"es:Dirección de correo electrónico\";'),('arn','messages:createacct-error','s:27:\"es:Error al crear la cuenta\";'),('arn','messages:createacct-helpusername','s:3:\"en:\";'),('arn','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('arn','messages:createacct-loginerror','s:131:\"es:La cuenta se ha creado correctamente, pero no se pudo ingresar automáticamente. Procede al [[Special:UserLogin|acceso manual]].\";'),('arn','messages:createacct-normalization','s:68:\"es:Tu nombre de usuario será \"$2\" debido a restricciones técnicas.\";'),('arn','messages:createacct-realname','s:26:\"arn:Rüf üy (zuamngenolu)\";'),('arn','messages:createacct-reason','s:36:\"es:Motivo (registrado públicamente)\";'),('arn','messages:createacct-reason-confirm','s:131:\"es:El motivo introducido es una dirección de correo electrónico. Si es eso lo que pretendías, pulsa de nuevo en «Crear cuenta»\";'),('arn','messages:createacct-reason-help','s:64:\"es:Mensaje que se muestra en el registro de creación de cuentas\";'),('arn','messages:createacct-reason-ph','s:38:\"es:Por qué estás creando otra cuenta\";'),('arn','messages:createacct-submit','s:24:\"arn:Zewmange tami kuenta\";'),('arn','messages:createacct-temp-warning','s:98:\"es:Las ediciones que hiciste con tu cuenta temporal no serán transladados a tu cuenta permanente.\";'),('arn','messages:createacct-username-help','s:3:\"en:\";'),('arn','messages:createacct-useuniquepass','s:90:\"es:Se recomienda emplear una contraseña única que no utilices en ningún otro sitio web.\";'),('arn','messages:createacct-yourpassword-ph','s:23:\"arn:Pütaftunge nülawe\";'),('arn','messages:createacct-yourpasswordagain','s:18:\"arn:Maytun nülawe\";'),('arn','messages:createacct-yourpasswordagain-ph','s:26:\"arn:Ka pütaftunge nülawe\";'),('arn','messages:created','s:10:\"arn:Llituy\";'),('arn','messages:creating','s:16:\"arn:Zewmapelu $1\";'),('arn','messages:credentialsform-account','s:23:\"es:Nombre de la cuenta:\";'),('arn','messages:credentialsform-provider','s:24:\"es:Tipo de credenciales:\";'),('arn','messages:creditspage','s:26:\"es:Créditos de la página\";'),('arn','messages:cur','s:9:\"arn:fewla\";'),('arn','messages:currentevents','s:20:\"arn:Fantepu chemkün\";'),('arn','messages:currentevents-url','s:28:\"arn:Project:Fantepu chemkün\";'),('arn','messages:currentrev','s:19:\"es:Revisión actual\";'),('arn','messages:currentrev-asof','s:25:\"arn:Fantepu malün $1 mew\";'),('arn','messages:currentrevisionlink','s:18:\"arn:Fantepu malün\";'),('arn','messages:customcssprotected','s:109:\"es:No tienes permiso para editar esta página CSS porque contiene configuraciones personales de otro usuario.\";'),('arn','messages:customjsonprotected','s:110:\"es:No tienes permiso para editar esta página JSON porque contiene configuraciones personales de otro usuario.\";'),('arn','messages:customjsprotected','s:116:\"es:No tienes permiso para editar esta página JavaScript porque contiene configuraciones personales de otro usuario.\";'),('arn','messages:databaseerror','s:28:\"es:Error de la base de datos\";'),('arn','messages:databaseerror-error','s:16:\"arn:Welulkan: $1\";'),('arn','messages:databaseerror-function','s:15:\"es:Función: $1\";'),('arn','messages:databaseerror-query','s:15:\"es:Consulta: $1\";'),('arn','messages:databaseerror-text','s:106:\"es:Se ha producido un error en la consulta a la base de datos.\nEsto puede indicar un fallo en el software.\";'),('arn','messages:databaseerror-textcl','s:62:\"es:Se ha producido un error en la consulta a la base de datos.\";'),('arn','messages:databaselocked','s:39:\"es:La base de datos ya está bloqueada.\";'),('arn','messages:databasenotlocked','s:39:\"es:La base de datos no está bloqueada.\";'),('arn','messages:date','s:32:\"es:Desde el día (y anteriores):\";'),('arn','messages:date-range-from','s:18:\"es:Desde la fecha:\";'),('arn','messages:date-range-to','s:18:\"es:Hasta la fecha:\";'),('arn','messages:datedefault','s:24:\"es:Ninguno en particular\";'),('arn','messages:days','s:33:\"es:{{PLURAL:$1|un día|$1 días}}\";'),('arn','messages:days-abbrev','s:6:\"es:$1d\";'),('arn','messages:dberr-again','s:44:\"es:Prueba a recargar dentro de unos minutos.\";'),('arn','messages:dberr-info','s:47:\"es:(No se puede acceder a la base de datos: $1)\";'),('arn','messages:dberr-info-hidden','s:43:\"es:(No se puede acceder a la base de datos)\";'),('arn','messages:dberr-problems','s:71:\"es:Lo sentimos. Este sitio está experimentando dificultades técnicas.\";'),('arn','messages:deadendpages','s:22:\"es:Páginas sin salida\";'),('arn','messages:deadendpages-summary','s:3:\"en:\";'),('arn','messages:deadendpagestext','s:71:\"es:Las siguientes páginas no enlazan a otras páginas de {{SITENAME}}.\";'),('arn','messages:dec','s:7:\"arn:dis\";'),('arn','messages:december','s:24:\"arn:disiempüre küyeṉ\";'),('arn','messages:december-gen','s:23:\"arn:disiempüre küyenh\";'),('arn','messages:default','s:17:\"es:predeterminado\";'),('arn','messages:default-skin-not-found','s:1979:\"es:¡Vaya! La apariencia predeterminada de tu wiki, definida en <code dir=\"ltr\">$wgDefaultSkin</code> como <code>$1</code>, no está disponible.\n\nLa instalación parece contener {{PLURAL:$4|la siguiente apariencia|las siguientes apariencias}}. Revisa [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Configuración de apariencias] para más información sobre cómo {{PLURAL:$4|activarla|activarlas y seleccionar la predeterminada}}.\n\n$2\n\n; Si acabas de instalar MediaWiki:\n: Probablemente la hayas instalado desde git, o directamente desde el código fuente usando algún otro método. Es normal que ocurra esto. Intenta instalar algunas apariencias desde [https://www.mediawiki.org/wiki/Category:All_skins el directorio de apariencias de mediawiki.org] ya sea:\n:* Descargando [https://www.mediawiki.org/wiki/Special:MyLanguage/Download el instalador tarball], el cual contiene varias apariencias y extensiones. Puedes copiar y pegar el directorio <code>skins/</code> de ahí.\n:* Descargando tarballs individuales de cada apariencia de [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Usando Git para descargar apariencias].\n: Hacer esto no debería interferir con tu repositorio git si eres un desarrollador de MediaWiki.\n\n; Si acabas de actualizar MediaWiki:\n: A partir de MediaWiki 1.24 ya no se activan automáticamente las apariencias instaladas (revisa [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). Puedes pegar {{PLURAL:$5|la siguiente línea|las siguientes líneas}} en <code>LocalSettings.php</code> para activar {{PLURAL:$5|la apariencia instalada|todas las apariencias instaladas}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Si acabas de modificar <code>LocalSettings.php</code>:\n: Comprueba detenidamente posibles errores tipográficos en los nombres de las apariencias.\";'),('arn','messages:default-skin-not-found-no-skins','s:1426:\"es:¡Vaya! La apariencia predeterminada de tu wiki, definida en <code>$wgDefaultSkin</code> como <code>$1</code>, no está disponible.\n\nNo tienes apariencias instaladas.\n\n; Si has instalado o actualizado MediaWiki recientemente:\n: Probablemente has instalado desde git, o directamente desde el código fuente usando algún otro método. Esto puede ocurrir en este caso. A partir de MediaWiki 1.24 ya no se incluye ninguna apariencia en el repositorio principal. Trata de instalar algunas apariencias desde el [https://www.mediawiki.org/wiki/Category:All_skins directorio de apariencias de mediawiki.org], ya sea:\n:* Descargando el [https://www.mediawiki.org/wiki/Special:MyLanguage/Download instalador tarball], que viene con varias apariencias y extensiones. Puedes copiar y pegar el directorio <code>skins/</code> desde ahí.\n:* Descargando tarballs individuales de cada apariencia de [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Usando Git para descargar apariencias].\n: Hacer esto no debería interferir con tu repositorio de MediaWiki si eres un desarrollador de MediaWiki. Revisa [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual:Configuración de apariencias] para información sobre cómo habilitar las apariencias y seleccionar la predeterminada.\";'),('arn','messages:default-skin-not-found-row-disabled','s:56:\"es:* <code>$1</code> / $2 (<strong>desactivada</strong>)\";'),('arn','messages:default-skin-not-found-row-enabled','s:36:\"es:* <code>$1</code> / $2 (activada)\";'),('arn','messages:defaultmessagetext','s:23:\"es:Texto predeterminado\";'),('arn','messages:defemailsubject','s:71:\"es:Correo electrónico enviado por el usuario «$1» desde {{SITENAME}}\";'),('arn','messages:deflate-invaliddeflate','s:62:\"es:El contenido proporcionado no esta comprimido correctamente\";'),('arn','messages:delete','s:10:\"arn:Liftun\";'),('arn','messages:delete-confirm','s:23:\"arn:Ñamümüngelu \"$1\"\";'),('arn','messages:delete-edit-reasonlist','s:28:\"es:Editar razones de borrado\";'),('arn','messages:delete-edit-reasonlist-suppress','s:31:\"es:Editar motivos de supresión\";'),('arn','messages:delete-error-associated-alreadytalk','s:87:\"es:No se puede eliminar la página de discusión asociada de una página de discusión.\";'),('arn','messages:delete-error-associated-doesnotexist','s:71:\"es:No se puede eliminar una página de discusión asociada inexistente.\";'),('arn','messages:delete-hook-aborted','s:86:\"es:Una extensión ha evitado el borrado de la página. No hay explicación disponible.\";'),('arn','messages:delete-legend','s:14:\"arn:Ñamümün\";'),('arn','messages:delete-scheduled','s:61:\"arn:Müchay lipümngeay chi tapülh $1.\nPepi üngümafuymi...\";'),('arn','messages:delete-talk-summary-prefix','s:74:\"es:Eliminada junto con la página de discusión asociada con la razón: $1\";'),('arn','messages:delete-toobig','s:196:\"es:Esta página tiene un historial muy grande, con más de $1 {{PLURAL:$1|revisión|revisiones}}. Borrar este tipo de páginas ha sido restringido para prevenir posibles problemas en {{SITENAME}}.\";'),('arn','messages:delete-toomanyrevisions','s:181:\"es:Estás intentando eliminar más de $1 {{PLURAL:$1|revisión|revisiones}} al mismo tiempo. Tal operación ha sido restringida para prevenir una ruptura accidental de {{SITENAME}}.\";'),('arn','messages:delete-warning-toobig','s:185:\"es:Esta página tiene un historial de más de $1 {{PLURAL:$1|revisión|revisiones}}.\nEliminarla puede perturbar las operaciones de la base de datos de {{SITENAME}}.\nProcede con cautela.\";'),('arn','messages:delete_and_move_confirm','s:26:\"arn:May, ñamümün pakina\";'),('arn','messages:delete_and_move_reason','s:48:\"es:Borrada para permitir el traslado de \"[[$1]]\"\";'),('arn','messages:delete_and_move_text','s:93:\"es:La página de destino «[[:$1]]» ya existe.\n¿Quieres borrarla para permitir el traslado?\";'),('arn','messages:delete_redirect_and_move_text','s:111:\"es:La página de destino «[[:$1]]» ya existe como redirección.\n¿Quieres borrarla para permitir el traslado?\";'),('arn','messages:deletecomment','s:10:\"es:Motivo:\";'),('arn','messages:deleted-page-and-talkpage','s:98:\"es:\"$1\" y \"$2\" han sido borrados.\nConsulte $3 para ver un registro de las eliminaciones recientes.\";'),('arn','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('arn','messages:deletedcontributions','s:37:\"es:Contribuciones borradas de usuario\";'),('arn','messages:deletedcontributions-summary','s:3:\"en:\";'),('arn','messages:deletedcontributions-title','s:32:\"es:Contribuciones borradas de $1\";'),('arn','messages:deletedhist','s:25:\"arn:Ñamümüngelu pünon\";'),('arn','messages:deletedrevision','s:31:\"es:Borrada revisión antigua $1\";'),('arn','messages:deletedtext','s:80:\"es:«$1» ha sido borrado.\nVéase $2 para un registro de los borrados recientes.\";'),('arn','messages:deletedwhileediting','s:87:\"es:<strong>Aviso</strong>: se borró esta página después de que empezaras a editarla.\";'),('arn','messages:deleteotherreason','s:15:\"es:Otro motivo:\";'),('arn','messages:deletepage','s:24:\"arn:Liftun kiñe tapülh\";'),('arn','messages:deletepage-deletetalk','s:43:\"es:Borrar la página de discusión asociada\";'),('arn','messages:deletepage-submit','s:30:\"arn:Ñamümün tüfachi pakina\";'),('arn','messages:deletepage-summary','s:3:\"en:\";'),('arn','messages:deleteprotected','s:60:\"es:No puedes eliminar esta página porque ha sido protegida.\";'),('arn','messages:deletereason-dropdown','s:138:\"es:* Razones comunes de borrado\n** Spam\n** Vandalismo\n** Violación de derechos de autor\n** Petición del autor\n** Redirección incorrecta\";'),('arn','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('arn','messages:deletereasonotherlist','s:14:\"arn:Kake dungu\";'),('arn','messages:deleting-backlinks-warning','s:151:\"es:<strong>Atención:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|otras páginas]] enlazan o transcluyen la página que estás a punto de borrar.\";'),('arn','messages:deleting-subpages-warning','s:189:\"es:<strong>Atención:</strong> la página que estás a punto de borrar tiene [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|una subpágina|$1 subpáginas|51=más de 50 subpáginas}}]].\";'),('arn','messages:deleting-talkpage-subpages-warning','s:215:\"es:<strong>Aviso:</strong> La página de discusión asociada a la que estás a punto de eliminar tiene [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|una subpágina|$1 subpáginas|51=más de 50 subpáginas}}]].\";'),('arn','messages:deletionlog','s:23:\"es:registro de borrados\";'),('arn','messages:dellogpage','s:41:\"arn:Liftungepelu wülngiñ ñi wirintukun\";'),('arn','messages:dellogpagetext','s:71:\"es:A continuación se muestra una lista de los borrados más recientes.\";'),('arn','messages:destfilename','s:33:\"es:Nombre del archivo de destino:\";'),('arn','messages:diff','s:10:\"arn:Kalelu\";'),('arn','messages:diff-empty','s:14:\"arn:(Kalenolu)\";'),('arn','messages:diff-form','s:14:\"es:Diferencias\";'),('arn','messages:diff-form-error-revid','s:39:\"es:Ingrese el ID de revisión numérico\";'),('arn','messages:diff-form-oldid','s:39:\"es:Id. de revisión anterior (opcional)\";'),('arn','messages:diff-form-other-revid','s:19:\"es:Id. de revisión\";'),('arn','messages:diff-form-revid','s:48:\"es:Identificador de revisión de las diferencias\";'),('arn','messages:diff-form-submit','s:22:\"es:Mostrar diferencias\";'),('arn','messages:diff-form-summary','s:3:\"en:\";'),('arn','messages:diff-multi-manyusers','s:138:\"es:(No se {{PLURAL:$1|muestra una edición intermedia|muestran $1 ediciones intermedias}} de más de {{PLURAL:$2|un usuario|$2 usuarios}})\";'),('arn','messages:diff-multi-otherusers','s:86:\"arn:({{PLURAL:$2|$2 pünefe}} ta {{PLURAL:$1|$1 ñi rangiñma kakünun}} pengelngelay)\";'),('arn','messages:diff-multi-sameuser','s:71:\"arn:(Pünekelu ta {{PLURAL:$1|$1 ñi rangiñma kakünun}} pengelngelay)\";'),('arn','messages:diff-paragraph-moved-tonew','s:69:\"es:Se trasladó el párrafo. Pulsa para saltar a la ubicación nueva.\";'),('arn','messages:diff-paragraph-moved-toold','s:72:\"es:Se trasladó el párrafo. Pulsa para saltar a la ubicación anterior.\";'),('arn','messages:difference-missing-revision','s:336:\"es:No se {{PLURAL:$2|ha encontrado una revisión|han encontrado $2 revisiones}} de la comparación solicitada ($1).\n\nLa causa de esto suele ser un enlace obsoleto hacia una edición de una página que ha sido borrada.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\";'),('arn','messages:difference-multipage','s:34:\"es:(Diferencia entre las páginas)\";'),('arn','messages:difference-title','s:35:\"arn:$1: Chem kaley wüñokintungelu\";'),('arn','messages:difference-title-multipage','s:48:\"es:Diferencia entre las páginas «$1» y «$2»\";'),('arn','messages:directorycreateerror','s:38:\"arn:Pepi zewmakünulay ta welliñ \"$1\"\";'),('arn','messages:directoryreadonlyerror','s:37:\"arn:Ta welliñ \"$1\" re chillkatungey.\";'),('arn','messages:disabledspecialpage-disabled','s:69:\"es:Esta página ha sido desactivada por el administrador del sistema.\";'),('arn','messages:disclaimerpage','s:40:\"arn:Project:Katrütuwün ñi llowzüngun\";'),('arn','messages:disclaimers','s:27:\"arn:Tukulzungun ñi pin ley\";'),('arn','messages:djvu_page_error','s:37:\"es:Página DjVu fuera de los límites\";'),('arn','messages:double-redirect-fixed-maintenance','s:103:\"es:Corrección automática de redirección doble de [[$1]] a [[$2]] mediante una tarea de mantenimiento\";'),('arn','messages:double-redirect-fixed-move','s:85:\"es:[[$1]] se ha trasladado.\nSe actualizó automáticamente y ahora redirige a [[$2]].\";'),('arn','messages:double-redirect-fixer','s:29:\"es:Corrector de redirecciones\";'),('arn','messages:doubleredirects','s:23:\"es:Redirecciones dobles\";'),('arn','messages:doubleredirects-summary','s:3:\"en:\";'),('arn','messages:doubleredirectstext','s:374:\"es:Esta página contiene una lista de páginas que redirigen a otras páginas de redirección.\nCada fila contiene enlaces a la segunda y tercera redirección, así como la primera línea de la segunda redirección, en la que usualmente se encontrará el artículo «real» al que la primera redirección debería apuntar.\nLas entradas <del>tachadas</del> han sido resueltas.\";'),('arn','messages:download','s:15:\"arn:nakvmpafipe\";'),('arn','messages:duplicate-args-category','s:72:\"es:Páginas que usan argumentos duplicados en invocaciones de plantillas\";'),('arn','messages:duplicate-args-category-desc','s:191:\"es:La página contiene invocaciones de plantillas que utilizan argumentos duplicados, como <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> o <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('arn','messages:duplicate-args-warning','s:145:\"es:<strong>Aviso:</strong> [[:$1]] llama a [[:$2]] con más de un valor para el parámetro «$3». Se usará solo el último valor proporcionado.\";'),('arn','messages:duplicate-defaultsort','s:122:\"arn:\'\'\'Ngüneltun:\'\'\' Wünezullin ñi kümeelgen lonkolelu \"$2\" nentutuy rupalu wünezullin ñi kümeelgen lonkolelu \"$1\".\";'),('arn','messages:duplicate-displaytitle','s:91:\"es:<strong>Advertencia:</strong> El título visualizado \"$2\" sobreescribe al anterior \"$1\".\";'),('arn','messages:duplicatesoffile','s:156:\"es:{{PLURAL:$1|El siguiente archivo es un duplicado|Los siguientes $1 archivos son duplicados}} de éste ([[Special:FileDuplicateSearch/$2|más detalles]]):\";'),('arn','messages:duration-centuries','s:32:\"es:$1 {{PLURAL:$1|siglo|siglos}}\";'),('arn','messages:duration-days','s:26:\"arn:$1 {{PLURAL:$1|antü}}\";'),('arn','messages:duration-decades','s:36:\"es:$1 {{PLURAL:$1|década|décadas}}\";'),('arn','messages:duration-hours','s:30:\"es:$1 {{PLURAL:$1|hora|horas}}\";'),('arn','messages:duration-millennia','s:36:\"es:$1 {{PLURAL:$1|milenio|milenios}}\";'),('arn','messages:duration-minutes','s:34:\"es:$1 {{PLURAL:$1|minuto|minutos}}\";'),('arn','messages:duration-seconds','s:36:\"es:$1 {{PLURAL:$1|segundo|segundos}}\";'),('arn','messages:duration-weeks','s:34:\"es:$1 {{PLURAL:$1|semana|semanas}}\";'),('arn','messages:duration-years','s:30:\"es:$1 {{PLURAL:$1|año|años}}\";'),('arn','messages:eauthentsent','s:254:\"es:Se ha enviado un correo electrónico de confirmación a la dirección especificada.\nAntes de que se envíe cualquier otro correo a la cuenta tienes que seguir las instrucciones enviadas en el mensaje para así confirmar que la dirección te pertenece.\";'),('arn','messages:edit','s:14:\"arn:Kümeelün\";'),('arn','messages:edit-already-exists','s:49:\"es:No se pudo crear una página nueva.\nYa existe.\";'),('arn','messages:edit-conflict','s:25:\"es:Conflicto de edición.\";'),('arn','messages:edit-gone-missing','s:68:\"es:No se ha podido actualizar la página.\nParece haber sido borrada.\";'),('arn','messages:edit-hook-aborted','s:73:\"es:Una extensión ha evitado la edición.\nNo hay explicación disponible.\";'),('arn','messages:edit-local','s:28:\"es:Editar descripción local\";'),('arn','messages:edit-no-change','s:71:\"es:Se ignoró tu edición porque no se hizo ningún cambio en el texto.\";'),('arn','messages:edit-slots-cannot-add','s:85:\"es:{{PLURAL:$1|El siguiente espacio|Los siguientes espacios}} no son compatibles: $2.\";'),('arn','messages:edit-slots-cannot-remove','s:140:\"es:Se {{PLURAL:$1|requiere el siguiente espacio y no puede ser eliminado|requieren los siguientes espacios y no pueden ser eliminados}}: $2.\";'),('arn','messages:edit-slots-missing','s:78:\"es:{{PLURAL:$1|Falta el siguiente espacio|Faltan los siguientes espacios}}: $2\";'),('arn','messages:edit-textarea-aria-label','s:22:\"es:Editor de wikitexto\";'),('arn','messages:edit_form_incomplete','s:148:\"es:<strong>Una parte del formulario de edición no ha llegado al servidor. Comprueba que tus cambios están intactos e inténtalo de nuevo.</strong>\";'),('arn','messages:editcomment','s:46:\"es:El resumen de la edición fue: <em>$1</em>.\";'),('arn','messages:editconflict','s:28:\"es:Conflicto de edición: $1\";'),('arn','messages:editfont-monospace','s:30:\"es:Tipo de letra monoespaciado\";'),('arn','messages:editfont-sansserif','s:20:\"es:Fuente Sans-serif\";'),('arn','messages:editfont-serif','s:15:\"es:Fuente Serif\";'),('arn','messages:editfont-style','s:39:\"es:Tipo de letra del área de edición:\";'),('arn','messages:edithelp','s:25:\"arn:Kellun kümeelkünuam\";'),('arn','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('arn','messages:editing','s:20:\"arn:Kümeelngekey $1\";'),('arn','messages:editingcomment','s:23:\"arn:Wirin $1 (we dungu)\";'),('arn','messages:editinginterface','s:224:\"es:<strong>Advertencia:</strong> estás editando una página usada para proporcionar texto de la interfaz al software. \nLos cambios en esta página afectarán la apariencia de la interfaz de los demás usuarios de esta wiki.\";'),('arn','messages:editingold','s:174:\"es:<strong>Advertencia: estás editando sobre una revisión antigua de esta página.</strong>\nSi la publicas, se perderá cualquier otro cambio realizado desde esa revisión.\";'),('arn','messages:editingsection','s:35:\"arn:Kümeelkünulu $1 (katrüntuku)\";'),('arn','messages:editinguser','s:99:\"es:Cambiar los grupos de{{GENDER:$1|l usuario|&nbsp;la usuaria}} <strong>[[User:$1|$1]]</strong> $2\";'),('arn','messages:editlink','s:14:\"arn:kümeelün\";'),('arn','messages:editnotice-notext','s:4:\"en:-\";'),('arn','messages:editold','s:14:\"arn:kümeelün\";'),('arn','messages:editpage','s:21:\"es:Editar una página\";'),('arn','messages:editpage-cannot-use-custom-model','s:62:\"es:El modelo de contenido de esta página no se puede cambiar.\";'),('arn','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('arn','messages:editpage-invalidcontentmodel-text','s:46:\"es:El modelo de contenido «$1» no se admite.\";'),('arn','messages:editpage-invalidcontentmodel-title','s:34:\"es:Modelo de contenido no admitido\";'),('arn','messages:editpage-notsupportedcontentformat-text','s:77:\"es:El formato de contenido $1 no es compatible con el modelo de contenido $2.\";'),('arn','messages:editpage-notsupportedcontentformat-title','s:37:\"es:Formato de contenido no compatible\";'),('arn','messages:editpage-summary','s:3:\"en:\";'),('arn','messages:editpage-tos-summary','s:4:\"en:-\";'),('arn','messages:editsection','s:14:\"arn:Kümeelün\";'),('arn','messages:editsectionhint','s:29:\"arn:Kümeelkünun trokiñ: $1\";'),('arn','messages:edittools','s:76:\"es:<!-- Este texto aparecerá bajo los formularios de edición y subida. -->\";'),('arn','messages:edittools-upload','s:4:\"es:-\";'),('arn','messages:editundo','s:15:\"arn:wüñoeltun\";'),('arn','messages:editusergroup','s:28:\"es:Cargar grupos de usuarios\";'),('arn','messages:editwatchlist-summary','s:3:\"en:\";'),('arn','messages:ellipsis','s:6:\"es:…\";'),('arn','messages:email','s:22:\"es:Correo electrónico\";'),('arn','messages:email-allow-new-users-label','s:49:\"es:Permitir mensajes de correo de usuarios nuevos\";'),('arn','messages:email-legend','s:63:\"es:Enviar un correo electrónico a otro usuario de {{SITENAME}}\";'),('arn','messages:email-mutelist-label','s:57:\"es:Prohibir a estos usuarios enviarme mensajes de correo:\";'),('arn','messages:emailauthenticated','s:70:\"es:Tu dirección de correo electrónico fue confirmada el $2 a las $3.\";'),('arn','messages:emailblock','s:32:\"es:correo electrónico bloqueado\";'),('arn','messages:emailccme','s:36:\"es:Enviarme una copia de mi mensaje.\";'),('arn','messages:emailccsubject','s:31:\"es:Copia de tu mensaje a $1: $2\";'),('arn','messages:emailconfirmlink','s:46:\"es:Confirmar dirección de correo electrónico\";'),('arn','messages:emaildisabled','s:52:\"es:Este sitio no puede enviar correos electrónicos.\";'),('arn','messages:emailfrom','s:6:\"es:De:\";'),('arn','messages:emaillink','s:29:\"es:enviar correo electrónico\";'),('arn','messages:emailmessage','s:9:\"arn:Dungu\";'),('arn','messages:emailnotarget','s:68:\"es:Nombre de usuario no existente o no válido para el destinatario.\";'),('arn','messages:emailnotauthenticated','s:133:\"es:Aún no has confirmado tu dirección de correo electrónico.\nHasta que lo hagas, las siguientes funciones no estarán disponibles.\";'),('arn','messages:emailpagetext','s:307:\"es:Puedes usar el formulario de abajo para enviar un correo electrónico a {{GENDER:$1|este usuario|esta usuaria}}.\nLa dirección de correo electrónico que indicaste en [[Special:Preferences|tus preferencias de usuario]] aparecerá en el campo \"Remitente\" o \"De\" para que el destinatario pueda responderte.\";'),('arn','messages:emailsend','s:11:\"arn:Werkün\";'),('arn','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('arn','messages:emailsent','s:30:\"es:Correo electrónico enviado\";'),('arn','messages:emailsenttext','s:51:\"es:Se ha enviado tu mensaje de correo electrónico.\";'),('arn','messages:emailsubject','s:9:\"arn:Dungu\";'),('arn','messages:emailtarget','s:48:\"es:Escribe el nombre de usuario del destinatario\";'),('arn','messages:emailto','s:8:\"es:Para:\";'),('arn','messages:emailuser','s:37:\"arn:Amulün werküwe tüfachi kellufe\";'),('arn','messages:emailuser-summary','s:3:\"en:\";'),('arn','messages:emailuser-title-notarget','s:43:\"es:Enviar un correo electrónico al usuario\";'),('arn','messages:emailuser-title-target','s:62:\"es:Enviar un mensaje a {{GENDER:$1|este usuario|esta usuaria}}\";'),('arn','messages:emailuserfooter','s:347:\"es:Este correo electrónico fue {{GENDER:$1|enviado}} por $1 a {{GENDER:$2|$2}} a través de la función «{{int:emailuser}}» en {{SITENAME}}. Si {{GENDER:$2|respondes}}, tu correo electrónico se enviará directamente {{GENDER:$1|al emisor|a la emisora}} original, y {{GENDER:$1|le}} revelará {{GENDER:$2|tu}} dirección de correo electrónico.\";'),('arn','messages:emailusername','s:21:\"es:Nombre de usuario:\";'),('arn','messages:emailusernamesubmit','s:9:\"es:Enviar\";'),('arn','messages:empty-file','s:41:\"es:El archivo que enviaste estaba vacío.\";'),('arn','messages:empty-username','s:36:\"es:(nombre de usuario no disponible)\";'),('arn','messages:emptyfile','s:135:\"es:El archivo que has intentado subir parece estar vacío; por favor, verifica que realmente se trate del archivo que intentabas subir.\";'),('arn','messages:enhancedrc-history','s:12:\"arn:tukulpan\";'),('arn','messages:enhancedrc-since-last-visit','s:43:\"es:$1 {{PLURAL:$1|desde la última visita}}\";'),('arn','messages:enotif_anon_editor','s:22:\"es:usuario anónimo $1\";'),('arn','messages:enotif_body','s:776:\"es:Hola, $WATCHINGUSERNAME:\n\n$PAGEINTRO $NEWPAGE\n\nResumen del editor: $PAGESUMMARY $PAGEMINOREDIT\n\nContacta con el editor:\ncorreo: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nNo enviaremos más notificaciones si ocurre más actividad, a menos que visites esta página con la sesión iniciada. También puedes restablecer los estados de notificación en todas las páginas de tu lista de seguimiento.\n\nAtentamente, el sistema de notificaciones de {{SITENAME}}\n\n--\nPara cambiar tus ajustes de notificación por correo, visita\n{{canonicalurl:{{#special:Preferences}}}}\n\nPara cambiar los ajustes de tu lista de seguimiento, visita\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nPara quitar la página de tu lista de seguimiento, visita\n$UNWATCHURL\n\nPara ayuda y comentarios:\n$HELPPAGE\";'),('arn','messages:enotif_body_intro_changed','s:124:\"es:La página $1 de {{SITENAME}} ha sido cambiada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('arn','messages:enotif_body_intro_created','s:122:\"es:La página $1 de {{SITENAME}} ha sido creada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('arn','messages:enotif_body_intro_deleted','s:98:\"es:La página $1 de {{SITENAME}} ha sido borrada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3.\";'),('arn','messages:enotif_body_intro_moved','s:126:\"es:La página $1 de {{SITENAME}} ha sido trasladada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('arn','messages:enotif_body_intro_restored','s:126:\"es:La página $1 de {{SITENAME}} ha sido restaurada el $PAGEEDITDATE por {{GENDER:$2|$2}}, véase $3 para la revisión actual.\";'),('arn','messages:enotif_impersonal_salutation','s:24:\"arn:{{SITENAME}} kellufe\";'),('arn','messages:enotif_lastdiff','s:35:\"es:Consulta $1 para ver este cambio\";'),('arn','messages:enotif_lastvisited','s:65:\"es:Consulta $1 para ver todos los cambios desde tu última visita\";'),('arn','messages:enotif_minoredit','s:29:\"es:Esta es una edición menor\";'),('arn','messages:enotif_reset','s:40:\"arn:Elwen kom tapülh zewma pengelu reke\";'),('arn','messages:enotif_subject_changed','s:57:\"es:$2 {{GENDER:$2|cambió}} la página $1 de {{SITENAME}}\";'),('arn','messages:enotif_subject_created','s:55:\"es:$2 {{GENDER:$2|creó}} la página $1 de {{SITENAME}}\";'),('arn','messages:enotif_subject_deleted','s:56:\"es:$2 {{GENDER:$2|borró}} la página $1 de {{SITENAME}}\";'),('arn','messages:enotif_subject_moved','s:59:\"es:$2 {{GENDER:$2|trasladó}} la página $1 de {{SITENAME}}\";'),('arn','messages:enotif_subject_restored','s:59:\"es:$2 {{GENDER:$2|restauró}} la página $1 de {{SITENAME}}\";'),('arn','messages:enterlockreason','s:102:\"es:Proporciona el motivo del bloqueo, así como una estimación de cuándo se producirá el desbloqueo\";'),('arn','messages:error','s:12:\"arn:Welulkan\";'),('arn','messages:errorpagetitle','s:12:\"arn:Welulkan\";'),('arn','messages:exbeforeblank','s:46:\"es:el contenido antes de blanquear era: «$1»\";'),('arn','messages:exception-nologin','s:17:\"arn:Petu konlaymi\";'),('arn','messages:exception-nologin-text','s:72:\"es:Necesitas acceder para ver esta página o llevar a cabo esta acción.\";'),('arn','messages:exception-nologin-text-manual','s:73:\"es:Necesitas $1 para poder ver esta página o llevar a cabo esta acción.\";'),('arn','messages:excontent','s:27:\"es:el contenido era: «$1»\";'),('arn','messages:excontentauthor','s:116:\"es:el contenido era: «$1», y el único autor fue «[[Special:Contributions/$2|$2]]» ([[User talk:$2|discusión]])\";'),('arn','messages:exif-aperturevalue','s:16:\"es:Apertura APEX\";'),('arn','messages:exif-artist','s:8:\"es:Autor\";'),('arn','messages:exif-attributionurl','s:53:\"es:Cuando reutilices este trabajo, por favor enlaza a\";'),('arn','messages:exif-bitspersample','s:22:\"es:Bits por componente\";'),('arn','messages:exif-brightnessvalue','s:14:\"es:Brillo APEX\";'),('arn','messages:exif-cameraownername','s:28:\"es:Propietario de la cámara\";'),('arn','messages:exif-citycreated','s:38:\"es:Ciudad en la que se tomó la imagen\";'),('arn','messages:exif-citydest','s:18:\"es:Ciudad mostrada\";'),('arn','messages:exif-colorspace','s:19:\"es:Espacio de color\";'),('arn','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('arn','messages:exif-colorspace-65535','s:15:\"es:Sin calibrar\";'),('arn','messages:exif-componentsconfiguration','s:33:\"es:Significado de cada componente\";'),('arn','messages:exif-componentsconfiguration-0','s:12:\"es:no existe\";'),('arn','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('arn','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('arn','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('arn','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('arn','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('arn','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('arn','messages:exif-compressedbitsperpixel','s:35:\"es:Modo de compresión de la imagen\";'),('arn','messages:exif-compression','s:25:\"es:Esquema de compresión\";'),('arn','messages:exif-compression-1','s:16:\"es:Sin comprimir\";'),('arn','messages:exif-compression-2','s:67:\"es:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('arn','messages:exif-compression-3','s:37:\"es:Codificación de fax CCITT grupo 3\";'),('arn','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('arn','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('arn','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('arn','messages:exif-compression-4','s:37:\"es:Codificación de fax CCITT grupo 4\";'),('arn','messages:exif-compression-5','s:6:\"en:LZW\";'),('arn','messages:exif-compression-6','s:17:\"es:JPEG (antiguo)\";'),('arn','messages:exif-compression-7','s:7:\"en:JPEG\";'),('arn','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('arn','messages:exif-contact','s:27:\"es:Información de contacto\";'),('arn','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('arn','messages:exif-contentwarning','s:22:\"es:Alerta de contenido\";'),('arn','messages:exif-contrast','s:12:\"es:Contraste\";'),('arn','messages:exif-contrast-0','s:9:\"es:Normal\";'),('arn','messages:exif-contrast-1','s:8:\"es:Suave\";'),('arn','messages:exif-contrast-2','s:7:\"es:Duro\";'),('arn','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('arn','messages:exif-copyright','s:35:\"es:Titular de los derechos de autor\";'),('arn','messages:exif-copyrighted','s:22:\"es:Estado de copyright\";'),('arn','messages:exif-copyrighted-false','s:44:\"es:No se ha definido el estado del copyright\";'),('arn','messages:exif-copyrighted-true','s:24:\"es:Con derechos de autor\";'),('arn','messages:exif-copyrightowner','s:24:\"es:Titular del copyright\";'),('arn','messages:exif-countrycodecreated','s:55:\"es:Código para el país en el que la imagen fue tomada\";'),('arn','messages:exif-countrycodedest','s:28:\"es:Código de país mostrado\";'),('arn','messages:exif-countrycreated','s:37:\"es:País en el que se tomó la imagen\";'),('arn','messages:exif-countrydest','s:17:\"es:País mostrado\";'),('arn','messages:exif-credit','s:21:\"es:Crédito/proveedor\";'),('arn','messages:exif-croppedareaimageheightpixels','s:32:\"es:Altura recortada del panorama\";'),('arn','messages:exif-croppedareaimagewidthpixels','s:33:\"es:Anchura recortada del panorama\";'),('arn','messages:exif-croppedarealeftpixels','s:33:\"es:Recorte izquierdo del panorama\";'),('arn','messages:exif-croppedareatoppixels','s:32:\"es:Recorte superior del panorama\";'),('arn','messages:exif-customrendered','s:37:\"es:Procesador personalizado de imagen\";'),('arn','messages:exif-customrendered-0','s:17:\"es:Proceso normal\";'),('arn','messages:exif-customrendered-1','s:24:\"es:Proceso personalizado\";'),('arn','messages:exif-customrendered-2','s:34:\"es:HDR (no se guardó el original)\";'),('arn','messages:exif-customrendered-3','s:26:\"es:HDR (original guardado)\";'),('arn','messages:exif-customrendered-4','s:22:\"es:Original (para HDR)\";'),('arn','messages:exif-customrendered-6','s:11:\"es:Panorama\";'),('arn','messages:exif-customrendered-7','s:15:\"es:HDR vertical\";'),('arn','messages:exif-customrendered-8','s:11:\"es:Vertical\";'),('arn','messages:exif-datetime','s:44:\"es:Fecha y hora de modificación del archivo\";'),('arn','messages:exif-datetimedigitized','s:37:\"es:Fecha y hora de la digitalización\";'),('arn','messages:exif-datetimeexpires','s:22:\"es:No usar después de\";'),('arn','messages:exif-datetimemetadata','s:68:\"es:Fecha en la cual fueron modificados por última vez los metadatos\";'),('arn','messages:exif-datetimeoriginal','s:46:\"es:Fecha y hora de la generación de los datos\";'),('arn','messages:exif-datetimereleased','s:13:\"es:Lanzado el\";'),('arn','messages:exif-dc-contributor','s:16:\"es:Colaboradores\";'),('arn','messages:exif-dc-coverage','s:40:\"es:Ámbito espacial o temporal del medio\";'),('arn','messages:exif-dc-date','s:11:\"es:Fecha(s)\";'),('arn','messages:exif-dc-publisher','s:12:\"es:Editorial\";'),('arn','messages:exif-dc-relation','s:22:\"es:Medios relacionados\";'),('arn','messages:exif-dc-rights','s:11:\"es:Derechos\";'),('arn','messages:exif-dc-source','s:19:\"es:Medios de origen\";'),('arn','messages:exif-dc-type','s:16:\"es:Tipo de medio\";'),('arn','messages:exif-devicesettingdescription','s:46:\"es:Descripción de los ajustes del dispositivo\";'),('arn','messages:exif-digitalzoomratio','s:25:\"es:Razón de zoom digital\";'),('arn','messages:exif-disclaimer','s:34:\"es:Exoneración de responsabilidad\";'),('arn','messages:exif-editstatus','s:32:\"es:Estado editorial de la imagen\";'),('arn','messages:exif-event','s:22:\"es:Evento representado\";'),('arn','messages:exif-exifversion','s:19:\"es:Versión de Exif\";'),('arn','messages:exif-exposurebiasvalue','s:23:\"es:Sesgo de exposición\";'),('arn','messages:exif-exposureindex','s:25:\"es:Índice de exposición\";'),('arn','messages:exif-exposurelockused','s:35:\"es:Bloqueo de exposición utilizado\";'),('arn','messages:exif-exposurelockused-false','s:5:\"es:No\";'),('arn','messages:exif-exposurelockused-true','s:6:\"es:Sí\";'),('arn','messages:exif-exposuremode','s:22:\"es:Modo de exposición\";'),('arn','messages:exif-exposuremode-0','s:26:\"es:Exposición automática\";'),('arn','messages:exif-exposuremode-1','s:21:\"es:Exposición manual\";'),('arn','messages:exif-exposuremode-2','s:15:\"es:Auto bracket\";'),('arn','messages:exif-exposureprogram','s:26:\"es:Programa de exposición\";'),('arn','messages:exif-exposureprogram-0','s:14:\"es:No definido\";'),('arn','messages:exif-exposureprogram-1','s:9:\"es:Manual\";'),('arn','messages:exif-exposureprogram-2','s:18:\"es:Programa normal\";'),('arn','messages:exif-exposureprogram-3','s:24:\"es:Prioridad de apertura\";'),('arn','messages:exif-exposureprogram-4','s:25:\"es:Prioridad de obturador\";'),('arn','messages:exif-exposureprogram-5','s:62:\"es:Programa creativo (con prioridad a la profundidad de campo)\";'),('arn','messages:exif-exposureprogram-6','s:52:\"es:Programa de acción (alta velocidad de obturador)\";'),('arn','messages:exif-exposureprogram-7','s:63:\"es:Modo retrato (para primeros planos con el fondo desenfocado)\";'),('arn','messages:exif-exposureprogram-8','s:64:\"es:Modo panorama (para fotos panorámicas con el fondo enfocado)\";'),('arn','messages:exif-exposuretime','s:24:\"es:Tiempo de exposición\";'),('arn','messages:exif-exposuretime-format','s:14:\"es:$1 seg ($2)\";'),('arn','messages:exif-filesource','s:20:\"es:Fuente de archivo\";'),('arn','messages:exif-filesource-3','s:18:\"es:Cámara digital\";'),('arn','messages:exif-firstphotodate','s:34:\"es:Fecha de la primera fotografía\";'),('arn','messages:exif-fixtureidentifier','s:29:\"es:Nome del elemento habitual\";'),('arn','messages:exif-flash','s:8:\"es:Flash\";'),('arn','messages:exif-flash-fired-0','s:26:\"es:No se disparó el flash\";'),('arn','messages:exif-flash-fired-1','s:18:\"es:Flash disparado\";'),('arn','messages:exif-flash-function-1','s:17:\"es:Modo sin flash\";'),('arn','messages:exif-flash-mode-1','s:27:\"es:disparo de flash forzado\";'),('arn','messages:exif-flash-mode-2','s:27:\"es:disparo de flash anulado\";'),('arn','messages:exif-flash-mode-3','s:19:\"es:modo automático\";'),('arn','messages:exif-flash-redeye-1','s:35:\"es:modo de reducción de ojos rojos\";'),('arn','messages:exif-flash-return-0','s:70:\"es:no hay función de detección del retorno de la luz estroboscópica\";'),('arn','messages:exif-flash-return-2','s:48:\"es:no se detectó retorno de luz estroboscópica\";'),('arn','messages:exif-flash-return-3','s:43:\"es:detectado retorno de luz estroboscópica\";'),('arn','messages:exif-flashenergy','s:21:\"es:Energía del flash\";'),('arn','messages:exif-flashpixversion','s:32:\"es:Versión admitida de Flashpix\";'),('arn','messages:exif-fnumber','s:12:\"es:Número F\";'),('arn','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('arn','messages:exif-focallength','s:29:\"es:Longitud focal de la lente\";'),('arn','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('arn','messages:exif-focallengthin35mmfilm','s:39:\"es:Longitud focal en película de 35 mm\";'),('arn','messages:exif-focalplaneresolutionunit','s:40:\"es:Unidad de resolución del plano focal\";'),('arn','messages:exif-focalplaneresolutionunit-2','s:11:\"es:pulgadas\";'),('arn','messages:exif-focalplanexresolution','s:32:\"es:Resolución X del plano focal\";'),('arn','messages:exif-focalplaneyresolution','s:32:\"es:Resolución Y del plano focal\";'),('arn','messages:exif-fullpanoheightpixels','s:28:\"es:Altura total del panorama\";'),('arn','messages:exif-fullpanowidthpixels','s:29:\"es:Anchura total del panorama\";'),('arn','messages:exif-gaincontrol','s:20:\"es:Control de escena\";'),('arn','messages:exif-gaincontrol-0','s:10:\"es:Ninguna\";'),('arn','messages:exif-gaincontrol-1','s:27:\"es:Bajo aumento de ganancia\";'),('arn','messages:exif-gaincontrol-2','s:27:\"es:Alto aumento de ganancia\";'),('arn','messages:exif-gaincontrol-3','s:32:\"es:Baja disminución de ganancia\";'),('arn','messages:exif-gaincontrol-4','s:32:\"es:Alta disminución de ganancia\";'),('arn','messages:exif-giffilecomment','s:28:\"es:Comentario de archivo GIF\";'),('arn','messages:exif-gpsaltitude','s:10:\"es:Altitud\";'),('arn','messages:exif-gpsaltitude-above-sealevel','s:55:\"es:$1 {{PLURAL:$1|metro|metros}} sobre el nivel del mar\";'),('arn','messages:exif-gpsaltitude-below-sealevel','s:54:\"es:$1 {{PLURAL:$1|metro|metros}} bajo el nivel del mar\";'),('arn','messages:exif-gpsaltituderef','s:22:\"es:Refencia de altitud\";'),('arn','messages:exif-gpsareainformation','s:25:\"es:Nombre de la área GPS\";'),('arn','messages:exif-gpsdatestamp','s:12:\"es:Fecha GPS\";'),('arn','messages:exif-gpsdestbearing','s:27:\"es:Orientación del destino\";'),('arn','messages:exif-gpsdestbearingref','s:45:\"es:Referencia para la orientación al destino\";'),('arn','messages:exif-gpsdestdistance','s:23:\"es:Distancia al destino\";'),('arn','messages:exif-gpsdestdistance-k','s:14:\"es:Kilómetros\";'),('arn','messages:exif-gpsdestdistance-m','s:9:\"es:Millas\";'),('arn','messages:exif-gpsdestdistance-n','s:19:\"es:Millas náuticas\";'),('arn','messages:exif-gpsdestdistanceref','s:42:\"es:Referencia para la distancia al destino\";'),('arn','messages:exif-gpsdestlatitude','s:21:\"es:Destino de latitud\";'),('arn','messages:exif-gpsdestlatituderef','s:41:\"es:Referencia para la latitud del destino\";'),('arn','messages:exif-gpsdestlongitude','s:23:\"es:Longitud del destino\";'),('arn','messages:exif-gpsdestlongituderef','s:42:\"es:Referencia para la longitud del destino\";'),('arn','messages:exif-gpsdifferential','s:33:\"es:Corrección diferencial de GPS\";'),('arn','messages:exif-gpsdirection-m','s:24:\"es:Dirección magnética\";'),('arn','messages:exif-gpsdirection-t','s:18:\"es:Dirección real\";'),('arn','messages:exif-gpsdop','s:26:\"es:Precisión de medición\";'),('arn','messages:exif-gpsdop-excellent','s:17:\"es:Excelente ($1)\";'),('arn','messages:exif-gpsdop-fair','s:15:\"es:Pasable ($1)\";'),('arn','messages:exif-gpsdop-good','s:15:\"es:Bueno ( $1 )\";'),('arn','messages:exif-gpsdop-moderate','s:16:\"es:Moderado ($1)\";'),('arn','messages:exif-gpsdop-poor','s:15:\"es:Pobre ( $1 )\";'),('arn','messages:exif-gpsimgdirection','s:23:\"es:Dirección de imagen\";'),('arn','messages:exif-gpsimgdirectionref','s:45:\"es:Referencia para la dirección de la imagen\";'),('arn','messages:exif-gpslatitude','s:10:\"es:Latitud\";'),('arn','messages:exif-gpslatitude-n','s:16:\"es:Latitud norte\";'),('arn','messages:exif-gpslatitude-s','s:14:\"es:Latitud sur\";'),('arn','messages:exif-gpslatituderef','s:22:\"es:Latitud norte o sur\";'),('arn','messages:exif-gpslongitude','s:11:\"es:Longitud\";'),('arn','messages:exif-gpslongitude-e','s:16:\"es:Longitud este\";'),('arn','messages:exif-gpslongitude-w','s:17:\"es:Longitud oeste\";'),('arn','messages:exif-gpslongituderef','s:24:\"es:Longitud este u oeste\";'),('arn','messages:exif-gpsmapdatum','s:43:\"es:Utilizados datos de medición geodésica\";'),('arn','messages:exif-gpsmeasuremode','s:20:\"es:Modo de medición\";'),('arn','messages:exif-gpsmeasuremode-2','s:26:\"es:Medición bidimensional\";'),('arn','messages:exif-gpsmeasuremode-3','s:27:\"es:Medición tridimensional\";'),('arn','messages:exif-gpsprocessingmethod','s:38:\"es:Nombre del método de procesado GPS\";'),('arn','messages:exif-gpssatellites','s:38:\"es:Satélites usados para la medición\";'),('arn','messages:exif-gpsspeed','s:29:\"es:Velocidad del receptor GPS\";'),('arn','messages:exif-gpsspeed-k','s:23:\"es:Kilómetros por hora\";'),('arn','messages:exif-gpsspeed-m','s:18:\"es:Millas por hora\";'),('arn','messages:exif-gpsspeed-n','s:8:\"es:Nudos\";'),('arn','messages:exif-gpsspeedref','s:22:\"es:Unidad de velocidad\";'),('arn','messages:exif-gpsstatus','s:22:\"es:Estado del receptor\";'),('arn','messages:exif-gpsstatus-a','s:20:\"es:Medida en proceso\";'),('arn','messages:exif-gpsstatus-v','s:30:\"es:Interoperabilidad de medida\";'),('arn','messages:exif-gpstimestamp','s:30:\"es:Tiempo GPS (reloj atómico)\";'),('arn','messages:exif-gpstrack','s:28:\"es:Dirección del movimiento\";'),('arn','messages:exif-gpstrackref','s:47:\"es:Referencia para la dirección del movimiento\";'),('arn','messages:exif-gpsversionid','s:30:\"es:Versión de la etiqueta GPS\";'),('arn','messages:exif-headline','s:13:\"es:Encabezado\";'),('arn','messages:exif-identifier','s:16:\"es:Identificador\";'),('arn','messages:exif-iimcategory','s:13:\"es:Categoría\";'),('arn','messages:exif-iimcategory-ace','s:34:\"es:Arte, cultura y entretenimiento\";'),('arn','messages:exif-iimcategory-clj','s:15:\"es:Crimen y ley\";'),('arn','messages:exif-iimcategory-dis','s:25:\"es:Desastres y accidentes\";'),('arn','messages:exif-iimcategory-edu','s:13:\"es:Educación\";'),('arn','messages:exif-iimcategory-evn','s:17:\"es:Medio ambiente\";'),('arn','messages:exif-iimcategory-fin','s:23:\"es:Economía y negocios\";'),('arn','messages:exif-iimcategory-hth','s:8:\"es:Salud\";'),('arn','messages:exif-iimcategory-hum','s:18:\"es:Interés humano\";'),('arn','messages:exif-iimcategory-lab','s:10:\"es:Trabajo\";'),('arn','messages:exif-iimcategory-lif','s:24:\"es:Estilo de vida y ocio\";'),('arn','messages:exif-iimcategory-pol','s:12:\"es:Política\";'),('arn','messages:exif-iimcategory-rel','s:24:\"es:Religión y creencias\";'),('arn','messages:exif-iimcategory-sci','s:24:\"es:Ciencia y tecnología\";'),('arn','messages:exif-iimcategory-soi','s:22:\"es:Cuestiones sociales\";'),('arn','messages:exif-iimcategory-spo','s:11:\"es:Deportes\";'),('arn','messages:exif-iimcategory-war','s:34:\"es:Guerra, conflictos y disturbios\";'),('arn','messages:exif-iimcategory-wea','s:8:\"es:Clima\";'),('arn','messages:exif-iimsupplementalcategory','s:29:\"es:Categorías suplementarias\";'),('arn','messages:exif-iimversion','s:15:\"es:Versión IIM\";'),('arn','messages:exif-imagedescription','s:23:\"es:Título de la imagen\";'),('arn','messages:exif-imagelength','s:9:\"es:Altura\";'),('arn','messages:exif-imageuniqueid','s:22:\"es:ID único de imagen\";'),('arn','messages:exif-imagewidth','s:10:\"es:Anchura\";'),('arn','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('arn','messages:exif-initialhorizontalfovdegrees','s:50:\"es:Campo de visión inicial (grados en horizontal)\";'),('arn','messages:exif-initialverticalfovdegrees','s:48:\"es:Campo de visión inicial (grados en vertical)\";'),('arn','messages:exif-initialviewheadingdegrees','s:30:\"es:Dirección inicial (grados)\";'),('arn','messages:exif-initialviewpitchdegrees','s:27:\"es:Cabeceo inicial (grados)\";'),('arn','messages:exif-initialviewrolldegrees','s:26:\"es:Alabeo inicial (grados)\";'),('arn','messages:exif-intellectualgenre','s:19:\"es:Tipo de elemento\";'),('arn','messages:exif-isospeedratings','s:33:\"es:Calificación de velocidad ISO\";'),('arn','messages:exif-isospeedratings-overflow','s:16:\"es:Más de 65535\";'),('arn','messages:exif-jpegfilecomment','s:29:\"es:Comentario de archivo JPEG\";'),('arn','messages:exif-jpeginterchangeformat','s:29:\"es:Desplazamiento al JPEG SOI\";'),('arn','messages:exif-jpeginterchangeformatlength','s:22:\"es:Bytes de datos JPEG\";'),('arn','messages:exif-keywords','s:17:\"es:Palabras clave\";'),('arn','messages:exif-label','s:11:\"es:Etiqueta\";'),('arn','messages:exif-languagecode','s:9:\"es:Idioma\";'),('arn','messages:exif-lastphotodate','s:34:\"es:Fecha de la última fotografía\";'),('arn','messages:exif-lens','s:18:\"es:Lente utilizada\";'),('arn','messages:exif-licenseurl','s:36:\"es:URL para la licencia de copyright\";'),('arn','messages:exif-lightsource','s:16:\"es:Fuente de luz\";'),('arn','messages:exif-lightsource-0','s:14:\"es:Desconocido\";'),('arn','messages:exif-lightsource-1','s:13:\"es:Luz diurna\";'),('arn','messages:exif-lightsource-10','s:17:\"es:Tiempo nublado\";'),('arn','messages:exif-lightsource-11','s:11:\"es:Penumbra\";'),('arn','messages:exif-lightsource-12','s:48:\"es:Fluorescente de luz diurna (D 5700 – 7100K)\";'),('arn','messages:exif-lightsource-13','s:50:\"es:Fluorescente de día soleado (N 4600 – 5400K)\";'),('arn','messages:exif-lightsource-14','s:47:\"es:Fluorescente blanco frío (W 3900 – 4500K)\";'),('arn','messages:exif-lightsource-15','s:42:\"es:Fluroescente blanco (WW 3200 – 3700K)\";'),('arn','messages:exif-lightsource-17','s:18:\"es:Luz estándar A\";'),('arn','messages:exif-lightsource-18','s:18:\"es:Luz estándar B\";'),('arn','messages:exif-lightsource-19','s:18:\"es:Luz estándar C\";'),('arn','messages:exif-lightsource-2','s:15:\"es:Fluorescente\";'),('arn','messages:exif-lightsource-20','s:6:\"en:D55\";'),('arn','messages:exif-lightsource-21','s:6:\"en:D65\";'),('arn','messages:exif-lightsource-22','s:6:\"en:D75\";'),('arn','messages:exif-lightsource-23','s:6:\"en:D50\";'),('arn','messages:exif-lightsource-24','s:27:\"es:Tungsteno de estudio ISO\";'),('arn','messages:exif-lightsource-255','s:21:\"es:Otra fuente de luz\";'),('arn','messages:exif-lightsource-3','s:32:\"es:Tungsteno (luz incandescente)\";'),('arn','messages:exif-lightsource-4','s:8:\"es:Flash\";'),('arn','messages:exif-lightsource-9','s:14:\"es:Buen tiempo\";'),('arn','messages:exif-locationdest','s:22:\"es:Ubicación mostrada\";'),('arn','messages:exif-locationdestcode','s:36:\"es:Código de la ubicación mostrada\";'),('arn','messages:exif-make','s:27:\"es:Fabricante de la cámara\";'),('arn','messages:exif-make-value','s:5:\"en:$1\";'),('arn','messages:exif-maxaperturevalue','s:28:\"es:Valor máximo de apertura\";'),('arn','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('arn','messages:exif-meteringmode','s:20:\"es:Modo de medición\";'),('arn','messages:exif-meteringmode-0','s:14:\"es:Desconocido\";'),('arn','messages:exif-meteringmode-1','s:8:\"es:Media\";'),('arn','messages:exif-meteringmode-2','s:20:\"es:Promedio centrado\";'),('arn','messages:exif-meteringmode-255','s:7:\"es:Otro\";'),('arn','messages:exif-meteringmode-3','s:10:\"es:Puntual\";'),('arn','messages:exif-meteringmode-4','s:13:\"es:Multipunto\";'),('arn','messages:exif-meteringmode-5','s:10:\"es:Patrón\";'),('arn','messages:exif-meteringmode-6','s:10:\"es:Parcial\";'),('arn','messages:exif-model','s:20:\"es:Modelo de cámara\";'),('arn','messages:exif-model-value','s:5:\"en:$1\";'),('arn','messages:exif-morepermissionsurl','s:39:\"es:Información de licencia alternativa\";'),('arn','messages:exif-nickname','s:31:\"es:Nombre informal de la imagen\";'),('arn','messages:exif-objectcycle','s:58:\"es:Hora del día para la cual está destinado este archivo\";'),('arn','messages:exif-objectcycle-a','s:29:\"es:Por la mañana únicamente\";'),('arn','messages:exif-objectcycle-b','s:38:\"es:Tanto por la mañana y por la tarde\";'),('arn','messages:exif-objectcycle-p','s:31:\"es:Por el atardecer únicamente\";'),('arn','messages:exif-objectname','s:16:\"es:Título breve\";'),('arn','messages:exif-organisationinimage','s:29:\"es:Organización representada\";'),('arn','messages:exif-orientation','s:15:\"es:Orientación\";'),('arn','messages:exif-orientation-1','s:9:\"es:Normal\";'),('arn','messages:exif-orientation-2','s:27:\"es:Volteada horizontalmente\";'),('arn','messages:exif-orientation-3','s:15:\"es:Rotada 180°\";'),('arn','messages:exif-orientation-4','s:25:\"es:Volteada verticalmente\";'),('arn','messages:exif-orientation-5','s:43:\"es:Rotada 90° CCW y volteada verticalmente\";'),('arn','messages:exif-orientation-6','s:29:\"es:Rotada 90° a la izquierda\";'),('arn','messages:exif-orientation-7','s:42:\"es:Rotada 90° CW y volteada verticalmente\";'),('arn','messages:exif-orientation-8','s:27:\"es:Rotada 90° a la derecha\";'),('arn','messages:exif-originaldocumentid','s:36:\"es:Id. único del documento original\";'),('arn','messages:exif-originalimageheight','s:51:\"es:Altura de la imagen antes de que fuera recortada\";'),('arn','messages:exif-originalimagewidth','s:52:\"es:Anchura de la imagen antes de que fuera recortada\";'),('arn','messages:exif-originaltransmissionref','s:49:\"es:Código de ubicación de transmisión original\";'),('arn','messages:exif-personinimage','s:23:\"es:Persona representada\";'),('arn','messages:exif-photometricinterpretation','s:24:\"es:Composición de pixel\";'),('arn','messages:exif-photometricinterpretation-0','s:31:\"es:Blanco y negro (blanco es 0)\";'),('arn','messages:exif-photometricinterpretation-1','s:33:\"es:Blanco y negro (el negro es 0)\";'),('arn','messages:exif-photometricinterpretation-10','s:33:\"es:CIE L*a*b* (codificación ITU)\";'),('arn','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('arn','messages:exif-photometricinterpretation-3','s:9:\"es:Paleta\";'),('arn','messages:exif-photometricinterpretation-32803','s:28:\"es:Matriz de filtro de color\";'),('arn','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('arn','messages:exif-photometricinterpretation-4','s:28:\"es:Máscara de transparencia\";'),('arn','messages:exif-photometricinterpretation-5','s:33:\"es:Separados (Probablemente CMYK)\";'),('arn','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('arn','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('arn','messages:exif-photometricinterpretation-9','s:33:\"es:CIE L*a*b* (codificación ICC)\";'),('arn','messages:exif-pixelxdimension','s:23:\"es:Anchura de la imagen\";'),('arn','messages:exif-pixelydimension','s:22:\"es:Altura de la imagen\";'),('arn','messages:exif-planarconfiguration','s:25:\"es:Distribución de datos\";'),('arn','messages:exif-planarconfiguration-1','s:22:\"es:formato panorámico\";'),('arn','messages:exif-planarconfiguration-2','s:16:\"es:formato plano\";'),('arn','messages:exif-pngfilecomment','s:28:\"es:Comentario de archivo PNG\";'),('arn','messages:exif-poseheadingdegrees','s:22:\"es:Dirección (grados)\";'),('arn','messages:exif-posepitchdegrees','s:19:\"es:Cabeceo (grados)\";'),('arn','messages:exif-poserolldegrees','s:18:\"es:Alabeo (grados)\";'),('arn','messages:exif-preferredattributionname','s:59:\"es:Al volver a utilizar este trabajo, por favor da crédito\";'),('arn','messages:exif-primarychromaticities','s:25:\"es:Cromacidades primarias\";'),('arn','messages:exif-projectiontype','s:22:\"es:Tipo de proyección\";'),('arn','messages:exif-projectiontype-equirectangular','s:19:\"es:Equirrectangular\";'),('arn','messages:exif-provinceorstatecreated','s:52:\"es:Provincia o estado en el que la imagen fue tomada\";'),('arn','messages:exif-provinceorstatedest','s:30:\"es:Provincia o estado mostrado\";'),('arn','messages:exif-rating','s:24:\"es:Valoración (sobre 5)\";'),('arn','messages:exif-rating-rejected','s:12:\"es:Rechazado\";'),('arn','messages:exif-referenceblackwhite','s:49:\"es:Pareja de valores blanco y negro de referencia\";'),('arn','messages:exif-relatedsoundfile','s:31:\"es:Archivo de audio relacionado\";'),('arn','messages:exif-rightscertificate','s:38:\"es:Certificado de gestión de derechos\";'),('arn','messages:exif-rowsperstrip','s:29:\"es:Número de filas por banda\";'),('arn','messages:exif-samplesperpixel','s:25:\"es:Número de componentes\";'),('arn','messages:exif-saturation','s:14:\"es:Saturación\";'),('arn','messages:exif-saturation-0','s:9:\"es:Normal\";'),('arn','messages:exif-saturation-1','s:19:\"es:Baja saturación\";'),('arn','messages:exif-saturation-2','s:19:\"es:Alta saturación\";'),('arn','messages:exif-scenecapturetype','s:28:\"es:Tipo de captura de escena\";'),('arn','messages:exif-scenecapturetype-0','s:12:\"es:Estándar\";'),('arn','messages:exif-scenecapturetype-1','s:10:\"es:Paisaje\";'),('arn','messages:exif-scenecapturetype-2','s:10:\"es:Retrato\";'),('arn','messages:exif-scenecapturetype-3','s:18:\"es:Escena nocturna\";'),('arn','messages:exif-scenecode','s:25:\"es:Código de escena IPTC\";'),('arn','messages:exif-scenetype','s:17:\"es:Tipo de escena\";'),('arn','messages:exif-scenetype-1','s:39:\"es:Una imagen directamente fotografiada\";'),('arn','messages:exif-sensingmethod','s:20:\"es:Método de sensor\";'),('arn','messages:exif-sensingmethod-1','s:14:\"es:No definido\";'),('arn','messages:exif-sensingmethod-2','s:38:\"es:Sensor de área de color de un chip\";'),('arn','messages:exif-sensingmethod-3','s:40:\"es:Sensor de área de color de dos chips\";'),('arn','messages:exif-sensingmethod-4','s:41:\"es:Sensor de área de color de tres chips\";'),('arn','messages:exif-sensingmethod-5','s:38:\"es:Sensor de área secuencial de color\";'),('arn','messages:exif-sensingmethod-7','s:19:\"es:Sensor trilineal\";'),('arn','messages:exif-sensingmethod-8','s:36:\"es:Sensor lineal secuencial de color\";'),('arn','messages:exif-serialnumber','s:33:\"es:Número de serie de la cámara\";'),('arn','messages:exif-sharpness','s:10:\"es:Agudeza\";'),('arn','messages:exif-sharpness-0','s:9:\"es:Normal\";'),('arn','messages:exif-sharpness-1','s:8:\"es:Suave\";'),('arn','messages:exif-sharpness-2','s:7:\"es:Dura\";'),('arn','messages:exif-shutterspeedvalue','s:32:\"es:Velocidad de obturación APEX\";'),('arn','messages:exif-software','s:17:\"es:Software usado\";'),('arn','messages:exif-software-value','s:5:\"en:$1\";'),('arn','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('arn','messages:exif-source','s:9:\"es:Fuente\";'),('arn','messages:exif-sourcephotoscount','s:39:\"es:Número de fotografías en la fuente\";'),('arn','messages:exif-specialinstructions','s:27:\"es:Instrucciones especiales\";'),('arn','messages:exif-spectralsensitivity','s:25:\"es:Sensibilidad espectral\";'),('arn','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('arn','messages:exif-stripbytecounts','s:29:\"es:Bytes por banda comprimida\";'),('arn','messages:exif-stripoffsets','s:35:\"es:Localización de datos de imagen\";'),('arn','messages:exif-subjectarea','s:19:\"es:Área del sujeto\";'),('arn','messages:exif-subjectdistance','s:22:\"es:Distancia al sujeto\";'),('arn','messages:exif-subjectdistance-value','s:12:\"es:$1 metros\";'),('arn','messages:exif-subjectdistancerange','s:35:\"es:Intervalo de distancia al sujeto\";'),('arn','messages:exif-subjectdistancerange-0','s:14:\"es:Desconocida\";'),('arn','messages:exif-subjectdistancerange-1','s:8:\"es:Macro\";'),('arn','messages:exif-subjectdistancerange-2','s:16:\"es:Vista cercana\";'),('arn','messages:exif-subjectdistancerange-3','s:15:\"es:Vista lejana\";'),('arn','messages:exif-subjectlocation','s:27:\"es:Localización del sujeto\";'),('arn','messages:exif-subjectnewscode','s:20:\"es:Código de asunto\";'),('arn','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('arn','messages:exif-sublocationcreated','s:52:\"es:Región de la ciudad en la que la foto fue tomada\";'),('arn','messages:exif-sublocationdest','s:32:\"es:Región de la ciudad mostrada\";'),('arn','messages:exif-subsectime','s:51:\"es:Fecha y hora (precisión por debajo del segundo)\";'),('arn','messages:exif-subsectimedigitized','s:73:\"es:Fecha y hora de la digitalización (precisión por debajo del segundo)\";'),('arn','messages:exif-subsectimeoriginal','s:82:\"es:Fecha y hora de la generación de los datos (precisión por debajo del segundo)\";'),('arn','messages:exif-unknowndate','s:20:\"es:Fecha desconocida\";'),('arn','messages:exif-urgency','s:11:\"es:Urgencia\";'),('arn','messages:exif-urgency-high','s:12:\"es:Alto ($1)\";'),('arn','messages:exif-urgency-low','s:12:\"es:Bajo ($1)\";'),('arn','messages:exif-urgency-normal','s:14:\"es:Normal ($1)\";'),('arn','messages:exif-urgency-other','s:41:\"es:Prioridad definida por el usuario ($1)\";'),('arn','messages:exif-usageterms','s:19:\"es:Términos de uso\";'),('arn','messages:exif-usepanoramaviewer','s:25:\"es:Usar visor panorámico\";'),('arn','messages:exif-usepanoramaviewer-false','s:5:\"es:No\";'),('arn','messages:exif-usepanoramaviewer-true','s:6:\"es:Sí\";'),('arn','messages:exif-usercomment','s:25:\"es:Comentarios de usuario\";'),('arn','messages:exif-webstatement','s:46:\"es:Declaración de derechos de autor en línea\";'),('arn','messages:exif-whitebalance','s:20:\"es:Balance de blanco\";'),('arn','messages:exif-whitebalance-0','s:32:\"es:Balance de blanco automático\";'),('arn','messages:exif-whitebalance-1','s:27:\"es:Balance de blanco manual\";'),('arn','messages:exif-whitepoint','s:29:\"es:Cromacidad de punto blanco\";'),('arn','messages:exif-worldregioncreated','s:49:\"es:Región del mundo en la que se tomó la imagen\";'),('arn','messages:exif-worldregiondest','s:29:\"es:Región del mundo mostrada\";'),('arn','messages:exif-writer','s:11:\"es:Escritor\";'),('arn','messages:exif-xresolution','s:25:\"es:Resolución horizontal\";'),('arn','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('arn','messages:exif-xyresolution-i','s:9:\"es:$1 ppp\";'),('arn','messages:exif-ycbcrcoefficients','s:67:\"es:Coeficientes de la matriz de transformación de espacio de color\";'),('arn','messages:exif-ycbcrpositioning','s:25:\"es:Posicionamientos Y y C\";'),('arn','messages:exif-ycbcrpositioning-1','s:11:\"es:Centrado\";'),('arn','messages:exif-ycbcrpositioning-2','s:17:\"es:Co-localizados\";'),('arn','messages:exif-ycbcrsubsampling','s:33:\"es:Razón de submuestreo de Y a C\";'),('arn','messages:exif-yresolution','s:23:\"es:Resolución vertical\";'),('arn','messages:expand_templates_generate_rawhtml','s:24:\"es:Mostrar HTML en crudo\";'),('arn','messages:expand_templates_generate_xml','s:24:\"es:Mostrar el árbol XML\";'),('arn','messages:expand_templates_html_output','s:23:\"es:Salida HTML en crudo\";'),('arn','messages:expand_templates_input','s:24:\"es:Wikitexto de entrada:\";'),('arn','messages:expand_templates_input_missing','s:63:\"es:Necesitas proporcionar al menos algún wikitexto de entrada.\";'),('arn','messages:expand_templates_intro','s:320:\"es:Esta página especial toma un texto wiki y expande todas sus plantillas recursivamente.\nTambién expande las funciones sintácticas como <code><nowiki>{{</nowiki>#language:…}}</code>, y variables como\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>. De hecho, expande casi cualquier cosa que esté entre llaves dobles.\";'),('arn','messages:expand_templates_ok','s:10:\"es:Aceptar\";'),('arn','messages:expand_templates_output','s:12:\"es:Resultado\";'),('arn','messages:expand_templates_preview','s:20:\"es:Previsualización\";'),('arn','messages:expand_templates_preview_fail_html','s:473:\"es:<em>Se ha ocultado la previsualización como precaución frente a ataques JavaScript. Esto se debe a que {{SITENAME}} tiene habilitada la característica de código HTML en bruto, y se perdieron los datos de la sesión.</em>\n\n<strong>Si se trata de un intento de previsualización legítimo, inténtalo de nuevo.</strong>\nSi aun así no funciona, intenta [[Special:UserLogout|cerrar sesión]] y volver a acceder, y verifica que tu navegador acepte cookies de este sitio.\";'),('arn','messages:expand_templates_preview_fail_html_anon','s:350:\"es:<em>Se ha ocultado la previsualización como precaución frente a ataques JavaScript. Esto se debe a que {{SITENAME}} tiene habilitada la característica de código HTML en bruto, y no has iniciado sesión.</em>\n\n<strong>Si se trata de un intento de previsualización legítimo, [[Special:UserLogin|inicia sesión]] e inténtalo de nuevo.</strong>\";'),('arn','messages:expand_templates_remove_comments','s:38:\"es:Eliminar comentarios (<!-- ... -->)\";'),('arn','messages:expand_templates_remove_nowiki','s:46:\"es:Suprimir etiquetas <nowiki> en el resultado\";'),('arn','messages:expand_templates_title','s:75:\"es:Título de la página, útil para expandir {{FULLPAGENAME}} o similares:\";'),('arn','messages:expand_templates_xml_output','s:13:\"es:Salida XML\";'),('arn','messages:expandtemplates','s:22:\"es:Expandir plantillas\";'),('arn','messages:expansion-depth-exceeded-category','s:55:\"es:Páginas que sobrepasan la profundidad de expansión\";'),('arn','messages:expansion-depth-exceeded-category-desc','s:63:\"es:Esta página sobrepasa la profundidad de expansión máxima.\";'),('arn','messages:expansion-depth-exceeded-warning','s:68:\"es:La página ha sobrepasado el límite de profundidad de expansión\";'),('arn','messages:expensive-parserfunction-category','s:69:\"es:Páginas con demasiadas llamadas a funciones sintácticas costosas\";'),('arn','messages:expensive-parserfunction-category-desc','s:230:\"es:La página usa demasiadas funciones sintácticas costosas (como <code>#ifexist</code>). Consulta [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('arn','messages:expensive-parserfunction-warning','s:206:\"es:<strong>Advertencia:</strong> esta página contiene demasiadas llamadas a funciones sintácticas costosas.\n\nTiene {{PLURAL:$1|una llamada|$1 llamadas}}, pero debería tener menos de {{PLURAL:$2|una|$2}}.\";'),('arn','messages:explainconflict','s:428:\"es:Alguien ha realizado cambios en esta página desde que empezaste a editarla.\nEl cuadro de texto superior contiene el texto de la página tal como está guardado en este momento.\nTus cambios sobre la versión que editaste se muestran en el cuadro de texto inferior.\nSi quieres guardar tus cambios, has de trasladarlos al cuadro superior.\nAl pulsar «$1», se publicará <strong>solamente</strong> el texto del cuadro superior.\";'),('arn','messages:export','s:19:\"arn:Amulün tapülh\";'),('arn','messages:export-addcat','s:10:\"es:Añadir\";'),('arn','messages:export-addcattext','s:40:\"es:Añadir páginas desde la categoría:\";'),('arn','messages:export-addns','s:10:\"es:Agregar\";'),('arn','messages:export-addnstext','s:48:\"es:Agregar páginas desde el espacio de nombres:\";'),('arn','messages:export-download','s:23:\"es:Guardar como archivo\";'),('arn','messages:export-manual','s:32:\"es:Añadir páginas manualmente:\";'),('arn','messages:export-pagelinks','s:51:\"es:Incluir páginas enlazadas a una profundidad de:\";'),('arn','messages:export-submit','s:11:\"es:Exportar\";'),('arn','messages:export-summary','s:3:\"en:\";'),('arn','messages:export-templates','s:21:\"es:Incluir plantillas\";'),('arn','messages:exportall','s:30:\"es:Exportar todas las páginas\";'),('arn','messages:exportcuronly','s:80:\"es:Incluye sólo la revisión actual, no el historial de revisiones al completo.\";'),('arn','messages:exportlistauthors','s:64:\"es:Incluir una lista completa de colaboradores para cada página\";'),('arn','messages:exportnohistory','s:163:\"es:----\n<strong>Nota:</strong> la exportación del historial completo de páginas a través de este formulario ha sido desactivada debido a razones de rendimiento.\";'),('arn','messages:exporttext','s:698:\"es:Puedes exportar el texto y el historial de ediciones de una página en particular o de un conjunto de páginas a un texto XML. En el futuro, este texto podría importarse en otra wiki que ejecutase MediaWiki a través de [[Special:Import|importar página]].\n\nPara exportar páginas, escribe los títulos en la caja de texto de abajo, un título por línea, y selecciona si quieres la versión actual junto a las versiones anteriores, con las líneas del historial, o sólo la versión actual con la información sobre la última edición.\n\nEn el último caso también puedes usar un enlace, por ejemplo [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] para la página \"[[{{MediaWiki:Mainpage}}]]\".\";'),('arn','messages:external_image_whitelist','s:391:\"arn: #Kakünukilnge tüfachi wirin<pre>\n#Tukunge kalekenulu pin (fey konküley // mew müten) nagpüle\n#Fey ta wekun adnentun (hotlinked) ñi URL\n#Pengelngeay küme URL adentun reke, femnuale pengelneay adentun ñi lasun.\n#Wif tuwüli # ta ngütramkawün reke\n#Kimfal-lay fütrake wirin ka pichike wirin\n\n#Tukunge kom regex nemül wente tüfachi wirin mew. Kakünukilnge tüfachi wirin</pre>\";'),('arn','messages:externaldberror','s:121:\"es:Hubo un error de autenticación en la base de datos, o bien no tienes autorización para actualizar tu cuenta externa.\";'),('arn','messages:faq','s:23:\"arn:Rumelfemkelu ramtun\";'),('arn','messages:feb','s:7:\"arn:few\";'),('arn','messages:february','s:20:\"arn:fewreru küyeṉ\";'),('arn','messages:february-gen','s:19:\"arn:fewreru küyenh\";'),('arn','messages:feed-atom','s:7:\"en:Atom\";'),('arn','messages:feed-invalid','s:62:\"es:La suscripción no es válida para el tipo de sindicación.\";'),('arn','messages:feed-rss','s:6:\"en:RSS\";'),('arn','messages:feed-unavailable','s:52:\"es:Los canales de sindicación no están disponibles\";'),('arn','messages:feedback-adding','s:41:\"es:Añadiendo comentarios a la página...\";'),('arn','messages:feedback-back','s:9:\"es:Volver\";'),('arn','messages:feedback-bugcheck','s:71:\"es:¡Perfecto! Únicamente comprueba que no sea un [$1 fallo conocido].\";'),('arn','messages:feedback-bugnew','s:48:\"es:Lo he comprobado. Informar de un nuevo fallo.\";'),('arn','messages:feedback-bugornote','s:230:\"es:Si estás preparado para describir en detalle un problema técnico, [$1 informa de un error].\nEn otro caso, puedes usar el siguiente formulario. Tu comentario se añadirá a la página \"[$3 $2]\", junto con tu nombre de usuario.\";'),('arn','messages:feedback-cancel','s:11:\"es:Cancelar\";'),('arn','messages:feedback-close','s:8:\"es:Hecho\";'),('arn','messages:feedback-dialog-intro','s:162:\"es:Puedes usar el sencillo formulario a continuación para enviar tus comentarios. Tu comentario se añadirá a la página «$1», junto con tu nombre de usuario.\";'),('arn','messages:feedback-dialog-title','s:21:\"es:Enviar comentarios\";'),('arn','messages:feedback-error1','s:41:\"es:Error: No se reconoce resultado de API\";'),('arn','messages:feedback-error4','s:71:\"es:Error: no se pudo publicar con el argumento de título proporcionado\";'),('arn','messages:feedback-external-bug-report-button','s:28:\"es:Enviar una tarea técnica\";'),('arn','messages:feedback-message','s:11:\"es:Mensaje:\";'),('arn','messages:feedback-subject','s:10:\"es:Asunto:\";'),('arn','messages:feedback-submit','s:9:\"es:Enviar\";'),('arn','messages:feedback-terms','s:200:\"es:Entiendo que la información de mi agente de usuario incluye información sobre la versión exacta de mi navegador y mi sistema operativo y serán compartidos públicamente junto a mis comentarios.\";'),('arn','messages:feedback-termsofuse','s:71:\"es:Acepto proporcionar comentarios de acuerdo con los Términos de uso.\";'),('arn','messages:feedback-thanks','s:71:\"es:¡Gracias! Tus comentarios se han publicado en la página \"[$2 $1]\".\";'),('arn','messages:feedback-thanks-title','s:20:\"es:¡Muchas gracias!\";'),('arn','messages:feedback-useragent','s:21:\"es:Agente de usuario:\";'),('arn','messages:fewestrevisions','s:46:\"es:Páginas con el menor número de revisiones\";'),('arn','messages:fewestrevisions-summary','s:3:\"en:\";'),('arn','messages:file-anchor-link','s:14:\"arn:Eltukawün\";'),('arn','messages:file-deleted-duplicate','s:152:\"es:Un archivo idéntico a este ([[:$1]]) ha sido borrado con anterioridad. Debes comprobar el historial de borrado del archivo ante de volver a subirlo.\";'),('arn','messages:file-deleted-duplicate-notitle','s:252:\"es:Un archivo idéntico a este ha sido borrado con anterioridad y el título ha sido suprimido. Deberías contactar con alguien capaz de ver los datos de archivos borrados para que revise esta situación antes de proceder a subir de nuevo este archivo.\";'),('arn','messages:file-exists-duplicate','s:78:\"es:Este archivo es un duplicado {{PLURAL:$1|del siguiente|de los siguientes}}:\";'),('arn','messages:file-exists-sharedrepo','s:113:\"es:El nombre de archivo elegido ya está siendo usado en un repositorio compartido.\nPor favor, elige otro nombre.\";'),('arn','messages:file-info','s:40:\"es:tamaño de archivo: $1; tipo MIME: $2\";'),('arn','messages:file-info-gif-frames','s:32:\"es:$1 {{PLURAL:$1|frame|frames}}\";'),('arn','messages:file-info-gif-looped','s:11:\"es:bucleado\";'),('arn','messages:file-info-png-frames','s:32:\"es:$1 {{PLURAL:$1|marco|marcos}}\";'),('arn','messages:file-info-png-looped','s:11:\"es:bucleado\";'),('arn','messages:file-info-png-repeat','s:41:\"es:reproducido $1 {{PLURAL:$1|vez|veces}}\";'),('arn','messages:file-info-size','s:81:\"arn:$1 × $2 azentun piqsel, eltukawün ñi tunte ngen: $3, MIME ñi chumngen: $4\";'),('arn','messages:file-info-size-pages','s:89:\"arn:$1 × $2 pigsel, chuntengen eltukawün: $3, MIME azentu: $4, $5 {{PLURAL:$5|tapülh}}\";'),('arn','messages:file-no-thumb-animation','s:111:\"es:<strong>Nota: debido a limitaciones técnicas, las miniaturas de este archivo no estarán animadas.</strong>\";'),('arn','messages:file-no-thumb-animation-gif','s:142:\"es:<strong>Nota: debido a limitaciones técnicas, las miniaturas de imágenes GIF de alta resolución como esta no estarán animadas.</strong>\";'),('arn','messages:file-nohires','s:30:\"arn:Mülelay zoy küme azentu.\";'),('arn','messages:file-thumbnail-no','s:213:\"es:El nombre del archivo comienza con <strong>$1</strong>.\nParece ser una imagen de tamaño reducido \'\'(thumbnail)\'\'.\nSi tiene esta imagen a toda resolución súbala, si no, por favor cambie el nombre del archivo.\";'),('arn','messages:file-too-large','s:48:\"es:El archivo que enviaste era demasiado grande.\";'),('arn','messages:filecopyerror','s:28:\"arn:Pepi azentulay $1 $2 mew\";'),('arn','messages:filedelete','s:17:\"arn:$1 ñamümün\";'),('arn','messages:filedelete-archive-read-only','s:67:\"es:El servidor web no logra escribir en el directorio archivo \"$1\".\";'),('arn','messages:filedelete-comment','s:10:\"es:Motivo:\";'),('arn','messages:filedelete-current-unregistered','s:51:\"es:El archivo «$1» no existe en la base de datos.\";'),('arn','messages:filedelete-edit-reasonlist','s:31:\"arn:Wirin dungu ñamümgün mew\";'),('arn','messages:filedelete-edit-reasonlist-suppress','s:31:\"es:Editar motivos de supresión\";'),('arn','messages:filedelete-intro','s:41:\"arn:Ñamümmekeymi \'\'\'[[Media:$1|$1]]\'\'\'.\";'),('arn','messages:filedelete-intro-old','s:88:\"es:Estás borrando la versión de <strong>[[Media:$1|$1]]</strong> del [$4 $2 a las $3].\";'),('arn','messages:filedelete-legend','s:17:\"es:Borrar archivo\";'),('arn','messages:filedelete-maintenance','s:93:\"es:Borrado y restauración de archivos temporalmente deshabilitados durante el mantenimiento.\";'),('arn','messages:filedelete-maintenance-title','s:34:\"es:No se puede eliminar el archivo\";'),('arn','messages:filedelete-missing','s:56:\"es:No se pudo borrar el archivo «$1» porque no existe.\";'),('arn','messages:filedelete-nofile','s:33:\"es:<strong>$1</strong> no existe.\";'),('arn','messages:filedelete-nofile-old','s:90:\"es:No existe una versión guardada de <strong>$1</strong> con los atributos especificados.\";'),('arn','messages:filedelete-old-unregistered','s:70:\"es:La revisión de archivo «$1» no se encuentra en la base de datos.\";'),('arn','messages:filedelete-otherreason','s:15:\"es:Otra razón:\";'),('arn','messages:filedelete-reason-dropdown','s:89:\"es:*Razones habituales de borrado\n** Violación de derechos de autor\n** Archivo duplicado\";'),('arn','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('arn','messages:filedelete-reason-otherlist','s:14:\"es:Otro motivo\";'),('arn','messages:filedelete-submit','s:14:\"arn:Ñamümün\";'),('arn','messages:filedelete-success','s:25:\"arn:\'\'\'$1\'\'\' ñamümngey.\";'),('arn','messages:filedelete-success-old','s:81:\"es:La versión de <strong>[[Media:$1|$1]]</strong> del $2 a las $3 se ha borrado.\";'),('arn','messages:filedeleteerror','s:29:\"arn:Pepiñamümüngelay \"$1\".\";'),('arn','messages:filedeleteerror-long','s:63:\"es:Se han producido errores mientras se borraba el archivo:\n\n$1\";'),('arn','messages:filedeleteerror-short','s:33:\"es:Error al borrar el archivo: $1\";'),('arn','messages:filedesc','s:13:\"arn:Pichikalu\";'),('arn','messages:fileduplicatesearch','s:35:\"es:Búsqueda de archivos duplicados\";'),('arn','messages:fileduplicatesearch-filename','s:21:\"es:Nombre de archivo:\";'),('arn','messages:fileduplicatesearch-info','s:56:\"es:$1 × $2 píxeles<br />Tamaño: $3<br />Tipo MIME: $4\";'),('arn','messages:fileduplicatesearch-noresults','s:53:\"es:No se encontró ningún archivo denominado «$1».\";'),('arn','messages:fileduplicatesearch-result-1','s:52:\"es:El archivo «$1» no tiene duplicados idénticos.\";'),('arn','messages:fileduplicatesearch-result-n','s:88:\"es:El archivo «$1» tiene {{PLURAL:$2|1 duplicado idéntico|$2 duplicados idénticos}}.\";'),('arn','messages:fileduplicatesearch-submit','s:10:\"arn:Kintun\";'),('arn','messages:fileduplicatesearch-summary','s:60:\"es:Búsqueda de archivos duplicados en base a su valor hash.\";'),('arn','messages:fileexists','s:151:\"es:Ya existe un archivo con este nombre. Comprueba <strong>[[:$1]]</strong> si {{GENDER:|tú}} no estás seguro de querer sobreescribirlo.\n[[$1|thumb]]\";'),('arn','messages:fileexists-duplicate-version','s:119:\"es:Este es un duplicado exacto de {{PLURAL:$2|una versión anterior|versiones anteriores}} de <strong>[[:$1]]</strong>.\";'),('arn','messages:fileexists-extension','s:243:\"es:Existe un archivo con un nombre similar: [[$2|thumb]]\n* Nombre del archivo que se está subiendo: <strong>[[:$1]]</strong>\n* Nombre del archivo ya existente: <strong>[[:$2]]</strong>\n¿Quieres cambiar el nombre para que sea más distintivo?\";'),('arn','messages:fileexists-forbidden','s:197:\"es:Ya existe un archivo con este nombre, y no puede ser grabado encima de otro. Si quiere subir su archivo de todos modos, por favor vuelva atrás y utilice otro nombre. [[File:$1|thumb|center|$1]]\";'),('arn','messages:fileexists-no-change','s:81:\"es:Este es un duplicado exacto de la versión actual de <strong>[[:$1]]</strong>.\";'),('arn','messages:fileexists-shared-forbidden','s:195:\"es:Ya existe un archivo con este nombre en el repositorio compartido.\nSi todavía quieres subir tu archivo, por favor, regresa a la página anterior y usa otro nombre. [[File:$1|thumb|center|$1]]\";'),('arn','messages:fileexists-thumbnail-yes','s:246:\"es:El archivo parece ser una imagen de tamaño reducido \'\'(thumbnail)\'\'. [[$1|thumb]]\nPor favor comprueba el archivo <strong>[[:$1]]</strong>.\nSi el archivo comprobado es la misma imagen a tamaño original no es necesario subir un thumbnail más.\";'),('arn','messages:filehist','s:27:\"arn:Eltukawün ñi tukulpan\";'),('arn','messages:filehist-comment','s:18:\"arn:Ngütramkawün\";'),('arn','messages:filehist-current','s:15:\"arn:fewla ngelu\";'),('arn','messages:filehist-datetime','s:13:\"arn:Antü/Ora\";'),('arn','messages:filehist-deleteall','s:18:\"arn:kom ñamümün\";'),('arn','messages:filehist-deleteone','s:20:\"arn:ñamümün tüfa\";'),('arn','messages:filehist-dimensions','s:15:\"arn:Tunten ngen\";'),('arn','messages:filehist-filesize','s:22:\"es:Tamaño del archivo\";'),('arn','messages:filehist-help','s:71:\"arn:Pütaftun antü/ora azkintuam feychi eltukawün ñi femngechilefun.\";'),('arn','messages:filehist-nothumb','s:15:\"arn:Pichi penon\";'),('arn','messages:filehist-revert','s:15:\"arn:wüñoeltun\";'),('arn','messages:filehist-thumb','s:15:\"arn:Pichi pegel\";'),('arn','messages:filehist-thumbtext','s:35:\"arn:Pichi pengelkawe tripalu $1 mew\";'),('arn','messages:filehist-user','s:11:\"arn:Pünefe\";'),('arn','messages:filemissing','s:16:\"es:Falta archivo\";'),('arn','messages:filename','s:21:\"es:Nombre del archivo\";'),('arn','messages:filename-bad-prefix','s:257:\"es:El nombre del archivo que estás subiendo comienza por <strong>«$1»</strong>, un nombre nada descriptivo de su contenido. Es un típico nombre de los que asignan automáticamente las cámaras digitales.\nElige un nombre más descriptivo para tu archivo.\";'),('arn','messages:filename-prefix-blacklist','s:624:\"es: #<!-- deja esta línea exactamente como está --> <pre>\n# La sintaxis de esta página es la siguiente:\n#   * Todo texto que se encuentre después del carácter \"#\" hasta el final de la línea se tratará como un comentario y será ignorado\n#   * Cualquier línea que no esté en blanco será interpretada como un prefijo típico en nombres de archivo que suelen asignar automáticamente las cámaras digitales\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # algunos teléfonos móviles / celulares\nIMG # genérico\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- deja esta línea exactamente como está -->\";'),('arn','messages:filename-thumb-name','s:229:\"es:Esto luce como el título de una miniatura. Por favor, no vuelva a subir miniaturas a la misma wiki. Si no es el caso, por favor corrija el nombre del archivo por uno que tenga más sentido, y no tenga el prefijo de miniatura.\";'),('arn','messages:filename-toolong','s:60:\"es:Los nombres de archivo no pueden tener más de 240 bytes.\";'),('arn','messages:filename-tooshort','s:44:\"es:El nombre del archivo es demasiado corto.\";'),('arn','messages:filenotfound','s:21:\"arn:Pepipelafuy \"$1\".\";'),('arn','messages:filepage-nofile','s:36:\"arn:Femngechi pingelay chem no rume.\";'),('arn','messages:filepage-nofile-link','s:71:\"es:No existe ningún archivo con este nombre, pero puedes [$1 subirlo].\";'),('arn','messages:filepage.css','s:157:\"es:/* Los estilos CSS colocados aquí se incluirán en las páginas de descripción de archivos, incluso en las wikis externas que incluyan estas páginas */\";'),('arn','messages:filepageexists','s:298:\"es:La página de descripción de este archivo ya ha sido creada en <strong>[[:$1]]</strong>, pero no existe actualmente ningún archivo con este nombre.\nEl resumen que has escrito no aparecerá en la página de descripción.\nPara que el resumen aparezca, deberás editarlo manualmente.\n[[$1|thumb]]\";'),('arn','messages:filereadonlyerror','s:187:\"es:No se puede modificar el archivo «$1» porque el repositorio de archivos «$2» es de solo lectura.\n\nEl administrador del sistema que lo ha bloqueado ofrece esta explicación: «$3».\";'),('arn','messages:filerenameerror','s:36:\"arn:Pepi üyümtulay $1 femngechi $2\";'),('arn','messages:filereuploadsummary','s:22:\"es:Cambios de archivo:\";'),('arn','messages:filerevert','s:14:\"es:Revertir $1\";'),('arn','messages:filerevert-badversion','s:75:\"es:No existe versión local previa de este archivo con esa marca de tiempo.\";'),('arn','messages:filerevert-comment','s:10:\"es:Motivo:\";'),('arn','messages:filerevert-defaultcomment','s:47:\"es:Revertido a la versión del $1 a las $2 ($3)\";'),('arn','messages:filerevert-identical','s:68:\"es:La versión actual del archivo ya es idéntica a la seleccionada.\";'),('arn','messages:filerevert-intro','s:91:\"es:Estás por revertir <strong>[[Media:$1|$1]]</strong> a la [$4 versión del $2 a las $3].\";'),('arn','messages:filerevert-legend','s:25:\"es:Reversión de archivos\";'),('arn','messages:filerevert-submit','s:11:\"es:Revertir\";'),('arn','messages:filerevert-success','s:89:\"es:<strong>[[Media:$1|$1]]</strong> ha sido revertido a la [$4 versión del $2 a las $3].\";'),('arn','messages:filesource','s:10:\"es:Fuente:\";'),('arn','messages:filestatus','s:29:\"es:Información de copyright:\";'),('arn','messages:filetype-bad-ie-mime','s:160:\"es:No se puede subir este archivo porque Internet Explorer podría considerarlo como «$1», que es un tipo de archivo no autorizado y potencialmente peligroso.\";'),('arn','messages:filetype-badmime','s:52:\"es:No se permite subir archivos MIME de tipo «$1».\";'),('arn','messages:filetype-banned','s:38:\"es:El tipo de archivo está prohibido.\";'),('arn','messages:filetype-banned-type','s:225:\"es:{{PLURAL:$4|El tipo de archivo|Los tipos de archivo}} <strong>\".$1\"</strong> no {{PLURAL:$4|está permitido|están permitidos}}.\n{{PLURAL:$3|El único tipo de archivo permitido es|Los tipos de archivos permitidos son}} $2.\";'),('arn','messages:filetype-mime-mismatch','s:94:\"es:La extensión de archivo «.$1» no coincide con el tipo MIME detectado en el archivo ($2).\";'),('arn','messages:filetype-missing','s:50:\"es:El archivo no tiene extensión (como «.jpg»).\";'),('arn','messages:filetype-unwanted-type','s:149:\"es:<strong>«.$1»</strong> no está entre los tipos de archivo aconsejados.\n{{PLURAL:$3|El único tipo aconsejado es|Los tipos aconsejados son}} $2.\";'),('arn','messages:fileuploadsummary','s:11:\"es:Resumen:\";'),('arn','messages:filewasdeleted','s:141:\"es:Un archivo con este nombre se subió con anterioridad y posteriormente ha sido borrado. Deberías revisar el $1 antes de subirlo de nuevo.\";'),('arn','messages:fix-double-redirects','s:63:\"es:Actualizar las redirecciones que apuntan al título original\";'),('arn','messages:formatnum-nan','s:19:\"es:No es un número\";'),('arn','messages:formerror','s:42:\"arn:Welulkawün: pepi püramlay wirintukun\";'),('arn','messages:fri','s:7:\"arn:fie\";'),('arn','messages:friday','s:10:\"arn:Fierne\";'),('arn','messages:friday-at','s:22:\"es:el viernes a las $1\";'),('arn','messages:gallery-slideshow-toggle','s:38:\"es:Activar o desactivar las miniaturas\";'),('arn','messages:gender-female','s:18:\"arn:Zomo kümeelfe\";'),('arn','messages:gender-male','s:20:\"arn:Wentru kümeelfe\";'),('arn','messages:gender-notknown','s:13:\"es:No binario\";'),('arn','messages:gender-unknown','s:96:\"es:Al mencionarte, el software usará palabras sin marcación de género siempre que sea posible\";'),('arn','messages:generic-pool-error','s:113:\"arn:Fotrü, server pepiluwkülelay. Fentren che küpa pey tüfachi zungu. Pepi üngümafuymi mi konael tüfa mew.\";'),('arn','messages:go','s:9:\"arn:Amupe\";'),('arn','messages:googleanalytics-desc','s:112:\"es:Inserta el script de Google Analytics (u otros de análisis web) en las páginas de MediaWiki para su rastreo\";'),('arn','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('arn','messages:gotointerwiki','s:24:\"es:Salir de {{SITENAME}}\";'),('arn','messages:gotointerwiki-external','s:115:\"es:Estás a punto de abandonar {{SITENAME}} para visitar [[$2]], un sitio web diferente.\n\n\'\'\'[$1 Continuar a $1]\'\'\'\";'),('arn','messages:gotointerwiki-invalid','s:41:\"es:El título especificado no es válido.\";'),('arn','messages:grant-basic','s:20:\"es:Permisos básicos\";'),('arn','messages:grant-blockusers','s:34:\"es:Bloquear y desbloquear usuarios\";'),('arn','messages:grant-createaccount','s:16:\"es:Crear cuentas\";'),('arn','messages:grant-createeditmovepage','s:33:\"es:Crear, editar y mover páginas\";'),('arn','messages:grant-delete','s:54:\"es:Borrar páginas, revisiones y entradas del registro\";'),('arn','messages:grant-editinterface','s:104:\"es:Editar el espacio de nombres MediaWiki y las páginas CSS/JSON/JavaScript del sitio y de los usuarios\";'),('arn','messages:grant-editmycssjs','s:32:\"es:Editar tu CSS/JSON/JavaScript\";'),('arn','messages:grant-editmyoptions','s:70:\"es:Editar tus preferencias de usuario y configuración en formato JSON\";'),('arn','messages:grant-editmywatchlist','s:33:\"es:Editar tu lista de seguimiento\";'),('arn','messages:grant-editpage','s:29:\"es:Editar páginas existentes\";'),('arn','messages:grant-editprotected','s:29:\"es:Editar páginas protegidas\";'),('arn','messages:grant-editsiteconfig','s:53:\"es:Editar páginas de configuración CSS/JS del sitio\";'),('arn','messages:grant-generic','s:27:\"es:Paquete de permisos \"$1\"\";'),('arn','messages:grant-group-administration','s:36:\"es:Realizar acciones administrativas\";'),('arn','messages:grant-group-customization','s:34:\"es:Personalización y preferencias\";'),('arn','messages:grant-group-email','s:29:\"es:Enviar correo electrónico\";'),('arn','messages:grant-group-file-interaction','s:29:\"es:Interactuar con multimedia\";'),('arn','messages:grant-group-high-volume','s:37:\"es:Realizar actividad de volumen alto\";'),('arn','messages:grant-group-other','s:23:\"es:Actividades diversas\";'),('arn','messages:grant-group-page-interaction','s:27:\"es:Interactuar con páginas\";'),('arn','messages:grant-group-private-information','s:42:\"es:Acceder a información privada sobre ti\";'),('arn','messages:grant-group-watchlist-interaction','s:42:\"es:Interactuar con tu lista de seguimiento\";'),('arn','messages:grant-highvolume','s:29:\"es:Gran cantidad de ediciones\";'),('arn','messages:grant-import','s:22:\"es:Importar revisiones\";'),('arn','messages:grant-mergehistory','s:35:\"es:Combinar historiales de páginas\";'),('arn','messages:grant-oversight','s:51:\"es:Ocultar a los usuarios y suprimir las revisiones\";'),('arn','messages:grant-patrol','s:32:\"es:Verificar cambios en páginas\";'),('arn','messages:grant-privateinfo','s:33:\"es:Acceder a información privada\";'),('arn','messages:grant-protect','s:34:\"es:Proteger y desproteger páginas\";'),('arn','messages:grant-rollback','s:31:\"es:Revertir cambios en páginas\";'),('arn','messages:grant-sendemail','s:45:\"es:Enviar mensajes de correo a otros usuarios\";'),('arn','messages:grant-uploadeditmovefile','s:41:\"es:Subir, reemplazar y renombrar archivos\";'),('arn','messages:grant-uploadfile','s:24:\"es:Subir archivos nuevos\";'),('arn','messages:grant-viewdeleted','s:37:\"es:Ver archivos y páginas eliminados\";'),('arn','messages:grant-viewmywatchlist','s:30:\"es:Ver tu lista de seguimiento\";'),('arn','messages:grant-viewrestrictedlogs','s:41:\"es:Ver entradas restringidas del registro\";'),('arn','messages:group','s:12:\"arn:Kisuwen:\";'),('arn','messages:group-all','s:16:\"arn:(kom pu che)\";'),('arn','messages:group-autoconfirmed','s:18:\"es:Autoconfirmados\";'),('arn','messages:group-autoconfirmed-member','s:46:\"es:{{GENDER:$1|autoconfirmado|autoconfirmada}}\";'),('arn','messages:group-autoconfirmed.css','s:113:\"es:/* Los estilos CSS colocados aquí se aplicarán para todos los usuarios del grupo Usuarios autoconfirmados */\";'),('arn','messages:group-autoconfirmed.js','s:122:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios del grupo Usuarios autoconfirmados */\";'),('arn','messages:group-bot','s:7:\"arn:Bot\";'),('arn','messages:group-bot-member','s:20:\"es:{{GENDER:$1|bot}}\";'),('arn','messages:group-bot.css','s:95:\"es:/* Los estilos CSS colocados aquí se aplicarán para todos los usuarios del grupo Robots */\";'),('arn','messages:group-bot.js','s:104:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios del grupo Robots */\";'),('arn','messages:group-bureaucrat','s:14:\"es:Burócratas\";'),('arn','messages:group-bureaucrat-member','s:27:\"es:{{GENDER:$1|burócrata}}\";'),('arn','messages:group-bureaucrat.css','s:100:\"es:/* Los estilos CSS colocados aquí se aplicarán para todos los usuarios del grupo Burócratas */\";'),('arn','messages:group-bureaucrat.js','s:109:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios del grupo Burócratas */\";'),('arn','messages:group-interface-admin','s:30:\"es:Administradores de interfaz\";'),('arn','messages:group-interface-admin-member','s:57:\"es:{{GENDER:$1|administrador|administradora}} de interfaz\";'),('arn','messages:group-membership-link-with-expiry','s:16:\"es:$1 (hasta $2)\";'),('arn','messages:group-named','s:23:\"es:Usuarios registrados\";'),('arn','messages:group-suppress','s:13:\"es:Supresores\";'),('arn','messages:group-suppress-member','s:35:\"es:{{GENDER:$1|supresor|supresora}}\";'),('arn','messages:group-sysop','s:15:\"arn:Pu ngünefe\";'),('arn','messages:group-sysop-member','s:45:\"es:{{GENDER:$1|administrador|administradora}}\";'),('arn','messages:group-sysop.css','s:104:\"es:/* Los estilos CSS colocados aquí se aplicarán para todos los usuarios del grupo Administradores */\";'),('arn','messages:group-sysop.js','s:113:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios del grupo Administradores */\";'),('arn','messages:group-user','s:14:\"arn:Pu kellufe\";'),('arn','messages:group-user-member','s:25:\"arn:{{GENDER:$1|Kellufe}}\";'),('arn','messages:group-user.css','s:90:\"es:/* Los estilos CSS colocados aquí se aplicarán para todos los usuarios registrados */\";'),('arn','messages:group-user.js','s:99:\"es:/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios registrados */\";'),('arn','messages:grouppage-autoconfirmed','s:33:\"es:{{ns:project}}:Autoconfirmados\";'),('arn','messages:grouppage-bot','s:22:\"arn:{{ns:project}}:Bot\";'),('arn','messages:grouppage-bureaucrat','s:29:\"es:{{ns:project}}:Burócratas\";'),('arn','messages:grouppage-interface-admin','s:45:\"es:{{ns:project}}:Administradores de interfaz\";'),('arn','messages:grouppage-named','s:38:\"es:{{ns:project}}:Usuarios registrados\";'),('arn','messages:grouppage-suppress','s:28:\"es:{{ns:project}}:Supresores\";'),('arn','messages:grouppage-sysop','s:29:\"arn:{{ns:project}}:Ngünekelu\";'),('arn','messages:grouppage-user','s:30:\"arn:{{ns:project}}: Pu kellufe\";'),('arn','messages:guesstimezone','s:24:\"es:Obtener del navegador\";'),('arn','messages:headline-anchor-title','s:25:\"es:Enlace a esta sección\";'),('arn','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('arn','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('arn','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('arn','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('arn','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('arn','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('arn','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('arn','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('arn','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('arn','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('arn','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('arn','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('arn','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('arn','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('arn','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('arn','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('arn','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('arn','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('arn','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('arn','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('arn','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('arn','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('arn','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('arn','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('arn','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('arn','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('arn','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('arn','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('arn','messages:help','s:10:\"arn:Kellun\";'),('arn','messages:help-mediawiki','s:24:\"es:Ayuda sobre MediaWiki\";'),('arn','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('arn','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('arn','messages:helppage-top-gethelp','s:10:\"arn:Kellun\";'),('arn','messages:hidden-categories','s:35:\"arn:{{PLURAL:$1|Ellkalelu trokiñ}}\";'),('arn','messages:hidden-category-category','s:22:\"es:Categorías ocultas\";'),('arn','messages:hidden-category-category-desc','s:204:\"es:La categoría contiene <code><nowiki>__HIDDENCAT__</nowiki></code> en su página de contenido, lo que evita que aparezca en el cuadro de enlaces de categorías en las páginas, de forma predeterminada.\";'),('arn','messages:hiddencategories','s:61:\"arn:Tüfachi wülngiñ koneltuy {{PLURAL:$1 ellkan trokiñ}}:\";'),('arn','messages:hide','s:10:\"arn:Ellkan\";'),('arn','messages:hidetoc','s:14:\"arn:ellkangepe\";'),('arn','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('arn','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('arn','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('arn','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('arn','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('arn','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('arn','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('arn','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('arn','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('arn','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('arn','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('arn','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('arn','messages:hist','s:12:\"arn:tukulpan\";'),('arn','messages:histfirst','s:11:\"arn:Wünelu\";'),('arn','messages:histlast','s:10:\"arn:Zoy we\";'),('arn','messages:histlegend','s:279:\"arn:Zullikan ñi kalen: zicholkünunge chem mi trürümafiel fey pütaftunge Intro kam Nagün.<br />\nWirin zungu: <strong>({{int:cur}})</strong> = chem kaley fewla,\n<strong>({{int:last}})</strong> = chem kalefuy kuyfi, <strong>{{int:minoreditletter}}</strong> = pichi kümeelün.\";'),('arn','messages:history','s:24:\"arn:Tapülh ñi tukulpan\";'),('arn','messages:history-edit-tags','s:47:\"es:Editar etiquetas de revisiones seleccionadas\";'),('arn','messages:history-empty','s:46:\"es:No se encontraron revisiones que coincidan.\";'),('arn','messages:history-feed-description','s:60:\"arn:Fachi tapülh ñi üñokintukangen ñi tukulpan wiki mew\";'),('arn','messages:history-feed-empty','s:163:\"es:La página solicitada no existe.\nPuede que haya sido renombrada o borrada de la wiki.\nPrueba a [[Special:Search|buscar en la wiki]] otras páginas relacionadas.\";'),('arn','messages:history-feed-item-nocomment','s:13:\"arn:$1 $2 mew\";'),('arn','messages:history-feed-title','s:29:\"arn:Wüñokintun ñi tukulpan\";'),('arn','messages:history-fieldset-title','s:26:\"arn:chaytun wüñokintukan\";'),('arn','messages:history-show-deleted','s:31:\"arn:Liftungepelu malhün müten\";'),('arn','messages:history-title','s:29:\"arn:$1: Wüñokintun tukulpan\";'),('arn','messages:history_copyright','s:4:\"en:-\";'),('arn','messages:history_short','s:12:\"arn:Tukulpan\";'),('arn','messages:history_small','s:12:\"arn:tukulpan\";'),('arn','messages:historyaction-submit','s:21:\"es:Mostrar revisiones\";'),('arn','messages:historyempty','s:9:\"arn:welli\";'),('arn','messages:historysize','s:34:\"es:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('arn','messages:historywarning','s:132:\"es:<strong>Atención:</strong> la página que estás a punto de borrar tiene un historial con $1 {{PLURAL:$1|revisión|revisiones}}:\";'),('arn','messages:hookaborted','s:71:\"es:Una extensión ha impedido la modificación que intentaste realizar.\";'),('arn','messages:hours','s:34:\"es:{{PLURAL:$1|una hora|$1 horas}}\";'),('arn','messages:hours-abbrev','s:7:\"arn:$1o\";'),('arn','messages:hours-ago','s:35:\"es:hace $1 {{PLURAL:$1|hora|horas}}\";'),('arn','messages:htmlform-chosen-placeholder','s:25:\"es:Selecciona una opción\";'),('arn','messages:htmlform-cloner-create','s:15:\"es:Añadir más\";'),('arn','messages:htmlform-cloner-delete','s:11:\"es:Eliminar\";'),('arn','messages:htmlform-cloner-required','s:33:\"es:Se requiere al menos un valor.\";'),('arn','messages:htmlform-date-invalid','s:94:\"es:No se reconoció la fecha en el formato proporcionado. Prueba a usar el formato AAAA-MM-DD.\";'),('arn','messages:htmlform-date-placeholder','s:13:\"es:AAAA-MM-DD\";'),('arn','messages:htmlform-date-toohigh','s:71:\"es:El valor especificado es posterior a la fecha límite permitida, $1.\";'),('arn','messages:htmlform-date-toolow','s:75:\"es:El valor especificado es anterior a la fecha más antigua permitida, $1.\";'),('arn','messages:htmlform-datetime-invalid','s:113:\"es:No se reconoció la fecha y la hora en el formato proporcionado. Prueba a usar el formato AAAA-MM-DD HH:MM:SS.\";'),('arn','messages:htmlform-datetime-placeholder','s:22:\"es:AAAA-MM-DD HH:MM:SS\";'),('arn','messages:htmlform-datetime-toohigh','s:79:\"es:El valor especificado es posterior a la fecha y hora límite permitidas, $1.\";'),('arn','messages:htmlform-datetime-toolow','s:83:\"es:El valor especificado es anterior a la fecha y hora más antigua permitidas, $1.\";'),('arn','messages:htmlform-float-invalid','s:49:\"es:El valor que ha especificado no es un número.\";'),('arn','messages:htmlform-int-invalid','s:46:\"es:El valor que especificaste no es un entero.\";'),('arn','messages:htmlform-int-toohigh','s:61:\"es:El valor que especificaste está arriba del máximo de $1.\";'),('arn','messages:htmlform-int-toolow','s:61:\"es:El valor que especificaste está debajo del mínimo de $1.\";'),('arn','messages:htmlform-invalid-input','s:59:\"es:Hay problemas con alguno de los datos que has ingresado.\";'),('arn','messages:htmlform-multiselect-toomany','s:65:\"es:El número de artículos especificado supera el máximo de $1.\";'),('arn','messages:htmlform-no','s:5:\"es:No\";'),('arn','messages:htmlform-required','s:29:\"es:Este valor es obligatorio.\";'),('arn','messages:htmlform-reset','s:19:\"es:Deshacer cambios\";'),('arn','messages:htmlform-select-badoption','s:56:\"es:El valor que especificaste no es una opción válida.\";'),('arn','messages:htmlform-selectorother-other','s:10:\"arn:Kakelu\";'),('arn','messages:htmlform-submit','s:11:\"arn:Werkün\";'),('arn','messages:htmlform-tag-not-allowed','s:32:\"es:$1 no es una etiqueta válida\";'),('arn','messages:htmlform-time-invalid','s:91:\"es:No se reconoció la hora en el formato proporcionado. Prueba a usar el formato HH:MM:SS.\";'),('arn','messages:htmlform-time-placeholder','s:11:\"es:HH:MM:SS\";'),('arn','messages:htmlform-time-toohigh','s:70:\"es:El valor especificado es posterior a la hora límite permitida, $1.\";'),('arn','messages:htmlform-time-toolow','s:74:\"es:El valor especificado es anterior a la hora más antigua permitida, $1.\";'),('arn','messages:htmlform-title-badnamespace','s:57:\"es:[[:$1]] no está en el espacio de nombres \"{{ns:$2}}\".\";'),('arn','messages:htmlform-title-interwiki','s:49:\"es:$1 es un título de interwiki, debe ser local.\";'),('arn','messages:htmlform-title-not-creatable','s:54:\"es:\"$1\" no es un título de página que se pueda crear\";'),('arn','messages:htmlform-title-not-exists','s:16:\"es:$1 no existe.\";'),('arn','messages:htmlform-user-not-exists','s:33:\"es:<strong>$1</strong> no existe.\";'),('arn','messages:htmlform-user-not-valid','s:58:\"es:<strong>$1</strong> no es un nombre de usuario válido.\";'),('arn','messages:htmlform-yes','s:6:\"es:Sí\";'),('arn','messages:http-bad-status','s:57:\"es:Ha habido un problema durante la solicitud HTTP: $1 $2\";'),('arn','messages:http-curl-error','s:32:\"es:Error al recuperar el URL: $1\";'),('arn','messages:http-internal-error','s:25:\"es:Error interno de HTTP.\";'),('arn','messages:http-invalid-scheme','s:53:\"es:Las URLs con el esquema «$1» no son compatibles.\";'),('arn','messages:http-invalid-url','s:20:\"es:URL inválida: $1\";'),('arn','messages:http-read-error','s:25:\"es:Error de lectura HTTP.\";'),('arn','messages:http-request-error','s:58:\"es:La solicitud HTTP falló debido a un error desconocido.\";'),('arn','messages:http-timed-out','s:33:\"es:La solicitud HTTP ha expirado.\";'),('arn','messages:ignorewarning','s:41:\"es:Ignorar aviso y guardar de todos modos\";'),('arn','messages:ignorewarnings','s:27:\"es:Ignorar todos los avisos\";'),('arn','messages:illegal-filename','s:44:\"es:El nombre del archivo no está permitido.\";'),('arn','messages:illegalfilename','s:156:\"es:El nombre de archivo «$1» contiene caracteres que no están permitidos en títulos de página. Cambia el nombre del archivo e intenta subirlo de nuevo.\";'),('arn','messages:ilsubmit','s:9:\"arn:Kintu\";'),('arn','messages:imageinvalidfilename','s:50:\"es:El nombre del archivo de destino no es válido.\";'),('arn','messages:imagelinks','s:28:\"arn:Eltukawün ñi pünelelu\";'),('arn','messages:imagelisttext','s:100:\"es:Debajo hay una lista de <strong>$1</strong> {{PLURAL:$1|archivo ordenado|archivos ordenados}} $2.\";'),('arn','messages:imagemaxsize','s:71:\"es:Límite de tamaño de imagen en páginas de descripción de archivo:\";'),('arn','messages:imagenocrossnamespace','s:84:\"es:No se puede trasladar el archivo a un espacio de nombres que no es para archivos.\";'),('arn','messages:imagepage','s:25:\"arn:Adkintun ad wülngiñ\";'),('arn','messages:imagetypemismatch','s:60:\"es:La nueva extensión de archivo no corresponde con su tipo\";'),('arn','messages:img-auth-accessdenied','s:18:\"es:Acceso denegado\";'),('arn','messages:img-auth-badtitle','s:53:\"es:Incapaz de construir un título válido de «$1».\";'),('arn','messages:img-auth-isdir','s:95:\"es:Estás tratando de acceder a un directorio «$1».\nSolo se permite el acceso a los archivos.\";'),('arn','messages:img-auth-nofile','s:31:\"es:El archivo «$1» no existe.\";'),('arn','messages:img-auth-noread','s:47:\"es:El usuario no tiene acceso para leer «$1».\";'),('arn','messages:img-auth-notindir','s:69:\"es:La ruta solicitada no figura en la carpeta de subidas configurada.\";'),('arn','messages:img-auth-public','s:173:\"es:La función de img_auth.php es mostrar archivos desde una wiki privada.\nEsta wiki está configurada como pública.\nPara óptima seguridad, img_auth.php está desactivado.\";'),('arn','messages:img-auth-streaming','s:20:\"es:Streaming «$1».\";'),('arn','messages:img-lang-default','s:26:\"es:(idioma predeterminado)\";'),('arn','messages:img-lang-go','s:11:\"es:Adelante\";'),('arn','messages:img-lang-info','s:35:\"es:Renderizar esta imagen en $1. $2\";'),('arn','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('arn','messages:imgfile','s:14:\"arn:eltukawün\";'),('arn','messages:imgmultigo','s:9:\"arn:Amun!\";'),('arn','messages:imgmultigoto','s:22:\"arn:Amun pakina $1 mew\";'),('arn','messages:imgmultipagenext','s:15:\"arn:inalelu →\";'),('arn','messages:imgmultipageprev','s:14:\"arn:← rupalu\";'),('arn','messages:immobile-source-namespace','s:66:\"es:No se pueden trasladar páginas en el espacio de nombres «$1»\";'),('arn','messages:immobile-source-namespace-iw','s:62:\"es:No es posible trasladar páginas de otros wikis desde este.\";'),('arn','messages:immobile-source-page','s:38:\"es:No se puede trasladar esta página.\";'),('arn','messages:immobile-target-namespace','s:62:\"es:No se puede trasladar páginas al espacio de nombres «$1»\";'),('arn','messages:immobile-target-namespace-iw','s:75:\"es:Un enlace interwiki no es un destino válido para trasladar una página.\";'),('arn','messages:immobile-target-page','s:39:\"es:No se puede trasladar a ese título.\";'),('arn','messages:import','s:20:\"es:Importar páginas\";'),('arn','messages:import-assign-known-users','s:91:\"es:Asignar ediciones a usuarios locales cuando el usuario correspondiente exista localmente\";'),('arn','messages:import-comment','s:14:\"es:Comentario:\";'),('arn','messages:import-error-bad-location','s:151:\"es:La revisión $2 utilizando el modelo de contenido $3 no se pueden almacenar en \"$1\" en esta wiki, ya que ese modelo no es compatible en esa página.\";'),('arn','messages:import-error-edit','s:76:\"es:No se importó la página «$1» porque no tienes permisos para editarla.\";'),('arn','messages:import-error-interwiki','s:107:\"es:No se importó la página «$1» porque su nombre está reservado para los enlaces externos (interwiki).\";'),('arn','messages:import-error-invalid','s:112:\"es:No se importó la página «$1» porque el nombre de destino para su importación no es válido en esta wiki.\";'),('arn','messages:import-error-special','s:109:\"es:No se importó la página «$1» porque pertenece a un espacio de nombres especial que no admite páginas.\";'),('arn','messages:import-error-unserialize','s:169:\"es:La revisión $2 de la página \"$1\" no pudo dejar de hacerse en serie. Se informó de la revisión para utilizar el modelo de contenidos $3 ejecutado en serie como $4.\";'),('arn','messages:import-interwiki-history','s:46:\"es:Copiar todas las revisiones de esta página\";'),('arn','messages:import-interwiki-sourcepage','s:21:\"es:Página de origen:\";'),('arn','messages:import-interwiki-sourcewiki','s:18:\"es:Wiki de origen:\";'),('arn','messages:import-interwiki-submit','s:11:\"es:Importar\";'),('arn','messages:import-interwiki-templates','s:55:\"es:Incluir todas las plantillas y páginas transcluidas\";'),('arn','messages:import-interwiki-text','s:237:\"es:Selecciona una wiki y un título de página para importar.\nLas fechas de revisiones y los nombres de editores se preservarán.\nTodas las importaciones de otras wikis se registran en el [[Special:Log/import|registro de importaciones]].\";'),('arn','messages:import-invalid-interwiki','s:48:\"es:No se puede importar de la wiki especificada.\";'),('arn','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('arn','messages:import-logentry-interwiki-detail','s:70:\"es:$1 {{PLURAL:$1|revisión importada|revisiones importadas}} desde $2\";'),('arn','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('arn','messages:import-logentry-upload-detail','s:61:\"es:$1 {{PLURAL:$1|revisión importada|revisiones importadas}}\";'),('arn','messages:import-mapping-default','s:42:\"es:Importar al espacio de nombres original\";'),('arn','messages:import-mapping-namespace','s:36:\"es:Importar a un espacio de nombres:\";'),('arn','messages:import-mapping-subpage','s:53:\"es:Importar como subpáginas de la página siguiente:\";'),('arn','messages:import-noarticle','s:35:\"es:¡No hay páginas para importar!\";'),('arn','messages:import-nonewrevisions','s:98:\"es:Ninguna revisión fue importada (todas ya estaban presentes o fueron omitido debido a errores).\";'),('arn','messages:import-options-wrong','s:73:\"es:{{PLURAL:$2|Opción errónea|Opciones erróneas}}: <nowiki>$1</nowiki>\";'),('arn','messages:import-parse-failure','s:35:\"es:Error de lectura al importar XML\";'),('arn','messages:import-revision-count','s:40:\"es:$1 {{PLURAL:$1|revisión|revisiones}}\";'),('arn','messages:import-rootpage-invalid','s:49:\"es:La página raíz dada es un título inválido.\";'),('arn','messages:import-rootpage-nosubpage','s:73:\"es:El espacio de nombres \"$1\" de la página raíz no permite subpáginas.\";'),('arn','messages:import-summary','s:3:\"en:\";'),('arn','messages:import-token-mismatch','s:311:\"es:Pérdida de datos de sesión.\n\nEs posible que haya finalizado tu sesión. \'\'\'Por favor, verifica que tu sesión continúa iniciada e inténtalo de nuevo\'\'\'.\nSi aun así no funciona, intenta [[Special:UserLogout|cerrar sesión]] e iniciarla de nuevo, y comprueba que tu navegador acepta cookies de este sitio.\";'),('arn','messages:import-upload','s:18:\"es:Subir datos XML\";'),('arn','messages:import-upload-filename','s:21:\"es:Nombre de archivo:\";'),('arn','messages:import-upload-username-prefix','s:24:\"es:Prefijo de interwiki:\";'),('arn','messages:importbadinterwiki','s:28:\"es:Enlace interwiki anómalo\";'),('arn','messages:importcantopen','s:33:\"es:No se pudo importar el archivo\";'),('arn','messages:imported-log-entries','s:89:\"es:{{PLURAL:$1|Se importó|Se importaron}} $1 {{PLURAL:$1|entrada|entradas}} de registro.\";'),('arn','messages:importfailed','s:33:\"es:La importación ha fallado: $1\";'),('arn','messages:importinterwiki','s:27:\"es:Importar desde otra wiki\";'),('arn','messages:importlogpage','s:28:\"es:Registro de importaciones\";'),('arn','messages:importlogpagetext','s:77:\"es:Importaciones administrativas de páginas con historial desde otros wikis.\";'),('arn','messages:importnofile','s:43:\"es:No se subieron archivos de importación.\";'),('arn','messages:importnopages','s:32:\"es:No hay páginas que importar.\";'),('arn','messages:importnoprefix','s:49:\"es:No se suministró ningún prefijo de interwiki\";'),('arn','messages:importnosources','s:102:\"es:No se definieron wikis de los cuales importar y no está permitido subir directamente el historial.\";'),('arn','messages:importstart','s:25:\"es:Importando páginas...\";'),('arn','messages:importsuccess','s:48:\"es:¡La importación se ha realizado con éxito!\";'),('arn','messages:importtext','s:145:\"es:Exporta el archivo desde la wiki de origen mediante la [[Special:Export|herramienta de exportación]], guárdalo en tu disco y cárgalo aquí.\";'),('arn','messages:importunknownsource','s:45:\"es:Tipo de fuente de importación desconocida\";'),('arn','messages:importuploaderrorpartial','s:78:\"es:Falló la subida del archivo de importación.\nSe subió sólo parcialmente.\";'),('arn','messages:importuploaderrorsize','s:93:\"es:Falló la carga del archivo de importaciones.\nSu tamaño es superior al máximo permitido.\";'),('arn','messages:importuploaderrortemp','s:79:\"es:Falló la subida del archivo de importación.\nNo hay un directorio temporal.\";'),('arn','messages:index-category','s:29:\"arn:Wülngiñ mülelu wif mew\";'),('arn','messages:index-category-desc','s:187:\"es:La página contiene la palabra mágica <code><nowiki>__INDEX__</nowiki></code> (y está en un espacio de nombres donde la función está activada); y por ello los robots la indizarán.\";'),('arn','messages:infiniteblock','s:10:\"arn:afnolu\";'),('arn','messages:intentionallyblankpage','s:55:\"es:Esta página está en blanco de manera intencionada.\";'),('arn','messages:interlanguage-link-title','s:10:\"es:$1 ($2)\";'),('arn','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('arn','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('arn','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('arn','messages:internalerror','s:16:\"es:Error interno\";'),('arn','messages:internalerror-fatal-exception','s:32:\"es:Excepción grave de tipo \"$1\"\";'),('arn','messages:internalerror_info','s:20:\"es:Error interno: $1\";'),('arn','messages:invalid-chunk-offset','s:41:\"es:Desplazamiento inválido del fragmento\";'),('arn','messages:invalid-content-data','s:33:\"es:Datos de contenido incorrectos\";'),('arn','messages:invalid-indicator-name','s:118:\"es:<strong>Error:</strong> el atributo <code>name</code> de los indicadores de estado de página no debe estar vacío.\";'),('arn','messages:invalid-json-data','s:21:\"es:JSON inválido: $1\";'),('arn','messages:invalid-langconvert-attrs','s:189:\"es:<strong>Error:</strong> La etiqueta <code>Langconvert</code> y los artibutos no tienen que estar vacíos, tiene que contener códigos BCP 47 para variantes convertibles del mismo idioma.\";'),('arn','messages:invalidateemail','s:48:\"es:Cancelar confirmación de correo electrónico\";'),('arn','messages:invalidemailaddress','s:179:\"es:No se puede aceptar la dirección de correo electrónico, pues parece que tiene un formato no válido.\nPor favor, escribe una dirección bien formada o deja el campo en blanco.\";'),('arn','messages:invalidtitle','s:20:\"es:Título inválido\";'),('arn','messages:invalidtitle-knownnamespace','s:78:\"es:El título con el espacio de nombres «$2» y el texto «$3» no es válido\";'),('arn','messages:invalidtitle-unknownnamespace','s:93:\"es:El título con el espacio de nombres desconocido (n.º $1) y el texto «$2» no es válido\";'),('arn','messages:invert','s:19:\"arn:Welulün dullin\";'),('arn','messages:ip_range_exceeded','s:77:\"es:El intervalo de IP sobrepasa el límite máximo. Intervalo permitido: /$1.\";'),('arn','messages:ip_range_invalid','s:36:\"es:El intervalo de IP no es válido.\";'),('arn','messages:ip_range_toolarge','s:68:\"es:Los bloqueos por intervalo superiores a /$1 no están permitidos.\";'),('arn','messages:ip_range_toolow','s:56:\"es:En la práctica, no se permiten los intervalos de IP.\";'),('arn','messages:ipaddressorusername','s:63:\"es:Dirección IP, nombre de usuario o identificador de bloqueo:\";'),('arn','messages:ipb-action-create','s:24:\"es:Crear páginas nuevas\";'),('arn','messages:ipb-action-move','s:17:\"es:Mover páginas\";'),('arn','messages:ipb-action-upload','s:17:\"es:Subir archivos\";'),('arn','messages:ipb-block-not-found','s:219:\"es:El bloqueo no pudo efectuarse a pesar de no encontrar bloqueos existentes para \"$1\". Si este problema persiste por favor [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users informa del mismo].\";'),('arn','messages:ipb-blockingself','s:78:\"es:¡Estás a punto de bloquearte a ti mismo! ¿Confirmas que quieres hacerlo?\";'),('arn','messages:ipb-blocklist','s:24:\"es:Ver bloqueos vigentes\";'),('arn','messages:ipb-blocklist-contribs','s:37:\"es:Contribuciones de {{GENDER:$1|$1}}\";'),('arn','messages:ipb-blocklist-duration-left','s:15:\"es:$1 restantes\";'),('arn','messages:ipb-change-block','s:40:\"es:Rebloquear al usuario con estos datos\";'),('arn','messages:ipb-confirm','s:20:\"es:Confirmar bloqueo\";'),('arn','messages:ipb-confirmaction','s:106:\"es:Si estás seguro de querer hacerlo, por favor, marca el campo «{{int:ipb-confirm}}» que hay al final.\";'),('arn','messages:ipb-confirmhideuser','s:200:\"es:Estás a punto de bloquear un usuario con la opción de supresión activada. Esto suprimirá el nombre de usuario en todas las listas y entradas de registro. ¿Estás seguro de que deseas proceder?\";'),('arn','messages:ipb-default-expiry','s:3:\"en:\";'),('arn','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('arn','messages:ipb-disableusertalk','s:46:\"es:Edición de la propia página de discusión\";'),('arn','messages:ipb-edit-dropdown','s:28:\"es:Editar razones de bloqueo\";'),('arn','messages:ipb-empty-block','s:59:\"es:El bloqueo que tratas de activar no tiene restricciones.\";'),('arn','messages:ipb-hardblock','s:72:\"es:Aplicar el bloqueo a los usuarios conectados desde esta dirección IP\";'),('arn','messages:ipb-namespaces-label','s:22:\"es:Espacios de nombres\";'),('arn','messages:ipb-needreblock','s:55:\"es:$1 ya está bloqueado. ¿Quieres cambiar el bloqueo?\";'),('arn','messages:ipb-otherblocks-header','s:44:\"es:{{PLURAL:$1|Otro bloqueo|Otros bloqueos}}\";'),('arn','messages:ipb-pages-label','s:11:\"es:Páginas\";'),('arn','messages:ipb-partial','s:10:\"es:Parcial\";'),('arn','messages:ipb-partial-help','s:170:\"es:Permite seleccionar páginas y espacios de nombres para bloquear. No bloquea las acciones predeterminadas, pero le permite bloquear determinadas acciones específicas.\";'),('arn','messages:ipb-prevent-user-talk-edit','s:163:\"es:Se debe permitir editar la propia página de discusión en un bloqueo parcial, salvo que incluya una restricción en el espacio de nombres \"Usuario discusión\".\";'),('arn','messages:ipb-sitewide','s:19:\"es:En todo el sitio\";'),('arn','messages:ipb-sitewide-help','s:197:\"es:Bloquea la edición en todas las páginas y espacios de nombres. También bloquea las acciones predeterminadas\n([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Ver ayuda])\";'),('arn','messages:ipb-unblock','s:34:\"es:Desbloquear un usuario o una IP\";'),('arn','messages:ipb-unblock-addr','s:19:\"es:Desbloquear a $1\";'),('arn','messages:ipb_already_blocked','s:39:\"es:La cuenta «$1» ya está bloqueada.\";'),('arn','messages:ipb_blocked_as_range','s:172:\"es:Error: la dirección IP $1 no está bloqueada directamente y no puede ser desbloqueada.\nSin embargo, está bloqueada como parte del rango $2, que puede ser desbloqueado.\";'),('arn','messages:ipb_cant_unblock','s:91:\"es:Error: no se ha encontrado ningún bloqueo para $1. Puede que ya haya sido desbloqueado.\";'),('arn','messages:ipb_expiry_invalid','s:40:\"es:El tiempo de caducidad no es válido.\";'),('arn','messages:ipb_expiry_old','s:47:\"es:El tiempo de expiración está en el pasado.\";'),('arn','messages:ipb_expiry_temp','s:67:\"es:Los bloqueos a nombres de usuario ocultos deben ser indefinidos.\";'),('arn','messages:ipb_hide_invalid','s:91:\"es:No se puede suprimir esta cuenta; tiene más de {{PLURAL:$1|una edición|$1 ediciones}}.\";'),('arn','messages:ipb_hide_partial','s:71:\"es:Los bloqueos que ocultan nombres de usuario no pueden ser parciales.\";'),('arn','messages:ipbblocked','s:76:\"es:No puedes bloquear o desbloquear a otros usuarios porque estás bloqueado\";'),('arn','messages:ipbcreateaccount','s:23:\"es:Creación de cuentas\";'),('arn','messages:ipbemailban','s:32:\"es:Envío de correo electrónico\";'),('arn','messages:ipbenableautoblock','s:152:\"es:Bloquear automáticamente la última dirección IP usada por este usuario y cualquier IP posterior desde la cual intente editar, por un periodo de $1\";'),('arn','messages:ipbhidename','s:50:\"es:Ocultar nombre de usuario de ediciones y listas\";'),('arn','messages:ipblocklist','s:24:\"arn:Katrütulelu kellufe\";'),('arn','messages:ipblocklist-empty','s:37:\"es:La lista de bloqueos está vacía.\";'),('arn','messages:ipblocklist-legend','s:35:\"es:Encontrar a un usuario bloqueado\";'),('arn','messages:ipblocklist-localblock','s:16:\"es:Bloqueo local\";'),('arn','messages:ipblocklist-no-results','s:50:\"es:El nombre de usuario o IP indicado no coincide.\";'),('arn','messages:ipblocklist-otherblocks','s:44:\"es:{{PLURAL:$1|Otro bloqueo|Otros bloqueos}}\";'),('arn','messages:ipblocklist-submit','s:10:\"arn:Kintun\";'),('arn','messages:ipbnounblockself','s:26:\"es:No puedes desbloquearte\";'),('arn','messages:ipboptions','s:175:\"arn:2 ora:2 hours,1 aṉtü:1 day,3 aṉtü:3 days,1 semana:1 week,2 semana:2 weeks,1 küyeṉ:1 month,3 küyeṉ:3 months,6 küyeṉ:6 months,1 tripantu:1 year,rumel:infinite\";'),('arn','messages:ipbother','s:26:\"es:Otra duración o fecha:\";'),('arn','messages:ipbreason','s:10:\"arn:Dungu:\";'),('arn','messages:ipbreason-dropdown','s:305:\"es:*Motivos comunes de bloqueo\n** Adición de información falsa\n** Eliminación de contenido de las páginas\n** enlaces de spam a sitios externos\n** Adición de tonterías/galimatías en las páginas\n** Comportamiento intimidatorio u hostil\n** Abuso de múltiples cuentas\n** Nombre de usuario inaceptable\";'),('arn','messages:ipbsubmit','s:26:\"es:Bloquear a este usuario\";'),('arn','messages:ipbwatchuser','s:66:\"es:Vigilar las páginas de usuario y de discusión de este usuario\";'),('arn','messages:ipusubmit','s:26:\"es:Desactivar este bloqueo\";'),('arn','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('arn','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('arn','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('arn','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('arn','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('arn','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('arn','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('arn','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('arn','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('arn','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('arn','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('arn','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('arn','messages:isimage','s:29:\"arn:Eltukawün ñi trarintuku\";'),('arn','messages:isredirect','s:19:\"arn:amultun tapülh\";'),('arn','messages:istemplate','s:17:\"arn:yomtuku zungu\";'),('arn','messages:jan','s:7:\"arn:ene\";'),('arn','messages:january','s:18:\"arn:eneru küyeṉ\";'),('arn','messages:january-gen','s:17:\"arn:eneru küyenh\";'),('arn','messages:javascripttest','s:24:\"es:Pruebas de JavaScript\";'),('arn','messages:javascripttest-qunit-intro','s:70:\"es:Consulta la [$1 documentación sobre las pruebas] en mediawiki.org.\";'),('arn','messages:json-error-ctrl-char','s:73:\"es:Error de carácter de control, posiblemente codificada incorrectamente\";'),('arn','messages:json-error-depth','s:51:\"es:Se ha superado la profundidad máxima de la pila\";'),('arn','messages:json-error-invalid-property-name','s:52:\"es:El nombre de propiedad decodificado no es válido\";'),('arn','messages:json-error-state-mismatch','s:43:\"es:JSON no válido o con formato incorrecto\";'),('arn','messages:json-error-syntax','s:20:\"es:Error de sintaxis\";'),('arn','messages:json-error-unknown','s:54:\"es:Ocurrió un problema con el código JSON. Error: $1\";'),('arn','messages:json-error-utf16','s:97:\"es:Los caracteres UTF-16 tienen errores de formato; probablemente la codificación es incorrecta.\";'),('arn','messages:json-error-utf8','s:96:\"es:Los caracteres UTF-8 tienen errores de formato; probablemente la codificación es incorrecta.\";'),('arn','messages:json-warn-trailing-comma','s:85:\"es:Se {{PLURAL:$1|eliminó una coma|eliminaron $1 comas}} al final en el archivo JSON\";'),('arn','messages:jul','s:7:\"arn:kul\";'),('arn','messages:july','s:18:\"arn:kuliu küyeṉ\";'),('arn','messages:july-gen','s:17:\"arn:kuliu küyenh\";'),('arn','messages:jumpto','s:11:\"arn:Puwün:\";'),('arn','messages:jumptonavigation','s:12:\"arn:miyawün\";'),('arn','messages:jumptosearch','s:10:\"arn:kintun\";'),('arn','messages:jun','s:7:\"arn:kun\";'),('arn','messages:june','s:18:\"arn:kuniu küyeṉ\";'),('arn','messages:june-gen','s:17:\"arn:kuniu küyenh\";'),('arn','messages:just-now','s:14:\"es:ahora mismo\";'),('arn','messages:lag-warn-high','s:180:\"es:Debido a una alta latencia el servidor de base de datos, los cambios realizados en {{PLURAL:$1|el último segundo|los últimos $1 segundos}} podrían no mostrarse en esta lista.\";'),('arn','messages:lag-warn-normal','s:123:\"es:Los cambios realizados en {{PLURAL:$1|el último segundo|los últimos $1 segundos}} podrían no mostrarse en esta lista.\";'),('arn','messages:laggedreplicamode','s:101:\"es:<strong>Advertencia:</strong> puede que falten las actualizaciones más recientes en esta página.\";'),('arn','messages:language-converter-depth-warning','s:74:\"es:Se ha superado el límite de profundidad del convertidor de idioma ($1)\";'),('arn','messages:large-file','s:79:\"es:Se recomienda que los archivos no sean mayores de $1; este archivo ocupa $2.\";'),('arn','messages:largefileserver','s:87:\"es:El tamaño de este archivo es mayor del que este servidor admite por configuración.\";'),('arn','messages:last','s:8:\"arn:rupa\";'),('arn','messages:lastmodifiedat','s:58:\"arn:Tüfachi tapülh inangechi kakünungey $1 mew, $2 mew.\";'),('arn','messages:lastmodifiedatby','s:57:\"es:$3 editó por última vez esta página el $1 a las $2.\";'),('arn','messages:license','s:20:\"arn:Pepifal norzugu:\";'),('arn','messages:license-header','s:20:\"arn:Pepifal norzugun\";'),('arn','messages:license-nopreview','s:36:\"es:(Previsualización no disponible)\";'),('arn','messages:licenses','s:4:\"en:-\";'),('arn','messages:licenses-edit','s:34:\"es:Editar las opciones de licencia\";'),('arn','messages:limitreport-cputime','s:23:\"es:Tiempo de uso de CPU\";'),('arn','messages:limitreport-cputime-value','s:36:\"es:$1 {{PLURAL:$1|segundo|segundos}}\";'),('arn','messages:limitreport-expansiondepth','s:36:\"es:Profundidad máxima de expansión\";'),('arn','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('arn','messages:limitreport-expensivefunctioncount','s:48:\"es:Contador de funciones costosas del analizador\";'),('arn','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('arn','messages:limitreport-postexpandincludesize','s:38:\"es:Tamaño de inclusión posexpansión\";'),('arn','messages:limitreport-postexpandincludesize-value','s:33:\"es:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('arn','messages:limitreport-ppvisitednodes','s:47:\"es:N.º de nodos visitados por el preprocesador\";'),('arn','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('arn','messages:limitreport-templateargumentsize','s:42:\"es:Tamaño de los parámetros de plantilla\";'),('arn','messages:limitreport-templateargumentsize-value','s:33:\"es:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('arn','messages:limitreport-title','s:37:\"es:Datos de perfilado del analizador:\";'),('arn','messages:limitreport-unstrip-depth','s:52:\"es:Profundidad de recursión de función «unstrip»\";'),('arn','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('arn','messages:limitreport-unstrip-size','s:44:\"es:Tamaño tras la expansión de «unstrip»\";'),('arn','messages:limitreport-unstrip-size-value','s:33:\"es:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('arn','messages:limitreport-walltime','s:21:\"es:Tiempo real de uso\";'),('arn','messages:limitreport-walltime-value','s:36:\"es:$1 {{PLURAL:$1|segundo|segundos}}\";'),('arn','messages:lineno','s:11:\"arn:Wif $1:\";'),('arn','messages:linkaccounts','s:19:\"es:Vincular cuentas\";'),('arn','messages:linkaccounts-submit','s:19:\"es:Vincular cuentas\";'),('arn','messages:linkaccounts-success-text','s:27:\"es:La cuenta fue vinculada.\";'),('arn','messages:linksearch','s:32:\"es:Búsqueda de enlaces externos\";'),('arn','messages:linksearch-error','s:71:\"es:Los comodines solo pueden aparecer al principio del nombre de sitio.\";'),('arn','messages:linksearch-line','s:28:\"arn:$1 nülkükawlelu $2 mew\";'),('arn','messages:linksearch-ns','s:22:\"es:Espacio de nombres:\";'),('arn','messages:linksearch-ok','s:10:\"arn:Kintun\";'),('arn','messages:linksearch-pat','s:24:\"es:Patrón de búsqueda:\";'),('arn','messages:linksearch-summary','s:3:\"en:\";'),('arn','messages:linksearch-text','s:188:\"es:Se pueden usar caracteres comodín como «*.wikipedia.org».<br />\n{{PLURAL:$2|Protocolo admitido|Protocolos admitidos}}: $1 (si no se especifica ninguno, el predeterminado es http://).\";'),('arn','messages:linkshere','s:48:\"arn:Tüfachi tapülh trarintukuley \'\'\'$2\'\'\' mew:\";'),('arn','messages:linkstoimage','s:91:\"arn:Tüfachi {{PLURAL:$1|tapülh pünelefi|$1 tapülh pünelefingün}} tüfachi eltukawün:\";'),('arn','messages:linkstoimage-more','s:276:\"arn:Müley zoy {{PLURAL:$1|kiñe tapülh pünekelu|$1 tapülh pünekelu}} fachi eltukawün.\nChi inalechi wif mew pengey {{PLURAL:$1|ta wünen tapülh pünekelu|ta wünenke $1 tapülh pünekelu}} tüfachi eltukawün.\nKa pepi peaymi chi [[Special:WhatLinksHere/$2|wif itrokom]].\";'),('arn','messages:linkstoimage-redirect','s:36:\"arn:$1 (eltukawün ñi amultuael) $2\";'),('arn','messages:linterror-bogus-image-options','s:29:\"es:Opción de archivo inútil\";'),('arn','messages:linterror-deletable-table-tag','s:43:\"es:Etiqueta de tabla que se debería borrar\";'),('arn','messages:linterror-html5-misnesting','s:35:\"es:Anidación errónea (ahora rota)\";'),('arn','messages:linterror-misc-tidy-replacement-issues','s:28:\"es:Errores varios de marcado\";'),('arn','messages:linterror-misnested-tag','s:60:\"es:Etiqueta mal anidada que se debería anidar correctamente\";'),('arn','messages:linterror-missing-end-tag','s:30:\"es:Etiqueta de cierre faltante\";'),('arn','messages:linterror-multi-colon-escape','s:33:\"es:Escape múltiple de dos puntos\";'),('arn','messages:linterror-multiline-html-table-in-list','s:46:\"es:Tabla multilínea HTML5 dentro de una lista\";'),('arn','messages:linterror-multiple-unclosed-formatting-tags','s:59:\"es:Etiquetas múltiples de formato sin cerrar en la página\";'),('arn','messages:linterror-obsolete-tag','s:25:\"es:Etiqueta HTML obsoleta\";'),('arn','messages:linterror-pwrap-bug-workaround','s:49:\"es:Parche para el error en el ajuste de párrafos\";'),('arn','messages:linterror-self-closed-tag','s:23:\"es:Etiqueta autocerrada\";'),('arn','messages:linterror-stripped-tag','s:23:\"es:Etiqueta desparejada\";'),('arn','messages:linterror-tidy-font-bug','s:55:\"es:La etiqueta font intenta cambiar el color del enlace\";'),('arn','messages:linterror-tidy-whitespace-bug','s:31:\"es:Defecto de espacio en blanco\";'),('arn','messages:linterror-unclosed-quotes-in-heading','s:76:\"es:Par de comillas sin cerrar que se propaga fuera de la tabla de contenidos\";'),('arn','messages:listduplicatedfiles','s:35:\"es:Lista de archivos con duplicados\";'),('arn','messages:listduplicatedfiles-entry','s:73:\"es:[[:File:$1|$1]] tiene [[$3|{{PLURAL:$2|un duplicado|$2 duplicados}}]].\";'),('arn','messages:listduplicatedfiles-summary','s:183:\"es:Esta es una lista de archivos donde la versión más reciente es un duplicado de la versión más reciente de un archivo con otro nombre. Solo se tienen en cuenta archivos locales.\";'),('arn','messages:listfiles','s:22:\"arn:Eltukawün ñi wif\";'),('arn','messages:listfiles-delete','s:9:\"es:borrar\";'),('arn','messages:listfiles-latestversion','s:18:\"es:Versión actual\";'),('arn','messages:listfiles-latestversion-no','s:5:\"es:No\";'),('arn','messages:listfiles-latestversion-yes','s:6:\"es:Sí\";'),('arn','messages:listfiles-show-all','s:45:\"es:Incluir versiones antiguas de los archivos\";'),('arn','messages:listfiles-summary','s:60:\"es:Esta página especial muestra todos los archivos subidos.\";'),('arn','messages:listfiles-userdoesnotexist','s:51:\"es:La cuenta de usuario «$1» no está registrada.\";'),('arn','messages:listfiles_count','s:12:\"es:Versiones\";'),('arn','messages:listfiles_date','s:8:\"es:Fecha\";'),('arn','messages:listfiles_description','s:15:\"es:Descripción\";'),('arn','messages:listfiles_name','s:7:\"arn:Üy\";'),('arn','messages:listfiles_size','s:10:\"es:Tamaño\";'),('arn','messages:listfiles_subpage','s:17:\"es:Subidas por $1\";'),('arn','messages:listfiles_thumb','s:12:\"es:Miniatura\";'),('arn','messages:listfiles_user','s:11:\"arn:Kellufe\";'),('arn','messages:listgrants','s:14:\"es:Concesiones\";'),('arn','messages:listgrants-grant','s:13:\"es:Concesión\";'),('arn','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('arn','messages:listgrants-rights','s:11:\"es:Derechos\";'),('arn','messages:listgrants-summary','s:478:\"es:La siguiente es una lista de concesiones con sus permisos de usuario asociados. Los usuarios pueden autorizar aplicaciones para que usen sus cuentas, pero con permisos limitados basados en las concesiones que el usuario le dio a la aplicación. De todas formas, una aplicación que actúe en nombre de un usuario no puede hacer uso de permisos que el usuario no posea.\nPuede haber [[{{MediaWiki:Listgrouprights-helppage}}|información adicional]] sobre permisos individuales.\";'),('arn','messages:listgrouprights','s:37:\"es:Permisos de los grupos de usuarios\";'),('arn','messages:listgrouprights-addgroup','s:41:\"es:Agregar {{PLURAL:$2|grupo|grupos}}: $1\";'),('arn','messages:listgrouprights-addgroup-all','s:27:\"es:Agregar todos los grupos\";'),('arn','messages:listgrouprights-addgroup-self','s:60:\"es:Agregar {{PLURAL:$2|grupo|grupos}} a su propia cuenta: $1\";'),('arn','messages:listgrouprights-addgroup-self-all','s:46:\"es:Agregar todos los grupos a tu propia cuenta\";'),('arn','messages:listgrouprights-group','s:8:\"es:Grupo\";'),('arn','messages:listgrouprights-helppage','s:26:\"es:Help:Permisos de grupos\";'),('arn','messages:listgrouprights-key','s:140:\"es:Leyenda:\n* <span class=\"listgrouprights-granted\">Derecho concedido</span>\n* <span class=\"listgrouprights-revoked\">Derecho revocado</span>\";'),('arn','messages:listgrouprights-members','s:31:\"arn:(koneltulu kellufe ñi wif)\";'),('arn','messages:listgrouprights-namespaceprotection-header','s:39:\"es:Restricciones del espacio de nombres\";'),('arn','messages:listgrouprights-namespaceprotection-namespace','s:21:\"es:Espacio de nombres\";'),('arn','messages:listgrouprights-namespaceprotection-restrictedto','s:34:\"es:Derechos de usuario para editar\";'),('arn','messages:listgrouprights-removegroup','s:42:\"es:Eliminar {{PLURAL:$2|grupo|grupos}}: $1\";'),('arn','messages:listgrouprights-removegroup-all','s:28:\"es:Eliminar todos los grupos\";'),('arn','messages:listgrouprights-removegroup-self','s:62:\"es:Eliminar {{PLURAL:$2|grupo|grupos}} de su propia cuenta: $1\";'),('arn','messages:listgrouprights-removegroup-self-all','s:48:\"es:Eliminar todos los grupos de tu propia cuenta\";'),('arn','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('arn','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('arn','messages:listgrouprights-rights','s:11:\"es:Derechos\";'),('arn','messages:listgrouprights-summary','s:223:\"es:La siguiente es una lista de los grupos de usuarios definidos en esta wiki y de sus permisos de acceso asociados.\nPuede haber [[{{MediaWiki:Listgrouprights-helppage}}|información adicional]] sobre permisos individuales.\";'),('arn','messages:listredirects','s:25:\"es:Lista de redirecciones\";'),('arn','messages:listredirects-summary','s:3:\"en:\";'),('arn','messages:listusers','s:21:\"arn:Pünekelu ñi wif\";'),('arn','messages:listusers-blocked','s:38:\"es:({{GENDER:$1|bloqueado|bloqueada}})\";'),('arn','messages:listusers-creationsort','s:34:\"es:Ordenado por fecha de creación\";'),('arn','messages:listusers-desc','s:31:\"es:Ordenar de forma descendente\";'),('arn','messages:listusers-editsonly','s:39:\"es:Muestra sólo usuarios con ediciones\";'),('arn','messages:listusers-noresult','s:30:\"es:No se encontró al usuario.\";'),('arn','messages:listusers-submit','s:13:\"arn:Pengelün\";'),('arn','messages:listusers-summary','s:3:\"en:\";'),('arn','messages:listusers-temporarygroupsonly','s:56:\"es:Mostrar solo usuarios en grupos de usuario temporales\";'),('arn','messages:listusersfrom','s:37:\"es:Mostrar usuarios que empiecen por:\";'),('arn','messages:localtime','s:14:\"es:Hora local:\";'),('arn','messages:lockbtn','s:28:\"es:Bloquear la base de datos\";'),('arn','messages:lockconfirm','s:51:\"es:Sí, realmente quiero bloquear la base de datos.\";'),('arn','messages:lockdb','s:28:\"es:Bloquear la base de datos\";'),('arn','messages:lockdbsuccesssub','s:40:\"es:El bloqueo se ha realizado con éxito\";'),('arn','messages:lockdbsuccesstext','s:139:\"es:La base de datos de {{SITENAME}} ha sido bloqueada.\n<br />Recuerde retirar el bloqueo después de completar las tareas de mantenimiento.\";'),('arn','messages:lockdbtext','s:384:\"es:El bloqueo de la base de datos impedirá a todos los usuarios editar páginas, cambiar sus preferencias, modificar sus listas de seguimiento y cualquier otra función que requiera realizar cambios en la base de datos. Por favor, confirme que ésto es precisamente lo que quiere hacer y que desbloqueará la base de datos tan pronto haya finalizado las operaciones de mantenimiento.\";'),('arn','messages:lockedbyandtime','s:40:\"es:(por {{GENDER:$1|$1}} el $2 a las $3)\";'),('arn','messages:lockfilenotwritable','s:177:\"es:El archivo-cerrojo de la base de datos no tiene permiso de escritura. Para bloquear o desbloquear la base de datos, este archivo tiene que ser escribible por el servidor web.\";'),('arn','messages:lockmanager-fail-acquirelock','s:41:\"es:No pudo adquirir el bloqueo para \"$1\".\";'),('arn','messages:lockmanager-fail-closelock','s:70:\"es:No se pudo cerrar la referencia para el archivo de bloqueo de \"$1\".\";'),('arn','messages:lockmanager-fail-conflict','s:90:\"es:No se ha podido adquirir el bloqueo. Alguien más está haciendo algo con este archivo.\";'),('arn','messages:lockmanager-fail-db-bucket','s:75:\"es:No se pudo contactar con las suficientes bases de datos del conjunto $1.\";'),('arn','messages:lockmanager-fail-db-release','s:74:\"es:No se pudieron liberar los bloqueos registrados en la base de datos $1.\";'),('arn','messages:lockmanager-fail-deletelock','s:55:\"es:No se pudo eliminar el archivo de bloqueo para \"$1\".\";'),('arn','messages:lockmanager-fail-openlock','s:305:\"es:No se pudo abrir el archivo de bloqueo de «$1». Revisa que el directorio de cargas esté configurado correctamente y que tu servidor web tenga permisos de escritura en ese directorio. Consulta https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory para obtener más información.\";'),('arn','messages:lockmanager-fail-releaselock','s:41:\"es:No se pudo liberar el bloqueo de \"$1\".\";'),('arn','messages:lockmanager-fail-svr-acquire','s:53:\"es:No se pudieron obtener bloqueos en el servidor $1.\";'),('arn','messages:lockmanager-fail-svr-release','s:69:\"es:No se pudieron liberar los bloqueos registrados en el servidor $1.\";'),('arn','messages:lockmanager-notlocked','s:59:\"es:No se pudo desbloquear \"$1\": no se encontraba bloqueado.\";'),('arn','messages:locknoconfirm','s:42:\"es:No has confirmado lo que quieres hacer.\";'),('arn','messages:log','s:14:\"arn:Wirintukun\";'),('arn','messages:log-action-filter-all','s:8:\"es:Todas\";'),('arn','messages:log-action-filter-block','s:19:\"es:Tipo de bloqueo:\";'),('arn','messages:log-action-filter-block-block','s:11:\"es:Bloquear\";'),('arn','messages:log-action-filter-block-reblock','s:27:\"es:Modificación de bloqueo\";'),('arn','messages:log-action-filter-block-unblock','s:14:\"es:Desbloquear\";'),('arn','messages:log-action-filter-contentmodel','s:49:\"es:Tipo de modificación del modelo de contenido:\";'),('arn','messages:log-action-filter-contentmodel-change','s:32:\"es:Cambio de modelo de contenido\";'),('arn','messages:log-action-filter-contentmodel-new','s:60:\"es:Creación de página con modelo de contenido no estándar\";'),('arn','messages:log-action-filter-delete','s:24:\"es:Tipo de eliminación:\";'),('arn','messages:log-action-filter-delete-delete','s:27:\"es:Eliminación de páginas\";'),('arn','messages:log-action-filter-delete-delete_redir','s:35:\"es:Sobrescritura de la redirección\";'),('arn','messages:log-action-filter-delete-delete_redir2','s:33:\"es:Sobreescritura de redirección\";'),('arn','messages:log-action-filter-delete-event','s:28:\"es:Eliminación de registros\";'),('arn','messages:log-action-filter-delete-restore','s:28:\"es:Restauración de páginas\";'),('arn','messages:log-action-filter-delete-revision','s:28:\"es:Eliminación de revisión\";'),('arn','messages:log-action-filter-import','s:24:\"es:Tipo de importación:\";'),('arn','messages:log-action-filter-import-interwiki','s:25:\"es:Importación transwiki\";'),('arn','messages:log-action-filter-import-upload','s:33:\"es:Importar mediante carga de XML\";'),('arn','messages:log-action-filter-managetags','s:53:\"es:Tipo de administración de la etiqueta de acción:\";'),('arn','messages:log-action-filter-managetags-activate','s:26:\"es:Activación de etiqueta\";'),('arn','messages:log-action-filter-managetags-create','s:24:\"es:Creación de etiqueta\";'),('arn','messages:log-action-filter-managetags-deactivate','s:30:\"es:Desactivación de etiquetas\";'),('arn','messages:log-action-filter-managetags-delete','s:27:\"es:Eliminación de etiqueta\";'),('arn','messages:log-action-filter-move','s:20:\"es:Tipo de traslado:\";'),('arn','messages:log-action-filter-move-move','s:46:\"es:Traslado sin sobrescritura de redirecciones\";'),('arn','messages:log-action-filter-move-move_redir','s:46:\"es:Traslado con sobrescritura de redirecciones\";'),('arn','messages:log-action-filter-newusers','s:34:\"es:Tipo de creación de la cuenta:\";'),('arn','messages:log-action-filter-newusers-autocreate','s:24:\"es:Creación automática\";'),('arn','messages:log-action-filter-newusers-byemail','s:50:\"es:Creación con la contraseña enviada por correo\";'),('arn','messages:log-action-filter-newusers-create','s:33:\"es:Creación por usuario anónimo\";'),('arn','messages:log-action-filter-newusers-create2','s:35:\"es:Creación por usuario registrado\";'),('arn','messages:log-action-filter-patrol','s:25:\"es:Tipo de verificación:\";'),('arn','messages:log-action-filter-patrol-autopatrol','s:28:\"es:Verificación automática\";'),('arn','messages:log-action-filter-patrol-patrol','s:23:\"es:Verificación manual\";'),('arn','messages:log-action-filter-protect','s:23:\"es:Tipo de protección:\";'),('arn','messages:log-action-filter-protect-modify','s:31:\"es:Modificación de protección\";'),('arn','messages:log-action-filter-protect-move_prot','s:31:\"es:Protección contra traslados\";'),('arn','messages:log-action-filter-protect-protect','s:14:\"es:Protección\";'),('arn','messages:log-action-filter-protect-unprotect','s:17:\"es:Desprotección\";'),('arn','messages:log-action-filter-rights','s:30:\"es:Tipo de cambio de permisos:\";'),('arn','messages:log-action-filter-rights-autopromote','s:21:\"es:Cambio automático\";'),('arn','messages:log-action-filter-rights-rights','s:16:\"es:Cambio manual\";'),('arn','messages:log-action-filter-suppress','s:22:\"es:Tipo de supresión:\";'),('arn','messages:log-action-filter-suppress-block','s:36:\"es:Supresión de usuarios por bloque\";'),('arn','messages:log-action-filter-suppress-delete','s:25:\"es:Supresión de páginas\";'),('arn','messages:log-action-filter-suppress-event','s:26:\"es:Supresión de registros\";'),('arn','messages:log-action-filter-suppress-reblock','s:34:\"es:Usuario supresión de rebloqueo\";');
INSERT INTO `mw_l10n_cache` VALUES ('arn','messages:log-action-filter-suppress-revision','s:27:\"es:Supresión de revisiones\";'),('arn','messages:log-action-filter-upload','s:18:\"es:Tipo de subida:\";'),('arn','messages:log-action-filter-upload-overwrite','s:17:\"es:Volver a subir\";'),('arn','messages:log-action-filter-upload-revert','s:11:\"es:Revertir\";'),('arn','messages:log-action-filter-upload-upload','s:15:\"es:Subida nueva\";'),('arn','messages:log-description-contentmodel','s:156:\"es:Esta página muestra cambios en el modelo de contenido de las páginas, así como las páginas creadas con un modelo de contenido distinto del estándar.\";'),('arn','messages:log-description-create','s:67:\"es:La siguiente es una lista de las páginas creadas recientemente.\";'),('arn','messages:log-description-managetags','s:259:\"es:Esta página muestra las acciones realizadas sobre las [[Special:Tags|etiquetas]]. El registro solo contiene acciones llevadas a cabo por un administrador de forma manual; el software de la wiki podría crear o eliminar etiquetas sin que se registre aquí.\";'),('arn','messages:log-description-pagelang','s:69:\"es:Este es un registro de los cambios en los idiomas de las páginas.\";'),('arn','messages:log-description-tag','s:279:\"es:Esta página muestra cuando los usuarios han añadido o eliminado [[Special:Tags|etiquetas]] de revisiones individuales o entradas del registro. El registro no muestra las acciones de etiquetado cuando se producen como parte de una edición, eliminación o acciones similares.\";'),('arn','messages:log-edit-tags','s:66:\"es:Editar las etiquetas de las entradas del registro seleccionadas\";'),('arn','messages:log-fulllog','s:27:\"es:Ver el registro completo\";'),('arn','messages:log-name-contentmodel','s:46:\"es:Registro de cambios del modelo de contenido\";'),('arn','messages:log-name-create','s:36:\"es:Registro de creación de páginas\";'),('arn','messages:log-name-managetags','s:36:\"es:Registro de gestión de etiquetas\";'),('arn','messages:log-name-pagelang','s:33:\"es:Registro de cambios de idiomas\";'),('arn','messages:log-name-tag','s:24:\"es:Registro de etiquetas\";'),('arn','messages:log-title-wildcard','s:46:\"es:Buscar títulos que empiecen con este texto\";'),('arn','messages:logdelete-failure','s:55:\"es:No se pudo cambiar la visibilidad de los eventos:\n$1\";'),('arn','messages:logdelete-selected','s:59:\"es:{{PLURAL:$1|Evento seleccionado|Eventos seleccionados}}:\";'),('arn','messages:logdelete-success','s:46:\"es:Se cambió la visibilidad de los registros.\";'),('arn','messages:logdelete-text','s:126:\"es:Los eventos eliminados seguirán apareciendo en el registro, pero parte de su contenido será inaccesible para el público.\";'),('arn','messages:logempty','s:28:\"arn:Pengelay wirintukun mew.\";'),('arn','messages:logentry-block-block','s:73:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('arn','messages:logentry-block-reblock','s:103:\"es:$1 {{GENDER:$2|cambió}} la configuración del bloqueo de {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('arn','messages:logentry-block-unblock','s:50:\"es:$1 {{GENDER:$2|desbloqueó}} a {{GENDER:$4|$3}}\";'),('arn','messages:logentry-contentmodel-change','s:82:\"es:$1 {{GENDER:$2|cambió}} el modelo de contenido de la página $3 de \"$4\" a \"$5\"\";'),('arn','messages:logentry-contentmodel-change-revert','s:11:\"es:revertir\";'),('arn','messages:logentry-contentmodel-change-revertlink','s:11:\"es:revertir\";'),('arn','messages:logentry-contentmodel-new','s:92:\"es:$1 {{GENDER:$2|creó}} la página $3 usando un modelo de contenido no predeterminado \"$5\"\";'),('arn','messages:logentry-create-create','s:39:\"es:$1 {{GENDER:$2|creó}} la página $3\";'),('arn','messages:logentry-delete-delete','s:40:\"es:$1 {{GENDER:$2|borró}} la página $3\";'),('arn','messages:logentry-delete-delete_redir','s:61:\"es:$1 {{GENDER:$2|borró}} la redirección $3 con un traslado\";'),('arn','messages:logentry-delete-delete_redir2','s:69:\"es:$1 {{GENDER:$2|borró}} la redirección $3 mediante sobreescritura\";'),('arn','messages:logentry-delete-event','s:105:\"es:$1 {{GENDER:$2|modificó}} la visibilidad de {{PLURAL:$5|un evento|$5 eventos}} del registro en $3: $4\";'),('arn','messages:logentry-delete-event-legacy','s:76:\"es:$1 ha {{GENDER:$2|cambiado}} la visibilidad de eventos del registro en $3\";'),('arn','messages:logentry-delete-restore','s:48:\"es:$1 {{GENDER:$2|restauró}} la página $3 ($4)\";'),('arn','messages:logentry-delete-restore-nocount','s:43:\"es:$1 {{GENDER:$2|restauró}} la página $3\";'),('arn','messages:logentry-delete-revision','s:112:\"es:$1 {{GENDER:$2|modificó}} la visibilidad de {{PLURAL:$5|una revisión |$5 revisiones}} en la página  $3: $4\";'),('arn','messages:logentry-delete-revision-legacy','s:81:\"es:$1 ha {{GENDER:$2|cambiado}} la visibilidad de las revisiones en la página $3\";'),('arn','messages:logentry-import-interwiki','s:47:\"es:$1 {{GENDER:$2|importó}} $3 desde otra wiki\";'),('arn','messages:logentry-import-interwiki-details','s:80:\"es:$1 {{GENDER:$2|importó}} $3 desde $5 ($4 {{PLURAL:$4|revisión|revisiones}})\";'),('arn','messages:logentry-import-upload','s:51:\"es:$1 {{GENDER:$2|importó}} $3 subiendo un archivo\";'),('arn','messages:logentry-import-upload-details','s:91:\"es:$1 {{GENDER:$2|importó}} $3 subiendo un archivo ($4 {{PLURAL:$4|revisión|revisiones}})\";'),('arn','messages:logentry-managetags-activate','s:78:\"es:$1 {{GENDER:$2|activó}} la etiqueta «$4» para su uso por usuarios y bots\";'),('arn','messages:logentry-managetags-create','s:44:\"es:$1 {{GENDER:$2|creó}} la etiqueta «$4»\";'),('arn','messages:logentry-managetags-deactivate','s:88:\"es:$1 {{GENDER:$2|desactivó}} la etiqueta «$4» para evitar su uso por usuarios y bots\";'),('arn','messages:logentry-managetags-delete','s:143:\"es:$1 {{GENDER:$2|eliminó}} la etiqueta «$4» (quitada de $5 {{PLURAL:$5|revisión o entrada de registro|revisiones o entradas de registro}})\";'),('arn','messages:logentry-merge-merge','s:62:\"es:$1 {{GENDER:$2|fusionó}} $3 en $4 (revisiones hasta el $5)\";'),('arn','messages:logentry-move-move','s:48:\"es:$1 {{GENDER:$2|trasladó}} la página $3 a $4\";'),('arn','messages:logentry-move-move-noredirect','s:75:\"es:$1 {{GENDER:$2|trasladó}} la página $3 a $4 sin dejar una redirección\";'),('arn','messages:logentry-move-move_redir','s:71:\"es:$1 {{GENDER:$2|trasladó}} la página $3 a $4 sobre una redirección\";'),('arn','messages:logentry-move-move_redir-noredirect','s:100:\"es:$1 {{GENDER:$2|trasladó}} la página $3 a $4 sobre una redirección y sin dejar una redirección\";'),('arn','messages:logentry-newusers-autocreate','s:92:\"es:Se ha {{GENDER:$2|creado}} automáticamente la cuenta de {{GENDER:$4|usuario|usuaria}} $1\";'),('arn','messages:logentry-newusers-byemail','s:106:\"es:La cuenta de usuario $3 ha sido {{GENDER:$2|creada}} por $1 y la contraseña ha sido enviada por correo\";'),('arn','messages:logentry-newusers-create','s:75:\"es:Se ha {{GENDER:$2|creado}} la cuenta de {{GENDER:$4|usuario|usuaria}} $1\";'),('arn','messages:logentry-newusers-create2','s:62:\"es:La cuenta de usuario $3 ha sido {{GENDER:$2|creada}} por $1\";'),('arn','messages:logentry-newusers-newusers','s:55:\"es:La cuenta de usuario $1 ha sido {{GENDER:$2|creada}}\";'),('arn','messages:logentry-non-editing-block-block','s:129:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} para acciones específicas no relativas con la edición durante un plazo de $5 $6\";'),('arn','messages:logentry-non-editing-block-reblock','s:161:\"es:$1 {{GENDER:$2|modificó}} la configuración del bloqueo de {{GENDER:$4|$3}} para acciones específicas no relativas con la edición durante un plazo de $5 $6\";'),('arn','messages:logentry-pagelang-pagelang','s:61:\"es:$1 {{GENDER:$2|cambió}} el idioma de «$3» del $4 al $5.\";'),('arn','messages:logentry-partialblock-block','s:79:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} de $7 durante un plazo de $5 $6\";'),('arn','messages:logentry-partialblock-block-action','s:43:\"es:{{PLURAL:$1|la acción|las acciones}} $2\";'),('arn','messages:logentry-partialblock-block-ns','s:65:\"es:{{PLURAL:$1|el espacio de nombres|los espacios de nombres}} $2\";'),('arn','messages:logentry-partialblock-block-page','s:43:\"es:{{PLURAL:$1|la página|las páginas}} $2\";'),('arn','messages:logentry-partialblock-reblock','s:116:\"es:$1 {{GENDER:$2|cambió}} la configuración del bloqueo a {{GENDER:$4|$3}} bloqueando $7 durante un plazo de $5 $6\";'),('arn','messages:logentry-patrol-patrol','s:75:\"es:$1 {{GENDER:$2|marcó}} la revisión $4 de la página $3 como verificada\";'),('arn','messages:logentry-patrol-patrol-auto','s:92:\"es:$1 {{GENDER:$2|marcó}} automáticamente la revisión $4 de la página $3 como verificada\";'),('arn','messages:logentry-protect-modify','s:68:\"es:$1 {{GENDER:$2|cambió}} las preferencias de protección de $3 $4\";'),('arn','messages:logentry-protect-modify-cascade','s:81:\"es:$1 {{GENDER:$2|cambió}} las preferencias de protección de $3 $4 [en cascada]\";'),('arn','messages:logentry-protect-move_prot','s:72:\"es:$1 {{GENDER:$2|trasladó}} las preferencias de protección de $4 a $3\";'),('arn','messages:logentry-protect-protect','s:46:\"es:$1 {{GENDER:$2|protegió}} la página $3 $4\";'),('arn','messages:logentry-protect-protect-cascade','s:59:\"es:$1 {{GENDER:$2|protegió}} la página $3 $4 [en cascada]\";'),('arn','messages:logentry-protect-unprotect','s:49:\"es:$1 {{GENDER:$2|eliminó}} la protección de $3\";'),('arn','messages:logentry-rights-autopromote','s:81:\"es:$1 ha sido {{GENDER:$2|promocionado|promocionada}} automáticamente de $4 a $5\";'),('arn','messages:logentry-rights-rights','s:89:\"es:$1 {{GENDER:$2|modificó}} los grupos a los que pertenece {{GENDER:$6|$3}}: de $4 a $5\";'),('arn','messages:logentry-rights-rights-legacy','s:63:\"es:$1 {{GENDER:$2|modificó}} los grupos a los que pertenece $3\";'),('arn','messages:logentry-suppress-block','s:73:\"es:$1 {{GENDER:$2|bloqueó}} a {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('arn','messages:logentry-suppress-delete','s:43:\"es:$1 {{GENDER:$2|suprimió}} la página $3\";'),('arn','messages:logentry-suppress-event','s:118:\"es:$1 {{GENDER:$2|modificó}} secretamente la visibilidad de {{PLURAL:$5|un evento|$5 eventos}} del registro en $3: $4\";'),('arn','messages:logentry-suppress-event-legacy','s:91:\"es:$1 {{GENDER:$2|modificó}} secretamente la visibilidad de los eventos del registro en $3\";'),('arn','messages:logentry-suppress-reblock','s:103:\"es:$1 {{GENDER:$2|cambió}} la configuración del bloqueo de {{GENDER:$4|$3}} durante un plazo de $5 $6\";'),('arn','messages:logentry-suppress-revision','s:121:\"es:$1 {{GENDER:$2|modificó}} secretamente la visibilidad de {{PLURAL:$5|una edición|$5 ediciones}} en la página $3: $4\";'),('arn','messages:logentry-suppress-revision-legacy','s:92:\"es:$1 {{GENDER:$2|modificó}} secretamente la visibilidad de las revisiones en la página $3\";'),('arn','messages:logentry-tag-update-add-logentry','s:116:\"es:$1 {{GENDER:$2|agregó}} {{PLURAL:$7|la etiqueta|las etiquetas}} $6 a la entrada del registro $5 de la página $3\";'),('arn','messages:logentry-tag-update-add-revision','s:105:\"es:$1 {{GENDER:$2|agregó}} {{PLURAL:$7|la etiqueta|las etiquetas}} $6 a la revisión $4 de la página $3\";'),('arn','messages:logentry-tag-update-logentry','s:141:\"es:$1 {{GENDER:$2|actualizó}} etiquetas de la entrada del registro $5 de la página $3 ({{PLURAL:$7|agregó}} $6; {{PLURAL:$9|eliminó}} $8)\";'),('arn','messages:logentry-tag-update-remove-logentry','s:118:\"es:$1 {{GENDER:$2|eliminó}} {{PLURAL:$9|la etiqueta|las etiquetas}} $8 de la entrada del registro $5 de la página $3\";'),('arn','messages:logentry-tag-update-remove-revision','s:107:\"es:$1 {{GENDER:$2|eliminó}} {{PLURAL:$9|la etiqueta|las etiquetas}} $8 de la revisión $4 de la página $3\";'),('arn','messages:logentry-tag-update-revision','s:130:\"es:$1 {{GENDER:$2|actualizó}} etiquetas de la revisión $4 de la página $3 ({{PLURAL:$7|agregó}} $6; {{PLURAL:$9|eliminó}} $8)\";'),('arn','messages:logentry-upload-overwrite','s:51:\"es:$1 {{GENDER:$2|subió}} una nueva versión de $3\";'),('arn','messages:logentry-upload-revert','s:56:\"es:$1 {{GENDER:$2|revirtió}} $3 a una versión anterior\";'),('arn','messages:logentry-upload-upload','s:29:\"es:$1 {{GENDER:$2|subió}} $3\";'),('arn','messages:logeventslist-more-filters','s:33:\"es:Mostrar registros adicionales:\";'),('arn','messages:logeventslist-newusers-log','s:36:\"es:Registro de creación de usuarios\";'),('arn','messages:logeventslist-patrol-log','s:25:\"es:Registro de revisiones\";'),('arn','messages:logeventslist-submit','s:10:\"es:Mostrar\";'),('arn','messages:logeventslist-tag-log','s:24:\"es:Registro de etiquetas\";'),('arn','messages:logging-out-notify','s:54:\"es:Se está cerrando la sesión, espera unos segundos.\";'),('arn','messages:login','s:13:\"arn:Konkülen\";'),('arn','messages:login-abort-generic','s:42:\"es:Falló el inicio de sesión - Cancelado\";'),('arn','messages:login-migrated-generic','s:78:\"es:Se ha trasladado tu cuenta. Tu nombre de usuario ya no existe en esta wiki.\";'),('arn','messages:login-security','s:24:\"es:Verifica tu identidad\";'),('arn','messages:login-throttled','s:111:\"es:Has intentado iniciar sesión demasiadas veces seguidas. Por favor espera $1 antes de intentarlo nuevamente.\";'),('arn','messages:login-userblocked','s:62:\"es:No puedes iniciar sesión porque tu cuenta está bloqueada.\";'),('arn','messages:loginerror','s:29:\"es:Error de inicio de sesión\";'),('arn','messages:loginlanguagelabel','s:15:\"arn:Cezugun: $1\";'),('arn','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('arn','messages:loginprompt','s:3:\"en:\";'),('arn','messages:loginreqlink','s:9:\"arn:Konwe\";'),('arn','messages:loginreqpagetext','s:36:\"es:Debes $1 para ver otras páginas.\";'),('arn','messages:loginreqtitle','s:31:\"es:Es necesario iniciar sesión\";'),('arn','messages:loginsuccess','s:60:\"es:<strong>Has accedido a {{SITENAME}} como «$1».</strong>\";'),('arn','messages:loginsuccesstitle','s:15:\"es:Has accedido\";'),('arn','messages:logout','s:10:\"arn:Tripan\";'),('arn','messages:logout-failed','s:30:\"es:Error al cerrar sesión: $1\";'),('arn','messages:logouttext','s:183:\"es:<strong>Tu sesión ha finalizado.</strong>\n\nPuede que algunas páginas continúen mostrándose como si la sesión estuviera iniciada hasta que actualices la caché de tu navegador.\";'),('arn','messages:lonelypages','s:22:\"es:Páginas huérfanas\";'),('arn','messages:lonelypages-summary','s:3:\"en:\";'),('arn','messages:lonelypagestext','s:97:\"es:Las siguientes páginas no están enlazadas ni transcluidas en otras páginas de {{SITENAME}}.\";'),('arn','messages:longpage-hint','s:4:\"en:-\";'),('arn','messages:longpageerror','s:197:\"es:<strong>Error: el texto que has enviado ocupa {{PLURAL:$1|un kilobyte|$1 kilobytes}}, que supera el máximo de {{PLURAL:$2|un kilobyte|$2 kilobytes}}.</strong>\nPor tanto, no lo podemos publicar.\";'),('arn','messages:longpages','s:18:\"es:Páginas largas\";'),('arn','messages:longpages-summary','s:3:\"en:\";'),('arn','messages:magiclink-tracking-isbn','s:45:\"es:Páginas que usan enlaces mágicos de ISBN\";'),('arn','messages:magiclink-tracking-isbn-desc','s:155:\"es:Esta página usa enlaces mágicos de ISBN. Véase [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] sobre cómo migrar.\";'),('arn','messages:magiclink-tracking-pmid','s:45:\"es:Páginas que usan enlaces mágicos de PMID\";'),('arn','messages:magiclink-tracking-pmid-desc','s:155:\"es:Esta página usa enlaces mágicos de PMID. Véase [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] sobre cómo migrar.\";'),('arn','messages:magiclink-tracking-rfc','s:44:\"es:Páginas que usan enlaces mágicos de RFC\";'),('arn','messages:magiclink-tracking-rfc-desc','s:154:\"es:Esta página usa enlaces mágicos de RFC. Véase [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] sobre cómo migrar.\";'),('arn','messages:mailerror','s:33:\"es:Error al enviar el mensaje: $1\";'),('arn','messages:mailmypassword','s:20:\"arn:Zewmatun nülawe\";'),('arn','messages:mailnologin','s:31:\"es:Ninguna dirección de envío\";'),('arn','messages:mailnologintext','s:187:\"es:Debes [[Special:UserLogin|iniciar sesión]] y tener una dirección electrónica válida en tus [[Special:Preferences|preferencias]] para enviar un correo electrónico a otros usuarios.\";'),('arn','messages:mainpage','s:18:\"arn:Ñizol Wvbgiñ\";'),('arn','messages:mainpage-description','s:20:\"arn:Ñidol Wülngiñ\";'),('arn','messages:mainpage-nstab','s:18:\"arn:Ñizol Wvbgiñ\";'),('arn','messages:mainpage-title','s:4:\"en:-\";'),('arn','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('arn','messages:mar','s:7:\"arn:mar\";'),('arn','messages:march','s:18:\"arn:marsu küyeṉ\";'),('arn','messages:march-gen','s:17:\"arn:marsu küyenh\";'),('arn','messages:markaspatrolleddiff','s:25:\"es:Marcar como verificada\";'),('arn','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('arn','messages:markaspatrolledtext','s:38:\"es:Marcar esta página como verificada\";'),('arn','messages:markaspatrolledtext-file','s:50:\"es:Marcar esta versión de archivo como verificada\";'),('arn','messages:markedaspatrolled','s:24:\"es:Marcado como revisado\";'),('arn','messages:markedaspatrollederror','s:37:\"es:No se puede marcar como verificada\";'),('arn','messages:markedaspatrollederror-noautopatrol','s:71:\"es:No tienes permisos para marcar tus propios cambios como verificados.\";'),('arn','messages:markedaspatrollederrortext','s:65:\"es:Debes especificar una revisión para marcarla como verificada.\";'),('arn','messages:markedaspatrollednotify','s:61:\"es:Este cambio realizado en $1 se ha marcado como verificado.\";'),('arn','messages:markedaspatrolledtext','s:75:\"es:La revisión seleccionada de [[:$1|$1]] ha sido marcada como verificada.\";'),('arn','messages:maximum-size','s:19:\"es:Tamaño máximo:\";'),('arn','messages:may','s:7:\"arn:may\";'),('arn','messages:may-gen','s:16:\"arn:mayu küyenh\";'),('arn','messages:may_long','s:17:\"arn:mayu küyeṉ\";'),('arn','messages:mcrundo-changed','s:89:\"es:La página ha sido cambiada desde que viste el diff. Por favor revisa el nuevo cambio.\";'),('arn','messages:mcrundo-missingparam','s:49:\"es:Faltan parámetros requeridos en la solicitud.\";'),('arn','messages:mcrundo-parse-failed','s:43:\"es:Error al analizar la nueva revisión: $1\";'),('arn','messages:mcrundofailed','s:20:\"es:Error al deshacer\";'),('arn','messages:mediastatistics','s:27:\"es:Estadísticas multimedia\";'),('arn','messages:mediastatistics-allbytes','s:110:\"es:Tamaño de archivo total para {{PLURAL|$3|el archivo|los $3 archivos}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2)\";'),('arn','messages:mediastatistics-bytespertype','s:134:\"es:Tamaño de archivo total para esta sección de {{PLURAL:$4|$4 archivo|$4 archivos}} ($5%): {{PLURAL|$1|$1 byte|$1 bytes}} ($2; $3).\";'),('arn','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('arn','messages:mediastatistics-header-archive','s:23:\"es:Formatos comprimidos\";'),('arn','messages:mediastatistics-header-audio','s:8:\"es:Audio\";'),('arn','messages:mediastatistics-header-bitmap','s:28:\"es:Imágenes de mapa de bits\";'),('arn','messages:mediastatistics-header-drawing','s:34:\"es:Dibujos (imágenes vectoriales)\";'),('arn','messages:mediastatistics-header-executable','s:14:\"es:Ejecutables\";'),('arn','messages:mediastatistics-header-multimedia','s:25:\"es:Multimedia enriquecida\";'),('arn','messages:mediastatistics-header-office','s:10:\"es:Oficina\";'),('arn','messages:mediastatistics-header-text','s:10:\"es:Textual\";'),('arn','messages:mediastatistics-header-total','s:21:\"es:Todos los archivos\";'),('arn','messages:mediastatistics-header-unknown','s:14:\"es:Desconocido\";'),('arn','messages:mediastatistics-header-video','s:10:\"es:Vídeos\";'),('arn','messages:mediastatistics-nbytes','s:53:\"es:{{PLURAL:$1|$1 \'\'byte\'\'|$1 \'\'bytes\'\'}} ($2; $3 %)\";'),('arn','messages:mediastatistics-nfiles','s:12:\"es:$1 ($2 %)\";'),('arn','messages:mediastatistics-summary','s:174:\"es:Estadísticas sobre los tipos de archivos cargados. Solo se tiene en cuenta la versión más reciente de cada archivo. Los archivos antiguos o eliminados están excluidos.\";'),('arn','messages:mediastatistics-table-count','s:22:\"es:Número de archivos\";'),('arn','messages:mediastatistics-table-extensions','s:23:\"es:Extensiones posibles\";'),('arn','messages:mediastatistics-table-mimetype','s:12:\"es:Tipo MIME\";'),('arn','messages:mediastatistics-table-totalbytes','s:20:\"es:Tamaño combinado\";'),('arn','messages:mediawarning','s:135:\"es:<strong>Atención:</strong> este archivo puede contener código malicioso.\nEjecutarlo podría comprometer la seguridad de tu equipo.\";'),('arn','messages:mediawikipage','s:30:\"arn:Adkintun werkün wülngiñ\";'),('arn','messages:mergehistory','s:23:\"es:Fusionar historiales\";'),('arn','messages:mergehistory-autocomment','s:37:\"es:Se ha fusionado [[:$1]] en [[:$2]]\";'),('arn','messages:mergehistory-box','s:44:\"es:Fusionar los historiales de dos páginas:\";'),('arn','messages:mergehistory-comment','s:41:\"es:Se ha fusionado [[:$1]] en [[:$2]]: $3\";'),('arn','messages:mergehistory-done','s:88:\"es:Se {{PLURAL:$4|fusionó una revisión|fusionaron $4 revisiones}} de $1 en [[:$2]]. $3\";'),('arn','messages:mergehistory-empty','s:33:\"es:No hay revisiones fusionables.\";'),('arn','messages:mergehistory-fail','s:107:\"es:No se puede realizar la fusión de historiales, por favor revisa la página y los parámetros de tiempo.\";'),('arn','messages:mergehistory-fail-bad-timestamp','s:34:\"es:El cronomarcador no es válido.\";'),('arn','messages:mergehistory-fail-invalid-dest','s:39:\"es:La página de destino no es válida.\";'),('arn','messages:mergehistory-fail-invalid-source','s:38:\"es:La página de origen no es válida.\";'),('arn','messages:mergehistory-fail-no-change','s:112:\"es:La fusión historiales no fusionó ninguna revisión. Vuelve a comprobar los parámetros de página y tiempo.\";'),('arn','messages:mergehistory-fail-permission','s:53:\"es:Permisos insuficientes para fusionar el historial.\";'),('arn','messages:mergehistory-fail-self-merge','s:49:\"es:Las páginas de origen y destino son la misma.\";'),('arn','messages:mergehistory-fail-timestamps-overlap','s:78:\"es:Las revisiones de origen se superponen o vienen después de las de destino.\";'),('arn','messages:mergehistory-fail-toobig','s:115:\"es:No se puede fusionar el historial ya que más del límite de $1 {{PLURAL:$1|revisión|revisiones}} se moverían.\";'),('arn','messages:mergehistory-from','s:21:\"es:Página de origen:\";'),('arn','messages:mergehistory-go','s:32:\"es:Mostrar ediciones fusionables\";'),('arn','messages:mergehistory-header','s:196:\"es:Esta página te permite fusionar revisiones del historial de una página origen con los de otra más reciente.\nAsegúrate de que los cambios mantendrán la continuidad histórica de la página.\";'),('arn','messages:mergehistory-into','s:22:\"es:Página de destino:\";'),('arn','messages:mergehistory-invalid-destination','s:53:\"es:La página destino ha de tener un título válido.\";'),('arn','messages:mergehistory-invalid-source','s:52:\"es:La página origen ha de tener un título válido.\";'),('arn','messages:mergehistory-list','s:36:\"es:Historial de ediciones fusionable\";'),('arn','messages:mergehistory-merge','s:275:\"es:Las siguientes revisiones de [[:$1]] pueden fusionarse con las de [[:$2]].\nUsa la columna de casillas para fusionar sólo las revisiones creadas en y antes de la fecha especificada.\nTen en cuenta que si cambias de página, se borrará la selección actual de esta columna.\";'),('arn','messages:mergehistory-no-destination','s:35:\"es:La página destino $1 no existe.\";'),('arn','messages:mergehistory-no-source','s:34:\"es:La página origen $1 no existe.\";'),('arn','messages:mergehistory-reason','s:10:\"arn:Dungu:\";'),('arn','messages:mergehistory-redirect-text','s:3:\"en:\";'),('arn','messages:mergehistory-revisionrow','s:29:\"es:$1 ($2) $3 — $4 $5 $6 $7\";'),('arn','messages:mergehistory-same-destination','s:55:\"es:Las páginas origen y destino no pueden ser la misma\";'),('arn','messages:mergehistory-source-deleted','s:154:\"es:Adicionalmente se ha borrado la página [[:$1]] porque no quedan revisiones visibles y su modelo de contenido no permite la creación de redirecciones.\";'),('arn','messages:mergehistory-source-deleted-reason','s:185:\"es:La página de origen ha sido borrada automáticamente tras la fusión de historiales porque su modelo de contenido no permite las redirecciones y no quedaban revisiones por trasladar\";'),('arn','messages:mergehistory-submit','s:22:\"es:Fusionar revisiones\";'),('arn','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('arn','messages:mergelog','s:31:\"arn:Kiñewkünun ñi wirintukun\";'),('arn','messages:mergelogpagetext','s:86:\"es:A continuación se muestra una lista de las fusiones de historiales más recientes.\";'),('arn','messages:metadata','s:13:\"arn:Zoy zungu\";'),('arn','messages:metadata-collapse','s:27:\"es:Ocultar datos detallados\";'),('arn','messages:metadata-expand','s:27:\"es:Mostrar datos detallados\";'),('arn','messages:metadata-fields','s:313:\"arn:Tüfachi adnentun ñi doy dungu tukungeay feychi adentun ñi wülngiñ, nülanmeu feychi trafla. \nKa dungu ellkangeay wünedullin reke.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('arn','messages:metadata-help','s:172:\"arn:Tüfachi eltukawün niey zoy zungu, püñamtulepey chey ti azentuwe zewman mew kam digitalkünungen mew. Kakünungepele chi wünen fey kiñeke zungu pepi ñamküleafuy.\";'),('arn','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('arn','messages:metadata-langitem-default','s:5:\"en:$1\";'),('arn','messages:mimesearch','s:21:\"es:Búsqueda por MIME\";'),('arn','messages:mimesearch-summary','s:129:\"es:Esta página permite el filtrado de archivos por su tipo MIME.\nEntrada: tipo/subtipo o tipo/*, p. ej. <code>image/jpeg</code>.\";'),('arn','messages:mimetype','s:13:\"es:Tipo MIME:\";'),('arn','messages:minimum-size','s:18:\"es:Tamaño mínimo\";'),('arn','messages:minlength1','s:57:\"es:Los nombres de archivo deben tener al menos una letra.\";'),('arn','messages:minoredit','s:28:\"arn:Püchin kümeelkünungey\";'),('arn','messages:minoreditletter','s:5:\"arn:p\";'),('arn','messages:minutes','s:37:\"es:{{PLURAL:$1|un minuto|$1 minutos}}\";'),('arn','messages:minutes-abbrev','s:6:\"es:$1m\";'),('arn','messages:minutes-ago','s:42:\"es:hace {{PLURAL:$1|un minuto|$1 minutos}}\";'),('arn','messages:missing-article','s:338:\"arn:Feychi ngülümdunguwe kintulay feychi wülngiñ ñi wirin, welu nienuafulu. Ñi üy ta \"$1\" $2.\n\nChi kiñe rakizuamün ta pünefalkülenuchi kalelu kam nülkükawlelu liftungepelu wülngiñ ñi rupañmael.\n\nFemnuale, welulkafuy feychi küzauwe. Feypimi tüfachi dungu kiñe [[Special:ListUsers/sysop|ngünefe]]. Wirituymi feychi URL.\";'),('arn','messages:missing-revision','s:289:\"es:La revisión n.º $1 de la página «{{FULLPAGENAME}}» no existe.\n\nEsto suele ocurrir cuando se sigue un enlace de historial obsoleto que apunta a una página ya borrada.\nPuedes encontrar detalles en el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\";'),('arn','messages:missing-revision-content','s:86:\"es:No se pudo cargar el contenido de la revisión #$1 de la página denominada «$2».\";'),('arn','messages:missing-revision-permission','s:227:\"es:La revisión #$1 pertenece a una página borrada. Puedes [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} verla]. Hay más detalles en el [{{fullurl:{{#Special:Log}}/delete|page=$3}} registro de borrados].\";'),('arn','messages:missingarticle-diff','s:20:\"arn:(Kangen: $1, $2)\";'),('arn','messages:missingarticle-rev','s:26:\"arn:(malün ñi rakin: $1)\";'),('arn','messages:missingcommentheader','s:143:\"es:<strong>Atención:</strong> no has escrito un asunto para este comentario.\nSi haces clic nuevamente en \"$1\" tu edición se grabará sin él.\";'),('arn','messages:missingcommenttext','s:25:\"es:Escribe un comentario.\";'),('arn','messages:missingsummary','s:135:\"es:<strong>Atención:</strong> no has escrito un resumen de edición.\nSi haces clic de nuevo en «$1» tu edición se grabará sin él.\";'),('arn','messages:mobile-frontend-account-create-captcha-placeholder','s:38:\"es:Escribe el código de confirmación\";'),('arn','messages:mobile-frontend-account-create-email-placeholder','s:47:\"es:Dirección de correo electrónico (opcional)\";'),('arn','messages:mobile-frontend-account-create-submit','s:14:\"es:Registrarse\";'),('arn','messages:mobile-frontend-app-title','s:26:\"es:Aplicación para móvil\";'),('arn','messages:mobile-frontend-back-to-top-of-section','s:25:\"es:Ir atrás una sección\";'),('arn','messages:mobile-frontend-browse-tags-header','s:12:\"es:Etiquetas\";'),('arn','messages:mobile-frontend-categories-add','s:27:\"es:Añadir a una categoría\";'),('arn','messages:mobile-frontend-categories-add-heading','s:64:\"es:<strong>Añadir<span> $1</span> a categorías nuevas</strong>\";'),('arn','messages:mobile-frontend-categories-add-wait','s:33:\"es:Guardando categorías. Espera.\";'),('arn','messages:mobile-frontend-categories-heading','s:31:\"es:<strong>Categorías</strong>\";'),('arn','messages:mobile-frontend-categories-hidden','s:17:\"es:Organizacional\";'),('arn','messages:mobile-frontend-categories-nocat','s:56:\"es:Esta página no pertenece a ninguna categoría, aún.\";'),('arn','messages:mobile-frontend-categories-nodata','s:77:\"es:Se ha producido un error. ¿Has añadido algunas categorías para guardar?\";'),('arn','messages:mobile-frontend-categories-nomatch','s:83:\"es:No se encontró ninguna categoría para tu búsqueda. Deberías probar con otra.\";'),('arn','messages:mobile-frontend-categories-normal','s:22:\"es:Basada en contenido\";'),('arn','messages:mobile-frontend-categories-search','s:21:\"es:Buscar categorías\";'),('arn','messages:mobile-frontend-categories-subheading','s:53:\"es:La página pertenece a las siguientes categorías:\";'),('arn','messages:mobile-frontend-categories-summary','s:25:\"es:Añadido a categorías\";'),('arn','messages:mobile-frontend-changeslist-ip','s:19:\"es:Usuario anónimo\";'),('arn','messages:mobile-frontend-changeslist-nocomment','s:26:\"es:sin resumen de edición\";'),('arn','messages:mobile-frontend-clear-search','s:10:\"es:Limpiar\";'),('arn','messages:mobile-frontend-commons-category-view','s:18:\"es:Imágenes de $1\";'),('arn','messages:mobile-frontend-console-recruit','s:285:\"es:\\o/ ¡Ey! Esto es software de código abierto y necesitamos voluntarios que nos ayuden a construirlo, mejorarlo y corregir los posibles errores que puedas encontrar en esta consola de JavaScript.\n\nPuedes ver el trabajo pendiente en https://phabricator.wikimedia.org/project/view/67/\";'),('arn','messages:mobile-frontend-contribution-summary','s:69:\"es:Todas las ediciones de {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('arn','messages:mobile-frontend-cookies-required','s:103:\"es:Se requieren \"cookies\" para cambiar los modos de visualización. Habilítalas y vuelve a intentarlo.\";'),('arn','messages:mobile-frontend-copyright','s:88:\"es:El contenido está disponible bajo la licencia $1, salvo que se indique lo contrario.\";'),('arn','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('arn','messages:mobile-frontend-desc','s:18:\"es:Interfaz móvil\";'),('arn','messages:mobile-frontend-diffview-404-desc','s:57:\"es:El identificador de la revisión solicitada no existe.\";'),('arn','messages:mobile-frontend-diffview-404-title','s:23:\"es:Revisión incorrecta\";'),('arn','messages:mobile-frontend-diffview-anonymous','s:19:\"es:Usuario anónimo\";'),('arn','messages:mobile-frontend-diffview-bytesadded','s:49:\"es:$1 {{PLURAL:$1|byte añadido|bytes añadidos}}\";'),('arn','messages:mobile-frontend-diffview-bytesnochange','s:30:\"es:No hay cambio en el tamaño\";'),('arn','messages:mobile-frontend-diffview-bytesremoved','s:51:\"es:$1 {{PLURAL:$1|byte eliminado|bytes eliminados}}\";'),('arn','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('arn','messages:mobile-frontend-diffview-editcount','s:49:\"es:<div>$1</div> {{PLURAL:$1|edición|ediciones}}\";'),('arn','messages:mobile-frontend-diffview-explained','s:61:\"es:Se añadieron (+) y eliminaron (-) las siguientes líneas:\";'),('arn','messages:mobile-frontend-diffview-title','s:10:\"es:Cambios\";'),('arn','messages:mobile-frontend-disable-images','s:52:\"es:Desactivar imágenes en la versión para móviles\";'),('arn','messages:mobile-frontend-dismiss-notification','s:32:\"es:desestimar esta notificación\";'),('arn','messages:mobile-frontend-donate-button-label','s:7:\"es:Dona\";'),('arn','messages:mobile-frontend-donate-image-anon','s:49:\"es:Inicia sesión para ver la página de subidas.\";'),('arn','messages:mobile-frontend-donate-image-heading','s:31:\"es:Tus contribuciones recientes\";'),('arn','messages:mobile-frontend-donate-image-login-action','s:140:\"es:<strong>Los archivos multimedia en {{SITENAME}} son donados por personas como tú.</strong><br />Inicia sesión para compartir los tuyos.\";'),('arn','messages:mobile-frontend-donate-image-nouploads','s:18:\"es:No hay subidas.\";'),('arn','messages:mobile-frontend-donate-image-signup-action','s:57:\"es:Regístrate para compartir tu multimedia con el mundo.\";'),('arn','messages:mobile-frontend-donate-image-title','s:10:\"es:Subidas\";'),('arn','messages:mobile-frontend-donate-photo-first-upload-success','s:42:\"es:¡Bien! ¡Gracias por tu primer aporte!\";'),('arn','messages:mobile-frontend-donate-photo-upload-success','s:57:\"es:¡Bien! ¡Ahora puedes usar tu imagen en {{SITENAME}}!\";'),('arn','messages:mobile-frontend-drawer-cancel','s:11:\"es:Cancelar\";'),('arn','messages:mobile-frontend-edit-login-action','s:82:\"es:<strong>Ayuda a mejorar {{SITENAME}}.</strong><br />Inicia sesión para editar.\";'),('arn','messages:mobile-frontend-edit-signup-action','s:79:\"es:<strong>Ayuda a mejorar {{SITENAME}}.</strong><br />Regístrate para editar.\";'),('arn','messages:mobile-frontend-editor-abusefilter-disallow','s:71:\"es:Esta edición no puede guardarse porque hemos detectado un problema.\";'),('arn','messages:mobile-frontend-editor-abusefilter-read-more','s:12:\"es:Leer más\";'),('arn','messages:mobile-frontend-editor-abusefilter-warning','s:100:\"es:Advertencia: ¿estás seguro que quieres guardar esta edición? Puede haber un problema con ella.\";'),('arn','messages:mobile-frontend-editor-add-reference','s:10:\"es:Añadir\";'),('arn','messages:mobile-frontend-editor-anon','s:29:\"es:Editar sin iniciar sesión\";'),('arn','messages:mobile-frontend-editor-anonwarning','s:285:\"es:<strong>Advertencia</strong>: no has iniciado sesión. Tu dirección IP será visible públicamente si haces cualquier edición. Si <strong>inicias sesión</strong> o <strong>creas una cuenta</strong>, tus ediciones se atribuirán a tu nombre de usuario, junto con otros beneficios.\";'),('arn','messages:mobile-frontend-editor-blocked-info','s:117:\"es:Tu dirección IP está bloqueada para editar. El bloqueo lo realizó {{GENDER:$1|$1}} por la siguiente razón: $2.\";'),('arn','messages:mobile-frontend-editor-blocked-info-loggedin','s:110:\"es:Tu cuenta está bloqueada para editar. El bloqueo lo realizó {{GENDER:$2|$2}} por el siguiente motivo: $1.\";'),('arn','messages:mobile-frontend-editor-bold','s:10:\"es:Negrita\";'),('arn','messages:mobile-frontend-editor-bold-text','s:19:\"es:Texto en negrita\";'),('arn','messages:mobile-frontend-editor-cancel','s:11:\"es:Cancelar\";'),('arn','messages:mobile-frontend-editor-cancel-confirm','s:44:\"es:¿Estás seguro de abandonar tu edición?\";'),('arn','messages:mobile-frontend-editor-captcha-try-again','s:43:\"es:Código incorrecto, inténtalo de nuevo.\";'),('arn','messages:mobile-frontend-editor-continue','s:12:\"es:Siguiente\";'),('arn','messages:mobile-frontend-editor-cta','s:38:\"es:¡Ayúdanos a mejorar esta página!\";'),('arn','messages:mobile-frontend-editor-disabled','s:58:\"es:Esta página está protegida para evitar el vandalismo.\";'),('arn','messages:mobile-frontend-editor-edit','s:14:\"arn:Kümeelün\";'),('arn','messages:mobile-frontend-editor-editing','s:11:\"es:Editando\";'),('arn','messages:mobile-frontend-editor-editing-page','s:51:\"es:<span><strong>Edición</strong> de «$1»</span>\";'),('arn','messages:mobile-frontend-editor-error','s:31:\"es:Error, edición no guardada.\";'),('arn','messages:mobile-frontend-editor-error-conflict','s:47:\"es:Error, otro usuario ha editado esta página.\";'),('arn','messages:mobile-frontend-editor-error-loading','s:41:\"es:Error, no se puede cargar la sección.\";'),('arn','messages:mobile-frontend-editor-error-preview','s:94:\"es:Error: ha sucedido algo inesperado al cargar la vista previa. Cierra y vuelve a intentarlo.\";'),('arn','messages:mobile-frontend-editor-insert-reference','s:26:\"es:Insertar una referencia\";'),('arn','messages:mobile-frontend-editor-italic','s:10:\"es:Cursiva\";'),('arn','messages:mobile-frontend-editor-italic-text','s:19:\"es:Texto en cursiva\";'),('arn','messages:mobile-frontend-editor-keep-editing','s:18:\"es:Seguir editando\";'),('arn','messages:mobile-frontend-editor-licensing','s:107:\"es:Al guardar los cambios, aceptas liberar tu contribución bajo {{PLURAL:$2|la licencia|las licencias}} $1\";'),('arn','messages:mobile-frontend-editor-licensing-with-terms','s:123:\"es:Al guardar, aceptas los $1 y a liberar tu contribución bajo los términos de {{PLURAL:$3|la licencia|las licencias}} $2\";'),('arn','messages:mobile-frontend-editor-new-page-confirm','s:92:\"es:¿Estás {{GENDER:$1|seguro|segura}} que quieres crear una página nueva en {{SITENAME}}?\";'),('arn','messages:mobile-frontend-editor-newpage-prompt','s:49:\"es:Esta página no existe. ¿Te animas a crearla?\";'),('arn','messages:mobile-frontend-editor-placeholder','s:61:\"es:Esta sección está vacía. ¡Sé el primero en ampliarla!\";'),('arn','messages:mobile-frontend-editor-placeholder-new-page','s:68:\"es:¡{{GENDER:$1|Estás creando}} una página nueva en {{SITENAME}}!\";'),('arn','messages:mobile-frontend-editor-previewing-page','s:61:\"es:<span><strong>Previsualización</strong><span>de $1</span>\";'),('arn','messages:mobile-frontend-editor-redirect-title','s:28:\"es:Redirigiendo al editor…\";'),('arn','messages:mobile-frontend-editor-redlink-create','s:16:\"es:Crear página\";'),('arn','messages:mobile-frontend-editor-redlink-explain','s:37:\"es:Esta página no se ha creado aún.\";'),('arn','messages:mobile-frontend-editor-redlink-leave','s:15:\"es:No, gracias.\";'),('arn','messages:mobile-frontend-editor-reference','s:13:\"es:Referencia\";'),('arn','messages:mobile-frontend-editor-reference-placeholder','s:27:\"es:¿Qué fuente prefieres?\";'),('arn','messages:mobile-frontend-editor-save','s:10:\"es:Guardar\";'),('arn','messages:mobile-frontend-editor-success','s:35:\"es:Se ha guardado tu modificación.\";'),('arn','messages:mobile-frontend-editor-success-landmark-1','s:55:\"es:¡Felicidades, ahora eres un editor de {{SITENAME}}!\";'),('arn','messages:mobile-frontend-editor-success-new-page','s:47:\"es:¡Felicidades, has creado una página nueva!\";'),('arn','messages:mobile-frontend-editor-summary','s:11:\"es:Resumen:\";'),('arn','messages:mobile-frontend-editor-summary-placeholder','s:68:\"es:Ejemplos: «error ortográfico corregido», «añadí contenido»\";'),('arn','messages:mobile-frontend-editor-summary-request','s:40:\"es:¿En qué forma mejoraste la página?\";'),('arn','messages:mobile-frontend-editor-switch-confirm','s:75:\"es:Debes guardar la modificación antes de cambiar a otro modo de edición.\";'),('arn','messages:mobile-frontend-editor-switch-editor','s:20:\"es:Cambiar de editor\";'),('arn','messages:mobile-frontend-editor-switch-visual-editor','s:31:\"es:Cambiar a la edición visual\";'),('arn','messages:mobile-frontend-editor-terms-link','s:24:\"es:[$1 Términos de uso]\";'),('arn','messages:mobile-frontend-editor-tutorial-cancel','s:14:\"es:No, gracias\";'),('arn','messages:mobile-frontend-editor-tutorial-confirm','s:19:\"es:Empezar a editar\";'),('arn','messages:mobile-frontend-editor-tutorial-summary','s:63:\"es:Ayuda a mejorar la página $1. <br />No le temas al código.\";'),('arn','messages:mobile-frontend-editor-unavailable','s:91:\"es:La edición a través del móvil no está disponible en este navegador. Prueba con otro.\";'),('arn','messages:mobile-frontend-editor-undo-unsupported','s:78:\"es:Actualmente no se admite la función Deshacer en los dispositivos móviles.\";'),('arn','messages:mobile-frontend-editor-uploadenable','s:52:\"es:Primero sube una foto para habilitar la edición.\";'),('arn','messages:mobile-frontend-editor-viewing-source-page','s:63:\"es:<strong>Viendo el código fuente de</strong><span> $1</span>\";'),('arn','messages:mobile-frontend-editor-wait','s:44:\"es:Guardando la edición, espera un momento.\";'),('arn','messages:mobile-frontend-enable-images','s:49:\"es:Activar imágenes en la versión para móviles\";'),('arn','messages:mobile-frontend-expand-sections-description','s:77:\"es:Siempre expandir todas las secciones cuando se navega a una página nueva.\";'),('arn','messages:mobile-frontend-expand-sections-status','s:31:\"es:Expandir todas las secciones\";'),('arn','messages:mobile-frontend-featured-article','s:29:\"es:Contenido destacado de hoy\";'),('arn','messages:mobile-frontend-first-upload-wizard-new-page-1','s:63:\"es:Las imágenes de {{SITENAME}} provienen de Wikimedia Commons\";'),('arn','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:55:\"es:Ayuda con tus imágenes. ¡Dale vida a {{SITENAME}}!\";'),('arn','messages:mobile-frontend-first-upload-wizard-new-page-2','s:132:\"es:Evita materiales con derechos de autor que hayas encontrado en Internet, así como imágenes de carteles, portadas de libro, etc.\";'),('arn','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:61:\"es:Tus imágenes ayudan a educar a la gente de todo el mundo.\";'),('arn','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:15:\"es:¿Entendido?\";'),('arn','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:9:\"es:¡Sí!\";'),('arn','messages:mobile-frontend-fontchanger-desc','s:73:\"es:Aumentar o disminuir el tamaño del texto para mejorar la legibilidad.\";'),('arn','messages:mobile-frontend-fontchanger-link','s:20:\"es:Tamaño del texto\";'),('arn','messages:mobile-frontend-footer-contact','s:11:\"es:Contacto\";'),('arn','messages:mobile-frontend-footer-sitename','s:15:\"es:{{SITENAME}}\";'),('arn','messages:mobile-frontend-generic-404-desc','s:50:\"es:No se encontró la página que estás buscando.\";'),('arn','messages:mobile-frontend-generic-404-title','s:36:\"es:Error: no se encontró la página\";'),('arn','messages:mobile-frontend-generic-login','s:57:\"es:Personas como tú son las que construyen {{SITENAME}}.\";'),('arn','messages:mobile-frontend-generic-login-action','s:34:\"es:Inicia sesión para contribuir.\";'),('arn','messages:mobile-frontend-generic-login-new','s:98:\"es:<strong>{{SITENAME}} está hecho por gente como tú.</strong><br />Regístrate para contribuir.\";'),('arn','messages:mobile-frontend-generic-signup-action','s:30:\"es:Regístrate para colaborar.\";'),('arn','messages:mobile-frontend-history','s:49:\"es:Ver el historial de ediciones de esta página.\";'),('arn','messages:mobile-frontend-history-404-desc','s:139:\"es:No se puede acceder al historial de una página que no existe. Esta podría haberse borrado o puedes haber seguido un enlace incorrecto.\";'),('arn','messages:mobile-frontend-history-404-title','s:23:\"es:La página no existe\";'),('arn','messages:mobile-frontend-history-no-results','s:67:\"es:El filtro siempre no encontró coincidencias en los historiales.\";'),('arn','messages:mobile-frontend-home-button','s:9:\"es:Inicio\";'),('arn','messages:mobile-frontend-image-cancel-confirm','s:31:\"es:¿Quieres cancelar la carga?\";'),('arn','messages:mobile-frontend-image-heading-describe','s:27:\"es:\'\'\'Describe\'\'\' la imagen\";'),('arn','messages:mobile-frontend-image-uploading','s:30:\"es:\'\'\'Cargando\'\'\' la imagen…\";'),('arn','messages:mobile-frontend-images-status','s:12:\"es:Imágenes\";'),('arn','messages:mobile-frontend-language-article-heading','s:22:\"es:Leer en otro idioma\";'),('arn','messages:mobile-frontend-language-header','s:67:\"es:Esta página está disponible en $1 {{PLURAL:$1|idioma|idiomas}}\";'),('arn','messages:mobile-frontend-language-heading','s:27:\"es:<strong>Idiomas</strong>\";'),('arn','messages:mobile-frontend-language-site-choose','s:21:\"es:Seleccionar idioma\";'),('arn','messages:mobile-frontend-language-variant-header','s:55:\"es:Elegir la variante del {{#language:{{CONTENTLANG}}}}\";'),('arn','messages:mobile-frontend-languages-404-desc','s:40:\"es:Debes especificar un título válido.\";'),('arn','messages:mobile-frontend-languages-404-title','s:19:\"es:Error de idiomas\";'),('arn','messages:mobile-frontend-languages-header','s:10:\"es:Idiomas\";'),('arn','messages:mobile-frontend-languages-header-page','s:15:\"es:$1 - Idiomas\";'),('arn','messages:mobile-frontend-languages-nonexistent-title','s:31:\"es:La página «$1» no existe.\";'),('arn','messages:mobile-frontend-languages-text','s:58:\"es:$1 está disponible en $2 {{PLURAL:$1|idioma|idiomas}}.\";'),('arn','messages:mobile-frontend-languages-variant-header','s:46:\"es:Variantes del {{#language:{{CONTENTLANG}}}}\";'),('arn','messages:mobile-frontend-last-modified-date','s:40:\"es:Última modificación el $1, a las $2\";'),('arn','messages:mobile-frontend-last-modified-days','s:60:\"es:Última modificación hace {{PLURAL:$1|$1 día|$1 días}}\";'),('arn','messages:mobile-frontend-last-modified-hours','s:60:\"es:Última modificación hace {{PLURAL:$1|$1 hora|$1 horas}}\";'),('arn','messages:mobile-frontend-last-modified-just-now','s:37:\"es:Última modificación: justo ahora\";'),('arn','messages:mobile-frontend-last-modified-minutes','s:64:\"es:Última modificación hace {{PLURAL:$1|$1 minuto|$1 minutos}}\";'),('arn','messages:mobile-frontend-last-modified-months','s:59:\"es:Última modificación hace {{PLURAL:$1|$1 mes|$1 meses}}\";'),('arn','messages:mobile-frontend-last-modified-seconds','s:66:\"es:Última modificación hace {{PLURAL:$1|$1 segundo|$1 segundos}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-days','s:122:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 día|$3 días}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-hours','s:122:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 hora|$3 horas}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-just-now','s:101:\"es:[$3 Última {{GENDER:$1|edición}}] hace instantes por {{PLURAL:$4|[$5 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-minutes','s:126:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 minuto|$3 minutos}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-months','s:121:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 mes|$3 meses}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-seconds','s:128:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 segundo|$3 segundos}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-with-user-years','s:122:\"es:[$4 Última {{GENDER:$1|edición}} hace {{PLURAL:$3|$3 año|$3 años}}] por {{PLURAL:$5|[$6 $2]|0=un usuario anónimo}}\";'),('arn','messages:mobile-frontend-last-modified-years','s:60:\"es:Última modificación hace {{PLURAL:$1|$1 año|$1 años}}\";'),('arn','messages:mobile-frontend-lead-image-tutorial-confirm','s:18:\"es:Comenzar subida\";'),('arn','messages:mobile-frontend-lead-image-tutorial-summary','s:118:\"es:Asegúrate de que la imagen ayuda a ilustrar la página. Debe ser de tu creación para no violar derechos de autor.\";'),('arn','messages:mobile-frontend-loading-message','s:14:\"es:Cargando…\";'),('arn','messages:mobile-frontend-logged-in-homepage-notification','s:22:\"es:¡Bienvenido/a, $1!\";'),('arn','messages:mobile-frontend-logged-in-toast-notification','s:32:\"es:Has iniciado sesión como $1.\";'),('arn','messages:mobile-frontend-logged-out','s:26:\"es:No has iniciado sesión\";'),('arn','messages:mobile-frontend-login','s:18:\"es:Iniciar sesión\";'),('arn','messages:mobile-frontend-main-menu','s:18:\"es:Menú principal\";'),('arn','messages:mobile-frontend-main-menu-account-create','s:19:\"es:Crear una cuenta\";'),('arn','messages:mobile-frontend-main-menu-back','s:11:\"es:Regresar\";'),('arn','messages:mobile-frontend-main-menu-button-tooltip','s:27:\"es:Abrir el menú principal\";'),('arn','messages:mobile-frontend-main-menu-featured','s:12:\"es:Destacado\";'),('arn','messages:mobile-frontend-main-menu-login','s:10:\"es:Acceder\";'),('arn','messages:mobile-frontend-main-menu-logout','s:17:\"es:Cerrar sesión\";'),('arn','messages:mobile-frontend-main-menu-nearby','s:10:\"es:Cercano\";'),('arn','messages:mobile-frontend-main-menu-page-title','s:24:\"es:Navegación del sitio\";'),('arn','messages:mobile-frontend-main-menu-settings','s:17:\"es:Configuración\";'),('arn','messages:mobile-frontend-main-menu-settings-heading','s:17:\"es:Configuración\";'),('arn','messages:mobile-frontend-main-menu-upload','s:10:\"es:Subidas\";'),('arn','messages:mobile-frontend-main-menu-watchlist','s:23:\"es:Lista de seguimiento\";'),('arn','messages:mobile-frontend-media-details','s:11:\"es:Detalles\";'),('arn','messages:mobile-frontend-media-license-link','s:30:\"es:Información de la licencia\";'),('arn','messages:mobile-frontend-meta-data-issues','s:26:\"es:Problemas de la página\";'),('arn','messages:mobile-frontend-meta-data-issues-categories','s:28:\"es:Acerca de esta categoría\";'),('arn','messages:mobile-frontend-meta-data-issues-header','s:14:\"es:Incidencias\";'),('arn','messages:mobile-frontend-meta-data-issues-header-talk','s:25:\"es:Acerca de esta página\";'),('arn','messages:mobile-frontend-meta-data-issues-talk','s:39:\"es:Acerca de esta página de discusión\";'),('arn','messages:mobile-frontend-missing-image','s:9:\"es:Imagen\";'),('arn','messages:mobile-frontend-nearby-distance','s:22:\"es:{{PLURAL:$1|$1 km}}\";'),('arn','messages:mobile-frontend-nearby-distance-meters','s:21:\"es:{{PLURAL:$1|$1 m}}\";'),('arn','messages:mobile-frontend-nearby-error','s:58:\"es:{{SITENAME}} Cercanas está teniendo algunos problemas.\";'),('arn','messages:mobile-frontend-nearby-error-guidance','s:37:\"es:Prueba a actualizar tu ubicación.\";'),('arn','messages:mobile-frontend-nearby-loading','s:49:\"es:Cargando temas cercanos a tu ubicación actual\";'),('arn','messages:mobile-frontend-nearby-lookup-ui-error','s:77:\"es:{{SITENAME}} Cercano no puede averiguar donde estás... ¿prueba de nuevo?\";'),('arn','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:47:\"es:Prueba en un área abierta con mejor señal.\";'),('arn','messages:mobile-frontend-nearby-noresults','s:73:\"es:Todo tranquilo aquí... No se encontraron páginas con temas cercanos.\";'),('arn','messages:mobile-frontend-nearby-noresults-guidance','s:80:\"es:Prueba a crear una página nueva o añadir una ubicación a una ya existente.\";'),('arn','messages:mobile-frontend-nearby-permission','s:69:\"es:{{SITENAME}} Nearby no tiene permiso para acceder a tu ubicación.\";'),('arn','messages:mobile-frontend-nearby-permission-guidance','s:136:\"es:Asegúrate de que has dado permiso para mostrar donde estás. Tal vez debas comprobar las preferencias de ubicación de tu navegador.\";'),('arn','messages:mobile-frontend-nearby-refresh','s:24:\"es:Actualizar ubicación\";'),('arn','messages:mobile-frontend-nearby-requirements','s:65:\"es:Lo sentimos, tu navegador web no admite {{SITENAME}} Cercanos.\";'),('arn','messages:mobile-frontend-nearby-requirements-guidance','s:70:\"es:Prueba con otro navegador o activa JavaScript si está desactivado.\";'),('arn','messages:mobile-frontend-nearby-sectiontext','s:33:\"es:Cerca del tema de esta página\";'),('arn','messages:mobile-frontend-nearby-title','s:11:\"es:Cercanos\";'),('arn','messages:mobile-frontend-news-items','s:13:\"es:Actualidad\";'),('arn','messages:mobile-frontend-opt-in-explain','s:137:\"es:Al probar la versión beta, obtendrás acceso a características experimentales, con el riesgo de encontrarse con errores y problemas.\";'),('arn','messages:mobile-frontend-overlay-close','s:9:\"es:Cerrar\";'),('arn','messages:mobile-frontend-overlay-continue','s:12:\"es:Continuar\";'),('arn','messages:mobile-frontend-page-edit-summary','s:55:\"es:<span><strong>Resumen de edición</strong> $1</span>\";'),('arn','messages:mobile-frontend-page-menu-contents','s:12:\"es:contenido\";'),('arn','messages:mobile-frontend-page-menu-history','s:12:\"es:Historial\";'),('arn','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('arn','messages:mobile-frontend-pageaction-edit-tooltip','s:52:\"es:Editar la sección introductoria de esta página.\";'),('arn','messages:mobile-frontend-pageaction-upload-tooltip','s:43:\"es:Subir una foto principal a esta página.\";'),('arn','messages:mobile-frontend-panel-betaoptin-msg','s:179:\"es:¿Quieres probar algunas funcionalidades nuevas? Al unirte a la beta, accederás a funcionalidades experimentales, con el riesgo de encontrarte con algunos errores y problemas.\";'),('arn','messages:mobile-frontend-panel-cancel','s:14:\"es:No, gracias\";'),('arn','messages:mobile-frontend-panel-ok','s:10:\"es:Aceptar\";'),('arn','messages:mobile-frontend-password','s:15:\"es:Contraseña:\";'),('arn','messages:mobile-frontend-password-confirm-placeholder','s:24:\"es:Confirmar contraseña\";'),('arn','messages:mobile-frontend-password-placeholder','s:14:\"es:Contraseña\";'),('arn','messages:mobile-frontend-photo-article-donate-comment','s:38:\"es:Imagen donada desde Special:Uploads\";'),('arn','messages:mobile-frontend-photo-article-edit-comment','s:54:\"es:Se ha añadido una imagen para su uso en la página\";'),('arn','messages:mobile-frontend-photo-caption-placeholder','s:35:\"es:Describe esta imagen (requerido)\";'),('arn','messages:mobile-frontend-photo-licensing','s:82:\"es:Al subir esta imagen, te comprometes a liberar a tu imagen bajo la licencia $1.\";'),('arn','messages:mobile-frontend-photo-licensing-with-terms','s:98:\"es:Al subir esta imagen, aceptas el $1 y te comprometes a liberar a tu imagen bajo la licencia $2.\";'),('arn','messages:mobile-frontend-photo-ownership','s:29:\"es:Yo, $1, creé esta imagen.\";'),('arn','messages:mobile-frontend-photo-ownership-confirm','s:12:\"es:Entendido\";'),('arn','messages:mobile-frontend-photo-ownership-help','s:25:\"es:¿Qué significa esto?\";'),('arn','messages:mobile-frontend-photo-submit','s:9:\"es:Cargar\";'),('arn','messages:mobile-frontend-photo-upload','s:35:\"es:Añade una imagen a esta página\";'),('arn','messages:mobile-frontend-photo-upload-anon','s:57:\"es:Inicia sesión para añadir una imagen a esta página.\";'),('arn','messages:mobile-frontend-photo-upload-comment','s:38:\"es:Se añadió una imagen a la página\";'),('arn','messages:mobile-frontend-photo-upload-copyvio','s:123:\"es:¡Advertenciaǃ Esta foto parece sospechosa. Si no has sido tu quien la ha tomado, no la subas. ¿Aun quieres continuar?\";'),('arn','messages:mobile-frontend-photo-upload-error','s:27:\"es:Error, intenta de nuevo.\";'),('arn','messages:mobile-frontend-photo-upload-error-file-type','s:34:\"es:Por favor, sube solo imágenes.\";'),('arn','messages:mobile-frontend-photo-upload-error-filename','s:50:\"es:Error, proporciona un resumen más descriptivo.\";'),('arn','messages:mobile-frontend-photo-upload-generic','s:28:\"es:Contribuir con una imagen\";'),('arn','messages:mobile-frontend-photo-upload-invalid-user','s:41:\"es:El usuario «$1» no está registrado.\";'),('arn','messages:mobile-frontend-photo-upload-success-article','s:52:\"es:¡Bien! Tu imagen ahora es visible en la página.\";'),('arn','messages:mobile-frontend-photo-upload-unavailable','s:48:\"es:Tu navegador no admite la carga de imágenes.\";'),('arn','messages:mobile-frontend-photo-upload-user-count','s:62:\"es:{{PLURAL:$1|<span>1</span> subida|<span>$1</span> subidas}}\";'),('arn','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"es:500+ subidas\";'),('arn','messages:mobile-frontend-placeholder','s:25:\"es:Buscar en {{SITENAME}}\";'),('arn','messages:mobile-frontend-placeholder-app','s:38:\"es:Buscar en {{SITENAME}} (aplic. web)\";'),('arn','messages:mobile-frontend-placeholder-beta','s:35:\"es:Búsqueda en {{SITENAME}} (Beta)\";'),('arn','messages:mobile-frontend-pointer-dismiss','s:12:\"es:Descartar\";'),('arn','messages:mobile-frontend-privacy-link-text','s:13:\"es:Privacidad\";'),('arn','messages:mobile-frontend-profile-activity-heading','s:21:\"es:Actividad reciente\";'),('arn','messages:mobile-frontend-profile-error','s:14:\"es:¡Oh, vaya!\";'),('arn','messages:mobile-frontend-profile-footer-ancient','s:151:\"es:Hizo [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('arn','messages:mobile-frontend-profile-footer-days','s:194:\"es:Se unió hace {{PLURAL:$2|1 día|$2 días}} con [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('arn','messages:mobile-frontend-profile-footer-months','s:201:\"es:Se unió hace más de {{PLURAL:$2|1 mes|$2 meses}} con [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('arn','messages:mobile-frontend-profile-footer-years','s:202:\"es:Se unió hace más de {{PLURAL:$2|1 año|$2 años}} con [[Special:Contributions/$1|{{PLURAL:$3|1 edición|$3 ediciones}}]] y [[Special:Uploads/$1|{{PLURAL:$4|1 subida|$4 subidas|500=500+ subidas}}]].\";'),('arn','messages:mobile-frontend-profile-last-edit','s:83:\"es:{{GENDER:$3|Editó}} la página [[:$1]], {{PLURAL:$2|ayer|hace $2 días|0=hoy}}.\";'),('arn','messages:mobile-frontend-profile-last-thank','s:92:\"es:{{GENDER:$2|Agradecido}} por última vez {{GENDER:$1|por}} [[Special:UserProfile/$1|$1]].\";'),('arn','messages:mobile-frontend-profile-noargs','s:96:\"es:No se proporcionó un nombre de usuario. Proporciona un nombre de usuario para ver el perfil.\";'),('arn','messages:mobile-frontend-profile-nouser','s:157:\"es:No existe ningún usuario con ese nombre. Los nombres de usuario distinguen mayúsculas de minúsculas, así que verifica si lo has escrito correctamente.\";'),('arn','messages:mobile-frontend-profile-title','s:20:\"es:Perfil de usuario\";'),('arn','messages:mobile-frontend-profile-userpage-link','s:62:\"es:Visitar la página {{GENDER:$1|del usuario|de la usuaria}}.\";'),('arn','messages:mobile-frontend-profile-usertalk','s:30:\"es:{{GENDER:$1|Hablar con $1}}\";'),('arn','messages:mobile-frontend-quick-lookup-looking','s:23:\"es:Búsqueda de «$1».\";'),('arn','messages:mobile-frontend-quick-lookup-no-results','s:48:\"es:No se encontró nada que coincida con «$1».\";'),('arn','messages:mobile-frontend-quick-lookup-not-internal','s:51:\"es:Este enlace no apunta a otro lugar en este wiki.\";'),('arn','messages:mobile-frontend-random-button','s:12:\"es:Aleatorio\";'),('arn','messages:mobile-frontend-references-citation','s:7:\"es:Cita\";'),('arn','messages:mobile-frontend-regular-site','s:22:\"es:Vista de escritorio\";'),('arn','messages:mobile-frontend-requires-mobile','s:136:\"es:Esta página solo está disponible para dispositivos móviles. Pulsa en el enlace de vista móvil en la parte inferior de la página.\";'),('arn','messages:mobile-frontend-requires-optin','s:125:\"en:This page is not available unless you opt into our beta mode. Visit the [[Special:MobileOptions|settings page]] to opt in.\";'),('arn','messages:mobile-frontend-requires-title','s:24:\"es:Página no disponible\";'),('arn','messages:mobile-frontend-save-error','s:90:\"es:Error al guardar la configuración. Asegúrate de que las «cookies» estén activadas.\";'),('arn','messages:mobile-frontend-save-settings','s:10:\"es:Guardar\";'),('arn','messages:mobile-frontend-saving-exit-page','s:130:\"es:Tu contribución está todavía guardándose. Si te vas, tus contribuciones se perderán. ¿Estás seguro de que quieres salir?\";'),('arn','messages:mobile-frontend-search-content','s:25:\"es:Buscar en las páginas\";'),('arn','messages:mobile-frontend-search-content-no-results','s:101:\"es:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' para comprobar si esta frase aparece en algún lugar.\";'),('arn','messages:mobile-frontend-search-feedback-link-text','s:25:\"es:Danos tus comentarios.\";'),('arn','messages:mobile-frontend-search-feedback-prompt','s:36:\"es:¿No encontraste lo que buscabas?\";'),('arn','messages:mobile-frontend-search-no-results','s:43:\"es:No hay ninguna página con este título.\";'),('arn','messages:mobile-frontend-search-submit','s:5:\"es:Ir\";'),('arn','messages:mobile-frontend-settings-beta','s:7:\"es:Beta\";'),('arn','messages:mobile-frontend-settings-images-explain','s:59:\"es:Cargar todas las imágenes que aparezcan en una página.\";'),('arn','messages:mobile-frontend-settings-site-description','s:129:\"es:{{SITENAME}} está disponible en  $1 {{PLURAL:$1|idioma|idiomas}}. Todas las versiones disponibles se enumeran a continuación\";'),('arn','messages:mobile-frontend-settings-site-header','s:26:\"es:Idiomas de {{SITENAME}}\";'),('arn','messages:mobile-frontend-sign-in-error-heading','s:10:\"es:¡Vaya!\";'),('arn','messages:mobile-frontend-sign-in-heading','s:18:\"es:Iniciar sesión\";'),('arn','messages:mobile-frontend-sign-in-why','s:72:\"es:Si tienes una cuenta en {{SITENAME}}, puedes acceder a continuación.\";'),('arn','messages:mobile-frontend-sign-up-heading','s:14:\"es:Registrarse\";'),('arn','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:28:\"es:¿Qué es lo que piensas?\";'),('arn','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:18:\"es:Asunto del tema\";'),('arn','messages:mobile-frontend-talk-add-overlay-submit','s:21:\"es:Añadir discusión\";'),('arn','messages:mobile-frontend-talk-back-to-filepage','s:26:\"es:Volver al archivo \"$1\".\";'),('arn','messages:mobile-frontend-talk-back-to-page','s:30:\"es:Regresar a la página \"$1\".\";'),('arn','messages:mobile-frontend-talk-back-to-projectpage','s:41:\"es:Volver a la página del proyecto \"$1\".\";'),('arn','messages:mobile-frontend-talk-back-to-userpage','s:71:\"es:Volver a la página \"{{GENDER:$1|del usuario $1|de la usuaria $1}}\".\";'),('arn','messages:mobile-frontend-talk-edit-summary','s:35:\"es:Sección de discusión nueva: $1\";'),('arn','messages:mobile-frontend-talk-explained','s:59:\"es:Las siguientes conversaciones están actualmente activas\";'),('arn','messages:mobile-frontend-talk-explained-empty','s:51:\"es:No hay ninguna conversación sobre esta página.\";'),('arn','messages:mobile-frontend-talk-fullpage','s:25:\"es:Leer como página wiki\";'),('arn','messages:mobile-frontend-talk-overlay-header','s:13:\"es:Discusión\";'),('arn','messages:mobile-frontend-talk-overlay-lead-header','s:25:\"es:Discusión sin título\";'),('arn','messages:mobile-frontend-talk-reply','s:12:\"es:Responder\";'),('arn','messages:mobile-frontend-talk-reply-info','s:90:\"es:Ten en cuenta que tu respuesta será firmada automáticamente con tu nombre de usuario.\";'),('arn','messages:mobile-frontend-talk-reply-success','s:75:\"es:Tu respuesta ha sido guardada correctamente en la página de discusión.\";'),('arn','messages:mobile-frontend-talk-topic-error','s:61:\"es:No se puede añadir el tema debido a un error desconocido.\";'),('arn','messages:mobile-frontend-talk-topic-error-badtoken','s:99:\"es:Ocurrió un error en el servidor. No se puede guardar tu edición. Prueba a recargar la página.\";'),('arn','messages:mobile-frontend-talk-topic-error-permission','s:75:\"es:No se puede añadir el tema. No tienes permiso para editar las páginas.\";'),('arn','messages:mobile-frontend-talk-topic-error-protected','s:92:\"es:Esta página de discusión está protegida: no tienes permiso para añadir temas en ella.\";'),('arn','messages:mobile-frontend-talk-topic-error-spam','s:89:\"es:Se rechazó el tema porque contenía un fragmento de material publicitario no deseado.\";'),('arn','messages:mobile-frontend-talk-topic-feedback','s:61:\"es:¡Se ha añadido un nuevo tema a la página de discusión!\";'),('arn','messages:mobile-frontend-talk-topic-wait','s:36:\"es:Guardando tu tema nuevo. Aguarda.\";'),('arn','messages:mobile-frontend-terms-text','s:19:\"es:Términos de uso\";'),('arn','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('arn','messages:mobile-frontend-thanked-notice','s:60:\"es:Se informó a $1 que te gustó {{GENDER:$2|su}} edición.\";'),('arn','messages:mobile-frontend-user-account','s:20:\"es:cuenta de usuario\";'),('arn','messages:mobile-frontend-user-button-tooltip','s:29:\"es:Mostrar mis notificaciones\";'),('arn','messages:mobile-frontend-user-cta','s:60:\"es:Inicia sesión o regístrate para ver tus notificaciones.\";'),('arn','messages:mobile-frontend-user-newmessages','s:53:\"es:Tienes nuevos mensajes en tu página de discusión\";'),('arn','messages:mobile-frontend-userlogin-loggedin-register','s:107:\"es:Ya estás {{GENDER:$1|conectado|conectada}} como $1.\nUsa el formulario de abajo para crear otro usuario.\";'),('arn','messages:mobile-frontend-username','s:21:\"es:Nombre de usuario:\";'),('arn','messages:mobile-frontend-username-placeholder','s:20:\"es:Nombre de usuario\";'),('arn','messages:mobile-frontend-view','s:25:\"es:Versión para móviles\";'),('arn','messages:mobile-frontend-view-desktop','s:13:\"es:Escritorio\";'),('arn','messages:mobile-frontend-view-mobile','s:9:\"es:Móvil\";'),('arn','messages:mobile-frontend-view-source','s:21:\"es:Ver código fuente\";'),('arn','messages:mobile-frontend-watch-login','s:39:\"es:Añade $1 a tu lista de seguimiento.\";'),('arn','messages:mobile-frontend-watchlist-a-z','s:8:\"es:Lista\";'),('arn','messages:mobile-frontend-watchlist-a-z-empty-howto','s:191:\"es:Actualmente no estás siguiendo ninguna página. Tu lista de seguimiento te ayuda a hacer un seguimiento de las páginas que te interesan. Vigila páginas pulsando el icono de la estrella.\";'),('arn','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:32:\"es:Pulsa en el icono de estrella\";'),('arn','messages:mobile-frontend-watchlist-add','s:59:\"es:Se ha añadido el artículo $1 a tu lista de seguimiento\";'),('arn','messages:mobile-frontend-watchlist-back-home','s:11:\"es:Regresar\";'),('arn','messages:mobile-frontend-watchlist-cta','s:83:\"es:Mantén esta página en seguimiento y todos los cambios que se realicen en ella.\";'),('arn','messages:mobile-frontend-watchlist-cta-button-login','s:18:\"es:Iniciar sesión\";'),('arn','messages:mobile-frontend-watchlist-cta-button-signup','s:14:\"es:Regístrate\";'),('arn','messages:mobile-frontend-watchlist-error','s:95:\"es:Ocurrió un problema al añadir esta página a la lista de seguimiento. Inténtalo de nuevo.\";'),('arn','messages:mobile-frontend-watchlist-feed','s:14:\"es:Modificadas\";'),('arn','messages:mobile-frontend-watchlist-feed-empty','s:41:\"es:No hay páginas con cambios recientes.\";'),('arn','messages:mobile-frontend-watchlist-filter-all','s:8:\"es:Todas\";'),('arn','messages:mobile-frontend-watchlist-filter-articles','s:11:\"es:Páginas\";'),('arn','messages:mobile-frontend-watchlist-filter-other','s:8:\"es:Otras\";'),('arn','messages:mobile-frontend-watchlist-filter-talk','s:13:\"es:Discusión\";'),('arn','messages:mobile-frontend-watchlist-login-action','s:33:\"es:Iniciar sesión para ver esto.\";'),('arn','messages:mobile-frontend-watchlist-more','s:7:\"es:más\";'),('arn','messages:mobile-frontend-watchlist-please-wait','s:61:\"es:Espera, la acción está tomando más tiempo del esperado.\";'),('arn','messages:mobile-frontend-watchlist-purpose','s:132:\"es:<strong>Una lista de seguimiento te ayuda a marcar páginas y seguir el rastro de sus cambios.</strong>Inicia sesión para verla.\";'),('arn','messages:mobile-frontend-watchlist-removed','s:48:\"es:Se ha eliminado $1 de tu lista de seguimiento\";'),('arn','messages:mobile-frontend-watchlist-signup-action','s:148:\"es:<strong>Una lista de seguimiento te ayuda a marcar páginas y seguir el rastro de sus cambios.</strong><br />Regístrate para comenzar una ahora.\";'),('arn','messages:mobile-frontend-watchlist-view','s:30:\"es:Ver tu lista de seguimiento\";'),('arn','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('arn','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('arn','messages:modeleditnotsupported-text','s:58:\"es:No se admite la edición en el modelo de contenidos $1.\";'),('arn','messages:modeleditnotsupported-title','s:27:\"es:No se admite la edición\";'),('arn','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('arn','messages:modifiedarticleprotection-comment','s:71:\"es:{{GENDER:$2|Cambió}} la configuración de protección de «[[$1]]»\";'),('arn','messages:mon','s:7:\"arn:lun\";'),('arn','messages:monday','s:8:\"arn:Lune\";'),('arn','messages:monday-at','s:20:\"es:el lunes a las $1\";'),('arn','messages:month','s:30:\"arn:Chem küyenh (ka rupachi):\";'),('arn','messages:months','s:32:\"es:{{PLURAL:$1|$1 mes|$1 meses}}\";'),('arn','messages:monthsall','s:9:\"arn:(kom)\";'),('arn','messages:moredotdotdot','s:10:\"arn:Doy...\";'),('arn','messages:morelinkstoimage','s:65:\"es:Mira [[Special:WhatLinksHere/$1|más enlaces]] a este archivo.\";'),('arn','messages:morenotlisted','s:37:\"es:Esta lista puede estar incompleta.\";'),('arn','messages:mostcategories','s:32:\"es:Páginas con más categorías\";'),('arn','messages:mostcategories-summary','s:3:\"en:\";'),('arn','messages:mostimages','s:26:\"es:Archivos más enlazados\";'),('arn','messages:mostimages-summary','s:3:\"en:\";'),('arn','messages:mostinterwikis','s:31:\"es:Páginas con más interwikis\";'),('arn','messages:mostinterwikis-summary','s:3:\"en:\";'),('arn','messages:mostlinked','s:26:\"es:Páginas más enlazadas\";'),('arn','messages:mostlinked-summary','s:3:\"en:\";'),('arn','messages:mostlinkedcategories','s:29:\"es:Categorías más enlazadas\";'),('arn','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('arn','messages:mostlinkedtemplates','s:29:\"es:Páginas más transcluidas\";'),('arn','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('arn','messages:mostrevisions','s:32:\"es:Artículos con más ediciones\";'),('arn','messages:mostrevisions-summary','s:3:\"en:\";'),('arn','messages:move','s:13:\"arn:Wiñamün\";'),('arn','messages:move-leave-redirect','s:25:\"es:Dejar una redirección\";'),('arn','messages:move-over-sharedrepo','s:121:\"es:[[:$1]] existe en un repositorio compartido. Trasladar el archivo a este título sobrescribirá el archivo compartido.\";'),('arn','messages:move-page','s:17:\"arn:Nengümün $1\";'),('arn','messages:move-page-legend','s:24:\"arn:Nengümün wülngiñ\";'),('arn','messages:move-redirect-text','s:3:\"en:\";'),('arn','messages:move-subpages','s:48:\"es:Intentar trasladar las subpáginas (hasta $1)\";'),('arn','messages:move-talk-subpages','s:62:\"es:Intentar trasladar las subpáginas de discusión (hasta $1)\";'),('arn','messages:move-watch','s:27:\"arn:Llaytun tüfachi pakina\";'),('arn','messages:movecategorypage-warning','s:223:\"es:<strong>Advertencia:</strong> estás a punto de trasladar una página de categoría. Ten en cuenta que se trasladará sólo la página, y las páginas en la antigua categoría <em>no</em> se recategorizarán en la nueva.\";'),('arn','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('arn','messages:moveddeleted-notice','s:85:\"arn:Tüfachi tapülh mülelay.\nNag mew pengey ñi liftun, kuñiwtun ka mülekünupun.\";'),('arn','messages:moveddeleted-notice-recent','s:197:\"es:Esta página se ha eliminado recientemente (durante las últimas 24 horas).\nA continuación, se muestra el registro de eliminaciones, protecciones y traslados de la página a modo de referencia.\";'),('arn','messages:movelogpage','s:25:\"arn:Nengümün wirintukun\";'),('arn','messages:movelogpagetext','s:56:\"es:Abajo se encuentra una lista de páginas trasladadas.\";'),('arn','messages:movenologintext','s:114:\"es:Es necesario ser usuario registrado y [[Special:UserLogin|haber accedido a tu cuenta]] para trasladar páginas.\";'),('arn','messages:movenosubpage','s:37:\"es:Esta página no tiene subpáginas.\";'),('arn','messages:movenotallowed','s:45:\"es:No tienes permiso para trasladar páginas.\";'),('arn','messages:movenotallowedfile','s:45:\"es:No tienes permiso para trasladar archivos.\";'),('arn','messages:movepage-delete-first','s:183:\"es:La página de destino tiene demasiadas revisiones a eliminar como parte de una página trasladada. Primero elimina la página de forma manual y a continuación inténtalo de nuevo.\";'),('arn','messages:movepage-invalid-target-title','s:38:\"es:El nombre solicitado no es válido.\";'),('arn','messages:movepage-max-pages','s:147:\"es:Se {{PLURAL:$1|ha trasladado un máximo de una página|han trasladado un máximo de $1 páginas}}, y no van a trasladarse más automáticamente.\";'),('arn','messages:movepage-moved','s:54:\"es:<strong>«$1» ha sido trasladada a «$2»</strong>\";'),('arn','messages:movepage-moved-noredirect','s:51:\"es:Se ha suprimido la creación de la redirección.\";'),('arn','messages:movepage-moved-redirect','s:33:\"es:Se ha creado una redirección.\";'),('arn','messages:movepage-page-exists','s:88:\"es:La página $1 ya existe, por lo que no se puede cambiarle el nombre automáticamente.\";'),('arn','messages:movepage-page-moved','s:41:\"es:La página $1 ha sido trasladada a $2.\";'),('arn','messages:movepage-page-unmoved','s:48:\"es:La página $1 no se ha podido trasladar a $2.\";'),('arn','messages:movepage-source-doesnt-exist','s:62:\"es:La página $1 no existe por lo que no puede ser trasladada.\";'),('arn','messages:movepage-summary','s:3:\"en:\";'),('arn','messages:movepagebtn','s:21:\"arn:Nengümün pakina\";'),('arn','messages:movepagetalktext','s:262:\"es:Si marcas esta casilla, la página de discusión asociada se trasladará automáticamente al título nuevo a menos que ya exista una página de discusión no vacía allí.\n\nEn este caso, deberás trasladar o fusionar manualmente la página si así lo quieres.\";'),('arn','messages:movepagetext','s:1036:\"es:Al usar el siguiente formulario, se renombrará una página y se trasladará todo su historial al nuevo nombre.\nEl título anterior se convertirá en una redirección al título nuevo.\nPuedes actualizar automáticamente las redirecciones que apuntan al título original.\nSi eliges no hacerlo, asegúrate de revisar posibles redirecciones [[Special:DoubleRedirects|dobles]] o [[Special:BrokenRedirects|incorrectas]].\nTú eres responsable de asegurarte de que los enlaces sigan apuntando adonde se supone que deberían hacerlo.\n\nRecuerda que la página <strong>no</strong> se trasladará si ya existe una página con el título nuevo, salvo que sea una redirección y no tenga historial de edición.\nEsto significa que podrás renombrar una página a su título original si has cometido un error, pero que no podrás sobrescribir una página existente.\n\n<strong>Nota:</strong>\nEste puede ser un cambio drástico e inesperado para una página popular; asegúrate de entender las consecuencias del procedimiento antes de seguir adelante.\";'),('arn','messages:movepagetext-noredirectfixer','s:920:\"es:Al usar el siguiente formulario, se renombrará una página y se trasladará todo su historial al nuevo nombre.\nEl título anterior se convertirá en una redirección al título nuevo.\nAsegúrate de no dejar [[Special:DoubleRedirects|redirecciones dobles]] o [[Special:BrokenRedirects|incorrectas]].\nTú eres responsable de asegurarte de que los enlaces sigan apuntando adonde se supone que deberían hacerlo.\n\nRecuerda que la página <strong>no</strong> se trasladará si ya existe una página con el título nuevo, salvo que sea una redirección y no tenga historial de edición.\nEsto significa que podrás renombrar una página a su título original si has cometido un error, pero que no podrás sobrescribir una página existente.\n\n<strong>Nota:</strong>\nEste puede ser un cambio drástico e inesperado para una página popular; asegúrate de entender las consecuencias del procedimiento antes de seguir adelante.\";'),('arn','messages:movepagetext-noredirectsupport','s:652:\"es:Al usar el siguiente formulario, se renombrará una página y se trasladará todo su historial al nuevo nombre.\nEres responsable de asegurarte de que todos los enlaces tras el traslado siguen apuntando hacia donde deberían.\n\nRecuerda que la página <strong>no</strong> se trasladará si ya existe una página con el título nuevo.\nEsto significa que podrás renombrar una página a su título original si has cometido un error, pero que no podrás sobrescribir una página existente.\n\n<strong>Nota:</strong>\nEste puede ser un cambio drástico e inesperado para una página popular;\nasegúrate de entender las consecuencias antes de seguir adelante.\";'),('arn','messages:movereason','s:10:\"arn:Zungu:\";'),('arn','messages:movesubpage','s:39:\"es:{{PLURAL:$1|Subpágina|Subpáginas}}\";'),('arn','messages:movesubpagetalktext','s:121:\"es:La página de discusión tiene $1 {{PLURAL:$1|subpágina que se muestra|subpáginas que se muestran}} a continuación.\";'),('arn','messages:movesubpagetalktext-truncated','s:123:\"es:La primera $1 {{PLURAL:$1| subpage|subpages}} para la página de discusión correspondiente se muestran a continuación.\";'),('arn','messages:movesubpagetext','s:90:\"es:Esta página tiene {{PLURAL:$1|la siguiente subpágina|las siguientes $1 subpáginas}}:\";'),('arn','messages:movesubpagetext-truncated','s:101:\"es:La primera $1 {{PLURAL:$1| subpágina|subpáginas}} para esta página se muestran a continuación.\";'),('arn','messages:movetalk','s:46:\"es:Renombrar la página de discusión asociada\";'),('arn','messages:movethispage','s:30:\"arn:Nengümün tüfachi pakina\";'),('arn','messages:moveuserpage-warning','s:173:\"es:<strong>Advertencia:</strong> estás a punto de trasladar una página de usuario. Ten en cuenta que solo se trasladará la página; el usuario <em>no</em> se renombrará.\";'),('arn','messages:mute-preferences','s:27:\"es:Preferencias de silencio\";'),('arn','messages:mw-widgets-abandonedit','s:74:\"es:¿Seguro que deseas abandonar el modo de edición sin publicar primero?\";'),('arn','messages:mw-widgets-abandonedit-discard','s:22:\"es:Descartar ediciones\";'),('arn','messages:mw-widgets-abandonedit-keep','s:21:\"es:Continuar editando\";'),('arn','messages:mw-widgets-abandonedit-title','s:12:\"es:¿Seguro?\";'),('arn','messages:mw-widgets-categoryselector-add-category-placeholder','s:28:\"es:Agregar una categoría...\";'),('arn','messages:mw-widgets-copytextlayout-copy','s:9:\"es:Copiar\";'),('arn','messages:mw-widgets-copytextlayout-copy-fail','s:40:\"es:No se pudo copiar en el portapapeles.\";'),('arn','messages:mw-widgets-copytextlayout-copy-success','s:30:\"es:Copiado en el portapapeles.\";'),('arn','messages:mw-widgets-dateinput-no-date','s:29:\"es:Ninguna fecha seleccionada\";'),('arn','messages:mw-widgets-dateinput-placeholder-day','s:13:\"es:AAAA-MM-DD\";'),('arn','messages:mw-widgets-dateinput-placeholder-month','s:10:\"es:AAAA-MM\";'),('arn','messages:mw-widgets-mediasearch-input-placeholder','s:20:\"es:Buscar multimedia\";'),('arn','messages:mw-widgets-mediasearch-noresults','s:35:\"es:No se han encontrado resultados.\";'),('arn','messages:mw-widgets-mediasearch-recent-uploads','s:38:\"es:{{GENDER:$1|Tus}} subidas recientes\";'),('arn','messages:mw-widgets-mediasearch-results-aria-label','s:36:\"es:Resultados de búsqueda de medios\";'),('arn','messages:mw-widgets-table-row-delete','s:16:\"es:Eliminar fila\";'),('arn','messages:mw-widgets-tagmultiselect-placeholder','s:18:\"es:Añadir más…\";'),('arn','messages:mw-widgets-titleinput-description-new-page','s:28:\"es:la página aún no existe\";'),('arn','messages:mw-widgets-titleinput-description-redirect','s:17:\"es:redirigir a $1\";'),('arn','messages:mw-widgets-titlesmultiselect-placeholder','s:18:\"es:Añadir más...\";'),('arn','messages:mw-widgets-usersmultiselect-placeholder','s:18:\"es:Añadir más…\";'),('arn','messages:mycontris','s:15:\"arn:Kellukontun\";'),('arn','messages:mycustomcssprotected','s:50:\"es:No tienes permiso para editar esta página CSS.\";'),('arn','messages:mycustomjsonprotected','s:51:\"es:No tienes permiso para editar esta página JSON.\";'),('arn','messages:mycustomjsprotected','s:57:\"es:No tienes permiso para editar esta página JavaScript.\";'),('arn','messages:mycustomjsredirectprotected','s:131:\"es:No tienes permiso para editar esta página JavaScript porque es una redirección y no apunta hacia tu propio espacio de usuario.\";'),('arn','messages:mypage','s:14:\"arn:Mi tapülh\";'),('arn','messages:mypreferences','s:12:\"arn:Zullikan\";'),('arn','messages:mypreferencesprotected','s:50:\"es:No tienes permiso para editar tus preferencias.\";'),('arn','messages:myprivateinfoprotected','s:57:\"es:No tienes permiso para editar tu información privada.\";'),('arn','messages:mytalk','s:15:\"arn:Nütramkawe\";'),('arn','messages:mywatchlist','s:21:\"arn:Tañi llaytun wif\";'),('arn','messages:namespace','s:22:\"arn:Üytun ñi wellin:\";'),('arn','messages:namespace-nosubpages','s:55:\"es:El espacio de nombres «$1» no permite subpáginas.\";'),('arn','messages:namespace_association','s:30:\"es:Espacio de nombres asociado\";'),('arn','messages:namespaceprotected','s:89:\"es:No tienes permiso para editar las páginas del espacio de nombres <strong>$1</strong>.\";'),('arn','messages:namespaces','s:21:\"arn:Üytun ñi wellin\";'),('arn','messages:namespacesall','s:7:\"arn:kom\";'),('arn','messages:nav-login-createaccount','s:27:\"arn:konkülen/dewman konün\";'),('arn','messages:navigation','s:12:\"arn:Miyawün\";'),('arn','messages:navigation-heading','s:12:\"arn:Chewngen\";'),('arn','messages:nbytes','s:25:\"arn:$1 {{PLURAL:$1 byte}}\";'),('arn','messages:ncategories','s:42:\"es:$1 {{PLURAL:$1|categoría|categorías}}\";'),('arn','messages:nchanges','s:42:\"arn:{{PLURAL:$1|kalekünuy|kalekünuy}} $1\";'),('arn','messages:nearby','s:38:\"es:Páginas sobre temas cercanos a tí\";'),('arn','messages:negative-namespace-not-supported','s:69:\"es:Los espacios de nombres con valores negativos no están permitidos\";'),('arn','messages:newarticle','s:8:\"arn:(We)\";'),('arn','messages:newarticletext','s:223:\"arn:Ngelay wirin tüfachi wülngiñ mew. \nPepillituam tüfachi wülngiñ, wirintuaymi nagpüle (pen [$1 kellu wülngiñ] nieael doy kimdungu).\nWelule tami küpan, tami amulzuguwe ñi <strong>wiñotun<strong> pütaftukuaymi.\";'),('arn','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('arn','messages:newimages','s:30:\"es:Galería de archivos nuevos\";'),('arn','messages:newimages-hidepatrolled','s:34:\"es:Ocultar las subidas verificadas\";'),('arn','messages:newimages-legend','s:9:\"es:Filtro\";'),('arn','messages:newimages-mediatype','s:17:\"es:Tipo de medio:\";'),('arn','messages:newimages-showbots','s:26:\"es:Mostrar subidas de bots\";'),('arn','messages:newimages-summary','s:79:\"es:Esta página especial muestra una galería de los últimos archivos subidos.\";'),('arn','messages:newimages-user','s:36:\"es:Dirección IP o nombre de usuario\";'),('arn','messages:newimagestext','s:4:\"en:-\";'),('arn','messages:newmessagesdifflinkplural','s:36:\"arn:inangechi {{PLURAL:$1|kakünun}}\";'),('arn','messages:newmessageslinkplural','s:49:\"arn:{{PLURAL:$1|kiñe we werkün|999=we werkün}}\";'),('arn','messages:newpage','s:14:\"arn:We tapülh\";'),('arn','messages:newpageletter','s:5:\"arn:W\";'),('arn','messages:newpages','s:14:\"arn:We tapülh\";'),('arn','messages:newpages-showhide-bots','s:10:\"es:$1 bots\";'),('arn','messages:newpages-showhide-patrolled','s:27:\"es:$1 ediciones verificadas\";'),('arn','messages:newpages-showhide-redirect','s:19:\"es:$1 redirecciones\";'),('arn','messages:newpages-showhide-registered','s:26:\"es:$1 usuarios registrados\";'),('arn','messages:newpages-submit','s:10:\"es:Mostrar\";'),('arn','messages:newpages-summary','s:3:\"en:\";'),('arn','messages:newpages-username','s:19:\"arn:Kellufe ñi üy\";'),('arn','messages:newpassword','s:14:\"arn:We nülawe\";'),('arn','messages:newsection','s:17:\"es:Sección nueva\";'),('arn','messages:newsection-page','s:21:\"es:Página de destino\";'),('arn','messages:newsection-submit','s:18:\"es:Ir a la página\";'),('arn','messages:newsection-summary','s:3:\"en:\";'),('arn','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('arn','messages:newsectionsummary','s:27:\"es:Sección nueva: /* $1 */\";'),('arn','messages:newtitle','s:11:\"arn:We üy:\";'),('arn','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('arn','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('arn','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('arn','messages:newuserlogpage','s:29:\"arn:We kellufe ñi wirintukun\";'),('arn','messages:newuserlogpagetext','s:48:\"es:Este es un registro de creación de usuarios.\";'),('arn','messages:newwindow','s:30:\"arn:(Nülay we konkintuwe mew)\";'),('arn','messages:next','s:6:\"es:sig\";'),('arn','messages:next-page','s:20:\"es:página siguiente\";'),('arn','messages:nextdiff','s:16:\"arn:We wirin →\";'),('arn','messages:nextn','s:28:\"arn:inalelu {{PLURAL:$1|$1}}\";'),('arn','messages:nextn-title','s:36:\"arn:Kangelu $1 {{PLURAL:$1|tripalu}}\";'),('arn','messages:nextpage','s:25:\"es:Página siguiente ($1)\";'),('arn','messages:nextrevision','s:17:\"arn:We malün →\";'),('arn','messages:nimagelinks','s:49:\"es:Usado en {{PLURAL:$1|una página|$1 páginas}}\";'),('arn','messages:ninterwikis','s:40:\"es:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('arn','messages:nlinks','s:34:\"es:$1 {{PLURAL:$1|enlace|enlaces}}\";'),('arn','messages:nmembers','s:30:\"arn:$1 {{PLURAL:$1|koneltulu}}\";'),('arn','messages:nmemberschanged','s:43:\"es:$1 → $2 {{PLURAL:$2|miembro|miembros}}\";'),('arn','messages:no-null-revision','s:65:\"es:No se pudo crear una nueva revisión nula en la página «$1»\";'),('arn','messages:noarticletext','s:333:\"arn:Iney no rume wirilay tüfachi tapülh mew. Eymi [[Special:Search/{{PAGENAME}}|pepi kintuaymi tüfachi üy]] kake tapülh mew,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} kintuaymi inafülkülelu wirintukun],\nkam [{{fullurl:{{FULLPAGENAME}}|action=edit}} pepi zewmayaymi tüfachi tapülh]</span>.\";'),('arn','messages:noarticletext-nopermission','s:304:\"arn:Wiringelay fewla tüfachi tapülh.\nPepi [[Special:Search/{{PAGENAME}}|kintuafimi fachi tapülh ñi üy]] kake tapülh mew, kam <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} kintuaymi inafülkülelu wirintukun mew]</span>, welu elungelaymi mi zewmayael tufachi tapülh.\";'),('arn','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('arn','messages:noautoblockblock','s:34:\"es:bloqueo automático desactivado\";'),('arn','messages:nocontribs','s:39:\"arn:Pengelay kakünun ta femngechilelu.\";'),('arn','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('arn','messages:nocookiesfornew','s:178:\"es:No se pudo crear la cuenta de usuario, porque no pudimos confirmar su origen.\nAsegúrate de que tienes las cookies activadas, luego recarga esta página e inténtalo de nuevo.\";'),('arn','messages:nocookieslogin','s:179:\"es:{{SITENAME}} utiliza <em>cookies</em> para la autenticación de usuarios. Las <em>cookies</em> están desactivadas en tu navegador. Por favor, actívalas e inténtalo de nuevo.\";'),('arn','messages:nocookiesnew','s:281:\"es:Se ha creado la cuenta de usuario, pero aún no has iniciado sesión.\n{{SITENAME}} usa <em>cookies</em> para identificar a los usuarios registrados.\nTu navegador tiene desactivadas las cookies.\nPor favor, actívalas e inicia sesión con tu nuevo nombre de usuario y contraseña.\";'),('arn','messages:nocreate-loggedin','s:48:\"es:No tienes permiso para crear páginas nuevas.\";'),('arn','messages:nocreatetext','s:180:\"es:{{SITENAME}} ha restringido la posibilidad de crear nuevas páginas.\nPuedes volver atrás y editar una página existente, [[Special:UserLogin|identificarte o crear una cuenta]].\";'),('arn','messages:nocredits','s:52:\"es:No hay información de créditos en esta página.\";'),('arn','messages:node-count-exceeded-category','s:47:\"es:Páginas que sobrepasan la cantidad de nodos\";'),('arn','messages:node-count-exceeded-category-desc','s:65:\"es:Esta página sobrepasa la cantidad máxima de nodos permitida.\";'),('arn','messages:node-count-exceeded-warning','s:43:\"es:La página sobrepasa el límite de nodos\";'),('arn','messages:noemail','s:71:\"es:No hay una dirección de correo electrónico registrada para «$1».\";'),('arn','messages:noemailcreate','s:72:\"es:Necesitas proporcionar una dirección de correo electrónico válida.\";'),('arn','messages:noemailprefs','s:80:\"es:Especifica una dirección electrónica para habilitar estas características.\";'),('arn','messages:noemailtext','s:81:\"es:Este usuario no ha especificado una dirección de correo electrónico válida.\";'),('arn','messages:noemailtitle','s:43:\"es:No hay dirección de correo electrónico\";'),('arn','messages:nohistory','s:49:\"es:No hay historial de ediciones de esta página.\";'),('arn','messages:noimages','s:23:\"es:No hay nada que ver.\";'),('arn','messages:noindex-category','s:29:\"arn:Tapülh mülenolu wif mew\";'),('arn','messages:noindex-category-desc','s:189:\"es:La página contiene la palabra mágica <code><nowiki>__NOINDEX__</nowiki></code> (y está en un espacio de nombres donde la función está activada); y por ello los robots no la indizan.\";'),('arn','messages:nolicense','s:27:\"arn:Chemnorume dullinnongey\";'),('arn','messages:nolinkshere','s:54:\"arn:Chem tapülh no rume trarintukulelay \'\'\'$2\'\'\' mew.\";'),('arn','messages:nolinkshere-ns','s:83:\"es:Ninguna página enlaza con <strong>$2</strong> en el espacio de nombres elegido.\";'),('arn','messages:nolinkstoimage','s:57:\"arn:Kiñe tapülh no rume pünelelay tüfachi eltukawün.\";'),('arn','messages:noname','s:54:\"es:No se ha especificado un nombre de usuario válido.\";'),('arn','messages:nonfile-cannot-move-to-file','s:85:\"es:No es posible trasladar lo que no es un archivo al espacio de nombres de archivos.\";'),('arn','messages:nonmain-slot-differences-therefore-readonly','s:195:\"es:No se puede editar el wikitexto en esta revisión, ya que ha habido cambios posteriores en los datos de la página que no están basados en wikitexto. Es posible [$1 restaurar esta revisión.]\";'),('arn','messages:nonnumeric-formatnum','s:50:\"es:Páginas con argumentos formatnum no numéricos\";'),('arn','messages:nonnumeric-formatnum-desc','s:86:\"es:La página contiene un argumento no numérico en la función sintáctica formatnum.\";'),('arn','messages:nonwrite-api-promise-error','s:110:\"es:La cabecera HTTP «Promise-Non-Write-API-Action» se ha enviado pero la petición no era una petición API.\";'),('arn','messages:nopagetext','s:53:\"es:La página destino que has especificado no existe.\";'),('arn','messages:nopagetitle','s:31:\"es:No existe la página destino\";'),('arn','messages:noscript.css','s:121:\"es:/* Los estilos CSS colocados aquí se aplicarán a los usuarios que hayan desactivado el JavaScript en su navegador */\";'),('arn','messages:nospecialpagetext','s:161:\"arn:<strong>Küpa konpeymi mülenolu kiñen tapülh mew.</strong>\n\nPepi pengey konfalchi kiñen tapülh tüfa mew: [[Special:SpecialPages|{{int:specialpages}}]].\";'),('arn','messages:nosuchaction','s:26:\"arn:Mülelay feychi femün\";'),('arn','messages:nosuchactiontext','s:215:\"es:La acción especificada en la URL no es válida.\nEs posible que hayas escrito mal la URL o que hayas seguido un enlace incorrecto.\nEsto también podría indicar un error en el software utilizado por {{SITENAME}}.\";'),('arn','messages:nosuchsectiontext','s:114:\"es:Has intentado editar una sección que no existe.\nQuizá ha sido movida o borrada mientras visitabas la página.\";'),('arn','messages:nosuchsectiontitle','s:25:\"es:Sección no encontrada\";'),('arn','messages:nosuchspecialpage','s:34:\"arn:Mülelay feychi kiñen tapülh\";'),('arn','messages:nosuchuser','s:198:\"es:No existe ninguna cuenta llamada «$1».\nLos nombres de usuario distinguen mayúsculas y minúsculas.\nComprueba que lo has escrito correctamente o [[Special:CreateAccount|crea una cuenta nueva]].\";'),('arn','messages:nosuchusershort','s:88:\"es:No existe ningún usuario llamado «$1». Comprueba que lo has escrito correctamente.\";'),('arn','messages:notanarticle','s:29:\"arn:Trokiñdungu wülngiñ nu\";'),('arn','messages:notargettext','s:76:\"es:No has especificado sobre qué página deseas llevar a cabo esta acción.\";'),('arn','messages:notargettitle','s:26:\"es:No hay página objetivo\";'),('arn','messages:note','s:25:\"es:<strong>Nota:</strong>\";'),('arn','messages:notextmatches','s:41:\"es:No hay resultados por texto de página\";'),('arn','messages:notificationemail_body_changed','s:253:\"es:Alguien, probablemente usted, desde la dirección IP $1,\nha cambiado la dirección de correo electrónico de la cuenta \"$2\" en {{SITENAME}} a \"$3\".\n\nSi no realizó usted este cambio, póngase en contacto con un administrador del sitio inmediatamente.\";'),('arn','messages:notificationemail_body_removed','s:254:\"es:Alguien, probablemente usted, desde la dirección IP $1 ha eliminado la dirección de correo electrónico asociada a la cuenta \"$2\" en {{SITENAME}}.\n\nSi no realizó usted este cambio, póngase en contacto con un administrador del sitio inmediatamente.\";'),('arn','messages:notificationemail_subject_changed','s:85:\"es:Tu dirección de correo electrónico registrada en {{SITENAME}} ha sido modificada\";'),('arn','messages:notificationemail_subject_removed','s:67:\"es:{{SITENAME}} dirección de correo electrónico ha sido eliminada\";'),('arn','messages:notloggedin','s:18:\"arn:Petu konlaymi.\";'),('arn','messages:notvisiblerev','s:63:\"es:La última revisión de un usuario diferente ha sido borrada\";'),('arn','messages:nouserspecified','s:42:\"es:Debes especificar un nombre de usuario.\";'),('arn','messages:nov','s:7:\"arn:nof\";'),('arn','messages:november','s:24:\"arn:nofiempüre küyeṉ\";'),('arn','messages:november-gen','s:23:\"arn:nofiempüre küyenh\";'),('arn','messages:nowatchlist','s:56:\"es:No tienes ninguna página en tu lista de seguimiento.\";'),('arn','messages:nowikiemailtext','s:78:\"es:Este usuario ha elegido no recibir correos electrónicos de otros usuarios.\";'),('arn','messages:nrevisions','s:40:\"es:$1 {{PLURAL:$1|revisión|revisiones}}\";'),('arn','messages:ns-specialprotected','s:47:\"es:No se pueden editar las páginas especiales.\";'),('arn','messages:nstab-category','s:11:\"arn:Trokiñ\";'),('arn','messages:nstab-help','s:11:\"arn:Kelluwe\";'),('arn','messages:nstab-image','s:14:\"arn:Eltukawün\";'),('arn','messages:nstab-main','s:14:\"arn:Aztapülh:\";'),('arn','messages:nstab-mainpage','s:18:\"arn:Ñizol Wvbgiñ\";'),('arn','messages:nstab-media','s:20:\"arn:Ad ñi wülngiñ\";'),('arn','messages:nstab-mediawiki','s:13:\"arn:Yefalzugu\";'),('arn','messages:nstab-project','s:25:\"arn:Deumandungu wülngiñ\";'),('arn','messages:nstab-special','s:17:\"arn:Wichu tapülh\";'),('arn','messages:nstab-talk','s:3:\"en:\";'),('arn','messages:nstab-template','s:10:\"arn:Azentu\";'),('arn','messages:nstab-user','s:39:\"arn:{{GENDER:$1|Pünekelu ñi tapülh}}\";'),('arn','messages:ntimes','s:7:\"en:$1×\";'),('arn','messages:ntransclusions','s:49:\"es:usado en {{PLURAL:$1|una página|$1 páginas}}\";'),('arn','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('arn','messages:oct','s:7:\"arn:ogt\";'),('arn','messages:october','s:19:\"arn:ogtufre küyenh\";'),('arn','messages:october-gen','s:19:\"arn:ogtufre küyenh\";'),('arn','messages:ok','s:9:\"arn:Feley\";'),('arn','messages:oldpassword','s:18:\"arn:Kuyfi nülawe:\";'),('arn','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('arn','messages:ooui-dialog-message-accept','s:9:\"arn:Feley\";'),('arn','messages:ooui-dialog-message-reject','s:13:\"arn:Katrütun\";'),('arn','messages:ooui-dialog-process-continue','s:11:\"arn:Amulepe\";'),('arn','messages:ooui-dialog-process-dismiss','s:12:\"es:Descartar\";'),('arn','messages:ooui-dialog-process-error','s:26:\"arn:Welulkaley kiñe zungu\";'),('arn','messages:ooui-dialog-process-retry','s:12:\"arn:Ka kiñe\";'),('arn','messages:ooui-field-help','s:10:\"arn:Kellun\";'),('arn','messages:ooui-item-remove','s:14:\"arn:Entukünun\";'),('arn','messages:ooui-outline-control-move-down','s:17:\"es:Bajar elemento\";'),('arn','messages:ooui-outline-control-move-up','s:17:\"es:Subir elemento\";'),('arn','messages:ooui-outline-control-remove','s:20:\"es:Eliminar elemento\";'),('arn','messages:ooui-popup-widget-close-button-aria-label','s:14:\"arn:Nürüfün\";'),('arn','messages:ooui-selectfile-button-select','s:27:\"arn:Zullin kiñe eltukawün\";'),('arn','messages:ooui-selectfile-button-select-multiple','s:21:\"arn:Zullin eltukawün\";'),('arn','messages:ooui-selectfile-dragdrop-placeholder','s:26:\"es:Suelta el archivo aquí\";'),('arn','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:24:\"es:Coloca archivos aquí\";'),('arn','messages:ooui-selectfile-not-supported','s:41:\"es:No se admite la selección de archivos\";'),('arn','messages:ooui-selectfile-placeholder','s:26:\"arn:Zullingelay eltukawün\";'),('arn','messages:ooui-toolbar-more','s:7:\"arn:Zoy\";'),('arn','messages:ooui-toolgroup-collapse','s:14:\"arn:Zoy Püchi\";'),('arn','messages:ooui-toolgroup-expand','s:7:\"arn:Zoy\";'),('arn','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('arn','messages:othercontribs','s:30:\"es:Basado en el trabajo de $1.\";'),('arn','messages:otherlanguages','s:15:\"arn:Kake zungun\";'),('arn','messages:others','s:8:\"arn:fill\";'),('arn','messages:overwrite','s:56:\"es:No está permitido sobrescribir un archivo existente.\";'),('arn','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('arn','messages:page-atom-feed','s:29:\"arn:$1 ñi Atom ñi amuldungu\";'),('arn','messages:page-rss-feed','s:28:\"arn:«$1» RSS ñi amuldungu\";'),('arn','messages:page_first','s:10:\"arn:wünen\";'),('arn','messages:page_last','s:11:\"es:últimas\";'),('arn','messages:pagecategories','s:25:\"arn:{{PLURAL:$1|Trokiñ}}\";'),('arn','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('arn','messages:pagedata-bad-title','s:35:\"es:El título «$1» no es válido.\";'),('arn','messages:pagedata-not-acceptable','s:71:\"es:No se ha encontrado un formato coincidente. Tipos MIME admitidos: $1\";'),('arn','messages:pagedata-text','s:332:\"es:Esta página provee una interfaz de datos a otras páginas. Por favor proporcione el título de la página en la URL usando la sintaxis de subpáginas.\n* La negociación del contenido se aplica en base a la cabecera Accept de su cliente. Esto significa que los datos de la página se proporcionarán en su formato de preferencia.\";'),('arn','messages:pagedata-title','s:22:\"es:Datos de la página\";'),('arn','messages:pagehist','s:17:\"arn:pünon pakina\";'),('arn','messages:pagehistory','s:26:\"es:Historial de la página\";'),('arn','messages:pagehistory-summary','s:3:\"en:\";'),('arn','messages:pageid','s:19:\"es:ID de página $1\";'),('arn','messages:pageinfo','s:32:\"es:Información sobre la página\";'),('arn','messages:pageinfo-article-id','s:30:\"es:Identificador de la página\";'),('arn','messages:pageinfo-authors','s:37:\"es:Número total de autores distintos\";'),('arn','messages:pageinfo-category-files','s:22:\"es:Número de archivos\";'),('arn','messages:pageinfo-category-info','s:32:\"es:Información de la categoría\";'),('arn','messages:pageinfo-category-pages','s:22:\"es:Número de páginas\";'),('arn','messages:pageinfo-category-subcats','s:28:\"es:Número de subcategorías\";'),('arn','messages:pageinfo-category-total','s:28:\"es:Número total de miembros\";'),('arn','messages:pageinfo-content-model','s:36:\"es:Modelo de contenido de la página\";'),('arn','messages:pageinfo-content-model-change','s:10:\"es:cambiar\";'),('arn','messages:pageinfo-contentpage','s:36:\"es:Contado como página de contenido\";'),('arn','messages:pageinfo-contentpage-yes','s:6:\"es:Sí\";'),('arn','messages:pageinfo-default-sort','s:41:\"es:Criterio de ordenación predeterminado\";'),('arn','messages:pageinfo-display-title','s:22:\"es:Título visualizado\";'),('arn','messages:pageinfo-edits','s:29:\"es:Número total de ediciones\";'),('arn','messages:pageinfo-few-visiting-watchers','s:64:\"es:Puede o no haber seguidores visitando las ediciones recientes\";'),('arn','messages:pageinfo-few-watchers','s:49:\"es:Menos de $1 {{PLURAL:$1|vigilante|vigilantes}}\";'),('arn','messages:pageinfo-file-hash','s:25:\"es:Resumen criptográfico\";'),('arn','messages:pageinfo-firsttime','s:35:\"es:Fecha de creación de la página\";'),('arn','messages:pageinfo-firstuser','s:24:\"es:Creador de la página\";'),('arn','messages:pageinfo-footer','s:4:\"en:-\";'),('arn','messages:pageinfo-header','s:4:\"en:-\";'),('arn','messages:pageinfo-header-basic','s:23:\"es:Información básica\";'),('arn','messages:pageinfo-header-edits','s:25:\"es:Historial de ediciones\";'),('arn','messages:pageinfo-header-properties','s:25:\"es:Propiedades de página\";'),('arn','messages:pageinfo-header-restrictions','s:25:\"es:Protección de página\";'),('arn','messages:pageinfo-hidden-categories','s:59:\"es:{{PLURAL:$1|Categoría oculta|Categorías ocultas}} ($1)\";'),('arn','messages:pageinfo-language','s:23:\"es:Idioma de la página\";'),('arn','messages:pageinfo-language-change','s:10:\"es:cambiar\";'),('arn','messages:pageinfo-lasttime','s:31:\"es:Fecha de la última edición\";'),('arn','messages:pageinfo-lastuser','s:17:\"es:Último editor\";'),('arn','messages:pageinfo-length','s:36:\"es:Longitud de la página (en bytes)\";'),('arn','messages:pageinfo-magic-words','s:55:\"es:{{PLURAL:$1|Palabra mágica|Palabras mágicas}} ($1)\";'),('arn','messages:pageinfo-namespace','s:21:\"es:Espacio de nombres\";'),('arn','messages:pageinfo-not-current','s:85:\"es:Lo sentimos, no es posible mostrar esta información para las revisiones antiguas.\";'),('arn','messages:pageinfo-protect-cascading','s:34:\"es:Protecciones en serie activadas\";'),('arn','messages:pageinfo-protect-cascading-from','s:34:\"es:Protecciones en serie activadas\";'),('arn','messages:pageinfo-protect-cascading-yes','s:6:\"es:Sí\";'),('arn','messages:pageinfo-recent-authors','s:41:\"es:Número de autores distintos recientes\";'),('arn','messages:pageinfo-recent-edits','s:54:\"es:Número de ediciones recientes (en los últimos $1)\";'),('arn','messages:pageinfo-redirects-name','s:42:\"es:Número de redirecciones a esta página\";'),('arn','messages:pageinfo-redirects-value','s:5:\"es:$1\";'),('arn','messages:pageinfo-redirectsto','s:13:\"es:Redirige a\";'),('arn','messages:pageinfo-redirectsto-info','s:15:\"es:Información\";'),('arn','messages:pageinfo-robot-index','s:12:\"es:Permitido\";'),('arn','messages:pageinfo-robot-noindex','s:15:\"es:No permitido\";'),('arn','messages:pageinfo-robot-policy','s:25:\"es:Indización por robots\";'),('arn','messages:pageinfo-subpages-name','s:30:\"es:Subpáginas de esta página\";'),('arn','messages:pageinfo-subpages-value','s:102:\"es:$1 ($2 {{PLURAL:$2|redirección|redirecciones}}; $3 {{PLURAL:$3|no redirección|no redirecciones}})\";'),('arn','messages:pageinfo-summary','s:3:\"en:\";'),('arn','messages:pageinfo-templates','s:61:\"es:{{PLURAL:$1|Plantilla incluida|Plantillas incluidas}} ($1)\";'),('arn','messages:pageinfo-title','s:25:\"es:Información de «$1»\";'),('arn','messages:pageinfo-toolboxlink','s:24:\"arn:Tapülh fillke zungu\";'),('arn','messages:pageinfo-transclusions','s:57:\"es:{{PLURAL:$1|Página incluida|Páginas incluidas}} ($1)\";'),('arn','messages:pageinfo-user-id','s:27:\"es:Identificador de usuario\";'),('arn','messages:pageinfo-view-protect-log','s:51:\"es:Ver el registro de protecciones de esta página.\";'),('arn','messages:pageinfo-visiting-watchers','s:76:\"es:Número de seguidores de la página que visitaron las ediciones recientes\";'),('arn','messages:pageinfo-watchers','s:45:\"es:Número de usuarios que vigilan la página\";'),('arn','messages:pagelang-db-failed','s:65:\"es:La base de datos no ha podido cambiar el idioma de la página.\";'),('arn','messages:pagelang-language','s:9:\"es:Idioma\";'),('arn','messages:pagelang-name','s:10:\"es:Página\";'),('arn','messages:pagelang-nonexistent-page','s:27:\"es:La página $1 no existe.\";'),('arn','messages:pagelang-reason','s:9:\"es:Motivo\";'),('arn','messages:pagelang-select-lang','s:21:\"es:Seleccionar idioma\";'),('arn','messages:pagelang-submit','s:9:\"es:Enviar\";'),('arn','messages:pagelang-unchanged-language','s:44:\"es:La página $1 ya está configurada en $2.\";'),('arn','messages:pagelang-unchanged-language-default','s:77:\"es:La página $1 ya está configurada en el idioma predeterminado de la wiki.\";'),('arn','messages:pagelang-use-default','s:36:\"es:Utilizar el idioma predeterminado\";'),('arn','messages:pagelanguage','s:34:\"es:Cambiar el idioma de la página\";'),('arn','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('arn','messages:pagemovedsub','s:32:\"es:Traslado realizado con éxito\";'),('arn','messages:pager-newer-n','s:26:\"arn:{{PLURAL: Kangelu $1}}\";'),('arn','messages:pager-older-n','s:26:\"arn:{{PLURAL: Rupachi $1}}\";'),('arn','messages:pagesize','s:10:\"es:(bytes)\";'),('arn','messages:pageswithprop','s:40:\"es:Páginas con una propiedad de página\";'),('arn','messages:pageswithprop-legend','s:40:\"es:Páginas con una propiedad de página\";'),('arn','messages:pageswithprop-prop','s:26:\"es:Nombre de la propiedad:\";'),('arn','messages:pageswithprop-prophidden-binary','s:44:\"es:valor de la propiedad binaria oculta ($1)\";'),('arn','messages:pageswithprop-prophidden-long','s:55:\"es:hay un largo valor en la propiedad texto oculta ($1)\";'),('arn','messages:pageswithprop-reverse','s:26:\"es:Ordenar en modo inverso\";'),('arn','messages:pageswithprop-sortbyvalue','s:33:\"es:Ordenar por valor de propiedad\";'),('arn','messages:pageswithprop-submit','s:5:\"es:Ir\";'),('arn','messages:pageswithprop-summary','s:3:\"en:\";'),('arn','messages:pageswithprop-text','s:83:\"es:Esta página muestra las páginas que usan una determinada propiedad de página.\";'),('arn','messages:pagetitle','s:20:\"es:$1 - {{SITENAME}}\";'),('arn','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('arn','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('arn','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('arn','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('arn','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('arn','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('arn','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('arn','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('arn','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('arn','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('arn','messages:paramvalidator-badtitle','s:105:\"es:Valor \"$2\" inválido para el parámetro de título <var>$1</var>: no es una cadena de título válida.\";'),('arn','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('arn','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('arn','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('arn','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('arn','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('arn','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('arn','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('arn','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('arn','messages:paramvalidator-baduser','s:77:\"es:El valor «$2» no es válido para el parámetro de usuario <var>$1</var>.\";'),('arn','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('arn','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('arn','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('arn','messages:paramvalidator-emptystring','s:19:\"es:la cadena vacía\";'),('arn','messages:paramvalidator-help-default','s:21:\"es:Predeterminado: $1\";'),('arn','messages:paramvalidator-help-default-empty','s:27:\"es:Predeterminado: (vacío)\";'),('arn','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('arn','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('arn','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('arn','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('arn','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('arn','messages:paramvalidator-help-required','s:34:\"es:Este parámetro es obligatorio.\";'),('arn','messages:paramvalidator-help-type-boolean','s:54:\"es:Tipo: {{PLURAL:$1|1=booleano|2=lista de booleanos}}\";'),('arn','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('arn','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('arn','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('arn','messages:paramvalidator-help-type-float','s:54:\"es:Tipo: {{PLURAL:$1|1=flotante|2=lista de flotantes}}\";'),('arn','messages:paramvalidator-help-type-integer','s:50:\"es:Tipo: {{PLURAL:$1|1=entero|2=lista de enteros}}\";'),('arn','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('arn','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('arn','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('arn','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('arn','messages:paramvalidator-help-type-presenceboolean','s:17:\"es:Tipo: booleano\";'),('arn','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('arn','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('arn','messages:paramvalidator-help-type-timestamp','s:65:\"es:Tipo: {{PLURAL:$1|1=cronomarcador|2=lista de cronomarcadores}}\";'),('arn','messages:paramvalidator-help-type-title','s:27:\"es:Tipo: título de página\";'),('arn','messages:paramvalidator-help-type-title-must-exist','s:37:\"es:Sólo acepta páginas que existen.\";'),('arn','messages:paramvalidator-help-type-title-no-must-exist','s:32:\"es:Acepta páginas inexistentes.\";'),('arn','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('arn','messages:paramvalidator-help-type-user','s:92:\"es:Tipo: {{PLURAL:$1|1=usuario|2=lista de usuarios}}, {{PLURAL:$3|por|por cualquiera de}} $2\";'),('arn','messages:paramvalidator-help-type-user-subtype-cidr','s:18:\"es:Intervalo de IP\";'),('arn','messages:paramvalidator-help-type-user-subtype-id','s:49:\"es:identificador de usuario (p. ej., «#12345»)\";'),('arn','messages:paramvalidator-help-type-user-subtype-interwiki','s:54:\"es:nombre interwiki (p. ej. \"prefijo>NombreDeEjemplo\")\";'),('arn','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"es:IP\";'),('arn','messages:paramvalidator-help-type-user-subtype-name','s:20:\"es:nombre de usuario\";'),('arn','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('arn','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('arn','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('arn','messages:paramvalidator-missingtitle','s:90:\"es:Valor \"$2\" inválido para el parámetro de título <var>$1</var>: la página no existe.\";'),('arn','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('arn','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('arn','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('arn','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('arn','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('arn','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('arn','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('arn','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('arn','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('arn','messages:parentheses','s:7:\"en:($1)\";'),('arn','messages:parentheses-end','s:4:\"en:)\";'),('arn','messages:parentheses-start','s:4:\"en:(\";'),('arn','messages:parser-template-loop-warning','s:48:\"es:Se ha detectado un bucle de plantilla: [[$1]]\";'),('arn','messages:parser-template-recursion-depth-warning','s:81:\"es:Se ha superado el límite de profundidad de la recursividad de plantillas ($1)\";'),('arn','messages:parser-unstrip-loop-warning','s:54:\"es:Se ha detectado un bucle en la función «unstrip»\";'),('arn','messages:parsoid-client-error','s:37:\"es:Parsoide de entrada no válido: $1\";'),('arn','messages:parsoid-resource-limit-exceeded','s:46:\"es:Límite de recursos de Parsoid excedido: $1\";'),('arn','messages:parsoid-stash-rate-limit-error','s:121:\"es:El almacenamiento ha fallado porque se ha superado el límite de velocidad. Por favor, inténtelo de nuevo más tarde.\";'),('arn','messages:password-change-forbidden','s:51:\"es:No puedes cambiar las contraseñas en esta wiki.\";'),('arn','messages:password-login-forbidden','s:70:\"es:El uso de este nombre de usuario y contraseña han sido prohibidos.\";'),('arn','messages:password-name-match','s:61:\"es:Tu contraseña debe ser diferente de tu nombre de usuario.\";'),('arn','messages:password-substring-username-match','s:66:\"es:Tu contraseña no debe aparecer dentro de tu nombre de usuario.\";'),('arn','messages:passwordincommonlist','s:115:\"es:La contraseña usada está en la lista de contraseñas más usadas. Por favor selecciona una contraseña única.\";'),('arn','messages:passwordpolicies','s:31:\"es:Normativas para contraseñas\";'),('arn','messages:passwordpolicies-group','s:8:\"es:Grupo\";'),('arn','messages:passwordpolicies-policies','s:13:\"es:Normativas\";'),('arn','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('arn','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('arn','messages:passwordpolicies-policy-maximalpasswordlength','s:77:\"es:La contraseña no puede tener más de $1 {{PLURAL:$1|caracter|caracteres}}\";'),('arn','messages:passwordpolicies-policy-minimalpasswordlength','s:75:\"es:La contraseña debe tener al menos $1 {{PLURAL:$1|carácter|caracteres}}\";'),('arn','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:102:\"es:La contraseña debe tener al menos $1 {{PLURAL:$1|carácter|caracteres}} para poder iniciar sesión\";'),('arn','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:58:\"es:La contraseña no puede ser parte del nombre de usuario\";'),('arn','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:91:\"es:La contraseña no puede coincidir con una lista concreta de contraseñas predeterminadas\";'),('arn','messages:passwordpolicies-policy-passwordnotincommonlist','s:85:\"es:La contraseña no puede estar en la lista de las 100 000 contraseñas más usadas.\";'),('arn','messages:passwordpolicies-policyflag-forcechange','s:38:\"es:debe cambiar al acceder a la cuenta\";'),('arn','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:40:\"es:sugerir cambio al acceder a la cuenta\";'),('arn','messages:passwordpolicies-summary','s:112:\"es:Esta es una lista de políticas de contraseñas efectivas para cada grupo de usuarios definidos en esta wiki.\";'),('arn','messages:passwordremindertext','s:526:\"es:Alguien (desde la dirección IP $1) solicitó el envío de una nueva contraseña para tu cuenta en {{SITENAME}} ($4). Se ha creado la siguiente contraseña temporal para el usuario «$2»: «$3». Si esto era tu intención, ahora puedes iniciar sesión y cambiar tu contraseña. Tu contraseña temporal caducará en {{PLURAL:$5|un día|$5 días}}.\n\nSi esta solicitud fue realizada por otra persona, o has recordado tu contraseña y ya no deseas cambiarla, puedes ignorar este mensaje y seguir usando tu contraseña antigua.\";'),('arn','messages:passwordremindertitle','s:47:\"es:Nueva contraseña temporal para {{SITENAME}}\";'),('arn','messages:passwordreset','s:20:\"arn:Zewmatun nülawe\";'),('arn','messages:passwordreset-disabled','s:70:\"es:Se ha desactivado el restablecimiento de contraseñas en esta wiki.\";'),('arn','messages:passwordreset-domain','s:11:\"es:Dominio:\";'),('arn','messages:passwordreset-email','s:37:\"es:Dirección de correo electrónico:\";'),('arn','messages:passwordreset-emaildisabled','s:72:\"es:Se han desactivado las funciones de correo electrónico en esta wiki.\";'),('arn','messages:passwordreset-emailelement','s:74:\"es:Nombre de {{GENDER:$1|usuario|usuaria}}: \n$1\n\nContraseña temporal: \n$2\";'),('arn','messages:passwordreset-emailtext-ip','s:666:\"es:Alguien (probablemente tú, desde la dirección IP $1) ha solicitado el restablecimiento de tu contraseña en {{SITENAME}} ($4). {{PLURAL:$3|La siguiente cuenta está asociada|Las siguientes cuentas están asociadas}}\na esta dirección de correo electrónico:\n\n$2\n\n{{PLURAL:$3|Esta contraseña temporal caducará|Estas contraseñas temporales caducarán}} dentro de {{PLURAL:$5|un día|$5 días}}.\nAhora puedes iniciar sesión y establecer una nueva contraseña. Si fue otra persona la que realizó esta solicitud, o si ya recuerdas tu contraseña original y, por tanto, no deseas cambiarla, puedes ignorar este mensaje y continuar usando tu contraseña anterior.\";'),('arn','messages:passwordreset-emailtext-require-email','s:394:\"es:Sin embargo, si no generaste esta solicitud y deseas evitar\nlos correos electrónicos no solicitados, es posible que\ndesees actualizar las opciones de correo electrónico en $1.\nPuedes requerir tanto el nombre de usuario como la dirección\nde correo electrónico para generar correos electrónicos de\nrestablecimiento de contraseña. Esto puede reducir el número\nde incidentes de este tipo.\";'),('arn','messages:passwordreset-emailtext-user','s:637:\"es:El usuario $1 de {{SITENAME}} solicitó el restablecimiento de tu contraseña en {{SITENAME}}\n($4). {{PLURAL:$3|La siguiente cuenta está asociada|Las siguientes cuentas están asociadas}} a esta dirección de correo electrónico:\n\n$2\n\n{{PLURAL:$3|Esta contraseña temporal caducará|Estas contraseñas temporales caducarán}} dentro de {{PLURAL:$5|un día|$5 días}}.\nAhora puedes iniciar sesión y establecer una nueva contraseña. Si fue otra persona la que realizó esta solicitud, o si ya recuerdas tu contraseña original y, por tanto, no deseas cambiarla, puedes ignorar este mensaje y continuar usando tu contraseña anterior.\";'),('arn','messages:passwordreset-emailtitle','s:40:\"es:Detalles de la cuenta en {{SITENAME}}\";'),('arn','messages:passwordreset-ignored','s:96:\"es:No se logró el reestablecimiento de la contraseña. ¿Tal vez no se configuró un proveedor?\";'),('arn','messages:passwordreset-nocaller','s:37:\"es:Debes proporcionar un interlocutor\";'),('arn','messages:passwordreset-nodata','s:90:\"es:No se ha proporcionado ni un nombre de usuario ni una dirección de correo electrónico\";'),('arn','messages:passwordreset-nosuchcaller','s:32:\"es:El interlocutor no existe: $1\";'),('arn','messages:passwordreset-success','s:53:\"es:Has solicitado un restablecimiento de contraseña.\";'),('arn','messages:passwordreset-success-details-generic','s:564:\"es:Si la información remitida es válida, se enviará un mensaje de restablecimiento de la contraseña. En caso de no recibir este mensaje, recomendamos visitar la [[mw:Special:MyLanguage/Help:Reset_password|página de ayuda sobre el restablecimiento de contraseñas]] o puedes intentarlo de nuevo más tarde. Solo puedes pedir un <strong>número limitado de restablecimientos de contraseña dentro de un corto período de tiempo. Únicamente se envía un mensaje de restablecimiento por cuenta válida durante un lapso de {{PLURAL:$1|$1 hora|$1 horas}}</strong>.\";'),('arn','messages:passwordreset-success-info','s:36:\"es:Los detalles que enviaste son: $1\";'),('arn','messages:passwordreset-text-many','s:105:\"es:{{PLURAL:$1|Rellena uno de los campos para recibir una contraseña temporal por correo electrónico.}}\";'),('arn','messages:passwordreset-text-one','s:90:\"es:Completa este formulario para recibir una contraseña temporal por correo electrónico.\";'),('arn','messages:passwordreset-username','s:21:\"es:Nombre de usuario:\";'),('arn','messages:passwordsent','s:122:\"es:Se ha enviado una nueva contraseña al correo electrónico de «$1».\nPor favor, identifícate de nuevo tras recibirla.\";'),('arn','messages:passwordtoolong','s:83:\"es:Las contraseñas no deben tener más de {{PLURAL:$1|1 carácter|$1 caracteres}}.\";'),('arn','messages:passwordtooshort','s:81:\"es:Las contraseñas deben tener al menos {{PLURAL:$1|1 carácter|$1 caracteres}}.\";'),('arn','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('arn','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('arn','messages:patrol-log-header','s:49:\"es:Este es un registro de revisiones verificadas.\";'),('arn','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('arn','messages:patrol-log-page','s:35:\"arn:Wüñokintun ñi ina wirintukun\";'),('arn','messages:pear-mail-error','s:5:\"en:$1\";'),('arn','messages:percent','s:12:\"es:$1&#160;%\";'),('arn','messages:perfcached','s:158:\"es:Los siguientes datos provienen de la caché y pueden no estar actualizados. La caché puede contener {{PLURAL:$1|un resultado|$1 resultados}} como máximo.\";'),('arn','messages:perfcachedts','s:175:\"es:Los siguientes datos provienen de la caché, y fueron actualizados por última vez a fecha de: $1. La caché contiene {{PLURAL:$4|un resultado|$4 resultados}} como máximo.\";'),('arn','messages:period-am','s:6:\"arn:AM\";'),('arn','messages:period-pm','s:6:\"arn:PM\";'),('arn','messages:permalink','s:25:\"arn:Mülekayalu xarintuku\";'),('arn','messages:permanentlink','s:20:\"es:Enlace permanente\";'),('arn','messages:permanentlink-revid','s:19:\"es:Id. de revisión\";'),('arn','messages:permanentlink-submit','s:20:\"es:Ir a la revisión\";'),('arn','messages:permanentlink-summary','s:3:\"en:\";'),('arn','messages:permissionserrors','s:26:\"arn:Welulkan eluzungungelu\";'),('arn','messages:permissionserrorstext','s:98:\"es:No tienes permiso para hacer eso, por {{PLURAL:$1|el siguiente motivo|los siguientes motivos}}:\";'),('arn','messages:permissionserrorstext-withaction','s:64:\"arn:Elungelaymi mi femael: $2. Tüfachi {{PLURAL:$1 zungu}} mew:\";'),('arn','messages:personaltools','s:27:\"arn:Kizungechi küzawpeyüm\";'),('arn','messages:php-mail-error','s:5:\"en:$1\";'),('arn','messages:php-mail-error-unknown','s:50:\"es:Error desconocido en la función mail() de PHP.\";'),('arn','messages:php-uploaddisabledtext','s:100:\"es:La subida de archivos está deshabilitada en PHP.\nComprueba la opción <code>file_uploads</code>.\";'),('arn','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('arn','messages:policy-url','s:21:\"es:Project:Políticas\";'),('arn','messages:pool-errorunknown','s:23:\"arn:Kimnoelchi welulkan\";'),('arn','messages:pool-queuefull','s:35:\"arn:Apoley küzaw ñi üngümpeyüm\";'),('arn','messages:pool-servererror','s:74:\"es:El servicio de gestión de procesos agrupados no está disponible ($1).\";'),('arn','messages:pool-timeout','s:43:\"arn:Fentrentuley ñi üngümün katrütuael\";'),('arn','messages:poolcounter-usage-error','s:19:\"es:Error de uso: $1\";'),('arn','messages:portal','s:24:\"arn:Lofche ñi wülngiñ\";'),('arn','messages:portal-url','s:32:\"arn:Project:Lofche ñi wülngiñ\";'),('arn','messages:post-expand-template-argument-category','s:42:\"arn:Wülngiñ nielu ayikenon adtükupeyüm\";'),('arn','messages:post-expand-template-argument-category-desc','s:183:\"es:Después de expandir un argumento de plantilla (cualquier cosa encerrada en tres llaves, como <code>{{{Foo}}}</code>), la página es más grande que <code>$wgMaxArticleSize</code>.\";'),('arn','messages:post-expand-template-argument-warning','s:122:\"arn:\'\'\'Ngüneltun:\'\'\' Tüfa mew, kiñe adtükupeyüm ta rume al\'un ñi chumtengen.\nRulpakünuy feychi kangelkülelu dungu.\";'),('arn','messages:post-expand-template-inclusion-category','s:46:\"arn:Tüfachi wülngiñ rume niey adtükupeyüm\";'),('arn','messages:post-expand-template-inclusion-category-desc','s:168:\"es:Después de expandir todas las plantillas, el tamaño de la página es más grande que <code>$wgMaxArticleSize</code>, así que algunas plantillas no se expandieron.\";'),('arn','messages:post-expand-template-inclusion-warning','s:84:\"arn:\'\'\'Ngüneltun:\'\'\' Adtükupeyüm rume al\'üy. Kiñeke aztükupeyüm nentutungeay.\";'),('arn','messages:postedit-confirmation-created','s:27:\"es:Se ha creado la página.\";'),('arn','messages:postedit-confirmation-published','s:27:\"es:Se publicó tu edición.\";'),('arn','messages:postedit-confirmation-restored','s:31:\"es:Se ha restaurado la página.\";'),('arn','messages:postedit-confirmation-saved','s:30:\"es:Se ha guardado tu edición.\";'),('arn','messages:postedit-temp-created','s:208:\"es:Se ha generado una cuenta de usuario de manera automática añadiendo una cookie a tu navegador. Para escoger tu propio nombre de usuario y disfrutar de otras características puedes [$1 crear una cuenta].\";'),('arn','messages:postedit-temp-created-label','s:18:\"es:Cuenta temporal\";'),('arn','messages:powersearch-legend','s:21:\"es:Búsqueda avanzada\";'),('arn','messages:powersearch-ns','s:37:\"es:Buscar en los espacios de nombres:\";'),('arn','messages:powersearch-remember','s:47:\"es:Recordar la selección en búsquedas futuras\";'),('arn','messages:powersearch-toggleall','s:8:\"es:Todos\";'),('arn','messages:powersearch-togglelabel','s:15:\"es:Seleccionar:\";'),('arn','messages:powersearch-togglenone','s:10:\"es:Ninguno\";'),('arn','messages:preferences','s:15:\"es:Preferencias\";'),('arn','messages:preferences-summary','s:3:\"en:\";'),('arn','messages:prefixindex','s:26:\"arn:Kom tapülh wema nielu\";'),('arn','messages:prefixindex-namespace','s:60:\"es:Todas las páginas con el prefijo (espacio de nombres $1)\";'),('arn','messages:prefixindex-strip','s:39:\"es:Ocultar el prefijo en los resultados\";'),('arn','messages:prefixindex-submit','s:10:\"es:Mostrar\";'),('arn','messages:prefixindex-summary','s:3:\"en:\";'),('arn','messages:prefs-advancedediting','s:21:\"es:Opciones generales\";'),('arn','messages:prefs-advancedrc','s:21:\"es:Opciones avanzadas\";'),('arn','messages:prefs-advancedrendering','s:21:\"es:Opciones avanzadas\";'),('arn','messages:prefs-advancedsearchoptions','s:21:\"es:Opciones avanzadas\";'),('arn','messages:prefs-advancedwatchlist','s:21:\"es:Opciones avanzadas\";'),('arn','messages:prefs-changeemail','s:58:\"es:Cambiar o eliminar la dirección de correo electrónico\";'),('arn','messages:prefs-changesrc','s:20:\"es:Cambios mostrados\";'),('arn','messages:prefs-changeswatchlist','s:20:\"es:Cambios mostrados\";'),('arn','messages:prefs-common-config','s:61:\"es:CSS/JSON/JavaScript compartido para todas las apariencias:\";'),('arn','messages:prefs-custom-css','s:20:\"es:CSS personalizado\";'),('arn','messages:prefs-custom-js','s:27:\"es:JavaScript personalizado\";'),('arn','messages:prefs-custom-json','s:21:\"es:JSON personalizado\";'),('arn','messages:prefs-dateformat','s:19:\"es:Formato de fecha\";'),('arn','messages:prefs-developertools','s:29:\"es:Herramientas de desarrollo\";'),('arn','messages:prefs-diffs','s:14:\"es:Diferencias\";'),('arn','messages:prefs-discussion','s:25:\"es:Páginas de discusión\";'),('arn','messages:prefs-displayrc','s:29:\"es:Opciones de visualización\";'),('arn','messages:prefs-displaywatchlist','s:29:\"es:Opciones de visualización\";'),('arn','messages:prefs-editing','s:9:\"arn:Wirin\";'),('arn','messages:prefs-editor','s:9:\"es:Editor\";'),('arn','messages:prefs-edits','s:16:\"arn:Rakin Wirin:\";'),('arn','messages:prefs-editwatchlist','s:30:\"es:Editar lista de seguimiento\";'),('arn','messages:prefs-editwatchlist-clear','s:33:\"es:Vaciar tu lista de seguimiento\";'),('arn','messages:prefs-editwatchlist-edit','s:55:\"es:Ver y quitar los títulos de tu lista de seguimiento\";'),('arn','messages:prefs-editwatchlist-label','s:46:\"es:Editar entradas de tu lista de seguimiento:\";'),('arn','messages:prefs-editwatchlist-raw','s:47:\"es:Editar tu lista de seguimiento en modo texto\";'),('arn','messages:prefs-email','s:34:\"es:Opciones de correo electrónico\";'),('arn','messages:prefs-emailconfirm-label','s:40:\"es:Confirmación de correo electrónico:\";'),('arn','messages:prefs-files','s:11:\"es:Archivos\";'),('arn','messages:prefs-help-email','s:98:\"arn:Mülelay mi eluael feychi werküwe, welu zuamafimi wüñoeltuael tami nülawe ngoyünienngelu.\";'),('arn','messages:prefs-help-email-others','s:124:\"arn:Müley kiñe lasun tami wülngiñ kam nütramkawe wülngiñ mew amulam werküwe mew. Tami werküwe ñi üy pengelngelay.\";'),('arn','messages:prefs-help-email-required','s:67:\"es:Es necesario proporcionar una dirección de correo electrónico.\";'),('arn','messages:prefs-help-gender','s:140:\"es:Este campo es opcional. El software lo utiliza para dirigirse a ti con el género gramatical apropiado. Esta información será pública.\";'),('arn','messages:prefs-help-prefershttps','s:65:\"es:Los cambios surtirán efecto en tu próximo inicio de sesión.\";'),('arn','messages:prefs-help-realname','s:95:\"es:El nombre real es opcional.\nSi lo proporcionas, se usará para dar atribución a tu trabajo.\";'),('arn','messages:prefs-help-recentchangescount','s:24:\"es:Número máximo: 1000\";'),('arn','messages:prefs-help-requireemail','s:87:\"es:Esto mejora la privacidad y ayuda a evitar los correos electrónicos no solicitados.\";'),('arn','messages:prefs-help-signature','s:155:\"es:Deberías firmar tus comentarios en páginas de discusión con «<nowiki>~~~~</nowiki>», que se convertirá en tu firma acompañada de la fecha y hora.\";'),('arn','messages:prefs-help-skin-responsive','s:58:\"es:Adapte el diseño al tamaño de la pantalla del móvil.\";'),('arn','messages:prefs-help-tokenmanagement','s:190:\"es:Puedes ver y reiniciar la clave secreta que te permite ver tu lista de seguimiento vía Web. Cualquier persona que conozca dicha clave podrá ver tu lista de seguimiento. No la compartas.\";'),('arn','messages:prefs-help-variant','s:104:\"es:Tu variante tipográfica u ortografía preferida para mostrar las páginas de contenido de esta wiki.\";'),('arn','messages:prefs-help-watchlist-token2','s:215:\"es:Esta es la clave secreta del suministro web de tu lista de seguimiento.\nCualquiera que la conozca podrá consultar la lista, así que no la compartas.\n[[Special:ResetTokens|Puedes restablecerla si lo necesitas]].\";'),('arn','messages:prefs-help-yourpassword','s:76:\"es:Se activó la recuperación de la cuenta. Consulta $1 para más opciones.\";'),('arn','messages:prefs-i18n','s:24:\"es:Internacionalización\";'),('arn','messages:prefs-info','s:23:\"es:Información básica\";'),('arn','messages:prefs-labs','s:27:\"es:Características de Labs\";'),('arn','messages:prefs-memberingroups','s:63:\"es:{{GENDER:$2|Miembro}} {{PLURAL:$1|del grupo|de los grupos}}:\";'),('arn','messages:prefs-memberingroups-type','s:5:\"es:$1\";'),('arn','messages:prefs-misc','s:9:\"es:Varias\";'),('arn','messages:prefs-namespaces','s:22:\"es:Espacios de nombres\";'),('arn','messages:prefs-pageswatchlist','s:18:\"es:Páginas vistas\";'),('arn','messages:prefs-personal','s:20:\"es:Perfil de usuario\";'),('arn','messages:prefs-preview','s:20:\"es:Previsualización\";'),('arn','messages:prefs-rc','s:20:\"es:Cambios recientes\";'),('arn','messages:prefs-registration','s:28:\"es:Fecha y hora de registro:\";'),('arn','messages:prefs-registration-date-time','s:5:\"es:$1\";'),('arn','messages:prefs-rendering','s:13:\"es:Apariencia\";'),('arn','messages:prefs-reset-confirm','s:44:\"es:Sí, quiero reiniciar mi configuraciones.\";'),('arn','messages:prefs-reset-intro','s:125:\"es:Puedes usar esta página para restaurar los valores predeterminados de tus preferencias.\nNo podrás deshacer esta acción.\";'),('arn','messages:prefs-resetpass','s:22:\"es:Cambiar contraseña\";'),('arn','messages:prefs-searchmisc','s:10:\"es:General\";'),('arn','messages:prefs-searchoptions','s:9:\"es:Buscar\";'),('arn','messages:prefs-setemail','s:51:\"es:Establecer una dirección de correo electrónico\";'),('arn','messages:prefs-signature','s:8:\"es:Firma\";'),('arn','messages:prefs-signature-error-details','s:18:\"es:Para saber más\";'),('arn','messages:prefs-signature-highlight-error','s:31:\"es:Mostrar ubicación del error\";'),('arn','messages:prefs-signature-invalid-disallow','s:118:\"es:La firma actual no es válida. Hasta que se corrija, se utilizará la firma predeterminada para firmar comentarios.\";'),('arn','messages:prefs-signature-invalid-new','s:102:\"es:Tu firma no es válida. Puedes seguir usándola pero no podrás cambiarla hasta que no la corrijas.\";'),('arn','messages:prefs-signature-invalid-warning','s:62:\"es:Tu firma podría causar problemas con algunas herramientas.\";'),('arn','messages:prefs-skin','s:13:\"es:Apariencia\";'),('arn','messages:prefs-skin-prefs','s:29:\"es:Preferencias de apariencia\";'),('arn','messages:prefs-skin-responsive','s:33:\"es:Habilitar el modo de respuesta\";'),('arn','messages:prefs-tabs-navigation-hint','s:129:\"es:Sugerencia: Puede utilizar las teclas de flecha izquierda y derecha para navegar entre las pestañas de la lista de pestañas.\";'),('arn','messages:prefs-timeoffset','s:21:\"es:Diferencia horaria\";'),('arn','messages:prefs-tokenwatchlist','s:8:\"es:Clave\";'),('arn','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('arn','messages:prefs-user-downloaddata-info','s:45:\"es:Mi información de cuenta de este proyecto\";'),('arn','messages:prefs-user-downloaddata-label','s:22:\"es:Datos de la cuenta:\";'),('arn','messages:prefs-user-pages','s:22:\"es:Páginas de usuario\";'),('arn','messages:prefs-user-restoreprefs-info','s:70:\"es:Restaurar la configuración predeterminada (en todas las secciones)\";'),('arn','messages:prefs-user-restoreprefs-label','s:21:\"es:Reiniciar ajustes:\";'),('arn','messages:prefs-vector-enable-vector-1-help','s:311:\"es:Durante los próximos años, actualizaremos gradualmente la piel Vector. La versión heredada de Vector te permitirá ver la versión anterior de Vector (a diciembre de 2019). Para obtener más información sobre las actualizaciones, ve a nuestra [[mw:Reading/Web/Desktop_Improvements|página del proyecto]].\";'),('arn','messages:prefs-vector-enable-vector-1-label','s:39:\"es:Utilizar versión heredada de Vector\";'),('arn','messages:prefs-watchlist','s:23:\"es:Lista de seguimiento\";'),('arn','messages:prefs-watchlist-days','s:59:\"es:Número de días que mostrar en la lista de seguimiento:\";'),('arn','messages:prefs-watchlist-days-max','s:38:\"es:Máximo $1 {{PLURAL:$1|día|días}}\";'),('arn','messages:prefs-watchlist-edits','s:69:\"es:Número máximo de ediciones a mostrar en la lista de seguimiento:\";'),('arn','messages:prefs-watchlist-edits-max','s:25:\"es:Cantidad máxima: 1000\";'),('arn','messages:prefs-watchlist-managetokens','s:19:\"es:Gestionar fichas\";'),('arn','messages:prefs-watchlist-token','s:33:\"es:Clave de lista de seguimiento:\";'),('arn','messages:prefsnologintext2','s:66:\"es:Es necesario acceder para cambiar las preferencias del usuario.\";'),('arn','messages:prev-page','s:19:\"es:página anterior\";'),('arn','messages:preview','s:19:\"arn:Pen chum müley\";'),('arn','messages:previewconflict','s:124:\"es:Esta previsualización muestra cómo aparecerá el texto en el área de edición superior una vez publicados los cambios.\";'),('arn','messages:previewerrortext','s:66:\"es:Se ha producido un error al intentar previsualizar tus cambios.\";'),('arn','messages:previewnote','s:98:\"arn:<strong>Ngoymakilnge tüfa no ta af pengelkawe.</strong>\nPetu pengelzugulayaymi tami kakünun!\";'),('arn','messages:previousdiff','s:33:\"arn:← Kuyfi kümeelkünun wirin\";'),('arn','messages:previousrevision','s:22:\"arn:← Rupachi malün\";'),('arn','messages:prevn','s:28:\"arn:rupachi {{PLURAL:$1|$1}}\";'),('arn','messages:prevn-title','s:33:\"arn:Rupachi {{PLURAL:$1|tripalu}}\";'),('arn','messages:prevpage','s:24:\"es:Página anterior ($1)\";'),('arn','messages:print','s:15:\"arn:Wirinentupe\";'),('arn','messages:print.css','s:65:\"es:/* Los estilos CSS colocados aquí afectarán la impresión */\";'),('arn','messages:printableversion','s:19:\"arn:Wirinentufal az\";'),('arn','messages:printableversion-deprecated-warning','s:206:\"es:La versión para imprimir ya no se admite y puede contener errores de representación. Actualiza los marcadores del navegador y utiliza en su lugar la función de impresión predeterminada del navegador.\";'),('arn','messages:privacy','s:25:\"arn:Kuñiwtun kimel zungu\";'),('arn','messages:privacypage','s:33:\"arn:Project:Kuñiwtun kimel zungu\";'),('arn','messages:prot_1movedto2','s:34:\"arn:[[$1]] wiñamngey [[$2]] püle\";'),('arn','messages:protect','s:17:\"arn:Nürüfkünun\";'),('arn','messages:protect-badnamespace-text','s:67:\"es:Las páginas de este espacio de nombres no pueden ser protegidas\";'),('arn','messages:protect-badnamespace-title','s:35:\"es:Espacio de nombres no protegible\";'),('arn','messages:protect-cantedit','s:108:\"es:No puedes cambiar las preferencias de protección de esta página porque no tienes permiso para editarla.\";'),('arn','messages:protect-cascade','s:75:\"es:Protección en cascada - proteger todas las páginas incluidas en ésta.\";'),('arn','messages:protect-cascadeon','s:312:\"es:Actualmente esta página está protegida porque está transcluida en {{PLURAL:$1|la siguiente página, que tiene|las siguientes páginas, que tienen}} activada la opción de protección de cascada.\nPuedes cambiar la configuración de protección de esta página, pero no afectará a la protección de cascada.\";'),('arn','messages:protect-default','s:25:\"arn:Mülefali kom pünefe\";'),('arn','messages:protect-dropdown','s:120:\"es:*Razones de protección habituales\n**Vandalismo excesivo\n**Spam excesivo\n**Guerra de ediciones\n**Página muy visitada\";'),('arn','messages:protect-edit-reasonlist','s:32:\"es:Editar motivos de protección\";'),('arn','messages:protect-existing-expiry','s:41:\"es:Fecha de caducidad actual: $2 a las $3\";'),('arn','messages:protect-existing-expiry-infinity','s:42:\"es:Tiempo de caducidad existente: infinito\";'),('arn','messages:protect-expiring','s:21:\"es:expira el $1 (UTC)\";'),('arn','messages:protect-expiring-local','s:15:\"es:expira el $1\";'),('arn','messages:protect-expiry-indefinite','s:13:\"es:indefinido\";'),('arn','messages:protect-expiry-options','s:158:\"arn:1 ora:1 hour,1 aṉtü:1 day,1 semana:1 week,2 semanas:2 weeks,1 küyeṉ:1 month,3 küyeṉ:3 months,6 küyeṉ:6 months,1 tripantu:1 year,Rumel:infinite\";'),('arn','messages:protect-fallback','s:47:\"es:Solo permitir usuarios con el permiso «$1»\";'),('arn','messages:protect-legend','s:24:\"es:Confirmar protección\";'),('arn','messages:protect-level-autoconfirmed','s:41:\"es:Permitir solo usuarios autoconfirmados\";'),('arn','messages:protect-level-sysop','s:24:\"arn:Pu ngünefe müṯen\";'),('arn','messages:protect-locked-access','s:178:\"es:Tu cuenta no tiene permiso para cambiar las configuraciones de protección de una página.\nA continuación se muestran las opciones actuales de la página <strong>$1</strong>:\";'),('arn','messages:protect-locked-blocked','s:157:\"es:No puedes cambiar la configuración de protección estando bloqueado.\nA continuación se muestran las opciones actuales de la página <strong>$1</strong>:\";'),('arn','messages:protect-locked-dblock','s:191:\"es:Las configuraciones de protección no se pueden cambiar debido a un bloqueo activo de la base de datos.\nA continuación se muestran las opciones actuales de la página <strong>$1</strong>:\";'),('arn','messages:protect-norestrictiontypes-text','s:91:\"es:Esta página no se puede proteger ya que no hay ningún tipo de restricción disponible.\";'),('arn','messages:protect-norestrictiontypes-title','s:24:\"es:Página no protegible\";'),('arn','messages:protect-otherreason','s:15:\"es:Otra razón:\";'),('arn','messages:protect-otherreason-op','s:14:\"es:Otro motivo\";'),('arn','messages:protect-othertime','s:15:\"es:Otro tiempo:\";'),('arn','messages:protect-othertime-op','s:18:\"es:en otro momento\";'),('arn','messages:protect-summary-cascade','s:13:\"arn:Trayengko\";'),('arn','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('arn','messages:protect-text','s:99:\"es:Aquí puedes ver y modificar la configuración de protección de la página <strong>$1</strong>.\";'),('arn','messages:protect-title','s:53:\"es:Cambiar la configuración de protección de «$1»\";'),('arn','messages:protect-title-notallowed','s:49:\"es:Ver la configuración de protección de «$1»\";'),('arn','messages:protect-unchain-permissions','s:50:\"es:Desbloquear opciones de protección adicionales\";'),('arn','messages:protect_change','s:14:\"arn:kalekünun\";'),('arn','messages:protect_expiry_invalid','s:36:\"es:Tiempo de expiración incorrecto.\";'),('arn','messages:protect_expiry_old','s:47:\"es:El tiempo de expiración está en el pasado.\";'),('arn','messages:protectcomment','s:10:\"es:Motivo:\";'),('arn','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('arn','messages:protectedarticle-comment','s:37:\"es:{{GENDER:$2|Protegió}} «[[$1]]»\";'),('arn','messages:protectedinterface','s:272:\"es:Esta página proporciona el texto de la interfaz del software en esta wiki y está protegido para evitar abusos.\nPara agregar o cambiar las traducciones para todas las wikis, usa [https://translatewiki.net/ translatewiki.net], el proyecto de localización de MediaWiki.\";'),('arn','messages:protectedpage','s:31:\"arn:Nürüfkünungelu wülngiñ\";'),('arn','messages:protectedpagemovewarning','s:228:\"es:<strong>Advertencia:</strong> esta página ha sido protegida de tal manera que solamente usuarios con privilegios de administrador puedan trasladarla.\nA continuación se muestra la última entrada de registro como referencia:\";'),('arn','messages:protectedpages','s:22:\"es:Páginas protegidas\";'),('arn','messages:protectedpages-cascade','s:31:\"es:Solo protecciones en cascada\";'),('arn','messages:protectedpages-expiry','s:9:\"es:Expira\";'),('arn','messages:protectedpages-filters','s:11:\"es:Filtros:\";'),('arn','messages:protectedpages-indef','s:32:\"es:Solo protecciones indefinidas\";'),('arn','messages:protectedpages-noredirect','s:24:\"es:Ocultar redirecciones\";'),('arn','messages:protectedpages-page','s:10:\"es:Página\";'),('arn','messages:protectedpages-params','s:29:\"es:Parámetros de protección\";'),('arn','messages:protectedpages-performer','s:25:\"es:Protección de usuario\";'),('arn','messages:protectedpages-reason','s:9:\"es:Motivo\";'),('arn','messages:protectedpages-submit','s:19:\"es:Mostrar páginas\";'),('arn','messages:protectedpages-summary','s:224:\"es:Esta página enumera las páginas existentes que actualmente están protegidas. Para obtener una lista de títulos que están protegidos desde su creación, véase [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('arn','messages:protectedpages-timestamp','s:16:\"es:Cronomarcador\";'),('arn','messages:protectedpages-unknown-performer','s:22:\"es:Usuario desconocido\";'),('arn','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('arn','messages:protectedpages-unknown-timestamp','s:15:\"es:Desconocidas\";'),('arn','messages:protectedpagesempty','s:69:\"es:Actualmente no hay ninguna página protegida con esos parámetros.\";'),('arn','messages:protectedpagetext','s:73:\"es:Esta página ha sido protegida para evitar ediciones u otras acciones.\";'),('arn','messages:protectedpagewarning','s:219:\"es:<strong>Advertencia: Esta página ha sido protegida para que solo puedan editarla los usuarios con permisos de administrador.</strong>\nA continuación se muestra la última entrada de registro para más información:\";'),('arn','messages:protectedtitles','s:22:\"es:Títulos protegidos\";'),('arn','messages:protectedtitles-submit','s:19:\"es:Mostrar títulos\";'),('arn','messages:protectedtitles-summary','s:214:\"es:Esta página enumera títulos que actualmente están protegidos desde su creación. Para una lista de las páginas existentes que están protegidas, véase [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('arn','messages:protectedtitlesempty','s:67:\"es:Actualmente no existen entradas protegidas con esos parámetros.\";'),('arn','messages:protectexpiry','s:8:\"arn:Afi:\";'),('arn','messages:protectlogpage','s:43:\"arn:Nürüfkünulu wülngiñ ñi wirintukun\";'),('arn','messages:protectlogtext','s:203:\"es:A continuación se muestra una lista de cambios en la protección de páginas.\nConsulta [[Special:ProtectedPages|la lista de páginas protegidas]] para ver la lista de páginas actualmente protegidas.\";'),('arn','messages:protectpage','s:23:\"es:Proteger una página\";'),('arn','messages:protectpage-summary','s:3:\"en:\";'),('arn','messages:proxyblocker','s:22:\"arn:Proxy katrütukelu\";'),('arn','messages:proxyblockreason','s:208:\"es:Tu dirección IP ha sido bloqueada porque es un proxy abierto.\nContacta con tu proveedor de servicios de Internet o con tu servicio de asistencia técnica e infórmales de este grave problema de seguridad.\";'),('arn','messages:pt-createaccount','s:17:\"arn:Zewman kuenta\";'),('arn','messages:pt-login','s:13:\"arn:Konkülen\";'),('arn','messages:pt-login-button','s:9:\"arn:Konwe\";'),('arn','messages:pt-login-continue-button','s:26:\"es:Continuar con el acceso\";'),('arn','messages:pt-userlogout','s:10:\"arn:Tripan\";'),('arn','messages:publishchanges','s:24:\"arn:Pengelzugun kakünun\";'),('arn','messages:publishchanges-start','s:27:\"arn:Pengelzugun kakünun...\";'),('arn','messages:publishpage','s:23:\"arn:Pengelzugun tapülh\";'),('arn','messages:publishpage-start','s:26:\"arn:Pengelzugun tapülh...\";'),('arn','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('arn','messages:purge','s:9:\"es:Purgar\";'),('arn','messages:purge-summary','s:3:\"en:\";'),('arn','messages:querypage-disabled','s:72:\"es:Esta página especial está deshabilitada por motivos de rendimiento.\";'),('arn','messages:querypage-no-updates','s:121:\"es:Actualmente las actualizaciones de esta página están desactivadas. Estos datos no serán actualizados a corto plazo.\";'),('arn','messages:querypage-updates-periodical','s:45:\"es:Esta página se actualiza periódicamente.\";'),('arn','messages:quotation-marks','s:9:\"es:«$1»\";'),('arn','messages:randomincategory','s:34:\"es:Página aleatoria en categoría\";'),('arn','messages:randomincategory-category','s:14:\"es:Categoría:\";'),('arn','messages:randomincategory-invalidcategory','s:37:\"es:\"$1\" no es una categoría válida.\";'),('arn','messages:randomincategory-legend','s:34:\"es:Página aleatoria en categoría\";'),('arn','messages:randomincategory-nopages','s:56:\"es:No hay páginas en la categoría [[:Category:$1|$1]].\";'),('arn','messages:randomincategory-submit','s:5:\"es:Ir\";'),('arn','messages:randompage','s:22:\"arn:Tuchi tapülh rume\";'),('arn','messages:randompage-nopages','s:107:\"es:No hay páginas en {{PLURAL:$2|el siguiente espacio de nombres|los siguientes espacios de nombres}}: $1.\";'),('arn','messages:randompage-url','s:17:\"en:Special:Random\";'),('arn','messages:randomredirect','s:25:\"es:Redirección aleatoria\";'),('arn','messages:randomredirect-nopages','s:56:\"es:No hay redirecciones en el espacio de nombres «$1».\";'),('arn','messages:randomrootpage','s:26:\"es:Página raíz aleatoria\";'),('arn','messages:range_block_disabled','s:81:\"es:La facultad administrativa de crear bloqueos por intervalos está desactivada.\";'),('arn','messages:rawhtml-notallowed','s:85:\"es:No se pueden emplear las etiquetas &lt;html&gt; si no es en las páginas normales.\";'),('arn','messages:rawmessage','s:5:\"en:$1\";'),('arn','messages:rc-change-size','s:5:\"en:$1\";'),('arn','messages:rc-change-size-new','s:50:\"es:$1 {{PLURAL:$1|byte|bytes}} después del cambio\";'),('arn','messages:rc-old-title','s:29:\"arn:$1 femngey ñi wünen üy\";'),('arn','messages:rcfilters-activefilters','s:18:\"es:Filtros activos\";'),('arn','messages:rcfilters-activefilters-hide','s:10:\"es:Ocultar\";'),('arn','messages:rcfilters-activefilters-hide-tooltip','s:35:\"es:Ocultar apartado Filtros activos\";'),('arn','messages:rcfilters-activefilters-show','s:10:\"es:Mostrar\";'),('arn','messages:rcfilters-activefilters-show-tooltip','s:35:\"es:Mostrar apartado Filtros activos\";'),('arn','messages:rcfilters-advancedfilters','s:20:\"es:Filtros avanzados\";'),('arn','messages:rcfilters-allcontents-label','s:20:\"es:Todo el contenido\";'),('arn','messages:rcfilters-alldiscussions-label','s:24:\"es:Todas las discusiones\";'),('arn','messages:rcfilters-clear-all-filters','s:27:\"es:Borrar todos los filtros\";'),('arn','messages:rcfilters-date-popup-title','s:35:\"es:Período de tiempo en que buscar\";'),('arn','messages:rcfilters-days-show-days','s:30:\"es:$1 {{PLURAL:$1|día|días}}\";'),('arn','messages:rcfilters-days-show-hours','s:30:\"es:$1 {{PLURAL:$1|hora|horas}}\";'),('arn','messages:rcfilters-days-title','s:18:\"es:Días recientes\";'),('arn','messages:rcfilters-empty-filter','s:64:\"es:No hay filtros activos. Se muestran todas las contribuciones.\";'),('arn','messages:rcfilters-exclude-button-off','s:28:\"es:Excluir los seleccionados\";'),('arn','messages:rcfilters-exclude-button-on','s:31:\"es:Excluyendo los seleccionados\";'),('arn','messages:rcfilters-filter-bots-description','s:55:\"es:Ediciones realizadas por herramientas automatizadas.\";'),('arn','messages:rcfilters-filter-bots-label','s:6:\"es:Bot\";'),('arn','messages:rcfilters-filter-categorization-description','s:61:\"es:Registros de páginas añadidas o borradas de categorías.\";'),('arn','messages:rcfilters-filter-categorization-label','s:25:\"es:Cambios de categorías\";'),('arn','messages:rcfilters-filter-editsbyother-description','s:40:\"es:Todos los cambios, excepto los tuyos.\";'),('arn','messages:rcfilters-filter-editsbyother-label','s:19:\"es:Cambios de otros\";'),('arn','messages:rcfilters-filter-editsbyself-description','s:29:\"es:Tus propias contribuciones\";'),('arn','messages:rcfilters-filter-editsbyself-label','s:16:\"es:Cambios tuyos\";'),('arn','messages:rcfilters-filter-excluded','s:11:\"es:Excluido\";'),('arn','messages:rcfilters-filter-humans-description','s:45:\"es:Ediciones realizadas por editores humanos.\";'),('arn','messages:rcfilters-filter-humans-label','s:22:\"es:Ser humano (no bot)\";'),('arn','messages:rcfilters-filter-lastrevision-description','s:46:\"es:Solo el cambio más reciente a una página.\";'),('arn','messages:rcfilters-filter-lastrevision-label','s:20:\"es:Última revisión\";'),('arn','messages:rcfilters-filter-logactions-description','s:95:\"es:Acciones administrativas, creación de cuentas, borrados de páginas, subidas de archivos...\";'),('arn','messages:rcfilters-filter-logactions-label','s:23:\"es:Acciones registradas\";'),('arn','messages:rcfilters-filter-major-description','s:41:\"es:Ediciones no etiquetadas como menores.\";'),('arn','messages:rcfilters-filter-major-label','s:23:\"es:Ediciones no menores\";'),('arn','messages:rcfilters-filter-minor-description','s:51:\"es:Ediciones etiquetadas por el autor como menores.\";'),('arn','messages:rcfilters-filter-minor-label','s:20:\"es:Ediciones menores\";'),('arn','messages:rcfilters-filter-newpages-description','s:49:\"es:Ediciones en las que se crean páginas nuevas.\";'),('arn','messages:rcfilters-filter-newpages-label','s:25:\"es:Creaciones de páginas\";'),('arn','messages:rcfilters-filter-pageedits-description','s:81:\"es:Modificaciones del contenido wiki, discusiones, descripción de categorías...\";'),('arn','messages:rcfilters-filter-pageedits-label','s:24:\"es:Ediciones de páginas\";'),('arn','messages:rcfilters-filter-previousrevision-description','s:55:\"es:Todos los cambios que no son la «versión actual».\";'),('arn','messages:rcfilters-filter-previousrevision-label','s:32:\"es:No la revisión más reciente\";'),('arn','messages:rcfilters-filter-reviewstatus-auto-description','s:91:\"es:Ediciones por usuarios avanzados cuyo trabajo se marca automáticamente como verificado.\";'),('arn','messages:rcfilters-filter-reviewstatus-auto-label','s:17:\"es:Autoverificado\";'),('arn','messages:rcfilters-filter-reviewstatus-manual-description','s:49:\"es:Ediciones manualmente marcadas como revisadas.\";'),('arn','messages:rcfilters-filter-reviewstatus-manual-label','s:25:\"es:Verificado manualmente\";'),('arn','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:66:\"es:Ediciones no marcadas como revisadas manual o automáticamente.\";'),('arn','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:17:\"es:No patrulladas\";'),('arn','messages:rcfilters-filter-showlinkedfrom-label','s:46:\"es:Mostrar cambios en páginas enlazadas desde\";'),('arn','messages:rcfilters-filter-showlinkedfrom-option-label','s:68:\"es:<strong>Páginas enlazadas desde</strong> la página seleccionada\";'),('arn','messages:rcfilters-filter-showlinkedto-label','s:44:\"es:Mostrar cambios en páginas que enlazan a\";'),('arn','messages:rcfilters-filter-showlinkedto-option-label','s:70:\"es:<strong>Páginas que enlazan hacia</strong> la página seleccionada\";'),('arn','messages:rcfilters-filter-user-experience-level-experienced-description','s:74:\"es:Editores registrados con más de 500 ediciones y 30 días de actividad.\";'),('arn','messages:rcfilters-filter-user-experience-level-experienced-label','s:26:\"es:Usuarios experimentados\";'),('arn','messages:rcfilters-filter-user-experience-level-learner-description','s:107:\"es:Editores registrados cuya experiencia se ubica entre «recién llegados» y «usuarios experimentados».\";'),('arn','messages:rcfilters-filter-user-experience-level-learner-label','s:13:\"es:Aprendices\";'),('arn','messages:rcfilters-filter-user-experience-level-newcomer-description','s:80:\"es:Usuarios registrados con menos de diez ediciones o cuatro días de actividad.\";'),('arn','messages:rcfilters-filter-user-experience-level-newcomer-label','s:19:\"es:Recién llegados\";'),('arn','messages:rcfilters-filter-user-experience-level-registered-description','s:23:\"es:Usuarios conectados.\";'),('arn','messages:rcfilters-filter-user-experience-level-registered-label','s:14:\"es:Registrados\";'),('arn','messages:rcfilters-filter-user-experience-level-unregistered-description','s:26:\"es:Editores no conectados.\";'),('arn','messages:rcfilters-filter-user-experience-level-unregistered-label','s:17:\"es:No registrados\";'),('arn','messages:rcfilters-filter-watchlist-notwatched-description','s:73:\"es:Todos, excepto los cambios en las páginas de tu lista de seguimiento.\";'),('arn','messages:rcfilters-filter-watchlist-notwatched-label','s:32:\"es:No en mi lista de seguimiento\";'),('arn','messages:rcfilters-filter-watchlist-watched-description','s:54:\"es:Cambios en las páginas de tu lista de seguimiento.\";'),('arn','messages:rcfilters-filter-watchlist-watched-label','s:29:\"es:En mi lista de seguimiento\";'),('arn','messages:rcfilters-filter-watchlist-watchednew-description','s:110:\"es:Cambios en las páginas de tu lista de seguimiento que no has visitado desde que se produjeron los cambios.\";'),('arn','messages:rcfilters-filter-watchlist-watchednew-label','s:44:\"es:Cambios nuevos en tu lista de seguimiento\";'),('arn','messages:rcfilters-filter-watchlistactivity-seen-description','s:78:\"es:Cambios en páginas que has visitado desde que esos cambios tuvieron lugar.\";'),('arn','messages:rcfilters-filter-watchlistactivity-seen-label','s:17:\"es:Cambios vistos\";'),('arn','messages:rcfilters-filter-watchlistactivity-unseen-description','s:81:\"es:Cambios en páginas que no has visitado desde que esos cambios tuvieron lugar.\";'),('arn','messages:rcfilters-filter-watchlistactivity-unseen-label','s:20:\"es:Cambios no vistos\";'),('arn','messages:rcfilters-filtergroup-authorship','s:31:\"es:Autoría de la contribución\";'),('arn','messages:rcfilters-filtergroup-automated','s:31:\"es:Contribuciones automatizadas\";'),('arn','messages:rcfilters-filtergroup-changetype','s:17:\"es:Tipo de cambio\";'),('arn','messages:rcfilters-filtergroup-lastrevision','s:22:\"es:Últimas revisiones\";'),('arn','messages:rcfilters-filtergroup-reviewstatus','s:22:\"es:Estado de revisión\";'),('arn','messages:rcfilters-filtergroup-significance','s:17:\"es:Significación\";'),('arn','messages:rcfilters-filtergroup-user-experience-level','s:36:\"es:Registro de usuario y experiencia\";'),('arn','messages:rcfilters-filtergroup-watchlist','s:21:\"es:Páginas vigiladas\";'),('arn','messages:rcfilters-filtergroup-watchlistactivity','s:39:\"es:Actividad de la lista de seguimiento\";'),('arn','messages:rcfilters-filterlist-noresults','s:28:\"es:No se encontraron filtros\";'),('arn','messages:rcfilters-filterlist-title','s:10:\"es:Filtros\";'),('arn','messages:rcfilters-filterlist-whatsthis','s:21:\"es:¿Cómo funcionan?\";'),('arn','messages:rcfilters-group-results-by-page','s:33:\"es:Agrupar resultados por página\";'),('arn','messages:rcfilters-hideminor-conflicts-typeofchange','s:159:\"es:Ciertos tipos de cambio no pueden ser designados como \"menores\", por lo que este filtro entra en conflicto con los siguientes Tipos de filtros de Cambio: $1\";'),('arn','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:246:\"es:El filtro \"Ediciones menores\" está en conflicto con uno o más Tipos de filtros de Cambio, ya que ciertos tipos de cambio no pueden ser designados como \"menores\". Los filtros en conflicto están marcados en el área Filtros activos, anterior.\";'),('arn','messages:rcfilters-highlightbutton-title','s:26:\"es:Resaltar los resultados\";'),('arn','messages:rcfilters-highlighted-filters-list','s:17:\"es:Destacados: $1\";'),('arn','messages:rcfilters-highlightmenu-help','s:51:\"es:Selecciona un color para resaltar esta propiedad\";'),('arn','messages:rcfilters-highlightmenu-title','s:22:\"es:Selecciona un color\";'),('arn','messages:rcfilters-hours-title','s:18:\"es:Horas recientes\";'),('arn','messages:rcfilters-invalid-filter','s:20:\"es:Filtro no válido\";'),('arn','messages:rcfilters-legend-heading','s:42:\"es:<strong>Lista de abreviaturas:</strong>\";'),('arn','messages:rcfilters-limit-and-date-label','s:38:\"es:$1 {{PLURAL:$1|cambio|cambios}}, $2\";'),('arn','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:66:\"es:Resultados de filtro por número de cambios y periodo de tiempo\";'),('arn','messages:rcfilters-limit-title','s:25:\"es:Resultados que mostrar\";'),('arn','messages:rcfilters-liveupdates-button','s:29:\"es:Actualizaciones en directo\";'),('arn','messages:rcfilters-liveupdates-button-title-off','s:36:\"es:Mostar los cambios en tiempo real\";'),('arn','messages:rcfilters-liveupdates-button-title-on','s:36:\"es:Apagar actualizaciones en directo\";'),('arn','messages:rcfilters-noresults-conflict','s:86:\"es:No se encontraron resultados porque los criterios de búsqueda están en conflicto.\";'),('arn','messages:rcfilters-other-review-tools','s:34:\"es:Otras herramientas de revisión\";'),('arn','messages:rcfilters-preference-help','s:180:\"es:Carga los [[{{#special:RecentChanges}}|cambios recientes]] y los [[{{#special:RecentChangesLinked}}|cambios relacionados]] sin la búsqueda filtrada ni la función de resaltado.\";'),('arn','messages:rcfilters-preference-label','s:34:\"es:Usar la interfaz sin JavaScript\";'),('arn','messages:rcfilters-quickfilters','s:20:\"es:Filtros guardados\";'),('arn','messages:rcfilters-quickfilters-placeholder-description','s:159:\"es:Para guardar tus ajustes de filtro y reutilizarlos más tarde, pulsa en el icono del marcador en el área de Filtro activo que se encuentra a continuación.\";'),('arn','messages:rcfilters-quickfilters-placeholder-title','s:36:\"es:No se guardó ningún filtro aún\";'),('arn','messages:rcfilters-restore-default-filters','s:36:\"es:Restaurar filtros predeterminados\";'),('arn','messages:rcfilters-savedqueries-add-new-title','s:37:\"es:Guardar ajustes de filtro actuales\";'),('arn','messages:rcfilters-savedqueries-already-saved','s:97:\"es:Ya se guardaron estos filtros. Modifica tu configuración para crear un filtro guardado nuevo.\";'),('arn','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:30:\"es:Crear filtro predeterminado\";'),('arn','messages:rcfilters-savedqueries-apply-label','s:15:\"es:Crear filtro\";'),('arn','messages:rcfilters-savedqueries-cancel-label','s:11:\"es:Cancelar\";'),('arn','messages:rcfilters-savedqueries-defaultlabel','s:20:\"es:Filtros guardados\";'),('arn','messages:rcfilters-savedqueries-new-name-label','s:9:\"es:Nombre\";'),('arn','messages:rcfilters-savedqueries-new-name-placeholder','s:36:\"es:Describe el propósito del filtro\";'),('arn','messages:rcfilters-savedqueries-remove','s:11:\"es:Eliminar\";'),('arn','messages:rcfilters-savedqueries-rename','s:17:\"es:Cambiar nombre\";'),('arn','messages:rcfilters-savedqueries-setdefault','s:29:\"es:Marcar como predeterminado\";'),('arn','messages:rcfilters-savedqueries-unsetdefault','s:32:\"es:Desmarcar como predeterminado\";'),('arn','messages:rcfilters-search-placeholder','s:68:\"es:Filtrar cambios (utiliza el menú o busca el nombre de un filtro)\";'),('arn','messages:rcfilters-search-placeholder-mobile','s:10:\"es:Filtros\";'),('arn','messages:rcfilters-show-new-changes','s:30:\"es:Ver cambios nuevos desde $1\";'),('arn','messages:rcfilters-state-message-fullcoverage','s:146:\"es:Seleccionar todos los filtros de este grupo es lo mismo que no seleccionar ninguno, por lo que este filtro no tiene efecto. El grupo incluye $1\";'),('arn','messages:rcfilters-state-message-subset','s:177:\"es:Este filtro no tiene ningún efecto debido a que sus resultados se incluyen con los de los siguientes: {{PLURAL:$2|filtro|filtros}} (intente destacarlo para distinguirlo): $1\";'),('arn','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('arn','messages:rcfilters-tag-prefix-namespace-inverted','s:30:\"es:<strong>Estado:</strong> $1\";'),('arn','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('arn','messages:rcfilters-tag-remove','s:16:\"es:Quitar «$1»\";'),('arn','messages:rcfilters-target-page-placeholder','s:49:\"es:Escribe un nombre de página (o de categoría)\";'),('arn','messages:rcfilters-typeofchange-conflicts-hideminor','s:157:\"es:Este filtro «Tipo de cambio» entra en conflicto con el filtro «Ediciones menores». Hay ciertos tipos de cambios que no pueden denominarse «menores».\";'),('arn','messages:rcfilters-view-namespaces-tooltip','s:44:\"es:Filtrar resultados por espacio de nombres\";'),('arn','messages:rcfilters-view-return-to-default-tooltip','s:38:\"es:Volver al menú de filtro principal\";'),('arn','messages:rcfilters-view-tags','s:24:\"es:Ediciones etiquetadas\";'),('arn','messages:rcfilters-view-tags-help-icon-tooltip','s:52:\"es:Más información sobre las ediciones etiquetadas\";'),('arn','messages:rcfilters-view-tags-tooltip','s:54:\"es:filtrado de resultados usando etiquetas de edición\";'),('arn','messages:rcfilters-watchlist-edit-watchlist-button','s:32:\"es:Edita tu lista de seguimiento\";'),('arn','messages:rcfilters-watchlist-markseen-button','s:39:\"es:Marcar todos los cambios como vistos\";'),('arn','messages:rcfilters-watchlist-preference-help','s:118:\"es:Carga la [[{{#special:Watchlist}}|lista de seguimiento]] sin filtros de búsqueda ni la funcionalidad de resaltado.\";'),('arn','messages:rcfilters-watchlist-preference-label','s:31:\"es:Usar interfaz sin JavaScript\";'),('arn','messages:rcfilters-watchlist-showupdated','s:152:\"es:Los cambios hechos en páginas que no has visitado desde que se efectuaron aparecen en <strong>negrita</strong>, acompañados de marcadores sólidos.\";'),('arn','messages:rclinks','s:43:\"arn:Pengelngepe we $1 kakünun, $2wemewentu\";'),('arn','messages:rclistfrom','s:49:\"arn:Pengelngepe we kakünun llitulu $3 mew $2 mew\";'),('arn','messages:rclistfromreset','s:34:\"es:Restablecer selección de fecha\";'),('arn','messages:rcnotefrom','s:105:\"arn:Nag mew {{PLURAL:$5|kom kakünun}} pengey llitulu <strong>$3, $4</strong> (aflu <strong>$1</strong>).\";'),('arn','messages:rcpatroldisabled','s:57:\"es:Se ha desactivado la supervisión de cambios recientes\";'),('arn','messages:rcpatroldisabledtext','s:87:\"es:La capacidad de verificar los cambios recientes está deshabilitada en este momento.\";'),('arn','messages:rcshowhideanons','s:25:\"arn:$1 üyngenolu pünefe\";'),('arn','messages:rcshowhideanons-hide','s:10:\"arn:Ellkan\";'),('arn','messages:rcshowhideanons-show','s:15:\"arn:Pengelngepe\";'),('arn','messages:rcshowhidebots','s:10:\"arn:$1 bot\";'),('arn','messages:rcshowhidebots-hide','s:10:\"arn:Ellkan\";'),('arn','messages:rcshowhidebots-show','s:13:\"arn:Pengelün\";'),('arn','messages:rcshowhidecategorization','s:33:\"es:$1 categorización de páginas\";'),('arn','messages:rcshowhidecategorization-hide','s:10:\"es:Ocultar\";'),('arn','messages:rcshowhidecategorization-show','s:10:\"es:Mostrar\";'),('arn','messages:rcshowhideliu','s:21:\"arn:$1 kimfal pünefe\";'),('arn','messages:rcshowhideliu-hide','s:10:\"arn:Ellkan\";'),('arn','messages:rcshowhideliu-show','s:15:\"arn:Pengelngepe\";'),('arn','messages:rcshowhidemine','s:23:\"arn:$1 tañi kümeelün\";'),('arn','messages:rcshowhidemine-hide','s:10:\"arn:Ellkan\";'),('arn','messages:rcshowhidemine-show','s:15:\"arn:Pengelngepe\";'),('arn','messages:rcshowhideminor','s:23:\"arn:$1 pichi kümeelün\";'),('arn','messages:rcshowhideminor-hide','s:10:\"arn:Ellkan\";'),('arn','messages:rcshowhideminor-show','s:15:\"arn:Pengelngepe\";'),('arn','messages:rcshowhidepatr','s:27:\"arn:$1 pukintulu kümeelün\";'),('arn','messages:rcshowhidepatr-hide','s:10:\"es:Ocultar\";'),('arn','messages:rcshowhidepatr-show','s:10:\"es:Mostrar\";'),('arn','messages:readonly','s:26:\"es:Base de datos bloqueada\";'),('arn','messages:readonly_lag','s:116:\"es:La base de datos ha sido automáticamente cerrada mientras los servidores replicas se sincronizan con el primario\";'),('arn','messages:readonlytext','s:231:\"es:Actualmente la base de datos no permite nuevas entradas u otras modificaciones, probablemente por mantenimiento rutinario, tras lo cual volverá a la normalidad.\n\nLa explicación dada por el administrador que la bloqueó fue: $1\";'),('arn','messages:readonlywarning','s:309:\"es:<strong>Advertencia: La base de datos ha sido bloqueada por labores de mantenimiento, así que en este momento no puedes guardar tus ediciones.</strong>\nQuizás quieras copiar y pegar tu texto en un archivo de texto y guardarlo para después.\n\nEl administrador que la bloqueó ha dado esta explicación: $1\";'),('arn','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('arn','messages:recentchanges','s:17:\"arn:We kakünukan\";'),('arn','messages:recentchanges-feed-description','s:55:\"arn:Inayafin doy weke kalekünun wiki ñi amuldungu mew\";'),('arn','messages:recentchanges-label-bot','s:53:\"arn:Kiñe kizuamukelu küzauwe dewmay tüfachi wirin.\";'),('arn','messages:recentchanges-label-minor','s:33:\"arn:Tüfachi ta kiñe pichi wirin\";'),('arn','messages:recentchanges-label-newpage','s:47:\"arn:Tüfachi wirin dewmakey kiñe we wülngiñ.\";'),('arn','messages:recentchanges-label-plusminus','s:45:\"arn:Tüfachi bit kaley chi tapülh ñi tunten\";'),('arn','messages:recentchanges-label-unpatrolled','s:32:\"arn:Pukintulelay tüfachi wirin.\";'),('arn','messages:recentchanges-legend','s:30:\"arn:Weke kalekünun ñi dullin\";'),('arn','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('arn','messages:recentchanges-legend-heading','s:33:\"arn:<strong>Wirin zungu:</strong>\";'),('arn','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('arn','messages:recentchanges-legend-newpage','s:98:\"arn:{{int:recentchanges-label-newpage}} (peaymi kay chi [[Special:NewPages|weke tapülh ñi wif]])\";'),('arn','messages:recentchanges-legend-plusminus','s:19:\"en:(<em>±123</em>)\";'),('arn','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('arn','messages:recentchanges-legend-watchlistexpiry','s:33:\"es:Página vigilada temporalmente\";'),('arn','messages:recentchanges-network','s:101:\"es:No se cargó ningún resultado debido a un problema técnico. Prueba a volver a cargar la página.\";'),('arn','messages:recentchanges-noresult','s:54:\"arn:Pengelay kakünun tami kintuel elngechi antü mew.\";'),('arn','messages:recentchanges-notargetpage','s:89:\"es:Escribe el nombre de una página más arriba para ver cambios relativos a esa página.\";'),('arn','messages:recentchanges-page-added-to-category','s:35:\"es:[[:$1]] añadida a la categoría\";'),('arn','messages:recentchanges-page-added-to-category-bundled','s:111:\"es:[[:$1]] añadida a la categoría, [[Special:WhatLinksHere/$1|esta página está incluida en otras páginas]]\";'),('arn','messages:recentchanges-page-removed-from-category','s:37:\"es:[[:$1]] eliminada de la categoría\";'),('arn','messages:recentchanges-page-removed-from-category-bundled','s:113:\"es:[[:$1]] eliminada de la categoría, [[Special:WhatLinksHere/$1|esta página está incluida en otras páginas]]\";'),('arn','messages:recentchanges-submit','s:10:\"es:Mostrar\";'),('arn','messages:recentchanges-summary','s:62:\"arn:Inakintunien chi weke kakünun wiki mew fachi tapülh mew.\";'),('arn','messages:recentchanges-timeout','s:112:\"es:Se agotó el tiempo de espera de esta búsqueda. Puede que quieras probar con otros parámetros de búsqueda.\";'),('arn','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('arn','messages:recentchangescount','s:137:\"es:Número de ediciones que mostrar de manera predeterminada en cambios recientes, en los historiales de las páginas y en los registros:\";'),('arn','messages:recentchangesdays','s:46:\"es:Días que mostrar en los cambios recientes:\";'),('arn','messages:recentchangesdays-max','s:41:\"es:Máximo {{PLURAL:$1|un día|$1 días}}\";'),('arn','messages:recentchangeslinked','s:28:\"arn:Inafülkülechi kakünun\";'),('arn','messages:recentchangeslinked-feed','s:23:\"es:Cambios relacionados\";'),('arn','messages:recentchangeslinked-page','s:20:\"arn:Tapülh ñi üy:\";'),('arn','messages:recentchangeslinked-summary','s:315:\"arn:Wirintukunge kiñe tapülh ñi üy ñi pengeael kom kakünungen ñi epuñpüle trarintukungeci tapülh. (Ñi pengelngeael itrokom nielu kiñe trokiñ fey pütaftunge {{ns:category}}:Trokiñ ñi üy). Itrokom kakünun pengelu [[Special:Watchlist|wif ñi inakintunieael]] mew femngechi <strong>kurüleay</strong>.\";'),('arn','messages:recentchangeslinked-title','s:33:\"arn:Kakünun koneltuyelu \"$1\" mew\";'),('arn','messages:recentchangeslinked-to','s:68:\"arn:Pengepe kakünun trarintukulechi tapülh zullingechi tapülh mew\";'),('arn','messages:recentchangeslinked-toolbox','s:26:\"arn:Koneltuyelelu kakünun\";'),('arn','messages:recentchangestext','s:4:\"en:-\";'),('arn','messages:recreate','s:10:\"es:Recrear\";'),('arn','messages:recreate-moveddeleted-warn','s:169:\"arn:<strong>Lelinienge: Zewmatupeymi kiñe liftungeci tapüĺh</strong>\n\nMi kimael lleqkülele mi zewmakan tüfa mew pengeay fachi tapülh ñi kakünun ka mülekünupun:\";'),('arn','messages:red-link-title','s:31:\"arn:$1 (ngelay tichi aztapülh)\";'),('arn','messages:redirect','s:69:\"arn:Amultun eltukawün mew, tapülh mew, wüñokintun mew, kam ID mew\";'),('arn','messages:redirect-file','s:22:\"arn:Eltukawün ñi üy\";'),('arn','messages:redirect-logid','s:28:\"es:Identificador de registro\";'),('arn','messages:redirect-lookup','s:11:\"arn:Kintun:\";'),('arn','messages:redirect-not-exists','s:27:\"es:No se encontró el valor\";'),('arn','messages:redirect-not-numeric','s:21:\"es:Valor no numérico\";'),('arn','messages:redirect-page','s:18:\"arn:Tapülh ñi ID\";'),('arn','messages:redirect-revision','s:24:\"arn:Tapülh wüñokintun\";'),('arn','messages:redirect-submit','s:9:\"arn:Amupe\";'),('arn','messages:redirect-summary','s:452:\"arn:Tüfachi kangechi tapülh amultuy (elngelu üy) mew, kiñe tapülh (elngelu tapülh ñi kimeluwam), kiñe pünekelu ñi tapülh (elngelu rakin ñi kimfaluwam pünekelu) mew kam kiñe zugu wirintukun mew (elngelu ñi kimfaluwam wirintukun). Pünekan: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]] o [[{{#Special:Redirect}}/logid/186]].\";'),('arn','messages:redirect-text','s:3:\"en:\";'),('arn','messages:redirect-user','s:20:\"arn:Pünekelu ñi ID\";'),('arn','messages:redirect-value','s:10:\"arn:Elael:\";'),('arn','messages:redirectedfrom','s:23:\"arn:(Amultungey $1 mew)\";'),('arn','messages:redirectexists','s:111:\"es:Existe una redirección en [[:$1]] pero no puede ser borrada automáticamente.\nPor favor escoge otro nombre.\";'),('arn','messages:redirectpagesub','s:20:\"arn:Amultuwe tapülh\";'),('arn','messages:redirectto','s:14:\"arn:Puwültun:\";'),('arn','messages:removecredentials','s:24:\"es:Eliminar credenciales\";'),('arn','messages:removecredentials-invalidsubpage','s:42:\"es:$1 no es un tipo de credencial válido.\";'),('arn','messages:removecredentials-submit','s:24:\"es:Eliminar credenciales\";'),('arn','messages:removecredentials-success','s:40:\"es:Tus credenciales han sido eliminadas.\";'),('arn','messages:removedwatchtext','s:108:\"es:Se han eliminado «[[:$1]]» y su página de discusión de tu [[Special:Watchlist|lista de seguimiento]].\";'),('arn','messages:removedwatchtext-short','s:64:\"es:La página \"$1\" ha sido eliminada de tu lista de seguimiento.\";'),('arn','messages:removedwatchtext-talk','s:103:\"es:Se han eliminado «[[:$1]]» y su página asociada de tu [[Special:Watchlist|lista de seguimiento]].\";'),('arn','messages:removewatch','s:36:\"es:Quitar de la lista de seguimiento\";'),('arn','messages:resetpass-abort-generic','s:59:\"es:Una extensión ha cancelado el cambio de la contraseña.\";'),('arn','messages:resetpass-expired','s:95:\"es:Tu contraseña ha caducado. Por favor, establece una nueva contraseña para iniciar sesión.\";'),('arn','messages:resetpass-expired-soft','s:170:\"es:Tu contraseña ha caducado, por lo que debes cambiarla. Elige una contraseña nueva o pulsa en «{{int:authprovider-resetpass-skip-label}}» para cambiarla más tarde.\";'),('arn','messages:resetpass-no-info','s:66:\"es:Debes iniciar sesión para acceder directamente a esta página.\";'),('arn','messages:resetpass-recycled','s:67:\"es:Cambia tu contraseña por otra que no sea tu contraseña actual.\";'),('arn','messages:resetpass-submit-cancel','s:16:\"arn:Katrüntukun\";'),('arn','messages:resetpass-submit-loggedin','s:22:\"es:Cambiar contraseña\";'),('arn','messages:resetpass-temp-emailed','s:147:\"es:Has iniciado sesión con una contraseña temporal enviada por correo electrónico.\nPara continuar, debes establecer una nueva contraseña aquí:\";'),('arn','messages:resetpass-temp-password','s:24:\"es:Contraseña temporal:\";'),('arn','messages:resetpass-validity','s:91:\"es:La contraseña no es válida: $1\n\nDefine una contraseña nueva para acceder a tu cuenta.\";'),('arn','messages:resetpass-validity-soft','s:157:\"es:La contraseña no es válida: $1\n\nCámbiala ahora por una nueva, o bien, pulsa en «{{int:authprovider-resetpass-skip-label}}» para cambiarla más tarde.\";'),('arn','messages:resetpass-wrong-oldpass','s:147:\"es:La contraseña actual, o temporal, no es correcta.\nPuede que ya hayas cambiado tu contraseña o que hayas pedido una nueva contraseña temporal.\";'),('arn','messages:resetpass_announce','s:75:\"es:Para completar el inicio de sesión debes definir una contraseña nueva.\";'),('arn','messages:resetpass_forbidden','s:40:\"es:No se pueden cambiar las contraseñas\";'),('arn','messages:resetpass_forbidden-reason','s:43:\"es:Las contraseñas no pueden cambiarse: $1\";'),('arn','messages:resetpass_header','s:38:\"es:Cambiar la contraseña de la cuenta\";'),('arn','messages:resetpass_submit','s:43:\"es:Establecer contraseña e iniciar sesión\";'),('arn','messages:resetpass_text','s:30:\"es:<!-- Añada texto aquí -->\";'),('arn','messages:resettokens','s:21:\"es:Restablecer claves\";'),('arn','messages:resettokens-done','s:30:\"es:Restablecimiento de claves.\";'),('arn','messages:resettokens-no-tokens','s:34:\"es:No hay claves para restablecer.\";'),('arn','messages:resettokens-resetbutton','s:25:\"es:Restablecer las claves\";'),('arn','messages:resettokens-summary','s:3:\"en:\";'),('arn','messages:resettokens-text','s:206:\"es:Aquí puedes restablecer las claves que permiten el acceso a ciertos datos privados asociados a tu cuenta.\n\nDeberías hacerlo si los has compartido por accidente, o si ha habido intrusiones en tu cuenta.\";'),('arn','messages:resettokens-token-label','s:24:\"es:$1 (valor actual: $2)\";'),('arn','messages:resettokens-tokens','s:10:\"es:Claves:\";'),('arn','messages:resettokens-watchlist-token','s:105:\"es:Clave del canal (Atom/RSS) de [[Special:Watchlist|cambios en las páginas de tu lista de seguimiento]]\";'),('arn','messages:rest-bad-content-model','s:31:\"es:Modelo de contenido malo: $1\";'),('arn','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('arn','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('arn','messages:rest-cannot-load-file','s:55:\"es:No se puede cargar el archivo con el título «$1».\";'),('arn','messages:rest-compare-inaccessible','s:80:\"es:La revisión especificada por el parámetro $1 no es accesible públicamente.\";'),('arn','messages:rest-compare-nonexistent','s:60:\"es:La revisión especificada por el parámetro $1 no existe.\";'),('arn','messages:rest-compare-page-mismatch','s:83:\"es:Las revisiones especificadas perteneces a páginas distintas; no se compararán.\";'),('arn','messages:rest-compare-permission-denied','s:55:\"es:El usuario no tiene acceso a la revisión solicitada\";'),('arn','messages:rest-compare-wikidiff2','s:52:\"es:Este endpoint requiere wikidiff2 1.9.0 o superor.\";'),('arn','messages:rest-compare-wrong-content','s:128:\"es:El espacio $1 de la revisión especificada por el parámetro $2 tiene un tipo de contenido que no se puede convertir a texto.\";'),('arn','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('arn','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('arn','messages:rest-html-backend-error','s:31:\"en:Unable to fetch Parsoid HTML\";'),('arn','messages:rest-invalid-user','s:55:\"es:El nombre de usuario especificado ($1) no es válido\";'),('arn','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('arn','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('arn','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('arn','messages:rest-no-match','s:80:\"es:La ruta relativa solicitada ($1) no coincide con ningún controlador conocido\";'),('arn','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('arn','messages:rest-nonexistent-revision','s:43:\"es:No existe la revisión especificada ($1)\";'),('arn','messages:rest-nonexistent-title','s:41:\"es:El título especificado ($1) no existe\";'),('arn','messages:rest-nonexistent-title-revision','s:76:\"es:La versión especificada ($1) no existe para la página especificada ($2)\";'),('arn','messages:rest-nonexistent-user','s:41:\"es:El usuario especificado ($1) no existe\";'),('arn','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('arn','messages:rest-pagehistory-incompatible-params','s:71:\"es:Los parámetros \"older_than\" y \"newer_than\" no se pueden especificar\";'),('arn','messages:rest-pagehistory-param-range-error','s:42:\"es:El id de revisión debe ser mayor que 0\";'),('arn','messages:rest-pagehistory-timestamp-error','s:79:\"es:No se puede recuperar la marca de tiempo para la revisión especificada ($1)\";'),('arn','messages:rest-pagehistorycount-parameters-invalid','s:60:\"es:No se admite la combinación de parámetros especificada.\";'),('arn','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('arn','messages:rest-pagehistorycount-type-unrecognized','s:54:\"es:El tipo de recuento especificado ($1) no es válido\";'),('arn','messages:rest-permission-denied-anon','s:36:\"es:No accesible por usuario anónimo\";'),('arn','messages:rest-permission-denied-revision','s:61:\"es:El usuario no tiene acceso a la revisión solicitada ($1).\";'),('arn','messages:rest-permission-denied-title','s:57:\"es:El usuario no tiene permisos para leer el título ($1)\";'),('arn','messages:rest-prefix-mismatch','s:80:\"es:La ruta solicitada ($1) no estaba dentro de la ruta raíz ($2) de la API REST\";'),('arn','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('arn','messages:rest-resource-limit-exceeded','s:67:\"es:Se excedieron los límites de recursos al procesar la solicitud.\";'),('arn','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('arn','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('arn','messages:rest-wrong-method','s:146:\"es:El método solicitado ($1) no estaba en {{PLURAL:$3|los métodos permitidos para esta ruta|uno de los métodos permitidos para esta ruta}} ($2)\";'),('arn','messages:restore-count-files','s:38:\"es:{{PLURAL:$1|1 archivo|$1 archivos}}\";'),('arn','messages:restore-count-revisions','s:42:\"es:{{PLURAL:$1|1 revisión|$1 revisiones}}\";'),('arn','messages:restorelink','s:61:\"arn:{{PLURAL:$1|kiñe wirin ñamümgün|$1 wirin ñamümün}}\";'),('arn','messages:restoreprefs','s:45:\"es:Restaurar la configuración predeterminada\";'),('arn','messages:restricted-displaytitle','s:122:\"es:<strong>Atención:</strong> el título mostrado \"$1\" se ignoró porque no es equivalente al título real de la página.\";'),('arn','messages:restricted-displaytitle-ignored','s:52:\"es:Páginas con títulos de visualización ignorados\";'),('arn','messages:restricted-displaytitle-ignored-desc','s:152:\"es:Esta página tiene una plantilla <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> ignorada porque no es equivalente al título verdadero de la página.\";'),('arn','messages:restriction-blank','s:3:\"en:\";'),('arn','messages:restriction-create','s:10:\"arn:Llitun\";'),('arn','messages:restriction-edit','s:17:\"arn:Kümeelkünun\";'),('arn','messages:restriction-level','s:25:\"es:Nivel de restricción:\";'),('arn','messages:restriction-level-all','s:18:\"es:cualquier nivel\";'),('arn','messages:restriction-level-autoconfirmed','s:18:\"es:semiprotección\";'),('arn','messages:restriction-level-sysop','s:23:\"es:protección completa\";'),('arn','messages:restriction-move','s:15:\"arn:Pepiwiñami\";'),('arn','messages:restriction-type','s:11:\"es:Permiso:\";'),('arn','messages:restriction-upload','s:8:\"es:Subir\";'),('arn','messages:restrictionsfield-badip','s:44:\"es:Dirección o intervalo IP no válidos: $1\";'),('arn','messages:restrictionsfield-help','s:109:\"es:Una dirección IP o intervalo de CIDR por renglón. Para activarlo todo, utiliza <pre>0.0.0.0/0\n::/0</pre>\";'),('arn','messages:restrictionsfield-label','s:31:\"es:Intervalos de IP permitidos:\";'),('arn','messages:retrievedfrom','s:22:\"arn:Nentungey \"$1\" mew\";'),('arn','messages:returnto','s:20:\"arn:Amutun $1 püle.\";'),('arn','messages:retypenew','s:34:\"es:Confirmar la contraseña nueva:\";'),('arn','messages:reuploaddesc','s:41:\"es:Cancelar subida y volver al formulario\";'),('arn','messages:rev-deleted-comment','s:34:\"es:(resumen de edición eliminado)\";'),('arn','messages:rev-deleted-diff-view','s:216:\"es:Una de las revisiones ha sido <strong>eliminada</strong>.\nAún tienes la posibilidad de verla. Para más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\";'),('arn','messages:rev-deleted-event','s:37:\"es:(detalles del registro eliminados)\";'),('arn','messages:rev-deleted-no-diff','s:215:\"es:No puedes ver la diferencia porque una de las revisiones ha sido <strong>eliminada</strong>.\nPuedes encontrar más detalles en el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\";'),('arn','messages:rev-deleted-text-permission','s:157:\"es:Esta revisión ha sido <strong>eliminada</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page=$1}} registro de borrados].\";'),('arn','messages:rev-deleted-text-unhide','s:242:\"es:Esta revisión ha sido <strong>eliminada</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\nComo administrador, aún puedes [$1 ver esta revisión] si lo deseas.\";'),('arn','messages:rev-deleted-text-view','s:194:\"es:Esta revisión ha sido <strong>eliminada</strong>.\nAún tienes la posibilidad de verla. Para más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page=$1}} registro de borrados].\";'),('arn','messages:rev-deleted-unhide-diff','s:228:\"es:Una de las revisiones ha sido <strong>eliminada</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} registro de borrados].\nAún puedes [$1 ver la diferencia] si lo deseas.\";'),('arn','messages:rev-deleted-user','s:32:\"es:(nombre de usuario eliminado)\";'),('arn','messages:rev-deleted-user-contribs','s:97:\"es:[nombre de usuario o dirección IP eliminada, edición ocultada de la lista de contribuciones]\";'),('arn','messages:rev-delundel','s:20:\"arn:pengelün/ellkan\";'),('arn','messages:rev-showdeleted','s:11:\"arn:pegelpe\";'),('arn','messages:rev-suppressed-diff-view','s:221:\"es:Una de las revisiones ha sido <strong>suprimida</strong>.\nAún tienes la posibilidad de verla. Para más información, consulta el [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} registro de supresiones].\";'),('arn','messages:rev-suppressed-no-diff','s:95:\"es:No puedes ver la diferencia porque una de las revisiones ha sido <strong>suprimida</strong>.\";'),('arn','messages:rev-suppressed-text','s:64:\"es:Esta revisión de página ha sido <strong>suprimida</strong>.\";'),('arn','messages:rev-suppressed-text-permission','s:162:\"es:Esta revisión ha sido <strong>suprimida</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/suppress|page=$1}} registro de supresiones].\";'),('arn','messages:rev-suppressed-text-unhide','s:242:\"es:Esta revisión ha sido <strong>suprimida</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} registro de supresiones].\nComo supresor, aún puedes [$1 ver esta revisión] si lo deseas.\";'),('arn','messages:rev-suppressed-text-view','s:199:\"es:Esta revisión ha sido <strong>suprimida</strong>.\nAún tienes la posibilidad de verla. Para más información, consulta el [{{fullurl:{{#Special:Log}}/suppress|page=$1}} registro de supresiones].\";'),('arn','messages:rev-suppressed-unhide-diff','s:233:\"es:Una de las revisiones ha sido <strong>suprimida</strong>.\nPara más información, consulta el [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} registro de supresiones].\nAún puedes [$1 ver la diferencia] si lo deseas.\";'),('arn','messages:revdel-restore','s:24:\"arn:kalekünun pengengen\";'),('arn','messages:revdelete-concurrent-change','s:157:\"es:Error al modificar el elemento del $1 a las $2: parece que otro usuario cambió su estado mientras tratabas de modificarlo. Por favor, revisa el registro.\";'),('arn','messages:revdelete-confirm','s:171:\"es:Por favor confirma que deseas realizar la operación, que entiendes sus consecuencias y que realizas esta acción siguiendo [[{{MediaWiki:Policy-url}}|las políticas]].\";'),('arn','messages:revdelete-content-hid','s:15:\"arn:ellka zungu\";'),('arn','messages:revdelete-content-unhid','s:21:\"es:contenido mostrado\";'),('arn','messages:revdelete-edit-reasonlist','s:31:\"arn:Wirin dungu ñamümgün mew\";'),('arn','messages:revdelete-edit-reasonlist-suppress','s:31:\"es:Editar motivos de supresión\";'),('arn','messages:revdelete-failure','s:63:\"es:No se ha podido cambiar la visibilidad de las revisiones:\n$1\";'),('arn','messages:revdelete-hide-comment','s:22:\"es:Resumen de edición\";'),('arn','messages:revdelete-hide-current','s:95:\"es:Error al ocultar la revisión del $1 a las $2: es la revisión actual y no se puede ocultar.\";'),('arn','messages:revdelete-hide-image','s:35:\"es:Ocultar el contenido del archivo\";'),('arn','messages:revdelete-hide-name','s:42:\"es:Ocultar la selección y sus parámetros\";'),('arn','messages:revdelete-hide-restricted','s:62:\"es:Suprimir para todos los usuarios, incluidos administradores\";'),('arn','messages:revdelete-hide-text','s:24:\"es:Texto de la revisión\";'),('arn','messages:revdelete-hide-user','s:23:\"es:Nombre/IP del editor\";'),('arn','messages:revdelete-legend','s:42:\"es:Establecer restricciones de visibilidad\";'),('arn','messages:revdelete-log','s:10:\"es:Motivo:\";'),('arn','messages:revdelete-modify-missing','s:85:\"es:Error al modificar el elemento con ID $1: no se ha encontrado en la base de datos.\";'),('arn','messages:revdelete-modify-no-access','s:134:\"es:Error al modificar el elemento del $1 a las $2: este elemento ha sido marcado como \"restringido\", por tanto no tienes acceso a él.\";'),('arn','messages:revdelete-no-change','s:116:\"es:<strong>Atención:</strong> la revisión del $1 a las $2 ya tiene las restricciones de visibilidad seleccionadas.\";'),('arn','messages:revdelete-no-file','s:37:\"es:El archivo especificado no existe.\";'),('arn','messages:revdelete-nooldid-text','s:188:\"es:O bien no se ha especificado una revisión destino sobre la que realizar esta función, o bien la revisión especificada no existe, o bien estás intentando ocultar la revisión actual.\";'),('arn','messages:revdelete-nooldid-title','s:37:\"es:La revisión destino es incorrecta\";'),('arn','messages:revdelete-offender','s:25:\"es:Autor de la revisión:\";'),('arn','messages:revdelete-only-restricted','s:176:\"es:Error al ocultar el elemento del $1 a las $2: no puedes suprimir elementos de cara a los administradores sin seleccionar al mismo tiempo otra de las opciones de visibilidad.\";'),('arn','messages:revdelete-otherreason','s:15:\"es:Otro motivo:\";'),('arn','messages:revdelete-radio-same','s:15:\"es:(no cambiar)\";'),('arn','messages:revdelete-radio-set','s:9:\"es:Oculta\";'),('arn','messages:revdelete-radio-unset','s:10:\"es:Visible\";'),('arn','messages:revdelete-reason-dropdown','s:178:\"es:*Razones de borrado más comunes\n** Violación de los derechos de autor\n** Comentarios inapropiados\n** Nombre de usuario inapropiado\n** Información potencialmente difamatoria\";'),('arn','messages:revdelete-reason-dropdown-suppress','s:75:\"es:*Razones de supresión más comunes\n** Información personal inapropiada\";'),('arn','messages:revdelete-reasonotherlist','s:14:\"es:Otro motivo\";'),('arn','messages:revdelete-restricted','s:47:\"es:restricciones para administradores aplicadas\";'),('arn','messages:revdelete-selected-file','s:74:\"es:{{PLURAL:$1|Versión seleccionada|Versiones seleccionadas}} de [[:$2]]:\";'),('arn','messages:revdelete-selected-text','s:76:\"es:{{PLURAL:$1|Revisión seleccionada|Revisiones seleccionadas}} de [[:$2]]:\";'),('arn','messages:revdelete-show-file-confirm','s:101:\"es:¿Seguro que quieres ver la revisión borrada del archivo «<nowiki>$1</nowiki>» del $2 a las $3?\";'),('arn','messages:revdelete-show-file-submit','s:7:\"arn:May\";'),('arn','messages:revdelete-show-no-access','s:132:\"es:Error al mostrar el elemento del $1 a las $2: este elemento ha sido marcado como \"restringido\", por tanto no tienes acceso a él.\";'),('arn','messages:revdelete-submit','s:81:\"es:Aplicar a {{PLURAL:$1|la revisión seleccionada|las revisiones seleccionadas}}\";'),('arn','messages:revdelete-success','s:47:\"es:Se cambió la visibilidad de las revisiones.\";'),('arn','messages:revdelete-summary-hid','s:31:\"es:resumen de edición ocultado\";'),('arn','messages:revdelete-summary-unhid','s:31:\"es:resumen de edición mostrado\";'),('arn','messages:revdelete-suppress','s:62:\"es:Suprimir para todos los usuarios, incluidos administradores\";'),('arn','messages:revdelete-suppress-text','s:314:\"es:La herramienta de supresión <strong>solo</strong> debería usarse en los siguientes casos:\n* información potencialmente injuriosa o calumniante.\n* información personal inapropiada, tal como:\n*: <em>nombres, domicilios, números de teléfono, números de identificación nacional e información análoga.</em>\";'),('arn','messages:revdelete-text-file','s:144:\"es:Las versiones eliminadas seguirán apareciendo en el historial del archivo, pero partes de su contenido serán inaccesibles para el público.\";'),('arn','messages:revdelete-text-others','s:134:\"es:Los demás administradores podrán acceder al contenido oculto y restaurarlo, a menos que se establezcan restricciones adicionales.\";'),('arn','messages:revdelete-text-text','s:144:\"es:Las revisiones eliminadas seguirán apareciendo en el historial de la página, pero parte de su contenido será inaccesible para el público.\";'),('arn','messages:revdelete-uname-hid','s:29:\"es:nombre de usuario ocultado\";'),('arn','messages:revdelete-uname-unhid','s:29:\"es:nombre de usuario mostrado\";'),('arn','messages:revdelete-unrestricted','s:48:\"es:restricciones para administradores eliminadas\";'),('arn','messages:revdelete-unsuppress','s:55:\"es:Eliminar restricciones de las revisiones restauradas\";'),('arn','messages:reverted','s:37:\"es:Revertido a una revisión anterior\";'),('arn','messages:revertmerge','s:24:\"arn:Wüñoeltun nülkün\";'),('arn','messages:revertmove','s:15:\"arn:wüñoeltun\";'),('arn','messages:revertpage','s:125:\"es:Revertidos los cambios de [[Special:Contributions/$2|$2]] ([[User talk:$2|disc.]]) a la última edición de [[User:$1|$1]]\";'),('arn','messages:revertpage-anon','s:107:\"es:Revertidas las modificaciones de [[Special:Contributions/$2|$2]] a la última versión de [[User:$1|$1]]\";'),('arn','messages:revertpage-nouser','s:118:\"es:Revertidas las ediciones hechas por un usuario oculto a la última revisión hecha por {{GENDER:$1|[[User:$1|$1]]}}\";'),('arn','messages:revid','s:15:\"es:revisión $1\";'),('arn','messages:revision-info','s:42:\"arn:{{GENDER:$6|$2}}$7 wüñokintuy $1 mew\";'),('arn','messages:revision-info-current','s:4:\"en:-\";'),('arn','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('arn','messages:revisionasof','s:17:\"arn:Malün $1 mew\";'),('arn','messages:revisiondelete','s:30:\"es:Borrar/restaurar revisiones\";'),('arn','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('arn','messages:right-apihighlimits','s:61:\"es:Usar límites más altos en peticiones a través de la API\";'),('arn','messages:right-applychangetags','s:67:\"es:Aplicar [[Special:Tags|etiquetas]] junto con los cambios propios\";'),('arn','messages:right-autoconfirmed','s:78:\"es:No resultar afectado por los límites de frecuencia de edición para las IP\";'),('arn','messages:right-autocreateaccount','s:69:\"es:Iniciar sesión automáticamente con una cuenta de usuario externa\";'),('arn','messages:right-autopatrol','s:57:\"es:Marcar sus ediciones automáticamente como verificadas\";'),('arn','messages:right-bigdelete','s:42:\"es:Borrar páginas con historiales grandes\";'),('arn','messages:right-block','s:47:\"es:Bloquear a otros usuarios para que no editen\";'),('arn','messages:right-blockemail','s:71:\"es:Bloquear a un usuario para que no pueda mandar correos electrónicos\";'),('arn','messages:right-bot','s:42:\"es:Ser tratado como un proceso automático\";'),('arn','messages:right-browsearchive','s:32:\"arn:kintun pakina ñamümüngelu\";'),('arn','messages:right-changetags','s:108:\"es:Agregar y quitar [[Special:Tags|etiquetas]] arbitrarias a revisiones individuales y entradas del registro\";'),('arn','messages:right-createaccount','s:34:\"es:Crear cuentas de usuario nuevas\";'),('arn','messages:right-createpage','s:46:\"arn:Llitun pakina (nütramkayam pakinanongelu)\";'),('arn','messages:right-createtalk','s:30:\"arn:Llitun nütramkayam pakina\";'),('arn','messages:right-delete','s:21:\"arn:Ñamümün pakina\";'),('arn','messages:right-delete-redirect','s:60:\"es:Borrar páginas cuya única revisión es una redirección\";'),('arn','messages:right-deletechangetags','s:58:\"es:Eliminar [[Special:Tags|etiquetas]] de la base de datos\";'),('arn','messages:right-deletedhistory','s:62:\"es:Ver el historial de páginas borradas sin su texto asociado\";'),('arn','messages:right-deletedtext','s:60:\"es:Ver texto borrado y los cambios entre revisiones borradas\";'),('arn','messages:right-deletelogentry','s:55:\"es:Borrar y restaurar entradas de registro específicas\";'),('arn','messages:right-deleterevision','s:57:\"es:Borrar y restaurar revisiones específicas de páginas\";'),('arn','messages:right-edit','s:22:\"arn:Kümeelün tapülh\";'),('arn','messages:right-editcontentmodel','s:47:\"es:Editar el modelo de contenido de una página\";'),('arn','messages:right-editinterface','s:32:\"es:Editar la interfaz de usuario\";'),('arn','messages:right-editmyoptions','s:26:\"es:Editar tus preferencias\";'),('arn','messages:right-editmyprivateinfo','s:80:\"es:Editar su propia información privada (ej.: correo electrónico, nombre real)\";'),('arn','messages:right-editmyusercss','s:26:\"es:Editar tus archivos CSS\";'),('arn','messages:right-editmyuserjs','s:33:\"es:Editar tus archivos JavaScript\";'),('arn','messages:right-editmyuserjson','s:46:\"es:Editar tus propias páginas en formato JSON\";'),('arn','messages:right-editmyuserjsredirect','s:89:\"es:Editar tus propias páginas de usuario en formato JavaScript cuando sean redirecciones\";'),('arn','messages:right-editmywatchlist','s:129:\"es:Editar su propia lista de seguimiento (ten en cuenta que algunas acciones seguirán añadiendo páginas aun sin este permiso).\";'),('arn','messages:right-editprotected','s:66:\"es:Editar páginas protegidas como «{{int:protect-level-sysop}}»\";'),('arn','messages:right-editsemiprotected','s:74:\"es:Editar páginas protegidas como «{{int:protect-level-autoconfirmed}}»\";'),('arn','messages:right-editsitecss','s:30:\"es:Editar CSS global del sitio\";'),('arn','messages:right-editsitejs','s:37:\"es:Editar JavaScript global del sitio\";'),('arn','messages:right-editsitejson','s:31:\"es:Editar JSON global del sitio\";'),('arn','messages:right-editusercss','s:47:\"es:Editar las páginas de CSS de otros usuarios\";'),('arn','messages:right-edituserjs','s:54:\"es:Editar las páginas de JavaScript de otros usuarios\";'),('arn','messages:right-edituserjson','s:48:\"es:Editar las páginas de JSON de otros usuarios\";'),('arn','messages:right-hideuser','s:55:\"es:Bloquear un nombre de usuario, haciéndolo invisible\";'),('arn','messages:right-import','s:38:\"es:Importar páginas desde otras wikis\";'),('arn','messages:right-importupload','s:37:\"es:Importar páginas desde un archivo\";'),('arn','messages:right-ipblock-exempt','s:54:\"es:Evitar bloqueos a IP, automáticos y por intervalos\";'),('arn','messages:right-managechangetags','s:50:\"es:Crear y (des)activar [[Special:Tags|etiquetas]]\";'),('arn','messages:right-markbotedits','s:50:\"es:Marcar las reversiones como ediciones de un bot\";'),('arn','messages:right-mergehistory','s:35:\"es:Fusionar historiales de páginas\";'),('arn','messages:right-mf-uploadbutton','s:48:\"es:Usar el botón de carga en páginas móviles.\";'),('arn','messages:right-minoredit','s:32:\"es:Marcar ediciones como menores\";'),('arn','messages:right-move','s:21:\"arn:Nengümün pakina\";'),('arn','messages:right-move-categorypages','s:24:\"es:Trasladar categorías\";'),('arn','messages:right-move-rootuserpages','s:38:\"es:Trasladar páginas raíz de usuario\";'),('arn','messages:right-move-subpages','s:41:\"es:Trasladar páginas con sus subpáginas\";'),('arn','messages:right-movefile','s:21:\"es:Trasladar archivos\";'),('arn','messages:right-noanalytics','s:41:\"es:Exento de seguimiento de análisis web\";'),('arn','messages:right-nominornewtalk','s:98:\"es:No accionar el aviso de mensajes nuevos al realizar ediciones menores en páginas de discusión\";'),('arn','messages:right-noratelimit','s:66:\"es:No resultar afectado por los límites de frecuencia de edición\";'),('arn','messages:right-override-export-depth','s:77:\"es:Exportar páginas, incluidas aquellas enlazadas hasta una profundidad de 5\";'),('arn','messages:right-pagelang','s:34:\"es:Cambiar el idioma de la página\";'),('arn','messages:right-patrol','s:45:\"es:Marcar ediciones de otros como verificadas\";'),('arn','messages:right-patrolmarks','s:55:\"es:Ver las marcas de verificación de cambios recientes\";'),('arn','messages:right-protect','s:80:\"es:Cambiar configuración de protección y editar páginas protegidas en cascada\";'),('arn','messages:right-purge','s:39:\"es:Purgar la antememoria de una página\";'),('arn','messages:right-read','s:16:\"es:Leer páginas\";'),('arn','messages:right-reupload','s:51:\"es:Subir una nueva versión de un archivo existente\";'),('arn','messages:right-reupload-own','s:48:\"es:Subir una nueva versión de un archivo propio\";'),('arn','messages:right-reupload-shared','s:85:\"es:Sobrescribir localmente archivos presentes en el repositorio multimedia compartido\";'),('arn','messages:right-rollback','s:98:\"es:Revertir rápidamente las ediciones del último usuario que modificó una página en particular\";'),('arn','messages:right-sendemail','s:45:\"es:Enviar mensajes de correo a otros usuarios\";'),('arn','messages:right-siteadmin','s:42:\"es:Bloquear y desbloquear la base de datos\";'),('arn','messages:right-suppressionlog','s:25:\"es:Ver registros privados\";'),('arn','messages:right-suppressredirect','s:44:\"es:Trasladar páginas sin dejar redirección\";'),('arn','messages:right-suppressrevision','s:82:\"es:Ver, ocultar y mostrar revisiones específicas de páginas de cualquier usuario\";'),('arn','messages:right-unblockself','s:28:\"es:Desbloquearse a sí mismo\";'),('arn','messages:right-undelete','s:33:\"arn:Wüñoñamümün kiñe pakina\";'),('arn','messages:right-unwatchedpages','s:41:\"es:Ver una lista de páginas no vigiladas\";'),('arn','messages:right-upload','s:17:\"es:Subir archivos\";'),('arn','messages:right-upload_by_url','s:38:\"es:Subir un archivo a traves de un URL\";'),('arn','messages:right-userrights','s:42:\"es:Modificar todos los permisos de usuario\";'),('arn','messages:right-userrights-interwiki','s:51:\"es:Modificar los permisos de usuario en otros wikis\";'),('arn','messages:right-viewmyprivateinfo','s:77:\"es:Ver su propia información privada (ej.: correo electrónico, nombre real)\";'),('arn','messages:right-viewmywatchlist','s:37:\"es:Ver su propia lista de seguimiento\";'),('arn','messages:right-viewsuppressed','s:46:\"es:Ver revisiones ocultas de cualquier usuario\";'),('arn','messages:right-writeapi','s:35:\"es:Hacer uso de la API de escritura\";'),('arn','messages:rightslog','s:34:\"arn:Pünefe ñi elungen wirintukun\";'),('arn','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('arn','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('arn','messages:rightslogentry-temporary-group','s:26:\"es:$1 (temporal, hasta $2)\";'),('arn','messages:rightslogtext','s:62:\"es:Este es un registro de cambios en los permisos de usuarios.\";'),('arn','messages:rightsnone','s:14:\"arn:chemnorume\";'),('arn','messages:rollback','s:21:\"es:Revertir ediciones\";'),('arn','messages:rollback-confirmation-confirm','s:23:\"es:Por favor, confirma:\";'),('arn','messages:rollback-confirmation-no','s:11:\"es:Cancelar\";'),('arn','messages:rollback-confirmation-yes','s:11:\"es:Revertir\";'),('arn','messages:rollback-missingparam','s:49:\"es:Faltan parámetros requeridos en la solicitud.\";'),('arn','messages:rollback-missingrevision','s:45:\"es:No se pueden cargar datos de la revisión.\";'),('arn','messages:rollback-success','s:100:\"es:Revertidas las ediciones de {{GENDER:$3|$1}};\nrecuperada la última versión de {{GENDER:$4|$2}}.\";'),('arn','messages:rollbackfailed','s:22:\"es:No se pudo revertir\";'),('arn','messages:rollbacklink','s:15:\"arn:wüñoeltun\";'),('arn','messages:rollbacklinkcount','s:43:\"arn:wüñoeltun $1 {{PLURAL:$1|kakünukan}}\";'),('arn','messages:rollbacklinkcount-morethan','s:55:\"es:revertir más de $1 {{PLURAL:$1|edición|ediciones}}\";'),('arn','messages:rotate-comment','s:65:\"es:Imagen girada $1 {{PLURAL:$1|grado|grados}} en sentido horario\";'),('arn','messages:sat','s:7:\"arn:saf\";'),('arn','messages:saturday','s:10:\"arn:Safado\";'),('arn','messages:saturday-at','s:22:\"es:el sábado a las $1\";'),('arn','messages:savearticle','s:17:\"arn:Tapülh eltun\";'),('arn','messages:savearticle-start','s:21:\"es:Guardar página…\";'),('arn','messages:savechanges','s:18:\"es:Guardar cambios\";'),('arn','messages:savechanges-start','s:21:\"es:Guardar cambios…\";'),('arn','messages:savedprefs','s:36:\"es:Se han guardado tus preferencias.\";'),('arn','messages:savedrights','s:69:\"es:Se han guardado los grupos de {{GENDER:$1|usuario|usuaria}} de $1.\";'),('arn','messages:savefile','s:18:\"es:Guardar archivo\";'),('arn','messages:saveprefs','s:10:\"es:Guardar\";'),('arn','messages:saveusergroups','s:57:\"es:Guardar grupos {{GENDER:$1|del usuario|de la usuaria}}\";'),('arn','messages:scarytranscludedisabled','s:48:\"es:[Transclusión interwiki está deshabilitada]\";'),('arn','messages:scarytranscludefailed','s:43:\"es:[Obtención de plantilla falló para $1]\";'),('arn','messages:scarytranscludefailed-httpstatus','s:57:\"es:[Error de recuperación de plantilla para $1: HTTP $2]\";'),('arn','messages:scarytranscludetoolong','s:30:\"es:[El URL es demasiado largo]\";'),('arn','messages:search','s:10:\"arn:Kintun\";'),('arn','messages:search-category','s:18:\"es:(categoría $1)\";'),('arn','messages:search-error','s:37:\"es:Ha ocurrido un error al buscar: $1\";'),('arn','messages:search-external','s:20:\"es:Búsqueda externa\";'),('arn','messages:search-file-match','s:32:\"arn:(legpey eltukawün ñi nien)\";'),('arn','messages:search-filter-title-prefix','s:66:\"es:Buscar solo en las páginas cuyos títulos comiencen por «$1»\";'),('arn','messages:search-filter-title-prefix-reset','s:31:\"es:Buscar en todas las páginas\";'),('arn','messages:search-ignored-headings','s:636:\"es: #<!-- dejar esta línea exactamente como está --> <pre>\n# Títulos que serán ignorados por la búsqueda.\n# Los cambios estarán en vigor tan pronto como la página con el título esté indexada.\n# Puedes forzar la reindexación de una página haciendo una edición nula.\n# La sintaxis es la siguiente:\n#   * Todo lo que sigue a un carácter \"#\" hasta el final de la línea, es un comentario.\n#   * Todas las líneas que no están en blanco son los títulos exactos que se ignorarán (diferenciando mayúsculas de minúsculas).\nReferencias\nEnlaces externos\nVéase también\n #</pre> <!-- dejar esta línea exactamente como está -->\";'),('arn','messages:search-interwiki-custom','s:3:\"en:\";'),('arn','messages:search-interwiki-more','s:9:\"arn:(Doy)\";'),('arn','messages:search-interwiki-more-results','s:18:\"es:más resultados\";'),('arn','messages:search-interwiki-resultset-link','s:27:\"es:Ver todos los resultados\";'),('arn','messages:search-invalid-sort-order','s:117:\"es:La ordenación $1 no está reconocida, se aplicará la ordenación por defecto. Las ordenaciones válidas sonː $2\";'),('arn','messages:search-match-redirect-help','s:125:\"es:Selecciona esta opción para que se te redirija a una página cuando el título de la página coincida con lo que buscaste\";'),('arn','messages:search-match-redirect-label','s:46:\"es:Redirigir a coincidencias exactas al buscar\";'),('arn','messages:search-nonefound','s:46:\"arn:Tripalu zungu falilay chumngechi kintuael.\";'),('arn','messages:search-nonefound-thiswiki','s:74:\"es:No hay resultados que cumplan los criterios de búsqueda en este sitio.\";'),('arn','messages:search-redirect','s:20:\"arn:(amultun $1 mew)\";'),('arn','messages:search-relatedarticle','s:14:\"es:Relacionado\";'),('arn','messages:search-result-category-size','s:84:\"arn:{{PLURAL:$1 koneltulu}} ({{PLURAL:$2 minche trokiñ}}, {{PLURAL:$3 eltukawün}})\";'),('arn','messages:search-result-size','s:29:\"arn:$1 ({{PLURAL:$2 nhemvl}})\";'),('arn','messages:search-rewritten','s:76:\"es:Se muestran los resultados de $1. No se han encontrado resultados por $2.\";'),('arn','messages:search-section','s:20:\"arn:(katrüntuku $1)\";'),('arn','messages:search-showingresults','s:126:\"arn:{{PLURAL:$4|Tripalu <strong>$1</strong> <strong>$3</strong> mew|Tripalu <strong>$1 - $2</strong> <strong>$3</strong> mew}}\";'),('arn','messages:search-suggest','s:30:\"arn:Ayüafuymi mi kintuael: $1\";'),('arn','messages:search-summary','s:3:\"en:\";'),('arn','messages:search-unknown-profile','s:83:\"es:No se reconoce el perfil de búsqueda $1; se aplicará el perfil predeterminado.\";'),('arn','messages:search-warning','s:53:\"es:Se ha producido un aviso al hacer la búsqueda: $1\";'),('arn','messages:searchall','s:7:\"arn:kom\";'),('arn','messages:searcharticle','s:9:\"arn:Amupe\";'),('arn','messages:searchbutton','s:10:\"arn:Kintun\";'),('arn','messages:searchdisabled','s:191:\"es:Las búsquedas en {{SITENAME}} están desactivadas.\nMientras tanto puedes buscar mediante Google, pero ten en cuenta que sus índices relativos a {{SITENAME}} pueden estar desactualizados.\";'),('arn','messages:searchlimit-help','s:22:\"es:Número máximo: $1\";'),('arn','messages:searchlimit-label','s:64:\"es:Número de resultados de búsqueda a mostrar en cada página:\";'),('arn','messages:searchmenu-exists','s:132:\"arn:<strong>Müley kiñe tapülh «[[:$1]]» pingelu fachi wiki mew</strong> {{PLURAL:$2|0=|Pengepe kake tripachi zugu kintun mew.}}\";'),('arn','messages:searchmenu-new','s:156:\"arn:<strong>Zewmayam chi tapülh «[[:$1]]» fachi wiki mew.</strong> {{PLURAL:$2|0=|Leliniengepe ka pengechi tapülh.|Leliniengepe kake pengechi tapülh.}}\";'),('arn','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('arn','messages:searchprofile-advanced','s:13:\"arn:Zoy amulu\";'),('arn','messages:searchprofile-advanced-tooltip','s:41:\"arn:Kintun Wünezulliñ üytun ñi wellin\";'),('arn','messages:searchprofile-articles','s:25:\"arn:Trokiñ zungu tapülh\";'),('arn','messages:searchprofile-articles-tooltip','s:17:\"arn:kintun $1 mew\";'),('arn','messages:searchprofile-everything','s:14:\"arn:Fill zungu\";'),('arn','messages:searchprofile-everything-tooltip','s:56:\"arn:Kintun kom trokiñdungu (ka konkülechi nütramkawe)\";'),('arn','messages:searchprofile-images','s:15:\"arn:Fill nentun\";'),('arn','messages:searchprofile-images-tooltip','s:21:\"arn:Kintun eltukawün\";'),('arn','messages:searchrelated','s:17:\"arn:koneltuyelelu\";'),('arn','messages:searchresults','s:26:\"arn:Tripalu chi kintun mew\";'),('arn','messages:searchresults-title','s:33:\"arn:Tripalu chi $1 ñi kintun mew\";'),('arn','messages:searchresultshead','s:10:\"arn:Kintun\";'),('arn','messages:searchsuggest-containing','s:28:\"arn:Kintun kom tapülh nielu\";'),('arn','messages:searchsuggest-search','s:27:\"arn:Kintun {{SITENAME}} mew\";'),('arn','messages:seconds','s:39:\"es:{{PLURAL:$1|un segundo|$1 segundos}}\";'),('arn','messages:seconds-abbrev','s:6:\"es:$1s\";'),('arn','messages:seconds-ago','s:41:\"es:hace $1 {{PLURAL:$1|segundo|segundos}}\";'),('arn','messages:sectioneditnotsupported-text','s:92:\"es:No se admite la edición de secciones en esta página, o está desactivada en esta vista.\";'),('arn','messages:sectioneditnotsupported-title','s:35:\"es:Edición de sección no admitida\";'),('arn','messages:selfmove','s:77:\"es:El título es el mismo;\nno se puede trasladar una página sobre sí misma.\";'),('arn','messages:selfredirect','s:279:\"es:<strong>Advertencia:</strong> estás redirigiendo esta página a sí misma.\nPuede que hayas especificado erróneamente el destino de la redirección, o quizá estés editando la página equivocada. En cualquier caso, si haces clic de nuevo en \"$1\", se creará la redirección.\";'),('arn','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('arn','messages:semiprotectedpagemovewarning','s:190:\"es:<strong>Nota:</strong> esta página ha sido protegida para que solo usuarios autoconfirmados puedan trasladarla.\nA continuación se muestra la última entrada de registro como referencia:\";'),('arn','messages:semiprotectedpagewarning','s:194:\"es:<strong>Nota:</strong> Esta página ha sido protegida para que solo puedan editarla usuarios autoconfirmados.\nA continuación se muestra la última entrada de registro para más información:\";'),('arn','messages:sep','s:7:\"arn:sep\";'),('arn','messages:september','s:24:\"arn:setiempüre küyeṉ\";'),('arn','messages:september-gen','s:23:\"arn:setiempüre küyenh\";'),('arn','messages:servertime','s:21:\"es:Hora del servidor:\";'),('arn','messages:session_fail_preview','s:362:\"es:Lo sentimos, no hemos podido procesar tu edición debido a una pérdida de los datos de sesión.\n\nPuede que se haya cerrado tu sesión. <strong> Verifica que hayas accedido e inténtalo de nuevo</strong>.\nSi el problema persiste, prueba a [[Special:UserLogout|cerrar sesión]] y volver a acceder. Y verifica que tu navegador permita las cookies de este sitio.\";'),('arn','messages:session_fail_preview_html','s:486:\"es:Lo sentimos, no hemos podido procesar tu edición debido a una pérdida de datos de sesión.\n\n<em>La previsualización está oculta como prevención frente a ataques JavaScript, puesto que esta wiki tiene habilitado el HTML en bruto.</em>\n\n<strong>Si se trata de un intento legítimo de modificación, inténtalo de nuevo.</strong>\nSi aún así no funcionase, prueba a [[Special:UserLogout|cerrar sesión]] y volver a acceder y verifica que tu navegador acepte cookies de este sitio.\";'),('arn','messages:sessionfailure','s:160:\"es:Parece que hay un problema con tu sesión;\nse ha cancelado esta acción como medida de precaución contra el robo de sesiones.\nEnvía el formulario otra vez.\";'),('arn','messages:sessionfailure-title','s:19:\"es:Error de sesión\";'),('arn','messages:sessionmanager-tie','s:79:\"es:No se pueden combinar múltiples tipos de autenticación de solicitudes: $1.\";'),('arn','messages:sessionprovider-generic','s:14:\"es:sesiones $1\";'),('arn','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:30:\"es:sesiones basadas en cookies\";'),('arn','messages:sessionprovider-nocookies','s:77:\"es:Puede que las cookies estén desactivadas. Actívalas y comienza de nuevo.\";'),('arn','messages:shared-repo','s:28:\"es:un repositorio compartido\";'),('arn','messages:shared-repo-from','s:8:\"es:de $1\";'),('arn','messages:shared-repo-name-wikimediacommons','s:20:\"es:Wikimedia Commons\";'),('arn','messages:shareddescriptionfollows','s:4:\"en:-\";'),('arn','messages:sharedupload','s:63:\"es:Este archivo es de $1 y puede ser usado por otros proyectos.\";'),('arn','messages:sharedupload-desc-create','s:158:\"es:Este archivo es de $1 y puede ser utilizado por otros proyectos.\nTal vez desee editar la descripción de su [$2 página de descripción del archivo] allí.\";'),('arn','messages:sharedupload-desc-edit','s:159:\"es:Este archivo es de $1 y puede ser utilizado por otros proyectos.\nTal vez desee editar la descripción de su [$2  página de descripción del archivo] allí.\";'),('arn','messages:sharedupload-desc-here','s:146:\"arn:Tüfachi eltukawün küpay $1 mew. Pepipünengey kake deumandungu.\nFey ñi chumngen mülelu ($2 fey ñi chumngen wülngiñ) pengeli tüfa mew.\";'),('arn','messages:sharedupload-desc-there','s:151:\"es:Este archivo es de $1 y puede ser usado por otros proyectos.\nPor favor mira la [$2 página de descripción del archivo] para información adicional.\";'),('arn','messages:shortpages','s:16:\"arn:Pichi pakina\";'),('arn','messages:shortpages-summary','s:3:\"en:\";'),('arn','messages:show','s:13:\"arn:Pengelün\";'),('arn','messages:show-big-image','s:22:\"arn:Llügun eltukawün\";'),('arn','messages:show-big-image-other','s:38:\"arn:Kake {{PLURAL:$2|elzungukan}}: $1.\";'),('arn','messages:show-big-image-preview','s:38:\"arn:Chuntengen tüfachi pengelpelu: $1\";'),('arn','messages:show-big-image-preview-differ','s:59:\"es:Tamaño de esta previsualización $3 del archivo $2: $1.\";'),('arn','messages:show-big-image-size','s:19:\"arn:$1 × $2 pigsel\";'),('arn','messages:showdiff','s:23:\"arn:Pengelngen kakünun\";'),('arn','messages:showhideselectedlogentries','s:68:\"es:Cambiar la visibilidad de las entradas del registro seleccionadas\";'),('arn','messages:showhideselectedversions','s:43:\"es:Mostrar/ocultar revisiones seleccionadas\";'),('arn','messages:showingresults','s:152:\"es:Abajo se {{PLURAL:$1|muestra <strong>1</strong> resultado|muestran hasta <strong>$1</strong> resultados}} comenzando por el n.º <strong>$2</strong>.\";'),('arn','messages:showingresultsinrange','s:165:\"es:Abajo se muestran hasta {{PLURAL:$1|<strong>1</strong> resultado|<strong>$1</strong> resultados}} entre el n.º <strong>$2</strong> y el n.º <strong>$3</strong>.\";'),('arn','messages:shown-title','s:50:\"arn:Pengelün $1 {{PLURAL:$1|tripalu}} tapülh mew\";'),('arn','messages:showpreview','s:19:\"arn:Pen chum müley\";'),('arn','messages:showtoc','s:11:\"arn:pegelpe\";'),('arn','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('arn','messages:sig-text','s:7:\"en:--$1\";'),('arn','messages:signature','s:65:\"arn:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|nütramkawün]])\";'),('arn','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('arn','messages:signature-temp','s:76:\"es:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|discusión]])\";'),('arn','messages:signupend','s:3:\"en:\";'),('arn','messages:signupend-https','s:3:\"en:\";'),('arn','messages:signupstart','s:3:\"en:\";'),('arn','messages:simpleantispam-label','s:63:\"es:Comprobación antispam.\n¡<strong>No</strong> rellenes esto!\";'),('arn','messages:site-atom-feed','s:29:\"arn:$1 ñi Atom ñi amuldungu\";'),('arn','messages:site-rss-feed','s:24:\"arn:$1 RSS ñi amuldungu\";'),('arn','messages:sitecsspreview','s:95:\"es:<strong>Recuerda que solo estás previsualizando este CSS.\n¡Aún no se ha grabado!</strong>\";'),('arn','messages:sitecssprotected','s:94:\"es:No tienes permiso para editar esta página CSS porque puede afectar a todos los visitantes.\";'),('arn','messages:sitejsonpreview','s:110:\"es:<strong>Recuerda que solo estas previsualizando esta configuración JSON. ¡Aún no se ha grabado!</strong>\";'),('arn','messages:sitejsonprotected','s:95:\"es:No tienes permiso para editar esta página JSON porque puede afectar a todos los visitantes.\";'),('arn','messages:sitejspreview','s:110:\"es:<strong>Recuerda que solo estás previsualizando este código JavaScript.\n¡Aún no se ha grabado!</strong>\";'),('arn','messages:sitejsprotected','s:104:\"es:No tienes permiso para editar esta página de JavaScript porque puede afectar a todos los visitantes.\";'),('arn','messages:sitenotice','s:4:\"en:-\";'),('arn','messages:siterawhtmlprotected','s:105:\"es:No tienes permiso para editar esta página porque tiene HTML que puede afectar a todos los visitantes.\";'),('arn','messages:sitesubtitle','s:3:\"en:\";'),('arn','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('arn','messages:siteuser','s:27:\"arn:Kellufe $1 {{SITENAME}}\";'),('arn','messages:siteusers','s:63:\"arn:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|pünefe}}|pünefe}} $1\";'),('arn','messages:size-bytes','s:8:\"arn:$1 b\";'),('arn','messages:size-exabytes','s:8:\"en:$1 EB\";'),('arn','messages:size-exapixel','s:8:\"en:$1 EP\";'),('arn','messages:size-gigabytes','s:9:\"arn:$1 Gb\";'),('arn','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('arn','messages:size-kilobytes','s:9:\"arn:$1 Kb\";'),('arn','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('arn','messages:size-megabytes','s:9:\"arn:$1 Mb\";'),('arn','messages:size-megapixel','s:8:\"en:$1 MP\";'),('arn','messages:size-petabytes','s:8:\"en:$1 PB\";'),('arn','messages:size-petapixel','s:8:\"en:$1 PP\";'),('arn','messages:size-pixel','s:35:\"es:$1 {{PLURAL:$1|píxel|píxeles}}\";'),('arn','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('arn','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('arn','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('arn','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('arn','messages:size-terabytes','s:8:\"en:$1 TB\";'),('arn','messages:size-terapixel','s:8:\"en:$1 TP\";'),('arn','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('arn','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('arn','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('arn','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('arn','messages:skin-action-addsection','s:20:\"arn:Püñamtun zungu\";'),('arn','messages:skin-action-delete','s:10:\"arn:Liftun\";'),('arn','messages:skin-action-move','s:14:\"arn:Nengümün\";'),('arn','messages:skin-action-protect','s:17:\"arn:Nürüfkünun\";'),('arn','messages:skin-action-undelete','s:20:\"arn:Wüñoñamümün\";'),('arn','messages:skin-action-unprotect','s:24:\"arn:Kalekünun kuñiwtun\";'),('arn','messages:skin-action-viewdeleted','s:26:\"arn:Küpaadkintuymi $1 am?\";'),('arn','messages:skin-action-viewsource','s:22:\"arn:Pengepe wirin zugu\";'),('arn','messages:skin-preview','s:19:\"arn:Pen chum müley\";'),('arn','messages:skin-view-create','s:10:\"arn:Dewman\";'),('arn','messages:skin-view-create-local','s:31:\"arn:Püñamtun ñi faw chumngen\";'),('arn','messages:skin-view-edit','s:14:\"arn:Kümeelün\";'),('arn','messages:skin-view-edit-local','s:28:\"es:Editar descripción local\";'),('arn','messages:skin-view-foreign','s:14:\"arn:Pen $1 mew\";'),('arn','messages:skin-view-history','s:20:\"arn:Pengepe tukulpan\";'),('arn','messages:skin-view-view','s:14:\"arn:Chillkatun\";'),('arn','messages:skinname-minerva','s:10:\"en:Minerva\";'),('arn','messages:skinname-vector','s:37:\"es:Versión heredada de Vector (2010)\";'),('arn','messages:skinname-vector-2022','s:16:\"es:Vector (2022)\";'),('arn','messages:slot-name-main','s:12:\"es:Principal\";'),('arn','messages:softblockrangesreason','s:108:\"es:Las contribuciones anónimas desde tu dirección IP ($1) no están permitidas. Por favor, inicia sesión.\";'),('arn','messages:sorbs','s:8:\"en:DNSBL\";'),('arn','messages:sorbs_create_account_reason','s:132:\"es:Tu dirección IP está catalogada como <em>proxy</em> abierto en la DNSBL que utiliza {{SITENAME}}. No se puede crear una cuenta.\";'),('arn','messages:sorbsreason','s:102:\"es:Tu dirección IP está catalogada como <em>proxy</em> abierto en la DNSBL que utiliza {{SITENAME}}.\";'),('arn','messages:sort-ascending','s:27:\"arn:Kümeelngen püra püle\";'),('arn','messages:sort-descending','s:28:\"arn:Kümeelngen minche püle\";'),('arn','messages:sort-initial','s:18:\"es:Ordenar inicial\";'),('arn','messages:sort-rowspan-error','s:156:\"es:Esta página contiene una tabla con un atributo de rowspan que abarca más filas que la tabla realmente tiene. Puedes arreglar esto al editar la página.\";'),('arn','messages:sourcefilename','s:32:\"es:Nombre del archivo de origen:\";'),('arn','messages:sourceurl','s:17:\"es:URL de origen:\";'),('arn','messages:sp-contributions-blocked-notice','s:203:\"es:{{GENDER:$1|Este usuario|Esta usuaria|Esta cuenta}} se encuentra actualmente bloquead{{GENDER:$1|o|a|a}}.\nA continuación se muestra la última entrada del registro de bloqueos para más información:\";'),('arn','messages:sp-contributions-blocked-notice-anon','s:151:\"es:Esta dirección IP se encuentra actualmente bloqueada.\nA continuación se muestra la última entrada del registro de bloqueos para mayor referencia.\";'),('arn','messages:sp-contributions-blocked-notice-anon-partial','s:152:\"es:Esta dirección IP se encuentra parcialmente bloqueada.\nA continuación se muestra la última entrada del registro de bloqueos para mayor referencia.\";'),('arn','messages:sp-contributions-blocked-notice-partial','s:147:\"es:Este usuario se encuentra parcialmente bloqueado.\nA continuación se muestra la última entrada del registro de bloqueos para más información:\";'),('arn','messages:sp-contributions-blocklog','s:27:\"arn:Katrüntukun wirintukun\";'),('arn','messages:sp-contributions-concurrency-ip','s:105:\"es:Disculpa, hay muchas solicitudes desde tu dirección IP en este momento. Por favor intenta más tarde.\";'),('arn','messages:sp-contributions-concurrency-user','s:122:\"es:Disculpa, hay muchas solicitudes que se están haciendo desde tu usuario en este momento. Por favor intenta más tarde.\";'),('arn','messages:sp-contributions-deleted','s:66:\"es:contribuciones {{GENDER:$1|del usuario|de la usuaria}} borradas\";'),('arn','messages:sp-contributions-explain','s:3:\"en:\";'),('arn','messages:sp-contributions-footer','s:4:\"en:-\";'),('arn','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('arn','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('arn','messages:sp-contributions-hideminor','s:28:\"es:Ocultar ediciones menores\";'),('arn','messages:sp-contributions-logs','s:14:\"arn:Wirintukun\";'),('arn','messages:sp-contributions-newonly','s:53:\"arn:Pengelngey müten kümeelün ta zewmapelu tapülh\";'),('arn','messages:sp-contributions-outofrange','s:112:\"es:No se pudo mostrar ningún resultado. El intervalo de IP seleccionado es mayor que el límite de CIDR de /$1.\";'),('arn','messages:sp-contributions-search','s:33:\"arn:Kintun fill kellufe ñi wirin\";'),('arn','messages:sp-contributions-submit','s:10:\"arn:Kintun\";'),('arn','messages:sp-contributions-suppresslog','s:68:\"es:contribuciones {{GENDER:$1|del usuario|de la usuaria}} suprimidas\";'),('arn','messages:sp-contributions-talk','s:14:\"arn:Nütramkan\";'),('arn','messages:sp-contributions-toponly','s:37:\"arn:Pengelün zoy weke malhün müten\";'),('arn','messages:sp-contributions-uploads','s:15:\"arn:Püramngelu\";'),('arn','messages:sp-contributions-username','s:37:\"arn:IP ñi üy kam pünekelu ñi üy:\";'),('arn','messages:sp-contributions-userrights','s:63:\"es:gestión de permisos {{GENDER:$1|del usuario|de la usuaria}}\";'),('arn','messages:sp-deletedcontributions-contribs','s:17:\"es:contribuciones\";'),('arn','messages:sp-newimages-showfrom','s:49:\"es:Mostrar archivos nuevos empezando desde $2, $1\";'),('arn','messages:spam_blanking','s:59:\"es:Todas las revisiones contienen enlaces a $1, blanqueando\";'),('arn','messages:spam_deleting','s:78:\"es:Todas las revisiones que contienen enlaces a $1, en proceso de eliminación\";'),('arn','messages:spam_reverting','s:65:\"es:Revirtiendo a la última versión que no contenga enlaces a $1\";'),('arn','messages:spambot_username','s:32:\"es:Limpieza de spam de MediaWiki\";'),('arn','messages:spamprotectionmatch','s:66:\"es:El siguiente texto es el que activó nuestro filtro de spam: $1\";'),('arn','messages:spamprotectiontext','s:127:\"es:El texto que intentas publicar contiene algún enlace externo prohibido por el filtro de spam, por lo que ha sido bloqueado.\";'),('arn','messages:spamprotectiontitle','s:32:\"es:Filtro de protección de spam\";'),('arn','messages:special-characters-group-arabic','s:9:\"es:Árabe\";'),('arn','messages:special-characters-group-arabicextended','s:18:\"es:Árabe ampliado\";'),('arn','messages:special-characters-group-bangla','s:11:\"es:Bengalí\";'),('arn','messages:special-characters-group-canadianaboriginal','s:32:\"es:Silabario aborigen canadiense\";'),('arn','messages:special-characters-group-cyrillic','s:12:\"es:Cirílico\";'),('arn','messages:special-characters-group-devanagari','s:13:\"es:Devanagari\";'),('arn','messages:special-characters-group-greek','s:9:\"es:Griego\";'),('arn','messages:special-characters-group-greekextended','s:18:\"es:Griego ampliado\";'),('arn','messages:special-characters-group-gujarati','s:12:\"es:Guyaratí\";'),('arn','messages:special-characters-group-hebrew','s:9:\"es:Hebreo\";'),('arn','messages:special-characters-group-ipa','s:6:\"es:AFI\";'),('arn','messages:special-characters-group-khmer','s:12:\"es:Camboyano\";'),('arn','messages:special-characters-group-lao','s:11:\"es:Laosiano\";'),('arn','messages:special-characters-group-latin','s:9:\"es:Latino\";'),('arn','messages:special-characters-group-latinextended','s:18:\"es:Latino ampliado\";'),('arn','messages:special-characters-group-persian','s:8:\"es:Persa\";'),('arn','messages:special-characters-group-runes','s:8:\"es:Runas\";'),('arn','messages:special-characters-group-sinhala','s:12:\"es:Cingalés\";'),('arn','messages:special-characters-group-symbols','s:12:\"es:Símbolos\";'),('arn','messages:special-characters-group-tamil','s:8:\"es:Tamil\";'),('arn','messages:special-characters-group-telugu','s:10:\"es:Telugú\";'),('arn','messages:special-characters-group-thai','s:13:\"es:Tailandés\";'),('arn','messages:special-characters-title-emdash','s:7:\"es:raya\";'),('arn','messages:special-characters-title-endash','s:12:\"es:semirraya\";'),('arn','messages:special-characters-title-minus','s:17:\"es:signo de resta\";'),('arn','messages:specialdeletepage-page','s:21:\"es:Página de destino\";'),('arn','messages:specialdeletepage-submit','s:18:\"es:Ir a la página\";'),('arn','messages:specialeditpage-page','s:21:\"es:Página de destino\";'),('arn','messages:specialeditpage-submit','s:18:\"es:Ir a la página\";'),('arn','messages:speciallogtitlelabel','s:51:\"arn:Puwün (üy kam {{ns:user}}:pünekelu ñi üy):\";'),('arn','messages:specialloguserlabel','s:12:\"arn:Kellufe:\";'),('arn','messages:specialmute','s:12:\"es:Silenciar\";'),('arn','messages:specialmute-email-footer','s:98:\"es:Para gestionar las preferencias de correo electrónico para el usuario {{BIDI:$2}} visita <$1>.\";'),('arn','messages:specialmute-error-invalid-user','s:51:\"es:No se encontró el nombre de usuario solicitado.\";'),('arn','messages:specialmute-error-no-options','s:288:\"es:Las funciones de silencio no están disponibles. Esto podría deberse a que no ha confirmado su dirección de correo electrónico, o porque el administrador de la wiki ha deshabilitado las funciones de correo electrónico y/o la lista de silencio de correo electrónico para esta wiki.\";'),('arn','messages:specialmute-header','s:79:\"es:Selecciona tus preferencias de silencio para <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('arn','messages:specialmute-label-mute-email','s:81:\"es:Silenciar los correos electrónicos de {{GENDER:$1|este usuario|esta usuaria}}\";'),('arn','messages:specialmute-login-required','s:70:\"es:Accede a tu cuenta para cambiar tus preferencias de silenciamiento.\";'),('arn','messages:specialmute-submit','s:12:\"es:Confirmar\";'),('arn','messages:specialmute-success','s:135:\"es:Tus preferencias de silencio han sido actualizadas. Mira todos los usuarios silenciados en [[Special:Preferences|tus preferencias]].\";'),('arn','messages:specialpage','s:11:\"arn:Kangelu\";'),('arn','messages:specialpage-empty','s:39:\"es:No hay resultados para este informe.\";'),('arn','messages:specialpage-securitylevel-not-allowed','s:76:\"es:No puedes utilizar esta página porque no se pudo verificar tu identidad.\";'),('arn','messages:specialpage-securitylevel-not-allowed-title','s:21:\"es:No está permitido\";'),('arn','messages:specialpagehistory-page','s:21:\"es:Página de destino\";'),('arn','messages:specialpagehistory-submit','s:18:\"es:Ir a la página\";'),('arn','messages:specialpageinfo-page','s:21:\"es:Página de destino\";'),('arn','messages:specialpageinfo-submit','s:18:\"es:Ir a la página\";'),('arn','messages:specialpages','s:19:\"arn:Wichuke tapülh\";'),('arn','messages:specialpages-group-changes','s:32:\"es:Cambios recientes y registros\";'),('arn','messages:specialpages-group-developer','s:36:\"es:Herramientas para desarrolladores\";'),('arn','messages:specialpages-group-highuse','s:22:\"es:Páginas sobre usos\";'),('arn','messages:specialpages-group-login','s:26:\"arn:Konün / zewman kuenta\";'),('arn','messages:specialpages-group-maintenance','s:28:\"es:Informes de mantenimiento\";'),('arn','messages:specialpages-group-media','s:26:\"es:Páginas sobre archivos\";'),('arn','messages:specialpages-group-other','s:28:\"es:Otras páginas especiales\";'),('arn','messages:specialpages-group-pages','s:21:\"es:Listas de páginas\";'),('arn','messages:specialpages-group-pagetools','s:25:\"arn:Küsawkawe pakina mew\";'),('arn','messages:specialpages-group-redirects','s:29:\"es:Búsquedas y redirecciones\";'),('arn','messages:specialpages-group-spam','s:25:\"es:Herramientas anti-SPAM\";'),('arn','messages:specialpages-group-users','s:22:\"es:Usuarios y permisos\";'),('arn','messages:specialpages-group-wiki','s:23:\"es:Herramientas y datos\";'),('arn','messages:specialpages-note-cached','s:4:\"en:-\";'),('arn','messages:specialpages-note-restricted','s:118:\"es:* Páginas especiales ordinarias.\n* <span class=\"mw-specialpagerestricted\">Páginas especiales restringidas.</span>\";'),('arn','messages:specialpages-note-top','s:10:\"es:Leyenda\";'),('arn','messages:specialpages-summary','s:3:\"en:\";'),('arn','messages:specialprotectpage-page','s:21:\"es:Página de destino\";'),('arn','messages:specialprotectpage-submit','s:18:\"es:Ir a la página\";'),('arn','messages:specialpurge-page','s:21:\"es:Página de destino\";'),('arn','messages:specialpurge-submit','s:18:\"es:Ir a la página\";'),('arn','messages:statistics','s:13:\"arn:Chuntelen\";'),('arn','messages:statistics-articles','s:24:\"es:Páginas de contenido\";'),('arn','messages:statistics-articles-desc','s:3:\"en:\";'),('arn','messages:statistics-edits','s:61:\"es:Ediciones en páginas desde que {{SITENAME}} fue instalado\";'),('arn','messages:statistics-edits-average','s:36:\"es:Promedio de ediciones por página\";'),('arn','messages:statistics-files','s:19:\"es:Archivos subidos\";'),('arn','messages:statistics-files-desc','s:3:\"en:\";'),('arn','messages:statistics-footer','s:3:\"en:\";'),('arn','messages:statistics-header-edits','s:29:\"es:Estadísticas de ediciones\";'),('arn','messages:statistics-header-hooks','s:22:\"es:Otras estadísticas\";'),('arn','messages:statistics-header-pages','s:28:\"es:Estadísticas de páginas\";'),('arn','messages:statistics-header-users','s:28:\"es:Estadísticas de usuarios\";'),('arn','messages:statistics-pages','s:10:\"arn:Pakina\";'),('arn','messages:statistics-pages-desc','s:91:\"es:Todas las páginas de la wiki, incluidas las páginas de discusión, redirecciones, etc.\";'),('arn','messages:statistics-summary','s:3:\"en:\";'),('arn','messages:statistics-users','s:23:\"es:Usuarios registrados\";'),('arn','messages:statistics-users-active','s:19:\"es:Usuarios activos\";'),('arn','messages:statistics-users-active-desc','s:96:\"es:Usuarios que han ejecutado una acción en {{PLURAL:$1|el último día|los últimos $1 días}}\";'),('arn','messages:storedversion','s:20:\"es:Versión guardada\";'),('arn','messages:subcategories','s:18:\"arn:Minche trokiñ\";'),('arn','messages:subject','s:10:\"arn:Zungu:\";'),('arn','messages:summary','s:14:\"arn:Pichikalu:\";'),('arn','messages:summary-preview','s:45:\"es:Previsualización del resumen de edición:\";'),('arn','messages:sun','s:7:\"arn:dom\";'),('arn','messages:sunday','s:11:\"arn:Zominko\";'),('arn','messages:sunday-at','s:22:\"es:el domingo a las $1\";'),('arn','messages:suppress','s:11:\"es:Supresor\";'),('arn','messages:suppressionlog','s:26:\"es:Registro de supresiones\";'),('arn','messages:suppressionlogtext','s:235:\"es:A continuación se muestra una lista de borrados y bloqueos relacionados con contenido oculto para los administradores.\nVéase la [[Special:BlockList|lista de bloqueos]], que incluye las prohibiciones y bloqueos actualmente activos.\";'),('arn','messages:suspicious-userlogout','s:129:\"es:Tu solicitud de desconexión ha sido denegada, pues parece haber sido enviada desde un navegador defectuoso o un proxy caché.\";'),('arn','messages:svg-long-desc','s:73:\"arn:SVG eltukawün, pingey $1 × $2 pigsel, eltukawün ñi tunte ngen: $3\";'),('arn','messages:svg-long-desc-animated','s:82:\"es:Archivo SVG animado, nominalmente de $1 × $2 píxeles, tamaño del archivo: $3\";'),('arn','messages:svg-long-error','s:29:\"es:Archivo SVG no válido: $1\";'),('arn','messages:syntaxhighlight-desc','s:181:\"es:Permite resaltar el código fuente usando la etiqueta <code>&lt;syntaxhighlight&gt;</code>. Esta extensión usa [http://pygments.org/ Pygments - Resaltador de sintaxis en Python]\";'),('arn','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('arn','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('arn','messages:syntaxhighlight-error-category','s:48:\"es:Páginas con errores de resaltado de sintaxis\";'),('arn','messages:syntaxhighlight-error-category-desc','s:78:\"es:Hubo un error al intentar resaltar el código que se incluye en la página.\";'),('arn','messages:syntaxhighlight-error-exceeds-size-limit','s:103:\"es:El tamaño del código ($1 {{PLURAL:$1|bytes}}) supera el máximo permitido ($2 {{PLURAL:$2|bytes}})\";'),('arn','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"es:Error al invocar Pygments\";'),('arn','messages:syntaxhighlight-error-unknown-language','s:28:\"es:Lenguaje desconocido \"$1\"\";'),('arn','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('arn','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('arn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:10:\"es:Código\";'),('arn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"es:Lenguaje\";'),('arn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:12:\"es:(Ninguno)\";'),('arn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:29:\"es:Mostrar números de línea\";'),('arn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:30:\"es:Número de renglón inicial\";'),('arn','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:22:\"es:Segmento de código\";'),('arn','messages:systemblockedtext','s:334:\"es:Tu nombre de usuario o dirección IP ha sido bloqueado automáticamente por el software MediaWiki.\nLa razón dada es:\n\n:<em>$2</em>\n\n* Inicio del bloqueo: $8\n* Caducidad de bloqueo: $6\n* Destinatario del bloqueo: $7\n\nTu dirección IP actual es $3.\nPor favor, incluye todos los datos aquí mostrados en cualquier consulta que hagas.\";'),('arn','messages:table_pager_empty','s:20:\"es:No hay resultados\";'),('arn','messages:table_pager_first','s:18:\"es:Primera página\";'),('arn','messages:table_pager_last','s:18:\"es:Última página\";'),('arn','messages:table_pager_limit','s:35:\"es:Mostrar $1 elementos por página\";'),('arn','messages:table_pager_limit_label','s:25:\"es:Elementos por página:\";'),('arn','messages:table_pager_limit_submit','s:8:\"arn:Amun\";'),('arn','messages:table_pager_next','s:20:\"es:Página siguiente\";'),('arn','messages:table_pager_prev','s:19:\"es:Página anterior\";'),('arn','messages:tag-filter','s:38:\"arn:[[Special:Tags|Tag]] ñi chaytuwe:\";'),('arn','messages:tag-filter-submit','s:9:\"es:Filtro\";'),('arn','messages:tag-hidden','s:23:\"es:$1 (etiqueta oculta)\";'),('arn','messages:tag-list-wrapper','s:47:\"arn:[[Special:Tags|{{PLURAL:$1|Üytukan}}]]: $2\";'),('arn','messages:tag-mobile_edit','s:24:\"es:Edición desde móvil\";'),('arn','messages:tag-mobile_edit-description','s:54:\"es:Edición realizada desde móvil (web o aplicación)\";'),('arn','messages:tag-mobile_web_edit','s:27:\"es:Edición vía web móvil\";'),('arn','messages:tag-mobile_web_edit-description','s:47:\"es:Edición realizada desde un sitio web móvil\";'),('arn','messages:tag-mw-blank','s:10:\"es:Vaciado\";'),('arn','messages:tag-mw-blank-description','s:38:\"es:Ediciones que blanquean una página\";'),('arn','messages:tag-mw-changed-redirect-target','s:37:\"es:Destino de redirección modificado\";'),('arn','messages:tag-mw-changed-redirect-target-description','s:57:\"es:Ediciones que modifican el destino de una redirección\";'),('arn','messages:tag-mw-contentmodelchange','s:32:\"es:cambio de modelo de contenido\";'),('arn','messages:tag-mw-contentmodelchange-description','s:138:\"es:Ediciones que [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel cambian el modelo de contenido] de una página\";'),('arn','messages:tag-mw-manual-revert','s:20:\"es:Reversión manual\";'),('arn','messages:tag-mw-manual-revert-description','s:76:\"es:Ediciones que restauran manualmente una página a un exacto estado previo\";'),('arn','messages:tag-mw-new-redirect','s:21:\"es:Redirección nueva\";'),('arn','messages:tag-mw-new-redirect-description','s:89:\"es:Ediciones que crean una redirección nueva o convierten la página en una redirección\";'),('arn','messages:tag-mw-removed-redirect','s:25:\"es:Redirección eliminada\";'),('arn','messages:tag-mw-removed-redirect-description','s:89:\"es:Ediciones que convierten una página de redirección existente en una sin redirección\";'),('arn','messages:tag-mw-replace','s:12:\"es:Reemplazo\";'),('arn','messages:tag-mw-replace-description','s:69:\"es:Ediciones que eliminan más del 90 % del contenido de una página\";'),('arn','messages:tag-mw-reverted','s:12:\"es:Revertido\";'),('arn','messages:tag-mw-reverted-description','s:90:\"es:Ediciones que posteriormente han sido deshechas o revertidas por una edición diferente\";'),('arn','messages:tag-mw-rollback','s:13:\"es:Reversión\";'),('arn','messages:tag-mw-rollback-description','s:82:\"es:Ediciones que deshacen modificaciones previas usando la herramienta de reversor\";'),('arn','messages:tag-mw-server-side-upload','s:30:\"es:Carga del lado del servidor\";'),('arn','messages:tag-mw-server-side-upload-description','s:73:\"es:Los archivos multimedia fueron cargados via un script de mantenimiento\";'),('arn','messages:tag-mw-undo','s:11:\"es:Deshacer\";'),('arn','messages:tag-mw-undo-description','s:83:\"es:Ediciones que deshacen modificaciones anteriores mediante el enlace «Deshacer»\";'),('arn','messages:tagline','s:20:\"arn:{{SITENAME}} mew\";'),('arn','messages:tags','s:23:\"es:Etiquetas de cambios\";'),('arn','messages:tags-actions-header','s:11:\"es:Acciones\";'),('arn','messages:tags-activate','s:10:\"es:activar\";'),('arn','messages:tags-activate-not-allowed','s:44:\"es:No es posible activar la etiqueta «$1».\";'),('arn','messages:tags-activate-not-found','s:32:\"es:La etiqueta «$1» no existe.\";'),('arn','messages:tags-activate-question','s:48:\"es:Estás a punto de activar la etiqueta «$1».\";'),('arn','messages:tags-activate-reason','s:10:\"es:Motivo:\";'),('arn','messages:tags-activate-submit','s:10:\"es:Activar\";'),('arn','messages:tags-activate-title','s:19:\"es:Activar etiqueta\";'),('arn','messages:tags-active-header','s:12:\"es:¿Activo?\";'),('arn','messages:tags-active-no','s:7:\"arn:Mü\";'),('arn','messages:tags-active-yes','s:7:\"arn:May\";'),('arn','messages:tags-apply-blocked','s:111:\"es:No puedes aplicar etiquetas de cambio junto a tus cambios mientras estés {{GENDER:$1|bloqueado|bloqueada}}.\";'),('arn','messages:tags-apply-no-permission','s:78:\"es:No tienes permiso para aplicar etiquetas de cambios, junto con tus cambios.\";'),('arn','messages:tags-apply-not-allowed-multi','s:112:\"es:{{PLURAL:$2|La siguiente etiqueta no se puede|Las siguientes etiquetas no se pueden}} aplicar manualmente: $1\";'),('arn','messages:tags-apply-not-allowed-one','s:56:\"es:No se permite aplicar manualmente la etiqueta «$1».\";'),('arn','messages:tags-create-already-exists','s:32:\"es:La etiqueta «$1» ya existe.\";'),('arn','messages:tags-create-explanation','s:103:\"es:De manera predeterminada, las etiquetas nuevas estarán disponibles para su uso por usuarios y bots.\";'),('arn','messages:tags-create-heading','s:21:\"es:Crear una etiqueta\";'),('arn','messages:tags-create-invalid-chars','s:100:\"es:Los nombres de las etiquetas no deben contener comas (<code>,</code>) ni barras (<code>/</code>).\";'),('arn','messages:tags-create-invalid-title-chars','s:114:\"es:Los nombres de las etiquetas no deben contener caracteres que no puedan usarse en los títulos de las páginas.\";'),('arn','messages:tags-create-no-name','s:53:\"es:Es necesario especificar el nombre de la etiqueta.\";'),('arn','messages:tags-create-reason','s:10:\"es:Motivo:\";'),('arn','messages:tags-create-submit','s:8:\"es:Crear\";'),('arn','messages:tags-create-tag-name','s:25:\"es:Nombre de la etiqueta:\";'),('arn','messages:tags-create-warnings-above','s:117:\"es:Se {{PLURAL:$2|produjo el aviso siguiente|produjeron los avisos siguientes}} al intentar crear la etiqueta «$1»:\";'),('arn','messages:tags-create-warnings-below','s:47:\"es:¿Continuar con la creación de la etiqueta?\";'),('arn','messages:tags-deactivate','s:13:\"es:desactivar\";'),('arn','messages:tags-deactivate-not-allowed','s:47:\"es:No es posible desactivar la etiqueta «$1».\";'),('arn','messages:tags-deactivate-question','s:51:\"es:Estás a punto de desactivar la etiqueta «$1».\";'),('arn','messages:tags-deactivate-reason','s:10:\"es:Motivo:\";'),('arn','messages:tags-deactivate-submit','s:13:\"es:Desactivar\";'),('arn','messages:tags-deactivate-title','s:22:\"es:Desactivar etiqueta\";'),('arn','messages:tags-delete','s:11:\"es:eliminar\";'),('arn','messages:tags-delete-explanation-active','s:189:\"es:<strong>La etiqueta \"$1\" aún está activa y se seguirá utilizándo en el futuro.</strong> Para que esto no ocurra, deshabilítala desde el lugar donde se configuró para ser utilizada.\";'),('arn','messages:tags-delete-explanation-in-use','s:146:\"es:Se eliminará de {{PLURAL:$2|$2 revisión o entrada de registro|todas las $2 revisiones y/o entradas de registro}} donde actualmente se aplica.\";'),('arn','messages:tags-delete-explanation-initial','s:69:\"es:Estás a punto de eliminar la etiqueta «$1» de la base de datos.\";'),('arn','messages:tags-delete-explanation-warning','s:174:\"es:Esta acción es <strong>irreversible</strong> y ni siquiera los administradores de la base de datos podrán deshacerla. Confirma que esta es la etiqueta que se eliminará.\";'),('arn','messages:tags-delete-no-permission','s:60:\"es:No tienes permiso para eliminar las etiquetas de cambios.\";'),('arn','messages:tags-delete-not-allowed','s:110:\"es:No se pueden eliminar las etiquetas definidas por una extensión, a menos que esta lo permita expresamente.\";'),('arn','messages:tags-delete-not-found','s:32:\"es:La etiqueta «$1» no existe.\";'),('arn','messages:tags-delete-reason','s:10:\"es:Motivo:\";'),('arn','messages:tags-delete-submit','s:43:\"es:Eliminar esta etiqueta irreversiblemente\";'),('arn','messages:tags-delete-title','s:20:\"es:Eliminar etiqueta\";'),('arn','messages:tags-delete-too-many-uses','s:113:\"es:No se puede borrar la etiqueta \"$1\" porque se ha aplicado a más de {{PLURAL:$2|una revisión|$2 revisiones}}.\";'),('arn','messages:tags-delete-warnings-after-delete','s:107:\"es:La etiqueta \"$1\" se borró, pero con {{PLURAL:$2|la siguiente advertencia|las siguientes advertencias}}:\";'),('arn','messages:tags-description-header','s:39:\"es:Descripción completa de significado\";'),('arn','messages:tags-display-header','s:36:\"es:Apariencia de la lista de cambios\";'),('arn','messages:tags-edit','s:9:\"arn:Wirin\";'),('arn','messages:tags-edit-add','s:27:\"es:Agregar estas etiquetas:\";'),('arn','messages:tags-edit-chosen-no-results','s:48:\"es:No se encontraron etiquetas que coincidan con\";'),('arn','messages:tags-edit-chosen-placeholder','s:31:\"es:Selecciona algunas etiquetas\";'),('arn','messages:tags-edit-existing-tags','s:24:\"es:Etiquetas existentes:\";'),('arn','messages:tags-edit-existing-tags-none','s:14:\"es:\'\'Ninguna\'\'\";'),('arn','messages:tags-edit-failure','s:41:\"es:No se pudieron aplicar los cambios:\n$1\";'),('arn','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('arn','messages:tags-edit-logentry-legend','s:107:\"es:Agregar o quitar etiquetas de {{PLURAL:$1|esta entrada del registro|todas las $1 entradas del registro}}\";'),('arn','messages:tags-edit-logentry-selected','s:85:\"es:{{PLURAL:$1|Evento del registro seleccionado|Eventos del registro seleccionados}}:\";'),('arn','messages:tags-edit-logentry-submit','s:89:\"es:Aplicar los cambios a {{PLURAL:$1|esta entrada del registro|$1 entradas del registro}}\";'),('arn','messages:tags-edit-manage-link','s:24:\"es:Administrar etiquetas\";'),('arn','messages:tags-edit-new-tags','s:20:\"es:Etiquetas nuevas:\";'),('arn','messages:tags-edit-none-selected','s:57:\"es:Selecciona al menos una etiqueta que añadir o quitar.\";'),('arn','messages:tags-edit-nooldid-text','s:113:\"es:No se especificó ninguna revisión en que realizar esta acción, o bien, la revisión especificada no existe.\";'),('arn','messages:tags-edit-nooldid-title','s:34:\"es:Revisión de página no válida\";'),('arn','messages:tags-edit-reason','s:10:\"es:Motivo:\";'),('arn','messages:tags-edit-remove','s:28:\"es:Eliminar estas etiquetas:\";'),('arn','messages:tags-edit-remove-all-tags','s:33:\"es:(eliminar todas las etiquetas)\";'),('arn','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('arn','messages:tags-edit-revision-legend','s:85:\"es:Agregar o quitar etiquetas de {{PLURAL:$1|esta revisión|todas las $1 revisiones}}\";'),('arn','messages:tags-edit-revision-selected','s:76:\"es:{{PLURAL:$1|Revisión seleccionada|Revisiones seleccionadas}} de [[:$2]]:\";'),('arn','messages:tags-edit-revision-submit','s:67:\"es:Aplicar los cambios a {{PLURAL:$1|esta revisión|$1 revisiones}}\";'),('arn','messages:tags-edit-success','s:28:\"es:Se aplicaron los cambios.\";'),('arn','messages:tags-edit-title','s:19:\"es:Editar etiquetas\";'),('arn','messages:tags-hidden','s:11:\"es:(oculto)\";'),('arn','messages:tags-hitcount','s:29:\"arn:$1 {{PLURAL:$1|kakünun}}\";'),('arn','messages:tags-hitcount-header','s:22:\"es:Cambios etiquetados\";'),('arn','messages:tags-intro','s:114:\"es:Esta página enumera las etiquetas con las que el software puede marcar una edición, así como su significado.\";'),('arn','messages:tags-manage-blocked','s:93:\"es:No puedes gestionar etiquetas de cambio mientras estés {{GENDER:$1|bloqueado|bloqueada}}.\";'),('arn','messages:tags-manage-no-permission','s:61:\"es:No tienes permiso para gestionar las etiquetas de cambios.\";'),('arn','messages:tags-source-extension','s:27:\"es:Definida por el software\";'),('arn','messages:tags-source-header','s:9:\"es:Fuente\";'),('arn','messages:tags-source-manual','s:43:\"es:Aplicada manualmente por usuarios y bots\";'),('arn','messages:tags-source-none','s:21:\"es:No se utiliza más\";'),('arn','messages:tags-summary','s:3:\"en:\";'),('arn','messages:tags-tag','s:21:\"es:Nombre de etiqueta\";'),('arn','messages:tags-title','s:12:\"es:Etiquetas\";'),('arn','messages:tags-update-add-not-allowed-multi','s:112:\"es:{{PLURAL:$2|La siguiente etiqueta no se puede|Las siguientes etiquetas no se pueden}} agregar manualmente: $1\";'),('arn','messages:tags-update-add-not-allowed-one','s:58:\"es:No se permite la adición manual de la etiqueta «$1».\";'),('arn','messages:tags-update-blocked','s:102:\"es:No puedes añadir o eliminar etiquetas de cambio mientras estés {{GENDER:$1|bloqueado|bloqueada}}.\";'),('arn','messages:tags-update-no-permission','s:122:\"es:No tienes permiso para agregar o quitar etiquetas de cambio de las revisiones individuales o las entradas del registro.\";'),('arn','messages:tags-update-remove-not-allowed-multi','s:113:\"es:{{PLURAL:$2|La siguiente etiqueta no se puede|Las siguientes etiquetas no se pueden}} eliminar manualmente: $1\";'),('arn','messages:tags-update-remove-not-allowed-one','s:45:\"es:No se permite eliminar la etiqueta «$1».\";'),('arn','messages:talk','s:17:\"arn:Nütramkawün\";'),('arn','messages:talkpageheader','s:4:\"en:-\";'),('arn','messages:talkpagelinktext','s:14:\"arn:nütramkan\";'),('arn','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('arn','messages:template-equals-category','s:37:\"es:Páginas que usan = como plantilla\";'),('arn','messages:template-equals-category-desc','s:251:\"es:La página contiene <code><nowiki>{{=}}</nowiki></code> pero en esta wiki esto no expande a <code>=</code>. Este uso está obsoleto; en una futura versión de MediaWiki implementará <code><nowiki>{{=}}</nowiki></code> como una función \'\'parser\'\'.\";'),('arn','messages:template-equals-warning','s:279:\"es:<strong>Advertencia:</strong>: Esta página usa <code><nowiki>{{=}}</nowiki></code> pero en esta wiki esto no expande a <code></code>=. Este uso está obsoleto; en una futura versión de MediaWiki implementará <code><nowiki>{{=}}</nowiki></code> como una función \'\'parser\'\'.\";'),('arn','messages:template-loop-category','s:36:\"es:Páginas con bucles de plantillas\";'),('arn','messages:template-loop-category-desc','s:113:\"es:Esta página contiene un bucle de plantillas, es decir, una plantilla que se llama a sí misma recursivamente.\";'),('arn','messages:template-loop-warning','s:137:\"es:<strong>Atención:</strong> esta página llama a [[:$1]], lo que provoca un bucle en las plantillas (una llamada recurrente infinita).\";'),('arn','messages:template-protected','s:20:\"arn:(nürüfkünulu)\";'),('arn','messages:template-semiprotected','s:27:\"arn:(ella nürüfkünungey)\";'),('arn','messages:templatepage','s:36:\"arn:Adkintun adtükupeyüm wülngiñ\";'),('arn','messages:templatesused','s:45:\"arn:{{PLURAL:$1 azentu}} pünelelu tüfa mew:\";'),('arn','messages:templatesusedpreview','s:46:\"arn:{{PLURAL:$1 azentun}} pünelelu tüfa mew:\";'),('arn','messages:templatesusedsection','s:68:\"es:{{PLURAL:$1|Plantilla usada|Plantillas usadas}} en esta sección:\";'),('arn','messages:textmatches','s:34:\"es:Resultados por texto de página\";'),('arn','messages:thisisdeleted','s:26:\"arn:Pen kam wüñoltun $1?\";'),('arn','messages:throttled-mailpassword','s:212:\"es:Ya se ha enviado un recordatorio de contraseña en {{PLURAL:$1|la última hora|las últimas $1 horas}}.\nPara evitar los abusos, solo se enviará un recordatorio de contraseña cada {{PLURAL:$1|hora|$1 horas}}.\";'),('arn','messages:thu','s:7:\"arn:kue\";'),('arn','messages:thumbnail-dest-create','s:39:\"es:No se ha podido guardar la miniatura\";'),('arn','messages:thumbnail-more','s:15:\"arn:Rume fütra\";'),('arn','messages:thumbnail-temp-create','s:60:\"es:No se ha podido crear el archivo temporal de la miniatura\";'),('arn','messages:thumbnail_dest_directory','s:44:\"es:Incapaz de crear el directorio de destino\";'),('arn','messages:thumbnail_error','s:45:\"arn:Welulkan deumayam pichi pegel adentun: $1\";'),('arn','messages:thumbnail_error_remote','s:29:\"es:Mensaje de error de $1:\n$2\";'),('arn','messages:thumbnail_gd-library','s:70:\"es:Configuración de la biblioteca GD incompleta: falta la función $1\";'),('arn','messages:thumbnail_image-failure-limit','s:115:\"es:Ha habido muchos intentos recientes ($1 o más) para representar esta miniatura. Inténtalo de nuevo más tarde.\";'),('arn','messages:thumbnail_image-missing','s:35:\"es:El archivo parece no existir: $1\";'),('arn','messages:thumbnail_image-size-zero','s:54:\"es:El tamaño del archivo de imagen aparenta ser cero.\";'),('arn','messages:thumbnail_image-type','s:32:\"es:Tipo de imagen no contemplado\";'),('arn','messages:thumbnail_invalid_params','s:40:\"es:Parámetros del thumbnail no válidos\";'),('arn','messages:thumbnail_toobigimagearea','s:29:\"es:Archivo más grande que $1\";'),('arn','messages:thumbsize','s:38:\"es:Tamaño de las vistas en miniatura:\";'),('arn','messages:thursday','s:9:\"arn:Kuefe\";'),('arn','messages:thursday-at','s:21:\"es:el jueves a las $1\";'),('arn','messages:timeouterror','s:45:\"es:Se agotó el tiempo de espera del servidor\";'),('arn','messages:timeouterror-text','s:84:\"es:El tiempo de petición máximo de $1 {{PLURAL:$1|segundo|segundos}} fue excedido.\";'),('arn','messages:timezone-local','s:8:\"es:Local\";'),('arn','messages:timezone-useoffset-placeholder','s:41:\"es:Valores de ejemplo: \"-07:00\" o \"01:00\"\";'),('arn','messages:timezone-utc','s:6:\"en:UTC\";'),('arn','messages:timezonelegend','s:16:\"es:Huso horario:\";'),('arn','messages:timezoneregion-africa','s:10:\"arn:Afrika\";'),('arn','messages:timezoneregion-america','s:11:\"arn:Amerika\";'),('arn','messages:timezoneregion-antarctica','s:13:\"es:Antártida\";'),('arn','messages:timezoneregion-arctic','s:10:\"arn:Artiku\";'),('arn','messages:timezoneregion-asia','s:8:\"arn:Asia\";'),('arn','messages:timezoneregion-atlantic','s:21:\"es:Océano Atlántico\";'),('arn','messages:timezoneregion-australia','s:12:\"es:Australia\";'),('arn','messages:timezoneregion-europe','s:10:\"arn:Ewropa\";'),('arn','messages:timezoneregion-indian','s:18:\"es:Océano Índico\";'),('arn','messages:timezoneregion-pacific','s:20:\"es:Océano Pacífico\";'),('arn','messages:timezoneuseoffset','s:40:\"es:Otro (la diferencia de tiempo de UTC)\";'),('arn','messages:timezoneuseserverdefault','s:33:\"es:Usar la hora del servidor ($1)\";'),('arn','messages:title-invalid','s:52:\"es:El título de la página solicitado no es válido\";'),('arn','messages:title-invalid-characters','s:80:\"es:El título  de la página solicitada contiene caracteres no válidos: «$1».\";'),('arn','messages:title-invalid-empty','s:103:\"es:El título de la página solicitada está vacío o contiene solo el nombre de un espacio de nombres.\";'),('arn','messages:title-invalid-interwiki','s:102:\"es:El título de página solicitado contiene un enlace interwiki que no se puede usar en los títulos.\";'),('arn','messages:title-invalid-leading-colon','s:91:\"es:El título de la página solicitada contiene un caracater (:) no válido en el comienzo.\";'),('arn','messages:title-invalid-magic-tilde','s:111:\"es:El título de la página solicitada contiene una secuencia de virgulillas no válida (<nowiki>~~~</nowiki>).\";'),('arn','messages:title-invalid-relative','s:149:\"es:El título contiene una ruta relativa. Los títulos relativos (./, ../) no son válidos porque a menudo no los pueden manejar los navegadores web.\";'),('arn','messages:title-invalid-talk-namespace','s:84:\"es:El título de la página solicitada apunta a una página de discusión imposible.\";'),('arn','messages:title-invalid-too-long','s:120:\"es:El título de la página solicitada es muy largo. No debe exceder $1 {{PLURAL:$1|byte|bytes}} en codificación UTF-8.\";'),('arn','messages:title-invalid-utf8','s:79:\"es:El título de la página solicitada contiene una secuencia UTF-8 no válida.\";'),('arn','messages:titlematches','s:36:\"es:Resultados por título de página\";'),('arn','messages:titleprotected','s:110:\"es:Este título ha sido protegido contra creación por [[User:$1|$1]].\nEl motivo proporcionado es <em>$2</em>.\";'),('arn','messages:titleprotectedwarning','s:220:\"es:<strong>Aviso: esta página está protegida de modo que se necesitan [[Special:ListGroupRights|permisos específicos]] para crearla.</strong>\nA continuación se muestra la última entrada del registro como referencia:\";'),('arn','messages:tmp-create-error','s:37:\"es:No se pudo crear archivo temporal.\";'),('arn','messages:tmp-write-error','s:41:\"es:Error al escribir el archivo temporal.\";'),('arn','messages:toc','s:9:\"arn:Nielu\";'),('arn','messages:today-at','s:5:\"en:$1\";'),('arn','messages:tog-ccmeonemails','s:71:\"es:Recibir copias de los mensajes de correo que envíe a otros usuarios\";'),('arn','messages:tog-diffonly','s:74:\"es:No mostrar el contenido de la página debajo de la lista de diferencias\";'),('arn','messages:tog-editondblclick','s:43:\"arn:Kümeelün tapülh epuchi pütaftun mew\";'),('arn','messages:tog-editsectiononrightclick','s:68:\"arn:Pepifali trokiñ ñi kümeelün man pütaftuyüm trokiñ ñi üy\";'),('arn','messages:tog-enotifminoredits','s:94:\"es:Notificarme también por correo electrónico los cambios menores de las páginas y archivos\";'),('arn','messages:tog-enotifrevealaddr','s:79:\"es:Mostrar mi dirección de correo electrónico en los correos de notificación\";'),('arn','messages:tog-enotifusertalkpages','s:77:\"es:Enviarme un mensaje de correo cuando se modifique mi página de discusión\";'),('arn','messages:tog-enotifwatchlistpages','s:104:\"es:Enviarme un mensaje de correo cuando se modifique una página o un archivo de mi lista de seguimiento\";'),('arn','messages:tog-extendwatchlist','s:73:\"arn:Pen kom kakünun inanieelchi zungu ñi wif mew, we kakünun müten no\";'),('arn','messages:tog-fancysig','s:85:\"es:Tratar la firma como wikitexto (sin un enlace automático a tu página de usuario)\";'),('arn','messages:tog-forceeditsummary','s:104:\"es:Preguntarme cuando ingrese un resumen de edición en blanco (o el resumen de deshacer predeterminado)\";'),('arn','messages:tog-hidecategorization','s:32:\"arn:Ellkan tapülh ñi trokingen\";'),('arn','messages:tog-hideminor','s:51:\"arn:Ellkangepe püchi kümeeltun ta we kakünun mew\";'),('arn','messages:tog-hidepatrolled','s:58:\"arn:Ellkangepe pekünungechi kümeelün ta we kakünun mew\";'),('arn','messages:tog-minordefault','s:60:\"arn:Wünezullin mew kom kümeelün ta püchi kümeelün reke\";'),('arn','messages:tog-newpageshidepatrolled','s:62:\"arn:Ellkangepe pekünungechi tapülh ta we tapülh ñi wif mew\";'),('arn','messages:tog-norollbackdiff','s:58:\"es:No mostrar la lista de diferencias después de revertir\";'),('arn','messages:tog-oldsig','s:19:\"es:Tu firma actual:\";'),('arn','messages:tog-prefershttps','s:54:\"es:Utilizar siempre conexiones seguras en mis sesiones\";'),('arn','messages:tog-previewonfirst','s:51:\"es:Mostrar previsualización al iniciar la edición\";'),('arn','messages:tog-previewontop','s:57:\"es:Mostrar previsualización antes del cuadro de edición\";'),('arn','messages:tog-requireemail','s:155:\"es:Enviar correos electrónicos de restablecimiento de contraseña solo cuando se proporcionen la dirección de correo electrónico y el nombre de usuario.\";'),('arn','messages:tog-showhiddencats','s:30:\"es:Mostrar categorías ocultas\";'),('arn','messages:tog-shownumberswatching','s:48:\"es:Mostrar el número de usuarios que la vigilan\";'),('arn','messages:tog-showrollbackconfirmation','s:81:\"es:Mostrar una pantalla de confirmación al hacer clic en un enlace de reversión\";'),('arn','messages:tog-underline','s:28:\"arn:Miñchewirin trarintuku:\";'),('arn','messages:tog-useeditwarning','s:75:\"es:Avisarme cuando abandone una página en edición con cambios sin guardar\";'),('arn','messages:tog-uselivepreview','s:50:\"es:Mostrar la vista previa sin recargar la página\";'),('arn','messages:tog-usenewrc','s:84:\"es:Agrupar los cambios por página en cambios recientes y en la lista de seguimiento\";'),('arn','messages:tog-watchcreations','s:97:\"arn:Pengepe tañi inanieelchi zungu ñi wif kom tapülh ñi eltuel ka kom chemkün tañi püramel\";'),('arn','messages:tog-watchdefault','s:85:\"arn:Pengepe tañi inanieelchi zungu ñi wif kom tapülh ka chemkün tañi kümeeltuel\";'),('arn','messages:tog-watchdeletion','s:77:\"arn:Pen tañi inanieelchi zungu ñi wif kom tapülh ka eltukan tañi lipümel\";'),('arn','messages:tog-watchlisthideanons','s:77:\"es:Ocultar las ediciones de los usuarios anónimos de la lista de seguimiento\";'),('arn','messages:tog-watchlisthidebots','s:59:\"es:Ocultar las ediciones de bots de la lista de seguimiento\";'),('arn','messages:tog-watchlisthidecategorization','s:41:\"es:Ocultar la categorización de páginas\";'),('arn','messages:tog-watchlisthideliu','s:79:\"es:Ocultar las ediciones de los usuarios registrados de la lista de seguimiento\";'),('arn','messages:tog-watchlisthideminor','s:59:\"es:Ocultar las ediciones menores de la lista de seguimiento\";'),('arn','messages:tog-watchlisthideown','s:51:\"es:Ocultar mis ediciones de la lista de seguimiento\";'),('arn','messages:tog-watchlisthidepatrolled','s:63:\"es:Ocultar las ediciones verificadas de la lista de seguimiento\";'),('arn','messages:tog-watchlistreloadautomatically','s:103:\"es:Recargar la lista de seguimiento automáticamente cuando se modifica un filtro (requiere JavaScript)\";'),('arn','messages:tog-watchlistunwatchlinks','s:214:\"es:Añadir enlaces directos ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) para seguir o dejar de seguir las entradas de la lista de seguimiento (se requiere JavaScript para utilizar esta funcionalidad)\";'),('arn','messages:tog-watchmoves','s:76:\"arn:Pen tañi inanieelchi zungu ñi wif kom tapülh ka eltukan tañi yelfiel\";'),('arn','messages:tog-watchrollback','s:73:\"arn:Pen tañi inanieelchi zungu ñi wif kom tapülh tañi wüñoeltunieel\";'),('arn','messages:tog-watchuploads','s:65:\"arn:Pen tañi inanieelchi zungu ñi wif we eltukan tañi püramel\";'),('arn','messages:tool-link-contributions','s:41:\"arn:{{GENDER:$1|Pünefe}} ñi kellukonün\";'),('arn','messages:tool-link-emailuser','s:33:\"arn:Werkülael {{GENDER:$1|user}}\";'),('arn','messages:tool-link-userrights','s:39:\"arn:Kakünun {{$1|pünefe}} ñi trokiñ\";'),('arn','messages:tool-link-userrights-readonly','s:38:\"arn:Pen {{GENDER:$1|user}} ñi trokiñ\";'),('arn','messages:toolbox','s:16:\"arn:Küdawpeyüm\";'),('arn','messages:tooltip-ca-addsection','s:21:\"arn:Llitun we trokiñ\";'),('arn','messages:tooltip-ca-delete','s:29:\"arn:Liftun tüfachi wülngiñ\";'),('arn','messages:tooltip-ca-edit','s:33:\"arn:Elkünufinge tüfachi dungun.\";'),('arn','messages:tooltip-ca-history','s:41:\"arn:Tüfachi wülngiñ ñi rupachi malün\";'),('arn','messages:tooltip-ca-move','s:33:\"arn:Nengümün tüfachi wülngiñ\";'),('arn','messages:tooltip-ca-nstab-category','s:29:\"arn:Adkintun trokiñ wülgiñ\";'),('arn','messages:tooltip-ca-nstab-help','s:19:\"arn:Pen kellupakina\";'),('arn','messages:tooltip-ca-nstab-image','s:29:\"arn:Pen adentun ñi wülngiñ\";'),('arn','messages:tooltip-ca-nstab-main','s:35:\"arn:Adkintun trokiñdungu wülngiñ\";'),('arn','messages:tooltip-ca-nstab-media','s:31:\"es:Ver la página de multimedia\";'),('arn','messages:tooltip-ca-nstab-mediawiki','s:28:\"es:Ver el mensaje de sistema\";'),('arn','messages:tooltip-ca-nstab-project','s:34:\"arn:Adkintun deumandungu wülngiñ\";'),('arn','messages:tooltip-ca-nstab-special','s:59:\"arn:Tüfa ta kiñen tapülh. Pepi wirintukulaymi tüfa mew.\";'),('arn','messages:tooltip-ca-nstab-template','s:33:\"arn:Adkintun feychi adtükupeyüm\";'),('arn','messages:tooltip-ca-nstab-user','s:34:\"arn:Adkintun kellufe ñi wülngiñ\";'),('arn','messages:tooltip-ca-protect','s:36:\"arn:Nürüfkünun tüfachi wülngiñ\";'),('arn','messages:tooltip-ca-talk','s:41:\"arn:Ngütramkawün wülgiñ ñi zungu mew\";'),('arn','messages:tooltip-ca-undelete','s:76:\"es:Restaurar las ediciones hechas en esta página antes de que fuese borrada\";'),('arn','messages:tooltip-ca-unprotect','s:38:\"es:Cambiar protección de esta página\";'),('arn','messages:tooltip-ca-unwatch','s:54:\"arn:Püñamtun tüfachi wülngiñ tami llaytun wif mew\";'),('arn','messages:tooltip-ca-unwatch-expiring','s:94:\"es:{{PLURAL:$1|Queda 1 día|Quedan $1 días}} en tu lista de seguimiento. Pulsa para quitarla.\";'),('arn','messages:tooltip-ca-unwatch-expiring-hours','s:85:\"es:Le quedan unas horas en tu lista de seguimiento. Haz clic para dejar de vigilarla.\";'),('arn','messages:tooltip-ca-view','s:3:\"en:\";'),('arn','messages:tooltip-ca-viewsource','s:70:\"arn:Nürüfkünungey tüfachi wülngiñ. Kimaymi chew küpan chi wirin\";'),('arn','messages:tooltip-ca-watch','s:54:\"arn:Püñamtun tüfachi wülngiñ tami llaytun wif mew\";'),('arn','messages:tooltip-compareselectedversions','s:60:\"arn:Trürümün epu dullinngelu malün ta tüfachi wülngiñ\";'),('arn','messages:tooltip-cur','s:49:\"es:Diferencia con respecto a la última revisión\";'),('arn','messages:tooltip-diff','s:45:\"arn:Adkintun tami kalekünun feychi wirin mew\";'),('arn','messages:tooltip-feed-atom','s:48:\"arn:Atom ñi amuldungu tüfachi wülngiñ ngealu\";'),('arn','messages:tooltip-feed-rss','s:35:\"es:Sindicación RSS de esta página\";'),('arn','messages:tooltip-invert','s:158:\"es:Marca esta casilla para ocultar los cambios en las páginas dentro del espacio de nombres seleccionado (y el espacio de nombres asociado si está activada)\";'),('arn','messages:tooltip-last','s:50:\"es:Diferencia con respecto a la revisión anterior\";'),('arn','messages:tooltip-minoredit','s:35:\"arn:Üytukun kiñe pichi wirin reke\";'),('arn','messages:tooltip-n-currentevents','s:30:\"arn:Fantepu chemkün ñi dungu\";'),('arn','messages:tooltip-n-help','s:19:\"arn:Chew adümngeam\";'),('arn','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('arn','messages:tooltip-n-mainpage','s:32:\"arn:Amulün ñidol wülngiñ mew\";'),('arn','messages:tooltip-n-mainpage-description','s:29:\"arn:Tripan nidol wülgiñ mew\";'),('arn','messages:tooltip-n-portal','s:67:\"arn:Chumngen ñi deumandungu, chem pepi dewmaymi, chew müley dungu\";'),('arn','messages:tooltip-n-randompage','s:32:\"arn:Amulün tuchi wülngiñ rume\";'),('arn','messages:tooltip-n-recentchanges','s:37:\"arn:Weke kalekünun ñi wif, wiki mew\";'),('arn','messages:tooltip-namespace_association','s:127:\"es:Marca esta casilla para incluir también el espacio de nombres de discusión asociado con el espacio de nombres seleccionado\";'),('arn','messages:tooltip-p-cactions','s:16:\"es:Más opciones\";'),('arn','messages:tooltip-p-lang','s:3:\"en:\";'),('arn','messages:tooltip-p-logo','s:34:\"arn:Amulün feychi wüne wülngiñ\";'),('arn','messages:tooltip-p-namespaces','s:3:\"en:\";'),('arn','messages:tooltip-p-navigation','s:3:\"en:\";'),('arn','messages:tooltip-p-personal','s:19:\"es:Menú de usuario\";'),('arn','messages:tooltip-p-tb','s:3:\"en:\";'),('arn','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('arn','messages:tooltip-p-user-page','s:3:\"en:\";'),('arn','messages:tooltip-p-variants','s:3:\"en:\";'),('arn','messages:tooltip-p-views','s:3:\"en:\";'),('arn','messages:tooltip-preferences-save','s:27:\"es:Guardar las preferencias\";'),('arn','messages:tooltip-preview','s:48:\"arn:Wema peaymi tami kakünun petu mi eltukanon.\";'),('arn','messages:tooltip-pt-anoncontribs','s:62:\"es:Una lista de modificaciones hechas desde esta dirección IP\";'),('arn','messages:tooltip-pt-anontalk','s:61:\"es:Discusión sobre ediciones hechas desde esta dirección IP\";'),('arn','messages:tooltip-pt-anonuserpage','s:53:\"es:La página de usuario de la IP desde la que editas\";'),('arn','messages:tooltip-pt-createaccount','s:85:\"es:Te recomendamos crear una cuenta e iniciar sesión; sin embargo, no es obligatorio\";'),('arn','messages:tooltip-pt-login','s:54:\"arn:Feypingey tami Konküleal, welu mülelay mi femael\";'),('arn','messages:tooltip-pt-login-private','s:60:\"es:Es necesario acceder a una cuenta para utilizar esta wiki\";'),('arn','messages:tooltip-pt-logout','s:10:\"arn:Tripan\";'),('arn','messages:tooltip-pt-mycontris','s:40:\"arn:{{GENDER:|Tami}} kellukonün ñi wif\";'),('arn','messages:tooltip-pt-mytalk','s:40:\"arn:{{GENDER:|Tami}} nütramkawe tapülh\";'),('arn','messages:tooltip-pt-preferences','s:29:\"arn:{{GENDER:|Tami}} zullikan\";'),('arn','messages:tooltip-pt-tmpuserpage','s:45:\"es:Tu nombre de usuario temporal autogenerado\";'),('arn','messages:tooltip-pt-userpage','s:35:\"arn:{{GENDER:|Pünefe}} ñi tapülh\";'),('arn','messages:tooltip-pt-watchlist','s:33:\"arn:Mi llaytulu wülngiñ ñi wif\";'),('arn','messages:tooltip-publish','s:23:\"es:Publicar tus cambios\";'),('arn','messages:tooltip-recreate','s:43:\"es:Recupera una página que ha sido borrada\";'),('arn','messages:tooltip-rollback','s:107:\"arn:\"Wüñoeltun \" ta wüñoeltun wirin dewmalu rupalu kellufe tüfachi wülngiñ mew, kiñe pütaf müten.\";'),('arn','messages:tooltip-save','s:30:\"arn:Eltukawün tami kalekünun\";'),('arn','messages:tooltip-search','s:27:\"arn:Kintun {{SITENAME}} mew\";'),('arn','messages:tooltip-search-fulltext','s:44:\"arn:Kintun tüfachi dungu fill wülngiñ mew\";'),('arn','messages:tooltip-search-go','s:43:\"arn:Amun wülngiñ ñi rüf üy, müleyele.\";'),('arn','messages:tooltip-summary','s:32:\"arn:Tukuymi pichi trokiñünzugu\";'),('arn','messages:tooltip-t-contributions','s:49:\"arn:{{GENDER:$1|fachi pünepelu}} ñi kellukonün\";'),('arn','messages:tooltip-t-emailuser','s:46:\"arn:Werkülfinge {{GENDER:$1|fachi pünepelu}}\";'),('arn','messages:tooltip-t-info','s:39:\"es:Más información sobre esta página\";'),('arn','messages:tooltip-t-permalink','s:55:\"arn:Mülefal trarintukun nülkükawalu tüfachi tapülh\";'),('arn','messages:tooltip-t-print','s:43:\"arn:Tripan tüfachi wülngiñ nentuwirinael\";'),('arn','messages:tooltip-t-recentchangeslinked','s:57:\"arn:Weke kalekünun kake wülngiñ nülkükawlu tüfa mew\";'),('arn','messages:tooltip-t-specialpages','s:33:\"arn:Kom wichuke wülngiñ ñi wif\";'),('arn','messages:tooltip-t-upload','s:47:\"arn:Püramün adentun kam fill dungu eltukawün\";'),('arn','messages:tooltip-t-whatlinkshere','s:50:\"arn:Kom wiki ñi wülgiñ nülkükawlelu tüfa mew\";'),('arn','messages:tooltip-undo','s:148:\"arn:\"wüñoeltun\" tüfachi wirin ka nülan wirin ñi wülngiñ wüne pen petu eltukawam. Pepi püñamtuymi kiñe rakiduam pichi trokiñündungu mew.\";'),('arn','messages:tooltip-upload','s:20:\"es:Empieza la subida\";'),('arn','messages:tooltip-vector-anon-user-menu-title','s:16:\"es:Más opciones\";'),('arn','messages:tooltip-watch','s:54:\"arn:Püñamtun tüfachi wülngiñ tami llaytun wif mew\";'),('arn','messages:tooltip-watchlist-expiry','s:63:\"es:Añadir temporalmente esta página a tu lista de seguimiento\";'),('arn','messages:tooltip-watchlistedit-normal-submit','s:18:\"es:Borrar páginas\";'),('arn','messages:tooltip-watchlistedit-raw-submit','s:34:\"es:Actualizar lista de seguimiento\";'),('arn','messages:tooltip-whatlinkshere-invert','s:91:\"es:Activa esta casilla para ocultar los enlaces dentro del espacio de nombres seleccionado.\";'),('arn','messages:trackingcategories','s:29:\"es:Categorías de seguimiento\";'),('arn','messages:trackingcategories-desc','s:40:\"es:Criterios de inclusión de categoría\";'),('arn','messages:trackingcategories-disabled','s:34:\"es:La categoría está desactivada\";'),('arn','messages:trackingcategories-msg','s:28:\"es:Categoría de seguimiento\";'),('arn','messages:trackingcategories-name','s:21:\"es:Nombre del mensaje\";'),('arn','messages:trackingcategories-nodesc','s:34:\"es:No hay descripción disponible.\";'),('arn','messages:trackingcategories-summary','s:215:\"es:Esta página lista categorías de seguimiento que han sido generadas automáticamente por el software MediaWiki. Sus nombres pueden cambiarse editando su mensaje correspondiente en el espacio de nombres {{ns:8}}.\";'),('arn','messages:transaction-duration-limit-exceeded','s:296:\"es:Con el fin de evitar un aumento excesivo del retardo de replicación, se anuló esta transacción porque la duración de escritura ($1) excedió el límite de $2 {{PLURAL:$2|segundo|segundos}}.\nSi estás cambiando muchos elementos a la vez, trata de hacer operaciones similares más pequeñas.\";'),('arn','messages:transaction-max-statement-time-exceeded','s:233:\"es:Para evitar crear una alta carga en la base de datos, esta consulta fue abortada porque la duración excedió el límite.\nSi está leyendo muchos elementos a la vez, intente hacer múltiples operaciones más pequeñas en su lugar.\";'),('arn','messages:translateinterface','s:158:\"es:Para añadir o cambiar traducciones para todas las wikis, usa [https://translatewiki.net/ translatewiki.net], el proyecto de regionalización de MediaWiki.\";'),('arn','messages:tue','s:7:\"arn:mar\";'),('arn','messages:tuesday','s:9:\"arn:Marte\";'),('arn','messages:tuesday-at','s:21:\"es:el martes a las $1\";'),('arn','messages:uctop','s:9:\"arn:fewla\";'),('arn','messages:unblock','s:22:\"es:Desbloquear usuario\";'),('arn','messages:unblock-hideuser','s:74:\"es:No puedes desbloquear a este usuario porque su nombre ha sido ocultado.\";'),('arn','messages:unblock-summary','s:3:\"en:\";'),('arn','messages:unblocked','s:65:\"es:[[User:$1|$1]] ha sido {{GENDER:$1|desbloqueado|desbloqueada}}\";'),('arn','messages:unblocked-id','s:32:\"es:Se ha eliminado el bloqueo $1\";'),('arn','messages:unblocked-ip','s:56:\"es:Se ha desbloqueado a [[Special:Contributions/$1|$1]].\";'),('arn','messages:unblocked-range','s:26:\"es:$1 ha sido desbloqueado\";'),('arn','messages:unblockip','s:22:\"es:Desbloquear usuario\";'),('arn','messages:unblockiptext','s:119:\"es:Use el formulario a continuación para devolver los permisos de escritura a una dirección IP que ha sido bloqueada.\";'),('arn','messages:unblocklink','s:18:\"arn:katrüntukulan\";'),('arn','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('arn','messages:uncategorized-categories-exceptionlist','s:273:\"es:# Contiene una lista de categorías que no deberían figurar en Special:UncategorizedCategories. Una categoría por línea, empezando por «*». Las líneas que empiecen por otro carácter (espacios en blanco incluidos) se ignorarán. Usa «#» para añadir comentarios.\";'),('arn','messages:uncategorizedcategories','s:30:\"es:Categorías sin categorizar\";'),('arn','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('arn','messages:uncategorizedimages','s:27:\"es:Archivos sin categorizar\";'),('arn','messages:uncategorizedimages-summary','s:3:\"en:\";'),('arn','messages:uncategorizedpages','s:27:\"es:Páginas sin categorizar\";'),('arn','messages:uncategorizedpages-summary','s:3:\"en:\";'),('arn','messages:uncategorizedtemplates','s:29:\"es:Plantillas sin categorizar\";'),('arn','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('arn','messages:undelete','s:24:\"es:Ver páginas borradas\";'),('arn','messages:undelete-back-to-list','s:38:\"es:Ver todas las revisiones eliminadas\";'),('arn','messages:undelete-bad-store-key','s:103:\"es:No se puede restaurar la revisión con marca de tiempo $1: el archivo fue omitido antes del borrado.\";'),('arn','messages:undelete-cantcreate','s:132:\"es:No puedes deshacer el borrado de esta página porque no existe ninguna página con este nombre y no tienes permisos para crearla.\";'),('arn','messages:undelete-cantedit','s:89:\"es:No puedes deshacer el borrado de esta página porque no tienes permisos para editarla.\";'),('arn','messages:undelete-cleanup-error','s:50:\"es:Error al borrar el archivo no utilizado «$1».\";'),('arn','messages:undelete-error','s:31:\"es:Error restaurando la página\";'),('arn','messages:undelete-error-associated-alreadytalk','s:88:\"es:No se puede restaurar la página de discusión asociada de una página de discusión.\";'),('arn','messages:undelete-error-associated-notdeleted','s:84:\"es:La página de discusión asociada no tiene revisiones que puedan ser restauradas.\";'),('arn','messages:undelete-fieldset-title','s:23:\"es:Restaurar revisiones\";'),('arn','messages:undelete-filename-mismatch','s:97:\"es:No se puede restaurar la revisión con marca de tiempo $1: no concuerda el nombre del archivo.\";'),('arn','messages:undelete-header','s:87:\"es:En el [[Special:Log/delete|registro de borrados]] se listan las páginas eliminadas.\";'),('arn','messages:undelete-missing-filearchive','s:141:\"es:No se ha podido restaurar el archivo con el identificador $1 debido a que no está en la base de datos.\nPuede que ya haya sido restaurado.\";'),('arn','messages:undelete-no-results','s:70:\"es:No se encontraron páginas borradas para ese criterio de búsqueda.\";'),('arn','messages:undelete-nodiff','s:34:\"es:No existe una revisión previa.\";'),('arn','messages:undelete-revision','s:59:\"es:Edición borrada de $1 (fechada el $4, a las $5) por $3:\";'),('arn','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('arn','messages:undelete-search-box','s:32:\"arn:Kintun ñamümüngelu pakina\";'),('arn','messages:undelete-search-full','s:34:\"es:Mostrar páginas que contengan:\";'),('arn','messages:undelete-search-prefix','s:37:\"es:Mostrar páginas que empiecen con:\";'),('arn','messages:undelete-search-submit','s:10:\"arn:Kintun\";'),('arn','messages:undelete-search-title','s:27:\"es:Buscar páginas borradas\";'),('arn','messages:undelete-show-file-confirm','s:112:\"es:¿Estás seguro de que quieres ver una revisión borrada del archivo «<nowiki>$1</nowiki>» del $2 a las $3?\";'),('arn','messages:undelete-show-file-submit','s:7:\"arn:May\";'),('arn','messages:undelete-summary','s:3:\"en:\";'),('arn','messages:undelete-talk-summary-prefix','s:85:\"es:Restaurada junto con su página de discusión asociada con el siguiente motivo: $1\";'),('arn','messages:undelete-undeletetalk','s:70:\"es:Restaurar todas las revisiones de la página de discusión asociada\";'),('arn','messages:undelete_short','s:52:\"es:Restaurar {{PLURAL:$1|una edición|$1 ediciones}}\";'),('arn','messages:undeletebtn','s:12:\"es:Restaurar\";'),('arn','messages:undeletecomment','s:10:\"es:Razón:\";'),('arn','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('arn','messages:undeletedpage','s:158:\"es:<strong>Se ha restaurado $1</strong>\n\nConsulta el [[Special:Log/delete|registro de borrados]] para ver una lista de los últimos borrados y restauraciones.\";'),('arn','messages:undeleteextrahelp','s:292:\"es:Para restaurar todo el historial de la página, deja todas las casillas sin seleccionar y pulsa en <strong><em>{{int:undeletebtn}}</em></strong>.\nPara realizar una restauración selectiva, marca las revisiones que deban restaurarse y pulsa en <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('arn','messages:undeletehistory','s:230:\"es:Si restauras la página, todas sus revisiones se restaurarán en el historial.\nSi una nueva página con el mismo nombre se ha creado desde que se borró la original, las versiones restauradas aparecerán en el historial previo.\";'),('arn','messages:undeletehistorynoadmin','s:278:\"es:El artículo ha sido borrado.\nLa razón de su eliminación se indica abajo en el resumen, así como los detalles de las ediciones realizadas antes del borrado.\nEl texto completo de dichas revisiones borradas está disponible sólo para usuarios con permisos de administrador.\";'),('arn','messages:undeleteinvert','s:22:\"es:Invertir selección\";'),('arn','messages:undeletelink','s:18:\"arn:pen/wüñoltun\";'),('arn','messages:undeletepage','s:36:\"es:Ver y restaurar páginas borradas\";'),('arn','messages:undeletepagetext','s:259:\"es:{{PLURAL:$1|La siguiente página ha sido borrada, pero aún está en el archivo y puede ser restaurada.|Las siguientes $1 páginas han sido borradas, pero aún están en el archivo y pueden ser restauradas.}}\nPuede que el archivo se limpie periódicamente.\";'),('arn','messages:undeletepagetitle','s:77:\"es:<strong>Las siguientes son las revisiones borradas de [[:$1|$1]]</strong>.\";'),('arn','messages:undeleterevdel','s:253:\"es:No se deshará el borrado si éste resulta en el borrado parcial de la última revisión de la página. En tal caso, desmarque o muestre las revisiones borradas más recientes. Las revisiones de archivos que no tiene permitido ver no se restaurarán.\";'),('arn','messages:undeleterevision-duplicate-revid','s:199:\"es:No se {{PLURAL:$1|pudo restaurar una modificación|pudieron restaurar $1 modificaciones}} porque {{PLURAL:$1|su <code>rev_id</code> ya se estaba|sus <code>rev_id</code> ya se estaban}} utilizando.\";'),('arn','messages:undeleterevision-missing','s:138:\"es:Revisión no válida o perdida.\nPuede deberse a un enlace incorrecto o a que la revisión haya sido restaurada o eliminada del archivo.\";'),('arn','messages:undeleterevisions','s:61:\"es:$1 {{PLURAL:$1|revisión eliminada|revisiones eliminadas}}\";'),('arn','messages:undeleteviewlink','s:7:\"arn:Pen\";'),('arn','messages:underline-always','s:9:\"arn:Rumel\";'),('arn','messages:underline-default','s:64:\"es:Configuración predeterminada de la apariencia o el navegador\";'),('arn','messages:underline-never','s:9:\"arn:Turpu\";'),('arn','messages:undo-failure','s:65:\"arn:Wüñoeltulayay chi kakünun ñi mülen mew ka che kakünulu.\";'),('arn','messages:undo-main-slot-only','s:89:\"es:No se ha podido desacer el cámbio porque contiene contenido fuera del slot principal.\";'),('arn','messages:undo-nochange','s:48:\"es:Parece que ya se había deshecho la edición.\";'),('arn','messages:undo-norev','s:75:\"es:No se ha podido deshacer la edición porque no existe o ha sido borrada.\";'),('arn','messages:undo-success','s:217:\"es:Puedes deshacer la edición.\nAntes de deshacer la edición, comprueba la siguiente comparación para verificar que realmente es lo que quieres hacer, y entonces publica los cambios para así efectuar la reversión.\";'),('arn','messages:undo-summary','s:93:\"es:Se ha deshecho la revisión $1 de [[Special:Contributions/$2|$2]] ([[User talk:$2|disc.]])\";'),('arn','messages:undo-summary-anon','s:66:\"es:Deshacer la modificación $1 de [[Special:Contributions/$2|$2]]\";'),('arn','messages:undo-summary-import','s:57:\"es:Se ha deshecho la revisión importada $1 de [[:$2|$3]]\";'),('arn','messages:undo-summary-import2','s:49:\"es:Se ha deshecho la revisión importada $1 de $2\";'),('arn','messages:undo-summary-username-hidden','s:54:\"es:Se ha deshecho la revisión $1 de un usuario oculto\";'),('arn','messages:unexpected','s:32:\"arn:Llowngelay tüfey: \"$1\"=\"$2\"\";'),('arn','messages:unicode-support-fail','s:146:\"es:Parece que su navegador no es compatible con Unicode. Como esta codificación es necesaria para editar las páginas, no se guardó tu edición.\";'),('arn','messages:unit-pixel','s:5:\"en:px\";'),('arn','messages:unknown-error','s:33:\"es:Ocurrió un error desconocido.\";'),('arn','messages:unlinkaccounts','s:22:\"es:Desvincular cuentas\";'),('arn','messages:unlinkaccounts-success','s:32:\"es:Se ha desvinculado la cuenta.\";'),('arn','messages:unlockbtn','s:31:\"es:Desbloquear la base de datos\";'),('arn','messages:unlockconfirm','s:54:\"es:Sí, realmente quiero desbloquear la base de datos.\";'),('arn','messages:unlockdb','s:31:\"es:Desbloquear la base de datos\";'),('arn','messages:unlockdbsuccesssub','s:43:\"es:El desbloqueo se ha realizado con éxito\";'),('arn','messages:unlockdbsuccesstext','s:57:\"es:La base de datos de {{SITENAME}} ha sido desbloqueada.\";'),('arn','messages:unlockdbtext','s:286:\"es:El desbloqueo de la base de datos permitirá a todos los usuarios editar páginas, cambiar sus preferencias, modificar sus listas de seguimiento y cualesquiera otras funciones que impliquen modificar la base de datos. Por favor, confirme que esto es precisamente lo que quiere hacer.\";'),('arn','messages:unpatrolledletter','s:4:\"en:!\";'),('arn','messages:unprotect','s:24:\"arn:Kalekünun kuñiwtun\";'),('arn','messages:unprotected-js','s:171:\"es:Por razones de seguridad, JavaScript no se puede cargar desde páginas desprotegidas. Crea javascript solo en MediaWiki: espacio de nombres o como subpágina de usuario\";'),('arn','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('arn','messages:unprotectedarticle-comment','s:54:\"es:{{GENDER:$2|Eliminó la protección}} de «[[$1]]»\";'),('arn','messages:unregistered-user-config','s:139:\"es:Por razones de seguridad, no se pueden cargar los códigos JavaScript, CSS o JSON localizados en subpáginas de usuarios no registrados.\";'),('arn','messages:unstrip-depth-category','s:81:\"es:Páginas en que se excede el límite de profundidad de la función «unstrip»\";'),('arn','messages:unstrip-depth-category-desc','s:62:\"es:La página supera el límite de profundidad de extracción.\";'),('arn','messages:unstrip-depth-warning','s:76:\"es:Se ha superado el límite de recursividad de la función «unstrip» ($1)\";'),('arn','messages:unstrip-size-category','s:77:\"es:Páginas en que se excede el límite de tamaño de la función «unstrip»\";'),('arn','messages:unstrip-size-category-desc','s:58:\"es:La página supera el límite de tamaño de extracción.\";'),('arn','messages:unstrip-size-warning','s:68:\"es:Se excedió el límite de tamaño de la función «unstrip» ($1)\";'),('arn','messages:unsupported-content-diff','s:63:\"es:No se admiten las diferencias en el modelo de contenidos $1.\";'),('arn','messages:unsupported-content-diff2','s:86:\"es:En esta wiki no se admiten las diferencias entre los modelos de contenidos $1 y $2.\";'),('arn','messages:unsupported-content-model','s:93:\"es:<strong>Atención:</strong> en esta wiki no se admite el modelo de contenidos $1.</strong>\";'),('arn','messages:unusedcategories','s:28:\"es:Categorías no utilizadas\";'),('arn','messages:unusedcategories-summary','s:3:\"en:\";'),('arn','messages:unusedcategoriestext','s:96:\"es:Las siguientes categorías han sido creadas, pero ningún artículo o categoría las utiliza.\";'),('arn','messages:unusedimages','s:25:\"es:Archivos no utilizados\";'),('arn','messages:unusedimages-summary','s:3:\"en:\";'),('arn','messages:unusedimagestext','s:254:\"es:Los siguientes archivos existen pero no están insertados en ninguna página.\nTen en cuenta que otros sitios web pueden enlazar un archivo directamente por la URL, y por tanto pueden estar listados aquí a pesar de estar siendo usados de forma activa.\";'),('arn','messages:unusedimagestext-categorizedimgisused','s:363:\"es:Los siguientes archivos existen, pero no están integrados en ninguna página. Las imágenes categorizadas son consideradas como utilizadas, a pesar de que no están incrustadas en ninguna página. Por favor tómese en cuenta que otros sitios pueden enlazarse a un archivo con una URL directa, y todavía pueden enlistarse aquí a pesar de estar en uso activo.\";'),('arn','messages:unusedtemplates','s:27:\"es:Plantillas no utilizadas\";'),('arn','messages:unusedtemplates-summary','s:3:\"en:\";'),('arn','messages:unusedtemplatestext','s:189:\"es:Aquí se enumeran todas las páginas en el espacio de nombres {{ns:template}} que no están incluidas en otras páginas. Recuerda mirar lo que enlaza a las plantillas antes de borrarlas.\";'),('arn','messages:unusedtemplateswlh','s:14:\"arn:Kake lasun\";'),('arn','messages:unwatch','s:15:\"arn:Llaytuwelan\";'),('arn','messages:unwatchedpages','s:24:\"es:Páginas no vigiladas\";'),('arn','messages:unwatchedpages-summary','s:3:\"en:\";'),('arn','messages:unwatching','s:22:\"arn:Llaytumekewelay...\";'),('arn','messages:unwatchthispage','s:15:\"arn:Llaytuwelan\";'),('arn','messages:updated','s:16:\"es:(Actualizado)\";'),('arn','messages:updatedmarker','s:44:\"es:actualizada después de tu última visita\";'),('arn','messages:updatewatchlist','s:34:\"es:Actualizar lista de seguimiento\";'),('arn','messages:upload','s:24:\"arn:Püramün eltukawün\";'),('arn','messages:upload-copy-upload-invalid-domain','s:60:\"es:No se pueden realizar subidas remotas desde este dominio.\";'),('arn','messages:upload-curl-error28','s:28:\"es:Tiempo de espera excedido\";'),('arn','messages:upload-curl-error28-text','s:196:\"es:La página tardó demasiado en responder. Por favor, comprueba que el servidor está funcionando, espera un poco y vuelva a intentarlo. Quizás desees intentarlo en otro momento de menos carga.\";'),('arn','messages:upload-curl-error6','s:29:\"es:No se pudo alcanzar la URL\";'),('arn','messages:upload-curl-error6-text','s:109:\"es:La URL no pudo ser alcanzada. Por favor comprueba que la URL es correcta y el sitio web está funcionando.\";'),('arn','messages:upload-default-description','s:4:\"en:-\";'),('arn','messages:upload-description','s:26:\"es:Descripción de archivo\";'),('arn','messages:upload-dialog-button-back','s:9:\"es:Volver\";'),('arn','messages:upload-dialog-button-cancel','s:11:\"es:Cancelar\";'),('arn','messages:upload-dialog-button-done','s:8:\"es:Hecho\";'),('arn','messages:upload-dialog-button-save','s:10:\"es:Guardar\";'),('arn','messages:upload-dialog-button-upload','s:8:\"es:Subir\";'),('arn','messages:upload-dialog-disabled','s:93:\"es:En esta wiki están desactivadas las subidas de archivos mediante este cuadro de diálogo.\";'),('arn','messages:upload-dialog-title','s:16:\"es:Subir archivo\";'),('arn','messages:upload-disallowed-here','s:49:\"arn:Pepi wirintukutulaymi tüfaci eltukawün mew.\";'),('arn','messages:upload-file-error','s:16:\"es:Error interno\";'),('arn','messages:upload-file-error-text','s:154:\"es:Ha ocurrido un error interno mientras se intentaba crear un archivo temporal en el servidor. Contacta con un [[Special:ListUsers/sysop|administrador]].\";'),('arn','messages:upload-foreign-cant-load-config','s:93:\"es:Falló la carga de la configuración para subir archivos al depósito de archivos externo.\";'),('arn','messages:upload-foreign-cant-upload','s:100:\"es:Esta wiki no está configurado para subir archivos al repositorio de archivos externo solicitado.\";'),('arn','messages:upload-form-label-infoform-categories','s:14:\"es:Categorías\";'),('arn','messages:upload-form-label-infoform-date','s:8:\"es:Fecha\";'),('arn','messages:upload-form-label-infoform-description','s:15:\"es:Descripción\";'),('arn','messages:upload-form-label-infoform-description-tooltip','s:151:\"es:Describe brevemente todo lo destacable acerca del trabajo.\nPara una foto, menciona las cosas principales que se representan, la ocasión o el lugar.\";'),('arn','messages:upload-form-label-infoform-name','s:9:\"es:Nombre\";'),('arn','messages:upload-form-label-infoform-name-tooltip','s:172:\"es:Un título único descriptivo para el archivo, que servirá como un nombre de archivo. Puedes usar un lenguaje claro con espacios. No incluyas la extensión del archivo.\";'),('arn','messages:upload-form-label-infoform-title','s:11:\"es:Detalles\";'),('arn','messages:upload-form-label-not-own-work-local-generic-foreign','s:144:\"es:Puede que también quieras usar [[Special:Upload|la página de subidas en {{SITENAME}}]], si se puede subir este archivo bajo sus políticas.\";'),('arn','messages:upload-form-label-not-own-work-local-generic-local','s:91:\"es:Quizás también quieras probar [[Special:Upload|la página predeterminada de subidas]].\";'),('arn','messages:upload-form-label-not-own-work-message-generic-foreign','s:170:\"es:Si usted no es capaz de cargar este archivo en virtud de las políticas del repositorio compartido, por favor cierre este cuadro de diálogo y probar con otro método.\";'),('arn','messages:upload-form-label-not-own-work-message-generic-local','s:141:\"es:Si no es capaz de subir este archivo bajo las políticas de {{SITENAME}}, por favor cierre este cuadro de diálogo e intente otro método.\";'),('arn','messages:upload-form-label-own-work','s:28:\"es:Esto es mi trabajo propio\";'),('arn','messages:upload-form-label-own-work-message-generic-foreign','s:181:\"es:Entiendo que voy a subir este archivo a un repositorio compartido. Confirmo que estoy haciéndolo que siguiendo los términos de servicio y políticas de licenciamiento de allí.\";'),('arn','messages:upload-form-label-own-work-message-generic-local','s:141:\"es:Confirmo que estoy subiendo este archivo siguiendo los términos del servicio y las políticas de concesión de licencias en {{SITENAME}}.\";'),('arn','messages:upload-form-label-usage-filename','s:21:\"es:Nombre del archivo\";'),('arn','messages:upload-form-label-usage-title','s:6:\"es:Uso\";'),('arn','messages:upload-http-error','s:32:\"es:Ha ocurrido un error HTTP: $1\";'),('arn','messages:upload-maxfilesize','s:34:\"es:Tamaño máximo del archivo: $1\";'),('arn','messages:upload-misc-error','s:33:\"es:Error desconocido en la subida\";'),('arn','messages:upload-misc-error-text','s:192:\"es:Ha ocurrido un error durante la subida.\nVerifica que la URL es válida y accesible e inténtalo de nuevo.\nSi el problema persiste, contacta con un [[Special:ListUsers/sysop|administrador]].\";'),('arn','messages:upload-options','s:21:\"es:Opciones de subida\";'),('arn','messages:upload-permitted','s:75:\"es:{{PLURAL:$2|Tipo de archivo permitido|Tipos de archivo permitidos}}: $1.\";'),('arn','messages:upload-preferred','s:75:\"es:{{PLURAL:$2|Tipo de archivo preferido|Tipos de archivo preferidos}}: $1.\";'),('arn','messages:upload-prohibited','s:75:\"es:{{PLURAL:$2|Tipo de archivo prohibido|Tipos de archivo prohibidos}}: $1.\";'),('arn','messages:upload-proto-error','s:23:\"es:Protocolo incorrecto\";'),('arn','messages:upload-proto-error-text','s:110:\"es:Para subir archivos desde otra página la URL debe comenzar por <code>http://</code> o <code>ftp://</code>.\";'),('arn','messages:upload-recreate-warning','s:176:\"es:<strong>Atención: se ha borrado o cambiado el nombre de un archivo con ese nombre.</strong>\n\nA continuación se muestra el registro de borrados y traslados de esta página:\";'),('arn','messages:upload-scripted-dtd','s:84:\"es:No se pueden cargar archivos SVG que contengan una declaración DTD no estándar.\";'),('arn','messages:upload-scripted-pi-callback','s:109:\"es:No se pueden cargar archivos que contengan instrucciones de procesamiento en forma de hojas de estilo XML.\";'),('arn','messages:upload-source','s:20:\"es:Archivo de origen\";'),('arn','messages:upload-summary','s:3:\"en:\";'),('arn','messages:upload-too-many-redirects','s:44:\"es:La URL contenía demasiadas redirecciones\";'),('arn','messages:upload-tryagain','s:48:\"es:Enviar la descripción modificada del archivo\";'),('arn','messages:upload-tryagain-nostash','s:66:\"es:Enviar el archivo cargado de nuevo y la descripción modificada\";'),('arn','messages:upload_directory_missing','s:90:\"es:El directorio de subida de archivos ($1) no existe, y el servidor no ha podido crearlo.\";'),('arn','messages:upload_directory_read_only','s:81:\"es:El servidor web no puede escribir en el directorio de subida de archivos ($1).\";'),('arn','messages:upload_source_file','s:44:\"es:(un archivo elegido desde tu computadora)\";'),('arn','messages:upload_source_url','s:68:\"es:(un archivo elegido de una URL válida y accesible públicamente)\";'),('arn','messages:uploadbtn','s:19:\"es:Subir un archivo\";'),('arn','messages:uploaddisabled','s:39:\"es:Se desactivó la subida de archivos.\";'),('arn','messages:uploaddisabledtext','s:39:\"es:Se desactivó la subida de archivos.\";'),('arn','messages:uploaded-animate-svg','s:158:\"es:Se encontró un etiqueta \"animate\" que puede estar cambiando \"href\", mediante el atributo \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> en el archivo SVG cargado.\";'),('arn','messages:uploaded-event-handler-on-svg','s:109:\"es:No está permitido configurar atributos controladores de eventos <code>$1=\"$2\"</code> en los archivos SVG.\";'),('arn','messages:uploaded-hostile-svg','s:87:\"es:Se encontró código CSS no seguro en el elemento de estilo del archivo SVG cargado.\";'),('arn','messages:uploaded-href-attribute-svg','s:271:\"es:Los elementos <a> solo tienen permitido enlazar (href) con objetivos «data:» (archivo incrustado), «http://», «https://» o de fragmento («#», «same-document»). Prueba a incrustar las imágenes al exportar el SVG. Se encontró <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('arn','messages:uploaded-href-unsafe-target-svg','s:115:\"es:Se encontró un <code>href</code> hacia un destino inseguro <code><$1 $2=\"$3\"></code> en el archivo SVG cargado.\";'),('arn','messages:uploaded-image-filter-svg','s:103:\"es:Se encontró un filtro de imagen con URL: <code>&lt;$1 $2=\"$3\"&gt;</code> en el archivo SVG cargado.\";'),('arn','messages:uploaded-remote-url-svg','s:114:\"es:Se bloquean los SVG que contienen URL de estilo externas. El archivo SVG cargado contiene <code>$1=\"$2\"</code>.\";'),('arn','messages:uploaded-script-svg','s:100:\"es:Se encontró el elemento habilitado para secuencias de órdenes «$1» en el archivo SVG cargado.\";'),('arn','messages:uploaded-setting-event-handler-svg','s:147:\"es:Está bloqueada la configuración de atributos controladores de eventos. Se encontró <code>&lt;$1 $2=\"$3\"&gt;</code> en el archivo SVG cargado.\";'),('arn','messages:uploaded-setting-handler-svg','s:159:\"es:Están bloqueados los archivos SVG que configuran el atributo \"handler\" con remote/data/script. Se encontró <code>$1=\"$2\"</code> en el archivo SVG cargado.\";'),('arn','messages:uploaded-setting-href-svg','s:97:\"es:Está bloqueado el uso de la etiqueta \"set\" para añadir un atributo \"href\" al elemento padre.\";'),('arn','messages:uploaded-wrong-setting-svg','s:184:\"es:Está bloqueado el uso de la etiqueta \"set\" para añadir un destino remote/data/script a cualquier atributo. Se encontró <code>&lt;set to=\"$1\"&gt;</code> en el archivo SVG cargado.\";'),('arn','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('arn','messages:uploaderror','s:26:\"es:Error al intentar subir\";'),('arn','messages:uploadfooter','s:4:\"en:-\";'),('arn','messages:uploadinvalidxml','s:50:\"es:No se pudo analizar el XML del archivo cargado.\";'),('arn','messages:uploadlogpage','s:40:\"arn:Püramülu eltukawün ñi wirintukun\";'),('arn','messages:uploadlogpagetext','s:161:\"es:Debajo se muestra una lista de los últimos archivos subidos.\nConsulta la [[Special:NewFiles|galería de archivos nuevos]] para una presentación más visual.\";'),('arn','messages:uploadnewversion-linktext','s:43:\"es:Subir una nueva versión de este archivo\";'),('arn','messages:uploadnologin','s:17:\"arn:Petu konlaymi\";'),('arn','messages:uploadnologintext','s:37:\"es:Tienes que $1 para subir archivos.\";'),('arn','messages:uploadscripted','s:109:\"es:Este archivo contiene script o código HTML que puede ser interpretado erróneamente por un navegador web.\";'),('arn','messages:uploadscriptednamespace','s:89:\"es:Este archivo SVG contiene un espacio de nombres no permitido: «<nowiki>$1</nowiki>».\";'),('arn','messages:uploadstash','s:33:\"es:Almacén provisional de cargas\";'),('arn','messages:uploadstash-bad-path','s:21:\"es:La ruta no existe.\";'),('arn','messages:uploadstash-bad-path-bad-format','s:47:\"es:El formato de la clave «$1» es incorrecto.\";'),('arn','messages:uploadstash-bad-path-invalid','s:25:\"es:La ruta no es válida.\";'),('arn','messages:uploadstash-bad-path-no-handler','s:68:\"es:No se encontró ningún manejador para el MIME $1 del archivo $2.\";'),('arn','messages:uploadstash-bad-path-unknown-type','s:33:\"es:El tipo «$1» es desconocido.\";'),('arn','messages:uploadstash-bad-path-unrecognized-thumb-name','s:44:\"es:No se reconoce el nombre de la miniatura.\";'),('arn','messages:uploadstash-badtoken','s:121:\"es:No se pudo realizar la acción. Es posible que haya finalizado el tiempo de espera de la sesión. Inténtalo de nuevo.\";'),('arn','messages:uploadstash-clear','s:33:\"es:Borrar los ficheros escondidos\";'),('arn','messages:uploadstash-errclear','s:37:\"es:Falló el borrado de los archivos.\";'),('arn','messages:uploadstash-exception','s:70:\"es:No se pudo almacenar la carga en el área provisional ($1): «$2».\";'),('arn','messages:uploadstash-file-not-found','s:62:\"es:No se encuentra la clave «$1» en el almacén provisional.\";'),('arn','messages:uploadstash-file-not-found-missing-content-type','s:42:\"es:Falta una cabecera de tipo de contenido\";'),('arn','messages:uploadstash-file-not-found-no-local-path','s:55:\"es:No hay ninguna ruta local para el elemento escalado.\";'),('arn','messages:uploadstash-file-not-found-no-remote-thumb','s:53:\"es:Falló la recuperación de miniaturas: $1\nURL = $2\";'),('arn','messages:uploadstash-file-not-found-no-thumb','s:35:\"es:No se pudo obtener la miniatura.\";'),('arn','messages:uploadstash-file-not-found-not-exists','s:57:\"es:No se puede encontrar la ruta, o no un fichero simple.\";'),('arn','messages:uploadstash-file-too-large','s:53:\"es:No se pueden servir archivos mayores que $1 bytes.\";'),('arn','messages:uploadstash-no-such-key','s:51:\"es:No existe esta clave ($1); no se puede eliminar.\";'),('arn','messages:uploadstash-nofiles','s:33:\"es:No tienes archivos escondidos.\";'),('arn','messages:uploadstash-not-logged-in','s:78:\"es:No ha accedido ningún usuario; los archivos deben pertenecer a un usuario.\";'),('arn','messages:uploadstash-refresh','s:34:\"es:Actualizar la lista de archivos\";'),('arn','messages:uploadstash-summary','s:208:\"es:Esta página da acceso a los archivos subidos (o que están por subirse), pero que aún no han sido publicados en la wiki. Estos archivos no son visibles para nadie, excepto para el usuario que los subió.\";'),('arn','messages:uploadstash-thumbnail','s:16:\"es:ver miniatura\";'),('arn','messages:uploadstash-wrong-owner','s:52:\"es:Este archivo ($1) no pertenece al usuario actual.\";'),('arn','messages:uploadstash-zero-length','s:27:\"es:El archivo está vacío.\";'),('arn','messages:uploadtext','s:988:\"es:Utiliza el siguiente formulario para subir archivos.\nPara ver o buscar archivos subidos con anterioridad, ve a la [[Special:FileList|lista de archivos subidos]].\nLos archivos subidos y resubidos también quedarán registrados en el [[Special:Log/upload|registro de archivos subidos]], y los borrados en el [[Special:Log/delete|registro de borrados]].\n\nPara incluir un archivo en una página, usa un enlace como los mostrados a continuación:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> para usar la versión a tamaño completo del archivo.\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|texto alternativo]]</nowiki></code></strong> para una versión de 200 píxeles de ancho situada en una caja en el margen izquierdo con \"texto alternativo\" como descripción.\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> para enlazar directamente al archivo sin mostrarlo.\";'),('arn','messages:uploadvirus','s:47:\"es:¡El archivo contiene un virus!\nDetalles: $1\";'),('arn','messages:uploadwarning','s:18:\"es:Alerta de carga\";'),('arn','messages:uploadwarning-text','s:77:\"es:Modifica la descripción del archivo abajo indicada e inténtalo de nuevo.\";'),('arn','messages:uploadwarning-text-nostash','s:91:\"es:Carga el archivo una vez más, modifica la descripción siguiente e inténtalo de nuevo.\";'),('arn','messages:user-mail-no-addy','s:102:\"es:Se ha intentado enviar un mensaje de correo electrónico sin una dirección de correo electrónico.\";'),('arn','messages:user-mail-no-body','s:90:\"es:Trató de enviar un mensaje de correo electrónico sin contenido o excesivamente corto.\";'),('arn','messages:usercreated','s:38:\"arn:{{GENDER:$3|Dewmangey}} $1, $2 mew\";'),('arn','messages:usercssispublic','s:110:\"es:Recuerda: las subpáginas CSS no deben contener datos confidenciales, pues otros usuarios los podrían ver.\";'),('arn','messages:usercsspreview','s:104:\"es:<strong>Recuerda que solo estás previsualizando tu CSS de usuario.\n¡Aún no se ha grabado!</strong>\";'),('arn','messages:usercssyoucanpreview','s:119:\"es:<strong>Consejo:</strong> usa el botón «{{int:showpreview}}» para probar su código CSS nuevo antes de guardarlo.\";'),('arn','messages:usereditcount','s:38:\"es:$1 {{PLURAL:$1|edición|ediciones}}\";'),('arn','messages:userexists','s:76:\"es:El nombre de usuario indicado ya está en uso.\nElige un nombre diferente.\";'),('arn','messages:userinvalidconfigtitle','s:243:\"es:<strong>Atención:</strong> no existe la apariencia «$1».\nLas páginas de archivos .css, .json y .js personalizados comienzan por minúscula; p. ej., se usa «{{ns:user}}:Ejemplo/vector.css» en vez de «{{ns:user}}:Ejemplo/Vector.css».\";'),('arn','messages:userjsdangerous','s:256:\"es:Por favor ten en cuenta que scripts incluidos en esta página serán ejecutados cada vez que cargues una página. Código malicioso añadido aquí podría comprometer tu cuenta. El código será ejecutado cuando previsualices tus cambios a esta página.\";'),('arn','messages:userjsispublic','s:117:\"es:Recuerda: las subpáginas JavaScript no deben contener datos confidenciales, pues otros usuarios los podrían ver.\";'),('arn','messages:userjsonispublic','s:111:\"es:Recuerda: las subpáginas JSON no deben contener datos confidenciales, pues otros usuarios los podrían ver.\";'),('arn','messages:userjsonpreview','s:119:\"es:<strong>Recuerda que solo estas previsualizando tu configuración JSON de usuario. ¡Aún no se ha grabado!</strong>\";'),('arn','messages:userjsonyoucanpreview','s:120:\"es:<strong>Consejo:</strong> usa el botón «{{int:showpreview}}» para probar el código JSON nuevo antes de guardarlo.\";'),('arn','messages:userjspreview','s:113:\"es:<strong>¡Recuerda que solo estás previsualizando tu JavaScript de usuario.\n¡Aún no se ha grabado!</strong>\";'),('arn','messages:userjsyoucanpreview','s:126:\"es:<strong>Consejo:</strong> Usa el botón «{{int:showpreview}}» para probar el código JavaScript nuevo antes de guardarlo.\";'),('arn','messages:userlogin-createanother','s:20:\"es:Crear otra cuenta\";'),('arn','messages:userlogin-helplink2','s:21:\"arn:Kellun ñi konael\";'),('arn','messages:userlogin-joinproject','s:29:\"arn:Trafkonpange {{SITENAME}}\";'),('arn','messages:userlogin-loggedin','s:122:\"es:Ya estás {{GENDER:$1|conectado|conectada}} como $1.\nUsa el formulario de abajo para iniciar sesión como otro usuario.\";'),('arn','messages:userlogin-noaccount','s:20:\"arn:Nielaymi kuenta?\";'),('arn','messages:userlogin-reauth','s:75:\"es:Debes iniciar sesión de nuevo para verificar que eres {{GENDER:$1|$1}}.\";'),('arn','messages:userlogin-remembermypassword','s:18:\"arn:Konkülekayalu\";'),('arn','messages:userlogin-resetpassword-link','s:29:\"arn:Ngoymapeymi tami nülawe?\";'),('arn','messages:userlogin-signwithsecure','s:24:\"es:Usar conexión segura\";'),('arn','messages:userlogin-yourname','s:21:\"arn:Pünekelu ñi üy\";'),('arn','messages:userlogin-yourname-ph','s:33:\"arn:Pütaftunge pünekelu ñi üy\";'),('arn','messages:userlogin-yourpassword','s:11:\"arn:Nülawe\";'),('arn','messages:userlogin-yourpassword-ph','s:26:\"arn:Pütaftunge mi nülawe\";'),('arn','messages:userlogout','s:10:\"arn:Tripan\";'),('arn','messages:userlogout-continue','s:34:\"es:¿Quieres finalizar la sesión?\";'),('arn','messages:userlogout-summary','s:3:\"en:\";'),('arn','messages:userlogout-temp','s:107:\"es:Estás seguro que quieres salir de tu cuenta? No habrá forma de volver a ingresar a tu cuenta temporal.\";'),('arn','messages:usermaildisabled','s:46:\"es:Correo electrónico del usuario desactivado\";'),('arn','messages:usermaildisabledtext','s:71:\"es:No puedes enviar correos electrónicos a otros usuarios en esta wiki\";'),('arn','messages:usermessage-editor','s:25:\"es:Sistema de mensajería\";'),('arn','messages:usermessage-summary','s:33:\"es:Dejando un mensaje de sistema.\";'),('arn','messages:usermessage-template','s:27:\"es:MediaWiki:MensajeUsuario\";'),('arn','messages:username','s:34:\"arn:{{GENDER:$1|Pünefe ñi üy}}:\";'),('arn','messages:usernameinprogress','s:85:\"es:Ya está en marcha la creación de una cuenta para este nombre de usuario.\nEspera.\";'),('arn','messages:userpage-userdoesnotexist','s:106:\"es:El usuario «$1» no está registrado. Asegúrate de que realmente quieres crear o editar esta página.\";'),('arn','messages:userpage-userdoesnotexist-view','s:49:\"arn:Konkülelay chi pünekelu ñi kuenta $1 tati.\";'),('arn','messages:userrights','s:22:\"es:Permisos de usuario\";'),('arn','messages:userrights-cannot-shorten-expiry','s:155:\"es:No puedes acortar la caducidad de las membresías del grupo «$1». Únicamente los usuarios con permisos para añadir y quitar el grupo pueden hacerlo.\";'),('arn','messages:userrights-changeable-col','s:28:\"es:Grupos que puedes cambiar\";'),('arn','messages:userrights-conflict','s:94:\"es:¡Conflicto de cambio de los permisos de usuario! Por favor, revisa y confirma tus cambios.\";'),('arn','messages:userrights-editusergroup','s:59:\"es:Modificar grupos {{GENDER:$1|del usuario|de la usuaria}}\";'),('arn','messages:userrights-expiry','s:10:\"es:Caduca:\";'),('arn','messages:userrights-expiry-current','s:15:\"es:Caduca el $1\";'),('arn','messages:userrights-expiry-existing','s:41:\"es:Fecha de caducidad actual: $2 a las $3\";'),('arn','messages:userrights-expiry-in-past','s:60:\"es:El tiempo de caducidad del grupo \"$1\" está en el pasado.\";'),('arn','messages:userrights-expiry-none','s:12:\"es:No caduca\";'),('arn','messages:userrights-expiry-options','s:93:\"es:1 día:1 day,1 semana:1 week,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 año:1 year\";'),('arn','messages:userrights-expiry-othertime','s:19:\"es:En otro momento:\";'),('arn','messages:userrights-groups-help','s:482:\"es:Puedes modificar los grupos a los que pertenece {{GENDER:$1|este usuario|esta usuaria}}:\n* Una casilla marcada significa que {{GENDER:$1|el usuario|la usuaria}} está en ese grupo.\n* Una casilla sin marcar significa que {{GENDER:$1|el usuario|la usuaria}} no está en ese grupo.\n* Un * indica que no podrás eliminar el grupo una vez que lo añadas, o viceversa.\n* Un # indica que puedes únicamente postergar, y no adelantar, la fecha de caducidad de la membresía a este grupo.\";'),('arn','messages:userrights-groupsmember','s:14:\"es:Miembro de:\";'),('arn','messages:userrights-groupsmember-auto','s:25:\"es:Miembro implícito de:\";'),('arn','messages:userrights-groupsmember-type','s:5:\"es:$1\";'),('arn','messages:userrights-invalid-expiry','s:55:\"es:El tiempo de caducidad del grupo \"$1\" no es válido.\";'),('arn','messages:userrights-irreversible-marker','s:6:\"es:$1*\";'),('arn','messages:userrights-lookup-user','s:35:\"es:Selecciona una cuenta de usuario\";'),('arn','messages:userrights-no-interwiki','s:68:\"es:No tienes permiso para editar permisos de usuario en otros wikis.\";'),('arn','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('arn','messages:userrights-nodatabase','s:47:\"es:La base de datos $1 no existe o no es local.\";'),('arn','messages:userrights-reason','s:10:\"es:Motivo:\";'),('arn','messages:userrights-summary','s:3:\"en:\";'),('arn','messages:userrights-systemuser','s:67:\"es:{{GENDER:$1|Este es un usuario|Esta es una usuaria}} del sistema\";'),('arn','messages:userrights-unchangeable-col','s:31:\"es:Grupos que no puedes cambiar\";'),('arn','messages:userrights-user-editname','s:32:\"arn:Wirin kiñe üy kellufe mew:\";'),('arn','messages:userrights-viewusergroup','s:53:\"es:Ver grupos {{GENDER:$1|del usuario|de la usuaria}}\";'),('arn','messages:variantname-crh','s:6:\"en:crh\";'),('arn','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('arn','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('arn','messages:variantname-gan','s:6:\"en:gan\";'),('arn','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('arn','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('arn','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('arn','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('arn','messages:variantname-iu','s:5:\"en:iu\";'),('arn','messages:variantname-kk','s:5:\"en:kk\";'),('arn','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('arn','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('arn','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('arn','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('arn','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('arn','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('arn','messages:variantname-ku','s:5:\"en:ku\";'),('arn','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('arn','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('arn','messages:variantname-shi','s:6:\"en:shi\";'),('arn','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('arn','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('arn','messages:variantname-sr','s:5:\"en:sr\";'),('arn','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('arn','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('arn','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('arn','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('arn','messages:variantname-tg','s:5:\"en:tg\";'),('arn','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('arn','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('arn','messages:variantname-tly','s:6:\"en:tly\";'),('arn','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('arn','messages:variantname-uz','s:5:\"en:uz\";'),('arn','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('arn','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('arn','messages:variantname-zh','s:5:\"en:zh\";'),('arn','messages:variantname-zh-cn','s:5:\"en:CN\";'),('arn','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('arn','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('arn','messages:variantname-zh-hk','s:5:\"en:HK\";'),('arn','messages:variantname-zh-mo','s:5:\"en:MO\";'),('arn','messages:variantname-zh-my','s:5:\"en:MY\";'),('arn','messages:variantname-zh-sg','s:5:\"en:SG\";'),('arn','messages:variantname-zh-tw','s:5:\"en:TW\";'),('arn','messages:variants','s:12:\"arn:Kaleyelu\";'),('arn','messages:vector-2022-prefs-talkpage','s:58:\"es:[[mw:Talk:Reading/Web/Desktop_Improvements|Discusión]]\";'),('arn','messages:vector-action-addsection','s:20:\"arn:Püñamtun zungu\";'),('arn','messages:vector-action-delete','s:10:\"arn:Liftun\";'),('arn','messages:vector-action-move','s:14:\"arn:Nengümün\";'),('arn','messages:vector-action-protect','s:17:\"arn:Nürüfkünun\";'),('arn','messages:vector-action-toggle-sidebar','s:37:\"es:Mostrar u ocultar la barra lateral\";'),('arn','messages:vector-action-undelete','s:20:\"arn:Wüñoñamümün\";'),('arn','messages:vector-action-unprotect','s:28:\"arn:Kalekünun Nürüfkünun\";'),('arn','messages:vector-anon-user-menu-pages','s:39:\"es:Páginas para editores desconectados\";'),('arn','messages:vector-anon-user-menu-pages-label','s:41:\"es:Obtenga más información sobre editar\";'),('arn','messages:vector-anon-user-menu-pages-learn','s:20:\"es:más información\";'),('arn','messages:vector-article-tools-nav-label','s:15:\"es:Herramientas\";'),('arn','messages:vector-intro-page','s:21:\"es:Help:Introducción\";'),('arn','messages:vector-jumptocontent','s:18:\"es:Ir al contenido\";'),('arn','messages:vector-jumptonavigation','s:22:\"es:Ir a la navegación\";'),('arn','messages:vector-jumptosearch','s:20:\"es:Ir a la búsqueda\";'),('arn','messages:vector-language-button-aria-label','s:85:\"es:Ir a un artículo en otro idioma. Disponible en {{PLURAL:$1|$1 idioma|$1 idiomas}}\";'),('arn','messages:vector-language-button-label','s:26:\"arn:{{PLURAL:$1|$1 zugun}}\";'),('arn','messages:vector-language-redirect-to-top','s:152:\"es:En {{SITENAME}}, los enlaces de idiomas se encuentran en la parte superior de la página, frente al título del artículo. [[#p-lang-btn|Ir arriba]].\";'),('arn','messages:vector-language-variant-switcher-label','s:29:\"es:Cambiar variante de idioma\";'),('arn','messages:vector-languages','s:10:\"arn:Zungun\";'),('arn','messages:vector-main-menu-tooltip','s:18:\"es:Menú principal\";'),('arn','messages:vector-more-actions','s:7:\"arn:Zoy\";'),('arn','messages:vector-no-language-button-aria-label','s:85:\"es:Este artículo existe sólo en este idioma. Añade el artículo para otros idiomas\";'),('arn','messages:vector-no-language-button-label','s:21:\"arn:Püñamtun zungun\";'),('arn','messages:vector-opt-out','s:35:\"es:Cambiar a la apariencia anterior\";'),('arn','messages:vector-opt-out-tooltip','s:92:\"es:Cambie su configuración para volver al aspecto anterior de la máscara (Vector heredado)\";'),('arn','messages:vector-search-loader','s:40:\"es:Cargando las sugerencias de búsqueda\";'),('arn','messages:vector-searchsuggest-containing','s:99:\"arn:Kintun kom tapülh nielu <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('arn','messages:vector-site-nav-label','s:8:\"es:Sitio\";'),('arn','messages:vector-skin-desc','s:275:\"es:Proporciona dos apariencias de Vector:\n* 2011 - Versión moderna de MonoBook, con un aspecto actualizado y muchas mejoras de usabilidad\n* 2022 - Vector construido como parte del proyecto [[mw:Desktop Improvements|Mejoras a la IU de escritorio]] de la Fundación Wikimedia.\";'),('arn','messages:vector-specialversion-name','s:9:\"es:Vector\";'),('arn','messages:vector-toc-beginning','s:10:\"arn:Kom pu\";'),('arn','messages:vector-toc-collapsible-button-label','s:35:\"es:Cambiar a la tabla de contenidos\";'),('arn','messages:vector-toc-heading','s:13:\"es:Contenidos\";'),('arn','messages:vector-toc-menu-tooltip','s:22:\"es:Tabla de contenidos\";'),('arn','messages:vector-toc-toggle-button-label','s:26:\"es:Alternar subsección $1\";'),('arn','messages:vector-toc-toggle-position-sidebar','s:27:\"es:mover a la barra lateral\";'),('arn','messages:vector-toc-toggle-position-title','s:10:\"es:ocultar\";'),('arn','messages:vector-view-create','s:10:\"arn:Zewman\";'),('arn','messages:vector-view-edit','s:14:\"arn:Kümeelün\";'),('arn','messages:vector-view-history','s:20:\"arn:Pengepe tukulpan\";'),('arn','messages:vector-view-view','s:14:\"arn:Chillkatun\";'),('arn','messages:vector-view-viewsource','s:31:\"arn:Kimam chew küpan chi wirin\";'),('arn','messages:vector.css','s:106:\"es:/* Todo CSS colocado en esta página será cargado para los usuarios que usen la apariencia \"Vector\" */\";'),('arn','messages:vector.js','s:106:\"es:/* Todo código JavaScript escrito aquí se cargará para todos los usuarios de la apariencia Vector */\";'),('arn','messages:verification-error','s:56:\"es:Este archivo no superó la verificación de archivos.\";'),('arn','messages:version','s:11:\"es:Versión\";'),('arn','messages:version-antispam','s:22:\"es:Prevención de spam\";'),('arn','messages:version-api','s:6:\"en:API\";'),('arn','messages:version-credits-not-found','s:85:\"es:No se ha encontrado información detallada de reconocimiento para esta extensión.\";'),('arn','messages:version-credits-summary','s:101:\"es:Queremos reconocer a las siguientes personas por su contribución a [[Special:Version|MediaWiki]].\";'),('arn','messages:version-credits-title','s:25:\"es:Reconocimiento para $1\";'),('arn','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('arn','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('arn','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('arn','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('arn','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('arn','messages:version-editors','s:11:\"es:Editores\";'),('arn','messages:version-entrypoints','s:27:\"es:URL del punto de entrada\";'),('arn','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('arn','messages:version-entrypoints-articlepath','s:95:\"es:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Ruta del artículo]\";'),('arn','messages:version-entrypoints-header-entrypoint','s:19:\"es:Punto de entrada\";'),('arn','messages:version-entrypoints-header-url','s:6:\"es:URL\";'),('arn','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('arn','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('arn','messages:version-entrypoints-scriptpath','s:108:\"es:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Ruta de la secuencia de órdenes]\";'),('arn','messages:version-ext-colheader-credits','s:10:\"es:Autores\";'),('arn','messages:version-ext-colheader-description','s:15:\"es:Descripción\";'),('arn','messages:version-ext-colheader-license','s:11:\"es:Licencia\";'),('arn','messages:version-ext-colheader-name','s:13:\"es:Extensión\";'),('arn','messages:version-ext-colheader-version','s:11:\"es:Versión\";'),('arn','messages:version-ext-license','s:11:\"es:Licencia\";'),('arn','messages:version-extensions','s:25:\"es:Extensiones instaladas\";'),('arn','messages:version-hook-name','s:26:\"es:Nombre de la extensión\";'),('arn','messages:version-hook-subscribedby','s:15:\"es:Suscrito por\";'),('arn','messages:version-hooks','s:14:\"es:Extensiones\";'),('arn','messages:version-libraries','s:25:\"es:Bibliotecas instaladas\";'),('arn','messages:version-libraries-authors','s:10:\"es:Autores\";'),('arn','messages:version-libraries-description','s:15:\"es:Descripción\";'),('arn','messages:version-libraries-library','s:13:\"es:Biblioteca\";'),('arn','messages:version-libraries-license','s:11:\"es:Licencia\";'),('arn','messages:version-libraries-version','s:11:\"es:Versión\";'),('arn','messages:version-license','s:24:\"es:Licencia de MediaWiki\";'),('arn','messages:version-license-info','s:866:\"es:MediaWiki es software libre; puedes redistribuirlo o modificarlo según los términos de la Licencia General Pública de GNU tal como la publica la Free Software Foundation; ya sea la versión 2 de la licencia o (a tu elección) cualquier versión posterior.\n\nMediaWiki se distribuye con la esperanza de que sea útil, pero <em>SIN NINGUNA GARANTÍA</em>; sin siquiera con la garantía implícita de <em>COMERCIABILIDAD</em> o de <em>IDONEIDAD PARA UN PROPÓSITO PARTICULAR</em>. Consulta la Licencia Pública General de GNU para más detalles.\n\nHas recibido [{{SERVER}}{{SCRIPTPATH}}/COPYING una copia de la Licencia Pública General de GNU] junto a este programa; si no es así, escríbele a la Free Software Foundation, Inc., Calle Franklin 51, quinto piso, Boston, MA 02110-1301, EE. UU. o [//www.gnu.org/licenses/old-licenses/gpl-2.0.html léela en línea].\";'),('arn','messages:version-license-not-found','s:80:\"es:No se han encontrado información detallada de licencia para esta extensión.\";'),('arn','messages:version-license-title','s:19:\"es:Licencia para $1\";'),('arn','messages:version-mediahandlers','s:24:\"es:Manejadores de medios\";'),('arn','messages:version-no-ext-name','s:15:\"es:[sin nombre]\";'),('arn','messages:version-other','s:10:\"arn:Kakelu\";'),('arn','messages:version-parser-extensiontags','s:40:\"es:Etiquetas de extensiones sintácticas\";'),('arn','messages:version-parser-function-hooks','s:40:\"es:Extensiones de funciones sintácticas\";'),('arn','messages:version-parserhooks','s:41:\"es:Extensiones del analizador sintáctico\";'),('arn','messages:version-poweredby-credits','s:113:\"es:Esta wiki funciona gracias a <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('arn','messages:version-poweredby-others','s:8:\"es:otros\";'),('arn','messages:version-poweredby-translators','s:35:\"es:Traductores de translatewiki.net\";'),('arn','messages:version-poweredby-various','s:17:\"es:Varios autores\";'),('arn','messages:version-skin-colheader-name','s:13:\"es:Apariencia\";'),('arn','messages:version-skins','s:25:\"es:Apariencias instaladas\";'),('arn','messages:version-software','s:21:\"es:Software instalado\";'),('arn','messages:version-software-product','s:11:\"es:Producto\";'),('arn','messages:version-software-version','s:11:\"es:Versión\";'),('arn','messages:version-specialpages','s:22:\"es:Páginas especiales\";'),('arn','messages:version-summary','s:3:\"en:\";'),('arn','messages:version-variables','s:12:\"es:Variables\";'),('arn','messages:version-version','s:7:\"en:($1)\";'),('arn','messages:versionrequired','s:42:\"es:Se requiere la versión $1 de MediaWiki\";'),('arn','messages:versionrequiredtext','s:147:\"es:Se necesita la versión $1 de MediaWiki para utilizar esta página. Para más información, consulta [[Special:Version|la página de versión]].\";'),('arn','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('arn','messages:view','s:7:\"arn:Pen\";'),('arn','messages:view-pool-contention','s:18:\"en:pool contention\";'),('arn','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('arn','messages:view-pool-error','s:120:\"arn:Fotrü, server pepiluwkülelay. Fentren che küpa pey tüfachi tapülh. Pepi üngümafuymi mi konael tüfa mew.\n\n\n$1\";'),('arn','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('arn','messages:viewcount','s:47:\"arn:Tüfachi tapülh pengey {{PLURAL:$1 rupa}}.\";'),('arn','messages:viewdeleted','s:26:\"arn:Küpaadkintuymi $1 am?\";'),('arn','messages:viewdeleted_short','s:65:\"arn:Pen {{PLURAL:$1|kiñe wirin ñamümgün|$1 wirin ñamümün}}\";'),('arn','messages:viewdeletedpage','s:29:\"arn:Pen pakina ñamümüngelu\";'),('arn','messages:viewhelppage','s:28:\"arn:Adkintun kellu wülngiñ\";'),('arn','messages:viewinguserrights','s:99:\"es:Visualizar los grupos {{GENDER:$1|del usuario|de la usuaria}} <strong>[[User:$1|$1]]</strong> $2\";'),('arn','messages:viewpagelogs','s:41:\"arn:Pen tüfachi wülngiñ ñi wirintukun\";'),('arn','messages:viewpagelogs-lowercase','s:36:\"es:ver los registros de esta página\";'),('arn','messages:viewprevnext','s:44:\"arn:Pen ($1 {{int:pipe-separator}} $2) ($3).\";'),('arn','messages:views','s:7:\"arn:Pen\";'),('arn','messages:viewsource','s:20:\"arn:Pen ñi küpamum\";'),('arn','messages:viewsource-title','s:20:\"arn:Pen $1 ñi wirin\";'),('arn','messages:viewsourcelink','s:31:\"arn:kimam chew küpan chi wirin\";'),('arn','messages:viewsourceold','s:31:\"arn:Kimam chew küpan chi wirin\";'),('arn','messages:viewsourcetext','s:59:\"arn:Pepi peaymi ka pepi azentuaymi fachi tapülh ñi wirin.\";'),('arn','messages:viewtalkpage','s:22:\"arn:Pen ti nütramkawe\";'),('arn','messages:viewyourtext','s:84:\"es:Puedes ver y copiar el código de <strong>tus ediciones</strong> en esta página.\";'),('arn','messages:virus-badscanner','s:64:\"es:Configuración incorrecta: antivirus desconocido: <em>$1</em>\";'),('arn','messages:virus-scanfailed','s:39:\"es:ha fallado el análisis (código $1)\";'),('arn','messages:virus-unknownscanner','s:25:\"es:antivirus desconocido:\";'),('arn','messages:wantedcategories','s:25:\"es:Categorías requeridas\";'),('arn','messages:wantedcategories-summary','s:3:\"en:\";'),('arn','messages:wantedfiles','s:22:\"es:Archivos requeridos\";'),('arn','messages:wantedfiles-summary','s:3:\"en:\";'),('arn','messages:wantedfiletext-cat','s:306:\"es:Los siguientes archivos están en uso, pero no existen. Es posible que algunos de ellos estén almacenados en repositorios externos y se hayan incluido aquí por error; dichas entradas aparecen <del>tachadas</del>. De igual manera, las páginas que incluyen archivos inexistentes se enumeran en [[:$1]].\";'),('arn','messages:wantedfiletext-cat-noforeign','s:136:\"es:Los siguientes archivos están en uso, pero no existen. Además, las páginas con archivos que no existen están listadas en [[:$1]].\";'),('arn','messages:wantedfiletext-nocat','s:217:\"es:Los siguientes archivos están en uso, pero no existen. Es posible que algunos de ellos estén almacenados en repositorios externos y se hayan incluido aquí por error; dichas entradas aparecen <del>tachadas</del>.\";'),('arn','messages:wantedfiletext-nocat-noforeign','s:58:\"es:Los siguientes archivos están en uso, pero no existen.\";'),('arn','messages:wantedpages','s:22:\"es:Páginas requeridas\";'),('arn','messages:wantedpages-badtitle','s:50:\"es:Título inválido en conjunto de resultados: $1\";'),('arn','messages:wantedpages-summary','s:286:\"es:Lista de páginas inexistentes con el mayor número de enlaces a ellas, excluyendo páginas que son solo redirecciones a ellas. Para ver una lista de páginas inexistentes con redirecciones apuntando a ellas, consulta [[{{#special:BrokenRedirects}}|la lista de redirecciones rotas]].\";'),('arn','messages:wantedtemplates','s:24:\"es:Plantillas requeridas\";'),('arn','messages:wantedtemplates-summary','s:3:\"en:\";'),('arn','messages:watch','s:13:\"arn:Inakintun\";'),('arn','messages:watching','s:18:\"arn:Llaytumekey...\";'),('arn','messages:watchlist','s:16:\"arn:Llaytuwe wif\";'),('arn','messages:watchlist-details','s:87:\"arn:{{PLURAL:$1|$1 tapülh}} tami inakintun wif mew (ka fey nütramkawün ñi tapülh).\";'),('arn','messages:watchlist-expires-in-aria-label','s:47:\"es:Elemento temporal en la lista de seguimiento\";'),('arn','messages:watchlist-expiring-days-full-text','s:75:\"es:Le {{PLURAL:$1|queda 1 día|quedan $1 días}} en tu lista de seguimiento\";'),('arn','messages:watchlist-expiring-hours-full-text','s:50:\"es:Le quedan unas horas en tu lista de seguimiento\";'),('arn','messages:watchlist-expiry-days-left','s:46:\"es:{{PLURAL:$1|falta $1 día|faltan $1 días}}\";'),('arn','messages:watchlist-expiry-hours-left','s:20:\"es:Faltan unas horas\";'),('arn','messages:watchlist-expiry-options','s:95:\"es:Permanente:infinite,una semana:1 week,un mes:1 month,tres meses:3 months,seis meses:6 months\";'),('arn','messages:watchlist-hide','s:10:\"es:Ocultar\";'),('arn','messages:watchlist-options','s:26:\"arn:Llaytun wif ñi dullin\";'),('arn','messages:watchlist-submit','s:10:\"es:Mostrar\";'),('arn','messages:watchlist-summary','s:3:\"en:\";'),('arn','messages:watchlist-unwatch','s:5:\"en:×\";'),('arn','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('arn','messages:watchlistanontext','s:91:\"es:Es necesario iniciar sesión para ver o editar los elementos de tu lista de seguimiento.\";'),('arn','messages:watchlistedit-clear-done','s:41:\"es:Se ha vaciado tu lista de seguimiento.\";'),('arn','messages:watchlistedit-clear-explain','s:61:\"es:Se quitarán todos los títulos de tu lista de seguimiento\";'),('arn','messages:watchlistedit-clear-jobqueue','s:88:\"es:Se está vaciando la lista de seguimiento. Esta acción puede demorar algo de tiempo.\";'),('arn','messages:watchlistedit-clear-legend','s:33:\"es:Vaciar la lista de seguimiento\";'),('arn','messages:watchlistedit-clear-removed','s:72:\"es:{{PLURAL:$1|un título fue eliminado|$1 títulos fueron eliminados}}:\";'),('arn','messages:watchlistedit-clear-submit','s:49:\"es:Vaciar la lista de seguimiento (¡permanente!)\";'),('arn','messages:watchlistedit-clear-title','s:33:\"es:Vaciar la lista de seguimiento\";'),('arn','messages:watchlistedit-clear-titles','s:12:\"es:Títulos:\";'),('arn','messages:watchlistedit-normal-done','s:100:\"es:{{PLURAL:$1|1 página ha sido borrada|$1 páginas han sido borradas}} de tu lista de seguimiento:\";'),('arn','messages:watchlistedit-normal-explain','s:244:\"es:A continuación se listan las páginas en tu lista de seguimiento.\nPara quitar un título, marca la casilla junto a él, y pulsa «{{int:Watchlistedit-normal-submit}}».\nTambién puedes [[Special:EditWatchlist/raw|editar la lista en crudo]].\";'),('arn','messages:watchlistedit-normal-legend','s:45:\"es:Borrar títulos de la lista de seguimiento\";'),('arn','messages:watchlistedit-normal-submit','s:18:\"es:Borrar páginas\";'),('arn','messages:watchlistedit-normal-title','s:30:\"es:Editar lista de seguimiento\";'),('arn','messages:watchlistedit-raw-added','s:72:\"es:{{PLURAL:$1|Se ha añadido una página|Se han añadido $1 páginas}}:\";'),('arn','messages:watchlistedit-raw-done','s:45:\"es:Tu lista de seguimiento se ha actualizado.\";'),('arn','messages:watchlistedit-raw-explain','s:307:\"es:A continuación se muestran los títulos de las páginas en tu lista de seguimiento. Puedes editar la lista añadiendo o eliminando títulos de la lista (un título por línea).\nCuando acabes, pulsa «{{int:Watchlistedit-raw-submit}}».\nTambién puedes [[Special:EditWatchlist|usar el editor estándar]].\";'),('arn','messages:watchlistedit-raw-legend','s:47:\"es:Editar tu lista de seguimiento en modo texto\";'),('arn','messages:watchlistedit-raw-removed','s:75:\"es:{{PLURAL:$1|Una página ha sido borrada|$1 páginas han sido borradas}}:\";'),('arn','messages:watchlistedit-raw-submit','s:34:\"es:Actualizar lista de seguimiento\";'),('arn','messages:watchlistedit-raw-title','s:39:\"es:Editar lista de seguimiento en crudo\";'),('arn','messages:watchlistedit-raw-titles','s:12:\"es:Páginas:\";'),('arn','messages:watchlistedit-too-many','s:89:\"es:Tu lista de seguimiento se ha actualizado. Hay demasiadas páginas para mostrar aquí.\";'),('arn','messages:watchlistfor2','s:12:\"arn:$1 gealu\";'),('arn','messages:watchlistnotwatchable','s:30:\"es:La página no es vigilable.\";'),('arn','messages:watchlisttools-clear','s:24:\"arn:Liftun chi inakintun\";'),('arn','messages:watchlisttools-edit','s:31:\"arn:Pen ka kümeelün inakintun\";'),('arn','messages:watchlisttools-raw','s:30:\"arn:Re kümeelün ti inakintun\";'),('arn','messages:watchlisttools-view','s:24:\"arn:Pen falichi kakünun\";'),('arn','messages:watchnologin','s:17:\"arn:Petu konlaymi\";'),('arn','messages:watchthis','s:30:\"arn:Inakintun tüfachi tapülh\";'),('arn','messages:watchthispage','s:27:\"arn:Llaytun tüfachi pakina\";'),('arn','messages:watchthisupload','s:31:\"arn:Llaytun tüfachi eltukawün\";'),('arn','messages:wed','s:7:\"arn:mie\";'),('arn','messages:wednesday','s:12:\"arn:Mierkole\";'),('arn','messages:wednesday-at','s:25:\"es:el miércoles a las $1\";'),('arn','messages:weeks','s:37:\"es:{{PLURAL:$1|$1 semana|$1 semanas}}\";'),('arn','messages:welcomecreation-msg','s:115:\"es:Se ha creado tu cuenta.\nSi lo deseas, puedes cambiar tus [[Special:Preferences|preferencias]] para {{SITENAME}}.\";'),('arn','messages:welcomeuser','s:27:\"arn:Küme akukonpayaymi $1!\";'),('arn','messages:whatlinkshere','s:21:\"arn:Chem xarintukupay\";'),('arn','messages:whatlinkshere-count','s:62:\"es:Se {{PLURAL:$1|muestra $1 elemento|muestran $1 elementos}}.\";'),('arn','messages:whatlinkshere-hideimages','s:36:\"arn:Ellkan eltukawün ñi trarintuku\";'),('arn','messages:whatlinkshere-hidelinks','s:21:\"arn:Ellkan trarintuku\";'),('arn','messages:whatlinkshere-hideredirs','s:19:\"arn:Ellkan amultuel\";'),('arn','messages:whatlinkshere-hidetrans','s:22:\"arn:Ellkan reyüwiriel\";'),('arn','messages:whatlinkshere-links','s:18:\"arn:← trarintuku\";'),('arn','messages:whatlinkshere-next','s:29:\"arn:{{PLURAL:$1|inalechi $1}}\";'),('arn','messages:whatlinkshere-page','s:14:\"arn:Aztapülh:\";'),('arn','messages:whatlinkshere-prev','s:28:\"arn:{{PLURAL:$1|Rupachi $1}}\";'),('arn','messages:whatlinkshere-sectionredir','s:32:\"es:redirige a la sección «$1»\";'),('arn','messages:whatlinkshere-submit','s:5:\"es:Ir\";'),('arn','messages:whatlinkshere-summary','s:3:\"en:\";'),('arn','messages:whatlinkshere-title','s:35:\"arn:Tapülh trarintukulelu \"$1\" mew\";'),('arn','messages:whitelistedittext','s:38:\"es:Tienes que $1 para editar páginas.\";'),('arn','messages:widthheight','s:11:\"en:$1 × $2\";'),('arn','messages:widthheightpage','s:38:\"arn:$1 × $2, $3 {{PLURAL:$3|tapülh}}\";'),('arn','messages:wikieditor','s:45:\"es:Interfaz avanzada de edición de wikitexto\";'),('arn','messages:wikieditor-desc','s:108:\"es:Provee de una interfaz extensible de edición de wikitexto y varios módulos que ofrecen características\";'),('arn','messages:wikieditor-loading','s:14:\"es:Cargando…\";'),('arn','messages:wikieditor-preview-changes-tab','s:10:\"es:Cambios\";'),('arn','messages:wikieditor-preview-loading','s:14:\"es:Cargando...\";'),('arn','messages:wikieditor-preview-preference','s:42:\"es:Habilitar previsualización comparativa\";'),('arn','messages:wikieditor-preview-tab','s:16:\"es:Previsualizar\";'),('arn','messages:wikieditor-publish-button-cancel','s:11:\"es:Cancelar\";'),('arn','messages:wikieditor-publish-button-publish','s:11:\"es:Publicar\";'),('arn','messages:wikieditor-publish-dialog-goback','s:11:\"es:Regresar\";'),('arn','messages:wikieditor-publish-dialog-minor','s:17:\"es:Edición menor\";'),('arn','messages:wikieditor-publish-dialog-publish','s:11:\"es:Publicar\";'),('arn','messages:wikieditor-publish-dialog-summary','s:75:\"es:Resumen de edición (describe brevemente los cambios que has realizado):\";'),('arn','messages:wikieditor-publish-dialog-title','s:29:\"es:Publicar en {{{SITENAME}}}\";'),('arn','messages:wikieditor-publish-dialog-watch','s:23:\"es:Vigilar esta página\";'),('arn','messages:wikieditor-publish-preference','s:37:\"es:Habilitar publicación paso a paso\";'),('arn','messages:wikieditor-toolbar','s:36:\"es:Barra de herramientas de edición\";'),('arn','messages:wikieditor-toolbar-desc','s:74:\"es:Barra de herramientas de la página de edición con usabilidad mejorada\";'),('arn','messages:wikieditor-toolbar-dialogs-preference','s:94:\"es:Activar los asistentes para insertar enlaces y tablas, y la función de buscar y reemplazar\";'),('arn','messages:wikieditor-toolbar-file-caption','s:11:\"es:Leyenda:\";'),('arn','messages:wikieditor-toolbar-file-default','s:19:\"es:(predeterminado)\";'),('arn','messages:wikieditor-toolbar-file-float','s:11:\"es:Alinear:\";'),('arn','messages:wikieditor-toolbar-file-format','s:11:\"es:Formato:\";'),('arn','messages:wikieditor-toolbar-file-format-none','s:10:\"es:ninguno\";'),('arn','messages:wikieditor-toolbar-file-size','s:11:\"es:Tamaño:\";'),('arn','messages:wikieditor-toolbar-file-target','s:21:\"es:Nombre de archivo:\";'),('arn','messages:wikieditor-toolbar-group-format','s:10:\"es:Formato\";'),('arn','messages:wikieditor-toolbar-group-insert','s:11:\"es:Insertar\";'),('arn','messages:wikieditor-toolbar-help-content-bold-description','s:10:\"es:Negrita\";'),('arn','messages:wikieditor-toolbar-help-content-bold-result','s:36:\"es:<strong>Texto en negrita</strong>\";'),('arn','messages:wikieditor-toolbar-help-content-bold-syntax','s:25:\"es:\'\'\'Texto en negrita\'\'\'\";'),('arn','messages:wikieditor-toolbar-help-content-bolditalic-description','s:24:\"es:Negrita &amp; cursiva\";'),('arn','messages:wikieditor-toolbar-help-content-bolditalic-result','s:59:\"es:<strong><em>Texto en negrita &amp; cursiva</em></strong>\";'),('arn','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:39:\"es:\'\'\'\'\'Texto en negrita y cursiva\'\'\'\'\'\";'),('arn','messages:wikieditor-toolbar-help-content-file-caption','s:22:\"es:Texto de la leyenda\";'),('arn','messages:wikieditor-toolbar-help-content-file-description','s:21:\"es:Archivo incrustado\";'),('arn','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"es:[[$1:Ejemplo.png|$2|$3]]\";'),('arn','messages:wikieditor-toolbar-help-content-heading2-description','s:27:\"es:Encabezado de 2.º nivel\";'),('arn','messages:wikieditor-toolbar-help-content-heading2-result','s:31:\"es:<h2>Texto de encabezado</h2>\";'),('arn','messages:wikieditor-toolbar-help-content-heading2-syntax','s:28:\"es:== Texto de encabezado ==\";'),('arn','messages:wikieditor-toolbar-help-content-heading3-description','s:29:\"es:Encabezado de tercer nivel\";'),('arn','messages:wikieditor-toolbar-help-content-heading3-result','s:31:\"es:<h3>Texto de encabezado</h3>\";'),('arn','messages:wikieditor-toolbar-help-content-heading3-syntax','s:30:\"es:=== Texto de encabezado ===\";'),('arn','messages:wikieditor-toolbar-help-content-heading4-description','s:27:\"es:Encabezado de 4.º nivel\";'),('arn','messages:wikieditor-toolbar-help-content-heading4-result','s:31:\"es:<h4>Texto de encabezado</h4>\";'),('arn','messages:wikieditor-toolbar-help-content-heading4-syntax','s:32:\"es:==== Texto de encabezado ====\";'),('arn','messages:wikieditor-toolbar-help-content-heading5-description','s:27:\"es:Encabezado de 5.º nivel\";'),('arn','messages:wikieditor-toolbar-help-content-heading5-result','s:31:\"es:<h5>Texto de encabezado</h5>\";'),('arn','messages:wikieditor-toolbar-help-content-heading5-syntax','s:34:\"es:===== Texto de encabezado =====\";'),('arn','messages:wikieditor-toolbar-help-content-ilink-description','s:17:\"es:Enlace interno\";'),('arn','messages:wikieditor-toolbar-help-content-ilink-result','s:81:\"es:<a href=\'#\'>Título de la página</a><br /><a href=\'#\'>Etiqueta del enlace</a>\";'),('arn','messages:wikieditor-toolbar-help-content-ilink-syntax','s:79:\"es:[[Título de la página]]<br />[[Título de la página|Etiqueta del enlace]]\";'),('arn','messages:wikieditor-toolbar-help-content-indent-description','s:11:\"es:Sangría\";'),('arn','messages:wikieditor-toolbar-help-content-indent-result','s:87:\"es:Texto normal<dl><dd>Texto con sangría<dl><dd>Texto con sangría</dd></dl></dd></dl>\";'),('arn','messages:wikieditor-toolbar-help-content-indent-syntax','s:66:\"es:Texto normal<br />:Texto con sangría<br />::Texto con sangría\";'),('arn','messages:wikieditor-toolbar-help-content-italic-description','s:10:\"es:Cursiva\";'),('arn','messages:wikieditor-toolbar-help-content-italic-result','s:28:\"es:<em>Texto en cursiva</em>\";'),('arn','messages:wikieditor-toolbar-help-content-italic-syntax','s:23:\"es:\'\'Texto en cursiva\'\'\";'),('arn','messages:wikieditor-toolbar-help-content-named-reference-description','s:22:\"es:Referencia nombrada\";'),('arn','messages:wikieditor-toolbar-help-content-named-reference-result','s:50:\"es:Texto de página.<sup><a href=\'#\'>[2]</a></sup>\";'),('arn','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:99:\"es:Texto de la página.&lt;ref name=\"test\"&gt;[http://www.example.org Texto del enlace]&lt;/ref&gt;\";'),('arn','messages:wikieditor-toolbar-help-content-olist-description','s:17:\"es:Lista numerada\";'),('arn','messages:wikieditor-toolbar-help-content-olist-result','s:70:\"es:<ol><li>Elemento de la lista</li><li>Elemento de la lista</li></ol>\";'),('arn','messages:wikieditor-toolbar-help-content-olist-syntax','s:53:\"es:# Elemento de la lista<br /># Elemento de la lista\";'),('arn','messages:wikieditor-toolbar-help-content-reference-description','s:13:\"es:Referencia\";'),('arn','messages:wikieditor-toolbar-help-content-reference-result','s:50:\"es:Texto de página.<sup><a href=\'#\'>[1]</a></sup>\";'),('arn','messages:wikieditor-toolbar-help-content-reference-syntax','s:102:\"es:Texto de página.&lt;ref&gt;[http://www.example.org Texto del enlace], texto adicional.&lt;/ref&gt;\";'),('arn','messages:wikieditor-toolbar-help-content-rereference-description','s:39:\"es:Uso adicional de la misma referencia\";'),('arn','messages:wikieditor-toolbar-help-content-rereference-result','s:50:\"es:Texto de página.<sup><a href=\'#\'>[2]</a></sup>\";'),('arn','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('arn','messages:wikieditor-toolbar-help-content-showreferences-description','s:22:\"es:Mostrar referencias\";'),('arn','messages:wikieditor-toolbar-help-content-showreferences-result','s:379:\"es:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Texto del enlace</a>, texto adicional.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Texto del enlace</a></li></ol>\";'),('arn','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('arn','messages:wikieditor-toolbar-help-content-signature-description','s:8:\"es:Firma\";'),('arn','messages:wikieditor-toolbar-help-content-signature-result','s:121:\"es:<a href=\'#\' title=\'{{#special:mypage}}\'>Nombre de usuario</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>discusión</a>)\";'),('arn','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('arn','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:16:\"es:Fecha y firma\";'),('arn','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:156:\"es:--<a href=\'#\' title=\'{{#special:mypage}}\'>Nombre de usuario</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>discusión</a>) 15:54, 10 de junio de 2009 (UTC)\";'),('arn','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('arn','messages:wikieditor-toolbar-help-content-ulist-description','s:19:\"es:Lista viñeteada\";'),('arn','messages:wikieditor-toolbar-help-content-ulist-result','s:70:\"es:<ul><li>Elemento de la lista</li><li>Elemento de la lista</li></ul>\";'),('arn','messages:wikieditor-toolbar-help-content-ulist-syntax','s:53:\"es:* Elemento de la lista<br />* Elemento de la lista\";'),('arn','messages:wikieditor-toolbar-help-content-xlink-description','s:17:\"es:Enlace externo\";'),('arn','messages:wikieditor-toolbar-help-content-xlink-result','s:169:\"es:<a href=\'#\' class=\'external\'>Etiqueta del enlace</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('arn','messages:wikieditor-toolbar-help-content-xlink-syntax','s:105:\"es:[http://www.example.org Etiqueta del enlace]<br />[http://www.example.org]<br />http://www.example.org\";'),('arn','messages:wikieditor-toolbar-help-heading-description','s:15:\"es:Descripción\";'),('arn','messages:wikieditor-toolbar-help-heading-result','s:18:\"es:Lo que obtienes\";'),('arn','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"es:Lo que escribes\";'),('arn','messages:wikieditor-toolbar-help-page-discussion','s:13:\"es:Discusión\";'),('arn','messages:wikieditor-toolbar-help-page-file','s:11:\"es:Archivos\";'),('arn','messages:wikieditor-toolbar-help-page-format','s:10:\"es:Formato\";'),('arn','messages:wikieditor-toolbar-help-page-heading','s:14:\"es:Encabezados\";'),('arn','messages:wikieditor-toolbar-help-page-link','s:10:\"es:Enlaces\";'),('arn','messages:wikieditor-toolbar-help-page-list','s:9:\"es:Listas\";'),('arn','messages:wikieditor-toolbar-help-page-reference','s:14:\"es:Referencias\";'),('arn','messages:wikieditor-toolbar-hidesig','s:78:\"es:Ocultar el botón firmar de las páginas en el espacio de nombres principal\";'),('arn','messages:wikieditor-toolbar-loading','s:14:\"es:Cargando...\";'),('arn','messages:wikieditor-toolbar-preference','s:56:\"es:Activar la barra de herramientas de edición mejorada\";'),('arn','messages:wikieditor-toolbar-section-advanced','s:11:\"es:Avanzado\";'),('arn','messages:wikieditor-toolbar-section-characters','s:24:\"es:Caracteres especiales\";'),('arn','messages:wikieditor-toolbar-section-help','s:8:\"es:Ayuda\";'),('arn','messages:wikieditor-toolbar-tool-big','s:9:\"es:Grande\";'),('arn','messages:wikieditor-toolbar-tool-big-example','s:15:\"es:Texto grande\";'),('arn','messages:wikieditor-toolbar-tool-bold','s:10:\"es:Negrita\";'),('arn','messages:wikieditor-toolbar-tool-bold-example','s:19:\"es:Texto en negrita\";'),('arn','messages:wikieditor-toolbar-tool-file','s:21:\"es:Archivo incrustado\";'),('arn','messages:wikieditor-toolbar-tool-file-cancel','s:11:\"es:Cancelar\";'),('arn','messages:wikieditor-toolbar-tool-file-example','s:14:\"es:Ejemplo.jpg\";'),('arn','messages:wikieditor-toolbar-tool-file-insert','s:11:\"es:Insertar\";'),('arn','messages:wikieditor-toolbar-tool-file-title','s:19:\"es:Insertar archivo\";'),('arn','messages:wikieditor-toolbar-tool-gallery','s:20:\"es:Galería de fotos\";'),('arn','messages:wikieditor-toolbar-tool-gallery-example','s:54:\"es:Ejemplo.jpg|Descripción1\nEjemplo.jpg|Descripción2\";'),('arn','messages:wikieditor-toolbar-tool-heading','s:13:\"es:Encabezado\";'),('arn','messages:wikieditor-toolbar-tool-heading-1','s:10:\"es:Nivel 1\";'),('arn','messages:wikieditor-toolbar-tool-heading-2','s:10:\"es:Nivel 2\";'),('arn','messages:wikieditor-toolbar-tool-heading-3','s:10:\"es:Nivel 3\";'),('arn','messages:wikieditor-toolbar-tool-heading-4','s:10:\"es:Nivel 4\";'),('arn','messages:wikieditor-toolbar-tool-heading-5','s:10:\"es:Nivel 5\";'),('arn','messages:wikieditor-toolbar-tool-heading-example','s:22:\"es:Texto de encabezado\";'),('arn','messages:wikieditor-toolbar-tool-ilink','s:19:\"es:Vínculo interno\";'),('arn','messages:wikieditor-toolbar-tool-ilink-example','s:21:\"es:Título del enlace\";'),('arn','messages:wikieditor-toolbar-tool-italic','s:10:\"es:Cursiva\";'),('arn','messages:wikieditor-toolbar-tool-italic-example','s:19:\"es:Texto en cursiva\";'),('arn','messages:wikieditor-toolbar-tool-link','s:9:\"es:Enlace\";'),('arn','messages:wikieditor-toolbar-tool-link-cancel','s:11:\"es:Cancelar\";'),('arn','messages:wikieditor-toolbar-tool-link-empty','s:39:\"es:No has escrito nada a qué vincular.\";'),('arn','messages:wikieditor-toolbar-tool-link-ext','s:28:\"es:A una página web externa\";'),('arn','messages:wikieditor-toolbar-tool-link-ext-target','s:18:\"es:URL del enlace:\";'),('arn','messages:wikieditor-toolbar-tool-link-ext-text','s:22:\"es:Título del enlace:\";'),('arn','messages:wikieditor-toolbar-tool-link-insert','s:18:\"es:Insertar enlace\";'),('arn','messages:wikieditor-toolbar-tool-link-int','s:21:\"es:A una página wiki\";'),('arn','messages:wikieditor-toolbar-tool-link-int-invalid','s:48:\"es:El título que ha especificado no es válido.\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"es:Título de página:\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:29:\"es:Página de desambiguación\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:20:\"es:La página existe\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:17:\"es:Enlace externo\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:20:\"es:Título inválido\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:39:\"es:Comprobando que la página existe…\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:23:\"es:No existe la página\";'),('arn','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:30:\"es:Título de la página o URL\";'),('arn','messages:wikieditor-toolbar-tool-link-int-text','s:21:\"es:Título del enlace\";'),('arn','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:25:\"es:Texto que se mostrará\";'),('arn','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:140:\"es:EL URL que has especificado parece que tenia como finalidad ser un vínculo para otra página wiki.\n¿Deseas hacerlo un vínculo interno?\";'),('arn','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:17:\"es:Enlace externo\";'),('arn','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:17:\"es:Enlace interno\";'),('arn','messages:wikieditor-toolbar-tool-link-title','s:18:\"es:Insertar enlace\";'),('arn','messages:wikieditor-toolbar-tool-newline','s:15:\"es:Línea nueva\";'),('arn','messages:wikieditor-toolbar-tool-nowiki','s:19:\"es:Sin formato wiki\";'),('arn','messages:wikieditor-toolbar-tool-nowiki-example','s:34:\"es:Escribe texto sin formato aquí\";'),('arn','messages:wikieditor-toolbar-tool-olist','s:17:\"es:Lista numerada\";'),('arn','messages:wikieditor-toolbar-tool-olist-example','s:29:\"es:Elemento de lista numerada\";'),('arn','messages:wikieditor-toolbar-tool-redirect','s:15:\"es:Redirección\";'),('arn','messages:wikieditor-toolbar-tool-redirect-example','s:31:\"es:Nombre de la página destino\";'),('arn','messages:wikieditor-toolbar-tool-reference','s:13:\"es:Referencia\";'),('arn','messages:wikieditor-toolbar-tool-reference-cancel','s:11:\"es:Cancelar\";'),('arn','messages:wikieditor-toolbar-tool-reference-example','s:39:\"es:Insertar nota a pie de página aquí\";'),('arn','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"es:Insertar\";'),('arn','messages:wikieditor-toolbar-tool-reference-text','s:22:\"es:Texto de referencia\";'),('arn','messages:wikieditor-toolbar-tool-reference-title','s:26:\"es:Insertar una referencia\";'),('arn','messages:wikieditor-toolbar-tool-replace','s:22:\"es:Buscar y reemplazar\";'),('arn','messages:wikieditor-toolbar-tool-replace-button-findnext','s:19:\"es:Buscar siguiente\";'),('arn','messages:wikieditor-toolbar-tool-replace-button-replace','s:13:\"es:Reemplazar\";'),('arn','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:18:\"es:Reemplazar todo\";'),('arn','messages:wikieditor-toolbar-tool-replace-case','s:39:\"es:Distinguir mayúsculas y minúsculas\";'),('arn','messages:wikieditor-toolbar-tool-replace-close','s:9:\"es:Cerrar\";'),('arn','messages:wikieditor-toolbar-tool-replace-emptysearch','s:32:\"es:No ingresó nada para buscar.\";'),('arn','messages:wikieditor-toolbar-tool-replace-invalidregex','s:60:\"es:La expresión regular que ha introducido es inválida: $1\";'),('arn','messages:wikieditor-toolbar-tool-replace-nomatch','s:37:\"es:Su búsqueda no halló resultados.\";'),('arn','messages:wikieditor-toolbar-tool-replace-regex','s:56:\"es:Tratar la cadena de búsqueda como expresión regular\";'),('arn','messages:wikieditor-toolbar-tool-replace-replace','s:18:\"es:Reemplazar por:\";'),('arn','messages:wikieditor-toolbar-tool-replace-search','s:10:\"es:Buscar:\";'),('arn','messages:wikieditor-toolbar-tool-replace-success','s:78:\"es:Se {{PLURAL:$1|realizó|realizaron}} $1 {{PLURAL:$1|reemplazo|reemplazos}}.\";'),('arn','messages:wikieditor-toolbar-tool-replace-title','s:22:\"es:Buscar y reemplazar\";'),('arn','messages:wikieditor-toolbar-tool-signature','s:16:\"es:Firma y fecha\";'),('arn','messages:wikieditor-toolbar-tool-small','s:11:\"es:Pequeño\";'),('arn','messages:wikieditor-toolbar-tool-small-example','s:17:\"es:Texto pequeño\";'),('arn','messages:wikieditor-toolbar-tool-subscript','s:13:\"es:Subíndice\";'),('arn','messages:wikieditor-toolbar-tool-subscript-example','s:22:\"es:Texto en subíndice\";'),('arn','messages:wikieditor-toolbar-tool-superscript','s:15:\"es:Superíndice\";'),('arn','messages:wikieditor-toolbar-tool-superscript-example','s:24:\"es:Texto en superíndice\";'),('arn','messages:wikieditor-toolbar-tool-table','s:8:\"es:Tabla\";'),('arn','messages:wikieditor-toolbar-tool-table-cancel','s:11:\"es:Cancelar\";'),('arn','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:11:\"es:Columnas\";'),('arn','messages:wikieditor-toolbar-tool-table-dimensions-header','s:29:\"es:Incluir encabezado de fila\";'),('arn','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:8:\"es:Filas\";'),('arn','messages:wikieditor-toolbar-tool-table-example','s:10:\"es:Ejemplo\";'),('arn','messages:wikieditor-toolbar-tool-table-example-cell-text','s:17:\"es:Texto de celda\";'),('arn','messages:wikieditor-toolbar-tool-table-example-header','s:22:\"es:Texto de encabezado\";'),('arn','messages:wikieditor-toolbar-tool-table-example-old','s:163:\"es:-\n! encabezado 1\n! encabezado 2\n! encabezado 3\n|-\n| fila 1, celda 1\n| fila 1, celda 2\n| fila 1, celda 3\n|-\n| fila 2, celda 1\n| fila 2, celda 2\n| fila 2, celda 3\";'),('arn','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('arn','messages:wikieditor-toolbar-tool-table-insert','s:11:\"es:Insertar\";'),('arn','messages:wikieditor-toolbar-tool-table-invalidnumber','s:63:\"es:No se ha introducido un número válido de filas o columnas.\";'),('arn','messages:wikieditor-toolbar-tool-table-preview','s:20:\"es:Previsualización\";'),('arn','messages:wikieditor-toolbar-tool-table-sortable','s:29:\"es:Hacer la tabla organizable\";'),('arn','messages:wikieditor-toolbar-tool-table-title','s:21:\"es:Insertar una tabla\";'),('arn','messages:wikieditor-toolbar-tool-table-toomany','s:75:\"es:No se puede insertar una tabla con más de mil celdas con este diálogo.\";'),('arn','messages:wikieditor-toolbar-tool-table-wikitable','s:20:\"es:Estilo con bordes\";'),('arn','messages:wikieditor-toolbar-tool-table-zero','s:60:\"es:No se puede insertar una tabla con cero filas o columnas.\";'),('arn','messages:wikieditor-toolbar-tool-ulist','s:19:\"es:Lista viñeteada\";'),('arn','messages:wikieditor-toolbar-tool-ulist-example','s:32:\"es:Elemento de lista de viñetas\";'),('arn','messages:wikieditor-toolbar-tool-xlink','s:44:\"es:Enlace externo (recordar prefijo http://)\";'),('arn','messages:wikieditor-toolbar-tool-xlink-example','s:44:\"es:http://www.example.com título del enlace\";'),('arn','messages:wikieditor-wikitext-tab','s:12:\"es:Wikitexto\";'),('arn','messages:windows-nonascii-filename','s:68:\"es:Esta wiki no admite nombres de archivo con caracteres especiales.\";'),('arn','messages:withoutinterwiki','s:43:\"es:Páginas sin enlaces interlingüísticos\";'),('arn','messages:withoutinterwiki-legend','s:10:\"es:Prefijo\";'),('arn','messages:withoutinterwiki-submit','s:11:\"arn:Pegelpe\";'),('arn','messages:withoutinterwiki-summary','s:67:\"es:Las siguientes páginas no enlazan a versiones en otros idiomas:\";'),('arn','messages:wlheader-enotif','s:46:\"es:La notificación por correo está activada.\";'),('arn','messages:wlheader-showupdated','s:88:\"arn:Kom tapülh kakünungewelu petu mi mülepanon pengelngey <strong>kurülelu</strong>.\";'),('arn','messages:wlnote','s:129:\"arn:Nag mew {{PLURAL:$1|müley <strong>$1</strong> kakünun}} femngelu {{PLURAL:$2|<strong>$2</strong> ora mew}}, $3 mew, $4 mew.\";'),('arn','messages:wlshowhideanons','s:21:\"es:usuarios anónimos\";'),('arn','messages:wlshowhidebots','s:7:\"es:bots\";'),('arn','messages:wlshowhidecategorization','s:30:\"es:categorización de páginas\";'),('arn','messages:wlshowhideliu','s:23:\"es:usuarios registrados\";'),('arn','messages:wlshowhidemine','s:16:\"es:mis ediciones\";'),('arn','messages:wlshowhideminor','s:20:\"es:ediciones menores\";'),('arn','messages:wlshowhidepatr','s:24:\"es:ediciones verificadas\";'),('arn','messages:wlshowtime','s:35:\"es:Período de tiempo para mostrar:\";'),('arn','messages:word-separator','s:8:\"en:&#32;\";'),('arn','messages:wrongpassword','s:97:\"es:El nombre de usuario o la contraseña que proporcionaste son incorrectos.\nInténtalo de nuevo.\";'),('arn','messages:wrongpasswordempty','s:55:\"es:No has escrito una contraseña.\nInténtalo de nuevo.\";'),('arn','messages:xffblockreason','s:164:\"es:Una dirección IP presente en la cabecera X-Forwarded-For, tuya o del servidor proxy que estás usando, ha sido bloqueada. El motivo original del bloqueo fue: $1\";'),('arn','messages:xml-error-string','s:43:\"es:$1 en la línea $2, col $3 (byte $4): $5\";'),('arn','messages:year','s:13:\"arn:Tripantu:\";'),('arn','messages:years','s:33:\"es:{{PLURAL:$1|$1 año|$1 años}}\";'),('arn','messages:yesterday-at','s:16:\"es:ayer a las $1\";'),('arn','messages:youhavenewmessages','s:19:\"arn:Nieymi $1 ($2).\";'),('arn','messages:youhavenewmessagesfromusers','s:74:\"arn:{{PLURAL:$4|Nieymi}} $1 {{PLURAL:$3|kiñe werkülu|$3 werkülu}} ($2).\";'),('arn','messages:youhavenewmessagesmanyusers','s:37:\"es:Tienes $1 de muchos usuarios ($2).\";'),('arn','messages:yourdiff','s:14:\"es:Diferencias\";'),('arn','messages:yourdomainname','s:14:\"es:Tu dominio:\";'),('arn','messages:youremail','s:13:\"arn:Werküwe:\";'),('arn','messages:yourgender','s:27:\"es:¿Cuál es tu identidad?\";'),('arn','messages:yourlanguage','s:12:\"arn:Cezugun:\";'),('arn','messages:yourname','s:12:\"arn:Tami üy\";'),('arn','messages:yournick','s:15:\"es:Firma nueva:\";'),('arn','messages:yourpassword','s:17:\"arn:Tami kondungu\";'),('arn','messages:yourpasswordagain','s:26:\"arn:Rüf feypinge nülawe:\";'),('arn','messages:yourrealname','s:15:\"arn:Mupiñ üy:\";'),('arn','messages:yourtext','s:14:\"arn:Tami wirin\";'),('arn','messages:yourvariant','s:40:\"es:Variante lingüística del contenido:\";'),('arn','messages:zip-bad','s:91:\"es:El archivo es un ZIP dañado o que no se puede leer.\nNo se puede comprobar su seguridad.\";'),('arn','messages:zip-file-open-error','s:71:\"es:Se encontró un error al abrir el archivo ZIP para su comprobación.\";'),('arn','messages:zip-unsupported','s:139:\"es:El archivo es un archivo que utiliza características ZIP no compatibles con MediaWiki.\nNo puede comprobarse adecuadamente su seguridad.\";'),('arn','messages:zip-wrong-format','s:48:\"es:El archivo especificado no es un archivo ZIP.\";'),('arn','minimumGroupingDigits','i:2;'),('arn','namespaceAliases','a:4:{s:6:\"Imagen\";i:6;s:17:\"Imagen_discusión\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('arn','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:7:\"Usuario\";s:6:\"female\";s:7:\"Usuaria\";}i:3;a:2:{s:4:\"male\";s:18:\"Usuario_discusión\";s:6:\"female\";s:18:\"Usuaria_discusión\";}}'),('arn','namespaceNames','a:17:{i:-2;s:5:\"Medio\";i:-1;s:8:\"Especial\";i:1;s:10:\"Discusión\";i:2;s:7:\"Usuario\";i:3;s:18:\"Usuario_discusión\";i:5;s:13:\"$1_discusión\";i:6;s:7:\"Archivo\";i:7;s:18:\"Archivo_discusión\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"MediaWiki_discusión\";i:10;s:9:\"Plantilla\";i:11;s:20:\"Plantilla_discusión\";i:12;s:5:\"Ayuda\";i:13;s:16:\"Ayuda_discusión\";i:14;s:10:\"Categoría\";i:15;s:21:\"Categoría_discusión\";i:0;s:0:\"\";}'),('arn','originalFallbackSequence','a:1:{i:0;s:2:\"es\";}'),('arn','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('arn','pluralRules','a:1:{i:0;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";}'),('arn','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:17:\"arn:Project:Zungu\";s:9:\"aboutsite\";s:26:\"arn:{{SITENAME}} ñi zungu\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:10:\"arn:Femün\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"es:,&#32;\";s:13:\"currentevents\";s:20:\"arn:Fantepu chemkün\";s:17:\"currentevents-url\";s:28:\"arn:Project:Fantepu chemkün\";s:14:\"disclaimerpage\";s:40:\"arn:Project:Katrütuwün ñi llowzüngun\";s:11:\"disclaimers\";s:27:\"arn:Tukulzungun ñi pin ley\";s:4:\"edit\";s:14:\"arn:Kümeelün\";s:11:\"editsection\";s:14:\"arn:Kümeelün\";s:15:\"editsectionhint\";s:29:\"arn:Kümeelkünun trokiñ: $1\";s:4:\"help\";s:10:\"arn:Kellun\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:10:\"es:$1 ($2)\";s:6:\"jumpto\";s:11:\"arn:Puwün:\";s:16:\"jumptonavigation\";s:12:\"arn:miyawün\";s:12:\"jumptosearch\";s:10:\"arn:kintun\";s:14:\"lastmodifiedat\";s:58:\"arn:Tüfachi tapülh inangechi kakünungey $1 mew, $2 mew.\";s:8:\"mainpage\";s:18:\"arn:Ñizol Wvbgiñ\";s:20:\"mainpage-description\";s:20:\"arn:Ñidol Wülngiñ\";s:14:\"mainpage-nstab\";s:18:\"arn:Ñizol Wvbgiñ\";s:10:\"namespaces\";s:21:\"arn:Üytun ñi wellin\";s:10:\"navigation\";s:12:\"arn:Miyawün\";s:23:\"nav-login-createaccount\";s:27:\"arn:konkülen/dewman konün\";s:10:\"nstab-main\";s:14:\"arn:Aztapülh:\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:25:\"arn:{{PLURAL:$1|Trokiñ}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"es:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:25:\"arn:Mülekayalu xarintuku\";s:13:\"personaltools\";s:27:\"arn:Kizungechi küzawpeyüm\";s:6:\"portal\";s:24:\"arn:Lofche ñi wülngiñ\";s:10:\"portal-url\";s:32:\"arn:Project:Lofche ñi wülngiñ\";s:16:\"printableversion\";s:19:\"arn:Wirinentufal az\";s:7:\"privacy\";s:25:\"arn:Kuñiwtun kimel zungu\";s:11:\"privacypage\";s:33:\"arn:Project:Kuñiwtun kimel zungu\";s:10:\"randompage\";s:22:\"arn:Tuchi tapülh rume\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:17:\"arn:We kakünukan\";s:27:\"recentchangeslinked-toolbox\";s:26:\"arn:Koneltuyelelu kakünun\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:22:\"arn:Nentungey \"$1\" mew\";s:6:\"search\";s:10:\"arn:Kintun\";s:13:\"searcharticle\";s:9:\"arn:Amupe\";s:12:\"searchbutton\";s:10:\"arn:Kintun\";s:20:\"searchsuggest-search\";s:27:\"arn:Kintun {{SITENAME}} mew\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:12:\"arn:Chewngen\";s:14:\"site-atom-feed\";s:29:\"arn:$1 ñi Atom ñi amuldungu\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:19:\"arn:Wichuke tapülh\";s:7:\"tagline\";s:20:\"arn:{{SITENAME}} mew\";s:4:\"talk\";s:17:\"arn:Nütramkawün\";s:7:\"toolbox\";s:16:\"arn:Küdawpeyüm\";s:15:\"tooltip-ca-edit\";s:33:\"arn:Elkünufinge tüfachi dungun.\";s:18:\"tooltip-ca-history\";s:41:\"arn:Tüfachi wülngiñ ñi rupachi malün\";s:21:\"tooltip-ca-nstab-main\";s:35:\"arn:Adkintun trokiñdungu wülngiñ\";s:15:\"tooltip-ca-talk\";s:41:\"arn:Ngütramkawün wülgiñ ñi zungu mew\";s:21:\"tooltip-ca-viewsource\";s:70:\"arn:Nürüfkünungey tüfachi wülngiñ. Kimaymi chew küpan chi wirin\";s:23:\"tooltip-n-currentevents\";s:30:\"arn:Fantepu chemkün ñi dungu\";s:14:\"tooltip-n-help\";s:19:\"arn:Chew adümngeam\";s:30:\"tooltip-n-mainpage-description\";s:29:\"arn:Tripan nidol wülgiñ mew\";s:16:\"tooltip-n-portal\";s:67:\"arn:Chumngen ñi deumandungu, chem pepi dewmaymi, chew müley dungu\";s:20:\"tooltip-n-randompage\";s:32:\"arn:Amulün tuchi wülngiñ rume\";s:23:\"tooltip-n-recentchanges\";s:37:\"arn:Weke kalekünun ñi wif, wiki mew\";s:14:\"tooltip-p-logo\";s:34:\"arn:Amulün feychi wüne wülngiñ\";s:16:\"tooltip-pt-login\";s:54:\"arn:Feypingey tami Konküleal, welu mülelay mi femael\";s:24:\"tooltip-pt-createaccount\";s:85:\"es:Te recomendamos crear una cuenta e iniciar sesión; sin embargo, no es obligatorio\";s:14:\"tooltip-search\";s:27:\"arn:Kintun {{SITENAME}} mew\";s:23:\"tooltip-search-fulltext\";s:44:\"arn:Kintun tüfachi dungu fill wülngiñ mew\";s:17:\"tooltip-search-go\";s:43:\"arn:Amun wülngiñ ñi rüf üy, müleyele.\";s:14:\"tooltip-t-info\";s:39:\"es:Más información sobre esta página\";s:19:\"tooltip-t-permalink\";s:55:\"arn:Mülefal trarintukun nülkükawalu tüfachi tapülh\";s:15:\"tooltip-t-print\";s:43:\"arn:Tripan tüfachi wülngiñ nentuwirinael\";s:29:\"tooltip-t-recentchangeslinked\";s:57:\"arn:Weke kalekünun kake wülngiñ nülkükawlu tüfa mew\";s:22:\"tooltip-t-specialpages\";s:33:\"arn:Kom wichuke wülngiñ ñi wif\";s:23:\"tooltip-t-whatlinkshere\";s:50:\"arn:Kom wiki ñi wülgiñ nülkükawlelu tüfa mew\";s:8:\"variants\";s:12:\"arn:Kaleyelu\";s:16:\"vector-view-edit\";s:14:\"arn:Kümeelün\";s:19:\"vector-view-history\";s:20:\"arn:Pengepe tukulpan\";s:16:\"vector-view-view\";s:14:\"arn:Chillkatun\";s:9:\"viewcount\";s:47:\"arn:Tüfachi tapülh pengey {{PLURAL:$1 rupa}}.\";s:5:\"views\";s:7:\"arn:Pen\";s:13:\"whatlinkshere\";s:21:\"arn:Chem xarintukupay\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j M Y\";s:8:\"dmy both\";s:9:\"H:i j M Y\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Medio\";i:-1;s:8:\"Especial\";i:1;s:10:\"Discusión\";i:2;s:7:\"Usuario\";i:3;s:18:\"Usuario_discusión\";i:5;s:13:\"$1_discusión\";i:6;s:7:\"Archivo\";i:7;s:18:\"Archivo_discusión\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"MediaWiki_discusión\";i:10;s:9:\"Plantilla\";i:11;s:20:\"Plantilla_discusión\";i:12;s:5:\"Ayuda\";i:13;s:16:\"Ayuda_discusión\";i:14;s:10:\"Categoría\";i:15;s:21:\"Categoría_discusión\";i:0;s:0:\"\";}}'),('arn','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('arn','rtl','b:0;'),('arn','separatorTransformTable','a:2:{s:1:\",\";s:2:\" \";s:1:\".\";s:1:\",\";}'),('arn','specialPageAliases','a:142:{s:13:\"MobileOptions\";a:2:{i:0;s:18:\"OpcionesParaMóvil\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:7:\"Subidas\";i:1;s:7:\"Uploads\";}s:6:\"Nearby\";a:2:{i:0;s:5:\"Cerca\";i:1;s:6:\"Nearby\";}s:11:\"UserProfile\";a:3:{i:0;s:17:\"Perfil_de_usuario\";i:1;s:17:\"Perfil_de_usuaria\";i:2;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:15:\"UsuariosActivos\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:3:{i:0;s:16:\"TodosLosMensajes\";i:1;s:18:\"Todos_los_mensajes\";i:2;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:6:{i:0;s:15:\"TodasMisSubidas\";i:1;s:17:\"Todas_mis_subidas\";i:2;s:16:\"TodosMisArchivos\";i:3;s:18:\"Todos_mis_archivos\";i:4;s:12:\"AllMyUploads\";i:5;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:3:{i:0;s:5:\"Todas\";i:1;s:18:\"Todas_las_páginas\";i:2;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:3:{i:0;s:16:\"PáginasAntiguas\";i:1;s:17:\"Páginas_antiguas\";i:2;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:3:{i:0;s:8:\"AyudaAPI\";i:1;s:15:\"Ayuda_de_la_API\";i:2;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:2:{i:0;s:25:\"Zona_de_pruebas_de_la_API\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:3:{i:0;s:30:\"Lista_de_bloqueos_automáticos\";i:1;s:13:\"AutoblockList\";i:2;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:2:{i:0;s:18:\"Título_incorrecto\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:5:{i:0;s:15:\"PáginaEnBlanco\";i:1;s:17:\"Blanquear_página\";i:2;s:16:\"BlanquearPágina\";i:3;s:17:\"Página_en_blanco\";i:4;s:9:\"BlankPage\";}s:5:\"Block\";a:4:{i:0;s:8:\"Bloquear\";i:1;s:5:\"Block\";i:2;s:7:\"BlockIP\";i:3;s:9:\"BlockUser\";}s:9:\"BlockList\";a:5:{i:0;s:18:\"UsuariosBloqueados\";i:1;s:28:\"Lista_de_usuarios_bloqueados\";i:2;s:9:\"BlockList\";i:3;s:10:\"ListBlocks\";i:4;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:3:{i:0;s:15:\"FuentesDeLibros\";i:1;s:17:\"Fuentes_de_libros\";i:2;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:3:{i:0;s:18:\"RedireccionesRotas\";i:1;s:19:\"Redirecciones_rotas\";i:2;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:11:\"Categorías\";i:1;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:4:{i:0;s:27:\"Cambiar_correo_electrónico\";i:1;s:12:\"CambiarEmail\";i:2;s:13:\"CambiarCorreo\";i:3;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:7:{i:0;s:19:\"Cambiar_contraseña\";i:1;s:18:\"CambiarContraseña\";i:2;s:19:\"ResetearContraseña\";i:3;s:20:\"Resetear_contraseña\";i:4;s:14:\"ChangePassword\";i:5;s:9:\"ResetPass\";i:6;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:3:{i:0;s:17:\"Comparar_páginas\";i:1;s:16:\"CompararPáginas\";i:2;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:3:{i:0;s:29:\"Confirmar_correo_electrónico\";i:1;s:14:\"ConfirmarEmail\";i:2;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:14:\"Contribuciones\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:3:{i:0;s:16:\"Crear_una_cuenta\";i:1;s:11:\"CrearCuenta\";i:2;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:3:{i:0;s:17:\"PáginasSinSalida\";i:1;s:19:\"Páginas_sin_salida\";i:2;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:4:{i:0;s:22:\"ContribucionesBorradas\";i:1;s:23:\"Contribuciones_borradas\";i:2;s:23:\"Contribuciones_Borradas\";i:3;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:3:{i:0;s:19:\"RedireccionesDobles\";i:1;s:20:\"Redirecciones_dobles\";i:2;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:2:{i:0;s:17:\"EditarSeguimiento\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:4:{i:0;s:26:\"Enviar_correo_electrónico\";i:1;s:18:\"MandarEmailUsuario\";i:2;s:9:\"EmailUser\";i:3;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:4:{i:0;s:20:\"Sustituir_plantillas\";i:1;s:25:\"Sustituidor_de_plantillas\";i:2;s:19:\"Expandir_plantillas\";i:3;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:8:\"Exportar\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:3:{i:0;s:14:\"MenosEdiciones\";i:1;s:15:\"Menos_ediciones\";i:2;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:3:{i:0;s:24:\"BuscarArchivosDuplicados\";i:1;s:26:\"Buscar_archivos_duplicados\";i:2;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:3:{i:0;s:13:\"RutaDeArchivo\";i:1;s:15:\"Ruta_de_archivo\";i:2;s:8:\"FilePath\";}s:6:\"Import\";a:2:{i:0;s:8:\"Importar\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:3:{i:0;s:29:\"Invalidar_correo_electrónico\";i:1;s:14:\"InvalidarEmail\";i:2;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:16:\"PruebaJavaScript\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:3:{i:0;s:18:\"BúsquedaDeEnlaces\";i:1;s:20:\"Búsqueda_de_enlaces\";i:2;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:3:{i:0;s:22:\"ListaDeAdministradores\";i:1;s:24:\"Lista_de_administradores\";i:2;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:3:{i:0;s:11:\"ListaDeBots\";i:1;s:13:\"Lista_de_bots\";i:2;s:8:\"ListBots\";}s:9:\"Listfiles\";a:5:{i:0;s:14:\"ListaImágenes\";i:1;s:18:\"Lista_de_imágenes\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:4:{i:0;s:19:\"ListaDerechosGrupos\";i:1;s:30:\"Derechos_de_grupos_de_usuarios\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:3:{i:0;s:21:\"TodasLasRedirecciones\";i:1;s:23:\"Todas_las_redirecciones\";i:2;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:13:\"ListaUsuarios\";i:1;s:17:\"Lista_de_usuarios\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:3:{i:0;s:19:\"BloquearBasedeDatos\";i:1;s:22:\"Bloquear_base_de_datos\";i:2;s:6:\"LockDB\";}s:3:\"Log\";a:3:{i:0;s:8:\"Registro\";i:1;s:3:\"Log\";i:2;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:18:\"PáginasHuérfanas\";i:1;s:19:\"Páginas_huérfanas\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:3:{i:0;s:14:\"PáginasLargas\";i:1;s:15:\"Páginas_largas\";i:2;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:3:{i:0;s:17:\"FusionarHistorial\";i:1;s:18:\"Fusionar_historial\";i:2;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:3:{i:0;s:13:\"BuscarPorMIME\";i:1;s:15:\"Buscar_por_MIME\";i:2;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:3:{i:0;s:17:\"MásCategorizadas\";i:1;s:18:\"Más_categorizadas\";i:2;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:5:{i:0;s:13:\"MásImágenes\";i:1;s:18:\"Con_más_imágenes\";i:2;s:15:\"MostLinkedFiles\";i:3;s:9:\"MostFiles\";i:4;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:14:\"MásInterwikis\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:5:{i:0;s:13:\"MásEnlazados\";i:1;s:14:\"Más_enlazados\";i:2;s:13:\"MásEnlazadas\";i:3;s:15:\"MostLinkedPages\";i:4;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:21:\"CategoríasMásUsadas\";i:1;s:23:\"Categorías_más_usadas\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:20:\"PlantillasMásUsadas\";i:1;s:22:\"Plantillas_más_usadas\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:3:{i:0;s:13:\"MásEdiciones\";i:1;s:14:\"Más_ediciones\";i:2;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:3:{i:0;s:12:\"MoverPágina\";i:1;s:13:\"Mover_página\";i:2;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:4:{i:0;s:17:\"MisContribuciones\";i:1;s:18:\"Mis_contribuciones\";i:2;s:15:\"MyContributions\";i:3;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:3:{i:0;s:8:\"MiIdioma\";i:1;s:9:\"Mi_idioma\";i:2;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:3:{i:0;s:9:\"MiPágina\";i:1;s:10:\"Mi_página\";i:2;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:12:\"MiDiscusión\";i:1;s:13:\"Mi_discusión\";i:2;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:18:\"MisArchivosSubidos\";i:1;s:20:\"Mis_archivos_subidos\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:15:\"NuevasImágenes\";i:1;s:16:\"Nuevas_imágenes\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:3:{i:0;s:14:\"PáginasNuevas\";i:1;s:15:\"Páginas_nuevas\";i:2;s:8:\"NewPages\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:25:\"Política_de_contraseñas\";i:1;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:3:{i:0;s:22:\"RestablecerContraseña\";i:1;s:23:\"Restablecer_contraseña\";i:2;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:16:\"EnlacePermanente\";i:1;s:17:\"Enlace_permanente\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:12:\"Preferencias\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:3:{i:0;s:18:\"PáginasPorPrefijo\";i:1;s:20:\"Páginas_por_prefijo\";i:2;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:3:{i:0;s:18:\"PáginasProtegidas\";i:1;s:19:\"Páginas_protegidas\";i:2;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:3:{i:0;s:18:\"TítulosProtegidos\";i:1;s:19:\"Títulos_protegidos\";i:2;s:15:\"ProtectedTitles\";}s:16:\"RandomInCategory\";a:3:{i:0;s:23:\"Aleatorio_en_categoría\";i:1;s:23:\"Aleatoria_en_categoría\";i:2;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:5:{i:0;s:9:\"Aleatoria\";i:1;s:9:\"Aleatorio\";i:2;s:17:\"Página_aleatoria\";i:3;s:6:\"Random\";i:4;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:3:{i:0;s:21:\"RedirecciónAleatoria\";i:1;s:22:\"Redirección_aleatoria\";i:2;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:3:{i:0;s:16:\"CambiosRecientes\";i:1;s:17:\"Cambios_recientes\";i:2;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:18:\"CambiosEnEnlazadas\";i:1;s:20:\"Cambios_en_enlazadas\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:9:\"Redirigir\";i:1;s:8:\"Redirect\";}s:11:\"ResetTokens\";a:2:{i:0;s:18:\"ReestablecerClaves\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:3:{i:0;s:15:\"BorrarRevisión\";i:1;s:16:\"Borrar_revisión\";i:2;s:14:\"RevisionDelete\";}s:6:\"Search\";a:2:{i:0;s:6:\"Buscar\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:3:{i:0;s:14:\"PáginasCortas\";i:1;s:15:\"Páginas_cortas\";i:2;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:3:{i:0;s:18:\"PáginasEspeciales\";i:1;s:19:\"Páginas_especiales\";i:2;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:13:\"Estadísticas\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:9:\"Etiquetas\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:3:{i:0;s:24:\"CategoríasDeSeguimiento\";i:1;s:26:\"Categorías_de_seguimiento\";i:2;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:11:\"Desbloquear\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:3:{i:0;s:25:\"CategoríasSinCategorizar\";i:1;s:27:\"Categorías_sin_categorizar\";i:2;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:23:\"ImágenesSinCategorizar\";i:1;s:25:\"Imágenes_sin_categorizar\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:3:{i:0;s:22:\"PáginasSinCategorizar\";i:1;s:24:\"Páginas_sin_categorizar\";i:2;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:3:{i:0;s:24:\"PlantillasSinCategorizar\";i:1;s:26:\"Plantillas_sin_categorizar\";i:2;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:9:\"Restaurar\";i:1;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:3:{i:0;s:22:\"DesbloquearBasedeDatos\";i:1;s:25:\"Desbloquear_base_de_datos\";i:2;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:3:{i:0;s:17:\"CategoríasSinUso\";i:1;s:19:\"Categorías_sin_uso\";i:2;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:15:\"ImágenesSinUso\";i:1;s:17:\"Imágenes_sin_uso\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:3:{i:0;s:16:\"PlantillasSinUso\";i:1;s:18:\"Plantillas_sin_uso\";i:2;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:3:{i:0;s:18:\"PáginasSinVigilar\";i:1;s:20:\"Páginas_sin_vigilar\";i:2;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:3:{i:0;s:12:\"SubirArchivo\";i:1;s:13:\"Subir_archivo\";i:2;s:6:\"Upload\";}s:11:\"UploadStash\";a:3:{i:0;s:18:\"ArchivosEscondidos\";i:1;s:18:\"FicherosEscondidos\";i:2;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:4:{i:0;s:6:\"Entrar\";i:1;s:19:\"Entrada_del_usuario\";i:2;s:9:\"UserLogin\";i:3;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:18:\"Salida_del_usuario\";i:1;s:5:\"Salir\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:10:\"Userrights\";a:5:{i:0;s:16:\"PermisosUsuarios\";i:1;s:20:\"Permisos_de_usuarios\";i:2;s:10:\"UserRights\";i:3;s:9:\"MakeSysop\";i:4;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:8:\"Versión\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:3:{i:0;s:21:\"CategoríasRequeridas\";i:1;s:22:\"Categorías_requeridas\";i:2;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:3:{i:0;s:18:\"ArchivosRequeridos\";i:1;s:19:\"Archivos_requeridos\";i:2;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:18:\"PáginasRequeridas\";i:1;s:19:\"Páginas_requeridas\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:3:{i:0;s:20:\"PlantillasRequeridas\";i:1;s:21:\"Plantillas_requeridas\";i:2;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:3:{i:0;s:11:\"Seguimiento\";i:1;s:20:\"Lista_de_seguimiento\";i:2;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:3:{i:0;s:16:\"LoQueEnlazaAquí\";i:1;s:19:\"Lo_que_enlaza_aquí\";i:2;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:13:\"SinInterwikis\";i:1;s:14:\"Sin_interwikis\";i:2;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}}'),('arq','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('arq','compiledPluralRules','a:5:{i:0;s:6:\"n 0 in\";i:1;s:6:\"n 1 in\";i:2;s:6:\"n 2 in\";i:3;s:20:\"n 100 mod 3 10 .. in\";i:4;s:21:\"n 100 mod 11 99 .. in\";}'),('arq','dateFormats','a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('arq','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('arq','datePreferences','a:7:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:5:\"hijri\";i:5;s:8:\"ISO 8601\";i:6;s:3:\"jMY\";}'),('arq','defaultDateFormat','s:10:\"dmy or mdy\";'),('arq','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesArq.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/arq.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAr.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('arq','digitGroupingPattern','s:9:\"#,##0.###\";'),('arq','digitTransformTable','a:0:{}'),('arq','fallback','s:2:\"ar\";'),('arq','fallback8bitEncoding','s:12:\"windows-1256\";'),('arq','fallbackSequence','a:2:{i:0;s:2:\"ar\";i:1;s:2:\"en\";}'),('arq','imageFiles','N;'),('arq','linkPrefixCharset','s:120:\"a-zA-Zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}\";'),('arq','linkPrefixExtension','b:1;'),('arq','linkTrail','s:133:\"/^([a-zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}]+)(.*)$/sDu\";'),('arq','list','a:1:{s:8:\"messages\";a:7547:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:22:\"tog-watchlisthideanons\";i:33;s:26:\"tog-watchlisthidepatrolled\";i:34;s:31:\"tog-watchlisthidecategorization\";i:35;s:16:\"tog-ccmeonemails\";i:36;s:12:\"tog-diffonly\";i:37;s:18:\"tog-showhiddencats\";i:38;s:18:\"tog-norollbackdiff\";i:39;s:18:\"tog-useeditwarning\";i:40;s:16:\"tog-prefershttps\";i:41;s:16:\"underline-always\";i:42;s:15:\"underline-never\";i:43;s:17:\"underline-default\";i:44;s:14:\"editfont-style\";i:45;s:18:\"editfont-monospace\";i:46;s:18:\"editfont-sansserif\";i:47;s:14:\"editfont-serif\";i:48;s:6:\"sunday\";i:49;s:6:\"monday\";i:50;s:7:\"tuesday\";i:51;s:9:\"wednesday\";i:52;s:8:\"thursday\";i:53;s:6:\"friday\";i:54;s:8:\"saturday\";i:55;s:3:\"sun\";i:56;s:3:\"mon\";i:57;s:3:\"tue\";i:58;s:3:\"wed\";i:59;s:3:\"thu\";i:60;s:3:\"fri\";i:61;s:3:\"sat\";i:62;s:7:\"january\";i:63;s:8:\"february\";i:64;s:5:\"march\";i:65;s:5:\"april\";i:66;s:8:\"may_long\";i:67;s:4:\"june\";i:68;s:4:\"july\";i:69;s:6:\"august\";i:70;s:9:\"september\";i:71;s:7:\"october\";i:72;s:8:\"november\";i:73;s:8:\"december\";i:74;s:11:\"january-gen\";i:75;s:12:\"february-gen\";i:76;s:9:\"march-gen\";i:77;s:9:\"april-gen\";i:78;s:7:\"may-gen\";i:79;s:8:\"june-gen\";i:80;s:8:\"july-gen\";i:81;s:10:\"august-gen\";i:82;s:13:\"september-gen\";i:83;s:11:\"october-gen\";i:84;s:12:\"november-gen\";i:85;s:12:\"december-gen\";i:86;s:3:\"jan\";i:87;s:3:\"feb\";i:88;s:3:\"mar\";i:89;s:3:\"apr\";i:90;s:3:\"may\";i:91;s:3:\"jun\";i:92;s:3:\"jul\";i:93;s:3:\"aug\";i:94;s:3:\"sep\";i:95;s:3:\"oct\";i:96;s:3:\"nov\";i:97;s:3:\"dec\";i:98;s:9:\"period-am\";i:99;s:9:\"period-pm\";i:100;s:14:\"pagecategories\";i:101;s:15:\"category_header\";i:102;s:13:\"subcategories\";i:103;s:21:\"category-media-header\";i:104;s:14:\"category-empty\";i:105;s:17:\"hidden-categories\";i:106;s:24:\"hidden-category-category\";i:107;s:21:\"category-subcat-count\";i:108;s:29:\"category-subcat-count-limited\";i:109;s:22:\"category-article-count\";i:110;s:30:\"category-article-count-limited\";i:111;s:19:\"category-file-count\";i:112;s:27:\"category-file-count-limited\";i:113;s:14:\"index-category\";i:114;s:16:\"noindex-category\";i:115;s:20:\"broken-file-category\";i:116;s:5:\"about\";i:117;s:7:\"article\";i:118;s:9:\"newwindow\";i:119;s:6:\"cancel\";i:120;s:13:\"moredotdotdot\";i:121;s:13:\"morenotlisted\";i:122;s:6:\"mypage\";i:123;s:6:\"mytalk\";i:124;s:8:\"anontalk\";i:125;s:10:\"navigation\";i:126;s:3:\"and\";i:127;s:3:\"faq\";i:128;s:7:\"actions\";i:129;s:10:\"namespaces\";i:130;s:8:\"variants\";i:131;s:18:\"navigation-heading\";i:132;s:14:\"errorpagetitle\";i:133;s:8:\"returnto\";i:134;s:7:\"tagline\";i:135;s:4:\"help\";i:136;s:6:\"search\";i:137;s:23:\"search-ignored-headings\";i:138;s:12:\"searchbutton\";i:139;s:2:\"go\";i:140;s:13:\"searcharticle\";i:141;s:17:\"skin-view-history\";i:142;s:7:\"history\";i:143;s:13:\"history_short\";i:144;s:13:\"history_small\";i:145;s:13:\"updatedmarker\";i:146;s:16:\"printableversion\";i:147;s:9:\"permalink\";i:148;s:5:\"print\";i:149;s:4:\"view\";i:150;s:14:\"skin-view-view\";i:151;s:17:\"skin-view-foreign\";i:152;s:4:\"edit\";i:153;s:14:\"skin-view-edit\";i:154;s:10:\"edit-local\";i:155;s:6:\"create\";i:156;s:16:\"skin-view-create\";i:157;s:12:\"create-local\";i:158;s:6:\"delete\";i:159;s:14:\"undelete_short\";i:160;s:17:\"viewdeleted_short\";i:161;s:7:\"protect\";i:162;s:14:\"protect_change\";i:163;s:21:\"skin-action-unprotect\";i:164;s:9:\"unprotect\";i:165;s:7:\"newpage\";i:166;s:16:\"talkpagelinktext\";i:167;s:11:\"specialpage\";i:168;s:13:\"personaltools\";i:169;s:4:\"talk\";i:170;s:5:\"views\";i:171;s:7:\"toolbox\";i:172;s:20:\"tool-link-userrights\";i:173;s:29:\"tool-link-userrights-readonly\";i:174;s:19:\"tool-link-emailuser\";i:175;s:9:\"imagepage\";i:176;s:13:\"mediawikipage\";i:177;s:12:\"templatepage\";i:178;s:12:\"viewhelppage\";i:179;s:12:\"categorypage\";i:180;s:12:\"viewtalkpage\";i:181;s:14:\"otherlanguages\";i:182;s:14:\"redirectedfrom\";i:183;s:15:\"redirectpagesub\";i:184;s:10:\"redirectto\";i:185;s:14:\"lastmodifiedat\";i:186;s:9:\"viewcount\";i:187;s:13:\"protectedpage\";i:188;s:6:\"jumpto\";i:189;s:16:\"jumptonavigation\";i:190;s:12:\"jumptosearch\";i:191;s:15:\"view-pool-error\";i:192;s:18:\"generic-pool-error\";i:193;s:12:\"pool-timeout\";i:194;s:14:\"pool-queuefull\";i:195;s:17:\"pool-errorunknown\";i:196;s:16:\"pool-servererror\";i:197;s:23:\"poolcounter-usage-error\";i:198;s:9:\"aboutsite\";i:199;s:9:\"aboutpage\";i:200;s:9:\"copyright\";i:201;s:13:\"copyrightpage\";i:202;s:13:\"currentevents\";i:203;s:17:\"currentevents-url\";i:204;s:11:\"disclaimers\";i:205;s:14:\"disclaimerpage\";i:206;s:8:\"edithelp\";i:207;s:20:\"helppage-top-gethelp\";i:208;s:8:\"mainpage\";i:209;s:20:\"mainpage-description\";i:210;s:10:\"policy-url\";i:211;s:6:\"portal\";i:212;s:10:\"portal-url\";i:213;s:7:\"privacy\";i:214;s:11:\"privacypage\";i:215;s:9:\"badaccess\";i:216;s:16:\"badaccess-group0\";i:217;s:16:\"badaccess-groups\";i:218;s:15:\"versionrequired\";i:219;s:19:\"versionrequiredtext\";i:220;s:2:\"ok\";i:221;s:13:\"retrievedfrom\";i:222;s:18:\"youhavenewmessages\";i:223;s:27:\"youhavenewmessagesfromusers\";i:224;s:27:\"youhavenewmessagesmanyusers\";i:225;s:21:\"newmessageslinkplural\";i:226;s:25:\"newmessagesdifflinkplural\";i:227;s:11:\"editsection\";i:228;s:7:\"editold\";i:229;s:13:\"viewsourceold\";i:230;s:8:\"editlink\";i:231;s:14:\"viewsourcelink\";i:232;s:15:\"editsectionhint\";i:233;s:3:\"toc\";i:234;s:7:\"showtoc\";i:235;s:7:\"hidetoc\";i:236;s:20:\"collapsible-collapse\";i:237;s:18:\"collapsible-expand\";i:238;s:19:\"confirmable-confirm\";i:239;s:15:\"confirmable-yes\";i:240;s:14:\"confirmable-no\";i:241;s:13:\"thisisdeleted\";i:242;s:11:\"viewdeleted\";i:243;s:11:\"restorelink\";i:244;s:12:\"feed-invalid\";i:245;s:16:\"feed-unavailable\";i:246;s:13:\"site-rss-feed\";i:247;s:14:\"site-atom-feed\";i:248;s:13:\"page-rss-feed\";i:249;s:14:\"page-atom-feed\";i:250;s:14:\"red-link-title\";i:251;s:15:\"sort-descending\";i:252;s:14:\"sort-ascending\";i:253;s:10:\"nstab-main\";i:254;s:10:\"nstab-user\";i:255;s:11:\"nstab-media\";i:256;s:13:\"nstab-special\";i:257;s:13:\"nstab-project\";i:258;s:11:\"nstab-image\";i:259;s:15:\"nstab-mediawiki\";i:260;s:14:\"nstab-template\";i:261;s:10:\"nstab-help\";i:262;s:14:\"nstab-category\";i:263;s:14:\"mainpage-nstab\";i:264;s:12:\"nosuchaction\";i:265;s:16:\"nosuchactiontext\";i:266;s:17:\"nosuchspecialpage\";i:267;s:17:\"nospecialpagetext\";i:268;s:5:\"error\";i:269;s:13:\"databaseerror\";i:270;s:18:\"databaseerror-text\";i:271;s:20:\"databaseerror-textcl\";i:272;s:19:\"databaseerror-query\";i:273;s:22:\"databaseerror-function\";i:274;s:19:\"databaseerror-error\";i:275;s:35:\"transaction-duration-limit-exceeded\";i:276;s:17:\"laggedreplicamode\";i:277;s:8:\"readonly\";i:278;s:15:\"enterlockreason\";i:279;s:12:\"readonlytext\";i:280;s:15:\"missing-article\";i:281;s:18:\"missingarticle-rev\";i:282;s:19:\"missingarticle-diff\";i:283;s:12:\"readonly_lag\";i:284;s:26:\"nonwrite-api-promise-error\";i:285;s:13:\"internalerror\";i:286;s:18:\"internalerror_info\";i:287;s:29:\"internalerror-fatal-exception\";i:288;s:13:\"filecopyerror\";i:289;s:15:\"filerenameerror\";i:290;s:15:\"filedeleteerror\";i:291;s:20:\"directorycreateerror\";i:292;s:22:\"directoryreadonlyerror\";i:293;s:12:\"filenotfound\";i:294;s:10:\"unexpected\";i:295;s:9:\"formerror\";i:296;s:15:\"badarticleerror\";i:297;s:12:\"cannotdelete\";i:298;s:18:\"cannotdelete-title\";i:299;s:19:\"delete-hook-aborted\";i:300;s:16:\"no-null-revision\";i:301;s:8:\"badtitle\";i:302;s:12:\"badtitletext\";i:303;s:19:\"title-invalid-empty\";i:304;s:18:\"title-invalid-utf8\";i:305;s:23:\"title-invalid-interwiki\";i:306;s:28:\"title-invalid-talk-namespace\";i:307;s:24:\"title-invalid-characters\";i:308;s:22:\"title-invalid-relative\";i:309;s:25:\"title-invalid-magic-tilde\";i:310;s:22:\"title-invalid-too-long\";i:311;s:27:\"title-invalid-leading-colon\";i:312;s:10:\"perfcached\";i:313;s:12:\"perfcachedts\";i:314;s:20:\"querypage-no-updates\";i:315;s:10:\"viewsource\";i:316;s:16:\"viewsource-title\";i:317;s:15:\"actionthrottled\";i:318;s:19:\"actionthrottledtext\";i:319;s:17:\"protectedpagetext\";i:320;s:14:\"viewsourcetext\";i:321;s:12:\"viewyourtext\";i:322;s:18:\"protectedinterface\";i:323;s:16:\"editinginterface\";i:324;s:18:\"translateinterface\";i:325;s:16:\"cascadeprotected\";i:326;s:18:\"namespaceprotected\";i:327;s:18:\"customcssprotected\";i:328;s:17:\"customjsprotected\";i:329;s:20:\"mycustomcssprotected\";i:330;s:19:\"mycustomjsprotected\";i:331;s:22:\"myprivateinfoprotected\";i:332;s:22:\"mypreferencesprotected\";i:333;s:19:\"ns-specialprotected\";i:334;s:14:\"titleprotected\";i:335;s:17:\"filereadonlyerror\";i:336;s:27:\"invalidtitle-knownnamespace\";i:337;s:29:\"invalidtitle-unknownnamespace\";i:338;s:17:\"exception-nologin\";i:339;s:22:\"exception-nologin-text\";i:340;s:29:\"exception-nologin-text-manual\";i:341;s:16:\"virus-badscanner\";i:342;s:16:\"virus-scanfailed\";i:343;s:20:\"virus-unknownscanner\";i:344;s:10:\"logouttext\";i:345;s:21:\"cannotlogoutnow-title\";i:346;s:20:\"cannotlogoutnow-text\";i:347;s:11:\"welcomeuser\";i:348;s:19:\"welcomecreation-msg\";i:349;s:8:\"yourname\";i:350;s:18:\"userlogin-yourname\";i:351;s:21:\"userlogin-yourname-ph\";i:352;s:30:\"createacct-another-username-ph\";i:353;s:12:\"yourpassword\";i:354;s:22:\"userlogin-yourpassword\";i:355;s:25:\"userlogin-yourpassword-ph\";i:356;s:26:\"createacct-yourpassword-ph\";i:357;s:17:\"yourpasswordagain\";i:358;s:28:\"createacct-yourpasswordagain\";i:359;s:31:\"createacct-yourpasswordagain-ph\";i:360;s:28:\"userlogin-remembermypassword\";i:361;s:24:\"userlogin-signwithsecure\";i:362;s:17:\"cannotlogin-title\";i:363;s:16:\"cannotlogin-text\";i:364;s:20:\"cannotloginnow-title\";i:365;s:19:\"cannotloginnow-text\";i:366;s:25:\"cannotcreateaccount-title\";i:367;s:24:\"cannotcreateaccount-text\";i:368;s:14:\"yourdomainname\";i:369;s:25:\"password-change-forbidden\";i:370;s:15:\"externaldberror\";i:371;s:5:\"login\";i:372;s:14:\"login-security\";i:373;s:23:\"nav-login-createaccount\";i:374;s:6:\"logout\";i:375;s:10:\"userlogout\";i:376;s:11:\"notloggedin\";i:377;s:19:\"userlogin-noaccount\";i:378;s:21:\"userlogin-joinproject\";i:379;s:13:\"createaccount\";i:380;s:28:\"userlogin-resetpassword-link\";i:381;s:19:\"userlogin-helplink2\";i:382;s:18:\"userlogin-loggedin\";i:383;s:16:\"userlogin-reauth\";i:384;s:23:\"userlogin-createanother\";i:385;s:24:\"createacct-emailrequired\";i:386;s:24:\"createacct-emailoptional\";i:387;s:19:\"createacct-email-ph\";i:388;s:27:\"createacct-another-email-ph\";i:389;s:17:\"createaccountmail\";i:390;s:22:\"createaccountmail-help\";i:391;s:19:\"createacct-realname\";i:392;s:17:\"createacct-reason\";i:393;s:20:\"createacct-reason-ph\";i:394;s:22:\"createacct-reason-help\";i:395;s:17:\"createacct-submit\";i:396;s:25:\"createacct-another-submit\";i:397;s:26:\"createacct-continue-submit\";i:398;s:34:\"createacct-another-continue-submit\";i:399;s:26:\"createacct-benefit-heading\";i:400;s:24:\"createacct-benefit-body1\";i:401;s:24:\"createacct-benefit-body2\";i:402;s:24:\"createacct-benefit-body3\";i:403;s:9:\"badretype\";i:404;s:18:\"usernameinprogress\";i:405;s:10:\"userexists\";i:406;s:10:\"loginerror\";i:407;s:16:\"createacct-error\";i:408;s:18:\"createaccounterror\";i:409;s:12:\"nocookiesnew\";i:410;s:14:\"nocookieslogin\";i:411;s:15:\"nocookiesfornew\";i:412;s:21:\"createacct-loginerror\";i:413;s:6:\"noname\";i:414;s:17:\"loginsuccesstitle\";i:415;s:12:\"loginsuccess\";i:416;s:10:\"nosuchuser\";i:417;s:15:\"nosuchusershort\";i:418;s:15:\"nouserspecified\";i:419;s:17:\"login-userblocked\";i:420;s:13:\"wrongpassword\";i:421;s:18:\"wrongpasswordempty\";i:422;s:16:\"passwordtooshort\";i:423;s:15:\"passwordtoolong\";i:424;s:19:\"password-name-match\";i:425;s:24:\"password-login-forbidden\";i:426;s:14:\"mailmypassword\";i:427;s:21:\"passwordremindertitle\";i:428;s:20:\"passwordremindertext\";i:429;s:7:\"noemail\";i:430;s:13:\"noemailcreate\";i:431;s:12:\"passwordsent\";i:432;s:20:\"blocked-mailpassword\";i:433;s:12:\"eauthentsent\";i:434;s:22:\"throttled-mailpassword\";i:435;s:9:\"mailerror\";i:436;s:26:\"acct_creation_throttle_hit\";i:437;s:18:\"emailauthenticated\";i:438;s:21:\"emailnotauthenticated\";i:439;s:12:\"noemailprefs\";i:440;s:16:\"emailconfirmlink\";i:441;s:19:\"invalidemailaddress\";i:442;s:17:\"cannotchangeemail\";i:443;s:13:\"emaildisabled\";i:444;s:14:\"accountcreated\";i:445;s:18:\"accountcreatedtext\";i:446;s:19:\"createaccount-title\";i:447;s:18:\"createaccount-text\";i:448;s:15:\"login-throttled\";i:449;s:19:\"login-abort-generic\";i:450;s:22:\"login-migrated-generic\";i:451;s:18:\"loginlanguagelabel\";i:452;s:21:\"suspicious-userlogout\";i:453;s:31:\"createacct-another-realname-tip\";i:454;s:8:\"pt-login\";i:455;s:15:\"pt-login-button\";i:456;s:24:\"pt-login-continue-button\";i:457;s:16:\"pt-createaccount\";i:458;s:13:\"pt-userlogout\";i:459;s:22:\"php-mail-error-unknown\";i:460;s:17:\"user-mail-no-addy\";i:461;s:17:\"user-mail-no-body\";i:462;s:14:\"changepassword\";i:463;s:18:\"resetpass_announce\";i:464;s:16:\"resetpass_header\";i:465;s:11:\"oldpassword\";i:466;s:11:\"newpassword\";i:467;s:9:\"retypenew\";i:468;s:16:\"resetpass_submit\";i:469;s:22:\"changepassword-success\";i:470;s:24:\"changepassword-throttled\";i:471;s:12:\"botpasswords\";i:472;s:20:\"botpasswords-summary\";i:473;s:21:\"botpasswords-disabled\";i:474;s:26:\"botpasswords-no-central-id\";i:475;s:21:\"botpasswords-existing\";i:476;s:22:\"botpasswords-createnew\";i:477;s:25:\"botpasswords-editexisting\";i:478;s:29:\"botpasswords-label-needsreset\";i:479;s:24:\"botpasswords-label-appid\";i:480;s:25:\"botpasswords-label-create\";i:481;s:25:\"botpasswords-label-update\";i:482;s:25:\"botpasswords-label-cancel\";i:483;s:25:\"botpasswords-label-delete\";i:484;s:32:\"botpasswords-label-resetpassword\";i:485;s:25:\"botpasswords-label-grants\";i:486;s:26:\"botpasswords-created-title\";i:487;s:26:\"botpasswords-updated-title\";i:488;s:26:\"botpasswords-deleted-title\";i:489;s:19:\"resetpass_forbidden\";i:490;s:26:\"resetpass_forbidden-reason\";i:491;s:17:\"resetpass-no-info\";i:492;s:25:\"resetpass-submit-loggedin\";i:493;s:23:\"resetpass-submit-cancel\";i:494;s:23:\"resetpass-wrong-oldpass\";i:495;s:18:\"resetpass-recycled\";i:496;s:22:\"resetpass-temp-emailed\";i:497;s:23:\"resetpass-temp-password\";i:498;s:23:\"resetpass-abort-generic\";i:499;s:17:\"resetpass-expired\";i:500;s:22:\"resetpass-expired-soft\";i:501;s:23:\"resetpass-validity-soft\";i:502;s:13:\"passwordreset\";i:503;s:22:\"passwordreset-text-one\";i:504;s:23:\"passwordreset-text-many\";i:505;s:22:\"passwordreset-disabled\";i:506;s:27:\"passwordreset-emaildisabled\";i:507;s:22:\"passwordreset-username\";i:508;s:20:\"passwordreset-domain\";i:509;s:19:\"passwordreset-email\";i:510;s:24:\"passwordreset-emailtitle\";i:511;s:26:\"passwordreset-emailtext-ip\";i:512;s:28:\"passwordreset-emailtext-user\";i:513;s:26:\"passwordreset-emailelement\";i:514;s:11:\"changeemail\";i:515;s:18:\"changeemail-header\";i:516;s:19:\"changeemail-no-info\";i:517;s:20:\"changeemail-oldemail\";i:518;s:20:\"changeemail-newemail\";i:519;s:16:\"changeemail-none\";i:520;s:20:\"changeemail-password\";i:521;s:18:\"changeemail-submit\";i:522;s:21:\"changeemail-throttled\";i:523;s:11:\"resettokens\";i:524;s:16:\"resettokens-text\";i:525;s:21:\"resettokens-no-tokens\";i:526;s:18:\"resettokens-tokens\";i:527;s:23:\"resettokens-token-label\";i:528;s:27:\"resettokens-watchlist-token\";i:529;s:16:\"resettokens-done\";i:530;s:23:\"resettokens-resetbutton\";i:531;s:7:\"summary\";i:532;s:7:\"subject\";i:533;s:9:\"minoredit\";i:534;s:9:\"watchthis\";i:535;s:11:\"savearticle\";i:536;s:11:\"savechanges\";i:537;s:11:\"publishpage\";i:538;s:14:\"publishchanges\";i:539;s:7:\"preview\";i:540;s:11:\"showpreview\";i:541;s:8:\"showdiff\";i:542;s:12:\"blankarticle\";i:543;s:15:\"anoneditwarning\";i:544;s:18:\"anonpreviewwarning\";i:545;s:14:\"missingsummary\";i:546;s:12:\"selfredirect\";i:547;s:18:\"missingcommenttext\";i:548;s:20:\"missingcommentheader\";i:549;s:15:\"summary-preview\";i:550;s:16:\"previewerrortext\";i:551;s:12:\"blockedtitle\";i:552;s:11:\"blockedtext\";i:553;s:15:\"autoblockedtext\";i:554;s:15:\"blockednoreason\";i:555;s:17:\"whitelistedittext\";i:556;s:15:\"confirmedittext\";i:557;s:18:\"nosuchsectiontitle\";i:558;s:17:\"nosuchsectiontext\";i:559;s:13:\"loginreqtitle\";i:560;s:12:\"loginreqlink\";i:561;s:16:\"loginreqpagetext\";i:562;s:12:\"accmailtitle\";i:563;s:11:\"accmailtext\";i:564;s:10:\"newarticle\";i:565;s:14:\"newarticletext\";i:566;s:16:\"anontalkpagetext\";i:567;s:13:\"noarticletext\";i:568;s:26:\"noarticletext-nopermission\";i:569;s:16:\"missing-revision\";i:570;s:25:\"userpage-userdoesnotexist\";i:571;s:30:\"userpage-userdoesnotexist-view\";i:572;s:25:\"blocked-notice-logextract\";i:573;s:14:\"clearyourcache\";i:574;s:20:\"usercssyoucanpreview\";i:575;s:19:\"userjsyoucanpreview\";i:576;s:14:\"usercsspreview\";i:577;s:13:\"userjspreview\";i:578;s:14:\"sitecsspreview\";i:579;s:13:\"sitejspreview\";i:580;s:22:\"userinvalidconfigtitle\";i:581;s:7:\"updated\";i:582;s:4:\"note\";i:583;s:11:\"previewnote\";i:584;s:16:\"continue-editing\";i:585;s:15:\"previewconflict\";i:586;s:20:\"session_fail_preview\";i:587;s:25:\"session_fail_preview_html\";i:588;s:7:\"editing\";i:589;s:8:\"creating\";i:590;s:14:\"editingsection\";i:591;s:12:\"editconflict\";i:592;s:8:\"yourtext\";i:593;s:8:\"yourdiff\";i:594;s:13:\"templatesused\";i:595;s:20:\"templatesusedpreview\";i:596;s:18:\"template-protected\";i:597;s:22:\"template-semiprotected\";i:598;s:16:\"hiddencategories\";i:599;s:17:\"permissionserrors\";i:600;s:32:\"permissionserrorstext-withaction\";i:601;s:26:\"recreate-moveddeleted-warn\";i:602;s:19:\"moveddeleted-notice\";i:603;s:13:\"edit-conflict\";i:604;s:22:\"content-model-wikitext\";i:605;s:38:\"post-expand-template-inclusion-warning\";i:606;s:39:\"post-expand-template-inclusion-category\";i:607;s:37:\"post-expand-template-argument-warning\";i:608;s:38:\"post-expand-template-argument-category\";i:609;s:12:\"undo-failure\";i:610;s:12:\"viewpagelogs\";i:611;s:15:\"currentrev-asof\";i:612;s:12:\"revisionasof\";i:613;s:13:\"revision-info\";i:614;s:16:\"previousrevision\";i:615;s:12:\"nextrevision\";i:616;s:19:\"currentrevisionlink\";i:617;s:3:\"cur\";i:618;s:4:\"next\";i:619;s:4:\"last\";i:620;s:10:\"page_first\";i:621;s:9:\"page_last\";i:622;s:10:\"histlegend\";i:623;s:22:\"history-fieldset-title\";i:624;s:20:\"history-show-deleted\";i:625;s:9:\"histfirst\";i:626;s:8:\"histlast\";i:627;s:11:\"historysize\";i:628;s:12:\"historyempty\";i:629;s:18:\"history-feed-title\";i:630;s:24:\"history-feed-description\";i:631;s:27:\"history-feed-item-nocomment\";i:632;s:12:\"rev-delundel\";i:633;s:15:\"rev-showdeleted\";i:634;s:26:\"revdelete-show-file-submit\";i:635;s:14:\"revdel-restore\";i:636;s:8:\"mergelog\";i:637;s:11:\"revertmerge\";i:638;s:13:\"history-title\";i:639;s:16:\"difference-title\";i:640;s:6:\"lineno\";i:641;s:23:\"compareselectedversions\";i:642;s:8:\"editundo\";i:643;s:10:\"diff-empty\";i:644;s:19:\"diff-multi-sameuser\";i:645;s:21:\"diff-multi-otherusers\";i:646;s:13:\"searchresults\";i:647;s:19:\"searchresults-title\";i:648;s:5:\"prevn\";i:649;s:5:\"nextn\";i:650;s:11:\"prevn-title\";i:651;s:11:\"nextn-title\";i:652;s:11:\"shown-title\";i:653;s:12:\"viewprevnext\";i:654;s:17:\"searchmenu-exists\";i:655;s:14:\"searchmenu-new\";i:656;s:22:\"searchprofile-articles\";i:657;s:20:\"searchprofile-images\";i:658;s:24:\"searchprofile-everything\";i:659;s:22:\"searchprofile-advanced\";i:660;s:30:\"searchprofile-articles-tooltip\";i:661;s:28:\"searchprofile-images-tooltip\";i:662;s:32:\"searchprofile-everything-tooltip\";i:663;s:30:\"searchprofile-advanced-tooltip\";i:664;s:18:\"search-result-size\";i:665;s:27:\"search-result-category-size\";i:666;s:15:\"search-redirect\";i:667;s:14:\"search-section\";i:668;s:17:\"search-file-match\";i:669;s:14:\"search-suggest\";i:670;s:13:\"searchrelated\";i:671;s:9:\"searchall\";i:672;s:21:\"search-showingresults\";i:673;s:16:\"search-nonefound\";i:674;s:13:\"mypreferences\";i:675;s:11:\"prefs-edits\";i:676;s:13:\"prefs-editing\";i:677;s:9:\"youremail\";i:678;s:12:\"yourrealname\";i:679;s:16:\"prefs-help-email\";i:680;s:23:\"prefs-help-email-others\";i:681;s:9:\"group-bot\";i:682;s:11:\"group-sysop\";i:683;s:13:\"grouppage-bot\";i:684;s:15:\"grouppage-sysop\";i:685;s:10:\"right-edit\";i:686;s:14:\"right-writeapi\";i:687;s:14:\"newuserlogpage\";i:688;s:9:\"rightslog\";i:689;s:22:\"skin-action-addsection\";i:690;s:11:\"action-edit\";i:691;s:20:\"action-createaccount\";i:692;s:11:\"action-move\";i:693;s:13:\"action-delete\";i:694;s:15:\"action-undelete\";i:695;s:14:\"action-protect\";i:696;s:8:\"nchanges\";i:697;s:18:\"enhancedrc-history\";i:698;s:13:\"recentchanges\";i:699;s:20:\"recentchanges-legend\";i:700;s:21:\"recentchanges-summary\";i:701;s:22:\"recentchanges-noresult\";i:702;s:30:\"recentchanges-feed-description\";i:703;s:27:\"recentchanges-label-newpage\";i:704;s:25:\"recentchanges-label-minor\";i:705;s:23:\"recentchanges-label-bot\";i:706;s:31:\"recentchanges-label-unpatrolled\";i:707;s:29:\"recentchanges-label-plusminus\";i:708;s:28:\"recentchanges-legend-heading\";i:709;s:28:\"recentchanges-legend-newpage\";i:710;s:20:\"recentchanges-submit\";i:711;s:34:\"rcfilters-filter-editsbyself-label\";i:712;s:28:\"rcfilters-filter-minor-label\";i:713;s:28:\"rcfilters-filter-major-label\";i:714;s:10:\"rcnotefrom\";i:715;s:10:\"rclistfrom\";i:716;s:15:\"rcshowhideminor\";i:717;s:20:\"rcshowhideminor-show\";i:718;s:20:\"rcshowhideminor-hide\";i:719;s:14:\"rcshowhidebots\";i:720;s:19:\"rcshowhidebots-show\";i:721;s:19:\"rcshowhidebots-hide\";i:722;s:13:\"rcshowhideliu\";i:723;s:18:\"rcshowhideliu-show\";i:724;s:18:\"rcshowhideliu-hide\";i:725;s:15:\"rcshowhideanons\";i:726;s:20:\"rcshowhideanons-show\";i:727;s:20:\"rcshowhideanons-hide\";i:728;s:14:\"rcshowhidepatr\";i:729;s:14:\"rcshowhidemine\";i:730;s:19:\"rcshowhidemine-show\";i:731;s:19:\"rcshowhidemine-hide\";i:732;s:29:\"rcshowhidecategorization-show\";i:733;s:7:\"rclinks\";i:734;s:4:\"diff\";i:735;s:4:\"hist\";i:736;s:4:\"hide\";i:737;s:4:\"show\";i:738;s:15:\"minoreditletter\";i:739;s:13:\"newpageletter\";i:740;s:13:\"boteditletter\";i:741;s:18:\"rc-change-size-new\";i:742;s:12:\"rc-old-title\";i:743;s:19:\"recentchangeslinked\";i:744;s:24:\"recentchangeslinked-feed\";i:745;s:27:\"recentchangeslinked-toolbox\";i:746;s:25:\"recentchangeslinked-title\";i:747;s:27:\"recentchangeslinked-summary\";i:748;s:24:\"recentchangeslinked-page\";i:749;s:22:\"recentchangeslinked-to\";i:750;s:6:\"upload\";i:751;s:13:\"uploadlogpage\";i:752;s:8:\"filedesc\";i:753;s:7:\"license\";i:754;s:14:\"license-header\";i:755;s:7:\"imgfile\";i:756;s:9:\"listfiles\";i:757;s:27:\"listfiles-latestversion-yes\";i:758;s:26:\"listfiles-latestversion-no\";i:759;s:16:\"file-anchor-link\";i:760;s:8:\"filehist\";i:761;s:13:\"filehist-help\";i:762;s:15:\"filehist-revert\";i:763;s:16:\"filehist-current\";i:764;s:17:\"filehist-datetime\";i:765;s:14:\"filehist-thumb\";i:766;s:18:\"filehist-thumbtext\";i:767;s:16:\"filehist-nothumb\";i:768;s:13:\"filehist-user\";i:769;s:19:\"filehist-dimensions\";i:770;s:16:\"filehist-comment\";i:771;s:10:\"imagelinks\";i:772;s:12:\"linkstoimage\";i:773;s:17:\"linkstoimage-more\";i:774;s:14:\"nolinkstoimage\";i:775;s:21:\"linkstoimage-redirect\";i:776;s:22:\"sharedupload-desc-here\";i:777;s:15:\"filepage-nofile\";i:778;s:22:\"upload-disallowed-here\";i:779;s:10:\"randompage\";i:780;s:10:\"statistics\";i:781;s:21:\"double-redirect-fixer\";i:782;s:20:\"brokenredirects-edit\";i:783;s:23:\"withoutinterwiki-submit\";i:784;s:6:\"nbytes\";i:785;s:8:\"nmembers\";i:786;s:11:\"prefixindex\";i:787;s:18:\"prefixindex-submit\";i:788;s:9:\"listusers\";i:789;s:13:\"usereditcount\";i:790;s:11:\"usercreated\";i:791;s:8:\"newpages\";i:792;s:15:\"newpages-submit\";i:793;s:4:\"move\";i:794;s:13:\"pager-newer-n\";i:795;s:13:\"pager-older-n\";i:796;s:11:\"booksources\";i:797;s:25:\"booksources-search-legend\";i:798;s:18:\"booksources-search\";i:799;s:19:\"specialloguserlabel\";i:800;s:20:\"speciallogtitlelabel\";i:801;s:3:\"log\";i:802;s:20:\"logeventslist-submit\";i:803;s:13:\"all-logs-page\";i:804;s:11:\"alllogstext\";i:805;s:8:\"logempty\";i:806;s:8:\"allpages\";i:807;s:11:\"allarticles\";i:808;s:14:\"allpagessubmit\";i:809;s:23:\"allpages-hide-redirects\";i:810;s:10:\"categories\";i:811;s:17:\"categories-submit\";i:812;s:15:\"linksearch-line\";i:813;s:16:\"listusers-submit\";i:814;s:23:\"listgrouprights-members\";i:815;s:9:\"emailuser\";i:816;s:18:\"usermessage-editor\";i:817;s:9:\"watchlist\";i:818;s:11:\"mywatchlist\";i:819;s:13:\"watchlistfor2\";i:820;s:5:\"watch\";i:821;s:7:\"unwatch\";i:822;s:17:\"watchlist-details\";i:823;s:20:\"wlheader-showupdated\";i:824;s:6:\"wlnote\";i:825;s:16:\"watchlist-submit\";i:826;s:15:\"wlshowhideminor\";i:827;s:14:\"wlshowhidepatr\";i:828;s:17:\"watchlist-options\";i:829;s:12:\"enotif_reset\";i:830;s:20:\"historyaction-submit\";i:831;s:14:\"actioncomplete\";i:832;s:12:\"actionfailed\";i:833;s:10:\"dellogpage\";i:834;s:12:\"rollbacklink\";i:835;s:17:\"rollbacklinkcount\";i:836;s:14:\"protectlogpage\";i:837;s:15:\"protect-default\";i:838;s:16:\"restriction-edit\";i:839;s:16:\"restriction-move\";i:840;s:23:\"skin-action-viewdeleted\";i:841;s:12:\"undeletelink\";i:842;s:16:\"undeleteviewlink\";i:843;s:25:\"undelete-show-file-submit\";i:844;s:9:\"namespace\";i:845;s:6:\"invert\";i:846;s:14:\"tooltip-invert\";i:847;s:21:\"namespace_association\";i:848;s:29:\"tooltip-namespace_association\";i:849;s:14:\"blanknamespace\";i:850;s:23:\"tool-link-contributions\";i:851;s:19:\"contributions-title\";i:852;s:9:\"mycontris\";i:853;s:12:\"anoncontribs\";i:854;s:11:\"contribsub2\";i:855;s:10:\"nocontribs\";i:856;s:5:\"uctop\";i:857;s:5:\"month\";i:858;s:4:\"year\";i:859;s:25:\"sp-contributions-blocklog\";i:860;s:24:\"sp-contributions-uploads\";i:861;s:21:\"sp-contributions-logs\";i:862;s:21:\"sp-contributions-talk\";i:863;s:23:\"sp-contributions-search\";i:864;s:25:\"sp-contributions-username\";i:865;s:24:\"sp-contributions-toponly\";i:866;s:24:\"sp-contributions-newonly\";i:867;s:23:\"sp-contributions-submit\";i:868;s:13:\"whatlinkshere\";i:869;s:19:\"whatlinkshere-title\";i:870;s:18:\"whatlinkshere-page\";i:871;s:9:\"linkshere\";i:872;s:11:\"nolinkshere\";i:873;s:10:\"isredirect\";i:874;s:10:\"istemplate\";i:875;s:7:\"isimage\";i:876;s:18:\"whatlinkshere-prev\";i:877;s:18:\"whatlinkshere-next\";i:878;s:19:\"whatlinkshere-links\";i:879;s:24:\"whatlinkshere-hideredirs\";i:880;s:23:\"whatlinkshere-hidetrans\";i:881;s:23:\"whatlinkshere-hidelinks\";i:882;s:24:\"whatlinkshere-hideimages\";i:883;s:10:\"ipboptions\";i:884;s:11:\"ipblocklist\";i:885;s:13:\"infiniteblock\";i:886;s:9:\"blocklink\";i:887;s:11:\"unblocklink\";i:888;s:16:\"change-blocklink\";i:889;s:12:\"contribslink\";i:890;s:12:\"blocklogpage\";i:891;s:24:\"block-log-flags-nocreate\";i:892;s:12:\"proxyblocker\";i:893;s:11:\"movelogpage\";i:894;s:10:\"revertmove\";i:895;s:6:\"export\";i:896;s:15:\"allmessagesname\";i:897;s:18:\"allmessagesdefault\";i:898;s:14:\"thumbnail-more\";i:899;s:15:\"thumbnail_error\";i:900;s:13:\"importlogpage\";i:901;s:19:\"tooltip-pt-userpage\";i:902;s:17:\"tooltip-pt-mytalk\";i:903;s:22:\"tooltip-pt-preferences\";i:904;s:20:\"tooltip-pt-watchlist\";i:905;s:20:\"tooltip-pt-mycontris\";i:906;s:16:\"tooltip-pt-login\";i:907;s:17:\"tooltip-pt-logout\";i:908;s:24:\"tooltip-pt-createaccount\";i:909;s:15:\"tooltip-ca-talk\";i:910;s:15:\"tooltip-ca-edit\";i:911;s:21:\"tooltip-ca-addsection\";i:912;s:21:\"tooltip-ca-viewsource\";i:913;s:18:\"tooltip-ca-history\";i:914;s:18:\"tooltip-ca-protect\";i:915;s:17:\"tooltip-ca-delete\";i:916;s:15:\"tooltip-ca-move\";i:917;s:16:\"tooltip-ca-watch\";i:918;s:18:\"tooltip-ca-unwatch\";i:919;s:14:\"tooltip-search\";i:920;s:17:\"tooltip-search-go\";i:921;s:23:\"tooltip-search-fulltext\";i:922;s:14:\"tooltip-p-logo\";i:923;s:18:\"tooltip-n-mainpage\";i:924;s:30:\"tooltip-n-mainpage-description\";i:925;s:16:\"tooltip-n-portal\";i:926;s:23:\"tooltip-n-currentevents\";i:927;s:23:\"tooltip-n-recentchanges\";i:928;s:20:\"tooltip-n-randompage\";i:929;s:14:\"tooltip-n-help\";i:930;s:23:\"tooltip-t-whatlinkshere\";i:931;s:29:\"tooltip-t-recentchangeslinked\";i:932;s:17:\"tooltip-feed-atom\";i:933;s:23:\"tooltip-t-contributions\";i:934;s:19:\"tooltip-t-emailuser\";i:935;s:16:\"tooltip-t-upload\";i:936;s:22:\"tooltip-t-specialpages\";i:937;s:15:\"tooltip-t-print\";i:938;s:19:\"tooltip-t-permalink\";i:939;s:21:\"tooltip-ca-nstab-main\";i:940;s:21:\"tooltip-ca-nstab-user\";i:941;s:24:\"tooltip-ca-nstab-special\";i:942;s:24:\"tooltip-ca-nstab-project\";i:943;s:22:\"tooltip-ca-nstab-image\";i:944;s:26:\"tooltip-ca-nstab-mediawiki\";i:945;s:25:\"tooltip-ca-nstab-template\";i:946;s:25:\"tooltip-ca-nstab-category\";i:947;s:17:\"tooltip-minoredit\";i:948;s:12:\"tooltip-save\";i:949;s:15:\"tooltip-preview\";i:950;s:12:\"tooltip-diff\";i:951;s:31:\"tooltip-compareselectedversions\";i:952;s:13:\"tooltip-watch\";i:953;s:16:\"tooltip-rollback\";i:954;s:12:\"tooltip-undo\";i:955;s:15:\"tooltip-summary\";i:956;s:20:\"simpleantispam-label\";i:957;s:14:\"pageinfo-title\";i:958;s:21:\"pageinfo-header-basic\";i:959;s:21:\"pageinfo-header-edits\";i:960;s:28:\"pageinfo-header-restrictions\";i:961;s:26:\"pageinfo-header-properties\";i:962;s:22:\"pageinfo-display-title\";i:963;s:21:\"pageinfo-default-sort\";i:964;s:15:\"pageinfo-length\";i:965;s:19:\"pageinfo-article-id\";i:966;s:17:\"pageinfo-language\";i:967;s:22:\"pageinfo-content-model\";i:968;s:21:\"pageinfo-robot-policy\";i:969;s:20:\"pageinfo-robot-index\";i:970;s:22:\"pageinfo-robot-noindex\";i:971;s:17:\"pageinfo-watchers\";i:972;s:21:\"pageinfo-few-watchers\";i:973;s:23:\"pageinfo-redirects-name\";i:974;s:22:\"pageinfo-subpages-name\";i:975;s:23:\"pageinfo-subpages-value\";i:976;s:18:\"pageinfo-firstuser\";i:977;s:18:\"pageinfo-firsttime\";i:978;s:17:\"pageinfo-lastuser\";i:979;s:17:\"pageinfo-lasttime\";i:980;s:14:\"pageinfo-edits\";i:981;s:16:\"pageinfo-authors\";i:982;s:21:\"pageinfo-recent-edits\";i:983;s:23:\"pageinfo-recent-authors\";i:984;s:20:\"pageinfo-magic-words\";i:985;s:26:\"pageinfo-hidden-categories\";i:986;s:18:\"pageinfo-templates\";i:987;s:20:\"pageinfo-toolboxlink\";i:988;s:20:\"pageinfo-contentpage\";i:989;s:24:\"pageinfo-contentpage-yes\";i:990;s:30:\"pageinfo-protect-cascading-yes\";i:991;s:15:\"patrol-log-page\";i:992;s:12:\"previousdiff\";i:993;s:8:\"nextdiff\";i:994;s:15:\"widthheightpage\";i:995;s:14:\"file-info-size\";i:996;s:20:\"file-info-size-pages\";i:997;s:12:\"file-nohires\";i:998;s:13:\"svg-long-desc\";i:999;s:14:\"show-big-image\";i:1000;s:22:\"show-big-image-preview\";i:1001;s:20:\"show-big-image-other\";i:1002;s:19:\"show-big-image-size\";i:1003;s:12:\"yesterday-at\";i:1004;s:14:\"bad_image_list\";i:1005;s:8:\"metadata\";i:1006;s:13:\"metadata-help\";i:1007;s:15:\"metadata-fields\";i:1008;s:13:\"namespacesall\";i:1009;s:9:\"monthsall\";i:1010;s:16:\"imgmultipagenext\";i:1011;s:10:\"imgmultigo\";i:1012;s:12:\"imgmultigoto\";i:1013;s:20:\"watchlisttools-clear\";i:1014;s:19:\"watchlisttools-view\";i:1015;s:19:\"watchlisttools-edit\";i:1016;s:18:\"watchlisttools-raw\";i:1017;s:9:\"signature\";i:1018;s:21:\"duplicate-defaultsort\";i:1019;s:19:\"version-no-ext-name\";i:1020;s:8:\"redirect\";i:1021;s:16:\"redirect-summary\";i:1022;s:15:\"redirect-submit\";i:1023;s:15:\"redirect-lookup\";i:1024;s:14:\"redirect-value\";i:1025;s:13:\"redirect-user\";i:1026;s:13:\"redirect-page\";i:1027;s:17:\"redirect-revision\";i:1028;s:13:\"redirect-file\";i:1029;s:12:\"specialpages\";i:1030;s:24:\"external_image_whitelist\";i:1031;s:10:\"tag-filter\";i:1032;s:16:\"tag-list-wrapper\";i:1033;s:15:\"tags-active-yes\";i:1034;s:14:\"tags-active-no\";i:1035;s:9:\"tags-edit\";i:1036;s:13:\"tags-hitcount\";i:1037;s:11:\"htmlform-no\";i:1038;s:12:\"htmlform-yes\";i:1039;s:22:\"logentry-delete-delete\";i:1040;s:23:\"logentry-delete-restore\";i:1041;s:24:\"logentry-delete-revision\";i:1042;s:21:\"revdelete-content-hid\";i:1043;s:18:\"logentry-move-move\";i:1044;s:29:\"logentry-move-move-noredirect\";i:1045;s:24:\"logentry-move-move_redir\";i:1046;s:27:\"logentry-patrol-patrol-auto\";i:1047;s:24:\"logentry-newusers-create\";i:1048;s:28:\"logentry-newusers-autocreate\";i:1049;s:22:\"logentry-upload-upload\";i:1050;s:25:\"logentry-upload-overwrite\";i:1051;s:20:\"searchsuggest-search\";i:1052;s:13:\"duration-days\";i:1053;s:29:\"mediastatistics-header-bitmap\";i:1054;s:27:\"mw-widgets-abandonedit-keep\";i:1055;s:28:\"mw-widgets-abandonedit-title\";i:1056;s:32:\"mw-widgets-mediasearch-noresults\";i:1057;s:14:\"randomrootpage\";i:1058;s:22:\"skin-view-create-local\";i:1059;s:14:\"nstab-mainpage\";i:1060;s:20:\"skin-view-edit-local\";i:1061;s:19:\"skin-action-protect\";i:1062;s:20:\"skin-action-undelete\";i:1063;s:18:\"skin-action-delete\";i:1064;s:16:\"skin-action-move\";i:1065;s:30:\"ooui-outline-control-move-down\";i:1066;s:28:\"ooui-outline-control-move-up\";i:1067;s:27:\"ooui-outline-control-remove\";i:1068;s:17:\"ooui-toolbar-more\";i:1069;s:21:\"ooui-toolgroup-expand\";i:1070;s:23:\"ooui-toolgroup-collapse\";i:1071;s:26:\"ooui-dialog-message-accept\";i:1072;s:26:\"ooui-dialog-message-reject\";i:1073;s:25:\"ooui-dialog-process-error\";i:1074;s:27:\"ooui-dialog-process-dismiss\";i:1075;s:25:\"ooui-dialog-process-retry\";i:1076;s:28:\"ooui-dialog-process-continue\";i:1077;s:29:\"ooui-selectfile-not-supported\";i:1078;s:27:\"ooui-selectfile-placeholder\";i:1079;s:16:\"vector-skin-desc\";i:1080;s:24:\"vector-action-addsection\";i:1081;s:20:\"vector-action-delete\";i:1082;s:18:\"vector-action-move\";i:1083;s:21:\"vector-action-protect\";i:1084;s:22:\"vector-action-undelete\";i:1085;s:23:\"vector-action-unprotect\";i:1086;s:18:\"vector-view-create\";i:1087;s:16:\"vector-view-edit\";i:1088;s:19:\"vector-view-history\";i:1089;s:16:\"vector-view-view\";i:1090;s:22:\"vector-view-viewsource\";i:1091;s:19:\"vector-more-actions\";i:1092;s:37:\"mobile-frontend-changeslist-nocomment\";i:1093;s:37:\"mobile-frontend-commons-category-view\";i:1094;s:25:\"mobile-frontend-copyright\";i:1095;s:27:\"mobile-frontend-editor-edit\";i:1096;s:32:\"mobile-frontend-featured-article\";i:1097;s:29:\"mobile-frontend-generic-login\";i:1098;s:36:\"mobile-frontend-generic-login-action\";i:1099;s:27:\"mobile-frontend-home-button\";i:1100;s:40:\"mobile-frontend-language-article-heading\";i:1101;s:34:\"mobile-frontend-last-modified-date\";i:1102;s:21:\"mobile-frontend-login\";i:1103;s:25:\"mobile-frontend-main-menu\";i:1104;s:30:\"mobile-frontend-main-menu-back\";i:1105;s:40:\"mobile-frontend-main-menu-account-create\";i:1106;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:1107;s:31:\"mobile-frontend-main-menu-login\";i:1108;s:32:\"mobile-frontend-main-menu-nearby\";i:1109;s:34:\"mobile-frontend-main-menu-settings\";i:1110;s:35:\"mobile-frontend-main-menu-watchlist\";i:1111;s:26:\"mobile-frontend-news-items\";i:1112;s:36:\"mobile-frontend-password-placeholder\";i:1113;s:27:\"mobile-frontend-placeholder\";i:1114;s:33:\"mobile-frontend-privacy-link-text\";i:1115;s:29:\"mobile-frontend-random-button\";i:1116;s:26:\"mobile-frontend-terms-text\";i:1117;s:36:\"mobile-frontend-username-placeholder\";i:1118;s:20:\"mobile-frontend-view\";i:1119;s:28:\"mobile-frontend-view-desktop\";i:1120;s:27:\"mobile-frontend-view-mobile\";i:1121;s:15:\"tag-mobile_edit\";i:1122;s:19:\"tag-mobile_web_edit\";i:1123;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:1124;s:25:\"tog-watchlistunwatchlinks\";i:1125;s:28:\"tog-showrollbackconfirmation\";i:1126;s:16:\"tog-requireemail\";i:1127;s:25:\"categoryviewer-pagedlinks\";i:1128;s:24:\"category-header-numerals\";i:1129;s:14:\"help-mediawiki\";i:1130;s:35:\"printableversion-deprecated-warning\";i:1131;s:8:\"cactions\";i:1132;s:9:\"pagetitle\";i:1133;s:16:\"backlinksubtitle\";i:1134;s:9:\"feed-atom\";i:1135;s:8:\"feed-rss\";i:1136;s:12:\"sort-initial\";i:1137;s:18:\"sort-rowspan-error\";i:1138;s:39:\"transaction-max-statement-time-exceeded\";i:1139;s:12:\"timeouterror\";i:1140;s:17:\"timeouterror-text\";i:1141;s:16:\"delete-scheduled\";i:1142;s:13:\"title-invalid\";i:1143;s:28:\"querypage-updates-periodical\";i:1144;s:22:\"skin-action-viewsource\";i:1145;s:19:\"customjsonprotected\";i:1146;s:16:\"sitecssprotected\";i:1147;s:17:\"sitejsonprotected\";i:1148;s:15:\"sitejsprotected\";i:1149;s:20:\"siterawhtmlprotected\";i:1150;s:21:\"mycustomjsonprotected\";i:1151;s:12:\"invalidtitle\";i:1152;s:18:\"logging-out-notify\";i:1153;s:13:\"logout-failed\";i:1154;s:23:\"prefs-help-yourpassword\";i:1155;s:24:\"createacct-useuniquepass\";i:1156;s:25:\"createacct-reason-confirm\";i:1157;s:24:\"createacct-normalization\";i:1158;s:23:\"createacct-temp-warning\";i:1159;s:20:\"passwordincommonlist\";i:1160;s:33:\"password-substring-username-match\";i:1161;s:14:\"resetpass_text\";i:1162;s:24:\"botpasswords-help-grants\";i:1163;s:32:\"botpasswords-label-grants-column\";i:1164;s:22:\"botpasswords-bad-appid\";i:1165;s:33:\"botpasswords-toolong-restrictions\";i:1166;s:27:\"botpasswords-toolong-grants\";i:1167;s:26:\"botpasswords-insert-failed\";i:1168;s:26:\"botpasswords-update-failed\";i:1169;s:25:\"botpasswords-created-body\";i:1170;s:25:\"botpasswords-updated-body\";i:1171;s:25:\"botpasswords-deleted-body\";i:1172;s:24:\"botpasswords-newpassword\";i:1173;s:24:\"botpasswords-no-provider\";i:1174;s:31:\"botpasswords-restriction-failed\";i:1175;s:25:\"botpasswords-invalid-name\";i:1176;s:22:\"botpasswords-not-exist\";i:1177;s:24:\"botpasswords-needs-reset\";i:1178;s:19:\"botpasswords-locked\";i:1179;s:18:\"resetpass-validity\";i:1180;s:21:\"passwordreset-success\";i:1181;s:37:\"passwordreset-success-details-generic\";i:1182;s:26:\"passwordreset-success-info\";i:1183;s:37:\"passwordreset-emailtext-require-email\";i:1184;s:22:\"passwordreset-nocaller\";i:1185;s:26:\"passwordreset-nosuchcaller\";i:1186;s:21:\"passwordreset-ignored\";i:1187;s:20:\"passwordreset-nodata\";i:1188;s:25:\"changeemail-newemail-help\";i:1189;s:20:\"changeemail-nochange\";i:1190;s:21:\"changeemail-maxlength\";i:1191;s:17:\"savearticle-start\";i:1192;s:17:\"savechanges-start\";i:1193;s:17:\"publishpage-start\";i:1194;s:20:\"publishchanges-start\";i:1195;s:23:\"autocreate-edit-warning\";i:1196;s:26:\"autocreate-preview-warning\";i:1197;s:19:\"blockedtext-partial\";i:1198;s:17:\"systemblockedtext\";i:1199;s:21:\"blockedtext-composite\";i:1200;s:25:\"blockedtext-composite-ids\";i:1201;s:28:\"blockedtext-composite-no-ids\";i:1202;s:28:\"blockedtext-composite-reason\";i:1203;s:27:\"missing-revision-permission\";i:1204;s:24:\"missing-revision-content\";i:1205;s:21:\"userjsonyoucanpreview\";i:1206;s:15:\"userjsonpreview\";i:1207;s:15:\"sitejsonpreview\";i:1208;s:20:\"edit_form_incomplete\";i:1209;s:24:\"edit-textarea-aria-label\";i:1210;s:14:\"editingcomment\";i:1211;s:15:\"explainconflict\";i:1212;s:13:\"storedversion\";i:1213;s:10:\"editingold\";i:1214;s:20:\"unicode-support-fail\";i:1215;s:16:\"copyrightwarning\";i:1216;s:17:\"copyrightwarning2\";i:1217;s:32:\"editpage-cannot-use-custom-model\";i:1218;s:13:\"longpageerror\";i:1219;s:15:\"readonlywarning\";i:1220;s:20:\"protectedpagewarning\";i:1221;s:24:\"semiprotectedpagewarning\";i:1222;s:23:\"cascadeprotectedwarning\";i:1223;s:21:\"titleprotectedwarning\";i:1224;s:20:\"templatesusedsection\";i:1225;s:9:\"edittools\";i:1226;s:16:\"edittools-upload\";i:1227;s:12:\"nocreatetext\";i:1228;s:17:\"nocreate-loggedin\";i:1229;s:29:\"sectioneditnotsupported-title\";i:1230;s:28:\"sectioneditnotsupported-text\";i:1231;s:27:\"modeleditnotsupported-title\";i:1232;s:26:\"modeleditnotsupported-text\";i:1233;s:21:\"permissionserrorstext\";i:1234;s:21:\"contentmodelediterror\";i:1235;s:26:\"moveddeleted-notice-recent\";i:1236;s:11:\"log-fulllog\";i:1237;s:17:\"edit-hook-aborted\";i:1238;s:17:\"edit-gone-missing\";i:1239;s:14:\"edit-no-change\";i:1240;s:21:\"edit-slots-cannot-add\";i:1241;s:24:\"edit-slots-cannot-remove\";i:1242;s:18:\"edit-slots-missing\";i:1243;s:29:\"postedit-confirmation-created\";i:1244;s:30:\"postedit-confirmation-restored\";i:1245;s:27:\"postedit-confirmation-saved\";i:1246;s:31:\"postedit-confirmation-published\";i:1247;s:27:\"postedit-temp-created-label\";i:1248;s:21:\"postedit-temp-created\";i:1249;s:19:\"edit-already-exists\";i:1250;s:18:\"defaultmessagetext\";i:1251;s:23:\"content-failed-to-parse\";i:1252;s:20:\"invalid-content-data\";i:1253;s:17:\"invalid-json-data\";i:1254;s:24:\"content-not-allowed-here\";i:1255;s:20:\"confirmleave-warning\";i:1256;s:34:\"editpage-invalidcontentmodel-title\";i:1257;s:33:\"editpage-invalidcontentmodel-text\";i:1258;s:40:\"editpage-notsupportedcontentformat-title\";i:1259;s:39:\"editpage-notsupportedcontentformat-text\";i:1260;s:14:\"slot-name-main\";i:1261;s:18:\"content-model-text\";i:1262;s:24:\"content-model-javascript\";i:1263;s:17:\"content-model-css\";i:1264;s:18:\"content-model-json\";i:1265;s:25:\"content-json-empty-object\";i:1266;s:24:\"content-json-empty-array\";i:1267;s:25:\"unsupported-content-model\";i:1268;s:24:\"unsupported-content-diff\";i:1269;s:25:\"unsupported-content-diff2\";i:1270;s:22:\"duplicate-args-warning\";i:1271;s:23:\"duplicate-args-category\";i:1272;s:28:\"duplicate-args-category-desc\";i:1273;s:32:\"expensive-parserfunction-warning\";i:1274;s:33:\"expensive-parserfunction-category\";i:1275;s:24:\"template-equals-category\";i:1276;s:29:\"template-equals-category-desc\";i:1277;s:23:\"template-equals-warning\";i:1278;s:28:\"parser-template-loop-warning\";i:1279;s:22:\"template-loop-category\";i:1280;s:27:\"template-loop-category-desc\";i:1281;s:21:\"template-loop-warning\";i:1282;s:39:\"parser-template-recursion-depth-warning\";i:1283;s:32:\"language-converter-depth-warning\";i:1284;s:28:\"node-count-exceeded-category\";i:1285;s:33:\"node-count-exceeded-category-desc\";i:1286;s:27:\"node-count-exceeded-warning\";i:1287;s:33:\"expansion-depth-exceeded-category\";i:1288;s:38:\"expansion-depth-exceeded-category-desc\";i:1289;s:32:\"expansion-depth-exceeded-warning\";i:1290;s:27:\"parser-unstrip-loop-warning\";i:1291;s:21:\"unstrip-depth-warning\";i:1292;s:22:\"unstrip-depth-category\";i:1293;s:27:\"unstrip-depth-category-desc\";i:1294;s:20:\"unstrip-size-warning\";i:1295;s:21:\"unstrip-size-category\";i:1296;s:26:\"unstrip-size-category-desc\";i:1297;s:27:\"converter-manual-rule-error\";i:1298;s:12:\"undo-success\";i:1299;s:19:\"undo-main-slot-only\";i:1300;s:10:\"undo-norev\";i:1301;s:13:\"undo-nochange\";i:1302;s:12:\"undo-summary\";i:1303;s:17:\"undo-summary-anon\";i:1304;s:19:\"undo-summary-import\";i:1305;s:20:\"undo-summary-import2\";i:1306;s:28:\"undo-summary-username-hidden\";i:1307;s:22:\"viewpagelogs-lowercase\";i:1308;s:9:\"nohistory\";i:1309;s:10:\"currentrev\";i:1310;s:11:\"tooltip-cur\";i:1311;s:12:\"tooltip-last\";i:1312;s:18:\"history-feed-empty\";i:1313;s:17:\"history-edit-tags\";i:1314;s:13:\"history-empty\";i:1315;s:19:\"rev-deleted-comment\";i:1316;s:16:\"rev-deleted-user\";i:1317;s:17:\"rev-deleted-event\";i:1318;s:25:\"rev-deleted-user-contribs\";i:1319;s:27:\"rev-deleted-text-permission\";i:1320;s:19:\"rev-suppressed-text\";i:1321;s:30:\"rev-suppressed-text-permission\";i:1322;s:23:\"rev-deleted-text-unhide\";i:1323;s:26:\"rev-suppressed-text-unhide\";i:1324;s:21:\"rev-deleted-text-view\";i:1325;s:24:\"rev-suppressed-text-view\";i:1326;s:19:\"rev-deleted-no-diff\";i:1327;s:22:\"rev-suppressed-no-diff\";i:1328;s:23:\"rev-deleted-unhide-diff\";i:1329;s:26:\"rev-suppressed-unhide-diff\";i:1330;s:21:\"rev-deleted-diff-view\";i:1331;s:24:\"rev-suppressed-diff-view\";i:1332;s:14:\"revisiondelete\";i:1333;s:23:\"revdelete-nooldid-title\";i:1334;s:22:\"revdelete-nooldid-text\";i:1335;s:17:\"revdelete-no-file\";i:1336;s:27:\"revdelete-show-file-confirm\";i:1337;s:23:\"revdelete-selected-text\";i:1338;s:23:\"revdelete-selected-file\";i:1339;s:18:\"logdelete-selected\";i:1340;s:19:\"revdelete-text-text\";i:1341;s:19:\"revdelete-text-file\";i:1342;s:14:\"logdelete-text\";i:1343;s:21:\"revdelete-text-others\";i:1344;s:17:\"revdelete-confirm\";i:1345;s:23:\"revdelete-suppress-text\";i:1346;s:16:\"revdelete-legend\";i:1347;s:19:\"revdelete-hide-text\";i:1348;s:20:\"revdelete-hide-image\";i:1349;s:19:\"revdelete-hide-name\";i:1350;s:22:\"revdelete-hide-comment\";i:1351;s:19:\"revdelete-hide-user\";i:1352;s:25:\"revdelete-hide-restricted\";i:1353;s:20:\"revdelete-radio-same\";i:1354;s:19:\"revdelete-radio-set\";i:1355;s:21:\"revdelete-radio-unset\";i:1356;s:18:\"revdelete-suppress\";i:1357;s:20:\"revdelete-unsuppress\";i:1358;s:13:\"revdelete-log\";i:1359;s:16:\"revdelete-submit\";i:1360;s:17:\"revdelete-success\";i:1361;s:17:\"revdelete-failure\";i:1362;s:17:\"logdelete-success\";i:1363;s:17:\"logdelete-failure\";i:1364;s:8:\"pagehist\";i:1365;s:11:\"deletedhist\";i:1366;s:22:\"revdelete-hide-current\";i:1367;s:24:\"revdelete-show-no-access\";i:1368;s:26:\"revdelete-modify-no-access\";i:1369;s:24:\"revdelete-modify-missing\";i:1370;s:19:\"revdelete-no-change\";i:1371;s:27:\"revdelete-concurrent-change\";i:1372;s:25:\"revdelete-only-restricted\";i:1373;s:25:\"revdelete-reason-dropdown\";i:1374;s:34:\"revdelete-reason-dropdown-suppress\";i:1375;s:21:\"revdelete-otherreason\";i:1376;s:25:\"revdelete-reasonotherlist\";i:1377;s:25:\"revdelete-edit-reasonlist\";i:1378;s:34:\"revdelete-edit-reasonlist-suppress\";i:1379;s:18:\"revdelete-offender\";i:1380;s:14:\"suppressionlog\";i:1381;s:18:\"suppressionlogtext\";i:1382;s:12:\"mergehistory\";i:1383;s:19:\"mergehistory-header\";i:1384;s:16:\"mergehistory-box\";i:1385;s:17:\"mergehistory-from\";i:1386;s:17:\"mergehistory-into\";i:1387;s:17:\"mergehistory-list\";i:1388;s:18:\"mergehistory-merge\";i:1389;s:15:\"mergehistory-go\";i:1390;s:19:\"mergehistory-submit\";i:1391;s:18:\"mergehistory-empty\";i:1392;s:17:\"mergehistory-done\";i:1393;s:17:\"mergehistory-fail\";i:1394;s:31:\"mergehistory-fail-bad-timestamp\";i:1395;s:32:\"mergehistory-fail-invalid-source\";i:1396;s:30:\"mergehistory-fail-invalid-dest\";i:1397;s:27:\"mergehistory-fail-no-change\";i:1398;s:28:\"mergehistory-fail-permission\";i:1399;s:28:\"mergehistory-fail-self-merge\";i:1400;s:36:\"mergehistory-fail-timestamps-overlap\";i:1401;s:24:\"mergehistory-fail-toobig\";i:1402;s:22:\"mergehistory-no-source\";i:1403;s:27:\"mergehistory-no-destination\";i:1404;s:27:\"mergehistory-invalid-source\";i:1405;s:32:\"mergehistory-invalid-destination\";i:1406;s:24:\"mergehistory-autocomment\";i:1407;s:20:\"mergehistory-comment\";i:1408;s:29:\"mergehistory-same-destination\";i:1409;s:19:\"mergehistory-reason\";i:1410;s:34:\"mergehistory-source-deleted-reason\";i:1411;s:27:\"mergehistory-source-deleted\";i:1412;s:24:\"mergehistory-revisionrow\";i:1413;s:16:\"mergelogpagetext\";i:1414;s:26:\"difference-title-multipage\";i:1415;s:20:\"difference-multipage\";i:1416;s:24:\"showhideselectedversions\";i:1417;s:20:\"diff-multi-manyusers\";i:1418;s:26:\"diff-paragraph-moved-tonew\";i:1419;s:26:\"diff-paragraph-moved-toold\";i:1420;s:27:\"difference-missing-revision\";i:1421;s:26:\"search-filter-title-prefix\";i:1422;s:32:\"search-filter-title-prefix-reset\";i:1423;s:12:\"titlematches\";i:1424;s:11:\"textmatches\";i:1425;s:13:\"notextmatches\";i:1426;s:9:\"prev-page\";i:1427;s:9:\"next-page\";i:1428;s:15:\"search-category\";i:1429;s:16:\"search-rewritten\";i:1430;s:31:\"search-interwiki-resultset-link\";i:1431;s:21:\"search-interwiki-more\";i:1432;s:29:\"search-interwiki-more-results\";i:1433;s:21:\"search-relatedarticle\";i:1434;s:25:\"search-invalid-sort-order\";i:1435;s:22:\"search-unknown-profile\";i:1436;s:14:\"showingresults\";i:1437;s:21:\"showingresultsinrange\";i:1438;s:25:\"search-nonefound-thiswiki\";i:1439;s:18:\"powersearch-legend\";i:1440;s:14:\"powersearch-ns\";i:1441;s:23:\"powersearch-togglelabel\";i:1442;s:21:\"powersearch-toggleall\";i:1443;s:22:\"powersearch-togglenone\";i:1444;s:20:\"powersearch-remember\";i:1445;s:15:\"search-external\";i:1446;s:14:\"searchdisabled\";i:1447;s:12:\"search-error\";i:1448;s:14:\"search-warning\";i:1449;s:11:\"preferences\";i:1450;s:17:\"prefsnologintext2\";i:1451;s:10:\"prefs-skin\";i:1452;s:16:\"prefs-skin-prefs\";i:1453;s:21:\"prefs-skin-responsive\";i:1454;s:26:\"prefs-help-skin-responsive\";i:1455;s:12:\"skin-preview\";i:1456;s:11:\"datedefault\";i:1457;s:10:\"prefs-labs\";i:1458;s:16:\"prefs-user-pages\";i:1459;s:14:\"prefs-personal\";i:1460;s:8:\"prefs-rc\";i:1461;s:15:\"prefs-watchlist\";i:1462;s:19:\"prefs-editwatchlist\";i:1463;s:25:\"prefs-editwatchlist-label\";i:1464;s:24:\"prefs-editwatchlist-edit\";i:1465;s:23:\"prefs-editwatchlist-raw\";i:1466;s:25:\"prefs-editwatchlist-clear\";i:1467;s:20:\"prefs-watchlist-days\";i:1468;s:24:\"prefs-watchlist-days-max\";i:1469;s:21:\"prefs-watchlist-edits\";i:1470;s:25:\"prefs-watchlist-edits-max\";i:1471;s:21:\"prefs-watchlist-token\";i:1472;s:28:\"prefs-watchlist-managetokens\";i:1473;s:10:\"prefs-misc\";i:1474;s:15:\"prefs-resetpass\";i:1475;s:17:\"prefs-changeemail\";i:1476;s:14:\"prefs-setemail\";i:1477;s:11:\"prefs-email\";i:1478;s:15:\"prefs-rendering\";i:1479;s:16:\"prefs-searchmisc\";i:1480;s:9:\"saveprefs\";i:1481;s:12:\"restoreprefs\";i:1482;s:17:\"searchresultshead\";i:1483;s:17:\"recentchangesdays\";i:1484;s:21:\"recentchangesdays-max\";i:1485;s:18:\"recentchangescount\";i:1486;s:29:\"prefs-help-recentchangescount\";i:1487;s:27:\"prefs-help-watchlist-token2\";i:1488;s:26:\"prefs-help-tokenmanagement\";i:1489;s:29:\"prefs-user-downloaddata-label\";i:1490;s:28:\"prefs-user-downloaddata-info\";i:1491;s:29:\"prefs-user-restoreprefs-label\";i:1492;s:28:\"prefs-user-restoreprefs-info\";i:1493;s:10:\"savedprefs\";i:1494;s:11:\"savedrights\";i:1495;s:14:\"timezonelegend\";i:1496;s:9:\"localtime\";i:1497;s:24:\"timezoneuseserverdefault\";i:1498;s:17:\"timezoneuseoffset\";i:1499;s:30:\"timezone-useoffset-placeholder\";i:1500;s:10:\"servertime\";i:1501;s:13:\"guesstimezone\";i:1502;s:21:\"timezoneregion-africa\";i:1503;s:22:\"timezoneregion-america\";i:1504;s:25:\"timezoneregion-antarctica\";i:1505;s:21:\"timezoneregion-arctic\";i:1506;s:19:\"timezoneregion-asia\";i:1507;s:23:\"timezoneregion-atlantic\";i:1508;s:24:\"timezoneregion-australia\";i:1509;s:21:\"timezoneregion-europe\";i:1510;s:21:\"timezoneregion-indian\";i:1511;s:22:\"timezoneregion-pacific\";i:1512;s:10:\"allowemail\";i:1513;s:27:\"email-allow-new-users-label\";i:1514;s:20:\"email-mutelist-label\";i:1515;s:19:\"prefs-searchoptions\";i:1516;s:16:\"prefs-namespaces\";i:1517;s:7:\"default\";i:1518;s:11:\"prefs-files\";i:1519;s:16:\"prefs-custom-css\";i:1520;s:17:\"prefs-custom-json\";i:1521;s:15:\"prefs-custom-js\";i:1522;s:19:\"prefs-common-config\";i:1523;s:17:\"prefs-reset-intro\";i:1524;s:19:\"prefs-reset-confirm\";i:1525;s:24:\"prefs-emailconfirm-label\";i:1526;s:8:\"username\";i:1527;s:20:\"prefs-memberingroups\";i:1528;s:25:\"prefs-memberingroups-type\";i:1529;s:33:\"group-membership-link-with-expiry\";i:1530;s:18:\"prefs-registration\";i:1531;s:28:\"prefs-registration-date-time\";i:1532;s:12:\"yourlanguage\";i:1533;s:11:\"yourvariant\";i:1534;s:18:\"prefs-help-variant\";i:1535;s:8:\"yournick\";i:1536;s:20:\"prefs-help-signature\";i:1537;s:6:\"badsig\";i:1538;s:10:\"badsightml\";i:1539;s:11:\"badsiglinks\";i:1540;s:11:\"badsigsubst\";i:1541;s:12:\"badsiglength\";i:1542;s:15:\"badsiglinebreak\";i:1543;s:29:\"linterror-bogus-image-options\";i:1544;s:29:\"linterror-deletable-table-tag\";i:1545;s:26:\"linterror-html5-misnesting\";i:1546;s:38:\"linterror-misc-tidy-replacement-issues\";i:1547;s:23:\"linterror-misnested-tag\";i:1548;s:25:\"linterror-missing-end-tag\";i:1549;s:28:\"linterror-multi-colon-escape\";i:1550;s:38:\"linterror-multiline-html-table-in-list\";i:1551;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1552;s:22:\"linterror-obsolete-tag\";i:1553;s:30:\"linterror-pwrap-bug-workaround\";i:1554;s:25:\"linterror-self-closed-tag\";i:1555;s:22:\"linterror-stripped-tag\";i:1556;s:23:\"linterror-tidy-font-bug\";i:1557;s:29:\"linterror-tidy-whitespace-bug\";i:1558;s:36:\"linterror-unclosed-quotes-in-heading\";i:1559;s:10:\"yourgender\";i:1560;s:14:\"gender-unknown\";i:1561;s:15:\"gender-notknown\";i:1562;s:11:\"gender-male\";i:1563;s:13:\"gender-female\";i:1564;s:17:\"prefs-help-gender\";i:1565;s:5:\"email\";i:1566;s:19:\"prefs-help-realname\";i:1567;s:25:\"prefs-help-email-required\";i:1568;s:23:\"prefs-help-requireemail\";i:1569;s:10:\"prefs-info\";i:1570;s:10:\"prefs-i18n\";i:1571;s:15:\"prefs-signature\";i:1572;s:31:\"prefs-signature-invalid-warning\";i:1573;s:27:\"prefs-signature-invalid-new\";i:1574;s:32:\"prefs-signature-invalid-disallow\";i:1575;s:31:\"prefs-signature-highlight-error\";i:1576;s:29:\"prefs-signature-error-details\";i:1577;s:16:\"prefs-dateformat\";i:1578;s:16:\"prefs-timeoffset\";i:1579;s:21:\"prefs-advancedediting\";i:1580;s:20:\"prefs-developertools\";i:1581;s:12:\"prefs-editor\";i:1582;s:16:\"prefs-discussion\";i:1583;s:13:\"prefs-preview\";i:1584;s:16:\"prefs-advancedrc\";i:1585;s:23:\"prefs-advancedrendering\";i:1586;s:27:\"prefs-advancedsearchoptions\";i:1587;s:23:\"prefs-advancedwatchlist\";i:1588;s:15:\"prefs-displayrc\";i:1589;s:22:\"prefs-displaywatchlist\";i:1590;s:15:\"prefs-changesrc\";i:1591;s:22:\"prefs-changeswatchlist\";i:1592;s:20:\"prefs-pageswatchlist\";i:1593;s:20:\"prefs-tokenwatchlist\";i:1594;s:11:\"prefs-diffs\";i:1595;s:23:\"prefs-help-prefershttps\";i:1596;s:26:\"prefs-tabs-navigation-hint\";i:1597;s:10:\"userrights\";i:1598;s:22:\"userrights-lookup-user\";i:1599;s:24:\"userrights-user-editname\";i:1600;s:13:\"editusergroup\";i:1601;s:11:\"editinguser\";i:1602;s:17:\"viewinguserrights\";i:1603;s:24:\"userrights-editusergroup\";i:1604;s:24:\"userrights-viewusergroup\";i:1605;s:14:\"saveusergroups\";i:1606;s:23:\"userrights-groupsmember\";i:1607;s:28:\"userrights-groupsmember-auto\";i:1608;s:28:\"userrights-groupsmember-type\";i:1609;s:21:\"userrights-systemuser\";i:1610;s:22:\"userrights-groups-help\";i:1611;s:17:\"userrights-reason\";i:1612;s:23:\"userrights-no-interwiki\";i:1613;s:21:\"userrights-nodatabase\";i:1614;s:25:\"userrights-changeable-col\";i:1615;s:27:\"userrights-unchangeable-col\";i:1616;s:30:\"userrights-irreversible-marker\";i:1617;s:35:\"userrights-no-shorten-expiry-marker\";i:1618;s:25:\"userrights-expiry-current\";i:1619;s:22:\"userrights-expiry-none\";i:1620;s:17:\"userrights-expiry\";i:1621;s:26:\"userrights-expiry-existing\";i:1622;s:27:\"userrights-expiry-othertime\";i:1623;s:25:\"userrights-expiry-options\";i:1624;s:25:\"userrights-invalid-expiry\";i:1625;s:25:\"userrights-expiry-in-past\";i:1626;s:32:\"userrights-cannot-shorten-expiry\";i:1627;s:19:\"userrights-conflict\";i:1628;s:5:\"group\";i:1629;s:10:\"group-user\";i:1630;s:11:\"group-named\";i:1631;s:19:\"group-autoconfirmed\";i:1632;s:21:\"group-interface-admin\";i:1633;s:16:\"group-bureaucrat\";i:1634;s:14:\"group-suppress\";i:1635;s:9:\"group-all\";i:1636;s:17:\"group-user-member\";i:1637;s:26:\"group-autoconfirmed-member\";i:1638;s:16:\"group-bot-member\";i:1639;s:18:\"group-sysop-member\";i:1640;s:28:\"group-interface-admin-member\";i:1641;s:23:\"group-bureaucrat-member\";i:1642;s:21:\"group-suppress-member\";i:1643;s:14:\"grouppage-user\";i:1644;s:15:\"grouppage-named\";i:1645;s:23:\"grouppage-autoconfirmed\";i:1646;s:25:\"grouppage-interface-admin\";i:1647;s:20:\"grouppage-bureaucrat\";i:1648;s:18:\"grouppage-suppress\";i:1649;s:10:\"right-read\";i:1650;s:16:\"right-createpage\";i:1651;s:16:\"right-createtalk\";i:1652;s:19:\"right-createaccount\";i:1653;s:23:\"right-autocreateaccount\";i:1654;s:15:\"right-minoredit\";i:1655;s:10:\"right-move\";i:1656;s:19:\"right-move-subpages\";i:1657;s:24:\"right-move-rootuserpages\";i:1658;s:24:\"right-move-categorypages\";i:1659;s:14:\"right-movefile\";i:1660;s:22:\"right-suppressredirect\";i:1661;s:12:\"right-upload\";i:1662;s:14:\"right-reupload\";i:1663;s:18:\"right-reupload-own\";i:1664;s:21:\"right-reupload-shared\";i:1665;s:19:\"right-upload_by_url\";i:1666;s:11:\"right-purge\";i:1667;s:19:\"right-autoconfirmed\";i:1668;s:9:\"right-bot\";i:1669;s:20:\"right-nominornewtalk\";i:1670;s:19:\"right-apihighlimits\";i:1671;s:12:\"right-delete\";i:1672;s:21:\"right-delete-redirect\";i:1673;s:15:\"right-bigdelete\";i:1674;s:20:\"right-deletelogentry\";i:1675;s:20:\"right-deleterevision\";i:1676;s:20:\"right-deletedhistory\";i:1677;s:17:\"right-deletedtext\";i:1678;s:19:\"right-browsearchive\";i:1679;s:14:\"right-undelete\";i:1680;s:22:\"right-suppressrevision\";i:1681;s:20:\"right-viewsuppressed\";i:1682;s:20:\"right-suppressionlog\";i:1683;s:11:\"right-block\";i:1684;s:16:\"right-blockemail\";i:1685;s:14:\"right-hideuser\";i:1686;s:20:\"right-ipblock-exempt\";i:1687;s:17:\"right-unblockself\";i:1688;s:13:\"right-protect\";i:1689;s:19:\"right-editprotected\";i:1690;s:23:\"right-editsemiprotected\";i:1691;s:22:\"right-editcontentmodel\";i:1692;s:19:\"right-editinterface\";i:1693;s:17:\"right-editusercss\";i:1694;s:18:\"right-edituserjson\";i:1695;s:16:\"right-edituserjs\";i:1696;s:17:\"right-editsitecss\";i:1697;s:18:\"right-editsitejson\";i:1698;s:16:\"right-editsitejs\";i:1699;s:19:\"right-editmyusercss\";i:1700;s:20:\"right-editmyuserjson\";i:1701;s:18:\"right-editmyuserjs\";i:1702;s:26:\"right-editmyuserjsredirect\";i:1703;s:21:\"right-viewmywatchlist\";i:1704;s:21:\"right-editmywatchlist\";i:1705;s:23:\"right-viewmyprivateinfo\";i:1706;s:23:\"right-editmyprivateinfo\";i:1707;s:19:\"right-editmyoptions\";i:1708;s:14:\"right-rollback\";i:1709;s:18:\"right-markbotedits\";i:1710;s:17:\"right-noratelimit\";i:1711;s:12:\"right-import\";i:1712;s:18:\"right-importupload\";i:1713;s:12:\"right-patrol\";i:1714;s:16:\"right-autopatrol\";i:1715;s:17:\"right-patrolmarks\";i:1716;s:20:\"right-unwatchedpages\";i:1717;s:18:\"right-mergehistory\";i:1718;s:16:\"right-userrights\";i:1719;s:26:\"right-userrights-interwiki\";i:1720;s:15:\"right-siteadmin\";i:1721;s:27:\"right-override-export-depth\";i:1722;s:15:\"right-sendemail\";i:1723;s:22:\"right-managechangetags\";i:1724;s:21:\"right-applychangetags\";i:1725;s:16:\"right-changetags\";i:1726;s:22:\"right-deletechangetags\";i:1727;s:13:\"grant-generic\";i:1728;s:28:\"grant-group-page-interaction\";i:1729;s:28:\"grant-group-file-interaction\";i:1730;s:33:\"grant-group-watchlist-interaction\";i:1731;s:17:\"grant-group-email\";i:1732;s:23:\"grant-group-high-volume\";i:1733;s:25:\"grant-group-customization\";i:1734;s:26:\"grant-group-administration\";i:1735;s:31:\"grant-group-private-information\";i:1736;s:17:\"grant-group-other\";i:1737;s:16:\"grant-blockusers\";i:1738;s:19:\"grant-createaccount\";i:1739;s:24:\"grant-createeditmovepage\";i:1740;s:12:\"grant-delete\";i:1741;s:19:\"grant-editinterface\";i:1742;s:17:\"grant-editmycssjs\";i:1743;s:19:\"grant-editmyoptions\";i:1744;s:21:\"grant-editmywatchlist\";i:1745;s:20:\"grant-editsiteconfig\";i:1746;s:14:\"grant-editpage\";i:1747;s:19:\"grant-editprotected\";i:1748;s:16:\"grant-highvolume\";i:1749;s:12:\"grant-import\";i:1750;s:18:\"grant-mergehistory\";i:1751;s:15:\"grant-oversight\";i:1752;s:12:\"grant-patrol\";i:1753;s:17:\"grant-privateinfo\";i:1754;s:13:\"grant-protect\";i:1755;s:14:\"grant-rollback\";i:1756;s:15:\"grant-sendemail\";i:1757;s:24:\"grant-uploadeditmovefile\";i:1758;s:16:\"grant-uploadfile\";i:1759;s:11:\"grant-basic\";i:1760;s:17:\"grant-viewdeleted\";i:1761;s:21:\"grant-viewmywatchlist\";i:1762;s:24:\"grant-viewrestrictedlogs\";i:1763;s:18:\"newuserlogpagetext\";i:1764;s:13:\"rightslogtext\";i:1765;s:11:\"action-read\";i:1766;s:17:\"action-createpage\";i:1767;s:17:\"action-createtalk\";i:1768;s:24:\"action-autocreateaccount\";i:1769;s:14:\"action-history\";i:1770;s:16:\"action-minoredit\";i:1771;s:20:\"action-move-subpages\";i:1772;s:25:\"action-move-rootuserpages\";i:1773;s:25:\"action-move-categorypages\";i:1774;s:15:\"action-movefile\";i:1775;s:13:\"action-upload\";i:1776;s:15:\"action-reupload\";i:1777;s:22:\"action-reupload-shared\";i:1778;s:20:\"action-upload_by_url\";i:1779;s:15:\"action-writeapi\";i:1780;s:22:\"action-delete-redirect\";i:1781;s:21:\"action-deleterevision\";i:1782;s:21:\"action-deletelogentry\";i:1783;s:21:\"action-deletedhistory\";i:1784;s:18:\"action-deletedtext\";i:1785;s:20:\"action-browsearchive\";i:1786;s:23:\"action-suppressrevision\";i:1787;s:21:\"action-suppressionlog\";i:1788;s:12:\"action-block\";i:1789;s:15:\"action-rollback\";i:1790;s:13:\"action-import\";i:1791;s:19:\"action-importupload\";i:1792;s:13:\"action-patrol\";i:1793;s:17:\"action-autopatrol\";i:1794;s:21:\"action-unwatchedpages\";i:1795;s:19:\"action-mergehistory\";i:1796;s:17:\"action-userrights\";i:1797;s:27:\"action-userrights-interwiki\";i:1798;s:16:\"action-siteadmin\";i:1799;s:16:\"action-sendemail\";i:1800;s:20:\"action-editmyoptions\";i:1801;s:22:\"action-editmywatchlist\";i:1802;s:22:\"action-viewmywatchlist\";i:1803;s:24:\"action-viewmyprivateinfo\";i:1804;s:24:\"action-editmyprivateinfo\";i:1805;s:23:\"action-editcontentmodel\";i:1806;s:23:\"action-managechangetags\";i:1807;s:22:\"action-applychangetags\";i:1808;s:17:\"action-changetags\";i:1809;s:23:\"action-deletechangetags\";i:1810;s:12:\"action-purge\";i:1811;s:20:\"action-apihighlimits\";i:1812;s:20:\"action-autoconfirmed\";i:1813;s:16:\"action-bigdelete\";i:1814;s:17:\"action-blockemail\";i:1815;s:10:\"action-bot\";i:1816;s:20:\"action-editprotected\";i:1817;s:24:\"action-editsemiprotected\";i:1818;s:20:\"action-editinterface\";i:1819;s:18:\"action-editusercss\";i:1820;s:19:\"action-edituserjson\";i:1821;s:17:\"action-edituserjs\";i:1822;s:18:\"action-editsitecss\";i:1823;s:19:\"action-editsitejson\";i:1824;s:17:\"action-editsitejs\";i:1825;s:20:\"action-editmyusercss\";i:1826;s:21:\"action-editmyuserjson\";i:1827;s:19:\"action-editmyuserjs\";i:1828;s:27:\"action-editmyuserjsredirect\";i:1829;s:21:\"action-viewsuppressed\";i:1830;s:15:\"action-hideuser\";i:1831;s:21:\"action-ipblock-exempt\";i:1832;s:18:\"action-unblockself\";i:1833;s:18:\"action-noratelimit\";i:1834;s:19:\"action-reupload-own\";i:1835;s:21:\"action-nominornewtalk\";i:1836;s:19:\"action-markbotedits\";i:1837;s:18:\"action-patrolmarks\";i:1838;s:28:\"action-override-export-depth\";i:1839;s:23:\"action-suppressredirect\";i:1840;s:6:\"ntimes\";i:1841;s:27:\"enhancedrc-since-last-visit\";i:1842;s:21:\"recentchanges-timeout\";i:1843;s:21:\"recentchanges-network\";i:1844;s:26:\"recentchanges-notargetpage\";i:1845;s:30:\"recentchanges-legend-plusminus\";i:1846;s:36:\"recentchanges-legend-watchlistexpiry\";i:1847;s:20:\"rcfilters-tag-remove\";i:1848;s:24:\"rcfilters-legend-heading\";i:1849;s:28:\"rcfilters-other-review-tools\";i:1850;s:31:\"rcfilters-group-results-by-page\";i:1851;s:23:\"rcfilters-activefilters\";i:1852;s:28:\"rcfilters-activefilters-hide\";i:1853;s:28:\"rcfilters-activefilters-show\";i:1854;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1855;s:36:\"rcfilters-activefilters-show-tooltip\";i:1856;s:25:\"rcfilters-advancedfilters\";i:1857;s:21:\"rcfilters-limit-title\";i:1858;s:30:\"rcfilters-limit-and-date-label\";i:1859;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1860;s:26:\"rcfilters-date-popup-title\";i:1861;s:20:\"rcfilters-days-title\";i:1862;s:21:\"rcfilters-hours-title\";i:1863;s:24:\"rcfilters-days-show-days\";i:1864;s:25:\"rcfilters-days-show-hours\";i:1865;s:34:\"rcfilters-highlighted-filters-list\";i:1866;s:22:\"rcfilters-quickfilters\";i:1867;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1868;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1869;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1870;s:29:\"rcfilters-savedqueries-rename\";i:1871;s:33:\"rcfilters-savedqueries-setdefault\";i:1872;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1873;s:29:\"rcfilters-savedqueries-remove\";i:1874;s:37:\"rcfilters-savedqueries-new-name-label\";i:1875;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1876;s:34:\"rcfilters-savedqueries-apply-label\";i:1877;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1878;s:35:\"rcfilters-savedqueries-cancel-label\";i:1879;s:36:\"rcfilters-savedqueries-add-new-title\";i:1880;s:36:\"rcfilters-savedqueries-already-saved\";i:1881;s:33:\"rcfilters-restore-default-filters\";i:1882;s:27:\"rcfilters-clear-all-filters\";i:1883;s:26:\"rcfilters-show-new-changes\";i:1884;s:28:\"rcfilters-search-placeholder\";i:1885;s:35:\"rcfilters-search-placeholder-mobile\";i:1886;s:24:\"rcfilters-invalid-filter\";i:1887;s:22:\"rcfilters-empty-filter\";i:1888;s:26:\"rcfilters-filterlist-title\";i:1889;s:30:\"rcfilters-filterlist-whatsthis\";i:1890;s:31:\"rcfilters-highlightbutton-title\";i:1891;s:29:\"rcfilters-highlightmenu-title\";i:1892;s:28:\"rcfilters-highlightmenu-help\";i:1893;s:30:\"rcfilters-filterlist-noresults\";i:1894;s:28:\"rcfilters-noresults-conflict\";i:1895;s:30:\"rcfilters-state-message-subset\";i:1896;s:36:\"rcfilters-state-message-fullcoverage\";i:1897;s:32:\"rcfilters-filtergroup-authorship\";i:1898;s:40:\"rcfilters-filter-editsbyself-description\";i:1899;s:35:\"rcfilters-filter-editsbyother-label\";i:1900;s:41:\"rcfilters-filter-editsbyother-description\";i:1901;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1902;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1903;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1904;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1905;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1906;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1907;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1908;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1909;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1910;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1911;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1912;s:31:\"rcfilters-filtergroup-automated\";i:1913;s:27:\"rcfilters-filter-bots-label\";i:1914;s:33:\"rcfilters-filter-bots-description\";i:1915;s:29:\"rcfilters-filter-humans-label\";i:1916;s:35:\"rcfilters-filter-humans-description\";i:1917;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1918;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1919;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1920;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1921;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1922;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1923;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1924;s:34:\"rcfilters-filtergroup-significance\";i:1925;s:34:\"rcfilters-filter-minor-description\";i:1926;s:34:\"rcfilters-filter-major-description\";i:1927;s:31:\"rcfilters-filtergroup-watchlist\";i:1928;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1929;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1930;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1931;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1932;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1933;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1934;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1935;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1936;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1937;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1938;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1939;s:32:\"rcfilters-filtergroup-changetype\";i:1940;s:32:\"rcfilters-filter-pageedits-label\";i:1941;s:38:\"rcfilters-filter-pageedits-description\";i:1942;s:31:\"rcfilters-filter-newpages-label\";i:1943;s:37:\"rcfilters-filter-newpages-description\";i:1944;s:37:\"rcfilters-filter-categorization-label\";i:1945;s:43:\"rcfilters-filter-categorization-description\";i:1946;s:33:\"rcfilters-filter-logactions-label\";i:1947;s:39:\"rcfilters-filter-logactions-description\";i:1948;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1949;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1950;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1951;s:34:\"rcfilters-filtergroup-lastrevision\";i:1952;s:35:\"rcfilters-filter-lastrevision-label\";i:1953;s:41:\"rcfilters-filter-lastrevision-description\";i:1954;s:39:\"rcfilters-filter-previousrevision-label\";i:1955;s:45:\"rcfilters-filter-previousrevision-description\";i:1956;s:25:\"rcfilters-filter-excluded\";i:1957;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1958;s:28:\"rcfilters-exclude-button-off\";i:1959;s:27:\"rcfilters-exclude-button-on\";i:1960;s:19:\"rcfilters-view-tags\";i:1961;s:33:\"rcfilters-view-namespaces-tooltip\";i:1962;s:27:\"rcfilters-view-tags-tooltip\";i:1963;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1964;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1965;s:28:\"rcfilters-liveupdates-button\";i:1966;s:37:\"rcfilters-liveupdates-button-title-on\";i:1967;s:38:\"rcfilters-liveupdates-button-title-off\";i:1968;s:35:\"rcfilters-watchlist-markseen-button\";i:1969;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1970;s:31:\"rcfilters-watchlist-showupdated\";i:1971;s:26:\"rcfilters-preference-label\";i:1972;s:25:\"rcfilters-preference-help\";i:1973;s:36:\"rcfilters-watchlist-preference-label\";i:1974;s:35:\"rcfilters-watchlist-preference-help\";i:1975;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1976;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1977;s:35:\"rcfilters-filter-showlinkedto-label\";i:1978;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1979;s:33:\"rcfilters-target-page-placeholder\";i:1980;s:27:\"rcfilters-allcontents-label\";i:1981;s:30:\"rcfilters-alldiscussions-label\";i:1982;s:15:\"rclistfromreset\";i:1983;s:19:\"rcshowhidepatr-show\";i:1984;s:19:\"rcshowhidepatr-hide\";i:1985;s:24:\"rcshowhidecategorization\";i:1986;s:29:\"rcshowhidecategorization-hide\";i:1987;s:17:\"unpatrolledletter\";i:1988;s:14:\"rc-change-size\";i:1989;s:17:\"newsectionsummary\";i:1990;s:36:\"recentchanges-page-added-to-category\";i:1991;s:44:\"recentchanges-page-added-to-category-bundled\";i:1992;s:40:\"recentchanges-page-removed-from-category\";i:1993;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1994;s:19:\"autochange-username\";i:1995;s:9:\"uploadbtn\";i:1996;s:12:\"reuploaddesc\";i:1997;s:15:\"upload-tryagain\";i:1998;s:23:\"upload-tryagain-nostash\";i:1999;s:13:\"uploadnologin\";i:2000;s:17:\"uploadnologintext\";i:2001;s:24:\"upload_directory_missing\";i:2002;s:26:\"upload_directory_read_only\";i:2003;s:11:\"uploaderror\";i:2004;s:23:\"upload-recreate-warning\";i:2005;s:10:\"uploadtext\";i:2006;s:16:\"upload-permitted\";i:2007;s:16:\"upload-preferred\";i:2008;s:17:\"upload-prohibited\";i:2009;s:17:\"uploadlogpagetext\";i:2010;s:8:\"filename\";i:2011;s:17:\"fileuploadsummary\";i:2012;s:19:\"filereuploadsummary\";i:2013;s:10:\"filestatus\";i:2014;s:10:\"filesource\";i:2015;s:13:\"ignorewarning\";i:2016;s:14:\"ignorewarnings\";i:2017;s:10:\"minlength1\";i:2018;s:15:\"illegalfilename\";i:2019;s:16:\"filename-toolong\";i:2020;s:11:\"badfilename\";i:2021;s:22:\"filetype-mime-mismatch\";i:2022;s:16:\"filetype-badmime\";i:2023;s:20:\"filetype-bad-ie-mime\";i:2024;s:22:\"filetype-unwanted-type\";i:2025;s:20:\"filetype-banned-type\";i:2026;s:16:\"filetype-missing\";i:2027;s:10:\"empty-file\";i:2028;s:14:\"file-too-large\";i:2029;s:17:\"filename-tooshort\";i:2030;s:15:\"filetype-banned\";i:2031;s:18:\"verification-error\";i:2032;s:11:\"hookaborted\";i:2033;s:16:\"illegal-filename\";i:2034;s:9:\"overwrite\";i:2035;s:13:\"unknown-error\";i:2036;s:16:\"tmp-create-error\";i:2037;s:15:\"tmp-write-error\";i:2038;s:10:\"large-file\";i:2039;s:15:\"largefileserver\";i:2040;s:9:\"emptyfile\";i:2041;s:25:\"windows-nonascii-filename\";i:2042;s:10:\"fileexists\";i:2043;s:14:\"filepageexists\";i:2044;s:20:\"fileexists-extension\";i:2045;s:24:\"fileexists-thumbnail-yes\";i:2046;s:17:\"file-thumbnail-no\";i:2047;s:20:\"fileexists-forbidden\";i:2048;s:27:\"fileexists-shared-forbidden\";i:2049;s:20:\"fileexists-no-change\";i:2050;s:28:\"fileexists-duplicate-version\";i:2051;s:21:\"file-exists-duplicate\";i:2052;s:22:\"file-deleted-duplicate\";i:2053;s:30:\"file-deleted-duplicate-notitle\";i:2054;s:13:\"uploadwarning\";i:2055;s:18:\"uploadwarning-text\";i:2056;s:26:\"uploadwarning-text-nostash\";i:2057;s:8:\"savefile\";i:2058;s:14:\"uploaddisabled\";i:2059;s:18:\"copyuploaddisabled\";i:2060;s:18:\"uploaddisabledtext\";i:2061;s:22:\"php-uploaddisabledtext\";i:2062;s:14:\"uploadscripted\";i:2063;s:27:\"upload-scripted-pi-callback\";i:2064;s:19:\"upload-scripted-dtd\";i:2065;s:19:\"uploaded-script-svg\";i:2066;s:20:\"uploaded-hostile-svg\";i:2067;s:29:\"uploaded-event-handler-on-svg\";i:2068;s:27:\"uploaded-href-attribute-svg\";i:2069;s:31:\"uploaded-href-unsafe-target-svg\";i:2070;s:20:\"uploaded-animate-svg\";i:2071;s:34:\"uploaded-setting-event-handler-svg\";i:2072;s:25:\"uploaded-setting-href-svg\";i:2073;s:26:\"uploaded-wrong-setting-svg\";i:2074;s:28:\"uploaded-setting-handler-svg\";i:2075;s:23:\"uploaded-remote-url-svg\";i:2076;s:25:\"uploaded-image-filter-svg\";i:2077;s:23:\"uploadscriptednamespace\";i:2078;s:16:\"uploadinvalidxml\";i:2079;s:11:\"uploadvirus\";i:2080;s:13:\"upload-source\";i:2081;s:14:\"sourcefilename\";i:2082;s:9:\"sourceurl\";i:2083;s:12:\"destfilename\";i:2084;s:18:\"upload-maxfilesize\";i:2085;s:18:\"upload-description\";i:2086;s:14:\"upload-options\";i:2087;s:15:\"watchthisupload\";i:2088;s:14:\"filewasdeleted\";i:2089;s:19:\"filename-thumb-name\";i:2090;s:19:\"filename-bad-prefix\";i:2091;s:25:\"filename-prefix-blacklist\";i:2092;s:18:\"upload-proto-error\";i:2093;s:23:\"upload-proto-error-text\";i:2094;s:17:\"upload-file-error\";i:2095;s:22:\"upload-file-error-text\";i:2096;s:17:\"upload-misc-error\";i:2097;s:22:\"upload-misc-error-text\";i:2098;s:25:\"upload-too-many-redirects\";i:2099;s:17:\"upload-http-error\";i:2100;s:33:\"upload-copy-upload-invalid-domain\";i:2101;s:26:\"upload-foreign-cant-upload\";i:2102;s:31:\"upload-foreign-cant-load-config\";i:2103;s:22:\"upload-dialog-disabled\";i:2104;s:19:\"upload-dialog-title\";i:2105;s:27:\"upload-dialog-button-cancel\";i:2106;s:25:\"upload-dialog-button-back\";i:2107;s:25:\"upload-dialog-button-done\";i:2108;s:25:\"upload-dialog-button-save\";i:2109;s:27:\"upload-dialog-button-upload\";i:2110;s:32:\"upload-form-label-infoform-title\";i:2111;s:31:\"upload-form-label-infoform-name\";i:2112;s:39:\"upload-form-label-infoform-name-tooltip\";i:2113;s:38:\"upload-form-label-infoform-description\";i:2114;s:46:\"upload-form-label-infoform-description-tooltip\";i:2115;s:29:\"upload-form-label-usage-title\";i:2116;s:32:\"upload-form-label-usage-filename\";i:2117;s:26:\"upload-form-label-own-work\";i:2118;s:37:\"upload-form-label-infoform-categories\";i:2119;s:31:\"upload-form-label-infoform-date\";i:2120;s:48:\"upload-form-label-own-work-message-generic-local\";i:2121;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2122;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2123;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2124;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2125;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2126;s:19:\"backend-fail-stream\";i:2127;s:19:\"backend-fail-backup\";i:2128;s:22:\"backend-fail-notexists\";i:2129;s:19:\"backend-fail-hashes\";i:2130;s:18:\"backend-fail-sizes\";i:2131;s:20:\"backend-fail-notsame\";i:2132;s:24:\"backend-fail-invalidpath\";i:2133;s:19:\"backend-fail-delete\";i:2134;s:21:\"backend-fail-describe\";i:2135;s:26:\"backend-fail-alreadyexists\";i:2136;s:18:\"backend-fail-store\";i:2137;s:17:\"backend-fail-copy\";i:2138;s:17:\"backend-fail-move\";i:2139;s:21:\"backend-fail-opentemp\";i:2140;s:22:\"backend-fail-writetemp\";i:2141;s:22:\"backend-fail-closetemp\";i:2142;s:17:\"backend-fail-read\";i:2143;s:19:\"backend-fail-create\";i:2144;s:20:\"backend-fail-maxsize\";i:2145;s:21:\"backend-fail-readonly\";i:2146;s:19:\"backend-fail-synced\";i:2147;s:20:\"backend-fail-connect\";i:2148;s:21:\"backend-fail-internal\";i:2149;s:24:\"backend-fail-contenttype\";i:2150;s:22:\"backend-fail-batchsize\";i:2151;s:19:\"backend-fail-usable\";i:2152;s:17:\"backend-fail-stat\";i:2153;s:17:\"backend-fail-hash\";i:2154;s:21:\"lockmanager-notlocked\";i:2155;s:26:\"lockmanager-fail-closelock\";i:2156;s:27:\"lockmanager-fail-deletelock\";i:2157;s:28:\"lockmanager-fail-acquirelock\";i:2158;s:25:\"lockmanager-fail-openlock\";i:2159;s:28:\"lockmanager-fail-releaselock\";i:2160;s:26:\"lockmanager-fail-db-bucket\";i:2161;s:27:\"lockmanager-fail-db-release\";i:2162;s:28:\"lockmanager-fail-svr-acquire\";i:2163;s:28:\"lockmanager-fail-svr-release\";i:2164;s:25:\"lockmanager-fail-conflict\";i:2165;s:19:\"zip-file-open-error\";i:2166;s:16:\"zip-wrong-format\";i:2167;s:7:\"zip-bad\";i:2168;s:15:\"zip-unsupported\";i:2169;s:11:\"uploadstash\";i:2170;s:19:\"uploadstash-summary\";i:2171;s:17:\"uploadstash-clear\";i:2172;s:19:\"uploadstash-nofiles\";i:2173;s:20:\"uploadstash-badtoken\";i:2174;s:20:\"uploadstash-errclear\";i:2175;s:19:\"uploadstash-refresh\";i:2176;s:21:\"uploadstash-thumbnail\";i:2177;s:21:\"uploadstash-exception\";i:2178;s:20:\"uploadstash-bad-path\";i:2179;s:28:\"uploadstash-bad-path-invalid\";i:2180;s:33:\"uploadstash-bad-path-unknown-type\";i:2181;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2182;s:31:\"uploadstash-bad-path-no-handler\";i:2183;s:31:\"uploadstash-bad-path-bad-format\";i:2184;s:26:\"uploadstash-file-not-found\";i:2185;s:35:\"uploadstash-file-not-found-no-thumb\";i:2186;s:40:\"uploadstash-file-not-found-no-local-path\";i:2187;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2188;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2189;s:37:\"uploadstash-file-not-found-not-exists\";i:2190;s:26:\"uploadstash-file-too-large\";i:2191;s:25:\"uploadstash-not-logged-in\";i:2192;s:23:\"uploadstash-wrong-owner\";i:2193;s:23:\"uploadstash-no-such-key\";i:2194;s:23:\"uploadstash-zero-length\";i:2195;s:20:\"invalid-chunk-offset\";i:2196;s:21:\"img-auth-accessdenied\";i:2197;s:17:\"img-auth-notindir\";i:2198;s:17:\"img-auth-badtitle\";i:2199;s:15:\"img-auth-nofile\";i:2200;s:14:\"img-auth-isdir\";i:2201;s:18:\"img-auth-streaming\";i:2202;s:15:\"img-auth-public\";i:2203;s:15:\"img-auth-noread\";i:2204;s:16:\"http-invalid-url\";i:2205;s:19:\"http-invalid-scheme\";i:2206;s:18:\"http-request-error\";i:2207;s:15:\"http-read-error\";i:2208;s:14:\"http-timed-out\";i:2209;s:15:\"http-curl-error\";i:2210;s:15:\"http-bad-status\";i:2211;s:19:\"http-internal-error\";i:2212;s:18:\"upload-curl-error6\";i:2213;s:23:\"upload-curl-error6-text\";i:2214;s:19:\"upload-curl-error28\";i:2215;s:24:\"upload-curl-error28-text\";i:2216;s:9:\"nolicense\";i:2217;s:13:\"licenses-edit\";i:2218;s:17:\"license-nopreview\";i:2219;s:17:\"upload_source_url\";i:2220;s:18:\"upload_source_file\";i:2221;s:16:\"listfiles-delete\";i:2222;s:17:\"listfiles-summary\";i:2223;s:26:\"listfiles-userdoesnotexist\";i:2224;s:17:\"listfiles_subpage\";i:2225;s:15:\"listfiles_thumb\";i:2226;s:14:\"listfiles_date\";i:2227;s:14:\"listfiles_name\";i:2228;s:14:\"listfiles_user\";i:2229;s:14:\"listfiles_size\";i:2230;s:21:\"listfiles_description\";i:2231;s:15:\"listfiles_count\";i:2232;s:18:\"listfiles-show-all\";i:2233;s:23:\"listfiles-latestversion\";i:2234;s:18:\"filehist-deleteall\";i:2235;s:18:\"filehist-deleteone\";i:2236;s:17:\"filehist-filesize\";i:2237;s:16:\"morelinkstoimage\";i:2238;s:16:\"duplicatesoffile\";i:2239;s:12:\"sharedupload\";i:2240;s:23:\"sharedupload-desc-there\";i:2241;s:22:\"sharedupload-desc-edit\";i:2242;s:24:\"sharedupload-desc-create\";i:2243;s:20:\"filepage-nofile-link\";i:2244;s:25:\"uploadnewversion-linktext\";i:2245;s:16:\"shared-repo-from\";i:2246;s:11:\"shared-repo\";i:2247;s:33:\"shared-repo-name-wikimediacommons\";i:2248;s:12:\"filepage.css\";i:2249;s:10:\"filerevert\";i:2250;s:17:\"filerevert-legend\";i:2251;s:16:\"filerevert-intro\";i:2252;s:18:\"filerevert-comment\";i:2253;s:25:\"filerevert-defaultcomment\";i:2254;s:17:\"filerevert-submit\";i:2255;s:18:\"filerevert-success\";i:2256;s:21:\"filerevert-badversion\";i:2257;s:20:\"filerevert-identical\";i:2258;s:10:\"filedelete\";i:2259;s:17:\"filedelete-legend\";i:2260;s:16:\"filedelete-intro\";i:2261;s:20:\"filedelete-intro-old\";i:2262;s:18:\"filedelete-comment\";i:2263;s:17:\"filedelete-submit\";i:2264;s:18:\"filedelete-success\";i:2265;s:22:\"filedelete-success-old\";i:2266;s:17:\"filedelete-nofile\";i:2267;s:21:\"filedelete-nofile-old\";i:2268;s:22:\"filedelete-otherreason\";i:2269;s:27:\"filedelete-reason-otherlist\";i:2270;s:26:\"filedelete-reason-dropdown\";i:2271;s:26:\"filedelete-edit-reasonlist\";i:2272;s:35:\"filedelete-edit-reasonlist-suppress\";i:2273;s:22:\"filedelete-maintenance\";i:2274;s:28:\"filedelete-maintenance-title\";i:2275;s:10:\"mimesearch\";i:2276;s:18:\"mimesearch-summary\";i:2277;s:8:\"mimetype\";i:2278;s:8:\"download\";i:2279;s:14:\"unwatchedpages\";i:2280;s:13:\"listredirects\";i:2281;s:19:\"listduplicatedfiles\";i:2282;s:27:\"listduplicatedfiles-summary\";i:2283;s:25:\"listduplicatedfiles-entry\";i:2284;s:15:\"unusedtemplates\";i:2285;s:19:\"unusedtemplatestext\";i:2286;s:18:\"unusedtemplateswlh\";i:2287;s:18:\"randompage-nopages\";i:2288;s:16:\"randomincategory\";i:2289;s:32:\"randomincategory-invalidcategory\";i:2290;s:24:\"randomincategory-nopages\";i:2291;s:25:\"randomincategory-category\";i:2292;s:23:\"randomincategory-legend\";i:2293;s:23:\"randomincategory-submit\";i:2294;s:14:\"randomredirect\";i:2295;s:22:\"randomredirect-nopages\";i:2296;s:23:\"statistics-header-pages\";i:2297;s:23:\"statistics-header-edits\";i:2298;s:23:\"statistics-header-users\";i:2299;s:23:\"statistics-header-hooks\";i:2300;s:19:\"statistics-articles\";i:2301;s:16:\"statistics-pages\";i:2302;s:21:\"statistics-pages-desc\";i:2303;s:16:\"statistics-files\";i:2304;s:16:\"statistics-edits\";i:2305;s:24:\"statistics-edits-average\";i:2306;s:16:\"statistics-users\";i:2307;s:23:\"statistics-users-active\";i:2308;s:28:\"statistics-users-active-desc\";i:2309;s:13:\"pageswithprop\";i:2310;s:20:\"pageswithprop-legend\";i:2311;s:18:\"pageswithprop-text\";i:2312;s:18:\"pageswithprop-prop\";i:2313;s:21:\"pageswithprop-reverse\";i:2314;s:25:\"pageswithprop-sortbyvalue\";i:2315;s:20:\"pageswithprop-submit\";i:2316;s:29:\"pageswithprop-prophidden-long\";i:2317;s:31:\"pageswithprop-prophidden-binary\";i:2318;s:15:\"doubleredirects\";i:2319;s:19:\"doubleredirectstext\";i:2320;s:26:\"double-redirect-fixed-move\";i:2321;s:33:\"double-redirect-fixed-maintenance\";i:2322;s:15:\"brokenredirects\";i:2323;s:19:\"brokenredirectstext\";i:2324;s:22:\"brokenredirects-delete\";i:2325;s:16:\"withoutinterwiki\";i:2326;s:24:\"withoutinterwiki-summary\";i:2327;s:23:\"withoutinterwiki-legend\";i:2328;s:15:\"fewestrevisions\";i:2329;s:11:\"ncategories\";i:2330;s:11:\"ninterwikis\";i:2331;s:6:\"nlinks\";i:2332;s:15:\"nmemberschanged\";i:2333;s:10:\"nrevisions\";i:2334;s:11:\"nimagelinks\";i:2335;s:14:\"ntransclusions\";i:2336;s:17:\"specialpage-empty\";i:2337;s:11:\"lonelypages\";i:2338;s:15:\"lonelypagestext\";i:2339;s:18:\"uncategorizedpages\";i:2340;s:23:\"uncategorizedcategories\";i:2341;s:19:\"uncategorizedimages\";i:2342;s:22:\"uncategorizedtemplates\";i:2343;s:38:\"uncategorized-categories-exceptionlist\";i:2344;s:16:\"unusedcategories\";i:2345;s:12:\"unusedimages\";i:2346;s:16:\"wantedcategories\";i:2347;s:11:\"wantedpages\";i:2348;s:19:\"wantedpages-summary\";i:2349;s:20:\"wantedpages-badtitle\";i:2350;s:11:\"wantedfiles\";i:2351;s:18:\"wantedfiletext-cat\";i:2352;s:28:\"wantedfiletext-cat-noforeign\";i:2353;s:20:\"wantedfiletext-nocat\";i:2354;s:30:\"wantedfiletext-nocat-noforeign\";i:2355;s:15:\"wantedtemplates\";i:2356;s:10:\"mostlinked\";i:2357;s:20:\"mostlinkedcategories\";i:2358;s:19:\"mostlinkedtemplates\";i:2359;s:14:\"mostcategories\";i:2360;s:10:\"mostimages\";i:2361;s:14:\"mostinterwikis\";i:2362;s:13:\"mostrevisions\";i:2363;s:21:\"prefixindex-namespace\";i:2364;s:17:\"prefixindex-strip\";i:2365;s:10:\"shortpages\";i:2366;s:9:\"longpages\";i:2367;s:12:\"deadendpages\";i:2368;s:16:\"deadendpagestext\";i:2369;s:14:\"protectedpages\";i:2370;s:22:\"protectedpages-filters\";i:2371;s:20:\"protectedpages-indef\";i:2372;s:22:\"protectedpages-summary\";i:2373;s:22:\"protectedpages-cascade\";i:2374;s:25:\"protectedpages-noredirect\";i:2375;s:32:\"cachedspecial-viewing-cached-ttl\";i:2376;s:19:\"protectedpagesempty\";i:2377;s:24:\"protectedpages-timestamp\";i:2378;s:19:\"protectedpages-page\";i:2379;s:21:\"protectedpages-expiry\";i:2380;s:24:\"protectedpages-performer\";i:2381;s:21:\"protectedpages-params\";i:2382;s:21:\"protectedpages-reason\";i:2383;s:21:\"protectedpages-submit\";i:2384;s:32:\"protectedpages-unknown-timestamp\";i:2385;s:32:\"protectedpages-unknown-performer\";i:2386;s:15:\"protectedtitles\";i:2387;s:23:\"protectedtitles-summary\";i:2388;s:20:\"protectedtitlesempty\";i:2389;s:22:\"protectedtitles-submit\";i:2390;s:19:\"listusers-editsonly\";i:2391;s:29:\"listusers-temporarygroupsonly\";i:2392;s:22:\"listusers-creationsort\";i:2393;s:14:\"listusers-desc\";i:2394;s:17:\"newpages-username\";i:2395;s:12:\"ancientpages\";i:2396;s:12:\"movethispage\";i:2397;s:16:\"unusedimagestext\";i:2398;s:37:\"unusedimagestext-categorizedimgisused\";i:2399;s:20:\"unusedcategoriestext\";i:2400;s:13:\"notargettitle\";i:2401;s:12:\"notargettext\";i:2402;s:11:\"nopagetitle\";i:2403;s:10:\"nopagetext\";i:2404;s:8:\"suppress\";i:2405;s:18:\"querypage-disabled\";i:2406;s:7:\"apihelp\";i:2407;s:22:\"apihelp-no-such-module\";i:2408;s:10:\"apisandbox\";i:2409;s:17:\"apisandbox-jsonly\";i:2410;s:16:\"apisandbox-intro\";i:2411;s:17:\"apisandbox-submit\";i:2412;s:16:\"apisandbox-reset\";i:2413;s:16:\"apisandbox-retry\";i:2414;s:18:\"apisandbox-loading\";i:2415;s:21:\"apisandbox-load-error\";i:2416;s:24:\"apisandbox-no-parameters\";i:2417;s:19:\"apisandbox-helpurls\";i:2418;s:19:\"apisandbox-examples\";i:2419;s:29:\"apisandbox-dynamic-parameters\";i:2420;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2421;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2422;s:31:\"apisandbox-dynamic-error-exists\";i:2423;s:37:\"apisandbox-templated-parameter-reason\";i:2424;s:32:\"apisandbox-deprecated-parameters\";i:2425;s:22:\"apisandbox-fetch-token\";i:2426;s:20:\"apisandbox-add-multi\";i:2427;s:38:\"apisandbox-submit-invalid-fields-title\";i:2428;s:40:\"apisandbox-submit-invalid-fields-message\";i:2429;s:18:\"apisandbox-results\";i:2430;s:26:\"apisandbox-sending-request\";i:2431;s:26:\"apisandbox-loading-results\";i:2432;s:24:\"apisandbox-results-error\";i:2433;s:35:\"apisandbox-results-login-suppressed\";i:2434;s:37:\"apisandbox-request-selectformat-label\";i:2435;s:35:\"apisandbox-request-format-url-label\";i:2436;s:28:\"apisandbox-request-url-label\";i:2437;s:36:\"apisandbox-request-format-json-label\";i:2438;s:29:\"apisandbox-request-json-label\";i:2439;s:35:\"apisandbox-request-format-php-label\";i:2440;s:28:\"apisandbox-request-php-label\";i:2441;s:23:\"apisandbox-request-time\";i:2442;s:27:\"apisandbox-results-fixtoken\";i:2443;s:32:\"apisandbox-results-fixtoken-fail\";i:2444;s:21:\"apisandbox-alert-page\";i:2445;s:22:\"apisandbox-alert-field\";i:2446;s:19:\"apisandbox-continue\";i:2447;s:25:\"apisandbox-continue-clear\";i:2448;s:24:\"apisandbox-continue-help\";i:2449;s:22:\"apisandbox-param-limit\";i:2450;s:36:\"apisandbox-multivalue-all-namespaces\";i:2451;s:32:\"apisandbox-multivalue-all-values\";i:2452;s:16:\"booksources-isbn\";i:2453;s:16:\"booksources-text\";i:2454;s:24:\"booksources-invalid-isbn\";i:2455;s:22:\"magiclink-tracking-rfc\";i:2456;s:27:\"magiclink-tracking-rfc-desc\";i:2457;s:23:\"magiclink-tracking-pmid\";i:2458;s:28:\"magiclink-tracking-pmid-desc\";i:2459;s:23:\"magiclink-tracking-isbn\";i:2460;s:28:\"magiclink-tracking-isbn-desc\";i:2461;s:26:\"logeventslist-more-filters\";i:2462;s:24:\"logeventslist-patrol-log\";i:2463;s:21:\"logeventslist-tag-log\";i:2464;s:26:\"logeventslist-newusers-log\";i:2465;s:18:\"log-title-wildcard\";i:2466;s:26:\"showhideselectedlogentries\";i:2467;s:13:\"log-edit-tags\";i:2468;s:15:\"checkbox-select\";i:2469;s:12:\"checkbox-all\";i:2470;s:13:\"checkbox-none\";i:2471;s:15:\"checkbox-invert\";i:2472;s:8:\"nextpage\";i:2473;s:8:\"prevpage\";i:2474;s:12:\"allpagesfrom\";i:2475;s:10:\"allpagesto\";i:2476;s:14:\"allinnamespace\";i:2477;s:14:\"allpagesprefix\";i:2478;s:16:\"allpagesbadtitle\";i:2479;s:15:\"allpages-bad-ns\";i:2480;s:18:\"categoriespagetext\";i:2481;s:14:\"categoriesfrom\";i:2482;s:20:\"deletedcontributions\";i:2483;s:26:\"deletedcontributions-title\";i:2484;s:32:\"sp-deletedcontributions-contribs\";i:2485;s:10:\"linksearch\";i:2486;s:14:\"linksearch-pat\";i:2487;s:13:\"linksearch-ns\";i:2488;s:13:\"linksearch-ok\";i:2489;s:15:\"linksearch-text\";i:2490;s:16:\"linksearch-error\";i:2491;s:13:\"listusersfrom\";i:2492;s:18:\"listusers-noresult\";i:2493;s:17:\"listusers-blocked\";i:2494;s:11:\"activeusers\";i:2495;s:17:\"activeusers-intro\";i:2496;s:17:\"activeusers-count\";i:2497;s:16:\"activeusers-from\";i:2498;s:18:\"activeusers-groups\";i:2499;s:25:\"activeusers-excludegroups\";i:2500;s:20:\"activeusers-noresult\";i:2501;s:18:\"activeusers-submit\";i:2502;s:15:\"listgrouprights\";i:2503;s:23:\"listgrouprights-summary\";i:2504;s:19:\"listgrouprights-key\";i:2505;s:21:\"listgrouprights-group\";i:2506;s:22:\"listgrouprights-rights\";i:2507;s:24:\"listgrouprights-helppage\";i:2508;s:29:\"listgrouprights-right-display\";i:2509;s:29:\"listgrouprights-right-revoked\";i:2510;s:24:\"listgrouprights-addgroup\";i:2511;s:27:\"listgrouprights-removegroup\";i:2512;s:28:\"listgrouprights-addgroup-all\";i:2513;s:31:\"listgrouprights-removegroup-all\";i:2514;s:29:\"listgrouprights-addgroup-self\";i:2515;s:32:\"listgrouprights-removegroup-self\";i:2516;s:33:\"listgrouprights-addgroup-self-all\";i:2517;s:36:\"listgrouprights-removegroup-self-all\";i:2518;s:42:\"listgrouprights-namespaceprotection-header\";i:2519;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2520;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2521;s:10:\"listgrants\";i:2522;s:18:\"listgrants-summary\";i:2523;s:16:\"listgrants-grant\";i:2524;s:17:\"listgrants-rights\";i:2525;s:24:\"listgrants-grant-display\";i:2526;s:18:\"trackingcategories\";i:2527;s:26:\"trackingcategories-summary\";i:2528;s:22:\"trackingcategories-msg\";i:2529;s:23:\"trackingcategories-name\";i:2530;s:23:\"trackingcategories-desc\";i:2531;s:31:\"restricted-displaytitle-ignored\";i:2532;s:36:\"restricted-displaytitle-ignored-desc\";i:2533;s:20:\"nonnumeric-formatnum\";i:2534;s:25:\"nonnumeric-formatnum-desc\";i:2535;s:21:\"noindex-category-desc\";i:2536;s:19:\"index-category-desc\";i:2537;s:44:\"post-expand-template-inclusion-category-desc\";i:2538;s:43:\"post-expand-template-argument-category-desc\";i:2539;s:38:\"expensive-parserfunction-category-desc\";i:2540;s:25:\"broken-file-category-desc\";i:2541;s:29:\"hidden-category-category-desc\";i:2542;s:25:\"trackingcategories-nodesc\";i:2543;s:27:\"trackingcategories-disabled\";i:2544;s:11:\"mailnologin\";i:2545;s:15:\"mailnologintext\";i:2546;s:22:\"emailuser-title-target\";i:2547;s:24:\"emailuser-title-notarget\";i:2548;s:13:\"emailpagetext\";i:2549;s:15:\"defemailsubject\";i:2550;s:16:\"usermaildisabled\";i:2551;s:20:\"usermaildisabledtext\";i:2552;s:12:\"noemailtitle\";i:2553;s:11:\"noemailtext\";i:2554;s:15:\"nowikiemailtext\";i:2555;s:13:\"emailnotarget\";i:2556;s:11:\"emailtarget\";i:2557;s:13:\"emailusername\";i:2558;s:19:\"emailusernamesubmit\";i:2559;s:12:\"email-legend\";i:2560;s:9:\"emailfrom\";i:2561;s:7:\"emailto\";i:2562;s:12:\"emailsubject\";i:2563;s:12:\"emailmessage\";i:2564;s:9:\"emailsend\";i:2565;s:9:\"emailccme\";i:2566;s:14:\"emailccsubject\";i:2567;s:9:\"emailsent\";i:2568;s:13:\"emailsenttext\";i:2569;s:15:\"emailuserfooter\";i:2570;s:19:\"usermessage-summary\";i:2571;s:11:\"nowatchlist\";i:2572;s:17:\"watchlistanontext\";i:2573;s:12:\"watchnologin\";i:2574;s:21:\"watchlistnotwatchable\";i:2575;s:8:\"addwatch\";i:2576;s:15:\"updatewatchlist\";i:2577;s:14:\"addedwatchtext\";i:2578;s:19:\"addedwatchtext-talk\";i:2579;s:20:\"addedwatchtext-short\";i:2580;s:30:\"addedwatchexpiry-options-label\";i:2581;s:21:\"addedwatchexpiryhours\";i:2582;s:26:\"addedwatchexpiryhours-talk\";i:2583;s:20:\"addedwatchexpirytext\";i:2584;s:25:\"addedwatchexpirytext-talk\";i:2585;s:26:\"addedwatchindefinitelytext\";i:2586;s:31:\"addedwatchindefinitelytext-talk\";i:2587;s:11:\"removewatch\";i:2588;s:16:\"removedwatchtext\";i:2589;s:21:\"removedwatchtext-talk\";i:2590;s:22:\"removedwatchtext-short\";i:2591;s:13:\"watchthispage\";i:2592;s:15:\"unwatchthispage\";i:2593;s:12:\"notanarticle\";i:2594;s:13:\"notvisiblerev\";i:2595;s:26:\"watchlist-expiry-days-left\";i:2596;s:33:\"watchlist-expiring-days-full-text\";i:2597;s:27:\"watchlist-expiry-hours-left\";i:2598;s:34:\"watchlist-expiring-hours-full-text\";i:2599;s:15:\"wlheader-enotif\";i:2600;s:14:\"watchlist-hide\";i:2601;s:10:\"wlshowtime\";i:2602;s:14:\"wlshowhidebots\";i:2603;s:13:\"wlshowhideliu\";i:2604;s:15:\"wlshowhideanons\";i:2605;s:14:\"wlshowhidemine\";i:2606;s:24:\"wlshowhidecategorization\";i:2607;s:8:\"watching\";i:2608;s:10:\"unwatching\";i:2609;s:28:\"enotif_impersonal_salutation\";i:2610;s:22:\"enotif_subject_deleted\";i:2611;s:22:\"enotif_subject_created\";i:2612;s:20:\"enotif_subject_moved\";i:2613;s:23:\"enotif_subject_restored\";i:2614;s:22:\"enotif_subject_changed\";i:2615;s:25:\"enotif_body_intro_deleted\";i:2616;s:25:\"enotif_body_intro_created\";i:2617;s:23:\"enotif_body_intro_moved\";i:2618;s:26:\"enotif_body_intro_restored\";i:2619;s:25:\"enotif_body_intro_changed\";i:2620;s:18:\"enotif_lastvisited\";i:2621;s:15:\"enotif_lastdiff\";i:2622;s:18:\"enotif_anon_editor\";i:2623;s:11:\"enotif_body\";i:2624;s:16:\"enotif_minoredit\";i:2625;s:7:\"created\";i:2626;s:7:\"changed\";i:2627;s:21:\"deletepage-deletetalk\";i:2628;s:17:\"deletepage-submit\";i:2629;s:7:\"confirm\";i:2630;s:9:\"excontent\";i:2631;s:15:\"excontentauthor\";i:2632;s:13:\"exbeforeblank\";i:2633;s:14:\"delete-confirm\";i:2634;s:13:\"delete-legend\";i:2635;s:26:\"delete-talk-summary-prefix\";i:2636;s:14:\"historywarning\";i:2637;s:17:\"confirmdeletetext\";i:2638;s:11:\"deletedtext\";i:2639;s:25:\"deleted-page-and-talkpage\";i:2640;s:14:\"dellogpagetext\";i:2641;s:11:\"deletionlog\";i:2642;s:15:\"log-name-create\";i:2643;s:22:\"log-description-create\";i:2644;s:22:\"logentry-create-create\";i:2645;s:8:\"reverted\";i:2646;s:13:\"deletecomment\";i:2647;s:17:\"deleteotherreason\";i:2648;s:21:\"deletereasonotherlist\";i:2649;s:21:\"deletereason-dropdown\";i:2650;s:22:\"delete-edit-reasonlist\";i:2651;s:31:\"delete-edit-reasonlist-suppress\";i:2652;s:13:\"delete-toobig\";i:2653;s:23:\"delete-toomanyrevisions\";i:2654;s:21:\"delete-warning-toobig\";i:2655;s:35:\"delete-error-associated-alreadytalk\";i:2656;s:36:\"delete-error-associated-doesnotexist\";i:2657;s:15:\"deleteprotected\";i:2658;s:26:\"deleting-backlinks-warning\";i:2659;s:25:\"deleting-subpages-warning\";i:2660;s:34:\"deleting-talkpage-subpages-warning\";i:2661;s:8:\"rollback\";i:2662;s:29:\"rollback-confirmation-confirm\";i:2663;s:25:\"rollback-confirmation-yes\";i:2664;s:24:\"rollback-confirmation-no\";i:2665;s:26:\"rollbacklinkcount-morethan\";i:2666;s:14:\"rollbackfailed\";i:2667;s:21:\"rollback-missingparam\";i:2668;s:24:\"rollback-missingrevision\";i:2669;s:12:\"cantrollback\";i:2670;s:13:\"alreadyrolled\";i:2671;s:11:\"editcomment\";i:2672;s:10:\"revertpage\";i:2673;s:15:\"revertpage-anon\";i:2674;s:17:\"revertpage-nouser\";i:2675;s:16:\"rollback-success\";i:2676;s:20:\"sessionfailure-title\";i:2677;s:14:\"sessionfailure\";i:2678;s:18:\"changecontentmodel\";i:2679;s:25:\"changecontentmodel-legend\";i:2680;s:30:\"changecontentmodel-title-label\";i:2681;s:32:\"changecontentmodel-current-label\";i:2682;s:30:\"changecontentmodel-model-label\";i:2683;s:31:\"changecontentmodel-reason-label\";i:2684;s:25:\"changecontentmodel-submit\";i:2685;s:32:\"changecontentmodel-success-title\";i:2686;s:31:\"changecontentmodel-success-text\";i:2687;s:33:\"changecontentmodel-cannot-convert\";i:2688;s:34:\"changecontentmodel-nodirectediting\";i:2689;s:36:\"changecontentmodel-emptymodels-title\";i:2690;s:35:\"changecontentmodel-emptymodels-text\";i:2691;s:21:\"log-name-contentmodel\";i:2692;s:28:\"log-description-contentmodel\";i:2693;s:25:\"logentry-contentmodel-new\";i:2694;s:28:\"logentry-contentmodel-change\";i:2695;s:39:\"logentry-contentmodel-change-revertlink\";i:2696;s:35:\"logentry-contentmodel-change-revert\";i:2697;s:14:\"protectlogtext\";i:2698;s:24:\"protectedarticle-comment\";i:2699;s:33:\"modifiedarticleprotection-comment\";i:2700;s:26:\"unprotectedarticle-comment\";i:2701;s:13:\"protect-title\";i:2702;s:24:\"protect-title-notallowed\";i:2703;s:14:\"prot_1movedto2\";i:2704;s:26:\"protect-badnamespace-title\";i:2705;s:25:\"protect-badnamespace-text\";i:2706;s:31:\"protect-norestrictiontypes-text\";i:2707;s:32:\"protect-norestrictiontypes-title\";i:2708;s:14:\"protect-legend\";i:2709;s:14:\"protectcomment\";i:2710;s:13:\"protectexpiry\";i:2711;s:22:\"protect_expiry_invalid\";i:2712;s:18:\"protect_expiry_old\";i:2713;s:27:\"protect-unchain-permissions\";i:2714;s:12:\"protect-text\";i:2715;s:22:\"protect-locked-blocked\";i:2716;s:21:\"protect-locked-dblock\";i:2717;s:21:\"protect-locked-access\";i:2718;s:17:\"protect-cascadeon\";i:2719;s:16:\"protect-fallback\";i:2720;s:27:\"protect-level-autoconfirmed\";i:2721;s:19:\"protect-level-sysop\";i:2722;s:20:\"protect-summary-desc\";i:2723;s:23:\"protect-summary-cascade\";i:2724;s:16:\"protect-expiring\";i:2725;s:22:\"protect-expiring-local\";i:2726;s:25:\"protect-expiry-indefinite\";i:2727;s:15:\"protect-cascade\";i:2728;s:16:\"protect-cantedit\";i:2729;s:17:\"protect-othertime\";i:2730;s:20:\"protect-othertime-op\";i:2731;s:23:\"protect-existing-expiry\";i:2732;s:32:\"protect-existing-expiry-infinity\";i:2733;s:19:\"protect-otherreason\";i:2734;s:22:\"protect-otherreason-op\";i:2735;s:16:\"protect-dropdown\";i:2736;s:23:\"protect-edit-reasonlist\";i:2737;s:22:\"protect-expiry-options\";i:2738;s:16:\"restriction-type\";i:2739;s:17:\"restriction-level\";i:2740;s:12:\"minimum-size\";i:2741;s:12:\"maximum-size\";i:2742;s:8:\"pagesize\";i:2743;s:18:\"restriction-create\";i:2744;s:18:\"restriction-upload\";i:2745;s:23:\"restriction-level-sysop\";i:2746;s:31:\"restriction-level-autoconfirmed\";i:2747;s:21:\"restriction-level-all\";i:2748;s:8:\"undelete\";i:2749;s:12:\"undeletepage\";i:2750;s:17:\"undeletepagetitle\";i:2751;s:15:\"viewdeletedpage\";i:2752;s:16:\"undeletepagetext\";i:2753;s:23:\"undelete-fieldset-title\";i:2754;s:17:\"undeleteextrahelp\";i:2755;s:17:\"undeleterevisions\";i:2756;s:15:\"undeletehistory\";i:2757;s:14:\"undeleterevdel\";i:2758;s:22:\"undeletehistorynoadmin\";i:2759;s:17:\"undelete-revision\";i:2760;s:24:\"undeleterevision-missing\";i:2761;s:32:\"undeleterevision-duplicate-revid\";i:2762;s:15:\"undelete-nodiff\";i:2763;s:11:\"undeletebtn\";i:2764;s:21:\"undelete-undeletetalk\";i:2765;s:14:\"undeleteinvert\";i:2766;s:15:\"undeletecomment\";i:2767;s:14:\"cannotundelete\";i:2768;s:13:\"undeletedpage\";i:2769;s:15:\"undelete-header\";i:2770;s:21:\"undelete-search-title\";i:2771;s:19:\"undelete-search-box\";i:2772;s:22:\"undelete-search-prefix\";i:2773;s:20:\"undelete-search-full\";i:2774;s:22:\"undelete-search-submit\";i:2775;s:19:\"undelete-no-results\";i:2776;s:26:\"undelete-filename-mismatch\";i:2777;s:22:\"undelete-bad-store-key\";i:2778;s:22:\"undelete-cleanup-error\";i:2779;s:28:\"undelete-missing-filearchive\";i:2780;s:28:\"undelete-talk-summary-prefix\";i:2781;s:14:\"undelete-error\";i:2782;s:37:\"undelete-error-associated-alreadytalk\";i:2783;s:36:\"undelete-error-associated-notdeleted\";i:2784;s:26:\"undelete-show-file-confirm\";i:2785;s:22:\"undelete-revision-row2\";i:2786;s:21:\"undelete-back-to-list\";i:2787;s:28:\"tooltip-whatlinkshere-invert\";i:2788;s:13:\"contributions\";i:2789;s:22:\"contributions-subtitle\";i:2790;s:30:\"contributions-userdoesnotexist\";i:2791;s:32:\"negative-namespace-not-supported\";i:2792;s:4:\"date\";i:2793;s:28:\"sp-contributions-suppresslog\";i:2794;s:24:\"sp-contributions-deleted\";i:2795;s:27:\"sp-contributions-userrights\";i:2796;s:31:\"sp-contributions-blocked-notice\";i:2797;s:39:\"sp-contributions-blocked-notice-partial\";i:2798;s:36:\"sp-contributions-blocked-notice-anon\";i:2799;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2800;s:26:\"sp-contributions-hideminor\";i:2801;s:27:\"sp-contributions-outofrange\";i:2802;s:33:\"sp-contributions-concurrency-user\";i:2803;s:31:\"sp-contributions-concurrency-ip\";i:2804;s:19:\"whatlinkshere-count\";i:2805;s:14:\"nolinkshere-ns\";i:2806;s:26:\"whatlinkshere-sectionredir\";i:2807;s:20:\"whatlinkshere-submit\";i:2808;s:11:\"autoblockid\";i:2809;s:5:\"block\";i:2810;s:7:\"unblock\";i:2811;s:13:\"changeblockip\";i:2812;s:7:\"blockip\";i:2813;s:11:\"blockiptext\";i:2814;s:19:\"ipaddressorusername\";i:2815;s:9:\"ipbreason\";i:2816;s:18:\"ipbreason-dropdown\";i:2817;s:13:\"ipb-hardblock\";i:2818;s:16:\"ipbcreateaccount\";i:2819;s:11:\"ipbemailban\";i:2820;s:18:\"ipbenableautoblock\";i:2821;s:9:\"ipbsubmit\";i:2822;s:8:\"ipbother\";i:2823;s:11:\"ipbhidename\";i:2824;s:12:\"ipbwatchuser\";i:2825;s:19:\"ipb-disableusertalk\";i:2826;s:16:\"ipb-change-block\";i:2827;s:11:\"ipb-confirm\";i:2828;s:12:\"ipb-sitewide\";i:2829;s:11:\"ipb-partial\";i:2830;s:17:\"ipb-sitewide-help\";i:2831;s:16:\"ipb-partial-help\";i:2832;s:17:\"ipb-action-create\";i:2833;s:15:\"ipb-action-move\";i:2834;s:17:\"ipb-action-upload\";i:2835;s:15:\"ipb-pages-label\";i:2836;s:20:\"ipb-namespaces-label\";i:2837;s:12:\"badipaddress\";i:2838;s:17:\"blockipsuccesssub\";i:2839;s:18:\"blockipsuccesstext\";i:2840;s:15:\"ipb-empty-block\";i:2841;s:19:\"ipb-block-not-found\";i:2842;s:16:\"ipb-blockingself\";i:2843;s:19:\"ipb-confirmhideuser\";i:2844;s:17:\"ipb-confirmaction\";i:2845;s:17:\"ipb-edit-dropdown\";i:2846;s:16:\"ipb-unblock-addr\";i:2847;s:11:\"ipb-unblock\";i:2848;s:13:\"ipb-blocklist\";i:2849;s:22:\"ipb-blocklist-contribs\";i:2850;s:27:\"ipb-blocklist-duration-left\";i:2851;s:13:\"block-actions\";i:2852;s:13:\"block-details\";i:2853;s:12:\"block-expiry\";i:2854;s:13:\"block-options\";i:2855;s:12:\"block-reason\";i:2856;s:12:\"block-target\";i:2857;s:24:\"block-target-placeholder\";i:2858;s:9:\"unblockip\";i:2859;s:13:\"unblockiptext\";i:2860;s:9:\"ipusubmit\";i:2861;s:9:\"unblocked\";i:2862;s:15:\"unblocked-range\";i:2863;s:12:\"unblocked-id\";i:2864;s:12:\"unblocked-ip\";i:2865;s:9:\"blocklist\";i:2866;s:13:\"autoblocklist\";i:2867;s:20:\"autoblocklist-submit\";i:2868;s:20:\"autoblocklist-legend\";i:2869;s:25:\"autoblocklist-localblocks\";i:2870;s:30:\"autoblocklist-total-autoblocks\";i:2871;s:19:\"autoblocklist-empty\";i:2872;s:25:\"autoblocklist-otherblocks\";i:2873;s:18:\"ipblocklist-legend\";i:2874;s:20:\"blocklist-autoblocks\";i:2875;s:20:\"blocklist-userblocks\";i:2876;s:20:\"blocklist-tempblocks\";i:2877;s:21:\"blocklist-indefblocks\";i:2878;s:23:\"blocklist-addressblocks\";i:2879;s:14:\"blocklist-type\";i:2880;s:22:\"blocklist-type-opt-all\";i:2881;s:27:\"blocklist-type-opt-sitewide\";i:2882;s:26:\"blocklist-type-opt-partial\";i:2883;s:21:\"blocklist-rangeblocks\";i:2884;s:19:\"blocklist-timestamp\";i:2885;s:16:\"blocklist-target\";i:2886;s:16:\"blocklist-expiry\";i:2887;s:12:\"blocklist-by\";i:2888;s:16:\"blocklist-params\";i:2889;s:16:\"blocklist-reason\";i:2890;s:18:\"ipblocklist-submit\";i:2891;s:22:\"ipblocklist-localblock\";i:2892;s:23:\"ipblocklist-otherblocks\";i:2893;s:13:\"anononlyblock\";i:2894;s:16:\"noautoblockblock\";i:2895;s:18:\"createaccountblock\";i:2896;s:10:\"emailblock\";i:2897;s:20:\"blocklist-nousertalk\";i:2898;s:17:\"blocklist-editing\";i:2899;s:26:\"blocklist-editing-sitewide\";i:2900;s:22:\"blocklist-editing-page\";i:2901;s:20:\"blocklist-editing-ns\";i:2902;s:24:\"blocklist-editing-action\";i:2903;s:17:\"ipblocklist-empty\";i:2904;s:22:\"ipblocklist-no-results\";i:2905;s:14:\"empty-username\";i:2906;s:9:\"emaillink\";i:2907;s:11:\"autoblocker\";i:2908;s:16:\"blocklog-showlog\";i:2909;s:24:\"blocklog-showsuppresslog\";i:2910;s:12:\"blocklogtext\";i:2911;s:24:\"block-log-flags-anononly\";i:2912;s:27:\"block-log-flags-noautoblock\";i:2913;s:23:\"block-log-flags-noemail\";i:2914;s:26:\"block-log-flags-nousertalk\";i:2915;s:31:\"block-log-flags-angry-autoblock\";i:2916;s:26:\"block-log-flags-hiddenname\";i:2917;s:20:\"range_block_disabled\";i:2918;s:26:\"ipb-prevent-user-talk-edit\";i:2919;s:18:\"ipb_expiry_invalid\";i:2920;s:14:\"ipb_expiry_old\";i:2921;s:15:\"ipb_expiry_temp\";i:2922;s:16:\"ipb_hide_invalid\";i:2923;s:16:\"ipb_hide_partial\";i:2924;s:19:\"ipb_already_blocked\";i:2925;s:15:\"ipb-needreblock\";i:2926;s:22:\"ipb-otherblocks-header\";i:2927;s:16:\"unblock-hideuser\";i:2928;s:16:\"ipb_cant_unblock\";i:2929;s:20:\"ipb_blocked_as_range\";i:2930;s:16:\"ip_range_invalid\";i:2931;s:17:\"ip_range_toolarge\";i:2932;s:17:\"ip_range_exceeded\";i:2933;s:15:\"ip_range_toolow\";i:2934;s:16:\"proxyblockreason\";i:2935;s:5:\"sorbs\";i:2936;s:11:\"sorbsreason\";i:2937;s:27:\"sorbs_create_account_reason\";i:2938;s:21:\"softblockrangesreason\";i:2939;s:14:\"xffblockreason\";i:2940;s:20:\"cant-see-hidden-user\";i:2941;s:27:\"cant-block-nonexistent-page\";i:2942;s:10:\"ipbblocked\";i:2943;s:16:\"ipbnounblockself\";i:2944;s:6:\"lockdb\";i:2945;s:8:\"unlockdb\";i:2946;s:10:\"lockdbtext\";i:2947;s:12:\"unlockdbtext\";i:2948;s:11:\"lockconfirm\";i:2949;s:13:\"unlockconfirm\";i:2950;s:7:\"lockbtn\";i:2951;s:9:\"unlockbtn\";i:2952;s:13:\"locknoconfirm\";i:2953;s:16:\"lockdbsuccesssub\";i:2954;s:18:\"unlockdbsuccesssub\";i:2955;s:17:\"lockdbsuccesstext\";i:2956;s:19:\"unlockdbsuccesstext\";i:2957;s:19:\"lockfilenotwritable\";i:2958;s:14:\"databaselocked\";i:2959;s:17:\"databasenotlocked\";i:2960;s:15:\"lockedbyandtime\";i:2961;s:9:\"move-page\";i:2962;s:16:\"move-page-legend\";i:2963;s:12:\"movepagetext\";i:2964;s:28:\"movepagetext-noredirectfixer\";i:2965;s:30:\"movepagetext-noredirectsupport\";i:2966;s:16:\"movepagetalktext\";i:2967;s:20:\"moveuserpage-warning\";i:2968;s:24:\"movecategorypage-warning\";i:2969;s:15:\"movenologintext\";i:2970;s:14:\"movenotallowed\";i:2971;s:18:\"movenotallowedfile\";i:2972;s:19:\"cant-move-user-page\";i:2973;s:22:\"cant-move-to-user-page\";i:2974;s:23:\"cant-move-category-page\";i:2975;s:26:\"cant-move-to-category-page\";i:2976;s:18:\"cant-move-subpages\";i:2977;s:20:\"namespace-nosubpages\";i:2978;s:8:\"newtitle\";i:2979;s:10:\"move-watch\";i:2980;s:11:\"movepagebtn\";i:2981;s:12:\"pagemovedsub\";i:2982;s:10:\"cannotmove\";i:2983;s:14:\"movepage-moved\";i:2984;s:23:\"movepage-moved-redirect\";i:2985;s:25:\"movepage-moved-noredirect\";i:2986;s:21:\"movepage-delete-first\";i:2987;s:13:\"articleexists\";i:2988;s:14:\"redirectexists\";i:2989;s:23:\"cantmove-titleprotected\";i:2990;s:8:\"movetalk\";i:2991;s:13:\"move-subpages\";i:2992;s:18:\"move-talk-subpages\";i:2993;s:20:\"movepage-page-exists\";i:2994;s:28:\"movepage-source-doesnt-exist\";i:2995;s:19:\"movepage-page-moved\";i:2996;s:21:\"movepage-page-unmoved\";i:2997;s:18:\"movepage-max-pages\";i:2998;s:15:\"movelogpagetext\";i:2999;s:11:\"movesubpage\";i:3000;s:15:\"movesubpagetext\";i:3001;s:19:\"movesubpagetalktext\";i:3002;s:13:\"movenosubpage\";i:3003;s:10:\"movereason\";i:3004;s:20:\"delete_and_move_text\";i:3005;s:29:\"delete_redirect_and_move_text\";i:3006;s:23:\"delete_and_move_confirm\";i:3007;s:22:\"delete_and_move_reason\";i:3008;s:8:\"selfmove\";i:3009;s:25:\"immobile-source-namespace\";i:3010;s:28:\"immobile-source-namespace-iw\";i:3011;s:25:\"immobile-target-namespace\";i:3012;s:28:\"immobile-target-namespace-iw\";i:3013;s:20:\"immobile-source-page\";i:3014;s:20:\"immobile-target-page\";i:3015;s:29:\"movepage-invalid-target-title\";i:3016;s:16:\"bad-target-model\";i:3017;s:21:\"imagenocrossnamespace\";i:3018;s:27:\"nonfile-cannot-move-to-file\";i:3019;s:17:\"imagetypemismatch\";i:3020;s:20:\"imageinvalidfilename\";i:3021;s:20:\"fix-double-redirects\";i:3022;s:19:\"move-leave-redirect\";i:3023;s:24:\"protectedpagemovewarning\";i:3024;s:28:\"semiprotectedpagemovewarning\";i:3025;s:20:\"move-over-sharedrepo\";i:3026;s:22:\"file-exists-sharedrepo\";i:3027;s:10:\"exporttext\";i:3028;s:9:\"exportall\";i:3029;s:13:\"exportcuronly\";i:3030;s:15:\"exportnohistory\";i:3031;s:17:\"exportlistauthors\";i:3032;s:13:\"export-submit\";i:3033;s:17:\"export-addcattext\";i:3034;s:13:\"export-addcat\";i:3035;s:16:\"export-addnstext\";i:3036;s:12:\"export-addns\";i:3037;s:15:\"export-download\";i:3038;s:16:\"export-templates\";i:3039;s:16:\"export-pagelinks\";i:3040;s:13:\"export-manual\";i:3041;s:11:\"allmessages\";i:3042;s:18:\"allmessagescurrent\";i:3043;s:15:\"allmessagestext\";i:3044;s:34:\"allmessages-not-supported-database\";i:3045;s:25:\"allmessages-filter-legend\";i:3046;s:18:\"allmessages-filter\";i:3047;s:29:\"allmessages-filter-unmodified\";i:3048;s:22:\"allmessages-filter-all\";i:3049;s:27:\"allmessages-filter-modified\";i:3050;s:18:\"allmessages-prefix\";i:3051;s:20:\"allmessages-language\";i:3052;s:25:\"allmessages-filter-submit\";i:3053;s:28:\"allmessages-filter-translate\";i:3054;s:11:\"filemissing\";i:3055;s:22:\"thumbnail_error_remote\";i:3056;s:15:\"djvu_page_error\";i:3057;s:21:\"thumbnail-temp-create\";i:3058;s:21:\"thumbnail-dest-create\";i:3059;s:24:\"thumbnail_invalid_params\";i:3060;s:25:\"thumbnail_toobigimagearea\";i:3061;s:24:\"thumbnail_dest_directory\";i:3062;s:20:\"thumbnail_image-type\";i:3063;s:20:\"thumbnail_gd-library\";i:3064;s:25:\"thumbnail_image-size-zero\";i:3065;s:23:\"thumbnail_image-missing\";i:3066;s:29:\"thumbnail_image-failure-limit\";i:3067;s:6:\"import\";i:3068;s:15:\"importinterwiki\";i:3069;s:21:\"import-interwiki-text\";i:3070;s:27:\"import-interwiki-sourcewiki\";i:3071;s:27:\"import-interwiki-sourcepage\";i:3072;s:24:\"import-interwiki-history\";i:3073;s:26:\"import-interwiki-templates\";i:3074;s:23:\"import-interwiki-submit\";i:3075;s:22:\"import-mapping-default\";i:3076;s:24:\"import-mapping-namespace\";i:3077;s:22:\"import-mapping-subpage\";i:3078;s:22:\"import-upload-filename\";i:3079;s:29:\"import-upload-username-prefix\";i:3080;s:25:\"import-assign-known-users\";i:3081;s:14:\"import-comment\";i:3082;s:10:\"importtext\";i:3083;s:11:\"importstart\";i:3084;s:21:\"import-revision-count\";i:3085;s:13:\"importnopages\";i:3086;s:20:\"imported-log-entries\";i:3087;s:12:\"importfailed\";i:3088;s:19:\"importunknownsource\";i:3089;s:14:\"importnoprefix\";i:3090;s:14:\"importcantopen\";i:3091;s:18:\"importbadinterwiki\";i:3092;s:13:\"importsuccess\";i:3093;s:15:\"importnosources\";i:3094;s:12:\"importnofile\";i:3095;s:21:\"importuploaderrorsize\";i:3096;s:24:\"importuploaderrorpartial\";i:3097;s:21:\"importuploaderrortemp\";i:3098;s:20:\"import-parse-failure\";i:3099;s:16:\"import-noarticle\";i:3100;s:21:\"import-nonewrevisions\";i:3101;s:16:\"xml-error-string\";i:3102;s:13:\"import-upload\";i:3103;s:21:\"import-token-mismatch\";i:3104;s:24:\"import-invalid-interwiki\";i:3105;s:17:\"import-error-edit\";i:3106;s:22:\"import-error-interwiki\";i:3107;s:20:\"import-error-special\";i:3108;s:20:\"import-error-invalid\";i:3109;s:24:\"import-error-unserialize\";i:3110;s:25:\"import-error-bad-location\";i:3111;s:20:\"import-options-wrong\";i:3112;s:23:\"import-rootpage-invalid\";i:3113;s:25:\"import-rootpage-nosubpage\";i:3114;s:17:\"importlogpagetext\";i:3115;s:29:\"import-logentry-upload-detail\";i:3116;s:32:\"import-logentry-interwiki-detail\";i:3117;s:14:\"javascripttest\";i:3118;s:26:\"javascripttest-qunit-intro\";i:3119;s:23:\"tooltip-pt-anonuserpage\";i:3120;s:22:\"tooltip-pt-tmpuserpage\";i:3121;s:19:\"tooltip-pt-anontalk\";i:3122;s:23:\"tooltip-pt-anoncontribs\";i:3123;s:24:\"tooltip-pt-login-private\";i:3124;s:20:\"tooltip-ca-unprotect\";i:3125;s:19:\"tooltip-ca-undelete\";i:3126;s:27:\"tooltip-ca-unwatch-expiring\";i:3127;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3128;s:18:\"tooltip-p-cactions\";i:3129;s:18:\"tooltip-p-personal\";i:3130;s:16:\"tooltip-feed-rss\";i:3131;s:14:\"tooltip-t-info\";i:3132;s:22:\"tooltip-ca-nstab-media\";i:3133;s:21:\"tooltip-ca-nstab-help\";i:3134;s:15:\"tooltip-publish\";i:3135;s:24:\"tooltip-watchlist-expiry\";i:3136;s:35:\"tooltip-watchlistedit-normal-submit\";i:3137;s:32:\"tooltip-watchlistedit-raw-submit\";i:3138;s:16:\"tooltip-recreate\";i:3139;s:14:\"tooltip-upload\";i:3140;s:24:\"tooltip-preferences-save\";i:3141;s:24:\"interlanguage-link-title\";i:3142;s:32:\"interlanguage-link-title-nonlang\";i:3143;s:10:\"common.css\";i:3144;s:9:\"print.css\";i:3145;s:12:\"noscript.css\";i:3146;s:23:\"group-autoconfirmed.css\";i:3147;s:14:\"group-user.css\";i:3148;s:13:\"group-bot.css\";i:3149;s:15:\"group-sysop.css\";i:3150;s:20:\"group-bureaucrat.css\";i:3151;s:11:\"common.json\";i:3152;s:9:\"common.js\";i:3153;s:22:\"group-autoconfirmed.js\";i:3154;s:13:\"group-user.js\";i:3155;s:12:\"group-bot.js\";i:3156;s:14:\"group-sysop.js\";i:3157;s:19:\"group-bureaucrat.js\";i:3158;s:9:\"anonymous\";i:3159;s:8:\"siteuser\";i:3160;s:8:\"anonuser\";i:3161;s:16:\"lastmodifiedatby\";i:3162;s:13:\"othercontribs\";i:3163;s:6:\"others\";i:3164;s:9:\"siteusers\";i:3165;s:9:\"anonusers\";i:3166;s:11:\"creditspage\";i:3167;s:9:\"nocredits\";i:3168;s:19:\"spamprotectiontitle\";i:3169;s:18:\"spamprotectiontext\";i:3170;s:19:\"spamprotectionmatch\";i:3171;s:16:\"spambot_username\";i:3172;s:14:\"spam_reverting\";i:3173;s:13:\"spam_blanking\";i:3174;s:13:\"spam_deleting\";i:3175;s:20:\"pageinfo-not-current\";i:3176;s:18:\"pageinfo-namespace\";i:3177;s:24:\"pageinfo-language-change\";i:3178;s:29:\"pageinfo-content-model-change\";i:3179;s:26:\"pageinfo-visiting-watchers\";i:3180;s:30:\"pageinfo-few-visiting-watchers\";i:3181;s:24:\"pageinfo-redirects-value\";i:3182;s:22:\"pageinfo-transclusions\";i:3183;s:20:\"pageinfo-redirectsto\";i:3184;s:25:\"pageinfo-redirectsto-info\";i:3185;s:26:\"pageinfo-protect-cascading\";i:3186;s:31:\"pageinfo-protect-cascading-from\";i:3187;s:22:\"pageinfo-category-info\";i:3188;s:23:\"pageinfo-category-total\";i:3189;s:23:\"pageinfo-category-pages\";i:3190;s:25:\"pageinfo-category-subcats\";i:3191;s:23:\"pageinfo-category-files\";i:3192;s:16:\"pageinfo-user-id\";i:3193;s:18:\"pageinfo-file-hash\";i:3194;s:25:\"pageinfo-view-protect-log\";i:3195;s:19:\"markaspatrolleddiff\";i:3196;s:19:\"markaspatrolledtext\";i:3197;s:24:\"markaspatrolledtext-file\";i:3198;s:17:\"markedaspatrolled\";i:3199;s:21:\"markedaspatrolledtext\";i:3200;s:16:\"rcpatroldisabled\";i:3201;s:20:\"rcpatroldisabledtext\";i:3202;s:22:\"markedaspatrollederror\";i:3203;s:26:\"markedaspatrollederrortext\";i:3204;s:35:\"markedaspatrollederror-noautopatrol\";i:3205;s:23:\"markedaspatrollednotify\";i:3206;s:17:\"patrol-log-header\";i:3207;s:28:\"confirm-markpatrolled-button\";i:3208;s:25:\"confirm-markpatrolled-top\";i:3209;s:15:\"deletedrevision\";i:3210;s:21:\"filedeleteerror-short\";i:3211;s:20:\"filedeleteerror-long\";i:3212;s:18:\"filedelete-missing\";i:3213;s:27:\"filedelete-old-unregistered\";i:3214;s:31:\"filedelete-current-unregistered\";i:3215;s:28:\"filedelete-archive-read-only\";i:3216;s:12:\"mediawarning\";i:3217;s:12:\"imagemaxsize\";i:3218;s:9:\"thumbsize\";i:3219;s:11:\"widthheight\";i:3220;s:9:\"file-info\";i:3221;s:22:\"svg-long-desc-animated\";i:3222;s:14:\"svg-long-error\";i:3223;s:29:\"show-big-image-preview-differ\";i:3224;s:20:\"file-info-gif-looped\";i:3225;s:20:\"file-info-gif-frames\";i:3226;s:20:\"file-info-png-looped\";i:3227;s:20:\"file-info-png-repeat\";i:3228;s:20:\"file-info-png-frames\";i:3229;s:23:\"file-no-thumb-animation\";i:3230;s:27:\"file-no-thumb-animation-gif\";i:3231;s:9:\"newimages\";i:3232;s:13:\"imagelisttext\";i:3233;s:17:\"newimages-summary\";i:3234;s:16:\"newimages-legend\";i:3235;s:14:\"newimages-user\";i:3236;s:18:\"newimages-showbots\";i:3237;s:23:\"newimages-hidepatrolled\";i:3238;s:19:\"newimages-mediatype\";i:3239;s:8:\"noimages\";i:3240;s:24:\"gallery-slideshow-toggle\";i:3241;s:8:\"ilsubmit\";i:3242;s:6:\"bydate\";i:3243;s:21:\"sp-newimages-showfrom\";i:3244;s:10:\"video-dims\";i:3245;s:14:\"seconds-abbrev\";i:3246;s:14:\"minutes-abbrev\";i:3247;s:12:\"hours-abbrev\";i:3248;s:11:\"days-abbrev\";i:3249;s:7:\"seconds\";i:3250;s:7:\"minutes\";i:3251;s:5:\"hours\";i:3252;s:4:\"days\";i:3253;s:5:\"weeks\";i:3254;s:6:\"months\";i:3255;s:5:\"years\";i:3256;s:3:\"ago\";i:3257;s:8:\"just-now\";i:3258;s:9:\"hours-ago\";i:3259;s:11:\"minutes-ago\";i:3260;s:11:\"seconds-ago\";i:3261;s:9:\"monday-at\";i:3262;s:10:\"tuesday-at\";i:3263;s:12:\"wednesday-at\";i:3264;s:11:\"thursday-at\";i:3265;s:9:\"friday-at\";i:3266;s:11:\"saturday-at\";i:3267;s:9:\"sunday-at\";i:3268;s:19:\"variantname-zh-hans\";i:3269;s:19:\"variantname-zh-hant\";i:3270;s:17:\"variantname-zh-cn\";i:3271;s:17:\"variantname-zh-tw\";i:3272;s:17:\"variantname-zh-hk\";i:3273;s:17:\"variantname-zh-mo\";i:3274;s:17:\"variantname-zh-sg\";i:3275;s:17:\"variantname-zh-my\";i:3276;s:20:\"variantname-gan-hans\";i:3277;s:20:\"variantname-gan-hant\";i:3278;s:17:\"variantname-sr-ec\";i:3279;s:17:\"variantname-sr-el\";i:3280;s:17:\"variantname-kk-kz\";i:3281;s:17:\"variantname-kk-tr\";i:3282;s:17:\"variantname-kk-cn\";i:3283;s:19:\"variantname-kk-cyrl\";i:3284;s:19:\"variantname-kk-latn\";i:3285;s:19:\"variantname-kk-arab\";i:3286;s:14:\"variantname-kk\";i:3287;s:19:\"variantname-ku-arab\";i:3288;s:19:\"variantname-ku-latn\";i:3289;s:19:\"variantname-tg-cyrl\";i:3290;s:19:\"variantname-tg-latn\";i:3291;s:14:\"variantname-tg\";i:3292;s:20:\"variantname-tly-cyrl\";i:3293;s:15:\"variantname-tly\";i:3294;s:20:\"variantname-ike-cans\";i:3295;s:20:\"variantname-ike-latn\";i:3296;s:14:\"variantname-iu\";i:3297;s:20:\"variantname-shi-tfng\";i:3298;s:20:\"variantname-shi-latn\";i:3299;s:15:\"variantname-shi\";i:3300;s:14:\"variantname-uz\";i:3301;s:19:\"variantname-uz-latn\";i:3302;s:19:\"variantname-uz-cyrl\";i:3303;s:15:\"variantname-crh\";i:3304;s:20:\"variantname-crh-latn\";i:3305;s:20:\"variantname-crh-cyrl\";i:3306;s:15:\"metadata-expand\";i:3307;s:17:\"metadata-collapse\";i:3308;s:17:\"metadata-langitem\";i:3309;s:12:\"confirmemail\";i:3310;s:20:\"confirmemail_noemail\";i:3311;s:17:\"confirmemail_text\";i:3312;s:20:\"confirmemail_pending\";i:3313;s:17:\"confirmemail_send\";i:3314;s:17:\"confirmemail_sent\";i:3315;s:21:\"confirmemail_oncreate\";i:3316;s:23:\"confirmemail_sendfailed\";i:3317;s:20:\"confirmemail_invalid\";i:3318;s:22:\"confirmemail_needlogin\";i:3319;s:20:\"confirmemail_success\";i:3320;s:21:\"confirmemail_loggedin\";i:3321;s:20:\"confirmemail_subject\";i:3322;s:17:\"confirmemail_body\";i:3323;s:25:\"confirmemail_body_changed\";i:3324;s:21:\"confirmemail_body_set\";i:3325;s:24:\"confirmemail_invalidated\";i:3326;s:15:\"invalidateemail\";i:3327;s:33:\"notificationemail_subject_changed\";i:3328;s:33:\"notificationemail_subject_removed\";i:3329;s:30:\"notificationemail_body_changed\";i:3330;s:30:\"notificationemail_body_removed\";i:3331;s:23:\"scarytranscludedisabled\";i:3332;s:21:\"scarytranscludefailed\";i:3333;s:32:\"scarytranscludefailed-httpstatus\";i:3334;s:22:\"scarytranscludetoolong\";i:3335;s:19:\"deletedwhileediting\";i:3336;s:15:\"confirmrecreate\";i:3337;s:24:\"confirmrecreate-noreason\";i:3338;s:8:\"recreate\";i:3339;s:10:\"unit-pixel\";i:3340;s:19:\"confirm-purge-title\";i:3341;s:20:\"confirm_purge_button\";i:3342;s:17:\"confirm-purge-top\";i:3343;s:20:\"confirm-purge-bottom\";i:3344;s:20:\"confirm-watch-button\";i:3345;s:17:\"confirm-watch-top\";i:3346;s:19:\"confirm-watch-label\";i:3347;s:24:\"watchlist-expiry-options\";i:3348;s:31:\"watchlist-expires-in-aria-label\";i:3349;s:27:\"confirm-watch-button-expiry\";i:3350;s:22:\"confirm-unwatch-button\";i:3351;s:19:\"confirm-unwatch-top\";i:3352;s:23:\"confirm-rollback-button\";i:3353;s:20:\"confirm-rollback-top\";i:3354;s:23:\"confirm-rollback-bottom\";i:3355;s:24:\"confirm-mcrrestore-title\";i:3356;s:21:\"confirm-mcrundo-title\";i:3357;s:13:\"mcrundofailed\";i:3358;s:20:\"mcrundo-missingparam\";i:3359;s:15:\"mcrundo-changed\";i:3360;s:20:\"mcrundo-parse-failed\";i:3361;s:19:\"semicolon-separator\";i:3362;s:15:\"comma-separator\";i:3363;s:15:\"colon-separator\";i:3364;s:14:\"pipe-separator\";i:3365;s:14:\"word-separator\";i:3366;s:8:\"ellipsis\";i:3367;s:7:\"percent\";i:3368;s:11:\"parentheses\";i:3369;s:17:\"parentheses-start\";i:3370;s:15:\"parentheses-end\";i:3371;s:8:\"brackets\";i:3372;s:14:\"brackets-start\";i:3373;s:12:\"brackets-end\";i:3374;s:15:\"quotation-marks\";i:3375;s:13:\"formatnum-nan\";i:3376;s:16:\"imgmultipageprev\";i:3377;s:12:\"img-lang-opt\";i:3378;s:16:\"img-lang-default\";i:3379;s:13:\"img-lang-info\";i:3380;s:11:\"img-lang-go\";i:3381;s:16:\"table_pager_next\";i:3382;s:16:\"table_pager_prev\";i:3383;s:17:\"table_pager_first\";i:3384;s:16:\"table_pager_last\";i:3385;s:17:\"table_pager_limit\";i:3386;s:23:\"table_pager_limit_label\";i:3387;s:24:\"table_pager_limit_submit\";i:3388;s:17:\"table_pager_empty\";i:3389;s:14:\"autosumm-blank\";i:3390;s:16:\"autosumm-replace\";i:3391;s:16:\"autoredircomment\";i:3392;s:25:\"autosumm-removed-redirect\";i:3393;s:32:\"autosumm-changed-redirect-target\";i:3394;s:12:\"autosumm-new\";i:3395;s:17:\"autosumm-newblank\";i:3396;s:10:\"size-bytes\";i:3397;s:14:\"size-kilobytes\";i:3398;s:14:\"size-megabytes\";i:3399;s:14:\"size-gigabytes\";i:3400;s:14:\"size-terabytes\";i:3401;s:14:\"size-petabytes\";i:3402;s:13:\"size-exabytes\";i:3403;s:15:\"size-zettabytes\";i:3404;s:15:\"size-yottabytes\";i:3405;s:10:\"size-pixel\";i:3406;s:14:\"size-kilopixel\";i:3407;s:14:\"size-megapixel\";i:3408;s:14:\"size-gigapixel\";i:3409;s:14:\"size-terapixel\";i:3410;s:14:\"size-petapixel\";i:3411;s:13:\"size-exapixel\";i:3412;s:15:\"size-zettapixel\";i:3413;s:15:\"size-yottapixel\";i:3414;s:12:\"bitrate-bits\";i:3415;s:16:\"bitrate-kilobits\";i:3416;s:16:\"bitrate-megabits\";i:3417;s:16:\"bitrate-gigabits\";i:3418;s:16:\"bitrate-terabits\";i:3419;s:16:\"bitrate-petabits\";i:3420;s:15:\"bitrate-exabits\";i:3421;s:17:\"bitrate-zettabits\";i:3422;s:17:\"bitrate-yottabits\";i:3423;s:15:\"lag-warn-normal\";i:3424;s:13:\"lag-warn-high\";i:3425;s:26:\"watchlistedit-normal-title\";i:3426;s:27:\"watchlistedit-normal-legend\";i:3427;s:28:\"watchlistedit-normal-explain\";i:3428;s:27:\"watchlistedit-normal-submit\";i:3429;s:25:\"watchlistedit-normal-done\";i:3430;s:23:\"watchlistedit-raw-title\";i:3431;s:24:\"watchlistedit-raw-legend\";i:3432;s:25:\"watchlistedit-raw-explain\";i:3433;s:24:\"watchlistedit-raw-titles\";i:3434;s:24:\"watchlistedit-raw-submit\";i:3435;s:22:\"watchlistedit-raw-done\";i:3436;s:23:\"watchlistedit-raw-added\";i:3437;s:25:\"watchlistedit-raw-removed\";i:3438;s:25:\"watchlistedit-clear-title\";i:3439;s:26:\"watchlistedit-clear-legend\";i:3440;s:27:\"watchlistedit-clear-explain\";i:3441;s:26:\"watchlistedit-clear-titles\";i:3442;s:26:\"watchlistedit-clear-submit\";i:3443;s:24:\"watchlistedit-clear-done\";i:3444;s:28:\"watchlistedit-clear-jobqueue\";i:3445;s:27:\"watchlistedit-clear-removed\";i:3446;s:22:\"watchlistedit-too-many\";i:3447;s:19:\"iranian-calendar-m1\";i:3448;s:19:\"iranian-calendar-m2\";i:3449;s:19:\"iranian-calendar-m3\";i:3450;s:19:\"iranian-calendar-m4\";i:3451;s:19:\"iranian-calendar-m5\";i:3452;s:19:\"iranian-calendar-m6\";i:3453;s:19:\"iranian-calendar-m7\";i:3454;s:19:\"iranian-calendar-m8\";i:3455;s:19:\"iranian-calendar-m9\";i:3456;s:20:\"iranian-calendar-m10\";i:3457;s:20:\"iranian-calendar-m11\";i:3458;s:20:\"iranian-calendar-m12\";i:3459;s:17:\"hijri-calendar-m1\";i:3460;s:17:\"hijri-calendar-m2\";i:3461;s:17:\"hijri-calendar-m3\";i:3462;s:17:\"hijri-calendar-m4\";i:3463;s:17:\"hijri-calendar-m5\";i:3464;s:17:\"hijri-calendar-m6\";i:3465;s:17:\"hijri-calendar-m7\";i:3466;s:17:\"hijri-calendar-m8\";i:3467;s:17:\"hijri-calendar-m9\";i:3468;s:18:\"hijri-calendar-m10\";i:3469;s:18:\"hijri-calendar-m11\";i:3470;s:18:\"hijri-calendar-m12\";i:3471;s:18:\"hebrew-calendar-m1\";i:3472;s:18:\"hebrew-calendar-m2\";i:3473;s:18:\"hebrew-calendar-m3\";i:3474;s:18:\"hebrew-calendar-m4\";i:3475;s:18:\"hebrew-calendar-m5\";i:3476;s:18:\"hebrew-calendar-m6\";i:3477;s:19:\"hebrew-calendar-m6a\";i:3478;s:19:\"hebrew-calendar-m6b\";i:3479;s:18:\"hebrew-calendar-m7\";i:3480;s:18:\"hebrew-calendar-m8\";i:3481;s:18:\"hebrew-calendar-m9\";i:3482;s:19:\"hebrew-calendar-m10\";i:3483;s:19:\"hebrew-calendar-m11\";i:3484;s:19:\"hebrew-calendar-m12\";i:3485;s:22:\"hebrew-calendar-m1-gen\";i:3486;s:22:\"hebrew-calendar-m2-gen\";i:3487;s:22:\"hebrew-calendar-m3-gen\";i:3488;s:22:\"hebrew-calendar-m4-gen\";i:3489;s:22:\"hebrew-calendar-m5-gen\";i:3490;s:22:\"hebrew-calendar-m6-gen\";i:3491;s:23:\"hebrew-calendar-m6a-gen\";i:3492;s:23:\"hebrew-calendar-m6b-gen\";i:3493;s:22:\"hebrew-calendar-m7-gen\";i:3494;s:22:\"hebrew-calendar-m8-gen\";i:3495;s:22:\"hebrew-calendar-m9-gen\";i:3496;s:23:\"hebrew-calendar-m10-gen\";i:3497;s:23:\"hebrew-calendar-m11-gen\";i:3498;s:23:\"hebrew-calendar-m12-gen\";i:3499;s:14:\"signature-temp\";i:3500;s:12:\"timezone-utc\";i:3501;s:14:\"timezone-local\";i:3502;s:22:\"duplicate-displaytitle\";i:3503;s:23:\"restricted-displaytitle\";i:3504;s:22:\"invalid-indicator-name\";i:3505;s:25:\"invalid-langconvert-attrs\";i:3506;s:7:\"version\";i:3507;s:18:\"version-extensions\";i:3508;s:13:\"version-skins\";i:3509;s:20:\"version-specialpages\";i:3510;s:19:\"version-parserhooks\";i:3511;s:17:\"version-variables\";i:3512;s:15:\"version-editors\";i:3513;s:16:\"version-antispam\";i:3514;s:11:\"version-api\";i:3515;s:13:\"version-other\";i:3516;s:21:\"version-mediahandlers\";i:3517;s:13:\"version-hooks\";i:3518;s:28:\"version-parser-extensiontags\";i:3519;s:29:\"version-parser-function-hooks\";i:3520;s:17:\"version-hook-name\";i:3521;s:25:\"version-hook-subscribedby\";i:3522;s:15:\"version-version\";i:3523;s:15:\"version-license\";i:3524;s:19:\"version-ext-license\";i:3525;s:26:\"version-ext-colheader-name\";i:3526;s:27:\"version-skin-colheader-name\";i:3527;s:29:\"version-ext-colheader-version\";i:3528;s:29:\"version-ext-colheader-license\";i:3529;s:33:\"version-ext-colheader-description\";i:3530;s:29:\"version-ext-colheader-credits\";i:3531;s:21:\"version-license-title\";i:3532;s:25:\"version-license-not-found\";i:3533;s:21:\"version-credits-title\";i:3534;s:25:\"version-credits-not-found\";i:3535;s:25:\"version-poweredby-credits\";i:3536;s:24:\"version-poweredby-others\";i:3537;s:29:\"version-poweredby-translators\";i:3538;s:25:\"version-poweredby-various\";i:3539;s:23:\"version-credits-summary\";i:3540;s:20:\"version-license-info\";i:3541;s:16:\"version-software\";i:3542;s:24:\"version-software-product\";i:3543;s:24:\"version-software-version\";i:3544;s:19:\"version-entrypoints\";i:3545;s:37:\"version-entrypoints-header-entrypoint\";i:3546;s:30:\"version-entrypoints-header-url\";i:3547;s:31:\"version-entrypoints-articlepath\";i:3548;s:30:\"version-entrypoints-scriptpath\";i:3549;s:17:\"version-libraries\";i:3550;s:25:\"version-libraries-library\";i:3551;s:25:\"version-libraries-version\";i:3552;s:25:\"version-libraries-license\";i:3553;s:29:\"version-libraries-description\";i:3554;s:25:\"version-libraries-authors\";i:3555;s:14:\"redirect-logid\";i:3556;s:19:\"redirect-not-exists\";i:3557;s:20:\"redirect-not-numeric\";i:3558;s:19:\"fileduplicatesearch\";i:3559;s:27:\"fileduplicatesearch-summary\";i:3560;s:28:\"fileduplicatesearch-filename\";i:3561;s:26:\"fileduplicatesearch-submit\";i:3562;s:24:\"fileduplicatesearch-info\";i:3563;s:28:\"fileduplicatesearch-result-1\";i:3564;s:28:\"fileduplicatesearch-result-n\";i:3565;s:29:\"fileduplicatesearch-noresults\";i:3566;s:21:\"specialpages-note-top\";i:3567;s:28:\"specialpages-note-restricted\";i:3568;s:30:\"specialpages-group-maintenance\";i:3569;s:24:\"specialpages-group-other\";i:3570;s:24:\"specialpages-group-login\";i:3571;s:26:\"specialpages-group-changes\";i:3572;s:24:\"specialpages-group-media\";i:3573;s:24:\"specialpages-group-users\";i:3574;s:26:\"specialpages-group-highuse\";i:3575;s:24:\"specialpages-group-pages\";i:3576;s:28:\"specialpages-group-pagetools\";i:3577;s:23:\"specialpages-group-wiki\";i:3578;s:28:\"specialpages-group-redirects\";i:3579;s:23:\"specialpages-group-spam\";i:3580;s:28:\"specialpages-group-developer\";i:3581;s:9:\"blankpage\";i:3582;s:22:\"intentionallyblankpage\";i:3583;s:28:\"disabledspecialpage-disabled\";i:3584;s:4:\"tags\";i:3585;s:17:\"tag-filter-submit\";i:3586;s:10:\"tag-hidden\";i:3587;s:25:\"tag-mw-contentmodelchange\";i:3588;s:37:\"tag-mw-contentmodelchange-description\";i:3589;s:19:\"tag-mw-new-redirect\";i:3590;s:31:\"tag-mw-new-redirect-description\";i:3591;s:23:\"tag-mw-removed-redirect\";i:3592;s:35:\"tag-mw-removed-redirect-description\";i:3593;s:30:\"tag-mw-changed-redirect-target\";i:3594;s:42:\"tag-mw-changed-redirect-target-description\";i:3595;s:12:\"tag-mw-blank\";i:3596;s:24:\"tag-mw-blank-description\";i:3597;s:14:\"tag-mw-replace\";i:3598;s:26:\"tag-mw-replace-description\";i:3599;s:15:\"tag-mw-rollback\";i:3600;s:27:\"tag-mw-rollback-description\";i:3601;s:11:\"tag-mw-undo\";i:3602;s:23:\"tag-mw-undo-description\";i:3603;s:20:\"tag-mw-manual-revert\";i:3604;s:32:\"tag-mw-manual-revert-description\";i:3605;s:15:\"tag-mw-reverted\";i:3606;s:27:\"tag-mw-reverted-description\";i:3607;s:25:\"tag-mw-server-side-upload\";i:3608;s:37:\"tag-mw-server-side-upload-description\";i:3609;s:10:\"tags-title\";i:3610;s:10:\"tags-intro\";i:3611;s:8:\"tags-tag\";i:3612;s:19:\"tags-display-header\";i:3613;s:23:\"tags-description-header\";i:3614;s:18:\"tags-source-header\";i:3615;s:18:\"tags-active-header\";i:3616;s:20:\"tags-hitcount-header\";i:3617;s:19:\"tags-actions-header\";i:3618;s:21:\"tags-source-extension\";i:3619;s:18:\"tags-source-manual\";i:3620;s:16:\"tags-source-none\";i:3621;s:11:\"tags-hidden\";i:3622;s:11:\"tags-delete\";i:3623;s:13:\"tags-activate\";i:3624;s:15:\"tags-deactivate\";i:3625;s:25:\"tags-manage-no-permission\";i:3626;s:19:\"tags-manage-blocked\";i:3627;s:19:\"tags-create-heading\";i:3628;s:23:\"tags-create-explanation\";i:3629;s:20:\"tags-create-tag-name\";i:3630;s:18:\"tags-create-reason\";i:3631;s:18:\"tags-create-submit\";i:3632;s:19:\"tags-create-no-name\";i:3633;s:25:\"tags-create-invalid-chars\";i:3634;s:31:\"tags-create-invalid-title-chars\";i:3635;s:26:\"tags-create-already-exists\";i:3636;s:26:\"tags-create-warnings-above\";i:3637;s:26:\"tags-create-warnings-below\";i:3638;s:17:\"tags-delete-title\";i:3639;s:31:\"tags-delete-explanation-initial\";i:3640;s:30:\"tags-delete-explanation-in-use\";i:3641;s:31:\"tags-delete-explanation-warning\";i:3642;s:30:\"tags-delete-explanation-active\";i:3643;s:18:\"tags-delete-reason\";i:3644;s:18:\"tags-delete-submit\";i:3645;s:23:\"tags-delete-not-allowed\";i:3646;s:21:\"tags-delete-not-found\";i:3647;s:25:\"tags-delete-too-many-uses\";i:3648;s:33:\"tags-delete-warnings-after-delete\";i:3649;s:25:\"tags-delete-no-permission\";i:3650;s:19:\"tags-activate-title\";i:3651;s:22:\"tags-activate-question\";i:3652;s:20:\"tags-activate-reason\";i:3653;s:25:\"tags-activate-not-allowed\";i:3654;s:23:\"tags-activate-not-found\";i:3655;s:20:\"tags-activate-submit\";i:3656;s:21:\"tags-deactivate-title\";i:3657;s:24:\"tags-deactivate-question\";i:3658;s:22:\"tags-deactivate-reason\";i:3659;s:27:\"tags-deactivate-not-allowed\";i:3660;s:22:\"tags-deactivate-submit\";i:3661;s:24:\"tags-apply-no-permission\";i:3662;s:18:\"tags-apply-blocked\";i:3663;s:26:\"tags-apply-not-allowed-one\";i:3664;s:28:\"tags-apply-not-allowed-multi\";i:3665;s:25:\"tags-update-no-permission\";i:3666;s:19:\"tags-update-blocked\";i:3667;s:31:\"tags-update-add-not-allowed-one\";i:3668;s:33:\"tags-update-add-not-allowed-multi\";i:3669;s:34:\"tags-update-remove-not-allowed-one\";i:3670;s:36:\"tags-update-remove-not-allowed-multi\";i:3671;s:15:\"tags-edit-title\";i:3672;s:21:\"tags-edit-manage-link\";i:3673;s:27:\"tags-edit-revision-selected\";i:3674;s:27:\"tags-edit-logentry-selected\";i:3675;s:25:\"tags-edit-revision-legend\";i:3676;s:25:\"tags-edit-logentry-legend\";i:3677;s:23:\"tags-edit-existing-tags\";i:3678;s:28:\"tags-edit-existing-tags-none\";i:3679;s:18:\"tags-edit-new-tags\";i:3680;s:13:\"tags-edit-add\";i:3681;s:16:\"tags-edit-remove\";i:3682;s:25:\"tags-edit-remove-all-tags\";i:3683;s:28:\"tags-edit-chosen-placeholder\";i:3684;s:27:\"tags-edit-chosen-no-results\";i:3685;s:16:\"tags-edit-reason\";i:3686;s:25:\"tags-edit-revision-submit\";i:3687;s:25:\"tags-edit-logentry-submit\";i:3688;s:17:\"tags-edit-success\";i:3689;s:17:\"tags-edit-failure\";i:3690;s:23:\"tags-edit-nooldid-title\";i:3691;s:22:\"tags-edit-nooldid-text\";i:3692;s:23:\"tags-edit-none-selected\";i:3693;s:12:\"comparepages\";i:3694;s:13:\"compare-page1\";i:3695;s:13:\"compare-page2\";i:3696;s:12:\"compare-rev1\";i:3697;s:12:\"compare-rev2\";i:3698;s:14:\"compare-submit\";i:3699;s:27:\"compare-revision-not-exists\";i:3700;s:9:\"diff-form\";i:3701;s:15:\"diff-form-oldid\";i:3702;s:15:\"diff-form-revid\";i:3703;s:16:\"diff-form-submit\";i:3704;s:21:\"diff-form-other-revid\";i:3705;s:21:\"diff-form-error-revid\";i:3706;s:13:\"permanentlink\";i:3707;s:19:\"permanentlink-revid\";i:3708;s:20:\"permanentlink-submit\";i:3709;s:10:\"newsection\";i:3710;s:15:\"newsection-page\";i:3711;s:17:\"newsection-submit\";i:3712;s:8:\"editpage\";i:3713;s:20:\"specialeditpage-page\";i:3714;s:22:\"specialeditpage-submit\";i:3715;s:10:\"deletepage\";i:3716;s:22:\"specialdeletepage-page\";i:3717;s:24:\"specialdeletepage-submit\";i:3718;s:8:\"pageinfo\";i:3719;s:20:\"specialpageinfo-page\";i:3720;s:22:\"specialpageinfo-submit\";i:3721;s:11:\"pagehistory\";i:3722;s:23:\"specialpagehistory-page\";i:3723;s:25:\"specialpagehistory-submit\";i:3724;s:11:\"protectpage\";i:3725;s:23:\"specialprotectpage-page\";i:3726;s:25:\"specialprotectpage-submit\";i:3727;s:5:\"purge\";i:3728;s:17:\"specialpurge-page\";i:3729;s:19:\"specialpurge-submit\";i:3730;s:14:\"dberr-problems\";i:3731;s:11:\"dberr-again\";i:3732;s:10:\"dberr-info\";i:3733;s:17:\"dberr-info-hidden\";i:3734;s:22:\"htmlform-invalid-input\";i:3735;s:25:\"htmlform-select-badoption\";i:3736;s:20:\"htmlform-int-invalid\";i:3737;s:22:\"htmlform-float-invalid\";i:3738;s:19:\"htmlform-int-toolow\";i:3739;s:20:\"htmlform-int-toohigh\";i:3740;s:28:\"htmlform-multiselect-toomany\";i:3741;s:17:\"htmlform-required\";i:3742;s:15:\"htmlform-submit\";i:3743;s:14:\"htmlform-reset\";i:3744;s:28:\"htmlform-selectorother-other\";i:3745;s:27:\"htmlform-chosen-placeholder\";i:3746;s:22:\"htmlform-cloner-create\";i:3747;s:22:\"htmlform-cloner-delete\";i:3748;s:24:\"htmlform-cloner-required\";i:3749;s:25:\"htmlform-date-placeholder\";i:3750;s:25:\"htmlform-time-placeholder\";i:3751;s:29:\"htmlform-datetime-placeholder\";i:3752;s:21:\"htmlform-date-invalid\";i:3753;s:21:\"htmlform-time-invalid\";i:3754;s:25:\"htmlform-datetime-invalid\";i:3755;s:20:\"htmlform-date-toolow\";i:3756;s:21:\"htmlform-date-toohigh\";i:3757;s:20:\"htmlform-time-toolow\";i:3758;s:21:\"htmlform-time-toohigh\";i:3759;s:24:\"htmlform-datetime-toolow\";i:3760;s:25:\"htmlform-datetime-toohigh\";i:3761;s:27:\"htmlform-title-badnamespace\";i:3762;s:28:\"htmlform-title-not-creatable\";i:3763;s:25:\"htmlform-title-not-exists\";i:3764;s:24:\"htmlform-title-interwiki\";i:3765;s:24:\"htmlform-user-not-exists\";i:3766;s:23:\"htmlform-user-not-valid\";i:3767;s:24:\"htmlform-tag-not-allowed\";i:3768;s:28:\"logentry-delete-delete_redir\";i:3769;s:29:\"logentry-delete-delete_redir2\";i:3770;s:31:\"logentry-delete-restore-nocount\";i:3771;s:23:\"restore-count-revisions\";i:3772;s:19:\"restore-count-files\";i:3773;s:21:\"logentry-delete-event\";i:3774;s:28:\"logentry-delete-event-legacy\";i:3775;s:31:\"logentry-delete-revision-legacy\";i:3776;s:24:\"logentry-suppress-delete\";i:3777;s:23:\"logentry-suppress-event\";i:3778;s:26:\"logentry-suppress-revision\";i:3779;s:30:\"logentry-suppress-event-legacy\";i:3780;s:33:\"logentry-suppress-revision-legacy\";i:3781;s:21:\"revdelete-summary-hid\";i:3782;s:19:\"revdelete-uname-hid\";i:3783;s:23:\"revdelete-content-unhid\";i:3784;s:23:\"revdelete-summary-unhid\";i:3785;s:21:\"revdelete-uname-unhid\";i:3786;s:20:\"revdelete-restricted\";i:3787;s:22:\"revdelete-unrestricted\";i:3788;s:20:\"logentry-block-block\";i:3789;s:22:\"logentry-block-unblock\";i:3790;s:22:\"logentry-block-reblock\";i:3791;s:32:\"logentry-partialblock-block-page\";i:3792;s:30:\"logentry-partialblock-block-ns\";i:3793;s:34:\"logentry-partialblock-block-action\";i:3794;s:27:\"logentry-partialblock-block\";i:3795;s:29:\"logentry-partialblock-reblock\";i:3796;s:32:\"logentry-non-editing-block-block\";i:3797;s:34:\"logentry-non-editing-block-reblock\";i:3798;s:23:\"logentry-suppress-block\";i:3799;s:25:\"logentry-suppress-reblock\";i:3800;s:22:\"logentry-import-upload\";i:3801;s:30:\"logentry-import-upload-details\";i:3802;s:25:\"logentry-import-interwiki\";i:3803;s:33:\"logentry-import-interwiki-details\";i:3804;s:20:\"logentry-merge-merge\";i:3805;s:35:\"logentry-move-move_redir-noredirect\";i:3806;s:22:\"logentry-patrol-patrol\";i:3807;s:26:\"logentry-newusers-newusers\";i:3808;s:25:\"logentry-newusers-create2\";i:3809;s:25:\"logentry-newusers-byemail\";i:3810;s:26:\"logentry-protect-move_prot\";i:3811;s:26:\"logentry-protect-unprotect\";i:3812;s:24:\"logentry-protect-protect\";i:3813;s:32:\"logentry-protect-protect-cascade\";i:3814;s:23:\"logentry-protect-modify\";i:3815;s:31:\"logentry-protect-modify-cascade\";i:3816;s:22:\"logentry-rights-rights\";i:3817;s:29:\"logentry-rights-rights-legacy\";i:3818;s:27:\"logentry-rights-autopromote\";i:3819;s:22:\"logentry-upload-revert\";i:3820;s:19:\"log-name-managetags\";i:3821;s:26:\"log-description-managetags\";i:3822;s:26:\"logentry-managetags-create\";i:3823;s:26:\"logentry-managetags-delete\";i:3824;s:28:\"logentry-managetags-activate\";i:3825;s:30:\"logentry-managetags-deactivate\";i:3826;s:12:\"log-name-tag\";i:3827;s:19:\"log-description-tag\";i:3828;s:32:\"logentry-tag-update-add-revision\";i:3829;s:32:\"logentry-tag-update-add-logentry\";i:3830;s:35:\"logentry-tag-update-remove-revision\";i:3831;s:35:\"logentry-tag-update-remove-logentry\";i:3832;s:28:\"logentry-tag-update-revision\";i:3833;s:28:\"logentry-tag-update-logentry\";i:3834;s:10:\"rightsnone\";i:3835;s:30:\"rightslogentry-temporary-group\";i:3836;s:15:\"feedback-adding\";i:3837;s:13:\"feedback-back\";i:3838;s:17:\"feedback-bugcheck\";i:3839;s:15:\"feedback-bugnew\";i:3840;s:18:\"feedback-bugornote\";i:3841;s:15:\"feedback-cancel\";i:3842;s:14:\"feedback-close\";i:3843;s:35:\"feedback-external-bug-report-button\";i:3844;s:21:\"feedback-dialog-title\";i:3845;s:21:\"feedback-dialog-intro\";i:3846;s:15:\"feedback-error1\";i:3847;s:15:\"feedback-error4\";i:3848;s:16:\"feedback-message\";i:3849;s:16:\"feedback-subject\";i:3850;s:15:\"feedback-submit\";i:3851;s:14:\"feedback-terms\";i:3852;s:19:\"feedback-termsofuse\";i:3853;s:15:\"feedback-thanks\";i:3854;s:21:\"feedback-thanks-title\";i:3855;s:18:\"feedback-useragent\";i:3856;s:24:\"searchsuggest-containing\";i:3857;s:27:\"search-match-redirect-label\";i:3858;s:26:\"search-match-redirect-help\";i:3859;s:17:\"searchlimit-label\";i:3860;s:16:\"searchlimit-help\";i:3861;s:30:\"api-clientside-error-noconnect\";i:3862;s:25:\"api-clientside-error-http\";i:3863;s:28:\"api-clientside-error-timeout\";i:3864;s:28:\"api-clientside-error-aborted\";i:3865;s:36:\"api-clientside-error-invalidresponse\";i:3866;s:18:\"api-error-badtoken\";i:3867;s:19:\"api-error-emptypage\";i:3868;s:23:\"api-error-publishfailed\";i:3869;s:21:\"api-error-stashfailed\";i:3870;s:25:\"api-error-unknown-warning\";i:3871;s:22:\"api-error-unknownerror\";i:3872;s:16:\"duration-seconds\";i:3873;s:16:\"duration-minutes\";i:3874;s:14:\"duration-hours\";i:3875;s:14:\"duration-weeks\";i:3876;s:14:\"duration-years\";i:3877;s:16:\"duration-decades\";i:3878;s:18:\"duration-centuries\";i:3879;s:18:\"duration-millennia\";i:3880;s:14:\"rotate-comment\";i:3881;s:17:\"limitreport-title\";i:3882;s:19:\"limitreport-cputime\";i:3883;s:25:\"limitreport-cputime-value\";i:3884;s:20:\"limitreport-walltime\";i:3885;s:26:\"limitreport-walltime-value\";i:3886;s:26:\"limitreport-ppvisitednodes\";i:3887;s:32:\"limitreport-ppvisitednodes-value\";i:3888;s:33:\"limitreport-postexpandincludesize\";i:3889;s:39:\"limitreport-postexpandincludesize-value\";i:3890;s:32:\"limitreport-templateargumentsize\";i:3891;s:38:\"limitreport-templateargumentsize-value\";i:3892;s:26:\"limitreport-expansiondepth\";i:3893;s:32:\"limitreport-expansiondepth-value\";i:3894;s:34:\"limitreport-expensivefunctioncount\";i:3895;s:40:\"limitreport-expensivefunctioncount-value\";i:3896;s:25:\"limitreport-unstrip-depth\";i:3897;s:31:\"limitreport-unstrip-depth-value\";i:3898;s:24:\"limitreport-unstrip-size\";i:3899;s:30:\"limitreport-unstrip-size-value\";i:3900;s:15:\"expandtemplates\";i:3901;s:22:\"expand_templates_intro\";i:3902;s:22:\"expand_templates_title\";i:3903;s:22:\"expand_templates_input\";i:3904;s:23:\"expand_templates_output\";i:3905;s:27:\"expand_templates_xml_output\";i:3906;s:28:\"expand_templates_html_output\";i:3907;s:19:\"expand_templates_ok\";i:3908;s:32:\"expand_templates_remove_comments\";i:3909;s:30:\"expand_templates_remove_nowiki\";i:3910;s:29:\"expand_templates_generate_xml\";i:3911;s:33:\"expand_templates_generate_rawhtml\";i:3912;s:24:\"expand_templates_preview\";i:3913;s:34:\"expand_templates_preview_fail_html\";i:3914;s:39:\"expand_templates_preview_fail_html_anon\";i:3915;s:30:\"expand_templates_input_missing\";i:3916;s:12:\"pagelanguage\";i:3917;s:13:\"pagelang-name\";i:3918;s:17:\"pagelang-language\";i:3919;s:20:\"pagelang-use-default\";i:3920;s:20:\"pagelang-select-lang\";i:3921;s:15:\"pagelang-reason\";i:3922;s:15:\"pagelang-submit\";i:3923;s:25:\"pagelang-nonexistent-page\";i:3924;s:27:\"pagelang-unchanged-language\";i:3925;s:35:\"pagelang-unchanged-language-default\";i:3926;s:18:\"pagelang-db-failed\";i:3927;s:14:\"right-pagelang\";i:3928;s:15:\"action-pagelang\";i:3929;s:17:\"log-name-pagelang\";i:3930;s:24:\"log-description-pagelang\";i:3931;s:26:\"logentry-pagelang-pagelang\";i:3932;s:22:\"default-skin-not-found\";i:3933;s:31:\"default-skin-not-found-no-skins\";i:3934;s:34:\"default-skin-not-found-row-enabled\";i:3935;s:35:\"default-skin-not-found-row-disabled\";i:3936;s:15:\"mediastatistics\";i:3937;s:23:\"mediastatistics-summary\";i:3938;s:22:\"mediastatistics-nfiles\";i:3939;s:22:\"mediastatistics-nbytes\";i:3940;s:28:\"mediastatistics-bytespertype\";i:3941;s:24:\"mediastatistics-allbytes\";i:3942;s:30:\"mediastatistics-table-mimetype\";i:3943;s:32:\"mediastatistics-table-extensions\";i:3944;s:27:\"mediastatistics-table-count\";i:3945;s:32:\"mediastatistics-table-totalbytes\";i:3946;s:30:\"mediastatistics-header-unknown\";i:3947;s:30:\"mediastatistics-header-drawing\";i:3948;s:28:\"mediastatistics-header-audio\";i:3949;s:28:\"mediastatistics-header-video\";i:3950;s:33:\"mediastatistics-header-multimedia\";i:3951;s:29:\"mediastatistics-header-office\";i:3952;s:27:\"mediastatistics-header-text\";i:3953;s:33:\"mediastatistics-header-executable\";i:3954;s:30:\"mediastatistics-header-archive\";i:3955;s:25:\"mediastatistics-header-3d\";i:3956;s:28:\"mediastatistics-header-total\";i:3957;s:24:\"json-warn-trailing-comma\";i:3958;s:18:\"json-error-unknown\";i:3959;s:16:\"json-error-depth\";i:3960;s:25:\"json-error-state-mismatch\";i:3961;s:20:\"json-error-ctrl-char\";i:3962;s:17:\"json-error-syntax\";i:3963;s:15:\"json-error-utf8\";i:3964;s:32:\"json-error-invalid-property-name\";i:3965;s:16:\"json-error-utf16\";i:3966;s:21:\"headline-anchor-title\";i:3967;s:30:\"special-characters-group-latin\";i:3968;s:38:\"special-characters-group-latinextended\";i:3969;s:28:\"special-characters-group-ipa\";i:3970;s:32:\"special-characters-group-symbols\";i:3971;s:30:\"special-characters-group-greek\";i:3972;s:38:\"special-characters-group-greekextended\";i:3973;s:33:\"special-characters-group-cyrillic\";i:3974;s:31:\"special-characters-group-arabic\";i:3975;s:39:\"special-characters-group-arabicextended\";i:3976;s:32:\"special-characters-group-persian\";i:3977;s:31:\"special-characters-group-hebrew\";i:3978;s:31:\"special-characters-group-bangla\";i:3979;s:30:\"special-characters-group-tamil\";i:3980;s:31:\"special-characters-group-telugu\";i:3981;s:32:\"special-characters-group-sinhala\";i:3982;s:33:\"special-characters-group-gujarati\";i:3983;s:35:\"special-characters-group-devanagari\";i:3984;s:29:\"special-characters-group-thai\";i:3985;s:28:\"special-characters-group-lao\";i:3986;s:30:\"special-characters-group-khmer\";i:3987;s:43:\"special-characters-group-canadianaboriginal\";i:3988;s:30:\"special-characters-group-runes\";i:3989;s:31:\"special-characters-title-endash\";i:3990;s:31:\"special-characters-title-emdash\";i:3991;s:30:\"special-characters-title-minus\";i:3992;s:22:\"mw-widgets-abandonedit\";i:3993;s:30:\"mw-widgets-abandonedit-discard\";i:3994;s:30:\"mw-widgets-copytextlayout-copy\";i:3995;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3996;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3997;s:28:\"mw-widgets-dateinput-no-date\";i:3998;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3999;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4000;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4001;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4002;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4003;s:27:\"mw-widgets-table-row-delete\";i:4004;s:42:\"mw-widgets-titleinput-description-new-page\";i:4005;s:42:\"mw-widgets-titleinput-description-redirect\";i:4006;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4007;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4008;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4009;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4010;s:15:\"date-range-from\";i:4011;s:13:\"date-range-to\";i:4012;s:18:\"sessionmanager-tie\";i:4013;s:23:\"sessionprovider-generic\";i:4014;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4015;s:25:\"sessionprovider-nocookies\";i:4016;s:23:\"log-action-filter-block\";i:4017;s:30:\"log-action-filter-contentmodel\";i:4018;s:24:\"log-action-filter-delete\";i:4019;s:24:\"log-action-filter-import\";i:4020;s:28:\"log-action-filter-managetags\";i:4021;s:22:\"log-action-filter-move\";i:4022;s:26:\"log-action-filter-newusers\";i:4023;s:24:\"log-action-filter-patrol\";i:4024;s:25:\"log-action-filter-protect\";i:4025;s:24:\"log-action-filter-rights\";i:4026;s:26:\"log-action-filter-suppress\";i:4027;s:24:\"log-action-filter-upload\";i:4028;s:21:\"log-action-filter-all\";i:4029;s:29:\"log-action-filter-block-block\";i:4030;s:31:\"log-action-filter-block-reblock\";i:4031;s:31:\"log-action-filter-block-unblock\";i:4032;s:37:\"log-action-filter-contentmodel-change\";i:4033;s:34:\"log-action-filter-contentmodel-new\";i:4034;s:31:\"log-action-filter-delete-delete\";i:4035;s:37:\"log-action-filter-delete-delete_redir\";i:4036;s:38:\"log-action-filter-delete-delete_redir2\";i:4037;s:32:\"log-action-filter-delete-restore\";i:4038;s:30:\"log-action-filter-delete-event\";i:4039;s:33:\"log-action-filter-delete-revision\";i:4040;s:34:\"log-action-filter-import-interwiki\";i:4041;s:31:\"log-action-filter-import-upload\";i:4042;s:35:\"log-action-filter-managetags-create\";i:4043;s:35:\"log-action-filter-managetags-delete\";i:4044;s:37:\"log-action-filter-managetags-activate\";i:4045;s:39:\"log-action-filter-managetags-deactivate\";i:4046;s:27:\"log-action-filter-move-move\";i:4047;s:33:\"log-action-filter-move-move_redir\";i:4048;s:33:\"log-action-filter-newusers-create\";i:4049;s:34:\"log-action-filter-newusers-create2\";i:4050;s:37:\"log-action-filter-newusers-autocreate\";i:4051;s:34:\"log-action-filter-newusers-byemail\";i:4052;s:31:\"log-action-filter-patrol-patrol\";i:4053;s:35:\"log-action-filter-patrol-autopatrol\";i:4054;s:33:\"log-action-filter-protect-protect\";i:4055;s:32:\"log-action-filter-protect-modify\";i:4056;s:35:\"log-action-filter-protect-unprotect\";i:4057;s:35:\"log-action-filter-protect-move_prot\";i:4058;s:31:\"log-action-filter-rights-rights\";i:4059;s:36:\"log-action-filter-rights-autopromote\";i:4060;s:32:\"log-action-filter-suppress-event\";i:4061;s:35:\"log-action-filter-suppress-revision\";i:4062;s:33:\"log-action-filter-suppress-delete\";i:4063;s:32:\"log-action-filter-suppress-block\";i:4064;s:34:\"log-action-filter-suppress-reblock\";i:4065;s:31:\"log-action-filter-upload-upload\";i:4066;s:34:\"log-action-filter-upload-overwrite\";i:4067;s:31:\"log-action-filter-upload-revert\";i:4068;s:33:\"authmanager-authn-not-in-progress\";i:4069;s:28:\"authmanager-authn-no-primary\";i:4070;s:31:\"authmanager-authn-no-local-user\";i:4071;s:36:\"authmanager-authn-no-local-user-link\";i:4072;s:35:\"authmanager-authn-autocreate-failed\";i:4073;s:32:\"authmanager-change-not-supported\";i:4074;s:27:\"authmanager-create-disabled\";i:4075;s:29:\"authmanager-create-from-login\";i:4076;s:34:\"authmanager-create-not-in-progress\";i:4077;s:29:\"authmanager-create-no-primary\";i:4078;s:27:\"authmanager-link-no-primary\";i:4079;s:32:\"authmanager-link-not-in-progress\";i:4080;s:29:\"authmanager-autocreate-noperm\";i:4081;s:32:\"authmanager-autocreate-exception\";i:4082;s:28:\"authmanager-userdoesnotexist\";i:4083;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4084;s:25:\"authmanager-username-help\";i:4085;s:25:\"authmanager-password-help\";i:4086;s:23:\"authmanager-domain-help\";i:4087;s:23:\"authmanager-retype-help\";i:4088;s:23:\"authmanager-email-label\";i:4089;s:22:\"authmanager-email-help\";i:4090;s:26:\"authmanager-realname-label\";i:4091;s:25:\"authmanager-realname-help\";i:4092;s:29:\"authmanager-provider-password\";i:4093;s:36:\"authmanager-provider-password-domain\";i:4094;s:38:\"authmanager-provider-temporarypassword\";i:4095;s:32:\"authprovider-confirmlink-message\";i:4096;s:31:\"authprovider-confirmlink-option\";i:4097;s:38:\"authprovider-confirmlink-request-label\";i:4098;s:37:\"authprovider-confirmlink-success-line\";i:4099;s:36:\"authprovider-confirmlink-failed-line\";i:4100;s:31:\"authprovider-confirmlink-failed\";i:4101;s:32:\"authprovider-confirmlink-ok-help\";i:4102;s:33:\"authprovider-resetpass-skip-label\";i:4103;s:32:\"authprovider-resetpass-skip-help\";i:4104;s:24:\"authform-nosession-login\";i:4105;s:25:\"authform-nosession-signup\";i:4106;s:17:\"authform-newtoken\";i:4107;s:16:\"authform-notoken\";i:4108;s:19:\"authform-wrongtoken\";i:4109;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4110;s:37:\"specialpage-securitylevel-not-allowed\";i:4111;s:21:\"authpage-cannot-login\";i:4112;s:30:\"authpage-cannot-login-continue\";i:4113;s:22:\"authpage-cannot-create\";i:4114;s:31:\"authpage-cannot-create-continue\";i:4115;s:20:\"authpage-cannot-link\";i:4116;s:29:\"authpage-cannot-link-continue\";i:4117;s:28:\"cannotauth-not-allowed-title\";i:4118;s:22:\"cannotauth-not-allowed\";i:4119;s:17:\"changecredentials\";i:4120;s:24:\"changecredentials-submit\";i:4121;s:32:\"changecredentials-invalidsubpage\";i:4122;s:25:\"changecredentials-success\";i:4123;s:17:\"removecredentials\";i:4124;s:24:\"removecredentials-submit\";i:4125;s:32:\"removecredentials-invalidsubpage\";i:4126;s:25:\"removecredentials-success\";i:4127;s:24:\"credentialsform-provider\";i:4128;s:23:\"credentialsform-account\";i:4129;s:28:\"cannotlink-no-provider-title\";i:4130;s:22:\"cannotlink-no-provider\";i:4131;s:12:\"linkaccounts\";i:4132;s:25:\"linkaccounts-success-text\";i:4133;s:19:\"linkaccounts-submit\";i:4134;s:30:\"cannotunlink-no-provider-title\";i:4135;s:24:\"cannotunlink-no-provider\";i:4136;s:14:\"unlinkaccounts\";i:4137;s:22:\"unlinkaccounts-success\";i:4138;s:32:\"authenticationdatachange-ignored\";i:4139;s:14:\"userjsispublic\";i:4140;s:16:\"userjsonispublic\";i:4141;s:15:\"usercssispublic\";i:4142;s:15:\"userjsdangerous\";i:4143;s:23:\"restrictionsfield-badip\";i:4144;s:23:\"restrictionsfield-label\";i:4145;s:22:\"restrictionsfield-help\";i:4146;s:11:\"specialmute\";i:4147;s:19:\"specialmute-success\";i:4148;s:18:\"specialmute-submit\";i:4149;s:28:\"specialmute-label-mute-email\";i:4150;s:18:\"specialmute-header\";i:4151;s:30:\"specialmute-error-invalid-user\";i:4152;s:28:\"specialmute-error-no-options\";i:4153;s:24:\"specialmute-email-footer\";i:4154;s:26:\"specialmute-login-required\";i:4155;s:16:\"mute-preferences\";i:4156;s:5:\"revid\";i:4157;s:6:\"pageid\";i:4158;s:18:\"rawhtml-notallowed\";i:4159;s:13:\"gotointerwiki\";i:4160;s:21:\"gotointerwiki-invalid\";i:4161;s:22:\"gotointerwiki-external\";i:4162;s:17:\"undelete-cantedit\";i:4163;s:19:\"undelete-cantcreate\";i:4164;s:14:\"pagedata-title\";i:4165;s:13:\"pagedata-text\";i:4166;s:23:\"pagedata-not-acceptable\";i:4167;s:18:\"pagedata-bad-title\";i:4168;s:24:\"unregistered-user-config\";i:4169;s:16:\"passwordpolicies\";i:4170;s:24:\"passwordpolicies-summary\";i:4171;s:22:\"passwordpolicies-group\";i:4172;s:25:\"passwordpolicies-policies\";i:4173;s:31:\"passwordpolicies-policy-display\";i:4174;s:40:\"passwordpolicies-policy-displaywithflags\";i:4175;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4176;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4177;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4178;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4179;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4180;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4181;s:39:\"passwordpolicies-policyflag-forcechange\";i:4182;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4183;s:27:\"mycustomjsredirectprotected\";i:4184;s:22:\"deflate-invaliddeflate\";i:4185;s:14:\"unprotected-js\";i:4186;s:19:\"userlogout-continue\";i:4187;s:15:\"userlogout-temp\";i:4188;s:22:\"paramvalidator-baduser\";i:4189;s:29:\"paramvalidator-help-type-user\";i:4190;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4191;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4192;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4193;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4194;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4195;s:23:\"paramvalidator-badtitle\";i:4196;s:27:\"paramvalidator-missingtitle\";i:4197;s:30:\"paramvalidator-help-type-title\";i:4198;s:41:\"paramvalidator-help-type-title-must-exist\";i:4199;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4200;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4201;s:18:\"config-missing-key\";i:4202;s:18:\"config-invalid-key\";i:4203;s:21:\"changeslist-nocomment\";i:4204;s:30:\"parsoid-stash-rate-limit-error\";i:4205;s:31:\"parsoid-resource-limit-exceeded\";i:4206;s:20:\"parsoid-client-error\";i:4207;s:22:\"newpages-showhide-bots\";i:4208;s:27:\"newpages-showhide-patrolled\";i:4209;s:26:\"newpages-showhide-redirect\";i:4210;s:28:\"newpages-showhide-registered\";i:4211;s:15:\"exif-imagewidth\";i:4212;s:16:\"exif-imagelength\";i:4213;s:18:\"exif-bitspersample\";i:4214;s:16:\"exif-compression\";i:4215;s:30:\"exif-photometricinterpretation\";i:4216;s:16:\"exif-orientation\";i:4217;s:20:\"exif-samplesperpixel\";i:4218;s:24:\"exif-planarconfiguration\";i:4219;s:21:\"exif-ycbcrsubsampling\";i:4220;s:21:\"exif-ycbcrpositioning\";i:4221;s:16:\"exif-xresolution\";i:4222;s:16:\"exif-yresolution\";i:4223;s:17:\"exif-stripoffsets\";i:4224;s:17:\"exif-rowsperstrip\";i:4225;s:20:\"exif-stripbytecounts\";i:4226;s:26:\"exif-jpeginterchangeformat\";i:4227;s:32:\"exif-jpeginterchangeformatlength\";i:4228;s:15:\"exif-whitepoint\";i:4229;s:26:\"exif-primarychromaticities\";i:4230;s:22:\"exif-ycbcrcoefficients\";i:4231;s:24:\"exif-referenceblackwhite\";i:4232;s:13:\"exif-datetime\";i:4233;s:21:\"exif-imagedescription\";i:4234;s:9:\"exif-make\";i:4235;s:10:\"exif-model\";i:4236;s:13:\"exif-software\";i:4237;s:11:\"exif-artist\";i:4238;s:14:\"exif-copyright\";i:4239;s:16:\"exif-exifversion\";i:4240;s:20:\"exif-flashpixversion\";i:4241;s:15:\"exif-colorspace\";i:4242;s:28:\"exif-componentsconfiguration\";i:4243;s:27:\"exif-compressedbitsperpixel\";i:4244;s:20:\"exif-pixelxdimension\";i:4245;s:20:\"exif-pixelydimension\";i:4246;s:16:\"exif-usercomment\";i:4247;s:21:\"exif-relatedsoundfile\";i:4248;s:21:\"exif-datetimeoriginal\";i:4249;s:22:\"exif-datetimedigitized\";i:4250;s:15:\"exif-subsectime\";i:4251;s:23:\"exif-subsectimeoriginal\";i:4252;s:24:\"exif-subsectimedigitized\";i:4253;s:17:\"exif-exposuretime\";i:4254;s:24:\"exif-exposuretime-format\";i:4255;s:12:\"exif-fnumber\";i:4256;s:19:\"exif-fnumber-format\";i:4257;s:20:\"exif-exposureprogram\";i:4258;s:24:\"exif-spectralsensitivity\";i:4259;s:20:\"exif-isospeedratings\";i:4260;s:22:\"exif-shutterspeedvalue\";i:4261;s:18:\"exif-aperturevalue\";i:4262;s:20:\"exif-brightnessvalue\";i:4263;s:22:\"exif-exposurebiasvalue\";i:4264;s:21:\"exif-maxaperturevalue\";i:4265;s:20:\"exif-subjectdistance\";i:4266;s:17:\"exif-meteringmode\";i:4267;s:16:\"exif-lightsource\";i:4268;s:10:\"exif-flash\";i:4269;s:16:\"exif-focallength\";i:4270;s:23:\"exif-focallength-format\";i:4271;s:16:\"exif-subjectarea\";i:4272;s:16:\"exif-flashenergy\";i:4273;s:26:\"exif-focalplanexresolution\";i:4274;s:26:\"exif-focalplaneyresolution\";i:4275;s:29:\"exif-focalplaneresolutionunit\";i:4276;s:20:\"exif-subjectlocation\";i:4277;s:18:\"exif-exposureindex\";i:4278;s:18:\"exif-sensingmethod\";i:4279;s:15:\"exif-filesource\";i:4280;s:14:\"exif-scenetype\";i:4281;s:19:\"exif-customrendered\";i:4282;s:17:\"exif-exposuremode\";i:4283;s:17:\"exif-whitebalance\";i:4284;s:21:\"exif-digitalzoomratio\";i:4285;s:26:\"exif-focallengthin35mmfilm\";i:4286;s:21:\"exif-scenecapturetype\";i:4287;s:16:\"exif-gaincontrol\";i:4288;s:13:\"exif-contrast\";i:4289;s:15:\"exif-saturation\";i:4290;s:14:\"exif-sharpness\";i:4291;s:29:\"exif-devicesettingdescription\";i:4292;s:25:\"exif-subjectdistancerange\";i:4293;s:18:\"exif-imageuniqueid\";i:4294;s:17:\"exif-gpsversionid\";i:4295;s:19:\"exif-gpslatituderef\";i:4296;s:16:\"exif-gpslatitude\";i:4297;s:20:\"exif-gpslongituderef\";i:4298;s:17:\"exif-gpslongitude\";i:4299;s:19:\"exif-gpsaltituderef\";i:4300;s:16:\"exif-gpsaltitude\";i:4301;s:17:\"exif-gpstimestamp\";i:4302;s:18:\"exif-gpssatellites\";i:4303;s:14:\"exif-gpsstatus\";i:4304;s:19:\"exif-gpsmeasuremode\";i:4305;s:11:\"exif-gpsdop\";i:4306;s:16:\"exif-gpsspeedref\";i:4307;s:13:\"exif-gpsspeed\";i:4308;s:16:\"exif-gpstrackref\";i:4309;s:13:\"exif-gpstrack\";i:4310;s:23:\"exif-gpsimgdirectionref\";i:4311;s:20:\"exif-gpsimgdirection\";i:4312;s:16:\"exif-gpsmapdatum\";i:4313;s:23:\"exif-gpsdestlatituderef\";i:4314;s:20:\"exif-gpsdestlatitude\";i:4315;s:24:\"exif-gpsdestlongituderef\";i:4316;s:21:\"exif-gpsdestlongitude\";i:4317;s:22:\"exif-gpsdestbearingref\";i:4318;s:19:\"exif-gpsdestbearing\";i:4319;s:23:\"exif-gpsdestdistanceref\";i:4320;s:20:\"exif-gpsdestdistance\";i:4321;s:24:\"exif-gpsprocessingmethod\";i:4322;s:23:\"exif-gpsareainformation\";i:4323;s:17:\"exif-gpsdatestamp\";i:4324;s:20:\"exif-gpsdifferential\";i:4325;s:20:\"exif-jpegfilecomment\";i:4326;s:13:\"exif-keywords\";i:4327;s:23:\"exif-worldregioncreated\";i:4328;s:19:\"exif-countrycreated\";i:4329;s:23:\"exif-countrycodecreated\";i:4330;s:27:\"exif-provinceorstatecreated\";i:4331;s:16:\"exif-citycreated\";i:4332;s:23:\"exif-sublocationcreated\";i:4333;s:20:\"exif-worldregiondest\";i:4334;s:16:\"exif-countrydest\";i:4335;s:20:\"exif-countrycodedest\";i:4336;s:24:\"exif-provinceorstatedest\";i:4337;s:13:\"exif-citydest\";i:4338;s:20:\"exif-sublocationdest\";i:4339;s:15:\"exif-objectname\";i:4340;s:24:\"exif-specialinstructions\";i:4341;s:13:\"exif-headline\";i:4342;s:11:\"exif-credit\";i:4343;s:11:\"exif-source\";i:4344;s:15:\"exif-editstatus\";i:4345;s:12:\"exif-urgency\";i:4346;s:22:\"exif-fixtureidentifier\";i:4347;s:17:\"exif-locationdest\";i:4348;s:21:\"exif-locationdestcode\";i:4349;s:16:\"exif-objectcycle\";i:4350;s:12:\"exif-contact\";i:4351;s:11:\"exif-writer\";i:4352;s:17:\"exif-languagecode\";i:4353;s:15:\"exif-iimversion\";i:4354;s:16:\"exif-iimcategory\";i:4355;s:28:\"exif-iimsupplementalcategory\";i:4356;s:20:\"exif-datetimeexpires\";i:4357;s:21:\"exif-datetimereleased\";i:4358;s:28:\"exif-originaltransmissionref\";i:4359;s:15:\"exif-identifier\";i:4360;s:9:\"exif-lens\";i:4361;s:17:\"exif-serialnumber\";i:4362;s:20:\"exif-cameraownername\";i:4363;s:10:\"exif-label\";i:4364;s:21:\"exif-datetimemetadata\";i:4365;s:13:\"exif-nickname\";i:4366;s:11:\"exif-rating\";i:4367;s:22:\"exif-rightscertificate\";i:4368;s:16:\"exif-copyrighted\";i:4369;s:19:\"exif-copyrightowner\";i:4370;s:15:\"exif-usageterms\";i:4371;s:17:\"exif-webstatement\";i:4372;s:23:\"exif-originaldocumentid\";i:4373;s:15:\"exif-licenseurl\";i:4374;s:23:\"exif-morepermissionsurl\";i:4375;s:19:\"exif-attributionurl\";i:4376;s:29:\"exif-preferredattributionname\";i:4377;s:19:\"exif-pngfilecomment\";i:4378;s:15:\"exif-disclaimer\";i:4379;s:19:\"exif-contentwarning\";i:4380;s:19:\"exif-giffilecomment\";i:4381;s:22:\"exif-intellectualgenre\";i:4382;s:20:\"exif-subjectnewscode\";i:4383;s:14:\"exif-scenecode\";i:4384;s:10:\"exif-event\";i:4385;s:24:\"exif-organisationinimage\";i:4386;s:18:\"exif-personinimage\";i:4387;s:24:\"exif-originalimageheight\";i:4388;s:23:\"exif-originalimagewidth\";i:4389;s:26:\"exif-subjectnewscode-value\";i:4390;s:18:\"exif-compression-1\";i:4391;s:18:\"exif-compression-2\";i:4392;s:18:\"exif-compression-3\";i:4393;s:18:\"exif-compression-4\";i:4394;s:18:\"exif-compression-5\";i:4395;s:18:\"exif-compression-6\";i:4396;s:18:\"exif-compression-7\";i:4397;s:18:\"exif-compression-8\";i:4398;s:22:\"exif-compression-32773\";i:4399;s:22:\"exif-compression-32946\";i:4400;s:22:\"exif-compression-34712\";i:4401;s:21:\"exif-copyrighted-true\";i:4402;s:22:\"exif-copyrighted-false\";i:4403;s:32:\"exif-photometricinterpretation-0\";i:4404;s:32:\"exif-photometricinterpretation-1\";i:4405;s:32:\"exif-photometricinterpretation-2\";i:4406;s:32:\"exif-photometricinterpretation-3\";i:4407;s:32:\"exif-photometricinterpretation-4\";i:4408;s:32:\"exif-photometricinterpretation-5\";i:4409;s:32:\"exif-photometricinterpretation-6\";i:4410;s:32:\"exif-photometricinterpretation-8\";i:4411;s:32:\"exif-photometricinterpretation-9\";i:4412;s:33:\"exif-photometricinterpretation-10\";i:4413;s:36:\"exif-photometricinterpretation-32803\";i:4414;s:36:\"exif-photometricinterpretation-34892\";i:4415;s:16:\"exif-unknowndate\";i:4416;s:18:\"exif-orientation-1\";i:4417;s:18:\"exif-orientation-2\";i:4418;s:18:\"exif-orientation-3\";i:4419;s:18:\"exif-orientation-4\";i:4420;s:18:\"exif-orientation-5\";i:4421;s:18:\"exif-orientation-6\";i:4422;s:18:\"exif-orientation-7\";i:4423;s:18:\"exif-orientation-8\";i:4424;s:26:\"exif-planarconfiguration-1\";i:4425;s:26:\"exif-planarconfiguration-2\";i:4426;s:19:\"exif-xyresolution-i\";i:4427;s:19:\"exif-xyresolution-c\";i:4428;s:17:\"exif-colorspace-1\";i:4429;s:21:\"exif-colorspace-65535\";i:4430;s:30:\"exif-componentsconfiguration-0\";i:4431;s:30:\"exif-componentsconfiguration-1\";i:4432;s:30:\"exif-componentsconfiguration-2\";i:4433;s:30:\"exif-componentsconfiguration-3\";i:4434;s:30:\"exif-componentsconfiguration-4\";i:4435;s:30:\"exif-componentsconfiguration-5\";i:4436;s:30:\"exif-componentsconfiguration-6\";i:4437;s:22:\"exif-exposureprogram-0\";i:4438;s:22:\"exif-exposureprogram-1\";i:4439;s:22:\"exif-exposureprogram-2\";i:4440;s:22:\"exif-exposureprogram-3\";i:4441;s:22:\"exif-exposureprogram-4\";i:4442;s:22:\"exif-exposureprogram-5\";i:4443;s:22:\"exif-exposureprogram-6\";i:4444;s:22:\"exif-exposureprogram-7\";i:4445;s:22:\"exif-exposureprogram-8\";i:4446;s:26:\"exif-subjectdistance-value\";i:4447;s:19:\"exif-meteringmode-0\";i:4448;s:19:\"exif-meteringmode-1\";i:4449;s:19:\"exif-meteringmode-2\";i:4450;s:19:\"exif-meteringmode-3\";i:4451;s:19:\"exif-meteringmode-4\";i:4452;s:19:\"exif-meteringmode-5\";i:4453;s:19:\"exif-meteringmode-6\";i:4454;s:21:\"exif-meteringmode-255\";i:4455;s:18:\"exif-lightsource-0\";i:4456;s:18:\"exif-lightsource-1\";i:4457;s:18:\"exif-lightsource-2\";i:4458;s:18:\"exif-lightsource-3\";i:4459;s:18:\"exif-lightsource-4\";i:4460;s:18:\"exif-lightsource-9\";i:4461;s:19:\"exif-lightsource-10\";i:4462;s:19:\"exif-lightsource-11\";i:4463;s:19:\"exif-lightsource-12\";i:4464;s:19:\"exif-lightsource-13\";i:4465;s:19:\"exif-lightsource-14\";i:4466;s:19:\"exif-lightsource-15\";i:4467;s:19:\"exif-lightsource-17\";i:4468;s:19:\"exif-lightsource-18\";i:4469;s:19:\"exif-lightsource-19\";i:4470;s:19:\"exif-lightsource-20\";i:4471;s:19:\"exif-lightsource-21\";i:4472;s:19:\"exif-lightsource-22\";i:4473;s:19:\"exif-lightsource-23\";i:4474;s:19:\"exif-lightsource-24\";i:4475;s:20:\"exif-lightsource-255\";i:4476;s:18:\"exif-flash-fired-0\";i:4477;s:18:\"exif-flash-fired-1\";i:4478;s:19:\"exif-flash-return-0\";i:4479;s:19:\"exif-flash-return-2\";i:4480;s:19:\"exif-flash-return-3\";i:4481;s:17:\"exif-flash-mode-1\";i:4482;s:17:\"exif-flash-mode-2\";i:4483;s:17:\"exif-flash-mode-3\";i:4484;s:21:\"exif-flash-function-1\";i:4485;s:19:\"exif-flash-redeye-1\";i:4486;s:31:\"exif-focalplaneresolutionunit-2\";i:4487;s:20:\"exif-sensingmethod-1\";i:4488;s:20:\"exif-sensingmethod-2\";i:4489;s:20:\"exif-sensingmethod-3\";i:4490;s:20:\"exif-sensingmethod-4\";i:4491;s:20:\"exif-sensingmethod-5\";i:4492;s:20:\"exif-sensingmethod-7\";i:4493;s:20:\"exif-sensingmethod-8\";i:4494;s:17:\"exif-filesource-3\";i:4495;s:16:\"exif-scenetype-1\";i:4496;s:21:\"exif-customrendered-0\";i:4497;s:21:\"exif-customrendered-1\";i:4498;s:21:\"exif-customrendered-2\";i:4499;s:21:\"exif-customrendered-3\";i:4500;s:21:\"exif-customrendered-4\";i:4501;s:21:\"exif-customrendered-6\";i:4502;s:21:\"exif-customrendered-7\";i:4503;s:21:\"exif-customrendered-8\";i:4504;s:19:\"exif-exposuremode-0\";i:4505;s:19:\"exif-exposuremode-1\";i:4506;s:19:\"exif-exposuremode-2\";i:4507;s:19:\"exif-whitebalance-0\";i:4508;s:19:\"exif-whitebalance-1\";i:4509;s:23:\"exif-scenecapturetype-0\";i:4510;s:23:\"exif-scenecapturetype-1\";i:4511;s:23:\"exif-scenecapturetype-2\";i:4512;s:23:\"exif-scenecapturetype-3\";i:4513;s:18:\"exif-gaincontrol-0\";i:4514;s:18:\"exif-gaincontrol-1\";i:4515;s:18:\"exif-gaincontrol-2\";i:4516;s:18:\"exif-gaincontrol-3\";i:4517;s:18:\"exif-gaincontrol-4\";i:4518;s:15:\"exif-contrast-0\";i:4519;s:15:\"exif-contrast-1\";i:4520;s:15:\"exif-contrast-2\";i:4521;s:17:\"exif-saturation-0\";i:4522;s:17:\"exif-saturation-1\";i:4523;s:17:\"exif-saturation-2\";i:4524;s:16:\"exif-sharpness-0\";i:4525;s:16:\"exif-sharpness-1\";i:4526;s:16:\"exif-sharpness-2\";i:4527;s:27:\"exif-subjectdistancerange-0\";i:4528;s:27:\"exif-subjectdistancerange-1\";i:4529;s:27:\"exif-subjectdistancerange-2\";i:4530;s:27:\"exif-subjectdistancerange-3\";i:4531;s:18:\"exif-gpslatitude-n\";i:4532;s:18:\"exif-gpslatitude-s\";i:4533;s:19:\"exif-gpslongitude-e\";i:4534;s:19:\"exif-gpslongitude-w\";i:4535;s:31:\"exif-gpsaltitude-above-sealevel\";i:4536;s:31:\"exif-gpsaltitude-below-sealevel\";i:4537;s:16:\"exif-gpsstatus-a\";i:4538;s:16:\"exif-gpsstatus-v\";i:4539;s:21:\"exif-gpsmeasuremode-2\";i:4540;s:21:\"exif-gpsmeasuremode-3\";i:4541;s:15:\"exif-gpsspeed-k\";i:4542;s:15:\"exif-gpsspeed-m\";i:4543;s:15:\"exif-gpsspeed-n\";i:4544;s:22:\"exif-gpsdestdistance-k\";i:4545;s:22:\"exif-gpsdestdistance-m\";i:4546;s:22:\"exif-gpsdestdistance-n\";i:4547;s:21:\"exif-gpsdop-excellent\";i:4548;s:16:\"exif-gpsdop-good\";i:4549;s:20:\"exif-gpsdop-moderate\";i:4550;s:16:\"exif-gpsdop-fair\";i:4551;s:16:\"exif-gpsdop-poor\";i:4552;s:18:\"exif-objectcycle-a\";i:4553;s:18:\"exif-objectcycle-p\";i:4554;s:18:\"exif-objectcycle-b\";i:4555;s:19:\"exif-gpsdirection-t\";i:4556;s:19:\"exif-gpsdirection-m\";i:4557;s:23:\"exif-ycbcrpositioning-1\";i:4558;s:23:\"exif-ycbcrpositioning-2\";i:4559;s:19:\"exif-dc-contributor\";i:4560;s:16:\"exif-dc-coverage\";i:4561;s:12:\"exif-dc-date\";i:4562;s:17:\"exif-dc-publisher\";i:4563;s:16:\"exif-dc-relation\";i:4564;s:14:\"exif-dc-rights\";i:4565;s:14:\"exif-dc-source\";i:4566;s:12:\"exif-dc-type\";i:4567;s:20:\"exif-rating-rejected\";i:4568;s:29:\"exif-isospeedratings-overflow\";i:4569;s:27:\"exif-maxaperturevalue-value\";i:4570;s:20:\"exif-iimcategory-ace\";i:4571;s:20:\"exif-iimcategory-clj\";i:4572;s:20:\"exif-iimcategory-dis\";i:4573;s:20:\"exif-iimcategory-fin\";i:4574;s:20:\"exif-iimcategory-edu\";i:4575;s:20:\"exif-iimcategory-evn\";i:4576;s:20:\"exif-iimcategory-hth\";i:4577;s:20:\"exif-iimcategory-hum\";i:4578;s:20:\"exif-iimcategory-lab\";i:4579;s:20:\"exif-iimcategory-lif\";i:4580;s:20:\"exif-iimcategory-pol\";i:4581;s:20:\"exif-iimcategory-rel\";i:4582;s:20:\"exif-iimcategory-sci\";i:4583;s:20:\"exif-iimcategory-soi\";i:4584;s:20:\"exif-iimcategory-spo\";i:4585;s:20:\"exif-iimcategory-war\";i:4586;s:20:\"exif-iimcategory-wea\";i:4587;s:19:\"exif-urgency-normal\";i:4588;s:16:\"exif-urgency-low\";i:4589;s:17:\"exif-urgency-high\";i:4590;s:18:\"exif-urgency-other\";i:4591;s:19:\"exif-firstphotodate\";i:4592;s:18:\"exif-lastphotodate\";i:4593;s:19:\"exif-projectiontype\";i:4594;s:35:\"exif-projectiontype-equirectangular\";i:4595;s:22:\"exif-usepanoramaviewer\";i:4596;s:27:\"exif-usepanoramaviewer-true\";i:4597;s:28:\"exif-usepanoramaviewer-false\";i:4598;s:21:\"exif-exposurelockused\";i:4599;s:26:\"exif-exposurelockused-true\";i:4600;s:27:\"exif-exposurelockused-false\";i:4601;s:23:\"exif-poseheadingdegrees\";i:4602;s:21:\"exif-posepitchdegrees\";i:4603;s:20:\"exif-poserolldegrees\";i:4604;s:30:\"exif-initialviewheadingdegrees\";i:4605;s:28:\"exif-initialviewpitchdegrees\";i:4606;s:27:\"exif-initialviewrolldegrees\";i:4607;s:32:\"exif-initialhorizontalfovdegrees\";i:4608;s:30:\"exif-initialverticalfovdegrees\";i:4609;s:22:\"exif-sourcephotoscount\";i:4610;s:32:\"exif-croppedareaimagewidthpixels\";i:4611;s:33:\"exif-croppedareaimageheightpixels\";i:4612;s:24:\"exif-fullpanowidthpixels\";i:4613;s:25:\"exif-fullpanoheightpixels\";i:4614;s:26:\"exif-croppedarealeftpixels\";i:4615;s:25:\"exif-croppedareatoppixels\";i:4616;s:23:\"exif-initialcameradolly\";i:4617;s:22:\"exif-stitchingsoftware\";i:4618;s:33:\"apihelp-main-extended-description\";i:4619;s:25:\"apihelp-main-param-action\";i:4620;s:25:\"apihelp-main-param-format\";i:4621;s:25:\"apihelp-main-param-maxlag\";i:4622;s:26:\"apihelp-main-param-smaxage\";i:4623;s:25:\"apihelp-main-param-maxage\";i:4624;s:25:\"apihelp-main-param-assert\";i:4625;s:29:\"apihelp-main-param-assertuser\";i:4626;s:28:\"apihelp-main-param-requestid\";i:4627;s:27:\"apihelp-main-param-servedby\";i:4628;s:31:\"apihelp-main-param-curtimestamp\";i:4629;s:35:\"apihelp-main-param-responselanginfo\";i:4630;s:25:\"apihelp-main-param-origin\";i:4631;s:26:\"apihelp-main-param-uselang\";i:4632;s:26:\"apihelp-main-param-variant\";i:4633;s:30:\"apihelp-main-param-errorformat\";i:4634;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4635;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4636;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4637;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4638;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4639;s:28:\"apihelp-main-param-errorlang\";i:4640;s:33:\"apihelp-main-param-errorsuselocal\";i:4641;s:21:\"apihelp-block-summary\";i:4642;s:24:\"apihelp-block-param-user\";i:4643;s:26:\"apihelp-block-param-userid\";i:4644;s:26:\"apihelp-block-param-expiry\";i:4645;s:26:\"apihelp-block-param-reason\";i:4646;s:28:\"apihelp-block-param-anononly\";i:4647;s:28:\"apihelp-block-param-nocreate\";i:4648;s:29:\"apihelp-block-param-autoblock\";i:4649;s:27:\"apihelp-block-param-noemail\";i:4650;s:28:\"apihelp-block-param-hidename\";i:4651;s:33:\"apihelp-block-param-allowusertalk\";i:4652;s:27:\"apihelp-block-param-reblock\";i:4653;s:29:\"apihelp-block-param-watchuser\";i:4654;s:35:\"apihelp-block-param-watchlistexpiry\";i:4655;s:24:\"apihelp-block-param-tags\";i:4656;s:27:\"apihelp-block-param-partial\";i:4657;s:36:\"apihelp-block-param-pagerestrictions\";i:4658;s:41:\"apihelp-block-param-namespacerestrictions\";i:4659;s:38:\"apihelp-block-param-actionrestrictions\";i:4660;s:31:\"apihelp-block-example-ip-simple\";i:4661;s:34:\"apihelp-block-example-user-complex\";i:4662;s:40:\"apihelp-changeauthenticationdata-summary\";i:4663;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4664;s:34:\"apihelp-changecontentmodel-summary\";i:4665;s:38:\"apihelp-changecontentmodel-param-title\";i:4666;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4667;s:40:\"apihelp-changecontentmodel-param-summary\";i:4668;s:37:\"apihelp-changecontentmodel-param-tags\";i:4669;s:38:\"apihelp-changecontentmodel-param-model\";i:4670;s:36:\"apihelp-changecontentmodel-param-bot\";i:4671;s:34:\"apihelp-changecontentmodel-example\";i:4672;s:26:\"apihelp-checktoken-summary\";i:4673;s:29:\"apihelp-checktoken-param-type\";i:4674;s:30:\"apihelp-checktoken-param-token\";i:4675;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4676;s:33:\"apihelp-checktoken-example-simple\";i:4677;s:27:\"apihelp-clearhasmsg-summary\";i:4678;s:29:\"apihelp-clearhasmsg-example-1\";i:4679;s:27:\"apihelp-clientlogin-summary\";i:4680;s:33:\"apihelp-clientlogin-example-login\";i:4681;s:34:\"apihelp-clientlogin-example-login2\";i:4682;s:23:\"apihelp-compare-summary\";i:4683;s:36:\"apihelp-compare-extended-description\";i:4684;s:31:\"apihelp-compare-param-fromtitle\";i:4685;s:28:\"apihelp-compare-param-fromid\";i:4686;s:29:\"apihelp-compare-param-fromrev\";i:4687;s:29:\"apihelp-compare-param-frompst\";i:4688;s:31:\"apihelp-compare-param-fromslots\";i:4689;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4690;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4691;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4692;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4693;s:30:\"apihelp-compare-param-fromtext\";i:4694;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4695;s:39:\"apihelp-compare-param-fromcontentformat\";i:4696;s:33:\"apihelp-compare-param-fromsection\";i:4697;s:29:\"apihelp-compare-param-totitle\";i:4698;s:26:\"apihelp-compare-param-toid\";i:4699;s:27:\"apihelp-compare-param-torev\";i:4700;s:32:\"apihelp-compare-param-torelative\";i:4701;s:27:\"apihelp-compare-param-topst\";i:4702;s:29:\"apihelp-compare-param-toslots\";i:4703;s:35:\"apihelp-compare-param-totext-{slot}\";i:4704;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4705;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4706;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4707;s:28:\"apihelp-compare-param-totext\";i:4708;s:36:\"apihelp-compare-param-tocontentmodel\";i:4709;s:37:\"apihelp-compare-param-tocontentformat\";i:4710;s:31:\"apihelp-compare-param-tosection\";i:4711;s:26:\"apihelp-compare-param-prop\";i:4712;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4713;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4714;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4715;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4716;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4717;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4718;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4719;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4720;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4721;s:27:\"apihelp-compare-param-slots\";i:4722;s:25:\"apihelp-compare-example-1\";i:4723;s:29:\"apihelp-createaccount-summary\";i:4724;s:41:\"apihelp-createaccount-param-preservestate\";i:4725;s:36:\"apihelp-createaccount-example-create\";i:4726;s:25:\"apihelp-cspreport-summary\";i:4727;s:34:\"apihelp-cspreport-param-reportonly\";i:4728;s:30:\"apihelp-cspreport-param-source\";i:4729;s:22:\"apihelp-delete-summary\";i:4730;s:26:\"apihelp-delete-param-title\";i:4731;s:27:\"apihelp-delete-param-pageid\";i:4732;s:27:\"apihelp-delete-param-reason\";i:4733;s:25:\"apihelp-delete-param-tags\";i:4734;s:31:\"apihelp-delete-param-deletetalk\";i:4735;s:26:\"apihelp-delete-param-watch\";i:4736;s:30:\"apihelp-delete-param-watchlist\";i:4737;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4738;s:28:\"apihelp-delete-param-unwatch\";i:4739;s:29:\"apihelp-delete-param-oldimage\";i:4740;s:29:\"apihelp-delete-example-simple\";i:4741;s:29:\"apihelp-delete-example-reason\";i:4742;s:24:\"apihelp-disabled-summary\";i:4743;s:20:\"apihelp-edit-summary\";i:4744;s:24:\"apihelp-edit-param-title\";i:4745;s:25:\"apihelp-edit-param-pageid\";i:4746;s:26:\"apihelp-edit-param-section\";i:4747;s:31:\"apihelp-edit-param-sectiontitle\";i:4748;s:23:\"apihelp-edit-param-text\";i:4749;s:26:\"apihelp-edit-param-summary\";i:4750;s:23:\"apihelp-edit-param-tags\";i:4751;s:24:\"apihelp-edit-param-minor\";i:4752;s:27:\"apihelp-edit-param-notminor\";i:4753;s:22:\"apihelp-edit-param-bot\";i:4754;s:28:\"apihelp-edit-param-baserevid\";i:4755;s:32:\"apihelp-edit-param-basetimestamp\";i:4756;s:33:\"apihelp-edit-param-starttimestamp\";i:4757;s:27:\"apihelp-edit-param-recreate\";i:4758;s:29:\"apihelp-edit-param-createonly\";i:4759;s:27:\"apihelp-edit-param-nocreate\";i:4760;s:24:\"apihelp-edit-param-watch\";i:4761;s:26:\"apihelp-edit-param-unwatch\";i:4762;s:28:\"apihelp-edit-param-watchlist\";i:4763;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4764;s:22:\"apihelp-edit-param-md5\";i:4765;s:30:\"apihelp-edit-param-prependtext\";i:4766;s:29:\"apihelp-edit-param-appendtext\";i:4767;s:23:\"apihelp-edit-param-undo\";i:4768;s:28:\"apihelp-edit-param-undoafter\";i:4769;s:27:\"apihelp-edit-param-redirect\";i:4770;s:32:\"apihelp-edit-param-contentformat\";i:4771;s:31:\"apihelp-edit-param-contentmodel\";i:4772;s:24:\"apihelp-edit-param-token\";i:4773;s:25:\"apihelp-edit-example-edit\";i:4774;s:28:\"apihelp-edit-example-prepend\";i:4775;s:25:\"apihelp-edit-example-undo\";i:4776;s:25:\"apihelp-emailuser-summary\";i:4777;s:30:\"apihelp-emailuser-param-target\";i:4778;s:31:\"apihelp-emailuser-param-subject\";i:4779;s:28:\"apihelp-emailuser-param-text\";i:4780;s:28:\"apihelp-emailuser-param-ccme\";i:4781;s:31:\"apihelp-emailuser-example-email\";i:4782;s:31:\"apihelp-expandtemplates-summary\";i:4783;s:35:\"apihelp-expandtemplates-param-title\";i:4784;s:34:\"apihelp-expandtemplates-param-text\";i:4785;s:35:\"apihelp-expandtemplates-param-revid\";i:4786;s:34:\"apihelp-expandtemplates-param-prop\";i:4787;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4788;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4789;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4790;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4791;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4792;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4793;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4794;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4795;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4796;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4797;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4798;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4799;s:38:\"apihelp-expandtemplates-example-simple\";i:4800;s:33:\"apihelp-feedcontributions-summary\";i:4801;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4802;s:36:\"apihelp-feedcontributions-param-user\";i:4803;s:41:\"apihelp-feedcontributions-param-namespace\";i:4804;s:36:\"apihelp-feedcontributions-param-year\";i:4805;s:37:\"apihelp-feedcontributions-param-month\";i:4806;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4807;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4808;s:39:\"apihelp-feedcontributions-param-toponly\";i:4809;s:39:\"apihelp-feedcontributions-param-newonly\";i:4810;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4811;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4812;s:40:\"apihelp-feedcontributions-example-simple\";i:4813;s:33:\"apihelp-feedrecentchanges-summary\";i:4814;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4815;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4816;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4817;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4818;s:36:\"apihelp-feedrecentchanges-param-days\";i:4819;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4820;s:36:\"apihelp-feedrecentchanges-param-from\";i:4821;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4822;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4823;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4824;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4825;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4826;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4827;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4828;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4829;s:38:\"apihelp-feedrecentchanges-param-target\";i:4830;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4831;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4832;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4833;s:29:\"apihelp-feedwatchlist-summary\";i:4834;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4835;s:33:\"apihelp-feedwatchlist-param-hours\";i:4836;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4837;s:37:\"apihelp-feedwatchlist-example-default\";i:4838;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4839;s:26:\"apihelp-filerevert-summary\";i:4840;s:33:\"apihelp-filerevert-param-filename\";i:4841;s:32:\"apihelp-filerevert-param-comment\";i:4842;s:36:\"apihelp-filerevert-param-archivename\";i:4843;s:33:\"apihelp-filerevert-example-revert\";i:4844;s:20:\"apihelp-help-summary\";i:4845;s:26:\"apihelp-help-param-modules\";i:4846;s:29:\"apihelp-help-param-submodules\";i:4847;s:38:\"apihelp-help-param-recursivesubmodules\";i:4848;s:29:\"apihelp-help-param-helpformat\";i:4849;s:23:\"apihelp-help-param-wrap\";i:4850;s:22:\"apihelp-help-param-toc\";i:4851;s:25:\"apihelp-help-example-main\";i:4852;s:31:\"apihelp-help-example-submodules\";i:4853;s:30:\"apihelp-help-example-recursive\";i:4854;s:25:\"apihelp-help-example-help\";i:4855;s:26:\"apihelp-help-example-query\";i:4856;s:27:\"apihelp-imagerotate-summary\";i:4857;s:34:\"apihelp-imagerotate-param-rotation\";i:4858;s:30:\"apihelp-imagerotate-param-tags\";i:4859;s:34:\"apihelp-imagerotate-example-simple\";i:4860;s:37:\"apihelp-imagerotate-example-generator\";i:4861;s:22:\"apihelp-import-summary\";i:4862;s:35:\"apihelp-import-extended-description\";i:4863;s:28:\"apihelp-import-param-summary\";i:4864;s:24:\"apihelp-import-param-xml\";i:4865;s:36:\"apihelp-import-param-interwikiprefix\";i:4866;s:37:\"apihelp-import-param-assignknownusers\";i:4867;s:36:\"apihelp-import-param-interwikisource\";i:4868;s:34:\"apihelp-import-param-interwikipage\";i:4869;s:32:\"apihelp-import-param-fullhistory\";i:4870;s:30:\"apihelp-import-param-templates\";i:4871;s:30:\"apihelp-import-param-namespace\";i:4872;s:29:\"apihelp-import-param-rootpage\";i:4873;s:25:\"apihelp-import-param-tags\";i:4874;s:29:\"apihelp-import-example-import\";i:4875;s:27:\"apihelp-linkaccount-summary\";i:4876;s:32:\"apihelp-linkaccount-example-link\";i:4877;s:21:\"apihelp-login-summary\";i:4878;s:34:\"apihelp-login-extended-description\";i:4879;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4880;s:24:\"apihelp-login-param-name\";i:4881;s:28:\"apihelp-login-param-password\";i:4882;s:26:\"apihelp-login-param-domain\";i:4883;s:25:\"apihelp-login-param-token\";i:4884;s:27:\"apihelp-login-example-login\";i:4885;s:22:\"apihelp-logout-summary\";i:4886;s:29:\"apihelp-logout-example-logout\";i:4887;s:26:\"apihelp-managetags-summary\";i:4888;s:34:\"apihelp-managetags-param-operation\";i:4889;s:28:\"apihelp-managetags-param-tag\";i:4890;s:31:\"apihelp-managetags-param-reason\";i:4891;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4892;s:29:\"apihelp-managetags-param-tags\";i:4893;s:33:\"apihelp-managetags-example-create\";i:4894;s:33:\"apihelp-managetags-example-delete\";i:4895;s:35:\"apihelp-managetags-example-activate\";i:4896;s:37:\"apihelp-managetags-example-deactivate\";i:4897;s:28:\"apihelp-mergehistory-summary\";i:4898;s:31:\"apihelp-mergehistory-param-from\";i:4899;s:33:\"apihelp-mergehistory-param-fromid\";i:4900;s:29:\"apihelp-mergehistory-param-to\";i:4901;s:31:\"apihelp-mergehistory-param-toid\";i:4902;s:36:\"apihelp-mergehistory-param-timestamp\";i:4903;s:33:\"apihelp-mergehistory-param-reason\";i:4904;s:34:\"apihelp-mergehistory-example-merge\";i:4905;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4906;s:20:\"apihelp-move-summary\";i:4907;s:23:\"apihelp-move-param-from\";i:4908;s:25:\"apihelp-move-param-fromid\";i:4909;s:21:\"apihelp-move-param-to\";i:4910;s:25:\"apihelp-move-param-reason\";i:4911;s:27:\"apihelp-move-param-movetalk\";i:4912;s:31:\"apihelp-move-param-movesubpages\";i:4913;s:29:\"apihelp-move-param-noredirect\";i:4914;s:24:\"apihelp-move-param-watch\";i:4915;s:26:\"apihelp-move-param-unwatch\";i:4916;s:28:\"apihelp-move-param-watchlist\";i:4917;s:34:\"apihelp-move-param-watchlistexpiry\";i:4918;s:33:\"apihelp-move-param-ignorewarnings\";i:4919;s:23:\"apihelp-move-param-tags\";i:4920;s:25:\"apihelp-move-example-move\";i:4921;s:26:\"apihelp-opensearch-summary\";i:4922;s:31:\"apihelp-opensearch-param-search\";i:4923;s:30:\"apihelp-opensearch-param-limit\";i:4924;s:34:\"apihelp-opensearch-param-namespace\";i:4925;s:32:\"apihelp-opensearch-param-suggest\";i:4926;s:34:\"apihelp-opensearch-param-redirects\";i:4927;s:31:\"apihelp-opensearch-param-format\";i:4928;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4929;s:29:\"apihelp-opensearch-example-te\";i:4930;s:23:\"apihelp-options-summary\";i:4931;s:36:\"apihelp-options-extended-description\";i:4932;s:27:\"apihelp-options-param-reset\";i:4933;s:32:\"apihelp-options-param-resetkinds\";i:4934;s:28:\"apihelp-options-param-change\";i:4935;s:32:\"apihelp-options-param-optionname\";i:4936;s:33:\"apihelp-options-param-optionvalue\";i:4937;s:29:\"apihelp-options-example-reset\";i:4938;s:30:\"apihelp-options-example-change\";i:4939;s:31:\"apihelp-options-example-complex\";i:4940;s:25:\"apihelp-paraminfo-summary\";i:4941;s:31:\"apihelp-paraminfo-param-modules\";i:4942;s:34:\"apihelp-paraminfo-param-helpformat\";i:4943;s:36:\"apihelp-paraminfo-param-querymodules\";i:4944;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4945;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4946;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4947;s:27:\"apihelp-paraminfo-example-1\";i:4948;s:27:\"apihelp-paraminfo-example-2\";i:4949;s:21:\"apihelp-parse-summary\";i:4950;s:34:\"apihelp-parse-extended-description\";i:4951;s:25:\"apihelp-parse-param-title\";i:4952;s:24:\"apihelp-parse-param-text\";i:4953;s:25:\"apihelp-parse-param-revid\";i:4954;s:27:\"apihelp-parse-param-summary\";i:4955;s:24:\"apihelp-parse-param-page\";i:4956;s:26:\"apihelp-parse-param-pageid\";i:4957;s:29:\"apihelp-parse-param-redirects\";i:4958;s:25:\"apihelp-parse-param-oldid\";i:4959;s:24:\"apihelp-parse-param-prop\";i:4960;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4961;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4962;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4963;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4964;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4965;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4966;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4967;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4968;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4969;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4970;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4971;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4972;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4973;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4974;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4975;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4976;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4977;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4978;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4979;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4980;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4981;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4982;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4983;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4984;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4985;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4986;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4987;s:23:\"apihelp-parse-param-pst\";i:4988;s:27:\"apihelp-parse-param-onlypst\";i:4989;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4990;s:27:\"apihelp-parse-param-section\";i:4991;s:32:\"apihelp-parse-param-sectiontitle\";i:4992;s:38:\"apihelp-parse-param-disablelimitreport\";i:4993;s:29:\"apihelp-parse-param-disablepp\";i:4994;s:38:\"apihelp-parse-param-disableeditsection\";i:4995;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4996;s:36:\"apihelp-parse-param-showstrategykeys\";i:4997;s:31:\"apihelp-parse-param-generatexml\";i:4998;s:27:\"apihelp-parse-param-preview\";i:4999;s:34:\"apihelp-parse-param-sectionpreview\";i:5000;s:30:\"apihelp-parse-param-disabletoc\";i:5001;s:27:\"apihelp-parse-param-useskin\";i:5002;s:33:\"apihelp-parse-param-contentformat\";i:5003;s:32:\"apihelp-parse-param-contentmodel\";i:5004;s:26:\"apihelp-parse-example-page\";i:5005;s:26:\"apihelp-parse-example-text\";i:5006;s:31:\"apihelp-parse-example-texttitle\";i:5007;s:29:\"apihelp-parse-example-summary\";i:5008;s:22:\"apihelp-patrol-summary\";i:5009;s:25:\"apihelp-patrol-param-rcid\";i:5010;s:26:\"apihelp-patrol-param-revid\";i:5011;s:25:\"apihelp-patrol-param-tags\";i:5012;s:27:\"apihelp-patrol-example-rcid\";i:5013;s:28:\"apihelp-patrol-example-revid\";i:5014;s:23:\"apihelp-protect-summary\";i:5015;s:27:\"apihelp-protect-param-title\";i:5016;s:28:\"apihelp-protect-param-pageid\";i:5017;s:33:\"apihelp-protect-param-protections\";i:5018;s:28:\"apihelp-protect-param-expiry\";i:5019;s:28:\"apihelp-protect-param-reason\";i:5020;s:26:\"apihelp-protect-param-tags\";i:5021;s:29:\"apihelp-protect-param-cascade\";i:5022;s:27:\"apihelp-protect-param-watch\";i:5023;s:31:\"apihelp-protect-param-watchlist\";i:5024;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5025;s:31:\"apihelp-protect-example-protect\";i:5026;s:33:\"apihelp-protect-example-unprotect\";i:5027;s:34:\"apihelp-protect-example-unprotect2\";i:5028;s:21:\"apihelp-purge-summary\";i:5029;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5030;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5031;s:28:\"apihelp-purge-example-simple\";i:5032;s:31:\"apihelp-purge-example-generator\";i:5033;s:21:\"apihelp-query-summary\";i:5034;s:34:\"apihelp-query-extended-description\";i:5035;s:24:\"apihelp-query-param-prop\";i:5036;s:24:\"apihelp-query-param-list\";i:5037;s:24:\"apihelp-query-param-meta\";i:5038;s:32:\"apihelp-query-param-indexpageids\";i:5039;s:26:\"apihelp-query-param-export\";i:5040;s:32:\"apihelp-query-param-exportnowrap\";i:5041;s:32:\"apihelp-query-param-exportschema\";i:5042;s:25:\"apihelp-query-param-iwurl\";i:5043;s:31:\"apihelp-query-param-rawcontinue\";i:5044;s:31:\"apihelp-query-example-revisions\";i:5045;s:30:\"apihelp-query-example-allpages\";i:5046;s:35:\"apihelp-query+allcategories-summary\";i:5047;s:38:\"apihelp-query+allcategories-param-from\";i:5048;s:36:\"apihelp-query+allcategories-param-to\";i:5049;s:40:\"apihelp-query+allcategories-param-prefix\";i:5050;s:37:\"apihelp-query+allcategories-param-dir\";i:5051;s:37:\"apihelp-query+allcategories-param-min\";i:5052;s:37:\"apihelp-query+allcategories-param-max\";i:5053;s:39:\"apihelp-query+allcategories-param-limit\";i:5054;s:38:\"apihelp-query+allcategories-param-prop\";i:5055;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5056;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5057;s:40:\"apihelp-query+allcategories-example-size\";i:5058;s:45:\"apihelp-query+allcategories-example-generator\";i:5059;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5060;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5061;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5062;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5063;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5064;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5065;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5066;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5067;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5068;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5069;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5070;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5071;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5072;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5073;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5074;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5075;s:35:\"apihelp-query+allfileusages-summary\";i:5076;s:38:\"apihelp-query+allfileusages-param-from\";i:5077;s:36:\"apihelp-query+allfileusages-param-to\";i:5078;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5079;s:40:\"apihelp-query+allfileusages-param-unique\";i:5080;s:38:\"apihelp-query+allfileusages-param-prop\";i:5081;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5082;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5083;s:39:\"apihelp-query+allfileusages-param-limit\";i:5084;s:37:\"apihelp-query+allfileusages-param-dir\";i:5085;s:37:\"apihelp-query+allfileusages-example-b\";i:5086;s:42:\"apihelp-query+allfileusages-example-unique\";i:5087;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5088;s:45:\"apihelp-query+allfileusages-example-generator\";i:5089;s:31:\"apihelp-query+allimages-summary\";i:5090;s:34:\"apihelp-query+allimages-param-sort\";i:5091;s:33:\"apihelp-query+allimages-param-dir\";i:5092;s:34:\"apihelp-query+allimages-param-from\";i:5093;s:32:\"apihelp-query+allimages-param-to\";i:5094;s:35:\"apihelp-query+allimages-param-start\";i:5095;s:33:\"apihelp-query+allimages-param-end\";i:5096;s:36:\"apihelp-query+allimages-param-prefix\";i:5097;s:37:\"apihelp-query+allimages-param-minsize\";i:5098;s:37:\"apihelp-query+allimages-param-maxsize\";i:5099;s:34:\"apihelp-query+allimages-param-sha1\";i:5100;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5101;s:34:\"apihelp-query+allimages-param-user\";i:5102;s:40:\"apihelp-query+allimages-param-filterbots\";i:5103;s:34:\"apihelp-query+allimages-param-mime\";i:5104;s:35:\"apihelp-query+allimages-param-limit\";i:5105;s:33:\"apihelp-query+allimages-example-b\";i:5106;s:38:\"apihelp-query+allimages-example-recent\";i:5107;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5108;s:41:\"apihelp-query+allimages-example-generator\";i:5109;s:30:\"apihelp-query+alllinks-summary\";i:5110;s:33:\"apihelp-query+alllinks-param-from\";i:5111;s:31:\"apihelp-query+alllinks-param-to\";i:5112;s:35:\"apihelp-query+alllinks-param-prefix\";i:5113;s:35:\"apihelp-query+alllinks-param-unique\";i:5114;s:33:\"apihelp-query+alllinks-param-prop\";i:5115;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5116;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5117;s:38:\"apihelp-query+alllinks-param-namespace\";i:5118;s:34:\"apihelp-query+alllinks-param-limit\";i:5119;s:32:\"apihelp-query+alllinks-param-dir\";i:5120;s:32:\"apihelp-query+alllinks-example-b\";i:5121;s:37:\"apihelp-query+alllinks-example-unique\";i:5122;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5123;s:40:\"apihelp-query+alllinks-example-generator\";i:5124;s:33:\"apihelp-query+allmessages-summary\";i:5125;s:40:\"apihelp-query+allmessages-param-messages\";i:5126;s:36:\"apihelp-query+allmessages-param-prop\";i:5127;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5128;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5129;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5130;s:36:\"apihelp-query+allmessages-param-args\";i:5131;s:38:\"apihelp-query+allmessages-param-filter\";i:5132;s:42:\"apihelp-query+allmessages-param-customised\";i:5133;s:36:\"apihelp-query+allmessages-param-lang\";i:5134;s:36:\"apihelp-query+allmessages-param-from\";i:5135;s:34:\"apihelp-query+allmessages-param-to\";i:5136;s:37:\"apihelp-query+allmessages-param-title\";i:5137;s:38:\"apihelp-query+allmessages-param-prefix\";i:5138;s:37:\"apihelp-query+allmessages-example-ipb\";i:5139;s:36:\"apihelp-query+allmessages-example-de\";i:5140;s:30:\"apihelp-query+allpages-summary\";i:5141;s:33:\"apihelp-query+allpages-param-from\";i:5142;s:31:\"apihelp-query+allpages-param-to\";i:5143;s:35:\"apihelp-query+allpages-param-prefix\";i:5144;s:38:\"apihelp-query+allpages-param-namespace\";i:5145;s:40:\"apihelp-query+allpages-param-filterredir\";i:5146;s:36:\"apihelp-query+allpages-param-minsize\";i:5147;s:36:\"apihelp-query+allpages-param-maxsize\";i:5148;s:35:\"apihelp-query+allpages-param-prtype\";i:5149;s:36:\"apihelp-query+allpages-param-prlevel\";i:5150;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5151;s:34:\"apihelp-query+allpages-param-limit\";i:5152;s:32:\"apihelp-query+allpages-param-dir\";i:5153;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5154;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5155;s:32:\"apihelp-query+allpages-example-b\";i:5156;s:40:\"apihelp-query+allpages-example-generator\";i:5157;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5158;s:34:\"apihelp-query+allredirects-summary\";i:5159;s:37:\"apihelp-query+allredirects-param-from\";i:5160;s:35:\"apihelp-query+allredirects-param-to\";i:5161;s:39:\"apihelp-query+allredirects-param-prefix\";i:5162;s:39:\"apihelp-query+allredirects-param-unique\";i:5163;s:37:\"apihelp-query+allredirects-param-prop\";i:5164;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5165;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5166;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5167;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5168;s:42:\"apihelp-query+allredirects-param-namespace\";i:5169;s:38:\"apihelp-query+allredirects-param-limit\";i:5170;s:36:\"apihelp-query+allredirects-param-dir\";i:5171;s:36:\"apihelp-query+allredirects-example-b\";i:5172;s:41:\"apihelp-query+allredirects-example-unique\";i:5173;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5174;s:44:\"apihelp-query+allredirects-example-generator\";i:5175;s:34:\"apihelp-query+allrevisions-summary\";i:5176;s:38:\"apihelp-query+allrevisions-param-start\";i:5177;s:36:\"apihelp-query+allrevisions-param-end\";i:5178;s:37:\"apihelp-query+allrevisions-param-user\";i:5179;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5180;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5181;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5182;s:39:\"apihelp-query+allrevisions-example-user\";i:5183;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5184;s:36:\"apihelp-query+mystashedfiles-summary\";i:5185;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5186;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5187;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5188;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5189;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5190;s:38:\"apihelp-query+alltransclusions-summary\";i:5191;s:41:\"apihelp-query+alltransclusions-param-from\";i:5192;s:39:\"apihelp-query+alltransclusions-param-to\";i:5193;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5194;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5195;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5196;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5197;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5198;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5199;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5200;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5201;s:40:\"apihelp-query+alltransclusions-example-b\";i:5202;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5203;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5204;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5205;s:30:\"apihelp-query+allusers-summary\";i:5206;s:33:\"apihelp-query+allusers-param-from\";i:5207;s:31:\"apihelp-query+allusers-param-to\";i:5208;s:35:\"apihelp-query+allusers-param-prefix\";i:5209;s:32:\"apihelp-query+allusers-param-dir\";i:5210;s:34:\"apihelp-query+allusers-param-group\";i:5211;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5212;s:35:\"apihelp-query+allusers-param-rights\";i:5213;s:33:\"apihelp-query+allusers-param-prop\";i:5214;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5215;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5216;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5217;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5218;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5219;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5220;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5221;s:34:\"apihelp-query+allusers-param-limit\";i:5222;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5223;s:40:\"apihelp-query+allusers-param-activeusers\";i:5224;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5225;s:32:\"apihelp-query+allusers-example-y\";i:5226;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5227;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5228;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5229;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5230;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5231;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5232;s:31:\"apihelp-query+backlinks-summary\";i:5233;s:35:\"apihelp-query+backlinks-param-title\";i:5234;s:36:\"apihelp-query+backlinks-param-pageid\";i:5235;s:39:\"apihelp-query+backlinks-param-namespace\";i:5236;s:33:\"apihelp-query+backlinks-param-dir\";i:5237;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5238;s:35:\"apihelp-query+backlinks-param-limit\";i:5239;s:38:\"apihelp-query+backlinks-param-redirect\";i:5240;s:38:\"apihelp-query+backlinks-example-simple\";i:5241;s:41:\"apihelp-query+backlinks-example-generator\";i:5242;s:28:\"apihelp-query+blocks-summary\";i:5243;s:32:\"apihelp-query+blocks-param-start\";i:5244;s:30:\"apihelp-query+blocks-param-end\";i:5245;s:30:\"apihelp-query+blocks-param-ids\";i:5246;s:32:\"apihelp-query+blocks-param-users\";i:5247;s:29:\"apihelp-query+blocks-param-ip\";i:5248;s:32:\"apihelp-query+blocks-param-limit\";i:5249;s:31:\"apihelp-query+blocks-param-prop\";i:5250;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5251;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5252;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5253;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5254;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5255;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5256;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5257;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5258;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5259;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5260;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5261;s:31:\"apihelp-query+blocks-param-show\";i:5262;s:35:\"apihelp-query+blocks-example-simple\";i:5263;s:34:\"apihelp-query+blocks-example-users\";i:5264;s:32:\"apihelp-query+categories-summary\";i:5265;s:35:\"apihelp-query+categories-param-prop\";i:5266;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5267;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5268;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5269;s:35:\"apihelp-query+categories-param-show\";i:5270;s:36:\"apihelp-query+categories-param-limit\";i:5271;s:41:\"apihelp-query+categories-param-categories\";i:5272;s:34:\"apihelp-query+categories-param-dir\";i:5273;s:39:\"apihelp-query+categories-example-simple\";i:5274;s:42:\"apihelp-query+categories-example-generator\";i:5275;s:34:\"apihelp-query+categoryinfo-summary\";i:5276;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5277;s:37:\"apihelp-query+categorymembers-summary\";i:5278;s:41:\"apihelp-query+categorymembers-param-title\";i:5279;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5280;s:40:\"apihelp-query+categorymembers-param-prop\";i:5281;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5282;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5283;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5284;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5285;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5286;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5287;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5288;s:40:\"apihelp-query+categorymembers-param-type\";i:5289;s:41:\"apihelp-query+categorymembers-param-limit\";i:5290;s:40:\"apihelp-query+categorymembers-param-sort\";i:5291;s:39:\"apihelp-query+categorymembers-param-dir\";i:5292;s:41:\"apihelp-query+categorymembers-param-start\";i:5293;s:39:\"apihelp-query+categorymembers-param-end\";i:5294;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5295;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5296;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5297;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5298;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5299;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5300;s:44:\"apihelp-query+categorymembers-example-simple\";i:5301;s:47:\"apihelp-query+categorymembers-example-generator\";i:5302;s:34:\"apihelp-query+contributors-summary\";i:5303;s:38:\"apihelp-query+contributors-param-group\";i:5304;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5305;s:39:\"apihelp-query+contributors-param-rights\";i:5306;s:46:\"apihelp-query+contributors-param-excluderights\";i:5307;s:38:\"apihelp-query+contributors-param-limit\";i:5308;s:41:\"apihelp-query+contributors-example-simple\";i:5309;s:38:\"apihelp-query+deletedrevisions-summary\";i:5310;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5311;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5312;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5313;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5314;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5315;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5316;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5317;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5318;s:33:\"apihelp-query+deletedrevs-summary\";i:5319;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5320;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5321;s:37:\"apihelp-query+deletedrevs-param-start\";i:5322;s:35:\"apihelp-query+deletedrevs-param-end\";i:5323;s:36:\"apihelp-query+deletedrevs-param-from\";i:5324;s:34:\"apihelp-query+deletedrevs-param-to\";i:5325;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5326;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5327;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5328;s:36:\"apihelp-query+deletedrevs-param-user\";i:5329;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5330;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5331;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5332;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5333;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5334;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5335;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5336;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5337;s:30:\"apihelp-query+disabled-summary\";i:5338;s:36:\"apihelp-query+duplicatefiles-summary\";i:5339;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5340;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5341;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5342;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5343;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5344;s:32:\"apihelp-query+embeddedin-summary\";i:5345;s:36:\"apihelp-query+embeddedin-param-title\";i:5346;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5347;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5348;s:34:\"apihelp-query+embeddedin-param-dir\";i:5349;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5350;s:36:\"apihelp-query+embeddedin-param-limit\";i:5351;s:39:\"apihelp-query+embeddedin-example-simple\";i:5352;s:42:\"apihelp-query+embeddedin-example-generator\";i:5353;s:30:\"apihelp-query+extlinks-summary\";i:5354;s:34:\"apihelp-query+extlinks-param-limit\";i:5355;s:37:\"apihelp-query+extlinks-param-protocol\";i:5356;s:34:\"apihelp-query+extlinks-param-query\";i:5357;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5358;s:37:\"apihelp-query+extlinks-example-simple\";i:5359;s:33:\"apihelp-query+exturlusage-summary\";i:5360;s:36:\"apihelp-query+exturlusage-param-prop\";i:5361;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5362;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5363;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5364;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5365;s:37:\"apihelp-query+exturlusage-param-query\";i:5366;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5367;s:37:\"apihelp-query+exturlusage-param-limit\";i:5368;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5369;s:40:\"apihelp-query+exturlusage-example-simple\";i:5370;s:33:\"apihelp-query+filearchive-summary\";i:5371;s:36:\"apihelp-query+filearchive-param-from\";i:5372;s:34:\"apihelp-query+filearchive-param-to\";i:5373;s:38:\"apihelp-query+filearchive-param-prefix\";i:5374;s:37:\"apihelp-query+filearchive-param-limit\";i:5375;s:35:\"apihelp-query+filearchive-param-dir\";i:5376;s:36:\"apihelp-query+filearchive-param-sha1\";i:5377;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5378;s:36:\"apihelp-query+filearchive-param-prop\";i:5379;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5380;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5381;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5382;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5383;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5384;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5385;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5386;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5387;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5388;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5389;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5390;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5391;s:40:\"apihelp-query+filearchive-example-simple\";i:5392;s:34:\"apihelp-query+filerepoinfo-summary\";i:5393;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5394;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5395;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5396;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5397;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5398;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5399;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5400;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5401;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5402;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5403;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5404;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5405;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5406;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5407;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5408;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5409;s:31:\"apihelp-query+fileusage-summary\";i:5410;s:34:\"apihelp-query+fileusage-param-prop\";i:5411;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5412;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5413;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5414;s:39:\"apihelp-query+fileusage-param-namespace\";i:5415;s:35:\"apihelp-query+fileusage-param-limit\";i:5416;s:34:\"apihelp-query+fileusage-param-show\";i:5417;s:38:\"apihelp-query+fileusage-example-simple\";i:5418;s:41:\"apihelp-query+fileusage-example-generator\";i:5419;s:31:\"apihelp-query+imageinfo-summary\";i:5420;s:34:\"apihelp-query+imageinfo-param-prop\";i:5421;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5422;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5423;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5424;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5425;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5426;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5427;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5428;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5429;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5430;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5431;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5432;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5433;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5434;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5435;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5436;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5437;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5438;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5439;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5440;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5441;s:35:\"apihelp-query+imageinfo-param-limit\";i:5442;s:35:\"apihelp-query+imageinfo-param-start\";i:5443;s:33:\"apihelp-query+imageinfo-param-end\";i:5444;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5445;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5446;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5447;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5448;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5449;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5450;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5451;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5452;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5453;s:38:\"apihelp-query+imageinfo-example-simple\";i:5454;s:37:\"apihelp-query+imageinfo-example-dated\";i:5455;s:28:\"apihelp-query+images-summary\";i:5456;s:32:\"apihelp-query+images-param-limit\";i:5457;s:33:\"apihelp-query+images-param-images\";i:5458;s:30:\"apihelp-query+images-param-dir\";i:5459;s:35:\"apihelp-query+images-example-simple\";i:5460;s:38:\"apihelp-query+images-example-generator\";i:5461;s:32:\"apihelp-query+imageusage-summary\";i:5462;s:36:\"apihelp-query+imageusage-param-title\";i:5463;s:37:\"apihelp-query+imageusage-param-pageid\";i:5464;s:40:\"apihelp-query+imageusage-param-namespace\";i:5465;s:34:\"apihelp-query+imageusage-param-dir\";i:5466;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5467;s:36:\"apihelp-query+imageusage-param-limit\";i:5468;s:39:\"apihelp-query+imageusage-param-redirect\";i:5469;s:39:\"apihelp-query+imageusage-example-simple\";i:5470;s:42:\"apihelp-query+imageusage-example-generator\";i:5471;s:26:\"apihelp-query+info-summary\";i:5472;s:29:\"apihelp-query+info-param-prop\";i:5473;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5474;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5475;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5476;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5477;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5478;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5479;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5480;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5481;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5482;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5483;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5484;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5485;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5486;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5487;s:36:\"apihelp-query+info-param-linkcontext\";i:5488;s:36:\"apihelp-query+info-param-testactions\";i:5489;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5490;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5491;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5492;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5493;s:33:\"apihelp-query+info-example-simple\";i:5494;s:37:\"apihelp-query+info-example-protection\";i:5495;s:33:\"apihelp-query+iwbacklinks-summary\";i:5496;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5497;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5498;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5499;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5500;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5501;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5502;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5503;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5504;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5505;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5506;s:29:\"apihelp-query+iwlinks-summary\";i:5507;s:31:\"apihelp-query+iwlinks-param-url\";i:5508;s:32:\"apihelp-query+iwlinks-param-prop\";i:5509;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5510;s:33:\"apihelp-query+iwlinks-param-limit\";i:5511;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5512;s:33:\"apihelp-query+iwlinks-param-title\";i:5513;s:31:\"apihelp-query+iwlinks-param-dir\";i:5514;s:36:\"apihelp-query+iwlinks-example-simple\";i:5515;s:35:\"apihelp-query+langbacklinks-summary\";i:5516;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5517;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5518;s:39:\"apihelp-query+langbacklinks-param-title\";i:5519;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5520;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5521;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5522;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5523;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5524;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5525;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5526;s:31:\"apihelp-query+langlinks-summary\";i:5527;s:35:\"apihelp-query+langlinks-param-limit\";i:5528;s:33:\"apihelp-query+langlinks-param-url\";i:5529;s:34:\"apihelp-query+langlinks-param-prop\";i:5530;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5531;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5532;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5533;s:34:\"apihelp-query+langlinks-param-lang\";i:5534;s:35:\"apihelp-query+langlinks-param-title\";i:5535;s:33:\"apihelp-query+langlinks-param-dir\";i:5536;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5537;s:38:\"apihelp-query+langlinks-example-simple\";i:5538;s:34:\"apihelp-query+languageinfo-summary\";i:5539;s:47:\"apihelp-query+languageinfo-extended-description\";i:5540;s:37:\"apihelp-query+languageinfo-param-prop\";i:5541;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5542;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5543;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5544;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5545;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5546;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5547;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5548;s:37:\"apihelp-query+languageinfo-param-code\";i:5549;s:41:\"apihelp-query+languageinfo-example-simple\";i:5550;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5551;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5552;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5553;s:27:\"apihelp-query+links-summary\";i:5554;s:35:\"apihelp-query+links-param-namespace\";i:5555;s:31:\"apihelp-query+links-param-limit\";i:5556;s:32:\"apihelp-query+links-param-titles\";i:5557;s:29:\"apihelp-query+links-param-dir\";i:5558;s:34:\"apihelp-query+links-example-simple\";i:5559;s:37:\"apihelp-query+links-example-generator\";i:5560;s:38:\"apihelp-query+links-example-namespaces\";i:5561;s:31:\"apihelp-query+linkshere-summary\";i:5562;s:34:\"apihelp-query+linkshere-param-prop\";i:5563;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5564;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5565;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5566;s:39:\"apihelp-query+linkshere-param-namespace\";i:5567;s:35:\"apihelp-query+linkshere-param-limit\";i:5568;s:34:\"apihelp-query+linkshere-param-show\";i:5569;s:38:\"apihelp-query+linkshere-example-simple\";i:5570;s:41:\"apihelp-query+linkshere-example-generator\";i:5571;s:31:\"apihelp-query+logevents-summary\";i:5572;s:34:\"apihelp-query+logevents-param-prop\";i:5573;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5574;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5575;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5576;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5577;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5578;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5579;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5580;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5581;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5582;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5583;s:34:\"apihelp-query+logevents-param-type\";i:5584;s:36:\"apihelp-query+logevents-param-action\";i:5585;s:35:\"apihelp-query+logevents-param-start\";i:5586;s:33:\"apihelp-query+logevents-param-end\";i:5587;s:34:\"apihelp-query+logevents-param-user\";i:5588;s:35:\"apihelp-query+logevents-param-title\";i:5589;s:39:\"apihelp-query+logevents-param-namespace\";i:5590;s:36:\"apihelp-query+logevents-param-prefix\";i:5591;s:33:\"apihelp-query+logevents-param-tag\";i:5592;s:35:\"apihelp-query+logevents-param-limit\";i:5593;s:38:\"apihelp-query+logevents-example-simple\";i:5594;s:35:\"apihelp-query+pagepropnames-summary\";i:5595;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5596;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5597;s:31:\"apihelp-query+pageprops-summary\";i:5598;s:34:\"apihelp-query+pageprops-param-prop\";i:5599;s:38:\"apihelp-query+pageprops-example-simple\";i:5600;s:35:\"apihelp-query+pageswithprop-summary\";i:5601;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5602;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5603;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5604;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5605;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5606;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5607;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5608;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5609;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5610;s:34:\"apihelp-query+prefixsearch-summary\";i:5611;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5612;s:39:\"apihelp-query+prefixsearch-param-search\";i:5613;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5614;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5615;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5616;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5617;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5618;s:37:\"apihelp-query+protectedtitles-summary\";i:5619;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5620;s:41:\"apihelp-query+protectedtitles-param-level\";i:5621;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5622;s:41:\"apihelp-query+protectedtitles-param-start\";i:5623;s:39:\"apihelp-query+protectedtitles-param-end\";i:5624;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5625;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5626;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5627;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5628;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5629;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5630;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5631;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5632;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5633;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5634;s:31:\"apihelp-query+querypage-summary\";i:5635;s:34:\"apihelp-query+querypage-param-page\";i:5636;s:35:\"apihelp-query+querypage-param-limit\";i:5637;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5638;s:28:\"apihelp-query+random-summary\";i:5639;s:41:\"apihelp-query+random-extended-description\";i:5640;s:36:\"apihelp-query+random-param-namespace\";i:5641;s:32:\"apihelp-query+random-param-limit\";i:5642;s:35:\"apihelp-query+random-param-redirect\";i:5643;s:38:\"apihelp-query+random-param-filterredir\";i:5644;s:35:\"apihelp-query+random-example-simple\";i:5645;s:38:\"apihelp-query+random-example-generator\";i:5646;s:35:\"apihelp-query+recentchanges-summary\";i:5647;s:39:\"apihelp-query+recentchanges-param-start\";i:5648;s:37:\"apihelp-query+recentchanges-param-end\";i:5649;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5650;s:38:\"apihelp-query+recentchanges-param-user\";i:5651;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5652;s:37:\"apihelp-query+recentchanges-param-tag\";i:5653;s:38:\"apihelp-query+recentchanges-param-slot\";i:5654;s:38:\"apihelp-query+recentchanges-param-prop\";i:5655;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5656;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5657;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5658;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5659;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5660;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5661;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5662;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5663;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5664;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5665;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5666;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5667;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5668;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5669;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5670;s:38:\"apihelp-query+recentchanges-param-show\";i:5671;s:39:\"apihelp-query+recentchanges-param-limit\";i:5672;s:38:\"apihelp-query+recentchanges-param-type\";i:5673;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5674;s:39:\"apihelp-query+recentchanges-param-title\";i:5675;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5676;s:42:\"apihelp-query+recentchanges-example-simple\";i:5677;s:45:\"apihelp-query+recentchanges-example-generator\";i:5678;s:31:\"apihelp-query+redirects-summary\";i:5679;s:34:\"apihelp-query+redirects-param-prop\";i:5680;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5681;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5682;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5683;s:39:\"apihelp-query+redirects-param-namespace\";i:5684;s:35:\"apihelp-query+redirects-param-limit\";i:5685;s:34:\"apihelp-query+redirects-param-show\";i:5686;s:38:\"apihelp-query+redirects-example-simple\";i:5687;s:41:\"apihelp-query+redirects-example-generator\";i:5688;s:31:\"apihelp-query+revisions-summary\";i:5689;s:44:\"apihelp-query+revisions-extended-description\";i:5690;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5691;s:37:\"apihelp-query+revisions-param-startid\";i:5692;s:35:\"apihelp-query+revisions-param-endid\";i:5693;s:35:\"apihelp-query+revisions-param-start\";i:5694;s:33:\"apihelp-query+revisions-param-end\";i:5695;s:34:\"apihelp-query+revisions-param-user\";i:5696;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5697;s:33:\"apihelp-query+revisions-param-tag\";i:5698;s:39:\"apihelp-query+revisions-example-content\";i:5699;s:37:\"apihelp-query+revisions-example-last5\";i:5700;s:38:\"apihelp-query+revisions-example-first5\";i:5701;s:44:\"apihelp-query+revisions-example-first5-after\";i:5702;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5703;s:43:\"apihelp-query+revisions-example-first5-user\";i:5704;s:39:\"apihelp-query+revisions+base-param-prop\";i:5705;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5706;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5707;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5708;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5709;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5710;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5711;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5712;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5713;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5714;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5715;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5716;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5717;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5718;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5719;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5720;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5721;s:40:\"apihelp-query+revisions+base-param-slots\";i:5722;s:40:\"apihelp-query+revisions+base-param-limit\";i:5723;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5724;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5725;s:40:\"apihelp-query+revisions+base-param-parse\";i:5726;s:42:\"apihelp-query+revisions+base-param-section\";i:5727;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5728;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5729;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5730;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5731;s:28:\"apihelp-query+search-summary\";i:5732;s:33:\"apihelp-query+search-param-search\";i:5733;s:36:\"apihelp-query+search-param-namespace\";i:5734;s:31:\"apihelp-query+search-param-what\";i:5735;s:31:\"apihelp-query+search-param-info\";i:5736;s:31:\"apihelp-query+search-param-prop\";i:5737;s:36:\"apihelp-query+search-param-qiprofile\";i:5738;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5739;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5740;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5741;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5742;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5743;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5744;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5745;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5746;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5747;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5748;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5749;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5750;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5751;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5752;s:32:\"apihelp-query+search-param-limit\";i:5753;s:36:\"apihelp-query+search-param-interwiki\";i:5754;s:34:\"apihelp-query+search-param-backend\";i:5755;s:41:\"apihelp-query+search-param-enablerewrites\";i:5756;s:31:\"apihelp-query+search-param-sort\";i:5757;s:35:\"apihelp-query+search-example-simple\";i:5758;s:33:\"apihelp-query+search-example-text\";i:5759;s:38:\"apihelp-query+search-example-generator\";i:5760;s:30:\"apihelp-query+siteinfo-summary\";i:5761;s:33:\"apihelp-query+siteinfo-param-prop\";i:5762;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5763;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5764;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5765;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5766;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5767;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5768;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5769;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5770;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5771;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5772;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5773;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5774;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5775;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5776;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5777;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5778;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5779;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5780;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5781;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5782;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5783;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5784;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5785;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5786;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5787;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5788;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5789;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5790;s:37:\"apihelp-query+siteinfo-example-simple\";i:5791;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5792;s:37:\"apihelp-query+siteinfo-example-replag\";i:5793;s:36:\"apihelp-query+stashimageinfo-summary\";i:5794;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5795;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5796;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5797;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5798;s:26:\"apihelp-query+tags-summary\";i:5799;s:30:\"apihelp-query+tags-param-limit\";i:5800;s:29:\"apihelp-query+tags-param-prop\";i:5801;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5802;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5803;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5804;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5805;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5806;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5807;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5808;s:33:\"apihelp-query+tags-example-simple\";i:5809;s:31:\"apihelp-query+templates-summary\";i:5810;s:39:\"apihelp-query+templates-param-namespace\";i:5811;s:35:\"apihelp-query+templates-param-limit\";i:5812;s:39:\"apihelp-query+templates-param-templates\";i:5813;s:33:\"apihelp-query+templates-param-dir\";i:5814;s:38:\"apihelp-query+templates-example-simple\";i:5815;s:41:\"apihelp-query+templates-example-generator\";i:5816;s:42:\"apihelp-query+templates-example-namespaces\";i:5817;s:28:\"apihelp-query+tokens-summary\";i:5818;s:31:\"apihelp-query+tokens-param-type\";i:5819;s:35:\"apihelp-query+tokens-example-simple\";i:5820;s:34:\"apihelp-query+tokens-example-types\";i:5821;s:35:\"apihelp-query+transcludedin-summary\";i:5822;s:38:\"apihelp-query+transcludedin-param-prop\";i:5823;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5824;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5825;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5826;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5827;s:39:\"apihelp-query+transcludedin-param-limit\";i:5828;s:38:\"apihelp-query+transcludedin-param-show\";i:5829;s:42:\"apihelp-query+transcludedin-example-simple\";i:5830;s:45:\"apihelp-query+transcludedin-example-generator\";i:5831;s:34:\"apihelp-query+usercontribs-summary\";i:5832;s:38:\"apihelp-query+usercontribs-param-limit\";i:5833;s:38:\"apihelp-query+usercontribs-param-start\";i:5834;s:36:\"apihelp-query+usercontribs-param-end\";i:5835;s:37:\"apihelp-query+usercontribs-param-user\";i:5836;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5837;s:40:\"apihelp-query+usercontribs-param-userids\";i:5838;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5839;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5840;s:37:\"apihelp-query+usercontribs-param-prop\";i:5841;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5842;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5843;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5844;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5845;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5846;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5847;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5848;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5849;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5850;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5851;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5852;s:37:\"apihelp-query+usercontribs-param-show\";i:5853;s:36:\"apihelp-query+usercontribs-param-tag\";i:5854;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5855;s:39:\"apihelp-query+usercontribs-example-user\";i:5856;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5857;s:30:\"apihelp-query+userinfo-summary\";i:5858;s:33:\"apihelp-query+userinfo-param-prop\";i:5859;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5860;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5861;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5862;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5863;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5864;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5865;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5866;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5867;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5868;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5869;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:5870;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5871;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5872;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5873;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5874;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5875;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5876;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5877;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5878;s:37:\"apihelp-query+userinfo-example-simple\";i:5879;s:35:\"apihelp-query+userinfo-example-data\";i:5880;s:27:\"apihelp-query+users-summary\";i:5881;s:30:\"apihelp-query+users-param-prop\";i:5882;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5883;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5884;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5885;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5886;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5887;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5888;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5889;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5890;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5891;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5892;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5893;s:38:\"apihelp-query+users-param-attachedwiki\";i:5894;s:31:\"apihelp-query+users-param-users\";i:5895;s:33:\"apihelp-query+users-param-userids\";i:5896;s:34:\"apihelp-query+users-example-simple\";i:5897;s:31:\"apihelp-query+watchlist-summary\";i:5898;s:36:\"apihelp-query+watchlist-param-allrev\";i:5899;s:35:\"apihelp-query+watchlist-param-start\";i:5900;s:33:\"apihelp-query+watchlist-param-end\";i:5901;s:39:\"apihelp-query+watchlist-param-namespace\";i:5902;s:34:\"apihelp-query+watchlist-param-user\";i:5903;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5904;s:35:\"apihelp-query+watchlist-param-limit\";i:5905;s:34:\"apihelp-query+watchlist-param-prop\";i:5906;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5907;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5908;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5909;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5910;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5911;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5912;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5913;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5914;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5915;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5916;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5917;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5918;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5919;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5920;s:34:\"apihelp-query+watchlist-param-show\";i:5921;s:34:\"apihelp-query+watchlist-param-type\";i:5922;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5923;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5924;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5925;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5926;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5927;s:35:\"apihelp-query+watchlist-param-owner\";i:5928;s:35:\"apihelp-query+watchlist-param-token\";i:5929;s:38:\"apihelp-query+watchlist-example-simple\";i:5930;s:37:\"apihelp-query+watchlist-example-props\";i:5931;s:38:\"apihelp-query+watchlist-example-expiry\";i:5932;s:38:\"apihelp-query+watchlist-example-allrev\";i:5933;s:41:\"apihelp-query+watchlist-example-generator\";i:5934;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5935;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5936;s:34:\"apihelp-query+watchlistraw-summary\";i:5937;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5938;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5939;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5940;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5941;s:37:\"apihelp-query+watchlistraw-param-show\";i:5942;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5943;s:38:\"apihelp-query+watchlistraw-param-token\";i:5944;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5945;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5946;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5947;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5948;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5949;s:40:\"apihelp-removeauthenticationdata-summary\";i:5950;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5951;s:29:\"apihelp-resetpassword-summary\";i:5952;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5953;s:32:\"apihelp-resetpassword-param-user\";i:5954;s:33:\"apihelp-resetpassword-param-email\";i:5955;s:34:\"apihelp-resetpassword-example-user\";i:5956;s:35:\"apihelp-resetpassword-example-email\";i:5957;s:30:\"apihelp-revisiondelete-summary\";i:5958;s:33:\"apihelp-revisiondelete-param-type\";i:5959;s:35:\"apihelp-revisiondelete-param-target\";i:5960;s:32:\"apihelp-revisiondelete-param-ids\";i:5961;s:33:\"apihelp-revisiondelete-param-hide\";i:5962;s:33:\"apihelp-revisiondelete-param-show\";i:5963;s:37:\"apihelp-revisiondelete-param-suppress\";i:5964;s:35:\"apihelp-revisiondelete-param-reason\";i:5965;s:33:\"apihelp-revisiondelete-param-tags\";i:5966;s:39:\"apihelp-revisiondelete-example-revision\";i:5967;s:34:\"apihelp-revisiondelete-example-log\";i:5968;s:24:\"apihelp-rollback-summary\";i:5969;s:37:\"apihelp-rollback-extended-description\";i:5970;s:28:\"apihelp-rollback-param-title\";i:5971;s:29:\"apihelp-rollback-param-pageid\";i:5972;s:27:\"apihelp-rollback-param-tags\";i:5973;s:27:\"apihelp-rollback-param-user\";i:5974;s:30:\"apihelp-rollback-param-summary\";i:5975;s:30:\"apihelp-rollback-param-markbot\";i:5976;s:32:\"apihelp-rollback-param-watchlist\";i:5977;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:5978;s:31:\"apihelp-rollback-example-simple\";i:5979;s:32:\"apihelp-rollback-example-summary\";i:5980;s:19:\"apihelp-rsd-summary\";i:5981;s:26:\"apihelp-rsd-example-simple\";i:5982;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5983;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5984;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5985;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5986;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5987;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5988;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5989;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5990;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5991;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5992;s:31:\"apihelp-setpagelanguage-summary\";i:5993;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5994;s:35:\"apihelp-setpagelanguage-param-title\";i:5995;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5996;s:34:\"apihelp-setpagelanguage-param-lang\";i:5997;s:36:\"apihelp-setpagelanguage-param-reason\";i:5998;s:34:\"apihelp-setpagelanguage-param-tags\";i:5999;s:40:\"apihelp-setpagelanguage-example-language\";i:6000;s:39:\"apihelp-setpagelanguage-example-default\";i:6001;s:25:\"apihelp-stashedit-summary\";i:6002;s:38:\"apihelp-stashedit-extended-description\";i:6003;s:29:\"apihelp-stashedit-param-title\";i:6004;s:31:\"apihelp-stashedit-param-section\";i:6005;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6006;s:28:\"apihelp-stashedit-param-text\";i:6007;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6008;s:36:\"apihelp-stashedit-param-contentmodel\";i:6009;s:37:\"apihelp-stashedit-param-contentformat\";i:6010;s:33:\"apihelp-stashedit-param-baserevid\";i:6011;s:31:\"apihelp-stashedit-param-summary\";i:6012;s:19:\"apihelp-tag-summary\";i:6013;s:22:\"apihelp-tag-param-rcid\";i:6014;s:23:\"apihelp-tag-param-revid\";i:6015;s:23:\"apihelp-tag-param-logid\";i:6016;s:21:\"apihelp-tag-param-add\";i:6017;s:24:\"apihelp-tag-param-remove\";i:6018;s:24:\"apihelp-tag-param-reason\";i:6019;s:22:\"apihelp-tag-param-tags\";i:6020;s:23:\"apihelp-tag-example-rev\";i:6021;s:23:\"apihelp-tag-example-log\";i:6022;s:23:\"apihelp-unblock-summary\";i:6023;s:24:\"apihelp-unblock-param-id\";i:6024;s:26:\"apihelp-unblock-param-user\";i:6025;s:28:\"apihelp-unblock-param-userid\";i:6026;s:28:\"apihelp-unblock-param-reason\";i:6027;s:26:\"apihelp-unblock-param-tags\";i:6028;s:26:\"apihelp-unblock-example-id\";i:6029;s:28:\"apihelp-unblock-example-user\";i:6030;s:24:\"apihelp-undelete-summary\";i:6031;s:37:\"apihelp-undelete-extended-description\";i:6032;s:28:\"apihelp-undelete-param-title\";i:6033;s:29:\"apihelp-undelete-param-reason\";i:6034;s:27:\"apihelp-undelete-param-tags\";i:6035;s:33:\"apihelp-undelete-param-timestamps\";i:6036;s:30:\"apihelp-undelete-param-fileids\";i:6037;s:32:\"apihelp-undelete-param-watchlist\";i:6038;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6039;s:35:\"apihelp-undelete-param-undeletetalk\";i:6040;s:29:\"apihelp-undelete-example-page\";i:6041;s:34:\"apihelp-undelete-example-revisions\";i:6042;s:29:\"apihelp-unlinkaccount-summary\";i:6043;s:36:\"apihelp-unlinkaccount-example-simple\";i:6044;s:22:\"apihelp-upload-summary\";i:6045;s:35:\"apihelp-upload-extended-description\";i:6046;s:29:\"apihelp-upload-param-filename\";i:6047;s:28:\"apihelp-upload-param-comment\";i:6048;s:25:\"apihelp-upload-param-tags\";i:6049;s:25:\"apihelp-upload-param-text\";i:6050;s:26:\"apihelp-upload-param-watch\";i:6051;s:30:\"apihelp-upload-param-watchlist\";i:6052;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6053;s:35:\"apihelp-upload-param-ignorewarnings\";i:6054;s:25:\"apihelp-upload-param-file\";i:6055;s:24:\"apihelp-upload-param-url\";i:6056;s:28:\"apihelp-upload-param-filekey\";i:6057;s:31:\"apihelp-upload-param-sessionkey\";i:6058;s:26:\"apihelp-upload-param-stash\";i:6059;s:29:\"apihelp-upload-param-filesize\";i:6060;s:27:\"apihelp-upload-param-offset\";i:6061;s:26:\"apihelp-upload-param-chunk\";i:6062;s:26:\"apihelp-upload-param-async\";i:6063;s:32:\"apihelp-upload-param-checkstatus\";i:6064;s:26:\"apihelp-upload-example-url\";i:6065;s:30:\"apihelp-upload-example-filekey\";i:6066;s:26:\"apihelp-userrights-summary\";i:6067;s:29:\"apihelp-userrights-param-user\";i:6068;s:31:\"apihelp-userrights-param-userid\";i:6069;s:28:\"apihelp-userrights-param-add\";i:6070;s:31:\"apihelp-userrights-param-expiry\";i:6071;s:31:\"apihelp-userrights-param-remove\";i:6072;s:31:\"apihelp-userrights-param-reason\";i:6073;s:29:\"apihelp-userrights-param-tags\";i:6074;s:31:\"apihelp-userrights-example-user\";i:6075;s:33:\"apihelp-userrights-example-userid\";i:6076;s:33:\"apihelp-userrights-example-expiry\";i:6077;s:32:\"apihelp-validatepassword-summary\";i:6078;s:45:\"apihelp-validatepassword-extended-description\";i:6079;s:39:\"apihelp-validatepassword-param-password\";i:6080;s:35:\"apihelp-validatepassword-param-user\";i:6081;s:36:\"apihelp-validatepassword-param-email\";i:6082;s:39:\"apihelp-validatepassword-param-realname\";i:6083;s:34:\"apihelp-validatepassword-example-1\";i:6084;s:34:\"apihelp-validatepassword-example-2\";i:6085;s:21:\"apihelp-watch-summary\";i:6086;s:25:\"apihelp-watch-param-title\";i:6087;s:26:\"apihelp-watch-param-expiry\";i:6088;s:27:\"apihelp-watch-param-unwatch\";i:6089;s:27:\"apihelp-watch-example-watch\";i:6090;s:34:\"apihelp-watch-example-watch-expiry\";i:6091;s:29:\"apihelp-watch-example-unwatch\";i:6092;s:31:\"apihelp-watch-example-generator\";i:6093;s:30:\"apihelp-format-example-generic\";i:6094;s:32:\"apihelp-format-param-wrappedhtml\";i:6095;s:20:\"apihelp-json-summary\";i:6096;s:27:\"apihelp-json-param-callback\";i:6097;s:23:\"apihelp-json-param-utf8\";i:6098;s:24:\"apihelp-json-param-ascii\";i:6099;s:32:\"apihelp-json-param-formatversion\";i:6100;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6101;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6102;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6103;s:22:\"apihelp-jsonfm-summary\";i:6104;s:20:\"apihelp-none-summary\";i:6105;s:19:\"apihelp-php-summary\";i:6106;s:31:\"apihelp-php-param-formatversion\";i:6107;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6108;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6109;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6110;s:21:\"apihelp-phpfm-summary\";i:6111;s:21:\"apihelp-rawfm-summary\";i:6112;s:19:\"apihelp-xml-summary\";i:6113;s:22:\"apihelp-xml-param-xslt\";i:6114;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6115;s:21:\"apihelp-xmlfm-summary\";i:6116;s:16:\"api-format-title\";i:6117;s:29:\"api-format-prettyprint-header\";i:6118;s:39:\"api-format-prettyprint-header-only-html\";i:6119;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6120;s:29:\"api-format-prettyprint-status\";i:6121;s:22:\"api-login-fail-aborted\";i:6122;s:30:\"api-login-fail-aborted-nobotpw\";i:6123;s:33:\"api-login-fail-badsessionprovider\";i:6124;s:25:\"api-login-fail-sameorigin\";i:6125;s:24:\"api-pageset-param-titles\";i:6126;s:25:\"api-pageset-param-pageids\";i:6127;s:24:\"api-pageset-param-revids\";i:6128;s:27:\"api-pageset-param-generator\";i:6129;s:37:\"api-pageset-param-redirects-generator\";i:6130;s:39:\"api-pageset-param-redirects-nogenerator\";i:6131;s:31:\"api-pageset-param-converttitles\";i:6132;s:14:\"api-help-title\";i:6133;s:13:\"api-help-lead\";i:6134;s:20:\"api-help-main-header\";i:6135;s:28:\"api-help-undocumented-module\";i:6136;s:24:\"api-help-flag-deprecated\";i:6137;s:22:\"api-help-flag-internal\";i:6138;s:24:\"api-help-flag-readrights\";i:6139;s:25:\"api-help-flag-writerights\";i:6140;s:26:\"api-help-flag-mustbeposted\";i:6141;s:23:\"api-help-flag-generator\";i:6142;s:15:\"api-help-source\";i:6143;s:23:\"api-help-source-unknown\";i:6144;s:16:\"api-help-license\";i:6145;s:23:\"api-help-license-noname\";i:6146;s:24:\"api-help-license-unknown\";i:6147;s:19:\"api-help-parameters\";i:6148;s:25:\"api-help-param-deprecated\";i:6149;s:31:\"api-help-param-deprecated-label\";i:6150;s:23:\"api-help-param-internal\";i:6151;s:29:\"api-help-param-internal-label\";i:6152;s:24:\"api-help-param-templated\";i:6153;s:34:\"api-help-param-templated-var-first\";i:6154;s:28:\"api-help-param-templated-var\";i:6155;s:25:\"api-help-datatypes-header\";i:6156;s:31:\"api-help-templatedparams-header\";i:6157;s:24:\"api-help-templatedparams\";i:6158;s:25:\"api-help-param-type-limit\";i:6159;s:29:\"api-help-param-type-timestamp\";i:6160;s:24:\"api-help-param-type-enum\";i:6161;s:29:\"api-help-param-multi-separate\";i:6162;s:24:\"api-help-param-multi-all\";i:6163;s:28:\"api-help-param-default-empty\";i:6164;s:20:\"api-help-param-token\";i:6165;s:26:\"api-help-param-token-webui\";i:6166;s:37:\"api-help-param-disabled-in-miser-mode\";i:6167;s:36:\"api-help-param-limited-in-miser-mode\";i:6168;s:24:\"api-help-param-direction\";i:6169;s:23:\"api-help-param-continue\";i:6170;s:29:\"api-help-param-no-description\";i:6171;s:17:\"api-help-examples\";i:6172;s:20:\"api-help-permissions\";i:6173;s:31:\"api-help-permissions-granted-to\";i:6174;s:28:\"api-help-right-apihighlimits\";i:6175;s:27:\"api-help-open-in-apisandbox\";i:6176;s:34:\"api-help-authmanager-general-usage\";i:6177;s:35:\"api-help-authmanagerhelper-requests\";i:6178;s:34:\"api-help-authmanagerhelper-request\";i:6179;s:40:\"api-help-authmanagerhelper-messageformat\";i:6180;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6181;s:40:\"api-help-authmanagerhelper-preservestate\";i:6182;s:36:\"api-help-authmanagerhelper-returnurl\";i:6183;s:35:\"api-help-authmanagerhelper-continue\";i:6184;s:44:\"api-help-authmanagerhelper-additional-params\";i:6185;s:27:\"apierror-allimages-redirect\";i:6186;s:37:\"apierror-allpages-generator-redirects\";i:6187;s:27:\"apierror-appendnotsupported\";i:6188;s:22:\"apierror-articleexists\";i:6189;s:25:\"apierror-assertanonfailed\";i:6190;s:24:\"apierror-assertbotfailed\";i:6191;s:30:\"apierror-assertnameduserfailed\";i:6192;s:25:\"apierror-assertuserfailed\";i:6193;s:20:\"apierror-autoblocked\";i:6194;s:32:\"apierror-bad-badfilecontexttitle\";i:6195;s:33:\"apierror-badconfig-resulttoosmall\";i:6196;s:20:\"apierror-badcontinue\";i:6197;s:16:\"apierror-baddiff\";i:6198;s:18:\"apierror-baddiffto\";i:6199;s:26:\"apierror-badformat-generic\";i:6200;s:18:\"apierror-badformat\";i:6201;s:34:\"apierror-badgenerator-notgenerator\";i:6202;s:29:\"apierror-badgenerator-unknown\";i:6203;s:14:\"apierror-badip\";i:6204;s:15:\"apierror-badmd5\";i:6205;s:31:\"apierror-badmodule-badsubmodule\";i:6206;s:31:\"apierror-badmodule-nosubmodules\";i:6207;s:21:\"apierror-badparameter\";i:6208;s:17:\"apierror-badquery\";i:6209;s:21:\"apierror-badtimestamp\";i:6210;s:17:\"apierror-badtoken\";i:6211;s:18:\"apierror-badupload\";i:6212;s:15:\"apierror-badurl\";i:6213;s:16:\"apierror-baduser\";i:6214;s:31:\"apierror-badvalue-notmultivalue\";i:6215;s:28:\"apierror-bad-watchlist-token\";i:6216;s:24:\"apierror-blockedfrommail\";i:6217;s:16:\"apierror-blocked\";i:6218;s:24:\"apierror-blocked-partial\";i:6219;s:25:\"apierror-botsnotsupported\";i:6220;s:33:\"apierror-cannot-async-upload-file\";i:6221;s:29:\"apierror-cannotreauthenticate\";i:6222;s:24:\"apierror-cannotviewtitle\";i:6223;s:24:\"apierror-cantblock-email\";i:6224;s:18:\"apierror-cantblock\";i:6225;s:31:\"apierror-cantchangecontentmodel\";i:6226;s:17:\"apierror-canthide\";i:6227;s:26:\"apierror-cantimport-upload\";i:6228;s:19:\"apierror-cantimport\";i:6229;s:33:\"apierror-cantoverwrite-sharedfile\";i:6230;s:17:\"apierror-cantsend\";i:6231;s:21:\"apierror-cantundelete\";i:6232;s:33:\"apierror-cantview-deleted-comment\";i:6233;s:37:\"apierror-cantview-deleted-description\";i:6234;s:34:\"apierror-cantview-deleted-metadata\";i:6235;s:42:\"apierror-cantview-deleted-revision-content\";i:6236;s:29:\"apierror-changeauth-norequest\";i:6237;s:24:\"apierror-chunk-too-small\";i:6238;s:21:\"apierror-cidrtoobroad\";i:6239;s:33:\"apierror-compare-maintextrequired\";i:6240;s:25:\"apierror-compare-no-title\";i:6241;s:34:\"apierror-compare-nosuchfromsection\";i:6242;s:32:\"apierror-compare-nosuchtosection\";i:6243;s:31:\"apierror-compare-nofromrevision\";i:6244;s:23:\"apierror-compare-notext\";i:6245;s:29:\"apierror-compare-notorevision\";i:6246;s:26:\"apierror-concurrency-limit\";i:6247;s:36:\"apierror-compare-relative-to-deleted\";i:6248;s:36:\"apierror-compare-relative-to-nothing\";i:6249;s:38:\"apierror-contentserializationexception\";i:6250;s:22:\"apierror-contenttoobig\";i:6251;s:28:\"apierror-copyuploadbaddomain\";i:6252;s:25:\"apierror-copyuploadbadurl\";i:6253;s:27:\"apierror-create-titleexists\";i:6254;s:19:\"apierror-csp-report\";i:6255;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6256;s:32:\"apierror-deletedrevs-param-not-3\";i:6257;s:29:\"apierror-edit-invalidredirect\";i:6258;s:24:\"apierror-emptynewsection\";i:6259;s:18:\"apierror-emptypage\";i:6260;s:24:\"apierror-exceptioncaught\";i:6261;s:28:\"apierror-exceptioncaughttype\";i:6262;s:25:\"apierror-filedoesnotexist\";i:6263;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6264;s:19:\"apierror-filenopath\";i:6265;s:32:\"apierror-filetypecannotberotated\";i:6266;s:18:\"apierror-formatphp\";i:6267;s:28:\"apierror-imageusage-badtitle\";i:6268;s:28:\"apierror-import-unknownerror\";i:6269;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6270;s:35:\"apierror-integeroutofrange-abovemax\";i:6271;s:39:\"apierror-integeroutofrange-belowminimum\";i:6272;s:24:\"apierror-invalidcategory\";i:6273;s:22:\"apierror-invalid-chunk\";i:6274;s:22:\"apierror-invalidexpiry\";i:6275;s:25:\"apierror-invalid-file-key\";i:6276;s:20:\"apierror-invalidlang\";i:6277;s:22:\"apierror-invalidmethod\";i:6278;s:24:\"apierror-invalidoldimage\";i:6279;s:38:\"apierror-invalidparammix-cannotusewith\";i:6280;s:36:\"apierror-invalidparammix-mustusewith\";i:6281;s:42:\"apierror-invalidparammix-parse-new-section\";i:6282;s:24:\"apierror-invalidparammix\";i:6283;s:23:\"apierror-invalidsection\";i:6284;s:30:\"apierror-invalidsha1base36hash\";i:6285;s:24:\"apierror-invalidsha1hash\";i:6286;s:21:\"apierror-invalidtitle\";i:6287;s:24:\"apierror-invalidurlparam\";i:6288;s:20:\"apierror-invaliduser\";i:6289;s:22:\"apierror-invaliduserid\";i:6290;s:17:\"apierror-maxbytes\";i:6291;s:17:\"apierror-maxchars\";i:6292;s:23:\"apierror-maxlag-generic\";i:6293;s:15:\"apierror-maxlag\";i:6294;s:27:\"apierror-mimesearchdisabled\";i:6295;s:30:\"apierror-missingcontent-pageid\";i:6296;s:29:\"apierror-missingcontent-revid\";i:6297;s:34:\"apierror-missingcontent-revid-role\";i:6298;s:37:\"apierror-missingparam-at-least-one-of\";i:6299;s:28:\"apierror-missingparam-one-of\";i:6300;s:21:\"apierror-missingparam\";i:6301;s:26:\"apierror-missingrev-pageid\";i:6302;s:25:\"apierror-missingrev-title\";i:6303;s:32:\"apierror-missingtitle-createonly\";i:6304;s:21:\"apierror-missingtitle\";i:6305;s:28:\"apierror-missingtitle-byname\";i:6306;s:23:\"apierror-moduledisabled\";i:6307;s:29:\"apierror-multival-only-one-of\";i:6308;s:18:\"apierror-multpages\";i:6309;s:34:\"apierror-mustbeloggedin-changeauth\";i:6310;s:31:\"apierror-mustbeloggedin-generic\";i:6311;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6312;s:34:\"apierror-mustbeloggedin-removeauth\";i:6313;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6314;s:23:\"apierror-mustbeloggedin\";i:6315;s:21:\"apierror-mustbeposted\";i:6316;s:23:\"apierror-mustpostparams\";i:6317;s:19:\"apierror-noapiwrite\";i:6318;s:18:\"apierror-nochanges\";i:6319;s:25:\"apierror-nodeleteablefile\";i:6320;s:26:\"apierror-no-direct-editing\";i:6321;s:20:\"apierror-noedit-anon\";i:6322;s:15:\"apierror-noedit\";i:6323;s:29:\"apierror-noimageredirect-anon\";i:6324;s:24:\"apierror-noimageredirect\";i:6325;s:20:\"apierror-nosuchlogid\";i:6326;s:21:\"apierror-nosuchpageid\";i:6327;s:19:\"apierror-nosuchrcid\";i:6328;s:20:\"apierror-nosuchrevid\";i:6329;s:22:\"apierror-nosuchsection\";i:6330;s:27:\"apierror-nosuchsection-what\";i:6331;s:21:\"apierror-nosuchuserid\";i:6332;s:17:\"apierror-notarget\";i:6333;s:23:\"apierror-notpatrollable\";i:6334;s:23:\"apierror-nouploadmodule\";i:6335;s:33:\"apierror-opensearch-json-warnings\";i:6336;s:24:\"apierror-pagecannotexist\";i:6337;s:20:\"apierror-pagedeleted\";i:6338;s:26:\"apierror-pagelang-disabled\";i:6339;s:19:\"apierror-paramempty\";i:6340;s:30:\"apierror-parsetree-notwikitext\";i:6341;s:36:\"apierror-parsetree-notwikitext-title\";i:6342;s:19:\"apierror-pastexpiry\";i:6343;s:25:\"apierror-permissiondenied\";i:6344;s:33:\"apierror-permissiondenied-generic\";i:6345;s:36:\"apierror-permissiondenied-patrolflag\";i:6346;s:33:\"apierror-permissiondenied-unblock\";i:6347;s:29:\"apierror-prefixsearchdisabled\";i:6348;s:30:\"apierror-promised-nonwrite-api\";i:6349;s:30:\"apierror-protect-invalidaction\";i:6350;s:29:\"apierror-protect-invalidlevel\";i:6351;s:20:\"apierror-ratelimited\";i:6352;s:22:\"apierror-readapidenied\";i:6353;s:17:\"apierror-readonly\";i:6354;s:23:\"apierror-reauthenticate\";i:6355;s:28:\"apierror-redirect-appendonly\";i:6356;s:33:\"apierror-revdel-mutuallyexclusive\";i:6357;s:26:\"apierror-revdel-needtarget\";i:6358;s:27:\"apierror-revdel-paramneeded\";i:6359;s:24:\"apierror-revisions-badid\";i:6360;s:27:\"apierror-revisions-norevids\";i:6361;s:29:\"apierror-revisions-singlepage\";i:6362;s:21:\"apierror-revwrongpage\";i:6363;s:23:\"apierror-searchdisabled\";i:6364;s:29:\"apierror-sectionreplacefailed\";i:6365;s:29:\"apierror-sectionsnotsupported\";i:6366;s:34:\"apierror-sectionsnotsupported-what\";i:6367;s:13:\"apierror-show\";i:6368;s:34:\"apierror-siteinfo-includealldenied\";i:6369;s:25:\"apierror-sizediffdisabled\";i:6370;s:21:\"apierror-spamdetected\";i:6371;s:32:\"apierror-specialpage-cantexecute\";i:6372;s:28:\"apierror-stashedfilenotfound\";i:6373;s:30:\"apierror-stashedit-missingtext\";i:6374;s:29:\"apierror-stashfailed-complete\";i:6375;s:30:\"apierror-stashfailed-nosession\";i:6376;s:25:\"apierror-stashfilestorage\";i:6377;s:25:\"apierror-stashinvalidfile\";i:6378;s:27:\"apierror-stashnosuchfilekey\";i:6379;s:25:\"apierror-stashpathinvalid\";i:6380;s:24:\"apierror-stashwrongowner\";i:6381;s:24:\"apierror-stashzerolength\";i:6382;s:22:\"apierror-systemblocked\";i:6383;s:38:\"apierror-templateexpansion-notwikitext\";i:6384;s:23:\"apierror-toofewexpiries\";i:6385;s:22:\"apierror-toomanyvalues\";i:6386;s:22:\"apierror-unknownaction\";i:6387;s:30:\"apierror-unknownerror-editpage\";i:6388;s:28:\"apierror-unknownerror-nocode\";i:6389;s:21:\"apierror-unknownerror\";i:6390;s:22:\"apierror-unknownformat\";i:6391;s:27:\"apierror-unrecognizedparams\";i:6392;s:26:\"apierror-unrecognizedvalue\";i:6393;s:24:\"apierror-unsupportedrepo\";i:6394;s:29:\"apierror-upload-filekeyneeded\";i:6395;s:33:\"apierror-upload-filekeynotallowed\";i:6396;s:26:\"apierror-upload-inprogress\";i:6397;s:29:\"apierror-upload-missingresult\";i:6398;s:23:\"apierror-urlparamnormal\";i:6399;s:23:\"apierror-writeapidenied\";i:6400;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6401;s:19:\"apiwarn-badurlparam\";i:6402;s:15:\"apiwarn-badutf8\";i:6403;s:34:\"apiwarn-checktoken-percentencoding\";i:6404;s:23:\"apiwarn-compare-no-next\";i:6405;s:23:\"apiwarn-compare-no-prev\";i:6406;s:30:\"apiwarn-compare-nocontentmodel\";i:6407;s:31:\"apiwarn-deprecation-deletedrevs\";i:6408;s:33:\"apiwarn-deprecation-httpsexpected\";i:6409;s:31:\"apiwarn-deprecation-login-botpw\";i:6410;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6411;s:31:\"apiwarn-deprecation-login-token\";i:6412;s:32:\"apiwarn-deprecation-missingparam\";i:6413;s:29:\"apiwarn-deprecation-parameter\";i:6414;s:35:\"apiwarn-deprecation-parse-headitems\";i:6415;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6416;s:29:\"apiwarn-deprecation-purge-get\";i:6417;s:35:\"apiwarn-deprecation-withreplacement\";i:6418;s:20:\"apiwarn-difftohidden\";i:6419;s:26:\"apiwarn-errorprinterfailed\";i:6420;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6421;s:23:\"apiwarn-invalidcategory\";i:6422;s:20:\"apiwarn-invalidtitle\";i:6423;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6424;s:28:\"apiwarn-invalidxmlstylesheet\";i:6425;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6426;s:26:\"apiwarn-moduleswithoutvars\";i:6427;s:15:\"apiwarn-notfile\";i:6428;s:30:\"apiwarn-nothumb-noimagehandler\";i:6429;s:28:\"apiwarn-parse-nocontentmodel\";i:6430;s:30:\"apiwarn-parse-revidwithouttext\";i:6431;s:30:\"apiwarn-parse-titlewithouttext\";i:6432;s:26:\"apiwarn-redirectsandrevids\";i:6433;s:21:\"apiwarn-tokens-origin\";i:6434;s:23:\"apiwarn-truncatedresult\";i:6435;s:27:\"apiwarn-unclearnowtimestamp\";i:6436;s:26:\"apiwarn-unrecognizedvalues\";i:6437;s:24:\"apiwarn-unsupportedarray\";i:6438;s:21:\"apiwarn-urlparamwidth\";i:6439;s:33:\"apiwarn-validationfailed-badchars\";i:6440;s:32:\"apiwarn-validationfailed-badpref\";i:6441;s:34:\"apiwarn-validationfailed-cannotset\";i:6442;s:35:\"apiwarn-validationfailed-keytoolong\";i:6443;s:24:\"apiwarn-validationfailed\";i:6444;s:18:\"apiwarn-wgdebugapi\";i:6445;s:20:\"api-feed-error-title\";i:6446;s:16:\"api-usage-docref\";i:6447;s:25:\"api-usage-mailinglist-ref\";i:6448;s:19:\"api-exception-trace\";i:6449;s:18:\"api-credits-header\";i:6450;s:11:\"api-credits\";i:6451;s:20:\"rest-prefix-mismatch\";i:6452;s:17:\"rest-wrong-method\";i:6453;s:13:\"rest-no-match\";i:6454;s:22:\"rest-nonexistent-title\";i:6455;s:31:\"rest-nonexistent-title-revision\";i:6456;s:25:\"rest-nonexistent-revision\";i:6457;s:21:\"rest-nonexistent-user\";i:6458;s:17:\"rest-invalid-user\";i:6459;s:27:\"rest-permission-denied-anon\";i:6460;s:28:\"rest-permission-denied-title\";i:6461;s:31:\"rest-permission-denied-revision\";i:6462;s:28:\"rest-resource-limit-exceeded\";i:6463;s:36:\"rest-pagehistory-incompatible-params\";i:6464;s:34:\"rest-pagehistory-param-range-error\";i:6465;s:32:\"rest-pagehistory-timestamp-error\";i:6466;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6467;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6468;s:26:\"rest-compare-page-mismatch\";i:6469;s:30:\"rest-compare-permission-denied\";i:6470;s:24:\"rest-compare-nonexistent\";i:6471;s:25:\"rest-compare-inaccessible\";i:6472;s:26:\"rest-compare-wrong-content\";i:6473;s:22:\"rest-compare-wikidiff2\";i:6474;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6475;s:17:\"rest-search-error\";i:6476;s:27:\"rest-page-source-type-error\";i:6477;s:16:\"rest-no-revision\";i:6478;s:25:\"rest-media-too-many-links\";i:6479;s:23:\"rest-html-backend-error\";i:6480;s:18:\"rest-bad-json-body\";i:6481;s:26:\"rest-json-body-parse-error\";i:6482;s:23:\"rest-missing-body-field\";i:6483;s:22:\"rest-bad-content-model\";i:6484;s:30:\"rest-update-cannot-create-page\";i:6485;s:26:\"rest-extraneous-csrf-token\";i:6486;s:21:\"rest-cannot-load-file\";i:6487;s:28:\"rest-cross-origin-anon-write\";i:6488;s:31:\"rest-requires-safe-against-csrf\";i:6489;s:13:\"rest-badtoken\";i:6490;s:16:\"ooui-item-remove\";i:6491;s:26:\"ooui-combobox-button-label\";i:6492;s:29:\"ooui-selectfile-button-select\";i:6493;s:38:\"ooui-selectfile-button-select-multiple\";i:6494;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6495;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6496;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6497;s:15:\"ooui-field-help\";i:6498;s:22:\"paramvalidator-badbool\";i:6499;s:24:\"paramvalidator-badexpiry\";i:6500;s:33:\"paramvalidator-badexpiry-duration\";i:6501;s:37:\"paramvalidator-badexpiry-duration-max\";i:6502;s:29:\"paramvalidator-badexpiry-past\";i:6503;s:23:\"paramvalidator-badfloat\";i:6504;s:33:\"paramvalidator-badfloat-notfinite\";i:6505;s:25:\"paramvalidator-badinteger\";i:6506;s:27:\"paramvalidator-badtimestamp\";i:6507;s:34:\"paramvalidator-badupload-cantwrite\";i:6508;s:33:\"paramvalidator-badupload-formsize\";i:6509;s:32:\"paramvalidator-badupload-inisize\";i:6510;s:31:\"paramvalidator-badupload-nofile\";i:6511;s:33:\"paramvalidator-badupload-notmpdir\";i:6512;s:34:\"paramvalidator-badupload-notupload\";i:6513;s:32:\"paramvalidator-badupload-partial\";i:6514;s:31:\"paramvalidator-badupload-phpext\";i:6515;s:33:\"paramvalidator-badvalue-enummulti\";i:6516;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6517;s:31:\"paramvalidator-deprecated-value\";i:6518;s:26:\"paramvalidator-emptystring\";i:6519;s:23:\"paramvalidator-maxbytes\";i:6520;s:23:\"paramvalidator-maxchars\";i:6521;s:27:\"paramvalidator-missingparam\";i:6522;s:23:\"paramvalidator-notmulti\";i:6523;s:29:\"paramvalidator-outofrange-max\";i:6524;s:32:\"paramvalidator-outofrange-minmax\";i:6525;s:29:\"paramvalidator-outofrange-min\";i:6526;s:31:\"paramvalidator-param-deprecated\";i:6527;s:28:\"paramvalidator-toomanyvalues\";i:6528;s:34:\"paramvalidator-unclearnowtimestamp\";i:6529;s:33:\"paramvalidator-unrecognizedvalues\";i:6530;s:27:\"paramvalidator-help-default\";i:6531;s:33:\"paramvalidator-help-default-empty\";i:6532;s:30:\"paramvalidator-help-deprecated\";i:6533;s:34:\"paramvalidator-help-multi-separate\";i:6534;s:29:\"paramvalidator-help-multi-max\";i:6535;s:36:\"paramvalidator-help-multi-max-simple\";i:6536;s:29:\"paramvalidator-help-multi-all\";i:6537;s:28:\"paramvalidator-help-required\";i:6538;s:32:\"paramvalidator-help-type-boolean\";i:6539;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6540;s:29:\"paramvalidator-help-type-enum\";i:6541;s:31:\"paramvalidator-help-type-expiry\";i:6542;s:30:\"paramvalidator-help-type-float\";i:6543;s:32:\"paramvalidator-help-type-integer\";i:6544;s:30:\"paramvalidator-help-type-limit\";i:6545;s:35:\"paramvalidator-help-type-number-max\";i:6546;s:38:\"paramvalidator-help-type-number-minmax\";i:6547;s:35:\"paramvalidator-help-type-number-min\";i:6548;s:40:\"paramvalidator-help-type-presenceboolean\";i:6549;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6550;s:40:\"paramvalidator-help-type-string-maxchars\";i:6551;s:34:\"paramvalidator-help-type-timestamp\";i:6552;s:31:\"paramvalidator-help-type-upload\";i:6553;s:15:\"skinname-vector\";i:6554;s:20:\"skinname-vector-2022\";i:6555;s:26:\"vector-specialversion-name\";i:6556;s:34:\"prefs-vector-enable-vector-1-label\";i:6557;s:33:\"prefs-vector-enable-vector-1-help\";i:6558;s:14:\"vector-opt-out\";i:6559;s:22:\"vector-opt-out-tooltip\";i:6560;s:10:\"vector.css\";i:6561;s:9:\"vector.js\";i:6562;s:28:\"vector-action-toggle-sidebar\";i:6563;s:16:\"vector-languages\";i:6564;s:33:\"vector-language-button-aria-label\";i:6565;s:28:\"vector-language-button-label\";i:6566;s:31:\"vector-no-language-button-label\";i:6567;s:36:\"vector-no-language-button-aria-label\";i:6568;s:31:\"vector-language-redirect-to-top\";i:6569;s:38:\"vector-language-variant-switcher-label\";i:6570;s:23:\"vector-jumptonavigation\";i:6571;s:19:\"vector-jumptosearch\";i:6572;s:20:\"vector-jumptocontent\";i:6573;s:20:\"vector-search-loader\";i:6574;s:31:\"vector-searchsuggest-containing\";i:6575;s:17:\"vector-intro-page\";i:6576;s:18:\"vector-toc-heading\";i:6577;s:34:\"vector-toc-toggle-position-sidebar\";i:6578;s:32:\"vector-toc-toggle-position-title\";i:6579;s:20:\"vector-toc-beginning\";i:6580;s:30:\"vector-toc-toggle-button-label\";i:6581;s:27:\"vector-anon-user-menu-pages\";i:6582;s:33:\"vector-anon-user-menu-pages-learn\";i:6583;s:33:\"vector-anon-user-menu-pages-label\";i:6584;s:24:\"vector-main-menu-tooltip\";i:6585;s:23:\"vector-toc-menu-tooltip\";i:6586;s:35:\"vector-toc-collapsible-button-label\";i:6587;s:30:\"vector-article-tools-nav-label\";i:6588;s:21:\"vector-site-nav-label\";i:6589;s:26:\"vector-2022-prefs-talkpage\";i:6590;s:35:\"tooltip-vector-anon-user-menu-title\";i:6591;s:10:\"wikieditor\";i:6592;s:15:\"wikieditor-desc\";i:6593;s:23:\"wikieditor-wikitext-tab\";i:6594;s:18:\"wikieditor-loading\";i:6595;s:29:\"wikieditor-preview-preference\";i:6596;s:22:\"wikieditor-preview-tab\";i:6597;s:30:\"wikieditor-preview-changes-tab\";i:6598;s:26:\"wikieditor-preview-loading\";i:6599;s:29:\"wikieditor-publish-preference\";i:6600;s:33:\"wikieditor-publish-button-publish\";i:6601;s:32:\"wikieditor-publish-button-cancel\";i:6602;s:31:\"wikieditor-publish-dialog-title\";i:6603;s:33:\"wikieditor-publish-dialog-summary\";i:6604;s:31:\"wikieditor-publish-dialog-minor\";i:6605;s:31:\"wikieditor-publish-dialog-watch\";i:6606;s:33:\"wikieditor-publish-dialog-publish\";i:6607;s:32:\"wikieditor-publish-dialog-goback\";i:6608;s:18:\"wikieditor-toolbar\";i:6609;s:23:\"wikieditor-toolbar-desc\";i:6610;s:29:\"wikieditor-toolbar-preference\";i:6611;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6612;s:26:\"wikieditor-toolbar-loading\";i:6613;s:28:\"wikieditor-toolbar-tool-bold\";i:6614;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6615;s:30:\"wikieditor-toolbar-tool-italic\";i:6616;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6617;s:29:\"wikieditor-toolbar-tool-ilink\";i:6618;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6619;s:29:\"wikieditor-toolbar-tool-xlink\";i:6620;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6621;s:28:\"wikieditor-toolbar-tool-link\";i:6622;s:34:\"wikieditor-toolbar-tool-link-title\";i:6623;s:32:\"wikieditor-toolbar-tool-link-int\";i:6624;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6625;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:6626;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6627;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6628;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6629;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6630;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6631;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6632;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6633;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6634;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6635;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6636;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6637;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6638;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6639;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6640;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6641;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6642;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6643;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6644;s:28:\"wikieditor-toolbar-tool-file\";i:6645;s:36:\"wikieditor-toolbar-tool-file-example\";i:6646;s:34:\"wikieditor-toolbar-tool-file-title\";i:6647;s:30:\"wikieditor-toolbar-file-target\";i:6648;s:31:\"wikieditor-toolbar-file-caption\";i:6649;s:28:\"wikieditor-toolbar-file-size\";i:6650;s:29:\"wikieditor-toolbar-file-float\";i:6651;s:31:\"wikieditor-toolbar-file-default\";i:6652;s:30:\"wikieditor-toolbar-file-format\";i:6653;s:35:\"wikieditor-toolbar-file-format-none\";i:6654;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6655;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6656;s:33:\"wikieditor-toolbar-tool-reference\";i:6657;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6658;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6659;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6660;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:6661;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6662;s:33:\"wikieditor-toolbar-tool-signature\";i:6663;s:35:\"wikieditor-toolbar-section-advanced\";i:6664;s:31:\"wikieditor-toolbar-tool-heading\";i:6665;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6666;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6667;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6668;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6669;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6670;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6671;s:31:\"wikieditor-toolbar-group-format\";i:6672;s:29:\"wikieditor-toolbar-tool-ulist\";i:6673;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6674;s:29:\"wikieditor-toolbar-tool-olist\";i:6675;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6676;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6677;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6678;s:32:\"wikieditor-toolbar-tool-redirect\";i:6679;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6680;s:27:\"wikieditor-toolbar-tool-big\";i:6681;s:35:\"wikieditor-toolbar-tool-big-example\";i:6682;s:29:\"wikieditor-toolbar-tool-small\";i:6683;s:37:\"wikieditor-toolbar-tool-small-example\";i:6684;s:35:\"wikieditor-toolbar-tool-superscript\";i:6685;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6686;s:33:\"wikieditor-toolbar-tool-subscript\";i:6687;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6688;s:31:\"wikieditor-toolbar-group-insert\";i:6689;s:31:\"wikieditor-toolbar-tool-gallery\";i:6690;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6691;s:31:\"wikieditor-toolbar-tool-newline\";i:6692;s:29:\"wikieditor-toolbar-tool-table\";i:6693;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6694;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6695;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6696;s:35:\"wikieditor-toolbar-tool-table-title\";i:6697;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6698;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6699;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6700;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6701;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6702;s:37:\"wikieditor-toolbar-tool-table-example\";i:6703;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6704;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6705;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6706;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6707;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6708;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6709;s:31:\"wikieditor-toolbar-tool-replace\";i:6710;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6711;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6712;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6713;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6714;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6715;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6716;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6717;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6718;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6719;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6720;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6721;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6722;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6723;s:37:\"wikieditor-toolbar-section-characters\";i:6724;s:31:\"wikieditor-toolbar-section-help\";i:6725;s:43:\"wikieditor-toolbar-help-heading-description\";i:6726;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6727;s:38:\"wikieditor-toolbar-help-heading-result\";i:6728;s:35:\"wikieditor-toolbar-help-page-format\";i:6729;s:33:\"wikieditor-toolbar-help-page-link\";i:6730;s:36:\"wikieditor-toolbar-help-page-heading\";i:6731;s:33:\"wikieditor-toolbar-help-page-list\";i:6732;s:33:\"wikieditor-toolbar-help-page-file\";i:6733;s:38:\"wikieditor-toolbar-help-page-reference\";i:6734;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6735;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6736;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6737;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6738;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6739;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6740;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6741;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6742;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6743;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6744;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6745;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6746;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6747;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6748;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6749;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6750;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6751;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6752;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6753;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6754;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6755;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6756;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6757;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6758;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6759;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6760;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6761;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6762;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6763;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6764;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6765;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6766;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6767;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6768;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6769;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6770;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6771;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6772;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6773;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6774;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6775;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6776;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6777;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6778;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6779;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6780;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6781;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6782;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6783;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6784;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6785;s:20:\"syntaxhighlight-desc\";i:6786;s:30:\"syntaxhighlight-error-category\";i:6787;s:35:\"syntaxhighlight-error-category-desc\";i:6788;s:32:\"syntaxhighlight-enclose-category\";i:6789;s:37:\"syntaxhighlight-enclose-category-desc\";i:6790;s:31:\"syntaxhighlight-source-category\";i:6791;s:36:\"syntaxhighlight-source-category-desc\";i:6792;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6793;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6794;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6795;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6796;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6797;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6798;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6799;s:38:\"syntaxhighlight-error-unknown-language\";i:6800;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6801;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6802;s:22:\"action-mf-uploadbutton\";i:6803;s:20:\"beta-feature-minerva\";i:6804;s:32:\"beta-feature-minerva-description\";i:6805;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6806;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6807;s:37:\"mobile-frontend-account-create-submit\";i:6808;s:25:\"mobile-frontend-app-title\";i:6809;s:38:\"mobile-frontend-back-to-top-of-section\";i:6810;s:34:\"mobile-frontend-categories-heading\";i:6811;s:37:\"mobile-frontend-categories-subheading\";i:6812;s:32:\"mobile-frontend-categories-nocat\";i:6813;s:30:\"mobile-frontend-categories-add\";i:6814;s:34:\"mobile-frontend-categories-summary\";i:6815;s:30:\"mobile-frontend-changeslist-ip\";i:6816;s:28:\"mobile-frontend-clear-search\";i:6817;s:36:\"mobile-frontend-contribution-summary\";i:6818;s:32:\"mobile-frontend-cookies-required\";i:6819;s:20:\"mobile-frontend-desc\";i:6820;s:33:\"mobile-frontend-diffview-404-desc\";i:6821;s:34:\"mobile-frontend-diffview-404-title\";i:6822;s:34:\"mobile-frontend-diffview-anonymous\";i:6823;s:35:\"mobile-frontend-diffview-bytesadded\";i:6824;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6825;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6826;s:34:\"mobile-frontend-diffview-editcount\";i:6827;s:34:\"mobile-frontend-diffview-explained\";i:6828;s:30:\"mobile-frontend-diffview-title\";i:6829;s:30:\"mobile-frontend-disable-images\";i:6830;s:36:\"mobile-frontend-dismiss-notification\";i:6831;s:33:\"mobile-frontend-donate-image-anon\";i:6832;s:36:\"mobile-frontend-donate-image-heading\";i:6833;s:41:\"mobile-frontend-donate-image-login-action\";i:6834;s:38:\"mobile-frontend-donate-image-nouploads\";i:6835;s:42:\"mobile-frontend-donate-image-signup-action\";i:6836;s:34:\"mobile-frontend-donate-image-title\";i:6837;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6838;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6839;s:29:\"mobile-frontend-drawer-cancel\";i:6840;s:33:\"mobile-frontend-edit-login-action\";i:6841;s:34:\"mobile-frontend-edit-signup-action\";i:6842;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6843;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6844;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6845;s:27:\"mobile-frontend-editor-anon\";i:6846;s:34:\"mobile-frontend-editor-anonwarning\";i:6847;s:29:\"mobile-frontend-editor-cancel\";i:6848;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6849;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6850;s:31:\"mobile-frontend-editor-continue\";i:6851;s:26:\"mobile-frontend-editor-cta\";i:6852;s:31:\"mobile-frontend-editor-disabled\";i:6853;s:30:\"mobile-frontend-editor-editing\";i:6854;s:35:\"mobile-frontend-editor-editing-page\";i:6855;s:28:\"mobile-frontend-editor-error\";i:6856;s:37:\"mobile-frontend-editor-error-conflict\";i:6857;s:36:\"mobile-frontend-editor-error-loading\";i:6858;s:36:\"mobile-frontend-editor-error-preview\";i:6859;s:35:\"mobile-frontend-editor-keep-editing\";i:6860;s:32:\"mobile-frontend-editor-licensing\";i:6861;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6862;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6863;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6864;s:34:\"mobile-frontend-editor-placeholder\";i:6865;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6866;s:38:\"mobile-frontend-editor-previewing-page\";i:6867;s:37:\"mobile-frontend-editor-redirect-title\";i:6868;s:27:\"mobile-frontend-editor-save\";i:6869;s:30:\"mobile-frontend-editor-success\";i:6870;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6871;s:39:\"mobile-frontend-editor-success-new-page\";i:6872;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6873;s:38:\"mobile-frontend-editor-summary-request\";i:6874;s:30:\"mobile-frontend-editor-summary\";i:6875;s:37:\"mobile-frontend-editor-switch-confirm\";i:6876;s:36:\"mobile-frontend-editor-switch-editor\";i:6877;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6878;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6879;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6880;s:34:\"mobile-frontend-editor-unavailable\";i:6881;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6882;s:35:\"mobile-frontend-editor-uploadenable\";i:6883;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6884;s:27:\"mobile-frontend-editor-wait\";i:6885;s:38:\"mobile-frontend-editor-redlink-explain\";i:6886;s:29:\"mobile-frontend-enable-images\";i:6887;s:43:\"mobile-frontend-expand-sections-description\";i:6888;s:38:\"mobile-frontend-expand-sections-status\";i:6889;s:32:\"mobile-frontend-fontchanger-link\";i:6890;s:32:\"mobile-frontend-fontchanger-desc\";i:6891;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6892;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6893;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6894;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6895;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6896;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6897;s:30:\"mobile-frontend-footer-contact\";i:6898;s:31:\"mobile-frontend-footer-sitename\";i:6899;s:32:\"mobile-frontend-generic-404-desc\";i:6900;s:33:\"mobile-frontend-generic-404-title\";i:6901;s:37:\"mobile-frontend-generic-signup-action\";i:6902;s:23:\"mobile-frontend-history\";i:6903;s:32:\"mobile-frontend-history-404-desc\";i:6904;s:33:\"mobile-frontend-history-404-title\";i:6905;s:34:\"mobile-frontend-history-no-results\";i:6906;s:36:\"mobile-frontend-image-cancel-confirm\";i:6907;s:38:\"mobile-frontend-image-heading-describe\";i:6908;s:31:\"mobile-frontend-image-uploading\";i:6909;s:29:\"mobile-frontend-images-status\";i:6910;s:31:\"mobile-frontend-language-header\";i:6911;s:32:\"mobile-frontend-language-heading\";i:6912;s:36:\"mobile-frontend-language-site-choose\";i:6913;s:39:\"mobile-frontend-language-variant-header\";i:6914;s:34:\"mobile-frontend-languages-404-desc\";i:6915;s:35:\"mobile-frontend-languages-404-title\";i:6916;s:32:\"mobile-frontend-languages-header\";i:6917;s:37:\"mobile-frontend-languages-header-page\";i:6918;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6919;s:30:\"mobile-frontend-languages-text\";i:6920;s:40:\"mobile-frontend-languages-variant-header\";i:6921;s:34:\"mobile-frontend-last-modified-days\";i:6922;s:35:\"mobile-frontend-last-modified-hours\";i:6923;s:38:\"mobile-frontend-last-modified-just-now\";i:6924;s:37:\"mobile-frontend-last-modified-minutes\";i:6925;s:36:\"mobile-frontend-last-modified-months\";i:6926;s:37:\"mobile-frontend-last-modified-seconds\";i:6927;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6928;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6929;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6930;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6931;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6932;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6933;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6934;s:35:\"mobile-frontend-last-modified-years\";i:6935;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6936;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6937;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6938;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6939;s:26:\"mobile-frontend-logged-out\";i:6940;s:34:\"mobile-frontend-main-menu-featured\";i:6941;s:32:\"mobile-frontend-main-menu-logout\";i:6942;s:36:\"mobile-frontend-main-menu-page-title\";i:6943;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6944;s:32:\"mobile-frontend-main-menu-upload\";i:6945;s:29:\"mobile-frontend-media-details\";i:6946;s:34:\"mobile-frontend-media-license-link\";i:6947;s:32:\"mobile-frontend-meta-data-issues\";i:6948;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6949;s:39:\"mobile-frontend-meta-data-issues-header\";i:6950;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6951;s:29:\"mobile-frontend-missing-image\";i:6952;s:31:\"mobile-frontend-nearby-distance\";i:6953;s:38:\"mobile-frontend-nearby-distance-meters\";i:6954;s:28:\"mobile-frontend-nearby-error\";i:6955;s:37:\"mobile-frontend-nearby-error-guidance\";i:6956;s:30:\"mobile-frontend-nearby-loading\";i:6957;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6958;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6959;s:32:\"mobile-frontend-nearby-noresults\";i:6960;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6961;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6962;s:30:\"mobile-frontend-nearby-refresh\";i:6963;s:35:\"mobile-frontend-nearby-requirements\";i:6964;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6965;s:28:\"mobile-frontend-nearby-title\";i:6966;s:34:\"mobile-frontend-nearby-sectiontext\";i:6967;s:30:\"mobile-frontend-opt-in-explain\";i:6968;s:29:\"mobile-frontend-overlay-close\";i:6969;s:32:\"mobile-frontend-overlay-continue\";i:6970;s:34:\"mobile-frontend-page-menu-contents\";i:6971;s:33:\"mobile-frontend-page-menu-history\";i:6972;s:33:\"mobile-frontend-page-edit-summary\";i:6973;s:24:\"mobile-frontend-password\";i:6974;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6975;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6976;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6977;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6978;s:31:\"mobile-frontend-photo-licensing\";i:6979;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6980;s:31:\"mobile-frontend-photo-ownership\";i:6981;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6982;s:36:\"mobile-frontend-photo-ownership-help\";i:6983;s:28:\"mobile-frontend-photo-submit\";i:6984;s:28:\"mobile-frontend-photo-upload\";i:6985;s:33:\"mobile-frontend-photo-upload-anon\";i:6986;s:36:\"mobile-frontend-photo-upload-comment\";i:6987;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6988;s:34:\"mobile-frontend-photo-upload-error\";i:6989;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6990;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6991;s:36:\"mobile-frontend-photo-upload-generic\";i:6992;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6993;s:44:\"mobile-frontend-photo-upload-success-article\";i:6994;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6995;s:39:\"mobile-frontend-photo-upload-user-count\";i:6996;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6997;s:31:\"mobile-frontend-placeholder-app\";i:6998;s:32:\"mobile-frontend-placeholder-beta\";i:6999;s:40:\"mobile-frontend-profile-activity-heading\";i:7000;s:29:\"mobile-frontend-profile-error\";i:7001;s:38:\"mobile-frontend-profile-footer-ancient\";i:7002;s:35:\"mobile-frontend-profile-footer-days\";i:7003;s:37:\"mobile-frontend-profile-footer-months\";i:7004;s:36:\"mobile-frontend-profile-footer-years\";i:7005;s:33:\"mobile-frontend-profile-last-edit\";i:7006;s:34:\"mobile-frontend-profile-last-thank\";i:7007;s:30:\"mobile-frontend-profile-noargs\";i:7008;s:30:\"mobile-frontend-profile-nouser\";i:7009;s:29:\"mobile-frontend-profile-title\";i:7010;s:37:\"mobile-frontend-profile-userpage-link\";i:7011;s:32:\"mobile-frontend-profile-usertalk\";i:7012;s:35:\"mobile-frontend-references-citation\";i:7013;s:28:\"mobile-frontend-regular-site\";i:7014;s:31:\"mobile-frontend-requires-mobile\";i:7015;s:30:\"mobile-frontend-requires-optin\";i:7016;s:30:\"mobile-frontend-requires-title\";i:7017;s:26:\"mobile-frontend-save-error\";i:7018;s:29:\"mobile-frontend-save-settings\";i:7019;s:32:\"mobile-frontend-saving-exit-page\";i:7020;s:30:\"mobile-frontend-search-content\";i:7021;s:41:\"mobile-frontend-search-content-no-results\";i:7022;s:33:\"mobile-frontend-search-no-results\";i:7023;s:29:\"mobile-frontend-search-submit\";i:7024;s:39:\"mobile-frontend-settings-images-explain\";i:7025;s:29:\"mobile-frontend-settings-beta\";i:7026;s:41:\"mobile-frontend-settings-site-description\";i:7027;s:36:\"mobile-frontend-settings-site-header\";i:7028;s:37:\"mobile-frontend-sign-in-error-heading\";i:7029;s:31:\"mobile-frontend-sign-in-heading\";i:7030;s:27:\"mobile-frontend-sign-in-why\";i:7031;s:31:\"mobile-frontend-sign-up-heading\";i:7032;s:29:\"mobile-frontend-talk-fullpage\";i:7033;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7034;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7035;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7036;s:33:\"mobile-frontend-talk-back-to-page\";i:7037;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7038;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7039;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7040;s:33:\"mobile-frontend-talk-edit-summary\";i:7041;s:30:\"mobile-frontend-talk-explained\";i:7042;s:36:\"mobile-frontend-talk-explained-empty\";i:7043;s:35:\"mobile-frontend-talk-overlay-header\";i:7044;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7045;s:26:\"mobile-frontend-talk-reply\";i:7046;s:31:\"mobile-frontend-talk-reply-info\";i:7047;s:34:\"mobile-frontend-talk-reply-success\";i:7048;s:35:\"mobile-frontend-talk-topic-feedback\";i:7049;s:32:\"mobile-frontend-talk-topic-error\";i:7050;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7051;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7052;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7053;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7054;s:30:\"mobile-frontend-thanked-notice\";i:7055;s:28:\"mobile-frontend-user-account\";i:7056;s:35:\"mobile-frontend-user-button-tooltip\";i:7057;s:32:\"mobile-frontend-user-newmessages\";i:7058;s:24:\"mobile-frontend-user-cta\";i:7059;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7060;s:24:\"mobile-frontend-username\";i:7061;s:27:\"mobile-frontend-view-source\";i:7062;s:27:\"mobile-frontend-watch-login\";i:7063;s:29:\"mobile-frontend-watchlist-a-z\";i:7064;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7065;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7066;s:29:\"mobile-frontend-watchlist-add\";i:7067;s:35:\"mobile-frontend-watchlist-back-home\";i:7068;s:29:\"mobile-frontend-watchlist-cta\";i:7069;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7070;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7071;s:30:\"mobile-frontend-watchlist-feed\";i:7072;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7073;s:36:\"mobile-frontend-watchlist-filter-all\";i:7074;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7075;s:38:\"mobile-frontend-watchlist-filter-other\";i:7076;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7077;s:38:\"mobile-frontend-watchlist-login-action\";i:7078;s:30:\"mobile-frontend-watchlist-more\";i:7079;s:37:\"mobile-frontend-watchlist-please-wait\";i:7080;s:31:\"mobile-frontend-watchlist-error\";i:7081;s:33:\"mobile-frontend-watchlist-purpose\";i:7082;s:33:\"mobile-frontend-watchlist-removed\";i:7083;s:39:\"mobile-frontend-watchlist-signup-action\";i:7084;s:30:\"mobile-frontend-watchlist-view\";i:7085;s:6:\"nearby\";i:7086;s:21:\"right-mf-uploadbutton\";i:7087;s:27:\"tag-mobile_edit-description\";i:7088;s:31:\"tag-mobile_web_edit-description\";i:7089;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7090;s:30:\"apihelp-mobileview-description\";i:7091;s:29:\"apihelp-mobileview-param-page\";i:7092;s:33:\"apihelp-mobileview-param-redirect\";i:7093;s:36:\"apihelp-mobileview-param-sectionprop\";i:7094;s:34:\"apihelp-mobileview-param-pageprops\";i:7095;s:32:\"apihelp-mobileview-param-variant\";i:7096;s:33:\"apihelp-mobileview-param-noimages\";i:7097;s:35:\"apihelp-mobileview-param-noheadings\";i:7098;s:36:\"apihelp-mobileview-param-notransform\";i:7099;s:34:\"apihelp-mobileview-param-thumbsize\";i:7100;s:28:\"apihelp-parse-param-noimages\";i:7101;s:35:\"mobile-frontend-donate-button-label\";i:7102;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7103;s:34:\"mobile-frontend-browse-tags-header\";i:7104;s:24:\"mobile-frontend-panel-ok\";i:7105;s:20:\"googleanalytics-desc\";i:7106;s:7:\"sidebar\";i:7107;s:18:\"pagecategorieslink\";i:7108;s:9:\"sitetitle\";i:7109;s:12:\"sitesubtitle\";i:7110;s:10:\"addsection\";i:7111;s:14:\"talkpageheader\";i:7112;s:22:\"view-pool-dirty-output\";i:7113;s:20:\"view-pool-contention\";i:7114;s:17:\"view-pool-timeout\";i:7115;s:12:\"edithelppage\";i:7116;s:8:\"helppage\";i:7117;s:14:\"mainpage-title\";i:7118;s:23:\"mainpage-title-loggedin\";i:7119;s:23:\"pagetitle-view-mainpage\";i:7120;s:10:\"sitenotice\";i:7121;s:10:\"anonnotice\";i:7122;s:28:\"newsectionheaderdefaultlevel\";i:7123;s:10:\"nstab-talk\";i:7124;s:23:\"createacct-helpusername\";i:7125;s:24:\"createacct-username-help\";i:7126;s:11:\"loginprompt\";i:7127;s:18:\"userlogout-summary\";i:7128;s:13:\"helplogin-url\";i:7129;s:26:\"createacct-imgcaptcha-help\";i:7130;s:24:\"createacct-benefit-icon1\";i:7131;s:24:\"createacct-benefit-head1\";i:7132;s:24:\"createacct-benefit-icon2\";i:7133;s:24:\"createacct-benefit-head2\";i:7134;s:24:\"createacct-benefit-icon3\";i:7135;s:24:\"createacct-benefit-head3\";i:7136;s:17:\"nocookiesforlogin\";i:7137;s:11:\"signupstart\";i:7138;s:9:\"signupend\";i:7139;s:15:\"signupend-https\";i:7140;s:11:\"emailsender\";i:7141;s:18:\"loginlanguagelinks\";i:7142;s:15:\"pear-mail-error\";i:7143;s:14:\"php-mail-error\";i:7144;s:22:\"changepassword-summary\";i:7145;s:19:\"changeemail-summary\";i:7146;s:19:\"resettokens-summary\";i:7147;s:8:\"sig-text\";i:7148;s:18:\"newarticletextanon\";i:7149;s:12:\"talkpagetext\";i:7150;s:17:\"noarticletextanon\";i:7151;s:17:\"editnotice-notext\";i:7152;s:23:\"editpage-head-copy-warn\";i:7153;s:20:\"editpage-tos-summary\";i:7154;s:13:\"longpage-hint\";i:7155;s:18:\"addsection-preload\";i:7156;s:20:\"addsection-editintro\";i:7157;s:26:\"createaccount-hook-aborted\";i:7158;s:21:\"revision-info-current\";i:7159;s:12:\"revision-nav\";i:7160;s:17:\"history_copyright\";i:7161;s:41:\"mergehistory-warning-redirect-not-created\";i:7162;s:26:\"mergehistory-redirect-text\";i:7163;s:18:\"pagemerge-logentry\";i:7164;s:14:\"search-summary\";i:7165;s:23:\"searchmenu-new-nocreate\";i:7166;s:23:\"search-interwiki-custom\";i:7167;s:12:\"googlesearch\";i:7168;s:15:\"opensearch-desc\";i:7169;s:19:\"preferences-summary\";i:7170;s:36:\"prefs-user-downloaddata-help-message\";i:7171;s:18:\"userrights-summary\";i:7172;s:17:\"recentchanges-url\";i:7173;s:17:\"recentchangestext\";i:7174;s:26:\"recentchanges-legend-minor\";i:7175;s:24:\"recentchanges-legend-bot\";i:7176;s:32:\"recentchanges-legend-unpatrolled\";i:7177;s:30:\"rcfilters-tag-prefix-namespace\";i:7178;s:25:\"rcfilters-tag-prefix-tags\";i:7179;s:43:\"number-of-watching-users-for-recent-changes\";i:7180;s:14:\"upload-summary\";i:7181;s:12:\"uploadfooter\";i:7182;s:26:\"upload-default-description\";i:7183;s:13:\"uploadedimage\";i:7184;s:14:\"overwroteimage\";i:7185;s:8:\"licenses\";i:7186;s:24:\"shareddescriptionfollows\";i:7187;s:35:\"filedelete-reason-dropdown-suppress\";i:7188;s:22:\"unwatchedpages-summary\";i:7189;s:21:\"listredirects-summary\";i:7190;s:23:\"unusedtemplates-summary\";i:7191;s:14:\"randompage-url\";i:7192;s:18:\"statistics-summary\";i:7193;s:24:\"statistics-articles-desc\";i:7194;s:21:\"statistics-files-desc\";i:7195;s:17:\"statistics-footer\";i:7196;s:21:\"pageswithprop-summary\";i:7197;s:23:\"doubleredirects-summary\";i:7198;s:23:\"brokenredirects-summary\";i:7199;s:29:\"brokenredirects-delete-reason\";i:7200;s:23:\"fewestrevisions-summary\";i:7201;s:19:\"lonelypages-summary\";i:7202;s:26:\"uncategorizedpages-summary\";i:7203;s:31:\"uncategorizedcategories-summary\";i:7204;s:27:\"uncategorizedimages-summary\";i:7205;s:30:\"uncategorizedtemplates-summary\";i:7206;s:24:\"unusedcategories-summary\";i:7207;s:20:\"unusedimages-summary\";i:7208;s:24:\"wantedcategories-summary\";i:7209;s:19:\"wantedfiles-summary\";i:7210;s:23:\"wantedtemplates-summary\";i:7211;s:18:\"mostlinked-summary\";i:7212;s:28:\"mostlinkedcategories-summary\";i:7213;s:27:\"mostlinkedtemplates-summary\";i:7214;s:22:\"mostcategories-summary\";i:7215;s:18:\"mostimages-summary\";i:7216;s:22:\"mostinterwikis-summary\";i:7217;s:21:\"mostrevisions-summary\";i:7218;s:19:\"prefixindex-summary\";i:7219;s:18:\"shortpages-summary\";i:7220;s:17:\"longpages-summary\";i:7221;s:20:\"deadendpages-summary\";i:7222;s:29:\"protectedpages-unknown-reason\";i:7223;s:17:\"listusers-summary\";i:7224;s:16:\"newpages-summary\";i:7225;s:20:\"ancientpages-summary\";i:7226;s:15:\"apihelp-summary\";i:7227;s:12:\"apihelp-link\";i:7228;s:18:\"apisandbox-summary\";i:7229;s:19:\"booksources-summary\";i:7230;s:6:\"rfcurl\";i:7231;s:9:\"pubmedurl\";i:7232;s:16:\"allpages-summary\";i:7233;s:18:\"categories-summary\";i:7234;s:28:\"deletedcontributions-summary\";i:7235;s:18:\"linksearch-summary\";i:7236;s:19:\"activeusers-summary\";i:7237;s:17:\"emailuser-summary\";i:7238;s:20:\"usermessage-template\";i:7239;s:17:\"watchlist-summary\";i:7240;s:17:\"watchlist-unwatch\";i:7241;s:22:\"watchlist-unwatch-undo\";i:7242;s:30:\"deletereason-dropdown-suppress\";i:7243;s:16:\"protectedarticle\";i:7244;s:25:\"modifiedarticleprotection\";i:7245;s:18:\"unprotectedarticle\";i:7246;s:22:\"movedarticleprotection\";i:7247;s:17:\"restriction-blank\";i:7248;s:16:\"undelete-summary\";i:7249;s:21:\"contributions-summary\";i:7250;s:24:\"sp-contributions-explain\";i:7251;s:23:\"sp-contributions-footer\";i:7252;s:28:\"sp-contributions-footer-anon\";i:7253;s:34:\"sp-contributions-footer-anon-range\";i:7254;s:21:\"whatlinkshere-summary\";i:7255;s:15:\"unblock-summary\";i:7256;s:17:\"blocklist-summary\";i:7257;s:13:\"blocklogentry\";i:7258;s:16:\"reblock-logentry\";i:7259;s:15:\"unblocklogentry\";i:7260;s:18:\"ipb-default-expiry\";i:7261;s:21:\"ipb-default-expiry-ip\";i:7262;s:16:\"movepage-summary\";i:7263;s:25:\"movesubpagetext-truncated\";i:7264;s:29:\"movesubpagetalktext-truncated\";i:7265;s:18:\"move-redirect-text\";i:7266;s:31:\"category-move-redirect-override\";i:7267;s:14:\"export-summary\";i:7268;s:14:\"import-summary\";i:7269;s:22:\"import-logentry-upload\";i:7270;s:25:\"import-logentry-interwiki\";i:7271;s:21:\"accesskey-pt-userpage\";i:7272;s:25:\"accesskey-pt-anonuserpage\";i:7273;s:19:\"accesskey-pt-mytalk\";i:7274;s:21:\"accesskey-pt-anontalk\";i:7275;s:24:\"accesskey-pt-preferences\";i:7276;s:22:\"accesskey-pt-watchlist\";i:7277;s:22:\"accesskey-pt-mycontris\";i:7278;s:25:\"accesskey-pt-anoncontribs\";i:7279;s:18:\"accesskey-pt-login\";i:7280;s:26:\"accesskey-pt-login-private\";i:7281;s:19:\"accesskey-pt-logout\";i:7282;s:26:\"accesskey-pt-createaccount\";i:7283;s:17:\"accesskey-ca-view\";i:7284;s:17:\"accesskey-ca-talk\";i:7285;s:17:\"accesskey-ca-edit\";i:7286;s:23:\"accesskey-ca-addsection\";i:7287;s:23:\"accesskey-ca-viewsource\";i:7288;s:20:\"accesskey-ca-history\";i:7289;s:20:\"accesskey-ca-protect\";i:7290;s:22:\"accesskey-ca-unprotect\";i:7291;s:19:\"accesskey-ca-delete\";i:7292;s:21:\"accesskey-ca-undelete\";i:7293;s:17:\"accesskey-ca-move\";i:7294;s:18:\"accesskey-ca-watch\";i:7295;s:20:\"accesskey-ca-unwatch\";i:7296;s:16:\"accesskey-search\";i:7297;s:19:\"accesskey-search-go\";i:7298;s:25:\"accesskey-search-fulltext\";i:7299;s:16:\"accesskey-p-logo\";i:7300;s:26:\"accesskey-n-help-mediawiki\";i:7301;s:20:\"accesskey-n-mainpage\";i:7302;s:32:\"accesskey-n-mainpage-description\";i:7303;s:18:\"accesskey-n-portal\";i:7304;s:25:\"accesskey-n-currentevents\";i:7305;s:25:\"accesskey-n-recentchanges\";i:7306;s:22:\"accesskey-n-randompage\";i:7307;s:16:\"accesskey-n-help\";i:7308;s:25:\"accesskey-t-whatlinkshere\";i:7309;s:31:\"accesskey-t-recentchangeslinked\";i:7310;s:18:\"accesskey-feed-rss\";i:7311;s:19:\"accesskey-feed-atom\";i:7312;s:25:\"accesskey-t-contributions\";i:7313;s:21:\"accesskey-t-emailuser\";i:7314;s:16:\"accesskey-t-info\";i:7315;s:21:\"accesskey-t-permalink\";i:7316;s:17:\"accesskey-t-print\";i:7317;s:18:\"accesskey-t-upload\";i:7318;s:24:\"accesskey-t-specialpages\";i:7319;s:23:\"accesskey-ca-nstab-main\";i:7320;s:23:\"accesskey-ca-nstab-user\";i:7321;s:24:\"accesskey-ca-nstab-media\";i:7322;s:26:\"accesskey-ca-nstab-special\";i:7323;s:26:\"accesskey-ca-nstab-project\";i:7324;s:24:\"accesskey-ca-nstab-image\";i:7325;s:28:\"accesskey-ca-nstab-mediawiki\";i:7326;s:27:\"accesskey-ca-nstab-template\";i:7327;s:23:\"accesskey-ca-nstab-help\";i:7328;s:27:\"accesskey-ca-nstab-category\";i:7329;s:19:\"accesskey-minoredit\";i:7330;s:14:\"accesskey-save\";i:7331;s:17:\"accesskey-publish\";i:7332;s:17:\"accesskey-preview\";i:7333;s:14:\"accesskey-diff\";i:7334;s:33:\"accesskey-compareselectedversions\";i:7335;s:15:\"accesskey-watch\";i:7336;s:26:\"accesskey-watchlist-expiry\";i:7337;s:16:\"accesskey-upload\";i:7338;s:26:\"accesskey-preferences-save\";i:7339;s:17:\"accesskey-summary\";i:7340;s:24:\"accesskey-userrights-set\";i:7341;s:23:\"accesskey-blockip-block\";i:7342;s:16:\"accesskey-export\";i:7343;s:16:\"accesskey-import\";i:7344;s:37:\"accesskey-watchlistedit-normal-submit\";i:7345;s:34:\"accesskey-watchlistedit-raw-submit\";i:7346;s:15:\"tooltip-ca-view\";i:7347;s:14:\"tooltip-p-lang\";i:7348;s:20:\"tooltip-p-navigation\";i:7349;s:20:\"tooltip-p-namespaces\";i:7350;s:12:\"tooltip-p-tb\";i:7351;s:18:\"tooltip-p-variants\";i:7352;s:15:\"tooltip-p-views\";i:7353;s:36:\"tooltip-p-user-interface-preferences\";i:7354;s:19:\"tooltip-p-user-page\";i:7355;s:24:\"tooltip-n-help-mediawiki\";i:7356;s:33:\"interlanguage-link-title-langonly\";i:7357;s:36:\"interlanguage-link-title-nonlangonly\";i:7358;s:15:\"pageinfo-header\";i:7359;s:15:\"pageinfo-footer\";i:7360;s:19:\"markaspatrolledlink\";i:7361;s:13:\"newimagestext\";i:7362;s:8:\"today-at\";i:7363;s:14:\"variantname-zh\";i:7364;s:15:\"variantname-gan\";i:7365;s:19:\"variantname-sr-cyrl\";i:7366;s:19:\"variantname-sr-latn\";i:7367;s:14:\"variantname-sr\";i:7368;s:14:\"variantname-ku\";i:7369;s:25:\"metadata-langitem-default\";i:7370;s:18:\"autocomment-prefix\";i:7371;s:29:\"block-autoblock-exemptionlist\";i:7372;s:15:\"size-ronnabytes\";i:7373;s:16:\"size-quettabytes\";i:7374;s:15:\"size-ronnapixel\";i:7375;s:16:\"size-quettapixel\";i:7376;s:17:\"bitrate-ronnabits\";i:7377;s:18:\"bitrate-quettabits\";i:7378;s:21:\"editwatchlist-summary\";i:7379;s:14:\"signature-anon\";i:7380;s:15:\"version-summary\";i:7381;s:20:\"version-db-mysql-url\";i:7382;s:22:\"version-db-mariadb-url\";i:7383;s:22:\"version-db-percona-url\";i:7384;s:23:\"version-db-postgres-url\";i:7385;s:21:\"version-db-sqlite-url\";i:7386;s:29:\"version-entrypoints-index-php\";i:7387;s:27:\"version-entrypoints-api-php\";i:7388;s:28:\"version-entrypoints-rest-php\";i:7389;s:13:\"redirect-text\";i:7390;s:20:\"specialpages-summary\";i:7391;s:24:\"specialpages-note-cached\";i:7392;s:12:\"tags-summary\";i:7393;s:30:\"tags-edit-revision-explanation\";i:7394;s:30:\"tags-edit-logentry-explanation\";i:7395;s:20:\"comparepages-summary\";i:7396;s:17:\"diff-form-summary\";i:7397;s:21:\"permanentlink-summary\";i:7398;s:18:\"newsection-summary\";i:7399;s:16:\"editpage-summary\";i:7400;s:18:\"deletepage-summary\";i:7401;s:16:\"pageinfo-summary\";i:7402;s:19:\"pagehistory-summary\";i:7403;s:19:\"protectpage-summary\";i:7404;s:13:\"purge-summary\";i:7405;s:10:\"rawmessage\";i:7406;s:14:\"deletedarticle\";i:7407;s:16:\"undeletedarticle\";i:7408;s:15:\"patrol-log-line\";i:7409;s:15:\"patrol-log-auto\";i:7410;s:15:\"patrol-log-diff\";i:7411;s:9:\"1movedto2\";i:7412;s:15:\"1movedto2_redir\";i:7413;s:23:\"newuserlog-create-entry\";i:7414;s:24:\"newuserlog-create2-entry\";i:7415;s:27:\"newuserlog-autocreate-entry\";i:7416;s:14:\"rightslogentry\";i:7417;s:26:\"rightslogentry-autopromote\";i:7418;s:35:\"authmanager-account-password-domain\";i:7419;s:37:\"authprovider-confirmlink-request-help\";i:7420;s:26:\"copyupload-allowed-domains\";i:7421;s:22:\"exif-coordinate-format\";i:7422;s:15:\"exif-make-value\";i:7423;s:16:\"exif-model-value\";i:7424;s:19:\"exif-software-value\";i:7425;s:27:\"exif-software-version-value\";i:7426;s:18:\"exif-contact-value\";i:7427;s:20:\"apihelp-main-summary\";i:7428;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7429;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:7430;s:30:\"apihelp-compare-param-difftype\";i:7431;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:7432;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:7433;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:7434;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:7435;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:7436;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:7437;s:41:\"apihelp-opensearch-param-redirects-append\";i:7438;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:7439;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:7440;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:7441;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:7442;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:7443;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:7444;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:7445;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:7446;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:7447;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7448;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:7449;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:7450;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7451;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:7452;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:7453;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:7454;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:7455;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:7456;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:7457;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7458;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7459;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7460;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7461;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:7462;s:14:\"api-help-flags\";i:7463;s:18:\"api-help-help-urls\";i:7464;s:24:\"api-help-parameters-note\";i:7465;s:22:\"api-help-datatypes-top\";i:7466;s:25:\"api-help-datatype-boolean\";i:7467;s:24:\"api-help-datatype-expiry\";i:7468;s:27:\"api-help-datatype-timestamp\";i:7469;s:26:\"api-help-param-type-expiry\";i:7470;s:35:\"api-help-param-type-presenceboolean\";i:7471;s:35:\"api-help-paramvalue-direction-newer\";i:7472;s:35:\"api-help-paramvalue-direction-older\";i:7473;s:32:\"api-help-no-extended-description\";i:7474;s:40:\"apierror-changecontentmodel-missingtitle\";i:7475;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7476;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7477;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7478;s:30:\"apierror-contentmodel-mismatch\";i:7479;s:23:\"apierror-invalidiprange\";i:7480;s:21:\"apierror-ipoutofrange\";i:7481;s:23:\"apierror-stashexception\";i:7482;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7483;s:30:\"paramvalidator-param-sensitive\";i:7484;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7485;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7486;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7487;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7488;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7489;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7490;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7491;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7492;s:33:\"mobile-frontend-categories-search\";i:7493;s:34:\"mobile-frontend-categories-nomatch\";i:7494;s:33:\"mobile-frontend-categories-nodata\";i:7495;s:38:\"mobile-frontend-categories-add-heading\";i:7496;s:35:\"mobile-frontend-categories-add-wait\";i:7497;s:33:\"mobile-frontend-categories-normal\";i:7498;s:33:\"mobile-frontend-categories-hidden\";i:7499;s:32:\"mobile-frontend-current-language\";i:7500;s:30:\"mobile-frontend-diffview-comma\";i:7501;s:31:\"mobile-frontend-pointer-dismiss\";i:7502;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7503;s:35:\"mobile-frontend-editor-blocked-info\";i:7504;s:33:\"mobile-frontend-editor-terms-link\";i:7505;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7506;s:36:\"mobile-frontend-editor-redlink-leave\";i:7507;s:37:\"mobile-frontend-editor-redlink-create\";i:7508;s:27:\"mobile-frontend-editor-bold\";i:7509;s:29:\"mobile-frontend-editor-italic\";i:7510;s:32:\"mobile-frontend-editor-bold-text\";i:7511;s:34:\"mobile-frontend-editor-italic-text\";i:7512;s:32:\"mobile-frontend-editor-reference\";i:7513;s:39:\"mobile-frontend-editor-insert-reference\";i:7514;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7515;s:36:\"mobile-frontend-editor-add-reference\";i:7516;s:33:\"mobile-frontend-generic-login-new\";i:7517;s:33:\"mobile-frontend-nearby-permission\";i:7518;s:42:\"mobile-frontend-page-menu-language-current\";i:7519;s:31:\"mobile-frontend-talk-topic-wait\";i:7520;s:25:\"mobile-frontend-terms-url\";i:7521;s:36:\"mobile-frontend-quick-lookup-looking\";i:7522;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7523;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7524;s:10:\"mobile.css\";i:7525;s:9:\"mobile.js\";i:7526;s:16:\"skinname-minerva\";i:7527;s:33:\"apihelp-mobileview-param-sections\";i:7528;s:29:\"apihelp-mobileview-param-prop\";i:7529;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7530;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7531;s:31:\"apihelp-mobileview-param-offset\";i:7532;s:31:\"apihelp-mobileview-param-maxlen\";i:7533;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7534;s:36:\"apihelp-mobileview-param-thumbheight\";i:7535;s:28:\"apihelp-mobileview-example-1\";i:7536;s:28:\"apihelp-mobileview-example-2\";i:7537;s:28:\"apihelp-mobileview-example-3\";i:7538;s:32:\"apihelp-parse-param-mobileformat\";i:7539;s:28:\"apihelp-parse-param-mainpage\";i:7540;s:31:\"mobile-frontend-loading-message\";i:7541;s:31:\"mobile-frontend-console-recruit\";i:7542;s:28:\"mobile-frontend-panel-cancel\";i:7543;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7544;s:41:\"mobile-frontend-search-feedback-link-text\";i:7545;s:38:\"mobile-frontend-search-feedback-prompt\";i:7546;s:17:\"right-noanalytics\";}}'),('arq','magicWords','a:172:{s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:21:\"كود_الأنكور\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:23:\"مسار_المقالة\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:34:\"اسم_الصفحة_الأساسي\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:38:\"عنوان_الصفحة_الأساسي\";i:2;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:3:{i:0;i:0;i:1;s:5:\"ثا:\";i:2;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:22:\"عنوان_قاعدة:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:20:\"مسار_قاعدة:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:21:\"مصادر_مضمنة\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:21:\"لغة_المحتوى\";i:2;s:17:\"لغة_محتوى\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_حالي\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_حالي2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_الحالي\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_حالي_مأ\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_حالية\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_حالي\";i:2;s:16:\"شهر_حالي2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_حالي1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_الحالي\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_الحالي\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_الحالي_المولد\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_حالي\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_الحالي\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:19:\"نسخة_حالية\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_حالي\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_حالي\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:26:\"ترتيب_افتراضي:\";i:2;s:37:\"مفتاح_ترتيب_افتراضي:\";i:3;s:37:\"ترتيب_تصنيف_افتراضي:\";i:4;s:22:\"ترتيب_غيابي:\";i:5;s:12:\"DEFAULTSORT:\";i:6;s:15:\"DEFAULTSORTKEY:\";i:7;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"لاخطأ\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:16:\"لاتستبدل\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:5:{i:0;i:1;i:1;s:25:\"علامة_الاتجاه\";i:2;s:21:\"علامة_اتجاه\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:21:\"عرض_العنوان\";i:2;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:11:\"لا_خطأ\";i:2;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:18:\"لااستبدال\";i:2;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:3:{i:0;i:1;i:1;s:43:\"__توقع_تصنيف_غير_مستخدم__\";i:2;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:20:\"مسار_الملف:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:19:\"__لصق_فهرس__\";i:2;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:25:\"تهيئة_التاريخ\";i:2;s:21:\"تهيئة_تاريخ\";i:3;s:10:\"formatdate\";i:4;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:15:\"صيغة_رقم\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:5:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الكامل\";i:2;s:24:\"اسم_صفحة_كامل\";i:3;s:15:\"اسم_كامل\";i:4;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الكامل\";i:2;s:28:\"عنوان_صفحة_كامل\";i:3;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كامل:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:18:\"مسار_كامل:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"نوع:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:22:\"قواعد_اللغة:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:23:\"__تصنيف_مخفي__\";i:2;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:11:\"بديل=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:15:\"خط_أساسي\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:8:\"حدود\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:8:\"أسفل\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:8:\"مركز\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:11:\"رتبة=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:8:\"إطار\";i:2;s:10:\"بإطار\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:12:\"لاإطار\";i:2;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:9:\"لغة=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:8:\"يسار\";i:2;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:11:\"وصلة=$1\";i:2;s:11:\"رابط=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:13:\"تصغير=$1\";i:2;s:11:\"مصغر=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"وسط\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:8:\"بدون\";i:2;s:6:\"بلا\";i:3;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:11:\"صفحة=$1\";i:2;s:11:\"صفحة_$1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:8:\"يمين\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:8:\"فرعي\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:8:\"سوبر\";i:2;s:4:\"سب\";i:3;s:5:\"super\";i:4;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:13:\"نص_أسفل\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:13:\"نص_أعلى\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:4:{i:0;i:1;i:1;s:10:\"تصغير\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:8:\"أعلى\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:10:\"معدول\";i:2;s:13:\"معدول=$1\";i:3;s:13:\"معدول_$1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:4:{i:0;i:1;i:1;s:6:\"$1بك\";i:2;s:6:\"$1عن\";i:3;s:4:\"$1px\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:14:\"__فهرسة__\";i:2;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:11:\"محتوى:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:8:\"#لغة:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:9:\"صغير:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كبير:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_محلي\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_محلي2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_المحلي\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_محلي_مأ\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_محلية\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_محلي\";i:2;s:16:\"شهر_محلي2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_محلي1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_المحلي\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_المحلي\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_المحلي_المولد\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_محلي\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_المحلي\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:18:\"مسار_محلي:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:37:\"عنوان_المسار_المحلي:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_محلي\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_محلي\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:11:\"رسالة:\";i:2;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:31:\"رسالة_بدون_تهيئة:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:8:\"نطاق\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:19:\"عنوان_نطاق\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:15:\"عدد_نطاق\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:28:\"__وصلة_قسم_جديد__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:3:{i:0;i:0;i:1;s:11:\"لا_سيب\";i:2;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_محتوى__\";i:2;s:12:\"__لاتم__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:24:\"__لاتحريرقسم__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:16:\"__لامعرض__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:18:\"__لافهرسة__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:31:\"لا_وصلة_قسم_جديد__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_عنوان__\";i:2;s:12:\"__لاتع__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:3:{i:0;i:0;i:1;s:16:\"__لافهرس__\";i:2;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:5:\"نط:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"نطم:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:28:\"عدد_في_المجموعة\";i:2;s:24:\"عدد_في_مجموعة\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:42:\"عدد_المستخدمين_النشطين\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:25:\"عدد_الإداريين\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:23:\"عدد_المقالات\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:25:\"عدد_التعديلات\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الملفات\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الصفحات\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:27:\"عدد_المستخدمين\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:15:\"باد_يسار\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:15:\"باد_يمين\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:15:\"رقم_صفحة\";i:2;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:3:{i:0;i:1;i:1;s:19:\"لغة_الصفحة\";i:2;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الصفحة\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_الصفحة\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:5:{i:0;i:1;i:1;s:30:\"صفحات_في_التصنيف\";i:2;s:26:\"صفحات_في_تصنيف\";i:3;s:15:\"PAGESINCATEGORY\";i:4;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"كل\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:10:\"ملفات\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:10:\"صفحات\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:25:\"تصنيفات_فرعية\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:5:{i:0;i:1;i:1;s:25:\"صفحات_في_نطاق:\";i:2;s:21:\"صفحات_في_نط:\";i:3;s:17:\"PAGESINNAMESPACE:\";i:4;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:19:\"حجم_الصفحة\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:7:\"جمع:\";i:2;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:3:{i:0;i:1;i:1;s:27:\"انتهاء_الحماية\";i:2;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:25:\"مستوى_الحماية\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:7:\"خام:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:4:{i:0;i:1;i:1;s:4:\"أر\";i:2;s:4:\"آر\";i:3;s:1:\"R\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:11:\"#تحويل\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:23:\"يوم_المراجعة\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:24:\"يوم_المراجعة2\";i:2;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:23:\"رقم_المراجعة\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:23:\"شهر_المراجعة\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:24:\"شهر_المراجعة1\";i:2;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:23:\"حجم_المراجعة\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_وقت_المراجعة\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:29:\"مستخدم_المراجعة\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:23:\"عام_المراجعة\";i:2;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:26:\"جذر_اسم_الصفحة\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:30:\"عنوان_جذر_الصفحة\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:14:\"نسخ_آمن:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:25:\"مسار_السكريبت\";i:2;s:21:\"مسار_سكريبت\";i:3;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"خادم\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:19:\"اسم_الخادم\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الموقع\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:6:\"خاص\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:17:\"عنوان_خاص\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:35:\"__تحويلة_إستاتيكية__\";i:2;s:27:\"__تحويلة_ساكنة__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:21:\"مسار_الهيئة\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:5:{i:0;i:1;i:1;s:30:\"اسم_صفحة_الموضوع\";i:2;s:30:\"اسم_صفحة_المقالة\";i:3;s:15:\"SUBJECTPAGENAME\";i:4;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_صفحة_الموضوع\";i:2;s:34:\"عنوان_صفحة_المقالة\";i:3;s:16:\"SUBJECTPAGENAMEE\";i:4;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:5:{i:0;i:1;i:1;s:23:\"نطاق_الموضوع\";i:2;s:23:\"نطاق_المقالة\";i:3;s:12:\"SUBJECTSPACE\";i:4;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_نطاق_الموضوع\";i:2;s:34:\"عنوان_نطاق_المقالة\";i:3;s:13:\"SUBJECTSPACEE\";i:4;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الفرعي\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الفرعي\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:7:\"نسخ:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:6:\"وسم\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:28:\"اسم_صفحة_النقاش\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:32:\"عنوان_صفحة_النقاش\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:21:\"نطاق_النقاش\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_النقاش\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:12:\"__فهرس__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:9:\"كبير:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_صغير:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:20:\"كود_المسار:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:8:\"مسار\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:14:\"استعلام\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ويكي\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}}'),('arq','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('arq','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('arq','messages:about','s:30:\"arq:على هاذ الويكي\";'),('arq','messages:aboutpage','s:26:\"arq:Project:معلومات\";'),('arq','messages:aboutsite','s:35:\"arq:كلّ شي على {{SITENAME}}\";'),('arq','messages:abusefilter-edit-builder-vars-user-mobile','s:73:\"ar:إذا كان المستخدم يعدل عبر واجهة الجوال\";'),('arq','messages:accesskey-blockip-block','s:4:\"en:s\";'),('arq','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('arq','messages:accesskey-ca-delete','s:4:\"en:d\";'),('arq','messages:accesskey-ca-edit','s:4:\"en:e\";'),('arq','messages:accesskey-ca-history','s:4:\"en:h\";'),('arq','messages:accesskey-ca-move','s:4:\"en:m\";'),('arq','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('arq','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('arq','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('arq','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('arq','messages:accesskey-ca-protect','s:4:\"en:=\";'),('arq','messages:accesskey-ca-talk','s:4:\"en:t\";'),('arq','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('arq','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('arq','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('arq','messages:accesskey-ca-view','s:3:\"en:\";'),('arq','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('arq','messages:accesskey-ca-watch','s:4:\"en:w\";'),('arq','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('arq','messages:accesskey-diff','s:4:\"en:v\";'),('arq','messages:accesskey-export','s:4:\"en:s\";'),('arq','messages:accesskey-feed-atom','s:3:\"en:\";'),('arq','messages:accesskey-feed-rss','s:3:\"en:\";'),('arq','messages:accesskey-import','s:4:\"en:s\";'),('arq','messages:accesskey-minoredit','s:4:\"en:i\";'),('arq','messages:accesskey-n-currentevents','s:3:\"en:\";'),('arq','messages:accesskey-n-help','s:3:\"en:\";'),('arq','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('arq','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('arq','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('arq','messages:accesskey-n-portal','s:3:\"en:\";'),('arq','messages:accesskey-n-randompage','s:4:\"en:x\";'),('arq','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('arq','messages:accesskey-p-logo','s:3:\"en:\";'),('arq','messages:accesskey-preferences-save','s:4:\"en:s\";'),('arq','messages:accesskey-preview','s:4:\"en:p\";'),('arq','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('arq','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('arq','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('arq','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('arq','messages:accesskey-pt-login','s:4:\"en:o\";'),('arq','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('arq','messages:accesskey-pt-logout','s:3:\"en:\";'),('arq','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('arq','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('arq','messages:accesskey-pt-preferences','s:3:\"en:\";'),('arq','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('arq','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('arq','messages:accesskey-publish','s:4:\"en:s\";'),('arq','messages:accesskey-save','s:4:\"en:s\";'),('arq','messages:accesskey-search','s:4:\"en:f\";'),('arq','messages:accesskey-search-fulltext','s:3:\"en:\";'),('arq','messages:accesskey-search-go','s:3:\"en:\";'),('arq','messages:accesskey-summary','s:4:\"en:b\";'),('arq','messages:accesskey-t-contributions','s:3:\"en:\";'),('arq','messages:accesskey-t-emailuser','s:3:\"en:\";'),('arq','messages:accesskey-t-info','s:3:\"en:\";'),('arq','messages:accesskey-t-permalink','s:3:\"en:\";'),('arq','messages:accesskey-t-print','s:4:\"en:p\";'),('arq','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('arq','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('arq','messages:accesskey-t-upload','s:4:\"en:u\";'),('arq','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('arq','messages:accesskey-upload','s:4:\"en:s\";'),('arq','messages:accesskey-userrights-set','s:4:\"en:s\";'),('arq','messages:accesskey-watch','s:4:\"en:w\";'),('arq','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('arq','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('arq','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('arq','messages:accmailtext','s:272:\"arq:راهي انخلقت كلمت` سرّ مختارة على الزهَر لل مستعملي [[User talk:$1|$1]] و و انبعتت ل $2.\nتنجم تبدّلها فل پاجة<em>[[Special:ChangePassword|بدّل كلمت` السرّ]]</em> كي تتسجّل داخل.\";'),('arq','messages:accmailtitle','s:48:\"arq:كلمت` السرّ راهي انبعتَت\";'),('arq','messages:accountcreated','s:36:\"arq:الحساب راه اتخلّق\";'),('arq','messages:accountcreatedtext','s:114:\"arq:الحساب تاع المستعملي [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) راه تنخلق.\";'),('arq','messages:acct_creation_throttle_hit','s:403:\"arq:شي زايرين تاع هاد الويكي كانو مستعملين الإيپي تاعك و خلقو {{PLURAL:$1|حساب|$1 حسابات}} ف` النهارات $2 هادو الّي فاتو، و هاد هوّا الحدّ القاصي المقبول ف هاد المدّة.\nعلى هاد الشي، الزايرين من هاد الإيبي ما ينجموش يصّنعو حساب وحداخر.\";'),('arq','messages:action-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('arq','messages:action-applychangetags','s:48:\"ar:تطبيق الوسوم مع تغييراتك\";'),('arq','messages:action-autoconfirmed','s:81:\"ar:غير متأثر بحدود المعدل المستندة إلى الآيبي\";'),('arq','messages:action-autocreateaccount','s:80:\"ar:تلقائيا إنشاء هذا الحساب الخارجي للمستخدم\";'),('arq','messages:action-autopatrol','s:53:\"ar:جعل تعديلك معلم عليه كمراجع\";'),('arq','messages:action-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('arq','messages:action-block','s:53:\"ar:منع هذا المستخدم من التعديل\";'),('arq','messages:action-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('arq','messages:action-bot','s:39:\"ar:يًعامَل كعملية آلية\";'),('arq','messages:action-browsearchive','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('arq','messages:action-changetags','s:82:\"ar:أضف وأزل وسوما في مراجعات ومدخلات سجل فردية\";'),('arq','messages:action-createaccount','s:50:\"arq:اخلق حساب` المستعملي هادا\";'),('arq','messages:action-createpage','s:33:\"ar:إنشاء هذه الصفحة\";'),('arq','messages:action-createtalk','s:42:\"ar:إنشاء صفحة النقاش هذه\";'),('arq','messages:action-delete','s:12:\"arq:امحي\";'),('arq','messages:action-delete-redirect','s:93:\"ar:استبدال حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('arq','messages:action-deletechangetags','s:55:\"ar:حذف الوسوم من قاعدة البيانات\";'),('arq','messages:action-deletedhistory','s:52:\"ar:رؤية تاريخ الصفحات المحذوف\";'),('arq','messages:action-deletedtext','s:56:\"ar:رؤية تاريخ المراجعات المحذوف\";'),('arq','messages:action-deletelogentry','s:33:\"ar:حذف مدخلات السجل\";'),('arq','messages:action-deleterevision','s:28:\"ar:حذف المراجعات\";'),('arq','messages:action-edit','s:30:\"arq:عدل هاذ الباجه\";'),('arq','messages:action-editcontentmodel','s:47:\"ar:عدل عدل طريقة محتوى صفحة\";'),('arq','messages:action-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('arq','messages:action-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('arq','messages:action-editmyprivateinfo','s:43:\"ar:تعديل معلوماتك الخاصة\";'),('arq','messages:action-editmyusercss','s:63:\"ar:تحرير ملفات CSS المستخدم الخاصة بك\";'),('arq','messages:action-editmyuserjs','s:81:\"ar:تحرير ملفات جافا سكريبت المستخدم الخاصة بك\";'),('arq','messages:action-editmyuserjson','s:68:\"ar:تحرير ملفات جسون المستخدم الخاصة بك\";'),('arq','messages:action-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('arq','messages:action-editmywatchlist','s:39:\"ar:تعديل قائمة مراقبتك\";'),('arq','messages:action-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('arq','messages:action-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('arq','messages:action-editsitecss','s:43:\"ar:تحرير CSS للموقع بأكمله\";'),('arq','messages:action-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('arq','messages:action-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('arq','messages:action-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('arq','messages:action-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('arq','messages:action-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('arq','messages:action-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('arq','messages:action-history','s:42:\"ar:اعرض تاريخ هذه الصفحة\";'),('arq','messages:action-import','s:49:\"ar:استيراد صفحات من ويكي آخر\";'),('arq','messages:action-importupload','s:51:\"ar:استيراد صفحات من ملف مرفوع\";'),('arq','messages:action-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي والمنع التلقائي ومنع النطاق\";'),('arq','messages:action-managechangetags','s:39:\"ar:إنشاء وتعطيل الوسوم\";'),('arq','messages:action-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('arq','messages:action-mergehistory','s:40:\"ar:دمج تاريخ هذه الصفحة\";'),('arq','messages:action-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('arq','messages:action-minoredit','s:57:\"ar:التعليم على هذا التعديل كطفيف\";'),('arq','messages:action-move','s:10:\"arq:حول\";'),('arq','messages:action-move-categorypages','s:37:\"ar:انقل صفحات التصنيف\";'),('arq','messages:action-move-rootuserpages','s:58:\"ar:نقل صفحات المستخدمين الأساسية\";'),('arq','messages:action-move-subpages','s:63:\"ar:نقل هذه الصفحة، وصفحاتها الفرعية\";'),('arq','messages:action-movefile','s:27:\"ar:نقل هذا الملف\";'),('arq','messages:action-nominornewtalk','s:124:\"ar:عدم وجود تعديلات طفيفة على صفحات النقاشة تؤدي إلى ظهور رسائل جديدة\";'),('arq','messages:action-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('arq','messages:action-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('arq','messages:action-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('arq','messages:action-patrol','s:73:\"ar:تعليم تعديلات الآخرين بعلامة المراجعة\";'),('arq','messages:action-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('arq','messages:action-protect','s:14:\"arq:حمايه\";'),('arq','messages:action-purge','s:40:\"ar:محو مختزن هذه الصفحة\";'),('arq','messages:action-read','s:33:\"ar:قراءة هذه الصفحة\";'),('arq','messages:action-reupload','s:57:\"ar:الكتابة على هذا الملف الموجود\";'),('arq','messages:action-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('arq','messages:action-reupload-shared','s:71:\"ar:الكتابة على هذا الملف في مستودع مشترك\";'),('arq','messages:action-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('arq','messages:action-sendemail','s:50:\"ar:إرسال رسائل بريد إلكتروني\";'),('arq','messages:action-siteadmin','s:56:\"ar:غلق أو رفع غلق قاعدة البيانات\";'),('arq','messages:action-suppressionlog','s:40:\"ar:رؤية هذا السجل الخاص\";'),('arq','messages:action-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('arq','messages:action-suppressrevision','s:66:\"ar:مراجعة واسترجاع المراجعات المخفية\";'),('arq','messages:action-unblockself','s:38:\"ar:رفع المنع عن أنفسهم\";'),('arq','messages:action-undelete','s:26:\"arq:ردّ كيما كان\";'),('arq','messages:action-unwatchedpages','s:61:\"ar:رؤية قائمة الصفحات غير المراقبة\";'),('arq','messages:action-upload','s:27:\"ar:رفع هذا الملف\";'),('arq','messages:action-upload_by_url','s:52:\"ar:رفع هذا الملف من عنوان مسار\";'),('arq','messages:action-userrights','s:50:\"ar:تعديل كل صلاحيات المستخدم\";'),('arq','messages:action-userrights-interwiki','s:101:\"ar:تعديل صلاحيات المستخدم للمستخدمين في الويكيات الأخرى\";'),('arq','messages:action-viewmyprivateinfo','s:45:\"ar:مشاهدة معلوماتك الخاصة\";'),('arq','messages:action-viewmywatchlist','s:41:\"ar:مشاهدة قائمة مراقبتك\";'),('arq','messages:action-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('arq','messages:action-writeapi','s:36:\"ar:استخدام API الكتابة\";'),('arq','messages:actioncomplete','s:31:\"arq:العمليه اندارت\";'),('arq','messages:actionfailed','s:27:\"arq:العمليه فشلت\";'),('arq','messages:actions','s:14:\"arq:أفعال\";'),('arq','messages:actionthrottled','s:32:\"arq:الفعل راه محبّس\";'),('arq','messages:actionthrottledtext','s:261:\"arq:باش نحرزو من التخسار، ما يمكنش يندار هاد الفعل كتر من شي مرّات في مدّة تاع وقت قصير، و راك نتا فتّ هذا الحد.\nمن فضلك عاود سيّي منّا على شي دقايق.\";'),('arq','messages:activeusers','s:49:\"ar:قائمة المستخدمين النشطين\";'),('arq','messages:activeusers-count','s:180:\"ar:{{PLURAL:$1|لا أفعال|فعل واحد|فعلان اثنان|$1 أفعال|$1 فعلا|$1 فعل}} منذ {{PLURAL:$3||يوم|يومين|$3 أيام|$3 يوما|$1 يوم}}\";'),('arq','messages:activeusers-excludegroups','s:71:\"ar:استثن المستخدمين المنتمين للمجموعات:\";'),('arq','messages:activeusers-from','s:51:\"ar:اعرض المستخدمين ابتداء من:\";'),('arq','messages:activeusers-groups','s:67:\"ar:عرض المستخدمين المنتمين للمجموعات:\";'),('arq','messages:activeusers-intro','s:256:\"ar:هذه قائمة بالمستخدمين الذين مارسوا نوعا من النشاط خلال {{PLURAL:$1||اليوم الماضي|اليومين الماضيين|ال$1 أيام الماضية|ال$1 يوما ماضيا|ال$1 يوم ماضي}}.\";'),('arq','messages:activeusers-noresult','s:45:\"ar:لم يعثر على أي مستخدمين\";'),('arq','messages:activeusers-submit','s:45:\"ar:عرض المستخدمين النشطين\";'),('arq','messages:activeusers-summary','s:3:\"en:\";'),('arq','messages:addedwatchexpiry-options-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('arq','messages:addedwatchexpiryhours','s:125:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('arq','messages:addedwatchexpiryhours-talk','s:138:\"ar:\"[[:$1]]\" والصفحة المرفقة بها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('arq','messages:addedwatchexpirytext','s:117:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('arq','messages:addedwatchexpirytext-talk','s:125:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('arq','messages:addedwatchindefinitelytext','s:123:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('arq','messages:addedwatchindefinitelytext-talk','s:131:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('arq','messages:addedwatchtext','s:105:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('arq','messages:addedwatchtext-short','s:61:\"ar:أضيفت صفحة \"$1\" إلى قائمة مراقبتك.\";'),('arq','messages:addedwatchtext-talk','s:122:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إضافتها إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('arq','messages:addsection','s:4:\"en:+\";'),('arq','messages:addsection-editintro','s:3:\"en:\";'),('arq','messages:addsection-preload','s:3:\"en:\";'),('arq','messages:addwatch','s:48:\"ar:إضافة إلى قائمة المراقبة\";'),('arq','messages:ago','s:12:\"ar:قبل $1\";'),('arq','messages:all-logs-page','s:42:\"arq:كامل أريجسترات لعامة\";'),('arq','messages:allarticles','s:25:\"arq:قاع الباجات\";'),('arq','messages:allinnamespace','s:41:\"ar:كل الصفحات (في نطاق $1)\";'),('arq','messages:alllogstext','s:425:\"arq:تبيان مركّب تاع كامل الجرانن لي كاينين تاع {{SITENAME}}.\nتنجم تبارسوناليزي النضرة كي تسيليكسيوني النوع تاع الجرنان، أسم المستعملي، ولا الباجة المعنيّة (هادو زوج الاخريين راهم حسّاسين ل الطبع تاع الحروف فل كتيبة اللاتينيّة (Minuscule / Majuscule)).\";'),('arq','messages:allmessages','s:26:\"ar:رسائل النظام\";'),('arq','messages:allmessages-filter','s:41:\"ar:رشح حسب حالة التخصيص:\";'),('arq','messages:allmessages-filter-all','s:11:\"ar:الكل\";'),('arq','messages:allmessages-filter-legend','s:15:\"ar:المرشح\";'),('arq','messages:allmessages-filter-modified','s:15:\"ar:المعدل\";'),('arq','messages:allmessages-filter-submit','s:11:\"ar:مرشح\";'),('arq','messages:allmessages-filter-translate','s:11:\"ar:ترجم\";'),('arq','messages:allmessages-filter-unmodified','s:18:\"ar:غير معدل\";'),('arq','messages:allmessages-language','s:14:\"ar:اللغة:\";'),('arq','messages:allmessages-not-supported-database','s:121:\"ar:هذه الصفحة لا يمكن استخدامها لأن <strong>$wgUseDatabaseMessages</strong> تم تعطيله.\";'),('arq','messages:allmessages-prefix','s:32:\"ar:رشح حسب البادئة:\";'),('arq','messages:allmessagescurrent','s:24:\"ar:النص الحالي\";'),('arq','messages:allmessagesdefault','s:37:\"arq:الكتبه الافتراضيه\";'),('arq','messages:allmessagesname','s:14:\"arq:الاسم\";'),('arq','messages:allmessagestext','s:376:\"ar:هذه قائمة برسائل النظام المتوفرة في نطاق ميدياويكي.\nمن فضلك زر [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation ترجمة ميدياويكي] و [https://translatewiki.net ترانسليت ويكي دوت نت] لو كنت ترغب في المساهمة في ترجمة ميدياويكي الأساسية.\";'),('arq','messages:allowemail','s:93:\"ar:اسمح للمستخدمين الآخرين بإرسال بريد إلكتروني إلي\";'),('arq','messages:allpages','s:25:\"arq:قاع الباجات\";'),('arq','messages:allpages-bad-ns','s:51:\"ar:{{SITENAME}} لا يوجد بها نطاق \"$1\".\";'),('arq','messages:allpages-hide-redirects','s:61:\"arq:خبّي معاودة` التوجيهات لي كاينة\";'),('arq','messages:allpages-summary','s:3:\"en:\";'),('arq','messages:allpagesbadtitle','s:213:\"ar:العنوان المقترح للصفحة غير مقبول أو يضم لغات أخرى أو سابقة إنترويكي.\nأو ربما فيه أحرف لا يمكن استعمالها في العناوين.\";'),('arq','messages:allpagesfrom','s:45:\"ar:اعرض الصفحات ابتداء من:\";'),('arq','messages:allpagesprefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('arq','messages:allpagessubmit','s:10:\"arq:روح\";'),('arq','messages:allpagesto','s:51:\"ar:اعرض الصفحات المنتهية عند:\";'),('arq','messages:alreadyrolled','s:407:\"ar:لم يمكن استرجاع آخر تعديل ل[[:$1]] بواسطة [[User:$2|$2]] ([[User talk:$2|نقاش]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nشخص آخر عدل أو استرجع الصفحة بالفعل.\n\nآخر تعديل كان بواسطة [[User:$3|$3]] ([[User talk:$3|نقاش]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('arq','messages:ancientpages','s:26:\"ar:أقدم الصفحات\";'),('arq','messages:ancientpages-summary','s:3:\"en:\";'),('arq','messages:and','s:11:\"arq:&#32;و\";'),('arq','messages:anoncontribs','s:22:\"arq:المساهمات\";'),('arq','messages:anoneditwarning','s:491:\"arq:\'\'\'توليهة:\'\'\' راك ما دخلتش بل حساب تاعك.\nيلا تدير شي تبدال، غادي تتسجّل لادريسة أيبي تاعك فل متراخ تاع هاد الصفحة و تكون باينة ل كلّ واحد. يلا [$1 تتكونيكتا]</strong> ولا <strong>[$2 تخلق حساب]</strong>، التبدالات تاعك غادي يبانو تحت السميّة تاع المستعملي تاعك، و كاين تاني مزيّات وحدخرين.\";'),('arq','messages:anonnotice','s:4:\"en:-\";'),('arq','messages:anononlyblock','s:20:\"ar:مجهول فقط\";'),('arq','messages:anonpreviewwarning','s:196:\"arq:<em>ما راكش مسجّل داخل. لوكان تحفّظ التبدالات ضركا غادي تتسجّل لادريسة إيپي تاعك فل تاريخ تاع هاد الپاجة.</em>\";'),('arq','messages:anontalk','s:14:\"arq:تناقش\";'),('arq','messages:anontalkpagetext','s:646:\"arq:----\n<em>هذه صفحة نقاش لمستخدم مجهول لم يقم بإنشاء حساب بعد أو لا يستعمل ذلك الحساب;</em>\nلذا يجب علينا استعمال رقم الأيبي للتعرف عليهم،\nمثل هذا العنوان يمكن أن يشترك فيه عدة مستخدمين.\nلو كنت مستخدما مجهولا وتشعر بأن تعليقات لا تخصك تم توجيهها إليك، من فضلك [[Special:CreateAccount|أنشئ حسابا]] أو [[Special:UserLogin|سجل الدخول]] لتجنب الارتباك المستقبلي مع مستخدمين مجهولين آخرين.\";'),('arq','messages:anonuser','s:46:\"ar:مستخدم {{SITENAME}} المجهول $1\";'),('arq','messages:anonusers','s:144:\"ar:{{PLURAL:$2||مستخدم|مستخدما|مستخدمو}} {{SITENAME}} {{PLURAL:$2||المجهول|المجهولان|المجهولون}} $1\";'),('arq','messages:anonymous','s:87:\"ar:{{PLURAL:$1|مستخدم مجهول|مستخدمون مجهولون}} ل{{SITENAME}}\";'),('arq','messages:api-clientside-error-aborted','s:30:\"ar:تم إحباط الطلب.\";'),('arq','messages:api-clientside-error-http','s:37:\"ar:خطأ في الخادم: HTTP $1.\";'),('arq','messages:api-clientside-error-invalidresponse','s:54:\"ar:استجابة غير صالحة من الخادم.\";'),('arq','messages:api-clientside-error-noconnect','s:137:\"ar:لا يمكن الاتصال بالخادم؛ تأكد من أن لديك اتصال إنترنت فعال وحاول مرة أخرى.\";'),('arq','messages:api-clientside-error-timeout','s:65:\"ar:لم يستجب الخادم ضمن الوقت المتوقع.\";'),('arq','messages:api-credits','s:544:\"ar:مطورو API:\n* يوري أستراخان (مبتكر، المطور الرئيسي سبتمبر 2006 - سبتمبر 2007) \n* روان كاتو (المطور الرئيسي سبتمبر 2007-2009) \n* فيكتور فاسيليف \n* برايان تونغ مينه \n* سام ريد \n* براد يورش (المطور الرئيسي 2013–2020)\n\nيُرجَى إرسال تعليقاتك واقتراحاتك وأسئلتك لـmediawiki-api@lists.wikimedia.org\nأو إرسال تقريرا عن خطأ في https://phabricator.wikimedia.org/.\";'),('arq','messages:api-credits-header','s:19:\"ar:الإحالات\";'),('arq','messages:api-error-badtoken','s:54:\"ar:خطأ داخلي: رمز مميز غير صحيح.\";'),('arq','messages:api-error-emptypage','s:72:\"ar:إنشاء صفحات فارغة جديدة، غير مسموح به.\";'),('arq','messages:api-error-publishfailed','s:78:\"ar:خطأ داخلي: لم ينجح الخادوم في نشر ملف مؤقت\";'),('arq','messages:api-error-stashfailed','s:88:\"ar:خطأ داخلي: فشل الملقم في تخزين الملفات المؤقتة.\";'),('arq','messages:api-error-unknown-warning','s:38:\"ar:تحذير غير معروف: \"$1\".\";'),('arq','messages:api-error-unknownerror','s:33:\"ar:خطأ غير معروف: \"$1\"\";'),('arq','messages:api-exception-trace','s:20:\"ar:$1 في $2($3)\n$4\";'),('arq','messages:api-feed-error-title','s:14:\"ar:خطأ ($1)\";'),('arq','messages:api-format-prettyprint-header','s:473:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط <kbd>format=$2</kbd>.\n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('arq','messages:api-format-prettyprint-header-hyperlinked','s:459:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط [$3 <kbd>format=$2</kbd>].\n\nراجع [[mw:API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('arq','messages:api-format-prettyprint-header-only-html','s:257:\"ar:هذا تمثيل HTML مخصص للتصحيح، وغير مناسب لاستخدام تطبيق HTML. \n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('arq','messages:api-format-prettyprint-status','s:71:\"ar:سيتم إرجاع هذه الاستجابة بحالة HTTP $1 $2.\";'),('arq','messages:api-format-title','s:34:\"ar:ناتج API ميدياويكي\";'),('arq','messages:api-help-authmanager-general-usage','s:1574:\"ar:الإجراء العام لاستخدام هذه الوحدة هو:\n# جلب الحقول المتاحة من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع amirequestsfor=$4، $<kbd>amirequestsfor=$4</kbd> ورمز <kbd>$5</kbd> من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\nعرض الحقول للمستخدم، والحصول على تقديمها.\n# النشر في هذه الوحدة، مع توفير <var>$1returnurl</var> وأية حقول ذات صلة.\n# افحص <samp>status</samp> في الاستجابة.\n#* إذا تلقيت <samp>PASS</samp> أو <samp>FAIL</samp> أنت انتهيت، العملية نجحت أو لم تفعل.\n#* إذا تلقيت <samp>UI</samp>، قدم الحقول الجديدة للمستخدم والحصول على تقديمها، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> والحقول ذات الصلة المحددة، وكرر الخطوة 4.\n#* إذا تلقيت <samp>REDIRECT</samp>، وجه المستخدم إلى <samp>redirecttarget</samp> وانتظر العودة إلى <var>$1returnurl</var>، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> وأية حقول تم تمريرها إلى المسار للعودة ، وكرر الخطوة 4.\n#* إذا تلقيت <samp>RESTART</samp>، هذا يعني أن المصادقة ناجحة ولكن ليس لدينا حساب مستخدم مرتبط، قد تعامل هذا كـ<samp>UI</samp> أو كـ<samp>FAIL</samp>.\";'),('arq','messages:api-help-authmanagerhelper-additional-params','s:421:\"ar:تقبل هذه الوحدة معايير إضافية بناءً على طلبات المصادقة المتاحة، استخدم <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd> (أو استجابة سابقة من هذه الوحدة، إن وُجِدت) لتحديد الطلبات المتاحة والحقول التي يستخدمونها.\";'),('arq','messages:api-help-authmanagerhelper-continue','s:167:\"ar:هذا الطلب استمرار بعد استجابة <samp>UI</samp> أو <samp>REDIRECT</samp> سابقة، مطلوب إما هذا أو <var>$1returnurl</var>.\";'),('arq','messages:api-help-authmanagerhelper-mergerequestfields','s:102:\"ar:دمج معلومات الحقل لجميع طلبات التوثيق في مصفوفة واحدة.\";'),('arq','messages:api-help-authmanagerhelper-messageformat','s:64:\"ar:تنسيق لاستخدامه في إرسال الرسائل.\";'),('arq','messages:api-help-authmanagerhelper-preservestate','s:112:\"ar:الحفاظ على الحالة من محاولة تسجيل دخول فاشلة سابقة، إن أمكن.\";'),('arq','messages:api-help-authmanagerhelper-request','s:234:\"ar:استخدم طلب المصادقة هذا ، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd>.\";'),('arq','messages:api-help-authmanagerhelper-requests','s:293:\"ar:استخدم فقط طلبات المصادقة هذه، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> أو من رد سابق من هذه الوحدة.\";'),('arq','messages:api-help-authmanagerhelper-returnurl','s:673:\"ar:يجب أن يكون العودة لتدفقات المصادقة من الجهات الخارجية مطلقا، مطلوب إما هذا أو <var>$1continue</var>.\n\nعند استلام استجابة <samp>REDIRECT</samp>، ستفتح عادةً متصفح أو عرض ويب للمسار <samp>redirecttarget</samp>المحدد لتدفق مصادقة طرف ثالث، عند اكتمال ذلك، سيرسل الطرف الثالث المتصفح أو عرض الويب إلى هذا المسار، يجب عليك استخلاص أي استعلام أو وسائط POST من المسار وتمريرها كطلب <var>$1continue</var> إلى وحدة API هذه.\";'),('arq','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('arq','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('arq','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('arq','messages:api-help-datatypes-header','s:30:\"ar:أنواع البيانات\";'),('arq','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('arq','messages:api-help-examples','s:37:\"ar:{{PLURAL:$1|مثال|أمثلة}}:\";'),('arq','messages:api-help-flag-deprecated','s:34:\"ar:هذه الوحدة مهملة.\";'),('arq','messages:api-help-flag-generator','s:65:\"ar:هذه الوحدة يمكن أن تُستخدَم كمولد.\";'),('arq','messages:api-help-flag-internal','s:129:\"ar:<strong> هذه الوحدة داخلية أو غير مستقرة.</strong> قد تتغير عمليتها دون إشعار.\";'),('arq','messages:api-help-flag-mustbeposted','s:55:\"ar:هذه الوحدة تقبل طلبات POST فقط.\";'),('arq','messages:api-help-flag-readrights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات القراءة.\";'),('arq','messages:api-help-flag-writerights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات الكتابة.\";'),('arq','messages:api-help-flags','s:3:\"en:\";'),('arq','messages:api-help-help-urls','s:3:\"en:\";'),('arq','messages:api-help-lead','s:188:\"ar:\nهذه صفحة توثيق ميدياويكي API التي تم إنشاؤها تلقائيا.\n\nوثائق وأمثلة: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('arq','messages:api-help-license','s:28:\"ar:الترخيص: [[$1|$2]]\";'),('arq','messages:api-help-license-noname','s:47:\"ar:الترخيص: [[$1|انظر الوصلة]]\";'),('arq','messages:api-help-license-unknown','s:73:\"ar:الترخيص: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('arq','messages:api-help-main-header','s:32:\"ar:الوحدة الرئيسية\";'),('arq','messages:api-help-no-extended-description','s:3:\"en:\";'),('arq','messages:api-help-open-in-apisandbox','s:40:\"ar:<small>[فتح في ملعب]</small>\";'),('arq','messages:api-help-param-continue','s:96:\"ar:عندما تتوفر المزيد من النتائج، استخدم هذا للمتابعة\";'),('arq','messages:api-help-param-default-empty','s:68:\"ar:الافتراضي: <span class=\"apihelp-empty\">(فارغ)</span>\";'),('arq','messages:api-help-param-deprecated','s:12:\"ar:مهمل.\";'),('arq','messages:api-help-param-deprecated-label','s:22:\"ar:مستغنى عنه\";'),('arq','messages:api-help-param-direction','s:340:\"ar:في أي اتجاه للتعداد:\n;الأحدث: سرد الأقدم أولا، ملاحظة: يجب أن يكون $1start قبل $1end.\n;older:List newest first (default). Note: $1start has to be later than $1end.\n;الأقدم: سرد الأحدث أولا (افتراضي)، ملاحظة: يجب أن يكون $1start بعد $1end.\";'),('arq','messages:api-help-param-disabled-in-miser-mode','s:91:\"ar:تم التعطيل بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]].\";'),('arq','messages:api-help-param-internal','s:14:\"ar:داخلي.\";'),('arq','messages:api-help-param-internal-label','s:13:\"ar:داخلي\";'),('arq','messages:api-help-param-limited-in-miser-mode','s:328:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام هذا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('arq','messages:api-help-param-multi-all','s:60:\"ar:لتحديد كل القيم; استخدم <kbd>$1</kbd>.\";'),('arq','messages:api-help-param-multi-separate','s:94:\"ar:قيم منفصلة بـ<kbd>|</kbd> أو [[Special:ApiHelp/main#main/datatypes|بديل]].\";'),('arq','messages:api-help-param-no-description','s:60:\"ar:<span class=\"apihelp-empty\">(لا يوجد وصف)</span>\";'),('arq','messages:api-help-param-templated','s:110:\"ar:هذا [[Special:ApiHelp/main#main/templatedparams|وسيط قالب]]، عند تقديم الطلب، $2.\";'),('arq','messages:api-help-param-templated-var','s:51:\"ar:<var>&#x7B;$1&#x7D;</var> بقيم <var>$2</var>\";'),('arq','messages:api-help-param-templated-var-first','s:98:\"ar:يجب استبدال <var>&#x7B;$1&#x7D;</var> في اسم الوسيط بقيم <var>$2</var>\";'),('arq','messages:api-help-param-token','s:106:\"ar:تم استرداد رمز مميز \"$1\" من [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('arq','messages:api-help-param-token-webui','s:136:\"ar:للتوافق; يتم أيضا قبول الرمز المميز المستخدم في واجهة المستخدم على الويب.\";'),('arq','messages:api-help-param-type-enum','s:165:\"ar:{{PLURAL:$1|1=إحدى القيم التالية|2=القيم (منفصلة مع <kbd>{{!}}</kbd> أو [[Special:ApiHelp/main#main/datatypes|البديل]])}}: $2\";'),('arq','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('arq','messages:api-help-param-type-limit','s:50:\"ar:النوع: عدد صحيح أو <kbd>max</kbd>\";'),('arq','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('arq','messages:api-help-param-type-timestamp','s:128:\"ar:النوع: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('arq','messages:api-help-parameters','s:37:\"ar:{{PLURAL:$1|وسيط|وسائط}}:\";'),('arq','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('arq','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('arq','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('arq','messages:api-help-permissions','s:45:\"ar:{{PLURAL:$1|الإذن|الأذونات}}:\";'),('arq','messages:api-help-permissions-granted-to','s:38:\"ar:{{PLURAL:$1|ممنوحة لـ}}: $2\";'),('arq','messages:api-help-right-apihighlimits','s:247:\"ar:استخدم حدودا أعلى في استعلامات API (استعلامات بطيئة: $1، استعلامات سريعة: $2)، تنطبق حدود الاستعلامات البطيئة أيضا على وسائط متعددة القيم.\";'),('arq','messages:api-help-source','s:18:\"ar:المصدر:$1\";'),('arq','messages:api-help-source-unknown','s:71:\"ar:المصدر: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('arq','messages:api-help-templatedparams','s:664:\"ar:تدعم وسائط القوالب الحالات التي تحتاج فيها API إلى قيمة لكل قيمة من وسيط آخر، على سبيل المثال، إذا كانت هناك وحدة API لطلب الفاكهة، فإنه قد يكون لديك وسيط <var>fruits</var> لتحديد أي الفواكه تم طلبها ووسيط قالب <var>{fruit}-quantity</var>لتحديد عدد الفواكه لكل طلب، يمكن لعميل API الذي يريد 1 تفاحة، 5 موز، 20 فراولة ثم تقديم طلب مثل <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('arq','messages:api-help-templatedparams-header','s:26:\"ar:وسائط القالب\";'),('arq','messages:api-help-title','s:38:\"ar:مساعدة API ميدياويكي\";'),('arq','messages:api-help-undocumented-module','s:44:\"ar:لا توجد وثائق للوحدة $1.\";'),('arq','messages:api-login-fail-aborted','s:395:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتتمكن من تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arq','messages:api-login-fail-aborted-nobotpw','s:212:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتسجيل الدخول; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arq','messages:api-login-fail-badsessionprovider','s:61:\"ar:لا يمكن تسجيل الدخول باستخدام $1.\";'),('arq','messages:api-login-fail-sameorigin','s:105:\"ar:لا يمكن تسجيل الدخول عندما لا يتم تطبيق السياسة الأصلية.\";'),('arq','messages:api-pageset-param-converttitles','s:268:\"ar:تحويل العناوين إلى المتغيرات الأخرى إذا لزم الأمر، يعمل فقط إذا كانت لغة محتوى الويكي تدعم تحويل المتغير، تتضمن اللغات التي تدعم تحويل المتغير $1.\";'),('arq','messages:api-pageset-param-generator','s:260:\"ar:احصل على قائمة الصفحات للعمل عليها من خلال تنفيذ وحدة الاستعلام المحددة.\n\n<strong>ملاحظة:</strong> يجب أن تبدأ أسماء وسطائط المولد بـ\"g\"، انظر الأمثلة.\";'),('arq','messages:api-pageset-param-pageids','s:66:\"ar:قائمة بمعرفات الصفحات للعمل عليها.\";'),('arq','messages:api-pageset-param-redirects-generator','s:201:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var> وفي الصفحات التي يتم إرجاعها بواسطة <var>$1generator</var>.\";'),('arq','messages:api-pageset-param-redirects-nogenerator','s:112:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var>.\";'),('arq','messages:api-pageset-param-revids','s:70:\"ar:قائمة بمعرفات المراجعات للعمل عليها.\";'),('arq','messages:api-pageset-param-titles','s:49:\"ar:قائمة عناوين للعمل عليها.\";'),('arq','messages:api-usage-docref','s:36:\"ar:راجع $1 لاستخدام API.\";'),('arq','messages:api-usage-mailinglist-ref','s:269:\"ar:اشترك في القائمة البريدية لإعلان api ميدياويكي في &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt ; للحصول على إشعار بإيقاف API وإيقاف التغييرات.\";'),('arq','messages:apierror-allimages-redirect','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('arq','messages:apierror-allpages-generator-redirects','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('arq','messages:apierror-appendnotsupported','s:89:\"ar:لا يمكن إلحاق الصفحات باستخدام نموذج المحتوى $1.\";'),('arq','messages:apierror-articleexists','s:82:\"ar:تم بالفعل إنشاء المقالة التي حاولت إنشاءها.\";'),('arq','messages:apierror-assertanonfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('arq','messages:apierror-assertbotfailed','s:84:\"ar:التأكيد على فشل المستخدم في صلاحية <code>bot</code>.\";'),('arq','messages:apierror-assertnameduserfailed','s:48:\"ar:تأكيد أن المستخدم \"$1\" فشل.\";'),('arq','messages:apierror-assertuserfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('arq','messages:apierror-autoblocked','s:141:\"ar:عنوان الآيبي الخاص بك تم منعه تلقائيا; لأنه تم استخدامه بواسطة مستخدم ممنوع.\";'),('arq','messages:apierror-bad-badfilecontexttitle','s:81:\"ar:عنوان غير صالح في الوسيط <var>$1badfilecontexttitle</var>.\";'),('arq','messages:apierror-bad-watchlist-token','s:129:\"ar:رمز قائمة مراقبة غير صحيح مقدم; يُرجَى تعيين رمز مميز في [[Special:Preferences]].\";'),('arq','messages:apierror-badconfig-resulttoosmall','s:163:\"ar:إن قيمة <code>$wgAPIMaxResultSize</code> في هذا الويكي صغيرة جدا لا تحتوي على معلومات النتائج الأساسية.\";'),('arq','messages:apierror-badcontinue','s:164:\"ar:متابعة غير صحيحة; يجب عليك تمرير القيمة الأصلية التي تم إرجاعها بواسطة الاستعلام السابق.\";'),('arq','messages:apierror-baddiff','s:155:\"ar:لا يمكن استرجاع الفرقك; إحدى أو كلا المراجعتين غير موجودة أو ليس لديك صلاحية لعرضها.\";'),('arq','messages:apierror-baddiffto','s:126:\"ar:يجب تعيين <var>$1diffto</var> على عدد غير سالب، <kbd>prev</kbd>, <kbd>next</kbd> أو <kbd>cur</kbd>.\";'),('arq','messages:apierror-badformat','s:118:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2 المستخدم بواسطة $3.\";'),('arq','messages:apierror-badformat-generic','s:85:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2.\";'),('arq','messages:apierror-badgenerator-notgenerator','s:70:\"ar:لا يمكن استخدام الوحدة <kbd>$1</kbd> كمولد.\";'),('arq','messages:apierror-badgenerator-unknown','s:38:\"ar:<kbd>generator=$1</kbd> مجهول.\";'),('arq','messages:apierror-badip','s:41:\"ar:وسيط الآيبي غير صالح.\";'),('arq','messages:apierror-badmd5','s:56:\"ar:رمز الرقم MD5 المتوفر غير صحيح.\";'),('arq','messages:apierror-badmodule-badsubmodule','s:78:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدة فرعية \"$2\".\";'),('arq','messages:apierror-badmodule-nosubmodules','s:75:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدات فرعية.\";'),('arq','messages:apierror-badparameter','s:57:\"ar:قيمة غير صالحة للوسيط <var>$1</var>.\";'),('arq','messages:apierror-badquery','s:34:\"ar:استعلام غير صالح.\";'),('arq','messages:apierror-badtimestamp','s:86:\"ar:قيمة غير صالحة \"$2\" لوسيط الطابع الزمني <var>$1</var>.\";'),('arq','messages:apierror-badtoken','s:31:\"ar:رمز CSRF غير صالح.\";'),('arq','messages:apierror-badupload','s:236:\"ar:وسيط رفع الملف <var>$1</var> ليس رفع ملف; تأكد من استخدام <code>multipart/form-data</code> لـPOST الخاص بك وقم بتضمين اسم ملف في الرأس <code>Content-Disposition</code>.\";'),('arq','messages:apierror-badurl','s:75:\"ar:قيمة غير صالحة \"$2\" لوسيط العنوان <var>$1</var>.\";'),('arq','messages:apierror-baduser','s:77:\"ar:قيمة غير صالحة \"$2\" لوسيط المستخدم <var>$1</var>.\";'),('arq','messages:apierror-badvalue-notmultivalue','s:112:\"ar:لا يمكن استخدام فصل U+001F متعدد القيم إلا لوسائط متعددة القيم.\";'),('arq','messages:apierror-blocked','s:44:\"ar:لقد تم منعك من التحرير.\";'),('arq','messages:apierror-blocked-partial','s:60:\"ar:لقد تم منعك من تحرير هذه الصفحة.\";'),('arq','messages:apierror-blockedfrommail','s:74:\"ar:لقد تم منعك من إرسال البريد الإلكتروني.\";'),('arq','messages:apierror-botsnotsupported','s:60:\"ar:هذه الواجهة غير مدعومة للبوتات.\";'),('arq','messages:apierror-cannot-async-upload-file','s:394:\"ar:لا يمكن الجمع بين الوسيطين <var>async</var> و<var>file</var>، إذا كنت تريد معالجة غير متزامنة لملفك المرفوع، فارفعه أولاً إلى المخبأ (باستخدام الوسيط <var>stash</var>) ثم انشر الملف المتقطع بشكل غير متزامن (باستخدام <var>filekey</var> و<var>async</var>).\";'),('arq','messages:apierror-cannotreauthenticate','s:95:\"ar:هذا الإجراء غير متاح لأن هويتك لا يمكن التحقق منها.\";'),('arq','messages:apierror-cannotviewtitle','s:38:\"ar:لا يُسمَح لك بعرض $1.\";'),('arq','messages:apierror-cantblock','s:62:\"ar:ليس لديك صلاحية لمنع المستخدمين.\";'),('arq','messages:apierror-cantblock-email','s:139:\"ar:ليس لديك صلاحية لمنع المستخدمين من إرسال البريد الإلكتروني من خلال الويكي.\";'),('arq','messages:apierror-cantchangecontentmodel','s:106:\"ar:ليس لديك صلاحية لمنع المستخدمين لتغيير نموذج محتوى صفحة.\";'),('arq','messages:apierror-canthide','s:98:\"ar:ليس لديك صلاحية إخفاء أسماء المستخدمين من سجل المنع.\";'),('arq','messages:apierror-cantimport','s:64:\"ar:ليس لديك صلاحية لاستيراد الصفحات.\";'),('arq','messages:apierror-cantimport-upload','s:79:\"ar:ليس لديك صلاحية استيراد الصفحات المرفوعة.\";'),('arq','messages:apierror-cantoverwrite-sharedfile','s:113:\"ar:الملف الهدف موجود في مستودع مشترك وليست لديك صلاحية لتجاوزه.\";'),('arq','messages:apierror-cantsend','s:273:\"ar:لم تقم بتسجيل الدخول أو ليس لديك عنوان بريد إلكتروني مؤكد أو غير مسموح لك بإرسال بريد إلكتروني إلى مستخدمين آخرين; لذلك لا يمكنك إرسال بريد إلكتروني.\";'),('arq','messages:apierror-cantundelete','s:153:\"ar:تعذر الاسترجاع: قد لا تكون المراجعات المطلوبة موجودة، أو ربما تم الاسترجاع بالفعل.\";'),('arq','messages:apierror-cantview-deleted-comment','s:77:\"ar:ليس لديك صلاحية لعرض التعليقات المحذوفة.\";'),('arq','messages:apierror-cantview-deleted-description','s:84:\"ar:ليس لديك صلاحية لعرض أوصاف الملفات المحذوفة.\";'),('arq','messages:apierror-cantview-deleted-metadata','s:105:\"ar:ليس لديك صلاحية لعرض البيانات الوصفية للملفات المحذوفة.\";'),('arq','messages:apierror-cantview-deleted-revision-content','s:88:\"ar:ليس لديك صلاحية لعرض محتوى المراجعات المحذوفة.\";'),('arq','messages:apierror-changeauth-norequest','s:48:\"ar:فشل في إنشاء طلب التغيير.\";'),('arq','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('arq','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('arq','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('arq','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('arq','messages:apierror-chunk-too-small','s:113:\"ar:الحد الأدنى لحجم القطعة هو $1 {{PLURAL:$1|بايت}} للقطع غير النهائية.\";'),('arq','messages:apierror-cidrtoobroad','s:54:\"ar:لا يُقبَل مدى $1 CIDR أكبر من /$2.\";'),('arq','messages:apierror-compare-maintextrequired','s:176:\"ar:الوسيط <var>$1text-main</var> مطلوب عندما يكون <var>$1slots</var> يحتوي على <kbd>main</kbd> (لا يمكن حذف الفتحة الرئيسية).\";'),('arq','messages:apierror-compare-no-title','s:138:\"ar:لا يمكن الحفظ المسبق للحفظ بدون عنوان; حاول تحديد <var>fromtitle</var> أو <var>totitle</var>.\";'),('arq','messages:apierror-compare-nofromrevision','s:107:\"ar:ليس \'من\' مراجعة، حدد <var>fromrev</var> أو <var>fromtitle</var> أو <var>fromid</var>.\";'),('arq','messages:apierror-compare-nosuchfromsection','s:54:\"ar:لا يوجد قسم $1 في المحتوى \'من\'.\";'),('arq','messages:apierror-compare-nosuchtosection','s:56:\"ar:لا يوجد قسم $1 في المحتوى \'إلى\'.\";'),('arq','messages:apierror-compare-notext','s:82:\"ar:لا يمكن استخدام الوسيط <var>$1</var> بدون <var>$2</var>.\";'),('arq','messages:apierror-compare-notorevision','s:103:\"ar:ليس \'إلى\' مراجعة، حدد <var>torev</var> أو <var>totitle</var> أو <var>toid</var>.\";'),('arq','messages:apierror-compare-relative-to-deleted','s:100:\"ar:لا يمكن استخدام <kbd>torelative=$1</kbd> بالنسبة لمراجعة محذوفة.\";'),('arq','messages:apierror-compare-relative-to-nothing','s:83:\"ar:لا توجد مراجعة \'من\' لـ<var>torelative</var> لتكون نسبة.\";'),('arq','messages:apierror-concurrency-limit','s:137:\"ar: .تم تجاوز حد التزامن. يرجى الانتظار حتى يعود كل طلب قبل إرسال الطلب التالي\";'),('arq','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('arq','messages:apierror-contentserializationexception','s:39:\"ar:فشل تسلسل المحتوى: $1\";'),('arq','messages:apierror-contenttoobig','s:128:\"ar:يتجاوز المحتوى الذي أدخلته حد حجم المقالة البالغ $1 {{PLURAL:$1|كيبي بايت}}.\";'),('arq','messages:apierror-copyuploadbaddomain','s:89:\"ar:لا يُسمَح بالمرفوعات بواسطة مسار من هذا النطاق.\";'),('arq','messages:apierror-copyuploadbadurl','s:59:\"ar:لا يُسمَح بالرفع من هذا المسار.\";'),('arq','messages:apierror-create-titleexists','s:97:\"ar:لا يمكن حماية العناوين الموجودة باستخدام <kbd>create</kbd>.\";'),('arq','messages:apierror-csp-report','s:47:\"ar:خطأ في معالجة تقرير CSP: $1.\";'),('arq','messages:apierror-deletedrevs-param-not-1-2','s:88:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الأوضاع 1 أو 2.\";'),('arq','messages:apierror-deletedrevs-param-not-3','s:77:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الوضع 3.\";'),('arq','messages:apierror-edit-invalidredirect','s:135:\"ar:لا يمكن تعديل <kbd>$1</kbd> أثناء متابعة التحويلات؛ لأن الهدف <kbd>$2</kbd> غير صالح.\";'),('arq','messages:apierror-emptynewsection','s:63:\"ar:إنشاء أقسام جديدة فارغة غير ممكن.\";'),('arq','messages:apierror-emptypage','s:67:\"ar:لا يُسمَح بإنشاء صفحات جديدة فارغة.\";'),('arq','messages:apierror-exceptioncaught','s:48:\"ar:[$1] تم اكتشاف الاستثناء: $2\";'),('arq','messages:apierror-exceptioncaughttype','s:60:\"ar:[$1] تم اكتشافها باستثناء النوع $2\";'),('arq','messages:apierror-filedoesnotexist','s:32:\"ar:الملف غير موجود.\";'),('arq','messages:apierror-fileexists-sharedrepo-perm','s:133:\"ar:الملف الهدف موجود في مستودع مشترك; استخدم الوسيط <var>ignorewarnings</var> لتجاوزه.\";'),('arq','messages:apierror-filenopath','s:70:\"ar:لا يمكن الحصول على مسار الملف المحلي.\";'),('arq','messages:apierror-filetypecannotberotated','s:46:\"ar:لا يمكن تدوير نوع الملف.\";'),('arq','messages:apierror-formatphp','s:144:\"ar:لا يمكن تمثيل هذه الاستجابة باستخدام <kbd>format=php</kbd>; انظر https://phabricator.wikimedia.org/T68776.\";'),('arq','messages:apierror-imageusage-badtitle','s:59:\"ar:يجب أن يكون عنوان <<kbd>$1</kbd> ملفا.\";'),('arq','messages:apierror-import-unknownerror','s:56:\"ar:خطأ غير معروف في الاستيراد: $1.\";'),('arq','messages:apierror-integeroutofrange-abovebotmax','s:122:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للبوتات أو الإداريين.\";'),('arq','messages:apierror-integeroutofrange-abovemax','s:104:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للمستخدمين.\";'),('arq','messages:apierror-integeroutofrange-belowminimum','s:80:\"ar:لا يجوز أن يكون <var>$1</var> أقل من $2 (معين إلى $3)\";'),('arq','messages:apierror-invalid-chunk','s:118:\"ar:الإزاحة بالإضافة إلى الجزء الحالي أكبر من حجم الملف المطالب به.\";'),('arq','messages:apierror-invalid-file-key','s:37:\"ar:ليس مفتاح ملف صالح.\";'),('arq','messages:apierror-invalidcategory','s:65:\"ar:اسم التصنيفف الذي أدخلته غير صالح.\";'),('arq','messages:apierror-invalidexpiry','s:61:\"ar:وقت انتهاء الصلاحية غير صالح \"$1\".\";'),('arq','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('arq','messages:apierror-invalidlang','s:60:\"ar:رمز لغة غير صالح للوسيط <var>$1</var>.\";'),('arq','messages:apierror-invalidmethod','s:79:\"ar:طريقة HTTP غير صالحة; فكر في استخدام GET أو POST.\";'),('arq','messages:apierror-invalidoldimage','s:81:\"ar:يحتوي الوسيط <var>oldimage</var> على تنسيق غير صالح.\";'),('arq','messages:apierror-invalidparammix','s:71:\"ar:لا يمكن استخدام {{PLURAL:$2|الوسائط}} $1 معا.\";'),('arq','messages:apierror-invalidparammix-cannotusewith','s:78:\"ar:لا يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd>.\";'),('arq','messages:apierror-invalidparammix-mustusewith','s:80:\"ar:يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd> فقط.\";'),('arq','messages:apierror-invalidparammix-parse-new-section','s:192:\"ar:لا يمكن دمج <kbd>section=new</kbd> مع الوسائط <var>oldid</var> أو <var>pageid</var> أو <var>page</var>; الرجاء استخدام <var>title</var> و<var>text</var>.\";'),('arq','messages:apierror-invalidsection','s:103:\"ar:يجب أن يكون الوسيط <var>section</var> معرف قسم صالحا أو <kbd>new</kbd>.\";'),('arq','messages:apierror-invalidsha1base36hash','s:57:\"ar:رمز رقم SHA1Base36 المقدم غير صالح.\";'),('arq','messages:apierror-invalidsha1hash','s:51:\"ar:رمز رقم SHA1 المقدم غير صالح.\";'),('arq','messages:apierror-invalidtitle','s:26:\"ar:عنوان سيئ \"$1\".\";'),('arq','messages:apierror-invalidurlparam','s:75:\"ar:قيمة غير صالحة لـ<var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('arq','messages:apierror-invaliduser','s:48:\"ar:اسم المستخدم غير صالح \"$1\".\";'),('arq','messages:apierror-invaliduserid','s:59:\"ar:معرف المستخدم <var>$1</var> غير صالح.\";'),('arq','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('arq','messages:apierror-maxbytes','s:97:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|بايت}}\";'),('arq','messages:apierror-maxchars','s:104:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|حرف|أحرف}}\";'),('arq','messages:apierror-maxlag','s:73:\"ar:في انتظار $2: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('arq','messages:apierror-maxlag-generic','s:107:\"ar:في انتظار خادم قاعدة البيانات: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('arq','messages:apierror-mimesearchdisabled','s:49:\"ar:تم تعطيل بحث MIME في وضع Miser.\";'),('arq','messages:apierror-missingcontent-pageid','s:52:\"ar:محتوى مفقود لمعرف الصفحة $1.\";'),('arq','messages:apierror-missingcontent-revid','s:56:\"ar:محتوى مفقود لمعرف المراجعة $1.\";'),('arq','messages:apierror-missingcontent-revid-role','s:70:\"ar:محتوى مفقود لمعرف المراجعة $1 للدور $2.\";'),('arq','messages:apierror-missingparam','s:48:\"ar:يجب تعيين الوسيط <var>$1</var>.\";'),('arq','messages:apierror-missingparam-at-least-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('arq','messages:apierror-missingparam-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('arq','messages:apierror-missingrev-pageid','s:68:\"ar:لا توجد مراجعة حالية لمعرف الصفحة $1.\";'),('arq','messages:apierror-missingrev-title','s:59:\"ar:لا توجد مراجعة حالية للعنوان $1.\";'),('arq','messages:apierror-missingtitle','s:58:\"ar:الصفحة التي حددتها غير موجودة.\";'),('arq','messages:apierror-missingtitle-byname','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('arq','messages:apierror-missingtitle-createonly','s:99:\"ar:يمكن حماية العناوين المفقودة فقط باستخدام <kbd>create</kbd>.\";'),('arq','messages:apierror-moduledisabled','s:46:\"ar:تم تعطيل الوحدة <kbd>$1</kbd>.\";'),('arq','messages:apierror-multival-only-one-of','s:91:\"ar:{{PLURAL:$3|فقط|واحد فقط من}} $2 مسموح به للوسيط <var>$1</var>.\";'),('arq','messages:apierror-multpages','s:78:\"ar:لا يجوز استخدام <var>$1</var> إلا مع صفحة واحدة.\";'),('arq','messages:apierror-mustbeloggedin','s:44:\"ar:يجب تسجيل الدخول إلى $1.\";'),('arq','messages:apierror-mustbeloggedin-changeauth','s:86:\"ar:يجب عليك تسجيل الدخول لتغيير بيانات المصادقة.\";'),('arq','messages:apierror-mustbeloggedin-generic','s:35:\"ar:يجب أن تكون مسجلا.\";'),('arq','messages:apierror-mustbeloggedin-linkaccounts','s:69:\"ar:يجب عليك تسجيل الدخول لربط الحسابات.\";'),('arq','messages:apierror-mustbeloggedin-removeauth','s:86:\"ar:يجب عليك تسجيل الدخول لإزالة بيانات المصادقة.\";'),('arq','messages:apierror-mustbeloggedin-uploadstash','s:88:\"ar:لا يتوفر الرفع المخبأ إلا للمستخدمين المسجلين.\";'),('arq','messages:apierror-mustbeposted','s:53:\"ar:تتطلب الوحدة <kbd>$1</kbd> طلب POST.\";'),('arq','messages:apierror-mustpostparams','s:156:\"ar:تم العثور على {{PLURAL:$2|الوسيط|الوسائط}} في سلسلة الاستعلام، ولكن يجب أن يكون في نص POST: $1.\";'),('arq','messages:apierror-no-direct-editing','s:118:\"ar:التعديل المباشر عبر API غير مدعوم لنموذج المحتوى $1 المستخدم في $2.\";'),('arq','messages:apierror-noapiwrite','s:68:\"ar:تم تعطيل تحرير هذا الويكي من خلال API.\";'),('arq','messages:apierror-nochanges','s:44:\"ar:لم يتم طلب أية تغييرات.\";'),('arq','messages:apierror-nodeleteablefile','s:75:\"ar:لا يوجد مثل هذا الإصدار القديم من الملف.\";'),('arq','messages:apierror-noedit','s:58:\"ar:ليس لديك صلاحية تعديل الصفحات.\";'),('arq','messages:apierror-noedit-anon','s:83:\"ar:لا يمكن للمستخدمين المجهولين تحرير الصفحات.\";'),('arq','messages:apierror-noimageredirect','s:95:\"ar:ليس لديك صلاحية تعديل الصفحات إنشاء تحويلات الصور.\";'),('arq','messages:apierror-noimageredirect-anon','s:90:\"ar:لا يمكن للمستخدمين المجهولين إنشاء تحويلات صور.\";'),('arq','messages:apierror-nosuchlogid','s:53:\"ar:لا توجد مدخلة سجل بالمعرف $1.\";'),('arq','messages:apierror-nosuchpageid','s:44:\"ar:لا توجد صفحة بالمعرف $1.\";'),('arq','messages:apierror-nosuchrcid','s:55:\"ar:لا يوجد تغيير حديث بالمعرف $1.\";'),('arq','messages:apierror-nosuchrevid','s:48:\"ar:لا توجد مراجعة بالمعرف $1.\";'),('arq','messages:apierror-nosuchsection','s:27:\"ar:لا يوجد قسم $1.\";'),('arq','messages:apierror-nosuchsection-what','s:35:\"ar:لا يوجد قسم $1 في $2.\";'),('arq','messages:apierror-nosuchuserid','s:48:\"ar:لا يوجد مستخدم بالمعرف $1.\";'),('arq','messages:apierror-notarget','s:61:\"ar:لم تحدد هدفا صالحا لهذا الإجراء.\";'),('arq','messages:apierror-notpatrollable','s:90:\"ar:لا يمكن إجراء مراجعة للمراجعة $1 لأنها قديمة جدا.\";'),('arq','messages:apierror-nouploadmodule','s:44:\"ar:لا توجد وحدة رفع محددة.\";'),('arq','messages:apierror-opensearch-json-warnings','s:76:\"ar:لا يمكن تمثيل التحذيرات بتنسيق OpenSearch JSON.\";'),('arq','messages:apierror-pagecannotexist','s:62:\"ar:النطاق لا يسمح بالصفحات الفعلية.\";'),('arq','messages:apierror-pagedeleted','s:82:\"ar:لقد تم حذف الصفحة منذ أن جلبت طابعها الزمني.\";'),('arq','messages:apierror-pagelang-disabled','s:75:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\";'),('arq','messages:apierror-paramempty','s:60:\"ar:قد لا يكون الوسيط <var>$1</var> فارغا.\";'),('arq','messages:apierror-parsetree-notwikitext','s:78:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط.\";'),('arq','messages:apierror-parsetree-notwikitext-title','s:125:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('arq','messages:apierror-pastexpiry','s:63:\"ar:وقت انتهاء الصلاحية \"$1\" في الماضي.\";'),('arq','messages:apierror-permissiondenied','s:39:\"ar:ليس لديك صلاحية لـ$1.\";'),('arq','messages:apierror-permissiondenied-generic','s:25:\"ar:الإذن مرفوض.\";'),('arq','messages:apierror-permissiondenied-patrolflag','s:110:\"ar:تحتاج إلى صلاحية<code>patrol</code> أو <code>patrolmarks</code> لطلب علم مراجع.\";'),('arq','messages:apierror-permissiondenied-unblock','s:69:\"ar:ليس لديك صلاحية لرفع منع المستخدمين.\";'),('arq','messages:apierror-prefixsearchdisabled','s:69:\"ar:تم تعطيل البحث عن بادئة MIME في وضع Miser.\";'),('arq','messages:apierror-promised-nonwrite-api','s:141:\"ar:لا يمكن إرسال رأس HTTP <code>Promise-Non-Write-API-Action</code> إلى وحدات API الخاصة بوضع الكتابة.\";'),('arq','messages:apierror-protect-invalidaction','s:42:\"ar:نوع حماية غير صالح \"$1\".\";'),('arq','messages:apierror-protect-invalidlevel','s:46:\"ar:مستوى حماية غير صالح \"$1\".\";'),('arq','messages:apierror-ratelimited','s:141:\"ar:لقد تجاوزت حد المعدل الخاص بك; يُرجَى الانتظار بعض الوقت والمحاولة مرة أخرى.\";'),('arq','messages:apierror-readapidenied','s:88:\"ar:أنت بحاجة لصلاحية القراءة لاستخدام هذه الوحدة.\";'),('arq','messages:apierror-readonly','s:61:\"ar:الويكي حاليا في وضع القراءة فقط.\";'),('arq','messages:apierror-reauthenticate','s:112:\"ar:لم تقم بالمصادقة مؤخرًا في هذه الجلسة; الرجاء إعادة التصديق.\";'),('arq','messages:apierror-redirect-appendonly','s:237:\"ar:لقد حاولت إجراء التعديل باستخدام وضع تحويل التالي، والذي يجب استخدامه في الاقتران مع <kbd>section=new</kbd> أو <var>prependtext</var> أو <var>appendtext</var>.\";'),('arq','messages:apierror-revdel-mutuallyexclusive','s:99:\"ar:لا يمكن استخدام نفس الحقل في كل من <var>hide</var> و<var>show</var>.\";'),('arq','messages:apierror-revdel-needtarget','s:61:\"ar:مطلوب عنوان مستهدف لنوع RevDel هذا.\";'),('arq','messages:apierror-revdel-paramneeded','s:107:\"ar:هناك قيمة واحدة على الأقل مطلوبة لـ<var>hide</var> و/أو <var>show</var>.\";'),('arq','messages:apierror-revisions-badid','s:75:\"ar:لم يتم العثور على مراجعة للوسيط <var>$1</var>.\";'),('arq','messages:apierror-revisions-norevids','s:272:\"ar:لا يجوز استخدام الوسيط <var>revids</var> مع خيارات القائمة (<var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var>).\";'),('arq','messages:apierror-revisions-singlepage','s:367:\"ar:تم استخدام <var>titles</var> أو <var>pageids</var> أو مولد لتزويد صفحات متعددة، لكن يمكن استخدام وسائط <var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var> و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var> في صفحة واحدة فقط.\";'),('arq','messages:apierror-revwrongpage','s:32:\"ar:r$1 ليست مراجعة $2.\";'),('arq','messages:apierror-searchdisabled','s:40:\"ar:تم تعطيل بحث <var>$1</var>.\";'),('arq','messages:apierror-sectionreplacefailed','s:48:\"ar:لا يمكن دمج القسم المحدث.\";'),('arq','messages:apierror-sectionsnotsupported','s:69:\"ar:الأقسام غير مدعومة لنموذج المحتوى $1.\";'),('arq','messages:apierror-sectionsnotsupported-what','s:54:\"ar:الأقسام غير مدعومة بواسطة $1.\";'),('arq','messages:apierror-show','s:90:\"ar:وسيط غير صحيحة; قد لا يتم تقديم قيم خاصة متبادلة.\";'),('arq','messages:apierror-siteinfo-includealldenied','s:114:\"ar:يمكن عرض جميع معلومات الخوادم ما لم يكن <var>$wgShowHostnames</var> صحيحا.\";'),('arq','messages:apierror-sizediffdisabled','s:55:\"ar:تم تعطيل فرق الحجم في وضع Miser.\";'),('arq','messages:apierror-spamdetected','s:130:\"ar:تم رفض تعديلك لأنه يحتوي على جزء من الرسائل غير المرغوب فيها: <code>$1</code>.\";'),('arq','messages:apierror-specialpage-cantexecute','s:85:\"ar:ليس لديك صلاحية لعرض نتائج هذه الصفحة الخاصة.\";'),('arq','messages:apierror-stashedfilenotfound','s:65:\"ar:تعذر العثور على الملف في المخبأ: $1.\";'),('arq','messages:apierror-stashedit-missingtext','s:87:\"ar:لم يتم العثور على نص متقطع مع رمز الرقم المحدد.\";'),('arq','messages:apierror-stashexception','s:5:\"en:$1\";'),('arq','messages:apierror-stashfailed-complete','s:104:\"ar:تم اكتمال الرفع المقسم بالفعل، تحقق من الحالة للتفاصيل.\";'),('arq','messages:apierror-stashfailed-nosession','s:68:\"ar:لا توجد جلسة رفع مقسمة بهذا المفتاح.\";'),('arq','messages:apierror-stashfilestorage','s:55:\"ar:تعذر تخزين الرفع في المخبأ: $1\";'),('arq','messages:apierror-stashinvalidfile','s:35:\"ar:ملف مخفي غير صالح.\";'),('arq','messages:apierror-stashnosuchfilekey','s:48:\"ar:لا يوجد مفتاح ملف كهذا: $1.\";'),('arq','messages:apierror-stashpathinvalid','s:100:\"ar:مفتاح الملف بتنسيق غير لائق أو غير صالح بأي شكل آخر: $1.\";'),('arq','messages:apierror-stashwrongowner','s:31:\"ar:مالك غير صحيح: $1\";'),('arq','messages:apierror-stashzerolength','s:88:\"ar:الملف ذو طول صفري، ولا يمكن تخزينه في المخبأ: $1.\";'),('arq','messages:apierror-systemblocked','s:71:\"ar:لقد تم منعك تلقائيا بواسطة ميدياويكي.\";'),('arq','messages:apierror-templateexpansion-notwikitext','s:123:\"ar:توسيع القالب مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('arq','messages:apierror-toofewexpiries','s:185:\"ar:$1 انتهت صلاحية {{PLURAL:$1|الطابع الزمني المقدم|الطوابع الزمنية المقدمة}} حيث كان يلزم توفر $2 {{PLURAL:$2|ه|ها}}.\";'),('arq','messages:apierror-toomanyvalues','s:90:\"ar:تم توفير قيم كثيرة جدا للوسيط <var>$1</var>، الحد هو $2.\";'),('arq','messages:apierror-unknownaction','s:77:\"ar:لم يتم التعرف على الإجراء المحدد <kbd>$1</kbd>.\";'),('arq','messages:apierror-unknownerror','s:34:\"ar:خطأ غير معروف: \"$1\".\";'),('arq','messages:apierror-unknownerror-editpage','s:61:\"ar:خطأ غير معروف في صفحة التعديل: $1.\";'),('arq','messages:apierror-unknownerror-nocode','s:28:\"ar:خطأ غير معروف.\";'),('arq','messages:apierror-unknownformat','s:37:\"ar:تنسيق غير معروف \"$1\".\";'),('arq','messages:apierror-unrecognizedparams','s:89:\"ar:{{PLURAL:$2|وسيط غير معترف به|وسائط غير معترف بها}}: $1.\";'),('arq','messages:apierror-unrecognizedvalue','s:63:\"ar:قيمة غير معروفة للوسيط <var>$1</var>: $2.\";'),('arq','messages:apierror-unsupportedrepo','s:98:\"ar:مستودع الملفات المحلي لا يدعم الاستعلام عن كل الصور.\";'),('arq','messages:apierror-upload-filekeyneeded','s:108:\"ar:يجب توفير Must supply a <var>filekey</var> عندما يكون <var>offset</var> غير صفري.\";'),('arq','messages:apierror-upload-filekeynotallowed','s:87:\"ar:لا يمكن توفير <var>filekey</var> عندما يكون <var>offset</var> 0.\";'),('arq','messages:apierror-upload-inprogress','s:65:\"ar:الرفع من المخبأ قيد التقدم بالفعل.\";'),('arq','messages:apierror-upload-missingresult','s:59:\"ar:لا توجد نتيجة في بيانات الحالة.\";'),('arq','messages:apierror-urlparamnormal','s:52:\"ar:تعذر تطبيع وسائط الصور لـ$1.\";'),('arq','messages:apierror-writeapidenied','s:77:\"ar:لا يُسمَح لك بتعديل هذا الويكي من خلال API.\";'),('arq','messages:apihelp','s:19:\"ar:مساعدة API\";'),('arq','messages:apihelp-block-example-ip-simple','s:83:\"ar:منع عنوان IP <kbd>192.0.2.5</kbd> لمدة ثلاثة أيام بسبب.\";'),('arq','messages:apihelp-block-example-user-complex','s:164:\"ar:منع المستخدم <kbd>المخرب</kbd> لأجل غير مسمى بسبب، ومنع إنشاء حساب جديد وإرسال بريد إلكتروني.\";'),('arq','messages:apihelp-block-param-actionrestrictions','s:156:\"ar:قائمة الإجراءات لمنع المستخدم من الأداء. ينطبق فقط عندما يتم تعيين <var>partial</var> على true.\";'),('arq','messages:apihelp-block-param-allowusertalk','s:183:\"ar:تسمح للمستخدم بتحرير صفحة النقاش الخاصة (يعتمد على <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('arq','messages:apihelp-block-param-anononly','s:136:\"ar:منع المستخدمين المجهولين فقط (أي تعطيل تعديلات المجهولين من  عنوان IP هذا).\";'),('arq','messages:apihelp-block-param-autoblock','s:137:\"ar:منع آخر عنوان IP مستخدم تلقائيا، وأية عناوين IP لاحقة حاولت الدخول من خلاله.\";'),('arq','messages:apihelp-block-param-expiry','s:377:\"ar:وقت انتهاء الصلاحية، قد يكون نسبيا (على سبيل المثال <kbd>5 months</kbd> أو <kbd>2 weeks</kbd>) أو مطلق (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>)، إذا تم التعيين على <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>never</kbd> فلن تنتهي صلاحية المنع مطلقا.\";'),('arq','messages:apihelp-block-param-hidename','s:110:\"ar:إخفاء اسم المستخدم من سجل المنع. (يتطلب صلاحية <code>hideuser</code>).\";'),('arq','messages:apihelp-block-param-namespacerestrictions','s:172:\"ar:قائمة بمعرفات النطاق لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('arq','messages:apihelp-block-param-nocreate','s:40:\"ar:امنع إنشاء الحسابات.\";'),('arq','messages:apihelp-block-param-noemail','s:155:\"ar:منع المستخدم من إرسال البريد الإلكتروني من خلال الويكي. (يتطلب صلاحية <code>blockemail</code>).\";'),('arq','messages:apihelp-block-param-pagerestrictions','s:161:\"ar:قائمة العناوين لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('arq','messages:apihelp-block-param-partial','s:112:\"ar:منع المستخدم من صفحات أو نطاقات محددة بدلا من الموقع بأكمله.\";'),('arq','messages:apihelp-block-param-reason','s:25:\"ar:السبب للمنع.\";'),('arq','messages:apihelp-block-param-reblock','s:99:\"ar:إذا كان المستخدم محظورا بالفعل، يستبدل الحظر القائم.\";'),('arq','messages:apihelp-block-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل الحظر.\";'),('arq','messages:apihelp-block-param-user','s:42:\"ar:المستخدم المراد حظره.\";'),('arq','messages:apihelp-block-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('arq','messages:apihelp-block-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-block-param-watchuser','s:56:\"ar:مشاهدة صفحة المستخدم ونقاش IP.\";'),('arq','messages:apihelp-block-summary','s:23:\"ar:منع مستخدم.\";'),('arq','messages:apihelp-changeauthenticationdata-example-password','s:113:\"ar:محاولة تغيير كلمة المرور للمستخدم الحالي إلى <kbd>ExamplePassword</kbd>.\";'),('arq','messages:apihelp-changeauthenticationdata-summary','s:74:\"ar:تغيير بيانات المصادقة للمستخدم الحالي.\";'),('arq','messages:apihelp-changecontentmodel-example','s:110:\"ar:قم بتغيير الصفحة الرئيسية للحصول على نموذج محتوى <code>text</code>\";'),('arq','messages:apihelp-changecontentmodel-param-bot','s:75:\"ar:قم بتمييز تغيير نموذج المحتوى بعلامة bot.\";'),('arq','messages:apihelp-changecontentmodel-param-model','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('arq','messages:apihelp-changecontentmodel-param-pageid','s:168:\"ar:معرّف الصفحة الخاص بالصفحة لتغيير نموذج المحتوى الخاص بها. لا يمكن استخدامها مع <var>$1title</var>.\";'),('arq','messages:apihelp-changecontentmodel-param-summary','s:62:\"ar:تحرير ملخص وسبب التدوين في السجل\";'),('arq','messages:apihelp-changecontentmodel-param-tags','s:99:\"ar:قم بتغيير العلامات لتطبيقها على إدخال السجل وتحريره.\";'),('arq','messages:apihelp-changecontentmodel-param-title','s:121:\"ar:عنوان الصفحة لتغيير نموذج محتوى. لا يمكن استخدامها مع <var>$1pageid</var>.\";'),('arq','messages:apihelp-changecontentmodel-summary','s:48:\"ar:تغيير نموذج محتوى الصفحة\";'),('arq','messages:apihelp-checktoken-example-simple','s:52:\"ar:اختبار صلاحية رمز <kbd>csrf</kbd>.\";'),('arq','messages:apihelp-checktoken-param-maxtokenage','s:55:\"ar:أقصى عمر للرمز يسمح، في ثوان.\";'),('arq','messages:apihelp-checktoken-param-token','s:29:\"ar:اختبار الرموز.\";'),('arq','messages:apihelp-checktoken-param-type','s:54:\"ar:نوع من الرموز يجري اختبارها.\";'),('arq','messages:apihelp-checktoken-summary','s:105:\"ar:تحقق من صحة رمز من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('arq','messages:apihelp-clearhasmsg-example-1','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('arq','messages:apihelp-clearhasmsg-summary','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('arq','messages:apihelp-clientlogin-example-login','s:150:\"ar:بدء عملية تسجيل الدخول إلى الويكي كمستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('arq','messages:apihelp-clientlogin-example-login2','s:158:\"ar:واصلة تسجيل الدخول بعد استجابة <samp>UI</samp> لعاملي الصادقة، إمداد <var>OATHToken</var> ل<kbd>987654</kbd>.\";'),('arq','messages:apihelp-clientlogin-summary','s:90:\"ar:تسجيل الدخول إلى ويكي باستخدام التدفق التفاعلي.\";'),('arq','messages:apihelp-compare-example-1','s:51:\"ar:إنشاء فرق بين المراجعة 1 و2.\";'),('arq','messages:apihelp-compare-extended-description','s:131:\"ar:يجب تمرير عنوان الصفحة أو رقم المراجعة أو معرف الصفحة لكل من \"من\" و\"إلى\".\";'),('arq','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('arq','messages:apihelp-compare-param-fromcontentformat','s:96:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentformat-main</var> كبديل.\";'),('arq','messages:apihelp-compare-param-fromcontentformat-{slot}','s:68:\"ar:تنسيق تسلسل محتوى <var>fromtext-&#x7B;slot}</var>.\";'),('arq','messages:apihelp-compare-param-fromcontentmodel','s:95:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentmodel-main</var> كبديل.\";'),('arq','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:167:\"ar:نموذج محتوى <var>fromtext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('arq','messages:apihelp-compare-param-fromid','s:51:\"ar:رقم الصفحة الأول للمقارنة.\";'),('arq','messages:apihelp-compare-param-frompst','s:94:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>fromtext-&#x7B;slot}</var>.\";'),('arq','messages:apihelp-compare-param-fromrev','s:40:\"ar:أول مراجعة للمقارنة.\";'),('arq','messages:apihelp-compare-param-fromsection','s:87:\"ar:استخدم فقط القسم المحدد في المحتوى \'من\' المحدد.\";'),('arq','messages:apihelp-compare-param-fromsection-{slot}','s:296:\"ar:عندما يكون <var>fromtext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var> كما لو كان لتحرير قسم.\";'),('arq','messages:apihelp-compare-param-fromslots','s:384:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>fromtext-&#x7B;slot}</var> و<var>fromcontentmodel-&#x7B;slot}</var> و<var>fromcontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('arq','messages:apihelp-compare-param-fromtext','s:87:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromtext-main</var> كبديل.\";'),('arq','messages:apihelp-compare-param-fromtext-{slot}','s:116:\"ar:نص الفتحة المحددة، إذا تم حذفها، تتم إزالة الفتحة من المراجعة.\";'),('arq','messages:apihelp-compare-param-fromtitle','s:46:\"ar:العنوان الأول للمقارنة.\";'),('arq','messages:apihelp-compare-param-prop','s:67:\"ar:أية قطعة من المعلومات للحصول عليها.\";'),('arq','messages:apihelp-compare-param-slots','s:119:\"ar:إرجاع فرق فردي لهذه الفتحات، بدلا من فرق واحد مشترك لجميع فتحات.\";'),('arq','messages:apihelp-compare-param-tocontentformat','s:92:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentformat-main</var> كبديل.\";'),('arq','messages:apihelp-compare-param-tocontentformat-{slot}','s:66:\"ar:تنسيق تسلسل محتوى <var>totext-&#x7B;slot}</var>.\";'),('arq','messages:apihelp-compare-param-tocontentmodel','s:91:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentmodel-main</var> كبديل.\";'),('arq','messages:apihelp-compare-param-tocontentmodel-{slot}','s:165:\"ar:نموذج محتوى <var>totext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('arq','messages:apihelp-compare-param-toid','s:53:\"ar:رقم الصفحة الثاني للمقارنة.\";'),('arq','messages:apihelp-compare-param-topst','s:80:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>totext</var>.\";'),('arq','messages:apihelp-compare-param-torelative','s:215:\"ar:استخدم مراجعة متعلقة بالمراجعة المحددة من <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>، سيتم تجاهل جميع خيارات \'إلى\' الأخرى.\";'),('arq','messages:apihelp-compare-param-torev','s:52:\"ar:المراجعة الثانية للمقارنة.\";'),('arq','messages:apihelp-compare-param-tosection','s:89:\"ar:استخدم فقط القسم المحدد في المحتوى \'إلى\' المحدد.\";'),('arq','messages:apihelp-compare-param-tosection-{slot}','s:288:\"ar:عندما يكون <var>totext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var> كما لو كان لتحرير قسم.\";'),('arq','messages:apihelp-compare-param-toslots','s:372:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>totext-&#x7B;slot}</var> و<var>tocontentmodel-&#x7B;slot}</var> و<var>tocontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('arq','messages:apihelp-compare-param-totext','s:83:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>totext-main</var> كبديل.\";'),('arq','messages:apihelp-compare-param-totext-{slot}','s:114:\"ar:نص الفتحة المحددة، إذا تم حذفه، تتم إزالة الفتحة من المراجعة.\";'),('arq','messages:apihelp-compare-param-totitle','s:48:\"ar:العنوان الثاني للمقارنة.\";'),('arq','messages:apihelp-compare-paramvalue-prop-comment','s:198:\"ar:التعليق على المراجعات \'من\' و\'إلى\'، إذا كان التعليق محذوفا، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('arq','messages:apihelp-compare-paramvalue-prop-diff','s:19:\"ar:HTML الفرق.\";'),('arq','messages:apihelp-compare-paramvalue-prop-diffsize','s:43:\"ar:حجم HTML الفرق، بالبايت.\";'),('arq','messages:apihelp-compare-paramvalue-prop-ids','s:85:\"ar:معرفات الصفحة والمراجعة للمراجعات \'من\' و\'إلى\'.\";'),('arq','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:228:\"ar:التعليق المحلل على المراجعات \'من\' و\'إلى\'. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>fromcommenthidden</samp> أو <samp>tocommenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-compare-paramvalue-prop-rel','s:130:\"ar:معرفات المراجعة السابقة للمراجعة السابقة من \'من\' وبعد \'إلى\'، إن وُجِدت.\";'),('arq','messages:apihelp-compare-paramvalue-prop-size','s:47:\"ar:حجم المراجعات \'من\' و\'إلى\'.\";'),('arq','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('arq','messages:apihelp-compare-paramvalue-prop-title','s:64:\"ar:عناوين صفحات المراجعات \'من\' و\'إلى\'.\";'),('arq','messages:apihelp-compare-paramvalue-prop-user','s:233:\"ar:المعرف واسم المستخدم للمراجعات \'من\' و\'إلى\'، إذا كان المستخدم قد حذف المراجعة، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('arq','messages:apihelp-compare-summary','s:54:\"ar:الحصول على الفرق بين صفحتين.\";'),('arq','messages:apihelp-createaccount-example-create','s:119:\"ar:بدء عملية إنشاء المستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('arq','messages:apihelp-createaccount-param-preservestate','s:428:\"ar:إذا تم عرض <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> بشكل صحيح لـ<samp>hasprimarypreservedstate</samp>، فقد تم تعليم طلبات <samp>primary-required</samp> لكي يجب حذفها، إذا عرضت قيمة غير فارغة لـ<samp>preservedusername</samp> فيجب استخدام اسم المستخدم هذا للوسيط <var>username</var>.\";'),('arq','messages:apihelp-createaccount-summary','s:44:\"ar:إنشاء حساب مستخدم جديد\";'),('arq','messages:apihelp-cspreport-param-reportonly','s:90:\"ar:علم على أنه تقرير عن سياسة الرصد، وليس فرض سياسة\";'),('arq','messages:apihelp-cspreport-param-source','s:76:\"ar:ماذا أنشأ رأس CSP الذي تسبب في هذا التقرير\";'),('arq','messages:apihelp-cspreport-summary','s:285:\"ar:مستخدمة من قبل المتصفحات للإبلاغ عن انتهاكات سياسة أمن المحتوى. لا ينبغي أبدا أن تستخدم هذه الوحدة، إلا عند استخدامها تلقائيا باستخدام متصفح ويب CSP متوافق.\";'),('arq','messages:apihelp-delete-example-reason','s:70:\"ar:حذف <kbd>Main Page</kbd> بسبب <kbd>Preparing for move</kbd>.\";'),('arq','messages:apihelp-delete-example-simple','s:31:\"ar:حذف <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-delete-param-deletetalk','s:54:\"ar:احذف صفحة النقاش، إذا وُجدت.\";'),('arq','messages:apihelp-delete-param-oldimage','s:166:\"ar:اسم الصورة القديمة لحذفها كما هو منصوص عليه [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('arq','messages:apihelp-delete-param-pageid','s:119:\"ar:معرف الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('arq','messages:apihelp-delete-param-reason','s:130:\"ar:سبب الحذف. إذا لم يُحدَّد، سوف تُستخدَم أحد الأسباب التي تنشأ تلقائيا.\";'),('arq','messages:apihelp-delete-param-tags','s:74:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحذف.\";'),('arq','messages:apihelp-delete-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('arq','messages:apihelp-delete-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('arq','messages:apihelp-delete-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('arq','messages:apihelp-delete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-delete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-delete-summary','s:19:\"ar:حذف صفحة.\";'),('arq','messages:apihelp-disabled-summary','s:43:\"ar:هذا الاصدار تم تعطيله.\";'),('arq','messages:apihelp-edit-example-edit','s:19:\"ar:عدل صفحة.\";'),('arq','messages:apihelp-edit-example-prepend','s:78:\"ar:إضافة البادئة <kbd>_&#95;NOTOC_&#95;</kbd> إلى الصفحة.\";'),('arq','messages:apihelp-edit-example-undo','s:87:\"ar:التراجع عن التعديلات 13579 خلال 13585 بملخص تلقائي.\";'),('arq','messages:apihelp-edit-param-appendtext','s:196:\"ar:أضف هذا النص إلى نهاية الصفحة أو القسم. تجاوز نص $1text.\n\nاستخدم $1section=new لإلحاق قسم جديد ، بدلاً من هذه المعلمة.\";'),('arq','messages:apihelp-edit-param-baserevid','s:339:\"ar:معرّف المراجعة الأساسية ، يُستخدم للكشف عن تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. تتسبب التعارضات الذاتية في فشل التحرير ما لم يتم تعيين basetimestamp.\";'),('arq','messages:apihelp-edit-param-basetimestamp','s:304:\"ar:الطابع الزمني للمراجعة الأساسية ، يستخدم لاكتشاف تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. يتم تجاهل الصراعات الذاتية.\";'),('arq','messages:apihelp-edit-param-bot','s:59:\"ar:علم على هذا التعديل كتعديل بوت.\";'),('arq','messages:apihelp-edit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('arq','messages:apihelp-edit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('arq','messages:apihelp-edit-param-createonly','s:70:\"ar:لا تحرر الصفحة إذا كان موجودا بالفعل.\";'),('arq','messages:apihelp-edit-param-md5','s:217:\"ar:رمز الرقم MD5 للوسيط $1text، أو الوسائط $1prependtext و$1appendtext متسلسلة، في حالة التعيين، لن يتم التعديل ما لم يكن رمز الرقم صحيحا.\";'),('arq','messages:apihelp-edit-param-minor','s:69:\"ar:التعليم على هذا التعديل كتعديل طفيف.\";'),('arq','messages:apihelp-edit-param-nocreate','s:68:\"ar:يحدث خطأ إذا كانت الصفحة غير موجودة.\";'),('arq','messages:apihelp-edit-param-notminor','s:161:\"ar:عدم التعليم على هذا التعديل كتعديل طفيف حتى إذا تم تعيين تفضيل المستخدم \"{{int:tog-minordefault}}\".\";'),('arq','messages:apihelp-edit-param-pageid','s:125:\"ar:معرف الصفحة لتحريرها. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('arq','messages:apihelp-edit-param-prependtext','s:96:\"ar:أضف هذا النص إلى بداية الصفحة أو القسم. يتجاوز نص $1 .\";'),('arq','messages:apihelp-edit-param-recreate','s:104:\"ar:تجاوز أية أخطاء حول الصفحة التي تم حذفها في هذه الأثناء.\";'),('arq','messages:apihelp-edit-param-redirect','s:42:\"ar:حل التحويلات تلقائيا.\";'),('arq','messages:apihelp-edit-param-section','s:229:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد. غالبًا ما يكون عددًا صحيحًا موجبًا ، ولكن يمكن أن يكون أيضًا غير رقمي.\";'),('arq','messages:apihelp-edit-param-sectiontitle','s:93:\"ar:عنوان القسم الجديد عند استخدام <var>قسم $1 = جديد</var> .\";'),('arq','messages:apihelp-edit-param-starttimestamp','s:315:\"ar:الطابع الزمني عند بدء عملية التحرير، ويُستخدَم للكشف عن الحروب التحريرية، ويمكن الحصول عليها من خلال <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('arq','messages:apihelp-edit-param-summary','s:464:\"ar:تحرير الملخص.\n\nعندما لا يتم توفير هذه المعلمة أو فارغة ، [[mw:Special:MyLanguage/Autosummary|يمكن إنشاء ملخص تحرير تلقائيًا]].\n\nعند استخدام <var>$1section=new</var> و <var>$1sectiontitle</var> غير متوفر ، ويتم استخدام قيمة هذه المعلمة لعنوان القسم بدلاً من ذلك ، ويتم إنشاء ملخص التحرير تلقائيًا.\";'),('arq','messages:apihelp-edit-param-tags','s:53:\"ar:عدل الوسوم لتطبيق المراجعة.\";'),('arq','messages:apihelp-edit-param-text','s:26:\"ar:محتوى الصفحة\";'),('arq','messages:apihelp-edit-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('arq','messages:apihelp-edit-param-token','s:126:\"ar:ينبغي دائما أن يُرسَل الرمز كوسيط أخير، أو على الأقل بعد الوسيط $1text.\";'),('arq','messages:apihelp-edit-param-undo','s:96:\"ar:التراجع عن هذه المراجعة. تجاوز $1text, $1prependtext و$1appendtext.\";'),('arq','messages:apihelp-edit-param-undoafter','s:152:\"ar:التراجع عن جميع المراجعات من $1undo لهذه. إذا لم يتم التغيير، تراجع عن تعديل واحد فقط.\";'),('arq','messages:apihelp-edit-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('arq','messages:apihelp-edit-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('arq','messages:apihelp-edit-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-edit-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-edit-summary','s:42:\"ar:إنشاء وتعديل الصفحات.\";'),('arq','messages:apihelp-emailuser-example-email','s:110:\"ar:أرسل بريدا إلكترونيا للمستخدم <kbd>WikiSysop</kbd> بالنص <kbd>Content</kbd>.\";'),('arq','messages:apihelp-emailuser-param-ccme','s:55:\"ar:إرسال نسخة من هذه الرسالة لي.\";'),('arq','messages:apihelp-emailuser-param-subject','s:24:\"ar:رأس الموضوع\";'),('arq','messages:apihelp-emailuser-param-target','s:60:\"ar:مستخدم لإرسال بريد إلكتروني له.\";'),('arq','messages:apihelp-emailuser-param-text','s:43:\"ar:جسم البريد الإلكتروني\";'),('arq','messages:apihelp-emailuser-summary','s:32:\"ar:مراسلة المستخدم\";'),('arq','messages:apihelp-expandtemplates-example-simple','s:80:\"ar:توسيع نص الويكي <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('arq','messages:apihelp-expandtemplates-param-generatexml','s:69:\"ar:ولد شجرة تحليل XML (حل محلها $1prop=parsetree).\";'),('arq','messages:apihelp-expandtemplates-param-includecomments','s:77:\"ar:إدراج أو عدم إدراج تعليقات HTML في الإخراج.\";'),('arq','messages:apihelp-expandtemplates-param-prop','s:251:\"ar:أية قطعة من المعلومات للحصول عليها،\n\nلاحظ أنه في حالة عدم تحديد أية قيم، فإن النتيجة ستحتوي على نص ويكي، ولكن سيكون الإخراج بتنسيق موقوف.\";'),('arq','messages:apihelp-expandtemplates-param-revid','s:112:\"ar:معرف المراجعة، ل<code><nowiki>{{REVISIONID}}</nowiki></code> والمتغيرات مماثلة.\";'),('arq','messages:apihelp-expandtemplates-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('arq','messages:apihelp-expandtemplates-param-text','s:32:\"ar:نص ويكي للتحويل.\";'),('arq','messages:apihelp-expandtemplates-param-title','s:27:\"ar:عنوان الصفحة.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:114:\"ar:أية تصنيفات موجودة في المدخلات غير ممثلة في مخرجات نص الويكي.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:95:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:262:\"ar:تتم إضافة أية وحدات ResourceLoader التي طلبت تعيين دالات المحلل اللغوي إلى الإخراج، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:44:\"ar:شجرة تحليل XML للمدخلات.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:117:\"ar:خصائص الصفحة التي تحددها الكلمات السحرية الموسعة في نص الويكي.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:126:\"ar:الحد الأقصى للوقت الذي يجب بعده إبطال ذاكرة التخزين المؤقت للنتيجة.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:139:\"ar:إذا كان الإخراج سريع التأثر، ينبغي عدم استخدامه في أي مكان آخر داخل الصفحة.\";'),('arq','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:33:\"ar:نص الويكي الموسع\";'),('arq','messages:apihelp-expandtemplates-summary','s:65:\"ar:يوسع كافة القوالب ضمن نصوص الويكي.\";'),('arq','messages:apihelp-feedcontributions-example-simple','s:67:\"ar:عودة المساهمات للمستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-feedcontributions-param-deletedonly','s:55:\"ar:اعرض المساهمات المحذوفة فقط.\";'),('arq','messages:apihelp-feedcontributions-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('arq','messages:apihelp-feedcontributions-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('arq','messages:apihelp-feedcontributions-param-month','s:28:\"ar:من شهر (وأقدم).\";'),('arq','messages:apihelp-feedcontributions-param-namespace','s:65:\"ar:أي نطاق ستتم تصفية المساهمات حسبه.\";'),('arq','messages:apihelp-feedcontributions-param-newonly','s:44:\"ar:أظهر إنشاء الصفحات فقط\";'),('arq','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"ar:عرض حجم الفرق بين النسخ.\";'),('arq','messages:apihelp-feedcontributions-param-tagfilter','s:69:\"ar:تصفية المساهمات التي بها هذه الوسوم.\";'),('arq','messages:apihelp-feedcontributions-param-toponly','s:80:\"ar:تظهر فقط التعديلات التي هي أحدث المراجعات.\";'),('arq','messages:apihelp-feedcontributions-param-user','s:78:\"ar:أي المستخدمين سيتم الحصول على تبرعات لهم.\";'),('arq','messages:apihelp-feedcontributions-param-year','s:28:\"ar:من سنة (وأقدم).\";'),('arq','messages:apihelp-feedcontributions-summary','s:57:\"ar:إرجاع تغذية مساهمات المستخدم.\";'),('arq','messages:apihelp-feedrecentchanges-example-30days','s:61:\"ar:أظهر التغييرات الأخيرة في 30 يوم.\";'),('arq','messages:apihelp-feedrecentchanges-example-simple','s:46:\"ar: اظهر التغييرات الحديثة\";'),('arq','messages:apihelp-feedrecentchanges-param-associated','s:71:\"ar:تشمل النطاق المرتبط (نقاش أو الرئيسي).\";'),('arq','messages:apihelp-feedrecentchanges-param-days','s:40:\"ar:أيام لتقييد النتائج.\";'),('arq','messages:apihelp-feedrecentchanges-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('arq','messages:apihelp-feedrecentchanges-param-from','s:37:\"ar:أظهر التغييرات منذ\";'),('arq','messages:apihelp-feedrecentchanges-param-hideanons','s:87:\"ar:إخفاء التغييرات التي أجراها مستخدمون مجهولون.\";'),('arq','messages:apihelp-feedrecentchanges-param-hidebots','s:66:\"ar:إخفاء التغييرات التي أجرتها بوتات.\";'),('arq','messages:apihelp-feedrecentchanges-param-hidecategorization','s:51:\"ar:إخفاء تغيير عضوية التصنيف.\";'),('arq','messages:apihelp-feedrecentchanges-param-hideliu','s:85:\"ar:إخفاء التغييرات التي أجراها مستخدمون مسجلون.\";'),('arq','messages:apihelp-feedrecentchanges-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('arq','messages:apihelp-feedrecentchanges-param-hidemyself','s:86:\"ar:إخفاء التغييرات التي قام بها المستخدم الحالي.\";'),('arq','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:50:\"ar:إخفاء التغييرات المراجعة.\";'),('arq','messages:apihelp-feedrecentchanges-param-invert','s:51:\"ar:جميع النطاقات عدا المختار.\";'),('arq','messages:apihelp-feedrecentchanges-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('arq','messages:apihelp-feedrecentchanges-param-namespace','s:40:\"ar:نطاق لتقييد النتائج.\";'),('arq','messages:apihelp-feedrecentchanges-param-showlinkedto','s:111:\"ar:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضا عن ذلك\";'),('arq','messages:apihelp-feedrecentchanges-param-tagfilter','s:25:\"ar:فلتر بالوسم.\";'),('arq','messages:apihelp-feedrecentchanges-param-target','s:99:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة فقط\";'),('arq','messages:apihelp-feedrecentchanges-summary','s:49:\"ar:عرض خلاصة أحدث التغييرات.\";'),('arq','messages:apihelp-feedwatchlist-example-all6hrs','s:60:\"ar:اظهر كل التغييرات في اخر 6 ساعات\";'),('arq','messages:apihelp-feedwatchlist-example-default','s:49:\"ar:عرض تغذية قائمة المراقبة.\";'),('arq','messages:apihelp-feedwatchlist-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('arq','messages:apihelp-feedwatchlist-param-hours','s:75:\"ar:صفحات قائمة معدلة ضمن عدة ساعات من الآن.\";'),('arq','messages:apihelp-feedwatchlist-param-linktosections','s:89:\"ar:الربط مباشرةً بالأقسام التي تم تغييرها إن أمكن.\";'),('arq','messages:apihelp-feedwatchlist-summary','s:53:\"ar:إرجاع تغذية قائمة المراقبة.\";'),('arq','messages:apihelp-filerevert-example-revert','s:81:\"ar:استرجاع <kbd>Wiki.png</kbd> لنسحة <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('arq','messages:apihelp-filerevert-param-archivename','s:60:\"ar:اسم أرشيف المراجعة للعودة إليه.\";'),('arq','messages:apihelp-filerevert-param-comment','s:25:\"ar:تعليق الرفع.\";'),('arq','messages:apihelp-filerevert-param-filename','s:70:\"ar:اسم الملف المستهدف، دون البادئة ملف:.\";'),('arq','messages:apihelp-filerevert-summary','s:49:\"ar:استرجع الملف لنسخة قديمة.\";'),('arq','messages:apihelp-format-example-generic','s:60:\"ar:إرجاع نتيجة الاستعلام بتنسيق $1.\";'),('arq','messages:apihelp-format-param-wrappedhtml','s:116:\"ar:إرجاع HTML المطبوع بشكل جيد ووحدات ResourceLoader المرتبطة به ككائن JSON.\";'),('arq','messages:apihelp-help-example-help','s:55:\"ar:مساعدة لوحدة المساعدة نفسها.\";'),('arq','messages:apihelp-help-example-main','s:46:\"ar:مساعدة للوحدة الرئيسية.\";'),('arq','messages:apihelp-help-example-query','s:59:\"ar:مساعدة لوحدتي استعلام فرعيتين.\";'),('arq','messages:apihelp-help-example-recursive','s:50:\"ar:كل المساعدة في صفحة واحدة.\";'),('arq','messages:apihelp-help-example-submodules','s:90:\"ar:مساعدة ل<kbd>action=query</kbd> وجميع الوحدات الفرعية لها.\";'),('arq','messages:apihelp-help-param-helpformat','s:40:\"ar:شكل مخرجات المساعدة.\";'),('arq','messages:apihelp-help-param-modules','s:188:\"ar:وحدات لعرض مساعدة لها (قيم وسائط <var>action</var> و<var>format</var> أو<kbd>main</kbd>). يمكن تحديد الوحدات الفرعية ب <kbd>+</kbd>.\";'),('arq','messages:apihelp-help-param-recursivesubmodules','s:79:\"ar:تشمل المساعدة للوحدات الفرعية بشكل متكرر.\";'),('arq','messages:apihelp-help-param-submodules','s:92:\"ar:تشمل المساعدة للوحدات الفرعية من الوحدة المسماة.\";'),('arq','messages:apihelp-help-param-toc','s:65:\"ar:يتضمن جدول المحتويات في مخرجات HTML.\";'),('arq','messages:apihelp-help-param-wrap','s:83:\"ar:التفاف المخرجات في بنية استجابة API القياسية.\";'),('arq','messages:apihelp-help-summary','s:47:\"ar:عرض مساعدة لوحدات محددة.\";'),('arq','messages:apihelp-imagerotate-example-generator','s:101:\"ar:تدوير جميع الصور في <kbd>Category:Flip</kbd> بمقدار <kbd>180</kbd> درجة.\";'),('arq','messages:apihelp-imagerotate-example-simple','s:78:\"ar:تدوير <kbd>File:Example.png</kbd> بمقدار <kbd>90</kbd> درجة.\";'),('arq','messages:apihelp-imagerotate-param-rotation','s:76:\"ar:درجة تدوير الصورة في اتجاه عقارب الساعة.\";'),('arq','messages:apihelp-imagerotate-param-tags','s:72:\"ar:تنطبق الوسوم على الإدخال في سجل الرفع.\";'),('arq','messages:apihelp-imagerotate-summary','s:48:\"ar:تدوير صورة واحدة أو أكثر.\";'),('arq','messages:apihelp-import-example-import','s:95:\"ar:استيراد [[meta:Help:ParserFunctions]] للنطاق 100 بالتاريخ الكامل.\";'),('arq','messages:apihelp-import-extended-description','s:208:\"ar:لاحظ أنه يجب أن يتم إجراء POST HTTP كرفع ملف (أي باستخدام بيانات متعددة الأجزاء/النماذج) عند إرسال ملف للوسيط <var>xml</var>.\";'),('arq','messages:apihelp-import-param-assignknownusers','s:124:\"ar:تعيين تعديلات للمستخدمين المحليين حيث يوجد المستخدم المحدد محليا.\";'),('arq','messages:apihelp-import-param-fullhistory','s:144:\"ar:بالنسبة لواردات الإنترويكي: استيراد التاريخ كاملا، وليست النسخة الحالية فقط.\";'),('arq','messages:apihelp-import-param-interwikipage','s:85:\"ar:بالنسبة لواردات الإنترويكي: صفحة لاستيرادها.\";'),('arq','messages:apihelp-import-param-interwikiprefix','s:250:\"ar:بالنسبة للواردات المرفوعة: بادئة إنترويكي لتطبيقها على أسماء مستخدمين غير معروفة (والمستخدمين المعروفين إذا تم تعيين <var>$1assignknownusers</var>).\";'),('arq','messages:apihelp-import-param-interwikisource','s:90:\"ar:بالنسبة لواردات الإنترويكي: ويكي للاستيراد منه.\";'),('arq','messages:apihelp-import-param-namespace','s:120:\"ar:استيراد إلى هذا النطاق. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('arq','messages:apihelp-import-param-rootpage','s:137:\"ar:استيراد كصفحة فرعية لهذه الصفحة. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('arq','messages:apihelp-import-param-summary','s:49:\"ar:ملخص إدخال سجل الاستيراد.\";'),('arq','messages:apihelp-import-param-tags','s:177:\"ar:تغيير الوسوم لتطبيقها على الإدخال في سجل الاستيراد وعلى المراجعة الخالية في الصفحات المستوردة.\";'),('arq','messages:apihelp-import-param-templates','s:114:\"ar:بالنسبة لواردات الإنترويكي: الإستيراد شمل كافة القوالب كذلك.\";'),('arq','messages:apihelp-import-param-xml','s:25:\"ar:ملف XML مرفوع.\";'),('arq','messages:apihelp-import-summary','s:78:\"ar:استيراد صفحة من موقع ويكي آخر أو من ملف XML.\";'),('arq','messages:apihelp-json-param-ascii','s:209:\"ar:إذا تم تحديده، يشفر كل غير ASCII باستخدام تسلسلات الهروب السداسية العشرية، افتراضي عندما يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('arq','messages:apihelp-json-param-callback','s:207:\"ar:إذا تم تحديده، فسيقوم بإخراج الإخراج في استدعاء دالة معينة، للسلامة; سيتم تقييد جميع البيانات الخاصة بالمستخدم.\";'),('arq','messages:apihelp-json-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('arq','messages:apihelp-json-param-utf8','s:288:\"ar:إذا تم تحديده، يقوم بترميز معظم (وليس كل) الأحرف غير ASCII كـUTF-8 بدلا من استبدالها بتسلسلات الهروب السداسية العشرية، افتراضي عندما لا يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('arq','messages:apihelp-json-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('arq','messages:apihelp-json-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('arq','messages:apihelp-json-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('arq','messages:apihelp-json-summary','s:49:\"ar:بيانات الإخراج بتنسيق JSON.\";'),('arq','messages:apihelp-jsonfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('arq','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('arq','messages:apihelp-linkaccount-example-link','s:61:\"ar:بدء عملية ربط حساب من <kbd>Example</kbd>.\";'),('arq','messages:apihelp-linkaccount-summary','s:79:\"ar:ربط حساب من موفر طرف ثالث للمستخدم الحالي.\";'),('arq','messages:apihelp-login-example-login','s:26:\"ar:تسجيل الدخول\";'),('arq','messages:apihelp-login-extended-description','s:424:\"ar:وينبغي استخدام هذا الإجراء فقط في تركيبة مع [[Special:BotPasswords|خاص:كلمات مرور البوت]]. تم إهمال استخدام لتسجيل الدخول للحساب الرئيسي وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arq','messages:apihelp-login-extended-description-nobotpasswords','s:226:\"ar:هذا العمل مستنكر وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('arq','messages:apihelp-login-param-domain','s:33:\"ar:النطاق (اختياري).\";'),('arq','messages:apihelp-login-param-name','s:27:\"ar:اسم المستخدم.\";'),('arq','messages:apihelp-login-param-password','s:20:\"ar:كلمة السر\";'),('arq','messages:apihelp-login-param-token','s:75:\"ar:تم الحصول على رمز الدخول في الطلب الأول.\";'),('arq','messages:apihelp-login-summary','s:76:\"ar:سجل دخولك الآن واحصل على مصادقة الكوكيز.\";'),('arq','messages:apihelp-logout-example-logout','s:53:\"ar:تسجيل خروج المستخدم الحالي.\";'),('arq','messages:apihelp-logout-summary','s:62:\"ar:تسجيل الخروج ومسح بيانات الجلسة.\";'),('arq','messages:apihelp-main-extended-description','s:1714:\"ar:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|التوثيق]]\n* [[mw:Special:MyLanguage/API:Etiquette|الآداب وإرشادات الاستخدام]]\n* [[mw:Special:MyLanguage/API:FAQ|الأسئلة الأكثر تكرارا]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ القائمة البريدية]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ إعلانات API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R الأخطاء والطلبات]\n</div>\n<strong>الحالة:</strong> API ميدياويكي هي واجهة ناضجة ومستقرة يتم دعمها وتحسينها بشكل نشط، في حين أننا نحاول تجنب ذلك، قد نحتاج في بعض الأحيان إلى إجراء تغييرات في التكسير، اشترك في [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ القائمة البريدية لإعلان API ميدياويكي] لإشعارات التحديثات.\n\n<strong>الطلبات الخاطئة:</strong>عندما يتم إرسال طلبات خاطئة إلى API، سيتم إرسال رأس HTTP مع مفتاح \"خطأ-API-ميدياويكي\"، وبعد ذلك سترجع قيمة الرأس ورمز الخطأ المرتجع إلى يتم تعيينه على نفس القيمة، لمزيد من المعلومات; راجع [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>الاختبار:</strong>لسهولة اختبار طلبات API ; انظر [[Special:ApiSandbox]].</p>\";'),('arq','messages:apihelp-main-param-action','s:26:\"ar:أي فعل للعمل.\";'),('arq','messages:apihelp-main-param-assert','s:276:\"ar:تحقق من تسجيل المستخدم للدخول في حالة التعيين على <kbd>user</kbd>، أو <em>عدم</em> تسجيل الدخول إذا تم التعيين على <kbd>anon</kbd>، أو حق مستخدم الروبوت في حالة <kbd>bot</kbd>.\";'),('arq','messages:apihelp-main-param-assertuser','s:91:\"ar:التحقق من أن المستخدم الحالي هو المستخدم المسمى.\";'),('arq','messages:apihelp-main-param-curtimestamp','s:71:\"ar:تشمل الطابع الزمني الحالي في النتيجة.\";'),('arq','messages:apihelp-main-param-errorformat','s:81:\"ar:تنسيق لاستخدامه في التحذير وإخراج نص الخطأ\";'),('arq','messages:apihelp-main-param-errorlang','s:429:\"ar:لغة لاستخدامها في التحذيرات والأخطاء. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا، أو تحديد <kbd>uselang</kbd> لاستخدام نفس القيمة كوسيط <var>uselang</var>.\";'),('arq','messages:apihelp-main-param-errorsuselocal','s:139:\"ar:إذا ما أعطيت، النصوص الخطأ ستستخدم الرسائل المخصصة محليا من نطاق {{ns:MediaWiki}}.\";'),('arq','messages:apihelp-main-param-format','s:23:\"ar:صيغة الخرج.\";'),('arq','messages:apihelp-main-param-maxage','s:208:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>max-age</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('arq','messages:apihelp-main-param-maxlag','s:724:\"ar:يمكن استخدام التأخر الأقصى عند تثبيت ميدياويكي على قاعدة بيانات مكررة، لحفظ الإجراءات التي تتسبب في أي تأخير أكثر في النسخ المتماثل للموقع; يمكن أن يجعل هذا الوسيط العميل ينتظر حتى يكون تأخر النسخ المتماثل أقل من القيمة المحددة، في حالة التأخير المفرط، يتم إرجاع رمز الخطأ <samp>maxlag</samp> برسالة مثل <samp>Waiting for $host: $lag seconds lagged</samp>،<br />انظر [[mw:Special:MyLanguage/Manual:Maxlag_parameter|دليل: الوسيط maxlag]] لمزيد من المعلومات.\";'),('arq','messages:apihelp-main-param-origin','s:1392:\"ar:عند الوصول إلى API باستخدام طلب AJAX عبر النطاقات (CORS)، اضبطها على النطاق الأصلي، يجب تضمين هذا في أي طلب ما قبل الطيران، وبالتالي يجب أن يكون جزءا من طلب URI (وليس جسم POST). \n\nبالنسبة للطلبات المصادقة، يجب أن يتطابق هذا مع أحد المصادر الموجودة في الرأس<code>Origin</code> بالضبط; لذا يجب تعيينه على شيء مثل<kbd>https://en.wikipedia.org</kbd> أو <kbd>https://meta.wikimedia.org</kbd>، إذا لم يتطابق هذا الوسيط مع الرأس<code>Origin</code>، فسيتم إرجاع استجابة 403، إذا كانت هذه المعلمة تتطابق مع رأس <code>Origin</code> وكان الأصل مسموحًا به، ستتم إضافة الأصل إلى القائمة البيضاء، سيتم تعيين الرؤوس <code>Access-Control-Allow-Origin</code> و<code>Access-Control-Allow-Credentials</code>.\n\nبالنسبة للطلبات غير المصادقة، حدد القيمة <kbd>*</kbd>، سيؤدي ذلك إلى تعيين الرأس <code>Access-Control-Allow-Origin</code>، ولكن <code>Access-Control-Allow-Credentials</code> سيكون <code>false</code> وسيتم تقييد كل البيانات الخاصة بالمستخدم.\";'),('arq','messages:apihelp-main-param-requestid','s:135:\"ar:سيتم إدراج أي قيمة معينة هنا في الاستجابة. يمكن أن تستخدم لتمييز الطلبات.\";'),('arq','messages:apihelp-main-param-responselanginfo','s:117:\"ar:تشمل اللغات المستخدمة لأجل <var>uselang</var> and <var>errorlang</var> في النتيجة.\";'),('arq','messages:apihelp-main-param-servedby','s:81:\"ar:تتضمن اسم المضيف الذي الخدم طلب في النتائج.\";'),('arq','messages:apihelp-main-param-smaxage','s:209:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>s-maxage</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('arq','messages:apihelp-main-param-uselang','s:417:\"ar:اللغة المستخدمة لترجمة الرسائل. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>user</kbd> لاستخدام تفضيل اللغة للمستخدم الحالي، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا.\";'),('arq','messages:apihelp-main-param-variant','s:125:\"ar:متغير اللغة. يعمل فقط إذا كانت اللغة الأساسية تدعم التحويل المتغير.\";'),('arq','messages:apihelp-main-paramvalue-errorformat-bc','s:134:\"ar:التنسيق المستخدم قبل ميدياويكي 1.29. يتم تجاهل <var>errorlang</var> و<var>errorsuselocal</var>.\";'),('arq','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('arq','messages:apihelp-main-paramvalue-errorformat-none','s:64:\"ar:لا يوجد إخراج نصي، فقط رموز الخطأ.\";'),('arq','messages:apihelp-main-paramvalue-errorformat-plaintext','s:85:\"ar:ويكي نص مع إزالة علامات HTML واستبدال الكيانات.\";'),('arq','messages:apihelp-main-paramvalue-errorformat-raw','s:48:\"ar:مفتاح الرسالة والمعلمات.\";'),('arq','messages:apihelp-main-paramvalue-errorformat-wikitext','s:33:\"ar:نص ويكي غير معرب.\";'),('arq','messages:apihelp-main-summary','s:3:\"en:\";'),('arq','messages:apihelp-managetags-example-activate','s:100:\"ar:تنشيط الوسم المسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('arq','messages:apihelp-managetags-example-create','s:92:\"ar:إنشاء وسم مسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('arq','messages:apihelp-managetags-example-deactivate','s:92:\"ar:تعطيل الوسم المسمى <kbd>spam</kbd> بسبب <kbd>No longer required</kbd>\";'),('arq','messages:apihelp-managetags-example-delete','s:66:\"ar:حذف <kbd>vandlaism</kbd> وسم بسبب <kbd>Misspelt</kbd>\";'),('arq','messages:apihelp-managetags-param-ignorewarnings','s:90:\"ar:إذا كان سيتم تجاهل أي تحذيرات تصدر خلال العملية.\";'),('arq','messages:apihelp-managetags-param-operation','s:614:\"ar:أي الإجراءات ستنفذ:\n؛ إنشاء: إنشاء وسم التغيير جديدة للاستخدام اليدوي.\n؛ حذف: إزالة وسم التغيير من قاعدة البيانات، بما في ذلك إزالة الوسم من كافة المراجعات، وإدخالات التغيير الأخيرة، وإدخالات السجل المستخدم.\n؛ تنشيط: تنشيط وسم التغيير، مما يسمح للمستخدمين بتطبيقه يدويا.\n; إلغاء: إلغاء تنشيط وسم التغيير، ومنع المستخدمين من تطبيقه يدويا.\";'),('arq','messages:apihelp-managetags-param-reason','s:91:\"ar:سبب اختياري لإنشاء، وحذف، وتفعيل أو تعطيل الوسم.\";'),('arq','messages:apihelp-managetags-param-tag','s:464:\"ar:وسم لإنشاء أو حذف أو تنشيط أو إلغاء تنشيط. لإنشاء وسم; يجب ألا يكون الوسم موجودا، لحذف وسم; يجب أن يكون الوسم موجودا، لتنشيط وسم; يجب أن يكون الوسم موجودا وغير مستخدم بواسطة إضافة، لإلغاء تنشيط وسم; يجب أن يكون الوسم نشطا في الوقت الحالي ويتم تحديدها يدويا.\";'),('arq','messages:apihelp-managetags-param-tags','s:102:\"ar:تغيير الوسوم لتطبيق الإدخال في سجل الحذف إدارة الوسوم.\";'),('arq','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('arq','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('arq','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('arq','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('arq','messages:apihelp-managetags-summary','s:85:\"ar:أداء المهام الإدارية المتعلقة بتغيير الوسوم.\";'),('arq','messages:apihelp-mergehistory-example-merge','s:77:\"ar:دمج تاريخ <kbd>Oldpage</kbd> كاملا إلى <kbd>Newpage</kbd>.\";'),('arq','messages:apihelp-mergehistory-example-merge-timestamp','s:128:\"ar:دمج مراجعات الصفحة <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> إلى <kbd>Newpage</kbd>.\";'),('arq','messages:apihelp-mergehistory-param-from','s:135:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1fromid</var>.\";'),('arq','messages:apihelp-mergehistory-param-fromid','s:131:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1from</var>.\";'),('arq','messages:apihelp-mergehistory-param-reason','s:32:\"ar:سبب دمج التاريخ.\";'),('arq','messages:apihelp-mergehistory-param-timestamp','s:288:\"ar:الطابع الزمني للمراجعات التي سيتم نقلها من تاريخ صفحة المصدر إلى تاريخ صفحة الوجهة. إذا تم حذفها، سيتم دمج تاريخ الصفحة كاملا من صفحة المصدر إلى صفحة الوجهة.\";'),('arq','messages:apihelp-mergehistory-param-to','s:133:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1toid</var>.\";'),('arq','messages:apihelp-mergehistory-param-toid','s:129:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1to</var>.\";'),('arq','messages:apihelp-mergehistory-summary','s:36:\"ar:ادمج تاريخ الصفحة.\";'),('arq','messages:apihelp-mobileview-description','s:77:\"ar:يعطي البيانات الضرورية لعرض نسخة الجوال.\";'),('arq','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('arq','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('arq','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('arq','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('arq','messages:apihelp-mobileview-param-noheadings','s:54:\"ar:عدم تضمين العناوين في الخرج.\";'),('arq','messages:apihelp-mobileview-param-noimages','s:33:\"ar:إعطاء HTML بلا صور.\";'),('arq','messages:apihelp-mobileview-param-notransform','s:74:\"ar:عدم تحويل HTML إلى النسخة الخاصة بالجوال.\";'),('arq','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('arq','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('arq','messages:apihelp-mobileview-param-page','s:59:\"ar:عنوان الصفحة المطلوب معالجتها.\";'),('arq','messages:apihelp-mobileview-param-pageprops','s:167:\"ar:الخصائص الواجب سردها في النتائج: قائمة مفصولة بخطوط عمودية («|») أو «*» لإعطاء جميع الخصائص.\";'),('arq','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('arq','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('arq','messages:apihelp-mobileview-param-redirect','s:70:\"ar:ما إذا كان من المطلوب تتبع التحويلات.\";'),('arq','messages:apihelp-mobileview-param-sectionprop','s:74:\"ar:المعلومات الواجب استخلاصها عن المقاطع.\";'),('arq','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('arq','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('arq','messages:apihelp-mobileview-param-thumbsize','s:68:\"ar:القيمة القصوى لبعدي الصورة المصغرة.\";'),('arq','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('arq','messages:apihelp-mobileview-param-variant','s:56:\"ar:تحويل المحتوى إلى هذه اللهجة.\";'),('arq','messages:apihelp-move-example-move','s:87:\"ar:انقل <kbd>Badtitle</kbd> إلى <kbd>Goodtitle</kbd> دون ترك تحويلة.\";'),('arq','messages:apihelp-move-param-from','s:104:\"ar:عنوان الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('arq','messages:apihelp-move-param-fromid','s:102:\"ar:معرف الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('arq','messages:apihelp-move-param-ignorewarnings','s:34:\"ar:تجاهل أي تحذيرات.\";'),('arq','messages:apihelp-move-param-movesubpages','s:75:\"ar:إعادة تسمية الصفحات الفرعية، إن وُجِدت.\";'),('arq','messages:apihelp-move-param-movetalk','s:67:\"ar:إعادة تسمية صفحة النقاش، إن وُجِدت.\";'),('arq','messages:apihelp-move-param-noredirect','s:30:\"ar:لا تنشئ تحويلة.\";'),('arq','messages:apihelp-move-param-reason','s:42:\"ar:السبب لإعادة التسمية.\";'),('arq','messages:apihelp-move-param-tags','s:153:\"ar:غير الوسوم لتطبيقها على الإدخال في سجل النقل وعلى النسخة الفارغة في الصفحة الوجهة.\";'),('arq','messages:apihelp-move-param-to','s:56:\"ar:عنوان لإعادة تسمية الصفحة له.\";'),('arq','messages:apihelp-move-param-unwatch','s:107:\"ar:إزالة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-move-param-watch','s:107:\"ar:إضافة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-move-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-move-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-move-summary','s:19:\"ar:نقل صفحة.\";'),('arq','messages:apihelp-no-such-module','s:41:\"ar:الوحدة \"$1\" غير موجودة.\";'),('arq','messages:apihelp-none-summary','s:33:\"ar:عدم إخراج أي شيء.\";'),('arq','messages:apihelp-opensearch-example-te','s:59:\"ar:العثور على صفحات تبدأ ب<kbd>Te</kbd>.\";'),('arq','messages:apihelp-opensearch-param-format','s:25:\"ar:شكل الإخراج.\";'),('arq','messages:apihelp-opensearch-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('arq','messages:apihelp-opensearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('arq','messages:apihelp-opensearch-param-redirects','s:346:\"ar:كيفية التعامل مع التحويلات:\n;إرجاع: إرجاع التحويلة نفسها.\n;حل: إرجاع الصفحة الهدف، قد ترجع نتائج أقل من $1limit.\nلأسباب تاريخية; يكون الإعداد الافتراضي هو \"إرجاع\" لـ$1format=json و\"حل\" للتنسيقات الأخرى.\";'),('arq','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('arq','messages:apihelp-opensearch-param-search','s:20:\"ar:سطر البحث\";'),('arq','messages:apihelp-opensearch-param-suggest','s:30:\"ar:لم يعد مستخدما.\";'),('arq','messages:apihelp-opensearch-param-warningsaserror','s:118:\"ar:إذا تم رفع التحذيرات ب<kbd>format=json</kbd>, أعد أخطاء API بدلا من تجاهلها.\";'),('arq','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('arq','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('arq','messages:apihelp-opensearch-summary','s:86:\"ar:بحث الويكي باستخدام بروتوكول أوبن سيرش OpenSearch.\";'),('arq','messages:apihelp-options-example-change','s:64:\"ar:غير تفضيلات <kbd>skin</kbd> و<kbd>hideminor</kbd>.\";'),('arq','messages:apihelp-options-example-complex','s:105:\"ar:إعادة تعيين جميع تفضيلات، ثم تعيين <kbd>skin</kbd> و<kbd>nickname</kbd>.\";'),('arq','messages:apihelp-options-example-reset','s:49:\"ar:إعادة تعيين كل التفضيلات.\";'),('arq','messages:apihelp-options-extended-description','s:309:\"ar:لا يمكن تعيين سوى الخيارات المسجلة في النواة أو في أحد الملحقات المثبتة، أو الخيارات مع المفاتيح المسبوقة بـ<code>userjs-</code> (التي يُراد استخدامها من قبل سكريبتات المستخدم).\";'),('arq','messages:apihelp-options-param-change','s:560:\"ar:قائمة بالتغييرات، الاسم المنسق=value (مثل skin=vector)، إذا لم يتم تحديد أية قيمة (ولا حتى علامة المساواة)، على سبيل المثال، optionname|otheroption|..., ستتم إعادة تعيين الخيار إلى قيمته الافتراضية، إذا كانت أية قيمة تم تمريرها تحتوي على حرف الأنبوب(<kbd>|</kbd>)، فاستخدم [[Special:ApiHelp/main#main/datatypes| فاصل بديل متعدد القيم]] للعملية الصحيحة.\";'),('arq','messages:apihelp-options-param-optionname','s:117:\"ar:اسم الخيار الذي ينبغي ضبطه إلى القيمة التي قدمها <var>$1optionvalue</var>.\";'),('arq','messages:apihelp-options-param-optionvalue','s:74:\"ar:قيمة للخيار المحدد من قبل <var>$1optionname</var>.\";'),('arq','messages:apihelp-options-param-reset','s:100:\"ar:إعادة تعيين التفضيلات إلى إعدادات الموقع الإفتراضية.\";'),('arq','messages:apihelp-options-param-resetkinds','s:123:\"ar:قائمة أنواع الخيارات لإعادة ضبطها عندما يتم تعيين خيار <var>$1reset</var>.\";'),('arq','messages:apihelp-options-summary','s:59:\"ar:تغيير تفضيلات المستخدم الحالي.\";'),('arq','messages:apihelp-paraminfo-example-1','s:284:\"ar:عرض معلومات عن <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> و<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd> و<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> و<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('arq','messages:apihelp-paraminfo-example-2','s:124:\"ar:أظهر المعلومات لجميع الوحدات الفرعية ل<kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('arq','messages:apihelp-paraminfo-param-formatmodules','s:149:\"ar:قائمة بأسماء أشكال الوحدات (قيم الوسيط <var>format</var>). استخدم <var>$1modules</var> بدلا من ذلك.\";'),('arq','messages:apihelp-paraminfo-param-helpformat','s:38:\"ar:شكل سلاسل المساعدة.\";'),('arq','messages:apihelp-paraminfo-param-mainmodule','s:169:\"ar:الحصول على معلومات عن وحدة (المستوى الأعلى) الرئيسية أيضا. استخدم <kbd>$1modules=main</kbd> بدلا من ذلك.\";'),('arq','messages:apihelp-paraminfo-param-modules','s:388:\"ar:قائمة بأسماء الوحدات (قيم الوسائط <var>action</var> أو <var>format</var> أو <kbd>main</kbd>)، يمكن تحديد الوحدات الفرعية التي تحتوي على <kbd>+</kbd>، أو كل الوحدات الفرعية التي تحتوي على <kbd>+*</kbd>، أو جميع الوحدات الفرعية بشكل متكرر بـ<kbd>+**</kbd>.\";'),('arq','messages:apihelp-paraminfo-param-pagesetmodule','s:136:\"ar:الحصول على معلومات حول وحدة مجموعة الصفحة (يتم توفير titles= والأصدقاء) كذلك.\";'),('arq','messages:apihelp-paraminfo-param-querymodules','s:225:\"ar:قائمة بأسماء وحدات الاستعلام (قيمة وسيط <var>prop</var> أو <var>meta</var> أو <var>list</var>)، استخدم <kbd>$1modules=query+foo</kbd> بدلا من <kbd>$1querymodules=foo</kbd>.\";'),('arq','messages:apihelp-paraminfo-summary','s:60:\"ar:الحصول على معلومات حول وحدات API.\";'),('arq','messages:apihelp-parse-example-page','s:23:\"ar:تحليل صفحة.\";'),('arq','messages:apihelp-parse-example-summary','s:27:\"ar:تحليل الملخص.\";'),('arq','messages:apihelp-parse-example-text','s:31:\"ar:تحليل نصوص ويكي\";'),('arq','messages:apihelp-parse-example-texttitle','s:69:\"ar:تحليل نصوص ويكي، تحديد عنوان الصفحة.\";'),('arq','messages:apihelp-parse-extended-description','s:628:\"ar:راجع مختلف وحدات prop لـ<kbd>[[Special:ApiHelp/query|action=query]]</kbd> للحصول على معلومات من الإصدار الحالي للصفحة.\n\nهناك عدة طرق لتحديد النص المراد تحليله: \n# حدد صفحة أو مراجعة، باستخدام <var>$1page</var> أو <var>$1pageid</var> أو <var>$1oldid</var>.\n# حدد المحتوى بشكل صريح، باستخدام <var>$1text</var> و<var>$1title</var> و<var>$1revid</var> و<var>$1contentmodel</var>.\n# تحديد ملخص للتحليل فقط، يجب إعطاء قيمة فارغة لـ<var>$1prop</var>.\";'),('arq','messages:apihelp-parse-param-contentformat','s:136:\"ar:نموذج المحتوى المسلسل يُستخدَم للنص المدخل. صالح فقط عند استخدامه مع $1text.\";'),('arq','messages:apihelp-parse-param-contentmodel','s:255:\"ar:نموذج المحتوى لنص الإدخال، إذا تم تجاهله، فيجب تحديد $1title، وسيكون الإعداد الافتراضي هو نموذج العنوان المحدد، صالح فقط عند استخدامه مع $1text.\";'),('arq','messages:apihelp-parse-param-disableeditsection','s:82:\"ar:تجاهل وصلات تحرير الأقسام من مخرجات المحلل.\";'),('arq','messages:apihelp-parse-param-disablelimitreport','s:88:\"ar:تجاهل تقرير الحد (\"NewPP limit report\") من مخرجات المحلل.\";'),('arq','messages:apihelp-parse-param-disablepp','s:69:\"ar:استخدم <var>$1disablelimitreport</var> بدلا من ذلك.\";'),('arq','messages:apihelp-parse-param-disablestylededuplication','s:87:\"ar:لا تكرر أوراق الأنماط المضمنة في إخراج المحلل.\";'),('arq','messages:apihelp-parse-param-disabletoc','s:64:\"ar:تجاهل جدول المحتويات في المخرجات.\";'),('arq','messages:apihelp-parse-param-effectivelanglinks','s:125:\"ar:يشمل وصلات لغة المقدمة بواسطة ملحقات (للاستخدام مع <kbd>$1prop=langlinks</kbd>).\";'),('arq','messages:apihelp-parse-param-generatexml','s:138:\"ar:توليد شجرة تحليل XML (يتطلب نموذج المحتوى <code>$1</code>; حل محلها <kbd>$2prop=parsetree</kbd>).\";'),('arq','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('arq','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('arq','messages:apihelp-parse-param-noimages','s:50:\"ar:تعطيل الصور في خرج الجوال.\";'),('arq','messages:apihelp-parse-param-oldid','s:99:\"ar:تحليل مضمون هذا التعديل. تجاوز <var>$1page</var> و<var>$1pageid</var>.\";'),('arq','messages:apihelp-parse-param-onlypst','s:245:\"ar:قم بإجراء تحويل ما قبل الحفظ (PST) على الإدخال، ولكن لا تقم بتحليله; لعرض نفس نص الويكي، بعد تطبيق PST، صالح فقط عند استخدامه مع <var>$1text</var>.\";'),('arq','messages:apihelp-parse-param-page','s:134:\"ar:تحليل محتوى هذه الصفحة. لا يمكن أن تُستخدَم بجانب <var>$1text</var> and <var>$1title</var>.\";'),('arq','messages:apihelp-parse-param-pageid','s:71:\"ar:حلل محتوى هذه الصفحة. تجاوز <var>$1page</var>.\";'),('arq','messages:apihelp-parse-param-preview','s:43:\"ar:تحليل في وضع المعاينة.\";'),('arq','messages:apihelp-parse-param-prop','s:74:\"ar:أي قطعة من المعلومات تريد الحصول عليها:\";'),('arq','messages:apihelp-parse-param-pst','s:143:\"ar:قم بتحويل قبل الحفظ على المدخلات قبل تحليل ذلك. صالح فقط عند استخدامه مع النص.\";'),('arq','messages:apihelp-parse-param-redirects','s:100:\"ar:لو <var>$1page</var> أو <var>$1pageid</var> is تم تعيينها للتحويل، حلها.\";'),('arq','messages:apihelp-parse-param-revid','s:110:\"ar:معرف المراجعة، لـ<code><nowiki>{{REVISIONID}}</nowiki></code> ومتغيرات مشابهة.\";'),('arq','messages:apihelp-parse-param-section','s:384:\"ar:قم فقط بتحليل محتوى القسم باستخدام هذا المعرف.! N !! N! عندما يكون <kbd>جديدًا</kbd> ، قم بتحليل <var>$1</var> <var>$1 وعنوان المقطع $ 1</var> كما لو كنت تضيف قسمًا جديدًا إلى الصفحة.! N !! N! <kbd>جديد</kbd> مسموح به فقط عند تحديد <var>النص</var> .\";'),('arq','messages:apihelp-parse-param-sectionpreview','s:94:\"ar:تحليل في وضع معاينة القسم (يمكن وضع المعاينة أيضا).\";'),('arq','messages:apihelp-parse-param-sectiontitle','s:207:\"ar:عنوان قسم جديد عندما يكون <var>section</var> <kbd>new</kbd>.\n\nعلى عكس تحرير الصفحة، لا يرجع هذا إلى <var>summary</var> عند حذفه أو تفريغه.\";'),('arq','messages:apihelp-parse-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('arq','messages:apihelp-parse-param-summary','s:27:\"ar:ملخص للتحليل.\";'),('arq','messages:apihelp-parse-param-text','s:131:\"ar:نص للتحليل. استخدم <var>$1title</var> أو <var>$1contentmodel</var> للتحكم في نموذج المحتوى.\";'),('arq','messages:apihelp-parse-param-title','s:201:\"ar:عنوان الصفحة التي ينتمي النص إليها.إذا تم حذفها، <var>$1contentmodel</var> يجب أن تكون محددة، و[[API]] سيتم استخدامه كعنوان.\";'),('arq','messages:apihelp-parse-param-useskin','s:248:\"ar:تطبيق المظهر المحدد لإخراج المحلل اللغوي، قد يؤثر على الخصائص التالية: <kbd>langlinks</kbd> ،<kbd>headitems</kbd> ،<kbd>modules</kbd> ،<kbd>jsconfigvars</kbd> ،<kbd>indicators</kbd>.\";'),('arq','messages:apihelp-parse-param-wrapoutputclass','s:68:\"ar:فئة CSS لاستخدام التفاف إخراج المحلل.\";'),('arq','messages:apihelp-parse-paramvalue-prop-categories','s:69:\"ar:يعطي التصنيفات في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:47:\"ar:يعطي إصدار HTML للتصنيفات.\";'),('arq','messages:apihelp-parse-paramvalue-prop-displaytitle','s:65:\"ar:يضيف العنوان في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('arq','messages:apihelp-parse-paramvalue-prop-externallinks','s:82:\"ar:يعطي الوصلات الخارجية في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-headhtml','s:169:\"ar:يمنح نوع مستند محلولا، ويفتح عنصر <code>&lt;html&gt;</code>، <code>&lt;head&gt;</code> ويفتح <code>&lt;body&gt;</code> الصفحة.\";'),('arq','messages:apihelp-parse-paramvalue-prop-headitems','s:80:\"ar:يعطي عناصر لوضعها في <code>&lt;head&gt;</code> الصفحة.\";'),('arq','messages:apihelp-parse-paramvalue-prop-images','s:61:\"ar:يعطي الصور في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-indicators','s:89:\"ar:يعطي HTML مؤشرات حالة الصفحة المستخدمة في الصفحة.\";'),('arq','messages:apihelp-parse-paramvalue-prop-iwlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:154:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة. للتطبيق; استخدم <code>mw.config.set()</code>.\";'),('arq','messages:apihelp-parse-paramvalue-prop-langlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:154:\"ar:يعطي تقرير الحد بطريقة منظمة. لا يعطي أية بيانات، عندما يتم تعيين <var>$1disablelimitreport</var>.\";'),('arq','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:147:\"ar:يعطي إصدار HTML لتقرير الحد. لا يعطي أية بيانات، عندما يتم تعيين<var>$1disablelimitreport</var>.\";'),('arq','messages:apihelp-parse-paramvalue-prop-links','s:82:\"ar:يعطي الوصلات الداخلية في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-modules','s:257:\"ar:يعطي وحدات ResourceLoader المستخدمة في الصفحة، للتحميل; استخدم <code>mw.loader.using()</code>، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('arq','messages:apihelp-parse-paramvalue-prop-parsetree','s:111:\"ar:شجرة تحليل XML لمحتويات المراجعة (يتطلب نموذج محتوى <code>$1</code>)\";'),('arq','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:104:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (كنص ويكي).\";'),('arq','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:106:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (بتنسيق HTML).\";'),('arq','messages:apihelp-parse-paramvalue-prop-properties','s:97:\"ar:يعطي الخصائص المختلفة المحددة في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-revid','s:82:\"ar:يضيف معرِف المراجعة للصفحة التي تم تحليلها.\";'),('arq','messages:apihelp-parse-paramvalue-prop-sections','s:65:\"ar:يعطي الأقسام في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-subtitle','s:95:\"ar:يضيف العنوان الفرعي للصفحة للصفحة التي تم تحليلها.\";'),('arq','messages:apihelp-parse-paramvalue-prop-templates','s:65:\"ar:يعطي القوالب في تحليل نصوص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-text','s:56:\"ar:يعطي النص المعالج لنص الويكي.\";'),('arq','messages:apihelp-parse-paramvalue-prop-wikitext','s:78:\"ar:يعطي نصوص الويكي الأصلية التي تم تحليلها.\";'),('arq','messages:apihelp-parse-summary','s:64:\"ar:يوزع المحتوى ويرجع مخرجات المحلل.\";'),('arq','messages:apihelp-patrol-example-rcid','s:36:\"ar:ابحث عن تغيير جديد\";'),('arq','messages:apihelp-patrol-example-revid','s:25:\"ar:راجع مراجعة.\";'),('arq','messages:apihelp-patrol-param-rcid','s:56:\"ar:معرف أحدث التغييرات للمراجعة\";'),('arq','messages:apihelp-patrol-param-revid','s:41:\"ar:معرف مراجعة للمراجعة\";'),('arq','messages:apihelp-patrol-param-tags','s:80:\"ar:تغيير وسوم لتطبيق الإدخال في سجل المراجعة.\";'),('arq','messages:apihelp-patrol-summary','s:43:\"ar:مراجعة صفحة أو مراجعة.\";'),('arq','messages:apihelp-php-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('arq','messages:apihelp-php-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('arq','messages:apihelp-php-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('arq','messages:apihelp-php-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('arq','messages:apihelp-php-summary','s:65:\"ar:بيانات الإخراج بتنسيق PHP المتسلسل.\";'),('arq','messages:apihelp-phpfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('arq','messages:apihelp-protect-example-protect','s:23:\"ar:حماية صفحة.\";'),('arq','messages:apihelp-protect-example-unprotect','s:149:\"ar:إلغاء حماية الصفحة من خلال وضع قيود ل<kbd>all</kbd> (أي يُسمَح أي شخص باتخاذ الإجراءات).\";'),('arq','messages:apihelp-protect-example-unprotect2','s:82:\"ar:إلغاء حماية الصفحة عن طريق عدم وضع أية قيود.\";'),('arq','messages:apihelp-protect-param-cascade','s:275:\"ar:تمكين الحماية المتتالية (أي حماية القوالب المضمنة والصور المستخدمة في هذه الصفحة)، يتم التجاهل إذا كان أي من مستويات الحماية المعطاة لا يدعم التتالي.\";'),('arq','messages:apihelp-protect-param-expiry','s:326:\"ar:انتهاء الطوابع الزمنية، إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكل أشكال الحماية، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> للحماية التي لا تنتهي أبدا.\";'),('arq','messages:apihelp-protect-param-pageid','s:113:\"ar:معرف الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('arq','messages:apihelp-protect-param-protections','s:376:\"ar:قائمة بمستويات الحماية، منسقة <kbd>action=level</kbd> (على سبيل المثال <kbd>edit=sysop</kbd>)، يعني مستوى <kbd>all</kbd> أن أي شخص مسموح له باتخاذ الإجراء: أي أنه لا توجد قيود.\n\n<strong>ملاحظة:</strong> أية إجراءات غير مدرجة ستتم إزالة قيودها.\";'),('arq','messages:apihelp-protect-param-reason','s:38:\"ar:سبب (إزالة) الحماية.\";'),('arq','messages:apihelp-protect-param-tags','s:78:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحماية.\";'),('arq','messages:apihelp-protect-param-title','s:115:\"ar:عنوان الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('arq','messages:apihelp-protect-param-watch','s:128:\"ar:إذا تم الضبط، أضف الصفحة (غير) المحمية لقائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-protect-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-protect-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-protect-summary','s:47:\"ar:غير مستوى الحماية لصفحة.\";'),('arq','messages:apihelp-purge-example-generator','s:75:\"ar:إفراغ كاش أول 10 صفحات في النطاق الرئيسي.\";'),('arq','messages:apihelp-purge-example-simple','s:68:\"ar:إفراغ كاش <kbd>Main Page</kbd> وصفحة <kbd>API</kbd>.\";'),('arq','messages:apihelp-purge-param-forcelinkupdate','s:104:\"ar:تحديث جداول الروابط وتحديثات البيانات الثانوية الأخرى.\";'),('arq','messages:apihelp-purge-param-forcerecursivelinkupdate','s:177:\"ar:مثل <kbd>forcelinkupdate</kbd>، تحديث جدول الروابط، وتحديث جداول الروابط لأية صفحة تستخدم هذه الصفحة كقالب.\";'),('arq','messages:apihelp-purge-summary','s:80:\"ar:مسح ذاكرة التخزين المؤقت للعناوين المعطاة\";'),('arq','messages:apihelp-query+allcategories-example-generator','s:134:\"ar:استرداد المعلومات حول صفحة التصنيف نفسها للتصنيفات التي تبدأ ب<kbd>List</kbd>.\";'),('arq','messages:apihelp-query+allcategories-example-size','s:101:\"ar:إدراج التصنيفات مع معلومات حول عدد الصفحات في كل منها.\";'),('arq','messages:apihelp-query+allcategories-param-dir','s:25:\"ar:اتجاه الفرز.\";'),('arq','messages:apihelp-query+allcategories-param-from','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('arq','messages:apihelp-query+allcategories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('arq','messages:apihelp-query+allcategories-param-max','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('arq','messages:apihelp-query+allcategories-param-min','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('arq','messages:apihelp-query+allcategories-param-prefix','s:100:\"ar:ابحث عن جميع التصنيفات التي تبدأ أسماؤها بهذه القيمة.\";'),('arq','messages:apihelp-query+allcategories-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('arq','messages:apihelp-query+allcategories-param-to','s:58:\"ar:التصنيف الذي يقف التعداد عنده.\";'),('arq','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('arq','messages:apihelp-query+allcategories-paramvalue-prop-size','s:59:\"ar:أضف عدد الصفحات في هذا التصنيف.\";'),('arq','messages:apihelp-query+allcategories-summary','s:42:\"ar:تعداد جميع التصنيفات.\";'),('arq','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:81:\"ar:سرد أول 50 مراجعات محذوفة في النطاق الرئيسي.\";'),('arq','messages:apihelp-query+alldeletedrevisions-example-user','s:96:\"ar:اذكر آخر 50 مشاركة محذوفة بواسطة المستخدم <kbd>Example</kbd.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-from','s:72:\"ar:بدء الإدراج في القائمة من هذا العنوان.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:371:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام <var>$1user</var> و<var>$1namespace</var> معا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-prefix','s:109:\"ar:ابحث عن جميع عناوين الصفحات التي تبدأ أسماؤها بهذه القيمة.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-to','s:72:\"ar:وقف الإدراج في القائمة من هذا العنوان.\";'),('arq','messages:apihelp-query+alldeletedrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('arq','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:62:\"ar:لا يمكن أن تُستخدَم مع <var>$3user</var>.\";'),('arq','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:64:\"ar:يمكن أن تُستخدَم فقط مع <var>$3user</var>.\";'),('arq','messages:apihelp-query+alldeletedrevisions-summary','s:108:\"ar:قائمة جميع المراجعات المحذوفة بواسطة المستخدم أو في نطاق.\";'),('arq','messages:apihelp-query+allfileusages-example-b','s:187:\"ar:سرد عناوين الملفات، بما في ذلك العناوين المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('arq','messages:apihelp-query+allfileusages-example-generator','s:80:\"ar:الحصول على الصفحات التي تحتوي على الملفات.\";'),('arq','messages:apihelp-query+allfileusages-example-unique','s:53:\"ar:سرد عناوين الملفات الفريدة.\";'),('arq','messages:apihelp-query+allfileusages-example-unique-generator','s:103:\"ar:الحصول على جميع عناوين الملفات، والتعليم على المفقودة.\";'),('arq','messages:apihelp-query+allfileusages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+allfileusages-param-from','s:56:\"ar:عنوان الملف لبدء التعداد منه.\";'),('arq','messages:apihelp-query+allfileusages-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('arq','messages:apihelp-query+allfileusages-param-prefix','s:92:\"ar:البحث عن كل عناوين الملفات التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+allfileusages-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+allfileusages-param-to','s:56:\"ar:عنوان الملف لوقف التعداد منه.\";'),('arq','messages:apihelp-query+allfileusages-param-unique','s:236:\"ar:عرض عناوين ملفات متميزة فقط، لا يمكن استخدامها مع $1prop=ids، عند استخدامها كمولد،\nيتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('arq','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:104:\"ar:تضيف معرفات استخدام الصفحات (لا يمكن استخدامها مع $1unique).\";'),('arq','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:34:\"ar:تضيف عنوان الملف.\";'),('arq','messages:apihelp-query+allfileusages-summary','s:102:\"ar:قائمة جميع استخدامات الملفات، بما في ذلك غير الموجودة.\";'),('arq','messages:apihelp-query+allimages-example-b','s:71:\"ar:أظهر قائمة الملفات التي تبدأ ب<kbd>B</kbd>.\";'),('arq','messages:apihelp-query+allimages-example-generator','s:80:\"ar:عرض معلومات حول 4 ملفات تبدأ بالحرف <kbd>T</kbd>.\";'),('arq','messages:apihelp-query+allimages-example-mimetypes','s:101:\"ar:أظهر قائمة الملفات من نوع MIME <kbd>image/png</kbd> أو <kbd>image/gif</kbd>\";'),('arq','messages:apihelp-query+allimages-example-recent','s:146:\"ar:أظهر قائمة الملفات التي تم تحميلها مؤخرا، على غرار [[Special:NewFiles|خاص:ملفات جديدة]].\";'),('arq','messages:apihelp-query+allimages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+allimages-param-end','s:102:\"ar:طابع زمني لإنهاء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('arq','messages:apihelp-query+allimages-param-filterbots','s:206:\"ar:كيفية تصفية الملفات التي تم تحميلها بواسطة بوتات. يمكن استخدامها مع $1sort=timestamp فقط. لا يمكن أن تُستخدَم بجانب $1user.\";'),('arq','messages:apihelp-query+allimages-param-from','s:111:\"ar:عنوان الصورة لبدء التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('arq','messages:apihelp-query+allimages-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('arq','messages:apihelp-query+allimages-param-maxsize','s:74:\"ar:الحد من الصور بهذه البايتات على الأكثر.\";'),('arq','messages:apihelp-query+allimages-param-mime','s:91:\"ar:عن أي أنواع MIME تبحث، على سبيل المثال <kbd>image/jpeg</kbd>.\";'),('arq','messages:apihelp-query+allimages-param-minsize','s:101:\"ar:الحد من الصور بهذا العدد الكبير من البايتات على الأقل.\";'),('arq','messages:apihelp-query+allimages-param-prefix','s:136:\"ar:البحث عن كل عناوين الصور التي تبدأ بهذه القيمة. يمكن استخدامها مع $1sort فقط.\";'),('arq','messages:apihelp-query+allimages-param-sha1','s:57:\"ar:SHA1 تجزئة الصورة. تجاوز $1sha1base36.\";'),('arq','messages:apihelp-query+allimages-param-sha1base36','s:94:\"ar:SHA1 تجزئة الصورة في قاعدة 36 (تُستخدَم في ميدياويكي).\";'),('arq','messages:apihelp-query+allimages-param-sort','s:43:\"ar:خاصية للفرز وفقًا لها.\";'),('arq','messages:apihelp-query+allimages-param-start','s:98:\"ar:طابع زمني لبدء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('arq','messages:apihelp-query+allimages-param-to','s:111:\"ar:عنوان الصورة لوقف التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('arq','messages:apihelp-query+allimages-param-user','s:209:\"ar:فقط إرجاع الملفات التي تم رفعها من قبل هذا المستخدم، يمكن استخدامها فقط مع\n$1sort=timestamp، لا يمكن استخدامها مع $1filterbots.\";'),('arq','messages:apihelp-query+allimages-summary','s:56:\"ar:تعداد كافة الصور بشكل متتالي.\";'),('arq','messages:apihelp-query+alllinks-example-b','s:176:\"ar:سرد العناوين المرتبطة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('arq','messages:apihelp-query+alllinks-example-generator','s:72:\"ar:يحصل على الصفحات التي تحتوي على وصلات.\";'),('arq','messages:apihelp-query+alllinks-example-unique','s:59:\"ar:سرد العناوين المرتبطة الفريدة.\";'),('arq','messages:apihelp-query+alllinks-example-unique-generator','s:109:\"ar:الحصول على جميع العناوين المرتبطة، والتعليم على المفقودة.\";'),('arq','messages:apihelp-query+alllinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+alllinks-param-from','s:58:\"ar:عنوان الرابط لبدء التعداد منه.\";'),('arq','messages:apihelp-query+alllinks-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('arq','messages:apihelp-query+alllinks-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('arq','messages:apihelp-query+alllinks-param-prefix','s:98:\"ar:البحث عن كل العناوين المرتبطة التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+alllinks-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+alllinks-param-to','s:58:\"ar:عنوان الرابط لوقف التعداد منه.\";'),('arq','messages:apihelp-query+alllinks-param-unique','s:261:\"ar:عرض فقط العناوين المتميزة المرتبطة، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('arq','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:113:\"ar:تضيف معرف الصفحة للصفحة المرتبطة (لا يمكن استخدامها مع $1unique).\";'),('arq','messages:apihelp-query+alllinks-paramvalue-prop-title','s:36:\"ar:تضيف عنوان الرابط.\";'),('arq','messages:apihelp-query+alllinks-summary','s:81:\"ar:تعداد كافة الروابط التي تشير إلى نطاق معين.\";'),('arq','messages:apihelp-query+allmessages-example-de','s:95:\"ar:عرض رسائل <kbd>august</kbd> and <kbd>mainpage</kbd> باللغة الألمانية.\";'),('arq','messages:apihelp-query+allmessages-example-ipb','s:48:\"ar:عرض رسائل تبدأ ب<kbd>ipb-</kbd>.\";'),('arq','messages:apihelp-query+allmessages-param-args','s:58:\"ar:الوسائط ليتم نسخها في الرسالة.\";'),('arq','messages:apihelp-query+allmessages-param-customised','s:72:\"ar:إرجاع الرسائل فقط في حالة التخصيص هذه.\";'),('arq','messages:apihelp-query+allmessages-param-enableparser','s:199:\"ar:تعيين إلى تمكين المحلل، ستتم معالجة مسبقة لنص الويكي الخاص بالرسالة (كلمات سحرية بديلة، قوالب معالجة، إلخ.).\";'),('arq','messages:apihelp-query+allmessages-param-filter','s:102:\"ar:إرجاع الرسائل بالأسماء التي تحتوي على هذه السلسلة فقط.\";'),('arq','messages:apihelp-query+allmessages-param-from','s:69:\"ar:إرجاع الرسائل ابتداء من هذه الرسالة.\";'),('arq','messages:apihelp-query+allmessages-param-includelocal','s:396:\"ar:تضمين الرسائل المحلية أيضا: أي الرسائل غير الموجودة في البرنامج ولكنها موجودة كما هو الحال في نطاق {{ns:MediaWiki}}،\nيسرد هذا جميع صفحات نطاق {{ns:MediaWiki}}، بحيث يسرد أيضا تلك الصفحات التي ليست رسائل فعلية مثل [[MediaWiki:Common.js|Common.js]].\";'),('arq','messages:apihelp-query+allmessages-param-lang','s:49:\"ar:إرجاع الرسائل بهذه اللغة.\";'),('arq','messages:apihelp-query+allmessages-param-messages','s:101:\"ar:أية رسائل للإخراج، <kbd>*</kbd> (افتراضي) تعني جميع الرسائل.\";'),('arq','messages:apihelp-query+allmessages-param-nocontent','s:105:\"ar:في حالة التعيين، لا تقم بتضمين محتوى الرسائل في الإخراج.\";'),('arq','messages:apihelp-query+allmessages-param-prefix','s:53:\"ar:إرجاء الرسائل بهذه البادئة.\";'),('arq','messages:apihelp-query+allmessages-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('arq','messages:apihelp-query+allmessages-param-title','s:114:\"ar:اسم الصفحة لاستخدامه كسياق عند توزيع الرسالة (لخيار $1enableparser).\";'),('arq','messages:apihelp-query+allmessages-param-to','s:73:\"ar:إرجاع الرسائل التي تنتهي بهذه الرسالة.\";'),('arq','messages:apihelp-query+allmessages-summary','s:54:\"ar:إرجاع الرسائل من هذا الموقع.\";'),('arq','messages:apihelp-query+allpages-example-b','s:85:\"ar:عرض قائمة من الصفحات التي تبدأ بالحرف <kbd>B</kbd>.\";'),('arq','messages:apihelp-query+allpages-example-generator','s:80:\"ar:عرض معلومات حول 4 صفحات تبدأ بالحرف <kbd>T</kbd>.\";'),('arq','messages:apihelp-query+allpages-example-generator-revisions','s:102:\"ar:عرض محتوى أول صفحتين غير تحويلتين التي تبدأ من <kbd>Re</kbd>.\";'),('arq','messages:apihelp-query+allpages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+allpages-param-filterlanglinks','s:228:\"ar:التصفية استنادا إلى ما إذا كانت الصفحة تحتوي على وصلات لغات، لاحظ أن هذا قد لا يفكر في وصلات اللغات المضافة بواسطة الإضافات.\";'),('arq','messages:apihelp-query+allpages-param-filterredir','s:34:\"ar:أي الصفحات للعرض.\";'),('arq','messages:apihelp-query+allpages-param-from','s:58:\"ar:عنوان الصفحة لبدء التعداد منه.\";'),('arq','messages:apihelp-query+allpages-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('arq','messages:apihelp-query+allpages-param-maxsize','s:86:\"ar:الحد من صفحات مع هذا العدد الكبير من البايتات.\";'),('arq','messages:apihelp-query+allpages-param-minsize','s:105:\"ar:الحد من الصفحات بهذا العدد الكبير من البايتات على الأقل.\";'),('arq','messages:apihelp-query+allpages-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('arq','messages:apihelp-query+allpages-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+allpages-param-prexpiry','s:376:\"ar:مدة انتهاء الحماية لتصفية الصفحة فيها: \n; غير محددة: احصل على الصفحات التي لها تاريخ انتهاء غير محدود للحماية. \n; واضح: احصل على صفحات ذات مدة حماية محددة فقط.\n; الكل: الحصول على صفحات بأي انتهاء صلاحية للحماية.\";'),('arq','messages:apihelp-query+allpages-param-prfiltercascade','s:129:\"ar:تصفية الحماية على أساس مستوى الحماية (يتم تجاهلها عند عدم تعيين $1prtype).\";'),('arq','messages:apihelp-query+allpages-param-prlevel','s:121:\"ar:تصفية الحماية على أساس مستوى الحماية (يجب استخدامه مع $1prtype= وسيط).\";'),('arq','messages:apihelp-query+allpages-param-prtype','s:54:\"ar:الحد من الصفحات المحمية فقط.\";'),('arq','messages:apihelp-query+allpages-param-to','s:62:\"ar:عنوان الصفحة لإيقاف التعداد منه.\";'),('arq','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('arq','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('arq','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('arq','messages:apihelp-query+allpages-summary','s:83:\"ar:تعداد كافة الصفحات بشكل متتالي في نطاق معين.\";'),('arq','messages:apihelp-query+allredirects-example-b','s:168:\"ar:سرد الصفحات الهدف، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('arq','messages:apihelp-query+allredirects-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تحويلات.\";'),('arq','messages:apihelp-query+allredirects-example-unique','s:51:\"ar:سرد الصفحات الهدف الفريدة.\";'),('arq','messages:apihelp-query+allredirects-example-unique-generator','s:109:\"ar:الحصول على جميع الصفحات المستهدفة، والتعليم على المفقودة.\";'),('arq','messages:apihelp-query+allredirects-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+allredirects-param-from','s:62:\"ar:عنوان التحويلة لبدء التعداد منه.\";'),('arq','messages:apihelp-query+allredirects-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('arq','messages:apihelp-query+allredirects-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('arq','messages:apihelp-query+allredirects-param-prefix','s:113:\"ar:ابحث عن جميع عناوين الصفحات المستهدفة التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+allredirects-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+allredirects-param-to','s:66:\"ar:عنوان التحويلة لإيقاف التعداد منه.\";'),('arq','messages:apihelp-query+allredirects-param-unique','s:253:\"ar:عرض صفحات الهدف متميزة فقط، لا يمكن استخدامها مع $1prop=ids|fragment|interwiki،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('arq','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:121:\"ar:يضيف الجزء من التحويلة، إن وُجِد (لا يمكن استخدامه مع <var>$1unique</var>).\";'),('arq','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:109:\"ar:تضيف معرف الصفحة لصفحة التحويل (لا يمكن استخدامها مع $1unique).\";'),('arq','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:142:\"ar:يضيف بادئة إنترويكي من التحويلة، إن وُجِدت (لا يمكن استخدامها مع <var>$1unique</var>).\";'),('arq','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"ar:تضيف عنوان التحويلة.\";'),('arq','messages:apihelp-query+allredirects-summary','s:56:\"ar:أدرج جميع التحويلات إلى نطاق.\";'),('arq','messages:apihelp-query+allrevisions-example-ns-any','s:63:\"ar:أدرج أول 50 مراجعة في أي مساحة اسم.\";'),('arq','messages:apihelp-query+allrevisions-example-user','s:84:\"ar:أدرج آخر 50 مساهمة بواسطة المستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-query+allrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('arq','messages:apihelp-query+allrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('arq','messages:apihelp-query+allrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('arq','messages:apihelp-query+allrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('arq','messages:apihelp-query+allrevisions-param-start','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('arq','messages:apihelp-query+allrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('arq','messages:apihelp-query+allrevisions-summary','s:36:\"ar:اعرض كل المراجعات.\";'),('arq','messages:apihelp-query+alltransclusions-example-b','s:176:\"ar:سرد العناوين المعطلة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</ kbd>.\";'),('arq','messages:apihelp-query+alltransclusions-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تضمينات.\";'),('arq','messages:apihelp-query+alltransclusions-example-unique','s:49:\"ar:إدراج عناوين مضمنة فريدة.\";'),('arq','messages:apihelp-query+alltransclusions-example-unique-generator','s:107:\"ar:الحصول على جميع العناوين المضمنة، والتعليم على المفقودة.\";'),('arq','messages:apihelp-query+alltransclusions-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+alltransclusions-param-from','s:60:\"ar:عنوان التضمين لبدء التعداد منه.\";'),('arq','messages:apihelp-query+alltransclusions-param-limit','s:47:\"ar:كم عدد العناصر لإرجاعها.\";'),('arq','messages:apihelp-query+alltransclusions-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('arq','messages:apihelp-query+alltransclusions-param-prefix','s:98:\"ar:ابحث عن جميع العناوين المضمنة التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+alltransclusions-param-prop','s:54:\"ar:أي جزء من المعلومات لتضمينه:\";'),('arq','messages:apihelp-query+alltransclusions-param-to','s:60:\"ar:عنوان التضمين لوقف التعداد فيه.\";'),('arq','messages:apihelp-query+alltransclusions-param-unique','s:259:\"ar:عرض العناوين المضمنة المتميزة فقط، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('arq','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:105:\"ar:يضيف معرف الصفحة لتضين الصفحة (لا يمكن استخدامه مع $1unique).\";'),('arq','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"ar:يضيف عنوان التضمين.\";'),('arq','messages:apihelp-query+alltransclusions-summary','s:156:\"ar:أدرج كل التضمينات (الصفحات المضمنة باستخدام &#123;&#123;x&#125;&#125;)، بما في ذلك غير الموجودة.\";'),('arq','messages:apihelp-query+allusers-example-y','s:62:\"ar:سرد المستخدمين ابتداء من <kbd>Y</kbd>.\";'),('arq','messages:apihelp-query+allusers-param-activeusers','s:98:\"ar:سرد المستخدمين النشطين في آخر $1 {{PLURAL:$1|يوم|أيام}} فقط.\";'),('arq','messages:apihelp-query+allusers-param-attachedwiki','s:184:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، أشر أيضا إلى ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('arq','messages:apihelp-query+allusers-param-dir','s:32:\"ar:اتجاه للفرز فيه.\";'),('arq','messages:apihelp-query+allusers-param-excludegroup','s:78:\"ar:استبعاد المستخدمين في المجموعات المحددة.\";'),('arq','messages:apihelp-query+allusers-param-from','s:58:\"ar:اسم المستخدم لبدء التعداد منه.\";'),('arq','messages:apihelp-query+allusers-param-group','s:81:\"ar:تضمين المستخدمين في المجموعات المحددة فقط.\";'),('arq','messages:apihelp-query+allusers-param-limit','s:64:\"ar:كم عدد أسماء المستخدمين لإرجاعها.\";'),('arq','messages:apihelp-query+allusers-param-prefix','s:93:\"ar:ابحث عن جميع المستخدمين الذين يبدأون بهذه القيمة.\";'),('arq','messages:apihelp-query+allusers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+allusers-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('arq','messages:apihelp-query+allusers-param-to','s:62:\"ar:اسم المستخدم لإيقاف التعداد فيه.\";'),('arq','messages:apihelp-query+allusers-param-witheditsonly','s:77:\"ar:سرد المستخدمين الذين قاموا بتحريرات فقط.\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:79:\"ar:يضيف المعلومات حول المنع الحالي للمستخدم.\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:83:\"ar:يضيف معرفات مركزية وحالة المرفقات للمستخدم.\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:51:\"ar:يضيف عدد تحريرات المستخدم.\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-groups','s:205:\"ar:يسرد المجموعات التي يوجد بها المستخدم، يستخدم هذا المزيد من موارد الخادم وقد يعرض نتائج أقل من الحد المسموح به.\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-registration','s:127:\"ar:يإضيف الطابع الزمني عند تسجيل المستخدم إذا كان متاحا (قد يكون فارغا).\";'),('arq','messages:apihelp-query+allusers-paramvalue-prop-rights','s:72:\"ar:يسرد الصلاحيات التي يمتلكها المستخدم.\";'),('arq','messages:apihelp-query+allusers-summary','s:61:\"ar:تعداد جميع المستخدمين المسجلين.\";'),('arq','messages:apihelp-query+authmanagerinfo-example-login','s:96:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول.\";'),('arq','messages:apihelp-query+authmanagerinfo-example-login-merged','s:134:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول، مع دمج حقول النماذج.\";'),('arq','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:89:\"ar:اختبار ما إذا كانت المصادقة كافية لعمل <kbd>foo</kbd>.\";'),('arq','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:124:\"ar:إحضار معلومات حول طلبات المصادقة المطلوبة لإجراء المصادقة المحدد.\";'),('arq','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:174:\"ar:اختبار ما إذا كانت حالة المصادقة الحالية للمستخدم كافية للعملية الحساسة للأمان المحددة أم لا.\";'),('arq','messages:apihelp-query+authmanagerinfo-summary','s:81:\"ar:استرداد معلومات حول حالة المصادقة الحالية.\";'),('arq','messages:apihelp-query+backlinks-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تصل إلى <kbd>Main page</kbd>.\";'),('arq','messages:apihelp-query+backlinks-example-simple','s:53:\"ar:عرض الوصلات إلى <kbd>Main page</kbd>.\";'),('arq','messages:apihelp-query+backlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+backlinks-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('arq','messages:apihelp-query+backlinks-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('arq','messages:apihelp-query+backlinks-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('arq','messages:apihelp-query+backlinks-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('arq','messages:apihelp-query+backlinks-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('arq','messages:apihelp-query+backlinks-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('arq','messages:apihelp-query+backlinks-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('arq','messages:apihelp-query+blocks-example-simple','s:25:\"ar:قائمة المنع.\";'),('arq','messages:apihelp-query+blocks-example-users','s:89:\"ar:إدراج عمليات منع المستخدمين <kbd>Alice</kbd> و<kbd>Bob</kbd>.\";'),('arq','messages:apihelp-query+blocks-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('arq','messages:apihelp-query+blocks-param-ids','s:70:\"ar:قائمة معرفات المنع للإدراج (اختياري).\";'),('arq','messages:apihelp-query+blocks-param-ip','s:316:\"ar:احصل على كل عمليات المنع التي تنطبق على عنوان الآيبي أو نطاق CIDR عذا، بما في ذلك عمليات منع النطاق،\nلا يمكن استخدامه مع <var>$3users</var>، لا يتم قبول نطاقات CIDR الأوسع من IPv4/$1 أو IPv6/$2.\";'),('arq','messages:apihelp-query+blocks-param-limit','s:75:\"ar:الحد الأقصى لعدد عمليات المنع لإدراجها.\";'),('arq','messages:apihelp-query+blocks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+blocks-param-show','s:249:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط،\nعلى سبيل المثال، لمشاهدة عمليات المنع غير المحددة فقط على عناوين أيبي; اضبط <kbd>$1show=ip|!temp</kbd>.\";'),('arq','messages:apihelp-query+blocks-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('arq','messages:apihelp-query+blocks-param-users','s:72:\"ar:قائمة المستخدمين للبحث عنهم (اختياري).\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-by','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-byid','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:84:\"ar:يضيف الطابع الزمني عندما تنتهي صلاحية المنع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-flags','s:106:\"ar:يوسم المنع بـ(المنع التلقائي والمجهولون فقط وما إلى ذلك).\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-id','s:32:\"ar:يضيف معرف المنع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-range','s:77:\"ar:يضيف نطاق عناوين الآيبي المتأثرة بالمنع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-reason','s:47:\"ar:يضيف السبب المعطى للمنع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:106:\"ar:يضيف قيود المنع الجزئي إذا لم يكن المنع على مستوى الموقع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:72:\"ar:يضيف الطابع الزمني عندما تم منح المنع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-user','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('arq','messages:apihelp-query+blocks-paramvalue-prop-userid','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('arq','messages:apihelp-query+blocks-summary','s:89:\"ar:إدراج جميع المستخدمين وعناوين الآيبي الممنوعة.\";'),('arq','messages:apihelp-query+categories-example-generator','s:133:\"ar:الحصول على معلومات حول جميع التصنيفات المستخدمة في صفحة <kbd>Albert Einstein</kbd>.\";'),('arq','messages:apihelp-query+categories-example-simple','s:118:\"ar:احصل على قائمة بالتصنيفات التي تنتمي إليها صفحة <kbd>Albert Einstein</kbd>.\";'),('arq','messages:apihelp-query+categories-param-categories','s:137:\"ar:إدراج هذه التصنيفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة في تصنيف معين.\";'),('arq','messages:apihelp-query+categories-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+categories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('arq','messages:apihelp-query+categories-param-prop','s:102:\"ar:أي الخصائص الإضافية التي يمكنك الحصول عليها لكل تصنيف:\";'),('arq','messages:apihelp-query+categories-param-show','s:54:\"ar:أي نوع من التصنيفات لإظهاره.\";'),('arq','messages:apihelp-query+categories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('arq','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:176:\"ar:يضيف مفتاح الفرز (سلسلة سداسية عشرية) وبادئة مفتاح الفرز (جزء يمكن قراءته بواسطة البشر) للتصنيف.\";'),('arq','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:71:\"ar:يضيف الطابع الزمني عند إضافة التصنيف.\";'),('arq','messages:apihelp-query+categories-summary','s:86:\"ar:أدرج جميع التصنيفات التي تنتمي إليها الصفحات.\";'),('arq','messages:apihelp-query+categoryinfo-example-simple','s:93:\"ar:الحصول على معلومات عن <kbd>Category:Foo</kbd> و<kbd>Category:Bar</kbd>.\";'),('arq','messages:apihelp-query+categoryinfo-summary','s:72:\"ar:يرجع المعلومات حول التصنيفات المحددة.\";'),('arq','messages:apihelp-query+categorymembers-example-generator','s:112:\"ar:الحصول على معلومات الصفحة حول أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-example-simple','s:77:\"ar:الحصول على أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('arq','messages:apihelp-query+categorymembers-param-end','s:132:\"ar:الطابع الزمني لإنهاء الإدراج فيه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-endhexsortkey','s:190:\"ar:منتاح فرز لإنهاء الإدراج فيه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-endsortkey','s:53:\"ar:استخدم $1endhexsortkey بدلا من ذلك.\";'),('arq','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:207:\"ar:بادئة منتاح فرز لإنهاء الإدراج فيها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('arq','messages:apihelp-query+categorymembers-param-namespace','s:218:\"ar:تضمين الصفحات في هذه النطاقات فقط، لاحظ أنه يمكن استخدام <kbd>$1type=subcat</kbd> أو <kbd>$1type=file</kbd> بدلا من <kbd>$1namespace=14</kbd> أو <kbd>6</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-pageid','s:108:\"ar:معرف صفحة التصنيف للتعداد، لا يمكن استخدامه مع <var>$1title</var>.\";'),('arq','messages:apihelp-query+categorymembers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+categorymembers-param-sort','s:41:\"ar:خاصية للفرز وفقا لها.\";'),('arq','messages:apihelp-query+categorymembers-param-start','s:128:\"ar:الطابع الزمني لبدء الإدراج منه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-starthexsortkey','s:186:\"ar:منتاح فرز لبدء الإدراج منه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-startsortkey','s:53:\"ar:استخدم $1arthexsortkey بدلا من ذلك.\";'),('arq','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:203:\"ar:بادئة منتاح فرز لبدء الإدراج منها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-param-title','s:166:\"ar:أي تصنيف لتعداد (مطلوب)، يجب تضمين البادئة <kbd>{{ns:category}}:</kbd>، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('arq','messages:apihelp-query+categorymembers-param-type','s:133:\"ar:أي نوع من أعضاء التصنيفات لتضمينه، تم التجاهل عند تعيين <kbd>$1sort=timestamp</kbd>.\";'),('arq','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('arq','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:119:\"ar:يضيف مفتاح الفرز المستخدم للفرز في التصنيف (سلسلة سداسية عشرية).\";'),('arq','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:177:\"ar:يضيف بادئة مفتاح الفرز المستخدمة للفرز في الفئة (جزء يمكن قراءته بواسطة الإنسان من مفتاح الفرز).\";'),('arq','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني عندما تم تضمين الصفحة.\";'),('arq','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('arq','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:145:\"ar:يضيف نوع الصفحة التي تم تصنيفها على أنها (<samp>page</samp> أو <samp>subcat</samp> أو <samp>file</samp>).\";'),('arq','messages:apihelp-query+categorymembers-summary','s:63:\"ar:إدراج جميع الصفحات في تصنيف معين.\";'),('arq','messages:apihelp-query+contributors-example-simple','s:68:\"ar:عرض المساهمين في الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+contributors-param-excludegroup','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('arq','messages:apihelp-query+contributors-param-excluderights','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('arq','messages:apihelp-query+contributors-param-group','s:307:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('arq','messages:apihelp-query+contributors-param-limit','s:47:\"ar:كم عدد المساهمين للعودة.\";'),('arq','messages:apihelp-query+contributors-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('arq','messages:apihelp-query+contributors-summary','s:151:\"ar:احصل على قائمة بالمساهمين الذين سجلوا الدخول وعدد المشتركين المجهولين في الصفحة.\";'),('arq','messages:apihelp-query+deletedrevisions-example-revids','s:100:\"ar:إدراج المعلومات الخاصة بالمراجعة المحذوفة <kbd>123456</kbd>.\";'),('arq','messages:apihelp-query+deletedrevisions-example-titles','s:134:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى.\";'),('arq','messages:apihelp-query+deletedrevisions-extended-description','s:474:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على مراجعات محذوفة لمجموعة من الصفحات، عن طريق تعيين عناوين أو صفحات، مرتبة حسب العنوان والطابع الزمني. \n# الحصول على بيانات حول مجموعة من المراجعات المحذوفة عن طريق تعيين معرفاتها مع معرفات المراجعات، مرتبة حسب معرف المراجعة.\";'),('arq','messages:apihelp-query+deletedrevisions-param-end','s:149:\"ar:الطابع الزمني لإيقاف التعداد فيه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('arq','messages:apihelp-query+deletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('arq','messages:apihelp-query+deletedrevisions-param-start','s:139:\"ar:الطابع الزمني لبدء العد منه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('arq','messages:apihelp-query+deletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+deletedrevisions-param-user','s:77:\"ar:إدراج المراجعات بواسطة هذا المستخدم فقط.\";'),('arq','messages:apihelp-query+deletedrevisions-summary','s:72:\"ar:الحصول على معلومات المراجعة المحذوفة.\";'),('arq','messages:apihelp-query+deletedrevs-example-mode1','s:149:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى (الوضع 1).\";'),('arq','messages:apihelp-query+deletedrevs-example-mode2','s:93:\"ar:إدراج آخر 50 مساهمة محذوفة بواسطة <kbd>Bob</kbd> (الوضع 2).\";'),('arq','messages:apihelp-query+deletedrevs-example-mode3-main','s:98:\"ar:إدراج آخر 50 مراجعة محذوفة في النطاق الرئيسي (الوضع 3).\";'),('arq','messages:apihelp-query+deletedrevs-example-mode3-talk','s:91:\"ar:إدراج أول 50 صفحة محذوفة في النطاق {{ns:talk}} (الوضع 3).\";'),('arq','messages:apihelp-query+deletedrevs-extended-description','s:672:\"ar:يعمل في ثلاثة أوضاع: \n# إدراج المراجعات المحذوفات للعناوين المحددة، مرتبة حسب الطابع الزمني. \n# إدراج المساهمات المحذوفة لمستخدم معين، مرتبة حسب الطابع الزمني (لم يتم تحديد عناوين). \n# سرد جميع المراجعات المحذوفة في النطاق المحدد، مرتبة حسب العنوان والطابع الزمني (لم يتم تحديد عناوين، ولم يتم تعيين $1user). \n\nتنطبق بعض الوسائط فقط على بعض الأوضاع ويتم تجاهلها في أوضاع أخرى.\";'),('arq','messages:apihelp-query+deletedrevs-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('arq','messages:apihelp-query+deletedrevs-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('arq','messages:apihelp-query+deletedrevs-param-from','s:52:\"ar:بدء الإدراج من هذا العنوان.\";'),('arq','messages:apihelp-query+deletedrevs-param-limit','s:70:\"ar:الحد الأقصى لكمية المراجعات للإدراج.\";'),('arq','messages:apihelp-query+deletedrevs-param-namespace','s:61:\"ar:إدراج الصفحات في هذا النطاق فقط.\";'),('arq','messages:apihelp-query+deletedrevs-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+deletedrevs-param-prop','s:892:\"ar:أي الخصائص للحصول عليها: \n;revid:يضيف معرف المراجعة معرف المراجعة للمراجعة المحذوفة.\n;parentid: يضيف معرف المراجعة للنسخة السابقة السابقة إلى الصفحة.\n;user:يضيف المستخدم الذي قام بإجراء المراجعة.\n;userid:يضيف معرف المستخدم الذي قام بإجراء المراجعة.\n;comment:يضيف تعليق المراجعة.\n;parsedcomment:يضيف التعليق المحسن للمراجعة.\n;minor:يوسم إذا كانت المراجعة طفيفة.\n;len:يضيف طول (بالبايت) المراجعة.\n;sha1:يضيف SHA-1 (الأساس 16) للمراجعة.\n;content:يضيف محتوى المراجعة.\n;token:<span class=\"apihelp-deprecated\">موقوف.</span> يعطي رمز التعديل.\n;tags:يوسم للمراجعة.\";'),('arq','messages:apihelp-query+deletedrevs-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('arq','messages:apihelp-query+deletedrevs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+deletedrevs-param-to','s:52:\"ar:وقف الإدراج من هذا العنوان.\";'),('arq','messages:apihelp-query+deletedrevs-param-unique','s:61:\"ar:إدراج مراجعة واحدة فقط لكل صفحة.\";'),('arq','messages:apihelp-query+deletedrevs-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('arq','messages:apihelp-query+deletedrevs-paraminfo-modes','s:38:\"ar:{{PLURAL:$1|وضع|أوضاع}}: $2\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('arq','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('arq','messages:apihelp-query+deletedrevs-summary','s:50:\"ar:إدراج المراجعات المحذوفة.\";'),('arq','messages:apihelp-query+disabled-summary','s:54:\"ar:تم تعطيل وحدة الاستعلام هذه.\";'),('arq','messages:apihelp-query+duplicatefiles-example-generated','s:52:\"ar:ابحث عن تكرارات كل الملفات.\";'),('arq','messages:apihelp-query+duplicatefiles-example-simple','s:67:\"ar:ابحث عن تكرارات [[:File:Albert Einstein Head.jpg]].\";'),('arq','messages:apihelp-query+duplicatefiles-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+duplicatefiles-param-limit','s:58:\"ar:كم عدد الملفات المكررة للعودة.\";'),('arq','messages:apihelp-query+duplicatefiles-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('arq','messages:apihelp-query+duplicatefiles-summary','s:145:\"ar:سرد كافة الملفات التي تكون مكررة عن الملفات المحددة استنادا إلى قيم رمز الرقم.\";'),('arq','messages:apihelp-query+embeddedin-example-generator','s:105:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('arq','messages:apihelp-query+embeddedin-example-simple','s:70:\"ar:عرض الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('arq','messages:apihelp-query+embeddedin-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+embeddedin-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('arq','messages:apihelp-query+embeddedin-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('arq','messages:apihelp-query+embeddedin-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('arq','messages:apihelp-query+embeddedin-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('arq','messages:apihelp-query+embeddedin-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('arq','messages:apihelp-query+embeddedin-summary','s:104:\"ar:العثور على جميع الصفحات التي تتضمن (نسخ) العنوان المعطى.\";'),('arq','messages:apihelp-query+extlinks-example-simple','s:90:\"ar:احصل على قائمة بالوصلات الخارجية في <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+extlinks-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('arq','messages:apihelp-query+extlinks-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('arq','messages:apihelp-query+extlinks-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('arq','messages:apihelp-query+extlinks-param-query','s:159:\"ar:بحث سلسلة دون بروتوكول، مفيد للتحقق مما إذا كانت صفحة معينة تحتوي على مسار خارجي معين.\";'),('arq','messages:apihelp-query+extlinks-summary','s:122:\"ar:يرجع جميع المسارات الخارجية (وليس الإنترويكي) من الصفحات المعينة.\";'),('arq','messages:apihelp-query+exturlusage-example-simple','s:84:\"ar:عرض الصفحات التي تربط بـ<kbd>https://www.mediawiki.org</kbd>.\";'),('arq','messages:apihelp-query+exturlusage-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('arq','messages:apihelp-query+exturlusage-param-limit','s:43:\"ar:كم عدد الصفحات للعودة.\";'),('arq','messages:apihelp-query+exturlusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('arq','messages:apihelp-query+exturlusage-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+exturlusage-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('arq','messages:apihelp-query+exturlusage-param-query','s:151:\"ar:بحث سلسلة دون بروتوكول، انظر [[Special:LinkSearch]]، اتركه فارغًا لسرد كل الروابط الخارجية.\";'),('arq','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('arq','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('arq','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:60:\"ar:يضيف المسار المستخدم في الصفحة.\";'),('arq','messages:apihelp-query+exturlusage-summary','s:74:\"ar:تعداد الصفحات التي تحتوي على مسار محدد.\";'),('arq','messages:apihelp-query+filearchive-example-simple','s:64:\"ar:عرض قائمة بجميع الملفات المحذوفة.\";'),('arq','messages:apihelp-query+filearchive-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+filearchive-param-from','s:58:\"ar:عنوان الصورة لبدء التعداد منه.\";'),('arq','messages:apihelp-query+filearchive-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('arq','messages:apihelp-query+filearchive-param-prefix','s:90:\"ar:ابحث عن جميع عناوين الصور التي تبدأ بهذه القيمة.\";'),('arq','messages:apihelp-query+filearchive-param-prop','s:68:\"ar:أي المعلومات عن الصورة للحصول عليها\";'),('arq','messages:apihelp-query+filearchive-param-sha1','s:60:\"ar:SHA1 تجزئة الصورة، يتجاوز $1sha1base36.\";'),('arq','messages:apihelp-query+filearchive-param-sha1base36','s:100:\"ar:SHA1 تجزئة الصورة في القاعدة 36 (المستخدمة في ميدياويكي).\";'),('arq','messages:apihelp-query+filearchive-param-to','s:62:\"ar:عنوان الصورة لإيقاف التعداد فيه.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:91:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:43:\"ar:يضيف عمق البت للإصدار.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-description','s:45:\"ar:يضيف وصفا لنسخة الصورة.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:43:\"ar:يضيف نوع وسائط الصورة.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:67:\"ar:يسرد بيانات تعريف Exif لإصدار الصورة.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:30:\"ar:يضيف MIME الصورة.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:36:\"ar:تحليل وصف الإصدار.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:42:\"ar:يضيف تجزئة SHA-1 للصورة.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-size','s:134:\"ar:يضيف حجم الصورة بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('arq','messages:apihelp-query+filearchive-paramvalue-prop-user','s:67:\"ar:يضيف المستخدم الذي رفع نسخة الصورة.\";'),('arq','messages:apihelp-query+filearchive-summary','s:72:\"ar:تعداد كافة الملفات المحذوفة بالتسلسل.\";'),('arq','messages:apihelp-query+filerepoinfo-example-simple','s:77:\"ar:الحصول على معلومات حول مستودعات الملفات.\";'),('arq','messages:apihelp-query+filerepoinfo-param-prop','s:136:\"ar:أي خصائص المستودع للحصول عليها (قد يكون هناك المزيد متاح في بعض الويكيات).\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:137:\"ar:مسار إلى API تطبيقات المستودع، مفيد في الحصول على معلومات الصورة من المضيف.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:126:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> أو ما يعادله.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:159:\"ar:ما إذا كان يمكن رفع ملفات إلى هذا المستودع، على سبيل المثال عبر CORS والمصادقة المشتركة.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:92:\"ar:اسم قابل للقراءة من قبل الإنسان في مستودع الويكي.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:147:\"ar:مسار أيقونة المفضلة الخاصة بمستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:147:\"ar:ما إذا تم جلب صفحات وصف الملفات من هذا المستودع عند عرض صفحات وصف الملف المحلية.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:88:\"ar:ما إذا كانت أسماء الملفات تبدأ ضمنيا بحرف كبير.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:64:\"ar:سواء كان هذا المستودع محليا أم لا.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:238:\"ar:مفتاح المستودع، المستخدم على سبيل المثال في <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] يعيد القيم.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:60:\"ar:مسار مسار الجذر لمسارات الصورة.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:103:\"ar:مسار مسار الجذر لتثبيت ميدياويكي الخاص بمستودع الويكي.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:116:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> أو ما يعادله.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:75:\"ar:مسار مسار الجذر لمسارات الصورة المصغرة.\";'),('arq','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:49:\"ar:مسار مسار المنطقة العامة.\";'),('arq','messages:apihelp-query+filerepoinfo-summary','s:112:\"ar:إرجاع معلومات التعريف حول مستودعات الصور المكونة في الويكي.\";'),('arq','messages:apihelp-query+fileusage-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('arq','messages:apihelp-query+fileusage-example-simple','s:89:\"ar:احصل على قائمة الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('arq','messages:apihelp-query+fileusage-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('arq','messages:apihelp-query+fileusage-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+fileusage-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+fileusage-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('arq','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('arq','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('arq','messages:apihelp-query+fileusage-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('arq','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arq','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arq','messages:apihelp-query+fileusage-summary','s:89:\"ar:ابحث عن كل الصفحات التي تستخدم الملفات المعطاة.\";'),('arq','messages:apihelp-query+imageinfo-example-dated','s:103:\"ar:إحضار معلومات حول إصدارات [[:File:Test.jpg]] من عام 2008 وما بعده.\";'),('arq','messages:apihelp-query+imageinfo-example-simple','s:104:\"ar:إحضار معلومات حول الإصدار الحالي من [[:File:Albert Einstein Head.jpg]].\";'),('arq','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:155:\"ar:إذا تم تعيين<kbd>$2prop=badfile</kbd> ، فهذا هو عنوان الصفحة المستخدم عند تقييم [[MediaWiki:Bad image list]]\";'),('arq','messages:apihelp-query+imageinfo-param-end','s:64:\"ar:الطابع الزمني لإيقاف الإدراج فيه.\";'),('arq','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:124:\"ar:إذا كان محددا وغير فارغ، فسيتم إرجاع هذه المفاتيح فقط لـ$1prop=extmetadata.\";'),('arq','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:257:\"ar:أية لغة لجلب extmetadata بها، هذا يؤثر على كل الترجمة التي يتم جلبها، إذا كانت متعددة متاحة، وكذلك كيفية تنسيق أشياء مثل الأرقام والقيم المختلفة.\";'),('arq','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"ar:إذا كانت ترجمات خاصية extmetadata متاحة، فاجلبها كلها.\";'),('arq','messages:apihelp-query+imageinfo-param-limit','s:78:\"ar:عدد مراجعات الملفات ليتم إرجاعها لكل ملف.\";'),('arq','messages:apihelp-query+imageinfo-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('arq','messages:apihelp-query+imageinfo-param-metadataversion','s:231:\"ar:إصدار البيانات الوصفية لاستخدامه، إذا تم تحديد <kbd>latest</kbd>، استخدم أحدث إصدار، الافتراضي <kbd>1</kbd> للتوافق مع الإصدارات السابقة.\";'),('arq','messages:apihelp-query+imageinfo-param-prop','s:69:\"ar:معلومات الملف التي يجب الحصول عليها:\";'),('arq','messages:apihelp-query+imageinfo-param-start','s:60:\"ar:الطابع الزمني لبدء الإدراج منه.\";'),('arq','messages:apihelp-query+imageinfo-param-urlheight','s:30:\"ar:على غرار $1urlwidth.\";'),('arq','messages:apihelp-query+imageinfo-param-urlparam','s:239:\"ar:سلسلة وسيط خاصة بالمعالج، على سبيل المثال، قد تستخدم ملفات PDF <kbd>page15-100px</kbd>، يجب استخدام <var>$1urlwidth</var> وأن يكون متسقا مع <var>$1urlparam</var>.\";'),('arq','messages:apihelp-query+imageinfo-param-urlwidth','s:273:\"ar:إذا تم تعيين $2prop=url، فسيتم إرجاع مسار صورة مقسمة إلى هذا العرض،\nلأسباب تتعلق بالأداء في حالة استخدام هذا الخيار; لن يتم عرض أكثر من $1 من الصور المقاسة.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:208:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:88:\"ar:يضيف ما إذا كان الملف موجودا في [[MediaWiki:Bad image list]]\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:160:\"ar:يضيف عمق البت للإصدار. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:170:\"ar:يضيف العنوان الأساسي للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:160:\"ar:تعليق على الإصدار. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:216:\"ar:يسرد بيانات التعريف العامة لصيغة الملف لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:240:\"ar:يسرد البيانات الوصفية المنسقة من مصادر متعددة، النتائج بتنسيق HTML. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:162:\"ar:يضيف نوع الوسائط للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:182:\"ar:يسرد بيانات تعريف Exif لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:152:\"ar:يضيف نوع MIME للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:173:\"ar:تحليل التعليق على النسخة. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:157:\"ar:يضيف تجزئة SHA-1 للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:132:\"ar:يضيف حجم الملف بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:213:\"ar:يضيف نوع MIME للصورة المصغرة (يتطلب مسار ووسيط $1urlwidth). لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:190:\"ar:تُستخدَم من قبل صفحة Special:Upload للحصول على معلومات حول ملف موجود، غير مخصص للاستخدام خارج نواة ميدياويكي.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:173:\"ar:يعطي مسارا للملف وصفحة الوصف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:191:\"ar:يضيف المستخدم الذي رفع كل إصدار من الملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:206:\"ar:إضافة هوية المستخدم الذي قام بتحميل كل إصدار ملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+imageinfo-summary','s:58:\"ar:يعرض معلومات الملف وسجل الرفع.\";'),('arq','messages:apihelp-query+images-example-generator','s:107:\"ar:الحصول على معلومات حول جميع الملفات المستخدمة في [[Main Page]].\";'),('arq','messages:apihelp-query+images-example-simple','s:85:\"ar:احصل على قائمة بالملفات المستخدمة في [[Main Page]].\";'),('arq','messages:apihelp-query+images-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+images-param-images','s:142:\"ar:إدراج هذه الملفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة تحتوي على ملف معين.\";'),('arq','messages:apihelp-query+images-param-limit','s:43:\"ar:كم عدد الملفات للعودة.\";'),('arq','messages:apihelp-query+images-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('arq','messages:apihelp-query+imageusage-example-generator','s:113:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('arq','messages:apihelp-query+imageusage-example-simple','s:82:\"ar:عرض الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('arq','messages:apihelp-query+imageusage-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+imageusage-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('arq','messages:apihelp-query+imageusage-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('arq','messages:apihelp-query+imageusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('arq','messages:apihelp-query+imageusage-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('arq','messages:apihelp-query+imageusage-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('arq','messages:apihelp-query+imageusage-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('arq','messages:apihelp-query+imageusage-summary','s:96:\"ar:ابحث عن كل الصفحات التي تستخدم عنوان الصورة المعين.\";'),('arq','messages:apihelp-query+info-example-protection','s:97:\"ar:احصل على معلومات عامة وحماية حول الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+info-example-simple','s:79:\"ar:الحصول على معلومات حول الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+info-param-linkcontext','s:232:\"ar:عنوان السياق المراد استخدامه عند تحديد فئات CSS إضافية (مثل ألوان الارتباط) عندما تحتوي الخاصية <var>$1</var> على <var>فئات الروابط</var> .\";'),('arq','messages:apihelp-query+info-param-prop','s:75:\"ar:الخصائص الإضافية التي يجب الحصول عليها:\";'),('arq','messages:apihelp-query+info-param-testactions','s:131:\"ar:اختبر ما إذا كان المستخدم الحالي يمكنه تنفيذ إجراءات معينة على الصفحة.\";'),('arq','messages:apihelp-query+info-param-testactionsdetail','s:260:\"ar:مستوى التفاصيل لـ<var>$1testactions</var>، استخدم وسائط [[Special:ApiHelp/main|الوحدة الرئيسية]] <var>errorformat</var> و<var>errorlang</var> للتحكم في تنسيق الرسائل التي تم إرجاعها.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:132:\"ar:العنوان المسبق لـ [[:mw:Special:MyLanguage/Help:Associated_pages|موضوع أو صفحة نقاش مرتبطة]].\";'),('arq','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:94:\"ar:يعطي الطريقة التي يتم بها عرض عنوان الصفحة بالفعل.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:240:\"ar:يعطي فئات CSS الإضافية (مثل ألوان الارتباط) المستخدمة للارتباطات إلى هذه الصفحة إذا كانت ستظهر على الصفحة المسماة بـ <var>linkcontext $1</var> .\";'),('arq','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:86:\"ar:الطابع الزمني لإشعار قائمة المراقبة لكل صفحة.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-preload','s:81:\"ar:يعطي النص الذي تم إرجاعه بواسطة EditFormPreloadText.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-protection','s:56:\"ar:إدراج مستوى الحماية لكل صفحة.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-readable','s:145:\"ar:ما إذا كان يمكن للمستخدم قراءة هذه الصفحة، استخدم <kbd>intestactions=read</kbd> بدلا من ذلك.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-subjectid','s:80:\"ar:معرف الصفحة للصفحة الرئيسية لكل صفحة نقاش.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-talkid','s:85:\"ar:معرف الصفحة لصفحة النقاش لكل صفحة غير النقاش.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-url','s:108:\"ar:يعطي مسارا كاملا، ومسارا للتعديل، ومسار الأساسي لكل صفحة.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:102:\"ar:يعطي عنوان العرض بجميع الصيغ الخاصة بلغة محتوى الموقع.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:153:\"ar:عدد مراقبي كل صفحة الذين زاروا التحريرات الأخيرة لتلك الصفحة، إذا كان مسموحا بذلك.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-watched','s:54:\"ar:أدرج حالة المراقبة لكل صفحة.\";'),('arq','messages:apihelp-query+info-paramvalue-prop-watchers','s:58:\"ar:عدد المراقبين، إذا كان مسموحا.\";'),('arq','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:54:\"ar:إرجاع قيمة منطقية لكل إجراء.\";'),('arq','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:155:\"ar:إرجاع الرسائل التي تصف سبب عدم السماح بالإجراء ، أو مصفوفة فارغة إذا كان مسموحا بها.\";'),('arq','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:85:\"ar:مثل <kbd>full</kbd> ولكن تخطي المراجعات باهظة الثمن.\";'),('arq','messages:apihelp-query+info-summary','s:68:\"ar:الحصول على معلومات الصفحة الأساسية.\";'),('arq','messages:apihelp-query+iwbacklinks-example-generator','s:100:\"ar:الحصول على معلومات عن الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('arq','messages:apihelp-query+iwbacklinks-example-simple','s:80:\"ar:الحصول على الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('arq','messages:apihelp-query+iwbacklinks-extended-description','s:269:\"ar:يمكن استخدامها للعثور على جميع الوصلات ببادئة، أو كل الوصلات إلى عنوان (ببادئة معينة)، استخدام أي من الوسيطين \"جميع وصلات الإنترويكي\" على نحو فعال.\";'),('arq','messages:apihelp-query+iwbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+iwbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('arq','messages:apihelp-query+iwbacklinks-param-prefix','s:35:\"ar:بادئة للإنترويكي.\";'),('arq','messages:apihelp-query+iwbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+iwbacklinks-param-title','s:99:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1blprefix</var.\";'),('arq','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:44:\"ar:يضيف بادئة الإنترويكي.\";'),('arq','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:44:\"ar:يضيف عنوان الإنترويكي.\";'),('arq','messages:apihelp-query+iwbacklinks-summary','s:115:\"ar:العثور على جميع الصفحات التي تصل إلى وصلة الإنترويكي المعطاه.\";'),('arq','messages:apihelp-query+iwlinks-example-simple','s:90:\"ar:الحصول على وصلات إنترويكي من الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+iwlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+iwlinks-param-limit','s:60:\"ar:كم عدد وصلات الإنترويكي للعودة.\";'),('arq','messages:apihelp-query+iwlinks-param-prefix','s:75:\"ar:عودة وصلات الإنترويكي بهذه البادئة فقط.\";'),('arq','messages:apihelp-query+iwlinks-param-prop','s:105:\"ar:الخصائص الإضافية التي يجب الحصول عليها لكل ارتباط interwiki:\";'),('arq','messages:apihelp-query+iwlinks-param-title','s:97:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('arq','messages:apihelp-query+iwlinks-param-url','s:122:\"ar:ما إذا كنت تريد الحصول على المسار الكامل (لا يمكن استخدامه مع $1prop).\";'),('arq','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('arq','messages:apihelp-query+iwlinks-summary','s:88:\"ar:يعرض جميع وصلات الإنترويكي من الصفحات المحددة.\";'),('arq','messages:apihelp-query+langbacklinks-example-generator','s:96:\"ar:الحصول على معلومات حول الصفحات التي تصل إلى [[:fr:Test]].\";'),('arq','messages:apihelp-query+langbacklinks-example-simple','s:74:\"ar:الحصول على الصفحات التي تصل إلى [[:fr:Test]].\";'),('arq','messages:apihelp-query+langbacklinks-extended-description','s:381:\"ar:يمكن استخدامها للعثور على جميع الوصلات برمز لغة، أو كل الوصلات إلى عنوان (بلغة معينة)، استخدام أي من الوسيطين \"كل وصلات اللغات\" بشكل فعال،\nلاحظ أن هذا قد لا يفكر في وصلات اللغة التي تتم إضافتها بواسطة الإضافات.\";'),('arq','messages:apihelp-query+langbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+langbacklinks-param-lang','s:32:\"ar:لغة لرابط اللغة.\";'),('arq','messages:apihelp-query+langbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('arq','messages:apihelp-query+langbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+langbacklinks-param-title','s:79:\"ar:رابط اللغة للبحث عنه، يجب استخدامه مع $1lang.\";'),('arq','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:46:\"ar:يضيف رمز لغة رابط اللغة.\";'),('arq','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:43:\"ar:يضيف عنوان رابط اللغة.\";'),('arq','messages:apihelp-query+langbacklinks-summary','s:92:\"ar:ابحث عن جميع الصفحات التي تصل لرابط اللغة المحدد.\";'),('arq','messages:apihelp-query+langlinks-example-simple','s:102:\"ar:الحصول على وصلات بين اللغات تربط من الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+langlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+langlinks-param-inlanguagecode','s:62:\"ar:رمز اللغة لأسماء اللغة المترجمة.\";'),('arq','messages:apihelp-query+langlinks-param-lang','s:70:\"ar:إرجاع وصلات اللغة برمز اللغة هذا فقط.\";'),('arq','messages:apihelp-query+langlinks-param-limit','s:65:\"ar:كم عدد الروابط المحلية التي ستعود.\";'),('arq','messages:apihelp-query+langlinks-param-prop','s:115:\"ar:الخصائص الإضافية التي يمكنك الحصول عليها لكل رابط بين اللغات:\";'),('arq','messages:apihelp-query+langlinks-param-title','s:80:\"ar:رابط للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('arq','messages:apihelp-query+langlinks-param-url','s:122:\"ar:ما إذا كنت ستحصل على المسار الكامل (لا يمكن استخدامه مع <var>$1prop</var>).\";'),('arq','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:39:\"ar:يضيف اسم اللغة الأم.\";'),('arq','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:137:\"ar:يضيف اسم اللغة المترجمة (أفضل جهد)، استخدم <var>$1inlanguagecode</var> للتحكم في اللغة.\";'),('arq','messages:apihelp-query+langlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('arq','messages:apihelp-query+langlinks-summary','s:106:\"ar:يعرض جميع وصلات الإنترويكي التي تربط من الصفحات المحددة.\";'),('arq','messages:apihelp-query+languageinfo-example-autonym-name-de','s:115:\"ar:احصل على المرادفات والأسماء الألمانية لجميع اللغات المدعومة.\";'),('arq','messages:apihelp-query+languageinfo-example-bcp47-dir','s:92:\"ar:احصل على رمز لغة BCP-47 واتجاه جميع اللغات المدعومة.\";'),('arq','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:97:\"ar:الحصول على اللغات الاحتياطية ومتغيرات الأوكيتانية.\";'),('arq','messages:apihelp-query+languageinfo-example-simple','s:86:\"ar:الحصول على رموز اللغات لجميع اللغات المدعومة.\";'),('arq','messages:apihelp-query+languageinfo-extended-description','s:182:\"ar:[[mw:Special:MyLanguage/API:Continue|الاستمرار]] يمكن تطبيقه إذا كان استرجاع المعلومات يستغرق وقتا طويلا لطلب واحد.\";'),('arq','messages:apihelp-query+languageinfo-param-code','s:102:\"ar:رموز اللغات التي يجب إرجاعها، أو <code>*</code> لجميع اللغات.\";'),('arq','messages:apihelp-query+languageinfo-param-prop','s:65:\"ar:أي المعلومات للحصول عليها لكل لغة.\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:77:\"ar:الاسم الداخلي للغة، أي: الاسم بتلك اللغة.\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:24:\"ar:رمز لغة BCP-47.\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:150:\"ar:رمز اللغة. (هذا الرمز خاص بميدياويكي، على الرغم من وجود تداخل مع المعايير الأخرى.)\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:84:\"ar:اتجاه كتابة اللغة (إما <code>ltr</code> أو <code>rtl</code>).\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:257:\"ar:رموز لغة اللغات الاحتياطية التي تم تكوينها لهذه اللغة، لا يتم تضمين الإرجاع النهائي الضمني إلى \"en\" (ولكن قد ترجع بعض اللغات إلى \"en\" بشكل صريح).\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:165:\"ar:اسم اللغة ياللغة المحددة بواسطة الوسيط <var>uselang</var>، مع تطبيق احتياطات اللغة إذا لزم الأمر.\";'),('arq','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:84:\"ar:رموز اللغات للمتغيرات التي تدعمها هذه اللغة.\";'),('arq','messages:apihelp-query+languageinfo-summary','s:60:\"ar:عرض معلومات حول اللغات المتاحة.\";'),('arq','messages:apihelp-query+links-example-generator','s:112:\"ar:الحصول على معلومات حول صفحات الارتباط في الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+links-example-namespaces','s:121:\"ar:احصل على وصلات من الصفحة <kbd>Main Page</kbd> في النطاقات {{ns:user}} و{{ns:template}}.\";'),('arq','messages:apihelp-query+links-example-simple','s:73:\"ar:الحصول على وصلات من الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+links-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+links-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('arq','messages:apihelp-query+links-param-namespace','s:65:\"ar:إظهار الروابط في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+links-param-titles','s:162:\"ar:إدراج الروابط لهذه العناوين فقط، مفيد للتحقق مما إذا كانت صفحة معينة ترتبط بعنوان معين.\";'),('arq','messages:apihelp-query+links-summary','s:71:\"ar:يعرض جميع الروابط من الصفحات المحددة.\";'),('arq','messages:apihelp-query+linkshere-example-generator','s:93:\"ar:احصل على معلومات حول الصفحات التي تصل إلى [[Main Page]].\";'),('arq','messages:apihelp-query+linkshere-example-simple','s:81:\"ar:احصل على قائمة الصفحات التي تربط بـ[[Main Page]].\";'),('arq','messages:apihelp-query+linkshere-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('arq','messages:apihelp-query+linkshere-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+linkshere-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+linkshere-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('arq','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('arq','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('arq','messages:apihelp-query+linkshere-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('arq','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arq','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arq','messages:apihelp-query+linkshere-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('arq','messages:apihelp-query+logevents-example-simple','s:51:\"ar:إدراج أحداث السجل الأخيرة.\";'),('arq','messages:apihelp-query+logevents-param-action','s:325:\"ar:تصفية إجراءات السجل لهذا الإجراء فقط، يتجاوز <var>$1type</var>، في قائمة القيم المحتملة، يمكن أن تحتوي القيم بحرف بدل العلامة النجمية مثل <kbd>action/*</kbd> على سلاسل مختلفة بعد الخط المائل (/).\";'),('arq','messages:apihelp-query+logevents-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('arq','messages:apihelp-query+logevents-param-limit','s:71:\"ar:كم العدد الكلي لإدخالات الحدث للعودة.\";'),('arq','messages:apihelp-query+logevents-param-namespace','s:95:\"ar:تصفية الإدخالات إلى تلك الموجودة في النطاق المحدد.\";'),('arq','messages:apihelp-query+logevents-param-prefix','s:75:\"ar:تصفية الإدخالات التي تبدأ بهذه البادئة.\";'),('arq','messages:apihelp-query+logevents-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+logevents-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('arq','messages:apihelp-query+logevents-param-tag','s:82:\"ar:إدراج إدخالات الحدث الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+logevents-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('arq','messages:apihelp-query+logevents-param-type','s:67:\"ar:تصفية إدخالات السجل لهذا النوع فقط.\";'),('arq','messages:apihelp-query+logevents-param-user','s:101:\"ar:تصفية الإلدخالات تلك المدخلات من قبل المستخدم المعطى.\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-comment','s:152:\"ar:يضيف تعليق حدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-details','s:190:\"ar:يسرد تفاصيل إضافية حول حدث السجل. إذا تم حذف مراجعة حدث السجل ، فسيتم إرجاع خاصية <samp>مخفية الإجراء</samp> .\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-ids','s:39:\"ar:يضيف معرف حدث السجل.\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:171:\"ar:يضيف التعليق المحلل لحدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-tags','s:43:\"ar:يسرد وسوما لحدث السجل.\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:58:\"ar:يضيف الطابع الزمني لحدث السجل.\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-title','s:56:\"ar:يضيف عنوان الصفحة لحدث السجل.\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-type','s:37:\"ar:يضيف نوع حدث السجل.\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-user','s:182:\"ar:يضيف المستخدم المسؤول عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('arq','messages:apihelp-query+logevents-paramvalue-prop-userid','s:207:\"ar:يضيف معرف المستخدم الذي كان مسؤولاً عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('arq','messages:apihelp-query+logevents-summary','s:58:\"ar:الحصول على الأحداث من السجلات.\";'),('arq','messages:apihelp-query+mystashedfiles-example-simple','s:192:\"ar:احصل على مفتاح الملف وحجم الملف وحجم البكسل للملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('arq','messages:apihelp-query+mystashedfiles-param-limit','s:54:\"ar:كم عدد الملفات للحصول عليها.\";'),('arq','messages:apihelp-query+mystashedfiles-param-prop','s:56:\"ar:أي الخصائص تريد لجلب للملفات.\";'),('arq','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:54:\"ar:جلب حجم الملف وأبعاد الصورة.\";'),('arq','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:57:\"ar:جلب نوع MIME للملف ونوع الوسائط.\";'),('arq','messages:apihelp-query+mystashedfiles-summary','s:141:\"ar:احصل على قائمة بالملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('arq','messages:apihelp-query+pagepropnames-example-simple','s:53:\"ar:الحصول على أول 10 أسماء خواص.\";'),('arq','messages:apihelp-query+pagepropnames-param-limit','s:62:\"ar:الحد الأقصى لعدد الأسماء للعودة.\";'),('arq','messages:apihelp-query+pagepropnames-summary','s:100:\"ar:إدراج جميع أسماء خواص الصفحة قيد الاستخدام في الويكي.\";'),('arq','messages:apihelp-query+pageprops-example-simple','s:89:\"ar:احصل على خصائص للصفحات <kbd>Main Page</kbd> و<kbd>MediaWiki</kbd>.\";'),('arq','messages:apihelp-query+pageprops-param-prop','s:322:\"ar:سرد خصائص الصفحة هذه فقط (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام)، مفيد للتحقق مما إذا كانت الصفحات تستخدم خاصية صفحة معينة.\";'),('arq','messages:apihelp-query+pageprops-summary','s:96:\"ar:الحصول على خصائص صفحة مختلفة محددة في محتوى الصفحة.\";'),('arq','messages:apihelp-query+pageswithprop-example-generator','s:119:\"ar:احصل على معلومات إضافية حول أول 10 صفحات تستخدم <code>_&#95;NOTOC_&#95;</code>.\";'),('arq','messages:apihelp-query+pageswithprop-example-simple','s:97:\"ar:أدرج أول 10 صفحات تستخدم <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('arq','messages:apihelp-query+pageswithprop-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('arq','messages:apihelp-query+pageswithprop-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('arq','messages:apihelp-query+pageswithprop-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+pageswithprop-param-propname','s:239:\"ar:خاصية الصفحة التي تريد تعداد الصفحات (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام).\";'),('arq','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('arq','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('arq','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:45:\"ar:يضيف قيمة خاصية الصفحة.\";'),('arq','messages:apihelp-query+pageswithprop-summary','s:87:\"ar:سرد جميع الصفحات التي تستخدم خاصية صفحة معينة.\";'),('arq','messages:apihelp-query+prefixsearch-example-simple','s:86:\"ar:ابحث عن عناوين الصفحات التي تبدأ بـ<kbd>meaning</kbd>.\";'),('arq','messages:apihelp-query+prefixsearch-extended-description','s:681:\"ar:على الرغم من التشابه في الأسماء، لا يُقصَد بهذه الوحدة أن تكون مكافئة لـ [[Special:PrefixIndex]]، لذلك; راجع <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> مع الوسيط <kbd>apprefix</kbd>، يشبه الغرض من هذه الوحدة <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: لأخذ مدخلات المستخدم وتقديم أفضل العناوين المطابقة، استنادا إلى الواجهة الخلفية لمحرك البحث، قد يتضمن هذا تصحيحا مطبعيا أو تجنبا للتحويل أو استدلالا آخر.\";'),('arq','messages:apihelp-query+prefixsearch-param-limit','s:62:\"ar:الحد الأقصى لعدد النتائج للعودة.\";'),('arq','messages:apihelp-query+prefixsearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('arq','messages:apihelp-query+prefixsearch-param-offset','s:51:\"ar:عدد النتائج المراد تخطيها.\";'),('arq','messages:apihelp-query+prefixsearch-param-profile','s:52:\"ar:ابحث عن ملف شخصي لاستخدامه.\";'),('arq','messages:apihelp-query+prefixsearch-param-search','s:25:\"ar:سلسلة البحث.\";'),('arq','messages:apihelp-query+prefixsearch-summary','s:78:\"ar:قم بإجراء بحث بالبادئة عن عناوين الصفحات.\";'),('arq','messages:apihelp-query+protectedtitles-example-generator','s:93:\"ar:ابحث عن وصلات للعناوين المحمية في النطاق الرئيسي.\";'),('arq','messages:apihelp-query+protectedtitles-example-simple','s:42:\"ar:سرد العناوين المحمية.\";'),('arq','messages:apihelp-query+protectedtitles-param-end','s:78:\"ar:وقف الإدراج في هذا الطابع الزمني للحماية.\";'),('arq','messages:apihelp-query+protectedtitles-param-level','s:77:\"ar:إدراج العناوين بمستويات الحماية هذه فقط.\";'),('arq','messages:apihelp-query+protectedtitles-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('arq','messages:apihelp-query+protectedtitles-param-namespace','s:63:\"ar:إدراج عناوين في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+protectedtitles-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+protectedtitles-param-start','s:78:\"ar:بدء الإدراج في هذا الطابع الزمني للحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"ar:يضيف التعليق للحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:98:\"ar:يإضيف الطابع الزمني للوقت الذي سيتم فيه رفع الحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:38:\"ar:يضيف مستوى الحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:66:\"ar:يضيف تعليق التعليق المحلل للحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:73:\"ar:يإضيف الطابع الزمني عند إضافة الحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:62:\"ar:يضيف المستخدم الذي أضاف الحماية.\";'),('arq','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:71:\"ar:يضيف معرف المستخدم الذي أضاف الحماية.\";'),('arq','messages:apihelp-query+protectedtitles-summary','s:71:\"ar:سرد جميع العناوين المحمية من الإنشاء.\";'),('arq','messages:apihelp-query+querypage-example-ancientpages','s:59:\"ar:إرجاع النتائج من [[Special:Ancientpages]].\";'),('arq','messages:apihelp-query+querypage-param-limit','s:38:\"ar:عدد النتائج للعودة.\";'),('arq','messages:apihelp-query+querypage-param-page','s:92:\"ar:اسم الصفحة الخاصة، ملاحظة: هذا حساس لحالة الأحرف.\";'),('arq','messages:apihelp-query+querypage-summary','s:130:\"ar:الحصول على قائمة يتم توفيرها من خلال صفحة خاصة تستند إلى صفحة استعلام.\";'),('arq','messages:apihelp-query+random-example-generator','s:114:\"ar:إرجاع معلومات الصفحة حول صفحتين عشوائيتين من النطاق الرئيسي.\";'),('arq','messages:apihelp-query+random-example-simple','s:86:\"ar:قم بإرجاع صفحتين عشوائيتين من النطاق الرئيسي.\";'),('arq','messages:apihelp-query+random-extended-description','s:412:\"ar:يتم سرد الصفحات بتسلسل ثابت، نقطة البداية فقط عشوائية: هذا يعني أنه إذا، على سبيل المثال، كانت <samp>Main Page</samp> أول صفحة عشوائية في القائمة، <samp>List of fictional monkeys</samp> سوف تكون الثانية <em>always</em>، <samp>List of people on stamps of Vanuatu</samp> الثالثة، إلخ.\";'),('arq','messages:apihelp-query+random-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('arq','messages:apihelp-query+random-param-limit','s:88:\"ar:تحديد عدد الصفحات العشوائية التي سيتم إرجاعها.\";'),('arq','messages:apihelp-query+random-param-namespace','s:65:\"ar:إرجاع الصفحات في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+random-param-redirect','s:72:\"ar:استخدم <kbd>$1filterredir=redirects</kbd> بدلا من ذلك.\";'),('arq','messages:apihelp-query+random-summary','s:75:\"ar:الحصول على مجموعة من الصفحات العشوائية.\";'),('arq','messages:apihelp-query+recentchanges-example-generator','s:110:\"ar:الحصول على معلومات الصفحة حول أحدث التغييرات غير المراجعة.\";'),('arq','messages:apihelp-query+recentchanges-example-simple','s:38:\"ar:سرد أحدث التغييرات.\";'),('arq','messages:apihelp-query+recentchanges-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('arq','messages:apihelp-query+recentchanges-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('arq','messages:apihelp-query+recentchanges-param-generaterevisions','s:339:\"ar:عند استخدامه كمولد، قم بإنشاء معرفات المراجعة بدلا من العناوين، ولن تؤدي إدخالات التغيير الأخيرة التي لا تحتوي على معرفات المراجعة المرتبطة (مثل معظم إدخالات السجلات) إلى توليد أي شيء.\";'),('arq','messages:apihelp-query+recentchanges-param-limit','s:64:\"ar:كم عدد التغييرات الإجمالي للعودة.\";'),('arq','messages:apihelp-query+recentchanges-param-namespace','s:71:\"ar:تصفية التغييرات على هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+recentchanges-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('arq','messages:apihelp-query+recentchanges-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('arq','messages:apihelp-query+recentchanges-param-slot','s:82:\"ar:سرد فقط التغييرات التي تلمس الفتحة المسماة.\";'),('arq','messages:apihelp-query+recentchanges-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('arq','messages:apihelp-query+recentchanges-param-tag','s:75:\"ar:إدراج التغييرات الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+recentchanges-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('arq','messages:apihelp-query+recentchanges-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('arq','messages:apihelp-query+recentchanges-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('arq','messages:apihelp-query+recentchanges-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة تلقائيا أم لا.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:157:\"ar:يضيف التعليق للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:129:\"ar:يضيف معرف الصفحة ومعرف أحدث التغييرات ومعرف النسخة الجديدة والقديمة.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:117:\"ar:يضيف معلومات السجل (معرف السجل، نوع السجل، إلخ) لإدخالات السجل.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:166:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذفه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة أو غير مراجعة.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:68:\"ar:يوسم التحرير إذا كانت الصفحة تحويلة\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:224:\"ar:يضيف المجموع الاختباري للمحتوى للإدخالات المرتبطة بمراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:75:\"ar:يضيف طول الصفحة الجديد والقديم بالبايت.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:47:\"ar:يضيف عنوان صفحة التحرير.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:225:\"ar:يضيف المستخدم المسؤول عن التحرير والوسوم إذا كان يوجد أيبي. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:178:\"ar:يضيف المستخدم المسؤول عن التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+recentchanges-summary','s:42:\"ar:تعداد أحدث التغييرات.\";'),('arq','messages:apihelp-query+redirects-example-generator','s:90:\"ar:احصل على معلومات حول جميع التحويلات إلى [[Main Page]].\";'),('arq','messages:apihelp-query+redirects-example-simple','s:72:\"ar:احصل على قائمة بالتحويلات إلى [[Main Page]].\";'),('arq','messages:apihelp-query+redirects-param-limit','s:51:\"ar:كم عدد التحويلات لإرجاعها.\";'),('arq','messages:apihelp-query+redirects-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+redirects-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+redirects-param-show','s:204:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;fragment:إظهار التحويلات بجزء فقط.\n;!fragment:إظهار التحويلات بدون جزء فقط.\";'),('arq','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:53:\"ar:جزء من كل تحويلة، إن وُجِدت.\";'),('arq','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:45:\"ar:معرف الصفحة لكل تحويلة.\";'),('arq','messages:apihelp-query+redirects-paramvalue-prop-title','s:32:\"ar:عنوان كل تحويلة.\";'),('arq','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('arq','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('arq','messages:apihelp-query+redirects-summary','s:76:\"ar:يعرض جميعالتحويلات إلى الصفحات المحددة.\";'),('arq','messages:apihelp-query+revisions+base-param-contentformat','s:119:\"ar:تنسيق التسلسل المستخدم لـ<var>$1difftotext</var> والمتوقع لإخراج المحتوى.\";'),('arq','messages:apihelp-query+revisions+base-param-diffto','s:313:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، معرف المراجعة للتفريق بين كل مراجعة، استخدم <kbd>prev</kbd> و<kbd>next</kbd> و<kbd>cur</kbd> للمراجعة السابقة واللاحقة والحالية على التوالي.\";'),('arq','messages:apihelp-query+revisions+base-param-difftotext','s:361:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، النص للتفريق بين كل مراجعة، يختلف عدد محدود فقط من المراجعات، يتجاوز <var>$1diffto</var>، إذا تم تعيين <var>$1section</var>، فسيتم تمييز هذا القسم فقط مقابل هذا النص.\";'),('arq','messages:apihelp-query+revisions+base-param-difftotextpst','s:248:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، قم بإجراء تحويل ما قبل الحفظ على النص قبل نشره، صالح فقط عند استخدامه مع <var>$1difftotext</var>.\";'),('arq','messages:apihelp-query+revisions+base-param-expandtemplates','s:203:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> بدلا من ذلك، قم بتوسيع القوالب في محتوى المراجعة (يتطلب $1prop=content).\";'),('arq','messages:apihelp-query+revisions+base-param-generatexml','s:264:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، قم بتوليد شجرة تحليل XML لمحتوى المراجعة (تتطلب $1prop=content).\";'),('arq','messages:apihelp-query+revisions+base-param-limit','s:76:\"ar:الحد من عدد المراجعات التي سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-param-parse','s:278:\"ar:استخدم <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، تحليل محتوى المراجعة (يتطلب $1prop=content)، لأسباب تتعلق بالأداء; إذا تم استخدام هذا الخيار، يتم فرض $1limit إلى 1.\";'),('arq','messages:apihelp-query+revisions+base-param-prop','s:67:\"ar:أي الخصائص للحصول عليها لكل مراجعة:\";'),('arq','messages:apihelp-query+revisions+base-param-section','s:91:\"ar:قم فقط باسترداد محتوى القسم باستخدام هذا المعرف.\";'),('arq','messages:apihelp-query+revisions+base-param-slots','s:334:\"ar:أي الفتحات المراجعة لتعيد البيانات، عندما يتم تضمين الخصائص ذات الصلة بالفتحات في <var>$1props</var>، إذا تم حذفها، فسيتم إرجاع البيانات من فتحة <kbd>main</kbd> بتنسيق متوافق مع الإصدارات السابقة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:175:\"ar:تعليق من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:162:\"ar:محتوى كل فتحة مراجعة. لو أن المحتوى قد تم حذف مراجعته، فخاصية <samp>texthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:67:\"ar:معرف نموذج المحتوى لكل فتحة مراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:44:\"ar:أعلام المراجعة (طفيفة).\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:29:\"ar:معرف المراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:184:\"ar:تعليق محلل من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:273:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، شجرة تحليل XML لمحتوى المراجعة (تتطلب نموذج المحتوى <code>$1</code>).\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:86:\"ar:أدرج أدوار فتحة المحتوى الموجودة في المراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:158:\"ar:SHA-1 (القاعدة 16) المراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:38:\"ar:طول (بايت) المراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:170:\"ar:SHA-1 (القاعدة 16) لكل فتحة مراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:48:\"ar:طول (بايت) كل فتحة مراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:29:\"ar:وسوم للمراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:46:\"ar:الطابع الزمني للمراجعة.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:169:\"ar:المستخدم الذي أجرى المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:171:\"ar:معرف المستخدم لمنشئ المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+revisions-example-content','s:133:\"ar:احصل على بيانات تتضمن محتوى آخر مراجعة لـ<kbd>API</kbd> العناوين و<kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+revisions-example-first5','s:69:\"ar:احصل على أول 5 مراجعات من <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+revisions-example-first5-after','s:95:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> بعد 2006-05-01.\";'),('arq','messages:apihelp-query+revisions-example-first5-not-localhost','s:155:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي لم يجرها المستخدم المجهول <kbd>127.0.0.1</kbd>.\";'),('arq','messages:apihelp-query+revisions-example-first5-user','s:165:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي تم إجراؤها بواسطة المستخدم <kbd>MediaWiki default</kbd>.\";'),('arq','messages:apihelp-query+revisions-example-last5','s:68:\"ar:احصل على آخر 5 مراجعات لـ<kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+revisions-extended-description','s:571:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على بيانات حول مجموعة من الصفحات (المراجعة الأخيرة)، عن طريق تعيين عناوين أو معرفات صفحات. \n# احصل على مراجعات لصفحة معينة، باستخدام العناوين أو معرفات الصفحات ذات البداية، أو النهاية، أو الحد. \n# الحصول على بيانات حول مجموعة من المراجعات من خلال تعيين معرفاتها مع معرفات المراجعات.\";'),('arq','messages:apihelp-query+revisions-param-end','s:61:\"ar:تعداد يصل إلى هذا الطابع الزمني.\";'),('arq','messages:apihelp-query+revisions-param-endid','s:199:\"ar:إيقاف التعداد في الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('arq','messages:apihelp-query+revisions-param-excludeuser','s:76:\"ar:استبعاد المراجعات التي أجراها المستخدم.\";'),('arq','messages:apihelp-query+revisions-param-start','s:72:\"ar:من أي طابع زمني للمراجعة لبدء التعداد.\";'),('arq','messages:apihelp-query+revisions-param-startid','s:195:\"ar:بدء التعداد من الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('arq','messages:apihelp-query+revisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+revisions-param-user','s:86:\"ar:عدم تضمين سوى المراجعات التي أجراها المستخدم.\";'),('arq','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:84:\"ar:لا يجوز استخدامها إلا مع صفحة واحدة (الوضع #2).\";'),('arq','messages:apihelp-query+revisions-summary','s:55:\"ar:الحصول على معلومات المراجعة.\";'),('arq','messages:apihelp-query+search-example-generator','s:133:\"ar:احصل على معلومات الصفحة حول الصفحات التي تم إرجاعها للبحث عن <kbd>meaning</kbd>.\";'),('arq','messages:apihelp-query+search-example-simple','s:38:\"ar:البحث عن <kbd>meaning</kbd>.\";'),('arq','messages:apihelp-query+search-example-text','s:56:\"ar:البحث في النصوص عن <kbd>meaning</kbd>.\";'),('arq','messages:apihelp-query+search-param-backend','s:98:\"ar:أية واجهة خلفية للبحث مستخدمة، إن لم تكن الافتراضية.\";'),('arq','messages:apihelp-query+search-param-enablerewrites','s:331:\"ar:تمكين إعادة كتابة الاستعلام الداخلية، يمكن لبعض الواجهات الخلفية البحث إعادة كتابة الاستعلام إلى آخر يُعتَقد أنه يوفر نتائج أفضل، على سبيل المثال عن طريق تصحيح الأخطاء الإملائية.\";'),('arq','messages:apihelp-query+search-param-info','s:47:\"ar:أية بيانات وصفية لعرضها.\";'),('arq','messages:apihelp-query+search-param-interwiki','s:96:\"ar:تضمين نتائج الإنترويكي في البحث، إذا كان ذلك متاحا.\";'),('arq','messages:apihelp-query+search-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('arq','messages:apihelp-query+search-param-namespace','s:52:\"ar:ابحث داخل هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+search-param-prop','s:36:\"ar:أي الخصائص للعودة.\";'),('arq','messages:apihelp-query+search-param-qiprofile','s:123:\"ar:الاستعلام عن ملف شخصي مستقل للاستخدام (يؤثر على خوارزمية الترتيب).\";'),('arq','messages:apihelp-query+search-param-search','s:307:\"ar:ابحث عن عناوين الصفحات أو المحتوى الذي يطابق هذه القيمة، يمكنك استخدام سلسلة البحث لاستدعاء ميزات بحث خاصة، اعتمادا على ما تنفذه الواجهة الخلفية للبحث في موقع الويكي.\";'),('arq','messages:apihelp-query+search-param-sort','s:80:\"ar:تعيين ترتيب الفرز للنتائج التي تم إرجاعها.\";'),('arq','messages:apihelp-query+search-param-what','s:44:\"ar:أي نوع من البحث لأدائه.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:90:\"ar:يضيف اسم الفئة المطابق ، مع تمييز تمييز المصطلح.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:79:\"ar:يضيف بيانات إضافية منشأة بواسطة الإضافات.\";');
INSERT INTO `mw_l10n_cache` VALUES ('arq','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:21:\"ar:تم تجاهله.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:119:\"ar:يضيف قيمة منطقية تشير إلى ما إذا كان محتوى البحث مطابقا للمحتوى.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:123:\"ar:يضيف عنوان إعادة التوجيه المطابق ، مع تمييز تمييز مصطلح طلب البحث.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:57:\"ar:يضيف عنوان التحويلة المطابقة.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-score','s:21:\"ar:تم تجاهله.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:109:\"ar:يضيف عنوان القسم المطابق ، مع تمييز تمييز مصطلح الاستعلام.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:49:\"ar:يضيف عنوان القسم المطابق.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-size','s:47:\"ar:يضيف حجم الصفحة بالبايت.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-snippet','s:94:\"ar:يضيف مقتطفًا من الصفحة ، مع تحديد مصطلح الاستعلام.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني لوقت آخر تعديل للصفحة.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:96:\"ar:يضيف عنوان الصفحة ، مع تمييز تمييز مصطلح الاستعلام.\";'),('arq','messages:apihelp-query+search-paramvalue-prop-wordcount','s:43:\"ar:يضيف عدد كلمات الصفحة.\";'),('arq','messages:apihelp-query+search-summary','s:35:\"ar:إجراء بحث نص كامل.\";'),('arq','messages:apihelp-query+siteinfo-example-interwiki','s:76:\"ar:إحضار قائمة ببادئات الإنترويكي المحلية.\";'),('arq','messages:apihelp-query+siteinfo-example-replag','s:67:\"ar:تحقق من تأخر النسخ المتماثل الحالي.\";'),('arq','messages:apihelp-query+siteinfo-example-simple','s:42:\"ar:إحضار معلومات الموقع.\";'),('arq','messages:apihelp-query+siteinfo-param-filteriw','s:116:\"ar:إرجاع الإدخالات المحلية أو غير المحلية فقط بخريطة الإنترويكي.\";'),('arq','messages:apihelp-query+siteinfo-param-inlanguagecode','s:110:\"ar:رمز اللغة لأسماء اللغة المترجمة (أفضل جهد) وأسماء الواجهات.\";'),('arq','messages:apihelp-query+siteinfo-param-numberingroup','s:81:\"ar:يسرد عدد المستخدمين في مجموعات المستخدمين.\";'),('arq','messages:apihelp-query+siteinfo-param-prop','s:51:\"ar:أي المعلومات للحصول عليها:\";'),('arq','messages:apihelp-query+siteinfo-param-showalldb','s:109:\"ar:سرد جميع خوادم قواعد البيانات، وليست فقط واحدة تخلفت أكثر.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:104:\"ar:يرجع خادم قاعدة البيانات مع تأخر النسخ المتماثل الأعلى.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:78:\"ar:يعرض القيم الافتراضية لتفضيلات المستخدم.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:64:\"ar:يرجع الإضافات المثبتة على الويكي.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:58:\"ar:يعرض قائمة وسوم امتداد المحلل.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:111:\"ar:يرجع قائمة امتدادات الملفات (أنواع الملفات) المسموح برفعها.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:58:\"ar:يرجع قائمة خطاطيف دالة المحلل.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:46:\"ar:معلومات النظام الشاملة.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:175:\"ar:يرجع خريطة الإنترويكي (يتم ترشيحها اختياريا، ويتم اختيارها اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:154:\"ar:يعرض قائمة اللغات التي يدعمها ميدياويكي (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:218:\"ar:يعرض قائمة بأكواد اللغات التي يتم تمكين [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] بها، والمتغيرات المدعومة المختلفة لكل منها.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:64:\"ar:يرجع المكتبات المثبتة على الويكي.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:80:\"ar:قائمة الكلمات السحرية وأسمائها المستعارة.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:80:\"ar:قائمة الاسماء المستعارة المسجلة للنطاقات.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:80:\"ar:قائمة النطاقات المسجلة وأسمائها الأساسية.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:109:\"ar:يعرض قائمة بالبروتوكولات المسموح بها في الروابط الخارجية.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:94:\"ar:يرجع المعلومات حول أنواع القيود (الحماية) المتاحة.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:87:\"ar:يرجع معلومات حقوق (ترخيص) الويكي إن كانت متاحة.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:143:\"ar:يعرض قائمة بكل الخطاطيف المشتركة (محتويات <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:178:\"ar:يعرض قائمة بجميع الواجهات المفعلة (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>، بخلاف لغة المحتوى).\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:76:\"ar:قائمة الأسماء المستعارة للصفحات الخاصة.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:42:\"ar:يعيد إحصائيات الموقع.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:52:\"ar:يعرض تكوين مربع حوار الرفع.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:86:\"ar:يرجع مجموعات المستخدمين والصلاحيات المرتبطة.\";'),('arq','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:57:\"ar:يعرض قائمة بمعرفات المتغيرات.\";'),('arq','messages:apihelp-query+siteinfo-summary','s:58:\"ar:إرجاع معلومات عامة حول الموقع.\";'),('arq','messages:apihelp-query+stashimageinfo-example-params','s:64:\"ar:يرجع الصور المصغرة لملفين مخزنين.\";'),('arq','messages:apihelp-query+stashimageinfo-example-simple','s:47:\"ar:يرجع معلومات لملف مملوء.\";'),('arq','messages:apihelp-query+stashimageinfo-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('arq','messages:apihelp-query+stashimageinfo-param-sessionkey','s:100:\"ar:الاسم المستعار لـ$1filekey; للتوافق مع الإصدارات السابقة.\";'),('arq','messages:apihelp-query+stashimageinfo-summary','s:70:\"ar:يرجع معلومات الملف للملفات المملوءة.\";'),('arq','messages:apihelp-query+tags-example-simple','s:38:\"ar:سرد الوسوم المتاحة.\";'),('arq','messages:apihelp-query+tags-param-limit','s:64:\"ar:الحد الأقصى لعدد الوسوم لإدراجها.\";'),('arq','messages:apihelp-query+tags-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-active','s:69:\"ar:ما إذا كان الوسم لا يزال قيد التطبيق.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-defined','s:53:\"ar:حدد ما إذا كانت الوسم محددا.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-description','s:30:\"ar:يضيف وصف الوسم.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-displayname','s:43:\"ar:يضيف رسالة نظام للوسم.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:115:\"ar:يضيف عدد المراجعات وإدخالات السجلات التي تحتوي على هذا الوسم.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-name','s:30:\"ar:يضيف اسم الوسم.\";'),('arq','messages:apihelp-query+tags-paramvalue-prop-source','s:259:\"ar:الحصول على مصادر الوسم، والتي قد تتضمن <samp>extension</samp> للوسوم المعرفة بالامتداد و<samp>manual</samp> للوسوم التي قد يتم تطبيقها يدويا من قبل المستخدمين.\";'),('arq','messages:apihelp-query+tags-summary','s:34:\"ar:سرد وسوم التغيير.\";'),('arq','messages:apihelp-query+templates-example-generator','s:112:\"ar:احصل على معلومات حول صفحات القوالب المستخدمة في <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+templates-example-namespaces','s:130:\"ar:احصل على صفحات في نطاقي {{ns:user}} و{{ns:template}} المضمنة في الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+templates-example-simple','s:92:\"ar:احصل على القوالب المستخدمة في الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+templates-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+templates-param-limit','s:43:\"ar:كم عدد القوالب للعودة.\";'),('arq','messages:apihelp-query+templates-param-namespace','s:65:\"ar:إظهار القوالب في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+templates-param-templates','s:143:\"ar:إدراج هذه القوالب فقط، مفيد للتحقق ما إذا كانت صفحة معينة تستخدم قالبا معينا.\";'),('arq','messages:apihelp-query+templates-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('arq','messages:apihelp-query+tokens-example-simple','s:51:\"ar:استرداد رمز csrf (الافتراضي).\";'),('arq','messages:apihelp-query+tokens-example-types','s:58:\"ar:استرجع رمز مراقبة ورمز مراجعة.\";'),('arq','messages:apihelp-query+tokens-param-type','s:49:\"ar:أنواع الرمز المميز للطلب.\";'),('arq','messages:apihelp-query+tokens-summary','s:96:\"ar:الحصول على الرموز المميزة لإجراءات تعديل البيانات.\";'),('arq','messages:apihelp-query+transcludedin-example-generator','s:101:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+transcludedin-example-simple','s:88:\"ar:احصل على قائمة بالصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query+transcludedin-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('arq','messages:apihelp-query+transcludedin-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+transcludedin-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('arq','messages:apihelp-query+transcludedin-param-show','s:191:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;!تحويلة:إظهار غير التحويلات فقط.\";'),('arq','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('arq','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('arq','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('arq','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('arq','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('arq','messages:apihelp-query+transcludedin-summary','s:91:\"ar:ابحث عن جميع الصفحات التي تتضمن الصفحات المعينة.\";'),('arq','messages:apihelp-query+usercontribs-example-ipprefix','s:106:\"ar:عرض المساهمات من جميع عناوين الآيبي بالبادئة <kbd>192.0.2.</kbd>.\";'),('arq','messages:apihelp-query+usercontribs-example-user','s:61:\"ar:عرض مساهمات المستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-query+usercontribs-param-end','s:146:\"ar:الطابع الزمني للنهاية المراد العودة إليه ، أي المراجعات بعد هذا الطابع الزمني.\";'),('arq','messages:apihelp-query+usercontribs-param-iprange','s:186:\"ar:نطاق CIDR لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 userids</var> .\";'),('arq','messages:apihelp-query+usercontribs-param-limit','s:66:\"ar:الحد الأقصى لعدد المساهمات للعودة.\";'),('arq','messages:apihelp-query+usercontribs-param-namespace','s:69:\"ar:إدراج المساهمات في هذه النطاقات فقط.\";'),('arq','messages:apihelp-query+usercontribs-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('arq','messages:apihelp-query+usercontribs-param-show','s:413:\"ar:عرض العناصر التي تستوفي هذه المعايير فقط، مثل التعديلات الطفيفة فقط: <kbd>$2show=!minor</kbd>.\n\nإذا تم تعيين <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd>، فإن المراجعات أقدم من <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|ثانية|ثوانٍ}}) لن يتم عرضها.\";'),('arq','messages:apihelp-query+usercontribs-param-start','s:145:\"ar:الطابع الزمني للبدء الذي سيتم الرجوع منه ، أي المراجعات قبل هذا الطابع الزمني.\";'),('arq','messages:apihelp-query+usercontribs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('arq','messages:apihelp-query+usercontribs-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('arq','messages:apihelp-query+usercontribs-param-user','s:180:\"ar:المستخدمين لاسترداد المساهمات ل. لا يمكن استخدامه مع <var>$1 userids</var> أو <var>$1 userprefix</var> أو <var>$1 iprange</var> .\";'),('arq','messages:apihelp-query+usercontribs-param-userids','s:202:\"ar:معرفات المستخدم لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 iprange</var> .\";'),('arq','messages:apihelp-query+usercontribs-param-userprefix','s:243:\"ar:استرداد المساهمات لجميع المستخدمين الذين تبدأ أسماؤهم بهذه القيمة. لا يمكن استخدامها مع مستخدم $ 1 أو <var>$1</var> <var>$1</var> أو <var>$1 iprange</var> .\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:162:\"ar:يضيف تعليق التعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:40:\"ar:يضيف علامات التحرير.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:62:\"ar:يضيف معرف الصفحة ومعرف المراجعة.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:179:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:51:\"ar:يضيف الحجم الجديد للتحرير.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:59:\"ar:يضيف حجم دلتا التعديل ضد الأصل.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:38:\"ar:يسرد وسوما للتحرير.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('arq','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('arq','messages:apihelp-query+usercontribs-summary','s:80:\"ar:الحصول على جميع التعديلات من قبل المستخدم.\";'),('arq','messages:apihelp-query+userinfo-example-data','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('arq','messages:apihelp-query+userinfo-example-simple','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('arq','messages:apihelp-query+userinfo-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('arq','messages:apihelp-query+userinfo-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:107:\"ar:يكرر الرأس <code>Accept-Language</code> الذي يرسله العميل بتنسيق منظم.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:122:\"ar:يسرد المجموعات التي يمكن للمستخدم الحالي الإضافتة والإزالة منها.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:60:\"ar:يضيف عدد تحرير المستخدم الحالي.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-email','s:134:\"ar:يضيف عنوان البريد الإلكتروني للمستخدم وتاريخ مصادقة البريد الإلكتروني.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:97:\"ar:يسرد كل المجموعات التي ينتمي إليها المستخدم الحالي.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:116:\"ar:يضيف وسم <samp>messages</samp> إذا كان المستخدم الحالي لديه رسائل معلقة.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:121:\"ar:يسرد جميع المجموعات التي يكون المستخدم الحالي عضوا فيها تلقائيا.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:60:\"ar:يضيف تاريخ آخر مساهمة للمستخدم.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-options','s:103:\"ar:يسرد جميع التفضيلات التي قام المستخدم الحالي بتعيينها.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:95:\"ar:يسرد جميع حدود المعدل المطبقة على المستخدم الحالي.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:51:\"ar:يضيف اسم المستخدم الحقيقي.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:51:\"ar:يضيف تاريخ تسجيل المستخدم.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:94:\"ar:يسرد جميع الصلاحيات التي يمتلكها المستخدم الحالي.\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:266:\"ar:يسرد جميع حدود الأسعار التي يمكن أن تنطبق على المستخدم الحالي إذا لم يتم إعفاؤه من جميع حدود المعدلات بناءً على حقوق المستخدم أو الملكية الفكرية\";'),('arq','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:174:\"ar:يضيف عدد الصفحات غير المقروءة في قائمة مراقبة المستخدم (بحد أقصى $1; ترجع <samp>$2</samp> إذا كان أكثر).\";'),('arq','messages:apihelp-query+userinfo-summary','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('arq','messages:apihelp-query+users-example-simple','s:67:\"ar:عودة المعلومات للمستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-query+users-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('arq','messages:apihelp-query+users-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('arq','messages:apihelp-query+users-param-userids','s:92:\"ar:قائمة معرفات المستخدمين للحصول على معلومات عنهم.\";'),('arq','messages:apihelp-query+users-param-users','s:84:\"ar:قائمة من المستخدمين للحصول على معلومات عنهم.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-cancreate','s:135:\"ar:يشير إلى ما إذا كان يمكن إنشاء حساب لأسماء مستخدمين صالحة ولكن غير مسجلة.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-editcount','s:47:\"ar:يضيف عدد تحرير المستخدم.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-emailable','s:151:\"ar:يوسم إذا كان المستخدم يستطيع ويرغب في تلقي البريد الإلكتروني من خلال [[Special:Emailuser]].\";'),('arq','messages:apihelp-query+users-paramvalue-prop-gender','s:105:\"ar:يوسم الجنس من المستخدم: يرجع \"ذكر\" أو \"أنثى\" أو \"غير معروف\".\";'),('arq','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-groups','s:85:\"ar:يسرد كل المجموعات التي ينتمي إليها كل مستخدم.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-registration','s:70:\"ar:يضيف الطابع الزمني للتسجيل للمستخدم.\";'),('arq','messages:apihelp-query+users-paramvalue-prop-rights','s:82:\"ar:يسرد جميع الصلاحيات التي يمتلكها كل مستخدم.\";'),('arq','messages:apihelp-query+users-summary','s:77:\"ar:الحصول على معلومات حول قائمة المستخدمين.\";'),('arq','messages:apihelp-query+watchlist-example-allrev','s:167:\"ar:يمكنك جلب معلومات حول جميع التغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-query+watchlist-example-expiry','s:318:\"ar:قم بإحضار معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرًا في قائمة مراقبة المستخدم الحالي ، بما في ذلك وقت انتهاء صلاحية العناصر التي تمت مشاهدتها مؤقتًا.\";'),('arq','messages:apihelp-query+watchlist-example-generator','s:154:\"ar:جلب معلومات الصفحة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('arq','messages:apihelp-query+watchlist-example-generator-rev','s:157:\"ar:جلب معلومات المراجعة للتغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-query+watchlist-example-props','s:200:\"ar:احصل على معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('arq','messages:apihelp-query+watchlist-example-simple','s:150:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('arq','messages:apihelp-query+watchlist-example-wlowner','s:154:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-query+watchlist-param-allrev','s:96:\"ar:تضمين مراجعات متعددة لنفس الصفحة في إطار زمني محدد.\";'),('arq','messages:apihelp-query+watchlist-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('arq','messages:apihelp-query+watchlist-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('arq','messages:apihelp-query+watchlist-param-limit','s:69:\"ar:إجمالي عدد النتائج لإرجاعها لكل طلب.\";'),('arq','messages:apihelp-query+watchlist-param-namespace','s:79:\"ar:تصفية التغييرات على النطاقات المعطاة فقط.\";'),('arq','messages:apihelp-query+watchlist-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('arq','messages:apihelp-query+watchlist-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('arq','messages:apihelp-query+watchlist-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('arq','messages:apihelp-query+watchlist-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('arq','messages:apihelp-query+watchlist-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('arq','messages:apihelp-query+watchlist-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('arq','messages:apihelp-query+watchlist-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:153:\"ar:يضيف تعليق التعديل. لو أن التعديل قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:74:\"ar:يضيف معرفات المراجعات ومعرفات الصفحات.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:62:\"ar:يضيف معلومات السجل عند الاقتضاء.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:170:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:72:\"ar:يضيف الأطوال القديمة والجديدة للصفحة.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-title','s:36:\"ar:يضيف عنوان الصفحة.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-user','s:176:\"ar:يضيف المستخدم الذي قام بالتعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:185:\"ar:يضيف معرف المستخدم الذي أجرى التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:44:\"ar:تغييرات عضوية التصنيف.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-type-edit','s:46:\"ar:تعديلات الصفحة العادية.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-type-external','s:39:\"ar:التغييرات الخارجية.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-type-log','s:33:\"ar:ادخالات السجلات.\";'),('arq','messages:apihelp-query+watchlist-paramvalue-type-new','s:29:\"ar:إنشاء الصفحات.\";'),('arq','messages:apihelp-query+watchlist-summary','s:128:\"ar:احصل على أحدث التغييرات على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-query+watchlistraw-example-generator','s:114:\"ar:جلب معلومات الصفحة للصفحات في قائمة مراقبة المستخدم الحالية.\";'),('arq','messages:apihelp-query+watchlistraw-example-simple','s:84:\"ar:سرد الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-query+watchlistraw-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('arq','messages:apihelp-query+watchlistraw-param-fromtitle','s:74:\"ar:العنوان (مع بادئة النطاق) لبدء العد منه.\";'),('arq','messages:apihelp-query+watchlistraw-param-limit','s:82:\"ar:كم الإجمالي العدد للنتائج لإرجاعها لكل طلب.\";'),('arq','messages:apihelp-query+watchlistraw-param-namespace','s:71:\"ar:إدراج عناوين في النطاقات المعطاة فقط.\";'),('arq','messages:apihelp-query+watchlistraw-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('arq','messages:apihelp-query+watchlistraw-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('arq','messages:apihelp-query+watchlistraw-param-show','s:78:\"ar:إدراج العناصر التي تفي بهذه المعايير فقط.\";'),('arq','messages:apihelp-query+watchlistraw-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('arq','messages:apihelp-query+watchlistraw-param-totitle','s:80:\"ar:العنوان (مع بادئة النطاق) لإيقاف العد عنده.\";'),('arq','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('arq','messages:apihelp-query+watchlistraw-summary','s:97:\"ar:الحصول على جميع صفحات قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-query-example-allpages','s:76:\"ar:جلب مراجعات الصفحات التي تبدأ ب<kbd>API/</kbd>.\";'),('arq','messages:apihelp-query-example-revisions','s:147:\"ar:جلب [[Special:ApiHelp/query+siteinfo|معلومات الموقع]] و[[Special:ApiHelp/query+revisions|مراجعات]] <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-query-extended-description','s:185:\"ar:يجب على جميع تعديلات البيانات أولا استخدام استعلام للحصول على رمز لمنع الاعتداء من المواقع الخبيثة.\";'),('arq','messages:apihelp-query-param-export','s:109:\"ar:تصدير المراجعات الحالية لجميع الصفحات المعينة أو المولدة.\";'),('arq','messages:apihelp-query-param-exportnowrap','s:181:\"ar:إعادة تصدير XML دون التفاف عليه في نتيجة XML (نفس شكل [[Special:Export|خاص:تصدير]]). يمكن استخدامها فقط مع $1export.\";'),('arq','messages:apihelp-query-param-exportschema','s:159:\"ar:استهداف الإصدار المحدد من تنسيق تفريغ XML عند التصدير، يمكن استخدامه مع <var>$1export</var> فقط.\";'),('arq','messages:apihelp-query-param-indexpageids','s:137:\"ar:تضمين قسم إضافي لمعرفات الصفحات يسرد جميع معرفات الصفحات التي تم إرجاعها.\";'),('arq','messages:apihelp-query-param-iwurl','s:132:\"ar:ما إذا كنت تريد الحصول على المسار الكامل إذا كان العنوان رابط إنترويكي.\";'),('arq','messages:apihelp-query-param-list','s:56:\"ar:أي القوائم تريد الحصول عليها.\";'),('arq','messages:apihelp-query-param-meta','s:73:\"ar:أي البيانات الوصفية تريد الحصول عليها.\";'),('arq','messages:apihelp-query-param-prop','s:87:\"ar:أي الخصائص تريد الحصول على صفحات استعلام عنها.\";'),('arq','messages:apihelp-query-param-rawcontinue','s:81:\"ar:إرجاع <samp>query-continue</samp> بيانات خام للاستمرار.\";'),('arq','messages:apihelp-query-summary','s:58:\"ar:جلب البيانات من وعن ميدياويكي.\";'),('arq','messages:apihelp-rawfm-summary','s:135:\"ar:بيانات الإخراج، بما في ذلك عناصر تصحيح الأخطاء، بتنسيق JSON (الطباعة بـHTML).\";'),('arq','messages:apihelp-removeauthenticationdata-example-simple','s:110:\"ar:محاولة إزالة بيانات المستخدم الحالي لـ<kbd>FooAuthenticationRequest</kbd>.\";'),('arq','messages:apihelp-removeauthenticationdata-summary','s:74:\"ar:إزالة بيانات المصادقة للمستخدم الحالي.\";'),('arq','messages:apihelp-resetpassword-example-email','s:211:\"ar:رسال بريد إلكتروني لإعادة تعيين كلمة المرور لجميع المستخدمين الذين لديهم عنوان البريد الإلكتروني <kbd>user@example.com</kbd>.\";'),('arq','messages:apihelp-resetpassword-example-user','s:129:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى المستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-resetpassword-extended-description-noroutes','s:232:\"ar:لا تتوفر طرق إعادة تعيين كلمة المرور.\n\nتمكين المسارات في <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> لاستخدام هذه الوحدة.\";'),('arq','messages:apihelp-resetpassword-param-email','s:92:\"ar:تجري إعادة ضبط عنوان البريد الإلكتروني للمستخدم.\";'),('arq','messages:apihelp-resetpassword-param-user','s:51:\"ar:تجري إعادة تعيين المستخدم.\";'),('arq','messages:apihelp-resetpassword-summary','s:106:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى مستخدم.\";'),('arq','messages:apihelp-revisiondelete-example-log','s:135:\"ar:إخفاء كافة البيانات الموجودة في إدخال السجل <kbd>67890</kbd> بسبب <kbd>BLP violation</kbd>.\";'),('arq','messages:apihelp-revisiondelete-example-revision','s:98:\"ar:إخفاء محتوى المراجعة <kbd>12345</kbd> في الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-revisiondelete-param-hide','s:43:\"ar:ماذا نختبئ لكل مراجعة.\";'),('arq','messages:apihelp-revisiondelete-param-ids','s:52:\"ar:المعرفات للمراجعات لحذفها.\";'),('arq','messages:apihelp-revisiondelete-param-reason','s:45:\"ar:سبب للحذف أو الاسترجاع.\";'),('arq','messages:apihelp-revisiondelete-param-show','s:57:\"ar:ما الذي يجب إظهاره لكل مراجعة.\";'),('arq','messages:apihelp-revisiondelete-param-suppress','s:90:\"ar:سواء إخفاء البيانات من الإداريين وكذلك الآخرين.\";'),('arq','messages:apihelp-revisiondelete-param-tags','s:74:\"ar:وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('arq','messages:apihelp-revisiondelete-param-target','s:93:\"ar:عنوان الصفحة لحذف المراجعة، إذا كان مطلوبا للنوع.\";'),('arq','messages:apihelp-revisiondelete-param-type','s:63:\"ar:نوع حذف المراجعة الذي يتم تنفيذه.\";'),('arq','messages:apihelp-revisiondelete-summary','s:46:\"ar:حذف واسترجاع المراجعات.\";'),('arq','messages:apihelp-rollback-example-simple','s:141:\"ar:استرجاع التعديلات الأخيرة على الصفحة<kbd>Main Page</kbd> بواسطة المستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-rollback-example-summary','s:280:\"ar:استرجاع التعديلات الأخيرة على صفحة <kbd>Main Page</kbd>بواسطة مستخدم الآيبي <kbd>192.0.2.5</kbd> بالملخص <kbd>Reverting vandalism</kbd>، وتعليم تلك التعديلات والاسترجاع كتعديلات بوت.\";'),('arq','messages:apihelp-rollback-extended-description','s:193:\"ar:إذا قام المستخدم الأخير الذي قام بتحرير الصفحة بإجراء تعديلات متعددة في صف، فسوف يتم استرجاعها مرة أخرى.\";'),('arq','messages:apihelp-rollback-param-markbot','s:76:\"ar:تعليم التعديلات المسترجعة كتعديلات بوت.\";'),('arq','messages:apihelp-rollback-param-pageid','s:112:\"ar:معرف الصفحة للصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('arq','messages:apihelp-rollback-param-summary','s:117:\"ar:ملخص تعديل مخصص، إذا كان فارغا، سيتم استخدام الملخص الافتراضي.\";'),('arq','messages:apihelp-rollback-param-tags','s:49:\"ar:وسوم للتطبيق على التراجع.\";'),('arq','messages:apihelp-rollback-param-title','s:101:\"ar:عنوان الصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('arq','messages:apihelp-rollback-param-user','s:73:\"ar:اسم المستخدم الذي سيتم إرجاع تعديلاته.\";'),('arq','messages:apihelp-rollback-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-rollback-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-rollback-summary','s:61:\"ar:التراجع عن آخر تعديل على الصفحة.\";'),('arq','messages:apihelp-rsd-example-simple','s:27:\"ar:تصدير مخطط RSD.\";'),('arq','messages:apihelp-rsd-summary','s:58:\"ar:تصدير مخطط RSD (اكتشاف بسيط حقا).\";'),('arq','messages:apihelp-setnotificationtimestamp-example-all','s:94:\"ar:إعادة تعيين حالة الإشعار لقائمة المراقبة بأكملها.\";'),('arq','messages:apihelp-setnotificationtimestamp-example-allpages','s:101:\"ar:إعادة تعيين حالة الإشعار للصفحات في نطاق <kbd>{{ns:user}}</kbd>.\";'),('arq','messages:apihelp-setnotificationtimestamp-example-page','s:70:\"ar:إعادة ضبط حالة الإخطار لـ<kbd>Main page</kbd>.\";'),('arq','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:168:\"ar:تعيين الطابع الزمني للإشعار للصفحة <kbd>Main page</kbd> حتى لا يتم عرض جميع التعديلات منذ 1 يناير 2012.\";'),('arq','messages:apihelp-setnotificationtimestamp-extended-description','s:248:\"ar:يؤثر هذا على إبراز الصفحات التي تم تغييرها في قائمة المراقبة والتاريخ، وإرسال البريد الإلكتروني عند تمكين التفضيل \"{{int:tog-enotifwatchlistpages}}\".\";'),('arq','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:62:\"ar:العمل على جميع الصفحات المراقبة.\";'),('arq','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:117:\"ar:مراجعة لضبط الطابع الزمني للإشعار الأحدث منها (صفحة واحدة فقط).\";'),('arq','messages:apihelp-setnotificationtimestamp-param-timestamp','s:92:\"ar:الطابع الزمني الذي لتعيين الطابع الزمني للإشعار.\";'),('arq','messages:apihelp-setnotificationtimestamp-param-torevid','s:106:\"ar:مراجعة لضبط الطابع الزمني للإشعار عليها (صفحة واحدة فقط).\";'),('arq','messages:apihelp-setnotificationtimestamp-summary','s:87:\"ar:تحديث الطابع الزمني للإخطار للصفحات المراقبة.\";'),('arq','messages:apihelp-setpagelanguage-example-default','s:108:\"ar:تغيير لغة الصفحة بمعرف 123 إلى لغة محتوى الويكي الافتراضية.\";'),('arq','messages:apihelp-setpagelanguage-example-language','s:69:\"ar:تغيير لغة <kbd>Main Page</kbd> إلى لغة الباسك.\";'),('arq','messages:apihelp-setpagelanguage-extended-description-disabled','s:207:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\n\nتمكين <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]] لاستخدام هذا الإجراء.\";'),('arq','messages:apihelp-setpagelanguage-param-lang','s:176:\"ar:كود اللغة للغة لتغيير الصفحة إليها، استخدم <kbd>default</kbd> لإعادة تعيين الصفحة إلى لغة محتوى الويكي.\";'),('arq','messages:apihelp-setpagelanguage-param-pageid','s:140:\"ar:معرف الصفحة للصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1title</var>.\";'),('arq','messages:apihelp-setpagelanguage-param-reason','s:25:\"ar:سبب للتغيير.\";'),('arq','messages:apihelp-setpagelanguage-param-tags','s:113:\"ar:تغيير الوسوم لتطبيقها على إدخال السجل الناتج عن هذا الإجراء.\";'),('arq','messages:apihelp-setpagelanguage-param-title','s:130:\"ar:عنوان الصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('arq','messages:apihelp-setpagelanguage-summary','s:30:\"ar:تغيير لغة صفحة.\";'),('arq','messages:apihelp-stashedit-extended-description','s:130:\"ar:يهدف هذا إلى الاستخدام عبر AJAX من نموذج التحرير لتحسين أداء حفظ الصفحة.\";'),('arq','messages:apihelp-stashedit-param-baserevid','s:63:\"ar:معرف المراجعة للمراجعة الأساسية.\";'),('arq','messages:apihelp-stashedit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('arq','messages:apihelp-stashedit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('arq','messages:apihelp-stashedit-param-section','s:102:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد.\";'),('arq','messages:apihelp-stashedit-param-sectiontitle','s:36:\"ar:العنوان لقسم جديد.\";'),('arq','messages:apihelp-stashedit-param-stashedtexthash','s:119:\"ar:رمز رقم محتوى الصفحة من وحدة تخزين سابقة لاستخدامها بدلا من ذلك.\";'),('arq','messages:apihelp-stashedit-param-summary','s:27:\"ar:تغيير الملخص.\";'),('arq','messages:apihelp-stashedit-param-text','s:27:\"ar:محتوى الصفحة.\";'),('arq','messages:apihelp-stashedit-param-title','s:58:\"ar:عنوان الصفحة التي يتم تحريرها.\";'),('arq','messages:apihelp-stashedit-summary','s:86:\"ar:إعداد تحرير في ذاكرة التخزين المؤقت المشتركة.\";'),('arq','messages:apihelp-summary','s:3:\"en:\";'),('arq','messages:apihelp-tag-example-log','s:120:\"ar:إزالة الوسم <kbd>spam</kbd> من معرف إدخال السجل 123 بالسبب <kbd>Wrongly applied</kbd>\";'),('arq','messages:apihelp-tag-example-rev','s:107:\"ar:أضف الوسم <kbd>vandalism</kbd> إلى معرّف المراجعة 123 بدون تحديد سبب\";'),('arq','messages:apihelp-tag-param-add','s:87:\"ar:وسوم للإضافة، يمكن فقط إضافة وسوم محددة يدويا.\";'),('arq','messages:apihelp-tag-param-logid','s:129:\"ar:واحد أو أكثر من معرفات إدخال السجل يمكن من خلاله إضافة أو إزالة الوسم.\";'),('arq','messages:apihelp-tag-param-rcid','s:156:\"ar:واحد أو أكثر من التغييرات الحديثة للمعرفات التي يمكن من خلالها إضافة أو إزالة الوسم.\";'),('arq','messages:apihelp-tag-param-reason','s:25:\"ar:سبب للتغيير.\";'),('arq','messages:apihelp-tag-param-remove','s:140:\"ar:وسوم لإزالتها، لا يمكن إزالة سوى الوسوم المعرفة يدويا أو غير المعرفة تماما.\";'),('arq','messages:apihelp-tag-param-revid','s:109:\"ar:معرف تعديل واحد أو أكثر يمكن من خلاله إضافة أو إزالة الوسم.\";'),('arq','messages:apihelp-tag-param-tags','s:126:\"ar:وسوم لتطبيقها على إدخال السجل الذي سيتم إنشاؤه كنتيجة لهذا الإجراء.\";'),('arq','messages:apihelp-tag-summary','s:128:\"ar:إضافة أو إزالة وسوم التغيير من المراجعات الفردية أو إدخالات السجلات.\";'),('arq','messages:apihelp-unblock-example-id','s:46:\"ar:رفع منع المعرف #<kbd>105</kbd>.\";'),('arq','messages:apihelp-unblock-example-user','s:83:\"ar:رفع منع المستخدم <kbd>Bob</kbd> بالسبب <kbd>Sorry Bob</kbd>.\";'),('arq','messages:apihelp-unblock-param-id','s:212:\"ar:معرف الكتلة المراد إلغاء حظرها (تم الحصول عليها من خلال <kbd>القائمة = الكتل</kbd> ). لا يمكن استخدامها مع <var>مستخدم $1</var> .\";'),('arq','messages:apihelp-unblock-param-reason','s:30:\"ar:سبب لرفع للمنع.\";'),('arq','messages:apihelp-unblock-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل المنع.\";'),('arq','messages:apihelp-unblock-param-user','s:112:\"ar:المستخدم المطلوب إلغاء حظره. لا يمكن استخدامها مع <var>$1 id</var> .\";'),('arq','messages:apihelp-unblock-param-userid','s:78:\"ar:حدد <kbd>مستخدم $1 = # <var>ID</var></kbd> بدلاً من ذلك.\";'),('arq','messages:apihelp-unblock-summary','s:38:\"ar:إلغاء منع المستخدم.\";'),('arq','messages:apihelp-undelete-example-page','s:48:\"ar:استرجاع صفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-undelete-example-revisions','s:67:\"ar:استرجاع مراجعتين لصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-undelete-extended-description','s:357:\"ar:يمكن استرداد قائمة المراجعات المحذوفة (بما في ذلك الطوابع الزمنية) من خلال [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]، ويمكن استرداد قائمة معرفات الملفات المحذوفة من خلال [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('arq','messages:apihelp-undelete-param-fileids','s:184:\"ar:الطوابع الزمنية لمراجعات الملف للاسترجاع، إذا كانت كل من <var>$1timestamps</var> فارغة، فستتم استعادتها كلها.\";'),('arq','messages:apihelp-undelete-param-reason','s:29:\"ar:سبب للاسترجاع.\";'),('arq','messages:apihelp-undelete-param-tags','s:85:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('arq','messages:apihelp-undelete-param-timestamps','s:229:\"ar:الطوابع الزمنية للمراجعات لإلغاء الحذف. إذا كانت كل من <var>الطوابع $1</var> <var>$1 والمعرفات $ 1</var> فارغة ، فسيتم إلغاء حذفها جميعًا.\";'),('arq','messages:apihelp-undelete-param-title','s:46:\"ar:عنوان الصفحة للاسترجاع.\";'),('arq','messages:apihelp-undelete-param-undeletetalk','s:127:\"ar:قم بإلغاء حذف جميع المراجعات الخاصة بصفحة الحديث المرتبطة ، إن وجدت.\";'),('arq','messages:apihelp-undelete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-undelete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-undelete-summary','s:56:\"ar:حذف المراجعات من صفحة محذوفة.\";'),('arq','messages:apihelp-unlinkaccount-example-simple','s:134:\"ar:محاولة إزالة رابط المستخدم الحالي للموفر المقترن بـ<kbd>FooAuthenticationRequest</kbd>.\";'),('arq','messages:apihelp-unlinkaccount-summary','s:89:\"ar:إزالة حساب جهة خارجية مرتبط من المستخدم الحالي.\";'),('arq','messages:apihelp-upload-example-filekey','s:69:\"ar:أكمل الرفع الذي أخفق بسبب التحذيرات.\";'),('arq','messages:apihelp-upload-example-url','s:24:\"ar:رفع من مسار.\";'),('arq','messages:apihelp-upload-extended-description','s:679:\"ar:تتوفر عدة طرق: \n* ارفع محتويات الملف مباشرة، باستخدام الوسيط <var>$1file</var>.\n* ارفع الملف على أجزاء باستخدام الوسائط <var>$1filesize</var> و<var>$1chunk</var> و<var>$1offset</var>.\n* اجعل خادم ميدياويكي يقوم بجلب ملف من مسار، باستخدام الوسيط <var>$1url</var>.\n* أكمل عملية رفع سابقة فشلت بسبب التحذيرات، باستخدام الوسيط <var>$1filekey</var>.\nلاحظ أنه يجب إجراء HTTP POST كرفع ملف (أي استخدام <code>multipart/form-data</code>) عند إرسال <var>$1file</var>.\";'),('arq','messages:apihelp-upload-param-async','s:102:\"ar:إجراء عمليات ملف كبيرة محتملة غير متزامنة عند الإمكان.\";'),('arq','messages:apihelp-upload-param-checkstatus','s:74:\"ar:فقط جلب حالة الرفع لمفتاح الملف المحدد.\";'),('arq','messages:apihelp-upload-param-chunk','s:31:\"ar:محتويات القطعة.\";'),('arq','messages:apihelp-upload-param-comment','s:175:\"ar:تحميل تعليق الرفع، يُستخدَم أيضا كنص الصفحة الأولي للملفات الجديدة إذا لم يتم تحديد <var>$1text</var>.\";'),('arq','messages:apihelp-upload-param-file','s:29:\"ar:محتويات الملف.\";'),('arq','messages:apihelp-upload-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('arq','messages:apihelp-upload-param-filename','s:38:\"ar:اسم الملف المستهدف.\";'),('arq','messages:apihelp-upload-param-filesize','s:41:\"ar:حجم ملف الرفع الكامل.\";'),('arq','messages:apihelp-upload-param-ignorewarnings','s:36:\"ar:تجاهل أية تحذيرات.\";'),('arq','messages:apihelp-upload-param-offset','s:42:\"ar:إزاحة القطعة بالبايت.\";'),('arq','messages:apihelp-upload-param-sessionkey','s:96:\"ar:نفس $1filekey، تتم صيانته للتوافق مع الإصدارات السابقة.\";'),('arq','messages:apihelp-upload-param-stash','s:131:\"ar:في حالة التعيين، سيخزن الخادم الملف مؤقتا بدلا من إضافته إلى المستودع.\";'),('arq','messages:apihelp-upload-param-tags','s:115:\"ar:غتيير الوسوم لتطبيقها على إدخال سجل الرفع ومراجعة صفحة الملف.\";'),('arq','messages:apihelp-upload-param-text','s:68:\"ar:النص الأولي للصفحة للملفات الجديدة.\";'),('arq','messages:apihelp-upload-param-url','s:39:\"ar:مسار لجلب الملف منه.\";'),('arq','messages:apihelp-upload-param-watch','s:25:\"ar:راقب الصفحة.\";'),('arq','messages:apihelp-upload-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('arq','messages:apihelp-upload-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('arq','messages:apihelp-upload-summary','s:85:\"ar:رفع ملف أو الحصول على حالة المرفوعات المعلقة.\";'),('arq','messages:apihelp-userrights-example-expiry','s:118:\"ar:إضافة المستخدم <kbd>SometimeSysop</kbd> إلى مجموعة <kbd>sysop</kbd> لمدة شهر واحد.\";'),('arq','messages:apihelp-userrights-example-user','s:164:\"ar:إضافة المستخدم <kbd>FooBot</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('arq','messages:apihelp-userrights-example-userid','s:176:\"ar:إضافة المستخدم بالمعرف <kbd>123</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('arq','messages:apihelp-userrights-param-add','s:178:\"ar:أضف المستخدم إلى هذه المجموعات، أو إذا كان بالفعل عضوا، قم بتحديث صلاحية عضويته في تلك المجموعة.\";'),('arq','messages:apihelp-userrights-param-expiry','s:611:\"ar:الطوابع الزمنية لانتهاء الصلاحية، قد تكون نسبية (على سبيل المثال <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكافة المجموعات التي تم تمريرها إلى الوسيط <var>$1add</var>، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> لمجموعة مستخدمين لا تنتهي صلاحيتها أبدا.\";'),('arq','messages:apihelp-userrights-param-reason','s:25:\"ar:سبب للتغيير.\";'),('arq','messages:apihelp-userrights-param-remove','s:58:\"ar:أزل المستخدم من هذه المجموعات.\";'),('arq','messages:apihelp-userrights-param-tags','s:106:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل صلاحيات المستخدم.\";'),('arq','messages:apihelp-userrights-param-user','s:20:\"ar:المستخدم.\";'),('arq','messages:apihelp-userrights-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('arq','messages:apihelp-userrights-summary','s:55:\"ar:تغيير عضوية مجموعة المستخدم.\";'),('arq','messages:apihelp-validatepassword-example-1','s:87:\"ar:تحقق من كلمة المرور <kbd>foobar</kbd> للمستخدم الحالي.\";'),('arq','messages:apihelp-validatepassword-example-2','s:106:\"ar:تحقق من كلمة المرور <kbd>qwerty</kbd> لإنشاء المستخدم <kbd>Example</kbd>.\";'),('arq','messages:apihelp-validatepassword-extended-description','s:368:\"ar:يتم الإبلاغ عن الصلاحية كـ<samp>Good</samp> إذا كانت كلمة المرور مقبولة، أو <samp>Change</samp> إذا كان قد يتم استخدام كلمة المرور لتسجيل الدخول ولكن يجب تغييرها، أو <samp>Invalid</samp> إذا كان كلمة المرور غير قابلة للاستخدام.\";'),('arq','messages:apihelp-validatepassword-param-email','s:112:\"ar:عنوان البريد الإلكتروني; للاستخدام عند اختبار إنشاء الحساب.\";'),('arq','messages:apihelp-validatepassword-param-password','s:38:\"ar:كلمة المرور للتحقق.\";'),('arq','messages:apihelp-validatepassword-param-realname','s:93:\"ar:الاسم الحقيقي; للاستخدام عند اختبار إنشاء الحساب.\";'),('arq','messages:apihelp-validatepassword-param-user','s:159:\"ar:اسم المستخدم; للاستخدام عند اختبار إنشاء الحساب، يجب ألا يكون المستخدم المحدد موجودا.\";'),('arq','messages:apihelp-validatepassword-summary','s:95:\"ar:التحقق من صحة كلمة السر ضد سياسات كلمة السر للويكي.\";'),('arq','messages:apihelp-watch-example-generator','s:88:\"ar:راقب الصفحات القليلة الأولى في النطاق الرئيسي.\";'),('arq','messages:apihelp-watch-example-unwatch','s:59:\"ar:ألغِ مراقبة الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-watch-example-watch','s:46:\"ar:راقب الصفحة <kbd>Main Page</kbd>.\";'),('arq','messages:apihelp-watch-example-watch-expiry','s:127:\"ar:شاهد الصفحات <kbd>الصفحة الرئيسة</kbd> و <kbd>Foo</kbd> و <kbd>Bar</kbd> لمدة شهر واحد.\";'),('arq','messages:apihelp-watch-param-expiry','s:197:\"ar:سيتم تطبيق ختم وقت الانتهاء على جميع الصفحات. احذف هذه المعلمة تمامًا لترك أي انتهاء صلاحية حالي دون تغيير.\";'),('arq','messages:apihelp-watch-param-title','s:99:\"ar:الصفحة ل(عدم)مراقبتها، استخدم <var>$1titles</var> بدلا من ذلك.\";'),('arq','messages:apihelp-watch-param-unwatch','s:129:\"ar:إذا تم التعيين فستتم إزالة الصفحة من قائمة المراقبة بدلا من مراقبتها.\";'),('arq','messages:apihelp-watch-summary','s:100:\"ar:إضافة أو إزالة صفحات من قائمة مراقبة المستخدم الحالي.\";'),('arq','messages:apihelp-xml-param-includexmlnamespace','s:57:\"ar:\nإذا تم تحديدها، سيضيف نطاق XML.\";'),('arq','messages:apihelp-xml-param-xslt','s:208:\"ar:إذا تم تحديده، سيضيف الصفحة المسماة كورقة أنماط XSL، يجب أن تكون القيمة عنوانا في نطاق {{ns:MediaWiki}} ينتهي بـ<code>.xsl</code>.\";'),('arq','messages:apihelp-xml-summary','s:48:\"ar:بيانات الإخراج بتنسيق XML.\";'),('arq','messages:apihelp-xmlfm-summary','s:74:\"ar:بيانات الإخراج بتنسيق XML (الطباعة بـHTML).\";'),('arq','messages:apisandbox','s:15:\"ar:ملعب API\";'),('arq','messages:apisandbox-add-multi','s:13:\"ar:إضافة\";'),('arq','messages:apisandbox-alert-field','s:48:\"ar:قيمة هذا الحقل غير صالحة.\";'),('arq','messages:apisandbox-alert-page','s:64:\"ar:هناك حقول غير صالحة في هذه الصفحة.\";'),('arq','messages:apisandbox-continue','s:17:\"ar:استمرار\";'),('arq','messages:apisandbox-continue-clear','s:13:\"ar:إفراغ\";'),('arq','messages:apisandbox-continue-help','s:259:\"ar:{{int:apisandbox-continue}} س [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries يستمر] في الطلب الأخير؛ {{int:apisandbox-continue-clear}} سيفرغ المعاملات المرتبطة بالاستمرار.\";'),('arq','messages:apisandbox-deprecated-parameters','s:28:\"ar:معاملات مهملة\";'),('arq','messages:apisandbox-dynamic-error-exists','s:50:\"ar:يوجد بالفعل معامل باسم \"$1\".\";'),('arq','messages:apisandbox-dynamic-parameters','s:30:\"ar:معاملات إضافية\";'),('arq','messages:apisandbox-dynamic-parameters-add-label','s:25:\"ar:أضف مُعاملا:\";'),('arq','messages:apisandbox-dynamic-parameters-add-placeholder','s:24:\"ar:اسم المعامل\";'),('arq','messages:apisandbox-examples','s:13:\"ar:أمثلة\";'),('arq','messages:apisandbox-fetch-token','s:41:\"ar:املأ التوكين تلقائيا\";'),('arq','messages:apisandbox-helpurls','s:30:\"ar:وصلات المساعدة\";'),('arq','messages:apisandbox-intro','s:673:\"ar:استخدم هذه الصفحة لتجربة <strong>MediaWiki web service API</strong>.\nارجع إلى [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page توثيق الAPI] للمزيد من التفاصيل حول استخدام الAPI. مثال: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query البحث عن عناوين الصفحات المطابقة لكلمة رئيسية معينة]. اختر فعلا لترى المزيد من الأمثلة.\n\nلاحظ أنه، على الرغم من أن هذا ملعب، فالأفعال التي تقوم بها على هذه الصفحة ربما تعدل الويكي.\";'),('arq','messages:apisandbox-jsonly','s:71:\"ar:الجافا سكريبت مطلوبة لاستخدام ملعب API\";'),('arq','messages:apisandbox-load-error','s:79:\"ar:حدث خطأ أثناء تحميل المعلومات لAPI module \"$1\": $2\";'),('arq','messages:apisandbox-loading','s:53:\"ar:تحميل المعلومات لAPI module \"$1\"...\";'),('arq','messages:apisandbox-loading-results','s:36:\"ar:استقبال طلبات API ...\";'),('arq','messages:apisandbox-multivalue-all-namespaces','s:29:\"ar:$1 (كل النطاقات)\";'),('arq','messages:apisandbox-multivalue-all-values','s:23:\"ar:$1 (كل القيم)\";'),('arq','messages:apisandbox-no-parameters','s:52:\"ar:وحدة API هذه ليس بها معاملات.\";'),('arq','messages:apisandbox-param-limit','s:66:\"ar:أدخل <kbd>max</kbd> لاستخدام الحد الأقصى.\";'),('arq','messages:apisandbox-request-format-json-label','s:11:\"ar:جسون\";'),('arq','messages:apisandbox-request-format-php-label','s:19:\"ar:مصفوفة PHP\";'),('arq','messages:apisandbox-request-format-url-label','s:50:\"ar:سلسلة حروف استعلام المسار\";'),('arq','messages:apisandbox-request-json-label','s:19:\"ar:JSON الطلب:\";'),('arq','messages:apisandbox-request-php-label','s:29:\"ar:اطلب مصفوفة PHP:\";'),('arq','messages:apisandbox-request-selectformat-label','s:37:\"ar:عرض بيانات الطلب ك:\";'),('arq','messages:apisandbox-request-time','s:41:\"ar:وقت الطلب: {{PLURAL:$1|$1 ms}}\";'),('arq','messages:apisandbox-request-url-label','s:23:\"ar:مسار الطلب:\";'),('arq','messages:apisandbox-reset','s:13:\"ar:إفراغ\";'),('arq','messages:apisandbox-results','s:17:\"ar:النتائج\";'),('arq','messages:apisandbox-results-error','s:73:\"ar:حدث خطأ أثناء تحميل رد استعدلام الAPI: $1.\";'),('arq','messages:apisandbox-results-fixtoken','s:52:\"ar:رمز الصحيح وإعادة الموافقة\";'),('arq','messages:apisandbox-results-fixtoken-fail','s:32:\"ar:فشل جلب توكين \"$1\"\";'),('arq','messages:apisandbox-results-login-suppressed','s:335:\"ar:هذا الطلب تمت معالجته كمستخدم مسجل الخروج حيث أنه يمكن استخدامه لتجاوز سرية نفس-الأصل للمتصفح. لاحظ أن معالجة توكين ملعب الAPI لا يعمل بشكل جيد مع مثل هذه الطلبات، من فضلك املأها يدويا.\";'),('arq','messages:apisandbox-retry','s:30:\"ar:إعادة المحاولة\";'),('arq','messages:apisandbox-sending-request','s:28:\"ar:إرسال طلب API ...\";'),('arq','messages:apisandbox-submit','s:20:\"ar:عمل الطلب\";'),('arq','messages:apisandbox-submit-invalid-fields-message','s:84:\"ar:برجاء تصحيح الحقل المعلم والمحاولة مرة أخرى.\";'),('arq','messages:apisandbox-submit-invalid-fields-title','s:40:\"ar:بعض الحقول غير صالحة\";'),('arq','messages:apisandbox-summary','s:3:\"en:\";'),('arq','messages:apisandbox-templated-parameter-reason','s:142:\"ar:يتم تقديم [[Special:ApiHelp/main#main/templatedparams|templated parameter]] استنادا إلى {{PLURAL:$1|قيمة|قيم}} $2.\";'),('arq','messages:apiwarn-alldeletedrevisions-performance','s:109:\"ar:للحصول على أداء أفضل عند إنشاء العناوين; اضبط <kbd>$1dir=newer</kbd>.\";'),('arq','messages:apiwarn-badurlparam','s:102:\"ar:تعذر تحليل <var>$1urlparam</var> لـ$2، باستخدام العرض والطول فقط.\";'),('arq','messages:apiwarn-badutf8','s:291:\"ar:تحتوي القيمة التي تم تمريرها لـ<var>$1</var> على بيانات غير صالحة أو غير طبيعية، يجب أن تكون البيانات النصية صالحة، NFC-normalized Unicode بدون أحرف تحكم C0 غير HT (\\t) وLF (\\n) وCR (\\r).\";'),('arq','messages:apiwarn-checktoken-percentencoding','s:133:\"ar:تحقق من أن الرموز مثل \"+\" في الرمز المميز يتم ترميزها بشكل صحيح في المسار.\";'),('arq','messages:apiwarn-compare-no-next','s:144:\"ar:المراجعة $2 هي أحدث مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('arq','messages:apiwarn-compare-no-prev','s:144:\"ar:المراجعة $2 هي أقدم مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('arq','messages:apiwarn-compare-nocontentmodel','s:75:\"ar:لا يمكن تحديد نموذج محتوى، على افتراض $1.\";'),('arq','messages:apiwarn-deprecation-deletedrevs','s:169:\"ar:تم إيقاف <kbd>list=deletedrevs</kbd>; الرجاء استخدام <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> بدلا من ذلك.\";'),('arq','messages:apiwarn-deprecation-httpsexpected','s:49:\"ar:HTTP المستخدمة عند توقع HTTPS.\";'),('arq','messages:apiwarn-deprecation-login-botpw','s:429:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd> وقد يتوقف عن العمل دون سابق إنذار، لمتابعة تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('arq','messages:apiwarn-deprecation-login-nobotpw','s:251:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd>، وقد يتوقف عن العمل دون سابق إنذار، لتسجيل الدخول بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('arq','messages:apiwarn-deprecation-login-token','s:155:\"ar:تم إيقاف عمل رمز مميز عبر <kbd>action=login</kbd> ;استخدم <kbd>action=query&meta=tokens&type=login</kbd> بدلا من ذلك.\";'),('arq','messages:apiwarn-deprecation-missingparam','s:231:\"ar:نظرا لعدم تحديد <var>$1</var>; تم استخدام تنسيق قديم للإخراج، تم إيقاف هذا التنسيق، وسيتم دائما استخدام التنسيق الجديد في المستقبل.\";'),('arq','messages:apiwarn-deprecation-parameter','s:46:\"ar:تم إيقاف الوسيط <var>$1</var>.\";'),('arq','messages:apiwarn-deprecation-parse-headitems','s:264:\"ar:تم إيقاف <kbd>prop=headitems</kbd> منذ ميدياويكي 1.28; استخدم <kbd>prop=headhtml</kbd> عند إنشاء مستندات HTML جديدة، أو <kbd>prop=modules|jsconfigvars</kbd> عند تحديث مستند من جانب العميل.\";'),('arq','messages:apiwarn-deprecation-post-without-content-type','s:120:\"ar:تم تقديم طلب POST بدون عنوان <code>Content-Type</code>، هذا لا يعمل بشكل موثوق.\";'),('arq','messages:apiwarn-deprecation-purge-get','s:109:\"ar:تم إيقاف استخدام <kbd>action=purge</kbd> عبر GET; استخدم POST بدلا من ذلك.\";'),('arq','messages:apiwarn-deprecation-withreplacement','s:97:\"ar:تم إيقاف <kbd>$1</kbd>; الرجاء استخدام <kbd>$2</kbd> بدلا من ذلك.\";'),('arq','messages:apiwarn-difftohidden','s:77:\"ar:لا يمكنك إجراء مقارنة مع r$1: المحتوى مخفي.\";'),('arq','messages:apiwarn-errorprinterfailed','s:67:\"ar:فشل خطأ الطباعة; سوف يعيد دون وسائط.\";'),('arq','messages:apiwarn-ignoring-invalid-templated-value','s:106:\"ar:تجاهل القيمة <kbd>$2</kbd> في <var>$1</var> عند معالجة وسائط القوالب.\";'),('arq','messages:apiwarn-invalidcategory','s:28:\"ar:\"$1\" ليس تصنيفا.\";'),('arq','messages:apiwarn-invalidtitle','s:39:\"ar:\"$1\" ليس عنوانا صالحا.\";'),('arq','messages:apiwarn-invalidxmlstylesheet','s:77:\"ar:ورقة أنماط غير صالحة أو غير موجودة محددة.\";'),('arq','messages:apiwarn-invalidxmlstylesheetext','s:98:\"ar:يجب أن تحتوي ورقة الأنماط على الملحق <code>.xsl</code> extension.\";'),('arq','messages:apiwarn-invalidxmlstylesheetns','s:79:\"ar:يجب أن تكون ورقة الأنماط في نطاق {{ns:MediaWiki}}.\";'),('arq','messages:apiwarn-moduleswithoutvars','s:221:\"ar:تم تعيين الخاصية <kbd>modules</kbd> ولكن ليست <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd>، متغيرات التكوين ضرورية للاستخدام السليم للوحدة.\";'),('arq','messages:apiwarn-notfile','s:24:\"ar:\"$1\" ليس ملفا.\";'),('arq','messages:apiwarn-nothumb-noimagehandler','s:123:\"ar:تعذر إنشاء الصورة المصغرة نظرا لعدم احتواء $1 على معالج صورة مقترن.\";'),('arq','messages:apiwarn-parse-nocontentmodel','s:97:\"ar:لم يتم إعطاء <var>title</var> أو <var>contentmodel</var>، على افتراض $1.\";'),('arq','messages:apiwarn-parse-revidwithouttext','s:200:\"ar:تم استخدام <var>revid</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>oldid</var> بدلا من <var>revid</var>؟\";'),('arq','messages:apiwarn-parse-titlewithouttext','s:199:\"ar:تم استخدام <var>title</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>page</var> بدلا من <var>title</var>؟\";'),('arq','messages:apiwarn-redirectsandrevids','s:162:\"ar:لا يمكن استخدام دقة تحويلة مع الوسيط <var>revids</var>، أية تحويلات لنقطة <var>revids</var> لم يتم حلها.\";'),('arq','messages:apiwarn-tokens-origin','s:108:\"ar:قد لا يتم الحصول على الرموز عند عدم تطبيق السياسة الأصلية.\";'),('arq','messages:apiwarn-truncatedresult','s:105:\"ar:تم اقتطاع هذه النتيجة لأنها قد تكون أكبر من حد الـ$1 بايت.\";'),('arq','messages:apiwarn-unclearnowtimestamp','s:238:\"ar:تم إيقاف تمرير \"$2\" لوسيط الطابع الزمني <var>$1</var>; إذا احتجت لسبب ما إلى تحديد الوقت الحالي دون حسابه من جانب العميل، فاستخدم <kbd>now</kbd>.\";'),('arq','messages:apiwarn-unrecognizedvalues','s:84:\"ar:{{PLURAL:$3|قيمة|قيم}} غير معروفة للوسيط <var>$1</var>: $2.\";'),('arq','messages:apiwarn-unsupportedarray','s:89:\"ar:يستخدم الوسيط <var>$1</var> بنية مصفوفة PHP غير مدعومة.\";'),('arq','messages:apiwarn-urlparamwidth','s:182:\"ar:تجاهل قيمة العرض المحددة في <var>$1urlparam</var> ($2) لصالح قيمة العرض المشتقة من <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('arq','messages:apiwarn-validationfailed','s:50:\"ar:خطأ في التحقق من <kbd>$1</kbd>: $2\";'),('arq','messages:apiwarn-validationfailed-badchars','s:163:\"ar:أحرف غير صالحة في المفتاح (مسموح فقط بـ<code>a-z</code> و<code>A-Z</code> و<code>0-9</code> و<code>_</code> و<code>-</code>).\";'),('arq','messages:apiwarn-validationfailed-badpref','s:34:\"ar:ليس تفضيلا صالحا.\";'),('arq','messages:apiwarn-validationfailed-cannotset','s:61:\"ar:لا يمكن ضبطها بواسطة هذه الوحدة.\";'),('arq','messages:apiwarn-validationfailed-keytoolong','s:84:\"ar:المفتاح طويل جدًا (لا يُسمَح بأكثر من $1 بايت).\";'),('arq','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('arq','messages:apiwarn-wgdebugapi','s:84:\"ar:<strong>تحذير الأمان:</strong> تم تمكين <var>$wgDebugAPI</var>.\";'),('arq','messages:apr','s:14:\"arq:افريل\";'),('arq','messages:april','s:14:\"arq:افريل\";'),('arq','messages:april-gen','s:14:\"arq:أفريل\";'),('arq','messages:article','s:30:\"arq:صفحة تاع محتوى\";'),('arq','messages:articleexists','s:157:\"ar:توجد صفحة بالفعل في [[:$1]] ط، أو اسم الصفحة الذي اخترته غير صالح؛\nالرجاء اختيار اسم آخر.\";'),('arq','messages:aug','s:10:\"arq:اوت\";'),('arq','messages:august','s:10:\"arq:اوت\";'),('arq','messages:august-gen','s:10:\"arq:أوت\";'),('arq','messages:authenticationdatachange-ignored','s:113:\"ar:تغيير بيانات التحقق لم يتم التعامل معه. ربما لم يتم ضبط موفر؟\";'),('arq','messages:authform-newtoken','s:28:\"ar:توكين مفقود. $1\";'),('arq','messages:authform-nosession-login','s:129:\"ar:عملية التحقق كانت ناجحة، لكن متصفحك لا يمكنه \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('arq','messages:authform-nosession-signup','s:123:\"ar:الحساب تم إنشاؤه، لكن متصفحك لا يمكنه cannot \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('arq','messages:authform-notoken','s:24:\"ar:توكين مفقود\";'),('arq','messages:authform-wrongtoken','s:22:\"ar:توكين خاطئ\";'),('arq','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('arq','messages:authmanager-authn-autocreate-failed','s:65:\"ar:الإنشاء التلقائي لحساب محلي فشل: $1\";'),('arq','messages:authmanager-authn-no-local-user','s:98:\"ar:الاعتماد الموفر غير مرتبط بأي مستخدم على هذه الويكي.\";'),('arq','messages:authmanager-authn-no-local-user-link','s:319:\"ar:الاعتمادات الموفرة صحيحة لكن غير مرتبطة بأي مستخدم على هذه الويكي. سجل الدخول باستخدام طريقة أخرى، أو أنشئ حسابا جديدا، وستمتلك الاختيار لوصل اعتماداتك السابقة لذلك الحساب.\";'),('arq','messages:authmanager-authn-no-primary','s:67:\"ar:الاعتماد الموفر لم يمكن التحقق منه.\";'),('arq','messages:authmanager-authn-not-in-progress','s:154:\"ar:عملية التحقق ليست جارية أو بينات الجلسة تم فقدها. من فضلك ابدأ مرة ثانية من البداية.\";'),('arq','messages:authmanager-autocreate-exception','s:116:\"ar:إنشاء الحسابات التلقائي تم تعطيله مؤقتا نظرا للأخطاء السابقة.\";'),('arq','messages:authmanager-autocreate-noperm','s:67:\"ar:إنشاء الحساب التلقائي غير مسموح به.\";'),('arq','messages:authmanager-change-not-supported','s:113:\"ar:الاعتمادات الموفرة لم يمكن تغييرها، حيث أن لا شيء سيستخدمها.\";'),('arq','messages:authmanager-create-disabled','s:40:\"ar:إنشاء الحسابات معطل.\";'),('arq','messages:authmanager-create-from-login','s:69:\"ar:لإنشاء حساب، برجاء ملء الحقول أدناه.\";'),('arq','messages:authmanager-create-no-primary','s:98:\"ar:الاعتمادات الموفرة لم يمكن استخدامها لإنشاء الحساب.\";'),('arq','messages:authmanager-create-not-in-progress','s:147:\"ar:إنشاء الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('arq','messages:authmanager-domain-help','s:46:\"ar:النطاق للتوثيق الخارجي.\";'),('arq','messages:authmanager-email-help','s:47:\"ar:عنوان البريد الإلكتروني\";'),('arq','messages:authmanager-email-label','s:36:\"ar:البريد الإلكتروني\";'),('arq','messages:authmanager-link-no-primary','s:90:\"ar:الاعتماد الموفر لم يمكن استخدامه لوصل الحسابات.\";'),('arq','messages:authmanager-link-not-in-progress','s:143:\"ar:وصل الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('arq','messages:authmanager-password-help','s:35:\"ar:كلمة السر للتوثيق\";'),('arq','messages:authmanager-provider-password','s:51:\"ar:توثيق مبني على كلمة المرور\";'),('arq','messages:authmanager-provider-password-domain','s:66:\"ar:توثيق مبني على كلمة المرور والنطاق\";'),('arq','messages:authmanager-provider-temporarypassword','s:27:\"ar:كلمة سر مؤقتة\";'),('arq','messages:authmanager-realname-help','s:45:\"ar:الاسم الحقيقي للمستخدم\";'),('arq','messages:authmanager-realname-label','s:28:\"ar:الاسم الحقيقي\";'),('arq','messages:authmanager-retype-help','s:56:\"ar:كلمة المرور مرة أخرى للتأكيد.\";'),('arq','messages:authmanager-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('arq','messages:authmanager-userlogin-remembermypassword-help','s:114:\"ar:ما إذا كانت كلمة السر ينبغي أن يتم تذكرها لأطول من مدة الجلسة.\";'),('arq','messages:authmanager-username-help','s:42:\"ar:اسم المستخدم للتوثيق.\";'),('arq','messages:authpage-cannot-create','s:68:\"ar:غير قادر على بدء عملية إنشاء الحساب.\";'),('arq','messages:authpage-cannot-create-continue','s:134:\"ar:غير قادر على الاستمرار في إنشاء الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('arq','messages:authpage-cannot-link','s:68:\"ar:غير قادر على بدء عملية وصل الحسابات.\";'),('arq','messages:authpage-cannot-link-continue','s:130:\"ar:غير قادر على الاستمرار في وصل الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('arq','messages:authpage-cannot-login','s:68:\"ar:غير قادر على بدء عملية تسجيل الدخول.\";'),('arq','messages:authpage-cannot-login-continue','s:134:\"ar:غير قادر على الاستمرار في تسجيل الدخول. جلستك على الأرجح انتهت صلاحيتها.\";'),('arq','messages:authprovider-confirmlink-failed','s:58:\"ar:وصل الحساب لم ينجح بشكل كامل: $1\";'),('arq','messages:authprovider-confirmlink-failed-line','s:9:\"ar:$1: $2\";'),('arq','messages:authprovider-confirmlink-message','s:330:\"ar:بناء على محاولات تسجيل الدخول الحديثة الخاصة بك، فالحسابات التالية يمكن وصلها بحساب الويكي الخاص بك. وصلهم يفعل تسجيل الدخول عبر هذه الحسابات. من فضلك اختر أيهم ينبغي أن يتم وصلها.\";'),('arq','messages:authprovider-confirmlink-ok-help','s:65:\"ar:الاستمرار بعد عرض رسائل فشل الوصل.\";'),('arq','messages:authprovider-confirmlink-option','s:10:\"ar:$1 ($2)\";'),('arq','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('arq','messages:authprovider-confirmlink-request-label','s:62:\"ar:الحسابات التي ينبغي أن يتم وصلها\";'),('arq','messages:authprovider-confirmlink-success-line','s:41:\"ar:$1: تم الوصل بشكل صحيح.\";'),('arq','messages:authprovider-resetpass-skip-help','s:55:\"ar:تخطي إعادة تعيين كلمة المرور\";'),('arq','messages:authprovider-resetpass-skip-label','s:15:\"ar:تَخطَّ\";'),('arq','messages:autoblockedtext','s:827:\"arq:مُنِع عنوان آيبيك تلقائيا لأن مستخدما آخرا منعه $1 استخدمه.\nالسبب المعطى هو التالي:\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n\nيمكنك أن تتصل ب $1 أو أحد [[{{MediaWiki:Grouppage-sysop}}|الإداريين]] الآخرين لمناقشة المنع.\n\nلاحظ أنه لا يمكنك استخدام خاصية \"{{int:emailuser}}\" إلا لو كان لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]] ولم يتم منعك من استخدامه.\n\nعنوان آيبيك الحالي $3، ورقم المنع #$5.\nمن فضلك اذكر كل التفاصيل بالأعلى في أي استعلامات تقوم بها.\";'),('arq','messages:autoblocker','s:178:\"ar:تم منعك تلقائيا لأن الأيبي الخاص بك تم استخدامه مؤخرا بواسطة \"[[User:$1|$1]]\".\nالسبب المعطى لمنع $1 هو: \"$2\"\";'),('arq','messages:autoblockid','s:26:\"ar:منع تلقائي #$1\";'),('arq','messages:autoblocklist','s:22:\"ar:منع تلقائي\";'),('arq','messages:autoblocklist-empty','s:53:\"ar:قائمة المنع التلقائي فارغة.\";'),('arq','messages:autoblocklist-legend','s:41:\"ar:قائمة المنع التلقائي\";'),('arq','messages:autoblocklist-localblocks','s:113:\"ar:{{PLURAL:$1|المنع التلقائي المحلي|عمليات المنع التلقائي المحلية}}\";'),('arq','messages:autoblocklist-otherblocks','s:109:\"ar:{{PLURAL:$1|المنع التلقائي الآخر|عمليات المنع التلقائي الأخرى}}\";'),('arq','messages:autoblocklist-submit','s:9:\"ar:بحث\";'),('arq','messages:autoblocklist-total-autoblocks','s:49:\"ar:مجمل الممنوعون تلقائيا: $1\";'),('arq','messages:autochange-username','s:41:\"ar:تغيير آلي لميدياويكي\";'),('arq','messages:autocomment-prefix','s:3:\"en:\";'),('arq','messages:autocreate-edit-warning','s:554:\"ar:<strong>تحذير:</ strong> لم تسجل الدخول. سيُنسب تعديلك إلى <strong> اسم أُنشئ تلقائيًا</ strong> عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. سيكون عنوان الآيبي الخاص بك مرئيًا للمستخدمين الموثوق بهم. في حالة <strong>[تسجيل دخول $1]</strong> أو <strong>[إنشاء حساب $2]</strong>، ستُنسب تعديلاتك إلى الاسم الذي تختاره، إلى جانب المزايا الأخرى.\";'),('arq','messages:autocreate-preview-warning','s:191:\"ar:<em>لم تسجل الدخول. سيُنسب تعديلك إلى اسم أُنشئ تلقائيًا وسيكون عنوان الآيبي الخاص بك مرئيًا لإداريين.</em>\";'),('arq','messages:autoredircomment','s:27:\"ar:تحويل إلى [[$1]]\";'),('arq','messages:autosumm-blank','s:26:\"ar:إفراغ الصفحة\";'),('arq','messages:autosumm-changed-redirect-target','s:59:\"ar:غير هدف التحويلة من [[$1]] إلى [[$2]]\";'),('arq','messages:autosumm-new','s:31:\"ar:أنشأ الصفحة ب\'$1\'\";'),('arq','messages:autosumm-newblank','s:31:\"ar:أنشأ صفحة فارغة\";'),('arq','messages:autosumm-removed-redirect','s:42:\"ar:أزال التحويلة إلى [[$1]]\";'),('arq','messages:autosumm-replace','s:37:\"ar:استبدال الصفحة ب\'$1\'\";'),('arq','messages:backend-fail-alreadyexists','s:43:\"ar:الملف \"$1\" موجود بالفعل.\";'),('arq','messages:backend-fail-backup','s:64:\"ar:لا يمكن صنع نسخة أحتياطية للملف $1.\";'),('arq','messages:backend-fail-batchsize','s:164:\"ar:أعطت خلفية التخزين دفعة $1 ملف {{PLURAL:$1|عملية|عمليات}}; الحد الأقصى هو $2 {{PLURAL:$2|عملية|عمليات}}.\";'),('arq','messages:backend-fail-closetemp','s:39:\"ar:تعذر إغلاق ملف مؤقت.\";'),('arq','messages:backend-fail-connect','s:67:\"ar:تعذر ربط الإتصال بخلفية التخزين \"$1\".\";'),('arq','messages:backend-fail-contenttype','s:93:\"ar:تعذر تحديد نوع محتوى الملف الذي تريد تخزينه في \"$1\".\";'),('arq','messages:backend-fail-copy','s:52:\"ar:لا يمكن نسخ الملف \"$1\" إلى \"$2\".\";'),('arq','messages:backend-fail-create','s:39:\"ar:تعذر كتابة الملف \"$1\".\";'),('arq','messages:backend-fail-delete','s:40:\"ar:لم يمكن حذف الملف \"$1\".\";'),('arq','messages:backend-fail-describe','s:81:\"ar:لا يمكن تغيير بيانات التعريف metadata للملف \"$1\".\";'),('arq','messages:backend-fail-hash','s:66:\"ar:لا يمكن تحديد دالة التشفير لملف \"$1\".\";'),('arq','messages:backend-fail-hashes','s:87:\"ar:لم يمكن الحصول على hashes الملفات من أجل المقارنة\";'),('arq','messages:backend-fail-internal','s:71:\"ar:وقع خطأ غير معروف في خلفية التخزين \"$1\".\";'),('arq','messages:backend-fail-invalidpath','s:56:\"ar:\"$1\" ليس مساراً صالحاً للتخزين.\";'),('arq','messages:backend-fail-maxsize','s:106:\"ar:تعذر كتابة الملف \"$1\" لأنه أكبر من {{PLURAL:$2|بايت واحد|$2 بايت}}.\";'),('arq','messages:backend-fail-move','s:43:\"ar:تعذر نقل ملف \"$1\" إلى \"$2\".\";'),('arq','messages:backend-fail-notexists','s:35:\"ar:الملف $1 غير موجود.\";'),('arq','messages:backend-fail-notsame','s:62:\"ar:يوجد بالفعل ملف غير متطابق في \"$1\".\";'),('arq','messages:backend-fail-opentemp','s:37:\"ar:تعذّر فتح ملف مؤقت.\";'),('arq','messages:backend-fail-read','s:44:\"ar:لا يمكن قراءة الملف \"$1\".\";'),('arq','messages:backend-fail-readonly','s:124:\"ar:خلفية التخزين \"$1\" في وضعية القراءة فقط حاليا. السبب في ذلك هو:\n<em>$2</em>\";'),('arq','messages:backend-fail-sizes','s:74:\"ar:تعذر الحصول على أحجام الملفات للمقارنة\";'),('arq','messages:backend-fail-stat','s:53:\"ar:لا يمكن قراءة حالة الملف \"$1\".\";'),('arq','messages:backend-fail-store','s:54:\"ar:لا يمكن تخزين الملف \"$1\" في \"$2\".\";'),('arq','messages:backend-fail-stream','s:38:\"ar:لا يمكن عرض الملف $1.\";'),('arq','messages:backend-fail-synced','s:104:\"ar:الملف \"$1\" في حالة غير متناسقة ضمن خلفية التخزين الداخلية\";'),('arq','messages:backend-fail-usable','s:134:\"ar:تعذر قراءة أو كتابة الملف \"$1\" لنقص في التراخيص أو فقدان الدلائل/الحاويات.\";'),('arq','messages:backend-fail-writetemp','s:41:\"ar:تعذرت كتابة ملف مؤقت.\";'),('arq','messages:backlinksubtitle','s:9:\"ar:→ $1\";'),('arq','messages:bad-target-model','s:123:\"ar:الوجهة المطلوبة تستخدم نموذج محتوى مختلف. لا يمكن تحويل من $1 إلى $2.\";'),('arq','messages:bad_image_list','s:427:\"arq:الفورمة راهي كيما واش يتبع:\nما كاين غير السطور الّي باديين بل *، الّي يكونو معدودين\nالـوصيل الـلوّل تاع سطر لازم كون تاع تصويرة ضايعة.\nكامل الوصيلات لخرين الّي فل سطر، يكونو معدودين كلّي تتنيّات، بل متال باجات وين الـتصويرة تنجم تبان.\";'),('arq','messages:badaccess','s:32:\"arq:مشكل فل مسموحات\";'),('arq','messages:badaccess-group0','s:89:\"arq:ماشي مقبول ليك تدير الشي الّي راك تسيّي تديرهُ.\";'),('arq','messages:badaccess-groups','s:215:\"arq:الفعلة الّي راك سيّيت تديرها مسموحة برك لل مستعملّين {{PLURAL:$2||الّي هوما منل جماعة|الّي هوما من وحدة من هاد الجمايع}}: $1.\";'),('arq','messages:badarticleerror','s:74:\"arq:هاد الفعلة ما تنجمش تندار ف هاد الباجة.\";'),('arq','messages:badfilename','s:49:\"ar:تم تغيير اسم الملف إلى \"$1\".\";'),('arq','messages:badipaddress','s:38:\"ar:عنوان أيبي غير صحيح\";'),('arq','messages:badretype','s:75:\"arq:كلمات` السرّ الّي دخّلتها ماشي متشابهة.\";'),('arq','messages:badsig','s:67:\"ar:توقيع خام غير صحيح؛ تحقق من وسوم HTML.\";'),('arq','messages:badsightml','s:114:\"ar:يحتوي توقيعك على بنية إتش تي إم إل نحوية غير صالحة أو متقادمة:\";'),('arq','messages:badsiglength','s:99:\"ar:توقيعك طويل جدا.\nيجب أن يكون أقل من $1 {{PLURAL:$1|حرف|حروف}}.\";'),('arq','messages:badsiglinebreak','s:79:\"ar:يجب أن يتكون توقيعك من سطر واحد من نص ويكي.\";'),('arq','messages:badsiglinks','s:257:\"ar:يتعين أن يحتوي توقيعك على وصلة شبكية إلى صفحة مستخدمك أو صفحة نقاشك أو مساهماتك على موقع الويكي هذا. يرجى إضافتها، على سبيل المثال: <code>$1</code>.\";'),('arq','messages:badsigsubst','s:142:\"ar:يحتوي توقيعك على حالات إحلال متداخلة (مثال <code>subst:</code> أو <code><nowiki>~~~~</nowiki></code>).\";'),('arq','messages:badtitle','s:23:\"arq:عنوان عيان\";'),('arq','messages:badtitletext','s:276:\"arq:عنوان الباجه المطلوب إما ماشي صحيح والا فارغ، وبالاك الوصيل بين اللغات والا بين البروجيات ماشي صحيح.\nبالاك فيه حروف ما تصلحش باس يستعملوها فالعناوين.\";'),('arq','messages:beta-feature-minerva','s:88:\"ar:فعل واجهة المحمول (مينيرفا) على جهاز سطح المكتب\";'),('arq','messages:beta-feature-minerva-description','s:199:\"ar:اجعل المظهر المستخدم على الأجهزة النقالة مظهر سطح المكتب قابلاً للانتقاء من صفحة التفضيلات «{{int:prefs-rendering}}».\";'),('arq','messages:bitrate-bits','s:29:\"ar:$1بيت لكل ثانية\";'),('arq','messages:bitrate-exabits','s:37:\"ar:$1إكسابيت لكل ثانية\";'),('arq','messages:bitrate-gigabits','s:37:\"ar:$1جيجابيت لكل ثانية\";'),('arq','messages:bitrate-kilobits','s:37:\"ar:$1كيلوبيت لكل ثانية\";'),('arq','messages:bitrate-megabits','s:37:\"ar:$1ميجابيت لكل ثانية\";'),('arq','messages:bitrate-petabits','s:37:\"ar:$1بيتابيت لكل ثانية\";'),('arq','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('arq','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('arq','messages:bitrate-terabits','s:37:\"ar:$1تيرابيت لكل ثانية\";'),('arq','messages:bitrate-yottabits','s:37:\"ar:$1يوتابيت لكل ثانية\";'),('arq','messages:bitrate-zettabits','s:38:\"ar:$1 زيتابيت لكل ثانية\";'),('arq','messages:blankarticle','s:227:\"arq:<strong>ردّ البال:</strong> الپاجة الّي كريّيتها راهي خاوية.\nيلا تعاود تكليكي على $1\"، الپاجة غادي تنخلق بلا ما يكون فيها حتا محتاوا.\";'),('arq','messages:blanknamespace','s:14:\"arq:رئيسي\";'),('arq','messages:blankpage','s:22:\"ar:صفحة فارغة\";'),('arq','messages:block','s:26:\"ar:منع المستخدم\";'),('arq','messages:block-actions','s:20:\"ar:نوع المنع\";'),('arq','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('arq','messages:block-details','s:26:\"ar:تفاصيل المنع\";'),('arq','messages:block-expiry','s:21:\"ar:مدة المنع:\";'),('arq','messages:block-log-flags-angry-autoblock','s:54:\"ar:المنع التلقائي المتقدم مفعل\";'),('arq','messages:block-log-flags-anononly','s:49:\"ar:المستخدمون المجهولون فقط\";'),('arq','messages:block-log-flags-hiddenname','s:35:\"ar:اسم المستخدم مخفي\";'),('arq','messages:block-log-flags-noautoblock','s:39:\"ar:المنع التلقائي معطل\";'),('arq','messages:block-log-flags-nocreate','s:42:\"arq:صنعت الحسابات ممنوعه\";'),('arq','messages:block-log-flags-noemail','s:47:\"ar:البريد الإلكتروني ممنوع\";'),('arq','messages:block-log-flags-nousertalk','s:62:\"ar:لا يمكن تعديل صفحة النقاش الخاصة\";'),('arq','messages:block-options','s:29:\"ar:خيارات إضافية:\";'),('arq','messages:block-reason','s:14:\"ar:السبب:\";'),('arq','messages:block-target','s:119:\"ar:اسم المستخدم أو عنوان بروتوكول الإنترنت خاصته أو نطاق العناوين:\";'),('arq','messages:block-target-placeholder','s:50:\"ar:اسم مستخدم، 1.1.1.42 أو 1.1.1.42/16\";'),('arq','messages:blocked-mailpassword','s:228:\"arq:الآدريسة إيپي تاعك راهي مبلوكية ف تبدال الپاجات، و باش نحضيو من كاش تخريب، ما تنجمش تطلب باش ترجّع كلمت السرّ من هاذ الإيبي.\";'),('arq','messages:blocked-notice-logextract','s:125:\"arq:هذا المستخدم ممنوع حاليا.\nآخر دخلة في سجل المنع موفرة بالتحت كمرجع:\";'),('arq','messages:blockednoreason','s:35:\"arq:ما تمدّت حتا سبّة\";'),('arq','messages:blockedtext','s:966:\"arq:<strong>اسم المستعملي تاعك ولا علوان الـ IP راهو اتمنع.</strong>\n\nاللي دار هاد المنع هوا $1.\nالسبّة تاع المنع لي عطاها هيا <em>$2</em>.\n\n* البدية تاع المنع: $8\n* الكمال تاع المنع: $6\n* الممنوع المقصود: $7\n\nتقدر تتاصل بـ $1 وللا واحد من [[{{MediaWiki:Grouppage-sysop}}|الإيداريين]] باش تتناقش على هاد المنع.\nتقدر تاني تستعمل خاصية` \"{{int:emailuser}}\" يلا كنت مسبيسيفيي علوان باريدي صحيح في [[Special:Preferences|تفضيلات` الحساب تاعك]] و ما راكش ممنوع من الاستعمال تاعهو.\nعلوان الايبي تاعك ضركا هوا $3، و النمرو تاع المنع هوا #$5.\nمادابيك تدكُر كامل هاد التفاصيلات في كلّ طلب` استعلامات تبغي تديرهو.\";'),('arq','messages:blockedtext-composite','s:397:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك.</strong>\n\nالسبب المعطى هو:\n\n:<em>$2</em>.\n\n* بداية المنع: $8\n*  نهاية صلاحية أطول منع: $6\n\n* $5\n\nعنوان الآيبي الحالي الخاص بك هو $3.\nيرجى تضمين جميع التفاصيل أعلاه في أية استفسارات تقوم بها.\";'),('arq','messages:blockedtext-composite-ids','s:145:\"ar:معرفات المنع ذات الصلة: $1 (قد يتم أيضا إدراج عنوان الآيبي الخاص بك في قائمة منع)\";'),('arq','messages:blockedtext-composite-no-ids','s:96:\"ar:يظهر عنوان الآيبي الخاص بك في العديد من قوائم المنع\";'),('arq','messages:blockedtext-composite-reason','s:102:\"ar:هناك عدة عمليات منع ضد حسابك و/أو عنوان الآيبي الخاص بك\";'),('arq','messages:blockedtext-partial','s:582:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك من القيام بذلك, قد تظل قادرا على القيام بأشياء أخرى على هذا الموقع، مثل تحرير صفحات معينة، </strong> يمكنك عرض تفاصيل المنع بالكامل في [[Special:MyContributions|مساهمات الحساب]].\n\nتم المنع بواسطة $1.\n\nالسبب المعطى هو <em>$2</em>.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n* معرف المنع #$5\";'),('arq','messages:blockedtitle','s:49:\"arq:المستعملي هادا راه محبّس\";'),('arq','messages:blockip','s:59:\"ar:منع {{GENDER:$1|المستخدم|المستخدمة}}\";'),('arq','messages:blockipsuccesssub','s:33:\"ar:نجحت عملية المنع\";'),('arq','messages:blockipsuccesstext','s:155:\"ar:[[Special:Contributions/$1|$1]] تم منعه.<br />\nانظر [[Special:BlockList|قائمة منع الأيبي]] لمراجعة حالات المنع.\";'),('arq','messages:blockiptext','s:728:\"ar:استخدم النموذج التالي لمنع مستخدم، أو عنوان أيبي، معين من التعديل أو إنشاء حسابات جديدة.\nتستخدم هذه العملية لمنع التخريب فقط، ويجب أن تتماشى مع [[{{MediaWiki:Policy-url}}|سياسة المنع]].\nأدخل تعليلا واضحا لسبب المنع في الخانة المخصصة لذلك (مثلاً: ذكر صفحات محددة تم تخريبها من قبل المستخدم).\nيمكنك منع نطاقات عناوين IP باستخدام قواعد [https://ar.wikipedia.org/wiki/توجيه_بين_نطاقي_غير_صنفي CIDR]؛ أكبر نطاق مسموح به هو /$1 لIPv4 و /$2 لIPv6.\";'),('arq','messages:blocklink','s:10:\"arq:حبس\";'),('arq','messages:blocklist','s:42:\"ar:المستخدمون الممنوعون\";'),('arq','messages:blocklist-addressblocks','s:45:\"ar:أخف منع عنوان أيبي واحد\";'),('arq','messages:blocklist-autoblocks','s:37:\"ar:أخف المنع التلقائي\";'),('arq','messages:blocklist-by','s:30:\"ar:الإداري المانع\";'),('arq','messages:blocklist-editing','s:17:\"ar:التحرير\";'),('arq','messages:blocklist-editing-action','s:13:\"ar:أفعال\";'),('arq','messages:blocklist-editing-ns','s:19:\"ar:النطاقات\";'),('arq','messages:blocklist-editing-page','s:17:\"ar:الصفحات\";'),('arq','messages:blocklist-editing-sitewide','s:50:\"ar:التحرير (على مستوى الموقع)\";'),('arq','messages:blocklist-expiry','s:18:\"ar:ينتهي في\";'),('arq','messages:blocklist-indefblocks','s:55:\"ar:أخف عمليات المنع غير المحددة\";'),('arq','messages:blocklist-nousertalk','s:62:\"ar:لا يمكنه تعديل صفحة نقاشه الخاصة\";'),('arq','messages:blocklist-params','s:26:\"ar:معطيات المنع\";'),('arq','messages:blocklist-rangeblocks','s:33:\"ar:أخف منع النطاقات\";'),('arq','messages:blocklist-reason','s:13:\"ar:السبب\";'),('arq','messages:blocklist-summary','s:3:\"en:\";'),('arq','messages:blocklist-target','s:13:\"ar:الهدف\";'),('arq','messages:blocklist-tempblocks','s:33:\"ar:أخف المنع المؤقت\";'),('arq','messages:blocklist-timestamp','s:13:\"ar:الزمن\";'),('arq','messages:blocklist-type','s:14:\"ar:النوع:\";'),('arq','messages:blocklist-type-opt-all','s:11:\"ar:الكل\";'),('arq','messages:blocklist-type-opt-partial','s:11:\"ar:جزئي\";'),('arq','messages:blocklist-type-opt-sitewide','s:33:\"ar:على مستوى الموقع\";'),('arq','messages:blocklist-userblocks','s:33:\"ar:أخف منع الحسابات\";'),('arq','messages:blocklog-showlog','s:111:\"ar:سبق منع {{GENDER:$1|هذا المستخدم}}.\nسجل المنع معروض بالأسفل كمرجع:\";'),('arq','messages:blocklog-showsuppresslog','s:114:\"ar:سبق منع وإخفاء هذا المستخدم.\nسجل الإخفاء معروض بالأسفل كمرجع:\";'),('arq','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('arq','messages:blocklogpage','s:28:\"arq:ريجيسترالمنع\";'),('arq','messages:blocklogtext','s:270:\"ar:هذا سجل بعمليات المنع ورفع المنع.\nعناوين الأيبي الممنوعة تلقائياً غير معروضة.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لرؤية عمليات المنع المفعلة حالياً.\";'),('arq','messages:booksources','s:23:\"arq:مصادر كتاب\";'),('arq','messages:booksources-invalid-isbn','s:122:\"ar:رقم ISBN المعطى لا يبدو صحيحا؛ تحقق من أخطاء النسخ من المصدر الأصلي.\";'),('arq','messages:booksources-isbn','s:12:\"ar:ردمك:\";'),('arq','messages:booksources-search','s:12:\"arq:فتّش\";'),('arq','messages:booksources-search-legend','s:44:\"arq:حوس ما بين مصادر الكتب\";'),('arq','messages:booksources-summary','s:3:\"en:\";'),('arq','messages:booksources-text','s:253:\"ar:توجد أدناه قائمة بوصلات لمواقع أخرى تبيع الكتب الجديدة والمستعملة، أيضا يمكنك أن تحصل على معلومات إضافية عن الكتب التي تبحث عنها من هناك:\";'),('arq','messages:boteditletter','s:6:\"arq:ب\";'),('arq','messages:botpasswords','s:30:\"arq:كلمات سر البوت\";'),('arq','messages:botpasswords-bad-appid','s:42:\"ar:اسم البوت \"$1\" غير صحيح.\";'),('arq','messages:botpasswords-created-body','s:134:\"ar:كلمة سر البوت للبوت \"$1\" الخاص {{GENDER:$2|بالمستخدم|بالمستخدمة}} \"$2\" تم إنشاؤها.\";'),('arq','messages:botpasswords-created-title','s:55:\"arq:كلمت` السرّ تاع البوت مصنوعة\";'),('arq','messages:botpasswords-createnew','s:50:\"arq:صناعة كلمة سر جديدة للبوت\";'),('arq','messages:botpasswords-deleted-body','s:102:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" قد حذفت.\";'),('arq','messages:botpasswords-deleted-title','s:55:\"arq:كلمت` السرّ تاع البوت تفاصات\";'),('arq','messages:botpasswords-disabled','s:61:\"arq:كلمات السر الخاصة بالبوت معطلة.\";'),('arq','messages:botpasswords-editexisting','s:52:\"arq:تعديل كلمة سر موجودة للبوت\";'),('arq','messages:botpasswords-existing','s:50:\"arq:كلمات سر البوت اللي كاينة\";'),('arq','messages:botpasswords-help-grants','s:241:\"ar:كل منحة تعطي وصولا لصلاحيات المستخدم المعروضة التي يمتلكها حساب المستخدم بالفعل. انظر [[Special:ListGrants|جدول المنح]] للمزيد من المعلومات.\";'),('arq','messages:botpasswords-insert-failed','s:78:\"ar:فشل في إضافة  اسم البوت \"$1\".هل أضيف بالفعل؟\";'),('arq','messages:botpasswords-invalid-name','s:104:\"ar:اسم المستخدم الموفر لا يحتوي على فاصل كلمة سر البوت (\"$1\").\";'),('arq','messages:botpasswords-label-appid','s:22:\"arq:آسم البوت:\";'),('arq','messages:botpasswords-label-cancel','s:12:\"arq:بطّل\";'),('arq','messages:botpasswords-label-create','s:12:\"arq:أصنع\";'),('arq','messages:botpasswords-label-delete','s:12:\"arq:امحي\";'),('arq','messages:botpasswords-label-grants','s:46:\"arq:الشروط المطبقة الممكنة\";'),('arq','messages:botpasswords-label-grants-column','s:17:\"ar:الممنوح\";'),('arq','messages:botpasswords-label-needsreset','s:34:\"arq:(لكود لازم يتبدل)\";'),('arq','messages:botpasswords-label-resetpassword','s:30:\"arq:عاود كلمة السر\";'),('arq','messages:botpasswords-label-update','s:29:\"arq:حدّث / ميزاجور\";'),('arq','messages:botpasswords-locked','s:100:\"ar:لا يمكنك تسجيل الدخول بكلمة مرور بوت حيث تم منع حسابك.\";'),('arq','messages:botpasswords-needs-reset','s:127:\"ar:يجب إعادة تعيين كلمة سر البوت لاسم بوت \"$2\" {{GENDER:$1|المستخدم|المستخدم}}\".\";'),('arq','messages:botpasswords-newpassword','s:448:\"ar:كلمة السر الجديدة لتسجيل الدخول ب <strong>$1</strong> هي <strong>$2</strong>. <em>من فضلك سجل هذه كمرجع في المستقبل .</em><br> (للبوتات القديمة التي تتطلب أن يكون اسم تسجيل الدخول مثل اسم المستخدم النهائي، يمكنك أيضا استخدام <strong>$3</strong> كاسم مستخدم و <strong>$4</strong> ككلمة سر.)\";'),('arq','messages:botpasswords-no-central-id','s:142:\"arq:باش تستخدام كلمة السر الخاصة بالبوت، لازم أن تسجيل الدخول من خلال حساب موحد.\";'),('arq','messages:botpasswords-no-provider','s:47:\"ar:BotPasswordsSessionProvider غير متاح.\";'),('arq','messages:botpasswords-not-exist','s:80:\"ar:المستخدم \"$1\" لا يمتلك كلمة سر بوت بالاسم \"$2\".\";'),('arq','messages:botpasswords-restriction-failed','s:66:\"ar:قيود كلمة سر البوت تمنع هذا الولوج.\";'),('arq','messages:botpasswords-summary','s:553:\"arq:<em>كلمات سر البوت</em> تسمح بالوصول لحساب مستخدم من خلال API بلا ما  تستخدام اعتمادات تسجيل الدخول الرئيسية للحساب. صلاحيات المستخدم المتوفرة عند تسجيل الدخول باستخدام كلمة سر بوت بالاك تكون مقيدة.\nإذا ما عرفتش علاش باغي تدير هذا، لازملك ما تديرهاش. حد أبدا ما يلزملو يسألك باش تولّد واحدة من هذه و تعطيهالو.\";'),('arq','messages:botpasswords-toolong-grants','s:82:\"ar:لقد جرى تحديد عدد كبير جدًا من تصاريح المنح.\";'),('arq','messages:botpasswords-toolong-restrictions','s:102:\"ar:هناك عدد كبير من الإدخالات لعناوين الأي بي أو النطاقات\";'),('arq','messages:botpasswords-update-failed','s:77:\"ar:فشل في تحديث كلمة سر البوت \"$1\". هل تم حذفه؟\";'),('arq','messages:botpasswords-updated-body','s:108:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" تم تحديثها.\";'),('arq','messages:botpasswords-updated-title','s:88:\"arq:كلمت` السرّ تاع البوت راهي ندارت لها الميزاجور\";'),('arq','messages:brackets','s:7:\"ar:[$1]\";'),('arq','messages:brackets-end','s:4:\"ar:]\";'),('arq','messages:brackets-start','s:4:\"ar:[\";'),('arq','messages:broken-file-category','s:67:\"arq:صفحات فيها وصيلات تاع ملفّات خاسرة\";'),('arq','messages:broken-file-category-desc','s:150:\"ar:يضاف التصنيف إذا كانت الصفحة تحتوي وصلة معطوبة (وصلة لتضمين ملف والملف غير موجود)\";'),('arq','messages:brokenredirects','s:30:\"ar:تحويلات مكسورة\";'),('arq','messages:brokenredirects-delete','s:9:\"ar:حذف\";'),('arq','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('arq','messages:brokenredirects-edit','s:14:\"arq:تبديل\";'),('arq','messages:brokenredirects-summary','s:3:\"en:\";'),('arq','messages:brokenredirectstext','s:77:\"ar:التحويلات التالية تصل لصفحات غير موجودة:\";'),('arq','messages:bydate','s:24:\"ar:حسب التاريخ\";'),('arq','messages:cachedspecial-viewing-cached-ttl','s:105:\"ar:أنت تستعرض نسخة مخبأة من هذه الصفحة، وقدمها قد يصل إلى $1.\";'),('arq','messages:cactions','s:15:\"ar:المزيد\";'),('arq','messages:cancel','s:14:\"arq:انيلي\";'),('arq','messages:cannotauth-not-allowed','s:69:\"ar:أنت غير مسموح لك باستخدام هذه الصفحة\";'),('arq','messages:cannotauth-not-allowed-title','s:24:\"ar:الإذن مرفوض\";'),('arq','messages:cannotchangeemail','s:115:\"arq:الادريسة تاع الإيمال تاع الحساب ما يمكنش تتبدّل ف هاد الويكي.\";'),('arq','messages:cannotcreateaccount-text','s:92:\"arq:خليق الحسابات المباشر ما راهش مشعول ف هاد الويكي\";'),('arq','messages:cannotcreateaccount-title','s:43:\"arq:خليق حسابات ماشي ممكن\";'),('arq','messages:cannotdelete','s:142:\"arq:ما تنجّمش تمحيتٰ الباجة ولا الفيشي \"$1\".\nبالاك كان دار المحيان شي واحد من قبَل.\";'),('arq','messages:cannotdelete-title','s:49:\"arq:ما يمكنش محيان الباجة \"$1\".\";'),('arq','messages:cannotlink-no-provider','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('arq','messages:cannotlink-no-provider-title','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('arq','messages:cannotlogin-text','s:50:\"arq:قطيع التوصال ما راهش ممكن\";'),('arq','messages:cannotlogin-title','s:43:\"arq:ما يمكنش قطيع التوصال\";'),('arq','messages:cannotloginnow-text','s:67:\"arq:قطيع التوصال ماشي ممكم كي تستعمل $1.\";'),('arq','messages:cannotloginnow-title','s:54:\"arq:ماشي ممكن قطيع التوصال ضركا\";'),('arq','messages:cannotlogoutnow-text','s:81:\"arq:قطيع التوصال ما هوش ممكن كي $1 تكون مستعملة.\";'),('arq','messages:cannotlogoutnow-title','s:53:\"arq:ما يمكنش قطيع` التوصال ضركا\";'),('arq','messages:cannotmove','s:101:\"ar:تعذر نقل الصفحة; {{PLURAL:$1|للسبب التالي|للأسباب التالية}}:\";'),('arq','messages:cannotundelete','s:62:\"ar:بعض أو كل عملية الاسترجاع فشلت:\n$1\";'),('arq','messages:cannotunlink-no-provider','s:74:\"ar:لا توجد حسابات مرتبطة يمكن إلغاء ربطها.\";'),('arq','messages:cannotunlink-no-provider-title','s:66:\"ar:لا توجد حسابات مرتبطة لإلغاء الربط\";'),('arq','messages:cant-block-nonexistent-page','s:86:\"ar:لا يمكنك منع مستخدم من $1 لأن الصفحة غير موجودة\";'),('arq','messages:cant-move-category-page','s:74:\"ar:أنت لا تمتلك صلاحية نقل صفحات التصانيف.\";'),('arq','messages:cant-move-subpages','s:82:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات الفرعية.\";'),('arq','messages:cant-move-to-category-page','s:82:\"ar:أنت لا تمتلك صلاحية نقل صفحة إلى صفحة تصنيف.\";'),('arq','messages:cant-move-to-user-page','s:143:\"ar:أنت لا تمتلك الصلاحية لنقل صفحة إلى صفحة مستخدم (ماعدا إلى صفحة مستخدم فرعية).\";'),('arq','messages:cant-move-user-page','s:97:\"ar:أنت لا تمتلك الصلاحية لنقل صفحات المستخدم الرئيسية.\";'),('arq','messages:cant-see-hidden-user','s:223:\"ar:المستخدم الذي تحاول منعه تم منعه سابقاً وإخفاؤه. بما أنك لا تمتلك صلاحية إخفاء المستخدم، لا يمكنك مشاهدة المنع أو تعديله.\";'),('arq','messages:cantmove-titleprotected','s:138:\"ar:لا يمكنك نقل صفحة إلى هذا الموقع، لأن العنوان الجديد تمت حمايته ضد الإنشاء\";'),('arq','messages:cantrollback','s:119:\"ar:لم يمكن استرجاع التعديل.\nآخر مساهم هو المؤلف الوحيد لهذه الصفحة.\";'),('arq','messages:cascadeprotected','s:274:\"arq:الپاجة هادي راهي محضيّة من التبدال خاطرش راهي مضمونة ف` {{PLURAL:$1|الباجة|الباجات}} هادي الّي بداتها محضيّة ب` الخاصيّة تاع \"احضي تاني الپاجات المضمونة\":$2.\";'),('arq','messages:cascadeprotectedwarning','s:502:\"ar:<strong>تحذير:</strong> تمت حماية هذه الصفحة بحيث يستطيع المستخدمون [[Special:ListGroupRights|ذوو صلاحيات محددة]] فقط تعديلها، وذلك لأنها مدمجة في {{PLURAL:$1||الصفحة التالية والتي تمت حمايتها|الصفحتين التاليتين واللتين تمت حمايتها|الصفحات التالية والتي تمت حمايتها}} بخاصية \"حماية الصفحات المدمجة\":\";'),('arq','messages:categories','s:18:\"arq:تصنيفات\";'),('arq','messages:categories-submit','s:12:\"arq:ورّي\";'),('arq','messages:categories-summary','s:3:\"en:\";'),('arq','messages:categoriesfrom','s:49:\"ar:اعرض التصنيفات ابتداء من:\";'),('arq','messages:categoriespagetext','s:255:\"ar:{{PLURAL:$1|التصنيف التالي|التصنيفات التالية}} موجودة في الويكي، وقد تكون مستخدمة أو غير مستخدمة،\nانظر أيضا [[Special:WantedCategories|التصنيفات المطلوبة]].\";'),('arq','messages:category-article-count','s:148:\"arq:هاذ الكاتيكورى فيها {{PLURAL:$2|هاذ الفيشيي|$2 الفيشيي, اللي{{PLURAL:$1|هاذ|نتع$1}} من تحتا}}.\";'),('arq','messages:category-article-count-limited','s:125:\"arq:{{PLURAL:$1||الصفحة التابعة|الـ $1 ‘ن صفحة التابعة}} مصنّفة ب هاذ التصنيف.\";'),('arq','messages:category-empty','s:87:\"arq:\'\'هاذ التصنيف ما فيه لا پاجات و لا ميلتيميديا.\'\'\";'),('arq','messages:category-file-count','s:148:\"arq:هاذ الكاتيكورى فيها {{PLURAL:$2|هاذ الفيشيي|$2 الفيشيي, اللي{{PLURAL:$1|هاذ|نتع$1}} من تحتا}}.\";'),('arq','messages:category-file-count-limited','s:131:\"arq:{{PLURAL:$1|الملف التابع مصنّف|الملفات الـ $1 التابعة مصنّفة}} ب هاذ التصنيف.\";'),('arq','messages:category-header-numerals','s:10:\"ar:$1–$2\";'),('arq','messages:category-media-header','s:64:\"arq:فيشيي ميلتيميديا فالكاتيكورى  \"$1\"\";'),('arq','messages:category-move-redirect-override','s:4:\"en:-\";'),('arq','messages:category-subcat-count','s:211:\"arq:{{PLURAL:$2|هاذ التصنيف فيه التصنيف الفرعي التالي|هاذ التصنيف فيه{{PLURAL:$1||التصنيف الفرعي|$1 تصنيفات فرعية}}، من إجمالي $2.}}\";'),('arq','messages:category-subcat-count-limited','s:146:\"arq:هاد الـتصنيف يسيع {{PLURAL:$1||التصنيف الفرعي التابع|التصنيفات الفرعية $1  التابعة}}.\";'),('arq','messages:category_header','s:41:\"arq:الباجه في التصنيف \"$1\"\";'),('arq','messages:categorypage','s:43:\"arq:شوف الباجة تاع الصنيف\";'),('arq','messages:categoryviewer-pagedlinks','s:12:\"ar:($1) ($2)\";'),('arq','messages:change-blocklink','s:27:\"arq:بدل البلوكاج\";'),('arq','messages:changeblockip','s:24:\"ar:تغيير المنع\";'),('arq','messages:changecontentmodel','s:50:\"ar:تغيير نموذج المحتوى لصفحة\";'),('arq','messages:changecontentmodel-cannot-convert','s:77:\"ar:المحتوى على [[:$1]] لا يمكن تحويله لنوع من $2.\";'),('arq','messages:changecontentmodel-current-label','s:42:\"ar:نموذج المحتوى الحالي:\";'),('arq','messages:changecontentmodel-emptymodels-text','s:73:\"ar:المحتوى على[[:$1]] لا يمكن تغييره لأي نوع.\";'),('arq','messages:changecontentmodel-emptymodels-title','s:46:\"ar:لا موديلات محتوى متوفرة\";'),('arq','messages:changecontentmodel-legend','s:35:\"ar:غير نموذج المحتوى\";'),('arq','messages:changecontentmodel-model-label','s:34:\"ar:نموذج محتوى جديد:\";'),('arq','messages:changecontentmodel-nodirectediting','s:75:\"ar:نموذج المحتوى $1 لا يدعم التعديل المباشر\";'),('arq','messages:changecontentmodel-reason-label','s:14:\"ar:السبب:\";'),('arq','messages:changecontentmodel-submit','s:13:\"ar:تغيير\";'),('arq','messages:changecontentmodel-success-text','s:53:\"ar:نوع المحتوى ل[[:$1]] تم تغييره.\";'),('arq','messages:changecontentmodel-success-title','s:46:\"ar:نموذج المحتوى تم تغييره\";'),('arq','messages:changecontentmodel-title-label','s:27:\"ar:عنوان الصفحة:\";'),('arq','messages:changecredentials','s:30:\"ar:تغيير الاعتماد\";'),('arq','messages:changecredentials-invalidsubpage','s:42:\"ar:$1 ليس نوع اعتماد صحيح.\";'),('arq','messages:changecredentials-submit','s:30:\"ar:تغيير الاعتماد\";'),('arq','messages:changecredentials-success','s:42:\"ar:اعتماداتك تم تغييرها.\";'),('arq','messages:changed','s:11:\"ar:غيرت\";'),('arq','messages:changeemail','s:63:\"arq:بدّل أو أمحي لادريسة تاع الإيمال\";'),('arq','messages:changeemail-header','s:214:\"arq:كمّل الكتبة ف` الجدوال هادا باش تبدّل لادريسة تاع الإيمال تاعك. يلزم لك تدخّل كلمت` السرّ تاعك باش تأكّد هاد التبدال.\";'),('arq','messages:changeemail-maxlength','s:92:\"ar:ينبغي ألا يتجاوز عنوان بريدك الإلكتروني 255 حرفًا.\";'),('arq','messages:changeemail-newemail','s:56:\"arq:لادريسة تاع الإيمال الجديدة:\";'),('arq','messages:changeemail-newemail-help','s:361:\"ar:هذا الحقل يجب أن يترك فارغا لو كنت تريد إزالة عنوان البريد الإلكتروني الخاص بك. لو أزيل عنوان البريد الإلكتروني لن تكون قادرا على إعادة ضبط كلمة سر ضائعة ولن تتلقى رسائل بريد إلكتروني من هذه الويكي.\";'),('arq','messages:changeemail-no-info','s:101:\"arq:لازم لك تكون مسجّل داخل باش توصَل ل هاد الپاجة بسّراح.\";'),('arq','messages:changeemail-nochange','s:59:\"ar:رجاءً أدخل كلمة سر جديد مختلفة.\";'),('arq','messages:changeemail-none','s:14:\"arq:(والو)\";'),('arq','messages:changeemail-oldemail','s:56:\"arq:لادريسة تاع الإيمال السارية:\";'),('arq','messages:changeemail-password','s:50:\"arq:كلمت` السرّ تاعك ف {{SITENAME}}:\";'),('arq','messages:changeemail-submit','s:27:\"arq:بدّل الإيمال\";'),('arq','messages:changeemail-summary','s:3:\"en:\";'),('arq','messages:changeemail-throttled','s:183:\"arq:راك درت بزّاف تاع المسيّات (كتَر منل مقبول!) باش تسجّل الدخول.\nالله يحفضك اصبر $1 قبَل ما تعاود تسيّي.\";'),('arq','messages:changepassword','s:33:\"arq:بدّل كلمت` السرّ\";'),('arq','messages:changepassword-success','s:57:\"arq:كلمت السرّ نتاعك راها تبدّلت!\";'),('arq','messages:changepassword-summary','s:3:\"en:\";'),('arq','messages:changepassword-throttled','s:165:\"arq:راك درت مسيّات كتَر من المقبول باش تدخُل ف`السيت.\nالله يخلّيك، اصبَر $1 قبَل ما تسيّي عاود.\";'),('arq','messages:changeslist-nocomment','s:27:\"ar:لا ملخص تعديل\";'),('arq','messages:checkbox-all','s:11:\"ar:الكل\";'),('arq','messages:checkbox-invert','s:11:\"ar:اعكس\";'),('arq','messages:checkbox-none','s:14:\"ar:لا شيء\";'),('arq','messages:checkbox-select','s:15:\"ar:اختر: $1\";'),('arq','messages:clearyourcache','s:859:\"arq:<strong>ملاحضة:</strong> مور ما تحفّظ التبدالات تاعك، بلاك تحتاج باش تفرغ الكاش تاع المتصفح تاعك باش تنجم تشوف واش بدّلت.\n* <strong>فايرفوكس / سلفاري :</strong> ابقا ضارك على القفلة <em>Maj</em> (<em>Shift</em>) منين تكون تدرك على <em>Reload</em>، ولا ادرك ثاني إما  <em>Ctrl-F5</em> ولا <em>Ctrl-R</em> (<em>⌘-R</em> على ماك)\n* <strong>قوقل كروم:</strong> ادرك <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> على ماك)\n* <strong>إنترنت إكسبلورر:</strong> ادرك \'\'Ctrl\'\' منين تدرك على \'\'Refresh\'\'، ولا ادرك \'\'Ctrl-F5\'\'\n* \'\'\'كنكرر:\'\'\' ادرك \'\'Reload\'\' ولا ادرك \'\'F5\'\'\n* \'\'\'أوبرا:\'\'\' فرغ الكاش في \'\'Tools → Preferences\'\'\";'),('arq','messages:collapsible-collapse','s:12:\"arq:خبّي\";'),('arq','messages:collapsible-expand','s:12:\"arq:ورّي\";'),('arq','messages:colon-separator','s:9:\"ar::&#32;\";'),('arq','messages:comma-separator','s:10:\"ar:،&#32;\";'),('arq','messages:common.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */\";'),('arq','messages:common.js','s:128:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها لكل المستخدمين مع كل تحميل للصفحة. */\";'),('arq','messages:common.json','s:116:\"ar:/* سيتم تحميل أي جسون هنا لجميع المستخدمين في كل تحميل للصفحة. */\";'),('arq','messages:compare-page1','s:13:\"ar:صفحة 1\";'),('arq','messages:compare-page2','s:13:\"ar:صفحة 2\";'),('arq','messages:compare-rev1','s:13:\"ar:نسخة 1\";'),('arq','messages:compare-rev2','s:13:\"ar:نسخة 2\";'),('arq','messages:compare-revision-not-exists','s:62:\"ar:المراجعة التي حددتها غير موجودة.\";'),('arq','messages:compare-submit','s:11:\"ar:قارن\";'),('arq','messages:comparepages','s:22:\"ar:قارن صفحات\";'),('arq','messages:comparepages-summary','s:3:\"en:\";'),('arq','messages:compareselectedversions','s:51:\"arq:كومباري بين نسختين مخيرين\";'),('arq','messages:config-invalid-key','s:70:\"ar:معلمة تكوين ميدياويكي غير صالحة \"$1\": $2\";'),('arq','messages:config-missing-key','s:61:\"ar:معلمة تكوين ميدياويكي مفقودة \"$1\"\";'),('arq','messages:confirm','s:9:\"ar:أكد\";'),('arq','messages:confirm-markpatrolled-button','s:13:\"ar:موافق\";'),('arq','messages:confirm-markpatrolled-top','s:61:\"ar:علم على المراجعة $3 من $2 كمراجعة؟\";'),('arq','messages:confirm-mcrrestore-title','s:30:\"ar:استرجاع مراجعة\";'),('arq','messages:confirm-mcrundo-title','s:31:\"ar:الرجوع عن تغيير\";'),('arq','messages:confirm-purge-bottom','s:111:\"ar:إفراغ مختزن الصفحة يمحو المختزن ويجبر أحدث نسخة على الظهور.\";'),('arq','messages:confirm-purge-title','s:40:\"ar:محو مختزن هذه الصفحة\";'),('arq','messages:confirm-purge-top','s:42:\"ar:محو مختزن هذه الصفحة؟\";'),('arq','messages:confirm-rollback-bottom','s:108:\"ar:هذا الإجراء سيسترجع فورا التغييرات المحددة في هذه الصفحة.\";'),('arq','messages:confirm-rollback-button','s:13:\"ar:موافق\";'),('arq','messages:confirm-rollback-top','s:60:\"ar:استرجاع التعديلات لهذه الصفحة؟\";'),('arq','messages:confirm-unwatch-button','s:13:\"ar:موافق\";'),('arq','messages:confirm-unwatch-top','s:66:\"ar:إزالة هذه الصفحة من قائمة مراقبتك؟\";'),('arq','messages:confirm-watch-button','s:13:\"ar:موافق\";'),('arq','messages:confirm-watch-button-expiry','s:11:\"ar:راقب\";'),('arq','messages:confirm-watch-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('arq','messages:confirm-watch-top','s:68:\"ar:إضافة هذه الصفحة إلى قائمة مراقبتك؟\";'),('arq','messages:confirm_purge_button','s:13:\"ar:موافق\";'),('arq','messages:confirmable-confirm','s:52:\"arq:آش يلا راك مأكّد{{GENDER:$1||ة}}؟\";'),('arq','messages:confirmable-no','s:8:\"arq:لا\";'),('arq','messages:confirmable-yes','s:10:\"arq:إيه\";'),('arq','messages:confirmdeletetext','s:294:\"ar:أنت على وشك أن تقوم بحذف صفحة بالإضافة إلى كل تاريخها.\nمن فضلك التأكد من عزمك على الحذف، وبأنك مدرك للعواقب، وبأنك تقوم بهذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('arq','messages:confirmedittext','s:294:\"arq:لازم لك تكونفيرمي لادريسة تاع الإيمال تاعك قبل ما تنجم تإيديتي الپاجة.\nالله يسترك صاوب و أكّد لادريسة تاع الإيمال ديالك فل [[Special:Preferences|ختيّارات تاع المستعملي]].\";'),('arq','messages:confirmemail','s:58:\"ar:تأكيد عنوان البريد الإلكتروني\";'),('arq','messages:confirmemail_body','s:586:\"ar:شخص ما، من المحتمل أن يكون أنت، من عنوان الأيبي $1،\nسجل حسابا \"$2\" بعنوان البريد الإلكتروني هذا في {{SITENAME}}.\n\nلتأكيد أن هذا الحساب ينتمي إليك فعلا وتفعيل خواص البريد الإلكتروني في {{SITENAME}}، افتح هذه الوصلة في متصفحك :\n\n$3\n\nلو كنت *لم* تسجل الحساب، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد الإلكتروني\n:\n\n$5\n\nكود التفعيل هذا سينتهي في $4.\";'),('arq','messages:confirmemail_body_changed','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتفعيل خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('arq','messages:confirmemail_body_set','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتنشيط خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('arq','messages:confirmemail_invalid','s:82:\"ar:كود تأكيد غير صحيح.\nربما انتهت فترة صلاحيته.\";'),('arq','messages:confirmemail_invalidated','s:76:\"ar:تأكيد عنوان البريد الإلكتروني تم إلغاؤه\";'),('arq','messages:confirmemail_loggedin','s:62:\"ar:بريدك الإلكتروني تم تأكيده الآن.\";'),('arq','messages:confirmemail_needlogin','s:67:\"ar:يجب عليك $1 لتأكيد بريدك الإلكتروني.\";'),('arq','messages:confirmemail_noemail','s:120:\"ar:ليس لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]].\";'),('arq','messages:confirmemail_oncreate','s:288:\"ar:تم إرسال كود تأكيد إلى عنوان بريدك الإلكتروني.\nالكود غير مطلوب للدخول، ولكن يجب إدخاله قبل استخدامك أيًّا من خواص البريد الإلكتروني المستخدمة هنا في الويكي.\";'),('arq','messages:confirmemail_pending','s:238:\"ar:تم إرسال كود التأكيد إلى بريدك الإلكتروني مؤخراً؛\nإذا كنت قد أنشأت حسابك للتو، من الأفضل أن تنتظر بضع دقائق قبل أن تطلب كوداً آخر.\";'),('arq','messages:confirmemail_send','s:29:\"ar:أرسل كود تأكيد\";'),('arq','messages:confirmemail_sendfailed','s:234:\"ar:لم يتمكن {{SITENAME}} من إرسال رسالة التأكيد إليك.\nمن فضلك تأكد من عنوان بريدك الإلكتروني بحثاً عن حروف غير صحيحة.\n\nأرجع خادم البريد: $1\";'),('arq','messages:confirmemail_sent','s:61:\"ar:تم إرسال رسالة التأكيد، شكرا لك.\";'),('arq','messages:confirmemail_subject','s:55:\"ar:رسالة تأكيد البريد من {{SITENAME}}\";'),('arq','messages:confirmemail_success','s:137:\"ar:تم تأكيد بريدك الإلكتروني.\nيمكنك الآن [[Special:UserLogin|الدخول]] والتمتع بالويكي.\";'),('arq','messages:confirmemail_text','s:419:\"ar:{{SITENAME}} يجب تأكيد عنوانك الإلكتروني قبل استخدام خصائص البريد الإلكتروني.\nاضغط على زر التفعيل بالأسفل ليتم إرسال رسالة تأكيد إلى عنوانك.\nستتضمن الرسالة رمز تفعيل؛\nاضغط على الوصلة التي تحتوي الرمز لتأكيد أن عنوانك الإلكتروني صحيح.\";'),('arq','messages:confirmleave-warning','s:108:\"ar:قد تتسبب مغادرة هذه الصفحة في فقد أي تغييرات قمت بإجرائها.\";'),('arq','messages:confirmrecreate','s:305:\"ar:{{GENDER:$1|حذف المستخدم|حذفت المستخدمة}} [[User:$1|$1]] ([[User talk:$1|نقاش]]) هذه الصفحة بعد أن بدأت أنت بتحريرها للسبب التالي:\n: <em>$2</em>\nالرجاء التأكد من أنك تريد إعادة إنشاء هذه الصفحة.\";'),('arq','messages:confirmrecreate-noreason','s:267:\"ar:{{GENDER:$1|حذف المستخدم|حذفت المستخدمة}} [[User:$1|$1]] ([[User talk:$1|نقاش]]) هذه الصفحة بعد أن بدأت أنت بتحريرها. الرجاء التأكد من أنك تريد إعادة إنشاء هذه الصفحة.\";'),('arq','messages:content-failed-to-parse','s:62:\"ar:فشل في تحليل $2 محتوى لـ $1 نموذج: $3\";'),('arq','messages:content-json-empty-array','s:26:\"ar:مصفوفة فارغة\";'),('arq','messages:content-json-empty-object','s:20:\"ar:كائن فارغ\";'),('arq','messages:content-model-css','s:17:\"ar:سي إس إس\";'),('arq','messages:content-model-javascript','s:21:\"ar:جافاسكربت\";'),('arq','messages:content-model-json','s:11:\"ar:جسون\";'),('arq','messages:content-model-text','s:16:\"ar:نص عادي\";'),('arq','messages:content-model-wikitext','s:17:\"arq:نص ويكي\";'),('arq','messages:content-not-allowed-here','s:81:\"ar:لا يسمح بمحتوى \"$1\" على صفحة [[:$2]] في الفتحة \"$3\"\";'),('arq','messages:contentmodelediterror','s:214:\"ar:أنت لا يمكنك تعديل هذه المراجعة لأن موديل محتواها هو  <code>$1</code>، والذي يختلف عن موديل المحتوى الحالي للصفحة  <code>$2</code>.\";'),('arq','messages:continue-editing','s:38:\"arq:روح لصندوق التحرير\";'),('arq','messages:contribslink','s:22:\"arq:المساهمات\";'),('arq','messages:contribsub2','s:27:\"arq:ل{{GENDER:$3|$1}} ($2)\";'),('arq','messages:contributions','s:34:\"ar:مساهمات المستخدم\";'),('arq','messages:contributions-subtitle','s:23:\"ar:لـ{{GENDER:$3|$1}}\";'),('arq','messages:contributions-summary','s:3:\"en:\";'),('arq','messages:contributions-title','s:71:\"arq:مساهمات {{GENDER:$1|المستخدم|المستخدمه}} $1\";'),('arq','messages:contributions-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('arq','messages:converter-manual-rule-error','s:82:\"ar:خطأ تم اكتشافه في قاعدة تحويل اللغة اليدوية\";'),('arq','messages:copyright','s:124:\"arq:المحتاوا راه تحت النسخة $1 تاع الليسانس، غير يلا كان مكتوب حاجاخرة.\";'),('arq','messages:copyrightpage','s:38:\"arq:{{ns:project}}:حقوق النسخ\";'),('arq','messages:copyrightwarning','s:601:\"ar:من فضلك لاحظ أن جميع المساهمات ل{{SITENAME}} خاضعة وصادرة تحت ترخيص $2 (انظر $1 للمزيد من التفاصيل).\nإذا لم ترد أن تخضع كتابتك للتعديل والتوزيع الحر، لا تضعها هنا<br />.\nكما أنك تتعهد بأنك قمت بكتابة ما هو موجود بنفسك، أو قمت بنسخها من مصدر يخضع ضمن الملكية العامة، أو مصدر حر آخر.\n<strong>لا ترسل أي عمل ذي حقوق محفوظة بدون الإذن من صاحب الحق!</strong>\";'),('arq','messages:copyrightwarning2','s:562:\"ar:من فضلك لاحظ أن جميع المساهمات في {{SITENAME}} يمكن أن تعدل أو تتغير أو تزال من قبل المساهمين الآخرين.\nإذا لم تكن ترغب أن تعدل مشاركاتك بهذا الشكل، لا تضعها هنا.<br />\nأنت تقر أيضا أنك كتبت هذا بنفسك، أو نسخته من مصدر يخضع للملكية العامة، أو مصدر حر آخر (انظر $1 للتفاصيل).\n<strong>لا تضف أي عمل ذي حقوق محفوظة بدون تصريح!</strong>\";'),('arq','messages:copyupload-allowed-domains','s:3:\"en:\";'),('arq','messages:copyuploaddisabled','s:37:\"ar:الرفع من مسار معطل.\";'),('arq','messages:create','s:12:\"arq:أصنع\";'),('arq','messages:create-local','s:32:\"arq:زيد توصاف مبلّد\";'),('arq','messages:createaccount','s:21:\"arq:اصنع حساب\";'),('arq','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('arq','messages:createaccount-text','s:322:\"arq:شي واحد راه خلَق حساب ف {{SITENAME}} ($4) ب`السميّة \"$2\"، و كلمت` السرّ \"$3\".\nلازم لك ضركا تتسجّل داخل ف` السيت و تبدّل كلمت` السرّ ديالك.\n\nيلا هاد الحساب راه نخلَق ب غلطة، غير فوت هاد الميساج.\";'),('arq','messages:createaccount-title','s:37:\"arq:خليق حساب ف {{SITENAME}}\";'),('arq','messages:createaccountblock','s:42:\"ar:إنشاء الحسابات ممنوع.\";'),('arq','messages:createaccounterror','s:47:\"arq:ماشي ممكن خليق الحساب: $1\";'),('arq','messages:createaccountmail','s:111:\"arq:استعمل كلمت` سرّ على الزهَر و ابعتها للإيمال المنعوت هنايا.\";'),('arq','messages:createaccountmail-help','s:145:\"arq:ينجم يتستعمل ل` الصنيع تاع حساب ل بنادم وحداخُر بلا ما تكون كلمت` السرّ معروفة.\";'),('arq','messages:createacct-another-continue-submit','s:34:\"arq:كمّل صنيع الحساب\";'),('arq','messages:createacct-another-email-ph','s:41:\"arq:دخّل علوان تاع إيمال\";'),('arq','messages:createacct-another-realname-tip','s:176:\"arq:السميّة الحقّانيّة ماشي ملزومة.\nيلا تستعملها غادي تصلاح باش تنسّب ليك الخدمة الّي غادي تديرها.\";'),('arq','messages:createacct-another-submit','s:21:\"arq:اصنع حساب\";'),('arq','messages:createacct-another-username-ph','s:53:\"arq:دخّل السميّة تاع المستعملي\";'),('arq','messages:createacct-benefit-body1','s:43:\"arq:{{PLURAL:$1|تحرير|تحريرات}}\";'),('arq','messages:createacct-benefit-body2','s:40:\"arq:$1 {{PLURAL:$1|صفحة|صفحات}}\";'),('arq','messages:createacct-benefit-body3','s:54:\"arq:{{PLURAL:$1|مساهم|مساهمين}} توالا\";'),('arq','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('arq','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('arq','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('arq','messages:createacct-benefit-heading','s:68:\"arq:{{SITENAME}} مخلوق من عند شي ناس غير كيفك.\";'),('arq','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('arq','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('arq','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('arq','messages:createacct-continue-submit','s:34:\"arq:كمّل صنيع الحساب\";'),('arq','messages:createacct-email-ph','s:44:\"arq:دخّل علوان` ليمال تاعك\";'),('arq','messages:createacct-emailoptional','s:47:\"arq:علوان ليمال (ماشي مسيّف)\";'),('arq','messages:createacct-emailrequired','s:32:\"arq:علوان تاع إيمال\";'),('arq','messages:createacct-error','s:46:\"arq:غلطة فل خليق تاع الحساب\";'),('arq','messages:createacct-helpusername','s:3:\"en:\";'),('arq','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('arq','messages:createacct-loginerror','s:150:\"arq:الحساب راه ندار وحدو، لكن ما دخلتش أوتوماتيك، من فضلك روح [[Special:UserLogin|دخلة بيديك]]\";'),('arq','messages:createacct-normalization','s:102:\"ar:سيتم تعديل اسم المستخدم الخاص بك إلى \"$2\" بسبب قيود فنية.\";'),('arq','messages:createacct-realname','s:53:\"arq:الأسم الحقّاني (ماشي محتّم)\";'),('arq','messages:createacct-reason','s:32:\"arq:سبّة (بصفة عامة)\";'),('arq','messages:createacct-reason-confirm','s:190:\"ar:السبب الذي قمت بإدخاله هو بريدٌ إلكتروني. إذا كان الإدخال صحيحًا، يرجى النقر فوق \"إنشاء حساب\" مرةً أخرى.\";'),('arq','messages:createacct-reason-help','s:91:\"arq:الميساج الي يكون باين ف` الجرنان تاع صنيع الحساب\";'),('arq','messages:createacct-reason-ph','s:52:\"arq:علاش راك تخلق حساب وحداخُر\";'),('arq','messages:createacct-submit','s:23:\"arq:اصنع حسابك\";'),('arq','messages:createacct-temp-warning','s:117:\"ar:التعديلات التي تجريها بحسابك المؤقت لن تُنقل إلى حسابك الدائم.\";'),('arq','messages:createacct-username-help','s:3:\"en:\";'),('arq','messages:createacct-useuniquepass','s:116:\"ar:ننصحك أن تستخدم كلمة سر فريدة لا تستخدمها على أي موقع شبكي آخر.\";'),('arq','messages:createacct-yourpassword-ph','s:29:\"arq:دخّل كلمت` سرّ\";'),('arq','messages:createacct-yourpasswordagain','s:33:\"arq:أكّد كلمت` السرّ\";'),('arq','messages:createacct-yourpasswordagain-ph','s:42:\"arq:عاود دخّل كلمت` السرّ\";'),('arq','messages:created','s:13:\"ar:أنشئت\";'),('arq','messages:creating','s:15:\"arq:خليق $1\";'),('arq','messages:credentialsform-account','s:23:\"ar:اسم الحساب:\";'),('arq','messages:credentialsform-provider','s:31:\"ar:نوع الاعتمادات:\";'),('arq','messages:creditspage','s:28:\"ar:إشادات الصفحة\";'),('arq','messages:cur','s:16:\"arq:الحالي\";'),('arq','messages:currentevents','s:24:\"arq:الختيّارات\";'),('arq','messages:currentevents-url','s:24:\"arq:Project:خبورات\";'),('arq','messages:currentrev','s:34:\"ar:المراجعة الحالية\";'),('arq','messages:currentrev-asof','s:53:\"arq:نسخة ضركانية بل تاريخ تاع $1\";'),('arq','messages:currentrevisionlink','s:35:\"arq:المراجعه الحاليه\";'),('arq','messages:customcssprotected','s:185:\"arq:ما عندكش السراح باش تبدّل الپاجة css هادي خاطرش راه مكمون فيها شي توجادات شخصيّة تاع مستعملي وحداخُر.\";'),('arq','messages:customjsonprotected','s:145:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه لأنها تحتوي على إعدادات شخصية لمستخدم آخر.\";'),('arq','messages:customjsprotected','s:202:\"arq:ما عندكش السراح باش تبدّل الپاجة جافاسكريبت هادي خاطرش راه مكمون فيها شي توجادات شخصيّة تاع مستعملي وحداخُر.\";'),('arq','messages:databaseerror','s:57:\"arq:غلطة فل دخيرة تاع الخبيرات (DB)\";'),('arq','messages:databaseerror-error','s:16:\"arq:غلطة: $1\";'),('arq','messages:databaseerror-function','s:18:\"arq:دالّة: $1\";'),('arq','messages:databaseerror-query','s:21:\"arq:مسقسية : $1\";'),('arq','messages:databaseerror-text','s:166:\"arq:صرات غلطة عند المسقسية تاع الدخيرة تاع الخبيرات. هاد الشي ينجم يكون جاي من غلطة فل برنامج.\";'),('arq','messages:databaseerror-textcl','s:92:\"arq:صرات غلطة عند المسقسية تاع الدخيرة تاع الخبيرات.\";'),('arq','messages:databaselocked','s:55:\"ar:قاعدة البيانات مقفلة بالفعل.\";'),('arq','messages:databasenotlocked','s:51:\"ar:قاعدة البيانات ليست مغلقة.\";'),('arq','messages:date','s:32:\"ar:من تاريخ (وأقدم):\";'),('arq','messages:date-range-from','s:19:\"ar:من تاريخ:\";'),('arq','messages:date-range-to','s:21:\"ar:حتى تاريخ:\";'),('arq','messages:datedefault','s:18:\"ar:لا تفضيل\";'),('arq','messages:days','s:80:\"ar:{{PLURAL:$1||يوم واحد|يومين|$1 أيام|$1 يومًا|$1 يوم}}\";'),('arq','messages:days-abbrev','s:7:\"ar:$1ي\";'),('arq','messages:dberr-again','s:73:\"ar:جرب الانتظار بضع دقائق وإعادة التحميل.\";'),('arq','messages:dberr-info','s:70:\"ar:(لا يمكن الوصول إلى قاعدة البيانات: $1)\";'),('arq','messages:dberr-info-hidden','s:63:\"ar:(لا يمكن الاتصال بقاعدة البيانات)\";'),('arq','messages:dberr-problems','s:73:\"ar:عذرا! هذا الموقع يعاني من صعوبات تقنية.\";'),('arq','messages:deadendpages','s:37:\"ar:صفحات نهاية مسدودة\";'),('arq','messages:deadendpages-summary','s:3:\"en:\";'),('arq','messages:deadendpagestext','s:90:\"ar:الصفحات التالية لا تصل إلى صفحات أخرى في {{SITENAME}}.\";'),('arq','messages:dec','s:16:\"arq:ديسمبر\";'),('arq','messages:december','s:16:\"arq:ديسمبر\";'),('arq','messages:december-gen','s:16:\"arq:ديسمبر\";'),('arq','messages:default','s:17:\"ar:افتراضي\";'),('arq','messages:default-skin-not-found','s:2220:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code dir=\"ltr\">$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nعملية تنصيبك يبدو أنها تحتوي على {{PLURAL:$4|الواجهة|الواجهات}} التالية. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيف تفعل  {{PLURAL:$4|ها|هم وتختار الافتراضي}}.\n\n$2\n\n; لو أنك قمت بتنصيب ميدياويكي حالا:\n: أنت ربما قمت بالتنصيب من git, أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. حاول تنصيب بعض الواجهات من [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل:\n:* تحميل [https://www.mediawiki.org/wiki/Download tarball installer]، والذي يأتي مع واجهات وامتدادات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> مباشرة منه.\n:* تحميل ال  واجهات الtarballs الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتعارض مع مستودع git الخاص بك لو أنك مطور ميدياويكي.\n\n; لو أنك قمت بترقية ميدياويكي حالا:\n: MediaWiki 1.24 وأحدث لم يعد يقوم بتفعيل الواجهات المنصبة تلقائيا (انظر [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). أنت يمكنك نسخ {{PLURAL:$5|السطر التالي|السطور التالية}} إلى <code>LocalSettings.php</code> لتفعيل {{PLURAL:$5||كل}}  {{PLURAL:$5|الواجهة|الواجهات}} المنصبة:\n\n<pre dir=\"ltr\">$3</pre>\n\n; لو أنك قمت بتعديل <code>LocalSettings.php</code> حالا:\n: فتحقق مجددا من أسماء الواجهات للأخطاء الإملائية.\";'),('arq','messages:default-skin-not-found-no-skins','s:1555:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code>$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nأنت ليس لديك أي واجهات منصبة.\n\n; لو أنك قد قمت بتنصيب أو ترقية ميدياويكي حالا:\n: أنت على الأرجح قد قمت بالتنصيب من git، أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. MediaWiki 1.24 وأحدث لا يحتوي على أي واجهات في المستودع الرئيسي. حاول تنصيب بعض الواجهات من  [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل [https://www.mediawiki.org/wiki/Download tarball installer], والذي يأتي مع واجهات وامتداات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> منه.\n:* تحميل tarballs الواجهات الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتداخل مع مستودع git الخاص بك لو أنك مطور ميدياويكي. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيفية تفعيل الواجهات واختيار الافتراضي.\";'),('arq','messages:default-skin-not-found-row-disabled','s:55:\"ar:* <code>$1</code> / $2 (<strong>ملغاة</strong>)\";'),('arq','messages:default-skin-not-found-row-enabled','s:36:\"ar:* <code>$1</code> / $2 (مفعل)\";'),('arq','messages:defaultmessagetext','s:41:\"ar:نص الرسالة الافتراضي\";'),('arq','messages:defemailsubject','s:53:\"ar:رسالة {{SITENAME}} من المستخدم \"$1\"\";'),('arq','messages:deflate-invaliddeflate','s:73:\"ar:المحتوى المقدم لا يتم تفريغه بشكل صحيح\";'),('arq','messages:delete','s:12:\"arq:امحي\";'),('arq','messages:delete-confirm','s:14:\"ar:حذف \"$1\"\";'),('arq','messages:delete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('arq','messages:delete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('arq','messages:delete-error-associated-alreadytalk','s:74:\"ar:لا يُمكن حذف النقاش المرتبط بصفحة نقاش.\";'),('arq','messages:delete-error-associated-doesnotexist','s:77:\"ar:لا يُمكن حذف صفحة نقاش مرتبطة غير موجودة.\";'),('arq','messages:delete-hook-aborted','s:127:\"arq:المحيان راه منحّي من عند كاش توسيعة.\nما عندنا حتا تفسار على هاد الشي.\";'),('arq','messages:delete-legend','s:9:\"ar:حذف\";'),('arq','messages:delete-scheduled','s:91:\"ar:تمت جدولة الصفحة \"$1\" للحذف،\nيُرجَى التحلي بالصبر.\";'),('arq','messages:delete-talk-summary-prefix','s:70:\"ar:حُذفت مع صفحة النقاش المرتبطة بسبب: $1\";'),('arq','messages:delete-toobig','s:273:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقُيّد محذف مثل هذه الصفحات لمنع الاضطراب المفاجئة في {{SITENAME}}.\";'),('arq','messages:delete-toomanyrevisions','s:257:\"ar:أنت تحاول حذف أكثر من {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} في المرة الواحدة. قُيد مثل هذه العملية لمنع الانقطاع العرضي لـ{{SITENAME}}.\";'),('arq','messages:delete-warning-toobig','s:296:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقد يؤدي حذفها إلى اضطراب عمليات قاعدة البيانات في {{SITENAME}}؛\nاستمر مع الحذر.\";'),('arq','messages:delete_and_move_confirm','s:33:\"ar:نعم، احذف الصفحة\";'),('arq','messages:delete_and_move_reason','s:55:\"ar:حُذِفت لإفساح مجال لنقل \"[[$1]]\"\";'),('arq','messages:delete_and_move_text','s:127:\"ar:الصفحة الهدف \"[[:$1]]\" موجودة بالفعل.\nهل تريد حذفها لإفساح المجال للنقل؟\";'),('arq','messages:delete_redirect_and_move_text','s:170:\"ar:الصفحة المستهدفة \"[[:$1]]\" قائمة بالفعل بصفة إعادة توجيه.\nهل ترغب في حذفها كي تفسح المجال للنقل؟\";'),('arq','messages:deletecomment','s:14:\"ar:السبب:\";'),('arq','messages:deleted-page-and-talkpage','s:88:\"ar:حُذفت \"$1\" و \"$2\".\nطالع $3 لسجل عمليات الحذف الأخيرة.\";'),('arq','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('arq','messages:deletedcontributions','s:51:\"ar:مساهمات المستخدم المحذوفة\";'),('arq','messages:deletedcontributions-summary','s:3:\"en:\";'),('arq','messages:deletedcontributions-title','s:56:\"ar:مساهمات المستخدم المحذوفة ل$1\";'),('arq','messages:deletedhist','s:32:\"ar:التاريخ المحذوف\";'),('arq','messages:deletedrevision','s:44:\"ar:حذف المراجعة القديمة $1\";'),('arq','messages:deletedtext','s:113:\"ar:حُذفت «$1». انظر $2 للاطلاع على سجل عمليات الحذف الأكثر حداثةً.\";'),('arq','messages:deletedwhileediting','s:113:\"ar:<strong>تحذير:</strong> هذه الصفحة تم حذفها بعد أن بدأت أنت بتعديلها!\";'),('arq','messages:deleteotherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('arq','messages:deletepage','s:20:\"ar:احذف صفحة\";'),('arq','messages:deletepage-deletetalk','s:50:\"ar:احذف صفحة النقاش المرتبطة\";'),('arq','messages:deletepage-submit','s:22:\"ar:حذف الصفحة\";'),('arq','messages:deletepage-summary','s:3:\"en:\";'),('arq','messages:deleteprotected','s:68:\"ar:لا يمكنك حذف هذه الصفحة لأنها محمية.\";'),('arq','messages:deletereason-dropdown','s:167:\"ar:*أسباب الحذف الشائعة\n** سخام\n** تخريب\n** خرق لحقوق التأليف والنشر\n** طلب المؤلف\n** تحويلة مكسورة\";'),('arq','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('arq','messages:deletereasonotherlist','s:16:\"ar:سبب آخر\";'),('arq','messages:deleting-backlinks-warning','s:177:\"ar:<strong>تحذير:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|صفحات أخرى]] تصل إلى أو تضمن الصفحة التي أنت على وشك حذفها.\";'),('arq','messages:deleting-subpages-warning','s:238:\"ar:<strong>تحذير:</strong> الصفحة التي على وشك أن تحذفها لديها [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|صفحة فرعية|$1 صفحات فرعية|51=أكثر من 50 صفحة فرعية}}]].\";'),('arq','messages:deleting-talkpage-subpages-warning','s:243:\"ar:<strong>تحذير:</ strong> تحتوي صفحة الحديث المرتبطة بالصفحة التي أنت على وشك حذفهاعلى [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('arq','messages:deletionlog','s:20:\"ar:سجل الحذف\";'),('arq','messages:dellogpage','s:40:\"arq:ريجيستر محو الباجات\";'),('arq','messages:dellogpagetext','s:64:\"ar:بالأسفل قائمة بأحدث عمليات الحذف.\";'),('arq','messages:destfilename','s:38:\"ar:اسم الملف المستهدف:\";'),('arq','messages:diff','s:16:\"arq:إختلاف\";'),('arq','messages:diff-empty','s:33:\"arq:(ما كاين حتا فرق)\";'),('arq','messages:diff-form','s:11:\"ar:فروق\";'),('arq','messages:diff-form-error-revid','s:54:\"ar:إدخال معرف المراجعة الرقمية\";'),('arq','messages:diff-form-oldid','s:52:\"ar:معرف مراجعة قديمة (اختياري)\";'),('arq','messages:diff-form-other-revid','s:28:\"ar:معرف المراجعة\";'),('arq','messages:diff-form-revid','s:35:\"ar:معرف مراجعة الفرق\";'),('arq','messages:diff-form-submit','s:24:\"ar:أظهر الفروق\";'),('arq','messages:diff-form-summary','s:3:\"en:\";'),('arq','messages:diff-multi-manyusers','s:413:\"ar:({{PLURAL:$1||مراجعة واحدة متوسطة غير معروضة أجراها|مراجعتان متوسطتان غير معروضتان أجراهما|$1 مراجعات متوسطة غير معروضة أجراها|$1 مراجعة متوسطة غير معروضة أجراها}} أكثر من {{PLURAL:$2||مستخدم واحد|مستخدمين|$2 مستخدمين|$2 مستخدمًا|$2 مستخدم}}.)\";'),('arq','messages:diff-multi-otherusers','s:216:\"arq:({{PLURAL:$1|تبديلة متوسّطة وحدة|$1 تبديلات متوسّطين}} من عند {{PLURAL:$2|مستعملي وحداخر|$2 مستعمليين}} ماشي {{PLURAL:$1|مورّية|موريين}})\";'),('arq','messages:diff-multi-sameuser','s:183:\"arq:({{PLURAL:$1|تبديلة متوسّطة وحدة|$1 تبديلات متوسّطين}} ماشي {{PLURAL:$1|مورّية|$1 مورّيين}} من عند نفس المستعملي)\";'),('arq','messages:diff-paragraph-moved-tonew','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع الجديد.\";'),('arq','messages:diff-paragraph-moved-toold','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع القديم.\";'),('arq','messages:difference-missing-revision','s:362:\"ar:{{PLURAL:$2|مراجعة واحدة|$2 مراجعات}} لهذا الفرق ($1) {{PLURAL:$2|لم|لم}} يتم إيجادها.\n\nهذا يحدث عادة عن طريق اتباع وصلة فرق قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('arq','messages:difference-multipage','s:39:\"ar:(الفرق بين الصفحتين)\";'),('arq','messages:difference-title','s:54:\"arq:فروقات بين التبدالات تاع \"$1\"\";'),('arq','messages:difference-title-multipage','s:54:\"ar:الفرق بين الصفحتين: «$1» و«$2»\";'),('arq','messages:directorycreateerror','s:49:\"arq:ما قدرش خلقان الدفتار \"$1\".\";'),('arq','messages:directoryreadonlyerror','s:94:\"arq:الزمّام «$1» راه لل قراية برك (ما ينجمش يكون مبدّل).\";'),('arq','messages:disabledspecialpage-disabled','s:71:\"ar:تم تعطيل هذه الصفحة من قبل إداري نظام.\";'),('arq','messages:disclaimerpage','s:45:\"arq:Project:التنبيهات العامّة\";'),('arq','messages:disclaimers','s:18:\"arq:تنبيهات\";'),('arq','messages:djvu_page_error','s:38:\"ar:صفحة DjVu خارج النطاق\";'),('arq','messages:double-redirect-fixed-maintenance','s:105:\"ar:تصحيح تلقائي لتحويلة مزدوجة من [[$1]] إلى [[$2]] في مهمة صيانة\";'),('arq','messages:double-redirect-fixed-move','s:93:\"ar:نُقلت [[$1]].\nحُدّثت تلقائيا وهي الآن تحويلة إلى [[$2]].\";'),('arq','messages:double-redirect-fixer','s:43:\"arq:سكّام معاودة` التوجيه\";'),('arq','messages:doubleredirects','s:30:\"ar:تحويلات مزدوجة\";'),('arq','messages:doubleredirects-summary','s:3:\"en:\";'),('arq','messages:doubleredirectstext','s:456:\"ar:هذه الصفحة تعرض الصفحات التي تحول إلى صفحات تحويل أخرى.\nكل سطر يحتوي على وصلات للتحويلة الأولى والثانية وهدف التحويلة الثانية، والذي عادة ما يشير إلى صفحة الهدف \"الحقيقية\"، التي من المفترض أن تحول إليها التحويلة الأولى.\nالمدخلات <del>المشطوبة</del> صححت.\";'),('arq','messages:download','s:13:\"ar:تنزيل\";'),('arq','messages:duplicate-args-category','s:63:\"ar:صفحات تستعمل قالبا ببيانات مكررة\";'),('arq','messages:duplicate-args-category-desc','s:211:\"ar:تحوي هذه الصفحة استدعاءات قالب تستخدم متغيرات مزدوجة مثل <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> أو <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('arq','messages:duplicate-args-warning','s:154:\"ar:<strong>تنبيه:</strong> المدخل \"$3\" ل[[:$1]] المستعمل في [[:$2]] مكرر. آخر قيمة مكرر منه هي المعتمدة.\";'),('arq','messages:duplicate-defaultsort','s:147:\"arq:\'\'\'توليه:\'\'\' مفتاح التستيف الافتراضي \"$2\" ديباسا مفتاح التستيف الافتراضي التالي\"$1\".\";'),('arq','messages:duplicate-displaytitle','s:114:\"ar:<strong>تحذير:</strong> أعرض عنوان \"$2\" تجاهل العنوان المعروض سابقا \"$1\".\";'),('arq','messages:duplicatesoffile','s:182:\"ar:{{PLURAL:$1|الملف التالي مكرر|ال$1 ملف التالي مكررات}} لهذا الملف\n([[Special:FileDuplicateSearch/$2|المزيد من التفاصيل]]):\";'),('arq','messages:duration-centuries','s:80:\"ar:{{PLURAL:$1||قرن واحد|قرنان|$1 قرون|$1 قرنًا|$1 قرن}}\";'),('arq','messages:duration-days','s:38:\"arq:$1 {{PLURAL:$1|يوم|يامات}}\";'),('arq','messages:duration-decades','s:80:\"ar:{{PLURAL:$1||عقد واحد|عقدان|$1 عقود|$1 عقدًا|$1 عقد}}\";'),('arq','messages:duration-hours','s:78:\"ar:({{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}})\";'),('arq','messages:duration-millennia','s:84:\"ar:{{PLURAL:$1||ألفية واحدة|ألفيتان|$1 ألفيات|$1 ألفية}}\";'),('arq','messages:duration-minutes','s:104:\"ar:{{PLURAL:$1|أقل من دقيقة|دقيقة واحدة|دقيقتان|$1 دقائق|$1 دقيقة}}\";'),('arq','messages:duration-seconds','s:104:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوانٍ|$1 ثانية}}\";'),('arq','messages:duration-weeks','s:100:\"ar:{{PLURAL:$1||أسبوع واحد|أسبوعان|$1 أسابيع|$1 أسبوعًا|$1 أسبوع}}\";'),('arq','messages:duration-years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتان|$1 سنين|$1 سنة}}\";'),('arq','messages:eauthentsent','s:312:\"arq:راه نبعَت إيمال تاع تأكاد لل آدريسة الّي تمدّت.\nقبل ماينبعَت حتا إيمال وحداخُر ل هاد لادريسة، لازم تتبّع بعدا الوصافات الّي وصلو لك، باش تأكّد بلّي الحساب هادا راه ديالك.\";'),('arq','messages:edit','s:12:\"arq:بدّل\";'),('arq','messages:edit-already-exists','s:80:\"ar:لم يمكن إنشاء صفحة جديدة.\nهي موجودة بالفعل.\";'),('arq','messages:edit-conflict','s:34:\"arq:إختلاف فالكتيبة.\";'),('arq','messages:edit-gone-missing','s:74:\"ar:لم يمكن تحديث الصفحة.\nيبدو أنه تم حذفها.\";'),('arq','messages:edit-hook-aborted','s:84:\"ar:التعديل تم تركه بواسطة الخطاف.\nلم يعط تفسيرا.\";'),('arq','messages:edit-local','s:42:\"arq:عدّل التوصاف المبلّد\";'),('arq','messages:edit-no-change','s:84:\"ar:تعديلك تم تجاهله، لأنه لم يحدث أي تعديل للنص.\";'),('arq','messages:edit-slots-cannot-add','s:91:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية غير مدعومة هنا: $2.\";'),('arq','messages:edit-slots-cannot-remove','s:108:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مطلوبة ولا يمكن إزالتها: $2.\";'),('arq','messages:edit-slots-missing','s:77:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مفقودة: $2.\";'),('arq','messages:edit-textarea-aria-label','s:29:\"ar:محرر نص الويكي\";'),('arq','messages:edit_form_incomplete','s:173:\"ar:<strong>بعض أجزاء من نموذج التعديل لم تصل إلى الخادم؛ تأكد من أن تعديلاتك لم تمس وحاول مجددا.</strong>\";'),('arq','messages:editcomment','s:46:\"ar:ملخص التعديل كان:<em>$1</em>.\";'),('arq','messages:editconflict','s:37:\"arq:ڤيرة تاع التبدال:$1\";'),('arq','messages:editfont-monospace','s:54:\"arq:الـعرض تاع الـحرف يكون تابت\";'),('arq','messages:editfont-sansserif','s:30:\"arq:حروف بلا زوايد\";'),('arq','messages:editfont-serif','s:28:\"arq:حروف بل زوايد\";'),('arq','messages:editfont-style','s:89:\"arq:بدّل الـستيل تاع الـكتبة فل قابسة تاع الـكتيبة\";'),('arq','messages:edithelp','s:14:\"arq:معونة\";'),('arq','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('arq','messages:editing','s:17:\"arq:تحرير $1\";'),('arq','messages:editingcomment','s:32:\"ar:إنشاء قسم من «$1»\";'),('arq','messages:editinginterface','s:319:\"arq:<strong>ردّ بالك:</strong>راك تبدّل صفحة الّمديورة باش تصنع النصّ تاع الواجهة تاع اللوجيسيال. التبدالات على هاد الصفحة غادي يوتّرو على الشكَل تاع الواجهة حتا عند المستعمليين لخرين.\";'),('arq','messages:editingold','s:229:\"ar:<strong>تحذير: أنت تقوم الآن بتحرير نسخة قديمة من هذه الصفحة.</strong>\nإذا قمت بنشرها، ستفقد كافة التغييرات التي حدثت بعد هذه النسخة.\";'),('arq','messages:editingsection','s:26:\"arq:كتيبه $1 (قسم)\";'),('arq','messages:editinguser','s:113:\"ar:تغيير صلاحيات {{GENDER:$1|المستخدم|المستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('arq','messages:editlink','s:14:\"arq:تبديل\";'),('arq','messages:editnotice-notext','s:4:\"en:-\";'),('arq','messages:editold','s:10:\"arq:بدل\";'),('arq','messages:editpage','s:18:\"ar:عدل صفحة\";'),('arq','messages:editpage-cannot-use-custom-model','s:78:\"ar:نموذج المحتوى لهذه الصفحة لا يمكن تغييره.\";'),('arq','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('arq','messages:editpage-invalidcontentmodel-text','s:52:\"ar:موديل المحتوى \"$1\" غير مدعوم.\";'),('arq','messages:editpage-invalidcontentmodel-title','s:46:\"ar:موديل المحتوى غير مدعوم\";'),('arq','messages:editpage-notsupportedcontentformat-text','s:92:\"ar:تنسيق المحتوى $1 غير مدعوم بواسطة نموذج المحتوى $2.\";'),('arq','messages:editpage-notsupportedcontentformat-title','s:46:\"ar:تنسيق المحتوى غير مدعوم\";'),('arq','messages:editpage-summary','s:3:\"en:\";'),('arq','messages:editpage-tos-summary','s:4:\"en:-\";'),('arq','messages:editsection','s:12:\"arq:بدّل\";'),('arq','messages:editsectionhint','s:36:\"arq:بدّل ف السكسيون: $1\";'),('arq','messages:edittools','s:107:\"ar:<!-- النص هنا سيظهر تحت صندوق التحرير واستمارة رفع الصور. -->\";'),('arq','messages:edittools-upload','s:4:\"ar:-\";'),('arq','messages:editundo','s:10:\"arq:نحي\";'),('arq','messages:editusergroup','s:45:\"ar:تحميل مجموعات المستخدم\";'),('arq','messages:editwatchlist-summary','s:3:\"en:\";'),('arq','messages:ellipsis','s:6:\"ar:...\";'),('arq','messages:email','s:36:\"ar:البريد الإلكتروني\";'),('arq','messages:email-allow-new-users-label','s:97:\"ar:اسمح بالبريد الإلكتروني من المستخدمين الجدد تمامًا\";'),('arq','messages:email-legend','s:79:\"ar:إرسال بريد إلكتروني إلى مستخدم {{SITENAME}} آخر\";'),('arq','messages:email-mutelist-label','s:91:\"ar:امنع هؤلاء المستخدمين من إرسال بريد إلكتروني لي:\";'),('arq','messages:emailauthenticated','s:105:\"arq:الادريسة تاع الإيمال تاعك راهي تكونفيرمات ف $2 على الـ $3.\";'),('arq','messages:emailblock','s:47:\"ar:البريد الإلكتروني ممنوع\";'),('arq','messages:emailccme','s:46:\"ar:أرسل لي بنسخة من رسالتي.\";'),('arq','messages:emailccsubject','s:43:\"ar:نسخة من رسالتك إلى $1: $2\";'),('arq','messages:emailconfirmlink','s:68:\"arq:كونفيرمي الادريسة تاع الإيمال تاعك\";'),('arq','messages:emaildisabled','s:62:\"arq:هاد السيت ما ينجمش يبعت إيمالات.\";'),('arq','messages:emailfrom','s:8:\"ar:من:\";'),('arq','messages:emaillink','s:41:\"ar:أرسل بريدا إلكترونيا\";'),('arq','messages:emailmessage','s:18:\"ar:الرسالة:\";'),('arq','messages:emailnotarget','s:99:\"ar:المستلم ليس مستخدمًا موجودًا أو ليس مستخدمًا صحيحًا.\";'),('arq','messages:emailnotauthenticated','s:186:\"arq:الادريسة تاع الإيمال تاعك مازال ما راهيش مكونفيرمية.\nحتا إيمال ما غادي ينبعَت لك على الشغّالات هادي.\";'),('arq','messages:emailpagetext','s:476:\"ar:يمكنك استخدام الاستمارة بالأسفل لإرسال رسالة بريد إلكتروني إلى {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}.\n\'\'\'يمكن أن يرى المرسل إليه عنوان بريدك الإلكتروني\'\'\' الذي أدخلته في [[Special:Preferences|تفضيلاتك]] كعنوان المرسل في البريد الإلكتروني، كي يستطيع المتلقي الرد عليك مباشرة.\";'),('arq','messages:emailsend','s:11:\"ar:أرسل\";'),('arq','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('arq','messages:emailsent','s:47:\"ar:أُرسل البريد الإلكتروني\";'),('arq','messages:emailsenttext','s:52:\"ar:أُرسلت رسالتك الإلكترونية.\";'),('arq','messages:emailsubject','s:18:\"ar:الموضوع:\";'),('arq','messages:emailtarget','s:46:\"ar:أدخل اسم مستخدم المستلم\";'),('arq','messages:emailto','s:10:\"ar:إلى:\";'),('arq','messages:emailuser','s:47:\"arq:ابعث بريه لهاذ المستخدم\";'),('arq','messages:emailuser-summary','s:3:\"en:\";'),('arq','messages:emailuser-title-notarget','s:32:\"ar:مراسلة المستخدم\";'),('arq','messages:emailuser-title-target','s:87:\"ar:راسل هذا  {{GENDER:$1| المستخدم}} بالبريد الإلكتروني\";'),('arq','messages:emailuserfooter','s:518:\"ar:هذا البريد الإلكتروني {{GENDER:$1|تم إرساله}} بواسطة $1 إلى {{GENDER:$2|$2}} بواسطة وظيفة \"{{int:emailuser}}\" في {{SITENAME}}. لو {{GENDER:$2|أنك}} رددت على هذا البريد، فعنوان البريد الخاص {{GENDER:$2|بك}} سيتم إرساله مباشرة {{GENDER:$1|للمرسل الأصلي|للمرسلة الأصلية}}، مما يكشف عنوان البريد الإلكتروني الخاص {{GENDER:$2|بك}} {{GENDER:$1|لهم}}.\";'),('arq','messages:emailusername','s:27:\"ar:اسم المستخدم:\";'),('arq','messages:emailusernamesubmit','s:13:\"ar:إرسال\";'),('arq','messages:empty-file','s:54:\"ar:الملف الذي أرسلته كان فارغا.\";'),('arq','messages:empty-username','s:47:\"ar:(لا يوجد اسم مستخدم متاح)\";'),('arq','messages:emptyfile','s:199:\"ar:يبدو أن الملف الذي رفعته فارغ.\nقد يكون سبب ذلك خطأ في كتابة الاسم.\nمن فضلك تأكد من أنك تريد فعلا رفع هذا الملف.\";'),('arq','messages:enhancedrc-history','s:14:\"arq:تاريخ\";'),('arq','messages:enhancedrc-since-last-visit','s:56:\"ar:$1 {{PLURAL:$1|منذ الزيارة الأخيرة}}\";'),('arq','messages:enotif_anon_editor','s:29:\"ar:مستخدم مجهول $1\";'),('arq','messages:enotif_body','s:968:\"ar:عزيزي $WATCHINGUSERNAME\n\n$PAGEINTRO $NEWPAGE\n\nملخص التعديل: $PAGESUMMARY $PAGEMINOREDIT\n\nاتصل بالمحرر:\nالبريد: $PAGEEDITOR_EMAIL\nويكي: $PAGEEDITOR_WIKI\n\nلن يكون هناك إخطارات أخرى في حالة حدوث مزيد من التغييرات إلا إذا قمت بزيارة تلك الصفحة أثناء تواجدك. يمكنك أيضاً إزالة العلامات عن جميع الصفحات في قائمة مراقبتك.\n\nنظام {{SITENAME}} للإشعار\n\n--\nلتغيير إعدادات الإشعار بالبريد الإلكتروني الخاص بك، قم بزيارة\n{{canonicalurl:{{#special:Preferences}}}}\n\nلتغيير إعدادات قائمة مراقبتك، قم بزيارة\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nلحذف الصفحة من قائمة مراقبتك، قم بزيارة\n$UNWATCHURL\n\nللمقترحات وللحصول على مساعدة إضافية:\n$HELPPAGE\";'),('arq','messages:enotif_body_intro_changed','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('arq','messages:enotif_body_intro_created','s:148:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|أنشأها|أنشأتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('arq','messages:enotif_body_intro_deleted','s:100:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|حذفها|حذفتها}} $2 في $PAGEEDITDATE.راجع $3.\";'),('arq','messages:enotif_body_intro_moved','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('arq','messages:enotif_body_intro_restored','s:156:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('arq','messages:enotif_impersonal_salutation','s:28:\"ar:مستخدم {{SITENAME}}\";'),('arq','messages:enotif_lastdiff','s:49:\"ar:لرؤية هذا التغيير، انظر $1\";'),('arq','messages:enotif_lastvisited','s:77:\"ar:لكل التغييرات منذ زيارتك الأخيرة، انظر $1\";'),('arq','messages:enotif_minoredit','s:29:\"ar:هذا تعديل طفيف\";'),('arq','messages:enotif_reset','s:67:\"arq:ماركي كامل الباجات كلّي راك شايفهم\";'),('arq','messages:enotif_subject_changed','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2\";'),('arq','messages:enotif_subject_created','s:77:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|إنشاؤها}} بواسطة $2\";'),('arq','messages:enotif_subject_deleted','s:73:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|حذفها}} بواسطة $2\";'),('arq','messages:enotif_subject_moved','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2\";'),('arq','messages:enotif_subject_restored','s:80:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2\";'),('arq','messages:enterlockreason','s:83:\"arq:حطّ السبّة تاع القفيل و المدّة تاعهُ بل ميز.\";'),('arq','messages:error','s:12:\"arq:غلطة\";'),('arq','messages:errorpagetitle','s:12:\"arq:غلطه\";'),('arq','messages:exbeforeblank','s:52:\"ar:المحتوى قبل الإفراغ كان: \"$1\"\";'),('arq','messages:exception-nologin','s:36:\"arq:ماشي مسجّل الدخول\";'),('arq','messages:exception-nologin-text','s:132:\"arq:الله يحفضك، سجّل الدخول تاعك باش يمكن لك توصَل ل هاد الپاجة ولا الفعلة.\";'),('arq','messages:exception-nologin-text-manual','s:115:\"arq:الله يعيّشك $1 باش تنجم توصَل ل هاد الپاجة ولا تدير هاد الفعلة.\";'),('arq','messages:excontent','s:30:\"ar:المحتوى كان: \'$1\'\";'),('arq','messages:excontentauthor','s:125:\"ar:المحتوى كان: \"$1\" والمساهم الوحيد كان \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('arq','messages:exif-aperturevalue','s:29:\"ar:فتحة الغالق APEX\";'),('arq','messages:exif-artist','s:15:\"ar:المؤلف\";'),('arq','messages:exif-attributionurl','s:80:\"ar:عند إعادة استخدام الملف، رجاءً ضع وصلة إلى\";'),('arq','messages:exif-bitspersample','s:25:\"ar:بت لكل مكونة\";'),('arq','messages:exif-brightnessvalue','s:16:\"ar:سطوع APEX\";'),('arq','messages:exif-cameraownername','s:28:\"ar:مالك الكاميرا\";'),('arq','messages:exif-citycreated','s:62:\"ar: المدينة التي التقطت الصورة فيها\";'),('arq','messages:exif-citydest','s:32:\"ar:المدينة المصورة\";'),('arq','messages:exif-colorspace','s:28:\"ar:الفضاء اللوني\";'),('arq','messages:exif-colorspace-1','s:22:\"ar:إس آر جي بي\";'),('arq','messages:exif-colorspace-65535','s:20:\"ar:غير معاير\";'),('arq','messages:exif-componentsconfiguration','s:27:\"ar:معنى كل مكونة\";'),('arq','messages:exif-componentsconfiguration-0','s:20:\"ar:غير موجود\";'),('arq','messages:exif-componentsconfiguration-1','s:9:\"ar:واي\";'),('arq','messages:exif-componentsconfiguration-2','s:7:\"ar:سب\";'),('arq','messages:exif-componentsconfiguration-3','s:7:\"ar:سر\";'),('arq','messages:exif-componentsconfiguration-4','s:7:\"ar:آر\";'),('arq','messages:exif-componentsconfiguration-5','s:7:\"ar:جي\";'),('arq','messages:exif-componentsconfiguration-6','s:7:\"ar:بي\";'),('arq','messages:exif-compressedbitsperpixel','s:29:\"ar:طور ضغط الصورة\";'),('arq','messages:exif-compression','s:22:\"ar:نظام الضغط\";'),('arq','messages:exif-compression-1','s:20:\"ar:غير مضغوط\";'),('arq','messages:exif-compression-2','s:96:\"ar:CCITT المجموعة 3 -1 تعديل طول تشغيل ترميز هوفمان البعدي\";'),('arq','messages:exif-compression-3','s:47:\"ar:ترميز فاكس المجموعة 3 CCITT\";'),('arq','messages:exif-compression-32773','s:32:\"ar:PackBits (ماكنتوش RLE)\";'),('arq','messages:exif-compression-32946','s:31:\"ar:Deflate (بي كيه زيب)\";'),('arq','messages:exif-compression-34712','s:28:\"ar:جيه بي إي جي2000\";'),('arq','messages:exif-compression-4','s:47:\"ar:ترميز فاكس المجموعة 4 CCITT\";'),('arq','messages:exif-compression-5','s:23:\"ar:إل زد دبليو\";'),('arq','messages:exif-compression-6','s:18:\"ar:JPEG (قديم)\";'),('arq','messages:exif-compression-7','s:24:\"ar:جيه بي إي جي\";'),('arq','messages:exif-compression-8','s:23:\"ar:Deflate (أدوبي)\";'),('arq','messages:exif-contact','s:32:\"ar:معلومات الاتصال\";'),('arq','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('arq','messages:exif-contentwarning','s:24:\"ar:تحذير محتوى\";'),('arq','messages:exif-contrast','s:17:\"ar:التعارض\";'),('arq','messages:exif-contrast-0','s:11:\"ar:عادي\";'),('arq','messages:exif-contrast-1','s:11:\"ar:ناعم\";'),('arq','messages:exif-contrast-2','s:11:\"ar:قاسي\";'),('arq','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('arq','messages:exif-copyright','s:24:\"ar:مالك الحقوق\";'),('arq','messages:exif-copyrighted','s:31:\"ar:حالة حقوق النشر\";'),('arq','messages:exif-copyrighted-false','s:53:\"ar:حالة حقوق النشر غير مُعرّفة\";'),('arq','messages:exif-copyrighted-true','s:26:\"ar:محفوظ الحقوق\";'),('arq','messages:exif-copyrightowner','s:31:\"ar:مالك حقوق النشر\";'),('arq','messages:exif-countrycodecreated','s:58:\"ar:رمز البلد التي أخذت الصورة فيه\";'),('arq','messages:exif-countrycodedest','s:37:\"ar:رمز الدولة المصورة\";'),('arq','messages:exif-countrycreated','s:59:\"ar:الدولة التي التقطت الصورة فيها\";'),('arq','messages:exif-countrydest','s:30:\"ar:الدولة المصورة\";'),('arq','messages:exif-credit','s:28:\"ar:الرصيد/المزود\";'),('arq','messages:exif-croppedareaimageheightpixels','s:45:\"ar:اقتصاص ارتفاع بانوراما\";'),('arq','messages:exif-croppedareaimagewidthpixels','s:39:\"ar:اقتصاص عرض بانوراما\";'),('arq','messages:exif-croppedarealeftpixels','s:45:\"ar:غادر بانوراما المحاصيل\";'),('arq','messages:exif-croppedareatoppixels','s:49:\"ar:بانوراما المحاصيل الأعلى\";'),('arq','messages:exif-customrendered','s:46:\"ar:معالجة الصورة حسب الطلب\";'),('arq','messages:exif-customrendered-0','s:24:\"ar:عملية عادية\";'),('arq','messages:exif-customrendered-1','s:31:\"ar:عملية حسب الطلب\";'),('arq','messages:exif-customrendered-2','s:55:\"ar:HDR (لم يتم حفظ النسخة الأصلية)\";'),('arq','messages:exif-customrendered-3','s:48:\"ar:HDR (تم حفظ النسخة الأصلية)\";'),('arq','messages:exif-customrendered-4','s:25:\"ar:الأصلي (لـHDR)\";'),('arq','messages:exif-customrendered-6','s:19:\"ar:بانوراما\";'),('arq','messages:exif-customrendered-7','s:21:\"ar:بورتريه HDR\";'),('arq','messages:exif-customrendered-8','s:17:\"ar:بورتريه\";'),('arq','messages:exif-datetime','s:44:\"ar:تاريخ ووقت تغيير الملف\";'),('arq','messages:exif-datetimedigitized','s:50:\"ar:تاريخ ووقت التحويل الرقمي\";'),('arq','messages:exif-datetimeexpires','s:27:\"ar:لا تستخدم بعد\";'),('arq','messages:exif-datetimemetadata','s:56:\"ar:آخر تعديل للبيانات التعريفية\";'),('arq','messages:exif-datetimeoriginal','s:50:\"ar:تاريخ ووقت توليد البيانات\";'),('arq','messages:exif-datetimereleased','s:21:\"ar:صدر في يوم\";'),('arq','messages:exif-dc-contributor','s:21:\"ar:المساهمون\";'),('arq','messages:exif-dc-coverage','s:78:\"ar:النطاق المكاني أو الزماني لوسائل الإعلام\";'),('arq','messages:exif-dc-date','s:36:\"ar:التاريخ (التواريخ)\";'),('arq','messages:exif-dc-publisher','s:15:\"ar:الناشر\";'),('arq','messages:exif-dc-relation','s:26:\"ar:وسائط متعلقة\";'),('arq','messages:exif-dc-rights','s:15:\"ar:الحقوق\";'),('arq','messages:exif-dc-source','s:26:\"ar:مصدر الوسائط\";'),('arq','messages:exif-dc-type','s:23:\"ar:نوع  الوسيط\";'),('arq','messages:exif-devicesettingdescription','s:37:\"ar:وصف إعدادات الجهاز\";'),('arq','messages:exif-digitalzoomratio','s:41:\"ar:نسبة التقريب الرقمية\";'),('arq','messages:exif-disclaimer','s:28:\"ar:إخلاء مسؤولية\";'),('arq','messages:exif-editstatus','s:47:\"ar:الحالة التحريرية للصورة\";'),('arq','messages:exif-event','s:31:\"ar:الحدث في الصورة\";'),('arq','messages:exif-exifversion','s:16:\"ar:نسخة Exif\";'),('arq','messages:exif-exposurebiasvalue','s:26:\"ar:تعويض التعرض\";'),('arq','messages:exif-exposureindex','s:24:\"ar:فهرس التعرض\";'),('arq','messages:exif-exposurelockused','s:42:\"ar:تم استخدام قفل التعرض\";'),('arq','messages:exif-exposurelockused-false','s:7:\"ar:لا\";'),('arq','messages:exif-exposurelockused-true','s:9:\"ar:نعم\";'),('arq','messages:exif-exposuremode','s:22:\"ar:طور التعرض\";'),('arq','messages:exif-exposuremode-0','s:24:\"ar:تعرض تلقائي\";'),('arq','messages:exif-exposuremode-1','s:20:\"ar:تعرض يدوي\";'),('arq','messages:exif-exposuremode-2','s:28:\"ar:سلسلة تلقائية\";'),('arq','messages:exif-exposureprogram','s:28:\"ar:برنامج التعرض\";'),('arq','messages:exif-exposureprogram-0','s:18:\"ar:غير معرف\";'),('arq','messages:exif-exposureprogram-1','s:11:\"ar:يدوي\";'),('arq','messages:exif-exposureprogram-2','s:24:\"ar:برنامج عادي\";'),('arq','messages:exif-exposureprogram-3','s:28:\"ar:أولوية الفتحة\";'),('arq','messages:exif-exposureprogram-4','s:30:\"ar:أولوية المغلاق\";'),('arq','messages:exif-exposureprogram-5','s:64:\"ar:برنامج خلاق (تحيز لصالح عمق الحقل)\";'),('arq','messages:exif-exposureprogram-6','s:72:\"ar:برنامج الفعل (تحيز لصالح سرعة المغلاق)\";'),('arq','messages:exif-exposureprogram-7','s:90:\"ar:أسلوب البورتريه (تصوير من قريب مع تغييم الخلفية)\";'),('arq','messages:exif-exposureprogram-8','s:122:\"ar:أسلوب المنظر الطبيعي (لصور المناظر الطبيعية مع الخلفية في البؤرة)\";'),('arq','messages:exif-exposuretime','s:22:\"ar:زمن التعرض\";'),('arq','messages:exif-exposuretime-format','s:21:\"ar:$1 ثانية ($2)\";'),('arq','messages:exif-filesource','s:22:\"ar:مصدر الملف\";'),('arq','messages:exif-filesource-3','s:26:\"ar:كاميرا رقمية\";'),('arq','messages:exif-firstphotodate','s:39:\"ar:تاريخ الصورة الأولى\";'),('arq','messages:exif-fixtureidentifier','s:22:\"ar:اسم العنصر\";'),('arq','messages:exif-flash','s:11:\"ar:فلاش\";'),('arq','messages:exif-flash-fired-0','s:29:\"ar:الفلاش لم يبدأ\";'),('arq','messages:exif-flash-fired-1','s:22:\"ar:الفلاش بدأ\";'),('arq','messages:exif-flash-function-1','s:27:\"ar:لا وظيفة فلاش\";'),('arq','messages:exif-flash-mode-1','s:31:\"ar:بدء فلاش إجباري\";'),('arq','messages:exif-flash-mode-2','s:31:\"ar:ضغط فلاش إجباري\";'),('arq','messages:exif-flash-mode-3','s:22:\"ar:نمط تلقائي\";'),('arq','messages:exif-flash-redeye-1','s:48:\"ar:نمط اختزال العين الحمراء\";'),('arq','messages:exif-flash-return-0','s:41:\"ar:لا دالة كشف رجوع وميض\";'),('arq','messages:exif-flash-return-2','s:52:\"ar:ضوء رجوع الوميض لم يتم كشفه\";'),('arq','messages:exif-flash-return-3','s:45:\"ar:ضوء رجوع الوميض تم كشفه\";'),('arq','messages:exif-flashenergy','s:24:\"ar:طاقة الفلاش\";'),('arq','messages:exif-flashpixversion','s:37:\"ar:نسخة Flashpix المدعومة\";'),('arq','messages:exif-fnumber','s:26:\"ar:العدد البؤري\";'),('arq','messages:exif-fnumber-format','s:29:\"ar:البعد البؤري/$1\";'),('arq','messages:exif-focallength','s:39:\"ar:البعد البؤري للعدسة\";'),('arq','messages:exif-focallength-format','s:12:\"ar:$1 ملم\";'),('arq','messages:exif-focallengthin35mmfilm','s:48:\"ar:البعد البؤري في فيلم 35 مم\";'),('arq','messages:exif-focalplaneresolutionunit','s:50:\"ar:وحدة تحليل المستوى البؤري\";'),('arq','messages:exif-focalplaneresolutionunit-2','s:11:\"ar:بوصة\";'),('arq','messages:exif-focalplanexresolution','s:43:\"ar:تحليل المستوى البؤري X\";'),('arq','messages:exif-focalplaneyresolution','s:43:\"ar:تحليل المستوى البؤري Y\";'),('arq','messages:exif-fullpanoheightpixels','s:41:\"ar:بانوراما ارتفاع كامل\";'),('arq','messages:exif-fullpanowidthpixels','s:37:\"ar:بانوراما بعرض كامل\";'),('arq','messages:exif-gaincontrol','s:30:\"ar:التحكم بالمشهد\";'),('arq','messages:exif-gaincontrol-0','s:14:\"ar:لا شيء\";'),('arq','messages:exif-gaincontrol-1','s:31:\"ar:تحكم أعلى منخفض\";'),('arq','messages:exif-gaincontrol-2','s:31:\"ar:تحكم أعلى مرتفع\";'),('arq','messages:exif-gaincontrol-3','s:31:\"ar:تحكم أسفل منخفض\";'),('arq','messages:exif-gaincontrol-4','s:31:\"ar:تحكم أسفل مرتفع\";'),('arq','messages:exif-giffilecomment','s:24:\"ar:تعليق ملف GIF\";'),('arq','messages:exif-gpsaltitude','s:19:\"ar:الارتفاع\";'),('arq','messages:exif-gpsaltitude-above-sealevel','s:98:\"ar:{{PLURAL:$1||متر|متران|$1 أمتار|$1 مترًا|$1 متر}} فوق سطح البحر\";'),('arq','messages:exif-gpsaltitude-below-sealevel','s:98:\"ar:{{PLURAL:$1||متر|متران|$1 أمتار|$1 مترًا|$1 متر}} تحت سطح البحر\";'),('arq','messages:exif-gpsaltituderef','s:28:\"ar:مرجع الارتفاع\";'),('arq','messages:exif-gpsareainformation','s:24:\"ar:اسم مساحة GPS\";'),('arq','messages:exif-gpsdatestamp','s:17:\"ar:تاريخ GPS\";'),('arq','messages:exif-gpsdestbearing','s:24:\"ar:تحمل الوجهة\";'),('arq','messages:exif-gpsdestbearingref','s:39:\"ar:المرجع لتحمل الوجهة\";'),('arq','messages:exif-gpsdestdistance','s:28:\"ar:المسافة للهدف\";'),('arq','messages:exif-gpsdestdistance-k','s:17:\"ar:كيلومتر\";'),('arq','messages:exif-gpsdestdistance-m','s:9:\"ar:ميل\";'),('arq','messages:exif-gpsdestdistance-n','s:18:\"ar:ميل بحري\";'),('arq','messages:exif-gpsdestdistanceref','s:41:\"ar:المرجع للمسافة للهدف\";'),('arq','messages:exif-gpsdestlatitude','s:33:\"ar:دائرة عرض الوجهة\";'),('arq','messages:exif-gpsdestlatituderef','s:48:\"ar:المرجع لدائرة عرض الوجهة\";'),('arq','messages:exif-gpsdestlongitude','s:27:\"ar:خط طول الوجهة\";'),('arq','messages:exif-gpsdestlongituderef','s:42:\"ar:المرجع لخط طول الوجهة\";'),('arq','messages:exif-gpsdifferential','s:34:\"ar:تصحيح GPS التفاضلي\";'),('arq','messages:exif-gpsdirection-m','s:38:\"ar:الاتجاه المغناطيسي\";'),('arq','messages:exif-gpsdirection-t','s:32:\"ar:الاتجاه الحقيقي\";'),('arq','messages:exif-gpsdop','s:22:\"ar:دقة القياس\";'),('arq','messages:exif-gpsdop-excellent','s:18:\"ar:ممتاز ($1)\";'),('arq','messages:exif-gpsdop-fair','s:18:\"ar:مقبول ($1)\";'),('arq','messages:exif-gpsdop-good','s:14:\"ar:جيد ($1)\";'),('arq','messages:exif-gpsdop-moderate','s:18:\"ar:متوسط ($1)\";'),('arq','messages:exif-gpsdop-poor','s:16:\"ar:ضعيف ($1)\";'),('arq','messages:exif-gpsimgdirection','s:26:\"ar:اتجاه الصورة\";'),('arq','messages:exif-gpsimgdirectionref','s:41:\"ar:المرجع لاتجاه الصورة\";'),('arq','messages:exif-gpslatitude','s:24:\"ar:دائرة العرض\";'),('arq','messages:exif-gpslatitude-n','s:41:\"ar:دائرة العرض الشمالية\";'),('arq','messages:exif-gpslatitude-s','s:41:\"ar:دائرة العرض الجنوبية\";'),('arq','messages:exif-gpslatituderef','s:63:\"ar:دائرة العرض الشمالية أو الجنوبية\";'),('arq','messages:exif-gpslongitude','s:18:\"ar:خط الطول\";'),('arq','messages:exif-gpslongitude-e','s:31:\"ar:خط الطول الشرقي\";'),('arq','messages:exif-gpslongitude-w','s:31:\"ar:خط الطول الغربي\";'),('arq','messages:exif-gpslongituderef','s:49:\"ar:خط الطول الشرقي أو الغربي\";'),('arq','messages:exif-gpsmapdatum','s:70:\"ar:بيانات استطلاع الجيوديسيك المستخدمة\";'),('arq','messages:exif-gpsmeasuremode','s:26:\"ar:طريقة القياس\";'),('arq','messages:exif-gpsmeasuremode-2','s:50:\"ar:عملية قياس ثنائية الأبعاد\";'),('arq','messages:exif-gpsmeasuremode-3','s:50:\"ar:عملية قياس ثلاثية الأبعاد\";'),('arq','messages:exif-gpsprocessingmethod','s:37:\"ar:اسم وسيلة معالجة GPS\";'),('arq','messages:exif-gpssatellites','s:66:\"ar:الأقمار الصناعية المستخدمة للقياس\";'),('arq','messages:exif-gpsspeed','s:28:\"ar:سرعة مستقبل GPS\";'),('arq','messages:exif-gpsspeed-k','s:35:\"ar:كيلومتر في الساعة\";'),('arq','messages:exif-gpsspeed-m','s:27:\"ar:ميل في الساعة\";'),('arq','messages:exif-gpsspeed-n','s:9:\"ar:عقد\";'),('arq','messages:exif-gpsspeedref','s:24:\"ar:وحدة السرعة\";'),('arq','messages:exif-gpsstatus','s:39:\"ar:حالة جهاز الاستقبال\";'),('arq','messages:exif-gpsstatus-a','s:41:\"ar:عملية القياس الحالية\";'),('arq','messages:exif-gpsstatus-v','s:24:\"ar:شمول القياس\";'),('arq','messages:exif-gpstimestamp','s:33:\"ar:وقت GPS (ساعة ذرية)\";'),('arq','messages:exif-gpstrack','s:26:\"ar:اتجاه الحركة\";'),('arq','messages:exif-gpstrackref','s:41:\"ar:المرجع لاتجاه الحركة\";'),('arq','messages:exif-gpsversionid','s:22:\"ar:نسخة وسم GPS\";'),('arq','messages:exif-headline','s:13:\"ar:عنوان\";'),('arq','messages:exif-identifier','s:11:\"ar:معرف\";'),('arq','messages:exif-iimcategory','s:17:\"ar:التصنيف\";'),('arq','messages:exif-iimcategory-ace','s:37:\"ar:فنون وثقافة وترفيه\";'),('arq','messages:exif-iimcategory-clj','s:26:\"ar:جريمة وقانون\";'),('arq','messages:exif-iimcategory-dis','s:26:\"ar:كوارث وحوادث\";'),('arq','messages:exif-iimcategory-edu','s:13:\"ar:تعليم\";'),('arq','messages:exif-iimcategory-evn','s:11:\"ar:بيئة\";'),('arq','messages:exif-iimcategory-fin','s:28:\"ar:اقتصاد وتجارة\";'),('arq','messages:exif-iimcategory-hth','s:9:\"ar:صحة\";'),('arq','messages:exif-iimcategory-hum','s:30:\"ar:اهتمام البشرية\";'),('arq','messages:exif-iimcategory-lab','s:9:\"ar:عمل\";'),('arq','messages:exif-iimcategory-lif','s:52:\"ar:أسلوب الحياة وأوقات الفراغ\";'),('arq','messages:exif-iimcategory-pol','s:13:\"ar:سياسة\";'),('arq','messages:exif-iimcategory-rel','s:26:\"ar:دين ومعتقدات\";'),('arq','messages:exif-iimcategory-sci','s:22:\"ar:علم وتقنية\";'),('arq','messages:exif-iimcategory-soi','s:30:\"ar:قضايا اجتماعية\";'),('arq','messages:exif-iimcategory-spo','s:13:\"ar:رياضة\";'),('arq','messages:exif-iimcategory-war','s:45:\"ar:حروب وصراعات واضطرابات\";'),('arq','messages:exif-iimcategory-wea','s:13:\"ar:الطقس\";'),('arq','messages:exif-iimsupplementalcategory','s:32:\"ar:تصنيفات تكميلية\";'),('arq','messages:exif-iimversion','s:15:\"ar:نسخة IIM\";'),('arq','messages:exif-imagedescription','s:26:\"ar:عنوان الصورة\";'),('arq','messages:exif-imagelength','s:19:\"ar:الارتفاع\";'),('arq','messages:exif-imageuniqueid','s:35:\"ar:رقم الصورة الفريد\";'),('arq','messages:exif-imagewidth','s:13:\"ar:العرض\";'),('arq','messages:exif-initialcameradolly','s:45:\"ar:الكاميرا الأولية دوللي\";'),('arq','messages:exif-initialhorizontalfovdegrees','s:43:\"ar:FOV الأولي (درجات أفقية)\";'),('arq','messages:exif-initialverticalfovdegrees','s:71:\"ar:مجال الرؤية الأولي (بالدرجات الرأسية)\";'),('arq','messages:exif-initialviewheadingdegrees','s:56:\"ar:عنوان العرض الأولي (بالدرجات)\";'),('arq','messages:exif-initialviewpitchdegrees','s:54:\"ar:عرض الملعب الأولي (بالدرجات)\";'),('arq','messages:exif-initialviewrolldegrees','s:56:\"ar:لفة الرؤية الأولية (بالدرجات)\";'),('arq','messages:exif-intellectualgenre','s:22:\"ar:نوع العنصر\";'),('arq','messages:exif-isospeedratings','s:31:\"ar:تقييم سرعة أيزو\";'),('arq','messages:exif-isospeedratings-overflow','s:22:\"ar:أكبر من 65535\";'),('arq','messages:exif-jpegfilecomment','s:25:\"ar:تعليق ملف JPEG\";'),('arq','messages:exif-jpeginterchangeformat','s:23:\"ar:الحد ل JPEG SOI\";'),('arq','messages:exif-jpeginterchangeformatlength','s:34:\"ar:بايت من بيانات JPEG\";'),('arq','messages:exif-keywords','s:36:\"ar:الكلمات المفتاحية\";'),('arq','messages:exif-label','s:17:\"ar:التسمية\";'),('arq','messages:exif-languagecode','s:13:\"ar:اللغة\";'),('arq','messages:exif-lastphotodate','s:29:\"ar:تاريخ آخر صورة\";'),('arq','messages:exif-lens','s:34:\"ar:العدسة المستخدمة\";'),('arq','messages:exif-licenseurl','s:70:\"ar:عنوان الموقع لرخصة حقوق الطبع والنشر\";'),('arq','messages:exif-lightsource','s:22:\"ar:مصدر الضوء\";'),('arq','messages:exif-lightsource-0','s:20:\"ar:غير معروف\";'),('arq','messages:exif-lightsource-1','s:22:\"ar:ضوء النهار\";'),('arq','messages:exif-lightsource-10','s:31:\"ar:جو ملبد بالغيوم\";'),('arq','messages:exif-lightsource-11','s:7:\"ar:ظل\";'),('arq','messages:exif-lightsource-12','s:56:\"ar:فلورسنت ضوء النهار (D 5700 – 7100K)\";'),('arq','messages:exif-lightsource-13','s:54:\"ar:فلورسنت نهار أبيض (N 4600 – 5400K)\";'),('arq','messages:exif-lightsource-14','s:54:\"ar:فلورسنت أبيض هادئ (W 3900 – 4500K)\";'),('arq','messages:exif-lightsource-15','s:46:\"ar:فلورسنت أبيض (WW 3200 – 3700K)\";'),('arq','messages:exif-lightsource-17','s:22:\"ar:ضوء قياسي A\";'),('arq','messages:exif-lightsource-18','s:22:\"ar:ضوء قياسي B\";'),('arq','messages:exif-lightsource-19','s:22:\"ar:ضوء قياسي C\";'),('arq','messages:exif-lightsource-2','s:17:\"ar:فلورسنت\";'),('arq','messages:exif-lightsource-20','s:9:\"ar:دي55\";'),('arq','messages:exif-lightsource-21','s:9:\"ar:دي65\";'),('arq','messages:exif-lightsource-22','s:9:\"ar:دي75\";'),('arq','messages:exif-lightsource-23','s:9:\"ar:دي50\";'),('arq','messages:exif-lightsource-24','s:39:\"ar:تنجستين ستوديو أيزو\";'),('arq','messages:exif-lightsource-255','s:25:\"ar:مصدر ضوء آخر\";'),('arq','messages:exif-lightsource-3','s:33:\"ar:تنجستين (ضوء مشع)\";'),('arq','messages:exif-lightsource-4','s:11:\"ar:فلاش\";'),('arq','messages:exif-lightsource-9','s:14:\"ar:جو صحو\";'),('arq','messages:exif-locationdest','s:33:\"ar:اسم الموقع مصورا\";'),('arq','messages:exif-locationdestcode','s:33:\"ar:رمز الموقع مصورا\";'),('arq','messages:exif-make','s:28:\"ar:صانع الكاميرا\";'),('arq','messages:exif-make-value','s:5:\"en:$1\";'),('arq','messages:exif-maxaperturevalue','s:29:\"ar:أقصى غالق أرضي\";'),('arq','messages:exif-maxaperturevalue-value','s:21:\"ar:$1 أبكس (f/$2)\";'),('arq','messages:exif-meteringmode','s:35:\"ar:طور القياس بالمتر\";'),('arq','messages:exif-meteringmode-0','s:20:\"ar:غير معروف\";'),('arq','messages:exif-meteringmode-1','s:13:\"ar:متوسط\";'),('arq','messages:exif-meteringmode-2','s:39:\"ar:متوسط موزون بالمركز\";'),('arq','messages:exif-meteringmode-255','s:16:\"ar:غير ذلك\";'),('arq','messages:exif-meteringmode-3','s:11:\"ar:بقعة\";'),('arq','messages:exif-meteringmode-4','s:24:\"ar:متعدد البقع\";'),('arq','messages:exif-meteringmode-5','s:9:\"ar:نمط\";'),('arq','messages:exif-meteringmode-6','s:11:\"ar:جزئي\";'),('arq','messages:exif-model','s:28:\"ar:طراز الكاميرا\";'),('arq','messages:exif-model-value','s:5:\"en:$1\";'),('arq','messages:exif-morepermissionsurl','s:45:\"ar:معلومات الرخصة البديلة\";'),('arq','messages:exif-nickname','s:46:\"ar:الاسم غير الرسمي للصورة\";'),('arq','messages:exif-objectcycle','s:72:\"ar:الوقت من اليوم المتعلق بوسائل الإعلام\";'),('arq','messages:exif-objectcycle-a','s:20:\"ar:صباحا فقط\";'),('arq','messages:exif-objectcycle-b','s:24:\"ar:صباحا ومساء\";'),('arq','messages:exif-objectcycle-p','s:18:\"ar:مساء فقط\";'),('arq','messages:exif-objectname','s:22:\"ar:عنوان قصير\";'),('arq','messages:exif-organisationinimage','s:35:\"ar:المنظمة في الصورة\";'),('arq','messages:exif-orientation','s:17:\"ar:التوجيه\";'),('arq','messages:exif-orientation-1','s:11:\"ar:عادي\";'),('arq','messages:exif-orientation-2','s:28:\"ar:مقلوبة أفقياً\";'),('arq','messages:exif-orientation-3','s:19:\"ar:مدورة 180°\";'),('arq','messages:exif-orientation-4','s:28:\"ar:مقلوبة رأسياً\";'),('arq','messages:exif-orientation-5','s:77:\"ar:مدورة 90° عكس عقارب الساعة ومقلوبة رأسياً\";'),('arq','messages:exif-orientation-6','s:49:\"ar:مدورة 90° عكس عقارب الساعة\";'),('arq','messages:exif-orientation-7','s:86:\"ar:مدورة 90° في اتجاه عقارب الساعة ومقلوبة رأسياً\";'),('arq','messages:exif-orientation-8','s:58:\"ar:مدورة 90° في اتجاه عقارب الساعة\";'),('arq','messages:exif-originaldocumentid','s:56:\"ar:المعرف الفريد للمستند الأصلي\";'),('arq','messages:exif-originalimageheight','s:51:\"ar:ارتفاع الصورة قبل أن تقتطع\";'),('arq','messages:exif-originalimagewidth','s:45:\"ar:عرض الصورة قبل أن تقتطع\";'),('arq','messages:exif-originaltransmissionref','s:46:\"ar:رمز موقع الإرسال الأصلي\";'),('arq','messages:exif-personinimage','s:31:\"ar:الشخص في الصورة\";'),('arq','messages:exif-photometricinterpretation','s:26:\"ar:تركيب البكسل\";'),('arq','messages:exif-photometricinterpretation-0','s:44:\"ar:أسود وأبيض (الأبيض هو 0)\";'),('arq','messages:exif-photometricinterpretation-1','s:39:\"ar:أسود وأبيض (الأسود 0)\";'),('arq','messages:exif-photometricinterpretation-10','s:30:\"ar:CIE L*a*b* (تكويد ITU)\";'),('arq','messages:exif-photometricinterpretation-2','s:17:\"ar:آر جي بي\";'),('arq','messages:exif-photometricinterpretation-3','s:24:\"ar:لوح الألوان\";'),('arq','messages:exif-photometricinterpretation-32803','s:41:\"ar:مصفوفة فلترة الألوان\";'),('arq','messages:exif-photometricinterpretation-34892','s:16:\"ar:خام خطي\";'),('arq','messages:exif-photometricinterpretation-4','s:28:\"ar:قناع الشفافية\";'),('arq','messages:exif-photometricinterpretation-5','s:29:\"ar:مفصول (ربما CMYK)\";'),('arq','messages:exif-photometricinterpretation-6','s:19:\"ar:واي سب سر\";'),('arq','messages:exif-photometricinterpretation-8','s:16:\"ar:CIE L*a*b*‎\";'),('arq','messages:exif-photometricinterpretation-9','s:30:\"ar:CIE L*a*b* (تكويد ICC)\";'),('arq','messages:exif-pixelxdimension','s:22:\"ar:عرض الصورة\";'),('arq','messages:exif-pixelydimension','s:28:\"ar:ارتفاع الصورة\";'),('arq','messages:exif-planarconfiguration','s:30:\"ar:ترتيب البيانات\";'),('arq','messages:exif-planarconfiguration-1','s:24:\"ar:صيغة مكتنزة\";'),('arq','messages:exif-planarconfiguration-2','s:24:\"ar:صيغة مستوية\";'),('arq','messages:exif-pngfilecomment','s:24:\"ar:تعليق ملف PNG\";'),('arq','messages:exif-poseheadingdegrees','s:43:\"ar:وضع العنوان (بالدرجات)\";'),('arq','messages:exif-posepitchdegrees','s:28:\"ar:الملعب (درجات)\";'),('arq','messages:exif-poserolldegrees','s:28:\"ar:لفة (بالدرجات)\";'),('arq','messages:exif-preferredattributionname','s:77:\"ar:عند إعادة استخدام الملف، رجاءً انسبه إلى\";'),('arq','messages:exif-primarychromaticities','s:32:\"ar:ألوان الأساسيات\";'),('arq','messages:exif-projectiontype','s:24:\"ar:نوع الإسقاط\";'),('arq','messages:exif-projectiontype-equirectangular','s:32:\"ar:متساوي المستطيل\";'),('arq','messages:exif-provinceorstatecreated','s:82:\"ar:المقاطعة أو الدولة اين تم التقاط هذه الصورة\";'),('arq','messages:exif-provinceorstatedest','s:54:\"ar:المقاطعة أو الولاية المصورة\";'),('arq','messages:exif-rating','s:26:\"ar:التقييم (من 5)\";'),('arq','messages:exif-rating-rejected','s:13:\"ar:مرفوض\";'),('arq','messages:exif-referenceblackwhite','s:66:\"ar:زوج من قيم المرجع السوداء والبيضاء\";'),('arq','messages:exif-relatedsoundfile','s:29:\"ar:ملف صوتي مرتبط\";'),('arq','messages:exif-rightscertificate','s:37:\"ar:شهادة إدارة الحقوق\";'),('arq','messages:exif-rowsperstrip','s:40:\"ar:عدد الصفوف لكل شريحة\";'),('arq','messages:exif-samplesperpixel','s:26:\"ar:عدد المكونات\";'),('arq','messages:exif-saturation','s:15:\"ar:التشبع\";'),('arq','messages:exif-saturation-0','s:11:\"ar:عادي\";'),('arq','messages:exif-saturation-1','s:24:\"ar:إشباع منخفض\";'),('arq','messages:exif-saturation-2','s:24:\"ar:إشباع مرتفع\";'),('arq','messages:exif-scenecapturetype','s:33:\"ar:نوع إمساك المشهد\";'),('arq','messages:exif-scenecapturetype-0','s:13:\"ar:قياسي\";'),('arq','messages:exif-scenecapturetype-1','s:13:\"ar:عرضية\";'),('arq','messages:exif-scenecapturetype-2','s:13:\"ar:طولية\";'),('arq','messages:exif-scenecapturetype-3','s:20:\"ar:مشهد ليلي\";'),('arq','messages:exif-scenecode','s:23:\"ar:رمز مشهد IPTC\";'),('arq','messages:exif-scenetype','s:22:\"ar:نوع المشهد\";'),('arq','messages:exif-scenetype-1','s:44:\"ar:صورة ملتقطة بشكل مباشر\";'),('arq','messages:exif-sensingmethod','s:32:\"ar:وسيلة الاستشعار\";'),('arq','messages:exif-sensingmethod-1','s:18:\"ar:غير معرف\";'),('arq','messages:exif-sensingmethod-2','s:64:\"ar:مستشعر لون المساحة من رقاقة واحدة\";'),('arq','messages:exif-sensingmethod-3','s:57:\"ar:مستشعر لون المساحة من رقاقتين\";'),('arq','messages:exif-sensingmethod-4','s:64:\"ar:مستشعر لون المساحة من ثلاث رقاقات\";'),('arq','messages:exif-sensingmethod-5','s:46:\"ar:مستشعر لون مساحة متتابع\";'),('arq','messages:exif-sensingmethod-7','s:33:\"ar:مستشعر خطي ثلاثي\";'),('arq','messages:exif-sensingmethod-8','s:42:\"ar:مستشعر لون خطي متتابع\";'),('arq','messages:exif-serialnumber','s:47:\"ar:الرقم التسلسلي للكاميرا\";'),('arq','messages:exif-sharpness','s:13:\"ar:الحدة\";'),('arq','messages:exif-sharpness-0','s:11:\"ar:عادي\";'),('arq','messages:exif-sharpness-1','s:11:\"ar:ناعم\";'),('arq','messages:exif-sharpness-2','s:11:\"ar:قاسي\";'),('arq','messages:exif-shutterspeedvalue','s:29:\"ar:سرعة الغالق APEX\";'),('arq','messages:exif-software','s:40:\"ar:البرمجيات المستخدمة\";'),('arq','messages:exif-software-value','s:5:\"en:$1\";'),('arq','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('arq','messages:exif-source','s:15:\"ar:المصدر\";'),('arq','messages:exif-sourcephotoscount','s:29:\"ar:عدد صور المصدر\";'),('arq','messages:exif-specialinstructions','s:26:\"ar:تعليمات خاصة\";'),('arq','messages:exif-spectralsensitivity','s:34:\"ar:الحساسية الطيفية\";'),('arq','messages:exif-stitchingsoftware','s:26:\"ar:برنامج خياطة\";'),('arq','messages:exif-stripbytecounts','s:42:\"ar:بايت لكل شريحة مضغوطة\";'),('arq','messages:exif-stripoffsets','s:37:\"ar:موقع بيانات الصورة\";'),('arq','messages:exif-subjectarea','s:24:\"ar:مساحة الجسم\";'),('arq','messages:exif-subjectdistance','s:24:\"ar:مسافة الجسم\";'),('arq','messages:exif-subjectdistance-value','s:12:\"ar:$1 متر\";'),('arq','messages:exif-subjectdistancerange','s:33:\"ar:نطاق مسافة الجسم\";'),('arq','messages:exif-subjectdistancerange-0','s:20:\"ar:غير معروف\";'),('arq','messages:exif-subjectdistancerange-1','s:13:\"ar:ماكرو\";'),('arq','messages:exif-subjectdistancerange-2','s:25:\"ar:صورة من قريب\";'),('arq','messages:exif-subjectdistancerange-3','s:25:\"ar:صورة من بعيد\";'),('arq','messages:exif-subjectlocation','s:22:\"ar:موضع الجسم\";'),('arq','messages:exif-subjectnewscode','s:24:\"ar:رمز الموضوع\";'),('arq','messages:exif-subjectnewscode-value','s:10:\"ar:$2 ($1)\";'),('arq','messages:exif-sublocationcreated','s:87:\"ar:موقع من المدينة التي تم التقاط هذه الصورة فيها\";'),('arq','messages:exif-sublocationdest','s:48:\"ar:موقع من المدينة المعروضة\";'),('arq','messages:exif-subsectime','s:42:\"ar:وقت تاريخ ثواني فرعية\";'),('arq','messages:exif-subsectimedigitized','s:51:\"ar:وقت تاريخ رقمي ثواني فرعية\";'),('arq','messages:exif-subsectimeoriginal','s:51:\"ar:وقت تاريخ أصلي ثواني فرعية\";'),('arq','messages:exif-unknowndate','s:31:\"ar:تاريخ غير معروف\";'),('arq','messages:exif-urgency','s:11:\"ar:عاجل\";'),('arq','messages:exif-urgency-high','s:18:\"ar:عالي ( $1 )\";'),('arq','messages:exif-urgency-low','s:20:\"ar:منخفض ( $1 )\";'),('arq','messages:exif-urgency-normal','s:16:\"ar:عادي ($1)\";'),('arq','messages:exif-urgency-other','s:64:\"ar:الأولوية محددة من قبل المستخدم ($1)\";'),('arq','messages:exif-usageterms','s:30:\"ar:شروط الاستخدام\";'),('arq','messages:exif-usepanoramaviewer','s:45:\"ar:استخدم عارض البانوراما\";'),('arq','messages:exif-usepanoramaviewer-false','s:7:\"ar:لا\";'),('arq','messages:exif-usepanoramaviewer-true','s:9:\"ar:نعم\";'),('arq','messages:exif-usercomment','s:34:\"ar:تعليقات المستخدم\";'),('arq','messages:exif-webstatement','s:81:\"ar:بيان حقوق التأليف والنشر على شبكة الإنترنت\";'),('arq','messages:exif-whitebalance','s:26:\"ar:توازن الأبيض\";'),('arq','messages:exif-whitebalance-0','s:39:\"ar:توازن الأبيض تلقائي\";'),('arq','messages:exif-whitebalance-1','s:35:\"ar:توازن الأبيض يدوي\";'),('arq','messages:exif-whitepoint','s:41:\"ar:ألوان النقطة البيضاء\";'),('arq','messages:exif-worldregioncreated','s:62:\"ar: المنطقة التي التقطت الصورة فيها\";'),('arq','messages:exif-worldregiondest','s:43:\"ar:مناطق العالم المعروضة\";'),('arq','messages:exif-writer','s:15:\"ar:الكاتب\";'),('arq','messages:exif-xresolution','s:28:\"ar:الدقة الأفقية\";'),('arq','messages:exif-xyresolution-c','s:20:\"ar:$1 دي بي سي\";'),('arq','messages:exif-xyresolution-i','s:30:\"ar:$1 نقطة لكل بوصة\";'),('arq','messages:exif-ycbcrcoefficients','s:61:\"ar:معاملات مصفوفة تحويل فضاء اللون\";'),('arq','messages:exif-ycbcrpositioning','s:16:\"ar:وضع Y و C\";'),('arq','messages:exif-ycbcrpositioning-1','s:13:\"ar:توسيط\";'),('arq','messages:exif-ycbcrpositioning-2','s:43:\"ar:مذكورة في أكثر من موقع\";'),('arq','messages:exif-ycbcrsubsampling','s:52:\"ar:نسبة العينة الفرعية لY إلى C\";'),('arq','messages:exif-yresolution','s:28:\"ar:الدقة الرأسية\";'),('arq','messages:expand_templates_generate_rawhtml','s:23:\"ar:أظهر خام HTML\";'),('arq','messages:expand_templates_generate_xml','s:30:\"ar:اعرض شجرة XML parse\";'),('arq','messages:expand_templates_html_output','s:23:\"ar:ناتج خام HTML\";'),('arq','messages:expand_templates_input','s:34:\"ar:نص الويكي المدخل:\";'),('arq','messages:expand_templates_input_missing','s:83:\"ar:يجب تقديم بعض المدخلات بنص الويكي على الأقل.\";'),('arq','messages:expand_templates_intro','s:405:\"ar:تتعامل هذه الصفحة الخاصة مع نصوص الويكي وتقوم بفرد كل القوالب الموجودة به.\nوتقوم أيضا بفرد دوال القوالب مثل\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like <code><nowiki>{{</nowiki>CURRENTDAY}}</code>. حقيقةً، تقوم التعامل مع كل ما بين الأقواس المزدوجة.\";'),('arq','messages:expand_templates_ok','s:13:\"ar:موافق\";'),('arq','messages:expand_templates_output','s:17:\"ar:النتيجة\";'),('arq','messages:expand_templates_preview','s:18:\"ar:عرض مسبق\";'),('arq','messages:expand_templates_preview_fail_html','s:606:\"ar:<em>عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\n\nلأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.</em>\n\n<strong>إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.</strong>\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا.و تاكد في  متصفحك من الكوكيز  الخاصة  بهذا الموقع.\";'),('arq','messages:expand_templates_preview_fail_html_anon','s:377:\"ar:<em>لأن {{SITENAME}} لديه الHTML الخام مفعل وأنت غير مسجل الدخول، فعملية المعاينة مخفية كاحتياط ضد عمليات هجوم الجافاسكريبت.</em>\n\n<strong>لو أن هذه عملية معاينة صحيحة، فمن فضلك  [[Special:UserLogin|سجل الدخول]] وحاول مرة أخرى.</strong>\";'),('arq','messages:expand_templates_remove_comments','s:28:\"ar:أزل التعليقات\";'),('arq','messages:expand_templates_remove_nowiki','s:47:\"ar:أخفِ وسوم <nowiki> في الناتج\";'),('arq','messages:expand_templates_title','s:88:\"ar:عنوان صفحة هذا النص، لأجل معالجة {{FULLPAGENAME}} إلخ.:\";'),('arq','messages:expand_templates_xml_output','s:13:\"ar:خرج XML\";'),('arq','messages:expandtemplates','s:22:\"ar:توسعة قالب\";'),('arq','messages:expansion-depth-exceeded-category','s:39:\"ar:تجاوزات عمق التوسيع\";'),('arq','messages:expansion-depth-exceeded-category-desc','s:75:\"ar:الصفحة تجاوزت الحد الأقصى لعمق التوسيع.\";'),('arq','messages:expansion-depth-exceeded-warning','s:50:\"ar:الصفحة تجاوزت عمق التوسيع\";'),('arq','messages:expensive-parserfunction-category','s:45:\"ar:تجاوزات الدوال المكلفة\";'),('arq','messages:expensive-parserfunction-category-desc','s:233:\"ar:دوال المعالجة المكلفة (مثل <code>#ifexist</code>) كثيرة جدا. راجع [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('arq','messages:expensive-parserfunction-warning','s:383:\"ar:<strong>تحذير:</strong> هذه الصفحة تحتوي على استدعاءات دالة محلل كثيرة مكلفة.\n\nينبغي أن تكون أقل من {{PLURAL:$2||استدعاء واحد|استدعاءين|$2 استدعاءات|$2 استدعاء}}، يوجد الآن {{PLURAL:$1|استدعاء واحد|استدعاءان|$2 استدعاءات|$2 استدعاء}}.\";'),('arq','messages:explainconflict','s:491:\"ar:لقد عدل شخص آخر هذه الصفحة بعد أن بدأت أنت بتحريرها.\nصندوق النصوص العلوي يحتوي على النص الموجود حاليا في الصفحة.\nالتعديلات التي أجريتها أنت معروضة في الصندوق أسفله.\nويلزم دمجها في النص الموجود حاليا.\n<strong>لن ينشر</strong> بعد الضغط على زر \"$1\" إلا ما هو موجود في الصندوق العلوي.\";'),('arq','messages:export','s:23:\"arq:صدر الباجه\";'),('arq','messages:export-addcat','s:9:\"ar:أضف\";'),('arq','messages:export-addcattext','s:37:\"ar:أضف صفحات من تصنيف:\";'),('arq','messages:export-addns','s:9:\"ar:أضف\";'),('arq','messages:export-addnstext','s:35:\"ar:أضف صفحات من نطاق:\";'),('arq','messages:export-download','s:18:\"ar:حفظ كملف\";'),('arq','messages:export-manual','s:36:\"ar:إضافة صفحات يدويا:\";'),('arq','messages:export-pagelinks','s:56:\"ar:ضمن الصفحات الموصولة إلى عمق:\";'),('arq','messages:export-submit','s:13:\"ar:تصدير\";'),('arq','messages:export-summary','s:3:\"en:\";'),('arq','messages:export-templates','s:24:\"ar:ضمن القوالب\";'),('arq','messages:exportall','s:31:\"ar:صدّر كل الصفحات\";'),('arq','messages:exportcuronly','s:87:\"ar:ضمن المراجعة الحالية فقط، وليس التاريخ الكامل\";'),('arq','messages:exportlistauthors','s:68:\"ar:أضف قائمة كاملة بالمساهمين لكل صفحة\";'),('arq','messages:exportnohistory','s:190:\"ar:----\n<strong>ملاحظة:</strong> تصدير التاريخ الكامل للصفحات من خلال هذه الاستمارة تم تعطيله لأسباب تتعلق بالأداء.\";'),('arq','messages:exporttext','s:890:\"ar:يمكنك تصدير النص وتاريخ تعديلات صفحة أو مجموعة صفحات في صيغة XML.\nهذا يمكن استيراده إلى ويكي آخر يستعمل ميدياويكي بواسطة [[Special:Import|صفحة الاستيراد]].\n\nلتصدير الصفحات، أدخل عناوينها في الصندوق أسفله، عنواناً واحداً في كل سطر، مع اختيار ما إذا كنت ترغب بتصدير النسخة الحالية مع جميع النسخ القديمة، أي مع كامل معلومات تاريخ الصفحة، أو فقط النسخة الحالية مع معلومات عن التعديل الأخير.\n\nفي الحالة الأخيرة يمكنك أيضاً استخدام وصلة، على سبيل المثال [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] للصفحة «[[{{MediaWiki:Mainpage}}]]».\";'),('arq','messages:external_image_whitelist','s:689:\"arq: #<pre>خلى هاذ السطر كيما راه\n#حط منثورات التعبيرات المنتظمة (برك الجزء الي يروح بين //) بالتحت\n#هاذ يكون مطابقتها مع مسارات التصاوير البرانيه (الموصولة بصفه مباشره)\n#هاذي الي تشبهغادي تنعرض  كتصاور، خلاف هذا برك وصيلة للتصويرة غادي تنعرض\n#السطور اللي تبدأا ب# تعتبر تعليقات\n#هذا لا يتأثر بحالة الحروف\n\n#حط كامل منثورات التعبيرات المنتظمة فوق هذا السطر. خلي هاذ السطر سواسوا كيما هو</pre>\";'),('arq','messages:externaldberror','s:175:\"arq:بالاك كاشما صرات غلطة فل توتاق تاع داتاباز ولا ما عندكش السراح باش تبدّل الحساب تاعك الخرجاني.\";'),('arq','messages:faq','s:39:\"arq:المسقسية المتعاوده\";'),('arq','messages:feb','s:14:\"arq:فيفري\";'),('arq','messages:february','s:14:\"arq:فيفري\";'),('arq','messages:february-gen','s:14:\"arq:فيفري\";'),('arq','messages:feed-atom','s:11:\"ar:أتوم\";'),('arq','messages:feed-invalid','s:59:\"arq:النوع تاع التلقيمة ماشي مصلاح.\";'),('arq','messages:feed-rss','s:17:\"ar:أر إس إس\";'),('arq','messages:feed-unavailable','s:54:\"arq:التلقيمات ما راهمش موجودين.\";'),('arq','messages:feedback-adding','s:51:\"ar:إضافة تعليقات إلى الصفحة...\";'),('arq','messages:feedback-back','s:11:\"ar:رجوع\";'),('arq','messages:feedback-bugcheck','s:90:\"ar:رائع! تحقق من أن هذه ليست إحدى [$1 العلل المعروفة].\";'),('arq','messages:feedback-bugnew','s:52:\"ar:لقد تحققت. بلغ عن علة جديدة.\";'),('arq','messages:feedback-bugornote','s:322:\"ar:إن كنت مستعدا لشرح  مشكلة تقنية بالتفصيل، رجاءا [$1 قدم تقريرا بالخلل].\nبخلاف ذلك، يمكنك أستخدام الطريقة الأسهل أسفله، سيتم إضافة تعليقك للصفحة \"[$3 $2]\"، بالإضافة إلى اسم المستخدم.\";'),('arq','messages:feedback-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:feedback-close','s:7:\"ar:تم\";'),('arq','messages:feedback-dialog-intro','s:210:\"ar:أنت يمكنك استخدام الاستمارة السهلة بالأسفل لإرسال تعليقك. تعليقك ستتم إضافته للصفحة \"$1\"، مع اسم المستخدم الخاص بك.\";'),('arq','messages:feedback-dialog-title','s:33:\"ar:أرسل تغذية راجعة\";'),('arq','messages:feedback-error1','s:57:\"ar:خطأ: لا يمكن التعرف عليها من API\";'),('arq','messages:feedback-error4','s:72:\"ar:خطأ: غير قادر على نشر الى ان تعطي عنوان\";'),('arq','messages:feedback-external-bug-report-button','s:40:\"ar:أرسل تقرير علة تقنية\";'),('arq','messages:feedback-message','s:18:\"ar:الرسالة:\";'),('arq','messages:feedback-subject','s:18:\"ar:الموضوع:\";'),('arq','messages:feedback-submit','s:13:\"ar:إرسال\";'),('arq','messages:feedback-terms','s:252:\"ar:أنا أفهم أن معلومات وكيل المستخدم الخاص بي تشمل معلومات حول نسخة متصفحي ونظام التشغيل الخاص بي بالضبط وستتم مشاركتها علنيا بجانب تعليقي.\";'),('arq','messages:feedback-termsofuse','s:104:\"ar:أنا أوافق على توفير تعليقات بالتوافق مع شروط الاستخدام.\";'),('arq','messages:feedback-thanks','s:64:\"ar:شكرا! أُرسلت ملاحظاتك لصفحة \"[$2 $1]\".\";'),('arq','messages:feedback-thanks-title','s:19:\"ar:شكرًا لك!\";'),('arq','messages:feedback-useragent','s:29:\"ar:وكيل المستخدم:\";'),('arq','messages:fewestrevisions','s:42:\"ar:الصفحات ذات أقل تعديل\";'),('arq','messages:fewestrevisions-summary','s:3:\"en:\";'),('arq','messages:file-anchor-link','s:10:\"arq:ملف\";'),('arq','messages:file-deleted-duplicate','s:198:\"ar:ملف مطابق لهذه الملف ([[:$1]]) تم حذفه من قبل. ينبغي أن تتحقق من تاريخ الحذف لهذا الملف قبل المتابعة بإعادة رفعه.\";'),('arq','messages:file-deleted-duplicate-notitle','s:290:\"ar:سابقا تم حذف ملف مطابق لهذا الملف، وقد تم منع العنوان.\nينبغي أن تسأل شخص ما لديه القدرة على عرض بيانات الملف الممنوع لاستعراض الوضع قبل الشروع في إعادة تحميله.\";'),('arq','messages:file-exists-duplicate','s:86:\"ar:هذا الملف مكرر  {{PLURAL:$1|للملف|للملفات}} التالية:\";'),('arq','messages:file-exists-sharedrepo','s:139:\"ar:اسم الملف الذي اخترته مستخدم من قبل في مستودع مشترك.\nمن فضلك اختر اسماً آخر.\";'),('arq','messages:file-info','s:42:\"ar:حجم الملف: $1، نوع MIME: $2\";'),('arq','messages:file-info-gif-frames','s:90:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارا|$1 إطار}}\";'),('arq','messages:file-info-gif-looped','s:13:\"ar:ملفوف\";'),('arq','messages:file-info-png-frames','s:92:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارًا|$1 إطار}}\";'),('arq','messages:file-info-png-looped','s:13:\"ar:ملفوف\";'),('arq','messages:file-info-png-repeat','s:77:\"ar:عرضت {{PLURAL:$1||مرة واحدة|مرتين|$1 مرات|$1 مرة}}\";'),('arq','messages:file-info-size','s:61:\"arq:$1 × $2 بكسل حجم الملف: $3، نوع MIME: $4\";'),('arq','messages:file-info-size-pages','s:133:\"arq:$1 × $2 ببكسال, حجَم` الفيشي  : $3 ، نوع` الفيشي : $4 ، {{PLURAL:$5|باجة وحدة|$5 باجات}}\";'),('arq','messages:file-no-thumb-animation','s:161:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف ستكون غير متحركة.</strong>\";'),('arq','messages:file-no-thumb-animation-gif','s:185:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف GIF عالي الدقة ستكون غير متحركة.</strong>\";'),('arq','messages:file-nohires','s:45:\"arq:ما كانش دقه اكثر من هاك\";'),('arq','messages:file-thumbnail-no','s:268:\"ar:يبدأ الملف ب <strong>$1</strong>.\nيبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\nإذا كانت لديك الصورة في درجة دقة كاملة قم برفعها، أو قم بتغيير اسم الملف من فضلك.\";'),('arq','messages:file-too-large','s:61:\"ar:الملف الذي أرسلته كان كبيرا جدا.\";'),('arq','messages:filecopyerror','s:56:\"arq:ما قدرش تنساخ الفيشي \"$1\" لل \"$2\"\";'),('arq','messages:filedelete','s:12:\"ar:حذف $1\";'),('arq','messages:filedelete-archive-read-only','s:103:\"ar:مجلد الأرشيف \"$1\" لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('arq','messages:filedelete-comment','s:14:\"ar:السبب:\";'),('arq','messages:filedelete-current-unregistered','s:72:\"ar:الملف المحدد \"$1\" ليس في قاعدة البيانات.\";'),('arq','messages:filedelete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('arq','messages:filedelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('arq','messages:filedelete-intro','s:98:\"ar:أنت على وشك حذف الملف <strong>[[Media:$1|$1]]</strong> مع كل تاريخه.\";'),('arq','messages:filedelete-intro-old','s:87:\"ar:أنت تحذف نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ [$4 $3، $2].\";'),('arq','messages:filedelete-legend','s:20:\"ar:حذف الملف\";'),('arq','messages:filedelete-maintenance','s:86:\"ar:حذف واسترجاع الملفات معطل مؤقتا خلال الصيانة.\";'),('arq','messages:filedelete-maintenance-title','s:34:\"ar:لا يمكن حذف الملف\";'),('arq','messages:filedelete-missing','s:71:\"ar:الملف \"$1\" لم يمكن حذفه، لأنه غير موجود.\";'),('arq','messages:filedelete-nofile','s:41:\"ar:<strong>$1</strong> غير موجود.\";'),('arq','messages:filedelete-nofile-old','s:96:\"ar:لا توجد نسخة مؤرشفة من <strong>$1</strong> بالعناصر المحددة.\";'),('arq','messages:filedelete-old-unregistered','s:89:\"ar:مراجعة الملف المحددة \"$1\" ليست في قاعدة البيانات.\";'),('arq','messages:filedelete-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('arq','messages:filedelete-reason-dropdown','s:89:\"ar:*أسباب الحذف الشائعة\n** خرق حقوق النشر\n** ملف مكرر\";'),('arq','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('arq','messages:filedelete-reason-otherlist','s:16:\"ar:سبب آخر\";'),('arq','messages:filedelete-submit','s:9:\"ar:حذف\";'),('arq','messages:filedelete-success','s:37:\"ar:<strong>$1</strong> تم حذفه.\";'),('arq','messages:filedelete-success-old','s:82:\"ar:نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ $3، $2 تم حذفها.\";'),('arq','messages:filedeleteerror','s:49:\"arq:ما قدرش تمحيتٰ الفيشي \"$1\".\";'),('arq','messages:filedeleteerror-long','s:56:\"ar:حدثت أخطاء أثناء حذف الملف:\n\n$1\";'),('arq','messages:filedeleteerror-short','s:31:\"ar:خطأ حذف الملف: $1\";'),('arq','messages:filedesc','s:12:\"arq:ملخص\";'),('arq','messages:fileduplicatesearch','s:36:\"ar:بحث عن ملفات مكررة\";'),('arq','messages:fileduplicatesearch-filename','s:21:\"ar:اسم الملف:\";'),('arq','messages:fileduplicatesearch-info','s:68:\"ar:$1 × $2 بكسل<br />حجم الملف: $3<br />نوع MIME: $4\";'),('arq','messages:fileduplicatesearch-noresults','s:60:\"ar:لا ملف بالاسم \"$1\" تم العثور عليه.\";'),('arq','messages:fileduplicatesearch-result-1','s:53:\"ar:الملف \"$1\" ليس له تكرار مطابق.\";'),('arq','messages:fileduplicatesearch-result-n','s:87:\"ar:الملف \"$1\" له {{PLURAL:$2|1 تكرار مطابق|$2 تكرار مطابق}}.\";'),('arq','messages:fileduplicatesearch-submit','s:9:\"ar:بحث\";'),('arq','messages:fileduplicatesearch-summary','s:81:\"ar:ابحث عن الملفات المكررة بناء على قيم الهاش.\";'),('arq','messages:fileexists','s:204:\"ar:هناك ملف موجود يحمل نفس هذا الاسم الرجاء التحقق من <strong>[[:$1]]</strong> لو {{GENDER:|كنت}} غير متأكد أنك تريد تبديله.\n[[$1|thumb]]\";'),('arq','messages:fileexists-duplicate-version','s:139:\"ar:الملف المرفوع هو نسخة مطابقة من {{PLURAL:$2|نسخة أقدم|نسخ أقدم}} من <strong>[[:$1]]</strong>.\";'),('arq','messages:fileexists-extension','s:231:\"ar:يوجد ملف باسم مشابه: [[$2|thumb]]\n* اسم الملف المراد رفعه: <strong>[[:$1]]</strong>\n* اسم الملف الموجود: <strong>[[:$2]]</strong>\nمن فضلك اختر اسماً مختلفاً.\";'),('arq','messages:fileexists-forbidden','s:253:\"ar:هناك ملف موجود بهذا الاسم بالفعل، ولا يمكن إعادة الكتابة عليه.\nلو أنك مازلت تريد رفع ملفك، من فضلك عد واستخدم اسماً جديداً. [[File:$1|thumb|center|$1]]\";'),('arq','messages:fileexists-no-change','s:127:\"ar:الملف المرفوع هو نسخة مطابقة تمامًا للنسخة الحالية من <strong>[[:$1]]</strong>.\";'),('arq','messages:fileexists-shared-forbidden','s:241:\"ar:يوجد ملف بنفس الاسم بالفعل في مستودع الملفات المشترك.\nلو كنت مازلت تريد رفع ملفك، من فضلك ارجع واستخدم اسماً جديداً.\n[[File:$1|thumb|center|$1]]\";'),('arq','messages:fileexists-thumbnail-yes','s:260:\"ar:يبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\n[[$1|thumb]]\nمن فضلك افحص الملف <strong>[[:$1]]</strong>.\nإن كان هو نفس الملف بالحجم الأصلي فلا داعي لرفع تصغير إضافي.\";'),('arq','messages:filehist','s:29:\"arq:تاريخ الفيشيي\";'),('arq','messages:filehist-comment','s:14:\"arq:تعليق\";'),('arq','messages:filehist-current','s:17:\"arq:ذ الوقت\";'),('arq','messages:filehist-datetime','s:28:\"arq:تاريخ و الوقت\";'),('arq','messages:filehist-deleteall','s:18:\"ar:حذف الكل\";'),('arq','messages:filehist-deleteone','s:9:\"ar:حذف\";'),('arq','messages:filehist-dimensions','s:14:\"arq:القيس\";'),('arq','messages:filehist-filesize','s:20:\"ar:حجم الملف\";'),('arq','messages:filehist-help','s:106:\"arq:ادرك على وقت و تاريخ/باش تشوف الملف كما بان  في هاذ الوقت.\";'),('arq','messages:filehist-nothumb','s:43:\"arq:ما كانش تصويرة مصغّرة\";'),('arq','messages:filehist-revert','s:10:\"arq:رجع\";'),('arq','messages:filehist-thumb','s:27:\"arq:تصويرة مصغرة\";'),('arq','messages:filehist-thumbtext','s:39:\"arq:فينيات نتع النسخه $1\";'),('arq','messages:filehist-user','s:16:\"arq:مستعمل\";'),('arq','messages:filemissing','s:24:\"ar:الملف مفقود\";'),('arq','messages:filename','s:20:\"ar:اسم الملف\";'),('arq','messages:filename-bad-prefix','s:257:\"ar:اسم الملف الذي ترفعه يبدأ ب<strong>\"$1\"</strong>، وهو اسم غير وصفي غالباً ما تخصصه الكاميرات الرقمية تلقائياً.\nمن فضلك اختر اسماً يصف ملفك بوضوح أكثر.\";'),('arq','messages:filename-prefix-blacklist','s:609:\"ar: #<!-- اترك هذا السطر تماما كما هو --> <pre>\n# الصيغة كالتالي:\n#   * كل شيء من علامة \"#\" إلى آخر السطر هو تعليق\n#   * كل سطر غير فارغ هو بادئة لأسماء الملفات النمطية التي توضع تلقائيا بواسطة الكاميرات الرقمية\nCIMG # كاسيو\nDSC_ # نيكون\nDSCF # فوجي\nDSCN # نيكون\nDUW # بعض الهواتف المحمولة\nIMG # عام\nJD # جينوبتيك\nMGP # بينتاكس\nPICT # متنوع\n #</pre> <!-- اترك هذا السطر تماما كما هو -->\";'),('arq','messages:filename-thumb-name','s:303:\"ar:هذا يبدو وكأنه عنوان صورة مصغرة. من فضلك لا ترفع صورة مصغرة لنفس الويكي مرة ثانية. أو، من فضلك أصلح اسم الملف بحيث يكون معبرا أكثر، ولا يحتوي على بادئة الصورة المصغرة.\";'),('arq','messages:filename-toolong','s:78:\"ar:طول أسماء الملفات يجب أن لا يتجاوز 240 بايت\";'),('arq','messages:filename-tooshort','s:37:\"ar:اسم الملف قصير جدا.\";'),('arq','messages:filenotfound','s:49:\"arq:ما قدرش مصيبتٰ الفيشي \"$1\".\";'),('arq','messages:filepage-nofile','s:55:\"arq:ما كاين حتا فيشي ب هاد الأسم.\";'),('arq','messages:filepage-nofile-link','s:78:\"ar:لا يوجد ملف بهذا الاسم، لكن يمكنك [$1 رفعه].\";'),('arq','messages:filepage.css','s:135:\"ar:/* CSS المعروض هنا سيضمن في صفحات وصف الملفات، أيضا على الويكيات الأجنبية */\";'),('arq','messages:filepageexists','s:316:\"ar:أنشئت صفحة وصف هذا الملف في <strong>[[:$1]]</strong>، لكن لا يوجد ملف بهذا الاسم حالياً.\nلن يظهر الملخص الذي تدخله على صفحة الوصف.\nلجعل ملخصك يظهر هناك، ستحتاج إلى تعديله يدوياً.\n[[$1|thumb]]\";'),('arq','messages:filereadonlyerror','s:236:\"arq:ماشي ممكن تبدال الفيشي \"$1\" خاطر الدوسي تاع الفيشيّات \"$2\" راه فيه الخاصيّة \"اقرا برك\".\n\nالموسيّر الّي غلقهُ راه ماد التفسير هادا: \"$3\".\";'),('arq','messages:filerenameerror','s:79:\"arq:ما قدرش تبدال السميّة تاع الفيشي \"$1\" لل \"$2\".\";'),('arq','messages:filereuploadsummary','s:29:\"ar:تغييرات الملف:\";'),('arq','messages:filerevert','s:18:\"ar:استرجع $1\";'),('arq','messages:filerevert-badversion','s:98:\"ar:لا توجد نسخة محلية سابقة لهذا الملف بالتاريخ المعطى.\";'),('arq','messages:filerevert-comment','s:14:\"ar:السبب:\";'),('arq','messages:filerevert-defaultcomment','s:54:\"ar:استرجع للنسخة بتاريخ $2، $1 ($3)\";'),('arq','messages:filerevert-identical','s:99:\"ar:الإصدار الحالي من الملف بالفعل مطابق للإصدار المحدد.\";'),('arq','messages:filerevert-intro','s:106:\"ar:أنت تسترجع الملف <strong>[[Media:$1|$1]]</strong> للنسخة [$4 بتاريخ $3، $2].\";'),('arq','messages:filerevert-legend','s:26:\"ar:استرجع الملف\";'),('arq','messages:filerevert-submit','s:15:\"ar:استرجع\";'),('arq','messages:filerevert-success','s:97:\"ar:<strong>[[Media:$1|$1]]</strong> تم استرجاعه [$4 للنسخة بتاريخ $3، $2].\";'),('arq','messages:filesource','s:12:\"ar:مصدر:\";'),('arq','messages:filestatus','s:32:\"ar:حالة حقوق النسخ:\";'),('arq','messages:filetype-bad-ie-mime','s:177:\"ar:لم يمكن رفع هذا المف لأن إنترنت إكسبلورر سيكتشفه ك\"$1\", وهو نوع ملف ممنوع ومن المحتمل أن يكون خطرا.\";'),('arq','messages:filetype-badmime','s:74:\"ar:من غير المسموح به رفع ملفات من النوع \"$1\".\";'),('arq','messages:filetype-banned','s:39:\"ar:نوع الملف هذا ممنوع.\";'),('arq','messages:filetype-banned-type','s:242:\"ar:<strong>\".$1\"</strong> {{PLURAL:$4|ليس نوع ملف مسموح به|ليسوا أنواع ملفات مسموح بها}}.\n{{PLURAL:$3|نوع الملف المسموح به هو|أنواع الملفات المسموح بها هي}} $2.\";'),('arq','messages:filetype-mime-mismatch','s:77:\"ar:امتداد الملف \".$1\" لا يطابق نوع MIME للملف ($2).\";'),('arq','messages:filetype-missing','s:52:\"ar:الملف بدون امتداد (مثل \".jpg\").\";'),('arq','messages:filetype-unwanted-type','s:170:\"ar:<strong>\".$1\"</strong> هو نوع ملف غير مرغوب فيه.\n{{PLURAL:$3|نوع الملف المفضل هو|أنواع الملفات المفضلة هي}} $2.\";'),('arq','messages:fileuploadsummary','s:12:\"ar:ملخص:\";'),('arq','messages:filewasdeleted','s:133:\"ar:تم رفع ثم حذف ملف بهذا الاسم من قبل.\nمن الأفضل مراجعة $1 قبل رفعه مرة أخرى.\";'),('arq','messages:fix-double-redirects','s:73:\"ar:حدث أي تحويلات تشير إلى العنوان الأصلي\";'),('arq','messages:formatnum-nan','s:18:\"ar:ليس عددا\";'),('arq','messages:formerror','s:57:\"arq:غلطة: ما قدرش ترسال الستيمارة\";'),('arq','messages:fri','s:16:\"arq:الجمعه\";'),('arq','messages:friday','s:16:\"arq:الجمعه\";'),('arq','messages:friday-at','s:38:\"ar:يوم الجمعة الساعة $1\";'),('arq','messages:gallery-slideshow-toggle','s:39:\"ar:تغيير الصور المصغرة\";'),('arq','messages:gender-female','s:40:\"ar:هي تعدل صفحات الويكي\";'),('arq','messages:gender-male','s:40:\"ar:هو يعدل صفحات الويكي\";'),('arq','messages:gender-notknown','s:44:\"ar:هم يحررون صفحات الويكي\";'),('arq','messages:gender-unknown','s:126:\"ar:عند ذكرك، البرنامج سيستخدم كلمات محايدة النوع متى ما كان ذلك ممكناً\";'),('arq','messages:generic-pool-error','s:259:\"arq:اعدرونا، السربايات راهم مغبّنين ف هاد الوقيتة.\nبزّاف المستعمليّين راهم باغيين يشوفو هاد الباجة.\nاصبرو شي وقيتة قبل ما تحاولو تلحقو لها عاود.\";'),('arq','messages:go','s:12:\"arq:شايع\";'),('arq','messages:googleanalytics-desc','s:112:\"ar:يضيف سكريبت جوجل التحليلي (ga.js) إلى صفحات الميدياويكي للتتبع\";'),('arq','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('arq','messages:gotointerwiki','s:22:\"ar:ترك {{SITENAME}}\";'),('arq','messages:gotointerwiki-external','s:150:\"ar:أنت على وشك ترك {{SITENAME}} لزيارة [[$2]]، وهو موقع منفصل.\n\n\'\'\'[$1 اضغط هنا للاستمرار إلى $1]\'\'\'\";'),('arq','messages:gotointerwiki-invalid','s:47:\"ar:العنوان المحدد غير صحيح.\";'),('arq','messages:grant-basic','s:38:\"ar:الصلاحيات الأساسية\";'),('arq','messages:grant-blockusers','s:55:\"ar:منع ورفع المنع عن المستخدمين\";'),('arq','messages:grant-createaccount','s:26:\"ar:إنشاء حسابات\";'),('arq','messages:grant-createeditmovepage','s:50:\"ar:إنشاء وتعديل ونقل الصفحات\";'),('arq','messages:grant-delete','s:75:\"ar:حذف الصفحات والمراجعات ومدخلات السجلات\";'),('arq','messages:grant-editinterface','s:100:\"ar:تعديل نطاق ميدياويكي وجسون على مستوى الموقع/المستخدم\";'),('arq','messages:grant-editmycssjs','s:72:\"ar:تعديل CSS/جافا سكريت/جسون الخاصة بحسابك\";'),('arq','messages:grant-editmyoptions','s:74:\"ar:تعديل تفضيلاتك وإعدادات الJSON الخاصة بك\";'),('arq','messages:grant-editmywatchlist','s:39:\"ar:تعديل قائمة مراقبتك\";'),('arq','messages:grant-editpage','s:37:\"ar:تعديل صفحات موجودة\";'),('arq','messages:grant-editprotected','s:35:\"ar:تعديل صفحات محمية\";'),('arq','messages:grant-editsiteconfig','s:66:\"ar:عدل CSS/JS على مستوى الموقع والمستخدم\";'),('arq','messages:grant-generic','s:35:\"ar:\"$1\" حزمة الصلاحيات\";'),('arq','messages:grant-group-administration','s:37:\"ar:أداء عمليات إدارية\";'),('arq','messages:grant-group-customization','s:38:\"ar:التخصيص والتفضيلات\";'),('arq','messages:grant-group-email','s:39:\"ar:إرسال بريد إلكتروني\";'),('arq','messages:grant-group-file-interaction','s:37:\"ar:التفاعل مع الوسائط\";'),('arq','messages:grant-group-high-volume','s:40:\"ar:أداء نشاط كبير الحجم\";'),('arq','messages:grant-group-other','s:28:\"ar:نشاطات متفرقة\";'),('arq','messages:grant-group-page-interaction','s:37:\"ar:التفاعل مع الصفحات\";'),('arq','messages:grant-group-private-information','s:67:\"ar:الوصول للبيانات السرية المتعلقة بك\";'),('arq','messages:grant-group-watchlist-interaction','s:50:\"ar:التفاعل مع قائمة المراقبة\";'),('arq','messages:grant-highvolume','s:33:\"ar:تعديل كبير الحجم\";'),('arq','messages:grant-import','s:36:\"ar:استيراد المراجعات\";'),('arq','messages:grant-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('arq','messages:grant-oversight','s:66:\"ar:إخفاء المستخدمين وإخفاء المراجعات\";'),('arq','messages:grant-patrol','s:43:\"ar:تغييرات دورية للصفحات\";'),('arq','messages:grant-privateinfo','s:47:\"ar:الوصول للمعلومات السرية\";'),('arq','messages:grant-protect','s:52:\"ar:حماية وإزالة حماية الصفحات\";'),('arq','messages:grant-rollback','s:56:\"ar:استرجاع التغييرات في الصفحات\";'),('arq','messages:grant-sendemail','s:75:\"ar:إرسال بريد إلكتروني للمستخدمين الآخرين\";'),('arq','messages:grant-uploadeditmovefile','s:46:\"ar:رفع وإزاحة ونقل الملفات\";'),('arq','messages:grant-uploadfile','s:33:\"ar:ارفع ملفات جديدة\";'),('arq','messages:grant-viewdeleted','s:58:\"ar:عرض الملفات والصفحات المحذوفة\";'),('arq','messages:grant-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('arq','messages:grant-viewrestrictedlogs','s:50:\"ar:عرض مدخلات السجل المحظورة\";'),('arq','messages:group','s:20:\"ar:المجموعة:\";'),('arq','messages:group-all','s:13:\"ar:(الكل)\";'),('arq','messages:group-autoconfirmed','s:51:\"ar:مستخدمون مؤكدون تلقائيًّا\";'),('arq','messages:group-autoconfirmed-member','s:98:\"ar:{{GENDER:$1|مستخدم مؤكد تلقائيًا|مستخدمة مؤكدة تلقائيًا}}\";'),('arq','messages:group-autoconfirmed.css','s:146:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين المؤكدين تلقائيا فقط */\";'),('arq','messages:group-autoconfirmed.js','s:125:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للمستخدمين المؤكدين تلقائيا فقط */\";'),('arq','messages:group-bot','s:14:\"arq:بوتات\";'),('arq','messages:group-bot-member','s:23:\"ar:{{GENDER:$1|بوت}}\";'),('arq','messages:group-bot.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البوتات فقط */\";'),('arq','messages:group-bot.js','s:87:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبوتات فقط */\";'),('arq','messages:group-bureaucrat','s:25:\"ar:بيروقراطيون\";'),('arq','messages:group-bureaucrat-member','s:33:\"ar:{{GENDER:$1|بيروقراط}}\";'),('arq','messages:group-bureaucrat.css','s:120:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البيروقراطيين فقط */\";'),('arq','messages:group-bureaucrat.js','s:99:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبيروقراطيين فقط */\";'),('arq','messages:group-interface-admin','s:30:\"ar:إداريو الواجهة\";'),('arq','messages:group-interface-admin-member','s:42:\"ar:{{GENDER:$1|إداري الواجهة}}\";'),('arq','messages:group-membership-link-with-expiry','s:17:\"ar:$1 (حتى $2)\";'),('arq','messages:group-named','s:32:\"ar:مستخدمون مسجلون\";'),('arq','messages:group-suppress','s:15:\"ar:مزيلون\";'),('arq','messages:group-suppress-member','s:36:\"ar:{{GENDER:$1|مزيل|مزيلة}}\";'),('arq','messages:group-sysop','s:22:\"arq:إيداريّين\";'),('arq','messages:group-sysop-member','s:40:\"ar:{{GENDER:$1|إداري|إدارية}}\";'),('arq','messages:group-sysop.css','s:112:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على الإداريين فقط */\";'),('arq','messages:group-sysop.js','s:91:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للإداريين فقط */\";'),('arq','messages:group-user','s:19:\"ar:مستخدمون\";'),('arq','messages:group-user-member','s:44:\"ar:{{GENDER:$1|مستخدم|مستخدمة}}\";'),('arq','messages:group-user.css','s:97:\"ar:/* CSS المعروض هنا سيؤثر على المستخدمين المسجلين فقط */\";'),('arq','messages:group-user.js','s:98:\"ar:/* أي JavaScript هنا سيتم تحميله للمستخدمين المسجلين فقط */\";'),('arq','messages:grouppage-autoconfirmed','s:62:\"ar:{{ns:project}}:مستخدمون مؤكدون تلقائيا\";'),('arq','messages:grouppage-bot','s:29:\"arq:{{ns:project}}:بوتات\";'),('arq','messages:grouppage-bureaucrat','s:40:\"ar:{{ns:project}}:بيروقراطيون\";'),('arq','messages:grouppage-interface-admin','s:45:\"ar:{{ns:project}}:إداريو الواجهة\";'),('arq','messages:grouppage-named','s:47:\"ar:{{ns:project}}:مستخدمون مسجلون\";'),('arq','messages:grouppage-suppress','s:43:\"ar:{{ns:project}}:خاصية الإزالة\";'),('arq','messages:grouppage-sysop','s:37:\"arq:{{ns:project}}:إيداريّين\";'),('arq','messages:grouppage-user','s:34:\"ar:{{ns:project}}:مستخدمون\";'),('arq','messages:guesstimezone','s:46:\"ar:أدخل التوقيت من المتصفح\";'),('arq','messages:headline-anchor-title','s:31:\"ar:وصلة لهذا القسم\";'),('arq','messages:hebrew-calendar-m1','s:13:\"ar:تيشري\";'),('arq','messages:hebrew-calendar-m1-gen','s:13:\"ar:تيشري\";'),('arq','messages:hebrew-calendar-m10','s:11:\"ar:تموز\";'),('arq','messages:hebrew-calendar-m10-gen','s:11:\"ar:تموز\";'),('arq','messages:hebrew-calendar-m11','s:7:\"ar:آف\";'),('arq','messages:hebrew-calendar-m11-gen','s:7:\"ar:آف\";'),('arq','messages:hebrew-calendar-m12','s:13:\"ar:أيلول\";'),('arq','messages:hebrew-calendar-m12-gen','s:13:\"ar:أيلول\";'),('arq','messages:hebrew-calendar-m2','s:15:\"ar:تيشفان\";'),('arq','messages:hebrew-calendar-m2-gen','s:15:\"ar:تيشفان\";'),('arq','messages:hebrew-calendar-m3','s:15:\"ar:كيسليف\";'),('arq','messages:hebrew-calendar-m3-gen','s:15:\"ar:كيسليف\";'),('arq','messages:hebrew-calendar-m4','s:13:\"ar:تيفيت\";'),('arq','messages:hebrew-calendar-m4-gen','s:13:\"ar:تيفيت\";'),('arq','messages:hebrew-calendar-m5','s:13:\"ar:شيفات\";'),('arq','messages:hebrew-calendar-m5-gen','s:13:\"ar:شيفات\";'),('arq','messages:hebrew-calendar-m6','s:11:\"ar:أدار\";'),('arq','messages:hebrew-calendar-m6-gen','s:11:\"ar:أدار\";'),('arq','messages:hebrew-calendar-m6a','s:22:\"ar:أدار الأول\";'),('arq','messages:hebrew-calendar-m6a-gen','s:22:\"ar:أدار الأول\";'),('arq','messages:hebrew-calendar-m6b','s:24:\"ar:أدار الثاني\";'),('arq','messages:hebrew-calendar-m6b-gen','s:24:\"ar:أدار الثاني\";'),('arq','messages:hebrew-calendar-m7','s:13:\"ar:نيزان\";'),('arq','messages:hebrew-calendar-m7-gen','s:13:\"ar:نيسان\";'),('arq','messages:hebrew-calendar-m8','s:11:\"ar:أيار\";'),('arq','messages:hebrew-calendar-m8-gen','s:11:\"ar:أيار\";'),('arq','messages:hebrew-calendar-m9','s:13:\"ar:سيفان\";'),('arq','messages:hebrew-calendar-m9-gen','s:13:\"ar:سيفان\";'),('arq','messages:help','s:16:\"arq:معاونة\";'),('arq','messages:help-mediawiki','s:41:\"ar:مساعدة حول ميدياويكي\";'),('arq','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('arq','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('arq','messages:helppage-top-gethelp','s:16:\"arq:معاونة\";'),('arq','messages:hidden-categories','s:67:\"arq:{{PLURAL:$1|تصنيف مدسوس|تصنيفات مدسوسة}}\";'),('arq','messages:hidden-category-category','s:31:\"arq:تصنيفات مخبّية\";'),('arq','messages:hidden-category-category-desc','s:184:\"ar:التصنيف الذي فيه <code><nowiki>__HIDDENCAT__</nowiki></code> والذي يمنع مبدئيا عرضه في صندوق وصلات التصانيف في الصفحات.\";'),('arq','messages:hiddencategories','s:431:\"arq:{{PLURAL:$1|هاد الصفحة ما كايناش فل تصانف المخبّييين|هاد الصفحة كاينة في تصنيف مخبّي واحد|هاد الصفحة كاينة في زوج تاع الـتصانف المخبّيين|هاد الصفحة كاينة في $1 تصنيف مخبّي|هاد الصفحة كاينة في $1 تصنيف مخفبّي|هذه الصفحة كاينة في $1 تصنيف مخبّي}}:\";'),('arq','messages:hide','s:10:\"arq:خبي\";'),('arq','messages:hidetoc','s:12:\"arq:خبّي\";'),('arq','messages:hijri-calendar-m1','s:11:\"ar:محرم\";'),('arq','messages:hijri-calendar-m10','s:11:\"ar:شوال\";'),('arq','messages:hijri-calendar-m11','s:20:\"ar:ذو القعدة\";'),('arq','messages:hijri-calendar-m12','s:18:\"ar:ذو الحجة\";'),('arq','messages:hijri-calendar-m2','s:9:\"ar:صفر\";'),('arq','messages:hijri-calendar-m3','s:22:\"ar:ربيع الأول\";'),('arq','messages:hijri-calendar-m4','s:24:\"ar:ربيع الثاني\";'),('arq','messages:hijri-calendar-m5','s:26:\"ar:جمادى الأولى\";'),('arq','messages:hijri-calendar-m6','s:28:\"ar:جمادى الثانية\";'),('arq','messages:hijri-calendar-m7','s:9:\"ar:رجب\";'),('arq','messages:hijri-calendar-m8','s:13:\"ar:شعبان\";'),('arq','messages:hijri-calendar-m9','s:13:\"ar:رمضان\";'),('arq','messages:hist','s:14:\"arq:تاريخ\";'),('arq','messages:histfirst','s:19:\"arq:اول باجه\";'),('arq','messages:histlast','s:23:\"arq:باجه تاليه\";'),('arq','messages:histlegend','s:343:\"arq:تخيار الفرق: علم على صناديق النسخ للمقارنه و ادرك قارن بين النسخ المختارة والا القفلة التحت .<br />\nمفتاح: (الحالي) = الفرق مع النسخة تع دروك\n(الفايته) = الفرق مع النسخة اللي فاتت، ط = تبديل خفيف\";'),('arq','messages:history','s:25:\"arq:تاريخ الملف\";'),('arq','messages:history-edit-tags','s:63:\"ar:عدّل وسوم المراجعات التي اخترتها\";'),('arq','messages:history-empty','s:71:\"ar:لم يتم العثور على التنقيحات المطابقة.\";'),('arq','messages:history-feed-description','s:71:\"arq:تاريخ التعديل لهاذي الباجة في الويكي\";'),('arq','messages:history-feed-empty','s:255:\"ar:الصفحة المطلوبة غير موجودة.\nمن المحتمل أن تكون هذه الصفحة قد حذفت من الويكي، أو نقلت.\nحاول [[Special:Search|البحث في الويكي]] عن صفحات جديدة ذات صلة.\";'),('arq','messages:history-feed-item-nocomment','s:16:\"arq:$1 إلى $2\";'),('arq','messages:history-feed-title','s:31:\"arq:تاريخ المراجعة\";'),('arq','messages:history-fieldset-title','s:35:\"arq:فيلتري المراجعات\";'),('arq','messages:history-show-deleted','s:46:\"arq:التبدالات المفاصية برك\";'),('arq','messages:history-title','s:42:\"arq: «$1»: تاريخ المراجعات\";'),('arq','messages:history_copyright','s:4:\"en:-\";'),('arq','messages:history_short','s:14:\"arq:تاريخ\";'),('arq','messages:history_small','s:44:\"arq:التأراخ تاع التبدالات\";'),('arq','messages:historyaction-submit','s:29:\"arq:وري التبدالات\";'),('arq','messages:historyempty','s:12:\"arq:فارغ\";'),('arq','messages:historysize','s:42:\"arq:({{PLURAL:$1|1 بايت|$1 بايت}})\";'),('arq','messages:historywarning','s:159:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد حذفها بها {{PLURAL:$1|نسخة|نسخة واحدة|نسختان|$1 نسخ|$1 نسخة}}:\";'),('arq','messages:hookaborted','s:91:\"ar:التعديل الذي تحاول أن تقوم به أجهض من قبل امتداد.\";'),('arq','messages:hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('arq','messages:hours-abbrev','s:7:\"ar:$1س\";'),('arq','messages:hours-ago','s:46:\"ar:قبل {{PLURAL:$1|ساعة|$1 ساعات}}\";'),('arq','messages:htmlform-chosen-placeholder','s:11:\"ar:اختر\";'),('arq','messages:htmlform-cloner-create','s:26:\"ar:إضافة المزيد\";'),('arq','messages:htmlform-cloner-delete','s:13:\"ar:إزالة\";'),('arq','messages:htmlform-cloner-required','s:52:\"ar:مطلوب قيمة واحدة على الأقل.\";'),('arq','messages:htmlform-date-invalid','s:123:\"ar:القيمة التي حددتها ليست تاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD.\";'),('arq','messages:htmlform-date-placeholder','s:13:\"ar:YYYY-MM-DD\";'),('arq','messages:htmlform-date-toohigh','s:87:\"ar:القيمة التي حددتها هي بعد آخر تاريخ مسموح به $1.\";'),('arq','messages:htmlform-date-toolow','s:87:\"ar:القيمة التي حددتها هي قبل أول تاريخ مسموح به $1.\";'),('arq','messages:htmlform-datetime-invalid','s:143:\"ar:القيمة التي حددتها ليست وقتا وتاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD HH:MM:SS.\";'),('arq','messages:htmlform-datetime-placeholder','s:22:\"ar:YYYY-MM-DD HH:MM:SS\";'),('arq','messages:htmlform-datetime-toohigh','s:100:\"ar:القيمة التي حددتها هي بعد آخر تاريخ ووقت مسموح بهما $1.\";'),('arq','messages:htmlform-datetime-toolow','s:100:\"ar:القيمة التي حددتها هي قبل أول تاريخ ووقت مسموح بهما $1.\";'),('arq','messages:htmlform-float-invalid','s:56:\"ar:القيمة التي حددتها ليست عددا.\";'),('arq','messages:htmlform-int-invalid','s:67:\"ar:القيمة التي حددتها ليست عددا صحيحا.\";'),('arq','messages:htmlform-int-toohigh','s:83:\"ar:القيمة التي حددتها أكبر من الحد الأقصى وهو $1\";'),('arq','messages:htmlform-int-toolow','s:81:\"ar:القيمة التي حددتها أقل من الحد الأدنى وهو $1\";'),('arq','messages:htmlform-invalid-input','s:58:\"ar:توجد مشكلات ضمن بعض من مدخلاتك\";'),('arq','messages:htmlform-multiselect-toomany','s:85:\"ar:يتجاوز عدد العناصر التي حددتها الحد الأقصى $1.\";'),('arq','messages:htmlform-no','s:12:\"arq:لالا\";'),('arq','messages:htmlform-required','s:35:\"ar:هذه القيمة مطلوبة\";'),('arq','messages:htmlform-reset','s:39:\"ar:الرجوع عن التغييرات\";'),('arq','messages:htmlform-select-badoption','s:74:\"ar:القيمة التي تم تحديدها غير صالحة كخيار.\";'),('arq','messages:htmlform-selectorother-other','s:11:\"ar:أخرى\";'),('arq','messages:htmlform-submit','s:13:\"ar:إرسال\";'),('arq','messages:htmlform-tag-not-allowed','s:39:\"ar:$1 هو ليس وسما مقبولا\";'),('arq','messages:htmlform-time-invalid','s:117:\"ar:القيمة التي حددتها ليست وقتا متعرف عليه. جرب استخدام صيغة HH:MM:SS.\";'),('arq','messages:htmlform-time-placeholder','s:11:\"ar:HH:MM:SS\";'),('arq','messages:htmlform-time-toohigh','s:83:\"ar:القيمة التي حددتها هي بعد آخر وقت مسموح به $1.\";'),('arq','messages:htmlform-time-toolow','s:83:\"ar:القيمة التي حددتها هي قبل أول وقت مسموح به $1.\";'),('arq','messages:htmlform-title-badnamespace','s:44:\"ar:[[:$1]] ليس في نطاق \"{{ns:$2}}\".\";'),('arq','messages:htmlform-title-interwiki','s:83:\"ar:$1 هو عنوان ما بين الويكي، يجب أن يكون محليًا.\";'),('arq','messages:htmlform-title-not-creatable','s:56:\"ar:\"$1\" ليس عنوان صفحة يمكن إنشاؤه\";'),('arq','messages:htmlform-title-not-exists','s:24:\"ar:$1 غير موجود.\";'),('arq','messages:htmlform-user-not-exists','s:40:\"ar:<strong>$1</strong> غير موجود\";'),('arq','messages:htmlform-user-not-valid','s:63:\"ar:اسم المستخدم <strong>$1</strong> غير صالح.\";'),('arq','messages:htmlform-yes','s:10:\"arq:إيه\";'),('arq','messages:http-bad-status','s:50:\"ar:ثمة مشكلة أثناء طلب HTTP: $1 $2\";'),('arq','messages:http-curl-error','s:33:\"ar:فشل جلب المسار: $1\";'),('arq','messages:http-internal-error','s:26:\"ar:خطأ HTTP داخلي.\";'),('arq','messages:http-invalid-scheme','s:71:\"ar:المسارات ذات البروتكول \"$1\" غير مدعومة.\";'),('arq','messages:http-invalid-url','s:31:\"ar:مسار غير صالح: $1\";'),('arq','messages:http-read-error','s:26:\"ar:خطأ قراءة HTTP.\";'),('arq','messages:http-request-error','s:49:\"ar:فشل طلب HTTP لسبب غير معروف.\";'),('arq','messages:http-timed-out','s:35:\"ar:انتهت مهلة طلب HTTP.\";'),('arq','messages:ignorewarning','s:72:\"ar:تجاهل التحذير واحفظ الملف على أية حال.\";'),('arq','messages:ignorewarnings','s:35:\"ar:تجاهل أية تحذيرات\";'),('arq','messages:illegal-filename','s:44:\"ar:لا يسمح باسم الملف هذا.\";'),('arq','messages:illegalfilename','s:191:\"ar:اسم الملف \"$1\" يحتوي على حروف غير مسموح بها في عناوين الصفحات.\nمن فضلك أعد تسمية الملف وحاول رفعه مرة أخرى.\";'),('arq','messages:ilsubmit','s:9:\"ar:بحث\";'),('arq','messages:imageinvalidfilename','s:47:\"ar:اسم الملف الهدف غير صحيح\";'),('arq','messages:imagelinks','s:29:\"arq:إستعمال الملف\";'),('arq','messages:imagelisttext','s:105:\"ar:فيما يلي قائمة تحوي <strong>$1</strong> {{PLURAL:$1|ملف|ملفات}} مرتبة $2.\";'),('arq','messages:imagemaxsize','s:66:\"ar:حد حجم الصورة في صفحات وصف الملفات:\";'),('arq','messages:imagenocrossnamespace','s:81:\"ar:لا يمكن نقل الملف إلى نطاق غير نطاق الملفات\";'),('arq','messages:imagepage','s:43:\"arq:شوف الباجة تاع الفيشي\";'),('arq','messages:imagetypemismatch','s:64:\"ar:امتداد الملف الجديد لا يطابق نوعه\";'),('arq','messages:img-auth-accessdenied','s:22:\"ar:رفض الوصول\";'),('arq','messages:img-auth-badtitle','s:53:\"ar:تعذر تشكيل عنوان صالح من \"$1\".\";'),('arq','messages:img-auth-isdir','s:102:\"ar:أنت تحاول الوصول إلى الدليل \"$1\".\nيسمح بوصول الملفات فقط.\";'),('arq','messages:img-auth-nofile','s:37:\"ar:الملف \"$1\" غير موجود.\";'),('arq','messages:img-auth-noread','s:63:\"ar:لا يملك المستخدم صلاحية قراءة \"$1\".\";'),('arq','messages:img-auth-notindir','s:89:\"ar:المسار المطلوب غير موجود في مجلد الرفع المضبوط.\";'),('arq','messages:img-auth-public','s:193:\"ar:وظيفة img_auth.php هي لإخراج الملفات من ويكي سري.\nهذا الويكي مضبوط كويكي علني.\nلتأمين إضافي، img_auth.php تم تعطيلها.\";'),('arq','messages:img-auth-streaming','s:15:\"ar:عرض \"$1\".\";'),('arq','messages:img-lang-default','s:36:\"ar:(اللغة الافتراضية)\";'),('arq','messages:img-lang-go','s:11:\"ar:اذهب\";'),('arq','messages:img-lang-info','s:45:\"ar:ترجم هذه الصورة إلى $1. $2\";'),('arq','messages:img-lang-opt','s:10:\"ar:$2 ($1)\";'),('arq','messages:imgfile','s:12:\"arq:فيشي\";'),('arq','messages:imgmultigo','s:10:\"arq:روح\";'),('arq','messages:imgmultigoto','s:28:\"arq:روح للاباجة $1\";'),('arq','messages:imgmultipagenext','s:33:\"arq:الباجة الجاية ←\";'),('arq','messages:imgmultipageprev','s:34:\"ar:→ الصفحة السابقة\";'),('arq','messages:immobile-source-namespace','s:70:\"ar:غير قادر على نقل الصفحات في النطاق \"$1\"\";'),('arq','messages:immobile-source-namespace-iw','s:101:\"ar:لا يمكن نقل الصفحات على الويكيات الأخرى من هذه الويكي.\";'),('arq','messages:immobile-source-page','s:52:\"ar:هذه الصفحة غير قابلة للنقل.\";'),('arq','messages:immobile-target-namespace','s:72:\"ar:غير قادر على نقل الصفحات إلى النطاق \"$1\"\";'),('arq','messages:immobile-target-namespace-iw','s:84:\"ar:وصلة الإنترويكي ليست هدفاً صالحاً لنقل صفحة.\";'),('arq','messages:immobile-target-page','s:79:\"ar:غير قادر على النقل إلى العنوان الوجهة هذا.\";'),('arq','messages:import','s:28:\"ar:استيراد صفحات\";'),('arq','messages:import-assign-known-users','s:127:\"ar:نسبة التعديلات للمستخدمين المحليين حيث المستخدم المسمى موجود محليا\";'),('arq','messages:import-comment','s:14:\"ar:تعليق:\";'),('arq','messages:import-error-bad-location','s:223:\"ar:المراجعة $2 التي تستخدم نموذج المحتوى $3 لا يمكن تخزينها على \"$1\" على هذه الويكي، بما أن هذا النموذج غير مدعوم على هذه الصفحة.\";'),('arq','messages:import-error-edit','s:95:\"ar:الصفحة \"$1\" لم يتم استيرادها لأنه لا يمكن لك تحريرها.\";'),('arq','messages:import-error-interwiki','s:119:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها محجوز للربط الخارجي (interwiki).\";'),('arq','messages:import-error-invalid','s:86:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها غير صحيح.\";'),('arq','messages:import-error-special','s:104:\"ar:صفحة \"$1\" لم تستورد لأنها تنتمي إلى نطاق خاص يمنع الصفحات.\";'),('arq','messages:import-error-unserialize','s:189:\"ar:مراجعة  $2  من صفحة \" $1 \" لا يمكن أن يكون أونسيرياليزيد. وأفيد المراجعة استخدام طراز المحتوى  $3  تسلسل ك  $4 .\";'),('arq','messages:import-interwiki-history','s:57:\"ar:انسخ كل المراجعات لهذه الصفحة\";'),('arq','messages:import-interwiki-sourcepage','s:29:\"ar:الصفحة المصدر:\";'),('arq','messages:import-interwiki-sourcewiki','s:29:\"ar:الويكي المصدر:\";'),('arq','messages:import-interwiki-submit','s:17:\"ar:استيراد\";'),('arq','messages:import-interwiki-templates','s:65:\"ar:ضمن كل القوالب والصفحات المسترجعة\";'),('arq','messages:import-interwiki-text','s:296:\"ar:اختر ويكي وعنوان الصفحة للاستيراد.\nتواريخ المراجعات وأسماء المحررين سيتم حفظها.\nكل أفعال الاستيراد من الويكيات الأخرى يتم تسجيلها في [[Special:Log/import|سجل الاستيراد]].\";'),('arq','messages:import-invalid-interwiki','s:67:\"ar:لم يمكن الاستيراد من الويكي المحدد.\";'),('arq','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('arq','messages:import-logentry-interwiki-detail','s:120:\"ar:تم استيراد {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} من $2\";'),('arq','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('arq','messages:import-logentry-upload-detail','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('arq','messages:import-mapping-default','s:41:\"ar:استورد للنطاق الأصلي\";'),('arq','messages:import-mapping-namespace','s:32:\"ar:استورد إلى نطاق:\";'),('arq','messages:import-mapping-subpage','s:68:\"ar:استورد كصفحات فرعية للصفحة التالية:\";'),('arq','messages:import-noarticle','s:36:\"ar:لا صفحة للاستيراد!\";'),('arq','messages:import-nonewrevisions','s:175:\"ar:لا مراجعات تم استيرادها (كل المراجعات إما أنها كانت موجودة بالفعل، وأو تم تجاوزها نتيجة أخطاء).\";'),('arq','messages:import-options-wrong','s:66:\"ar:خطأ {{PLURAL:$2|خيار|خيارات}}: <nowiki>$1</nowiki>\";'),('arq','messages:import-parse-failure','s:39:\"ar:فشل تحليل استيراد XML\";'),('arq','messages:import-revision-count','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('arq','messages:import-rootpage-invalid','s:97:\"ar:إن عنوان الصفحة الجذر المعطاة هي ذات عنوان غير صالح.\";'),('arq','messages:import-rootpage-nosubpage','s:86:\"ar:إن النطاق \"$1\" لصفحة الجذر لا يسمح بصفحات فرعية.\";'),('arq','messages:import-summary','s:3:\"en:\";'),('arq','messages:import-token-mismatch','s:442:\"ar:فقد لبيانات الجلسة.\nربما تم تسجيل خروجك. \'\'\'الرجاء التحقق من أنك لا تزال مسجلا الدخول وإعادة المحاولة\'\'\'.\nإذا كان لا يزال لا يعمل، حاول [[Special:UserLogout|تسجيل الخروج]] وتسجيل الدخول مرة أخرى، وتحقق من أن متصفحك يسمح بملفات تعريف الارتباط من هذا الموقع.\";'),('arq','messages:import-upload','s:26:\"ar:رفع بيانات XML\";'),('arq','messages:import-upload-filename','s:21:\"ar:اسم الملف:\";'),('arq','messages:import-upload-username-prefix','s:35:\"ar:بادئة الإنترويكي:\";'),('arq','messages:importbadinterwiki','s:37:\"ar:وصلة إنترويكي سيئة\";'),('arq','messages:importcantopen','s:49:\"ar:لم يمكن فتح ملف الاستيراد\";'),('arq','messages:imported-log-entries','s:122:\"ar:استورد {{PLURAL:$1||مدخلة سجل واحدة|مدخلتي سجل|$1 مدخلات سجل|$1 مدخل سجل}}.\";'),('arq','messages:importfailed','s:49:\"ar:فشل الاستيراد: <nowiki>$1</nowiki>\";'),('arq','messages:importinterwiki','s:38:\"ar:استورد من ويكي أخرى\";'),('arq','messages:importlogpage','s:46:\"arq:الجرنان تاع المستوردات\";'),('arq','messages:importlogpagetext','s:125:\"ar:عمليات الاستيراد الإدارية للصفحات مع تاريخ التعديل من ويكيات أخرى.\";'),('arq','messages:importnofile','s:44:\"ar:لم يتم رفع ملف استيراد.\";'),('arq','messages:importnopages','s:37:\"ar:لا صفحات للاستيراد\";'),('arq','messages:importnoprefix','s:55:\"ar:لا بادئة إنترويكي تم توفيرها\";'),('arq','messages:importnosources','s:134:\"ar:لا ويكيات للاستيراد منها تم تعريفها وعمليات رفع التاريخ المباشرة معطلة.\";'),('arq','messages:importstart','s:31:\"ar:استيراد صفحات...\";'),('arq','messages:importsuccess','s:33:\"ar:الاستيراد انتهى!\";'),('arq','messages:importtext','s:185:\"ar:من فضلك صدر الملف من الويكي المصدر باستخدام [[Special:Export|أداة التصدير]].\nاحفظها على حاسوبك ثم ارفعها هنا.\";'),('arq','messages:importunknownsource','s:44:\"ar:نوع مصدر استيراد مجهول\";'),('arq','messages:importuploaderrorpartial','s:94:\"ar:فشل رفع ملف الاستيراد. لم يتم رفع الملف إلا جزئياً.\";'),('arq','messages:importuploaderrorsize','s:102:\"ar:رفع ملف الاستيراد فشل.\nالملف أكبر من حجم الرفع المسموح.\";'),('arq','messages:importuploaderrortemp','s:82:\"ar:رفع ملف الاستيراد فشل.\nهناك مجلد مؤقت مفقود.\";'),('arq','messages:index-category','s:29:\"arq:صفحات مفهّرسة\";'),('arq','messages:index-category-desc','s:200:\"ar:الصفحة فيها <code><nowiki>__INDEX__</nowiki></code> (وهي في نطاق يسمح بهذا العلم) ولذا فالروبوتات تفهرسها بينما الأصل ألا تفعل.\";'),('arq','messages:infiniteblock','s:19:\"arq:لا محدود\";'),('arq','messages:intentionallyblankpage','s:54:\"ar:هذه الصفحة تركت فارغة عن قصد\";'),('arq','messages:interlanguage-link-title','s:12:\"ar:$1 – $2\";'),('arq','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('arq','messages:interlanguage-link-title-nonlang','s:12:\"ar:$1 – $2\";'),('arq','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('arq','messages:internalerror','s:29:\"arq:غلطة دخلانيّة\";'),('arq','messages:internalerror-fatal-exception','s:46:\"arq:غلطة واعرة من الطبَع \"$1\"\";'),('arq','messages:internalerror_info','s:33:\"arq:غلطة دخلانيّة: $1\";'),('arq','messages:invalid-chunk-offset','s:40:\"ar:قطعة أوفست غير صالحة\";'),('arq','messages:invalid-content-data','s:48:\"ar:بيانات المحتوى غير صالحة\";'),('arq','messages:invalid-indicator-name','s:133:\"ar:<strong>خطأ:</strong> لا يجوز أن تبقى خاصية <code>name</code> لمؤشرات وضع الصفحة فارغةً.\";'),('arq','messages:invalid-json-data','s:28:\"ar: JSON غير صالح: $1\";'),('arq','messages:invalid-langconvert-attrs','s:258:\"ar:<strong>خطأ:</ strong> يجب ألا تكون السمات <code>from</code> و <code>to</code> علامة Langconvert فارغة ويجب أن تحتوي على أكواد BCP 47 للمتغيرات القابلة للتحويل من نفس اللغة.\";'),('arq','messages:invalidateemail','s:58:\"ar:إلغاء تأكيد البريد الإلكتروني\";'),('arq','messages:invalidemailaddress','s:282:\"arq:الادريسة تاع الإيمال هادي ما تنجمش تنقبَل خاطر الشكَل تاعها راه يبان ماشي مصاوب.\nالله يحفضك دخّل آدريسة يكون عندها شكَل مقبول ولا خلّي الوسَع هاداك خاوي.\";'),('arq','messages:invalidtitle','s:29:\"ar:عنوان غير صالح\";'),('arq','messages:invalidtitle-knownnamespace','s:99:\"arq:علوان ماشي مقبول ب وسَع تاع تسميّة \"$2\" معا الكتيبة \"$3\".\";'),('arq','messages:invalidtitle-unknownnamespace','s:139:\"arq:علوان ماشي مقبول ب نمرو ماشي معروف تاع الوسَع تاع تسميّة \"$1\" معا الكتيبة \"$2\".\";'),('arq','messages:invert','s:27:\"arq:اعكس التخيار\";'),('arq','messages:ip_range_exceeded','s:101:\"ar:نطاق الأيبي يتجاوز نطاقه الأقصى. النطاق المسموح به: /$1.\";'),('arq','messages:ip_range_invalid','s:67:\"ar:نطاق عناوين الأيبي المدخل غير صحيح.\";'),('arq','messages:ip_range_toolarge','s:64:\"ar:لا يسمح بنطاقات المنع الأكبر من /$1\";'),('arq','messages:ip_range_toolow','s:65:\"ar:نطاقات الأيبي فعليا غير مسموح بها.\";'),('arq','messages:ipaddressorusername','s:81:\"ar:عنوان الآيبي أو اسم المستخدم أو معرف المنع:\";'),('arq','messages:ipb-action-create','s:35:\"ar:إنشاء صفحات جديدة\";'),('arq','messages:ipb-action-move','s:39:\"ar:إعادة تسمية الصفحات\";'),('arq','messages:ipb-action-upload','s:24:\"ar:رفع الملفات\";'),('arq','messages:ipb-block-not-found','s:257:\"ar:لم يمكن فرض المنع، إلا أننا لم نجد منع قائم مفروض على \"$1\". لو استمرت هذه المشكلة، يرجى [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users الإبلاغ عنها].\";'),('arq','messages:ipb-blockingself','s:98:\"ar:أنت على وشك منع نفسك! أمتأكد من رغبتك في القيام بذلك؟\";'),('arq','messages:ipb-blocklist','s:46:\"ar:عرض حالات المنع الحالية\";'),('arq','messages:ipb-blocklist-contribs','s:34:\"ar:مساهمات {{GENDER:$1|$1}}\";'),('arq','messages:ipb-blocklist-duration-left','s:16:\"ar:يتبقى $1\";'),('arq','messages:ipb-change-block','s:61:\"ar:أعد منع المستخدم بهذه الإعدادات\";'),('arq','messages:ipb-confirm','s:20:\"ar:أكد المنع\";'),('arq','messages:ipb-confirmaction','s:159:\"ar:إن كنت متأكدًا أنك تريد القيام بذلك حقًا، فالرجاء التحقق من حقل \"{{int:ipb-confirm}}\" في الأسفل.\";'),('arq','messages:ipb-confirmhideuser','s:273:\"ar:أنت على وشك منع مستخدم مع تفعيل خيار \"أخف المستخدم\". سوف يخفي هذا الخيار اسم المستخدم من جميع القوائم ومدخلات السجلات. أمتأكد من رغبتك في القيام بذلك؟\";'),('arq','messages:ipb-default-expiry','s:3:\"en:\";'),('arq','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('arq','messages:ipb-disableusertalk','s:33:\"ar:تعديل صفحة نقاشه\";'),('arq','messages:ipb-edit-dropdown','s:31:\"ar:عدل أسباب المنع\";'),('arq','messages:ipb-empty-block','s:62:\"ar:رفع المنع ليس لديه أي قيود ممكنة.\";'),('arq','messages:ipb-hardblock','s:94:\"ar:طبق المنع للمستخدمين الوالجين من عنوان الأيبي هذا\";'),('arq','messages:ipb-namespaces-label','s:15:\"ar:نطاقات\";'),('arq','messages:ipb-needreblock','s:74:\"ar:$1 ممنوع حاليا. هل تريد تغيير الإعدادات؟\";'),('arq','messages:ipb-otherblocks-header','s:99:\"ar:{{PLURAL:$1||المنع الآخر|المنعان الآخران|المنوعات الأخرى}}\";'),('arq','messages:ipb-pages-label','s:17:\"ar:الصفحات\";'),('arq','messages:ipb-partial','s:11:\"ar:جزئي\";'),('arq','messages:ipb-partial-help','s:212:\"ar:يسمح لك بتحديد الصفحات ومساحات الأسماء لحظرها. لا يحظر الإجراءات الافتراضية ولكنه يتيح لك حظر إجراءات معينة معينة.\";'),('arq','messages:ipb-prevent-user-talk-edit','s:152:\"ar:يجب السماح بتحرير صفحة نقاشه لمنع جزئي، ما لم يتضمن تقييدا على نطاق نقاش المستخدم.\";'),('arq','messages:ipb-sitewide','s:11:\"ar:كامل\";'),('arq','messages:ipb-sitewide-help','s:228:\"ar:يمنع التعديل على كل الصفحات و النطاقات. أيضا يمنع الأفعال الافتراضية ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users انظر المساعدة])\";'),('arq','messages:ipb-unblock','s:63:\"ar:رفع المنع عن مستخدم أو عنوان أيبي\";'),('arq','messages:ipb-unblock-addr','s:19:\"ar:رفع منع $1\";'),('arq','messages:ipb_already_blocked','s:31:\"ar:\"$1\" ممنوع حالياً\";'),('arq','messages:ipb_blocked_as_range','s:201:\"ar:خطأ: الأيبي $1 ليس ممنوعاً مباشرة ولا يمكن رفع المنع عنه.\nلكنه ممنوع كجزء من النطاق $2، والذي يمكن رفع المنع عنه.\";'),('arq','messages:ipb_cant_unblock','s:83:\"ar:خطأ: لم يعثر على منع $1. ربما رُفع منعه بالفعل.\";'),('arq','messages:ipb_expiry_invalid','s:47:\"ar:تاريخ الانتهاء غير صحيح.\";'),('arq','messages:ipb_expiry_old','s:65:\"ar:توقيت انتهاء المنع واقع في الماضي.\";'),('arq','messages:ipb_expiry_temp','s:102:\"ar:عمليات منع أسماء المستخدمين المخفية يجب أن تكون دائمة.\";'),('arq','messages:ipb_hide_invalid','s:119:\"ar:غير قادر على منع الحساب؛ لديه أكثر من {{PLURAL:$1|تعديل واحد|$1 تعديل}}.\";'),('arq','messages:ipb_hide_partial','s:132:\"ar:عمليات المنع التي تشمل إخفاء اسم المستخدم يجب أن تكون عمليات منع كاملة.\";'),('arq','messages:ipbblocked','s:92:\"ar:لا يمكنك منع أو رفع منع مستخدمين آخرين لأنك ممنوع\";'),('arq','messages:ipbcreateaccount','s:30:\"ar:إنشاء الحسابات\";'),('arq','messages:ipbemailban','s:39:\"ar:إرسال بريد إلكتروني\";'),('arq','messages:ipbenableautoblock','s:210:\"ar:تلقائيا امنع آخر عنوان أيبي تم استعماله بواسطة هذا المستخدم، وأي عناوين أيبي أخرى يحاول التحرير من خلالها، لمدة $1\";'),('arq','messages:ipbhidename','s:74:\"ar:أخف اسم المستخدم من التعديلات والقوائم\";'),('arq','messages:ipblocklist','s:43:\"arq:المستخدمون الممنوعون\";'),('arq','messages:ipblocklist-empty','s:36:\"ar:قائمة المنع فارغة.\";'),('arq','messages:ipblocklist-legend','s:37:\"ar:إيجاد مستخدم ممنوع\";'),('arq','messages:ipblocklist-localblock','s:26:\"ar:المنع المحلي\";'),('arq','messages:ipblocklist-no-results','s:138:\"ar:لم يتم العثور على عمليات منع مطابقة لعنوان الأيبي أو اسم المستخدم المطلوب.\";'),('arq','messages:ipblocklist-otherblocks','s:99:\"ar:{{PLURAL:$1||المنع الآخر|المنعان الآخران|المنوعات الأخرى}}\";'),('arq','messages:ipblocklist-submit','s:9:\"ar:بحث\";'),('arq','messages:ipbnounblockself','s:55:\"ar:لا يسمح لك برفع المنع عن نفسك\";'),('arq','messages:ipboptions','s:229:\"arq:ساعتين:2 hours,نهار واحد:1 day,3 نهارات:3 days,سيمانة وحدة:1 week,سيمانتين:2 weeks,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months,عام واحد:1 year,دايم:infinite\";'),('arq','messages:ipbother','s:17:\"ar:وقت آخر:\";'),('arq','messages:ipbreason','s:14:\"ar:السبب:\";'),('arq','messages:ipbreason-dropdown','s:361:\"ar:*أسباب المنع الشائعة\n** كتابة معلومات زائفة\n** إزالة المحتوى من الصفحات\n** سبام وصلات لمواقع خارجية\n** كتابة كلام لا معنى له في الصفحات\n** سلوك عدواني\n** إساءة استخدام حسابات متعددة\n** اسم مستخدم غير مقبول\";'),('arq','messages:ipbsubmit','s:35:\"ar:امنع هذا المستخدم\";'),('arq','messages:ipbwatchuser','s:80:\"ar:راقب صفحتي المستخدم والنقاش لهذا المستخدم\";'),('arq','messages:ipusubmit','s:29:\"ar:ارفع هذا المنع\";'),('arq','messages:iranian-calendar-m1','s:17:\"ar:فروردین\";'),('arq','messages:iranian-calendar-m10','s:7:\"ar:دی\";'),('arq','messages:iranian-calendar-m11','s:11:\"ar:بهمن\";'),('arq','messages:iranian-calendar-m12','s:13:\"ar:إسفند\";'),('arq','messages:iranian-calendar-m2','s:19:\"ar:أردیبهشت\";'),('arq','messages:iranian-calendar-m3','s:13:\"ar:خرداد\";'),('arq','messages:iranian-calendar-m4','s:9:\"ar:تیر\";'),('arq','messages:iranian-calendar-m5','s:15:\"ar:امرداد\";'),('arq','messages:iranian-calendar-m6','s:15:\"ar:شهریور\";'),('arq','messages:iranian-calendar-m7','s:9:\"ar:مهر\";'),('arq','messages:iranian-calendar-m8','s:11:\"ar:آبان\";'),('arq','messages:iranian-calendar-m9','s:9:\"ar:آذر\";'),('arq','messages:isimage','s:21:\"arq:وصيلة ملف\";'),('arq','messages:isredirect','s:23:\"arq:باجت تحويل\";'),('arq','messages:istemplate','s:14:\"arq:تضمين\";'),('arq','messages:jan','s:14:\"arq:جانفي\";'),('arq','messages:january','s:14:\"arq:جانفي\";'),('arq','messages:january-gen','s:14:\"arq:جانفي\";'),('arq','messages:javascripttest','s:34:\"ar:اختبار جافاسكربت\";'),('arq','messages:javascripttest-qunit-intro','s:66:\"ar:راجع [$1 وثيقة الاختبار] على mediawiki.org.\";'),('arq','messages:json-error-ctrl-char','s:79:\"ar:خطأ في محرف التحكم، ربما نتيجة سوء ترميزه.\";'),('arq','messages:json-error-depth','s:53:\"ar:عمق الستاك الأقصى تم تجاوزه\";'),('arq','messages:json-error-invalid-property-name','s:71:\"ar:اسم الخاصية التي فُك ترميزها غير صالح\";'),('arq','messages:json-error-state-mismatch','s:44:\"ar:JSON غير صحيح أو غير مهيأ\";'),('arq','messages:json-error-syntax','s:20:\"ar:خطأ صياغة\";'),('arq','messages:json-error-unknown','s:59:\"ar:وقعت مشكلة مع JSON. رسالة الخطأ: $1\";'),('arq','messages:json-error-utf16','s:85:\"ar:أحرف UTF-8 مشوهة؛ ربما تم تشفيرها بشكل غير صحيح.\";'),('arq','messages:json-error-utf8','s:87:\"ar:خطأ في تشكيل محارف UTF-8، ربما نتيجة سوء ترميزها.\";'),('arq','messages:json-warn-trailing-comma','s:183:\"ar:تمت إزالة {{PLURAL:$1|فاصلة انتهائية واحدة|فاصلتين انتهائيتين|$1 فاصلات انتهائية|$1 فاصلة انتهائية}} من JSON\";'),('arq','messages:jul','s:16:\"arq:جويلية\";'),('arq','messages:july','s:16:\"arq:جويلية\";'),('arq','messages:july-gen','s:16:\"arq:جويليي\";'),('arq','messages:jumpto','s:14:\"arq:سير ل:\";'),('arq','messages:jumptonavigation','s:24:\"arq:ناڥيڭاسيون\";'),('arq','messages:jumptosearch','s:12:\"arq:فتّش\";'),('arq','messages:jun','s:12:\"arq:جوان\";'),('arq','messages:june','s:12:\"arq:جوان\";'),('arq','messages:june-gen','s:12:\"arq:جوان\";'),('arq','messages:just-now','s:18:\"ar:الآن فقط\";'),('arq','messages:lag-warn-high','s:300:\"ar:نتيجة لوجود تأخر كبير في تحديث قاعدة بيانات الخادوم، التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} ربما لا تكون ظاهرة في هذه القائمة.\";'),('arq','messages:lag-warn-normal','s:188:\"ar:التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} قد لا تظهر في هذه القائمة.\";'),('arq','messages:laggedreplicamode','s:150:\"arq:<strong>ردّ بالك:</strong> هاد الباجة تنجم تكون ما حاوياش التبدالات التاليين الّي ندارو.\";'),('arq','messages:language-converter-depth-warning','s:53:\"ar:تم تخطي حد عمق محول اللغة ($1)\";'),('arq','messages:large-file','s:92:\"ar:ينصح ألا تكون الملفات أكبر من $1؛ هذا الملف حجمه $2.\";'),('arq','messages:largefileserver','s:91:\"ar:حجم هذا الملف أكبر من المسموح به على هذا الخادوم.\";'),('arq','messages:last','s:16:\"arq:السابق\";'),('arq','messages:lastmodifiedat','s:88:\"arq:هاذ الصفحة راهي تبدّلت اخّر مرّة نهار $1، معا $2.\";'),('arq','messages:lastmodifiedatby','s:68:\"ar:أجرى $3 آخر تعديل لهذه الصفحة في $2، $1.\";'),('arq','messages:license','s:15:\"arq:ترخيص:\";'),('arq','messages:license-header','s:15:\"arq:ترخيص:\";'),('arq','messages:license-nopreview','s:46:\"ar:(العرض المسبق غير متوفر)\";'),('arq','messages:licenses','s:4:\"en:-\";'),('arq','messages:licenses-edit','s:37:\"ar:عدل خيارات الترخيص\";'),('arq','messages:limitreport-cputime','s:43:\"ar:زمن المعالجة المستغرق\";'),('arq','messages:limitreport-cputime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('arq','messages:limitreport-expansiondepth','s:30:\"ar:أعمق التوسيعات\";'),('arq','messages:limitreport-expansiondepth-value','s:8:\"ar:$1/$2\";'),('arq','messages:limitreport-expensivefunctioncount','s:33:\"ar:دوال محللة مكلفة\";'),('arq','messages:limitreport-expensivefunctioncount-value','s:8:\"ar:$1/$2\";'),('arq','messages:limitreport-postexpandincludesize','s:39:\"ar:حجم تضمين التوسيعات\";'),('arq','messages:limitreport-postexpandincludesize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('arq','messages:limitreport-ppvisitednodes','s:37:\"ar:عدد العقد المعالجة\";'),('arq','messages:limitreport-ppvisitednodes-value','s:8:\"ar:$1/$2\";'),('arq','messages:limitreport-templateargumentsize','s:37:\"ar:حجم معطيات القوالب\";'),('arq','messages:limitreport-templateargumentsize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('arq','messages:limitreport-title','s:31:\"ar:بيانات تحليلية:\";'),('arq','messages:limitreport-unstrip-depth','s:60:\"ar:عمق الاستدعاء الذاتي لأونستريب\";'),('arq','messages:limitreport-unstrip-depth-value','s:8:\"ar:$1/$2\";'),('arq','messages:limitreport-unstrip-size','s:51:\"ar:حجم أونستريب ما بعد التوسع\";'),('arq','messages:limitreport-unstrip-size-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('arq','messages:limitreport-walltime','s:45:\"ar:الزمن الحقيقي المستغرق\";'),('arq','messages:limitreport-walltime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('arq','messages:lineno','s:14:\"arq:سطر $1:\";'),('arq','messages:linkaccounts','s:26:\"ar:ربط الحسابات\";'),('arq','messages:linkaccounts-submit','s:28:\"ar:اربط الحسابات\";'),('arq','messages:linkaccounts-success-text','s:30:\"ar:الحساب تم وصله.\";'),('arq','messages:linksearch','s:46:\"ar:بحث في الوصلات الخارجية\";'),('arq','messages:linksearch-error','s:95:\"ar:الكروت الخاصة يمكن أن تظهر فقط في بداية اسم المضيف.\";'),('arq','messages:linksearch-line','s:27:\"arq:$1 موصولة من $2\";'),('arq','messages:linksearch-ns','s:16:\"ar:النطاق:\";'),('arq','messages:linksearch-ok','s:9:\"ar:بحث\";'),('arq','messages:linksearch-pat','s:21:\"ar:نمط البحث:\";'),('arq','messages:linksearch-summary','s:3:\"en:\";'),('arq','messages:linksearch-text','s:395:\"ar:Wildcards مثل \"*.wikipedia.org\" يمكن استخدامها.\nتحتاج على الأقل إلى نطاق ذو مستوى أعلى، كمثال \"*.org\".<br />\n{{PLURAL:$2|البروتوكول المدعوم|البروتوكولان المدعومان|البروتوكولات المدعومة}}: $1 (تتم إضافة http:// تلقائيا عند عدم تحديد أي بروتوكول).\";'),('arq','messages:linkshere','s:53:\"arq:هاذ الباجات يوصلو إلى \'\'\'$2\'\'\':\";'),('arq','messages:linkstoimage','s:195:\"arq:{{PLURAL:$1||الباجة هاذي تستعمل|زوج باجات هاذو يستعملو|ال$1 باجات هاذو يستعملو |ال$1 باجة هاذي تستعمل}} هذا الملف:\";'),('arq','messages:linkstoimage-more','s:367:\"arq:كتر من {{PLURAL:$1|باجة وحدة تستعمل|$1 باجة تستعمل}} هاد الفيشي.\nهاد الليستة التابعة راهي تورّي {{PLURAL:$1|الباجة اللولة|الـ $1 باجة اللولة}} برك اللي تستعمل هاد الفيشي.\nالـ[[Special:WhatLinksHere/$2|ليستة الكاملة]] راهي كاينة.\";'),('arq','messages:linkstoimage-redirect','s:40:\"arq:$1 (تنقيلة تاع فيشي) $2\";'),('arq','messages:linterror-bogus-image-options','s:27:\"ar:خيار ملف زائف\";'),('arq','messages:linterror-deletable-table-tag','s:57:\"ar:علامة الجدول التي ينبغي حذفها\";'),('arq','messages:linterror-html5-misnesting','s:42:\"ar:عدم تداخل (معطوب الآن)\";'),('arq','messages:linterror-misc-tidy-replacement-issues','s:77:\"ar:أخطاء ترميز متنوعة تؤثر على استبدال تيدي\";'),('arq','messages:linterror-misnested-tag','s:110:\"ar:العلامة غير المتداخلة التي ينبغي أن تكون متداخلة بشكل صحيح\";'),('arq','messages:linterror-missing-end-tag','s:39:\"ar:علامة انتهاء مفقودة\";'),('arq','messages:linterror-multi-colon-escape','s:54:\"ar:الهروب متعدد النقاط الرأسية\";'),('arq','messages:linterror-multiline-html-table-in-list','s:123:\"ar:جدول HTML5 متعدد الأسطر داخل قائمة، تم تقديمه بشكل مختلف في HTML5 وتيدي\";'),('arq','messages:linterror-multiple-unclosed-formatting-tags','s:75:\"ar:علامات تنسيق متعددة غير مغلقة في الصفحة\";'),('arq','messages:linterror-obsolete-tag','s:23:\"ar:وسم HTML قديم\";'),('arq','messages:linterror-pwrap-bug-workaround','s:40:\"ar:حل علة التفاف الفقرة\";'),('arq','messages:linterror-self-closed-tag','s:35:\"ar:علامة مغلقة ذاتيا\";'),('arq','messages:linterror-stripped-tag','s:26:\"ar:علامة مجهولة\";'),('arq','messages:linterror-tidy-font-bug','s:105:\"ar:تغير لون علامة لون الارتباط في تيدي ولكنها لن تظهر في HTML5\";'),('arq','messages:linterror-tidy-whitespace-bug','s:40:\"ar:علة مسافة بيضاء تيدي\";'),('arq','messages:linterror-unclosed-quotes-in-heading','s:79:\"ar:اقتباس غير مغلق يتسرب خارج جدول المحتويات\";'),('arq','messages:listduplicatedfiles','s:50:\"ar:قائمة الملفات مع المكررات\";'),('arq','messages:listduplicatedfiles-entry','s:179:\"ar:[[:File:$1|$1]] مكرر في [[$3|{{PLURAL:$2||مكان آخر واحد|مكانين آخرين اثنين|$2 أماكن أخرى|$2 مكاناً آخر|$2مكان آخر}}]].\";'),('arq','messages:listduplicatedfiles-summary','s:174:\"ar:هذه قائمة بملفات أحدث نسخة منها تكرر أحدث نسخة من ملف آخر. لا تشمل القائمة إلا الملفات المحلية.\";'),('arq','messages:listfiles','s:40:\"arq:ليستة تاع الفيشيّات\";'),('arq','messages:listfiles-delete','s:9:\"ar:حذف\";'),('arq','messages:listfiles-latestversion','s:30:\"ar:النسخة الحالية\";'),('arq','messages:listfiles-latestversion-no','s:12:\"arq:لالا\";'),('arq','messages:listfiles-latestversion-yes','s:10:\"arq:إيه\";'),('arq','messages:listfiles-show-all','s:57:\"ar:أدرج النسخ القديمة من الملفات\";'),('arq','messages:listfiles-summary','s:82:\"ar:هذه الصفحة الخاصة تعرض كل الملفات المرفوعة.\";'),('arq','messages:listfiles-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('arq','messages:listfiles_count','s:9:\"ar:نسخ\";'),('arq','messages:listfiles_date','s:13:\"ar:تاريخ\";'),('arq','messages:listfiles_description','s:13:\"ar:الوصف\";'),('arq','messages:listfiles_name','s:13:\"ar:الاسم\";'),('arq','messages:listfiles_size','s:13:\"ar:الحجم\";'),('arq','messages:listfiles_subpage','s:20:\"ar:مرفوعات $1\";'),('arq','messages:listfiles_thumb','s:13:\"ar:تصغير\";'),('arq','messages:listfiles_user','s:19:\"ar:المستخدم\";'),('arq','messages:listgrants','s:13:\"ar:المنح\";'),('arq','messages:listgrants-grant','s:15:\"ar:المنحة\";'),('arq','messages:listgrants-grant-display','s:23:\"ar:$1 <code>($2)</code>\";'),('arq','messages:listgrants-rights','s:21:\"ar:الصلاحيات\";'),('arq','messages:listgrants-summary','s:668:\"ar:التالي هو قائمة بالمنح بعمليات الوصول لصلاحيات المستخدم المصاحبة لها. المستخدمون يمكنهم إعطاء صلاحية للتطبيقات لاستخدام حساباتهم، ولكن بسماحات محدودة بناء على المنح التي أعطاها المستخدم للتطبيق. تطبيق يعمل بالنيابة عن مستخدم لا يمكنه استخدام الصلاحيات التي لا يمتلكها المستخدم بالفعل.\nربما تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] حول الصلاحيات الفردية.\";'),('arq','messages:listgrouprights','s:53:\"ar:صلاحيات مجموعات المستخدمين\";'),('arq','messages:listgrouprights-addgroup','s:78:\"ar:يمكنه إضافة {{PLURAL:$2|المجموعة|المجموعات}}: $1\";'),('arq','messages:listgrouprights-addgroup-all','s:48:\"ar:يمكنه إضافة كل المجموعات\";'),('arq','messages:listgrouprights-addgroup-self','s:107:\"ar:يمكنه إضافة {{PLURAL:$2|المجموعة|المجموعات}} إلى حسابه الخاص: $1\";'),('arq','messages:listgrouprights-addgroup-self-all','s:77:\"ar:يمكنه إضافة كل المجموعات إلى حسابه الخاص\";'),('arq','messages:listgrouprights-group','s:19:\"ar:المجموعة\";'),('arq','messages:listgrouprights-helppage','s:41:\"ar:Help:صلاحيات المجموعات\";'),('arq','messages:listgrouprights-key','s:160:\"ar:عنوان:\n* <span class=\"listgrouprights-granted\">صلاحية ممنوحة</span>\n* <span class=\"listgrouprights-revoked\">صلاحية مسحوبة</span>\";'),('arq','messages:listgrouprights-members','s:31:\"arq:(ليسته الأعضاء)\";'),('arq','messages:listgrouprights-namespaceprotection-header','s:24:\"ar:قيود النطاق\";'),('arq','messages:listgrouprights-namespaceprotection-namespace','s:15:\"ar:النطاق\";'),('arq','messages:listgrouprights-namespaceprotection-restrictedto','s:73:\"ar:الصلاحيات التي تسمح للمستخدم بالتعديل\";'),('arq','messages:listgrouprights-removegroup','s:78:\"ar:يمكنه إزالة {{PLURAL:$2|المجموعة|المجموعات}}: $1\";'),('arq','messages:listgrouprights-removegroup-all','s:48:\"ar:يمكنه إزالة كل المجموعات\";'),('arq','messages:listgrouprights-removegroup-self','s:105:\"ar:يمكنه إزالة {{PLURAL:$2|المجموعة|المجموعات}} من حسابه الخاص: $1\";'),('arq','messages:listgrouprights-removegroup-self-all','s:75:\"ar:يمكنه إزالة كل المجموعات من حسابه الخاص\";'),('arq','messages:listgrouprights-right-display','s:68:\"ar:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('arq','messages:listgrouprights-right-revoked','s:68:\"ar:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('arq','messages:listgrouprights-rights','s:21:\"ar:الصلاحيات\";'),('arq','messages:listgrouprights-summary','s:290:\"ar:فيما يلي قائمة بمجموعات المستخدمين المحددة في هذا الويكي،  مع حقوق الوصول المرتبطة بها. قد تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] على صلاحيات محددة.\";'),('arq','messages:listredirects','s:28:\"ar:عرض التحويلات\";'),('arq','messages:listredirects-summary','s:3:\"en:\";'),('arq','messages:listusers','s:42:\"arq:ليستا تاع المستخدمين\";'),('arq','messages:listusers-blocked','s:15:\"ar:(ممنوع)\";'),('arq','messages:listusers-creationsort','s:42:\"ar:رتب حسب تاريخ الإنشاء\";'),('arq','messages:listusers-desc','s:24:\"ar:رتب تنازليا\";'),('arq','messages:listusers-editsonly','s:76:\"ar:اعرض المستخدمين الذين أجروا تعديلات فقط\";'),('arq','messages:listusers-noresult','s:39:\"ar:لم يتم إيجاد مستخدم.\";'),('arq','messages:listusers-submit','s:12:\"arq:ورّي\";'),('arq','messages:listusers-summary','s:3:\"en:\";'),('arq','messages:listusers-temporarygroupsonly','s:93:\"ar:عرض المستخدمين في مجموعات المستخدمين المؤقتة فقط\";'),('arq','messages:listusersfrom','s:51:\"ar:اعرض المستخدمين ابتداء من:\";'),('arq','messages:localtime','s:27:\"ar:الوقت المحلي:\";'),('arq','messages:lockbtn','s:37:\"ar:قفل قاعدة البيانات\";'),('arq','messages:lockconfirm','s:67:\"ar:نعم، أريد قفل قاعدة البيانات فعلاً.\";'),('arq','messages:lockdb','s:37:\"ar:قفل قاعدة البيانات\";'),('arq','messages:lockdbsuccesssub','s:48:\"ar:نجح إقفال قاعدة البيانات\";'),('arq','messages:lockdbsuccesstext','s:157:\"ar:لقد أغلقت قاعدة البيانات.<br />\nتذكر أن [[Special:UnlockDB|تزيل الغلق]] بعد اكتمال أعمال الصيانة.\";'),('arq','messages:lockdbtext','s:487:\"ar:إغلاق قاعدة البيانات سوف يمنع جميع المستخدمين من تحرير الصفحات وتغيير التفضيلات الخاصة بهم وتعديل قائمة المراقبة وغير ذلك من الأمور التي تتطلب تعديل قاعدة البيانات.\nمن فضلك تأكد من أن هذا حقاً ما ترغب القيام به، ومن أنك سوف تقوم بإزالة الغلق بعد الانتهاء من الصيانة.\";'),('arq','messages:lockedbyandtime','s:44:\"ar:(من {{GENDER:$1|$1}} على $2 في $3)\";'),('arq','messages:lockfilenotwritable','s:245:\"ar:ملف غلق قاعدة البيانات لا يمكن الكتابة عليه.\nلغلق قاعدة البيانات أو إزالة الغلق يجب أن يكون هذا الملف قابلا للكتابة من قبل خادم الويب.\";'),('arq','messages:lockmanager-fail-acquirelock','s:58:\"ar:لا يمكن الحصول على تأمين لـ \"$1\".\";'),('arq','messages:lockmanager-fail-closelock','s:50:\"ar:تعذر إغلاق ملف التأمين \"$1\".\";'),('arq','messages:lockmanager-fail-conflict','s:103:\"ar:تعذر الحصول على القفل. يقوم شخص آخر بعمل شيء لهذا الملف.\";'),('arq','messages:lockmanager-fail-db-bucket','s:110:\"ar:تعذر الإتصال بعدد كافي من قواعد تأمين البيانات في الحزمة $1.\";'),('arq','messages:lockmanager-fail-db-release','s:75:\"ar:تعذر تحرير الأقفال في  قاعدة البيانات $1.\";'),('arq','messages:lockmanager-fail-deletelock','s:46:\"ar:تعذر حذف ملف التأمين \"$1\".\";'),('arq','messages:lockmanager-fail-openlock','s:312:\"ar:تعذر إغلاق ملف التأمين \"$1\".\nتأكد من تهيئة دليل التحميل بشكل صحيح وأن خادم الويب لديه إذن بالكتابة إلى هذا الدليل. انظر https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('arq','messages:lockmanager-fail-releaselock','s:49:\"ar:تعذر تحرير التأمين لـ \"$1\"..\";'),('arq','messages:lockmanager-fail-svr-acquire','s:58:\"ar:لم يمكن فرض أقفال على المخدم $1.\";'),('arq','messages:lockmanager-fail-svr-release','s:61:\"ar:تعذر تحرير الأقفال على الخادم $1.\";'),('arq','messages:lockmanager-notlocked','s:53:\"ar:تعذر فتح \"$1\"، الملف غير مغلق.\";'),('arq','messages:locknoconfirm','s:54:\"ar:لم تقم بتعليم صندوق التأكيد.\";'),('arq','messages:log','s:39:\"arq:ريجيسترات العمليات\";'),('arq','messages:log-action-filter-all','s:11:\"ar:الكل\";'),('arq','messages:log-action-filter-block','s:21:\"ar:نوع المنع:\";'),('arq','messages:log-action-filter-block-block','s:9:\"ar:منع\";'),('arq','messages:log-action-filter-block-reblock','s:24:\"ar:منع التعديل\";'),('arq','messages:log-action-filter-block-unblock','s:20:\"ar:رفع المنع\";'),('arq','messages:log-action-filter-contentmodel','s:47:\"ar:نوع تغيير موديل المحتوى:\";'),('arq','messages:log-action-filter-contentmodel-change','s:39:\"ar:تغيير موديل المحتوى\";'),('arq','messages:log-action-filter-contentmodel-new','s:68:\"ar:إنشاء صفحة بموديل محتوى غير افتراضي\";'),('arq','messages:log-action-filter-delete','s:21:\"ar:نوع الحذف:\";'),('arq','messages:log-action-filter-delete-delete','s:24:\"ar:حذف الصفحات\";'),('arq','messages:log-action-filter-delete-delete_redir','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('arq','messages:log-action-filter-delete-delete_redir2','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('arq','messages:log-action-filter-delete-event','s:24:\"ar:حذف السجلات\";'),('arq','messages:log-action-filter-delete-restore','s:32:\"ar:استرجاع الصفحات\";'),('arq','messages:log-action-filter-delete-revision','s:28:\"ar:حذف المراجعات\";'),('arq','messages:log-action-filter-import','s:29:\"ar:نوع الاستيراد:\";'),('arq','messages:log-action-filter-import-interwiki','s:39:\"ar:استيراد عابر للويكي\";'),('arq','messages:log-action-filter-import-upload','s:41:\"ar:استيراد بواسطة رفع XML\";'),('arq','messages:log-action-filter-managetags','s:41:\"ar:نوع فعل إدارة الوسوم:\";'),('arq','messages:log-action-filter-managetags-activate','s:24:\"ar:تفعيل الوسم\";'),('arq','messages:log-action-filter-managetags-create','s:26:\"ar:إنشاء الوسوم\";'),('arq','messages:log-action-filter-managetags-deactivate','s:24:\"ar:تعطيل الوسم\";'),('arq','messages:log-action-filter-managetags-delete','s:22:\"ar:حذف الوسوم\";'),('arq','messages:log-action-filter-move','s:21:\"ar:نوع النقل:\";'),('arq','messages:log-action-filter-move-move','s:59:\"ar:نقل بدون الكتابة على التحويلات\";'),('arq','messages:log-action-filter-move-move_redir','s:55:\"ar:نقل مع الكتابة على التحويلات\";'),('arq','messages:log-action-filter-newusers','s:34:\"ar:نوع إنشاء الحساب:\";'),('arq','messages:log-action-filter-newusers-autocreate','s:20:\"ar:إنشاء آلي\";'),('arq','messages:log-action-filter-newusers-byemail','s:89:\"ar:الإنشاء بكلمة مرور مرسلة عبر البريد الإلكتروني\";'),('arq','messages:log-action-filter-newusers-create','s:50:\"ar:إنشاء بواسطة مستخدم مجهول\";'),('arq','messages:log-action-filter-newusers-create2','s:48:\"ar:إنشاء بواسطة مستخدم مسجل\";'),('arq','messages:log-action-filter-patrol','s:21:\"ar:نوع الخفر:\";'),('arq','messages:log-action-filter-patrol-autopatrol','s:30:\"ar:خفر أوتوماتيكي\";'),('arq','messages:log-action-filter-patrol-patrol','s:18:\"ar:خفر يدوي\";'),('arq','messages:log-action-filter-protect','s:25:\"ar:نوع الحماية:\";'),('arq','messages:log-action-filter-protect-modify','s:28:\"ar:تعديل الحماية\";'),('arq','messages:log-action-filter-protect-move_prot','s:24:\"ar:نقل الحماية\";'),('arq','messages:log-action-filter-protect-protect','s:13:\"ar:حماية\";'),('arq','messages:log-action-filter-protect-unprotect','s:24:\"ar:رفع الحماية\";'),('arq','messages:log-action-filter-rights','s:38:\"ar:نوع تغيير الصلاحية:\";'),('arq','messages:log-action-filter-rights-autopromote','s:34:\"ar:تغيير أوتوماتيكي\";'),('arq','messages:log-action-filter-rights-rights','s:22:\"ar:تغيير يدوي\";'),('arq','messages:log-action-filter-suppress','s:25:\"ar:نوع الإخفاء:\";'),('arq','messages:log-action-filter-suppress-block','s:54:\"ar:إخفاء المستخدم بواسطة المنع\";'),('arq','messages:log-action-filter-suppress-delete','s:26:\"ar:إخفاء الصفحة\";'),('arq','messages:log-action-filter-suppress-event','s:24:\"ar:إخفاء السجل\";'),('arq','messages:log-action-filter-suppress-reblock','s:65:\"ar:إخفاء المستخدم بواسطة إعادة المنع\";'),('arq','messages:log-action-filter-suppress-revision','s:30:\"ar:إخفاء المراجعة\";'),('arq','messages:log-action-filter-upload','s:21:\"ar:نوع الرفع:\";'),('arq','messages:log-action-filter-upload-overwrite','s:24:\"ar:إعادة الرفع\";'),('arq','messages:log-action-filter-upload-revert','s:17:\"ar:استرجاع\";'),('arq','messages:log-action-filter-upload-upload','s:18:\"ar:رفع جديد\";'),('arq','messages:log-description-contentmodel','s:200:\"ar:هذه الصفحة تعرض التغييرات لموديل المحتوى للصفحات، والصفحات التي تم إنشاؤها بموديل محتوى يختلف عن الافتراضي\";'),('arq','messages:log-description-create','s:80:\"ar:فيما يلي قائمة بأحدث عمليات إنشاء الصفحات.\";'),('arq','messages:log-description-managetags','s:374:\"ar:هذه الصفحة تعرض مهام الإدارة المرتعلقة ب[[Special:Tags|الوسوم]]. السجل يحتوي فقط على الافعال التي تم عملها يدويا بواسطة إداري؛ الوسوم ربما يتم إنشاؤها او حذفها بواسطة برنامج الويكي بدون تسجيل مدخلة في هذا السجل.\";'),('arq','messages:log-description-pagelang','s:57:\"ar:هذا سجل تغيرات في صفحة اللغات.\";'),('arq','messages:log-description-tag','s:325:\"ar:هذه الصفحة تعرض متى قام المستخدمون بإضافة أو إزالة [[Special:Tags|الوسوم]] من المراجعات أو مدخلات السجل الفردية. السجل لا يعرض أفعال الوسم عندما يحدثوا كجزء من تعديل، حذف، أو فعل مماثل.\";'),('arq','messages:log-edit-tags','s:57:\"ar:عدل وسوم مدخلات السجل المختار\";'),('arq','messages:log-fulllog','s:35:\"ar:أظهر السجل الكامل\";'),('arq','messages:log-name-contentmodel','s:46:\"ar:سجل تغيير نموذج المحتوى\";'),('arq','messages:log-name-create','s:35:\"ar:سجل إنشاء الصفحات\";'),('arq','messages:log-name-managetags','s:33:\"ar:سجل إدارة الوسوم\";'),('arq','messages:log-name-pagelang','s:31:\"ar:سجل تغيير اللغة\";'),('arq','messages:log-name-tag','s:22:\"ar:سجل الوسوم\";'),('arq','messages:log-title-wildcard','s:56:\"ar:ابحث عن عناوين تبدأ بهذا النص\";'),('arq','messages:logdelete-failure','s:42:\"ar:تعذر ضبط رؤية السجل:\n$1\";'),('arq','messages:logdelete-selected','s:89:\"ar:{{PLURAL:$1|حدث السجل المختار|أحداث السجل المختارة}}:\";'),('arq','messages:logdelete-success','s:50:\"ar:تم ضبط رؤية السجلات بنجاح.\";'),('arq','messages:logdelete-text','s:149:\"ar:ستبقى أحداث السجل المحذوفة تظهر في السجلات، لكن جزءاً من مضمونها لن يتاح للعموم.\";'),('arq','messages:logempty','s:62:\"arq:حتا عاماليّة ما موالمة فل جرنان.\";'),('arq','messages:logentry-block-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('arq','messages:logentry-block-reblock','s:113:\"ar: {{GENDER:$2|غير|غيرت}} $1 إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('arq','messages:logentry-block-unblock','s:50:\"ar:$1 {{GENDER:$2|رفع منع}} {{GENDER:$4|$3}}\";'),('arq','messages:logentry-contentmodel-change','s:99:\"ar:$1 {{GENDER:$2|غير|غيرت}} موديل المحتوى للصفحة $3 من \"$4\" إلى \"$5\"\";'),('arq','messages:logentry-contentmodel-change-revert','s:15:\"ar:استرجع\";'),('arq','messages:logentry-contentmodel-change-revertlink','s:15:\"ar:استرجع\";'),('arq','messages:logentry-contentmodel-new','s:117:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الصفحة $3 باستخدام موديل محتوى غير قياسي \"$5\"\";'),('arq','messages:logentry-create-create','s:51:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 صفحة $3\";'),('arq','messages:logentry-delete-delete','s:68:\"arq:$1 {{GENDER:$2| راه محا|راهي محات}}الصفحة $3\";'),('arq','messages:logentry-delete-delete_redir','s:83:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بالكتابة فوقها\";'),('arq','messages:logentry-delete-delete_redir2','s:94:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بواسطة إعادة الكتابة\";'),('arq','messages:logentry-delete-event','s:157:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('arq','messages:logentry-delete-event-legacy','s:89:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية أحداث في سجل $3\";'),('arq','messages:logentry-delete-restore','s:85:\"arq:$1 {{GENDER:$2|راه استرجع|راهي استرجعت}} الباجة $3 ($4)\";'),('arq','messages:logentry-delete-restore-nocount','s:63:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} الصفحة $3\";'),('arq','messages:logentry-delete-revision','s:147:\"arq:$1 بدّل{{GENDER:$2|ت}} الإمكانيّات تاع الشوف تاع {{PLURAL:$5|وحد النسخة|$5 نسخات}} فل باجة $3:$4\";'),('arq','messages:logentry-delete-revision-legacy','s:95:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية مراجعات من صفحة $3\";'),('arq','messages:logentry-import-interwiki','s:73:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من ويكي أخرى\";'),('arq','messages:logentry-import-interwiki-details','s:105:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من $5 ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('arq','messages:logentry-import-upload','s:62:\"ar:$1 {{GENDER:$2|استورد}} $3 بواسطة رفع ملف\";'),('arq','messages:logentry-import-upload-details','s:128:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 بواسطة رفع الملف ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('arq','messages:logentry-managetags-activate','s:121:\"ar:$1 {{GENDER:$2|فعل|فعلت}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('arq','messages:logentry-managetags-create','s:55:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الوسم \"$4\"\";'),('arq','messages:logentry-managetags-deactivate','s:145:\"ar:$1 {{GENDER:$2|ألغى تفعيل|ألغت تفعيل}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('arq','messages:logentry-managetags-delete','s:163:\"ar:$1 {{GENDER:$2|حذف|حذفت}} الوسم \"$4\" (أزيل من $5 {{PLURAL:$5|مراجعة أو مدخلة سجل|مراجعات و/أو مدخلات سجل}})\";'),('arq','messages:logentry-merge-merge','s:80:\"ar:{{GENDER:$2|دمج|دمجت}} $1 $3 إلى $4 (المراجعات حتى $5).\";'),('arq','messages:logentry-move-move','s:64:\"arq:{{GENDER:$2|نقّل|نقّلت}} $1 الصفحة $3 لـ $4\";'),('arq','messages:logentry-move-move-noredirect','s:114:\"arq:{{GENDER:$2|هز|هزت}} $1 صفحة $3 لل $4 بلا {{GENDER:$2|ميخلي|متخلي}} رديركسيون\";'),('arq','messages:logentry-move-move_redir','s:60:\"arq:$1 {{GENDER:$2|moved}} باجة $3 لْ $4 over redirect\";'),('arq','messages:logentry-move-move_redir-noredirect','s:104:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 على تحويلة دون ترك تحويلة\";'),('arq','messages:logentry-newusers-autocreate','s:86:\"arq:الحساب تاع المستعمل{{GENDER:$2|ي|يّة}} $1 راهو اتخلق\";'),('arq','messages:logentry-newusers-byemail','s:137:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 حساب المستخدم $3 وأُرسلت كلمة السر بالبريد الإلكتروني\";'),('arq','messages:logentry-newusers-create','s:81:\"arq:راه تفتح حساب {{GENDER:$2|المستخدم|المستخدمه}} $1\";'),('arq','messages:logentry-newusers-create2','s:78:\"ar:أنشأ $1 حسابا {{GENDER:$2|للمستخدم|للمستخدمة}} $3\";'),('arq','messages:logentry-newusers-newusers','s:77:\"ar:أُنشِئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1\";'),('arq','messages:logentry-non-editing-block-block','s:133:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من إجراءات محددة غير التعديل بوقت انتهاء $5 $6\";'),('arq','messages:logentry-non-editing-block-reblock','s:161:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات منع {{GENDER:$4|$3}} لإجراءات محددة غير التعديل بوقت انتهاء يبلغ $5 $6\";'),('arq','messages:logentry-pagelang-pagelang','s:90:\"ar: {{GENDER:$2|غيَّر|غيَّرت}} $1 لغة الصفحة «$3» من $4 إلى $5.\";'),('arq','messages:logentry-partialblock-block','s:100:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من $7 مع وقت انتهاء يبلغ $5 $6\";'),('arq','messages:logentry-partialblock-block-action','s:53:\"ar:{{PLURAL:$1|الإجراء|الإجراءات}} $2\";'),('arq','messages:logentry-partialblock-block-ns','s:49:\"ar:{{PLURAL:$1|النطاق|النطاقات}} $2\";'),('arq','messages:logentry-partialblock-block-page','s:47:\"ar:{{PLURAL:$1|الصفحة|الصفحات}} $2\";'),('arq','messages:logentry-partialblock-reblock','s:140:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات منع {{GENDER:$4|$3}} الَّتي تمنع $7 بوقت انتهاء يبلغ $5 $6\";'),('arq','messages:logentry-patrol-patrol','s:73:\"ar:{{GENDER:$2|عاين|عاين}} $1 المراجعة $4 للصفحة $3\";'),('arq','messages:logentry-patrol-patrol-auto','s:95:\"arq:{{GENDER:$2|ماركي|ماركية}} $1 تلقائيا ريفيزيون $4 للباجة $3\";'),('arq','messages:logentry-protect-modify','s:71:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إعدادات حماية $3 $4\";'),('arq','messages:logentry-protect-modify-cascade','s:82:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات حماية $3 $4 [مضمن]\";'),('arq','messages:logentry-protect-move_prot','s:74:\"ar:$1 {{GENDER:$2|نقل}} إعدادات الحماية من $4 إلى $3\";'),('arq','messages:logentry-protect-protect','s:39:\"ar:{{GENDER:$2|حمى|حمت}} $1 $3 $4\";'),('arq','messages:logentry-protect-protect-cascade','s:52:\"ar:$1 {{GENDER:$2|حمى|حمت}} $3 $4 [مضمنة]\";'),('arq','messages:logentry-protect-unprotect','s:58:\"ar:{{GENDER:$2|رفع|رفعت}} $1 الحماية عن $3\";'),('arq','messages:logentry-rights-autopromote','s:109:\"ar:تمَ تلقائياً ترقية {{GENDER:$2|المستخدم|المستخدمة}} $1 من  $4 إلى $5\";'),('arq','messages:logentry-rights-rights','s:85:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية {{GENDER:$6|$3}} من $4 إلى $5\";'),('arq','messages:logentry-rights-rights-legacy','s:53:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية $3\";'),('arq','messages:logentry-suppress-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('arq','messages:logentry-suppress-delete','s:49:\"ar:{{GENDER:$2|أخفى|أخفت}} $1 صفحة $3\";'),('arq','messages:logentry-suppress-event','s:160:\"ar:غيّر{{GENDER:$2||ت}} $1 بسرية إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('arq','messages:logentry-suppress-event-legacy','s:68:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية سِجِلّ $3\";'),('arq','messages:logentry-suppress-reblock','s:112:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('arq','messages:logentry-suppress-revision','s:179:\"ar:غيّر{{GENDER:$2||ت}} $1 سراً إمكانية مشاهدة {{PLURAL:$5||مراجعة واحدة|مراجعتين|$5 مراجعات|$5 مراجعة}} في صفحة $3: $4\";'),('arq','messages:logentry-suppress-revision-legacy','s:79:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية مراجعات صفحة $3\";'),('arq','messages:logentry-tag-update-add-logentry','s:123:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 لمدخلة السجل $5 للصفحة $3\";'),('arq','messages:logentry-tag-update-add-revision','s:116:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 للمراجعة $4 للصفحة $3\";'),('arq','messages:logentry-tag-update-logentry','s:151:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم على مدخلة السجل $5 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('arq','messages:logentry-tag-update-remove-logentry','s:126:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من مدخلة السجل $5 للصفحة $3\";'),('arq','messages:logentry-tag-update-remove-revision','s:121:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من المراجعة $4 للصفحة $3\";'),('arq','messages:logentry-tag-update-revision','s:139:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم للمراجعة $4 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('arq','messages:logentry-upload-overwrite','s:82:\"arq:$1 {{GENDER:$2|راه رفع|راهي رفعت}} نسخة جديدة تاع $3\";'),('arq','messages:logentry-upload-revert','s:72:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} $3 لنسخة قديمة\";'),('arq','messages:logentry-upload-upload','s:44:\"arq: {{GENDER:$2|نزّل|نزّلت}} $1 $3\";'),('arq','messages:logeventslist-more-filters','s:46:\"ar:إظهار السجلات الإضافية:\";'),('arq','messages:logeventslist-newusers-log','s:41:\"ar:سجل إنشاء المستخدمين\";'),('arq','messages:logeventslist-patrol-log','s:20:\"ar:سجل الخفر\";'),('arq','messages:logeventslist-submit','s:12:\"arq:ورّي\";'),('arq','messages:logeventslist-tag-log','s:20:\"ar:سجل الوسم\";'),('arq','messages:logging-out-notify','s:58:\"ar:تم تسجيل خروجك، يرجى الانتظار.\";'),('arq','messages:login','s:27:\"arq:تسجال الدخول\";'),('arq','messages:login-abort-generic','s:71:\"arq:المحاولة ديال الدخول نتاعك ما نجَحتش\";'),('arq','messages:login-migrated-generic','s:124:\"arq:الحساب تاعك راه تنقّل و سميّت` المستعملي ما بقاش كاين ف هاد الويكي.\";'),('arq','messages:login-security','s:38:\"arq:وتّق الهوويّة تاعك\";'),('arq','messages:login-throttled','s:165:\"arq:راك درت مسيّات كتَر من المقبول باش تدخُل ف`السيت.\nالله يخلّيك، اصبَر $1 قبَل ما تسيّي عاود.\";'),('arq','messages:login-userblocked','s:120:\"arq:هاد السميّة تاع المستعملي راهي مطرودة. تسجال` الدخول ماشي مسموح.\";'),('arq','messages:loginerror','s:39:\"arq:غلطة ف تسجال الدخلة\";'),('arq','messages:loginlanguagelabel','s:20:\"arq:اللوغه: $1\";'),('arq','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('arq','messages:loginprompt','s:3:\"en:\";'),('arq','messages:loginreqlink','s:22:\"arq:اتكونيكتا\";'),('arq','messages:loginreqpagetext','s:80:\"arq:الله يخلّيك لازم $1 باش تشوف الپاجات لُخرة.\";'),('arq','messages:loginreqtitle','s:45:\"arq:تسجال الدخول راه ملزوم\";'),('arq','messages:loginsuccess','s:87:\"arq:<strong>راك مسجّل داخل ف {{SITENAME}} ب`السميّة \"$1\".</strong>\";'),('arq','messages:loginsuccesstitle','s:35:\"arq:التوصال راه نجَح.\";'),('arq','messages:logout','s:27:\"arq:مسجّل الخروج\";'),('arq','messages:logout-failed','s:53:\"ar:لا يمكن تسجيل الخروج الآن: $1\";'),('arq','messages:logouttext','s:213:\"arq:<strong>راك ضركا مسجّل الخروج.</strong>\n\nبالاك تنجم تشوف شي حاجات كلّي راك مازال داخل، حتا الّي يفرغ الكاش تاع البحّار تاعك.\";'),('arq','messages:lonelypages','s:24:\"ar:صفحات يتيمة\";'),('arq','messages:lonelypages-summary','s:3:\"en:\";'),('arq','messages:lonelypagestext','s:125:\"ar:الصفحات التالية غير موصولة من أو مضمنة في الصفحات الأخرى في {{SITENAME}}.\";'),('arq','messages:longpage-hint','s:4:\"en:-\";'),('arq','messages:longpageerror','s:303:\"ar:<strong>خطأ: النص الذي قمت بإدخاله بطول {{PLURAL:$1|واحد كيلوبايت|$1 كيلوبايت}}, هو أطول من الحد الأقصى البالغ {{PLURAL:$2|واحد كيلوبايت|$2 كيلوبايت}}.</strong>\nلا يمكن نشر النص بهذا الطول.\";'),('arq','messages:longpages','s:24:\"ar:صفحات طويلة\";'),('arq','messages:longpages-summary','s:3:\"en:\";'),('arq','messages:magiclink-tracking-isbn','s:70:\"ar:الصفحات التي تستخدم وصلات ISBN السحرية\";'),('arq','messages:magiclink-tracking-isbn-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لISBN. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('arq','messages:magiclink-tracking-pmid','s:70:\"ar:الصفحات التي تستخدم وصلات PMID السحرية\";'),('arq','messages:magiclink-tracking-pmid-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لPMID. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('arq','messages:magiclink-tracking-rfc','s:69:\"ar:الصفحات التي تستخدم وصلات RFC السحرية\";'),('arq','messages:magiclink-tracking-rfc-desc','s:198:\"ar:هذه الصفحة تستخدم الوصلات السحرية لRFC. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('arq','messages:mailerror','s:59:\"arq:صرات غلطة فل بعت تاع الإيمال: $1\";'),('arq','messages:mailmypassword','s:37:\"arq:استرجع كلمت` السرّ\";'),('arq','messages:mailnologin','s:42:\"ar:لا يوجد عنوان للإرسال\";'),('arq','messages:mailnologintext','s:251:\"ar:يجب أن تقوم [[Special:UserLogin|بتسجيل الدخول]] وإدخال بريد إلكتروني صالح في صفحة [[Special:Preferences|التفضيلات]] لتتمكن من إرسال الرسائل لمستخدمين آخرين.\";'),('arq','messages:mainpage','s:37:\"arq:الپاجة الاولانيّة\";'),('arq','messages:mainpage-description','s:31:\"arq:صفحة الاستقبال\";'),('arq','messages:mainpage-nstab','s:37:\"arq:الپاجة الاولانيّة\";'),('arq','messages:mainpage-title','s:4:\"en:-\";'),('arq','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('arq','messages:mar','s:12:\"arq:مارس\";'),('arq','messages:march','s:12:\"arq:مارس\";'),('arq','messages:march-gen','s:12:\"arq:مارس\";'),('arq','messages:markaspatrolleddiff','s:39:\"ar:علم بعلامة المراجعة\";'),('arq','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('arq','messages:markaspatrolledtext','s:59:\"ar:علم هذه الصفحة بعلامة المراجعة\";'),('arq','messages:markaspatrolledtext-file','s:66:\"ar:علم نسخة الملف هذه بعلامة المراجعة\";'),('arq','messages:markedaspatrolled','s:41:\"ar:علمت بعلامة المراجعة\";'),('arq','messages:markedaspatrollederror','s:50:\"ar:لا يمكن التعليم بالمراجعة\";'),('arq','messages:markedaspatrollederror-noautopatrol','s:95:\"ar:لا يجوز لك تعليم تغييراتك الشخصية بعلامة المراجعة.\";'),('arq','messages:markedaspatrollederrortext','s:102:\"ar:يجب عليك اختيار المراجعة التي تريد أن تشير أنها مراجعة\";'),('arq','messages:markedaspatrollednotify','s:67:\"ar:هذا التغيير لـ $1  تم تعليمه كمراجَع.\";'),('arq','messages:markedaspatrolledtext','s:89:\"ar:المراجعة المختارة من [[:$1]] علمت بعلامة المراجعة.\";'),('arq','messages:maximum-size','s:27:\"ar:الحجم الأقصى:\";'),('arq','messages:may','s:10:\"arq:ماي\";'),('arq','messages:may-gen','s:10:\"arq:ماي\";'),('arq','messages:may_long','s:10:\"arq:ماي\";'),('arq','messages:mcrundo-changed','s:121:\"ar:لقد تم تغيير الصفحة منذ عرضت الفرق; يُرجَى مراجعة التغيير الجديد.\";'),('arq','messages:mcrundo-missingparam','s:58:\"ar:وسائط مطلوبة مفقودة عند الطلب.\";'),('arq','messages:mcrundo-parse-failed','s:61:\"ar:فشل في تحليل المراجعة الجديدة: $1\";'),('arq','messages:mcrundofailed','s:22:\"ar:الرجوع فشل\";'),('arq','messages:mediastatistics','s:32:\"ar:إحصاءات الميديا\";'),('arq','messages:mediastatistics-allbytes','s:110:\"ar:الحجم الكلي لكل {{PLURAL:$3|$3 الملف|$3 الملفات}}: {{PLURAL:$1|$1 بايت}} ($2).\";'),('arq','messages:mediastatistics-bytespertype','s:141:\"ar:إجمالي حجم الملف لهذا القسم من {{PLURAL:$4|$4 ملف|$4 ملفات}} ($5%): {{PLURAL:$1|$1 بايت}} ($2؛ $3%).\";'),('arq','messages:mediastatistics-header-3d','s:28:\"ar:ثلاثي الأبعاد\";'),('arq','messages:mediastatistics-header-archive','s:22:\"ar:صيغ مضغوطة\";'),('arq','messages:mediastatistics-header-audio','s:9:\"ar:صوت\";'),('arq','messages:mediastatistics-header-bitmap','s:23:\"arq:تصويرة Bitmap\";'),('arq','messages:mediastatistics-header-drawing','s:31:\"ar:رسم (صور متجهية)\";'),('arq','messages:mediastatistics-header-executable','s:17:\"ar:تنفيذية\";'),('arq','messages:mediastatistics-header-multimedia','s:22:\"ar:ريتش ميديا\";'),('arq','messages:mediastatistics-header-office','s:11:\"ar:مكتب\";'),('arq','messages:mediastatistics-header-text','s:9:\"ar:نصي\";'),('arq','messages:mediastatistics-header-total','s:22:\"ar:كل الملفات\";'),('arq','messages:mediastatistics-header-unknown','s:20:\"ar:غير معروف\";'),('arq','messages:mediastatistics-header-video','s:28:\"ar:مقاطع الفيديو\";'),('arq','messages:mediastatistics-nbytes','s:112:\"ar:{{PLURAL:$1|بايت واحد|بايتان اثنان|$1 بايتات|$1 بايتاً|$1 بايت}} ($2; $3%)\";'),('arq','messages:mediastatistics-nfiles','s:11:\"ar:$1 ($2%)\";'),('arq','messages:mediastatistics-summary','s:210:\"ar:إحصاءات عن أنماط الملفات المرفوعة، وتشمل أحدث نسخة من الملف فقط، حيث تستبعد النسخ القديمة أو المحذوفة من الملفات.\";'),('arq','messages:mediastatistics-table-count','s:24:\"ar:عدد الملفات\";'),('arq','messages:mediastatistics-table-extensions','s:38:\"ar:الامتدادات الممكنة\";'),('arq','messages:mediastatistics-table-mimetype','s:14:\"ar:نوع MIME\";'),('arq','messages:mediastatistics-table-totalbytes','s:26:\"ar:الحجم المدمج\";'),('arq','messages:mediawarning','s:159:\"ar:<strong>تحذير:</strong> قد يحتوي نوع هذا الملف على كود خبيث.\nيمكن عند تشغيله السيطرة على نظامك.\";'),('arq','messages:mediawikipage','s:45:\"arq:شوف الباجة تاع الميساج\";'),('arq','messages:mergehistory','s:35:\"ar:دمج تواريخ الصفحة\";'),('arq','messages:mergehistory-autocomment','s:30:\"ar:دمج [[:$1]] في [[:$2]]\";'),('arq','messages:mergehistory-box','s:38:\"ar:دمج مراجعات صفحتين:\";'),('arq','messages:mergehistory-comment','s:34:\"ar:دمج [[:$1]] في [[:$2]]: $3\";'),('arq','messages:mergehistory-done','s:103:\"ar:$4 {{PLURAL:$4|مراجعة|مراجعات}} من $1 {{PLURAL:$4|تم}} دمجها في [[:$2]].\n$3.\";'),('arq','messages:mergehistory-empty','s:43:\"ar:لا مراجعات يمكن دمجها.\";'),('arq','messages:mergehistory-fail','s:135:\"ar:غير قادر على عمل دمج التاريخ، من فضلك أعد التحقق من محددات الصفحة والزمن.\";'),('arq','messages:mergehistory-fail-bad-timestamp','s:43:\"ar:الختم الزمني غير صالح.\";'),('arq','messages:mergehistory-fail-invalid-dest','s:47:\"ar:الصفحة الوجهة غير صالحة.\";'),('arq','messages:mergehistory-fail-invalid-source','s:47:\"ar:الصفحة المصدر غير صالحة.\";'),('arq','messages:mergehistory-fail-no-change','s:132:\"ar:دمج التاريخ لم يدمج أية مراجعات. برجاء التحقق من معاملات الصفحة والزمن.\";'),('arq','messages:mergehistory-fail-permission','s:60:\"ar:سماحيات غير كافية لدمج التاريخ.\";'),('arq','messages:mergehistory-fail-self-merge','s:75:\"ar:الصفحتان المصدر والوجهة هما نفس الصفحة.\";'),('arq','messages:mergehistory-fail-timestamps-overlap','s:93:\"ar:مراجعات المصدر تتداخل أو تأتي بعد مراجعات الوجهة.\";'),('arq','messages:mergehistory-fail-toobig','s:223:\"ar:لا يمكن إجراء دمج التاريخ بسبب تجاوز حدود عدد المراجعات المنقولة {{PLURAL:$1|المراجعة الواحدة|المراجعتين|$1 مراجعات|$1 مراجعة}}.\";'),('arq','messages:mergehistory-from','s:29:\"ar:الصفحة المصدر:\";'),('arq','messages:mergehistory-go','s:54:\"ar:عرض التعديلات القابلة للدمج\";'),('arq','messages:mergehistory-header','s:204:\"ar:هذه الصفحة تسمح لك بدمج نسخ تاريخ صفحة ما إلى صفحة أخرى.\nتأكد من أن هذا التغيير سيحافظ على استمرار تاريخ الصفحة.\";'),('arq','messages:mergehistory-into','s:27:\"ar:الصفحة الهدف:\";'),('arq','messages:mergehistory-invalid-destination','s:72:\"ar:الصفحة الهدف يجب أن تكون عنوانا صحيحا.\";'),('arq','messages:mergehistory-invalid-source','s:74:\"ar:الصفحة المصدر يجب أن تكون عنوانا صحيحا.\";'),('arq','messages:mergehistory-list','s:52:\"ar:تاريخ التعديل القابل للدمج\";'),('arq','messages:mergehistory-merge','s:312:\"ar:المراجعات التالية من [[:$1]] يمكن دمجها إلى [[:$2]].\nاستخدم عمود الصناديق لدمج المراجعات التي تم إنشاؤها في وقبل الوقت المحدد.\nلاحظ أن استخدام وصلات التصفح سيعيد ضبط هذا العمود.\";'),('arq','messages:mergehistory-no-destination','s:50:\"ar:الصفحة الهدف $1 غير موجودة.\";'),('arq','messages:mergehistory-no-source','s:52:\"ar:الصفحة المصدر $1 غير موجودة.\";'),('arq','messages:mergehistory-reason','s:14:\"ar:السبب:\";'),('arq','messages:mergehistory-redirect-text','s:3:\"en:\";'),('arq','messages:mergehistory-revisionrow','s:29:\"ar:$1 ($2) $3 . . $4 $5 $6 $7\";'),('arq','messages:mergehistory-same-destination','s:87:\"ar:صفحتا المصدر والهدف لا يمكن أن تكونا نفس الشيء\";'),('arq','messages:mergehistory-source-deleted','s:206:\"ar:بالإضافة إلى ذلك، حُذفت [[:$1]] لأنها لم تعد تحتوي أي مراجعات مرئية ونموذج المحتوى الخاص بها لا يدعم عمل التحويلات.\";'),('arq','messages:mergehistory-source-deleted-reason','s:204:\"ar:يتم حذف صفحة المصدر تلقائيًا بعد دمج التواريخ لأن نموذج محتواها لا يدعم عمليات التحويل ولا المراجعات المتبقية\";'),('arq','messages:mergehistory-submit','s:28:\"ar:دمج المراجعات\";'),('arq','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('arq','messages:mergelog','s:44:\"arq:الجرنان تاع التدميجات\";'),('arq','messages:mergelogpagetext','s:107:\"ar:بالأسفل قائمة بأحدث عمليات الدمج لتاريخ صفحة ما إلى أخرى.\";'),('arq','messages:metadata','s:23:\"arq:بايان ميتا\";'),('arq','messages:metadata-collapse','s:43:\"ar:أخفِ التفاصيل الممتدة\";'),('arq','messages:metadata-expand','s:43:\"ar:أظهر التفاصيل الممتدة\";'),('arq','messages:metadata-fields','s:510:\"arq:الحقول تاع الميتا معطيّات تاع تصاور الّي يكونو ف هاد البريّة غادي ينحطّو فل باجة تاع التوصاف تاع التصويرة منين يكون الجدول تاع  الميتاالمعطيات مطوي.\nالحقول لخرة يكونو مخبيين بارديفو.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('arq','messages:metadata-help','s:270:\"arq:هذا الملف راه فيه خبيرات زايدين، بالاك تكون انزادت من عند صواره نيميريك ولا سكانر مين صنع الملف.\nالأصلي، شي تفاصيل بالاك ما تعبرش على الملف المعدل.\";'),('arq','messages:metadata-langitem','s:26:\"ar:<strong>$2:</strong> $1\";'),('arq','messages:metadata-langitem-default','s:5:\"en:$1\";'),('arq','messages:mimesearch','s:14:\"ar:بحث MIME\";'),('arq','messages:mimesearch-summary','s:200:\"ar:تمكنك هذه الصفحة من ترشيح الملفات وفق نوع MIME الخاص بها.\nالمدخل: نوع المحتوى/النوع الفرعي، كمثال <code>image/jpeg</code>.\";'),('arq','messages:mimetype','s:21:\"ar:نوع الملف:\";'),('arq','messages:minimum-size','s:26:\"ar:الحجم الأدنى\";'),('arq','messages:minlength1','s:91:\"ar:أسماء الملفات يجب أن تتكون من حرف واحد على الأقل.\";'),('arq','messages:minoredit','s:34:\"arq:هذي تبديلة صغيرة\";'),('arq','messages:minoreditletter','s:6:\"arq:ط\";'),('arq','messages:minutes','s:82:\"ar:{{PLURAL:$1||دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('arq','messages:minutes-abbrev','s:7:\"ar:$1ق\";'),('arq','messages:minutes-ago','s:48:\"ar:قبل {{PLURAL:$1|دقيقة|$1 دقائق}}\";'),('arq','messages:missing-article','s:469:\"arq:الداتاباز ما صابتش باجه كان لازم تنصاب، الباجه هي \"$1\" $2.\n\nنورمالمو يصرا هذا مين اتبع فرق بيريمي والا وصيل تأريخ باجة ممحيه.\n\nإذا ما كانش هذا هو الحال همالا راك طحت في علة تاع البرمجية.\nمن فضلك سينياليها لواحد من[[Special:ListUsers/sysop|الإداريين]]، و أعطه مسار هذه الباجه.\";'),('arq','messages:missing-revision','s:341:\"arq:المراجعة #$1 من الباجة اللي سموها \"{{FULLPAGENAME}}\" ما هيش كاينة.\n\nهذا يصرا فالعادة منين نتبعو وصيلة تاريخها قديم لباجة تنحات.\nالتفاصيل يمكن نصيبوها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل المسح].\";'),('arq','messages:missing-revision-content','s:82:\"ar:تعذر تحميل المراجعة #$1 من الصفحة المسماة \"$2\".\";'),('arq','messages:missing-revision-permission','s:293:\"ar:المراجعة #$1 تتبع صفحة محذوفة. بإمكانك [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} استعراضها]؛ كذلك بإمكانك الاطلاع على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$3}} سجل الحذف].\";'),('arq','messages:missingarticle-diff','s:28:\"arq:(فرق بين: $1، $2)\";'),('arq','messages:missingarticle-rev','s:33:\"arq:(رقم الفرسيون: $1)\";'),('arq','messages:missingcommentheader','s:220:\"arq:<strong>تفكار:</strong> راك ما حطّيتش علوان فل موضوع تاع التعليق تاعك.\nيلا تكليكي على \"$1\" مل جديد، التبدال تاعك غادي يتسجّل بلاش.\";'),('arq','messages:missingcommenttext','s:48:\"arq:ماذابيك تحط هنا شي تعليق\";'),('arq','messages:missingsummary','s:203:\"arq:<strong>تفكار:</strong> راك ما مدّيتش تلخيص على التبدال تاعك.\nيلا تكليكي على \"$1\" مجّديد، التبدال تاعك غادي يتسجّل بلاش.\";'),('arq','messages:mobile-frontend-account-create-captcha-placeholder','s:33:\"ar:أدخل رمز التأكيد\";'),('arq','messages:mobile-frontend-account-create-email-placeholder','s:53:\"ar:البريد الإلكتروني (اختياري)\";'),('arq','messages:mobile-frontend-account-create-submit','s:24:\"ar:أنشئ حسابًا\";'),('arq','messages:mobile-frontend-app-title','s:24:\"ar:تطبيق محمول\";'),('arq','messages:mobile-frontend-back-to-top-of-section','s:42:\"ar:اقفز إلى القسم السابق\";'),('arq','messages:mobile-frontend-browse-tags-header','s:15:\"ar:الوسوم\";'),('arq','messages:mobile-frontend-categories-add','s:24:\"ar:إضافة تصنيف\";'),('arq','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('arq','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('arq','messages:mobile-frontend-categories-heading','s:38:\"ar:<strong>التصنيفات</strong>\";'),('arq','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('arq','messages:mobile-frontend-categories-nocat','s:73:\"ar:لا تنتمي هذه الصفحة بعد إلى أي تصنيفات.\";'),('arq','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('arq','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('arq','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('arq','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('arq','messages:mobile-frontend-categories-subheading','s:75:\"ar:تنتمي هذه الصفحة إلى التصنيفات التالية:\";'),('arq','messages:mobile-frontend-categories-summary','s:32:\"ar:أضيفت للتصنيفات\";'),('arq','messages:mobile-frontend-changeslist-ip','s:26:\"ar:مستخدم مجهول\";'),('arq','messages:mobile-frontend-changeslist-nocomment','s:57:\"arq:ما كانش تلخيص على هاد التبدال\";'),('arq','messages:mobile-frontend-clear-search','s:13:\"ar:إفراغ\";'),('arq','messages:mobile-frontend-commons-category-view','s:22:\"arq:تصاوير ب $1\";'),('arq','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('arq','messages:mobile-frontend-contribution-summary','s:102:\"ar:كل التعديلات التي أجريت من قبل {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('arq','messages:mobile-frontend-cookies-required','s:220:\"ar:إن ملفات تعريف الإرتباط (كوكيز) ضرورية لتغيير واجهة العرض. الرجاء تفعيل خاصية الإحتفاظ بهذه الملفات والمحاولة مرة أخرى.\";'),('arq','messages:mobile-frontend-copyright','s:116:\"arq:المحتاوا راه تحت النسخة $1 تاع الليسانس، غير يلا كان حاجه اخرة.\";'),('arq','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('arq','messages:mobile-frontend-desc','s:26:\"ar:واجهة الجوال\";'),('arq','messages:mobile-frontend-diffview-404-desc','s:62:\"ar:معرف النسخة الذي طلبته غير موجود\";'),('arq','messages:mobile-frontend-diffview-404-title','s:22:\"ar:نسخة خاطئة\";'),('arq','messages:mobile-frontend-diffview-anonymous','s:26:\"ar:مستخدم مجهول\";'),('arq','messages:mobile-frontend-diffview-bytesadded','s:53:\"ar:تم إضافة {{PLURAL:$1|بايت|$1 بايت}}\";'),('arq','messages:mobile-frontend-diffview-bytesnochange','s:34:\"ar:لا تغيير في الحجم\";'),('arq','messages:mobile-frontend-diffview-bytesremoved','s:53:\"ar:تم إزالة {{PLURAL:$1|بايت|$1 بايت}}\";'),('arq','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('arq','messages:mobile-frontend-diffview-editcount','s:105:\"ar:<div>$1</div> {{PLURAL:$1||تعديل|تعديلان|$1 تعديلات|$1 تعديلا|$1 تعديل}}\";'),('arq','messages:mobile-frontend-diffview-explained','s:61:\"ar:السطور التالية أضيفت (+) وحذفت (-):\";'),('arq','messages:mobile-frontend-diffview-title','s:17:\"ar:تغييرات\";'),('arq','messages:mobile-frontend-disable-images','s:49:\"ar:عطل الصور على موقع الجوال\";'),('arq','messages:mobile-frontend-dismiss-notification','s:33:\"ar:أخفِ هذا الإخطار\";'),('arq','messages:mobile-frontend-donate-button-label','s:13:\"ar:تبرّع\";'),('arq','messages:mobile-frontend-donate-image-anon','s:78:\"ar:يرجى تسجيل الدخول لرؤية صفحة رفع الملفات.\";'),('arq','messages:mobile-frontend-donate-image-heading','s:34:\"ar:مساهماتك الأخيرة\";'),('arq','messages:mobile-frontend-donate-image-login-action','s:80:\"ar:سجل دخولك لمشاركة ملفات الوسائط الخاصة بك.\";'),('arq','messages:mobile-frontend-donate-image-nouploads','s:23:\"ar:لا مرفوعات.\";'),('arq','messages:mobile-frontend-donate-image-signup-action','s:74:\"ar:انشىء حسابًا لمشاركة وسائطك  مع العالم.\";'),('arq','messages:mobile-frontend-donate-image-title','s:21:\"ar:المرفوعات\";'),('arq','messages:mobile-frontend-donate-photo-first-upload-success','s:57:\"ar:نجحت! شكرا على مساهمتك الأولى!\";'),('arq','messages:mobile-frontend-donate-photo-upload-success','s:82:\"ar:نجحت! يمكن الآن أن تُشَاهد صورتك على {{SITENAME}}!\";'),('arq','messages:mobile-frontend-drawer-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:mobile-frontend-edit-login-action','s:35:\"ar:سجل دخولك للتحرير\";'),('arq','messages:mobile-frontend-edit-signup-action','s:35:\"ar:أنشأ حساب للتحرير\";'),('arq','messages:mobile-frontend-editor-abusefilter-disallow','s:85:\"ar:هذا التعديل لا يمكن حفظه لأننا اكتشفنا مشكلة.\";'),('arq','messages:mobile-frontend-editor-abusefilter-read-more','s:24:\"ar:اقرأ المزيد\";'),('arq','messages:mobile-frontend-editor-abusefilter-warning','s:129:\"ar:تحذير: هل أنت متأكد من أنك تريد حفظ هذا التعديل؟ هل تكون هناك مشكلة به.\";'),('arq','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('arq','messages:mobile-frontend-editor-anon','s:40:\"ar:حرر بلا تسجيل الدخول\";'),('arq','messages:mobile-frontend-editor-anonwarning','s:360:\"ar:\'\'\'تحذير:\'\'\' لم تقم بالدخول. سيكون عنوان الآيبي خاصتك مرئيا للعامة عند قيامك بأي تعديل.إذا \'\'\'سجلت دخولك\'\'\' أو أنشأت حساب في ويكيبيديا\'\'\'، تعديلاتك ستنسب لاسم المستخدم خاصتك ،مع المزيد من الميزات الأخرى.\";'),('arq','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('arq','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('arq','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('arq','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('arq','messages:mobile-frontend-editor-cancel','s:11:\"ar:ألغِ\";'),('arq','messages:mobile-frontend-editor-cancel-confirm','s:53:\"ar:أتريد حقا أن تهجر تعديلاتك؟\";'),('arq','messages:mobile-frontend-editor-captcha-try-again','s:97:\"ar:لقد قمت بإدخال رموز خاطئة، الرجاء المحاولة مرة أخرى\";'),('arq','messages:mobile-frontend-editor-continue','s:13:\"ar:استمر\";'),('arq','messages:mobile-frontend-editor-cta','s:48:\"ar:ساعد في تحسين هذه الصفحة!\";'),('arq','messages:mobile-frontend-editor-disabled','s:58:\"ar:هذه الصفحة محمية لمنع التخريب.\";'),('arq','messages:mobile-frontend-editor-edit','s:14:\"arq:تبديل\";'),('arq','messages:mobile-frontend-editor-editing','s:24:\"ar:قيد التحرير\";'),('arq','messages:mobile-frontend-editor-editing-page','s:46:\"ar:<strong>تعديل</strong><span> $1</span>\";'),('arq','messages:mobile-frontend-editor-error','s:41:\"ar:خطأ، لم يحفظ التعديل.\";'),('arq','messages:mobile-frontend-editor-error-conflict','s:59:\"ar:خطأ، عدل مستخدم آخر هذه الصفحة.\";'),('arq','messages:mobile-frontend-editor-error-loading','s:43:\"ar:خطأ، تعذر تحميل القسم.\";'),('arq','messages:mobile-frontend-editor-error-preview','s:139:\"ar:خطأ، حدث شيء غير متوقع أثناء تحميل المعاينة. أغلق الصفحة رجاءً واحفظ مجددا.\";'),('arq','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('arq','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('arq','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('arq','messages:mobile-frontend-editor-keep-editing','s:26:\"ar:تابع التحرير\";'),('arq','messages:mobile-frontend-editor-licensing','s:121:\"ar:عندما تحفظ تعديلاتك أنت توافق ضمناً على طرح مساهمتك بموجب رخصة $1.\";'),('arq','messages:mobile-frontend-editor-licensing-with-terms','s:122:\"ar:عندما تحفظ تعديلاتك أنت توافق على $1 وعلى طرح مساهمتك بموجب رخصة $2.\";'),('arq','messages:mobile-frontend-editor-new-page-confirm','s:172:\"ar:{{GENDER:$1|هل أنت متأكد من أنك تريد إنشاء|هل أنت متأكدة من أنك تريدي إنشاء}} صفحة جديدة على {{SITENAME}}؟\";'),('arq','messages:mobile-frontend-editor-newpage-prompt','s:100:\"ar:هذه الصفحة غير موجودة. لماذا لا تتجرأ وتقوم بإنشائها؟\";'),('arq','messages:mobile-frontend-editor-placeholder','s:61:\"ar:هذا القسم فارغ. كن أول من يوسّعه!\";'),('arq','messages:mobile-frontend-editor-placeholder-new-page','s:82:\"ar:{{GENDER:$1|أنت بصدد إنشاء}} صفحة جديدة في {{SITENAME}}!\";'),('arq','messages:mobile-frontend-editor-previewing-page','s:48:\"ar:<span><strong>معاينة</strong> $1</span>\";'),('arq','messages:mobile-frontend-editor-redirect-title','s:47:\"ar:إعادة توجيه إلى المحرر...\";'),('arq','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('arq','messages:mobile-frontend-editor-redlink-explain','s:57:\"ar:هذه الصفحة لم يتم إنشاؤها بعد.\";'),('arq','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('arq','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('arq','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('arq','messages:mobile-frontend-editor-save','s:11:\"ar:احفظ\";'),('arq','messages:mobile-frontend-editor-success','s:37:\"ar:نجاح! تعديلك محفوظ.\";'),('arq','messages:mobile-frontend-editor-success-landmark-1','s:58:\"ar:تهانينا، أنت الآن محرر {{SITENAME}}!\";'),('arq','messages:mobile-frontend-editor-success-new-page','s:56:\"ar:تهانينا على إنشاء صفحة جديدة!\";'),('arq','messages:mobile-frontend-editor-summary','s:16:\"ar:الملخص:\";'),('arq','messages:mobile-frontend-editor-summary-placeholder','s:50:\"ar:أخبرنا عن تعديلك (اختياري)\";'),('arq','messages:mobile-frontend-editor-summary-request','s:35:\"ar:كيف حسّنت الصفحة؟\";'),('arq','messages:mobile-frontend-editor-switch-confirm','s:91:\"ar:يجب أن تحفظ الصفحة قبل التحول إلى نظام تحرير آخر.\";'),('arq','messages:mobile-frontend-editor-switch-editor','s:39:\"ar:تحويل معالج التحرير\";'),('arq','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('arq','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('arq','messages:mobile-frontend-editor-tutorial-cancel','s:18:\"ar:لا، شكرا\";'),('arq','messages:mobile-frontend-editor-tutorial-confirm','s:26:\"ar:ابدأ التعديل\";'),('arq','messages:mobile-frontend-editor-tutorial-summary','s:79:\"ar:لا تخشَ علامات الترميز.  حاول تحسين صفحة $1.\";'),('arq','messages:mobile-frontend-editor-unavailable','s:131:\"ar:حاليا لا يتوفر التعديل عبر الجوال لمتصفحك. الرجاء المحاولة بمتصفح آخر.\";'),('arq','messages:mobile-frontend-editor-undo-unsupported','s:106:\"ar:خاصية التراجع (Undo) غير مدعمة حالياً على الأجهزة المدعومة.\";'),('arq','messages:mobile-frontend-editor-uploadenable','s:81:\"ar:من فضلك ارفع الصورة ليمكن تحرير هذه الصفحة.\";'),('arq','messages:mobile-frontend-editor-viewing-source-page','s:51:\"ar:<strong>عرض مصدر</strong><span> $1</span>\";'),('arq','messages:mobile-frontend-editor-wait','s:51:\"ar:يحفظ التعديل، انتظر رجاءً.\";'),('arq','messages:mobile-frontend-enable-images','s:51:\"ar:مكّن الصور على موقع الجوال\";'),('arq','messages:mobile-frontend-expand-sections-description','s:82:\"ar:قم بإظهار كل الأقسام عند التوجه لصفحة جديدة\";'),('arq','messages:mobile-frontend-expand-sections-status','s:31:\"ar:أظهر كل الأقسام\";'),('arq','messages:mobile-frontend-featured-article','s:55:\"arq:شي محتاوا مختار ل هاد النهار\";'),('arq','messages:mobile-frontend-first-upload-wizard-new-page-1','s:75:\"ar:تأتي الصور في {{SITENAME}} من ويكيميديا كومنز\";'),('arq','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:62:\"ar:ساهم بصورك. ساهم في إنعاش {{SITENAME}}!\";'),('arq','messages:mobile-frontend-first-upload-wizard-new-page-2','s:151:\"ar:تجنب المواد محفوظة الحقوق الموجودة على الإنترنت وصور الملصقات وأغلفة الكتب، إلخ.\";'),('arq','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:89:\"ar:صورك تساعد الناس في شتى أنحاء العالم على التعلم\";'),('arq','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:13:\"ar:فهمت؟\";'),('arq','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:10:\"ar:نعم!\";'),('arq','messages:mobile-frontend-fontchanger-desc','s:74:\"ar:تكبير أو تصغير حجم الخط لتيسير القراءة.\";'),('arq','messages:mobile-frontend-fontchanger-link','s:18:\"ar:حجم الخط\";'),('arq','messages:mobile-frontend-footer-contact','s:11:\"ar:اتصل\";'),('arq','messages:mobile-frontend-footer-sitename','s:15:\"ar:{{SITENAME}}\";'),('arq','messages:mobile-frontend-generic-404-desc','s:74:\"ar:لم يتم العثور على الصفحة التي تبحث عنها\";'),('arq','messages:mobile-frontend-generic-404-title','s:44:\"ar:خطأ - الصفحة غير موجودة\";'),('arq','messages:mobile-frontend-generic-login','s:68:\"arq:{{SITENAME}} مخلوق من عند شي ناس غير كيفك.\";'),('arq','messages:mobile-frontend-generic-login-action','s:62:\"arq:سجّل الدخول تاعك باش تنجم تعاون.\";'),('arq','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('arq','messages:mobile-frontend-generic-signup-action','s:37:\"ar:أنشأ حساب للمساهمة\";'),('arq','messages:mobile-frontend-history','s:54:\"ar:اعرض تاريخ تعديل هذه الصفحة.\";'),('arq','messages:mobile-frontend-history-404-desc','s:182:\"ar:لا يمكن تصفح تاريخ هذه الصفحة لأنها غير موجودة. قد يعود هذا لحذف الصفحة أو لأنك قد تتبعت رابط مغلوط.\";'),('arq','messages:mobile-frontend-history-404-title','s:38:\"ar:لا وجود لهذه الصفحة\";'),('arq','messages:mobile-frontend-history-no-results','s:65:\"ar:المرشح لم يوفر أي تطابقات تاريخية.\";'),('arq','messages:mobile-frontend-home-button','s:16:\"arq:اللوله\";'),('arq','messages:mobile-frontend-image-cancel-confirm','s:26:\"ar:إلغاء الرفع؟\";'),('arq','messages:mobile-frontend-image-heading-describe','s:30:\"ar:\'\'\'اوصف\'\'\' الصورة\";'),('arq','messages:mobile-frontend-image-uploading','s:31:\"ar:\'\'\'تحميل\'\'\' صورة...\";'),('arq','messages:mobile-frontend-images-status','s:13:\"ar:الصور\";'),('arq','messages:mobile-frontend-language-article-heading','s:36:\"arq:اقرا بلوغه وحدخره\";'),('arq','messages:mobile-frontend-language-header','s:106:\"ar:هذه الصفحة متوفرة في {{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('arq','messages:mobile-frontend-language-heading','s:32:\"ar:<strong>اللغات</strong>\";'),('arq','messages:mobile-frontend-language-site-choose','s:23:\"ar:ابحث عن لغة\";'),('arq','messages:mobile-frontend-language-variant-header','s:82:\"ar:اختر اللهجة التي تريد للغة: {{#language:{{CONTENTLANG}}}}\";'),('arq','messages:mobile-frontend-languages-404-desc','s:41:\"ar:يجب تحديد عنوان صالح.\";'),('arq','messages:mobile-frontend-languages-404-title','s:27:\"ar:خطأ في اللغات\";'),('arq','messages:mobile-frontend-languages-header','s:11:\"ar:لغات\";'),('arq','messages:mobile-frontend-languages-header-page','s:20:\"ar:$1 - اللغات\";'),('arq','messages:mobile-frontend-languages-nonexistent-title','s:41:\"ar:الصفحة \"$1\" غير موجودة.\";'),('arq','messages:mobile-frontend-languages-text','s:64:\"ar:$1 متوفر في {{PLURAL:$2|لغة واحدة|$2 لغة}}.\";'),('arq','messages:mobile-frontend-languages-variant-header','s:43:\"ar:لهجات {{#language:{{CONTENTLANG}}}}\";'),('arq','messages:mobile-frontend-last-modified-date','s:59:\"arq:التبديله التاليه في تاريخ $1، $2\";'),('arq','messages:mobile-frontend-last-modified-days','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من يوم واحد|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('arq','messages:mobile-frontend-last-modified-hours','s:133:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ساعة واحدة|ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('arq','messages:mobile-frontend-last-modified-just-now','s:41:\"ar:آخر تعديل تم نشره توا\";'),('arq','messages:mobile-frontend-last-modified-minutes','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من دقيقة واحدة|دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('arq','messages:mobile-frontend-last-modified-months','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من شهر واحد|شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('arq','messages:mobile-frontend-last-modified-seconds','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ثانية واحدة|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}\";'),('arq','messages:mobile-frontend-last-modified-with-user-days','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|يوم واحد|يومين|$3 أيام|$3 يوماً|$3 يوم}}\";'),('arq','messages:mobile-frontend-last-modified-with-user-hours','s:211:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ساعة واحدة|ساعتين|$3 ساعات|$3 ساعة}}\";'),('arq','messages:mobile-frontend-last-modified-with-user-just-now','s:149:\"ar:[$3 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$4|[$5 $2]|0=مستخدم مجهول}} منذ لحظات\";'),('arq','messages:mobile-frontend-last-modified-with-user-minutes','s:217:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|دقيقة واحدة|دقيقتين|$3 دقائق|$3 دقيقة}}\";'),('arq','messages:mobile-frontend-last-modified-with-user-months','s:214:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|شهر واحد|شهرين|$3 أشهر|$3شهراً|$3 شهر}}\";'),('arq','messages:mobile-frontend-last-modified-with-user-seconds','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ثانية واحدة|ثانيتين|$3 ثوان|$3 ثانية}}\";'),('arq','messages:mobile-frontend-last-modified-with-user-years','s:194:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|سنة|سنتين|$3 سنوات|$3 سنة}}\";'),('arq','messages:mobile-frontend-last-modified-years','s:125:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من سنة واحدة|سنة واحدة|سنتين|$1 سنوات|$1 سنة}}\";'),('arq','messages:mobile-frontend-lead-image-tutorial-confirm','s:22:\"ar:ابدأ الرفع\";'),('arq','messages:mobile-frontend-lead-image-tutorial-summary','s:152:\"ar:تأكد أن صفحتك تساعد في توضيح الصفحة. يجب أن تكون صورة أنشأتها وألا تخرق حقوق النشر.\";'),('arq','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('arq','messages:mobile-frontend-logged-in-homepage-notification','s:27:\"ar:أهلاً بك يا $1!\";'),('arq','messages:mobile-frontend-logged-in-toast-notification','s:39:\"ar:مسجل الدخول بحساب $1.\";'),('arq','messages:mobile-frontend-logged-out','s:31:\"ar:غير مسجل الدخول\";'),('arq','messages:mobile-frontend-login','s:14:\"arq:ادخُل\";'),('arq','messages:mobile-frontend-main-menu','s:39:\"arq:القايمة اللولانيّة\";'),('arq','messages:mobile-frontend-main-menu-account-create','s:21:\"arq:اخلق حساب\";'),('arq','messages:mobile-frontend-main-menu-back','s:24:\"arq:ارجع لل لور\";'),('arq','messages:mobile-frontend-main-menu-button-tooltip','s:36:\"arq:حل القايمه اللوله\";'),('arq','messages:mobile-frontend-main-menu-featured','s:13:\"ar:مميزة\";'),('arq','messages:mobile-frontend-main-menu-login','s:18:\"arq:كونيكتي\";'),('arq','messages:mobile-frontend-main-menu-logout','s:11:\"ar:اخرج\";'),('arq','messages:mobile-frontend-main-menu-nearby','s:23:\"arq:قريب منهنا\";'),('arq','messages:mobile-frontend-main-menu-page-title','s:24:\"ar:تصفح الموقع\";'),('arq','messages:mobile-frontend-main-menu-settings','s:18:\"arq:إعدادات\";'),('arq','messages:mobile-frontend-main-menu-settings-heading','s:21:\"ar:الإعدادات\";'),('arq','messages:mobile-frontend-main-menu-upload','s:21:\"ar:المرفوعات\";'),('arq','messages:mobile-frontend-main-menu-watchlist','s:38:\"arq:ليستة تاع المتابعة\";'),('arq','messages:mobile-frontend-media-details','s:15:\"ar:تفاصيل\";'),('arq','messages:mobile-frontend-media-license-link','s:32:\"ar:معلومات الترخيص\";'),('arq','messages:mobile-frontend-meta-data-issues','s:55:\"ar:تعاني الصفحة من بعض المشكلات\";'),('arq','messages:mobile-frontend-meta-data-issues-categories','s:29:\"ar:عن هذا التصنيف\";'),('arq','messages:mobile-frontend-meta-data-issues-header','s:13:\"ar:قضايا\";'),('arq','messages:mobile-frontend-meta-data-issues-header-talk','s:29:\"ar:حول هذه الصفحة\";'),('arq','messages:mobile-frontend-meta-data-issues-talk','s:27:\"ar:عن هذه الصفحة\";'),('arq','messages:mobile-frontend-missing-image','s:11:\"ar:صورة\";'),('arq','messages:mobile-frontend-nearby-distance','s:24:\"ar:{{PLURAL:$1|$1 كم}}\";'),('arq','messages:mobile-frontend-nearby-distance-meters','s:22:\"ar:{{PLURAL:$1|$1 م}}\";'),('arq','messages:mobile-frontend-nearby-error','s:91:\"ar:الصفحات القريبة في {{SITENAME}} تعاني من بعض المشكلات.\";'),('arq','messages:mobile-frontend-nearby-error-guidance','s:34:\"ar:حاول إنعاش مكانك.\";'),('arq','messages:mobile-frontend-nearby-loading','s:75:\"ar:تحميل مواضيع قرب الموقع الحالي الخاص بك\";'),('arq','messages:mobile-frontend-nearby-lookup-ui-error','s:126:\"ar:لا يمكن للصفحات القريبة في {{SITENAME}}  أن تتعرف على مكانك..أأحاول مجددا؟\";'),('arq','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:70:\"ar:حاول في منطقة مفتوحة فيها إشارة أقوى.\";'),('arq','messages:mobile-frontend-nearby-noresults','s:95:\"ar:هذا المكان هادئ...لا وجود لأية صفحات عن أماكن قريبة.\";'),('arq','messages:mobile-frontend-nearby-noresults-guidance','s:95:\"ar:حاول إنشاء صفحة جديدة أو إضافة الموقع لصفحة موجودة\";'),('arq','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('arq','messages:mobile-frontend-nearby-permission-guidance','s:181:\"ar:الرجاء التأكد من إعطاء الإذن لإظهار المكان الذي تتواجد فيه. قد تحتاج إلى فحص إعدادات موقع المتصفح.\";'),('arq','messages:mobile-frontend-nearby-refresh','s:113:\"ar:عثرنا على مكان أدق لك. انقر هنا لإنعاش قائمة الصفحات القريبة.\";'),('arq','messages:mobile-frontend-nearby-requirements','s:90:\"ar:نعتذر! متصفحك لا يدعم الصفحات القريبة في {{SITENAME}}.\";'),('arq','messages:mobile-frontend-nearby-requirements-guidance','s:96:\"ar:جرّب متصفحا آخرًا أو مكّن جافاسكربت إذا كنت عطلتها.\";'),('arq','messages:mobile-frontend-nearby-sectiontext','s:29:\"ar:قرب هذه الصفحة\";'),('arq','messages:mobile-frontend-nearby-title','s:27:\"ar:بالقرب من هنا\";'),('arq','messages:mobile-frontend-news-items','s:21:\"arq:فل خبارات\";'),('arq','messages:mobile-frontend-opt-in-explain','s:127:\"ar:بانضمامك إلى نسخة بيتا ستصل إلى ميزات تجريبية وقد تصادف عللا ومشاكل.\";'),('arq','messages:mobile-frontend-overlay-close','s:11:\"ar:أغلق\";'),('arq','messages:mobile-frontend-overlay-continue','s:13:\"ar:استمر\";'),('arq','messages:mobile-frontend-page-edit-summary','s:55:\"ar:<span><strong>ملخص تعديل</strong> $1</span>\";'),('arq','messages:mobile-frontend-page-menu-contents','s:17:\"ar:محتويات\";'),('arq','messages:mobile-frontend-page-menu-history','s:17:\"ar:التاريخ\";'),('arq','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('arq','messages:mobile-frontend-pageaction-edit-tooltip','s:60:\"arq:اكتب طرف المقدمه في هاد الباجه.\";'),('arq','messages:mobile-frontend-pageaction-upload-tooltip','s:56:\"ar:رفع صورة المقدمة لهذه الصفحة.\";'),('arq','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('arq','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('arq','messages:mobile-frontend-panel-ok','s:13:\"ar:موافق\";'),('arq','messages:mobile-frontend-password','s:21:\"ar:كلمة السر:\";'),('arq','messages:mobile-frontend-password-confirm-placeholder','s:27:\"ar:أكد كلمة السر\";'),('arq','messages:mobile-frontend-password-placeholder','s:24:\"arq:كلمت` السرّ\";'),('arq','messages:mobile-frontend-photo-article-donate-comment','s:48:\"ar:ساهمت بصورة عبر Special:Uploads.\";'),('arq','messages:mobile-frontend-photo-article-edit-comment','s:57:\"ar:أضفت صورة للاستخدام في الصفحة\";'),('arq','messages:mobile-frontend-photo-caption-placeholder','s:40:\"ar:صف هذه الصورة (مطلوب)\";'),('arq','messages:mobile-frontend-photo-licensing','s:95:\"ar:برفعك لهذه الصورة أنت توافق على طرحها بموجب رخصة $1.\";'),('arq','messages:mobile-frontend-photo-licensing-with-terms','s:116:\"ar:برفعك لهذه الصورة أنت توافق على $1 وعلى طرح الصورة بموجب رخصة $2.\";'),('arq','messages:mobile-frontend-photo-ownership','s:46:\"ar:أنا ($1) أنشأت هذه الصفحة.\";'),('arq','messages:mobile-frontend-photo-ownership-confirm','s:12:\"ar:فهمت!\";'),('arq','messages:mobile-frontend-photo-ownership-help','s:29:\"ar:ماذا يعني هذا؟\";'),('arq','messages:mobile-frontend-photo-submit','s:13:\"ar:إرسال\";'),('arq','messages:mobile-frontend-photo-upload','s:40:\"ar:أضف صورة لهذه الصفحة\";'),('arq','messages:mobile-frontend-photo-upload-anon','s:85:\"ar:يلزمك تسجيل الدخول لكي تضيف صورة لهذه الصفحة.\";'),('arq','messages:mobile-frontend-photo-upload-comment','s:33:\"ar:أضفت صورة للصفحة\";'),('arq','messages:mobile-frontend-photo-upload-copyvio','s:171:\"ar:تحذير! هذه الصورة تبدو مشبوهة. إن لم تكن من تصويرك، الرجاء عدم  رفعها. هل بعدك تريد الاستمرار؟\";'),('arq','messages:mobile-frontend-photo-upload-error','s:37:\"ar:خطأ، حاول مرة أخرى.\";'),('arq','messages:mobile-frontend-photo-upload-error-file-type','s:39:\"ar:رجاء ارفع الصور فقط.\";'),('arq','messages:mobile-frontend-photo-upload-error-filename','s:63:\"ar:خطأ، الرجاء تقديم ملخص وصفي أوفى.\";'),('arq','messages:mobile-frontend-photo-upload-generic','s:22:\"ar:ساهم بصورة\";'),('arq','messages:mobile-frontend-photo-upload-invalid-user','s:43:\"ar:المستخدم «$1» غير مسجل.\";'),('arq','messages:mobile-frontend-photo-upload-success-article','s:69:\"ar:رائع! تظهر صورتك الأن على هذه الصفحة.\";'),('arq','messages:mobile-frontend-photo-upload-unavailable','s:48:\"ar:متصفحك لا يدعم رفع الصور.\";'),('arq','messages:mobile-frontend-photo-upload-user-count','s:118:\"ar:{{PLURAL:$1|ملف واحد|ملفان|<span>$1</span> ملفات|<span>$1</span> ملفا|<span>$1</span> ملف}}\";'),('arq','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"ar:500 + ملف\";'),('arq','messages:mobile-frontend-placeholder','s:28:\"arq:حوس في {{SITENAME}}\";'),('arq','messages:mobile-frontend-placeholder-app','s:53:\"ar:ابحث في {{SITENAME}} (تطبيق محمول)\";'),('arq','messages:mobile-frontend-placeholder-beta','s:44:\"ar:ابحث في {{SITENAME}} (تجريبي)\";'),('arq','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('arq','messages:mobile-frontend-privacy-link-text','s:16:\"arq:خصوصيه\";'),('arq','messages:mobile-frontend-profile-activity-heading','s:34:\"ar:النشاطات الحديثة\";'),('arq','messages:mobile-frontend-profile-error','s:15:\"ar:أوه لا!\";'),('arq','messages:mobile-frontend-profile-footer-ancient','s:320:\"ar:{{GENDER:$1|قام|قامت}} بـ[[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] و{{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('arq','messages:mobile-frontend-profile-footer-days','s:439:\"ar:{{GENDER:$1|انضم|انضمت}} منذ {{PLURAL:$2|يوم واحد|يومين|$2 أيام|$2 يوماً|$2 يوم}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('arq','messages:mobile-frontend-profile-footer-months','s:444:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|شهر|شهرين|$2 أشهر|$2 شهراً|$2 شهر}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('arq','messages:mobile-frontend-profile-footer-years','s:432:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|سنة|سنتين|$2 سنوات|$2 سنة}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('arq','messages:mobile-frontend-profile-last-edit','s:191:\"ar:{{GENDER:$3|حرر|حررت}} الصفحة [[:$1]], {{PLURAL:$2|أمس|أمس الأول|منذ $2 أيام|منذ $2 يوماً| منذ $2 يوم|0=في وقت سابق من اليوم}}.\";'),('arq','messages:mobile-frontend-profile-last-thank','s:85:\"ar:{{GENDER:$1|شكر|شكرت}}{{GENDER:$2|ه|ها}}  [[Special:UserProfile/$1|$1]].\";'),('arq','messages:mobile-frontend-profile-noargs','s:146:\"ar:لم يتم توفير اسم مستخدم. الرجاء توفير اسم مستخدم لمطالعة ملف المستخدم الخاص به.\";'),('arq','messages:mobile-frontend-profile-nouser','s:213:\"ar:لا يوجد مستخدم بهذا الاسم. أسماء المستخدمين حساسة لحالة الأحرف. الرجاء التأكد من أن الإسم قد تم كتابته بطريقة صحيحة.\";'),('arq','messages:mobile-frontend-profile-title','s:26:\"ar:ملف المستخدم\";'),('arq','messages:mobile-frontend-profile-userpage-link','s:74:\"ar:زيارة صفحة {{GENDER:$1|المستخدم|المستخدمة}} .\";'),('arq','messages:mobile-frontend-profile-usertalk','s:56:\"ar:{{GENDER:$1|تحدث إلى $1|تحدثي إلى $1}}\";'),('arq','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('arq','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('arq','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('arq','messages:mobile-frontend-random-button','s:16:\"arq:زهراني\";'),('arq','messages:mobile-frontend-references-citation','s:15:\"ar:اقتباس\";'),('arq','messages:mobile-frontend-regular-site','s:29:\"ar:عرض سطح المكتب\";'),('arq','messages:mobile-frontend-requires-mobile','s:165:\"ar:هذه الصفحة غير متاحة على الحاسب المكتبي. من فضلك انقر على وصلة نسخة الجوال في أسفل الصفحة.\";'),('arq','messages:mobile-frontend-requires-optin','s:242:\"ar:هذه الصفحة غير متوفرة إلا إذا وافقت على استخدام وضع البيتا(الوضع التجريبي). الرجاء زيارة [[Special:MobileOptions|صفحة التفضيلات]] لتفعيل الوضع.\";'),('arq','messages:mobile-frontend-requires-title','s:35:\"ar:الصفحة غير متوفرة\";'),('arq','messages:mobile-frontend-save-error','s:154:\"ar:حدث خطأ أثناء حفظ التعديلات. الرجاء التأكد من أن ملفات تعريف الإرتباط (كوكيز) مفعلة.\";'),('arq','messages:mobile-frontend-save-settings','s:11:\"ar:احفظ\";'),('arq','messages:mobile-frontend-saving-exit-page','s:155:\"ar:لا تزال مساهمتك قيد الحفظ. إذا غادرت فستُفقد تعديلاتك. هل أنت متأكد أنك تريد الخروج؟\";'),('arq','messages:mobile-frontend-search-content','s:37:\"ar:البحث داخل الصفحات\";'),('arq','messages:mobile-frontend-search-content-no-results','s:115:\"ar:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' لترى إن كانت هذه العبارة مذكورة فيها.\";'),('arq','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('arq','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('arq','messages:mobile-frontend-search-no-results','s:50:\"ar:لا توجد صفحة بهذا العنوان.\";'),('arq','messages:mobile-frontend-search-submit','s:11:\"ar:اذهب\";'),('arq','messages:mobile-frontend-settings-beta','s:11:\"ar:بيتا\";'),('arq','messages:mobile-frontend-settings-images-explain','s:59:\"ar:تحميل كل محتوى الصفحة من الصور.\";'),('arq','messages:mobile-frontend-settings-site-description','s:155:\"ar:{{SITENAME}} متوفرة ب{{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}. جميع النسخ الأخرى مسرودة أدناه.\";'),('arq','messages:mobile-frontend-settings-site-header','s:24:\"ar:لغات {{SITENAME}}\";'),('arq','messages:mobile-frontend-sign-in-error-heading','s:7:\"ar:آخ\";'),('arq','messages:mobile-frontend-sign-in-heading','s:26:\"ar:تسجيل الدخول\";'),('arq','messages:mobile-frontend-sign-in-why','s:92:\"ar:إذا كان لديك حساب على {{SITENAME}} فيمكنك الدخول أدناه.\";'),('arq','messages:mobile-frontend-sign-up-heading','s:22:\"ar:إنشاء حساب\";'),('arq','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:18:\"ar:ما رأيك؟\";'),('arq','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:28:\"ar:عنوان الموضوع\";'),('arq','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"ar:أضف نقاشا\";'),('arq','messages:mobile-frontend-talk-back-to-filepage','s:33:\"ar:عد إلى الملف «$1».\";'),('arq','messages:mobile-frontend-talk-back-to-page','s:31:\"ar:عُد إلى صفحة \"$1\".\";'),('arq','messages:mobile-frontend-talk-back-to-projectpage','s:45:\"ar:عد إلى صفحة المشروع «$1»\";'),('arq','messages:mobile-frontend-talk-back-to-userpage','s:40:\"ar:عد إلى صفحة {{GENDER:$1|$1}}\";'),('arq','messages:mobile-frontend-talk-edit-summary','s:31:\"ar:قسم نقاش جديد: $1\";'),('arq','messages:mobile-frontend-talk-explained','s:56:\"ar:المحادثات التالية نشطة حاليا\";'),('arq','messages:mobile-frontend-talk-explained-empty','s:57:\"ar:لا توجد محادثات عن هذه الصفحة.\";'),('arq','messages:mobile-frontend-talk-fullpage','s:35:\"ar:اقرأها كصفحة ويكي\";'),('arq','messages:mobile-frontend-talk-overlay-header','s:11:\"ar:نقاش\";'),('arq','messages:mobile-frontend-talk-overlay-lead-header','s:31:\"ar:نقاش غير مُسمّى\";'),('arq','messages:mobile-frontend-talk-reply','s:7:\"ar:رد\";'),('arq','messages:mobile-frontend-talk-reply-info','s:67:\"ar:لاحظ أن ردّك سيُوقّع تلقائيا باسمك.\";'),('arq','messages:mobile-frontend-talk-reply-success','s:61:\"ar:حُفِظ ردك بنجاح إلى صفحة النقاش.\";'),('arq','messages:mobile-frontend-talk-topic-error','s:79:\"ar:لا يمكن إضافة هذا الموضوع نتيجة خطأ مجهول.\";'),('arq','messages:mobile-frontend-talk-topic-error-badtoken','s:119:\"ar:حصل خطأ على الخادوم. لا يمكن حفظ تعديلك. حاول إعادة تحميل الصفحة.\";'),('arq','messages:mobile-frontend-talk-topic-error-permission','s:112:\"ar:لا يمكن إضافة هذا الموضوع، إذ ليس لديك صلاحية تحرير الصفحات.\";'),('arq','messages:mobile-frontend-talk-topic-error-protected','s:111:\"ar:صفحة النقاش هذه محمية، وليس لديك صلاحية إضافة مواضيع إليها.\";'),('arq','messages:mobile-frontend-talk-topic-error-spam','s:85:\"ar:هذا الموضوع مرفوض لأنه يحوي مقطعاً فيه دعاية.\";'),('arq','messages:mobile-frontend-talk-topic-feedback','s:72:\"ar:تم إضافة موضوع جديد إلى صفحة المناقشة!\";'),('arq','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('arq','messages:mobile-frontend-terms-text','s:27:\"arq:شروط لستخدام\";'),('arq','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('arq','messages:mobile-frontend-thanked-notice','s:114:\"ar:{{GENDER:$2|أُخبِر|أُخبِرت}} $1 أن {{GENDER:$2|تعديلاته|تعديلاتها}} تعجبك.\";'),('arq','messages:mobile-frontend-user-account','s:24:\"ar:حساب مستخدم\";'),('arq','messages:mobile-frontend-user-button-tooltip','s:28:\"ar:أظهر إشعاراتي\";'),('arq','messages:mobile-frontend-user-cta','s:61:\"ar:رجاء ادخل أو سجّل لترى إشعاراتك.\";'),('arq','messages:mobile-frontend-user-newmessages','s:61:\"ar:لديك رسائل جديدة على صفحة نقاشك.\";'),('arq','messages:mobile-frontend-userlogin-loggedin-register','s:204:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول باسم {{GENDER:$1|$1}}.\n{{GENDER:$1|استخدم|استخدمي}} الاستمارة أدناه لإنشاء حساب مستخدم جديداً.\";'),('arq','messages:mobile-frontend-username','s:27:\"ar:اسم المستخدم:\";'),('arq','messages:mobile-frontend-username-placeholder','s:40:\"arq:سميّة تاع المستعملي\";'),('arq','messages:mobile-frontend-view','s:35:\"arq:آفيشاج البورتابل\";'),('arq','messages:mobile-frontend-view-desktop','s:12:\"arq:مكتب\";'),('arq','messages:mobile-frontend-view-mobile','s:29:\"arq:تلفون بورتابل\";'),('arq','messages:mobile-frontend-view-source','s:24:\"ar:اعرض المصدر\";'),('arq','messages:mobile-frontend-watch-login','s:46:\"ar:أضف $1 إلى قائمة مراقبتك.\";'),('arq','messages:mobile-frontend-watchlist-a-z','s:13:\"ar:قائمة\";'),('arq','messages:mobile-frontend-watchlist-a-z-empty-howto','s:198:\"ar:حاليا لا تراقب أي صفحات.  تساعدك قائمة المراقبة على تتبع الصفحات التي تهمك. راقب الصفحات بنقر أيقونة النجمة.\";'),('arq','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:36:\"ar:اضغط أيقونةالنجمة\";'),('arq','messages:mobile-frontend-watchlist-add','s:56:\"ar:تمت إضافة $1 إلى قائمة مراقبتك\";'),('arq','messages:mobile-frontend-watchlist-back-home','s:52:\"ar:العودة إلى الصفحة الرئيسية\";'),('arq','messages:mobile-frontend-watchlist-cta','s:85:\"ar:تابع كافة التغييرات التي تطرأ على هذه الصفحة.\";'),('arq','messages:mobile-frontend-watchlist-cta-button-login','s:11:\"ar:ادخل\";'),('arq','messages:mobile-frontend-watchlist-cta-button-signup','s:24:\"ar:أنشئ حسابًا\";'),('arq','messages:mobile-frontend-watchlist-error','s:137:\"ar:حصلت مشكلة في إضافة هذه الصفحة إلى قائمة المراقبة. يرجى المحاولة مرة أخرى.\";'),('arq','messages:mobile-frontend-watchlist-feed','s:15:\"ar:المعدل\";'),('arq','messages:mobile-frontend-watchlist-feed-empty','s:58:\"ar:لا توجد صفحات تم تحديثها مؤخرا\";'),('arq','messages:mobile-frontend-watchlist-filter-all','s:11:\"ar:الكل\";'),('arq','messages:mobile-frontend-watchlist-filter-articles','s:13:\"ar:صفحات\";'),('arq','messages:mobile-frontend-watchlist-filter-other','s:11:\"ar:أخرى\";'),('arq','messages:mobile-frontend-watchlist-filter-talk','s:11:\"ar:نقاش\";'),('arq','messages:mobile-frontend-watchlist-login-action','s:39:\"ar:سجل الدخول للمطالعة\";'),('arq','messages:mobile-frontend-watchlist-more','s:15:\"ar:المزيد\";'),('arq','messages:mobile-frontend-watchlist-please-wait','s:149:\"ar:يرجى الانتظار، فعملية الإضافة إلى قائمة المراقبة استغرقت زمناً أطول من المتوقع.\";'),('arq','messages:mobile-frontend-watchlist-purpose','s:134:\"ar:قائمة المراقبة تساعدك في وضع إشارة مرجعية للصفحات وتتبع التغيرات عليها.\";'),('arq','messages:mobile-frontend-watchlist-removed','s:54:\"ar:تمت إزالة $1 من قائمة مراقبتك\";'),('arq','messages:mobile-frontend-watchlist-signup-action','s:39:\"ar:سجل لبدء واحدة الآن.\";'),('arq','messages:mobile-frontend-watchlist-view','s:37:\"ar:اعرض قائمة مراقبتك\";'),('arq','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('arq','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('arq','messages:modeleditnotsupported-text','s:67:\"ar:التحرير غير مدعوم لنموذج المحتوى $1.\";'),('arq','messages:modeleditnotsupported-title','s:35:\"ar:التحرير غير مدعوم\";'),('arq','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('arq','messages:modifiedarticleprotection-comment','s:73:\"ar:{{GENDER:$2|غيّر|غيّرت}} إعدادات حماية «[[$1]]»\";'),('arq','messages:mon','s:14:\"arq:لثنين\";'),('arq','messages:monday','s:14:\"arq:لثنين\";'),('arq','messages:monday-at','s:40:\"ar:يوم الإثنين الساعة $1\";'),('arq','messages:month','s:29:\"arq:من شهر (وأقدم):\";'),('arq','messages:months','s:78:\"ar:{{PLURAL:$1||شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('arq','messages:monthsall','s:10:\"arq:لكل\";'),('arq','messages:moredotdotdot','s:13:\"arq:كتر...\";'),('arq','messages:morelinkstoimage','s:97:\"ar:عرض [[Special:WhatLinksHere/$1|المزيد من الوصلات]] إلى هذا الملف.\";'),('arq','messages:morenotlisted','s:65:\"arq:هاد الليستة بالاك ما راهيش مكمولة\";'),('arq','messages:mostcategories','s:39:\"ar:أكثر الصفحات تصنيفا\";'),('arq','messages:mostcategories-summary','s:3:\"en:\";'),('arq','messages:mostimages','s:41:\"ar:أكثر الملفات ارتباطا\";'),('arq','messages:mostimages-summary','s:3:\"en:\";'),('arq','messages:mostinterwikis','s:85:\"ar:الصفحات التي تحتوي على أغلب وصلات الإنترويكي\";'),('arq','messages:mostinterwikis-summary','s:3:\"en:\";'),('arq','messages:mostlinked','s:35:\"ar:أكثر الصفحات وصلا\";'),('arq','messages:mostlinked-summary','s:3:\"en:\";'),('arq','messages:mostlinkedcategories','s:45:\"ar:أكثر التصنيفات ارتباطا\";'),('arq','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('arq','messages:mostlinkedtemplates','s:39:\"ar:أكثر الصفحات تضمينا\";'),('arq','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('arq','messages:mostrevisions','s:39:\"ar:أكثر الصفحات تعديلا\";'),('arq','messages:mostrevisions-summary','s:3:\"en:\";'),('arq','messages:move','s:27:\"arq:عاود التسمية\";'),('arq','messages:move-leave-redirect','s:24:\"ar:اترك تحويلة\";'),('arq','messages:move-over-sharedrepo','s:141:\"ar:[[:$1]] موجود في مستودع مشترك. نقل الملف إلى هذا العنوان سوف يلغي الملف المشترك.\";'),('arq','messages:move-page','s:12:\"ar:نقل $1\";'),('arq','messages:move-page-legend','s:22:\"ar:نقل الصفحة\";'),('arq','messages:move-redirect-text','s:3:\"en:\";'),('arq','messages:move-subpages','s:53:\"ar:انقل الصفحات الفرعية (حتى $1)\";'),('arq','messages:move-talk-subpages','s:77:\"ar:انقل الصفحات الفرعية لصفحة النقاش (حتى $1)\";'),('arq','messages:move-watch','s:80:\"ar:راقب الصفحتين المنقول منها والمنقول إليها\";'),('arq','messages:movecategorypage-warning','s:243:\"ar:<strong>تحذير:</strong> أنت على وشك نقل صفحة التصنيف إلى عنوان جديد، ولكن <em>لن</em> تُنقل الصفحات الموجودة تحت هذا التصنيف إلى العنوان الجديد.\";'),('arq','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('arq','messages:moveddeleted-notice','s:177:\"arq:هاد الباجة ما كايناش.\nالريجيستر تاع المحو، الحماية و التنقال تاع الباجة راهم معروضين هنا التحت.\";'),('arq','messages:moveddeleted-notice-recent','s:167:\"ar:عذرا، هذه الصفحة تم حذفها مؤخرا (في آخر 24 ساعة).\nسجلا حذف ونقل الصفحة معروضان بالأسفل كمرجع.\";'),('arq','messages:movelogpage','s:33:\"arq:روجيستر التنقال\";'),('arq','messages:movelogpagetext','s:71:\"ar:بالأسفل قائمة بالصفحات التي تم نقلها.\";'),('arq','messages:movenologintext','s:129:\"ar:يجب أن تكون مستخدماً مسجلاً وأن  [[Special:UserLogin|تسجل دخولك]] لكي تنقل صفحة.\";'),('arq','messages:movenosubpage','s:54:\"ar:ليس لهذه الصفحة صفحات فرعية.\";'),('arq','messages:movenotallowed','s:67:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات.\";'),('arq','messages:movenotallowedfile','s:67:\"ar:أنت لا تمتلك الصلاحية لنقل الملفات.\";'),('arq','messages:movepage-delete-first','s:228:\"ar:تحتوي الصفحة الهدف على عدد كبير جدا من المراجعات لحذفها كجزء من نقل الصفحة; يُرجَى أولا حذف الصفحة يدويا، ثم إعادة المحاولة.\";'),('arq','messages:movepage-invalid-target-title','s:45:\"ar:الاسم المطلوب غير صحيح.\";'),('arq','messages:movepage-max-pages','s:166:\"ar:تم نقل الحد الأقصى وهو {{PLURAL:$1|صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} ولن يتم نقل المزيد تلقائيا.\";'),('arq','messages:movepage-moved','s:49:\"ar:<strong>نُقِلت \"$1\" إلى \"$2\"</strong>\";'),('arq','messages:movepage-moved-noredirect','s:51:\"ar:أُلغيت عملية إنشاء تحويلة.\";'),('arq','messages:movepage-moved-redirect','s:27:\"ar:أنشئت تحويلة.\";'),('arq','messages:movepage-page-exists','s:104:\"ar:الصفحة $1 موجودة بالفعل ولا يمكن الكتابة عليها تلقائياً.\";'),('arq','messages:movepage-page-moved','s:45:\"ar:نقلت صفحة $1 إلى $2 بنجاح.\";'),('arq','messages:movepage-page-unmoved','s:46:\"ar:لم يمكن نقل صفحة $1 إلى $2.\";'),('arq','messages:movepage-source-doesnt-exist','s:66:\"ar:الصفحة $1 غير موجودة ولا يمكن نقلها.\";'),('arq','messages:movepage-summary','s:3:\"en:\";'),('arq','messages:movepagebtn','s:24:\"ar:انقل الصفحة\";'),('arq','messages:movepagetalktext','s:359:\"ar:لو علمت على هذا الصندوق، فصفحة النقاش المرفقة يتم نقلها أوتوماتيكيا للعنوان الجديد، إلا لو كانت صفحة نقاش غير فارغة هناك بالفعل.\n\nفي هذه الحالة، فسيتعين عليك نقل أو دمج الصفحة يدويا لو رغبت في ذلك.\";'),('arq','messages:movepagetext','s:1381:\"ar:باستخدام  الاستمارة بالأسفل بإمكانك أن تغير اسم الصفحة، وأن تنقل تاريخها إلى الاسم الجديد.\nالعنوان القديم سيصبح تحويلة للعنوان الجديد.\nيمكنك أن تترك التحويلات التي تشير إلى العنوان الأصلي كما هي لتقوم البوتات بتحديثها تلقائياً.\nإذا اخترت أن تقوم بالتحديث يدوياً، فتأكد من عدم وجود تحويلات [[Special:DoubleRedirects|مزدوجة]] أو [[Special:BrokenRedirects|مكسورة]] وقم بتصحيحها.\nأنت المسؤول عن التأكد من أن الوصلات تصل إلى الصفحات التي يفترض أن تصل إليها.\n\nلاحظ أنه <strong>لن يتم</strong> نقل الصفحة إذا وجدت صفحة في العنوان الجديد، إلا إذا كانت صفحة تحويل، ولا تاريخ لها.\nهذا يعني أنك تستطيع استرجاع الصفحة إلى مكانها لو قمت بخطأ، ولا يمكنك نسخ هذه الصفحة فوق صفحة موجودة.\n\n<strong>ملاحظة:</strong>\n\nهذا قد يكون تغييراً كارثياً وغير متوقع لصفحة مشهورة؛\nمن فضلك تأكد أنك تفهم عواقب هذا الفعل قبل أن تستمر.\";'),('arq','messages:movepagetext-noredirectfixer','s:1281:\"ar:باستخدام  الاستمارة بالأسفل بإمكانك أن تغير اسم الصفحة، وأن تنقل تاريخها إلى الاسم الجديد.\nالعنوان القديم سيصبح تحويلة للعنوان الجديد.\nيمكنك تحديث التحويلات التي تشير إلى العنوان الأصلي تلقائياً.\nلو اخترت ألا تفعل، تأكد من عدم وجود تحويلات [[Special:DoubleRedirects|مزدوجة]] أو [[Special:BrokenRedirects|مكسورة]].\nأنت المسؤول عن التأكد من أن الوصلات تصل إلى الصفحات التي يفترض أن تصل إليها.\n\nلاحظ أنه <strong>لن يتم</strong>  نقل الصفحة إذا كان هناك صفحة بنفس العنوان الجديد، إلا إذا كانت فارغة، أو تحويلة لا تاريخ لها.\nهذا يعني أنك تستطيع استرجاع الصفحة إلى مكانها لو قمت بخطأ، وأنك لا يمكنك الكتابة على صفحة موجودة.\n\n<strong>ملاحظة</strong> \n\nهذا قد يكون تغييراً كارثياً وغير متوقع لصفحة مشهورة؛\nمن فضلك تأكد أنك تفهم عواقب هذا الفعل قبل أن تستمر.\";'),('arq','messages:movepagetext-noredirectsupport','s:904:\"ar:سيؤدي استخدام النموذج أدناه إلى إعادة تسمية صفحة، مع نقل كل تاريخها إلى الاسم الجديد،\nأنت مسئول عن التأكد من أن الروابط لا تزال تشير إلى المكان الذي من المفترض أن تذهب إليه.\n\nلاحظ أنه <strong>لن</strong> يتم نقل الصفحة إذا كانت هناك بالفعل صفحة في العنوان الجديد:\nهذا يعني أنه يمكنك إعادة تسمية صفحة إلى المكان الذي تمت إعادة تسميتها منه إذا ارتكبت خطأً، ولا يمكنك استبدال صفحة موجودة.\n\n<strong>ملاحظة:</strong>\nيمكن أن يكون هذا تغييرا جذريا وغير متوقع لصفحة شائعة؛\nيُرجَى التأكد من أنك تفهم عواقب هذا قبل المتابعة.\";'),('arq','messages:movereason','s:14:\"ar:السبب:\";'),('arq','messages:movesubpage','s:111:\"ar:{{PLURAL:$1||الصفحة الفرعية|الصفحتان الفرعيتان|الصفحات الفرعية}}\";'),('arq','messages:movesubpagetalktext','s:140:\"ar:صفحة النقاش المكافئة لديها $1 {{PLURAL:$1|صفحة فرعية|صفحات فرعية}} معروضة بالأسفل.\";'),('arq','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('arq','messages:movesubpagetext','s:218:\"ar:لهذه الصفحة {{PLURAL:$1||صفحة فرعية واحدة معروضة|صفحتان فرعيتان معروضتان|$1 صفحات فرعية معروضة|$1 صفحة فرعية معروضة}} بالأسفل.\";'),('arq','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('arq','messages:movetalk','s:48:\"ar:انقل صفحة النقاش المرفقة\";'),('arq','messages:movethispage','s:31:\"ar:انقل هذه الصفحة\";'),('arq','messages:moveuserpage-warning','s:196:\"ar:<strong>تحذير:</strong> أنت على وشك نقل صفحة مستخدم. ستنقل الصفحة إلى الاسم الجديد ولكن <em>لن</em> يتغير اسم المستخدم.\";'),('arq','messages:mute-preferences','s:35:\"ar:تفضيلات كتم الصوت\";'),('arq','messages:mw-widgets-abandonedit','s:118:\"ar:هل أنت متأكد من الخروج من وضع التَّحرير قبل نشر النَّص أوَّلًا؟\";'),('arq','messages:mw-widgets-abandonedit-discard','s:32:\"ar:تجاهل التعديلات\";'),('arq','messages:mw-widgets-abandonedit-keep','s:29:\"arq:إكمال التعديل\";'),('arq','messages:mw-widgets-abandonedit-title','s:24:\"arq:راك متأكد ؟\";'),('arq','messages:mw-widgets-categoryselector-add-category-placeholder','s:25:\"ar:أضف تصنيفا...\";'),('arq','messages:mw-widgets-copytextlayout-copy','s:9:\"ar:نسخ\";'),('arq','messages:mw-widgets-copytextlayout-copy-fail','s:43:\"ar:فشل النسخ إلى الحافظة.\";'),('arq','messages:mw-widgets-copytextlayout-copy-success','s:32:\"ar:نسخ إلى الحافظة.\";'),('arq','messages:mw-widgets-dateinput-no-date','s:38:\"ar:لا تاريخ تم اختياره\";'),('arq','messages:mw-widgets-dateinput-placeholder-day','s:21:\"ar:سسسس-شش-يي\";'),('arq','messages:mw-widgets-dateinput-placeholder-month','s:16:\"ar:سسسس-شش\";'),('arq','messages:mw-widgets-mediasearch-input-placeholder','s:29:\"ar:البحث عن ملفات\";'),('arq','messages:mw-widgets-mediasearch-noresults','s:28:\"arq:ما كانش نتائج\";'),('arq','messages:mw-widgets-mediasearch-recent-uploads','s:48:\"ar:{{GENDER:$1|مرفوعاتك}} الأخيرة\";'),('arq','messages:mw-widgets-mediasearch-results-aria-label','s:35:\"ar:نتائج بحث الوسائط\";'),('arq','messages:mw-widgets-table-row-delete','s:20:\"ar:احذف الصف\";'),('arq','messages:mw-widgets-tagmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('arq','messages:mw-widgets-titleinput-description-new-page','s:42:\"ar:الصفحة غير موجودة بعد\";'),('arq','messages:mw-widgets-titleinput-description-redirect','s:23:\"ar:تحويل إلى $1\";'),('arq','messages:mw-widgets-titlesmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('arq','messages:mw-widgets-usersmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('arq','messages:mycontris','s:31:\"arq:المساهمات تاعي\";'),('arq','messages:mycustomcssprotected','s:77:\"arq:ما عندكش السراح باش تبدّل الپاجة css هادي.\";'),('arq','messages:mycustomjsonprotected','s:67:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه\";'),('arq','messages:mycustomjsprotected','s:94:\"arq:ما عندكش السراح باش تبدّل الپاجة جافاسكريبت هادي.\";'),('arq','messages:mycustomjsredirectprotected','s:174:\"ar:ليس لديك صلاحية لتعديل صفحة جافا سكريبت هذه لأنها تحويلة ولا تشير إلى نطاق المستخدمي الخاص بك.\";'),('arq','messages:mypage','s:12:\"arq:باجه\";'),('arq','messages:mypreferences','s:20:\"arq:إختيارات\";'),('arq','messages:mypreferencesprotected','s:85:\"arq:ما عندكش السراح باش تبدّل الإختيّارات ديالك.\";'),('arq','messages:myprivateinfoprotected','s:98:\"arq:ما عندكش السراح باش تبدّل المعلومات الشخصيّة ديالك.\";'),('arq','messages:mytalk','s:14:\"arq:تناقش\";'),('arq','messages:mywatchlist','s:38:\"arq:ليستة تاع المتابعة\";'),('arq','messages:namespace','s:36:\"arq:بلاصة تاع أسماوات\";'),('arq','messages:namespace-nosubpages','s:67:\"ar:النطاق \"$1\" لا يسمح بالصفحات الفرعية.\";'),('arq','messages:namespace_association','s:42:\"arq:وسَع التسمية المربوط\";'),('arq','messages:namespaceprotected','s:131:\"arq:ما عندكش الحقّ باش تبدّل الپاجات الّي بل وسَع تاع التسميّة <strong>$1</strong>.\";'),('arq','messages:namespaces','s:36:\"arq:بلاصة تاع الاسامي\";'),('arq','messages:namespacesall','s:10:\"arq:لكل\";'),('arq','messages:nav-login-createaccount','s:31:\"arq:تسجل/ اصنع حساب\";'),('arq','messages:navigation','s:24:\"arq:ناڥيڭاسيون\";'),('arq','messages:navigation-heading','s:50:\"arq:الليستة تاع الناڥيڭاسيون\";'),('arq','messages:nbytes','s:40:\"arq:{{PLURAL:$1|بايت 1|$1 بايت}}\";'),('arq','messages:ncategories','s:93:\"ar:$1 {{PLURAL:$1|تصنيف واحد|تصنيفان|تصنيفات|تصنيف|تصنيفا}}\";'),('arq','messages:nchanges','s:35:\"arq:$1 تبديله{{PLURAL:$1||s}}\";'),('arq','messages:nearby','s:31:\"ar:صفحات قريبة منك\";'),('arq','messages:negative-namespace-not-supported','s:73:\"ar:النطاقات ذات القيم السالبة غير مدعومة.\";'),('arq','messages:newarticle','s:14:\"arq:(جديد)\";'),('arq','messages:newarticletext','s:385:\"arq:راك تبعت وصيلة لباجه لم ما تخدمتش بعد.\nباش تصنع هاذ الباجه ابدا الكتبه فالصندوق التحت (شوف في [$1  زياده باجه المساعده] لمعلومات).\nإذا كانت زيارتك لهاذ الباجه غلطه، ادرك على بوطون\'\'ولى\'\' في نافيقاتور الإنترنت نتاعك.\";'),('arq','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('arq','messages:newimages','s:41:\"ar:معرض الملفات الجديدة\";'),('arq','messages:newimages-hidepatrolled','s:45:\"ar:أخف المرفوعات المنظورة\";'),('arq','messages:newimages-legend','s:15:\"ar:المرشح\";'),('arq','messages:newimages-mediatype','s:23:\"ar:نوع الوسيط:\";'),('arq','messages:newimages-showbots','s:58:\"ar:أظهر التحميلات بواسطة البوتات\";'),('arq','messages:newimages-summary','s:84:\"ar:هذه الصفحة الخاصة تعرض آخر الملفات المرفوعة.\";'),('arq','messages:newimages-user','s:55:\"ar:عنوان الأيبي أو اسم المستخدم\";'),('arq','messages:newimagestext','s:4:\"en:-\";'),('arq','messages:newmessagesdifflinkplural','s:84:\"arq:{{PLURAL:$1التبديلة التالية|التبديلات التاليين}}\";'),('arq','messages:newmessageslinkplural','s:74:\"arq:{{PLURAL:$1|بريّة جديدة وحدة|999=بريّة جديدة}}\";'),('arq','messages:newpage','s:23:\"arq:باجه جديده\";'),('arq','messages:newpageletter','s:9:\"arq:ج‌\";'),('arq','messages:newpages','s:23:\"arq:باجه جديده\";'),('arq','messages:newpages-showhide-bots','s:20:\"ar:$1 البوتات\";'),('arq','messages:newpages-showhide-patrolled','s:41:\"ar:$1 التعديلات المراجعة\";'),('arq','messages:newpages-showhide-redirect','s:24:\"ar:$1 التحويلات\";'),('arq','messages:newpages-showhide-registered','s:43:\"ar:$1 المستخدمين المسجلين\";'),('arq','messages:newpages-submit','s:12:\"arq:ورّي\";'),('arq','messages:newpages-summary','s:3:\"en:\";'),('arq','messages:newpages-username','s:27:\"ar:اسم المستخدم:\";'),('arq','messages:newpassword','s:40:\"arq:كلمت` السرّ الجديدة:\";'),('arq','messages:newsection','s:18:\"ar:قسم جديد\";'),('arq','messages:newsection-page','s:36:\"ar:الصفحات المستهدفة\";'),('arq','messages:newsection-submit','s:29:\"ar:انتقل إلى صفحة\";'),('arq','messages:newsection-summary','s:3:\"en:\";'),('arq','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('arq','messages:newsectionsummary','s:27:\"ar:/* $1 */ قسم جديد\";'),('arq','messages:newtitle','s:31:\"ar:العنوان الجديد:\";'),('arq','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('arq','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('arq','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('arq','messages:newuserlogpage','s:61:\"arq:ريجيستر صنعة حسابات المستخدمين\";'),('arq','messages:newuserlogpagetext','s:64:\"ar:هذا سجل بعمليات إنشاء المستخدمين.\";'),('arq','messages:newwindow','s:35:\"arq:(حل في تاقة جديدة)\";'),('arq','messages:next','s:16:\"arq:التابع\";'),('arq','messages:next-page','s:30:\"ar:الصفحة التالية\";'),('arq','messages:nextdiff','s:33:\"arq:التبديل الجاي ←\";'),('arq','messages:nextn','s:46:\"arq:{{PLURAL:$1|suivante|$1 التاليين}}\";'),('arq','messages:nextn-title','s:78:\"arq:$1 {{PLURAL:$1|النتيجة الجاية|النتايج الجايين}}\";'),('arq','messages:nextpage','s:35:\"ar:الصفحة التالية ($1)\";'),('arq','messages:nextrevision','s:28:\"arq:فرسيون جايه←\";'),('arq','messages:nimagelinks','s:94:\"ar:مستخدم في {{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}}\";'),('arq','messages:ninterwikis','s:40:\"ar:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('arq','messages:nlinks','s:91:\"ar:{{PLURAL:$1|لا وصلات|وصلة واحدة|وصلتان|$1 وصلات|$1 وصلة}}\";'),('arq','messages:nmembers','s:33:\"arq:$1 اعضاء{{PLURAL:$1||s}}\";'),('arq','messages:nmemberschanged','s:44:\"ar:$1 → $2 {{PLURAL:$2|عضو|أعضاء}}\";'),('arq','messages:no-null-revision','s:85:\"arq:ما يمكنش تخلاق مراجعة جديدة خاوية لل باجة \"$1\".\";'),('arq','messages:noarticletext','s:406:\"arq:حتا لضركا، ما كاين حتا نصّ ف هاذ الپاجة.\nتقدرو [[Special:Search/{{PAGENAME}}ترميو تفتيشة على هاذ العلوان]] فل پاجات لخرين,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} فتش فل عمليات المربوطة]\n ولا[{{fullurl:{{FULLPAGENAME}}|action=edit}} اصنع هاذ الپاجة]</span>.\";'),('arq','messages:noarticletext-nopermission','s:411:\"arq:لحد الساعه ما كانش حتى نص في هاذ الباجه.\nتقدرو [[Special:Search/{{PAGENAME}}|ترميو تفتيشه على هاذ العنوان]] فالباجات لخرين,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} فتش فالعمليات المربوطه]\nو إلا[{{fullurl:{{FULLPAGENAME}}|action=edit}} أصنع هاذ الباجه]</span>.\";'),('arq','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('arq','messages:noautoblockblock','s:39:\"ar:المنع التلقائي معطل\";'),('arq','messages:nocontribs','s:104:\"arq:ما كاين حتا تبديلات تتوالم معا الخاصيّات لي راك عاطيها.\";'),('arq','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('arq','messages:nocookiesfornew','s:261:\"arq:الحساب تاع المستعملي ما تنخلقش خاطر ما نجمناش نوتّقو المصدر تاعهُ.\nأكّد بلّي الكوكيزات راهم ممشّيين عندك، عاود عمّر الپاجة و سيّي مرّة جديدة.\";'),('arq','messages:nocookieslogin','s:216:\"arq:{{SITENAME}} يستعمل الكوكيزات ف تسجال الدخول تاع المستعمليين.\nالكوكيزات عندك راهم محبّسين.\nالله يحفضك، مشّيهم و عاود سيّي.\";'),('arq','messages:nocookiesnew','s:434:\"arq:الحساب تاع المستعملي راه مخلوق بصّح ما راكش مسجّل داخل.\n{{SITENAME}} يستعمل كوكيزات ف تسجال` الدخول تاع المستعمليين.\nراه عندك الكوكيزات راه محبّسين.\nالله يحفضك، اشعلهم و عاود سيّي تسجّل الدخول ب` السميّة تاع المستعملي و كلمت` السرّ تاعك الحدُد.\";'),('arq','messages:nocreate-loggedin','s:78:\"ar:أنت لا تمتلك الصلاحية لإنشاء صفحات جديدة.\";'),('arq','messages:nocreatetext','s:229:\"ar:قام {{SITENAME}} بتحديد القدرة على إنشاء صفحات جديدة.\nيمكنك العودة وتحرير صفحة موجودة بالفعل، أو [[Special:UserLogin|الدخول أو تسجيل حساب]].\";'),('arq','messages:nocredits','s:78:\"ar:لا توجد معلومات إشادة متوفرة لهذه الصفحة.\";'),('arq','messages:node-count-exceeded-category','s:39:\"ar:تجاوزات تعداد العقد\";'),('arq','messages:node-count-exceeded-category-desc','s:79:\"ar:الصفحة تتجاوز الحد الأقصى للعقد البرمجية.\";'),('arq','messages:node-count-exceeded-warning','s:79:\"ar:الصفحة تجاوزت الحد الأقصى للعقد البرمجية.\";'),('arq','messages:noemail','s:72:\"arq:ما كاين حتا إيمال مسجّل لل مستعملي \"$1\".\";'),('arq','messages:noemailcreate','s:82:\"arq:لازم لك تحُطّ آدريسة تاع إيمال تكون مقبولة.\";'),('arq','messages:noemailprefs','s:129:\"arq:خصّص كاش آدريسة تاع إيمال فل إختيارات ديالك باش تمشي لك هاد التشغيلة.\";'),('arq','messages:noemailtext','s:87:\"ar:لم يحدد هذا المستخدم عنوان بريد إلكتروني صحيح.\";'),('arq','messages:noemailtitle','s:53:\"ar:لا يوجد عنوان بريد إلكتروني\";'),('arq','messages:nohistory','s:69:\"ar:لا يوجد تاريخ للتعديلات لهذه الصفحة.\";'),('arq','messages:noimages','s:26:\"ar:لا شيء للعرض.\";'),('arq','messages:noindex-category','s:36:\"arq:باجات ماشي مفهرسة\";'),('arq','messages:noindex-category-desc','s:204:\"ar:هذه الصفحة لا تفهرسها الروبوتات لأن فيها الكلمة السحرية <code><nowiki>__NOINDEX__</nowiki></code> ولأنها في نطاق يسمح بهذا العلم.\";'),('arq','messages:nolicense','s:18:\"ar:غير محدد\";'),('arq','messages:nolinkshere','s:59:\"arq:ما كانش  باجه فيها وصيله ل\'\'\'$2\'\'\'.\";'),('arq','messages:nolinkshere-ns','s:95:\"ar:لا توجد صفحات تصل إلى <strong>$2</strong> في النطاق المختار.\";'),('arq','messages:nolinkstoimage','s:62:\"arq:ما كانش باجة تستعمل هذا الفيشيي.\";'),('arq','messages:noname','s:62:\"arq:ما مدّيتش سميّت` مستعملي مقبولة.\";'),('arq','messages:nonfile-cannot-move-to-file','s:76:\"ar:لا يمكن نقل غير الملفات إلى نطاق الملفات\";'),('arq','messages:nonmain-slot-differences-therefore-readonly','s:325:\"ar:لا يمكنك تحرير نص ويكي في هذه المراجعة للصفحة، حيث كانت هناك تغييرات على البيانات الموجودة على الصفحة منذ هذه المراجعة التي لا تستند إلى نص ويكي. [$1 لاستعادة هذه النسخة انقر هنا.]\";'),('arq','messages:nonnumeric-formatnum','s:74:\"ar:صفحات تحتوي على معاملات formatnum غير عددية\";'),('arq','messages:nonnumeric-formatnum-desc','s:95:\"ar:تحتوي الصفحة على وسيطة غير رقمية لوظيفة محلل formatnum.\";'),('arq','messages:nonwrite-api-promise-error','s:165:\"arq:الرويصة HTTP \'Promise-Non-Write-API-Action\' راهي انبعتت، بصّح المطلب راه ندار ل مودول تاع كتبة تاع الـ API.\";'),('arq','messages:nopagetext','s:65:\"ar:صفحة الهدف التي حددتها غير موجودة.\";'),('arq','messages:nopagetitle','s:41:\"ar:لا توجد صفحة هدف كهذه\";'),('arq','messages:noscript.css','s:165:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين الذين الجافاسكريبت لديهم معطلة */\";'),('arq','messages:nospecialpagetext','s:203:\"arq:<strong>راك طلبت باجة خوصوصيّة ماشي صحيحة.</strong>\n\nتصيب الليستة تاع الباجات الخوصوصيّة في [[Special:SpecialPages|{{int:specialpages}}]].\";'),('arq','messages:nosuchaction','s:50:\"arq:الشي الّي طلبتهُ ما كاينش\";'),('arq','messages:nosuchactiontext','s:297:\"arq:الفعلة الّي مطلوبة فل URL ماشي مقبولة.\nبالاك ما دخّلتوش الـ URL كيما لازم ولا تاني تبّعتو كاش وصيل مغلوط.\nينجم تاني يكون كاين عُلّة فل لوجيسيال الّي مستعمل فـ {{SITENAME}}.\";'),('arq','messages:nosuchsectiontext','s:185:\"arq:راك سيّيت تبدّل شي تقسيمة الّي ما كاينش منها.\nبالاك راهي تحوّلت ولا اتّمحات مين كنت نتا تشوف فل پاجة.\";'),('arq','messages:nosuchsectiontitle','s:45:\"arq:ما مكنش تنصاب التقسيمة\";'),('arq','messages:nosuchspecialpage','s:69:\"arq:هاد الباجة الخوصوصيّة ما كاينش منها\";'),('arq','messages:nosuchuser','s:292:\"arq:ما كانش مستعمل ب`السميّة \"$1\".\nالسميّة تاع المستعملين راها حسّاسة ف تكسار الحروف (majuscule - minuscule).\nعاود أكّد على كيفاش كتبت الكلمات ولا [[Special:CreateAccount|اخلق حساب جديد]].\";'),('arq','messages:nosuchusershort','s:105:\"arq:ما كاين حتا مستعملي ب` السميّة \"$1\".\nأكّد على الكتيبة تاعك.\";'),('arq','messages:notanarticle','s:31:\"ar:ليست صفحة محتوى\";'),('arq','messages:notargettext','s:100:\"ar:لم تحدد الصفحة أو المستخدم المستهدف لعمل هذه الخاصية.\";'),('arq','messages:notargettitle','s:14:\"ar:لا هدف\";'),('arq','messages:note','s:23:\"arq:\'\'\'ملاحظة:\'\'\'\";'),('arq','messages:notextmatches','s:46:\"ar:لم يتم إيجاد أي نص مطابق\";'),('arq','messages:notificationemail_body_changed','s:271:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بتغيير عنوان البريد الإلكتروني للحساب \"$2\" إلى \"$3\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('arq','messages:notificationemail_body_removed','s:259:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بإزالة عنوان البريد الإلكتروني للحساب \"$2\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('arq','messages:notificationemail_subject_changed','s:93:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تم تغييره\";'),('arq','messages:notificationemail_subject_removed','s:95:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تمت إزالته\";'),('arq','messages:notloggedin','s:33:\"arq:ماشي مسجّل داخل.\";'),('arq','messages:notvisiblerev','s:35:\"ar:المراجعة تم حذفها\";'),('arq','messages:nouserspecified','s:68:\"arq:لازم لك تمدّ السميّة تاع المستعملي.\";'),('arq','messages:nov','s:16:\"arq:نوفمبر\";'),('arq','messages:november','s:16:\"arq:نوفمبر\";'),('arq','messages:november-gen','s:16:\"arq:نوفمبر\";'),('arq','messages:nowatchlist','s:61:\"ar:لا توجد مدخلات في قائمة مراقبتك.\";'),('arq','messages:nowikiemailtext','s:133:\"ar:هذا المستخدم اختار ألا يستقبل البريد الإلكتروني من المستخدمين الآخرين.\";'),('arq','messages:nrevisions','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('arq','messages:ns-specialprotected','s:63:\"arq:الپاجات الخصيصة ما تنجمش تتبدّل.\";'),('arq','messages:nstab-category','s:14:\"arq:تصنيف\";'),('arq','messages:nstab-help','s:32:\"arq:باجة تاع معاونة\";'),('arq','messages:nstab-image','s:10:\"arq:ملف\";'),('arq','messages:nstab-main','s:12:\"arq:صفحة\";'),('arq','messages:nstab-mainpage','s:37:\"arq:الپاجة الاولانيّة\";'),('arq','messages:nstab-media','s:30:\"arq:باجة تاع ميديا\";'),('arq','messages:nstab-mediawiki','s:14:\"arq:ميساج\";'),('arq','messages:nstab-project','s:23:\"arq:باجه مشروع\";'),('arq','messages:nstab-special','s:29:\"arq:باجه خوصوصيّة\";'),('arq','messages:nstab-talk','s:3:\"en:\";'),('arq','messages:nstab-template','s:14:\"arq:مودال\";'),('arq','messages:nstab-user','s:53:\"arq:{{GENDER:$1|المستخدم|المستخدمة}}\";'),('arq','messages:ntimes','s:7:\"ar:$1×\";'),('arq','messages:ntransclusions','s:94:\"ar:مستخدم في {{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}}\";'),('arq','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('arq','messages:oct','s:16:\"arq:اكتوبر\";'),('arq','messages:october','s:16:\"arq:اكتوبر\";'),('arq','messages:october-gen','s:16:\"arq:أكتوبر\";'),('arq','messages:ok','s:12:\"arq:قابل\";'),('arq','messages:oldpassword','s:40:\"arq:كلمت` السرّ القديمة:\";'),('arq','messages:ooui-combobox-button-label','s:30:\"ar:خيارات التبديل\";'),('arq','messages:ooui-dialog-message-accept','s:12:\"arq:مليح\";'),('arq','messages:ooui-dialog-message-reject','s:12:\"arq:رجَع\";'),('arq','messages:ooui-dialog-process-continue','s:12:\"arq:واصل\";'),('arq','messages:ooui-dialog-process-dismiss','s:16:\"arq:أرفضها\";'),('arq','messages:ooui-dialog-process-error','s:37:\"arq:حاجه ما خدمتش مليح\";'),('arq','messages:ooui-dialog-process-retry','s:19:\"arq:عاود جرب\";'),('arq','messages:ooui-field-help','s:15:\"ar:مساعدة\";'),('arq','messages:ooui-item-remove','s:13:\"ar:إزالة\";'),('arq','messages:ooui-outline-control-move-down','s:32:\"arq:هبط الشيئ للتحت\";'),('arq','messages:ooui-outline-control-move-up','s:32:\"arq:طلع الشيئ للفوق\";'),('arq','messages:ooui-outline-control-remove','s:25:\"arq:أمحي العنصر\";'),('arq','messages:ooui-popup-widget-close-button-aria-label','s:11:\"ar:أغلق\";'),('arq','messages:ooui-selectfile-button-select','s:20:\"ar:اختر ملفا\";'),('arq','messages:ooui-selectfile-button-select-multiple','s:26:\"ar:اختر الملفات\";'),('arq','messages:ooui-selectfile-dragdrop-placeholder','s:29:\"ar:اترك الملف هنا\";'),('arq','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:33:\"ar:أسقط الملفات هنا\";'),('arq','messages:ooui-selectfile-not-supported','s:52:\"arq:تحديد الفيشيات ما هوش محدد\";'),('arq','messages:ooui-selectfile-placeholder','s:39:\"arq:ما اختاريتش حتا ملف\";'),('arq','messages:ooui-toolbar-more','s:14:\"arq:زيادة\";'),('arq','messages:ooui-toolgroup-collapse','s:12:\"arq:قليل\";'),('arq','messages:ooui-toolgroup-expand','s:14:\"arq:زيادة\";'),('arq','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('arq','messages:othercontribs','s:29:\"ar:بناء على عمل $1.\";'),('arq','messages:otherlanguages','s:32:\"arq:ب لوغات وحدخرين\";'),('arq','messages:others','s:13:\"ar:آخرون\";'),('arq','messages:overwrite','s:59:\"ar:لا يسمح بالكتابة فوق ملف موجود.\";'),('arq','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('arq','messages:page-atom-feed','s:24:\"arq:$1 تيار آتوم\";'),('arq','messages:page-rss-feed','s:32:\"arq:تلقيمة RSS تاع \"$1\"\";'),('arq','messages:page_first','s:16:\"arq:اللوّل\";'),('arq','messages:page_last','s:16:\"arq:التالي\";'),('arq','messages:pagecategories','s:55:\"arq:{{PLURAL:$1|كاتيڭوري|كاتيڭوريات}}\";'),('arq','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('arq','messages:pagedata-bad-title','s:27:\"ar:عنوان خاطئ: $1.\";'),('arq','messages:pagedata-not-acceptable','s:94:\"ar:لم يتم العثور على هيئة مطابقة. أنماط MIME المدعومة: $1\";'),('arq','messages:pagedata-text','s:404:\"ar:هذه الصفحة توفر واجهة بيانات للصفحات. من فضلك وفر عنوان الصفحة في المسار، باستخدام صيغة الصفحات الفرعية.\n* تفاوض المحتوى يطبق بناء على الAccept header الخاص بعميلك. هذا يعني أن بيانات الصفحة سيتم توفيرها بالصيغة المفضلة لعميلك.\";'),('arq','messages:pagedata-title','s:28:\"ar:بيانات الصفحة\";'),('arq','messages:pagehist','s:26:\"ar:تاريخ الصفحة\";'),('arq','messages:pagehistory','s:26:\"ar:تاريخ الصفحة\";'),('arq','messages:pagehistory-summary','s:3:\"en:\";'),('arq','messages:pageid','s:27:\"ar:معرف الصفحة $1\";'),('arq','messages:pageinfo','s:30:\"ar:معلومات الصفحة\";'),('arq','messages:pageinfo-article-id','s:26:\"arq:id تاع الصفحة\";'),('arq','messages:pageinfo-authors','s:80:\"arq:العُدّة الكاملة تاع الكتّابين المختالفين\";'),('arq','messages:pageinfo-category-files','s:24:\"ar:عدد الملفات\";'),('arq','messages:pageinfo-category-info','s:32:\"ar:معلومات التصنيف\";'),('arq','messages:pageinfo-category-pages','s:24:\"ar:عدد الصفحات\";'),('arq','messages:pageinfo-category-subcats','s:43:\"ar:عدد التصنيفات الفرعية\";'),('arq','messages:pageinfo-category-total','s:39:\"ar:العدد الكلي للأعضاء\";'),('arq','messages:pageinfo-content-model','s:60:\"arq:مودال تاع الكونتيني تاع الباجة\";'),('arq','messages:pageinfo-content-model-change','s:13:\"ar:تغيير\";'),('arq','messages:pageinfo-contentpage','s:48:\"arq:معدودة كي باجة تاع مضمون\";'),('arq','messages:pageinfo-contentpage-yes','s:10:\"arq:إيه\";'),('arq','messages:pageinfo-default-sort','s:51:\"arq:مفتاح تاع أترتيب لافتراضي\";'),('arq','messages:pageinfo-display-title','s:58:\"arq:لعنوان يبان عندما تنشاف لباجة\";'),('arq','messages:pageinfo-edits','s:53:\"arq:العُدّة تاع كامل التبدبلات\";'),('arq','messages:pageinfo-few-visiting-watchers','s:102:\"ar:قد يكون أو لا يكون هناك مستخدم  يزور ويشاهد اخر تعديلات\";'),('arq','messages:pageinfo-few-watchers','s:48:\"arq:قلّ من $1 تبّاع{{PLURAL:$1||ين}}\";'),('arq','messages:pageinfo-file-hash','s:22:\"ar:قيمة الهاش\";'),('arq','messages:pageinfo-firsttime','s:48:\"arq:تاريخ` الخليق تاع الباجة\";'),('arq','messages:pageinfo-firstuser','s:38:\"arq:الكتّاب تاع الباجة\";'),('arq','messages:pageinfo-footer','s:4:\"en:-\";'),('arq','messages:pageinfo-header','s:4:\"en:-\";'),('arq','messages:pageinfo-header-basic','s:36:\"arq:معلومات تاع الباز\";'),('arq','messages:pageinfo-header-edits','s:50:\"arq:التاريخيّة تاع التبديلات\";'),('arq','messages:pageinfo-header-properties','s:38:\"arq:الخصايص تاع الباجة\";'),('arq','messages:pageinfo-header-restrictions','s:27:\"arq:حماية الباجة\";'),('arq','messages:pageinfo-hidden-categories','s:61:\"arq:التصنيف{{PLURAL:$1|ة|ات}} المخبّية ($1)\";'),('arq','messages:pageinfo-language','s:36:\"arq:لوغة محتوى الباجة\";'),('arq','messages:pageinfo-language-change','s:9:\"ar:غير\";'),('arq','messages:pageinfo-lasttime','s:34:\"arq:تاريخ آخر تبديلة\";'),('arq','messages:pageinfo-lastuser','s:22:\"arq:لخر لي كتب\";'),('arq','messages:pageinfo-length','s:47:\"arq:طاي تاع الباجة (بالبايت)\";'),('arq','messages:pageinfo-magic-words','s:96:\"arq:{{PLURAL:$1|ماكانش كلمات سحرية|لكلمة|لكلمات}} السحرية ($1)\";'),('arq','messages:pageinfo-namespace','s:15:\"ar:النطاق\";'),('arq','messages:pageinfo-not-current','s:87:\"ar:عذرا، لا يمكن عرض تلك المعلومات للنسخ القديمة.\";'),('arq','messages:pageinfo-protect-cascading','s:68:\"ar:مصدر توريث  الحماية للصفحات المدمجة\";'),('arq','messages:pageinfo-protect-cascading-from','s:61:\"ar:حماية الصفحات المدمجة موروثة من\";'),('arq','messages:pageinfo-protect-cascading-yes','s:10:\"arq:إيه\";'),('arq','messages:pageinfo-recent-authors','s:78:\"arq:العُدّة تاع الكتّابين المختالفين الجدُد\";'),('arq','messages:pageinfo-recent-edits','s:84:\"arq:العُدّة تاع التبدالات الجديدة (فل $1 الاخرين)\";'),('arq','messages:pageinfo-redirects-name','s:56:\"arq:عدد أتحويلات ألْ هاذي ألباجة\";'),('arq','messages:pageinfo-redirects-value','s:5:\"ar:$1\";'),('arq','messages:pageinfo-redirectsto','s:22:\"ar:تحويلة إلى\";'),('arq','messages:pageinfo-redirectsto-info','s:17:\"ar:معلومات\";'),('arq','messages:pageinfo-robot-index','s:12:\"arq:تفوت\";'),('arq','messages:pageinfo-robot-noindex','s:23:\"arq:ماشي مسموح\";'),('arq','messages:pageinfo-robot-policy','s:33:\"arq:فهرسة الروبوتات\";'),('arq','messages:pageinfo-subpages-name','s:51:\"arq:لباجات لفرعية لهاذي لباجة\";'),('arq','messages:pageinfo-subpages-value','s:99:\"arq:$1 ({{PLURAL:$2|تحويلة وحدة|$2 تحويلة}}؛ $3 {{PLURAL:$3|لا-تحويلات}})\";'),('arq','messages:pageinfo-summary','s:3:\"en:\";'),('arq','messages:pageinfo-templates','s:70:\"arq:{{PLURAL:$1|قالب مستعمل|قوالب مستعملة ($1)}}\";'),('arq','messages:pageinfo-title','s:32:\"arq:معلومات على «$1»\";'),('arq','messages:pageinfo-toolboxlink','s:45:\"arq:معلومات على هاد الصفحة\";'),('arq','messages:pageinfo-transclusions','s:97:\"ar:{{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}} مضمنة في ($1)\";'),('arq','messages:pageinfo-user-id','s:34:\"ar:مُعرِّف المستخدم\";'),('arq','messages:pageinfo-view-protect-log','s:54:\"ar:عرض سجل الحماية لهذه الصفحة.\";'),('arq','messages:pageinfo-visiting-watchers','s:91:\"ar:عدد مراقبي الصفحة الذين زاروا التعديلات الأخيرة\";'),('arq','messages:pageinfo-watchers','s:23:\"arq:عدد لعساسة\";'),('arq','messages:pagelang-db-failed','s:76:\"ar:قاعدة البيانات فشلت في تغيير لغة الصفحة.\";'),('arq','messages:pagelang-language','s:13:\"ar:اللغة\";'),('arq','messages:pagelang-name','s:11:\"ar:صفحة\";'),('arq','messages:pagelang-nonexistent-page','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('arq','messages:pagelang-reason','s:13:\"ar:السبب\";'),('arq','messages:pagelang-select-lang','s:22:\"ar:اختر اللغة\";'),('arq','messages:pagelang-submit','s:13:\"ar:إرسال\";'),('arq','messages:pagelang-unchanged-language','s:53:\"ar:الصفحة $1 مضبوطة فعلا للغة $2.\";'),('arq','messages:pagelang-unchanged-language-default','s:114:\"ar:الصفحة $1 مضبوطة فعلا للغة المحتوى الافتراضية الخاصة بالويكي.\";'),('arq','messages:pagelang-use-default','s:49:\"ar:استخدام اللغة الافتراضية\";'),('arq','messages:pagelanguage','s:33:\"ar:تغيير لغة الصفحة\";'),('arq','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('arq','messages:pagemovedsub','s:39:\"ar:نُقِلت الصفحة بنجاح\";'),('arq','messages:pager-newer-n','s:58:\"arq:{{PLURAL:$1|جديد بزاف 1|جديد بزاف $1}}\";'),('arq','messages:pager-older-n','s:58:\"arq:{{PLURAL:$1|قديم بزاف 1|قديم بزاف $1}}\";'),('arq','messages:pagesize','s:13:\"ar:(بايت)\";'),('arq','messages:pageswithprop','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('arq','messages:pageswithprop-legend','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('arq','messages:pageswithprop-prop','s:25:\"ar:اسم الخاصية:\";'),('arq','messages:pageswithprop-prophidden-binary','s:63:\"ar:قيمة الخاصية الثنائية المخفية ($1)\";'),('arq','messages:pageswithprop-prophidden-long','s:64:\"ar:قيمة خاصية النص الطويل المخفية ($1)\";'),('arq','messages:pageswithprop-reverse','s:31:\"ar:فرز بترتيب عكسي\";'),('arq','messages:pageswithprop-sortbyvalue','s:44:\"ar:ترتيب حسب قيمة الخاصية\";'),('arq','messages:pageswithprop-submit','s:11:\"ar:اذهب\";'),('arq','messages:pageswithprop-summary','s:3:\"en:\";'),('arq','messages:pageswithprop-text','s:100:\"ar:تسرد هذه الصفحة الصفحات التي تستخدم خاصية صفحة معينة.\";'),('arq','messages:pagetitle','s:20:\"ar:$1 - {{SITENAME}}\";'),('arq','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('arq','messages:paramvalidator-badbool','s:117:\"ar:قيمة غير صالحة \" $2 \" للمعامل المنطقي \" $1 \". مرر $3 للصواب أو $5 للخطأ.\";'),('arq','messages:paramvalidator-badexpiry','s:87:\"ar:قيمة غير صالحة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \".\";'),('arq','messages:paramvalidator-badexpiry-duration','s:116:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \".\";'),('arq','messages:paramvalidator-badexpiry-duration-max','s:179:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \". باستخدام الحد الأقصى بدلاً من ذلك.\";'),('arq','messages:paramvalidator-badexpiry-past','s:87:\"ar:قيمة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \" في الماضي.\";'),('arq','messages:paramvalidator-badfloat','s:68:\"ar:قيمة غير صحيحة \" $2 \" لمعامل الطفو \" $1 \".\";'),('arq','messages:paramvalidator-badfloat-notfinite','s:103:\"ar:القيمة \" $2 \" للمعامل العائم \" $1 \" كبيرة جدًا أو ليست رقمًا.\";'),('arq','messages:paramvalidator-badinteger','s:72:\"ar:قيمة غير صالحة \" $2 \" للمعامل الصحيح \" $1 \".\";'),('arq','messages:paramvalidator-badtimestamp','s:83:\"ar:قيمة غير صالحة \" $2 \" لمعلمة الطابع الزمني \" $1 \".\";'),('arq','messages:paramvalidator-badtitle','s:120:\"ar:\"$2\" قيمة غير صالحة لمعلمة العنوان <var>$1</var>: ليست سلسلة عنوان صالحة.\";'),('arq','messages:paramvalidator-badupload-cantwrite','s:125:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (فشلت الكتابة).\";'),('arq','messages:paramvalidator-badupload-formsize','s:126:\"ar:الملف الذي تم تحميله لـ \" $1 \" يتجاوز الحد الأقصى المحدد من قبل العميل.\";'),('arq','messages:paramvalidator-badupload-inisize','s:112:\"ar:يتجاوز الملف الذي تم تحميله لـ \" $1 \" الحد الأقصى للخادم وهو $3 .\";'),('arq','messages:paramvalidator-badupload-nofile','s:68:\"ar:لم يتم توفير ملف لمعلمة التحميل \" $1 \".\";'),('arq','messages:paramvalidator-badupload-notmpdir','s:133:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (لا يوجد دليل مؤقت).\";'),('arq','messages:paramvalidator-badupload-notupload','s:233:\"ar:معلمة تحميل الملف \" $1 \" ليست تحميل ملف ؛ تأكد من استخدام بيانات نموذجية / متعددة الأجزاء لـ POST وتضمين اسم ملف في عنوان Content-Disposition.\";'),('arq','messages:paramvalidator-badupload-partial','s:53:\"ar:تم تحميل ملف \" $1 \" جزئيًا فقط.\";'),('arq','messages:paramvalidator-badupload-phpext','s:52:\"ar:منع امتداد PHP تحميل ملف \" $1 \".\";'),('arq','messages:paramvalidator-baduser','s:79:\"ar:قيمة غير صحيحة \"$2\" لمعامل المستخدم <var>$1</var>.\";'),('arq','messages:paramvalidator-badvalue-enummulti','s:149:\"ar:قيمة غير صالحة \" $2 \" للمعلمة \" $1 \". {{PLURAL:$4| مسموح فقط بـ \" $3 \". | القيم المسموح بها هي $3 }}\";'),('arq','messages:paramvalidator-badvalue-enumnotmulti','s:59:\"ar:قيمة غير معروفة للمعامل \" $1 \": $2 .\";'),('arq','messages:paramvalidator-deprecated-value','s:61:\"ar:تم إهمال القيمة \" $2 \" للمعلمة \" $1 \".\";'),('arq','messages:paramvalidator-emptystring','s:32:\"ar:السلسلة الفارغة\";'),('arq','messages:paramvalidator-help-default','s:25:\"ar:الافتراضي: $1\";'),('arq','messages:paramvalidator-help-default-empty','s:33:\"ar:الافتراضي: (فارغ)\";'),('arq','messages:paramvalidator-help-deprecated','s:41:\"ar:تم إهمال هذه المعلمة.\";'),('arq','messages:paramvalidator-help-multi-all','s:63:\"ar:لتحديد كل القيم ، استخدم <kbd>$1</kbd> .\";'),('arq','messages:paramvalidator-help-multi-max','s:148:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }} ( {{PLURAL:$2| $2 }} للعملاء المسموح لهم بحدود أعلى).\";'),('arq','messages:paramvalidator-help-multi-max-simple','s:69:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }}.\";'),('arq','messages:paramvalidator-help-multi-separate','s:114:\"ar:افصل القيم بـ \"|\" ، أو ابدأ القائمة بـ U + 001F وافصل بينها بـ U + 001F.\";'),('arq','messages:paramvalidator-help-required','s:38:\"ar:هذه المعلمة مطلوبة.\";'),('arq','messages:paramvalidator-help-type-boolean','s:74:\"ar:النوع: {{PLURAL:$1| 1 = منطقي | 2 = قائمة منطقية}}\";'),('arq','messages:paramvalidator-help-type-enum','s:190:\"ar:{{PLURAL:$1| 1 = إحدى القيم التالية | 2 = القيم (منفصلة بـ U + 007C (أنبوب) ، أو ابدأ القائمة بـ U + 001F وافصل بـ U + 001F)}}: $2\";'),('arq','messages:paramvalidator-help-type-enum-can-be-empty','s:105:\"ar:{{PLURAL:$2| 0 = يجب أن يكون فارغًا | يمكن أن يكون فارغًا ، أو $1 }}\";'),('arq','messages:paramvalidator-help-type-expiry','s:354:\"ar:النوع: {{PLURAL:$1|1=انتهاء الصلاحية|2=قائمة انتهاء الصلاحية}}.\n\nقد تكون نسبية (على سبيل المثال <kbd>5 أشهر</kbd> أو <kbd>أسبوعين</kbd> ) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). لعدم انتهاء الصلاحية ، استخدم $2.\";'),('arq','messages:paramvalidator-help-type-float','s:73:\"ar:النوع: {{PLURAL:$1| 1 = float | 2 = قائمة العوامات}}\";'),('arq','messages:paramvalidator-help-type-integer','s:96:\"ar:النوع: {{PLURAL:$1| 1 = عدد صحيح | 2 = قائمة الأعداد الصحيحة}}\";'),('arq','messages:paramvalidator-help-type-limit','s:46:\"ar:النوع: عدد صحيح أو \"ماكس\"\";'),('arq','messages:paramvalidator-help-type-number-max','s:84:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تزيد عن $3 .\";'),('arq','messages:paramvalidator-help-type-number-min','s:82:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تقل عن $2 .\";'),('arq','messages:paramvalidator-help-type-number-minmax','s:87:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب أن تكون بين $2 $3 .\";'),('arq','messages:paramvalidator-help-type-presenceboolean','s:25:\"ar:النوع: منطقي\";'),('arq','messages:paramvalidator-help-type-string-maxbytes','s:83:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| بايت | بايت}}.\";'),('arq','messages:paramvalidator-help-type-string-maxchars','s:81:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| حرف | أحرف}}.\";'),('arq','messages:paramvalidator-help-type-timestamp','s:106:\"ar:النوع: {{PLURAL:$1| 1 = الطابع الزمني | 2 = قائمة الطوابع الزمنية}}\";'),('arq','messages:paramvalidator-help-type-title','s:34:\"ar:النوع: عنوان صفحة\";'),('arq','messages:paramvalidator-help-type-title-must-exist','s:51:\"ar:فقط يقبل الصفحات الموجودة.\";'),('arq','messages:paramvalidator-help-type-title-no-must-exist','s:51:\"ar:يقبل الصفحات غير الموجودة.\";'),('arq','messages:paramvalidator-help-type-upload','s:116:\"ar:يجب نشرها كتحميل ملف باستخدام بيانات متعددة الأجزاء / النموذج.\";'),('arq','messages:paramvalidator-help-type-user','s:132:\"ar:النوع: {{PLURAL:$1|1=مستخدم|2=قائمة المستخدمين}}، {{PLURAL:$3|بواسطة|بواسطة أي من}} $2\";'),('arq','messages:paramvalidator-help-type-user-subtype-cidr','s:25:\"ar:نطاق الآي بي\";'),('arq','messages:paramvalidator-help-type-user-subtype-id','s:48:\"ar:معرف المستخدم (مثال \"#12345\")\";'),('arq','messages:paramvalidator-help-type-user-subtype-interwiki','s:62:\"ar:اسم الإنترويكي (مثال \"prefix>ExampleName\")\";'),('arq','messages:paramvalidator-help-type-user-subtype-ip','s:16:\"ar:الآي بي\";'),('arq','messages:paramvalidator-help-type-user-subtype-name','s:26:\"ar:اسم المستخدم\";'),('arq','messages:paramvalidator-maxbytes','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| بايت | بايت}} (كان $4 ).\";'),('arq','messages:paramvalidator-maxchars','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| حرف | محارف}} (كان $4 ).\";'),('arq','messages:paramvalidator-missingparam','s:43:\"ar:يجب تعيين المعلمة \" $1 \".\";'),('arq','messages:paramvalidator-missingtitle','s:111:\"ar:قيمة غير صالحة \"$2\" لمعلمة العنوان <var>$1</var>: الصفحة غير موجودة.\";'),('arq','messages:paramvalidator-notmulti','s:181:\"ar:تقبل المعلمة \" $1 \" قيمة واحدة فقط. لا يجوز استخدام الفصل متعدد القيم U + 001F إلا للمعلمات متعددة القيم.\";'),('arq','messages:paramvalidator-outofrange-max','s:73:\"ar:يجب ألا تزيد قيمة \" $2 \" للمعلمة \" $1 \" عن $4 .\";'),('arq','messages:paramvalidator-outofrange-min','s:75:\"ar:يجب ألا تقل القيمة \" $2 \" للمعامل \" $1 \" عن $3 .\";'),('arq','messages:paramvalidator-outofrange-minmax','s:80:\"ar:يجب أن تتراوح قيمة \" $2 \" للمعلمة \" $1 \" بين $3 $4 .\";'),('arq','messages:paramvalidator-param-deprecated','s:41:\"ar:تم إهمال المعلمة \" $1 \".\";'),('arq','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('arq','messages:paramvalidator-toomanyvalues','s:101:\"ar:تم توفير عدد كبير جدًا من القيم للمعامل \" $1 \". الحد هو $2 .\";'),('arq','messages:paramvalidator-unclearnowtimestamp','s:245:\"ar:تم إهمال تمرير \" $2 \" لمعلمة الطابع الزمني \" $1 \". إذا احتجت لسبب ما إلى تحديد الوقت الحالي صراحةً دون حسابه من جانب العميل ، فاستخدم \"الآن\".\";'),('arq','messages:paramvalidator-unrecognizedvalues','s:87:\"ar:غير معروف {{PLURAL:$4| القيمة | القيم}} للمعلمة \" $1 \": $3\";'),('arq','messages:parentheses','s:7:\"ar:($1)\";'),('arq','messages:parentheses-end','s:4:\"ar:)\";'),('arq','messages:parentheses-start','s:4:\"ar:(\";'),('arq','messages:parser-template-loop-warning','s:40:\"ar:تم كشف حلقة قالب: [[$1]]\";'),('arq','messages:parser-template-recursion-depth-warning','s:57:\"ar:تم تجاوز حد عمق فرد القوالب ($1)\";'),('arq','messages:parser-unstrip-loop-warning','s:47:\"ar:حلقة معراة تم الكشف عنها\";'),('arq','messages:parsoid-client-error','s:42:\"ar:إدخال غير صالح Parsoid : $1\";'),('arq','messages:parsoid-resource-limit-exceeded','s:46:\"ar:تم تجاوز حد موارد Parsoid: $1\";'),('arq','messages:parsoid-stash-rate-limit-error','s:133:\"ar:فشل التخزين لأنه تم تجاوز حد المعدل. الرجاء معاودة المحاولة في وقت قليل.\";'),('arq','messages:password-change-forbidden','s:77:\"arq:ما تنجمش تبدّل كلمات` السرّ فل ويكي هادا.\";'),('arq','messages:password-login-forbidden','s:126:\"arq:الستعملية تاع هاد السميّة تاع المستعملي و كلمت` السرّ راهم ممنوعين.\";'),('arq','messages:password-name-match','s:119:\"arq:كلمت` السرّ تاعك لازم لها تكون مبدّلة على سميّت` المستعملي تاعك.\";'),('arq','messages:password-substring-username-match','s:118:\"ar:كلمة السر الخاصة بك لا ينبغي أن تظهر خلال اسم المستخدم الخاص بك.\";'),('arq','messages:passwordincommonlist','s:185:\"ar:كلمة السر التي تم إدخالها موجودة في قائمة كلمات المرور شائعة الاستخدام; الرجاء اختيار كلمة سر فريدة.\";'),('arq','messages:passwordpolicies','s:37:\"ar:سياسات كلمة المرور\";'),('arq','messages:passwordpolicies-group','s:19:\"ar:المجموعة\";'),('arq','messages:passwordpolicies-policies','s:19:\"ar:السياسات\";'),('arq','messages:passwordpolicies-policy-display','s:68:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('arq','messages:passwordpolicies-policy-displaywithflags','s:124:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('arq','messages:passwordpolicies-policy-maximalpasswordlength','s:97:\"ar:يجب أن يكون طول كلمة المرور أقل من $1 {{PLURAL:$1|حرف|أحرف}}\";'),('arq','messages:passwordpolicies-policy-minimalpasswordlength','s:103:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}}\";'),('arq','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:145:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}} لتتمكن من تسجيل الدخول\";'),('arq','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:113:\"ar:كلمة السر لا يمكن أن تكون سلسلة حروف فرعية خلال اسم المستخدم.\";'),('arq','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:133:\"ar:لا يمكن أن تتطابق كلمة المرور مع قائمة محددة من كلمات المرور الافتراضية\";'),('arq','messages:passwordpolicies-policy-passwordnotincommonlist','s:138:\"ar:لا يمكن أن تكون كلمة المرور في قائمة كلمات المرور الـ100،000 الأكثر استخداما.\";'),('arq','messages:passwordpolicies-policyflag-forcechange','s:56:\"ar:يجب أن تتغير عند تسجيل الدخول\";'),('arq','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:61:\"ar:اقتراح التغيير عند تسجيل الدخول\";'),('arq','messages:passwordpolicies-summary','s:151:\"ar:هذه قائمة بسياسات كلمة المرور الفعالة لمجموعات المستخدمين المعرفة في هذا الويكي.\";'),('arq','messages:passwordremindertext','s:696:\"arq:واحد آخر طلب (من عنوان الآيبي $1) كلمة سر\nجديدة ل{{SITENAME}} ($4); نصنعت كلمة سر مؤقتة للمستخدم \"$2\" و صارت \"$3\"، لو أن هذا ما \nتريده، فعليك أن تقوم بتسجيل الدخول واختيار كلمة سر جديدة الآن،\nغادي تخلاص مدة صلاحية كلمة سرك المؤقتة في وقت {{PLURAL:$5|يوم واحد|$5 أيام}}.\n\nإذا كان اللي  دار هاذ الطلب شخص وحدآخر، أو إذا تفكرت كلمة سرك،\nوما حبيتش تبدلها، تقدر  تفوت هاذ البرية\nو تكمل في استخدام كلمة سرك القديمة.\";'),('arq','messages:passwordremindertitle','s:51:\"arq:كلمت` سرّ مأقّتة لـ {{SITENAME}}\";'),('arq','messages:passwordreset','s:33:\"arq:صفّي كلمت` السرّ\";'),('arq','messages:passwordreset-disabled','s:92:\"arq:التبدال تاع كلمت` السرّ راهي محبّسة ف هاد الويكي.\";'),('arq','messages:passwordreset-domain','s:19:\"arq:الدومان:\";'),('arq','messages:passwordreset-email','s:35:\"arq:آدريسة تاع إيمال:\";'),('arq','messages:passwordreset-emaildisabled','s:92:\"arq:الفعاليّات تاع الإيمال راهي محبّسة ف هاد الويكي.\";'),('arq','messages:passwordreset-emailelement','s:83:\"arq:سميّت` المستعملي: \n$1\n\nكلمت` السرّ المأقّتة: \n$2\";'),('arq','messages:passwordreset-emailtext-ip','s:926:\"arq:شي واحد (يكون بالاك نتا، لادريسة إيپي $1) راه طلَب المصاوبة تاع كلمت` السرّ تاعك ف {{SITENAME}} ($4). {{PLURAL:$3|هاد الحساب |هاد الحسابات}} تاع المستعملي {{PLURAL:$3|راه مربوط|راهم مربوطين}} ب لادريسة تاع الإيمال:\n\n$2\n\n{{PLURAL:$3|هاد كلمت` السرّ المأقّتة|هادي كلمات` السرّ المأقّتة}} غادي يكمل صلوحها منّا على {{PLURAL:$5|نهار واحد|$5 إيّام}}.\nمليح لوكان تدخُل ل`السيت من ضركا و تبدّل كلمت` السرّ.\nيلا كاش ما وحداخُر دار هاد المطلب ولا راك تفكّرت كلمت` السرّ تاعك و ما بقيتش باغي تبدّلها، تنجم برك تنسا هاد الميساج و تستعمل كلمت` السرّ تاعك تاع مضاري.\";'),('arq','messages:passwordreset-emailtext-require-email','s:522:\"ar:مع ذلك، إذا لم تقم بإنشاء هذا الطلب وتريد منع رسائل البريد الإلكتروني\nغير المرغوب فيها، قد ترغب في تحديث خيارات البريد الإلكتروني الخاص بك في $1.د،\nيمكنك طلب كل من اسم المستخدم وعنوان البريد الإلكتروني لإنشاء إعادة تعيين كلمة المرور\nرسائل البريد الإلكتروني، هذا قد يقلل عدد هذه الحوادث.\";'),('arq','messages:passwordreset-emailtext-user','s:888:\"arq:المستعملي $1 ف {{SITENAME}} راه طلب تبدال ف كلمت` السرّ تاعك ف {{SITENAME}}\n($4). {{PLURAL:$3|الحساب|الحسايات}} تاع المستعملي {{PLURAL:$3|راه مربوط|راهم مربوطين}} ب لادريسة تاع ليمال هادي:\n\n$2\n\n{{PLURAL:$3|هاد كلمت` السرّ المأقّتة|هادي كلمات` السرّ المأقّتة}} غادي يكمل صلوحها منّا على {{PLURAL:$5|نهار واحد|$5 إيّام}}.\nمادابيك تسجّل داخل ضركا و تختار كلمت` سرّ جديدة. يلا كان وحداخُر دار هاد المطلب، ولا راك ضركا تفكّرت كلمت` السرّ تاعك القديمة و ما بقيتش باغي تبدّلها، تنجم برك تتنسّا هاد الميساج و تدخُل ب كلمت` السرّ تاعك تاع مضاري.\";'),('arq','messages:passwordreset-emailtitle','s:52:\"arq:وصافات تاع الحساب ف {{SITENAME}}\";'),('arq','messages:passwordreset-ignored','s:114:\"ar:إعادة ضبط كلمة السر لم تتم التعامل معها. ربما لا موفر تم ضبطه؟\";'),('arq','messages:passwordreset-nocaller','s:45:\"ar:يجب أن يتم توفير مستدعي\";'),('arq','messages:passwordreset-nodata','s:91:\"ar:لا اسم مستخدم ولا عنوان بريد الإلكتروي تم توفيره\";'),('arq','messages:passwordreset-nosuchcaller','s:41:\"ar:المستدعي غير موجود: $1\";'),('arq','messages:passwordreset-success','s:63:\"ar:لقد طلبت إعادة تعيين كلمة المرور.\";'),('arq','messages:passwordreset-success-details-generic','s:771:\"ar:إذا كانت المعلومات المقدمة صالحة، فسيتم إرسال بريد إلكتروني لإعادة تعيين كلمة المرور. إذا لم تتلق بريدًا إلكترونيًا ، نوصيك بزيارة [[mw:Special:MyLanguage/Help:Reset_password|صفحة مساعدة إعادة تعيين كلمة المرور]] أو حاول مرة أخرى. يمكنك فقط <strong>اطلب عددًا محدودًا من عمليات إعادة تعيين كلمة المرور خلال فترة زمنية قصيرة. سيتم إرسال بريد إلكتروني واحد فقط لإعادة تعيين كلمة المرور لكل حساب صالح كل {{PLURAL:$1|ساعة|$1 ساعة}}</strong> لمنع إساءة الاستخدام.\";'),('arq','messages:passwordreset-success-info','s:45:\"ar:التفاصيل التي قدمتها: $1\";'),('arq','messages:passwordreset-text-many','s:128:\"arq:{{PLURAL:$1|عمّر واحد من هاد قويبسات باش تلحق لك كلمت` سرّ جديدة بل إيمال.}}\";'),('arq','messages:passwordreset-text-one','s:128:\"arq:كمّل هاد الجدوال تاع الإختيارات باش تلحق لك كلمت` سرّ جديدة بل إيمال.\";'),('arq','messages:passwordreset-username','s:35:\"arq:سميّت` المستعملي:\";'),('arq','messages:passwordsent','s:202:\"arq:كلمت` سرّ جديدة راهي نبعتت لل آدريسة تاع إيمال المسجّلة ل \"$1\".\nالله يخلّيك عاود اتسجّل داخل مور ما راهي تلحق لك.\";'),('arq','messages:passwordtoolong','s:110:\"arq:كلمت` السرّ ما تنجمش تكون طويلة على {{PLURAL:$1|1 حرف واحد|$1 حرف}}.\";'),('arq','messages:passwordtooshort','s:112:\"arq:كلمت` السرّ لازم يكون فيها على القل {{PLURAL:$1|1 حرف واحد|$1 حروف}}.\";'),('arq','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('arq','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('arq','messages:patrol-log-header','s:55:\"ar:هذا سجل بالمراجعات المراجعة.\";'),('arq','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('arq','messages:patrol-log-page','s:54:\"arq:الجرنان تاع معاودة` القراية\";'),('arq','messages:pear-mail-error','s:5:\"en:$1\";'),('arq','messages:percent','s:6:\"ar:$1%\";'),('arq','messages:perfcached','s:254:\"arq:الموطايات هادي راهي مخبّية و بالاك تاني يكون فات عليها الوقت. {{PLURAL:$1||ناتج واحد|زوج نواتج|$1 نواتج|$1 ناتج}} على الكتَر {{PLURAL:$1||مخبّي|مخبّيين}}.\";'),('arq','messages:perfcachedts','s:190:\"arq:المعلومات هادو راهم مخبّيين، و تعاودو فل $1. يلا كتّر {{PLURAL:$4|ناتج واحد راه|$4 نواتج راهم}} واجدين فل خبّاي.\";'),('arq','messages:period-am','s:23:\"arq:تاع الصباح\";'),('arq','messages:period-pm','s:25:\"arq:تاع العشيّة\";'),('arq','messages:permalink','s:21:\"arq:ليان دايم\";'),('arq','messages:permanentlink','s:22:\"ar:وصلة دائمة\";'),('arq','messages:permanentlink-revid','s:28:\"ar:معرف المراجعة\";'),('arq','messages:permanentlink-submit','s:39:\"ar:الذهاب إلى المراجعة\";'),('arq','messages:permanentlink-summary','s:3:\"en:\";'),('arq','messages:permissionserrors','s:32:\"arq:مشكل فل مسموحات\";'),('arq','messages:permissionserrorstext','s:155:\"ar:لا تمتلك الصلاحية لفعل هذا، {{PLURAL:$1||للسبب التالي|للسببين التاليين|للأسباب التالية}}:\";'),('arq','messages:permissionserrorstext-withaction','s:97:\"arq:ما راكش اوتوريزى ل$2، لل{{PLURAL:$1||سبب هاذا|اسباب هاذي}}:\";'),('arq','messages:personaltools','s:29:\"arq:دوزان مواليهم\";'),('arq','messages:php-mail-error','s:5:\"en:$1\";'),('arq','messages:php-mail-error-unknown','s:69:\"arq:غلطة مجهولة صرات فل وضيفة mail() تاع PHP.\";'),('arq','messages:php-uploaddisabledtext','s:100:\"ar:رفع ملفات PHP معطل. من فضلك تحقق من إعدادات رفع الملفات.\";'),('arq','messages:pipe-separator','s:14:\"ar:&#32;|&#32;\";'),('arq','messages:policy-url','s:26:\"arq:Project:المقاون\";'),('arq','messages:pool-errorunknown','s:34:\"arq:خلطة ماشي معروفة\";'),('arq','messages:pool-queuefull','s:62:\"arq:السنسلة تاع المقارعة راهي عامرة\";'),('arq','messages:pool-servererror','s:64:\"arq:السربيس تاع العدّان راه حابس ( $1 ).\";'),('arq','messages:pool-timeout','s:58:\"arq:المهلة تاع المقارعة راهي فاتت\";'),('arq','messages:poolcounter-usage-error','s:38:\"arq:غلطة تاع ستُعمال: $1\";'),('arq','messages:portal','s:29:\"arq:بوابة المجتمع\";'),('arq','messages:portal-url','s:37:\"arq:Project:بوابة المجتمع\";'),('arq','messages:post-expand-template-argument-category','s:62:\"arq:باجات فيها مدخلات القالب الممحي\";'),('arq','messages:post-expand-template-argument-category-desc','s:189:\"ar:بعد توسيع معطى قالب (الموجود بين أقواس معقوفة ثلاثة مثل <code>{{{شيء}}}</code>) الصفحة أكبر من <code>$wgMaxArticleSize</code>.\";'),('arq','messages:post-expand-template-argument-warning','s:174:\"arq:\'\'\'توليه:\'\'\' هذه الباجه فيها عامل قالب واحد على الأقل عندو حجم تمدد كبير بزاف.\nهاذالعوامل اتمحات.\";'),('arq','messages:post-expand-template-inclusion-category','s:60:\"arq:الباجات داخل فيها بزاف القوالب\";'),('arq','messages:post-expand-template-inclusion-category-desc','s:170:\"ar:بعد توسيع جميع القوالب حجم الصفحة أكبر من <code><nowiki>__INDEX__</nowiki></code> ولذا فبعض القوالب لا تُوسّع.\";'),('arq','messages:post-expand-template-inclusion-warning','s:115:\"arq:\'\'\'توليه:\'\'\' الباجة داخل فيها قوالب بزاف.\nشي قوالب ما غاديش تدخل.\";'),('arq','messages:postedit-confirmation-created','s:27:\"ar:أنشئت الصفحة.\";'),('arq','messages:postedit-confirmation-published','s:27:\"ar:نُشِر تعديلك.\";'),('arq','messages:postedit-confirmation-restored','s:38:\"ar:تمت استعادة الصفحة.\";'),('arq','messages:postedit-confirmation-saved','s:27:\"ar:حُفِظ تعديلك.\";'),('arq','messages:postedit-temp-created','s:267:\"ar:أُنشئ الحساب تلقائيًا من أجلك عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. لكي تختار اسما بنفسك والحصول على المزيد من الميزات، فكر في [$1 إنشاء حساب].\";'),('arq','messages:postedit-temp-created-label','s:20:\"ar:حساب مؤقت\";'),('arq','messages:powersearch-legend','s:20:\"ar:بحث متقدم\";'),('arq','messages:powersearch-ns','s:32:\"ar:بحث في النطاقات:\";'),('arq','messages:powersearch-remember','s:54:\"ar:تذكر الخيارات للبحث مستقبلا\";'),('arq','messages:powersearch-toggleall','s:11:\"ar:الكل\";'),('arq','messages:powersearch-togglelabel','s:12:\"ar:اختر:\";'),('arq','messages:powersearch-togglenone','s:14:\"ar:لا شيء\";'),('arq','messages:preferences','s:17:\"ar:تفضيلات\";'),('arq','messages:preferences-summary','s:3:\"en:\";'),('arq','messages:prefixindex','s:45:\"arq:كامل الباجات الباديه ب\";'),('arq','messages:prefixindex-namespace','s:52:\"ar:كل الصفحات مع بادئة (نطاق $1)\";'),('arq','messages:prefixindex-strip','s:48:\"ar:إخفاء البادئة في النتائج\";'),('arq','messages:prefixindex-submit','s:12:\"arq:ورّي\";'),('arq','messages:prefixindex-summary','s:3:\"en:\";'),('arq','messages:prefs-advancedediting','s:24:\"ar:خيارات عامة\";'),('arq','messages:prefs-advancedrc','s:28:\"ar:خيارات متقدمة\";'),('arq','messages:prefs-advancedrendering','s:28:\"ar:خيارات متقدمة\";'),('arq','messages:prefs-advancedsearchoptions','s:28:\"ar:خيارات متقدمة\";'),('arq','messages:prefs-advancedwatchlist','s:28:\"ar:خيارات متقدمة\";'),('arq','messages:prefs-changeemail','s:74:\"ar:تغيير أو إزالة عنوان البريد الإلكتروني\";'),('arq','messages:prefs-changesrc','s:38:\"ar:التغييرات المعروضة\";'),('arq','messages:prefs-changeswatchlist','s:38:\"ar:التغييرات المعروضة\";'),('arq','messages:prefs-common-config','s:70:\"ar:جافاسكربت/CSS/JSON مشترك لجميع الواجهات:\";'),('arq','messages:prefs-custom-css','s:15:\"ar:CSS مخصص\";'),('arq','messages:prefs-custom-js','s:30:\"ar:جافاسكربت مخصص\";'),('arq','messages:prefs-custom-json','s:20:\"ar:جسون مخصص\";'),('arq','messages:prefs-dateformat','s:22:\"ar:صيغة الوقت\";'),('arq','messages:prefs-developertools','s:30:\"ar:أدوات المطورين\";'),('arq','messages:prefs-diffs','s:15:\"ar:فروقات\";'),('arq','messages:prefs-discussion','s:26:\"ar:صفحات النقاش\";'),('arq','messages:prefs-displayrc','s:26:\"ar:خيارات العرض\";'),('arq','messages:prefs-displaywatchlist','s:24:\"ar:خصائص العرض\";'),('arq','messages:prefs-editing','s:18:\"arq:التبدال\";'),('arq','messages:prefs-editor','s:11:\"ar:محرر\";'),('arq','messages:prefs-edits','s:27:\"arq:ڤداه نتبديلة\";'),('arq','messages:prefs-editwatchlist','s:41:\"ar:تعديل قائمة المراقبة\";'),('arq','messages:prefs-editwatchlist-clear','s:39:\"ar:امسح قائمة المراقبة\";'),('arq','messages:prefs-editwatchlist-edit','s:66:\"ar:اعرض واحذف عناوين من قائمة مراقبتك\";'),('arq','messages:prefs-editwatchlist-label','s:36:\"ar:عدل قائمة مراقبتك:\";'),('arq','messages:prefs-editwatchlist-raw','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('arq','messages:prefs-email','s:49:\"ar:خيارات البريد الإلكتروني\";'),('arq','messages:prefs-emailconfirm-label','s:48:\"ar:تأكيد البريد الإلكتروني:\";'),('arq','messages:prefs-files','s:13:\"ar:ملفات\";'),('arq','messages:prefs-help-email','s:152:\"arq:لادريس نتع البريه الإلكترونيه بالخاطر، ولكن هي لازمه في حال نسيت كلمت السر نتاعك.\";'),('arq','messages:prefs-help-email-others','s:290:\"arq:تقدر تاني تخلي لوخرين يتاصلو بيك في باجت نقاشك ولا في وصيله في باجت مستخدم نتاعك, اذا ارسلك واحد ما يبانش لادريس نتاعك , حتى اذ رديت عليه باش يبان لادريس نتاعك.\";'),('arq','messages:prefs-help-email-required','s:59:\"ar:عنوان البريد الإلكتروني مطلوب.\";'),('arq','messages:prefs-help-gender','s:266:\"ar:ضبط هذا التفضيل اختياري.\nيستخدم البرنامج هذه القيمة لمخاطبتك ومخاطبة الآخرين عنك وفقاً للصيغة النحوية الملائمة للجنس.\nهذه المعلومة ستكون علنية.\";'),('arq','messages:prefs-help-prefershttps','s:96:\"ar:سيتم تفعيل هذا التفضيل عند ولوجوك في المرة القادمة.\";'),('arq','messages:prefs-help-realname','s:132:\"ar:الاسم الحقيقي اختياري.\nلو اخترت أن توفره، فسيستخدم في الإشارة إلى عملك.\";'),('arq','messages:prefs-help-recentchangescount','s:32:\"ar:العدد الأقصى: 1000\";'),('arq','messages:prefs-help-requireemail','s:139:\"ar:هذا يحسن الخصوصية ويساعد على منع رسائل البريد الإلكتروني غير المرغوب فيها.\";'),('arq','messages:prefs-help-signature','s:167:\"ar:يجب أن توقع تعليقات صفحات النقاش باستخدام \"<nowiki>~~~~</nowiki>\" الذي سيحول إلى توقيعك مع طابع زمني.\";'),('arq','messages:prefs-help-skin-responsive','s:89:\"ar:تكييف التنسيق مع حجم الشاشة على الهاتف المحمول.\";'),('arq','messages:prefs-help-tokenmanagement','s:290:\"ar:أنت يمكنك رؤية وإعادة ضبط المفتاح السري لحسابك الذي يمكنه الوصول لتلقيم الويب لقائمة مراقبتك، أي شخص يعرف المفتاح سيمكنه قراءة قائمة مراقبتك; لذا فلا تشاركه.\";'),('arq','messages:prefs-help-variant','s:109:\"ar:عرض لهجتك المفضلة أو إملاؤها في صفحات المحتوى لهذا الويكي.\";'),('arq','messages:prefs-help-watchlist-token2','s:287:\"ar:هذا هو المفتاح السري لتغذية الويب لقائمة مراقبتك.\nيمكن لأي شخص يعرفه أن يقرأ قائمة مراقبتك، ولذا لا تتشاركه مع أحد.\nإذا احتجت، [[Special:ResetTokens|يمكنك إعادة ضبطه]].\";'),('arq','messages:prefs-help-yourpassword','s:90:\"ar:استعادة الحساب مفعلة. انظر $1 لمزيد من الإعدادات.\";'),('arq','messages:prefs-i18n','s:28:\"ar:إعدادات اللغة\";'),('arq','messages:prefs-info','s:38:\"ar:المعلومات الأساسية\";'),('arq','messages:prefs-labs','s:28:\"ar:مزايا مختبرية\";'),('arq','messages:prefs-memberingroups','s:108:\"ar:{{GENDER:$2|عضو|عضوة}} في {{PLURAL:$1|مجموعة|مجموعة|مجموعتي|مجموعات}}:\";'),('arq','messages:prefs-memberingroups-type','s:5:\"ar:$1\";'),('arq','messages:prefs-misc','s:17:\"ar:متفرقات\";'),('arq','messages:prefs-namespaces','s:30:\"ar:أسماء النطاقات\";'),('arq','messages:prefs-pageswatchlist','s:34:\"ar:الصفحات المراقبة\";'),('arq','messages:prefs-personal','s:26:\"ar:ملف المستخدم\";'),('arq','messages:prefs-preview','s:18:\"ar:عرض مسبق\";'),('arq','messages:prefs-rc','s:30:\"ar:أحدث التغييرات\";'),('arq','messages:prefs-registration','s:25:\"ar:وقت التسجيل:\";'),('arq','messages:prefs-registration-date-time','s:5:\"ar:$1\";'),('arq','messages:prefs-rendering','s:15:\"ar:المظهر\";'),('arq','messages:prefs-reset-confirm','s:61:\"ar:نعم ، أريد إعادة تعيين تفضيلاتي.\";'),('arq','messages:prefs-reset-intro','s:188:\"ar:يمكنك استخدام هذه الصفحة لإعادة تفضيلاتك للحالة الافتراضية للموقع.\nلن تستطيع استرجاع الحالة السابقة.\";'),('arq','messages:prefs-resetpass','s:27:\"ar:غير كلمة السر\";'),('arq','messages:prefs-searchmisc','s:9:\"ar:عام\";'),('arq','messages:prefs-searchoptions','s:13:\"ar:البحث\";'),('arq','messages:prefs-setemail','s:58:\"ar:تعيين عنوان البريد الإلكتروني\";'),('arq','messages:prefs-signature','s:17:\"ar:التوقيع\";'),('arq','messages:prefs-signature-error-details','s:26:\"ar:معرفة المزيد\";'),('arq','messages:prefs-signature-highlight-error','s:33:\"ar:إظهار موقع الخطأ\";'),('arq','messages:prefs-signature-invalid-disallow','s:173:\"ar:توقيعك الحالي غير صالح. حتى تقوم بتصحيحه ، سيتم استخدام التوقيع الافتراضي عند توقيع تعليقاتك.\";'),('arq','messages:prefs-signature-invalid-new','s:190:\"ar:توقيعك الحالي غير صالح. على الرغم من أنه لا يزال بإمكانك استخدامه ، لن تتمكن من تغييره حتى تقوم بتصحيحه.\";'),('arq','messages:prefs-signature-invalid-warning','s:68:\"ar:قد يسبب توقيعك مشاكل مع بعض الأدوات.\";'),('arq','messages:prefs-skin','s:13:\"ar:واجهة\";'),('arq','messages:prefs-skin-prefs','s:32:\"ar:تفضيلات الواجهة\";'),('arq','messages:prefs-skin-responsive','s:39:\"ar:تفعيل وضع الاستجابة\";'),('arq','messages:prefs-tabs-navigation-hint','s:163:\"ar:تلميح: يمكنك استخدام مفتاحي السهمين الأيمن والأيسر للتنقل بين الألسنة في قائمة الألسنة.\";'),('arq','messages:prefs-timeoffset','s:32:\"ar:المنطقة الزمنية\";'),('arq','messages:prefs-tokenwatchlist','s:13:\"ar:مفتاح\";'),('arq','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('arq','messages:prefs-user-downloaddata-info','s:60:\"ar:نزل بيانات حسابي من هذا المشروع\";'),('arq','messages:prefs-user-downloaddata-label','s:49:\"ar:الوصول إلى بيانات الحساب:\";'),('arq','messages:prefs-user-pages','s:34:\"ar:صفحات المستخدمين\";'),('arq','messages:prefs-user-restoreprefs-info','s:93:\"ar:استعد التفضيلات الافتراضية جميعها (في كل الأقسام)\";'),('arq','messages:prefs-user-restoreprefs-label','s:25:\"ar:إعادة الضبط:\";'),('arq','messages:prefs-vector-enable-vector-1-help','s:435:\"ar:على مدار السنوات القليلة القادمة، سنقوم بتحديث واجهة فيكتور بشكل تدريجي. ستسمح لك النسخة القديمة لفيكتور  بمشاهدة الإصدار القديم من فيكتور (اعتبارا من ديسمبر 2019). لمعرفة المزيد حول التحديثات، انتقل إلى [[mw:Reading/Web/Desktop_Improvements|صفحة المشروع]].\";'),('arq','messages:prefs-vector-enable-vector-1-label','s:58:\"ar:استخدم النسخة القديمة لفيكتور\";'),('arq','messages:prefs-watchlist','s:30:\"ar:قائمة المراقبة\";'),('arq','messages:prefs-watchlist-days','s:67:\"ar:عدد الأيام للعرض في قائمة المراقبة:\";'),('arq','messages:prefs-watchlist-days-max','s:118:\"ar:الحد الأقصى {{PLURAL:$1|أقل من يوم|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('arq','messages:prefs-watchlist-edits','s:80:\"ar:عدد التعديلات التي تعرض في قائمة المراقبة:\";'),('arq','messages:prefs-watchlist-edits-max','s:32:\"ar:العدد الأقصى: 1000\";'),('arq','messages:prefs-watchlist-managetokens','s:26:\"ar:إدارة الرموز\";'),('arq','messages:prefs-watchlist-token','s:42:\"ar:مفتاح قائمة المراقبة:\";'),('arq','messages:prefsnologintext2','s:81:\"ar:الرجاء تسجيل الدخول لضبط تفضيلات المستخدم.\";'),('arq','messages:prev-page','s:30:\"ar:الصفحة السابقة\";'),('arq','messages:preview','s:21:\"arq:شوفه-قبلي\";'),('arq','messages:previewconflict','s:158:\"arq:هاذ العرض يبين النص الموجود في صندوق التحرير الفوقاني اللي يبانلك إذا اختاريت النشر.\";'),('arq','messages:previewerrortext','s:97:\"arq:صرات غلطة فل محاولة باش تشوف خفيف ف` التبدالات تاعك.\";'),('arq','messages:previewnote','s:117:\"arq:\'\'\'ما تنساش هذي معاينه قبليه.\'\'\'\nلدوك التبديلات دياولك ما تسجلوش!\";'),('arq','messages:previousdiff','s:36:\"arq:→ التعديل الي قبل\";'),('arq','messages:previousrevision','s:29:\"arq:← نسخة اللوله\";'),('arq','messages:prevn','s:54:\"arq:{{PLURAL:$1|précédente|$1 اللولانيين}}\";'),('arq','messages:prevn-title','s:80:\"arq:$1 {{PLURAL:$1|النتيجة التالية|النتايج التواله}}\";'),('arq','messages:prevpage','s:35:\"ar:الصفحة السابقة ($1)\";'),('arq','messages:print','s:18:\"arq:امبريمي\";'),('arq','messages:print.css','s:110:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على ناتج الطباعة */\";'),('arq','messages:printableversion','s:38:\"arq:ڥرسيون تقدر تطبعها\";'),('arq','messages:printableversion-deprecated-warning','s:287:\"ar:لم تعد النسخة القابلة للطباعة مدعومة وقد تحتوي على أخطاء في العرض. يرجى تحديث علامات متصفحك المرجعية واستخدام وظيفة الطباعة الافتراضية في متصفحك بدلا منها.\";'),('arq','messages:privacy','s:44:\"arq:السياسة تاع الخصوصيّة\";'),('arq','messages:privacypage','s:52:\"arq:Project:السياسة تاع الخصوصيّة\";'),('arq','messages:prot_1movedto2','s:34:\"ar:نُقلت [[$1]] إلى [[$2]]\";'),('arq','messages:protect','s:14:\"arq:حمايه\";'),('arq','messages:protect-badnamespace-text','s:62:\"ar:صفحات هذا النطاق لا يمكن حمايتها\";'),('arq','messages:protect-badnamespace-title','s:25:\"ar:نطاق لا يحمى\";'),('arq','messages:protect-cantedit','s:143:\"ar:لا يمكنك تغيير إعدادات الحماية لهذه الصفحة؛ لأنك لا تمتلك الصلاحية لتعديلها.\";'),('arq','messages:protect-cascade','s:88:\"ar:احم الصفحات المضمنة في هذه الصفحة (حماية مضمنة)\";'),('arq','messages:protect-cascadeon','s:384:\"ar:هذه الصفحة محمية حاليًا لكونها مضمنة في {{PLURAL:$1||الصفحة التالية|الصفحتين التاليتين|الصفحات التالية}}، والتي بها خيار حماية الصفحات المدمجة فعال.\nلن يؤثر تغيير إعدادات حماية هذه الصفحة على حماية الصفحات المدمجة.\";'),('arq','messages:protect-default','s:40:\"arq:خلي المستخدمين كامل\";'),('arq','messages:protect-dropdown','s:191:\"ar:*أسباب الحماية الشائعة\n** تخريب شديد\n** نشر مزعج شديد\n** حرب تحرير معرقلة للعمل المنتج\n** صفحة زوارها كثيرون\";'),('arq','messages:protect-edit-reasonlist','s:35:\"ar:عدل أسباب الحماية\";'),('arq','messages:protect-existing-expiry','s:54:\"ar:تاريخ الانتهاء الموجود: $3، $2\";'),('arq','messages:protect-existing-expiry-infinity','s:57:\"ar:زمن الانتهاء الموجود: لانهائي\";'),('arq','messages:protect-expiring','s:27:\"ar:تنتهي في $1 (UTC)\";'),('arq','messages:protect-expiring-local','s:16:\"ar:ينتهي $1\";'),('arq','messages:protect-expiry-indefinite','s:18:\"ar:غير محدد\";'),('arq','messages:protect-expiry-options','s:170:\"ar:1 ساعة:1 hour,1 يوم:1 day,1 أسبوع:1 week,2 أسبوع:2 weeks,1 شهر:1 month,3 شهر:3 months,6 شهر:6 months,1 سنة:1 year,لا نهائي:infinite\";'),('arq','messages:protect-fallback','s:72:\"ar:السماح فقط للمستخدمين ذوي الصلاحية \"$1\"\";'),('arq','messages:protect-legend','s:28:\"ar:تأكيد الحماية\";'),('arq','messages:protect-level-autoconfirmed','s:75:\"ar:السماح للمستخدمين المؤكدين تلقائيا فقط\";'),('arq','messages:protect-level-sysop','s:41:\"ar:السماح للإداريين فقط\";'),('arq','messages:protect-locked-access','s:171:\"ar:لا يملك حسابك هذا صلاحية تغيير إعدادات حماية الصفحة.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('arq','messages:protect-locked-blocked','s:153:\"ar:لا يمكنك تغيير إعدادات الحماية وأنت ممنوع.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('arq','messages:protect-locked-dblock','s:188:\"ar:لا يمكن تغيير إعدادات الحماية بسبب غلق قاعدة البيانات حاليًا.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('arq','messages:protect-norestrictiontypes-text','s:113:\"ar:لا يمكن حماية هذه الصفحة لعدم توافر أنواع المحددات المطلوبة.\";'),('arq','messages:protect-norestrictiontypes-title','s:44:\"ar:صفحة غير قابلة للحماية\";'),('arq','messages:protect-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('arq','messages:protect-otherreason-op','s:16:\"ar:سبب آخر\";'),('arq','messages:protect-othertime','s:17:\"ar:وقت آخر:\";'),('arq','messages:protect-othertime-op','s:16:\"ar:وقت آخر\";'),('arq','messages:protect-summary-cascade','s:13:\"ar:مضمنة\";'),('arq','messages:protect-summary-desc','s:15:\"ar:[$1=$2] ($3)\";'),('arq','messages:protect-text','s:109:\"ar:يمكنك هنا أن تعرض وتغير إعدادات الحماية للصفحة <strong>$1</strong>.\";'),('arq','messages:protect-title','s:42:\"ar:ضبط إعدادات حماية «$1»\";'),('arq','messages:protect-title-notallowed','s:42:\"ar:عرض إعدادات حماية «$1»\";'),('arq','messages:protect-unchain-permissions','s:57:\"ar:ألغ قفل خيارات الحماية الأخرى\";'),('arq','messages:protect_change','s:10:\"arq:بدل\";'),('arq','messages:protect_expiry_invalid','s:43:\"ar:وقت الانتهاء غير صحيح.\";'),('arq','messages:protect_expiry_old','s:59:\"ar:وقت انتهاء المنع يقع في الماضي.\";'),('arq','messages:protectcomment','s:14:\"ar:السبب:\";'),('arq','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('arq','messages:protectedarticle-comment','s:34:\"ar:{{GENDER:$2|حمى}} «[[$1]]»\";'),('arq','messages:protectedinterface','s:428:\"arq:هاد الباجة توفّر لك وريشة (interface) تاع كتابة مديورة لل صوفتوار الّي ف هاد الويكي، و راهي مأمّنة باش تنحضا من الضرارات.\nباش تزيد ولا تبدّل طرجمات ل كامل الويكيّات، من فضلك استعمل [https://translatewiki.net/ translatewiki.net] المشروع ميدياويكي تاع التبلادات.\";'),('arq','messages:protectedpage','s:25:\"arq:باجة محضيّة\";'),('arq','messages:protectedpagemovewarning','s:252:\"ar:<strong>تحذير:</strong> هذه الصفحة قد تم حمايتها، فقط المستخدمون الذين يمتلكون امتيازات الإدارة يمكنهم نقلها.\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('arq','messages:protectedpages','s:24:\"ar:صفحات محمية\";'),('arq','messages:protectedpages-cascade','s:39:\"ar:الحماية المضمنة فقط\";'),('arq','messages:protectedpages-expiry','s:18:\"ar:ينتهي في\";'),('arq','messages:protectedpages-filters','s:16:\"ar:مرشحات:\";'),('arq','messages:protectedpages-indef','s:59:\"ar:عمليات الحماية غير المحددة فقط\";'),('arq','messages:protectedpages-noredirect','s:28:\"ar:أخف التحويلات\";'),('arq','messages:protectedpages-page','s:15:\"ar:الصفحة\";'),('arq','messages:protectedpages-params','s:32:\"ar:معاملات الحماية\";'),('arq','messages:protectedpages-performer','s:26:\"ar:حماية مستخدم\";'),('arq','messages:protectedpages-reason','s:13:\"ar:السبب\";'),('arq','messages:protectedpages-submit','s:26:\"ar:اعرض الصفحات\";'),('arq','messages:protectedpages-summary','s:259:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً. لمطالعة قائمة الصفحات التي تم فرض حماية على إنشائها انظر [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('arq','messages:protectedpages-timestamp','s:18:\"ar:ختم زمني\";'),('arq','messages:protectedpages-unknown-performer','s:33:\"ar:مستخدم غير معروف\";'),('arq','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('arq','messages:protectedpages-unknown-timestamp','s:20:\"ar:غير معروف\";'),('arq','messages:protectedpagesempty','s:76:\"ar:لا توجد صفحات محمية حاليا بهذه المحددات.\";'),('arq','messages:protectedpagetext','s:100:\"arq:هاد الصفحة راهي تنحضات باش ما تتبدّلش ولا شي حاجاخرة.\";'),('arq','messages:protectedpagewarning','s:235:\"ar:<strong>تحذير: تمت حماية هذه الصفحة حتى يمكن للمستخدمين ذوي الصلاحيات الإدارية فقط تعديلها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('arq','messages:protectedtitles','s:26:\"ar:عناوين محمية\";'),('arq','messages:protectedtitles-submit','s:28:\"ar:لعرض العناوين\";'),('arq','messages:protectedtitles-summary','s:269:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً من الإنشاء. لمطالعة قائمة الصفحات التي تم إنشائها وحمايتها انظر [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('arq','messages:protectedtitlesempty','s:78:\"ar:لا توجد عناوين محمية حاليا بهذه المحددات.\";'),('arq','messages:protectexpiry','s:19:\"ar:تنتهي في:\";'),('arq','messages:protectlogpage','s:33:\"arq:ريجيستر الحمايه\";'),('arq','messages:protectlogtext','s:239:\"ar:بالأسفل قائمة بالتغييرات في حماية الصفحات.\nانظر [[Special:ProtectedPages|قائمة الصفحات المحمية]] لقائمة بعمليات حماية الصفحات المفعلة حاليا.\";'),('arq','messages:protectpage','s:22:\"ar:حماية صفحة\";'),('arq','messages:protectpage-summary','s:3:\"en:\";'),('arq','messages:proxyblocker','s:75:\"arq:الحبّاس تاع السربايات الموسطانيّة (Proxy)\";'),('arq','messages:proxyblockreason','s:263:\"ar:تم منع عنوان الأيبي الخاص بك لكونه بروكسي مفتوح.\nمن فضلك اتصل بمزود خدمة الإنترنت الخاص بك أو الدعم الفني وأعلمهم بهذه المشكلة الأمنية الخطيرة.\";'),('arq','messages:pt-createaccount','s:21:\"arq:اصنع حساب\";'),('arq','messages:pt-login','s:12:\"arq:دخول\";'),('arq','messages:pt-login-button','s:12:\"arq:دخول\";'),('arq','messages:pt-login-continue-button','s:25:\"arq:واصل الدخول\";'),('arq','messages:pt-userlogout','s:16:\"arq:الخروج\";'),('arq','messages:publishchanges','s:34:\"arq:پوبليي واش تبدّل\";'),('arq','messages:publishchanges-start','s:31:\"ar:نشر التغييرات...\";'),('arq','messages:publishpage','s:29:\"arq:پوبليي الپاجة\";'),('arq','messages:publishpage-start','s:25:\"ar:نشر الصفحة...\";'),('arq','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('arq','messages:purge','s:24:\"ar:إفراغ الكاش\";'),('arq','messages:purge-summary','s:3:\"en:\";'),('arq','messages:querypage-disabled','s:91:\"ar:تم تعطيل هذه الصفحة الخاصة لأسباب تتعلق بالأداء.\";'),('arq','messages:querypage-no-updates','s:146:\"arq:المعاودات تاع هاد الصفحة راهم معطّلين.\nالمعلومات هادي ما راهيش مرجّعة لل حاضر.\";'),('arq','messages:querypage-updates-periodical','s:74:\"ar:يتم تشغيل تحديثات هذه الصفحة بشكل دوري.\";'),('arq','messages:quotation-marks','s:9:\"ar:«$1»\";'),('arq','messages:randomincategory','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('arq','messages:randomincategory-category','s:18:\"ar:التصنيف:\";'),('arq','messages:randomincategory-invalidcategory','s:42:\"ar:\"$1\" ليس اسم تصنيف صالح.\";'),('arq','messages:randomincategory-legend','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('arq','messages:randomincategory-nopages','s:68:\"ar:لا توجد صفحات في التصنيف [[:Category:$1|$1]].\";'),('arq','messages:randomincategory-submit','s:11:\"ar:اذهب\";'),('arq','messages:randompage','s:26:\"arq:صفحة ع الزهر\";'),('arq','messages:randompage-nopages','s:144:\"ar:لا توجد صفحات في {{PLURAL:$2||النطاق التالي|النطاقين التاليين|النطاقات التالية}}: $1.\";'),('arq','messages:randompage-url','s:17:\"en:Special:Random\";'),('arq','messages:randomredirect','s:30:\"ar:تحويلة عشوائية\";'),('arq','messages:randomredirect-nopages','s:55:\"ar:لا توجد تحويلات في النطاق \"$1\".\";'),('arq','messages:randomrootpage','s:43:\"arq:باجة جدريّة على الزهر\";'),('arq','messages:range_block_disabled','s:69:\"ar:إمكانية مدير النظام لمنع نطاق معطلة.\";'),('arq','messages:rawhtml-notallowed','s:93:\"ar:لا يمكن استخدام وسوم &lt;html&gt; خارج الصفحات العادية.\";'),('arq','messages:rawmessage','s:5:\"en:$1\";'),('arq','messages:rc-change-size','s:5:\"ar:$1\";'),('arq','messages:rc-change-size-new','s:74:\"arq:$1 {{PLURAL:$1|اوكتاتة|اوكتاتات}} بعد التبدال\";'),('arq','messages:rc-old-title','s:53:\"arq:مخلوقة فل بدية ب`التسمية \"$1\"\";'),('arq','messages:rcfilters-activefilters','s:32:\"ar:المرشحات النشطة\";'),('arq','messages:rcfilters-activefilters-hide','s:13:\"ar:إخفاء\";'),('arq','messages:rcfilters-activefilters-hide-tooltip','s:54:\"ar:إخفاء منطقة المرشحات النشطة\";'),('arq','messages:rcfilters-activefilters-show','s:9:\"ar:عرض\";'),('arq','messages:rcfilters-activefilters-show-tooltip','s:54:\"ar:إظهار منطقة المرشحات النشطة\";'),('arq','messages:rcfilters-advancedfilters','s:28:\"ar:مرشحات متقدمة\";'),('arq','messages:rcfilters-allcontents-label','s:30:\"ar:جميع المحتويات\";'),('arq','messages:rcfilters-alldiscussions-label','s:28:\"ar:جميع النقاشات\";'),('arq','messages:rcfilters-clear-all-filters','s:31:\"ar:مسح كل المرشحات\";'),('arq','messages:rcfilters-date-popup-title','s:41:\"ar:الفترة الزمنية للبحث\";'),('arq','messages:rcfilters-days-show-days','s:71:\"ar:{{PLURAL:$1|يوما واحدا|يومان|$1 أيام|$1 يوما}}\";'),('arq','messages:rcfilters-days-show-hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}}\";'),('arq','messages:rcfilters-days-title','s:37:\"ar:عدد الأيام الأخيرة\";'),('arq','messages:rcfilters-empty-filter','s:70:\"ar:لا مرشحات فعالة. كل المساهمات معروضة.\";'),('arq','messages:rcfilters-exclude-button-off','s:34:\"ar:استبعاد المختارة\";'),('arq','messages:rcfilters-exclude-button-on','s:34:\"ar:استثناء المختارة\";'),('arq','messages:rcfilters-filter-bots-description','s:77:\"ar:التعديلات بواسطة الأدوات الأوتوماتيكية.\";'),('arq','messages:rcfilters-filter-bots-label','s:9:\"ar:بوت\";'),('arq','messages:rcfilters-filter-categorization-description','s:80:\"ar:سجلات إضافة أو إزالة الصفحات من التصنيفات.\";'),('arq','messages:rcfilters-filter-categorization-label','s:36:\"ar:تغييرات التصنيفات\";'),('arq','messages:rcfilters-filter-editsbyother-description','s:61:\"ar:كل التغييرات باستثناء تغييراتك.\";'),('arq','messages:rcfilters-filter-editsbyother-label','s:49:\"ar:التغييرات بواسطة الآخرين\";'),('arq','messages:rcfilters-filter-editsbyself-description','s:35:\"ar:مساهماتك الشخصية.\";'),('arq','messages:rcfilters-filter-editsbyself-label','s:29:\"arq:تغييرات نتاعك\";'),('arq','messages:rcfilters-filter-excluded','s:15:\"ar:مستبعد\";'),('arq','messages:rcfilters-filter-humans-description','s:69:\"ar:التعديلات بواسطة المحررين البشريين.\";'),('arq','messages:rcfilters-filter-humans-label','s:27:\"ar:بشري (ليس بوت)\";'),('arq','messages:rcfilters-filter-lastrevision-description','s:76:\"ar:فقط أحدث التغييرات التي طرأت على الصفحة.\";'),('arq','messages:rcfilters-filter-lastrevision-label','s:22:\"ar:آخر مراجعة\";'),('arq','messages:rcfilters-filter-logactions-description','s:117:\"ar:الأفعال الإدارية، إنشاء الحسابات، حذف الصفحات، عمليات الرفع…\";'),('arq','messages:rcfilters-filter-logactions-label','s:32:\"ar:الأفعال المسجلة\";'),('arq','messages:rcfilters-filter-major-description','s:66:\"ar:التعديلات غير المعلم عليها كطفيفة.\";'),('arq','messages:rcfilters-filter-major-label','s:36:\"arq:ماشي تبديلة خفيفة\";'),('arq','messages:rcfilters-filter-minor-description','s:79:\"ar:التعديلات التي علم عليها المستخدم كطفيفة.\";'),('arq','messages:rcfilters-filter-minor-label','s:27:\"arq:تبديلة خفيفة\";'),('arq','messages:rcfilters-filter-newpages-description','s:62:\"ar:التعديلات التي تصنع صفحات جديدة.\";'),('arq','messages:rcfilters-filter-newpages-label','s:28:\"ar:إنشاء الصفحات\";'),('arq','messages:rcfilters-filter-pageedits-description','s:103:\"ar:التعديلات لمحتوى الويكي، النقاشات، وصوفات التصنيفات…\";'),('arq','messages:rcfilters-filter-pageedits-label','s:30:\"ar:تعديلات الصفحة\";'),('arq','messages:rcfilters-filter-previousrevision-description','s:67:\"ar:جميع التغييرات ما عدا \"أحدث مراجعة\".\";'),('arq','messages:rcfilters-filter-previousrevision-label','s:29:\"ar:ليس آخر مراجعة\";'),('arq','messages:rcfilters-filter-reviewstatus-auto-description','s:143:\"ar:التعديلات بواسطة المستخدمين المتقدمين الذين يتم تعليم عملهم تلقائيا كمراجع.\";'),('arq','messages:rcfilters-filter-reviewstatus-auto-label','s:34:\"ar:المراجعة تلقائيا\";'),('arq','messages:rcfilters-filter-reviewstatus-manual-description','s:77:\"ar:التعديلات التي تم تعليمها يدويا كمراجعة.\";'),('arq','messages:rcfilters-filter-reviewstatus-manual-label','s:26:\"ar:مراجعة يدويا\";'),('arq','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:118:\"ar:التعديلات التي لم يتم وضع علامة عليها يدويا أو تلقائيا كمراجعة.\";'),('arq','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:22:\"ar:غير مراجعة\";'),('arq','messages:rcfilters-filter-showlinkedfrom-label','s:70:\"ar:عرض التغييرات في الصفحات الموصولة من\";'),('arq','messages:rcfilters-filter-showlinkedfrom-option-label','s:86:\"ar:<strong>الصفحات الموصولة من</strong> الصفحة المختارة\";'),('arq','messages:rcfilters-filter-showlinkedto-label','s:76:\"ar:عرض التغييرات في الصفحات الموصولة بصفحة\";'),('arq','messages:rcfilters-filter-showlinkedto-option-label','s:88:\"ar:<strong>الصفحات الموصولة إلى</strong> الصفحة المختارة\";'),('arq','messages:rcfilters-filter-user-experience-level-experienced-description','s:121:\"ar:المحررون المسجلون الذين لديهم أكثر من 500 تعديل و 30 يوما من النشاط.\";'),('arq','messages:rcfilters-filter-user-experience-level-experienced-label','s:43:\"ar:المستخدمون ذوو الخبرة\";'),('arq','messages:rcfilters-filter-user-experience-level-learner-description','s:153:\"ar:المحررون المسجلون الذين تقع تجربتهم بين \"القادمين الجدد\" و \"المستخدمين ذوي الخبرة\".\";'),('arq','messages:rcfilters-filter-user-experience-level-learner-label','s:21:\"ar:المتعلمون\";'),('arq','messages:rcfilters-filter-user-experience-level-newcomer-description','s:123:\"ar:المحررون المسجلون الذين لديهم أقل من 10 تعديلات أو 4 أيام من النشاط.\";'),('arq','messages:rcfilters-filter-user-experience-level-newcomer-label','s:30:\"ar:القادمون الجدد\";'),('arq','messages:rcfilters-filter-user-experience-level-registered-description','s:37:\"ar:المحررون المسجلون.\";'),('arq','messages:rcfilters-filter-user-experience-level-registered-label','s:24:\"ar:مسجل الدخول\";'),('arq','messages:rcfilters-filter-user-experience-level-unregistered-description','s:62:\"ar:المحررون الذين لم يسجلوا الدخول.\";'),('arq','messages:rcfilters-filter-user-experience-level-unregistered-label','s:26:\"ar:غير المسجلين\";'),('arq','messages:rcfilters-filter-watchlist-notwatched-description','s:93:\"ar:كل شيء باستثناء التغييرات في صفحات قائمة مراقبتك.\";'),('arq','messages:rcfilters-filter-watchlist-notwatched-label','s:42:\"ar:ليس في قائمة المراقبة\";'),('arq','messages:rcfilters-filter-watchlist-watched-description','s:68:\"ar:التغييرات للصفحات في قائمة مراقبتك.\";'),('arq','messages:rcfilters-filter-watchlist-watched-label','s:35:\"ar:في قائمة المراقبة\";'),('arq','messages:rcfilters-filter-watchlist-watchednew-description','s:129:\"ar:التغييرات التي حدثت على الصفحات التي تراقبها ولم تزرها منذ ذلك الحين.\";'),('arq','messages:rcfilters-filter-watchlist-watchednew-label','s:60:\"ar:تغييرات قائمة المراقبة الجديدة\";'),('arq','messages:rcfilters-filter-watchlistactivity-seen-description','s:99:\"ar:التغييرات للصفحات التي زرتها منذ حدوث هذه التغييرات.\";'),('arq','messages:rcfilters-filter-watchlistactivity-seen-label','s:36:\"ar:التغييرات المرئية\";'),('arq','messages:rcfilters-filter-watchlistactivity-unseen-description','s:104:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث هذه التغييرات.\";'),('arq','messages:rcfilters-filter-watchlistactivity-unseen-label','s:35:\"ar:تغييرات غير مرئية\";'),('arq','messages:rcfilters-filtergroup-authorship','s:32:\"ar:ملكية التعديلات\";'),('arq','messages:rcfilters-filtergroup-automated','s:48:\"ar:المساهمات الأوتوماتيكية\";'),('arq','messages:rcfilters-filtergroup-changetype','s:24:\"ar:نوع التغيير\";'),('arq','messages:rcfilters-filtergroup-lastrevision','s:30:\"ar:أحدث المراجعات\";'),('arq','messages:rcfilters-filtergroup-reviewstatus','s:28:\"ar:حالة المراجعة\";'),('arq','messages:rcfilters-filtergroup-significance','s:17:\"ar:الأهمية\";'),('arq','messages:rcfilters-filtergroup-user-experience-level','s:43:\"ar:تسجيل المستخدم وخبرته\";'),('arq','messages:rcfilters-filtergroup-watchlist','s:50:\"ar:الصفحات في قائمة المراقبة\";'),('arq','messages:rcfilters-filtergroup-watchlistactivity','s:39:\"ar:نشاط قائمة المراقبة\";'),('arq','messages:rcfilters-filterlist-noresults','s:47:\"ar:لم يتم العثور على مرشحات\";'),('arq','messages:rcfilters-filterlist-title','s:15:\"ar:مرشحات\";'),('arq','messages:rcfilters-filterlist-whatsthis','s:27:\"ar:كيف تعمل هذه؟\";'),('arq','messages:rcfilters-group-results-by-page','s:44:\"ar:جمع النتائج حسب الصفحة\";'),('arq','messages:rcfilters-hideminor-conflicts-typeofchange','s:197:\"ar:بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة،\" لذا فهذا المرشح يتعارض مع مرشحات نوع التغيير التالية: $1\";'),('arq','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:362:\"ar:مرشح \"التعديلات الطفيفة\" يتعارض مع مرشح واحد أو أكثر من مرشحات نوع التغيير، وذلك لأن بعض أنواع التغيير لا يمكن التعليم عليها ك\"طفيفة.\" المرشحات المتعارضة معلم عليها في مساحة المرشحات النشطة بالأعلى.\";'),('arq','messages:rcfilters-highlightbutton-title','s:39:\"ar:التعليم على النتائج\";'),('arq','messages:rcfilters-highlighted-filters-list','s:17:\"ar:معلمة: $1\";'),('arq','messages:rcfilters-highlightmenu-help','s:64:\"ar:اختر لونا للتعليم على هذه الخاصية\";'),('arq','messages:rcfilters-highlightmenu-title','s:20:\"ar:اختر لونا\";'),('arq','messages:rcfilters-hours-title','s:39:\"ar:عدد الساعات الأخيرة\";'),('arq','messages:rcfilters-invalid-filter','s:27:\"ar:مرشح غير صحيح\";'),('arq','messages:rcfilters-legend-heading','s:52:\"ar:<strong>قائمة الاختصارات:</strong>\";'),('arq','messages:rcfilters-limit-and-date-label','s:124:\"ar:{{PLURAL:$1|لا تغيير|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرًا|$1 تغييرٍ}}، $2\";'),('arq','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:91:\"ar:ترشيح النتائج حسب عدد التغييرات والفترة الزمنية\";'),('arq','messages:rcfilters-limit-title','s:28:\"ar:النتائج للعرض\";'),('arq','messages:rcfilters-liveupdates-button','s:24:\"ar:تحديثات حية\";'),('arq','messages:rcfilters-liveupdates-button-title-off','s:63:\"ar:عرض التغييرات الجديدة فور حدوثها\";'),('arq','messages:rcfilters-liveupdates-button-title-on','s:43:\"ar:إيقاف التحديثات الحية\";'),('arq','messages:rcfilters-noresults-conflict','s:111:\"ar:لا نتائج تم العثور عليها لأن محددات البحث تعارض بعضها البعض\";'),('arq','messages:rcfilters-other-review-tools','s:35:\"ar:أدوات مراجعة أخرى\";'),('arq','messages:rcfilters-preference-help','s:216:\"ar:يحمل [[{{#special:RecentChanges}}|أحدث التغييرات]] و[[{{#special:RecentChangesLinked}}|التغييرات ذات الصلة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('arq','messages:rcfilters-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('arq','messages:rcfilters-quickfilters','s:36:\"ar:المرشحات المحفوظة\";'),('arq','messages:rcfilters-quickfilters-placeholder-description','s:200:\"ar:لحفظ إعدادات الفلتر وإعادة استخدامها في وقت لاحق; انقر فوق رمز الإشارة المرجعية في منطقة الفلتر النشط أدناه.\";'),('arq','messages:rcfilters-quickfilters-placeholder-title','s:43:\"ar:لا مرشحات تم حفظها بعد\";'),('arq','messages:rcfilters-restore-default-filters','s:55:\"ar:استرجاع المرشحات الافتراضية\";'),('arq','messages:rcfilters-savedqueries-add-new-title','s:52:\"ar:حفظ إعدادات المرشح الحالية\";'),('arq','messages:rcfilters-savedqueries-already-saved','s:120:\"ar:هذه المرشحات محفوظة بالفعل. غير إعداداتك لإنشاء مرشح محفوظ جديد.\";'),('arq','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:37:\"ar:إنشاء مرشح افتراضي\";'),('arq','messages:rcfilters-savedqueries-apply-label','s:22:\"ar:أنشئ مرشحا\";'),('arq','messages:rcfilters-savedqueries-cancel-label','s:9:\"ar:ألغ\";'),('arq','messages:rcfilters-savedqueries-defaultlabel','s:28:\"ar:مرشحات محفوظة\";'),('arq','messages:rcfilters-savedqueries-new-name-label','s:13:\"ar:الاسم\";'),('arq','messages:rcfilters-savedqueries-new-name-placeholder','s:36:\"ar:صف الغرض من المرشح\";'),('arq','messages:rcfilters-savedqueries-remove','s:9:\"ar:حذف\";'),('arq','messages:rcfilters-savedqueries-rename','s:24:\"ar:أعد التسمية\";'),('arq','messages:rcfilters-savedqueries-setdefault','s:37:\"ar:حفظ كقيمة افتراضية\";'),('arq','messages:rcfilters-savedqueries-unsetdefault','s:47:\"ar:إزالة القيمة الافتراضية\";'),('arq','messages:rcfilters-search-placeholder','s:97:\"ar:رشح التغييرات (استخدم القائمة أو ابحث عن اسم المرشح)\";'),('arq','messages:rcfilters-search-placeholder-mobile','s:15:\"ar:مرشحات\";'),('arq','messages:rcfilters-show-new-changes','s:53:\"ar:عرض التغييرات الجديدة منذ $1\";'),('arq','messages:rcfilters-state-message-fullcoverage','s:207:\"ar:اختيار كل المرشحات في هذه المجموعة له نفس التأثير كاختيار لا شيء، لذا فهذا المرشح ليس له تأثير. المجموعة تتضمن: $1\";'),('arq','messages:rcfilters-state-message-subset','s:224:\"ar:هذا المرشح ليس له تأثير لأن نتائجه متضمنة في {{PLURAL:$2|المرشح التالي|المرشحات التالية}} الأكثر عمومية (جرب التعليم لتمييزه): $1\";'),('arq','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('arq','messages:rcfilters-tag-prefix-namespace-inverted','s:30:\"ar:<strong>:ليس</strong> $1\";'),('arq','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('arq','messages:rcfilters-tag-remove','s:14:\"ar:أزل \'$1\'\";'),('arq','messages:rcfilters-target-page-placeholder','s:45:\"ar:أدخل اسم صفحة (أو تصنيف)\";'),('arq','messages:rcfilters-typeofchange-conflicts-hideminor','s:197:\"ar:مرشح نوع التغيير هذا يتعارض مع مرشح \"التعديلات الطفيفة\". بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة.\"\";'),('arq','messages:rcfilters-view-namespaces-tooltip','s:44:\"ar:رشح النتائج حسب النطاق\";'),('arq','messages:rcfilters-view-return-to-default-tooltip','s:58:\"ar:ارجع لقائمة المرشحات الرئيسية\";'),('arq','messages:rcfilters-view-tags','s:30:\"ar:تعديلات موسومة\";'),('arq','messages:rcfilters-view-tags-help-icon-tooltip','s:58:\"ar:المزيد حول التعديلات الموسومة\";'),('arq','messages:rcfilters-view-tags-tooltip','s:55:\"ar:رشح النتائج حسب وسوم التعديل\";'),('arq','messages:rcfilters-watchlist-edit-watchlist-button','s:52:\"ar:عدل قائمة الصفحات المراقبة\";'),('arq','messages:rcfilters-watchlist-markseen-button','s:50:\"ar:اعتبر كل التغييرات منظورة\";'),('arq','messages:rcfilters-watchlist-preference-help','s:136:\"ar:يحمل [[{{#special:Watchlist}}|قائمة المراقبة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('arq','messages:rcfilters-watchlist-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('arq','messages:rcfilters-watchlist-showupdated','s:147:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث التغييرات تكون <strong>بالخط الغليظ</strong>.\";'),('arq','messages:rclinks','s:53:\"arq:بين آخر $1 تبديل في آخر $2 يوم\";'),('arq','messages:rclistfrom','s:53:\"arq:بين التبديلات البديه من $3 $2\";'),('arq','messages:rclistfromreset','s:44:\"ar:إعادة ضبط خيار التاريخ\";'),('arq','messages:rcnotefrom','s:133:\"arq:التحت {{PLURAL:$5|تبديلة|التبديلات}}  من <strong>$4 ,$3</strong> (إلى <strong>$1</strong> معروضة).\";'),('arq','messages:rcpatroldisabled','s:54:\"ar:مراجعة أحدث التغييرات معطلة\";'),('arq','messages:rcpatroldisabledtext','s:76:\"ar:خاصية مراجعة أحدث التغييرات معطلة حاليا\";'),('arq','messages:rcshowhideanons','s:46:\"arq:$1 المستخدمين المجهولين\";'),('arq','messages:rcshowhideanons-hide','s:12:\"arq:خبّي\";'),('arq','messages:rcshowhideanons-show','s:12:\"arq:ورّي\";'),('arq','messages:rcshowhidebots','s:21:\"arq:$1 البوتات\";'),('arq','messages:rcshowhidebots-hide','s:12:\"arq:خبّي\";'),('arq','messages:rcshowhidebots-show','s:12:\"arq:ورّي\";'),('arq','messages:rcshowhidecategorization','s:31:\"ar:$1 تصنيف الصفحات\";'),('arq','messages:rcshowhidecategorization-hide','s:9:\"ar:أخف\";'),('arq','messages:rcshowhidecategorization-show','s:12:\"arq:ورّي\";'),('arq','messages:rcshowhideliu','s:44:\"arq:$1 المستخدمين المسجلين\";'),('arq','messages:rcshowhideliu-hide','s:12:\"arq:خبّي\";'),('arq','messages:rcshowhideliu-show','s:12:\"arq:ورّي\";'),('arq','messages:rcshowhidemine','s:32:\"arq:$1 تبديلات نتاعي\";'),('arq','messages:rcshowhidemine-hide','s:12:\"arq:خبّي\";'),('arq','messages:rcshowhidemine-show','s:12:\"arq:ورّي\";'),('arq','messages:rcshowhideminor','s:38:\"arq:$1 التبديلات الصغير\";'),('arq','messages:rcshowhideminor-hide','s:12:\"arq:خبّي\";'),('arq','messages:rcshowhideminor-show','s:12:\"arq:ورّي\";'),('arq','messages:rcshowhidepatr','s:42:\"arq:$1 التبديلات المعسوسه\";'),('arq','messages:rcshowhidepatr-hide','s:9:\"ar:أخف\";'),('arq','messages:rcshowhidepatr-show','s:11:\"ar:أظهر\";'),('arq','messages:readonly','s:64:\"arq:الدخيرة تاع الخبيرات راهي مغلوقة\";'),('arq','messages:readonly_lag','s:198:\"arq:الدخيرة تاع الخبرات راهي مقفولة بيدما السربايات التوناويّة يلحقو التوخار الّي عندهم معا السرباي اللولاني\";'),('arq','messages:readonlytext','s:342:\"arq:الدخيرة تاع الخبارات راهي مغلوقة على الدخلات الجديدة ولا التبدالات، بالاك علاجال كاش صيانة عاديّة، مور ماش غادي تعاود ترجع لل طبَع.\n\nالإيداري الّي دار هاد الشي راه يعطي التفسيرات هادي: $1\";'),('arq','messages:readonlywarning','s:404:\"ar:<strong>تحذير: لقد أغلقت قاعدة البيانات للصيانة، لذلك لن تتمكن من نشر التعديلات التي قمت بها حاليا.\nإذا رغبت بإمكانك أن تنسخ النص الذي تعمل عليه وتحفظه في ملف نصي إلى وقت لاحق.</strong>\n\nإداري النظام الذي أغلقها أعطى هذا التفسير: $1\";'),('arq','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('arq','messages:recentchanges','s:37:\"arq:التبدالات الاخّرة\";'),('arq','messages:recentchanges-feed-description','s:80:\"arq:تبع التبديلات الجدد للويكي في هاذ التيار .\";'),('arq','messages:recentchanges-label-bot','s:45:\"arq:هاذ التبديل ندار بروبو\";'),('arq','messages:recentchanges-label-minor','s:32:\"arq:هاذا تبديل صغير\";'),('arq','messages:recentchanges-label-newpage','s:60:\"arq: هاد التبدال راه صنع باجة جديدة\";'),('arq','messages:recentchanges-label-plusminus','s:101:\"arq:الحجَم تاع الصفحة راه تبدّل ب هاد العدّة تاع البايتات\";'),('arq','messages:recentchanges-label-unpatrolled','s:56:\"arq:ما تراجعتش هاذ التبديله للآن\";'),('arq','messages:recentchanges-legend','s:58:\"arq:واش تختار ف`التبدالات التوالا\";'),('arq','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('arq','messages:recentchanges-legend-heading','s:32:\"arq:<strong>تفسار:</strong>\";'),('arq','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('arq','messages:recentchanges-legend-newpage','s:118:\"arq:{{int:recentchanges-label-newpage}} (شوف تاني [[Special:NewPages|ليستة تاع صفحات جديدة]])\";'),('arq','messages:recentchanges-legend-plusminus','s:19:\"ar:(<em>±123</em>)\";'),('arq','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('arq','messages:recentchanges-legend-watchlistexpiry','s:37:\"ar:صفحة مراقبة مؤقتاً\";'),('arq','messages:recentchanges-network','s:128:\"ar:نتيجة لخطأ تقني، تعذر تحميل النتائج. من فضلك حاول إعادة تحديث الصفحة.\";'),('arq','messages:recentchanges-noresult','s:83:\"arq:مكاش حتى تبدال في الوقت لي مخير كيما وش تحوس\";'),('arq','messages:recentchanges-notargetpage','s:112:\"ar:أدخل اسم صفحة بالأعلى لرؤية التغييرات المرتبطة بهذه الصفحة.\";'),('arq','messages:recentchanges-page-added-to-category','s:43:\"ar:[[:$1]] أضيفت إلى التصنيف\";'),('arq','messages:recentchanges-page-added-to-category-bundled','s:130:\"ar:أضيفت [[:$1]] إلى التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات اخرى]]\";'),('arq','messages:recentchanges-page-removed-from-category','s:41:\"ar:أزيلت [[:$1]] من التصنيف\";'),('arq','messages:recentchanges-page-removed-from-category-bundled','s:128:\"ar:أزيلت [[:$1]] من التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات أخرى]]\";'),('arq','messages:recentchanges-submit','s:12:\"arq:ورّي\";'),('arq','messages:recentchanges-summary','s:88:\"arq:اجبر التبدالات اللواخر الّي صراو ف هاد الصفحة.\";'),('arq','messages:recentchanges-timeout','s:106:\"ar:البحث انتهى بدون نتائج. ربما تحب تجربة مدخلات بحث مختلفة.\";'),('arq','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('arq','messages:recentchangescount','s:141:\"ar:عدد التعديلات للعرض في أحدث التغييرات وتواريخ الصفحات، والسجلات، افتراضيا:\";'),('arq','messages:recentchangesdays','s:73:\"ar:عدد الأيام المعروضة في أحدث التغييرات:\";'),('arq','messages:recentchangesdays-max','s:118:\"ar:الحد الأقصى {{PLURAL:$1|أقل من يوم|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('arq','messages:recentchangeslinked','s:31:\"arq:تبديلات مربوطه\";'),('arq','messages:recentchangeslinked-feed','s:31:\"arq:تبديلات مربوطه\";'),('arq','messages:recentchangeslinked-page','s:24:\"arq:اسم الباجه:\";'),('arq','messages:recentchangeslinked-summary','s:301:\"arq:هاذي ليستة تع التبديلات اللي تمت هاذ الخطرة للباجات الموصولة من باجة معينة (ولا للأعضاء الداخلين في تصنيف معين).\nالصفحات في [[Special:Watchlist|ليستت مراقبة نتاعك]] \'\'\'مغلظه\'\'\'\";'),('arq','messages:recentchangeslinked-title','s:47:\"arq:التبديلات المرتبطة ب \"$1\"\";'),('arq','messages:recentchangeslinked-to','s:109:\"arq:بين التبديلات للباجات الموصولة للباجه المعطية عوضا العكس\";'),('arq','messages:recentchangeslinked-toolbox','s:50:\"arq:تبديلات الباجات المرتبطه\";'),('arq','messages:recentchangestext','s:4:\"en:-\";'),('arq','messages:recreate','s:24:\"ar:إعادة إنشاء\";'),('arq','messages:recreate-moveddeleted-warn','s:279:\"arq:\'\'\'توليه: راك تعاود تصنع باحه اتمحات من قبل.\'\'\'\n\nلازم تتأكد بلى الباجه الا نصنعت ماهوش مشكل الا كملت الكتبه فبها.\nريجيستر المحو و النقل معروض هنا باش تراقب :\";'),('arq','messages:red-link-title','s:42:\"arq:$1 (الباجة ما كاينة شي)\";'),('arq','messages:redirect','s:159:\"arq:معاودة` التوجاه بل النمرو تاع الفيشي، المستعملي، الباجة، النسخة، ولا النمرو فل جرنان\";'),('arq','messages:redirect-file','s:24:\"arq:أسم` الفيشي\";'),('arq','messages:redirect-logid','s:22:\"ar:معرف السجل\";'),('arq','messages:redirect-lookup','s:16:\"arq:حوس في:\";'),('arq','messages:redirect-not-exists','s:35:\"ar:المطلوب غير موجود\";'),('arq','messages:redirect-not-numeric','s:29:\"ar:قيمة غير رقمية\";'),('arq','messages:redirect-page','s:26:\"arq:id تاع الصفحة\";'),('arq','messages:redirect-revision','s:52:\"arq:معاودة` القراية تاع الباجة\";'),('arq','messages:redirect-submit','s:10:\"arq:روح\";'),('arq','messages:redirect-summary','s:633:\"arq:هاد الباجة الخاصّة راهي تحوّل ل كاش فيشي (بل سميّة تاعهو)، كاش باجة (بل مرقّم تاع الطبعة تاعها ولا المرقّم تاع الباجة بداتها)، كاش باجة تاع مستعملي (بل مرقّم تاع المستعملي)، ولا كاش تدخيلة فل جرنان (بل مرقّم تاع الجرنان). كيفاش تستعمل :\n[[{{#Special:Redirect}}/file/Example.jpg]]،\n[[{{#Special:Redirect}}/page/64308]]،\n[[{{#Special:Redirect}}/revision/328429]]،\n[[{{#Special:Redirect}}/user/101]]، ولا\n[[{{#Special:Redirect}}/logid/186]].\";'),('arq','messages:redirect-text','s:3:\"en:\";'),('arq','messages:redirect-user','s:30:\"arq:id تاع المستخدم\";'),('arq','messages:redirect-value','s:17:\"arq:القيمة:\";'),('arq','messages:redirectedfrom','s:22:\"arq:(محول من $1)\";'),('arq','messages:redirectexists','s:157:\"ar:توجد حالة إعادة توجيه قائمة بالفعل على [[:$1]]، ولا يمكن حذفها آليا.\nيرجى اختيار اسم آخر.\";'),('arq','messages:redirectpagesub','s:34:\"arq:باجة تاع التحوال\";'),('arq','messages:redirectto','s:18:\"arq:حوّل لـ:\";'),('arq','messages:removecredentials','s:30:\"ar:إزالة الاعتماد\";'),('arq','messages:removecredentials-invalidsubpage','s:46:\"ar:$1 ليس نوع اعتمادات صحيح.\";'),('arq','messages:removecredentials-submit','s:30:\"ar:إزالة الاعتماد\";'),('arq','messages:removecredentials-success','s:44:\"ar:اعتماداتك تمت إزالتها.\";'),('arq','messages:removedwatchtext','s:103:\"ar:\"[[:$1]]\" وصفحة نقاشها أزيلتا من [[Special:Watchlist|قائمة مراقبتك]].\";'),('arq','messages:removedwatchtext-short','s:59:\"ar:أزيلت صفحة \"$1\" من قائمة مراقبتك.\";'),('arq','messages:removedwatchtext-talk','s:120:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إزالتها من [[Special:Watchlist|قائمة مراقبتك]].\";'),('arq','messages:removewatch','s:46:\"ar:إزالة من قائمة المراقبة\";'),('arq','messages:resetpass-abort-generic','s:116:\"arq:التبدال تاعع كلمت` السرّ راه تحبّس علاجال وحد المزيودة (extension).\";'),('arq','messages:resetpass-expired','s:134:\"arq:كلمت` السرّ تاعك راه كمَل الصلوح تاعها. الله يحفضك اختار كلمت` سرّ جديدة.\";'),('arq','messages:resetpass-expired-soft','s:272:\"arq:كملت  مدة صلاحية كلمة السر نتاعك; ما ذا بيك تغيير الكلمة السرية فالحين أو النقر على زر \"{{int:authprovider-resetpass-skip-label}}\" باش تعاود تصنع كلمة السر المرة الجاية.\";'),('arq','messages:resetpass-no-info','s:90:\"arq:لازم لك تكون مسجّل الدخول باش تلحق ل هاد الپاجة.\";'),('arq','messages:resetpass-recycled','s:82:\"arq:تعيش دير كود وحداخر ماشي زي لي راك دايرو ضك.\";'),('arq','messages:resetpass-submit-cancel','s:12:\"arq:بطّل\";'),('arq','messages:resetpass-submit-loggedin','s:33:\"arq:بدّل كلمت` السرّ\";'),('arq','messages:resetpass-temp-emailed','s:218:\"arq:راك سجّلت الدخول تاعك ب كود مأقّت مبعوت ليك ب إيمال. باش تكمّل الدخول لل پاجات لخرين، لازم لك تختار كلمت` سرّ جديدة هنا:\";'),('arq','messages:resetpass-temp-password','s:34:\"arq:كلمت` سرّ مأقّتة:\";'),('arq','messages:resetpass-validity','s:115:\"ar:كلمة السر غير صالحة: $1\n\nيرجى تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('arq','messages:resetpass-validity-soft','s:236:\"arq:كلمة السر الخاصة بيك ما عادتش صالحة :  $1 \n\nرجاءا اختر كلمة سر جديدة الآن، أو انقر فوق \"{{int:authprovider-resetpass-skip-label}}\" لتغييرها في وقت لاحق.\";'),('arq','messages:resetpass-wrong-oldpass','s:130:\"arq:كلمت` سرّ ماشي مقبولة.\nبالاك راك بدّلتها ولا طلبت كاش كلمت` سرّ مأقّتة.\";'),('arq','messages:resetpass_announce','s:110:\"arq:باش تكمّل تسجال الدخول تاعك لازم لك تبدّل كلمت` السرّ تاعك.\";'),('arq','messages:resetpass_forbidden','s:53:\"arq:كلمت` السرّ ما تنجمش تتبدّل\";'),('arq','messages:resetpass_forbidden-reason','s:47:\"arq:لكود لي ماتقدش تبدلهم :$1\";'),('arq','messages:resetpass_header','s:51:\"arq:بدّل كلمت` السر تاع الحساب\";'),('arq','messages:resetpass_submit','s:60:\"arq:اختار كلمت` السرّ و سجّل الدخول\";'),('arq','messages:resetpass_text','s:32:\"ar:<!-- أضف نصا هنا -->\";'),('arq','messages:resettokens','s:27:\"arq:بدّل المفاتح\";'),('arq','messages:resettokens-done','s:41:\"arq:المفاتح راهي تبدّلت.\";'),('arq','messages:resettokens-no-tokens','s:60:\"arq:ما كاين حتا مفاتح تنجم تبدّلهم.\";'),('arq','messages:resettokens-resetbutton','s:60:\"arq:بدّل المفاتح الّي راك ختاريتها\";'),('arq','messages:resettokens-summary','s:3:\"en:\";'),('arq','messages:resettokens-text','s:297:\"arq:تنجم تبدّل المفاتح الّي يخلّيوك توصل ل شي معلومات خوصوصيّة، مربوطة بل حساب تاعك هنا.\n\nلازم لك تديرها يلا كُنت نتا مدّيتهم ل شي واحد ولا بلا كان الحساب تاعك اتهدّد.\";'),('arq','messages:resettokens-token-label','s:41:\"arq:$1 (القيمة تاع ضركا: $2)\";'),('arq','messages:resettokens-tokens','s:15:\"arq:مفاتح:\";'),('arq','messages:resettokens-watchlist-token','s:153:\"arq:المفتاح تاع السيل (Atom/RSS) تاع [[Special:Watchlist|التبدالات الّي فل ليستة تاع المتابعة تاعك]]\";'),('arq','messages:rest-bad-content-model','s:43:\"ar:نموذج المحتوى السيئ: $1\";'),('arq','messages:rest-bad-json-body','s:72:\"ar:نص الطلب غير صالح، يجب أن يكون كائن JSON.\";'),('arq','messages:rest-badtoken','s:44:\"ar:رمز CSRF المقدم غير صالح.\";'),('arq','messages:rest-cannot-load-file','s:57:\"ar:لا يمكن تحميل ملف العنوان «$1».\";'),('arq','messages:rest-compare-inaccessible','s:97:\"ar:المراجعة المحددة بواسطة الوسيط $1 ليست متاحة علانية.\";'),('arq','messages:rest-compare-nonexistent','s:84:\"ar:المراجعة المحددة بواسطة الوسيط $1 غير موجودة.\";'),('arq','messages:rest-compare-page-mismatch','s:105:\"ar:المراجعات المحددة تنتمي إلى صفحات مختلفة؛ رفض مقارنتها.\";'),('arq','messages:rest-compare-permission-denied','s:89:\"ar:لا يمكن للمستخدم الوصول إلى المراجعات المطلوبة\";'),('arq','messages:rest-compare-wikidiff2','s:75:\"ar:تتطلب نقطة النهاية هذه wikidiff2 1.9.0 أو أحدث.\";'),('arq','messages:rest-compare-wrong-content','s:151:\"ar:تحتوي فتحة $1 للمراجعة المحددة بواسطة الوسيط $2 على نوع محتوى لا يمكن تحويله إلى نص.\";'),('arq','messages:rest-cross-origin-anon-write','s:81:\"ar:غير مسموح بطلبات الكتابة عبر الأصل المجهول\";'),('arq','messages:rest-extraneous-csrf-token','s:205:\"ar:تم العثور على رمز CSRF غريب. يجب عدم استخدام رموز CSRF المميزة عند استخدام آليات المصادقة مثل OAuth الآمنة ضد هجمات CSRF.\";'),('arq','messages:rest-html-backend-error','s:31:\"ar:تعذر جلب Parsoid HTML\";'),('arq','messages:rest-invalid-user','s:60:\"ar:اسم المستخدم المحدد ($1) غير صالح\";'),('arq','messages:rest-json-body-parse-error','s:54:\"ar:تحليل نص الطلب بسبب فشل JSON: $1\";'),('arq','messages:rest-media-too-many-links','s:130:\"ar:تم العثور على عدد كبير جدًا من ارتباطات الوسائط في العنوان $1 (مسموح ب$2)\";'),('arq','messages:rest-missing-body-field','s:70:\"ar:الحقل الإلزامي «$1» مفقود من نص الطلب.\";'),('arq','messages:rest-no-match','s:98:\"ar:المسار النسبي المطلوب ($1) لا يتطابق مع أي معالج معروف\";'),('arq','messages:rest-no-revision','s:71:\"ar:غير قادر على استرداد مراجعة للعنوان $1\";'),('arq','messages:rest-nonexistent-revision','s:60:\"ar:المراجعة المحددة ($1) غير موجودة.\";'),('arq','messages:rest-nonexistent-title','s:53:\"ar:العنوان المحدد ($1) غير موجود\";'),('arq','messages:rest-nonexistent-title-revision','s:92:\"ar:المراجعة المحددة ($1) غير موجودة للصفحة المحددة ($2)\";'),('arq','messages:rest-nonexistent-user','s:55:\"ar:المستخدم المحدد ($1) غير موجود\";'),('arq','messages:rest-page-source-type-error','s:75:\"ar:نوع محتوى مصدر الصفحة المطلوب غير مدعوم\";'),('arq','messages:rest-pagehistory-incompatible-params','s:93:\"ar:لا يمكن تحديد كلا الوسيطين \"الأقدم من\" و\"الأحدث من\"\";'),('arq','messages:rest-pagehistory-param-range-error','s:65:\"ar:يجب أن يكون معرف المراجعة أكبر من 0\";'),('arq','messages:rest-pagehistory-timestamp-error','s:103:\"ar:غير قادر على استرداد الطابع الزمني للمراجعة المحددة ($1)\";'),('arq','messages:rest-pagehistorycount-parameters-invalid','s:75:\"ar:المجموعة المحددة من الوسائط غير مدعومة.\";'),('arq','messages:rest-pagehistorycount-too-many-revisions','s:131:\"ar:يحتوي العنوان المحدد على عدد كبير جدا من المراجعات لاسترداد هذا العدد.\";'),('arq','messages:rest-pagehistorycount-type-unrecognized','s:52:\"ar:نوع العد المحدد ($1) غير صالح\";'),('arq','messages:rest-permission-denied-anon','s:76:\"ar:لا يمكن الوصول إليها من قبل مستخدم مجهول\";'),('arq','messages:rest-permission-denied-revision','s:93:\"ar:لا يمكن للمستخدم الوصول إلى المراجعة المطلوبة ($1).\";'),('arq','messages:rest-permission-denied-title','s:81:\"ar:المستخدم ليست لديه صلاحية قراءة العنوان ($1)\";'),('arq','messages:rest-prefix-mismatch','s:86:\"ar:المسار المطلوب ($1) لم يكن داخل مسار جذر API REST ($2)\";'),('arq','messages:rest-requires-safe-against-csrf','s:79:\"ar:تتطلب نقطة النهاية هذه موفر جلسة CSRF آمنًا.\";'),('arq','messages:rest-resource-limit-exceeded','s:64:\"ar:تجاوزت حدود الموارد معالجة الطلب.\";'),('arq','messages:rest-search-error','s:53:\"ar:خطأ عند إرجاع نتائج البحث: $1\";'),('arq','messages:rest-update-cannot-create-page','s:266:\"ar:لا يمكن إنشاء الصفحة «$1» لأنها موجودة بالفعل. لتحديث الصفحة الحالية، قم بتوفير معرّف المراجعة الأساسي في البنية أسفل مفتاح «الأحدث» في نص الطلب.\";'),('arq','messages:rest-wrong-method','s:141:\"ar:لم تكن طريقة الطلب  ($1)  {{PLURAL:$3|الطريقة|إحدى الطرق}} المسموح بها لهذا المسار ($2)\";'),('arq','messages:restore-count-files','s:82:\"ar:{{PLURAL:$1||ملف واحد|ملفان|$1 ملفات|$1 ملفًا|$1 ملف}}\";'),('arq','messages:restore-count-revisions','s:47:\"ar:{{PLURAL:$1|1 مراجعة|$1 مراجعة}}\";'),('arq','messages:restorelink','s:106:\"arq:{{PLURAL:$1|تبدال واحد مفاصي|$1 تبدالات مفاصيين|$1 تبدال مفاصي}}\";'),('arq','messages:restoreprefs','s:62:\"ar:استرجاع كل الإعدادات الافتراضية\";'),('arq','messages:restricted-displaytitle','s:144:\"ar:<strong>تحذير:</strong> عنوان العرض \"$1\" تم تجاهله بما أنه لا يساوي عنوان الصفحة الفعلي.\";'),('arq','messages:restricted-displaytitle-ignored','s:59:\"ar:الصفحات بعناوين عرض تم تجاهلها\";'),('arq','messages:restricted-displaytitle-ignored-desc','s:168:\"ar:هذه الصفحة تحتوي على <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> تم تجاهله لأنه لا يساوي عنوان الصفحة الفعلي.\";'),('arq','messages:restriction-blank','s:3:\"en:\";'),('arq','messages:restriction-create','s:17:\"ar:الإنشاء\";'),('arq','messages:restriction-edit','s:10:\"arq:بدل\";'),('arq','messages:restriction-level','s:29:\"ar:مستوى الضوابط:\";'),('arq','messages:restriction-level-all','s:18:\"ar:أي مستوى\";'),('arq','messages:restriction-level-autoconfirmed','s:24:\"ar:حماية جزئية\";'),('arq','messages:restriction-level-sysop','s:24:\"ar:حماية كاملة\";'),('arq','messages:restriction-move','s:12:\"arq:نقّل\";'),('arq','messages:restriction-type','s:10:\"ar:إذن:\";'),('arq','messages:restriction-upload','s:9:\"ar:رفع\";'),('arq','messages:restrictionsfield-badip','s:56:\"ar:عنوان أيبي أو نطاق غير صحيح: $1\";'),('arq','messages:restrictionsfield-help','s:132:\"ar:عنوان أيبي أو نطاق CIDR واحد لكل سطر. لتفعيل كل شيء، استخدم:\n<pre>0.0.0.0/0\n::/0</pre>\";'),('arq','messages:restrictionsfield-label','s:51:\"ar:نطاقات الأيبي المسموح بها:\";'),('arq','messages:retrievedfrom','s:28:\"arq:جايبينو من \"$1\"\";'),('arq','messages:returnto','s:21:\"arq:ولي إلى $1.\";'),('arq','messages:retypenew','s:43:\"arq:عتود اكتب كلمت` السرّ:\";'),('arq','messages:reuploaddesc','s:72:\"ar:إلغاء الرفع والرجوع إلى استمارة الرفع\";'),('arq','messages:rev-deleted-comment','s:37:\"ar:(أزيل ملخص التعديل)\";'),('arq','messages:rev-deleted-diff-view','s:243:\"ar:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('arq','messages:rev-deleted-event','s:50:\"ar:(تفاصيل السجل تمت إزالتها)\";'),('arq','messages:rev-deleted-no-diff','s:244:\"ar:لا يمكنك رؤية هذا الفرق لأن إحدى المراجعات <strong>حُذِفت</strong>.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('arq','messages:rev-deleted-text-permission','s:184:\"ar:<strong>حُذِفت</strong> مراجعة هذه الصفحة.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف].\";'),('arq','messages:rev-deleted-text-unhide','s:295:\"ar:<strong>حُذِفت</strong> مراجعة الصفحة هذه.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nمازال بإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('arq','messages:rev-deleted-text-view','s:215:\"ar:<strong>أُزيل</strong> هذا التعديل من الأرشيف العام. التفاصيل حول الإزالة في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف لهذه الصفحة].\";'),('arq','messages:rev-deleted-unhide-diff','s:287:\"ar:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('arq','messages:rev-deleted-user','s:39:\"ar:(أُزيل اسم المستخدم)\";'),('arq','messages:rev-deleted-user-contribs','s:127:\"ar:[اسم المستخدم أو عنوان الأيبي تمت إزالته - التعديل مخفي من المساهمات]\";'),('arq','messages:rev-delundel','s:17:\"arq:بين/خبي\";'),('arq','messages:rev-showdeleted','s:12:\"arq:ورّي\";'),('arq','messages:rev-suppressed-diff-view','s:256:\"ar:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية هذا الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\";'),('arq','messages:rev-suppressed-no-diff','s:117:\"ar:ليس بإمكانك مشاهدة هذا الفرق لأن إحدى المراجعات <strong>حذفت</strong>.\";'),('arq','messages:rev-suppressed-text','s:65:\"ar:<strong>مُنعت</ strong> مراجعة الصفحة هذه.\";'),('arq','messages:rev-suppressed-text-permission','s:181:\"ar:هذه النسخة قد <strong>أخفيت</strong>. \nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('arq','messages:rev-suppressed-text-unhide','s:292:\"ar:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('arq','messages:rev-suppressed-text-view','s:218:\"ar:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('arq','messages:rev-suppressed-unhide-diff','s:295:\"ar:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('arq','messages:revdel-restore','s:35:\"arq:غير كيف راهي تبان\";'),('arq','messages:revdelete-concurrent-change','s:194:\"ar:خطأ في تعديل العنصر ذي التاريخ $2 $1: تظهر حالته أن شخصا آخر عدله أثناء محاولتك تعديله.\nمن فضلك راجع السجلات.\";'),('arq','messages:revdelete-confirm','s:182:\"ar:من فضلك أكد أنك تنوي فعل هذا، وأنك تفهم العواقب، وأنك تفعل هذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('arq','messages:revdelete-content-hid','s:25:\"arq:مضمون مخبّي\";'),('arq','messages:revdelete-content-unhid','s:29:\"ar:محتوى غير مخفي\";'),('arq','messages:revdelete-edit-reasonlist','s:31:\"ar:عدل أسباب الحذف\";'),('arq','messages:revdelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('arq','messages:revdelete-failure','s:58:\"ar:\'\'\'تعذر تحديث رؤية المراجعة:\'\'\'\n$1\";'),('arq','messages:revdelete-hide-comment','s:26:\"ar:ملخص التعديل\";'),('arq','messages:revdelete-hide-current','s:140:\"ar:خطأ عند إخفاء العنصر المؤرخ في $2 $1: هذه هي المراجعة الحالية.\nلا يمكن إخفاؤها.\";'),('arq','messages:revdelete-hide-image','s:31:\"ar:أخف محتوى الملف\";'),('arq','messages:revdelete-hide-name','s:41:\"ar:أخف الهدف والمعاملات\";'),('arq','messages:revdelete-hide-restricted','s:83:\"ar:أخف البيانات عن الإداريين إضافة إلى الآخرين\";'),('arq','messages:revdelete-hide-text','s:24:\"ar:نص المراجعة\";'),('arq','messages:revdelete-hide-user','s:50:\"ar:اسم المستخدم/عنوان الآيبي\";'),('arq','messages:revdelete-legend','s:29:\"ar:وضع ضوابط رؤية\";'),('arq','messages:revdelete-log','s:14:\"ar:السبب:\";'),('arq','messages:revdelete-modify-missing','s:118:\"ar:خطأ في تعديل العنصر ذا الهوية $1: العنصر مفقود من قاعدة البيانات!\";'),('arq','messages:revdelete-modify-no-access','s:156:\"ar:خطأ في تعديل العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('arq','messages:revdelete-no-change','s:134:\"ar:<strong>تحذير:</strong> العنصر ذو التاريخ $2 $1 لديه أصلا إعدادات الظهور المطلوبة.\";'),('arq','messages:revdelete-no-file','s:45:\"ar:الملف المحدد غير موجود.\";'),('arq','messages:revdelete-nooldid-text','s:220:\"ar:إما أنك لم تحدد مراجعة معينة هدفا لهذه الوظيفة، أو أن المراجعة المحددة غير موجودة، أو أنك تحاول إخفاء المراجعة الحالية.\";'),('arq','messages:revdelete-nooldid-title','s:50:\"ar:النسخة المطلوبة غير محددة\";'),('arq','messages:revdelete-offender','s:29:\"ar:مؤلف المراجعة:\";'),('arq','messages:revdelete-only-restricted','s:212:\"ar:خطأ إخفاء العنصر المؤرخ $2, $1: لا تستطيع تنحية العناصر من عرض الإداريين بدون أن تحدد أيضا إحدى خيارات التنحية الأخرى.\";'),('arq','messages:revdelete-otherreason','s:28:\"ar:سبب آخر/إضافي:\";'),('arq','messages:revdelete-radio-same','s:18:\"ar:(لا تغير)\";'),('arq','messages:revdelete-radio-set','s:11:\"ar:مخفي\";'),('arq','messages:revdelete-radio-unset','s:11:\"ar:مرئي\";'),('arq','messages:revdelete-reason-dropdown','s:182:\"ar:* أسباب حذف عامة\n** خرق لحقوق النشر\n** تعليق غير ملائم\n** اسم مستخدم غير ملائم\n** معلومات تشهيرية محتملة\";'),('arq','messages:revdelete-reason-dropdown-suppress','s:93:\"ar:*أسباب الإخفاء الشائعة\n** معلومات شخصية غير مناسبة\";'),('arq','messages:revdelete-reasonotherlist','s:16:\"ar:سبب آخر\";'),('arq','messages:revdelete-restricted','s:50:\"ar:طبق الضوابط لمديري النظام\";'),('arq','messages:revdelete-selected-file','s:120:\"ar:{{PLURAL:$1|النسخة المختارة من الملف|النسخ المختارة من الملف}} لـ [[:$2]]:\";'),('arq','messages:revdelete-selected-text','s:69:\"ar:{{PLURAL:$1|نسخة مختارة|نسخ مختارة}} ل[[:$2]]:\";'),('arq','messages:revdelete-show-file-confirm','s:143:\"ar:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('arq','messages:revdelete-show-file-submit','s:10:\"arq:إيه\";'),('arq','messages:revdelete-show-no-access','s:156:\"ar:خطأ في إظهار العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('arq','messages:revdelete-submit','s:147:\"ar:تطبيق على {{PLURAL:$1||المراجعة المختارة|المراجعتين المختارتين|المراجعات المختارة}}\";'),('arq','messages:revdelete-success','s:66:\"ar:حُدِّث مستوى رؤية المراجعات بنجاح.\";'),('arq','messages:revdelete-summary-hid','s:35:\"ar:ملخص التحرير مخفي\";'),('arq','messages:revdelete-summary-unhid','s:42:\"ar:ملخص التحرير غير مخفي\";'),('arq','messages:revdelete-suppress','s:70:\"ar:أخف البيانات عن مديري النظام والبقية\";'),('arq','messages:revdelete-suppress-text','s:339:\"ar:ينبغي للإخفاء أن يستخدم <strong>فقط</strong> في الحالات التالية:\n* معلومات يحتمل أن تكون تشهيرية\n* معلومات شخصية غير ملائمة\n*: <em>عناوين المنازل وأرقام الهواتف وأرقام الهويات الوطنية إلى آخره.</em>\";'),('arq','messages:revdelete-text-file','s:165:\"ar:ستبقى نسخ الملف المحذوفة تظهر في تاريخ الملف، ولكن جزءاً من مضمونها لن تكون متاحة للعموم.\";'),('arq','messages:revdelete-text-others','s:179:\"ar:سيتمكن الإداريون الآخرون من الوصول إلى المحتوى المخفي وإلغاء حذفه مجددا، ما لم تطبق قيود إضافية.\";'),('arq','messages:revdelete-text-text','s:172:\"ar:المراجعات المحذوفة ستظل تظهر في تاريخ الصفحة، ولكن أجزاءا من محتواها سيكون محجوبا عن الجميع.\";'),('arq','messages:revdelete-uname-hid','s:35:\"ar:اسم المستخدم مخفي\";'),('arq','messages:revdelete-uname-unhid','s:42:\"ar:اسم المستخدم غير مخفي\";'),('arq','messages:revdelete-unrestricted','s:52:\"ar:أزال الضوابط لمديري النظام\";'),('arq','messages:revdelete-unsuppress','s:69:\"ar:إزالة القيود من المراجعات المسترجعة\";'),('arq','messages:reverted','s:35:\"ar:استرجع لنسخة أقدم\";'),('arq','messages:revertmerge','s:10:\"arq:فرق\";'),('arq','messages:revertmove','s:10:\"arq:رجع\";'),('arq','messages:revertpage','s:134:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]]) حتى آخر مراجعة ل[[User:$1|$1]]\";'),('arq','messages:revertpage-anon','s:117:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] حتى آخر مراجعة بواسطة [[User:$1|$1]]\";'),('arq','messages:revertpage-nouser','s:110:\"ar:استرجع تعديلات مستخدم مخفي حتى آخر مراجعة ل{{GENDER:$1|[[User:$1|$1]]}}\";'),('arq','messages:revid','s:22:\"ar:المراجعة $1\";'),('arq','messages:revision-info','s:57:\"arq:مراجعة تاع $1 من عند {{GENDER:$6|$2}}$7\";'),('arq','messages:revision-info-current','s:4:\"en:-\";'),('arq','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('arq','messages:revisionasof','s:33:\"arq:معاودة تاع الـ $1\";'),('arq','messages:revisiondelete','s:43:\"ar:حذف/استرجاع المراجعات\";'),('arq','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('arq','messages:right-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('arq','messages:right-applychangetags','s:93:\"ar:تطبيق [[Special:Tags|الوسوم]]  مع التغييرات التي أجريتها.\";'),('arq','messages:right-autoconfirmed','s:53:\"ar:غير متأثر بحدود معدل الآيبي\";'),('arq','messages:right-autocreateaccount','s:76:\"ar:تسجيل الدخول باستخدام حساب مستخدم خارجي\";'),('arq','messages:right-autopatrol','s:86:\"ar:التعليم على تعديلات المستخدم كمراجعة تلقائيا\";'),('arq','messages:right-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('arq','messages:right-block','s:65:\"ar:منع المستخدمين الآخرين من التعديل\";'),('arq','messages:right-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('arq','messages:right-bot','s:49:\"ar:تعامل كعملية أوتوماتيكية\";'),('arq','messages:right-browsearchive','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('arq','messages:right-changetags','s:105:\"ar:إضافة وإزالة [[Special:Tags|وسوم]] في مراجعات ومدخلات سجل فردية\";'),('arq','messages:right-createaccount','s:50:\"ar:إنشاء حسابات مستخدم جديدة\";'),('arq','messages:right-createpage','s:68:\"ar:إنشاء الصفحات (التي ليست صفحات نقاش)\";'),('arq','messages:right-createtalk','s:37:\"ar:إنشاء صفحات النقاش\";'),('arq','messages:right-delete','s:24:\"ar:حذف الصفحات\";'),('arq','messages:right-delete-redirect','s:85:\"ar:حذف حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('arq','messages:right-deletechangetags','s:72:\"ar:حذف [[Special:Tags|الوسوم]] من قاعدة البيانات\";'),('arq','messages:right-deletedhistory','s:97:\"ar:رؤية مدخلات التاريخ المحذوفة، بدون نصوصها المصاحبة\";'),('arq','messages:right-deletedtext','s:97:\"ar:عرض النص المحذوف والتغييرات بين المراجعات المحذوفة\";'),('arq','messages:right-deletelogentry','s:60:\"ar:حذف وإلغاء حذف مدخلات سجل معينة\";'),('arq','messages:right-deleterevision','s:72:\"ar:حذف واسترجاع مراجعات معينة من الصفحات\";'),('arq','messages:right-edit','s:29:\"arq:تبدال الصفحات\";'),('arq','messages:right-editcontentmodel','s:40:\"ar:عدل طريقة محتوى صفحة\";'),('arq','messages:right-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('arq','messages:right-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('arq','messages:right-editmyprivateinfo','s:114:\"ar:تعديل بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('arq','messages:right-editmyusercss','s:54:\"ar:تعديل ملفات CSS للمستخدم نفسه\";'),('arq','messages:right-editmyuserjs','s:69:\"ar:تعديل ملفات جافاسكربت للمستخدم نفسه\";'),('arq','messages:right-editmyuserjson','s:59:\"ar:تعديل ملفات جسون للمستخدم نفسه\";'),('arq','messages:right-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('arq','messages:right-editmywatchlist','s:147:\"ar:حرر قائمة مراقبتك. لاحظ أن بعض الإجراءات لا تزال تضيف الصفحات حتى بدون هذا الحق.\";'),('arq','messages:right-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('arq','messages:right-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('arq','messages:right-editsitecss','s:48:\"ar:تعديل CSS على مستوى الموقع\";'),('arq','messages:right-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('arq','messages:right-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('arq','messages:right-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('arq','messages:right-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('arq','messages:right-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('arq','messages:right-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('arq','messages:right-import','s:59:\"ar:استيراد الصفحات من ويكيات أخرى\";'),('arq','messages:right-importupload','s:55:\"ar:استيراد الصفحات من ملف مرفوع\";'),('arq','messages:right-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي، المنع التلقائي ومنع النطاق\";'),('arq','messages:right-managechangetags','s:56:\"ar:إنشاء وتعطيل [[Special:Tags|الوسوم]]\";'),('arq','messages:right-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('arq','messages:right-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('arq','messages:right-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('arq','messages:right-minoredit','s:56:\"ar:التعليم على التعديلات كطفيفة\";'),('arq','messages:right-move','s:24:\"ar:نقل الصفحات\";'),('arq','messages:right-move-categorypages','s:35:\"ar:نقل صفحات التصنيف\";'),('arq','messages:right-move-rootuserpages','s:58:\"ar:نقل صفحات المستخدمين الأساسية\";'),('arq','messages:right-move-subpages','s:59:\"ar:نقل الصفحات مع صفحاتها الفرعية\";'),('arq','messages:right-movefile','s:24:\"ar:نقل الملفات\";'),('arq','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('arq','messages:right-nominornewtalk','s:126:\"ar:عدم جعل التعديلات الطفيفة لصفحات النقاش تظهر برواز الرسائل الجديدة\";'),('arq','messages:right-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('arq','messages:right-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('arq','messages:right-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('arq','messages:right-patrol','s:73:\"ar:تعليم تعديلات الآخرين بعلامة المراجعة\";'),('arq','messages:right-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('arq','messages:right-protect','s:86:\"ar:تغيير مستويات الحماية وتعديل الصفحات المحمية\";'),('arq','messages:right-purge','s:46:\"ar:تحديث كاش الموقع للصفحة\";'),('arq','messages:right-read','s:28:\"ar:قراءة الصفحات\";'),('arq','messages:right-reupload','s:42:\"ar:الكتابة على ملف موجود\";'),('arq','messages:right-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('arq','messages:right-reupload-shared','s:94:\"ar:الرفع على الملفات في مستودع الملفات المشترك محليا\";'),('arq','messages:right-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('arq','messages:right-sendemail','s:85:\"ar:إرسال رسائل بريد إلكتروني إلى مستخدمين آخرين\";'),('arq','messages:right-siteadmin','s:53:\"ar:غلق ورفع غلق قاعدة البيانات\";'),('arq','messages:right-suppressionlog','s:39:\"ar:رؤية السجلات السرية\";'),('arq','messages:right-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('arq','messages:right-suppressrevision','s:95:\"ar:مراجعة واسترجاع المراجعات المخفية عن مديري النظام\";'),('arq','messages:right-unblockself','s:38:\"ar:رفع المنع عن أنفسهم\";'),('arq','messages:right-undelete','s:26:\"ar:استرجاع صفحة\";'),('arq','messages:right-unwatchedpages','s:63:\"ar:رؤية قائمة بالصفحات غير المراقبة\";'),('arq','messages:right-upload','s:24:\"ar:رفع الملفات\";'),('arq','messages:right-upload_by_url','s:41:\"ar:رفع ملف من عنوان مسار\";'),('arq','messages:right-userrights','s:54:\"ar:تعديل كل صلاحيات المستخدمين\";'),('arq','messages:right-userrights-interwiki','s:101:\"ar:تعديل صلاحيات المستخدم للمستخدمين في الويكيات الأخرى\";'),('arq','messages:right-viewmyprivateinfo','s:118:\"ar:استعراض بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('arq','messages:right-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('arq','messages:right-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('arq','messages:right-writeapi','s:57:\"arq:استعمل API للكتابه نتاع الويكي\";'),('arq','messages:rightslog','s:82:\"arq:جرنان` التبديلات تاع الحوقوق تاع مستعمليين\";'),('arq','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('arq','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('arq','messages:rightslogentry-temporary-group','s:28:\"ar:$1 (مؤقت، حتى $2)\";'),('arq','messages:rightslogtext','s:79:\"ar:هذا سجل بالتغييرات في صلاحيات المستخدمين.\";'),('arq','messages:rightsnone','s:16:\"ar:(لا شيء)\";'),('arq','messages:rollback','s:41:\"ar:التراجع عن التعديلات\";'),('arq','messages:rollback-confirmation-confirm','s:29:\"ar:يُرجى التأكيد:\";'),('arq','messages:rollback-confirmation-no','s:13:\"ar:إلغاء\";'),('arq','messages:rollback-confirmation-yes','s:17:\"ar:استرجاع\";'),('arq','messages:rollback-missingparam','s:60:\"ar:محددات مطلوبة مفقودة عند الطلب.\";'),('arq','messages:rollback-missingrevision','s:67:\"ar:غير قادر على تحميل بيانات المراجعة.\";'),('arq','messages:rollback-success','s:110:\"ar:تم استرجاع تعديلات {{GENDER:$3|$1}}، حتى آخر نسخة بواسطة {{GENDER:$4|$2}}.\";'),('arq','messages:rollbackfailed','s:35:\"ar:لم ينجح الاسترجاع\";'),('arq','messages:rollbacklink','s:10:\"arq:ولي\";'),('arq','messages:rollbacklinkcount','s:64:\"arq:رجّع {{PLURAL:$1|تعديل واحد|$1 تعديلات}}\";'),('arq','messages:rollbacklinkcount-morethan','s:132:\"ar:استرجاع أكثر من {{PLURAL:$1|تعديل|تعديل|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('arq','messages:rotate-comment','s:138:\"ar:تدوير الصورة  {{PLURAL:$1||درجة واحدة|درجتان|$1 درجات|$1 درجة}} باتجاه عقارب الساعة\";'),('arq','messages:sat','s:14:\"arq:السبت\";'),('arq','messages:saturday','s:14:\"arq:السبت\";'),('arq','messages:saturday-at','s:36:\"ar:يوم السبت الساعة $1\";'),('arq','messages:savearticle','s:23:\"arq:سجل الباجة\";'),('arq','messages:savearticle-start','s:25:\"ar:حفظ الصفحة…\";'),('arq','messages:savechanges','s:27:\"arq:سجّل التبدال\";'),('arq','messages:savechanges-start','s:31:\"ar:حفظ التغييرات...\";'),('arq','messages:savedprefs','s:32:\"ar:تم حفظ تفضيلاتك.\";'),('arq','messages:savedrights','s:101:\"ar:حُفظت المجموعات الجديدة {{GENDER:$1|للمستخدم|للمستخدمة}} $1.\";'),('arq','messages:savefile','s:20:\"ar:حفظ الملف\";'),('arq','messages:saveprefs','s:9:\"ar:حفظ\";'),('arq','messages:saveusergroups','s:74:\"ar:حفظ مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('arq','messages:scarytranscludedisabled','s:51:\"ar:[التضمين بالإنترويكي معطل]\";'),('arq','messages:scarytranscludefailed','s:45:\"ar:[البحث عن القالب فشل ل$1]\";'),('arq','messages:scarytranscludefailed-httpstatus','s:48:\"ar:[فشل جلب القالب لـ $1: HTTP $2]\";'),('arq','messages:scarytranscludetoolong','s:39:\"ar:[المسار طويل للغاية]\";'),('arq','messages:search','s:12:\"arq:فتّش\";'),('arq','messages:search-category','s:22:\"ar:(التصنيف $1)\";'),('arq','messages:search-error','s:47:\"ar:حدث خطأ ما أثناء البحث: $1\";'),('arq','messages:search-external','s:20:\"ar:بحث خارجي\";'),('arq','messages:search-file-match','s:51:\"arq:(كيما الدخلاني تاع الفيشي)\";'),('arq','messages:search-filter-title-prefix','s:83:\"ar:البحث فقط في الصفحات التي يبدأ عنوانها بـ \"$1\"\";'),('arq','messages:search-filter-title-prefix-reset','s:42:\"ar:البحث في جميع الصفحات\";'),('arq','messages:search-ignored-headings','s:839:\"arq: #<!-- خلّي هاد السطَر كيما راه --> <pre>\n# العلاون الّي غادي يتينيوراو ف` التفتاش.\n# التبدالات غادي يبانو غير كي تتفهرس الباجة الي فيها الترويسات.\n# تنجم تفورصي الباجة باش تعاود التفهريص، ل هاد الشي، تنجم تدير تبدال خاوي.\n# الكتيبة تكون كيما هاك:\n#   * كلّ حاجة تكون مكتوبة بعد حتا ل` السطر التالي غادي ينتعد بلّي تعليق.\n#   * كلّ سطر ما يكونش فارغ غادي يتعد هوّا ب` الدات العلوان الّي غادي يتّنسا، ب` الحرف و الشكل.\nمراجع\nوصلات برّانيّة\nشوف تاني\n #</pre> <!-- خلّي هاد السطر كيما راه -->\";'),('arq','messages:search-interwiki-custom','s:3:\"en:\";'),('arq','messages:search-interwiki-more','s:17:\"ar:(المزيد)\";'),('arq','messages:search-interwiki-more-results','s:35:\"ar:المزيد من النتائج\";'),('arq','messages:search-interwiki-resultset-link','s:35:\"ar:مشاهدة كل النتائج\";'),('arq','messages:search-invalid-sort-order','s:144:\"ar:ترتيب فرز $1 غير معروفP سيتم تطبيق الفرز الافتراضي، ترتيبات الفرز الصالحة هي: $2\";'),('arq','messages:search-match-redirect-help','s:145:\"ar:حدد هذا الخيار لإعادة توجيهك إلى صفحة عندما يتطابق عنوان الصفحة مع ما بحثت عنه\";'),('arq','messages:search-match-redirect-label','s:74:\"ar:التحويل إلى التطابقات التامة عند البحث\";'),('arq','messages:search-nonefound','s:57:\"arq:ما كانش نتائج تطابق المسقسية.\";'),('arq','messages:search-nonefound-thiswiki','s:83:\"ar:لا توجد نتائج تطابق الاستعلام في هذا الموقع.\";'),('arq','messages:search-redirect','s:24:\"arq:(تحويل من $1)\";'),('arq','messages:search-relatedarticle','s:15:\"ar:مرتبطة\";'),('arq','messages:search-result-category-size','s:114:\"arq:$1 عضو{{PLURAL:$1||s}} ($2 كاتيكورى فرعيه{{PLURAL:$2||s}}, $3 فيشيي{{PLURAL:$3||يات}})\";'),('arq','messages:search-result-size','s:47:\"arq:$1 ({{PLURAL:$2|1 كلمة|$2 كلمات}})\";'),('arq','messages:search-rewritten','s:85:\"ar:إظهار النتائج ل$1،  لم يتم العثور على نتائج ل$2.\";'),('arq','messages:search-section','s:20:\"arq:(قسمت‘ $1)\";'),('arq','messages:search-showingresults','s:149:\"arq:{{PLURAL:$4|النتيج <strong>$1</strong> تاع <strong>$3</strong>|النتايج <strong>$1 - $2</strong> من أصل <strong>$3</strong>}}\";'),('arq','messages:search-suggest','s:32:\"arq:كنت باغي تقول: $1\";'),('arq','messages:search-summary','s:3:\"en:\";'),('arq','messages:search-unknown-profile','s:137:\"ar:لم يتم التعرف على ملف تعريف البحث $1؛ سيتم تطبيق ملف تعريف البحث الافتراضي.\";'),('arq','messages:search-warning','s:42:\"ar:حدث خطأ أثناء البحث: $1\";'),('arq','messages:searchall','s:12:\"arq:ألكل\";'),('arq','messages:searcharticle','s:10:\"arq:روح\";'),('arq','messages:searchbutton','s:12:\"arq:فتّش\";'),('arq','messages:searchdisabled','s:206:\"ar:البحث في {{SITENAME}} معطل.\nيمكنك البحث من خلال جوجل في الوقت الحالي.\nلاحظ أن فهارسه لمحتوى {{SITENAME}} ربما تكون غير محدثة.\";'),('arq','messages:searchlimit-help','s:30:\"ar:العدد الأقصى: $1\";'),('arq','messages:searchlimit-label','s:79:\"ar:عدد نتائج البحث المراد إظهارها في كل صفحة:\";'),('arq','messages:searchmenu-exists','s:77:\"arq:\'\'\'كاين باجه اسمها « [[:$1]] » في هاذ الويكي\'\'\'\";'),('arq','messages:searchmenu-new','s:206:\"arq:\'\'\'أصنع الباجة \"[[:$1]]\" في هذ الويكي !\'\'\'\n{{PLURAL:$2|0=|شوف تاني الصفحة الّي صبتها ف`التفتاش..|شوف تاني النواتج تاع التفتاش.}}\";'),('arq','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('arq','messages:searchprofile-advanced','s:25:\"arq:تفتاش متقدم\";'),('arq','messages:searchprofile-advanced-tooltip','s:55:\"arq:خير إسباسات الأسامي للتفتاش\";'),('arq','messages:searchprofile-articles','s:28:\"arq:باجه تع محتوى\";'),('arq','messages:searchprofile-articles-tooltip','s:18:\"arq:فتش في $1\";'),('arq','messages:searchprofile-everything','s:10:\"arq:كلش\";'),('arq','messages:searchprofile-everything-tooltip','s:75:\"arq:فتش في قاع السيت (حتى في باجات المناقشه)\";'),('arq','messages:searchprofile-images','s:24:\"arq:ميلتيميديا\";'),('arq','messages:searchprofile-images-tooltip','s:49:\"arq:فتش على ملفات ميلتيميديا\";'),('arq','messages:searchrelated','s:18:\"arq:مرتابطه\";'),('arq','messages:searchresults','s:38:\"arq:الناتج تاع التفتاش\";'),('arq','messages:searchresults-title','s:43:\"arq:الناتج تاع التفتاش \"$1\"\";'),('arq','messages:searchresultshead','s:9:\"ar:بحث\";'),('arq','messages:searchsuggest-containing','s:51:\"ar:ابحث عن الصفحات التي تحتوي\";'),('arq','messages:searchsuggest-search','s:30:\"arq:فتّش في {{SITENAME}}\";'),('arq','messages:seconds','s:82:\"ar:{{PLURAL:$1||ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}}\";'),('arq','messages:seconds-abbrev','s:7:\"ar:$1ث\";'),('arq','messages:seconds-ago','s:46:\"ar:قبل {{PLURAL:$1|ثانية|$1 ثوان}}\";'),('arq','messages:sectioneditnotsupported-text','s:128:\"ar:تعديل الأقسام غير مدعوم في هذه الصفحة أو معطل في طريقة العرض الحالية.\";'),('arq','messages:sectioneditnotsupported-title','s:46:\"ar:تعديل الأقسام غير مدعوم\";'),('arq','messages:selfmove','s:82:\"ar:العنوان هو نفسه؛\nلا يمكن نقل صفحة على نفسها.\";'),('arq','messages:selfredirect','s:378:\"arq:<strong>ردّ البال:</strong> راك توجّه هاد الپاجة على روحها.\nبالاك راك غلطت فل ختيّار تاع التقيان تاع الپاجة، ولا تاني ما راكش فل پاجة الّي راك حاب تإيديتيها.\nيلا تكليكي على \"$1\" مجّديد، هاد التوجاه غادي ينخلق كيما هاك.\";'),('arq','messages:semicolon-separator','s:10:\"ar:؛&#32;\";'),('arq','messages:semiprotectedpagemovewarning','s:231:\"ar:<strong>ملاحظة:</strong> هذه الصفحة تمت حمايتها ليتمكن المستخدمون المؤكون تلقائيا وحدهم من نقلها،\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('arq','messages:semiprotectedpagewarning','s:230:\"ar:<strong>ملاحظة:</strong> هذه الصفحة محمية بحيث يمكن للمستخدمين المؤكدين تلقائيًّا فقط تعديلها،\nأحدث مدخلة سجل معروضة بالأسفل كمرجع:\";'),('arq','messages:sep','s:16:\"arq:سبتمبر\";'),('arq','messages:september','s:16:\"arq:سبتمبر\";'),('arq','messages:september-gen','s:16:\"arq:سبتمبر\";'),('arq','messages:servertime','s:23:\"ar:وقت الخادم:\";'),('arq','messages:session_fail_preview','s:311:\"arq:\'\'\'مانقدروش نسجلو التبديلات نتاوعك علا خاطر كاين معلومات تودرو في ما يخص القعدة .\'\'\'\nمن فضلت حاول مرة اخرى.\nإذا ما نجحتش مرة جديدة, حاول باش [[Special:UserLogout|تخرج]], و تدخل مرة اخرى\";'),('arq','messages:session_fail_preview_html','s:500:\"arq:\'\'\'مانقدروش نسجلو التبديلات نتاوعك علا خاطر كاين معلومات تودرو في ما يخص القعدة.\'\'\'\n\n<em>على خاطر {{SITENAME}} فعل HTML brut, الإستضهار تخبا باش نتوخاو الهجمات بالجافاسكريبت.</em>\n\n<strong>إذا كانت محاولة التبديل صادقة, حاول مرة اخرى.</strong>\nالا ما نجحتش مرة اخرى, [[Special:UserLogout|اخرج]], و ادخل مرة اخرى\";'),('arq','messages:sessionfailure','s:253:\"ar:يبدو أنه هناك مشكلة في جلسة الدخول الخاصة بك؛\nلذلك فقد ألغيت هذه العملية كإجراء احترازي ضد الاختراق.\nمن فضلك أعد إرسال الاستمارة مرة أخرى.\";'),('arq','messages:sessionfailure-title','s:27:\"ar:فشل في الجلسة\";'),('arq','messages:sessionmanager-tie','s:67:\"ar:لا يمكن جمع أنواع استيثاق متعددة: $1.\";'),('arq','messages:sessionprovider-generic','s:16:\"ar:جلسات $1\";'),('arq','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:83:\"ar:جلسات قائمة على ملفات تعريف الارتباط (كوكيز)\";'),('arq','messages:sessionprovider-nocookies','s:130:\"ar:قد يتم تعطيل الكوكيز. تأكد من تمكين ملفات تعريف الأرتباط وأبد مرةأخرى.\";'),('arq','messages:shared-repo','s:26:\"ar:مستودع مشترك\";'),('arq','messages:shared-repo-from','s:10:\"ar:من $1\";'),('arq','messages:shared-repo-name-wikimediacommons','s:32:\"ar:ويكيميديا كومنز\";'),('arq','messages:shareddescriptionfollows','s:4:\"en:-\";'),('arq','messages:sharedupload','s:100:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\";'),('arq','messages:sharedupload-desc-create','s:161:\"ar:هذا ملف من $1 وقد يكون مستخدما في مشاريع أخرى.\nيمكن لك أن تعدل وصف الملف في [$2  صفحته] هناك.\";'),('arq','messages:sharedupload-desc-edit','s:161:\"ar:هذا ملف من $1 وقد يكون مستخدما في مشاريع أخرى.\nيمكن لك أن تعدل وصف الملف في [$2  صفحته] هناك.\";'),('arq','messages:sharedupload-desc-here','s:195:\"arq:هاذ الملف جاي من $1. يمكن يكون مستعمل من بروجيات وحد أخرين.\nالتوصيف نتاعو في [$2 باجت الصفات] محطوطه هنا لتحت.\";'),('arq','messages:sharedupload-desc-there','s:191:\"ar:هذا الملف من $1 ويمكن استخدامه بواسطة المشاريع الأخرى.\nمن فضلك انظر [$2 صفحة وصف الملف] لمزيد من المعلومات.\";'),('arq','messages:shortpages','s:24:\"ar:صفحات قصيرة\";'),('arq','messages:shortpages-summary','s:3:\"en:\";'),('arq','messages:show','s:10:\"arq:بين\";'),('arq','messages:show-big-image','s:27:\"arq:الملف الأصلي\";'),('arq','messages:show-big-image-other','s:59:\"arq:{{PLURAL:$2||التدقاقة|التدقاقات}}: $1.\";'),('arq','messages:show-big-image-preview','s:39:\"arq:حجم هذه المعاينه: $1.\";'),('arq','messages:show-big-image-preview-differ','s:75:\"ar:حجم معاينة $3 لذلك الملف ذي الامتداد $2: $1.\";'),('arq','messages:show-big-image-size','s:21:\"arq:$1 × $2 بكسل\";'),('arq','messages:showdiff','s:29:\"arq:عرض التبديلات\";'),('arq','messages:showhideselectedlogentries','s:59:\"ar:غير رؤية مدخلات السجل المختارة\";'),('arq','messages:showhideselectedversions','s:54:\"ar:أظهر/أخف المراجعات المختارة\";'),('arq','messages:showingresults','s:114:\"ar:معروض بالأسفل {{PLURAL:$1|<strong>1</strong> نتيجة}} بدءا من رقم <strong>$2</strong>.\";'),('arq','messages:showingresultsinrange','s:186:\"ar:بالأسفل {{PLURAL:$1|نتيجة واحدة|<strong>$1</strong> نتائج|<strong>$1</strong> نتيجة}} في النطاق من <strong>$2</strong> إلى <strong>$3</strong>.\";'),('arq','messages:shown-title','s:56:\"arq:آفيشي $1 {{PLURAL:$1|نتيجة}} فل صفحة\";'),('arq','messages:showpreview','s:23:\"arq:بين معاينة\";'),('arq','messages:showtoc','s:12:\"arq:ورّي\";'),('arq','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('arq','messages:sig-text','s:7:\"en:--$1\";'),('arq','messages:signature','s:64:\"arq:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|تقرعيج]])\";'),('arq','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('arq','messages:signature-temp','s:74:\"ar:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|نقاش]])\";'),('arq','messages:signupend','s:3:\"en:\";'),('arq','messages:signupend-https','s:3:\"en:\";'),('arq','messages:signupstart','s:3:\"en:\";'),('arq','messages:simpleantispam-label','s:63:\"arq:مسيّة ضدّ السبام.\nما تعمّرش هادا!\";'),('arq','messages:site-atom-feed','s:35:\"arq:سينيال آتوم تاع $1\";'),('arq','messages:site-rss-feed','s:34:\"arq:تيار آر‌إس‌إس $1\";'),('arq','messages:sitecsspreview','s:135:\"arq:\'\'\'تفكر أنك راك تعرض الأنماط المتراصة (CSS) الخاصة بيك فقط\nو تمش حفظها بعد!\'\'\'\";'),('arq','messages:sitecssprotected','s:117:\"ar:ليس لديك صلاحية تعديل صفحة CSS هذه لأنها قد تؤثر على جميع الزوار.\";'),('arq','messages:sitejsonpreview','s:135:\"ar:<strong>تذكّر أنك في وضع المعاينة فقط لتهيئة جسون هذه،\nفهي لم تُنشر بعد!</strong>\";'),('arq','messages:sitejsonprotected','s:122:\"ar:ليس لديك صلاحية تعديل صفحة جسون هذه لأنها قد تؤثر على جميع الزوار.\";'),('arq','messages:sitejspreview','s:120:\"arq:\'\'\'تذكر أنك فقط تجرب/تعاين جافاسكربت.\'\'\'\n\'\'\'مازال ما  صراش التسجيل!\'\'\'\";'),('arq','messages:sitejsprotected','s:135:\"ar:ليس لديك صلاحية تعديل صفحة جافا سكريبت هذه لأنها قد تؤثر على جميع الزوار.\";'),('arq','messages:sitenotice','s:4:\"en:-\";'),('arq','messages:siterawhtmlprotected','s:174:\"ar:ليس لديك صلاحية لتعديل هذه الصفحة لأنها تحتوي على HTML خام ويمكن تعديله للتأثير على جميع الزوار.\";'),('arq','messages:sitesubtitle','s:3:\"en:\";'),('arq','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('arq','messages:siteuser','s:31:\"ar:مستخدم {{SITENAME}} $1\";'),('arq','messages:siteusers','s:74:\"ar:{{PLURAL:$2|{{GENDER:$1|مستخدم}}|مستخدمو}} {{SITENAME}} $1\";'),('arq','messages:size-bytes','s:28:\"ar:$1 {{PLURAL:$1|بايت}}\";'),('arq','messages:size-exabytes','s:22:\"ar:$1 إكسابايت\";'),('arq','messages:size-exapixel','s:22:\"ar:$1 إكسابكسل\";'),('arq','messages:size-gigabytes','s:22:\"ar:$1 جيجابايت\";'),('arq','messages:size-gigapixel','s:22:\"ar:$1 غيغابكسل\";'),('arq','messages:size-kilobytes','s:22:\"ar:$1 كيلوبايت\";'),('arq','messages:size-kilopixel','s:22:\"ar:$1 كيلوبكسل\";'),('arq','messages:size-megabytes','s:22:\"ar:$1 ميجابايت\";'),('arq','messages:size-megapixel','s:24:\"ar:$1  ميغا بكسل\";'),('arq','messages:size-petabytes','s:22:\"ar:$1 بيتابايت\";'),('arq','messages:size-petapixel','s:22:\"ar:$1 بيتابكسل\";'),('arq','messages:size-pixel','s:28:\"ar:$1 {{PLURAL:$1|بكسل}}\";'),('arq','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('arq','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('arq','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('arq','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('arq','messages:size-terabytes','s:22:\"ar:$1 تيرابايت\";'),('arq','messages:size-terapixel','s:22:\"ar:$1 تيرابكسل\";'),('arq','messages:size-yottabytes','s:22:\"ar:$1 يوتابايت\";'),('arq','messages:size-yottapixel','s:22:\"ar:$1 يوتابكسل\";'),('arq','messages:size-zettabytes','s:22:\"ar:$1 زيبيبايت\";'),('arq','messages:size-zettapixel','s:22:\"ar:$1 زيتابكسل\";'),('arq','messages:skin-action-addsection','s:21:\"arq:زيد موضوع\";'),('arq','messages:skin-action-delete','s:12:\"arq:امحي\";'),('arq','messages:skin-action-move','s:10:\"arq:حول\";'),('arq','messages:skin-action-protect','s:14:\"arq:حمايه\";'),('arq','messages:skin-action-undelete','s:26:\"arq:ردّ كيما كان\";'),('arq','messages:skin-action-unprotect','s:25:\"arq:بدّل الحضية\";'),('arq','messages:skin-action-viewdeleted','s:15:\"arq:شوف $1؟\";'),('arq','messages:skin-action-viewsource','s:22:\"ar:عرض المصدر\";'),('arq','messages:skin-preview','s:18:\"ar:عرض مسبق\";'),('arq','messages:skin-view-create','s:12:\"arq:أصنع\";'),('arq','messages:skin-view-create-local','s:32:\"arq:زيد توصاف مبلّد\";'),('arq','messages:skin-view-edit','s:12:\"arq:بدّل\";'),('arq','messages:skin-view-edit-local','s:42:\"arq:عدّل التوصاف المبلّد\";'),('arq','messages:skin-view-foreign','s:20:\"arq:شوف على $1\";'),('arq','messages:skin-view-history','s:25:\"arq:شوف التاريخ\";'),('arq','messages:skin-view-view','s:12:\"arq:اقرى\";'),('arq','messages:skinname-minerva','s:10:\"en:Minerva\";'),('arq','messages:skinname-vector','s:33:\"ar:فكتور القديم (2010)\";'),('arq','messages:skinname-vector-2022','s:22:\"ar:فيكتور (2022)\";'),('arq','messages:slot-name-main','s:13:\"ar:رئيسي\";'),('arq','messages:softblockrangesreason','s:165:\"ar:المساهمات بدون تسجيل الدخول غير مسموح بها من عنوان الأيبي الخاص بك ($1). من فضلك سجل الدخول.\";'),('arq','messages:sorbs','s:27:\"ar:دي إن إس بي إل\";'),('arq','messages:sorbs_create_account_reason','s:171:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\nلا يمكنك إنشاء حساب.\";'),('arq','messages:sorbsreason','s:134:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\";'),('arq','messages:sort-ascending','s:30:\"arq:رتّب بل طالوعي\";'),('arq','messages:sort-descending','s:30:\"arq:رتّب بل نازولي\";'),('arq','messages:sort-initial','s:30:\"ar:الترتيب الأصلي\";'),('arq','messages:sort-rowspan-error','s:217:\"ar:تحتوي هذه الصفحة على جدول بسمة rowspan تمتد صفوفا أكثر مما يحتوي عليه الجدول بالفعل. يمكنك إصلاح هذا عن طريق تحرير الصفحة.\";'),('arq','messages:sourcefilename','s:30:\"ar:اسم ملف المصدر:\";'),('arq','messages:sourceurl','s:25:\"ar:مسار المصدر:\";'),('arq','messages:sp-contributions-blocked-notice','s:140:\"ar:{{GENDER:$1|هذا المستخدم}} ممنوع حاليا.\nآخر مدخلة في سجل المنع موجودة أدناه كمرجع:\";'),('arq','messages:sp-contributions-blocked-notice-anon','s:126:\"ar:عنوان الأيبي هذا ممنوع حاليا.\nآخر مدخلة لسجل المنع معروضة هنا كمرجع:\";'),('arq','messages:sp-contributions-blocked-notice-anon-partial','s:150:\"ar:عنوان الأيبي هذا ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('arq','messages:sp-contributions-blocked-notice-partial','s:143:\"ar:هذا المستخدم ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('arq','messages:sp-contributions-blocklog','s:28:\"arq:ريجيسترالمنع\";'),('arq','messages:sp-contributions-concurrency-ip','s:176:\"ar:عذرا، يتم تقديم الكثير من الطلبات من عنوان الآيبي الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('arq','messages:sp-contributions-concurrency-user','s:178:\"ar:عذرا، يتم تقديم الكثير من الطلبات من حساب المستخدم الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('arq','messages:sp-contributions-deleted','s:84:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المحذوفة\";'),('arq','messages:sp-contributions-explain','s:3:\"en:\";'),('arq','messages:sp-contributions-footer','s:4:\"en:-\";'),('arq','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('arq','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('arq','messages:sp-contributions-hideminor','s:43:\"ar:أخف التعديلات الطفيفة\";'),('arq','messages:sp-contributions-logs','s:22:\"arq:ريجيسترات\";'),('arq','messages:sp-contributions-newonly','s:84:\"arq:ما تورّي غير المشاركات التوالا تاع المقالات\";'),('arq','messages:sp-contributions-outofrange','s:127:\"ar:غير قادر على عرض أي نتائج. نطاق الأيبي المطلوب هو أكبر من حد CIDR وهو /$1.\";'),('arq','messages:sp-contributions-search','s:33:\"arq:تفتاش المشاركات\";'),('arq','messages:sp-contributions-submit','s:14:\"arq:تفتاش\";'),('arq','messages:sp-contributions-suppresslog','s:82:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المخفية\";'),('arq','messages:sp-contributions-talk','s:14:\"arq:تناقش\";'),('arq','messages:sp-contributions-toponly','s:84:\"arq:ما تورّي غير المشاركات التوالا تاع المقالات\";'),('arq','messages:sp-contributions-uploads','s:18:\"arq:مرفوعات\";'),('arq','messages:sp-contributions-username','s:55:\"arq:عنوان أيبي والال اسم مستخدم:\";'),('arq','messages:sp-contributions-userrights','s:78:\"ar:إدارة صلاحيات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('arq','messages:sp-deletedcontributions-contribs','s:17:\"ar:مساهمات\";'),('arq','messages:sp-newimages-showfrom','s:63:\"ar:أظهر الملفات الجديدة بدءا من $2، $1\";'),('arq','messages:spam_blanking','s:66:\"ar:كل النسخ احتوت على وصلات ل $1، إفراغ\";'),('arq','messages:spam_deleting','s:72:\"ar:جميع النسخ تحوي رابطا إلى $1، يتم الحذف\";'),('arq','messages:spam_reverting','s:68:\"ar:استرجاع آخر نسخة ليس بها وصلات إلى $1\";'),('arq','messages:spambot_username','s:41:\"ar:تنظيف سبام ميدياويكي\";'),('arq','messages:spamprotectionmatch','s:85:\"ar:النص التالي هو ما نشط مانع السبام الخاص بنا: $1\";'),('arq','messages:spamprotectiontext','s:178:\"ar:منع مرشح الإساءة النص الذي أردت نشره.\nهذا على الأرجح بسبب وصلة إلى موقع خارجي في القائمة السوداء.\";'),('arq','messages:spamprotectiontitle','s:44:\"ar:مرشح الحماية من السخام\";'),('arq','messages:special-characters-group-arabic','s:13:\"ar:عربية\";'),('arq','messages:special-characters-group-arabicextended','s:24:\"ar:عربية موسعة\";'),('arq','messages:special-characters-group-bangla','s:17:\"ar:بنغالية\";'),('arq','messages:special-characters-group-canadianaboriginal','s:20:\"ar:كندي أصلي\";'),('arq','messages:special-characters-group-cyrillic','s:17:\"ar:كيريلية\";'),('arq','messages:special-characters-group-devanagari','s:21:\"ar:ديوناكرية\";'),('arq','messages:special-characters-group-greek','s:17:\"ar:يونانية\";'),('arq','messages:special-characters-group-greekextended','s:28:\"ar:يونانية موسعة\";'),('arq','messages:special-characters-group-gujarati','s:17:\"ar:غجراتية\";'),('arq','messages:special-characters-group-hebrew','s:13:\"ar:عبرية\";'),('arq','messages:special-characters-group-ipa','s:24:\"ar:صوتية دولية\";'),('arq','messages:special-characters-group-khmer','s:15:\"ar:خميرية\";'),('arq','messages:special-characters-group-lao','s:13:\"ar:لاوية\";'),('arq','messages:special-characters-group-latin','s:17:\"ar:لاتينية\";'),('arq','messages:special-characters-group-latinextended','s:28:\"ar:لاتينية موسعة\";'),('arq','messages:special-characters-group-persian','s:15:\"ar:فارسية\";'),('arq','messages:special-characters-group-runes','s:26:\"ar:أبجدية رونية\";'),('arq','messages:special-characters-group-sinhala','s:17:\"ar:سنهالية\";'),('arq','messages:special-characters-group-symbols','s:11:\"ar:رموز\";'),('arq','messages:special-characters-group-tamil','s:17:\"ar:تاميلية\";'),('arq','messages:special-characters-group-telugu','s:17:\"ar:تيلوجية\";'),('arq','messages:special-characters-group-thai','s:19:\"ar:تايلندية\";'),('arq','messages:special-characters-title-emdash','s:24:\"ar:واصلة طويلة\";'),('arq','messages:special-characters-title-endash','s:24:\"ar:واصلة قصيرة\";'),('arq','messages:special-characters-title-minus','s:24:\"ar:علامة الطرح\";'),('arq','messages:specialdeletepage-page','s:34:\"ar:الصفحة المستهدفة\";'),('arq','messages:specialdeletepage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('arq','messages:specialeditpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('arq','messages:specialeditpage-submit','s:29:\"ar:انتقل إلى صفحة\";'),('arq','messages:speciallogtitlelabel','s:90:\"arq:السيبلة (الصيفة ولا {{ns:user}}:الأسم تاع المستعملي):\";'),('arq','messages:specialloguserlabel','s:19:\"arq:الكتّاب:\";'),('arq','messages:specialmute','s:20:\"ar:كتم الصوت\";'),('arq','messages:specialmute-email-footer','s:124:\"ar:لإدارة تفضيلات البريد الإلكتروني للمستخدم {{BIDI:$2}}؛ تُرجَى زيارة <$1>\";'),('arq','messages:specialmute-error-invalid-user','s:76:\"ar:لا يمكن العثور على اسم المستخدم المطلوب.\";'),('arq','messages:specialmute-error-no-options','s:340:\"ar:ميزات كتم الصوت غير متوفرة. قد يكون هذا بسبب أنك لم تؤكد عنوان بريدك الإلكتروني، أو بسبب قيام إداري الويكي بتعطيل ميزات البريد الإلكتروني أو قائمة كتم صوت البريد الإلكتروني لهذه الويكي.\";'),('arq','messages:specialmute-header','s:108:\"ar:يُرجَى تحديد تفضيلات كتم الصوت للمستخدم <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('arq','messages:specialmute-label-mute-email','s:123:\"ar:كتم رسائل البريد الإلكتروني من {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}\";'),('arq','messages:specialmute-login-required','s:97:\"ar:يُرجَى تسجيل الدخول لتغيير تفضيلات الصمت الخاصة بك.\";'),('arq','messages:specialmute-submit','s:13:\"ar:تأكيد\";'),('arq','messages:specialmute-success','s:162:\"ar:تم تحديث تفضيلات كتم الصوت بنجاح. شاهد كل المستخدمين الصامتين في [[Special:Preferences|تفضيلاتك]].\";'),('arq','messages:specialpage','s:29:\"arq:باجة خوصوصيّة\";'),('arq','messages:specialpage-empty','s:52:\"ar:لا توجد نتائج لهذا التقرير.\";'),('arq','messages:specialpage-securitylevel-not-allowed','s:133:\"ar:عذرا، أنت غير مسموح لك باستخدام هذه الصفة لأن هويتك لا يمكن التحقق منها.\";'),('arq','messages:specialpage-securitylevel-not-allowed-title','s:25:\"ar:غير مسموح به\";'),('arq','messages:specialpagehistory-page','s:34:\"ar:الصفحة المستهدفة\";'),('arq','messages:specialpagehistory-submit','s:29:\"ar:انتقل إلى صفحة\";'),('arq','messages:specialpageinfo-page','s:34:\"ar:الصفحة المستهدفة\";'),('arq','messages:specialpageinfo-submit','s:29:\"ar:انتقل إلى صفحة\";'),('arq','messages:specialpages','s:35:\"arq:الپاجات الخاصّين\";'),('arq','messages:specialpages-group-changes','s:47:\"ar:السجلات وأحدث التغييرات\";'),('arq','messages:specialpages-group-developer','s:30:\"ar:أدوات المطورين\";'),('arq','messages:specialpages-group-highuse','s:35:\"ar:صفحات استخدام عال\";'),('arq','messages:specialpages-group-login','s:33:\"ar:دخول / إنشاء حساب\";'),('arq','messages:specialpages-group-maintenance','s:30:\"ar:تقارير الصيانة\";'),('arq','messages:specialpages-group-media','s:56:\"ar:تقارير الميديا وعمليات الرفع\";'),('arq','messages:specialpages-group-other','s:31:\"ar:صفحات خاصة أخرى\";'),('arq','messages:specialpages-group-pages','s:28:\"ar:قوائم الصفحات\";'),('arq','messages:specialpages-group-pagetools','s:28:\"ar:أدوات الصفحات\";'),('arq','messages:specialpages-group-redirects','s:21:\"ar:التحويلات\";'),('arq','messages:specialpages-group-spam','s:26:\"ar:أدوات السبام\";'),('arq','messages:specialpages-group-users','s:44:\"ar:المستخدمون والصلاحيات\";'),('arq','messages:specialpages-group-wiki','s:36:\"ar:البيانات والأدوات\";'),('arq','messages:specialpages-note-cached','s:4:\"en:-\";'),('arq','messages:specialpages-note-restricted','s:116:\"ar:* صفحات خاصة عادية.\n* <span class=\"mw-specialpagerestricted\">صفحات خاصة مقيدة.</span>\";'),('arq','messages:specialpages-note-top','s:17:\"ar:المفتاح\";'),('arq','messages:specialpages-summary','s:3:\"en:\";'),('arq','messages:specialprotectpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('arq','messages:specialprotectpage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('arq','messages:specialpurge-page','s:34:\"ar:الصفحة المستهدفة\";'),('arq','messages:specialpurge-submit','s:29:\"ar:انتقل إلى صفحة\";'),('arq','messages:statistics','s:22:\"arq:إحصائيّات\";'),('arq','messages:statistics-articles','s:28:\"ar:صفحات المحتوى\";'),('arq','messages:statistics-articles-desc','s:3:\"en:\";'),('arq','messages:statistics-edits','s:63:\"ar:تعديلات الصفحات منذ تنصيب {{SITENAME}}\";'),('arq','messages:statistics-edits-average','s:48:\"ar:متوسط التعديلات لكل صفحة\";'),('arq','messages:statistics-files','s:34:\"ar:الملفات المرفوعة\";'),('arq','messages:statistics-files-desc','s:3:\"en:\";'),('arq','messages:statistics-footer','s:3:\"en:\";'),('arq','messages:statistics-header-edits','s:36:\"ar:إحصاءات التعديلات\";'),('arq','messages:statistics-header-hooks','s:26:\"ar:إحصاءات أخرى\";'),('arq','messages:statistics-header-pages','s:32:\"ar:إحصاءات الصفحات\";'),('arq','messages:statistics-header-users','s:38:\"ar:إحصاءات المستخدمين\";'),('arq','messages:statistics-pages','s:17:\"ar:الصفحات\";'),('arq','messages:statistics-pages-desc','s:125:\"ar:كل الصفحات في الويكي، بما في ذلك صفحات النقاش، التحويلات، إلى آخره.\";'),('arq','messages:statistics-summary','s:3:\"en:\";'),('arq','messages:statistics-users','s:32:\"ar:مستخدمون مسجلون\";'),('arq','messages:statistics-users-active','s:30:\"ar:مستخدمون نشطون\";'),('arq','messages:statistics-users-active-desc','s:142:\"ar:المستخدمون الذين قاموا بفعل في آخر {{PLURAL:$1|$1 يوم|يوم|يومين|$1 أيام|$1 يوما|$1 يوم}}\";'),('arq','messages:storedversion','s:30:\"ar:النسخة المخزنة\";'),('arq','messages:subcategories','s:29:\"arq:تصنيفات تحتيه\";'),('arq','messages:subject','s:15:\"arq:موضوع:\";'),('arq','messages:summary','s:13:\"arq:ملخص:\";'),('arq','messages:summary-preview','s:46:\"arq:شوفة خفيفة على التلخيص:\";'),('arq','messages:sun','s:12:\"arq:الحد\";'),('arq','messages:sunday','s:12:\"arq:الحد\";'),('arq','messages:sunday-at','s:36:\"ar:يوم الأحد الساعة $1\";'),('arq','messages:suppress','s:19:\"ar:أوفرسايت\";'),('arq','messages:suppressionlog','s:24:\"ar:سجل الإخفاء\";'),('arq','messages:suppressionlogtext','s:254:\"ar:بالأسفل قائمة بعمليات الحذف والمنع التي تتضمن محتوى مخفيا عن الإداريين.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لترى عمليات المنع القائمة الآن.\";'),('arq','messages:suspicious-userlogout','s:192:\"arq:المطلب تاعك باش تسجّل خارج ما تسجّلش خاطر راه يبان مرسول من عند بحّار معطّل ولا  خزّان تاع وسّاط (proxy cache).\";'),('arq','messages:svg-long-desc','s:78:\"arq:فيشيي SVG، أبعاده $1 × $2 بكسل، تاي الفيشي : $3\";'),('arq','messages:svg-long-desc-animated','s:87:\"ar:ملف SVG متحرك، بمقاسات  $1  ×  $2  بكسل، حجم الملف: $3\";'),('arq','messages:svg-long-error','s:33:\"ar:ملف SVG غير صالح: $1\";'),('arq','messages:syntaxhighlight-desc','s:151:\"ar:يوفر تمييزا لتركيب <code>&lt;syntaxhighlight&gt;</code> باستخدام [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('arq','messages:syntaxhighlight-enclose-category','s:69:\"ar:الصفحات التي تستخدم سمات enclose مهجورة\";'),('arq','messages:syntaxhighlight-enclose-category-desc','s:104:\"ar:يستخدم إبراز بناء الجملة على الصفحة بناء جملة enclose مهمل.\";'),('arq','messages:syntaxhighlight-error-category','s:60:\"ar:صفحات بها أخطاء في تعليم الصيغة\";'),('arq','messages:syntaxhighlight-error-category-desc','s:121:\"ar:كان هناك خطأ عند محاولة لتسليط الضوء على الكود المدرجة في الصفحة.\";'),('arq','messages:syntaxhighlight-error-exceeds-size-limit','s:147:\"ar:يتجاوز حجم الكود البالغ $1 {{PLURAL:$1|بايت}} الحد الأقصى المسموح به وهو $2 {{PLURAL:$2|بايت}}\";'),('arq','messages:syntaxhighlight-error-pygments-invocation-failure','s:33:\"ar:فشل استدعاء Pygments\";'),('arq','messages:syntaxhighlight-error-unknown-language','s:34:\"ar:لغة غير معروفة \"$1\"\";'),('arq','messages:syntaxhighlight-source-category','s:82:\"ar:الصفحات التي تستخدم علامات المصدر الموقوفة\";'),('arq','messages:syntaxhighlight-source-category-desc','s:92:\"ar:يستخدم تسليط الضوء على الصفحة علامات مصدر مهجورة\";'),('arq','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:13:\"ar:الكود\";'),('arq','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:13:\"ar:اللغة\";'),('arq','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:16:\"ar:(لا شيء)\";'),('arq','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:37:\"ar:إظهار أرقام الخطوط\";'),('arq','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:27:\"ar:رقم سطر البدء\";'),('arq','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:14:\"ar:نص خام\";'),('arq','messages:systemblockedtext','s:429:\"ar:اسم المستخدم أو عنوان الأيبي الخاص بك تم منعه تلقائيا بواسطة ميدياويكي.\nالسبب المعطى هو:\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* نهاية المنع: $6\n* المقصود بالمنع: $7\n\nعنوان الأيبي الحالي الخاص بك هو $3.\nمن فضلك ضمن كل التفاصيل بالأعلى في أي استعلام تقوم به.\";'),('arq','messages:table_pager_empty','s:18:\"ar:لا نتائج\";'),('arq','messages:table_pager_first','s:28:\"ar:الصفحة الأولى\";'),('arq','messages:table_pager_last','s:30:\"ar:الصفحة الأخيرة\";'),('arq','messages:table_pager_limit','s:43:\"ar:اعرض $1 مدخلة في الصفحة\";'),('arq','messages:table_pager_limit_label','s:37:\"ar:العناصر في كل صفحة:\";'),('arq','messages:table_pager_limit_submit','s:11:\"ar:اذهب\";'),('arq','messages:table_pager_next','s:30:\"ar:الصفحة التالية\";'),('arq','messages:table_pager_prev','s:30:\"ar:الصفحة السابقة\";'),('arq','messages:tag-filter','s:44:\"arq:صفاية[[Special:Tags|الوشام]]:\";'),('arq','messages:tag-filter-submit','s:11:\"ar:مرشح\";'),('arq','messages:tag-hidden','s:29:\"ar:$1 (علامة مخفية)\";'),('arq','messages:tag-list-wrapper','s:66:\"arq:[[Special:Tags|{{PLURAL:$1||وسم|وسمان|وسوم}}]]: $2\";'),('arq','messages:tag-mobile_edit','s:40:\"arq:تبديله من البورتابل\";'),('arq','messages:tag-mobile_edit-description','s:48:\"ar:تحرير بواسطة موقع الجوال\";'),('arq','messages:tag-mobile_web_edit','s:43:\"arq:تبديله من الويب نقّال\";'),('arq','messages:tag-mobile_web_edit-description','s:58:\"ar:تعديل من موقع الويب في المحمول\";'),('arq','messages:tag-mw-blank','s:13:\"ar:إفراغ\";'),('arq','messages:tag-mw-blank-description','s:48:\"ar:التعديلات التي تفرغ صفحة\";'),('arq','messages:tag-mw-changed-redirect-target','s:39:\"ar:غُيَّر هدف التحويلة\";'),('arq','messages:tag-mw-changed-redirect-target-description','s:59:\"ar:التعديلات التي تغير هدف تحويلة\";'),('arq','messages:tag-mw-contentmodelchange','s:39:\"ar:تغيير موديل المحتوى\";'),('arq','messages:tag-mw-contentmodelchange-description','s:152:\"ar:التعديلات التي [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel تغير موديل المحتوى] لصفحة\";'),('arq','messages:tag-mw-manual-revert','s:22:\"ar:تراجع يدوي\";'),('arq','messages:tag-mw-manual-revert-description','s:89:\"ar:التعديلات التي تسترجع الصفحة يدويا لحالة سابقة\";'),('arq','messages:tag-mw-new-redirect','s:26:\"ar:تحويلة جديدة\";'),('arq','messages:tag-mw-new-redirect-description','s:103:\"ar:التعديلات التي تنشيء تحويلة جديدة أو تغير صفحة لتحويلة\";'),('arq','messages:tag-mw-removed-redirect','s:28:\"ar:أزال التحويلة\";'),('arq','messages:tag-mw-removed-redirect-description','s:92:\"ar:التعديلات التي تغير تحويلة موجودة إلى غير تحويلة\";'),('arq','messages:tag-mw-replace','s:15:\"ar:استبدل\";'),('arq','messages:tag-mw-replace-description','s:84:\"ar:التعديلات التي أزالت أكثر من 90% من محتوى صفحة\";'),('arq','messages:tag-mw-reverted','s:15:\"ar:مسترجع\";'),('arq','messages:tag-mw-reverted-description','s:86:\"ar:التعديلات التي جرى التراجع عنها في تعديل لاحق\";'),('arq','messages:tag-mw-rollback','s:17:\"ar:استرجاع\";'),('arq','messages:tag-mw-rollback-description','s:124:\"ar:التعديلات التي استرجعت التعديلات السابقة باستخدام وصلة الاسترجاع\";'),('arq','messages:tag-mw-server-side-upload','s:40:\"ar:رفع من طرف المُخدِّم\";'),('arq','messages:tag-mw-server-side-upload-description','s:87:\"ar:ملفات الوسائط المرفوعة عبر برنامج نصي للصيانة\";'),('arq','messages:tag-mw-undo','s:11:\"ar:رجوع\";'),('arq','messages:tag-mw-undo-description','s:113:\"ar:التعديلات التي ترجع عن التعديلات السابقة باستخدام وصلة رجوع\";'),('arq','messages:tagline','s:21:\"arq:من {{SITENAME}}\";'),('arq','messages:tags','s:43:\"ar:وسوم التغيير المفعّلة\";'),('arq','messages:tags-actions-header','s:17:\"ar:إجراءات\";'),('arq','messages:tags-activate','s:13:\"ar:تنشيط\";'),('arq','messages:tags-activate-not-allowed','s:55:\"ar:ليس من الممكن تفعيل الوسم \"$1\".\";'),('arq','messages:tags-activate-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('arq','messages:tags-activate-question','s:51:\"ar:أنت على وشك تنشيط الوسم \"$1\".\";'),('arq','messages:tags-activate-reason','s:14:\"ar:السبب:\";'),('arq','messages:tags-activate-submit','s:13:\"ar:تفعيل\";'),('arq','messages:tags-activate-title','s:20:\"ar:نشط الوسم\";'),('arq','messages:tags-active-header','s:11:\"ar:نشط؟\";'),('arq','messages:tags-active-no','s:12:\"arq:لالا\";'),('arq','messages:tags-active-yes','s:10:\"arq:إيه\";'),('arq','messages:tags-apply-blocked','s:133:\"ar:لا يمكنك تطبيق وسوم التغيير جنبا إلى جنب مع تغييراتك أثناء {{GENDER:$1|منعك}}.\";'),('arq','messages:tags-apply-no-permission','s:114:\"ar:ليس لديك إذن لتطبيق علامات التغيير جنبا إلى جنب مع التغييرات.\";'),('arq','messages:tags-apply-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن يتم تطبيقها يدويا: $1\";'),('arq','messages:tags-apply-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن يتم تطبيقه يدويا.\";'),('arq','messages:tags-create-already-exists','s:43:\"ar:الوسم \"$1\" موجود بالفعل.\";'),('arq','messages:tags-create-explanation','s:129:\"ar:افتراضيا، الوسوم المنشأة حديثا سيتاح استخدامها للمستخدمين والبوتات.\";'),('arq','messages:tags-create-heading','s:29:\"ar:إنشاء وسم جديد\";'),('arq','messages:tags-create-invalid-chars','s:186:\"ar:ينبغي ألا تحتوي أسماء الوسوم على فواصل (<code>,</code>) أو عارضة عمودية (<code>|</code>) أو خط مائل للأمام (<code>/</code>).\";'),('arq','messages:tags-create-invalid-title-chars','s:147:\"ar:يجب أن لا تحتوي أسماء العلامات الأحرف التي لا يمكن استخدامها في عناوين الصفحات.\";'),('arq','messages:tags-create-no-name','s:44:\"ar:عليك أن تحدد اسم الوسم.\";'),('arq','messages:tags-create-reason','s:14:\"ar:السبب:\";'),('arq','messages:tags-create-submit','s:11:\"ar:أنشئ\";'),('arq','messages:tags-create-tag-name','s:21:\"ar:اسم الوسم:\";'),('arq','messages:tags-create-warnings-above','s:142:\"ar:{{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}} عند محاولة إنشاء الوسم \"$1\":\";'),('arq','messages:tags-create-warnings-below','s:51:\"ar:هل تود متابعة إنشاء الوسم؟\";'),('arq','messages:tags-deactivate','s:13:\"ar:تعطيل\";'),('arq','messages:tags-deactivate-not-allowed','s:55:\"ar:من غير الممكن تعطيل الوسم \"$1\".\";'),('arq','messages:tags-deactivate-question','s:51:\"ar:أنت على وشك تعطيل الوسم \"$1\".\";'),('arq','messages:tags-deactivate-reason','s:14:\"ar:السبب:\";'),('arq','messages:tags-deactivate-submit','s:9:\"ar:عطل\";'),('arq','messages:tags-deactivate-title','s:20:\"ar:عطل الوسم\";'),('arq','messages:tags-delete','s:11:\"ar:احذف\";'),('arq','messages:tags-delete-explanation-active','s:283:\"ar:<strong>الوسم \"$1\" مازال نشطا، وسيتم الاستمرار في تطبيقه في المستقبل.</strong> لمنع هذا من الحدوث، اذهب إلى المكان(الأمكنة) حيث الوسم مضبوط ليتم تطبيقه، وعطله هناك.\";'),('arq','messages:tags-delete-explanation-in-use','s:179:\"ar:ستتم إزالته من {{PLURAL:$2|$2 مراجعة او مدخلة سجل|كل $2 مراجعات و/أو مدخلات سجل}} الذي هو مطبق عليهم حاليا.\";'),('arq','messages:tags-delete-explanation-initial','s:80:\"ar:أنت على وشك حذف الوسم \"$1\" من قاعدة البيانات.\";'),('arq','messages:tags-delete-explanation-warning','s:259:\"ar:هذا الفعل <strong>غير رجعي</strong> و <strong>لا يمكن التراجع عنه</strong>، ولا حتى بواسطة إداريي قاعدة البيانات. كن متاكدا من أن هذا هو الوسم الذي تريد حذفه.\";'),('arq','messages:tags-delete-no-permission','s:76:\"ar:أنت لا تمتلك الصلاحية لحذف وسوم التغيير.\";'),('arq','messages:tags-delete-not-allowed','s:123:\"ar:الوسوم التي يعرفها امتداد لا يمكن حذفها إلا إذا أتاح الامتداد ذلك.\";'),('arq','messages:tags-delete-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('arq','messages:tags-delete-reason','s:10:\"ar:سبب:\";'),('arq','messages:tags-delete-submit','s:80:\"ar:حذف هذا الوسم دون رجعة (ستدمر بعض البيانات)\";'),('arq','messages:tags-delete-title','s:20:\"ar:حذف الوسم\";'),('arq','messages:tags-delete-too-many-uses','s:140:\"ar:الوسم \"$1\" مطبق في أكثر من $2 {{PLURAL:$2|مراجعة|مراجعات}}، مما يعني أنه لا يمكن حذفه.\";'),('arq','messages:tags-delete-warnings-after-delete','s:134:\"ar:الوسم \"$1\" تم حذفه، لكن {{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}}:\";'),('arq','messages:tags-description-header','s:31:\"ar:وصف كامل للمعنى\";'),('arq','messages:tags-display-header','s:50:\"ar:الظهور في قوائم التغييرات\";'),('arq','messages:tags-edit','s:12:\"arq:بدّل\";'),('arq','messages:tags-edit-add','s:30:\"ar:أضف هذه الوسوم:\";'),('arq','messages:tags-edit-chosen-no-results','s:29:\"ar:لا وسوم مطابقة\";'),('arq','messages:tags-edit-chosen-placeholder','s:31:\"ar:اختر بعض الوسوم\";'),('arq','messages:tags-edit-existing-tags','s:33:\"ar:الوسوم الموجودة:\";'),('arq','messages:tags-edit-existing-tags-none','s:25:\"ar:<em>لا وسوم</em>\";'),('arq','messages:tags-edit-failure','s:39:\"ar:التغييرات لم تطبق: $1\";'),('arq','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('arq','messages:tags-edit-logentry-legend','s:118:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|مدخلة السجل هذه|كل مدخلات السجل ال$1}}\";'),('arq','messages:tags-edit-logentry-selected','s:73:\"ar:{{PLURAL:$1|حدث سجل مختار|أحداث سجل مختارة}}:\";'),('arq','messages:tags-edit-logentry-submit','s:100:\"ar:طبق التغييرات ل{{PLURAL:$1|مدخلة السجل هذه|$1 مدخلات السجل}}\";'),('arq','messages:tags-edit-manage-link','s:30:\"ar:التحكم بالوسوم\";'),('arq','messages:tags-edit-new-tags','s:23:\"ar:وسوم جديدة:\";'),('arq','messages:tags-edit-none-selected','s:99:\"ar:من فضلك اختر على الأقل وسما واحدا للإضافة أو الإزالة.\";'),('arq','messages:tags-edit-nooldid-text','s:129:\"ar:لم تحدد النسخة التي تريد تطبيق العملية عليها أو لا يوجد نسخة من الأصل.\";'),('arq','messages:tags-edit-nooldid-title','s:40:\"ar:مراجعة هدف غير صالحة\";'),('arq','messages:tags-edit-reason','s:14:\"ar:السبب:\";'),('arq','messages:tags-edit-remove','s:30:\"ar:أزل هذه الوسوم:\";'),('arq','messages:tags-edit-remove-all-tags','s:29:\"ar:(أزل كل الوسوم)\";'),('arq','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('arq','messages:tags-edit-revision-legend','s:104:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|هذه المراجعة|كل $1 المراجعات}}\";'),('arq','messages:tags-edit-revision-selected','s:84:\"ar:{{PLURAL:$1|مراجعة مختارة|مراجعات مختارة}} من [[:$2]]:\";'),('arq','messages:tags-edit-revision-submit','s:86:\"ar:طبق التغييرات ل{{PLURAL:$1|هذه المراجعة|$1 مراجعات}}\";'),('arq','messages:tags-edit-success','s:31:\"ar:طبقت التغييرات.\";'),('arq','messages:tags-edit-title','s:26:\"ar:تعديل الوسوم\";'),('arq','messages:tags-hidden','s:13:\"ar:(مخفي)\";'),('arq','messages:tags-hitcount','s:49:\"arq: $1 {{PLURAL:$1|تبديله|تبديلات}}\";'),('arq','messages:tags-hitcount-header','s:30:\"ar:تغييرات موسومة\";'),('arq','messages:tags-intro','s:172:\"ar:هذه الصفحة تعرض الوسوم التي من الممكن للبرنامج أن يوسم أحد التعديلات بها، بالإضافة لمعانيها.\";'),('arq','messages:tags-manage-blocked','s:88:\"ar:لا يمكنك إدارة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('arq','messages:tags-manage-no-permission','s:67:\"ar:ليس لديك صلاحية إدارة وسوم التغيير.\";'),('arq','messages:tags-source-extension','s:41:\"ar:معرف بواسطة البرنامج\";'),('arq','messages:tags-source-header','s:15:\"ar:المصدر\";'),('arq','messages:tags-source-manual','s:82:\"ar:تم تطبيقه يدويا بواسطة المستخدمين والبوتات\";'),('arq','messages:tags-source-none','s:40:\"ar:لم يعد قيد الاستخدام\";'),('arq','messages:tags-summary','s:3:\"en:\";'),('arq','messages:tags-tag','s:20:\"ar:اسم الوسم\";'),('arq','messages:tags-title','s:11:\"ar:وسوم\";'),('arq','messages:tags-update-add-not-allowed-multi','s:129:\"ar:The following {{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إضافتها يدويا: $1\";'),('arq','messages:tags-update-add-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن تتم إضافته يدويا.\";'),('arq','messages:tags-update-blocked','s:104:\"ar:لا يمكنك إضافة أو إزالة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('arq','messages:tags-update-no-permission','s:160:\"ar:أنت لا تمتلك السماح لإضافة أو إزالة وسوم التغيير من المراجعات أو مدخلات السجل الفردية.\";'),('arq','messages:tags-update-remove-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إزالتها يدويا: $1\";'),('arq','messages:tags-update-remove-not-allowed-one','s:57:\"ar:من غير المسموح إزالة الوسم \"$1\".\";'),('arq','messages:talk','s:14:\"arq:تناقش\";'),('arq','messages:talkpageheader','s:4:\"en:-\";'),('arq','messages:talkpagelinktext','s:14:\"arq:تناقش\";'),('arq','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('arq','messages:template-equals-category','s:52:\"ar:الصفحات التي تستخدم = كقالب\";'),('arq','messages:template-equals-category-desc','s:303:\"ar:تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('arq','messages:template-equals-warning','s:333:\"ar:<strong>تحذير:</ strong> تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('arq','messages:template-loop-category','s:39:\"ar:الصفحات بحلقات قالب\";'),('arq','messages:template-loop-category-desc','s:99:\"ar:الصفحة تحتوي على حلقة قالب، أي أن القالب يستدعي نفسه.\";'),('arq','messages:template-loop-warning','s:169:\"ar:<strong>تحديز:</strong> هذه الصفحة تستدعي [[:$1]] والذي يتسبب في حدوث حلقة قالب (استدعاء عودي لا نهائي).\";'),('arq','messages:template-protected','s:16:\"arq:(محميه)\";'),('arq','messages:template-semiprotected','s:22:\"arq:(نص حماية )\";'),('arq','messages:templatepage','s:43:\"arq:شوف الباجة تاع القالب\";'),('arq','messages:templatesused','s:108:\"arq:{{PLURAL:$1||القالب المستعمل|القوالب المستعمله}} في هذه الباجه:\";'),('arq','messages:templatesusedpreview','s:126:\"arq:{{PLURAL:$1|القالب المستعمل|القوالب المستعملة}} ف هاد التوريّة المسبّقة:\";'),('arq','messages:templatesusedsection','s:143:\"ar:{{PLURAL:$1||القالب المستخدم|القالبان المستخدمان|القوالب المستخدمة}} في هذا القسم:\";'),('arq','messages:textmatches','s:31:\"ar:نص الصفحة يطابق\";'),('arq','messages:thisisdeleted','s:51:\"arq:راك باغي تشوف ولا ترجّع $1؟\";'),('arq','messages:throttled-mailpassword','s:329:\"arq:راه نبعّت لك إيمال تاع السترجاع تاع كلمت& السرّ منقبَل، هادي {{PLURAL:$1|ساعة|$1 سوايع}}.\nباش نتحضّاو منل غشّ، ما ينجم ينبعت غير إيمال واحد تاع السترجاع ف كلّ مدّة تاع {{PLURAL:$1|ساعة|$1 سوايع}}.\";'),('arq','messages:thu','s:16:\"arq:الخميس\";'),('arq','messages:thumbnail-dest-create','s:59:\"ar:تعذر حفظ الصورة المصغرة للوجهة\";'),('arq','messages:thumbnail-more','s:10:\"arq:كبر\";'),('arq','messages:thumbnail-temp-create','s:70:\"ar:تعذر إنشاء ملف الصورة المصغرة المؤقت\";'),('arq','messages:thumbnail_dest_directory','s:60:\"ar:غير قادر على إنشاء المجلد الهدف\";'),('arq','messages:thumbnail_error','s:70:\"arq:غلطه في خدمت صورة مصغرةالمينياتير: $1\";'),('arq','messages:thumbnail_error_remote','s:32:\"ar:رسالة عطل من $1:\n$2\";'),('arq','messages:thumbnail_gd-library','s:67:\"ar:ضبط مكتبة GD غير مكتمل: دالة مفقودة $1\";'),('arq','messages:thumbnail_image-failure-limit','s:208:\"ar:هناك الكثير من المحاولات الفاشلة مؤخراً ($1 أو أكثر) لتَصْيير هذه الصورة المصغرة. الرجاء المحاولة مرة أخرى لاحقاً.\";'),('arq','messages:thumbnail_image-missing','s:44:\"ar:الملف يبدو أنه مفقود: $1\";'),('arq','messages:thumbnail_image-size-zero','s:53:\"ar:حجم ملف الصورة يبدو أنه صفر.\";'),('arq','messages:thumbnail_image-type','s:40:\"ar:نوع الصورة غير مدعوم\";'),('arq','messages:thumbnail_invalid_params','s:48:\"ar:محددات التصغير غير صحيحة\";'),('arq','messages:thumbnail_toobigimagearea','s:39:\"ar:ملف أبعداه أكبر من $1\";'),('arq','messages:thumbsize','s:34:\"ar:حجم العرض المصغر:\";'),('arq','messages:thursday','s:16:\"arq:الخميس\";'),('arq','messages:thursday-at','s:38:\"ar:يوم الخميس الساعة $1\";'),('arq','messages:timeouterror','s:35:\"ar:انتهت مهلة الخادم\";'),('arq','messages:timeouterror-text','s:147:\"ar:تم تجاوز الحد الأقصى لوقت الطلب وهو {{PLURAL:$1|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}.\";'),('arq','messages:timezone-local','s:11:\"ar:محلي\";'),('arq','messages:timezone-useoffset-placeholder','s:45:\"ar:مثال القيم: \"-07:00\" أو \"01:00\"\";'),('arq','messages:timezone-utc','s:11:\"ar:ت ع م\";'),('arq','messages:timezonelegend','s:33:\"ar:المنطقة الزمنية:\";'),('arq','messages:timezoneregion-africa','s:17:\"ar:إفريقيا\";'),('arq','messages:timezoneregion-america','s:15:\"ar:أمريكا\";'),('arq','messages:timezoneregion-antarctica','s:23:\"ar:أنتاركتيكا\";'),('arq','messages:timezoneregion-arctic','s:28:\"ar:القطب الشمالي\";'),('arq','messages:timezoneregion-asia','s:11:\"ar:آسيا\";'),('arq','messages:timezoneregion-atlantic','s:32:\"ar:المحيط الأطلنطي\";'),('arq','messages:timezoneregion-australia','s:19:\"ar:أستراليا\";'),('arq','messages:timezoneregion-europe','s:15:\"ar:أوروبا\";'),('arq','messages:timezoneregion-indian','s:28:\"ar:المحيط الهندي\";'),('arq','messages:timezoneregion-pacific','s:28:\"ar:المحيط الهادي\";'),('arq','messages:timezoneuseoffset','s:46:\"ar:أخرى (حدد الإزاحة أدناه)\";'),('arq','messages:timezoneuseserverdefault','s:54:\"ar:استخدام الويكي الافتراضي ($1)\";'),('arq','messages:title-invalid','s:59:\"ar:عنوان الصفحة المطلوبة غير صالح\";'),('arq','messages:title-invalid-characters','s:107:\"arq:العلوان تاع الپاجة المطلوبة راه فيه حرُف ماشي مقبولة: \"$1\".\";'),('arq','messages:title-invalid-empty','s:104:\"arq:عنوان الباجة المطلوبة فارغ و إلا فيه برك إسباس نتاع اسم\";'),('arq','messages:title-invalid-interwiki','s:186:\"arq:العلوان تاع الپاجة المطلوبة راه فيها وصيل ``ما بين الويكيّات`` و هادا ما ينجمش يكون مستعمل فل علوانات.\";'),('arq','messages:title-invalid-leading-colon','s:100:\"arq:العلوان تاع الپاجة المطلوبة راه فيه فاصلة (،) فل بدية.\";'),('arq','messages:title-invalid-magic-tilde','s:159:\"arq:العلوان تاع الپاجة المطلوبة راه هيها جملة تاع تيلدات مسحورة ماشي مقبولة (<nowiki>~~~</nowiki>).\";'),('arq','messages:title-invalid-relative','s:279:\"arq:العلوان هادا راه فيه مسار نسباوي. العلوانات الّي توشّر ل پاجات نسباويّة (./, ../) ما هيش مقبولة، خاطر شحال من خطرة ما تنصابش من عند البحّار تاع المستعمليين.\";'),('arq','messages:title-invalid-talk-namespace','s:160:\"arq:العلوان تاع الپاجة المطلوبة راهي توشّر ل كاش پاجة تاع مهادرة الّي ما تنجمش تكون كاينة.\";'),('arq','messages:title-invalid-too-long','s:224:\"arq:العلوان تاع الپاجة المطلوبة راه طويل بزّاف. اعرف بلّي ما ينجمش يفوت الـ {{PLURAL:$1|بايت واحد|$1 بايت}} فل التسڤام تاع الحروف UTF-8.\";'),('arq','messages:title-invalid-utf8','s:79:\"arq:عنوان الباجه المطلوبه فيه قسمه UTF-8 مغلوطة\";'),('arq','messages:titlematches','s:37:\"ar:عنوان الصفحة يطابق\";'),('arq','messages:titleprotected','s:131:\"arq:[[User:$1|$1]] {{GENDER:$1|حمى|حمات}} هاذ العنوان م الخلقان.\nالسبّة تاعو هيّ <em>$2</em>.\";'),('arq','messages:titleprotectedwarning','s:235:\"ar:<strong>تحذير: هذه الصفحة تمت حمايتها بحيث أن [[Special:ListGroupRights|صلاحيات معينة]] مطلوبة لإنشائها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('arq','messages:tmp-create-error','s:39:\"ar:تعذر إنشاء ملف مؤقت.\";'),('arq','messages:tmp-write-error','s:56:\"ar:خطأ أثناء كتابة الملف المؤقت.\";'),('arq','messages:toc','s:18:\"arq:محتويات\";'),('arq','messages:today-at','s:5:\"en:$1\";'),('arq','messages:tog-ccmeonemails','s:111:\"arq:ابعت لي نسخة تاع الـإيمالات الّي نبعتهم لل مستعمليين لخرين\";'),('arq','messages:tog-diffonly','s:88:\"arq:ما تورّيش الـمضمون تاع الـصفحات تحت الـفروقات\";'),('arq','messages:tog-editondblclick','s:96:\"arq:آكتيفي التبدال تاع الباجات بل زوج ضركات تاع الفارة\";'),('arq','messages:tog-editsectiononrightclick','s:126:\"arq:آكتيفي التبدال تاع السكسيوّات بل ضريك بل ليمنة على العلاوين نتاعهم\";'),('arq','messages:tog-enotifminoredits','s:114:\"arq:ابعت لي بريه حتا يلا كانت تبدالات صغيرة فلباجات و الـفيشيّات\";'),('arq','messages:tog-enotifrevealaddr','s:79:\"arq:بين لادريستي إلكترونيك في براوات الاعلام\";'),('arq','messages:tog-enotifusertalkpages','s:87:\"arq:ابعثلي بريّة كلّ ما تبدّلت باجتٰ النقاش ديالي\";'),('arq','messages:tog-enotifwatchlistpages','s:126:\"arq:ابحت لي إيمال كي تتبدّل صفحة ولا فيشي من الـليستة تاع الـتتباع تاعي\";'),('arq','messages:tog-extendwatchlist','s:135:\"arq:دلّي الليستة تاع التتباع باش تورّي كامل التبديلات، ماشي برك غير التوالا\";'),('arq','messages:tog-fancysig','s:89:\"arq:اعتبر التوقيع كي كتيبه ويكي (بلا وصيله توماتيك)\";'),('arq','messages:tog-forceeditsummary','s:98:\"arq:(أو ملخص تراجع مفروض)نبّهني كي تندخل ملخص صفحة خاوية\";'),('arq','messages:tog-hidecategorization','s:49:\"arq:خبّي التصناف تاع الصفحات\";'),('arq','messages:tog-hideminor','s:81:\"arq:خبي الكتيبات الصغيرة في التبديلات التوالا\";'),('arq','messages:tog-hidepatrolled','s:83:\"arq:خبي الكتيبات المعسوسه في التبديلات التوالا\";'),('arq','messages:tog-minordefault','s:65:\"arq:ماركي كل التبديلات بلي راهي خفيفه\";'),('arq','messages:tog-newpageshidepatrolled','s:93:\"arq:خبي الباجات المعسوسه اللي في ليستت الباجات الجدد\";'),('arq','messages:tog-norollbackdiff','s:59:\"arq:ما تورّيش الـفروق كي تدير رجوع\";'),('arq','messages:tog-oldsig','s:50:\"arq:خطّ‘ اليدّ تاعك الي كاين:\";'),('arq','messages:tog-prefershttps','s:65:\"arq:استعمل دايمن توصال مأمون كي تدخُل\";'),('arq','messages:tog-previewonfirst','s:55:\"arq:بين شوفه-قبليه مع اول تبديله\";'),('arq','messages:tog-previewontop','s:101:\"arq:ورّي نضرة قبليّة تاع واش يصرا، فوق الجيهة تاع التبدال\";'),('arq','messages:tog-requireemail','s:222:\"ar:إرسال رسائل البريد الإلكتروني لإعادة تعيين كلمة المرور فقط عندما يتم توفير كل من عنوان البريد الإلكتروني واسم المستخدم.\";'),('arq','messages:tog-showhiddencats','s:50:\"arq:ورّي الـفصلات الـمخبّيين\";'),('arq','messages:tog-shownumberswatching','s:68:\"arq:بين شحال كاين من مستعمل يتبع الباجه\";'),('arq','messages:tog-showrollbackconfirmation','s:88:\"ar:إظهار رسالة تأكيد عند النقر على رابط الاسترجاع\";'),('arq','messages:tog-underline','s:32:\"arq:تسطار الوصيلات:\";'),('arq','messages:tog-useeditwarning','s:105:\"arq:نبّهني كي نخرج من صفحة كنت نكتب فيها بلا ما نعمّر الخدمة\";'),('arq','messages:tog-uselivepreview','s:63:\"arq:وري تشوف بلا ماتعاود تطلع الپاجة\";'),('arq','messages:tog-usenewrc','s:126:\"arq:جمّع الـتبدالات بل صفحة فل تبدالات الـجديدة و الـليستة تاع الـعسّة\";'),('arq','messages:tog-watchcreations','s:120:\"arq:زيد الـصفحات اللي نخلقها و الـفيشيّات فل قايمة تاع التتباع تاعي\";'),('arq','messages:tog-watchdefault','s:124:\"arq:زيد الـصفحات و الـفيشيّات اللي نبدّلها فل قايمة تاع الـتتباع تاعي\";'),('arq','messages:tog-watchdeletion','s:96:\"arq:زيد الـصفحات اللي نفصيها فل قايمة تاع التتباع تاعي\";'),('arq','messages:tog-watchlisthideanons','s:170:\"arq:خبّي فل قايمة تاع التتباع تاعي الـتبدالات الـمديورة من عند الـمستعمليين الـماشي متماركيين\";'),('arq','messages:tog-watchlisthidebots','s:108:\"arq:خبّي الـتبدالات تاع الـروبويات فل ليستة تاع التتباع تاعي\";'),('arq','messages:tog-watchlisthidecategorization','s:49:\"arq:خبّي التصناف تاع الصفحات\";'),('arq','messages:tog-watchlisthideliu','s:161:\"arq:خبّي فل قايمة تاع التتباع تاعي الـتبدالات الـمديورة من عند الـمستعمليين الـمتماركيين\";'),('arq','messages:tog-watchlisthideminor','s:103:\"arq:خبّي الـتبدالات الـصغيرة من الـليستة تاعي تاع التتباع\";'),('arq','messages:tog-watchlisthideown','s:84:\"arq:خبّي الـتبدالات تاوعي فل ليستة تاع الـتتباع\";'),('arq','messages:tog-watchlisthidepatrolled','s:106:\"arq:خبّي الـتبدالات تاع الـمتبّعة فل ليستة تاع التتباع تاعي\";'),('arq','messages:tog-watchlistreloadautomatically','s:129:\"arq:عاود شارجي الليستة تاع التتباع كي تبدّل الفيلتراج (يستحق جافاسكريبت)\";'),('arq','messages:tog-watchlistunwatchlinks','s:362:\"ar:إضافة وصلات مباشرة للمراقبة/إلغاء المراقبة ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) إضافة وصلات مباشرة للمراقبة/إزالة المراقبة إلى إدخالات قائمة المراقبة ذات التغييرات (جافا سكريبت مطلوبة لوظيفة التبديل)\";'),('arq','messages:tog-watchmoves','s:120:\"arq:زيد الـصفحات و الـفيشيات اللي نحوّلها فل قايمة تاع الـتباع تاعي\";'),('arq','messages:tog-watchrollback','s:119:\"arq:بيّن فل ليستة تاع المتابعة تاعي، الصفحات الّي كنت أنا سترجعتها.\";'),('arq','messages:tog-watchuploads','s:123:\"arq:زيد الدوسيّات الجديدة الّي امبورتيتها لل ليستة تاعي تاع المتابعة\";'),('arq','messages:tool-link-contributions','s:68:\"arq:مساهمات {{GENDER:$1|المستخدم|المستخدمه}}\";'),('arq','messages:tool-link-emailuser','s:89:\"arq:ارسل بريّة ل هاد {{GENDER:$1|المستعملي|المستعمليّة}}\";'),('arq','messages:tool-link-userrights','s:85:\"arq:تبدال مجموعات {{GENDER:$1|المستعملي|المستعمليّة}}\";'),('arq','messages:tool-link-userrights-readonly','s:92:\"arq:شوف المجموعات تاع {{GENDER:$1|المستعملي|المستعمليّة}}\";'),('arq','messages:toolbox','s:16:\"arq:ادَوات\";'),('arq','messages:tooltip-ca-addsection','s:28:\"arq:ابدأ طرف جديد\";'),('arq','messages:tooltip-ca-delete','s:32:\"arq:امحي هاذ الباجه\";'),('arq','messages:tooltip-ca-edit','s:37:\"arq:بدّل ف هاذ الـصفحة\";'),('arq','messages:tooltip-ca-history','s:66:\"arq:الڥرسيونات القدام ديال هاذ الصفحة\";'),('arq','messages:tooltip-ca-move','s:35:\"arq:بدل أسم هذ الباجه\";'),('arq','messages:tooltip-ca-nstab-category','s:38:\"arq:شوفان باجة التصنيف\";'),('arq','messages:tooltip-ca-nstab-help','s:37:\"ar:رؤية صفحة المساعدة\";'),('arq','messages:tooltip-ca-nstab-image','s:30:\"arq:شوف باجت الملف\";'),('arq','messages:tooltip-ca-nstab-main','s:34:\"arq:شوف باجه المحتوى\";'),('arq','messages:tooltip-ca-nstab-media','s:35:\"ar:رؤية صفحة الميديا\";'),('arq','messages:tooltip-ca-nstab-mediawiki','s:45:\"arq:شوف ارسالة تاع اسيستام\";'),('arq','messages:tooltip-ca-nstab-project','s:34:\"arq:شوف باجت البروجي\";'),('arq','messages:tooltip-ca-nstab-special','s:68:\"arq:هذه الباجه خصوصيه، و ما تقدرش تتبدل\";'),('arq','messages:tooltip-ca-nstab-template','s:27:\"arq:شوفان القالب\";'),('arq','messages:tooltip-ca-nstab-user','s:36:\"arq:شوف باجت المستعمل\";'),('arq','messages:tooltip-ca-protect','s:37:\"arq:بروتيجي هاذالباجه\";'),('arq','messages:tooltip-ca-talk','s:65:\"arq:مناقشة على هاذ الصفحة تاع المحتوى\";'),('arq','messages:tooltip-ca-undelete','s:95:\"ar:استرجع التعديلات التي تمت على هذه الصفحة قبل حذفها\";'),('arq','messages:tooltip-ca-unprotect','s:40:\"ar:غير حماية هذه الصفحة\";'),('arq','messages:tooltip-ca-unwatch','s:81:\"arq:اقلع هاد الباجة منل ليستة تاعك تاع التتباع\";'),('arq','messages:tooltip-ca-unwatch-expiring','s:147:\"ar:بقي {{PLURAL:  1 |يوم واحد|يومان|$1 أيام|$1 يومًا|$1 أيام}} في قائمة مراقبتك. انقر لإزالته.\";'),('arq','messages:tooltip-ca-unwatch-expiring-hours','s:86:\"ar:بقيت بضع ساعات في قائمة مراقبتك. انقر لإزالته.\";'),('arq','messages:tooltip-ca-view','s:3:\"en:\";'),('arq','messages:tooltip-ca-viewsource','s:93:\"arq:هاذ الباجه محميه. و شنو تقدرو تشوفو الأصلي نتاعها\";'),('arq','messages:tooltip-ca-watch','s:75:\"arq:زيد هذ الباجة لل ليستة تاعك تاع التتباع\";'),('arq','messages:tooltip-compareselectedversions','s:82:\"arq:شوف الفروق بين نسختين مخيرين من هاذ الباجه.\";'),('arq','messages:tooltip-cur','s:50:\"ar:الفرق مع المراجعة الأخيرة\";'),('arq','messages:tooltip-diff','s:71:\"arq:ورّي التبدالات الّي راك درتهم فل نصّ.\";'),('arq','messages:tooltip-feed-atom','s:50:\"arq:سيلان آتوم تاع هاد الباجة\";'),('arq','messages:tooltip-feed-rss','s:50:\"ar:تلقيم أر إس إس لهذه الصفحة\";'),('arq','messages:tooltip-invert','s:198:\"arq:علّم هاد المقّبسة باش تخبّي التبدالات تاع الصفحات الّي فيها وسَع` التسمية (و وسَع التسمية المربوط يلا كاين)\";'),('arq','messages:tooltip-last','s:50:\"ar:الفرق مع المراجعة السابقة\";'),('arq','messages:tooltip-minoredit','s:43:\"arq:ماركي هاذا تبديل صغير\";'),('arq','messages:tooltip-n-currentevents','s:33:\"arq:شوف اش قاعد يصير\";'),('arq','messages:tooltip-n-help','s:31:\"arq:بلاصة المعاونة\";'),('arq','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('arq','messages:tooltip-n-mainpage','s:44:\"arq:زور الپاجة اللولانيّة\";'),('arq','messages:tooltip-n-mainpage-description','s:38:\"arq:زور صفحة الاستقبال\";'),('arq','messages:tooltip-n-portal','s:119:\"arq:ب خوصوص المشروع، واش تقدر تدير، وين تلقى المعلومة لي حاجتك بيها\";'),('arq','messages:tooltip-n-randompage','s:35:\"arq:شرجي صفحة ع الزهر\";'),('arq','messages:tooltip-n-recentchanges','s:73:\"arq:ليستة تاع التبدالات الاخّرين ف الويكي\";'),('arq','messages:tooltip-namespace_association','s:213:\"arq:علّم على هاد المقيبسة باش تدخّل تاني المهادرة ولا وسَع التسمية تاع الموضوع المربوط معا وسَع التسمية المسيليكسيوني\";'),('arq','messages:tooltip-p-cactions','s:37:\"ar:المزيد من الخيارات\";'),('arq','messages:tooltip-p-lang','s:3:\"en:\";'),('arq','messages:tooltip-p-logo','s:36:\"arq:زور الباجة اللولة\";'),('arq','messages:tooltip-p-namespaces','s:3:\"en:\";'),('arq','messages:tooltip-p-navigation','s:3:\"en:\";'),('arq','messages:tooltip-p-personal','s:30:\"ar:قائمة المستخدم\";'),('arq','messages:tooltip-p-tb','s:3:\"en:\";'),('arq','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('arq','messages:tooltip-p-user-page','s:3:\"en:\";'),('arq','messages:tooltip-p-variants','s:3:\"en:\";'),('arq','messages:tooltip-p-views','s:3:\"en:\";'),('arq','messages:tooltip-preferences-save','s:28:\"ar:حفظ التغييرات\";'),('arq','messages:tooltip-preview','s:98:\"arq:بين التغييرات نتاعك، من فضلك استخدم هذا قبل ما تنشر!\";'),('arq','messages:tooltip-pt-anoncontribs','s:69:\"ar:قائمة بتعديلات قام بها عنوان الآي بي\";'),('arq','messages:tooltip-pt-anontalk','s:73:\"ar:نقاش حول التعديلات من عنوان الأيبي هذا\";'),('arq','messages:tooltip-pt-anonuserpage','s:92:\"ar:صفحة المستخدم للأيبي الذي تقوم بالتحرير من خلاله\";'),('arq','messages:tooltip-pt-createaccount','s:113:\"arq:ماذا بينا لو كان تعمل حساب وتدخل بيه؛ و لاكن هاذا ما شي ضروري\";'),('arq','messages:tooltip-pt-login','s:103:\"arq:ماذا بيك تدخل ف الكونت تاعك؛ لاكن هاذا ما شي ملزوم عليك\";'),('arq','messages:tooltip-pt-login-private','s:73:\"ar:عليك تسجيل الدخول لاستخدام هذه الويكي.\";'),('arq','messages:tooltip-pt-logout','s:19:\"arq:سجل خروج\";'),('arq','messages:tooltip-pt-mycontris','s:65:\"arq:الليستة تاع المساهمات {{GENDER:|تاعك}}\";'),('arq','messages:tooltip-pt-mytalk','s:61:\"arq:الباجة تاع المهادرة {{GENDER:|تاعك}}\";'),('arq','messages:tooltip-pt-preferences','s:45:\"arq:الختيّارات {{GENDER:|تاعك}}\";'),('arq','messages:tooltip-pt-tmpuserpage','s:71:\"ar:اسم المستخدم المؤقت المُنشأ تلقائيًا\";'),('arq','messages:tooltip-pt-userpage','s:63:\"arq:الباجة تاع المستعملي {{GENDER:|تاعك}}\";'),('arq','messages:tooltip-pt-watchlist','s:71:\"arq:ليستت الباجات الي راك أتبع تبديلاتهم\";'),('arq','messages:tooltip-publish','s:28:\"ar:انشر تغييراتك\";'),('arq','messages:tooltip-recreate','s:60:\"ar:أعد إنشاء الصفحة رغم كونها حذفت\";'),('arq','messages:tooltip-rollback','s:128:\"arq:\"نحّي\" : ب ضركة وحدة تآنيلي التبديلة ولا التبديلات تاع المساهم التالي\";'),('arq','messages:tooltip-save','s:36:\"arq:سجل تبديلات نتاعك\";'),('arq','messages:tooltip-search','s:31:\"arq: فتّش في {{SITENAME}}\";'),('arq','messages:tooltip-search-fulltext','s:66:\"arq:فتّش ع الپاجات الّي فيها هاذ النصّ\";'),('arq','messages:tooltip-search-go','s:80:\"arq:روح ل صفحة عندها نفس هاذ الاسم ايذا توجْدت\";'),('arq','messages:tooltip-summary','s:30:\"arq:دخل تلخيص صغير\";'),('arq','messages:tooltip-t-contributions','s:124:\"arq:شوف ليستة تاع المساهمات تاع {{GENDER:$1|هاد المستعملي|هاد المستعمليّة}}\";'),('arq','messages:tooltip-t-emailuser','s:90:\"arq:إرسال برية{{GENDER:$1|لهذا المستخدم|لهذه المستخدمة}}\";'),('arq','messages:tooltip-t-info','s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";'),('arq','messages:tooltip-t-permalink','s:73:\"arq:وصيل دايم رايح ل هاد النسخة تاع الباجة\";'),('arq','messages:tooltip-t-print','s:38:\"arq:ڥرسيون تقدر تطبعها\";'),('arq','messages:tooltip-t-recentchangeslinked','s:122:\"arq:ليستة تاع التبديلات التوالا تاع الباجات الّي عندهم رباط معا هادي\";'),('arq','messages:tooltip-t-specialpages','s:64:\"arq:ليستة تاع الباجات الخاصّين كلّهم\";'),('arq','messages:tooltip-t-upload','s:27:\"arq:طلّع فيشييات\";'),('arq','messages:tooltip-t-whatlinkshere','s:88:\"arq:ليستة ديال صفحات الويكي الكلّ الّي توصّل ل هنا\";'),('arq','messages:tooltip-undo','s:254:\"arq:\"نحّي\" فاصي هاد الـمعاودة و حلّ تاقة تاع تبدال بشوفه قبلانيّه. تخلّي باش ترجع لل معاوده التاليه و تزيد الـسبّة علاش فل قابسه تاع الـحويصله.\";'),('arq','messages:tooltip-upload','s:22:\"ar:ابدأ الرفع\";'),('arq','messages:tooltip-vector-anon-user-menu-title','s:37:\"ar:المزيد من الخيارات\";'),('arq','messages:tooltip-watch','s:77:\"arq:زيد هاد الباجة لل ليستة تاعك تاع التتباع\";'),('arq','messages:tooltip-watchlist-expiry','s:94:\"ar:مؤقتًا ضف هذه الصفحة إلى قائمة المراقبة الخاصة بك.\";'),('arq','messages:tooltip-watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('arq','messages:tooltip-watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('arq','messages:tooltip-whatlinkshere-invert','s:131:\"ar:قم بتعليم هذا الخيار لإخفاء الروابط من الصفحات التي تم تعليم نطاقاتها.\";'),('arq','messages:trackingcategories','s:30:\"ar:تصنيفات التتبع\";'),('arq','messages:trackingcategories-desc','s:37:\"ar:معايير إدراج تصنيف\";'),('arq','messages:trackingcategories-disabled','s:33:\"ar:التصنيف غير مفعل\";'),('arq','messages:trackingcategories-msg','s:26:\"ar:تصنيف التتبع\";'),('arq','messages:trackingcategories-name','s:24:\"ar:اسم الرسالة\";'),('arq','messages:trackingcategories-nodesc','s:26:\"ar:لا يتوفر وصف.\";'),('arq','messages:trackingcategories-summary','s:210:\"ar:تسرد هذه الصفحة تصنيفات التتبع التي ينشئها برنامج ميدياويكي. يمكن تغيير أسمائها بتغيير رسائل النظام في نطاق {{ns:8}}.\";'),('arq','messages:transaction-duration-limit-exceeded','s:356:\"arq:باش تخطا مزيدة كبيرة تاع الوقت تاع المطابقة، هاد الخدمة راهي حبست خاطر الوقت تاع الكتبة ($1) راه فات الحدّ تاع $2 {{PLURAL:$2|تانية}}.\nيلا راك تبدّل شحال من حاجة، سيّي تبدّل بل حاجات الصغيرة فل وقت الواحد.\";'),('arq','messages:transaction-max-statement-time-exceeded','s:290:\"ar:لتجنب خلق حمل كبير على قاعدة البيانات، أُنهي هذا الاستعلام لأن مدته تجاوزت الحد.\nلو أنك تقرأ العديد من العناصر مرة واحدة، جرب إجراء عمليات صغيرة متعددة كبديل.\";'),('arq','messages:translateinterface','s:215:\"arq:باش تزيد ولا تبدّل الطرجمات ل كامل الويكيّات، استعمل [https://translatewiki.net/ translatewiki.net]، المشروع تاع التبلاد تاع الميديويكي.\";'),('arq','messages:tue','s:18:\"arq:الثلاثه\";'),('arq','messages:tuesday','s:16:\"arq:الثلاث\";'),('arq','messages:tuesday-at','s:42:\"ar:يوم الثلاثاء الساعة $1\";'),('arq','messages:uctop','s:16:\"arq:فالحين\";'),('arq','messages:unblock','s:33:\"ar:إلغاء منع مستخدم\";'),('arq','messages:unblock-hideuser','s:101:\"ar:لا يمكنك إلغاء منع هذا المستخدم لأن اسم مستخدمه أُخفي.\";'),('arq','messages:unblock-summary','s:3:\"en:\";'),('arq','messages:unblocked','s:45:\"ar:رُفِع المنع عن [[User:$1|$1]].\";'),('arq','messages:unblocked-id','s:26:\"ar:منع $1 تم رفعه\";'),('arq','messages:unblocked-ip','s:63:\"ar:تم رفع المنع عن [[Special:Contributions/$1|$1]].\";'),('arq','messages:unblocked-range','s:28:\"ar:تم إلغاء منع $1\";'),('arq','messages:unblockip','s:42:\"ar:رفع المنع عن المستخدم\";'),('arq','messages:unblockiptext','s:172:\"ar:استخدم النموذج أدناه لإعادة صلاحية التعديل إلى عنوان الآي بي أو اسم المستخدم المحظور مسبقًا.\";'),('arq','messages:unblocklink','s:18:\"arq:ديبلوكي\";'),('arq','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('arq','messages:uncategorized-categories-exceptionlist','s:339:\"ar: # يحتوي على قائمة بالتصنيفات، التي لا ينبغي أن تكون موجودة في Special:UncategorizedCategories. واحد لكل سطر، مع البدء ب \"*\". السطور التي تبدأ بحرف آخر (بما في ذلك الفراغ) سيتم تجاهلها. استخدم \"#\" للتعليقات.\";'),('arq','messages:uncategorizedcategories','s:35:\"ar:تصنيفات غير مصنفة\";'),('arq','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('arq','messages:uncategorizedimages','s:31:\"ar:ملفات غير مصنفة\";'),('arq','messages:uncategorizedimages-summary','s:3:\"en:\";'),('arq','messages:uncategorizedpages','s:31:\"ar:صفحات غير مصنفة\";'),('arq','messages:uncategorizedpages-summary','s:3:\"en:\";'),('arq','messages:uncategorizedtemplates','s:31:\"ar:قوالب غير مصنفة\";'),('arq','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('arq','messages:undelete','s:41:\"ar:عرض الصفحات المحذوفة\";'),('arq','messages:undelete-back-to-list','s:44:\"ar:عرض جميع النسخ الملغاة\";'),('arq','messages:undelete-bad-store-key','s:123:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: الملف كان مفقوداً قبل الحذف\";'),('arq','messages:undelete-cantcreate','s:183:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا توجد صفحة بهذا الاسم وأنت غير مسموح لك بإنشاء هذه الصفحة.\";'),('arq','messages:undelete-cantedit','s:122:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا يمكنك تعديل هذه الصفحة.\";'),('arq','messages:undelete-cleanup-error','s:60:\"ar:خطأ حذف ملف أرشيف غير مستخدم \"$1\".\";'),('arq','messages:undelete-error','s:54:\"ar:وقع خطأ عند إلغاء حذف الصفحة\";'),('arq','messages:undelete-error-associated-alreadytalk','s:85:\"ar:لا يُمكن استرجاع صفحة نقاش مرتبطة بصفحة نقاش.\";'),('arq','messages:undelete-error-associated-notdeleted','s:108:\"ar:لا تحتوي صفحة النقاش المرتبطة على مراجعات يمكن استعادتها.\";'),('arq','messages:undelete-fieldset-title','s:36:\"ar:استرجاع المراجعات\";'),('arq','messages:undelete-filename-mismatch','s:106:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: اسم الملف لا يطابق\";'),('arq','messages:undelete-header','s:101:\"ar:انظر الصفحات المحذوفة حديثا في [[Special:Log/delete|سجل الحذف]].\";'),('arq','messages:undelete-missing-filearchive','s:168:\"ar:غير قادر على استرجاع ملف الأرشيف رقم $1 لأنه ليس في قاعدة البيانات.\nربما يكون قد تم استرجاعه.\";'),('arq','messages:undelete-no-results','s:94:\"ar:لم يتم العثور على صفحات مطابقة في أرشيف المحذوفات.\";'),('arq','messages:undelete-nodiff','s:59:\"ar:لم يتم العثور على مراجعة سابقة.\";'),('arq','messages:undelete-revision','s:94:\"ar:المراجعة المحذوفة ل$1 (بتاريخ $4، الساعة $5) بواسطة $3:\";'),('arq','messages:undelete-revision-row2','s:32:\"ar:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('arq','messages:undelete-search-box','s:48:\"ar:ابحث في الصفحات المحذوفة\";'),('arq','messages:undelete-search-full','s:60:\"ar:اعرض عناوين الصفحات التي تحتوي:\";'),('arq','messages:undelete-search-prefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('arq','messages:undelete-search-submit','s:9:\"ar:بحث\";'),('arq','messages:undelete-search-title','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('arq','messages:undelete-show-file-confirm','s:143:\"ar:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('arq','messages:undelete-show-file-submit','s:10:\"arq:إيه\";'),('arq','messages:undelete-summary','s:3:\"en:\";'),('arq','messages:undelete-talk-summary-prefix','s:65:\"ar:استعيدت مع الصفحة المرتبطة بسبب: $1\";'),('arq','messages:undelete-undeletetalk','s:70:\"ar:استرجع جميع نسخ صفحة النقاش المرتبطة\";'),('arq','messages:undelete_short','s:61:\"arq:رجّع {{PLURAL:$1||تعديل واحد|$1 تعديل}}\";'),('arq','messages:undeletebtn','s:17:\"ar:استرجاع\";'),('arq','messages:undeletecomment','s:14:\"ar:السبب:\";'),('arq','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('arq','messages:undeletedpage','s:171:\"ar:<strong>أُلغي حذف $1</strong>\n\nراجع [[Special:Log/delete|سجل الحذف]] لمعاينة عمليات الحذف والاسترجاعات الحديثة.\";'),('arq','messages:undeleteextrahelp','s:390:\"ar:لاسترجاع تاريخ الصفحة كاملا، اترك جميع خانات الاختيار فارغة واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\nللاسترجاع بشكل انتقائي، ضع علامة في خانات الاختيار أمام المراجعات التي تريد استرجاعها، واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('arq','messages:undeletehistory','s:264:\"ar:لو استرجعت الصفحة، ستُسترجع كل المراجعات إلى التاريخ.\nلو أُنشئت صفحة جديدة بالاسم نفسه بعد الحذف، ستظهر المراجعات المسترجعة في التاريخ السابق.\";'),('arq','messages:undeletehistorynoadmin','s:328:\"ar:هذه الصفحة تم حذفها.\nالسبب للحذف معروض في الملخص بالأسفل، إلى جانب تفاصيل المستخدمين الذين قاموا بالتعديل على هذه الصفحة قبل حذفها.\nنص المراجعات المحذوفة هذه متوفر فقط للإداريين.\";'),('arq','messages:undeleteinvert','s:28:\"ar:اعكس الاختيار\";'),('arq','messages:undeletelink','s:17:\"arq:شوف/رجع\";'),('arq','messages:undeletepage','s:58:\"ar:عرض واسترجاع الصفحات المحذوفة\";'),('arq','messages:undeletepagetext','s:274:\"ar:حُذفت {{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|$1 الصفحات التالية|ال$1 صفحة التالية}} ولكنها مازالت في الأرشيف ويمكن استرجاعها.\nقد يمسح الأرشيف دوريا.\";'),('arq','messages:undeletepagetitle','s:101:\"ar:<strong>التالي يتكون من المراجعات المحذوفة من [[:$1|$1]]</strong>.\";'),('arq','messages:undeleterevdel','s:268:\"ar:الاسترجاع لن يتم إذا كان سينتج عنه أن تكون المراجعة أعلى الصفحة أو الملف محذوفة جزئيا.\nفي مثل هذه الحالات، يجب عليك إظهار أحدث المراجعات المحذوفة.\";'),('arq','messages:undeleterevision-duplicate-revid','s:261:\"ar:لم يمكن استعادة {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}، لأن ال<code>rev_id</code> {{PLURAL:$1|الخاص به|الخاص بهما|$1 الخاص بهم}}  كان مستخدما بالفعل.\";'),('arq','messages:undeleterevision-missing','s:186:\"ar:مراجعة غير صحيحة أو مفقودة.\nربما لديك وصلة سيئة، أو ربما المراجعة تم استرجاعها أو إزالتها من الأرشيف.\";'),('arq','messages:undeleterevisions','s:159:\"ar:{{PLURAL:$1|لم تحذف أي مراجعة|حذفت مراجعة واحدة|حذفت مراجعتان|حذفت $1 مراجعات|حذفت $1 مراجعة}}\";'),('arq','messages:undeleteviewlink','s:10:\"arq:شوف\";'),('arq','messages:underline-always','s:12:\"arq:ديما\";'),('arq','messages:underline-default','s:81:\"arq:الـقيمة الـعاديّة تاع الـواجهة و الـفلّاك\";'),('arq','messages:underline-never','s:12:\"arq:ابدا\";'),('arq','messages:undo-failure','s:187:\"arq:التبدال هادا ما تقدرش تمحيه على جال مخالفة ف شي تبديلات متواسطين (تبديلات وحدخرين راهم مبازيين عليه).\";'),('arq','messages:undo-main-slot-only','s:129:\"ar:لا يمكن التراجع عن التعديل لأنه ينطوي على محتوى خارج الفتحة الرئيسية.\";'),('arq','messages:undo-nochange','s:77:\"ar:يبدو أن التعديل قد تم التراجع عنه بالفعل.\";'),('arq','messages:undo-norev','s:99:\"ar:فشل في الرجوع عن التعديل حيث أنه غير موجود أو تم حذفه.\";'),('arq','messages:undo-success','s:261:\"ar:يمكن استرجاع التعديل.\nتحقق من المقارنة بالأسفل للتأكد من أن هذا هو ما تريد أن تفعله، ثم قم بنشر التغييرات بالأسفل للانتهاء من استرجاع التعديل.\";'),('arq','messages:undo-summary','s:111:\"ar:الرجوع عن التعديل $1 بواسطة [[Special:Contributions/$2|$2]] ([[User talk:$2|نقاش]])\";'),('arq','messages:undo-summary-anon','s:87:\"ar:التراجع عن المراجعة $1 بواسطة [[Special:Contributions/$2|$2]]\";'),('arq','messages:undo-summary-import','s:98:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم [[:$2|$3]]\";'),('arq','messages:undo-summary-import2','s:90:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم $2\";'),('arq','messages:undo-summary-username-hidden','s:86:\"ar:الرجوع عن المراجعة $1 التي أجراها مستخدمي مخفي\";'),('arq','messages:unexpected','s:48:\"arq:قيمة ما شي مستنية : \"$1\"=\"$2\".\";'),('arq','messages:unicode-support-fail','s:153:\"ar:يبو أن متصفحك لا يدعم اليونيكود. وهو ضروري لتعديل الصفحات، لذا فتعديلك لم يتم حفظه.\";'),('arq','messages:unit-pixel','s:7:\"ar:بك\";'),('arq','messages:unknown-error','s:35:\"ar:خطأ غير معروف حدث.\";'),('arq','messages:unlinkaccounts','s:37:\"ar:إزالة ربط الحسابات\";'),('arq','messages:unlinkaccounts-success','s:35:\"ar:الحساب تم فك وصله.\";'),('arq','messages:unlockbtn','s:44:\"ar:رفع غلق قاعدة البيانات\";'),('arq','messages:unlockconfirm','s:65:\"ar:نعم، أريد فتح قاعدة البيانات فعلا.\";'),('arq','messages:unlockdb','s:37:\"ar:فتح قاعدة البيانات\";'),('arq','messages:unlockdbsuccesssub','s:53:\"ar:تم إزالة قفل قاعدة البيانات\";'),('arq','messages:unlockdbsuccesstext','s:53:\"ar:تم إعادة فتح قاعدة البيانات\";'),('arq','messages:unlockdbtext','s:352:\"ar:فتح قاعدة البيانات سيسترجع قدرة كل المستخدمين على تحرير الصفحات، تغيير تفضيلاتهم، تعديل قوائم المراقبة الخاصة بهم، وأشياء أخرى تحتاج التغيير في قاعدة البيانات.\nمن فضلك أكد أن هذا هو ما تريده.\";'),('arq','messages:unpatrolledletter','s:4:\"ar:!\";'),('arq','messages:unprotect','s:25:\"arq:بدّل الحضية\";'),('arq','messages:unprotected-js','s:263:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل جافا سكريبت من الصفحات غير المحمية; الرجاء إنشاء جافا سكريبت فقط في نطاق ميدياويكي: أو كصفحة فرعية للمستخدم\";'),('arq','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('arq','messages:unprotectedarticle-comment','s:80:\"ar:{{GENDER:$2|أزال الحماية|أزالت الحماية}} من \"[[$1]]\"\";'),('arq','messages:unregistered-user-config','s:167:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل الصفحات الفرعية JavaScript وCSS وJSON للمستخدمين غير المسجلين.\";'),('arq','messages:unstrip-depth-category','s:82:\"ar:الصفحات التي يتم تجاوز حد عمق أونستريب فيها\";'),('arq','messages:unstrip-depth-category-desc','s:49:\"ar:الصفحة تتجاوز حد عمق unstrip.\";'),('arq','messages:unstrip-depth-warning','s:40:\"ar:تعدى حد العمق Unstrip ($1)\";'),('arq','messages:unstrip-size-category','s:101:\"ar:الصفحات التي يتم تجاوز الحد الأقصى لحجم أونستريب فيها\";'),('arq','messages:unstrip-size-category-desc','s:49:\"ar:الصفحة تتجاوز حد حجم unstrip.\";'),('arq','messages:unstrip-size-warning','s:47:\"ar:تم تجاوز حد الحجم Unstrip ($1)\";'),('arq','messages:unsupported-content-diff','s:67:\"ar:الفروق غير مدعومة لنموذج المحتوى $1.\";'),('arq','messages:unsupported-content-diff2','s:104:\"ar:الفروق بين نموذجي المحتوى $1 و$2 غير مدعومة في هذا الويكي.\";'),('arq','messages:unsupported-content-model','s:104:\"ar:<strong>تحذير:</strong> نموذج المحتوى $1 غير مدعوم في هذا الويكي.\";'),('arq','messages:unusedcategories','s:39:\"ar:تصنيفات غير مستخدمة\";'),('arq','messages:unusedcategories-summary','s:3:\"en:\";'),('arq','messages:unusedcategoriestext','s:152:\"ar:التصنيفات التالية موجودة على الرغم من أنها لا تحتوي على أية صفحات أو تصنيفات أخرى.\";'),('arq','messages:unusedimages','s:35:\"ar:ملفات غير مستخدمة\";'),('arq','messages:unusedimages-summary','s:3:\"en:\";'),('arq','messages:unusedimagestext','s:290:\"ar:الملفات التالية موجودة لكن غير مضمنة في أي صفحة.\nمن فضلك لاحظ أن المواقع الأخرى ربما تصل إلى ملف بمسار مباشر، ولذا ربما يكون معروضا هنا بالرغم من كونه مستخدما.\";'),('arq','messages:unusedimagestext-categorizedimgisused','s:478:\"ar:الملفات التالية موجودة ولكنها غير مضمنة في أية صفحة، تُعتبَر الصور المصنفة مستعملة على الرغم من أنها غير مضمنة في أية صفحة.\n\nتُرجَى ملاحظة أن مواقع الويب الأخرى قد ترتبط بملف يحتوي على مسار مباشر; ولذلك قد لا تزال مدرجة هنا على الرغم من كونها قيد الاستخدام النشط.\";'),('arq','messages:unusedtemplates','s:35:\"ar:قوالب غير مستخدمة\";'),('arq','messages:unusedtemplates-summary','s:3:\"en:\";'),('arq','messages:unusedtemplatestext','s:221:\"ar:هذه الصفحة تعرض كل الصفحات في نطاق {{ns:template}} غير المضمنة في صفحة أخرى.\nتذكر بأن تتحقق من الوصلات الأخرى للقوالب قبل حذفها.\";'),('arq','messages:unusedtemplateswlh','s:22:\"ar:وصلات أخرى\";'),('arq','messages:unwatch','s:26:\"arq:ما تزيدش تعس\";'),('arq','messages:unwatchedpages','s:33:\"ar:صفحات غير مراقبة\";'),('arq','messages:unwatchedpages-summary','s:3:\"en:\";'),('arq','messages:unwatching','s:33:\"ar:إزالة المراقبة...\";'),('arq','messages:unwatchthispage','s:28:\"ar:أوقف المراقبة\";'),('arq','messages:updated','s:31:\"arq:ميزاجور (تحديث)\";'),('arq','messages:updatedmarker','s:60:\"arq:  تبدلت منالزيارةالـتالية تاعك\";'),('arq','messages:updatewatchlist','s:41:\"ar:تحديث قائمة المراقبة\";'),('arq','messages:upload','s:23:\"arq:طلّع فيشيي\";'),('arq','messages:upload-copy-upload-invalid-domain','s:61:\"ar:رفع النسخ غير متاح من هذا الموقع\";'),('arq','messages:upload-curl-error28','s:35:\"ar:انتهاء مهلة الرفع\";'),('arq','messages:upload-curl-error28-text','s:248:\"ar:أخذ الموقع وقتا طويلا للاستجابة.\nمن فضلك تأكد أن الموقع يعمل، وانتظر فترة قصيرة ثم حاول مرة أخرى.\nربما تريد المحاولة في وقت أقل ازدحاما.\";'),('arq','messages:upload-curl-error6','s:49:\"ar:لم يتمكن من الوصول للمسار\";'),('arq','messages:upload-curl-error6-text','s:159:\"ar:لم يمكن الوصول إلى المسار الذي حددته.\nمن فضلك راجع صحة المسار مرة أخرى وأن الموقع يعمل.\";'),('arq','messages:upload-default-description','s:4:\"en:-\";'),('arq','messages:upload-description','s:20:\"ar:وصف الملف\";'),('arq','messages:upload-dialog-button-back','s:11:\"ar:رجوع\";'),('arq','messages:upload-dialog-button-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:upload-dialog-button-done','s:7:\"ar:تم\";'),('arq','messages:upload-dialog-button-save','s:9:\"ar:حفظ\";'),('arq','messages:upload-dialog-button-upload','s:9:\"ar:رفع\";'),('arq','messages:upload-dialog-disabled','s:100:\"ar:رفع الملفات باستخدام هذا الحوار معطلة على هذه الويكي.\";'),('arq','messages:upload-dialog-title','s:20:\"ar:رفع الملف\";'),('arq','messages:upload-disallowed-here','s:54:\"arq:ما تنحمش تعدّل هاد التصويرة\";'),('arq','messages:upload-file-error','s:20:\"ar:خطأ داخلي\";'),('arq','messages:upload-file-error-text','s:162:\"ar:حدث خطأ داخلي عند محاولة إنشاء ملف مؤقت على الخادوم.\nمن فضلك اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('arq','messages:upload-foreign-cant-load-config','s:117:\"ar:فشل تحميل الإعدادات للملفات المرفوعة لمستودع الملفات الخارجي.\";'),('arq','messages:upload-foreign-cant-upload','s:129:\"ar:هذه الويكي ليست مضبوطة لرفع الملفات لمستودع الملفات الخارجي المطلوب.\";'),('arq','messages:upload-form-label-infoform-categories','s:17:\"ar:تصنيفات\";'),('arq','messages:upload-form-label-infoform-date','s:17:\"ar:التاريخ\";'),('arq','messages:upload-form-label-infoform-description','s:13:\"ar:الوصف\";'),('arq','messages:upload-form-label-infoform-description-tooltip','s:171:\"ar:باختصار صف كل شيء ملحوظ حول العمل.\nلصورة، اذكر الأشياء الأساسية المصورة، المناسبة أو المكان.\";'),('arq','messages:upload-form-label-infoform-name','s:13:\"ar:الاسم\";'),('arq','messages:upload-form-label-infoform-name-tooltip','s:190:\"ar:عنوان وصفي فريد للملف، والذي سيكون اسم الملف. يمكنك أن تستخدم لغة عادية مع مسافات. لا تضمن امتداد الملف.\";'),('arq','messages:upload-form-label-infoform-title','s:19:\"ar:التفاصيل\";'),('arq','messages:upload-form-label-not-own-work-local-generic-foreign','s:188:\"ar:أنت ربما تريد أيضا تجربة [[Special:Upload|صفحة الرفع على {{SITENAME}}]]، لو أن هذا الملف يمكن رفعه هناك تحت سياساتهم.\";'),('arq','messages:upload-form-label-not-own-work-local-generic-local','s:99:\"ar:أنت ربما تريد تجربة [[Special:Upload|صفحة الرفع الافتراضية]].\";'),('arq','messages:upload-form-label-not-own-work-message-generic-foreign','s:189:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات المستودع المشترك، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('arq','messages:upload-form-label-not-own-work-message-generic-local','s:170:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات {{SITENAME}}، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('arq','messages:upload-form-label-own-work','s:29:\"ar:هذا عملي الخاص\";'),('arq','messages:upload-form-label-own-work-message-generic-foreign','s:222:\"ar:أنا أفهم أنني أقوم برفع هذا الملف إلى مستودع مشترك. أنا أؤكد أنني أقوم بهذا بالتوافق مع شروط الخدمة وسياسات الترخيص هناك.\";'),('arq','messages:upload-form-label-own-work-message-generic-local','s:152:\"ar:أنا أؤكد أنني أقوم برفع هذا الملف مع مراعاة شروط الخدمة وسياسات الترخيص في {{SITENAME}}.\";'),('arq','messages:upload-form-label-usage-filename','s:20:\"ar:اسم الملف\";'),('arq','messages:upload-form-label-usage-title','s:21:\"ar:الاستخدام\";'),('arq','messages:upload-http-error','s:27:\"ar:صودف خطأ HTTP: $1\";'),('arq','messages:upload-maxfilesize','s:37:\"ar:حجم الملف الأقصى: $1\";'),('arq','messages:upload-misc-error','s:43:\"ar:خطأ غير معروف في الرفع\";'),('arq','messages:upload-misc-error-text','s:297:\"ar:حدث خطأ غير معروف أثناء عملية الرفع.\nمن فضلك تاكد أن المسار صحيح ومن الممكن الدخول عليه ثم حاول مرة أخرى.\nإذا استمرت المشكلة في الحدوث، اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('arq','messages:upload-options','s:26:\"ar:خيارات الرفع\";'),('arq','messages:upload-permitted','s:75:\"ar:أنواع الملفات المسموحة {{PLURAL:$2|type|types}}: $1.\";'),('arq','messages:upload-preferred','s:73:\"ar:أنواع الملفات المفضلة {{PLURAL:$2|type|types}}: $1.\";'),('arq','messages:upload-prohibited','s:75:\"ar:أنواع الملفات الممنوعة {{PLURAL:$2|type|types}}: $1.\";'),('arq','messages:upload-proto-error','s:35:\"ar:بروتوكول غير صحيح\";'),('arq','messages:upload-proto-error-text','s:110:\"ar:الرفع عن بعد يتطلب مساراً يبدأ بـ <code>http://</code> أو <code>ftp://</code>.\";'),('arq','messages:upload-recreate-warning','s:179:\"ar:<strong>تحذير: سبق حذف أو نقل ملف بهذا الاسم.</strong>\n\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('arq','messages:upload-scripted-dtd','s:99:\"ar:لا يمكن رفع ملفات SVG التي تحتوي على إعلان DTD غير قياسي.\";'),('arq','messages:upload-scripted-pi-callback','s:89:\"ar:لا يمكن رفع ملف يحتوي على تعليمة معالجة XML-stylesheet\";'),('arq','messages:upload-source','s:26:\"ar:الملف المصدر\";'),('arq','messages:upload-summary','s:3:\"en:\";'),('arq','messages:upload-too-many-redirects','s:59:\"ar:احتوى المسار تحويلات كثيرة جدا\";'),('arq','messages:upload-tryagain','s:34:\"ar:أرسل وصف ملف معدل\";'),('arq','messages:upload-tryagain-nostash','s:70:\"ar:ارفع الملف المعاد رفعه والوصف المعدل\";'),('arq','messages:upload_directory_missing','s:101:\"ar:مجلد الرفع ($1) مفقود ولم يمكن إنشاؤه بواسطة خادم الويب.\";'),('arq','messages:upload_directory_read_only','s:99:\"ar:مجلد الرفع ($1) لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('arq','messages:upload_source_file','s:32:\"ar: (ملف على حاسوبك)\";'),('arq','messages:upload_source_url','s:57:\"ar:  (مسار صحيح، يمكن الوصول إليه)\";'),('arq','messages:uploadbtn','s:20:\"ar:رفع ملفٍّ\";'),('arq','messages:uploaddisabled','s:29:\"ar:تم تعطيل الرفع\";'),('arq','messages:uploaddisabledtext','s:34:\"ar:رفع الملفات معطل.\";'),('arq','messages:uploaded-animate-svg','s:181:\"ar:تم العثور على وسم \"animate\" الذي ربما يكون يغير href, باستخدام سمة \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('arq','messages:uploaded-event-handler-on-svg','s:109:\"ar:ضبط سمات معالج الأحداث <code>$1=\"$2\"</code> غير مسموح به في ملفات SVG.\";'),('arq','messages:uploaded-hostile-svg','s:106:\"ar:تم العثور على CSS غير آمن في عنصر الشكل في ملف الSVG المرفوع.\";'),('arq','messages:uploaded-href-attribute-svg','s:390:\"ar:<a> العناصر يمكنها فقط وصل (href) للبيانات: (ملف مضمن)، أهداف http:// أو https://, أو fragment (#, same-document). للعناصر الأخرى، مثل <image>، فقط بيانات: و fragment مسموح بها. جرب تضمين الصور عند تصدير الSVG الخاص بك. تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('arq','messages:uploaded-href-unsafe-target-svg','s:139:\"ar:تم العثور على href لبيانات غير آمنة: هدف URI <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('arq','messages:uploaded-image-filter-svg','s:119:\"ar:تم العثور على فلتر صورة مع URL: <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('arq','messages:uploaded-remote-url-svg','s:153:\"ar:SVG الذي يضبط أي سمة شكل مع URL خارجي ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('arq','messages:uploaded-script-svg','s:90:\"ar:تم العثور على عنصر سكريبت \"$1\" في ملف الSVG المرفوع.\";'),('arq','messages:uploaded-setting-event-handler-svg','s:146:\"ar:ضبط سمات معالج الأحداث ممنوع، تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('arq','messages:uploaded-setting-handler-svg','s:173:\"ar:SVG الذي يضبط سمة \"handler\" مع خارجي/بيانات/سكريبت ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('arq','messages:uploaded-setting-href-svg','s:91:\"ar:استخدام وسم \"set\" لإضافة سمة \"href\" للعنصر الأب ممنوع.\";'),('arq','messages:uploaded-wrong-setting-svg','s:203:\"ar:استخدام وسم \"set\" لإضافة هدف خارجي/بيانات/سكريبت لأي سمة ممنوع. تم العثور على <code>&lt;set to=\"$1\"&gt;</code> في ملف SVG المرفوع.\";'),('arq','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('arq','messages:uploaderror','s:25:\"ar:خطأ في الرفع\";'),('arq','messages:uploadfooter','s:4:\"en:-\";'),('arq','messages:uploadinvalidxml','s:58:\"ar:تعذر تحليل XML في الملف المرفوع.\";'),('arq','messages:uploadlogpage','s:42:\"arq:ريجيستر رفع الفيشيات\";'),('arq','messages:uploadlogpagetext','s:174:\"ar:في الأسفل قائمة بأحدث عمليات رفع الملفات.\nانظر [[Special:NewFiles|معرض الملفات الجديدة]] لعرض بصري أكثر\";'),('arq','messages:uploadnewversion-linktext','s:52:\"ar:رفع نسخة جديدة من هذا الملف\";'),('arq','messages:uploadnologin','s:31:\"ar:غير مسجل الدخول\";'),('arq','messages:uploadnologintext','s:48:\"ar:يجب عليك $1 لترفع الملفات.\";'),('arq','messages:uploadscripted','s:130:\"ar:هذا الملف يضم كود HTML أو كود آخر يمكن أن يفسره متصفح الويب بطريقة خاطئة.\";'),('arq','messages:uploadscriptednamespace','s:94:\"ar:يحتوي ملف SVG هذا على اسم نطاق غير مشروع \"<nowiki>$1</nowiki>\"\";'),('arq','messages:uploadstash','s:22:\"ar:تحميل مخبأ\";'),('arq','messages:uploadstash-bad-path','s:33:\"ar:المسار غير موجود\";'),('arq','messages:uploadstash-bad-path-bad-format','s:52:\"ar:المفتاح \"$1\" ليس بصيغة صحيحة.\";'),('arq','messages:uploadstash-bad-path-invalid','s:32:\"ar:المسار غير صحيح.\";'),('arq','messages:uploadstash-bad-path-no-handler','s:76:\"ar:لم يتم العثور على هاندلر للميم $1 للملف $2.\";'),('arq','messages:uploadstash-bad-path-unknown-type','s:33:\"ar:نوع غير معروف \"$1\".\";'),('arq','messages:uploadstash-bad-path-unrecognized-thumb-name','s:48:\"ar:اسم تصغير غير متعرف عليه.\";'),('arq','messages:uploadstash-badtoken','s:180:\"ar:فشل أداء ذلك العمل، ربما لأن وثائق تفويض التحرير الخاصة بك منتهية الصلاحية. من فضلك حاول مرة أخرى.\";'),('arq','messages:uploadstash-clear','s:39:\"ar:مسح الملفات المخبأة\";'),('arq','messages:uploadstash-errclear','s:45:\"ar:فشلت عملية مسح الملفات.\";'),('arq','messages:uploadstash-exception','s:65:\"ar:لم يمكن تخزين الرفع في الstash ($1): \"$2\".\";'),('arq','messages:uploadstash-file-not-found','s:75:\"ar:المفتاح \"$1\" لم يتم العثور عليه في الستاش.\";'),('arq','messages:uploadstash-file-not-found-missing-content-type','s:45:\"ar:رأس مفقود لنوع المحتوى.\";'),('arq','messages:uploadstash-file-not-found-no-local-path','s:52:\"ar:لا مسار محلي للعنصر المصغر.\";'),('arq','messages:uploadstash-file-not-found-no-remote-thumb','s:57:\"ar:الحصول على التصغير فشل: $1\nURL = $2\";'),('arq','messages:uploadstash-file-not-found-no-thumb','s:48:\"ar:لم يمكن الحصول على تصغير.\";'),('arq','messages:uploadstash-file-not-found-not-exists','s:80:\"ar:لم يمكن العثور على المسار، أو ليس ملف صريح.\";'),('arq','messages:uploadstash-file-too-large','s:57:\"ar:لا يمكن عرض ملف أكبر من $1 بايت.\";'),('arq','messages:uploadstash-no-such-key','s:64:\"ar:لا مفتاح كهذا ($1)، لم يمكن الإزالة.\";'),('arq','messages:uploadstash-nofiles','s:46:\"ar:ليس لديك أي ملفات مخبأة.\";'),('arq','messages:uploadstash-not-logged-in','s:107:\"ar:لا مستخدم مسجل الدخول، الملفات يجب أن تنتمي إلى مستخدمين.\";'),('arq','messages:uploadstash-refresh','s:39:\"ar:تحديث قائمة الملفات\";'),('arq','messages:uploadstash-summary','s:245:\"ar:توفر هذه الصفحة الوصول إلى الملفات التي يتم رفعها ولكنها لم تُنشَر بعد في الويكي، هذه الملفات غير مرئية لأحد إلا للمستخدم الذي رفعها.\";'),('arq','messages:uploadstash-thumbnail','s:31:\"ar:اعرض صورة مصغرة\";'),('arq','messages:uploadstash-wrong-owner','s:72:\"ar:هذا الملف ($1) لا ينتمي للمستخدم الحالي.\";'),('arq','messages:uploadstash-zero-length','s:30:\"ar:الملف طوله صفر.\";'),('arq','messages:uploadtext','s:1053:\"ar:استخدم الاستمارة بالأسفل لرفع الملفات.\nلرؤية أو البحث في الملفات المرفوعة سابقا، راجع [[Special:FileList|قائمة الملفات المرفوعة]]، عمليات الرفع (وإعادة الرفع) مسجلة في [[Special:Log/upload|سجل الرفع]] وعمليات الحذف في [[Special:Log/delete|سجل الحذف]].\n\nلإدراج صورة في صفحة، استخدم الوصلات في الصيغ التالية:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> لاستخدام النسخة الكاملة لملف\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|نص بديل]]</nowiki></code></strong> لاستخدام صورة عرضها 200 بكسل في صندوق في الجانب الأيسر مع \"نص بديل\" كوصف\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> للوصل للملف مباشرة بدون عرض الملف\";'),('arq','messages:uploadvirus','s:64:\"ar:الملف يحتوي على فيروس! التفاصيل: $1\";'),('arq','messages:uploadwarning','s:24:\"ar:تحذير الرفع\";'),('arq','messages:uploadwarning-text','s:80:\"ar:من فضلك عدل وصف الملف أدناه وحاول مرة أخرى.\";'),('arq','messages:uploadwarning-text-nostash','s:106:\"ar:من فضلك أعد رفع الملف، عدل الوصف بالأسفل وحاول مرة ثانية.\";'),('arq','messages:user-mail-no-addy','s:85:\"arq:راك سيّيت تبعت إيمال بلا ما تحُطّ آدريسة ليه.\";'),('arq','messages:user-mail-no-body','s:92:\"arq:راك سيّيت تبعت إيمال خاوي ولا ب نصيّص قصير بزّاف.\";'),('arq','messages:usercreated','s:61:\"arq:{{GENDER:$3|صنعه|صنعته}} في $1 الساعة $2\";'),('arq','messages:usercssispublic','s:194:\"ar:من فضلك لاحظ: أنه لا ينبغي أن تحتوي صفحات الCSS الفرعية على بيانات سرية حيث يمكن للمستخدمين الآخرين رؤيتها.\";'),('arq','messages:usercsspreview','s:135:\"arq:\'\'\'تفكر أنك راك تعرض الأنماط المتراصة (CSS) الخاصة بيك فقط\nو تمش حفظها بعد!\'\'\'\";'),('arq','messages:usercssyoucanpreview','s:137:\"arq:\'\'\'ملاحظة:\'\'\' استعمل بوطون \"{{int:showpreview}}\" لاش تجرب CSS الجديد قبل ما تسجل الباجة.\";'),('arq','messages:usereditcount','s:45:\"arq:{{PLURAL:$1|تبديلة|تبديلات}}\";'),('arq','messages:userexists','s:132:\"arq:السميّة تاع المستعملي المدخّل راه كاين مقبل.\nالله يحفضك اختار وحداخُر.\";'),('arq','messages:userinvalidconfigtitle','s:235:\"arq:<strong>تحذير:</strong> T لا توجد واجهة \"$1\".\nصفحات Custom .css و.json و.js تستخدم حروفا صغيرة في العنوان، مثل {{ns:user}}:Foo/vector.css على عكس {{ns:user}}:Foo/Vector.css.\";'),('arq','messages:userjsdangerous','s:381:\"ar:يرجى ملاحظة: سيتم تشغيل البرامج النصية المضمنة في هذه الصفحة في أي وقت تقوم فيه بتحميل صفحة. قد يؤدي الكود الضار المضاف هنا إلى اختراق الحساب. سيتم تنفيذ الكود عند معاينة التغييرات التي أجريتها على هذه الصفحة.\";'),('arq','messages:userjsispublic','s:236:\"ar:من فضلك لاحظ: صفحات الجافاسكريبت الفرعية لا ينبغي أن تحتوي على بياناتٍ سرية، وذلك لأنه يمكن مشاهدتها بواسطة المستخدمين الآخرين.\";'),('arq','messages:userjsonispublic','s:213:\"ar:الرجاء ملاحظة أنه: يجب ألا تحتوي الصفحات الفرعية لجسون على بيانات سرية لأنها قابلة للعرض من قبل المستخدمين الآخرين.\";'),('arq','messages:userjsonpreview','s:163:\"ar:<strong>تذكّر أنك فقط تختبر/تعاين تهيئة جسون لصفحة المستخدم الخاصة بك\nفهي لم تُنشر بعد!</strong>\";'),('arq','messages:userjsonyoucanpreview','s:132:\"ar:<strong>نصيحة:</strong>  استخدم الزر \"{{int:showpreview}}\" لاختبار جسون الجديد قبل الحفظ.\";'),('arq','messages:userjspreview','s:120:\"arq:\'\'\'تذكر أنك فقط تجرب/تعاين جافاسكربت.\'\'\'\n\'\'\'مازال ما  صراش التسجيل!\'\'\'\";'),('arq','messages:userjsyoucanpreview','s:145:\"arq:\'\'\'ملاحظة:\'\'\' استعمل بوطون\"{{int:showpreview}}\" لتجربة جافاسكربت الجديدة قبل تسجل الباجة.\";'),('arq','messages:userlogin-createanother','s:37:\"arq:اخلق حساب وحداخُر.\";'),('arq','messages:userlogin-helplink2','s:43:\"arq:معاونة ف تسجال الدخول\";'),('arq','messages:userlogin-joinproject','s:30:\"arq:انضم لـ {{SITENAME}}\";'),('arq','messages:userlogin-loggedin','s:227:\"arq:راك مازلت مسجّل داخل ب`السميّة {{GENDER:$1|$1}}.\nاستعمل الجدوال تاع التجواب الّي هنا لتحت باش تتسجّل داخل ب سميّت` مستعملي وحداخُر.\";'),('arq','messages:userlogin-noaccount','s:28:\"arq:ما عندك حساب؟\";'),('arq','messages:userlogin-reauth','s:98:\"arq:لازم لك تتوصّل م` الجديد باش توتّق بلّي نتا {{GENDER:$1|$1}}\";'),('arq','messages:userlogin-remembermypassword','s:36:\"arq:خلّيني مسجّل داخل\";'),('arq','messages:userlogin-resetpassword-link','s:42:\"arq:راك ناسي كلمت` السرّ؟\";'),('arq','messages:userlogin-signwithsecure','s:47:\"arq:استعمل التوصال المأمون.\";'),('arq','messages:userlogin-yourname','s:40:\"arq:سميّة تاع المستعملي\";'),('arq','messages:userlogin-yourname-ph','s:62:\"arq:دخّل السميّة تاع المستعملي تاعك\";'),('arq','messages:userlogin-yourpassword','s:24:\"arq:كلمت` السرّ\";'),('arq','messages:userlogin-yourpassword-ph','s:42:\"arq:دخّل كلمت` السرّ تاعك\";'),('arq','messages:userlogout','s:19:\"arq:سجل خروج\";'),('arq','messages:userlogout-continue','s:42:\"ar:هل تريد تسجيل الخروج؟\";'),('arq','messages:userlogout-summary','s:3:\"en:\";'),('arq','messages:userlogout-temp','s:170:\"ar:هل أنت متأكد أنك تريد تسجيل الخروج؟ لن تكون هناك طريقة لإعادة تسجيل الدخول إلى حسابك المؤقت.\";'),('arq','messages:usermaildisabled','s:58:\"ar:بريد المستخدم الإلكتروني معطل\";'),('arq','messages:usermaildisabledtext','s:117:\"ar:لا يمكنك إرسال بريد إلكتروني إلى مستخدمين آخرين على هذه الويكي\";'),('arq','messages:usermessage-editor','s:57:\"arq:رسّال الميساجات تاع السيستام\";'),('arq','messages:usermessage-summary','s:30:\"ar:ترك رسالة نظام.\";'),('arq','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('arq','messages:username','s:67:\"ar:{{GENDER:$1|اسم المستخدم|اسم المستخدمة}}:\";'),('arq','messages:usernameinprogress','s:110:\"arq:الصنيع تاع الحساب تاع هاد المستعملي راه بادي. اصبر من فضلك.\";'),('arq','messages:userpage-userdoesnotexist','s:157:\"arq:حساب المستخدم \"<nowiki>$1</nowiki>\" ماهوش مسجل.\nمن فضلك تأكد بلي راك باغي تصنع/تعدل هاذ الباجة.\";'),('arq','messages:userpage-userdoesnotexist-view','s:55:\"arq:حساب المستخدم \"$1\" ماهوش مسجل.\";'),('arq','messages:userrights','s:34:\"ar:صلاحيات المستخدم\";'),('arq','messages:userrights-cannot-shorten-expiry','s:272:\"ar:أنت لا يمكنك تقديم تاريخ الانتهاء لعضوية المجموعة \"$1\". فقط المستخدمون الذين يمتلكون السماح لإضافة وإزالة هذه المجموعة يمكنهم تقديم تواريخ الانتهاء.\";'),('arq','messages:userrights-changeable-col','s:56:\"ar:المجموعات التي يمكنك تغييرها\";'),('arq','messages:userrights-conflict','s:136:\"ar:تضارب في تغيير صلاحيات المستخدم! الرجاء مراجعة تغييراتك مجدّدا وتأكيدها.\";'),('arq','messages:userrights-editusergroup','s:78:\"ar:تعديل مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('arq','messages:userrights-expiry','s:14:\"ar:تنتهي:\";'),('arq','messages:userrights-expiry-current','s:16:\"ar:تنتهي $1\";'),('arq','messages:userrights-expiry-existing','s:50:\"ar:وقت الانتهاء الموجود: $3، $2\";'),('arq','messages:userrights-expiry-in-past','s:72:\"ar:تاريخ انتهاء المجموعة \"$1\" هو في الماضي.\";'),('arq','messages:userrights-expiry-none','s:22:\"ar:غير منتهية\";'),('arq','messages:userrights-expiry-options','s:110:\"ar:1 يوم:1 day,1 أسبوع:1 week,1 شهر:1 month,3 شهور:3 months,6 شهور:6 months,1 سنة:1 year\";'),('arq','messages:userrights-expiry-othertime','s:17:\"ar:وقت آخر:\";'),('arq','messages:userrights-groups-help','s:611:\"ar:يمكنك تغيير المجموعات التي ينتمي {{GENDER:$1|هذا المستخدم}} إليها:\n* يعني الصندوق المعلم أن المستخدم ضمن هذه المجموعة.\n* يعني الصندوق غير المعلم أن المستخدم ليس في هذه المجموعة.\n* تعني علامة * عدم إمكانية إزالة المجموعة متى ما أضفتها أو العكس.\n* تعني علامة # أنه يمكنك فقط تحديد تاريخ الانتهاء لعضوية هذه المجموعة؛ لكن لا يمكنك تقديمه بعد تحديده.\";'),('arq','messages:userrights-groupsmember','s:15:\"ar:عضو في:\";'),('arq','messages:userrights-groupsmember-auto','s:24:\"ar:عضو ضمني في:\";'),('arq','messages:userrights-groupsmember-type','s:5:\"ar:$1\";'),('arq','messages:userrights-invalid-expiry','s:65:\"ar:تاريخ انتهاء المجموعة \"$1\" غير صحيح.\";'),('arq','messages:userrights-irreversible-marker','s:6:\"ar:$1*\";'),('arq','messages:userrights-lookup-user','s:32:\"ar:اختيار المستخدم\";'),('arq','messages:userrights-no-interwiki','s:129:\"ar:أنت لا تمتلك الصلاحية لتعديل صلاحيات المستخدمين على الويكيات الأخرى.\";'),('arq','messages:userrights-no-shorten-expiry-marker','s:6:\"ar:$1#\";'),('arq','messages:userrights-nodatabase','s:79:\"ar:قاعدة البيانات $1 غير موجودة أو ليست محلية.\";'),('arq','messages:userrights-reason','s:14:\"ar:السبب:\";'),('arq','messages:userrights-summary','s:3:\"en:\";'),('arq','messages:userrights-systemuser','s:67:\"ar:{{GENDER:$1|هذا مستخدم|هذه مستخدمة}} نظام\";'),('arq','messages:userrights-unchangeable-col','s:61:\"ar:المجموعات التي لا يمكنك تغييرها\";'),('arq','messages:userrights-user-editname','s:32:\"ar:أدخل اسم مستخدم:\";'),('arq','messages:userrights-viewusergroup','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('arq','messages:variantname-crh','s:6:\"ar:crh\";'),('arq','messages:variantname-crh-cyrl','s:11:\"ar:crh-Cyrl\";'),('arq','messages:variantname-crh-latn','s:11:\"ar:crh-Latn\";'),('arq','messages:variantname-gan','s:6:\"en:gan\";'),('arq','messages:variantname-gan-hans','s:7:\"ar:Hans\";'),('arq','messages:variantname-gan-hant','s:7:\"ar:Hant\";'),('arq','messages:variantname-ike-cans','s:11:\"ar:ike-Cans\";'),('arq','messages:variantname-ike-latn','s:11:\"ar:ike-Latn\";'),('arq','messages:variantname-iu','s:5:\"ar:iu\";'),('arq','messages:variantname-kk','s:5:\"ar:kk\";'),('arq','messages:variantname-kk-arab','s:10:\"ar:kk-Arab\";'),('arq','messages:variantname-kk-cn','s:8:\"ar:kk-CN\";'),('arq','messages:variantname-kk-cyrl','s:10:\"ar:kk-Cyrl\";'),('arq','messages:variantname-kk-kz','s:8:\"ar:kk-KZ\";'),('arq','messages:variantname-kk-latn','s:10:\"ar:kk-Latn\";'),('arq','messages:variantname-kk-tr','s:8:\"ar:kk-TR\";'),('arq','messages:variantname-ku','s:5:\"en:ku\";'),('arq','messages:variantname-ku-arab','s:10:\"ar:ku-Arab\";'),('arq','messages:variantname-ku-latn','s:10:\"ar:ku-Latn\";'),('arq','messages:variantname-shi','s:6:\"ar:shi\";'),('arq','messages:variantname-shi-latn','s:11:\"ar:shi-Latn\";'),('arq','messages:variantname-shi-tfng','s:11:\"ar:shi-Tfng\";'),('arq','messages:variantname-sr','s:5:\"en:sr\";'),('arq','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('arq','messages:variantname-sr-ec','s:10:\"ar:sr-Cyrl\";'),('arq','messages:variantname-sr-el','s:10:\"ar:sr-Latn\";'),('arq','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('arq','messages:variantname-tg','s:5:\"ar:tg\";'),('arq','messages:variantname-tg-cyrl','s:10:\"ar:tg-Cyrl\";'),('arq','messages:variantname-tg-latn','s:10:\"ar:tg-Latn\";'),('arq','messages:variantname-tly','s:6:\"ar:tly\";'),('arq','messages:variantname-tly-cyrl','s:11:\"ar:tly-Cyrl\";'),('arq','messages:variantname-uz','s:5:\"ar:uz\";'),('arq','messages:variantname-uz-cyrl','s:10:\"ar:uz-Cyrl\";'),('arq','messages:variantname-uz-latn','s:10:\"ar:uz-Latn\";'),('arq','messages:variantname-zh','s:5:\"en:zh\";'),('arq','messages:variantname-zh-cn','s:5:\"ar:CN\";'),('arq','messages:variantname-zh-hans','s:7:\"ar:Hans\";'),('arq','messages:variantname-zh-hant','s:7:\"ar:Hant\";'),('arq','messages:variantname-zh-hk','s:5:\"ar:HK\";'),('arq','messages:variantname-zh-mo','s:5:\"ar:MO\";'),('arq','messages:variantname-zh-my','s:5:\"ar:MY\";'),('arq','messages:variantname-zh-sg','s:5:\"ar:SG\";'),('arq','messages:variantname-zh-tw','s:5:\"ar:TW\";'),('arq','messages:variants','s:18:\"arq:تنويعات\";'),('arq','messages:vector-2022-prefs-talkpage','s:56:\"ar:[[mw:Talk:Reading/Web/Desktop_Improvements|نقاش]]\";'),('arq','messages:vector-action-addsection','s:21:\"arq:زيد موضوع\";'),('arq','messages:vector-action-delete','s:12:\"arq:امحي\";'),('arq','messages:vector-action-move','s:10:\"arq:حول\";'),('arq','messages:vector-action-protect','s:14:\"arq:بروجي\";'),('arq','messages:vector-action-toggle-sidebar','s:41:\"ar:تبديل الشريط الجانبي\";'),('arq','messages:vector-action-undelete','s:26:\"arq:ردّ كيما كان\";'),('arq','messages:vector-action-unprotect','s:29:\"arq:بدّل الـحماية\";'),('arq','messages:vector-anon-user-menu-pages','s:69:\"ar:صفحات للمحررين الذين سجَّلوا خروجهم\";'),('arq','messages:vector-anon-user-menu-pages-label','s:54:\"ar:تعلَّم المزيد بخصوص التحرير\";'),('arq','messages:vector-anon-user-menu-pages-learn','s:28:\"ar:تعلَّم المزيد\";'),('arq','messages:vector-article-tools-nav-label','s:17:\"ar:الأدوات\";'),('arq','messages:vector-intro-page','s:18:\"ar:Help:مقدمة\";'),('arq','messages:vector-jumptocontent','s:35:\"ar:انتقل إلى المحتوى\";'),('arq','messages:vector-jumptonavigation','s:31:\"ar:اذهب إلى التنقل\";'),('arq','messages:vector-jumptosearch','s:29:\"ar:اذهب إلى البحث\";'),('arq','messages:vector-language-button-aria-label','s:175:\"ar:{{GENDER:|اذهب|اذهبي}} إلى المقالة في لغةٍ أخرى. مُتاحة في {{PLURAL:$1|لا لغة|لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('arq','messages:vector-language-button-label','s:81:\"ar:{{PLURAL:$1|لا لغات|لغة واحدة|لغتان|$1 لغات|$1 لغة}}\";'),('arq','messages:vector-language-redirect-to-top','s:196:\"ar:في نسخة {{SITENAME}} هذه، وصلات اللغات موجودة في الزاوية العليا اليسرى بجانب العنوان. [[#p-lang-btn|انتقل إلى الأعلى]].\";'),('arq','messages:vector-language-variant-switcher-label','s:31:\"ar:غيّر لهجة اللغة\";'),('arq','messages:vector-languages','s:11:\"ar:لغات\";'),('arq','messages:vector-main-menu-tooltip','s:32:\"ar:القائمة الرئيسة\";'),('arq','messages:vector-more-actions','s:12:\"arq:اكثر\";'),('arq','messages:vector-no-language-button-aria-label','s:113:\"ar:هذه المقالة تتواجد فقط في هذه اللغة. أضفها إلى اللغات الأخرى.\";'),('arq','messages:vector-no-language-button-label','s:18:\"ar:أضف لغات\";'),('arq','messages:vector-opt-out','s:48:\"ar:التبديل إلى الشكل القديم\";'),('arq','messages:vector-opt-out-tooltip','s:132:\"ar:غيِّر الإعدادت للعودة إلى طريقة العرض القديمة (النسخة القديمة لفيكتور)\";'),('arq','messages:vector-search-loader','s:41:\"ar:تحميل اقتراحات البحث\";'),('arq','messages:vector-searchsuggest-containing','s:109:\"ar:ابحث عن صفحات تحتوي <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('arq','messages:vector-site-nav-label','s:15:\"ar:الموقع\";'),('arq','messages:vector-skin-desc','s:114:\"arq:طبعة جديدة تاع مونوبوك، ب شبحة جديدة و تحسانات فل إستعماليّة\";'),('arq','messages:vector-specialversion-name','s:13:\"ar:فكتور\";'),('arq','messages:vector-toc-beginning','s:17:\"ar:المقدمة\";'),('arq','messages:vector-toc-collapsible-button-label','s:48:\"ar:تبديل عرض جدول المحتويات\";'),('arq','messages:vector-toc-heading','s:21:\"ar:المحتويات\";'),('arq','messages:vector-toc-menu-tooltip','s:30:\"ar:جدول المحتويات\";'),('arq','messages:vector-toc-toggle-button-label','s:40:\"ar:ثبِّت القسم الفرعي $1\";'),('arq','messages:vector-toc-toggle-position-sidebar','s:39:\"ar:انقل للشريط الجانبي\";'),('arq','messages:vector-toc-toggle-position-title','s:9:\"ar:أخف\";'),('arq','messages:vector-view-create','s:12:\"arq:أصنع\";'),('arq','messages:vector-view-edit','s:12:\"arq:بدّل\";'),('arq','messages:vector-view-history','s:25:\"arq:شوف التاريخ\";'),('arq','messages:vector-view-view','s:12:\"arq:اقرى\";'),('arq','messages:vector-view-viewsource','s:23:\"arq:شوف المصدر\";'),('arq','messages:vector.css','s:127:\"ar:/* ستؤثِّر الأنماط المتراصة CSS المعروضة هنا على مستخدمي واجهة فكتور */\";'),('arq','messages:vector.js','s:146:\"ar:/* سيُحمَّل أي نص برمجي مكتوب بلغة جافا للمستخدمين الذين يستعملون واجهة فكتور */\";'),('arq','messages:verification-error','s:59:\"ar:لم يجتز الملف تحقق صحة الملفات.\";'),('arq','messages:version','s:11:\"ar:نسخة\";'),('arq','messages:version-antispam','s:35:\"ar:منع البريد المزعج\";'),('arq','messages:version-api','s:19:\"ar:إيه بي آي\";'),('arq','messages:version-credits-not-found','s:103:\"ar:لم يتم العثور على أي معلومات للعاملين على هذا الامتداد.\";'),('arq','messages:version-credits-summary','s:134:\"ar:نود أن نعرف بالأشخاص التالية أسماؤهم لمساهمتهم في [[Special:Version|ميدياويكي]].\";'),('arq','messages:version-credits-title','s:29:\"ar:العاملون على $1\";'),('arq','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('arq','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('arq','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('arq','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('arq','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('arq','messages:version-editors','s:19:\"ar:المحررون\";'),('arq','messages:version-entrypoints','s:46:\"ar:نقطة دخول وصلات المواقع\";'),('arq','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('arq','messages:version-entrypoints-articlepath','s:102:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath مسار المقالات]\";'),('arq','messages:version-entrypoints-header-entrypoint','s:20:\"ar:تقطة دخول\";'),('arq','messages:version-entrypoints-header-url','s:15:\"ar:المسار\";'),('arq','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('arq','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('arq','messages:version-entrypoints-scriptpath','s:101:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath مسار السكريبت]\";'),('arq','messages:version-ext-colheader-credits','s:15:\"ar:مؤلفون\";'),('arq','messages:version-ext-colheader-description','s:9:\"ar:وصف\";'),('arq','messages:version-ext-colheader-license','s:13:\"ar:ترخيص\";'),('arq','messages:version-ext-colheader-name','s:15:\"ar:امتداد\";'),('arq','messages:version-ext-colheader-version','s:11:\"ar:نسخة\";'),('arq','messages:version-ext-license','s:13:\"ar:ترخيص\";'),('arq','messages:version-extensions','s:38:\"ar:الامتدادات المثبتة\";'),('arq','messages:version-hook-name','s:22:\"ar:اسم الخطاف\";'),('arq','messages:version-hook-subscribedby','s:28:\"ar:يستخدم بواسطة\";'),('arq','messages:version-hooks','s:19:\"ar:الخطاطيف\";'),('arq','messages:version-libraries','s:26:\"ar:مكتبات مثبتة\";'),('arq','messages:version-libraries-authors','s:19:\"ar:المؤلفون\";'),('arq','messages:version-libraries-description','s:13:\"ar:الوصف\";'),('arq','messages:version-libraries-library','s:17:\"ar:المكتبة\";'),('arq','messages:version-libraries-license','s:17:\"ar:الترخيص\";'),('arq','messages:version-libraries-version','s:19:\"ar:الإصدارة\";'),('arq','messages:version-license','s:32:\"ar:ترخيص ميدياويكي\";'),('arq','messages:version-license-info','s:975:\"ar:ميدياويكي برنامج حر، يحق لك توزيعه و/أو تعديله وفقاً لبنود رخصة جنو العمومية كما نشرتها مؤسسة البرمجيات الحرة، الإصدار الثاني أو (وفقا لاختيارك أنت) أي إصدار لاحق.\n\nهذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن <em>دون أية ضمانات</em>، بما في ذلك ضمانات <strong>التسويق</strong> أو <strong>الملاءمة لغرض معين</strong>. انظر رخصة جنو العمومية لمزيد من التفاصيل.\n\nينبغي أن تكون قد تلقيت [{{SERVER}}{{SCRIPTPATH}}/COPYING نسخة من رخصة جنو العمومية] إذا لم يتم ذلك، اكتب إلى Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA أو [//www.gnu.org/licenses/old-licenses/gpl-2.0.html اقرأها على الإنترنت].\";'),('arq','messages:version-license-not-found','s:92:\"ar:لم يتم العثور على أي معلومات ترخيص لهذا الامتداد.\";'),('arq','messages:version-license-title','s:21:\"ar:ترخيص لـ $1\";'),('arq','messages:version-mediahandlers','s:32:\"ar:متحكمات الميديا\";'),('arq','messages:version-no-ext-name','s:19:\"arq:[بلا اسم]\";'),('arq','messages:version-other','s:11:\"ar:أخرى\";'),('arq','messages:version-parser-extensiontags','s:37:\"ar:وسوم امتداد المحلل\";'),('arq','messages:version-parser-function-hooks','s:37:\"ar:خطاطيف دالة المحلل\";'),('arq','messages:version-parserhooks','s:28:\"ar:خطاطيف المحلل\";'),('arq','messages:version-poweredby-credits','s:146:\"ar:تدار هذه الويكي بواسطة <strong>[https://www.mediawiki.org/ ميدياويكي]</strong>، حقوق النشر © 2001-$1 $2.\";'),('arq','messages:version-poweredby-others','s:13:\"ar:آخرون\";'),('arq','messages:version-poweredby-translators','s:53:\"ar:مترجمو ترانسليت ويكي دوت نت\";'),('arq','messages:version-poweredby-various','s:30:\"ar:مؤلفون متعددون\";'),('arq','messages:version-skin-colheader-name','s:13:\"ar:واجهة\";'),('arq','messages:version-skins','s:34:\"ar:الواجهات المنصبة\";'),('arq','messages:version-software','s:32:\"ar:البرنامج المثبت\";'),('arq','messages:version-software-product','s:15:\"ar:المنتج\";'),('arq','messages:version-software-version','s:15:\"ar:النسخة\";'),('arq','messages:version-specialpages','s:22:\"ar:صفحات خاصة\";'),('arq','messages:version-summary','s:3:\"en:\";'),('arq','messages:version-variables','s:21:\"ar:المتغيرات\";'),('arq','messages:version-version','s:7:\"ar:($1)\";'),('arq','messages:versionrequired','s:58:\"arq:النسخة $1 تاع ميدياويكي ملزومة\";'),('arq','messages:versionrequiredtext','s:227:\"arq:النسخة $1 تاع ميدياويكي راهي ملزومة باش تنجم تستعمل هاد الباجة.\nشوف [[Special:Version|الباجة تاع النسخات باش تفهم كتَر على هاد الشي]]\";'),('arq','messages:video-dims','s:14:\"ar:$1، $2×$3\";'),('arq','messages:view','s:12:\"arq:اقرا\";'),('arq','messages:view-pool-contention','s:18:\"en:pool contention\";'),('arq','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('arq','messages:view-pool-error','s:263:\"arq:اعدرونا، السربايات راهم مغبّنين ف هاد الوقيتة.\nبزّاف المستعمليّين راهم باغيين يشوفو هاد الباجة.\nاصبرو شي وقيتة قبل ما تحاولو تلحقو لها عاود.\n\n$1\";'),('arq','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('arq','messages:viewcount','s:79:\"arq:هاد الباجة نشافت {{PLURAL:$1|خطرة وحدة|$1 خطرة}}.\";'),('arq','messages:viewdeleted','s:15:\"arq:شوف $1؟\";'),('arq','messages:viewdeleted_short','s:59:\"arq:شوف {{PLURAL:$1||تعديل واحد|$1 تعديل}}\";'),('arq','messages:viewdeletedpage','s:41:\"ar:عرض الصفحات المحذوفة\";'),('arq','messages:viewhelppage','s:47:\"arq:شوف الباجة تاع المعاونة\";'),('arq','messages:viewinguserrights','s:126:\"ar:عرض صلاحيات المستخدم {{GENDER:$1|للمستخدم|للمستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('arq','messages:viewpagelogs','s:54:\"arq:بين العمليات على هاذ الباحه\";'),('arq','messages:viewpagelogs-lowercase','s:40:\"ar:عرض سجلات هذه الصفحة\";'),('arq','messages:viewprevnext','s:46:\"arq:شوف($1 {{int:pipe-separator}} $2) ($3).\";'),('arq','messages:views','s:16:\"arq:آفيشاج\";'),('arq','messages:viewsource','s:21:\"arq:شوف الاصل\";'),('arq','messages:viewsource-title','s:33:\"arq:شوف المصدر تاع $1\";'),('arq','messages:viewsourcelink','s:21:\"arq:شوف العين\";'),('arq','messages:viewsourceold','s:21:\"arq:شوف الاصل\";'),('arq','messages:viewsourcetext','s:78:\"arq:تنجم تشوف و تنسّح المضمون تاع هاد الصفحة.\";'),('arq','messages:viewtalkpage','s:27:\"arq:شوف التقرعيج\";'),('arq','messages:viewyourtext','s:126:\"arq:تنجم تشوف و تنسّخ المضمون تاع <strong>التبدالات تاعك</strong> ف هاد الصفحة.\";'),('arq','messages:virus-badscanner','s:108:\"arq:تضباط ماشي مليح: السكانار تاع الفيروسات <em>$1</em> ماشي معروف\";'),('arq','messages:virus-scanfailed','s:46:\"arq:التفتاش ما لحّقش (كود $1)\";'),('arq','messages:virus-unknownscanner','s:52:\"arq:مضاد الفيروسات ماشي معروف:\";'),('arq','messages:wantedcategories','s:30:\"ar:تصنيفات مطلوبة\";'),('arq','messages:wantedcategories-summary','s:3:\"en:\";'),('arq','messages:wantedfiles','s:26:\"ar:ملفات مطلوبة\";'),('arq','messages:wantedfiles-summary','s:3:\"en:\";'),('arq','messages:wantedfiletext-cat','s:348:\"ar:الملفات التالية مستعملة ولكن لا وجود لها. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة. بالإضافة، أي صفحات تتضمن الملفات الغير موجودة تم سردها في [[:$1]].\";'),('arq','messages:wantedfiletext-cat-noforeign','s:186:\"ar:الملفات التالية مستخدمة لكنها غير موجودة. عدا ذلك، تسرد الصفحات التي تستخدم ملفات غير موجودة في [[:$1]].\";'),('arq','messages:wantedfiletext-nocat','s:232:\"ar:الملفات التالية مستعملة ولكن غير متوفرة. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة.\";'),('arq','messages:wantedfiletext-nocat-noforeign','s:79:\"ar:الملفات التالية مستخدمة لكنها غير موجودة.\";'),('arq','messages:wantedpages','s:26:\"ar:صفحات مطلوبة\";'),('arq','messages:wantedpages-badtitle','s:66:\"ar:عنوان غير صحيح في مجموعة النتائج: $1\";'),('arq','messages:wantedpages-summary','s:382:\"ar:قائمة بالصفحات غير الموجودة التي لديها أكثر وصلات لها، باستثناء الصفحات التي تحويلات فقط تصل إليها. لقائمة بالصفحات غير الموجودة التي توجد تحويلات تصل إليها، انظر [[{{#special:BrokenRedirects}}|قائمة التحويلات المكسورة]].\";'),('arq','messages:wantedtemplates','s:26:\"ar:قوالب مطلوبة\";'),('arq','messages:wantedtemplates-summary','s:3:\"en:\";'),('arq','messages:watch','s:10:\"arq:تبع\";'),('arq','messages:watching','s:16:\"ar:يراقب...\";'),('arq','messages:watchlist','s:38:\"arq:ليستة تاع المتابعة\";'),('arq','messages:watchlist-details','s:146:\"arq:{{PLURAL:$1||باجه وحده|باجتين|$1 باجات|$1 باجه}} في ليستت مراقبتك، (زدلها باجات النقاش).\";'),('arq','messages:watchlist-expires-in-aria-label','s:65:\"ar:انتهاء صلاحية عنصر قائمة المراقبة\";'),('arq','messages:watchlist-expiring-days-full-text','s:77:\"ar:{{PLURAL:$1|1 يوم|$1 أيام}} بقيت في قائمة مراقبتك\";'),('arq','messages:watchlist-expiring-hours-full-text','s:60:\"ar:بقيت بضع ساعات في قائمة مراقبتك\";'),('arq','messages:watchlist-expiry-days-left','s:87:\"ar:بقي {{PLURAL:$1||يوم واحد|يومان|$1 أيام|$1 يومًا|$1 يوم}}\";'),('arq','messages:watchlist-expiry-hours-left','s:36:\"ar:بقيت بضع ساعات فقط\";'),('arq','messages:watchlist-expiry-options','s:111:\"ar:دائم:infinite,أسبوع واحد:1 week,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months\";'),('arq','messages:watchlist-hide','s:13:\"ar:إخفاء\";'),('arq','messages:watchlist-options','s:44:\"arq:ابسيون ليستت المراقبه\";'),('arq','messages:watchlist-submit','s:12:\"arq:ورّي\";'),('arq','messages:watchlist-summary','s:3:\"en:\";'),('arq','messages:watchlist-unwatch','s:5:\"en:×\";'),('arq','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('arq','messages:watchlistanontext','s:111:\"ar:الرجاء تسجيل الدخول لعرض أو تعديل الصفحات في قائمة مراقبتك.\";'),('arq','messages:watchlistedit-clear-done','s:42:\"ar:مُسِحت قائمة مراقبتك.\";'),('arq','messages:watchlistedit-clear-explain','s:68:\"ar:ستحذف جميع الصفحات من قائمة مراقبتك\";'),('arq','messages:watchlistedit-clear-jobqueue','s:95:\"ar:قائمة مراقبتك يتم إفراغها. هذا قد يستغرق بعض الوقت!\";'),('arq','messages:watchlistedit-clear-legend','s:39:\"ar:امسح قائمة المراقبة\";'),('arq','messages:watchlistedit-clear-removed','s:150:\"ar:{{PLURAL:$1||أزيل العنوان التالي|أزيل العنوانان التاليان|أزيلت العناوين ال$1 التالية}}:\";'),('arq','messages:watchlistedit-clear-submit','s:58:\"ar:امسح قائمة المراقبة (هذا دائم!)\";'),('arq','messages:watchlistedit-clear-title','s:39:\"ar:امسح قائمة المراقبة\";'),('arq','messages:watchlistedit-clear-titles','s:20:\"ar:العناوين:\";'),('arq','messages:watchlistedit-normal-done','s:148:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}} من قائمة مراقبتك:\";'),('arq','messages:watchlistedit-normal-explain','s:289:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل.\nلإزالة عنوان، اضغط على الصندوق بجواره، واضغط \"{{int:Watchlistedit-normal-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist/raw|تعديل القائمة الخام]].\";'),('arq','messages:watchlistedit-normal-legend','s:59:\"ar:إزالة عناوين من قائمة المراقبة\";'),('arq','messages:watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('arq','messages:watchlistedit-normal-title','s:41:\"ar:تعديل قائمة المراقبة\";'),('arq','messages:watchlistedit-raw-added','s:117:\"ar:تمت إضافة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('arq','messages:watchlistedit-raw-done','s:49:\"ar:قائمة مراقبتك تم تحديثها.\";'),('arq','messages:watchlistedit-raw-explain','s:370:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل، ويمكن تعديلها عن طريق الإضافة والإزالة من القائمة؛ عنوان واحد لكل سطر.\nعند الانتهاء، اضغط \"{{int:Watchlistedit-raw-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist|استخدام المحرر القياسي]].\";'),('arq','messages:watchlistedit-raw-legend','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('arq','messages:watchlistedit-raw-removed','s:117:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('arq','messages:watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('arq','messages:watchlistedit-raw-title','s:52:\"ar:تعديل قائمة المراقبة الخام\";'),('arq','messages:watchlistedit-raw-titles','s:20:\"ar:العناوين:\";'),('arq','messages:watchlistedit-too-many','s:108:\"ar:تم تحديث قائمة مراقبتك. هناك الكثير من الصفحات لعرضها هنا.\";'),('arq','messages:watchlistfor2','s:13:\"arq:ل$1 ($2)\";'),('arq','messages:watchlistnotwatchable','s:46:\"ar:لا يُمكنك مشاهدة الصفحة\";'),('arq','messages:watchlisttools-clear','s:49:\"arq:خوّي الليستة تاع التتباع\";'),('arq','messages:watchlisttools-edit','s:54:\"arq:اعرض قائمه المراقبه و عدلها\";'),('arq','messages:watchlisttools-raw','s:53:\"arq:موديفي ليستت التبيعه الخام\";'),('arq','messages:watchlisttools-view','s:50:\"arq:اعرض التبديلات المرتابطه\";'),('arq','messages:watchnologin','s:31:\"ar:غير مسجل الدخول\";'),('arq','messages:watchthis','s:23:\"arq:تبع الباجة\";'),('arq','messages:watchthispage','s:31:\"ar:راقب هذه الصفحة\";'),('arq','messages:watchthisupload','s:29:\"ar:راقب هذا الملف\";'),('arq','messages:wed','s:16:\"arq:لاربعه\";'),('arq','messages:wednesday','s:16:\"arq:لاربعه\";'),('arq','messages:wednesday-at','s:42:\"ar:يوم الأربعاء الساعة $1\";'),('arq','messages:weeks','s:43:\"ar:{{PLURAL:$1|أسبوع|$1 أسابيع}}\";'),('arq','messages:welcomecreation-msg','s:169:\"arq:الحساب تاعك راه ضركا مخلوق.\nتنجم تبدّل الـ[[Special:Preferences|تفضيلات]] تاع {{SITENAME}} تاعك يلا راك حاب.\";'),('arq','messages:welcomeuser','s:20:\"arq:مرحبا، $1!\";'),('arq','messages:whatlinkshere','s:33:\"arq:شنوّ يوصّل ل هنا\";'),('arq','messages:whatlinkshere-count','s:110:\"ar:تعرض {{PLURAL:$1||عنصرًا واحدًا|عنصرين|$1 عناصر|$1 عنصرًا|$1 عنصرٍ}}.\";'),('arq','messages:whatlinkshere-hideimages','s:36:\"arq:$1 وصيلات الفيشيات\";'),('arq','messages:whatlinkshere-hidelinks','s:23:\"arq:$1 الوصيلات\";'),('arq','messages:whatlinkshere-hideredirs','s:25:\"arq:$1 التحويلات\";'),('arq','messages:whatlinkshere-hidetrans','s:25:\"arq:$1 التضمينات\";'),('arq','messages:whatlinkshere-links','s:20:\"arq:→ وصيلات\";'),('arq','messages:whatlinkshere-next','s:50:\"arq:{{PLURAL:$1|الجايه|ال$1 الجايه}}\";'),('arq','messages:whatlinkshere-page','s:17:\"arq:الباجه:\";'),('arq','messages:whatlinkshere-prev','s:52:\"arq:{{PLURAL:$1|التالي|ال$1 التاليه}}\";'),('arq','messages:whatlinkshere-sectionredir','s:40:\"ar:التحويل إلى القسم \"$1\"\";'),('arq','messages:whatlinkshere-submit','s:11:\"ar:اذهب\";'),('arq','messages:whatlinkshere-summary','s:3:\"en:\";'),('arq','messages:whatlinkshere-title','s:46:\"arq:الباجات اللي تقين في \"$1\"\";'),('arq','messages:whitelistedittext','s:63:\"arq:لازم لك $1 باش تنجم تبدّل الپاجات.\";'),('arq','messages:widthheight','s:11:\"ar:$1 × $2\";'),('arq','messages:widthheightpage','s:56:\"arq:$1×$2، {{PLURAL:$3|باجة وحدة|$3 باجة}}\";'),('arq','messages:wikieditor','s:61:\"ar:الواجهة المتقدمة لتعديل نص ويكي\";'),('arq','messages:wikieditor-desc','s:141:\"ar:يوفر واجهة تعديل نص ويكي قابلة للتمديد والعديد من الوحدات التي توفر المزايا\";'),('arq','messages:wikieditor-loading','s:16:\"ar:تحميل...\";'),('arq','messages:wikieditor-preview-changes-tab','s:17:\"ar:تغييرات\";'),('arq','messages:wikieditor-preview-loading','s:16:\"ar:تحميل...\";'),('arq','messages:wikieditor-preview-preference','s:48:\"ar:تفعيل المعاينة جنبا بجنب\";'),('arq','messages:wikieditor-preview-tab','s:15:\"ar:معاينة\";'),('arq','messages:wikieditor-publish-button-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:wikieditor-publish-button-publish','s:11:\"ar:انشر\";'),('arq','messages:wikieditor-publish-dialog-goback','s:11:\"ar:ارجع\";'),('arq','messages:wikieditor-publish-dialog-minor','s:22:\"ar:تعديل طفيف\";'),('arq','messages:wikieditor-publish-dialog-publish','s:11:\"ar:انشر\";'),('arq','messages:wikieditor-publish-dialog-summary','s:96:\"ar:ملخص التعديل (اشرح باختصار التغييرات التي أجريتها):\";'),('arq','messages:wikieditor-publish-dialog-title','s:29:\"ar:انشر في {{SITENAME}}\";'),('arq','messages:wikieditor-publish-dialog-watch','s:31:\"ar:راقب هذه الصفحة\";'),('arq','messages:wikieditor-publish-preference','s:44:\"ar:تفعيل النشر خطوة بخطوة\";'),('arq','messages:wikieditor-toolbar','s:37:\"ar:شريط أدوات التحرير\";'),('arq','messages:wikieditor-toolbar-desc','s:76:\"ar:شريط تحرير الصفحات مع تحسين الاستخدامية\";'),('arq','messages:wikieditor-toolbar-dialogs-preference','s:114:\"ar:تفعيل حوارات إدراج الوصلات والجداول وخاصية البحث والاستبدال\";'),('arq','messages:wikieditor-toolbar-file-caption','s:18:\"ar:التعليق:\";'),('arq','messages:wikieditor-toolbar-file-default','s:15:\"ar:(غيابي)\";'),('arq','messages:wikieditor-toolbar-file-float','s:14:\"ar:ناحية:\";'),('arq','messages:wikieditor-toolbar-file-format','s:12:\"ar:صيغة:\";'),('arq','messages:wikieditor-toolbar-file-format-none','s:16:\"ar:لا يوجد\";'),('arq','messages:wikieditor-toolbar-file-size','s:14:\"ar:الحجم:\";'),('arq','messages:wikieditor-toolbar-file-target','s:21:\"ar:اسم الملف:\";'),('arq','messages:wikieditor-toolbar-group-format','s:13:\"ar:تنسيق\";'),('arq','messages:wikieditor-toolbar-group-insert','s:13:\"ar:إدراج\";'),('arq','messages:wikieditor-toolbar-help-content-bold-description','s:11:\"ar:غليظ\";'),('arq','messages:wikieditor-toolbar-help-content-bold-result','s:33:\"ar:<strong>نص غليظ</strong>\";'),('arq','messages:wikieditor-toolbar-help-content-bold-syntax','s:22:\"ar:\'\'\'نص غليظ\'\'\'\";'),('arq','messages:wikieditor-toolbar-help-content-bolditalic-description','s:22:\"ar:غليظ ومائل\";'),('arq','messages:wikieditor-toolbar-help-content-bolditalic-result','s:53:\"ar:<strong><em>نص غليظ ومائل</em></strong>\";'),('arq','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:37:\"ar:\'\'\'\'\'نص غليظ ومائل\'\'\'\'\'\";'),('arq','messages:wikieditor-toolbar-help-content-file-caption','s:22:\"ar:نص التعليق\";'),('arq','messages:wikieditor-toolbar-help-content-file-description','s:18:\"ar:ملف مضمن\";'),('arq','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"ar:[[$1:Example.png|$2|$3]]\";'),('arq','messages:wikieditor-toolbar-help-content-heading2-description','s:46:\"ar:عنوان من المستوى الثاني\";'),('arq','messages:wikieditor-toolbar-help-content-heading2-result','s:22:\"ar:<h2>عنوان</h2>\";'),('arq','messages:wikieditor-toolbar-help-content-heading2-syntax','s:19:\"ar:== عنوان ==\";'),('arq','messages:wikieditor-toolbar-help-content-heading3-description','s:46:\"ar:عنوان من المستوى الثالث\";'),('arq','messages:wikieditor-toolbar-help-content-heading3-result','s:22:\"ar:<h3>عنوان</h3>\";'),('arq','messages:wikieditor-toolbar-help-content-heading3-syntax','s:21:\"ar:=== عنوان ===\";'),('arq','messages:wikieditor-toolbar-help-content-heading4-description','s:46:\"ar:عنوان من المستوى الرابع\";'),('arq','messages:wikieditor-toolbar-help-content-heading4-result','s:22:\"ar:<h4>عنوان</h4>\";'),('arq','messages:wikieditor-toolbar-help-content-heading4-syntax','s:23:\"ar:==== عنوان ====\";'),('arq','messages:wikieditor-toolbar-help-content-heading5-description','s:46:\"ar:عنوان من المستوى الخامس\";'),('arq','messages:wikieditor-toolbar-help-content-heading5-result','s:22:\"ar:<h5>عنوان</h5>\";'),('arq','messages:wikieditor-toolbar-help-content-heading5-syntax','s:25:\"ar:===== عنوان =====\";'),('arq','messages:wikieditor-toolbar-help-content-ilink-description','s:24:\"ar:وصلة داخلية\";'),('arq','messages:wikieditor-toolbar-help-content-ilink-result','s:83:\"ar:<a href=\'#\'>اسم الوصلة</a><br /><a href=\'#\'>عنوان الصفحة</a>\";'),('arq','messages:wikieditor-toolbar-help-content-ilink-syntax','s:83:\"ar:[[عنوان الصفحة|اسم الوصلة]]<br />[[عنوان الصفحة]]\";'),('arq','messages:wikieditor-toolbar-help-content-indent-description','s:13:\"ar:إزاحة\";'),('arq','messages:wikieditor-toolbar-help-content-indent-result','s:78:\"ar:نص عادي<dl><dd>نص مزاح<dl><dd>نص مزاح</dd></dl></dd></dl>\";'),('arq','messages:wikieditor-toolbar-help-content-indent-syntax','s:57:\"ar:نص عادي<br />:نص مزاح<br />::نص مزاح\";'),('arq','messages:wikieditor-toolbar-help-content-italic-description','s:11:\"ar:مائل\";'),('arq','messages:wikieditor-toolbar-help-content-italic-result','s:25:\"ar:<em>نص مائل</em>\";'),('arq','messages:wikieditor-toolbar-help-content-italic-syntax','s:20:\"ar:\'\'نص مائل\'\'\";'),('arq','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('arq','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('arq','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('arq','messages:wikieditor-toolbar-help-content-olist-description','s:24:\"ar:قائمة مرقمة\";'),('arq','messages:wikieditor-toolbar-help-content-olist-result','s:68:\"ar:<ol><li>عنصر قائمة</li><li>عنصر قائمة</li></ol>\";'),('arq','messages:wikieditor-toolbar-help-content-olist-syntax','s:51:\"ar:# عنصر قائمة<br /># عنصر قائمة\";'),('arq','messages:wikieditor-toolbar-help-content-reference-description','s:11:\"ar:مرجع\";'),('arq','messages:wikieditor-toolbar-help-content-reference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[1]</a></sup>\";'),('arq','messages:wikieditor-toolbar-help-content-reference-syntax','s:105:\"ar:نص الصفحة.&lt;ref&gt;[http://www.example.org نص الوصلة]، نص إضافي.&lt;/ref&gt;\";'),('arq','messages:wikieditor-toolbar-help-content-rereference-description','s:53:\"ar:استخدام نفس المرجع مرة أخرى\";'),('arq','messages:wikieditor-toolbar-help-content-rereference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[2]</a></sup>\";'),('arq','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('arq','messages:wikieditor-toolbar-help-content-showreferences-description','s:26:\"ar:اعرض المراجع\";'),('arq','messages:wikieditor-toolbar-help-content-showreferences-result','s:216:\"ar:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>نص الرابط</a>، نص إضافي.</li></ol>\";'),('arq','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('arq','messages:wikieditor-toolbar-help-content-signature-description','s:13:\"ar:توقيع\";'),('arq','messages:wikieditor-toolbar-help-content-signature-result','s:125:\"ar:<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>)\";'),('arq','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('arq','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:36:\"ar:توقيع مع طابع زمني\";'),('arq','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:165:\"ar:--<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>) 15:54، 10 يونيو 2009 (ت ع م)\";'),('arq','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('arq','messages:wikieditor-toolbar-help-content-ulist-description','s:24:\"ar:قائمة منقطة\";'),('arq','messages:wikieditor-toolbar-help-content-ulist-result','s:68:\"ar:<ul><li>عنصر قائمة</li><li>عنصر قائمة</li></ul>\";'),('arq','messages:wikieditor-toolbar-help-content-ulist-syntax','s:51:\"ar:* عنصر قائمة<br />* عنصر قائمة\";'),('arq','messages:wikieditor-toolbar-help-content-xlink-description','s:24:\"ar:وصلة خارجية\";'),('arq','messages:wikieditor-toolbar-help-content-xlink-result','s:169:\"ar:<a href=\'#\' class=\'external\'>اسم الوصلة</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('arq','messages:wikieditor-toolbar-help-content-xlink-syntax','s:105:\"ar:[http://www.example.org اسم الوصلة]<br />[http://www.example.org]<br />http://www.example.org\";'),('arq','messages:wikieditor-toolbar-help-heading-description','s:9:\"ar:وصف\";'),('arq','messages:wikieditor-toolbar-help-heading-result','s:25:\"ar:ما تحصل عليه\";'),('arq','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"ar:ما تكتبه\";'),('arq','messages:wikieditor-toolbar-help-page-discussion','s:11:\"ar:نقاش\";'),('arq','messages:wikieditor-toolbar-help-page-file','s:13:\"ar:ملفات\";'),('arq','messages:wikieditor-toolbar-help-page-format','s:13:\"ar:تنسيق\";'),('arq','messages:wikieditor-toolbar-help-page-heading','s:15:\"ar:عناوين\";'),('arq','messages:wikieditor-toolbar-help-page-link','s:13:\"ar:وصلات\";'),('arq','messages:wikieditor-toolbar-help-page-list','s:13:\"ar:قوائم\";'),('arq','messages:wikieditor-toolbar-help-page-reference','s:13:\"ar:مراجع\";'),('arq','messages:wikieditor-toolbar-loading','s:16:\"ar:تحميل...\";'),('arq','messages:wikieditor-toolbar-preference','s:61:\"ar:تفعيل شريط أدوات التحرير المحسن\";'),('arq','messages:wikieditor-toolbar-section-advanced','s:13:\"ar:متقدم\";'),('arq','messages:wikieditor-toolbar-section-characters','s:20:\"ar:أحرف خاصة\";'),('arq','messages:wikieditor-toolbar-section-help','s:15:\"ar:مساعدة\";'),('arq','messages:wikieditor-toolbar-tool-big','s:11:\"ar:كبير\";'),('arq','messages:wikieditor-toolbar-tool-big-example','s:16:\"ar:نص كبير\";'),('arq','messages:wikieditor-toolbar-tool-bold','s:11:\"ar:غليظ\";'),('arq','messages:wikieditor-toolbar-tool-bold-example','s:16:\"ar:نص غليظ\";'),('arq','messages:wikieditor-toolbar-tool-file','s:18:\"ar:ملف مضمن\";'),('arq','messages:wikieditor-toolbar-tool-file-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:wikieditor-toolbar-tool-file-example','s:14:\"ar:Example.jpg\";'),('arq','messages:wikieditor-toolbar-tool-file-insert','s:13:\"ar:إدراج\";'),('arq','messages:wikieditor-toolbar-tool-file-title','s:22:\"ar:أدرج الملف\";'),('arq','messages:wikieditor-toolbar-tool-gallery','s:18:\"ar:معرض صور\";'),('arq','messages:wikieditor-toolbar-tool-gallery-example','s:50:\"ar:Example.jpg|تعليق1\nExample.jpg|تعليق2\";'),('arq','messages:wikieditor-toolbar-tool-heading','s:13:\"ar:عنوان\";'),('arq','messages:wikieditor-toolbar-tool-heading-1','s:15:\"ar:مستوى 1\";'),('arq','messages:wikieditor-toolbar-tool-heading-2','s:15:\"ar:مستوى 2\";'),('arq','messages:wikieditor-toolbar-tool-heading-3','s:15:\"ar:مستوى 3\";'),('arq','messages:wikieditor-toolbar-tool-heading-4','s:15:\"ar:مستوى 4\";'),('arq','messages:wikieditor-toolbar-tool-heading-5','s:15:\"ar:مستوى 5\";'),('arq','messages:wikieditor-toolbar-tool-heading-example','s:22:\"ar:نص العنوان\";'),('arq','messages:wikieditor-toolbar-tool-ilink','s:24:\"ar:وصلة داخلية\";'),('arq','messages:wikieditor-toolbar-tool-ilink-example','s:26:\"ar:عنوان الوصلة\";'),('arq','messages:wikieditor-toolbar-tool-italic','s:11:\"ar:مائل\";'),('arq','messages:wikieditor-toolbar-tool-italic-example','s:16:\"ar:نص مائل\";'),('arq','messages:wikieditor-toolbar-tool-link','s:11:\"ar:وصلة\";'),('arq','messages:wikieditor-toolbar-tool-link-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:wikieditor-toolbar-tool-link-empty','s:40:\"ar:لم تدخل شيئا لتصل به.\";'),('arq','messages:wikieditor-toolbar-tool-link-ext','s:31:\"ar:لصفحة وب خارجية\";'),('arq','messages:wikieditor-toolbar-tool-link-ext-target','s:25:\"ar:مسار الوصلة:\";'),('arq','messages:wikieditor-toolbar-tool-link-ext-text','s:21:\"ar:نص الوصلة:\";'),('arq','messages:wikieditor-toolbar-tool-link-insert','s:24:\"ar:أدرج الوصلة\";'),('arq','messages:wikieditor-toolbar-tool-link-int','s:22:\"ar:لصفحة ويكي\";'),('arq','messages:wikieditor-toolbar-tool-link-int-invalid','s:56:\"ar:العنوان الذي اخترته غير صالح.\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target','s:27:\"ar:عنوان الصفحة:\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"ar:صفحة توضيح\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:28:\"ar:الصفحة موجودة\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:24:\"ar:وصلة خارجية\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:29:\"ar:عنوان غير صحيح\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:38:\"ar:يلتمس وجود الصفحة...\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:35:\"ar:الصفحة غير موجودة\";'),('arq','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:44:\"ar:عنوان الصفحة أو المسار\";'),('arq','messages:wikieditor-toolbar-tool-link-int-text','s:21:\"ar:نص الوصلة:\";'),('arq','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:53:\"ar:أدخل النص الذي ينبغي إظهاره\";'),('arq','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:163:\"ar:يبدو أن المُراد بالمسار الذي حددته وصلة إلى صفحة ويكي أخرى. أتريد أن تجعلها وصلة داخلية؟\";'),('arq','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:24:\"ar:وصلة خارجية\";'),('arq','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:24:\"ar:وصلة داخلية\";'),('arq','messages:wikieditor-toolbar-tool-link-title','s:22:\"ar:إدراج وصلة\";'),('arq','messages:wikieditor-toolbar-tool-newline','s:18:\"ar:سطر جديد\";'),('arq','messages:wikieditor-toolbar-tool-nowiki','s:29:\"ar:بلا تنسيق ويكي\";'),('arq','messages:wikieditor-toolbar-tool-nowiki-example','s:23:\"ar:نص غير منسق\";'),('arq','messages:wikieditor-toolbar-tool-olist','s:24:\"ar:قائمة مرقمة\";'),('arq','messages:wikieditor-toolbar-tool-olist-example','s:33:\"ar:عنصر قائمة مرقمة\";'),('arq','messages:wikieditor-toolbar-tool-redirect','s:15:\"ar:تحويلة\";'),('arq','messages:wikieditor-toolbar-tool-redirect-example','s:33:\"ar:اسم الصفحة الهدف\";'),('arq','messages:wikieditor-toolbar-tool-reference','s:11:\"ar:مرجع\";'),('arq','messages:wikieditor-toolbar-tool-reference-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:wikieditor-toolbar-tool-reference-example','s:38:\"ar:أدرج نص الحاشية هنا\";'),('arq','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"ar:أدرج\";'),('arq','messages:wikieditor-toolbar-tool-reference-text','s:20:\"ar:نص المرجع\";'),('arq','messages:wikieditor-toolbar-tool-reference-title','s:22:\"ar:إدراج مرجع\";'),('arq','messages:wikieditor-toolbar-tool-replace','s:26:\"ar:ابحث واستبدل\";'),('arq','messages:wikieditor-toolbar-tool-replace-button-findnext','s:20:\"ar:جد التالي\";'),('arq','messages:wikieditor-toolbar-tool-replace-button-replace','s:15:\"ar:استبدل\";'),('arq','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:24:\"ar:استبدل الكل\";'),('arq','messages:wikieditor-toolbar-tool-replace-case','s:72:\"ar:مطابقة حالة الأحرف الكبيرة أو الصغيرة\";'),('arq','messages:wikieditor-toolbar-tool-replace-close','s:11:\"ar:أغلق\";'),('arq','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"ar:لم تكتب شيئا لتبحث عنه.\";'),('arq','messages:wikieditor-toolbar-tool-replace-invalidregex','s:72:\"ar:التعبير النمطي الذي أدخلته غير صالح: $1\";'),('arq','messages:wikieditor-toolbar-tool-replace-nomatch','s:40:\"ar:بحثك لم يطابق أي شيء.\";'),('arq','messages:wikieditor-toolbar-tool-replace-regex','s:50:\"ar:البحث باستعمال تعبير نمطي\";'),('arq','messages:wikieditor-toolbar-tool-replace-replace','s:19:\"ar:استبدل ب:\";'),('arq','messages:wikieditor-toolbar-tool-replace-search','s:17:\"ar:ابحث عن:\";'),('arq','messages:wikieditor-toolbar-tool-replace-success','s:144:\"ar:أجري {{PLURAL:$1|استبدال|استبدال واحد|استبدالان|$1 استبدالات|$1 استبدالا|$1 استبدال}}.\";'),('arq','messages:wikieditor-toolbar-tool-replace-title','s:26:\"ar:ابحث واستبدل\";'),('arq','messages:wikieditor-toolbar-tool-signature','s:44:\"ar:توقيع مع الطابع الزمني\";'),('arq','messages:wikieditor-toolbar-tool-small','s:11:\"ar:صغير\";'),('arq','messages:wikieditor-toolbar-tool-small-example','s:16:\"ar:نص صغير\";'),('arq','messages:wikieditor-toolbar-tool-subscript','s:18:\"ar:حرف سفلي\";'),('arq','messages:wikieditor-toolbar-tool-subscript-example','s:16:\"ar:نص سفلي\";'),('arq','messages:wikieditor-toolbar-tool-superscript','s:18:\"ar:حرف علوي\";'),('arq','messages:wikieditor-toolbar-tool-superscript-example','s:16:\"ar:نص علوي\";'),('arq','messages:wikieditor-toolbar-tool-table','s:11:\"ar:جدول\";'),('arq','messages:wikieditor-toolbar-tool-table-cancel','s:13:\"ar:إلغاء\";'),('arq','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:13:\"ar:أعمدة\";'),('arq','messages:wikieditor-toolbar-tool-table-dimensions-header','s:24:\"ar:صف العناوين\";'),('arq','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:11:\"ar:صفوف\";'),('arq','messages:wikieditor-toolbar-tool-table-example','s:11:\"ar:مثال\";'),('arq','messages:wikieditor-toolbar-tool-table-example-cell-text','s:20:\"ar:نص الخانة\";'),('arq','messages:wikieditor-toolbar-tool-table-example-header','s:26:\"ar:عنوان العمود\";'),('arq','messages:wikieditor-toolbar-tool-table-example-old','s:214:\"ar:-\n! عنوان عمود 1\n! عنوان عمود 2\n! عنوان عمود 3\n|-\n| صف 1، خانة 1\n| صف 1، خانة 2\n| صف 1، خانة 3\n|-\n| صف 2، خانة 1\n| صف 2، خانة 2\n| صف 2، خانة 3\";'),('arq','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('arq','messages:wikieditor-toolbar-tool-table-insert','s:11:\"ar:أدرج\";'),('arq','messages:wikieditor-toolbar-tool-table-invalidnumber','s:70:\"ar:لم تدخل رقما صحيحا للصفوف أو الأعمدة.\";'),('arq','messages:wikieditor-toolbar-tool-table-preview','s:15:\"ar:معاينة\";'),('arq','messages:wikieditor-toolbar-tool-table-sortable','s:50:\"ar:اجعل الجدول قابلا للترتيب\";'),('arq','messages:wikieditor-toolbar-tool-table-title','s:22:\"ar:إدراج جدول\";'),('arq','messages:wikieditor-toolbar-tool-table-toomany','s:76:\"ar:إدراج جدول بأكثر من 1000 خانة غير ممكن هنا.\";'),('arq','messages:wikieditor-toolbar-tool-table-wikitable','s:11:\"ar:حدود\";'),('arq','messages:wikieditor-toolbar-tool-table-zero','s:74:\"ar:لا يمكن أن تدرج جدولا بلا صفوف أو أعمدة.\";'),('arq','messages:wikieditor-toolbar-tool-ulist','s:24:\"ar:قائمة منقطة\";'),('arq','messages:wikieditor-toolbar-tool-ulist-example','s:33:\"ar:عنصر قائمة منقطة\";'),('arq','messages:wikieditor-toolbar-tool-xlink','s:56:\"ar:وصلة خارجية (تذكر البدء بhttp://)\";'),('arq','messages:wikieditor-toolbar-tool-xlink-example','s:49:\"ar:http://www.example.com عنوان الوصلة\";'),('arq','messages:wikieditor-wikitext-tab','s:20:\"ar:نص الويكي\";'),('arq','messages:windows-nonascii-filename','s:92:\"ar:هذا ويكي لا يعتمد أسماء الملفات مع الأحرف الخاصة.\";'),('arq','messages:withoutinterwiki','s:51:\"ar:صفحات بدون وصلات لغات أخرى\";'),('arq','messages:withoutinterwiki-legend','s:13:\"ar:بادئة\";'),('arq','messages:withoutinterwiki-submit','s:12:\"arq:ورّي\";'),('arq','messages:withoutinterwiki-summary','s:79:\"ar:الصفحات التالية لا تصل إلى نسخ بلغات أخرى.\";'),('arq','messages:wlheader-enotif','s:63:\"ar:الإخطار بالبريد الإلكتروني مفعل.\";'),('arq','messages:wlheader-showupdated','s:146:\"arq:الباجات لي تبدّلو من لي كنت نتا فيزيتيتهم راهم مورّيين ب <strong>الخط الغليض</strong>.\";'),('arq','messages:wlnote','s:225:\"arq:تشوف هنا {{PLURAL:$1|التبدال الاخراني|الـ <strong>$1</strong> تبدال الاخراني}} ف{{PLURAL:$2|`الساعة|ل <strong>$2</strong> ساعة}} التالية، حتا لـ $3 على $4.\";'),('arq','messages:wlshowhideanons','s:21:\"ar:المجهولين\";'),('arq','messages:wlshowhidebots','s:17:\"ar:البوتات\";'),('arq','messages:wlshowhidecategorization','s:28:\"ar:تصنيف الصفحات\";'),('arq','messages:wlshowhideliu','s:19:\"ar:المسجلين\";'),('arq','messages:wlshowhidemine','s:19:\"ar:تعديلاتي\";'),('arq','messages:wlshowhideminor','s:27:\"arq:تبديلة خفيفة\";'),('arq','messages:wlshowhidepatr','s:37:\"arq:التبدالات المصححة\";'),('arq','messages:wlshowtime','s:42:\"ar:الفترة الزمنية للعرض:\";'),('arq','messages:word-separator','s:8:\"ar:&#32;\";'),('arq','messages:wrongpassword','s:90:\"arq:او غالط الأسم ولا الكود لي دخلتهم\nتعيش عاود سيي.\";'),('arq','messages:wrongpasswordempty','s:86:\"arq:كلمت` السرّ كانت خاوية.\nالله يعيّشك عاود سيّي.\";'),('arq','messages:xffblockreason','s:219:\"ar:عنوان آي‌بي مذكور في ترويسة X-Forwarded-For، الذي ربما يخصّك أو يخصّ خادوما وسيطا تستخدمه، قد حُظِر. السبب الأصلي للحظر كان: $1\";'),('arq','messages:xml-error-string','s:62:\"ar:$1 عند السطر $2، العمود $3 (بايت $4): $5\";'),('arq','messages:year','s:29:\"arq:من عام (وأقدم):\";'),('arq','messages:years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتين|$1 سنين|$1 سنة}}\";'),('arq','messages:yesterday-at','s:22:\"arq:لبرح علا $1\";'),('arq','messages:youhavenewmessages','s:21:\"arq:عندك $1 ($2).\";'),('arq','messages:youhavenewmessagesfromusers','s:141:\"arq:{{PLURAL:$4|عندك}} $1 من عند {PLURAL:$3|مستعملي واحد|زوج تاع المستعمليّين|$3 مستعملي}} ($2).\";'),('arq','messages:youhavenewmessagesmanyusers','s:62:\"arq:عندك $1 من عند شحال من مستعملي ($2).\";'),('arq','messages:yourdiff','s:20:\"arq:ديفيرونس\";'),('arq','messages:yourdomainname','s:28:\"arq:الدومان تاعك:\";'),('arq','messages:youremail','s:40:\"arq:البريه الالكترونيه:\";'),('arq','messages:yourgender','s:34:\"ar:كيف تفضل أن توصف؟\";'),('arq','messages:yourlanguage','s:14:\"ar:اللغة:\";'),('arq','messages:yourname','s:28:\"arq:اسم المستخدم:\";'),('arq','messages:yournick','s:18:\"ar:التوقيع:\";'),('arq','messages:yourpassword','s:22:\"arq:كلمة السر:\";'),('arq','messages:yourpasswordagain','s:40:\"arq:عاود كتبت كلمت السر:\";'),('arq','messages:yourrealname','s:30:\"arq:الاسم الحقاني:\";'),('arq','messages:yourtext','s:27:\"arq:التاكست تاعك\";'),('arq','messages:yourvariant','s:27:\"ar:لهجة المحتوى:\";'),('arq','messages:zip-bad','s:126:\"ar:ملف ZIP هذا معطوب أو لا يمكن قراءته لسبب آخر.\nلا يمكن التحقق من سلامته.\";'),('arq','messages:zip-file-open-error','s:67:\"ar:صودف خطأ أثناء فتح الملف لفحوصات ZIP.\";'),('arq','messages:zip-unsupported','s:148:\"ar:هذا ملف ZIP يستخدم بعض مزايا ZIP التي لا يدعمها ميدياويكي.\nلا يمكن التحقق من سلامته.\";'),('arq','messages:zip-wrong-format','s:45:\"ar:الملف المحدد ليس ملف ZIP.\";'),('arq','minimumGroupingDigits','N;'),('arq','namespaceAliases','a:5:{s:10:\"وسائط\";i:-2;s:8:\"صورة\";i:6;s:21:\"نقاش_الصورة\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('arq','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:12:\"مستخدم\";s:6:\"female\";s:14:\"مستخدمة\";}i:3;a:2:{s:4:\"male\";s:25:\"نقاش_المستخدم\";s:6:\"female\";s:27:\"نقاش_المستخدمة\";}}'),('arq','namespaceNames','a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:8:\"نقاش\";i:2;s:12:\"مستخدم\";i:3;s:25:\"نقاش_المستخدم\";i:5;s:11:\"نقاش_$1\";i:6;s:6:\"ملف\";i:7;s:19:\"نقاش_الملف\";i:8;s:18:\"ميدياويكي\";i:9;s:27:\"نقاش_ميدياويكي\";i:10;s:8:\"قالب\";i:11;s:21:\"نقاش_القالب\";i:12;s:12:\"مساعدة\";i:13;s:25:\"نقاش_المساعدة\";i:14;s:10:\"تصنيف\";i:15;s:23:\"نقاش_التصنيف\";i:0;s:0:\"\";}'),('arq','originalFallbackSequence','a:1:{i:0;s:2:\"ar\";}'),('arq','pluralRuleTypes','a:5:{i:0;s:4:\"zero\";i:1;s:3:\"one\";i:2;s:3:\"two\";i:3;s:3:\"few\";i:4;s:4:\"many\";}'),('arq','pluralRules','a:5:{i:0;s:50:\"n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000\";i:1;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";i:2;s:50:\"n = 2 @integer 2 @decimal 2.0, 2.00, 2.000, 2.0000\";i:3;s:118:\"n % 100 = 3..10 @integer 3~10, 103~110, 1003, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 103.0, 1003.0, …\";i:4;s:123:\"n % 100 = 11..99 @integer 11~26, 111, 1011, … @decimal 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 111.0, 1011.0, …\";}'),('arq','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:26:\"arq:Project:معلومات\";s:9:\"aboutsite\";s:35:\"arq:كلّ شي على {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:14:\"arq:أفعال\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"ar:[$1]\";s:15:\"comma-separator\";s:10:\"ar:،&#32;\";s:13:\"currentevents\";s:24:\"arq:الختيّارات\";s:17:\"currentevents-url\";s:24:\"arq:Project:خبورات\";s:14:\"disclaimerpage\";s:45:\"arq:Project:التنبيهات العامّة\";s:11:\"disclaimers\";s:18:\"arq:تنبيهات\";s:4:\"edit\";s:12:\"arq:بدّل\";s:11:\"editsection\";s:12:\"arq:بدّل\";s:15:\"editsectionhint\";s:36:\"arq:بدّل ف السكسيون: $1\";s:4:\"help\";s:16:\"arq:معاونة\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"ar:$1 – $2\";s:6:\"jumpto\";s:14:\"arq:سير ل:\";s:16:\"jumptonavigation\";s:24:\"arq:ناڥيڭاسيون\";s:12:\"jumptosearch\";s:12:\"arq:فتّش\";s:14:\"lastmodifiedat\";s:88:\"arq:هاذ الصفحة راهي تبدّلت اخّر مرّة نهار $1، معا $2.\";s:8:\"mainpage\";s:37:\"arq:الپاجة الاولانيّة\";s:20:\"mainpage-description\";s:31:\"arq:صفحة الاستقبال\";s:14:\"mainpage-nstab\";s:37:\"arq:الپاجة الاولانيّة\";s:10:\"namespaces\";s:36:\"arq:بلاصة تاع الاسامي\";s:10:\"navigation\";s:24:\"arq:ناڥيڭاسيون\";s:23:\"nav-login-createaccount\";s:31:\"arq:تسجل/ اصنع حساب\";s:10:\"nstab-main\";s:12:\"arq:صفحة\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:55:\"arq:{{PLURAL:$1|كاتيڭوري|كاتيڭوريات}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"ar:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:21:\"arq:ليان دايم\";s:13:\"personaltools\";s:29:\"arq:دوزان مواليهم\";s:6:\"portal\";s:29:\"arq:بوابة المجتمع\";s:10:\"portal-url\";s:37:\"arq:Project:بوابة المجتمع\";s:16:\"printableversion\";s:38:\"arq:ڥرسيون تقدر تطبعها\";s:7:\"privacy\";s:44:\"arq:السياسة تاع الخصوصيّة\";s:11:\"privacypage\";s:52:\"arq:Project:السياسة تاع الخصوصيّة\";s:10:\"randompage\";s:26:\"arq:صفحة ع الزهر\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:37:\"arq:التبدالات الاخّرة\";s:27:\"recentchangeslinked-toolbox\";s:50:\"arq:تبديلات الباجات المرتبطه\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:28:\"arq:جايبينو من \"$1\"\";s:6:\"search\";s:12:\"arq:فتّش\";s:13:\"searcharticle\";s:10:\"arq:روح\";s:12:\"searchbutton\";s:12:\"arq:فتّش\";s:20:\"searchsuggest-search\";s:30:\"arq:فتّش في {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:50:\"arq:الليستة تاع الناڥيڭاسيون\";s:14:\"site-atom-feed\";s:35:\"arq:سينيال آتوم تاع $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:35:\"arq:الپاجات الخاصّين\";s:7:\"tagline\";s:21:\"arq:من {{SITENAME}}\";s:4:\"talk\";s:14:\"arq:تناقش\";s:7:\"toolbox\";s:16:\"arq:ادَوات\";s:15:\"tooltip-ca-edit\";s:37:\"arq:بدّل ف هاذ الـصفحة\";s:18:\"tooltip-ca-history\";s:66:\"arq:الڥرسيونات القدام ديال هاذ الصفحة\";s:21:\"tooltip-ca-nstab-main\";s:34:\"arq:شوف باجه المحتوى\";s:15:\"tooltip-ca-talk\";s:65:\"arq:مناقشة على هاذ الصفحة تاع المحتوى\";s:21:\"tooltip-ca-viewsource\";s:93:\"arq:هاذ الباجه محميه. و شنو تقدرو تشوفو الأصلي نتاعها\";s:23:\"tooltip-n-currentevents\";s:33:\"arq:شوف اش قاعد يصير\";s:14:\"tooltip-n-help\";s:31:\"arq:بلاصة المعاونة\";s:30:\"tooltip-n-mainpage-description\";s:38:\"arq:زور صفحة الاستقبال\";s:16:\"tooltip-n-portal\";s:119:\"arq:ب خوصوص المشروع، واش تقدر تدير، وين تلقى المعلومة لي حاجتك بيها\";s:20:\"tooltip-n-randompage\";s:35:\"arq:شرجي صفحة ع الزهر\";s:23:\"tooltip-n-recentchanges\";s:73:\"arq:ليستة تاع التبدالات الاخّرين ف الويكي\";s:14:\"tooltip-p-logo\";s:36:\"arq:زور الباجة اللولة\";s:16:\"tooltip-pt-login\";s:103:\"arq:ماذا بيك تدخل ف الكونت تاعك؛ لاكن هاذا ما شي ملزوم عليك\";s:24:\"tooltip-pt-createaccount\";s:113:\"arq:ماذا بينا لو كان تعمل حساب وتدخل بيه؛ و لاكن هاذا ما شي ضروري\";s:14:\"tooltip-search\";s:31:\"arq: فتّش في {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:66:\"arq:فتّش ع الپاجات الّي فيها هاذ النصّ\";s:17:\"tooltip-search-go\";s:80:\"arq:روح ل صفحة عندها نفس هاذ الاسم ايذا توجْدت\";s:14:\"tooltip-t-info\";s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";s:19:\"tooltip-t-permalink\";s:73:\"arq:وصيل دايم رايح ل هاد النسخة تاع الباجة\";s:15:\"tooltip-t-print\";s:38:\"arq:ڥرسيون تقدر تطبعها\";s:29:\"tooltip-t-recentchangeslinked\";s:122:\"arq:ليستة تاع التبديلات التوالا تاع الباجات الّي عندهم رباط معا هادي\";s:22:\"tooltip-t-specialpages\";s:64:\"arq:ليستة تاع الباجات الخاصّين كلّهم\";s:23:\"tooltip-t-whatlinkshere\";s:88:\"arq:ليستة ديال صفحات الويكي الكلّ الّي توصّل ل هنا\";s:8:\"variants\";s:18:\"arq:تنويعات\";s:16:\"vector-view-edit\";s:12:\"arq:بدّل\";s:19:\"vector-view-history\";s:25:\"arq:شوف التاريخ\";s:16:\"vector-view-view\";s:12:\"arq:اقرى\";s:9:\"viewcount\";s:79:\"arq:هاد الباجة نشافت {{PLURAL:$1|خطرة وحدة|$1 خطرة}}.\";s:5:\"views\";s:16:\"arq:آفيشاج\";s:13:\"whatlinkshere\";s:33:\"arq:شنوّ يوصّل ل هنا\";s:14:\"word-separator\";s:8:\"ar:&#32;\";}s:11:\"dateFormats\";a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:8:\"نقاش\";i:2;s:12:\"مستخدم\";i:3;s:25:\"نقاش_المستخدم\";i:5;s:11:\"نقاش_$1\";i:6;s:6:\"ملف\";i:7;s:19:\"نقاش_الملف\";i:8;s:18:\"ميدياويكي\";i:9;s:27:\"نقاش_ميدياويكي\";i:10;s:8:\"قالب\";i:11;s:21:\"نقاش_القالب\";i:12;s:12:\"مساعدة\";i:13;s:25:\"نقاش_المساعدة\";i:14;s:10:\"تصنيف\";i:15;s:23:\"نقاش_التصنيف\";i:0;s:0:\"\";}}'),('arq','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('arq','rtl','b:1;'),('arq','separatorTransformTable','a:2:{s:1:\".\";s:1:\",\";s:1:\",\";s:1:\".\";}'),('arq','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:10:\"تاريخ\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:27:\"خيارات_المحمول\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:14:\"مرفوعات\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:21:\"فرق_المحمول\";i:1;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:2:{i:0;s:23:\"محرر_المحمول\";i:1;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:2:{i:0;s:25:\"قائمة_المحمول\";i:1;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:2:{i:0;s:23:\"لغات_المحمول\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:8:\"قريب\";i:1;s:6:\"Nearby\";}s:8:\"TopicTag\";a:2:{i:0;s:21:\"وسم_الموضوع\";i:1;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:2:{i:0;s:23:\"ملف_المستخدم\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:27:\"مستخدمون_نشطون\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:19:\"كل_الرسائل\";i:1;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:4:{i:0;s:21:\"كل_مرفوعاتي\";i:1;s:17:\"كل_ملفاتي\";i:2;s:12:\"AllMyUploads\";i:3;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:19:\"كل_الصفحات\";i:1;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:21:\"صفحات_قديمة\";i:1;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:2:{i:0;s:29:\"مساعدة_إيه_بي_آي\";i:1;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:2:{i:0;s:25:\"ملعب_إيه_بي_آي\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:4:{i:0;s:38:\"قائمة_المنع_التلقائي\";i:1;s:34:\"عرض_المنع_التلقائي\";i:2;s:13:\"AutoblockList\";i:3;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:2:{i:0;s:17:\"عنوان_سيئ\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:19:\"صفحة_فارغة\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:6:{i:0;s:6:\"منع\";i:1;s:15:\"منع_أيبي\";i:2;s:19:\"منع_مستخدم\";i:3;s:5:\"Block\";i:4;s:7:\"BlockIP\";i:5;s:9:\"BlockUser\";}s:9:\"BlockList\";a:6:{i:0;s:21:\"قائمة_المنع\";i:1;s:17:\"عرض_المنع\";i:2;s:26:\"قائمة_منع_أيبي\";i:3;s:9:\"BlockList\";i:4;s:10:\"ListBlocks\";i:5;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:19:\"مصادر_كتاب\";i:1;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:2:{i:0;s:26:\"كلمات_سر_البوت\";i:1;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:27:\"تحويلات_مكسورة\";i:1;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:14:\"تصنيفات\";i:1;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:2:{i:0;s:36:\"تغيير_موديل_المحتوى\";i:1;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:2:{i:0;s:31:\"تغيير_الاعتمادات\";i:1;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:2:{i:0;s:23:\"تغيير_البريد\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:5:{i:0;s:28:\"تغيير_كلمة_السر\";i:1;s:24:\"ضبط_كلمة_السر\";i:2;s:14:\"ChangePassword\";i:3;s:9:\"ResetPass\";i:4;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:27:\"مقارنة_الصفحات\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:2:{i:0;s:23:\"تأكيد_البريد\";i:1;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:14:\"مساهمات\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:19:\"إنشاء_حساب\";i:1;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:34:\"صفحات_نهاية_مسدودة\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:27:\"مساهمات_محذوفة\";i:1;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:4:{i:0;s:19:\"حذف_الصفحة\";i:1;s:6:\"حذف\";i:2;s:10:\"DeletePage\";i:3;s:6:\"Delete\";}s:4:\"Diff\";a:2:{i:0;s:6:\"فرق\";i:1;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:27:\"تحويلات_مزدوجة\";i:1;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:4:{i:0;s:19:\"عدل_الصفحة\";i:1;s:6:\"عدل\";i:2;s:8:\"EditPage\";i:3;s:4:\"Edit\";}s:8:\"EditTags\";a:2:{i:0;s:23:\"تعديل_الوسوم\";i:1;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:2:{i:0;s:38:\"تعديل_قائمة_المراقبة\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:3:{i:0;s:29:\"مراسلة_المستخدم\";i:1;s:9:\"EmailUser\";i:2;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:21:\"فرد_القوالب\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:10:\"تصدير\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:23:\"الأقل_تعديلا\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:22:\"بحث_ملف_مكرر\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:15:\"مسار_ملف\";i:1;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:2:{i:0;s:40:\"الذهاب_إلى_الإنترويكي\";i:1;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:2:{i:0;s:14:\"استيراد\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:44:\"تعطيل_البريد_الإلكتروني\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:34:\"اختبار_جافا_سكريبت\";i:1;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:2:{i:0;s:23:\"وصل_الحسابات\";i:1;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:2:{i:0;s:21:\"بحث_الوصلات\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:25:\"عرض_الإداريين\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:21:\"عرض_البوتات\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:4:{i:0;s:36:\"عرض_الملفات_المكررة\";i:1;s:32:\"عرض_تكرار_الملفات\";i:2;s:19:\"ListDuplicatedFiles\";i:3;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:6:{i:0;s:21:\"عرض_الملفات\";i:1;s:25:\"قائمة_الملفات\";i:2;s:21:\"قائمة_الصور\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:10:\"Listgrants\";a:2:{i:0;s:17:\"عرض_المنح\";i:1;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:4:{i:0;s:40:\"عرض_صلاحيات_المجموعات\";i:1;s:50:\"صلاحيات_مجموعات_المستخدمين\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:25:\"عرض_التحويلات\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:27:\"عرض_المستخدمين\";i:1;s:31:\"قائمة_المستخدمين\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:11:\"غلق_قب\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:6:\"سجل\";i:1;s:10:\"سجلات\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:21:\"صفحات_وحيدة\";i:1;s:21:\"صفحات_يتيمة\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:21:\"صفحات_طويلة\";i:1;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:2:{i:0;s:29:\"إحصاءات_الميديا\";i:1;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:2:{i:0;s:21:\"دمج_التاريخ\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:13:\"بحث_ميم\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:25:\"الأكثر_تصنيفا\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:6:{i:0;s:32:\"أكثر_الملفات_وصلا\";i:1;s:23:\"أكثر_الملفات\";i:2;s:19:\"أكثر_الصور\";i:3;s:15:\"MostLinkedFiles\";i:4;s:9:\"MostFiles\";i:5;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:29:\"الأكثر_إنترويكي\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:4:{i:0;s:32:\"أكثر_الصفحات_وصلا\";i:1;s:21:\"الأكثر_وصلا\";i:2;s:15:\"MostLinkedPages\";i:3;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:36:\"أكثر_التصنيفات_وصلا\";i:1;s:44:\"أكثر_التصنيفات_استخداما\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:32:\"أكثر_القوالب_وصلا\";i:1;s:40:\"أكثر_القوالب_استخداما\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:25:\"الأكثر_تعديلا\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:2:{i:0;s:15:\"نقل_صفحة\";i:1;s:8:\"MovePage\";}s:4:\"Mute\";a:2:{i:0;s:6:\"كتم\";i:1;s:4:\"Mute\";}s:15:\"Mycontributions\";a:3:{i:0;s:16:\"مساهماتي\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:8:\"لغتي\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:10:\"صفحتي\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:10:\"نقاشي\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:16:\"مرفوعاتي\";i:1;s:12:\"ملفاتي\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:21:\"ملفات_جديدة\";i:1;s:17:\"صور_جديدة\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:21:\"صفحات_جديدة\";i:1;s:8:\"NewPages\";}s:10:\"NewSection\";a:3:{i:0;s:15:\"قسم_جديد\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:8:\"PageData\";a:2:{i:0;s:25:\"بيانات_الصفحة\";i:1;s:8:\"PageData\";}s:11:\"PageHistory\";a:4:{i:0;s:23:\"تاريخ_الصفحة\";i:1;s:10:\"تاريخ\";i:2;s:11:\"PageHistory\";i:3;s:7:\"History\";}s:8:\"PageInfo\";a:4:{i:0;s:27:\"معلومات_الصفحة\";i:1;s:14:\"معلومات\";i:2;s:8:\"PageInfo\";i:3;s:4:\"Info\";}s:12:\"PageLanguage\";a:2:{i:0;s:19:\"لغة_الصفحة\";i:1;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:23:\"صفحات_بخاصية\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:30:\"سياسات_كلمة_السر\";i:1;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:2:{i:0;s:35:\"إعادة_ضبط_كلمة_السر\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:19:\"وصلة_دائمة\";i:1;s:17:\"رابط_دائم\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:14:\"تفضيلات\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:19:\"فهرس_بادئة\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:21:\"صفحات_محمية\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:23:\"عناوين_محمية\";i:1;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:4:{i:0;s:23:\"حماية_الصفحة\";i:1;s:10:\"حماية\";i:2;s:11:\"ProtectPage\";i:3;s:7:\"Protect\";}s:5:\"Purge\";a:2:{i:0;s:21:\"إفراغ_الكاش\";i:1;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:2:{i:0;s:28:\"عشوائي_في_تصنيف\";i:1;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:4:{i:0;s:12:\"عشوائي\";i:1;s:23:\"صفحة_عشوائية\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:2:{i:0;s:27:\"تحويلة_عشوائية\";i:1;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:2:{i:0;s:30:\"صفحة_جذر_عشوائية\";i:1;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:2:{i:0;s:27:\"أحدث_التغييرات\";i:1;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:44:\"أحدث_التغييرات_الموصولة\";i:1;s:27:\"تغييرات_مرتبطة\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:10:\"تحويل\";i:1;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:2:{i:0;s:31:\"إزالة_الاعتمادات\";i:1;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:2:{i:0;s:34:\"إعادة_ضبط_المفاتيح\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:3:{i:0;s:19:\"حذف_مراجعة\";i:1;s:15:\"حذف_نسخة\";i:2;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:2:{i:0;s:25:\"تشغيل_الوظائف\";i:1;s:7:\"RunJobs\";}s:6:\"Search\";a:2:{i:0;s:6:\"بحث\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:21:\"صفحات_قصيرة\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:19:\"صفحات_خاصة\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:14:\"إحصاءات\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:8:\"وسوم\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:2:{i:0;s:27:\"تصنيفات_التتبع\";i:1;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:13:\"رفع_منع\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:32:\"تصنيفات_غير_مصنفة\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:28:\"ملفات_غير_مصنفة\";i:1;s:24:\"صور_غير_مصنفة\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:28:\"صفحات_غير_مصنفة\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:28:\"قوالب_غير_مصنفة\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:14:\"استرجاع\";i:1;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:2:{i:0;s:21:\"فك_الحسابات\";i:1;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:2:{i:0;s:11:\"فتح_قب\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:36:\"تصنيفات_غير_مستخدمة\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:32:\"ملفات_غير_مستخدمة\";i:1;s:28:\"صور_غير_مستخدمة\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:32:\"قوالب_غير_مستخدمة\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:2:{i:0;s:30:\"صفحات_غير_مراقبة\";i:1;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:2:{i:0;s:6:\"رفع\";i:1;s:6:\"Upload\";}s:11:\"UploadStash\";a:2:{i:0;s:15:\"رفع_مخفي\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:25:\"دخول_المستخدم\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:3:{i:0;s:25:\"خروج_المستخدم\";i:1;s:10:\"UserLogout\";i:2;s:6:\"Logout\";}s:10:\"Userrights\";a:6:{i:0;s:31:\"صلاحيات_المستخدم\";i:1;s:28:\"ترقية_مدير_نظام\";i:2;s:17:\"ترقية_بوت\";i:3;s:10:\"UserRights\";i:4;s:9:\"MakeSysop\";i:5;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:8:\"نسخة\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:27:\"تصنيفات_مطلوبة\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:23:\"ملفات_مطلوبة\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:23:\"صفحات_مطلوبة\";i:1;s:23:\"وصلات_مكسورة\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:23:\"قوالب_مطلوبة\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:27:\"قائمة_المراقبة\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:22:\"ماذا_يصل_هنا\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:25:\"بدون_إنترويكي\";i:1;s:16:\"WithoutInterwiki\";}}'),('ary','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('ary','compiledPluralRules','a:5:{i:0;s:6:\"n 0 in\";i:1;s:6:\"n 1 in\";i:2;s:6:\"n 2 in\";i:3;s:20:\"n 100 mod 3 10 .. in\";i:4;s:21:\"n 100 mod 11 99 .. in\";}'),('ary','dateFormats','a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('ary','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('ary','datePreferences','a:7:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:5:\"hijri\";i:5;s:8:\"ISO 8601\";i:6;s:3:\"jMY\";}'),('ary','defaultDateFormat','s:10:\"dmy or mdy\";'),('ary','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAry.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ary.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492310;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ary.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492328;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1703190173;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ar.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesAr.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('ary','digitGroupingPattern','s:9:\"#,##0.###\";'),('ary','digitTransformTable','a:10:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";}'),('ary','fallback','s:2:\"ar\";'),('ary','fallback8bitEncoding','s:12:\"windows-1256\";'),('ary','fallbackSequence','a:2:{i:0;s:2:\"ar\";i:1;s:2:\"en\";}'),('ary','imageFiles','N;'),('ary','linkPrefixCharset','s:120:\"a-zA-Zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}\";'),('ary','linkPrefixExtension','b:1;'),('ary','linkTrail','s:133:\"/^([a-zء-ي\\x{0610}-\\x{061A}\\x{064B}-\\x{065F}\\x{0670}\\x{06D6}-\\x{06DC}\\x{06DF}-\\x{06E4}\\x{06E7}\\x{06E8}\\x{06EA}-\\x{06ED}]+)(.*)$/sDu\";');
INSERT INTO `mw_l10n_cache` VALUES ('ary','list','a:1:{s:8:\"messages\";a:7551:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"underline-always\";i:44;s:15:\"underline-never\";i:45;s:17:\"underline-default\";i:46;s:14:\"editfont-style\";i:47;s:18:\"editfont-monospace\";i:48;s:18:\"editfont-sansserif\";i:49;s:14:\"editfont-serif\";i:50;s:6:\"sunday\";i:51;s:6:\"monday\";i:52;s:7:\"tuesday\";i:53;s:9:\"wednesday\";i:54;s:8:\"thursday\";i:55;s:6:\"friday\";i:56;s:8:\"saturday\";i:57;s:3:\"sun\";i:58;s:3:\"mon\";i:59;s:3:\"tue\";i:60;s:3:\"wed\";i:61;s:3:\"thu\";i:62;s:3:\"fri\";i:63;s:3:\"sat\";i:64;s:7:\"january\";i:65;s:8:\"february\";i:66;s:5:\"march\";i:67;s:5:\"april\";i:68;s:8:\"may_long\";i:69;s:4:\"june\";i:70;s:4:\"july\";i:71;s:6:\"august\";i:72;s:9:\"september\";i:73;s:7:\"october\";i:74;s:8:\"november\";i:75;s:8:\"december\";i:76;s:11:\"january-gen\";i:77;s:12:\"february-gen\";i:78;s:9:\"march-gen\";i:79;s:9:\"april-gen\";i:80;s:7:\"may-gen\";i:81;s:8:\"june-gen\";i:82;s:8:\"july-gen\";i:83;s:10:\"august-gen\";i:84;s:13:\"september-gen\";i:85;s:11:\"october-gen\";i:86;s:12:\"november-gen\";i:87;s:12:\"december-gen\";i:88;s:3:\"jan\";i:89;s:3:\"feb\";i:90;s:3:\"mar\";i:91;s:3:\"apr\";i:92;s:3:\"may\";i:93;s:3:\"jun\";i:94;s:3:\"jul\";i:95;s:3:\"aug\";i:96;s:3:\"sep\";i:97;s:3:\"oct\";i:98;s:3:\"nov\";i:99;s:3:\"dec\";i:100;s:9:\"period-am\";i:101;s:9:\"period-pm\";i:102;s:14:\"pagecategories\";i:103;s:15:\"category_header\";i:104;s:13:\"subcategories\";i:105;s:21:\"category-media-header\";i:106;s:14:\"category-empty\";i:107;s:17:\"hidden-categories\";i:108;s:24:\"hidden-category-category\";i:109;s:21:\"category-subcat-count\";i:110;s:29:\"category-subcat-count-limited\";i:111;s:22:\"category-article-count\";i:112;s:30:\"category-article-count-limited\";i:113;s:19:\"category-file-count\";i:114;s:27:\"category-file-count-limited\";i:115;s:14:\"index-category\";i:116;s:16:\"noindex-category\";i:117;s:20:\"broken-file-category\";i:118;s:5:\"about\";i:119;s:7:\"article\";i:120;s:9:\"newwindow\";i:121;s:6:\"cancel\";i:122;s:13:\"moredotdotdot\";i:123;s:13:\"morenotlisted\";i:124;s:6:\"mypage\";i:125;s:6:\"mytalk\";i:126;s:8:\"anontalk\";i:127;s:10:\"navigation\";i:128;s:3:\"and\";i:129;s:3:\"faq\";i:130;s:7:\"actions\";i:131;s:10:\"namespaces\";i:132;s:8:\"variants\";i:133;s:18:\"navigation-heading\";i:134;s:14:\"errorpagetitle\";i:135;s:8:\"returnto\";i:136;s:7:\"tagline\";i:137;s:4:\"help\";i:138;s:14:\"help-mediawiki\";i:139;s:6:\"search\";i:140;s:12:\"searchbutton\";i:141;s:2:\"go\";i:142;s:13:\"searcharticle\";i:143;s:17:\"skin-view-history\";i:144;s:7:\"history\";i:145;s:13:\"history_short\";i:146;s:13:\"history_small\";i:147;s:13:\"updatedmarker\";i:148;s:16:\"printableversion\";i:149;s:9:\"permalink\";i:150;s:5:\"print\";i:151;s:4:\"view\";i:152;s:14:\"skin-view-view\";i:153;s:17:\"skin-view-foreign\";i:154;s:4:\"edit\";i:155;s:14:\"skin-view-edit\";i:156;s:10:\"edit-local\";i:157;s:6:\"create\";i:158;s:16:\"skin-view-create\";i:159;s:12:\"create-local\";i:160;s:6:\"delete\";i:161;s:14:\"undelete_short\";i:162;s:17:\"viewdeleted_short\";i:163;s:7:\"protect\";i:164;s:14:\"protect_change\";i:165;s:21:\"skin-action-unprotect\";i:166;s:9:\"unprotect\";i:167;s:7:\"newpage\";i:168;s:16:\"talkpagelinktext\";i:169;s:11:\"specialpage\";i:170;s:13:\"personaltools\";i:171;s:4:\"talk\";i:172;s:5:\"views\";i:173;s:7:\"toolbox\";i:174;s:8:\"cactions\";i:175;s:20:\"tool-link-userrights\";i:176;s:19:\"tool-link-emailuser\";i:177;s:9:\"imagepage\";i:178;s:13:\"mediawikipage\";i:179;s:12:\"templatepage\";i:180;s:12:\"viewhelppage\";i:181;s:12:\"categorypage\";i:182;s:12:\"viewtalkpage\";i:183;s:14:\"otherlanguages\";i:184;s:14:\"redirectedfrom\";i:185;s:15:\"redirectpagesub\";i:186;s:10:\"redirectto\";i:187;s:14:\"lastmodifiedat\";i:188;s:9:\"viewcount\";i:189;s:13:\"protectedpage\";i:190;s:6:\"jumpto\";i:191;s:16:\"jumptonavigation\";i:192;s:12:\"jumptosearch\";i:193;s:15:\"view-pool-error\";i:194;s:12:\"pool-timeout\";i:195;s:14:\"pool-queuefull\";i:196;s:17:\"pool-errorunknown\";i:197;s:23:\"poolcounter-usage-error\";i:198;s:9:\"aboutsite\";i:199;s:9:\"aboutpage\";i:200;s:9:\"copyright\";i:201;s:13:\"copyrightpage\";i:202;s:13:\"currentevents\";i:203;s:17:\"currentevents-url\";i:204;s:11:\"disclaimers\";i:205;s:14:\"disclaimerpage\";i:206;s:8:\"edithelp\";i:207;s:20:\"helppage-top-gethelp\";i:208;s:8:\"mainpage\";i:209;s:20:\"mainpage-description\";i:210;s:10:\"policy-url\";i:211;s:6:\"portal\";i:212;s:10:\"portal-url\";i:213;s:7:\"privacy\";i:214;s:11:\"privacypage\";i:215;s:9:\"badaccess\";i:216;s:16:\"badaccess-group0\";i:217;s:16:\"badaccess-groups\";i:218;s:15:\"versionrequired\";i:219;s:19:\"versionrequiredtext\";i:220;s:2:\"ok\";i:221;s:9:\"pagetitle\";i:222;s:16:\"backlinksubtitle\";i:223;s:13:\"retrievedfrom\";i:224;s:18:\"youhavenewmessages\";i:225;s:27:\"youhavenewmessagesfromusers\";i:226;s:21:\"newmessageslinkplural\";i:227;s:25:\"newmessagesdifflinkplural\";i:228;s:11:\"editsection\";i:229;s:7:\"editold\";i:230;s:13:\"viewsourceold\";i:231;s:8:\"editlink\";i:232;s:14:\"viewsourcelink\";i:233;s:15:\"editsectionhint\";i:234;s:3:\"toc\";i:235;s:7:\"showtoc\";i:236;s:7:\"hidetoc\";i:237;s:20:\"collapsible-collapse\";i:238;s:18:\"collapsible-expand\";i:239;s:19:\"confirmable-confirm\";i:240;s:15:\"confirmable-yes\";i:241;s:14:\"confirmable-no\";i:242;s:13:\"thisisdeleted\";i:243;s:11:\"viewdeleted\";i:244;s:11:\"restorelink\";i:245;s:12:\"feed-invalid\";i:246;s:16:\"feed-unavailable\";i:247;s:13:\"site-rss-feed\";i:248;s:14:\"site-atom-feed\";i:249;s:13:\"page-rss-feed\";i:250;s:14:\"page-atom-feed\";i:251;s:14:\"red-link-title\";i:252;s:15:\"sort-descending\";i:253;s:14:\"sort-ascending\";i:254;s:10:\"nstab-main\";i:255;s:10:\"nstab-user\";i:256;s:11:\"nstab-media\";i:257;s:13:\"nstab-special\";i:258;s:13:\"nstab-project\";i:259;s:11:\"nstab-image\";i:260;s:15:\"nstab-mediawiki\";i:261;s:14:\"nstab-template\";i:262;s:10:\"nstab-help\";i:263;s:14:\"nstab-category\";i:264;s:14:\"mainpage-nstab\";i:265;s:12:\"nosuchaction\";i:266;s:16:\"nosuchactiontext\";i:267;s:17:\"nosuchspecialpage\";i:268;s:17:\"nospecialpagetext\";i:269;s:5:\"error\";i:270;s:13:\"databaseerror\";i:271;s:19:\"databaseerror-query\";i:272;s:22:\"databaseerror-function\";i:273;s:19:\"databaseerror-error\";i:274;s:17:\"laggedreplicamode\";i:275;s:8:\"readonly\";i:276;s:15:\"enterlockreason\";i:277;s:12:\"readonlytext\";i:278;s:15:\"missing-article\";i:279;s:18:\"missingarticle-rev\";i:280;s:19:\"missingarticle-diff\";i:281;s:12:\"readonly_lag\";i:282;s:13:\"internalerror\";i:283;s:18:\"internalerror_info\";i:284;s:29:\"internalerror-fatal-exception\";i:285;s:13:\"filecopyerror\";i:286;s:15:\"filerenameerror\";i:287;s:15:\"filedeleteerror\";i:288;s:20:\"directorycreateerror\";i:289;s:22:\"directoryreadonlyerror\";i:290;s:12:\"filenotfound\";i:291;s:10:\"unexpected\";i:292;s:9:\"formerror\";i:293;s:15:\"badarticleerror\";i:294;s:12:\"cannotdelete\";i:295;s:18:\"cannotdelete-title\";i:296;s:8:\"badtitle\";i:297;s:12:\"badtitletext\";i:298;s:13:\"title-invalid\";i:299;s:28:\"title-invalid-talk-namespace\";i:300;s:24:\"title-invalid-characters\";i:301;s:10:\"perfcached\";i:302;s:12:\"perfcachedts\";i:303;s:20:\"querypage-no-updates\";i:304;s:28:\"querypage-updates-periodical\";i:305;s:10:\"viewsource\";i:306;s:22:\"skin-action-viewsource\";i:307;s:16:\"viewsource-title\";i:308;s:15:\"actionthrottled\";i:309;s:19:\"actionthrottledtext\";i:310;s:17:\"protectedpagetext\";i:311;s:14:\"viewsourcetext\";i:312;s:18:\"protectedinterface\";i:313;s:16:\"editinginterface\";i:314;s:16:\"cascadeprotected\";i:315;s:18:\"namespaceprotected\";i:316;s:18:\"customcssprotected\";i:317;s:17:\"customjsprotected\";i:318;s:19:\"ns-specialprotected\";i:319;s:14:\"titleprotected\";i:320;s:12:\"invalidtitle\";i:321;s:17:\"exception-nologin\";i:322;s:22:\"exception-nologin-text\";i:323;s:16:\"virus-badscanner\";i:324;s:16:\"virus-scanfailed\";i:325;s:20:\"virus-unknownscanner\";i:326;s:10:\"logouttext\";i:327;s:18:\"logging-out-notify\";i:328;s:13:\"logout-failed\";i:329;s:21:\"cannotlogoutnow-title\";i:330;s:20:\"cannotlogoutnow-text\";i:331;s:11:\"welcomeuser\";i:332;s:8:\"yourname\";i:333;s:18:\"userlogin-yourname\";i:334;s:21:\"userlogin-yourname-ph\";i:335;s:30:\"createacct-another-username-ph\";i:336;s:12:\"yourpassword\";i:337;s:22:\"userlogin-yourpassword\";i:338;s:25:\"userlogin-yourpassword-ph\";i:339;s:26:\"createacct-yourpassword-ph\";i:340;s:17:\"yourpasswordagain\";i:341;s:28:\"createacct-yourpasswordagain\";i:342;s:31:\"createacct-yourpasswordagain-ph\";i:343;s:28:\"userlogin-remembermypassword\";i:344;s:24:\"userlogin-signwithsecure\";i:345;s:17:\"cannotlogin-title\";i:346;s:16:\"cannotlogin-text\";i:347;s:20:\"cannotloginnow-title\";i:348;s:25:\"cannotcreateaccount-title\";i:349;s:14:\"yourdomainname\";i:350;s:25:\"password-change-forbidden\";i:351;s:15:\"externaldberror\";i:352;s:5:\"login\";i:353;s:14:\"login-security\";i:354;s:23:\"nav-login-createaccount\";i:355;s:6:\"logout\";i:356;s:10:\"userlogout\";i:357;s:11:\"notloggedin\";i:358;s:19:\"userlogin-noaccount\";i:359;s:21:\"userlogin-joinproject\";i:360;s:13:\"createaccount\";i:361;s:28:\"userlogin-resetpassword-link\";i:362;s:19:\"userlogin-helplink2\";i:363;s:23:\"userlogin-createanother\";i:364;s:24:\"createacct-emailrequired\";i:365;s:24:\"createacct-emailoptional\";i:366;s:19:\"createacct-email-ph\";i:367;s:27:\"createacct-another-email-ph\";i:368;s:17:\"createaccountmail\";i:369;s:19:\"createacct-realname\";i:370;s:17:\"createacct-reason\";i:371;s:20:\"createacct-reason-ph\";i:372;s:17:\"createacct-submit\";i:373;s:25:\"createacct-another-submit\";i:374;s:26:\"createacct-continue-submit\";i:375;s:34:\"createacct-another-continue-submit\";i:376;s:26:\"createacct-benefit-heading\";i:377;s:24:\"createacct-benefit-body1\";i:378;s:24:\"createacct-benefit-body2\";i:379;s:24:\"createacct-benefit-body3\";i:380;s:9:\"badretype\";i:381;s:10:\"userexists\";i:382;s:24:\"createacct-normalization\";i:383;s:10:\"loginerror\";i:384;s:16:\"createacct-error\";i:385;s:18:\"createaccounterror\";i:386;s:12:\"nocookiesnew\";i:387;s:14:\"nocookieslogin\";i:388;s:15:\"nocookiesfornew\";i:389;s:6:\"noname\";i:390;s:17:\"loginsuccesstitle\";i:391;s:12:\"loginsuccess\";i:392;s:10:\"nosuchuser\";i:393;s:15:\"nosuchusershort\";i:394;s:15:\"nouserspecified\";i:395;s:17:\"login-userblocked\";i:396;s:13:\"wrongpassword\";i:397;s:18:\"wrongpasswordempty\";i:398;s:16:\"passwordtooshort\";i:399;s:19:\"password-name-match\";i:400;s:24:\"password-login-forbidden\";i:401;s:14:\"mailmypassword\";i:402;s:21:\"passwordremindertitle\";i:403;s:20:\"passwordremindertext\";i:404;s:7:\"noemail\";i:405;s:13:\"noemailcreate\";i:406;s:12:\"passwordsent\";i:407;s:20:\"blocked-mailpassword\";i:408;s:12:\"eauthentsent\";i:409;s:22:\"throttled-mailpassword\";i:410;s:9:\"mailerror\";i:411;s:26:\"acct_creation_throttle_hit\";i:412;s:18:\"emailauthenticated\";i:413;s:21:\"emailnotauthenticated\";i:414;s:12:\"noemailprefs\";i:415;s:16:\"emailconfirmlink\";i:416;s:19:\"invalidemailaddress\";i:417;s:13:\"emaildisabled\";i:418;s:14:\"accountcreated\";i:419;s:18:\"accountcreatedtext\";i:420;s:19:\"createaccount-title\";i:421;s:18:\"createaccount-text\";i:422;s:15:\"login-throttled\";i:423;s:19:\"login-abort-generic\";i:424;s:18:\"loginlanguagelabel\";i:425;s:21:\"suspicious-userlogout\";i:426;s:8:\"pt-login\";i:427;s:15:\"pt-login-button\";i:428;s:24:\"pt-login-continue-button\";i:429;s:16:\"pt-createaccount\";i:430;s:13:\"pt-userlogout\";i:431;s:22:\"php-mail-error-unknown\";i:432;s:17:\"user-mail-no-addy\";i:433;s:14:\"changepassword\";i:434;s:18:\"resetpass_announce\";i:435;s:16:\"resetpass_header\";i:436;s:11:\"oldpassword\";i:437;s:11:\"newpassword\";i:438;s:9:\"retypenew\";i:439;s:16:\"resetpass_submit\";i:440;s:22:\"changepassword-success\";i:441;s:12:\"botpasswords\";i:442;s:21:\"botpasswords-disabled\";i:443;s:21:\"botpasswords-existing\";i:444;s:22:\"botpasswords-createnew\";i:445;s:24:\"botpasswords-label-appid\";i:446;s:25:\"botpasswords-label-create\";i:447;s:25:\"botpasswords-label-update\";i:448;s:25:\"botpasswords-label-cancel\";i:449;s:25:\"botpasswords-label-delete\";i:450;s:32:\"botpasswords-label-resetpassword\";i:451;s:32:\"botpasswords-label-grants-column\";i:452;s:22:\"botpasswords-bad-appid\";i:453;s:19:\"resetpass_forbidden\";i:454;s:17:\"resetpass-no-info\";i:455;s:25:\"resetpass-submit-loggedin\";i:456;s:23:\"resetpass-submit-cancel\";i:457;s:23:\"resetpass-wrong-oldpass\";i:458;s:23:\"resetpass-temp-password\";i:459;s:13:\"passwordreset\";i:460;s:22:\"passwordreset-disabled\";i:461;s:22:\"passwordreset-username\";i:462;s:20:\"passwordreset-domain\";i:463;s:19:\"passwordreset-email\";i:464;s:24:\"passwordreset-emailtitle\";i:465;s:26:\"passwordreset-emailtext-ip\";i:466;s:28:\"passwordreset-emailtext-user\";i:467;s:26:\"passwordreset-emailelement\";i:468;s:26:\"passwordreset-success-info\";i:469;s:11:\"changeemail\";i:470;s:18:\"changeemail-header\";i:471;s:19:\"changeemail-no-info\";i:472;s:20:\"changeemail-oldemail\";i:473;s:20:\"changeemail-newemail\";i:474;s:16:\"changeemail-none\";i:475;s:18:\"changeemail-submit\";i:476;s:11:\"resettokens\";i:477;s:7:\"summary\";i:478;s:7:\"subject\";i:479;s:9:\"minoredit\";i:480;s:9:\"watchthis\";i:481;s:11:\"savearticle\";i:482;s:11:\"publishpage\";i:483;s:14:\"publishchanges\";i:484;s:17:\"savearticle-start\";i:485;s:17:\"savechanges-start\";i:486;s:17:\"publishpage-start\";i:487;s:20:\"publishchanges-start\";i:488;s:7:\"preview\";i:489;s:11:\"showpreview\";i:490;s:8:\"showdiff\";i:491;s:15:\"anoneditwarning\";i:492;s:18:\"anonpreviewwarning\";i:493;s:14:\"missingsummary\";i:494;s:18:\"missingcommenttext\";i:495;s:20:\"missingcommentheader\";i:496;s:15:\"summary-preview\";i:497;s:12:\"blockedtitle\";i:498;s:11:\"blockedtext\";i:499;s:15:\"autoblockedtext\";i:500;s:15:\"blockednoreason\";i:501;s:17:\"whitelistedittext\";i:502;s:15:\"confirmedittext\";i:503;s:18:\"nosuchsectiontitle\";i:504;s:17:\"nosuchsectiontext\";i:505;s:13:\"loginreqtitle\";i:506;s:12:\"loginreqlink\";i:507;s:16:\"loginreqpagetext\";i:508;s:12:\"accmailtitle\";i:509;s:11:\"accmailtext\";i:510;s:10:\"newarticle\";i:511;s:14:\"newarticletext\";i:512;s:16:\"anontalkpagetext\";i:513;s:13:\"noarticletext\";i:514;s:26:\"noarticletext-nopermission\";i:515;s:25:\"userpage-userdoesnotexist\";i:516;s:30:\"userpage-userdoesnotexist-view\";i:517;s:25:\"blocked-notice-logextract\";i:518;s:14:\"clearyourcache\";i:519;s:20:\"usercssyoucanpreview\";i:520;s:19:\"userjsyoucanpreview\";i:521;s:14:\"usercsspreview\";i:522;s:13:\"userjspreview\";i:523;s:14:\"sitecsspreview\";i:524;s:13:\"sitejspreview\";i:525;s:22:\"userinvalidconfigtitle\";i:526;s:7:\"updated\";i:527;s:4:\"note\";i:528;s:11:\"previewnote\";i:529;s:16:\"continue-editing\";i:530;s:15:\"previewconflict\";i:531;s:20:\"session_fail_preview\";i:532;s:25:\"session_fail_preview_html\";i:533;s:20:\"edit_form_incomplete\";i:534;s:7:\"editing\";i:535;s:24:\"edit-textarea-aria-label\";i:536;s:8:\"creating\";i:537;s:14:\"editingsection\";i:538;s:14:\"editingcomment\";i:539;s:12:\"editconflict\";i:540;s:15:\"explainconflict\";i:541;s:8:\"yourtext\";i:542;s:13:\"storedversion\";i:543;s:10:\"editingold\";i:544;s:8:\"yourdiff\";i:545;s:16:\"copyrightwarning\";i:546;s:17:\"copyrightwarning2\";i:547;s:13:\"longpageerror\";i:548;s:15:\"readonlywarning\";i:549;s:20:\"protectedpagewarning\";i:550;s:24:\"semiprotectedpagewarning\";i:551;s:13:\"templatesused\";i:552;s:20:\"templatesusedpreview\";i:553;s:20:\"templatesusedsection\";i:554;s:18:\"template-protected\";i:555;s:22:\"template-semiprotected\";i:556;s:16:\"hiddencategories\";i:557;s:17:\"nocreate-loggedin\";i:558;s:29:\"sectioneditnotsupported-title\";i:559;s:28:\"sectioneditnotsupported-text\";i:560;s:27:\"modeleditnotsupported-title\";i:561;s:17:\"permissionserrors\";i:562;s:21:\"permissionserrorstext\";i:563;s:32:\"permissionserrorstext-withaction\";i:564;s:26:\"recreate-moveddeleted-warn\";i:565;s:19:\"moveddeleted-notice\";i:566;s:11:\"log-fulllog\";i:567;s:17:\"edit-hook-aborted\";i:568;s:17:\"edit-gone-missing\";i:569;s:13:\"edit-conflict\";i:570;s:14:\"edit-no-change\";i:571;s:27:\"postedit-confirmation-saved\";i:572;s:31:\"postedit-confirmation-published\";i:573;s:19:\"edit-already-exists\";i:574;s:14:\"slot-name-main\";i:575;s:22:\"content-model-wikitext\";i:576;s:18:\"content-model-text\";i:577;s:24:\"content-model-javascript\";i:578;s:25:\"content-json-empty-object\";i:579;s:28:\"duplicate-args-category-desc\";i:580;s:33:\"expensive-parserfunction-category\";i:581;s:38:\"post-expand-template-inclusion-warning\";i:582;s:39:\"post-expand-template-inclusion-category\";i:583;s:37:\"post-expand-template-argument-warning\";i:584;s:38:\"post-expand-template-argument-category\";i:585;s:28:\"parser-template-loop-warning\";i:586;s:22:\"template-loop-category\";i:587;s:27:\"template-loop-category-desc\";i:588;s:21:\"template-loop-warning\";i:589;s:39:\"parser-template-recursion-depth-warning\";i:590;s:32:\"language-converter-depth-warning\";i:591;s:12:\"undo-success\";i:592;s:12:\"undo-failure\";i:593;s:10:\"undo-norev\";i:594;s:12:\"undo-summary\";i:595;s:12:\"viewpagelogs\";i:596;s:22:\"viewpagelogs-lowercase\";i:597;s:9:\"nohistory\";i:598;s:10:\"currentrev\";i:599;s:15:\"currentrev-asof\";i:600;s:12:\"revisionasof\";i:601;s:13:\"revision-info\";i:602;s:16:\"previousrevision\";i:603;s:12:\"nextrevision\";i:604;s:19:\"currentrevisionlink\";i:605;s:3:\"cur\";i:606;s:4:\"next\";i:607;s:4:\"last\";i:608;s:10:\"page_first\";i:609;s:9:\"page_last\";i:610;s:10:\"histlegend\";i:611;s:22:\"history-fieldset-title\";i:612;s:20:\"history-show-deleted\";i:613;s:9:\"histfirst\";i:614;s:8:\"histlast\";i:615;s:11:\"historysize\";i:616;s:12:\"historyempty\";i:617;s:18:\"history-feed-title\";i:618;s:24:\"history-feed-description\";i:619;s:27:\"history-feed-item-nocomment\";i:620;s:19:\"rev-deleted-comment\";i:621;s:16:\"rev-deleted-user\";i:622;s:17:\"rev-deleted-event\";i:623;s:25:\"rev-deleted-user-contribs\";i:624;s:27:\"rev-deleted-text-permission\";i:625;s:12:\"rev-delundel\";i:626;s:15:\"rev-showdeleted\";i:627;s:14:\"revisiondelete\";i:628;s:23:\"revdelete-nooldid-title\";i:629;s:17:\"revdelete-no-file\";i:630;s:27:\"revdelete-show-file-confirm\";i:631;s:26:\"revdelete-show-file-submit\";i:632;s:18:\"logdelete-selected\";i:633;s:16:\"revdelete-legend\";i:634;s:19:\"revdelete-hide-text\";i:635;s:20:\"revdelete-hide-image\";i:636;s:19:\"revdelete-hide-name\";i:637;s:22:\"revdelete-hide-comment\";i:638;s:19:\"revdelete-hide-user\";i:639;s:25:\"revdelete-hide-restricted\";i:640;s:20:\"revdelete-radio-same\";i:641;s:19:\"revdelete-radio-set\";i:642;s:21:\"revdelete-radio-unset\";i:643;s:18:\"revdelete-suppress\";i:644;s:20:\"revdelete-unsuppress\";i:645;s:13:\"revdelete-log\";i:646;s:16:\"revdelete-submit\";i:647;s:17:\"revdelete-success\";i:648;s:17:\"revdelete-failure\";i:649;s:17:\"logdelete-success\";i:650;s:17:\"logdelete-failure\";i:651;s:14:\"revdel-restore\";i:652;s:8:\"pagehist\";i:653;s:11:\"deletedhist\";i:654;s:19:\"revdelete-no-change\";i:655;s:25:\"revdelete-reason-dropdown\";i:656;s:21:\"revdelete-otherreason\";i:657;s:25:\"revdelete-reasonotherlist\";i:658;s:25:\"revdelete-edit-reasonlist\";i:659;s:34:\"revdelete-edit-reasonlist-suppress\";i:660;s:18:\"revdelete-offender\";i:661;s:14:\"suppressionlog\";i:662;s:12:\"mergehistory\";i:663;s:16:\"mergehistory-box\";i:664;s:17:\"mergehistory-from\";i:665;s:17:\"mergehistory-into\";i:666;s:17:\"mergehistory-list\";i:667;s:15:\"mergehistory-go\";i:668;s:19:\"mergehistory-submit\";i:669;s:18:\"mergehistory-empty\";i:670;s:17:\"mergehistory-done\";i:671;s:31:\"mergehistory-fail-bad-timestamp\";i:672;s:32:\"mergehistory-fail-invalid-source\";i:673;s:30:\"mergehistory-fail-invalid-dest\";i:674;s:22:\"mergehistory-no-source\";i:675;s:27:\"mergehistory-no-destination\";i:676;s:27:\"mergehistory-invalid-source\";i:677;s:32:\"mergehistory-invalid-destination\";i:678;s:24:\"mergehistory-autocomment\";i:679;s:20:\"mergehistory-comment\";i:680;s:29:\"mergehistory-same-destination\";i:681;s:19:\"mergehistory-reason\";i:682;s:8:\"mergelog\";i:683;s:11:\"revertmerge\";i:684;s:13:\"history-title\";i:685;s:16:\"difference-title\";i:686;s:20:\"difference-multipage\";i:687;s:6:\"lineno\";i:688;s:23:\"compareselectedversions\";i:689;s:24:\"showhideselectedversions\";i:690;s:8:\"editundo\";i:691;s:10:\"diff-empty\";i:692;s:19:\"diff-multi-sameuser\";i:693;s:21:\"diff-multi-otherusers\";i:694;s:20:\"diff-multi-manyusers\";i:695;s:13:\"searchresults\";i:696;s:32:\"search-filter-title-prefix-reset\";i:697;s:19:\"searchresults-title\";i:698;s:12:\"titlematches\";i:699;s:11:\"textmatches\";i:700;s:13:\"notextmatches\";i:701;s:5:\"prevn\";i:702;s:5:\"nextn\";i:703;s:9:\"prev-page\";i:704;s:9:\"next-page\";i:705;s:11:\"prevn-title\";i:706;s:11:\"nextn-title\";i:707;s:11:\"shown-title\";i:708;s:12:\"viewprevnext\";i:709;s:17:\"searchmenu-exists\";i:710;s:14:\"searchmenu-new\";i:711;s:22:\"searchprofile-articles\";i:712;s:20:\"searchprofile-images\";i:713;s:24:\"searchprofile-everything\";i:714;s:22:\"searchprofile-advanced\";i:715;s:30:\"searchprofile-articles-tooltip\";i:716;s:28:\"searchprofile-images-tooltip\";i:717;s:32:\"searchprofile-everything-tooltip\";i:718;s:30:\"searchprofile-advanced-tooltip\";i:719;s:18:\"search-result-size\";i:720;s:27:\"search-result-category-size\";i:721;s:15:\"search-redirect\";i:722;s:14:\"search-section\";i:723;s:15:\"search-category\";i:724;s:17:\"search-file-match\";i:725;s:14:\"search-suggest\";i:726;s:21:\"search-interwiki-more\";i:727;s:29:\"search-interwiki-more-results\";i:728;s:21:\"search-relatedarticle\";i:729;s:13:\"searchrelated\";i:730;s:9:\"searchall\";i:731;s:14:\"showingresults\";i:732;s:21:\"showingresultsinrange\";i:733;s:21:\"search-showingresults\";i:734;s:16:\"search-nonefound\";i:735;s:18:\"powersearch-legend\";i:736;s:14:\"powersearch-ns\";i:737;s:23:\"powersearch-togglelabel\";i:738;s:21:\"powersearch-toggleall\";i:739;s:22:\"powersearch-togglenone\";i:740;s:15:\"search-external\";i:741;s:14:\"searchdisabled\";i:742;s:11:\"preferences\";i:743;s:13:\"mypreferences\";i:744;s:11:\"prefs-edits\";i:745;s:10:\"prefs-skin\";i:746;s:12:\"skin-preview\";i:747;s:11:\"datedefault\";i:748;s:10:\"prefs-labs\";i:749;s:16:\"prefs-user-pages\";i:750;s:14:\"prefs-personal\";i:751;s:8:\"prefs-rc\";i:752;s:15:\"prefs-watchlist\";i:753;s:19:\"prefs-editwatchlist\";i:754;s:20:\"prefs-watchlist-days\";i:755;s:24:\"prefs-watchlist-days-max\";i:756;s:21:\"prefs-watchlist-edits\";i:757;s:25:\"prefs-watchlist-edits-max\";i:758;s:21:\"prefs-watchlist-token\";i:759;s:10:\"prefs-misc\";i:760;s:15:\"prefs-resetpass\";i:761;s:14:\"prefs-setemail\";i:762;s:11:\"prefs-email\";i:763;s:15:\"prefs-rendering\";i:764;s:9:\"saveprefs\";i:765;s:12:\"restoreprefs\";i:766;s:13:\"prefs-editing\";i:767;s:17:\"searchresultshead\";i:768;s:17:\"recentchangesdays\";i:769;s:21:\"recentchangesdays-max\";i:770;s:18:\"recentchangescount\";i:771;s:29:\"prefs-help-recentchangescount\";i:772;s:10:\"savedprefs\";i:773;s:14:\"timezonelegend\";i:774;s:9:\"localtime\";i:775;s:24:\"timezoneuseserverdefault\";i:776;s:17:\"timezoneuseoffset\";i:777;s:10:\"servertime\";i:778;s:13:\"guesstimezone\";i:779;s:21:\"timezoneregion-africa\";i:780;s:22:\"timezoneregion-america\";i:781;s:25:\"timezoneregion-antarctica\";i:782;s:21:\"timezoneregion-arctic\";i:783;s:19:\"timezoneregion-asia\";i:784;s:23:\"timezoneregion-atlantic\";i:785;s:24:\"timezoneregion-australia\";i:786;s:21:\"timezoneregion-europe\";i:787;s:21:\"timezoneregion-indian\";i:788;s:22:\"timezoneregion-pacific\";i:789;s:10:\"allowemail\";i:790;s:19:\"prefs-searchoptions\";i:791;s:16:\"prefs-namespaces\";i:792;s:7:\"default\";i:793;s:11:\"prefs-files\";i:794;s:16:\"prefs-custom-css\";i:795;s:17:\"prefs-custom-json\";i:796;s:15:\"prefs-custom-js\";i:797;s:19:\"prefs-common-config\";i:798;s:24:\"prefs-emailconfirm-label\";i:799;s:9:\"youremail\";i:800;s:8:\"username\";i:801;s:20:\"prefs-memberingroups\";i:802;s:33:\"group-membership-link-with-expiry\";i:803;s:18:\"prefs-registration\";i:804;s:12:\"yourrealname\";i:805;s:12:\"yourlanguage\";i:806;s:11:\"yourvariant\";i:807;s:8:\"yournick\";i:808;s:6:\"badsig\";i:809;s:29:\"linterror-bogus-image-options\";i:810;s:22:\"linterror-obsolete-tag\";i:811;s:22:\"linterror-stripped-tag\";i:812;s:10:\"yourgender\";i:813;s:14:\"gender-unknown\";i:814;s:15:\"gender-notknown\";i:815;s:11:\"gender-male\";i:816;s:13:\"gender-female\";i:817;s:5:\"email\";i:818;s:23:\"prefs-help-email-others\";i:819;s:25:\"prefs-help-email-required\";i:820;s:10:\"prefs-info\";i:821;s:10:\"prefs-i18n\";i:822;s:15:\"prefs-signature\";i:823;s:29:\"prefs-signature-error-details\";i:824;s:16:\"prefs-dateformat\";i:825;s:16:\"prefs-timeoffset\";i:826;s:21:\"prefs-advancedediting\";i:827;s:12:\"prefs-editor\";i:828;s:16:\"prefs-discussion\";i:829;s:13:\"prefs-preview\";i:830;s:16:\"prefs-advancedrc\";i:831;s:23:\"prefs-advancedrendering\";i:832;s:27:\"prefs-advancedsearchoptions\";i:833;s:23:\"prefs-advancedwatchlist\";i:834;s:15:\"prefs-displayrc\";i:835;s:22:\"prefs-displaywatchlist\";i:836;s:15:\"prefs-changesrc\";i:837;s:22:\"prefs-changeswatchlist\";i:838;s:20:\"prefs-pageswatchlist\";i:839;s:20:\"prefs-tokenwatchlist\";i:840;s:11:\"prefs-diffs\";i:841;s:10:\"userrights\";i:842;s:22:\"userrights-lookup-user\";i:843;s:24:\"userrights-user-editname\";i:844;s:13:\"editusergroup\";i:845;s:24:\"userrights-editusergroup\";i:846;s:14:\"saveusergroups\";i:847;s:23:\"userrights-groupsmember\";i:848;s:28:\"userrights-groupsmember-auto\";i:849;s:17:\"userrights-reason\";i:850;s:23:\"userrights-no-interwiki\";i:851;s:21:\"userrights-nodatabase\";i:852;s:25:\"userrights-changeable-col\";i:853;s:27:\"userrights-unchangeable-col\";i:854;s:30:\"userrights-irreversible-marker\";i:855;s:25:\"userrights-expiry-current\";i:856;s:22:\"userrights-expiry-none\";i:857;s:17:\"userrights-expiry\";i:858;s:27:\"userrights-expiry-othertime\";i:859;s:5:\"group\";i:860;s:10:\"group-user\";i:861;s:19:\"group-autoconfirmed\";i:862;s:9:\"group-bot\";i:863;s:11:\"group-sysop\";i:864;s:21:\"group-interface-admin\";i:865;s:16:\"group-bureaucrat\";i:866;s:14:\"group-suppress\";i:867;s:9:\"group-all\";i:868;s:17:\"group-user-member\";i:869;s:26:\"group-autoconfirmed-member\";i:870;s:16:\"group-bot-member\";i:871;s:18:\"group-sysop-member\";i:872;s:23:\"group-bureaucrat-member\";i:873;s:21:\"group-suppress-member\";i:874;s:14:\"grouppage-user\";i:875;s:23:\"grouppage-autoconfirmed\";i:876;s:13:\"grouppage-bot\";i:877;s:15:\"grouppage-sysop\";i:878;s:25:\"grouppage-interface-admin\";i:879;s:20:\"grouppage-bureaucrat\";i:880;s:18:\"grouppage-suppress\";i:881;s:10:\"right-read\";i:882;s:10:\"right-edit\";i:883;s:16:\"right-createpage\";i:884;s:16:\"right-createtalk\";i:885;s:19:\"right-createaccount\";i:886;s:23:\"right-autocreateaccount\";i:887;s:15:\"right-minoredit\";i:888;s:10:\"right-move\";i:889;s:19:\"right-move-subpages\";i:890;s:24:\"right-move-rootuserpages\";i:891;s:14:\"right-movefile\";i:892;s:22:\"right-suppressredirect\";i:893;s:12:\"right-upload\";i:894;s:14:\"right-reupload\";i:895;s:18:\"right-reupload-own\";i:896;s:19:\"right-upload_by_url\";i:897;s:11:\"right-purge\";i:898;s:19:\"right-autoconfirmed\";i:899;s:9:\"right-bot\";i:900;s:19:\"right-apihighlimits\";i:901;s:14:\"right-writeapi\";i:902;s:12:\"right-delete\";i:903;s:15:\"right-bigdelete\";i:904;s:20:\"right-deleterevision\";i:905;s:19:\"right-browsearchive\";i:906;s:14:\"right-undelete\";i:907;s:20:\"right-suppressionlog\";i:908;s:11:\"right-block\";i:909;s:16:\"right-blockemail\";i:910;s:14:\"right-hideuser\";i:911;s:20:\"right-ipblock-exempt\";i:912;s:17:\"right-unblockself\";i:913;s:13:\"right-protect\";i:914;s:19:\"right-editprotected\";i:915;s:19:\"right-editinterface\";i:916;s:17:\"right-editusercss\";i:917;s:18:\"right-edituserjson\";i:918;s:16:\"right-edituserjs\";i:919;s:14:\"right-rollback\";i:920;s:17:\"right-noratelimit\";i:921;s:12:\"right-import\";i:922;s:18:\"right-importupload\";i:923;s:12:\"right-patrol\";i:924;s:16:\"right-autopatrol\";i:925;s:17:\"right-patrolmarks\";i:926;s:20:\"right-unwatchedpages\";i:927;s:18:\"right-mergehistory\";i:928;s:16:\"right-userrights\";i:929;s:26:\"right-userrights-interwiki\";i:930;s:15:\"right-siteadmin\";i:931;s:27:\"right-override-export-depth\";i:932;s:15:\"right-sendemail\";i:933;s:17:\"grant-group-email\";i:934;s:19:\"grant-createaccount\";i:935;s:24:\"grant-createeditmovepage\";i:936;s:21:\"grant-editmywatchlist\";i:937;s:11:\"grant-basic\";i:938;s:14:\"newuserlogpage\";i:939;s:18:\"newuserlogpagetext\";i:940;s:9:\"rightslog\";i:941;s:13:\"rightslogtext\";i:942;s:11:\"action-read\";i:943;s:22:\"skin-action-addsection\";i:944;s:11:\"action-edit\";i:945;s:17:\"action-createpage\";i:946;s:17:\"action-createtalk\";i:947;s:20:\"action-createaccount\";i:948;s:16:\"action-minoredit\";i:949;s:11:\"action-move\";i:950;s:20:\"action-move-subpages\";i:951;s:25:\"action-move-rootuserpages\";i:952;s:15:\"action-movefile\";i:953;s:13:\"action-upload\";i:954;s:15:\"action-reupload\";i:955;s:22:\"action-reupload-shared\";i:956;s:20:\"action-upload_by_url\";i:957;s:15:\"action-writeapi\";i:958;s:13:\"action-delete\";i:959;s:21:\"action-deleterevision\";i:960;s:21:\"action-deletedhistory\";i:961;s:20:\"action-browsearchive\";i:962;s:15:\"action-undelete\";i:963;s:23:\"action-suppressrevision\";i:964;s:21:\"action-suppressionlog\";i:965;s:12:\"action-block\";i:966;s:14:\"action-protect\";i:967;s:13:\"action-import\";i:968;s:19:\"action-importupload\";i:969;s:13:\"action-patrol\";i:970;s:17:\"action-autopatrol\";i:971;s:21:\"action-unwatchedpages\";i:972;s:19:\"action-mergehistory\";i:973;s:17:\"action-userrights\";i:974;s:27:\"action-userrights-interwiki\";i:975;s:16:\"action-siteadmin\";i:976;s:16:\"action-sendemail\";i:977;s:22:\"action-editmywatchlist\";i:978;s:22:\"action-viewmywatchlist\";i:979;s:12:\"action-purge\";i:980;s:18:\"action-unblockself\";i:981;s:8:\"nchanges\";i:982;s:18:\"enhancedrc-history\";i:983;s:13:\"recentchanges\";i:984;s:20:\"recentchanges-legend\";i:985;s:21:\"recentchanges-summary\";i:986;s:22:\"recentchanges-noresult\";i:987;s:30:\"recentchanges-feed-description\";i:988;s:27:\"recentchanges-label-newpage\";i:989;s:25:\"recentchanges-label-minor\";i:990;s:23:\"recentchanges-label-bot\";i:991;s:31:\"recentchanges-label-unpatrolled\";i:992;s:29:\"recentchanges-label-plusminus\";i:993;s:28:\"recentchanges-legend-heading\";i:994;s:28:\"recentchanges-legend-newpage\";i:995;s:20:\"recentchanges-submit\";i:996;s:20:\"rcfilters-tag-remove\";i:997;s:28:\"rcfilters-other-review-tools\";i:998;s:28:\"rcfilters-activefilters-hide\";i:999;s:28:\"rcfilters-activefilters-show\";i:1000;s:24:\"rcfilters-days-show-days\";i:1001;s:22:\"rcfilters-quickfilters\";i:1002;s:29:\"rcfilters-savedqueries-rename\";i:1003;s:29:\"rcfilters-savedqueries-remove\";i:1004;s:37:\"rcfilters-savedqueries-new-name-label\";i:1005;s:35:\"rcfilters-savedqueries-cancel-label\";i:1006;s:26:\"rcfilters-show-new-changes\";i:1007;s:35:\"rcfilters-search-placeholder-mobile\";i:1008;s:29:\"rcfilters-highlightmenu-title\";i:1009;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1010;s:27:\"rcfilters-filter-bots-label\";i:1011;s:29:\"rcfilters-filter-humans-label\";i:1012;s:28:\"rcfilters-filter-minor-label\";i:1013;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1014;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1015;s:32:\"rcfilters-filter-pageedits-label\";i:1016;s:34:\"rcfilters-filtergroup-lastrevision\";i:1017;s:35:\"rcfilters-filter-lastrevision-label\";i:1018;s:25:\"rcfilters-filter-excluded\";i:1019;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1020;s:27:\"rcfilters-allcontents-label\";i:1021;s:30:\"rcfilters-alldiscussions-label\";i:1022;s:10:\"rcnotefrom\";i:1023;s:10:\"rclistfrom\";i:1024;s:15:\"rcshowhideminor\";i:1025;s:20:\"rcshowhideminor-show\";i:1026;s:20:\"rcshowhideminor-hide\";i:1027;s:14:\"rcshowhidebots\";i:1028;s:19:\"rcshowhidebots-show\";i:1029;s:19:\"rcshowhidebots-hide\";i:1030;s:13:\"rcshowhideliu\";i:1031;s:18:\"rcshowhideliu-show\";i:1032;s:18:\"rcshowhideliu-hide\";i:1033;s:15:\"rcshowhideanons\";i:1034;s:20:\"rcshowhideanons-show\";i:1035;s:20:\"rcshowhideanons-hide\";i:1036;s:14:\"rcshowhidepatr\";i:1037;s:19:\"rcshowhidepatr-show\";i:1038;s:19:\"rcshowhidepatr-hide\";i:1039;s:14:\"rcshowhidemine\";i:1040;s:19:\"rcshowhidemine-show\";i:1041;s:19:\"rcshowhidemine-hide\";i:1042;s:24:\"rcshowhidecategorization\";i:1043;s:29:\"rcshowhidecategorization-show\";i:1044;s:29:\"rcshowhidecategorization-hide\";i:1045;s:7:\"rclinks\";i:1046;s:4:\"diff\";i:1047;s:4:\"hist\";i:1048;s:4:\"hide\";i:1049;s:4:\"show\";i:1050;s:15:\"minoreditletter\";i:1051;s:13:\"newpageletter\";i:1052;s:13:\"boteditletter\";i:1053;s:14:\"rc-change-size\";i:1054;s:18:\"rc-change-size-new\";i:1055;s:17:\"newsectionsummary\";i:1056;s:12:\"rc-old-title\";i:1057;s:19:\"recentchangeslinked\";i:1058;s:24:\"recentchangeslinked-feed\";i:1059;s:27:\"recentchangeslinked-toolbox\";i:1060;s:25:\"recentchangeslinked-title\";i:1061;s:27:\"recentchangeslinked-summary\";i:1062;s:24:\"recentchangeslinked-page\";i:1063;s:22:\"recentchangeslinked-to\";i:1064;s:6:\"upload\";i:1065;s:9:\"uploadbtn\";i:1066;s:12:\"reuploaddesc\";i:1067;s:15:\"upload-tryagain\";i:1068;s:13:\"uploadnologin\";i:1069;s:17:\"uploadnologintext\";i:1070;s:11:\"uploaderror\";i:1071;s:10:\"uploadtext\";i:1072;s:16:\"upload-permitted\";i:1073;s:16:\"upload-preferred\";i:1074;s:17:\"upload-prohibited\";i:1075;s:13:\"uploadlogpage\";i:1076;s:8:\"filename\";i:1077;s:8:\"filedesc\";i:1078;s:17:\"fileuploadsummary\";i:1079;s:19:\"filereuploadsummary\";i:1080;s:10:\"filestatus\";i:1081;s:10:\"filesource\";i:1082;s:13:\"ignorewarning\";i:1083;s:14:\"ignorewarnings\";i:1084;s:10:\"minlength1\";i:1085;s:11:\"badfilename\";i:1086;s:22:\"filetype-mime-mismatch\";i:1087;s:10:\"empty-file\";i:1088;s:14:\"file-too-large\";i:1089;s:17:\"filename-tooshort\";i:1090;s:15:\"filetype-banned\";i:1091;s:18:\"verification-error\";i:1092;s:11:\"hookaborted\";i:1093;s:16:\"illegal-filename\";i:1094;s:9:\"overwrite\";i:1095;s:13:\"unknown-error\";i:1096;s:16:\"tmp-create-error\";i:1097;s:15:\"tmp-write-error\";i:1098;s:13:\"uploadwarning\";i:1099;s:18:\"uploadwarning-text\";i:1100;s:8:\"savefile\";i:1101;s:14:\"uploaddisabled\";i:1102;s:18:\"copyuploaddisabled\";i:1103;s:18:\"uploaddisabledtext\";i:1104;s:13:\"upload-source\";i:1105;s:14:\"sourcefilename\";i:1106;s:9:\"sourceurl\";i:1107;s:12:\"destfilename\";i:1108;s:18:\"upload-maxfilesize\";i:1109;s:18:\"upload-description\";i:1110;s:14:\"upload-options\";i:1111;s:15:\"watchthisupload\";i:1112;s:25:\"filename-prefix-blacklist\";i:1113;s:18:\"upload-proto-error\";i:1114;s:17:\"upload-file-error\";i:1115;s:25:\"upload-too-many-redirects\";i:1116;s:17:\"upload-http-error\";i:1117;s:27:\"upload-dialog-button-cancel\";i:1118;s:25:\"upload-dialog-button-back\";i:1119;s:25:\"upload-dialog-button-done\";i:1120;s:25:\"upload-dialog-button-save\";i:1121;s:27:\"upload-dialog-button-upload\";i:1122;s:32:\"upload-form-label-infoform-title\";i:1123;s:31:\"upload-form-label-infoform-name\";i:1124;s:31:\"upload-form-label-infoform-date\";i:1125;s:21:\"backend-fail-opentemp\";i:1126;s:22:\"backend-fail-writetemp\";i:1127;s:22:\"backend-fail-closetemp\";i:1128;s:17:\"backend-fail-read\";i:1129;s:19:\"backend-fail-create\";i:1130;s:26:\"lockmanager-fail-closelock\";i:1131;s:27:\"lockmanager-fail-deletelock\";i:1132;s:16:\"zip-wrong-format\";i:1133;s:11:\"uploadstash\";i:1134;s:17:\"uploadstash-clear\";i:1135;s:20:\"uploadstash-errclear\";i:1136;s:19:\"uploadstash-refresh\";i:1137;s:21:\"img-auth-accessdenied\";i:1138;s:17:\"img-auth-badtitle\";i:1139;s:15:\"img-auth-nofile\";i:1140;s:18:\"img-auth-streaming\";i:1141;s:15:\"img-auth-noread\";i:1142;s:16:\"http-invalid-url\";i:1143;s:18:\"http-request-error\";i:1144;s:15:\"http-read-error\";i:1145;s:14:\"http-timed-out\";i:1146;s:15:\"http-curl-error\";i:1147;s:18:\"upload-curl-error6\";i:1148;s:19:\"upload-curl-error28\";i:1149;s:7:\"license\";i:1150;s:14:\"license-header\";i:1151;s:9:\"nolicense\";i:1152;s:17:\"license-nopreview\";i:1153;s:17:\"upload_source_url\";i:1154;s:18:\"upload_source_file\";i:1155;s:7:\"imgfile\";i:1156;s:9:\"listfiles\";i:1157;s:15:\"listfiles_thumb\";i:1158;s:14:\"listfiles_date\";i:1159;s:14:\"listfiles_name\";i:1160;s:14:\"listfiles_user\";i:1161;s:14:\"listfiles_size\";i:1162;s:21:\"listfiles_description\";i:1163;s:15:\"listfiles_count\";i:1164;s:16:\"file-anchor-link\";i:1165;s:8:\"filehist\";i:1166;s:13:\"filehist-help\";i:1167;s:18:\"filehist-deleteall\";i:1168;s:18:\"filehist-deleteone\";i:1169;s:15:\"filehist-revert\";i:1170;s:16:\"filehist-current\";i:1171;s:17:\"filehist-datetime\";i:1172;s:14:\"filehist-thumb\";i:1173;s:18:\"filehist-thumbtext\";i:1174;s:16:\"filehist-nothumb\";i:1175;s:13:\"filehist-user\";i:1176;s:19:\"filehist-dimensions\";i:1177;s:17:\"filehist-filesize\";i:1178;s:16:\"filehist-comment\";i:1179;s:10:\"imagelinks\";i:1180;s:12:\"linkstoimage\";i:1181;s:17:\"linkstoimage-more\";i:1182;s:14:\"nolinkstoimage\";i:1183;s:16:\"morelinkstoimage\";i:1184;s:21:\"linkstoimage-redirect\";i:1185;s:12:\"sharedupload\";i:1186;s:23:\"sharedupload-desc-there\";i:1187;s:22:\"sharedupload-desc-here\";i:1188;s:22:\"sharedupload-desc-edit\";i:1189;s:24:\"sharedupload-desc-create\";i:1190;s:15:\"filepage-nofile\";i:1191;s:20:\"filepage-nofile-link\";i:1192;s:25:\"uploadnewversion-linktext\";i:1193;s:16:\"shared-repo-from\";i:1194;s:11:\"shared-repo\";i:1195;s:33:\"shared-repo-name-wikimediacommons\";i:1196;s:22:\"upload-disallowed-here\";i:1197;s:10:\"filerevert\";i:1198;s:17:\"filerevert-legend\";i:1199;s:18:\"filerevert-comment\";i:1200;s:17:\"filerevert-submit\";i:1201;s:10:\"filedelete\";i:1202;s:17:\"filedelete-legend\";i:1203;s:18:\"filedelete-comment\";i:1204;s:17:\"filedelete-submit\";i:1205;s:18:\"filedelete-success\";i:1206;s:22:\"filedelete-otherreason\";i:1207;s:27:\"filedelete-reason-otherlist\";i:1208;s:26:\"filedelete-reason-dropdown\";i:1209;s:26:\"filedelete-edit-reasonlist\";i:1210;s:10:\"mimesearch\";i:1211;s:8:\"mimetype\";i:1212;s:8:\"download\";i:1213;s:14:\"unwatchedpages\";i:1214;s:13:\"listredirects\";i:1215;s:15:\"unusedtemplates\";i:1216;s:18:\"unusedtemplateswlh\";i:1217;s:10:\"randompage\";i:1218;s:23:\"randomincategory-submit\";i:1219;s:14:\"randomredirect\";i:1220;s:10:\"statistics\";i:1221;s:23:\"statistics-header-pages\";i:1222;s:23:\"statistics-header-edits\";i:1223;s:23:\"statistics-header-users\";i:1224;s:23:\"statistics-header-hooks\";i:1225;s:19:\"statistics-articles\";i:1226;s:16:\"statistics-pages\";i:1227;s:21:\"statistics-pages-desc\";i:1228;s:16:\"statistics-files\";i:1229;s:16:\"statistics-edits\";i:1230;s:24:\"statistics-edits-average\";i:1231;s:16:\"statistics-users\";i:1232;s:23:\"statistics-users-active\";i:1233;s:28:\"statistics-users-active-desc\";i:1234;s:20:\"pageswithprop-submit\";i:1235;s:15:\"doubleredirects\";i:1236;s:26:\"double-redirect-fixed-move\";i:1237;s:33:\"double-redirect-fixed-maintenance\";i:1238;s:21:\"double-redirect-fixer\";i:1239;s:15:\"brokenredirects\";i:1240;s:20:\"brokenredirects-edit\";i:1241;s:22:\"brokenredirects-delete\";i:1242;s:16:\"withoutinterwiki\";i:1243;s:23:\"withoutinterwiki-legend\";i:1244;s:23:\"withoutinterwiki-submit\";i:1245;s:6:\"nbytes\";i:1246;s:11:\"ncategories\";i:1247;s:6:\"nlinks\";i:1248;s:8:\"nmembers\";i:1249;s:10:\"nrevisions\";i:1250;s:11:\"nimagelinks\";i:1251;s:14:\"ntransclusions\";i:1252;s:11:\"lonelypages\";i:1253;s:18:\"uncategorizedpages\";i:1254;s:23:\"uncategorizedcategories\";i:1255;s:19:\"uncategorizedimages\";i:1256;s:22:\"uncategorizedtemplates\";i:1257;s:16:\"unusedcategories\";i:1258;s:12:\"unusedimages\";i:1259;s:16:\"wantedcategories\";i:1260;s:11:\"wantedpages\";i:1261;s:20:\"wantedpages-badtitle\";i:1262;s:11:\"wantedfiles\";i:1263;s:15:\"wantedtemplates\";i:1264;s:10:\"mostlinked\";i:1265;s:20:\"mostlinkedcategories\";i:1266;s:19:\"mostlinkedtemplates\";i:1267;s:14:\"mostcategories\";i:1268;s:10:\"mostimages\";i:1269;s:13:\"mostrevisions\";i:1270;s:11:\"prefixindex\";i:1271;s:10:\"shortpages\";i:1272;s:9:\"longpages\";i:1273;s:12:\"deadendpages\";i:1274;s:14:\"protectedpages\";i:1275;s:20:\"protectedpages-indef\";i:1276;s:22:\"protectedpages-cascade\";i:1277;s:32:\"cachedspecial-viewing-cached-ttl\";i:1278;s:24:\"protectedpages-performer\";i:1279;s:32:\"protectedpages-unknown-performer\";i:1280;s:15:\"protectedtitles\";i:1281;s:9:\"listusers\";i:1282;s:19:\"listusers-editsonly\";i:1283;s:22:\"listusers-creationsort\";i:1284;s:13:\"usereditcount\";i:1285;s:11:\"usercreated\";i:1286;s:8:\"newpages\";i:1287;s:17:\"newpages-username\";i:1288;s:12:\"ancientpages\";i:1289;s:4:\"move\";i:1290;s:12:\"movethispage\";i:1291;s:13:\"notargettitle\";i:1292;s:12:\"notargettext\";i:1293;s:11:\"nopagetitle\";i:1294;s:10:\"nopagetext\";i:1295;s:13:\"pager-newer-n\";i:1296;s:13:\"pager-older-n\";i:1297;s:8:\"suppress\";i:1298;s:7:\"apihelp\";i:1299;s:22:\"apihelp-no-such-module\";i:1300;s:24:\"apisandbox-no-parameters\";i:1301;s:11:\"booksources\";i:1302;s:25:\"booksources-search-legend\";i:1303;s:16:\"booksources-isbn\";i:1304;s:18:\"booksources-search\";i:1305;s:19:\"specialloguserlabel\";i:1306;s:20:\"speciallogtitlelabel\";i:1307;s:3:\"log\";i:1308;s:13:\"all-logs-page\";i:1309;s:11:\"alllogstext\";i:1310;s:8:\"logempty\";i:1311;s:12:\"checkbox-all\";i:1312;s:8:\"allpages\";i:1313;s:8:\"nextpage\";i:1314;s:8:\"prevpage\";i:1315;s:12:\"allpagesfrom\";i:1316;s:10:\"allpagesto\";i:1317;s:11:\"allarticles\";i:1318;s:14:\"allinnamespace\";i:1319;s:14:\"allpagessubmit\";i:1320;s:14:\"allpagesprefix\";i:1321;s:23:\"allpages-hide-redirects\";i:1322;s:10:\"categories\";i:1323;s:14:\"categoriesfrom\";i:1324;s:20:\"deletedcontributions\";i:1325;s:26:\"deletedcontributions-title\";i:1326;s:32:\"sp-deletedcontributions-contribs\";i:1327;s:10:\"linksearch\";i:1328;s:14:\"linksearch-pat\";i:1329;s:13:\"linksearch-ns\";i:1330;s:13:\"linksearch-ok\";i:1331;s:15:\"linksearch-line\";i:1332;s:13:\"listusersfrom\";i:1333;s:16:\"listusers-submit\";i:1334;s:18:\"listusers-noresult\";i:1335;s:17:\"listusers-blocked\";i:1336;s:11:\"activeusers\";i:1337;s:17:\"activeusers-intro\";i:1338;s:17:\"activeusers-count\";i:1339;s:16:\"activeusers-from\";i:1340;s:18:\"activeusers-groups\";i:1341;s:25:\"activeusers-excludegroups\";i:1342;s:20:\"activeusers-noresult\";i:1343;s:15:\"listgrouprights\";i:1344;s:19:\"listgrouprights-key\";i:1345;s:21:\"listgrouprights-group\";i:1346;s:22:\"listgrouprights-rights\";i:1347;s:24:\"listgrouprights-helppage\";i:1348;s:23:\"listgrouprights-members\";i:1349;s:24:\"listgrouprights-addgroup\";i:1350;s:27:\"listgrouprights-removegroup\";i:1351;s:28:\"listgrouprights-addgroup-all\";i:1352;s:31:\"listgrouprights-removegroup-all\";i:1353;s:29:\"listgrouprights-addgroup-self\";i:1354;s:32:\"listgrouprights-removegroup-self\";i:1355;s:43:\"post-expand-template-argument-category-desc\";i:1356;s:11:\"mailnologin\";i:1357;s:9:\"emailuser\";i:1358;s:15:\"defemailsubject\";i:1359;s:16:\"usermaildisabled\";i:1360;s:20:\"usermaildisabledtext\";i:1361;s:12:\"noemailtitle\";i:1362;s:11:\"noemailtext\";i:1363;s:15:\"nowikiemailtext\";i:1364;s:11:\"emailtarget\";i:1365;s:13:\"emailusername\";i:1366;s:19:\"emailusernamesubmit\";i:1367;s:12:\"email-legend\";i:1368;s:9:\"emailfrom\";i:1369;s:7:\"emailto\";i:1370;s:12:\"emailsubject\";i:1371;s:12:\"emailmessage\";i:1372;s:9:\"emailsend\";i:1373;s:9:\"emailccme\";i:1374;s:14:\"emailccsubject\";i:1375;s:9:\"emailsent\";i:1376;s:13:\"emailsenttext\";i:1377;s:15:\"emailuserfooter\";i:1378;s:19:\"usermessage-summary\";i:1379;s:18:\"usermessage-editor\";i:1380;s:9:\"watchlist\";i:1381;s:11:\"mywatchlist\";i:1382;s:13:\"watchlistfor2\";i:1383;s:11:\"nowatchlist\";i:1384;s:17:\"watchlistanontext\";i:1385;s:12:\"watchnologin\";i:1386;s:8:\"addwatch\";i:1387;s:14:\"addedwatchtext\";i:1388;s:26:\"addedwatchexpiryhours-talk\";i:1389;s:11:\"removewatch\";i:1390;s:16:\"removedwatchtext\";i:1391;s:5:\"watch\";i:1392;s:13:\"watchthispage\";i:1393;s:7:\"unwatch\";i:1394;s:15:\"unwatchthispage\";i:1395;s:12:\"notanarticle\";i:1396;s:17:\"watchlist-details\";i:1397;s:15:\"wlheader-enotif\";i:1398;s:20:\"wlheader-showupdated\";i:1399;s:6:\"wlnote\";i:1400;s:14:\"watchlist-hide\";i:1401;s:17:\"watchlist-options\";i:1402;s:8:\"watching\";i:1403;s:10:\"unwatching\";i:1404;s:12:\"enotif_reset\";i:1405;s:28:\"enotif_impersonal_salutation\";i:1406;s:18:\"enotif_lastvisited\";i:1407;s:15:\"enotif_lastdiff\";i:1408;s:18:\"enotif_anon_editor\";i:1409;s:7:\"created\";i:1410;s:7:\"changed\";i:1411;s:21:\"deletepage-deletetalk\";i:1412;s:17:\"deletepage-submit\";i:1413;s:7:\"confirm\";i:1414;s:9:\"excontent\";i:1415;s:14:\"delete-confirm\";i:1416;s:13:\"delete-legend\";i:1417;s:17:\"confirmdeletetext\";i:1418;s:14:\"actioncomplete\";i:1419;s:12:\"actionfailed\";i:1420;s:11:\"deletedtext\";i:1421;s:10:\"dellogpage\";i:1422;s:14:\"dellogpagetext\";i:1423;s:11:\"deletionlog\";i:1424;s:8:\"reverted\";i:1425;s:13:\"deletecomment\";i:1426;s:17:\"deleteotherreason\";i:1427;s:21:\"deletereasonotherlist\";i:1428;s:22:\"delete-edit-reasonlist\";i:1429;s:8:\"rollback\";i:1430;s:25:\"rollback-confirmation-yes\";i:1431;s:12:\"rollbacklink\";i:1432;s:17:\"rollbacklinkcount\";i:1433;s:14:\"rollbackfailed\";i:1434;s:13:\"alreadyrolled\";i:1435;s:11:\"editcomment\";i:1436;s:10:\"revertpage\";i:1437;s:14:\"protectlogpage\";i:1438;s:14:\"prot_1movedto2\";i:1439;s:14:\"protect-legend\";i:1440;s:14:\"protectcomment\";i:1441;s:13:\"protectexpiry\";i:1442;s:22:\"protect_expiry_invalid\";i:1443;s:18:\"protect_expiry_old\";i:1444;s:12:\"protect-text\";i:1445;s:21:\"protect-locked-access\";i:1446;s:17:\"protect-cascadeon\";i:1447;s:15:\"protect-default\";i:1448;s:16:\"protect-fallback\";i:1449;s:27:\"protect-level-autoconfirmed\";i:1450;s:19:\"protect-level-sysop\";i:1451;s:23:\"protect-summary-cascade\";i:1452;s:16:\"protect-expiring\";i:1453;s:25:\"protect-expiry-indefinite\";i:1454;s:15:\"protect-cascade\";i:1455;s:16:\"protect-cantedit\";i:1456;s:17:\"protect-othertime\";i:1457;s:20:\"protect-othertime-op\";i:1458;s:19:\"protect-otherreason\";i:1459;s:22:\"protect-otherreason-op\";i:1460;s:23:\"protect-edit-reasonlist\";i:1461;s:16:\"restriction-type\";i:1462;s:17:\"restriction-level\";i:1463;s:12:\"minimum-size\";i:1464;s:12:\"maximum-size\";i:1465;s:8:\"pagesize\";i:1466;s:16:\"restriction-edit\";i:1467;s:16:\"restriction-move\";i:1468;s:18:\"restriction-create\";i:1469;s:18:\"restriction-upload\";i:1470;s:23:\"restriction-level-sysop\";i:1471;s:31:\"restriction-level-autoconfirmed\";i:1472;s:21:\"restriction-level-all\";i:1473;s:8:\"undelete\";i:1474;s:12:\"undeletepage\";i:1475;s:17:\"undeletepagetitle\";i:1476;s:15:\"viewdeletedpage\";i:1477;s:23:\"skin-action-viewdeleted\";i:1478;s:23:\"undelete-fieldset-title\";i:1479;s:17:\"undeleterevisions\";i:1480;s:17:\"undelete-revision\";i:1481;s:15:\"undelete-nodiff\";i:1482;s:11:\"undeletebtn\";i:1483;s:12:\"undeletelink\";i:1484;s:16:\"undeleteviewlink\";i:1485;s:14:\"undeleteinvert\";i:1486;s:15:\"undeletecomment\";i:1487;s:19:\"undelete-search-box\";i:1488;s:22:\"undelete-search-submit\";i:1489;s:22:\"undelete-cleanup-error\";i:1490;s:25:\"undelete-show-file-submit\";i:1491;s:9:\"namespace\";i:1492;s:6:\"invert\";i:1493;s:14:\"tooltip-invert\";i:1494;s:21:\"namespace_association\";i:1495;s:29:\"tooltip-namespace_association\";i:1496;s:14:\"blanknamespace\";i:1497;s:13:\"contributions\";i:1498;s:23:\"tool-link-contributions\";i:1499;s:19:\"contributions-title\";i:1500;s:9:\"mycontris\";i:1501;s:12:\"anoncontribs\";i:1502;s:11:\"contribsub2\";i:1503;s:10:\"nocontribs\";i:1504;s:5:\"uctop\";i:1505;s:5:\"month\";i:1506;s:4:\"year\";i:1507;s:25:\"sp-contributions-blocklog\";i:1508;s:24:\"sp-contributions-deleted\";i:1509;s:24:\"sp-contributions-uploads\";i:1510;s:21:\"sp-contributions-logs\";i:1511;s:21:\"sp-contributions-talk\";i:1512;s:27:\"sp-contributions-userrights\";i:1513;s:23:\"sp-contributions-search\";i:1514;s:25:\"sp-contributions-username\";i:1515;s:24:\"sp-contributions-toponly\";i:1516;s:24:\"sp-contributions-newonly\";i:1517;s:23:\"sp-contributions-submit\";i:1518;s:13:\"whatlinkshere\";i:1519;s:19:\"whatlinkshere-title\";i:1520;s:18:\"whatlinkshere-page\";i:1521;s:9:\"linkshere\";i:1522;s:11:\"nolinkshere\";i:1523;s:14:\"nolinkshere-ns\";i:1524;s:10:\"isredirect\";i:1525;s:10:\"istemplate\";i:1526;s:7:\"isimage\";i:1527;s:18:\"whatlinkshere-prev\";i:1528;s:18:\"whatlinkshere-next\";i:1529;s:19:\"whatlinkshere-links\";i:1530;s:24:\"whatlinkshere-hideredirs\";i:1531;s:23:\"whatlinkshere-hidetrans\";i:1532;s:23:\"whatlinkshere-hidelinks\";i:1533;s:24:\"whatlinkshere-hideimages\";i:1534;s:20:\"whatlinkshere-submit\";i:1535;s:7:\"unblock\";i:1536;s:7:\"blockip\";i:1537;s:19:\"ipaddressorusername\";i:1538;s:9:\"ipbreason\";i:1539;s:13:\"ipb-hardblock\";i:1540;s:16:\"ipbcreateaccount\";i:1541;s:11:\"ipbemailban\";i:1542;s:18:\"ipbenableautoblock\";i:1543;s:9:\"ipbsubmit\";i:1544;s:8:\"ipbother\";i:1545;s:10:\"ipboptions\";i:1546;s:11:\"ipbhidename\";i:1547;s:12:\"ipbwatchuser\";i:1548;s:16:\"ipb-change-block\";i:1549;s:20:\"ipb-namespaces-label\";i:1550;s:12:\"badipaddress\";i:1551;s:17:\"blockipsuccesssub\";i:1552;s:18:\"blockipsuccesstext\";i:1553;s:17:\"ipb-edit-dropdown\";i:1554;s:16:\"ipb-unblock-addr\";i:1555;s:11:\"ipb-unblock\";i:1556;s:13:\"ipb-blocklist\";i:1557;s:22:\"ipb-blocklist-contribs\";i:1558;s:12:\"block-expiry\";i:1559;s:12:\"block-target\";i:1560;s:9:\"unblockip\";i:1561;s:13:\"unblockiptext\";i:1562;s:9:\"ipusubmit\";i:1563;s:9:\"unblocked\";i:1564;s:15:\"unblocked-range\";i:1565;s:12:\"unblocked-id\";i:1566;s:9:\"blocklist\";i:1567;s:11:\"ipblocklist\";i:1568;s:18:\"ipblocklist-legend\";i:1569;s:20:\"blocklist-userblocks\";i:1570;s:20:\"blocklist-tempblocks\";i:1571;s:19:\"blocklist-timestamp\";i:1572;s:16:\"blocklist-target\";i:1573;s:16:\"blocklist-expiry\";i:1574;s:12:\"blocklist-by\";i:1575;s:16:\"blocklist-params\";i:1576;s:16:\"blocklist-reason\";i:1577;s:18:\"ipblocklist-submit\";i:1578;s:22:\"ipblocklist-localblock\";i:1579;s:23:\"ipblocklist-otherblocks\";i:1580;s:13:\"infiniteblock\";i:1581;s:13:\"anononlyblock\";i:1582;s:16:\"noautoblockblock\";i:1583;s:18:\"createaccountblock\";i:1584;s:10:\"emailblock\";i:1585;s:20:\"blocklist-nousertalk\";i:1586;s:17:\"ipblocklist-empty\";i:1587;s:22:\"ipblocklist-no-results\";i:1588;s:9:\"blocklink\";i:1589;s:11:\"unblocklink\";i:1590;s:16:\"change-blocklink\";i:1591;s:14:\"empty-username\";i:1592;s:12:\"contribslink\";i:1593;s:12:\"blocklogpage\";i:1594;s:24:\"block-log-flags-anononly\";i:1595;s:24:\"block-log-flags-nocreate\";i:1596;s:27:\"block-log-flags-noautoblock\";i:1597;s:23:\"block-log-flags-noemail\";i:1598;s:26:\"block-log-flags-nousertalk\";i:1599;s:31:\"block-log-flags-angry-autoblock\";i:1600;s:26:\"block-log-flags-hiddenname\";i:1601;s:26:\"ipb-prevent-user-talk-edit\";i:1602;s:18:\"ipb_expiry_invalid\";i:1603;s:15:\"ipb_expiry_temp\";i:1604;s:19:\"ipb_already_blocked\";i:1605;s:22:\"ipb-otherblocks-header\";i:1606;s:12:\"proxyblocker\";i:1607;s:6:\"lockdb\";i:1608;s:8:\"unlockdb\";i:1609;s:11:\"lockconfirm\";i:1610;s:13:\"unlockconfirm\";i:1611;s:7:\"lockbtn\";i:1612;s:9:\"unlockbtn\";i:1613;s:13:\"locknoconfirm\";i:1614;s:16:\"lockdbsuccesssub\";i:1615;s:18:\"unlockdbsuccesssub\";i:1616;s:19:\"unlockdbsuccesstext\";i:1617;s:17:\"databasenotlocked\";i:1618;s:15:\"lockedbyandtime\";i:1619;s:9:\"move-page\";i:1620;s:16:\"move-page-legend\";i:1621;s:12:\"movepagetext\";i:1622;s:28:\"movepagetext-noredirectfixer\";i:1623;s:16:\"movepagetalktext\";i:1624;s:20:\"moveuserpage-warning\";i:1625;s:24:\"movecategorypage-warning\";i:1626;s:14:\"movenotallowed\";i:1627;s:18:\"movenotallowedfile\";i:1628;s:19:\"cant-move-user-page\";i:1629;s:22:\"cant-move-to-user-page\";i:1630;s:8:\"newtitle\";i:1631;s:10:\"move-watch\";i:1632;s:11:\"movepagebtn\";i:1633;s:12:\"pagemovedsub\";i:1634;s:14:\"movepage-moved\";i:1635;s:23:\"movepage-moved-redirect\";i:1636;s:13:\"articleexists\";i:1637;s:8:\"movetalk\";i:1638;s:13:\"move-subpages\";i:1639;s:18:\"move-talk-subpages\";i:1640;s:20:\"movepage-page-exists\";i:1641;s:19:\"movepage-page-moved\";i:1642;s:21:\"movepage-page-unmoved\";i:1643;s:11:\"movelogpage\";i:1644;s:15:\"movelogpagetext\";i:1645;s:11:\"movesubpage\";i:1646;s:13:\"movenosubpage\";i:1647;s:10:\"movereason\";i:1648;s:10:\"revertmove\";i:1649;s:23:\"delete_and_move_confirm\";i:1650;s:25:\"immobile-source-namespace\";i:1651;s:20:\"immobile-source-page\";i:1652;s:20:\"immobile-target-page\";i:1653;s:21:\"imagenocrossnamespace\";i:1654;s:27:\"nonfile-cannot-move-to-file\";i:1655;s:17:\"imagetypemismatch\";i:1656;s:20:\"imageinvalidfilename\";i:1657;s:20:\"fix-double-redirects\";i:1658;s:19:\"move-leave-redirect\";i:1659;s:6:\"export\";i:1660;s:13:\"export-submit\";i:1661;s:17:\"export-addcattext\";i:1662;s:13:\"export-addcat\";i:1663;s:16:\"export-addnstext\";i:1664;s:12:\"export-addns\";i:1665;s:15:\"export-download\";i:1666;s:16:\"export-templates\";i:1667;s:16:\"export-pagelinks\";i:1668;s:11:\"allmessages\";i:1669;s:15:\"allmessagesname\";i:1670;s:18:\"allmessagesdefault\";i:1671;s:18:\"allmessagescurrent\";i:1672;s:25:\"allmessages-filter-legend\";i:1673;s:18:\"allmessages-filter\";i:1674;s:29:\"allmessages-filter-unmodified\";i:1675;s:22:\"allmessages-filter-all\";i:1676;s:27:\"allmessages-filter-modified\";i:1677;s:18:\"allmessages-prefix\";i:1678;s:20:\"allmessages-language\";i:1679;s:25:\"allmessages-filter-submit\";i:1680;s:14:\"thumbnail-more\";i:1681;s:11:\"filemissing\";i:1682;s:15:\"thumbnail_error\";i:1683;s:23:\"thumbnail_image-missing\";i:1684;s:6:\"import\";i:1685;s:15:\"importinterwiki\";i:1686;s:23:\"import-interwiki-submit\";i:1687;s:22:\"import-upload-filename\";i:1688;s:14:\"import-comment\";i:1689;s:13:\"importnopages\";i:1690;s:18:\"importbadinterwiki\";i:1691;s:16:\"import-noarticle\";i:1692;s:13:\"importlogpage\";i:1693;s:19:\"tooltip-pt-userpage\";i:1694;s:17:\"tooltip-pt-mytalk\";i:1695;s:19:\"tooltip-pt-anontalk\";i:1696;s:22:\"tooltip-pt-preferences\";i:1697;s:20:\"tooltip-pt-watchlist\";i:1698;s:20:\"tooltip-pt-mycontris\";i:1699;s:16:\"tooltip-pt-login\";i:1700;s:17:\"tooltip-pt-logout\";i:1701;s:24:\"tooltip-pt-createaccount\";i:1702;s:15:\"tooltip-ca-talk\";i:1703;s:15:\"tooltip-ca-edit\";i:1704;s:21:\"tooltip-ca-addsection\";i:1705;s:21:\"tooltip-ca-viewsource\";i:1706;s:18:\"tooltip-ca-history\";i:1707;s:18:\"tooltip-ca-protect\";i:1708;s:17:\"tooltip-ca-delete\";i:1709;s:15:\"tooltip-ca-move\";i:1710;s:16:\"tooltip-ca-watch\";i:1711;s:18:\"tooltip-ca-unwatch\";i:1712;s:14:\"tooltip-search\";i:1713;s:17:\"tooltip-search-go\";i:1714;s:23:\"tooltip-search-fulltext\";i:1715;s:14:\"tooltip-p-logo\";i:1716;s:18:\"tooltip-n-mainpage\";i:1717;s:30:\"tooltip-n-mainpage-description\";i:1718;s:16:\"tooltip-n-portal\";i:1719;s:23:\"tooltip-n-currentevents\";i:1720;s:23:\"tooltip-n-recentchanges\";i:1721;s:20:\"tooltip-n-randompage\";i:1722;s:14:\"tooltip-n-help\";i:1723;s:23:\"tooltip-t-whatlinkshere\";i:1724;s:29:\"tooltip-t-recentchangeslinked\";i:1725;s:16:\"tooltip-feed-rss\";i:1726;s:17:\"tooltip-feed-atom\";i:1727;s:23:\"tooltip-t-contributions\";i:1728;s:19:\"tooltip-t-emailuser\";i:1729;s:16:\"tooltip-t-upload\";i:1730;s:22:\"tooltip-t-specialpages\";i:1731;s:15:\"tooltip-t-print\";i:1732;s:19:\"tooltip-t-permalink\";i:1733;s:21:\"tooltip-ca-nstab-main\";i:1734;s:21:\"tooltip-ca-nstab-user\";i:1735;s:22:\"tooltip-ca-nstab-media\";i:1736;s:24:\"tooltip-ca-nstab-special\";i:1737;s:24:\"tooltip-ca-nstab-project\";i:1738;s:22:\"tooltip-ca-nstab-image\";i:1739;s:26:\"tooltip-ca-nstab-mediawiki\";i:1740;s:25:\"tooltip-ca-nstab-template\";i:1741;s:21:\"tooltip-ca-nstab-help\";i:1742;s:25:\"tooltip-ca-nstab-category\";i:1743;s:17:\"tooltip-minoredit\";i:1744;s:12:\"tooltip-save\";i:1745;s:15:\"tooltip-preview\";i:1746;s:12:\"tooltip-diff\";i:1747;s:31:\"tooltip-compareselectedversions\";i:1748;s:13:\"tooltip-watch\";i:1749;s:14:\"tooltip-upload\";i:1750;s:16:\"tooltip-rollback\";i:1751;s:12:\"tooltip-undo\";i:1752;s:24:\"tooltip-preferences-save\";i:1753;s:15:\"tooltip-summary\";i:1754;s:8:\"siteuser\";i:1755;s:8:\"anonuser\";i:1756;s:6:\"others\";i:1757;s:11:\"creditspage\";i:1758;s:16:\"spambot_username\";i:1759;s:20:\"simpleantispam-label\";i:1760;s:14:\"pageinfo-title\";i:1761;s:21:\"pageinfo-header-basic\";i:1762;s:21:\"pageinfo-header-edits\";i:1763;s:28:\"pageinfo-header-restrictions\";i:1764;s:26:\"pageinfo-header-properties\";i:1765;s:22:\"pageinfo-display-title\";i:1766;s:21:\"pageinfo-default-sort\";i:1767;s:15:\"pageinfo-length\";i:1768;s:19:\"pageinfo-article-id\";i:1769;s:17:\"pageinfo-language\";i:1770;s:22:\"pageinfo-content-model\";i:1771;s:21:\"pageinfo-robot-policy\";i:1772;s:20:\"pageinfo-robot-index\";i:1773;s:22:\"pageinfo-robot-noindex\";i:1774;s:17:\"pageinfo-watchers\";i:1775;s:26:\"pageinfo-visiting-watchers\";i:1776;s:21:\"pageinfo-few-watchers\";i:1777;s:23:\"pageinfo-redirects-name\";i:1778;s:22:\"pageinfo-subpages-name\";i:1779;s:23:\"pageinfo-subpages-value\";i:1780;s:18:\"pageinfo-firstuser\";i:1781;s:18:\"pageinfo-firsttime\";i:1782;s:17:\"pageinfo-lastuser\";i:1783;s:17:\"pageinfo-lasttime\";i:1784;s:14:\"pageinfo-edits\";i:1785;s:16:\"pageinfo-authors\";i:1786;s:21:\"pageinfo-recent-edits\";i:1787;s:23:\"pageinfo-recent-authors\";i:1788;s:20:\"pageinfo-magic-words\";i:1789;s:26:\"pageinfo-hidden-categories\";i:1790;s:18:\"pageinfo-templates\";i:1791;s:20:\"pageinfo-toolboxlink\";i:1792;s:20:\"pageinfo-contentpage\";i:1793;s:24:\"pageinfo-contentpage-yes\";i:1794;s:19:\"markaspatrolleddiff\";i:1795;s:15:\"patrol-log-page\";i:1796;s:12:\"previousdiff\";i:1797;s:8:\"nextdiff\";i:1798;s:9:\"thumbsize\";i:1799;s:15:\"widthheightpage\";i:1800;s:9:\"file-info\";i:1801;s:14:\"file-info-size\";i:1802;s:20:\"file-info-size-pages\";i:1803;s:12:\"file-nohires\";i:1804;s:13:\"svg-long-desc\";i:1805;s:14:\"show-big-image\";i:1806;s:22:\"show-big-image-preview\";i:1807;s:20:\"show-big-image-other\";i:1808;s:19:\"show-big-image-size\";i:1809;s:20:\"file-info-gif-looped\";i:1810;s:20:\"file-info-png-looped\";i:1811;s:16:\"newimages-legend\";i:1812;s:14:\"newimages-user\";i:1813;s:8:\"noimages\";i:1814;s:8:\"ilsubmit\";i:1815;s:6:\"bydate\";i:1816;s:21:\"sp-newimages-showfrom\";i:1817;s:14:\"seconds-abbrev\";i:1818;s:14:\"minutes-abbrev\";i:1819;s:12:\"hours-abbrev\";i:1820;s:5:\"years\";i:1821;s:14:\"bad_image_list\";i:1822;s:19:\"variantname-zh-hans\";i:1823;s:19:\"variantname-zh-hant\";i:1824;s:17:\"variantname-zh-cn\";i:1825;s:17:\"variantname-zh-tw\";i:1826;s:17:\"variantname-zh-hk\";i:1827;s:17:\"variantname-zh-mo\";i:1828;s:17:\"variantname-zh-sg\";i:1829;s:17:\"variantname-zh-my\";i:1830;s:20:\"variantname-gan-hans\";i:1831;s:17:\"variantname-sr-ec\";i:1832;s:17:\"variantname-sr-el\";i:1833;s:17:\"variantname-kk-kz\";i:1834;s:17:\"variantname-kk-tr\";i:1835;s:17:\"variantname-kk-cn\";i:1836;s:19:\"variantname-kk-cyrl\";i:1837;s:19:\"variantname-kk-latn\";i:1838;s:19:\"variantname-kk-arab\";i:1839;s:8:\"metadata\";i:1840;s:13:\"metadata-help\";i:1841;s:15:\"metadata-expand\";i:1842;s:17:\"metadata-collapse\";i:1843;s:15:\"metadata-fields\";i:1844;s:13:\"namespacesall\";i:1845;s:9:\"monthsall\";i:1846;s:12:\"confirmemail\";i:1847;s:17:\"confirmemail_send\";i:1848;s:17:\"confirmemail_sent\";i:1849;s:20:\"confirmemail_invalid\";i:1850;s:22:\"confirmemail_needlogin\";i:1851;s:20:\"confirmemail_success\";i:1852;s:21:\"confirmemail_loggedin\";i:1853;s:20:\"confirmemail_subject\";i:1854;s:24:\"confirmemail_invalidated\";i:1855;s:15:\"invalidateemail\";i:1856;s:23:\"scarytranscludedisabled\";i:1857;s:21:\"scarytranscludefailed\";i:1858;s:22:\"scarytranscludetoolong\";i:1859;s:19:\"deletedwhileediting\";i:1860;s:15:\"confirmrecreate\";i:1861;s:24:\"confirmrecreate-noreason\";i:1862;s:8:\"recreate\";i:1863;s:20:\"confirm_purge_button\";i:1864;s:17:\"confirm-purge-top\";i:1865;s:20:\"confirm-watch-button\";i:1866;s:17:\"confirm-watch-top\";i:1867;s:22:\"confirm-unwatch-button\";i:1868;s:19:\"confirm-unwatch-top\";i:1869;s:16:\"imgmultipageprev\";i:1870;s:16:\"imgmultipagenext\";i:1871;s:10:\"imgmultigo\";i:1872;s:12:\"imgmultigoto\";i:1873;s:11:\"img-lang-go\";i:1874;s:16:\"table_pager_next\";i:1875;s:16:\"table_pager_prev\";i:1876;s:17:\"table_pager_first\";i:1877;s:16:\"table_pager_last\";i:1878;s:17:\"table_pager_limit\";i:1879;s:23:\"table_pager_limit_label\";i:1880;s:24:\"table_pager_limit_submit\";i:1881;s:17:\"table_pager_empty\";i:1882;s:14:\"autosumm-blank\";i:1883;s:16:\"autosumm-replace\";i:1884;s:16:\"autoredircomment\";i:1885;s:12:\"autosumm-new\";i:1886;s:15:\"lag-warn-normal\";i:1887;s:26:\"watchlistedit-normal-title\";i:1888;s:27:\"watchlistedit-normal-legend\";i:1889;s:27:\"watchlistedit-normal-submit\";i:1890;s:25:\"watchlistedit-normal-done\";i:1891;s:23:\"watchlistedit-raw-title\";i:1892;s:24:\"watchlistedit-raw-legend\";i:1893;s:24:\"watchlistedit-raw-titles\";i:1894;s:24:\"watchlistedit-raw-submit\";i:1895;s:20:\"watchlisttools-clear\";i:1896;s:19:\"watchlisttools-view\";i:1897;s:19:\"watchlisttools-edit\";i:1898;s:18:\"watchlisttools-raw\";i:1899;s:9:\"signature\";i:1900;s:21:\"duplicate-defaultsort\";i:1901;s:7:\"version\";i:1902;s:18:\"version-extensions\";i:1903;s:13:\"version-skins\";i:1904;s:20:\"version-specialpages\";i:1905;s:19:\"version-parserhooks\";i:1906;s:17:\"version-variables\";i:1907;s:16:\"version-antispam\";i:1908;s:13:\"version-other\";i:1909;s:21:\"version-mediahandlers\";i:1910;s:13:\"version-hooks\";i:1911;s:28:\"version-parser-extensiontags\";i:1912;s:29:\"version-parser-function-hooks\";i:1913;s:17:\"version-hook-name\";i:1914;s:25:\"version-hook-subscribedby\";i:1915;s:15:\"version-license\";i:1916;s:24:\"version-poweredby-others\";i:1917;s:16:\"version-software\";i:1918;s:24:\"version-software-product\";i:1919;s:24:\"version-software-version\";i:1920;s:8:\"redirect\";i:1921;s:16:\"redirect-summary\";i:1922;s:15:\"redirect-submit\";i:1923;s:15:\"redirect-lookup\";i:1924;s:14:\"redirect-value\";i:1925;s:13:\"redirect-user\";i:1926;s:13:\"redirect-page\";i:1927;s:17:\"redirect-revision\";i:1928;s:13:\"redirect-file\";i:1929;s:19:\"fileduplicatesearch\";i:1930;s:27:\"fileduplicatesearch-summary\";i:1931;s:28:\"fileduplicatesearch-filename\";i:1932;s:26:\"fileduplicatesearch-submit\";i:1933;s:24:\"fileduplicatesearch-info\";i:1934;s:28:\"fileduplicatesearch-result-1\";i:1935;s:28:\"fileduplicatesearch-result-n\";i:1936;s:29:\"fileduplicatesearch-noresults\";i:1937;s:12:\"specialpages\";i:1938;s:30:\"specialpages-group-maintenance\";i:1939;s:24:\"specialpages-group-other\";i:1940;s:24:\"specialpages-group-login\";i:1941;s:26:\"specialpages-group-changes\";i:1942;s:24:\"specialpages-group-media\";i:1943;s:24:\"specialpages-group-users\";i:1944;s:26:\"specialpages-group-highuse\";i:1945;s:24:\"specialpages-group-pages\";i:1946;s:28:\"specialpages-group-pagetools\";i:1947;s:23:\"specialpages-group-wiki\";i:1948;s:28:\"specialpages-group-redirects\";i:1949;s:23:\"specialpages-group-spam\";i:1950;s:9:\"blankpage\";i:1951;s:22:\"intentionallyblankpage\";i:1952;s:4:\"tags\";i:1953;s:10:\"tag-filter\";i:1954;s:17:\"tag-filter-submit\";i:1955;s:16:\"tag-list-wrapper\";i:1956;s:15:\"tag-mw-rollback\";i:1957;s:10:\"tags-title\";i:1958;s:10:\"tags-intro\";i:1959;s:8:\"tags-tag\";i:1960;s:19:\"tags-display-header\";i:1961;s:23:\"tags-description-header\";i:1962;s:20:\"tags-hitcount-header\";i:1963;s:15:\"tags-active-yes\";i:1964;s:14:\"tags-active-no\";i:1965;s:9:\"tags-edit\";i:1966;s:13:\"tags-hitcount\";i:1967;s:12:\"comparepages\";i:1968;s:13:\"compare-page1\";i:1969;s:13:\"compare-page2\";i:1970;s:12:\"compare-rev1\";i:1971;s:12:\"compare-rev2\";i:1972;s:14:\"compare-submit\";i:1973;s:9:\"diff-form\";i:1974;s:10:\"deletepage\";i:1975;s:14:\"dberr-problems\";i:1976;s:11:\"dberr-again\";i:1977;s:10:\"dberr-info\";i:1978;s:22:\"htmlform-invalid-input\";i:1979;s:25:\"htmlform-select-badoption\";i:1980;s:20:\"htmlform-int-invalid\";i:1981;s:22:\"htmlform-float-invalid\";i:1982;s:19:\"htmlform-int-toolow\";i:1983;s:20:\"htmlform-int-toohigh\";i:1984;s:17:\"htmlform-required\";i:1985;s:15:\"htmlform-submit\";i:1986;s:14:\"htmlform-reset\";i:1987;s:28:\"htmlform-selectorother-other\";i:1988;s:22:\"logentry-delete-delete\";i:1989;s:23:\"logentry-delete-restore\";i:1990;s:19:\"restore-count-files\";i:1991;s:24:\"logentry-delete-revision\";i:1992;s:21:\"revdelete-content-hid\";i:1993;s:19:\"revdelete-uname-hid\";i:1994;s:20:\"revdelete-restricted\";i:1995;s:22:\"revdelete-unrestricted\";i:1996;s:18:\"logentry-move-move\";i:1997;s:29:\"logentry-move-move-noredirect\";i:1998;s:24:\"logentry-move-move_redir\";i:1999;s:27:\"logentry-patrol-patrol-auto\";i:2000;s:24:\"logentry-newusers-create\";i:2001;s:28:\"logentry-newusers-autocreate\";i:2002;s:22:\"logentry-upload-upload\";i:2003;s:25:\"logentry-upload-overwrite\";i:2004;s:10:\"rightsnone\";i:2005;s:20:\"searchsuggest-search\";i:2006;s:24:\"searchsuggest-containing\";i:2007;s:30:\"api-clientside-error-noconnect\";i:2008;s:13:\"duration-days\";i:2009;s:15:\"expandtemplates\";i:2010;s:42:\"mw-widgets-titleinput-description-new-page\";i:2011;s:13:\"date-range-to\";i:2012;s:14:\"randomrootpage\";i:2013;s:21:\"log-action-filter-all\";i:2014;s:32:\"log-action-filter-delete-restore\";i:2015;s:33:\"log-action-filter-newusers-create\";i:2016;s:34:\"log-action-filter-newusers-create2\";i:2017;s:31:\"log-action-filter-upload-revert\";i:2018;s:25:\"authmanager-username-help\";i:2019;s:24:\"specialmute-email-footer\";i:2020;s:19:\"userlogout-continue\";i:2021;s:43:\"nonmain-slot-differences-therefore-readonly\";i:2022;s:22:\"skin-view-create-local\";i:2023;s:14:\"nstab-mainpage\";i:2024;s:20:\"skin-view-edit-local\";i:2025;s:19:\"skin-action-protect\";i:2026;s:20:\"skin-action-undelete\";i:2027;s:18:\"skin-action-delete\";i:2028;s:16:\"skin-action-move\";i:2029;s:15:\"exif-imagewidth\";i:2030;s:16:\"exif-imagelength\";i:2031;s:18:\"exif-bitspersample\";i:2032;s:16:\"exif-compression\";i:2033;s:30:\"exif-photometricinterpretation\";i:2034;s:16:\"exif-orientation\";i:2035;s:20:\"exif-samplesperpixel\";i:2036;s:24:\"exif-planarconfiguration\";i:2037;s:21:\"exif-ycbcrsubsampling\";i:2038;s:21:\"exif-ycbcrpositioning\";i:2039;s:16:\"exif-xresolution\";i:2040;s:16:\"exif-yresolution\";i:2041;s:17:\"exif-stripoffsets\";i:2042;s:17:\"exif-rowsperstrip\";i:2043;s:20:\"exif-stripbytecounts\";i:2044;s:26:\"exif-jpeginterchangeformat\";i:2045;s:32:\"exif-jpeginterchangeformatlength\";i:2046;s:15:\"exif-whitepoint\";i:2047;s:26:\"exif-primarychromaticities\";i:2048;s:22:\"exif-ycbcrcoefficients\";i:2049;s:24:\"exif-referenceblackwhite\";i:2050;s:13:\"exif-datetime\";i:2051;s:21:\"exif-imagedescription\";i:2052;s:9:\"exif-make\";i:2053;s:10:\"exif-model\";i:2054;s:13:\"exif-software\";i:2055;s:11:\"exif-artist\";i:2056;s:14:\"exif-copyright\";i:2057;s:16:\"exif-exifversion\";i:2058;s:20:\"exif-flashpixversion\";i:2059;s:15:\"exif-colorspace\";i:2060;s:28:\"exif-componentsconfiguration\";i:2061;s:27:\"exif-compressedbitsperpixel\";i:2062;s:20:\"exif-pixelxdimension\";i:2063;s:20:\"exif-pixelydimension\";i:2064;s:16:\"exif-usercomment\";i:2065;s:21:\"exif-relatedsoundfile\";i:2066;s:21:\"exif-datetimeoriginal\";i:2067;s:22:\"exif-datetimedigitized\";i:2068;s:15:\"exif-subsectime\";i:2069;s:23:\"exif-subsectimeoriginal\";i:2070;s:24:\"exif-subsectimedigitized\";i:2071;s:17:\"exif-exposuretime\";i:2072;s:24:\"exif-exposuretime-format\";i:2073;s:12:\"exif-fnumber\";i:2074;s:20:\"exif-exposureprogram\";i:2075;s:24:\"exif-spectralsensitivity\";i:2076;s:20:\"exif-isospeedratings\";i:2077;s:22:\"exif-shutterspeedvalue\";i:2078;s:18:\"exif-aperturevalue\";i:2079;s:20:\"exif-brightnessvalue\";i:2080;s:22:\"exif-exposurebiasvalue\";i:2081;s:20:\"exif-subjectdistance\";i:2082;s:17:\"exif-meteringmode\";i:2083;s:16:\"exif-lightsource\";i:2084;s:10:\"exif-flash\";i:2085;s:16:\"exif-focallength\";i:2086;s:16:\"exif-subjectarea\";i:2087;s:16:\"exif-flashenergy\";i:2088;s:15:\"exif-filesource\";i:2089;s:17:\"exif-whitebalance\";i:2090;s:21:\"exif-digitalzoomratio\";i:2091;s:18:\"exif-imageuniqueid\";i:2092;s:17:\"exif-gpsversionid\";i:2093;s:17:\"exif-gpslongitude\";i:2094;s:16:\"exif-gpsaltitude\";i:2095;s:17:\"exif-gpstimestamp\";i:2096;s:16:\"exif-gpsspeedref\";i:2097;s:13:\"exif-gpsspeed\";i:2098;s:16:\"exif-gpstrackref\";i:2099;s:13:\"exif-gpstrack\";i:2100;s:23:\"exif-gpsimgdirectionref\";i:2101;s:20:\"exif-gpsimgdirection\";i:2102;s:24:\"exif-gpsprocessingmethod\";i:2103;s:23:\"exif-gpsareainformation\";i:2104;s:17:\"exif-gpsdatestamp\";i:2105;s:20:\"exif-gpsdifferential\";i:2106;s:20:\"exif-jpegfilecomment\";i:2107;s:13:\"exif-keywords\";i:2108;s:23:\"exif-worldregioncreated\";i:2109;s:19:\"exif-countrycreated\";i:2110;s:23:\"exif-countrycodecreated\";i:2111;s:27:\"exif-provinceorstatecreated\";i:2112;s:16:\"exif-citycreated\";i:2113;s:20:\"exif-worldregiondest\";i:2114;s:16:\"exif-countrydest\";i:2115;s:20:\"exif-countrycodedest\";i:2116;s:13:\"exif-citydest\";i:2117;s:15:\"exif-objectname\";i:2118;s:11:\"exif-credit\";i:2119;s:11:\"exif-source\";i:2120;s:12:\"exif-urgency\";i:2121;s:16:\"exif-objectcycle\";i:2122;s:12:\"exif-contact\";i:2123;s:11:\"exif-writer\";i:2124;s:17:\"exif-languagecode\";i:2125;s:15:\"exif-iimversion\";i:2126;s:16:\"exif-iimcategory\";i:2127;s:28:\"exif-iimsupplementalcategory\";i:2128;s:20:\"exif-datetimeexpires\";i:2129;s:21:\"exif-datetimereleased\";i:2130;s:15:\"exif-identifier\";i:2131;s:9:\"exif-lens\";i:2132;s:17:\"exif-serialnumber\";i:2133;s:20:\"exif-cameraownername\";i:2134;s:19:\"exif-pngfilecomment\";i:2135;s:19:\"exif-giffilecomment\";i:2136;s:22:\"exif-intellectualgenre\";i:2137;s:14:\"exif-scenecode\";i:2138;s:18:\"exif-orientation-1\";i:2139;s:18:\"exif-orientation-4\";i:2140;s:18:\"exif-orientation-8\";i:2141;s:30:\"exif-componentsconfiguration-0\";i:2142;s:22:\"exif-exposureprogram-0\";i:2143;s:22:\"exif-exposureprogram-1\";i:2144;s:22:\"exif-exposureprogram-2\";i:2145;s:26:\"exif-subjectdistance-value\";i:2146;s:19:\"exif-meteringmode-0\";i:2147;s:19:\"exif-meteringmode-1\";i:2148;s:19:\"exif-meteringmode-3\";i:2149;s:19:\"exif-meteringmode-4\";i:2150;s:19:\"exif-meteringmode-6\";i:2151;s:21:\"exif-meteringmode-255\";i:2152;s:18:\"exif-lightsource-0\";i:2153;s:18:\"exif-lightsource-4\";i:2154;s:19:\"exif-lightsource-17\";i:2155;s:19:\"exif-lightsource-18\";i:2156;s:19:\"exif-lightsource-19\";i:2157;s:19:\"exif-lightsource-24\";i:2158;s:20:\"exif-lightsource-255\";i:2159;s:18:\"exif-flash-fired-0\";i:2160;s:18:\"exif-flash-fired-1\";i:2161;s:19:\"exif-flash-return-0\";i:2162;s:19:\"exif-flash-return-2\";i:2163;s:19:\"exif-flash-return-3\";i:2164;s:17:\"exif-flash-mode-1\";i:2165;s:17:\"exif-flash-mode-2\";i:2166;s:17:\"exif-flash-mode-3\";i:2167;s:21:\"exif-flash-function-1\";i:2168;s:19:\"exif-flash-redeye-1\";i:2169;s:31:\"exif-focalplaneresolutionunit-2\";i:2170;s:20:\"exif-sensingmethod-1\";i:2171;s:20:\"exif-sensingmethod-2\";i:2172;s:20:\"exif-sensingmethod-3\";i:2173;s:20:\"exif-sensingmethod-4\";i:2174;s:20:\"exif-sensingmethod-5\";i:2175;s:20:\"exif-sensingmethod-7\";i:2176;s:20:\"exif-sensingmethod-8\";i:2177;s:17:\"exif-filesource-3\";i:2178;s:16:\"exif-scenetype-1\";i:2179;s:21:\"exif-customrendered-0\";i:2180;s:21:\"exif-customrendered-1\";i:2181;s:19:\"exif-exposuremode-0\";i:2182;s:19:\"exif-exposuremode-1\";i:2183;s:19:\"exif-exposuremode-2\";i:2184;s:19:\"exif-whitebalance-0\";i:2185;s:19:\"exif-whitebalance-1\";i:2186;s:23:\"exif-scenecapturetype-0\";i:2187;s:23:\"exif-scenecapturetype-1\";i:2188;s:23:\"exif-scenecapturetype-2\";i:2189;s:23:\"exif-scenecapturetype-3\";i:2190;s:18:\"exif-gaincontrol-0\";i:2191;s:18:\"exif-gaincontrol-1\";i:2192;s:18:\"exif-gaincontrol-2\";i:2193;s:18:\"exif-gaincontrol-3\";i:2194;s:18:\"exif-gaincontrol-4\";i:2195;s:15:\"exif-contrast-0\";i:2196;s:15:\"exif-contrast-1\";i:2197;s:15:\"exif-contrast-2\";i:2198;s:17:\"exif-saturation-0\";i:2199;s:17:\"exif-saturation-1\";i:2200;s:17:\"exif-saturation-2\";i:2201;s:16:\"exif-sharpness-0\";i:2202;s:16:\"exif-sharpness-1\";i:2203;s:16:\"exif-sharpness-2\";i:2204;s:27:\"exif-subjectdistancerange-0\";i:2205;s:27:\"exif-subjectdistancerange-1\";i:2206;s:27:\"exif-subjectdistancerange-2\";i:2207;s:27:\"exif-subjectdistancerange-3\";i:2208;s:18:\"exif-gpslatitude-n\";i:2209;s:18:\"exif-gpslatitude-s\";i:2210;s:19:\"exif-gpslongitude-e\";i:2211;s:19:\"exif-gpslongitude-w\";i:2212;s:31:\"exif-gpsaltitude-above-sealevel\";i:2213;s:31:\"exif-gpsaltitude-below-sealevel\";i:2214;s:16:\"exif-gpsstatus-a\";i:2215;s:16:\"exif-gpsstatus-v\";i:2216;s:21:\"exif-gpsmeasuremode-2\";i:2217;s:21:\"exif-gpsmeasuremode-3\";i:2218;s:15:\"exif-gpsspeed-k\";i:2219;s:15:\"exif-gpsspeed-m\";i:2220;s:15:\"exif-gpsspeed-n\";i:2221;s:22:\"exif-gpsdestdistance-k\";i:2222;s:22:\"exif-gpsdestdistance-m\";i:2223;s:22:\"exif-gpsdestdistance-n\";i:2224;s:21:\"exif-gpsdop-excellent\";i:2225;s:16:\"exif-gpsdop-good\";i:2226;s:20:\"exif-gpsdop-moderate\";i:2227;s:16:\"exif-gpsdop-fair\";i:2228;s:16:\"exif-gpsdop-poor\";i:2229;s:18:\"exif-objectcycle-a\";i:2230;s:18:\"exif-objectcycle-p\";i:2231;s:18:\"exif-objectcycle-b\";i:2232;s:19:\"exif-gpsdirection-t\";i:2233;s:19:\"exif-gpsdirection-m\";i:2234;s:23:\"exif-ycbcrpositioning-1\";i:2235;s:23:\"exif-ycbcrpositioning-2\";i:2236;s:19:\"exif-dc-contributor\";i:2237;s:12:\"exif-dc-date\";i:2238;s:17:\"exif-dc-publisher\";i:2239;s:16:\"exif-dc-relation\";i:2240;s:14:\"exif-dc-rights\";i:2241;s:14:\"exif-dc-source\";i:2242;s:12:\"exif-dc-type\";i:2243;s:20:\"exif-rating-rejected\";i:2244;s:29:\"exif-isospeedratings-overflow\";i:2245;s:20:\"exif-iimcategory-ace\";i:2246;s:20:\"exif-iimcategory-clj\";i:2247;s:20:\"exif-iimcategory-dis\";i:2248;s:20:\"exif-iimcategory-fin\";i:2249;s:20:\"exif-iimcategory-edu\";i:2250;s:20:\"exif-iimcategory-evn\";i:2251;s:20:\"exif-iimcategory-hth\";i:2252;s:20:\"exif-iimcategory-hum\";i:2253;s:20:\"exif-iimcategory-lab\";i:2254;s:20:\"exif-iimcategory-lif\";i:2255;s:20:\"exif-iimcategory-pol\";i:2256;s:20:\"exif-iimcategory-rel\";i:2257;s:20:\"exif-iimcategory-sci\";i:2258;s:20:\"exif-iimcategory-soi\";i:2259;s:20:\"exif-iimcategory-spo\";i:2260;s:20:\"exif-iimcategory-war\";i:2261;s:20:\"exif-iimcategory-wea\";i:2262;s:19:\"exif-urgency-normal\";i:2263;s:16:\"exif-urgency-low\";i:2264;s:17:\"exif-urgency-high\";i:2265;s:18:\"exif-urgency-other\";i:2266;s:15:\"skinname-vector\";i:2267;s:20:\"skinname-vector-2022\";i:2268;s:14:\"vector-opt-out\";i:2269;s:16:\"vector-languages\";i:2270;s:28:\"vector-language-button-label\";i:2271;s:31:\"vector-no-language-button-label\";i:2272;s:31:\"vector-language-redirect-to-top\";i:2273;s:24:\"vector-action-addsection\";i:2274;s:20:\"vector-action-delete\";i:2275;s:18:\"vector-action-move\";i:2276;s:21:\"vector-action-protect\";i:2277;s:22:\"vector-action-undelete\";i:2278;s:23:\"vector-action-unprotect\";i:2279;s:18:\"vector-view-create\";i:2280;s:16:\"vector-view-edit\";i:2281;s:19:\"vector-view-history\";i:2282;s:16:\"vector-view-view\";i:2283;s:22:\"vector-view-viewsource\";i:2284;s:19:\"vector-more-actions\";i:2285;s:31:\"vector-searchsuggest-containing\";i:2286;s:20:\"vector-toc-beginning\";i:2287;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:2288;s:28:\"wikieditor-toolbar-tool-file\";i:2289;s:30:\"wikieditor-toolbar-file-target\";i:2290;s:38:\"wikieditor-toolbar-file-alt-help-label\";i:2291;s:28:\"wikieditor-toolbar-file-size\";i:2292;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:2293;s:27:\"wikieditor-toolbar-tool-big\";i:2294;s:38:\"wikieditor-toolbar-tool-replace-search\";i:2295;s:37:\"wikieditor-toolbar-tool-replace-close\";i:2296;s:31:\"wikieditor-toolbar-section-help\";i:2297;s:33:\"wikieditor-toolbar-help-page-file\";i:2298;s:34:\"wikieditor-realtimepreview-preview\";i:2299;s:32:\"wikieditor-realtimepreview-error\";i:2300;s:33:\"wikieditor-realtimepreview-reload\";i:2301;s:38:\"mobile-frontend-back-to-top-of-section\";i:2302;s:32:\"mobile-frontend-featured-article\";i:2303;s:27:\"mobile-frontend-home-button\";i:2304;s:29:\"mobile-frontend-random-button\";i:2305;s:28:\"mobile-frontend-regular-site\";i:2306;s:29:\"mobile-frontend-search-submit\";i:2307;s:16:\"tog-requireemail\";i:2308;s:25:\"categoryviewer-pagedlinks\";i:2309;s:24:\"category-header-numerals\";i:2310;s:23:\"search-ignored-headings\";i:2311;s:35:\"printableversion-deprecated-warning\";i:2312;s:29:\"tool-link-userrights-readonly\";i:2313;s:18:\"generic-pool-error\";i:2314;s:16:\"pool-servererror\";i:2315;s:27:\"youhavenewmessagesmanyusers\";i:2316;s:9:\"feed-atom\";i:2317;s:8:\"feed-rss\";i:2318;s:12:\"sort-initial\";i:2319;s:18:\"sort-rowspan-error\";i:2320;s:18:\"databaseerror-text\";i:2321;s:20:\"databaseerror-textcl\";i:2322;s:35:\"transaction-duration-limit-exceeded\";i:2323;s:39:\"transaction-max-statement-time-exceeded\";i:2324;s:26:\"nonwrite-api-promise-error\";i:2325;s:12:\"timeouterror\";i:2326;s:17:\"timeouterror-text\";i:2327;s:16:\"delete-scheduled\";i:2328;s:19:\"delete-hook-aborted\";i:2329;s:16:\"no-null-revision\";i:2330;s:19:\"title-invalid-empty\";i:2331;s:18:\"title-invalid-utf8\";i:2332;s:23:\"title-invalid-interwiki\";i:2333;s:22:\"title-invalid-relative\";i:2334;s:25:\"title-invalid-magic-tilde\";i:2335;s:22:\"title-invalid-too-long\";i:2336;s:27:\"title-invalid-leading-colon\";i:2337;s:12:\"viewyourtext\";i:2338;s:18:\"translateinterface\";i:2339;s:19:\"customjsonprotected\";i:2340;s:16:\"sitecssprotected\";i:2341;s:17:\"sitejsonprotected\";i:2342;s:15:\"sitejsprotected\";i:2343;s:20:\"siterawhtmlprotected\";i:2344;s:20:\"mycustomcssprotected\";i:2345;s:21:\"mycustomjsonprotected\";i:2346;s:19:\"mycustomjsprotected\";i:2347;s:22:\"myprivateinfoprotected\";i:2348;s:22:\"mypreferencesprotected\";i:2349;s:17:\"filereadonlyerror\";i:2350;s:27:\"invalidtitle-knownnamespace\";i:2351;s:29:\"invalidtitle-unknownnamespace\";i:2352;s:29:\"exception-nologin-text-manual\";i:2353;s:19:\"welcomecreation-msg\";i:2354;s:23:\"prefs-help-yourpassword\";i:2355;s:24:\"createacct-useuniquepass\";i:2356;s:19:\"cannotloginnow-text\";i:2357;s:24:\"cannotcreateaccount-text\";i:2358;s:18:\"userlogin-loggedin\";i:2359;s:16:\"userlogin-reauth\";i:2360;s:22:\"createaccountmail-help\";i:2361;s:22:\"createacct-reason-help\";i:2362;s:25:\"createacct-reason-confirm\";i:2363;s:18:\"usernameinprogress\";i:2364;s:21:\"createacct-loginerror\";i:2365;s:23:\"createacct-temp-warning\";i:2366;s:15:\"passwordtoolong\";i:2367;s:20:\"passwordincommonlist\";i:2368;s:33:\"password-substring-username-match\";i:2369;s:17:\"cannotchangeemail\";i:2370;s:22:\"login-migrated-generic\";i:2371;s:31:\"createacct-another-realname-tip\";i:2372;s:17:\"user-mail-no-body\";i:2373;s:14:\"resetpass_text\";i:2374;s:24:\"changepassword-throttled\";i:2375;s:20:\"botpasswords-summary\";i:2376;s:26:\"botpasswords-no-central-id\";i:2377;s:25:\"botpasswords-editexisting\";i:2378;s:29:\"botpasswords-label-needsreset\";i:2379;s:25:\"botpasswords-label-grants\";i:2380;s:24:\"botpasswords-help-grants\";i:2381;s:33:\"botpasswords-toolong-restrictions\";i:2382;s:27:\"botpasswords-toolong-grants\";i:2383;s:26:\"botpasswords-insert-failed\";i:2384;s:26:\"botpasswords-update-failed\";i:2385;s:26:\"botpasswords-created-title\";i:2386;s:25:\"botpasswords-created-body\";i:2387;s:26:\"botpasswords-updated-title\";i:2388;s:25:\"botpasswords-updated-body\";i:2389;s:26:\"botpasswords-deleted-title\";i:2390;s:25:\"botpasswords-deleted-body\";i:2391;s:24:\"botpasswords-newpassword\";i:2392;s:24:\"botpasswords-no-provider\";i:2393;s:31:\"botpasswords-restriction-failed\";i:2394;s:25:\"botpasswords-invalid-name\";i:2395;s:22:\"botpasswords-not-exist\";i:2396;s:24:\"botpasswords-needs-reset\";i:2397;s:19:\"botpasswords-locked\";i:2398;s:26:\"resetpass_forbidden-reason\";i:2399;s:18:\"resetpass-recycled\";i:2400;s:22:\"resetpass-temp-emailed\";i:2401;s:23:\"resetpass-abort-generic\";i:2402;s:17:\"resetpass-expired\";i:2403;s:22:\"resetpass-expired-soft\";i:2404;s:18:\"resetpass-validity\";i:2405;s:23:\"resetpass-validity-soft\";i:2406;s:22:\"passwordreset-text-one\";i:2407;s:23:\"passwordreset-text-many\";i:2408;s:27:\"passwordreset-emaildisabled\";i:2409;s:21:\"passwordreset-success\";i:2410;s:37:\"passwordreset-success-details-generic\";i:2411;s:37:\"passwordreset-emailtext-require-email\";i:2412;s:22:\"passwordreset-nocaller\";i:2413;s:26:\"passwordreset-nosuchcaller\";i:2414;s:21:\"passwordreset-ignored\";i:2415;s:20:\"passwordreset-nodata\";i:2416;s:25:\"changeemail-newemail-help\";i:2417;s:20:\"changeemail-password\";i:2418;s:21:\"changeemail-throttled\";i:2419;s:20:\"changeemail-nochange\";i:2420;s:21:\"changeemail-maxlength\";i:2421;s:16:\"resettokens-text\";i:2422;s:21:\"resettokens-no-tokens\";i:2423;s:18:\"resettokens-tokens\";i:2424;s:23:\"resettokens-token-label\";i:2425;s:27:\"resettokens-watchlist-token\";i:2426;s:16:\"resettokens-done\";i:2427;s:23:\"resettokens-resetbutton\";i:2428;s:11:\"savechanges\";i:2429;s:12:\"blankarticle\";i:2430;s:23:\"autocreate-edit-warning\";i:2431;s:26:\"autocreate-preview-warning\";i:2432;s:12:\"selfredirect\";i:2433;s:16:\"previewerrortext\";i:2434;s:19:\"blockedtext-partial\";i:2435;s:17:\"systemblockedtext\";i:2436;s:21:\"blockedtext-composite\";i:2437;s:25:\"blockedtext-composite-ids\";i:2438;s:28:\"blockedtext-composite-no-ids\";i:2439;s:28:\"blockedtext-composite-reason\";i:2440;s:27:\"missing-revision-permission\";i:2441;s:16:\"missing-revision\";i:2442;s:24:\"missing-revision-content\";i:2443;s:21:\"userjsonyoucanpreview\";i:2444;s:15:\"userjsonpreview\";i:2445;s:15:\"sitejsonpreview\";i:2446;s:20:\"unicode-support-fail\";i:2447;s:32:\"editpage-cannot-use-custom-model\";i:2448;s:23:\"cascadeprotectedwarning\";i:2449;s:21:\"titleprotectedwarning\";i:2450;s:9:\"edittools\";i:2451;s:16:\"edittools-upload\";i:2452;s:12:\"nocreatetext\";i:2453;s:26:\"modeleditnotsupported-text\";i:2454;s:21:\"contentmodelediterror\";i:2455;s:26:\"moveddeleted-notice-recent\";i:2456;s:21:\"edit-slots-cannot-add\";i:2457;s:24:\"edit-slots-cannot-remove\";i:2458;s:18:\"edit-slots-missing\";i:2459;s:29:\"postedit-confirmation-created\";i:2460;s:30:\"postedit-confirmation-restored\";i:2461;s:27:\"postedit-temp-created-label\";i:2462;s:21:\"postedit-temp-created\";i:2463;s:18:\"defaultmessagetext\";i:2464;s:23:\"content-failed-to-parse\";i:2465;s:20:\"invalid-content-data\";i:2466;s:17:\"invalid-json-data\";i:2467;s:24:\"content-not-allowed-here\";i:2468;s:20:\"confirmleave-warning\";i:2469;s:34:\"editpage-invalidcontentmodel-title\";i:2470;s:33:\"editpage-invalidcontentmodel-text\";i:2471;s:40:\"editpage-notsupportedcontentformat-title\";i:2472;s:39:\"editpage-notsupportedcontentformat-text\";i:2473;s:17:\"content-model-css\";i:2474;s:18:\"content-model-json\";i:2475;s:24:\"content-json-empty-array\";i:2476;s:25:\"unsupported-content-model\";i:2477;s:24:\"unsupported-content-diff\";i:2478;s:25:\"unsupported-content-diff2\";i:2479;s:22:\"duplicate-args-warning\";i:2480;s:23:\"duplicate-args-category\";i:2481;s:32:\"expensive-parserfunction-warning\";i:2482;s:24:\"template-equals-category\";i:2483;s:29:\"template-equals-category-desc\";i:2484;s:23:\"template-equals-warning\";i:2485;s:28:\"node-count-exceeded-category\";i:2486;s:33:\"node-count-exceeded-category-desc\";i:2487;s:27:\"node-count-exceeded-warning\";i:2488;s:33:\"expansion-depth-exceeded-category\";i:2489;s:38:\"expansion-depth-exceeded-category-desc\";i:2490;s:32:\"expansion-depth-exceeded-warning\";i:2491;s:27:\"parser-unstrip-loop-warning\";i:2492;s:21:\"unstrip-depth-warning\";i:2493;s:22:\"unstrip-depth-category\";i:2494;s:27:\"unstrip-depth-category-desc\";i:2495;s:20:\"unstrip-size-warning\";i:2496;s:21:\"unstrip-size-category\";i:2497;s:26:\"unstrip-size-category-desc\";i:2498;s:27:\"converter-manual-rule-error\";i:2499;s:19:\"undo-main-slot-only\";i:2500;s:13:\"undo-nochange\";i:2501;s:17:\"undo-summary-anon\";i:2502;s:19:\"undo-summary-import\";i:2503;s:20:\"undo-summary-import2\";i:2504;s:28:\"undo-summary-username-hidden\";i:2505;s:11:\"tooltip-cur\";i:2506;s:12:\"tooltip-last\";i:2507;s:18:\"history-feed-empty\";i:2508;s:17:\"history-edit-tags\";i:2509;s:13:\"history-empty\";i:2510;s:19:\"rev-suppressed-text\";i:2511;s:30:\"rev-suppressed-text-permission\";i:2512;s:23:\"rev-deleted-text-unhide\";i:2513;s:26:\"rev-suppressed-text-unhide\";i:2514;s:21:\"rev-deleted-text-view\";i:2515;s:24:\"rev-suppressed-text-view\";i:2516;s:19:\"rev-deleted-no-diff\";i:2517;s:22:\"rev-suppressed-no-diff\";i:2518;s:23:\"rev-deleted-unhide-diff\";i:2519;s:26:\"rev-suppressed-unhide-diff\";i:2520;s:21:\"rev-deleted-diff-view\";i:2521;s:24:\"rev-suppressed-diff-view\";i:2522;s:22:\"revdelete-nooldid-text\";i:2523;s:23:\"revdelete-selected-text\";i:2524;s:23:\"revdelete-selected-file\";i:2525;s:19:\"revdelete-text-text\";i:2526;s:19:\"revdelete-text-file\";i:2527;s:14:\"logdelete-text\";i:2528;s:21:\"revdelete-text-others\";i:2529;s:17:\"revdelete-confirm\";i:2530;s:23:\"revdelete-suppress-text\";i:2531;s:22:\"revdelete-hide-current\";i:2532;s:24:\"revdelete-show-no-access\";i:2533;s:26:\"revdelete-modify-no-access\";i:2534;s:24:\"revdelete-modify-missing\";i:2535;s:27:\"revdelete-concurrent-change\";i:2536;s:25:\"revdelete-only-restricted\";i:2537;s:34:\"revdelete-reason-dropdown-suppress\";i:2538;s:18:\"suppressionlogtext\";i:2539;s:19:\"mergehistory-header\";i:2540;s:18:\"mergehistory-merge\";i:2541;s:17:\"mergehistory-fail\";i:2542;s:27:\"mergehistory-fail-no-change\";i:2543;s:28:\"mergehistory-fail-permission\";i:2544;s:28:\"mergehistory-fail-self-merge\";i:2545;s:36:\"mergehistory-fail-timestamps-overlap\";i:2546;s:24:\"mergehistory-fail-toobig\";i:2547;s:34:\"mergehistory-source-deleted-reason\";i:2548;s:27:\"mergehistory-source-deleted\";i:2549;s:24:\"mergehistory-revisionrow\";i:2550;s:16:\"mergelogpagetext\";i:2551;s:26:\"difference-title-multipage\";i:2552;s:26:\"diff-paragraph-moved-tonew\";i:2553;s:26:\"diff-paragraph-moved-toold\";i:2554;s:27:\"difference-missing-revision\";i:2555;s:26:\"search-filter-title-prefix\";i:2556;s:16:\"search-rewritten\";i:2557;s:31:\"search-interwiki-resultset-link\";i:2558;s:25:\"search-invalid-sort-order\";i:2559;s:22:\"search-unknown-profile\";i:2560;s:25:\"search-nonefound-thiswiki\";i:2561;s:20:\"powersearch-remember\";i:2562;s:12:\"search-error\";i:2563;s:14:\"search-warning\";i:2564;s:17:\"prefsnologintext2\";i:2565;s:16:\"prefs-skin-prefs\";i:2566;s:21:\"prefs-skin-responsive\";i:2567;s:26:\"prefs-help-skin-responsive\";i:2568;s:25:\"prefs-editwatchlist-label\";i:2569;s:24:\"prefs-editwatchlist-edit\";i:2570;s:23:\"prefs-editwatchlist-raw\";i:2571;s:25:\"prefs-editwatchlist-clear\";i:2572;s:28:\"prefs-watchlist-managetokens\";i:2573;s:17:\"prefs-changeemail\";i:2574;s:16:\"prefs-searchmisc\";i:2575;s:27:\"prefs-help-watchlist-token2\";i:2576;s:26:\"prefs-help-tokenmanagement\";i:2577;s:29:\"prefs-user-downloaddata-label\";i:2578;s:28:\"prefs-user-downloaddata-info\";i:2579;s:29:\"prefs-user-restoreprefs-label\";i:2580;s:28:\"prefs-user-restoreprefs-info\";i:2581;s:11:\"savedrights\";i:2582;s:30:\"timezone-useoffset-placeholder\";i:2583;s:27:\"email-allow-new-users-label\";i:2584;s:20:\"email-mutelist-label\";i:2585;s:17:\"prefs-reset-intro\";i:2586;s:19:\"prefs-reset-confirm\";i:2587;s:25:\"prefs-memberingroups-type\";i:2588;s:28:\"prefs-registration-date-time\";i:2589;s:18:\"prefs-help-variant\";i:2590;s:20:\"prefs-help-signature\";i:2591;s:10:\"badsightml\";i:2592;s:11:\"badsiglinks\";i:2593;s:11:\"badsigsubst\";i:2594;s:12:\"badsiglength\";i:2595;s:15:\"badsiglinebreak\";i:2596;s:29:\"linterror-deletable-table-tag\";i:2597;s:26:\"linterror-html5-misnesting\";i:2598;s:38:\"linterror-misc-tidy-replacement-issues\";i:2599;s:23:\"linterror-misnested-tag\";i:2600;s:25:\"linterror-missing-end-tag\";i:2601;s:28:\"linterror-multi-colon-escape\";i:2602;s:38:\"linterror-multiline-html-table-in-list\";i:2603;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:2604;s:30:\"linterror-pwrap-bug-workaround\";i:2605;s:25:\"linterror-self-closed-tag\";i:2606;s:23:\"linterror-tidy-font-bug\";i:2607;s:29:\"linterror-tidy-whitespace-bug\";i:2608;s:36:\"linterror-unclosed-quotes-in-heading\";i:2609;s:17:\"prefs-help-gender\";i:2610;s:19:\"prefs-help-realname\";i:2611;s:16:\"prefs-help-email\";i:2612;s:23:\"prefs-help-requireemail\";i:2613;s:31:\"prefs-signature-invalid-warning\";i:2614;s:27:\"prefs-signature-invalid-new\";i:2615;s:32:\"prefs-signature-invalid-disallow\";i:2616;s:31:\"prefs-signature-highlight-error\";i:2617;s:20:\"prefs-developertools\";i:2618;s:23:\"prefs-help-prefershttps\";i:2619;s:26:\"prefs-tabs-navigation-hint\";i:2620;s:11:\"editinguser\";i:2621;s:17:\"viewinguserrights\";i:2622;s:24:\"userrights-viewusergroup\";i:2623;s:28:\"userrights-groupsmember-type\";i:2624;s:21:\"userrights-systemuser\";i:2625;s:22:\"userrights-groups-help\";i:2626;s:35:\"userrights-no-shorten-expiry-marker\";i:2627;s:26:\"userrights-expiry-existing\";i:2628;s:25:\"userrights-expiry-options\";i:2629;s:25:\"userrights-invalid-expiry\";i:2630;s:25:\"userrights-expiry-in-past\";i:2631;s:32:\"userrights-cannot-shorten-expiry\";i:2632;s:19:\"userrights-conflict\";i:2633;s:11:\"group-named\";i:2634;s:28:\"group-interface-admin-member\";i:2635;s:15:\"grouppage-named\";i:2636;s:24:\"right-move-categorypages\";i:2637;s:21:\"right-reupload-shared\";i:2638;s:20:\"right-nominornewtalk\";i:2639;s:21:\"right-delete-redirect\";i:2640;s:20:\"right-deletelogentry\";i:2641;s:20:\"right-deletedhistory\";i:2642;s:17:\"right-deletedtext\";i:2643;s:22:\"right-suppressrevision\";i:2644;s:20:\"right-viewsuppressed\";i:2645;s:23:\"right-editsemiprotected\";i:2646;s:22:\"right-editcontentmodel\";i:2647;s:17:\"right-editsitecss\";i:2648;s:18:\"right-editsitejson\";i:2649;s:16:\"right-editsitejs\";i:2650;s:19:\"right-editmyusercss\";i:2651;s:20:\"right-editmyuserjson\";i:2652;s:18:\"right-editmyuserjs\";i:2653;s:26:\"right-editmyuserjsredirect\";i:2654;s:21:\"right-viewmywatchlist\";i:2655;s:21:\"right-editmywatchlist\";i:2656;s:23:\"right-viewmyprivateinfo\";i:2657;s:23:\"right-editmyprivateinfo\";i:2658;s:19:\"right-editmyoptions\";i:2659;s:18:\"right-markbotedits\";i:2660;s:22:\"right-managechangetags\";i:2661;s:21:\"right-applychangetags\";i:2662;s:16:\"right-changetags\";i:2663;s:22:\"right-deletechangetags\";i:2664;s:13:\"grant-generic\";i:2665;s:28:\"grant-group-page-interaction\";i:2666;s:28:\"grant-group-file-interaction\";i:2667;s:33:\"grant-group-watchlist-interaction\";i:2668;s:23:\"grant-group-high-volume\";i:2669;s:25:\"grant-group-customization\";i:2670;s:26:\"grant-group-administration\";i:2671;s:31:\"grant-group-private-information\";i:2672;s:17:\"grant-group-other\";i:2673;s:16:\"grant-blockusers\";i:2674;s:12:\"grant-delete\";i:2675;s:19:\"grant-editinterface\";i:2676;s:17:\"grant-editmycssjs\";i:2677;s:19:\"grant-editmyoptions\";i:2678;s:20:\"grant-editsiteconfig\";i:2679;s:14:\"grant-editpage\";i:2680;s:19:\"grant-editprotected\";i:2681;s:16:\"grant-highvolume\";i:2682;s:12:\"grant-import\";i:2683;s:18:\"grant-mergehistory\";i:2684;s:15:\"grant-oversight\";i:2685;s:12:\"grant-patrol\";i:2686;s:17:\"grant-privateinfo\";i:2687;s:13:\"grant-protect\";i:2688;s:14:\"grant-rollback\";i:2689;s:15:\"grant-sendemail\";i:2690;s:24:\"grant-uploadeditmovefile\";i:2691;s:16:\"grant-uploadfile\";i:2692;s:17:\"grant-viewdeleted\";i:2693;s:21:\"grant-viewmywatchlist\";i:2694;s:24:\"grant-viewrestrictedlogs\";i:2695;s:24:\"action-autocreateaccount\";i:2696;s:14:\"action-history\";i:2697;s:25:\"action-move-categorypages\";i:2698;s:22:\"action-delete-redirect\";i:2699;s:21:\"action-deletelogentry\";i:2700;s:18:\"action-deletedtext\";i:2701;s:15:\"action-rollback\";i:2702;s:20:\"action-editmyoptions\";i:2703;s:24:\"action-viewmyprivateinfo\";i:2704;s:24:\"action-editmyprivateinfo\";i:2705;s:23:\"action-editcontentmodel\";i:2706;s:23:\"action-managechangetags\";i:2707;s:22:\"action-applychangetags\";i:2708;s:17:\"action-changetags\";i:2709;s:23:\"action-deletechangetags\";i:2710;s:20:\"action-apihighlimits\";i:2711;s:20:\"action-autoconfirmed\";i:2712;s:16:\"action-bigdelete\";i:2713;s:17:\"action-blockemail\";i:2714;s:10:\"action-bot\";i:2715;s:20:\"action-editprotected\";i:2716;s:24:\"action-editsemiprotected\";i:2717;s:20:\"action-editinterface\";i:2718;s:18:\"action-editusercss\";i:2719;s:19:\"action-edituserjson\";i:2720;s:17:\"action-edituserjs\";i:2721;s:18:\"action-editsitecss\";i:2722;s:19:\"action-editsitejson\";i:2723;s:17:\"action-editsitejs\";i:2724;s:20:\"action-editmyusercss\";i:2725;s:21:\"action-editmyuserjson\";i:2726;s:19:\"action-editmyuserjs\";i:2727;s:27:\"action-editmyuserjsredirect\";i:2728;s:21:\"action-viewsuppressed\";i:2729;s:15:\"action-hideuser\";i:2730;s:21:\"action-ipblock-exempt\";i:2731;s:18:\"action-noratelimit\";i:2732;s:19:\"action-reupload-own\";i:2733;s:21:\"action-nominornewtalk\";i:2734;s:19:\"action-markbotedits\";i:2735;s:18:\"action-patrolmarks\";i:2736;s:28:\"action-override-export-depth\";i:2737;s:23:\"action-suppressredirect\";i:2738;s:6:\"ntimes\";i:2739;s:27:\"enhancedrc-since-last-visit\";i:2740;s:21:\"recentchanges-timeout\";i:2741;s:21:\"recentchanges-network\";i:2742;s:26:\"recentchanges-notargetpage\";i:2743;s:30:\"recentchanges-legend-plusminus\";i:2744;s:36:\"recentchanges-legend-watchlistexpiry\";i:2745;s:24:\"rcfilters-legend-heading\";i:2746;s:31:\"rcfilters-group-results-by-page\";i:2747;s:23:\"rcfilters-activefilters\";i:2748;s:36:\"rcfilters-activefilters-hide-tooltip\";i:2749;s:36:\"rcfilters-activefilters-show-tooltip\";i:2750;s:25:\"rcfilters-advancedfilters\";i:2751;s:21:\"rcfilters-limit-title\";i:2752;s:30:\"rcfilters-limit-and-date-label\";i:2753;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:2754;s:26:\"rcfilters-date-popup-title\";i:2755;s:20:\"rcfilters-days-title\";i:2756;s:21:\"rcfilters-hours-title\";i:2757;s:25:\"rcfilters-days-show-hours\";i:2758;s:34:\"rcfilters-highlighted-filters-list\";i:2759;s:40:\"rcfilters-quickfilters-placeholder-title\";i:2760;s:46:\"rcfilters-quickfilters-placeholder-description\";i:2761;s:35:\"rcfilters-savedqueries-defaultlabel\";i:2762;s:33:\"rcfilters-savedqueries-setdefault\";i:2763;s:35:\"rcfilters-savedqueries-unsetdefault\";i:2764;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:2765;s:34:\"rcfilters-savedqueries-apply-label\";i:2766;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:2767;s:36:\"rcfilters-savedqueries-add-new-title\";i:2768;s:36:\"rcfilters-savedqueries-already-saved\";i:2769;s:33:\"rcfilters-restore-default-filters\";i:2770;s:27:\"rcfilters-clear-all-filters\";i:2771;s:28:\"rcfilters-search-placeholder\";i:2772;s:24:\"rcfilters-invalid-filter\";i:2773;s:22:\"rcfilters-empty-filter\";i:2774;s:26:\"rcfilters-filterlist-title\";i:2775;s:30:\"rcfilters-filterlist-whatsthis\";i:2776;s:31:\"rcfilters-highlightbutton-title\";i:2777;s:28:\"rcfilters-highlightmenu-help\";i:2778;s:30:\"rcfilters-filterlist-noresults\";i:2779;s:28:\"rcfilters-noresults-conflict\";i:2780;s:30:\"rcfilters-state-message-subset\";i:2781;s:36:\"rcfilters-state-message-fullcoverage\";i:2782;s:32:\"rcfilters-filtergroup-authorship\";i:2783;s:34:\"rcfilters-filter-editsbyself-label\";i:2784;s:40:\"rcfilters-filter-editsbyself-description\";i:2785;s:35:\"rcfilters-filter-editsbyother-label\";i:2786;s:41:\"rcfilters-filter-editsbyother-description\";i:2787;s:43:\"rcfilters-filtergroup-user-experience-level\";i:2788;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:2789;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:2790;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:2791;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:2792;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:2793;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:2794;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:2795;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:2796;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:2797;s:31:\"rcfilters-filtergroup-automated\";i:2798;s:33:\"rcfilters-filter-bots-description\";i:2799;s:35:\"rcfilters-filter-humans-description\";i:2800;s:34:\"rcfilters-filtergroup-reviewstatus\";i:2801;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:2802;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:2803;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:2804;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:2805;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:2806;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:2807;s:34:\"rcfilters-filtergroup-significance\";i:2808;s:34:\"rcfilters-filter-minor-description\";i:2809;s:28:\"rcfilters-filter-major-label\";i:2810;s:34:\"rcfilters-filter-major-description\";i:2811;s:31:\"rcfilters-filtergroup-watchlist\";i:2812;s:46:\"rcfilters-filter-watchlist-watched-description\";i:2813;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:2814;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:2815;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:2816;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:2817;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:2818;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:2819;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:2820;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:2821;s:32:\"rcfilters-filtergroup-changetype\";i:2822;s:38:\"rcfilters-filter-pageedits-description\";i:2823;s:31:\"rcfilters-filter-newpages-label\";i:2824;s:37:\"rcfilters-filter-newpages-description\";i:2825;s:37:\"rcfilters-filter-categorization-label\";i:2826;s:43:\"rcfilters-filter-categorization-description\";i:2827;s:33:\"rcfilters-filter-logactions-label\";i:2828;s:39:\"rcfilters-filter-logactions-description\";i:2829;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:2830;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:2831;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:2832;s:41:\"rcfilters-filter-lastrevision-description\";i:2833;s:39:\"rcfilters-filter-previousrevision-label\";i:2834;s:45:\"rcfilters-filter-previousrevision-description\";i:2835;s:28:\"rcfilters-exclude-button-off\";i:2836;s:27:\"rcfilters-exclude-button-on\";i:2837;s:19:\"rcfilters-view-tags\";i:2838;s:33:\"rcfilters-view-namespaces-tooltip\";i:2839;s:27:\"rcfilters-view-tags-tooltip\";i:2840;s:40:\"rcfilters-view-return-to-default-tooltip\";i:2841;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:2842;s:28:\"rcfilters-liveupdates-button\";i:2843;s:37:\"rcfilters-liveupdates-button-title-on\";i:2844;s:38:\"rcfilters-liveupdates-button-title-off\";i:2845;s:35:\"rcfilters-watchlist-markseen-button\";i:2846;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:2847;s:31:\"rcfilters-watchlist-showupdated\";i:2848;s:26:\"rcfilters-preference-label\";i:2849;s:25:\"rcfilters-preference-help\";i:2850;s:36:\"rcfilters-watchlist-preference-label\";i:2851;s:35:\"rcfilters-watchlist-preference-help\";i:2852;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:2853;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:2854;s:35:\"rcfilters-filter-showlinkedto-label\";i:2855;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:2856;s:33:\"rcfilters-target-page-placeholder\";i:2857;s:15:\"rclistfromreset\";i:2858;s:17:\"unpatrolledletter\";i:2859;s:36:\"recentchanges-page-added-to-category\";i:2860;s:44:\"recentchanges-page-added-to-category-bundled\";i:2861;s:40:\"recentchanges-page-removed-from-category\";i:2862;s:48:\"recentchanges-page-removed-from-category-bundled\";i:2863;s:19:\"autochange-username\";i:2864;s:23:\"upload-tryagain-nostash\";i:2865;s:24:\"upload_directory_missing\";i:2866;s:26:\"upload_directory_read_only\";i:2867;s:23:\"upload-recreate-warning\";i:2868;s:17:\"uploadlogpagetext\";i:2869;s:15:\"illegalfilename\";i:2870;s:16:\"filename-toolong\";i:2871;s:16:\"filetype-badmime\";i:2872;s:20:\"filetype-bad-ie-mime\";i:2873;s:22:\"filetype-unwanted-type\";i:2874;s:20:\"filetype-banned-type\";i:2875;s:16:\"filetype-missing\";i:2876;s:10:\"large-file\";i:2877;s:15:\"largefileserver\";i:2878;s:9:\"emptyfile\";i:2879;s:25:\"windows-nonascii-filename\";i:2880;s:10:\"fileexists\";i:2881;s:14:\"filepageexists\";i:2882;s:20:\"fileexists-extension\";i:2883;s:24:\"fileexists-thumbnail-yes\";i:2884;s:17:\"file-thumbnail-no\";i:2885;s:20:\"fileexists-forbidden\";i:2886;s:27:\"fileexists-shared-forbidden\";i:2887;s:20:\"fileexists-no-change\";i:2888;s:28:\"fileexists-duplicate-version\";i:2889;s:21:\"file-exists-duplicate\";i:2890;s:22:\"file-deleted-duplicate\";i:2891;s:30:\"file-deleted-duplicate-notitle\";i:2892;s:26:\"uploadwarning-text-nostash\";i:2893;s:22:\"php-uploaddisabledtext\";i:2894;s:14:\"uploadscripted\";i:2895;s:27:\"upload-scripted-pi-callback\";i:2896;s:19:\"upload-scripted-dtd\";i:2897;s:19:\"uploaded-script-svg\";i:2898;s:20:\"uploaded-hostile-svg\";i:2899;s:29:\"uploaded-event-handler-on-svg\";i:2900;s:27:\"uploaded-href-attribute-svg\";i:2901;s:31:\"uploaded-href-unsafe-target-svg\";i:2902;s:20:\"uploaded-animate-svg\";i:2903;s:34:\"uploaded-setting-event-handler-svg\";i:2904;s:25:\"uploaded-setting-href-svg\";i:2905;s:26:\"uploaded-wrong-setting-svg\";i:2906;s:28:\"uploaded-setting-handler-svg\";i:2907;s:23:\"uploaded-remote-url-svg\";i:2908;s:25:\"uploaded-image-filter-svg\";i:2909;s:23:\"uploadscriptednamespace\";i:2910;s:16:\"uploadinvalidxml\";i:2911;s:11:\"uploadvirus\";i:2912;s:14:\"filewasdeleted\";i:2913;s:19:\"filename-thumb-name\";i:2914;s:19:\"filename-bad-prefix\";i:2915;s:23:\"upload-proto-error-text\";i:2916;s:22:\"upload-file-error-text\";i:2917;s:17:\"upload-misc-error\";i:2918;s:22:\"upload-misc-error-text\";i:2919;s:33:\"upload-copy-upload-invalid-domain\";i:2920;s:26:\"upload-foreign-cant-upload\";i:2921;s:31:\"upload-foreign-cant-load-config\";i:2922;s:22:\"upload-dialog-disabled\";i:2923;s:19:\"upload-dialog-title\";i:2924;s:39:\"upload-form-label-infoform-name-tooltip\";i:2925;s:38:\"upload-form-label-infoform-description\";i:2926;s:46:\"upload-form-label-infoform-description-tooltip\";i:2927;s:29:\"upload-form-label-usage-title\";i:2928;s:32:\"upload-form-label-usage-filename\";i:2929;s:26:\"upload-form-label-own-work\";i:2930;s:37:\"upload-form-label-infoform-categories\";i:2931;s:48:\"upload-form-label-own-work-message-generic-local\";i:2932;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:2933;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:2934;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:2935;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:2936;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:2937;s:19:\"backend-fail-stream\";i:2938;s:19:\"backend-fail-backup\";i:2939;s:22:\"backend-fail-notexists\";i:2940;s:19:\"backend-fail-hashes\";i:2941;s:18:\"backend-fail-sizes\";i:2942;s:20:\"backend-fail-notsame\";i:2943;s:24:\"backend-fail-invalidpath\";i:2944;s:19:\"backend-fail-delete\";i:2945;s:21:\"backend-fail-describe\";i:2946;s:26:\"backend-fail-alreadyexists\";i:2947;s:18:\"backend-fail-store\";i:2948;s:17:\"backend-fail-copy\";i:2949;s:17:\"backend-fail-move\";i:2950;s:20:\"backend-fail-maxsize\";i:2951;s:21:\"backend-fail-readonly\";i:2952;s:19:\"backend-fail-synced\";i:2953;s:20:\"backend-fail-connect\";i:2954;s:21:\"backend-fail-internal\";i:2955;s:24:\"backend-fail-contenttype\";i:2956;s:22:\"backend-fail-batchsize\";i:2957;s:19:\"backend-fail-usable\";i:2958;s:17:\"backend-fail-stat\";i:2959;s:17:\"backend-fail-hash\";i:2960;s:21:\"lockmanager-notlocked\";i:2961;s:28:\"lockmanager-fail-acquirelock\";i:2962;s:25:\"lockmanager-fail-openlock\";i:2963;s:28:\"lockmanager-fail-releaselock\";i:2964;s:26:\"lockmanager-fail-db-bucket\";i:2965;s:27:\"lockmanager-fail-db-release\";i:2966;s:28:\"lockmanager-fail-svr-acquire\";i:2967;s:28:\"lockmanager-fail-svr-release\";i:2968;s:25:\"lockmanager-fail-conflict\";i:2969;s:19:\"zip-file-open-error\";i:2970;s:7:\"zip-bad\";i:2971;s:15:\"zip-unsupported\";i:2972;s:19:\"uploadstash-summary\";i:2973;s:19:\"uploadstash-nofiles\";i:2974;s:20:\"uploadstash-badtoken\";i:2975;s:21:\"uploadstash-thumbnail\";i:2976;s:21:\"uploadstash-exception\";i:2977;s:20:\"uploadstash-bad-path\";i:2978;s:28:\"uploadstash-bad-path-invalid\";i:2979;s:33:\"uploadstash-bad-path-unknown-type\";i:2980;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:2981;s:31:\"uploadstash-bad-path-no-handler\";i:2982;s:31:\"uploadstash-bad-path-bad-format\";i:2983;s:26:\"uploadstash-file-not-found\";i:2984;s:35:\"uploadstash-file-not-found-no-thumb\";i:2985;s:40:\"uploadstash-file-not-found-no-local-path\";i:2986;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:2987;s:47:\"uploadstash-file-not-found-missing-content-type\";i:2988;s:37:\"uploadstash-file-not-found-not-exists\";i:2989;s:26:\"uploadstash-file-too-large\";i:2990;s:25:\"uploadstash-not-logged-in\";i:2991;s:23:\"uploadstash-wrong-owner\";i:2992;s:23:\"uploadstash-no-such-key\";i:2993;s:23:\"uploadstash-zero-length\";i:2994;s:20:\"invalid-chunk-offset\";i:2995;s:17:\"img-auth-notindir\";i:2996;s:14:\"img-auth-isdir\";i:2997;s:15:\"img-auth-public\";i:2998;s:19:\"http-invalid-scheme\";i:2999;s:15:\"http-bad-status\";i:3000;s:19:\"http-internal-error\";i:3001;s:23:\"upload-curl-error6-text\";i:3002;s:24:\"upload-curl-error28-text\";i:3003;s:13:\"licenses-edit\";i:3004;s:16:\"listfiles-delete\";i:3005;s:17:\"listfiles-summary\";i:3006;s:26:\"listfiles-userdoesnotexist\";i:3007;s:17:\"listfiles_subpage\";i:3008;s:18:\"listfiles-show-all\";i:3009;s:23:\"listfiles-latestversion\";i:3010;s:27:\"listfiles-latestversion-yes\";i:3011;s:26:\"listfiles-latestversion-no\";i:3012;s:16:\"duplicatesoffile\";i:3013;s:12:\"filepage.css\";i:3014;s:16:\"filerevert-intro\";i:3015;s:25:\"filerevert-defaultcomment\";i:3016;s:18:\"filerevert-success\";i:3017;s:21:\"filerevert-badversion\";i:3018;s:20:\"filerevert-identical\";i:3019;s:16:\"filedelete-intro\";i:3020;s:20:\"filedelete-intro-old\";i:3021;s:22:\"filedelete-success-old\";i:3022;s:17:\"filedelete-nofile\";i:3023;s:21:\"filedelete-nofile-old\";i:3024;s:35:\"filedelete-edit-reasonlist-suppress\";i:3025;s:22:\"filedelete-maintenance\";i:3026;s:28:\"filedelete-maintenance-title\";i:3027;s:18:\"mimesearch-summary\";i:3028;s:19:\"listduplicatedfiles\";i:3029;s:27:\"listduplicatedfiles-summary\";i:3030;s:25:\"listduplicatedfiles-entry\";i:3031;s:19:\"unusedtemplatestext\";i:3032;s:18:\"randompage-nopages\";i:3033;s:16:\"randomincategory\";i:3034;s:32:\"randomincategory-invalidcategory\";i:3035;s:24:\"randomincategory-nopages\";i:3036;s:25:\"randomincategory-category\";i:3037;s:23:\"randomincategory-legend\";i:3038;s:22:\"randomredirect-nopages\";i:3039;s:13:\"pageswithprop\";i:3040;s:20:\"pageswithprop-legend\";i:3041;s:18:\"pageswithprop-text\";i:3042;s:18:\"pageswithprop-prop\";i:3043;s:21:\"pageswithprop-reverse\";i:3044;s:25:\"pageswithprop-sortbyvalue\";i:3045;s:29:\"pageswithprop-prophidden-long\";i:3046;s:31:\"pageswithprop-prophidden-binary\";i:3047;s:19:\"doubleredirectstext\";i:3048;s:19:\"brokenredirectstext\";i:3049;s:24:\"withoutinterwiki-summary\";i:3050;s:15:\"fewestrevisions\";i:3051;s:11:\"ninterwikis\";i:3052;s:15:\"nmemberschanged\";i:3053;s:17:\"specialpage-empty\";i:3054;s:15:\"lonelypagestext\";i:3055;s:38:\"uncategorized-categories-exceptionlist\";i:3056;s:19:\"wantedpages-summary\";i:3057;s:18:\"wantedfiletext-cat\";i:3058;s:28:\"wantedfiletext-cat-noforeign\";i:3059;s:20:\"wantedfiletext-nocat\";i:3060;s:30:\"wantedfiletext-nocat-noforeign\";i:3061;s:14:\"mostinterwikis\";i:3062;s:21:\"prefixindex-namespace\";i:3063;s:18:\"prefixindex-submit\";i:3064;s:17:\"prefixindex-strip\";i:3065;s:16:\"deadendpagestext\";i:3066;s:22:\"protectedpages-filters\";i:3067;s:22:\"protectedpages-summary\";i:3068;s:25:\"protectedpages-noredirect\";i:3069;s:19:\"protectedpagesempty\";i:3070;s:24:\"protectedpages-timestamp\";i:3071;s:19:\"protectedpages-page\";i:3072;s:21:\"protectedpages-expiry\";i:3073;s:21:\"protectedpages-params\";i:3074;s:21:\"protectedpages-reason\";i:3075;s:21:\"protectedpages-submit\";i:3076;s:32:\"protectedpages-unknown-timestamp\";i:3077;s:23:\"protectedtitles-summary\";i:3078;s:20:\"protectedtitlesempty\";i:3079;s:22:\"protectedtitles-submit\";i:3080;s:29:\"listusers-temporarygroupsonly\";i:3081;s:14:\"listusers-desc\";i:3082;s:15:\"newpages-submit\";i:3083;s:16:\"unusedimagestext\";i:3084;s:37:\"unusedimagestext-categorizedimgisused\";i:3085;s:20:\"unusedcategoriestext\";i:3086;s:18:\"querypage-disabled\";i:3087;s:10:\"apisandbox\";i:3088;s:17:\"apisandbox-jsonly\";i:3089;s:16:\"apisandbox-intro\";i:3090;s:17:\"apisandbox-submit\";i:3091;s:16:\"apisandbox-reset\";i:3092;s:16:\"apisandbox-retry\";i:3093;s:18:\"apisandbox-loading\";i:3094;s:21:\"apisandbox-load-error\";i:3095;s:19:\"apisandbox-helpurls\";i:3096;s:19:\"apisandbox-examples\";i:3097;s:29:\"apisandbox-dynamic-parameters\";i:3098;s:39:\"apisandbox-dynamic-parameters-add-label\";i:3099;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:3100;s:31:\"apisandbox-dynamic-error-exists\";i:3101;s:37:\"apisandbox-templated-parameter-reason\";i:3102;s:32:\"apisandbox-deprecated-parameters\";i:3103;s:22:\"apisandbox-fetch-token\";i:3104;s:20:\"apisandbox-add-multi\";i:3105;s:38:\"apisandbox-submit-invalid-fields-title\";i:3106;s:40:\"apisandbox-submit-invalid-fields-message\";i:3107;s:18:\"apisandbox-results\";i:3108;s:26:\"apisandbox-sending-request\";i:3109;s:26:\"apisandbox-loading-results\";i:3110;s:24:\"apisandbox-results-error\";i:3111;s:35:\"apisandbox-results-login-suppressed\";i:3112;s:37:\"apisandbox-request-selectformat-label\";i:3113;s:35:\"apisandbox-request-format-url-label\";i:3114;s:28:\"apisandbox-request-url-label\";i:3115;s:36:\"apisandbox-request-format-json-label\";i:3116;s:29:\"apisandbox-request-json-label\";i:3117;s:35:\"apisandbox-request-format-php-label\";i:3118;s:28:\"apisandbox-request-php-label\";i:3119;s:23:\"apisandbox-request-time\";i:3120;s:27:\"apisandbox-results-fixtoken\";i:3121;s:32:\"apisandbox-results-fixtoken-fail\";i:3122;s:21:\"apisandbox-alert-page\";i:3123;s:22:\"apisandbox-alert-field\";i:3124;s:19:\"apisandbox-continue\";i:3125;s:25:\"apisandbox-continue-clear\";i:3126;s:24:\"apisandbox-continue-help\";i:3127;s:22:\"apisandbox-param-limit\";i:3128;s:36:\"apisandbox-multivalue-all-namespaces\";i:3129;s:32:\"apisandbox-multivalue-all-values\";i:3130;s:16:\"booksources-text\";i:3131;s:24:\"booksources-invalid-isbn\";i:3132;s:22:\"magiclink-tracking-rfc\";i:3133;s:27:\"magiclink-tracking-rfc-desc\";i:3134;s:23:\"magiclink-tracking-pmid\";i:3135;s:28:\"magiclink-tracking-pmid-desc\";i:3136;s:23:\"magiclink-tracking-isbn\";i:3137;s:28:\"magiclink-tracking-isbn-desc\";i:3138;s:20:\"logeventslist-submit\";i:3139;s:26:\"logeventslist-more-filters\";i:3140;s:24:\"logeventslist-patrol-log\";i:3141;s:21:\"logeventslist-tag-log\";i:3142;s:26:\"logeventslist-newusers-log\";i:3143;s:18:\"log-title-wildcard\";i:3144;s:26:\"showhideselectedlogentries\";i:3145;s:13:\"log-edit-tags\";i:3146;s:15:\"checkbox-select\";i:3147;s:13:\"checkbox-none\";i:3148;s:15:\"checkbox-invert\";i:3149;s:16:\"allpagesbadtitle\";i:3150;s:15:\"allpages-bad-ns\";i:3151;s:17:\"categories-submit\";i:3152;s:18:\"categoriespagetext\";i:3153;s:15:\"linksearch-text\";i:3154;s:16:\"linksearch-error\";i:3155;s:18:\"activeusers-submit\";i:3156;s:23:\"listgrouprights-summary\";i:3157;s:29:\"listgrouprights-right-display\";i:3158;s:29:\"listgrouprights-right-revoked\";i:3159;s:33:\"listgrouprights-addgroup-self-all\";i:3160;s:36:\"listgrouprights-removegroup-self-all\";i:3161;s:42:\"listgrouprights-namespaceprotection-header\";i:3162;s:45:\"listgrouprights-namespaceprotection-namespace\";i:3163;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:3164;s:10:\"listgrants\";i:3165;s:18:\"listgrants-summary\";i:3166;s:16:\"listgrants-grant\";i:3167;s:17:\"listgrants-rights\";i:3168;s:24:\"listgrants-grant-display\";i:3169;s:18:\"trackingcategories\";i:3170;s:26:\"trackingcategories-summary\";i:3171;s:22:\"trackingcategories-msg\";i:3172;s:23:\"trackingcategories-name\";i:3173;s:23:\"trackingcategories-desc\";i:3174;s:31:\"restricted-displaytitle-ignored\";i:3175;s:36:\"restricted-displaytitle-ignored-desc\";i:3176;s:20:\"nonnumeric-formatnum\";i:3177;s:25:\"nonnumeric-formatnum-desc\";i:3178;s:21:\"noindex-category-desc\";i:3179;s:19:\"index-category-desc\";i:3180;s:44:\"post-expand-template-inclusion-category-desc\";i:3181;s:38:\"expensive-parserfunction-category-desc\";i:3182;s:25:\"broken-file-category-desc\";i:3183;s:29:\"hidden-category-category-desc\";i:3184;s:25:\"trackingcategories-nodesc\";i:3185;s:27:\"trackingcategories-disabled\";i:3186;s:15:\"mailnologintext\";i:3187;s:22:\"emailuser-title-target\";i:3188;s:24:\"emailuser-title-notarget\";i:3189;s:13:\"emailpagetext\";i:3190;s:13:\"emailnotarget\";i:3191;s:21:\"watchlistnotwatchable\";i:3192;s:15:\"updatewatchlist\";i:3193;s:19:\"addedwatchtext-talk\";i:3194;s:20:\"addedwatchtext-short\";i:3195;s:30:\"addedwatchexpiry-options-label\";i:3196;s:21:\"addedwatchexpiryhours\";i:3197;s:20:\"addedwatchexpirytext\";i:3198;s:25:\"addedwatchexpirytext-talk\";i:3199;s:26:\"addedwatchindefinitelytext\";i:3200;s:31:\"addedwatchindefinitelytext-talk\";i:3201;s:21:\"removedwatchtext-talk\";i:3202;s:22:\"removedwatchtext-short\";i:3203;s:13:\"notvisiblerev\";i:3204;s:26:\"watchlist-expiry-days-left\";i:3205;s:33:\"watchlist-expiring-days-full-text\";i:3206;s:27:\"watchlist-expiry-hours-left\";i:3207;s:34:\"watchlist-expiring-hours-full-text\";i:3208;s:16:\"watchlist-submit\";i:3209;s:10:\"wlshowtime\";i:3210;s:15:\"wlshowhideminor\";i:3211;s:14:\"wlshowhidebots\";i:3212;s:13:\"wlshowhideliu\";i:3213;s:15:\"wlshowhideanons\";i:3214;s:14:\"wlshowhidepatr\";i:3215;s:14:\"wlshowhidemine\";i:3216;s:24:\"wlshowhidecategorization\";i:3217;s:22:\"enotif_subject_deleted\";i:3218;s:22:\"enotif_subject_created\";i:3219;s:20:\"enotif_subject_moved\";i:3220;s:23:\"enotif_subject_restored\";i:3221;s:22:\"enotif_subject_changed\";i:3222;s:25:\"enotif_body_intro_deleted\";i:3223;s:25:\"enotif_body_intro_created\";i:3224;s:23:\"enotif_body_intro_moved\";i:3225;s:26:\"enotif_body_intro_restored\";i:3226;s:25:\"enotif_body_intro_changed\";i:3227;s:11:\"enotif_body\";i:3228;s:16:\"enotif_minoredit\";i:3229;s:15:\"excontentauthor\";i:3230;s:13:\"exbeforeblank\";i:3231;s:26:\"delete-talk-summary-prefix\";i:3232;s:14:\"historywarning\";i:3233;s:20:\"historyaction-submit\";i:3234;s:25:\"deleted-page-and-talkpage\";i:3235;s:15:\"log-name-create\";i:3236;s:22:\"log-description-create\";i:3237;s:22:\"logentry-create-create\";i:3238;s:21:\"deletereason-dropdown\";i:3239;s:31:\"delete-edit-reasonlist-suppress\";i:3240;s:13:\"delete-toobig\";i:3241;s:23:\"delete-toomanyrevisions\";i:3242;s:21:\"delete-warning-toobig\";i:3243;s:35:\"delete-error-associated-alreadytalk\";i:3244;s:36:\"delete-error-associated-doesnotexist\";i:3245;s:15:\"deleteprotected\";i:3246;s:26:\"deleting-backlinks-warning\";i:3247;s:25:\"deleting-subpages-warning\";i:3248;s:34:\"deleting-talkpage-subpages-warning\";i:3249;s:29:\"rollback-confirmation-confirm\";i:3250;s:24:\"rollback-confirmation-no\";i:3251;s:26:\"rollbacklinkcount-morethan\";i:3252;s:21:\"rollback-missingparam\";i:3253;s:24:\"rollback-missingrevision\";i:3254;s:12:\"cantrollback\";i:3255;s:15:\"revertpage-anon\";i:3256;s:17:\"revertpage-nouser\";i:3257;s:16:\"rollback-success\";i:3258;s:20:\"sessionfailure-title\";i:3259;s:14:\"sessionfailure\";i:3260;s:18:\"changecontentmodel\";i:3261;s:25:\"changecontentmodel-legend\";i:3262;s:30:\"changecontentmodel-title-label\";i:3263;s:32:\"changecontentmodel-current-label\";i:3264;s:30:\"changecontentmodel-model-label\";i:3265;s:31:\"changecontentmodel-reason-label\";i:3266;s:25:\"changecontentmodel-submit\";i:3267;s:32:\"changecontentmodel-success-title\";i:3268;s:31:\"changecontentmodel-success-text\";i:3269;s:33:\"changecontentmodel-cannot-convert\";i:3270;s:34:\"changecontentmodel-nodirectediting\";i:3271;s:36:\"changecontentmodel-emptymodels-title\";i:3272;s:35:\"changecontentmodel-emptymodels-text\";i:3273;s:21:\"log-name-contentmodel\";i:3274;s:28:\"log-description-contentmodel\";i:3275;s:25:\"logentry-contentmodel-new\";i:3276;s:28:\"logentry-contentmodel-change\";i:3277;s:39:\"logentry-contentmodel-change-revertlink\";i:3278;s:35:\"logentry-contentmodel-change-revert\";i:3279;s:14:\"protectlogtext\";i:3280;s:24:\"protectedarticle-comment\";i:3281;s:33:\"modifiedarticleprotection-comment\";i:3282;s:26:\"unprotectedarticle-comment\";i:3283;s:13:\"protect-title\";i:3284;s:24:\"protect-title-notallowed\";i:3285;s:26:\"protect-badnamespace-title\";i:3286;s:25:\"protect-badnamespace-text\";i:3287;s:31:\"protect-norestrictiontypes-text\";i:3288;s:32:\"protect-norestrictiontypes-title\";i:3289;s:27:\"protect-unchain-permissions\";i:3290;s:22:\"protect-locked-blocked\";i:3291;s:21:\"protect-locked-dblock\";i:3292;s:20:\"protect-summary-desc\";i:3293;s:22:\"protect-expiring-local\";i:3294;s:23:\"protect-existing-expiry\";i:3295;s:32:\"protect-existing-expiry-infinity\";i:3296;s:16:\"protect-dropdown\";i:3297;s:22:\"protect-expiry-options\";i:3298;s:16:\"undeletepagetext\";i:3299;s:17:\"undeleteextrahelp\";i:3300;s:15:\"undeletehistory\";i:3301;s:14:\"undeleterevdel\";i:3302;s:22:\"undeletehistorynoadmin\";i:3303;s:24:\"undeleterevision-missing\";i:3304;s:32:\"undeleterevision-duplicate-revid\";i:3305;s:21:\"undelete-undeletetalk\";i:3306;s:14:\"cannotundelete\";i:3307;s:13:\"undeletedpage\";i:3308;s:15:\"undelete-header\";i:3309;s:21:\"undelete-search-title\";i:3310;s:22:\"undelete-search-prefix\";i:3311;s:20:\"undelete-search-full\";i:3312;s:19:\"undelete-no-results\";i:3313;s:26:\"undelete-filename-mismatch\";i:3314;s:22:\"undelete-bad-store-key\";i:3315;s:28:\"undelete-missing-filearchive\";i:3316;s:28:\"undelete-talk-summary-prefix\";i:3317;s:14:\"undelete-error\";i:3318;s:37:\"undelete-error-associated-alreadytalk\";i:3319;s:36:\"undelete-error-associated-notdeleted\";i:3320;s:26:\"undelete-show-file-confirm\";i:3321;s:22:\"undelete-revision-row2\";i:3322;s:21:\"undelete-back-to-list\";i:3323;s:28:\"tooltip-whatlinkshere-invert\";i:3324;s:22:\"contributions-subtitle\";i:3325;s:30:\"contributions-userdoesnotexist\";i:3326;s:32:\"negative-namespace-not-supported\";i:3327;s:4:\"date\";i:3328;s:28:\"sp-contributions-suppresslog\";i:3329;s:31:\"sp-contributions-blocked-notice\";i:3330;s:39:\"sp-contributions-blocked-notice-partial\";i:3331;s:36:\"sp-contributions-blocked-notice-anon\";i:3332;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:3333;s:26:\"sp-contributions-hideminor\";i:3334;s:27:\"sp-contributions-outofrange\";i:3335;s:33:\"sp-contributions-concurrency-user\";i:3336;s:31:\"sp-contributions-concurrency-ip\";i:3337;s:19:\"whatlinkshere-count\";i:3338;s:26:\"whatlinkshere-sectionredir\";i:3339;s:11:\"autoblockid\";i:3340;s:5:\"block\";i:3341;s:13:\"changeblockip\";i:3342;s:11:\"blockiptext\";i:3343;s:18:\"ipbreason-dropdown\";i:3344;s:19:\"ipb-disableusertalk\";i:3345;s:11:\"ipb-confirm\";i:3346;s:12:\"ipb-sitewide\";i:3347;s:11:\"ipb-partial\";i:3348;s:17:\"ipb-sitewide-help\";i:3349;s:16:\"ipb-partial-help\";i:3350;s:17:\"ipb-action-create\";i:3351;s:15:\"ipb-action-move\";i:3352;s:17:\"ipb-action-upload\";i:3353;s:15:\"ipb-pages-label\";i:3354;s:15:\"ipb-empty-block\";i:3355;s:19:\"ipb-block-not-found\";i:3356;s:16:\"ipb-blockingself\";i:3357;s:19:\"ipb-confirmhideuser\";i:3358;s:17:\"ipb-confirmaction\";i:3359;s:27:\"ipb-blocklist-duration-left\";i:3360;s:13:\"block-actions\";i:3361;s:13:\"block-details\";i:3362;s:13:\"block-options\";i:3363;s:12:\"block-reason\";i:3364;s:24:\"block-target-placeholder\";i:3365;s:12:\"unblocked-ip\";i:3366;s:13:\"autoblocklist\";i:3367;s:20:\"autoblocklist-submit\";i:3368;s:20:\"autoblocklist-legend\";i:3369;s:25:\"autoblocklist-localblocks\";i:3370;s:30:\"autoblocklist-total-autoblocks\";i:3371;s:19:\"autoblocklist-empty\";i:3372;s:25:\"autoblocklist-otherblocks\";i:3373;s:20:\"blocklist-autoblocks\";i:3374;s:21:\"blocklist-indefblocks\";i:3375;s:23:\"blocklist-addressblocks\";i:3376;s:14:\"blocklist-type\";i:3377;s:22:\"blocklist-type-opt-all\";i:3378;s:27:\"blocklist-type-opt-sitewide\";i:3379;s:26:\"blocklist-type-opt-partial\";i:3380;s:21:\"blocklist-rangeblocks\";i:3381;s:17:\"blocklist-editing\";i:3382;s:26:\"blocklist-editing-sitewide\";i:3383;s:22:\"blocklist-editing-page\";i:3384;s:20:\"blocklist-editing-ns\";i:3385;s:24:\"blocklist-editing-action\";i:3386;s:9:\"emaillink\";i:3387;s:11:\"autoblocker\";i:3388;s:16:\"blocklog-showlog\";i:3389;s:24:\"blocklog-showsuppresslog\";i:3390;s:12:\"blocklogtext\";i:3391;s:20:\"range_block_disabled\";i:3392;s:14:\"ipb_expiry_old\";i:3393;s:16:\"ipb_hide_invalid\";i:3394;s:16:\"ipb_hide_partial\";i:3395;s:15:\"ipb-needreblock\";i:3396;s:16:\"unblock-hideuser\";i:3397;s:16:\"ipb_cant_unblock\";i:3398;s:20:\"ipb_blocked_as_range\";i:3399;s:16:\"ip_range_invalid\";i:3400;s:17:\"ip_range_toolarge\";i:3401;s:17:\"ip_range_exceeded\";i:3402;s:15:\"ip_range_toolow\";i:3403;s:16:\"proxyblockreason\";i:3404;s:5:\"sorbs\";i:3405;s:11:\"sorbsreason\";i:3406;s:27:\"sorbs_create_account_reason\";i:3407;s:21:\"softblockrangesreason\";i:3408;s:14:\"xffblockreason\";i:3409;s:20:\"cant-see-hidden-user\";i:3410;s:27:\"cant-block-nonexistent-page\";i:3411;s:10:\"ipbblocked\";i:3412;s:16:\"ipbnounblockself\";i:3413;s:10:\"lockdbtext\";i:3414;s:12:\"unlockdbtext\";i:3415;s:17:\"lockdbsuccesstext\";i:3416;s:19:\"lockfilenotwritable\";i:3417;s:14:\"databaselocked\";i:3418;s:30:\"movepagetext-noredirectsupport\";i:3419;s:15:\"movenologintext\";i:3420;s:23:\"cant-move-category-page\";i:3421;s:26:\"cant-move-to-category-page\";i:3422;s:18:\"cant-move-subpages\";i:3423;s:20:\"namespace-nosubpages\";i:3424;s:10:\"cannotmove\";i:3425;s:25:\"movepage-moved-noredirect\";i:3426;s:21:\"movepage-delete-first\";i:3427;s:14:\"redirectexists\";i:3428;s:23:\"cantmove-titleprotected\";i:3429;s:28:\"movepage-source-doesnt-exist\";i:3430;s:18:\"movepage-max-pages\";i:3431;s:15:\"movesubpagetext\";i:3432;s:19:\"movesubpagetalktext\";i:3433;s:20:\"delete_and_move_text\";i:3434;s:29:\"delete_redirect_and_move_text\";i:3435;s:22:\"delete_and_move_reason\";i:3436;s:8:\"selfmove\";i:3437;s:28:\"immobile-source-namespace-iw\";i:3438;s:25:\"immobile-target-namespace\";i:3439;s:28:\"immobile-target-namespace-iw\";i:3440;s:29:\"movepage-invalid-target-title\";i:3441;s:16:\"bad-target-model\";i:3442;s:24:\"protectedpagemovewarning\";i:3443;s:28:\"semiprotectedpagemovewarning\";i:3444;s:20:\"move-over-sharedrepo\";i:3445;s:22:\"file-exists-sharedrepo\";i:3446;s:10:\"exporttext\";i:3447;s:9:\"exportall\";i:3448;s:13:\"exportcuronly\";i:3449;s:15:\"exportnohistory\";i:3450;s:17:\"exportlistauthors\";i:3451;s:13:\"export-manual\";i:3452;s:15:\"allmessagestext\";i:3453;s:34:\"allmessages-not-supported-database\";i:3454;s:28:\"allmessages-filter-translate\";i:3455;s:22:\"thumbnail_error_remote\";i:3456;s:15:\"djvu_page_error\";i:3457;s:21:\"thumbnail-temp-create\";i:3458;s:21:\"thumbnail-dest-create\";i:3459;s:24:\"thumbnail_invalid_params\";i:3460;s:25:\"thumbnail_toobigimagearea\";i:3461;s:24:\"thumbnail_dest_directory\";i:3462;s:20:\"thumbnail_image-type\";i:3463;s:20:\"thumbnail_gd-library\";i:3464;s:25:\"thumbnail_image-size-zero\";i:3465;s:29:\"thumbnail_image-failure-limit\";i:3466;s:21:\"import-interwiki-text\";i:3467;s:27:\"import-interwiki-sourcewiki\";i:3468;s:27:\"import-interwiki-sourcepage\";i:3469;s:24:\"import-interwiki-history\";i:3470;s:26:\"import-interwiki-templates\";i:3471;s:22:\"import-mapping-default\";i:3472;s:24:\"import-mapping-namespace\";i:3473;s:22:\"import-mapping-subpage\";i:3474;s:29:\"import-upload-username-prefix\";i:3475;s:25:\"import-assign-known-users\";i:3476;s:10:\"importtext\";i:3477;s:11:\"importstart\";i:3478;s:21:\"import-revision-count\";i:3479;s:20:\"imported-log-entries\";i:3480;s:12:\"importfailed\";i:3481;s:19:\"importunknownsource\";i:3482;s:14:\"importnoprefix\";i:3483;s:14:\"importcantopen\";i:3484;s:13:\"importsuccess\";i:3485;s:15:\"importnosources\";i:3486;s:12:\"importnofile\";i:3487;s:21:\"importuploaderrorsize\";i:3488;s:24:\"importuploaderrorpartial\";i:3489;s:21:\"importuploaderrortemp\";i:3490;s:20:\"import-parse-failure\";i:3491;s:21:\"import-nonewrevisions\";i:3492;s:16:\"xml-error-string\";i:3493;s:13:\"import-upload\";i:3494;s:21:\"import-token-mismatch\";i:3495;s:24:\"import-invalid-interwiki\";i:3496;s:17:\"import-error-edit\";i:3497;s:22:\"import-error-interwiki\";i:3498;s:20:\"import-error-special\";i:3499;s:20:\"import-error-invalid\";i:3500;s:24:\"import-error-unserialize\";i:3501;s:25:\"import-error-bad-location\";i:3502;s:20:\"import-options-wrong\";i:3503;s:23:\"import-rootpage-invalid\";i:3504;s:25:\"import-rootpage-nosubpage\";i:3505;s:17:\"importlogpagetext\";i:3506;s:29:\"import-logentry-upload-detail\";i:3507;s:32:\"import-logentry-interwiki-detail\";i:3508;s:14:\"javascripttest\";i:3509;s:26:\"javascripttest-qunit-intro\";i:3510;s:23:\"tooltip-pt-anonuserpage\";i:3511;s:22:\"tooltip-pt-tmpuserpage\";i:3512;s:23:\"tooltip-pt-anoncontribs\";i:3513;s:24:\"tooltip-pt-login-private\";i:3514;s:20:\"tooltip-ca-unprotect\";i:3515;s:19:\"tooltip-ca-undelete\";i:3516;s:27:\"tooltip-ca-unwatch-expiring\";i:3517;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3518;s:18:\"tooltip-p-cactions\";i:3519;s:18:\"tooltip-p-personal\";i:3520;s:14:\"tooltip-t-info\";i:3521;s:15:\"tooltip-publish\";i:3522;s:24:\"tooltip-watchlist-expiry\";i:3523;s:35:\"tooltip-watchlistedit-normal-submit\";i:3524;s:32:\"tooltip-watchlistedit-raw-submit\";i:3525;s:16:\"tooltip-recreate\";i:3526;s:24:\"interlanguage-link-title\";i:3527;s:32:\"interlanguage-link-title-nonlang\";i:3528;s:10:\"common.css\";i:3529;s:9:\"print.css\";i:3530;s:12:\"noscript.css\";i:3531;s:23:\"group-autoconfirmed.css\";i:3532;s:14:\"group-user.css\";i:3533;s:13:\"group-bot.css\";i:3534;s:15:\"group-sysop.css\";i:3535;s:20:\"group-bureaucrat.css\";i:3536;s:11:\"common.json\";i:3537;s:9:\"common.js\";i:3538;s:22:\"group-autoconfirmed.js\";i:3539;s:13:\"group-user.js\";i:3540;s:12:\"group-bot.js\";i:3541;s:14:\"group-sysop.js\";i:3542;s:19:\"group-bureaucrat.js\";i:3543;s:9:\"anonymous\";i:3544;s:16:\"lastmodifiedatby\";i:3545;s:13:\"othercontribs\";i:3546;s:9:\"siteusers\";i:3547;s:9:\"anonusers\";i:3548;s:9:\"nocredits\";i:3549;s:19:\"spamprotectiontitle\";i:3550;s:18:\"spamprotectiontext\";i:3551;s:19:\"spamprotectionmatch\";i:3552;s:14:\"spam_reverting\";i:3553;s:13:\"spam_blanking\";i:3554;s:13:\"spam_deleting\";i:3555;s:20:\"pageinfo-not-current\";i:3556;s:18:\"pageinfo-namespace\";i:3557;s:24:\"pageinfo-language-change\";i:3558;s:29:\"pageinfo-content-model-change\";i:3559;s:30:\"pageinfo-few-visiting-watchers\";i:3560;s:24:\"pageinfo-redirects-value\";i:3561;s:22:\"pageinfo-transclusions\";i:3562;s:20:\"pageinfo-redirectsto\";i:3563;s:25:\"pageinfo-redirectsto-info\";i:3564;s:26:\"pageinfo-protect-cascading\";i:3565;s:30:\"pageinfo-protect-cascading-yes\";i:3566;s:31:\"pageinfo-protect-cascading-from\";i:3567;s:22:\"pageinfo-category-info\";i:3568;s:23:\"pageinfo-category-total\";i:3569;s:23:\"pageinfo-category-pages\";i:3570;s:25:\"pageinfo-category-subcats\";i:3571;s:23:\"pageinfo-category-files\";i:3572;s:16:\"pageinfo-user-id\";i:3573;s:18:\"pageinfo-file-hash\";i:3574;s:25:\"pageinfo-view-protect-log\";i:3575;s:19:\"markaspatrolledtext\";i:3576;s:24:\"markaspatrolledtext-file\";i:3577;s:17:\"markedaspatrolled\";i:3578;s:21:\"markedaspatrolledtext\";i:3579;s:16:\"rcpatroldisabled\";i:3580;s:20:\"rcpatroldisabledtext\";i:3581;s:22:\"markedaspatrollederror\";i:3582;s:26:\"markedaspatrollederrortext\";i:3583;s:35:\"markedaspatrollederror-noautopatrol\";i:3584;s:23:\"markedaspatrollednotify\";i:3585;s:17:\"patrol-log-header\";i:3586;s:28:\"confirm-markpatrolled-button\";i:3587;s:25:\"confirm-markpatrolled-top\";i:3588;s:15:\"deletedrevision\";i:3589;s:21:\"filedeleteerror-short\";i:3590;s:20:\"filedeleteerror-long\";i:3591;s:18:\"filedelete-missing\";i:3592;s:27:\"filedelete-old-unregistered\";i:3593;s:31:\"filedelete-current-unregistered\";i:3594;s:28:\"filedelete-archive-read-only\";i:3595;s:12:\"mediawarning\";i:3596;s:12:\"imagemaxsize\";i:3597;s:11:\"widthheight\";i:3598;s:22:\"svg-long-desc-animated\";i:3599;s:14:\"svg-long-error\";i:3600;s:29:\"show-big-image-preview-differ\";i:3601;s:20:\"file-info-gif-frames\";i:3602;s:20:\"file-info-png-repeat\";i:3603;s:20:\"file-info-png-frames\";i:3604;s:23:\"file-no-thumb-animation\";i:3605;s:27:\"file-no-thumb-animation-gif\";i:3606;s:9:\"newimages\";i:3607;s:13:\"imagelisttext\";i:3608;s:17:\"newimages-summary\";i:3609;s:18:\"newimages-showbots\";i:3610;s:23:\"newimages-hidepatrolled\";i:3611;s:19:\"newimages-mediatype\";i:3612;s:24:\"gallery-slideshow-toggle\";i:3613;s:10:\"video-dims\";i:3614;s:11:\"days-abbrev\";i:3615;s:7:\"seconds\";i:3616;s:7:\"minutes\";i:3617;s:5:\"hours\";i:3618;s:4:\"days\";i:3619;s:5:\"weeks\";i:3620;s:6:\"months\";i:3621;s:3:\"ago\";i:3622;s:8:\"just-now\";i:3623;s:9:\"hours-ago\";i:3624;s:11:\"minutes-ago\";i:3625;s:11:\"seconds-ago\";i:3626;s:9:\"monday-at\";i:3627;s:10:\"tuesday-at\";i:3628;s:12:\"wednesday-at\";i:3629;s:11:\"thursday-at\";i:3630;s:9:\"friday-at\";i:3631;s:11:\"saturday-at\";i:3632;s:9:\"sunday-at\";i:3633;s:12:\"yesterday-at\";i:3634;s:20:\"variantname-gan-hant\";i:3635;s:14:\"variantname-kk\";i:3636;s:19:\"variantname-ku-arab\";i:3637;s:19:\"variantname-ku-latn\";i:3638;s:19:\"variantname-tg-cyrl\";i:3639;s:19:\"variantname-tg-latn\";i:3640;s:14:\"variantname-tg\";i:3641;s:20:\"variantname-tly-cyrl\";i:3642;s:15:\"variantname-tly\";i:3643;s:20:\"variantname-ike-cans\";i:3644;s:20:\"variantname-ike-latn\";i:3645;s:14:\"variantname-iu\";i:3646;s:20:\"variantname-shi-tfng\";i:3647;s:20:\"variantname-shi-latn\";i:3648;s:15:\"variantname-shi\";i:3649;s:14:\"variantname-uz\";i:3650;s:19:\"variantname-uz-latn\";i:3651;s:19:\"variantname-uz-cyrl\";i:3652;s:15:\"variantname-crh\";i:3653;s:20:\"variantname-crh-latn\";i:3654;s:20:\"variantname-crh-cyrl\";i:3655;s:17:\"metadata-langitem\";i:3656;s:20:\"confirmemail_noemail\";i:3657;s:17:\"confirmemail_text\";i:3658;s:20:\"confirmemail_pending\";i:3659;s:21:\"confirmemail_oncreate\";i:3660;s:23:\"confirmemail_sendfailed\";i:3661;s:17:\"confirmemail_body\";i:3662;s:25:\"confirmemail_body_changed\";i:3663;s:21:\"confirmemail_body_set\";i:3664;s:33:\"notificationemail_subject_changed\";i:3665;s:33:\"notificationemail_subject_removed\";i:3666;s:30:\"notificationemail_body_changed\";i:3667;s:30:\"notificationemail_body_removed\";i:3668;s:32:\"scarytranscludefailed-httpstatus\";i:3669;s:10:\"unit-pixel\";i:3670;s:19:\"confirm-purge-title\";i:3671;s:20:\"confirm-purge-bottom\";i:3672;s:19:\"confirm-watch-label\";i:3673;s:24:\"watchlist-expiry-options\";i:3674;s:31:\"watchlist-expires-in-aria-label\";i:3675;s:27:\"confirm-watch-button-expiry\";i:3676;s:23:\"confirm-rollback-button\";i:3677;s:20:\"confirm-rollback-top\";i:3678;s:23:\"confirm-rollback-bottom\";i:3679;s:24:\"confirm-mcrrestore-title\";i:3680;s:21:\"confirm-mcrundo-title\";i:3681;s:13:\"mcrundofailed\";i:3682;s:20:\"mcrundo-missingparam\";i:3683;s:15:\"mcrundo-changed\";i:3684;s:20:\"mcrundo-parse-failed\";i:3685;s:19:\"semicolon-separator\";i:3686;s:15:\"comma-separator\";i:3687;s:15:\"colon-separator\";i:3688;s:14:\"pipe-separator\";i:3689;s:14:\"word-separator\";i:3690;s:8:\"ellipsis\";i:3691;s:7:\"percent\";i:3692;s:11:\"parentheses\";i:3693;s:17:\"parentheses-start\";i:3694;s:15:\"parentheses-end\";i:3695;s:8:\"brackets\";i:3696;s:14:\"brackets-start\";i:3697;s:12:\"brackets-end\";i:3698;s:15:\"quotation-marks\";i:3699;s:13:\"formatnum-nan\";i:3700;s:12:\"img-lang-opt\";i:3701;s:16:\"img-lang-default\";i:3702;s:13:\"img-lang-info\";i:3703;s:25:\"autosumm-removed-redirect\";i:3704;s:32:\"autosumm-changed-redirect-target\";i:3705;s:17:\"autosumm-newblank\";i:3706;s:10:\"size-bytes\";i:3707;s:14:\"size-kilobytes\";i:3708;s:14:\"size-megabytes\";i:3709;s:14:\"size-gigabytes\";i:3710;s:14:\"size-terabytes\";i:3711;s:14:\"size-petabytes\";i:3712;s:13:\"size-exabytes\";i:3713;s:15:\"size-zettabytes\";i:3714;s:15:\"size-yottabytes\";i:3715;s:10:\"size-pixel\";i:3716;s:14:\"size-kilopixel\";i:3717;s:14:\"size-megapixel\";i:3718;s:14:\"size-gigapixel\";i:3719;s:14:\"size-terapixel\";i:3720;s:14:\"size-petapixel\";i:3721;s:13:\"size-exapixel\";i:3722;s:15:\"size-zettapixel\";i:3723;s:15:\"size-yottapixel\";i:3724;s:12:\"bitrate-bits\";i:3725;s:16:\"bitrate-kilobits\";i:3726;s:16:\"bitrate-megabits\";i:3727;s:16:\"bitrate-gigabits\";i:3728;s:16:\"bitrate-terabits\";i:3729;s:16:\"bitrate-petabits\";i:3730;s:15:\"bitrate-exabits\";i:3731;s:17:\"bitrate-zettabits\";i:3732;s:17:\"bitrate-yottabits\";i:3733;s:13:\"lag-warn-high\";i:3734;s:28:\"watchlistedit-normal-explain\";i:3735;s:25:\"watchlistedit-raw-explain\";i:3736;s:22:\"watchlistedit-raw-done\";i:3737;s:23:\"watchlistedit-raw-added\";i:3738;s:25:\"watchlistedit-raw-removed\";i:3739;s:25:\"watchlistedit-clear-title\";i:3740;s:26:\"watchlistedit-clear-legend\";i:3741;s:27:\"watchlistedit-clear-explain\";i:3742;s:26:\"watchlistedit-clear-titles\";i:3743;s:26:\"watchlistedit-clear-submit\";i:3744;s:24:\"watchlistedit-clear-done\";i:3745;s:28:\"watchlistedit-clear-jobqueue\";i:3746;s:27:\"watchlistedit-clear-removed\";i:3747;s:22:\"watchlistedit-too-many\";i:3748;s:19:\"iranian-calendar-m1\";i:3749;s:19:\"iranian-calendar-m2\";i:3750;s:19:\"iranian-calendar-m3\";i:3751;s:19:\"iranian-calendar-m4\";i:3752;s:19:\"iranian-calendar-m5\";i:3753;s:19:\"iranian-calendar-m6\";i:3754;s:19:\"iranian-calendar-m7\";i:3755;s:19:\"iranian-calendar-m8\";i:3756;s:19:\"iranian-calendar-m9\";i:3757;s:20:\"iranian-calendar-m10\";i:3758;s:20:\"iranian-calendar-m11\";i:3759;s:20:\"iranian-calendar-m12\";i:3760;s:17:\"hijri-calendar-m1\";i:3761;s:17:\"hijri-calendar-m2\";i:3762;s:17:\"hijri-calendar-m3\";i:3763;s:17:\"hijri-calendar-m4\";i:3764;s:17:\"hijri-calendar-m5\";i:3765;s:17:\"hijri-calendar-m6\";i:3766;s:17:\"hijri-calendar-m7\";i:3767;s:17:\"hijri-calendar-m8\";i:3768;s:17:\"hijri-calendar-m9\";i:3769;s:18:\"hijri-calendar-m10\";i:3770;s:18:\"hijri-calendar-m11\";i:3771;s:18:\"hijri-calendar-m12\";i:3772;s:18:\"hebrew-calendar-m1\";i:3773;s:18:\"hebrew-calendar-m2\";i:3774;s:18:\"hebrew-calendar-m3\";i:3775;s:18:\"hebrew-calendar-m4\";i:3776;s:18:\"hebrew-calendar-m5\";i:3777;s:18:\"hebrew-calendar-m6\";i:3778;s:19:\"hebrew-calendar-m6a\";i:3779;s:19:\"hebrew-calendar-m6b\";i:3780;s:18:\"hebrew-calendar-m7\";i:3781;s:18:\"hebrew-calendar-m8\";i:3782;s:18:\"hebrew-calendar-m9\";i:3783;s:19:\"hebrew-calendar-m10\";i:3784;s:19:\"hebrew-calendar-m11\";i:3785;s:19:\"hebrew-calendar-m12\";i:3786;s:22:\"hebrew-calendar-m1-gen\";i:3787;s:22:\"hebrew-calendar-m2-gen\";i:3788;s:22:\"hebrew-calendar-m3-gen\";i:3789;s:22:\"hebrew-calendar-m4-gen\";i:3790;s:22:\"hebrew-calendar-m5-gen\";i:3791;s:22:\"hebrew-calendar-m6-gen\";i:3792;s:23:\"hebrew-calendar-m6a-gen\";i:3793;s:23:\"hebrew-calendar-m6b-gen\";i:3794;s:22:\"hebrew-calendar-m7-gen\";i:3795;s:22:\"hebrew-calendar-m8-gen\";i:3796;s:22:\"hebrew-calendar-m9-gen\";i:3797;s:23:\"hebrew-calendar-m10-gen\";i:3798;s:23:\"hebrew-calendar-m11-gen\";i:3799;s:23:\"hebrew-calendar-m12-gen\";i:3800;s:14:\"signature-temp\";i:3801;s:12:\"timezone-utc\";i:3802;s:14:\"timezone-local\";i:3803;s:22:\"duplicate-displaytitle\";i:3804;s:23:\"restricted-displaytitle\";i:3805;s:22:\"invalid-indicator-name\";i:3806;s:25:\"invalid-langconvert-attrs\";i:3807;s:15:\"version-editors\";i:3808;s:11:\"version-api\";i:3809;s:15:\"version-version\";i:3810;s:19:\"version-no-ext-name\";i:3811;s:19:\"version-ext-license\";i:3812;s:26:\"version-ext-colheader-name\";i:3813;s:27:\"version-skin-colheader-name\";i:3814;s:29:\"version-ext-colheader-version\";i:3815;s:29:\"version-ext-colheader-license\";i:3816;s:33:\"version-ext-colheader-description\";i:3817;s:29:\"version-ext-colheader-credits\";i:3818;s:21:\"version-license-title\";i:3819;s:25:\"version-license-not-found\";i:3820;s:21:\"version-credits-title\";i:3821;s:25:\"version-credits-not-found\";i:3822;s:25:\"version-poweredby-credits\";i:3823;s:29:\"version-poweredby-translators\";i:3824;s:25:\"version-poweredby-various\";i:3825;s:23:\"version-credits-summary\";i:3826;s:20:\"version-license-info\";i:3827;s:19:\"version-entrypoints\";i:3828;s:37:\"version-entrypoints-header-entrypoint\";i:3829;s:30:\"version-entrypoints-header-url\";i:3830;s:31:\"version-entrypoints-articlepath\";i:3831;s:30:\"version-entrypoints-scriptpath\";i:3832;s:17:\"version-libraries\";i:3833;s:25:\"version-libraries-library\";i:3834;s:25:\"version-libraries-version\";i:3835;s:25:\"version-libraries-license\";i:3836;s:29:\"version-libraries-description\";i:3837;s:25:\"version-libraries-authors\";i:3838;s:14:\"redirect-logid\";i:3839;s:19:\"redirect-not-exists\";i:3840;s:20:\"redirect-not-numeric\";i:3841;s:21:\"specialpages-note-top\";i:3842;s:28:\"specialpages-note-restricted\";i:3843;s:28:\"specialpages-group-developer\";i:3844;s:28:\"disabledspecialpage-disabled\";i:3845;s:24:\"external_image_whitelist\";i:3846;s:10:\"tag-hidden\";i:3847;s:25:\"tag-mw-contentmodelchange\";i:3848;s:37:\"tag-mw-contentmodelchange-description\";i:3849;s:19:\"tag-mw-new-redirect\";i:3850;s:31:\"tag-mw-new-redirect-description\";i:3851;s:23:\"tag-mw-removed-redirect\";i:3852;s:35:\"tag-mw-removed-redirect-description\";i:3853;s:30:\"tag-mw-changed-redirect-target\";i:3854;s:42:\"tag-mw-changed-redirect-target-description\";i:3855;s:12:\"tag-mw-blank\";i:3856;s:24:\"tag-mw-blank-description\";i:3857;s:14:\"tag-mw-replace\";i:3858;s:26:\"tag-mw-replace-description\";i:3859;s:27:\"tag-mw-rollback-description\";i:3860;s:11:\"tag-mw-undo\";i:3861;s:23:\"tag-mw-undo-description\";i:3862;s:20:\"tag-mw-manual-revert\";i:3863;s:32:\"tag-mw-manual-revert-description\";i:3864;s:15:\"tag-mw-reverted\";i:3865;s:27:\"tag-mw-reverted-description\";i:3866;s:25:\"tag-mw-server-side-upload\";i:3867;s:37:\"tag-mw-server-side-upload-description\";i:3868;s:18:\"tags-source-header\";i:3869;s:18:\"tags-active-header\";i:3870;s:19:\"tags-actions-header\";i:3871;s:21:\"tags-source-extension\";i:3872;s:18:\"tags-source-manual\";i:3873;s:16:\"tags-source-none\";i:3874;s:11:\"tags-hidden\";i:3875;s:11:\"tags-delete\";i:3876;s:13:\"tags-activate\";i:3877;s:15:\"tags-deactivate\";i:3878;s:25:\"tags-manage-no-permission\";i:3879;s:19:\"tags-manage-blocked\";i:3880;s:19:\"tags-create-heading\";i:3881;s:23:\"tags-create-explanation\";i:3882;s:20:\"tags-create-tag-name\";i:3883;s:18:\"tags-create-reason\";i:3884;s:18:\"tags-create-submit\";i:3885;s:19:\"tags-create-no-name\";i:3886;s:25:\"tags-create-invalid-chars\";i:3887;s:31:\"tags-create-invalid-title-chars\";i:3888;s:26:\"tags-create-already-exists\";i:3889;s:26:\"tags-create-warnings-above\";i:3890;s:26:\"tags-create-warnings-below\";i:3891;s:17:\"tags-delete-title\";i:3892;s:31:\"tags-delete-explanation-initial\";i:3893;s:30:\"tags-delete-explanation-in-use\";i:3894;s:31:\"tags-delete-explanation-warning\";i:3895;s:30:\"tags-delete-explanation-active\";i:3896;s:18:\"tags-delete-reason\";i:3897;s:18:\"tags-delete-submit\";i:3898;s:23:\"tags-delete-not-allowed\";i:3899;s:21:\"tags-delete-not-found\";i:3900;s:25:\"tags-delete-too-many-uses\";i:3901;s:33:\"tags-delete-warnings-after-delete\";i:3902;s:25:\"tags-delete-no-permission\";i:3903;s:19:\"tags-activate-title\";i:3904;s:22:\"tags-activate-question\";i:3905;s:20:\"tags-activate-reason\";i:3906;s:25:\"tags-activate-not-allowed\";i:3907;s:23:\"tags-activate-not-found\";i:3908;s:20:\"tags-activate-submit\";i:3909;s:21:\"tags-deactivate-title\";i:3910;s:24:\"tags-deactivate-question\";i:3911;s:22:\"tags-deactivate-reason\";i:3912;s:27:\"tags-deactivate-not-allowed\";i:3913;s:22:\"tags-deactivate-submit\";i:3914;s:24:\"tags-apply-no-permission\";i:3915;s:18:\"tags-apply-blocked\";i:3916;s:26:\"tags-apply-not-allowed-one\";i:3917;s:28:\"tags-apply-not-allowed-multi\";i:3918;s:25:\"tags-update-no-permission\";i:3919;s:19:\"tags-update-blocked\";i:3920;s:31:\"tags-update-add-not-allowed-one\";i:3921;s:33:\"tags-update-add-not-allowed-multi\";i:3922;s:34:\"tags-update-remove-not-allowed-one\";i:3923;s:36:\"tags-update-remove-not-allowed-multi\";i:3924;s:15:\"tags-edit-title\";i:3925;s:21:\"tags-edit-manage-link\";i:3926;s:27:\"tags-edit-revision-selected\";i:3927;s:27:\"tags-edit-logentry-selected\";i:3928;s:25:\"tags-edit-revision-legend\";i:3929;s:25:\"tags-edit-logentry-legend\";i:3930;s:23:\"tags-edit-existing-tags\";i:3931;s:28:\"tags-edit-existing-tags-none\";i:3932;s:18:\"tags-edit-new-tags\";i:3933;s:13:\"tags-edit-add\";i:3934;s:16:\"tags-edit-remove\";i:3935;s:25:\"tags-edit-remove-all-tags\";i:3936;s:28:\"tags-edit-chosen-placeholder\";i:3937;s:27:\"tags-edit-chosen-no-results\";i:3938;s:16:\"tags-edit-reason\";i:3939;s:25:\"tags-edit-revision-submit\";i:3940;s:25:\"tags-edit-logentry-submit\";i:3941;s:17:\"tags-edit-success\";i:3942;s:17:\"tags-edit-failure\";i:3943;s:23:\"tags-edit-nooldid-title\";i:3944;s:22:\"tags-edit-nooldid-text\";i:3945;s:23:\"tags-edit-none-selected\";i:3946;s:27:\"compare-revision-not-exists\";i:3947;s:15:\"diff-form-oldid\";i:3948;s:15:\"diff-form-revid\";i:3949;s:16:\"diff-form-submit\";i:3950;s:21:\"diff-form-other-revid\";i:3951;s:21:\"diff-form-error-revid\";i:3952;s:13:\"permanentlink\";i:3953;s:19:\"permanentlink-revid\";i:3954;s:20:\"permanentlink-submit\";i:3955;s:10:\"newsection\";i:3956;s:15:\"newsection-page\";i:3957;s:17:\"newsection-submit\";i:3958;s:8:\"editpage\";i:3959;s:20:\"specialeditpage-page\";i:3960;s:22:\"specialeditpage-submit\";i:3961;s:22:\"specialdeletepage-page\";i:3962;s:24:\"specialdeletepage-submit\";i:3963;s:8:\"pageinfo\";i:3964;s:20:\"specialpageinfo-page\";i:3965;s:22:\"specialpageinfo-submit\";i:3966;s:11:\"pagehistory\";i:3967;s:23:\"specialpagehistory-page\";i:3968;s:25:\"specialpagehistory-submit\";i:3969;s:11:\"protectpage\";i:3970;s:23:\"specialprotectpage-page\";i:3971;s:25:\"specialprotectpage-submit\";i:3972;s:5:\"purge\";i:3973;s:17:\"specialpurge-page\";i:3974;s:19:\"specialpurge-submit\";i:3975;s:17:\"dberr-info-hidden\";i:3976;s:28:\"htmlform-multiselect-toomany\";i:3977;s:11:\"htmlform-no\";i:3978;s:12:\"htmlform-yes\";i:3979;s:27:\"htmlform-chosen-placeholder\";i:3980;s:22:\"htmlform-cloner-create\";i:3981;s:22:\"htmlform-cloner-delete\";i:3982;s:24:\"htmlform-cloner-required\";i:3983;s:25:\"htmlform-date-placeholder\";i:3984;s:25:\"htmlform-time-placeholder\";i:3985;s:29:\"htmlform-datetime-placeholder\";i:3986;s:21:\"htmlform-date-invalid\";i:3987;s:21:\"htmlform-time-invalid\";i:3988;s:25:\"htmlform-datetime-invalid\";i:3989;s:20:\"htmlform-date-toolow\";i:3990;s:21:\"htmlform-date-toohigh\";i:3991;s:20:\"htmlform-time-toolow\";i:3992;s:21:\"htmlform-time-toohigh\";i:3993;s:24:\"htmlform-datetime-toolow\";i:3994;s:25:\"htmlform-datetime-toohigh\";i:3995;s:27:\"htmlform-title-badnamespace\";i:3996;s:28:\"htmlform-title-not-creatable\";i:3997;s:25:\"htmlform-title-not-exists\";i:3998;s:24:\"htmlform-title-interwiki\";i:3999;s:24:\"htmlform-user-not-exists\";i:4000;s:23:\"htmlform-user-not-valid\";i:4001;s:24:\"htmlform-tag-not-allowed\";i:4002;s:28:\"logentry-delete-delete_redir\";i:4003;s:29:\"logentry-delete-delete_redir2\";i:4004;s:31:\"logentry-delete-restore-nocount\";i:4005;s:23:\"restore-count-revisions\";i:4006;s:21:\"logentry-delete-event\";i:4007;s:28:\"logentry-delete-event-legacy\";i:4008;s:31:\"logentry-delete-revision-legacy\";i:4009;s:24:\"logentry-suppress-delete\";i:4010;s:23:\"logentry-suppress-event\";i:4011;s:26:\"logentry-suppress-revision\";i:4012;s:30:\"logentry-suppress-event-legacy\";i:4013;s:33:\"logentry-suppress-revision-legacy\";i:4014;s:21:\"revdelete-summary-hid\";i:4015;s:23:\"revdelete-content-unhid\";i:4016;s:23:\"revdelete-summary-unhid\";i:4017;s:21:\"revdelete-uname-unhid\";i:4018;s:20:\"logentry-block-block\";i:4019;s:22:\"logentry-block-unblock\";i:4020;s:22:\"logentry-block-reblock\";i:4021;s:32:\"logentry-partialblock-block-page\";i:4022;s:30:\"logentry-partialblock-block-ns\";i:4023;s:34:\"logentry-partialblock-block-action\";i:4024;s:27:\"logentry-partialblock-block\";i:4025;s:29:\"logentry-partialblock-reblock\";i:4026;s:32:\"logentry-non-editing-block-block\";i:4027;s:34:\"logentry-non-editing-block-reblock\";i:4028;s:23:\"logentry-suppress-block\";i:4029;s:25:\"logentry-suppress-reblock\";i:4030;s:22:\"logentry-import-upload\";i:4031;s:30:\"logentry-import-upload-details\";i:4032;s:25:\"logentry-import-interwiki\";i:4033;s:33:\"logentry-import-interwiki-details\";i:4034;s:20:\"logentry-merge-merge\";i:4035;s:35:\"logentry-move-move_redir-noredirect\";i:4036;s:22:\"logentry-patrol-patrol\";i:4037;s:26:\"logentry-newusers-newusers\";i:4038;s:25:\"logentry-newusers-create2\";i:4039;s:25:\"logentry-newusers-byemail\";i:4040;s:26:\"logentry-protect-move_prot\";i:4041;s:26:\"logentry-protect-unprotect\";i:4042;s:24:\"logentry-protect-protect\";i:4043;s:32:\"logentry-protect-protect-cascade\";i:4044;s:23:\"logentry-protect-modify\";i:4045;s:31:\"logentry-protect-modify-cascade\";i:4046;s:22:\"logentry-rights-rights\";i:4047;s:29:\"logentry-rights-rights-legacy\";i:4048;s:27:\"logentry-rights-autopromote\";i:4049;s:22:\"logentry-upload-revert\";i:4050;s:19:\"log-name-managetags\";i:4051;s:26:\"log-description-managetags\";i:4052;s:26:\"logentry-managetags-create\";i:4053;s:26:\"logentry-managetags-delete\";i:4054;s:28:\"logentry-managetags-activate\";i:4055;s:30:\"logentry-managetags-deactivate\";i:4056;s:12:\"log-name-tag\";i:4057;s:19:\"log-description-tag\";i:4058;s:32:\"logentry-tag-update-add-revision\";i:4059;s:32:\"logentry-tag-update-add-logentry\";i:4060;s:35:\"logentry-tag-update-remove-revision\";i:4061;s:35:\"logentry-tag-update-remove-logentry\";i:4062;s:28:\"logentry-tag-update-revision\";i:4063;s:28:\"logentry-tag-update-logentry\";i:4064;s:30:\"rightslogentry-temporary-group\";i:4065;s:15:\"feedback-adding\";i:4066;s:13:\"feedback-back\";i:4067;s:17:\"feedback-bugcheck\";i:4068;s:15:\"feedback-bugnew\";i:4069;s:18:\"feedback-bugornote\";i:4070;s:15:\"feedback-cancel\";i:4071;s:14:\"feedback-close\";i:4072;s:35:\"feedback-external-bug-report-button\";i:4073;s:21:\"feedback-dialog-title\";i:4074;s:21:\"feedback-dialog-intro\";i:4075;s:15:\"feedback-error1\";i:4076;s:15:\"feedback-error4\";i:4077;s:16:\"feedback-message\";i:4078;s:16:\"feedback-subject\";i:4079;s:15:\"feedback-submit\";i:4080;s:14:\"feedback-terms\";i:4081;s:19:\"feedback-termsofuse\";i:4082;s:15:\"feedback-thanks\";i:4083;s:21:\"feedback-thanks-title\";i:4084;s:18:\"feedback-useragent\";i:4085;s:27:\"search-match-redirect-label\";i:4086;s:26:\"search-match-redirect-help\";i:4087;s:17:\"searchlimit-label\";i:4088;s:16:\"searchlimit-help\";i:4089;s:25:\"api-clientside-error-http\";i:4090;s:28:\"api-clientside-error-timeout\";i:4091;s:28:\"api-clientside-error-aborted\";i:4092;s:36:\"api-clientside-error-invalidresponse\";i:4093;s:18:\"api-error-badtoken\";i:4094;s:19:\"api-error-emptypage\";i:4095;s:23:\"api-error-publishfailed\";i:4096;s:21:\"api-error-stashfailed\";i:4097;s:25:\"api-error-unknown-warning\";i:4098;s:22:\"api-error-unknownerror\";i:4099;s:16:\"duration-seconds\";i:4100;s:16:\"duration-minutes\";i:4101;s:14:\"duration-hours\";i:4102;s:14:\"duration-weeks\";i:4103;s:14:\"duration-years\";i:4104;s:16:\"duration-decades\";i:4105;s:18:\"duration-centuries\";i:4106;s:18:\"duration-millennia\";i:4107;s:14:\"rotate-comment\";i:4108;s:17:\"limitreport-title\";i:4109;s:19:\"limitreport-cputime\";i:4110;s:25:\"limitreport-cputime-value\";i:4111;s:20:\"limitreport-walltime\";i:4112;s:26:\"limitreport-walltime-value\";i:4113;s:26:\"limitreport-ppvisitednodes\";i:4114;s:32:\"limitreport-ppvisitednodes-value\";i:4115;s:33:\"limitreport-postexpandincludesize\";i:4116;s:39:\"limitreport-postexpandincludesize-value\";i:4117;s:32:\"limitreport-templateargumentsize\";i:4118;s:38:\"limitreport-templateargumentsize-value\";i:4119;s:26:\"limitreport-expansiondepth\";i:4120;s:32:\"limitreport-expansiondepth-value\";i:4121;s:34:\"limitreport-expensivefunctioncount\";i:4122;s:40:\"limitreport-expensivefunctioncount-value\";i:4123;s:25:\"limitreport-unstrip-depth\";i:4124;s:31:\"limitreport-unstrip-depth-value\";i:4125;s:24:\"limitreport-unstrip-size\";i:4126;s:30:\"limitreport-unstrip-size-value\";i:4127;s:22:\"expand_templates_intro\";i:4128;s:22:\"expand_templates_title\";i:4129;s:22:\"expand_templates_input\";i:4130;s:23:\"expand_templates_output\";i:4131;s:27:\"expand_templates_xml_output\";i:4132;s:28:\"expand_templates_html_output\";i:4133;s:19:\"expand_templates_ok\";i:4134;s:32:\"expand_templates_remove_comments\";i:4135;s:30:\"expand_templates_remove_nowiki\";i:4136;s:29:\"expand_templates_generate_xml\";i:4137;s:33:\"expand_templates_generate_rawhtml\";i:4138;s:24:\"expand_templates_preview\";i:4139;s:34:\"expand_templates_preview_fail_html\";i:4140;s:39:\"expand_templates_preview_fail_html_anon\";i:4141;s:30:\"expand_templates_input_missing\";i:4142;s:12:\"pagelanguage\";i:4143;s:13:\"pagelang-name\";i:4144;s:17:\"pagelang-language\";i:4145;s:20:\"pagelang-use-default\";i:4146;s:20:\"pagelang-select-lang\";i:4147;s:15:\"pagelang-reason\";i:4148;s:15:\"pagelang-submit\";i:4149;s:25:\"pagelang-nonexistent-page\";i:4150;s:27:\"pagelang-unchanged-language\";i:4151;s:35:\"pagelang-unchanged-language-default\";i:4152;s:18:\"pagelang-db-failed\";i:4153;s:14:\"right-pagelang\";i:4154;s:15:\"action-pagelang\";i:4155;s:17:\"log-name-pagelang\";i:4156;s:24:\"log-description-pagelang\";i:4157;s:26:\"logentry-pagelang-pagelang\";i:4158;s:22:\"default-skin-not-found\";i:4159;s:31:\"default-skin-not-found-no-skins\";i:4160;s:34:\"default-skin-not-found-row-enabled\";i:4161;s:35:\"default-skin-not-found-row-disabled\";i:4162;s:15:\"mediastatistics\";i:4163;s:23:\"mediastatistics-summary\";i:4164;s:22:\"mediastatistics-nfiles\";i:4165;s:22:\"mediastatistics-nbytes\";i:4166;s:28:\"mediastatistics-bytespertype\";i:4167;s:24:\"mediastatistics-allbytes\";i:4168;s:30:\"mediastatistics-table-mimetype\";i:4169;s:32:\"mediastatistics-table-extensions\";i:4170;s:27:\"mediastatistics-table-count\";i:4171;s:32:\"mediastatistics-table-totalbytes\";i:4172;s:30:\"mediastatistics-header-unknown\";i:4173;s:29:\"mediastatistics-header-bitmap\";i:4174;s:30:\"mediastatistics-header-drawing\";i:4175;s:28:\"mediastatistics-header-audio\";i:4176;s:28:\"mediastatistics-header-video\";i:4177;s:33:\"mediastatistics-header-multimedia\";i:4178;s:29:\"mediastatistics-header-office\";i:4179;s:27:\"mediastatistics-header-text\";i:4180;s:33:\"mediastatistics-header-executable\";i:4181;s:30:\"mediastatistics-header-archive\";i:4182;s:25:\"mediastatistics-header-3d\";i:4183;s:28:\"mediastatistics-header-total\";i:4184;s:24:\"json-warn-trailing-comma\";i:4185;s:18:\"json-error-unknown\";i:4186;s:16:\"json-error-depth\";i:4187;s:25:\"json-error-state-mismatch\";i:4188;s:20:\"json-error-ctrl-char\";i:4189;s:17:\"json-error-syntax\";i:4190;s:15:\"json-error-utf8\";i:4191;s:32:\"json-error-invalid-property-name\";i:4192;s:16:\"json-error-utf16\";i:4193;s:21:\"headline-anchor-title\";i:4194;s:30:\"special-characters-group-latin\";i:4195;s:38:\"special-characters-group-latinextended\";i:4196;s:28:\"special-characters-group-ipa\";i:4197;s:32:\"special-characters-group-symbols\";i:4198;s:30:\"special-characters-group-greek\";i:4199;s:38:\"special-characters-group-greekextended\";i:4200;s:33:\"special-characters-group-cyrillic\";i:4201;s:31:\"special-characters-group-arabic\";i:4202;s:39:\"special-characters-group-arabicextended\";i:4203;s:32:\"special-characters-group-persian\";i:4204;s:31:\"special-characters-group-hebrew\";i:4205;s:31:\"special-characters-group-bangla\";i:4206;s:30:\"special-characters-group-tamil\";i:4207;s:31:\"special-characters-group-telugu\";i:4208;s:32:\"special-characters-group-sinhala\";i:4209;s:33:\"special-characters-group-gujarati\";i:4210;s:35:\"special-characters-group-devanagari\";i:4211;s:29:\"special-characters-group-thai\";i:4212;s:28:\"special-characters-group-lao\";i:4213;s:30:\"special-characters-group-khmer\";i:4214;s:43:\"special-characters-group-canadianaboriginal\";i:4215;s:30:\"special-characters-group-runes\";i:4216;s:31:\"special-characters-title-endash\";i:4217;s:31:\"special-characters-title-emdash\";i:4218;s:30:\"special-characters-title-minus\";i:4219;s:22:\"mw-widgets-abandonedit\";i:4220;s:30:\"mw-widgets-abandonedit-discard\";i:4221;s:27:\"mw-widgets-abandonedit-keep\";i:4222;s:28:\"mw-widgets-abandonedit-title\";i:4223;s:30:\"mw-widgets-copytextlayout-copy\";i:4224;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4225;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4226;s:28:\"mw-widgets-dateinput-no-date\";i:4227;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4228;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4229;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4230;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4231;s:32:\"mw-widgets-mediasearch-noresults\";i:4232;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4233;s:27:\"mw-widgets-table-row-delete\";i:4234;s:42:\"mw-widgets-titleinput-description-redirect\";i:4235;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4236;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4237;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4238;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4239;s:15:\"date-range-from\";i:4240;s:18:\"sessionmanager-tie\";i:4241;s:23:\"sessionprovider-generic\";i:4242;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4243;s:25:\"sessionprovider-nocookies\";i:4244;s:23:\"log-action-filter-block\";i:4245;s:30:\"log-action-filter-contentmodel\";i:4246;s:24:\"log-action-filter-delete\";i:4247;s:24:\"log-action-filter-import\";i:4248;s:28:\"log-action-filter-managetags\";i:4249;s:22:\"log-action-filter-move\";i:4250;s:26:\"log-action-filter-newusers\";i:4251;s:24:\"log-action-filter-patrol\";i:4252;s:25:\"log-action-filter-protect\";i:4253;s:24:\"log-action-filter-rights\";i:4254;s:26:\"log-action-filter-suppress\";i:4255;s:24:\"log-action-filter-upload\";i:4256;s:29:\"log-action-filter-block-block\";i:4257;s:31:\"log-action-filter-block-reblock\";i:4258;s:31:\"log-action-filter-block-unblock\";i:4259;s:37:\"log-action-filter-contentmodel-change\";i:4260;s:34:\"log-action-filter-contentmodel-new\";i:4261;s:31:\"log-action-filter-delete-delete\";i:4262;s:37:\"log-action-filter-delete-delete_redir\";i:4263;s:38:\"log-action-filter-delete-delete_redir2\";i:4264;s:30:\"log-action-filter-delete-event\";i:4265;s:33:\"log-action-filter-delete-revision\";i:4266;s:34:\"log-action-filter-import-interwiki\";i:4267;s:31:\"log-action-filter-import-upload\";i:4268;s:35:\"log-action-filter-managetags-create\";i:4269;s:35:\"log-action-filter-managetags-delete\";i:4270;s:37:\"log-action-filter-managetags-activate\";i:4271;s:39:\"log-action-filter-managetags-deactivate\";i:4272;s:27:\"log-action-filter-move-move\";i:4273;s:33:\"log-action-filter-move-move_redir\";i:4274;s:37:\"log-action-filter-newusers-autocreate\";i:4275;s:34:\"log-action-filter-newusers-byemail\";i:4276;s:31:\"log-action-filter-patrol-patrol\";i:4277;s:35:\"log-action-filter-patrol-autopatrol\";i:4278;s:33:\"log-action-filter-protect-protect\";i:4279;s:32:\"log-action-filter-protect-modify\";i:4280;s:35:\"log-action-filter-protect-unprotect\";i:4281;s:35:\"log-action-filter-protect-move_prot\";i:4282;s:31:\"log-action-filter-rights-rights\";i:4283;s:36:\"log-action-filter-rights-autopromote\";i:4284;s:32:\"log-action-filter-suppress-event\";i:4285;s:35:\"log-action-filter-suppress-revision\";i:4286;s:33:\"log-action-filter-suppress-delete\";i:4287;s:32:\"log-action-filter-suppress-block\";i:4288;s:34:\"log-action-filter-suppress-reblock\";i:4289;s:31:\"log-action-filter-upload-upload\";i:4290;s:34:\"log-action-filter-upload-overwrite\";i:4291;s:33:\"authmanager-authn-not-in-progress\";i:4292;s:28:\"authmanager-authn-no-primary\";i:4293;s:31:\"authmanager-authn-no-local-user\";i:4294;s:36:\"authmanager-authn-no-local-user-link\";i:4295;s:35:\"authmanager-authn-autocreate-failed\";i:4296;s:32:\"authmanager-change-not-supported\";i:4297;s:27:\"authmanager-create-disabled\";i:4298;s:29:\"authmanager-create-from-login\";i:4299;s:34:\"authmanager-create-not-in-progress\";i:4300;s:29:\"authmanager-create-no-primary\";i:4301;s:27:\"authmanager-link-no-primary\";i:4302;s:32:\"authmanager-link-not-in-progress\";i:4303;s:29:\"authmanager-autocreate-noperm\";i:4304;s:32:\"authmanager-autocreate-exception\";i:4305;s:28:\"authmanager-userdoesnotexist\";i:4306;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4307;s:25:\"authmanager-password-help\";i:4308;s:23:\"authmanager-domain-help\";i:4309;s:23:\"authmanager-retype-help\";i:4310;s:23:\"authmanager-email-label\";i:4311;s:22:\"authmanager-email-help\";i:4312;s:26:\"authmanager-realname-label\";i:4313;s:25:\"authmanager-realname-help\";i:4314;s:29:\"authmanager-provider-password\";i:4315;s:36:\"authmanager-provider-password-domain\";i:4316;s:38:\"authmanager-provider-temporarypassword\";i:4317;s:32:\"authprovider-confirmlink-message\";i:4318;s:31:\"authprovider-confirmlink-option\";i:4319;s:38:\"authprovider-confirmlink-request-label\";i:4320;s:37:\"authprovider-confirmlink-success-line\";i:4321;s:36:\"authprovider-confirmlink-failed-line\";i:4322;s:31:\"authprovider-confirmlink-failed\";i:4323;s:32:\"authprovider-confirmlink-ok-help\";i:4324;s:33:\"authprovider-resetpass-skip-label\";i:4325;s:32:\"authprovider-resetpass-skip-help\";i:4326;s:24:\"authform-nosession-login\";i:4327;s:25:\"authform-nosession-signup\";i:4328;s:17:\"authform-newtoken\";i:4329;s:16:\"authform-notoken\";i:4330;s:19:\"authform-wrongtoken\";i:4331;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4332;s:37:\"specialpage-securitylevel-not-allowed\";i:4333;s:21:\"authpage-cannot-login\";i:4334;s:30:\"authpage-cannot-login-continue\";i:4335;s:22:\"authpage-cannot-create\";i:4336;s:31:\"authpage-cannot-create-continue\";i:4337;s:20:\"authpage-cannot-link\";i:4338;s:29:\"authpage-cannot-link-continue\";i:4339;s:28:\"cannotauth-not-allowed-title\";i:4340;s:22:\"cannotauth-not-allowed\";i:4341;s:17:\"changecredentials\";i:4342;s:24:\"changecredentials-submit\";i:4343;s:32:\"changecredentials-invalidsubpage\";i:4344;s:25:\"changecredentials-success\";i:4345;s:17:\"removecredentials\";i:4346;s:24:\"removecredentials-submit\";i:4347;s:32:\"removecredentials-invalidsubpage\";i:4348;s:25:\"removecredentials-success\";i:4349;s:24:\"credentialsform-provider\";i:4350;s:23:\"credentialsform-account\";i:4351;s:28:\"cannotlink-no-provider-title\";i:4352;s:22:\"cannotlink-no-provider\";i:4353;s:12:\"linkaccounts\";i:4354;s:25:\"linkaccounts-success-text\";i:4355;s:19:\"linkaccounts-submit\";i:4356;s:30:\"cannotunlink-no-provider-title\";i:4357;s:24:\"cannotunlink-no-provider\";i:4358;s:14:\"unlinkaccounts\";i:4359;s:22:\"unlinkaccounts-success\";i:4360;s:32:\"authenticationdatachange-ignored\";i:4361;s:14:\"userjsispublic\";i:4362;s:16:\"userjsonispublic\";i:4363;s:15:\"usercssispublic\";i:4364;s:15:\"userjsdangerous\";i:4365;s:23:\"restrictionsfield-badip\";i:4366;s:23:\"restrictionsfield-label\";i:4367;s:22:\"restrictionsfield-help\";i:4368;s:11:\"specialmute\";i:4369;s:19:\"specialmute-success\";i:4370;s:18:\"specialmute-submit\";i:4371;s:28:\"specialmute-label-mute-email\";i:4372;s:18:\"specialmute-header\";i:4373;s:30:\"specialmute-error-invalid-user\";i:4374;s:28:\"specialmute-error-no-options\";i:4375;s:26:\"specialmute-login-required\";i:4376;s:16:\"mute-preferences\";i:4377;s:5:\"revid\";i:4378;s:6:\"pageid\";i:4379;s:18:\"rawhtml-notallowed\";i:4380;s:13:\"gotointerwiki\";i:4381;s:21:\"gotointerwiki-invalid\";i:4382;s:22:\"gotointerwiki-external\";i:4383;s:17:\"undelete-cantedit\";i:4384;s:19:\"undelete-cantcreate\";i:4385;s:14:\"pagedata-title\";i:4386;s:13:\"pagedata-text\";i:4387;s:23:\"pagedata-not-acceptable\";i:4388;s:18:\"pagedata-bad-title\";i:4389;s:24:\"unregistered-user-config\";i:4390;s:16:\"passwordpolicies\";i:4391;s:24:\"passwordpolicies-summary\";i:4392;s:22:\"passwordpolicies-group\";i:4393;s:25:\"passwordpolicies-policies\";i:4394;s:31:\"passwordpolicies-policy-display\";i:4395;s:40:\"passwordpolicies-policy-displaywithflags\";i:4396;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4397;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4398;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4399;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4400;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4401;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4402;s:39:\"passwordpolicies-policyflag-forcechange\";i:4403;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4404;s:27:\"mycustomjsredirectprotected\";i:4405;s:22:\"deflate-invaliddeflate\";i:4406;s:14:\"unprotected-js\";i:4407;s:15:\"userlogout-temp\";i:4408;s:22:\"paramvalidator-baduser\";i:4409;s:29:\"paramvalidator-help-type-user\";i:4410;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4411;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4412;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4413;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4414;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4415;s:23:\"paramvalidator-badtitle\";i:4416;s:27:\"paramvalidator-missingtitle\";i:4417;s:30:\"paramvalidator-help-type-title\";i:4418;s:41:\"paramvalidator-help-type-title-must-exist\";i:4419;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4420;s:18:\"config-missing-key\";i:4421;s:18:\"config-invalid-key\";i:4422;s:21:\"changeslist-nocomment\";i:4423;s:30:\"parsoid-stash-rate-limit-error\";i:4424;s:31:\"parsoid-resource-limit-exceeded\";i:4425;s:20:\"parsoid-client-error\";i:4426;s:22:\"newpages-showhide-bots\";i:4427;s:27:\"newpages-showhide-patrolled\";i:4428;s:26:\"newpages-showhide-redirect\";i:4429;s:28:\"newpages-showhide-registered\";i:4430;s:19:\"exif-fnumber-format\";i:4431;s:21:\"exif-maxaperturevalue\";i:4432;s:23:\"exif-focallength-format\";i:4433;s:26:\"exif-focalplanexresolution\";i:4434;s:26:\"exif-focalplaneyresolution\";i:4435;s:29:\"exif-focalplaneresolutionunit\";i:4436;s:20:\"exif-subjectlocation\";i:4437;s:18:\"exif-exposureindex\";i:4438;s:18:\"exif-sensingmethod\";i:4439;s:14:\"exif-scenetype\";i:4440;s:19:\"exif-customrendered\";i:4441;s:17:\"exif-exposuremode\";i:4442;s:26:\"exif-focallengthin35mmfilm\";i:4443;s:21:\"exif-scenecapturetype\";i:4444;s:16:\"exif-gaincontrol\";i:4445;s:13:\"exif-contrast\";i:4446;s:15:\"exif-saturation\";i:4447;s:14:\"exif-sharpness\";i:4448;s:29:\"exif-devicesettingdescription\";i:4449;s:25:\"exif-subjectdistancerange\";i:4450;s:19:\"exif-gpslatituderef\";i:4451;s:16:\"exif-gpslatitude\";i:4452;s:20:\"exif-gpslongituderef\";i:4453;s:19:\"exif-gpsaltituderef\";i:4454;s:18:\"exif-gpssatellites\";i:4455;s:14:\"exif-gpsstatus\";i:4456;s:19:\"exif-gpsmeasuremode\";i:4457;s:11:\"exif-gpsdop\";i:4458;s:16:\"exif-gpsmapdatum\";i:4459;s:23:\"exif-gpsdestlatituderef\";i:4460;s:20:\"exif-gpsdestlatitude\";i:4461;s:24:\"exif-gpsdestlongituderef\";i:4462;s:21:\"exif-gpsdestlongitude\";i:4463;s:22:\"exif-gpsdestbearingref\";i:4464;s:19:\"exif-gpsdestbearing\";i:4465;s:23:\"exif-gpsdestdistanceref\";i:4466;s:20:\"exif-gpsdestdistance\";i:4467;s:23:\"exif-sublocationcreated\";i:4468;s:24:\"exif-provinceorstatedest\";i:4469;s:20:\"exif-sublocationdest\";i:4470;s:24:\"exif-specialinstructions\";i:4471;s:13:\"exif-headline\";i:4472;s:15:\"exif-editstatus\";i:4473;s:22:\"exif-fixtureidentifier\";i:4474;s:17:\"exif-locationdest\";i:4475;s:21:\"exif-locationdestcode\";i:4476;s:28:\"exif-originaltransmissionref\";i:4477;s:10:\"exif-label\";i:4478;s:21:\"exif-datetimemetadata\";i:4479;s:13:\"exif-nickname\";i:4480;s:11:\"exif-rating\";i:4481;s:22:\"exif-rightscertificate\";i:4482;s:16:\"exif-copyrighted\";i:4483;s:19:\"exif-copyrightowner\";i:4484;s:15:\"exif-usageterms\";i:4485;s:17:\"exif-webstatement\";i:4486;s:23:\"exif-originaldocumentid\";i:4487;s:15:\"exif-licenseurl\";i:4488;s:23:\"exif-morepermissionsurl\";i:4489;s:19:\"exif-attributionurl\";i:4490;s:29:\"exif-preferredattributionname\";i:4491;s:15:\"exif-disclaimer\";i:4492;s:19:\"exif-contentwarning\";i:4493;s:20:\"exif-subjectnewscode\";i:4494;s:10:\"exif-event\";i:4495;s:24:\"exif-organisationinimage\";i:4496;s:18:\"exif-personinimage\";i:4497;s:24:\"exif-originalimageheight\";i:4498;s:23:\"exif-originalimagewidth\";i:4499;s:26:\"exif-subjectnewscode-value\";i:4500;s:18:\"exif-compression-1\";i:4501;s:18:\"exif-compression-2\";i:4502;s:18:\"exif-compression-3\";i:4503;s:18:\"exif-compression-4\";i:4504;s:18:\"exif-compression-5\";i:4505;s:18:\"exif-compression-6\";i:4506;s:18:\"exif-compression-7\";i:4507;s:18:\"exif-compression-8\";i:4508;s:22:\"exif-compression-32773\";i:4509;s:22:\"exif-compression-32946\";i:4510;s:22:\"exif-compression-34712\";i:4511;s:21:\"exif-copyrighted-true\";i:4512;s:22:\"exif-copyrighted-false\";i:4513;s:32:\"exif-photometricinterpretation-0\";i:4514;s:32:\"exif-photometricinterpretation-1\";i:4515;s:32:\"exif-photometricinterpretation-2\";i:4516;s:32:\"exif-photometricinterpretation-3\";i:4517;s:32:\"exif-photometricinterpretation-4\";i:4518;s:32:\"exif-photometricinterpretation-5\";i:4519;s:32:\"exif-photometricinterpretation-6\";i:4520;s:32:\"exif-photometricinterpretation-8\";i:4521;s:32:\"exif-photometricinterpretation-9\";i:4522;s:33:\"exif-photometricinterpretation-10\";i:4523;s:36:\"exif-photometricinterpretation-32803\";i:4524;s:36:\"exif-photometricinterpretation-34892\";i:4525;s:16:\"exif-unknowndate\";i:4526;s:18:\"exif-orientation-2\";i:4527;s:18:\"exif-orientation-3\";i:4528;s:18:\"exif-orientation-5\";i:4529;s:18:\"exif-orientation-6\";i:4530;s:18:\"exif-orientation-7\";i:4531;s:26:\"exif-planarconfiguration-1\";i:4532;s:26:\"exif-planarconfiguration-2\";i:4533;s:19:\"exif-xyresolution-i\";i:4534;s:19:\"exif-xyresolution-c\";i:4535;s:17:\"exif-colorspace-1\";i:4536;s:21:\"exif-colorspace-65535\";i:4537;s:30:\"exif-componentsconfiguration-1\";i:4538;s:30:\"exif-componentsconfiguration-2\";i:4539;s:30:\"exif-componentsconfiguration-3\";i:4540;s:30:\"exif-componentsconfiguration-4\";i:4541;s:30:\"exif-componentsconfiguration-5\";i:4542;s:30:\"exif-componentsconfiguration-6\";i:4543;s:22:\"exif-exposureprogram-3\";i:4544;s:22:\"exif-exposureprogram-4\";i:4545;s:22:\"exif-exposureprogram-5\";i:4546;s:22:\"exif-exposureprogram-6\";i:4547;s:22:\"exif-exposureprogram-7\";i:4548;s:22:\"exif-exposureprogram-8\";i:4549;s:19:\"exif-meteringmode-2\";i:4550;s:19:\"exif-meteringmode-5\";i:4551;s:18:\"exif-lightsource-1\";i:4552;s:18:\"exif-lightsource-2\";i:4553;s:18:\"exif-lightsource-3\";i:4554;s:18:\"exif-lightsource-9\";i:4555;s:19:\"exif-lightsource-10\";i:4556;s:19:\"exif-lightsource-11\";i:4557;s:19:\"exif-lightsource-12\";i:4558;s:19:\"exif-lightsource-13\";i:4559;s:19:\"exif-lightsource-14\";i:4560;s:19:\"exif-lightsource-15\";i:4561;s:19:\"exif-lightsource-20\";i:4562;s:19:\"exif-lightsource-21\";i:4563;s:19:\"exif-lightsource-22\";i:4564;s:19:\"exif-lightsource-23\";i:4565;s:21:\"exif-customrendered-2\";i:4566;s:21:\"exif-customrendered-3\";i:4567;s:21:\"exif-customrendered-4\";i:4568;s:21:\"exif-customrendered-6\";i:4569;s:21:\"exif-customrendered-7\";i:4570;s:21:\"exif-customrendered-8\";i:4571;s:16:\"exif-dc-coverage\";i:4572;s:27:\"exif-maxaperturevalue-value\";i:4573;s:19:\"exif-firstphotodate\";i:4574;s:18:\"exif-lastphotodate\";i:4575;s:19:\"exif-projectiontype\";i:4576;s:35:\"exif-projectiontype-equirectangular\";i:4577;s:22:\"exif-usepanoramaviewer\";i:4578;s:27:\"exif-usepanoramaviewer-true\";i:4579;s:28:\"exif-usepanoramaviewer-false\";i:4580;s:21:\"exif-exposurelockused\";i:4581;s:26:\"exif-exposurelockused-true\";i:4582;s:27:\"exif-exposurelockused-false\";i:4583;s:23:\"exif-poseheadingdegrees\";i:4584;s:21:\"exif-posepitchdegrees\";i:4585;s:20:\"exif-poserolldegrees\";i:4586;s:30:\"exif-initialviewheadingdegrees\";i:4587;s:28:\"exif-initialviewpitchdegrees\";i:4588;s:27:\"exif-initialviewrolldegrees\";i:4589;s:32:\"exif-initialhorizontalfovdegrees\";i:4590;s:30:\"exif-initialverticalfovdegrees\";i:4591;s:22:\"exif-sourcephotoscount\";i:4592;s:32:\"exif-croppedareaimagewidthpixels\";i:4593;s:33:\"exif-croppedareaimageheightpixels\";i:4594;s:24:\"exif-fullpanowidthpixels\";i:4595;s:25:\"exif-fullpanoheightpixels\";i:4596;s:26:\"exif-croppedarealeftpixels\";i:4597;s:25:\"exif-croppedareatoppixels\";i:4598;s:23:\"exif-initialcameradolly\";i:4599;s:22:\"exif-stitchingsoftware\";i:4600;s:33:\"apihelp-main-extended-description\";i:4601;s:25:\"apihelp-main-param-action\";i:4602;s:25:\"apihelp-main-param-format\";i:4603;s:25:\"apihelp-main-param-maxlag\";i:4604;s:26:\"apihelp-main-param-smaxage\";i:4605;s:25:\"apihelp-main-param-maxage\";i:4606;s:25:\"apihelp-main-param-assert\";i:4607;s:29:\"apihelp-main-param-assertuser\";i:4608;s:28:\"apihelp-main-param-requestid\";i:4609;s:27:\"apihelp-main-param-servedby\";i:4610;s:31:\"apihelp-main-param-curtimestamp\";i:4611;s:35:\"apihelp-main-param-responselanginfo\";i:4612;s:25:\"apihelp-main-param-origin\";i:4613;s:26:\"apihelp-main-param-uselang\";i:4614;s:26:\"apihelp-main-param-variant\";i:4615;s:30:\"apihelp-main-param-errorformat\";i:4616;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4617;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4618;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4619;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4620;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4621;s:28:\"apihelp-main-param-errorlang\";i:4622;s:33:\"apihelp-main-param-errorsuselocal\";i:4623;s:21:\"apihelp-block-summary\";i:4624;s:24:\"apihelp-block-param-user\";i:4625;s:26:\"apihelp-block-param-userid\";i:4626;s:26:\"apihelp-block-param-expiry\";i:4627;s:26:\"apihelp-block-param-reason\";i:4628;s:28:\"apihelp-block-param-anononly\";i:4629;s:28:\"apihelp-block-param-nocreate\";i:4630;s:29:\"apihelp-block-param-autoblock\";i:4631;s:27:\"apihelp-block-param-noemail\";i:4632;s:28:\"apihelp-block-param-hidename\";i:4633;s:33:\"apihelp-block-param-allowusertalk\";i:4634;s:27:\"apihelp-block-param-reblock\";i:4635;s:29:\"apihelp-block-param-watchuser\";i:4636;s:35:\"apihelp-block-param-watchlistexpiry\";i:4637;s:24:\"apihelp-block-param-tags\";i:4638;s:27:\"apihelp-block-param-partial\";i:4639;s:36:\"apihelp-block-param-pagerestrictions\";i:4640;s:41:\"apihelp-block-param-namespacerestrictions\";i:4641;s:38:\"apihelp-block-param-actionrestrictions\";i:4642;s:31:\"apihelp-block-example-ip-simple\";i:4643;s:34:\"apihelp-block-example-user-complex\";i:4644;s:40:\"apihelp-changeauthenticationdata-summary\";i:4645;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4646;s:34:\"apihelp-changecontentmodel-summary\";i:4647;s:38:\"apihelp-changecontentmodel-param-title\";i:4648;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4649;s:40:\"apihelp-changecontentmodel-param-summary\";i:4650;s:37:\"apihelp-changecontentmodel-param-tags\";i:4651;s:38:\"apihelp-changecontentmodel-param-model\";i:4652;s:36:\"apihelp-changecontentmodel-param-bot\";i:4653;s:34:\"apihelp-changecontentmodel-example\";i:4654;s:26:\"apihelp-checktoken-summary\";i:4655;s:29:\"apihelp-checktoken-param-type\";i:4656;s:30:\"apihelp-checktoken-param-token\";i:4657;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4658;s:33:\"apihelp-checktoken-example-simple\";i:4659;s:27:\"apihelp-clearhasmsg-summary\";i:4660;s:29:\"apihelp-clearhasmsg-example-1\";i:4661;s:27:\"apihelp-clientlogin-summary\";i:4662;s:33:\"apihelp-clientlogin-example-login\";i:4663;s:34:\"apihelp-clientlogin-example-login2\";i:4664;s:23:\"apihelp-compare-summary\";i:4665;s:36:\"apihelp-compare-extended-description\";i:4666;s:31:\"apihelp-compare-param-fromtitle\";i:4667;s:28:\"apihelp-compare-param-fromid\";i:4668;s:29:\"apihelp-compare-param-fromrev\";i:4669;s:29:\"apihelp-compare-param-frompst\";i:4670;s:31:\"apihelp-compare-param-fromslots\";i:4671;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4672;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4673;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4674;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4675;s:30:\"apihelp-compare-param-fromtext\";i:4676;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4677;s:39:\"apihelp-compare-param-fromcontentformat\";i:4678;s:33:\"apihelp-compare-param-fromsection\";i:4679;s:29:\"apihelp-compare-param-totitle\";i:4680;s:26:\"apihelp-compare-param-toid\";i:4681;s:27:\"apihelp-compare-param-torev\";i:4682;s:32:\"apihelp-compare-param-torelative\";i:4683;s:27:\"apihelp-compare-param-topst\";i:4684;s:29:\"apihelp-compare-param-toslots\";i:4685;s:35:\"apihelp-compare-param-totext-{slot}\";i:4686;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4687;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4688;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4689;s:28:\"apihelp-compare-param-totext\";i:4690;s:36:\"apihelp-compare-param-tocontentmodel\";i:4691;s:37:\"apihelp-compare-param-tocontentformat\";i:4692;s:31:\"apihelp-compare-param-tosection\";i:4693;s:26:\"apihelp-compare-param-prop\";i:4694;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4695;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4696;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4697;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4698;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4699;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4700;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4701;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4702;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4703;s:27:\"apihelp-compare-param-slots\";i:4704;s:25:\"apihelp-compare-example-1\";i:4705;s:29:\"apihelp-createaccount-summary\";i:4706;s:41:\"apihelp-createaccount-param-preservestate\";i:4707;s:36:\"apihelp-createaccount-example-create\";i:4708;s:25:\"apihelp-cspreport-summary\";i:4709;s:34:\"apihelp-cspreport-param-reportonly\";i:4710;s:30:\"apihelp-cspreport-param-source\";i:4711;s:22:\"apihelp-delete-summary\";i:4712;s:26:\"apihelp-delete-param-title\";i:4713;s:27:\"apihelp-delete-param-pageid\";i:4714;s:27:\"apihelp-delete-param-reason\";i:4715;s:25:\"apihelp-delete-param-tags\";i:4716;s:31:\"apihelp-delete-param-deletetalk\";i:4717;s:26:\"apihelp-delete-param-watch\";i:4718;s:30:\"apihelp-delete-param-watchlist\";i:4719;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4720;s:28:\"apihelp-delete-param-unwatch\";i:4721;s:29:\"apihelp-delete-param-oldimage\";i:4722;s:29:\"apihelp-delete-example-simple\";i:4723;s:29:\"apihelp-delete-example-reason\";i:4724;s:24:\"apihelp-disabled-summary\";i:4725;s:20:\"apihelp-edit-summary\";i:4726;s:24:\"apihelp-edit-param-title\";i:4727;s:25:\"apihelp-edit-param-pageid\";i:4728;s:26:\"apihelp-edit-param-section\";i:4729;s:31:\"apihelp-edit-param-sectiontitle\";i:4730;s:23:\"apihelp-edit-param-text\";i:4731;s:26:\"apihelp-edit-param-summary\";i:4732;s:23:\"apihelp-edit-param-tags\";i:4733;s:24:\"apihelp-edit-param-minor\";i:4734;s:27:\"apihelp-edit-param-notminor\";i:4735;s:22:\"apihelp-edit-param-bot\";i:4736;s:28:\"apihelp-edit-param-baserevid\";i:4737;s:32:\"apihelp-edit-param-basetimestamp\";i:4738;s:33:\"apihelp-edit-param-starttimestamp\";i:4739;s:27:\"apihelp-edit-param-recreate\";i:4740;s:29:\"apihelp-edit-param-createonly\";i:4741;s:27:\"apihelp-edit-param-nocreate\";i:4742;s:24:\"apihelp-edit-param-watch\";i:4743;s:26:\"apihelp-edit-param-unwatch\";i:4744;s:28:\"apihelp-edit-param-watchlist\";i:4745;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4746;s:22:\"apihelp-edit-param-md5\";i:4747;s:30:\"apihelp-edit-param-prependtext\";i:4748;s:29:\"apihelp-edit-param-appendtext\";i:4749;s:23:\"apihelp-edit-param-undo\";i:4750;s:28:\"apihelp-edit-param-undoafter\";i:4751;s:27:\"apihelp-edit-param-redirect\";i:4752;s:32:\"apihelp-edit-param-contentformat\";i:4753;s:31:\"apihelp-edit-param-contentmodel\";i:4754;s:24:\"apihelp-edit-param-token\";i:4755;s:25:\"apihelp-edit-example-edit\";i:4756;s:28:\"apihelp-edit-example-prepend\";i:4757;s:25:\"apihelp-edit-example-undo\";i:4758;s:25:\"apihelp-emailuser-summary\";i:4759;s:30:\"apihelp-emailuser-param-target\";i:4760;s:31:\"apihelp-emailuser-param-subject\";i:4761;s:28:\"apihelp-emailuser-param-text\";i:4762;s:28:\"apihelp-emailuser-param-ccme\";i:4763;s:31:\"apihelp-emailuser-example-email\";i:4764;s:31:\"apihelp-expandtemplates-summary\";i:4765;s:35:\"apihelp-expandtemplates-param-title\";i:4766;s:34:\"apihelp-expandtemplates-param-text\";i:4767;s:35:\"apihelp-expandtemplates-param-revid\";i:4768;s:34:\"apihelp-expandtemplates-param-prop\";i:4769;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4770;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4771;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4772;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4773;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4774;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4775;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4776;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4777;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4778;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4779;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4780;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4781;s:38:\"apihelp-expandtemplates-example-simple\";i:4782;s:33:\"apihelp-feedcontributions-summary\";i:4783;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4784;s:36:\"apihelp-feedcontributions-param-user\";i:4785;s:41:\"apihelp-feedcontributions-param-namespace\";i:4786;s:36:\"apihelp-feedcontributions-param-year\";i:4787;s:37:\"apihelp-feedcontributions-param-month\";i:4788;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4789;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4790;s:39:\"apihelp-feedcontributions-param-toponly\";i:4791;s:39:\"apihelp-feedcontributions-param-newonly\";i:4792;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4793;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4794;s:40:\"apihelp-feedcontributions-example-simple\";i:4795;s:33:\"apihelp-feedrecentchanges-summary\";i:4796;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4797;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4798;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4799;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4800;s:36:\"apihelp-feedrecentchanges-param-days\";i:4801;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4802;s:36:\"apihelp-feedrecentchanges-param-from\";i:4803;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4804;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4805;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4806;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4807;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4808;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4809;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4810;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4811;s:38:\"apihelp-feedrecentchanges-param-target\";i:4812;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4813;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4814;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4815;s:29:\"apihelp-feedwatchlist-summary\";i:4816;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4817;s:33:\"apihelp-feedwatchlist-param-hours\";i:4818;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4819;s:37:\"apihelp-feedwatchlist-example-default\";i:4820;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4821;s:26:\"apihelp-filerevert-summary\";i:4822;s:33:\"apihelp-filerevert-param-filename\";i:4823;s:32:\"apihelp-filerevert-param-comment\";i:4824;s:36:\"apihelp-filerevert-param-archivename\";i:4825;s:33:\"apihelp-filerevert-example-revert\";i:4826;s:20:\"apihelp-help-summary\";i:4827;s:26:\"apihelp-help-param-modules\";i:4828;s:29:\"apihelp-help-param-submodules\";i:4829;s:38:\"apihelp-help-param-recursivesubmodules\";i:4830;s:29:\"apihelp-help-param-helpformat\";i:4831;s:23:\"apihelp-help-param-wrap\";i:4832;s:22:\"apihelp-help-param-toc\";i:4833;s:25:\"apihelp-help-example-main\";i:4834;s:31:\"apihelp-help-example-submodules\";i:4835;s:30:\"apihelp-help-example-recursive\";i:4836;s:25:\"apihelp-help-example-help\";i:4837;s:26:\"apihelp-help-example-query\";i:4838;s:27:\"apihelp-imagerotate-summary\";i:4839;s:34:\"apihelp-imagerotate-param-rotation\";i:4840;s:30:\"apihelp-imagerotate-param-tags\";i:4841;s:34:\"apihelp-imagerotate-example-simple\";i:4842;s:37:\"apihelp-imagerotate-example-generator\";i:4843;s:22:\"apihelp-import-summary\";i:4844;s:35:\"apihelp-import-extended-description\";i:4845;s:28:\"apihelp-import-param-summary\";i:4846;s:24:\"apihelp-import-param-xml\";i:4847;s:36:\"apihelp-import-param-interwikiprefix\";i:4848;s:37:\"apihelp-import-param-assignknownusers\";i:4849;s:36:\"apihelp-import-param-interwikisource\";i:4850;s:34:\"apihelp-import-param-interwikipage\";i:4851;s:32:\"apihelp-import-param-fullhistory\";i:4852;s:30:\"apihelp-import-param-templates\";i:4853;s:30:\"apihelp-import-param-namespace\";i:4854;s:29:\"apihelp-import-param-rootpage\";i:4855;s:25:\"apihelp-import-param-tags\";i:4856;s:29:\"apihelp-import-example-import\";i:4857;s:27:\"apihelp-linkaccount-summary\";i:4858;s:32:\"apihelp-linkaccount-example-link\";i:4859;s:21:\"apihelp-login-summary\";i:4860;s:34:\"apihelp-login-extended-description\";i:4861;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4862;s:24:\"apihelp-login-param-name\";i:4863;s:28:\"apihelp-login-param-password\";i:4864;s:26:\"apihelp-login-param-domain\";i:4865;s:25:\"apihelp-login-param-token\";i:4866;s:27:\"apihelp-login-example-login\";i:4867;s:22:\"apihelp-logout-summary\";i:4868;s:29:\"apihelp-logout-example-logout\";i:4869;s:26:\"apihelp-managetags-summary\";i:4870;s:34:\"apihelp-managetags-param-operation\";i:4871;s:28:\"apihelp-managetags-param-tag\";i:4872;s:31:\"apihelp-managetags-param-reason\";i:4873;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4874;s:29:\"apihelp-managetags-param-tags\";i:4875;s:33:\"apihelp-managetags-example-create\";i:4876;s:33:\"apihelp-managetags-example-delete\";i:4877;s:35:\"apihelp-managetags-example-activate\";i:4878;s:37:\"apihelp-managetags-example-deactivate\";i:4879;s:28:\"apihelp-mergehistory-summary\";i:4880;s:31:\"apihelp-mergehistory-param-from\";i:4881;s:33:\"apihelp-mergehistory-param-fromid\";i:4882;s:29:\"apihelp-mergehistory-param-to\";i:4883;s:31:\"apihelp-mergehistory-param-toid\";i:4884;s:36:\"apihelp-mergehistory-param-timestamp\";i:4885;s:33:\"apihelp-mergehistory-param-reason\";i:4886;s:34:\"apihelp-mergehistory-example-merge\";i:4887;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4888;s:20:\"apihelp-move-summary\";i:4889;s:23:\"apihelp-move-param-from\";i:4890;s:25:\"apihelp-move-param-fromid\";i:4891;s:21:\"apihelp-move-param-to\";i:4892;s:25:\"apihelp-move-param-reason\";i:4893;s:27:\"apihelp-move-param-movetalk\";i:4894;s:31:\"apihelp-move-param-movesubpages\";i:4895;s:29:\"apihelp-move-param-noredirect\";i:4896;s:24:\"apihelp-move-param-watch\";i:4897;s:26:\"apihelp-move-param-unwatch\";i:4898;s:28:\"apihelp-move-param-watchlist\";i:4899;s:34:\"apihelp-move-param-watchlistexpiry\";i:4900;s:33:\"apihelp-move-param-ignorewarnings\";i:4901;s:23:\"apihelp-move-param-tags\";i:4902;s:25:\"apihelp-move-example-move\";i:4903;s:26:\"apihelp-opensearch-summary\";i:4904;s:31:\"apihelp-opensearch-param-search\";i:4905;s:30:\"apihelp-opensearch-param-limit\";i:4906;s:34:\"apihelp-opensearch-param-namespace\";i:4907;s:32:\"apihelp-opensearch-param-suggest\";i:4908;s:34:\"apihelp-opensearch-param-redirects\";i:4909;s:31:\"apihelp-opensearch-param-format\";i:4910;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4911;s:29:\"apihelp-opensearch-example-te\";i:4912;s:23:\"apihelp-options-summary\";i:4913;s:36:\"apihelp-options-extended-description\";i:4914;s:27:\"apihelp-options-param-reset\";i:4915;s:32:\"apihelp-options-param-resetkinds\";i:4916;s:28:\"apihelp-options-param-change\";i:4917;s:32:\"apihelp-options-param-optionname\";i:4918;s:33:\"apihelp-options-param-optionvalue\";i:4919;s:29:\"apihelp-options-example-reset\";i:4920;s:30:\"apihelp-options-example-change\";i:4921;s:31:\"apihelp-options-example-complex\";i:4922;s:25:\"apihelp-paraminfo-summary\";i:4923;s:31:\"apihelp-paraminfo-param-modules\";i:4924;s:34:\"apihelp-paraminfo-param-helpformat\";i:4925;s:36:\"apihelp-paraminfo-param-querymodules\";i:4926;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4927;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4928;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4929;s:27:\"apihelp-paraminfo-example-1\";i:4930;s:27:\"apihelp-paraminfo-example-2\";i:4931;s:21:\"apihelp-parse-summary\";i:4932;s:34:\"apihelp-parse-extended-description\";i:4933;s:25:\"apihelp-parse-param-title\";i:4934;s:24:\"apihelp-parse-param-text\";i:4935;s:25:\"apihelp-parse-param-revid\";i:4936;s:27:\"apihelp-parse-param-summary\";i:4937;s:24:\"apihelp-parse-param-page\";i:4938;s:26:\"apihelp-parse-param-pageid\";i:4939;s:29:\"apihelp-parse-param-redirects\";i:4940;s:25:\"apihelp-parse-param-oldid\";i:4941;s:24:\"apihelp-parse-param-prop\";i:4942;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4943;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4944;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4945;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4946;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4947;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4948;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4949;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4950;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4951;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4952;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4953;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4954;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4955;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4956;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4957;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4958;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4959;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4960;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4961;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4962;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4963;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4964;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4965;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4966;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4967;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4968;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4969;s:23:\"apihelp-parse-param-pst\";i:4970;s:27:\"apihelp-parse-param-onlypst\";i:4971;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4972;s:27:\"apihelp-parse-param-section\";i:4973;s:32:\"apihelp-parse-param-sectiontitle\";i:4974;s:38:\"apihelp-parse-param-disablelimitreport\";i:4975;s:29:\"apihelp-parse-param-disablepp\";i:4976;s:38:\"apihelp-parse-param-disableeditsection\";i:4977;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4978;s:36:\"apihelp-parse-param-showstrategykeys\";i:4979;s:31:\"apihelp-parse-param-generatexml\";i:4980;s:27:\"apihelp-parse-param-preview\";i:4981;s:34:\"apihelp-parse-param-sectionpreview\";i:4982;s:30:\"apihelp-parse-param-disabletoc\";i:4983;s:27:\"apihelp-parse-param-useskin\";i:4984;s:33:\"apihelp-parse-param-contentformat\";i:4985;s:32:\"apihelp-parse-param-contentmodel\";i:4986;s:26:\"apihelp-parse-example-page\";i:4987;s:26:\"apihelp-parse-example-text\";i:4988;s:31:\"apihelp-parse-example-texttitle\";i:4989;s:29:\"apihelp-parse-example-summary\";i:4990;s:22:\"apihelp-patrol-summary\";i:4991;s:25:\"apihelp-patrol-param-rcid\";i:4992;s:26:\"apihelp-patrol-param-revid\";i:4993;s:25:\"apihelp-patrol-param-tags\";i:4994;s:27:\"apihelp-patrol-example-rcid\";i:4995;s:28:\"apihelp-patrol-example-revid\";i:4996;s:23:\"apihelp-protect-summary\";i:4997;s:27:\"apihelp-protect-param-title\";i:4998;s:28:\"apihelp-protect-param-pageid\";i:4999;s:33:\"apihelp-protect-param-protections\";i:5000;s:28:\"apihelp-protect-param-expiry\";i:5001;s:28:\"apihelp-protect-param-reason\";i:5002;s:26:\"apihelp-protect-param-tags\";i:5003;s:29:\"apihelp-protect-param-cascade\";i:5004;s:27:\"apihelp-protect-param-watch\";i:5005;s:31:\"apihelp-protect-param-watchlist\";i:5006;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5007;s:31:\"apihelp-protect-example-protect\";i:5008;s:33:\"apihelp-protect-example-unprotect\";i:5009;s:34:\"apihelp-protect-example-unprotect2\";i:5010;s:21:\"apihelp-purge-summary\";i:5011;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5012;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5013;s:28:\"apihelp-purge-example-simple\";i:5014;s:31:\"apihelp-purge-example-generator\";i:5015;s:21:\"apihelp-query-summary\";i:5016;s:34:\"apihelp-query-extended-description\";i:5017;s:24:\"apihelp-query-param-prop\";i:5018;s:24:\"apihelp-query-param-list\";i:5019;s:24:\"apihelp-query-param-meta\";i:5020;s:32:\"apihelp-query-param-indexpageids\";i:5021;s:26:\"apihelp-query-param-export\";i:5022;s:32:\"apihelp-query-param-exportnowrap\";i:5023;s:32:\"apihelp-query-param-exportschema\";i:5024;s:25:\"apihelp-query-param-iwurl\";i:5025;s:31:\"apihelp-query-param-rawcontinue\";i:5026;s:31:\"apihelp-query-example-revisions\";i:5027;s:30:\"apihelp-query-example-allpages\";i:5028;s:35:\"apihelp-query+allcategories-summary\";i:5029;s:38:\"apihelp-query+allcategories-param-from\";i:5030;s:36:\"apihelp-query+allcategories-param-to\";i:5031;s:40:\"apihelp-query+allcategories-param-prefix\";i:5032;s:37:\"apihelp-query+allcategories-param-dir\";i:5033;s:37:\"apihelp-query+allcategories-param-min\";i:5034;s:37:\"apihelp-query+allcategories-param-max\";i:5035;s:39:\"apihelp-query+allcategories-param-limit\";i:5036;s:38:\"apihelp-query+allcategories-param-prop\";i:5037;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5038;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5039;s:40:\"apihelp-query+allcategories-example-size\";i:5040;s:45:\"apihelp-query+allcategories-example-generator\";i:5041;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5042;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5043;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5044;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5045;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5046;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5047;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5048;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5049;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5050;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5051;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5052;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5053;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5054;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5055;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5056;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5057;s:35:\"apihelp-query+allfileusages-summary\";i:5058;s:38:\"apihelp-query+allfileusages-param-from\";i:5059;s:36:\"apihelp-query+allfileusages-param-to\";i:5060;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5061;s:40:\"apihelp-query+allfileusages-param-unique\";i:5062;s:38:\"apihelp-query+allfileusages-param-prop\";i:5063;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5064;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5065;s:39:\"apihelp-query+allfileusages-param-limit\";i:5066;s:37:\"apihelp-query+allfileusages-param-dir\";i:5067;s:37:\"apihelp-query+allfileusages-example-b\";i:5068;s:42:\"apihelp-query+allfileusages-example-unique\";i:5069;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5070;s:45:\"apihelp-query+allfileusages-example-generator\";i:5071;s:31:\"apihelp-query+allimages-summary\";i:5072;s:34:\"apihelp-query+allimages-param-sort\";i:5073;s:33:\"apihelp-query+allimages-param-dir\";i:5074;s:34:\"apihelp-query+allimages-param-from\";i:5075;s:32:\"apihelp-query+allimages-param-to\";i:5076;s:35:\"apihelp-query+allimages-param-start\";i:5077;s:33:\"apihelp-query+allimages-param-end\";i:5078;s:36:\"apihelp-query+allimages-param-prefix\";i:5079;s:37:\"apihelp-query+allimages-param-minsize\";i:5080;s:37:\"apihelp-query+allimages-param-maxsize\";i:5081;s:34:\"apihelp-query+allimages-param-sha1\";i:5082;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5083;s:34:\"apihelp-query+allimages-param-user\";i:5084;s:40:\"apihelp-query+allimages-param-filterbots\";i:5085;s:34:\"apihelp-query+allimages-param-mime\";i:5086;s:35:\"apihelp-query+allimages-param-limit\";i:5087;s:33:\"apihelp-query+allimages-example-b\";i:5088;s:38:\"apihelp-query+allimages-example-recent\";i:5089;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5090;s:41:\"apihelp-query+allimages-example-generator\";i:5091;s:30:\"apihelp-query+alllinks-summary\";i:5092;s:33:\"apihelp-query+alllinks-param-from\";i:5093;s:31:\"apihelp-query+alllinks-param-to\";i:5094;s:35:\"apihelp-query+alllinks-param-prefix\";i:5095;s:35:\"apihelp-query+alllinks-param-unique\";i:5096;s:33:\"apihelp-query+alllinks-param-prop\";i:5097;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5098;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5099;s:38:\"apihelp-query+alllinks-param-namespace\";i:5100;s:34:\"apihelp-query+alllinks-param-limit\";i:5101;s:32:\"apihelp-query+alllinks-param-dir\";i:5102;s:32:\"apihelp-query+alllinks-example-b\";i:5103;s:37:\"apihelp-query+alllinks-example-unique\";i:5104;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5105;s:40:\"apihelp-query+alllinks-example-generator\";i:5106;s:33:\"apihelp-query+allmessages-summary\";i:5107;s:40:\"apihelp-query+allmessages-param-messages\";i:5108;s:36:\"apihelp-query+allmessages-param-prop\";i:5109;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5110;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5111;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5112;s:36:\"apihelp-query+allmessages-param-args\";i:5113;s:38:\"apihelp-query+allmessages-param-filter\";i:5114;s:42:\"apihelp-query+allmessages-param-customised\";i:5115;s:36:\"apihelp-query+allmessages-param-lang\";i:5116;s:36:\"apihelp-query+allmessages-param-from\";i:5117;s:34:\"apihelp-query+allmessages-param-to\";i:5118;s:37:\"apihelp-query+allmessages-param-title\";i:5119;s:38:\"apihelp-query+allmessages-param-prefix\";i:5120;s:37:\"apihelp-query+allmessages-example-ipb\";i:5121;s:36:\"apihelp-query+allmessages-example-de\";i:5122;s:30:\"apihelp-query+allpages-summary\";i:5123;s:33:\"apihelp-query+allpages-param-from\";i:5124;s:31:\"apihelp-query+allpages-param-to\";i:5125;s:35:\"apihelp-query+allpages-param-prefix\";i:5126;s:38:\"apihelp-query+allpages-param-namespace\";i:5127;s:40:\"apihelp-query+allpages-param-filterredir\";i:5128;s:36:\"apihelp-query+allpages-param-minsize\";i:5129;s:36:\"apihelp-query+allpages-param-maxsize\";i:5130;s:35:\"apihelp-query+allpages-param-prtype\";i:5131;s:36:\"apihelp-query+allpages-param-prlevel\";i:5132;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5133;s:34:\"apihelp-query+allpages-param-limit\";i:5134;s:32:\"apihelp-query+allpages-param-dir\";i:5135;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5136;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5137;s:32:\"apihelp-query+allpages-example-b\";i:5138;s:40:\"apihelp-query+allpages-example-generator\";i:5139;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5140;s:34:\"apihelp-query+allredirects-summary\";i:5141;s:37:\"apihelp-query+allredirects-param-from\";i:5142;s:35:\"apihelp-query+allredirects-param-to\";i:5143;s:39:\"apihelp-query+allredirects-param-prefix\";i:5144;s:39:\"apihelp-query+allredirects-param-unique\";i:5145;s:37:\"apihelp-query+allredirects-param-prop\";i:5146;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5147;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5148;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5149;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5150;s:42:\"apihelp-query+allredirects-param-namespace\";i:5151;s:38:\"apihelp-query+allredirects-param-limit\";i:5152;s:36:\"apihelp-query+allredirects-param-dir\";i:5153;s:36:\"apihelp-query+allredirects-example-b\";i:5154;s:41:\"apihelp-query+allredirects-example-unique\";i:5155;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5156;s:44:\"apihelp-query+allredirects-example-generator\";i:5157;s:34:\"apihelp-query+allrevisions-summary\";i:5158;s:38:\"apihelp-query+allrevisions-param-start\";i:5159;s:36:\"apihelp-query+allrevisions-param-end\";i:5160;s:37:\"apihelp-query+allrevisions-param-user\";i:5161;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5162;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5163;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5164;s:39:\"apihelp-query+allrevisions-example-user\";i:5165;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5166;s:36:\"apihelp-query+mystashedfiles-summary\";i:5167;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5168;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5169;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5170;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5171;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5172;s:38:\"apihelp-query+alltransclusions-summary\";i:5173;s:41:\"apihelp-query+alltransclusions-param-from\";i:5174;s:39:\"apihelp-query+alltransclusions-param-to\";i:5175;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5176;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5177;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5178;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5179;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5180;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5181;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5182;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5183;s:40:\"apihelp-query+alltransclusions-example-b\";i:5184;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5185;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5186;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5187;s:30:\"apihelp-query+allusers-summary\";i:5188;s:33:\"apihelp-query+allusers-param-from\";i:5189;s:31:\"apihelp-query+allusers-param-to\";i:5190;s:35:\"apihelp-query+allusers-param-prefix\";i:5191;s:32:\"apihelp-query+allusers-param-dir\";i:5192;s:34:\"apihelp-query+allusers-param-group\";i:5193;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5194;s:35:\"apihelp-query+allusers-param-rights\";i:5195;s:33:\"apihelp-query+allusers-param-prop\";i:5196;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5197;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5198;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5199;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5200;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5201;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5202;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5203;s:34:\"apihelp-query+allusers-param-limit\";i:5204;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5205;s:40:\"apihelp-query+allusers-param-activeusers\";i:5206;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5207;s:32:\"apihelp-query+allusers-example-y\";i:5208;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5209;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5210;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5211;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5212;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5213;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5214;s:31:\"apihelp-query+backlinks-summary\";i:5215;s:35:\"apihelp-query+backlinks-param-title\";i:5216;s:36:\"apihelp-query+backlinks-param-pageid\";i:5217;s:39:\"apihelp-query+backlinks-param-namespace\";i:5218;s:33:\"apihelp-query+backlinks-param-dir\";i:5219;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5220;s:35:\"apihelp-query+backlinks-param-limit\";i:5221;s:38:\"apihelp-query+backlinks-param-redirect\";i:5222;s:38:\"apihelp-query+backlinks-example-simple\";i:5223;s:41:\"apihelp-query+backlinks-example-generator\";i:5224;s:28:\"apihelp-query+blocks-summary\";i:5225;s:32:\"apihelp-query+blocks-param-start\";i:5226;s:30:\"apihelp-query+blocks-param-end\";i:5227;s:30:\"apihelp-query+blocks-param-ids\";i:5228;s:32:\"apihelp-query+blocks-param-users\";i:5229;s:29:\"apihelp-query+blocks-param-ip\";i:5230;s:32:\"apihelp-query+blocks-param-limit\";i:5231;s:31:\"apihelp-query+blocks-param-prop\";i:5232;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5233;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5234;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5235;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5236;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5237;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5238;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5239;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5240;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5241;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5242;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5243;s:31:\"apihelp-query+blocks-param-show\";i:5244;s:35:\"apihelp-query+blocks-example-simple\";i:5245;s:34:\"apihelp-query+blocks-example-users\";i:5246;s:32:\"apihelp-query+categories-summary\";i:5247;s:35:\"apihelp-query+categories-param-prop\";i:5248;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5249;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5250;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5251;s:35:\"apihelp-query+categories-param-show\";i:5252;s:36:\"apihelp-query+categories-param-limit\";i:5253;s:41:\"apihelp-query+categories-param-categories\";i:5254;s:34:\"apihelp-query+categories-param-dir\";i:5255;s:39:\"apihelp-query+categories-example-simple\";i:5256;s:42:\"apihelp-query+categories-example-generator\";i:5257;s:34:\"apihelp-query+categoryinfo-summary\";i:5258;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5259;s:37:\"apihelp-query+categorymembers-summary\";i:5260;s:41:\"apihelp-query+categorymembers-param-title\";i:5261;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5262;s:40:\"apihelp-query+categorymembers-param-prop\";i:5263;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5264;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5265;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5266;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5267;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5268;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5269;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5270;s:40:\"apihelp-query+categorymembers-param-type\";i:5271;s:41:\"apihelp-query+categorymembers-param-limit\";i:5272;s:40:\"apihelp-query+categorymembers-param-sort\";i:5273;s:39:\"apihelp-query+categorymembers-param-dir\";i:5274;s:41:\"apihelp-query+categorymembers-param-start\";i:5275;s:39:\"apihelp-query+categorymembers-param-end\";i:5276;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5277;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5278;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5279;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5280;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5281;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5282;s:44:\"apihelp-query+categorymembers-example-simple\";i:5283;s:47:\"apihelp-query+categorymembers-example-generator\";i:5284;s:34:\"apihelp-query+contributors-summary\";i:5285;s:38:\"apihelp-query+contributors-param-group\";i:5286;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5287;s:39:\"apihelp-query+contributors-param-rights\";i:5288;s:46:\"apihelp-query+contributors-param-excluderights\";i:5289;s:38:\"apihelp-query+contributors-param-limit\";i:5290;s:41:\"apihelp-query+contributors-example-simple\";i:5291;s:38:\"apihelp-query+deletedrevisions-summary\";i:5292;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5293;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5294;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5295;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5296;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5297;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5298;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5299;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5300;s:33:\"apihelp-query+deletedrevs-summary\";i:5301;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5302;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5303;s:37:\"apihelp-query+deletedrevs-param-start\";i:5304;s:35:\"apihelp-query+deletedrevs-param-end\";i:5305;s:36:\"apihelp-query+deletedrevs-param-from\";i:5306;s:34:\"apihelp-query+deletedrevs-param-to\";i:5307;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5308;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5309;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5310;s:36:\"apihelp-query+deletedrevs-param-user\";i:5311;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5312;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5313;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5314;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5315;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5316;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5317;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5318;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5319;s:30:\"apihelp-query+disabled-summary\";i:5320;s:36:\"apihelp-query+duplicatefiles-summary\";i:5321;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5322;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5323;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5324;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5325;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5326;s:32:\"apihelp-query+embeddedin-summary\";i:5327;s:36:\"apihelp-query+embeddedin-param-title\";i:5328;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5329;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5330;s:34:\"apihelp-query+embeddedin-param-dir\";i:5331;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5332;s:36:\"apihelp-query+embeddedin-param-limit\";i:5333;s:39:\"apihelp-query+embeddedin-example-simple\";i:5334;s:42:\"apihelp-query+embeddedin-example-generator\";i:5335;s:30:\"apihelp-query+extlinks-summary\";i:5336;s:34:\"apihelp-query+extlinks-param-limit\";i:5337;s:37:\"apihelp-query+extlinks-param-protocol\";i:5338;s:34:\"apihelp-query+extlinks-param-query\";i:5339;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5340;s:37:\"apihelp-query+extlinks-example-simple\";i:5341;s:33:\"apihelp-query+exturlusage-summary\";i:5342;s:36:\"apihelp-query+exturlusage-param-prop\";i:5343;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5344;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5345;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5346;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5347;s:37:\"apihelp-query+exturlusage-param-query\";i:5348;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5349;s:37:\"apihelp-query+exturlusage-param-limit\";i:5350;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5351;s:40:\"apihelp-query+exturlusage-example-simple\";i:5352;s:33:\"apihelp-query+filearchive-summary\";i:5353;s:36:\"apihelp-query+filearchive-param-from\";i:5354;s:34:\"apihelp-query+filearchive-param-to\";i:5355;s:38:\"apihelp-query+filearchive-param-prefix\";i:5356;s:37:\"apihelp-query+filearchive-param-limit\";i:5357;s:35:\"apihelp-query+filearchive-param-dir\";i:5358;s:36:\"apihelp-query+filearchive-param-sha1\";i:5359;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5360;s:36:\"apihelp-query+filearchive-param-prop\";i:5361;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5362;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5363;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5364;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5365;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5366;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5367;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5368;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5369;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5370;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5371;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5372;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5373;s:40:\"apihelp-query+filearchive-example-simple\";i:5374;s:34:\"apihelp-query+filerepoinfo-summary\";i:5375;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5376;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5377;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:5378;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:5379;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5380;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:5381;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:5382;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5383;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5384;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5385;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5386;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5387;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:5388;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5389;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5390;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5391;s:31:\"apihelp-query+fileusage-summary\";i:5392;s:34:\"apihelp-query+fileusage-param-prop\";i:5393;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5394;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5395;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5396;s:39:\"apihelp-query+fileusage-param-namespace\";i:5397;s:35:\"apihelp-query+fileusage-param-limit\";i:5398;s:34:\"apihelp-query+fileusage-param-show\";i:5399;s:38:\"apihelp-query+fileusage-example-simple\";i:5400;s:41:\"apihelp-query+fileusage-example-generator\";i:5401;s:31:\"apihelp-query+imageinfo-summary\";i:5402;s:34:\"apihelp-query+imageinfo-param-prop\";i:5403;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5404;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5405;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5406;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5407;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5408;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5409;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5410;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5411;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5412;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5413;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5414;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5415;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5416;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5417;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5418;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5419;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5420;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5421;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5422;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5423;s:35:\"apihelp-query+imageinfo-param-limit\";i:5424;s:35:\"apihelp-query+imageinfo-param-start\";i:5425;s:33:\"apihelp-query+imageinfo-param-end\";i:5426;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:5427;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5428;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:5429;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:5430;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5431;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5432;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:5433;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5434;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5435;s:38:\"apihelp-query+imageinfo-example-simple\";i:5436;s:37:\"apihelp-query+imageinfo-example-dated\";i:5437;s:28:\"apihelp-query+images-summary\";i:5438;s:32:\"apihelp-query+images-param-limit\";i:5439;s:33:\"apihelp-query+images-param-images\";i:5440;s:30:\"apihelp-query+images-param-dir\";i:5441;s:35:\"apihelp-query+images-example-simple\";i:5442;s:38:\"apihelp-query+images-example-generator\";i:5443;s:32:\"apihelp-query+imageusage-summary\";i:5444;s:36:\"apihelp-query+imageusage-param-title\";i:5445;s:37:\"apihelp-query+imageusage-param-pageid\";i:5446;s:40:\"apihelp-query+imageusage-param-namespace\";i:5447;s:34:\"apihelp-query+imageusage-param-dir\";i:5448;s:42:\"apihelp-query+imageusage-param-filterredir\";i:5449;s:36:\"apihelp-query+imageusage-param-limit\";i:5450;s:39:\"apihelp-query+imageusage-param-redirect\";i:5451;s:39:\"apihelp-query+imageusage-example-simple\";i:5452;s:42:\"apihelp-query+imageusage-example-generator\";i:5453;s:26:\"apihelp-query+info-summary\";i:5454;s:29:\"apihelp-query+info-param-prop\";i:5455;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5456;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5457;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5458;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5459;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5460;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5461;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5462;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5463;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5464;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5465;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5466;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5467;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5468;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5469;s:36:\"apihelp-query+info-param-linkcontext\";i:5470;s:36:\"apihelp-query+info-param-testactions\";i:5471;s:42:\"apihelp-query+info-param-testactionsdetail\";i:5472;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5473;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5474;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5475;s:33:\"apihelp-query+info-example-simple\";i:5476;s:37:\"apihelp-query+info-example-protection\";i:5477;s:33:\"apihelp-query+iwbacklinks-summary\";i:5478;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:5479;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5480;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5481;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5482;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5483;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5484;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5485;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5486;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5487;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:5488;s:29:\"apihelp-query+iwlinks-summary\";i:5489;s:31:\"apihelp-query+iwlinks-param-url\";i:5490;s:32:\"apihelp-query+iwlinks-param-prop\";i:5491;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5492;s:33:\"apihelp-query+iwlinks-param-limit\";i:5493;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5494;s:33:\"apihelp-query+iwlinks-param-title\";i:5495;s:31:\"apihelp-query+iwlinks-param-dir\";i:5496;s:36:\"apihelp-query+iwlinks-example-simple\";i:5497;s:35:\"apihelp-query+langbacklinks-summary\";i:5498;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5499;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5500;s:39:\"apihelp-query+langbacklinks-param-title\";i:5501;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5502;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5503;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5504;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5505;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5506;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5507;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5508;s:31:\"apihelp-query+langlinks-summary\";i:5509;s:35:\"apihelp-query+langlinks-param-limit\";i:5510;s:33:\"apihelp-query+langlinks-param-url\";i:5511;s:34:\"apihelp-query+langlinks-param-prop\";i:5512;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5513;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:5514;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5515;s:34:\"apihelp-query+langlinks-param-lang\";i:5516;s:35:\"apihelp-query+langlinks-param-title\";i:5517;s:33:\"apihelp-query+langlinks-param-dir\";i:5518;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5519;s:38:\"apihelp-query+langlinks-example-simple\";i:5520;s:34:\"apihelp-query+languageinfo-summary\";i:5521;s:47:\"apihelp-query+languageinfo-extended-description\";i:5522;s:37:\"apihelp-query+languageinfo-param-prop\";i:5523;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5524;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5525;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5526;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5527;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5528;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5529;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5530;s:37:\"apihelp-query+languageinfo-param-code\";i:5531;s:41:\"apihelp-query+languageinfo-example-simple\";i:5532;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5533;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5534;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5535;s:27:\"apihelp-query+links-summary\";i:5536;s:35:\"apihelp-query+links-param-namespace\";i:5537;s:31:\"apihelp-query+links-param-limit\";i:5538;s:32:\"apihelp-query+links-param-titles\";i:5539;s:29:\"apihelp-query+links-param-dir\";i:5540;s:34:\"apihelp-query+links-example-simple\";i:5541;s:37:\"apihelp-query+links-example-generator\";i:5542;s:38:\"apihelp-query+links-example-namespaces\";i:5543;s:31:\"apihelp-query+linkshere-summary\";i:5544;s:34:\"apihelp-query+linkshere-param-prop\";i:5545;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5546;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5547;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5548;s:39:\"apihelp-query+linkshere-param-namespace\";i:5549;s:35:\"apihelp-query+linkshere-param-limit\";i:5550;s:34:\"apihelp-query+linkshere-param-show\";i:5551;s:38:\"apihelp-query+linkshere-example-simple\";i:5552;s:41:\"apihelp-query+linkshere-example-generator\";i:5553;s:31:\"apihelp-query+logevents-summary\";i:5554;s:34:\"apihelp-query+logevents-param-prop\";i:5555;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5556;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5557;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5558;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5559;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:5560;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5561;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5562;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5563;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5564;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5565;s:34:\"apihelp-query+logevents-param-type\";i:5566;s:36:\"apihelp-query+logevents-param-action\";i:5567;s:35:\"apihelp-query+logevents-param-start\";i:5568;s:33:\"apihelp-query+logevents-param-end\";i:5569;s:34:\"apihelp-query+logevents-param-user\";i:5570;s:35:\"apihelp-query+logevents-param-title\";i:5571;s:39:\"apihelp-query+logevents-param-namespace\";i:5572;s:36:\"apihelp-query+logevents-param-prefix\";i:5573;s:33:\"apihelp-query+logevents-param-tag\";i:5574;s:35:\"apihelp-query+logevents-param-limit\";i:5575;s:38:\"apihelp-query+logevents-example-simple\";i:5576;s:35:\"apihelp-query+pagepropnames-summary\";i:5577;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5578;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5579;s:31:\"apihelp-query+pageprops-summary\";i:5580;s:34:\"apihelp-query+pageprops-param-prop\";i:5581;s:38:\"apihelp-query+pageprops-example-simple\";i:5582;s:35:\"apihelp-query+pageswithprop-summary\";i:5583;s:42:\"apihelp-query+pageswithprop-param-propname\";i:5584;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5585;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5586;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5587;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5588;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5589;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5590;s:42:\"apihelp-query+pageswithprop-example-simple\";i:5591;s:45:\"apihelp-query+pageswithprop-example-generator\";i:5592;s:34:\"apihelp-query+prefixsearch-summary\";i:5593;s:47:\"apihelp-query+prefixsearch-extended-description\";i:5594;s:39:\"apihelp-query+prefixsearch-param-search\";i:5595;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5596;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5597;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5598;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5599;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5600;s:37:\"apihelp-query+protectedtitles-summary\";i:5601;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5602;s:41:\"apihelp-query+protectedtitles-param-level\";i:5603;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5604;s:41:\"apihelp-query+protectedtitles-param-start\";i:5605;s:39:\"apihelp-query+protectedtitles-param-end\";i:5606;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5607;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5608;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5609;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5610;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5611;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5612;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5613;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5614;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5615;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5616;s:31:\"apihelp-query+querypage-summary\";i:5617;s:34:\"apihelp-query+querypage-param-page\";i:5618;s:35:\"apihelp-query+querypage-param-limit\";i:5619;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5620;s:28:\"apihelp-query+random-summary\";i:5621;s:41:\"apihelp-query+random-extended-description\";i:5622;s:36:\"apihelp-query+random-param-namespace\";i:5623;s:32:\"apihelp-query+random-param-limit\";i:5624;s:35:\"apihelp-query+random-param-redirect\";i:5625;s:38:\"apihelp-query+random-param-filterredir\";i:5626;s:35:\"apihelp-query+random-example-simple\";i:5627;s:38:\"apihelp-query+random-example-generator\";i:5628;s:35:\"apihelp-query+recentchanges-summary\";i:5629;s:39:\"apihelp-query+recentchanges-param-start\";i:5630;s:37:\"apihelp-query+recentchanges-param-end\";i:5631;s:43:\"apihelp-query+recentchanges-param-namespace\";i:5632;s:38:\"apihelp-query+recentchanges-param-user\";i:5633;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5634;s:37:\"apihelp-query+recentchanges-param-tag\";i:5635;s:38:\"apihelp-query+recentchanges-param-slot\";i:5636;s:38:\"apihelp-query+recentchanges-param-prop\";i:5637;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:5638;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:5639;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5640;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:5641;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5642;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5643;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5644;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:5645;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:5646;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:5647;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:5648;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5649;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:5650;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5651;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:5652;s:38:\"apihelp-query+recentchanges-param-show\";i:5653;s:39:\"apihelp-query+recentchanges-param-limit\";i:5654;s:38:\"apihelp-query+recentchanges-param-type\";i:5655;s:41:\"apihelp-query+recentchanges-param-toponly\";i:5656;s:39:\"apihelp-query+recentchanges-param-title\";i:5657;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:5658;s:42:\"apihelp-query+recentchanges-example-simple\";i:5659;s:45:\"apihelp-query+recentchanges-example-generator\";i:5660;s:31:\"apihelp-query+redirects-summary\";i:5661;s:34:\"apihelp-query+redirects-param-prop\";i:5662;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5663;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5664;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5665;s:39:\"apihelp-query+redirects-param-namespace\";i:5666;s:35:\"apihelp-query+redirects-param-limit\";i:5667;s:34:\"apihelp-query+redirects-param-show\";i:5668;s:38:\"apihelp-query+redirects-example-simple\";i:5669;s:41:\"apihelp-query+redirects-example-generator\";i:5670;s:31:\"apihelp-query+revisions-summary\";i:5671;s:44:\"apihelp-query+revisions-extended-description\";i:5672;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:5673;s:37:\"apihelp-query+revisions-param-startid\";i:5674;s:35:\"apihelp-query+revisions-param-endid\";i:5675;s:35:\"apihelp-query+revisions-param-start\";i:5676;s:33:\"apihelp-query+revisions-param-end\";i:5677;s:34:\"apihelp-query+revisions-param-user\";i:5678;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5679;s:33:\"apihelp-query+revisions-param-tag\";i:5680;s:39:\"apihelp-query+revisions-example-content\";i:5681;s:37:\"apihelp-query+revisions-example-last5\";i:5682;s:38:\"apihelp-query+revisions-example-first5\";i:5683;s:44:\"apihelp-query+revisions-example-first5-after\";i:5684;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:5685;s:43:\"apihelp-query+revisions-example-first5-user\";i:5686;s:39:\"apihelp-query+revisions+base-param-prop\";i:5687;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5688;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5689;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5690;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5691;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5692;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5693;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5694;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5695;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5696;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5697;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5698;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:5699;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5700;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5701;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5702;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:5703;s:40:\"apihelp-query+revisions+base-param-slots\";i:5704;s:40:\"apihelp-query+revisions+base-param-limit\";i:5705;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:5706;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:5707;s:40:\"apihelp-query+revisions+base-param-parse\";i:5708;s:42:\"apihelp-query+revisions+base-param-section\";i:5709;s:41:\"apihelp-query+revisions+base-param-diffto\";i:5710;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:5711;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:5712;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:5713;s:28:\"apihelp-query+search-summary\";i:5714;s:33:\"apihelp-query+search-param-search\";i:5715;s:36:\"apihelp-query+search-param-namespace\";i:5716;s:31:\"apihelp-query+search-param-what\";i:5717;s:31:\"apihelp-query+search-param-info\";i:5718;s:31:\"apihelp-query+search-param-prop\";i:5719;s:36:\"apihelp-query+search-param-qiprofile\";i:5720;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5721;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5722;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:5723;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:5724;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:5725;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:5726;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:5727;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:5728;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:5729;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:5730;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:5731;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5732;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5733;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5734;s:32:\"apihelp-query+search-param-limit\";i:5735;s:36:\"apihelp-query+search-param-interwiki\";i:5736;s:34:\"apihelp-query+search-param-backend\";i:5737;s:41:\"apihelp-query+search-param-enablerewrites\";i:5738;s:31:\"apihelp-query+search-param-sort\";i:5739;s:35:\"apihelp-query+search-example-simple\";i:5740;s:33:\"apihelp-query+search-example-text\";i:5741;s:38:\"apihelp-query+search-example-generator\";i:5742;s:30:\"apihelp-query+siteinfo-summary\";i:5743;s:33:\"apihelp-query+siteinfo-param-prop\";i:5744;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:5745;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:5746;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:5747;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5748;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5749;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:5750;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:5751;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:5752;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:5753;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:5754;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:5755;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:5756;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:5757;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:5758;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:5759;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5760;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:5761;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:5762;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:5763;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:5764;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:5765;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:5766;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:5767;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:5768;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:5769;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:5770;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:5771;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:5772;s:37:\"apihelp-query+siteinfo-example-simple\";i:5773;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:5774;s:37:\"apihelp-query+siteinfo-example-replag\";i:5775;s:36:\"apihelp-query+stashimageinfo-summary\";i:5776;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:5777;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5778;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5779;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5780;s:26:\"apihelp-query+tags-summary\";i:5781;s:30:\"apihelp-query+tags-param-limit\";i:5782;s:29:\"apihelp-query+tags-param-prop\";i:5783;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5784;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5785;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5786;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:5787;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:5788;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:5789;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:5790;s:33:\"apihelp-query+tags-example-simple\";i:5791;s:31:\"apihelp-query+templates-summary\";i:5792;s:39:\"apihelp-query+templates-param-namespace\";i:5793;s:35:\"apihelp-query+templates-param-limit\";i:5794;s:39:\"apihelp-query+templates-param-templates\";i:5795;s:33:\"apihelp-query+templates-param-dir\";i:5796;s:38:\"apihelp-query+templates-example-simple\";i:5797;s:41:\"apihelp-query+templates-example-generator\";i:5798;s:42:\"apihelp-query+templates-example-namespaces\";i:5799;s:28:\"apihelp-query+tokens-summary\";i:5800;s:31:\"apihelp-query+tokens-param-type\";i:5801;s:35:\"apihelp-query+tokens-example-simple\";i:5802;s:34:\"apihelp-query+tokens-example-types\";i:5803;s:35:\"apihelp-query+transcludedin-summary\";i:5804;s:38:\"apihelp-query+transcludedin-param-prop\";i:5805;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5806;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5807;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:5808;s:43:\"apihelp-query+transcludedin-param-namespace\";i:5809;s:39:\"apihelp-query+transcludedin-param-limit\";i:5810;s:38:\"apihelp-query+transcludedin-param-show\";i:5811;s:42:\"apihelp-query+transcludedin-example-simple\";i:5812;s:45:\"apihelp-query+transcludedin-example-generator\";i:5813;s:34:\"apihelp-query+usercontribs-summary\";i:5814;s:38:\"apihelp-query+usercontribs-param-limit\";i:5815;s:38:\"apihelp-query+usercontribs-param-start\";i:5816;s:36:\"apihelp-query+usercontribs-param-end\";i:5817;s:37:\"apihelp-query+usercontribs-param-user\";i:5818;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5819;s:40:\"apihelp-query+usercontribs-param-userids\";i:5820;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5821;s:42:\"apihelp-query+usercontribs-param-namespace\";i:5822;s:37:\"apihelp-query+usercontribs-param-prop\";i:5823;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5824;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:5825;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5826;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5827;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:5828;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5829;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:5830;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5831;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5832;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5833;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5834;s:37:\"apihelp-query+usercontribs-param-show\";i:5835;s:36:\"apihelp-query+usercontribs-param-tag\";i:5836;s:40:\"apihelp-query+usercontribs-param-toponly\";i:5837;s:39:\"apihelp-query+usercontribs-example-user\";i:5838;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:5839;s:30:\"apihelp-query+userinfo-summary\";i:5840;s:33:\"apihelp-query+userinfo-param-prop\";i:5841;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5842;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:5843;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:5844;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:5845;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:5846;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:5847;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:5848;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5849;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5850;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:5851;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:5852;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5853;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:5854;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:5855;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:5856;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:5857;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:5858;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5859;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:5860;s:37:\"apihelp-query+userinfo-example-simple\";i:5861;s:35:\"apihelp-query+userinfo-example-data\";i:5862;s:27:\"apihelp-query+users-summary\";i:5863;s:30:\"apihelp-query+users-param-prop\";i:5864;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5865;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5866;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:5867;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5868;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5869;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5870;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:5871;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:5872;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:5873;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:5874;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:5875;s:38:\"apihelp-query+users-param-attachedwiki\";i:5876;s:31:\"apihelp-query+users-param-users\";i:5877;s:33:\"apihelp-query+users-param-userids\";i:5878;s:34:\"apihelp-query+users-example-simple\";i:5879;s:31:\"apihelp-query+watchlist-summary\";i:5880;s:36:\"apihelp-query+watchlist-param-allrev\";i:5881;s:35:\"apihelp-query+watchlist-param-start\";i:5882;s:33:\"apihelp-query+watchlist-param-end\";i:5883;s:39:\"apihelp-query+watchlist-param-namespace\";i:5884;s:34:\"apihelp-query+watchlist-param-user\";i:5885;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5886;s:35:\"apihelp-query+watchlist-param-limit\";i:5887;s:34:\"apihelp-query+watchlist-param-prop\";i:5888;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5889;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5890;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5891;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5892;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5893;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5894;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5895;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5896;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5897;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5898;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5899;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:5900;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:5901;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5902;s:34:\"apihelp-query+watchlist-param-show\";i:5903;s:34:\"apihelp-query+watchlist-param-type\";i:5904;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5905;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5906;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5907;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5908;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5909;s:35:\"apihelp-query+watchlist-param-owner\";i:5910;s:35:\"apihelp-query+watchlist-param-token\";i:5911;s:38:\"apihelp-query+watchlist-example-simple\";i:5912;s:37:\"apihelp-query+watchlist-example-props\";i:5913;s:38:\"apihelp-query+watchlist-example-expiry\";i:5914;s:38:\"apihelp-query+watchlist-example-allrev\";i:5915;s:41:\"apihelp-query+watchlist-example-generator\";i:5916;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:5917;s:39:\"apihelp-query+watchlist-example-wlowner\";i:5918;s:34:\"apihelp-query+watchlistraw-summary\";i:5919;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:5920;s:38:\"apihelp-query+watchlistraw-param-limit\";i:5921;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5922;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:5923;s:37:\"apihelp-query+watchlistraw-param-show\";i:5924;s:38:\"apihelp-query+watchlistraw-param-owner\";i:5925;s:38:\"apihelp-query+watchlistraw-param-token\";i:5926;s:36:\"apihelp-query+watchlistraw-param-dir\";i:5927;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5928;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5929;s:41:\"apihelp-query+watchlistraw-example-simple\";i:5930;s:44:\"apihelp-query+watchlistraw-example-generator\";i:5931;s:40:\"apihelp-removeauthenticationdata-summary\";i:5932;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:5933;s:29:\"apihelp-resetpassword-summary\";i:5934;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:5935;s:32:\"apihelp-resetpassword-param-user\";i:5936;s:33:\"apihelp-resetpassword-param-email\";i:5937;s:34:\"apihelp-resetpassword-example-user\";i:5938;s:35:\"apihelp-resetpassword-example-email\";i:5939;s:30:\"apihelp-revisiondelete-summary\";i:5940;s:33:\"apihelp-revisiondelete-param-type\";i:5941;s:35:\"apihelp-revisiondelete-param-target\";i:5942;s:32:\"apihelp-revisiondelete-param-ids\";i:5943;s:33:\"apihelp-revisiondelete-param-hide\";i:5944;s:33:\"apihelp-revisiondelete-param-show\";i:5945;s:37:\"apihelp-revisiondelete-param-suppress\";i:5946;s:35:\"apihelp-revisiondelete-param-reason\";i:5947;s:33:\"apihelp-revisiondelete-param-tags\";i:5948;s:39:\"apihelp-revisiondelete-example-revision\";i:5949;s:34:\"apihelp-revisiondelete-example-log\";i:5950;s:24:\"apihelp-rollback-summary\";i:5951;s:37:\"apihelp-rollback-extended-description\";i:5952;s:28:\"apihelp-rollback-param-title\";i:5953;s:29:\"apihelp-rollback-param-pageid\";i:5954;s:27:\"apihelp-rollback-param-tags\";i:5955;s:27:\"apihelp-rollback-param-user\";i:5956;s:30:\"apihelp-rollback-param-summary\";i:5957;s:30:\"apihelp-rollback-param-markbot\";i:5958;s:32:\"apihelp-rollback-param-watchlist\";i:5959;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:5960;s:31:\"apihelp-rollback-example-simple\";i:5961;s:32:\"apihelp-rollback-example-summary\";i:5962;s:19:\"apihelp-rsd-summary\";i:5963;s:26:\"apihelp-rsd-example-simple\";i:5964;s:40:\"apihelp-setnotificationtimestamp-summary\";i:5965;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:5966;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5967;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:5968;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:5969;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:5970;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:5971;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:5972;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:5973;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:5974;s:31:\"apihelp-setpagelanguage-summary\";i:5975;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5976;s:35:\"apihelp-setpagelanguage-param-title\";i:5977;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5978;s:34:\"apihelp-setpagelanguage-param-lang\";i:5979;s:36:\"apihelp-setpagelanguage-param-reason\";i:5980;s:34:\"apihelp-setpagelanguage-param-tags\";i:5981;s:40:\"apihelp-setpagelanguage-example-language\";i:5982;s:39:\"apihelp-setpagelanguage-example-default\";i:5983;s:25:\"apihelp-stashedit-summary\";i:5984;s:38:\"apihelp-stashedit-extended-description\";i:5985;s:29:\"apihelp-stashedit-param-title\";i:5986;s:31:\"apihelp-stashedit-param-section\";i:5987;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5988;s:28:\"apihelp-stashedit-param-text\";i:5989;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5990;s:36:\"apihelp-stashedit-param-contentmodel\";i:5991;s:37:\"apihelp-stashedit-param-contentformat\";i:5992;s:33:\"apihelp-stashedit-param-baserevid\";i:5993;s:31:\"apihelp-stashedit-param-summary\";i:5994;s:19:\"apihelp-tag-summary\";i:5995;s:22:\"apihelp-tag-param-rcid\";i:5996;s:23:\"apihelp-tag-param-revid\";i:5997;s:23:\"apihelp-tag-param-logid\";i:5998;s:21:\"apihelp-tag-param-add\";i:5999;s:24:\"apihelp-tag-param-remove\";i:6000;s:24:\"apihelp-tag-param-reason\";i:6001;s:22:\"apihelp-tag-param-tags\";i:6002;s:23:\"apihelp-tag-example-rev\";i:6003;s:23:\"apihelp-tag-example-log\";i:6004;s:23:\"apihelp-unblock-summary\";i:6005;s:24:\"apihelp-unblock-param-id\";i:6006;s:26:\"apihelp-unblock-param-user\";i:6007;s:28:\"apihelp-unblock-param-userid\";i:6008;s:28:\"apihelp-unblock-param-reason\";i:6009;s:26:\"apihelp-unblock-param-tags\";i:6010;s:26:\"apihelp-unblock-example-id\";i:6011;s:28:\"apihelp-unblock-example-user\";i:6012;s:24:\"apihelp-undelete-summary\";i:6013;s:37:\"apihelp-undelete-extended-description\";i:6014;s:28:\"apihelp-undelete-param-title\";i:6015;s:29:\"apihelp-undelete-param-reason\";i:6016;s:27:\"apihelp-undelete-param-tags\";i:6017;s:33:\"apihelp-undelete-param-timestamps\";i:6018;s:30:\"apihelp-undelete-param-fileids\";i:6019;s:32:\"apihelp-undelete-param-watchlist\";i:6020;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6021;s:35:\"apihelp-undelete-param-undeletetalk\";i:6022;s:29:\"apihelp-undelete-example-page\";i:6023;s:34:\"apihelp-undelete-example-revisions\";i:6024;s:29:\"apihelp-unlinkaccount-summary\";i:6025;s:36:\"apihelp-unlinkaccount-example-simple\";i:6026;s:22:\"apihelp-upload-summary\";i:6027;s:35:\"apihelp-upload-extended-description\";i:6028;s:29:\"apihelp-upload-param-filename\";i:6029;s:28:\"apihelp-upload-param-comment\";i:6030;s:25:\"apihelp-upload-param-tags\";i:6031;s:25:\"apihelp-upload-param-text\";i:6032;s:26:\"apihelp-upload-param-watch\";i:6033;s:30:\"apihelp-upload-param-watchlist\";i:6034;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6035;s:35:\"apihelp-upload-param-ignorewarnings\";i:6036;s:25:\"apihelp-upload-param-file\";i:6037;s:24:\"apihelp-upload-param-url\";i:6038;s:28:\"apihelp-upload-param-filekey\";i:6039;s:31:\"apihelp-upload-param-sessionkey\";i:6040;s:26:\"apihelp-upload-param-stash\";i:6041;s:29:\"apihelp-upload-param-filesize\";i:6042;s:27:\"apihelp-upload-param-offset\";i:6043;s:26:\"apihelp-upload-param-chunk\";i:6044;s:26:\"apihelp-upload-param-async\";i:6045;s:32:\"apihelp-upload-param-checkstatus\";i:6046;s:26:\"apihelp-upload-example-url\";i:6047;s:30:\"apihelp-upload-example-filekey\";i:6048;s:26:\"apihelp-userrights-summary\";i:6049;s:29:\"apihelp-userrights-param-user\";i:6050;s:31:\"apihelp-userrights-param-userid\";i:6051;s:28:\"apihelp-userrights-param-add\";i:6052;s:31:\"apihelp-userrights-param-expiry\";i:6053;s:31:\"apihelp-userrights-param-remove\";i:6054;s:31:\"apihelp-userrights-param-reason\";i:6055;s:29:\"apihelp-userrights-param-tags\";i:6056;s:31:\"apihelp-userrights-example-user\";i:6057;s:33:\"apihelp-userrights-example-userid\";i:6058;s:33:\"apihelp-userrights-example-expiry\";i:6059;s:32:\"apihelp-validatepassword-summary\";i:6060;s:45:\"apihelp-validatepassword-extended-description\";i:6061;s:39:\"apihelp-validatepassword-param-password\";i:6062;s:35:\"apihelp-validatepassword-param-user\";i:6063;s:36:\"apihelp-validatepassword-param-email\";i:6064;s:39:\"apihelp-validatepassword-param-realname\";i:6065;s:34:\"apihelp-validatepassword-example-1\";i:6066;s:34:\"apihelp-validatepassword-example-2\";i:6067;s:21:\"apihelp-watch-summary\";i:6068;s:25:\"apihelp-watch-param-title\";i:6069;s:26:\"apihelp-watch-param-expiry\";i:6070;s:27:\"apihelp-watch-param-unwatch\";i:6071;s:27:\"apihelp-watch-example-watch\";i:6072;s:34:\"apihelp-watch-example-watch-expiry\";i:6073;s:29:\"apihelp-watch-example-unwatch\";i:6074;s:31:\"apihelp-watch-example-generator\";i:6075;s:30:\"apihelp-format-example-generic\";i:6076;s:32:\"apihelp-format-param-wrappedhtml\";i:6077;s:20:\"apihelp-json-summary\";i:6078;s:27:\"apihelp-json-param-callback\";i:6079;s:23:\"apihelp-json-param-utf8\";i:6080;s:24:\"apihelp-json-param-ascii\";i:6081;s:32:\"apihelp-json-param-formatversion\";i:6082;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6083;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6084;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6085;s:22:\"apihelp-jsonfm-summary\";i:6086;s:20:\"apihelp-none-summary\";i:6087;s:19:\"apihelp-php-summary\";i:6088;s:31:\"apihelp-php-param-formatversion\";i:6089;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6090;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6091;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6092;s:21:\"apihelp-phpfm-summary\";i:6093;s:21:\"apihelp-rawfm-summary\";i:6094;s:19:\"apihelp-xml-summary\";i:6095;s:22:\"apihelp-xml-param-xslt\";i:6096;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6097;s:21:\"apihelp-xmlfm-summary\";i:6098;s:16:\"api-format-title\";i:6099;s:29:\"api-format-prettyprint-header\";i:6100;s:39:\"api-format-prettyprint-header-only-html\";i:6101;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6102;s:29:\"api-format-prettyprint-status\";i:6103;s:22:\"api-login-fail-aborted\";i:6104;s:30:\"api-login-fail-aborted-nobotpw\";i:6105;s:33:\"api-login-fail-badsessionprovider\";i:6106;s:25:\"api-login-fail-sameorigin\";i:6107;s:24:\"api-pageset-param-titles\";i:6108;s:25:\"api-pageset-param-pageids\";i:6109;s:24:\"api-pageset-param-revids\";i:6110;s:27:\"api-pageset-param-generator\";i:6111;s:37:\"api-pageset-param-redirects-generator\";i:6112;s:39:\"api-pageset-param-redirects-nogenerator\";i:6113;s:31:\"api-pageset-param-converttitles\";i:6114;s:14:\"api-help-title\";i:6115;s:13:\"api-help-lead\";i:6116;s:20:\"api-help-main-header\";i:6117;s:28:\"api-help-undocumented-module\";i:6118;s:24:\"api-help-flag-deprecated\";i:6119;s:22:\"api-help-flag-internal\";i:6120;s:24:\"api-help-flag-readrights\";i:6121;s:25:\"api-help-flag-writerights\";i:6122;s:26:\"api-help-flag-mustbeposted\";i:6123;s:23:\"api-help-flag-generator\";i:6124;s:15:\"api-help-source\";i:6125;s:23:\"api-help-source-unknown\";i:6126;s:16:\"api-help-license\";i:6127;s:23:\"api-help-license-noname\";i:6128;s:24:\"api-help-license-unknown\";i:6129;s:19:\"api-help-parameters\";i:6130;s:25:\"api-help-param-deprecated\";i:6131;s:31:\"api-help-param-deprecated-label\";i:6132;s:23:\"api-help-param-internal\";i:6133;s:29:\"api-help-param-internal-label\";i:6134;s:24:\"api-help-param-templated\";i:6135;s:34:\"api-help-param-templated-var-first\";i:6136;s:28:\"api-help-param-templated-var\";i:6137;s:25:\"api-help-datatypes-header\";i:6138;s:31:\"api-help-templatedparams-header\";i:6139;s:24:\"api-help-templatedparams\";i:6140;s:25:\"api-help-param-type-limit\";i:6141;s:29:\"api-help-param-type-timestamp\";i:6142;s:24:\"api-help-param-type-enum\";i:6143;s:29:\"api-help-param-multi-separate\";i:6144;s:24:\"api-help-param-multi-all\";i:6145;s:28:\"api-help-param-default-empty\";i:6146;s:20:\"api-help-param-token\";i:6147;s:26:\"api-help-param-token-webui\";i:6148;s:37:\"api-help-param-disabled-in-miser-mode\";i:6149;s:36:\"api-help-param-limited-in-miser-mode\";i:6150;s:24:\"api-help-param-direction\";i:6151;s:23:\"api-help-param-continue\";i:6152;s:29:\"api-help-param-no-description\";i:6153;s:17:\"api-help-examples\";i:6154;s:20:\"api-help-permissions\";i:6155;s:31:\"api-help-permissions-granted-to\";i:6156;s:28:\"api-help-right-apihighlimits\";i:6157;s:27:\"api-help-open-in-apisandbox\";i:6158;s:34:\"api-help-authmanager-general-usage\";i:6159;s:35:\"api-help-authmanagerhelper-requests\";i:6160;s:34:\"api-help-authmanagerhelper-request\";i:6161;s:40:\"api-help-authmanagerhelper-messageformat\";i:6162;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6163;s:40:\"api-help-authmanagerhelper-preservestate\";i:6164;s:36:\"api-help-authmanagerhelper-returnurl\";i:6165;s:35:\"api-help-authmanagerhelper-continue\";i:6166;s:44:\"api-help-authmanagerhelper-additional-params\";i:6167;s:27:\"apierror-allimages-redirect\";i:6168;s:37:\"apierror-allpages-generator-redirects\";i:6169;s:27:\"apierror-appendnotsupported\";i:6170;s:22:\"apierror-articleexists\";i:6171;s:25:\"apierror-assertanonfailed\";i:6172;s:24:\"apierror-assertbotfailed\";i:6173;s:30:\"apierror-assertnameduserfailed\";i:6174;s:25:\"apierror-assertuserfailed\";i:6175;s:20:\"apierror-autoblocked\";i:6176;s:32:\"apierror-bad-badfilecontexttitle\";i:6177;s:33:\"apierror-badconfig-resulttoosmall\";i:6178;s:20:\"apierror-badcontinue\";i:6179;s:16:\"apierror-baddiff\";i:6180;s:18:\"apierror-baddiffto\";i:6181;s:26:\"apierror-badformat-generic\";i:6182;s:18:\"apierror-badformat\";i:6183;s:34:\"apierror-badgenerator-notgenerator\";i:6184;s:29:\"apierror-badgenerator-unknown\";i:6185;s:14:\"apierror-badip\";i:6186;s:15:\"apierror-badmd5\";i:6187;s:31:\"apierror-badmodule-badsubmodule\";i:6188;s:31:\"apierror-badmodule-nosubmodules\";i:6189;s:21:\"apierror-badparameter\";i:6190;s:17:\"apierror-badquery\";i:6191;s:21:\"apierror-badtimestamp\";i:6192;s:17:\"apierror-badtoken\";i:6193;s:18:\"apierror-badupload\";i:6194;s:15:\"apierror-badurl\";i:6195;s:16:\"apierror-baduser\";i:6196;s:31:\"apierror-badvalue-notmultivalue\";i:6197;s:28:\"apierror-bad-watchlist-token\";i:6198;s:24:\"apierror-blockedfrommail\";i:6199;s:16:\"apierror-blocked\";i:6200;s:24:\"apierror-blocked-partial\";i:6201;s:25:\"apierror-botsnotsupported\";i:6202;s:33:\"apierror-cannot-async-upload-file\";i:6203;s:29:\"apierror-cannotreauthenticate\";i:6204;s:24:\"apierror-cannotviewtitle\";i:6205;s:24:\"apierror-cantblock-email\";i:6206;s:18:\"apierror-cantblock\";i:6207;s:31:\"apierror-cantchangecontentmodel\";i:6208;s:17:\"apierror-canthide\";i:6209;s:26:\"apierror-cantimport-upload\";i:6210;s:19:\"apierror-cantimport\";i:6211;s:33:\"apierror-cantoverwrite-sharedfile\";i:6212;s:17:\"apierror-cantsend\";i:6213;s:21:\"apierror-cantundelete\";i:6214;s:33:\"apierror-cantview-deleted-comment\";i:6215;s:37:\"apierror-cantview-deleted-description\";i:6216;s:34:\"apierror-cantview-deleted-metadata\";i:6217;s:42:\"apierror-cantview-deleted-revision-content\";i:6218;s:29:\"apierror-changeauth-norequest\";i:6219;s:24:\"apierror-chunk-too-small\";i:6220;s:21:\"apierror-cidrtoobroad\";i:6221;s:33:\"apierror-compare-maintextrequired\";i:6222;s:25:\"apierror-compare-no-title\";i:6223;s:34:\"apierror-compare-nosuchfromsection\";i:6224;s:32:\"apierror-compare-nosuchtosection\";i:6225;s:31:\"apierror-compare-nofromrevision\";i:6226;s:23:\"apierror-compare-notext\";i:6227;s:29:\"apierror-compare-notorevision\";i:6228;s:26:\"apierror-concurrency-limit\";i:6229;s:36:\"apierror-compare-relative-to-deleted\";i:6230;s:36:\"apierror-compare-relative-to-nothing\";i:6231;s:38:\"apierror-contentserializationexception\";i:6232;s:22:\"apierror-contenttoobig\";i:6233;s:28:\"apierror-copyuploadbaddomain\";i:6234;s:25:\"apierror-copyuploadbadurl\";i:6235;s:27:\"apierror-create-titleexists\";i:6236;s:19:\"apierror-csp-report\";i:6237;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6238;s:32:\"apierror-deletedrevs-param-not-3\";i:6239;s:29:\"apierror-edit-invalidredirect\";i:6240;s:24:\"apierror-emptynewsection\";i:6241;s:18:\"apierror-emptypage\";i:6242;s:24:\"apierror-exceptioncaught\";i:6243;s:28:\"apierror-exceptioncaughttype\";i:6244;s:25:\"apierror-filedoesnotexist\";i:6245;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6246;s:19:\"apierror-filenopath\";i:6247;s:32:\"apierror-filetypecannotberotated\";i:6248;s:18:\"apierror-formatphp\";i:6249;s:28:\"apierror-imageusage-badtitle\";i:6250;s:28:\"apierror-import-unknownerror\";i:6251;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6252;s:35:\"apierror-integeroutofrange-abovemax\";i:6253;s:39:\"apierror-integeroutofrange-belowminimum\";i:6254;s:24:\"apierror-invalidcategory\";i:6255;s:22:\"apierror-invalid-chunk\";i:6256;s:22:\"apierror-invalidexpiry\";i:6257;s:25:\"apierror-invalid-file-key\";i:6258;s:20:\"apierror-invalidlang\";i:6259;s:22:\"apierror-invalidmethod\";i:6260;s:24:\"apierror-invalidoldimage\";i:6261;s:38:\"apierror-invalidparammix-cannotusewith\";i:6262;s:36:\"apierror-invalidparammix-mustusewith\";i:6263;s:42:\"apierror-invalidparammix-parse-new-section\";i:6264;s:24:\"apierror-invalidparammix\";i:6265;s:23:\"apierror-invalidsection\";i:6266;s:30:\"apierror-invalidsha1base36hash\";i:6267;s:24:\"apierror-invalidsha1hash\";i:6268;s:21:\"apierror-invalidtitle\";i:6269;s:24:\"apierror-invalidurlparam\";i:6270;s:20:\"apierror-invaliduser\";i:6271;s:22:\"apierror-invaliduserid\";i:6272;s:17:\"apierror-maxbytes\";i:6273;s:17:\"apierror-maxchars\";i:6274;s:23:\"apierror-maxlag-generic\";i:6275;s:15:\"apierror-maxlag\";i:6276;s:27:\"apierror-mimesearchdisabled\";i:6277;s:30:\"apierror-missingcontent-pageid\";i:6278;s:29:\"apierror-missingcontent-revid\";i:6279;s:34:\"apierror-missingcontent-revid-role\";i:6280;s:37:\"apierror-missingparam-at-least-one-of\";i:6281;s:28:\"apierror-missingparam-one-of\";i:6282;s:21:\"apierror-missingparam\";i:6283;s:26:\"apierror-missingrev-pageid\";i:6284;s:25:\"apierror-missingrev-title\";i:6285;s:32:\"apierror-missingtitle-createonly\";i:6286;s:21:\"apierror-missingtitle\";i:6287;s:28:\"apierror-missingtitle-byname\";i:6288;s:23:\"apierror-moduledisabled\";i:6289;s:29:\"apierror-multival-only-one-of\";i:6290;s:18:\"apierror-multpages\";i:6291;s:34:\"apierror-mustbeloggedin-changeauth\";i:6292;s:31:\"apierror-mustbeloggedin-generic\";i:6293;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6294;s:34:\"apierror-mustbeloggedin-removeauth\";i:6295;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6296;s:23:\"apierror-mustbeloggedin\";i:6297;s:21:\"apierror-mustbeposted\";i:6298;s:23:\"apierror-mustpostparams\";i:6299;s:19:\"apierror-noapiwrite\";i:6300;s:18:\"apierror-nochanges\";i:6301;s:25:\"apierror-nodeleteablefile\";i:6302;s:26:\"apierror-no-direct-editing\";i:6303;s:20:\"apierror-noedit-anon\";i:6304;s:15:\"apierror-noedit\";i:6305;s:29:\"apierror-noimageredirect-anon\";i:6306;s:24:\"apierror-noimageredirect\";i:6307;s:20:\"apierror-nosuchlogid\";i:6308;s:21:\"apierror-nosuchpageid\";i:6309;s:19:\"apierror-nosuchrcid\";i:6310;s:20:\"apierror-nosuchrevid\";i:6311;s:22:\"apierror-nosuchsection\";i:6312;s:27:\"apierror-nosuchsection-what\";i:6313;s:21:\"apierror-nosuchuserid\";i:6314;s:17:\"apierror-notarget\";i:6315;s:23:\"apierror-notpatrollable\";i:6316;s:23:\"apierror-nouploadmodule\";i:6317;s:33:\"apierror-opensearch-json-warnings\";i:6318;s:24:\"apierror-pagecannotexist\";i:6319;s:20:\"apierror-pagedeleted\";i:6320;s:26:\"apierror-pagelang-disabled\";i:6321;s:19:\"apierror-paramempty\";i:6322;s:30:\"apierror-parsetree-notwikitext\";i:6323;s:36:\"apierror-parsetree-notwikitext-title\";i:6324;s:19:\"apierror-pastexpiry\";i:6325;s:25:\"apierror-permissiondenied\";i:6326;s:33:\"apierror-permissiondenied-generic\";i:6327;s:36:\"apierror-permissiondenied-patrolflag\";i:6328;s:33:\"apierror-permissiondenied-unblock\";i:6329;s:29:\"apierror-prefixsearchdisabled\";i:6330;s:30:\"apierror-promised-nonwrite-api\";i:6331;s:30:\"apierror-protect-invalidaction\";i:6332;s:29:\"apierror-protect-invalidlevel\";i:6333;s:20:\"apierror-ratelimited\";i:6334;s:22:\"apierror-readapidenied\";i:6335;s:17:\"apierror-readonly\";i:6336;s:23:\"apierror-reauthenticate\";i:6337;s:28:\"apierror-redirect-appendonly\";i:6338;s:33:\"apierror-revdel-mutuallyexclusive\";i:6339;s:26:\"apierror-revdel-needtarget\";i:6340;s:27:\"apierror-revdel-paramneeded\";i:6341;s:24:\"apierror-revisions-badid\";i:6342;s:27:\"apierror-revisions-norevids\";i:6343;s:29:\"apierror-revisions-singlepage\";i:6344;s:21:\"apierror-revwrongpage\";i:6345;s:23:\"apierror-searchdisabled\";i:6346;s:29:\"apierror-sectionreplacefailed\";i:6347;s:29:\"apierror-sectionsnotsupported\";i:6348;s:34:\"apierror-sectionsnotsupported-what\";i:6349;s:13:\"apierror-show\";i:6350;s:34:\"apierror-siteinfo-includealldenied\";i:6351;s:25:\"apierror-sizediffdisabled\";i:6352;s:21:\"apierror-spamdetected\";i:6353;s:32:\"apierror-specialpage-cantexecute\";i:6354;s:28:\"apierror-stashedfilenotfound\";i:6355;s:30:\"apierror-stashedit-missingtext\";i:6356;s:29:\"apierror-stashfailed-complete\";i:6357;s:30:\"apierror-stashfailed-nosession\";i:6358;s:25:\"apierror-stashfilestorage\";i:6359;s:25:\"apierror-stashinvalidfile\";i:6360;s:27:\"apierror-stashnosuchfilekey\";i:6361;s:25:\"apierror-stashpathinvalid\";i:6362;s:24:\"apierror-stashwrongowner\";i:6363;s:24:\"apierror-stashzerolength\";i:6364;s:22:\"apierror-systemblocked\";i:6365;s:38:\"apierror-templateexpansion-notwikitext\";i:6366;s:23:\"apierror-toofewexpiries\";i:6367;s:22:\"apierror-toomanyvalues\";i:6368;s:22:\"apierror-unknownaction\";i:6369;s:30:\"apierror-unknownerror-editpage\";i:6370;s:28:\"apierror-unknownerror-nocode\";i:6371;s:21:\"apierror-unknownerror\";i:6372;s:22:\"apierror-unknownformat\";i:6373;s:27:\"apierror-unrecognizedparams\";i:6374;s:26:\"apierror-unrecognizedvalue\";i:6375;s:24:\"apierror-unsupportedrepo\";i:6376;s:29:\"apierror-upload-filekeyneeded\";i:6377;s:33:\"apierror-upload-filekeynotallowed\";i:6378;s:26:\"apierror-upload-inprogress\";i:6379;s:29:\"apierror-upload-missingresult\";i:6380;s:23:\"apierror-urlparamnormal\";i:6381;s:23:\"apierror-writeapidenied\";i:6382;s:39:\"apiwarn-alldeletedrevisions-performance\";i:6383;s:19:\"apiwarn-badurlparam\";i:6384;s:15:\"apiwarn-badutf8\";i:6385;s:34:\"apiwarn-checktoken-percentencoding\";i:6386;s:23:\"apiwarn-compare-no-next\";i:6387;s:23:\"apiwarn-compare-no-prev\";i:6388;s:30:\"apiwarn-compare-nocontentmodel\";i:6389;s:31:\"apiwarn-deprecation-deletedrevs\";i:6390;s:33:\"apiwarn-deprecation-httpsexpected\";i:6391;s:31:\"apiwarn-deprecation-login-botpw\";i:6392;s:33:\"apiwarn-deprecation-login-nobotpw\";i:6393;s:31:\"apiwarn-deprecation-login-token\";i:6394;s:32:\"apiwarn-deprecation-missingparam\";i:6395;s:29:\"apiwarn-deprecation-parameter\";i:6396;s:35:\"apiwarn-deprecation-parse-headitems\";i:6397;s:45:\"apiwarn-deprecation-post-without-content-type\";i:6398;s:29:\"apiwarn-deprecation-purge-get\";i:6399;s:35:\"apiwarn-deprecation-withreplacement\";i:6400;s:20:\"apiwarn-difftohidden\";i:6401;s:26:\"apiwarn-errorprinterfailed\";i:6402;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:6403;s:23:\"apiwarn-invalidcategory\";i:6404;s:20:\"apiwarn-invalidtitle\";i:6405;s:31:\"apiwarn-invalidxmlstylesheetext\";i:6406;s:28:\"apiwarn-invalidxmlstylesheet\";i:6407;s:30:\"apiwarn-invalidxmlstylesheetns\";i:6408;s:26:\"apiwarn-moduleswithoutvars\";i:6409;s:15:\"apiwarn-notfile\";i:6410;s:30:\"apiwarn-nothumb-noimagehandler\";i:6411;s:28:\"apiwarn-parse-nocontentmodel\";i:6412;s:30:\"apiwarn-parse-revidwithouttext\";i:6413;s:30:\"apiwarn-parse-titlewithouttext\";i:6414;s:26:\"apiwarn-redirectsandrevids\";i:6415;s:21:\"apiwarn-tokens-origin\";i:6416;s:23:\"apiwarn-truncatedresult\";i:6417;s:27:\"apiwarn-unclearnowtimestamp\";i:6418;s:26:\"apiwarn-unrecognizedvalues\";i:6419;s:24:\"apiwarn-unsupportedarray\";i:6420;s:21:\"apiwarn-urlparamwidth\";i:6421;s:33:\"apiwarn-validationfailed-badchars\";i:6422;s:32:\"apiwarn-validationfailed-badpref\";i:6423;s:34:\"apiwarn-validationfailed-cannotset\";i:6424;s:35:\"apiwarn-validationfailed-keytoolong\";i:6425;s:24:\"apiwarn-validationfailed\";i:6426;s:18:\"apiwarn-wgdebugapi\";i:6427;s:20:\"api-feed-error-title\";i:6428;s:16:\"api-usage-docref\";i:6429;s:25:\"api-usage-mailinglist-ref\";i:6430;s:19:\"api-exception-trace\";i:6431;s:18:\"api-credits-header\";i:6432;s:11:\"api-credits\";i:6433;s:20:\"rest-prefix-mismatch\";i:6434;s:17:\"rest-wrong-method\";i:6435;s:13:\"rest-no-match\";i:6436;s:22:\"rest-nonexistent-title\";i:6437;s:31:\"rest-nonexistent-title-revision\";i:6438;s:25:\"rest-nonexistent-revision\";i:6439;s:21:\"rest-nonexistent-user\";i:6440;s:17:\"rest-invalid-user\";i:6441;s:27:\"rest-permission-denied-anon\";i:6442;s:28:\"rest-permission-denied-title\";i:6443;s:31:\"rest-permission-denied-revision\";i:6444;s:28:\"rest-resource-limit-exceeded\";i:6445;s:36:\"rest-pagehistory-incompatible-params\";i:6446;s:34:\"rest-pagehistory-param-range-error\";i:6447;s:32:\"rest-pagehistory-timestamp-error\";i:6448;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6449;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6450;s:26:\"rest-compare-page-mismatch\";i:6451;s:30:\"rest-compare-permission-denied\";i:6452;s:24:\"rest-compare-nonexistent\";i:6453;s:25:\"rest-compare-inaccessible\";i:6454;s:26:\"rest-compare-wrong-content\";i:6455;s:22:\"rest-compare-wikidiff2\";i:6456;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6457;s:17:\"rest-search-error\";i:6458;s:27:\"rest-page-source-type-error\";i:6459;s:16:\"rest-no-revision\";i:6460;s:25:\"rest-media-too-many-links\";i:6461;s:23:\"rest-html-backend-error\";i:6462;s:18:\"rest-bad-json-body\";i:6463;s:26:\"rest-json-body-parse-error\";i:6464;s:23:\"rest-missing-body-field\";i:6465;s:22:\"rest-bad-content-model\";i:6466;s:30:\"rest-update-cannot-create-page\";i:6467;s:26:\"rest-extraneous-csrf-token\";i:6468;s:21:\"rest-cannot-load-file\";i:6469;s:28:\"rest-cross-origin-anon-write\";i:6470;s:31:\"rest-requires-safe-against-csrf\";i:6471;s:13:\"rest-badtoken\";i:6472;s:30:\"ooui-outline-control-move-down\";i:6473;s:28:\"ooui-outline-control-move-up\";i:6474;s:27:\"ooui-outline-control-remove\";i:6475;s:17:\"ooui-toolbar-more\";i:6476;s:21:\"ooui-toolgroup-expand\";i:6477;s:23:\"ooui-toolgroup-collapse\";i:6478;s:16:\"ooui-item-remove\";i:6479;s:26:\"ooui-dialog-message-accept\";i:6480;s:26:\"ooui-dialog-message-reject\";i:6481;s:25:\"ooui-dialog-process-error\";i:6482;s:27:\"ooui-dialog-process-dismiss\";i:6483;s:25:\"ooui-dialog-process-retry\";i:6484;s:28:\"ooui-dialog-process-continue\";i:6485;s:26:\"ooui-combobox-button-label\";i:6486;s:29:\"ooui-selectfile-button-select\";i:6487;s:38:\"ooui-selectfile-button-select-multiple\";i:6488;s:29:\"ooui-selectfile-not-supported\";i:6489;s:27:\"ooui-selectfile-placeholder\";i:6490;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6491;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6492;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6493;s:15:\"ooui-field-help\";i:6494;s:22:\"paramvalidator-badbool\";i:6495;s:24:\"paramvalidator-badexpiry\";i:6496;s:33:\"paramvalidator-badexpiry-duration\";i:6497;s:37:\"paramvalidator-badexpiry-duration-max\";i:6498;s:29:\"paramvalidator-badexpiry-past\";i:6499;s:23:\"paramvalidator-badfloat\";i:6500;s:33:\"paramvalidator-badfloat-notfinite\";i:6501;s:25:\"paramvalidator-badinteger\";i:6502;s:27:\"paramvalidator-badtimestamp\";i:6503;s:34:\"paramvalidator-badupload-cantwrite\";i:6504;s:33:\"paramvalidator-badupload-formsize\";i:6505;s:32:\"paramvalidator-badupload-inisize\";i:6506;s:31:\"paramvalidator-badupload-nofile\";i:6507;s:33:\"paramvalidator-badupload-notmpdir\";i:6508;s:34:\"paramvalidator-badupload-notupload\";i:6509;s:32:\"paramvalidator-badupload-partial\";i:6510;s:31:\"paramvalidator-badupload-phpext\";i:6511;s:33:\"paramvalidator-badvalue-enummulti\";i:6512;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6513;s:31:\"paramvalidator-deprecated-value\";i:6514;s:26:\"paramvalidator-emptystring\";i:6515;s:23:\"paramvalidator-maxbytes\";i:6516;s:23:\"paramvalidator-maxchars\";i:6517;s:27:\"paramvalidator-missingparam\";i:6518;s:23:\"paramvalidator-notmulti\";i:6519;s:29:\"paramvalidator-outofrange-max\";i:6520;s:32:\"paramvalidator-outofrange-minmax\";i:6521;s:29:\"paramvalidator-outofrange-min\";i:6522;s:31:\"paramvalidator-param-deprecated\";i:6523;s:28:\"paramvalidator-toomanyvalues\";i:6524;s:34:\"paramvalidator-unclearnowtimestamp\";i:6525;s:33:\"paramvalidator-unrecognizedvalues\";i:6526;s:27:\"paramvalidator-help-default\";i:6527;s:33:\"paramvalidator-help-default-empty\";i:6528;s:30:\"paramvalidator-help-deprecated\";i:6529;s:34:\"paramvalidator-help-multi-separate\";i:6530;s:29:\"paramvalidator-help-multi-max\";i:6531;s:36:\"paramvalidator-help-multi-max-simple\";i:6532;s:29:\"paramvalidator-help-multi-all\";i:6533;s:28:\"paramvalidator-help-required\";i:6534;s:32:\"paramvalidator-help-type-boolean\";i:6535;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6536;s:29:\"paramvalidator-help-type-enum\";i:6537;s:31:\"paramvalidator-help-type-expiry\";i:6538;s:30:\"paramvalidator-help-type-float\";i:6539;s:32:\"paramvalidator-help-type-integer\";i:6540;s:30:\"paramvalidator-help-type-limit\";i:6541;s:35:\"paramvalidator-help-type-number-max\";i:6542;s:38:\"paramvalidator-help-type-number-minmax\";i:6543;s:35:\"paramvalidator-help-type-number-min\";i:6544;s:40:\"paramvalidator-help-type-presenceboolean\";i:6545;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6546;s:40:\"paramvalidator-help-type-string-maxchars\";i:6547;s:34:\"paramvalidator-help-type-timestamp\";i:6548;s:31:\"paramvalidator-help-type-upload\";i:6549;s:26:\"vector-specialversion-name\";i:6550;s:16:\"vector-skin-desc\";i:6551;s:34:\"prefs-vector-enable-vector-1-label\";i:6552;s:33:\"prefs-vector-enable-vector-1-help\";i:6553;s:22:\"vector-opt-out-tooltip\";i:6554;s:10:\"vector.css\";i:6555;s:9:\"vector.js\";i:6556;s:28:\"vector-action-toggle-sidebar\";i:6557;s:33:\"vector-language-button-aria-label\";i:6558;s:36:\"vector-no-language-button-aria-label\";i:6559;s:38:\"vector-language-variant-switcher-label\";i:6560;s:23:\"vector-jumptonavigation\";i:6561;s:19:\"vector-jumptosearch\";i:6562;s:20:\"vector-jumptocontent\";i:6563;s:20:\"vector-search-loader\";i:6564;s:17:\"vector-intro-page\";i:6565;s:18:\"vector-toc-heading\";i:6566;s:34:\"vector-toc-toggle-position-sidebar\";i:6567;s:32:\"vector-toc-toggle-position-title\";i:6568;s:30:\"vector-toc-toggle-button-label\";i:6569;s:27:\"vector-anon-user-menu-pages\";i:6570;s:33:\"vector-anon-user-menu-pages-learn\";i:6571;s:33:\"vector-anon-user-menu-pages-label\";i:6572;s:24:\"vector-main-menu-tooltip\";i:6573;s:23:\"vector-toc-menu-tooltip\";i:6574;s:35:\"vector-toc-collapsible-button-label\";i:6575;s:30:\"vector-article-tools-nav-label\";i:6576;s:21:\"vector-site-nav-label\";i:6577;s:26:\"vector-2022-prefs-talkpage\";i:6578;s:35:\"tooltip-vector-anon-user-menu-title\";i:6579;s:10:\"wikieditor\";i:6580;s:15:\"wikieditor-desc\";i:6581;s:23:\"wikieditor-wikitext-tab\";i:6582;s:18:\"wikieditor-loading\";i:6583;s:29:\"wikieditor-preview-preference\";i:6584;s:22:\"wikieditor-preview-tab\";i:6585;s:30:\"wikieditor-preview-changes-tab\";i:6586;s:26:\"wikieditor-preview-loading\";i:6587;s:29:\"wikieditor-publish-preference\";i:6588;s:33:\"wikieditor-publish-button-publish\";i:6589;s:32:\"wikieditor-publish-button-cancel\";i:6590;s:31:\"wikieditor-publish-dialog-title\";i:6591;s:33:\"wikieditor-publish-dialog-summary\";i:6592;s:31:\"wikieditor-publish-dialog-minor\";i:6593;s:31:\"wikieditor-publish-dialog-watch\";i:6594;s:33:\"wikieditor-publish-dialog-publish\";i:6595;s:32:\"wikieditor-publish-dialog-goback\";i:6596;s:18:\"wikieditor-toolbar\";i:6597;s:23:\"wikieditor-toolbar-desc\";i:6598;s:29:\"wikieditor-toolbar-preference\";i:6599;s:37:\"wikieditor-toolbar-dialogs-preference\";i:6600;s:26:\"wikieditor-toolbar-loading\";i:6601;s:28:\"wikieditor-toolbar-tool-bold\";i:6602;s:36:\"wikieditor-toolbar-tool-bold-example\";i:6603;s:30:\"wikieditor-toolbar-tool-italic\";i:6604;s:38:\"wikieditor-toolbar-tool-italic-example\";i:6605;s:29:\"wikieditor-toolbar-tool-ilink\";i:6606;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:6607;s:29:\"wikieditor-toolbar-tool-xlink\";i:6608;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:6609;s:28:\"wikieditor-toolbar-tool-link\";i:6610;s:34:\"wikieditor-toolbar-tool-link-title\";i:6611;s:32:\"wikieditor-toolbar-tool-link-int\";i:6612;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:6613;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:6614;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:6615;s:32:\"wikieditor-toolbar-tool-link-ext\";i:6616;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:6617;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:6618;s:35:\"wikieditor-toolbar-tool-link-insert\";i:6619;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:6620;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:6621;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:6622;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:6623;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:6624;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:6625;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6626;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:6627;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:6628;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:6629;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:6630;s:34:\"wikieditor-toolbar-tool-link-empty\";i:6631;s:36:\"wikieditor-toolbar-tool-file-example\";i:6632;s:34:\"wikieditor-toolbar-tool-file-title\";i:6633;s:31:\"wikieditor-toolbar-file-caption\";i:6634;s:29:\"wikieditor-toolbar-file-float\";i:6635;s:31:\"wikieditor-toolbar-file-default\";i:6636;s:30:\"wikieditor-toolbar-file-format\";i:6637;s:35:\"wikieditor-toolbar-file-format-none\";i:6638;s:35:\"wikieditor-toolbar-tool-file-insert\";i:6639;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:6640;s:33:\"wikieditor-toolbar-tool-reference\";i:6641;s:41:\"wikieditor-toolbar-tool-reference-example\";i:6642;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:6643;s:39:\"wikieditor-toolbar-tool-reference-title\";i:6644;s:38:\"wikieditor-toolbar-tool-reference-text\";i:6645;s:33:\"wikieditor-toolbar-tool-signature\";i:6646;s:35:\"wikieditor-toolbar-section-advanced\";i:6647;s:31:\"wikieditor-toolbar-tool-heading\";i:6648;s:33:\"wikieditor-toolbar-tool-heading-1\";i:6649;s:33:\"wikieditor-toolbar-tool-heading-2\";i:6650;s:33:\"wikieditor-toolbar-tool-heading-3\";i:6651;s:33:\"wikieditor-toolbar-tool-heading-4\";i:6652;s:33:\"wikieditor-toolbar-tool-heading-5\";i:6653;s:39:\"wikieditor-toolbar-tool-heading-example\";i:6654;s:31:\"wikieditor-toolbar-group-format\";i:6655;s:29:\"wikieditor-toolbar-tool-ulist\";i:6656;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:6657;s:29:\"wikieditor-toolbar-tool-olist\";i:6658;s:37:\"wikieditor-toolbar-tool-olist-example\";i:6659;s:30:\"wikieditor-toolbar-tool-nowiki\";i:6660;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:6661;s:32:\"wikieditor-toolbar-tool-redirect\";i:6662;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:6663;s:35:\"wikieditor-toolbar-tool-big-example\";i:6664;s:29:\"wikieditor-toolbar-tool-small\";i:6665;s:37:\"wikieditor-toolbar-tool-small-example\";i:6666;s:35:\"wikieditor-toolbar-tool-superscript\";i:6667;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6668;s:33:\"wikieditor-toolbar-tool-subscript\";i:6669;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6670;s:31:\"wikieditor-toolbar-group-insert\";i:6671;s:31:\"wikieditor-toolbar-tool-gallery\";i:6672;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6673;s:31:\"wikieditor-toolbar-tool-newline\";i:6674;s:29:\"wikieditor-toolbar-tool-table\";i:6675;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6676;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6677;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6678;s:35:\"wikieditor-toolbar-tool-table-title\";i:6679;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6680;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6681;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6682;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6683;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6684;s:37:\"wikieditor-toolbar-tool-table-example\";i:6685;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6686;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6687;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6688;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6689;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6690;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6691;s:31:\"wikieditor-toolbar-tool-replace\";i:6692;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6693;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6694;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6695;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6696;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6697;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6698;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6699;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6700;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6701;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6702;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6703;s:37:\"wikieditor-toolbar-section-characters\";i:6704;s:43:\"wikieditor-toolbar-help-heading-description\";i:6705;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6706;s:38:\"wikieditor-toolbar-help-heading-result\";i:6707;s:35:\"wikieditor-toolbar-help-page-format\";i:6708;s:33:\"wikieditor-toolbar-help-page-link\";i:6709;s:36:\"wikieditor-toolbar-help-page-heading\";i:6710;s:33:\"wikieditor-toolbar-help-page-list\";i:6711;s:38:\"wikieditor-toolbar-help-page-reference\";i:6712;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6713;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6714;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6715;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6716;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6717;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6718;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6719;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6720;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6721;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6722;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6723;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6724;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6725;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6726;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6727;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6728;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6729;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6730;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6731;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6732;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6733;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6734;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6735;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6736;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6737;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6738;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6739;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6740;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6741;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6742;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6743;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6744;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6745;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6746;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6747;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6748;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6749;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6750;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6751;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6752;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6753;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6754;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6755;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6756;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6757;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6758;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6759;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6760;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6761;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6762;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6763;s:20:\"syntaxhighlight-desc\";i:6764;s:30:\"syntaxhighlight-error-category\";i:6765;s:35:\"syntaxhighlight-error-category-desc\";i:6766;s:32:\"syntaxhighlight-enclose-category\";i:6767;s:37:\"syntaxhighlight-enclose-category-desc\";i:6768;s:31:\"syntaxhighlight-source-category\";i:6769;s:36:\"syntaxhighlight-source-category-desc\";i:6770;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6771;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6772;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6773;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6774;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6775;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6776;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6777;s:38:\"syntaxhighlight-error-unknown-language\";i:6778;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6779;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6780;s:22:\"action-mf-uploadbutton\";i:6781;s:20:\"beta-feature-minerva\";i:6782;s:32:\"beta-feature-minerva-description\";i:6783;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6784;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6785;s:37:\"mobile-frontend-account-create-submit\";i:6786;s:25:\"mobile-frontend-app-title\";i:6787;s:34:\"mobile-frontend-categories-heading\";i:6788;s:37:\"mobile-frontend-categories-subheading\";i:6789;s:32:\"mobile-frontend-categories-nocat\";i:6790;s:30:\"mobile-frontend-categories-add\";i:6791;s:34:\"mobile-frontend-categories-summary\";i:6792;s:30:\"mobile-frontend-changeslist-ip\";i:6793;s:37:\"mobile-frontend-changeslist-nocomment\";i:6794;s:28:\"mobile-frontend-clear-search\";i:6795;s:36:\"mobile-frontend-contribution-summary\";i:6796;s:32:\"mobile-frontend-cookies-required\";i:6797;s:25:\"mobile-frontend-copyright\";i:6798;s:20:\"mobile-frontend-desc\";i:6799;s:33:\"mobile-frontend-diffview-404-desc\";i:6800;s:34:\"mobile-frontend-diffview-404-title\";i:6801;s:34:\"mobile-frontend-diffview-anonymous\";i:6802;s:35:\"mobile-frontend-diffview-bytesadded\";i:6803;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6804;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6805;s:34:\"mobile-frontend-diffview-editcount\";i:6806;s:34:\"mobile-frontend-diffview-explained\";i:6807;s:30:\"mobile-frontend-diffview-title\";i:6808;s:30:\"mobile-frontend-disable-images\";i:6809;s:36:\"mobile-frontend-dismiss-notification\";i:6810;s:33:\"mobile-frontend-donate-image-anon\";i:6811;s:36:\"mobile-frontend-donate-image-heading\";i:6812;s:41:\"mobile-frontend-donate-image-login-action\";i:6813;s:38:\"mobile-frontend-donate-image-nouploads\";i:6814;s:42:\"mobile-frontend-donate-image-signup-action\";i:6815;s:34:\"mobile-frontend-donate-image-title\";i:6816;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6817;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6818;s:29:\"mobile-frontend-drawer-cancel\";i:6819;s:33:\"mobile-frontend-edit-login-action\";i:6820;s:34:\"mobile-frontend-edit-signup-action\";i:6821;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6822;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6823;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6824;s:27:\"mobile-frontend-editor-anon\";i:6825;s:34:\"mobile-frontend-editor-anonwarning\";i:6826;s:29:\"mobile-frontend-editor-cancel\";i:6827;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6828;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6829;s:31:\"mobile-frontend-editor-continue\";i:6830;s:26:\"mobile-frontend-editor-cta\";i:6831;s:31:\"mobile-frontend-editor-disabled\";i:6832;s:27:\"mobile-frontend-editor-edit\";i:6833;s:30:\"mobile-frontend-editor-editing\";i:6834;s:35:\"mobile-frontend-editor-editing-page\";i:6835;s:28:\"mobile-frontend-editor-error\";i:6836;s:37:\"mobile-frontend-editor-error-conflict\";i:6837;s:36:\"mobile-frontend-editor-error-loading\";i:6838;s:36:\"mobile-frontend-editor-error-preview\";i:6839;s:35:\"mobile-frontend-editor-keep-editing\";i:6840;s:32:\"mobile-frontend-editor-licensing\";i:6841;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6842;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6843;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6844;s:34:\"mobile-frontend-editor-placeholder\";i:6845;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6846;s:38:\"mobile-frontend-editor-previewing-page\";i:6847;s:37:\"mobile-frontend-editor-redirect-title\";i:6848;s:27:\"mobile-frontend-editor-save\";i:6849;s:30:\"mobile-frontend-editor-success\";i:6850;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6851;s:39:\"mobile-frontend-editor-success-new-page\";i:6852;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6853;s:38:\"mobile-frontend-editor-summary-request\";i:6854;s:30:\"mobile-frontend-editor-summary\";i:6855;s:37:\"mobile-frontend-editor-switch-confirm\";i:6856;s:36:\"mobile-frontend-editor-switch-editor\";i:6857;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6858;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6859;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6860;s:34:\"mobile-frontend-editor-unavailable\";i:6861;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6862;s:35:\"mobile-frontend-editor-uploadenable\";i:6863;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6864;s:27:\"mobile-frontend-editor-wait\";i:6865;s:38:\"mobile-frontend-editor-redlink-explain\";i:6866;s:29:\"mobile-frontend-enable-images\";i:6867;s:43:\"mobile-frontend-expand-sections-description\";i:6868;s:38:\"mobile-frontend-expand-sections-status\";i:6869;s:32:\"mobile-frontend-fontchanger-link\";i:6870;s:32:\"mobile-frontend-fontchanger-desc\";i:6871;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6872;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6873;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6874;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6875;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6876;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6877;s:30:\"mobile-frontend-footer-contact\";i:6878;s:31:\"mobile-frontend-footer-sitename\";i:6879;s:32:\"mobile-frontend-generic-404-desc\";i:6880;s:33:\"mobile-frontend-generic-404-title\";i:6881;s:29:\"mobile-frontend-generic-login\";i:6882;s:36:\"mobile-frontend-generic-login-action\";i:6883;s:37:\"mobile-frontend-generic-signup-action\";i:6884;s:23:\"mobile-frontend-history\";i:6885;s:32:\"mobile-frontend-history-404-desc\";i:6886;s:33:\"mobile-frontend-history-404-title\";i:6887;s:34:\"mobile-frontend-history-no-results\";i:6888;s:36:\"mobile-frontend-image-cancel-confirm\";i:6889;s:38:\"mobile-frontend-image-heading-describe\";i:6890;s:31:\"mobile-frontend-image-uploading\";i:6891;s:29:\"mobile-frontend-images-status\";i:6892;s:40:\"mobile-frontend-language-article-heading\";i:6893;s:31:\"mobile-frontend-language-header\";i:6894;s:32:\"mobile-frontend-language-heading\";i:6895;s:36:\"mobile-frontend-language-site-choose\";i:6896;s:39:\"mobile-frontend-language-variant-header\";i:6897;s:34:\"mobile-frontend-languages-404-desc\";i:6898;s:35:\"mobile-frontend-languages-404-title\";i:6899;s:32:\"mobile-frontend-languages-header\";i:6900;s:37:\"mobile-frontend-languages-header-page\";i:6901;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6902;s:30:\"mobile-frontend-languages-text\";i:6903;s:40:\"mobile-frontend-languages-variant-header\";i:6904;s:34:\"mobile-frontend-last-modified-date\";i:6905;s:34:\"mobile-frontend-last-modified-days\";i:6906;s:35:\"mobile-frontend-last-modified-hours\";i:6907;s:38:\"mobile-frontend-last-modified-just-now\";i:6908;s:37:\"mobile-frontend-last-modified-minutes\";i:6909;s:36:\"mobile-frontend-last-modified-months\";i:6910;s:37:\"mobile-frontend-last-modified-seconds\";i:6911;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6912;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6913;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6914;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6915;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6916;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6917;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6918;s:35:\"mobile-frontend-last-modified-years\";i:6919;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6920;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6921;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6922;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6923;s:26:\"mobile-frontend-logged-out\";i:6924;s:21:\"mobile-frontend-login\";i:6925;s:25:\"mobile-frontend-main-menu\";i:6926;s:30:\"mobile-frontend-main-menu-back\";i:6927;s:40:\"mobile-frontend-main-menu-account-create\";i:6928;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6929;s:34:\"mobile-frontend-main-menu-featured\";i:6930;s:31:\"mobile-frontend-main-menu-login\";i:6931;s:32:\"mobile-frontend-main-menu-logout\";i:6932;s:32:\"mobile-frontend-main-menu-nearby\";i:6933;s:36:\"mobile-frontend-main-menu-page-title\";i:6934;s:34:\"mobile-frontend-main-menu-settings\";i:6935;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6936;s:32:\"mobile-frontend-main-menu-upload\";i:6937;s:35:\"mobile-frontend-main-menu-watchlist\";i:6938;s:29:\"mobile-frontend-media-details\";i:6939;s:34:\"mobile-frontend-media-license-link\";i:6940;s:32:\"mobile-frontend-meta-data-issues\";i:6941;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6942;s:39:\"mobile-frontend-meta-data-issues-header\";i:6943;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6944;s:29:\"mobile-frontend-missing-image\";i:6945;s:31:\"mobile-frontend-nearby-distance\";i:6946;s:38:\"mobile-frontend-nearby-distance-meters\";i:6947;s:28:\"mobile-frontend-nearby-error\";i:6948;s:37:\"mobile-frontend-nearby-error-guidance\";i:6949;s:30:\"mobile-frontend-nearby-loading\";i:6950;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6951;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6952;s:32:\"mobile-frontend-nearby-noresults\";i:6953;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6954;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6955;s:30:\"mobile-frontend-nearby-refresh\";i:6956;s:35:\"mobile-frontend-nearby-requirements\";i:6957;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6958;s:28:\"mobile-frontend-nearby-title\";i:6959;s:34:\"mobile-frontend-nearby-sectiontext\";i:6960;s:26:\"mobile-frontend-news-items\";i:6961;s:30:\"mobile-frontend-opt-in-explain\";i:6962;s:29:\"mobile-frontend-overlay-close\";i:6963;s:32:\"mobile-frontend-overlay-continue\";i:6964;s:34:\"mobile-frontend-page-menu-contents\";i:6965;s:33:\"mobile-frontend-page-menu-history\";i:6966;s:33:\"mobile-frontend-page-edit-summary\";i:6967;s:24:\"mobile-frontend-password\";i:6968;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6969;s:36:\"mobile-frontend-password-placeholder\";i:6970;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6971;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6972;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6973;s:31:\"mobile-frontend-photo-licensing\";i:6974;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6975;s:31:\"mobile-frontend-photo-ownership\";i:6976;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6977;s:36:\"mobile-frontend-photo-ownership-help\";i:6978;s:28:\"mobile-frontend-photo-submit\";i:6979;s:28:\"mobile-frontend-photo-upload\";i:6980;s:33:\"mobile-frontend-photo-upload-anon\";i:6981;s:36:\"mobile-frontend-photo-upload-comment\";i:6982;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6983;s:34:\"mobile-frontend-photo-upload-error\";i:6984;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6985;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6986;s:36:\"mobile-frontend-photo-upload-generic\";i:6987;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6988;s:44:\"mobile-frontend-photo-upload-success-article\";i:6989;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6990;s:39:\"mobile-frontend-photo-upload-user-count\";i:6991;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6992;s:27:\"mobile-frontend-placeholder\";i:6993;s:31:\"mobile-frontend-placeholder-app\";i:6994;s:32:\"mobile-frontend-placeholder-beta\";i:6995;s:33:\"mobile-frontend-privacy-link-text\";i:6996;s:40:\"mobile-frontend-profile-activity-heading\";i:6997;s:29:\"mobile-frontend-profile-error\";i:6998;s:38:\"mobile-frontend-profile-footer-ancient\";i:6999;s:35:\"mobile-frontend-profile-footer-days\";i:7000;s:37:\"mobile-frontend-profile-footer-months\";i:7001;s:36:\"mobile-frontend-profile-footer-years\";i:7002;s:33:\"mobile-frontend-profile-last-edit\";i:7003;s:34:\"mobile-frontend-profile-last-thank\";i:7004;s:30:\"mobile-frontend-profile-noargs\";i:7005;s:30:\"mobile-frontend-profile-nouser\";i:7006;s:29:\"mobile-frontend-profile-title\";i:7007;s:37:\"mobile-frontend-profile-userpage-link\";i:7008;s:32:\"mobile-frontend-profile-usertalk\";i:7009;s:35:\"mobile-frontend-references-citation\";i:7010;s:31:\"mobile-frontend-requires-mobile\";i:7011;s:30:\"mobile-frontend-requires-optin\";i:7012;s:30:\"mobile-frontend-requires-title\";i:7013;s:26:\"mobile-frontend-save-error\";i:7014;s:29:\"mobile-frontend-save-settings\";i:7015;s:32:\"mobile-frontend-saving-exit-page\";i:7016;s:30:\"mobile-frontend-search-content\";i:7017;s:41:\"mobile-frontend-search-content-no-results\";i:7018;s:33:\"mobile-frontend-search-no-results\";i:7019;s:39:\"mobile-frontend-settings-images-explain\";i:7020;s:29:\"mobile-frontend-settings-beta\";i:7021;s:41:\"mobile-frontend-settings-site-description\";i:7022;s:36:\"mobile-frontend-settings-site-header\";i:7023;s:37:\"mobile-frontend-sign-in-error-heading\";i:7024;s:31:\"mobile-frontend-sign-in-heading\";i:7025;s:27:\"mobile-frontend-sign-in-why\";i:7026;s:31:\"mobile-frontend-sign-up-heading\";i:7027;s:29:\"mobile-frontend-talk-fullpage\";i:7028;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:7029;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:7030;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:7031;s:33:\"mobile-frontend-talk-back-to-page\";i:7032;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7033;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7034;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7035;s:33:\"mobile-frontend-talk-edit-summary\";i:7036;s:30:\"mobile-frontend-talk-explained\";i:7037;s:36:\"mobile-frontend-talk-explained-empty\";i:7038;s:35:\"mobile-frontend-talk-overlay-header\";i:7039;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:7040;s:26:\"mobile-frontend-talk-reply\";i:7041;s:31:\"mobile-frontend-talk-reply-info\";i:7042;s:34:\"mobile-frontend-talk-reply-success\";i:7043;s:35:\"mobile-frontend-talk-topic-feedback\";i:7044;s:32:\"mobile-frontend-talk-topic-error\";i:7045;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7046;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7047;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7048;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7049;s:26:\"mobile-frontend-terms-text\";i:7050;s:30:\"mobile-frontend-thanked-notice\";i:7051;s:28:\"mobile-frontend-user-account\";i:7052;s:35:\"mobile-frontend-user-button-tooltip\";i:7053;s:32:\"mobile-frontend-user-newmessages\";i:7054;s:24:\"mobile-frontend-user-cta\";i:7055;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7056;s:24:\"mobile-frontend-username\";i:7057;s:36:\"mobile-frontend-username-placeholder\";i:7058;s:20:\"mobile-frontend-view\";i:7059;s:28:\"mobile-frontend-view-desktop\";i:7060;s:27:\"mobile-frontend-view-mobile\";i:7061;s:27:\"mobile-frontend-view-source\";i:7062;s:27:\"mobile-frontend-watch-login\";i:7063;s:29:\"mobile-frontend-watchlist-a-z\";i:7064;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7065;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7066;s:29:\"mobile-frontend-watchlist-add\";i:7067;s:35:\"mobile-frontend-watchlist-back-home\";i:7068;s:29:\"mobile-frontend-watchlist-cta\";i:7069;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7070;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7071;s:30:\"mobile-frontend-watchlist-feed\";i:7072;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7073;s:36:\"mobile-frontend-watchlist-filter-all\";i:7074;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7075;s:38:\"mobile-frontend-watchlist-filter-other\";i:7076;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7077;s:38:\"mobile-frontend-watchlist-login-action\";i:7078;s:30:\"mobile-frontend-watchlist-more\";i:7079;s:37:\"mobile-frontend-watchlist-please-wait\";i:7080;s:31:\"mobile-frontend-watchlist-error\";i:7081;s:33:\"mobile-frontend-watchlist-purpose\";i:7082;s:33:\"mobile-frontend-watchlist-removed\";i:7083;s:39:\"mobile-frontend-watchlist-signup-action\";i:7084;s:30:\"mobile-frontend-watchlist-view\";i:7085;s:6:\"nearby\";i:7086;s:21:\"right-mf-uploadbutton\";i:7087;s:15:\"tag-mobile_edit\";i:7088;s:27:\"tag-mobile_edit-description\";i:7089;s:19:\"tag-mobile_web_edit\";i:7090;s:31:\"tag-mobile_web_edit-description\";i:7091;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7092;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7093;s:30:\"apihelp-mobileview-description\";i:7094;s:29:\"apihelp-mobileview-param-page\";i:7095;s:33:\"apihelp-mobileview-param-redirect\";i:7096;s:36:\"apihelp-mobileview-param-sectionprop\";i:7097;s:34:\"apihelp-mobileview-param-pageprops\";i:7098;s:32:\"apihelp-mobileview-param-variant\";i:7099;s:33:\"apihelp-mobileview-param-noimages\";i:7100;s:35:\"apihelp-mobileview-param-noheadings\";i:7101;s:36:\"apihelp-mobileview-param-notransform\";i:7102;s:34:\"apihelp-mobileview-param-thumbsize\";i:7103;s:28:\"apihelp-parse-param-noimages\";i:7104;s:35:\"mobile-frontend-donate-button-label\";i:7105;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7106;s:34:\"mobile-frontend-browse-tags-header\";i:7107;s:24:\"mobile-frontend-panel-ok\";i:7108;s:20:\"googleanalytics-desc\";i:7109;s:7:\"sidebar\";i:7110;s:18:\"pagecategorieslink\";i:7111;s:9:\"sitetitle\";i:7112;s:12:\"sitesubtitle\";i:7113;s:10:\"addsection\";i:7114;s:14:\"talkpageheader\";i:7115;s:22:\"view-pool-dirty-output\";i:7116;s:20:\"view-pool-contention\";i:7117;s:17:\"view-pool-timeout\";i:7118;s:12:\"edithelppage\";i:7119;s:8:\"helppage\";i:7120;s:14:\"mainpage-title\";i:7121;s:23:\"mainpage-title-loggedin\";i:7122;s:23:\"pagetitle-view-mainpage\";i:7123;s:10:\"sitenotice\";i:7124;s:10:\"anonnotice\";i:7125;s:28:\"newsectionheaderdefaultlevel\";i:7126;s:10:\"nstab-talk\";i:7127;s:23:\"createacct-helpusername\";i:7128;s:24:\"createacct-username-help\";i:7129;s:11:\"loginprompt\";i:7130;s:18:\"userlogout-summary\";i:7131;s:13:\"helplogin-url\";i:7132;s:26:\"createacct-imgcaptcha-help\";i:7133;s:24:\"createacct-benefit-icon1\";i:7134;s:24:\"createacct-benefit-head1\";i:7135;s:24:\"createacct-benefit-icon2\";i:7136;s:24:\"createacct-benefit-head2\";i:7137;s:24:\"createacct-benefit-icon3\";i:7138;s:24:\"createacct-benefit-head3\";i:7139;s:17:\"nocookiesforlogin\";i:7140;s:11:\"signupstart\";i:7141;s:9:\"signupend\";i:7142;s:15:\"signupend-https\";i:7143;s:11:\"emailsender\";i:7144;s:18:\"loginlanguagelinks\";i:7145;s:15:\"pear-mail-error\";i:7146;s:14:\"php-mail-error\";i:7147;s:22:\"changepassword-summary\";i:7148;s:19:\"changeemail-summary\";i:7149;s:19:\"resettokens-summary\";i:7150;s:8:\"sig-text\";i:7151;s:18:\"newarticletextanon\";i:7152;s:12:\"talkpagetext\";i:7153;s:17:\"noarticletextanon\";i:7154;s:17:\"editnotice-notext\";i:7155;s:23:\"editpage-head-copy-warn\";i:7156;s:20:\"editpage-tos-summary\";i:7157;s:13:\"longpage-hint\";i:7158;s:18:\"addsection-preload\";i:7159;s:20:\"addsection-editintro\";i:7160;s:26:\"createaccount-hook-aborted\";i:7161;s:21:\"revision-info-current\";i:7162;s:12:\"revision-nav\";i:7163;s:17:\"history_copyright\";i:7164;s:41:\"mergehistory-warning-redirect-not-created\";i:7165;s:26:\"mergehistory-redirect-text\";i:7166;s:18:\"pagemerge-logentry\";i:7167;s:14:\"search-summary\";i:7168;s:23:\"searchmenu-new-nocreate\";i:7169;s:23:\"search-interwiki-custom\";i:7170;s:12:\"googlesearch\";i:7171;s:15:\"opensearch-desc\";i:7172;s:19:\"preferences-summary\";i:7173;s:36:\"prefs-user-downloaddata-help-message\";i:7174;s:18:\"userrights-summary\";i:7175;s:17:\"recentchanges-url\";i:7176;s:17:\"recentchangestext\";i:7177;s:26:\"recentchanges-legend-minor\";i:7178;s:24:\"recentchanges-legend-bot\";i:7179;s:32:\"recentchanges-legend-unpatrolled\";i:7180;s:30:\"rcfilters-tag-prefix-namespace\";i:7181;s:25:\"rcfilters-tag-prefix-tags\";i:7182;s:43:\"number-of-watching-users-for-recent-changes\";i:7183;s:14:\"upload-summary\";i:7184;s:12:\"uploadfooter\";i:7185;s:26:\"upload-default-description\";i:7186;s:13:\"uploadedimage\";i:7187;s:14:\"overwroteimage\";i:7188;s:8:\"licenses\";i:7189;s:24:\"shareddescriptionfollows\";i:7190;s:35:\"filedelete-reason-dropdown-suppress\";i:7191;s:22:\"unwatchedpages-summary\";i:7192;s:21:\"listredirects-summary\";i:7193;s:23:\"unusedtemplates-summary\";i:7194;s:14:\"randompage-url\";i:7195;s:18:\"statistics-summary\";i:7196;s:24:\"statistics-articles-desc\";i:7197;s:21:\"statistics-files-desc\";i:7198;s:17:\"statistics-footer\";i:7199;s:21:\"pageswithprop-summary\";i:7200;s:23:\"doubleredirects-summary\";i:7201;s:23:\"brokenredirects-summary\";i:7202;s:29:\"brokenredirects-delete-reason\";i:7203;s:23:\"fewestrevisions-summary\";i:7204;s:19:\"lonelypages-summary\";i:7205;s:26:\"uncategorizedpages-summary\";i:7206;s:31:\"uncategorizedcategories-summary\";i:7207;s:27:\"uncategorizedimages-summary\";i:7208;s:30:\"uncategorizedtemplates-summary\";i:7209;s:24:\"unusedcategories-summary\";i:7210;s:20:\"unusedimages-summary\";i:7211;s:24:\"wantedcategories-summary\";i:7212;s:19:\"wantedfiles-summary\";i:7213;s:23:\"wantedtemplates-summary\";i:7214;s:18:\"mostlinked-summary\";i:7215;s:28:\"mostlinkedcategories-summary\";i:7216;s:27:\"mostlinkedtemplates-summary\";i:7217;s:22:\"mostcategories-summary\";i:7218;s:18:\"mostimages-summary\";i:7219;s:22:\"mostinterwikis-summary\";i:7220;s:21:\"mostrevisions-summary\";i:7221;s:19:\"prefixindex-summary\";i:7222;s:18:\"shortpages-summary\";i:7223;s:17:\"longpages-summary\";i:7224;s:20:\"deadendpages-summary\";i:7225;s:29:\"protectedpages-unknown-reason\";i:7226;s:17:\"listusers-summary\";i:7227;s:16:\"newpages-summary\";i:7228;s:20:\"ancientpages-summary\";i:7229;s:15:\"apihelp-summary\";i:7230;s:12:\"apihelp-link\";i:7231;s:18:\"apisandbox-summary\";i:7232;s:19:\"booksources-summary\";i:7233;s:6:\"rfcurl\";i:7234;s:9:\"pubmedurl\";i:7235;s:16:\"allpages-summary\";i:7236;s:18:\"categories-summary\";i:7237;s:28:\"deletedcontributions-summary\";i:7238;s:18:\"linksearch-summary\";i:7239;s:19:\"activeusers-summary\";i:7240;s:17:\"emailuser-summary\";i:7241;s:20:\"usermessage-template\";i:7242;s:17:\"watchlist-summary\";i:7243;s:17:\"watchlist-unwatch\";i:7244;s:22:\"watchlist-unwatch-undo\";i:7245;s:30:\"deletereason-dropdown-suppress\";i:7246;s:16:\"protectedarticle\";i:7247;s:25:\"modifiedarticleprotection\";i:7248;s:18:\"unprotectedarticle\";i:7249;s:22:\"movedarticleprotection\";i:7250;s:17:\"restriction-blank\";i:7251;s:16:\"undelete-summary\";i:7252;s:21:\"contributions-summary\";i:7253;s:24:\"sp-contributions-explain\";i:7254;s:23:\"sp-contributions-footer\";i:7255;s:28:\"sp-contributions-footer-anon\";i:7256;s:34:\"sp-contributions-footer-anon-range\";i:7257;s:21:\"whatlinkshere-summary\";i:7258;s:15:\"unblock-summary\";i:7259;s:17:\"blocklist-summary\";i:7260;s:13:\"blocklogentry\";i:7261;s:16:\"reblock-logentry\";i:7262;s:15:\"unblocklogentry\";i:7263;s:18:\"ipb-default-expiry\";i:7264;s:21:\"ipb-default-expiry-ip\";i:7265;s:16:\"movepage-summary\";i:7266;s:25:\"movesubpagetext-truncated\";i:7267;s:29:\"movesubpagetalktext-truncated\";i:7268;s:18:\"move-redirect-text\";i:7269;s:31:\"category-move-redirect-override\";i:7270;s:14:\"export-summary\";i:7271;s:14:\"import-summary\";i:7272;s:22:\"import-logentry-upload\";i:7273;s:25:\"import-logentry-interwiki\";i:7274;s:21:\"accesskey-pt-userpage\";i:7275;s:25:\"accesskey-pt-anonuserpage\";i:7276;s:19:\"accesskey-pt-mytalk\";i:7277;s:21:\"accesskey-pt-anontalk\";i:7278;s:24:\"accesskey-pt-preferences\";i:7279;s:22:\"accesskey-pt-watchlist\";i:7280;s:22:\"accesskey-pt-mycontris\";i:7281;s:25:\"accesskey-pt-anoncontribs\";i:7282;s:18:\"accesskey-pt-login\";i:7283;s:26:\"accesskey-pt-login-private\";i:7284;s:19:\"accesskey-pt-logout\";i:7285;s:26:\"accesskey-pt-createaccount\";i:7286;s:17:\"accesskey-ca-view\";i:7287;s:17:\"accesskey-ca-talk\";i:7288;s:17:\"accesskey-ca-edit\";i:7289;s:23:\"accesskey-ca-addsection\";i:7290;s:23:\"accesskey-ca-viewsource\";i:7291;s:20:\"accesskey-ca-history\";i:7292;s:20:\"accesskey-ca-protect\";i:7293;s:22:\"accesskey-ca-unprotect\";i:7294;s:19:\"accesskey-ca-delete\";i:7295;s:21:\"accesskey-ca-undelete\";i:7296;s:17:\"accesskey-ca-move\";i:7297;s:18:\"accesskey-ca-watch\";i:7298;s:20:\"accesskey-ca-unwatch\";i:7299;s:16:\"accesskey-search\";i:7300;s:19:\"accesskey-search-go\";i:7301;s:25:\"accesskey-search-fulltext\";i:7302;s:16:\"accesskey-p-logo\";i:7303;s:26:\"accesskey-n-help-mediawiki\";i:7304;s:20:\"accesskey-n-mainpage\";i:7305;s:32:\"accesskey-n-mainpage-description\";i:7306;s:18:\"accesskey-n-portal\";i:7307;s:25:\"accesskey-n-currentevents\";i:7308;s:25:\"accesskey-n-recentchanges\";i:7309;s:22:\"accesskey-n-randompage\";i:7310;s:16:\"accesskey-n-help\";i:7311;s:25:\"accesskey-t-whatlinkshere\";i:7312;s:31:\"accesskey-t-recentchangeslinked\";i:7313;s:18:\"accesskey-feed-rss\";i:7314;s:19:\"accesskey-feed-atom\";i:7315;s:25:\"accesskey-t-contributions\";i:7316;s:21:\"accesskey-t-emailuser\";i:7317;s:16:\"accesskey-t-info\";i:7318;s:21:\"accesskey-t-permalink\";i:7319;s:17:\"accesskey-t-print\";i:7320;s:18:\"accesskey-t-upload\";i:7321;s:24:\"accesskey-t-specialpages\";i:7322;s:23:\"accesskey-ca-nstab-main\";i:7323;s:23:\"accesskey-ca-nstab-user\";i:7324;s:24:\"accesskey-ca-nstab-media\";i:7325;s:26:\"accesskey-ca-nstab-special\";i:7326;s:26:\"accesskey-ca-nstab-project\";i:7327;s:24:\"accesskey-ca-nstab-image\";i:7328;s:28:\"accesskey-ca-nstab-mediawiki\";i:7329;s:27:\"accesskey-ca-nstab-template\";i:7330;s:23:\"accesskey-ca-nstab-help\";i:7331;s:27:\"accesskey-ca-nstab-category\";i:7332;s:19:\"accesskey-minoredit\";i:7333;s:14:\"accesskey-save\";i:7334;s:17:\"accesskey-publish\";i:7335;s:17:\"accesskey-preview\";i:7336;s:14:\"accesskey-diff\";i:7337;s:33:\"accesskey-compareselectedversions\";i:7338;s:15:\"accesskey-watch\";i:7339;s:26:\"accesskey-watchlist-expiry\";i:7340;s:16:\"accesskey-upload\";i:7341;s:26:\"accesskey-preferences-save\";i:7342;s:17:\"accesskey-summary\";i:7343;s:24:\"accesskey-userrights-set\";i:7344;s:23:\"accesskey-blockip-block\";i:7345;s:16:\"accesskey-export\";i:7346;s:16:\"accesskey-import\";i:7347;s:37:\"accesskey-watchlistedit-normal-submit\";i:7348;s:34:\"accesskey-watchlistedit-raw-submit\";i:7349;s:15:\"tooltip-ca-view\";i:7350;s:14:\"tooltip-p-lang\";i:7351;s:20:\"tooltip-p-navigation\";i:7352;s:20:\"tooltip-p-namespaces\";i:7353;s:12:\"tooltip-p-tb\";i:7354;s:18:\"tooltip-p-variants\";i:7355;s:15:\"tooltip-p-views\";i:7356;s:36:\"tooltip-p-user-interface-preferences\";i:7357;s:19:\"tooltip-p-user-page\";i:7358;s:24:\"tooltip-n-help-mediawiki\";i:7359;s:33:\"interlanguage-link-title-langonly\";i:7360;s:36:\"interlanguage-link-title-nonlangonly\";i:7361;s:15:\"pageinfo-header\";i:7362;s:15:\"pageinfo-footer\";i:7363;s:19:\"markaspatrolledlink\";i:7364;s:13:\"newimagestext\";i:7365;s:8:\"today-at\";i:7366;s:14:\"variantname-zh\";i:7367;s:15:\"variantname-gan\";i:7368;s:19:\"variantname-sr-cyrl\";i:7369;s:19:\"variantname-sr-latn\";i:7370;s:14:\"variantname-sr\";i:7371;s:14:\"variantname-ku\";i:7372;s:25:\"metadata-langitem-default\";i:7373;s:18:\"autocomment-prefix\";i:7374;s:29:\"block-autoblock-exemptionlist\";i:7375;s:15:\"size-ronnabytes\";i:7376;s:16:\"size-quettabytes\";i:7377;s:15:\"size-ronnapixel\";i:7378;s:16:\"size-quettapixel\";i:7379;s:17:\"bitrate-ronnabits\";i:7380;s:18:\"bitrate-quettabits\";i:7381;s:21:\"editwatchlist-summary\";i:7382;s:14:\"signature-anon\";i:7383;s:15:\"version-summary\";i:7384;s:20:\"version-db-mysql-url\";i:7385;s:22:\"version-db-mariadb-url\";i:7386;s:22:\"version-db-percona-url\";i:7387;s:23:\"version-db-postgres-url\";i:7388;s:21:\"version-db-sqlite-url\";i:7389;s:29:\"version-entrypoints-index-php\";i:7390;s:27:\"version-entrypoints-api-php\";i:7391;s:28:\"version-entrypoints-rest-php\";i:7392;s:13:\"redirect-text\";i:7393;s:20:\"specialpages-summary\";i:7394;s:24:\"specialpages-note-cached\";i:7395;s:12:\"tags-summary\";i:7396;s:30:\"tags-edit-revision-explanation\";i:7397;s:30:\"tags-edit-logentry-explanation\";i:7398;s:20:\"comparepages-summary\";i:7399;s:17:\"diff-form-summary\";i:7400;s:21:\"permanentlink-summary\";i:7401;s:18:\"newsection-summary\";i:7402;s:16:\"editpage-summary\";i:7403;s:18:\"deletepage-summary\";i:7404;s:16:\"pageinfo-summary\";i:7405;s:19:\"pagehistory-summary\";i:7406;s:19:\"protectpage-summary\";i:7407;s:13:\"purge-summary\";i:7408;s:10:\"rawmessage\";i:7409;s:14:\"deletedarticle\";i:7410;s:16:\"undeletedarticle\";i:7411;s:15:\"patrol-log-line\";i:7412;s:15:\"patrol-log-auto\";i:7413;s:15:\"patrol-log-diff\";i:7414;s:9:\"1movedto2\";i:7415;s:15:\"1movedto2_redir\";i:7416;s:23:\"newuserlog-create-entry\";i:7417;s:24:\"newuserlog-create2-entry\";i:7418;s:27:\"newuserlog-autocreate-entry\";i:7419;s:14:\"rightslogentry\";i:7420;s:26:\"rightslogentry-autopromote\";i:7421;s:35:\"authmanager-account-password-domain\";i:7422;s:37:\"authprovider-confirmlink-request-help\";i:7423;s:26:\"copyupload-allowed-domains\";i:7424;s:22:\"exif-coordinate-format\";i:7425;s:15:\"exif-make-value\";i:7426;s:16:\"exif-model-value\";i:7427;s:19:\"exif-software-value\";i:7428;s:27:\"exif-software-version-value\";i:7429;s:18:\"exif-contact-value\";i:7430;s:20:\"apihelp-main-summary\";i:7431;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7432;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:7433;s:30:\"apihelp-compare-param-difftype\";i:7434;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:7435;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:7436;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:7437;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:7438;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:7439;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:7440;s:41:\"apihelp-opensearch-param-redirects-append\";i:7441;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:7442;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:7443;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:7444;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:7445;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:7446;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:7447;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:7448;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:7449;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:7450;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7451;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:7452;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:7453;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:7454;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:7455;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:7456;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:7457;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:7458;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:7459;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:7460;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7461;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7462;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7463;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7464;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:7465;s:14:\"api-help-flags\";i:7466;s:18:\"api-help-help-urls\";i:7467;s:24:\"api-help-parameters-note\";i:7468;s:22:\"api-help-datatypes-top\";i:7469;s:25:\"api-help-datatype-boolean\";i:7470;s:24:\"api-help-datatype-expiry\";i:7471;s:27:\"api-help-datatype-timestamp\";i:7472;s:26:\"api-help-param-type-expiry\";i:7473;s:35:\"api-help-param-type-presenceboolean\";i:7474;s:35:\"api-help-paramvalue-direction-newer\";i:7475;s:35:\"api-help-paramvalue-direction-older\";i:7476;s:32:\"api-help-no-extended-description\";i:7477;s:40:\"apierror-changecontentmodel-missingtitle\";i:7478;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7479;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7480;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7481;s:30:\"apierror-contentmodel-mismatch\";i:7482;s:23:\"apierror-invalidiprange\";i:7483;s:21:\"apierror-ipoutofrange\";i:7484;s:23:\"apierror-stashexception\";i:7485;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7486;s:30:\"paramvalidator-param-sensitive\";i:7487;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7488;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7489;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7490;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7491;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7492;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7493;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7494;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7495;s:33:\"mobile-frontend-categories-search\";i:7496;s:34:\"mobile-frontend-categories-nomatch\";i:7497;s:33:\"mobile-frontend-categories-nodata\";i:7498;s:38:\"mobile-frontend-categories-add-heading\";i:7499;s:35:\"mobile-frontend-categories-add-wait\";i:7500;s:33:\"mobile-frontend-categories-normal\";i:7501;s:33:\"mobile-frontend-categories-hidden\";i:7502;s:37:\"mobile-frontend-commons-category-view\";i:7503;s:32:\"mobile-frontend-current-language\";i:7504;s:30:\"mobile-frontend-diffview-comma\";i:7505;s:31:\"mobile-frontend-pointer-dismiss\";i:7506;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7507;s:35:\"mobile-frontend-editor-blocked-info\";i:7508;s:33:\"mobile-frontend-editor-terms-link\";i:7509;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7510;s:36:\"mobile-frontend-editor-redlink-leave\";i:7511;s:37:\"mobile-frontend-editor-redlink-create\";i:7512;s:27:\"mobile-frontend-editor-bold\";i:7513;s:29:\"mobile-frontend-editor-italic\";i:7514;s:32:\"mobile-frontend-editor-bold-text\";i:7515;s:34:\"mobile-frontend-editor-italic-text\";i:7516;s:32:\"mobile-frontend-editor-reference\";i:7517;s:39:\"mobile-frontend-editor-insert-reference\";i:7518;s:44:\"mobile-frontend-editor-reference-placeholder\";i:7519;s:36:\"mobile-frontend-editor-add-reference\";i:7520;s:33:\"mobile-frontend-generic-login-new\";i:7521;s:33:\"mobile-frontend-nearby-permission\";i:7522;s:42:\"mobile-frontend-page-menu-language-current\";i:7523;s:31:\"mobile-frontend-talk-topic-wait\";i:7524;s:25:\"mobile-frontend-terms-url\";i:7525;s:36:\"mobile-frontend-quick-lookup-looking\";i:7526;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7527;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7528;s:10:\"mobile.css\";i:7529;s:9:\"mobile.js\";i:7530;s:16:\"skinname-minerva\";i:7531;s:33:\"apihelp-mobileview-param-sections\";i:7532;s:29:\"apihelp-mobileview-param-prop\";i:7533;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7534;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7535;s:31:\"apihelp-mobileview-param-offset\";i:7536;s:31:\"apihelp-mobileview-param-maxlen\";i:7537;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7538;s:36:\"apihelp-mobileview-param-thumbheight\";i:7539;s:28:\"apihelp-mobileview-example-1\";i:7540;s:28:\"apihelp-mobileview-example-2\";i:7541;s:28:\"apihelp-mobileview-example-3\";i:7542;s:32:\"apihelp-parse-param-mobileformat\";i:7543;s:28:\"apihelp-parse-param-mainpage\";i:7544;s:31:\"mobile-frontend-loading-message\";i:7545;s:31:\"mobile-frontend-console-recruit\";i:7546;s:28:\"mobile-frontend-panel-cancel\";i:7547;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7548;s:41:\"mobile-frontend-search-feedback-link-text\";i:7549;s:38:\"mobile-frontend-search-feedback-prompt\";i:7550;s:17:\"right-noanalytics\";}}'),('ary','magicWords','a:172:{s:12:\"anchorencode\";a:3:{i:0;i:0;i:1;s:21:\"كود_الأنكور\";i:2;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:23:\"مسار_المقالة\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:34:\"اسم_الصفحة_الأساسي\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:38:\"عنوان_الصفحة_الأساسي\";i:2;s:13:\"BASEPAGENAMEE\";}s:4:\"bidi\";a:3:{i:0;i:0;i:1;s:5:\"ثا:\";i:2;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:22:\"عنوان_قاعدة:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:20:\"مسار_قاعدة:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:21:\"مصادر_مضمنة\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:5:{i:0;i:1;i:1;s:21:\"لغة_المحتوى\";i:2;s:17:\"لغة_محتوى\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_حالي\";i:2;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_حالي2\";i:2;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_الحالي\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_حالي_مأ\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_حالية\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_حالي\";i:2;s:16:\"شهر_حالي2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_حالي1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_الحالي\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_الحالي\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_الحالي_المولد\";i:2;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_حالي\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_الحالي\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:19:\"نسخة_حالية\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_حالي\";i:2;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_حالي\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:26:\"ترتيب_افتراضي:\";i:2;s:37:\"مفتاح_ترتيب_افتراضي:\";i:3;s:37:\"ترتيب_تصنيف_افتراضي:\";i:4;s:22:\"ترتيب_غيابي:\";i:5;s:12:\"DEFAULTSORT:\";i:6;s:15:\"DEFAULTSORTKEY:\";i:7;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"لاخطأ\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:16:\"لاتستبدل\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:5:{i:0;i:1;i:1;s:25:\"علامة_الاتجاه\";i:2;s:21:\"علامة_اتجاه\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:21:\"عرض_العنوان\";i:2;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:11:\"لا_خطأ\";i:2;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:18:\"لااستبدال\";i:2;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:3:{i:0;i:1;i:1;s:43:\"__توقع_تصنيف_غير_مستخدم__\";i:2;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:20:\"مسار_الملف:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:19:\"__لصق_فهرس__\";i:2;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:5:{i:0;i:0;i:1;s:25:\"تهيئة_التاريخ\";i:2;s:21:\"تهيئة_تاريخ\";i:3;s:10:\"formatdate\";i:4;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:15:\"صيغة_رقم\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:5:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الكامل\";i:2;s:24:\"اسم_صفحة_كامل\";i:3;s:15:\"اسم_كامل\";i:4;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الكامل\";i:2;s:28:\"عنوان_صفحة_كامل\";i:3;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كامل:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:18:\"مسار_كامل:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:7:\"نوع:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:22:\"قواعد_اللغة:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:3:{i:0;i:1;i:1;s:23:\"__تصنيف_مخفي__\";i:2;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:11:\"بديل=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:15:\"خط_أساسي\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:8:\"حدود\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:8:\"أسفل\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:8:\"مركز\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:11:\"رتبة=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:6:{i:0;i:1;i:1;s:8:\"إطار\";i:2;s:10:\"بإطار\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:12:\"لاإطار\";i:2;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:9:\"لغة=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:8:\"يسار\";i:2;s:4:\"left\";}s:8:\"img_link\";a:4:{i:0;i:1;i:1;s:11:\"وصلة=$1\";i:2;s:11:\"رابط=$1\";i:3;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:13:\"تصغير=$1\";i:2;s:11:\"مصغر=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:6:\"وسط\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:4:{i:0;i:1;i:1;s:8:\"بدون\";i:2;s:6:\"بلا\";i:3;s:4:\"none\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:11:\"صفحة=$1\";i:2;s:11:\"صفحة_$1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:8:\"يمين\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:3:{i:0;i:1;i:1;s:8:\"فرعي\";i:2;s:3:\"sub\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:8:\"سوبر\";i:2;s:4:\"سب\";i:3;s:5:\"super\";i:4;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:13:\"نص_أسفل\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:13:\"نص_أعلى\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:4:{i:0;i:1;i:1;s:10:\"تصغير\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:8:\"أعلى\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:7:{i:0;i:1;i:1;s:10:\"معدول\";i:2;s:13:\"معدول=$1\";i:3;s:13:\"معدول_$1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";}s:9:\"img_width\";a:4:{i:0;i:1;i:1;s:6:\"$1بك\";i:2;s:6:\"$1عن\";i:3;s:4:\"$1px\";}s:5:\"index\";a:3:{i:0;i:1;i:1;s:14:\"__فهرسة__\";i:2;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:11:\"محتوى:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:8:\"#لغة:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:9:\"صغير:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_كبير:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:3:{i:0;i:1;i:1;s:15:\"يوم_محلي\";i:2;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:3:{i:0;i:1;i:1;s:16:\"يوم_محلي2\";i:2;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_اليوم_المحلي\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:20:\"يوم_محلي_مأ\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:19:\"ساعة_محلية\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:15:\"شهر_محلي\";i:2;s:16:\"شهر_محلي2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:16:\"شهر_محلي1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:36:\"اختصار_الشهر_المحلي\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:30:\"اسم_الشهر_المحلي\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:3:{i:0;i:1;i:1;s:43:\"اسم_الشهر_المحلي_المولد\";i:2;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:15:\"وقت_محلي\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_الوقت_المحلي\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:18:\"مسار_محلي:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:37:\"عنوان_المسار_المحلي:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:3:{i:0;i:1;i:1;s:19:\"أسبوع_محلي\";i:2;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:15:\"عام_محلي\";i:2;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:3:{i:0;i:0;i:1;s:11:\"رسالة:\";i:2;s:4:\"MSG:\";}s:5:\"msgnw\";a:3:{i:0;i:0;i:1;s:31:\"رسالة_بدون_تهيئة:\";i:2;s:6:\"MSGNW:\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:8:\"نطاق\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:19:\"عنوان_نطاق\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:15:\"عدد_نطاق\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:3:{i:0;i:1;i:1;s:28:\"__وصلة_قسم_جديد__\";i:2;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:3:{i:0;i:0;i:1;s:11:\"لا_سيب\";i:2;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_محتوى__\";i:2;s:12:\"__لاتم__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:24:\"__لاتحريرقسم__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:3:{i:0;i:0;i:1;s:16:\"__لامعرض__\";i:2;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:3:{i:0;i:1;i:1;s:18:\"__لافهرسة__\";i:2;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:3:{i:0;i:1;i:1;s:31:\"لا_وصلة_قسم_جديد__\";i:2;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:29:\"__لاتحويل_عنوان__\";i:2;s:12:\"__لاتع__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:5:\"notoc\";a:3:{i:0;i:0;i:1;s:16:\"__لافهرس__\";i:2;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:5:\"نط:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"نطم:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:28:\"عدد_في_المجموعة\";i:2;s:24:\"عدد_في_مجموعة\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:42:\"عدد_المستخدمين_النشطين\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:25:\"عدد_الإداريين\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:23:\"عدد_المقالات\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:25:\"عدد_التعديلات\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الملفات\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:21:\"عدد_الصفحات\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:27:\"عدد_المستخدمين\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:15:\"باد_يسار\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:15:\"باد_يمين\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:15:\"رقم_صفحة\";i:2;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:3:{i:0;i:1;i:1;s:19:\"لغة_الصفحة\";i:2;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الصفحة\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_الصفحة\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:5:{i:0;i:1;i:1;s:30:\"صفحات_في_التصنيف\";i:2;s:26:\"صفحات_في_تصنيف\";i:3;s:15:\"PAGESINCATEGORY\";i:4;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"كل\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:10:\"ملفات\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:10:\"صفحات\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:25:\"تصنيفات_فرعية\";i:2;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:5:{i:0;i:1;i:1;s:25:\"صفحات_في_نطاق:\";i:2;s:21:\"صفحات_في_نط:\";i:3;s:17:\"PAGESINNAMESPACE:\";i:4;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:19:\"حجم_الصفحة\";i:2;s:8:\"PAGESIZE\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:7:\"جمع:\";i:2;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:3:{i:0;i:1;i:1;s:27:\"انتهاء_الحماية\";i:2;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:25:\"مستوى_الحماية\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:7:\"خام:\";i:2;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:4:{i:0;i:1;i:1;s:4:\"أر\";i:2;s:4:\"آر\";i:3;s:1:\"R\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:11:\"#تحويل\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:3:{i:0;i:1;i:1;s:23:\"يوم_المراجعة\";i:2;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:3:{i:0;i:1;i:1;s:24:\"يوم_المراجعة2\";i:2;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:3:{i:0;i:1;i:1;s:23:\"رقم_المراجعة\";i:2;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:3:{i:0;i:1;i:1;s:23:\"شهر_المراجعة\";i:2;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:24:\"شهر_المراجعة1\";i:2;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:23:\"حجم_المراجعة\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:3:{i:0;i:1;i:1;s:32:\"طابع_وقت_المراجعة\";i:2;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:29:\"مستخدم_المراجعة\";i:2;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:3:{i:0;i:1;i:1;s:23:\"عام_المراجعة\";i:2;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:26:\"جذر_اسم_الصفحة\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:30:\"عنوان_جذر_الصفحة\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:3:{i:0;i:0;i:1;s:14:\"نسخ_آمن:\";i:2;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:25:\"مسار_السكريبت\";i:2;s:21:\"مسار_سكريبت\";i:3;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:3:{i:0;i:0;i:1;s:8:\"خادم\";i:2;s:6:\"SERVER\";}s:10:\"servername\";a:3:{i:0;i:0;i:1;s:19:\"اسم_الخادم\";i:2;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:19:\"اسم_الموقع\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:6:\"خاص\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:17:\"عنوان_خاص\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:4:{i:0;i:1;i:1;s:35:\"__تحويلة_إستاتيكية__\";i:2;s:27:\"__تحويلة_ساكنة__\";i:3;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:21:\"مسار_الهيئة\";i:2;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:5:{i:0;i:1;i:1;s:30:\"اسم_صفحة_الموضوع\";i:2;s:30:\"اسم_صفحة_المقالة\";i:3;s:15:\"SUBJECTPAGENAME\";i:4;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_صفحة_الموضوع\";i:2;s:34:\"عنوان_صفحة_المقالة\";i:3;s:16:\"SUBJECTPAGENAMEE\";i:4;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:5:{i:0;i:1;i:1;s:23:\"نطاق_الموضوع\";i:2;s:23:\"نطاق_المقالة\";i:3;s:12:\"SUBJECTSPACE\";i:4;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:5:{i:0;i:1;i:1;s:34:\"عنوان_نطاق_الموضوع\";i:2;s:34:\"عنوان_نطاق_المقالة\";i:3;s:13:\"SUBJECTSPACEE\";i:4;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:32:\"اسم_الصفحة_الفرعي\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:36:\"عنوان_الصفحة_الفرعي\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:7:\"نسخ:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:6:\"وسم\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:3:{i:0;i:1;i:1;s:28:\"اسم_صفحة_النقاش\";i:2;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:3:{i:0;i:1;i:1;s:32:\"عنوان_صفحة_النقاش\";i:2;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:3:{i:0;i:1;i:1;s:21:\"نطاق_النقاش\";i:2;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:3:{i:0;i:1;i:1;s:23:\"عنوان_النقاش\";i:2;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:12:\"__فهرس__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:9:\"كبير:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:20:\"عنوان_صغير:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:20:\"كود_المسار:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:8:\"مسار\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:14:\"استعلام\";i:2;s:5:\"QUERY\";}s:8:\"url_wiki\";a:3:{i:0;i:0;i:1;s:8:\"ويكي\";i:2;s:4:\"WIKI\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}}'),('ary','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('ary','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('ary','messages:about','s:25:\"ary:معلومات على\";'),('ary','messages:aboutpage','s:26:\"ary:Project:معلومات\";'),('ary','messages:aboutsite','s:38:\"ary:معلومات على {{SITENAME}}\";'),('ary','messages:abusefilter-edit-builder-vars-user-mobile','s:73:\"ar:إذا كان المستخدم يعدل عبر واجهة الجوال\";'),('ary','messages:accesskey-blockip-block','s:4:\"en:s\";'),('ary','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('ary','messages:accesskey-ca-delete','s:4:\"en:d\";'),('ary','messages:accesskey-ca-edit','s:4:\"en:e\";'),('ary','messages:accesskey-ca-history','s:4:\"en:h\";'),('ary','messages:accesskey-ca-move','s:4:\"en:m\";'),('ary','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('ary','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('ary','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('ary','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('ary','messages:accesskey-ca-protect','s:4:\"en:=\";'),('ary','messages:accesskey-ca-talk','s:4:\"en:t\";'),('ary','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('ary','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('ary','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('ary','messages:accesskey-ca-view','s:3:\"en:\";'),('ary','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('ary','messages:accesskey-ca-watch','s:4:\"en:w\";'),('ary','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('ary','messages:accesskey-diff','s:4:\"en:v\";'),('ary','messages:accesskey-export','s:4:\"en:s\";'),('ary','messages:accesskey-feed-atom','s:3:\"en:\";'),('ary','messages:accesskey-feed-rss','s:3:\"en:\";'),('ary','messages:accesskey-import','s:4:\"en:s\";'),('ary','messages:accesskey-minoredit','s:4:\"en:i\";'),('ary','messages:accesskey-n-currentevents','s:3:\"en:\";'),('ary','messages:accesskey-n-help','s:3:\"en:\";'),('ary','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('ary','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('ary','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('ary','messages:accesskey-n-portal','s:3:\"en:\";'),('ary','messages:accesskey-n-randompage','s:4:\"en:x\";'),('ary','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('ary','messages:accesskey-p-logo','s:3:\"en:\";'),('ary','messages:accesskey-preferences-save','s:4:\"en:s\";'),('ary','messages:accesskey-preview','s:4:\"en:p\";'),('ary','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('ary','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('ary','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('ary','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('ary','messages:accesskey-pt-login','s:4:\"en:o\";'),('ary','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('ary','messages:accesskey-pt-logout','s:3:\"en:\";'),('ary','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('ary','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('ary','messages:accesskey-pt-preferences','s:3:\"en:\";'),('ary','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('ary','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('ary','messages:accesskey-publish','s:4:\"en:s\";'),('ary','messages:accesskey-save','s:4:\"en:s\";'),('ary','messages:accesskey-search','s:4:\"en:f\";'),('ary','messages:accesskey-search-fulltext','s:3:\"en:\";'),('ary','messages:accesskey-search-go','s:3:\"en:\";'),('ary','messages:accesskey-summary','s:4:\"en:b\";'),('ary','messages:accesskey-t-contributions','s:3:\"en:\";'),('ary','messages:accesskey-t-emailuser','s:3:\"en:\";'),('ary','messages:accesskey-t-info','s:3:\"en:\";'),('ary','messages:accesskey-t-permalink','s:3:\"en:\";'),('ary','messages:accesskey-t-print','s:4:\"en:p\";'),('ary','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('ary','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('ary','messages:accesskey-t-upload','s:4:\"en:u\";'),('ary','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('ary','messages:accesskey-upload','s:4:\"en:s\";'),('ary','messages:accesskey-userrights-set','s:4:\"en:s\";'),('ary','messages:accesskey-watch','s:4:\"en:w\";'),('ary','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('ary','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('ary','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('ary','messages:accmailtext','s:243:\"ary:تصيفطات كلمة د السر مولدة عشوائيا ديال [[User talk:$1|$1]] ل $2. تقدر تبدًلها فالصفحة د <em>[[Special:ChangePassword|تبدال كلمة السر]]</em> من بعد ما تكونيكطا.\";'),('ary','messages:accmailtitle','s:44:\"ary:صيفطنالك لكلمة د السر.\";'),('ary','messages:accountcreated','s:24:\"ary: لكونط تدار\";'),('ary','messages:accountcreatedtext','s:114:\"ary:لكونط د لخدايمي ديال [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|مداكرة]]) تصاوب.\";'),('ary','messages:acct_creation_throttle_hit','s:451:\"ary:الزوار ديال هاد لويكي اللي خدامين ب عنوان IP ديالك صايبو {{PLURAL:$1||كونط واحد|$1 د لكونطات|$1 كونط}} ف آخر $2، وهو أقصى حد اللي مسموح بيه فهاد لمدة.\nالنتيجة ديال هادشي هو باللي دابا الزوار اللي كيخدمو هاد لعنوان IP ماغايقدروش يصايبو كونطات جديدة فهاد لوقيتة.\";'),('ary','messages:action-apihighlimits','s:63:\"ar:استخدام حدود أعلى في استعلامات API\";'),('ary','messages:action-applychangetags','s:48:\"ar:تطبيق الوسوم مع تغييراتك\";'),('ary','messages:action-autoconfirmed','s:81:\"ar:غير متأثر بحدود المعدل المستندة إلى الآيبي\";'),('ary','messages:action-autocreateaccount','s:80:\"ar:تلقائيا إنشاء هذا الحساب الخارجي للمستخدم\";'),('ary','messages:action-autopatrol','s:63:\"ary:دير التعديل ديالك باللي را مراجع\";'),('ary','messages:action-bigdelete','s:63:\"ar:حذف الصفحات ذات التواريخ الكبيرة\";'),('ary','messages:action-block','s:56:\"ary:بلوكي هاد لخدايمي من التعديل\";'),('ary','messages:action-blockemail','s:64:\"ar:منع مستخدم من إرسال بريد إلكتروني\";'),('ary','messages:action-bot','s:39:\"ar:يًعامَل كعملية آلية\";'),('ary','messages:action-browsearchive','s:44:\"ary:قلًب فالصفحات لمحذوفة\";'),('ary','messages:action-changetags','s:82:\"ar:أضف وأزل وسوما في مراجعات ومدخلات سجل فردية\";'),('ary','messages:action-createaccount','s:32:\"ary:إنشاء هاد لحساب\";'),('ary','messages:action-createpage','s:32:\"ary:صاوب هاد الصفحة\";'),('ary','messages:action-createtalk','s:46:\"ary:صاوب هاد صفحة د لمداكرة\";'),('ary','messages:action-delete','s:30:\"ary:مسح هاد الصفحة\";'),('ary','messages:action-delete-redirect','s:93:\"ar:استبدال حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('ary','messages:action-deletechangetags','s:55:\"ar:حذف الوسوم من قاعدة البيانات\";'),('ary','messages:action-deletedhistory','s:53:\"ary:شوف تاريخ الصفحات المحذوفة\";'),('ary','messages:action-deletedtext','s:56:\"ar:رؤية تاريخ المراجعات المحذوف\";'),('ary','messages:action-deletelogentry','s:33:\"ar:حذف مدخلات السجل\";'),('ary','messages:action-deleterevision','s:29:\"ary:مسح المراجعات\";'),('ary','messages:action-edit','s:32:\"ary:عدّل هاد الصفحة\";'),('ary','messages:action-editcontentmodel','s:47:\"ar:عدل عدل طريقة محتوى صفحة\";'),('ary','messages:action-editinterface','s:41:\"ar:تعديل واجهة المستخدم\";'),('ary','messages:action-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('ary','messages:action-editmyprivateinfo','s:43:\"ar:تعديل معلوماتك الخاصة\";'),('ary','messages:action-editmyusercss','s:63:\"ar:تحرير ملفات CSS المستخدم الخاصة بك\";'),('ary','messages:action-editmyuserjs','s:81:\"ar:تحرير ملفات جافا سكريبت المستخدم الخاصة بك\";'),('ary','messages:action-editmyuserjson','s:68:\"ar:تحرير ملفات جسون المستخدم الخاصة بك\";'),('ary','messages:action-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('ary','messages:action-editmywatchlist','s:43:\"ary:صايب الليصطا د التتبع\";'),('ary','messages:action-editprotected','s:82:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-sysop}}\"\";'),('ary','messages:action-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('ary','messages:action-editsitecss','s:43:\"ar:تحرير CSS للموقع بأكمله\";'),('ary','messages:action-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('ary','messages:action-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('ary','messages:action-editusercss','s:64:\"ar:تعديل ملفات CSS للمستخدمين الآخرين\";'),('ary','messages:action-edituserjs','s:81:\"ar:تعديل ملفات جافاسكريبت للمستخدمين الآخرين\";'),('ary','messages:action-edituserjson','s:69:\"ar:تعديل ملفات جسون للمستخدمين الآخرين\";'),('ary','messages:action-hideuser','s:69:\"ar:منع اسم مستخدم، مخفيا إياه عن العامة\";'),('ary','messages:action-history','s:42:\"ar:اعرض تاريخ هذه الصفحة\";'),('ary','messages:action-import','s:50:\"ary:ستورد الصفاحي من ويكي خرة\";'),('ary','messages:action-importupload','s:58:\"ary:ستورد الصفاحي من فيشي مأپلودي\";'),('ary','messages:action-ipblock-exempt','s:98:\"ar:تفادي عمليات منع الأيبي والمنع التلقائي ومنع النطاق\";'),('ary','messages:action-managechangetags','s:39:\"ar:إنشاء وتعطيل الوسوم\";'),('ary','messages:action-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('ary','messages:action-mergehistory','s:41:\"ary:دمج تاريخ هاد الصفحة\";'),('ary','messages:action-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('ary','messages:action-minoredit','s:53:\"ary:رشم هاد التغيير بلي هو صغير\";'),('ary','messages:action-move','s:32:\"ary:حوّل هاد الصفحة\";'),('ary','messages:action-move-categorypages','s:37:\"ar:انقل صفحات التصنيف\";'),('ary','messages:action-move-rootuserpages','s:64:\"ary:حوًل الصفحات د لمستخدمين لأساسية\";'),('ary','messages:action-move-subpages','s:78:\"ary:حوًل هاد الصفحة والصفحات اللي تابعا ليها\";'),('ary','messages:action-movefile','s:30:\"ary:حوّل هاد لفيشي\";'),('ary','messages:action-nominornewtalk','s:124:\"ar:عدم وجود تعديلات طفيفة على صفحات النقاشة تؤدي إلى ظهور رسائل جديدة\";'),('ary','messages:action-noratelimit','s:44:\"ar:غير متأثر بحدود المعدل\";'),('ary','messages:action-override-export-depth','s:89:\"ar:تصدير الصفحات متضمنة الصفحات الموصولة حتى عمق 5\";'),('ary','messages:action-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('ary','messages:action-patrol','s:76:\"ary:رشم التعديلات د لاخرين باللي را تراجعات\";'),('ary','messages:action-patrolmarks','s:74:\"ar:رؤية علامات المراجعة في أحدث التغييرات\";'),('ary','messages:action-protect','s:59:\"ary:بدل مستويات لحماية ل هاد صّفحة\";'),('ary','messages:action-purge','s:40:\"ary:خوي لكاش د هاد صّفحة\";'),('ary','messages:action-read','s:30:\"ary:قرا هاد الصفحة\";'),('ary','messages:action-reupload','s:58:\"ary:كتب فوق هاد لفيشي لي ديجا كاين\";'),('ary','messages:action-reupload-own','s:93:\"ar:الكتابة على ملف موجود تم رفعه بواسطة نفس المستخدم\";'),('ary','messages:action-reupload-shared','s:65:\"ary:كتب فوق من هاد لفيشي ف ديپو مشتارك\";'),('ary','messages:action-rollback','s:90:\"ar:استرجاع تعديلات آخر مستخدم عدل صفحة معينة سريعا\";'),('ary','messages:action-sendemail','s:27:\"ary:صيفط إيميلات\";'),('ary','messages:action-siteadmin','s:50:\"ary:سدً ولاً حل قاعدة لبيانات\";'),('ary','messages:action-suppressionlog','s:39:\"ary:شوف هاد السجل الخاص\";'),('ary','messages:action-suppressredirect','s:85:\"ar:عدم إنشاء تحويلة من الاسم القديم عند نقل صفحة\";'),('ary','messages:action-suppressrevision','s:61:\"ary:راجع واسترجع المراجعات لمخبًية\";'),('ary','messages:action-unblockself','s:44:\"ary:حيًد لبلوكاج على شي حد\";'),('ary','messages:action-undelete','s:29:\"ary:رجًع الصًفحات\";'),('ary','messages:action-unwatchedpages','s:69:\"ary:شوف اللائحة د الصفحات اللي مامحضياش\";'),('ary','messages:action-upload','s:30:\"ary:طلّع هاد لفيشي\";'),('ary','messages:action-upload_by_url','s:39:\"ary:طلّع هاد لفيشي من URL\";'),('ary','messages:action-userrights','s:53:\"ary:بدًل ڭاع صلاحيات لمستخدمين\";'),('ary','messages:action-userrights-interwiki','s:93:\"ary:تعديل صلاحيات لخدايمي د لخدايميا ف لويكيات لاخرة\";'),('ary','messages:action-viewmyprivateinfo','s:45:\"ar:مشاهدة معلوماتك الخاصة\";'),('ary','messages:action-viewmywatchlist','s:41:\"ary:شوف الليصطا د التتبع\";'),('ary','messages:action-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('ary','messages:action-writeapi','s:32:\"ary:خدًم API د لكتابة\";'),('ary','messages:actioncomplete','s:29:\"ary:تسالات لعملية\";'),('ary','messages:actionfailed','s:21:\"ary:Ma ṣeḍqaṫċ\";'),('ary','messages:actions','s:14:\"ary:أفعال\";'),('ary','messages:actionthrottled','s:28:\"ary:هاد لفعل تحبس\";'),('ary','messages:actionthrottledtext','s:253:\"ary:باش مايكونش السبًام, عدد لمرًات اللي تقدر تدير فيها هاد لفعل فمدة قصيرة را محدود, و راك فتًي هاد لعدد دابا.\nعافاك عاود جرًب من هنا شي دقايق.\";'),('ary','messages:activeusers','s:51:\"ary:ليستة د لخدايميا الناشطين\";'),('ary','messages:activeusers-count','s:206:\"ary:{{PLURAL:$1|حتا تبديل|تبديل واحد|جوج تبديلات|$1 تبديلات|$1 لتبديل|$1 تبديل}} من هادي {{PLURAL:$3||نهار|يوماين|$3 يام|$3 يوم|$1 يوم}}\";'),('ary','messages:activeusers-excludegroups','s:67:\"ary:ستتني لخدايميا لمنتامين ل لڭروپات:\";'),('ary','messages:activeusers-from','s:51:\"ary:وري لخدايميا لي باديين من:\";'),('ary','messages:activeusers-groups','s:70:\"ary:عرض لخدايميا لمنتامين ل هاد لڭروپات:\";'),('ary','messages:activeusers-intro','s:225:\"ary:هادي ليستة د لخدايميا لي دارو شي نشاط خلال {{PLURAL:$1||النهار لفايت|ليوماين لي دازو|$1 يام لي دازت|ال$1 يوم لي دازت|$1 يوم لي دازت}}.\";'),('ary','messages:activeusers-noresult','s:27:\"ary:ta mostakhdim matlgach.\";'),('ary','messages:activeusers-submit','s:45:\"ar:عرض المستخدمين النشطين\";'),('ary','messages:activeusers-summary','s:3:\"en:\";'),('ary','messages:addedwatchexpiry-options-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('ary','messages:addedwatchexpiryhours','s:125:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لبضع ساعات.\";'),('ary','messages:addedwatchexpiryhours-talk','s:158:\"ary:\"[[:$1]]\" و الصفحة لي مرتابطة بيها تزادو ل [[Special:Watchlist|الليستة د لمتابعة ديالك]] ل شي سوايع.\";'),('ary','messages:addedwatchexpirytext','s:117:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('ary','messages:addedwatchexpirytext-talk','s:125:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] لمدة $2.\";'),('ary','messages:addedwatchindefinitelytext','s:123:\"ar:\"[[:$1]]\" وصفحة نقاشها أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('ary','messages:addedwatchindefinitelytext-talk','s:131:\"ar:\"[[:$1]]\" وصفحتها المرافقة أضيفتا إلى [[Special:Watchlist|قائمة مراقبتك]] إلى الأبد.\";'),('ary','messages:addedwatchtext','s:138:\"ary:\"[[:$1]]\" والصفحة د لمداكرة ديالها تزادو ل [[Special:Watchlist|لّيستة د لمراقبة ديالك]].\";'),('ary','messages:addedwatchtext-short','s:61:\"ar:أضيفت صفحة \"$1\" إلى قائمة مراقبتك.\";'),('ary','messages:addedwatchtext-talk','s:122:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إضافتها إلى [[Special:Watchlist|قائمة مراقبتك]].\";'),('ary','messages:addsection','s:4:\"en:+\";'),('ary','messages:addsection-editintro','s:3:\"en:\";'),('ary','messages:addsection-preload','s:3:\"en:\";'),('ary','messages:addwatch','s:42:\"ary:زيد ف ليستة د لمراقبة\";'),('ary','messages:ago','s:12:\"ar:قبل $1\";'),('ary','messages:all-logs-page','s:40:\"ary:كامل السجلات العامة\";'),('ary','messages:allarticles','s:25:\"ary:ڭاع الصفحات\";'),('ary','messages:allinnamespace','s:67:\"ary:الصفاحي كاملين (ف لمجال السمياتي $1)\";'),('ary','messages:alllogstext','s:341:\"ary:عرض شامل د ڭاع لّوحات لموجودة ف{{SITENAME}}.\nتقدر تحدد لّيستة بشكل أدق، يلا ختاريتي النوع د لّوحة و سمية لخدايمي (حضي راسك مع لماجيسكيل)، ولا الصفحة لمتأترة (تا هيا خاص تكون حاضي معا لماجيسكيل).\";'),('ary','messages:allmessages','s:23:\"ary:رسايل نظام\";'),('ary','messages:allmessages-filter','s:62:\"ary:فيلتري على حساب لحالة د التعديل:\";'),('ary','messages:allmessages-filter-all','s:12:\"ary:كلشي\";'),('ary','messages:allmessages-filter-legend','s:14:\"ary:فيلتر\";'),('ary','messages:allmessages-filter-modified','s:12:\"ary:مبدل\";'),('ary','messages:allmessages-filter-submit','s:14:\"ary:فيلتر\";'),('ary','messages:allmessages-filter-translate','s:11:\"ar:ترجم\";'),('ary','messages:allmessages-filter-unmodified','s:18:\"ary:مامبدلش\";'),('ary','messages:allmessages-language','s:13:\"ary:لوغة:\";'),('ary','messages:allmessages-not-supported-database','s:121:\"ar:هذه الصفحة لا يمكن استخدامها لأن <strong>$wgUseDatabaseMessages</strong> تم تعطيله.\";'),('ary','messages:allmessages-prefix','s:50:\"ary:فيلتري على حساب لپريفيكس:\";'),('ary','messages:allmessagescurrent','s:33:\"ary:نص حالي د لميصاج\";'),('ary','messages:allmessagesdefault','s:39:\"ary:نص فتيراضي د لميصاج\";'),('ary','messages:allmessagesname','s:12:\"ary:سمية\";'),('ary','messages:allmessagestext','s:376:\"ar:هذه قائمة برسائل النظام المتوفرة في نطاق ميدياويكي.\nمن فضلك زر [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation ترجمة ميدياويكي] و [https://translatewiki.net ترانسليت ويكي دوت نت] لو كنت ترغب في المساهمة في ترجمة ميدياويكي الأساسية.\";'),('ary','messages:allowemail','s:74:\"ary:خلًي لمستخدمين لاخرين يسيفطوليا إيميل\";'),('ary','messages:allpages','s:27:\"ary:كامل الصفحات\";'),('ary','messages:allpages-bad-ns','s:51:\"ar:{{SITENAME}} لا يوجد بها نطاق \"$1\".\";'),('ary','messages:allpages-hide-redirects','s:33:\"ary:خبِّي التحويلات\";'),('ary','messages:allpages-summary','s:3:\"en:\";'),('ary','messages:allpagesbadtitle','s:213:\"ar:العنوان المقترح للصفحة غير مقبول أو يضم لغات أخرى أو سابقة إنترويكي.\nأو ربما فيه أحرف لا يمكن استعمالها في العناوين.\";'),('ary','messages:allpagesfrom','s:45:\"ary:وري صفاحي لي باديين من:\";'),('ary','messages:allpagesprefix','s:24:\"ary:biyn sfahi katbda b:\";'),('ary','messages:allpagessubmit','s:10:\"ary:سير\";'),('ary','messages:allpagesto','s:31:\"ary:وري صفاحي حتال:\";'),('ary','messages:alreadyrolled','s:354:\"ary:تّبديل لّخراني د [[:$1]] ديال [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]) مايمكنش يتّسترجع.\n\nآخر تبديل د صّفحة كان ديال [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('ary','messages:ancientpages','s:23:\"ary:صفاحي قدام\";'),('ary','messages:ancientpages-summary','s:3:\"en:\";'),('ary','messages:and','s:11:\"ary:&#32;و\";'),('ary','messages:anoncontribs','s:18:\"ary:مساهمات\";'),('ary','messages:anoneditwarning','s:348:\"ary:<strong>عنداك:</strong> راك ما مسجلش الدخول. IP ديالك غادي يبان لكولشي إلى درتي شي تعديل. فحالة ما <strong>[$1 سجلتي الدخول]</strong> ولا <strong>[$2 نشأتي حساب]</strong>، التعديلات غادي يتنسبو ليك بالإضافة لفوائد أخرى.\";'),('ary','messages:anonnotice','s:4:\"en:-\";'),('ary','messages:anononlyblock','s:40:\"ary:ġir l-mosṫeĥdim li ma mċejjelċ\";'),('ary','messages:anonpreviewwarning','s:187:\"ary:<em>راك مامكونيكطيش دابا. سّيستيم د صّوڤڭارد غادي يسجل لآيپي ديالك ف تّاريخ ديال تّبدال د هاد صّفحة.</em>\";'),('ary','messages:anontalk','s:16:\"ary:مداكرة\";'),('ary','messages:anontalkpagetext','s:658:\"ary:----\n<em>هادي صفحة د لمداكرة د خدايمي مجهول، لي مازال ما ماقادش كونط أولا ما كيستعملوش.</em>\nداكشي علاش كانخدّمو لادريسة د لأيپي باش نتعرفو عليه.\nبحال هاد لادريسات د لأيپي يمكن يتشاركو فيها بزاف ديال لخدايميا.\nيلا كنتي خدايمي مجهول و شفتي بلي ميساجات وصلاتك ب لغالاط، [[Special:CreateAccount|قاد كونط]] أولا [[Special:UserLogin|تلوڭا]] باش تجنب تالافا ف لمستقبل معا لخدايميا مجهولين آخرين.\";'),('ary','messages:anonuser','s:52:\"ary:خدايمي مامقيّدش د {{SITENAME}} $1\";'),('ary','messages:anonusers','s:144:\"ar:{{PLURAL:$2||مستخدم|مستخدما|مستخدمو}} {{SITENAME}} {{PLURAL:$2||المجهول|المجهولان|المجهولون}} $1\";'),('ary','messages:anonymous','s:87:\"ar:{{PLURAL:$1|مستخدم مجهول|مستخدمون مجهولون}} ل{{SITENAME}}\";'),('ary','messages:api-clientside-error-aborted','s:30:\"ar:تم إحباط الطلب.\";'),('ary','messages:api-clientside-error-http','s:37:\"ar:خطأ في الخادم: HTTP $1.\";'),('ary','messages:api-clientside-error-invalidresponse','s:54:\"ar:استجابة غير صالحة من الخادم.\";'),('ary','messages:api-clientside-error-noconnect','s:152:\"ary:لكونيكسيون ب السيرڤور مادازتش؛ تيقّن بلي أنتيرنيت عندك خدّام و عاود جرّب مرة خرة.\";'),('ary','messages:api-clientside-error-timeout','s:65:\"ar:لم يستجب الخادم ضمن الوقت المتوقع.\";'),('ary','messages:api-credits','s:544:\"ar:مطورو API:\n* يوري أستراخان (مبتكر، المطور الرئيسي سبتمبر 2006 - سبتمبر 2007) \n* روان كاتو (المطور الرئيسي سبتمبر 2007-2009) \n* فيكتور فاسيليف \n* برايان تونغ مينه \n* سام ريد \n* براد يورش (المطور الرئيسي 2013–2020)\n\nيُرجَى إرسال تعليقاتك واقتراحاتك وأسئلتك لـmediawiki-api@lists.wikimedia.org\nأو إرسال تقريرا عن خطأ في https://phabricator.wikimedia.org/.\";'),('ary','messages:api-credits-header','s:19:\"ar:الإحالات\";'),('ary','messages:api-error-badtoken','s:54:\"ar:خطأ داخلي: رمز مميز غير صحيح.\";'),('ary','messages:api-error-emptypage','s:72:\"ar:إنشاء صفحات فارغة جديدة، غير مسموح به.\";'),('ary','messages:api-error-publishfailed','s:78:\"ar:خطأ داخلي: لم ينجح الخادوم في نشر ملف مؤقت\";'),('ary','messages:api-error-stashfailed','s:88:\"ar:خطأ داخلي: فشل الملقم في تخزين الملفات المؤقتة.\";'),('ary','messages:api-error-unknown-warning','s:38:\"ar:تحذير غير معروف: \"$1\".\";'),('ary','messages:api-error-unknownerror','s:33:\"ar:خطأ غير معروف: \"$1\"\";'),('ary','messages:api-exception-trace','s:20:\"ar:$1 في $2($3)\n$4\";'),('ary','messages:api-feed-error-title','s:14:\"ar:خطأ ($1)\";'),('ary','messages:api-format-prettyprint-header','s:473:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط <kbd>format=$2</kbd>.\n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('ary','messages:api-format-prettyprint-header-hyperlinked','s:459:\"ar:هذا هو تمثيل HTML لتنسيق $1، HTML مفيد في تصحيح الأخطاء، ولكنه غير مناسب لاستخدام التطبيق. \n\nحدد الوسيط <var>format</var> لتغيير نسق المخرجات، لمشاهدة تمثيل غير HTML لتنسيق $1; اضبط [$3 <kbd>format=$2</kbd>].\n\nراجع [[mw:API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('ary','messages:api-format-prettyprint-header-only-html','s:257:\"ar:هذا تمثيل HTML مخصص للتصحيح، وغير مناسب لاستخدام تطبيق HTML. \n\nراجع [[mw:Special:MyLanguage/API|التوثيق كاملا]]، أو [[Special:ApiHelp/main|مساعدة API]] لمزيد من المعلومات.\";'),('ary','messages:api-format-prettyprint-status','s:71:\"ar:سيتم إرجاع هذه الاستجابة بحالة HTTP $1 $2.\";'),('ary','messages:api-format-title','s:34:\"ar:ناتج API ميدياويكي\";'),('ary','messages:api-help-authmanager-general-usage','s:1574:\"ar:الإجراء العام لاستخدام هذه الوحدة هو:\n# جلب الحقول المتاحة من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع amirequestsfor=$4، $<kbd>amirequestsfor=$4</kbd> ورمز <kbd>$5</kbd> من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\nعرض الحقول للمستخدم، والحصول على تقديمها.\n# النشر في هذه الوحدة، مع توفير <var>$1returnurl</var> وأية حقول ذات صلة.\n# افحص <samp>status</samp> في الاستجابة.\n#* إذا تلقيت <samp>PASS</samp> أو <samp>FAIL</samp> أنت انتهيت، العملية نجحت أو لم تفعل.\n#* إذا تلقيت <samp>UI</samp>، قدم الحقول الجديدة للمستخدم والحصول على تقديمها، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> والحقول ذات الصلة المحددة، وكرر الخطوة 4.\n#* إذا تلقيت <samp>REDIRECT</samp>، وجه المستخدم إلى <samp>redirecttarget</samp> وانتظر العودة إلى <var>$1returnurl</var>، ثم انشر في هذه الوحدة باستخدام <var>$1continue</var> وأية حقول تم تمريرها إلى المسار للعودة ، وكرر الخطوة 4.\n#* إذا تلقيت <samp>RESTART</samp>، هذا يعني أن المصادقة ناجحة ولكن ليس لدينا حساب مستخدم مرتبط، قد تعامل هذا كـ<samp>UI</samp> أو كـ<samp>FAIL</samp>.\";'),('ary','messages:api-help-authmanagerhelper-additional-params','s:421:\"ar:تقبل هذه الوحدة معايير إضافية بناءً على طلبات المصادقة المتاحة، استخدم <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd> (أو استجابة سابقة من هذه الوحدة، إن وُجِدت) لتحديد الطلبات المتاحة والحقول التي يستخدمونها.\";'),('ary','messages:api-help-authmanagerhelper-continue','s:167:\"ar:هذا الطلب استمرار بعد استجابة <samp>UI</samp> أو <samp>REDIRECT</samp> سابقة، مطلوب إما هذا أو <var>$1returnurl</var>.\";'),('ary','messages:api-help-authmanagerhelper-mergerequestfields','s:102:\"ar:دمج معلومات الحقل لجميع طلبات التوثيق في مصفوفة واحدة.\";'),('ary','messages:api-help-authmanagerhelper-messageformat','s:64:\"ar:تنسيق لاستخدامه في إرسال الرسائل.\";'),('ary','messages:api-help-authmanagerhelper-preservestate','s:112:\"ar:الحفاظ على الحالة من محاولة تسجيل دخول فاشلة سابقة، إن أمكن.\";'),('ary','messages:api-help-authmanagerhelper-request','s:234:\"ar:استخدم طلب المصادقة هذا ، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> مع <kbd>amirequestsfor=$1</kbd>.\";'),('ary','messages:api-help-authmanagerhelper-requests','s:293:\"ar:استخدم فقط طلبات المصادقة هذه، بواسطة <samp>id</samp> الذي يتم إرجاعه من <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> أو من رد سابق من هذه الوحدة.\";'),('ary','messages:api-help-authmanagerhelper-returnurl','s:673:\"ar:يجب أن يكون العودة لتدفقات المصادقة من الجهات الخارجية مطلقا، مطلوب إما هذا أو <var>$1continue</var>.\n\nعند استلام استجابة <samp>REDIRECT</samp>، ستفتح عادةً متصفح أو عرض ويب للمسار <samp>redirecttarget</samp>المحدد لتدفق مصادقة طرف ثالث، عند اكتمال ذلك، سيرسل الطرف الثالث المتصفح أو عرض الويب إلى هذا المسار، يجب عليك استخلاص أي استعلام أو وسائط POST من المسار وتمريرها كطلب <var>$1continue</var> إلى وحدة API هذه.\";'),('ary','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('ary','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('ary','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('ary','messages:api-help-datatypes-header','s:30:\"ar:أنواع البيانات\";'),('ary','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('ary','messages:api-help-examples','s:37:\"ar:{{PLURAL:$1|مثال|أمثلة}}:\";'),('ary','messages:api-help-flag-deprecated','s:34:\"ar:هذه الوحدة مهملة.\";'),('ary','messages:api-help-flag-generator','s:65:\"ar:هذه الوحدة يمكن أن تُستخدَم كمولد.\";'),('ary','messages:api-help-flag-internal','s:129:\"ar:<strong> هذه الوحدة داخلية أو غير مستقرة.</strong> قد تتغير عمليتها دون إشعار.\";'),('ary','messages:api-help-flag-mustbeposted','s:55:\"ar:هذه الوحدة تقبل طلبات POST فقط.\";'),('ary','messages:api-help-flag-readrights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات القراءة.\";'),('ary','messages:api-help-flag-writerights','s:64:\"ar:هذه الوحدة تتطلب صلاحيات الكتابة.\";'),('ary','messages:api-help-flags','s:3:\"en:\";'),('ary','messages:api-help-help-urls','s:3:\"en:\";'),('ary','messages:api-help-lead','s:188:\"ar:\nهذه صفحة توثيق ميدياويكي API التي تم إنشاؤها تلقائيا.\n\nوثائق وأمثلة: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('ary','messages:api-help-license','s:28:\"ar:الترخيص: [[$1|$2]]\";'),('ary','messages:api-help-license-noname','s:47:\"ar:الترخيص: [[$1|انظر الوصلة]]\";'),('ary','messages:api-help-license-unknown','s:73:\"ar:الترخيص: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('ary','messages:api-help-main-header','s:32:\"ar:الوحدة الرئيسية\";'),('ary','messages:api-help-no-extended-description','s:3:\"en:\";'),('ary','messages:api-help-open-in-apisandbox','s:40:\"ar:<small>[فتح في ملعب]</small>\";'),('ary','messages:api-help-param-continue','s:96:\"ar:عندما تتوفر المزيد من النتائج، استخدم هذا للمتابعة\";'),('ary','messages:api-help-param-default-empty','s:68:\"ar:الافتراضي: <span class=\"apihelp-empty\">(فارغ)</span>\";'),('ary','messages:api-help-param-deprecated','s:12:\"ar:مهمل.\";'),('ary','messages:api-help-param-deprecated-label','s:22:\"ar:مستغنى عنه\";'),('ary','messages:api-help-param-direction','s:340:\"ar:في أي اتجاه للتعداد:\n;الأحدث: سرد الأقدم أولا، ملاحظة: يجب أن يكون $1start قبل $1end.\n;older:List newest first (default). Note: $1start has to be later than $1end.\n;الأقدم: سرد الأحدث أولا (افتراضي)، ملاحظة: يجب أن يكون $1start بعد $1end.\";'),('ary','messages:api-help-param-disabled-in-miser-mode','s:91:\"ar:تم التعطيل بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]].\";'),('ary','messages:api-help-param-internal','s:14:\"ar:داخلي.\";'),('ary','messages:api-help-param-internal-label','s:13:\"ar:داخلي\";'),('ary','messages:api-help-param-limited-in-miser-mode','s:328:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام هذا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('ary','messages:api-help-param-multi-all','s:60:\"ar:لتحديد كل القيم; استخدم <kbd>$1</kbd>.\";'),('ary','messages:api-help-param-multi-separate','s:94:\"ar:قيم منفصلة بـ<kbd>|</kbd> أو [[Special:ApiHelp/main#main/datatypes|بديل]].\";'),('ary','messages:api-help-param-no-description','s:60:\"ar:<span class=\"apihelp-empty\">(لا يوجد وصف)</span>\";'),('ary','messages:api-help-param-templated','s:110:\"ar:هذا [[Special:ApiHelp/main#main/templatedparams|وسيط قالب]]، عند تقديم الطلب، $2.\";'),('ary','messages:api-help-param-templated-var','s:51:\"ar:<var>&#x7B;$1&#x7D;</var> بقيم <var>$2</var>\";'),('ary','messages:api-help-param-templated-var-first','s:98:\"ar:يجب استبدال <var>&#x7B;$1&#x7D;</var> في اسم الوسيط بقيم <var>$2</var>\";'),('ary','messages:api-help-param-token','s:106:\"ar:تم استرداد رمز مميز \"$1\" من [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('ary','messages:api-help-param-token-webui','s:136:\"ar:للتوافق; يتم أيضا قبول الرمز المميز المستخدم في واجهة المستخدم على الويب.\";'),('ary','messages:api-help-param-type-enum','s:165:\"ar:{{PLURAL:$1|1=إحدى القيم التالية|2=القيم (منفصلة مع <kbd>{{!}}</kbd> أو [[Special:ApiHelp/main#main/datatypes|البديل]])}}: $2\";'),('ary','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('ary','messages:api-help-param-type-limit','s:50:\"ar:النوع: عدد صحيح أو <kbd>max</kbd>\";'),('ary','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('ary','messages:api-help-param-type-timestamp','s:128:\"ar:النوع: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('ary','messages:api-help-parameters','s:37:\"ar:{{PLURAL:$1|وسيط|وسائط}}:\";'),('ary','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('ary','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('ary','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('ary','messages:api-help-permissions','s:45:\"ar:{{PLURAL:$1|الإذن|الأذونات}}:\";'),('ary','messages:api-help-permissions-granted-to','s:38:\"ar:{{PLURAL:$1|ممنوحة لـ}}: $2\";'),('ary','messages:api-help-right-apihighlimits','s:247:\"ar:استخدم حدودا أعلى في استعلامات API (استعلامات بطيئة: $1، استعلامات سريعة: $2)، تنطبق حدود الاستعلامات البطيئة أيضا على وسائط متعددة القيم.\";'),('ary','messages:api-help-source','s:18:\"ar:المصدر:$1\";'),('ary','messages:api-help-source-unknown','s:71:\"ar:المصدر: <span class=\"apihelp-unknown\">غير معروف</span>\";'),('ary','messages:api-help-templatedparams','s:664:\"ar:تدعم وسائط القوالب الحالات التي تحتاج فيها API إلى قيمة لكل قيمة من وسيط آخر، على سبيل المثال، إذا كانت هناك وحدة API لطلب الفاكهة، فإنه قد يكون لديك وسيط <var>fruits</var> لتحديد أي الفواكه تم طلبها ووسيط قالب <var>{fruit}-quantity</var>لتحديد عدد الفواكه لكل طلب، يمكن لعميل API الذي يريد 1 تفاحة، 5 موز، 20 فراولة ثم تقديم طلب مثل <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('ary','messages:api-help-templatedparams-header','s:26:\"ar:وسائط القالب\";'),('ary','messages:api-help-title','s:38:\"ar:مساعدة API ميدياويكي\";'),('ary','messages:api-help-undocumented-module','s:44:\"ar:لا توجد وثائق للوحدة $1.\";'),('ary','messages:api-login-fail-aborted','s:395:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتتمكن من تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ary','messages:api-login-fail-aborted-nobotpw','s:212:\"ar:تتطلب المصادقة تفاعل المستخدم، والذي لا يدعمه <kbd>action=login</kbd>، لتسجيل الدخول; راجع <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ary','messages:api-login-fail-badsessionprovider','s:61:\"ar:لا يمكن تسجيل الدخول باستخدام $1.\";'),('ary','messages:api-login-fail-sameorigin','s:105:\"ar:لا يمكن تسجيل الدخول عندما لا يتم تطبيق السياسة الأصلية.\";'),('ary','messages:api-pageset-param-converttitles','s:268:\"ar:تحويل العناوين إلى المتغيرات الأخرى إذا لزم الأمر، يعمل فقط إذا كانت لغة محتوى الويكي تدعم تحويل المتغير، تتضمن اللغات التي تدعم تحويل المتغير $1.\";'),('ary','messages:api-pageset-param-generator','s:260:\"ar:احصل على قائمة الصفحات للعمل عليها من خلال تنفيذ وحدة الاستعلام المحددة.\n\n<strong>ملاحظة:</strong> يجب أن تبدأ أسماء وسطائط المولد بـ\"g\"، انظر الأمثلة.\";'),('ary','messages:api-pageset-param-pageids','s:66:\"ar:قائمة بمعرفات الصفحات للعمل عليها.\";'),('ary','messages:api-pageset-param-redirects-generator','s:201:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var> وفي الصفحات التي يتم إرجاعها بواسطة <var>$1generator</var>.\";'),('ary','messages:api-pageset-param-redirects-nogenerator','s:112:\"ar:حل التحويلات تلقائيا في <var>$1titles</var> و<var>$1pageids</var> و<var>$1revids</var>.\";'),('ary','messages:api-pageset-param-revids','s:70:\"ar:قائمة بمعرفات المراجعات للعمل عليها.\";'),('ary','messages:api-pageset-param-titles','s:49:\"ar:قائمة عناوين للعمل عليها.\";'),('ary','messages:api-usage-docref','s:36:\"ar:راجع $1 لاستخدام API.\";'),('ary','messages:api-usage-mailinglist-ref','s:269:\"ar:اشترك في القائمة البريدية لإعلان api ميدياويكي في &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt ; للحصول على إشعار بإيقاف API وإيقاف التغييرات.\";'),('ary','messages:apierror-allimages-redirect','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('ary','messages:apierror-allpages-generator-redirects','s:144:\"ar:استخدم <kbd>gaifilterredir=nonredirects</kbd> بدلا من <var>redirects</var> عند استخدام <kbd>allimages</kbd> كمولد.\";'),('ary','messages:apierror-appendnotsupported','s:89:\"ar:لا يمكن إلحاق الصفحات باستخدام نموذج المحتوى $1.\";'),('ary','messages:apierror-articleexists','s:82:\"ar:تم بالفعل إنشاء المقالة التي حاولت إنشاءها.\";'),('ary','messages:apierror-assertanonfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('ary','messages:apierror-assertbotfailed','s:84:\"ar:التأكيد على فشل المستخدم في صلاحية <code>bot</code>.\";'),('ary','messages:apierror-assertnameduserfailed','s:48:\"ar:تأكيد أن المستخدم \"$1\" فشل.\";'),('ary','messages:apierror-assertuserfailed','s:90:\"ar:لم تعد مسجلاً للدخول، لذا لا يمكن إكمال الإجراء.\";'),('ary','messages:apierror-autoblocked','s:141:\"ar:عنوان الآيبي الخاص بك تم منعه تلقائيا; لأنه تم استخدامه بواسطة مستخدم ممنوع.\";'),('ary','messages:apierror-bad-badfilecontexttitle','s:81:\"ar:عنوان غير صالح في الوسيط <var>$1badfilecontexttitle</var>.\";'),('ary','messages:apierror-bad-watchlist-token','s:129:\"ar:رمز قائمة مراقبة غير صحيح مقدم; يُرجَى تعيين رمز مميز في [[Special:Preferences]].\";'),('ary','messages:apierror-badconfig-resulttoosmall','s:163:\"ar:إن قيمة <code>$wgAPIMaxResultSize</code> في هذا الويكي صغيرة جدا لا تحتوي على معلومات النتائج الأساسية.\";'),('ary','messages:apierror-badcontinue','s:164:\"ar:متابعة غير صحيحة; يجب عليك تمرير القيمة الأصلية التي تم إرجاعها بواسطة الاستعلام السابق.\";'),('ary','messages:apierror-baddiff','s:155:\"ar:لا يمكن استرجاع الفرقك; إحدى أو كلا المراجعتين غير موجودة أو ليس لديك صلاحية لعرضها.\";'),('ary','messages:apierror-baddiffto','s:126:\"ar:يجب تعيين <var>$1diffto</var> على عدد غير سالب، <kbd>prev</kbd>, <kbd>next</kbd> أو <kbd>cur</kbd>.\";'),('ary','messages:apierror-badformat','s:118:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2 المستخدم بواسطة $3.\";'),('ary','messages:apierror-badformat-generic','s:85:\"ar:التنسيق المطلوب $1 غير مدعوم لنموذج المحتوى $2.\";'),('ary','messages:apierror-badgenerator-notgenerator','s:70:\"ar:لا يمكن استخدام الوحدة <kbd>$1</kbd> كمولد.\";'),('ary','messages:apierror-badgenerator-unknown','s:38:\"ar:<kbd>generator=$1</kbd> مجهول.\";'),('ary','messages:apierror-badip','s:41:\"ar:وسيط الآيبي غير صالح.\";'),('ary','messages:apierror-badmd5','s:56:\"ar:رمز الرقم MD5 المتوفر غير صحيح.\";'),('ary','messages:apierror-badmodule-badsubmodule','s:78:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدة فرعية \"$2\".\";'),('ary','messages:apierror-badmodule-nosubmodules','s:75:\"ar:لا تحتوي الوحدة <kbd>$1</kbd> على وحدات فرعية.\";'),('ary','messages:apierror-badparameter','s:57:\"ar:قيمة غير صالحة للوسيط <var>$1</var>.\";'),('ary','messages:apierror-badquery','s:34:\"ar:استعلام غير صالح.\";'),('ary','messages:apierror-badtimestamp','s:86:\"ar:قيمة غير صالحة \"$2\" لوسيط الطابع الزمني <var>$1</var>.\";'),('ary','messages:apierror-badtoken','s:31:\"ar:رمز CSRF غير صالح.\";'),('ary','messages:apierror-badupload','s:236:\"ar:وسيط رفع الملف <var>$1</var> ليس رفع ملف; تأكد من استخدام <code>multipart/form-data</code> لـPOST الخاص بك وقم بتضمين اسم ملف في الرأس <code>Content-Disposition</code>.\";'),('ary','messages:apierror-badurl','s:75:\"ar:قيمة غير صالحة \"$2\" لوسيط العنوان <var>$1</var>.\";'),('ary','messages:apierror-baduser','s:77:\"ar:قيمة غير صالحة \"$2\" لوسيط المستخدم <var>$1</var>.\";'),('ary','messages:apierror-badvalue-notmultivalue','s:112:\"ar:لا يمكن استخدام فصل U+001F متعدد القيم إلا لوسائط متعددة القيم.\";'),('ary','messages:apierror-blocked','s:44:\"ar:لقد تم منعك من التحرير.\";'),('ary','messages:apierror-blocked-partial','s:60:\"ar:لقد تم منعك من تحرير هذه الصفحة.\";'),('ary','messages:apierror-blockedfrommail','s:74:\"ar:لقد تم منعك من إرسال البريد الإلكتروني.\";'),('ary','messages:apierror-botsnotsupported','s:60:\"ar:هذه الواجهة غير مدعومة للبوتات.\";'),('ary','messages:apierror-cannot-async-upload-file','s:394:\"ar:لا يمكن الجمع بين الوسيطين <var>async</var> و<var>file</var>، إذا كنت تريد معالجة غير متزامنة لملفك المرفوع، فارفعه أولاً إلى المخبأ (باستخدام الوسيط <var>stash</var>) ثم انشر الملف المتقطع بشكل غير متزامن (باستخدام <var>filekey</var> و<var>async</var>).\";'),('ary','messages:apierror-cannotreauthenticate','s:95:\"ar:هذا الإجراء غير متاح لأن هويتك لا يمكن التحقق منها.\";'),('ary','messages:apierror-cannotviewtitle','s:38:\"ar:لا يُسمَح لك بعرض $1.\";'),('ary','messages:apierror-cantblock','s:62:\"ar:ليس لديك صلاحية لمنع المستخدمين.\";'),('ary','messages:apierror-cantblock-email','s:139:\"ar:ليس لديك صلاحية لمنع المستخدمين من إرسال البريد الإلكتروني من خلال الويكي.\";'),('ary','messages:apierror-cantchangecontentmodel','s:106:\"ar:ليس لديك صلاحية لمنع المستخدمين لتغيير نموذج محتوى صفحة.\";'),('ary','messages:apierror-canthide','s:98:\"ar:ليس لديك صلاحية إخفاء أسماء المستخدمين من سجل المنع.\";'),('ary','messages:apierror-cantimport','s:64:\"ar:ليس لديك صلاحية لاستيراد الصفحات.\";'),('ary','messages:apierror-cantimport-upload','s:79:\"ar:ليس لديك صلاحية استيراد الصفحات المرفوعة.\";'),('ary','messages:apierror-cantoverwrite-sharedfile','s:113:\"ar:الملف الهدف موجود في مستودع مشترك وليست لديك صلاحية لتجاوزه.\";'),('ary','messages:apierror-cantsend','s:273:\"ar:لم تقم بتسجيل الدخول أو ليس لديك عنوان بريد إلكتروني مؤكد أو غير مسموح لك بإرسال بريد إلكتروني إلى مستخدمين آخرين; لذلك لا يمكنك إرسال بريد إلكتروني.\";'),('ary','messages:apierror-cantundelete','s:153:\"ar:تعذر الاسترجاع: قد لا تكون المراجعات المطلوبة موجودة، أو ربما تم الاسترجاع بالفعل.\";'),('ary','messages:apierror-cantview-deleted-comment','s:77:\"ar:ليس لديك صلاحية لعرض التعليقات المحذوفة.\";'),('ary','messages:apierror-cantview-deleted-description','s:84:\"ar:ليس لديك صلاحية لعرض أوصاف الملفات المحذوفة.\";'),('ary','messages:apierror-cantview-deleted-metadata','s:105:\"ar:ليس لديك صلاحية لعرض البيانات الوصفية للملفات المحذوفة.\";'),('ary','messages:apierror-cantview-deleted-revision-content','s:88:\"ar:ليس لديك صلاحية لعرض محتوى المراجعات المحذوفة.\";'),('ary','messages:apierror-changeauth-norequest','s:48:\"ar:فشل في إنشاء طلب التغيير.\";'),('ary','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('ary','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('ary','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('ary','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('ary','messages:apierror-chunk-too-small','s:113:\"ar:الحد الأدنى لحجم القطعة هو $1 {{PLURAL:$1|بايت}} للقطع غير النهائية.\";'),('ary','messages:apierror-cidrtoobroad','s:54:\"ar:لا يُقبَل مدى $1 CIDR أكبر من /$2.\";'),('ary','messages:apierror-compare-maintextrequired','s:176:\"ar:الوسيط <var>$1text-main</var> مطلوب عندما يكون <var>$1slots</var> يحتوي على <kbd>main</kbd> (لا يمكن حذف الفتحة الرئيسية).\";'),('ary','messages:apierror-compare-no-title','s:138:\"ar:لا يمكن الحفظ المسبق للحفظ بدون عنوان; حاول تحديد <var>fromtitle</var> أو <var>totitle</var>.\";'),('ary','messages:apierror-compare-nofromrevision','s:107:\"ar:ليس \'من\' مراجعة، حدد <var>fromrev</var> أو <var>fromtitle</var> أو <var>fromid</var>.\";'),('ary','messages:apierror-compare-nosuchfromsection','s:54:\"ar:لا يوجد قسم $1 في المحتوى \'من\'.\";'),('ary','messages:apierror-compare-nosuchtosection','s:56:\"ar:لا يوجد قسم $1 في المحتوى \'إلى\'.\";'),('ary','messages:apierror-compare-notext','s:82:\"ar:لا يمكن استخدام الوسيط <var>$1</var> بدون <var>$2</var>.\";'),('ary','messages:apierror-compare-notorevision','s:103:\"ar:ليس \'إلى\' مراجعة، حدد <var>torev</var> أو <var>totitle</var> أو <var>toid</var>.\";'),('ary','messages:apierror-compare-relative-to-deleted','s:100:\"ar:لا يمكن استخدام <kbd>torelative=$1</kbd> بالنسبة لمراجعة محذوفة.\";'),('ary','messages:apierror-compare-relative-to-nothing','s:83:\"ar:لا توجد مراجعة \'من\' لـ<var>torelative</var> لتكون نسبة.\";'),('ary','messages:apierror-concurrency-limit','s:137:\"ar: .تم تجاوز حد التزامن. يرجى الانتظار حتى يعود كل طلب قبل إرسال الطلب التالي\";'),('ary','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('ary','messages:apierror-contentserializationexception','s:39:\"ar:فشل تسلسل المحتوى: $1\";'),('ary','messages:apierror-contenttoobig','s:128:\"ar:يتجاوز المحتوى الذي أدخلته حد حجم المقالة البالغ $1 {{PLURAL:$1|كيبي بايت}}.\";'),('ary','messages:apierror-copyuploadbaddomain','s:89:\"ar:لا يُسمَح بالمرفوعات بواسطة مسار من هذا النطاق.\";'),('ary','messages:apierror-copyuploadbadurl','s:59:\"ar:لا يُسمَح بالرفع من هذا المسار.\";'),('ary','messages:apierror-create-titleexists','s:97:\"ar:لا يمكن حماية العناوين الموجودة باستخدام <kbd>create</kbd>.\";'),('ary','messages:apierror-csp-report','s:47:\"ar:خطأ في معالجة تقرير CSP: $1.\";'),('ary','messages:apierror-deletedrevs-param-not-1-2','s:88:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الأوضاع 1 أو 2.\";'),('ary','messages:apierror-deletedrevs-param-not-3','s:77:\"ar:لا يمكن استخدام الوسيط <var>$1</var> في الوضع 3.\";'),('ary','messages:apierror-edit-invalidredirect','s:135:\"ar:لا يمكن تعديل <kbd>$1</kbd> أثناء متابعة التحويلات؛ لأن الهدف <kbd>$2</kbd> غير صالح.\";'),('ary','messages:apierror-emptynewsection','s:63:\"ar:إنشاء أقسام جديدة فارغة غير ممكن.\";'),('ary','messages:apierror-emptypage','s:67:\"ar:لا يُسمَح بإنشاء صفحات جديدة فارغة.\";'),('ary','messages:apierror-exceptioncaught','s:48:\"ar:[$1] تم اكتشاف الاستثناء: $2\";'),('ary','messages:apierror-exceptioncaughttype','s:60:\"ar:[$1] تم اكتشافها باستثناء النوع $2\";'),('ary','messages:apierror-filedoesnotexist','s:32:\"ar:الملف غير موجود.\";'),('ary','messages:apierror-fileexists-sharedrepo-perm','s:133:\"ar:الملف الهدف موجود في مستودع مشترك; استخدم الوسيط <var>ignorewarnings</var> لتجاوزه.\";'),('ary','messages:apierror-filenopath','s:70:\"ar:لا يمكن الحصول على مسار الملف المحلي.\";'),('ary','messages:apierror-filetypecannotberotated','s:46:\"ar:لا يمكن تدوير نوع الملف.\";'),('ary','messages:apierror-formatphp','s:144:\"ar:لا يمكن تمثيل هذه الاستجابة باستخدام <kbd>format=php</kbd>; انظر https://phabricator.wikimedia.org/T68776.\";'),('ary','messages:apierror-imageusage-badtitle','s:59:\"ar:يجب أن يكون عنوان <<kbd>$1</kbd> ملفا.\";'),('ary','messages:apierror-import-unknownerror','s:56:\"ar:خطأ غير معروف في الاستيراد: $1.\";'),('ary','messages:apierror-integeroutofrange-abovebotmax','s:122:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للبوتات أو الإداريين.\";'),('ary','messages:apierror-integeroutofrange-abovemax','s:104:\"ar:لا يجوز أن يكون <var>$1</var> أكثر من $2 (معين إلى $3) للمستخدمين.\";'),('ary','messages:apierror-integeroutofrange-belowminimum','s:80:\"ar:لا يجوز أن يكون <var>$1</var> أقل من $2 (معين إلى $3)\";'),('ary','messages:apierror-invalid-chunk','s:118:\"ar:الإزاحة بالإضافة إلى الجزء الحالي أكبر من حجم الملف المطالب به.\";'),('ary','messages:apierror-invalid-file-key','s:37:\"ar:ليس مفتاح ملف صالح.\";'),('ary','messages:apierror-invalidcategory','s:65:\"ar:اسم التصنيفف الذي أدخلته غير صالح.\";'),('ary','messages:apierror-invalidexpiry','s:61:\"ar:وقت انتهاء الصلاحية غير صالح \"$1\".\";'),('ary','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('ary','messages:apierror-invalidlang','s:60:\"ar:رمز لغة غير صالح للوسيط <var>$1</var>.\";'),('ary','messages:apierror-invalidmethod','s:79:\"ar:طريقة HTTP غير صالحة; فكر في استخدام GET أو POST.\";'),('ary','messages:apierror-invalidoldimage','s:81:\"ar:يحتوي الوسيط <var>oldimage</var> على تنسيق غير صالح.\";'),('ary','messages:apierror-invalidparammix','s:71:\"ar:لا يمكن استخدام {{PLURAL:$2|الوسائط}} $1 معا.\";'),('ary','messages:apierror-invalidparammix-cannotusewith','s:78:\"ar:لا يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd>.\";'),('ary','messages:apierror-invalidparammix-mustusewith','s:80:\"ar:يمكن استخدام الوسيط <kbd>$1</kbd> مع <kbd>$2</kbd> فقط.\";'),('ary','messages:apierror-invalidparammix-parse-new-section','s:192:\"ar:لا يمكن دمج <kbd>section=new</kbd> مع الوسائط <var>oldid</var> أو <var>pageid</var> أو <var>page</var>; الرجاء استخدام <var>title</var> و<var>text</var>.\";'),('ary','messages:apierror-invalidsection','s:103:\"ar:يجب أن يكون الوسيط <var>section</var> معرف قسم صالحا أو <kbd>new</kbd>.\";'),('ary','messages:apierror-invalidsha1base36hash','s:57:\"ar:رمز رقم SHA1Base36 المقدم غير صالح.\";'),('ary','messages:apierror-invalidsha1hash','s:51:\"ar:رمز رقم SHA1 المقدم غير صالح.\";'),('ary','messages:apierror-invalidtitle','s:26:\"ar:عنوان سيئ \"$1\".\";'),('ary','messages:apierror-invalidurlparam','s:75:\"ar:قيمة غير صالحة لـ<var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('ary','messages:apierror-invaliduser','s:48:\"ar:اسم المستخدم غير صالح \"$1\".\";'),('ary','messages:apierror-invaliduserid','s:59:\"ar:معرف المستخدم <var>$1</var> غير صالح.\";'),('ary','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('ary','messages:apierror-maxbytes','s:97:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|بايت}}\";'),('ary','messages:apierror-maxchars','s:104:\"ar:لا يمكن أن يكون الوسيط <var>$1</var> أطول من $2 {{PLURAL:$2|حرف|أحرف}}\";'),('ary','messages:apierror-maxlag','s:73:\"ar:في انتظار $2: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('ary','messages:apierror-maxlag-generic','s:107:\"ar:في انتظار خادم قاعدة البيانات: تأخر $1 {{PLURAL:$1|ثانية|ثوانٍ}}.\";'),('ary','messages:apierror-mimesearchdisabled','s:49:\"ar:تم تعطيل بحث MIME في وضع Miser.\";'),('ary','messages:apierror-missingcontent-pageid','s:52:\"ar:محتوى مفقود لمعرف الصفحة $1.\";'),('ary','messages:apierror-missingcontent-revid','s:56:\"ar:محتوى مفقود لمعرف المراجعة $1.\";'),('ary','messages:apierror-missingcontent-revid-role','s:70:\"ar:محتوى مفقود لمعرف المراجعة $1 للدور $2.\";'),('ary','messages:apierror-missingparam','s:48:\"ar:يجب تعيين الوسيط <var>$1</var>.\";'),('ary','messages:apierror-missingparam-at-least-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('ary','messages:apierror-missingparam-one-of','s:91:\"ar:مطلوب {{PLURAL:$2|الوسيط|واحد على الأقل من الوسائط}} $1.\";'),('ary','messages:apierror-missingrev-pageid','s:68:\"ar:لا توجد مراجعة حالية لمعرف الصفحة $1.\";'),('ary','messages:apierror-missingrev-title','s:59:\"ar:لا توجد مراجعة حالية للعنوان $1.\";'),('ary','messages:apierror-missingtitle','s:58:\"ar:الصفحة التي حددتها غير موجودة.\";'),('ary','messages:apierror-missingtitle-byname','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('ary','messages:apierror-missingtitle-createonly','s:99:\"ar:يمكن حماية العناوين المفقودة فقط باستخدام <kbd>create</kbd>.\";'),('ary','messages:apierror-moduledisabled','s:46:\"ar:تم تعطيل الوحدة <kbd>$1</kbd>.\";'),('ary','messages:apierror-multival-only-one-of','s:91:\"ar:{{PLURAL:$3|فقط|واحد فقط من}} $2 مسموح به للوسيط <var>$1</var>.\";'),('ary','messages:apierror-multpages','s:78:\"ar:لا يجوز استخدام <var>$1</var> إلا مع صفحة واحدة.\";'),('ary','messages:apierror-mustbeloggedin','s:44:\"ar:يجب تسجيل الدخول إلى $1.\";'),('ary','messages:apierror-mustbeloggedin-changeauth','s:86:\"ar:يجب عليك تسجيل الدخول لتغيير بيانات المصادقة.\";'),('ary','messages:apierror-mustbeloggedin-generic','s:35:\"ar:يجب أن تكون مسجلا.\";'),('ary','messages:apierror-mustbeloggedin-linkaccounts','s:69:\"ar:يجب عليك تسجيل الدخول لربط الحسابات.\";'),('ary','messages:apierror-mustbeloggedin-removeauth','s:86:\"ar:يجب عليك تسجيل الدخول لإزالة بيانات المصادقة.\";'),('ary','messages:apierror-mustbeloggedin-uploadstash','s:88:\"ar:لا يتوفر الرفع المخبأ إلا للمستخدمين المسجلين.\";'),('ary','messages:apierror-mustbeposted','s:53:\"ar:تتطلب الوحدة <kbd>$1</kbd> طلب POST.\";'),('ary','messages:apierror-mustpostparams','s:156:\"ar:تم العثور على {{PLURAL:$2|الوسيط|الوسائط}} في سلسلة الاستعلام، ولكن يجب أن يكون في نص POST: $1.\";'),('ary','messages:apierror-no-direct-editing','s:118:\"ar:التعديل المباشر عبر API غير مدعوم لنموذج المحتوى $1 المستخدم في $2.\";'),('ary','messages:apierror-noapiwrite','s:68:\"ar:تم تعطيل تحرير هذا الويكي من خلال API.\";'),('ary','messages:apierror-nochanges','s:44:\"ar:لم يتم طلب أية تغييرات.\";'),('ary','messages:apierror-nodeleteablefile','s:75:\"ar:لا يوجد مثل هذا الإصدار القديم من الملف.\";'),('ary','messages:apierror-noedit','s:58:\"ar:ليس لديك صلاحية تعديل الصفحات.\";'),('ary','messages:apierror-noedit-anon','s:83:\"ar:لا يمكن للمستخدمين المجهولين تحرير الصفحات.\";'),('ary','messages:apierror-noimageredirect','s:95:\"ar:ليس لديك صلاحية تعديل الصفحات إنشاء تحويلات الصور.\";'),('ary','messages:apierror-noimageredirect-anon','s:90:\"ar:لا يمكن للمستخدمين المجهولين إنشاء تحويلات صور.\";'),('ary','messages:apierror-nosuchlogid','s:53:\"ar:لا توجد مدخلة سجل بالمعرف $1.\";'),('ary','messages:apierror-nosuchpageid','s:44:\"ar:لا توجد صفحة بالمعرف $1.\";'),('ary','messages:apierror-nosuchrcid','s:55:\"ar:لا يوجد تغيير حديث بالمعرف $1.\";'),('ary','messages:apierror-nosuchrevid','s:48:\"ar:لا توجد مراجعة بالمعرف $1.\";'),('ary','messages:apierror-nosuchsection','s:27:\"ar:لا يوجد قسم $1.\";'),('ary','messages:apierror-nosuchsection-what','s:35:\"ar:لا يوجد قسم $1 في $2.\";'),('ary','messages:apierror-nosuchuserid','s:48:\"ar:لا يوجد مستخدم بالمعرف $1.\";'),('ary','messages:apierror-notarget','s:61:\"ar:لم تحدد هدفا صالحا لهذا الإجراء.\";'),('ary','messages:apierror-notpatrollable','s:90:\"ar:لا يمكن إجراء مراجعة للمراجعة $1 لأنها قديمة جدا.\";'),('ary','messages:apierror-nouploadmodule','s:44:\"ar:لا توجد وحدة رفع محددة.\";'),('ary','messages:apierror-opensearch-json-warnings','s:76:\"ar:لا يمكن تمثيل التحذيرات بتنسيق OpenSearch JSON.\";'),('ary','messages:apierror-pagecannotexist','s:62:\"ar:النطاق لا يسمح بالصفحات الفعلية.\";'),('ary','messages:apierror-pagedeleted','s:82:\"ar:لقد تم حذف الصفحة منذ أن جلبت طابعها الزمني.\";'),('ary','messages:apierror-pagelang-disabled','s:75:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\";'),('ary','messages:apierror-paramempty','s:60:\"ar:قد لا يكون الوسيط <var>$1</var> فارغا.\";'),('ary','messages:apierror-parsetree-notwikitext','s:78:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط.\";'),('ary','messages:apierror-parsetree-notwikitext-title','s:125:\"ar:<kbd>prop=parsetree</kbd> مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('ary','messages:apierror-pastexpiry','s:63:\"ar:وقت انتهاء الصلاحية \"$1\" في الماضي.\";'),('ary','messages:apierror-permissiondenied','s:39:\"ar:ليس لديك صلاحية لـ$1.\";'),('ary','messages:apierror-permissiondenied-generic','s:25:\"ar:الإذن مرفوض.\";'),('ary','messages:apierror-permissiondenied-patrolflag','s:110:\"ar:تحتاج إلى صلاحية<code>patrol</code> أو <code>patrolmarks</code> لطلب علم مراجع.\";'),('ary','messages:apierror-permissiondenied-unblock','s:69:\"ar:ليس لديك صلاحية لرفع منع المستخدمين.\";'),('ary','messages:apierror-prefixsearchdisabled','s:69:\"ar:تم تعطيل البحث عن بادئة MIME في وضع Miser.\";'),('ary','messages:apierror-promised-nonwrite-api','s:141:\"ar:لا يمكن إرسال رأس HTTP <code>Promise-Non-Write-API-Action</code> إلى وحدات API الخاصة بوضع الكتابة.\";'),('ary','messages:apierror-protect-invalidaction','s:42:\"ar:نوع حماية غير صالح \"$1\".\";'),('ary','messages:apierror-protect-invalidlevel','s:46:\"ar:مستوى حماية غير صالح \"$1\".\";'),('ary','messages:apierror-ratelimited','s:141:\"ar:لقد تجاوزت حد المعدل الخاص بك; يُرجَى الانتظار بعض الوقت والمحاولة مرة أخرى.\";'),('ary','messages:apierror-readapidenied','s:88:\"ar:أنت بحاجة لصلاحية القراءة لاستخدام هذه الوحدة.\";'),('ary','messages:apierror-readonly','s:61:\"ar:الويكي حاليا في وضع القراءة فقط.\";'),('ary','messages:apierror-reauthenticate','s:112:\"ar:لم تقم بالمصادقة مؤخرًا في هذه الجلسة; الرجاء إعادة التصديق.\";'),('ary','messages:apierror-redirect-appendonly','s:237:\"ar:لقد حاولت إجراء التعديل باستخدام وضع تحويل التالي، والذي يجب استخدامه في الاقتران مع <kbd>section=new</kbd> أو <var>prependtext</var> أو <var>appendtext</var>.\";'),('ary','messages:apierror-revdel-mutuallyexclusive','s:99:\"ar:لا يمكن استخدام نفس الحقل في كل من <var>hide</var> و<var>show</var>.\";'),('ary','messages:apierror-revdel-needtarget','s:61:\"ar:مطلوب عنوان مستهدف لنوع RevDel هذا.\";'),('ary','messages:apierror-revdel-paramneeded','s:107:\"ar:هناك قيمة واحدة على الأقل مطلوبة لـ<var>hide</var> و/أو <var>show</var>.\";'),('ary','messages:apierror-revisions-badid','s:75:\"ar:لم يتم العثور على مراجعة للوسيط <var>$1</var>.\";'),('ary','messages:apierror-revisions-norevids','s:272:\"ar:لا يجوز استخدام الوسيط <var>revids</var> مع خيارات القائمة (<var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var>).\";'),('ary','messages:apierror-revisions-singlepage','s:367:\"ar:تم استخدام <var>titles</var> أو <var>pageids</var> أو مولد لتزويد صفحات متعددة، لكن يمكن استخدام وسائط <var>$1limit</var> و<var>$1startid</var> و<var>$1endid</var> و<kbd>$1dir=newer</kbd> و<var>$1user</var> و<var>$1excludeuser</var> و<var>$1start</var> و<var>$1end</var> في صفحة واحدة فقط.\";'),('ary','messages:apierror-revwrongpage','s:32:\"ar:r$1 ليست مراجعة $2.\";'),('ary','messages:apierror-searchdisabled','s:40:\"ar:تم تعطيل بحث <var>$1</var>.\";'),('ary','messages:apierror-sectionreplacefailed','s:48:\"ar:لا يمكن دمج القسم المحدث.\";'),('ary','messages:apierror-sectionsnotsupported','s:69:\"ar:الأقسام غير مدعومة لنموذج المحتوى $1.\";'),('ary','messages:apierror-sectionsnotsupported-what','s:54:\"ar:الأقسام غير مدعومة بواسطة $1.\";'),('ary','messages:apierror-show','s:90:\"ar:وسيط غير صحيحة; قد لا يتم تقديم قيم خاصة متبادلة.\";'),('ary','messages:apierror-siteinfo-includealldenied','s:114:\"ar:يمكن عرض جميع معلومات الخوادم ما لم يكن <var>$wgShowHostnames</var> صحيحا.\";'),('ary','messages:apierror-sizediffdisabled','s:55:\"ar:تم تعطيل فرق الحجم في وضع Miser.\";'),('ary','messages:apierror-spamdetected','s:130:\"ar:تم رفض تعديلك لأنه يحتوي على جزء من الرسائل غير المرغوب فيها: <code>$1</code>.\";'),('ary','messages:apierror-specialpage-cantexecute','s:85:\"ar:ليس لديك صلاحية لعرض نتائج هذه الصفحة الخاصة.\";'),('ary','messages:apierror-stashedfilenotfound','s:65:\"ar:تعذر العثور على الملف في المخبأ: $1.\";'),('ary','messages:apierror-stashedit-missingtext','s:87:\"ar:لم يتم العثور على نص متقطع مع رمز الرقم المحدد.\";'),('ary','messages:apierror-stashexception','s:5:\"en:$1\";'),('ary','messages:apierror-stashfailed-complete','s:104:\"ar:تم اكتمال الرفع المقسم بالفعل، تحقق من الحالة للتفاصيل.\";'),('ary','messages:apierror-stashfailed-nosession','s:68:\"ar:لا توجد جلسة رفع مقسمة بهذا المفتاح.\";'),('ary','messages:apierror-stashfilestorage','s:55:\"ar:تعذر تخزين الرفع في المخبأ: $1\";'),('ary','messages:apierror-stashinvalidfile','s:35:\"ar:ملف مخفي غير صالح.\";'),('ary','messages:apierror-stashnosuchfilekey','s:48:\"ar:لا يوجد مفتاح ملف كهذا: $1.\";'),('ary','messages:apierror-stashpathinvalid','s:100:\"ar:مفتاح الملف بتنسيق غير لائق أو غير صالح بأي شكل آخر: $1.\";'),('ary','messages:apierror-stashwrongowner','s:31:\"ar:مالك غير صحيح: $1\";'),('ary','messages:apierror-stashzerolength','s:88:\"ar:الملف ذو طول صفري، ولا يمكن تخزينه في المخبأ: $1.\";'),('ary','messages:apierror-systemblocked','s:71:\"ar:لقد تم منعك تلقائيا بواسطة ميدياويكي.\";'),('ary','messages:apierror-templateexpansion-notwikitext','s:123:\"ar:توسيع القالب مدعوم لمحتوى نص الويكي فقط، يستخدم $1 نموذج المحتوى $2.\";'),('ary','messages:apierror-toofewexpiries','s:185:\"ar:$1 انتهت صلاحية {{PLURAL:$1|الطابع الزمني المقدم|الطوابع الزمنية المقدمة}} حيث كان يلزم توفر $2 {{PLURAL:$2|ه|ها}}.\";'),('ary','messages:apierror-toomanyvalues','s:90:\"ar:تم توفير قيم كثيرة جدا للوسيط <var>$1</var>، الحد هو $2.\";'),('ary','messages:apierror-unknownaction','s:77:\"ar:لم يتم التعرف على الإجراء المحدد <kbd>$1</kbd>.\";'),('ary','messages:apierror-unknownerror','s:34:\"ar:خطأ غير معروف: \"$1\".\";'),('ary','messages:apierror-unknownerror-editpage','s:61:\"ar:خطأ غير معروف في صفحة التعديل: $1.\";'),('ary','messages:apierror-unknownerror-nocode','s:28:\"ar:خطأ غير معروف.\";'),('ary','messages:apierror-unknownformat','s:37:\"ar:تنسيق غير معروف \"$1\".\";'),('ary','messages:apierror-unrecognizedparams','s:89:\"ar:{{PLURAL:$2|وسيط غير معترف به|وسائط غير معترف بها}}: $1.\";'),('ary','messages:apierror-unrecognizedvalue','s:63:\"ar:قيمة غير معروفة للوسيط <var>$1</var>: $2.\";'),('ary','messages:apierror-unsupportedrepo','s:98:\"ar:مستودع الملفات المحلي لا يدعم الاستعلام عن كل الصور.\";'),('ary','messages:apierror-upload-filekeyneeded','s:108:\"ar:يجب توفير Must supply a <var>filekey</var> عندما يكون <var>offset</var> غير صفري.\";'),('ary','messages:apierror-upload-filekeynotallowed','s:87:\"ar:لا يمكن توفير <var>filekey</var> عندما يكون <var>offset</var> 0.\";'),('ary','messages:apierror-upload-inprogress','s:65:\"ar:الرفع من المخبأ قيد التقدم بالفعل.\";'),('ary','messages:apierror-upload-missingresult','s:59:\"ar:لا توجد نتيجة في بيانات الحالة.\";'),('ary','messages:apierror-urlparamnormal','s:52:\"ar:تعذر تطبيع وسائط الصور لـ$1.\";'),('ary','messages:apierror-writeapidenied','s:77:\"ar:لا يُسمَح لك بتعديل هذا الويكي من خلال API.\";'),('ary','messages:apihelp','s:20:\"ary:معاونة API\";'),('ary','messages:apihelp-block-example-ip-simple','s:83:\"ar:منع عنوان IP <kbd>192.0.2.5</kbd> لمدة ثلاثة أيام بسبب.\";'),('ary','messages:apihelp-block-example-user-complex','s:164:\"ar:منع المستخدم <kbd>المخرب</kbd> لأجل غير مسمى بسبب، ومنع إنشاء حساب جديد وإرسال بريد إلكتروني.\";'),('ary','messages:apihelp-block-param-actionrestrictions','s:156:\"ar:قائمة الإجراءات لمنع المستخدم من الأداء. ينطبق فقط عندما يتم تعيين <var>partial</var> على true.\";'),('ary','messages:apihelp-block-param-allowusertalk','s:183:\"ar:تسمح للمستخدم بتحرير صفحة النقاش الخاصة (يعتمد على <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('ary','messages:apihelp-block-param-anononly','s:136:\"ar:منع المستخدمين المجهولين فقط (أي تعطيل تعديلات المجهولين من  عنوان IP هذا).\";'),('ary','messages:apihelp-block-param-autoblock','s:137:\"ar:منع آخر عنوان IP مستخدم تلقائيا، وأية عناوين IP لاحقة حاولت الدخول من خلاله.\";'),('ary','messages:apihelp-block-param-expiry','s:377:\"ar:وقت انتهاء الصلاحية، قد يكون نسبيا (على سبيل المثال <kbd>5 months</kbd> أو <kbd>2 weeks</kbd>) أو مطلق (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>)، إذا تم التعيين على <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>never</kbd> فلن تنتهي صلاحية المنع مطلقا.\";'),('ary','messages:apihelp-block-param-hidename','s:110:\"ar:إخفاء اسم المستخدم من سجل المنع. (يتطلب صلاحية <code>hideuser</code>).\";'),('ary','messages:apihelp-block-param-namespacerestrictions','s:172:\"ar:قائمة بمعرفات النطاق لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('ary','messages:apihelp-block-param-nocreate','s:40:\"ar:امنع إنشاء الحسابات.\";'),('ary','messages:apihelp-block-param-noemail','s:155:\"ar:منع المستخدم من إرسال البريد الإلكتروني من خلال الويكي. (يتطلب صلاحية <code>blockemail</code>).\";'),('ary','messages:apihelp-block-param-pagerestrictions','s:161:\"ar:قائمة العناوين لمنع المستخدم من التحرير، ينطبق فقط عندما يتم تعيين <var>partial</var> على صحيح.\";'),('ary','messages:apihelp-block-param-partial','s:112:\"ar:منع المستخدم من صفحات أو نطاقات محددة بدلا من الموقع بأكمله.\";'),('ary','messages:apihelp-block-param-reason','s:25:\"ar:السبب للمنع.\";'),('ary','messages:apihelp-block-param-reblock','s:99:\"ar:إذا كان المستخدم محظورا بالفعل، يستبدل الحظر القائم.\";'),('ary','messages:apihelp-block-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل الحظر.\";'),('ary','messages:apihelp-block-param-user','s:42:\"ar:المستخدم المراد حظره.\";'),('ary','messages:apihelp-block-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('ary','messages:apihelp-block-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-block-param-watchuser','s:56:\"ar:مشاهدة صفحة المستخدم ونقاش IP.\";'),('ary','messages:apihelp-block-summary','s:23:\"ar:منع مستخدم.\";'),('ary','messages:apihelp-changeauthenticationdata-example-password','s:113:\"ar:محاولة تغيير كلمة المرور للمستخدم الحالي إلى <kbd>ExamplePassword</kbd>.\";'),('ary','messages:apihelp-changeauthenticationdata-summary','s:74:\"ar:تغيير بيانات المصادقة للمستخدم الحالي.\";'),('ary','messages:apihelp-changecontentmodel-example','s:110:\"ar:قم بتغيير الصفحة الرئيسية للحصول على نموذج محتوى <code>text</code>\";'),('ary','messages:apihelp-changecontentmodel-param-bot','s:75:\"ar:قم بتمييز تغيير نموذج المحتوى بعلامة bot.\";'),('ary','messages:apihelp-changecontentmodel-param-model','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('ary','messages:apihelp-changecontentmodel-param-pageid','s:168:\"ar:معرّف الصفحة الخاص بالصفحة لتغيير نموذج المحتوى الخاص بها. لا يمكن استخدامها مع <var>$1title</var>.\";'),('ary','messages:apihelp-changecontentmodel-param-summary','s:62:\"ar:تحرير ملخص وسبب التدوين في السجل\";'),('ary','messages:apihelp-changecontentmodel-param-tags','s:99:\"ar:قم بتغيير العلامات لتطبيقها على إدخال السجل وتحريره.\";'),('ary','messages:apihelp-changecontentmodel-param-title','s:121:\"ar:عنوان الصفحة لتغيير نموذج محتوى. لا يمكن استخدامها مع <var>$1pageid</var>.\";'),('ary','messages:apihelp-changecontentmodel-summary','s:48:\"ar:تغيير نموذج محتوى الصفحة\";'),('ary','messages:apihelp-checktoken-example-simple','s:52:\"ar:اختبار صلاحية رمز <kbd>csrf</kbd>.\";'),('ary','messages:apihelp-checktoken-param-maxtokenage','s:55:\"ar:أقصى عمر للرمز يسمح، في ثوان.\";'),('ary','messages:apihelp-checktoken-param-token','s:29:\"ar:اختبار الرموز.\";'),('ary','messages:apihelp-checktoken-param-type','s:54:\"ar:نوع من الرموز يجري اختبارها.\";'),('ary','messages:apihelp-checktoken-summary','s:105:\"ar:تحقق من صحة رمز من <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('ary','messages:apihelp-clearhasmsg-example-1','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('ary','messages:apihelp-clearhasmsg-summary','s:71:\"ar:مسح <code>hasmsg</code> العلم للمستخدم الحالي.\";'),('ary','messages:apihelp-clientlogin-example-login','s:150:\"ar:بدء عملية تسجيل الدخول إلى الويكي كمستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('ary','messages:apihelp-clientlogin-example-login2','s:158:\"ar:واصلة تسجيل الدخول بعد استجابة <samp>UI</samp> لعاملي الصادقة، إمداد <var>OATHToken</var> ل<kbd>987654</kbd>.\";'),('ary','messages:apihelp-clientlogin-summary','s:90:\"ar:تسجيل الدخول إلى ويكي باستخدام التدفق التفاعلي.\";'),('ary','messages:apihelp-compare-example-1','s:51:\"ar:إنشاء فرق بين المراجعة 1 و2.\";'),('ary','messages:apihelp-compare-extended-description','s:131:\"ar:يجب تمرير عنوان الصفحة أو رقم المراجعة أو معرف الصفحة لكل من \"من\" و\"إلى\".\";'),('ary','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('ary','messages:apihelp-compare-param-fromcontentformat','s:96:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentformat-main</var> كبديل.\";'),('ary','messages:apihelp-compare-param-fromcontentformat-{slot}','s:68:\"ar:تنسيق تسلسل محتوى <var>fromtext-&#x7B;slot}</var>.\";'),('ary','messages:apihelp-compare-param-fromcontentmodel','s:95:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromcontentmodel-main</var> كبديل.\";'),('ary','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:167:\"ar:نموذج محتوى <var>fromtext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('ary','messages:apihelp-compare-param-fromid','s:51:\"ar:رقم الصفحة الأول للمقارنة.\";'),('ary','messages:apihelp-compare-param-frompst','s:94:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>fromtext-&#x7B;slot}</var>.\";'),('ary','messages:apihelp-compare-param-fromrev','s:40:\"ar:أول مراجعة للمقارنة.\";'),('ary','messages:apihelp-compare-param-fromsection','s:87:\"ar:استخدم فقط القسم المحدد في المحتوى \'من\' المحدد.\";'),('ary','messages:apihelp-compare-param-fromsection-{slot}','s:296:\"ar:عندما يكون <var>fromtext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var> كما لو كان لتحرير قسم.\";'),('ary','messages:apihelp-compare-param-fromslots','s:384:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>fromtext-&#x7B;slot}</var> و<var>fromcontentmodel-&#x7B;slot}</var> و<var>fromcontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('ary','messages:apihelp-compare-param-fromtext','s:87:\"ar:حدد <kbd>fromslots=main</kbd> واستخدم <var>fromtext-main</var> كبديل.\";'),('ary','messages:apihelp-compare-param-fromtext-{slot}','s:116:\"ar:نص الفتحة المحددة، إذا تم حذفها، تتم إزالة الفتحة من المراجعة.\";'),('ary','messages:apihelp-compare-param-fromtitle','s:46:\"ar:العنوان الأول للمقارنة.\";'),('ary','messages:apihelp-compare-param-prop','s:67:\"ar:أية قطعة من المعلومات للحصول عليها.\";'),('ary','messages:apihelp-compare-param-slots','s:119:\"ar:إرجاع فرق فردي لهذه الفتحات، بدلا من فرق واحد مشترك لجميع فتحات.\";'),('ary','messages:apihelp-compare-param-tocontentformat','s:92:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentformat-main</var> كبديل.\";'),('ary','messages:apihelp-compare-param-tocontentformat-{slot}','s:66:\"ar:تنسيق تسلسل محتوى <var>totext-&#x7B;slot}</var>.\";'),('ary','messages:apihelp-compare-param-tocontentmodel','s:91:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>tocontentmodel-main</var> كبديل.\";'),('ary','messages:apihelp-compare-param-tocontentmodel-{slot}','s:165:\"ar:نموذج محتوى <var>totext-&#x7B;slot}</var>، إذا لم يتم توفيره، فسيتم تخمينه استنادا إلى الوسائط الأخرى.\";'),('ary','messages:apihelp-compare-param-toid','s:53:\"ar:رقم الصفحة الثاني للمقارنة.\";'),('ary','messages:apihelp-compare-param-topst','s:80:\"ar:قم بإجراء تحويل ما قبل الحفظ على <var>totext</var>.\";'),('ary','messages:apihelp-compare-param-torelative','s:215:\"ar:استخدم مراجعة متعلقة بالمراجعة المحددة من <var>fromtitle</var> أو <var>fromid</var> أو <var>fromrev</var>، سيتم تجاهل جميع خيارات \'إلى\' الأخرى.\";'),('ary','messages:apihelp-compare-param-torev','s:52:\"ar:المراجعة الثانية للمقارنة.\";'),('ary','messages:apihelp-compare-param-tosection','s:89:\"ar:استخدم فقط القسم المحدد في المحتوى \'إلى\' المحدد.\";'),('ary','messages:apihelp-compare-param-tosection-{slot}','s:288:\"ar:عندما يكون <var>totext- {slot}</var> هو محتوى قسم واحد ، فهذا هو معرف القسم. سيتم دمجه في المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var> كما لو كان لتحرير قسم.\";'),('ary','messages:apihelp-compare-param-toslots','s:372:\"ar:تجاوز محتوى المراجعة المحددة بواسطة <var>totitle</var> أو <var>toid</var> أو <var>torev</var>.\n\nيحدد هذا الوسيط الفتحات المراد تعديلها، استخدم <var>totext-&#x7B;slot}</var> و<var>tocontentmodel-&#x7B;slot}</var> و<var>tocontentformat-&#x7B;slot}</var> لتحديد محتوى لكل فتحة.\";'),('ary','messages:apihelp-compare-param-totext','s:83:\"ar:حدد <kbd>toslots=main</kbd> واستخدم <var>totext-main</var> كبديل.\";'),('ary','messages:apihelp-compare-param-totext-{slot}','s:114:\"ar:نص الفتحة المحددة، إذا تم حذفه، تتم إزالة الفتحة من المراجعة.\";'),('ary','messages:apihelp-compare-param-totitle','s:48:\"ar:العنوان الثاني للمقارنة.\";'),('ary','messages:apihelp-compare-paramvalue-prop-comment','s:198:\"ar:التعليق على المراجعات \'من\' و\'إلى\'، إذا كان التعليق محذوفا، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('ary','messages:apihelp-compare-paramvalue-prop-diff','s:19:\"ar:HTML الفرق.\";'),('ary','messages:apihelp-compare-paramvalue-prop-diffsize','s:43:\"ar:حجم HTML الفرق، بالبايت.\";'),('ary','messages:apihelp-compare-paramvalue-prop-ids','s:85:\"ar:معرفات الصفحة والمراجعة للمراجعات \'من\' و\'إلى\'.\";'),('ary','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:228:\"ar:التعليق المحلل على المراجعات \'من\' و\'إلى\'. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>fromcommenthidden</samp> أو <samp>tocommenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-compare-paramvalue-prop-rel','s:130:\"ar:معرفات المراجعة السابقة للمراجعة السابقة من \'من\' وبعد \'إلى\'، إن وُجِدت.\";'),('ary','messages:apihelp-compare-paramvalue-prop-size','s:47:\"ar:حجم المراجعات \'من\' و\'إلى\'.\";'),('ary','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('ary','messages:apihelp-compare-paramvalue-prop-title','s:64:\"ar:عناوين صفحات المراجعات \'من\' و\'إلى\'.\";'),('ary','messages:apihelp-compare-paramvalue-prop-user','s:233:\"ar:المعرف واسم المستخدم للمراجعات \'من\' و\'إلى\'، إذا كان المستخدم قد حذف المراجعة، سيتم إرجاع خاصية <samp>fromuserhidden</samp> أو <samp>touserhidden</samp>.\";'),('ary','messages:apihelp-compare-summary','s:54:\"ar:الحصول على الفرق بين صفحتين.\";'),('ary','messages:apihelp-createaccount-example-create','s:119:\"ar:بدء عملية إنشاء المستخدم <kbd>Example</kbd> بكلمة المرور <kbd>ExamplePassword</kbd>.\";'),('ary','messages:apihelp-createaccount-param-preservestate','s:428:\"ar:إذا تم عرض <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> بشكل صحيح لـ<samp>hasprimarypreservedstate</samp>، فقد تم تعليم طلبات <samp>primary-required</samp> لكي يجب حذفها، إذا عرضت قيمة غير فارغة لـ<samp>preservedusername</samp> فيجب استخدام اسم المستخدم هذا للوسيط <var>username</var>.\";'),('ary','messages:apihelp-createaccount-summary','s:44:\"ar:إنشاء حساب مستخدم جديد\";'),('ary','messages:apihelp-cspreport-param-reportonly','s:90:\"ar:علم على أنه تقرير عن سياسة الرصد، وليس فرض سياسة\";'),('ary','messages:apihelp-cspreport-param-source','s:76:\"ar:ماذا أنشأ رأس CSP الذي تسبب في هذا التقرير\";'),('ary','messages:apihelp-cspreport-summary','s:285:\"ar:مستخدمة من قبل المتصفحات للإبلاغ عن انتهاكات سياسة أمن المحتوى. لا ينبغي أبدا أن تستخدم هذه الوحدة، إلا عند استخدامها تلقائيا باستخدام متصفح ويب CSP متوافق.\";'),('ary','messages:apihelp-delete-example-reason','s:70:\"ar:حذف <kbd>Main Page</kbd> بسبب <kbd>Preparing for move</kbd>.\";'),('ary','messages:apihelp-delete-example-simple','s:31:\"ar:حذف <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-delete-param-deletetalk','s:54:\"ar:احذف صفحة النقاش، إذا وُجدت.\";'),('ary','messages:apihelp-delete-param-oldimage','s:166:\"ar:اسم الصورة القديمة لحذفها كما هو منصوص عليه [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('ary','messages:apihelp-delete-param-pageid','s:119:\"ar:معرف الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ary','messages:apihelp-delete-param-reason','s:130:\"ar:سبب الحذف. إذا لم يُحدَّد، سوف تُستخدَم أحد الأسباب التي تنشأ تلقائيا.\";'),('ary','messages:apihelp-delete-param-tags','s:74:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحذف.\";'),('ary','messages:apihelp-delete-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ary','messages:apihelp-delete-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('ary','messages:apihelp-delete-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('ary','messages:apihelp-delete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-delete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-delete-summary','s:19:\"ar:حذف صفحة.\";'),('ary','messages:apihelp-disabled-summary','s:43:\"ar:هذا الاصدار تم تعطيله.\";'),('ary','messages:apihelp-edit-example-edit','s:19:\"ar:عدل صفحة.\";'),('ary','messages:apihelp-edit-example-prepend','s:78:\"ar:إضافة البادئة <kbd>_&#95;NOTOC_&#95;</kbd> إلى الصفحة.\";'),('ary','messages:apihelp-edit-example-undo','s:87:\"ar:التراجع عن التعديلات 13579 خلال 13585 بملخص تلقائي.\";'),('ary','messages:apihelp-edit-param-appendtext','s:196:\"ar:أضف هذا النص إلى نهاية الصفحة أو القسم. تجاوز نص $1text.\n\nاستخدم $1section=new لإلحاق قسم جديد ، بدلاً من هذه المعلمة.\";'),('ary','messages:apihelp-edit-param-baserevid','s:339:\"ar:معرّف المراجعة الأساسية ، يُستخدم للكشف عن تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. تتسبب التعارضات الذاتية في فشل التحرير ما لم يتم تعيين basetimestamp.\";'),('ary','messages:apihelp-edit-param-basetimestamp','s:304:\"ar:الطابع الزمني للمراجعة الأساسية ، يستخدم لاكتشاف تعارضات التحرير. يمكن الحصول عليها من خلال [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. يتم تجاهل الصراعات الذاتية.\";'),('ary','messages:apihelp-edit-param-bot','s:59:\"ar:علم على هذا التعديل كتعديل بوت.\";'),('ary','messages:apihelp-edit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('ary','messages:apihelp-edit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('ary','messages:apihelp-edit-param-createonly','s:70:\"ar:لا تحرر الصفحة إذا كان موجودا بالفعل.\";'),('ary','messages:apihelp-edit-param-md5','s:217:\"ar:رمز الرقم MD5 للوسيط $1text، أو الوسائط $1prependtext و$1appendtext متسلسلة، في حالة التعيين، لن يتم التعديل ما لم يكن رمز الرقم صحيحا.\";'),('ary','messages:apihelp-edit-param-minor','s:69:\"ar:التعليم على هذا التعديل كتعديل طفيف.\";'),('ary','messages:apihelp-edit-param-nocreate','s:68:\"ar:يحدث خطأ إذا كانت الصفحة غير موجودة.\";'),('ary','messages:apihelp-edit-param-notminor','s:161:\"ar:عدم التعليم على هذا التعديل كتعديل طفيف حتى إذا تم تعيين تفضيل المستخدم \"{{int:tog-minordefault}}\".\";'),('ary','messages:apihelp-edit-param-pageid','s:125:\"ar:معرف الصفحة لتحريرها. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ary','messages:apihelp-edit-param-prependtext','s:96:\"ar:أضف هذا النص إلى بداية الصفحة أو القسم. يتجاوز نص $1 .\";'),('ary','messages:apihelp-edit-param-recreate','s:104:\"ar:تجاوز أية أخطاء حول الصفحة التي تم حذفها في هذه الأثناء.\";'),('ary','messages:apihelp-edit-param-redirect','s:42:\"ar:حل التحويلات تلقائيا.\";'),('ary','messages:apihelp-edit-param-section','s:229:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد. غالبًا ما يكون عددًا صحيحًا موجبًا ، ولكن يمكن أن يكون أيضًا غير رقمي.\";'),('ary','messages:apihelp-edit-param-sectiontitle','s:93:\"ar:عنوان القسم الجديد عند استخدام <var>قسم $1 = جديد</var> .\";'),('ary','messages:apihelp-edit-param-starttimestamp','s:315:\"ar:الطابع الزمني عند بدء عملية التحرير، ويُستخدَم للكشف عن الحروب التحريرية، ويمكن الحصول عليها من خلال <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('ary','messages:apihelp-edit-param-summary','s:464:\"ar:تحرير الملخص.\n\nعندما لا يتم توفير هذه المعلمة أو فارغة ، [[mw:Special:MyLanguage/Autosummary|يمكن إنشاء ملخص تحرير تلقائيًا]].\n\nعند استخدام <var>$1section=new</var> و <var>$1sectiontitle</var> غير متوفر ، ويتم استخدام قيمة هذه المعلمة لعنوان القسم بدلاً من ذلك ، ويتم إنشاء ملخص التحرير تلقائيًا.\";'),('ary','messages:apihelp-edit-param-tags','s:53:\"ar:عدل الوسوم لتطبيق المراجعة.\";'),('ary','messages:apihelp-edit-param-text','s:26:\"ar:محتوى الصفحة\";'),('ary','messages:apihelp-edit-param-title','s:121:\"ar:عنوان الصفحة للحذف. لا يمكن أن يُستخدَم جنبا إلى جنب مع <var>$1pageid</var\";'),('ary','messages:apihelp-edit-param-token','s:126:\"ar:ينبغي دائما أن يُرسَل الرمز كوسيط أخير، أو على الأقل بعد الوسيط $1text.\";'),('ary','messages:apihelp-edit-param-undo','s:96:\"ar:التراجع عن هذه المراجعة. تجاوز $1text, $1prependtext و$1appendtext.\";'),('ary','messages:apihelp-edit-param-undoafter','s:152:\"ar:التراجع عن جميع المراجعات من $1undo لهذه. إذا لم يتم التغيير، تراجع عن تعديل واحد فقط.\";'),('ary','messages:apihelp-edit-param-unwatch','s:90:\"ar:إزالة الصفحة من قائمة المراقبة للمستخدم الحالي.\";'),('ary','messages:apihelp-edit-param-watch','s:83:\"ar:أضف الصفحة إلى لائحة مراقبة المستعمل الحالي\";'),('ary','messages:apihelp-edit-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-edit-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-edit-summary','s:42:\"ar:إنشاء وتعديل الصفحات.\";'),('ary','messages:apihelp-emailuser-example-email','s:110:\"ar:أرسل بريدا إلكترونيا للمستخدم <kbd>WikiSysop</kbd> بالنص <kbd>Content</kbd>.\";'),('ary','messages:apihelp-emailuser-param-ccme','s:55:\"ar:إرسال نسخة من هذه الرسالة لي.\";'),('ary','messages:apihelp-emailuser-param-subject','s:24:\"ar:رأس الموضوع\";'),('ary','messages:apihelp-emailuser-param-target','s:60:\"ar:مستخدم لإرسال بريد إلكتروني له.\";'),('ary','messages:apihelp-emailuser-param-text','s:43:\"ar:جسم البريد الإلكتروني\";'),('ary','messages:apihelp-emailuser-summary','s:32:\"ar:مراسلة المستخدم\";'),('ary','messages:apihelp-expandtemplates-example-simple','s:80:\"ar:توسيع نص الويكي <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('ary','messages:apihelp-expandtemplates-param-generatexml','s:69:\"ar:ولد شجرة تحليل XML (حل محلها $1prop=parsetree).\";'),('ary','messages:apihelp-expandtemplates-param-includecomments','s:77:\"ar:إدراج أو عدم إدراج تعليقات HTML في الإخراج.\";'),('ary','messages:apihelp-expandtemplates-param-prop','s:251:\"ar:أية قطعة من المعلومات للحصول عليها،\n\nلاحظ أنه في حالة عدم تحديد أية قيم، فإن النتيجة ستحتوي على نص ويكي، ولكن سيكون الإخراج بتنسيق موقوف.\";'),('ary','messages:apihelp-expandtemplates-param-revid','s:112:\"ar:معرف المراجعة، ل<code><nowiki>{{REVISIONID}}</nowiki></code> والمتغيرات مماثلة.\";'),('ary','messages:apihelp-expandtemplates-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('ary','messages:apihelp-expandtemplates-param-text','s:32:\"ar:نص ويكي للتحويل.\";'),('ary','messages:apihelp-expandtemplates-param-title','s:27:\"ar:عنوان الصفحة.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:114:\"ar:أية تصنيفات موجودة في المدخلات غير ممثلة في مخرجات نص الويكي.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:95:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:262:\"ar:تتم إضافة أية وحدات ResourceLoader التي طلبت تعيين دالات المحلل اللغوي إلى الإخراج، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:44:\"ar:شجرة تحليل XML للمدخلات.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:117:\"ar:خصائص الصفحة التي تحددها الكلمات السحرية الموسعة في نص الويكي.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:126:\"ar:الحد الأقصى للوقت الذي يجب بعده إبطال ذاكرة التخزين المؤقت للنتيجة.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:139:\"ar:إذا كان الإخراج سريع التأثر، ينبغي عدم استخدامه في أي مكان آخر داخل الصفحة.\";'),('ary','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:33:\"ar:نص الويكي الموسع\";'),('ary','messages:apihelp-expandtemplates-summary','s:65:\"ar:يوسع كافة القوالب ضمن نصوص الويكي.\";'),('ary','messages:apihelp-feedcontributions-example-simple','s:67:\"ar:عودة المساهمات للمستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-feedcontributions-param-deletedonly','s:55:\"ar:اعرض المساهمات المحذوفة فقط.\";'),('ary','messages:apihelp-feedcontributions-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('ary','messages:apihelp-feedcontributions-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('ary','messages:apihelp-feedcontributions-param-month','s:28:\"ar:من شهر (وأقدم).\";'),('ary','messages:apihelp-feedcontributions-param-namespace','s:65:\"ar:أي نطاق ستتم تصفية المساهمات حسبه.\";'),('ary','messages:apihelp-feedcontributions-param-newonly','s:44:\"ar:أظهر إنشاء الصفحات فقط\";'),('ary','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"ar:عرض حجم الفرق بين النسخ.\";'),('ary','messages:apihelp-feedcontributions-param-tagfilter','s:69:\"ar:تصفية المساهمات التي بها هذه الوسوم.\";'),('ary','messages:apihelp-feedcontributions-param-toponly','s:80:\"ar:تظهر فقط التعديلات التي هي أحدث المراجعات.\";'),('ary','messages:apihelp-feedcontributions-param-user','s:78:\"ar:أي المستخدمين سيتم الحصول على تبرعات لهم.\";'),('ary','messages:apihelp-feedcontributions-param-year','s:28:\"ar:من سنة (وأقدم).\";'),('ary','messages:apihelp-feedcontributions-summary','s:57:\"ar:إرجاع تغذية مساهمات المستخدم.\";'),('ary','messages:apihelp-feedrecentchanges-example-30days','s:61:\"ar:أظهر التغييرات الأخيرة في 30 يوم.\";'),('ary','messages:apihelp-feedrecentchanges-example-simple','s:46:\"ar: اظهر التغييرات الحديثة\";'),('ary','messages:apihelp-feedrecentchanges-param-associated','s:71:\"ar:تشمل النطاق المرتبط (نقاش أو الرئيسي).\";'),('ary','messages:apihelp-feedrecentchanges-param-days','s:40:\"ar:أيام لتقييد النتائج.\";'),('ary','messages:apihelp-feedrecentchanges-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('ary','messages:apihelp-feedrecentchanges-param-from','s:37:\"ar:أظهر التغييرات منذ\";'),('ary','messages:apihelp-feedrecentchanges-param-hideanons','s:87:\"ar:إخفاء التغييرات التي أجراها مستخدمون مجهولون.\";'),('ary','messages:apihelp-feedrecentchanges-param-hidebots','s:66:\"ar:إخفاء التغييرات التي أجرتها بوتات.\";'),('ary','messages:apihelp-feedrecentchanges-param-hidecategorization','s:51:\"ar:إخفاء تغيير عضوية التصنيف.\";'),('ary','messages:apihelp-feedrecentchanges-param-hideliu','s:85:\"ar:إخفاء التغييرات التي أجراها مستخدمون مسجلون.\";'),('ary','messages:apihelp-feedrecentchanges-param-hideminor','s:48:\"ar:إخفاء التعديلات الطفيفة.\";'),('ary','messages:apihelp-feedrecentchanges-param-hidemyself','s:86:\"ar:إخفاء التغييرات التي قام بها المستخدم الحالي.\";'),('ary','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:50:\"ar:إخفاء التغييرات المراجعة.\";'),('ary','messages:apihelp-feedrecentchanges-param-invert','s:51:\"ar:جميع النطاقات عدا المختار.\";'),('ary','messages:apihelp-feedrecentchanges-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('ary','messages:apihelp-feedrecentchanges-param-namespace','s:40:\"ar:نطاق لتقييد النتائج.\";'),('ary','messages:apihelp-feedrecentchanges-param-showlinkedto','s:111:\"ar:أظهر التغييرات للصفحات الموصولة للصفحة المعطاة عوضا عن ذلك\";'),('ary','messages:apihelp-feedrecentchanges-param-tagfilter','s:25:\"ar:فلتر بالوسم.\";'),('ary','messages:apihelp-feedrecentchanges-param-target','s:99:\"ar:أحدث التغييرات في الصفحات الموصولة من هذه الصفحة فقط\";'),('ary','messages:apihelp-feedrecentchanges-summary','s:49:\"ar:عرض خلاصة أحدث التغييرات.\";'),('ary','messages:apihelp-feedwatchlist-example-all6hrs','s:60:\"ar:اظهر كل التغييرات في اخر 6 ساعات\";'),('ary','messages:apihelp-feedwatchlist-example-default','s:49:\"ar:عرض تغذية قائمة المراقبة.\";'),('ary','messages:apihelp-feedwatchlist-param-feedformat','s:27:\"ar:هيئة التلقيم.\";'),('ary','messages:apihelp-feedwatchlist-param-hours','s:75:\"ar:صفحات قائمة معدلة ضمن عدة ساعات من الآن.\";'),('ary','messages:apihelp-feedwatchlist-param-linktosections','s:89:\"ar:الربط مباشرةً بالأقسام التي تم تغييرها إن أمكن.\";'),('ary','messages:apihelp-feedwatchlist-summary','s:53:\"ar:إرجاع تغذية قائمة المراقبة.\";'),('ary','messages:apihelp-filerevert-example-revert','s:81:\"ar:استرجاع <kbd>Wiki.png</kbd> لنسحة <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('ary','messages:apihelp-filerevert-param-archivename','s:60:\"ar:اسم أرشيف المراجعة للعودة إليه.\";'),('ary','messages:apihelp-filerevert-param-comment','s:25:\"ar:تعليق الرفع.\";'),('ary','messages:apihelp-filerevert-param-filename','s:70:\"ar:اسم الملف المستهدف، دون البادئة ملف:.\";'),('ary','messages:apihelp-filerevert-summary','s:49:\"ar:استرجع الملف لنسخة قديمة.\";'),('ary','messages:apihelp-format-example-generic','s:60:\"ar:إرجاع نتيجة الاستعلام بتنسيق $1.\";'),('ary','messages:apihelp-format-param-wrappedhtml','s:116:\"ar:إرجاع HTML المطبوع بشكل جيد ووحدات ResourceLoader المرتبطة به ككائن JSON.\";'),('ary','messages:apihelp-help-example-help','s:55:\"ar:مساعدة لوحدة المساعدة نفسها.\";'),('ary','messages:apihelp-help-example-main','s:46:\"ar:مساعدة للوحدة الرئيسية.\";'),('ary','messages:apihelp-help-example-query','s:59:\"ar:مساعدة لوحدتي استعلام فرعيتين.\";'),('ary','messages:apihelp-help-example-recursive','s:50:\"ar:كل المساعدة في صفحة واحدة.\";'),('ary','messages:apihelp-help-example-submodules','s:90:\"ar:مساعدة ل<kbd>action=query</kbd> وجميع الوحدات الفرعية لها.\";'),('ary','messages:apihelp-help-param-helpformat','s:40:\"ar:شكل مخرجات المساعدة.\";'),('ary','messages:apihelp-help-param-modules','s:188:\"ar:وحدات لعرض مساعدة لها (قيم وسائط <var>action</var> و<var>format</var> أو<kbd>main</kbd>). يمكن تحديد الوحدات الفرعية ب <kbd>+</kbd>.\";'),('ary','messages:apihelp-help-param-recursivesubmodules','s:79:\"ar:تشمل المساعدة للوحدات الفرعية بشكل متكرر.\";'),('ary','messages:apihelp-help-param-submodules','s:92:\"ar:تشمل المساعدة للوحدات الفرعية من الوحدة المسماة.\";'),('ary','messages:apihelp-help-param-toc','s:65:\"ar:يتضمن جدول المحتويات في مخرجات HTML.\";'),('ary','messages:apihelp-help-param-wrap','s:83:\"ar:التفاف المخرجات في بنية استجابة API القياسية.\";'),('ary','messages:apihelp-help-summary','s:47:\"ar:عرض مساعدة لوحدات محددة.\";'),('ary','messages:apihelp-imagerotate-example-generator','s:101:\"ar:تدوير جميع الصور في <kbd>Category:Flip</kbd> بمقدار <kbd>180</kbd> درجة.\";'),('ary','messages:apihelp-imagerotate-example-simple','s:78:\"ar:تدوير <kbd>File:Example.png</kbd> بمقدار <kbd>90</kbd> درجة.\";'),('ary','messages:apihelp-imagerotate-param-rotation','s:76:\"ar:درجة تدوير الصورة في اتجاه عقارب الساعة.\";'),('ary','messages:apihelp-imagerotate-param-tags','s:72:\"ar:تنطبق الوسوم على الإدخال في سجل الرفع.\";'),('ary','messages:apihelp-imagerotate-summary','s:48:\"ar:تدوير صورة واحدة أو أكثر.\";'),('ary','messages:apihelp-import-example-import','s:95:\"ar:استيراد [[meta:Help:ParserFunctions]] للنطاق 100 بالتاريخ الكامل.\";'),('ary','messages:apihelp-import-extended-description','s:208:\"ar:لاحظ أنه يجب أن يتم إجراء POST HTTP كرفع ملف (أي باستخدام بيانات متعددة الأجزاء/النماذج) عند إرسال ملف للوسيط <var>xml</var>.\";'),('ary','messages:apihelp-import-param-assignknownusers','s:124:\"ar:تعيين تعديلات للمستخدمين المحليين حيث يوجد المستخدم المحدد محليا.\";'),('ary','messages:apihelp-import-param-fullhistory','s:144:\"ar:بالنسبة لواردات الإنترويكي: استيراد التاريخ كاملا، وليست النسخة الحالية فقط.\";'),('ary','messages:apihelp-import-param-interwikipage','s:85:\"ar:بالنسبة لواردات الإنترويكي: صفحة لاستيرادها.\";'),('ary','messages:apihelp-import-param-interwikiprefix','s:250:\"ar:بالنسبة للواردات المرفوعة: بادئة إنترويكي لتطبيقها على أسماء مستخدمين غير معروفة (والمستخدمين المعروفين إذا تم تعيين <var>$1assignknownusers</var>).\";'),('ary','messages:apihelp-import-param-interwikisource','s:90:\"ar:بالنسبة لواردات الإنترويكي: ويكي للاستيراد منه.\";'),('ary','messages:apihelp-import-param-namespace','s:120:\"ar:استيراد إلى هذا النطاق. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('ary','messages:apihelp-import-param-rootpage','s:137:\"ar:استيراد كصفحة فرعية لهذه الصفحة. لا يمكن أن يُستخدَم إلى جانب <var>$1rootpage</var>.\";'),('ary','messages:apihelp-import-param-summary','s:49:\"ar:ملخص إدخال سجل الاستيراد.\";'),('ary','messages:apihelp-import-param-tags','s:177:\"ar:تغيير الوسوم لتطبيقها على الإدخال في سجل الاستيراد وعلى المراجعة الخالية في الصفحات المستوردة.\";'),('ary','messages:apihelp-import-param-templates','s:114:\"ar:بالنسبة لواردات الإنترويكي: الإستيراد شمل كافة القوالب كذلك.\";'),('ary','messages:apihelp-import-param-xml','s:25:\"ar:ملف XML مرفوع.\";'),('ary','messages:apihelp-import-summary','s:78:\"ar:استيراد صفحة من موقع ويكي آخر أو من ملف XML.\";'),('ary','messages:apihelp-json-param-ascii','s:209:\"ar:إذا تم تحديده، يشفر كل غير ASCII باستخدام تسلسلات الهروب السداسية العشرية، افتراضي عندما يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('ary','messages:apihelp-json-param-callback','s:207:\"ar:إذا تم تحديده، فسيقوم بإخراج الإخراج في استدعاء دالة معينة، للسلامة; سيتم تقييد جميع البيانات الخاصة بالمستخدم.\";'),('ary','messages:apihelp-json-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('ary','messages:apihelp-json-param-utf8','s:288:\"ar:إذا تم تحديده، يقوم بترميز معظم (وليس كل) الأحرف غير ASCII كـUTF-8 بدلا من استبدالها بتسلسلات الهروب السداسية العشرية، افتراضي عندما لا يكون <var>formatversion</var> <kbd>1</kbd>.\";'),('ary','messages:apihelp-json-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('ary','messages:apihelp-json-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('ary','messages:apihelp-json-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('ary','messages:apihelp-json-summary','s:49:\"ar:بيانات الإخراج بتنسيق JSON.\";'),('ary','messages:apihelp-jsonfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('ary','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('ary','messages:apihelp-linkaccount-example-link','s:61:\"ar:بدء عملية ربط حساب من <kbd>Example</kbd>.\";'),('ary','messages:apihelp-linkaccount-summary','s:79:\"ar:ربط حساب من موفر طرف ثالث للمستخدم الحالي.\";'),('ary','messages:apihelp-login-example-login','s:26:\"ar:تسجيل الدخول\";'),('ary','messages:apihelp-login-extended-description','s:424:\"ar:وينبغي استخدام هذا الإجراء فقط في تركيبة مع [[Special:BotPasswords|خاص:كلمات مرور البوت]]. تم إهمال استخدام لتسجيل الدخول للحساب الرئيسي وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ary','messages:apihelp-login-extended-description-nobotpasswords','s:226:\"ar:هذا العمل مستنكر وقد يفشل دون سابق إنذار. لتسجيل الدخول بأمان إلى الحساب الرئيسي; استخدم <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('ary','messages:apihelp-login-param-domain','s:33:\"ar:النطاق (اختياري).\";'),('ary','messages:apihelp-login-param-name','s:27:\"ar:اسم المستخدم.\";'),('ary','messages:apihelp-login-param-password','s:20:\"ar:كلمة السر\";'),('ary','messages:apihelp-login-param-token','s:75:\"ar:تم الحصول على رمز الدخول في الطلب الأول.\";'),('ary','messages:apihelp-login-summary','s:76:\"ar:سجل دخولك الآن واحصل على مصادقة الكوكيز.\";'),('ary','messages:apihelp-logout-example-logout','s:53:\"ar:تسجيل خروج المستخدم الحالي.\";'),('ary','messages:apihelp-logout-summary','s:62:\"ar:تسجيل الخروج ومسح بيانات الجلسة.\";'),('ary','messages:apihelp-main-extended-description','s:1714:\"ar:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|التوثيق]]\n* [[mw:Special:MyLanguage/API:Etiquette|الآداب وإرشادات الاستخدام]]\n* [[mw:Special:MyLanguage/API:FAQ|الأسئلة الأكثر تكرارا]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ القائمة البريدية]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ إعلانات API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R الأخطاء والطلبات]\n</div>\n<strong>الحالة:</strong> API ميدياويكي هي واجهة ناضجة ومستقرة يتم دعمها وتحسينها بشكل نشط، في حين أننا نحاول تجنب ذلك، قد نحتاج في بعض الأحيان إلى إجراء تغييرات في التكسير، اشترك في [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ القائمة البريدية لإعلان API ميدياويكي] لإشعارات التحديثات.\n\n<strong>الطلبات الخاطئة:</strong>عندما يتم إرسال طلبات خاطئة إلى API، سيتم إرسال رأس HTTP مع مفتاح \"خطأ-API-ميدياويكي\"، وبعد ذلك سترجع قيمة الرأس ورمز الخطأ المرتجع إلى يتم تعيينه على نفس القيمة، لمزيد من المعلومات; راجع [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>الاختبار:</strong>لسهولة اختبار طلبات API ; انظر [[Special:ApiSandbox]].</p>\";'),('ary','messages:apihelp-main-param-action','s:26:\"ar:أي فعل للعمل.\";'),('ary','messages:apihelp-main-param-assert','s:276:\"ar:تحقق من تسجيل المستخدم للدخول في حالة التعيين على <kbd>user</kbd>، أو <em>عدم</em> تسجيل الدخول إذا تم التعيين على <kbd>anon</kbd>، أو حق مستخدم الروبوت في حالة <kbd>bot</kbd>.\";'),('ary','messages:apihelp-main-param-assertuser','s:91:\"ar:التحقق من أن المستخدم الحالي هو المستخدم المسمى.\";'),('ary','messages:apihelp-main-param-curtimestamp','s:71:\"ar:تشمل الطابع الزمني الحالي في النتيجة.\";'),('ary','messages:apihelp-main-param-errorformat','s:81:\"ar:تنسيق لاستخدامه في التحذير وإخراج نص الخطأ\";'),('ary','messages:apihelp-main-param-errorlang','s:429:\"ar:لغة لاستخدامها في التحذيرات والأخطاء. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا، أو تحديد <kbd>uselang</kbd> لاستخدام نفس القيمة كوسيط <var>uselang</var>.\";'),('ary','messages:apihelp-main-param-errorsuselocal','s:139:\"ar:إذا ما أعطيت، النصوص الخطأ ستستخدم الرسائل المخصصة محليا من نطاق {{ns:MediaWiki}}.\";'),('ary','messages:apihelp-main-param-format','s:23:\"ar:صيغة الخرج.\";'),('ary','messages:apihelp-main-param-maxage','s:208:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>max-age</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('ary','messages:apihelp-main-param-maxlag','s:724:\"ar:يمكن استخدام التأخر الأقصى عند تثبيت ميدياويكي على قاعدة بيانات مكررة، لحفظ الإجراءات التي تتسبب في أي تأخير أكثر في النسخ المتماثل للموقع; يمكن أن يجعل هذا الوسيط العميل ينتظر حتى يكون تأخر النسخ المتماثل أقل من القيمة المحددة، في حالة التأخير المفرط، يتم إرجاع رمز الخطأ <samp>maxlag</samp> برسالة مثل <samp>Waiting for $host: $lag seconds lagged</samp>،<br />انظر [[mw:Special:MyLanguage/Manual:Maxlag_parameter|دليل: الوسيط maxlag]] لمزيد من المعلومات.\";'),('ary','messages:apihelp-main-param-origin','s:1392:\"ar:عند الوصول إلى API باستخدام طلب AJAX عبر النطاقات (CORS)، اضبطها على النطاق الأصلي، يجب تضمين هذا في أي طلب ما قبل الطيران، وبالتالي يجب أن يكون جزءا من طلب URI (وليس جسم POST). \n\nبالنسبة للطلبات المصادقة، يجب أن يتطابق هذا مع أحد المصادر الموجودة في الرأس<code>Origin</code> بالضبط; لذا يجب تعيينه على شيء مثل<kbd>https://en.wikipedia.org</kbd> أو <kbd>https://meta.wikimedia.org</kbd>، إذا لم يتطابق هذا الوسيط مع الرأس<code>Origin</code>، فسيتم إرجاع استجابة 403، إذا كانت هذه المعلمة تتطابق مع رأس <code>Origin</code> وكان الأصل مسموحًا به، ستتم إضافة الأصل إلى القائمة البيضاء، سيتم تعيين الرؤوس <code>Access-Control-Allow-Origin</code> و<code>Access-Control-Allow-Credentials</code>.\n\nبالنسبة للطلبات غير المصادقة، حدد القيمة <kbd>*</kbd>، سيؤدي ذلك إلى تعيين الرأس <code>Access-Control-Allow-Origin</code>، ولكن <code>Access-Control-Allow-Credentials</code> سيكون <code>false</code> وسيتم تقييد كل البيانات الخاصة بالمستخدم.\";'),('ary','messages:apihelp-main-param-requestid','s:135:\"ar:سيتم إدراج أي قيمة معينة هنا في الاستجابة. يمكن أن تستخدم لتمييز الطلبات.\";'),('ary','messages:apihelp-main-param-responselanginfo','s:117:\"ar:تشمل اللغات المستخدمة لأجل <var>uselang</var> and <var>errorlang</var> في النتيجة.\";'),('ary','messages:apihelp-main-param-servedby','s:81:\"ar:تتضمن اسم المضيف الذي الخدم طلب في النتائج.\";'),('ary','messages:apihelp-main-param-smaxage','s:209:\"ar:تعيين رأس التحكم في ذاكرة التخزين المؤقت HTTP <code>s-maxage</code> إلى هذه الثواني العديدة، لا يتم تخزين الأخطاء مؤقتا أبدا.\";'),('ary','messages:apihelp-main-param-uselang','s:417:\"ar:اللغة المستخدمة لترجمة الرسائل. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> بـ<kbd>siprop=languages</kbd> يقوم بإرجاع قائمة أكواد اللغة، أو تحديد <kbd>user</kbd> لاستخدام تفضيل اللغة للمستخدم الحالي، أو تحديد <kbd>content</kbd> لاستخدام لغة محتوى الويكي هذا.\";'),('ary','messages:apihelp-main-param-variant','s:125:\"ar:متغير اللغة. يعمل فقط إذا كانت اللغة الأساسية تدعم التحويل المتغير.\";'),('ary','messages:apihelp-main-paramvalue-errorformat-bc','s:134:\"ar:التنسيق المستخدم قبل ميدياويكي 1.29. يتم تجاهل <var>errorlang</var> و<var>errorsuselocal</var>.\";'),('ary','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('ary','messages:apihelp-main-paramvalue-errorformat-none','s:64:\"ar:لا يوجد إخراج نصي، فقط رموز الخطأ.\";'),('ary','messages:apihelp-main-paramvalue-errorformat-plaintext','s:85:\"ar:ويكي نص مع إزالة علامات HTML واستبدال الكيانات.\";'),('ary','messages:apihelp-main-paramvalue-errorformat-raw','s:48:\"ar:مفتاح الرسالة والمعلمات.\";'),('ary','messages:apihelp-main-paramvalue-errorformat-wikitext','s:33:\"ar:نص ويكي غير معرب.\";'),('ary','messages:apihelp-main-summary','s:3:\"en:\";'),('ary','messages:apihelp-managetags-example-activate','s:100:\"ar:تنشيط الوسم المسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('ary','messages:apihelp-managetags-example-create','s:92:\"ar:إنشاء وسم مسمى <kbd>spam</kbd> بسبب <kbd>For use in edit patrolling</kbd>\";'),('ary','messages:apihelp-managetags-example-deactivate','s:92:\"ar:تعطيل الوسم المسمى <kbd>spam</kbd> بسبب <kbd>No longer required</kbd>\";'),('ary','messages:apihelp-managetags-example-delete','s:66:\"ar:حذف <kbd>vandlaism</kbd> وسم بسبب <kbd>Misspelt</kbd>\";'),('ary','messages:apihelp-managetags-param-ignorewarnings','s:90:\"ar:إذا كان سيتم تجاهل أي تحذيرات تصدر خلال العملية.\";'),('ary','messages:apihelp-managetags-param-operation','s:614:\"ar:أي الإجراءات ستنفذ:\n؛ إنشاء: إنشاء وسم التغيير جديدة للاستخدام اليدوي.\n؛ حذف: إزالة وسم التغيير من قاعدة البيانات، بما في ذلك إزالة الوسم من كافة المراجعات، وإدخالات التغيير الأخيرة، وإدخالات السجل المستخدم.\n؛ تنشيط: تنشيط وسم التغيير، مما يسمح للمستخدمين بتطبيقه يدويا.\n; إلغاء: إلغاء تنشيط وسم التغيير، ومنع المستخدمين من تطبيقه يدويا.\";'),('ary','messages:apihelp-managetags-param-reason','s:91:\"ar:سبب اختياري لإنشاء، وحذف، وتفعيل أو تعطيل الوسم.\";'),('ary','messages:apihelp-managetags-param-tag','s:464:\"ar:وسم لإنشاء أو حذف أو تنشيط أو إلغاء تنشيط. لإنشاء وسم; يجب ألا يكون الوسم موجودا، لحذف وسم; يجب أن يكون الوسم موجودا، لتنشيط وسم; يجب أن يكون الوسم موجودا وغير مستخدم بواسطة إضافة، لإلغاء تنشيط وسم; يجب أن يكون الوسم نشطا في الوقت الحالي ويتم تحديدها يدويا.\";'),('ary','messages:apihelp-managetags-param-tags','s:102:\"ar:تغيير الوسوم لتطبيق الإدخال في سجل الحذف إدارة الوسوم.\";'),('ary','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('ary','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('ary','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('ary','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('ary','messages:apihelp-managetags-summary','s:85:\"ar:أداء المهام الإدارية المتعلقة بتغيير الوسوم.\";'),('ary','messages:apihelp-mergehistory-example-merge','s:77:\"ar:دمج تاريخ <kbd>Oldpage</kbd> كاملا إلى <kbd>Newpage</kbd>.\";'),('ary','messages:apihelp-mergehistory-example-merge-timestamp','s:128:\"ar:دمج مراجعات الصفحة <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> إلى <kbd>Newpage</kbd>.\";'),('ary','messages:apihelp-mergehistory-param-from','s:135:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1fromid</var>.\";'),('ary','messages:apihelp-mergehistory-param-fromid','s:131:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1from</var>.\";'),('ary','messages:apihelp-mergehistory-param-reason','s:32:\"ar:سبب دمج التاريخ.\";'),('ary','messages:apihelp-mergehistory-param-timestamp','s:288:\"ar:الطابع الزمني للمراجعات التي سيتم نقلها من تاريخ صفحة المصدر إلى تاريخ صفحة الوجهة. إذا تم حذفها، سيتم دمج تاريخ الصفحة كاملا من صفحة المصدر إلى صفحة الوجهة.\";'),('ary','messages:apihelp-mergehistory-param-to','s:133:\"ar:عنوان الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1toid</var>.\";'),('ary','messages:apihelp-mergehistory-param-toid','s:129:\"ar:معرف الصفحة التي سيتم دمج تاريخها. لا يمكن أن تُستخدَم بجانب <var>$1to</var>.\";'),('ary','messages:apihelp-mergehistory-summary','s:36:\"ar:ادمج تاريخ الصفحة.\";'),('ary','messages:apihelp-mobileview-description','s:77:\"ar:يعطي البيانات الضرورية لعرض نسخة الجوال.\";'),('ary','messages:apihelp-mobileview-example-1','s:52:\"en:Get information about section 0 of [[Doom metal]]\";'),('ary','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('ary','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('ary','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('ary','messages:apihelp-mobileview-param-noheadings','s:54:\"ar:عدم تضمين العناوين في الخرج.\";'),('ary','messages:apihelp-mobileview-param-noimages','s:33:\"ar:إعطاء HTML بلا صور.\";'),('ary','messages:apihelp-mobileview-param-notransform','s:74:\"ar:عدم تحويل HTML إلى النسخة الخاصة بالجوال.\";'),('ary','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('ary','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('ary','messages:apihelp-mobileview-param-page','s:59:\"ar:عنوان الصفحة المطلوب معالجتها.\";'),('ary','messages:apihelp-mobileview-param-pageprops','s:167:\"ar:الخصائص الواجب سردها في النتائج: قائمة مفصولة بخطوط عمودية («|») أو «*» لإعطاء جميع الخصائص.\";'),('ary','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('ary','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('ary','messages:apihelp-mobileview-param-redirect','s:70:\"ar:ما إذا كان من المطلوب تتبع التحويلات.\";'),('ary','messages:apihelp-mobileview-param-sectionprop','s:74:\"ar:المعلومات الواجب استخلاصها عن المقاطع.\";'),('ary','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('ary','messages:apihelp-mobileview-param-thumbheight','s:28:\"en:Maximum thumbnail height.\";'),('ary','messages:apihelp-mobileview-param-thumbsize','s:68:\"ar:القيمة القصوى لبعدي الصورة المصغرة.\";'),('ary','messages:apihelp-mobileview-param-thumbwidth','s:27:\"en:Maximum thumbnail width.\";'),('ary','messages:apihelp-mobileview-param-variant','s:56:\"ar:تحويل المحتوى إلى هذه اللهجة.\";'),('ary','messages:apihelp-move-example-move','s:87:\"ar:انقل <kbd>Badtitle</kbd> إلى <kbd>Goodtitle</kbd> دون ترك تحويلة.\";'),('ary','messages:apihelp-move-param-from','s:104:\"ar:عنوان الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('ary','messages:apihelp-move-param-fromid','s:102:\"ar:معرف الصفحة للنقل. لا يمكن أن تُستخدَم بجانب <var>$1pageid</var\";'),('ary','messages:apihelp-move-param-ignorewarnings','s:34:\"ar:تجاهل أي تحذيرات.\";'),('ary','messages:apihelp-move-param-movesubpages','s:75:\"ar:إعادة تسمية الصفحات الفرعية، إن وُجِدت.\";'),('ary','messages:apihelp-move-param-movetalk','s:67:\"ar:إعادة تسمية صفحة النقاش، إن وُجِدت.\";'),('ary','messages:apihelp-move-param-noredirect','s:30:\"ar:لا تنشئ تحويلة.\";'),('ary','messages:apihelp-move-param-reason','s:42:\"ar:السبب لإعادة التسمية.\";'),('ary','messages:apihelp-move-param-tags','s:153:\"ar:غير الوسوم لتطبيقها على الإدخال في سجل النقل وعلى النسخة الفارغة في الصفحة الوجهة.\";'),('ary','messages:apihelp-move-param-to','s:56:\"ar:عنوان لإعادة تسمية الصفحة له.\";'),('ary','messages:apihelp-move-param-unwatch','s:107:\"ar:إزالة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-move-param-watch','s:107:\"ar:إضافة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-move-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-move-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-move-summary','s:19:\"ar:نقل صفحة.\";'),('ary','messages:apihelp-no-such-module','s:36:\"ary:لمودول \"$1\" ماكاينش\";'),('ary','messages:apihelp-none-summary','s:33:\"ar:عدم إخراج أي شيء.\";'),('ary','messages:apihelp-opensearch-example-te','s:59:\"ar:العثور على صفحات تبدأ ب<kbd>Te</kbd>.\";'),('ary','messages:apihelp-opensearch-param-format','s:25:\"ar:شكل الإخراج.\";'),('ary','messages:apihelp-opensearch-param-limit','s:56:\"ar:الحد الأقصى للنتائج المُرجعة\";'),('ary','messages:apihelp-opensearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('ary','messages:apihelp-opensearch-param-redirects','s:346:\"ar:كيفية التعامل مع التحويلات:\n;إرجاع: إرجاع التحويلة نفسها.\n;حل: إرجاع الصفحة الهدف، قد ترجع نتائج أقل من $1limit.\nلأسباب تاريخية; يكون الإعداد الافتراضي هو \"إرجاع\" لـ$1format=json و\"حل\" للتنسيقات الأخرى.\";'),('ary','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('ary','messages:apihelp-opensearch-param-search','s:20:\"ar:سطر البحث\";'),('ary','messages:apihelp-opensearch-param-suggest','s:30:\"ar:لم يعد مستخدما.\";'),('ary','messages:apihelp-opensearch-param-warningsaserror','s:118:\"ar:إذا تم رفع التحذيرات ب<kbd>format=json</kbd>, أعد أخطاء API بدلا من تجاهلها.\";'),('ary','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('ary','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('ary','messages:apihelp-opensearch-summary','s:86:\"ar:بحث الويكي باستخدام بروتوكول أوبن سيرش OpenSearch.\";'),('ary','messages:apihelp-options-example-change','s:64:\"ar:غير تفضيلات <kbd>skin</kbd> و<kbd>hideminor</kbd>.\";'),('ary','messages:apihelp-options-example-complex','s:105:\"ar:إعادة تعيين جميع تفضيلات، ثم تعيين <kbd>skin</kbd> و<kbd>nickname</kbd>.\";'),('ary','messages:apihelp-options-example-reset','s:49:\"ar:إعادة تعيين كل التفضيلات.\";'),('ary','messages:apihelp-options-extended-description','s:309:\"ar:لا يمكن تعيين سوى الخيارات المسجلة في النواة أو في أحد الملحقات المثبتة، أو الخيارات مع المفاتيح المسبوقة بـ<code>userjs-</code> (التي يُراد استخدامها من قبل سكريبتات المستخدم).\";'),('ary','messages:apihelp-options-param-change','s:560:\"ar:قائمة بالتغييرات، الاسم المنسق=value (مثل skin=vector)، إذا لم يتم تحديد أية قيمة (ولا حتى علامة المساواة)، على سبيل المثال، optionname|otheroption|..., ستتم إعادة تعيين الخيار إلى قيمته الافتراضية، إذا كانت أية قيمة تم تمريرها تحتوي على حرف الأنبوب(<kbd>|</kbd>)، فاستخدم [[Special:ApiHelp/main#main/datatypes| فاصل بديل متعدد القيم]] للعملية الصحيحة.\";'),('ary','messages:apihelp-options-param-optionname','s:117:\"ar:اسم الخيار الذي ينبغي ضبطه إلى القيمة التي قدمها <var>$1optionvalue</var>.\";'),('ary','messages:apihelp-options-param-optionvalue','s:74:\"ar:قيمة للخيار المحدد من قبل <var>$1optionname</var>.\";'),('ary','messages:apihelp-options-param-reset','s:100:\"ar:إعادة تعيين التفضيلات إلى إعدادات الموقع الإفتراضية.\";'),('ary','messages:apihelp-options-param-resetkinds','s:123:\"ar:قائمة أنواع الخيارات لإعادة ضبطها عندما يتم تعيين خيار <var>$1reset</var>.\";'),('ary','messages:apihelp-options-summary','s:59:\"ar:تغيير تفضيلات المستخدم الحالي.\";'),('ary','messages:apihelp-paraminfo-example-1','s:284:\"ar:عرض معلومات عن <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> و<kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd> و<kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> و<kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('ary','messages:apihelp-paraminfo-example-2','s:124:\"ar:أظهر المعلومات لجميع الوحدات الفرعية ل<kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('ary','messages:apihelp-paraminfo-param-formatmodules','s:149:\"ar:قائمة بأسماء أشكال الوحدات (قيم الوسيط <var>format</var>). استخدم <var>$1modules</var> بدلا من ذلك.\";'),('ary','messages:apihelp-paraminfo-param-helpformat','s:38:\"ar:شكل سلاسل المساعدة.\";'),('ary','messages:apihelp-paraminfo-param-mainmodule','s:169:\"ar:الحصول على معلومات عن وحدة (المستوى الأعلى) الرئيسية أيضا. استخدم <kbd>$1modules=main</kbd> بدلا من ذلك.\";'),('ary','messages:apihelp-paraminfo-param-modules','s:388:\"ar:قائمة بأسماء الوحدات (قيم الوسائط <var>action</var> أو <var>format</var> أو <kbd>main</kbd>)، يمكن تحديد الوحدات الفرعية التي تحتوي على <kbd>+</kbd>، أو كل الوحدات الفرعية التي تحتوي على <kbd>+*</kbd>، أو جميع الوحدات الفرعية بشكل متكرر بـ<kbd>+**</kbd>.\";'),('ary','messages:apihelp-paraminfo-param-pagesetmodule','s:136:\"ar:الحصول على معلومات حول وحدة مجموعة الصفحة (يتم توفير titles= والأصدقاء) كذلك.\";'),('ary','messages:apihelp-paraminfo-param-querymodules','s:225:\"ar:قائمة بأسماء وحدات الاستعلام (قيمة وسيط <var>prop</var> أو <var>meta</var> أو <var>list</var>)، استخدم <kbd>$1modules=query+foo</kbd> بدلا من <kbd>$1querymodules=foo</kbd>.\";'),('ary','messages:apihelp-paraminfo-summary','s:60:\"ar:الحصول على معلومات حول وحدات API.\";'),('ary','messages:apihelp-parse-example-page','s:23:\"ar:تحليل صفحة.\";'),('ary','messages:apihelp-parse-example-summary','s:27:\"ar:تحليل الملخص.\";'),('ary','messages:apihelp-parse-example-text','s:31:\"ar:تحليل نصوص ويكي\";'),('ary','messages:apihelp-parse-example-texttitle','s:69:\"ar:تحليل نصوص ويكي، تحديد عنوان الصفحة.\";'),('ary','messages:apihelp-parse-extended-description','s:628:\"ar:راجع مختلف وحدات prop لـ<kbd>[[Special:ApiHelp/query|action=query]]</kbd> للحصول على معلومات من الإصدار الحالي للصفحة.\n\nهناك عدة طرق لتحديد النص المراد تحليله: \n# حدد صفحة أو مراجعة، باستخدام <var>$1page</var> أو <var>$1pageid</var> أو <var>$1oldid</var>.\n# حدد المحتوى بشكل صريح، باستخدام <var>$1text</var> و<var>$1title</var> و<var>$1revid</var> و<var>$1contentmodel</var>.\n# تحديد ملخص للتحليل فقط، يجب إعطاء قيمة فارغة لـ<var>$1prop</var>.\";'),('ary','messages:apihelp-parse-param-contentformat','s:136:\"ar:نموذج المحتوى المسلسل يُستخدَم للنص المدخل. صالح فقط عند استخدامه مع $1text.\";'),('ary','messages:apihelp-parse-param-contentmodel','s:255:\"ar:نموذج المحتوى لنص الإدخال، إذا تم تجاهله، فيجب تحديد $1title، وسيكون الإعداد الافتراضي هو نموذج العنوان المحدد، صالح فقط عند استخدامه مع $1text.\";'),('ary','messages:apihelp-parse-param-disableeditsection','s:82:\"ar:تجاهل وصلات تحرير الأقسام من مخرجات المحلل.\";'),('ary','messages:apihelp-parse-param-disablelimitreport','s:88:\"ar:تجاهل تقرير الحد (\"NewPP limit report\") من مخرجات المحلل.\";'),('ary','messages:apihelp-parse-param-disablepp','s:69:\"ar:استخدم <var>$1disablelimitreport</var> بدلا من ذلك.\";'),('ary','messages:apihelp-parse-param-disablestylededuplication','s:87:\"ar:لا تكرر أوراق الأنماط المضمنة في إخراج المحلل.\";'),('ary','messages:apihelp-parse-param-disabletoc','s:64:\"ar:تجاهل جدول المحتويات في المخرجات.\";'),('ary','messages:apihelp-parse-param-effectivelanglinks','s:125:\"ar:يشمل وصلات لغة المقدمة بواسطة ملحقات (للاستخدام مع <kbd>$1prop=langlinks</kbd>).\";'),('ary','messages:apihelp-parse-param-generatexml','s:138:\"ar:توليد شجرة تحليل XML (يتطلب نموذج المحتوى <code>$1</code>; حل محلها <kbd>$2prop=parsetree</kbd>).\";'),('ary','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('ary','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('ary','messages:apihelp-parse-param-noimages','s:50:\"ar:تعطيل الصور في خرج الجوال.\";'),('ary','messages:apihelp-parse-param-oldid','s:99:\"ar:تحليل مضمون هذا التعديل. تجاوز <var>$1page</var> و<var>$1pageid</var>.\";'),('ary','messages:apihelp-parse-param-onlypst','s:245:\"ar:قم بإجراء تحويل ما قبل الحفظ (PST) على الإدخال، ولكن لا تقم بتحليله; لعرض نفس نص الويكي، بعد تطبيق PST، صالح فقط عند استخدامه مع <var>$1text</var>.\";'),('ary','messages:apihelp-parse-param-page','s:134:\"ar:تحليل محتوى هذه الصفحة. لا يمكن أن تُستخدَم بجانب <var>$1text</var> and <var>$1title</var>.\";'),('ary','messages:apihelp-parse-param-pageid','s:71:\"ar:حلل محتوى هذه الصفحة. تجاوز <var>$1page</var>.\";'),('ary','messages:apihelp-parse-param-preview','s:43:\"ar:تحليل في وضع المعاينة.\";'),('ary','messages:apihelp-parse-param-prop','s:74:\"ar:أي قطعة من المعلومات تريد الحصول عليها:\";'),('ary','messages:apihelp-parse-param-pst','s:143:\"ar:قم بتحويل قبل الحفظ على المدخلات قبل تحليل ذلك. صالح فقط عند استخدامه مع النص.\";'),('ary','messages:apihelp-parse-param-redirects','s:100:\"ar:لو <var>$1page</var> أو <var>$1pageid</var> is تم تعيينها للتحويل، حلها.\";'),('ary','messages:apihelp-parse-param-revid','s:110:\"ar:معرف المراجعة، لـ<code><nowiki>{{REVISIONID}}</nowiki></code> ومتغيرات مشابهة.\";'),('ary','messages:apihelp-parse-param-section','s:384:\"ar:قم فقط بتحليل محتوى القسم باستخدام هذا المعرف.! N !! N! عندما يكون <kbd>جديدًا</kbd> ، قم بتحليل <var>$1</var> <var>$1 وعنوان المقطع $ 1</var> كما لو كنت تضيف قسمًا جديدًا إلى الصفحة.! N !! N! <kbd>جديد</kbd> مسموح به فقط عند تحديد <var>النص</var> .\";'),('ary','messages:apihelp-parse-param-sectionpreview','s:94:\"ar:تحليل في وضع معاينة القسم (يمكن وضع المعاينة أيضا).\";'),('ary','messages:apihelp-parse-param-sectiontitle','s:207:\"ar:عنوان قسم جديد عندما يكون <var>section</var> <kbd>new</kbd>.\n\nعلى عكس تحرير الصفحة، لا يرجع هذا إلى <var>summary</var> عند حذفه أو تفريغه.\";'),('ary','messages:apihelp-parse-param-showstrategykeys','s:132:\"ar:ما إذا كان سيتم تضمين معلومات إستراتيجية الدمج الداخلي في jsconfigvars أم لا.\";'),('ary','messages:apihelp-parse-param-summary','s:27:\"ar:ملخص للتحليل.\";'),('ary','messages:apihelp-parse-param-text','s:131:\"ar:نص للتحليل. استخدم <var>$1title</var> أو <var>$1contentmodel</var> للتحكم في نموذج المحتوى.\";'),('ary','messages:apihelp-parse-param-title','s:201:\"ar:عنوان الصفحة التي ينتمي النص إليها.إذا تم حذفها، <var>$1contentmodel</var> يجب أن تكون محددة، و[[API]] سيتم استخدامه كعنوان.\";'),('ary','messages:apihelp-parse-param-useskin','s:248:\"ar:تطبيق المظهر المحدد لإخراج المحلل اللغوي، قد يؤثر على الخصائص التالية: <kbd>langlinks</kbd> ،<kbd>headitems</kbd> ،<kbd>modules</kbd> ،<kbd>jsconfigvars</kbd> ،<kbd>indicators</kbd>.\";'),('ary','messages:apihelp-parse-param-wrapoutputclass','s:68:\"ar:فئة CSS لاستخدام التفاف إخراج المحلل.\";'),('ary','messages:apihelp-parse-paramvalue-prop-categories','s:69:\"ar:يعطي التصنيفات في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:47:\"ar:يعطي إصدار HTML للتصنيفات.\";'),('ary','messages:apihelp-parse-paramvalue-prop-displaytitle','s:65:\"ar:يضيف العنوان في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:113:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة كسلسلة JSON.\";'),('ary','messages:apihelp-parse-paramvalue-prop-externallinks','s:82:\"ar:يعطي الوصلات الخارجية في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-headhtml','s:169:\"ar:يمنح نوع مستند محلولا، ويفتح عنصر <code>&lt;html&gt;</code>، <code>&lt;head&gt;</code> ويفتح <code>&lt;body&gt;</code> الصفحة.\";'),('ary','messages:apihelp-parse-paramvalue-prop-headitems','s:80:\"ar:يعطي عناصر لوضعها في <code>&lt;head&gt;</code> الصفحة.\";'),('ary','messages:apihelp-parse-paramvalue-prop-images','s:61:\"ar:يعطي الصور في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-indicators','s:89:\"ar:يعطي HTML مؤشرات حالة الصفحة المستخدمة في الصفحة.\";'),('ary','messages:apihelp-parse-paramvalue-prop-iwlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:154:\"ar:يعطي متغيرات تكوين جافا سكريبت الخاصة بهذه الصفحة. للتطبيق; استخدم <code>mw.config.set()</code>.\";'),('ary','messages:apihelp-parse-paramvalue-prop-langlinks','s:74:\"ar:يعطي وصلات اللغات في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:154:\"ar:يعطي تقرير الحد بطريقة منظمة. لا يعطي أية بيانات، عندما يتم تعيين <var>$1disablelimitreport</var>.\";'),('ary','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:147:\"ar:يعطي إصدار HTML لتقرير الحد. لا يعطي أية بيانات، عندما يتم تعيين<var>$1disablelimitreport</var>.\";'),('ary','messages:apihelp-parse-paramvalue-prop-links','s:82:\"ar:يعطي الوصلات الداخلية في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-modules','s:257:\"ar:يعطي وحدات ResourceLoader المستخدمة في الصفحة، للتحميل; استخدم <code>mw.loader.using()</code>، يجب طلب <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd> بشكل مشترك مع <kbd>modules</kbd>.\";'),('ary','messages:apihelp-parse-paramvalue-prop-parsetree','s:111:\"ar:شجرة تحليل XML لمحتويات المراجعة (يتطلب نموذج محتوى <code>$1</code>)\";'),('ary','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:104:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (كنص ويكي).\";'),('ary','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:106:\"ar:يعطي التحذيرات التي حدثت أثناء تحليل المحتوى (بتنسيق HTML).\";'),('ary','messages:apihelp-parse-paramvalue-prop-properties','s:97:\"ar:يعطي الخصائص المختلفة المحددة في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-revid','s:82:\"ar:يضيف معرِف المراجعة للصفحة التي تم تحليلها.\";'),('ary','messages:apihelp-parse-paramvalue-prop-sections','s:65:\"ar:يعطي الأقسام في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-subtitle','s:95:\"ar:يضيف العنوان الفرعي للصفحة للصفحة التي تم تحليلها.\";'),('ary','messages:apihelp-parse-paramvalue-prop-templates','s:65:\"ar:يعطي القوالب في تحليل نصوص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-text','s:56:\"ar:يعطي النص المعالج لنص الويكي.\";'),('ary','messages:apihelp-parse-paramvalue-prop-wikitext','s:78:\"ar:يعطي نصوص الويكي الأصلية التي تم تحليلها.\";'),('ary','messages:apihelp-parse-summary','s:64:\"ar:يوزع المحتوى ويرجع مخرجات المحلل.\";'),('ary','messages:apihelp-patrol-example-rcid','s:36:\"ar:ابحث عن تغيير جديد\";'),('ary','messages:apihelp-patrol-example-revid','s:25:\"ar:راجع مراجعة.\";'),('ary','messages:apihelp-patrol-param-rcid','s:56:\"ar:معرف أحدث التغييرات للمراجعة\";'),('ary','messages:apihelp-patrol-param-revid','s:41:\"ar:معرف مراجعة للمراجعة\";'),('ary','messages:apihelp-patrol-param-tags','s:80:\"ar:تغيير وسوم لتطبيق الإدخال في سجل المراجعة.\";'),('ary','messages:apihelp-patrol-summary','s:43:\"ar:مراجعة صفحة أو مراجعة.\";'),('ary','messages:apihelp-php-param-formatversion','s:28:\"ar:تنسيق الإخراج\";'),('ary','messages:apihelp-php-paramvalue-formatversion-1','s:188:\"ar:تنسيق متوافق مع الإصدارات السابقة (قيم منطقية على غرار XML ، ومفاتيح <samp>*</samp> لعقد المحتوى، وما إلى ذلك).\";'),('ary','messages:apihelp-php-paramvalue-formatversion-2','s:27:\"ar:الشكل الحديث.\";'),('ary','messages:apihelp-php-paramvalue-formatversion-latest','s:109:\"ar:استخدم أحدث تنسيق (حاليًا <kbd>2</kbd>)، قد يتغير دون سابق إنذار.\";'),('ary','messages:apihelp-php-summary','s:65:\"ar:بيانات الإخراج بتنسيق PHP المتسلسل.\";'),('ary','messages:apihelp-phpfm-summary','s:75:\"ar:بيانات الإخراج بتنسيق JSON (الطباعة بـHTML).\";'),('ary','messages:apihelp-protect-example-protect','s:23:\"ar:حماية صفحة.\";'),('ary','messages:apihelp-protect-example-unprotect','s:149:\"ar:إلغاء حماية الصفحة من خلال وضع قيود ل<kbd>all</kbd> (أي يُسمَح أي شخص باتخاذ الإجراءات).\";'),('ary','messages:apihelp-protect-example-unprotect2','s:82:\"ar:إلغاء حماية الصفحة عن طريق عدم وضع أية قيود.\";'),('ary','messages:apihelp-protect-param-cascade','s:275:\"ar:تمكين الحماية المتتالية (أي حماية القوالب المضمنة والصور المستخدمة في هذه الصفحة)، يتم التجاهل إذا كان أي من مستويات الحماية المعطاة لا يدعم التتالي.\";'),('ary','messages:apihelp-protect-param-expiry','s:326:\"ar:انتهاء الطوابع الزمنية، إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكل أشكال الحماية، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> للحماية التي لا تنتهي أبدا.\";'),('ary','messages:apihelp-protect-param-pageid','s:113:\"ar:معرف الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('ary','messages:apihelp-protect-param-protections','s:376:\"ar:قائمة بمستويات الحماية، منسقة <kbd>action=level</kbd> (على سبيل المثال <kbd>edit=sysop</kbd>)، يعني مستوى <kbd>all</kbd> أن أي شخص مسموح له باتخاذ الإجراء: أي أنه لا توجد قيود.\n\n<strong>ملاحظة:</strong> أية إجراءات غير مدرجة ستتم إزالة قيودها.\";'),('ary','messages:apihelp-protect-param-reason','s:38:\"ar:سبب (إزالة) الحماية.\";'),('ary','messages:apihelp-protect-param-tags','s:78:\"ar:تغيير وسوم لتطبيق الإدخال في سجل الحماية.\";'),('ary','messages:apihelp-protect-param-title','s:115:\"ar:عنوان الصفحة ل (إزالة) الحماية. لا يمكن أن تُستخدَم بجانب $1pageid.\";'),('ary','messages:apihelp-protect-param-watch','s:128:\"ar:إذا تم الضبط، أضف الصفحة (غير) المحمية لقائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-protect-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-protect-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-protect-summary','s:47:\"ar:غير مستوى الحماية لصفحة.\";'),('ary','messages:apihelp-purge-example-generator','s:75:\"ar:إفراغ كاش أول 10 صفحات في النطاق الرئيسي.\";'),('ary','messages:apihelp-purge-example-simple','s:68:\"ar:إفراغ كاش <kbd>Main Page</kbd> وصفحة <kbd>API</kbd>.\";'),('ary','messages:apihelp-purge-param-forcelinkupdate','s:104:\"ar:تحديث جداول الروابط وتحديثات البيانات الثانوية الأخرى.\";'),('ary','messages:apihelp-purge-param-forcerecursivelinkupdate','s:177:\"ar:مثل <kbd>forcelinkupdate</kbd>، تحديث جدول الروابط، وتحديث جداول الروابط لأية صفحة تستخدم هذه الصفحة كقالب.\";'),('ary','messages:apihelp-purge-summary','s:80:\"ar:مسح ذاكرة التخزين المؤقت للعناوين المعطاة\";'),('ary','messages:apihelp-query+allcategories-example-generator','s:134:\"ar:استرداد المعلومات حول صفحة التصنيف نفسها للتصنيفات التي تبدأ ب<kbd>List</kbd>.\";'),('ary','messages:apihelp-query+allcategories-example-size','s:101:\"ar:إدراج التصنيفات مع معلومات حول عدد الصفحات في كل منها.\";'),('ary','messages:apihelp-query+allcategories-param-dir','s:25:\"ar:اتجاه الفرز.\";'),('ary','messages:apihelp-query+allcategories-param-from','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('ary','messages:apihelp-query+allcategories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('ary','messages:apihelp-query+allcategories-param-max','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('ary','messages:apihelp-query+allcategories-param-min','s:111:\"ar:فقط إرجاع التصنيفات بهذا العدد الكبير من الأعضاء على الأقل.\";'),('ary','messages:apihelp-query+allcategories-param-prefix','s:100:\"ar:ابحث عن جميع التصنيفات التي تبدأ أسماؤها بهذه القيمة.\";'),('ary','messages:apihelp-query+allcategories-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('ary','messages:apihelp-query+allcategories-param-to','s:58:\"ar:التصنيف الذي يقف التعداد عنده.\";'),('ary','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ary','messages:apihelp-query+allcategories-paramvalue-prop-size','s:59:\"ar:أضف عدد الصفحات في هذا التصنيف.\";'),('ary','messages:apihelp-query+allcategories-summary','s:42:\"ar:تعداد جميع التصنيفات.\";'),('ary','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:81:\"ar:سرد أول 50 مراجعات محذوفة في النطاق الرئيسي.\";'),('ary','messages:apihelp-query+alldeletedrevisions-example-user','s:96:\"ar:اذكر آخر 50 مشاركة محذوفة بواسطة المستخدم <kbd>Example</kbd.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-from','s:72:\"ar:بدء الإدراج في القائمة من هذا العنوان.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:371:\"ar:<strong>ملاحظة:</strong> بسبب [[mw:Special:MyLanguage/Manual:$wgMiserMode|وضع miser]]; استخدام <var>$1user</var> و<var>$1namespace</var> معا قد يؤدي إلى نتائج أقل من <var>$1limit</var> نتائج التي يتم عرضها قبل المتابعة، في الحالات القصوى، قد يتم إرجاع صفر نتائج.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-prefix','s:109:\"ar:ابحث عن جميع عناوين الصفحات التي تبدأ أسماؤها بهذه القيمة.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-to','s:72:\"ar:وقف الإدراج في القائمة من هذا العنوان.\";'),('ary','messages:apihelp-query+alldeletedrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ary','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:62:\"ar:لا يمكن أن تُستخدَم مع <var>$3user</var>.\";'),('ary','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:64:\"ar:يمكن أن تُستخدَم فقط مع <var>$3user</var>.\";'),('ary','messages:apihelp-query+alldeletedrevisions-summary','s:108:\"ar:قائمة جميع المراجعات المحذوفة بواسطة المستخدم أو في نطاق.\";'),('ary','messages:apihelp-query+allfileusages-example-b','s:187:\"ar:سرد عناوين الملفات، بما في ذلك العناوين المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('ary','messages:apihelp-query+allfileusages-example-generator','s:80:\"ar:الحصول على الصفحات التي تحتوي على الملفات.\";'),('ary','messages:apihelp-query+allfileusages-example-unique','s:53:\"ar:سرد عناوين الملفات الفريدة.\";'),('ary','messages:apihelp-query+allfileusages-example-unique-generator','s:103:\"ar:الحصول على جميع عناوين الملفات، والتعليم على المفقودة.\";'),('ary','messages:apihelp-query+allfileusages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+allfileusages-param-from','s:56:\"ar:عنوان الملف لبدء التعداد منه.\";'),('ary','messages:apihelp-query+allfileusages-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('ary','messages:apihelp-query+allfileusages-param-prefix','s:92:\"ar:البحث عن كل عناوين الملفات التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+allfileusages-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+allfileusages-param-to','s:56:\"ar:عنوان الملف لوقف التعداد منه.\";'),('ary','messages:apihelp-query+allfileusages-param-unique','s:236:\"ar:عرض عناوين ملفات متميزة فقط، لا يمكن استخدامها مع $1prop=ids، عند استخدامها كمولد،\nيتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ary','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:104:\"ar:تضيف معرفات استخدام الصفحات (لا يمكن استخدامها مع $1unique).\";'),('ary','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:34:\"ar:تضيف عنوان الملف.\";'),('ary','messages:apihelp-query+allfileusages-summary','s:102:\"ar:قائمة جميع استخدامات الملفات، بما في ذلك غير الموجودة.\";'),('ary','messages:apihelp-query+allimages-example-b','s:71:\"ar:أظهر قائمة الملفات التي تبدأ ب<kbd>B</kbd>.\";'),('ary','messages:apihelp-query+allimages-example-generator','s:80:\"ar:عرض معلومات حول 4 ملفات تبدأ بالحرف <kbd>T</kbd>.\";'),('ary','messages:apihelp-query+allimages-example-mimetypes','s:101:\"ar:أظهر قائمة الملفات من نوع MIME <kbd>image/png</kbd> أو <kbd>image/gif</kbd>\";'),('ary','messages:apihelp-query+allimages-example-recent','s:146:\"ar:أظهر قائمة الملفات التي تم تحميلها مؤخرا، على غرار [[Special:NewFiles|خاص:ملفات جديدة]].\";'),('ary','messages:apihelp-query+allimages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+allimages-param-end','s:102:\"ar:طابع زمني لإنهاء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('ary','messages:apihelp-query+allimages-param-filterbots','s:206:\"ar:كيفية تصفية الملفات التي تم تحميلها بواسطة بوتات. يمكن استخدامها مع $1sort=timestamp فقط. لا يمكن أن تُستخدَم بجانب $1user.\";'),('ary','messages:apihelp-query+allimages-param-from','s:111:\"ar:عنوان الصورة لبدء التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('ary','messages:apihelp-query+allimages-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('ary','messages:apihelp-query+allimages-param-maxsize','s:74:\"ar:الحد من الصور بهذه البايتات على الأكثر.\";'),('ary','messages:apihelp-query+allimages-param-mime','s:91:\"ar:عن أي أنواع MIME تبحث، على سبيل المثال <kbd>image/jpeg</kbd>.\";'),('ary','messages:apihelp-query+allimages-param-minsize','s:101:\"ar:الحد من الصور بهذا العدد الكبير من البايتات على الأقل.\";'),('ary','messages:apihelp-query+allimages-param-prefix','s:136:\"ar:البحث عن كل عناوين الصور التي تبدأ بهذه القيمة. يمكن استخدامها مع $1sort فقط.\";'),('ary','messages:apihelp-query+allimages-param-sha1','s:57:\"ar:SHA1 تجزئة الصورة. تجاوز $1sha1base36.\";'),('ary','messages:apihelp-query+allimages-param-sha1base36','s:94:\"ar:SHA1 تجزئة الصورة في قاعدة 36 (تُستخدَم في ميدياويكي).\";'),('ary','messages:apihelp-query+allimages-param-sort','s:43:\"ar:خاصية للفرز وفقًا لها.\";'),('ary','messages:apihelp-query+allimages-param-start','s:98:\"ar:طابع زمني لبدء التعداد منه. يمكن استخدامه مع $1sort فقط.\";'),('ary','messages:apihelp-query+allimages-param-to','s:111:\"ar:عنوان الصورة لوقف التعداد منه. يمكن استخدامها مع $1sort=name فقط.\";'),('ary','messages:apihelp-query+allimages-param-user','s:209:\"ar:فقط إرجاع الملفات التي تم رفعها من قبل هذا المستخدم، يمكن استخدامها فقط مع\n$1sort=timestamp، لا يمكن استخدامها مع $1filterbots.\";'),('ary','messages:apihelp-query+allimages-summary','s:56:\"ar:تعداد كافة الصور بشكل متتالي.\";'),('ary','messages:apihelp-query+alllinks-example-b','s:176:\"ar:سرد العناوين المرتبطة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('ary','messages:apihelp-query+alllinks-example-generator','s:72:\"ar:يحصل على الصفحات التي تحتوي على وصلات.\";'),('ary','messages:apihelp-query+alllinks-example-unique','s:59:\"ar:سرد العناوين المرتبطة الفريدة.\";'),('ary','messages:apihelp-query+alllinks-example-unique-generator','s:109:\"ar:الحصول على جميع العناوين المرتبطة، والتعليم على المفقودة.\";'),('ary','messages:apihelp-query+alllinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+alllinks-param-from','s:58:\"ar:عنوان الرابط لبدء التعداد منه.\";'),('ary','messages:apihelp-query+alllinks-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('ary','messages:apihelp-query+alllinks-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('ary','messages:apihelp-query+alllinks-param-prefix','s:98:\"ar:البحث عن كل العناوين المرتبطة التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+alllinks-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+alllinks-param-to','s:58:\"ar:عنوان الرابط لوقف التعداد منه.\";'),('ary','messages:apihelp-query+alllinks-param-unique','s:261:\"ar:عرض فقط العناوين المتميزة المرتبطة، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ary','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:113:\"ar:تضيف معرف الصفحة للصفحة المرتبطة (لا يمكن استخدامها مع $1unique).\";'),('ary','messages:apihelp-query+alllinks-paramvalue-prop-title','s:36:\"ar:تضيف عنوان الرابط.\";'),('ary','messages:apihelp-query+alllinks-summary','s:81:\"ar:تعداد كافة الروابط التي تشير إلى نطاق معين.\";'),('ary','messages:apihelp-query+allmessages-example-de','s:95:\"ar:عرض رسائل <kbd>august</kbd> and <kbd>mainpage</kbd> باللغة الألمانية.\";'),('ary','messages:apihelp-query+allmessages-example-ipb','s:48:\"ar:عرض رسائل تبدأ ب<kbd>ipb-</kbd>.\";'),('ary','messages:apihelp-query+allmessages-param-args','s:58:\"ar:الوسائط ليتم نسخها في الرسالة.\";'),('ary','messages:apihelp-query+allmessages-param-customised','s:72:\"ar:إرجاع الرسائل فقط في حالة التخصيص هذه.\";'),('ary','messages:apihelp-query+allmessages-param-enableparser','s:199:\"ar:تعيين إلى تمكين المحلل، ستتم معالجة مسبقة لنص الويكي الخاص بالرسالة (كلمات سحرية بديلة، قوالب معالجة، إلخ.).\";'),('ary','messages:apihelp-query+allmessages-param-filter','s:102:\"ar:إرجاع الرسائل بالأسماء التي تحتوي على هذه السلسلة فقط.\";'),('ary','messages:apihelp-query+allmessages-param-from','s:69:\"ar:إرجاع الرسائل ابتداء من هذه الرسالة.\";'),('ary','messages:apihelp-query+allmessages-param-includelocal','s:396:\"ar:تضمين الرسائل المحلية أيضا: أي الرسائل غير الموجودة في البرنامج ولكنها موجودة كما هو الحال في نطاق {{ns:MediaWiki}}،\nيسرد هذا جميع صفحات نطاق {{ns:MediaWiki}}، بحيث يسرد أيضا تلك الصفحات التي ليست رسائل فعلية مثل [[MediaWiki:Common.js|Common.js]].\";'),('ary','messages:apihelp-query+allmessages-param-lang','s:49:\"ar:إرجاع الرسائل بهذه اللغة.\";'),('ary','messages:apihelp-query+allmessages-param-messages','s:101:\"ar:أية رسائل للإخراج، <kbd>*</kbd> (افتراضي) تعني جميع الرسائل.\";'),('ary','messages:apihelp-query+allmessages-param-nocontent','s:105:\"ar:في حالة التعيين، لا تقم بتضمين محتوى الرسائل في الإخراج.\";'),('ary','messages:apihelp-query+allmessages-param-prefix','s:53:\"ar:إرجاء الرسائل بهذه البادئة.\";'),('ary','messages:apihelp-query+allmessages-param-prop','s:56:\"ar:أي الخصائص تريد الحصول عليها:\";'),('ary','messages:apihelp-query+allmessages-param-title','s:114:\"ar:اسم الصفحة لاستخدامه كسياق عند توزيع الرسالة (لخيار $1enableparser).\";'),('ary','messages:apihelp-query+allmessages-param-to','s:73:\"ar:إرجاع الرسائل التي تنتهي بهذه الرسالة.\";'),('ary','messages:apihelp-query+allmessages-summary','s:54:\"ar:إرجاع الرسائل من هذا الموقع.\";'),('ary','messages:apihelp-query+allpages-example-b','s:85:\"ar:عرض قائمة من الصفحات التي تبدأ بالحرف <kbd>B</kbd>.\";'),('ary','messages:apihelp-query+allpages-example-generator','s:80:\"ar:عرض معلومات حول 4 صفحات تبدأ بالحرف <kbd>T</kbd>.\";'),('ary','messages:apihelp-query+allpages-example-generator-revisions','s:102:\"ar:عرض محتوى أول صفحتين غير تحويلتين التي تبدأ من <kbd>Re</kbd>.\";'),('ary','messages:apihelp-query+allpages-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+allpages-param-filterlanglinks','s:228:\"ar:التصفية استنادا إلى ما إذا كانت الصفحة تحتوي على وصلات لغات، لاحظ أن هذا قد لا يفكر في وصلات اللغات المضافة بواسطة الإضافات.\";'),('ary','messages:apihelp-query+allpages-param-filterredir','s:34:\"ar:أي الصفحات للعرض.\";'),('ary','messages:apihelp-query+allpages-param-from','s:58:\"ar:عنوان الصفحة لبدء التعداد منه.\";'),('ary','messages:apihelp-query+allpages-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ary','messages:apihelp-query+allpages-param-maxsize','s:86:\"ar:الحد من صفحات مع هذا العدد الكبير من البايتات.\";'),('ary','messages:apihelp-query+allpages-param-minsize','s:105:\"ar:الحد من الصفحات بهذا العدد الكبير من البايتات على الأقل.\";'),('ary','messages:apihelp-query+allpages-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('ary','messages:apihelp-query+allpages-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+allpages-param-prexpiry','s:376:\"ar:مدة انتهاء الحماية لتصفية الصفحة فيها: \n; غير محددة: احصل على الصفحات التي لها تاريخ انتهاء غير محدود للحماية. \n; واضح: احصل على صفحات ذات مدة حماية محددة فقط.\n; الكل: الحصول على صفحات بأي انتهاء صلاحية للحماية.\";'),('ary','messages:apihelp-query+allpages-param-prfiltercascade','s:129:\"ar:تصفية الحماية على أساس مستوى الحماية (يتم تجاهلها عند عدم تعيين $1prtype).\";'),('ary','messages:apihelp-query+allpages-param-prlevel','s:121:\"ar:تصفية الحماية على أساس مستوى الحماية (يجب استخدامه مع $1prtype= وسيط).\";'),('ary','messages:apihelp-query+allpages-param-prtype','s:54:\"ar:الحد من الصفحات المحمية فقط.\";'),('ary','messages:apihelp-query+allpages-param-to','s:62:\"ar:عنوان الصفحة لإيقاف التعداد منه.\";'),('ary','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('ary','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('ary','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('ary','messages:apihelp-query+allpages-summary','s:83:\"ar:تعداد كافة الصفحات بشكل متتالي في نطاق معين.\";'),('ary','messages:apihelp-query+allredirects-example-b','s:168:\"ar:سرد الصفحات الهدف، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</kbd.\";'),('ary','messages:apihelp-query+allredirects-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تحويلات.\";'),('ary','messages:apihelp-query+allredirects-example-unique','s:51:\"ar:سرد الصفحات الهدف الفريدة.\";'),('ary','messages:apihelp-query+allredirects-example-unique-generator','s:109:\"ar:الحصول على جميع الصفحات المستهدفة، والتعليم على المفقودة.\";'),('ary','messages:apihelp-query+allredirects-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+allredirects-param-from','s:62:\"ar:عنوان التحويلة لبدء التعداد منه.\";'),('ary','messages:apihelp-query+allredirects-param-limit','s:52:\"ar:كم عدد مجموع البنود للعودة.\";'),('ary','messages:apihelp-query+allredirects-param-namespace','s:27:\"ar:نطاق للتعداد.\";'),('ary','messages:apihelp-query+allredirects-param-prefix','s:113:\"ar:ابحث عن جميع عناوين الصفحات المستهدفة التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+allredirects-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+allredirects-param-to','s:66:\"ar:عنوان التحويلة لإيقاف التعداد منه.\";'),('ary','messages:apihelp-query+allredirects-param-unique','s:253:\"ar:عرض صفحات الهدف متميزة فقط، لا يمكن استخدامها مع $1prop=ids|fragment|interwiki،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ary','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:121:\"ar:يضيف الجزء من التحويلة، إن وُجِد (لا يمكن استخدامه مع <var>$1unique</var>).\";'),('ary','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:109:\"ar:تضيف معرف الصفحة لصفحة التحويل (لا يمكن استخدامها مع $1unique).\";'),('ary','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:142:\"ar:يضيف بادئة إنترويكي من التحويلة، إن وُجِدت (لا يمكن استخدامها مع <var>$1unique</var>).\";'),('ary','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"ar:تضيف عنوان التحويلة.\";'),('ary','messages:apihelp-query+allredirects-summary','s:56:\"ar:أدرج جميع التحويلات إلى نطاق.\";'),('ary','messages:apihelp-query+allrevisions-example-ns-any','s:63:\"ar:أدرج أول 50 مراجعة في أي مساحة اسم.\";'),('ary','messages:apihelp-query+allrevisions-example-user','s:84:\"ar:أدرج آخر 50 مساهمة بواسطة المستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-query+allrevisions-param-end','s:67:\"ar:الطابع الزمني الذي يقف التعداد منه.\";'),('ary','messages:apihelp-query+allrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ary','messages:apihelp-query+allrevisions-param-generatetitles','s:110:\"ar:عندما يُستخدَم كمولد، ولد عناوين بدلا من معرفات المراجعات.\";'),('ary','messages:apihelp-query+allrevisions-param-namespace','s:59:\"ar:أدرج الصفحات في هذا النطاق فقط.\";'),('ary','messages:apihelp-query+allrevisions-param-start','s:58:\"ar:التصنيف الذي يبدأ التعداد منه.\";'),('ary','messages:apihelp-query+allrevisions-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ary','messages:apihelp-query+allrevisions-summary','s:36:\"ar:اعرض كل المراجعات.\";'),('ary','messages:apihelp-query+alltransclusions-example-b','s:176:\"ar:سرد العناوين المعطلة، بما في ذلك المفقودة، مع معرفات الصفحات التي تنتمي إليها، بدءا من <kbd>B</ kbd>.\";'),('ary','messages:apihelp-query+alltransclusions-example-generator','s:76:\"ar:يحصل على الصفحات التي تحتوي على تضمينات.\";'),('ary','messages:apihelp-query+alltransclusions-example-unique','s:49:\"ar:إدراج عناوين مضمنة فريدة.\";'),('ary','messages:apihelp-query+alltransclusions-example-unique-generator','s:107:\"ar:الحصول على جميع العناوين المضمنة، والتعليم على المفقودة.\";'),('ary','messages:apihelp-query+alltransclusions-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+alltransclusions-param-from','s:60:\"ar:عنوان التضمين لبدء التعداد منه.\";'),('ary','messages:apihelp-query+alltransclusions-param-limit','s:47:\"ar:كم عدد العناصر لإرجاعها.\";'),('ary','messages:apihelp-query+alltransclusions-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ary','messages:apihelp-query+alltransclusions-param-prefix','s:98:\"ar:ابحث عن جميع العناوين المضمنة التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+alltransclusions-param-prop','s:54:\"ar:أي جزء من المعلومات لتضمينه:\";'),('ary','messages:apihelp-query+alltransclusions-param-to','s:60:\"ar:عنوان التضمين لوقف التعداد فيه.\";'),('ary','messages:apihelp-query+alltransclusions-param-unique','s:259:\"ar:عرض العناوين المضمنة المتميزة فقط، لا يمكن استخدامها مع <kbd>$1prop=ids</kbd>،\nعند استخدامها كمولد، يتم إنتاج الصفحات المستهدفة بدلا من صفحات المصدر.\";'),('ary','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:105:\"ar:يضيف معرف الصفحة لتضين الصفحة (لا يمكن استخدامه مع $1unique).\";'),('ary','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"ar:يضيف عنوان التضمين.\";'),('ary','messages:apihelp-query+alltransclusions-summary','s:156:\"ar:أدرج كل التضمينات (الصفحات المضمنة باستخدام &#123;&#123;x&#125;&#125;)، بما في ذلك غير الموجودة.\";'),('ary','messages:apihelp-query+allusers-example-y','s:62:\"ar:سرد المستخدمين ابتداء من <kbd>Y</kbd>.\";'),('ary','messages:apihelp-query+allusers-param-activeusers','s:98:\"ar:سرد المستخدمين النشطين في آخر $1 {{PLURAL:$1|يوم|أيام}} فقط.\";'),('ary','messages:apihelp-query+allusers-param-attachedwiki','s:184:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، أشر أيضا إلى ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('ary','messages:apihelp-query+allusers-param-dir','s:32:\"ar:اتجاه للفرز فيه.\";'),('ary','messages:apihelp-query+allusers-param-excludegroup','s:78:\"ar:استبعاد المستخدمين في المجموعات المحددة.\";'),('ary','messages:apihelp-query+allusers-param-from','s:58:\"ar:اسم المستخدم لبدء التعداد منه.\";'),('ary','messages:apihelp-query+allusers-param-group','s:81:\"ar:تضمين المستخدمين في المجموعات المحددة فقط.\";'),('ary','messages:apihelp-query+allusers-param-limit','s:64:\"ar:كم عدد أسماء المستخدمين لإرجاعها.\";'),('ary','messages:apihelp-query+allusers-param-prefix','s:93:\"ar:ابحث عن جميع المستخدمين الذين يبدأون بهذه القيمة.\";'),('ary','messages:apihelp-query+allusers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+allusers-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ary','messages:apihelp-query+allusers-param-to','s:62:\"ar:اسم المستخدم لإيقاف التعداد فيه.\";'),('ary','messages:apihelp-query+allusers-param-witheditsonly','s:77:\"ar:سرد المستخدمين الذين قاموا بتحريرات فقط.\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:79:\"ar:يضيف المعلومات حول المنع الحالي للمستخدم.\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:83:\"ar:يضيف معرفات مركزية وحالة المرفقات للمستخدم.\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:51:\"ar:يضيف عدد تحريرات المستخدم.\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-groups','s:205:\"ar:يسرد المجموعات التي يوجد بها المستخدم، يستخدم هذا المزيد من موارد الخادم وقد يعرض نتائج أقل من الحد المسموح به.\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-registration','s:127:\"ar:يإضيف الطابع الزمني عند تسجيل المستخدم إذا كان متاحا (قد يكون فارغا).\";'),('ary','messages:apihelp-query+allusers-paramvalue-prop-rights','s:72:\"ar:يسرد الصلاحيات التي يمتلكها المستخدم.\";'),('ary','messages:apihelp-query+allusers-summary','s:61:\"ar:تعداد جميع المستخدمين المسجلين.\";'),('ary','messages:apihelp-query+authmanagerinfo-example-login','s:96:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول.\";'),('ary','messages:apihelp-query+authmanagerinfo-example-login-merged','s:134:\"ar:جلب الطلبات التي يمكن استخدامها عند بدء تسجيل دخول، مع دمج حقول النماذج.\";'),('ary','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:89:\"ar:اختبار ما إذا كانت المصادقة كافية لعمل <kbd>foo</kbd>.\";'),('ary','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:124:\"ar:إحضار معلومات حول طلبات المصادقة المطلوبة لإجراء المصادقة المحدد.\";'),('ary','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:174:\"ar:اختبار ما إذا كانت حالة المصادقة الحالية للمستخدم كافية للعملية الحساسة للأمان المحددة أم لا.\";'),('ary','messages:apihelp-query+authmanagerinfo-summary','s:81:\"ar:استرداد معلومات حول حالة المصادقة الحالية.\";'),('ary','messages:apihelp-query+backlinks-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تصل إلى <kbd>Main page</kbd>.\";'),('ary','messages:apihelp-query+backlinks-example-simple','s:53:\"ar:عرض الوصلات إلى <kbd>Main page</kbd>.\";'),('ary','messages:apihelp-query+backlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+backlinks-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('ary','messages:apihelp-query+backlinks-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('ary','messages:apihelp-query+backlinks-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ary','messages:apihelp-query+backlinks-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ary','messages:apihelp-query+backlinks-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('ary','messages:apihelp-query+backlinks-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('ary','messages:apihelp-query+backlinks-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('ary','messages:apihelp-query+blocks-example-simple','s:25:\"ar:قائمة المنع.\";'),('ary','messages:apihelp-query+blocks-example-users','s:89:\"ar:إدراج عمليات منع المستخدمين <kbd>Alice</kbd> و<kbd>Bob</kbd>.\";'),('ary','messages:apihelp-query+blocks-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('ary','messages:apihelp-query+blocks-param-ids','s:70:\"ar:قائمة معرفات المنع للإدراج (اختياري).\";'),('ary','messages:apihelp-query+blocks-param-ip','s:316:\"ar:احصل على كل عمليات المنع التي تنطبق على عنوان الآيبي أو نطاق CIDR عذا، بما في ذلك عمليات منع النطاق،\nلا يمكن استخدامه مع <var>$3users</var>، لا يتم قبول نطاقات CIDR الأوسع من IPv4/$1 أو IPv6/$2.\";'),('ary','messages:apihelp-query+blocks-param-limit','s:75:\"ar:الحد الأقصى لعدد عمليات المنع لإدراجها.\";'),('ary','messages:apihelp-query+blocks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+blocks-param-show','s:249:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط،\nعلى سبيل المثال، لمشاهدة عمليات المنع غير المحددة فقط على عناوين أيبي; اضبط <kbd>$1show=ip|!temp</kbd>.\";'),('ary','messages:apihelp-query+blocks-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ary','messages:apihelp-query+blocks-param-users','s:72:\"ar:قائمة المستخدمين للبحث عنهم (اختياري).\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-by','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-byid','s:66:\"ar:يضيف اسم المستخدم للمستخدم المانع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:84:\"ar:يضيف الطابع الزمني عندما تنتهي صلاحية المنع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-flags','s:106:\"ar:يوسم المنع بـ(المنع التلقائي والمجهولون فقط وما إلى ذلك).\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-id','s:32:\"ar:يضيف معرف المنع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-range','s:77:\"ar:يضيف نطاق عناوين الآيبي المتأثرة بالمنع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-reason','s:47:\"ar:يضيف السبب المعطى للمنع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:106:\"ar:يضيف قيود المنع الجزئي إذا لم يكن المنع على مستوى الموقع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:72:\"ar:يضيف الطابع الزمني عندما تم منح المنع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-user','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('ary','messages:apihelp-query+blocks-paramvalue-prop-userid','s:68:\"ar:يضيف اسم المستخدم للمستخدم الممنوع.\";'),('ary','messages:apihelp-query+blocks-summary','s:89:\"ar:إدراج جميع المستخدمين وعناوين الآيبي الممنوعة.\";'),('ary','messages:apihelp-query+categories-example-generator','s:133:\"ar:الحصول على معلومات حول جميع التصنيفات المستخدمة في صفحة <kbd>Albert Einstein</kbd>.\";'),('ary','messages:apihelp-query+categories-example-simple','s:118:\"ar:احصل على قائمة بالتصنيفات التي تنتمي إليها صفحة <kbd>Albert Einstein</kbd>.\";'),('ary','messages:apihelp-query+categories-param-categories','s:137:\"ar:إدراج هذه التصنيفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة في تصنيف معين.\";'),('ary','messages:apihelp-query+categories-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+categories-param-limit','s:45:\"ar:كم عدد التصنيات للعودة.\";'),('ary','messages:apihelp-query+categories-param-prop','s:102:\"ar:أي الخصائص الإضافية التي يمكنك الحصول عليها لكل تصنيف:\";'),('ary','messages:apihelp-query+categories-param-show','s:54:\"ar:أي نوع من التصنيفات لإظهاره.\";'),('ary','messages:apihelp-query+categories-paramvalue-prop-hidden','s:85:\"ar:يوسم التصنيفات المخفية بـ<code>_&#95;HIDDENCAT_&#95;</code>.\";'),('ary','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:176:\"ar:يضيف مفتاح الفرز (سلسلة سداسية عشرية) وبادئة مفتاح الفرز (جزء يمكن قراءته بواسطة البشر) للتصنيف.\";'),('ary','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:71:\"ar:يضيف الطابع الزمني عند إضافة التصنيف.\";'),('ary','messages:apihelp-query+categories-summary','s:86:\"ar:أدرج جميع التصنيفات التي تنتمي إليها الصفحات.\";'),('ary','messages:apihelp-query+categoryinfo-example-simple','s:93:\"ar:الحصول على معلومات عن <kbd>Category:Foo</kbd> و<kbd>Category:Bar</kbd>.\";'),('ary','messages:apihelp-query+categoryinfo-summary','s:72:\"ar:يرجع المعلومات حول التصنيفات المحددة.\";'),('ary','messages:apihelp-query+categorymembers-example-generator','s:112:\"ar:الحصول على معلومات الصفحة حول أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-example-simple','s:77:\"ar:الحصول على أول 10 صفحات في <kbd>Category:Physics</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('ary','messages:apihelp-query+categorymembers-param-end','s:132:\"ar:الطابع الزمني لإنهاء الإدراج فيه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-endhexsortkey','s:190:\"ar:منتاح فرز لإنهاء الإدراج فيه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-endsortkey','s:53:\"ar:استخدم $1endhexsortkey بدلا من ذلك.\";'),('ary','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:207:\"ar:بادئة منتاح فرز لإنهاء الإدراج فيها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('ary','messages:apihelp-query+categorymembers-param-namespace','s:218:\"ar:تضمين الصفحات في هذه النطاقات فقط، لاحظ أنه يمكن استخدام <kbd>$1type=subcat</kbd> أو <kbd>$1type=file</kbd> بدلا من <kbd>$1namespace=14</kbd> أو <kbd>6</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-pageid','s:108:\"ar:معرف صفحة التصنيف للتعداد، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ary','messages:apihelp-query+categorymembers-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+categorymembers-param-sort','s:41:\"ar:خاصية للفرز وفقا لها.\";'),('ary','messages:apihelp-query+categorymembers-param-start','s:128:\"ar:الطابع الزمني لبدء الإدراج منه، يمكن استخدامه فقط مع <kbd>$1sort=timestamp</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-starthexsortkey','s:186:\"ar:منتاح فرز لبدء الإدراج منه، كما يتم إرجاعه بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامه فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-startsortkey','s:53:\"ar:استخدم $1arthexsortkey بدلا من ذلك.\";'),('ary','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:203:\"ar:بادئة منتاح فرز لبدء الإدراج منها، كما يتم إرجاعها بواسطة <kbd>$1prop=sortkey</kbd>، يمكن استخدامها فقط مع <kbd>$1sort=sortkey</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-param-title','s:166:\"ar:أي تصنيف لتعداد (مطلوب)، يجب تضمين البادئة <kbd>{{ns:category}}:</kbd>، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('ary','messages:apihelp-query+categorymembers-param-type','s:133:\"ar:أي نوع من أعضاء التصنيفات لتضمينه، تم التجاهل عند تعيين <kbd>$1sort=timestamp</kbd>.\";'),('ary','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('ary','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:119:\"ar:يضيف مفتاح الفرز المستخدم للفرز في التصنيف (سلسلة سداسية عشرية).\";'),('ary','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:177:\"ar:يضيف بادئة مفتاح الفرز المستخدمة للفرز في الفئة (جزء يمكن قراءته بواسطة الإنسان من مفتاح الفرز).\";'),('ary','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني عندما تم تضمين الصفحة.\";'),('ary','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ary','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:145:\"ar:يضيف نوع الصفحة التي تم تصنيفها على أنها (<samp>page</samp> أو <samp>subcat</samp> أو <samp>file</samp>).\";'),('ary','messages:apihelp-query+categorymembers-summary','s:63:\"ar:إدراج جميع الصفحات في تصنيف معين.\";'),('ary','messages:apihelp-query+contributors-example-simple','s:68:\"ar:عرض المساهمين في الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+contributors-param-excludegroup','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ary','messages:apihelp-query+contributors-param-excluderights','s:297:\"ar:استبعاد المستخدمين بالصلاحيات المحددة، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ary','messages:apihelp-query+contributors-param-group','s:307:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تقم بتضمين الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ary','messages:apihelp-query+contributors-param-limit','s:47:\"ar:كم عدد المساهمين للعودة.\";'),('ary','messages:apihelp-query+contributors-param-rights','s:296:\"ar:قم بتضمين المستخدمين بالصلاحيات المحددة فقط، لا تشمل الصلاحيات الممنوحة بواسطة المجموعات الضمنية أو الترقية التلقائية مثل * المستخدمين أو المستخدمين المؤكدين.\";'),('ary','messages:apihelp-query+contributors-summary','s:151:\"ar:احصل على قائمة بالمساهمين الذين سجلوا الدخول وعدد المشتركين المجهولين في الصفحة.\";'),('ary','messages:apihelp-query+deletedrevisions-example-revids','s:100:\"ar:إدراج المعلومات الخاصة بالمراجعة المحذوفة <kbd>123456</kbd>.\";'),('ary','messages:apihelp-query+deletedrevisions-example-titles','s:134:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى.\";'),('ary','messages:apihelp-query+deletedrevisions-extended-description','s:474:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على مراجعات محذوفة لمجموعة من الصفحات، عن طريق تعيين عناوين أو صفحات، مرتبة حسب العنوان والطابع الزمني. \n# الحصول على بيانات حول مجموعة من المراجعات المحذوفة عن طريق تعيين معرفاتها مع معرفات المراجعات، مرتبة حسب معرف المراجعة.\";'),('ary','messages:apihelp-query+deletedrevisions-param-end','s:149:\"ar:الطابع الزمني لإيقاف التعداد فيه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('ary','messages:apihelp-query+deletedrevisions-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ary','messages:apihelp-query+deletedrevisions-param-start','s:139:\"ar:الطابع الزمني لبدء العد منه، تم التجاهل عند معالجة قائمة بمعرفات المراجعة.\";'),('ary','messages:apihelp-query+deletedrevisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+deletedrevisions-param-user','s:77:\"ar:إدراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ary','messages:apihelp-query+deletedrevisions-summary','s:72:\"ar:الحصول على معلومات المراجعة المحذوفة.\";'),('ary','messages:apihelp-query+deletedrevs-example-mode1','s:149:\"ar:إدراج المراجعات المحذوفة من الصفحات <kbd>Main Page</kbd> و<kbd>Talk:Main Page</kbd>، بمحتوى (الوضع 1).\";'),('ary','messages:apihelp-query+deletedrevs-example-mode2','s:93:\"ar:إدراج آخر 50 مساهمة محذوفة بواسطة <kbd>Bob</kbd> (الوضع 2).\";'),('ary','messages:apihelp-query+deletedrevs-example-mode3-main','s:98:\"ar:إدراج آخر 50 مراجعة محذوفة في النطاق الرئيسي (الوضع 3).\";'),('ary','messages:apihelp-query+deletedrevs-example-mode3-talk','s:91:\"ar:إدراج أول 50 صفحة محذوفة في النطاق {{ns:talk}} (الوضع 3).\";'),('ary','messages:apihelp-query+deletedrevs-extended-description','s:672:\"ar:يعمل في ثلاثة أوضاع: \n# إدراج المراجعات المحذوفات للعناوين المحددة، مرتبة حسب الطابع الزمني. \n# إدراج المساهمات المحذوفة لمستخدم معين، مرتبة حسب الطابع الزمني (لم يتم تحديد عناوين). \n# سرد جميع المراجعات المحذوفة في النطاق المحدد، مرتبة حسب العنوان والطابع الزمني (لم يتم تحديد عناوين، ولم يتم تعيين $1user). \n\nتنطبق بعض الوسائط فقط على بعض الأوضاع ويتم تجاهلها في أوضاع أخرى.\";'),('ary','messages:apihelp-query+deletedrevs-param-end','s:60:\"ar:الطابع الزمني لوقف التعداد فيه.\";'),('ary','messages:apihelp-query+deletedrevs-param-excludeuser','s:73:\"ar:لا تسرد المراجعات بواسطة هذا المستخدم.\";'),('ary','messages:apihelp-query+deletedrevs-param-from','s:52:\"ar:بدء الإدراج من هذا العنوان.\";'),('ary','messages:apihelp-query+deletedrevs-param-limit','s:70:\"ar:الحد الأقصى لكمية المراجعات للإدراج.\";'),('ary','messages:apihelp-query+deletedrevs-param-namespace','s:61:\"ar:إدراج الصفحات في هذا النطاق فقط.\";'),('ary','messages:apihelp-query+deletedrevs-param-prefix','s:92:\"ar:البحث عن كل عناوين الصفحات التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+deletedrevs-param-prop','s:892:\"ar:أي الخصائص للحصول عليها: \n;revid:يضيف معرف المراجعة معرف المراجعة للمراجعة المحذوفة.\n;parentid: يضيف معرف المراجعة للنسخة السابقة السابقة إلى الصفحة.\n;user:يضيف المستخدم الذي قام بإجراء المراجعة.\n;userid:يضيف معرف المستخدم الذي قام بإجراء المراجعة.\n;comment:يضيف تعليق المراجعة.\n;parsedcomment:يضيف التعليق المحسن للمراجعة.\n;minor:يوسم إذا كانت المراجعة طفيفة.\n;len:يضيف طول (بالبايت) المراجعة.\n;sha1:يضيف SHA-1 (الأساس 16) للمراجعة.\n;content:يضيف محتوى المراجعة.\n;token:<span class=\"apihelp-deprecated\">موقوف.</span> يعطي رمز التعديل.\n;tags:يوسم للمراجعة.\";'),('ary','messages:apihelp-query+deletedrevs-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ary','messages:apihelp-query+deletedrevs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+deletedrevs-param-to','s:52:\"ar:وقف الإدراج من هذا العنوان.\";'),('ary','messages:apihelp-query+deletedrevs-param-unique','s:61:\"ar:إدراج مراجعة واحدة فقط لكل صفحة.\";'),('ary','messages:apihelp-query+deletedrevs-param-user','s:79:\"ar:إددراج المراجعات بواسطة هذا المستخدم فقط.\";'),('ary','messages:apihelp-query+deletedrevs-paraminfo-modes','s:38:\"ar:{{PLURAL:$1|وضع|أوضاع}}: $2\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:36:\"en:Adds the content of the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('ary','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('ary','messages:apihelp-query+deletedrevs-summary','s:50:\"ar:إدراج المراجعات المحذوفة.\";'),('ary','messages:apihelp-query+disabled-summary','s:54:\"ar:تم تعطيل وحدة الاستعلام هذه.\";'),('ary','messages:apihelp-query+duplicatefiles-example-generated','s:52:\"ar:ابحث عن تكرارات كل الملفات.\";'),('ary','messages:apihelp-query+duplicatefiles-example-simple','s:67:\"ar:ابحث عن تكرارات [[:File:Albert Einstein Head.jpg]].\";'),('ary','messages:apihelp-query+duplicatefiles-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+duplicatefiles-param-limit','s:58:\"ar:كم عدد الملفات المكررة للعودة.\";'),('ary','messages:apihelp-query+duplicatefiles-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('ary','messages:apihelp-query+duplicatefiles-summary','s:145:\"ar:سرد كافة الملفات التي تكون مكررة عن الملفات المحددة استنادا إلى قيم رمز الرقم.\";'),('ary','messages:apihelp-query+embeddedin-example-generator','s:105:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('ary','messages:apihelp-query+embeddedin-example-simple','s:70:\"ar:عرض الصفحات التي تتضمن <kbd>Template:Stub</kbd>.\";'),('ary','messages:apihelp-query+embeddedin-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+embeddedin-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('ary','messages:apihelp-query+embeddedin-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ary','messages:apihelp-query+embeddedin-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ary','messages:apihelp-query+embeddedin-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ary','messages:apihelp-query+embeddedin-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('ary','messages:apihelp-query+embeddedin-summary','s:104:\"ar:العثور على جميع الصفحات التي تتضمن (نسخ) العنوان المعطى.\";'),('ary','messages:apihelp-query+extlinks-example-simple','s:90:\"ar:احصل على قائمة بالوصلات الخارجية في <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+extlinks-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('ary','messages:apihelp-query+extlinks-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('ary','messages:apihelp-query+extlinks-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('ary','messages:apihelp-query+extlinks-param-query','s:159:\"ar:بحث سلسلة دون بروتوكول، مفيد للتحقق مما إذا كانت صفحة معينة تحتوي على مسار خارجي معين.\";'),('ary','messages:apihelp-query+extlinks-summary','s:122:\"ar:يرجع جميع المسارات الخارجية (وليس الإنترويكي) من الصفحات المعينة.\";'),('ary','messages:apihelp-query+exturlusage-example-simple','s:84:\"ar:عرض الصفحات التي تربط بـ<kbd>https://www.mediawiki.org</kbd>.\";'),('ary','messages:apihelp-query+exturlusage-param-expandurl','s:112:\"ar:توسيع المسارات المتعلقة بالبروتوكول مع البروتوكول الأساسي.\";'),('ary','messages:apihelp-query+exturlusage-param-limit','s:43:\"ar:كم عدد الصفحات للعودة.\";'),('ary','messages:apihelp-query+exturlusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ary','messages:apihelp-query+exturlusage-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+exturlusage-param-protocol','s:247:\"ar:بروتوكول المسار، إذا تم تعيين <var>$1query</var> وفارغ، يكون البروتوكول <kbd>http</kbd>اترك كلا من هذا و<var>$1query</var> فارغين لسرد جميع الروابط الخارجية.\";'),('ary','messages:apihelp-query+exturlusage-param-query','s:151:\"ar:بحث سلسلة دون بروتوكول، انظر [[Special:LinkSearch]]، اتركه فارغًا لسرد كل الروابط الخارجية.\";'),('ary','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('ary','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ary','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:60:\"ar:يضيف المسار المستخدم في الصفحة.\";'),('ary','messages:apihelp-query+exturlusage-summary','s:74:\"ar:تعداد الصفحات التي تحتوي على مسار محدد.\";'),('ary','messages:apihelp-query+filearchive-example-simple','s:64:\"ar:عرض قائمة بجميع الملفات المحذوفة.\";'),('ary','messages:apihelp-query+filearchive-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+filearchive-param-from','s:58:\"ar:عنوان الصورة لبدء التعداد منه.\";'),('ary','messages:apihelp-query+filearchive-param-limit','s:56:\"ar:كم عدد الصور الإجمالي للعودة.\";'),('ary','messages:apihelp-query+filearchive-param-prefix','s:90:\"ar:ابحث عن جميع عناوين الصور التي تبدأ بهذه القيمة.\";'),('ary','messages:apihelp-query+filearchive-param-prop','s:68:\"ar:أي المعلومات عن الصورة للحصول عليها\";'),('ary','messages:apihelp-query+filearchive-param-sha1','s:60:\"ar:SHA1 تجزئة الصورة، يتجاوز $1sha1base36.\";'),('ary','messages:apihelp-query+filearchive-param-sha1base36','s:100:\"ar:SHA1 تجزئة الصورة في القاعدة 36 (المستخدمة في ميدياويكي).\";'),('ary','messages:apihelp-query+filearchive-param-to','s:62:\"ar:عنوان الصورة لإيقاف التعداد فيه.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:91:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:43:\"ar:يضيف عمق البت للإصدار.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-description','s:45:\"ar:يضيف وصفا لنسخة الصورة.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:43:\"ar:يضيف نوع وسائط الصورة.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:67:\"ar:يسرد بيانات تعريف Exif لإصدار الصورة.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:30:\"ar:يضيف MIME الصورة.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:36:\"ar:تحليل وصف الإصدار.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:42:\"ar:يضيف تجزئة SHA-1 للصورة.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-size','s:134:\"ar:يضيف حجم الصورة بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('ary','messages:apihelp-query+filearchive-paramvalue-prop-user','s:67:\"ar:يضيف المستخدم الذي رفع نسخة الصورة.\";'),('ary','messages:apihelp-query+filearchive-summary','s:72:\"ar:تعداد كافة الملفات المحذوفة بالتسلسل.\";'),('ary','messages:apihelp-query+filerepoinfo-example-simple','s:77:\"ar:الحصول على معلومات حول مستودعات الملفات.\";'),('ary','messages:apihelp-query+filerepoinfo-param-prop','s:136:\"ar:أي خصائص المستودع للحصول عليها (قد يكون هناك المزيد متاح في بعض الويكيات).\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:137:\"ar:مسار إلى API تطبيقات المستودع، مفيد في الحصول على معلومات الصورة من المضيف.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:126:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> أو ما يعادله.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:159:\"ar:ما إذا كان يمكن رفع ملفات إلى هذا المستودع، على سبيل المثال عبر CORS والمصادقة المشتركة.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:92:\"ar:اسم قابل للقراءة من قبل الإنسان في مستودع الويكي.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:147:\"ar:مسار أيقونة المفضلة الخاصة بمستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:147:\"ar:ما إذا تم جلب صفحات وصف الملفات من هذا المستودع عند عرض صفحات وصف الملف المحلية.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:88:\"ar:ما إذا كانت أسماء الملفات تبدأ ضمنيا بحرف كبير.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:64:\"ar:سواء كان هذا المستودع محليا أم لا.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:238:\"ar:مفتاح المستودع، المستخدم على سبيل المثال في <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] يعيد القيم.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:60:\"ar:مسار مسار الجذر لمسارات الصورة.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:103:\"ar:مسار مسار الجذر لتثبيت ميدياويكي الخاص بمستودع الويكي.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:116:\"ar:مستودع الويكي <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> أو ما يعادله.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:75:\"ar:مسار مسار الجذر لمسارات الصورة المصغرة.\";'),('ary','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:49:\"ar:مسار مسار المنطقة العامة.\";'),('ary','messages:apihelp-query+filerepoinfo-summary','s:112:\"ar:إرجاع معلومات التعريف حول مستودعات الصور المكونة في الويكي.\";'),('ary','messages:apihelp-query+fileusage-example-generator','s:100:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('ary','messages:apihelp-query+fileusage-example-simple','s:89:\"ar:احصل على قائمة الصفحات التي تستخدم [[:File:Example.jpg]].\";'),('ary','messages:apihelp-query+fileusage-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('ary','messages:apihelp-query+fileusage-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+fileusage-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+fileusage-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('ary','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('ary','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('ary','messages:apihelp-query+fileusage-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('ary','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ary','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ary','messages:apihelp-query+fileusage-summary','s:89:\"ar:ابحث عن كل الصفحات التي تستخدم الملفات المعطاة.\";'),('ary','messages:apihelp-query+imageinfo-example-dated','s:103:\"ar:إحضار معلومات حول إصدارات [[:File:Test.jpg]] من عام 2008 وما بعده.\";'),('ary','messages:apihelp-query+imageinfo-example-simple','s:104:\"ar:إحضار معلومات حول الإصدار الحالي من [[:File:Albert Einstein Head.jpg]].\";'),('ary','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:155:\"ar:إذا تم تعيين<kbd>$2prop=badfile</kbd> ، فهذا هو عنوان الصفحة المستخدم عند تقييم [[MediaWiki:Bad image list]]\";'),('ary','messages:apihelp-query+imageinfo-param-end','s:64:\"ar:الطابع الزمني لإيقاف الإدراج فيه.\";'),('ary','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:124:\"ar:إذا كان محددا وغير فارغ، فسيتم إرجاع هذه المفاتيح فقط لـ$1prop=extmetadata.\";'),('ary','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:257:\"ar:أية لغة لجلب extmetadata بها، هذا يؤثر على كل الترجمة التي يتم جلبها، إذا كانت متعددة متاحة، وكذلك كيفية تنسيق أشياء مثل الأرقام والقيم المختلفة.\";'),('ary','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"ar:إذا كانت ترجمات خاصية extmetadata متاحة، فاجلبها كلها.\";'),('ary','messages:apihelp-query+imageinfo-param-limit','s:78:\"ar:عدد مراجعات الملفات ليتم إرجاعها لكل ملف.\";'),('ary','messages:apihelp-query+imageinfo-param-localonly','s:74:\"ar:ابحث فقط عن الملفات في المستودع المحلي.\";'),('ary','messages:apihelp-query+imageinfo-param-metadataversion','s:231:\"ar:إصدار البيانات الوصفية لاستخدامه، إذا تم تحديد <kbd>latest</kbd>، استخدم أحدث إصدار، الافتراضي <kbd>1</kbd> للتوافق مع الإصدارات السابقة.\";'),('ary','messages:apihelp-query+imageinfo-param-prop','s:69:\"ar:معلومات الملف التي يجب الحصول عليها:\";'),('ary','messages:apihelp-query+imageinfo-param-start','s:60:\"ar:الطابع الزمني لبدء الإدراج منه.\";'),('ary','messages:apihelp-query+imageinfo-param-urlheight','s:30:\"ar:على غرار $1urlwidth.\";'),('ary','messages:apihelp-query+imageinfo-param-urlparam','s:239:\"ar:سلسلة وسيط خاصة بالمعالج، على سبيل المثال، قد تستخدم ملفات PDF <kbd>page15-100px</kbd>، يجب استخدام <var>$1urlwidth</var> وأن يكون متسقا مع <var>$1urlparam</var>.\";'),('ary','messages:apihelp-query+imageinfo-param-urlwidth','s:273:\"ar:إذا تم تعيين $2prop=url، فسيتم إرجاع مسار صورة مقسمة إلى هذا العرض،\nلأسباب تتعلق بالأداء في حالة استخدام هذا الخيار; لن يتم عرض أكثر من $1 من الصور المقاسة.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:208:\"ar:يضيف اسم ملف إصدار الأرشيف للإصدارات غير الأحدث. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:88:\"ar:يضيف ما إذا كان الملف موجودا في [[MediaWiki:Bad image list]]\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:160:\"ar:يضيف عمق البت للإصدار. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:170:\"ar:يضيف العنوان الأساسي للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:160:\"ar:تعليق على الإصدار. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:216:\"ar:يسرد بيانات التعريف العامة لصيغة الملف لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:42:\"ar:الاسم المستعار للحجم.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:240:\"ar:يسرد البيانات الوصفية المنسقة من مصادر متعددة، النتائج بتنسيق HTML. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:162:\"ar:يضيف نوع الوسائط للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:182:\"ar:يسرد بيانات تعريف Exif لإصدار الملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:152:\"ar:يضيف نوع MIME للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:173:\"ar:تحليل التعليق على النسخة. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:157:\"ar:يضيف تجزئة SHA-1 للملف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:132:\"ar:يضيف حجم الملف بالبايت والطول والعرض وعدد الصفحات (عند قابلية التطبيق).\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:213:\"ar:يضيف نوع MIME للصورة المصغرة (يتطلب مسار ووسيط $1urlwidth). لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:68:\"ar:يضيف الطابع الزمني للنسخة المرفوعة.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:190:\"ar:تُستخدَم من قبل صفحة Special:Upload للحصول على معلومات حول ملف موجود، غير مخصص للاستخدام خارج نواة ميدياويكي.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:173:\"ar:يعطي مسارا للملف وصفحة الوصف. لو أن الملف قد تم حذف مراجعته، فخاصية <samp>filehidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:191:\"ar:يضيف المستخدم الذي رفع كل إصدار من الملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:206:\"ar:إضافة هوية المستخدم الذي قام بتحميل كل إصدار ملف. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+imageinfo-summary','s:58:\"ar:يعرض معلومات الملف وسجل الرفع.\";'),('ary','messages:apihelp-query+images-example-generator','s:107:\"ar:الحصول على معلومات حول جميع الملفات المستخدمة في [[Main Page]].\";'),('ary','messages:apihelp-query+images-example-simple','s:85:\"ar:احصل على قائمة بالملفات المستخدمة في [[Main Page]].\";'),('ary','messages:apihelp-query+images-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+images-param-images','s:142:\"ar:إدراج هذه الملفات فقط، مفيد للتحقق ما إذا كانت صفحة معينة تحتوي على ملف معين.\";'),('ary','messages:apihelp-query+images-param-limit','s:43:\"ar:كم عدد الملفات للعودة.\";'),('ary','messages:apihelp-query+images-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('ary','messages:apihelp-query+imageusage-example-generator','s:113:\"ar:احصل على معلومات حول الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('ary','messages:apihelp-query+imageusage-example-simple','s:82:\"ar:عرض الصفحات التي تستخدم [[:File:Albert Einstein Head.jpg]].\";'),('ary','messages:apihelp-query+imageusage-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+imageusage-param-filterredir','s:215:\"ar:كيفية التصفية للتحويلات، إذا تم ضبطه على <kbd>nonredirects</kbd> عند تمكين <var>$1redirect</var>، فسيتم تطبيق هذا على المستوى الثاني فقط.\";'),('ary','messages:apihelp-query+imageusage-param-limit','s:299:\"ar:كم عدد الصفحات التي سيتم إرجاعها، إذا تم تمكين <var>$1redirect</var> ، فسيتم تطبيق الحد الأقصى على كل مستوى بشكل منفصل (مما يعني أنه قد يتم إرجاع ما يصل إلى * <var>$1limit</var> نتائج).\";'),('ary','messages:apihelp-query+imageusage-param-namespace','s:31:\"ar:النطاق للتعداد.\";'),('ary','messages:apihelp-query+imageusage-param-pageid','s:89:\"ar:معرف صفحة للبحث، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ary','messages:apihelp-query+imageusage-param-redirect','s:183:\"ar:إذا كان ربط الصفحة تحويلة، فابحث عن جميع الصفحات التي تصل لتلك التحويلة أيضا، الحد الأقصى هو النصف.\";'),('ary','messages:apihelp-query+imageusage-param-title','s:81:\"ar:عنوان للبحث، لا يمكن استخدامه مع <var>$1pageid</var\";'),('ary','messages:apihelp-query+imageusage-summary','s:96:\"ar:ابحث عن كل الصفحات التي تستخدم عنوان الصورة المعين.\";'),('ary','messages:apihelp-query+info-example-protection','s:97:\"ar:احصل على معلومات عامة وحماية حول الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+info-example-simple','s:79:\"ar:الحصول على معلومات حول الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+info-param-linkcontext','s:232:\"ar:عنوان السياق المراد استخدامه عند تحديد فئات CSS إضافية (مثل ألوان الارتباط) عندما تحتوي الخاصية <var>$1</var> على <var>فئات الروابط</var> .\";'),('ary','messages:apihelp-query+info-param-prop','s:75:\"ar:الخصائص الإضافية التي يجب الحصول عليها:\";'),('ary','messages:apihelp-query+info-param-testactions','s:131:\"ar:اختبر ما إذا كان المستخدم الحالي يمكنه تنفيذ إجراءات معينة على الصفحة.\";'),('ary','messages:apihelp-query+info-param-testactionsdetail','s:260:\"ar:مستوى التفاصيل لـ<var>$1testactions</var>، استخدم وسائط [[Special:ApiHelp/main|الوحدة الرئيسية]] <var>errorformat</var> و<var>errorlang</var> للتحكم في تنسيق الرسائل التي تم إرجاعها.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:132:\"ar:العنوان المسبق لـ [[:mw:Special:MyLanguage/Help:Associated_pages|موضوع أو صفحة نقاش مرتبطة]].\";'),('ary','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:94:\"ar:يعطي الطريقة التي يتم بها عرض عنوان الصفحة بالفعل.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:240:\"ar:يعطي فئات CSS الإضافية (مثل ألوان الارتباط) المستخدمة للارتباطات إلى هذه الصفحة إذا كانت ستظهر على الصفحة المسماة بـ <var>linkcontext $1</var> .\";'),('ary','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:86:\"ar:الطابع الزمني لإشعار قائمة المراقبة لكل صفحة.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-preload','s:81:\"ar:يعطي النص الذي تم إرجاعه بواسطة EditFormPreloadText.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-protection','s:56:\"ar:إدراج مستوى الحماية لكل صفحة.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-readable','s:145:\"ar:ما إذا كان يمكن للمستخدم قراءة هذه الصفحة، استخدم <kbd>intestactions=read</kbd> بدلا من ذلك.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-subjectid','s:80:\"ar:معرف الصفحة للصفحة الرئيسية لكل صفحة نقاش.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-talkid','s:85:\"ar:معرف الصفحة لصفحة النقاش لكل صفحة غير النقاش.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-url','s:108:\"ar:يعطي مسارا كاملا، ومسارا للتعديل، ومسار الأساسي لكل صفحة.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:102:\"ar:يعطي عنوان العرض بجميع الصيغ الخاصة بلغة محتوى الموقع.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:153:\"ar:عدد مراقبي كل صفحة الذين زاروا التحريرات الأخيرة لتلك الصفحة، إذا كان مسموحا بذلك.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-watched','s:54:\"ar:أدرج حالة المراقبة لكل صفحة.\";'),('ary','messages:apihelp-query+info-paramvalue-prop-watchers','s:58:\"ar:عدد المراقبين، إذا كان مسموحا.\";'),('ary','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:54:\"ar:إرجاع قيمة منطقية لكل إجراء.\";'),('ary','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:155:\"ar:إرجاع الرسائل التي تصف سبب عدم السماح بالإجراء ، أو مصفوفة فارغة إذا كان مسموحا بها.\";'),('ary','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:85:\"ar:مثل <kbd>full</kbd> ولكن تخطي المراجعات باهظة الثمن.\";'),('ary','messages:apihelp-query+info-summary','s:68:\"ar:الحصول على معلومات الصفحة الأساسية.\";'),('ary','messages:apihelp-query+iwbacklinks-example-generator','s:100:\"ar:الحصول على معلومات عن الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('ary','messages:apihelp-query+iwbacklinks-example-simple','s:80:\"ar:الحصول على الصفحات التي تصل إلى [[wikibooks:Test]].\";'),('ary','messages:apihelp-query+iwbacklinks-extended-description','s:269:\"ar:يمكن استخدامها للعثور على جميع الوصلات ببادئة، أو كل الوصلات إلى عنوان (ببادئة معينة)، استخدام أي من الوسيطين \"جميع وصلات الإنترويكي\" على نحو فعال.\";'),('ary','messages:apihelp-query+iwbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+iwbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ary','messages:apihelp-query+iwbacklinks-param-prefix','s:35:\"ar:بادئة للإنترويكي.\";'),('ary','messages:apihelp-query+iwbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+iwbacklinks-param-title','s:99:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1blprefix</var.\";'),('ary','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:44:\"ar:يضيف بادئة الإنترويكي.\";'),('ary','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:44:\"ar:يضيف عنوان الإنترويكي.\";'),('ary','messages:apihelp-query+iwbacklinks-summary','s:115:\"ar:العثور على جميع الصفحات التي تصل إلى وصلة الإنترويكي المعطاه.\";'),('ary','messages:apihelp-query+iwlinks-example-simple','s:90:\"ar:الحصول على وصلات إنترويكي من الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+iwlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+iwlinks-param-limit','s:60:\"ar:كم عدد وصلات الإنترويكي للعودة.\";'),('ary','messages:apihelp-query+iwlinks-param-prefix','s:75:\"ar:عودة وصلات الإنترويكي بهذه البادئة فقط.\";'),('ary','messages:apihelp-query+iwlinks-param-prop','s:105:\"ar:الخصائص الإضافية التي يجب الحصول عليها لكل ارتباط interwiki:\";'),('ary','messages:apihelp-query+iwlinks-param-title','s:97:\"ar:رابط إنترويكي للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('ary','messages:apihelp-query+iwlinks-param-url','s:122:\"ar:ما إذا كنت تريد الحصول على المسار الكامل (لا يمكن استخدامه مع $1prop).\";'),('ary','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('ary','messages:apihelp-query+iwlinks-summary','s:88:\"ar:يعرض جميع وصلات الإنترويكي من الصفحات المحددة.\";'),('ary','messages:apihelp-query+langbacklinks-example-generator','s:96:\"ar:الحصول على معلومات حول الصفحات التي تصل إلى [[:fr:Test]].\";'),('ary','messages:apihelp-query+langbacklinks-example-simple','s:74:\"ar:الحصول على الصفحات التي تصل إلى [[:fr:Test]].\";'),('ary','messages:apihelp-query+langbacklinks-extended-description','s:381:\"ar:يمكن استخدامها للعثور على جميع الوصلات برمز لغة، أو كل الوصلات إلى عنوان (بلغة معينة)، استخدام أي من الوسيطين \"كل وصلات اللغات\" بشكل فعال،\nلاحظ أن هذا قد لا يفكر في وصلات اللغة التي تتم إضافتها بواسطة الإضافات.\";'),('ary','messages:apihelp-query+langbacklinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+langbacklinks-param-lang','s:32:\"ar:لغة لرابط اللغة.\";'),('ary','messages:apihelp-query+langbacklinks-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ary','messages:apihelp-query+langbacklinks-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+langbacklinks-param-title','s:79:\"ar:رابط اللغة للبحث عنه، يجب استخدامه مع $1lang.\";'),('ary','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:46:\"ar:يضيف رمز لغة رابط اللغة.\";'),('ary','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:43:\"ar:يضيف عنوان رابط اللغة.\";'),('ary','messages:apihelp-query+langbacklinks-summary','s:92:\"ar:ابحث عن جميع الصفحات التي تصل لرابط اللغة المحدد.\";'),('ary','messages:apihelp-query+langlinks-example-simple','s:102:\"ar:الحصول على وصلات بين اللغات تربط من الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+langlinks-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+langlinks-param-inlanguagecode','s:62:\"ar:رمز اللغة لأسماء اللغة المترجمة.\";'),('ary','messages:apihelp-query+langlinks-param-lang','s:70:\"ar:إرجاع وصلات اللغة برمز اللغة هذا فقط.\";'),('ary','messages:apihelp-query+langlinks-param-limit','s:65:\"ar:كم عدد الروابط المحلية التي ستعود.\";'),('ary','messages:apihelp-query+langlinks-param-prop','s:115:\"ar:الخصائص الإضافية التي يمكنك الحصول عليها لكل رابط بين اللغات:\";'),('ary','messages:apihelp-query+langlinks-param-title','s:80:\"ar:رابط للبحث عنه، يجب استخدامه مع <var>$1prefix</var.\";'),('ary','messages:apihelp-query+langlinks-param-url','s:122:\"ar:ما إذا كنت ستحصل على المسار الكامل (لا يمكن استخدامه مع <var>$1prop</var>).\";'),('ary','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:39:\"ar:يضيف اسم اللغة الأم.\";'),('ary','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:137:\"ar:يضيف اسم اللغة المترجمة (أفضل جهد)، استخدم <var>$1inlanguagecode</var> للتحكم في اللغة.\";'),('ary','messages:apihelp-query+langlinks-paramvalue-prop-url','s:38:\"ar:يضيف المسار الكامل.\";'),('ary','messages:apihelp-query+langlinks-summary','s:106:\"ar:يعرض جميع وصلات الإنترويكي التي تربط من الصفحات المحددة.\";'),('ary','messages:apihelp-query+languageinfo-example-autonym-name-de','s:115:\"ar:احصل على المرادفات والأسماء الألمانية لجميع اللغات المدعومة.\";'),('ary','messages:apihelp-query+languageinfo-example-bcp47-dir','s:92:\"ar:احصل على رمز لغة BCP-47 واتجاه جميع اللغات المدعومة.\";'),('ary','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:97:\"ar:الحصول على اللغات الاحتياطية ومتغيرات الأوكيتانية.\";'),('ary','messages:apihelp-query+languageinfo-example-simple','s:86:\"ar:الحصول على رموز اللغات لجميع اللغات المدعومة.\";'),('ary','messages:apihelp-query+languageinfo-extended-description','s:182:\"ar:[[mw:Special:MyLanguage/API:Continue|الاستمرار]] يمكن تطبيقه إذا كان استرجاع المعلومات يستغرق وقتا طويلا لطلب واحد.\";'),('ary','messages:apihelp-query+languageinfo-param-code','s:102:\"ar:رموز اللغات التي يجب إرجاعها، أو <code>*</code> لجميع اللغات.\";'),('ary','messages:apihelp-query+languageinfo-param-prop','s:65:\"ar:أي المعلومات للحصول عليها لكل لغة.\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:77:\"ar:الاسم الداخلي للغة، أي: الاسم بتلك اللغة.\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:24:\"ar:رمز لغة BCP-47.\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:150:\"ar:رمز اللغة. (هذا الرمز خاص بميدياويكي، على الرغم من وجود تداخل مع المعايير الأخرى.)\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:84:\"ar:اتجاه كتابة اللغة (إما <code>ltr</code> أو <code>rtl</code>).\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:257:\"ar:رموز لغة اللغات الاحتياطية التي تم تكوينها لهذه اللغة، لا يتم تضمين الإرجاع النهائي الضمني إلى \"en\" (ولكن قد ترجع بعض اللغات إلى \"en\" بشكل صريح).\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:165:\"ar:اسم اللغة ياللغة المحددة بواسطة الوسيط <var>uselang</var>، مع تطبيق احتياطات اللغة إذا لزم الأمر.\";'),('ary','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:84:\"ar:رموز اللغات للمتغيرات التي تدعمها هذه اللغة.\";'),('ary','messages:apihelp-query+languageinfo-summary','s:60:\"ar:عرض معلومات حول اللغات المتاحة.\";'),('ary','messages:apihelp-query+links-example-generator','s:112:\"ar:الحصول على معلومات حول صفحات الارتباط في الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+links-example-namespaces','s:121:\"ar:احصل على وصلات من الصفحة <kbd>Main Page</kbd> في النطاقات {{ns:user}} و{{ns:template}}.\";'),('ary','messages:apihelp-query+links-example-simple','s:73:\"ar:الحصول على وصلات من الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+links-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+links-param-limit','s:43:\"ar:كم عدد الوصلات للعودة.\";'),('ary','messages:apihelp-query+links-param-namespace','s:65:\"ar:إظهار الروابط في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+links-param-titles','s:162:\"ar:إدراج الروابط لهذه العناوين فقط، مفيد للتحقق مما إذا كانت صفحة معينة ترتبط بعنوان معين.\";'),('ary','messages:apihelp-query+links-summary','s:71:\"ar:يعرض جميع الروابط من الصفحات المحددة.\";'),('ary','messages:apihelp-query+linkshere-example-generator','s:93:\"ar:احصل على معلومات حول الصفحات التي تصل إلى [[Main Page]].\";'),('ary','messages:apihelp-query+linkshere-example-simple','s:81:\"ar:احصل على قائمة الصفحات التي تربط بـ[[Main Page]].\";'),('ary','messages:apihelp-query+linkshere-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('ary','messages:apihelp-query+linkshere-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+linkshere-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+linkshere-param-show','s:197:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;غير تحويلة:إظهار غير التحويلات فقط.\";'),('ary','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('ary','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('ary','messages:apihelp-query+linkshere-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('ary','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ary','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ary','messages:apihelp-query+linkshere-summary','s:86:\"ar:ابحث عن جميع الصفحات الموصولة للصفحة المحددة.\";'),('ary','messages:apihelp-query+logevents-example-simple','s:51:\"ar:إدراج أحداث السجل الأخيرة.\";'),('ary','messages:apihelp-query+logevents-param-action','s:325:\"ar:تصفية إجراءات السجل لهذا الإجراء فقط، يتجاوز <var>$1type</var>، في قائمة القيم المحتملة، يمكن أن تحتوي القيم بحرف بدل العلامة النجمية مثل <kbd>action/*</kbd> على سلاسل مختلفة بعد الخط المائل (/).\";'),('ary','messages:apihelp-query+logevents-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('ary','messages:apihelp-query+logevents-param-limit','s:71:\"ar:كم العدد الكلي لإدخالات الحدث للعودة.\";'),('ary','messages:apihelp-query+logevents-param-namespace','s:95:\"ar:تصفية الإدخالات إلى تلك الموجودة في النطاق المحدد.\";'),('ary','messages:apihelp-query+logevents-param-prefix','s:75:\"ar:تصفية الإدخالات التي تبدأ بهذه البادئة.\";'),('ary','messages:apihelp-query+logevents-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+logevents-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ary','messages:apihelp-query+logevents-param-tag','s:82:\"ar:إدراج إدخالات الحدث الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+logevents-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('ary','messages:apihelp-query+logevents-param-type','s:67:\"ar:تصفية إدخالات السجل لهذا النوع فقط.\";'),('ary','messages:apihelp-query+logevents-param-user','s:101:\"ar:تصفية الإلدخالات تلك المدخلات من قبل المستخدم المعطى.\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-comment','s:152:\"ar:يضيف تعليق حدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-details','s:190:\"ar:يسرد تفاصيل إضافية حول حدث السجل. إذا تم حذف مراجعة حدث السجل ، فسيتم إرجاع خاصية <samp>مخفية الإجراء</samp> .\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-ids','s:39:\"ar:يضيف معرف حدث السجل.\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:171:\"ar:يضيف التعليق المحلل لحدث السجل. إذا تم حذف التعليق ، فسيتم إرجاع خاصية <samp>مخفية التعليق</samp> .\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-tags','s:43:\"ar:يسرد وسوما لحدث السجل.\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:58:\"ar:يضيف الطابع الزمني لحدث السجل.\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-title','s:56:\"ar:يضيف عنوان الصفحة لحدث السجل.\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-type','s:37:\"ar:يضيف نوع حدث السجل.\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-user','s:182:\"ar:يضيف المستخدم المسؤول عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('ary','messages:apihelp-query+logevents-paramvalue-prop-userid','s:207:\"ar:يضيف معرف المستخدم الذي كان مسؤولاً عن حدث السجل. إذا تم حذف المستخدم ، فسيتم إرجاع خاصية <samp>مخفية للمستخدم</samp> .\";'),('ary','messages:apihelp-query+logevents-summary','s:58:\"ar:الحصول على الأحداث من السجلات.\";'),('ary','messages:apihelp-query+mystashedfiles-example-simple','s:192:\"ar:احصل على مفتاح الملف وحجم الملف وحجم البكسل للملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('ary','messages:apihelp-query+mystashedfiles-param-limit','s:54:\"ar:كم عدد الملفات للحصول عليها.\";'),('ary','messages:apihelp-query+mystashedfiles-param-prop','s:56:\"ar:أي الخصائص تريد لجلب للملفات.\";'),('ary','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:54:\"ar:جلب حجم الملف وأبعاد الصورة.\";'),('ary','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:57:\"ar:جلب نوع MIME للملف ونوع الوسائط.\";'),('ary','messages:apihelp-query+mystashedfiles-summary','s:141:\"ar:احصل على قائمة بالملفات في ذاكرة التخزين المؤقت الخاص برفع المستخدم الحالي.\";'),('ary','messages:apihelp-query+pagepropnames-example-simple','s:53:\"ar:الحصول على أول 10 أسماء خواص.\";'),('ary','messages:apihelp-query+pagepropnames-param-limit','s:62:\"ar:الحد الأقصى لعدد الأسماء للعودة.\";'),('ary','messages:apihelp-query+pagepropnames-summary','s:100:\"ar:إدراج جميع أسماء خواص الصفحة قيد الاستخدام في الويكي.\";'),('ary','messages:apihelp-query+pageprops-example-simple','s:89:\"ar:احصل على خصائص للصفحات <kbd>Main Page</kbd> و<kbd>MediaWiki</kbd>.\";'),('ary','messages:apihelp-query+pageprops-param-prop','s:322:\"ar:سرد خصائص الصفحة هذه فقط (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام)، مفيد للتحقق مما إذا كانت الصفحات تستخدم خاصية صفحة معينة.\";'),('ary','messages:apihelp-query+pageprops-summary','s:96:\"ar:الحصول على خصائص صفحة مختلفة محددة في محتوى الصفحة.\";'),('ary','messages:apihelp-query+pageswithprop-example-generator','s:119:\"ar:احصل على معلومات إضافية حول أول 10 صفحات تستخدم <code>_&#95;NOTOC_&#95;</code>.\";'),('ary','messages:apihelp-query+pageswithprop-example-simple','s:97:\"ar:أدرج أول 10 صفحات تستخدم <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('ary','messages:apihelp-query+pageswithprop-param-dir','s:35:\"ar:في أي اتجاه للفرز.\";'),('ary','messages:apihelp-query+pageswithprop-param-limit','s:75:\"ar:الحد الأقصى لعدد الصفحات المطلوب عرضها.\";'),('ary','messages:apihelp-query+pageswithprop-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+pageswithprop-param-propname','s:239:\"ar:خاصية الصفحة التي تريد تعداد الصفحات (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> تقوم بإرجاع أسماء خصائص الصفحة قيد الاستخدام).\";'),('ary','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:34:\"ar:يضيف معرف الصفحة.\";'),('ary','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ary','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:45:\"ar:يضيف قيمة خاصية الصفحة.\";'),('ary','messages:apihelp-query+pageswithprop-summary','s:87:\"ar:سرد جميع الصفحات التي تستخدم خاصية صفحة معينة.\";'),('ary','messages:apihelp-query+prefixsearch-example-simple','s:86:\"ar:ابحث عن عناوين الصفحات التي تبدأ بـ<kbd>meaning</kbd>.\";'),('ary','messages:apihelp-query+prefixsearch-extended-description','s:681:\"ar:على الرغم من التشابه في الأسماء، لا يُقصَد بهذه الوحدة أن تكون مكافئة لـ [[Special:PrefixIndex]]، لذلك; راجع <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> مع الوسيط <kbd>apprefix</kbd>، يشبه الغرض من هذه الوحدة <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: لأخذ مدخلات المستخدم وتقديم أفضل العناوين المطابقة، استنادا إلى الواجهة الخلفية لمحرك البحث، قد يتضمن هذا تصحيحا مطبعيا أو تجنبا للتحويل أو استدلالا آخر.\";'),('ary','messages:apihelp-query+prefixsearch-param-limit','s:62:\"ar:الحد الأقصى لعدد النتائج للعودة.\";'),('ary','messages:apihelp-query+prefixsearch-param-namespace','s:122:\"ar:النطاقات للبحث، يتم التجاهل إذا بدأ <var>$1search</var> ببادئة نطاق صالحة.\";'),('ary','messages:apihelp-query+prefixsearch-param-offset','s:51:\"ar:عدد النتائج المراد تخطيها.\";'),('ary','messages:apihelp-query+prefixsearch-param-profile','s:52:\"ar:ابحث عن ملف شخصي لاستخدامه.\";'),('ary','messages:apihelp-query+prefixsearch-param-search','s:25:\"ar:سلسلة البحث.\";'),('ary','messages:apihelp-query+prefixsearch-summary','s:78:\"ar:قم بإجراء بحث بالبادئة عن عناوين الصفحات.\";'),('ary','messages:apihelp-query+protectedtitles-example-generator','s:93:\"ar:ابحث عن وصلات للعناوين المحمية في النطاق الرئيسي.\";'),('ary','messages:apihelp-query+protectedtitles-example-simple','s:42:\"ar:سرد العناوين المحمية.\";'),('ary','messages:apihelp-query+protectedtitles-param-end','s:78:\"ar:وقف الإدراج في هذا الطابع الزمني للحماية.\";'),('ary','messages:apihelp-query+protectedtitles-param-level','s:77:\"ar:إدراج العناوين بمستويات الحماية هذه فقط.\";'),('ary','messages:apihelp-query+protectedtitles-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ary','messages:apihelp-query+protectedtitles-param-namespace','s:63:\"ar:إدراج عناوين في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+protectedtitles-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+protectedtitles-param-start','s:78:\"ar:بدء الإدراج في هذا الطابع الزمني للحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"ar:يضيف التعليق للحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:98:\"ar:يإضيف الطابع الزمني للوقت الذي سيتم فيه رفع الحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:38:\"ar:يضيف مستوى الحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:66:\"ar:يضيف تعليق التعليق المحلل للحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:73:\"ar:يإضيف الطابع الزمني عند إضافة الحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:62:\"ar:يضيف المستخدم الذي أضاف الحماية.\";'),('ary','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:71:\"ar:يضيف معرف المستخدم الذي أضاف الحماية.\";'),('ary','messages:apihelp-query+protectedtitles-summary','s:71:\"ar:سرد جميع العناوين المحمية من الإنشاء.\";'),('ary','messages:apihelp-query+querypage-example-ancientpages','s:59:\"ar:إرجاع النتائج من [[Special:Ancientpages]].\";'),('ary','messages:apihelp-query+querypage-param-limit','s:38:\"ar:عدد النتائج للعودة.\";'),('ary','messages:apihelp-query+querypage-param-page','s:92:\"ar:اسم الصفحة الخاصة، ملاحظة: هذا حساس لحالة الأحرف.\";'),('ary','messages:apihelp-query+querypage-summary','s:130:\"ar:الحصول على قائمة يتم توفيرها من خلال صفحة خاصة تستند إلى صفحة استعلام.\";'),('ary','messages:apihelp-query+random-example-generator','s:114:\"ar:إرجاع معلومات الصفحة حول صفحتين عشوائيتين من النطاق الرئيسي.\";'),('ary','messages:apihelp-query+random-example-simple','s:86:\"ar:قم بإرجاع صفحتين عشوائيتين من النطاق الرئيسي.\";'),('ary','messages:apihelp-query+random-extended-description','s:412:\"ar:يتم سرد الصفحات بتسلسل ثابت، نقطة البداية فقط عشوائية: هذا يعني أنه إذا، على سبيل المثال، كانت <samp>Main Page</samp> أول صفحة عشوائية في القائمة، <samp>List of fictional monkeys</samp> سوف تكون الثانية <em>always</em>، <samp>List of people on stamps of Vanuatu</samp> الثالثة، إلخ.\";'),('ary','messages:apihelp-query+random-param-filterredir','s:48:\"ar:كيفية التصفية للتحويلات.\";'),('ary','messages:apihelp-query+random-param-limit','s:88:\"ar:تحديد عدد الصفحات العشوائية التي سيتم إرجاعها.\";'),('ary','messages:apihelp-query+random-param-namespace','s:65:\"ar:إرجاع الصفحات في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+random-param-redirect','s:72:\"ar:استخدم <kbd>$1filterredir=redirects</kbd> بدلا من ذلك.\";'),('ary','messages:apihelp-query+random-summary','s:75:\"ar:الحصول على مجموعة من الصفحات العشوائية.\";'),('ary','messages:apihelp-query+recentchanges-example-generator','s:110:\"ar:الحصول على معلومات الصفحة حول أحدث التغييرات غير المراجعة.\";'),('ary','messages:apihelp-query+recentchanges-example-simple','s:38:\"ar:سرد أحدث التغييرات.\";'),('ary','messages:apihelp-query+recentchanges-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('ary','messages:apihelp-query+recentchanges-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('ary','messages:apihelp-query+recentchanges-param-generaterevisions','s:339:\"ar:عند استخدامه كمولد، قم بإنشاء معرفات المراجعة بدلا من العناوين، ولن تؤدي إدخالات التغيير الأخيرة التي لا تحتوي على معرفات المراجعة المرتبطة (مثل معظم إدخالات السجلات) إلى توليد أي شيء.\";'),('ary','messages:apihelp-query+recentchanges-param-limit','s:64:\"ar:كم عدد التغييرات الإجمالي للعودة.\";'),('ary','messages:apihelp-query+recentchanges-param-namespace','s:71:\"ar:تصفية التغييرات على هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+recentchanges-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('ary','messages:apihelp-query+recentchanges-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('ary','messages:apihelp-query+recentchanges-param-slot','s:82:\"ar:سرد فقط التغييرات التي تلمس الفتحة المسماة.\";'),('ary','messages:apihelp-query+recentchanges-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ary','messages:apihelp-query+recentchanges-param-tag','s:75:\"ar:إدراج التغييرات الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+recentchanges-param-title','s:75:\"ar:تصفية الإدخالات إلى تلك المتعلقة بصفحة.\";'),('ary','messages:apihelp-query+recentchanges-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('ary','messages:apihelp-query+recentchanges-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('ary','messages:apihelp-query+recentchanges-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة تلقائيا أم لا.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:157:\"ar:يضيف التعليق للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:129:\"ar:يضيف معرف الصفحة ومعرف أحدث التغييرات ومعرف النسخة الجديدة والقديمة.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:117:\"ar:يضيف معلومات السجل (معرف السجل، نوع السجل، إلخ) لإدخالات السجل.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:166:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذفه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:123:\"ar:يوسم التعديلات التي يمكن مراجعتها باعتبارها مراجعة أو غير مراجعة.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:68:\"ar:يوسم التحرير إذا كانت الصفحة تحويلة\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:224:\"ar:يضيف المجموع الاختباري للمحتوى للإدخالات المرتبطة بمراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:75:\"ar:يضيف طول الصفحة الجديد والقديم بالبايت.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:47:\"ar:يضيف عنوان صفحة التحرير.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:225:\"ar:يضيف المستخدم المسؤول عن التحرير والوسوم إذا كان يوجد أيبي. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:178:\"ar:يضيف المستخدم المسؤول عن التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+recentchanges-summary','s:42:\"ar:تعداد أحدث التغييرات.\";'),('ary','messages:apihelp-query+redirects-example-generator','s:90:\"ar:احصل على معلومات حول جميع التحويلات إلى [[Main Page]].\";'),('ary','messages:apihelp-query+redirects-example-simple','s:72:\"ar:احصل على قائمة بالتحويلات إلى [[Main Page]].\";'),('ary','messages:apihelp-query+redirects-param-limit','s:51:\"ar:كم عدد التحويلات لإرجاعها.\";'),('ary','messages:apihelp-query+redirects-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+redirects-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+redirects-param-show','s:204:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;fragment:إظهار التحويلات بجزء فقط.\n;!fragment:إظهار التحويلات بدون جزء فقط.\";'),('ary','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:53:\"ar:جزء من كل تحويلة، إن وُجِدت.\";'),('ary','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:45:\"ar:معرف الصفحة لكل تحويلة.\";'),('ary','messages:apihelp-query+redirects-paramvalue-prop-title','s:32:\"ar:عنوان كل تحويلة.\";'),('ary','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('ary','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('ary','messages:apihelp-query+redirects-summary','s:76:\"ar:يعرض جميعالتحويلات إلى الصفحات المحددة.\";'),('ary','messages:apihelp-query+revisions+base-param-contentformat','s:119:\"ar:تنسيق التسلسل المستخدم لـ<var>$1difftotext</var> والمتوقع لإخراج المحتوى.\";'),('ary','messages:apihelp-query+revisions+base-param-diffto','s:313:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، معرف المراجعة للتفريق بين كل مراجعة، استخدم <kbd>prev</kbd> و<kbd>next</kbd> و<kbd>cur</kbd> للمراجعة السابقة واللاحقة والحالية على التوالي.\";'),('ary','messages:apihelp-query+revisions+base-param-difftotext','s:361:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، النص للتفريق بين كل مراجعة، يختلف عدد محدود فقط من المراجعات، يتجاوز <var>$1diffto</var>، إذا تم تعيين <var>$1section</var>، فسيتم تمييز هذا القسم فقط مقابل هذا النص.\";'),('ary','messages:apihelp-query+revisions+base-param-difftotextpst','s:248:\"ar:استخدم <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> بدلا من ذلك، قم بإجراء تحويل ما قبل الحفظ على النص قبل نشره، صالح فقط عند استخدامه مع <var>$1difftotext</var>.\";'),('ary','messages:apihelp-query+revisions+base-param-expandtemplates','s:203:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> بدلا من ذلك، قم بتوسيع القوالب في محتوى المراجعة (يتطلب $1prop=content).\";'),('ary','messages:apihelp-query+revisions+base-param-generatexml','s:264:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، قم بتوليد شجرة تحليل XML لمحتوى المراجعة (تتطلب $1prop=content).\";'),('ary','messages:apihelp-query+revisions+base-param-limit','s:76:\"ar:الحد من عدد المراجعات التي سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-param-parse','s:278:\"ar:استخدم <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، تحليل محتوى المراجعة (يتطلب $1prop=content)، لأسباب تتعلق بالأداء; إذا تم استخدام هذا الخيار، يتم فرض $1limit إلى 1.\";'),('ary','messages:apihelp-query+revisions+base-param-prop','s:67:\"ar:أي الخصائص للحصول عليها لكل مراجعة:\";'),('ary','messages:apihelp-query+revisions+base-param-section','s:91:\"ar:قم فقط باسترداد محتوى القسم باستخدام هذا المعرف.\";'),('ary','messages:apihelp-query+revisions+base-param-slots','s:334:\"ar:أي الفتحات المراجعة لتعيد البيانات، عندما يتم تضمين الخصائص ذات الصلة بالفتحات في <var>$1props</var>، إذا تم حذفها، فسيتم إرجاع البيانات من فتحة <kbd>main</kbd> بتنسيق متوافق مع الإصدارات السابقة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:175:\"ar:تعليق من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:162:\"ar:محتوى كل فتحة مراجعة. لو أن المحتوى قد تم حذف مراجعته، فخاصية <samp>texthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:67:\"ar:معرف نموذج المحتوى لكل فتحة مراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:44:\"ar:أعلام المراجعة (طفيفة).\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:29:\"ar:معرف المراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:184:\"ar:تعليق محلل من قبل المستخدم للمراجعة. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:273:\"ar:استخدم <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> أو <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> بدلا من ذلك، شجرة تحليل XML لمحتوى المراجعة (تتطلب نموذج المحتوى <code>$1</code>).\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:86:\"ar:أدرج أدوار فتحة المحتوى الموجودة في المراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:158:\"ar:SHA-1 (القاعدة 16) المراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:38:\"ar:طول (بايت) المراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:170:\"ar:SHA-1 (القاعدة 16) لكل فتحة مراجعة. لو أن المحتوى قد تم إخفاؤه، فخاصية <samp>sha1hidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:48:\"ar:طول (بايت) كل فتحة مراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:29:\"ar:وسوم للمراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:46:\"ar:الطابع الزمني للمراجعة.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:169:\"ar:المستخدم الذي أجرى المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:171:\"ar:معرف المستخدم لمنشئ المراجعة. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+revisions-example-content','s:133:\"ar:احصل على بيانات تتضمن محتوى آخر مراجعة لـ<kbd>API</kbd> العناوين و<kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+revisions-example-first5','s:69:\"ar:احصل على أول 5 مراجعات من <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+revisions-example-first5-after','s:95:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> بعد 2006-05-01.\";'),('ary','messages:apihelp-query+revisions-example-first5-not-localhost','s:155:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي لم يجرها المستخدم المجهول <kbd>127.0.0.1</kbd>.\";'),('ary','messages:apihelp-query+revisions-example-first5-user','s:165:\"ar:احصل على أول 5 مراجعات للصفحة <kbd>Main Page</kbd> التي تم إجراؤها بواسطة المستخدم <kbd>MediaWiki default</kbd>.\";'),('ary','messages:apihelp-query+revisions-example-last5','s:68:\"ar:احصل على آخر 5 مراجعات لـ<kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+revisions-extended-description','s:571:\"ar:يمكن استخدامه بعدة طرق: \n# الحصول على بيانات حول مجموعة من الصفحات (المراجعة الأخيرة)، عن طريق تعيين عناوين أو معرفات صفحات. \n# احصل على مراجعات لصفحة معينة، باستخدام العناوين أو معرفات الصفحات ذات البداية، أو النهاية، أو الحد. \n# الحصول على بيانات حول مجموعة من المراجعات من خلال تعيين معرفاتها مع معرفات المراجعات.\";'),('ary','messages:apihelp-query+revisions-param-end','s:61:\"ar:تعداد يصل إلى هذا الطابع الزمني.\";'),('ary','messages:apihelp-query+revisions-param-endid','s:199:\"ar:إيقاف التعداد في الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('ary','messages:apihelp-query+revisions-param-excludeuser','s:76:\"ar:استبعاد المراجعات التي أجراها المستخدم.\";'),('ary','messages:apihelp-query+revisions-param-start','s:72:\"ar:من أي طابع زمني للمراجعة لبدء التعداد.\";'),('ary','messages:apihelp-query+revisions-param-startid','s:195:\"ar:بدء التعداد من الطابع الزمني لهذه المراجعة، يجب أن تكون النسخة موجودة، لكن لا يجب أن تنتمي إلى هذه الصفحة.\";'),('ary','messages:apihelp-query+revisions-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+revisions-param-user','s:86:\"ar:عدم تضمين سوى المراجعات التي أجراها المستخدم.\";'),('ary','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:84:\"ar:لا يجوز استخدامها إلا مع صفحة واحدة (الوضع #2).\";'),('ary','messages:apihelp-query+revisions-summary','s:55:\"ar:الحصول على معلومات المراجعة.\";'),('ary','messages:apihelp-query+search-example-generator','s:133:\"ar:احصل على معلومات الصفحة حول الصفحات التي تم إرجاعها للبحث عن <kbd>meaning</kbd>.\";'),('ary','messages:apihelp-query+search-example-simple','s:38:\"ar:البحث عن <kbd>meaning</kbd>.\";'),('ary','messages:apihelp-query+search-example-text','s:56:\"ar:البحث في النصوص عن <kbd>meaning</kbd>.\";'),('ary','messages:apihelp-query+search-param-backend','s:98:\"ar:أية واجهة خلفية للبحث مستخدمة، إن لم تكن الافتراضية.\";'),('ary','messages:apihelp-query+search-param-enablerewrites','s:331:\"ar:تمكين إعادة كتابة الاستعلام الداخلية، يمكن لبعض الواجهات الخلفية البحث إعادة كتابة الاستعلام إلى آخر يُعتَقد أنه يوفر نتائج أفضل، على سبيل المثال عن طريق تصحيح الأخطاء الإملائية.\";'),('ary','messages:apihelp-query+search-param-info','s:47:\"ar:أية بيانات وصفية لعرضها.\";'),('ary','messages:apihelp-query+search-param-interwiki','s:96:\"ar:تضمين نتائج الإنترويكي في البحث، إذا كان ذلك متاحا.\";'),('ary','messages:apihelp-query+search-param-limit','s:54:\"ar:كم عدد مجموع الصفحات للعودة.\";'),('ary','messages:apihelp-query+search-param-namespace','s:52:\"ar:ابحث داخل هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+search-param-prop','s:36:\"ar:أي الخصائص للعودة.\";'),('ary','messages:apihelp-query+search-param-qiprofile','s:123:\"ar:الاستعلام عن ملف شخصي مستقل للاستخدام (يؤثر على خوارزمية الترتيب).\";'),('ary','messages:apihelp-query+search-param-search','s:307:\"ar:ابحث عن عناوين الصفحات أو المحتوى الذي يطابق هذه القيمة، يمكنك استخدام سلسلة البحث لاستدعاء ميزات بحث خاصة، اعتمادا على ما تنفذه الواجهة الخلفية للبحث في موقع الويكي.\";'),('ary','messages:apihelp-query+search-param-sort','s:80:\"ar:تعيين ترتيب الفرز للنتائج التي تم إرجاعها.\";'),('ary','messages:apihelp-query+search-param-what','s:44:\"ar:أي نوع من البحث لأدائه.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:90:\"ar:يضيف اسم الفئة المطابق ، مع تمييز تمييز المصطلح.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:79:\"ar:يضيف بيانات إضافية منشأة بواسطة الإضافات.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:21:\"ar:تم تجاهله.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:119:\"ar:يضيف قيمة منطقية تشير إلى ما إذا كان محتوى البحث مطابقا للمحتوى.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:123:\"ar:يضيف عنوان إعادة التوجيه المطابق ، مع تمييز تمييز مصطلح طلب البحث.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:57:\"ar:يضيف عنوان التحويلة المطابقة.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-score','s:21:\"ar:تم تجاهله.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:109:\"ar:يضيف عنوان القسم المطابق ، مع تمييز تمييز مصطلح الاستعلام.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:49:\"ar:يضيف عنوان القسم المطابق.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-size','s:47:\"ar:يضيف حجم الصفحة بالبايت.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-snippet','s:94:\"ar:يضيف مقتطفًا من الصفحة ، مع تحديد مصطلح الاستعلام.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-timestamp','s:78:\"ar:يضيف الطابع الزمني لوقت آخر تعديل للصفحة.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:96:\"ar:يضيف عنوان الصفحة ، مع تمييز تمييز مصطلح الاستعلام.\";'),('ary','messages:apihelp-query+search-paramvalue-prop-wordcount','s:43:\"ar:يضيف عدد كلمات الصفحة.\";'),('ary','messages:apihelp-query+search-summary','s:35:\"ar:إجراء بحث نص كامل.\";'),('ary','messages:apihelp-query+siteinfo-example-interwiki','s:76:\"ar:إحضار قائمة ببادئات الإنترويكي المحلية.\";'),('ary','messages:apihelp-query+siteinfo-example-replag','s:67:\"ar:تحقق من تأخر النسخ المتماثل الحالي.\";'),('ary','messages:apihelp-query+siteinfo-example-simple','s:42:\"ar:إحضار معلومات الموقع.\";'),('ary','messages:apihelp-query+siteinfo-param-filteriw','s:116:\"ar:إرجاع الإدخالات المحلية أو غير المحلية فقط بخريطة الإنترويكي.\";'),('ary','messages:apihelp-query+siteinfo-param-inlanguagecode','s:110:\"ar:رمز اللغة لأسماء اللغة المترجمة (أفضل جهد) وأسماء الواجهات.\";'),('ary','messages:apihelp-query+siteinfo-param-numberingroup','s:81:\"ar:يسرد عدد المستخدمين في مجموعات المستخدمين.\";'),('ary','messages:apihelp-query+siteinfo-param-prop','s:51:\"ar:أي المعلومات للحصول عليها:\";'),('ary','messages:apihelp-query+siteinfo-param-showalldb','s:109:\"ar:سرد جميع خوادم قواعد البيانات، وليست فقط واحدة تخلفت أكثر.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:104:\"ar:يرجع خادم قاعدة البيانات مع تأخر النسخ المتماثل الأعلى.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:78:\"ar:يعرض القيم الافتراضية لتفضيلات المستخدم.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:64:\"ar:يرجع الإضافات المثبتة على الويكي.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:58:\"ar:يعرض قائمة وسوم امتداد المحلل.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:111:\"ar:يرجع قائمة امتدادات الملفات (أنواع الملفات) المسموح برفعها.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:58:\"ar:يرجع قائمة خطاطيف دالة المحلل.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:46:\"ar:معلومات النظام الشاملة.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:175:\"ar:يرجع خريطة الإنترويكي (يتم ترشيحها اختياريا، ويتم اختيارها اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:154:\"ar:يعرض قائمة اللغات التي يدعمها ميدياويكي (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>).\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:218:\"ar:يعرض قائمة بأكواد اللغات التي يتم تمكين [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] بها، والمتغيرات المدعومة المختلفة لكل منها.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:64:\"ar:يرجع المكتبات المثبتة على الويكي.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:80:\"ar:قائمة الكلمات السحرية وأسمائها المستعارة.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:80:\"ar:قائمة الاسماء المستعارة المسجلة للنطاقات.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:80:\"ar:قائمة النطاقات المسجلة وأسمائها الأساسية.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:109:\"ar:يعرض قائمة بالبروتوكولات المسموح بها في الروابط الخارجية.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:94:\"ar:يرجع المعلومات حول أنواع القيود (الحماية) المتاحة.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:87:\"ar:يرجع معلومات حقوق (ترخيص) الويكي إن كانت متاحة.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:143:\"ar:يعرض قائمة بكل الخطاطيف المشتركة (محتويات <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:178:\"ar:يعرض قائمة بجميع الواجهات المفعلة (مترجمة اختياريا باستخدام <var>$1inlanguagecode</var>، بخلاف لغة المحتوى).\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:76:\"ar:قائمة الأسماء المستعارة للصفحات الخاصة.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:42:\"ar:يعيد إحصائيات الموقع.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:52:\"ar:يعرض تكوين مربع حوار الرفع.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:86:\"ar:يرجع مجموعات المستخدمين والصلاحيات المرتبطة.\";'),('ary','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:57:\"ar:يعرض قائمة بمعرفات المتغيرات.\";'),('ary','messages:apihelp-query+siteinfo-summary','s:58:\"ar:إرجاع معلومات عامة حول الموقع.\";'),('ary','messages:apihelp-query+stashimageinfo-example-params','s:64:\"ar:يرجع الصور المصغرة لملفين مخزنين.\";'),('ary','messages:apihelp-query+stashimageinfo-example-simple','s:47:\"ar:يرجع معلومات لملف مملوء.\";'),('ary','messages:apihelp-query+stashimageinfo-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('ary','messages:apihelp-query+stashimageinfo-param-sessionkey','s:100:\"ar:الاسم المستعار لـ$1filekey; للتوافق مع الإصدارات السابقة.\";'),('ary','messages:apihelp-query+stashimageinfo-summary','s:70:\"ar:يرجع معلومات الملف للملفات المملوءة.\";'),('ary','messages:apihelp-query+tags-example-simple','s:38:\"ar:سرد الوسوم المتاحة.\";'),('ary','messages:apihelp-query+tags-param-limit','s:64:\"ar:الحد الأقصى لعدد الوسوم لإدراجها.\";'),('ary','messages:apihelp-query+tags-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-active','s:69:\"ar:ما إذا كان الوسم لا يزال قيد التطبيق.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-defined','s:53:\"ar:حدد ما إذا كانت الوسم محددا.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-description','s:30:\"ar:يضيف وصف الوسم.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-displayname','s:43:\"ar:يضيف رسالة نظام للوسم.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:115:\"ar:يضيف عدد المراجعات وإدخالات السجلات التي تحتوي على هذا الوسم.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-name','s:30:\"ar:يضيف اسم الوسم.\";'),('ary','messages:apihelp-query+tags-paramvalue-prop-source','s:259:\"ar:الحصول على مصادر الوسم، والتي قد تتضمن <samp>extension</samp> للوسوم المعرفة بالامتداد و<samp>manual</samp> للوسوم التي قد يتم تطبيقها يدويا من قبل المستخدمين.\";'),('ary','messages:apihelp-query+tags-summary','s:34:\"ar:سرد وسوم التغيير.\";'),('ary','messages:apihelp-query+templates-example-generator','s:112:\"ar:احصل على معلومات حول صفحات القوالب المستخدمة في <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+templates-example-namespaces','s:130:\"ar:احصل على صفحات في نطاقي {{ns:user}} و{{ns:template}} المضمنة في الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+templates-example-simple','s:92:\"ar:احصل على القوالب المستخدمة في الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+templates-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+templates-param-limit','s:43:\"ar:كم عدد القوالب للعودة.\";'),('ary','messages:apihelp-query+templates-param-namespace','s:65:\"ar:إظهار القوالب في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+templates-param-templates','s:143:\"ar:إدراج هذه القوالب فقط، مفيد للتحقق ما إذا كانت صفحة معينة تستخدم قالبا معينا.\";'),('ary','messages:apihelp-query+templates-summary','s:86:\"ar:يعرض جميع الملفات المضمنة في الصفحات المعينة.\";'),('ary','messages:apihelp-query+tokens-example-simple','s:51:\"ar:استرداد رمز csrf (الافتراضي).\";'),('ary','messages:apihelp-query+tokens-example-types','s:58:\"ar:استرجع رمز مراقبة ورمز مراجعة.\";'),('ary','messages:apihelp-query+tokens-param-type','s:49:\"ar:أنواع الرمز المميز للطلب.\";'),('ary','messages:apihelp-query+tokens-summary','s:96:\"ar:الحصول على الرموز المميزة لإجراءات تعديل البيانات.\";'),('ary','messages:apihelp-query+transcludedin-example-generator','s:101:\"ar:الحصول على معلومات حول الصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+transcludedin-example-simple','s:88:\"ar:احصل على قائمة بالصفحات التي تتضمن <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query+transcludedin-param-limit','s:32:\"ar:كم العدد للعودة.\";'),('ary','messages:apihelp-query+transcludedin-param-namespace','s:65:\"ar:إدراج الصفحات في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+transcludedin-param-prop','s:47:\"ar:أي الخصائص للحصول عليها.\";'),('ary','messages:apihelp-query+transcludedin-param-show','s:191:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط:\n;تحويلة: عرض التحويلات فقط.\n;!تحويلة:إظهار غير التحويلات فقط.\";'),('ary','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:41:\"ar:معرف الصفحة لكل صفحة.\";'),('ary','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:52:\"ar:علم إذا كانت الصفحة تحويلة.\";'),('ary','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:28:\"ar:عنوان كل صفحة.\";'),('ary','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('ary','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('ary','messages:apihelp-query+transcludedin-summary','s:91:\"ar:ابحث عن جميع الصفحات التي تتضمن الصفحات المعينة.\";'),('ary','messages:apihelp-query+usercontribs-example-ipprefix','s:106:\"ar:عرض المساهمات من جميع عناوين الآيبي بالبادئة <kbd>192.0.2.</kbd>.\";'),('ary','messages:apihelp-query+usercontribs-example-user','s:61:\"ar:عرض مساهمات المستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-query+usercontribs-param-end','s:146:\"ar:الطابع الزمني للنهاية المراد العودة إليه ، أي المراجعات بعد هذا الطابع الزمني.\";'),('ary','messages:apihelp-query+usercontribs-param-iprange','s:186:\"ar:نطاق CIDR لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 userids</var> .\";'),('ary','messages:apihelp-query+usercontribs-param-limit','s:66:\"ar:الحد الأقصى لعدد المساهمات للعودة.\";'),('ary','messages:apihelp-query+usercontribs-param-namespace','s:69:\"ar:إدراج المساهمات في هذه النطاقات فقط.\";'),('ary','messages:apihelp-query+usercontribs-param-prop','s:62:\"ar:تضمين أجزاء إضافية من المعلومات:\";'),('ary','messages:apihelp-query+usercontribs-param-show','s:413:\"ar:عرض العناصر التي تستوفي هذه المعايير فقط، مثل التعديلات الطفيفة فقط: <kbd>$2show=!minor</kbd>.\n\nإذا تم تعيين <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd>، فإن المراجعات أقدم من <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|ثانية|ثوانٍ}}) لن يتم عرضها.\";'),('ary','messages:apihelp-query+usercontribs-param-start','s:145:\"ar:الطابع الزمني للبدء الذي سيتم الرجوع منه ، أي المراجعات قبل هذا الطابع الزمني.\";'),('ary','messages:apihelp-query+usercontribs-param-tag','s:75:\"ar:إدراج المراجعات الموسومة بهذ الوسم فقط.\";'),('ary','messages:apihelp-query+usercontribs-param-toponly','s:72:\"ar:سرد التغييرات التي هي أحدث مراجعة فقط.\";'),('ary','messages:apihelp-query+usercontribs-param-user','s:180:\"ar:المستخدمين لاسترداد المساهمات ل. لا يمكن استخدامه مع <var>$1 userids</var> أو <var>$1 userprefix</var> أو <var>$1 iprange</var> .\";'),('ary','messages:apihelp-query+usercontribs-param-userids','s:202:\"ar:معرفات المستخدم لاسترداد المساهمات الخاصة به. لا يمكن استخدامها مع <var>$1</var> <var>$1</var> أو $ 1 userprefix أو <var>$1 iprange</var> .\";'),('ary','messages:apihelp-query+usercontribs-param-userprefix','s:243:\"ar:استرداد المساهمات لجميع المستخدمين الذين تبدأ أسماؤهم بهذه القيمة. لا يمكن استخدامها مع مستخدم $ 1 أو <var>$1</var> <var>$1</var> أو <var>$1 iprange</var> .\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:162:\"ar:يضيف تعليق التعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:40:\"ar:يضيف علامات التحرير.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:62:\"ar:يضيف معرف الصفحة ومعرف المراجعة.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:179:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم حذف مراجعته، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:51:\"ar:يضيف الحجم الجديد للتحرير.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:59:\"ar:يضيف حجم دلتا التعديل ضد الأصل.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:38:\"ar:يسرد وسوما للتحرير.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('ary','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:56:\"ar:يضيف معرف عنوان ونطاق الصفحة.\";'),('ary','messages:apihelp-query+usercontribs-summary','s:80:\"ar:الحصول على جميع التعديلات من قبل المستخدم.\";'),('ary','messages:apihelp-query+userinfo-example-data','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('ary','messages:apihelp-query+userinfo-example-simple','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('ary','messages:apihelp-query+userinfo-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('ary','messages:apihelp-query+userinfo-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:107:\"ar:يكرر الرأس <code>Accept-Language</code> الذي يرسله العميل بتنسيق منظم.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:122:\"ar:يسرد المجموعات التي يمكن للمستخدم الحالي الإضافتة والإزالة منها.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:60:\"ar:يضيف عدد تحرير المستخدم الحالي.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-email','s:134:\"ar:يضيف عنوان البريد الإلكتروني للمستخدم وتاريخ مصادقة البريد الإلكتروني.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:97:\"ar:يسرد كل المجموعات التي ينتمي إليها المستخدم الحالي.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:116:\"ar:يضيف وسم <samp>messages</samp> إذا كان المستخدم الحالي لديه رسائل معلقة.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:121:\"ar:يسرد جميع المجموعات التي يكون المستخدم الحالي عضوا فيها تلقائيا.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:60:\"ar:يضيف تاريخ آخر مساهمة للمستخدم.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-options','s:103:\"ar:يسرد جميع التفضيلات التي قام المستخدم الحالي بتعيينها.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:95:\"ar:يسرد جميع حدود المعدل المطبقة على المستخدم الحالي.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:51:\"ar:يضيف اسم المستخدم الحقيقي.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:51:\"ar:يضيف تاريخ تسجيل المستخدم.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:94:\"ar:يسرد جميع الصلاحيات التي يمتلكها المستخدم الحالي.\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:266:\"ar:يسرد جميع حدود الأسعار التي يمكن أن تنطبق على المستخدم الحالي إذا لم يتم إعفاؤه من جميع حدود المعدلات بناءً على حقوق المستخدم أو الملكية الفكرية\";'),('ary','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:174:\"ar:يضيف عدد الصفحات غير المقروءة في قائمة مراقبة المستخدم (بحد أقصى $1; ترجع <samp>$2</samp> إذا كان أكثر).\";'),('ary','messages:apihelp-query+userinfo-summary','s:75:\"ar:الحصول على معلومات حول المستخدم الحالي.\";'),('ary','messages:apihelp-query+users-example-simple','s:67:\"ar:عودة المعلومات للمستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-query+users-param-attachedwiki','s:168:\"ar:باستخدام <kbd>$1prop=centralids</kbd>، حدد ما إذا كان المستخدم مرتبطا بالويكي المحدد بواسطة هذا المعرف.\";'),('ary','messages:apihelp-query+users-param-prop','s:60:\"ar:أية قطعة من المعلومات لتضمينها:\";'),('ary','messages:apihelp-query+users-param-userids','s:92:\"ar:قائمة معرفات المستخدمين للحصول على معلومات عنهم.\";'),('ary','messages:apihelp-query+users-param-users','s:84:\"ar:قائمة من المستخدمين للحصول على معلومات عنهم.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:105:\"ar:يوسم إذا تم منع المستخدم الحالي، من قبل أي شخص، ولأي سبب.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-cancreate','s:135:\"ar:يشير إلى ما إذا كان يمكن إنشاء حساب لأسماء مستخدمين صالحة ولكن غير مسجلة.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-centralids','s:91:\"ar:يضيف المعرفات المركزية وحالة المرفقات للمستخدم.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-editcount','s:47:\"ar:يضيف عدد تحرير المستخدم.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-emailable','s:151:\"ar:يوسم إذا كان المستخدم يستطيع ويرغب في تلقي البريد الإلكتروني من خلال [[Special:Emailuser]].\";'),('ary','messages:apihelp-query+users-paramvalue-prop-gender','s:105:\"ar:يوسم الجنس من المستخدم: يرجع \"ذكر\" أو \"أنثى\" أو \"غير معروف\".\";'),('ary','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:169:\"ar:يسرد المجموعات التي تم تعيينها للمستخدم بشكل صريح، بما في ذلك تاريخ انتهاء عضوية كل مجموعة.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-groups','s:85:\"ar:يسرد كل المجموعات التي ينتمي إليها كل مستخدم.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:95:\"ar:يسرد كل المجموعات التي يوجد فيها المستخدم تلقائيا.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-registration','s:70:\"ar:يضيف الطابع الزمني للتسجيل للمستخدم.\";'),('ary','messages:apihelp-query+users-paramvalue-prop-rights','s:82:\"ar:يسرد جميع الصلاحيات التي يمتلكها كل مستخدم.\";'),('ary','messages:apihelp-query+users-summary','s:77:\"ar:الحصول على معلومات حول قائمة المستخدمين.\";'),('ary','messages:apihelp-query+watchlist-example-allrev','s:167:\"ar:يمكنك جلب معلومات حول جميع التغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-query+watchlist-example-expiry','s:318:\"ar:قم بإحضار معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرًا في قائمة مراقبة المستخدم الحالي ، بما في ذلك وقت انتهاء صلاحية العناصر التي تمت مشاهدتها مؤقتًا.\";'),('ary','messages:apihelp-query+watchlist-example-generator','s:154:\"ar:جلب معلومات الصفحة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('ary','messages:apihelp-query+watchlist-example-generator-rev','s:157:\"ar:جلب معلومات المراجعة للتغييرات الأخيرة على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-query+watchlist-example-props','s:200:\"ar:احصل على معلومات إضافية حول المراجعة العليا للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('ary','messages:apihelp-query+watchlist-example-simple','s:150:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم الحالية.\";'),('ary','messages:apihelp-query+watchlist-example-wlowner','s:154:\"ar:أدرج أعلى مراجعة للصفحات التي تم تغييرها مؤخرا في قائمة مراقبة المستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-query+watchlist-param-allrev','s:96:\"ar:تضمين مراجعات متعددة لنفس الصفحة في إطار زمني محدد.\";'),('ary','messages:apihelp-query+watchlist-param-end','s:57:\"ar:الطابع الزمني لإنهاء التعداد.\";'),('ary','messages:apihelp-query+watchlist-param-excludeuser','s:73:\"ar:لا تسرد التغييرات بواسطة هذا المستخدم.\";'),('ary','messages:apihelp-query+watchlist-param-limit','s:69:\"ar:إجمالي عدد النتائج لإرجاعها لكل طلب.\";'),('ary','messages:apihelp-query+watchlist-param-namespace','s:79:\"ar:تصفية التغييرات على النطاقات المعطاة فقط.\";'),('ary','messages:apihelp-query+watchlist-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('ary','messages:apihelp-query+watchlist-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('ary','messages:apihelp-query+watchlist-param-show','s:276:\"ar:إظهار العناصر التي تستوفي هذه المعايير فقط، على سبيل المثال، مشاهدة التعديلات الطفيفة فقط التي قام بها المستخدمون مسجلو الدخول، قم بتعيين $1show=minor|!anon.\";'),('ary','messages:apihelp-query+watchlist-param-start','s:54:\"ar:الطابع الزمني لبدء العد منه.\";'),('ary','messages:apihelp-query+watchlist-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('ary','messages:apihelp-query+watchlist-param-type','s:51:\"ar:أي أنواع التغييرات لعرضها.\";'),('ary','messages:apihelp-query+watchlist-param-user','s:79:\"ar:إددراج التغييرات بواسطة هذا المستخدم فقط.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:63:\"ar:يوسم التعديلات المراجعة تلقائيا.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:153:\"ar:يضيف تعليق التعديل. لو أن التعديل قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:40:\"ar:يضيف علامات للتحرير.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:74:\"ar:يضيف معرفات المراجعات ومعرفات الصفحات.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:62:\"ar:يضيف معلومات السجل عند الاقتضاء.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:170:\"ar:يضيف التعليق المحلل للتعديل. لو أن التعليق قد تم إخفاؤه، فخاصية <samp>commenthidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:48:\"ar:يوسم التعديلات المراجعة.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:72:\"ar:يضيف الأطوال القديمة والجديدة للصفحة.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:38:\"ar:يسرد الوسوم للدخول.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:53:\"ar:يضيف الطابع الزمني للتحرير.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-title','s:36:\"ar:يضيف عنوان الصفحة.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-user','s:176:\"ar:يضيف المستخدم الذي قام بالتعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:185:\"ar:يضيف معرف المستخدم الذي أجرى التعديل. لو أن المستخدم قد تم إخفاؤه، فخاصية <samp>userhidden</samp> سيتم إرجاعها.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:44:\"ar:تغييرات عضوية التصنيف.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-type-edit','s:46:\"ar:تعديلات الصفحة العادية.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-type-external','s:39:\"ar:التغييرات الخارجية.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-type-log','s:33:\"ar:ادخالات السجلات.\";'),('ary','messages:apihelp-query+watchlist-paramvalue-type-new','s:29:\"ar:إنشاء الصفحات.\";'),('ary','messages:apihelp-query+watchlist-summary','s:128:\"ar:احصل على أحدث التغييرات على الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-query+watchlistraw-example-generator','s:114:\"ar:جلب معلومات الصفحة للصفحات في قائمة مراقبة المستخدم الحالية.\";'),('ary','messages:apihelp-query+watchlistraw-example-simple','s:84:\"ar:سرد الصفحات في قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-query+watchlistraw-param-dir','s:40:\"ar:الاتجاه للإدراج فيه.\";'),('ary','messages:apihelp-query+watchlistraw-param-fromtitle','s:74:\"ar:العنوان (مع بادئة النطاق) لبدء العد منه.\";'),('ary','messages:apihelp-query+watchlistraw-param-limit','s:82:\"ar:كم الإجمالي العدد للنتائج لإرجاعها لكل طلب.\";'),('ary','messages:apihelp-query+watchlistraw-param-namespace','s:71:\"ar:إدراج عناوين في النطاقات المعطاة فقط.\";'),('ary','messages:apihelp-query+watchlistraw-param-owner','s:101:\"ar:يًستخدَم مع $1token للوصول إلى قائمة مراقبة مستخدم مختلف.\";'),('ary','messages:apihelp-query+watchlistraw-param-prop','s:64:\"ar:أي الخصائص الإضافية للحصول عليها:\";'),('ary','messages:apihelp-query+watchlistraw-param-show','s:78:\"ar:إدراج العناصر التي تفي بهذه المعايير فقط.\";'),('ary','messages:apihelp-query+watchlistraw-param-token','s:184:\"ar:رمز أمان (متوفر في [[Special:Preferences#mw-prefsection-watchlist|التفضيلات]]) للسماح بالوصول إلى قائمة مراقبة مستخدم آخر.\";'),('ary','messages:apihelp-query+watchlistraw-param-totitle','s:80:\"ar:العنوان (مع بادئة النطاق) لإيقاف العد عنده.\";'),('ary','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:118:\"ar:يإضيف الطابع الزمني عندما تم إبلاغ المستخدم آخر مرة عن التعديل.\";'),('ary','messages:apihelp-query+watchlistraw-summary','s:97:\"ar:الحصول على جميع صفحات قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-query-example-allpages','s:76:\"ar:جلب مراجعات الصفحات التي تبدأ ب<kbd>API/</kbd>.\";'),('ary','messages:apihelp-query-example-revisions','s:147:\"ar:جلب [[Special:ApiHelp/query+siteinfo|معلومات الموقع]] و[[Special:ApiHelp/query+revisions|مراجعات]] <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-query-extended-description','s:185:\"ar:يجب على جميع تعديلات البيانات أولا استخدام استعلام للحصول على رمز لمنع الاعتداء من المواقع الخبيثة.\";'),('ary','messages:apihelp-query-param-export','s:109:\"ar:تصدير المراجعات الحالية لجميع الصفحات المعينة أو المولدة.\";'),('ary','messages:apihelp-query-param-exportnowrap','s:181:\"ar:إعادة تصدير XML دون التفاف عليه في نتيجة XML (نفس شكل [[Special:Export|خاص:تصدير]]). يمكن استخدامها فقط مع $1export.\";'),('ary','messages:apihelp-query-param-exportschema','s:159:\"ar:استهداف الإصدار المحدد من تنسيق تفريغ XML عند التصدير، يمكن استخدامه مع <var>$1export</var> فقط.\";'),('ary','messages:apihelp-query-param-indexpageids','s:137:\"ar:تضمين قسم إضافي لمعرفات الصفحات يسرد جميع معرفات الصفحات التي تم إرجاعها.\";'),('ary','messages:apihelp-query-param-iwurl','s:132:\"ar:ما إذا كنت تريد الحصول على المسار الكامل إذا كان العنوان رابط إنترويكي.\";'),('ary','messages:apihelp-query-param-list','s:56:\"ar:أي القوائم تريد الحصول عليها.\";'),('ary','messages:apihelp-query-param-meta','s:73:\"ar:أي البيانات الوصفية تريد الحصول عليها.\";'),('ary','messages:apihelp-query-param-prop','s:87:\"ar:أي الخصائص تريد الحصول على صفحات استعلام عنها.\";'),('ary','messages:apihelp-query-param-rawcontinue','s:81:\"ar:إرجاع <samp>query-continue</samp> بيانات خام للاستمرار.\";'),('ary','messages:apihelp-query-summary','s:58:\"ar:جلب البيانات من وعن ميدياويكي.\";'),('ary','messages:apihelp-rawfm-summary','s:135:\"ar:بيانات الإخراج، بما في ذلك عناصر تصحيح الأخطاء، بتنسيق JSON (الطباعة بـHTML).\";'),('ary','messages:apihelp-removeauthenticationdata-example-simple','s:110:\"ar:محاولة إزالة بيانات المستخدم الحالي لـ<kbd>FooAuthenticationRequest</kbd>.\";'),('ary','messages:apihelp-removeauthenticationdata-summary','s:74:\"ar:إزالة بيانات المصادقة للمستخدم الحالي.\";'),('ary','messages:apihelp-resetpassword-example-email','s:211:\"ar:رسال بريد إلكتروني لإعادة تعيين كلمة المرور لجميع المستخدمين الذين لديهم عنوان البريد الإلكتروني <kbd>user@example.com</kbd>.\";'),('ary','messages:apihelp-resetpassword-example-user','s:129:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى المستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-resetpassword-extended-description-noroutes','s:232:\"ar:لا تتوفر طرق إعادة تعيين كلمة المرور.\n\nتمكين المسارات في <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> لاستخدام هذه الوحدة.\";'),('ary','messages:apihelp-resetpassword-param-email','s:92:\"ar:تجري إعادة ضبط عنوان البريد الإلكتروني للمستخدم.\";'),('ary','messages:apihelp-resetpassword-param-user','s:51:\"ar:تجري إعادة تعيين المستخدم.\";'),('ary','messages:apihelp-resetpassword-summary','s:106:\"ar:إرسال بريد إلكتروني لإعادة تعيين كلمة المرور إلى مستخدم.\";'),('ary','messages:apihelp-revisiondelete-example-log','s:135:\"ar:إخفاء كافة البيانات الموجودة في إدخال السجل <kbd>67890</kbd> بسبب <kbd>BLP violation</kbd>.\";'),('ary','messages:apihelp-revisiondelete-example-revision','s:98:\"ar:إخفاء محتوى المراجعة <kbd>12345</kbd> في الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-revisiondelete-param-hide','s:43:\"ar:ماذا نختبئ لكل مراجعة.\";'),('ary','messages:apihelp-revisiondelete-param-ids','s:52:\"ar:المعرفات للمراجعات لحذفها.\";'),('ary','messages:apihelp-revisiondelete-param-reason','s:45:\"ar:سبب للحذف أو الاسترجاع.\";'),('ary','messages:apihelp-revisiondelete-param-show','s:57:\"ar:ما الذي يجب إظهاره لكل مراجعة.\";'),('ary','messages:apihelp-revisiondelete-param-suppress','s:90:\"ar:سواء إخفاء البيانات من الإداريين وكذلك الآخرين.\";'),('ary','messages:apihelp-revisiondelete-param-tags','s:74:\"ar:وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('ary','messages:apihelp-revisiondelete-param-target','s:93:\"ar:عنوان الصفحة لحذف المراجعة، إذا كان مطلوبا للنوع.\";'),('ary','messages:apihelp-revisiondelete-param-type','s:63:\"ar:نوع حذف المراجعة الذي يتم تنفيذه.\";'),('ary','messages:apihelp-revisiondelete-summary','s:46:\"ar:حذف واسترجاع المراجعات.\";'),('ary','messages:apihelp-rollback-example-simple','s:141:\"ar:استرجاع التعديلات الأخيرة على الصفحة<kbd>Main Page</kbd> بواسطة المستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-rollback-example-summary','s:280:\"ar:استرجاع التعديلات الأخيرة على صفحة <kbd>Main Page</kbd>بواسطة مستخدم الآيبي <kbd>192.0.2.5</kbd> بالملخص <kbd>Reverting vandalism</kbd>، وتعليم تلك التعديلات والاسترجاع كتعديلات بوت.\";'),('ary','messages:apihelp-rollback-extended-description','s:193:\"ar:إذا قام المستخدم الأخير الذي قام بتحرير الصفحة بإجراء تعديلات متعددة في صف، فسوف يتم استرجاعها مرة أخرى.\";'),('ary','messages:apihelp-rollback-param-markbot','s:76:\"ar:تعليم التعديلات المسترجعة كتعديلات بوت.\";'),('ary','messages:apihelp-rollback-param-pageid','s:112:\"ar:معرف الصفحة للصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('ary','messages:apihelp-rollback-param-summary','s:117:\"ar:ملخص تعديل مخصص، إذا كان فارغا، سيتم استخدام الملخص الافتراضي.\";'),('ary','messages:apihelp-rollback-param-tags','s:49:\"ar:وسوم للتطبيق على التراجع.\";'),('ary','messages:apihelp-rollback-param-title','s:101:\"ar:عنوان الصفحة للتراجع، لا يمكن استخدامه مع <var>$1project</var>.\";'),('ary','messages:apihelp-rollback-param-user','s:73:\"ar:اسم المستخدم الذي سيتم إرجاع تعديلاته.\";'),('ary','messages:apihelp-rollback-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-rollback-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-rollback-summary','s:61:\"ar:التراجع عن آخر تعديل على الصفحة.\";'),('ary','messages:apihelp-rsd-example-simple','s:27:\"ar:تصدير مخطط RSD.\";'),('ary','messages:apihelp-rsd-summary','s:58:\"ar:تصدير مخطط RSD (اكتشاف بسيط حقا).\";'),('ary','messages:apihelp-setnotificationtimestamp-example-all','s:94:\"ar:إعادة تعيين حالة الإشعار لقائمة المراقبة بأكملها.\";'),('ary','messages:apihelp-setnotificationtimestamp-example-allpages','s:101:\"ar:إعادة تعيين حالة الإشعار للصفحات في نطاق <kbd>{{ns:user}}</kbd>.\";'),('ary','messages:apihelp-setnotificationtimestamp-example-page','s:70:\"ar:إعادة ضبط حالة الإخطار لـ<kbd>Main page</kbd>.\";'),('ary','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:168:\"ar:تعيين الطابع الزمني للإشعار للصفحة <kbd>Main page</kbd> حتى لا يتم عرض جميع التعديلات منذ 1 يناير 2012.\";'),('ary','messages:apihelp-setnotificationtimestamp-extended-description','s:248:\"ar:يؤثر هذا على إبراز الصفحات التي تم تغييرها في قائمة المراقبة والتاريخ، وإرسال البريد الإلكتروني عند تمكين التفضيل \"{{int:tog-enotifwatchlistpages}}\".\";'),('ary','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:62:\"ar:العمل على جميع الصفحات المراقبة.\";'),('ary','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:117:\"ar:مراجعة لضبط الطابع الزمني للإشعار الأحدث منها (صفحة واحدة فقط).\";'),('ary','messages:apihelp-setnotificationtimestamp-param-timestamp','s:92:\"ar:الطابع الزمني الذي لتعيين الطابع الزمني للإشعار.\";'),('ary','messages:apihelp-setnotificationtimestamp-param-torevid','s:106:\"ar:مراجعة لضبط الطابع الزمني للإشعار عليها (صفحة واحدة فقط).\";'),('ary','messages:apihelp-setnotificationtimestamp-summary','s:87:\"ar:تحديث الطابع الزمني للإخطار للصفحات المراقبة.\";'),('ary','messages:apihelp-setpagelanguage-example-default','s:108:\"ar:تغيير لغة الصفحة بمعرف 123 إلى لغة محتوى الويكي الافتراضية.\";'),('ary','messages:apihelp-setpagelanguage-example-language','s:69:\"ar:تغيير لغة <kbd>Main Page</kbd> إلى لغة الباسك.\";'),('ary','messages:apihelp-setpagelanguage-extended-description-disabled','s:207:\"ar:لا يُسمَح بتغيير لغة صفحة في هذا الويكي.\n\nتمكين <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]] لاستخدام هذا الإجراء.\";'),('ary','messages:apihelp-setpagelanguage-param-lang','s:176:\"ar:كود اللغة للغة لتغيير الصفحة إليها، استخدم <kbd>default</kbd> لإعادة تعيين الصفحة إلى لغة محتوى الويكي.\";'),('ary','messages:apihelp-setpagelanguage-param-pageid','s:140:\"ar:معرف الصفحة للصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1title</var>.\";'),('ary','messages:apihelp-setpagelanguage-param-reason','s:25:\"ar:سبب للتغيير.\";'),('ary','messages:apihelp-setpagelanguage-param-tags','s:113:\"ar:تغيير الوسوم لتطبيقها على إدخال السجل الناتج عن هذا الإجراء.\";'),('ary','messages:apihelp-setpagelanguage-param-title','s:130:\"ar:عنوان الصفحة التي ترغب في تغيير لغتها، لا يمكن استخدامه مع <var>$1pageid</var>.\";'),('ary','messages:apihelp-setpagelanguage-summary','s:30:\"ar:تغيير لغة صفحة.\";'),('ary','messages:apihelp-stashedit-extended-description','s:130:\"ar:يهدف هذا إلى الاستخدام عبر AJAX من نموذج التحرير لتحسين أداء حفظ الصفحة.\";'),('ary','messages:apihelp-stashedit-param-baserevid','s:63:\"ar:معرف المراجعة للمراجعة الأساسية.\";'),('ary','messages:apihelp-stashedit-param-contentformat','s:83:\"ar:نسق المحتوى التسلسلي المستخدم لنص المدخلات.\";'),('ary','messages:apihelp-stashedit-param-contentmodel','s:57:\"ar:نموذج المحتوى للمحتوى الجديد.\";'),('ary','messages:apihelp-stashedit-param-section','s:102:\"ar:معرف القسم. <kbd>0</kbd> للقسم العلوي ، <kbd>جديد</kbd> لقسم جديد.\";'),('ary','messages:apihelp-stashedit-param-sectiontitle','s:36:\"ar:العنوان لقسم جديد.\";'),('ary','messages:apihelp-stashedit-param-stashedtexthash','s:119:\"ar:رمز رقم محتوى الصفحة من وحدة تخزين سابقة لاستخدامها بدلا من ذلك.\";'),('ary','messages:apihelp-stashedit-param-summary','s:27:\"ar:تغيير الملخص.\";'),('ary','messages:apihelp-stashedit-param-text','s:27:\"ar:محتوى الصفحة.\";'),('ary','messages:apihelp-stashedit-param-title','s:58:\"ar:عنوان الصفحة التي يتم تحريرها.\";'),('ary','messages:apihelp-stashedit-summary','s:86:\"ar:إعداد تحرير في ذاكرة التخزين المؤقت المشتركة.\";'),('ary','messages:apihelp-summary','s:3:\"en:\";'),('ary','messages:apihelp-tag-example-log','s:120:\"ar:إزالة الوسم <kbd>spam</kbd> من معرف إدخال السجل 123 بالسبب <kbd>Wrongly applied</kbd>\";'),('ary','messages:apihelp-tag-example-rev','s:107:\"ar:أضف الوسم <kbd>vandalism</kbd> إلى معرّف المراجعة 123 بدون تحديد سبب\";'),('ary','messages:apihelp-tag-param-add','s:87:\"ar:وسوم للإضافة، يمكن فقط إضافة وسوم محددة يدويا.\";'),('ary','messages:apihelp-tag-param-logid','s:129:\"ar:واحد أو أكثر من معرفات إدخال السجل يمكن من خلاله إضافة أو إزالة الوسم.\";'),('ary','messages:apihelp-tag-param-rcid','s:156:\"ar:واحد أو أكثر من التغييرات الحديثة للمعرفات التي يمكن من خلالها إضافة أو إزالة الوسم.\";'),('ary','messages:apihelp-tag-param-reason','s:25:\"ar:سبب للتغيير.\";'),('ary','messages:apihelp-tag-param-remove','s:140:\"ar:وسوم لإزالتها، لا يمكن إزالة سوى الوسوم المعرفة يدويا أو غير المعرفة تماما.\";'),('ary','messages:apihelp-tag-param-revid','s:109:\"ar:معرف تعديل واحد أو أكثر يمكن من خلاله إضافة أو إزالة الوسم.\";'),('ary','messages:apihelp-tag-param-tags','s:126:\"ar:وسوم لتطبيقها على إدخال السجل الذي سيتم إنشاؤه كنتيجة لهذا الإجراء.\";'),('ary','messages:apihelp-tag-summary','s:128:\"ar:إضافة أو إزالة وسوم التغيير من المراجعات الفردية أو إدخالات السجلات.\";'),('ary','messages:apihelp-unblock-example-id','s:46:\"ar:رفع منع المعرف #<kbd>105</kbd>.\";'),('ary','messages:apihelp-unblock-example-user','s:83:\"ar:رفع منع المستخدم <kbd>Bob</kbd> بالسبب <kbd>Sorry Bob</kbd>.\";'),('ary','messages:apihelp-unblock-param-id','s:212:\"ar:معرف الكتلة المراد إلغاء حظرها (تم الحصول عليها من خلال <kbd>القائمة = الكتل</kbd> ). لا يمكن استخدامها مع <var>مستخدم $1</var> .\";'),('ary','messages:apihelp-unblock-param-reason','s:30:\"ar:سبب لرفع للمنع.\";'),('ary','messages:apihelp-unblock-param-tags','s:87:\"ar:تغيير الوسوم للتطبيق على الإدخال في سجل المنع.\";'),('ary','messages:apihelp-unblock-param-user','s:112:\"ar:المستخدم المطلوب إلغاء حظره. لا يمكن استخدامها مع <var>$1 id</var> .\";'),('ary','messages:apihelp-unblock-param-userid','s:78:\"ar:حدد <kbd>مستخدم $1 = # <var>ID</var></kbd> بدلاً من ذلك.\";'),('ary','messages:apihelp-unblock-summary','s:38:\"ar:إلغاء منع المستخدم.\";'),('ary','messages:apihelp-undelete-example-page','s:48:\"ar:استرجاع صفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-undelete-example-revisions','s:67:\"ar:استرجاع مراجعتين لصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-undelete-extended-description','s:357:\"ar:يمكن استرداد قائمة المراجعات المحذوفة (بما في ذلك الطوابع الزمنية) من خلال [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]]، ويمكن استرداد قائمة معرفات الملفات المحذوفة من خلال [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('ary','messages:apihelp-undelete-param-fileids','s:184:\"ar:الطوابع الزمنية لمراجعات الملف للاسترجاع، إذا كانت كل من <var>$1timestamps</var> فارغة، فستتم استعادتها كلها.\";'),('ary','messages:apihelp-undelete-param-reason','s:29:\"ar:سبب للاسترجاع.\";'),('ary','messages:apihelp-undelete-param-tags','s:85:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل الحذف.\";'),('ary','messages:apihelp-undelete-param-timestamps','s:229:\"ar:الطوابع الزمنية للمراجعات لإلغاء الحذف. إذا كانت كل من <var>الطوابع $1</var> <var>$1 والمعرفات $ 1</var> فارغة ، فسيتم إلغاء حذفها جميعًا.\";'),('ary','messages:apihelp-undelete-param-title','s:46:\"ar:عنوان الصفحة للاسترجاع.\";'),('ary','messages:apihelp-undelete-param-undeletetalk','s:127:\"ar:قم بإلغاء حذف جميع المراجعات الخاصة بصفحة الحديث المرتبطة ، إن وجدت.\";'),('ary','messages:apihelp-undelete-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-undelete-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-undelete-summary','s:56:\"ar:حذف المراجعات من صفحة محذوفة.\";'),('ary','messages:apihelp-unlinkaccount-example-simple','s:134:\"ar:محاولة إزالة رابط المستخدم الحالي للموفر المقترن بـ<kbd>FooAuthenticationRequest</kbd>.\";'),('ary','messages:apihelp-unlinkaccount-summary','s:89:\"ar:إزالة حساب جهة خارجية مرتبط من المستخدم الحالي.\";'),('ary','messages:apihelp-upload-example-filekey','s:69:\"ar:أكمل الرفع الذي أخفق بسبب التحذيرات.\";'),('ary','messages:apihelp-upload-example-url','s:24:\"ar:رفع من مسار.\";'),('ary','messages:apihelp-upload-extended-description','s:679:\"ar:تتوفر عدة طرق: \n* ارفع محتويات الملف مباشرة، باستخدام الوسيط <var>$1file</var>.\n* ارفع الملف على أجزاء باستخدام الوسائط <var>$1filesize</var> و<var>$1chunk</var> و<var>$1offset</var>.\n* اجعل خادم ميدياويكي يقوم بجلب ملف من مسار، باستخدام الوسيط <var>$1url</var>.\n* أكمل عملية رفع سابقة فشلت بسبب التحذيرات، باستخدام الوسيط <var>$1filekey</var>.\nلاحظ أنه يجب إجراء HTTP POST كرفع ملف (أي استخدام <code>multipart/form-data</code>) عند إرسال <var>$1file</var>.\";'),('ary','messages:apihelp-upload-param-async','s:102:\"ar:إجراء عمليات ملف كبيرة محتملة غير متزامنة عند الإمكان.\";'),('ary','messages:apihelp-upload-param-checkstatus','s:74:\"ar:فقط جلب حالة الرفع لمفتاح الملف المحدد.\";'),('ary','messages:apihelp-upload-param-chunk','s:31:\"ar:محتويات القطعة.\";'),('ary','messages:apihelp-upload-param-comment','s:175:\"ar:تحميل تعليق الرفع، يُستخدَم أيضا كنص الصفحة الأولي للملفات الجديدة إذا لم يتم تحديد <var>$1text</var>.\";'),('ary','messages:apihelp-upload-param-file','s:29:\"ar:محتويات الملف.\";'),('ary','messages:apihelp-upload-param-filekey','s:88:\"ar:المفتاح الذي يحدد التحميل السابق المخزن مؤقتا.\";'),('ary','messages:apihelp-upload-param-filename','s:38:\"ar:اسم الملف المستهدف.\";'),('ary','messages:apihelp-upload-param-filesize','s:41:\"ar:حجم ملف الرفع الكامل.\";'),('ary','messages:apihelp-upload-param-ignorewarnings','s:36:\"ar:تجاهل أية تحذيرات.\";'),('ary','messages:apihelp-upload-param-offset','s:42:\"ar:إزاحة القطعة بالبايت.\";'),('ary','messages:apihelp-upload-param-sessionkey','s:96:\"ar:نفس $1filekey، تتم صيانته للتوافق مع الإصدارات السابقة.\";'),('ary','messages:apihelp-upload-param-stash','s:131:\"ar:في حالة التعيين، سيخزن الخادم الملف مؤقتا بدلا من إضافته إلى المستودع.\";'),('ary','messages:apihelp-upload-param-tags','s:115:\"ar:غتيير الوسوم لتطبيقها على إدخال سجل الرفع ومراجعة صفحة الملف.\";'),('ary','messages:apihelp-upload-param-text','s:68:\"ar:النص الأولي للصفحة للملفات الجديدة.\";'),('ary','messages:apihelp-upload-param-url','s:39:\"ar:مسار لجلب الملف منه.\";'),('ary','messages:apihelp-upload-param-watch','s:25:\"ar:راقب الصفحة.\";'),('ary','messages:apihelp-upload-param-watchlist','s:259:\"ar:أضف الصفحة أو أزلها دون قيد أو شرط من قائمة مراقبة المستخدم الحالي ، أو استخدم التفضيلات (التي تم تجاهلها لمستخدمي الروبوت) أو لا تغير الساعة.\";'),('ary','messages:apihelp-upload-param-watchlistexpiry','s:200:\"ar:الطابع الزمني لانتهاء صلاحية قائمة المراقبة. احذف هذه المعلمة تمامًا لترك انتهاء الصلاحية الحالي دون تغيير.\";'),('ary','messages:apihelp-upload-summary','s:85:\"ar:رفع ملف أو الحصول على حالة المرفوعات المعلقة.\";'),('ary','messages:apihelp-userrights-example-expiry','s:118:\"ar:إضافة المستخدم <kbd>SometimeSysop</kbd> إلى مجموعة <kbd>sysop</kbd> لمدة شهر واحد.\";'),('ary','messages:apihelp-userrights-example-user','s:164:\"ar:إضافة المستخدم <kbd>FooBot</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('ary','messages:apihelp-userrights-example-userid','s:176:\"ar:إضافة المستخدم بالمعرف <kbd>123</kbd> إلى مجموعة <kbd>bot</kbd> وإزالته من المجموعات <kbd>sysop</kbd> و<kbd>bureaucrat</kbd>.\";'),('ary','messages:apihelp-userrights-param-add','s:178:\"ar:أضف المستخدم إلى هذه المجموعات، أو إذا كان بالفعل عضوا، قم بتحديث صلاحية عضويته في تلك المجموعة.\";'),('ary','messages:apihelp-userrights-param-expiry','s:611:\"ar:الطوابع الزمنية لانتهاء الصلاحية، قد تكون نسبية (على سبيل المثال <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). إذا تم تعيين طابع زمني واحد فقط، فسيتم استخدامه لكافة المجموعات التي تم تمريرها إلى الوسيط <var>$1add</var>، استخدم <kbd>infinite</kbd> أو <kbd>indefinite</kbd> أو <kbd>infinity</kbd> أو <kbd>never</kbd> لمجموعة مستخدمين لا تنتهي صلاحيتها أبدا.\";'),('ary','messages:apihelp-userrights-param-reason','s:25:\"ar:سبب للتغيير.\";'),('ary','messages:apihelp-userrights-param-remove','s:58:\"ar:أزل المستخدم من هذه المجموعات.\";'),('ary','messages:apihelp-userrights-param-tags','s:106:\"ar:تغيير وسوم لتطبيقها على الإدخال في سجل صلاحيات المستخدم.\";'),('ary','messages:apihelp-userrights-param-user','s:20:\"ar:المستخدم.\";'),('ary','messages:apihelp-userrights-param-userid','s:66:\"ar:حدد <kbd>$1user=#<var>ID</var></kbd> بدلاً من ذلك.\";'),('ary','messages:apihelp-userrights-summary','s:55:\"ar:تغيير عضوية مجموعة المستخدم.\";'),('ary','messages:apihelp-validatepassword-example-1','s:87:\"ar:تحقق من كلمة المرور <kbd>foobar</kbd> للمستخدم الحالي.\";'),('ary','messages:apihelp-validatepassword-example-2','s:106:\"ar:تحقق من كلمة المرور <kbd>qwerty</kbd> لإنشاء المستخدم <kbd>Example</kbd>.\";'),('ary','messages:apihelp-validatepassword-extended-description','s:368:\"ar:يتم الإبلاغ عن الصلاحية كـ<samp>Good</samp> إذا كانت كلمة المرور مقبولة، أو <samp>Change</samp> إذا كان قد يتم استخدام كلمة المرور لتسجيل الدخول ولكن يجب تغييرها، أو <samp>Invalid</samp> إذا كان كلمة المرور غير قابلة للاستخدام.\";'),('ary','messages:apihelp-validatepassword-param-email','s:112:\"ar:عنوان البريد الإلكتروني; للاستخدام عند اختبار إنشاء الحساب.\";'),('ary','messages:apihelp-validatepassword-param-password','s:38:\"ar:كلمة المرور للتحقق.\";'),('ary','messages:apihelp-validatepassword-param-realname','s:93:\"ar:الاسم الحقيقي; للاستخدام عند اختبار إنشاء الحساب.\";'),('ary','messages:apihelp-validatepassword-param-user','s:159:\"ar:اسم المستخدم; للاستخدام عند اختبار إنشاء الحساب، يجب ألا يكون المستخدم المحدد موجودا.\";'),('ary','messages:apihelp-validatepassword-summary','s:95:\"ar:التحقق من صحة كلمة السر ضد سياسات كلمة السر للويكي.\";'),('ary','messages:apihelp-watch-example-generator','s:88:\"ar:راقب الصفحات القليلة الأولى في النطاق الرئيسي.\";'),('ary','messages:apihelp-watch-example-unwatch','s:59:\"ar:ألغِ مراقبة الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-watch-example-watch','s:46:\"ar:راقب الصفحة <kbd>Main Page</kbd>.\";'),('ary','messages:apihelp-watch-example-watch-expiry','s:127:\"ar:شاهد الصفحات <kbd>الصفحة الرئيسة</kbd> و <kbd>Foo</kbd> و <kbd>Bar</kbd> لمدة شهر واحد.\";'),('ary','messages:apihelp-watch-param-expiry','s:197:\"ar:سيتم تطبيق ختم وقت الانتهاء على جميع الصفحات. احذف هذه المعلمة تمامًا لترك أي انتهاء صلاحية حالي دون تغيير.\";'),('ary','messages:apihelp-watch-param-title','s:99:\"ar:الصفحة ل(عدم)مراقبتها، استخدم <var>$1titles</var> بدلا من ذلك.\";'),('ary','messages:apihelp-watch-param-unwatch','s:129:\"ar:إذا تم التعيين فستتم إزالة الصفحة من قائمة المراقبة بدلا من مراقبتها.\";'),('ary','messages:apihelp-watch-summary','s:100:\"ar:إضافة أو إزالة صفحات من قائمة مراقبة المستخدم الحالي.\";'),('ary','messages:apihelp-xml-param-includexmlnamespace','s:57:\"ar:\nإذا تم تحديدها، سيضيف نطاق XML.\";'),('ary','messages:apihelp-xml-param-xslt','s:208:\"ar:إذا تم تحديده، سيضيف الصفحة المسماة كورقة أنماط XSL، يجب أن تكون القيمة عنوانا في نطاق {{ns:MediaWiki}} ينتهي بـ<code>.xsl</code>.\";'),('ary','messages:apihelp-xml-summary','s:48:\"ar:بيانات الإخراج بتنسيق XML.\";'),('ary','messages:apihelp-xmlfm-summary','s:74:\"ar:بيانات الإخراج بتنسيق XML (الطباعة بـHTML).\";'),('ary','messages:apisandbox','s:15:\"ar:ملعب API\";'),('ary','messages:apisandbox-add-multi','s:13:\"ar:إضافة\";'),('ary','messages:apisandbox-alert-field','s:48:\"ar:قيمة هذا الحقل غير صالحة.\";'),('ary','messages:apisandbox-alert-page','s:64:\"ar:هناك حقول غير صالحة في هذه الصفحة.\";'),('ary','messages:apisandbox-continue','s:17:\"ar:استمرار\";'),('ary','messages:apisandbox-continue-clear','s:13:\"ar:إفراغ\";'),('ary','messages:apisandbox-continue-help','s:259:\"ar:{{int:apisandbox-continue}} س [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries يستمر] في الطلب الأخير؛ {{int:apisandbox-continue-clear}} سيفرغ المعاملات المرتبطة بالاستمرار.\";'),('ary','messages:apisandbox-deprecated-parameters','s:28:\"ar:معاملات مهملة\";'),('ary','messages:apisandbox-dynamic-error-exists','s:50:\"ar:يوجد بالفعل معامل باسم \"$1\".\";'),('ary','messages:apisandbox-dynamic-parameters','s:30:\"ar:معاملات إضافية\";'),('ary','messages:apisandbox-dynamic-parameters-add-label','s:25:\"ar:أضف مُعاملا:\";'),('ary','messages:apisandbox-dynamic-parameters-add-placeholder','s:24:\"ar:اسم المعامل\";'),('ary','messages:apisandbox-examples','s:13:\"ar:أمثلة\";'),('ary','messages:apisandbox-fetch-token','s:41:\"ar:املأ التوكين تلقائيا\";'),('ary','messages:apisandbox-helpurls','s:30:\"ar:وصلات المساعدة\";'),('ary','messages:apisandbox-intro','s:673:\"ar:استخدم هذه الصفحة لتجربة <strong>MediaWiki web service API</strong>.\nارجع إلى [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page توثيق الAPI] للمزيد من التفاصيل حول استخدام الAPI. مثال: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query البحث عن عناوين الصفحات المطابقة لكلمة رئيسية معينة]. اختر فعلا لترى المزيد من الأمثلة.\n\nلاحظ أنه، على الرغم من أن هذا ملعب، فالأفعال التي تقوم بها على هذه الصفحة ربما تعدل الويكي.\";'),('ary','messages:apisandbox-jsonly','s:71:\"ar:الجافا سكريبت مطلوبة لاستخدام ملعب API\";'),('ary','messages:apisandbox-load-error','s:79:\"ar:حدث خطأ أثناء تحميل المعلومات لAPI module \"$1\": $2\";'),('ary','messages:apisandbox-loading','s:53:\"ar:تحميل المعلومات لAPI module \"$1\"...\";'),('ary','messages:apisandbox-loading-results','s:36:\"ar:استقبال طلبات API ...\";'),('ary','messages:apisandbox-multivalue-all-namespaces','s:29:\"ar:$1 (كل النطاقات)\";'),('ary','messages:apisandbox-multivalue-all-values','s:23:\"ar:$1 (كل القيم)\";'),('ary','messages:apisandbox-no-parameters','s:67:\"ary:هاد لمودول د API ماعندها تا پاراميطر\";'),('ary','messages:apisandbox-param-limit','s:66:\"ar:أدخل <kbd>max</kbd> لاستخدام الحد الأقصى.\";'),('ary','messages:apisandbox-request-format-json-label','s:11:\"ar:جسون\";'),('ary','messages:apisandbox-request-format-php-label','s:19:\"ar:مصفوفة PHP\";'),('ary','messages:apisandbox-request-format-url-label','s:50:\"ar:سلسلة حروف استعلام المسار\";'),('ary','messages:apisandbox-request-json-label','s:19:\"ar:JSON الطلب:\";'),('ary','messages:apisandbox-request-php-label','s:29:\"ar:اطلب مصفوفة PHP:\";'),('ary','messages:apisandbox-request-selectformat-label','s:37:\"ar:عرض بيانات الطلب ك:\";'),('ary','messages:apisandbox-request-time','s:41:\"ar:وقت الطلب: {{PLURAL:$1|$1 ms}}\";'),('ary','messages:apisandbox-request-url-label','s:23:\"ar:مسار الطلب:\";'),('ary','messages:apisandbox-reset','s:13:\"ar:إفراغ\";'),('ary','messages:apisandbox-results','s:17:\"ar:النتائج\";'),('ary','messages:apisandbox-results-error','s:73:\"ar:حدث خطأ أثناء تحميل رد استعدلام الAPI: $1.\";'),('ary','messages:apisandbox-results-fixtoken','s:52:\"ar:رمز الصحيح وإعادة الموافقة\";'),('ary','messages:apisandbox-results-fixtoken-fail','s:32:\"ar:فشل جلب توكين \"$1\"\";'),('ary','messages:apisandbox-results-login-suppressed','s:335:\"ar:هذا الطلب تمت معالجته كمستخدم مسجل الخروج حيث أنه يمكن استخدامه لتجاوز سرية نفس-الأصل للمتصفح. لاحظ أن معالجة توكين ملعب الAPI لا يعمل بشكل جيد مع مثل هذه الطلبات، من فضلك املأها يدويا.\";'),('ary','messages:apisandbox-retry','s:30:\"ar:إعادة المحاولة\";'),('ary','messages:apisandbox-sending-request','s:28:\"ar:إرسال طلب API ...\";'),('ary','messages:apisandbox-submit','s:20:\"ar:عمل الطلب\";'),('ary','messages:apisandbox-submit-invalid-fields-message','s:84:\"ar:برجاء تصحيح الحقل المعلم والمحاولة مرة أخرى.\";'),('ary','messages:apisandbox-submit-invalid-fields-title','s:40:\"ar:بعض الحقول غير صالحة\";'),('ary','messages:apisandbox-summary','s:3:\"en:\";'),('ary','messages:apisandbox-templated-parameter-reason','s:142:\"ar:يتم تقديم [[Special:ApiHelp/main#main/templatedparams|templated parameter]] استنادا إلى {{PLURAL:$1|قيمة|قيم}} $2.\";'),('ary','messages:apiwarn-alldeletedrevisions-performance','s:109:\"ar:للحصول على أداء أفضل عند إنشاء العناوين; اضبط <kbd>$1dir=newer</kbd>.\";'),('ary','messages:apiwarn-badurlparam','s:102:\"ar:تعذر تحليل <var>$1urlparam</var> لـ$2، باستخدام العرض والطول فقط.\";'),('ary','messages:apiwarn-badutf8','s:291:\"ar:تحتوي القيمة التي تم تمريرها لـ<var>$1</var> على بيانات غير صالحة أو غير طبيعية، يجب أن تكون البيانات النصية صالحة، NFC-normalized Unicode بدون أحرف تحكم C0 غير HT (\\t) وLF (\\n) وCR (\\r).\";'),('ary','messages:apiwarn-checktoken-percentencoding','s:133:\"ar:تحقق من أن الرموز مثل \"+\" في الرمز المميز يتم ترميزها بشكل صحيح في المسار.\";'),('ary','messages:apiwarn-compare-no-next','s:144:\"ar:المراجعة $2 هي أحدث مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('ary','messages:apiwarn-compare-no-prev','s:144:\"ar:المراجعة $2 هي أقدم مراجعة من $1، ولا توجد مراجعة لـ<kbd>torelative=next</kbd> للمقارنة بها.\";'),('ary','messages:apiwarn-compare-nocontentmodel','s:75:\"ar:لا يمكن تحديد نموذج محتوى، على افتراض $1.\";'),('ary','messages:apiwarn-deprecation-deletedrevs','s:169:\"ar:تم إيقاف <kbd>list=deletedrevs</kbd>; الرجاء استخدام <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> بدلا من ذلك.\";'),('ary','messages:apiwarn-deprecation-httpsexpected','s:49:\"ar:HTTP المستخدمة عند توقع HTTPS.\";'),('ary','messages:apiwarn-deprecation-login-botpw','s:429:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd> وقد يتوقف عن العمل دون سابق إنذار، لمتابعة تسجيل الدخول باستخدام <kbd>action=login</kbd>; راجع [[Special:BotPasswords]]، لمتابعة استخدام تسجيل الدخول إلى الحساب الرئيسي بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('ary','messages:apiwarn-deprecation-login-nobotpw','s:251:\"ar:تم إيقاف تسجيل الدخول إلى الحساب الرئيسي عبر <kbd>action=login</kbd>، وقد يتوقف عن العمل دون سابق إنذار، لتسجيل الدخول بأمان; راجع <kbd>action=clientlogin</kbd>.\";'),('ary','messages:apiwarn-deprecation-login-token','s:155:\"ar:تم إيقاف عمل رمز مميز عبر <kbd>action=login</kbd> ;استخدم <kbd>action=query&meta=tokens&type=login</kbd> بدلا من ذلك.\";'),('ary','messages:apiwarn-deprecation-missingparam','s:231:\"ar:نظرا لعدم تحديد <var>$1</var>; تم استخدام تنسيق قديم للإخراج، تم إيقاف هذا التنسيق، وسيتم دائما استخدام التنسيق الجديد في المستقبل.\";'),('ary','messages:apiwarn-deprecation-parameter','s:46:\"ar:تم إيقاف الوسيط <var>$1</var>.\";'),('ary','messages:apiwarn-deprecation-parse-headitems','s:264:\"ar:تم إيقاف <kbd>prop=headitems</kbd> منذ ميدياويكي 1.28; استخدم <kbd>prop=headhtml</kbd> عند إنشاء مستندات HTML جديدة، أو <kbd>prop=modules|jsconfigvars</kbd> عند تحديث مستند من جانب العميل.\";'),('ary','messages:apiwarn-deprecation-post-without-content-type','s:120:\"ar:تم تقديم طلب POST بدون عنوان <code>Content-Type</code>، هذا لا يعمل بشكل موثوق.\";'),('ary','messages:apiwarn-deprecation-purge-get','s:109:\"ar:تم إيقاف استخدام <kbd>action=purge</kbd> عبر GET; استخدم POST بدلا من ذلك.\";'),('ary','messages:apiwarn-deprecation-withreplacement','s:97:\"ar:تم إيقاف <kbd>$1</kbd>; الرجاء استخدام <kbd>$2</kbd> بدلا من ذلك.\";'),('ary','messages:apiwarn-difftohidden','s:77:\"ar:لا يمكنك إجراء مقارنة مع r$1: المحتوى مخفي.\";'),('ary','messages:apiwarn-errorprinterfailed','s:67:\"ar:فشل خطأ الطباعة; سوف يعيد دون وسائط.\";'),('ary','messages:apiwarn-ignoring-invalid-templated-value','s:106:\"ar:تجاهل القيمة <kbd>$2</kbd> في <var>$1</var> عند معالجة وسائط القوالب.\";'),('ary','messages:apiwarn-invalidcategory','s:28:\"ar:\"$1\" ليس تصنيفا.\";'),('ary','messages:apiwarn-invalidtitle','s:39:\"ar:\"$1\" ليس عنوانا صالحا.\";'),('ary','messages:apiwarn-invalidxmlstylesheet','s:77:\"ar:ورقة أنماط غير صالحة أو غير موجودة محددة.\";'),('ary','messages:apiwarn-invalidxmlstylesheetext','s:98:\"ar:يجب أن تحتوي ورقة الأنماط على الملحق <code>.xsl</code> extension.\";'),('ary','messages:apiwarn-invalidxmlstylesheetns','s:79:\"ar:يجب أن تكون ورقة الأنماط في نطاق {{ns:MediaWiki}}.\";'),('ary','messages:apiwarn-moduleswithoutvars','s:221:\"ar:تم تعيين الخاصية <kbd>modules</kbd> ولكن ليست <kbd>jsconfigvars</kbd> أو <kbd>encodedjsconfigvars</kbd>، متغيرات التكوين ضرورية للاستخدام السليم للوحدة.\";'),('ary','messages:apiwarn-notfile','s:24:\"ar:\"$1\" ليس ملفا.\";'),('ary','messages:apiwarn-nothumb-noimagehandler','s:123:\"ar:تعذر إنشاء الصورة المصغرة نظرا لعدم احتواء $1 على معالج صورة مقترن.\";'),('ary','messages:apiwarn-parse-nocontentmodel','s:97:\"ar:لم يتم إعطاء <var>title</var> أو <var>contentmodel</var>، على افتراض $1.\";'),('ary','messages:apiwarn-parse-revidwithouttext','s:200:\"ar:تم استخدام <var>revid</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>oldid</var> بدلا من <var>revid</var>؟\";'),('ary','messages:apiwarn-parse-titlewithouttext','s:199:\"ar:تم استخدام <var>title</var> بدون <var>text</var>، وتم طلب خصائص الصفحة المحللة، هل تقصد استخدام <var>page</var> بدلا من <var>title</var>؟\";'),('ary','messages:apiwarn-redirectsandrevids','s:162:\"ar:لا يمكن استخدام دقة تحويلة مع الوسيط <var>revids</var>، أية تحويلات لنقطة <var>revids</var> لم يتم حلها.\";'),('ary','messages:apiwarn-tokens-origin','s:108:\"ar:قد لا يتم الحصول على الرموز عند عدم تطبيق السياسة الأصلية.\";'),('ary','messages:apiwarn-truncatedresult','s:105:\"ar:تم اقتطاع هذه النتيجة لأنها قد تكون أكبر من حد الـ$1 بايت.\";'),('ary','messages:apiwarn-unclearnowtimestamp','s:238:\"ar:تم إيقاف تمرير \"$2\" لوسيط الطابع الزمني <var>$1</var>; إذا احتجت لسبب ما إلى تحديد الوقت الحالي دون حسابه من جانب العميل، فاستخدم <kbd>now</kbd>.\";'),('ary','messages:apiwarn-unrecognizedvalues','s:84:\"ar:{{PLURAL:$3|قيمة|قيم}} غير معروفة للوسيط <var>$1</var>: $2.\";'),('ary','messages:apiwarn-unsupportedarray','s:89:\"ar:يستخدم الوسيط <var>$1</var> بنية مصفوفة PHP غير مدعومة.\";'),('ary','messages:apiwarn-urlparamwidth','s:182:\"ar:تجاهل قيمة العرض المحددة في <var>$1urlparam</var> ($2) لصالح قيمة العرض المشتقة من <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('ary','messages:apiwarn-validationfailed','s:50:\"ar:خطأ في التحقق من <kbd>$1</kbd>: $2\";'),('ary','messages:apiwarn-validationfailed-badchars','s:163:\"ar:أحرف غير صالحة في المفتاح (مسموح فقط بـ<code>a-z</code> و<code>A-Z</code> و<code>0-9</code> و<code>_</code> و<code>-</code>).\";'),('ary','messages:apiwarn-validationfailed-badpref','s:34:\"ar:ليس تفضيلا صالحا.\";'),('ary','messages:apiwarn-validationfailed-cannotset','s:61:\"ar:لا يمكن ضبطها بواسطة هذه الوحدة.\";'),('ary','messages:apiwarn-validationfailed-keytoolong','s:84:\"ar:المفتاح طويل جدًا (لا يُسمَح بأكثر من $1 بايت).\";'),('ary','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('ary','messages:apiwarn-wgdebugapi','s:84:\"ar:<strong>تحذير الأمان:</strong> تم تمكين <var>$wgDebugAPI</var>.\";'),('ary','messages:apr','s:14:\"ary:أبريل\";'),('ary','messages:april','s:14:\"ary:أبريل\";'),('ary','messages:april-gen','s:14:\"ary:أبريل\";'),('ary','messages:article','s:25:\"ary:صفحة لمحتوى\";'),('ary','messages:articleexists','s:169:\"ary:كاينة صفحة أصلا ف [[:$1]]، ولاً سميت الصفحة اللي ختاريتيه ماصالحش؛\nعافاك ختار شي سمية وحداخرا.\";'),('ary','messages:aug','s:10:\"ary:غشت\";'),('ary','messages:august','s:10:\"ary:غشت\";'),('ary','messages:august-gen','s:10:\"ary:غشت\";'),('ary','messages:authenticationdatachange-ignored','s:113:\"ar:تغيير بيانات التحقق لم يتم التعامل معه. ربما لم يتم ضبط موفر؟\";'),('ary','messages:authform-newtoken','s:28:\"ar:توكين مفقود. $1\";'),('ary','messages:authform-nosession-login','s:129:\"ar:عملية التحقق كانت ناجحة، لكن متصفحك لا يمكنه \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('ary','messages:authform-nosession-signup','s:123:\"ar:الحساب تم إنشاؤه، لكن متصفحك لا يمكنه cannot \"تذكر\" أنك مسجل الدخول.\n\n$1\";'),('ary','messages:authform-notoken','s:24:\"ar:توكين مفقود\";'),('ary','messages:authform-wrongtoken','s:22:\"ar:توكين خاطئ\";'),('ary','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('ary','messages:authmanager-authn-autocreate-failed','s:65:\"ar:الإنشاء التلقائي لحساب محلي فشل: $1\";'),('ary','messages:authmanager-authn-no-local-user','s:98:\"ar:الاعتماد الموفر غير مرتبط بأي مستخدم على هذه الويكي.\";'),('ary','messages:authmanager-authn-no-local-user-link','s:319:\"ar:الاعتمادات الموفرة صحيحة لكن غير مرتبطة بأي مستخدم على هذه الويكي. سجل الدخول باستخدام طريقة أخرى، أو أنشئ حسابا جديدا، وستمتلك الاختيار لوصل اعتماداتك السابقة لذلك الحساب.\";'),('ary','messages:authmanager-authn-no-primary','s:67:\"ar:الاعتماد الموفر لم يمكن التحقق منه.\";'),('ary','messages:authmanager-authn-not-in-progress','s:154:\"ar:عملية التحقق ليست جارية أو بينات الجلسة تم فقدها. من فضلك ابدأ مرة ثانية من البداية.\";'),('ary','messages:authmanager-autocreate-exception','s:116:\"ar:إنشاء الحسابات التلقائي تم تعطيله مؤقتا نظرا للأخطاء السابقة.\";'),('ary','messages:authmanager-autocreate-noperm','s:67:\"ar:إنشاء الحساب التلقائي غير مسموح به.\";'),('ary','messages:authmanager-change-not-supported','s:113:\"ar:الاعتمادات الموفرة لم يمكن تغييرها، حيث أن لا شيء سيستخدمها.\";'),('ary','messages:authmanager-create-disabled','s:40:\"ar:إنشاء الحسابات معطل.\";'),('ary','messages:authmanager-create-from-login','s:69:\"ar:لإنشاء حساب، برجاء ملء الحقول أدناه.\";'),('ary','messages:authmanager-create-no-primary','s:98:\"ar:الاعتمادات الموفرة لم يمكن استخدامها لإنشاء الحساب.\";'),('ary','messages:authmanager-create-not-in-progress','s:147:\"ar:إنشاء الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('ary','messages:authmanager-domain-help','s:46:\"ar:النطاق للتوثيق الخارجي.\";'),('ary','messages:authmanager-email-help','s:47:\"ar:عنوان البريد الإلكتروني\";'),('ary','messages:authmanager-email-label','s:36:\"ar:البريد الإلكتروني\";'),('ary','messages:authmanager-link-no-primary','s:90:\"ar:الاعتماد الموفر لم يمكن استخدامه لوصل الحسابات.\";'),('ary','messages:authmanager-link-not-in-progress','s:143:\"ar:وصل الحساب ليس جاريا أو بيانات الجلسة تم فقدها. من فضلك ابدأ ثانية من البداية.\";'),('ary','messages:authmanager-password-help','s:35:\"ar:كلمة السر للتوثيق\";'),('ary','messages:authmanager-provider-password','s:51:\"ar:توثيق مبني على كلمة المرور\";'),('ary','messages:authmanager-provider-password-domain','s:66:\"ar:توثيق مبني على كلمة المرور والنطاق\";'),('ary','messages:authmanager-provider-temporarypassword','s:27:\"ar:كلمة سر مؤقتة\";'),('ary','messages:authmanager-realname-help','s:45:\"ar:الاسم الحقيقي للمستخدم\";'),('ary','messages:authmanager-realname-label','s:28:\"ar:الاسم الحقيقي\";'),('ary','messages:authmanager-retype-help','s:56:\"ar:كلمة المرور مرة أخرى للتأكيد.\";'),('ary','messages:authmanager-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('ary','messages:authmanager-userlogin-remembermypassword-help','s:114:\"ar:ما إذا كانت كلمة السر ينبغي أن يتم تذكرها لأطول من مدة الجلسة.\";'),('ary','messages:authmanager-username-help','s:68:\"ary:السمية د لخدايمي على ود لوطونتيصاج.\";'),('ary','messages:authpage-cannot-create','s:68:\"ar:غير قادر على بدء عملية إنشاء الحساب.\";'),('ary','messages:authpage-cannot-create-continue','s:134:\"ar:غير قادر على الاستمرار في إنشاء الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('ary','messages:authpage-cannot-link','s:68:\"ar:غير قادر على بدء عملية وصل الحسابات.\";'),('ary','messages:authpage-cannot-link-continue','s:130:\"ar:غير قادر على الاستمرار في وصل الحساب. جلستك على الأرجح انتهت صلاحيتها.\";'),('ary','messages:authpage-cannot-login','s:68:\"ar:غير قادر على بدء عملية تسجيل الدخول.\";'),('ary','messages:authpage-cannot-login-continue','s:134:\"ar:غير قادر على الاستمرار في تسجيل الدخول. جلستك على الأرجح انتهت صلاحيتها.\";'),('ary','messages:authprovider-confirmlink-failed','s:58:\"ar:وصل الحساب لم ينجح بشكل كامل: $1\";'),('ary','messages:authprovider-confirmlink-failed-line','s:9:\"ar:$1: $2\";'),('ary','messages:authprovider-confirmlink-message','s:330:\"ar:بناء على محاولات تسجيل الدخول الحديثة الخاصة بك، فالحسابات التالية يمكن وصلها بحساب الويكي الخاص بك. وصلهم يفعل تسجيل الدخول عبر هذه الحسابات. من فضلك اختر أيهم ينبغي أن يتم وصلها.\";'),('ary','messages:authprovider-confirmlink-ok-help','s:65:\"ar:الاستمرار بعد عرض رسائل فشل الوصل.\";'),('ary','messages:authprovider-confirmlink-option','s:10:\"ar:$1 ($2)\";'),('ary','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('ary','messages:authprovider-confirmlink-request-label','s:62:\"ar:الحسابات التي ينبغي أن يتم وصلها\";'),('ary','messages:authprovider-confirmlink-success-line','s:41:\"ar:$1: تم الوصل بشكل صحيح.\";'),('ary','messages:authprovider-resetpass-skip-help','s:55:\"ar:تخطي إعادة تعيين كلمة المرور\";'),('ary','messages:authprovider-resetpass-skip-label','s:15:\"ar:تَخطَّ\";'),('ary','messages:autoblockedtext','s:841:\"ary:لعنوان IP ديالك تبلوكا أوطوماتيكيا حيث خدًمو خدايمي آخور. اللي دار المنع هو $1.\n\nسباب لمنع هو <em>$2</em>.\n\n* بدا لمنع: $8\n* أيسالي لمنع: $6\n* لخدايمي لممنوع: $7\n\nإمكن ليك تتاصل بـ$1 أولا شي واحد من [[{{MediaWiki:Grouppage-sysop}}|الإداريين]] باش تناقش لمنع.\nما يمكنش ليك تستخدم خاصية \"{{int:emailuser}}\" إلا فحالة ما كنتي وضعتي عنوان بريدي صحيح [[Special:Preferences|فتفضيلات الحساب]] و ما تمنعتيش من التخدام ديالو.\nعنوان IP ديالك دابا هو $3، و رقم المنع هو #$5.\nعافك دخًل هاد التفاصيل كلها اللي لفوق فاش تبغي تكتب شي طلب.\";'),('ary','messages:autoblocker','s:178:\"ar:تم منعك تلقائيا لأن الأيبي الخاص بك تم استخدامه مؤخرا بواسطة \"[[User:$1|$1]]\".\nالسبب المعطى لمنع $1 هو: \"$2\"\";'),('ary','messages:autoblockid','s:26:\"ar:منع تلقائي #$1\";'),('ary','messages:autoblocklist','s:22:\"ar:منع تلقائي\";'),('ary','messages:autoblocklist-empty','s:53:\"ar:قائمة المنع التلقائي فارغة.\";'),('ary','messages:autoblocklist-legend','s:41:\"ar:قائمة المنع التلقائي\";'),('ary','messages:autoblocklist-localblocks','s:113:\"ar:{{PLURAL:$1|المنع التلقائي المحلي|عمليات المنع التلقائي المحلية}}\";'),('ary','messages:autoblocklist-otherblocks','s:109:\"ar:{{PLURAL:$1|المنع التلقائي الآخر|عمليات المنع التلقائي الأخرى}}\";'),('ary','messages:autoblocklist-submit','s:9:\"ar:بحث\";'),('ary','messages:autoblocklist-total-autoblocks','s:49:\"ar:مجمل الممنوعون تلقائيا: $1\";'),('ary','messages:autochange-username','s:41:\"ar:تغيير آلي لميدياويكي\";'),('ary','messages:autocomment-prefix','s:3:\"en:\";'),('ary','messages:autocreate-edit-warning','s:554:\"ar:<strong>تحذير:</ strong> لم تسجل الدخول. سيُنسب تعديلك إلى <strong> اسم أُنشئ تلقائيًا</ strong> عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. سيكون عنوان الآيبي الخاص بك مرئيًا للمستخدمين الموثوق بهم. في حالة <strong>[تسجيل دخول $1]</strong> أو <strong>[إنشاء حساب $2]</strong>، ستُنسب تعديلاتك إلى الاسم الذي تختاره، إلى جانب المزايا الأخرى.\";'),('ary','messages:autocreate-preview-warning','s:191:\"ar:<em>لم تسجل الدخول. سيُنسب تعديلك إلى اسم أُنشئ تلقائيًا وسيكون عنوان الآيبي الخاص بك مرئيًا لإداريين.</em>\";'),('ary','messages:autoredircomment','s:31:\"ary:حوّل صفحة ل [[$1]]\";'),('ary','messages:autosumm-blank','s:23:\"ary:خوي الصفحة\";'),('ary','messages:autosumm-changed-redirect-target','s:59:\"ar:غير هدف التحويلة من [[$1]] إلى [[$2]]\";'),('ary','messages:autosumm-new','s:30:\"ary:تدارت صفحة ب\"$1\"\";'),('ary','messages:autosumm-newblank','s:31:\"ar:أنشأ صفحة فارغة\";'),('ary','messages:autosumm-removed-redirect','s:42:\"ar:أزال التحويلة إلى [[$1]]\";'),('ary','messages:autosumm-replace','s:30:\"ary:بدل الصفحة ب\'$1\'\";'),('ary','messages:backend-fail-alreadyexists','s:43:\"ar:الملف \"$1\" موجود بالفعل.\";'),('ary','messages:backend-fail-backup','s:64:\"ar:لا يمكن صنع نسخة أحتياطية للملف $1.\";'),('ary','messages:backend-fail-batchsize','s:164:\"ar:أعطت خلفية التخزين دفعة $1 ملف {{PLURAL:$1|عملية|عمليات}}; الحد الأقصى هو $2 {{PLURAL:$2|عملية|عمليات}}.\";'),('ary','messages:backend-fail-closetemp','s:52:\"ary:سّدان د لفيشي لمؤقت ماصدقش\";'),('ary','messages:backend-fail-connect','s:67:\"ar:تعذر ربط الإتصال بخلفية التخزين \"$1\".\";'),('ary','messages:backend-fail-contenttype','s:93:\"ar:تعذر تحديد نوع محتوى الملف الذي تريد تخزينه في \"$1\".\";'),('ary','messages:backend-fail-copy','s:52:\"ar:لا يمكن نسخ الملف \"$1\" إلى \"$2\".\";'),('ary','messages:backend-fail-create','s:46:\"ary:مايمكنش تكتب لفيشيي \"$1\".\";'),('ary','messages:backend-fail-delete','s:40:\"ar:لم يمكن حذف الملف \"$1\".\";'),('ary','messages:backend-fail-describe','s:81:\"ar:لا يمكن تغيير بيانات التعريف metadata للملف \"$1\".\";'),('ary','messages:backend-fail-hash','s:66:\"ar:لا يمكن تحديد دالة التشفير لملف \"$1\".\";'),('ary','messages:backend-fail-hashes','s:87:\"ar:لم يمكن الحصول على hashes الملفات من أجل المقارنة\";'),('ary','messages:backend-fail-internal','s:71:\"ar:وقع خطأ غير معروف في خلفية التخزين \"$1\".\";'),('ary','messages:backend-fail-invalidpath','s:56:\"ar:\"$1\" ليس مساراً صالحاً للتخزين.\";'),('ary','messages:backend-fail-maxsize','s:106:\"ar:تعذر كتابة الملف \"$1\" لأنه أكبر من {{PLURAL:$2|بايت واحد|$2 بايت}}.\";'),('ary','messages:backend-fail-move','s:43:\"ar:تعذر نقل ملف \"$1\" إلى \"$2\".\";'),('ary','messages:backend-fail-notexists','s:35:\"ar:الملف $1 غير موجود.\";'),('ary','messages:backend-fail-notsame','s:62:\"ar:يوجد بالفعل ملف غير متطابق في \"$1\".\";'),('ary','messages:backend-fail-opentemp','s:52:\"ary:لحلان د لفيشي لمؤقت ماصدقش\";'),('ary','messages:backend-fail-read','s:48:\"ary:ماقدرناش نقراو لفيشي \"$1\".\";'),('ary','messages:backend-fail-readonly','s:124:\"ar:خلفية التخزين \"$1\" في وضعية القراءة فقط حاليا. السبب في ذلك هو:\n<em>$2</em>\";'),('ary','messages:backend-fail-sizes','s:74:\"ar:تعذر الحصول على أحجام الملفات للمقارنة\";'),('ary','messages:backend-fail-stat','s:53:\"ar:لا يمكن قراءة حالة الملف \"$1\".\";'),('ary','messages:backend-fail-store','s:54:\"ar:لا يمكن تخزين الملف \"$1\" في \"$2\".\";'),('ary','messages:backend-fail-stream','s:38:\"ar:لا يمكن عرض الملف $1.\";'),('ary','messages:backend-fail-synced','s:104:\"ar:الملف \"$1\" في حالة غير متناسقة ضمن خلفية التخزين الداخلية\";'),('ary','messages:backend-fail-usable','s:134:\"ar:تعذر قراءة أو كتابة الملف \"$1\" لنقص في التراخيص أو فقدان الدلائل/الحاويات.\";'),('ary','messages:backend-fail-writetemp','s:58:\"ary:ماصدقاتش لكتابة ف لفيشي لمؤقت\";'),('ary','messages:backlinksubtitle','s:10:\"ary:→ $1\";'),('ary','messages:bad-target-model','s:123:\"ar:الوجهة المطلوبة تستخدم نموذج محتوى مختلف. لا يمكن تحويل من $1 إلى $2.\";'),('ary','messages:bad_image_list','s:432:\"ary:لفورما هو هادا:\n\nغير الستونات د الليستة (السطورا اللي تيبداو ب *) هوما اللي كانعتابرو.\nالليان اللول ف كل سطر خاص يكون ليان ديال فيشيي خاسر.\nالليانات لخرين اللي ف نفس السطر كانحسبوهوم بحال ستثناءات، زعما صفحات اللي كايكون فيها لفيشيي ف سطر.\";'),('ary','messages:badaccess','s:25:\"ary:غلط فالسماح\";'),('ary','messages:badaccess-group0','s:60:\"ary:مايمكنش ليك دير داكشي لي طلبتي.\";'),('ary','messages:badaccess-groups','s:199:\"ary:هادشي لي بغيتي تدير مايقدرو يديروه غي المستخدمين أعضاء {{PLURAL:$2||المجموعة|إحدى المجموعتين|إحدى المجموعات}}: $1.\";'),('ary','messages:badarticleerror','s:61:\"ary:ماتقدرش تدير هادشي فهاد الصفحة.\";'),('ary','messages:badfilename','s:45:\"ary:تبدلات سميت لفيشي ل \"$1\".\";'),('ary','messages:badipaddress','s:21:\"ary:Ĝonwan IP ġalet\";'),('ary','messages:badretype','s:58:\"ary:الكودات لي دخلتي ماشي كيف كيف.\";'),('ary','messages:badsig','s:67:\"ary:توقيع خام ماصالحش؛ شوف ل وسوم د HTML..\";'),('ary','messages:badsightml','s:114:\"ar:يحتوي توقيعك على بنية إتش تي إم إل نحوية غير صالحة أو متقادمة:\";'),('ary','messages:badsiglength','s:99:\"ar:توقيعك طويل جدا.\nيجب أن يكون أقل من $1 {{PLURAL:$1|حرف|حروف}}.\";'),('ary','messages:badsiglinebreak','s:79:\"ar:يجب أن يتكون توقيعك من سطر واحد من نص ويكي.\";'),('ary','messages:badsiglinks','s:257:\"ar:يتعين أن يحتوي توقيعك على وصلة شبكية إلى صفحة مستخدمك أو صفحة نقاشك أو مساهماتك على موقع الويكي هذا. يرجى إضافتها، على سبيل المثال: <code>$1</code>.\";'),('ary','messages:badsigsubst','s:142:\"ar:يحتوي توقيعك على حالات إحلال متداخلة (مثال <code>subst:</code> أو <code><nowiki>~~~~</nowiki></code>).\";'),('ary','messages:badtitle','s:23:\"ary:عنوان غالط\";'),('ary','messages:badtitletext','s:212:\"ary:العنوان لي طلبتي غالط، ما كاينش، ولا ما مربوطش بشكل صحيح بين اللغات.\nإمكن إكون فيه شي كاراكتير ما صالحاش فالعناوين.\";'),('ary','messages:beta-feature-minerva','s:88:\"ar:فعل واجهة المحمول (مينيرفا) على جهاز سطح المكتب\";'),('ary','messages:beta-feature-minerva-description','s:199:\"ar:اجعل المظهر المستخدم على الأجهزة النقالة مظهر سطح المكتب قابلاً للانتقاء من صفحة التفضيلات «{{int:prefs-rendering}}».\";'),('ary','messages:bitrate-bits','s:29:\"ar:$1بيت لكل ثانية\";'),('ary','messages:bitrate-exabits','s:37:\"ar:$1إكسابيت لكل ثانية\";'),('ary','messages:bitrate-gigabits','s:37:\"ar:$1جيجابيت لكل ثانية\";'),('ary','messages:bitrate-kilobits','s:37:\"ar:$1كيلوبيت لكل ثانية\";'),('ary','messages:bitrate-megabits','s:37:\"ar:$1ميجابيت لكل ثانية\";'),('ary','messages:bitrate-petabits','s:37:\"ar:$1بيتابيت لكل ثانية\";'),('ary','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('ary','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('ary','messages:bitrate-terabits','s:37:\"ar:$1تيرابيت لكل ثانية\";'),('ary','messages:bitrate-yottabits','s:37:\"ar:$1يوتابيت لكل ثانية\";'),('ary','messages:bitrate-zettabits','s:38:\"ar:$1 زيتابيت لكل ثانية\";'),('ary','messages:blankarticle','s:168:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد إنشاءها فارغة. إذا نقرت \"$1\" ثانية فستنشأ الصفحة بدون محتوى.\";'),('ary','messages:blanknamespace','s:16:\"ary:(رئيسي)\";'),('ary','messages:blankpage','s:23:\"ary:صفحة خاوية\";'),('ary','messages:block','s:26:\"ar:منع المستخدم\";'),('ary','messages:block-actions','s:20:\"ar:نوع المنع\";'),('ary','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('ary','messages:block-details','s:26:\"ar:تفاصيل المنع\";'),('ary','messages:block-expiry','s:23:\"ary:غايسالي ف :\";'),('ary','messages:block-log-flags-angry-autoblock','s:40:\"ary:blokaj otomaṫiki mḫessen ĥeddam\";'),('ary','messages:block-log-flags-anononly','s:43:\"ary:غير لخدايميا بلا كونط\";'),('ary','messages:block-log-flags-hiddenname','s:35:\"ary:smiyṫ l-mosṫeĥdim mĥebbya\";'),('ary','messages:block-log-flags-noautoblock','s:51:\"ary:blokaj otomaṫiki dyal l-ĝanawin IP mḫiyyed\";'),('ary','messages:block-log-flags-nocreate','s:42:\"ary:إنشاء الحسابات ممنوع\";'),('ary','messages:block-log-flags-noemail','s:27:\"ary:إيميل مبلوكي\";'),('ary','messages:block-log-flags-nousertalk','s:78:\"ary:مايمكنش ليه يصايب الصفحة د لمداكرة ديالو\";'),('ary','messages:block-options','s:29:\"ar:خيارات إضافية:\";'),('ary','messages:block-reason','s:14:\"ar:السبب:\";'),('ary','messages:block-target','s:120:\"ary:السمية د لخدايمي ؤلا لادريسة د لأيپي ديالو ؤلا الضاية د لأيپيات:\";'),('ary','messages:block-target-placeholder','s:50:\"ar:اسم مستخدم، 1.1.1.42 أو 1.1.1.42/16\";'),('ary','messages:blocked-mailpassword','s:196:\"ary:عنوان IP ديالك مبلوكي من التعديل، داكشي علاش مايمكنش تخدم منو لخاصية ديال ترجاع لموضباس باش يتمنع التخريب.\";'),('ary','messages:blocked-notice-logextract','s:130:\"ary:{{GENDER:$1|هاد لخدايمي}} مبلوكي دابا.\nآخر مدخل ف لّوحة د لبلوك را معطي لتحت:\";'),('ary','messages:blockednoreason','s:32:\"ary:حتا سبب مامعطيش\";'),('ary','messages:blockedtext','s:880:\"ary:<strong>سمية د لخدايمي ؤلا لادريسة د لايپي ديال راهوم تبلوكاو.</strong>\n\nلي دار لبلوك هوا $1.\nد لبلوك هوا <em>$2</em>.\n\n*بدية د لبلوك: $8\n*لمسالية د لبلوك: $6\n*لي مقصود ب لبلوك: $7\n\nيمكن ليك تتاصل بـ$1 أولا شي واحد من [[{{MediaWiki:Grouppage-sysop}}|إمغارن]] باش تناقش لبلوك.\nما يمكنش ليك تخدّم خاصية \"{{int:emailuser}}\" إلا ف حالت ما كنتي حطيتي أدريسة د ليمييل صحيحة [[Special:Preferences|ف تفضيلات لكونط]] و ما تمنعتيش من تّخدام ديالها.\nلادريسة د لايپي ديالك لحالي هوا $3، و نّمرة د لبلوك هوا #$5.\nعافاك دكر هاد التفاصيل لي لفوق فاش تبغي تكتب شي طلب.\";'),('ary','messages:blockedtext-composite','s:397:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك.</strong>\n\nالسبب المعطى هو:\n\n:<em>$2</em>.\n\n* بداية المنع: $8\n*  نهاية صلاحية أطول منع: $6\n\n* $5\n\nعنوان الآيبي الحالي الخاص بك هو $3.\nيرجى تضمين جميع التفاصيل أعلاه في أية استفسارات تقوم بها.\";'),('ary','messages:blockedtext-composite-ids','s:145:\"ar:معرفات المنع ذات الصلة: $1 (قد يتم أيضا إدراج عنوان الآيبي الخاص بك في قائمة منع)\";'),('ary','messages:blockedtext-composite-no-ids','s:96:\"ar:يظهر عنوان الآيبي الخاص بك في العديد من قوائم المنع\";'),('ary','messages:blockedtext-composite-reason','s:102:\"ar:هناك عدة عمليات منع ضد حسابك و/أو عنوان الآيبي الخاص بك\";'),('ary','messages:blockedtext-partial','s:582:\"ar:<strong>تم منع اسم المستخدم أو عنوان الآيبي الخاص بك من القيام بذلك, قد تظل قادرا على القيام بأشياء أخرى على هذا الموقع، مثل تحرير صفحات معينة، </strong> يمكنك عرض تفاصيل المنع بالكامل في [[Special:MyContributions|مساهمات الحساب]].\n\nتم المنع بواسطة $1.\n\nالسبب المعطى هو <em>$2</em>.\n\n* بداية المنع: $8\n* انتهاء المنع: $6\n* الممنوع المقصود: $7\n* معرف المنع #$5\";'),('ary','messages:blockedtitle','s:38:\"ary:هاد لخدايمي تبلوكا\";'),('ary','messages:blockip','s:60:\"ary:بلوكي {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:blockipsuccesssub','s:25:\"ary:بلوكاج ناجح\";'),('ary','messages:blockipsuccesstext','s:187:\"ary:تدار لبلوك ل [[Special:Contributions/$1|$1]].<br />\nشوف [[Special:BlockList|ليستة د لبلوكاج د لأيپي]] باش تراجع لحالات د لبلوكاج.\";'),('ary','messages:blockiptext','s:728:\"ar:استخدم النموذج التالي لمنع مستخدم، أو عنوان أيبي، معين من التعديل أو إنشاء حسابات جديدة.\nتستخدم هذه العملية لمنع التخريب فقط، ويجب أن تتماشى مع [[{{MediaWiki:Policy-url}}|سياسة المنع]].\nأدخل تعليلا واضحا لسبب المنع في الخانة المخصصة لذلك (مثلاً: ذكر صفحات محددة تم تخريبها من قبل المستخدم).\nيمكنك منع نطاقات عناوين IP باستخدام قواعد [https://ar.wikipedia.org/wiki/توجيه_بين_نطاقي_غير_صنفي CIDR]؛ أكبر نطاق مسموح به هو /$1 لIPv4 و /$2 لIPv6.\";'),('ary','messages:blocklink','s:10:\"ary:منع\";'),('ary','messages:blocklist','s:42:\"ary:لخدايميا لي تّبلوكاو\";'),('ary','messages:blocklist-addressblocks','s:45:\"ar:أخف منع عنوان أيبي واحد\";'),('ary','messages:blocklist-autoblocks','s:37:\"ar:أخف المنع التلقائي\";'),('ary','messages:blocklist-by','s:31:\"ary:الإداري المانع\";'),('ary','messages:blocklist-editing','s:17:\"ar:التحرير\";'),('ary','messages:blocklist-editing-action','s:13:\"ar:أفعال\";'),('ary','messages:blocklist-editing-ns','s:19:\"ar:النطاقات\";'),('ary','messages:blocklist-editing-page','s:17:\"ar:الصفحات\";'),('ary','messages:blocklist-editing-sitewide','s:50:\"ar:التحرير (على مستوى الموقع)\";'),('ary','messages:blocklist-expiry','s:16:\"ary:أيسالي\";'),('ary','messages:blocklist-indefblocks','s:55:\"ar:أخف عمليات المنع غير المحددة\";'),('ary','messages:blocklist-nousertalk','s:78:\"ary:مايمكنش ليه يصايب الصفحة د لمداكرة ديالو\";'),('ary','messages:blocklist-params','s:25:\"ary:paṛametraṫ l-blok\";'),('ary','messages:blocklist-rangeblocks','s:33:\"ar:أخف منع النطاقات\";'),('ary','messages:blocklist-reason','s:12:\"ary:سباب\";'),('ary','messages:blocklist-summary','s:3:\"en:\";'),('ary','messages:blocklist-target','s:10:\"ary:هدف\";'),('ary','messages:blocklist-tempblocks','s:40:\"ary:خبّي لبلوكات لموقتة\";'),('ary','messages:blocklist-timestamp','s:16:\"ary:tabĝ zamani\";'),('ary','messages:blocklist-type','s:14:\"ar:النوع:\";'),('ary','messages:blocklist-type-opt-all','s:11:\"ar:الكل\";'),('ary','messages:blocklist-type-opt-partial','s:11:\"ar:جزئي\";'),('ary','messages:blocklist-type-opt-sitewide','s:33:\"ar:على مستوى الموقع\";'),('ary','messages:blocklist-userblocks','s:41:\"ary:خبّي لبلوكات د لكونط\";'),('ary','messages:blocklog-showlog','s:111:\"ar:سبق منع {{GENDER:$1|هذا المستخدم}}.\nسجل المنع معروض بالأسفل كمرجع:\";'),('ary','messages:blocklog-showsuppresslog','s:114:\"ar:سبق منع وإخفاء هذا المستخدم.\nسجل الإخفاء معروض بالأسفل كمرجع:\";'),('ary','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('ary','messages:blocklogpage','s:26:\"ary:لوحة د لبلوك\";'),('ary','messages:blocklogtext','s:270:\"ar:هذا سجل بعمليات المنع ورفع المنع.\nعناوين الأيبي الممنوعة تلقائياً غير معروضة.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لرؤية عمليات المنع المفعلة حالياً.\";'),('ary','messages:booksources','s:25:\"ary:مصادر الكتب\";'),('ary','messages:booksources-invalid-isbn','s:122:\"ar:رقم ISBN المعطى لا يبدو صحيحا؛ تحقق من أخطاء النسخ من المصدر الأصلي.\";'),('ary','messages:booksources-isbn','s:9:\"ary:ISBN:\";'),('ary','messages:booksources-search','s:10:\"ary:بحث\";'),('ary','messages:booksources-search-legend','s:55:\"ary:قلّب على مصادر على شكل كتوبا\";'),('ary','messages:booksources-summary','s:3:\"en:\";'),('ary','messages:booksources-text','s:253:\"ar:توجد أدناه قائمة بوصلات لمواقع أخرى تبيع الكتب الجديدة والمستعملة، أيضا يمكنك أن تحصل على معلومات إضافية عن الكتب التي تبحث عنها من هناك:\";'),('ary','messages:boteditletter','s:6:\"ary:ب\";'),('ary','messages:botpasswords','s:34:\"ary:كلمات مرور البوت\";'),('ary','messages:botpasswords-bad-appid','s:45:\"ary:اسم البوت \"$1\" ماشي صحيح.\";'),('ary','messages:botpasswords-created-body','s:134:\"ar:كلمة سر البوت للبوت \"$1\" الخاص {{GENDER:$2|بالمستخدم|بالمستخدمة}} \"$2\" تم إنشاؤها.\";'),('ary','messages:botpasswords-created-title','s:39:\"ar:تم إنشاء كلمة سر بوت\";'),('ary','messages:botpasswords-createnew','s:50:\"ary:ڭاد موضپاص جديد ديال لبوت\";'),('ary','messages:botpasswords-deleted-body','s:102:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" قد حذفت.\";'),('ary','messages:botpasswords-deleted-title','s:36:\"ar:كلمة سر البوت حذفت\";'),('ary','messages:botpasswords-disabled','s:48:\"ary:موضپاصات لبوت ماخدامينش\";'),('ary','messages:botpasswords-editexisting','s:51:\"ar:تعديل كلمة سر موجودة للبوت\";'),('ary','messages:botpasswords-existing','s:47:\"ary:موضپباصات لبوت لي كاينة\";'),('ary','messages:botpasswords-help-grants','s:241:\"ar:كل منحة تعطي وصولا لصلاحيات المستخدم المعروضة التي يمتلكها حساب المستخدم بالفعل. انظر [[Special:ListGrants|جدول المنح]] للمزيد من المعلومات.\";'),('ary','messages:botpasswords-insert-failed','s:78:\"ar:فشل في إضافة  اسم البوت \"$1\".هل أضيف بالفعل؟\";'),('ary','messages:botpasswords-invalid-name','s:104:\"ar:اسم المستخدم الموفر لا يحتوي على فاصل كلمة سر البوت (\"$1\").\";'),('ary','messages:botpasswords-label-appid','s:24:\"ary:سميت البوت:\";'),('ary','messages:botpasswords-label-cancel','s:10:\"ary:لغي\";'),('ary','messages:botpasswords-label-create','s:12:\"ary:أنشئ\";'),('ary','messages:botpasswords-label-delete','s:10:\"ary:محي\";'),('ary','messages:botpasswords-label-grants','s:47:\"ar:المنح التي يمكن تطبيقها:\";'),('ary','messages:botpasswords-label-grants-column','s:18:\"ary:الممنوح\";'),('ary','messages:botpasswords-label-needsreset','s:66:\"ar:(تحتاج كلمة المرور إلى إعادة الضبط)\";'),('ary','messages:botpasswords-label-resetpassword','s:23:\"ary:بدّل الكود\";'),('ary','messages:botpasswords-label-update','s:14:\"ary:تحديث\";'),('ary','messages:botpasswords-locked','s:100:\"ar:لا يمكنك تسجيل الدخول بكلمة مرور بوت حيث تم منع حسابك.\";'),('ary','messages:botpasswords-needs-reset','s:127:\"ar:يجب إعادة تعيين كلمة سر البوت لاسم بوت \"$2\" {{GENDER:$1|المستخدم|المستخدم}}\".\";'),('ary','messages:botpasswords-newpassword','s:448:\"ar:كلمة السر الجديدة لتسجيل الدخول ب <strong>$1</strong> هي <strong>$2</strong>. <em>من فضلك سجل هذه كمرجع في المستقبل .</em><br> (للبوتات القديمة التي تتطلب أن يكون اسم تسجيل الدخول مثل اسم المستخدم النهائي، يمكنك أيضا استخدام <strong>$3</strong> كاسم مستخدم و <strong>$4</strong> ككلمة سر.)\";'),('ary','messages:botpasswords-no-central-id','s:145:\"ar:لاستخدام كلمة السر الخاصة بالبوت، يجب أن تقوم بتسجيل الدخول من خلال حساب موحد.\";'),('ary','messages:botpasswords-no-provider','s:47:\"ar:BotPasswordsSessionProvider غير متاح.\";'),('ary','messages:botpasswords-not-exist','s:80:\"ar:المستخدم \"$1\" لا يمتلك كلمة سر بوت بالاسم \"$2\".\";'),('ary','messages:botpasswords-restriction-failed','s:66:\"ar:قيود كلمة سر البوت تمنع هذا الولوج.\";'),('ary','messages:botpasswords-summary','s:580:\"ar:<em>كلمات سر البوت</em> تسمح بالوصول لحساب مستخدم من خلال API بدون استخدام اعتمادات تسجيل الدخول الرئيسية للحساب. صلاحيات المستخدم المتوفرة عند تسجيل الدخول باستخدام كلمة سر بوت ربما تكون مقيدة.\n\nإن لم تكن تعلم لماذا تريد فعل هذا، فينبغي عليك على الأرجح ألا تفعله. لا ينبغي أن يسألك أحد أبدًا أن تولد واحدة من هذه وتعطيها له.\";'),('ary','messages:botpasswords-toolong-grants','s:82:\"ar:لقد جرى تحديد عدد كبير جدًا من تصاريح المنح.\";'),('ary','messages:botpasswords-toolong-restrictions','s:102:\"ar:هناك عدد كبير من الإدخالات لعناوين الأي بي أو النطاقات\";'),('ary','messages:botpasswords-update-failed','s:77:\"ar:فشل في تحديث كلمة سر البوت \"$1\". هل تم حذفه؟\";'),('ary','messages:botpasswords-updated-body','s:108:\"ar:كلمة سر البوت \"$1\" {{GENDER:$2|للمستخدم|للمستخدمة}} \"$2\" تم تحديثها.\";'),('ary','messages:botpasswords-updated-title','s:43:\"ar:تم تحديث كلمة سر البوت\";'),('ary','messages:brackets','s:7:\"ar:[$1]\";'),('ary','messages:brackets-end','s:4:\"ar:]\";'),('ary','messages:brackets-start','s:4:\"ar:[\";'),('ary','messages:broken-file-category','s:65:\"ary:صفحات فيها ليانات د لفيشي مهرّسين\";'),('ary','messages:broken-file-category-desc','s:150:\"ar:يضاف التصنيف إذا كانت الصفحة تحتوي وصلة معطوبة (وصلة لتضمين ملف والملف غير موجود)\";'),('ary','messages:brokenredirects','s:37:\"ary:تحويلات مامخدمينش\";'),('ary','messages:brokenredirects-delete','s:10:\"ary:محي\";'),('ary','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('ary','messages:brokenredirects-edit','s:10:\"ary:بدل\";'),('ary','messages:brokenredirects-summary','s:3:\"en:\";'),('ary','messages:brokenredirectstext','s:77:\"ar:التحويلات التالية تصل لصفحات غير موجودة:\";'),('ary','messages:bydate','s:17:\"ary:hassab tarikh\";'),('ary','messages:cachedspecial-viewing-cached-ttl','s:136:\"ary:راك كاتستعرض نسخة مخزّنة ديال هاد الصفحة، و لقدومية ديالها تقدر توصل ل $1.\";'),('ary','messages:cactions','s:10:\"ary:كتر\";'),('ary','messages:cancel','s:10:\"ary:لغي\";'),('ary','messages:cannotauth-not-allowed','s:69:\"ar:أنت غير مسموح لك باستخدام هذه الصفحة\";'),('ary','messages:cannotauth-not-allowed-title','s:24:\"ar:الإذن مرفوض\";'),('ary','messages:cannotchangeemail','s:123:\"ar:تغيير عنوان البريد الإلكتروني لهذا الحساب غير ممكن على هذا الويكي\";'),('ary','messages:cannotcreateaccount-text','s:89:\"ar:إنشاء الحسابات المباشر غير مفعل على هذه الويكي.\";'),('ary','messages:cannotcreateaccount-title','s:42:\"ary:مايمكنش تنشأ لحسابات\";'),('ary','messages:cannotdelete','s:129:\"ary:الصفحة ولا لفيشي \"$1\" ماقدرش يتّمسح.\nرا يقدر يكون حدفو شي واحد أخور قبل.\";'),('ary','messages:cannotdelete-title','s:49:\"ary:ماقدرناش نمسحو الصفحة \"$1\"\";'),('ary','messages:cannotlink-no-provider','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('ary','messages:cannotlink-no-provider-title','s:51:\"ar:لا توجد حسابات قابلة للربط\";'),('ary','messages:cannotlogin-text','s:44:\"ary:تسجيل الدخول ما يمكنش.\";'),('ary','messages:cannotlogin-title','s:43:\"ary:ما يمكنش تسجيل الدخول\";'),('ary','messages:cannotloginnow-text','s:66:\"ar:لا يمكن تسجيل الدخول عند استخدام $1.\";'),('ary','messages:cannotloginnow-title','s:52:\"ary:ما يمكنش تسجيل الدخول دابا\";'),('ary','messages:cannotlogoutnow-text','s:62:\"ary:ماتقدرش دًيكونيكطا ملي تاتخدم $1\";'),('ary','messages:cannotlogoutnow-title','s:48:\"ary:ماتقدرش دًيكونيكطا دابا\";'),('ary','messages:cannotmove','s:101:\"ar:تعذر نقل الصفحة; {{PLURAL:$1|للسبب التالي|للأسباب التالية}}:\";'),('ary','messages:cannotundelete','s:62:\"ar:بعض أو كل عملية الاسترجاع فشلت:\n$1\";'),('ary','messages:cannotunlink-no-provider','s:74:\"ar:لا توجد حسابات مرتبطة يمكن إلغاء ربطها.\";'),('ary','messages:cannotunlink-no-provider-title','s:66:\"ar:لا توجد حسابات مرتبطة لإلغاء الربط\";'),('ary','messages:cant-block-nonexistent-page','s:86:\"ar:لا يمكنك منع مستخدم من $1 لأن الصفحة غير موجودة\";'),('ary','messages:cant-move-category-page','s:74:\"ar:أنت لا تمتلك صلاحية نقل صفحات التصانيف.\";'),('ary','messages:cant-move-subpages','s:82:\"ar:أنت لا تمتلك الصلاحية لنقل الصفحات الفرعية.\";'),('ary','messages:cant-move-to-category-page','s:82:\"ar:أنت لا تمتلك صلاحية نقل صفحة إلى صفحة تصنيف.\";'),('ary','messages:cant-move-to-user-page','s:155:\"ary:ماعندكش صّلاحية باش ترحّل صفحة ل صفحة د خدايمي (من غير يلا كانت صفحة د خدايمي فرعية).\";'),('ary','messages:cant-move-user-page','s:97:\"ary:ما عندكش لحق باش تحوّل الصفحات الرئيسية د لخدادمية.\";'),('ary','messages:cant-see-hidden-user','s:223:\"ar:المستخدم الذي تحاول منعه تم منعه سابقاً وإخفاؤه. بما أنك لا تمتلك صلاحية إخفاء المستخدم، لا يمكنك مشاهدة المنع أو تعديله.\";'),('ary','messages:cantmove-titleprotected','s:138:\"ar:لا يمكنك نقل صفحة إلى هذا الموقع، لأن العنوان الجديد تمت حمايته ضد الإنشاء\";'),('ary','messages:cantrollback','s:119:\"ar:لم يمكن استرجاع التعديل.\nآخر مساهم هو المؤلف الوحيد لهذه الصفحة.\";'),('ary','messages:cascadeprotected','s:225:\"ary:هاد الصفحة تحمات من التعديل حيث داخلة ف{{PLURAL:$1||هاد الصفحة|هاد الثفحات}} اللي مخدًمة لخاصية د \"حماية الصفحات المدمجة\" فيها:\n$2\";'),('ary','messages:cascadeprotectedwarning','s:502:\"ar:<strong>تحذير:</strong> تمت حماية هذه الصفحة بحيث يستطيع المستخدمون [[Special:ListGroupRights|ذوو صلاحيات محددة]] فقط تعديلها، وذلك لأنها مدمجة في {{PLURAL:$1||الصفحة التالية والتي تمت حمايتها|الصفحتين التاليتين واللتين تمت حمايتها|الصفحات التالية والتي تمت حمايتها}} بخاصية \"حماية الصفحات المدمجة\":\";'),('ary','messages:categories','s:18:\"ary:تصنيفات\";'),('ary','messages:categories-submit','s:11:\"ar:أظهر\";'),('ary','messages:categories-summary','s:3:\"en:\";'),('ary','messages:categoriesfrom','s:49:\"ary:وري تصنيفات لي باديين من:\";'),('ary','messages:categoriespagetext','s:255:\"ar:{{PLURAL:$1|التصنيف التالي|التصنيفات التالية}} موجودة في الويكي، وقد تكون مستخدمة أو غير مستخدمة،\nانظر أيضا [[Special:WantedCategories|التصنيفات المطلوبة]].\";'),('ary','messages:category-article-count','s:191:\"ary:{{PLURAL:$2|هاد تصنيف فيه غير هاد صّفحة.|هاد {{PLURAL:$1|صفحة كاينة|$1 صفحات كاينين}} ف هاد تصنيف، من أصل $2 ف لمجموع.}}\";'),('ary','messages:category-article-count-limited','s:108:\"ary:{{PLURAL:$1|هاد صفحة كاينة|هاد $1 ديال صفحات كاينين}} فهاد تصنيف.\";'),('ary','messages:category-empty','s:99:\"ary:<em>هاد التصنيف ما فيه دابا حتى شي صفحات ولا فيشيات.</em>\";'),('ary','messages:category-file-count','s:199:\"ary:{{PLURAL:$2|هاد تّصنيف فيه غير هاد لفيشي.|هاد {{PLURAL:$1|لفيشي كاين|$1 لفيشيات كاينين}} ف هاد تّصنيف، من أصل $2 ف لمجموع.}}\";'),('ary','messages:category-file-count-limited','s:115:\"ary:{{PLURAL:$1|هاد لفيشي كاين|هاد $1 ديال لفيشيات كاينين}} ف هاد تّصنيف.\";'),('ary','messages:category-header-numerals','s:10:\"ar:$1–$2\";'),('ary','messages:category-media-header','s:30:\"ary:ملفات تصنيف \"$1\"\";'),('ary','messages:category-move-redirect-override','s:4:\"en:-\";'),('ary','messages:category-subcat-count','s:215:\"ary:{{PLURAL:$2|هاد التصنيف فيه غير هاد التصنيف الفرعي|هاد التصنيف فيه {{PLURAL:$1|تصنيف فرعي|$1 تصنيفات فرعية}}، من أصل $2 فالمجموع.}}\";'),('ary','messages:category-subcat-count-limited','s:94:\"ary:هاد لتصنيف فيه {{PLURAL:$1|تصنيف فرعي|$1 تصنيفات فرعية}}.\";'),('ary','messages:category_header','s:54:\"ary:الصفحات لي كاينين فتصنيف \"$1\"\";'),('ary','messages:categorypage','s:34:\"ary:شوف صفحة التصنيف\";'),('ary','messages:categoryviewer-pagedlinks','s:12:\"ar:($1) ($2)\";'),('ary','messages:change-blocklink','s:21:\"ary:بدّل لمنع\";'),('ary','messages:changeblockip','s:24:\"ar:تغيير المنع\";'),('ary','messages:changecontentmodel','s:50:\"ar:تغيير نموذج المحتوى لصفحة\";'),('ary','messages:changecontentmodel-cannot-convert','s:77:\"ar:المحتوى على [[:$1]] لا يمكن تحويله لنوع من $2.\";'),('ary','messages:changecontentmodel-current-label','s:42:\"ar:نموذج المحتوى الحالي:\";'),('ary','messages:changecontentmodel-emptymodels-text','s:73:\"ar:المحتوى على[[:$1]] لا يمكن تغييره لأي نوع.\";'),('ary','messages:changecontentmodel-emptymodels-title','s:46:\"ar:لا موديلات محتوى متوفرة\";'),('ary','messages:changecontentmodel-legend','s:35:\"ar:غير نموذج المحتوى\";'),('ary','messages:changecontentmodel-model-label','s:34:\"ar:نموذج محتوى جديد:\";'),('ary','messages:changecontentmodel-nodirectediting','s:75:\"ar:نموذج المحتوى $1 لا يدعم التعديل المباشر\";'),('ary','messages:changecontentmodel-reason-label','s:14:\"ar:السبب:\";'),('ary','messages:changecontentmodel-submit','s:13:\"ar:تغيير\";'),('ary','messages:changecontentmodel-success-text','s:53:\"ar:نوع المحتوى ل[[:$1]] تم تغييره.\";'),('ary','messages:changecontentmodel-success-title','s:46:\"ar:نموذج المحتوى تم تغييره\";'),('ary','messages:changecontentmodel-title-label','s:27:\"ar:عنوان الصفحة:\";'),('ary','messages:changecredentials','s:30:\"ar:تغيير الاعتماد\";'),('ary','messages:changecredentials-invalidsubpage','s:42:\"ar:$1 ليس نوع اعتماد صحيح.\";'),('ary','messages:changecredentials-submit','s:30:\"ar:تغيير الاعتماد\";'),('ary','messages:changecredentials-success','s:42:\"ar:اعتماداتك تم تغييرها.\";'),('ary','messages:changed','s:10:\"ary:Beddel\";'),('ary','messages:changeemail','s:39:\"ary:بدل أدريسة د لإيميل\";'),('ary','messages:changeemail-header','s:298:\"ary:كمًل هاد لإستمارة باش تبدًل لعنوان إيميل ديالك. إلا يغيتي تحيًد لإرتباط ديال أي عنوان إيميل مع لحساب ديالك. خلًّي لبلاصة د عنوان لإيميل خاوية ملًي تصيفط لإستمارة.\";'),('ary','messages:changeemail-maxlength','s:92:\"ar:ينبغي ألا يتجاوز عنوان بريدك الإلكتروني 255 حرفًا.\";'),('ary','messages:changeemail-newemail','s:28:\"ary:لمييل الجديد:\";'),('ary','messages:changeemail-newemail-help','s:361:\"ar:هذا الحقل يجب أن يترك فارغا لو كنت تريد إزالة عنوان البريد الإلكتروني الخاص بك. لو أزيل عنوان البريد الإلكتروني لن تكون قادرا على إعادة ضبط كلمة سر ضائعة ولن تتلقى رسائل بريد إلكتروني من هذه الويكي.\";'),('ary','messages:changeemail-no-info','s:65:\"ary:خاص تكون داخل باش توصل هاد الصفحة.\";'),('ary','messages:changeemail-nochange','s:59:\"ar:رجاءً أدخل كلمة سر جديد مختلفة.\";'),('ary','messages:changeemail-none','s:14:\"ary:(والو)\";'),('ary','messages:changeemail-oldemail','s:40:\"ary:لإيميل ديالك د دابا:\";'),('ary','messages:changeemail-password','s:48:\"ar:كلمة سر {{SITENAME}} الخاصة بك:\";'),('ary','messages:changeemail-submit','s:23:\"ary:بدل المايل\";'),('ary','messages:changeemail-summary','s:3:\"en:\";'),('ary','messages:changeemail-throttled','s:129:\"ar:أنت قمت بمحاولات تسجيل دخول كثيرة.\nمن فضلك انتظر $1 قبل المحاولة ثانية.\";'),('ary','messages:changepassword','s:23:\"ary:تبدل الكود\";'),('ary','messages:changepassword-success','s:48:\"ary:كلمة السر ديالك تبدًلات!\";'),('ary','messages:changepassword-summary','s:3:\"en:\";'),('ary','messages:changepassword-throttled','s:133:\"ar:لديك محاولات تسجيل دخول كثيرة حديثة. من فضلك انتظر $1 قبل المحاولة ثانية.\";'),('ary','messages:changeslist-nocomment','s:27:\"ar:لا ملخص تعديل\";'),('ary','messages:checkbox-all','s:12:\"ary:كلشي\";'),('ary','messages:checkbox-invert','s:11:\"ar:اعكس\";'),('ary','messages:checkbox-none','s:14:\"ar:لا شيء\";'),('ary','messages:checkbox-select','s:15:\"ar:اختر: $1\";'),('ary','messages:clearyourcache','s:845:\"ary:<strong>نوطة:</strong> من بعد صّوڤڭارد، إمكن تحتاج تسوپريمي لكاش ديال لبراوزر عاد تشوف التغييرات.\n* <strong>فايرفوكس / سافاري:</strong> شد <em>Shift</em> ملي تبرك على <em>Reload</em>، أولا برك إما على <em>Ctrl-F5</em> ولا <em>Ctrl-R</em> (<em>⌘-R</em> فالماك)\n* <strong>ڭوڭل كروم:</strong> برك على <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> فالماك)\n* <strong>إنترنت إكسبلورر:</strong> شد <em>Ctrl</em> ملي تبرك <em>Refresh</em>، أولا برك على <em>Ctrl-F5</em>\n* <strong>أوپيرا:</strong> سير لـ <em>Menu → Settings</em> (<em>Opera → Preferences</em> فالماك) عاد لـ <em>Privacy & security → Clear browsing data → Cached images and files</em>.\";'),('ary','messages:collapsible-collapse','s:10:\"ary:طوي\";'),('ary','messages:collapsible-expand','s:10:\"ary:وسع\";'),('ary','messages:colon-separator','s:9:\"ar::&#32;\";'),('ary','messages:comma-separator','s:10:\"ar:،&#32;\";'),('ary','messages:common.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */\";'),('ary','messages:common.js','s:128:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها لكل المستخدمين مع كل تحميل للصفحة. */\";'),('ary','messages:common.json','s:116:\"ar:/* سيتم تحميل أي جسون هنا لجميع المستخدمين في كل تحميل للصفحة. */\";'),('ary','messages:compare-page1','s:14:\"ary:صفحة 1\";'),('ary','messages:compare-page2','s:14:\"ary:صفحة 2\";'),('ary','messages:compare-rev1','s:18:\"ary:مراجعة 1\";'),('ary','messages:compare-rev2','s:18:\"ary:مراجعة 2\";'),('ary','messages:compare-revision-not-exists','s:62:\"ar:المراجعة التي حددتها غير موجودة.\";'),('ary','messages:compare-submit','s:12:\"ary:قارن\";'),('ary','messages:comparepages','s:27:\"ary:قارن الصفحات\";'),('ary','messages:comparepages-summary','s:3:\"en:\";'),('ary','messages:compareselectedversions','s:52:\"ary:قارن بين النسختين لي عزلتي\";'),('ary','messages:config-invalid-key','s:70:\"ar:معلمة تكوين ميدياويكي غير صالحة \"$1\": $2\";'),('ary','messages:config-missing-key','s:61:\"ar:معلمة تكوين ميدياويكي مفقودة \"$1\"\";'),('ary','messages:confirm','s:12:\"ary:أكًد\";'),('ary','messages:confirm-markpatrolled-button','s:13:\"ar:موافق\";'),('ary','messages:confirm-markpatrolled-top','s:61:\"ar:علم على المراجعة $3 من $2 كمراجعة؟\";'),('ary','messages:confirm-mcrrestore-title','s:30:\"ar:استرجاع مراجعة\";'),('ary','messages:confirm-mcrundo-title','s:31:\"ar:الرجوع عن تغيير\";'),('ary','messages:confirm-purge-bottom','s:111:\"ar:إفراغ مختزن الصفحة يمحو المختزن ويجبر أحدث نسخة على الظهور.\";'),('ary','messages:confirm-purge-title','s:40:\"ar:محو مختزن هذه الصفحة\";'),('ary','messages:confirm-purge-top','s:38:\"ary:bghiti tmsh lcache dyal had sfha ?\";'),('ary','messages:confirm-rollback-bottom','s:108:\"ar:هذا الإجراء سيسترجع فورا التغييرات المحددة في هذه الصفحة.\";'),('ary','messages:confirm-rollback-button','s:13:\"ar:موافق\";'),('ary','messages:confirm-rollback-top','s:60:\"ar:استرجاع التعديلات لهذه الصفحة؟\";'),('ary','messages:confirm-unwatch-button','s:12:\"ary:واخا\";'),('ary','messages:confirm-unwatch-top','s:72:\"ary:أتحيد هاد الصفحة من اللائحة د لحضيان؟\";'),('ary','messages:confirm-watch-button','s:12:\"ary:واخا\";'),('ary','messages:confirm-watch-button-expiry','s:11:\"ar:راقب\";'),('ary','messages:confirm-watch-label','s:61:\"ar:الفترة الزمنية لقائمة المراقبة:\";'),('ary','messages:confirm-watch-top','s:67:\"ary:تزيد هاد الصفحة للقائمة د لمتابعة؟\";'),('ary','messages:confirm_purge_button','s:12:\"ary:واخا\";'),('ary','messages:confirmable-confirm','s:40:\"ary:واش متأكد{{GENDER:$1||ة}}؟\";'),('ary','messages:confirmable-no','s:8:\"ary:لا\";'),('ary','messages:confirmable-yes','s:8:\"ary:آه\";'),('ary','messages:confirmdeletetext','s:287:\"ary:غادي تمسح دابا صفحة مع ڭاع التاريخ ديالها.\n\nعافاك أكّد باللي را هادشي اللي باغي ادّير، باللي عارف لعواقب، و باللي داير هادشي باتفاق مع [[{{MediaWiki:Policy-url}}|the policy]].\";'),('ary','messages:confirmedittext','s:185:\"ary:خاصك تأكًد لإيميل ديالك قبل ما تعدًل الصفحات.\nعافاك كتب لإيميل ديالك ف[[Special:Preferences|التفضيلات ديالك]].\";'),('ary','messages:confirmemail','s:25:\"ary:أكد لإيمايل\";'),('ary','messages:confirmemail_body','s:586:\"ar:شخص ما، من المحتمل أن يكون أنت، من عنوان الأيبي $1،\nسجل حسابا \"$2\" بعنوان البريد الإلكتروني هذا في {{SITENAME}}.\n\nلتأكيد أن هذا الحساب ينتمي إليك فعلا وتفعيل خواص البريد الإلكتروني في {{SITENAME}}، افتح هذه الوصلة في متصفحك :\n\n$3\n\nلو كنت *لم* تسجل الحساب، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد الإلكتروني\n:\n\n$5\n\nكود التفعيل هذا سينتهي في $4.\";'),('ary','messages:confirmemail_body_changed','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتفعيل خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('ary','messages:confirmemail_body_set','s:628:\"ar:شخص ما -من المحتمل أن يكون أنت- من عنوان الأيبي $1 غيّر عنوان البريد\nالإلكتروني للحساب \"$2\" إلى عنوان البريد الإلكتروني هذا في\n{{SITENAME}}.\n\nلتأكيد أن هذا الحساب لك فعلا ولتنشيط خواص البريد الإلكتروني في\n{{SITENAME}}، افتح هذه الوصلة في متصفحك:\n\n$3\n\nإذا كان هذا الحساب *ليس* لك، اتبع هذه الوصلة لإلغاء تأكيد عنوان البريد\nالإلكتروني:\n\n$5\n\nسينتهي رمز التفعيل هذا في $4.\";'),('ary','messages:confirmemail_invalid','s:72:\"ary:cod ṫ\'kid ġalt.\nl-cod ṫqdar ṫkon ṫqaḍaṫ ṣalaḫyṫo.\";'),('ary','messages:confirmemail_invalidated','s:36:\"ary:lkonfirmasyon dyal l\'email tlgha\";'),('ary','messages:confirmemail_loggedin','s:32:\"ary:l\'email dyalk tkonfirma daba\";'),('ary','messages:confirmemail_needlogin','s:47:\"ary:ĥaṣṣ $1 baċ ṫ\'kked l-email ṫaĝk.\";'),('ary','messages:confirmemail_noemail','s:120:\"ar:ليس لديك عنوان بريد إلكتروني صحيح مسجل في [[Special:Preferences|تفضيلاتك]].\";'),('ary','messages:confirmemail_oncreate','s:288:\"ar:تم إرسال كود تأكيد إلى عنوان بريدك الإلكتروني.\nالكود غير مطلوب للدخول، ولكن يجب إدخاله قبل استخدامك أيًّا من خواص البريد الإلكتروني المستخدمة هنا في الويكي.\";'),('ary','messages:confirmemail_pending','s:238:\"ar:تم إرسال كود التأكيد إلى بريدك الإلكتروني مؤخراً؛\nإذا كنت قد أنشأت حسابك للتو، من الأفضل أن تنتظر بضع دقائق قبل أن تطلب كوداً آخر.\";'),('ary','messages:confirmemail_send','s:27:\"ary:sift code lkonfirmation\";'),('ary','messages:confirmemail_sendfailed','s:234:\"ar:لم يتمكن {{SITENAME}} من إرسال رسالة التأكيد إليك.\nمن فضلك تأكد من عنوان بريدك الإلكتروني بحثاً عن حروف غير صحيحة.\n\nأرجع خادم البريد: $1\";'),('ary','messages:confirmemail_sent','s:42:\"ary:tam irssal rissala dyal lkonfirmation.\";'),('ary','messages:confirmemail_subject','s:52:\"ary:توكيد ديال ليميل من {{SITENAME}}\";'),('ary','messages:confirmemail_success','s:107:\"ary:ṫ\'kked ĝonwan l-email ṫaĝk.\ndaba ymkn lik [[Special:UserLogin|ṫdĥol]] o-ṫsṫmṫĝ bl-wiki.\";'),('ary','messages:confirmemail_text','s:419:\"ar:{{SITENAME}} يجب تأكيد عنوانك الإلكتروني قبل استخدام خصائص البريد الإلكتروني.\nاضغط على زر التفعيل بالأسفل ليتم إرسال رسالة تأكيد إلى عنوانك.\nستتضمن الرسالة رمز تفعيل؛\nاضغط على الوصلة التي تحتوي الرمز لتأكيد أن عنوانك الإلكتروني صحيح.\";'),('ary','messages:confirmleave-warning','s:108:\"ar:قد تتسبب مغادرة هذه الصفحة في فقد أي تغييرات قمت بإجرائها.\";'),('ary','messages:confirmrecreate','s:305:\"ary:{{GENDER:$1|لخدايمي|لخدايمية}} [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|حدف|حدفات}} هاد صّفحة بعدما بديتي كاتعدّل فيها ل هاد سّبب:\n: <em>$2</em>\nعافاك كونفيرمي بلي بغيتي تعاود تصاوب هاد صّفحة.\";'),('ary','messages:confirmrecreate-noreason','s:262:\"ary:{{GENDER:$1|لخدايمي|لخدايمية}} [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|حدف|حدفات}} هاد صّفحة بعدما بديتي كاتعدّل فيها. عافاك أكد بلي بغيتي تعاود تصاوب هاد صّفحة.\";'),('ary','messages:content-failed-to-parse','s:62:\"ar:فشل في تحليل $2 محتوى لـ $1 نموذج: $3\";'),('ary','messages:content-json-empty-array','s:26:\"ar:مصفوفة فارغة\";'),('ary','messages:content-json-empty-object','s:12:\"ary:خاوي\";'),('ary','messages:content-model-css','s:17:\"ar:سي إس إس\";'),('ary','messages:content-model-javascript','s:22:\"ary:جافاسكربت\";'),('ary','messages:content-model-json','s:11:\"ar:جسون\";'),('ary','messages:content-model-text','s:17:\"ary:نص عادي\";'),('ary','messages:content-model-wikitext','s:24:\"ary:النص د ويكي\";'),('ary','messages:content-not-allowed-here','s:81:\"ar:لا يسمح بمحتوى \"$1\" على صفحة [[:$2]] في الفتحة \"$3\"\";'),('ary','messages:contentmodelediterror','s:214:\"ar:أنت لا يمكنك تعديل هذه المراجعة لأن موديل محتواها هو  <code>$1</code>، والذي يختلف عن موديل المحتوى الحالي للصفحة  <code>$2</code>.\";'),('ary','messages:continue-editing','s:37:\"ary:سير ل صندوق لكتابة\";'),('ary','messages:contribslink','s:18:\"ary:مساهمات\";'),('ary','messages:contribsub2','s:33:\"ary:ديال{{GENDER:$3|$1}} ($2)\";'),('ary','messages:contributions','s:38:\"ary:موساهمات د لخدايمي\";'),('ary','messages:contributions-subtitle','s:23:\"ar:لـ{{GENDER:$3|$1}}\";'),('ary','messages:contributions-summary','s:3:\"en:\";'),('ary','messages:contributions-title','s:36:\"ary:مساهمات لخدايمي $1\";'),('ary','messages:contributions-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('ary','messages:converter-manual-rule-error','s:82:\"ar:خطأ تم اكتشافه في قاعدة تحويل اللغة اليدوية\";'),('ary','messages:copyright','s:29:\"ary:L-moḫṫawa mojod fe $1\";'),('ary','messages:copyrightpage','s:56:\"ary:{{ns:project}}:حقوق التأليف و النشر\";'),('ary','messages:copyrightwarning','s:611:\"ary:ڭاع لمساهمات ل{{SITENAME}} خاضعة وصادرة تحت ترخيص $2 (شوف $1 باش تعرف تفاصيل كثر).\nإيلا مابغيتيش لكتابة ديالك تتعدل وتتوزع بشكل حر، ماتديرهاش هنايا<br />.\nغادي تتعهد باللًي راه نتا اللي كاتب هادشي كامل, ومانقلتيش من شي مصدر اللي تابع للملكية لعامًة, ولا من شي مصدر آخر.\n<strong>ماتصيفط تا حاجة عندها حقوق محفوظة بلا مايكون عندم لإذن ديال مول لحقً!</strong>\";'),('ary','messages:copyrightwarning2','s:642:\"ary:خاص تعرف باللي ڭاع المساهمات ف {{SITENAME}} تقدر تتعدًل وتتبدل وتتحيًد من لمساهمين لاخرين.\nإلا مابغيتيش لمشاركة ديالك تتعدل بهاد الطريقة، ماديرهاش هنا.<br />\nهنا تاتأكد لينا باللي هادشي كاتبو نتا النًيت، ولاً واخدهم من شي مصدر تابع للملكية العامة، ولا شي مصدر حر وحداخر (شوف $1 للتفاصيل).\n<strong>ماتزيد تاحاجة عندها حقوق محفوظة بلا مايكون عندك لإذن من مولاها!</strong>\";'),('ary','messages:copyupload-allowed-domains','s:3:\"en:\";'),('ary','messages:copyuploaddisabled','s:44:\"ary:لمصافطة ب URL ماخدًاماش\";'),('ary','messages:create','s:12:\"ary:أنشئ\";'),('ary','messages:create-local','s:26:\"ary:زيد وصف محلي\";'),('ary','messages:createaccount','s:19:\"ary:دير كونط\";'),('ary','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('ary','messages:createaccount-text','s:304:\"ary:شي حد صايب واحد لحساب بلإيميل ديالك ف{{SITENAME}} ($4) باسم \"$2\"، وكلمة السر \"$3\".\nخاصك تدخل دابا وتبدًل لكلمة د السر ديالك.\n\nما تضرب حساب لهاد لميساج إلا تصايب هاد لحساب غي بلغلط.\";'),('ary','messages:createaccount-title','s:35:\"ary: دير كونط ف{{SITENAME}}\";'),('ary','messages:createaccountblock','s:39:\"ary:ممنوع تصايب شي كونط\";'),('ary','messages:createaccounterror','s:39:\"ary:مايمكنش دير كونط : $1\";'),('ary','messages:createaccountmail','s:122:\"ary:خدًم كلمة سر مؤقتة عشوائية وسيفطها للإيميل اللي مكتوب لتحت هنايا\";'),('ary','messages:createaccountmail-help','s:112:\"ar:يمكن استخدامه لإنشاء حساب لشخص آخر من دون معرفة كلمة المرور.\";'),('ary','messages:createacct-another-continue-submit','s:39:\"ary:كمّل لإنشاء د لحساب\";'),('ary','messages:createacct-another-email-ph','s:38:\"ary:دخل الإيمايل ديالك\";'),('ary','messages:createacct-another-realname-tip','s:137:\"ar:الاسم الحقيقي اختياري.\nإذا اخترت توفيره فسيستخدم لنسبة عمل المستخدم إليه.\";'),('ary','messages:createacct-another-submit','s:19:\"ary:دير كونط\";'),('ary','messages:createacct-another-username-ph','s:36:\"ary:دخّل سميت لخدايمي\";'),('ary','messages:createacct-benefit-body1','s:28:\"ary:{{PLURAL:$1|تعديل}}\";'),('ary','messages:createacct-benefit-body2','s:28:\"ary:{{PLURAL:$1|مقالة}}\";'),('ary','messages:createacct-benefit-body3','s:50:\"ary:آخر {{PLURAL:$1|مساهم|مساهمين}}\";'),('ary','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('ary','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('ary','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('ary','messages:createacct-benefit-heading','s:48:\"ary:{{SITENAME}} صايبوه ناس بحالك.\";'),('ary','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('ary','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('ary','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('ary','messages:createacct-continue-submit','s:41:\"ary:كمّل لمصاوبة د لكونط\";'),('ary','messages:createacct-email-ph','s:38:\"ary:دخل الإيمايل ديالك\";'),('ary','messages:createacct-emailoptional','s:37:\"ary:الإيمايل (اختياري)\";'),('ary','messages:createacct-emailrequired','s:32:\"ary:أدريسة د لإيميل\";'),('ary','messages:createacct-error','s:39:\"ary:غلط فلإنشاء د لحساب\";'),('ary','messages:createacct-helpusername','s:3:\"en:\";'),('ary','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('ary','messages:createacct-loginerror','s:197:\"ar:الحساب تم إنشاؤه تلقائيا لكن لم يمكن تسجيل دخولك تلقائيا. من فضلك اذهب إلى [[Special:UserLogin|تسجيل الدخول اليدوي]].\";'),('ary','messages:createacct-normalization','s:111:\"ary:السمية د لخدايمي ديالك غادي تبدّل ل \"$2\" بسباب تزييرات تقنية.\";'),('ary','messages:createacct-realname','s:43:\"ary:سميتك د بصًح (اختياري)\";'),('ary','messages:createacct-reason','s:41:\"ary:السبب (مسجل بشكل عام)\";'),('ary','messages:createacct-reason-confirm','s:190:\"ar:السبب الذي قمت بإدخاله هو بريدٌ إلكتروني. إذا كان الإدخال صحيحًا، يرجى النقر فوق \"إنشاء حساب\" مرةً أخرى.\";'),('ary','messages:createacct-reason-help','s:62:\"ar:رسالة تظهر في سجل إنشاء الحسابات\";'),('ary','messages:createacct-reason-ph','s:55:\"ary:راك باغي تنشأ حساب واحد آخور\";'),('ary','messages:createacct-submit','s:17:\"ary:حل كونط\";'),('ary','messages:createacct-temp-warning','s:117:\"ar:التعديلات التي تجريها بحسابك المؤقت لن تُنقل إلى حسابك الدائم.\";'),('ary','messages:createacct-username-help','s:3:\"en:\";'),('ary','messages:createacct-useuniquepass','s:116:\"ar:ننصحك أن تستخدم كلمة سر فريدة لا تستخدمها على أي موقع شبكي آخر.\";'),('ary','messages:createacct-yourpassword-ph','s:28:\"ary:دخل كلمة السر\";'),('ary','messages:createacct-yourpasswordagain','s:28:\"ary:أكد كلمة السر\";'),('ary','messages:createacct-yourpasswordagain-ph','s:43:\"ary:دخل كلمة السر عاوتاني\";'),('ary','messages:created','s:11:\"ary:tnch\'at\";'),('ary','messages:creating','s:17:\"ary:إنشاء $1\";'),('ary','messages:credentialsform-account','s:23:\"ar:اسم الحساب:\";'),('ary','messages:credentialsform-provider','s:31:\"ar:نوع الاعتمادات:\";'),('ary','messages:creditspage','s:16:\"ary:ichadat sfha\";'),('ary','messages:cur','s:12:\"ary:دابا\";'),('ary','messages:currentevents','s:25:\"ary:آخر الأحداث\";'),('ary','messages:currentevents-url','s:33:\"ary:Project:آخر الأحداث\";'),('ary','messages:currentrev','s:37:\"ary:لمراجعة اللخرانية\";'),('ary','messages:currentrev-asof','s:50:\"ary:لڤيرسيون اللخرة ف تاريخ $1\";'),('ary','messages:currentrevisionlink','s:33:\"ary:المراجعة اللخرة\";'),('ary','messages:customcssprotected','s:154:\"ary:ماعندكش الصلاحية باش تبدل هاد الصفحة د CSS، حيت فيها الإعدادات الشخصية د خدايمي آخر.\";'),('ary','messages:customjsonprotected','s:145:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه لأنها تحتوي على إعدادات شخصية لمستخدم آخر.\";'),('ary','messages:customjsprotected','s:173:\"ary:ماعندكش الصلاحية باش تعدُل هاد الصفحة د جافاسكريبت، حيث فيها الإعدادات الشخصية د خدايمي آخر.\";'),('ary','messages:databaseerror','s:40:\"ary:غلط فقاعدة البيانات\";'),('ary','messages:databaseerror-error','s:14:\"ary:خطأ: $1\";'),('ary','messages:databaseerror-function','s:16:\"ary:دالة: $1\";'),('ary','messages:databaseerror-query','s:22:\"ary:استعلام: $1\";'),('ary','messages:databaseerror-text','s:123:\"ar:حدث خطأ في إستعلام قاعدة البيانات. قد يشير هذا إلى خطأ في البرنامج.\";'),('ary','messages:databaseerror-textcl','s:65:\"ar:حدث خطأ في إستعلام قاعدة البيانات.\";'),('ary','messages:databaselocked','s:55:\"ar:قاعدة البيانات مقفلة بالفعل.\";'),('ary','messages:databasenotlocked','s:37:\"ary:L-Bazdødoné raha ma meġloqaċ.\";'),('ary','messages:date','s:32:\"ar:من تاريخ (وأقدم):\";'),('ary','messages:date-range-from','s:19:\"ar:من تاريخ:\";'),('ary','messages:date-range-to','s:22:\"ary:حتال نهار:\";'),('ary','messages:datedefault','s:19:\"ary:تا تفضيل\";'),('ary','messages:days','s:80:\"ar:{{PLURAL:$1||يوم واحد|يومين|$1 أيام|$1 يومًا|$1 يوم}}\";'),('ary','messages:days-abbrev','s:7:\"ar:$1ي\";'),('ary','messages:dberr-again','s:33:\"ary:jrb tssna 5 dqayq oaawd thmil\";'),('ary','messages:dberr-info','s:63:\"ary:(مايمكنش توصل لقاعدة البيانات: $1)\";'),('ary','messages:dberr-info-hidden','s:63:\"ar:(لا يمكن الاتصال بقاعدة البيانات)\";'),('ary','messages:dberr-problems','s:50:\"ary:smh lina had lmawqia ando chi machakil tiqniya\";'),('ary','messages:deadendpages','s:30:\"ary:صفاحي ف لامپاص\";'),('ary','messages:deadendpages-summary','s:3:\"en:\";'),('ary','messages:deadendpagestext','s:90:\"ar:الصفحات التالية لا تصل إلى صفحات أخرى في {{SITENAME}}.\";'),('ary','messages:dec','s:14:\"ary:دجنبر\";'),('ary','messages:december','s:14:\"ary:دجنبر\";'),('ary','messages:december-gen','s:14:\"ary:دجنبر\";'),('ary','messages:default','s:18:\"ary:افتراضي\";'),('ary','messages:default-skin-not-found','s:2220:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code dir=\"ltr\">$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nعملية تنصيبك يبدو أنها تحتوي على {{PLURAL:$4|الواجهة|الواجهات}} التالية. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيف تفعل  {{PLURAL:$4|ها|هم وتختار الافتراضي}}.\n\n$2\n\n; لو أنك قمت بتنصيب ميدياويكي حالا:\n: أنت ربما قمت بالتنصيب من git, أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. حاول تنصيب بعض الواجهات من [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل:\n:* تحميل [https://www.mediawiki.org/wiki/Download tarball installer]، والذي يأتي مع واجهات وامتدادات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> مباشرة منه.\n:* تحميل ال  واجهات الtarballs الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتعارض مع مستودع git الخاص بك لو أنك مطور ميدياويكي.\n\n; لو أنك قمت بترقية ميدياويكي حالا:\n: MediaWiki 1.24 وأحدث لم يعد يقوم بتفعيل الواجهات المنصبة تلقائيا (انظر [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). أنت يمكنك نسخ {{PLURAL:$5|السطر التالي|السطور التالية}} إلى <code>LocalSettings.php</code> لتفعيل {{PLURAL:$5||كل}}  {{PLURAL:$5|الواجهة|الواجهات}} المنصبة:\n\n<pre dir=\"ltr\">$3</pre>\n\n; لو أنك قمت بتعديل <code>LocalSettings.php</code> حالا:\n: فتحقق مجددا من أسماء الواجهات للأخطاء الإملائية.\";'),('ary','messages:default-skin-not-found-no-skins','s:1555:\"ar:أخ! الواجهة الافتراضية للويكي الخاصة بك، والمعرفة في <code>$wgDefaultSkin</code> ك<code>$1</code>، غير متوفرة.\n\nأنت ليس لديك أي واجهات منصبة.\n\n; لو أنك قد قمت بتنصيب أو ترقية ميدياويكي حالا:\n: أنت على الأرجح قد قمت بالتنصيب من git، أو مباشرة من الكود المصدري باستخدام طريقة أخرى. هذا متوقع. MediaWiki 1.24 وأحدث لا يحتوي على أي واجهات في المستودع الرئيسي. حاول تنصيب بعض الواجهات من  [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory]، عن طريق تحميل [https://www.mediawiki.org/wiki/Download tarball installer], والذي يأتي مع واجهات وامتداات عديدة. أنت يمكنك نسخ مجلد ال<code>skins/</code> منه.\n:* تحميل tarballs الواجهات الفردية من [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins استخدام Git لتحميل الواجهات].\n: فعل هذا ينبغي ألا يتداخل مع مستودع git الخاص بك لو أنك مطور ميدياويكي. انظر [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] للمعلومات حول كيفية تفعيل الواجهات واختيار الافتراضي.\";'),('ary','messages:default-skin-not-found-row-disabled','s:55:\"ar:* <code>$1</code> / $2 (<strong>ملغاة</strong>)\";'),('ary','messages:default-skin-not-found-row-enabled','s:36:\"ar:* <code>$1</code> / $2 (مفعل)\";'),('ary','messages:defaultmessagetext','s:41:\"ar:نص الرسالة الافتراضي\";'),('ary','messages:defemailsubject','s:52:\"ary:ميساج {{SITENAME}} من لخدايمي \"$1\"\";'),('ary','messages:deflate-invaliddeflate','s:73:\"ar:المحتوى المقدم لا يتم تفريغه بشكل صحيح\";'),('ary','messages:delete','s:10:\"ary:محي\";'),('ary','messages:delete-confirm','s:14:\"ary:محي\"$1\"\";'),('ary','messages:delete-edit-reasonlist','s:30:\"ary:بدل أسباب لحدف\";'),('ary','messages:delete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('ary','messages:delete-error-associated-alreadytalk','s:74:\"ar:لا يُمكن حذف النقاش المرتبط بصفحة نقاش.\";'),('ary','messages:delete-error-associated-doesnotexist','s:77:\"ar:لا يُمكن حذف صفحة نقاش مرتبطة غير موجودة.\";'),('ary','messages:delete-hook-aborted','s:65:\"ar:أجهض خطّاف الحذف.\nلم يقدم أي توضيح.\";'),('ary','messages:delete-legend','s:10:\"ary:مسح\";'),('ary','messages:delete-scheduled','s:91:\"ar:تمت جدولة الصفحة \"$1\" للحذف،\nيُرجَى التحلي بالصبر.\";'),('ary','messages:delete-talk-summary-prefix','s:70:\"ar:حُذفت مع صفحة النقاش المرتبطة بسبب: $1\";'),('ary','messages:delete-toobig','s:273:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقُيّد محذف مثل هذه الصفحات لمنع الاضطراب المفاجئة في {{SITENAME}}.\";'),('ary','messages:delete-toomanyrevisions','s:257:\"ar:أنت تحاول حذف أكثر من {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} في المرة الواحدة. قُيد مثل هذه العملية لمنع الانقطاع العرضي لـ{{SITENAME}}.\";'),('ary','messages:delete-warning-toobig','s:296:\"ar:لهذه الصفحة تاريخ تعديل طويل، أكثر من {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}.\nقد يؤدي حذفها إلى اضطراب عمليات قاعدة البيانات في {{SITENAME}}؛\nاستمر مع الحذر.\";'),('ary','messages:delete_and_move_confirm','s:30:\"ary:آه، محي الصفحة\";'),('ary','messages:delete_and_move_reason','s:55:\"ar:حُذِفت لإفساح مجال لنقل \"[[$1]]\"\";'),('ary','messages:delete_and_move_text','s:127:\"ar:الصفحة الهدف \"[[:$1]]\" موجودة بالفعل.\nهل تريد حذفها لإفساح المجال للنقل؟\";'),('ary','messages:delete_redirect_and_move_text','s:170:\"ar:الصفحة المستهدفة \"[[:$1]]\" قائمة بالفعل بصفة إعادة توجيه.\nهل ترغب في حذفها كي تفسح المجال للنقل؟\";'),('ary','messages:deletecomment','s:13:\"ary:سباب:\";'),('ary','messages:deleted-page-and-talkpage','s:88:\"ar:حُذفت \"$1\" و \"$2\".\nطالع $3 لسجل عمليات الحذف الأخيرة.\";'),('ary','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('ary','messages:deletedcontributions','s:49:\"ary:مساهمات ممحية د لخدايميا\";'),('ary','messages:deletedcontributions-summary','s:3:\"en:\";'),('ary','messages:deletedcontributions-title','s:49:\"ary:مساهمات خدايمي ممحمية ل$1\";'),('ary','messages:deletedhist','s:39:\"ary:تاريخ داكشي لي تحيد\";'),('ary','messages:deletedrevision','s:44:\"ar:حذف المراجعة القديمة $1\";'),('ary','messages:deletedtext','s:114:\"ary:\"$1\" تمحا.\nشوف $2 إلا بغيتي ليستة ديال ڭاع لحوايج لي تمحاو مؤخرا.\";'),('ary','messages:deletedwhileediting','s:74:\"ary:<strong>attansyo:</strong> had sfha tmshat bad ma bditi taadil dyalha!\";'),('ary','messages:deleteotherreason','s:37:\"ary:سباب وحداخور/زايد:\";'),('ary','messages:deletepage','s:30:\"ary:محي هاد الصفحة\";'),('ary','messages:deletepage-deletetalk','s:60:\"ary:حيّد الصفحة د لمداكرة لمرتابطة\";'),('ary','messages:deletepage-submit','s:30:\"ary:محي هاد الصفحة\";'),('ary','messages:deletepage-summary','s:3:\"en:\";'),('ary','messages:deleteprotected','s:68:\"ar:لا يمكنك حذف هذه الصفحة لأنها محمية.\";'),('ary','messages:deletereason-dropdown','s:167:\"ar:*أسباب الحذف الشائعة\n** سخام\n** تخريب\n** خرق لحقوق التأليف والنشر\n** طلب المؤلف\n** تحويلة مكسورة\";'),('ary','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('ary','messages:deletereasonotherlist','s:21:\"ary:سباب أخور\";'),('ary','messages:deleting-backlinks-warning','s:177:\"ar:<strong>تحذير:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|صفحات أخرى]] تصل إلى أو تضمن الصفحة التي أنت على وشك حذفها.\";'),('ary','messages:deleting-subpages-warning','s:238:\"ar:<strong>تحذير:</strong> الصفحة التي على وشك أن تحذفها لديها [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|صفحة فرعية|$1 صفحات فرعية|51=أكثر من 50 صفحة فرعية}}]].\";'),('ary','messages:deleting-talkpage-subpages-warning','s:243:\"ar:<strong>تحذير:</ strong> تحتوي صفحة الحديث المرتبطة بالصفحة التي أنت على وشك حذفهاعلى [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('ary','messages:deletionlog','s:50:\"ary:تاريخ ديال صفاحي لي تمحاو\";'),('ary','messages:dellogpage','s:39:\"ary:كناش صفاحي لي تمحاو\";'),('ary','messages:dellogpagetext','s:53:\"ary:Ha hiya l-lista dyal dakċi li ĝad ṫṫemḫa.\";'),('ary','messages:destfilename','s:28:\"ary:لفيشي لمقصود:\";'),('ary','messages:diff','s:10:\"ary:فرق\";'),('ary','messages:diff-empty','s:19:\"ary:(حتى فرق)\";'),('ary','messages:diff-form','s:16:\"ary:الفروق\";'),('ary','messages:diff-form-error-revid','s:54:\"ar:إدخال معرف المراجعة الرقمية\";'),('ary','messages:diff-form-oldid','s:52:\"ar:معرف مراجعة قديمة (اختياري)\";'),('ary','messages:diff-form-other-revid','s:28:\"ar:معرف المراجعة\";'),('ary','messages:diff-form-revid','s:35:\"ar:معرف مراجعة الفرق\";'),('ary','messages:diff-form-submit','s:24:\"ar:أظهر الفروق\";'),('ary','messages:diff-form-summary','s:3:\"en:\";'),('ary','messages:diff-multi-manyusers','s:194:\"ary:({{PLURAL:$1||مراجعة وحدا متوسطة|$1 د لمراجعات لمتوسطة}} دراها كثر من {{PLURAL:$2||خدايمي واحد|$2 د لخدايمية}} مابايناش.)\";'),('ary','messages:diff-multi-otherusers','s:162:\"ary:({{PLURAL:$1|مراجعة توسيطية وحدة|$1 مراجعات توسيطية}} ديال {{PLURAL:$2|لخدايمي|لخدايميا}} ما بايناش)\";'),('ary','messages:diff-multi-sameuser','s:134:\"ary:({{PLURAL:$1|مراجعة توسيطية وحدة|$1 مراجعات توسيطية}} من نفس لخدايمي ما بايناش)\";'),('ary','messages:diff-paragraph-moved-tonew','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع الجديد.\";'),('ary','messages:diff-paragraph-moved-toold','s:81:\"ar:الفقرة تم نقلها. اضغط للذهاب للموقع القديم.\";'),('ary','messages:difference-missing-revision','s:362:\"ar:{{PLURAL:$2|مراجعة واحدة|$2 مراجعات}} لهذا الفرق ($1) {{PLURAL:$2|لم|لم}} يتم إيجادها.\n\nهذا يحدث عادة عن طريق اتباع وصلة فرق قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ary','messages:difference-multipage','s:36:\"ary:(لفرق بين الصفحات)\";'),('ary','messages:difference-title','s:64:\"ary:لفرق بين الجوج ڤيرسيونات ديال: \"$1\"\";'),('ary','messages:difference-title-multipage','s:54:\"ar:الفرق بين الصفحتين: «$1» و«$2»\";'),('ary','messages:directorycreateerror','s:49:\"ary:ما قدرناش ننشأو لمجلد \"$1\".\";'),('ary','messages:directoryreadonlyerror','s:60:\"ary:المجلد «$1» تقدر غي تقراه وصافي.\";'),('ary','messages:disabledspecialpage-disabled','s:71:\"ar:تم تعطيل هذه الصفحة من قبل إداري نظام.\";'),('ary','messages:disclaimerpage','s:44:\"ary:Project:إخلاء مسؤولية عام\";'),('ary','messages:disclaimers','s:29:\"ary:إخلاء مسؤولية\";'),('ary','messages:djvu_page_error','s:38:\"ar:صفحة DjVu خارج النطاق\";'),('ary','messages:double-redirect-fixed-maintenance','s:106:\"ary:تصحيح تلقائي لتحويلة مضوبلة من [[$1]] ل [[$2]] فمهمة د الصيانة\";'),('ary','messages:double-redirect-fixed-move','s:105:\"ary:تنقلات [[$1]].\nتحيدات تلقائيا ودابا هي تحويلة تاتدًي ل [[$2]].\";'),('ary','messages:double-redirect-fixer','s:27:\"ary:مصلح التحويل\";'),('ary','messages:doubleredirects','s:29:\"ary:تحويله مدوبله\";'),('ary','messages:doubleredirects-summary','s:3:\"en:\";'),('ary','messages:doubleredirectstext','s:456:\"ar:هذه الصفحة تعرض الصفحات التي تحول إلى صفحات تحويل أخرى.\nكل سطر يحتوي على وصلات للتحويلة الأولى والثانية وهدف التحويلة الثانية، والذي عادة ما يشير إلى صفحة الهدف \"الحقيقية\"، التي من المفترض أن تحول إليها التحويلة الأولى.\nالمدخلات <del>المشطوبة</del> صححت.\";'),('ary','messages:download','s:22:\"ary:طيليشارجي\";'),('ary','messages:duplicate-args-category','s:63:\"ar:صفحات تستعمل قالبا ببيانات مكررة\";'),('ary','messages:duplicate-args-category-desc','s:217:\"ary:صّفحة فيها تعايط د موضيلات لي كيخدّمو ڤاريابلات معاودين، بحال <nowiki>{{foo|bar=1|bar=2}}</nowiki></code> ؤلا <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('ary','messages:duplicate-args-warning','s:154:\"ar:<strong>تنبيه:</strong> المدخل \"$3\" ل[[:$1]] المستعمل في [[:$2]] مكرر. آخر قيمة مكرر منه هي المعتمدة.\";'),('ary','messages:duplicate-defaultsort','s:112:\"ary:<strong>ṫḫdir:</strong> saroṫ ṫrṫib fṫiṛaḍi \"$2\" faṫ saroṫ ṫrṫib fṫiṛaḍi \"$1\".\";'),('ary','messages:duplicate-displaytitle','s:114:\"ar:<strong>تحذير:</strong> أعرض عنوان \"$2\" تجاهل العنوان المعروض سابقا \"$1\".\";'),('ary','messages:duplicatesoffile','s:182:\"ar:{{PLURAL:$1|الملف التالي مكرر|ال$1 ملف التالي مكررات}} لهذا الملف\n([[Special:FileDuplicateSearch/$2|المزيد من التفاصيل]]):\";'),('ary','messages:duration-centuries','s:80:\"ar:{{PLURAL:$1||قرن واحد|قرنان|$1 قرون|$1 قرنًا|$1 قرن}}\";'),('ary','messages:duration-days','s:45:\"ary:$1 {{PLURAL:$1|نهار|إيام/يوم}}\";'),('ary','messages:duration-decades','s:80:\"ar:{{PLURAL:$1||عقد واحد|عقدان|$1 عقود|$1 عقدًا|$1 عقد}}\";'),('ary','messages:duration-hours','s:78:\"ar:({{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}})\";'),('ary','messages:duration-millennia','s:84:\"ar:{{PLURAL:$1||ألفية واحدة|ألفيتان|$1 ألفيات|$1 ألفية}}\";'),('ary','messages:duration-minutes','s:104:\"ar:{{PLURAL:$1|أقل من دقيقة|دقيقة واحدة|دقيقتان|$1 دقائق|$1 دقيقة}}\";'),('ary','messages:duration-seconds','s:104:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوانٍ|$1 ثانية}}\";'),('ary','messages:duration-weeks','s:100:\"ar:{{PLURAL:$1||أسبوع واحد|أسبوعان|$1 أسابيع|$1 أسبوعًا|$1 أسبوع}}\";'),('ary','messages:duration-years','s:68:\"ar:{{PLURAL:$1||سنة واحدة|سنتان|$1 سنين|$1 سنة}}\";'),('ary','messages:eauthentsent','s:296:\"ary:تصيفط إيميل تأكيدي للعنوان إيميل اللي عطيتيه.\nقبل مايتصيفط للحساب ديالك شي إيميل آخر, خاص تطبًق التعليمات اللي أتجيك فإيميل, باش تأكًد باللي لحساب راه ديالك نيت.\";'),('ary','messages:edit','s:10:\"ary:بدل\";'),('ary','messages:edit-already-exists','s:76:\"ary:مايمكنش تصايب صفحة جديدة.\nرا أصلا كاينة.\";'),('ary','messages:edit-conflict','s:34:\"ary:مضاربة فالتحرير.\";'),('ary','messages:edit-gone-missing','s:79:\"ary:ماتجدًداتش الصفحة.\nتيبان بحال إلا تحدفات.\";'),('ary','messages:edit-hook-aborted','s:71:\"ary:التعديل حبسو الخطًاف.\nماعطا تا تفسير.\";'),('ary','messages:edit-local','s:26:\"ary:زيد وصف محلي\";'),('ary','messages:edit-no-change','s:93:\"ary:التعديل ديالك تجاهلناه, حيث ماوقع تا تبدال فالنص.\";'),('ary','messages:edit-slots-cannot-add','s:91:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية غير مدعومة هنا: $2.\";'),('ary','messages:edit-slots-cannot-remove','s:108:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مطلوبة ولا يمكن إزالتها: $2.\";'),('ary','messages:edit-slots-missing','s:77:\"ar:{{PLURAL:$1|الفتحة|الفتحات}} التالية مفقودة: $2.\";'),('ary','messages:edit-textarea-aria-label','s:25:\"ary:محرر الويكي\";'),('ary','messages:edit_form_incomplete','s:197:\"ary:<strong>شي طراف من ليستيمارة ديالت التعديل ماوصلوش للسيرڤور. عاود شوف واش التعديل ديالك هو هو وعاود جرًب.</strong>\";'),('ary','messages:editcomment','s:47:\"ary:ملخص التعديل كان:<em>$1</em>.\";'),('ary','messages:editconflict','s:37:\"ary:مضاربة فالتحرير: $1\";'),('ary','messages:editfont-monospace','s:28:\"ary:خط ثابت العرض\";'),('ary','messages:editfont-sansserif','s:26:\"ary:خط بلا زيادا\";'),('ary','messages:editfont-serif','s:19:\"ary:خط بزايد\";'),('ary','messages:editfont-style','s:49:\"ary:نمط لخط ديال بلاصط تحرير:\";'),('ary','messages:edithelp','s:32:\"ary:معاونة ف لكتابة\";'),('ary','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('ary','messages:editing','s:17:\"ary:تعديل $1\";'),('ary','messages:editingcomment','s:22:\"ary:بدل $1 (قسم)\";'),('ary','messages:editinginterface','s:368:\"ary:<strong>تنبيه:</strong> راك تاتعدّل واحد الصفحة تاتّخدّم باش تعطي تّيكست د لانطيرفاص د سّوفتوير.\nالتبديلات اللي غادير ف هاد الصفحة غادي تأتر على لمضهر د لانطيرفاص د لخدايمي عندك و عند ڭاع لي كيخدّمو هاد لويكي.\";'),('ary','messages:editingold','s:214:\"ary:<strong>عنداك: راك دابا تاتبدل نسخة قديمة من هاد الصفحة.</strong>\nيلا سجلتيها، غادي يمشيو ڭاع التبديلات اللي تدارو من بعدها.\";'),('ary','messages:editingsection','s:26:\"ary:تعديل $1 (قسم)\";'),('ary','messages:editinguser','s:113:\"ar:تغيير صلاحيات {{GENDER:$1|المستخدم|المستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('ary','messages:editlink','s:10:\"ary:بدل\";'),('ary','messages:editnotice-notext','s:4:\"en:-\";'),('ary','messages:editold','s:10:\"ary:بدل\";'),('ary','messages:editpage','s:18:\"ar:عدل صفحة\";'),('ary','messages:editpage-cannot-use-custom-model','s:78:\"ar:نموذج المحتوى لهذه الصفحة لا يمكن تغييره.\";'),('ary','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('ary','messages:editpage-invalidcontentmodel-text','s:52:\"ar:موديل المحتوى \"$1\" غير مدعوم.\";'),('ary','messages:editpage-invalidcontentmodel-title','s:46:\"ar:موديل المحتوى غير مدعوم\";'),('ary','messages:editpage-notsupportedcontentformat-text','s:92:\"ar:تنسيق المحتوى $1 غير مدعوم بواسطة نموذج المحتوى $2.\";'),('ary','messages:editpage-notsupportedcontentformat-title','s:46:\"ar:تنسيق المحتوى غير مدعوم\";'),('ary','messages:editpage-summary','s:3:\"en:\";'),('ary','messages:editpage-tos-summary','s:4:\"en:-\";'),('ary','messages:editsection','s:10:\"ary:بدل\";'),('ary','messages:editsectionhint','s:25:\"ary:عدل القسم: $1\";'),('ary','messages:edittools','s:107:\"ar:<!-- النص هنا سيظهر تحت صندوق التحرير واستمارة رفع الصور. -->\";'),('ary','messages:edittools-upload','s:4:\"ar:-\";'),('ary','messages:editundo','s:14:\"ary:تراجع\";'),('ary','messages:editusergroup','s:49:\"ary:شارجي لمجموعات د لخدايمي\";'),('ary','messages:editwatchlist-summary','s:3:\"en:\";'),('ary','messages:ellipsis','s:6:\"ar:...\";'),('ary','messages:email','s:14:\"ary:لمايل\";'),('ary','messages:email-allow-new-users-label','s:97:\"ar:اسمح بالبريد الإلكتروني من المستخدمين الجدد تمامًا\";'),('ary','messages:email-legend','s:64:\"ary:صيفط إيميل ل خدايمي د {{SITENAME}} أخور\";'),('ary','messages:email-mutelist-label','s:91:\"ar:امنع هؤلاء المستخدمين من إرسال بريد إلكتروني لي:\";'),('ary','messages:emailauthenticated','s:57:\"ary:لإيميل ديال تأكد نهار $2 معا $3.\";'),('ary','messages:emailblock','s:27:\"ary:إيميل مبلوكي\";'),('ary','messages:emailccme','s:62:\"ary:صيفط هاد لبرية للميل ديالي تاهو.\";'),('ary','messages:emailccsubject','s:58:\"ary:هادي كوپي د لميصاج ديالك ل $1: $2\";'),('ary','messages:emailconfirmlink','s:36:\"ary:وكًد لإيميل ديالك\";'),('ary','messages:emaildisabled','s:62:\"ary:هاد السيت مايقدرش يصيفط ايميلات\";'),('ary','messages:emailfrom','s:9:\"ary:من:\";'),('ary','messages:emaillink','s:41:\"ar:أرسل بريدا إلكترونيا\";'),('ary','messages:emailmessage','s:15:\"ary:بريًة:\";'),('ary','messages:emailnotarget','s:99:\"ar:المستلم ليس مستخدمًا موجودًا أو ليس مستخدمًا صحيحًا.\";'),('ary','messages:emailnotauthenticated','s:145:\"ary:باقي ماتأكًد لإيميل ديالك تال دابا.\nماغادي يتسيفط تا شي إيميل من هاد لخاصًيات.\";'),('ary','messages:emailpagetext','s:476:\"ar:يمكنك استخدام الاستمارة بالأسفل لإرسال رسالة بريد إلكتروني إلى {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}.\n\'\'\'يمكن أن يرى المرسل إليه عنوان بريدك الإلكتروني\'\'\' الذي أدخلته في [[Special:Preferences|تفضيلاتك]] كعنوان المرسل في البريد الإلكتروني، كي يستطيع المتلقي الرد عليك مباشرة.\";'),('ary','messages:emailsend','s:12:\"ary:صيفط\";'),('ary','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('ary','messages:emailsent','s:29:\"ary:لإيمايل تصيفط\";'),('ary','messages:emailsenttext','s:48:\"ary:لإيميل ديال تصيفط مزيان.\";'),('ary','messages:emailsubject','s:17:\"ary:لموضوع:\";'),('ary','messages:emailtarget','s:79:\"ary:دخّل السمية د لخدايمي لي باغي تسيفط ليه(ا)\";'),('ary','messages:emailto','s:7:\"ary:ل:\";'),('ary','messages:emailuser','s:50:\"ary:صيفط إيمايل ل هاد لخدايمي\";'),('ary','messages:emailuser-summary','s:3:\"en:\";'),('ary','messages:emailuser-title-notarget','s:32:\"ar:مراسلة المستخدم\";'),('ary','messages:emailuser-title-target','s:87:\"ar:راسل هذا  {{GENDER:$1| المستخدم}} بالبريد الإلكتروني\";'),('ary','messages:emailuserfooter','s:441:\"ary:هاد لإيميل {{GENDER:$1|تصيفط}} من $1 ل {{GENDER:$2|$2}} ب خاصية د \"{{int:emailuser}}\" ف {{SITENAME}}. يلا {{GENDER:$2|نتا|نتي}} جاوبتي على هاد لإيميل، فراه لعنوان د لإيميل ديالك غادي يتصيفط نيشان {{GENDER:$1|للمرسل لأصلي|للمرسلة لأصلية}}، و غادي {{GENDER:$2|يخليه يشوفو|يخليها تشوفو}} نيشان.\";'),('ary','messages:emailusername','s:28:\"ary:سميت لخدايمي:\";'),('ary','messages:emailusernamesubmit','s:12:\"ary:صيفط\";'),('ary','messages:empty-file','s:49:\"ary:لفيشي لي صيفطتي كان خاوي.\";'),('ary','messages:empty-username','s:52:\"ary:(تا سمية د خدايمي مامتوفرة)\";'),('ary','messages:emptyfile','s:199:\"ar:يبدو أن الملف الذي رفعته فارغ.\nقد يكون سبب ذلك خطأ في كتابة الاسم.\nمن فضلك تأكد من أنك تريد فعلا رفع هذا الملف.\";'),('ary','messages:enhancedrc-history','s:14:\"ary:تاريخ\";'),('ary','messages:enhancedrc-since-last-visit','s:56:\"ar:$1 {{PLURAL:$1|منذ الزيارة الأخيرة}}\";'),('ary','messages:enotif_anon_editor','s:36:\"ary:خدايمي $1 مامقيّدش\";'),('ary','messages:enotif_body','s:968:\"ar:عزيزي $WATCHINGUSERNAME\n\n$PAGEINTRO $NEWPAGE\n\nملخص التعديل: $PAGESUMMARY $PAGEMINOREDIT\n\nاتصل بالمحرر:\nالبريد: $PAGEEDITOR_EMAIL\nويكي: $PAGEEDITOR_WIKI\n\nلن يكون هناك إخطارات أخرى في حالة حدوث مزيد من التغييرات إلا إذا قمت بزيارة تلك الصفحة أثناء تواجدك. يمكنك أيضاً إزالة العلامات عن جميع الصفحات في قائمة مراقبتك.\n\nنظام {{SITENAME}} للإشعار\n\n--\nلتغيير إعدادات الإشعار بالبريد الإلكتروني الخاص بك، قم بزيارة\n{{canonicalurl:{{#special:Preferences}}}}\n\nلتغيير إعدادات قائمة مراقبتك، قم بزيارة\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nلحذف الصفحة من قائمة مراقبتك، قم بزيارة\n$UNWATCHURL\n\nللمقترحات وللحصول على مساعدة إضافية:\n$HELPPAGE\";'),('ary','messages:enotif_body_intro_changed','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ary','messages:enotif_body_intro_created','s:148:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|أنشأها|أنشأتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ary','messages:enotif_body_intro_deleted','s:100:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|حذفها|حذفتها}} $2 في $PAGEEDITDATE.راجع $3.\";'),('ary','messages:enotif_body_intro_moved','s:144:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ary','messages:enotif_body_intro_restored','s:156:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2 في $PAGEEDITDATE. لمشاهدة النسخة الحالية راجع $3.\";'),('ary','messages:enotif_impersonal_salutation','s:32:\"ary:خدايمي د {{SITENAME}}\";'),('ary','messages:enotif_lastdiff','s:46:\"ary:باش تشوف التغيير، شوف $1\";'),('ary','messages:enotif_lastvisited','s:78:\"ary:لكاع التغييرات من الزيارة الأخيرة، شوف $1\";'),('ary','messages:enotif_minoredit','s:29:\"ar:هذا تعديل طفيف\";'),('ary','messages:enotif_reset','s:62:\"ary:علم الصفحات بحالا زرتيهم كاملين\";'),('ary','messages:enotif_subject_changed','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|عدلها|عدلتها}} $2\";'),('ary','messages:enotif_subject_created','s:77:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|إنشاؤها}} بواسطة $2\";'),('ary','messages:enotif_subject_deleted','s:73:\"ar:صفحة {{SITENAME}} تم $1 {{GENDER:$2|حذفها}} بواسطة $2\";'),('ary','messages:enotif_subject_moved','s:68:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|نقلها|نقلتها}} $2\";'),('ary','messages:enotif_subject_restored','s:80:\"ar:صفحة {{SITENAME}} $1 {{GENDER:$2|استرجعها|استرجعتها}} $2\";'),('ary','messages:enterlockreason','s:134:\"ary:دخًل السباب علاش باغي تدير لقفل, وعطي لوقت لي كاتقدًر أيبقا فيه هاد لقفل\";'),('ary','messages:error','s:10:\"ary:غلط\";'),('ary','messages:errorpagetitle','s:10:\"ary:غلط\";'),('ary','messages:exbeforeblank','s:52:\"ar:المحتوى قبل الإفراغ كان: \"$1\"\";'),('ary','messages:exception-nologin','s:33:\"ary:نتا مامكونيكطيش\";'),('ary','messages:exception-nologin-text','s:107:\"ary:عافاك تلوڭا باش تقدر تشوف هاد الصفحة ؤلا تدير هاد لعملية.\";'),('ary','messages:exception-nologin-text-manual','s:108:\"ar:الرجاء $1 لتتمكن من الوصول لهذه الصفحة أو أداء هذا الإجراء.\";'),('ary','messages:excontent','s:29:\"ary:لمحتوى كان: \'$1\'\";'),('ary','messages:excontentauthor','s:125:\"ar:المحتوى كان: \"$1\" والمساهم الوحيد كان \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('ary','messages:exif-aperturevalue','s:19:\"ary:fṫḫa d-APEX\";'),('ary','messages:exif-artist','s:12:\"ary:lmoallif\";'),('ary','messages:exif-attributionurl','s:80:\"ar:عند إعادة استخدام الملف، رجاءً ضع وصلة إلى\";'),('ary','messages:exif-bitspersample','s:21:\"ary:bit lkol mokawwin\";'),('ary','messages:exif-brightnessvalue','s:18:\"ary:brillance APEX\";'),('ary','messages:exif-cameraownername','s:20:\"ary:mol(at) l-camera\";'),('ary','messages:exif-citycreated','s:46:\"ary:l-mdina lli ṫĥdaṫ fiha had ṫṣwira\";'),('ary','messages:exif-citydest','s:31:\"ary:لمدينة لمبيّنة\";'),('ary','messages:exif-colorspace','s:29:\"ary:الفضاء اللوني\";'),('ary','messages:exif-colorspace-1','s:22:\"ar:إس آر جي بي\";'),('ary','messages:exif-colorspace-65535','s:20:\"ar:غير معاير\";'),('ary','messages:exif-componentsconfiguration','s:22:\"ary:maana kol mokawwin\";'),('ary','messages:exif-componentsconfiguration-0','s:14:\"ary:ma kayn-ċ\";'),('ary','messages:exif-componentsconfiguration-1','s:9:\"ar:واي\";'),('ary','messages:exif-componentsconfiguration-2','s:7:\"ar:سب\";'),('ary','messages:exif-componentsconfiguration-3','s:7:\"ar:سر\";'),('ary','messages:exif-componentsconfiguration-4','s:7:\"ar:آر\";'),('ary','messages:exif-componentsconfiguration-5','s:7:\"ar:جي\";'),('ary','messages:exif-componentsconfiguration-6','s:7:\"ar:بي\";'),('ary','messages:exif-compressedbitsperpixel','s:18:\"ary:tor daght sora\";'),('ary','messages:exif-compression','s:15:\"ary:nidam daght\";'),('ary','messages:exif-compression-1','s:20:\"ar:غير مضغوط\";'),('ary','messages:exif-compression-2','s:96:\"ar:CCITT المجموعة 3 -1 تعديل طول تشغيل ترميز هوفمان البعدي\";'),('ary','messages:exif-compression-3','s:47:\"ar:ترميز فاكس المجموعة 3 CCITT\";'),('ary','messages:exif-compression-32773','s:32:\"ar:PackBits (ماكنتوش RLE)\";'),('ary','messages:exif-compression-32946','s:31:\"ar:Deflate (بي كيه زيب)\";'),('ary','messages:exif-compression-34712','s:28:\"ar:جيه بي إي جي2000\";'),('ary','messages:exif-compression-4','s:47:\"ar:ترميز فاكس المجموعة 4 CCITT\";'),('ary','messages:exif-compression-5','s:23:\"ar:إل زد دبليو\";'),('ary','messages:exif-compression-6','s:18:\"ar:JPEG (قديم)\";'),('ary','messages:exif-compression-7','s:24:\"ar:جيه بي إي جي\";'),('ary','messages:exif-compression-8','s:23:\"ar:Deflate (أدوبي)\";'),('ary','messages:exif-contact','s:28:\"ary:mĝlomat l-iṫṫiṣal\";'),('ary','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('ary','messages:exif-contentwarning','s:24:\"ar:تحذير محتوى\";'),('ary','messages:exif-contrast','s:17:\"ar:التعارض\";'),('ary','messages:exif-contrast-0','s:11:\"ary:normaol\";'),('ary','messages:exif-contrast-1','s:9:\"ary:triyy\";'),('ary','messages:exif-contrast-2','s:9:\"ary:qassi\";'),('ary','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('ary','messages:exif-copyright','s:16:\"ary:malik lhoqoq\";'),('ary','messages:exif-copyrighted','s:31:\"ar:حالة حقوق النشر\";'),('ary','messages:exif-copyrighted-false','s:53:\"ar:حالة حقوق النشر غير مُعرّفة\";'),('ary','messages:exif-copyrighted-true','s:26:\"ar:محفوظ الحقوق\";'),('ary','messages:exif-copyrightowner','s:31:\"ar:مالك حقوق النشر\";'),('ary','messages:exif-countrycodecreated','s:57:\"ary:l-code dial l-blad lli ṫĥdaṫ fiha had ṫṣwira\";'),('ary','messages:exif-countrycodedest','s:41:\"ary:لكود د لبلاد لمبيّنة\";'),('ary','messages:exif-countrycreated','s:45:\"ary:l-blad lli ṫĥdaṫ fiha had ṫṣwira\";'),('ary','messages:exif-countrydest','s:29:\"ary:لبلاد لمبيّنة\";'),('ary','messages:exif-credit','s:19:\"ary:mosahim/mozwwid\";'),('ary','messages:exif-croppedareaimageheightpixels','s:45:\"ar:اقتصاص ارتفاع بانوراما\";'),('ary','messages:exif-croppedareaimagewidthpixels','s:39:\"ar:اقتصاص عرض بانوراما\";'),('ary','messages:exif-croppedarealeftpixels','s:45:\"ar:غادر بانوراما المحاصيل\";'),('ary','messages:exif-croppedareatoppixels','s:49:\"ar:بانوراما المحاصيل الأعلى\";'),('ary','messages:exif-customrendered','s:46:\"ar:معالجة الصورة حسب الطلب\";'),('ary','messages:exif-customrendered-0','s:17:\"ary:amaliya adiya\";'),('ary','messages:exif-customrendered-1','s:24:\"ary:amaliya hassab talab\";'),('ary','messages:exif-customrendered-2','s:55:\"ar:HDR (لم يتم حفظ النسخة الأصلية)\";'),('ary','messages:exif-customrendered-3','s:48:\"ar:HDR (تم حفظ النسخة الأصلية)\";'),('ary','messages:exif-customrendered-4','s:25:\"ar:الأصلي (لـHDR)\";'),('ary','messages:exif-customrendered-6','s:19:\"ar:بانوراما\";'),('ary','messages:exif-customrendered-7','s:21:\"ar:بورتريه HDR\";'),('ary','messages:exif-customrendered-8','s:17:\"ar:بورتريه\";'),('ary','messages:exif-datetime','s:46:\"ary:تاريخ و وقت تغيير لفيشي\";'),('ary','messages:exif-datetimedigitized','s:52:\"ary:تاريخ و وقت التحويل الرقمي\";'),('ary','messages:exif-datetimeexpires','s:24:\"ary:ma tĥddemċ mn bĝd\";'),('ary','messages:exif-datetimemetadata','s:56:\"ar:آخر تعديل للبيانات التعريفية\";'),('ary','messages:exif-datetimeoriginal','s:52:\"ary:تاريخ و وقت توليد الضونيات\";'),('ary','messages:exif-datetimereleased','s:17:\"ary:ṫtlqaṫ f-\";'),('ary','messages:exif-dc-contributor','s:20:\"ary:لمساهمين\";'),('ary','messages:exif-dc-coverage','s:78:\"ar:النطاق المكاني أو الزماني لوسائل الإعلام\";'),('ary','messages:exif-dc-date','s:14:\"ary:t(aw)ariĥ\";'),('ary','messages:exif-dc-publisher','s:12:\"ary:n-naċir\";'),('ary','messages:exif-dc-relation','s:19:\"ary:media mrṫabta\";'),('ary','messages:exif-dc-rights','s:22:\"ary:الصلاحيات\";'),('ary','messages:exif-dc-source','s:22:\"ary:mṣḍṛ l-media\";'),('ary','messages:exif-dc-type','s:16:\"ary:noĝ l-media\";'),('ary','messages:exif-devicesettingdescription','s:37:\"ar:وصف إعدادات الجهاز\";'),('ary','messages:exif-digitalzoomratio','s:30:\"ary:nisbaṫ z-zoom ṛ-ṛqmi\";'),('ary','messages:exif-disclaimer','s:28:\"ar:إخلاء مسؤولية\";'),('ary','messages:exif-editstatus','s:47:\"ar:الحالة التحريرية للصورة\";'),('ary','messages:exif-event','s:31:\"ar:الحدث في الصورة\";'),('ary','messages:exif-exifversion','s:17:\"ary:نسخة Exif\";'),('ary','messages:exif-exposurebiasvalue','s:42:\"ary:ṫĝwiḍ ṫ-ṫaĝṛṛoḍ d-APEX\";'),('ary','messages:exif-exposureindex','s:24:\"ar:فهرس التعرض\";'),('ary','messages:exif-exposurelockused','s:42:\"ar:تم استخدام قفل التعرض\";'),('ary','messages:exif-exposurelockused-false','s:7:\"ar:لا\";'),('ary','messages:exif-exposurelockused-true','s:9:\"ar:نعم\";'),('ary','messages:exif-exposuremode','s:22:\"ar:طور التعرض\";'),('ary','messages:exif-exposuremode-0','s:17:\"ary:tarod tilqa\'i\";'),('ary','messages:exif-exposuremode-1','s:17:\"ary:taarod yadawi\";'),('ary','messages:exif-exposuremode-2','s:19:\"ary:aqwass tilqaiya\";'),('ary','messages:exif-exposureprogram','s:19:\"ary:barnamaj taarod\";'),('ary','messages:exif-exposureprogram-0','s:18:\"ary:ma mḫdded-ċ\";'),('ary','messages:exif-exposureprogram-1','s:10:\"ary:yadawi\";'),('ary','messages:exif-exposureprogram-2','s:17:\"ary:brnamaj ĝadi\";'),('ary','messages:exif-exposureprogram-3','s:28:\"ar:أولوية الفتحة\";'),('ary','messages:exif-exposureprogram-4','s:30:\"ar:أولوية المغلاق\";'),('ary','messages:exif-exposureprogram-5','s:64:\"ar:برنامج خلاق (تحيز لصالح عمق الحقل)\";'),('ary','messages:exif-exposureprogram-6','s:72:\"ar:برنامج الفعل (تحيز لصالح سرعة المغلاق)\";'),('ary','messages:exif-exposureprogram-7','s:90:\"ar:أسلوب البورتريه (تصوير من قريب مع تغييم الخلفية)\";'),('ary','messages:exif-exposureprogram-8','s:122:\"ar:أسلوب المنظر الطبيعي (لصور المناظر الطبيعية مع الخلفية في البؤرة)\";'),('ary','messages:exif-exposuretime','s:17:\"ary:zaman taarrod\";'),('ary','messages:exif-exposuretime-format','s:18:\"ary:$1 taniya ($2)\";'),('ary','messages:exif-filesource','s:24:\"ary:ṃṣḍṛ l-milef\";'),('ary','messages:exif-filesource-3','s:25:\"ary:caméra rqmiyya waqfa\";'),('ary','messages:exif-firstphotodate','s:39:\"ar:تاريخ الصورة الأولى\";'),('ary','messages:exif-fixtureidentifier','s:22:\"ar:اسم العنصر\";'),('ary','messages:exif-flash','s:9:\"ary:flaċ\";'),('ary','messages:exif-flash-fired-0','s:25:\"ary:l-flaċ ma ṫtlaq-ċ\";'),('ary','messages:exif-flash-fired-1','s:14:\"ary:lflach bda\";'),('ary','messages:exif-flash-function-1','s:19:\"ary:makaynch lflash\";'),('ary','messages:exif-flash-mode-1','s:20:\"ary:flsash gh ijbari\";'),('ary','messages:exif-flash-mode-2','s:16:\"ary:flash ijbari\";'),('ary','messages:exif-flash-mode-3','s:16:\"ary:namat tilqai\";'),('ary','messages:exif-flash-redeye-1','s:30:\"ary:namat ikhtizal laqin lhmra\";'),('ary','messages:exif-flash-return-0','s:32:\"ary:makaynach dalat rojoa lwamid\";'),('ary','messages:exif-flash-return-2','s:29:\"ary:dow rojoa lwamid makchfch\";'),('ary','messages:exif-flash-return-3','s:37:\"ary:dow rojoa lwamid bad lkachf dyalo\";'),('ary','messages:exif-flashenergy','s:30:\"ary:الطاقة د لفلاش\";'),('ary','messages:exif-flashpixversion','s:27:\"ary:noskha flash pix madoma\";'),('ary','messages:exif-fnumber','s:17:\"ary:ladad lboaari\";'),('ary','messages:exif-fnumber-format','s:29:\"ar:البعد البؤري/$1\";'),('ary','messages:exif-focallength','s:47:\"ary:الطول لبؤري د اللونتيلة\";'),('ary','messages:exif-focallength-format','s:12:\"ar:$1 ملم\";'),('ary','messages:exif-focallengthin35mmfilm','s:48:\"ar:البعد البؤري في فيلم 35 مم\";'),('ary','messages:exif-focalplaneresolutionunit','s:50:\"ar:وحدة تحليل المستوى البؤري\";'),('ary','messages:exif-focalplaneresolutionunit-2','s:9:\"ary:bossa\";'),('ary','messages:exif-focalplanexresolution','s:43:\"ar:تحليل المستوى البؤري X\";'),('ary','messages:exif-focalplaneyresolution','s:43:\"ar:تحليل المستوى البؤري Y\";'),('ary','messages:exif-fullpanoheightpixels','s:41:\"ar:بانوراما ارتفاع كامل\";'),('ary','messages:exif-fullpanowidthpixels','s:37:\"ar:بانوراما بعرض كامل\";'),('ary','messages:exif-gaincontrol','s:30:\"ar:التحكم بالمشهد\";'),('ary','messages:exif-gaincontrol-0','s:12:\"ary:والو\";'),('ary','messages:exif-gaincontrol-1','s:27:\"ary:tahakkom aala monkhafid\";'),('ary','messages:exif-gaincontrol-2','s:26:\"ary:tahakkom  aala mortafi\";'),('ary','messages:exif-gaincontrol-3','s:28:\"ary:tahakkom asfal monkhafid\";'),('ary','messages:exif-gaincontrol-4','s:27:\"ary:tahakkom asfal mortafaa\";'),('ary','messages:exif-giffilecomment','s:31:\"ary:ṫ-ṫĝliq dial milef GIF\";'),('ary','messages:exif-gpsaltitude','s:11:\"ary:rtifaĝ\";'),('ary','messages:exif-gpsaltitude-above-sealevel','s:60:\"ary:$1 {{PLURAL:$1|mitro|mitroaṫ}} foq ṣtḫ l-ḅḫṛ\";'),('ary','messages:exif-gpsaltitude-below-sealevel','s:66:\"ary:$1 {{PLURAL:$1|mitro|mitroaṫ}} ṫḫṫ ṣtḫ l-ḅḫṛ\";'),('ary','messages:exif-gpsaltituderef','s:28:\"ar:مرجع الارتفاع\";'),('ary','messages:exif-gpsareainformation','s:23:\"ary:smiṫ mintaqat GPS\";'),('ary','messages:exif-gpsdatestamp','s:16:\"ary:ṫariĥ GPS\";'),('ary','messages:exif-gpsdestbearing','s:24:\"ar:تحمل الوجهة\";'),('ary','messages:exif-gpsdestbearingref','s:39:\"ar:المرجع لتحمل الوجهة\";'),('ary','messages:exif-gpsdestdistance','s:28:\"ar:المسافة للهدف\";'),('ary','messages:exif-gpsdestdistance-k','s:14:\"ary:kilometrat\";'),('ary','messages:exif-gpsdestdistance-m','s:8:\"ary:mial\";'),('ary','messages:exif-gpsdestdistance-n','s:20:\"ary:mial ḅḫriyya\";'),('ary','messages:exif-gpsdestdistanceref','s:41:\"ar:المرجع للمسافة للهدف\";'),('ary','messages:exif-gpsdestlatitude','s:33:\"ar:دائرة عرض الوجهة\";'),('ary','messages:exif-gpsdestlatituderef','s:48:\"ar:المرجع لدائرة عرض الوجهة\";'),('ary','messages:exif-gpsdestlongitude','s:27:\"ar:خط طول الوجهة\";'),('ary','messages:exif-gpsdestlongituderef','s:42:\"ar:المرجع لخط طول الوجهة\";'),('ary','messages:exif-gpsdifferential','s:47:\"ary:ṫ-ṫṣḫiḫ ṫ-ṫafaḍoli dial GPS\";'),('ary','messages:exif-gpsdirection-m','s:25:\"ary:littijah lmighnatissi\";'),('ary','messages:exif-gpsdirection-t','s:19:\"ary:litijah lhaqiqi\";'),('ary','messages:exif-gpsdop','s:22:\"ar:دقة القياس\";'),('ary','messages:exif-gpsdop-excellent','s:15:\"ary:naḍi ($1)\";'),('ary','messages:exif-gpsdop-fair','s:21:\"ary:مابيهش ($1)\";'),('ary','messages:exif-gpsdop-good','s:14:\"ary:mzyan ($1)\";'),('ary','messages:exif-gpsdop-moderate','s:18:\"ary:bin o-bin ($1)\";'),('ary','messages:exif-gpsdop-poor','s:15:\"ary:ĝyyan ($1)\";'),('ary','messages:exif-gpsimgdirection','s:32:\"ary:iṫṫijah ṫ-ṫṣwiṛa\";'),('ary','messages:exif-gpsimgdirectionref','s:44:\"ary:mrjiĝ dial iṫṫijah ṫ-ṫṣwiṛa\";'),('ary','messages:exif-gpslatitude','s:24:\"ar:دائرة العرض\";'),('ary','messages:exif-gpslatitude-n','s:24:\"ary:dairat ard chamaliya\";'),('ary','messages:exif-gpslatitude-s','s:24:\"ary:dairat ard ljanobiya\";'),('ary','messages:exif-gpslatituderef','s:63:\"ar:دائرة العرض الشمالية أو الجنوبية\";'),('ary','messages:exif-gpslongitude','s:15:\"ary:ĥatt t-tol\";'),('ary','messages:exif-gpslongitude-e','s:20:\"ary:khatt tol charqi\";'),('ary','messages:exif-gpslongitude-w','s:22:\"ary:khatt toll lgharbi\";'),('ary','messages:exif-gpslongituderef','s:49:\"ar:خط الطول الشرقي أو الغربي\";'),('ary','messages:exif-gpsmapdatum','s:70:\"ar:بيانات استطلاع الجيوديسيك المستخدمة\";'),('ary','messages:exif-gpsmeasuremode','s:26:\"ar:طريقة القياس\";'),('ary','messages:exif-gpsmeasuremode-2','s:35:\"ary:amaliyat qiyas tonaiyat alabaad\";'),('ary','messages:exif-gpsmeasuremode-3','s:36:\"ary:amaliyat qiyas tolatiyat alabaad\";'),('ary','messages:exif-gpsprocessingmethod','s:32:\"ary:smiṫ tariqa dial ijra\' GPS\";'),('ary','messages:exif-gpssatellites','s:66:\"ar:الأقمار الصناعية المستخدمة للقياس\";'),('ary','messages:exif-gpsspeed','s:41:\"ary:الزربة د لكاپتور د GPS\";'),('ary','messages:exif-gpsspeed-k','s:18:\"ary:kilometr f saa\";'),('ary','messages:exif-gpsspeed-m','s:13:\"ary:mil f saa\";'),('ary','messages:exif-gpsspeed-n','s:7:\"ary:aqd\";'),('ary','messages:exif-gpsspeedref','s:21:\"ary:waḫdaṫ sorĝa\";'),('ary','messages:exif-gpsstatus','s:39:\"ar:حالة جهاز الاستقبال\";'),('ary','messages:exif-gpsstatus-a','s:27:\"ary:amaliyat lqiyas lhaliya\";'),('ary','messages:exif-gpsstatus-v','s:18:\"ary:chomol lqiyass\";'),('ary','messages:exif-gpstimestamp','s:34:\"ary:وقت GPS (ساعة درية)\";'),('ary','messages:exif-gpstrack','s:26:\"ary:iṫṫijah l-ḫaraka\";'),('ary','messages:exif-gpstrackref','s:38:\"ary:mrjiĝ dial iṫṫijah l-ḫaraka\";'),('ary','messages:exif-gpsversionid','s:21:\"ary:nosĥaṫ tag GPS\";'),('ary','messages:exif-headline','s:13:\"ar:عنوان\";'),('ary','messages:exif-identifier','s:16:\"ary:لمعرًف\";'),('ary','messages:exif-iimcategory','s:14:\"ary:تصنيف\";'),('ary','messages:exif-iimcategory-ace','s:29:\"ary:fonon, ṫaqafa o-ṫrfih\";'),('ary','messages:exif-iimcategory-clj','s:21:\"ary:l-jarima o-lqanon\";'),('ary','messages:exif-iimcategory-dis','s:30:\"ary:l-kawariṫ o-lḫawadiṫ\";'),('ary','messages:exif-iimcategory-edu','s:12:\"ary:ṫrbiya\";'),('ary','messages:exif-iimcategory-evn','s:8:\"ary:bi\'a\";'),('ary','messages:exif-iimcategory-fin','s:28:\"ary:l-iqṫiṣad o-l\'aĝmal\";'),('ary','messages:exif-iimcategory-hth','s:14:\"ary:s-sḫḫa\";'),('ary','messages:exif-iimcategory-hum','s:33:\"ary:لإهتمام لبنادمي\";'),('ary','messages:exif-iimcategory-lab','s:12:\"ary:خدمة\";'),('ary','messages:exif-iimcategory-lif','s:22:\"ary:l-ĝiċa o-lfaraġ\";'),('ary','messages:exif-iimcategory-pol','s:12:\"ary:s-siyasa\";'),('ary','messages:exif-iimcategory-rel','s:20:\"ary:d-din o-lĝaqida\";'),('ary','messages:exif-iimcategory-sci','s:30:\"ary:l-ĝolom o-ṫṫiknolojia\";'),('ary','messages:exif-iimcategory-soi','s:22:\"ary:ċo\'on jtimaĝiyya\";'),('ary','messages:exif-iimcategory-spo','s:18:\"ary:ṛ-ṛiyaḍa\";'),('ary','messages:exif-iimcategory-war','s:43:\"ary:l-hṛḅ, n-niẓaĝaṫ o-lttirabaṫ\";'),('ary','messages:exif-iimcategory-wea','s:12:\"ary:t-taqṣ\";'),('ary','messages:exif-iimsupplementalcategory','s:31:\"ary:تصنيفات إضافية\";'),('ary','messages:exif-iimversion','s:15:\"ary:nosĥat IIM\";'),('ary','messages:exif-imagedescription','s:34:\"ary:عنوان د التصويرة\";'),('ary','messages:exif-imagelength','s:12:\"ary:lirtifaa\";'),('ary','messages:exif-imageuniqueid','s:39:\"ary:moĝrrid ṫ-ṫṣwiṛa l-waḫid\";'),('ary','messages:exif-imagewidth','s:9:\"ary:laard\";'),('ary','messages:exif-initialcameradolly','s:45:\"ar:الكاميرا الأولية دوللي\";'),('ary','messages:exif-initialhorizontalfovdegrees','s:43:\"ar:FOV الأولي (درجات أفقية)\";'),('ary','messages:exif-initialverticalfovdegrees','s:71:\"ar:مجال الرؤية الأولي (بالدرجات الرأسية)\";'),('ary','messages:exif-initialviewheadingdegrees','s:56:\"ar:عنوان العرض الأولي (بالدرجات)\";'),('ary','messages:exif-initialviewpitchdegrees','s:54:\"ar:عرض الملعب الأولي (بالدرجات)\";'),('ary','messages:exif-initialviewrolldegrees','s:56:\"ar:لفة الرؤية الأولية (بالدرجات)\";'),('ary','messages:exif-intellectualgenre','s:16:\"ary:noĝ l-madda\";'),('ary','messages:exif-isospeedratings','s:24:\"ary:ṫqyim s-sorĝa ISO\";'),('ary','messages:exif-isospeedratings-overflow','s:21:\"ary:كتر من 65535\";'),('ary','messages:exif-jpegfilecomment','s:32:\"ary:ṫ-ṫĝliq dial milef JPEG\";'),('ary','messages:exif-jpeginterchangeformat','s:19:\"ary:lhad l JPEG SOI\";'),('ary','messages:exif-jpeginterchangeformatlength','s:19:\"ary:bytes dyal JPEG\";'),('ary','messages:exif-keywords','s:15:\"ary:mo-kléaṫ\";'),('ary','messages:exif-label','s:17:\"ar:التسمية\";'),('ary','messages:exif-languagecode','s:12:\"ary:لوغة\";'),('ary','messages:exif-lastphotodate','s:29:\"ar:تاريخ آخر صورة\";'),('ary','messages:exif-lens','s:29:\"ary:لعدسة لمخدّمة\";'),('ary','messages:exif-licenseurl','s:70:\"ar:عنوان الموقع لرخصة حقوق الطبع والنشر\";'),('ary','messages:exif-lightsource','s:21:\"ary:mṣḍr ḍ-ḍo\";'),('ary','messages:exif-lightsource-0','s:9:\"ary:mjhol\";'),('ary','messages:exif-lightsource-1','s:22:\"ar:ضوء النهار\";'),('ary','messages:exif-lightsource-10','s:31:\"ar:جو ملبد بالغيوم\";'),('ary','messages:exif-lightsource-11','s:7:\"ar:ظل\";'),('ary','messages:exif-lightsource-12','s:56:\"ar:فلورسنت ضوء النهار (D 5700 – 7100K)\";'),('ary','messages:exif-lightsource-13','s:54:\"ar:فلورسنت نهار أبيض (N 4600 – 5400K)\";'),('ary','messages:exif-lightsource-14','s:54:\"ar:فلورسنت أبيض هادئ (W 3900 – 4500K)\";'),('ary','messages:exif-lightsource-15','s:46:\"ar:فلورسنت أبيض (WW 3200 – 3700K)\";'),('ary','messages:exif-lightsource-17','s:16:\"ary:ḍo qyasi A\";'),('ary','messages:exif-lightsource-18','s:16:\"ary:ḍo qyasi B\";'),('ary','messages:exif-lightsource-19','s:16:\"ary:ḍo qyasi C\";'),('ary','messages:exif-lightsource-2','s:17:\"ar:فلورسنت\";'),('ary','messages:exif-lightsource-20','s:9:\"ar:دي55\";'),('ary','messages:exif-lightsource-21','s:9:\"ar:دي65\";'),('ary','messages:exif-lightsource-22','s:9:\"ar:دي75\";'),('ary','messages:exif-lightsource-23','s:9:\"ar:دي50\";'),('ary','messages:exif-lightsource-24','s:23:\"ary:tungsten studio ISO\";'),('ary','messages:exif-lightsource-255','s:27:\"ary:ṃṣḍr ḍo aĥoṛ\";'),('ary','messages:exif-lightsource-3','s:33:\"ar:تنجستين (ضوء مشع)\";'),('ary','messages:exif-lightsource-4','s:9:\"ary:flaċ\";'),('ary','messages:exif-lightsource-9','s:14:\"ar:جو صحو\";'),('ary','messages:exif-locationdest','s:33:\"ar:اسم الموقع مصورا\";'),('ary','messages:exif-locationdestcode','s:33:\"ar:رمز الموقع مصورا\";'),('ary','messages:exif-make','s:29:\"ary:صانع الكاميرا\";'),('ary','messages:exif-make-value','s:5:\"en:$1\";'),('ary','messages:exif-maxaperturevalue','s:29:\"ar:أقصى غالق أرضي\";'),('ary','messages:exif-maxaperturevalue-value','s:21:\"ar:$1 أبكس (f/$2)\";'),('ary','messages:exif-meteringmode','s:42:\"ary:لموض د لعبار ب لميترو\";'),('ary','messages:exif-meteringmode-0','s:9:\"ary:mjhol\";'),('ary','messages:exif-meteringmode-1','s:17:\"ary:mṫwṣṣat\";'),('ary','messages:exif-meteringmode-2','s:39:\"ar:متوسط موزون بالمركز\";'),('ary','messages:exif-meteringmode-255','s:18:\"ary:ḫwayej ĥrin\";'),('ary','messages:exif-meteringmode-3','s:8:\"ary:spot\";'),('ary','messages:exif-meteringmode-4','s:13:\"ary:multispot\";'),('ary','messages:exif-meteringmode-5','s:9:\"ar:نمط\";'),('ary','messages:exif-meteringmode-6','s:9:\"ary:joz\'i\";'),('ary','messages:exif-model','s:31:\"ary:موديل الكاميرا\";'),('ary','messages:exif-model-value','s:5:\"en:$1\";'),('ary','messages:exif-morepermissionsurl','s:45:\"ar:معلومات الرخصة البديلة\";'),('ary','messages:exif-nickname','s:46:\"ar:الاسم غير الرسمي للصورة\";'),('ary','messages:exif-objectcycle','s:59:\"ary:l-wqṫ dial n-nḫar lli mĥṣṣaṣ lih had l-media\";'),('ary','messages:exif-objectcycle-a','s:16:\"ary:ġi ṣbaḫ\";'),('ary','messages:exif-objectcycle-b','s:23:\"ary:ṣbaḫ o-ĝċiyya\";'),('ary','messages:exif-objectcycle-p','s:16:\"ary:ġi ĝċiyya\";'),('ary','messages:exif-objectname','s:18:\"ary:ĝonwan qṣir\";'),('ary','messages:exif-organisationinimage','s:35:\"ar:المنظمة في الصورة\";'),('ary','messages:exif-orientation','s:18:\"ary:التوجيه\";'),('ary','messages:exif-orientation-1','s:12:\"ary:عادي\";'),('ary','messages:exif-orientation-2','s:28:\"ar:مقلوبة أفقياً\";'),('ary','messages:exif-orientation-3','s:19:\"ar:مدورة 180°\";'),('ary','messages:exif-orientation-4','s:22:\"ary:mḍwwer ofoqiyyen\";'),('ary','messages:exif-orientation-5','s:77:\"ar:مدورة 90° عكس عقارب الساعة ومقلوبة رأسياً\";'),('ary','messages:exif-orientation-6','s:49:\"ar:مدورة 90° عكس عقارب الساعة\";'),('ary','messages:exif-orientation-7','s:86:\"ar:مدورة 90° في اتجاه عقارب الساعة ومقلوبة رأسياً\";'),('ary','messages:exif-orientation-8','s:56:\"ary:مدورة 90° فاتجاه عقارب الساعة\";'),('ary','messages:exif-originaldocumentid','s:56:\"ar:المعرف الفريد للمستند الأصلي\";'),('ary','messages:exif-originalimageheight','s:51:\"ar:ارتفاع الصورة قبل أن تقتطع\";'),('ary','messages:exif-originalimagewidth','s:45:\"ar:عرض الصورة قبل أن تقتطع\";'),('ary','messages:exif-originaltransmissionref','s:46:\"ar:رمز موقع الإرسال الأصلي\";'),('ary','messages:exif-personinimage','s:31:\"ar:الشخص في الصورة\";'),('ary','messages:exif-photometricinterpretation','s:17:\"ary:tarkib lpixel\";'),('ary','messages:exif-photometricinterpretation-0','s:44:\"ar:أسود وأبيض (الأبيض هو 0)\";'),('ary','messages:exif-photometricinterpretation-1','s:39:\"ar:أسود وأبيض (الأسود 0)\";'),('ary','messages:exif-photometricinterpretation-10','s:30:\"ar:CIE L*a*b* (تكويد ITU)\";'),('ary','messages:exif-photometricinterpretation-2','s:17:\"ar:آر جي بي\";'),('ary','messages:exif-photometricinterpretation-3','s:24:\"ar:لوح الألوان\";'),('ary','messages:exif-photometricinterpretation-32803','s:41:\"ar:مصفوفة فلترة الألوان\";'),('ary','messages:exif-photometricinterpretation-34892','s:16:\"ar:خام خطي\";'),('ary','messages:exif-photometricinterpretation-4','s:28:\"ar:قناع الشفافية\";'),('ary','messages:exif-photometricinterpretation-5','s:29:\"ar:مفصول (ربما CMYK)\";'),('ary','messages:exif-photometricinterpretation-6','s:19:\"ar:واي سب سر\";'),('ary','messages:exif-photometricinterpretation-8','s:16:\"ar:CIE L*a*b*‎\";'),('ary','messages:exif-photometricinterpretation-9','s:30:\"ar:CIE L*a*b* (تكويد ICC)\";'),('ary','messages:exif-pixelxdimension','s:18:\"ary:ard sora sahih\";'),('ary','messages:exif-pixelydimension','s:18:\"ary:tol sora sahih\";'),('ary','messages:exif-planarconfiguration','s:19:\"ary:tartib lbayanat\";'),('ary','messages:exif-planarconfiguration-1','s:24:\"ar:صيغة مكتنزة\";'),('ary','messages:exif-planarconfiguration-2','s:24:\"ar:صيغة مستوية\";'),('ary','messages:exif-pngfilecomment','s:31:\"ary:ṫ-ṫĝliq dial milef PNG\";'),('ary','messages:exif-poseheadingdegrees','s:43:\"ar:وضع العنوان (بالدرجات)\";'),('ary','messages:exif-posepitchdegrees','s:28:\"ar:الملعب (درجات)\";'),('ary','messages:exif-poserolldegrees','s:28:\"ar:لفة (بالدرجات)\";'),('ary','messages:exif-preferredattributionname','s:77:\"ar:عند إعادة استخدام الملف، رجاءً انسبه إلى\";'),('ary','messages:exif-primarychromaticities','s:17:\"ary:alwan assasia\";'),('ary','messages:exif-projectiontype','s:24:\"ar:نوع الإسقاط\";'),('ary','messages:exif-projectiontype-equirectangular','s:32:\"ar:متساوي المستطيل\";'),('ary','messages:exif-provinceorstatecreated','s:60:\"ary:l-\'iqlim wlla d-dwla lli ṫĥdaṫ fihom had ṫṣwira\";'),('ary','messages:exif-provinceorstatedest','s:54:\"ar:المقاطعة أو الولاية المصورة\";'),('ary','messages:exif-rating','s:26:\"ar:التقييم (من 5)\";'),('ary','messages:exif-rating-rejected','s:13:\"ary:mṛfoḍ\";'),('ary','messages:exif-referenceblackwhite','s:35:\"ary:zoj mn qiyam lmarjia lkhl olbid\";'),('ary','messages:exif-relatedsoundfile','s:23:\"ary:milf sawti mortabit\";'),('ary','messages:exif-rightscertificate','s:37:\"ar:شهادة إدارة الحقوق\";'),('ary','messages:exif-rowsperstrip','s:27:\"ary:adad sofof lkol chariha\";'),('ary','messages:exif-samplesperpixel','s:20:\"ary:adad lmokawwinat\";'),('ary','messages:exif-saturation','s:15:\"ar:التشبع\";'),('ary','messages:exif-saturation-0','s:10:\"ary:normal\";'),('ary','messages:exif-saturation-1','s:17:\"ary:tachaboo qlil\";'),('ary','messages:exif-saturation-2','s:16:\"ary:tachaboo ali\";'),('ary','messages:exif-scenecapturetype','s:33:\"ar:نوع إمساك المشهد\";'),('ary','messages:exif-scenecapturetype-0','s:11:\"ary:qiyassi\";'),('ary','messages:exif-scenecapturetype-1','s:11:\"ary:ardiyya\";'),('ary','messages:exif-scenecapturetype-2','s:12:\"ary:portrait\";'),('ary','messages:exif-scenecapturetype-3','s:17:\"ary:machhad layli\";'),('ary','messages:exif-scenecode','s:18:\"ary:cod mċhd IPTC\";'),('ary','messages:exif-scenetype','s:22:\"ar:نوع المشهد\";'),('ary','messages:exif-scenetype-1','s:33:\"ary:sora moltaqata bchkl mobachir\";'),('ary','messages:exif-sensingmethod','s:32:\"ar:وسيلة الاستشعار\";'),('ary','messages:exif-sensingmethod-1','s:11:\"ary:mahddch\";'),('ary','messages:exif-sensingmethod-2','s:40:\"ary:motchair lon lmissaha mn roqaqa whda\";'),('ary','messages:exif-sensingmethod-3','s:45:\"ary:mostchair lon lmissaha mn  jouj d roqaqat\";'),('ary','messages:exif-sensingmethod-4','s:45:\"ary:mostchair lon lmissaha mn tlata d roqaqat\";'),('ary','messages:exif-sensingmethod-5','s:35:\"ary:motchair lon missaha motatabiaa\";'),('ary','messages:exif-sensingmethod-7','s:28:\"ary:mostachair khatti tolati\";'),('ary','messages:exif-sensingmethod-8','s:34:\"ary:mostchair lon khatti motatabi3\";'),('ary','messages:exif-serialnumber','s:39:\"ary:r-raqm ṫ-ṫaslsoli dial l-camera\";'),('ary','messages:exif-sharpness','s:13:\"ar:الحدة\";'),('ary','messages:exif-sharpness-0','s:10:\"ary:normal\";'),('ary','messages:exif-sharpness-1','s:9:\"ary:triyy\";'),('ary','messages:exif-sharpness-2','s:9:\"ary:qassi\";'),('ary','messages:exif-shutterspeedvalue','s:40:\"ary:الزربة د لمغلاق د APEX\";'),('ary','messages:exif-software','s:46:\"ary:اللوجيسييل لي مستخدمين\";'),('ary','messages:exif-software-value','s:5:\"en:$1\";'),('ary','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('ary','messages:exif-source','s:13:\"ary:mṣḍr:\";'),('ary','messages:exif-sourcephotoscount','s:29:\"ar:عدد صور المصدر\";'),('ary','messages:exif-specialinstructions','s:26:\"ar:تعليمات خاصة\";'),('ary','messages:exif-spectralsensitivity','s:23:\"ary:ḫasasiya tayfiyya\";'),('ary','messages:exif-stitchingsoftware','s:26:\"ar:برنامج خياطة\";'),('ary','messages:exif-stripbytecounts','s:29:\"ary:byte lkol chariha mdghota\";'),('ary','messages:exif-stripoffsets','s:24:\"ary:mawqiaa bayanat sora\";'),('ary','messages:exif-subjectarea','s:22:\"ary:misaḫṫ s-sujé\";'),('ary','messages:exif-subjectdistance','s:20:\"ary:masafṫ s-sujé\";'),('ary','messages:exif-subjectdistance-value','s:12:\"ary:$1 mitro\";'),('ary','messages:exif-subjectdistancerange','s:33:\"ar:نطاق مسافة الجسم\";'),('ary','messages:exif-subjectdistancerange-0','s:9:\"ary:mjhol\";'),('ary','messages:exif-subjectdistancerange-1','s:9:\"ary:mavro\";'),('ary','messages:exif-subjectdistancerange-2','s:15:\"ary:ro\'ya qriba\";'),('ary','messages:exif-subjectdistancerange-3','s:15:\"ary:ro\'ya baida\";'),('ary','messages:exif-subjectlocation','s:22:\"ar:موضع الجسم\";'),('ary','messages:exif-subjectnewscode','s:24:\"ar:رمز الموضوع\";'),('ary','messages:exif-subjectnewscode-value','s:10:\"ar:$2 ($1)\";'),('ary','messages:exif-sublocationcreated','s:87:\"ar:موقع من المدينة التي تم التقاط هذه الصورة فيها\";'),('ary','messages:exif-sublocationdest','s:48:\"ar:موقع من المدينة المعروضة\";'),('ary','messages:exif-subsectime','s:24:\"ary:tarikh tawani fariya\";'),('ary','messages:exif-subsectimedigitized','s:32:\"ary:DateTimeDigitized تواني\";'),('ary','messages:exif-subsectimeoriginal','s:31:\"ary:DateTimeOriginal تواني\";'),('ary','messages:exif-unknowndate','s:31:\"ar:تاريخ غير معروف\";'),('ary','messages:exif-urgency','s:10:\"ary:urjons\";'),('ary','messages:exif-urgency-high','s:15:\"ary:ĝalia ($1)\";'),('ary','messages:exif-urgency-low','s:19:\"ary:mnĥafḍa ($1)\";'),('ary','messages:exif-urgency-normal','s:17:\"ary:ĝadiyya ($1)\";'),('ary','messages:exif-urgency-other','s:60:\"ary:لأولوية اللي ختارها لخدادمي ($1)\";'),('ary','messages:exif-usageterms','s:30:\"ar:شروط الاستخدام\";'),('ary','messages:exif-usepanoramaviewer','s:45:\"ar:استخدم عارض البانوراما\";'),('ary','messages:exif-usepanoramaviewer-false','s:7:\"ar:لا\";'),('ary','messages:exif-usepanoramaviewer-true','s:9:\"ar:نعم\";'),('ary','messages:exif-usercomment','s:24:\"ary:taaliqat lmostakhdim\";'),('ary','messages:exif-webstatement','s:81:\"ar:بيان حقوق التأليف والنشر على شبكة الإنترنت\";'),('ary','messages:exif-whitebalance','s:26:\"ary:توازن د لبيض\";'),('ary','messages:exif-whitebalance-0','s:25:\"ary:tawazon lbyin tilqa\'i\";'),('ary','messages:exif-whitebalance-1','s:29:\"ary:l\'ekilibre dyal lon lbyid\";'),('ary','messages:exif-whitepoint','s:21:\"ary:alwan noqta lbida\";'),('ary','messages:exif-worldregioncreated','s:45:\"ary:j-jiha lli ṫĥdaṫ fiha had ṫṣwira\";'),('ary','messages:exif-worldregiondest','s:21:\"ary:j-jiha lli mbyyna\";'),('ary','messages:exif-writer','s:14:\"ary:لكاتب\";'),('ary','messages:exif-xresolution','s:29:\"ary:الدقة الأفقية\";'),('ary','messages:exif-xyresolution-c','s:20:\"ar:$1 دي بي سي\";'),('ary','messages:exif-xyresolution-i','s:30:\"ar:$1 نقطة لكل بوصة\";'),('ary','messages:exif-ycbcrcoefficients','s:38:\"ary:moamalat masfofa tahwil farigh lon\";'),('ary','messages:exif-ycbcrpositioning','s:20:\"ary:lwada dyal Y o C\";'),('ary','messages:exif-ycbcrpositioning-1','s:11:\"ary:centré\";'),('ary','messages:exif-ycbcrpositioning-2','s:12:\"ary:co-sité\";'),('ary','messages:exif-ycbcrsubsampling','s:30:\"ary:nisbat laayina dyal  Y l C\";'),('ary','messages:exif-yresolution','s:29:\"ary:الدقة الرأسية\";'),('ary','messages:expand_templates_generate_rawhtml','s:23:\"ar:أظهر خام HTML\";'),('ary','messages:expand_templates_generate_xml','s:30:\"ar:اعرض شجرة XML parse\";'),('ary','messages:expand_templates_html_output','s:23:\"ar:ناتج خام HTML\";'),('ary','messages:expand_templates_input','s:34:\"ar:نص الويكي المدخل:\";'),('ary','messages:expand_templates_input_missing','s:83:\"ar:يجب تقديم بعض المدخلات بنص الويكي على الأقل.\";'),('ary','messages:expand_templates_intro','s:405:\"ar:تتعامل هذه الصفحة الخاصة مع نصوص الويكي وتقوم بفرد كل القوالب الموجودة به.\nوتقوم أيضا بفرد دوال القوالب مثل\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like <code><nowiki>{{</nowiki>CURRENTDAY}}</code>. حقيقةً، تقوم التعامل مع كل ما بين الأقواس المزدوجة.\";'),('ary','messages:expand_templates_ok','s:13:\"ar:موافق\";'),('ary','messages:expand_templates_output','s:17:\"ar:النتيجة\";'),('ary','messages:expand_templates_preview','s:18:\"ar:عرض مسبق\";'),('ary','messages:expand_templates_preview_fail_html','s:606:\"ar:<em>عذرا! لم نستطع معالجة تعديلك بسبب فقدان بيانات الجلسة.\n\nلأن {{SITENAME}} بها HTML الخام مفعلة، العرض المسبق مخفي كاحتياط ضد هجمات الجافا سكريبت.</em>\n\n<strong>إذا كانت هذه محاولة تعديل صادقة، من فضلك حاول مرة أخرى.</strong>\nإذا كانت مازالت لا تعمل، حاول [[Special:UserLogout|تسجيل الخروج]] ثم تسجيل الدخول مجددا.و تاكد في  متصفحك من الكوكيز  الخاصة  بهذا الموقع.\";'),('ary','messages:expand_templates_preview_fail_html_anon','s:377:\"ar:<em>لأن {{SITENAME}} لديه الHTML الخام مفعل وأنت غير مسجل الدخول، فعملية المعاينة مخفية كاحتياط ضد عمليات هجوم الجافاسكريبت.</em>\n\n<strong>لو أن هذه عملية معاينة صحيحة، فمن فضلك  [[Special:UserLogin|سجل الدخول]] وحاول مرة أخرى.</strong>\";'),('ary','messages:expand_templates_remove_comments','s:28:\"ar:أزل التعليقات\";'),('ary','messages:expand_templates_remove_nowiki','s:47:\"ar:أخفِ وسوم <nowiki> في الناتج\";'),('ary','messages:expand_templates_title','s:88:\"ar:عنوان صفحة هذا النص، لأجل معالجة {{FULLPAGENAME}} إلخ.:\";'),('ary','messages:expand_templates_xml_output','s:13:\"ar:خرج XML\";'),('ary','messages:expandtemplates','s:29:\"ary:مدّد لموضيلات\";'),('ary','messages:expansion-depth-exceeded-category','s:39:\"ar:تجاوزات عمق التوسيع\";'),('ary','messages:expansion-depth-exceeded-category-desc','s:75:\"ar:الصفحة تجاوزت الحد الأقصى لعمق التوسيع.\";'),('ary','messages:expansion-depth-exceeded-warning','s:50:\"ar:الصفحة تجاوزت عمق التوسيع\";'),('ary','messages:expensive-parserfunction-category','s:106:\"ary:صفحات فيها بزاف ديال الخوارزميات اللي تاتاخد موارد بزاف\";'),('ary','messages:expensive-parserfunction-category-desc','s:233:\"ar:دوال المعالجة المكلفة (مثل <code>#ifexist</code>) كثيرة جدا. راجع [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('ary','messages:expensive-parserfunction-warning','s:383:\"ar:<strong>تحذير:</strong> هذه الصفحة تحتوي على استدعاءات دالة محلل كثيرة مكلفة.\n\nينبغي أن تكون أقل من {{PLURAL:$2||استدعاء واحد|استدعاءين|$2 استدعاءات|$2 استدعاء}}، يوجد الآن {{PLURAL:$1|استدعاء واحد|استدعاءان|$2 استدعاءات|$2 استدعاء}}.\";'),('ary','messages:explainconflict','s:498:\"ary:شي واحد بدل هاد الصفحة ملي كنتي كاتكتب فيها.\nالصندوق د النصوص لفوق كيوري النص اللي كاين دابا فالصفحة.\nالتعديلات اللي درتي كاينين فهاد الصندوق لتحت.\nخاص التعديلات ديالك تّدمج فالنص اللي كاين دابا.\nإلا بركتي دابا على \"$1\" <strong>راه ماغادي يتسجل</strong> غي اللي كاين الصندوق لفوقاني.\";'),('ary','messages:export','s:25:\"ary:تصدير صفحات\";'),('ary','messages:export-addcat','s:10:\"ary:زيد\";'),('ary','messages:export-addcattext','s:37:\"ary:زيد صفاحي من تصنيف\";'),('ary','messages:export-addns','s:10:\"ary:زيد\";'),('ary','messages:export-addnstext','s:68:\"ary:زيد صفاحي من هاد لمجالات السمياتية:\";'),('ary','messages:export-download','s:32:\"ary:شجّل بحال فيشيي\";'),('ary','messages:export-manual','s:36:\"ar:إضافة صفحات يدويا:\";'),('ary','messages:export-pagelinks','s:28:\"ary:dimn sfahi lmawsla lomq:\";'),('ary','messages:export-submit','s:12:\"ary:خرًج\";'),('ary','messages:export-summary','s:3:\"en:\";'),('ary','messages:export-templates','s:15:\"ary:dimn lqwalb\";'),('ary','messages:exportall','s:31:\"ar:صدّر كل الصفحات\";'),('ary','messages:exportcuronly','s:87:\"ar:ضمن المراجعة الحالية فقط، وليس التاريخ الكامل\";'),('ary','messages:exportlistauthors','s:68:\"ar:أضف قائمة كاملة بالمساهمين لكل صفحة\";'),('ary','messages:exportnohistory','s:190:\"ar:----\n<strong>ملاحظة:</strong> تصدير التاريخ الكامل للصفحات من خلال هذه الاستمارة تم تعطيله لأسباب تتعلق بالأداء.\";'),('ary','messages:exporttext','s:890:\"ar:يمكنك تصدير النص وتاريخ تعديلات صفحة أو مجموعة صفحات في صيغة XML.\nهذا يمكن استيراده إلى ويكي آخر يستعمل ميدياويكي بواسطة [[Special:Import|صفحة الاستيراد]].\n\nلتصدير الصفحات، أدخل عناوينها في الصندوق أسفله، عنواناً واحداً في كل سطر، مع اختيار ما إذا كنت ترغب بتصدير النسخة الحالية مع جميع النسخ القديمة، أي مع كامل معلومات تاريخ الصفحة، أو فقط النسخة الحالية مع معلومات عن التعديل الأخير.\n\nفي الحالة الأخيرة يمكنك أيضاً استخدام وصلة، على سبيل المثال [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] للصفحة «[[{{MediaWiki:Mainpage}}]]».\";'),('ary','messages:external_image_whitelist','s:695:\"ar: #<pre>اترك هذا السطر تماما كما هو\n#ضع منثورات التعبيرات المنتظمة (فقط الجزء الذي يذهب بين //) بالأسفل\n#هذه ستتم مطابقتها مع مسارات الصور الخرجية (الموصولة بشكل مباشر)\n#هذه التي تطابق سيتم عرضها كصور، غير ذلك فقط وصلة إلى الصورة سيتم عرضها\n#السطور التي تبدأ ب# تتم معاملتها كتعليقات\n#هذا لا يتأثر بحالة الحروف\n\n#ضع كل منثورات التعبيرات المنتظمة فوق هذا السطر. اترك هذا السطر تماما كما هو</pre>\";'),('ary','messages:externaldberror','s:177:\"ary:كاين يا إما شي غلط فالدخول لقاعدة لبيانات لخارجية ولا راه مايمكنش ليك تحدَث لحساب ديالك لخارجي.\";'),('ary','messages:faq','s:36:\"ary:لأسئلة لي كاتعاود\";'),('ary','messages:feb','s:16:\"ary:فبراير\";'),('ary','messages:february','s:16:\"ary:فبراير\";'),('ary','messages:february-gen','s:16:\"ary:فبراير\";'),('ary','messages:feed-atom','s:11:\"ar:أتوم\";'),('ary','messages:feed-invalid','s:37:\"ary:نوع التلقيمة غالط.\";'),('ary','messages:feed-rss','s:17:\"ar:أر إس إس\";'),('ary','messages:feed-unavailable','s:39:\"ary:التلقيمات ماكايناش\";'),('ary','messages:feedback-adding','s:51:\"ar:إضافة تعليقات إلى الصفحة...\";'),('ary','messages:feedback-back','s:11:\"ar:رجوع\";'),('ary','messages:feedback-bugcheck','s:90:\"ar:رائع! تحقق من أن هذه ليست إحدى [$1 العلل المعروفة].\";'),('ary','messages:feedback-bugnew','s:52:\"ar:لقد تحققت. بلغ عن علة جديدة.\";'),('ary','messages:feedback-bugornote','s:322:\"ar:إن كنت مستعدا لشرح  مشكلة تقنية بالتفصيل، رجاءا [$1 قدم تقريرا بالخلل].\nبخلاف ذلك، يمكنك أستخدام الطريقة الأسهل أسفله، سيتم إضافة تعليقك للصفحة \"[$3 $2]\"، بالإضافة إلى اسم المستخدم.\";'),('ary','messages:feedback-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:feedback-close','s:7:\"ar:تم\";'),('ary','messages:feedback-dialog-intro','s:210:\"ar:أنت يمكنك استخدام الاستمارة السهلة بالأسفل لإرسال تعليقك. تعليقك ستتم إضافته للصفحة \"$1\"، مع اسم المستخدم الخاص بك.\";'),('ary','messages:feedback-dialog-title','s:33:\"ar:أرسل تغذية راجعة\";'),('ary','messages:feedback-error1','s:57:\"ar:خطأ: لا يمكن التعرف عليها من API\";'),('ary','messages:feedback-error4','s:72:\"ar:خطأ: غير قادر على نشر الى ان تعطي عنوان\";'),('ary','messages:feedback-external-bug-report-button','s:40:\"ar:أرسل تقرير علة تقنية\";'),('ary','messages:feedback-message','s:18:\"ar:الرسالة:\";'),('ary','messages:feedback-subject','s:18:\"ar:الموضوع:\";'),('ary','messages:feedback-submit','s:13:\"ar:إرسال\";'),('ary','messages:feedback-terms','s:252:\"ar:أنا أفهم أن معلومات وكيل المستخدم الخاص بي تشمل معلومات حول نسخة متصفحي ونظام التشغيل الخاص بي بالضبط وستتم مشاركتها علنيا بجانب تعليقي.\";'),('ary','messages:feedback-termsofuse','s:104:\"ar:أنا أوافق على توفير تعليقات بالتوافق مع شروط الاستخدام.\";'),('ary','messages:feedback-thanks','s:64:\"ar:شكرا! أُرسلت ملاحظاتك لصفحة \"[$2 $1]\".\";'),('ary','messages:feedback-thanks-title','s:19:\"ar:شكرًا لك!\";'),('ary','messages:feedback-useragent','s:29:\"ar:وكيل المستخدم:\";'),('ary','messages:fewestrevisions','s:42:\"ar:الصفحات ذات أقل تعديل\";'),('ary','messages:fewestrevisions-summary','s:3:\"en:\";'),('ary','messages:file-anchor-link','s:12:\"ary:فيشي\";'),('ary','messages:file-deleted-duplicate','s:198:\"ar:ملف مطابق لهذه الملف ([[:$1]]) تم حذفه من قبل. ينبغي أن تتحقق من تاريخ الحذف لهذا الملف قبل المتابعة بإعادة رفعه.\";'),('ary','messages:file-deleted-duplicate-notitle','s:290:\"ar:سابقا تم حذف ملف مطابق لهذا الملف، وقد تم منع العنوان.\nينبغي أن تسأل شخص ما لديه القدرة على عرض بيانات الملف الممنوع لاستعراض الوضع قبل الشروع في إعادة تحميله.\";'),('ary','messages:file-exists-duplicate','s:86:\"ar:هذا الملف مكرر  {{PLURAL:$1|للملف|للملفات}} التالية:\";'),('ary','messages:file-exists-sharedrepo','s:139:\"ar:اسم الملف الذي اخترته مستخدم من قبل في مستودع مشترك.\nمن فضلك اختر اسماً آخر.\";'),('ary','messages:file-info','s:58:\"ary:لحجم د لفيشي: $1، النوع د ل MIME: $2\";'),('ary','messages:file-info-gif-frames','s:90:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارا|$1 إطار}}\";'),('ary','messages:file-info-gif-looped','s:14:\"ary:ملوًي\";'),('ary','messages:file-info-png-frames','s:92:\"ar:{{PLURAL:$1||إطار واحد|إطاران|$1 إطارات|$1 إطارًا|$1 إطار}}\";'),('ary','messages:file-info-png-looped','s:14:\"ary:ملوًي\";'),('ary','messages:file-info-png-repeat','s:77:\"ar:عرضت {{PLURAL:$1||مرة واحدة|مرتين|$1 مرات|$1 مرة}}\";'),('ary','messages:file-info-size','s:79:\"ary:$1 × $2 پيكسيل، تيساع لفيشي: $3، نوع لميديا: $4\";'),('ary','messages:file-info-size-pages','s:127:\"ary:$1 × $2 پيكسيل، تيساع د لفيشي: $3 ، نوع د لفيشي: $4 ، $5 {{PLURAL:$5| صفحة | صفحات}}\";'),('ary','messages:file-no-thumb-animation','s:161:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف ستكون غير متحركة.</strong>\";'),('ary','messages:file-no-thumb-animation-gif','s:185:\"ar:<strong>ملاحظة: نظراً للقيود التقنية، فإن الصورة المصغرة لهذا الملف GIF عالي الدقة ستكون غير متحركة.</strong>\";'),('ary','messages:file-nohires','s:55:\"ary:ما كاينش شي دقة أعلى من هادي.\";'),('ary','messages:file-thumbnail-no','s:268:\"ar:يبدأ الملف ب <strong>$1</strong>.\nيبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\nإذا كانت لديك الصورة في درجة دقة كاملة قم برفعها، أو قم بتغيير اسم الملف من فضلك.\";'),('ary','messages:file-too-large','s:58:\"ary:لفيشي لي صيفطتي كان كبير بزاف.\";'),('ary','messages:filecopyerror','s:54:\"ary:مايمكنش تكوپي لفيشي \"$1\" ل \"$2\".\";'),('ary','messages:filedelete','s:13:\"ary:محي $1\";'),('ary','messages:filedelete-archive-read-only','s:103:\"ar:مجلد الأرشيف \"$1\" لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('ary','messages:filedelete-comment','s:13:\"ary:سباب:\";'),('ary','messages:filedelete-current-unregistered','s:72:\"ar:الملف المحدد \"$1\" ليس في قاعدة البيانات.\";'),('ary','messages:filedelete-edit-reasonlist','s:32:\"ary:بدل أسباب الحذف\";'),('ary','messages:filedelete-edit-reasonlist-suppress','s:35:\"ar:عدل أسباب الإخفاء\";'),('ary','messages:filedelete-intro','s:98:\"ar:أنت على وشك حذف الملف <strong>[[Media:$1|$1]]</strong> مع كل تاريخه.\";'),('ary','messages:filedelete-intro-old','s:87:\"ar:أنت تحذف نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ [$4 $3، $2].\";'),('ary','messages:filedelete-legend','s:29:\"ary:سيپريمي كولشي\";'),('ary','messages:filedelete-maintenance','s:86:\"ar:حذف واسترجاع الملفات معطل مؤقتا خلال الصيانة.\";'),('ary','messages:filedelete-maintenance-title','s:34:\"ar:لا يمكن حذف الملف\";'),('ary','messages:filedelete-missing','s:71:\"ar:الملف \"$1\" لم يمكن حذفه، لأنه غير موجود.\";'),('ary','messages:filedelete-nofile','s:41:\"ar:<strong>$1</strong> غير موجود.\";'),('ary','messages:filedelete-nofile-old','s:96:\"ar:لا توجد نسخة مؤرشفة من <strong>$1</strong> بالعناصر المحددة.\";'),('ary','messages:filedelete-old-unregistered','s:89:\"ar:مراجعة الملف المحددة \"$1\" ليست في قاعدة البيانات.\";'),('ary','messages:filedelete-otherreason','s:37:\"ary:سباب وحداخور/زايد:\";'),('ary','messages:filedelete-reason-dropdown','s:68:\"ary:*asbab l-ḫdf l-ĝamma\n** ĥra ḫoqoq n-naċr\n** milef mḍobl\";'),('ary','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('ary','messages:filedelete-reason-otherlist','s:21:\"ary:سباب أخور\";'),('ary','messages:filedelete-submit','s:10:\"ary:محي\";'),('ary','messages:filedelete-success','s:35:\"ary:<strong>$1</strong> تحيّد.\";'),('ary','messages:filedelete-success-old','s:82:\"ar:نسخة <strong>[[Media:$1|$1]]</strong> بتاريخ $3، $2 تم حذفها.\";'),('ary','messages:filedeleteerror','s:46:\"ary:مايمكنش تمسح لفيشيي \"$1\".\";'),('ary','messages:filedeleteerror-long','s:56:\"ar:حدثت أخطاء أثناء حذف الملف:\n\n$1\";'),('ary','messages:filedeleteerror-short','s:31:\"ar:خطأ حذف الملف: $1\";'),('ary','messages:filedesc','s:12:\"ary:ملخص\";'),('ary','messages:fileduplicatesearch','s:45:\"ary:قلّب على فيشيات مضوبلة\";'),('ary','messages:fileduplicatesearch-filename','s:24:\"ary:سميت لفيشي:\";'),('ary','messages:fileduplicatesearch-info','s:65:\"ary:$1 × $2 piksel<br />ṫqel l-fiċyé: $3<br />noĝ MIME : $4\";'),('ary','messages:fileduplicatesearch-noresults','s:47:\"ary:ma lqina ḫṫṫa ċi milef ṣmito \"$1\".\";'),('ary','messages:fileduplicatesearch-result-1','s:55:\"ary:ḫṫṫa ċi ṫakṛaṛ ma mtabq ll-milef \"$1\".\";'),('ary','messages:fileduplicatesearch-result-n','s:97:\"ary:l-milef \"$1\" fih {{PLURAL:$2|1 ṫ-ṫakṛaṛ lli mtabq|$2 d-ṫakṛaṛaṫ lli mtabqa}}.\";'),('ary','messages:fileduplicatesearch-submit','s:12:\"ary:قلّب\";'),('ary','messages:fileduplicatesearch-summary','s:84:\"ary:قلّب على فيشيات مضوبلة على حساب لقيمة د لهاش\";'),('ary','messages:fileexists','s:204:\"ar:هناك ملف موجود يحمل نفس هذا الاسم الرجاء التحقق من <strong>[[:$1]]</strong> لو {{GENDER:|كنت}} غير متأكد أنك تريد تبديله.\n[[$1|thumb]]\";'),('ary','messages:fileexists-duplicate-version','s:139:\"ar:الملف المرفوع هو نسخة مطابقة من {{PLURAL:$2|نسخة أقدم|نسخ أقدم}} من <strong>[[:$1]]</strong>.\";'),('ary','messages:fileexists-extension','s:231:\"ar:يوجد ملف باسم مشابه: [[$2|thumb]]\n* اسم الملف المراد رفعه: <strong>[[:$1]]</strong>\n* اسم الملف الموجود: <strong>[[:$2]]</strong>\nمن فضلك اختر اسماً مختلفاً.\";'),('ary','messages:fileexists-forbidden','s:253:\"ar:هناك ملف موجود بهذا الاسم بالفعل، ولا يمكن إعادة الكتابة عليه.\nلو أنك مازلت تريد رفع ملفك، من فضلك عد واستخدم اسماً جديداً. [[File:$1|thumb|center|$1]]\";'),('ary','messages:fileexists-no-change','s:127:\"ar:الملف المرفوع هو نسخة مطابقة تمامًا للنسخة الحالية من <strong>[[:$1]]</strong>.\";'),('ary','messages:fileexists-shared-forbidden','s:241:\"ar:يوجد ملف بنفس الاسم بالفعل في مستودع الملفات المشترك.\nلو كنت مازلت تريد رفع ملفك، من فضلك ارجع واستخدم اسماً جديداً.\n[[File:$1|thumb|center|$1]]\";'),('ary','messages:fileexists-thumbnail-yes','s:260:\"ar:يبدو أن الملف مصغرا لحجم أعلى <em>(thumbnail)</em>.\n[[$1|thumb]]\nمن فضلك افحص الملف <strong>[[:$1]]</strong>.\nإن كان هو نفس الملف بالحجم الأصلي فلا داعي لرفع تصغير إضافي.\";'),('ary','messages:filehist','s:34:\"ary:ليسطوريك د لفيشي\";'),('ary','messages:filehist-comment','s:14:\"ary:تعليق\";'),('ary','messages:filehist-current','s:21:\"ary:ديال دابا\";'),('ary','messages:filehist-datetime','s:23:\"ary:نهار/توقيت\";'),('ary','messages:filehist-deleteall','s:19:\"ary:محي كلشي\";'),('ary','messages:filehist-deleteone','s:10:\"ary:محي\";'),('ary','messages:filehist-dimensions','s:18:\"ary:الأبعاد\";'),('ary','messages:filehist-filesize','s:17:\"ary:hajm lfichier\";'),('ary','messages:filehist-help','s:117:\"ary:ورك على تاريخ/ساعة باش تشوف هاد لفيشي كيف كان كايبان ف داك لوقت\";'),('ary','messages:filehist-nothumb','s:19:\"ary:لا تصغير\";'),('ary','messages:filehist-revert','s:12:\"ary:رجّع\";'),('ary','messages:filehist-thumb','s:14:\"ary:تصغير\";'),('ary','messages:filehist-thumbtext','s:56:\"ary:التصغير ديال النسخة بتاريخ $1\";'),('ary','messages:filehist-user','s:16:\"ary:خدايمي\";'),('ary','messages:filemissing','s:20:\"ary:fichier makaynch\";'),('ary','messages:filename','s:23:\"ary:سميت لفيشي\";'),('ary','messages:filename-bad-prefix','s:257:\"ar:اسم الملف الذي ترفعه يبدأ ب<strong>\"$1\"</strong>، وهو اسم غير وصفي غالباً ما تخصصه الكاميرات الرقمية تلقائياً.\nمن فضلك اختر اسماً يصف ملفك بوضوح أكثر.\";'),('ary','messages:filename-prefix-blacklist','s:388:\"ary: #<!-- khlli had str kima hwa --> <pre>\n# sigha bhal hakka:\n#   * aych haja mn  \"#\" tal akhir nass rah taaliq\n#   * Every non-blank line is a prefix for typical file names assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- khlli had str kima hwa -->\";'),('ary','messages:filename-thumb-name','s:303:\"ar:هذا يبدو وكأنه عنوان صورة مصغرة. من فضلك لا ترفع صورة مصغرة لنفس الويكي مرة ثانية. أو، من فضلك أصلح اسم الملف بحيث يكون معبرا أكثر، ولا يحتوي على بادئة الصورة المصغرة.\";'),('ary','messages:filename-toolong','s:78:\"ar:طول أسماء الملفات يجب أن لا يتجاوز 240 بايت\";'),('ary','messages:filename-tooshort','s:44:\"ary:سميت لفيشي قصيرة بزاف.\";'),('ary','messages:filenotfound','s:48:\"ary:ماقدرناش نلقاو لفيشي \"$1\".\";'),('ary','messages:filepage-nofile','s:60:\"ary:ما كاين حتا شي فيشي ب هاد سّمية.\";'),('ary','messages:filepage-nofile-link','s:101:\"ary:ماكاين تا فيشي ب هاد السمية، ولاكين تقدر [$1 تطلع واحد].\";'),('ary','messages:filepage.css','s:135:\"ar:/* CSS المعروض هنا سيضمن في صفحات وصف الملفات، أيضا على الويكيات الأجنبية */\";'),('ary','messages:filepageexists','s:316:\"ar:أنشئت صفحة وصف هذا الملف في <strong>[[:$1]]</strong>، لكن لا يوجد ملف بهذا الاسم حالياً.\nلن يظهر الملخص الذي تدخله على صفحة الوصف.\nلجعل ملخصك يظهر هناك، ستحتاج إلى تعديله يدوياً.\n[[$1|thumb]]\";'),('ary','messages:filereadonlyerror','s:204:\"ar:تعذر تعديل الملف \"$1\" لأن مستودع الملف \"$2\" في وضع القراءة فقط. \n\nإداري النظام الذي قام بغلقه قدم التفسير التالي: \"$3\".\";'),('ary','messages:filerenameerror','s:56:\"ary:مايمكنش تسمًي لفيشيي \"$1\" ب \"$2\".\";'),('ary','messages:filereuploadsummary','s:39:\"ary:التبديلات د لفيشيي:\";'),('ary','messages:filerevert','s:15:\"ary:رجًع $1\";'),('ary','messages:filerevert-badversion','s:98:\"ar:لا توجد نسخة محلية سابقة لهذا الملف بالتاريخ المعطى.\";'),('ary','messages:filerevert-comment','s:13:\"ary:سباب:\";'),('ary','messages:filerevert-defaultcomment','s:54:\"ar:استرجع للنسخة بتاريخ $2، $1 ($3)\";'),('ary','messages:filerevert-identical','s:99:\"ar:الإصدار الحالي من الملف بالفعل مطابق للإصدار المحدد.\";'),('ary','messages:filerevert-intro','s:106:\"ar:أنت تسترجع الملف <strong>[[Media:$1|$1]]</strong> للنسخة [$4 بتاريخ $3، $2].\";'),('ary','messages:filerevert-legend','s:21:\"ary:رجع لفيشي\";'),('ary','messages:filerevert-submit','s:12:\"ary:رجًع\";'),('ary','messages:filerevert-success','s:97:\"ar:<strong>[[Media:$1|$1]]</strong> تم استرجاعه [$4 للنسخة بتاريخ $3، $2].\";'),('ary','messages:filesource','s:15:\"ary:لمصدر:\";'),('ary','messages:filestatus','s:33:\"ary:حالة حقوق النسخ:\";'),('ary','messages:filetype-bad-ie-mime','s:177:\"ar:لم يمكن رفع هذا المف لأن إنترنت إكسبلورر سيكتشفه ك\"$1\", وهو نوع ملف ممنوع ومن المحتمل أن يكون خطرا.\";'),('ary','messages:filetype-badmime','s:74:\"ar:من غير المسموح به رفع ملفات من النوع \"$1\".\";'),('ary','messages:filetype-banned','s:49:\"ary:هاد النوع د لملفات ممنوع.\";'),('ary','messages:filetype-banned-type','s:242:\"ar:<strong>\".$1\"</strong> {{PLURAL:$4|ليس نوع ملف مسموح به|ليسوا أنواع ملفات مسموح بها}}.\n{{PLURAL:$3|نوع الملف المسموح به هو|أنواع الملفات المسموح بها هي}} $2.\";'),('ary','messages:filetype-mime-mismatch','s:102:\"ary:لمتيداد د لفيشي \".$1\" ماتيطابقش نّوع د لميديا د لفيشي ($2).\";'),('ary','messages:filetype-missing','s:52:\"ar:الملف بدون امتداد (مثل \".jpg\").\";'),('ary','messages:filetype-unwanted-type','s:170:\"ar:<strong>\".$1\"</strong> هو نوع ملف غير مرغوب فيه.\n{{PLURAL:$3|نوع الملف المفضل هو|أنواع الملفات المفضلة هي}} $2.\";'),('ary','messages:fileuploadsummary','s:13:\"ary:ملخص:\";'),('ary','messages:filewasdeleted','s:133:\"ar:تم رفع ثم حذف ملف بهذا الاسم من قبل.\nمن الأفضل مراجعة $1 قبل رفعه مرة أخرى.\";'),('ary','messages:fix-double-redirects','s:56:\"ary:ḫddeṫ ayy ṫḫwil ka yċir ll-ĝonwan l-\'ṣli\";'),('ary','messages:formatnum-nan','s:18:\"ar:ليس عددا\";'),('ary','messages:formerror','s:54:\"ary:غلط: ليستيمارة ماتقدرش تنفد\";'),('ary','messages:fri','s:12:\"ary:جمعة\";'),('ary','messages:friday','s:12:\"ary:جمعة\";'),('ary','messages:friday-at','s:38:\"ar:يوم الجمعة الساعة $1\";'),('ary','messages:gallery-slideshow-toggle','s:39:\"ar:تغيير الصور المصغرة\";'),('ary','messages:gender-female','s:45:\"ary:هي تاتعدل صفحات الويكي\";'),('ary','messages:gender-male','s:45:\"ary:هو تايعدل صفحات الويكي\";'),('ary','messages:gender-notknown','s:42:\"ary:تايعدلو صفحات الويكي\";'),('ary','messages:gender-unknown','s:158:\"ary:ملي غايهضر معاك, أيحاول لبرنامج يخدًم كلمات محايدة من ناحية واش راجل ولا مرا كلما قدر\";'),('ary','messages:generic-pool-error','s:235:\"ar:عذرا، الخوادم منهكة حاليا.\nيحاول مستخدمون كثر الوصول إلى هذا المورد.\nمن فضلك تمهّل قليلا قبل محاولة الوصول إلى هذا المورد مجددا.\";'),('ary','messages:go','s:10:\"ary:سير\";'),('ary','messages:googleanalytics-desc','s:112:\"ar:يضيف سكريبت جوجل التحليلي (ga.js) إلى صفحات الميدياويكي للتتبع\";'),('ary','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('ary','messages:gotointerwiki','s:22:\"ar:ترك {{SITENAME}}\";'),('ary','messages:gotointerwiki-external','s:150:\"ar:أنت على وشك ترك {{SITENAME}} لزيارة [[$2]]، وهو موقع منفصل.\n\n\'\'\'[$1 اضغط هنا للاستمرار إلى $1]\'\'\'\";'),('ary','messages:gotointerwiki-invalid','s:47:\"ar:العنوان المحدد غير صحيح.\";'),('ary','messages:grant-basic','s:39:\"ary:الصلاحيات الأساسية\";'),('ary','messages:grant-blockusers','s:55:\"ar:منع ورفع المنع عن المستخدمين\";'),('ary','messages:grant-createaccount','s:19:\"ary:دير كونط\";'),('ary','messages:grant-createeditmovepage','s:60:\"ary:لإنشاء و تّبدال و نّقل د صّفحات\";'),('ary','messages:grant-delete','s:75:\"ar:حذف الصفحات والمراجعات ومدخلات السجلات\";'),('ary','messages:grant-editinterface','s:100:\"ar:تعديل نطاق ميدياويكي وجسون على مستوى الموقع/المستخدم\";'),('ary','messages:grant-editmycssjs','s:72:\"ar:تعديل CSS/جافا سكريت/جسون الخاصة بحسابك\";'),('ary','messages:grant-editmyoptions','s:74:\"ar:تعديل تفضيلاتك وإعدادات الJSON الخاصة بك\";'),('ary','messages:grant-editmywatchlist','s:43:\"ary:صايب الليصطا د التتبع\";'),('ary','messages:grant-editpage','s:37:\"ar:تعديل صفحات موجودة\";'),('ary','messages:grant-editprotected','s:35:\"ar:تعديل صفحات محمية\";'),('ary','messages:grant-editsiteconfig','s:66:\"ar:عدل CSS/JS على مستوى الموقع والمستخدم\";'),('ary','messages:grant-generic','s:35:\"ar:\"$1\" حزمة الصلاحيات\";'),('ary','messages:grant-group-administration','s:37:\"ar:أداء عمليات إدارية\";'),('ary','messages:grant-group-customization','s:38:\"ar:التخصيص والتفضيلات\";'),('ary','messages:grant-group-email','s:23:\"ary:صيفط إيميل\";'),('ary','messages:grant-group-file-interaction','s:37:\"ar:التفاعل مع الوسائط\";'),('ary','messages:grant-group-high-volume','s:40:\"ar:أداء نشاط كبير الحجم\";'),('ary','messages:grant-group-other','s:28:\"ar:نشاطات متفرقة\";'),('ary','messages:grant-group-page-interaction','s:37:\"ar:التفاعل مع الصفحات\";'),('ary','messages:grant-group-private-information','s:67:\"ar:الوصول للبيانات السرية المتعلقة بك\";'),('ary','messages:grant-group-watchlist-interaction','s:50:\"ar:التفاعل مع قائمة المراقبة\";'),('ary','messages:grant-highvolume','s:33:\"ar:تعديل كبير الحجم\";'),('ary','messages:grant-import','s:36:\"ar:استيراد المراجعات\";'),('ary','messages:grant-mergehistory','s:35:\"ar:دمج تاريخ الصفحات\";'),('ary','messages:grant-oversight','s:66:\"ar:إخفاء المستخدمين وإخفاء المراجعات\";'),('ary','messages:grant-patrol','s:43:\"ar:تغييرات دورية للصفحات\";'),('ary','messages:grant-privateinfo','s:47:\"ar:الوصول للمعلومات السرية\";'),('ary','messages:grant-protect','s:52:\"ar:حماية وإزالة حماية الصفحات\";'),('ary','messages:grant-rollback','s:56:\"ar:استرجاع التغييرات في الصفحات\";'),('ary','messages:grant-sendemail','s:75:\"ar:إرسال بريد إلكتروني للمستخدمين الآخرين\";'),('ary','messages:grant-uploadeditmovefile','s:46:\"ar:رفع وإزاحة ونقل الملفات\";'),('ary','messages:grant-uploadfile','s:33:\"ar:ارفع ملفات جديدة\";'),('ary','messages:grant-viewdeleted','s:58:\"ar:عرض الملفات والصفحات المحذوفة\";'),('ary','messages:grant-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('ary','messages:grant-viewrestrictedlogs','s:50:\"ar:عرض مدخلات السجل المحظورة\";'),('ary','messages:group','s:21:\"ary:المجموعة:\";'),('ary','messages:group-all','s:14:\"ary:(كلشي)\";'),('ary','messages:group-autoconfirmed','s:50:\"ary:خدايميا مكونفيرمين نيشان\";'),('ary','messages:group-autoconfirmed-member','s:99:\"ary:{{GENDER:$1|خدايمي مؤكد تلقائيًا|خدايمية مؤكدة تلقائيًا}}\";'),('ary','messages:group-autoconfirmed.css','s:146:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين المؤكدين تلقائيا فقط */\";'),('ary','messages:group-autoconfirmed.js','s:125:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للمستخدمين المؤكدين تلقائيا فقط */\";'),('ary','messages:group-bot','s:14:\"ary:بوتات\";'),('ary','messages:group-bot-member','s:24:\"ary:{{GENDER:$1|بوت}}\";'),('ary','messages:group-bot.css','s:108:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البوتات فقط */\";'),('ary','messages:group-bot.js','s:87:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبوتات فقط */\";'),('ary','messages:group-bureaucrat','s:26:\"ary:بيروقراطيين\";'),('ary','messages:group-bureaucrat-member','s:34:\"ary:{{GENDER:$1|بيروقراط}}\";'),('ary','messages:group-bureaucrat.css','s:120:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على البيروقراطيين فقط */\";'),('ary','messages:group-bureaucrat.js','s:99:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للبيروقراطيين فقط */\";'),('ary','messages:group-interface-admin','s:38:\"ary:إمغارن د لانطيرفاص\";'),('ary','messages:group-interface-admin-member','s:42:\"ar:{{GENDER:$1|إداري الواجهة}}\";'),('ary','messages:group-membership-link-with-expiry','s:18:\"ary:$1 (تال $2)\";'),('ary','messages:group-named','s:32:\"ar:مستخدمون مسجلون\";'),('ary','messages:group-suppress','s:18:\"ary:مسًاحين\";'),('ary','messages:group-suppress-member','s:37:\"ary:{{GENDER:$1|مزيل|مزيلة}}\";'),('ary','messages:group-sysop','s:16:\"ary:إمغارن\";'),('ary','messages:group-sysop-member','s:41:\"ary:{{GENDER:$1|إداري|إدارية}}\";'),('ary','messages:group-sysop.css','s:112:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على الإداريين فقط */\";'),('ary','messages:group-sysop.js','s:91:\"ar:/* أي جافاسكريبت هنا سيتم تحميلها للإداريين فقط */\";'),('ary','messages:group-user','s:18:\"ary:خدايميا\";'),('ary','messages:group-user-member','s:45:\"ary:{{GENDER:$1|خدايمي|خدايمية}}\";'),('ary','messages:group-user.css','s:97:\"ar:/* CSS المعروض هنا سيؤثر على المستخدمين المسجلين فقط */\";'),('ary','messages:group-user.js','s:98:\"ar:/* أي JavaScript هنا سيتم تحميله للمستخدمين المسجلين فقط */\";'),('ary','messages:grouppage-autoconfirmed','s:65:\"ary:{{ns:project}}:خدايميا مكونفيرمين نيشان\";'),('ary','messages:grouppage-bot','s:29:\"ary:{{ns:project}}:بوتات\";'),('ary','messages:grouppage-bureaucrat','s:41:\"ary:{{ns:project}}:بيروقراطيين\";'),('ary','messages:grouppage-interface-admin','s:53:\"ary:{{ns:project}}:إمغارن د لانطيرفاص\";'),('ary','messages:grouppage-named','s:47:\"ar:{{ns:project}}:مستخدمون مسجلون\";'),('ary','messages:grouppage-suppress','s:44:\"ary:{{ns:project}}:خاصية الإزالة\";'),('ary','messages:grouppage-sysop','s:31:\"ary:{{ns:project}}:إمغارن\";'),('ary','messages:grouppage-user','s:33:\"ary:{{ns:project}}:خدايميا\";'),('ary','messages:guesstimezone','s:43:\"ary:دخل تّوقيت من لبراوزر\";'),('ary','messages:headline-anchor-title','s:31:\"ar:وصلة لهذا القسم\";'),('ary','messages:hebrew-calendar-m1','s:13:\"ar:تيشري\";'),('ary','messages:hebrew-calendar-m1-gen','s:13:\"ar:تيشري\";'),('ary','messages:hebrew-calendar-m10','s:11:\"ar:تموز\";'),('ary','messages:hebrew-calendar-m10-gen','s:11:\"ar:تموز\";'),('ary','messages:hebrew-calendar-m11','s:7:\"ar:آف\";'),('ary','messages:hebrew-calendar-m11-gen','s:7:\"ar:آف\";'),('ary','messages:hebrew-calendar-m12','s:13:\"ar:أيلول\";'),('ary','messages:hebrew-calendar-m12-gen','s:13:\"ar:أيلول\";'),('ary','messages:hebrew-calendar-m2','s:15:\"ar:تيشفان\";'),('ary','messages:hebrew-calendar-m2-gen','s:15:\"ar:تيشفان\";'),('ary','messages:hebrew-calendar-m3','s:15:\"ar:كيسليف\";'),('ary','messages:hebrew-calendar-m3-gen','s:15:\"ar:كيسليف\";'),('ary','messages:hebrew-calendar-m4','s:13:\"ar:تيفيت\";'),('ary','messages:hebrew-calendar-m4-gen','s:13:\"ar:تيفيت\";'),('ary','messages:hebrew-calendar-m5','s:13:\"ar:شيفات\";'),('ary','messages:hebrew-calendar-m5-gen','s:13:\"ar:شيفات\";'),('ary','messages:hebrew-calendar-m6','s:11:\"ar:أدار\";'),('ary','messages:hebrew-calendar-m6-gen','s:11:\"ar:أدار\";'),('ary','messages:hebrew-calendar-m6a','s:22:\"ar:أدار الأول\";'),('ary','messages:hebrew-calendar-m6a-gen','s:22:\"ar:أدار الأول\";'),('ary','messages:hebrew-calendar-m6b','s:24:\"ar:أدار الثاني\";'),('ary','messages:hebrew-calendar-m6b-gen','s:24:\"ar:أدار الثاني\";'),('ary','messages:hebrew-calendar-m7','s:13:\"ar:نيزان\";'),('ary','messages:hebrew-calendar-m7-gen','s:13:\"ar:نيسان\";'),('ary','messages:hebrew-calendar-m8','s:11:\"ar:أيار\";'),('ary','messages:hebrew-calendar-m8-gen','s:11:\"ar:أيار\";'),('ary','messages:hebrew-calendar-m9','s:13:\"ar:سيفان\";'),('ary','messages:hebrew-calendar-m9-gen','s:13:\"ar:سيفان\";'),('ary','messages:help','s:16:\"ary:معاونة\";'),('ary','messages:help-mediawiki','s:42:\"ary:معاونة على ميدياويكي\";'),('ary','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('ary','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('ary','messages:helppage-top-gethelp','s:16:\"ary:معاونة\";'),('ary','messages:hidden-categories','s:63:\"ary:{{PLURAL:$1|تصنيف مخفي|تصنيفات مخفية}}\";'),('ary','messages:hidden-category-category','s:29:\"ary:تصنيفات مخبية\";'),('ary','messages:hidden-category-category-desc','s:184:\"ar:التصنيف الذي فيه <code><nowiki>__HIDDENCAT__</nowiki></code> والذي يمنع مبدئيا عرضه في صندوق وصلات التصانيف في الصفحات.\";'),('ary','messages:hiddencategories','s:117:\"ary:هاد الصفحة كاينا {{PLURAL:$1|فواحد التصنيف المخفي|$1 تصنيفات مخفية}}:\";'),('ary','messages:hide','s:10:\"ary:خبي\";'),('ary','messages:hidetoc','s:10:\"ary:خبي\";'),('ary','messages:hijri-calendar-m1','s:11:\"ar:محرم\";'),('ary','messages:hijri-calendar-m10','s:11:\"ar:شوال\";'),('ary','messages:hijri-calendar-m11','s:20:\"ar:ذو القعدة\";'),('ary','messages:hijri-calendar-m12','s:18:\"ar:ذو الحجة\";'),('ary','messages:hijri-calendar-m2','s:9:\"ar:صفر\";'),('ary','messages:hijri-calendar-m3','s:22:\"ar:ربيع الأول\";'),('ary','messages:hijri-calendar-m4','s:24:\"ar:ربيع الثاني\";'),('ary','messages:hijri-calendar-m5','s:26:\"ar:جمادى الأولى\";'),('ary','messages:hijri-calendar-m6','s:28:\"ar:جمادى الثانية\";'),('ary','messages:hijri-calendar-m7','s:9:\"ar:رجب\";'),('ary','messages:hijri-calendar-m8','s:13:\"ar:شعبان\";'),('ary','messages:hijri-calendar-m9','s:13:\"ar:رمضان\";'),('ary','messages:hist','s:14:\"ary:تاريخ\";'),('ary','messages:histfirst','s:14:\"ary:لأقدم\";'),('ary','messages:histlast','s:25:\"ary:الجديدة ڭاع\";'),('ary','messages:histlegend','s:343:\"ary:ختيار لفرق: عزل نّساخي لي باغي تقارن و ورك على لبوطونة لتحت.</br>\nمفتاح: <strong>({{int:cur}})</strong> = لفرق معا نّسخة لحالية، <strong>({{int:last}})</strong> = لفرق معا نّسخة لفايتة، <strong>{{int:minoreditletter}}</strong> = تعديل صغير.\";'),('ary','messages:history','s:27:\"ary:تاريخ الصفحة\";'),('ary','messages:history-edit-tags','s:63:\"ar:عدّل وسوم المراجعات التي اخترتها\";'),('ary','messages:history-empty','s:71:\"ar:لم يتم العثور على التنقيحات المطابقة.\";'),('ary','messages:history-feed-description','s:65:\"ary:تاريخ التعديل د هاد الصفحة فلويكي\";'),('ary','messages:history-feed-empty','s:255:\"ar:الصفحة المطلوبة غير موجودة.\nمن المحتمل أن تكون هذه الصفحة قد حذفت من الويكي، أو نقلت.\nحاول [[Special:Search|البحث في الويكي]] عن صفحات جديدة ذات صلة.\";'),('ary','messages:history-feed-item-nocomment','s:12:\"ary:$1 ف $2\";'),('ary','messages:history-feed-title','s:36:\"ary:التاريخ د لمراجعة\";'),('ary','messages:history-fieldset-title','s:33:\"ary:تصفية المراجعات\";'),('ary','messages:history-show-deleted','s:23:\"ary:غي لمحذوفة\";'),('ary','messages:history-title','s:20:\"ary:\"$1\": تاريخ\";'),('ary','messages:history_copyright','s:4:\"en:-\";'),('ary','messages:history_short','s:18:\"ary:التاريخ\";'),('ary','messages:history_small','s:18:\"ary:التاريخ\";'),('ary','messages:historyaction-submit','s:28:\"ar:عرض المراجعات\";'),('ary','messages:historyempty','s:12:\"ary:خاوي\";'),('ary','messages:historysize','s:42:\"ary:({{PLURAL:$1|1 بايت|$1 بايت}})\";'),('ary','messages:historywarning','s:159:\"ar:<strong>تنبيه:</strong> الصفحة التي تريد حذفها بها {{PLURAL:$1|نسخة|نسخة واحدة|نسختان|$1 نسخ|$1 نسخة}}:\";'),('ary','messages:hookaborted','s:82:\"ary:التعديل اللي بغيتي تدير تجهض من قبل امتداد.\";'),('ary','messages:hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('ary','messages:hours-abbrev','s:7:\"ary:$1h\";'),('ary','messages:hours-ago','s:46:\"ar:قبل {{PLURAL:$1|ساعة|$1 ساعات}}\";'),('ary','messages:htmlform-chosen-placeholder','s:11:\"ar:اختر\";'),('ary','messages:htmlform-cloner-create','s:26:\"ar:إضافة المزيد\";'),('ary','messages:htmlform-cloner-delete','s:13:\"ar:إزالة\";'),('ary','messages:htmlform-cloner-required','s:52:\"ar:مطلوب قيمة واحدة على الأقل.\";'),('ary','messages:htmlform-date-invalid','s:123:\"ar:القيمة التي حددتها ليست تاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD.\";'),('ary','messages:htmlform-date-placeholder','s:13:\"ar:YYYY-MM-DD\";'),('ary','messages:htmlform-date-toohigh','s:87:\"ar:القيمة التي حددتها هي بعد آخر تاريخ مسموح به $1.\";'),('ary','messages:htmlform-date-toolow','s:87:\"ar:القيمة التي حددتها هي قبل أول تاريخ مسموح به $1.\";'),('ary','messages:htmlform-datetime-invalid','s:143:\"ar:القيمة التي حددتها ليست وقتا وتاريخا متعرف عليه. جرب استخدام صيغة YYYY-MM-DD HH:MM:SS.\";'),('ary','messages:htmlform-datetime-placeholder','s:22:\"ar:YYYY-MM-DD HH:MM:SS\";'),('ary','messages:htmlform-datetime-toohigh','s:100:\"ar:القيمة التي حددتها هي بعد آخر تاريخ ووقت مسموح بهما $1.\";'),('ary','messages:htmlform-datetime-toolow','s:100:\"ar:القيمة التي حددتها هي قبل أول تاريخ ووقت مسموح بهما $1.\";'),('ary','messages:htmlform-float-invalid','s:30:\"ary:lqima li drtiha machi adad\";'),('ary','messages:htmlform-int-invalid','s:35:\"ary:lqima li drtiha machi adad shih\";'),('ary','messages:htmlform-int-toohigh','s:85:\"ary:لقيمة اللي عزلتي كبر من لحدً لأقصى واللي هو $1\";'),('ary','messages:htmlform-int-toolow','s:47:\"ary:lwima li drtiha sghr mn lminimmun li hwa $1\";'),('ary','messages:htmlform-invalid-input','s:75:\"ary:شي حاجة ف داكشي لي دخّلتي دايرة موشكيلة\";'),('ary','messages:htmlform-multiselect-toomany','s:85:\"ar:يتجاوز عدد العناصر التي حددتها الحد الأقصى $1.\";'),('ary','messages:htmlform-no','s:7:\"ar:لا\";'),('ary','messages:htmlform-required','s:34:\"ary:هاد لقيمة مطلوبة\";'),('ary','messages:htmlform-reset','s:34:\"ary:رجع من التعديلات\";'),('ary','messages:htmlform-select-badoption','s:39:\"ary:lqima li drtiha masalhach ka khiyar\";'),('ary','messages:htmlform-selectorother-other','s:12:\"ary:آخرا\";'),('ary','messages:htmlform-submit','s:12:\"ary:صيفط\";'),('ary','messages:htmlform-tag-not-allowed','s:39:\"ar:$1 هو ليس وسما مقبولا\";'),('ary','messages:htmlform-time-invalid','s:117:\"ar:القيمة التي حددتها ليست وقتا متعرف عليه. جرب استخدام صيغة HH:MM:SS.\";'),('ary','messages:htmlform-time-placeholder','s:11:\"ar:HH:MM:SS\";'),('ary','messages:htmlform-time-toohigh','s:83:\"ar:القيمة التي حددتها هي بعد آخر وقت مسموح به $1.\";'),('ary','messages:htmlform-time-toolow','s:83:\"ar:القيمة التي حددتها هي قبل أول وقت مسموح به $1.\";'),('ary','messages:htmlform-title-badnamespace','s:44:\"ar:[[:$1]] ليس في نطاق \"{{ns:$2}}\".\";'),('ary','messages:htmlform-title-interwiki','s:83:\"ar:$1 هو عنوان ما بين الويكي، يجب أن يكون محليًا.\";'),('ary','messages:htmlform-title-not-creatable','s:56:\"ar:\"$1\" ليس عنوان صفحة يمكن إنشاؤه\";'),('ary','messages:htmlform-title-not-exists','s:24:\"ar:$1 غير موجود.\";'),('ary','messages:htmlform-user-not-exists','s:40:\"ar:<strong>$1</strong> غير موجود\";'),('ary','messages:htmlform-user-not-valid','s:63:\"ar:اسم المستخدم <strong>$1</strong> غير صالح.\";'),('ary','messages:htmlform-yes','s:9:\"ar:نعم\";'),('ary','messages:http-bad-status','s:50:\"ar:ثمة مشكلة أثناء طلب HTTP: $1 $2\";'),('ary','messages:http-curl-error','s:29:\"ary:khata\' f jalb lmassar: $1\";'),('ary','messages:http-internal-error','s:26:\"ar:خطأ HTTP داخلي.\";'),('ary','messages:http-invalid-scheme','s:71:\"ar:المسارات ذات البروتكول \"$1\" غير مدعومة.\";'),('ary','messages:http-invalid-url','s:28:\"ary:URL ماخدًامش: $1\";'),('ary','messages:http-read-error','s:24:\"ary:khata\' qira\'at HTTP.\";'),('ary','messages:http-request-error','s:51:\"ary:talab HTTP ma njḫ-ĥ b-sbab ċi ĥata\' mjhol.\";'),('ary','messages:http-timed-out','s:40:\"ary:salat moddat mohlat talab dyal HTTp.\";'),('ary','messages:ignorewarning','s:77:\"ary:تجاهل التحدير و غي صوڤي لفيشي على ما حال.\";'),('ary','messages:ignorewarnings','s:40:\"ary:تجاهل ڭاع التحذيرات\";'),('ary','messages:illegal-filename','s:51:\"ary:هاد السمية د لفيشي ممنوعة.\";'),('ary','messages:illegalfilename','s:191:\"ar:اسم الملف \"$1\" يحتوي على حروف غير مسموح بها في عناوين الصفحات.\nمن فضلك أعد تسمية الملف وحاول رفعه مرة أخرى.\";'),('ary','messages:ilsubmit','s:12:\"ary:قلّب\";'),('ary','messages:imageinvalidfilename','s:43:\"ary:smiṫ l-milef l-hadaf ma ṣḫiḫ-ċ\";'),('ary','messages:imagelinks','s:25:\"ary:تخدام لفيشي\";'),('ary','messages:imagelisttext','s:105:\"ar:فيما يلي قائمة تحوي <strong>$1</strong> {{PLURAL:$1|ملف|ملفات}} مرتبة $2.\";'),('ary','messages:imagemaxsize','s:66:\"ar:حد حجم الصورة في صفحات وصف الملفات:\";'),('ary','messages:imagenocrossnamespace','s:125:\"ary:مايمكنش تحول لمجال السمياتي د لفيشيات ل مجال سمياتي ماشي د لفيشيات\";'),('ary','messages:imagepage','s:43:\"ary:شوف صفحة ديال الفيشيي\";'),('ary','messages:imagetypemismatch','s:92:\"ary:ليكسطونصيون ديال لفيشي مامطابقاش معا النوع تاعو\";'),('ary','messages:img-auth-accessdenied','s:25:\"ary:الدخول ترفض\";'),('ary','messages:img-auth-badtitle','s:60:\"ary:مايمكنش تصايب عنوان صحيح من \"$1\".\";'),('ary','messages:img-auth-isdir','s:102:\"ar:أنت تحاول الوصول إلى الدليل \"$1\".\nيسمح بوصول الملفات فقط.\";'),('ary','messages:img-auth-nofile','s:35:\"ary:لفيشي \"$1\" ماكاينش.\";'),('ary','messages:img-auth-noread','s:72:\"ary:لمشتخدم ماعندوش الصلاحية باش يقرا \"$1\".\";'),('ary','messages:img-auth-notindir','s:89:\"ar:المسار المطلوب غير موجود في مجلد الرفع المضبوط.\";'),('ary','messages:img-auth-public','s:193:\"ar:وظيفة img_auth.php هي لإخراج الملفات من ويكي سري.\nهذا الويكي مضبوط كويكي علني.\nلتأمين إضافي، img_auth.php تم تعطيلها.\";'),('ary','messages:img-auth-streaming','s:16:\"ary:عرض \"$1\".\";'),('ary','messages:img-lang-default','s:36:\"ar:(اللغة الافتراضية)\";'),('ary','messages:img-lang-go','s:10:\"ary:سير\";'),('ary','messages:img-lang-info','s:45:\"ar:ترجم هذه الصورة إلى $1. $2\";'),('ary','messages:img-lang-opt','s:10:\"ar:$2 ($1)\";'),('ary','messages:imgfile','s:12:\"ary:فيشي\";'),('ary','messages:imgmultigo','s:11:\"ary:سير!\";'),('ary','messages:imgmultigoto','s:24:\"ary:سير لصفحة $1\";'),('ary','messages:imgmultipagenext','s:35:\"ary:الصفحة التالية ←\";'),('ary','messages:imgmultipageprev','s:33:\"ary:→ الصفحة لفايتة\";'),('ary','messages:immobile-source-namespace','s:67:\"ary:ماقدرناش ندّيو الصفحات ف النطاق \"$1\"\";'),('ary','messages:immobile-source-namespace-iw','s:101:\"ar:لا يمكن نقل الصفحات على الويكيات الأخرى من هذه الويكي.\";'),('ary','messages:immobile-source-page','s:57:\"ary:مايمكنش ليك تحرّك هاد الصفحة.\";'),('ary','messages:immobile-target-namespace','s:72:\"ar:غير قادر على نقل الصفحات إلى النطاق \"$1\"\";'),('ary','messages:immobile-target-namespace-iw','s:84:\"ar:وصلة الإنترويكي ليست هدفاً صالحاً لنقل صفحة.\";'),('ary','messages:immobile-target-page','s:66:\"ary:مايمكنش تبدّل ل هاد لعنوان الجديد.\";'),('ary','messages:import','s:36:\"ary:إكسپورطي شي صفحات\";'),('ary','messages:import-assign-known-users','s:127:\"ar:نسبة التعديلات للمستخدمين المحليين حيث المستخدم المسمى موجود محليا\";'),('ary','messages:import-comment','s:15:\"ary:تعليق:\";'),('ary','messages:import-error-bad-location','s:223:\"ar:المراجعة $2 التي تستخدم نموذج المحتوى $3 لا يمكن تخزينها على \"$1\" على هذه الويكي، بما أن هذا النموذج غير مدعوم على هذه الصفحة.\";'),('ary','messages:import-error-edit','s:95:\"ar:الصفحة \"$1\" لم يتم استيرادها لأنه لا يمكن لك تحريرها.\";'),('ary','messages:import-error-interwiki','s:119:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها محجوز للربط الخارجي (interwiki).\";'),('ary','messages:import-error-invalid','s:86:\"ar:تعذر أستيراد الصفحة \"$1\" بسبب أن إسمها غير صحيح.\";'),('ary','messages:import-error-special','s:104:\"ar:صفحة \"$1\" لم تستورد لأنها تنتمي إلى نطاق خاص يمنع الصفحات.\";'),('ary','messages:import-error-unserialize','s:189:\"ar:مراجعة  $2  من صفحة \" $1 \" لا يمكن أن يكون أونسيرياليزيد. وأفيد المراجعة استخدام طراز المحتوى  $3  تسلسل ك  $4 .\";'),('ary','messages:import-interwiki-history','s:57:\"ar:انسخ كل المراجعات لهذه الصفحة\";'),('ary','messages:import-interwiki-sourcepage','s:29:\"ar:الصفحة المصدر:\";'),('ary','messages:import-interwiki-sourcewiki','s:29:\"ar:الويكي المصدر:\";'),('ary','messages:import-interwiki-submit','s:12:\"ary:importé\";'),('ary','messages:import-interwiki-templates','s:65:\"ar:ضمن كل القوالب والصفحات المسترجعة\";'),('ary','messages:import-interwiki-text','s:296:\"ar:اختر ويكي وعنوان الصفحة للاستيراد.\nتواريخ المراجعات وأسماء المحررين سيتم حفظها.\nكل أفعال الاستيراد من الويكيات الأخرى يتم تسجيلها في [[Special:Log/import|سجل الاستيراد]].\";'),('ary','messages:import-invalid-interwiki','s:67:\"ar:لم يمكن الاستيراد من الويكي المحدد.\";'),('ary','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('ary','messages:import-logentry-interwiki-detail','s:120:\"ar:تم استيراد {{PLURAL:$1||مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}} من $2\";'),('ary','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('ary','messages:import-logentry-upload-detail','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('ary','messages:import-mapping-default','s:41:\"ar:استورد للنطاق الأصلي\";'),('ary','messages:import-mapping-namespace','s:32:\"ar:استورد إلى نطاق:\";'),('ary','messages:import-mapping-subpage','s:68:\"ar:استورد كصفحات فرعية للصفحة التالية:\";'),('ary','messages:import-noarticle','s:34:\"ary:ḫṫṫa ṣfḫa baċ djab!\";'),('ary','messages:import-nonewrevisions','s:175:\"ar:لا مراجعات تم استيرادها (كل المراجعات إما أنها كانت موجودة بالفعل، وأو تم تجاوزها نتيجة أخطاء).\";'),('ary','messages:import-options-wrong','s:66:\"ar:خطأ {{PLURAL:$2|خيار|خيارات}}: <nowiki>$1</nowiki>\";'),('ary','messages:import-parse-failure','s:39:\"ar:فشل تحليل استيراد XML\";'),('ary','messages:import-revision-count','s:111:\"ar:{{PLURAL:$1|لا مراجعات|مراجعة واحدة|مراجعتان|$1 مراجعات|$1 مراجعة}}\";'),('ary','messages:import-rootpage-invalid','s:97:\"ar:إن عنوان الصفحة الجذر المعطاة هي ذات عنوان غير صالح.\";'),('ary','messages:import-rootpage-nosubpage','s:86:\"ar:إن النطاق \"$1\" لصفحة الجذر لا يسمح بصفحات فرعية.\";'),('ary','messages:import-summary','s:3:\"en:\";'),('ary','messages:import-token-mismatch','s:442:\"ar:فقد لبيانات الجلسة.\nربما تم تسجيل خروجك. \'\'\'الرجاء التحقق من أنك لا تزال مسجلا الدخول وإعادة المحاولة\'\'\'.\nإذا كان لا يزال لا يعمل، حاول [[Special:UserLogout|تسجيل الخروج]] وتسجيل الدخول مرة أخرى، وتحقق من أن متصفحك يسمح بملفات تعريف الارتباط من هذا الموقع.\";'),('ary','messages:import-upload','s:26:\"ar:رفع بيانات XML\";'),('ary','messages:import-upload-filename','s:24:\"ary:سميت لفيشي:\";'),('ary','messages:import-upload-username-prefix','s:35:\"ar:بادئة الإنترويكي:\";'),('ary','messages:importbadinterwiki','s:41:\"ary:ليان خايب د إنترويكي\";'),('ary','messages:importcantopen','s:49:\"ar:لم يمكن فتح ملف الاستيراد\";'),('ary','messages:imported-log-entries','s:122:\"ar:استورد {{PLURAL:$1||مدخلة سجل واحدة|مدخلتي سجل|$1 مدخلات سجل|$1 مدخل سجل}}.\";'),('ary','messages:importfailed','s:49:\"ar:فشل الاستيراد: <nowiki>$1</nowiki>\";'),('ary','messages:importinterwiki','s:35:\"ary:ستورد من ويكي خرة\";'),('ary','messages:importlogpage','s:34:\"ary:لوحة د لامپورطاج\";'),('ary','messages:importlogpagetext','s:125:\"ar:عمليات الاستيراد الإدارية للصفحات مع تاريخ التعديل من ويكيات أخرى.\";'),('ary','messages:importnofile','s:44:\"ar:لم يتم رفع ملف استيراد.\";'),('ary','messages:importnopages','s:34:\"ary:ḫṫṫa ṣfḫa baċ djab.\";'),('ary','messages:importnoprefix','s:55:\"ar:لا بادئة إنترويكي تم توفيرها\";'),('ary','messages:importnosources','s:134:\"ar:لا ويكيات للاستيراد منها تم تعريفها وعمليات رفع التاريخ المباشرة معطلة.\";'),('ary','messages:importstart','s:31:\"ar:استيراد صفحات...\";'),('ary','messages:importsuccess','s:33:\"ar:الاستيراد انتهى!\";'),('ary','messages:importtext','s:185:\"ar:من فضلك صدر الملف من الويكي المصدر باستخدام [[Special:Export|أداة التصدير]].\nاحفظها على حاسوبك ثم ارفعها هنا.\";'),('ary','messages:importunknownsource','s:44:\"ar:نوع مصدر استيراد مجهول\";'),('ary','messages:importuploaderrorpartial','s:94:\"ar:فشل رفع ملف الاستيراد. لم يتم رفع الملف إلا جزئياً.\";'),('ary','messages:importuploaderrorsize','s:102:\"ar:رفع ملف الاستيراد فشل.\nالملف أكبر من حجم الرفع المسموح.\";'),('ary','messages:importuploaderrortemp','s:82:\"ar:رفع ملف الاستيراد فشل.\nهناك مجلد مؤقت مفقود.\";'),('ary','messages:index-category','s:27:\"ary:صفاحي مفهرسة\";'),('ary','messages:index-category-desc','s:200:\"ar:الصفحة فيها <code><nowiki>__INDEX__</nowiki></code> (وهي في نطاق يسمح بهذا العلم) ولذا فالروبوتات تفهرسها بينما الأصل ألا تفعل.\";'),('ary','messages:infiniteblock','s:22:\"ary:ماكيساليش\";'),('ary','messages:intentionallyblankpage','s:65:\"ary:هاد الصفحة مخليينها بلعاني خاوية.\";'),('ary','messages:interlanguage-link-title','s:12:\"ar:$1 – $2\";'),('ary','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('ary','messages:interlanguage-link-title-nonlang','s:12:\"ar:$1 – $2\";'),('ary','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('ary','messages:internalerror','s:21:\"ary:غلط داخلي\";'),('ary','messages:internalerror-fatal-exception','s:35:\"ary:ستيتناء من نوع \"$1\"\";'),('ary','messages:internalerror_info','s:25:\"ary:غلط داخلي: $1\";'),('ary','messages:invalid-chunk-offset','s:40:\"ar:قطعة أوفست غير صالحة\";'),('ary','messages:invalid-content-data','s:48:\"ar:بيانات المحتوى غير صالحة\";'),('ary','messages:invalid-indicator-name','s:133:\"ar:<strong>خطأ:</strong> لا يجوز أن تبقى خاصية <code>name</code> لمؤشرات وضع الصفحة فارغةً.\";'),('ary','messages:invalid-json-data','s:28:\"ar: JSON غير صالح: $1\";'),('ary','messages:invalid-langconvert-attrs','s:258:\"ar:<strong>خطأ:</ strong> يجب ألا تكون السمات <code>from</code> و <code>to</code> علامة Langconvert فارغة ويجب أن تحتوي على أكواد BCP 47 للمتغيرات القابلة للتحويل من نفس اللغة.\";'),('ary','messages:invalidateemail','s:34:\"ary:lghi lkofirmasyon dyal l\'email\";'),('ary','messages:invalidemailaddress','s:185:\"ary:لعنوان د لإيميل مامقبولش حقاش مكتوب بطريقة غالطة.\nكتب شي عنوان مصايب مزيان ولا مسح داكشي اللي كتبتي.\";'),('ary','messages:invalidtitle','s:30:\"ary:عنوان ما صالحش\";'),('ary','messages:invalidtitle-knownnamespace','s:71:\"ar:عنوان غير صالح في النطاق «$2» مع نص «$3»\";'),('ary','messages:invalidtitle-unknownnamespace','s:85:\"ar:عنوان غير صالح ذو نطاق غير معروف رقم $1 ونص «$2»\";'),('ary','messages:invert','s:27:\"ary:قلب الاختيار\";'),('ary','messages:ip_range_exceeded','s:101:\"ar:نطاق الأيبي يتجاوز نطاقه الأقصى. النطاق المسموح به: /$1.\";'),('ary','messages:ip_range_invalid','s:67:\"ar:نطاق عناوين الأيبي المدخل غير صحيح.\";'),('ary','messages:ip_range_toolarge','s:64:\"ar:لا يسمح بنطاقات المنع الأكبر من /$1\";'),('ary','messages:ip_range_toolow','s:65:\"ar:نطاقات الأيبي فعليا غير مسموح بها.\";'),('ary','messages:ipaddressorusername','s:119:\"ary:لادريسة د لأيپي ؤلا سّمية د لخدايمي ؤلا ليدونتيفيكاتور د لبلوك:\";'),('ary','messages:ipb-action-create','s:35:\"ar:إنشاء صفحات جديدة\";'),('ary','messages:ipb-action-move','s:39:\"ar:إعادة تسمية الصفحات\";'),('ary','messages:ipb-action-upload','s:24:\"ar:رفع الملفات\";'),('ary','messages:ipb-block-not-found','s:257:\"ar:لم يمكن فرض المنع، إلا أننا لم نجد منع قائم مفروض على \"$1\". لو استمرت هذه المشكلة، يرجى [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users الإبلاغ عنها].\";'),('ary','messages:ipb-blockingself','s:98:\"ar:أنت على وشك منع نفسك! أمتأكد من رغبتك في القيام بذلك؟\";'),('ary','messages:ipb-blocklist','s:56:\"ary:شوف لبلوكاجات لي فايت كاينين\";'),('ary','messages:ipb-blocklist-contribs','s:35:\"ary:مساهمات {{GENDER:$1|$1}}\";'),('ary','messages:ipb-blocklist-duration-left','s:16:\"ar:يتبقى $1\";'),('ary','messages:ipb-change-block','s:56:\"ary:Ĝawed bloki had l-mosṫeĥdim be had l-\'iĝdadaṫ\";'),('ary','messages:ipb-confirm','s:20:\"ar:أكد المنع\";'),('ary','messages:ipb-confirmaction','s:159:\"ar:إن كنت متأكدًا أنك تريد القيام بذلك حقًا، فالرجاء التحقق من حقل \"{{int:ipb-confirm}}\" في الأسفل.\";'),('ary','messages:ipb-confirmhideuser','s:273:\"ar:أنت على وشك منع مستخدم مع تفعيل خيار \"أخف المستخدم\". سوف يخفي هذا الخيار اسم المستخدم من جميع القوائم ومدخلات السجلات. أمتأكد من رغبتك في القيام بذلك؟\";'),('ary','messages:ipb-default-expiry','s:3:\"en:\";'),('ary','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('ary','messages:ipb-disableusertalk','s:33:\"ar:تعديل صفحة نقاشه\";'),('ary','messages:ipb-edit-dropdown','s:36:\"ary:بدل ساباب لبلوكاج\";'),('ary','messages:ipb-empty-block','s:62:\"ar:رفع المنع ليس لديه أي قيود ممكنة.\";'),('ary','messages:ipb-hardblock','s:111:\"ary:طبّق لبلوك تا على لخدايميا لي داخلين من هاد لادريسة د لأيپي\";'),('ary','messages:ipb-namespaces-label','s:31:\"ary:مجالات سمياتية\";'),('ary','messages:ipb-needreblock','s:74:\"ar:$1 ممنوع حاليا. هل تريد تغيير الإعدادات؟\";'),('ary','messages:ipb-otherblocks-header','s:49:\"ary:Blokaj {{PLURAL:$1|weḫdaĥor|weḫdaĥrin}}\";'),('ary','messages:ipb-pages-label','s:17:\"ar:الصفحات\";'),('ary','messages:ipb-partial','s:11:\"ar:جزئي\";'),('ary','messages:ipb-partial-help','s:212:\"ar:يسمح لك بتحديد الصفحات ومساحات الأسماء لحظرها. لا يحظر الإجراءات الافتراضية ولكنه يتيح لك حظر إجراءات معينة معينة.\";'),('ary','messages:ipb-prevent-user-talk-edit','s:266:\"ary:باش يكون لبلوك جزئي خاص تبقا ليه لإمكانية د تعديل صّفحة د لمداكرة ديالو، من غير يلا كان لبلوك داخل فيه تحديد د صّلاحيات ف لمجال سّمياتي د لخدايمي\";'),('ary','messages:ipb-sitewide','s:11:\"ar:كامل\";'),('ary','messages:ipb-sitewide-help','s:228:\"ar:يمنع التعديل على كل الصفحات و النطاقات. أيضا يمنع الأفعال الافتراضية ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users انظر المساعدة])\";'),('ary','messages:ipb-unblock','s:82:\"ary:ديبلوكي شي كونط د خدايمي ؤلا أدريسة د لأيپي\";'),('ary','messages:ipb-unblock-addr','s:21:\"ary:ديبلوكي $1\";'),('ary','messages:ipb_already_blocked','s:27:\"ary:\"$1\" rah fayeṫ mbloki\";'),('ary','messages:ipb_blocked_as_range','s:201:\"ar:خطأ: الأيبي $1 ليس ممنوعاً مباشرة ولا يمكن رفع المنع عنه.\nلكنه ممنوع كجزء من النطاق $2، والذي يمكن رفع المنع عنه.\";'),('ary','messages:ipb_cant_unblock','s:83:\"ar:خطأ: لم يعثر على منع $1. ربما رُفع منعه بالفعل.\";'),('ary','messages:ipb_expiry_invalid','s:27:\"ary:L-weqṫ li bqa ġalet.\";'),('ary','messages:ipb_expiry_old','s:65:\"ar:توقيت انتهاء المنع واقع في الماضي.\";'),('ary','messages:ipb_expiry_temp','s:103:\"ary:لعمليات د منع أسماء المستخدمين المخبية خاص تكون دائمة.\";'),('ary','messages:ipb_hide_invalid','s:119:\"ar:غير قادر على منع الحساب؛ لديه أكثر من {{PLURAL:$1|تعديل واحد|$1 تعديل}}.\";'),('ary','messages:ipb_hide_partial','s:132:\"ar:عمليات المنع التي تشمل إخفاء اسم المستخدم يجب أن تكون عمليات منع كاملة.\";'),('ary','messages:ipbblocked','s:92:\"ar:لا يمكنك منع أو رفع منع مستخدمين آخرين لأنك ممنوع\";'),('ary','messages:ipbcreateaccount','s:29:\"ary:لحساب كيتصايب\";'),('ary','messages:ipbemailban','s:23:\"ary:صيفط إيميل\";'),('ary','messages:ipbenableautoblock','s:221:\"ary:بلوكي ؤطوماتيكيا لادريسة IP لخرانية لي ستعملها هاد لخدايمي، و ڭاع لادريسات لخرين لي يقدر يعاود يستعملهوم من بعد، ل مدة $1\";'),('ary','messages:ipbhidename','s:85:\"ary:خبي السمية د لخدايمي من التبديلات و الليستات\";'),('ary','messages:ipblocklist','s:43:\"ary:المستخدمون الممنوعون\";'),('ary','messages:ipblocklist-empty','s:60:\"ary:L-Lista dyal l-ĝanawin IP li mblokyin raha daba ĥawya.\";'),('ary','messages:ipblocklist-legend','s:45:\"ary:قلّب على خدايمي مبلوكي\";'),('ary','messages:ipblocklist-localblock','s:20:\"ary:Blokaj maḫalli\";'),('ary','messages:ipblocklist-no-results','s:151:\"ary:ماتّلقا تا بلوك عندو علاقة ب عنوان د لأيپي ولّا ب سّمية د لخدايمي لي سولتي عليهوم.\";'),('ary','messages:ipblocklist-otherblocks','s:49:\"ary:Blokaj {{PLURAL:$1|weḫdaĥor|weḫdaĥrin}}\";'),('ary','messages:ipblocklist-submit','s:12:\"ary:قلّب\";'),('ary','messages:ipbnounblockself','s:55:\"ar:لا يسمح لك برفع المنع عن نفسك\";'),('ary','messages:ipboptions','s:189:\"ary:2 سوايع:2 hours,نهار:1 day,3 ايام:3 days,سيمانة:1 week,2 سيمانات:2 weeks,شهر:1 month,3 شهور:3 months,6 شهور:6 months,عام:1 year,دائم:infinite\";'),('ary','messages:ipbother','s:18:\"ary:وقت آخر:\";'),('ary','messages:ipbreason','s:13:\"ary:سباب:\";'),('ary','messages:ipbreason-dropdown','s:361:\"ar:*أسباب المنع الشائعة\n** كتابة معلومات زائفة\n** إزالة المحتوى من الصفحات\n** سبام وصلات لمواقع خارجية\n** كتابة كلام لا معنى له في الصفحات\n** سلوك عدواني\n** إساءة استخدام حسابات متعددة\n** اسم مستخدم غير مقبول\";'),('ary','messages:ipbsubmit','s:36:\"ary:بلوكي هاد لخدايمي\";'),('ary','messages:ipbwatchuser','s:83:\"ary:تبّع صفاحي ديال هاد لخدايمي ؤ لمداكرة ديالو\";'),('ary','messages:ipusubmit','s:27:\"ary:حيّد لبلوكاج\";'),('ary','messages:iranian-calendar-m1','s:17:\"ar:فروردین\";'),('ary','messages:iranian-calendar-m10','s:7:\"ar:دی\";'),('ary','messages:iranian-calendar-m11','s:11:\"ar:بهمن\";'),('ary','messages:iranian-calendar-m12','s:13:\"ar:إسفند\";'),('ary','messages:iranian-calendar-m2','s:19:\"ar:أردیبهشت\";'),('ary','messages:iranian-calendar-m3','s:13:\"ar:خرداد\";'),('ary','messages:iranian-calendar-m4','s:9:\"ar:تیر\";'),('ary','messages:iranian-calendar-m5','s:15:\"ar:امرداد\";'),('ary','messages:iranian-calendar-m6','s:15:\"ar:شهریور\";'),('ary','messages:iranian-calendar-m7','s:9:\"ar:مهر\";'),('ary','messages:iranian-calendar-m8','s:11:\"ar:آبان\";'),('ary','messages:iranian-calendar-m9','s:9:\"ar:آذر\";'),('ary','messages:isimage','s:26:\"ary:ليان د لفيشي\";'),('ary','messages:isredirect','s:23:\"ary:صفحة تحويل\";'),('ary','messages:istemplate','s:12:\"ary:مضمن\";'),('ary','messages:jan','s:14:\"ary:يناير\";'),('ary','messages:january','s:14:\"ary:يناير\";'),('ary','messages:january-gen','s:14:\"ary:يناير\";'),('ary','messages:javascripttest','s:34:\"ar:اختبار جافاسكربت\";'),('ary','messages:javascripttest-qunit-intro','s:66:\"ar:راجع [$1 وثيقة الاختبار] على mediawiki.org.\";'),('ary','messages:json-error-ctrl-char','s:79:\"ar:خطأ في محرف التحكم، ربما نتيجة سوء ترميزه.\";'),('ary','messages:json-error-depth','s:53:\"ar:عمق الستاك الأقصى تم تجاوزه\";'),('ary','messages:json-error-invalid-property-name','s:71:\"ar:اسم الخاصية التي فُك ترميزها غير صالح\";'),('ary','messages:json-error-state-mismatch','s:44:\"ar:JSON غير صحيح أو غير مهيأ\";'),('ary','messages:json-error-syntax','s:20:\"ar:خطأ صياغة\";'),('ary','messages:json-error-unknown','s:59:\"ar:وقعت مشكلة مع JSON. رسالة الخطأ: $1\";'),('ary','messages:json-error-utf16','s:85:\"ar:أحرف UTF-8 مشوهة؛ ربما تم تشفيرها بشكل غير صحيح.\";'),('ary','messages:json-error-utf8','s:87:\"ar:خطأ في تشكيل محارف UTF-8، ربما نتيجة سوء ترميزها.\";'),('ary','messages:json-warn-trailing-comma','s:183:\"ar:تمت إزالة {{PLURAL:$1|فاصلة انتهائية واحدة|فاصلتين انتهائيتين|$1 فاصلات انتهائية|$1 فاصلة انتهائية}} من JSON\";'),('ary','messages:jul','s:16:\"ary:يوليوز\";'),('ary','messages:july','s:16:\"ary:يوليوز\";'),('ary','messages:july-gen','s:16:\"ary:يوليوز\";'),('ary','messages:jumpto','s:16:\"ary:سير لـ:\";'),('ary','messages:jumptonavigation','s:12:\"ary:تصفح\";'),('ary','messages:jumptosearch','s:12:\"ary:قلّب\";'),('ary','messages:jun','s:14:\"ary:يونيو\";'),('ary','messages:june','s:14:\"ary:يونيو\";'),('ary','messages:june-gen','s:14:\"ary:يونيو\";'),('ary','messages:just-now','s:18:\"ar:الآن فقط\";'),('ary','messages:lag-warn-high','s:300:\"ar:نتيجة لوجود تأخر كبير في تحديث قاعدة بيانات الخادوم، التغييرات الأحدث من {{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}} ربما لا تكون ظاهرة في هذه القائمة.\";'),('ary','messages:lag-warn-normal','s:87:\"ary:tghiyrat jdad y3ni aqal mn  $1 {{PLURAL:$1|taniya|tawani}} iqdr matbanch lik flista\";'),('ary','messages:laggedreplicamode','s:110:\"ary:<strong>تحذير:</strong> الصفحة يمكن مافيهاش التبديلات اللخرانيين.\";'),('ary','messages:language-converter-depth-warning','s:67:\"ary:فتًي لحدً دبال لعمق د محول اللغة ($1)\";'),('ary','messages:large-file','s:92:\"ar:ينصح ألا تكون الملفات أكبر من $1؛ هذا الملف حجمه $2.\";'),('ary','messages:largefileserver','s:91:\"ar:حجم هذا الملف أكبر من المسموح به على هذا الخادوم.\";'),('ary','messages:last','s:10:\"ary:قبل\";'),('ary','messages:lastmodifiedat','s:105:\"ary:لمرة اللخرة فاش تبدلات هاد الصفحة كانت نهار $1، الساعة $2.\";'),('ary','messages:lastmodifiedatby','s:68:\"ar:أجرى $3 آخر تعديل لهذه الصفحة في $2، $1.\";'),('ary','messages:license','s:15:\"ary:ترخيص:\";'),('ary','messages:license-header','s:14:\"ary:ترخيص\";'),('ary','messages:license-nopreview','s:23:\"ary:(lpreview makaynch)\";'),('ary','messages:licenses','s:4:\"en:-\";'),('ary','messages:licenses-edit','s:37:\"ar:عدل خيارات الترخيص\";'),('ary','messages:limitreport-cputime','s:43:\"ar:زمن المعالجة المستغرق\";'),('ary','messages:limitreport-cputime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('ary','messages:limitreport-expansiondepth','s:30:\"ar:أعمق التوسيعات\";'),('ary','messages:limitreport-expansiondepth-value','s:8:\"ar:$1/$2\";'),('ary','messages:limitreport-expensivefunctioncount','s:33:\"ar:دوال محللة مكلفة\";'),('ary','messages:limitreport-expensivefunctioncount-value','s:8:\"ar:$1/$2\";'),('ary','messages:limitreport-postexpandincludesize','s:39:\"ar:حجم تضمين التوسيعات\";'),('ary','messages:limitreport-postexpandincludesize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('ary','messages:limitreport-ppvisitednodes','s:37:\"ar:عدد العقد المعالجة\";'),('ary','messages:limitreport-ppvisitednodes-value','s:8:\"ar:$1/$2\";'),('ary','messages:limitreport-templateargumentsize','s:37:\"ar:حجم معطيات القوالب\";'),('ary','messages:limitreport-templateargumentsize-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('ary','messages:limitreport-title','s:31:\"ar:بيانات تحليلية:\";'),('ary','messages:limitreport-unstrip-depth','s:60:\"ar:عمق الاستدعاء الذاتي لأونستريب\";'),('ary','messages:limitreport-unstrip-depth-value','s:8:\"ar:$1/$2\";'),('ary','messages:limitreport-unstrip-size','s:51:\"ar:حجم أونستريب ما بعد التوسع\";'),('ary','messages:limitreport-unstrip-size-value','s:31:\"ar:$1/$2 {{PLURAL:$2|بايت}}\";'),('ary','messages:limitreport-walltime','s:45:\"ar:الزمن الحقيقي المستغرق\";'),('ary','messages:limitreport-walltime-value','s:102:\"ar:{{PLURAL:$1|أقل من ثانية|ثانية واحدة|ثانيتان|$1 ثوان|$1 ثانية}}\";'),('ary','messages:lineno','s:14:\"ary:سطر $1:\";'),('ary','messages:linkaccounts','s:26:\"ar:ربط الحسابات\";'),('ary','messages:linkaccounts-submit','s:28:\"ar:اربط الحسابات\";'),('ary','messages:linkaccounts-success-text','s:30:\"ar:الحساب تم وصله.\";'),('ary','messages:linksearch','s:49:\"ary:تقلاب ف الليانات لبرانية\";'),('ary','messages:linksearch-error','s:95:\"ar:الكروت الخاصة يمكن أن تظهر فقط في بداية اسم المضيف.\";'),('ary','messages:linksearch-line','s:21:\"ary:$1 moṣola mn $2\";'),('ary','messages:linksearch-ns','s:25:\"ary:Maḫel s-smiyyaṫ :\";'),('ary','messages:linksearch-ok','s:12:\"ary:قلّب\";'),('ary','messages:linksearch-pat','s:16:\"ary:namat lbaht:\";'),('ary','messages:linksearch-summary','s:3:\"en:\";'),('ary','messages:linksearch-text','s:395:\"ar:Wildcards مثل \"*.wikipedia.org\" يمكن استخدامها.\nتحتاج على الأقل إلى نطاق ذو مستوى أعلى، كمثال \"*.org\".<br />\n{{PLURAL:$2|البروتوكول المدعوم|البروتوكولان المدعومان|البروتوكولات المدعومة}}: $1 (تتم إضافة http:// تلقائيا عند عدم تحديد أي بروتوكول).\";'),('ary','messages:linkshere','s:64:\"ary:هاد الصفحات كايديو لـ <strong>$2</strong>:\";'),('ary','messages:linkstoimage','s:100:\"ary:هاد {{PLURAL:$1|صّفحة كاتخدّم|$1 صّفحات كيخدّمو}} هاد لفيشي:\";'),('ary','messages:linkstoimage-more','s:399:\"ary:كتر من {{PLURAL:$1||صفحة وحدة تاتخدّم|$1 د الصفحات تاتخدّم|$1 صفحة تاتخدّم}} هاد لفيشي.\nهاد لّيستة تاتوري غي {{PLURAL:$1||أول صفحة تاتخدّم|أول $1 صفحات تاتخدّم|أول $1 صفحة تاتخدّم}} هاد لفيشي.\nعاد كاين [[Special:WhatLinksHere/$2|ليستة كاملة]] موجودة.\";'),('ary','messages:linkstoimage-redirect','s:34:\"ary:$1 (تحويل د فيشي) $2\";'),('ary','messages:linterror-bogus-image-options','s:48:\"ary:ؤپسيو ديال فيشي د بلعاني\";'),('ary','messages:linterror-deletable-table-tag','s:57:\"ar:علامة الجدول التي ينبغي حذفها\";'),('ary','messages:linterror-html5-misnesting','s:42:\"ar:عدم تداخل (معطوب الآن)\";'),('ary','messages:linterror-misc-tidy-replacement-issues','s:77:\"ar:أخطاء ترميز متنوعة تؤثر على استبدال تيدي\";'),('ary','messages:linterror-misnested-tag','s:110:\"ar:العلامة غير المتداخلة التي ينبغي أن تكون متداخلة بشكل صحيح\";'),('ary','messages:linterror-missing-end-tag','s:39:\"ar:علامة انتهاء مفقودة\";'),('ary','messages:linterror-multi-colon-escape','s:54:\"ar:الهروب متعدد النقاط الرأسية\";'),('ary','messages:linterror-multiline-html-table-in-list','s:123:\"ar:جدول HTML5 متعدد الأسطر داخل قائمة، تم تقديمه بشكل مختلف في HTML5 وتيدي\";'),('ary','messages:linterror-multiple-unclosed-formatting-tags','s:75:\"ar:علامات تنسيق متعددة غير مغلقة في الصفحة\";'),('ary','messages:linterror-obsolete-tag','s:24:\"ary:وسم HTML قديم\";'),('ary','messages:linterror-pwrap-bug-workaround','s:40:\"ar:حل علة التفاف الفقرة\";'),('ary','messages:linterror-self-closed-tag','s:35:\"ar:علامة مغلقة ذاتيا\";'),('ary','messages:linterror-stripped-tag','s:27:\"ary:علامة مجهولة\";'),('ary','messages:linterror-tidy-font-bug','s:105:\"ar:تغير لون علامة لون الارتباط في تيدي ولكنها لن تظهر في HTML5\";'),('ary','messages:linterror-tidy-whitespace-bug','s:40:\"ar:علة مسافة بيضاء تيدي\";'),('ary','messages:linterror-unclosed-quotes-in-heading','s:79:\"ar:اقتباس غير مغلق يتسرب خارج جدول المحتويات\";'),('ary','messages:listduplicatedfiles','s:50:\"ar:قائمة الملفات مع المكررات\";'),('ary','messages:listduplicatedfiles-entry','s:179:\"ar:[[:File:$1|$1]] مكرر في [[$3|{{PLURAL:$2||مكان آخر واحد|مكانين آخرين اثنين|$2 أماكن أخرى|$2 مكاناً آخر|$2مكان آخر}}]].\";'),('ary','messages:listduplicatedfiles-summary','s:174:\"ar:هذه قائمة بملفات أحدث نسخة منها تكرر أحدث نسخة من ملف آخر. لا تشمل القائمة إلا الملفات المحلية.\";'),('ary','messages:listfiles','s:29:\"ary:قائمة الملفات\";'),('ary','messages:listfiles-delete','s:9:\"ar:حذف\";'),('ary','messages:listfiles-latestversion','s:30:\"ar:النسخة الحالية\";'),('ary','messages:listfiles-latestversion-no','s:7:\"ar:لا\";'),('ary','messages:listfiles-latestversion-yes','s:9:\"ar:نعم\";'),('ary','messages:listfiles-show-all','s:57:\"ar:أدرج النسخ القديمة من الملفات\";'),('ary','messages:listfiles-summary','s:82:\"ar:هذه الصفحة الخاصة تعرض كل الملفات المرفوعة.\";'),('ary','messages:listfiles-userdoesnotexist','s:50:\"ar:حساب المستخدم \"$1\" غير مسجل.\";'),('ary','messages:listfiles_count','s:10:\"ary:نسخ\";'),('ary','messages:listfiles_date','s:14:\"ary:تاريخ\";'),('ary','messages:listfiles_description','s:10:\"ary:وصف\";'),('ary','messages:listfiles_name','s:12:\"ary:سمية\";'),('ary','messages:listfiles_size','s:12:\"ary:لحجم\";'),('ary','messages:listfiles_subpage','s:20:\"ar:مرفوعات $1\";'),('ary','messages:listfiles_thumb','s:12:\"ary:miniatir\";'),('ary','messages:listfiles_user','s:16:\"ary:خدايمي\";'),('ary','messages:listgrants','s:13:\"ar:المنح\";'),('ary','messages:listgrants-grant','s:15:\"ar:المنحة\";'),('ary','messages:listgrants-grant-display','s:23:\"ar:$1 <code>($2)</code>\";'),('ary','messages:listgrants-rights','s:21:\"ar:الصلاحيات\";'),('ary','messages:listgrants-summary','s:668:\"ar:التالي هو قائمة بالمنح بعمليات الوصول لصلاحيات المستخدم المصاحبة لها. المستخدمون يمكنهم إعطاء صلاحية للتطبيقات لاستخدام حساباتهم، ولكن بسماحات محدودة بناء على المنح التي أعطاها المستخدم للتطبيق. تطبيق يعمل بالنيابة عن مستخدم لا يمكنه استخدام الصلاحيات التي لا يمتلكها المستخدم بالفعل.\nربما تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] حول الصلاحيات الفردية.\";'),('ary','messages:listgrouprights','s:58:\"ary:صلاحيات د لمجموعات د لخدايميا\";'),('ary','messages:listgrouprights-addgroup','s:74:\"ary:زيد أعضاء ف {{PLURAL:$2|لمجموعة|لمجموعات}}: $1\";'),('ary','messages:listgrouprights-addgroup-all','s:19:\"ary:zid gaa lmjmoat\";'),('ary','messages:listgrouprights-addgroup-self','s:65:\"ary:zid ll-ḫisab ṫaĝi {{PLURAL:$2|mjmoĝṫ|mjmoĝaṫ}}: $1\";'),('ary','messages:listgrouprights-addgroup-self-all','s:77:\"ar:يمكنه إضافة كل المجموعات إلى حسابه الخاص\";'),('ary','messages:listgrouprights-group','s:18:\"ary:لمجموعة\";'),('ary','messages:listgrouprights-helppage','s:51:\"ary:Help:صلاحيات ديال المجموعات\";'),('ary','messages:listgrouprights-key','s:161:\"ary:عنوان:\n* <span class=\"listgrouprights-granted\">صلاحية ممنوحة</span>\n* <span class=\"listgrouprights-revoked\">صلاحية مسحوبة</span>\";'),('ary','messages:listgrouprights-members','s:32:\"ary:(ليستة د لأعضاء)\";'),('ary','messages:listgrouprights-namespaceprotection-header','s:24:\"ar:قيود النطاق\";'),('ary','messages:listgrouprights-namespaceprotection-namespace','s:15:\"ar:النطاق\";'),('ary','messages:listgrouprights-namespaceprotection-restrictedto','s:73:\"ar:الصلاحيات التي تسمح للمستخدم بالتعديل\";'),('ary','messages:listgrouprights-removegroup','s:62:\"ary:حيّد {{PLURAL:$2|لمجموعة|لمجموعات}}: $1\";'),('ary','messages:listgrouprights-removegroup-all','s:20:\"ary:hiyd gaa lmjmoat\";'),('ary','messages:listgrouprights-removegroup-self','s:87:\"ary:حيّد من لكونط تاعي {{PLURAL:$2|لمجموعة|لمجموعات}}: $1\";'),('ary','messages:listgrouprights-removegroup-self-all','s:75:\"ar:يمكنه إزالة كل المجموعات من حسابه الخاص\";'),('ary','messages:listgrouprights-right-display','s:68:\"ar:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('ary','messages:listgrouprights-right-revoked','s:68:\"ar:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('ary','messages:listgrouprights-rights','s:22:\"ary:الصلاحيات\";'),('ary','messages:listgrouprights-summary','s:290:\"ar:فيما يلي قائمة بمجموعات المستخدمين المحددة في هذا الويكي،  مع حقوق الوصول المرتبطة بها. قد تكون هناك [[{{MediaWiki:Listgrouprights-helppage}}|معلومات إضافية]] على صلاحيات محددة.\";'),('ary','messages:listredirects','s:27:\"ary:لسته تحويلات\";'),('ary','messages:listredirects-summary','s:3:\"en:\";'),('ary','messages:listusers','s:30:\"ary:ليستة د لأعضاء\";'),('ary','messages:listusers-blocked','s:18:\"ary:(مبلوكي)\";'),('ary','messages:listusers-creationsort','s:54:\"ary:ستّف على حساب تاريخ لمصاوبة\";'),('ary','messages:listusers-desc','s:24:\"ar:رتب تنازليا\";'),('ary','messages:listusers-editsonly','s:59:\"ary:وري غير لخدايميا لي فايت ساهمو\";'),('ary','messages:listusers-noresult','s:38:\"ary:تا خدايمي ما تّلقا.\";'),('ary','messages:listusers-submit','s:12:\"ary:ورّي\";'),('ary','messages:listusers-summary','s:3:\"en:\";'),('ary','messages:listusers-temporarygroupsonly','s:93:\"ar:عرض المستخدمين في مجموعات المستخدمين المؤقتة فقط\";'),('ary','messages:listusersfrom','s:51:\"ary:وري لخدايميا لي باديين من:\";'),('ary','messages:localtime','s:28:\"ary:الوقت المحلي:\";'),('ary','messages:lockbtn','s:32:\"ary:qffel qaĝidaṫ l-bayanaṫ\";'),('ary','messages:lockconfirm','s:53:\"ary:Ah, kan\'ekked belli bġiṫ neġleq l-bazdødoné\";'),('ary','messages:lockdb','s:32:\"ary:qffel qaĝidaṫ l-bayanaṫ\";'),('ary','messages:lockdbsuccesssub','s:30:\"ary:Iqfal l-bazdødoné njeḫ\";'),('ary','messages:lockdbsuccesstext','s:157:\"ar:لقد أغلقت قاعدة البيانات.<br />\nتذكر أن [[Special:UnlockDB|تزيل الغلق]] بعد اكتمال أعمال الصيانة.\";'),('ary','messages:lockdbtext','s:487:\"ar:إغلاق قاعدة البيانات سوف يمنع جميع المستخدمين من تحرير الصفحات وتغيير التفضيلات الخاصة بهم وتعديل قائمة المراقبة وغير ذلك من الأمور التي تتطلب تعديل قاعدة البيانات.\nمن فضلك تأكد من أن هذا حقاً ما ترغب القيام به، ومن أنك سوف تقوم بإزالة الغلق بعد الانتهاء من الصيانة.\";'),('ary','messages:lockedbyandtime','s:38:\"ary:(mn {{GENDER:$1|$1}} f-$2 mĝa $3)\";'),('ary','messages:lockfilenotwritable','s:245:\"ar:ملف غلق قاعدة البيانات لا يمكن الكتابة عليه.\nلغلق قاعدة البيانات أو إزالة الغلق يجب أن يكون هذا الملف قابلا للكتابة من قبل خادم الويب.\";'),('ary','messages:lockmanager-fail-acquirelock','s:58:\"ar:لا يمكن الحصول على تأمين لـ \"$1\".\";'),('ary','messages:lockmanager-fail-closelock','s:63:\"ary:سّدان د لفيشي د تّأمين \"$1\" ماصدقش.\";'),('ary','messages:lockmanager-fail-conflict','s:103:\"ar:تعذر الحصول على القفل. يقوم شخص آخر بعمل شيء لهذا الملف.\";'),('ary','messages:lockmanager-fail-db-bucket','s:110:\"ar:تعذر الإتصال بعدد كافي من قواعد تأمين البيانات في الحزمة $1.\";'),('ary','messages:lockmanager-fail-db-release','s:75:\"ar:تعذر تحرير الأقفال في  قاعدة البيانات $1.\";'),('ary','messages:lockmanager-fail-deletelock','s:61:\"ary:لحدف د لفيشي د تّأمين \"$1\" ماصدقش.\";'),('ary','messages:lockmanager-fail-openlock','s:312:\"ar:تعذر إغلاق ملف التأمين \"$1\".\nتأكد من تهيئة دليل التحميل بشكل صحيح وأن خادم الويب لديه إذن بالكتابة إلى هذا الدليل. انظر https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('ary','messages:lockmanager-fail-releaselock','s:49:\"ar:تعذر تحرير التأمين لـ \"$1\"..\";'),('ary','messages:lockmanager-fail-svr-acquire','s:58:\"ar:لم يمكن فرض أقفال على المخدم $1.\";'),('ary','messages:lockmanager-fail-svr-release','s:61:\"ar:تعذر تحرير الأقفال على الخادم $1.\";'),('ary','messages:lockmanager-notlocked','s:53:\"ar:تعذر فتح \"$1\"، الملف غير مغلق.\";'),('ary','messages:locknoconfirm','s:40:\"ary:Ma qiyyedṫiċ sendok ṫ-ṫe\'kid.\";'),('ary','messages:log','s:14:\"ary:سجلات\";'),('ary','messages:log-action-filter-all','s:12:\"ary:كلشي\";'),('ary','messages:log-action-filter-block','s:21:\"ar:نوع المنع:\";'),('ary','messages:log-action-filter-block-block','s:9:\"ar:منع\";'),('ary','messages:log-action-filter-block-reblock','s:24:\"ar:منع التعديل\";'),('ary','messages:log-action-filter-block-unblock','s:20:\"ar:رفع المنع\";'),('ary','messages:log-action-filter-contentmodel','s:47:\"ar:نوع تغيير موديل المحتوى:\";'),('ary','messages:log-action-filter-contentmodel-change','s:39:\"ar:تغيير موديل المحتوى\";'),('ary','messages:log-action-filter-contentmodel-new','s:68:\"ar:إنشاء صفحة بموديل محتوى غير افتراضي\";'),('ary','messages:log-action-filter-delete','s:21:\"ar:نوع الحذف:\";'),('ary','messages:log-action-filter-delete-delete','s:24:\"ar:حذف الصفحات\";'),('ary','messages:log-action-filter-delete-delete_redir','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('ary','messages:log-action-filter-delete-delete_redir2','s:52:\"ar:إعادة الكتابة فوق التحويلة\";'),('ary','messages:log-action-filter-delete-event','s:24:\"ar:حذف السجلات\";'),('ary','messages:log-action-filter-delete-restore','s:29:\"ary:ترجاع الصفاحي\";'),('ary','messages:log-action-filter-delete-revision','s:28:\"ar:حذف المراجعات\";'),('ary','messages:log-action-filter-import','s:29:\"ar:نوع الاستيراد:\";'),('ary','messages:log-action-filter-import-interwiki','s:39:\"ar:استيراد عابر للويكي\";'),('ary','messages:log-action-filter-import-upload','s:41:\"ar:استيراد بواسطة رفع XML\";'),('ary','messages:log-action-filter-managetags','s:41:\"ar:نوع فعل إدارة الوسوم:\";'),('ary','messages:log-action-filter-managetags-activate','s:24:\"ar:تفعيل الوسم\";'),('ary','messages:log-action-filter-managetags-create','s:26:\"ar:إنشاء الوسوم\";'),('ary','messages:log-action-filter-managetags-deactivate','s:24:\"ar:تعطيل الوسم\";'),('ary','messages:log-action-filter-managetags-delete','s:22:\"ar:حذف الوسوم\";'),('ary','messages:log-action-filter-move','s:21:\"ar:نوع النقل:\";'),('ary','messages:log-action-filter-move-move','s:59:\"ar:نقل بدون الكتابة على التحويلات\";'),('ary','messages:log-action-filter-move-move_redir','s:55:\"ar:نقل مع الكتابة على التحويلات\";'),('ary','messages:log-action-filter-newusers','s:34:\"ar:نوع إنشاء الحساب:\";'),('ary','messages:log-action-filter-newusers-autocreate','s:20:\"ar:إنشاء آلي\";'),('ary','messages:log-action-filter-newusers-byemail','s:89:\"ar:الإنشاء بكلمة مرور مرسلة عبر البريد الإلكتروني\";'),('ary','messages:log-action-filter-newusers-create','s:58:\"ary:مصاوبة من عند خدايمي مامقيّدش\";'),('ary','messages:log-action-filter-newusers-create2','s:52:\"ary:مصاوبة من عند خدايمي مقيّد\";'),('ary','messages:log-action-filter-patrol','s:21:\"ar:نوع الخفر:\";'),('ary','messages:log-action-filter-patrol-autopatrol','s:30:\"ar:خفر أوتوماتيكي\";'),('ary','messages:log-action-filter-patrol-patrol','s:18:\"ar:خفر يدوي\";'),('ary','messages:log-action-filter-protect','s:25:\"ar:نوع الحماية:\";'),('ary','messages:log-action-filter-protect-modify','s:28:\"ar:تعديل الحماية\";'),('ary','messages:log-action-filter-protect-move_prot','s:24:\"ar:نقل الحماية\";'),('ary','messages:log-action-filter-protect-protect','s:13:\"ar:حماية\";'),('ary','messages:log-action-filter-protect-unprotect','s:24:\"ar:رفع الحماية\";'),('ary','messages:log-action-filter-rights','s:38:\"ar:نوع تغيير الصلاحية:\";'),('ary','messages:log-action-filter-rights-autopromote','s:34:\"ar:تغيير أوتوماتيكي\";'),('ary','messages:log-action-filter-rights-rights','s:22:\"ar:تغيير يدوي\";'),('ary','messages:log-action-filter-suppress','s:25:\"ar:نوع الإخفاء:\";'),('ary','messages:log-action-filter-suppress-block','s:54:\"ar:إخفاء المستخدم بواسطة المنع\";'),('ary','messages:log-action-filter-suppress-delete','s:26:\"ar:إخفاء الصفحة\";'),('ary','messages:log-action-filter-suppress-event','s:24:\"ar:إخفاء السجل\";'),('ary','messages:log-action-filter-suppress-reblock','s:65:\"ar:إخفاء المستخدم بواسطة إعادة المنع\";'),('ary','messages:log-action-filter-suppress-revision','s:30:\"ar:إخفاء المراجعة\";'),('ary','messages:log-action-filter-upload','s:21:\"ar:نوع الرفع:\";'),('ary','messages:log-action-filter-upload-overwrite','s:24:\"ar:إعادة الرفع\";'),('ary','messages:log-action-filter-upload-revert','s:14:\"ary:ترجاع\";'),('ary','messages:log-action-filter-upload-upload','s:18:\"ar:رفع جديد\";'),('ary','messages:log-description-contentmodel','s:200:\"ar:هذه الصفحة تعرض التغييرات لموديل المحتوى للصفحات، والصفحات التي تم إنشاؤها بموديل محتوى يختلف عن الافتراضي\";'),('ary','messages:log-description-create','s:80:\"ar:فيما يلي قائمة بأحدث عمليات إنشاء الصفحات.\";'),('ary','messages:log-description-managetags','s:374:\"ar:هذه الصفحة تعرض مهام الإدارة المرتعلقة ب[[Special:Tags|الوسوم]]. السجل يحتوي فقط على الافعال التي تم عملها يدويا بواسطة إداري؛ الوسوم ربما يتم إنشاؤها او حذفها بواسطة برنامج الويكي بدون تسجيل مدخلة في هذا السجل.\";'),('ary','messages:log-description-pagelang','s:57:\"ar:هذا سجل تغيرات في صفحة اللغات.\";'),('ary','messages:log-description-tag','s:325:\"ar:هذه الصفحة تعرض متى قام المستخدمون بإضافة أو إزالة [[Special:Tags|الوسوم]] من المراجعات أو مدخلات السجل الفردية. السجل لا يعرض أفعال الوسم عندما يحدثوا كجزء من تعديل، حذف، أو فعل مماثل.\";'),('ary','messages:log-edit-tags','s:57:\"ar:عدل وسوم مدخلات السجل المختار\";'),('ary','messages:log-fulllog','s:30:\"ary:شوف السجل كامل\";'),('ary','messages:log-name-contentmodel','s:46:\"ar:سجل تغيير نموذج المحتوى\";'),('ary','messages:log-name-create','s:35:\"ar:سجل إنشاء الصفحات\";'),('ary','messages:log-name-managetags','s:33:\"ar:سجل إدارة الوسوم\";'),('ary','messages:log-name-pagelang','s:31:\"ar:سجل تغيير اللغة\";'),('ary','messages:log-name-tag','s:22:\"ar:سجل الوسوم\";'),('ary','messages:log-title-wildcard','s:56:\"ar:ابحث عن عناوين تبدأ بهذا النص\";'),('ary','messages:logdelete-failure','s:54:\"ary:الضبط د رؤية السجل ماصدقش:\n$1\";'),('ary','messages:logdelete-selected','s:90:\"ary:{{PLURAL:$1|حدث السجل المختار|أحداث السجل المختارة}}:\";'),('ary','messages:logdelete-success','s:51:\"ary:الضبط د رؤية السجلاًت نجح.\";'),('ary','messages:logdelete-text','s:149:\"ar:ستبقى أحداث السجل المحذوفة تظهر في السجلات، لكن جزءاً من مضمونها لن يتاح للعموم.\";'),('ary','messages:logempty','s:57:\"ary:حتا شي مادة ما مطابقة ف لكناش.\";'),('ary','messages:logentry-block-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('ary','messages:logentry-block-reblock','s:113:\"ar: {{GENDER:$2|غير|غيرت}} $1 إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('ary','messages:logentry-block-unblock','s:50:\"ar:$1 {{GENDER:$2|رفع منع}} {{GENDER:$4|$3}}\";'),('ary','messages:logentry-contentmodel-change','s:99:\"ar:$1 {{GENDER:$2|غير|غيرت}} موديل المحتوى للصفحة $3 من \"$4\" إلى \"$5\"\";'),('ary','messages:logentry-contentmodel-change-revert','s:15:\"ar:استرجع\";'),('ary','messages:logentry-contentmodel-change-revertlink','s:15:\"ar:استرجع\";'),('ary','messages:logentry-contentmodel-new','s:117:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الصفحة $3 باستخدام موديل محتوى غير قياسي \"$5\"\";'),('ary','messages:logentry-create-create','s:51:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 صفحة $3\";'),('ary','messages:logentry-delete-delete','s:48:\"ary:{{GENDER:$2|محي|محات}} $1 صفحة $3\";'),('ary','messages:logentry-delete-delete_redir','s:83:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بالكتابة فوقها\";'),('ary','messages:logentry-delete-delete_redir2','s:94:\"ar:$1 {{GENDER:$2|حذف|حذفت}} التحويلة $3 بواسطة إعادة الكتابة\";'),('ary','messages:logentry-delete-event','s:157:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('ary','messages:logentry-delete-event-legacy','s:89:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية أحداث في سجل $3\";'),('ary','messages:logentry-delete-restore','s:69:\"ary:{{GENDER:$2|استرجع|استرجعت}} $1 الصفحة $3 ($4)\";'),('ary','messages:logentry-delete-restore-nocount','s:63:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} الصفحة $3\";'),('ary','messages:logentry-delete-revision','s:161:\"ary:بدًل{{GENDER:$2||ي}} $1 لإمكانية باش تشوف {{PLURAL:$5||مراجعة وحدا|$5 د مراجعات|$5 مراجعة}} فالصفحة $3: $4\";'),('ary','messages:logentry-delete-revision-legacy','s:95:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إمكانية رؤية مراجعات من صفحة $3\";'),('ary','messages:logentry-import-interwiki','s:73:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من ويكي أخرى\";'),('ary','messages:logentry-import-interwiki-details','s:105:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 من $5 ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('ary','messages:logentry-import-upload','s:62:\"ar:$1 {{GENDER:$2|استورد}} $3 بواسطة رفع ملف\";'),('ary','messages:logentry-import-upload-details','s:128:\"ar:$1 {{GENDER:$2|استورد|استوردت}} $3 بواسطة رفع الملف ($4 {{PLURAL:$4|مراجعة|مراجعات}})\";'),('ary','messages:logentry-managetags-activate','s:121:\"ar:$1 {{GENDER:$2|فعل|فعلت}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('ary','messages:logentry-managetags-create','s:55:\"ar:$1 {{GENDER:$2|أنشأ|أنشأت}} الوسم \"$4\"\";'),('ary','messages:logentry-managetags-deactivate','s:145:\"ar:$1 {{GENDER:$2|ألغى تفعيل|ألغت تفعيل}} الوسم \"$4\" للاستخدام بواسطة البوتات والمستخدمين\";'),('ary','messages:logentry-managetags-delete','s:163:\"ar:$1 {{GENDER:$2|حذف|حذفت}} الوسم \"$4\" (أزيل من $5 {{PLURAL:$5|مراجعة أو مدخلة سجل|مراجعات و/أو مدخلات سجل}})\";'),('ary','messages:logentry-merge-merge','s:80:\"ar:{{GENDER:$2|دمج|دمجت}} $1 $3 إلى $4 (المراجعات حتى $5).\";'),('ary','messages:logentry-move-move','s:58:\"ary:{{GENDER:$2|نقل|نقلات}} $1 صفحة $3 لـ $4\";'),('ary','messages:logentry-move-move-noredirect','s:123:\"ary:{{GENDER:$2|حوّل|حوّلات}} $1 صفحة $3 لـ $4 بلا ما {{GENDER:$2|يخلّي|تخلّي}} تحويلة\";'),('ary','messages:logentry-move-move_redir','s:80:\"ary:{{GENDER:$2|حوّل|حوّلات}} $1 صفحة $3 ل $4 على تحويلة\";'),('ary','messages:logentry-move-move_redir-noredirect','s:104:\"ar:{{GENDER:$2|نقل|نقلت}} $1 صفحة $3 إلى $4 على تحويلة دون ترك تحويلة\";'),('ary','messages:logentry-newusers-autocreate','s:98:\"ary:تدار لكونط د {{GENDER:$2|لخدايمي|لخدايمية}} $1 ؤطوماتيكياً\";'),('ary','messages:logentry-newusers-byemail','s:137:\"ar:{{GENDER:$2|أنشأ|أنشأت}} $1 حساب المستخدم $3 وأُرسلت كلمة السر بالبريد الإلكتروني\";'),('ary','messages:logentry-newusers-create','s:83:\"ary:تصاوب لكونط ديال {{GENDER:$2|لخدايمي|لخدايمية}} $1\";'),('ary','messages:logentry-newusers-create2','s:78:\"ar:أنشأ $1 حسابا {{GENDER:$2|للمستخدم|للمستخدمة}} $3\";'),('ary','messages:logentry-newusers-newusers','s:77:\"ar:أُنشِئ حساب {{GENDER:$2|المستخدم|المستخدمة}} $1\";'),('ary','messages:logentry-non-editing-block-block','s:133:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من إجراءات محددة غير التعديل بوقت انتهاء $5 $6\";'),('ary','messages:logentry-non-editing-block-reblock','s:161:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات منع {{GENDER:$4|$3}} لإجراءات محددة غير التعديل بوقت انتهاء يبلغ $5 $6\";'),('ary','messages:logentry-pagelang-pagelang','s:90:\"ar: {{GENDER:$2|غيَّر|غيَّرت}} $1 لغة الصفحة «$3» من $4 إلى $5.\";'),('ary','messages:logentry-partialblock-block','s:100:\"ar:$1 {{GENDER:$2|منع|منعت}} {{GENDER:$4|$3}} من $7 مع وقت انتهاء يبلغ $5 $6\";'),('ary','messages:logentry-partialblock-block-action','s:53:\"ar:{{PLURAL:$1|الإجراء|الإجراءات}} $2\";'),('ary','messages:logentry-partialblock-block-ns','s:49:\"ar:{{PLURAL:$1|النطاق|النطاقات}} $2\";'),('ary','messages:logentry-partialblock-block-page','s:47:\"ar:{{PLURAL:$1|الصفحة|الصفحات}} $2\";'),('ary','messages:logentry-partialblock-reblock','s:140:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات منع {{GENDER:$4|$3}} الَّتي تمنع $7 بوقت انتهاء يبلغ $5 $6\";'),('ary','messages:logentry-patrol-patrol','s:73:\"ar:{{GENDER:$2|عاين|عاين}} $1 المراجعة $4 للصفحة $3\";'),('ary','messages:logentry-patrol-patrol-auto','s:102:\"ary:{{GENDER:$2|عاين|عاينات}} $1 تلقائيا المراجعة $4 ديال الصفحة $3\";'),('ary','messages:logentry-protect-modify','s:71:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 إعدادات حماية $3 $4\";'),('ary','messages:logentry-protect-modify-cascade','s:82:\"ar:$1 {{GENDER:$2|غيّر|غيّرت}} إعدادات حماية $3 $4 [مضمن]\";'),('ary','messages:logentry-protect-move_prot','s:74:\"ar:$1 {{GENDER:$2|نقل}} إعدادات الحماية من $4 إلى $3\";'),('ary','messages:logentry-protect-protect','s:39:\"ar:{{GENDER:$2|حمى|حمت}} $1 $3 $4\";'),('ary','messages:logentry-protect-protect-cascade','s:52:\"ar:$1 {{GENDER:$2|حمى|حمت}} $3 $4 [مضمنة]\";'),('ary','messages:logentry-protect-unprotect','s:58:\"ar:{{GENDER:$2|رفع|رفعت}} $1 الحماية عن $3\";'),('ary','messages:logentry-rights-autopromote','s:109:\"ar:تمَ تلقائياً ترقية {{GENDER:$2|المستخدم|المستخدمة}} $1 من  $4 إلى $5\";'),('ary','messages:logentry-rights-rights','s:85:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية {{GENDER:$6|$3}} من $4 إلى $5\";'),('ary','messages:logentry-rights-rights-legacy','s:53:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 عضوية $3\";'),('ary','messages:logentry-suppress-block','s:91:\"ar:{{GENDER:$2|منع|منعت}} $1 {{GENDER:$4|$3}} لفترة زمنية مدتها $5 $6\";'),('ary','messages:logentry-suppress-delete','s:49:\"ar:{{GENDER:$2|أخفى|أخفت}} $1 صفحة $3\";'),('ary','messages:logentry-suppress-event','s:160:\"ar:غيّر{{GENDER:$2||ت}} $1 بسرية إمكانية مشاهدة {{PLURAL:$5||حدث|حدثين|$5 أحداث|$5 حدثًا|$5 حدث}} في سجل $3: $4\";'),('ary','messages:logentry-suppress-event-legacy','s:68:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية سِجِلّ $3\";'),('ary','messages:logentry-suppress-reblock','s:112:\"ar:$1 {{GENDER:$2|غير|غيرت}} إعدادات المنع ل{{GENDER:$4|$3}} بتاريخ انتهاء $5 $6\";'),('ary','messages:logentry-suppress-revision','s:179:\"ar:غيّر{{GENDER:$2||ت}} $1 سراً إمكانية مشاهدة {{PLURAL:$5||مراجعة واحدة|مراجعتين|$5 مراجعات|$5 مراجعة}} في صفحة $3: $4\";'),('ary','messages:logentry-suppress-revision-legacy','s:79:\"ar:{{GENDER:$2|غيّر|غيّرت}} $1 علانية مراجعات صفحة $3\";'),('ary','messages:logentry-tag-update-add-logentry','s:123:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 لمدخلة السجل $5 للصفحة $3\";'),('ary','messages:logentry-tag-update-add-revision','s:116:\"ar:$1 {{GENDER:$2|أضاف|أضافت}} {{PLURAL:$7|الوسم|الوسوم}} $6 للمراجعة $4 للصفحة $3\";'),('ary','messages:logentry-tag-update-logentry','s:151:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم على مدخلة السجل $5 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('ary','messages:logentry-tag-update-remove-logentry','s:126:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من مدخلة السجل $5 للصفحة $3\";'),('ary','messages:logentry-tag-update-remove-revision','s:121:\"ar:$1 {{GENDER:$2|أزال|أزالت}} {{PLURAL:$9|الوسم|الوسوم}} $8 من المراجعة $4 للصفحة $3\";'),('ary','messages:logentry-tag-update-revision','s:139:\"ar:$1 {{GENDER:$2|حدث|حدثت}} الوسوم للمراجعة $4 للصفحة $3 ({{PLURAL:$7|أضاف}} $6; {{PLURAL:$9|أزال}} $8)\";'),('ary','messages:logentry-upload-overwrite','s:71:\"ary:$1 {{GENDER:$2|طلّع|طلّعات}} نسخة جديدة من  $3\";'),('ary','messages:logentry-upload-revert','s:72:\"ar:$1 {{GENDER:$2|استرجع|استرجعت}} $3 لنسخة قديمة\";'),('ary','messages:logentry-upload-upload','s:42:\"ary: {{GENDER:$2|رفع|رفعات}} $1 $3\";'),('ary','messages:logeventslist-more-filters','s:46:\"ar:إظهار السجلات الإضافية:\";'),('ary','messages:logeventslist-newusers-log','s:41:\"ar:سجل إنشاء المستخدمين\";'),('ary','messages:logeventslist-patrol-log','s:20:\"ar:سجل الخفر\";'),('ary','messages:logeventslist-submit','s:11:\"ar:أظهر\";'),('ary','messages:logeventslist-tag-log','s:20:\"ar:سجل الوسم\";'),('ary','messages:logging-out-notify','s:63:\"ary:هانتا خارج، صبر شوي الى كان ممكن.\";'),('ary','messages:login','s:20:\"ary:تكونيكطا\";'),('ary','messages:login-abort-generic','s:43:\"ary:فشل الدخول ديالك - حبس\";'),('ary','messages:login-migrated-generic','s:127:\"ar:تم تهجير حسابك، ولم يعد اسم المستخدم الخاص بك موجوداً على هذه الويكي\";'),('ary','messages:login-security','s:29:\"ary:أكًد  شكون نتا\";'),('ary','messages:login-throttled','s:139:\"ary:مؤخرا درتي بزاف د لمحاولات باش تكونيكطا.\nعافاك تسنًا $1 قبل ماتحاول مرة خرا.\";'),('ary','messages:login-userblocked','s:64:\"ary:هاد لخدايمي مبلوكي. لّوڭين ممنوع.\";'),('ary','messages:loginerror','s:25:\"ary:غلط فالدخلة\";'),('ary','messages:loginlanguagelabel','s:16:\"ary:لوغة: $1\";'),('ary','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('ary','messages:loginprompt','s:3:\"en:\";'),('ary','messages:loginreqlink','s:27:\"ary:تسجيل الدخول\";'),('ary','messages:loginreqpagetext','s:61:\"ary:خاصك $1 باش تقدر تشوف صفحات خرين.\";'),('ary','messages:loginreqtitle','s:19:\"ary:خاصك دخل\";'),('ary','messages:loginsuccess','s:70:\"ary:<strong>دخلتي دابا ل{{SITENAME}} باسم \"$1\".</strong>\";'),('ary','messages:loginsuccesstitle','s:28:\"ary:صافي را دخلتي\";'),('ary','messages:logout','s:24:\"ary:تديكونيكطا\";'),('ary','messages:logout-failed','s:52:\"ary:ماتقدرش دًيكونيكطا دابا: $1\";'),('ary','messages:logouttext','s:204:\"ary:<strong>راك دابا مديكونيكطي.</strong>\n\nتقدر تشوف شي صفحات بحال إلا راك مكونيكطي, حتا تخوي لكاش لمؤقت ديال لمتصفح ديالك.\";'),('ary','messages:lonelypages','s:25:\"ary:صفاحي يتيمة\";'),('ary','messages:lonelypages-summary','s:3:\"en:\";'),('ary','messages:lonelypagestext','s:125:\"ar:الصفحات التالية غير موصولة من أو مضمنة في الصفحات الأخرى في {{SITENAME}}.\";'),('ary','messages:longpage-hint','s:4:\"en:-\";'),('ary','messages:longpageerror','s:261:\"ary:<strong>غلط: النص اللي دخلتي فيه {{PLURAL:$1|واحد كيلوبايت|$1 كيلوبيات}} وهو كتر من لماكسيموم ديال {{PLURAL:$2|واحد كيلوبايت|$2 كيلوبايت}}.</strong>\nمايمكنش يتسجًل.\";'),('ary','messages:longpages','s:25:\"ary:صفاحي طويلة\";'),('ary','messages:longpages-summary','s:3:\"en:\";'),('ary','messages:magiclink-tracking-isbn','s:70:\"ar:الصفحات التي تستخدم وصلات ISBN السحرية\";'),('ary','messages:magiclink-tracking-isbn-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لISBN. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('ary','messages:magiclink-tracking-pmid','s:70:\"ar:الصفحات التي تستخدم وصلات PMID السحرية\";'),('ary','messages:magiclink-tracking-pmid-desc','s:199:\"ar:هذه الصفحة تستخدم الوصلات السحرية لPMID. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('ary','messages:magiclink-tracking-rfc','s:69:\"ar:الصفحات التي تستخدم وصلات RFC السحرية\";'),('ary','messages:magiclink-tracking-rfc-desc','s:198:\"ar:هذه الصفحة تستخدم الوصلات السحرية لRFC. انظر [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] حول كيفية التغيير.\";'),('ary','messages:mailerror','s:52:\"ary:وقع غلط ملي تصيفط لإيميل: $1\";'),('ary','messages:mailmypassword','s:23:\"ary:بدّل الكود\";'),('ary','messages:mailnologin','s:49:\"ary:ماكاينش عنوان د التسافيط\";'),('ary','messages:mailnologintext','s:251:\"ar:يجب أن تقوم [[Special:UserLogin|بتسجيل الدخول]] وإدخال بريد إلكتروني صالح في صفحة [[Special:Preferences|التفضيلات]] لتتمكن من إرسال الرسائل لمستخدمين آخرين.\";'),('ary','messages:mainpage','s:29:\"ary:الصفحة اللولا\";'),('ary','messages:mainpage-description','s:29:\"ary:الصفحة اللولا\";'),('ary','messages:mainpage-nstab','s:29:\"ary:الصفحة اللولا\";'),('ary','messages:mainpage-title','s:4:\"en:-\";'),('ary','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('ary','messages:mar','s:12:\"ary:مارس\";'),('ary','messages:march','s:12:\"ary:مارس\";'),('ary','messages:march-gen','s:12:\"ary:مارس\";'),('ary','messages:markaspatrolleddiff','s:20:\"ary:marki kamorajaaa\";'),('ary','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('ary','messages:markaspatrolledtext','s:59:\"ar:علم هذه الصفحة بعلامة المراجعة\";'),('ary','messages:markaspatrolledtext-file','s:66:\"ar:علم نسخة الملف هذه بعلامة المراجعة\";'),('ary','messages:markedaspatrolled','s:41:\"ar:علمت بعلامة المراجعة\";'),('ary','messages:markedaspatrollederror','s:50:\"ar:لا يمكن التعليم بالمراجعة\";'),('ary','messages:markedaspatrollederror-noautopatrol','s:95:\"ar:لا يجوز لك تعليم تغييراتك الشخصية بعلامة المراجعة.\";'),('ary','messages:markedaspatrollederrortext','s:102:\"ar:يجب عليك اختيار المراجعة التي تريد أن تشير أنها مراجعة\";'),('ary','messages:markedaspatrollednotify','s:67:\"ar:هذا التغيير لـ $1  تم تعليمه كمراجَع.\";'),('ary','messages:markedaspatrolledtext','s:89:\"ar:المراجعة المختارة من [[:$1]] علمت بعلامة المراجعة.\";'),('ary','messages:maximum-size','s:33:\"ary:لقياس لكبير ڭاع:\";'),('ary','messages:may','s:10:\"ary:ماي\";'),('ary','messages:may-gen','s:10:\"ary:ماي\";'),('ary','messages:may_long','s:10:\"ary:ماي\";'),('ary','messages:mcrundo-changed','s:121:\"ar:لقد تم تغيير الصفحة منذ عرضت الفرق; يُرجَى مراجعة التغيير الجديد.\";'),('ary','messages:mcrundo-missingparam','s:58:\"ar:وسائط مطلوبة مفقودة عند الطلب.\";'),('ary','messages:mcrundo-parse-failed','s:61:\"ar:فشل في تحليل المراجعة الجديدة: $1\";'),('ary','messages:mcrundofailed','s:22:\"ar:الرجوع فشل\";'),('ary','messages:mediastatistics','s:32:\"ar:إحصاءات الميديا\";'),('ary','messages:mediastatistics-allbytes','s:110:\"ar:الحجم الكلي لكل {{PLURAL:$3|$3 الملف|$3 الملفات}}: {{PLURAL:$1|$1 بايت}} ($2).\";'),('ary','messages:mediastatistics-bytespertype','s:141:\"ar:إجمالي حجم الملف لهذا القسم من {{PLURAL:$4|$4 ملف|$4 ملفات}} ($5%): {{PLURAL:$1|$1 بايت}} ($2؛ $3%).\";'),('ary','messages:mediastatistics-header-3d','s:28:\"ar:ثلاثي الأبعاد\";'),('ary','messages:mediastatistics-header-archive','s:22:\"ar:صيغ مضغوطة\";'),('ary','messages:mediastatistics-header-audio','s:9:\"ar:صوت\";'),('ary','messages:mediastatistics-header-bitmap','s:16:\"ar:صور Bitmap\";'),('ary','messages:mediastatistics-header-drawing','s:31:\"ar:رسم (صور متجهية)\";'),('ary','messages:mediastatistics-header-executable','s:17:\"ar:تنفيذية\";'),('ary','messages:mediastatistics-header-multimedia','s:22:\"ar:ريتش ميديا\";'),('ary','messages:mediastatistics-header-office','s:11:\"ar:مكتب\";'),('ary','messages:mediastatistics-header-text','s:9:\"ar:نصي\";'),('ary','messages:mediastatistics-header-total','s:22:\"ar:كل الملفات\";'),('ary','messages:mediastatistics-header-unknown','s:20:\"ar:غير معروف\";'),('ary','messages:mediastatistics-header-video','s:28:\"ar:مقاطع الفيديو\";'),('ary','messages:mediastatistics-nbytes','s:112:\"ar:{{PLURAL:$1|بايت واحد|بايتان اثنان|$1 بايتات|$1 بايتاً|$1 بايت}} ($2; $3%)\";'),('ary','messages:mediastatistics-nfiles','s:11:\"ar:$1 ($2%)\";'),('ary','messages:mediastatistics-summary','s:210:\"ar:إحصاءات عن أنماط الملفات المرفوعة، وتشمل أحدث نسخة من الملف فقط، حيث تستبعد النسخ القديمة أو المحذوفة من الملفات.\";'),('ary','messages:mediastatistics-table-count','s:24:\"ar:عدد الملفات\";'),('ary','messages:mediastatistics-table-extensions','s:38:\"ar:الامتدادات الممكنة\";'),('ary','messages:mediastatistics-table-mimetype','s:14:\"ar:نوع MIME\";'),('ary','messages:mediastatistics-table-totalbytes','s:26:\"ar:الحجم المدمج\";'),('ary','messages:mediawarning','s:159:\"ar:<strong>تحذير:</strong> قد يحتوي نوع هذا الملف على كود خبيث.\nيمكن عند تشغيله السيطرة على نظامك.\";'),('ary','messages:mediawikipage','s:43:\"ary:طالع صفحة ديلال رسالة\";'),('ary','messages:mergehistory','s:36:\"ary:دمج تواريخ الصفحة\";'),('ary','messages:mergehistory-autocomment','s:31:\"ary:تدمج [[:$1]] ف [[:$2]]\";'),('ary','messages:mergehistory-box','s:53:\"ary:دمج مراجعات ديال جوج صفاحي:\";'),('ary','messages:mergehistory-comment','s:35:\"ary:تدمج [[:$1]] ف [[:$2]]: $3\";'),('ary','messages:mergehistory-done','s:87:\"ary:$4 {{PLURAL:$4|لمراجعة|لمراجعات}} د $1 تدمجات ف [[:$2]].\n$3.\";'),('ary','messages:mergehistory-empty','s:57:\"ary:ما كايناش مراجعات يمكن دمجها.\";'),('ary','messages:mergehistory-fail','s:135:\"ar:غير قادر على عمل دمج التاريخ، من فضلك أعد التحقق من محددات الصفحة والزمن.\";'),('ary','messages:mergehistory-fail-bad-timestamp','s:43:\"ary:الختم الزمني ماصالحش.\";'),('ary','messages:mergehistory-fail-invalid-dest','s:47:\"ary:الصفحة الوجهة ماصالحاش.\";'),('ary','messages:mergehistory-fail-invalid-source','s:47:\"ary:الصفحة المصدر ماصالحاش.\";'),('ary','messages:mergehistory-fail-no-change','s:132:\"ar:دمج التاريخ لم يدمج أية مراجعات. برجاء التحقق من معاملات الصفحة والزمن.\";'),('ary','messages:mergehistory-fail-permission','s:60:\"ar:سماحيات غير كافية لدمج التاريخ.\";'),('ary','messages:mergehistory-fail-self-merge','s:75:\"ar:الصفحتان المصدر والوجهة هما نفس الصفحة.\";'),('ary','messages:mergehistory-fail-timestamps-overlap','s:93:\"ar:مراجعات المصدر تتداخل أو تأتي بعد مراجعات الوجهة.\";'),('ary','messages:mergehistory-fail-toobig','s:223:\"ar:لا يمكن إجراء دمج التاريخ بسبب تجاوز حدود عدد المراجعات المنقولة {{PLURAL:$1|المراجعة الواحدة|المراجعتين|$1 مراجعات|$1 مراجعة}}.\";'),('ary','messages:mergehistory-from','s:30:\"ary:الصفحة المصدر:\";'),('ary','messages:mergehistory-go','s:52:\"ary:عرض التعديلات لي تقدر تدمج\";'),('ary','messages:mergehistory-header','s:204:\"ar:هذه الصفحة تسمح لك بدمج نسخ تاريخ صفحة ما إلى صفحة أخرى.\nتأكد من أن هذا التغيير سيحافظ على استمرار تاريخ الصفحة.\";'),('ary','messages:mergehistory-into','s:28:\"ary:الصفحة الهدف:\";'),('ary','messages:mergehistory-invalid-destination','s:96:\"ary:خاص يكون لعنوان د الصفحة اللي بغيتي تمشي ليها صحيح.\";'),('ary','messages:mergehistory-invalid-source','s:70:\"ary:الصفحة المصدر خاص تكون عنوانا صحيحا.\";'),('ary','messages:mergehistory-list','s:53:\"ary:تاريخ التعديل القابل للدمج\";'),('ary','messages:mergehistory-merge','s:312:\"ar:المراجعات التالية من [[:$1]] يمكن دمجها إلى [[:$2]].\nاستخدم عمود الصناديق لدمج المراجعات التي تم إنشاؤها في وقبل الوقت المحدد.\nلاحظ أن استخدام وصلات التصفح سيعيد ضبط هذا العمود.\";'),('ary','messages:mergehistory-no-destination','s:49:\"ary:الصفحة الهدف $1 ما كايناش.\";'),('ary','messages:mergehistory-no-source','s:51:\"ary:الصفحة المصدر $1 ما كايناش.\";'),('ary','messages:mergehistory-reason','s:13:\"ary:سباب:\";'),('ary','messages:mergehistory-redirect-text','s:3:\"en:\";'),('ary','messages:mergehistory-revisionrow','s:29:\"ar:$1 ($2) $3 . . $4 $5 $6 $7\";'),('ary','messages:mergehistory-same-destination','s:102:\"ary:مايمكنش تكون الصفحة لمستهدفة هي الصفحة د لمصدر النًيت\";'),('ary','messages:mergehistory-source-deleted','s:206:\"ar:بالإضافة إلى ذلك، حُذفت [[:$1]] لأنها لم تعد تحتوي أي مراجعات مرئية ونموذج المحتوى الخاص بها لا يدعم عمل التحويلات.\";'),('ary','messages:mergehistory-source-deleted-reason','s:204:\"ar:يتم حذف صفحة المصدر تلقائيًا بعد دمج التواريخ لأن نموذج محتواها لا يدعم عمليات التحويل ولا المراجعات المتبقية\";'),('ary','messages:mergehistory-submit','s:29:\"ary:دمج المراجعات\";'),('ary','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('ary','messages:mergelog','s:26:\"ary:لوحة د الدمج\";'),('ary','messages:mergelogpagetext','s:107:\"ar:بالأسفل قائمة بأحدث عمليات الدمج لتاريخ صفحة ما إلى أخرى.\";'),('ary','messages:metadata','s:20:\"ary:ميتاداتا\";'),('ary','messages:metadata-collapse','s:26:\"ary:Ĥebbi ṫ-ṫafaṣil\";'),('ary','messages:metadata-expand','s:25:\"ary:Werri ṫ-ṫafaṣil\";'),('ary','messages:metadata-fields','s:447:\"ary:حقول معطيات الميتاداتا لي كاينا فهاد الرسالة غادي تبان في صفحة الصورة ملي يكون جدول معطيات الميتاداتا مطوي.\nالحقول الأخرى غادي تكون مخفية افتراضيا.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('ary','messages:metadata-help','s:343:\"ary:هاد لفيشي فيه معلومات إضافية، غاتكون زادتهم لكاميرا الرقمية ولا السكانير لي تستعملو باش يصايبوه.\nيلا لفيشي  تعدل من حالتو لأصلية، يمكن يكونو بعض التفاصيل لي ماغاديش تعبر على لفيشي لمعدل.\";'),('ary','messages:metadata-langitem','s:26:\"ar:<strong>$2:</strong> $1\";'),('ary','messages:metadata-langitem-default','s:5:\"en:$1\";'),('ary','messages:mimesearch','s:19:\"ary:تقلاب MIME\";'),('ary','messages:mimesearch-summary','s:200:\"ar:تمكنك هذه الصفحة من ترشيح الملفات وفق نوع MIME الخاص بها.\nالمدخل: نوع المحتوى/النوع الفرعي، كمثال <code>image/jpeg</code>.\";'),('ary','messages:mimetype','s:27:\"ary:نوع د لميديا:\";'),('ary','messages:minimum-size','s:34:\"ary:لقياس الصغير ڭاع\";'),('ary','messages:minlength1','s:87:\"ary:سميات لملفات خاص يكون فيها حرف واحد على الأقل.\";'),('ary','messages:minoredit','s:32:\"ary:هادا تعديل صغير\";'),('ary','messages:minoreditletter','s:6:\"ary:ص\";'),('ary','messages:minutes','s:82:\"ar:{{PLURAL:$1||دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('ary','messages:minutes-abbrev','s:7:\"ary:$1m\";'),('ary','messages:minutes-ago','s:48:\"ar:قبل {{PLURAL:$1|دقيقة|$1 دقائق}}\";'),('ary','messages:missing-article','s:485:\"ary:مالقيناش النص د شي صفحة اللي كان خاصها اتًلقا، الصفحة هي \"$1\" $2.\n\nعادة هادشي تيوقع ملي كاتًبع شي فرق قديم ولاً رابط تأريخ د شي صفحة ممحية.\n\nإلا ماكانش هدا هو لمشكيل, را يمكن لقيتي شي مكشيل فلبرمجة.\nعافاك هضر مع واحد من [[Special:ListUsers/sysop|الإداريين]]، و عطيه لعنوان د هاد الصفحة.\";'),('ary','messages:missing-revision','s:332:\"ar:المراجعة #$1 من الصفحة المسماة \"{{FULLPAGENAME}}\" غير موجودة.\n\nهذا يحدث عادة عن طريق اتباع وصلة تاريخ قديمة لصفحة تم حذفها.\nالتفاصيل يمكن إيجادها في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ary','messages:missing-revision-content','s:82:\"ar:تعذر تحميل المراجعة #$1 من الصفحة المسماة \"$2\".\";'),('ary','messages:missing-revision-permission','s:293:\"ar:المراجعة #$1 تتبع صفحة محذوفة. بإمكانك [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} استعراضها]؛ كذلك بإمكانك الاطلاع على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page=$3}} سجل الحذف].\";'),('ary','messages:missingarticle-diff','s:21:\"ary:(فرق: $1، $2)\";'),('ary','messages:missingarticle-rev','s:33:\"ary:(رقم المراجعة: $1)\";'),('ary','messages:missingcommentheader','s:200:\"ary:<strong>تنبيه:</strong>  ماعطيتييش عنوان لهاد التعليق.\nإلا بركتي على \"$1\" عاوتاني، غادي يتسجل التعليق ديالك بلا عنوان.\";'),('ary','messages:missingcommenttext','s:41:\"ary:عافاك دخل تعليق لتحت\";'),('ary','messages:missingsummary','s:188:\"ary:<strong>عنداك:</strong> ماكتبتيش ملخص د التعديل.\nإلا بركتي مرة خرة على \"$1\"، غادي يتسجًل التعديل ديالك بلا ملخص.\";'),('ary','messages:mobile-frontend-account-create-captcha-placeholder','s:33:\"ar:أدخل رمز التأكيد\";'),('ary','messages:mobile-frontend-account-create-email-placeholder','s:53:\"ar:البريد الإلكتروني (اختياري)\";'),('ary','messages:mobile-frontend-account-create-submit','s:24:\"ar:أنشئ حسابًا\";'),('ary','messages:mobile-frontend-app-title','s:24:\"ar:تطبيق محمول\";'),('ary','messages:mobile-frontend-back-to-top-of-section','s:34:\"ary:Ṛjeĝ s-séksyon li men qbel\";'),('ary','messages:mobile-frontend-browse-tags-header','s:15:\"ar:الوسوم\";'),('ary','messages:mobile-frontend-categories-add','s:24:\"ar:إضافة تصنيف\";'),('ary','messages:mobile-frontend-categories-add-heading','s:57:\"en:<strong>Add<span> $1</span> to new categories</strong>\";'),('ary','messages:mobile-frontend-categories-add-wait','s:34:\"en:Saving categories, please wait.\";'),('ary','messages:mobile-frontend-categories-heading','s:38:\"ar:<strong>التصنيفات</strong>\";'),('ary','messages:mobile-frontend-categories-hidden','s:17:\"en:Organizational\";'),('ary','messages:mobile-frontend-categories-nocat','s:73:\"ar:لا تنتمي هذه الصفحة بعد إلى أي تصنيفات.\";'),('ary','messages:mobile-frontend-categories-nodata','s:62:\"en:There was an error. Have you added some categories to save?\";'),('ary','messages:mobile-frontend-categories-nomatch','s:64:\"en:No category found for your query. You should try another one.\";'),('ary','messages:mobile-frontend-categories-normal','s:16:\"en:Content based\";'),('ary','messages:mobile-frontend-categories-search','s:20:\"en:Search categories\";'),('ary','messages:mobile-frontend-categories-subheading','s:75:\"ar:تنتمي هذه الصفحة إلى التصنيفات التالية:\";'),('ary','messages:mobile-frontend-categories-summary','s:32:\"ar:أضيفت للتصنيفات\";'),('ary','messages:mobile-frontend-changeslist-ip','s:26:\"ar:مستخدم مجهول\";'),('ary','messages:mobile-frontend-changeslist-nocomment','s:36:\"ar:لا يوجد ملخص تحرير\";'),('ary','messages:mobile-frontend-clear-search','s:13:\"ar:إفراغ\";'),('ary','messages:mobile-frontend-commons-category-view','s:16:\"en:Images for $1\";'),('ary','messages:mobile-frontend-console-recruit','s:256:\"en:\\o/ Hey! This is open source software and we need volunteers to help us build this thing, make it better and fix any bugs that you might be seeing in this JavaScript console!\n\nYou can find our backlog @ https://phabricator.wikimedia.org/project/view/67/\";'),('ary','messages:mobile-frontend-contribution-summary','s:102:\"ar:كل التعديلات التي أجريت من قبل {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('ary','messages:mobile-frontend-cookies-required','s:220:\"ar:إن ملفات تعريف الإرتباط (كوكيز) ضرورية لتغيير واجهة العرض. الرجاء تفعيل خاصية الإحتفاظ بهذه الملفات والمحاولة مرة أخرى.\";'),('ary','messages:mobile-frontend-copyright','s:70:\"ar:المحتوى متاح وفق $1 إن لم يرد خلاف ذلك.\";'),('ary','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ary','messages:mobile-frontend-desc','s:26:\"ar:واجهة الجوال\";'),('ary','messages:mobile-frontend-diffview-404-desc','s:62:\"ar:معرف النسخة الذي طلبته غير موجود\";'),('ary','messages:mobile-frontend-diffview-404-title','s:22:\"ar:نسخة خاطئة\";'),('ary','messages:mobile-frontend-diffview-anonymous','s:26:\"ar:مستخدم مجهول\";'),('ary','messages:mobile-frontend-diffview-bytesadded','s:53:\"ar:تم إضافة {{PLURAL:$1|بايت|$1 بايت}}\";'),('ary','messages:mobile-frontend-diffview-bytesnochange','s:34:\"ar:لا تغيير في الحجم\";'),('ary','messages:mobile-frontend-diffview-bytesremoved','s:53:\"ar:تم إزالة {{PLURAL:$1|بايت|$1 بايت}}\";'),('ary','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('ary','messages:mobile-frontend-diffview-editcount','s:105:\"ar:<div>$1</div> {{PLURAL:$1||تعديل|تعديلان|$1 تعديلات|$1 تعديلا|$1 تعديل}}\";'),('ary','messages:mobile-frontend-diffview-explained','s:61:\"ar:السطور التالية أضيفت (+) وحذفت (-):\";'),('ary','messages:mobile-frontend-diffview-title','s:17:\"ar:تغييرات\";'),('ary','messages:mobile-frontend-disable-images','s:49:\"ar:عطل الصور على موقع الجوال\";'),('ary','messages:mobile-frontend-dismiss-notification','s:33:\"ar:أخفِ هذا الإخطار\";'),('ary','messages:mobile-frontend-donate-button-label','s:13:\"ar:تبرّع\";'),('ary','messages:mobile-frontend-donate-image-anon','s:78:\"ar:يرجى تسجيل الدخول لرؤية صفحة رفع الملفات.\";'),('ary','messages:mobile-frontend-donate-image-heading','s:34:\"ar:مساهماتك الأخيرة\";'),('ary','messages:mobile-frontend-donate-image-login-action','s:80:\"ar:سجل دخولك لمشاركة ملفات الوسائط الخاصة بك.\";'),('ary','messages:mobile-frontend-donate-image-nouploads','s:23:\"ar:لا مرفوعات.\";'),('ary','messages:mobile-frontend-donate-image-signup-action','s:74:\"ar:انشىء حسابًا لمشاركة وسائطك  مع العالم.\";'),('ary','messages:mobile-frontend-donate-image-title','s:21:\"ar:المرفوعات\";'),('ary','messages:mobile-frontend-donate-photo-first-upload-success','s:57:\"ar:نجحت! شكرا على مساهمتك الأولى!\";'),('ary','messages:mobile-frontend-donate-photo-upload-success','s:82:\"ar:نجحت! يمكن الآن أن تُشَاهد صورتك على {{SITENAME}}!\";'),('ary','messages:mobile-frontend-drawer-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:mobile-frontend-edit-login-action','s:35:\"ar:سجل دخولك للتحرير\";'),('ary','messages:mobile-frontend-edit-signup-action','s:35:\"ar:أنشأ حساب للتحرير\";'),('ary','messages:mobile-frontend-editor-abusefilter-disallow','s:85:\"ar:هذا التعديل لا يمكن حفظه لأننا اكتشفنا مشكلة.\";'),('ary','messages:mobile-frontend-editor-abusefilter-read-more','s:24:\"ar:اقرأ المزيد\";'),('ary','messages:mobile-frontend-editor-abusefilter-warning','s:129:\"ar:تحذير: هل أنت متأكد من أنك تريد حفظ هذا التعديل؟ هل تكون هناك مشكلة به.\";'),('ary','messages:mobile-frontend-editor-add-reference','s:6:\"en:Add\";'),('ary','messages:mobile-frontend-editor-anon','s:40:\"ar:حرر بلا تسجيل الدخول\";'),('ary','messages:mobile-frontend-editor-anonwarning','s:360:\"ar:\'\'\'تحذير:\'\'\' لم تقم بالدخول. سيكون عنوان الآيبي خاصتك مرئيا للعامة عند قيامك بأي تعديل.إذا \'\'\'سجلت دخولك\'\'\' أو أنشأت حساب في ويكيبيديا\'\'\'، تعديلاتك ستنسب لاسم المستخدم خاصتك ،مع المزيد من الميزات الأخرى.\";'),('ary','messages:mobile-frontend-editor-blocked-info','s:112:\"en:Your IP address is blocked from editing. The block was made by {{GENDER:$1|$1}} for the following reason: $2.\";'),('ary','messages:mobile-frontend-editor-blocked-info-loggedin','s:108:\"en:Your account is blocked from editing. The block was made by {{GENDER:$2|$2}} for the following reason: $1\";'),('ary','messages:mobile-frontend-editor-bold','s:7:\"en:Bold\";'),('ary','messages:mobile-frontend-editor-bold-text','s:12:\"en:Bold text\";'),('ary','messages:mobile-frontend-editor-cancel','s:11:\"ar:ألغِ\";'),('ary','messages:mobile-frontend-editor-cancel-confirm','s:53:\"ar:أتريد حقا أن تهجر تعديلاتك؟\";'),('ary','messages:mobile-frontend-editor-captcha-try-again','s:97:\"ar:لقد قمت بإدخال رموز خاطئة، الرجاء المحاولة مرة أخرى\";'),('ary','messages:mobile-frontend-editor-continue','s:13:\"ar:استمر\";'),('ary','messages:mobile-frontend-editor-cta','s:48:\"ar:ساعد في تحسين هذه الصفحة!\";'),('ary','messages:mobile-frontend-editor-disabled','s:58:\"ar:هذه الصفحة محمية لمنع التخريب.\";'),('ary','messages:mobile-frontend-editor-edit','s:9:\"ar:عدل\";'),('ary','messages:mobile-frontend-editor-editing','s:24:\"ar:قيد التحرير\";'),('ary','messages:mobile-frontend-editor-editing-page','s:46:\"ar:<strong>تعديل</strong><span> $1</span>\";'),('ary','messages:mobile-frontend-editor-error','s:41:\"ar:خطأ، لم يحفظ التعديل.\";'),('ary','messages:mobile-frontend-editor-error-conflict','s:59:\"ar:خطأ، عدل مستخدم آخر هذه الصفحة.\";'),('ary','messages:mobile-frontend-editor-error-loading','s:43:\"ar:خطأ، تعذر تحميل القسم.\";'),('ary','messages:mobile-frontend-editor-error-preview','s:139:\"ar:خطأ، حدث شيء غير متوقع أثناء تحميل المعاينة. أغلق الصفحة رجاءً واحفظ مجددا.\";'),('ary','messages:mobile-frontend-editor-insert-reference','s:19:\"en:Insert reference\";'),('ary','messages:mobile-frontend-editor-italic','s:9:\"en:Italic\";'),('ary','messages:mobile-frontend-editor-italic-text','s:14:\"en:Italic text\";'),('ary','messages:mobile-frontend-editor-keep-editing','s:26:\"ar:تابع التحرير\";'),('ary','messages:mobile-frontend-editor-licensing','s:121:\"ar:عندما تحفظ تعديلاتك أنت توافق ضمناً على طرح مساهمتك بموجب رخصة $1.\";'),('ary','messages:mobile-frontend-editor-licensing-with-terms','s:122:\"ar:عندما تحفظ تعديلاتك أنت توافق على $1 وعلى طرح مساهمتك بموجب رخصة $2.\";'),('ary','messages:mobile-frontend-editor-new-page-confirm','s:172:\"ar:{{GENDER:$1|هل أنت متأكد من أنك تريد إنشاء|هل أنت متأكدة من أنك تريدي إنشاء}} صفحة جديدة على {{SITENAME}}؟\";'),('ary','messages:mobile-frontend-editor-newpage-prompt','s:100:\"ar:هذه الصفحة غير موجودة. لماذا لا تتجرأ وتقوم بإنشائها؟\";'),('ary','messages:mobile-frontend-editor-placeholder','s:61:\"ar:هذا القسم فارغ. كن أول من يوسّعه!\";'),('ary','messages:mobile-frontend-editor-placeholder-new-page','s:82:\"ar:{{GENDER:$1|أنت بصدد إنشاء}} صفحة جديدة في {{SITENAME}}!\";'),('ary','messages:mobile-frontend-editor-previewing-page','s:48:\"ar:<span><strong>معاينة</strong> $1</span>\";'),('ary','messages:mobile-frontend-editor-redirect-title','s:47:\"ar:إعادة توجيه إلى المحرر...\";'),('ary','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('ary','messages:mobile-frontend-editor-redlink-explain','s:57:\"ar:هذه الصفحة لم يتم إنشاؤها بعد.\";'),('ary','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('ary','messages:mobile-frontend-editor-reference','s:12:\"en:Reference\";'),('ary','messages:mobile-frontend-editor-reference-placeholder','s:32:\"en:Which source do you refer to?\";'),('ary','messages:mobile-frontend-editor-save','s:11:\"ar:احفظ\";'),('ary','messages:mobile-frontend-editor-success','s:37:\"ar:نجاح! تعديلك محفوظ.\";'),('ary','messages:mobile-frontend-editor-success-landmark-1','s:58:\"ar:تهانينا، أنت الآن محرر {{SITENAME}}!\";'),('ary','messages:mobile-frontend-editor-success-new-page','s:56:\"ar:تهانينا على إنشاء صفحة جديدة!\";'),('ary','messages:mobile-frontend-editor-summary','s:16:\"ar:الملخص:\";'),('ary','messages:mobile-frontend-editor-summary-placeholder','s:50:\"ar:أخبرنا عن تعديلك (اختياري)\";'),('ary','messages:mobile-frontend-editor-summary-request','s:35:\"ar:كيف حسّنت الصفحة؟\";'),('ary','messages:mobile-frontend-editor-switch-confirm','s:91:\"ar:يجب أن تحفظ الصفحة قبل التحول إلى نظام تحرير آخر.\";'),('ary','messages:mobile-frontend-editor-switch-editor','s:39:\"ar:تحويل معالج التحرير\";'),('ary','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('ary','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('ary','messages:mobile-frontend-editor-tutorial-cancel','s:18:\"ar:لا، شكرا\";'),('ary','messages:mobile-frontend-editor-tutorial-confirm','s:26:\"ar:ابدأ التعديل\";'),('ary','messages:mobile-frontend-editor-tutorial-summary','s:79:\"ar:لا تخشَ علامات الترميز.  حاول تحسين صفحة $1.\";'),('ary','messages:mobile-frontend-editor-unavailable','s:131:\"ar:حاليا لا يتوفر التعديل عبر الجوال لمتصفحك. الرجاء المحاولة بمتصفح آخر.\";'),('ary','messages:mobile-frontend-editor-undo-unsupported','s:106:\"ar:خاصية التراجع (Undo) غير مدعمة حالياً على الأجهزة المدعومة.\";'),('ary','messages:mobile-frontend-editor-uploadenable','s:81:\"ar:من فضلك ارفع الصورة ليمكن تحرير هذه الصفحة.\";'),('ary','messages:mobile-frontend-editor-viewing-source-page','s:51:\"ar:<strong>عرض مصدر</strong><span> $1</span>\";'),('ary','messages:mobile-frontend-editor-wait','s:51:\"ar:يحفظ التعديل، انتظر رجاءً.\";'),('ary','messages:mobile-frontend-enable-images','s:51:\"ar:مكّن الصور على موقع الجوال\";'),('ary','messages:mobile-frontend-expand-sections-description','s:82:\"ar:قم بإظهار كل الأقسام عند التوجه لصفحة جديدة\";'),('ary','messages:mobile-frontend-expand-sections-status','s:31:\"ar:أظهر كل الأقسام\";'),('ary','messages:mobile-frontend-featured-article','s:22:\"ary:L-Maqal dyal lyoma\";'),('ary','messages:mobile-frontend-first-upload-wizard-new-page-1','s:75:\"ar:تأتي الصور في {{SITENAME}} من ويكيميديا كومنز\";'),('ary','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:62:\"ar:ساهم بصورك. ساهم في إنعاش {{SITENAME}}!\";'),('ary','messages:mobile-frontend-first-upload-wizard-new-page-2','s:151:\"ar:تجنب المواد محفوظة الحقوق الموجودة على الإنترنت وصور الملصقات وأغلفة الكتب، إلخ.\";'),('ary','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:89:\"ar:صورك تساعد الناس في شتى أنحاء العالم على التعلم\";'),('ary','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:13:\"ar:فهمت؟\";'),('ary','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:10:\"ar:نعم!\";'),('ary','messages:mobile-frontend-fontchanger-desc','s:74:\"ar:تكبير أو تصغير حجم الخط لتيسير القراءة.\";'),('ary','messages:mobile-frontend-fontchanger-link','s:18:\"ar:حجم الخط\";'),('ary','messages:mobile-frontend-footer-contact','s:11:\"ar:اتصل\";'),('ary','messages:mobile-frontend-footer-sitename','s:15:\"ar:{{SITENAME}}\";'),('ary','messages:mobile-frontend-generic-404-desc','s:74:\"ar:لم يتم العثور على الصفحة التي تبحث عنها\";'),('ary','messages:mobile-frontend-generic-404-title','s:44:\"ar:خطأ - الصفحة غير موجودة\";'),('ary','messages:mobile-frontend-generic-login','s:56:\"ar:{{SITENAME}} مبني بأيادي أناس مثلك.\";'),('ary','messages:mobile-frontend-generic-login-action','s:37:\"ar:سجل دخولك للمساهمة\";'),('ary','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('ary','messages:mobile-frontend-generic-signup-action','s:37:\"ar:أنشأ حساب للمساهمة\";'),('ary','messages:mobile-frontend-history','s:54:\"ar:اعرض تاريخ تعديل هذه الصفحة.\";'),('ary','messages:mobile-frontend-history-404-desc','s:182:\"ar:لا يمكن تصفح تاريخ هذه الصفحة لأنها غير موجودة. قد يعود هذا لحذف الصفحة أو لأنك قد تتبعت رابط مغلوط.\";'),('ary','messages:mobile-frontend-history-404-title','s:38:\"ar:لا وجود لهذه الصفحة\";'),('ary','messages:mobile-frontend-history-no-results','s:65:\"ar:المرشح لم يوفر أي تطابقات تاريخية.\";'),('ary','messages:mobile-frontend-home-button','s:13:\"ary:Sṫiqbal\";'),('ary','messages:mobile-frontend-image-cancel-confirm','s:26:\"ar:إلغاء الرفع؟\";'),('ary','messages:mobile-frontend-image-heading-describe','s:30:\"ar:\'\'\'اوصف\'\'\' الصورة\";'),('ary','messages:mobile-frontend-image-uploading','s:31:\"ar:\'\'\'تحميل\'\'\' صورة...\";'),('ary','messages:mobile-frontend-images-status','s:13:\"ar:الصور\";'),('ary','messages:mobile-frontend-language-article-heading','s:29:\"ar:اقرأ بلغة أخرى\";'),('ary','messages:mobile-frontend-language-header','s:106:\"ar:هذه الصفحة متوفرة في {{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('ary','messages:mobile-frontend-language-heading','s:32:\"ar:<strong>اللغات</strong>\";'),('ary','messages:mobile-frontend-language-site-choose','s:23:\"ar:ابحث عن لغة\";'),('ary','messages:mobile-frontend-language-variant-header','s:82:\"ar:اختر اللهجة التي تريد للغة: {{#language:{{CONTENTLANG}}}}\";'),('ary','messages:mobile-frontend-languages-404-desc','s:41:\"ar:يجب تحديد عنوان صالح.\";'),('ary','messages:mobile-frontend-languages-404-title','s:27:\"ar:خطأ في اللغات\";'),('ary','messages:mobile-frontend-languages-header','s:11:\"ar:لغات\";'),('ary','messages:mobile-frontend-languages-header-page','s:20:\"ar:$1 - اللغات\";'),('ary','messages:mobile-frontend-languages-nonexistent-title','s:41:\"ar:الصفحة \"$1\" غير موجودة.\";'),('ary','messages:mobile-frontend-languages-text','s:64:\"ar:$1 متوفر في {{PLURAL:$2|لغة واحدة|$2 لغة}}.\";'),('ary','messages:mobile-frontend-languages-variant-header','s:43:\"ar:لهجات {{#language:{{CONTENTLANG}}}}\";'),('ary','messages:mobile-frontend-last-modified-date','s:41:\"ar:آخر تعديل بتاريخ $1، $2\";'),('ary','messages:mobile-frontend-last-modified-days','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من يوم واحد|يوم واحد|يومان|$1 أيام|$1 يوما|$1 يوم}}\";'),('ary','messages:mobile-frontend-last-modified-hours','s:133:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ساعة واحدة|ساعة واحدة|ساعتين|$1 ساعات|$1 ساعة}}\";'),('ary','messages:mobile-frontend-last-modified-just-now','s:41:\"ar:آخر تعديل تم نشره توا\";'),('ary','messages:mobile-frontend-last-modified-minutes','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من دقيقة واحدة|دقيقة واحدة|دقيقتين|$1 دقائق|$1 دقيقة}}\";'),('ary','messages:mobile-frontend-last-modified-months','s:131:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من شهر واحد|شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('ary','messages:mobile-frontend-last-modified-seconds','s:141:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من ثانية واحدة|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}\";'),('ary','messages:mobile-frontend-last-modified-with-user-days','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|يوم واحد|يومين|$3 أيام|$3 يوماً|$3 يوم}}\";'),('ary','messages:mobile-frontend-last-modified-with-user-hours','s:211:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ساعة واحدة|ساعتين|$3 ساعات|$3 ساعة}}\";'),('ary','messages:mobile-frontend-last-modified-with-user-just-now','s:149:\"ar:[$3 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$4|[$5 $2]|0=مستخدم مجهول}} منذ لحظات\";'),('ary','messages:mobile-frontend-last-modified-with-user-minutes','s:217:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|دقيقة واحدة|دقيقتين|$3 دقائق|$3 دقيقة}}\";'),('ary','messages:mobile-frontend-last-modified-with-user-months','s:214:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|شهر واحد|شهرين|$3 أشهر|$3شهراً|$3 شهر}}\";'),('ary','messages:mobile-frontend-last-modified-with-user-seconds','s:215:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|ثانية واحدة|ثانيتين|$3 ثوان|$3 ثانية}}\";'),('ary','messages:mobile-frontend-last-modified-with-user-years','s:194:\"ar:[$4 آخر تعديل لهذه الصفحة {{GENDER:$1|قام|قامت}} به]  {{PLURAL:$5|[$6 $2]|0=مستخدم مجهول}} منذ {{PLURAL:$3|سنة|سنتين|$3 سنوات|$3 سنة}}\";'),('ary','messages:mobile-frontend-last-modified-years','s:125:\"ar:آخر تعديل  منذ {{PLURAL:$1|أقل من سنة واحدة|سنة واحدة|سنتين|$1 سنوات|$1 سنة}}\";'),('ary','messages:mobile-frontend-lead-image-tutorial-confirm','s:22:\"ar:ابدأ الرفع\";'),('ary','messages:mobile-frontend-lead-image-tutorial-summary','s:152:\"ar:تأكد أن صفحتك تساعد في توضيح الصفحة. يجب أن تكون صورة أنشأتها وألا تخرق حقوق النشر.\";'),('ary','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('ary','messages:mobile-frontend-logged-in-homepage-notification','s:27:\"ar:أهلاً بك يا $1!\";'),('ary','messages:mobile-frontend-logged-in-toast-notification','s:39:\"ar:مسجل الدخول بحساب $1.\";'),('ary','messages:mobile-frontend-logged-out','s:31:\"ar:غير مسجل الدخول\";'),('ary','messages:mobile-frontend-login','s:11:\"ar:ادخل\";'),('ary','messages:mobile-frontend-main-menu','s:34:\"ar:القائمة الرئيسية\";'),('ary','messages:mobile-frontend-main-menu-account-create','s:22:\"ar:أنشئ حسابا\";'),('ary','messages:mobile-frontend-main-menu-back','s:29:\"ar:ارجع إلى الخلف\";'),('ary','messages:mobile-frontend-main-menu-button-tooltip','s:43:\"ar:افتح القائمة الرئيسية\";'),('ary','messages:mobile-frontend-main-menu-featured','s:13:\"ar:مميزة\";'),('ary','messages:mobile-frontend-main-menu-login','s:11:\"ar:ادخل\";'),('ary','messages:mobile-frontend-main-menu-logout','s:11:\"ar:اخرج\";'),('ary','messages:mobile-frontend-main-menu-nearby','s:27:\"ar:بالقرب من هنا\";'),('ary','messages:mobile-frontend-main-menu-page-title','s:24:\"ar:تصفح الموقع\";'),('ary','messages:mobile-frontend-main-menu-settings','s:21:\"ar:الإعدادات\";'),('ary','messages:mobile-frontend-main-menu-settings-heading','s:21:\"ar:الإعدادات\";'),('ary','messages:mobile-frontend-main-menu-upload','s:21:\"ar:المرفوعات\";'),('ary','messages:mobile-frontend-main-menu-watchlist','s:28:\"ar:قائمة مراقبتي\";'),('ary','messages:mobile-frontend-media-details','s:15:\"ar:تفاصيل\";'),('ary','messages:mobile-frontend-media-license-link','s:32:\"ar:معلومات الترخيص\";'),('ary','messages:mobile-frontend-meta-data-issues','s:55:\"ar:تعاني الصفحة من بعض المشكلات\";'),('ary','messages:mobile-frontend-meta-data-issues-categories','s:29:\"ar:عن هذا التصنيف\";'),('ary','messages:mobile-frontend-meta-data-issues-header','s:13:\"ar:قضايا\";'),('ary','messages:mobile-frontend-meta-data-issues-header-talk','s:29:\"ar:حول هذه الصفحة\";'),('ary','messages:mobile-frontend-meta-data-issues-talk','s:27:\"ar:عن هذه الصفحة\";'),('ary','messages:mobile-frontend-missing-image','s:11:\"ar:صورة\";'),('ary','messages:mobile-frontend-nearby-distance','s:24:\"ar:{{PLURAL:$1|$1 كم}}\";'),('ary','messages:mobile-frontend-nearby-distance-meters','s:22:\"ar:{{PLURAL:$1|$1 م}}\";'),('ary','messages:mobile-frontend-nearby-error','s:91:\"ar:الصفحات القريبة في {{SITENAME}} تعاني من بعض المشكلات.\";'),('ary','messages:mobile-frontend-nearby-error-guidance','s:34:\"ar:حاول إنعاش مكانك.\";'),('ary','messages:mobile-frontend-nearby-loading','s:75:\"ar:تحميل مواضيع قرب الموقع الحالي الخاص بك\";'),('ary','messages:mobile-frontend-nearby-lookup-ui-error','s:126:\"ar:لا يمكن للصفحات القريبة في {{SITENAME}}  أن تتعرف على مكانك..أأحاول مجددا؟\";'),('ary','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:70:\"ar:حاول في منطقة مفتوحة فيها إشارة أقوى.\";'),('ary','messages:mobile-frontend-nearby-noresults','s:95:\"ar:هذا المكان هادئ...لا وجود لأية صفحات عن أماكن قريبة.\";'),('ary','messages:mobile-frontend-nearby-noresults-guidance','s:95:\"ar:حاول إنشاء صفحة جديدة أو إضافة الموقع لصفحة موجودة\";'),('ary','messages:mobile-frontend-nearby-permission','s:71:\"en:{{SITENAME}} Nearby doesn\'t have permission to access your location.\";'),('ary','messages:mobile-frontend-nearby-permission-guidance','s:181:\"ar:الرجاء التأكد من إعطاء الإذن لإظهار المكان الذي تتواجد فيه. قد تحتاج إلى فحص إعدادات موقع المتصفح.\";'),('ary','messages:mobile-frontend-nearby-refresh','s:113:\"ar:عثرنا على مكان أدق لك. انقر هنا لإنعاش قائمة الصفحات القريبة.\";'),('ary','messages:mobile-frontend-nearby-requirements','s:90:\"ar:نعتذر! متصفحك لا يدعم الصفحات القريبة في {{SITENAME}}.\";'),('ary','messages:mobile-frontend-nearby-requirements-guidance','s:96:\"ar:جرّب متصفحا آخرًا أو مكّن جافاسكربت إذا كنت عطلتها.\";'),('ary','messages:mobile-frontend-nearby-sectiontext','s:29:\"ar:قرب هذه الصفحة\";'),('ary','messages:mobile-frontend-nearby-title','s:27:\"ar:بالقرب من هنا\";'),('ary','messages:mobile-frontend-news-items','s:22:\"ar:في الأخبار\";'),('ary','messages:mobile-frontend-opt-in-explain','s:127:\"ar:بانضمامك إلى نسخة بيتا ستصل إلى ميزات تجريبية وقد تصادف عللا ومشاكل.\";'),('ary','messages:mobile-frontend-overlay-close','s:11:\"ar:أغلق\";'),('ary','messages:mobile-frontend-overlay-continue','s:13:\"ar:استمر\";'),('ary','messages:mobile-frontend-page-edit-summary','s:55:\"ar:<span><strong>ملخص تعديل</strong> $1</span>\";'),('ary','messages:mobile-frontend-page-menu-contents','s:17:\"ar:محتويات\";'),('ary','messages:mobile-frontend-page-menu-history','s:17:\"ar:التاريخ\";'),('ary','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('ary','messages:mobile-frontend-pageaction-edit-tooltip','s:63:\"ar:تحرير مقطع المقدمة في هذه الصفحة.\";'),('ary','messages:mobile-frontend-pageaction-upload-tooltip','s:56:\"ar:رفع صورة المقدمة لهذه الصفحة.\";'),('ary','messages:mobile-frontend-panel-betaoptin-msg','s:152:\"en:Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.\";'),('ary','messages:mobile-frontend-panel-cancel','s:12:\"en:No thanks\";'),('ary','messages:mobile-frontend-panel-ok','s:13:\"ar:موافق\";'),('ary','messages:mobile-frontend-password','s:21:\"ar:كلمة السر:\";'),('ary','messages:mobile-frontend-password-confirm-placeholder','s:27:\"ar:أكد كلمة السر\";'),('ary','messages:mobile-frontend-password-placeholder','s:20:\"ar:كلمة السر\";'),('ary','messages:mobile-frontend-photo-article-donate-comment','s:48:\"ar:ساهمت بصورة عبر Special:Uploads.\";'),('ary','messages:mobile-frontend-photo-article-edit-comment','s:57:\"ar:أضفت صورة للاستخدام في الصفحة\";'),('ary','messages:mobile-frontend-photo-caption-placeholder','s:40:\"ar:صف هذه الصورة (مطلوب)\";'),('ary','messages:mobile-frontend-photo-licensing','s:95:\"ar:برفعك لهذه الصورة أنت توافق على طرحها بموجب رخصة $1.\";'),('ary','messages:mobile-frontend-photo-licensing-with-terms','s:116:\"ar:برفعك لهذه الصورة أنت توافق على $1 وعلى طرح الصورة بموجب رخصة $2.\";'),('ary','messages:mobile-frontend-photo-ownership','s:46:\"ar:أنا ($1) أنشأت هذه الصفحة.\";'),('ary','messages:mobile-frontend-photo-ownership-confirm','s:12:\"ar:فهمت!\";'),('ary','messages:mobile-frontend-photo-ownership-help','s:29:\"ar:ماذا يعني هذا؟\";'),('ary','messages:mobile-frontend-photo-submit','s:13:\"ar:إرسال\";'),('ary','messages:mobile-frontend-photo-upload','s:40:\"ar:أضف صورة لهذه الصفحة\";'),('ary','messages:mobile-frontend-photo-upload-anon','s:85:\"ar:يلزمك تسجيل الدخول لكي تضيف صورة لهذه الصفحة.\";'),('ary','messages:mobile-frontend-photo-upload-comment','s:33:\"ar:أضفت صورة للصفحة\";'),('ary','messages:mobile-frontend-photo-upload-copyvio','s:171:\"ar:تحذير! هذه الصورة تبدو مشبوهة. إن لم تكن من تصويرك، الرجاء عدم  رفعها. هل بعدك تريد الاستمرار؟\";'),('ary','messages:mobile-frontend-photo-upload-error','s:37:\"ar:خطأ، حاول مرة أخرى.\";'),('ary','messages:mobile-frontend-photo-upload-error-file-type','s:39:\"ar:رجاء ارفع الصور فقط.\";'),('ary','messages:mobile-frontend-photo-upload-error-filename','s:63:\"ar:خطأ، الرجاء تقديم ملخص وصفي أوفى.\";'),('ary','messages:mobile-frontend-photo-upload-generic','s:22:\"ar:ساهم بصورة\";'),('ary','messages:mobile-frontend-photo-upload-invalid-user','s:43:\"ar:المستخدم «$1» غير مسجل.\";'),('ary','messages:mobile-frontend-photo-upload-success-article','s:69:\"ar:رائع! تظهر صورتك الأن على هذه الصفحة.\";'),('ary','messages:mobile-frontend-photo-upload-unavailable','s:48:\"ar:متصفحك لا يدعم رفع الصور.\";'),('ary','messages:mobile-frontend-photo-upload-user-count','s:118:\"ar:{{PLURAL:$1|ملف واحد|ملفان|<span>$1</span> ملفات|<span>$1</span> ملفا|<span>$1</span> ملف}}\";'),('ary','messages:mobile-frontend-photo-upload-user-count-over-limit','s:15:\"ar:500 + ملف\";'),('ary','messages:mobile-frontend-placeholder','s:29:\"ar:ابحث في {{SITENAME}}\";'),('ary','messages:mobile-frontend-placeholder-app','s:53:\"ar:ابحث في {{SITENAME}} (تطبيق محمول)\";'),('ary','messages:mobile-frontend-placeholder-beta','s:44:\"ar:ابحث في {{SITENAME}} (تجريبي)\";'),('ary','messages:mobile-frontend-pointer-dismiss','s:10:\"en:Dismiss\";'),('ary','messages:mobile-frontend-privacy-link-text','s:19:\"ar:الخصوصية\";'),('ary','messages:mobile-frontend-profile-activity-heading','s:34:\"ar:النشاطات الحديثة\";'),('ary','messages:mobile-frontend-profile-error','s:15:\"ar:أوه لا!\";'),('ary','messages:mobile-frontend-profile-footer-ancient','s:320:\"ar:{{GENDER:$1|قام|قامت}} بـ[[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] و{{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ary','messages:mobile-frontend-profile-footer-days','s:439:\"ar:{{GENDER:$1|انضم|انضمت}} منذ {{PLURAL:$2|يوم واحد|يومين|$2 أيام|$2 يوماً|$2 يوم}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ary','messages:mobile-frontend-profile-footer-months','s:444:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|شهر|شهرين|$2 أشهر|$2 شهراً|$2 شهر}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ary','messages:mobile-frontend-profile-footer-years','s:432:\"ar:{{GENDER:$1|انضم|انضمت}} منذ أكثر من {{PLURAL:$2|سنة|سنتين|$2 سنوات|$2 سنة}} ولدي{{GENDER:$1|ه|ها}} [[Special:Contributions/$1|{{PLURAL:$3|تعديل واحد|تعديلين|$3 تعديلات|$3 تعديلاً|$3 تعديل}}]] وقد {{GENDER:$1|رفع|رفعت}} [[Special:Uploads/$1|{{PLURAL:$4|صورة واحدة|صورتين|$4 صور|$4 صورة|500=أكثر من 500 صورة}}]].\";'),('ary','messages:mobile-frontend-profile-last-edit','s:191:\"ar:{{GENDER:$3|حرر|حررت}} الصفحة [[:$1]], {{PLURAL:$2|أمس|أمس الأول|منذ $2 أيام|منذ $2 يوماً| منذ $2 يوم|0=في وقت سابق من اليوم}}.\";'),('ary','messages:mobile-frontend-profile-last-thank','s:85:\"ar:{{GENDER:$1|شكر|شكرت}}{{GENDER:$2|ه|ها}}  [[Special:UserProfile/$1|$1]].\";'),('ary','messages:mobile-frontend-profile-noargs','s:146:\"ar:لم يتم توفير اسم مستخدم. الرجاء توفير اسم مستخدم لمطالعة ملف المستخدم الخاص به.\";'),('ary','messages:mobile-frontend-profile-nouser','s:213:\"ar:لا يوجد مستخدم بهذا الاسم. أسماء المستخدمين حساسة لحالة الأحرف. الرجاء التأكد من أن الإسم قد تم كتابته بطريقة صحيحة.\";'),('ary','messages:mobile-frontend-profile-title','s:26:\"ar:ملف المستخدم\";'),('ary','messages:mobile-frontend-profile-userpage-link','s:74:\"ar:زيارة صفحة {{GENDER:$1|المستخدم|المستخدمة}} .\";'),('ary','messages:mobile-frontend-profile-usertalk','s:56:\"ar:{{GENDER:$1|تحدث إلى $1|تحدثي إلى $1}}\";'),('ary','messages:mobile-frontend-quick-lookup-looking','s:20:\"en:Looking for \"$1\".\";'),('ary','messages:mobile-frontend-quick-lookup-no-results','s:40:\"en:Couldn\'t find anything matching \"$1\".\";'),('ary','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"en:Sorry, this is not a link into this wiki.\";'),('ary','messages:mobile-frontend-random-button','s:14:\"ary:Ĝel l-lah\";'),('ary','messages:mobile-frontend-references-citation','s:15:\"ar:اقتباس\";'),('ary','messages:mobile-frontend-regular-site','s:49:\"ary:Qra had ṣ-ṣefḫa fe l-Wikipédya l-ĝadi\";'),('ary','messages:mobile-frontend-requires-mobile','s:165:\"ar:هذه الصفحة غير متاحة على الحاسب المكتبي. من فضلك انقر على وصلة نسخة الجوال في أسفل الصفحة.\";'),('ary','messages:mobile-frontend-requires-optin','s:242:\"ar:هذه الصفحة غير متوفرة إلا إذا وافقت على استخدام وضع البيتا(الوضع التجريبي). الرجاء زيارة [[Special:MobileOptions|صفحة التفضيلات]] لتفعيل الوضع.\";'),('ary','messages:mobile-frontend-requires-title','s:35:\"ar:الصفحة غير متوفرة\";'),('ary','messages:mobile-frontend-save-error','s:154:\"ar:حدث خطأ أثناء حفظ التعديلات. الرجاء التأكد من أن ملفات تعريف الإرتباط (كوكيز) مفعلة.\";'),('ary','messages:mobile-frontend-save-settings','s:11:\"ar:احفظ\";'),('ary','messages:mobile-frontend-saving-exit-page','s:155:\"ar:لا تزال مساهمتك قيد الحفظ. إذا غادرت فستُفقد تعديلاتك. هل أنت متأكد أنك تريد الخروج؟\";'),('ary','messages:mobile-frontend-search-content','s:37:\"ar:البحث داخل الصفحات\";'),('ary','messages:mobile-frontend-search-content-no-results','s:115:\"ar:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' لترى إن كانت هذه العبارة مذكورة فيها.\";'),('ary','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('ary','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('ary','messages:mobile-frontend-search-no-results','s:50:\"ar:لا توجد صفحة بهذا العنوان.\";'),('ary','messages:mobile-frontend-search-submit','s:7:\"ary:Sir\";'),('ary','messages:mobile-frontend-settings-beta','s:11:\"ar:بيتا\";'),('ary','messages:mobile-frontend-settings-images-explain','s:59:\"ar:تحميل كل محتوى الصفحة من الصور.\";'),('ary','messages:mobile-frontend-settings-site-description','s:155:\"ar:{{SITENAME}} متوفرة ب{{PLURAL:$1||لغة واحدة|لغتين|$1 لغات|$1 لغة}}. جميع النسخ الأخرى مسرودة أدناه.\";'),('ary','messages:mobile-frontend-settings-site-header','s:24:\"ar:لغات {{SITENAME}}\";'),('ary','messages:mobile-frontend-sign-in-error-heading','s:7:\"ar:آخ\";'),('ary','messages:mobile-frontend-sign-in-heading','s:26:\"ar:تسجيل الدخول\";'),('ary','messages:mobile-frontend-sign-in-why','s:92:\"ar:إذا كان لديك حساب على {{SITENAME}} فيمكنك الدخول أدناه.\";'),('ary','messages:mobile-frontend-sign-up-heading','s:22:\"ar:إنشاء حساب\";'),('ary','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:18:\"ar:ما رأيك؟\";'),('ary','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:28:\"ar:عنوان الموضوع\";'),('ary','messages:mobile-frontend-talk-add-overlay-submit','s:20:\"ar:أضف نقاشا\";'),('ary','messages:mobile-frontend-talk-back-to-filepage','s:33:\"ar:عد إلى الملف «$1».\";'),('ary','messages:mobile-frontend-talk-back-to-page','s:31:\"ar:عُد إلى صفحة \"$1\".\";'),('ary','messages:mobile-frontend-talk-back-to-projectpage','s:45:\"ar:عد إلى صفحة المشروع «$1»\";'),('ary','messages:mobile-frontend-talk-back-to-userpage','s:40:\"ar:عد إلى صفحة {{GENDER:$1|$1}}\";'),('ary','messages:mobile-frontend-talk-edit-summary','s:31:\"ar:قسم نقاش جديد: $1\";'),('ary','messages:mobile-frontend-talk-explained','s:56:\"ar:المحادثات التالية نشطة حاليا\";'),('ary','messages:mobile-frontend-talk-explained-empty','s:57:\"ar:لا توجد محادثات عن هذه الصفحة.\";'),('ary','messages:mobile-frontend-talk-fullpage','s:35:\"ar:اقرأها كصفحة ويكي\";'),('ary','messages:mobile-frontend-talk-overlay-header','s:11:\"ar:نقاش\";'),('ary','messages:mobile-frontend-talk-overlay-lead-header','s:31:\"ar:نقاش غير مُسمّى\";'),('ary','messages:mobile-frontend-talk-reply','s:7:\"ar:رد\";'),('ary','messages:mobile-frontend-talk-reply-info','s:67:\"ar:لاحظ أن ردّك سيُوقّع تلقائيا باسمك.\";'),('ary','messages:mobile-frontend-talk-reply-success','s:61:\"ar:حُفِظ ردك بنجاح إلى صفحة النقاش.\";'),('ary','messages:mobile-frontend-talk-topic-error','s:79:\"ar:لا يمكن إضافة هذا الموضوع نتيجة خطأ مجهول.\";'),('ary','messages:mobile-frontend-talk-topic-error-badtoken','s:119:\"ar:حصل خطأ على الخادوم. لا يمكن حفظ تعديلك. حاول إعادة تحميل الصفحة.\";'),('ary','messages:mobile-frontend-talk-topic-error-permission','s:112:\"ar:لا يمكن إضافة هذا الموضوع، إذ ليس لديك صلاحية تحرير الصفحات.\";'),('ary','messages:mobile-frontend-talk-topic-error-protected','s:111:\"ar:صفحة النقاش هذه محمية، وليس لديك صلاحية إضافة مواضيع إليها.\";'),('ary','messages:mobile-frontend-talk-topic-error-spam','s:85:\"ar:هذا الموضوع مرفوض لأنه يحوي مقطعاً فيه دعاية.\";'),('ary','messages:mobile-frontend-talk-topic-feedback','s:72:\"ar:تم إضافة موضوع جديد إلى صفحة المناقشة!\";'),('ary','messages:mobile-frontend-talk-topic-wait','s:38:\"en:Saving your new topic, please wait.\";'),('ary','messages:mobile-frontend-terms-text','s:30:\"ar:شروط الاستخدام\";'),('ary','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('ary','messages:mobile-frontend-thanked-notice','s:114:\"ar:{{GENDER:$2|أُخبِر|أُخبِرت}} $1 أن {{GENDER:$2|تعديلاته|تعديلاتها}} تعجبك.\";'),('ary','messages:mobile-frontend-user-account','s:24:\"ar:حساب مستخدم\";'),('ary','messages:mobile-frontend-user-button-tooltip','s:28:\"ar:أظهر إشعاراتي\";'),('ary','messages:mobile-frontend-user-cta','s:61:\"ar:رجاء ادخل أو سجّل لترى إشعاراتك.\";'),('ary','messages:mobile-frontend-user-newmessages','s:61:\"ar:لديك رسائل جديدة على صفحة نقاشك.\";'),('ary','messages:mobile-frontend-userlogin-loggedin-register','s:204:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول باسم {{GENDER:$1|$1}}.\n{{GENDER:$1|استخدم|استخدمي}} الاستمارة أدناه لإنشاء حساب مستخدم جديداً.\";'),('ary','messages:mobile-frontend-username','s:27:\"ar:اسم المستخدم:\";'),('ary','messages:mobile-frontend-username-placeholder','s:26:\"ar:اسم المستخدم\";'),('ary','messages:mobile-frontend-view','s:24:\"ar:نسخة الجوال\";'),('ary','messages:mobile-frontend-view-desktop','s:22:\"ar:سطح المكتب\";'),('ary','messages:mobile-frontend-view-mobile','s:11:\"ar:جوال\";'),('ary','messages:mobile-frontend-view-source','s:24:\"ar:اعرض المصدر\";'),('ary','messages:mobile-frontend-watch-login','s:46:\"ar:أضف $1 إلى قائمة مراقبتك.\";'),('ary','messages:mobile-frontend-watchlist-a-z','s:13:\"ar:قائمة\";'),('ary','messages:mobile-frontend-watchlist-a-z-empty-howto','s:198:\"ar:حاليا لا تراقب أي صفحات.  تساعدك قائمة المراقبة على تتبع الصفحات التي تهمك. راقب الصفحات بنقر أيقونة النجمة.\";'),('ary','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:36:\"ar:اضغط أيقونةالنجمة\";'),('ary','messages:mobile-frontend-watchlist-add','s:56:\"ar:تمت إضافة $1 إلى قائمة مراقبتك\";'),('ary','messages:mobile-frontend-watchlist-back-home','s:52:\"ar:العودة إلى الصفحة الرئيسية\";'),('ary','messages:mobile-frontend-watchlist-cta','s:85:\"ar:تابع كافة التغييرات التي تطرأ على هذه الصفحة.\";'),('ary','messages:mobile-frontend-watchlist-cta-button-login','s:11:\"ar:ادخل\";'),('ary','messages:mobile-frontend-watchlist-cta-button-signup','s:24:\"ar:أنشئ حسابًا\";'),('ary','messages:mobile-frontend-watchlist-error','s:137:\"ar:حصلت مشكلة في إضافة هذه الصفحة إلى قائمة المراقبة. يرجى المحاولة مرة أخرى.\";'),('ary','messages:mobile-frontend-watchlist-feed','s:15:\"ar:المعدل\";'),('ary','messages:mobile-frontend-watchlist-feed-empty','s:58:\"ar:لا توجد صفحات تم تحديثها مؤخرا\";'),('ary','messages:mobile-frontend-watchlist-filter-all','s:11:\"ar:الكل\";'),('ary','messages:mobile-frontend-watchlist-filter-articles','s:13:\"ar:صفحات\";'),('ary','messages:mobile-frontend-watchlist-filter-other','s:11:\"ar:أخرى\";'),('ary','messages:mobile-frontend-watchlist-filter-talk','s:11:\"ar:نقاش\";'),('ary','messages:mobile-frontend-watchlist-login-action','s:39:\"ar:سجل الدخول للمطالعة\";'),('ary','messages:mobile-frontend-watchlist-more','s:15:\"ar:المزيد\";'),('ary','messages:mobile-frontend-watchlist-please-wait','s:149:\"ar:يرجى الانتظار، فعملية الإضافة إلى قائمة المراقبة استغرقت زمناً أطول من المتوقع.\";'),('ary','messages:mobile-frontend-watchlist-purpose','s:134:\"ar:قائمة المراقبة تساعدك في وضع إشارة مرجعية للصفحات وتتبع التغيرات عليها.\";'),('ary','messages:mobile-frontend-watchlist-removed','s:54:\"ar:تمت إزالة $1 من قائمة مراقبتك\";'),('ary','messages:mobile-frontend-watchlist-signup-action','s:39:\"ar:سجل لبدء واحدة الآن.\";'),('ary','messages:mobile-frontend-watchlist-view','s:37:\"ar:اعرض قائمة مراقبتك\";'),('ary','messages:mobile.css','s:61:\"en:/* CSS placed here will affect users of the mobile site */\";'),('ary','messages:mobile.js','s:75:\"en:/* Any JavaScript here will be loaded for users using the mobile site */\";'),('ary','messages:modeleditnotsupported-text','s:67:\"ar:التحرير غير مدعوم لنموذج المحتوى $1.\";'),('ary','messages:modeleditnotsupported-title','s:38:\"ary:التحرير ماشي مدعوم\";'),('ary','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('ary','messages:modifiedarticleprotection-comment','s:73:\"ar:{{GENDER:$2|غيّر|غيّرت}} إعدادات حماية «[[$1]]»\";'),('ary','messages:mon','s:12:\"ary:تنين\";'),('ary','messages:monday','s:12:\"ary:تنين\";'),('ary','messages:monday-at','s:40:\"ar:يوم الإثنين الساعة $1\";'),('ary','messages:month','s:28:\"ary:من شهر (و قبل):\";'),('ary','messages:months','s:78:\"ar:{{PLURAL:$1||شهر واحد|شهرين|$1 شهور|$1 شهرا|$1 شهر}}\";'),('ary','messages:monthsall','s:12:\"ary:كلشي\";'),('ary','messages:moredotdotdot','s:13:\"ary:كتر...\";'),('ary','messages:morelinkstoimage','s:85:\"ary:ورّي [[Special:WhatLinksHere/$1|ليانات خرين]] ل هاد لفيشي.\";'),('ary','messages:morenotlisted','s:59:\"ary:هاد لّيستة تقدر تكون ماكاملاش.\";'),('ary','messages:mostcategories','s:38:\"ary:أكتر صفاحي مصنّفين\";'),('ary','messages:mostcategories-summary','s:3:\"en:\";'),('ary','messages:mostimages','s:40:\"ary:أكتر فيشيات مخدّمين\";'),('ary','messages:mostimages-summary','s:3:\"en:\";'),('ary','messages:mostinterwikis','s:85:\"ar:الصفحات التي تحتوي على أغلب وصلات الإنترويكي\";'),('ary','messages:mostinterwikis-summary','s:3:\"en:\";'),('ary','messages:mostlinked','s:45:\"ary:أكتر صفاحي موصول ليهوم\";'),('ary','messages:mostlinked-summary','s:3:\"en:\";'),('ary','messages:mostlinkedcategories','s:42:\"ary:اكتر تصنيفات ارتباطا\";'),('ary','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('ary','messages:mostlinkedtemplates','s:40:\"ary:أكتر الصفحات تضمينا\";'),('ary','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('ary','messages:mostrevisions','s:36:\"ary:أكتر صفاحي تبدّلو\";'),('ary','messages:mostrevisions-summary','s:3:\"en:\";'),('ary','messages:move','s:12:\"ary:حوّل\";'),('ary','messages:move-leave-redirect','s:36:\"ary:خلّي موراك تحويلة\";'),('ary','messages:move-over-sharedrepo','s:141:\"ar:[[:$1]] موجود في مستودع مشترك. نقل الملف إلى هذا العنوان سوف يلغي الملف المشترك.\";'),('ary','messages:move-page','s:15:\"ary:حوّل $1\";'),('ary','messages:move-page-legend','s:25:\"ary:رحّل الصفحة\";'),('ary','messages:move-redirect-text','s:3:\"en:\";'),('ary','messages:move-subpages','s:52:\"ary:رحّل الصفحات لفرعية (حتا $1)\";'),('ary','messages:move-talk-subpages','s:93:\"ary:رحّل الصفحات اللي داخلة ف الصفحة د لمداكرة (حتا $1)\";'),('ary','messages:move-watch','s:70:\"ary:حضي الصفحة لمنقول منها و لمنقول ليها\";'),('ary','messages:movecategorypage-warning','s:248:\"ary:<strong>تحدير:</strong> راك على بونت تحوّل صفحة د التصنيف ل عنوان جديد، ولاكين راه الصفاحي لي تحت منو <em>ماغاديش</em> تّحول تاهيا ل لعنوان الجديد.\";'),('ary','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('ary','messages:moveddeleted-notice','s:142:\"ary:هاد الصفحة تسيپريمات.\nلّوڭ ديال لحدف، لحماية، و تحويل معروضين فلتحت كا مرجع.\";'),('ary','messages:moveddeleted-notice-recent','s:167:\"ar:عذرا، هذه الصفحة تم حذفها مؤخرا (في آخر 24 ساعة).\nسجلا حذف ونقل الصفحة معروضان بالأسفل كمرجع.\";'),('ary','messages:movelogpage','s:26:\"ary:كناش د تحويل\";'),('ary','messages:movelogpagetext','s:92:\"ary:لتحت كاينة الليسطة ديال ڭاع الصفحات اللي تحوّلو.\";'),('ary','messages:movenologintext','s:129:\"ar:يجب أن تكون مستخدماً مسجلاً وأن  [[Special:UserLogin|تسجل دخولك]] لكي تنقل صفحة.\";'),('ary','messages:movenosubpage','s:68:\"ary:هاد الصفحة ما فيها تا صفحة تحت منها.\";'),('ary','messages:movenotallowed','s:59:\"ary:ماعندكش لحق باش تحوّل الصفاحي.\";'),('ary','messages:movenotallowedfile','s:59:\"ary:ماعندكش لحق باش تحوّل لملفّات.\";'),('ary','messages:movepage-delete-first','s:228:\"ar:تحتوي الصفحة الهدف على عدد كبير جدا من المراجعات لحذفها كجزء من نقل الصفحة; يُرجَى أولا حذف الصفحة يدويا، ثم إعادة المحاولة.\";'),('ary','messages:movepage-invalid-target-title','s:45:\"ar:الاسم المطلوب غير صحيح.\";'),('ary','messages:movepage-max-pages','s:166:\"ar:تم نقل الحد الأقصى وهو {{PLURAL:$1|صفحة واحدة|صفحتان|$1 صفحات|$1 صفحة}} ولن يتم نقل المزيد تلقائيا.\";'),('ary','messages:movepage-moved','s:42:\"ary:Neqqelna <strong>\"$1\" fe \"$2\"</strong>\";'),('ary','messages:movepage-moved-noredirect','s:51:\"ar:أُلغيت عملية إنشاء تحويلة.\";'),('ary','messages:movepage-moved-redirect','s:54:\"ary:Ṫeḫwil men s-smiya l-qidima ṫeĥṫarĝaṫ.\";'),('ary','messages:movepage-page-exists','s:96:\"ary:الصفحة $1 كاينة و مايمكنش يتّكتب فوقها أوطوماتيكيا.\";'),('ary','messages:movepage-page-moved','s:56:\"ary:الصفحة $1 ولاّت سميتها دابا $2.\";'),('ary','messages:movepage-page-unmoved','s:57:\"ary:ما قدرناش نرحّلو الصفحة $1 ل $2.\";'),('ary','messages:movepage-source-doesnt-exist','s:66:\"ar:الصفحة $1 غير موجودة ولا يمكن نقلها.\";'),('ary','messages:movepage-summary','s:3:\"en:\";'),('ary','messages:movepagebtn','s:25:\"ary:رحّل الصفحة\";'),('ary','messages:movepagetalktext','s:367:\"ary:يلا بركتي على هاد الصندوق، غادي تًنقل ؤطوماتيكيا صّفحة د لمداكرة لمرفقة ل لعنوان جّديد، إلا يلا كانت شي صفحة د لمداكرة عامرة كاينة أصلا تما.\n\nف هاد لحالة، غادي يخصك تنقل ولا تدمج الصفحة ب ليد يلا بغيتي.\";'),('ary','messages:movepagetext','s:1393:\"ary:ب تعمار لفورم لتحتانية يمكن ليك تبدّل سّمية د صفحة، ؤ تحوّل ليسطوريك ديالها ل سمية جديدة.\nلعنوان لقديم غادي يولي تحويلة ل لعنوان جّديد.\nتقدر تخلي تّحويلات لي كاتدي ل لعنوان كيما هيّا، باش لبوتات تقادها ؤطوماتيكياً.\nيلا ختاريتي باش تعدّلهوم ب ليد، تيقّن بلي ماكاينينش تحويلات [[Special:DoubleRedirects|مضوبلة]] ؤلا [[Special:BrokenRedirects|مهرّسة]] ؤ صحّحها.\nنتا لي مسؤول باش تّيقّن بلي لّيانات كيدّيو ل صّفحات لي خاص يدّيو ليهوم.\n\nلاحض بلي <strong>ماغاديش</strong> يتم تحويل صّفحة يلا كانت صفحة ديجا موجودة ف لعنوان جّديد، من غير يلا كانت صفحة د تّحويل، ؤ ماعندهاش إيسطوريك.\nهادشي كيعني بلي تقدر تسترجع صفحة ل بلاصتها يلا كنتي غلطتي، ؤ مايمكنش ليك تسحق صفحة لي ديجا كاينة.\n\n<strong>نوطة:</strong>\n\nهاد تّبديل يقدر يكون كاريتي ؤ مامتوقعش ل صفحة مشهورة؛\nعافاك تيقن بلي راك عارف لعواقب ديال هاد لفعلة قبل ماتكمّل.\";'),('ary','messages:movepagetext-noredirectfixer','s:1351:\"ary:ب ستيعمال لفورمة لتحت، تقدر تبدل سّمية د لپاج، ؤ تنقّل تّاريخ ديالها ل سّمية جّديدة.\nلعنوان لقديم غادي يولي پاج د تّحويل ل لعنوان جّديد.\nتقدر تبدل تّحويلات لي كاتدي ل لعنوان لأصلي نيشان.\nيلا ختاريتي مادّيرش هاكا، تيقن بلي ماكاينينش تحويلات [[Special:DoubleRedirects|مضوبلة]] ؤلا [[Special:BrokenRedirects|مهرسة]].\nراها مسؤولية ديالك باش تيقّن بلي لّيانات كيدّيو ل صّفحات لي كيتّفتارض باش يدّيو ليهوم.\n\nلاحض بلي <strong>ماغاديش يتم</strong> تحويل لپاج يلا كانت شي پاج خرة عندها نفس لعنوان جّديد، من غير يلا كانت خاوية ؤلا تحويلة بلا تاريخ.\nهادشي كيعني بلي تقدر ترد صفحة ل لعنوان لّول يلا طرا شي غالاط، ؤ بلي مايمكنش ليك تكتب فوق من پاج ديجا كاينة.\n\n<strong>نوطة</strong> \n\nهاد تّحويل يقدر يكون كاريتي ؤ مامتوقّعش ل شي صفحة مشهورة؛\nعافاك تيقّن بلي راك فاهم لعواقب ديال هاد لخطوة قبل ما تكمّل.\";'),('ary','messages:movepagetext-noredirectsupport','s:904:\"ar:سيؤدي استخدام النموذج أدناه إلى إعادة تسمية صفحة، مع نقل كل تاريخها إلى الاسم الجديد،\nأنت مسئول عن التأكد من أن الروابط لا تزال تشير إلى المكان الذي من المفترض أن تذهب إليه.\n\nلاحظ أنه <strong>لن</strong> يتم نقل الصفحة إذا كانت هناك بالفعل صفحة في العنوان الجديد:\nهذا يعني أنه يمكنك إعادة تسمية صفحة إلى المكان الذي تمت إعادة تسميتها منه إذا ارتكبت خطأً، ولا يمكنك استبدال صفحة موجودة.\n\n<strong>ملاحظة:</strong>\nيمكن أن يكون هذا تغييرا جذريا وغير متوقع لصفحة شائعة؛\nيُرجَى التأكد من أنك تفهم عواقب هذا قبل المتابعة.\";'),('ary','messages:movereason','s:13:\"ary:سباب:\";'),('ary','messages:movesubpage','s:72:\"ary:{{PLURAL:$1||الصفحة لفرعية|الصفحات لفرعية}}\";'),('ary','messages:movesubpagetalktext','s:140:\"ar:صفحة النقاش المكافئة لديها $1 {{PLURAL:$1|صفحة فرعية|صفحات فرعية}} معروضة بالأسفل.\";'),('ary','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('ary','messages:movesubpagetext','s:218:\"ar:لهذه الصفحة {{PLURAL:$1||صفحة فرعية واحدة معروضة|صفحتان فرعيتان معروضتان|$1 صفحات فرعية معروضة|$1 صفحة فرعية معروضة}} بالأسفل.\";'),('ary','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('ary','messages:movetalk','s:76:\"ary:رحّل الصفحة د لمداكرة اللي ملاقية معاها\";'),('ary','messages:movethispage','s:32:\"ary:حرًك هاد الصفحة\";'),('ary','messages:moveuserpage-warning','s:238:\"ary:<strong>حضي:</strong> راك على بونت تحول صفحة د خدايمي. الصفحة غادي تّحول ل السمية الجديدة ولاكين راه السمية د لخدايمي  <em>ماغاديش</em> تتبدل.\";'),('ary','messages:mute-preferences','s:35:\"ar:تفضيلات كتم الصوت\";'),('ary','messages:mw-widgets-abandonedit','s:118:\"ar:هل أنت متأكد من الخروج من وضع التَّحرير قبل نشر النَّص أوَّلًا؟\";'),('ary','messages:mw-widgets-abandonedit-discard','s:32:\"ar:تجاهل التعديلات\";'),('ary','messages:mw-widgets-abandonedit-keep','s:30:\"ar:مواصلة التعديل\";'),('ary','messages:mw-widgets-abandonedit-title','s:27:\"ar:هل أنت متأكد؟\";'),('ary','messages:mw-widgets-categoryselector-add-category-placeholder','s:25:\"ar:أضف تصنيفا...\";'),('ary','messages:mw-widgets-copytextlayout-copy','s:9:\"ar:نسخ\";'),('ary','messages:mw-widgets-copytextlayout-copy-fail','s:43:\"ar:فشل النسخ إلى الحافظة.\";'),('ary','messages:mw-widgets-copytextlayout-copy-success','s:32:\"ar:نسخ إلى الحافظة.\";'),('ary','messages:mw-widgets-dateinput-no-date','s:38:\"ar:لا تاريخ تم اختياره\";'),('ary','messages:mw-widgets-dateinput-placeholder-day','s:21:\"ar:سسسس-شش-يي\";'),('ary','messages:mw-widgets-dateinput-placeholder-month','s:16:\"ar:سسسس-شش\";'),('ary','messages:mw-widgets-mediasearch-input-placeholder','s:29:\"ar:البحث عن ملفات\";'),('ary','messages:mw-widgets-mediasearch-noresults','s:46:\"ar:لم يتم العثور على نتائج.\";'),('ary','messages:mw-widgets-mediasearch-recent-uploads','s:48:\"ar:{{GENDER:$1|مرفوعاتك}} الأخيرة\";'),('ary','messages:mw-widgets-mediasearch-results-aria-label','s:35:\"ar:نتائج بحث الوسائط\";'),('ary','messages:mw-widgets-table-row-delete','s:20:\"ar:احذف الصف\";'),('ary','messages:mw-widgets-tagmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('ary','messages:mw-widgets-titleinput-description-new-page','s:45:\"ary:هاد صفحة مازال ماكاينة\";'),('ary','messages:mw-widgets-titleinput-description-redirect','s:23:\"ar:تحويل إلى $1\";'),('ary','messages:mw-widgets-titlesmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('ary','messages:mw-widgets-usersmultiselect-placeholder','s:25:\"ar:أضف المزيد...\";'),('ary','messages:mycontris','s:18:\"ary:مساهمات\";'),('ary','messages:mycustomcssprotected','s:91:\"ar:ليس لديك صلاحية تعديل هذه الصفحة للطرز المتراصة.\";'),('ary','messages:mycustomjsonprotected','s:67:\"ar:ليس لديك صلاحية تحرير صفحة جسون هذه\";'),('ary','messages:mycustomjsprotected','s:78:\"ar:ليس لديك صلاحية تعديل صفحة جافاسكربت هذه.\";'),('ary','messages:mycustomjsredirectprotected','s:174:\"ar:ليس لديك صلاحية لتعديل صفحة جافا سكريبت هذه لأنها تحويلة ولا تشير إلى نطاق المستخدمي الخاص بك.\";'),('ary','messages:mypage','s:16:\"ary:الصفحة\";'),('ary','messages:mypreferences','s:32:\"ary:حوايج لي كانفضل\";'),('ary','messages:mypreferencesprotected','s:60:\"ar:ليس لديك صلاحية تعديل تفضيلاتك.\";'),('ary','messages:myprivateinfoprotected','s:73:\"ar:ليس لديك صلاحية تعديل معلوماتك الخاصة.\";'),('ary','messages:mytalk','s:16:\"ary:مداكرة\";'),('ary','messages:mywatchlist','s:32:\"ary:ليستة ديال تتبع\";'),('ary','messages:namespace','s:17:\"ary:النطاق:\";'),('ary','messages:namespace-nosubpages','s:67:\"ar:النطاق \"$1\" لا يسمح بالصفحات الفرعية.\";'),('ary','messages:namespace_association','s:33:\"ary:النطاق المقتارن\";'),('ary','messages:namespaceprotected','s:99:\"ary:ماعندكش الصلاحية باش تبدا الصفحات ف نطاق <strong>$1</strong>.\";'),('ary','messages:namespaces','s:31:\"ary:مجالات سمياتية\";'),('ary','messages:namespacesall','s:12:\"ary:كلشي\";'),('ary','messages:nav-login-createaccount','s:38:\"ary:تكونيكطا / دير كونط\";'),('ary','messages:navigation','s:12:\"ary:تصفح\";'),('ary','messages:navigation-heading','s:27:\"ary:قائمة التصفح\";'),('ary','messages:nbytes','s:29:\"ary:$1 {{PLURAL:$1|بايت}}\";'),('ary','messages:ncategories','s:53:\"ary:$1 {{PLURAL:$1|تصنيف|د التصنيفات}}\";'),('ary','messages:nchanges','s:70:\"ary:{{PLURAL:$1|تبديلة وحدا|$1 ديال التبديلات}}\";'),('ary','messages:nearby','s:31:\"ar:صفحات قريبة منك\";'),('ary','messages:negative-namespace-not-supported','s:73:\"ar:النطاقات ذات القيم السالبة غير مدعومة.\";'),('ary','messages:newarticle','s:14:\"ary:(جديد)\";'),('ary','messages:newarticletext','s:366:\"ary:راك تبعتي لّيان ديال واحد صّفحة لي مازالة ماكايناش.\nباش تصايب صّفحة، بدا تكتب ف صّندوق لي لتحت (شوف [$1 صفحة لمعاونة] ل لمزيد من لمعلومات).\nيلا وصلتي هنا ب لغالاط، كليكي على <strong>رجوع</strong> ف لبراوزر ديالك.\";'),('ary','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('ary','messages:newimages','s:41:\"ar:معرض الملفات الجديدة\";'),('ary','messages:newimages-hidepatrolled','s:45:\"ar:أخف المرفوعات المنظورة\";'),('ary','messages:newimages-legend','s:14:\"ary:فيلتر\";'),('ary','messages:newimages-mediatype','s:23:\"ar:نوع الوسيط:\";'),('ary','messages:newimages-showbots','s:58:\"ar:أظهر التحميلات بواسطة البوتات\";'),('ary','messages:newimages-summary','s:84:\"ar:هذه الصفحة الخاصة تعرض آخر الملفات المرفوعة.\";'),('ary','messages:newimages-user','s:70:\"ary:لادريسة د لأيپي ؤلا السمية د لخدايمي\";'),('ary','messages:newimagestext','s:4:\"en:-\";'),('ary','messages:newmessagesdifflinkplural','s:54:\"ary:آخر {{PLURAL:$1|تغيير|999=تغييرات}}\";'),('ary','messages:newmessageslinkplural','s:63:\"ary:{{PLURAL:$1|رسالة جديدة|999=رسائل جداد}}\";'),('ary','messages:newpage','s:23:\"ary:صفحة جديدة\";'),('ary','messages:newpageletter','s:6:\"ary:ج\";'),('ary','messages:newpages','s:23:\"ary:صفحات جداد\";'),('ary','messages:newpages-showhide-bots','s:20:\"ar:$1 البوتات\";'),('ary','messages:newpages-showhide-patrolled','s:41:\"ar:$1 التعديلات المراجعة\";'),('ary','messages:newpages-showhide-redirect','s:24:\"ar:$1 التحويلات\";'),('ary','messages:newpages-showhide-registered','s:43:\"ar:$1 المستخدمين المسجلين\";'),('ary','messages:newpages-submit','s:11:\"ar:اعرض\";'),('ary','messages:newpages-summary','s:3:\"en:\";'),('ary','messages:newpages-username','s:28:\"ary:سميت لخدايمي:\";'),('ary','messages:newpassword','s:21:\"ary:كود جديد :\";'),('ary','messages:newsection','s:18:\"ar:قسم جديد\";'),('ary','messages:newsection-page','s:36:\"ar:الصفحات المستهدفة\";'),('ary','messages:newsection-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ary','messages:newsection-summary','s:3:\"en:\";'),('ary','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('ary','messages:newsectionsummary','s:28:\"ary:/* $1 */ قسم جديد\";'),('ary','messages:newtitle','s:32:\"ary:العنوان الجديد:\";'),('ary','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('ary','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('ary','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('ary','messages:newuserlogpage','s:53:\"ary:السجل ديال الحسابات الجداد\";'),('ary','messages:newuserlogpagetext','s:86:\"ary:هذا السجل اللي فيه عمليات لإنشاء د لمستخدمين.\";'),('ary','messages:newwindow','s:44:\"ary:(كتحل فــوينداو جديدة)\";'),('ary','messages:next','s:14:\"ary:لماجي\";'),('ary','messages:next-page','s:29:\"ary:الصفحة الجاية\";'),('ary','messages:nextdiff','s:39:\"ary:التبديل لي من بعد ←\";'),('ary','messages:nextn','s:32:\"ary:{{PLURAL:$1|$1}} من بعد\";'),('ary','messages:nextn-title','s:42:\"ary:$1 {{PLURAL:$1|نتيجة}} تالية\";'),('ary','messages:nextpage','s:26:\"ary:صفحة جاية ($1)\";'),('ary','messages:nextrevision','s:27:\"ary:مراجعة جدد ←\";'),('ary','messages:nimagelinks','s:76:\"ary:مخدّم ف {{PLURAL:$1||صفحة وحدا|$1 صفحات|$1 صفحة}}\";'),('ary','messages:ninterwikis','s:40:\"ar:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('ary','messages:nlinks','s:42:\"ary:$1 {{PLURAL:$1|l-wṣla|dl-wṣlaṫ}}\";'),('ary','messages:nmembers','s:38:\"ary:$1 {{PLURAL:$1|عضو|أعضاء}}\";'),('ary','messages:nmemberschanged','s:44:\"ar:$1 → $2 {{PLURAL:$2|عضو|أعضاء}}\";'),('ary','messages:no-null-revision','s:73:\"ar:تعذر إنشاء مراجعة جديدة فارغة لصفحة \"$1\"\";'),('ary','messages:noarticletext','s:386:\"ary:هاد الصفحة دابا خاوية.\nيمكن ليك [[Special:Search/{{PAGENAME}}|تقلّب على لعنوان ديالها]] ف صفاحي خرين، ولا <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} تقلّب فالسجلات] (باش تشوف يلا تمحات)، ولا [{{fullurl:{{FULLPAGENAME}}|action=edit}} تصاوبها]</span>.\";'),('ary','messages:noarticletext-nopermission','s:348:\"ary:هاد الصفحة دابا خاوية.\nإمكن ليك [[Special:Search/{{PAGENAME}}|تقلّب على العنوان ديالها]] فصفحات أخرى، ولا <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} تقلّب فالسجلات]</span>، ولكن ما عندكش الصلاحية باش تنشأها.\";'),('ary','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('ary','messages:noautoblockblock','s:32:\"ary:blokaj otomaṫiki mḫiyyed\";'),('ary','messages:nocontribs','s:74:\"ary:ما لقيناش تغييرات مطابقة معا المحددات.\";'),('ary','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('ary','messages:nocookiesfornew','s:240:\"ary:ماقدرناش نقادّو لكونط د لخدايمي، حيث ماقدرناش نأكدو لمصدر ديالو. \nعافاك تيقن بلي لكوكيز خدامين عندك، وعاود حل الصفحة وجرب مرة خرة.\";'),('ary','messages:nocookieslogin','s:158:\"ary:{{SITENAME}} تيخدًم لكوكيز فلكونيكسيون.\nلكوكيز مامخدمينش عندك.\nعافاك خدمها وعاود مرة آخرا.\";'),('ary','messages:nocookiesnew','s:318:\"ary:لكونط ديالك تدار، ولاكين راك باقي مامكونيكطيش.\n{{SITENAME}} كيخدم لكوكيز باش يتكونيكطا.\nنتا/نتي مامخدمش لكوكيز عندك.\nعافاك خدمهم، ومن بعد دخل ب سميت لخدايمي و لمودپاس ديالك جّداد.\";'),('ary','messages:nocreate-loggedin','s:59:\"ary:ماعندكش لحقً تصايب صفحات جداد.\";'),('ary','messages:nocreatetext','s:229:\"ar:قام {{SITENAME}} بتحديد القدرة على إنشاء صفحات جديدة.\nيمكنك العودة وتحرير صفحة موجودة بالفعل، أو [[Special:UserLogin|الدخول أو تسجيل حساب]].\";'),('ary','messages:nocredits','s:78:\"ar:لا توجد معلومات إشادة متوفرة لهذه الصفحة.\";'),('ary','messages:node-count-exceeded-category','s:39:\"ar:تجاوزات تعداد العقد\";'),('ary','messages:node-count-exceeded-category-desc','s:79:\"ar:الصفحة تتجاوز الحد الأقصى للعقد البرمجية.\";'),('ary','messages:node-count-exceeded-warning','s:79:\"ar:الصفحة تجاوزت الحد الأقصى للعقد البرمجية.\";'),('ary','messages:noemail','s:75:\"ary:لخدايمي \"$1\" ماعندو تا إيميل مسجل بسميتو.\";'),('ary','messages:noemailcreate','s:42:\"ary:خاصك تعطي إيميل مقاد.\";'),('ary','messages:noemailprefs','s:115:\"ary:كتب لعنوان د شي إيميل فالتفضيلات ديالك باش تخدم هاد الخاصيات.\";'),('ary','messages:noemailtext','s:65:\"ary:هاد لخدايمي مادخّلش إيمايل مقبول.\";'),('ary','messages:noemailtitle','s:41:\"ary:Ma kayen ḫṫa ĝonwan dial l-email\";'),('ary','messages:nohistory','s:77:\"ary:ماكاين تا تاريخ د التعديلات لهاد الصفحة.\";'),('ary','messages:noimages','s:18:\"ary:walo maytchaf.\";'),('ary','messages:noindex-category','s:45:\"ary:صفحات ما فيهومش الفهرس\";'),('ary','messages:noindex-category-desc','s:204:\"ar:هذه الصفحة لا تفهرسها الروبوتات لأن فيها الكلمة السحرية <code><nowiki>__NOINDEX__</nowiki></code> ولأنها في نطاق يسمح بهذا العلم.\";'),('ary','messages:nolicense','s:20:\"ary:ta wahd mamhddch\";'),('ary','messages:nolinkshere','s:61:\"ary:حتى صفحة ما كتصيفط لـ<strong>$2</strong>\";'),('ary','messages:nolinkshere-ns','s:109:\"ary:تا صفحة ماكاتوصل ل <strong>$2</strong> ف لمجال السمياتي لي ختاريتي.\";'),('ary','messages:nolinkstoimage','s:73:\"ary:ما كاينة حتا شي صفحة كاتخدّم هاد لفيشي\";'),('ary','messages:noname','s:57:\"ary:ما كتبتيش سميت خدايمي مقبولة.\";'),('ary','messages:nonfile-cannot-move-to-file','s:125:\"ary:مايمكنش تحول لمجال السمياتي د لفيشيات ل مجال سمياتي ماشي د لفيشيات\";'),('ary','messages:nonmain-slot-differences-therefore-readonly','s:299:\"ary:مايمكنش ليك تكتب نص ويكي ف هاد لمراجعة د الصفحة، حيت كانو تبديلات على الداطا لي كانت فاش تدارت المراجعة لي مامبازياش على نص ويكي. [$1 باش ترجّع هاد النسخة كليكي هنا.]\";'),('ary','messages:nonnumeric-formatnum','s:74:\"ar:صفحات تحتوي على معاملات formatnum غير عددية\";'),('ary','messages:nonnumeric-formatnum-desc','s:95:\"ar:تحتوي الصفحة على وسيطة غير رقمية لوظيفة محلل formatnum.\";'),('ary','messages:nonwrite-api-promise-error','s:108:\"ar:\'Promise-Non-Write-API-Action\' HTTP header تم إرساله لكن الطلب كان لAPI write module.\";'),('ary','messages:nopagetext','s:37:\"ary:sfha lhadaf li hdditiha makaynach\";'),('ary','messages:nopagetitle','s:34:\"ary:makaynach sfha hadaf bhal hadi\";'),('ary','messages:noscript.css','s:165:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على المستخدمين الذين الجافاسكريبت لديهم معطلة */\";');
INSERT INTO `mw_l10n_cache` VALUES ('ary','messages:nospecialpagetext','s:184:\"ary:<strong>طلبتي صفحة خاصة ما كايناش</strong>\nقائمة بكامل الصفحات الخاصة غاتلقاها فـ[[Special:SpecialPages|{{int:specialpages}}]]\";'),('ary','messages:nosuchaction','s:42:\"ary:لا يوجد فعل بحال هادا\";'),('ary','messages:nosuchactiontext','s:252:\"ary:الفعل المحدد بواسطة المسار غير صحيح.\nيمكن را كتبتي المسار بشي طريقة ماشي صحيحة، ولا تبعتي شي لينك غالط.\nولا يقدر بكون هادشي مشكل ف {{SITENAME}}.\";'),('ary','messages:nosuchsectiontext','s:138:\"ary:بغيتي تعدًل قسم ماكاينش.\nيقدر يكون تحوًل ولاً تمسح ملي كنتي كاتشوف الصفحة.\";'),('ary','messages:nosuchsectiontitle','s:31:\"ary:مالقيناش القسم\";'),('ary','messages:nosuchspecialpage','s:70:\"ary:ما كاينة تا شي صفحة خاصة ب هاد السمية\";'),('ary','messages:nosuchuser','s:312:\"ary:ماكاين تا خدايمي سميتو \"$1\".\nالسميات د لخدايمية راه حساسة لحالة الحروف (إلا كانت ماجيسكيل ولا مينيكسيل).\nشوف لكتابة د السمية واش هي هاديك، ولاُ [[Special:CreateAccount|صايب حساب جديد]].\";'),('ary','messages:nosuchusershort','s:89:\"ary:ماكاينش خدايمي اسمو $1\".\nشوف السمية واش هي هاديك.\";'),('ary','messages:notanarticle','s:36:\"ary:Hadi maċi ṣefḫaṫ meḍmon\";'),('ary','messages:notargettext','s:64:\"ary:mahdditch sfha lhadaf ola lmostkhdim bach tdir had lkhassiya\";'),('ary','messages:notargettitle','s:25:\"ary:ماكاينش هدف\";'),('ary','messages:note','s:34:\"ary:<strong>ملاحظة:</strong>\";'),('ary','messages:notextmatches','s:82:\"ary:تا شي نص ماملاقي معا داكشي اللي كاتقلب عليه\";'),('ary','messages:notificationemail_body_changed','s:271:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بتغيير عنوان البريد الإلكتروني للحساب \"$2\" إلى \"$3\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('ary','messages:notificationemail_body_removed','s:259:\"ar:شخص ما، غالبا أنت،  من عنوان الأيبي $1،\nقام بإزالة عنوان البريد الإلكتروني للحساب \"$2\" في {{SITENAME}}.\n\nلو أن هذا لم يكن أنت، فاتصل بإداري للموقع حالا.\";'),('ary','messages:notificationemail_subject_changed','s:93:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تم تغييره\";'),('ary','messages:notificationemail_subject_removed','s:95:\"ar:عنوان البريد الإلكتروني المسجل ل{{SITENAME}} تمت إزالته\";'),('ary','messages:notloggedin','s:33:\"ary:نتا مامكونيكطيش\";'),('ary','messages:notvisiblerev','s:35:\"ar:المراجعة تم حذفها\";'),('ary','messages:nouserspecified','s:48:\"ary:خاصك تدخّل سميت لخدايمي.\";'),('ary','messages:nov','s:14:\"ary:نونبر\";'),('ary','messages:november','s:14:\"ary:نونبر\";'),('ary','messages:november-gen','s:14:\"ary:نونبر\";'),('ary','messages:nowatchlist','s:76:\"ary:ماعندك تا صفحة ف اللائحة د لحضيان ديالك.\";'),('ary','messages:nowikiemailtext','s:88:\"ary:Had l-mosṫeĥdim ma bġa iṫweṣṣel be ḫṫa ċi imayl men ay mosṫeḫdim.\";'),('ary','messages:nrevisions','s:48:\"ary:$1 {{PLURAL:$1|تبديلة|تبديلات}}\";'),('ary','messages:ns-specialprotected','s:54:\"ary:مايمكنش تبدل الصفحات لخاصة.\";'),('ary','messages:nstab-category','s:14:\"ary:تصنيف\";'),('ary','messages:nstab-help','s:34:\"ary:صفحة ديال معاونة\";'),('ary','messages:nstab-image','s:12:\"ary:فيشي\";'),('ary','messages:nstab-main','s:16:\"ary:الصفحة\";'),('ary','messages:nstab-mainpage','s:29:\"ary:الصفحة اللولا\";'),('ary','messages:nstab-media','s:32:\"ary:صفحة ديال ميديا\";'),('ary','messages:nstab-mediawiki','s:14:\"ary:رسالة\";'),('ary','messages:nstab-project','s:27:\"ary:صفحة المشروع\";'),('ary','messages:nstab-special','s:21:\"ary:صفحة خاصة\";'),('ary','messages:nstab-talk','s:3:\"en:\";'),('ary','messages:nstab-template','s:14:\"ary:موضيل\";'),('ary','messages:nstab-user','s:61:\"ary:صفحة د {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:ntimes','s:7:\"ar:$1×\";'),('ary','messages:ntransclusions','s:73:\"ary:مخدّم ف $1 {{PLURAL:$1||صفحة وحدا|صفحات|صفحة}}\";'),('ary','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('ary','messages:oct','s:16:\"ary:أكتوبر\";'),('ary','messages:october','s:16:\"ary:أكتوبر\";'),('ary','messages:october-gen','s:16:\"ary:أكتوبر\";'),('ary','messages:ok','s:12:\"ary:واخا\";'),('ary','messages:oldpassword','s:20:\"ary:كود قديم:\";'),('ary','messages:ooui-combobox-button-label','s:30:\"ar:خيارات التبديل\";'),('ary','messages:ooui-dialog-message-accept','s:13:\"ar:موافق\";'),('ary','messages:ooui-dialog-message-reject','s:9:\"ar:ألغ\";'),('ary','messages:ooui-dialog-process-continue','s:13:\"ar:استمر\";'),('ary','messages:ooui-dialog-process-dismiss','s:11:\"ar:أغلق\";'),('ary','messages:ooui-dialog-process-error','s:16:\"ar:حدث خطأ\";'),('ary','messages:ooui-dialog-process-retry','s:27:\"ar:حاول مرة أخرى\";'),('ary','messages:ooui-field-help','s:15:\"ar:مساعدة\";'),('ary','messages:ooui-item-remove','s:13:\"ar:إزالة\";'),('ary','messages:ooui-outline-control-move-down','s:37:\"ar:انقل العنصر للأسفل\";'),('ary','messages:ooui-outline-control-move-up','s:37:\"ar:انقل العنصر للأعلى\";'),('ary','messages:ooui-outline-control-remove','s:22:\"ar:أزل العنصر\";'),('ary','messages:ooui-popup-widget-close-button-aria-label','s:11:\"ar:أغلق\";'),('ary','messages:ooui-selectfile-button-select','s:20:\"ar:اختر ملفا\";'),('ary','messages:ooui-selectfile-button-select-multiple','s:26:\"ar:اختر الملفات\";'),('ary','messages:ooui-selectfile-dragdrop-placeholder','s:29:\"ar:اترك الملف هنا\";'),('ary','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:33:\"ar:أسقط الملفات هنا\";'),('ary','messages:ooui-selectfile-not-supported','s:48:\"ar:اختيار الملفات غير مدعوم\";'),('ary','messages:ooui-selectfile-placeholder','s:39:\"ar:لم يتم اختيار أي ملف\";'),('ary','messages:ooui-toolbar-more','s:11:\"ar:مزيد\";'),('ary','messages:ooui-toolgroup-collapse','s:9:\"ar:أقل\";'),('ary','messages:ooui-toolgroup-expand','s:11:\"ar:مزيد\";'),('ary','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('ary','messages:othercontribs','s:29:\"ar:بناء على عمل $1.\";'),('ary','messages:otherlanguages','s:25:\"ary:بلوغات آخرا\";'),('ary','messages:others','s:14:\"ary:آخرين\";'),('ary','messages:overwrite','s:62:\"ary:مايمكنش تكتب فوق فيشي كاين ديجا.\";'),('ary','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('ary','messages:page-atom-feed','s:51:\"ary:تلقيمة ديال أطوم ل لپاج \"$1\"\";'),('ary','messages:page-rss-feed','s:56:\"ary:تلقيمة ديال آر إس إس للباج \"$1\"\";'),('ary','messages:page_first','s:16:\"ary:اللًول\";'),('ary','messages:page_last','s:16:\"ary:اللًخر\";'),('ary','messages:pagecategories','s:43:\"ary:{{PLURAL:$1|تصنيف|تصنيفات}}\";'),('ary','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('ary','messages:pagedata-bad-title','s:27:\"ar:عنوان خاطئ: $1.\";'),('ary','messages:pagedata-not-acceptable','s:94:\"ar:لم يتم العثور على هيئة مطابقة. أنماط MIME المدعومة: $1\";'),('ary','messages:pagedata-text','s:404:\"ar:هذه الصفحة توفر واجهة بيانات للصفحات. من فضلك وفر عنوان الصفحة في المسار، باستخدام صيغة الصفحات الفرعية.\n* تفاوض المحتوى يطبق بناء على الAccept header الخاص بعميلك. هذا يعني أن بيانات الصفحة سيتم توفيرها بالصيغة المفضلة لعميلك.\";'),('ary','messages:pagedata-title','s:28:\"ar:بيانات الصفحة\";'),('ary','messages:pagehist','s:27:\"ary:تاريخ الصفحة\";'),('ary','messages:pagehistory','s:26:\"ar:تاريخ الصفحة\";'),('ary','messages:pagehistory-summary','s:3:\"en:\";'),('ary','messages:pageid','s:27:\"ar:معرف الصفحة $1\";'),('ary','messages:pageinfo','s:30:\"ar:معلومات الصفحة\";'),('ary','messages:pageinfo-article-id','s:38:\"ary:مُعَرِّف الصفحة (ID)\";'),('ary','messages:pageinfo-authors','s:48:\"ary:عدد الكُتّاب المختالفين\";'),('ary','messages:pageinfo-category-files','s:24:\"ar:عدد الملفات\";'),('ary','messages:pageinfo-category-info','s:32:\"ar:معلومات التصنيف\";'),('ary','messages:pageinfo-category-pages','s:24:\"ar:عدد الصفحات\";'),('ary','messages:pageinfo-category-subcats','s:43:\"ar:عدد التصنيفات الفرعية\";'),('ary','messages:pageinfo-category-total','s:39:\"ar:العدد الكلي للأعضاء\";'),('ary','messages:pageinfo-content-model','s:38:\"ary:نموذج محتوى الصفحة\";'),('ary','messages:pageinfo-content-model-change','s:13:\"ar:تغيير\";'),('ary','messages:pageinfo-contentpage','s:36:\"ary:محسوبة صفحة محتوى\";'),('ary','messages:pageinfo-contentpage-yes','s:8:\"ary:آه\";'),('ary','messages:pageinfo-default-sort','s:48:\"ary:مفتاح الترتيب الافتراضي\";'),('ary','messages:pageinfo-display-title','s:25:\"ary:عرض العنوان\";'),('ary','messages:pageinfo-edits','s:29:\"ary:عدد التبديلات\";'),('ary','messages:pageinfo-few-visiting-watchers','s:102:\"ar:قد يكون أو لا يكون هناك مستخدم  يزور ويشاهد اخر تعديلات\";'),('ary','messages:pageinfo-few-watchers','s:57:\"ary: قل من $1 {{PLURAL:$1|مراقبين|مراقب}}\";'),('ary','messages:pageinfo-file-hash','s:22:\"ar:قيمة الهاش\";'),('ary','messages:pageinfo-firsttime','s:45:\"ary:تاريخ لمصاوبة د الصفحة\";'),('ary','messages:pageinfo-firstuser','s:25:\"ary:منشئ الصفحة\";'),('ary','messages:pageinfo-footer','s:4:\"en:-\";'),('ary','messages:pageinfo-header','s:4:\"en:-\";'),('ary','messages:pageinfo-header-basic','s:39:\"ary:المعلومات الأساسية\";'),('ary','messages:pageinfo-header-edits','s:22:\"ary:التعديلات\";'),('ary','messages:pageinfo-header-properties','s:36:\"ary:خصائص ديال الصفحة\";'),('ary','messages:pageinfo-header-restrictions','s:27:\"ary:حماية الصفحة\";'),('ary','messages:pageinfo-hidden-categories','s:46:\"ary:$1 {{PLURAL:$1|تصنيفات|تصنيف}}\";'),('ary','messages:pageinfo-language','s:34:\"ary:لغة محتوى الصفحة\";'),('ary','messages:pageinfo-language-change','s:9:\"ar:غير\";'),('ary','messages:pageinfo-lasttime','s:46:\"ary:تاريخ التبديل اللخراني\";'),('ary','messages:pageinfo-lastuser','s:19:\"ary:آخر محرر\";'),('ary','messages:pageinfo-length','s:40:\"ary:حجم الصفحة (بالبايت)\";'),('ary','messages:pageinfo-magic-words','s:84:\"ary:{{PLURAL:$1|كلمات سحرية|كلمة|د لكلمات}} السحرية ($1)\";'),('ary','messages:pageinfo-namespace','s:15:\"ar:النطاق\";'),('ary','messages:pageinfo-not-current','s:87:\"ar:عذرا، لا يمكن عرض تلك المعلومات للنسخ القديمة.\";'),('ary','messages:pageinfo-protect-cascading','s:68:\"ar:مصدر توريث  الحماية للصفحات المدمجة\";'),('ary','messages:pageinfo-protect-cascading-from','s:61:\"ar:حماية الصفحات المدمجة موروثة من\";'),('ary','messages:pageinfo-protect-cascading-yes','s:9:\"ar:نعم\";'),('ary','messages:pageinfo-recent-authors','s:48:\"ary:عدد الكُتّاب المختالفين\";'),('ary','messages:pageinfo-recent-edits','s:69:\"ary:عدد التبديلات اللخرة (ف $1 اللخرانية)\";'),('ary','messages:pageinfo-redirects-name','s:51:\"ary:عدد التحويلات لهاد الصفحة\";'),('ary','messages:pageinfo-redirects-value','s:5:\"ar:$1\";'),('ary','messages:pageinfo-redirectsto','s:22:\"ar:تحويلة إلى\";'),('ary','messages:pageinfo-redirectsto-info','s:17:\"ar:معلومات\";'),('ary','messages:pageinfo-robot-index','s:21:\"ary:مسموح بها\";'),('ary','messages:pageinfo-robot-noindex','s:14:\"ary:ممنوع\";'),('ary','messages:pageinfo-robot-policy','s:33:\"ary:فهرسة الروبوتات\";'),('ary','messages:pageinfo-subpages-name','s:40:\"ary:عدد الصفحات الفرعية\";'),('ary','messages:pageinfo-subpages-value','s:149:\"ary:$1 ({{PLURAL:$2|تا تحويلة|تحويلة وحدا|$2 د التحويلات|$2 تحويلة}}؛ $3 {{PLURAL:$3|د لا التحويلات}})\";'),('ary','messages:pageinfo-summary','s:3:\"en:\";'),('ary','messages:pageinfo-templates','s:70:\"ary:{{PLURAL:$1|موضيل مضمن|موضيلات مضمنين}} ($1)\";'),('ary','messages:pageinfo-title','s:34:\"ary:المعلومات على \"$1\"\";'),('ary','messages:pageinfo-toolboxlink','s:31:\"ary:معلومات الصفحة\";'),('ary','messages:pageinfo-transclusions','s:97:\"ar:{{PLURAL:$1||صفحة واحدة|صفحتين|$1 صفحات|$1 صفحة}} مضمنة في ($1)\";'),('ary','messages:pageinfo-user-id','s:34:\"ar:مُعرِّف المستخدم\";'),('ary','messages:pageinfo-view-protect-log','s:54:\"ar:عرض سجل الحماية لهذه الصفحة.\";'),('ary','messages:pageinfo-visiting-watchers','s:95:\"ary:عدد لمراقبين د الصفحة لي شافو التبديلات اللخرانية\";'),('ary','messages:pageinfo-watchers','s:29:\"ary:عدد المتتبعين\";'),('ary','messages:pagelang-db-failed','s:76:\"ar:قاعدة البيانات فشلت في تغيير لغة الصفحة.\";'),('ary','messages:pagelang-language','s:13:\"ar:اللغة\";'),('ary','messages:pagelang-name','s:11:\"ar:صفحة\";'),('ary','messages:pagelang-nonexistent-page','s:39:\"ar:الصفحة $1 غير موجودة.\";'),('ary','messages:pagelang-reason','s:13:\"ar:السبب\";'),('ary','messages:pagelang-select-lang','s:22:\"ar:اختر اللغة\";'),('ary','messages:pagelang-submit','s:13:\"ar:إرسال\";'),('ary','messages:pagelang-unchanged-language','s:53:\"ar:الصفحة $1 مضبوطة فعلا للغة $2.\";'),('ary','messages:pagelang-unchanged-language-default','s:114:\"ar:الصفحة $1 مضبوطة فعلا للغة المحتوى الافتراضية الخاصة بالويكي.\";'),('ary','messages:pagelang-use-default','s:49:\"ar:استخدام اللغة الافتراضية\";'),('ary','messages:pagelanguage','s:33:\"ar:تغيير لغة الصفحة\";'),('ary','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('ary','messages:pagemovedsub','s:37:\"ary:Neqqelna ṣfeḫṫek be najaḫ\";'),('ary','messages:pager-newer-n','s:60:\"ary:{{PLURAL:$1|1 اللخراني|$1 اللخرانيين}}\";'),('ary','messages:pager-older-n','s:40:\"ary:{{PLURAL:$1|أقدم 1|أقدم $1}}\";'),('ary','messages:pagesize','s:14:\"ary:(بايت)\";'),('ary','messages:pageswithprop','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('ary','messages:pageswithprop-legend','s:42:\"ar:صفحات مع خاصية الصفحة\";'),('ary','messages:pageswithprop-prop','s:25:\"ar:اسم الخاصية:\";'),('ary','messages:pageswithprop-prophidden-binary','s:63:\"ar:قيمة الخاصية الثنائية المخفية ($1)\";'),('ary','messages:pageswithprop-prophidden-long','s:64:\"ar:قيمة خاصية النص الطويل المخفية ($1)\";'),('ary','messages:pageswithprop-reverse','s:31:\"ar:فرز بترتيب عكسي\";'),('ary','messages:pageswithprop-sortbyvalue','s:44:\"ar:ترتيب حسب قيمة الخاصية\";'),('ary','messages:pageswithprop-submit','s:10:\"ary:سير\";'),('ary','messages:pageswithprop-summary','s:3:\"en:\";'),('ary','messages:pageswithprop-text','s:100:\"ar:تسرد هذه الصفحة الصفحات التي تستخدم خاصية صفحة معينة.\";'),('ary','messages:pagetitle','s:21:\"ary:$1 - {{SITENAME}}\";'),('ary','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('ary','messages:paramvalidator-badbool','s:117:\"ar:قيمة غير صالحة \" $2 \" للمعامل المنطقي \" $1 \". مرر $3 للصواب أو $5 للخطأ.\";'),('ary','messages:paramvalidator-badexpiry','s:87:\"ar:قيمة غير صالحة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \".\";'),('ary','messages:paramvalidator-badexpiry-duration','s:116:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \".\";'),('ary','messages:paramvalidator-badexpiry-duration-max','s:179:\"ar:القيمة المقدمة \" $2 \" للمعلمة <var>$1</var> تتجاوز الحد الأقصى وهو \" $3 \". باستخدام الحد الأقصى بدلاً من ذلك.\";'),('ary','messages:paramvalidator-badexpiry-past','s:87:\"ar:قيمة \" $2 \" لمعامل انتهاء الصلاحية \" $1 \" في الماضي.\";'),('ary','messages:paramvalidator-badfloat','s:68:\"ar:قيمة غير صحيحة \" $2 \" لمعامل الطفو \" $1 \".\";'),('ary','messages:paramvalidator-badfloat-notfinite','s:103:\"ar:القيمة \" $2 \" للمعامل العائم \" $1 \" كبيرة جدًا أو ليست رقمًا.\";'),('ary','messages:paramvalidator-badinteger','s:72:\"ar:قيمة غير صالحة \" $2 \" للمعامل الصحيح \" $1 \".\";'),('ary','messages:paramvalidator-badtimestamp','s:83:\"ar:قيمة غير صالحة \" $2 \" لمعلمة الطابع الزمني \" $1 \".\";'),('ary','messages:paramvalidator-badtitle','s:120:\"ar:\"$2\" قيمة غير صالحة لمعلمة العنوان <var>$1</var>: ليست سلسلة عنوان صالحة.\";'),('ary','messages:paramvalidator-badupload-cantwrite','s:125:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (فشلت الكتابة).\";'),('ary','messages:paramvalidator-badupload-formsize','s:126:\"ar:الملف الذي تم تحميله لـ \" $1 \" يتجاوز الحد الأقصى المحدد من قبل العميل.\";'),('ary','messages:paramvalidator-badupload-inisize','s:112:\"ar:يتجاوز الملف الذي تم تحميله لـ \" $1 \" الحد الأقصى للخادم وهو $3 .\";'),('ary','messages:paramvalidator-badupload-nofile','s:68:\"ar:لم يتم توفير ملف لمعلمة التحميل \" $1 \".\";'),('ary','messages:paramvalidator-badupload-notmpdir','s:133:\"ar:تعذر تخزين ملف \" $1 \" للمعالجة بسبب خطأ في تكوين الخادم (لا يوجد دليل مؤقت).\";'),('ary','messages:paramvalidator-badupload-notupload','s:233:\"ar:معلمة تحميل الملف \" $1 \" ليست تحميل ملف ؛ تأكد من استخدام بيانات نموذجية / متعددة الأجزاء لـ POST وتضمين اسم ملف في عنوان Content-Disposition.\";'),('ary','messages:paramvalidator-badupload-partial','s:53:\"ar:تم تحميل ملف \" $1 \" جزئيًا فقط.\";'),('ary','messages:paramvalidator-badupload-phpext','s:52:\"ar:منع امتداد PHP تحميل ملف \" $1 \".\";'),('ary','messages:paramvalidator-baduser','s:79:\"ar:قيمة غير صحيحة \"$2\" لمعامل المستخدم <var>$1</var>.\";'),('ary','messages:paramvalidator-badvalue-enummulti','s:149:\"ar:قيمة غير صالحة \" $2 \" للمعلمة \" $1 \". {{PLURAL:$4| مسموح فقط بـ \" $3 \". | القيم المسموح بها هي $3 }}\";'),('ary','messages:paramvalidator-badvalue-enumnotmulti','s:59:\"ar:قيمة غير معروفة للمعامل \" $1 \": $2 .\";'),('ary','messages:paramvalidator-deprecated-value','s:61:\"ar:تم إهمال القيمة \" $2 \" للمعلمة \" $1 \".\";'),('ary','messages:paramvalidator-emptystring','s:32:\"ar:السلسلة الفارغة\";'),('ary','messages:paramvalidator-help-default','s:25:\"ar:الافتراضي: $1\";'),('ary','messages:paramvalidator-help-default-empty','s:33:\"ar:الافتراضي: (فارغ)\";'),('ary','messages:paramvalidator-help-deprecated','s:41:\"ar:تم إهمال هذه المعلمة.\";'),('ary','messages:paramvalidator-help-multi-all','s:63:\"ar:لتحديد كل القيم ، استخدم <kbd>$1</kbd> .\";'),('ary','messages:paramvalidator-help-multi-max','s:148:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }} ( {{PLURAL:$2| $2 }} للعملاء المسموح لهم بحدود أعلى).\";'),('ary','messages:paramvalidator-help-multi-max-simple','s:69:\"ar:الحد الأقصى لعدد القيم هو {{PLURAL:$1| $1 }}.\";'),('ary','messages:paramvalidator-help-multi-separate','s:114:\"ar:افصل القيم بـ \"|\" ، أو ابدأ القائمة بـ U + 001F وافصل بينها بـ U + 001F.\";'),('ary','messages:paramvalidator-help-required','s:38:\"ar:هذه المعلمة مطلوبة.\";'),('ary','messages:paramvalidator-help-type-boolean','s:74:\"ar:النوع: {{PLURAL:$1| 1 = منطقي | 2 = قائمة منطقية}}\";'),('ary','messages:paramvalidator-help-type-enum','s:190:\"ar:{{PLURAL:$1| 1 = إحدى القيم التالية | 2 = القيم (منفصلة بـ U + 007C (أنبوب) ، أو ابدأ القائمة بـ U + 001F وافصل بـ U + 001F)}}: $2\";'),('ary','messages:paramvalidator-help-type-enum-can-be-empty','s:105:\"ar:{{PLURAL:$2| 0 = يجب أن يكون فارغًا | يمكن أن يكون فارغًا ، أو $1 }}\";'),('ary','messages:paramvalidator-help-type-expiry','s:354:\"ar:النوع: {{PLURAL:$1|1=انتهاء الصلاحية|2=قائمة انتهاء الصلاحية}}.\n\nقد تكون نسبية (على سبيل المثال <kbd>5 أشهر</kbd> أو <kbd>أسبوعين</kbd> ) أو مطلقة (على سبيل المثال <kbd>2014-09-18T12:34:56Z</kbd>). لعدم انتهاء الصلاحية ، استخدم $2.\";'),('ary','messages:paramvalidator-help-type-float','s:73:\"ar:النوع: {{PLURAL:$1| 1 = float | 2 = قائمة العوامات}}\";'),('ary','messages:paramvalidator-help-type-integer','s:96:\"ar:النوع: {{PLURAL:$1| 1 = عدد صحيح | 2 = قائمة الأعداد الصحيحة}}\";'),('ary','messages:paramvalidator-help-type-limit','s:46:\"ar:النوع: عدد صحيح أو \"ماكس\"\";'),('ary','messages:paramvalidator-help-type-number-max','s:84:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تزيد عن $3 .\";'),('ary','messages:paramvalidator-help-type-number-min','s:82:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب ألا تقل عن $2 .\";'),('ary','messages:paramvalidator-help-type-number-minmax','s:87:\"ar:{{PLURAL:$1| 1 = القيمة | 2 = القيم}} يجب أن تكون بين $2 $3 .\";'),('ary','messages:paramvalidator-help-type-presenceboolean','s:25:\"ar:النوع: منطقي\";'),('ary','messages:paramvalidator-help-type-string-maxbytes','s:83:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| بايت | بايت}}.\";'),('ary','messages:paramvalidator-help-type-string-maxchars','s:81:\"ar:لا يمكن أن يكون أطول من $1 {{PLURAL:$1| حرف | أحرف}}.\";'),('ary','messages:paramvalidator-help-type-timestamp','s:106:\"ar:النوع: {{PLURAL:$1| 1 = الطابع الزمني | 2 = قائمة الطوابع الزمنية}}\";'),('ary','messages:paramvalidator-help-type-title','s:34:\"ar:النوع: عنوان صفحة\";'),('ary','messages:paramvalidator-help-type-title-must-exist','s:51:\"ar:فقط يقبل الصفحات الموجودة.\";'),('ary','messages:paramvalidator-help-type-title-no-must-exist','s:51:\"ar:يقبل الصفحات غير الموجودة.\";'),('ary','messages:paramvalidator-help-type-upload','s:116:\"ar:يجب نشرها كتحميل ملف باستخدام بيانات متعددة الأجزاء / النموذج.\";'),('ary','messages:paramvalidator-help-type-user','s:132:\"ar:النوع: {{PLURAL:$1|1=مستخدم|2=قائمة المستخدمين}}، {{PLURAL:$3|بواسطة|بواسطة أي من}} $2\";'),('ary','messages:paramvalidator-help-type-user-subtype-cidr','s:25:\"ar:نطاق الآي بي\";'),('ary','messages:paramvalidator-help-type-user-subtype-id','s:48:\"ar:معرف المستخدم (مثال \"#12345\")\";'),('ary','messages:paramvalidator-help-type-user-subtype-interwiki','s:62:\"ar:اسم الإنترويكي (مثال \"prefix>ExampleName\")\";'),('ary','messages:paramvalidator-help-type-user-subtype-ip','s:16:\"ar:الآي بي\";'),('ary','messages:paramvalidator-help-type-user-subtype-name','s:26:\"ar:اسم المستخدم\";'),('ary','messages:paramvalidator-maxbytes','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| بايت | بايت}} (كان $4 ).\";'),('ary','messages:paramvalidator-maxchars','s:127:\"ar:لا يمكن أن تكون قيمة المعلمة \" $1 \" أطول من $3 {{PLURAL:$3| حرف | محارف}} (كان $4 ).\";'),('ary','messages:paramvalidator-missingparam','s:43:\"ar:يجب تعيين المعلمة \" $1 \".\";'),('ary','messages:paramvalidator-missingtitle','s:111:\"ar:قيمة غير صالحة \"$2\" لمعلمة العنوان <var>$1</var>: الصفحة غير موجودة.\";'),('ary','messages:paramvalidator-notmulti','s:181:\"ar:تقبل المعلمة \" $1 \" قيمة واحدة فقط. لا يجوز استخدام الفصل متعدد القيم U + 001F إلا للمعلمات متعددة القيم.\";'),('ary','messages:paramvalidator-outofrange-max','s:73:\"ar:يجب ألا تزيد قيمة \" $2 \" للمعلمة \" $1 \" عن $4 .\";'),('ary','messages:paramvalidator-outofrange-min','s:75:\"ar:يجب ألا تقل القيمة \" $2 \" للمعامل \" $1 \" عن $3 .\";'),('ary','messages:paramvalidator-outofrange-minmax','s:80:\"ar:يجب أن تتراوح قيمة \" $2 \" للمعلمة \" $1 \" بين $3 $4 .\";'),('ary','messages:paramvalidator-param-deprecated','s:41:\"ar:تم إهمال المعلمة \" $1 \".\";'),('ary','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('ary','messages:paramvalidator-toomanyvalues','s:101:\"ar:تم توفير عدد كبير جدًا من القيم للمعامل \" $1 \". الحد هو $2 .\";'),('ary','messages:paramvalidator-unclearnowtimestamp','s:245:\"ar:تم إهمال تمرير \" $2 \" لمعلمة الطابع الزمني \" $1 \". إذا احتجت لسبب ما إلى تحديد الوقت الحالي صراحةً دون حسابه من جانب العميل ، فاستخدم \"الآن\".\";'),('ary','messages:paramvalidator-unrecognizedvalues','s:87:\"ar:غير معروف {{PLURAL:$4| القيمة | القيم}} للمعلمة \" $1 \": $3\";'),('ary','messages:parentheses','s:7:\"ar:($1)\";'),('ary','messages:parentheses-end','s:4:\"ar:)\";'),('ary','messages:parentheses-start','s:4:\"ar:(\";'),('ary','messages:parser-template-loop-warning','s:55:\"ary:طانڭة د موضيل تديديكتات: [[$1]]\";'),('ary','messages:parser-template-recursion-depth-warning','s:73:\"ary:فتًي لحد د لعمق د التعياط للموديلات ($1)\";'),('ary','messages:parser-unstrip-loop-warning','s:47:\"ar:حلقة معراة تم الكشف عنها\";'),('ary','messages:parsoid-client-error','s:42:\"ar:إدخال غير صالح Parsoid : $1\";'),('ary','messages:parsoid-resource-limit-exceeded','s:46:\"ar:تم تجاوز حد موارد Parsoid: $1\";'),('ary','messages:parsoid-stash-rate-limit-error','s:133:\"ar:فشل التخزين لأنه تم تجاوز حد المعدل. الرجاء معاودة المحاولة في وقت قليل.\";'),('ary','messages:password-change-forbidden','s:70:\"ary:ماتقدرش تبدل لموضپاص ديال هاد ل ويكي\";'),('ary','messages:password-login-forbidden','s:87:\"ary:تمنع التخدام د هاد سميت لخدايمي و هاد لمودپاس.\";'),('ary','messages:password-name-match','s:92:\"ary:لمودپاس ماخاصوش يكون بحال سّمية د لخدايمي ديالك.\";'),('ary','messages:password-substring-username-match','s:118:\"ar:كلمة السر الخاصة بك لا ينبغي أن تظهر خلال اسم المستخدم الخاص بك.\";'),('ary','messages:passwordincommonlist','s:185:\"ar:كلمة السر التي تم إدخالها موجودة في قائمة كلمات المرور شائعة الاستخدام; الرجاء اختيار كلمة سر فريدة.\";'),('ary','messages:passwordpolicies','s:37:\"ar:سياسات كلمة المرور\";'),('ary','messages:passwordpolicies-group','s:19:\"ar:المجموعة\";'),('ary','messages:passwordpolicies-policies','s:19:\"ar:السياسات\";'),('ary','messages:passwordpolicies-policy-display','s:68:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('ary','messages:passwordpolicies-policy-displaywithflags','s:124:\"ar:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('ary','messages:passwordpolicies-policy-maximalpasswordlength','s:97:\"ar:يجب أن يكون طول كلمة المرور أقل من $1 {{PLURAL:$1|حرف|أحرف}}\";'),('ary','messages:passwordpolicies-policy-minimalpasswordlength','s:103:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}}\";'),('ary','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:145:\"ar:يجب أن يكون طول كلمة المرور على الأقل $1 {{PLURAL:$1|حرف|أحرف}} لتتمكن من تسجيل الدخول\";'),('ary','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:113:\"ar:كلمة السر لا يمكن أن تكون سلسلة حروف فرعية خلال اسم المستخدم.\";'),('ary','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:133:\"ar:لا يمكن أن تتطابق كلمة المرور مع قائمة محددة من كلمات المرور الافتراضية\";'),('ary','messages:passwordpolicies-policy-passwordnotincommonlist','s:138:\"ar:لا يمكن أن تكون كلمة المرور في قائمة كلمات المرور الـ100،000 الأكثر استخداما.\";'),('ary','messages:passwordpolicies-policyflag-forcechange','s:56:\"ar:يجب أن تتغير عند تسجيل الدخول\";'),('ary','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:61:\"ar:اقتراح التغيير عند تسجيل الدخول\";'),('ary','messages:passwordpolicies-summary','s:151:\"ar:هذه قائمة بسياسات كلمة المرور الفعالة لمجموعات المستخدمين المعرفة في هذا الويكي.\";'),('ary','messages:passwordremindertext','s:723:\"ary:شي واحد (من عنوان الآيبي $1) طلب كلمة د السر\nجديدة ل{{SITENAME}} ($4); تنشآت كلمة د السر مؤقتة للمستخدم \"$2\" وولاًت هي \"$3\"، إلا هادشي اللي كنتي باغي، خاصك تكونيكطا وتختار كلمة د السر جديدة،\nغادي تسالي الصلاحية د كلمة السر لمؤقتة ف{{PLURAL:$5|نهار|$5 أيام|$5 يوم}}.\n\nإيلا كان شي واحداخور هو اللي طلب هادشي, ولاً تفكرتي لكلمة د السًر ديالك ومابقيتيش باغي تبدًلها, ماضربش حساب لهاد لميساج وبقا خدًام بكلمة السر لقديمة ديالك.\";'),('ary','messages:passwordremindertitle','s:61:\"ary:كلمة سر جديدة ل{{SITENAME}} غي بيدمان\";'),('ary','messages:passwordreset','s:23:\"ary:بدّل الكود\";'),('ary','messages:passwordreset-disabled','s:68:\"ary:مايمكنش تعاود كلمة السر فهاد لويكي.\";'),('ary','messages:passwordreset-domain','s:17:\"ary:النطاق:\";'),('ary','messages:passwordreset-email','s:33:\"ary:أدريسة د لإيميل:\";'),('ary','messages:passwordreset-emaildisabled','s:91:\"ar:تم تعطيل ميزات البريد الإلكتروني على هذه الويكي.\";'),('ary','messages:passwordreset-emailelement','s:54:\"ary:سميت لخدايمي: \n$1\n\nكوض مؤقت: \n$2\";'),('ary','messages:passwordreset-emailtext-ip','s:762:\"ary:شي واحد (يقدر يكون نتا، من العنوان $1)  طلب التذكير د كلمة السر د لحساب دسالك ف {{SITENAME}} ($4). {{PLURAL:$3||الحساب|لحسابات}} اللي مرتابطة بهاد لإيميل:\n\n$2\n\nغادي تسالي الصلاحية د {{PLURAL:$3||كلمة السر المؤقتة|كلمات السر المؤقتة}} من هنا {{PLURAL:$5||نهار|يوماين|$5 أيام|$5 يوم}}\n\nخاصك تدخل وتبدًل كلمة السًر. إيلا كان شي واحداخور هو اللي دار هاد الطلب, ولاً إيلا تفكرتي كلمة السر لقديمة ديالك, ومابقيتيش باغي تبدًلها, غير بقا خدًام بيها ونسا هاد لميساج.\";'),('ary','messages:passwordreset-emailtext-require-email','s:522:\"ar:مع ذلك، إذا لم تقم بإنشاء هذا الطلب وتريد منع رسائل البريد الإلكتروني\nغير المرغوب فيها، قد ترغب في تحديث خيارات البريد الإلكتروني الخاص بك في $1.د،\nيمكنك طلب كل من اسم المستخدم وعنوان البريد الإلكتروني لإنشاء إعادة تعيين كلمة المرور\nرسائل البريد الإلكتروني، هذا قد يقلل عدد هذه الحوادث.\";'),('ary','messages:passwordreset-emailtext-user','s:722:\"ary:لخدايمي $1 ف{{SITENAME}} طلب لمعاودة د لمصاوبة ديال لمودپاس د لكونط ديالك ف {{SITENAME}} ($4). {{PLURAL:$3||لكونط|لكونطات}} لي مرتابطة ب هاد لإيميل:\n\n$2\n\nغادي تسالي الصلاحية د {{PLURAL:$3||لمودپاس لمؤقت|لمودپاسات لمؤقتة}} من هنا {{PLURAL:$5||نهار|يوماين|$5 أيام|$5 يوم}}\n\nخاصك تدخل وتبدل لمودپاس دابا. إيلا كان شي واحد أخور هو لي دار هاد الطلب، ولا إيلا تفكرتي لمودپاس لقديم ديالك، و مابقيتيش باغي تبدلو، غير بقا خدام بيه ونسا هاد لميساج.\";'),('ary','messages:passwordreset-emailtitle','s:40:\"ary:تفاصيل لكونط {{SITENAME}}\";'),('ary','messages:passwordreset-ignored','s:114:\"ar:إعادة ضبط كلمة السر لم تتم التعامل معها. ربما لا موفر تم ضبطه؟\";'),('ary','messages:passwordreset-nocaller','s:45:\"ar:يجب أن يتم توفير مستدعي\";'),('ary','messages:passwordreset-nodata','s:91:\"ar:لا اسم مستخدم ولا عنوان بريد الإلكتروي تم توفيره\";'),('ary','messages:passwordreset-nosuchcaller','s:41:\"ar:المستدعي غير موجود: $1\";'),('ary','messages:passwordreset-success','s:63:\"ar:لقد طلبت إعادة تعيين كلمة المرور.\";'),('ary','messages:passwordreset-success-details-generic','s:771:\"ar:إذا كانت المعلومات المقدمة صالحة، فسيتم إرسال بريد إلكتروني لإعادة تعيين كلمة المرور. إذا لم تتلق بريدًا إلكترونيًا ، نوصيك بزيارة [[mw:Special:MyLanguage/Help:Reset_password|صفحة مساعدة إعادة تعيين كلمة المرور]] أو حاول مرة أخرى. يمكنك فقط <strong>اطلب عددًا محدودًا من عمليات إعادة تعيين كلمة المرور خلال فترة زمنية قصيرة. سيتم إرسال بريد إلكتروني واحد فقط لإعادة تعيين كلمة المرور لكل حساب صالح كل {{PLURAL:$1|ساعة|$1 ساعة}}</strong> لمنع إساءة الاستخدام.\";'),('ary','messages:passwordreset-success-info','s:44:\"ary:التفاصيل اللي صيفتي: $1\";'),('ary','messages:passwordreset-text-many','s:197:\"ar:{{PLURAL:$1||املأ الحقل لتستعيد كلمة السر|املأ أحد الحقلين لتستعيد كلمة السر|املأ أحد الحقول لتستعيد كلمة السر}}.\";'),('ary','messages:passwordreset-text-one','s:90:\"ar:أكمل هذا النموذج لإعادة ضبط كلمة السر الخاصة بك.\";'),('ary','messages:passwordreset-username','s:28:\"ary:سميت لخدايمي:\";'),('ary','messages:passwordsent','s:184:\"ary:سيفطناليك كلمة د السر جديدة فلإيميل ديال \"$1\".\nعافاك عاود تكونيكطا مورا ماتجيك الكلمة د السر الجديدة.\";'),('ary','messages:passwordtoolong','s:99:\"ar:كلمات السر لا يجب أن تكون أطول من  {{PLURAL:$1|1 حرف|$1 حروف}}.\";'),('ary','messages:passwordtooshort','s:118:\"ary:خاص كلمة السر ديالك يكون فيها علأقل {{PLURAL:$1|حرف واحد|$1 د الحروف}}.\";'),('ary','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('ary','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('ary','messages:patrol-log-header','s:55:\"ar:هذا سجل بالمراجعات المراجعة.\";'),('ary','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('ary','messages:patrol-log-page','s:30:\"ary:لوحة د لپاطرول\";'),('ary','messages:pear-mail-error','s:5:\"en:$1\";'),('ary','messages:percent','s:6:\"ar:$1%\";'),('ary','messages:perfcached','s:200:\"ary:هاد لبيانات كاينا فلكاش وماتقدرش تتبدًل. {{PLURAL:$1||نتيجة وحدا|$1 د النتائج|$1 نتيجة}} على الأكثر موجودة فهاد لكاش.\";'),('ary','messages:perfcachedts','s:217:\"ary:هاد لبيانات كاينا فلكاش، آخر مرة تبدلات كانت ف $1. أكبر عدد د النتائج المخزنة هو {{PLURAL:$4||نتيجة وحدا|$4 د النتائج|$4 نتيجة}}.\";'),('ary','messages:period-am','s:19:\"ary:د الصباح\";'),('ary','messages:period-pm','s:16:\"ary:دلعشية\";'),('ary','messages:permalink','s:21:\"ary:ليان دايم\";'),('ary','messages:permanentlink','s:22:\"ar:وصلة دائمة\";'),('ary','messages:permanentlink-revid','s:28:\"ar:معرف المراجعة\";'),('ary','messages:permanentlink-submit','s:39:\"ar:الذهاب إلى المراجعة\";'),('ary','messages:permanentlink-summary','s:3:\"en:\";'),('ary','messages:permissionserrors','s:25:\"ary:خطأ فالسماح\";'),('ary','messages:permissionserrorstext','s:131:\"ary:ما عندكش الصلاحية باش ادًير هادشي، علاود {{PLURAL:$1|هاد السبب|هاد لأسباب}}:\";'),('ary','messages:permissionserrorstext-withaction','s:131:\"ary:ما عندكش الصلاحية ديال $2، على ود {{PLURAL:$1|السبب التالي|الأسباب التالية}}:\";'),('ary','messages:personaltools','s:25:\"ary:أدوات شخصية\";'),('ary','messages:php-mail-error','s:5:\"en:$1\";'),('ary','messages:php-mail-error-unknown','s:55:\"ary:غلط مامعروفش فالمايل PHP\'s mail()\";'),('ary','messages:php-uploaddisabledtext','s:100:\"ar:رفع ملفات PHP معطل. من فضلك تحقق من إعدادات رفع الملفات.\";'),('ary','messages:pipe-separator','s:14:\"ar:&#32;|&#32;\";'),('ary','messages:policy-url','s:22:\"ary:Project:سياسة\";'),('ary','messages:pool-errorunknown','s:27:\"ary:غلط مامعروفش\";'),('ary','messages:pool-queuefull','s:35:\"ary:الصف د لخدمة عامر\";'),('ary','messages:pool-servererror','s:50:\"ar:خدمة العداد غير متاحة ( $1 ).\";'),('ary','messages:pool-timeout','s:66:\"ary:داز لوقت اللي كنتي كاتسنا فيه لقفل\";'),('ary','messages:poolcounter-usage-error','s:32:\"ary:غلط د التخدام: $1\";'),('ary','messages:portal','s:29:\"ary:بوابة المجتمع\";'),('ary','messages:portal-url','s:37:\"ary:Project:بوابة المجتمع\";'),('ary','messages:post-expand-template-argument-category','s:61:\"ary:صفحات فيها معطيات د قوالب تنسات\";'),('ary','messages:post-expand-template-argument-category-desc','s:236:\"ary:هاد صّفحة لقد ديالها كبر من <code>$wgMaxArticleSize</code> مورما كيتمدّد واحد لعامل د موضيل (شي حاجة وسط تلاتة د لمعقوفات بحال <code>{{{ستون}}}</code>).\";'),('ary','messages:post-expand-template-argument-warning','s:198:\"ary:<strong>تحدير:</strong> هاد صّفحة فيها علّاقل عامل واحد د موضيل لي عندو تيساع د لمتيداد كبير بزاف.\nهاد لعوامل تحدفو.\";'),('ary','messages:post-expand-template-inclusion-category','s:88:\"ary:الصفحات اللي فيها لحجم د لموديلات كبر من لقياس\";'),('ary','messages:post-expand-template-inclusion-category-desc','s:170:\"ar:بعد توسيع جميع القوالب حجم الصفحة أكبر من <code><nowiki>__INDEX__</nowiki></code> ولذا فبعض القوالب لا تُوسّع.\";'),('ary','messages:post-expand-template-inclusion-warning','s:140:\"ary:<strong>عنداك:</strong> لمقدار د تضمين لموضيلات كبير بزاف.\nشي موضيلات ماغاداش تدخل.\";'),('ary','messages:postedit-confirmation-created','s:27:\"ar:أنشئت الصفحة.\";'),('ary','messages:postedit-confirmation-published','s:34:\"ary:تعديلاتك تنشرات.\";'),('ary','messages:postedit-confirmation-restored','s:38:\"ar:تمت استعادة الصفحة.\";'),('ary','messages:postedit-confirmation-saved','s:35:\"ary:تبديل ديالك تسجل.\";'),('ary','messages:postedit-temp-created','s:267:\"ar:أُنشئ الحساب تلقائيًا من أجلك عن طريق إضافة ملف تعريف ارتباط إلى متصفحك. لكي تختار اسما بنفسك والحصول على المزيد من الميزات، فكر في [$1 إنشاء حساب].\";'),('ary','messages:postedit-temp-created-label','s:20:\"ar:حساب مؤقت\";'),('ary','messages:powersearch-legend','s:25:\"ary:تقلاب متقدم\";'),('ary','messages:powersearch-ns','s:30:\"ary:قلب فالنطاقات:\";'),('ary','messages:powersearch-remember','s:54:\"ar:تذكر الخيارات للبحث مستقبلا\";'),('ary','messages:powersearch-toggleall','s:12:\"ary:كلشي\";'),('ary','messages:powersearch-togglelabel','s:13:\"ary:ختار:\";'),('ary','messages:powersearch-togglenone','s:12:\"ary:والو\";'),('ary','messages:preferences','s:18:\"ary:تفضيلات\";'),('ary','messages:preferences-summary','s:3:\"en:\";'),('ary','messages:prefixindex','s:42:\"ary:كامل الصفحات بالبدية\";'),('ary','messages:prefixindex-namespace','s:52:\"ar:كل الصفحات مع بادئة (نطاق $1)\";'),('ary','messages:prefixindex-strip','s:48:\"ar:إخفاء البادئة في النتائج\";'),('ary','messages:prefixindex-submit','s:11:\"ar:اعرض\";'),('ary','messages:prefixindex-summary','s:3:\"en:\";'),('ary','messages:prefs-advancedediting','s:25:\"ary:خيارات عامة\";'),('ary','messages:prefs-advancedrc','s:29:\"ary:خيارات متقدمة\";'),('ary','messages:prefs-advancedrendering','s:29:\"ary:خيارات متقدمة\";'),('ary','messages:prefs-advancedsearchoptions','s:29:\"ary:خيارات متقدمة\";'),('ary','messages:prefs-advancedwatchlist','s:29:\"ary:خيارات متقدمة\";'),('ary','messages:prefs-changeemail','s:74:\"ar:تغيير أو إزالة عنوان البريد الإلكتروني\";'),('ary','messages:prefs-changesrc','s:44:\"ary:التبديلات اللي تاتبان\";'),('ary','messages:prefs-changeswatchlist','s:44:\"ary:التبديلات اللي تاتبان\";'),('ary','messages:prefs-common-config','s:69:\"ary:جاڤاسكريبط/CSS/JSON مشروك لڭاع لواجهات:\";'),('ary','messages:prefs-custom-css','s:16:\"ary:CSS مخصص\";'),('ary','messages:prefs-custom-js','s:33:\"ary:جاڤاسكريپت مخصص\";'),('ary','messages:prefs-custom-json','s:21:\"ary:جسون مخصص\";'),('ary','messages:prefs-dateformat','s:23:\"ary:صيغة الوقت\";'),('ary','messages:prefs-developertools','s:30:\"ar:أدوات المطورين\";'),('ary','messages:prefs-diffs','s:16:\"ary:فروقات\";'),('ary','messages:prefs-discussion','s:32:\"ary:صفحات د لمداكرة\";'),('ary','messages:prefs-displayrc','s:27:\"ary:خيارات العرض\";'),('ary','messages:prefs-displaywatchlist','s:25:\"ary:خصائص العرض\";'),('ary','messages:prefs-editing','s:18:\"ary:التبدال\";'),('ary','messages:prefs-editor','s:12:\"ary:محرر\";'),('ary','messages:prefs-edits','s:30:\"ary:عدد التبديلات:\";'),('ary','messages:prefs-editwatchlist','s:46:\"ary:بدّل ف لّيستا د لمتابعة\";'),('ary','messages:prefs-editwatchlist-clear','s:39:\"ar:امسح قائمة المراقبة\";'),('ary','messages:prefs-editwatchlist-edit','s:66:\"ar:اعرض واحذف عناوين من قائمة مراقبتك\";'),('ary','messages:prefs-editwatchlist-label','s:36:\"ar:عدل قائمة مراقبتك:\";'),('ary','messages:prefs-editwatchlist-raw','s:48:\"ar:عدل قائمة المراقبة الخام\";'),('ary','messages:prefs-email','s:29:\"ary:خيارات المايل\";'),('ary','messages:prefs-emailconfirm-label','s:26:\"ary:أكًد لإيميل:\";'),('ary','messages:prefs-files','s:14:\"ary:ملفات\";'),('ary','messages:prefs-help-email','s:203:\"ar:تحديد عنوان البريد الإلكتروني اختياري، ولكنه يلزم لإعادة تعيين كلمة المرور في حال نسيت كلمة المرور الخاصة بك.\";'),('ary','messages:prefs-help-email-others','s:278:\"ary:تقدر حتا تخلي خرين يكونطاكطيوك ب ليمايل على طريق ليان ف صّفحة د لخدايمي ؤلا د لمداكرة ديالك.\n\nلادريسة د ليمايل ماكاتبانش ملي خدايميا خرين كيكونطاكطيوك.\";'),('ary','messages:prefs-help-email-required','s:26:\"ary:لمايل ضروري.\";'),('ary','messages:prefs-help-gender','s:266:\"ar:ضبط هذا التفضيل اختياري.\nيستخدم البرنامج هذه القيمة لمخاطبتك ومخاطبة الآخرين عنك وفقاً للصيغة النحوية الملائمة للجنس.\nهذه المعلومة ستكون علنية.\";'),('ary','messages:prefs-help-prefershttps','s:96:\"ar:سيتم تفعيل هذا التفضيل عند ولوجوك في المرة القادمة.\";'),('ary','messages:prefs-help-realname','s:132:\"ar:الاسم الحقيقي اختياري.\nلو اخترت أن توفره، فسيستخدم في الإشارة إلى عملك.\";'),('ary','messages:prefs-help-recentchangescount','s:25:\"ary:أكبر عدد: 1000\";'),('ary','messages:prefs-help-requireemail','s:139:\"ar:هذا يحسن الخصوصية ويساعد على منع رسائل البريد الإلكتروني غير المرغوب فيها.\";'),('ary','messages:prefs-help-signature','s:167:\"ar:يجب أن توقع تعليقات صفحات النقاش باستخدام \"<nowiki>~~~~</nowiki>\" الذي سيحول إلى توقيعك مع طابع زمني.\";'),('ary','messages:prefs-help-skin-responsive','s:89:\"ar:تكييف التنسيق مع حجم الشاشة على الهاتف المحمول.\";'),('ary','messages:prefs-help-tokenmanagement','s:290:\"ar:أنت يمكنك رؤية وإعادة ضبط المفتاح السري لحسابك الذي يمكنه الوصول لتلقيم الويب لقائمة مراقبتك، أي شخص يعرف المفتاح سيمكنه قراءة قائمة مراقبتك; لذا فلا تشاركه.\";'),('ary','messages:prefs-help-variant','s:109:\"ar:عرض لهجتك المفضلة أو إملاؤها في صفحات المحتوى لهذا الويكي.\";'),('ary','messages:prefs-help-watchlist-token2','s:287:\"ar:هذا هو المفتاح السري لتغذية الويب لقائمة مراقبتك.\nيمكن لأي شخص يعرفه أن يقرأ قائمة مراقبتك، ولذا لا تتشاركه مع أحد.\nإذا احتجت، [[Special:ResetTokens|يمكنك إعادة ضبطه]].\";'),('ary','messages:prefs-help-yourpassword','s:90:\"ar:استعادة الحساب مفعلة. انظر $1 لمزيد من الإعدادات.\";'),('ary','messages:prefs-i18n','s:18:\"ary:العولمة\";'),('ary','messages:prefs-info','s:39:\"ary:المعلومات الأساسية\";'),('ary','messages:prefs-labs','s:29:\"ary:مزايا مختبرية\";'),('ary','messages:prefs-memberingroups','s:79:\"ary:{{GENDER:$2|عضو|عضوة}} ف {{PLURAL:$1|مجموعة|مجموعات}}:\";'),('ary','messages:prefs-memberingroups-type','s:5:\"ar:$1\";'),('ary','messages:prefs-misc','s:18:\"ary:متفرقات\";'),('ary','messages:prefs-namespaces','s:33:\"ary:سميًات النطاقات\";'),('ary','messages:prefs-pageswatchlist','s:33:\"ary:الصفحات لمحضيًة\";'),('ary','messages:prefs-personal','s:30:\"ary:فيشي د لخدايمي\";'),('ary','messages:prefs-preview','s:19:\"ary:عرض مسبق\";'),('ary','messages:prefs-rc','s:35:\"ary:التبديلات اللخرة\";'),('ary','messages:prefs-registration','s:22:\"ary:وقت تسجيل:\";'),('ary','messages:prefs-registration-date-time','s:5:\"ar:$1\";'),('ary','messages:prefs-rendering','s:16:\"ary:المظهر\";'),('ary','messages:prefs-reset-confirm','s:61:\"ar:نعم ، أريد إعادة تعيين تفضيلاتي.\";'),('ary','messages:prefs-reset-intro','s:188:\"ar:يمكنك استخدام هذه الصفحة لإعادة تفضيلاتك للحالة الافتراضية للموقع.\nلن تستطيع استرجاع الحالة السابقة.\";'),('ary','messages:prefs-resetpass','s:21:\"ary:بدل الكود\";'),('ary','messages:prefs-searchmisc','s:9:\"ar:عام\";'),('ary','messages:prefs-searchoptions','s:12:\"ary:قلّب\";'),('ary','messages:prefs-setemail','s:38:\"ary:دخل الإيمايل ديالك\";'),('ary','messages:prefs-signature','s:18:\"ary:التوقيع\";'),('ary','messages:prefs-signature-error-details','s:17:\"ary:عرف كتر\";'),('ary','messages:prefs-signature-highlight-error','s:33:\"ar:إظهار موقع الخطأ\";'),('ary','messages:prefs-signature-invalid-disallow','s:173:\"ar:توقيعك الحالي غير صالح. حتى تقوم بتصحيحه ، سيتم استخدام التوقيع الافتراضي عند توقيع تعليقاتك.\";'),('ary','messages:prefs-signature-invalid-new','s:190:\"ar:توقيعك الحالي غير صالح. على الرغم من أنه لا يزال بإمكانك استخدامه ، لن تتمكن من تغييره حتى تقوم بتصحيحه.\";'),('ary','messages:prefs-signature-invalid-warning','s:68:\"ar:قد يسبب توقيعك مشاكل مع بعض الأدوات.\";'),('ary','messages:prefs-skin','s:14:\"ary:واجهة\";'),('ary','messages:prefs-skin-prefs','s:32:\"ar:تفضيلات الواجهة\";'),('ary','messages:prefs-skin-responsive','s:39:\"ar:تفعيل وضع الاستجابة\";'),('ary','messages:prefs-tabs-navigation-hint','s:163:\"ar:تلميح: يمكنك استخدام مفتاحي السهمين الأيمن والأيسر للتنقل بين الألسنة في قائمة الألسنة.\";'),('ary','messages:prefs-timeoffset','s:33:\"ary:المنطقة الزمنية\";'),('ary','messages:prefs-tokenwatchlist','s:14:\"ary:ساروت\";'),('ary','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('ary','messages:prefs-user-downloaddata-info','s:60:\"ar:نزل بيانات حسابي من هذا المشروع\";'),('ary','messages:prefs-user-downloaddata-label','s:49:\"ar:الوصول إلى بيانات الحساب:\";'),('ary','messages:prefs-user-pages','s:33:\"ary:صفحات لمستخدمين\";'),('ary','messages:prefs-user-restoreprefs-info','s:93:\"ar:استعد التفضيلات الافتراضية جميعها (في كل الأقسام)\";'),('ary','messages:prefs-user-restoreprefs-label','s:25:\"ar:إعادة الضبط:\";'),('ary','messages:prefs-vector-enable-vector-1-help','s:435:\"ar:على مدار السنوات القليلة القادمة، سنقوم بتحديث واجهة فيكتور بشكل تدريجي. ستسمح لك النسخة القديمة لفيكتور  بمشاهدة الإصدار القديم من فيكتور (اعتبارا من ديسمبر 2019). لمعرفة المزيد حول التحديثات، انتقل إلى [[mw:Reading/Web/Desktop_Improvements|صفحة المشروع]].\";'),('ary','messages:prefs-vector-enable-vector-1-label','s:58:\"ar:استخدم النسخة القديمة لفيكتور\";'),('ary','messages:prefs-watchlist','s:32:\"ary:ليستة ديال تتبع\";'),('ary','messages:prefs-watchlist-days','s:83:\"ary:شحال من نهار باش غايبان ف الليستة د لمراقبة:\";'),('ary','messages:prefs-watchlist-days-max','s:111:\"ary:الحد الأقصى {{PLURAL:$1|قل من نهار|نهار واحد|يوماين|$1 إيام|$1 يوم}}\";'),('ary','messages:prefs-watchlist-edits','s:93:\"ary:أكبر عدد د التبديلات اللي تبان فلقائمة د لمراقبة:\";'),('ary','messages:prefs-watchlist-edits-max','s:25:\"ary:أكبر عدد: 1000\";'),('ary','messages:prefs-watchlist-managetokens','s:26:\"ar:إدارة الرموز\";'),('ary','messages:prefs-watchlist-token','s:53:\"ary:الساروت د الليستة د لحضيان:\";'),('ary','messages:prefsnologintext2','s:81:\"ar:الرجاء تسجيل الدخول لضبط تفضيلات المستخدم.\";'),('ary','messages:prev-page','s:29:\"ary:الصفحة لفايتة\";'),('ary','messages:preview','s:19:\"ary:عرض مسبق\";'),('ary','messages:previewconflict','s:157:\"ary:هاد لپريڤيو تيبين النص اللي فوق منطقة تحرير النصوص كيما غادي يبان إلا ختاريتي تسجلو.\";'),('ary','messages:previewerrortext','s:71:\"ar:حدث خطأ أثناء محاولة معاينة تغييراتك.\";'),('ary','messages:previewnote','s:140:\"ary:<strong>دير فبالك بلي هادا غير پريڤيو.</strong>\nالتعديلات ديالك را مازال ما تسجلوش!\";'),('ary','messages:previousdiff','s:38:\"ary:→ التبديل اللي قبل\";'),('ary','messages:previousrevision','s:27:\"ary:→ مراجعة قدم\";'),('ary','messages:prevn','s:27:\"ary:{{PLURAL:$1|$1}} قبل\";'),('ary','messages:prevn-title','s:42:\"ary:$1 {{PLURAL:$1|نتيجة}} سابقة\";'),('ary','messages:prevpage','s:37:\"ary:الصفحة اللي قبل ($1)\";'),('ary','messages:print','s:10:\"ary:طبع\";'),('ary','messages:print.css','s:110:\"ar:/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على ناتج الطباعة */\";'),('ary','messages:printableversion','s:26:\"ary:طبع هاد صفحة\";'),('ary','messages:printableversion-deprecated-warning','s:287:\"ar:لم تعد النسخة القابلة للطباعة مدعومة وقد تحتوي على أخطاء في العرض. يرجى تحديث علامات متصفحك المرجعية واستخدام وظيفة الطباعة الافتراضية في متصفحك بدلا منها.\";'),('ary','messages:privacy','s:31:\"ary:سياسة الخصوصية\";'),('ary','messages:privacypage','s:39:\"ary:Project:سياسة الخصوصية\";'),('ary','messages:prot_1movedto2','s:30:\"ary:[[$1]] ṫnqlaṫ l-[[$2]]\";'),('ary','messages:protect','s:10:\"ary:حمي\";'),('ary','messages:protect-badnamespace-text','s:62:\"ar:صفحات هذا النطاق لا يمكن حمايتها\";'),('ary','messages:protect-badnamespace-title','s:25:\"ar:نطاق لا يحمى\";'),('ary','messages:protect-cantedit','s:96:\"ary:ماعندكش لحق باش تبدّل لمستوى د لحماية د هاد الصفحة.\";'),('ary','messages:protect-cascade','s:96:\"ary:حمي الصفحات اللي داخلين ف هاد الصفحة (حماية مكركبة)\";'),('ary','messages:protect-cascadeon','s:348:\"ary:هذه الصفحة دابا محمية حيث راها داخلة ف{{PLURAL:$1||هاد الصفحة|هاد الصفحات}}، واللي مخدًمة لختيار ديال حماية الصفحات المدمجة.\nلمستوى د لحماية د هادالصفحة ماغاديش يأثر على لحماية د الصفحات المدمجة.\";'),('ary','messages:protect-default','s:39:\"ary:سمح ل جميع لخدايميا\";'),('ary','messages:protect-dropdown','s:191:\"ar:*أسباب الحماية الشائعة\n** تخريب شديد\n** نشر مزعج شديد\n** حرب تحرير معرقلة للعمل المنتج\n** صفحة زوارها كثيرون\";'),('ary','messages:protect-edit-reasonlist','s:41:\"ary:بدّل لأسباب د لحماية\";'),('ary','messages:protect-existing-expiry','s:54:\"ar:تاريخ الانتهاء الموجود: $3، $2\";'),('ary','messages:protect-existing-expiry-infinity','s:57:\"ar:زمن الانتهاء الموجود: لانهائي\";'),('ary','messages:protect-expiring','s:36:\"ary:غايسالي نهار $1 (UTC)\";'),('ary','messages:protect-expiring-local','s:16:\"ar:ينتهي $1\";'),('ary','messages:protect-expiry-indefinite','s:20:\"ary:مامحدًدش\";'),('ary','messages:protect-expiry-options','s:170:\"ar:1 ساعة:1 hour,1 يوم:1 day,1 أسبوع:1 week,2 أسبوع:2 weeks,1 شهر:1 month,3 شهر:3 months,6 شهر:6 months,1 سنة:1 year,لا نهائي:infinite\";'),('ary','messages:protect-fallback','s:78:\"ary:خلًي غي لمستخدمين اللي عندهم الصلاحية \"$1\"\";'),('ary','messages:protect-legend','s:25:\"ary:أكّد لحماية\";'),('ary','messages:protect-level-autoconfirmed','s:75:\"ary:خلي غي لخدايميا لمكونفيرمين نيشان صافي\";'),('ary','messages:protect-level-sysop','s:30:\"ary:خلي غير إمغارن\";'),('ary','messages:protect-locked-access','s:207:\"ary:لكونط ديالك ماعندوش لحق باش يبدل سّيتينڭ د لحماية ديال صّفحة.\nهنا غادي تلقا سّيتينڭ لحالي ديال صّفحة <strong>$1</strong>:\";'),('ary','messages:protect-locked-blocked','s:153:\"ar:لا يمكنك تغيير إعدادات الحماية وأنت ممنوع.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('ary','messages:protect-locked-dblock','s:188:\"ar:لا يمكن تغيير إعدادات الحماية بسبب غلق قاعدة البيانات حاليًا.\nالإعدادات الحالية للصفحة <strong>$1</strong> هي:\";'),('ary','messages:protect-norestrictiontypes-text','s:113:\"ar:لا يمكن حماية هذه الصفحة لعدم توافر أنواع المحددات المطلوبة.\";'),('ary','messages:protect-norestrictiontypes-title','s:44:\"ar:صفحة غير قابلة للحماية\";'),('ary','messages:protect-otherreason','s:37:\"ary:سباب وحداخور/زايد:\";'),('ary','messages:protect-otherreason-op','s:21:\"ary:سباب أخور\";'),('ary','messages:protect-othertime','s:19:\"ary:وقت أخور\";'),('ary','messages:protect-othertime-op','s:19:\"ary:وقت أخور\";'),('ary','messages:protect-summary-cascade','s:13:\"ary:Moḍmana\";'),('ary','messages:protect-summary-desc','s:15:\"ar:[$1=$2] ($3)\";'),('ary','messages:protect-text','s:100:\"ary:هنا تقدر تبدل سّيتينڭ د لحماية ديال صّفحة <strong>$1</strong>.\";'),('ary','messages:protect-title','s:42:\"ar:ضبط إعدادات حماية «$1»\";'),('ary','messages:protect-title-notallowed','s:42:\"ar:عرض إعدادات حماية «$1»\";'),('ary','messages:protect-unchain-permissions','s:57:\"ar:ألغ قفل خيارات الحماية الأخرى\";'),('ary','messages:protect_change','s:10:\"ary:بدل\";'),('ary','messages:protect_expiry_invalid','s:53:\"ary:لوقت د نهاية الصلاحية غالط.\";'),('ary','messages:protect_expiry_old','s:47:\"ary:لوقت د النهاية داز أصلا.\";'),('ary','messages:protectcomment','s:13:\"ary:سباب:\";'),('ary','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('ary','messages:protectedarticle-comment','s:34:\"ar:{{GENDER:$2|حمى}} «[[$1]]»\";'),('ary','messages:protectedinterface','s:375:\"ary:تاتعطي هاد الصفحة نص الواجهة للبرنامج فهاد لويكي، وهي محمية باش ماتخدًمش بشكل خايب.\nباش تزيد ولا تبدًل الترجمات د ڭاع الويكيات، عافاك خدًم [https://translatewiki.net/ طرانسليط ويكي]، لمشروع د الترجمة لخاص بميدياويكي.\";'),('ary','messages:protectedpage','s:23:\"ary:صفحة محمية\";'),('ary','messages:protectedpagemovewarning','s:252:\"ar:<strong>تحذير:</strong> هذه الصفحة قد تم حمايتها، فقط المستخدمون الذين يمتلكون امتيازات الإدارة يمكنهم نقلها.\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ary','messages:protectedpages','s:25:\"ary:صفاحي محمية\";'),('ary','messages:protectedpages-cascade','s:36:\"ary:غي لحماية لمكركبة\";'),('ary','messages:protectedpages-expiry','s:18:\"ar:ينتهي في\";'),('ary','messages:protectedpages-filters','s:16:\"ar:مرشحات:\";'),('ary','messages:protectedpages-indef','s:49:\"ary:غي لحماية اللي مامحدّداش\";'),('ary','messages:protectedpages-noredirect','s:28:\"ar:أخف التحويلات\";'),('ary','messages:protectedpages-page','s:15:\"ar:الصفحة\";'),('ary','messages:protectedpages-params','s:32:\"ar:معاملات الحماية\";'),('ary','messages:protectedpages-performer','s:31:\"ary:حيماية لخدايمي\";'),('ary','messages:protectedpages-reason','s:13:\"ar:السبب\";'),('ary','messages:protectedpages-submit','s:26:\"ar:اعرض الصفحات\";'),('ary','messages:protectedpages-summary','s:259:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً. لمطالعة قائمة الصفحات التي تم فرض حماية على إنشائها انظر [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('ary','messages:protectedpages-timestamp','s:18:\"ar:ختم زمني\";'),('ary','messages:protectedpages-unknown-performer','s:33:\"ary:خدايمي مامعروفش\";'),('ary','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('ary','messages:protectedpages-unknown-timestamp','s:20:\"ar:غير معروف\";'),('ary','messages:protectedpagesempty','s:76:\"ar:لا توجد صفحات محمية حاليا بهذه المحددات.\";'),('ary','messages:protectedpagetext','s:55:\"ary:هاد صفحة محمية باش ماتًبدلش.\";'),('ary','messages:protectedpagewarning','s:239:\"ary:<strong>رد لبال: هاد صّفحة تّحمات باش مايقدّو يبدّلو فيها غير لخدايميا مّالين صلاحيات أمغارية.</strong>\nتّبديلة لّخرة ف لّوحة د تّبديلات:\";'),('ary','messages:protectedtitles','s:27:\"ary:عناوين محمية\";'),('ary','messages:protectedtitles-submit','s:28:\"ar:لعرض العناوين\";'),('ary','messages:protectedtitles-summary','s:269:\"ar:تحتوي هذه الصفحة على أسماء العناوين المحمية حالياً من الإنشاء. لمطالعة قائمة الصفحات التي تم إنشائها وحمايتها انظر [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('ary','messages:protectedtitlesempty','s:78:\"ar:لا توجد عناوين محمية حاليا بهذه المحددات.\";'),('ary','messages:protectexpiry','s:17:\"ary:أيسالي:\";'),('ary','messages:protectlogpage','s:28:\"ary:لوحة د لحماية\";'),('ary','messages:protectlogtext','s:239:\"ar:بالأسفل قائمة بالتغييرات في حماية الصفحات.\nانظر [[Special:ProtectedPages|قائمة الصفحات المحمية]] لقائمة بعمليات حماية الصفحات المفعلة حاليا.\";'),('ary','messages:protectpage','s:22:\"ar:حماية صفحة\";'),('ary','messages:protectpage-summary','s:3:\"en:\";'),('ary','messages:proxyblocker','s:42:\"ary:المانع ديال البروكسي\";'),('ary','messages:proxyblockreason','s:263:\"ar:تم منع عنوان الأيبي الخاص بك لكونه بروكسي مفتوح.\nمن فضلك اتصل بمزود خدمة الإنترنت الخاص بك أو الدعم الفني وأعلمهم بهذه المشكلة الأمنية الخطيرة.\";'),('ary','messages:pt-createaccount','s:19:\"ary:دير كونط\";'),('ary','messages:pt-login','s:10:\"ary:دخل\";'),('ary','messages:pt-login-button','s:20:\"ary:تكونيكطا\";'),('ary','messages:pt-login-continue-button','s:34:\"ary:كمل تسجيل الدخول\";'),('ary','messages:pt-userlogout','s:24:\"ary:تديكونيكطا\";'),('ary','messages:publishchanges','s:29:\"ary:نشر التبديلات\";'),('ary','messages:publishchanges-start','s:29:\"ary:نشر التبديلات\";'),('ary','messages:publishpage','s:23:\"ary:نشر الصفحة\";'),('ary','messages:publishpage-start','s:26:\"ary:نشر الصفحة...\";'),('ary','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('ary','messages:purge','s:24:\"ar:إفراغ الكاش\";'),('ary','messages:purge-summary','s:3:\"en:\";'),('ary','messages:querypage-disabled','s:91:\"ar:تم تعطيل هذه الصفحة الخاصة لأسباب تتعلق بالأداء.\";'),('ary','messages:querypage-no-updates','s:147:\"ary:التحديثات د هاد الصفحة ماخدامينش دابا.\nالبيانات اللي كاينا دابا ماغاديش تجدًد.\";'),('ary','messages:querypage-updates-periodical','s:71:\"ary:تايتدار تحديت ف هاد الصفحة بشكل دوري.\";'),('ary','messages:quotation-marks','s:9:\"ar:«$1»\";'),('ary','messages:randomincategory','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('ary','messages:randomincategory-category','s:18:\"ar:التصنيف:\";'),('ary','messages:randomincategory-invalidcategory','s:42:\"ar:\"$1\" ليس اسم تصنيف صالح.\";'),('ary','messages:randomincategory-legend','s:46:\"ar:صفحة عشوائية في التصنيف\";'),('ary','messages:randomincategory-nopages','s:68:\"ar:لا توجد صفحات في التصنيف [[:Category:$1|$1]].\";'),('ary','messages:randomincategory-submit','s:10:\"ary:سير\";'),('ary','messages:randompage','s:30:\"ary:صفحة كيما كانت\";'),('ary','messages:randompage-nopages','s:144:\"ar:لا توجد صفحات في {{PLURAL:$2||النطاق التالي|النطاقين التاليين|النطاقات التالية}}: $1.\";'),('ary','messages:randompage-url','s:17:\"en:Special:Random\";'),('ary','messages:randomredirect','s:31:\"ary:تحويلة عشوائية\";'),('ary','messages:randomredirect-nopages','s:55:\"ar:لا توجد تحويلات في النطاق \"$1\".\";'),('ary','messages:randomrootpage','s:34:\"ary:صفحة جذر عشوائية\";'),('ary','messages:range_block_disabled','s:69:\"ar:إمكانية مدير النظام لمنع نطاق معطلة.\";'),('ary','messages:rawhtml-notallowed','s:93:\"ar:لا يمكن استخدام وسوم &lt;html&gt; خارج الصفحات العادية.\";'),('ary','messages:rawmessage','s:5:\"en:$1\";'),('ary','messages:rc-change-size','s:6:\"ary:$1\";'),('ary','messages:rc-change-size-new','s:56:\"ary:$1 {{PLURAL:$1|بايت}} من بعد التغيير\";'),('ary','messages:rc-old-title','s:30:\"ary:تنشات أصلا ك\"$1\"\";'),('ary','messages:rcfilters-activefilters','s:32:\"ar:المرشحات النشطة\";'),('ary','messages:rcfilters-activefilters-hide','s:10:\"ary:خبي\";'),('ary','messages:rcfilters-activefilters-hide-tooltip','s:54:\"ar:إخفاء منطقة المرشحات النشطة\";'),('ary','messages:rcfilters-activefilters-show','s:10:\"ary:وري\";'),('ary','messages:rcfilters-activefilters-show-tooltip','s:54:\"ar:إظهار منطقة المرشحات النشطة\";'),('ary','messages:rcfilters-advancedfilters','s:28:\"ar:مرشحات متقدمة\";'),('ary','messages:rcfilters-allcontents-label','s:31:\"ary:المحتويات كلها\";'),('ary','messages:rcfilters-alldiscussions-label','s:29:\"ary:النقاشات كلها\";'),('ary','messages:rcfilters-clear-all-filters','s:31:\"ar:مسح كل المرشحات\";'),('ary','messages:rcfilters-date-popup-title','s:41:\"ar:الفترة الزمنية للبحث\";'),('ary','messages:rcfilters-days-show-days','s:68:\"ary:{{PLURAL:$1|نهار واحد|يوماين|$1 يام|$1 يوم}}\";'),('ary','messages:rcfilters-days-show-hours','s:76:\"ar:{{PLURAL:$1||ساعة واحدة|ساعتان|$1 ساعات|$1 ساعة}}\";'),('ary','messages:rcfilters-days-title','s:37:\"ar:عدد الأيام الأخيرة\";'),('ary','messages:rcfilters-empty-filter','s:70:\"ar:لا مرشحات فعالة. كل المساهمات معروضة.\";'),('ary','messages:rcfilters-exclude-button-off','s:34:\"ar:استبعاد المختارة\";'),('ary','messages:rcfilters-exclude-button-on','s:34:\"ar:استثناء المختارة\";'),('ary','messages:rcfilters-filter-bots-description','s:77:\"ar:التعديلات بواسطة الأدوات الأوتوماتيكية.\";'),('ary','messages:rcfilters-filter-bots-label','s:10:\"ary:بوت\";'),('ary','messages:rcfilters-filter-categorization-description','s:80:\"ar:سجلات إضافة أو إزالة الصفحات من التصنيفات.\";'),('ary','messages:rcfilters-filter-categorization-label','s:36:\"ar:تغييرات التصنيفات\";'),('ary','messages:rcfilters-filter-editsbyother-description','s:61:\"ar:كل التغييرات باستثناء تغييراتك.\";'),('ary','messages:rcfilters-filter-editsbyother-label','s:49:\"ar:التغييرات بواسطة الآخرين\";'),('ary','messages:rcfilters-filter-editsbyself-description','s:35:\"ar:مساهماتك الشخصية.\";'),('ary','messages:rcfilters-filter-editsbyself-label','s:34:\"ar:تعديلاتك الشخصية\";'),('ary','messages:rcfilters-filter-excluded','s:16:\"ary:مستبعد\";'),('ary','messages:rcfilters-filter-humans-description','s:69:\"ar:التعديلات بواسطة المحررين البشريين.\";'),('ary','messages:rcfilters-filter-humans-label','s:28:\"ary:بشر (ماشي بوت)\";'),('ary','messages:rcfilters-filter-lastrevision-description','s:76:\"ar:فقط أحدث التغييرات التي طرأت على الصفحة.\";'),('ary','messages:rcfilters-filter-lastrevision-label','s:37:\"ary:لمراجعة اللخرانية\";'),('ary','messages:rcfilters-filter-logactions-description','s:117:\"ar:الأفعال الإدارية، إنشاء الحسابات، حذف الصفحات، عمليات الرفع…\";'),('ary','messages:rcfilters-filter-logactions-label','s:32:\"ar:الأفعال المسجلة\";'),('ary','messages:rcfilters-filter-major-description','s:66:\"ar:التعديلات غير المعلم عليها كطفيفة.\";'),('ary','messages:rcfilters-filter-major-label','s:43:\"ar:التعديلات غير الطفيفة\";'),('ary','messages:rcfilters-filter-minor-description','s:79:\"ar:التعديلات التي علم عليها المستخدم كطفيفة.\";'),('ary','messages:rcfilters-filter-minor-label','s:29:\"ary:تبديلات صغيرة\";'),('ary','messages:rcfilters-filter-newpages-description','s:62:\"ar:التعديلات التي تصنع صفحات جديدة.\";'),('ary','messages:rcfilters-filter-newpages-label','s:28:\"ar:إنشاء الصفحات\";'),('ary','messages:rcfilters-filter-pageedits-description','s:103:\"ar:التعديلات لمحتوى الويكي، النقاشات، وصوفات التصنيفات…\";'),('ary','messages:rcfilters-filter-pageedits-label','s:38:\"ary:التبديلات د الصفحة\";'),('ary','messages:rcfilters-filter-previousrevision-description','s:67:\"ar:جميع التغييرات ما عدا \"أحدث مراجعة\".\";'),('ary','messages:rcfilters-filter-previousrevision-label','s:29:\"ar:ليس آخر مراجعة\";'),('ary','messages:rcfilters-filter-reviewstatus-auto-description','s:143:\"ar:التعديلات بواسطة المستخدمين المتقدمين الذين يتم تعليم عملهم تلقائيا كمراجع.\";'),('ary','messages:rcfilters-filter-reviewstatus-auto-label','s:34:\"ar:المراجعة تلقائيا\";'),('ary','messages:rcfilters-filter-reviewstatus-manual-description','s:77:\"ar:التعديلات التي تم تعليمها يدويا كمراجعة.\";'),('ary','messages:rcfilters-filter-reviewstatus-manual-label','s:26:\"ar:مراجعة يدويا\";'),('ary','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:118:\"ar:التعديلات التي لم يتم وضع علامة عليها يدويا أو تلقائيا كمراجعة.\";'),('ary','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:22:\"ar:غير مراجعة\";'),('ary','messages:rcfilters-filter-showlinkedfrom-label','s:70:\"ar:عرض التغييرات في الصفحات الموصولة من\";'),('ary','messages:rcfilters-filter-showlinkedfrom-option-label','s:86:\"ar:<strong>الصفحات الموصولة من</strong> الصفحة المختارة\";'),('ary','messages:rcfilters-filter-showlinkedto-label','s:76:\"ar:عرض التغييرات في الصفحات الموصولة بصفحة\";'),('ary','messages:rcfilters-filter-showlinkedto-option-label','s:88:\"ar:<strong>الصفحات الموصولة إلى</strong> الصفحة المختارة\";'),('ary','messages:rcfilters-filter-user-experience-level-experienced-description','s:121:\"ar:المحررون المسجلون الذين لديهم أكثر من 500 تعديل و 30 يوما من النشاط.\";'),('ary','messages:rcfilters-filter-user-experience-level-experienced-label','s:43:\"ar:المستخدمون ذوو الخبرة\";'),('ary','messages:rcfilters-filter-user-experience-level-learner-description','s:153:\"ar:المحررون المسجلون الذين تقع تجربتهم بين \"القادمين الجدد\" و \"المستخدمين ذوي الخبرة\".\";'),('ary','messages:rcfilters-filter-user-experience-level-learner-label','s:21:\"ar:المتعلمون\";'),('ary','messages:rcfilters-filter-user-experience-level-newcomer-description','s:123:\"ar:المحررون المسجلون الذين لديهم أقل من 10 تعديلات أو 4 أيام من النشاط.\";'),('ary','messages:rcfilters-filter-user-experience-level-newcomer-label','s:16:\"ary:الجداد\";'),('ary','messages:rcfilters-filter-user-experience-level-registered-description','s:37:\"ar:المحررون المسجلون.\";'),('ary','messages:rcfilters-filter-user-experience-level-registered-label','s:24:\"ar:مسجل الدخول\";'),('ary','messages:rcfilters-filter-user-experience-level-unregistered-description','s:62:\"ar:المحررون الذين لم يسجلوا الدخول.\";'),('ary','messages:rcfilters-filter-user-experience-level-unregistered-label','s:26:\"ar:غير المسجلين\";'),('ary','messages:rcfilters-filter-watchlist-notwatched-description','s:93:\"ar:كل شيء باستثناء التغييرات في صفحات قائمة مراقبتك.\";'),('ary','messages:rcfilters-filter-watchlist-notwatched-label','s:44:\"ary:ماشي ف ليستة ديال تتبع\";'),('ary','messages:rcfilters-filter-watchlist-watched-description','s:68:\"ar:التغييرات للصفحات في قائمة مراقبتك.\";'),('ary','messages:rcfilters-filter-watchlist-watched-label','s:35:\"ary:ف ليستة ديال تتبع\";'),('ary','messages:rcfilters-filter-watchlist-watchednew-description','s:129:\"ar:التغييرات التي حدثت على الصفحات التي تراقبها ولم تزرها منذ ذلك الحين.\";'),('ary','messages:rcfilters-filter-watchlist-watchednew-label','s:60:\"ar:تغييرات قائمة المراقبة الجديدة\";'),('ary','messages:rcfilters-filter-watchlistactivity-seen-description','s:99:\"ar:التغييرات للصفحات التي زرتها منذ حدوث هذه التغييرات.\";'),('ary','messages:rcfilters-filter-watchlistactivity-seen-label','s:36:\"ar:التغييرات المرئية\";'),('ary','messages:rcfilters-filter-watchlistactivity-unseen-description','s:104:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث هذه التغييرات.\";'),('ary','messages:rcfilters-filter-watchlistactivity-unseen-label','s:35:\"ar:تغييرات غير مرئية\";'),('ary','messages:rcfilters-filtergroup-authorship','s:32:\"ar:ملكية التعديلات\";'),('ary','messages:rcfilters-filtergroup-automated','s:48:\"ar:المساهمات الأوتوماتيكية\";'),('ary','messages:rcfilters-filtergroup-changetype','s:24:\"ar:نوع التغيير\";'),('ary','messages:rcfilters-filtergroup-lastrevision','s:37:\"ary:لمراجعة اللخرانية\";'),('ary','messages:rcfilters-filtergroup-reviewstatus','s:28:\"ar:حالة المراجعة\";'),('ary','messages:rcfilters-filtergroup-significance','s:17:\"ar:الأهمية\";'),('ary','messages:rcfilters-filtergroup-user-experience-level','s:43:\"ar:تسجيل المستخدم وخبرته\";'),('ary','messages:rcfilters-filtergroup-watchlist','s:50:\"ar:الصفحات في قائمة المراقبة\";'),('ary','messages:rcfilters-filtergroup-watchlistactivity','s:39:\"ar:نشاط قائمة المراقبة\";'),('ary','messages:rcfilters-filterlist-noresults','s:47:\"ar:لم يتم العثور على مرشحات\";'),('ary','messages:rcfilters-filterlist-title','s:15:\"ar:مرشحات\";'),('ary','messages:rcfilters-filterlist-whatsthis','s:27:\"ar:كيف تعمل هذه؟\";'),('ary','messages:rcfilters-group-results-by-page','s:44:\"ar:جمع النتائج حسب الصفحة\";'),('ary','messages:rcfilters-hideminor-conflicts-typeofchange','s:197:\"ar:بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة،\" لذا فهذا المرشح يتعارض مع مرشحات نوع التغيير التالية: $1\";'),('ary','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:362:\"ar:مرشح \"التعديلات الطفيفة\" يتعارض مع مرشح واحد أو أكثر من مرشحات نوع التغيير، وذلك لأن بعض أنواع التغيير لا يمكن التعليم عليها ك\"طفيفة.\" المرشحات المتعارضة معلم عليها في مساحة المرشحات النشطة بالأعلى.\";'),('ary','messages:rcfilters-highlightbutton-title','s:39:\"ar:التعليم على النتائج\";'),('ary','messages:rcfilters-highlighted-filters-list','s:17:\"ar:معلمة: $1\";'),('ary','messages:rcfilters-highlightmenu-help','s:64:\"ar:اختر لونا للتعليم على هذه الخاصية\";'),('ary','messages:rcfilters-highlightmenu-title','s:21:\"ary:ختار لّون\";'),('ary','messages:rcfilters-hours-title','s:39:\"ar:عدد الساعات الأخيرة\";'),('ary','messages:rcfilters-invalid-filter','s:27:\"ar:مرشح غير صحيح\";'),('ary','messages:rcfilters-legend-heading','s:52:\"ar:<strong>قائمة الاختصارات:</strong>\";'),('ary','messages:rcfilters-limit-and-date-label','s:124:\"ar:{{PLURAL:$1|لا تغيير|تغيير واحد|تغييران|$1 تغييرات|$1 تغييرًا|$1 تغييرٍ}}، $2\";'),('ary','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:91:\"ar:ترشيح النتائج حسب عدد التغييرات والفترة الزمنية\";'),('ary','messages:rcfilters-limit-title','s:28:\"ar:النتائج للعرض\";'),('ary','messages:rcfilters-liveupdates-button','s:24:\"ar:تحديثات حية\";'),('ary','messages:rcfilters-liveupdates-button-title-off','s:63:\"ar:عرض التغييرات الجديدة فور حدوثها\";'),('ary','messages:rcfilters-liveupdates-button-title-on','s:43:\"ar:إيقاف التحديثات الحية\";'),('ary','messages:rcfilters-noresults-conflict','s:111:\"ar:لا نتائج تم العثور عليها لأن محددات البحث تعارض بعضها البعض\";'),('ary','messages:rcfilters-other-review-tools','s:47:\"ary:أدوات خرين ديال لمراجعة\";'),('ary','messages:rcfilters-preference-help','s:216:\"ar:يحمل [[{{#special:RecentChanges}}|أحدث التغييرات]] و[[{{#special:RecentChangesLinked}}|التغييرات ذات الصلة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('ary','messages:rcfilters-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('ary','messages:rcfilters-quickfilters','s:45:\"ary:لفيلترات لمصوڤڭارديين\";'),('ary','messages:rcfilters-quickfilters-placeholder-description','s:200:\"ar:لحفظ إعدادات الفلتر وإعادة استخدامها في وقت لاحق; انقر فوق رمز الإشارة المرجعية في منطقة الفلتر النشط أدناه.\";'),('ary','messages:rcfilters-quickfilters-placeholder-title','s:43:\"ar:لا مرشحات تم حفظها بعد\";'),('ary','messages:rcfilters-restore-default-filters','s:55:\"ar:استرجاع المرشحات الافتراضية\";'),('ary','messages:rcfilters-savedqueries-add-new-title','s:52:\"ar:حفظ إعدادات المرشح الحالية\";'),('ary','messages:rcfilters-savedqueries-already-saved','s:120:\"ar:هذه المرشحات محفوظة بالفعل. غير إعداداتك لإنشاء مرشح محفوظ جديد.\";'),('ary','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:37:\"ar:إنشاء مرشح افتراضي\";'),('ary','messages:rcfilters-savedqueries-apply-label','s:22:\"ar:أنشئ مرشحا\";'),('ary','messages:rcfilters-savedqueries-cancel-label','s:10:\"ary:لغي\";'),('ary','messages:rcfilters-savedqueries-defaultlabel','s:28:\"ar:مرشحات محفوظة\";'),('ary','messages:rcfilters-savedqueries-new-name-label','s:16:\"ary:السمية\";'),('ary','messages:rcfilters-savedqueries-new-name-placeholder','s:36:\"ar:صف الغرض من المرشح\";'),('ary','messages:rcfilters-savedqueries-remove','s:10:\"ary:محي\";'),('ary','messages:rcfilters-savedqueries-rename','s:23:\"ary:بدل السمية\";'),('ary','messages:rcfilters-savedqueries-setdefault','s:37:\"ar:حفظ كقيمة افتراضية\";'),('ary','messages:rcfilters-savedqueries-unsetdefault','s:47:\"ar:إزالة القيمة الافتراضية\";'),('ary','messages:rcfilters-search-placeholder','s:97:\"ar:رشح التغييرات (استخدم القائمة أو ابحث عن اسم المرشح)\";'),('ary','messages:rcfilters-search-placeholder-mobile','s:18:\"ary:فيلترات\";'),('ary','messages:rcfilters-show-new-changes','s:52:\"ary:عرض التبديلات الجديدة من $1\";'),('ary','messages:rcfilters-state-message-fullcoverage','s:207:\"ar:اختيار كل المرشحات في هذه المجموعة له نفس التأثير كاختيار لا شيء، لذا فهذا المرشح ليس له تأثير. المجموعة تتضمن: $1\";'),('ary','messages:rcfilters-state-message-subset','s:224:\"ar:هذا المرشح ليس له تأثير لأن نتائجه متضمنة في {{PLURAL:$2|المرشح التالي|المرشحات التالية}} الأكثر عمومية (جرب التعليم لتمييزه): $1\";'),('ary','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('ary','messages:rcfilters-tag-prefix-namespace-inverted','s:33:\"ary:<strong>:ماشي</strong> $1\";'),('ary','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('ary','messages:rcfilters-tag-remove','s:17:\"ary:حيّد \'$1\'\";'),('ary','messages:rcfilters-target-page-placeholder','s:45:\"ar:أدخل اسم صفحة (أو تصنيف)\";'),('ary','messages:rcfilters-typeofchange-conflicts-hideminor','s:197:\"ar:مرشح نوع التغيير هذا يتعارض مع مرشح \"التعديلات الطفيفة\". بعض أنواع التغييرات لا يمكن التعليم عليها ك\"طفيفة.\"\";'),('ary','messages:rcfilters-view-namespaces-tooltip','s:44:\"ar:رشح النتائج حسب النطاق\";'),('ary','messages:rcfilters-view-return-to-default-tooltip','s:58:\"ar:ارجع لقائمة المرشحات الرئيسية\";'),('ary','messages:rcfilters-view-tags','s:30:\"ar:تعديلات موسومة\";'),('ary','messages:rcfilters-view-tags-help-icon-tooltip','s:58:\"ar:المزيد حول التعديلات الموسومة\";'),('ary','messages:rcfilters-view-tags-tooltip','s:55:\"ar:رشح النتائج حسب وسوم التعديل\";'),('ary','messages:rcfilters-watchlist-edit-watchlist-button','s:52:\"ar:عدل قائمة الصفحات المراقبة\";'),('ary','messages:rcfilters-watchlist-markseen-button','s:50:\"ar:اعتبر كل التغييرات منظورة\";'),('ary','messages:rcfilters-watchlist-preference-help','s:136:\"ar:يحمل [[{{#special:Watchlist}}|قائمة المراقبة]] دون وظيفة مرشحات البحث أو تسليط الضوء.\";'),('ary','messages:rcfilters-watchlist-preference-label','s:55:\"ar:استخدم واجهة غير جافا سكريبت\";'),('ary','messages:rcfilters-watchlist-showupdated','s:147:\"ar:التغييرات للصفحات التي لم تزرها منذ حدوث التغييرات تكون <strong>بالخط الغليظ</strong>.\";'),('ary','messages:rclinks','s:73:\"ary:وري $1 تعديل اللخراني ف $2 يوم اللخرانية\";'),('ary','messages:rclistfrom','s:67:\"ary:شوف التعديلات الجداد ابتداء من $2, $3\";'),('ary','messages:rclistfromreset','s:44:\"ar:إعادة ضبط خيار التاريخ\";'),('ary','messages:rcnotefrom','s:130:\"ary:فلتحت {{PLURAL:$5|التغيير|التغييرات}} من <strong>$3، $4</strong> (<strong>$1</strong> معروضين).\";'),('ary','messages:rcpatroldisabled','s:54:\"ar:مراجعة أحدث التغييرات معطلة\";'),('ary','messages:rcpatroldisabledtext','s:76:\"ar:خاصية مراجعة أحدث التغييرات معطلة حاليا\";'),('ary','messages:rcshowhideanons','s:38:\"ary:$1 مستخدمين مجهولين\";'),('ary','messages:rcshowhideanons-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhideanons-show','s:10:\"ary:وري\";'),('ary','messages:rcshowhidebots','s:21:\"ary:$1 البوتات\";'),('ary','messages:rcshowhidebots-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhidebots-show','s:10:\"ary:وري\";'),('ary','messages:rcshowhidecategorization','s:30:\"ary:$1 تصنيف الصفحة\";'),('ary','messages:rcshowhidecategorization-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhidecategorization-show','s:10:\"ary:وري\";'),('ary','messages:rcshowhideliu','s:44:\"ary:$1 المستخدمين المسجلين\";'),('ary','messages:rcshowhideliu-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhideliu-show','s:10:\"ary:وري\";'),('ary','messages:rcshowhidemine','s:38:\"ary:$1 التعديلات دياولي\";'),('ary','messages:rcshowhidemine-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhidemine-show','s:10:\"ary:وري\";'),('ary','messages:rcshowhideminor','s:38:\"ary:$1 التعديلات الصغار\";'),('ary','messages:rcshowhideminor-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhideminor-show','s:10:\"ary:وري\";'),('ary','messages:rcshowhidepatr','s:42:\"ary:$1 التعديلات المراجعة\";'),('ary','messages:rcshowhidepatr-hide','s:10:\"ary:خبي\";'),('ary','messages:rcshowhidepatr-show','s:10:\"ary:وري\";'),('ary','messages:readonly','s:33:\"ary:داطابايز مسدودة\";'),('ary','messages:readonly_lag','s:181:\"ary:لبازدّوني تسدات بشكل ؤطوماتيكي علاما يلحقو سّيرڤورات ديال  لبازدّوني لمكوپية علا سّيرڤور رّئيسي\";'),('ary','messages:readonlytext','s:377:\"ary:قاعدة لبيانات مسدودة دابا على لمداخلات الجديدة والتعديلات لاخرا. السباب د هادشي غالبا هو الصيانة الروتينية، موراها أتعاود ترجع قاعدة البيانات تخدم قريبا.\n\nلإداري اللي سدً قاعدة البيانات عطا هاد التفسير: $1\";'),('ary','messages:readonlywarning','s:364:\"ary:<strong>عنداك: تسدات لبازدّوني علا ود صّيانة، داكشي علاش ماتقدرش تسجل التعديلات اللي درتي دابا.</strong>\nإلا بغيتي تقدر تكوپيكولي النص ديالك وتسجلو ف فيشيي تيكست ل منبعد.\n\nلإداري اللي سدها عطا هاد التفسير: $1\";'),('ary','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('ary','messages:recentchanges','s:35:\"ary:التبديلات اللخرة\";'),('ary','messages:recentchanges-feed-description','s:84:\"ary:تبع آخر التبديلات فهاد الويكي من هاد الصفحة.\";'),('ary','messages:recentchanges-label-bot','s:41:\"ary:هاد التعديل دارو بوت\";'),('ary','messages:recentchanges-label-minor','s:32:\"ary:هادا تعديل صغير\";'),('ary','messages:recentchanges-label-newpage','s:23:\"ary:صفحة جديدة\";'),('ary','messages:recentchanges-label-plusminus','s:78:\"ary:حجم الصفحة تغير بهاد العدد ديال البايتات\";'),('ary','messages:recentchanges-label-unpatrolled','s:54:\"ary:هاد التعديل مازال ما تراجعش\";'),('ary','messages:recentchanges-legend','s:54:\"ary:خيارات التبديلات اللخرانية\";'),('ary','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('ary','messages:recentchanges-legend-heading','s:28:\"ary:<strong>شرح:</strong>\";'),('ary','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('ary','messages:recentchanges-legend-newpage','s:117:\"ary:{{int:recentchanges-label-newpage}} (شوف حتى [[Special:NewPages|قائمة الصفحات الجديدة]])\";'),('ary','messages:recentchanges-legend-plusminus','s:19:\"ar:(<em>±123</em>)\";'),('ary','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('ary','messages:recentchanges-legend-watchlistexpiry','s:37:\"ar:صفحة مراقبة مؤقتاً\";'),('ary','messages:recentchanges-network','s:128:\"ar:نتيجة لخطأ تقني، تعذر تحميل النتائج. من فضلك حاول إعادة تحديث الصفحة.\";'),('ary','messages:recentchanges-noresult','s:111:\"ary:ما كينينش تغييرات خلال الفترة المحددة كتطابق هاد المعايير.\";'),('ary','messages:recentchanges-notargetpage','s:112:\"ar:أدخل اسم صفحة بالأعلى لرؤية التغييرات المرتبطة بهذه الصفحة.\";'),('ary','messages:recentchanges-page-added-to-category','s:43:\"ar:[[:$1]] أضيفت إلى التصنيف\";'),('ary','messages:recentchanges-page-added-to-category-bundled','s:130:\"ar:أضيفت [[:$1]] إلى التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات اخرى]]\";'),('ary','messages:recentchanges-page-removed-from-category','s:41:\"ar:أزيلت [[:$1]] من التصنيف\";'),('ary','messages:recentchanges-page-removed-from-category-bundled','s:128:\"ar:أزيلت [[:$1]] من التصنيف، [[Special:WhatLinksHere/$1|هذه الصفحة مضمنة في صفحات أخرى]]\";'),('ary','messages:recentchanges-submit','s:10:\"ary:وري\";'),('ary','messages:recentchanges-summary','s:85:\"ary:تبع التبديلات اللخرة د هاد لويكي من هاد صفحة.\";'),('ary','messages:recentchanges-timeout','s:106:\"ar:البحث انتهى بدون نتائج. ربما تحب تجربة مدخلات بحث مختلفة.\";'),('ary','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('ary','messages:recentchangescount','s:145:\"ary:عدد التعديلات اللي أيبان فأحدث التبديلات, تواريخ الصفحات, والسجلات, افتراضيا:\";'),('ary','messages:recentchangesdays','s:88:\"ary:شحال من نهار باش غايبان ف التبديلات اللخرانية:\";'),('ary','messages:recentchangesdays-max','s:93:\"ary:الحد الأقصى {{PLURAL:$1||نهار واحد|يوماين|$1 إيام|$1 يوم}}\";'),('ary','messages:recentchangeslinked','s:40:\"ary:تعديلات عندها علاقة\";'),('ary','messages:recentchangeslinked-feed','s:40:\"ary:تعديلات عندها علاقة\";'),('ary','messages:recentchangeslinked-page','s:26:\"ary:سميت الصفحة:\";'),('ary','messages:recentchangeslinked-summary','s:410:\"ary:دخل سمية الصفحة باش تشوف التبديلات ف الصفاحي المربوطة من و ل ديك الصفحة. (باش تشوف الصفاحي تحت شي تصنيف، دخل {{ns:category}}:سمية التصنيف). التغييرات فالصفاحي لي كاينين ف[[Special:Watchlist|الليستة د التتبع]] ديالك مكتوبين ب خط <strong>غليض</strong>.\";'),('ary','messages:recentchangeslinked-title','s:52:\"ary:التغييرات لي متعلقين بـ \"$1\"\";'),('ary','messages:recentchangeslinked-to','s:124:\"ary:شوف التغييرات ديال الصفحات لي كاين الرابط ديالهم فالصفحة لي بغيتي\";'),('ary','messages:recentchangeslinked-toolbox','s:40:\"ary:تعديلات عندها علاقة\";'),('ary','messages:recentchangestext','s:4:\"en:-\";'),('ary','messages:recreate','s:23:\"ary:عود لإنشاء\";'),('ary','messages:recreate-moveddeleted-warn','s:325:\"ary:<strong>رد لبال: راك كاتصاوب صفحة سبق ليها تمحات.</strong>\nعافاك فكّر واش باقي مناسب باش تكمّل ف لكتابة ف هاد الصفحة.\nالسجلات ديال التحياد و النقيل د هاد الصفحة كاينين هنا باش يسهلو عليك:\";'),('ary','messages:red-link-title','s:39:\"ary:$1 (الصفحة ما كايناش)\";'),('ary','messages:redirect','s:96:\"ary:لفيشي، لخدايمي، صّفحة ؤلا ليدونتيفيكاتور د لّوڭين\";'),('ary','messages:redirect-file','s:26:\"ary:سمية د لفيشي\";'),('ary','messages:redirect-logid','s:22:\"ar:معرف السجل\";'),('ary','messages:redirect-lookup','s:14:\"ary:قلب ف:\";'),('ary','messages:redirect-not-exists','s:35:\"ar:المطلوب غير موجود\";'),('ary','messages:redirect-not-numeric','s:29:\"ar:قيمة غير رقمية\";'),('ary','messages:redirect-page','s:25:\"ary:معرف الصفحة\";'),('ary','messages:redirect-revision','s:25:\"ary:مراجعة صفحة\";'),('ary','messages:redirect-submit','s:10:\"ary:سير\";'),('ary','messages:redirect-summary','s:558:\"ary:هاد الصفحة لخاصة هيّا تحويلة ل فيشي (بسميتو) أولا صفحة (ب نّمرة تّعريفية ديالها ؤلا د وحدة من لمراجعات ديالها) أولا صفحة د خدايمي (ب نّمرة تّعريفية ديالو) أولا ل دخلة د لوحة (ب نّمرة د لوحة). تخدام [[{{#Special:Redirect}}/file/Example.jpg]]، [[{{#Special:Redirect}}/page/64308]]،[[{{#Special:Redirect}}/revision/328429]]، [[{{#Special:Redirect}}/user/101]] ؤلا [[{{#Special:Redirect}}/logid/186]].\";'),('ary','messages:redirect-text','s:3:\"en:\";'),('ary','messages:redirect-user','s:45:\"ary:نمرة تعريفية د لخدايمي\";'),('ary','messages:redirect-value','s:17:\"ary:الوجهة:\";'),('ary','messages:redirectedfrom','s:26:\"ary:(تحولات من $1)\";'),('ary','messages:redirectexists','s:157:\"ar:توجد حالة إعادة توجيه قائمة بالفعل على [[:$1]]، ولا يمكن حذفها آليا.\nيرجى اختيار اسم آخر.\";'),('ary','messages:redirectpagesub','s:23:\"ary:صفحة تحويل\";'),('ary','messages:redirectto','s:20:\"ary:تحويل لـ:\";'),('ary','messages:removecredentials','s:30:\"ar:إزالة الاعتماد\";'),('ary','messages:removecredentials-invalidsubpage','s:46:\"ar:$1 ليس نوع اعتمادات صحيح.\";'),('ary','messages:removecredentials-submit','s:30:\"ar:إزالة الاعتماد\";'),('ary','messages:removecredentials-success','s:44:\"ar:اعتماداتك تمت إزالتها.\";'),('ary','messages:removedwatchtext','s:141:\"ary:\"[[:$1]]\" و الصفحة د لمداكرة ديالها تحيدو من [[Special:Watchlist|لّيستة د لمراقبة ديالك]].\";'),('ary','messages:removedwatchtext-short','s:59:\"ar:أزيلت صفحة \"$1\" من قائمة مراقبتك.\";'),('ary','messages:removedwatchtext-talk','s:120:\"ar:\"[[:$1]]\" وصفحتها المرافقة تمت إزالتها من [[Special:Watchlist|قائمة مراقبتك]].\";'),('ary','messages:removewatch','s:48:\"ary:حيّد من الليستة د لحضيان\";'),('ary','messages:resetpass-abort-generic','s:80:\"ar:منعت مُلحقة إتمام صيرورة تغيير كلمة السّر.\";'),('ary','messages:resetpass-expired','s:146:\"ar:انتهت مدة صلاحية كلمة السر الخاصة بك. الرجاء تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('ary','messages:resetpass-expired-soft','s:249:\"ar:انتهت مدة صلاحية كلمة السر الخاصة بك; الرجاء تغيير كلمة السر الآن أو النقر على زر \"{{int:authprovider-resetpass-skip-label}}\" لإعادة تعيين كلمة السر لاحقاً.\";'),('ary','messages:resetpass-no-info','s:95:\"ary:خاص تكون مكونيكطي باش تقدر تدخل نيشان لهاد الصفحة.\";'),('ary','messages:resetpass-recycled','s:132:\"ar:الرجاء تغيير كلمة السر الخاصة بك إلى تركيبة أخرى غير كلمة السر الحالية.\";'),('ary','messages:resetpass-submit-cancel','s:10:\"ary:لغي\";'),('ary','messages:resetpass-submit-loggedin','s:21:\"ary:بدل الكود\";'),('ary','messages:resetpass-temp-emailed','s:218:\"ar:أنت مسجل الدخول حالياً بتركيبة مرسلة عبر البريد الإلكتروني. لإكمال عملية تسجيل الدخول‘ يجب إعادة تعيين كلمة السر هنا:\";'),('ary','messages:resetpass-temp-password','s:20:\"ary:كود مؤقت:\";'),('ary','messages:resetpass-validity','s:115:\"ar:كلمة السر غير صالحة: $1\n\nيرجى تعيين كلمة سر جديدة لتسجيل الدخول.\";'),('ary','messages:resetpass-validity-soft','s:224:\"ar:كلمة السر الخاصة بك غير صالحة :  $1 \n\nرجاءا اختر كلمة سر جديدة الآن، أو انقر فوق \"{{int:authprovider-resetpass-skip-label}}\" لتغييرها في وقت لاحق.\";'),('ary','messages:resetpass-wrong-oldpass','s:209:\"ary:كلمة السر لحالية ولاً لمؤقتة غالطة.\nتقدر تكون بدًلتي لكلمة د السر ديالك بنجاح, ولاً طلبتي كلمة د السر مؤقتة جديدة.\";'),('ary','messages:resetpass_announce','s:96:\"ary:باش تكمًل لكونيكسيون ديالك, خاص تعزل كلمة سر جديدة.\";'),('ary','messages:resetpass_forbidden','s:53:\"ary:مايمكنش تبدًل لكلمة د السر.\";'),('ary','messages:resetpass_forbidden-reason','s:53:\"ar:لا يمكن تغيير كلمة المرور: $1\";'),('ary','messages:resetpass_header','s:43:\"ary:بدل الكود ديال الكونط\";'),('ary','messages:resetpass_submit','s:30:\"ary:ݣاد الكود ودخل\";'),('ary','messages:resetpass_text','s:32:\"ar:<!-- أضف نصا هنا -->\";'),('ary','messages:resettokens','s:27:\"ary:غير المفاتيح\";'),('ary','messages:resettokens-done','s:30:\"ar:تغيير المفاتيح\";'),('ary','messages:resettokens-no-tokens','s:41:\"ar:ما من مفاتيح للتغيير.\";'),('ary','messages:resettokens-resetbutton','s:43:\"ar:غير المفاتيح المختارة\";'),('ary','messages:resettokens-summary','s:3:\"en:\";'),('ary','messages:resettokens-text','s:266:\"ar:عليك تغيير الرموز من الاطلاع على البيانات الخصوصية المتعلقة بحسابك.\n\nغير الرموز إذا أطلعت عليها أحدهم عن طريف الخطأ أو إذا كان حسابك قد اُختُرِق.\";'),('ary','messages:resettokens-token-label','s:39:\"ar:$1 (القيمة الحالية: $2)\";'),('ary','messages:resettokens-tokens','s:16:\"ar:مفاتيح:\";'),('ary','messages:resettokens-watchlist-token','s:138:\"ar:رمز تغذية الويب (آتوم/آس إس إس) [[Special:Watchlist|للتغيرات التي على قائمة مراقبتك]]\";'),('ary','messages:rest-bad-content-model','s:43:\"ar:نموذج المحتوى السيئ: $1\";'),('ary','messages:rest-bad-json-body','s:72:\"ar:نص الطلب غير صالح، يجب أن يكون كائن JSON.\";'),('ary','messages:rest-badtoken','s:44:\"ar:رمز CSRF المقدم غير صالح.\";'),('ary','messages:rest-cannot-load-file','s:57:\"ar:لا يمكن تحميل ملف العنوان «$1».\";'),('ary','messages:rest-compare-inaccessible','s:97:\"ar:المراجعة المحددة بواسطة الوسيط $1 ليست متاحة علانية.\";'),('ary','messages:rest-compare-nonexistent','s:84:\"ar:المراجعة المحددة بواسطة الوسيط $1 غير موجودة.\";'),('ary','messages:rest-compare-page-mismatch','s:105:\"ar:المراجعات المحددة تنتمي إلى صفحات مختلفة؛ رفض مقارنتها.\";'),('ary','messages:rest-compare-permission-denied','s:89:\"ar:لا يمكن للمستخدم الوصول إلى المراجعات المطلوبة\";'),('ary','messages:rest-compare-wikidiff2','s:75:\"ar:تتطلب نقطة النهاية هذه wikidiff2 1.9.0 أو أحدث.\";'),('ary','messages:rest-compare-wrong-content','s:151:\"ar:تحتوي فتحة $1 للمراجعة المحددة بواسطة الوسيط $2 على نوع محتوى لا يمكن تحويله إلى نص.\";'),('ary','messages:rest-cross-origin-anon-write','s:81:\"ar:غير مسموح بطلبات الكتابة عبر الأصل المجهول\";'),('ary','messages:rest-extraneous-csrf-token','s:205:\"ar:تم العثور على رمز CSRF غريب. يجب عدم استخدام رموز CSRF المميزة عند استخدام آليات المصادقة مثل OAuth الآمنة ضد هجمات CSRF.\";'),('ary','messages:rest-html-backend-error','s:31:\"ar:تعذر جلب Parsoid HTML\";'),('ary','messages:rest-invalid-user','s:60:\"ar:اسم المستخدم المحدد ($1) غير صالح\";'),('ary','messages:rest-json-body-parse-error','s:54:\"ar:تحليل نص الطلب بسبب فشل JSON: $1\";'),('ary','messages:rest-media-too-many-links','s:130:\"ar:تم العثور على عدد كبير جدًا من ارتباطات الوسائط في العنوان $1 (مسموح ب$2)\";'),('ary','messages:rest-missing-body-field','s:70:\"ar:الحقل الإلزامي «$1» مفقود من نص الطلب.\";'),('ary','messages:rest-no-match','s:98:\"ar:المسار النسبي المطلوب ($1) لا يتطابق مع أي معالج معروف\";'),('ary','messages:rest-no-revision','s:71:\"ar:غير قادر على استرداد مراجعة للعنوان $1\";'),('ary','messages:rest-nonexistent-revision','s:60:\"ar:المراجعة المحددة ($1) غير موجودة.\";'),('ary','messages:rest-nonexistent-title','s:53:\"ar:العنوان المحدد ($1) غير موجود\";'),('ary','messages:rest-nonexistent-title-revision','s:92:\"ar:المراجعة المحددة ($1) غير موجودة للصفحة المحددة ($2)\";'),('ary','messages:rest-nonexistent-user','s:55:\"ar:المستخدم المحدد ($1) غير موجود\";'),('ary','messages:rest-page-source-type-error','s:75:\"ar:نوع محتوى مصدر الصفحة المطلوب غير مدعوم\";'),('ary','messages:rest-pagehistory-incompatible-params','s:93:\"ar:لا يمكن تحديد كلا الوسيطين \"الأقدم من\" و\"الأحدث من\"\";'),('ary','messages:rest-pagehistory-param-range-error','s:65:\"ar:يجب أن يكون معرف المراجعة أكبر من 0\";'),('ary','messages:rest-pagehistory-timestamp-error','s:103:\"ar:غير قادر على استرداد الطابع الزمني للمراجعة المحددة ($1)\";'),('ary','messages:rest-pagehistorycount-parameters-invalid','s:75:\"ar:المجموعة المحددة من الوسائط غير مدعومة.\";'),('ary','messages:rest-pagehistorycount-too-many-revisions','s:131:\"ar:يحتوي العنوان المحدد على عدد كبير جدا من المراجعات لاسترداد هذا العدد.\";'),('ary','messages:rest-pagehistorycount-type-unrecognized','s:52:\"ar:نوع العد المحدد ($1) غير صالح\";'),('ary','messages:rest-permission-denied-anon','s:76:\"ar:لا يمكن الوصول إليها من قبل مستخدم مجهول\";'),('ary','messages:rest-permission-denied-revision','s:93:\"ar:لا يمكن للمستخدم الوصول إلى المراجعة المطلوبة ($1).\";'),('ary','messages:rest-permission-denied-title','s:81:\"ar:المستخدم ليست لديه صلاحية قراءة العنوان ($1)\";'),('ary','messages:rest-prefix-mismatch','s:86:\"ar:المسار المطلوب ($1) لم يكن داخل مسار جذر API REST ($2)\";'),('ary','messages:rest-requires-safe-against-csrf','s:79:\"ar:تتطلب نقطة النهاية هذه موفر جلسة CSRF آمنًا.\";'),('ary','messages:rest-resource-limit-exceeded','s:64:\"ar:تجاوزت حدود الموارد معالجة الطلب.\";'),('ary','messages:rest-search-error','s:53:\"ar:خطأ عند إرجاع نتائج البحث: $1\";'),('ary','messages:rest-update-cannot-create-page','s:266:\"ar:لا يمكن إنشاء الصفحة «$1» لأنها موجودة بالفعل. لتحديث الصفحة الحالية، قم بتوفير معرّف المراجعة الأساسي في البنية أسفل مفتاح «الأحدث» في نص الطلب.\";'),('ary','messages:rest-wrong-method','s:141:\"ar:لم تكن طريقة الطلب  ($1)  {{PLURAL:$3|الطريقة|إحدى الطرق}} المسموح بها لهذا المسار ($2)\";'),('ary','messages:restore-count-files','s:51:\"ary:{{PLURAL:$1|فيشي واحد|$1 فيشيات}}\";'),('ary','messages:restore-count-revisions','s:47:\"ar:{{PLURAL:$1|1 مراجعة|$1 مراجعة}}\";'),('ary','messages:restorelink','s:82:\"ary:{{PLURAL:$1|تعديل واحد تمسح|$1 د التعديلات تمسحو}}\";'),('ary','messages:restoreprefs','s:79:\"ary:رجًع ڭاع لإعدادات لإفتراضية (فڭاع لأقسام)\";'),('ary','messages:restricted-displaytitle','s:144:\"ar:<strong>تحذير:</strong> عنوان العرض \"$1\" تم تجاهله بما أنه لا يساوي عنوان الصفحة الفعلي.\";'),('ary','messages:restricted-displaytitle-ignored','s:59:\"ar:الصفحات بعناوين عرض تم تجاهلها\";'),('ary','messages:restricted-displaytitle-ignored-desc','s:168:\"ar:هذه الصفحة تحتوي على <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> تم تجاهله لأنه لا يساوي عنوان الصفحة الفعلي.\";'),('ary','messages:restriction-blank','s:3:\"en:\";'),('ary','messages:restriction-create','s:12:\"ary:أنشئ\";'),('ary','messages:restriction-edit','s:14:\"ary:تعديل\";'),('ary','messages:restriction-level','s:27:\"ary:Mosṫawa ḍ-ḍwabet:\";'),('ary','messages:restriction-level-all','s:19:\"ary:أي مستوى\";'),('ary','messages:restriction-level-autoconfirmed','s:19:\"ary:نص محمية\";'),('ary','messages:restriction-level-sysop','s:25:\"ary:حماية كاملة\";'),('ary','messages:restriction-move','s:12:\"ary:حوّل\";'),('ary','messages:restriction-type','s:11:\"ary:إذن:\";'),('ary','messages:restriction-upload','s:10:\"ary:رفع\";'),('ary','messages:restrictionsfield-badip','s:56:\"ar:عنوان أيبي أو نطاق غير صحيح: $1\";'),('ary','messages:restrictionsfield-help','s:132:\"ar:عنوان أيبي أو نطاق CIDR واحد لكل سطر. لتفعيل كل شيء، استخدم:\n<pre>0.0.0.0/0\n::/0</pre>\";'),('ary','messages:restrictionsfield-label','s:51:\"ar:نطاقات الأيبي المسموح بها:\";'),('ary','messages:retrievedfrom','s:26:\"ary:مرجّعة من \"$1\"\";'),('ary','messages:returnto','s:18:\"ary:رجع لـ $1\";'),('ary','messages:retypenew','s:39:\"ary:كتب عاد الكود جديد :\";'),('ary','messages:reuploaddesc','s:68:\"ary:إلغاء الرفع والرجوع لاستمارة الرفع\";'),('ary','messages:rev-deleted-comment','s:47:\"ary:(لملخًص د التعديل تحيًد)\";'),('ary','messages:rev-deleted-diff-view','s:243:\"ar:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ary','messages:rev-deleted-event','s:44:\"ary:(تفاصيل السجل تحييدات)\";'),('ary','messages:rev-deleted-no-diff','s:244:\"ar:لا يمكنك رؤية هذا الفرق لأن إحدى المراجعات <strong>حُذِفت</strong>.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\";'),('ary','messages:rev-deleted-text-permission','s:175:\"ary:<strong>تحيدات</strong> لمراجعة د هاد الصفحة.\nتقدر تلقا التفاصيل ف [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف].\";'),('ary','messages:rev-deleted-text-unhide','s:295:\"ar:<strong>حُذِفت</strong> مراجعة الصفحة هذه.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nمازال بإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('ary','messages:rev-deleted-text-view','s:215:\"ar:<strong>أُزيل</strong> هذا التعديل من الأرشيف العام. التفاصيل حول الإزالة في [{{fullurl:{{#Special:Log}}/delete|page=$1}} سجل الحذف لهذه الصفحة].\";'),('ary','messages:rev-deleted-unhide-diff','s:287:\"ar:<strong>حُذِفت</strong> إحدى مراجعتي هذا الفرق.\nيمكن العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} سجل الحذف].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('ary','messages:rev-deleted-user','s:42:\"ary:(سميت لخدايمي تحيدات)\";'),('ary','messages:rev-deleted-user-contribs','s:132:\"ary:[سميت لخدايمي ولا لادريسة د لأيپي تزولو - التعديل ماكايبانش ف لمساهمات]\";'),('ary','messages:rev-delundel','s:17:\"ary:وري/خبي\";'),('ary','messages:rev-showdeleted','s:10:\"ary:وري\";'),('ary','messages:rev-suppressed-diff-view','s:256:\"ar:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك رؤية هذا الفرق؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\";'),('ary','messages:rev-suppressed-no-diff','s:117:\"ar:ليس بإمكانك مشاهدة هذا الفرق لأن إحدى المراجعات <strong>حذفت</strong>.\";'),('ary','messages:rev-suppressed-text','s:65:\"ar:<strong>مُنعت</ strong> مراجعة الصفحة هذه.\";'),('ary','messages:rev-suppressed-text-permission','s:181:\"ar:هذه النسخة قد <strong>أخفيت</strong>. \nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('ary','messages:rev-suppressed-text-unhide','s:292:\"ar:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذه المراجعة] إذا أردت المتابعة.\";'),('ary','messages:rev-suppressed-text-view','s:218:\"ar:<strong>أُخفيت</strong> مراجعة الصفحة هذه.\nيمكنك رؤيتها؛ ويمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page=$1}} سجل الإخفاء].\";'),('ary','messages:rev-suppressed-unhide-diff','s:295:\"ar:<strong>أُخفيت</strong> إحدى مراجعتي هذا الفرق.\nيمكنك العثور على التفاصيل في [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} سجل الإخفاء].\nبإمكانك [$1 رؤية هذا الفرق] إذا أردت المتابعة.\";'),('ary','messages:revdel-restore','s:23:\"ary:بدل الشوفا\";'),('ary','messages:revdelete-concurrent-change','s:194:\"ar:خطأ في تعديل العنصر ذي التاريخ $2 $1: تظهر حالته أن شخصا آخر عدله أثناء محاولتك تعديله.\nمن فضلك راجع السجلات.\";'),('ary','messages:revdelete-confirm','s:182:\"ar:من فضلك أكد أنك تنوي فعل هذا، وأنك تفهم العواقب، وأنك تفعل هذا بالتوافق مع [[{{MediaWiki:Policy-url}}|السياسة]].\";'),('ary','messages:revdelete-content-hid','s:23:\"ary:محتوى مخبي\";'),('ary','messages:revdelete-content-unhid','s:29:\"ar:محتوى غير مخفي\";'),('ary','messages:revdelete-edit-reasonlist','s:30:\"ary:بدل أسباب لحدف\";'),('ary','messages:revdelete-edit-reasonlist-suppress','s:36:\"ary:بدل أسباب الإخفاء\";'),('ary','messages:revdelete-failure','s:64:\"ary:التحديث د رؤية المراجعة ماصدقش:\n$1\";'),('ary','messages:revdelete-hide-comment','s:27:\"ary:ملخص التعديل\";'),('ary','messages:revdelete-hide-current','s:140:\"ar:خطأ عند إخفاء العنصر المؤرخ في $2 $1: هذه هي المراجعة الحالية.\nلا يمكن إخفاؤها.\";'),('ary','messages:revdelete-hide-image','s:37:\"ary:خبي لمحتوى د لفيشي\";'),('ary','messages:revdelete-hide-name','s:42:\"ary:خبي الهدف والمعاملات\";'),('ary','messages:revdelete-hide-restricted','s:68:\"ary:خبي الداطا على لإداريين و على لخرين\";'),('ary','messages:revdelete-hide-text','s:25:\"ary:نص المراجعة\";'),('ary','messages:revdelete-hide-user','s:56:\"ary:سميت لخدايمي/لادريسة د لأيپي\";'),('ary','messages:revdelete-legend','s:41:\"ary:دير الضوابط د الرؤية\";'),('ary','messages:revdelete-log','s:13:\"ary:علاش:\";'),('ary','messages:revdelete-modify-missing','s:118:\"ar:خطأ في تعديل العنصر ذا الهوية $1: العنصر مفقود من قاعدة البيانات!\";'),('ary','messages:revdelete-modify-no-access','s:156:\"ar:خطأ في تعديل العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('ary','messages:revdelete-no-change','s:138:\"ary:<strong>عنداك:</strong> لعنصر المتورخ ف $2 $1 فيه أصلا إعدادات الظهور اللي المطلوبة.\";'),('ary','messages:revdelete-no-file','s:46:\"ary:لفيشي لي حددتي ماكاينش.\";'),('ary','messages:revdelete-nooldid-text','s:220:\"ar:إما أنك لم تحدد مراجعة معينة هدفا لهذه الوظيفة، أو أن المراجعة المحددة غير موجودة، أو أنك تحاول إخفاء المراجعة الحالية.\";'),('ary','messages:revdelete-nooldid-title','s:55:\"ary:لمراجعة اللي طلبتي ماصالحاش\";'),('ary','messages:revdelete-offender','s:28:\"ary:مول المراجعة:\";'),('ary','messages:revdelete-only-restricted','s:212:\"ar:خطأ إخفاء العنصر المؤرخ $2, $1: لا تستطيع تنحية العناصر من عرض الإداريين بدون أن تحدد أيضا إحدى خيارات التنحية الأخرى.\";'),('ary','messages:revdelete-otherreason','s:37:\"ary:سباب وحداخور/زايد:\";'),('ary','messages:revdelete-radio-same','s:23:\"ary:( ماتبدًلش)\";'),('ary','messages:revdelete-radio-set','s:14:\"ary:مخبًي\";'),('ary','messages:revdelete-radio-unset','s:12:\"ary:باين\";'),('ary','messages:revdelete-reason-dropdown','s:156:\"ary:* أسباب لحذف لعامة\n** خرق حقوق النشر\n** معلومات شخصية ماصلحاش\n** معلومات تشهيرية محتملة\";'),('ary','messages:revdelete-reason-dropdown-suppress','s:93:\"ar:*أسباب الإخفاء الشائعة\n** معلومات شخصية غير مناسبة\";'),('ary','messages:revdelete-reasonotherlist','s:21:\"ary:سباب آخور\";'),('ary','messages:revdelete-restricted','s:57:\"ary:الضوابط لمطبًقة على لإداريين\";'),('ary','messages:revdelete-selected-file','s:120:\"ar:{{PLURAL:$1|النسخة المختارة من الملف|النسخ المختارة من الملف}} لـ [[:$2]]:\";'),('ary','messages:revdelete-selected-text','s:69:\"ar:{{PLURAL:$1|نسخة مختارة|نسخ مختارة}} ل[[:$2]]:\";'),('ary','messages:revdelete-show-file-confirm','s:155:\"ary:واش متأكد(ة) بلي بغيتي تشوف مراجعة محدوفة د لفيشي \"<nowiki>$1</nowiki>\" ف تّاريخ د $2 ف سّاعة $3؟\";'),('ary','messages:revdelete-show-file-submit','s:8:\"ary:آه\";'),('ary','messages:revdelete-show-no-access','s:156:\"ar:خطأ في إظهار العنصر ذا التاريخ $2 $1: هذا العنصر معلم ك\"مقيد\".\nليس لك صلاحية الوصول إليه.\";'),('ary','messages:revdelete-submit','s:96:\"ary:طبًق على {{PLURAL:$1||لمراجعة لمختارة|لمراجعات لمختارة}}\";'),('ary','messages:revdelete-success','s:54:\"ary:التحديث درؤية لمراجعات نجح.\";'),('ary','messages:revdelete-summary-hid','s:35:\"ar:ملخص التحرير مخفي\";'),('ary','messages:revdelete-summary-unhid','s:42:\"ar:ملخص التحرير غير مخفي\";'),('ary','messages:revdelete-suppress','s:68:\"ary:خبي الداطا على لإداريين و على لخرين\";'),('ary','messages:revdelete-suppress-text','s:339:\"ar:ينبغي للإخفاء أن يستخدم <strong>فقط</strong> في الحالات التالية:\n* معلومات يحتمل أن تكون تشهيرية\n* معلومات شخصية غير ملائمة\n*: <em>عناوين المنازل وأرقام الهواتف وأرقام الهويات الوطنية إلى آخره.</em>\";'),('ary','messages:revdelete-text-file','s:165:\"ar:ستبقى نسخ الملف المحذوفة تظهر في تاريخ الملف، ولكن جزءاً من مضمونها لن تكون متاحة للعموم.\";'),('ary','messages:revdelete-text-others','s:179:\"ar:سيتمكن الإداريون الآخرون من الوصول إلى المحتوى المخفي وإلغاء حذفه مجددا، ما لم تطبق قيود إضافية.\";'),('ary','messages:revdelete-text-text','s:172:\"ar:المراجعات المحذوفة ستظل تظهر في تاريخ الصفحة، ولكن أجزاءا من محتواها سيكون محجوبا عن الجميع.\";'),('ary','messages:revdelete-uname-hid','s:45:\"ary:السمية د لخدايمي مخبية\";'),('ary','messages:revdelete-uname-unhid','s:42:\"ar:اسم المستخدم غير مخفي\";'),('ary','messages:revdelete-unrestricted','s:46:\"ary:حيًد الضوابط للإداريين\";'),('ary','messages:revdelete-unsuppress','s:68:\"ary:حيد الضوابط من لمْراجعات لمْسترجعة\";'),('ary','messages:reverted','s:37:\"ary:L-Vérsyon li men qbel rejĝaṫ.\";'),('ary','messages:revertmerge','s:12:\"ary:فرًق\";'),('ary','messages:revertmove','s:12:\"ary:رجًع\";'),('ary','messages:revertpage','s:143:\"ary:تبديلات ديال [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) ترجّعو ل آخر مراجعة ديال [[User:$1|$1]]\";'),('ary','messages:revertpage-anon','s:117:\"ar:استرجع تعديلات [[Special:Contributions/$2|$2]] حتى آخر مراجعة بواسطة [[User:$1|$1]]\";'),('ary','messages:revertpage-nouser','s:110:\"ar:استرجع تعديلات مستخدم مخفي حتى آخر مراجعة ل{{GENDER:$1|[[User:$1|$1]]}}\";'),('ary','messages:revid','s:22:\"ar:المراجعة $1\";'),('ary','messages:revision-info','s:43:\"ary:مراجعة $1 من {{GENDER:$6|$2}}$7\";'),('ary','messages:revision-info-current','s:4:\"en:-\";'),('ary','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('ary','messages:revisionasof','s:19:\"ary:مراجعة $1\";'),('ary','messages:revisiondelete','s:38:\"ary:حيًد/رجًع لمراجعات\";'),('ary','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('ary','messages:right-apihighlimits','s:54:\"ary:خدًم حدود أعلى فالطلبات د API\";'),('ary','messages:right-applychangetags','s:93:\"ar:تطبيق [[Special:Tags|الوسوم]]  مع التغييرات التي أجريتها.\";'),('ary','messages:right-autoconfirmed','s:42:\"ary:مامأثرش بحدود المعدل\";'),('ary','messages:right-autocreateaccount','s:53:\"ary:تلوڭا ب كونط د خدايمي خارجي\";'),('ary','messages:right-autopatrol','s:87:\"ary:رشم التعديلات د لخدايمي بلي راها مراجعة نيشان\";'),('ary','messages:right-bigdelete','s:77:\"ary:حيًد الصفحات اللي التواريخ ديالها كبيرة\";'),('ary','messages:right-block','s:64:\"ary:بلوكي لخدايميا لاخرين من التعديل\";'),('ary','messages:right-blockemail','s:62:\"ary:بلوكي خدايمي باش مايصيفطش إيميل\";'),('ary','messages:right-bot','s:56:\"ary:تعامل كي شي إجراء أوطوماتيكي\";'),('ary','messages:right-browsearchive','s:44:\"ary:قلًب فالصفحات لمحذوفة\";'),('ary','messages:right-changetags','s:105:\"ar:إضافة وإزالة [[Special:Tags|وسوم]] في مراجعات ومدخلات سجل فردية\";'),('ary','messages:right-createaccount','s:41:\"ary:مصاوبة د كونطات جداد\";'),('ary','messages:right-createpage','s:68:\"ary:صاوب صفحات (لي ماشي صفحات د لمداكرة)\";'),('ary','messages:right-createtalk','s:39:\"ary:دير صفحات د لمداكرة\";'),('ary','messages:right-delete','s:25:\"ary:مسح الصفحات\";'),('ary','messages:right-delete-redirect','s:85:\"ar:حذف حالات إعادة التوجيه ذات المراجعة الوحيدة\";'),('ary','messages:right-deletechangetags','s:72:\"ar:حذف [[Special:Tags|الوسوم]] من قاعدة البيانات\";'),('ary','messages:right-deletedhistory','s:97:\"ar:رؤية مدخلات التاريخ المحذوفة، بدون نصوصها المصاحبة\";'),('ary','messages:right-deletedtext','s:97:\"ar:عرض النص المحذوف والتغييرات بين المراجعات المحذوفة\";'),('ary','messages:right-deletelogentry','s:60:\"ar:حذف وإلغاء حذف مدخلات سجل معينة\";'),('ary','messages:right-deleterevision','s:69:\"ary:حيًد ولا رد مراجلعات معيًنة للصفاحي\";'),('ary','messages:right-edit','s:29:\"ary:تعديل الصفحات\";'),('ary','messages:right-editcontentmodel','s:40:\"ar:عدل طريقة محتوى صفحة\";'),('ary','messages:right-editinterface','s:49:\"ary:عدّل لانطيرفاص د لخدايمي\";'),('ary','messages:right-editmyoptions','s:30:\"ar:تعديل تفضيلاتك\";'),('ary','messages:right-editmyprivateinfo','s:114:\"ar:تعديل بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('ary','messages:right-editmyusercss','s:54:\"ar:تعديل ملفات CSS للمستخدم نفسه\";'),('ary','messages:right-editmyuserjs','s:69:\"ar:تعديل ملفات جافاسكربت للمستخدم نفسه\";'),('ary','messages:right-editmyuserjson','s:59:\"ar:تعديل ملفات جسون للمستخدم نفسه\";'),('ary','messages:right-editmyuserjsredirect','s:93:\"ar:تحرير ملفات جافا سكريبت المحولة الخاصة بالمستخدم\";'),('ary','messages:right-editmywatchlist','s:147:\"ar:حرر قائمة مراقبتك. لاحظ أن بعض الإجراءات لا تزال تضيف الصفحات حتى بدون هذا الحق.\";'),('ary','messages:right-editprotected','s:99:\"ary:تعديل الصفحات اللي لحماية ديالها هي \"{{int:protect-level-sysop}}\"\";'),('ary','messages:right-editsemiprotected','s:90:\"ar:تعديل الصفحات التي حمايتها \"{{int:protect-level-autoconfirmed}}\"\";'),('ary','messages:right-editsitecss','s:48:\"ar:تعديل CSS على مستوى الموقع\";'),('ary','messages:right-editsitejs','s:65:\"ar:تعديل جافاسكريبت على مستوى الموقع\";'),('ary','messages:right-editsitejson','s:53:\"ar:تعديل جسون على مستوى الموقع\";'),('ary','messages:right-editusercss','s:62:\"ary:بدّل فيشيات CSS ديال خدايميا خرين\";'),('ary','messages:right-edituserjs','s:75:\"ary:عدًل ملفات JavaScript ديال لمستخدمين لاخرين\";'),('ary','messages:right-edituserjson','s:69:\"ary:عدًل ملفات JSON ديال لمستخدمين لاخرين\";'),('ary','messages:right-hideuser','s:75:\"ary:بلوكي سميت خدايمي، وماتبقاش تبان للناس\";'),('ary','messages:right-import','s:50:\"ary:ستورد الصفاحي من ويكي خرة\";'),('ary','messages:right-importupload','s:58:\"ary:ستورد الصفاحي من فيشي مأپلودي\";'),('ary','messages:right-ipblock-exempt','s:87:\"ary:تجنًب لبلوكات د ل IP, لمنع التلقائي ومنع النطاق\";'),('ary','messages:right-managechangetags','s:56:\"ar:إنشاء وتعطيل [[Special:Tags|الوسوم]]\";'),('ary','messages:right-markbotedits','s:82:\"ar:التعليم على تعديلات الاسترجاع كتعديلات بوت\";'),('ary','messages:right-mergehistory','s:36:\"ary:دمج تاريخ الصفحات\";'),('ary','messages:right-mf-uploadbutton','s:63:\"ar:استخدم زر الرفع على صفحات الجوال.\";'),('ary','messages:right-minoredit','s:47:\"ary:علّم التبديلات بلي صغار\";'),('ary','messages:right-move','s:25:\"ary:نقل الصفحات\";'),('ary','messages:right-move-categorypages','s:35:\"ar:نقل صفحات التصنيف\";'),('ary','messages:right-move-rootuserpages','s:59:\"ary:نقل صفحات المستخدمين الأساسية\";'),('ary','messages:right-move-subpages','s:60:\"ary:نقل الصفحات مع صفحاتها الفرعية\";'),('ary','messages:right-movefile','s:23:\"ary:نقل لملفات\";'),('ary','messages:right-noanalytics','s:39:\"en:Exempted from web analytics tracking\";'),('ary','messages:right-nominornewtalk','s:126:\"ar:عدم جعل التعديلات الطفيفة لصفحات النقاش تظهر برواز الرسائل الجديدة\";'),('ary','messages:right-noratelimit','s:42:\"ary:مامأثرش بحدود المعدل\";'),('ary','messages:right-override-export-depth','s:90:\"ary:صدًر الصفحات وبينهاالصفاحي لموصولة تا للعمق د 5\";'),('ary','messages:right-pagelang','s:33:\"ar:تغيير لغة الصفحة\";'),('ary','messages:right-patrol','s:76:\"ary:رشم التعديلات د لاخرين باللي را تراجعات\";'),('ary','messages:right-patrolmarks','s:68:\"ary:شوف علامات لمراجعة فأجدد التبديلات\";'),('ary','messages:right-protect','s:73:\"ary:بدل مستويات لحماية وعدل صّفحات لمحمية\";'),('ary','messages:right-purge','s:37:\"ary:خوي لكاش ديال صفحة\";'),('ary','messages:right-read','s:25:\"ary:قرا الصفحات\";'),('ary','messages:right-reupload','s:47:\"ary:كتب فوق لفيشيات لموجودة\";'),('ary','messages:right-reupload-own','s:74:\"ary:كتب فوق لفيشيات لموجودة لي طلعتيها نتا\";'),('ary','messages:right-reupload-shared','s:94:\"ar:الرفع على الملفات في مستودع الملفات المشترك محليا\";'),('ary','messages:right-rollback','s:107:\"ary:رجّع فيساع التعديلات د آخر خدايمي بدّل واحد الصفحة معينة\";'),('ary','messages:right-sendemail','s:54:\"ary:صيفط إيميل ل لخدايميا لخرين\";'),('ary','messages:right-siteadmin','s:43:\"ary:سدً وحل قاعدة لبيانات\";'),('ary','messages:right-suppressionlog','s:38:\"ary:شوف السجلات السرية\";'),('ary','messages:right-suppressredirect','s:103:\"ary:ماتحوًلش من الصفاحي د لمصادر ملًي تكون كاتنقل الصفاحي.\";'),('ary','messages:right-suppressrevision','s:95:\"ar:مراجعة واسترجاع المراجعات المخفية عن مديري النظام\";'),('ary','messages:right-unblockself','s:47:\"ary:حيًد لبلوكاج على ريوسهم\";'),('ary','messages:right-undelete','s:21:\"ary:رجًع صفحة\";'),('ary','messages:right-unwatchedpages','s:69:\"ary:شوف اللائحة د الصفحات اللي مامحضياش\";'),('ary','messages:right-upload','s:28:\"ary:طلّع شي فيشيي\";'),('ary','messages:right-upload_by_url','s:34:\"ary:طلّع فيشيات من URL\";'),('ary','messages:right-userrights','s:53:\"ary:بدًل ڭاع صلاحيات لمستخدمين\";'),('ary','messages:right-userrights-interwiki','s:93:\"ary:تعديل صلاحيات لخدايمي د لخدايميا ف لويكيات لاخرة\";'),('ary','messages:right-viewmyprivateinfo','s:118:\"ar:استعراض بياناتك الشخصية (مثل البريد الإلكتروني والاسم الحقيقي)\";'),('ary','messages:right-viewmywatchlist','s:35:\"ar:عرض قائمة مراقبتك\";'),('ary','messages:right-viewsuppressed','s:74:\"ar:عرض المراجعات المخفية بواسطة أي مستخدم\";'),('ary','messages:right-writeapi','s:32:\"ary:خدًم API د لكتابة\";'),('ary','messages:rightslog','s:47:\"ary:لوحة د صلاحيات لخدايميا\";'),('ary','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('ary','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('ary','messages:rightslogentry-temporary-group','s:28:\"ar:$1 (مؤقت، حتى $2)\";'),('ary','messages:rightslogtext','s:81:\"ary:هذا سجل فيه التبديلات د صلاحيات لمستخدمين.\";'),('ary','messages:rightsnone','s:14:\"ary:(والو)\";'),('ary','messages:rollback','s:18:\"ary:tjjea taadilat\";'),('ary','messages:rollback-confirmation-confirm','s:29:\"ar:يُرجى التأكيد:\";'),('ary','messages:rollback-confirmation-no','s:13:\"ar:إلغاء\";'),('ary','messages:rollback-confirmation-yes','s:14:\"ary:ترجاع\";'),('ary','messages:rollback-missingparam','s:60:\"ar:محددات مطلوبة مفقودة عند الطلب.\";'),('ary','messages:rollback-missingrevision','s:67:\"ar:غير قادر على تحميل بيانات المراجعة.\";'),('ary','messages:rollback-success','s:110:\"ar:تم استرجاع تعديلات {{GENDER:$3|$1}}، حتى آخر نسخة بواسطة {{GENDER:$4|$2}}.\";'),('ary','messages:rollbackfailed','s:17:\"ary:rjoaa mankhch\";'),('ary','messages:rollbacklink','s:12:\"ary:رجّع\";'),('ary','messages:rollbacklinkcount','s:53:\"ary:رجع $1 {{PLURAL:$1|تعديلات|تعديل}}\";'),('ary','messages:rollbacklinkcount-morethan','s:132:\"ar:استرجاع أكثر من {{PLURAL:$1|تعديل|تعديل|تعديلين|$1 تعديلات|$1 تعديلاً|$1 تعديل}}\";'),('ary','messages:rotate-comment','s:138:\"ar:تدوير الصورة  {{PLURAL:$1||درجة واحدة|درجتان|$1 درجات|$1 درجة}} باتجاه عقارب الساعة\";'),('ary','messages:sat','s:10:\"ary:سبت\";'),('ary','messages:saturday','s:10:\"ary:سبت\";'),('ary','messages:saturday-at','s:36:\"ar:يوم السبت الساعة $1\";'),('ary','messages:savearticle','s:25:\"ary:صوڤي الصفحة\";'),('ary','messages:savearticle-start','s:28:\"ary:صوڤي الصفحة…\";'),('ary','messages:savechanges','s:28:\"ar:حفظ التغييرات\";'),('ary','messages:savechanges-start','s:32:\"ary:حفظ التغييرات...\";'),('ary','messages:savedprefs','s:47:\"ary:تسجلات التفضيلات ديالك.\";'),('ary','messages:savedrights','s:101:\"ar:حُفظت المجموعات الجديدة {{GENDER:$1|للمستخدم|للمستخدمة}} $1.\";'),('ary','messages:savefile','s:23:\"ary:صوڤي لفيشي\";'),('ary','messages:saveprefs','s:12:\"ary:سجًل\";'),('ary','messages:saveusergroups','s:73:\"ary:صوڤي مجموعات {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:scarytranscludedisabled','s:35:\"ary:[tadmin dyal interwiki moattal]\";'),('ary','messages:scarytranscludefailed','s:31:\"ary:[lbaht 3la lqalb fchl l $1]\";'),('ary','messages:scarytranscludefailed-httpstatus','s:48:\"ar:[فشل جلب القالب لـ $1: HTTP $2]\";'),('ary','messages:scarytranscludetoolong','s:20:\"ary:[URL twil bzzaf]\";'),('ary','messages:search','s:12:\"ary:قلّب\";'),('ary','messages:search-category','s:23:\"ary:(التصنيف $1)\";'),('ary','messages:search-error','s:47:\"ar:حدث خطأ ما أثناء البحث: $1\";'),('ary','messages:search-external','s:26:\"ary:قلب على برًا\";'),('ary','messages:search-file-match','s:40:\"ary:(كيطابق محتوى لفيشي)\";'),('ary','messages:search-filter-title-prefix','s:83:\"ar:البحث فقط في الصفحات التي يبدأ عنوانها بـ \"$1\"\";'),('ary','messages:search-filter-title-prefix-reset','s:33:\"ary:قلب ف كل الصفحات\";'),('ary','messages:search-ignored-headings','s:752:\"ar:# <!-- اترك هذا السطر كما هو --> <pre>\n# سيتم تجاهل الترويسات خلال عملية البحث\n#التغييرات ستأخذ مجراها ما أن يتم فهرسة الصفحة التي تحتوي على ترويسات\n# يمكنك فرض عملية فهرسة الصفحة من خلال تعديل فارغ\n# الصيغة هي كالأتي:\n# * كل ما يكتب بعد \"#\" إلى آخر السطر يعتبر تعليق\n# * كل سطر غير فارغ سيكون العنوان الذي سيتم تجاهله (سيأخذ العنوان كما هو بالضبط بالتشكيل وخلافه)\nالمراجع\nالوصلات الخارجية\nانظر أيضا\n#</pre><!--أترك هذا السطر كما هو -->\";'),('ary','messages:search-interwiki-custom','s:3:\"en:\";'),('ary','messages:search-interwiki-more','s:12:\"ary:(كتر)\";'),('ary','messages:search-interwiki-more-results','s:21:\"ary:نتائج كتر\";'),('ary','messages:search-interwiki-resultset-link','s:35:\"ar:مشاهدة كل النتائج\";'),('ary','messages:search-invalid-sort-order','s:144:\"ar:ترتيب فرز $1 غير معروفP سيتم تطبيق الفرز الافتراضي، ترتيبات الفرز الصالحة هي: $2\";'),('ary','messages:search-match-redirect-help','s:145:\"ar:حدد هذا الخيار لإعادة توجيهك إلى صفحة عندما يتطابق عنوان الصفحة مع ما بحثت عنه\";'),('ary','messages:search-match-redirect-label','s:74:\"ar:التحويل إلى التطابقات التامة عند البحث\";'),('ary','messages:search-nonefound','s:65:\"ary:حتى نتيجة ما كاطابقش مع هاد الطلب.\";'),('ary','messages:search-nonefound-thiswiki','s:83:\"ar:لا توجد نتائج تطابق الاستعلام في هذا الموقع.\";'),('ary','messages:search-redirect','s:26:\"ary:(تحولات من $1)\";'),('ary','messages:search-relatedarticle','s:18:\"ary:مرتابطة\";'),('ary','messages:search-result-category-size','s:158:\"ary:{{PLURAL:$1|عضو 1|$1 أعضاء}} ({{PLURAL:$2|تصنيف فرعي 1|$2 تصنيفات فرعيةa}}، {{PLURAL:$3|فيشي واحد|$3 فيشيات}})\";'),('ary','messages:search-result-size','s:54:\"ary:$1 ({{PLURAL:$2|كلمة وحدة|$2 كلمات}})\";'),('ary','messages:search-rewritten','s:85:\"ar:إظهار النتائج ل$1،  لم يتم العثور على نتائج ل$2.\";'),('ary','messages:search-section','s:15:\"ary:(قسم $1)\";'),('ary','messages:search-showingresults','s:149:\"ary:{{PLURAL:$4|النتائج <strong>$1</strong> من <strong>$3</strong>|النتائج <strong>$1 - $2</strong> من أصل <strong>$3</strong>}}\";'),('ary','messages:search-suggest','s:25:\"ary:واش كتقصد: $1\";'),('ary','messages:search-summary','s:3:\"en:\";'),('ary','messages:search-unknown-profile','s:137:\"ar:لم يتم التعرف على ملف تعريف البحث $1؛ سيتم تطبيق ملف تعريف البحث الافتراضي.\";'),('ary','messages:search-warning','s:42:\"ar:حدث خطأ أثناء البحث: $1\";'),('ary','messages:searchall','s:12:\"ary:كلشي\";'),('ary','messages:searcharticle','s:10:\"ary:سير\";'),('ary','messages:searchbutton','s:12:\"ary:قلّب\";'),('ary','messages:searchdisabled','s:223:\"ary:التقلاب ف {{SITENAME}} ماخدًامش.\nبيدمان, يمكن ليك تقلًب فڭووڭل.\nلاحظ باللًي لفهرس د لمحتوى د {{SITENAME}}يقدر يكون قديم ومابقاش صالح.\";'),('ary','messages:searchlimit-help','s:30:\"ar:العدد الأقصى: $1\";'),('ary','messages:searchlimit-label','s:79:\"ar:عدد نتائج البحث المراد إظهارها في كل صفحة:\";'),('ary','messages:searchmenu-exists','s:138:\"ary:كاينة صفحة ب هاد السمية \"[[:$1]]\" ف {{SITENAME}}. {{PLURAL:$2|0=|شوف تا نتايج التقلاب لخرة.}}\";'),('ary','messages:searchmenu-new','s:224:\"ary:صاوب الصفحة \"[[:$1]]\" ف هاد لويكي! {{PLURAL:$2|0=|شوف حتى الصفحة لي كاينة ف نتائج التقلاب.|شوف حتى الصفحات لي كاينين ف نتائج التقلاب.}}\";'),('ary','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('ary','messages:searchprofile-advanced','s:14:\"ary:متقدم\";'),('ary','messages:searchprofile-advanced-tooltip','s:50:\"ary:قلّب غير ف نّطاقات لمخصصة\";'),('ary','messages:searchprofile-articles','s:29:\"ary:صفحات المحتوى\";'),('ary','messages:searchprofile-articles-tooltip','s:18:\"ary:قلّب ف $1\";'),('ary','messages:searchprofile-everything','s:12:\"ary:كلشي\";'),('ary','messages:searchprofile-everything-tooltip','s:70:\"ary:قلّب ف ڭاع لمحتوى (حتا صفحات لمداكرة)\";'),('ary','messages:searchprofile-images','s:18:\"ary:الميديا\";'),('ary','messages:searchprofile-images-tooltip','s:29:\"ary:قلّب فالتصاور\";'),('ary','messages:searchrelated','s:18:\"ary:مرتابطة\";'),('ary','messages:searchresults','s:36:\"ary:النتائج د التقلاب\";'),('ary','messages:searchresults-title','s:41:\"ary:نتائج التقلاب على \"$1\"\";'),('ary','messages:searchresultshead','s:12:\"ary:قلّب\";'),('ary','messages:searchsuggest-containing','s:13:\"ary:فيه...\";'),('ary','messages:searchsuggest-search','s:28:\"ary:قلّب ف {{SITENAME}}\";'),('ary','messages:seconds','s:82:\"ar:{{PLURAL:$1||ثانية واحدة|ثانيتين|$1 ثوانٍ|$1 ثانية}}\";'),('ary','messages:seconds-abbrev','s:7:\"ary:$1s\";'),('ary','messages:seconds-ago','s:46:\"ar:قبل {{PLURAL:$1|ثانية|$1 ثوان}}\";'),('ary','messages:sectioneditnotsupported-text','s:70:\"ary:هاد الصفحة مافيهاش التعديل د لأقسام.\";'),('ary','messages:sectioneditnotsupported-title','s:59:\"ary:ماكاينش التعديل دلأقسام هنايا\";'),('ary','messages:selfmove','s:82:\"ar:العنوان هو نفسه؛\nلا يمكن نقل صفحة على نفسها.\";'),('ary','messages:selfredirect','s:313:\"ar:<strong>تحذير:</strong> أنت تقوم بتحويل الصفحة إلى نفسها.\nربما حددت الهدف الخطأ للتحويلة أو أنك تقوم بتحرير الصفحة الخطأ.\n\nإذا نقرت على «$1» مرة أخرى، سيتم إنشاء التحويلة رغم الخطأ.\";'),('ary','messages:semicolon-separator','s:10:\"ar:؛&#32;\";'),('ary','messages:semiprotectedpagemovewarning','s:231:\"ar:<strong>ملاحظة:</strong> هذه الصفحة تمت حمايتها ليتمكن المستخدمون المؤكون تلقائيا وحدهم من نقلها،\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ary','messages:semiprotectedpagewarning','s:273:\"ary:<strong>ملاحظة:</strong> هاد الصفحة محمية بحيت غير لخدايميا لمكونفيرمين نيشان لي يقدرو يبدلو فيها،\nالدخلة اللخرانية ف السيجيل د التبديل معروضة لتحت ك مرجع:\";'),('ary','messages:sep','s:14:\"ary:شتنبر\";'),('ary','messages:september','s:14:\"ary:شتنبر\";'),('ary','messages:september-gen','s:14:\"ary:شتنبر\";'),('ary','messages:servertime','s:28:\"ary:وقت السيرفور:\";'),('ary','messages:session_fail_preview','s:509:\"ary:سمحلينا! ماقدرناش نسجًلو التعديلات اللي درتي علاود تلفات لبيانات د هاد لحصًة.\n\nتقدر تكون دًيكونيكطيتي. <strong>عافاك تأكد باللي راك مكونيكطي وجرًب مرا خرا</strong>.\nإيلا بقات لمشكلة جرًب [[Special:UserLogout|ادًيكونيكطا]] وعاود دخل مرة خرا. و تأكد تا باللي لمتصفح ديالك تيخلًي لكوكيز من هاد لموقع.\";'),('ary','messages:session_fail_preview_html','s:637:\"ary:سمحلينا! ماقدرناش نسجًلو التعديلات اللي درتي علاود تلفات لبيانات د هاد لحصًة.\n\n<em>حيث {{SITENAME}} مخدًم HTML خام، العرض المسبق مخبًي كاحتياط ضد هجمات الجاڤاسكريبت.</em>\n\n<strong>إلا كانت هادي محاولة د التعديل معقولة، عافاك جرًب مرة خرا.</strong>\nإيلا بقات لمشكلة جرًب [[Special:UserLogout|ادًيكونيكطا]] وعاود دخل مرة خرا. و تأكد تا باللي لمتصفح ديالك تيخلًي لكوكيز من هاد لموقع.\";'),('ary','messages:sessionfailure','s:253:\"ar:يبدو أنه هناك مشكلة في جلسة الدخول الخاصة بك؛\nلذلك فقد ألغيت هذه العملية كإجراء احترازي ضد الاختراق.\nمن فضلك أعد إرسال الاستمارة مرة أخرى.\";'),('ary','messages:sessionfailure-title','s:27:\"ar:فشل في الجلسة\";'),('ary','messages:sessionmanager-tie','s:67:\"ar:لا يمكن جمع أنواع استيثاق متعددة: $1.\";'),('ary','messages:sessionprovider-generic','s:16:\"ar:جلسات $1\";'),('ary','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:83:\"ar:جلسات قائمة على ملفات تعريف الارتباط (كوكيز)\";'),('ary','messages:sessionprovider-nocookies','s:130:\"ar:قد يتم تعطيل الكوكيز. تأكد من تمكين ملفات تعريف الأرتباط وأبد مرةأخرى.\";'),('ary','messages:shared-repo','s:25:\"ary:ديپو مشتارك\";'),('ary','messages:shared-repo-from','s:11:\"ary:من $1\";'),('ary','messages:shared-repo-name-wikimediacommons','s:33:\"ary:ويكيميديا كومنز\";'),('ary','messages:shareddescriptionfollows','s:4:\"en:-\";'),('ary','messages:sharedupload','s:96:\"ary:هاد لفيشي جاي من $1 و لپروجيات لخرين يقدرو يستعملوه.\";'),('ary','messages:sharedupload-desc-create','s:179:\"ary:هاد لفيشي جاي من $1 و لپروجيات لخرين يقدرو يستعملوه.\nتقدر تبغي تبدّل لوصف ديالو ف [$2 الصفحة د لوصف].\";'),('ary','messages:sharedupload-desc-edit','s:179:\"ary:هاد لفيشي جاي من $1 و لپروجيات لخرين يقدرو يستعملوه.\nتقدر تبغي تبدّل لوصف ديالو ف [$2 الصفحة د لوصف].\";'),('ary','messages:sharedupload-desc-here','s:176:\"ary:هاد لفيشي جاي من $1 و يمكن تخدّم ف پروجيات خرين.\nلوصف لي كاين ف [$2 صّفحة د لوصف د لفيشي] مكتوب لتحت.\";'),('ary','messages:sharedupload-desc-there','s:174:\"ary:هاد لفيشي جاي من $1 و لپروجيات لخرين يقدرو يستعملوه.\nعافاك شوف [$2 لوصف د لفيشي] ل معلومات إضافية.\";'),('ary','messages:shortpages','s:23:\"ary:صفاحي قصار\";'),('ary','messages:shortpages-summary','s:3:\"en:\";'),('ary','messages:show','s:10:\"ary:وري\";'),('ary','messages:show-big-image','s:25:\"ary:لفيشي لأصلي\";'),('ary','messages:show-big-image-other','s:55:\"ary:{{PLURAL:$2|بعد آخر|أبعاد أخرى}}: $1\";'),('ary','messages:show-big-image-preview','s:39:\"ary:حجم هاد المعاينة: $1.\";'),('ary','messages:show-big-image-preview-differ','s:75:\"ar:حجم معاينة $3 لذلك الملف ذي الامتداد $2: $1.\";'),('ary','messages:show-big-image-size','s:21:\"ary:$1 × $2 بكسل\";'),('ary','messages:showdiff','s:29:\"ary:وري التبديلات\";'),('ary','messages:showhideselectedlogentries','s:59:\"ar:غير رؤية مدخلات السجل المختارة\";'),('ary','messages:showhideselectedversions','s:53:\"ary:وري/خبي المراجعات المختارة\";'),('ary','messages:showingresults','s:108:\"ary:باينة لتحت {{PLURAL:$1|<strong>1</strong> نتائج}} بادية برقم <strong>$2</strong>.\";'),('ary','messages:showingresultsinrange','s:199:\"ary:كاينة لتحت {{PLURAL:$1|نتيجة وحدة|<strong>$1</strong> نتايج|<strong>$1</strong> نتيجة}} ف لمجال السمياتي من <strong>$2</strong> ل <strong>$3</strong>.\";'),('ary','messages:shown-title','s:65:\"ary:وري $1 {{PLURAL:$1|نتيجة|نتائج}} فكل صفحة\";'),('ary','messages:showpreview','s:19:\"ary:عرض مسبق\";'),('ary','messages:showtoc','s:10:\"ary:وري\";'),('ary','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('ary','messages:sig-text','s:7:\"en:--$1\";'),('ary','messages:signature','s:64:\"ary:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|مداكرة]])\";'),('ary','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('ary','messages:signature-temp','s:74:\"ar:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|نقاش]])\";'),('ary','messages:signupend','s:3:\"en:\";'),('ary','messages:signupend-https','s:3:\"en:\";'),('ary','messages:signupstart','s:3:\"en:\";'),('ary','messages:simpleantispam-label','s:93:\"ary:اختبار ضد البريد المزعج.\n<strong>ما</strong> تعمّرش هادا!\";'),('ary','messages:site-atom-feed','s:37:\"ary:تلقيمة ديال أطوم $1\";'),('ary','messages:site-rss-feed','s:43:\"ary:تلقيمة ديال آر إس إس $1\";'),('ary','messages:sitecsspreview','s:131:\"ary:<strong>ماتنساش باللي (CSS) تاعك باقي فمرحلة التوجاد.\nراه مازال ماتسجل!</strong>\";'),('ary','messages:sitecssprotected','s:117:\"ar:ليس لديك صلاحية تعديل صفحة CSS هذه لأنها قد تؤثر على جميع الزوار.\";'),('ary','messages:sitejsonpreview','s:135:\"ar:<strong>تذكّر أنك في وضع المعاينة فقط لتهيئة جسون هذه،\nفهي لم تُنشر بعد!</strong>\";'),('ary','messages:sitejsonprotected','s:122:\"ar:ليس لديك صلاحية تعديل صفحة جسون هذه لأنها قد تؤثر على جميع الزوار.\";'),('ary','messages:sitejspreview','s:138:\"ary:<strong>ماتنساش باللي راك غي تاتجرب فجاڤاسكريپت ديالك.\nراه مازال ماتسجل!</strong>\";'),('ary','messages:sitejsprotected','s:135:\"ar:ليس لديك صلاحية تعديل صفحة جافا سكريبت هذه لأنها قد تؤثر على جميع الزوار.\";'),('ary','messages:sitenotice','s:4:\"en:-\";'),('ary','messages:siterawhtmlprotected','s:174:\"ar:ليس لديك صلاحية لتعديل هذه الصفحة لأنها تحتوي على HTML خام ويمكن تعديله للتأثير على جميع الزوار.\";'),('ary','messages:sitesubtitle','s:3:\"en:\";'),('ary','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('ary','messages:siteuser','s:35:\"ary:خدايمي د {{SITENAME}} $1\";'),('ary','messages:siteusers','s:74:\"ar:{{PLURAL:$2|{{GENDER:$1|مستخدم}}|مستخدمو}} {{SITENAME}} $1\";'),('ary','messages:size-bytes','s:28:\"ar:$1 {{PLURAL:$1|بايت}}\";'),('ary','messages:size-exabytes','s:22:\"ar:$1 إكسابايت\";'),('ary','messages:size-exapixel','s:22:\"ar:$1 إكسابكسل\";'),('ary','messages:size-gigabytes','s:22:\"ar:$1 جيجابايت\";'),('ary','messages:size-gigapixel','s:22:\"ar:$1 غيغابكسل\";'),('ary','messages:size-kilobytes','s:22:\"ar:$1 كيلوبايت\";'),('ary','messages:size-kilopixel','s:22:\"ar:$1 كيلوبكسل\";'),('ary','messages:size-megabytes','s:22:\"ar:$1 ميجابايت\";'),('ary','messages:size-megapixel','s:24:\"ar:$1  ميغا بكسل\";'),('ary','messages:size-petabytes','s:22:\"ar:$1 بيتابايت\";'),('ary','messages:size-petapixel','s:22:\"ar:$1 بيتابكسل\";'),('ary','messages:size-pixel','s:28:\"ar:$1 {{PLURAL:$1|بكسل}}\";'),('ary','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('ary','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('ary','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('ary','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('ary','messages:size-terabytes','s:22:\"ar:$1 تيرابايت\";'),('ary','messages:size-terapixel','s:22:\"ar:$1 تيرابكسل\";'),('ary','messages:size-yottabytes','s:22:\"ar:$1 يوتابايت\";'),('ary','messages:size-yottapixel','s:22:\"ar:$1 يوتابكسل\";'),('ary','messages:size-zettabytes','s:22:\"ar:$1 زيبيبايت\";'),('ary','messages:size-zettapixel','s:22:\"ar:$1 زيتابكسل\";'),('ary','messages:skin-action-addsection','s:26:\"ary:زيد شي موضوع\";'),('ary','messages:skin-action-delete','s:10:\"ary:محي\";'),('ary','messages:skin-action-move','s:12:\"ary:حوّل\";'),('ary','messages:skin-action-protect','s:10:\"ary:حمي\";'),('ary','messages:skin-action-undelete','s:21:\"ary:لغي الحدف\";'),('ary','messages:skin-action-unprotect','s:27:\"ary:بدّل الحماية\";'),('ary','messages:skin-action-viewdeleted','s:16:\"ary:نشوف $1?\";'),('ary','messages:skin-action-viewsource','s:21:\"ary:شوف لمصدر\";'),('ary','messages:skin-preview','s:19:\"ary:عرض مسبق\";'),('ary','messages:skin-view-create','s:12:\"ary:أنشئ\";'),('ary','messages:skin-view-create-local','s:26:\"ary:زيد وصف محلي\";'),('ary','messages:skin-view-edit','s:10:\"ary:بدل\";'),('ary','messages:skin-view-edit-local','s:26:\"ary:زيد وصف محلي\";'),('ary','messages:skin-view-foreign','s:16:\"ary:شوف ف $1\";'),('ary','messages:skin-view-history','s:14:\"ary:تاريخ\";'),('ary','messages:skin-view-view','s:10:\"ary:قرا\";'),('ary','messages:skinname-minerva','s:10:\"en:Minerva\";'),('ary','messages:skinname-vector','s:34:\"ary:ڤيكتور لقديم (2010)\";'),('ary','messages:skinname-vector-2022','s:23:\"ary:ڤيكتور (2022)\";'),('ary','messages:slot-name-main','s:14:\"ary:رئيسي\";'),('ary','messages:softblockrangesreason','s:165:\"ar:المساهمات بدون تسجيل الدخول غير مسموح بها من عنوان الأيبي الخاص بك ($1). من فضلك سجل الدخول.\";'),('ary','messages:sorbs','s:27:\"ar:دي إن إس بي إل\";'),('ary','messages:sorbs_create_account_reason','s:171:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\nلا يمكنك إنشاء حساب.\";'),('ary','messages:sorbsreason','s:134:\"ar:عنوان الأيبي الخاص بك موجود كبروكسي مفتوح في DNSBL المستخدم بواسطة {{SITENAME}}.\";'),('ary','messages:sort-ascending','s:21:\"ary:رتب بطلوع\";'),('ary','messages:sort-descending','s:23:\"ary:رتب بلهبوط\";'),('ary','messages:sort-initial','s:30:\"ar:الترتيب الأصلي\";'),('ary','messages:sort-rowspan-error','s:217:\"ar:تحتوي هذه الصفحة على جدول بسمة rowspan تمتد صفوفا أكثر مما يحتوي عليه الجدول بالفعل. يمكنك إصلاح هذا عن طريق تحرير الصفحة.\";'),('ary','messages:sourcefilename','s:37:\"ary:سميت لفيشي لمطلوب:\";'),('ary','messages:sourceurl','s:28:\"ary:URL ديال لمصدر:\";'),('ary','messages:sp-contributions-blocked-notice','s:140:\"ar:{{GENDER:$1|هذا المستخدم}} ممنوع حاليا.\nآخر مدخلة في سجل المنع موجودة أدناه كمرجع:\";'),('ary','messages:sp-contributions-blocked-notice-anon','s:126:\"ar:عنوان الأيبي هذا ممنوع حاليا.\nآخر مدخلة لسجل المنع معروضة هنا كمرجع:\";'),('ary','messages:sp-contributions-blocked-notice-anon-partial','s:150:\"ar:عنوان الأيبي هذا ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('ary','messages:sp-contributions-blocked-notice-partial','s:143:\"ar:هذا المستخدم ممنوع جزئيا حاليا.\nأحدث مدخلة في سجل المنع معروضة بالأسفل كمرجع:\";'),('ary','messages:sp-contributions-blocklog','s:26:\"ary:لوحة د لبلوك\";'),('ary','messages:sp-contributions-concurrency-ip','s:176:\"ar:عذرا، يتم تقديم الكثير من الطلبات من عنوان الآيبي الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('ary','messages:sp-contributions-concurrency-user','s:178:\"ar:عذرا، يتم تقديم الكثير من الطلبات من حساب المستخدم الخاص بك؛ الرجاء معاودة المحاولة في وقت لاحق.\";'),('ary','messages:sp-contributions-deleted','s:79:\"ary:مساهمات {{GENDER:$1|لخدايمي|لخدايمية}} لممسوحة\";'),('ary','messages:sp-contributions-explain','s:3:\"en:\";'),('ary','messages:sp-contributions-footer','s:4:\"en:-\";'),('ary','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('ary','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('ary','messages:sp-contributions-hideminor','s:43:\"ar:أخف التعديلات الطفيفة\";'),('ary','messages:sp-contributions-logs','s:14:\"ary:سجلات\";'),('ary','messages:sp-contributions-newonly','s:48:\"ary:وري غير لمصاوبة د صّفاحي\";'),('ary','messages:sp-contributions-outofrange','s:127:\"ar:غير قادر على عرض أي نتائج. نطاق الأيبي المطلوب هو أكبر من حد CIDR وهو /$1.\";'),('ary','messages:sp-contributions-search','s:34:\"ary:قلّب على مساهمات\";'),('ary','messages:sp-contributions-submit','s:12:\"ary:قلّب\";'),('ary','messages:sp-contributions-suppresslog','s:82:\"ar:مساهمات {{GENDER:$1|المستخدم|المستخدمة}} المخفية\";'),('ary','messages:sp-contributions-talk','s:16:\"ary:مداكرة\";'),('ary','messages:sp-contributions-toponly','s:43:\"ary:وري غير نّساخي لحالية\";'),('ary','messages:sp-contributions-uploads','s:18:\"ary:مرفوعات\";'),('ary','messages:sp-contributions-username','s:64:\"ary:لادريسة د لأيپي ؤلا سميت لخدايمي:\";'),('ary','messages:sp-contributions-userrights','s:75:\"ary:إدارة صلاحيات {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:sp-deletedcontributions-contribs','s:18:\"ary:مساهمات\";'),('ary','messages:sp-newimages-showfrom','s:26:\"ary:biyn lmilfat mn $2, $1\";'),('ary','messages:spam_blanking','s:66:\"ar:كل النسخ احتوت على وصلات ل $1، إفراغ\";'),('ary','messages:spam_deleting','s:72:\"ar:جميع النسخ تحوي رابطا إلى $1، يتم الحذف\";'),('ary','messages:spam_reverting','s:68:\"ar:استرجاع آخر نسخة ليس بها وصلات إلى $1\";'),('ary','messages:spambot_username','s:25:\"ary:tandif spam mediawiki\";'),('ary','messages:spamprotectionmatch','s:85:\"ar:النص التالي هو ما نشط مانع السبام الخاص بنا: $1\";'),('ary','messages:spamprotectiontext','s:178:\"ar:منع مرشح الإساءة النص الذي أردت نشره.\nهذا على الأرجح بسبب وصلة إلى موقع خارجي في القائمة السوداء.\";'),('ary','messages:spamprotectiontitle','s:44:\"ar:مرشح الحماية من السخام\";'),('ary','messages:special-characters-group-arabic','s:13:\"ar:عربية\";'),('ary','messages:special-characters-group-arabicextended','s:24:\"ar:عربية موسعة\";'),('ary','messages:special-characters-group-bangla','s:17:\"ar:بنغالية\";'),('ary','messages:special-characters-group-canadianaboriginal','s:20:\"ar:كندي أصلي\";'),('ary','messages:special-characters-group-cyrillic','s:17:\"ar:كيريلية\";'),('ary','messages:special-characters-group-devanagari','s:21:\"ar:ديوناكرية\";'),('ary','messages:special-characters-group-greek','s:17:\"ar:يونانية\";'),('ary','messages:special-characters-group-greekextended','s:28:\"ar:يونانية موسعة\";'),('ary','messages:special-characters-group-gujarati','s:17:\"ar:غجراتية\";'),('ary','messages:special-characters-group-hebrew','s:13:\"ar:عبرية\";'),('ary','messages:special-characters-group-ipa','s:24:\"ar:صوتية دولية\";'),('ary','messages:special-characters-group-khmer','s:15:\"ar:خميرية\";'),('ary','messages:special-characters-group-lao','s:13:\"ar:لاوية\";'),('ary','messages:special-characters-group-latin','s:17:\"ar:لاتينية\";'),('ary','messages:special-characters-group-latinextended','s:28:\"ar:لاتينية موسعة\";'),('ary','messages:special-characters-group-persian','s:15:\"ar:فارسية\";'),('ary','messages:special-characters-group-runes','s:26:\"ar:أبجدية رونية\";'),('ary','messages:special-characters-group-sinhala','s:17:\"ar:سنهالية\";'),('ary','messages:special-characters-group-symbols','s:11:\"ar:رموز\";'),('ary','messages:special-characters-group-tamil','s:17:\"ar:تاميلية\";'),('ary','messages:special-characters-group-telugu','s:17:\"ar:تيلوجية\";'),('ary','messages:special-characters-group-thai','s:19:\"ar:تايلندية\";'),('ary','messages:special-characters-title-emdash','s:24:\"ar:واصلة طويلة\";'),('ary','messages:special-characters-title-endash','s:24:\"ar:واصلة قصيرة\";'),('ary','messages:special-characters-title-minus','s:24:\"ar:علامة الطرح\";'),('ary','messages:specialdeletepage-page','s:34:\"ar:الصفحة المستهدفة\";'),('ary','messages:specialdeletepage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('ary','messages:specialeditpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('ary','messages:specialeditpage-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ary','messages:speciallogtitlelabel','s:108:\"ary:لمقصود (عنوان ولا {{ns:user}}:سمية د لخدايمي ب نّسبة ل لخدايمي):\";'),('ary','messages:specialloguserlabel','s:17:\"ary:المؤدي:\";'),('ary','messages:specialmute','s:20:\"ar:كتم الصوت\";'),('ary','messages:specialmute-email-footer','s:112:\"ary:باش تقاد التفضيلات د لإيميل د لخدايمي {{BIDI:$2}}؛ سير عافاك ل <$1>\";'),('ary','messages:specialmute-error-invalid-user','s:76:\"ar:لا يمكن العثور على اسم المستخدم المطلوب.\";'),('ary','messages:specialmute-error-no-options','s:340:\"ar:ميزات كتم الصوت غير متوفرة. قد يكون هذا بسبب أنك لم تؤكد عنوان بريدك الإلكتروني، أو بسبب قيام إداري الويكي بتعطيل ميزات البريد الإلكتروني أو قائمة كتم صوت البريد الإلكتروني لهذه الويكي.\";'),('ary','messages:specialmute-header','s:108:\"ar:يُرجَى تحديد تفضيلات كتم الصوت للمستخدم <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('ary','messages:specialmute-label-mute-email','s:123:\"ar:كتم رسائل البريد الإلكتروني من {{GENDER:$1|هذا المستخدم|هذه المستخدمة}}\";'),('ary','messages:specialmute-login-required','s:97:\"ar:يُرجَى تسجيل الدخول لتغيير تفضيلات الصمت الخاصة بك.\";'),('ary','messages:specialmute-submit','s:13:\"ar:تأكيد\";'),('ary','messages:specialmute-success','s:162:\"ar:تم تحديث تفضيلات كتم الصوت بنجاح. شاهد كل المستخدمين الصامتين في [[Special:Preferences|تفضيلاتك]].\";'),('ary','messages:specialpage','s:21:\"ary:صفحة خاصة\";'),('ary','messages:specialpage-empty','s:52:\"ar:لا توجد نتائج لهذا التقرير.\";'),('ary','messages:specialpage-securitylevel-not-allowed','s:133:\"ar:عذرا، أنت غير مسموح لك باستخدام هذه الصفة لأن هويتك لا يمكن التحقق منها.\";'),('ary','messages:specialpage-securitylevel-not-allowed-title','s:25:\"ar:غير مسموح به\";'),('ary','messages:specialpagehistory-page','s:34:\"ar:الصفحة المستهدفة\";'),('ary','messages:specialpagehistory-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ary','messages:specialpageinfo-page','s:34:\"ar:الصفحة المستهدفة\";'),('ary','messages:specialpageinfo-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ary','messages:specialpages','s:23:\"ary:صفحات خاصة\";'),('ary','messages:specialpages-group-changes','s:53:\"ary:التبديلات و السجلات اللخرة\";'),('ary','messages:specialpages-group-developer','s:30:\"ar:أدوات المطورين\";'),('ary','messages:specialpages-group-highuse','s:40:\"ary:صفاحي كيتخدّمو بزاف\";'),('ary','messages:specialpages-group-login','s:34:\"ary:دخول / إنشاء حساب\";'),('ary','messages:specialpages-group-maintenance','s:27:\"ary:تقارير صيانه\";'),('ary','messages:specialpages-group-media','s:45:\"ary:لميديا و تطلاع لفيشيات\";'),('ary','messages:specialpages-group-other','s:34:\"ary:صفاحي خاصين خرين\";'),('ary','messages:specialpages-group-pages','s:30:\"ary:ليسطات د صفاحي\";'),('ary','messages:specialpages-group-pagetools','s:32:\"ary:دوزان د الصفاحي\";'),('ary','messages:specialpages-group-redirects','s:42:\"ary:صفاحي خاصهوم يتحوّلو\";'),('ary','messages:specialpages-group-spam','s:15:\"ary:adawat spam\";'),('ary','messages:specialpages-group-users','s:42:\"ary:لخدايميا و الصلاحيات\";'),('ary','messages:specialpages-group-wiki','s:26:\"ary:داطا و دوزان\";'),('ary','messages:specialpages-note-cached','s:4:\"en:-\";'),('ary','messages:specialpages-note-restricted','s:116:\"ar:* صفحات خاصة عادية.\n* <span class=\"mw-specialpagerestricted\">صفحات خاصة مقيدة.</span>\";'),('ary','messages:specialpages-note-top','s:17:\"ar:المفتاح\";'),('ary','messages:specialpages-summary','s:3:\"en:\";'),('ary','messages:specialprotectpage-page','s:34:\"ar:الصفحة المستهدفة\";'),('ary','messages:specialprotectpage-submit','s:33:\"ar:انتقل إلى الصفحة\";'),('ary','messages:specialpurge-page','s:34:\"ar:الصفحة المستهدفة\";'),('ary','messages:specialpurge-submit','s:29:\"ar:انتقل إلى صفحة\";'),('ary','messages:statistics','s:18:\"ary:إحصاءات\";'),('ary','messages:statistics-articles','s:30:\"ary:صفاحي د لمحتوى\";'),('ary','messages:statistics-articles-desc','s:3:\"en:\";'),('ary','messages:statistics-edits','s:61:\"ary:تبديلات د صفاحي ملي بدات {{SITENAME}}\";'),('ary','messages:statistics-edits-average','s:43:\"ary:معدل تبديلات فكل صفحة\";'),('ary','messages:statistics-files','s:26:\"ary:طلّع شي فيشي\";'),('ary','messages:statistics-files-desc','s:3:\"en:\";'),('ary','messages:statistics-footer','s:3:\"en:\";'),('ary','messages:statistics-header-edits','s:42:\"ary:إحصاءات ديال تبديلات\";'),('ary','messages:statistics-header-hooks','s:25:\"ary:إحصاءات خرة\";'),('ary','messages:statistics-header-pages','s:32:\"ary:إحصاءات د صفاحي\";'),('ary','messages:statistics-header-users','s:38:\"ary:إحصاءات د لخدايميا\";'),('ary','messages:statistics-pages','s:14:\"ary:صفحات\";'),('ary','messages:statistics-pages-desc','s:101:\"ary:ڭاع صفاحي ف لويكي، من بينهم صفاحي د لمداكرة، تحويلات..\";'),('ary','messages:statistics-summary','s:3:\"en:\";'),('ary','messages:statistics-users','s:31:\"ary:خدايميا مقيدين\";'),('ary','messages:statistics-users-active','s:33:\"ary:خدايميا مداومين\";'),('ary','messages:statistics-users-active-desc','s:130:\"ary:لخدايميا لي دارو شي تبديل ف {{PLURAL:$1|$1 يوم|يوم|يوماين|$1 يام|$1 يوم}} لّخّرة\";'),('ary','messages:storedversion','s:29:\"ary:النسخة لمسجلة\";'),('ary','messages:subcategories','s:29:\"ary:تصنيفات فرعية\";'),('ary','messages:subject','s:17:\"ary:لموضوع:\";'),('ary','messages:summary','s:13:\"ary:ملخص:\";'),('ary','messages:summary-preview','s:31:\"ary:معاينة د لملخص:\";'),('ary','messages:sun','s:10:\"ary:لحد\";'),('ary','messages:sunday','s:10:\"ary:لحد\";'),('ary','messages:sunday-at','s:36:\"ar:يوم الأحد الساعة $1\";'),('ary','messages:suppress','s:20:\"ary:أوفرسايت\";'),('ary','messages:suppressionlog','s:36:\"ary:اللائحة د الإخفاء\";'),('ary','messages:suppressionlogtext','s:254:\"ar:بالأسفل قائمة بعمليات الحذف والمنع التي تتضمن محتوى مخفيا عن الإداريين.\nانظر [[Special:BlockList|قائمة منع الآيبي]] لترى عمليات المنع القائمة الآن.\";'),('ary','messages:suspicious-userlogout','s:159:\"ary:الطلب ديالك باش ديكونيكطا ماتقبلش حيث تيبان بحالا تصيفط من متصفح خاسر ولا وسيط تخزين.\";'),('ary','messages:svg-long-desc','s:87:\"ary:فيشي SVG، ب أبعاد $1 × $2 پيكسيل، تّيساع د لفيشي: $3\";'),('ary','messages:svg-long-desc-animated','s:87:\"ar:ملف SVG متحرك، بمقاسات  $1  ×  $2  بكسل، حجم الملف: $3\";'),('ary','messages:svg-long-error','s:33:\"ar:ملف SVG غير صالح: $1\";'),('ary','messages:syntaxhighlight-desc','s:151:\"ar:يوفر تمييزا لتركيب <code>&lt;syntaxhighlight&gt;</code> باستخدام [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('ary','messages:syntaxhighlight-enclose-category','s:69:\"ar:الصفحات التي تستخدم سمات enclose مهجورة\";'),('ary','messages:syntaxhighlight-enclose-category-desc','s:104:\"ar:يستخدم إبراز بناء الجملة على الصفحة بناء جملة enclose مهمل.\";'),('ary','messages:syntaxhighlight-error-category','s:60:\"ar:صفحات بها أخطاء في تعليم الصيغة\";'),('ary','messages:syntaxhighlight-error-category-desc','s:121:\"ar:كان هناك خطأ عند محاولة لتسليط الضوء على الكود المدرجة في الصفحة.\";'),('ary','messages:syntaxhighlight-error-exceeds-size-limit','s:147:\"ar:يتجاوز حجم الكود البالغ $1 {{PLURAL:$1|بايت}} الحد الأقصى المسموح به وهو $2 {{PLURAL:$2|بايت}}\";'),('ary','messages:syntaxhighlight-error-pygments-invocation-failure','s:33:\"ar:فشل استدعاء Pygments\";'),('ary','messages:syntaxhighlight-error-unknown-language','s:34:\"ar:لغة غير معروفة \"$1\"\";'),('ary','messages:syntaxhighlight-source-category','s:82:\"ar:الصفحات التي تستخدم علامات المصدر الموقوفة\";'),('ary','messages:syntaxhighlight-source-category-desc','s:92:\"ar:يستخدم تسليط الضوء على الصفحة علامات مصدر مهجورة\";'),('ary','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:13:\"ar:الكود\";'),('ary','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:13:\"ar:اللغة\";'),('ary','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:16:\"ar:(لا شيء)\";'),('ary','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:37:\"ar:إظهار أرقام الخطوط\";'),('ary','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:27:\"ar:رقم سطر البدء\";'),('ary','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:14:\"ar:نص خام\";'),('ary','messages:systemblockedtext','s:429:\"ar:اسم المستخدم أو عنوان الأيبي الخاص بك تم منعه تلقائيا بواسطة ميدياويكي.\nالسبب المعطى هو:\n\n:<em>$2</em>\n\n* بداية المنع: $8\n* نهاية المنع: $6\n* المقصود بالمنع: $7\n\nعنوان الأيبي الحالي الخاص بك هو $3.\nمن فضلك ضمن كل التفاصيل بالأعلى في أي استعلام تقوم به.\";'),('ary','messages:table_pager_empty','s:19:\"ary:تا نتيجة\";'),('ary','messages:table_pager_first','s:31:\"ary:الصفحة اللًولا\";'),('ary','messages:table_pager_last','s:35:\"ary:الصفحة اللخرانية\";'),('ary','messages:table_pager_limit','s:26:\"ary:biyn  $1 onssor f sfha\";'),('ary','messages:table_pager_limit_label','s:34:\"ary:لعناصر ف كل صفحة:\";'),('ary','messages:table_pager_limit_submit','s:10:\"ary:سير\";'),('ary','messages:table_pager_next','s:29:\"ary:الصفحة الجاية\";'),('ary','messages:table_pager_prev','s:29:\"ary:الصفحة لفايتة\";'),('ary','messages:tag-filter','s:47:\"ary:فيلتر [[Special:Tags|الطاگات]]:\";'),('ary','messages:tag-filter-submit','s:14:\"ary:فيلتر\";'),('ary','messages:tag-hidden','s:29:\"ar:$1 (علامة مخفية)\";'),('ary','messages:tag-list-wrapper','s:54:\"ary:[[Special:Tags|{{PLURAL:$1|وسم|وسوم}}]]: $2\";'),('ary','messages:tag-mobile_edit','s:31:\"ar:تحرير من الجوال\";'),('ary','messages:tag-mobile_edit-description','s:48:\"ar:تحرير بواسطة موقع الجوال\";'),('ary','messages:tag-mobile_web_edit','s:29:\"ar:تعديل ويب جوال\";'),('ary','messages:tag-mobile_web_edit-description','s:58:\"ar:تعديل من موقع الويب في المحمول\";'),('ary','messages:tag-mw-blank','s:13:\"ar:إفراغ\";'),('ary','messages:tag-mw-blank-description','s:48:\"ar:التعديلات التي تفرغ صفحة\";'),('ary','messages:tag-mw-changed-redirect-target','s:39:\"ar:غُيَّر هدف التحويلة\";'),('ary','messages:tag-mw-changed-redirect-target-description','s:59:\"ar:التعديلات التي تغير هدف تحويلة\";'),('ary','messages:tag-mw-contentmodelchange','s:39:\"ar:تغيير موديل المحتوى\";'),('ary','messages:tag-mw-contentmodelchange-description','s:152:\"ar:التعديلات التي [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel تغير موديل المحتوى] لصفحة\";'),('ary','messages:tag-mw-manual-revert','s:22:\"ar:تراجع يدوي\";'),('ary','messages:tag-mw-manual-revert-description','s:89:\"ar:التعديلات التي تسترجع الصفحة يدويا لحالة سابقة\";'),('ary','messages:tag-mw-new-redirect','s:26:\"ar:تحويلة جديدة\";'),('ary','messages:tag-mw-new-redirect-description','s:103:\"ar:التعديلات التي تنشيء تحويلة جديدة أو تغير صفحة لتحويلة\";'),('ary','messages:tag-mw-removed-redirect','s:28:\"ar:أزال التحويلة\";'),('ary','messages:tag-mw-removed-redirect-description','s:92:\"ar:التعديلات التي تغير تحويلة موجودة إلى غير تحويلة\";'),('ary','messages:tag-mw-replace','s:15:\"ar:استبدل\";'),('ary','messages:tag-mw-replace-description','s:84:\"ar:التعديلات التي أزالت أكثر من 90% من محتوى صفحة\";'),('ary','messages:tag-mw-reverted','s:15:\"ar:مسترجع\";'),('ary','messages:tag-mw-reverted-description','s:86:\"ar:التعديلات التي جرى التراجع عنها في تعديل لاحق\";'),('ary','messages:tag-mw-rollback','s:14:\"ary:ترجاع\";'),('ary','messages:tag-mw-rollback-description','s:124:\"ar:التعديلات التي استرجعت التعديلات السابقة باستخدام وصلة الاسترجاع\";'),('ary','messages:tag-mw-server-side-upload','s:40:\"ar:رفع من طرف المُخدِّم\";'),('ary','messages:tag-mw-server-side-upload-description','s:87:\"ar:ملفات الوسائط المرفوعة عبر برنامج نصي للصيانة\";'),('ary','messages:tag-mw-undo','s:11:\"ar:رجوع\";'),('ary','messages:tag-mw-undo-description','s:113:\"ar:التعديلات التي ترجع عن التعديلات السابقة باستخدام وصلة رجوع\";'),('ary','messages:tagline','s:21:\"ary:من {{SITENAME}}\";'),('ary','messages:tags','s:34:\"ary:وسوم تغيير صحيحه\";'),('ary','messages:tags-actions-header','s:17:\"ar:إجراءات\";'),('ary','messages:tags-activate','s:13:\"ar:تنشيط\";'),('ary','messages:tags-activate-not-allowed','s:55:\"ar:ليس من الممكن تفعيل الوسم \"$1\".\";'),('ary','messages:tags-activate-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('ary','messages:tags-activate-question','s:51:\"ar:أنت على وشك تنشيط الوسم \"$1\".\";'),('ary','messages:tags-activate-reason','s:14:\"ar:السبب:\";'),('ary','messages:tags-activate-submit','s:13:\"ar:تفعيل\";'),('ary','messages:tags-activate-title','s:20:\"ar:نشط الوسم\";'),('ary','messages:tags-active-header','s:11:\"ar:نشط؟\";'),('ary','messages:tags-active-no','s:8:\"ary:لا\";'),('ary','messages:tags-active-yes','s:8:\"ary:آه\";'),('ary','messages:tags-apply-blocked','s:133:\"ar:لا يمكنك تطبيق وسوم التغيير جنبا إلى جنب مع تغييراتك أثناء {{GENDER:$1|منعك}}.\";'),('ary','messages:tags-apply-no-permission','s:114:\"ar:ليس لديك إذن لتطبيق علامات التغيير جنبا إلى جنب مع التغييرات.\";'),('ary','messages:tags-apply-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن يتم تطبيقها يدويا: $1\";'),('ary','messages:tags-apply-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن يتم تطبيقه يدويا.\";'),('ary','messages:tags-create-already-exists','s:43:\"ar:الوسم \"$1\" موجود بالفعل.\";'),('ary','messages:tags-create-explanation','s:129:\"ar:افتراضيا، الوسوم المنشأة حديثا سيتاح استخدامها للمستخدمين والبوتات.\";'),('ary','messages:tags-create-heading','s:29:\"ar:إنشاء وسم جديد\";'),('ary','messages:tags-create-invalid-chars','s:186:\"ar:ينبغي ألا تحتوي أسماء الوسوم على فواصل (<code>,</code>) أو عارضة عمودية (<code>|</code>) أو خط مائل للأمام (<code>/</code>).\";'),('ary','messages:tags-create-invalid-title-chars','s:147:\"ar:يجب أن لا تحتوي أسماء العلامات الأحرف التي لا يمكن استخدامها في عناوين الصفحات.\";'),('ary','messages:tags-create-no-name','s:44:\"ar:عليك أن تحدد اسم الوسم.\";'),('ary','messages:tags-create-reason','s:14:\"ar:السبب:\";'),('ary','messages:tags-create-submit','s:11:\"ar:أنشئ\";'),('ary','messages:tags-create-tag-name','s:21:\"ar:اسم الوسم:\";'),('ary','messages:tags-create-warnings-above','s:142:\"ar:{{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}} عند محاولة إنشاء الوسم \"$1\":\";'),('ary','messages:tags-create-warnings-below','s:51:\"ar:هل تود متابعة إنشاء الوسم؟\";'),('ary','messages:tags-deactivate','s:13:\"ar:تعطيل\";'),('ary','messages:tags-deactivate-not-allowed','s:55:\"ar:من غير الممكن تعطيل الوسم \"$1\".\";'),('ary','messages:tags-deactivate-question','s:51:\"ar:أنت على وشك تعطيل الوسم \"$1\".\";'),('ary','messages:tags-deactivate-reason','s:14:\"ar:السبب:\";'),('ary','messages:tags-deactivate-submit','s:9:\"ar:عطل\";'),('ary','messages:tags-deactivate-title','s:20:\"ar:عطل الوسم\";'),('ary','messages:tags-delete','s:11:\"ar:احذف\";'),('ary','messages:tags-delete-explanation-active','s:283:\"ar:<strong>الوسم \"$1\" مازال نشطا، وسيتم الاستمرار في تطبيقه في المستقبل.</strong> لمنع هذا من الحدوث، اذهب إلى المكان(الأمكنة) حيث الوسم مضبوط ليتم تطبيقه، وعطله هناك.\";'),('ary','messages:tags-delete-explanation-in-use','s:179:\"ar:ستتم إزالته من {{PLURAL:$2|$2 مراجعة او مدخلة سجل|كل $2 مراجعات و/أو مدخلات سجل}} الذي هو مطبق عليهم حاليا.\";'),('ary','messages:tags-delete-explanation-initial','s:80:\"ar:أنت على وشك حذف الوسم \"$1\" من قاعدة البيانات.\";'),('ary','messages:tags-delete-explanation-warning','s:259:\"ar:هذا الفعل <strong>غير رجعي</strong> و <strong>لا يمكن التراجع عنه</strong>، ولا حتى بواسطة إداريي قاعدة البيانات. كن متاكدا من أن هذا هو الوسم الذي تريد حذفه.\";'),('ary','messages:tags-delete-no-permission','s:76:\"ar:أنت لا تمتلك الصلاحية لحذف وسوم التغيير.\";'),('ary','messages:tags-delete-not-allowed','s:123:\"ar:الوسوم التي يعرفها امتداد لا يمكن حذفها إلا إذا أتاح الامتداد ذلك.\";'),('ary','messages:tags-delete-not-found','s:37:\"ar:الوسم \"$1\" غير موجود.\";'),('ary','messages:tags-delete-reason','s:10:\"ar:سبب:\";'),('ary','messages:tags-delete-submit','s:80:\"ar:حذف هذا الوسم دون رجعة (ستدمر بعض البيانات)\";'),('ary','messages:tags-delete-title','s:20:\"ar:حذف الوسم\";'),('ary','messages:tags-delete-too-many-uses','s:140:\"ar:الوسم \"$1\" مطبق في أكثر من $2 {{PLURAL:$2|مراجعة|مراجعات}}، مما يعني أنه لا يمكن حذفه.\";'),('ary','messages:tags-delete-warnings-after-delete','s:134:\"ar:الوسم \"$1\" تم حذفه، لكن {{PLURAL:$2|التحذير التالي حدث|التحذيرات التالية حدثت}}:\";'),('ary','messages:tags-description-header','s:33:\"ary:وصف كالم د لمعنى\";'),('ary','messages:tags-display-header','s:48:\"ary:الظهور فقوائم التغييرات\";'),('ary','messages:tags-edit','s:10:\"ary:بدل\";'),('ary','messages:tags-edit-add','s:30:\"ar:أضف هذه الوسوم:\";'),('ary','messages:tags-edit-chosen-no-results','s:29:\"ar:لا وسوم مطابقة\";'),('ary','messages:tags-edit-chosen-placeholder','s:31:\"ar:اختر بعض الوسوم\";'),('ary','messages:tags-edit-existing-tags','s:33:\"ar:الوسوم الموجودة:\";'),('ary','messages:tags-edit-existing-tags-none','s:25:\"ar:<em>لا وسوم</em>\";'),('ary','messages:tags-edit-failure','s:39:\"ar:التغييرات لم تطبق: $1\";'),('ary','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('ary','messages:tags-edit-logentry-legend','s:118:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|مدخلة السجل هذه|كل مدخلات السجل ال$1}}\";'),('ary','messages:tags-edit-logentry-selected','s:73:\"ar:{{PLURAL:$1|حدث سجل مختار|أحداث سجل مختارة}}:\";'),('ary','messages:tags-edit-logentry-submit','s:100:\"ar:طبق التغييرات ل{{PLURAL:$1|مدخلة السجل هذه|$1 مدخلات السجل}}\";'),('ary','messages:tags-edit-manage-link','s:30:\"ar:التحكم بالوسوم\";'),('ary','messages:tags-edit-new-tags','s:23:\"ar:وسوم جديدة:\";'),('ary','messages:tags-edit-none-selected','s:99:\"ar:من فضلك اختر على الأقل وسما واحدا للإضافة أو الإزالة.\";'),('ary','messages:tags-edit-nooldid-text','s:129:\"ar:لم تحدد النسخة التي تريد تطبيق العملية عليها أو لا يوجد نسخة من الأصل.\";'),('ary','messages:tags-edit-nooldid-title','s:40:\"ar:مراجعة هدف غير صالحة\";'),('ary','messages:tags-edit-reason','s:14:\"ar:السبب:\";'),('ary','messages:tags-edit-remove','s:30:\"ar:أزل هذه الوسوم:\";'),('ary','messages:tags-edit-remove-all-tags','s:29:\"ar:(أزل كل الوسوم)\";'),('ary','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('ary','messages:tags-edit-revision-legend','s:104:\"ar:أضف أو أزل الوسوم من {{PLURAL:$1|هذه المراجعة|كل $1 المراجعات}}\";'),('ary','messages:tags-edit-revision-selected','s:84:\"ar:{{PLURAL:$1|مراجعة مختارة|مراجعات مختارة}} من [[:$2]]:\";'),('ary','messages:tags-edit-revision-submit','s:86:\"ar:طبق التغييرات ل{{PLURAL:$1|هذه المراجعة|$1 مراجعات}}\";'),('ary','messages:tags-edit-success','s:31:\"ar:طبقت التغييرات.\";'),('ary','messages:tags-edit-title','s:26:\"ar:تعديل الوسوم\";'),('ary','messages:tags-hidden','s:13:\"ar:(مخفي)\";'),('ary','messages:tags-hitcount','s:68:\"ary:{{PLURAL:$1|تبديل واحد|$1 ديال التبديلات}}\";'),('ary','messages:tags-hitcount-header','s:31:\"ary:تغييرات موسومة\";'),('ary','messages:tags-intro','s:152:\"ary:هاد الصفحة كاتليسطي الطاڭات اللي يمكن يرشم بيها بيرنامج شي تعديل، و لمعنا ديالها.\";'),('ary','messages:tags-manage-blocked','s:88:\"ar:لا يمكنك إدارة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('ary','messages:tags-manage-no-permission','s:67:\"ar:ليس لديك صلاحية إدارة وسوم التغيير.\";'),('ary','messages:tags-source-extension','s:41:\"ar:معرف بواسطة البرنامج\";'),('ary','messages:tags-source-header','s:15:\"ar:المصدر\";'),('ary','messages:tags-source-manual','s:82:\"ar:تم تطبيقه يدويا بواسطة المستخدمين والبوتات\";'),('ary','messages:tags-source-none','s:40:\"ar:لم يعد قيد الاستخدام\";'),('ary','messages:tags-summary','s:3:\"en:\";'),('ary','messages:tags-tag','s:23:\"ary:سميًت لوسم\";'),('ary','messages:tags-title','s:12:\"ary:وسوم\";'),('ary','messages:tags-update-add-not-allowed-multi','s:129:\"ar:The following {{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إضافتها يدويا: $1\";'),('ary','messages:tags-update-add-not-allowed-one','s:73:\"ar:الوسم \"$1\" غير مسموح أن تتم إضافته يدويا.\";'),('ary','messages:tags-update-blocked','s:104:\"ar:لا يمكنك إضافة أو إزالة وسوم التغيير أثناء {{GENDER:$1|منعك}}.\";'),('ary','messages:tags-update-no-permission','s:160:\"ar:أنت لا تمتلك السماح لإضافة أو إزالة وسوم التغيير من المراجعات أو مدخلات السجل الفردية.\";'),('ary','messages:tags-update-remove-not-allowed-multi','s:115:\"ar:{{PLURAL:$2|الوسم|الوسوم}} التالية غير مسموح أن تتم إزالتها يدويا: $1\";'),('ary','messages:tags-update-remove-not-allowed-one','s:57:\"ar:من غير المسموح إزالة الوسم \"$1\".\";'),('ary','messages:talk','s:16:\"ary:مداكرة\";'),('ary','messages:talkpageheader','s:4:\"en:-\";'),('ary','messages:talkpagelinktext','s:16:\"ary:مداكرة\";'),('ary','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('ary','messages:template-equals-category','s:52:\"ar:الصفحات التي تستخدم = كقالب\";'),('ary','messages:template-equals-category-desc','s:303:\"ar:تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('ary','messages:template-equals-warning','s:333:\"ar:<strong>تحذير:</ strong> تحتوي الصفحة على <code><nowiki>{{=}}</nowiki></code> ولكن في هذه الويكي الذي لا يتوسع إلى <code>=</code>. هذا الاستخدام مهمل؛ إصدار ميدياويكي مستقبلي سيطبق <code><nowiki>{{=}}</nowiki></code> كوظيفة محلل.\";'),('ary','messages:template-loop-category','s:46:\"ary:صفاحي ب طانݣات د لموضيل\";'),('ary','messages:template-loop-category-desc','s:113:\"ary:هاد صّفحة فيها طانڭة ف لموضيل، يعني بلي لموضيل كيعيّط ل راسو\";'),('ary','messages:template-loop-warning','s:175:\"ary:<strong>إندار:</strong> هاد صّفحة كاتعيّط ل [[:$1]] لي كيتسبب ف طانڭة د موضيل (تعياط لانهائي ديال فونكسيو).\";'),('ary','messages:template-protected','s:18:\"ary:(محميّة)\";'),('ary','messages:template-semiprotected','s:23:\"ary:(نصً محمية)\";'),('ary','messages:templatepage','s:36:\"ary:طالع صفحة الموديل\";'),('ary','messages:templatesused','s:99:\"ary:{{PLURAL:$1|لموضيل لمخدّم|لموضيلات لمخدّمة}} ف هاد الصفحة:\";'),('ary','messages:templatesusedpreview','s:101:\"ary:{{PLURAL:$1|لموضيل لمخدّم|لموضيلات لمخدّمة}} ف هاد لپريڤيو:\";'),('ary','messages:templatesusedsection','s:97:\"ary:{{PLURAL:$1||لموديل لمخدًم|لموديلات لمخدًمة}} فهاد لقيسم:\";'),('ary','messages:textmatches','s:34:\"ary:نص الصفحة تيطابق\";'),('ary','messages:thisisdeleted','s:28:\"ary:نشوف وترجع $1؟\";'),('ary','messages:throttled-mailpassword','s:288:\"ary:تسيفطليك تذكير بكلمة السر، هادي {{PLURAL:$1||ساعة|ساعتين|$1 د السوايع|$1 ساعة}}.\nباش يتًمنع التخريب، غادي يتصيفط تذكير واحد كل {{PLURAL:$1||ساعة|ساعتين|$1 د السوايع|$1 ساعة}}.\";'),('ary','messages:thu','s:14:\"ary:لخميس\";'),('ary','messages:thumbnail-dest-create','s:59:\"ar:تعذر حفظ الصورة المصغرة للوجهة\";'),('ary','messages:thumbnail-more','s:12:\"ary:كبّر\";'),('ary','messages:thumbnail-temp-create','s:70:\"ar:تعذر إنشاء ملف الصورة المصغرة المؤقت\";'),('ary','messages:thumbnail_dest_directory','s:60:\"ar:غير قادر على إنشاء المجلد الهدف\";'),('ary','messages:thumbnail_error','s:58:\"ary:غالاط ف لمصاوبة د لمينياتور: $1\";'),('ary','messages:thumbnail_error_remote','s:32:\"ar:رسالة عطل من $1:\n$2\";'),('ary','messages:thumbnail_gd-library','s:67:\"ar:ضبط مكتبة GD غير مكتمل: دالة مفقودة $1\";'),('ary','messages:thumbnail_image-failure-limit','s:208:\"ar:هناك الكثير من المحاولات الفاشلة مؤخراً ($1 أو أكثر) لتَصْيير هذه الصورة المصغرة. الرجاء المحاولة مرة أخرى لاحقاً.\";'),('ary','messages:thumbnail_image-missing','s:20:\"ary:milef naqṣ: $1\";'),('ary','messages:thumbnail_image-size-zero','s:53:\"ar:حجم ملف الصورة يبدو أنه صفر.\";'),('ary','messages:thumbnail_image-type','s:40:\"ar:نوع الصورة غير مدعوم\";'),('ary','messages:thumbnail_invalid_params','s:48:\"ar:محددات التصغير غير صحيحة\";'),('ary','messages:thumbnail_toobigimagearea','s:39:\"ar:ملف أبعداه أكبر من $1\";'),('ary','messages:thumbsize','s:35:\"ary:حجم العرض المصغر:\";'),('ary','messages:thursday','s:14:\"ary:لخميس\";'),('ary','messages:thursday-at','s:38:\"ar:يوم الخميس الساعة $1\";'),('ary','messages:timeouterror','s:35:\"ar:انتهت مهلة الخادم\";'),('ary','messages:timeouterror-text','s:147:\"ar:تم تجاوز الحد الأقصى لوقت الطلب وهو {{PLURAL:$1|ثانية واحدة|ثانيتين|$1 ثواني|$1 ثانية}}.\";'),('ary','messages:timezone-local','s:11:\"ar:محلي\";'),('ary','messages:timezone-useoffset-placeholder','s:45:\"ar:مثال القيم: \"-07:00\" أو \"01:00\"\";'),('ary','messages:timezone-utc','s:11:\"ar:ت ع م\";'),('ary','messages:timezonelegend','s:34:\"ary:المنطقة الزمنية:\";'),('ary','messages:timezoneregion-africa','s:18:\"ary:افريقيا\";'),('ary','messages:timezoneregion-america','s:18:\"ary:ميريكان\";'),('ary','messages:timezoneregion-antarctica','s:24:\"ary:أنتاركتيكا\";'),('ary','messages:timezoneregion-arctic','s:29:\"ary:القطب الشمالي\";'),('ary','messages:timezoneregion-asia','s:12:\"ary:آسيا\";'),('ary','messages:timezoneregion-atlantic','s:31:\"ary:المحيط الأطلسي\";'),('ary','messages:timezoneregion-australia','s:20:\"ary:أستراليا\";'),('ary','messages:timezoneregion-europe','s:16:\"ary:أوروبا\";'),('ary','messages:timezoneregion-indian','s:29:\"ary:المحيط الهندي\";'),('ary','messages:timezoneregion-pacific','s:25:\"ary:لمحيط لهادي\";'),('ary','messages:timezoneuseoffset','s:36:\"ary:وحداخر (ختار لوقت)\";'),('ary','messages:timezoneuseserverdefault','s:49:\"ary:خدًم الويكي الافتراضي ($1)\";'),('ary','messages:title-invalid','s:60:\"ary:عنوان الصفحة المطلوبة ما صالحش\";'),('ary','messages:title-invalid-characters','s:94:\"ary:لعنوان لمطلوب د الصفحة كيتضمّن رموز ماصالحينش: \"$1\"\";'),('ary','messages:title-invalid-empty','s:96:\"ar:عنوان الصفحة المطلوبة فارغ أو يحتوي اسم النطاق فقط.\";'),('ary','messages:title-invalid-interwiki','s:145:\"ar:عنوان الصفحة المطلوب يتضمن وصلة لحلقة لغة وهو ما لا يمكن استخدامه في العناوين.\";'),('ary','messages:title-invalid-leading-colon','s:100:\"ar:عنوان الصفحة المطلوب يتضمن فاصلة غير صالحة في بدايته.\";'),('ary','messages:title-invalid-magic-tilde','s:136:\"ar:عنوان الصفحة المطلوب يحتوي على تتابع الشر السحري غير الصحيح (<nowiki>~~~</nowiki>).\";'),('ary','messages:title-invalid-relative','s:268:\"ar:العنوان به مسار نسبي. عنوان الصفحات النسبية (./, ../) هي غير صحيحة، لأنها ستكون غاليا لا يمكن الوصول لها عندما يتم التعامل معها بواسطة متصفح المستخدم.\";'),('ary','messages:title-invalid-talk-namespace','s:123:\"ary:لعنوان د صّفحة لمطلوبة كيحيل ل صفحة د لمداكرة مايمكنش تكون موجودة\";'),('ary','messages:title-invalid-too-long','s:163:\"ar:عنوان الصفحة المطلوبة طويل جدا. يجب أن يكون ليس أطول من $1 {{PLURAL:$1|بايت}} باستخدام ترميز UTF-8.\";'),('ary','messages:title-invalid-utf8','s:99:\"ar:عنوان الصفحة المطلوب يحتوي سلسلة محارف UTF-8 غير صالحة.\";'),('ary','messages:titlematches','s:40:\"ary:عنوان الصفحة تيطابق\";'),('ary','messages:titleprotected','s:113:\"ary:هاد لعنوان منعو [[User:$1|$1]] من الإنشاء.\nالسبب اللي عطا هو <em>$2</em>.\";'),('ary','messages:titleprotectedwarning','s:235:\"ar:<strong>تحذير: هذه الصفحة تمت حمايتها بحيث أن [[Special:ListGroupRights|صلاحيات معينة]] مطلوبة لإنشائها.</strong>\nآخر مدخلة سجل موفرة بالأسفل كمرجع:\";'),('ary','messages:tmp-create-error','s:65:\"ary:مامصدقاتش لمصاوبة د لفيشي لمؤقات.\";'),('ary','messages:tmp-write-error','s:56:\"ary:فالطة ف لكتابة د لفيشي لمؤقت.\";'),('ary','messages:toc','s:16:\"ary:لمضمون\";'),('ary','messages:today-at','s:5:\"en:$1\";'),('ary','messages:tog-ccmeonemails','s:105:\"ary:صيفط ليا نسخة من لمييلات اللي كانسيفط ل لخدايميا لاخرين\";'),('ary','messages:tog-diffonly','s:76:\"ary:ماتبيّنش لمحتوى د الصفحة تحت من لفروقات\";'),('ary','messages:tog-editondblclick','s:52:\"ary:بدل الصفاحي ب لكليك لمضوبل\";'),('ary','messages:tog-editsectiononrightclick','s:98:\"ary:أكتيڤي تبدال لأقسام ب لكليك ليمين على عناوين لأقسام\";'),('ary','messages:tog-enotifminoredits','s:76:\"ary:صيفط ليا إيميل تا على التبديلات الصغيرة\";'),('ary','messages:tog-enotifrevealaddr','s:90:\"ary:بيّن لادريسة د لإيميل ديالي ف لإيميلات د لإعلام\";'),('ary','messages:tog-enotifusertalkpages','s:88:\"ary:صيفط ليا إيميل ملي تبدل الصفحة د لمداكرة ديالي\";'),('ary','messages:tog-enotifwatchlistpages','s:109:\"ary:صيفط ليا إيميل يلا تبدلات شي صفحة ف الليستة د لحضيان ديالي\";'),('ary','messages:tog-extendwatchlist','s:114:\"ary:وسع الليستة د لحضيان باش توري ڭاع التبديلات، ماشي غير اللخرة\";'),('ary','messages:tog-fancysig','s:104:\"ary:تعامل معا التوقيع بحال شي نص د ويكي (بلا ليان ؤطوماتيكي)\";'),('ary','messages:tog-forceeditsummary','s:103:\"ary:علمني ملي ندخل ملخص تبديل خاوي (ؤلا ملخص تراجع پارديفو)\";'),('ary','messages:tog-hidecategorization','s:36:\"ary:خبي تصنيف الصفاحي\";'),('ary','messages:tog-hideminor','s:42:\"ary:خبي التعديلات اللخرة\";'),('ary','messages:tog-hidepatrolled','s:57:\"ary:خبي التعديلات لمراجعة اللخرة\";'),('ary','messages:tog-minordefault','s:69:\"ary:علم ڭاع التبديلات بلي صغيرة پارديفو\";'),('ary','messages:tog-newpageshidepatrolled','s:93:\"ary:خبي الصفاحي لمراجعة من الليستة د الصفاحي الجديدة\";'),('ary','messages:tog-norollbackdiff','s:62:\"ary:ماتبيّنش لفروقات يلا درت سترجاع\";'),('ary','messages:tog-oldsig','s:49:\"ary:السينياتور لحالية ديالك:\";'),('ary','messages:tog-prefershttps','s:80:\"ary:ديما خدم ب كونيكسيون مأمّنة فاش تّكونيكطا\";'),('ary','messages:tog-previewonfirst','s:69:\"ary:بيّن لعرض اللولاني ملي تبدا التبدال\";'),('ary','messages:tog-previewontop','s:71:\"ary:بيّن لعرض اللولاني قبل صندوق التبدال\";'),('ary','messages:tog-requireemail','s:222:\"ar:إرسال رسائل البريد الإلكتروني لإعادة تعيين كلمة المرور فقط عندما يتم توفير كل من عنوان البريد الإلكتروني واسم المستخدم.\";'),('ary','messages:tog-showhiddencats','s:42:\"ary:بين التصنيفات لمخبية\";'),('ary','messages:tog-shownumberswatching','s:59:\"ary:بيّن شحال كاين من خدايمي مراقب\";'),('ary','messages:tog-showrollbackconfirmation','s:90:\"ary:بيّن ميصاج د التوكيد مور لكليك على ليان ستيرجاع\";'),('ary','messages:tog-underline','s:35:\"ary:سطر تحت الليانات:\";'),('ary','messages:tog-useeditwarning','s:137:\"ary:نبّهني فاش نبغي نخرج من شي صفحة كانبدّل فيها بلا ما نسجّل التبديلات ديالي\";'),('ary','messages:tog-uselivepreview','s:86:\"ary:بيّن لعرض اللولاني بلا ماتعاود تشارجي الصفحة\";'),('ary','messages:tog-usenewrc','s:137:\"ary:جمع التبديلات على حساب الصفحة ف التبديلات اللخرة ڭاع و ف الليستة د لحضيان\";'),('ary','messages:tog-watchcreations','s:114:\"ary:زيد الصفاحي لي درتيها و لفيشيات لي زدتيها ل الليستة د لحضيان.\";'),('ary','messages:tog-watchdefault','s:97:\"ary:زيد الصفاحي و لفيشيات لي بدلتيها ل الليستة د لحضيان\";'),('ary','messages:tog-watchdeletion','s:97:\"ary:زيد الصفاحي و لفيشيات لي حيدتيها ل الليستة د لحضيان\";'),('ary','messages:tog-watchlisthideanons','s:117:\"ary:خبًي التبديلات د لخدايميا اللي مامعروفينش من الليستة د لحضيان\";'),('ary','messages:tog-watchlisthidebots','s:77:\"ary:خبي التبديلات د لبوت من الليستة د لحضيان\";'),('ary','messages:tog-watchlisthidecategorization','s:43:\"ary:خبي التصنيف د الصفاحي\";'),('ary','messages:tog-watchlisthideliu','s:102:\"ary:خبي التبديلات د لخدايميا لمقيّدين من الليستة د لحضيان\";'),('ary','messages:tog-watchlisthideminor','s:78:\"ary:خبي التبديلات الصغار من الليستة د لحضيان\";'),('ary','messages:tog-watchlisthideown','s:76:\"ary:خبي التبديلات ديالي من الليستة د لحضيان\";'),('ary','messages:tog-watchlisthidepatrolled','s:85:\"ary:خبًي التبديلات د لمراجعة من الليستة د لحضيان\";'),('ary','messages:tog-watchlistreloadautomatically','s:145:\"ary:عاود شارجي الليستة د لحضيان ؤطوماتيكياً فوقما تبدل شي فيلتر (خاصك جاڤاسكريپت)\";'),('ary','messages:tog-watchlistunwatchlinks','s:226:\"ary:زيد ليانات موباشيرة ديال التتبع/تحياد التتبع ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) باش تّبع صفاحي لي تبدّلو (جاڤاسكريپت ضاروري)\";'),('ary','messages:tog-watchmoves','s:97:\"ary:زيد الصفاحي و لفيشيات لي حولتيها ل الليستة د لحضيان\";'),('ary','messages:tog-watchrollback','s:93:\"ary:زيد لصفاحي لي درتي ليها سترجاع ل الليستة د لحضيان\";'),('ary','messages:tog-watchuploads','s:94:\"ary:زيد لفيشيات الجديدة لي طلعتيها ل الليستة د لحضيان\";'),('ary','messages:tool-link-contributions','s:64:\"ary:مساهمات {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:tool-link-emailuser','s:60:\"ary:صيفط إميل ل هاد {{GENDER:$1|لخدايمي}}\";'),('ary','messages:tool-link-userrights','s:75:\"ary:تبدال مجموعات {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:tool-link-userrights-readonly','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ary','messages:toolbox','s:14:\"ary:أدوات\";'),('ary','messages:tooltip-ca-addsection','s:26:\"ary:بدا قسم جديد\";'),('ary','messages:tooltip-ca-delete','s:30:\"ary:محي هاد الصفحة\";'),('ary','messages:tooltip-ca-edit','s:32:\"ary:عدّل هاد الصفحة\";'),('ary','messages:tooltip-ca-history','s:58:\"ary:النسخ السابقة ديال هاد الصفحة\";'),('ary','messages:tooltip-ca-move','s:32:\"ary:حوّل هاد الصفحة\";'),('ary','messages:tooltip-ca-nstab-category','s:47:\"ary:شوف الصفحة ديال التصنيف\";'),('ary','messages:tooltip-ca-nstab-help','s:41:\"ary:شوف الصفحة د لمعاونة\";'),('ary','messages:tooltip-ca-nstab-image','s:30:\"ary:شوف صفحة لفيشي\";'),('ary','messages:tooltip-ca-nstab-main','s:47:\"ary:شوف الصفحة ديال المحتوى\";'),('ary','messages:tooltip-ca-nstab-media','s:21:\"ary:tchof sfht lmedia\";'),('ary','messages:tooltip-ca-nstab-mediawiki','s:34:\"ary:شوف رسالة النظام\";'),('ary','messages:tooltip-ca-nstab-project','s:34:\"ary:شوف صفحة المشروع\";'),('ary','messages:tooltip-ca-nstab-special','s:68:\"ary:هادي صفحة خاصة، ما يمكنش ليك تعدلها\";'),('ary','messages:tooltip-ca-nstab-template','s:23:\"ary:شوف لموضيل\";'),('ary','messages:tooltip-ca-nstab-user','s:38:\"ary:شوف صفحة لخدايمي(ة)\";'),('ary','messages:tooltip-ca-protect','s:30:\"ary:حمي هاد الصفحة\";'),('ary','messages:tooltip-ca-talk','s:50:\"ary:مداكرة على صّفحة د لمحتوى\";'),('ary','messages:tooltip-ca-undelete','s:95:\"ar:استرجع التعديلات التي تمت على هذه الصفحة قبل حذفها\";'),('ary','messages:tooltip-ca-unprotect','s:40:\"ar:غير حماية هذه الصفحة\";'),('ary','messages:tooltip-ca-unwatch','s:71:\"ary:حيد هاد صفحة من ليستة ديال تتبع ديالك\";'),('ary','messages:tooltip-ca-unwatch-expiring','s:147:\"ar:بقي {{PLURAL:  1 |يوم واحد|يومان|$1 أيام|$1 يومًا|$1 أيام}} في قائمة مراقبتك. انقر لإزالته.\";'),('ary','messages:tooltip-ca-unwatch-expiring-hours','s:86:\"ar:بقيت بضع ساعات في قائمة مراقبتك. انقر لإزالته.\";'),('ary','messages:tooltip-ca-view','s:3:\"en:\";'),('ary','messages:tooltip-ca-viewsource','s:73:\"ary:هاد الصفحة محمية.\nإمكن ليك تشوف المصدر\";'),('ary','messages:tooltip-ca-watch','s:56:\"ary:زيد هاد الصفحة لقائمة التتبع\";'),('ary','messages:tooltip-compareselectedversions','s:93:\"ary:شوف الفروق بين النسختين لي ختاريتي من هاد الصفحة.\";'),('ary','messages:tooltip-cur','s:50:\"ar:الفرق مع المراجعة الأخيرة\";'),('ary','messages:tooltip-diff','s:44:\"ary:وري شنو لي بدلتي فالنص\";'),('ary','messages:tooltip-feed-atom','s:50:\"ary:لفلو أطوم ديال هاد الصفحة\";'),('ary','messages:tooltip-feed-rss','s:56:\"ary:لفلو إر إس إس ديال هاد الصفحة\";'),('ary','messages:tooltip-invert','s:215:\"ary:ورّك على هاد لخيار باش تخبّي تّغييرات ف صّفحات ف لمجال سّمياتي لمختار (و لمجال سّمياتي لمقتارن بيه يلا حتا هو تّختار)\";'),('ary','messages:tooltip-last','s:50:\"ar:الفرق مع المراجعة السابقة\";'),('ary','messages:tooltip-minoredit','s:50:\"ary:علّم هاد التبديل بلي صغير\";'),('ary','messages:tooltip-n-currentevents','s:39:\"ary:شوف شنو طاري فلعالم\";'),('ary','messages:tooltip-n-help','s:34:\"ary:فين تلقا لمعاونة\";'),('ary','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('ary','messages:tooltip-n-mainpage','s:36:\"ary:سير للصفحة اللولا\";'),('ary','messages:tooltip-n-mainpage-description','s:38:\"ary:سير للصفحة اللّولا\";'),('ary','messages:tooltip-n-portal','s:127:\"ary:معلومات على المشروع، شنو إمكن ليك دير، فين تلاقا لحاجات لي محتاجهوم\";'),('ary','messages:tooltip-n-randompage','s:38:\"ary:شارجي صفحة عشوائية\";'),('ary','messages:tooltip-n-recentchanges','s:62:\"ary:قائمة ديال آخر التغييرات فلويكي\";'),('ary','messages:tooltip-namespace_association','s:181:\"ary:ورّك على هاد لبواطة باش تزيد لمجال سّمياتي د لمداكرة أولا د لموضوع لمقتارن ب لمجال سّمياتي لمختار\";'),('ary','messages:tooltip-p-cactions','s:37:\"ar:المزيد من الخيارات\";'),('ary','messages:tooltip-p-lang','s:3:\"en:\";'),('ary','messages:tooltip-p-logo','s:36:\"ary:سير للصفحة اللولا\";'),('ary','messages:tooltip-p-namespaces','s:3:\"en:\";'),('ary','messages:tooltip-p-navigation','s:3:\"en:\";'),('ary','messages:tooltip-p-personal','s:30:\"ar:قائمة المستخدم\";'),('ary','messages:tooltip-p-tb','s:3:\"en:\";'),('ary','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('ary','messages:tooltip-p-user-page','s:3:\"en:\";'),('ary','messages:tooltip-p-variants','s:3:\"en:\";'),('ary','messages:tooltip-p-views','s:3:\"en:\";'),('ary','messages:tooltip-preferences-save','s:27:\"ary:سجل تّغييرات\";'),('ary','messages:tooltip-preview','s:84:\"ary:شوف شنو بدلتي. عافاك استخدم هادي قبل ما تسجل.\";'),('ary','messages:tooltip-pt-anoncontribs','s:69:\"ar:قائمة بتعديلات قام بها عنوان الآي بي\";'),('ary','messages:tooltip-pt-anontalk','s:79:\"ary:مداكرة على تبديلات من هاد لادريسة د لأيپي\";'),('ary','messages:tooltip-pt-anonuserpage','s:92:\"ar:صفحة المستخدم للأيبي الذي تقوم بالتحرير من خلاله\";'),('ary','messages:tooltip-pt-createaccount','s:123:\"ary:كنشجعوك باش تصاوب حساب وتسجل الدخول؛ ولكن على أي هادشي ماشي ضروري\";'),('ary','messages:tooltip-pt-login','s:70:\"ary:حسن ليك تسجل الدخول؛ ولكن ماشي ضروري\";'),('ary','messages:tooltip-pt-login-private','s:73:\"ar:عليك تسجيل الدخول لاستخدام هذه الويكي.\";'),('ary','messages:tooltip-pt-logout','s:27:\"ary:تسجيل الخروج\";'),('ary','messages:tooltip-pt-mycontris','s:65:\"ary:قائمة بالمساهمات دياول{{GENDER:|ك|كي}}\";'),('ary','messages:tooltip-pt-mytalk','s:53:\"ary:صفحة {{GENDER:|د لمداكرة}} ديالك\";'),('ary','messages:tooltip-pt-preferences','s:45:\"ary:{{GENDER:|التفضيلات ديالك}}\";'),('ary','messages:tooltip-pt-tmpuserpage','s:71:\"ar:اسم المستخدم المؤقت المُنشأ تلقائيًا\";'),('ary','messages:tooltip-pt-userpage','s:57:\"ary:{{GENDER:|صفحة لخدايمي}} لخاصة بيك\";'),('ary','messages:tooltip-pt-watchlist','s:79:\"ary:قائمة الصفحات لي كتراقب التغييرات ديالها\";'),('ary','messages:tooltip-publish','s:28:\"ar:انشر تغييراتك\";'),('ary','messages:tooltip-recreate','s:60:\"ar:أعد إنشاء الصفحة رغم كونها حذفت\";'),('ary','messages:tooltip-rollback','s:104:\"ary:« ستيرجاع » كاترجع التعديلات ديال آخر مساهم ب كليك واحد\";'),('ary','messages:tooltip-save','s:44:\"ary:صوڤي التبديلات دياولك\";'),('ary','messages:tooltip-search','s:28:\"ary:قلّب ف {{SITENAME}}\";'),('ary','messages:tooltip-search-fulltext','s:66:\"ary:قلّب على الصفحات لي فيهوم هاد النص\";'),('ary','messages:tooltip-search-go','s:72:\"ary:سير ل شي صفحة عندها نفس سّمية يلا كانت\";'),('ary','messages:tooltip-summary','s:28:\"ary:دخل ملخص قصير\";'),('ary','messages:tooltip-t-contributions','s:94:\"ary:شوف ليستة د موساهمات هاد {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:tooltip-t-emailuser','s:95:\"ary:صيفط ميساج ب ليمييل ل هاد {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:tooltip-t-info','s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";'),('ary','messages:tooltip-t-permalink','s:71:\"ary:ليان دايم ل هاد النسخة بضبط من الصفحة\";'),('ary','messages:tooltip-t-print','s:65:\"ary:ڤيرزيون ديال هاد الصفحة باش طبعها\";'),('ary','messages:tooltip-t-recentchangeslinked','s:100:\"ary:آخر التعديلات ديال الصفحات لي كاين الرابط ديالهم هنا\";'),('ary','messages:tooltip-t-specialpages','s:58:\"ary:قائمة ديال گاع الصفحات الخاصة\";'),('ary','messages:tooltip-t-upload','s:21:\"ary:رفع ملفات\";'),('ary','messages:tooltip-t-whatlinkshere','s:96:\"ary:قائمة بگاع الصفحات لي فيهوم الرابط ديال هاد الصفحة\";'),('ary','messages:tooltip-undo','s:174:\"ary:\"تراجع\" كتلغي التعديلات لي درتي و كتفتح صفحة التعديل من جديد. كتسمح ليك تزيد ملخص ديال التعديل.\";'),('ary','messages:tooltip-upload','s:19:\"ary:بدا رّفع\";'),('ary','messages:tooltip-vector-anon-user-menu-title','s:37:\"ar:المزيد من الخيارات\";'),('ary','messages:tooltip-watch','s:56:\"ary:زيد هاد الصفحة لقائمة التتبع\";'),('ary','messages:tooltip-watchlist-expiry','s:94:\"ar:مؤقتًا ضف هذه الصفحة إلى قائمة المراقبة الخاصة بك.\";'),('ary','messages:tooltip-watchlistedit-normal-submit','s:26:\"ar:أزل العناوين\";'),('ary','messages:tooltip-watchlistedit-raw-submit','s:37:\"ar:حدث قائمة المراقبة\";'),('ary','messages:tooltip-whatlinkshere-invert','s:131:\"ar:قم بتعليم هذا الخيار لإخفاء الروابط من الصفحات التي تم تعليم نطاقاتها.\";'),('ary','messages:trackingcategories','s:30:\"ar:تصنيفات التتبع\";'),('ary','messages:trackingcategories-desc','s:37:\"ar:معايير إدراج تصنيف\";'),('ary','messages:trackingcategories-disabled','s:33:\"ar:التصنيف غير مفعل\";'),('ary','messages:trackingcategories-msg','s:26:\"ar:تصنيف التتبع\";'),('ary','messages:trackingcategories-name','s:24:\"ar:اسم الرسالة\";'),('ary','messages:trackingcategories-nodesc','s:26:\"ar:لا يتوفر وصف.\";'),('ary','messages:trackingcategories-summary','s:210:\"ar:تسرد هذه الصفحة تصنيفات التتبع التي ينشئها برنامج ميدياويكي. يمكن تغيير أسمائها بتغيير رسائل النظام في نطاق {{ns:8}}.\";'),('ary','messages:transaction-duration-limit-exceeded','s:301:\"ar:لتفادي إنشاء تأخير نسخ عالي، هذا الفعل تم إنهاؤه لأن فترة الكتابة ($1) تجاوزت حد $2 ثانية.\nلو أنك تغير عناصر عديدة في نفس الوقت، حاول تجربة عمليا عديدة أصغر بدلا من ذلك.\";'),('ary','messages:transaction-max-statement-time-exceeded','s:290:\"ar:لتجنب خلق حمل كبير على قاعدة البيانات، أُنهي هذا الاستعلام لأن مدته تجاوزت الحد.\nلو أنك تقرأ العديد من العناصر مرة واحدة، جرب إجراء عمليات صغيرة متعددة كبديل.\";'),('ary','messages:translateinterface','s:222:\"ar:من أجل إضافة أو تعديل ترجمات في كل مشاريع الويكي يرجى استخدام [https://translatewiki.net/ translatewiki.net]، مشروع ميدياويكي لترجمة الواجهة.\";'),('ary','messages:tue','s:12:\"ary:تلات\";'),('ary','messages:tuesday','s:12:\"ary:تلات\";'),('ary','messages:tuesday-at','s:42:\"ar:يوم الثلاثاء الساعة $1\";'),('ary','messages:uctop','s:14:\"ary:حالية\";'),('ary','messages:unblock','s:39:\"ary:حيّد لبلوك د خدايمي\";'),('ary','messages:unblock-hideuser','s:101:\"ar:لا يمكنك إلغاء منع هذا المستخدم لأن اسم مستخدمه أُخفي.\";'),('ary','messages:unblock-summary','s:3:\"en:\";'),('ary','messages:unblocked','s:34:\"ary:[[User:$1|$1]] ma bqaċ mbloki\";'),('ary','messages:unblocked-id','s:28:\"ary:L-Blokaj $1 ṫṫemḫa\";'),('ary','messages:unblocked-ip','s:63:\"ar:تم رفع المنع عن [[Special:Contributions/$1|$1]].\";'),('ary','messages:unblocked-range','s:15:\"ary:$1 ddebloka\";'),('ary','messages:unblockip','s:82:\"ary:ديبلوكي شي كونط د خدايمي ؤلا أدريسة د لأيپي\";'),('ary','messages:unblockiptext','s:160:\"ary:عمّر هاد لفورم باش تردّ الصلاحية د لكتابة ل شي أيپي ؤلا كونط د خدايمي كانت تحيّدات ليه.\";'),('ary','messages:unblocklink','s:21:\"ary:حيّد لمنع\";'),('ary','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('ary','messages:uncategorized-categories-exceptionlist','s:339:\"ar: # يحتوي على قائمة بالتصنيفات، التي لا ينبغي أن تكون موجودة في Special:UncategorizedCategories. واحد لكل سطر، مع البدء ب \"*\". السطور التي تبدأ بحرف آخر (بما في ذلك الفراغ) سيتم تجاهلها. استخدم \"#\" للتعليقات.\";'),('ary','messages:uncategorizedcategories','s:37:\"ary:تصنيفات مامصنفينش\";'),('ary','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('ary','messages:uncategorizedimages','s:33:\"ary:تصاور مامصنفينش\";'),('ary','messages:uncategorizedimages-summary','s:3:\"en:\";'),('ary','messages:uncategorizedpages','s:33:\"ary:صفاحي مامصنفينش\";'),('ary','messages:uncategorizedpages-summary','s:3:\"en:\";'),('ary','messages:uncategorizedtemplates','s:37:\"ary:موضيلات مامصنفينش\";'),('ary','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('ary','messages:undelete','s:38:\"ary:شوف الصفاحي لممحية\";'),('ary','messages:undelete-back-to-list','s:44:\"ar:عرض جميع النسخ الملغاة\";'),('ary','messages:undelete-bad-store-key','s:123:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: الملف كان مفقوداً قبل الحذف\";'),('ary','messages:undelete-cantcreate','s:183:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا توجد صفحة بهذا الاسم وأنت غير مسموح لك بإنشاء هذه الصفحة.\";'),('ary','messages:undelete-cantedit','s:122:\"ar:أنت لا يمكنك استرجاع هذه الصفحة حيث أنه لا يمكنك تعديل هذه الصفحة.\";'),('ary','messages:undelete-cleanup-error','s:51:\"ary:ĥata\' f-ḫdf milef arċiv ma mĥddem-ċ \"$1\".\";'),('ary','messages:undelete-error','s:54:\"ar:وقع خطأ عند إلغاء حذف الصفحة\";'),('ary','messages:undelete-error-associated-alreadytalk','s:85:\"ar:لا يُمكن استرجاع صفحة نقاش مرتبطة بصفحة نقاش.\";'),('ary','messages:undelete-error-associated-notdeleted','s:108:\"ar:لا تحتوي صفحة النقاش المرتبطة على مراجعات يمكن استعادتها.\";'),('ary','messages:undelete-fieldset-title','s:36:\"ary:ترجاع د التبديلات\";'),('ary','messages:undelete-filename-mismatch','s:106:\"ar:لم يمكن استرجاع مراجعة الملف بتاريخ $1: اسم الملف لا يطابق\";'),('ary','messages:undelete-header','s:101:\"ar:انظر الصفحات المحذوفة حديثا في [[Special:Log/delete|سجل الحذف]].\";'),('ary','messages:undelete-missing-filearchive','s:168:\"ar:غير قادر على استرجاع ملف الأرشيف رقم $1 لأنه ليس في قاعدة البيانات.\nربما يكون قد تم استرجاعه.\";'),('ary','messages:undelete-no-results','s:94:\"ar:لم يتم العثور على صفحات مطابقة في أرشيف المحذوفات.\";'),('ary','messages:undelete-nodiff','s:38:\"ary:lam yatim lotor ala moraja sabiqa.\";'),('ary','messages:undelete-revision','s:78:\"ary:تحيّدات التبديلة د $1 (تاعت $4، ف $5) ديالت $3:\";'),('ary','messages:undelete-revision-row2','s:32:\"ar:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('ary','messages:undelete-search-box','s:43:\"ary:قلًب ف الصفحات لممحية\";'),('ary','messages:undelete-search-full','s:60:\"ar:اعرض عناوين الصفحات التي تحتوي:\";'),('ary','messages:undelete-search-prefix','s:48:\"ar:عرض الصفحات التي تبدأ بـ:\";'),('ary','messages:undelete-search-submit','s:12:\"ary:قلّب\";'),('ary','messages:undelete-search-title','s:50:\"ar:البحث في الصفحات المحذوفة\";'),('ary','messages:undelete-show-file-confirm','s:143:\"ar:هل أنت متأكد أنك تريد رؤية مراجعة محذوفة للملف \"<nowiki>$1</nowiki>\" بتاريخ $2 الساعة $3؟\";'),('ary','messages:undelete-show-file-submit','s:8:\"ary:آه\";'),('ary','messages:undelete-summary','s:3:\"en:\";'),('ary','messages:undelete-talk-summary-prefix','s:65:\"ar:استعيدت مع الصفحة المرتبطة بسبب: $1\";'),('ary','messages:undelete-undeletetalk','s:70:\"ar:استرجع جميع نسخ صفحة النقاش المرتبطة\";'),('ary','messages:undelete_short','s:61:\"ary:سترجع {{PLURAL:$1|واحدتعديل|$1 تعديل}}\";'),('ary','messages:undeletebtn','s:14:\"ary:ترجاع\";'),('ary','messages:undeletecomment','s:13:\"ary:علاش:\";'),('ary','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('ary','messages:undeletedpage','s:171:\"ar:<strong>أُلغي حذف $1</strong>\n\nراجع [[Special:Log/delete|سجل الحذف]] لمعاينة عمليات الحذف والاسترجاعات الحديثة.\";'),('ary','messages:undeleteextrahelp','s:390:\"ar:لاسترجاع تاريخ الصفحة كاملا، اترك جميع خانات الاختيار فارغة واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\nللاسترجاع بشكل انتقائي، ضع علامة في خانات الاختيار أمام المراجعات التي تريد استرجاعها، واضغط <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('ary','messages:undeletehistory','s:264:\"ar:لو استرجعت الصفحة، ستُسترجع كل المراجعات إلى التاريخ.\nلو أُنشئت صفحة جديدة بالاسم نفسه بعد الحذف، ستظهر المراجعات المسترجعة في التاريخ السابق.\";'),('ary','messages:undeletehistorynoadmin','s:328:\"ar:هذه الصفحة تم حذفها.\nالسبب للحذف معروض في الملخص بالأسفل، إلى جانب تفاصيل المستخدمين الذين قاموا بالتعديل على هذه الصفحة قبل حذفها.\nنص المراجعات المحذوفة هذه متوفر فقط للإداريين.\";'),('ary','messages:undeleteinvert','s:37:\"ary:قلب داكشي لي عزلتي\";'),('ary','messages:undeletelink','s:17:\"ary:Biyyen/Ĥebbi\";'),('ary','messages:undeletepage','s:50:\"ary:شوف و قاد الصفحات لممحيين\";'),('ary','messages:undeletepagetext','s:274:\"ar:حُذفت {{PLURAL:$1||الصفحة التالية|الصفحتان التاليتان|$1 الصفحات التالية|ال$1 صفحة التالية}} ولكنها مازالت في الأرشيف ويمكن استرجاعها.\nقد يمسح الأرشيف دوريا.\";'),('ary','messages:undeletepagetitle','s:94:\"ary:<strong>هاد الليستة فيها تبديلات ممحية من [[:$1|$1]]</strong>.\";'),('ary','messages:undeleterevdel','s:268:\"ar:الاسترجاع لن يتم إذا كان سينتج عنه أن تكون المراجعة أعلى الصفحة أو الملف محذوفة جزئيا.\nفي مثل هذه الحالات، يجب عليك إظهار أحدث المراجعات المحذوفة.\";'),('ary','messages:undeleterevision-duplicate-revid','s:261:\"ar:لم يمكن استعادة {{PLURAL:$1|مراجعة واحدة|مراجعتين|$1 مراجعات|$1 مراجعة}}، لأن ال<code>rev_id</code> {{PLURAL:$1|الخاص به|الخاص بهما|$1 الخاص بهم}}  كان مستخدما بالفعل.\";'),('ary','messages:undeleterevision-missing','s:186:\"ar:مراجعة غير صحيحة أو مفقودة.\nربما لديك وصلة سيئة، أو ربما المراجعة تم استرجاعها أو إزالتها من الأرشيف.\";'),('ary','messages:undeleterevisions','s:148:\"ary:{{PLURAL:$1|ماتمسحات تا مراجعة|تمسحات مراجعة وحدة|تمسحو $1 د لمراجعات|تمسحو $1 مراجعة}}\";'),('ary','messages:undeleteviewlink','s:10:\"ary:شوف\";'),('ary','messages:underline-always','s:12:\"ary:ديما\";'),('ary','messages:underline-default','s:47:\"ary:وفق المظهر أولا المتصفح\";'),('ary','messages:underline-never','s:12:\"ary:ابدا\";'),('ary','messages:undo-failure','s:114:\"ary:ما يمكنش تسترجع التعديل بسباب تعديلات متعارضة طرات ف الصفحة.\";'),('ary','messages:undo-main-slot-only','s:129:\"ar:لا يمكن التراجع عن التعديل لأنه ينطوي على محتوى خارج الفتحة الرئيسية.\";'),('ary','messages:undo-nochange','s:77:\"ar:يبدو أن التعديل قد تم التراجع عنه بالفعل.\";'),('ary','messages:undo-norev','s:98:\"ary:ماصدقش الرجوع من التعديل حيت إمًا ماكاينش ولاتحيًد.\";'),('ary','messages:undo-success','s:261:\"ary:يمكن ليك ترجّع التبديل.\nعافاك تحقق من لمقارنة لتحت باش تّيقّن بلي هادشي لي بغيتي تدير، و موراها نشر التبديلات لتحت باش تسالي من ترجاع التبديل.\";'),('ary','messages:undo-summary','s:106:\"ary:رّجوع على تّعديل $1 من [[Special:Contributions/$2|$2]] ([[User talk:$2|مداكرة]])\";'),('ary','messages:undo-summary-anon','s:87:\"ar:التراجع عن المراجعة $1 بواسطة [[Special:Contributions/$2|$2]]\";'),('ary','messages:undo-summary-import','s:98:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم [[:$2|$3]]\";'),('ary','messages:undo-summary-import2','s:90:\"ar:تراجع عن المراجعة المستوردة $1 بواسطة المستخدم $2\";'),('ary','messages:undo-summary-username-hidden','s:86:\"ar:الرجوع عن المراجعة $1 التي أجراها مستخدمي مخفي\";'),('ary','messages:unexpected','s:41:\"ary:قيمة ممتوقعاش: \"$1\"=\"$2\".\";'),('ary','messages:unicode-support-fail','s:153:\"ar:يبو أن متصفحك لا يدعم اليونيكود. وهو ضروري لتعديل الصفحات، لذا فتعديلك لم يتم حفظه.\";'),('ary','messages:unit-pixel','s:7:\"ar:بك\";'),('ary','messages:unknown-error','s:35:\"ary:وقع غلط مامعروفش.\";'),('ary','messages:unlinkaccounts','s:37:\"ar:إزالة ربط الحسابات\";'),('ary','messages:unlinkaccounts-success','s:35:\"ar:الحساب تم فك وصله.\";'),('ary','messages:unlockbtn','s:33:\"ary:ḫell qaĝidaṫ l-bayanaṫ\";'),('ary','messages:unlockconfirm','s:51:\"ary:Ah, beṣṣeḫ bġiṫ nḫell l-bazdødoné.\";'),('ary','messages:unlockdb','s:33:\"ary:ḫell qaĝidaṫ l-bayanaṫ\";'),('ary','messages:unlockdbsuccesssub','s:36:\"ary:Iqfal l-bazdødoné ṫṫemḫa\";'),('ary','messages:unlockdbsuccesstext','s:40:\"ary:L-Bazdødoné raha ṫṫḫellaṫ.\";'),('ary','messages:unlockdbtext','s:352:\"ar:فتح قاعدة البيانات سيسترجع قدرة كل المستخدمين على تحرير الصفحات، تغيير تفضيلاتهم، تعديل قوائم المراقبة الخاصة بهم، وأشياء أخرى تحتاج التغيير في قاعدة البيانات.\nمن فضلك أكد أن هذا هو ما تريده.\";'),('ary','messages:unpatrolledletter','s:4:\"ar:!\";'),('ary','messages:unprotect','s:27:\"ary:بدّل الحماية\";'),('ary','messages:unprotected-js','s:263:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل جافا سكريبت من الصفحات غير المحمية; الرجاء إنشاء جافا سكريبت فقط في نطاق ميدياويكي: أو كصفحة فرعية للمستخدم\";'),('ary','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('ary','messages:unprotectedarticle-comment','s:80:\"ar:{{GENDER:$2|أزال الحماية|أزالت الحماية}} من \"[[$1]]\"\";'),('ary','messages:unregistered-user-config','s:167:\"ar:لأسباب تتعلق بالأمان; لا يمكن تحميل الصفحات الفرعية JavaScript وCSS وJSON للمستخدمين غير المسجلين.\";'),('ary','messages:unstrip-depth-category','s:82:\"ar:الصفحات التي يتم تجاوز حد عمق أونستريب فيها\";'),('ary','messages:unstrip-depth-category-desc','s:49:\"ar:الصفحة تتجاوز حد عمق unstrip.\";'),('ary','messages:unstrip-depth-warning','s:40:\"ar:تعدى حد العمق Unstrip ($1)\";'),('ary','messages:unstrip-size-category','s:101:\"ar:الصفحات التي يتم تجاوز الحد الأقصى لحجم أونستريب فيها\";'),('ary','messages:unstrip-size-category-desc','s:49:\"ar:الصفحة تتجاوز حد حجم unstrip.\";'),('ary','messages:unstrip-size-warning','s:47:\"ar:تم تجاوز حد الحجم Unstrip ($1)\";'),('ary','messages:unsupported-content-diff','s:67:\"ar:الفروق غير مدعومة لنموذج المحتوى $1.\";'),('ary','messages:unsupported-content-diff2','s:104:\"ar:الفروق بين نموذجي المحتوى $1 و$2 غير مدعومة في هذا الويكي.\";'),('ary','messages:unsupported-content-model','s:104:\"ar:<strong>تحذير:</strong> نموذج المحتوى $1 غير مدعوم في هذا الويكي.\";'),('ary','messages:unusedcategories','s:44:\"ary:تصنيفات مابقاتش مخدمة\";'),('ary','messages:unusedcategories-summary','s:3:\"en:\";'),('ary','messages:unusedcategoriestext','s:152:\"ar:التصنيفات التالية موجودة على الرغم من أنها لا تحتوي على أية صفحات أو تصنيفات أخرى.\";'),('ary','messages:unusedimages','s:35:\"ary:ملفات مامستعملاش\";'),('ary','messages:unusedimages-summary','s:3:\"en:\";'),('ary','messages:unusedimagestext','s:290:\"ar:الملفات التالية موجودة لكن غير مضمنة في أي صفحة.\nمن فضلك لاحظ أن المواقع الأخرى ربما تصل إلى ملف بمسار مباشر، ولذا ربما يكون معروضا هنا بالرغم من كونه مستخدما.\";'),('ary','messages:unusedimagestext-categorizedimgisused','s:478:\"ar:الملفات التالية موجودة ولكنها غير مضمنة في أية صفحة، تُعتبَر الصور المصنفة مستعملة على الرغم من أنها غير مضمنة في أية صفحة.\n\nتُرجَى ملاحظة أن مواقع الويب الأخرى قد ترتبط بملف يحتوي على مسار مباشر; ولذلك قد لا تزال مدرجة هنا على الرغم من كونها قيد الاستخدام النشط.\";'),('ary','messages:unusedtemplates','s:37:\"ary:موضيلات مامخدمينش\";'),('ary','messages:unusedtemplates-summary','s:3:\"en:\";'),('ary','messages:unusedtemplatestext','s:221:\"ar:هذه الصفحة تعرض كل الصفحات في نطاق {{ns:template}} غير المضمنة في صفحة أخرى.\nتذكر بأن تتحقق من الوصلات الأخرى للقوالب قبل حذفها.\";'),('ary','messages:unusedtemplateswlh','s:23:\"ary:روابط آخرا\";'),('ary','messages:unwatch','s:25:\"ary:وقّف التتبع\";'),('ary','messages:unwatchedpages','s:35:\"ary:صفاحي مامراقبينش\";'),('ary','messages:unwatchedpages-summary','s:3:\"en:\";'),('ary','messages:unwatching','s:28:\"ary:تحياد لعسًة...\";'),('ary','messages:unwatchthispage','s:35:\"ary:hiyd mn list dyal s-suivi dyali\";'),('ary','messages:updated','s:16:\"ary:(محدثة)\";'),('ary','messages:updatedmarker','s:56:\"ary:تبدلات من لڤيزيت لّخرة ديالك\";'),('ary','messages:updatewatchlist','s:41:\"ar:تحديث قائمة المراقبة\";'),('ary','messages:upload','s:21:\"ary:طلّع فيشي\";'),('ary','messages:upload-copy-upload-invalid-domain','s:61:\"ar:رفع النسخ غير متاح من هذا الموقع\";'),('ary','messages:upload-curl-error28','s:21:\"ary:salat moddat rafa\";'),('ary','messages:upload-curl-error28-text','s:248:\"ar:أخذ الموقع وقتا طويلا للاستجابة.\nمن فضلك تأكد أن الموقع يعمل، وانتظر فترة قصيرة ثم حاول مرة أخرى.\nربما تريد المحاولة في وقت أقل ازدحاما.\";'),('ary','messages:upload-curl-error6','s:34:\"ary:manqdroch nwslo l had lmassar.\";'),('ary','messages:upload-curl-error6-text','s:159:\"ar:لم يمكن الوصول إلى المسار الذي حددته.\nمن فضلك راجع صحة المسار مرة أخرى وأن الموقع يعمل.\";'),('ary','messages:upload-default-description','s:4:\"en:-\";'),('ary','messages:upload-description','s:24:\"ary:وصف د لفيشي\";'),('ary','messages:upload-dialog-button-back','s:10:\"ary:رجع\";'),('ary','messages:upload-dialog-button-cancel','s:10:\"ary:لغي\";'),('ary','messages:upload-dialog-button-done','s:12:\"ary:تدار\";'),('ary','messages:upload-dialog-button-save','s:12:\"ary:سجًل\";'),('ary','messages:upload-dialog-button-upload','s:16:\"ary:أپلودي\";'),('ary','messages:upload-dialog-disabled','s:100:\"ar:رفع الملفات باستخدام هذا الحوار معطلة على هذه الويكي.\";'),('ary','messages:upload-dialog-title','s:20:\"ar:رفع الملف\";'),('ary','messages:upload-disallowed-here','s:54:\"ary:ما يمكنش ليك تبدل هاد لفيشي.\";'),('ary','messages:upload-file-error','s:21:\"ary:غلط داخلي\";'),('ary','messages:upload-file-error-text','s:162:\"ar:حدث خطأ داخلي عند محاولة إنشاء ملف مؤقت على الخادوم.\nمن فضلك اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('ary','messages:upload-foreign-cant-load-config','s:117:\"ar:فشل تحميل الإعدادات للملفات المرفوعة لمستودع الملفات الخارجي.\";'),('ary','messages:upload-foreign-cant-upload','s:129:\"ar:هذه الويكي ليست مضبوطة لرفع الملفات لمستودع الملفات الخارجي المطلوب.\";'),('ary','messages:upload-form-label-infoform-categories','s:17:\"ar:تصنيفات\";'),('ary','messages:upload-form-label-infoform-date','s:18:\"ary:التاريخ\";'),('ary','messages:upload-form-label-infoform-description','s:13:\"ar:الوصف\";'),('ary','messages:upload-form-label-infoform-description-tooltip','s:171:\"ar:باختصار صف كل شيء ملحوظ حول العمل.\nلصورة، اذكر الأشياء الأساسية المصورة، المناسبة أو المكان.\";'),('ary','messages:upload-form-label-infoform-name','s:16:\"ary:السمية\";'),('ary','messages:upload-form-label-infoform-name-tooltip','s:190:\"ar:عنوان وصفي فريد للملف، والذي سيكون اسم الملف. يمكنك أن تستخدم لغة عادية مع مسافات. لا تضمن امتداد الملف.\";'),('ary','messages:upload-form-label-infoform-title','s:20:\"ary:التفاصيل\";'),('ary','messages:upload-form-label-not-own-work-local-generic-foreign','s:188:\"ar:أنت ربما تريد أيضا تجربة [[Special:Upload|صفحة الرفع على {{SITENAME}}]]، لو أن هذا الملف يمكن رفعه هناك تحت سياساتهم.\";'),('ary','messages:upload-form-label-not-own-work-local-generic-local','s:99:\"ar:أنت ربما تريد تجربة [[Special:Upload|صفحة الرفع الافتراضية]].\";'),('ary','messages:upload-form-label-not-own-work-message-generic-foreign','s:189:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات المستودع المشترك، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('ary','messages:upload-form-label-not-own-work-message-generic-local','s:170:\"ar:لو أنك غير قادر على رفع هذا الملف تحت سياسات {{SITENAME}}، من فضلك أغلق هذا الحوار وجرب طريقة أخرى.\";'),('ary','messages:upload-form-label-own-work','s:29:\"ar:هذا عملي الخاص\";'),('ary','messages:upload-form-label-own-work-message-generic-foreign','s:222:\"ar:أنا أفهم أنني أقوم برفع هذا الملف إلى مستودع مشترك. أنا أؤكد أنني أقوم بهذا بالتوافق مع شروط الخدمة وسياسات الترخيص هناك.\";'),('ary','messages:upload-form-label-own-work-message-generic-local','s:152:\"ar:أنا أؤكد أنني أقوم برفع هذا الملف مع مراعاة شروط الخدمة وسياسات الترخيص في {{SITENAME}}.\";'),('ary','messages:upload-form-label-usage-filename','s:20:\"ar:اسم الملف\";'),('ary','messages:upload-form-label-usage-title','s:21:\"ar:الاستخدام\";'),('ary','messages:upload-http-error','s:37:\"ary:واحط لغلط وقع HTTP: $1\";'),('ary','messages:upload-maxfilesize','s:54:\"ary:أكبر تيساع مومكين د لفيشي: $1\";'),('ary','messages:upload-misc-error','s:43:\"ar:خطأ غير معروف في الرفع\";'),('ary','messages:upload-misc-error-text','s:297:\"ar:حدث خطأ غير معروف أثناء عملية الرفع.\nمن فضلك تاكد أن المسار صحيح ومن الممكن الدخول عليه ثم حاول مرة أخرى.\nإذا استمرت المشكلة في الحدوث، اتصل [[Special:ListUsers/sysop|بإداري]].\";'),('ary','messages:upload-options','s:27:\"ary:خيارات الرفع\";'),('ary','messages:upload-permitted','s:72:\"ary:أنواع لملفات لمسموحة {{PLURAL:$2|type|types}}: $1.\";'),('ary','messages:upload-preferred','s:74:\"ary:أنواع الملفات المفضلة {{PLURAL:$2|type|types}}: $1.\";'),('ary','messages:upload-prohibited','s:76:\"ary:أنواع الملفات الممنوعة {{PLURAL:$2|type|types}}: $1.\";'),('ary','messages:upload-proto-error','s:45:\"ary:پروطوكول ماشي هو هاداك\";'),('ary','messages:upload-proto-error-text','s:110:\"ar:الرفع عن بعد يتطلب مساراً يبدأ بـ <code>http://</code> أو <code>ftp://</code>.\";'),('ary','messages:upload-recreate-warning','s:179:\"ar:<strong>تحذير: سبق حذف أو نقل ملف بهذا الاسم.</strong>\n\nسجلا الحذف والنقل لهذه الصفحة معروضان هنا للتيسير:\";'),('ary','messages:upload-scripted-dtd','s:99:\"ar:لا يمكن رفع ملفات SVG التي تحتوي على إعلان DTD غير قياسي.\";'),('ary','messages:upload-scripted-pi-callback','s:89:\"ar:لا يمكن رفع ملف يحتوي على تعليمة معالجة XML-stylesheet\";'),('ary','messages:upload-source','s:27:\"ary:لفيشي لمطلوب\";'),('ary','messages:upload-summary','s:3:\"en:\";'),('ary','messages:upload-too-many-redirects','s:50:\"ary:ل URL فيها بزاف د التحويلات\";'),('ary','messages:upload-tryagain','s:44:\"ary:صيفط وصف معدّل د لفيشي\";'),('ary','messages:upload-tryagain-nostash','s:70:\"ar:ارفع الملف المعاد رفعه والوصف المعدل\";'),('ary','messages:upload_directory_missing','s:101:\"ar:مجلد الرفع ($1) مفقود ولم يمكن إنشاؤه بواسطة خادم الويب.\";'),('ary','messages:upload_directory_read_only','s:99:\"ar:مجلد الرفع ($1) لا يمكن الكتابة عليه بواسطة خادم الويب.\";'),('ary','messages:upload_source_file','s:63:\"ary:(لفيشي لي ختاريتي من لپيسي ديالك)\";'),('ary','messages:upload_source_url','s:54:\"ary:(مسار صحيح، يمكن يتًوصل ليه)\";'),('ary','messages:uploadbtn','s:21:\"ary:طلّع فيشي\";'),('ary','messages:uploaddisabled','s:31:\"ary:الرفع مامفعًلش\";'),('ary','messages:uploaddisabledtext','s:48:\"ary:الرفع د لملفات مامفعًلش.\";'),('ary','messages:uploaded-animate-svg','s:181:\"ar:تم العثور على وسم \"animate\" الذي ربما يكون يغير href, باستخدام سمة \"from\" <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ary','messages:uploaded-event-handler-on-svg','s:109:\"ar:ضبط سمات معالج الأحداث <code>$1=\"$2\"</code> غير مسموح به في ملفات SVG.\";'),('ary','messages:uploaded-hostile-svg','s:106:\"ar:تم العثور على CSS غير آمن في عنصر الشكل في ملف الSVG المرفوع.\";'),('ary','messages:uploaded-href-attribute-svg','s:390:\"ar:<a> العناصر يمكنها فقط وصل (href) للبيانات: (ملف مضمن)، أهداف http:// أو https://, أو fragment (#, same-document). للعناصر الأخرى، مثل <image>، فقط بيانات: و fragment مسموح بها. جرب تضمين الصور عند تصدير الSVG الخاص بك. تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('ary','messages:uploaded-href-unsafe-target-svg','s:139:\"ar:تم العثور على href لبيانات غير آمنة: هدف URI <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ary','messages:uploaded-image-filter-svg','s:119:\"ar:تم العثور على فلتر صورة مع URL: <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ary','messages:uploaded-remote-url-svg','s:153:\"ar:SVG الذي يضبط أي سمة شكل مع URL خارجي ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('ary','messages:uploaded-script-svg','s:90:\"ar:تم العثور على عنصر سكريبت \"$1\" في ملف الSVG المرفوع.\";'),('ary','messages:uploaded-setting-event-handler-svg','s:146:\"ar:ضبط سمات معالج الأحداث ممنوع، تم العثور على <code>&lt;$1 $2=\"$3\"&gt;</code> في ملف SVG المرفوع.\";'),('ary','messages:uploaded-setting-handler-svg','s:173:\"ar:SVG الذي يضبط سمة \"handler\" مع خارجي/بيانات/سكريبت ممنوع. تم العثور على <code>$1=\"$2\"</code> في ملف SVG المرفوع.\";'),('ary','messages:uploaded-setting-href-svg','s:91:\"ar:استخدام وسم \"set\" لإضافة سمة \"href\" للعنصر الأب ممنوع.\";'),('ary','messages:uploaded-wrong-setting-svg','s:203:\"ar:استخدام وسم \"set\" لإضافة هدف خارجي/بيانات/سكريبت لأي سمة ممنوع. تم العثور على <code>&lt;set to=\"$1\"&gt;</code> في ملف SVG المرفوع.\";'),('ary','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('ary','messages:uploaderror','s:23:\"ary:خطأ فالرفع\";'),('ary','messages:uploadfooter','s:4:\"en:-\";'),('ary','messages:uploadinvalidxml','s:58:\"ar:تعذر تحليل XML في الملف المرفوع.\";'),('ary','messages:uploadlogpage','s:30:\"ary:لوحة د التطلاع\";'),('ary','messages:uploadlogpagetext','s:174:\"ar:في الأسفل قائمة بأحدث عمليات رفع الملفات.\nانظر [[Special:NewFiles|معرض الملفات الجديدة]] لعرض بصري أكثر\";'),('ary','messages:uploadnewversion-linktext','s:59:\"ary:طلّع ڤيرسيون جديدة د هاد لفيشي\";'),('ary','messages:uploadnologin','s:33:\"ary:نتا مامكونيكطيش\";'),('ary','messages:uploadnologintext','s:56:\"ary:خاصك $1 باش تقدر ترفع الملفات.\";'),('ary','messages:uploadscripted','s:130:\"ar:هذا الملف يضم كود HTML أو كود آخر يمكن أن يفسره متصفح الويب بطريقة خاطئة.\";'),('ary','messages:uploadscriptednamespace','s:94:\"ar:يحتوي ملف SVG هذا على اسم نطاق غير مشروع \"<nowiki>$1</nowiki>\"\";'),('ary','messages:uploadstash','s:34:\"ary:تخزين د لمشارجية\";'),('ary','messages:uploadstash-bad-path','s:33:\"ar:المسار غير موجود\";'),('ary','messages:uploadstash-bad-path-bad-format','s:52:\"ar:المفتاح \"$1\" ليس بصيغة صحيحة.\";'),('ary','messages:uploadstash-bad-path-invalid','s:32:\"ar:المسار غير صحيح.\";'),('ary','messages:uploadstash-bad-path-no-handler','s:76:\"ar:لم يتم العثور على هاندلر للميم $1 للملف $2.\";'),('ary','messages:uploadstash-bad-path-unknown-type','s:33:\"ar:نوع غير معروف \"$1\".\";'),('ary','messages:uploadstash-bad-path-unrecognized-thumb-name','s:48:\"ar:اسم تصغير غير متعرف عليه.\";'),('ary','messages:uploadstash-badtoken','s:180:\"ar:فشل أداء ذلك العمل، ربما لأن وثائق تفويض التحرير الخاصة بك منتهية الصلاحية. من فضلك حاول مرة أخرى.\";'),('ary','messages:uploadstash-clear','s:38:\"ary:ميح لملفًات لمخبعة\";'),('ary','messages:uploadstash-errclear','s:46:\"ary:لمسيح د لملفًات مانجحش.\";'),('ary','messages:uploadstash-exception','s:65:\"ar:لم يمكن تخزين الرفع في الstash ($1): \"$2\".\";'),('ary','messages:uploadstash-file-not-found','s:75:\"ar:المفتاح \"$1\" لم يتم العثور عليه في الستاش.\";'),('ary','messages:uploadstash-file-not-found-missing-content-type','s:45:\"ar:رأس مفقود لنوع المحتوى.\";'),('ary','messages:uploadstash-file-not-found-no-local-path','s:52:\"ar:لا مسار محلي للعنصر المصغر.\";'),('ary','messages:uploadstash-file-not-found-no-remote-thumb','s:57:\"ar:الحصول على التصغير فشل: $1\nURL = $2\";'),('ary','messages:uploadstash-file-not-found-no-thumb','s:48:\"ar:لم يمكن الحصول على تصغير.\";'),('ary','messages:uploadstash-file-not-found-not-exists','s:80:\"ar:لم يمكن العثور على المسار، أو ليس ملف صريح.\";'),('ary','messages:uploadstash-file-too-large','s:57:\"ar:لا يمكن عرض ملف أكبر من $1 بايت.\";'),('ary','messages:uploadstash-no-such-key','s:64:\"ar:لا مفتاح كهذا ($1)، لم يمكن الإزالة.\";'),('ary','messages:uploadstash-nofiles','s:46:\"ar:ليس لديك أي ملفات مخبأة.\";'),('ary','messages:uploadstash-not-logged-in','s:107:\"ar:لا مستخدم مسجل الدخول، الملفات يجب أن تنتمي إلى مستخدمين.\";'),('ary','messages:uploadstash-refresh','s:47:\"ary:تجديد الليستة د لفيشيات\";'),('ary','messages:uploadstash-summary','s:245:\"ar:توفر هذه الصفحة الوصول إلى الملفات التي يتم رفعها ولكنها لم تُنشَر بعد في الويكي، هذه الملفات غير مرئية لأحد إلا للمستخدم الذي رفعها.\";'),('ary','messages:uploadstash-thumbnail','s:31:\"ar:اعرض صورة مصغرة\";'),('ary','messages:uploadstash-wrong-owner','s:72:\"ar:هذا الملف ($1) لا ينتمي للمستخدم الحالي.\";'),('ary','messages:uploadstash-zero-length','s:30:\"ar:الملف طوله صفر.\";'),('ary','messages:uploadtext','s:1137:\"ary:خدّم لفورم التحتانية باش تطلّع لفيشيات.\nباش تشوف ؤلا تقلّب ف لفيشيات لي ديجا كاينين، راجع [[Special:ImageList|الليستة د لفيشيات لمطلّعة]]، لعمليات د التطلاع (و لمعاودة د التطلاع) مسجّلة ف [[Special:Log/upload|الروجيستر ديال التطلاع]] و عمليات التحياد كاينين ف [[Special:Log/delete|الروجيستر ديال التحياد]].\n\nباش تزيد تصويرة ف صفحة، خدّم الليان ف هاد لكواض:\n* \'\'\'<tt><nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.jpg]]</nowiki></tt>\'\'\' باش تخدّم النسخة لكاملة د لفيشي\n* \'\'\'<tt><nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.png|200px|thumb|left|نص بديل]]</nowiki></tt>\'\'\' باش تخدّم تصويرة عرضها 200 پيكسيل ف صندوقة جايّة علّيسر، معا \"نص بديل\" ف لوصف\n* \'\'\'<tt><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></tt>\'\'\' باش تزيد ليان ل لفيشي نيشان بلا ماتعرض التصويرة.\";'),('ary','messages:uploadvirus','s:64:\"ar:الملف يحتوي على فيروس! التفاصيل: $1\";'),('ary','messages:uploadwarning','s:25:\"ary:تحذير الرفع\";'),('ary','messages:uploadwarning-text','s:80:\"ary:عافاك عدل لوصف د لفيشي لتحت و حاول مرة خرة.\";'),('ary','messages:uploadwarning-text-nostash','s:106:\"ar:من فضلك أعد رفع الملف، عدل الوصف بالأسفل وحاول مرة ثانية.\";'),('ary','messages:user-mail-no-addy','s:86:\"ary:حاولتي تصيفط إيميل بلا ماتكتب لعنوان د إيميل.\";'),('ary','messages:user-mail-no-body','s:84:\"ar:محاول ارسال بريد إلكتروني فارغ أو ذو نص قصير.\";'),('ary','messages:usercreated','s:61:\"ary:{{GENDER:$3|نشؤو|نشآتو}} ف $1 فالساعة $2\";'),('ary','messages:usercssispublic','s:194:\"ar:من فضلك لاحظ: أنه لا ينبغي أن تحتوي صفحات الCSS الفرعية على بيانات سرية حيث يمكن للمستخدمين الآخرين رؤيتها.\";'),('ary','messages:usercsspreview','s:131:\"ary:<strong>ماتنساش باللي (CSS) تاعك باقي فمرحلة التوجاد.\nراه مازال ماتسجل!</strong>\";'),('ary','messages:usercssyoucanpreview','s:145:\"ary:<strong>فكرة:</strong> خدّم لبوطونة \"{{int:showpreview}}\" باش تجرب CSS الجديد قبل ماتسجًل الصفحة.\";'),('ary','messages:usereditcount','s:35:\"ary:$1 ṫeĝdil{{PLURAL:$1||aṫ}}\";'),('ary','messages:userexists','s:131:\"ary:هاد سميت لخدايمي لي دخّلتي ديجا خداها شي واحد.\nختار عافاك شي سمية آخرة.\";'),('ary','messages:userinvalidconfigtitle','s:239:\"ary:<strong>عنداك:</strong> T ماكايناش واجهة \"$1\".\nصفحات Custom .css و.json و.js تاتخدًم حروف صغيرة فلعنوان، بحال {{ns:user}}:Foo/vector.css ماشي بحال {{ns:user}}:Foo/Vector.css.\";'),('ary','messages:userjsdangerous','s:381:\"ar:يرجى ملاحظة: سيتم تشغيل البرامج النصية المضمنة في هذه الصفحة في أي وقت تقوم فيه بتحميل صفحة. قد يؤدي الكود الضار المضاف هنا إلى اختراق الحساب. سيتم تنفيذ الكود عند معاينة التغييرات التي أجريتها على هذه الصفحة.\";'),('ary','messages:userjsispublic','s:236:\"ar:من فضلك لاحظ: صفحات الجافاسكريبت الفرعية لا ينبغي أن تحتوي على بياناتٍ سرية، وذلك لأنه يمكن مشاهدتها بواسطة المستخدمين الآخرين.\";'),('ary','messages:userjsonispublic','s:213:\"ar:الرجاء ملاحظة أنه: يجب ألا تحتوي الصفحات الفرعية لجسون على بيانات سرية لأنها قابلة للعرض من قبل المستخدمين الآخرين.\";'),('ary','messages:userjsonpreview','s:163:\"ar:<strong>تذكّر أنك فقط تختبر/تعاين تهيئة جسون لصفحة المستخدم الخاصة بك\nفهي لم تُنشر بعد!</strong>\";'),('ary','messages:userjsonyoucanpreview','s:132:\"ar:<strong>نصيحة:</strong>  استخدم الزر \"{{int:showpreview}}\" لاختبار جسون الجديد قبل الحفظ.\";'),('ary','messages:userjspreview','s:138:\"ary:<strong>ماتنساش باللي راك غي تاتجرب فجاڤاسكريپت ديالك.\nراه مازال ماتسجل!</strong>\";'),('ary','messages:userjsyoucanpreview','s:161:\"ary:<strong>فكرة:</strong> خدّم لبوطونة \"{{int:showpreview}}\" باش تجرب جاڤاسكريپت الجديد قبل ما تسجل الصفحة.\";'),('ary','messages:userlogin-createanother','s:26:\"ary:حل كونط أخور\";'),('ary','messages:userlogin-helplink2','s:32:\"ary:معاونة ف لّوڭين\";'),('ary','messages:userlogin-joinproject','s:27:\"ary:دخل لـ{{SITENAME}}\";'),('ary','messages:userlogin-loggedin','s:199:\"ar:أنت {{GENDER:$1|مسجل|مسجلة}} الدخول مسبقًا باسم $1. {{GENDER:$1|استخدم|استخدمي}} النموذج بالأسفل لتسجيل الدخول بحساب آخر.\";'),('ary','messages:userlogin-noaccount','s:37:\"ary:واش ما عندكش حساب؟\";'),('ary','messages:userlogin-reauth','s:76:\"ar:عليك الدخول مرة أخرى لتؤكد أنك {{GENDER:$1|$1}}.\";'),('ary','messages:userlogin-remembermypassword','s:33:\"ary:خلًيني مكونيكطي\";'),('ary','messages:userlogin-resetpassword-link','s:32:\"ary:واش نسيتي لكود؟\";'),('ary','messages:userlogin-signwithsecure','s:30:\"ary:خدًم اتصال آمن\";'),('ary','messages:userlogin-yourname','s:27:\"ary:سميت لخدايمي\";'),('ary','messages:userlogin-yourname-ph','s:45:\"ary:دخل سميت لخدايمي ديالك\";'),('ary','messages:userlogin-yourpassword','s:21:\"ary:كلمة السر\";'),('ary','messages:userlogin-yourpassword-ph','s:39:\"ary:دخل كلمة السر ديالك\";'),('ary','messages:userlogout','s:10:\"ary:خرج\";'),('ary','messages:userlogout-continue','s:60:\"ary:واش متيقن بلي باغي تديكونيكطا؟\";'),('ary','messages:userlogout-summary','s:3:\"en:\";'),('ary','messages:userlogout-temp','s:170:\"ar:هل أنت متأكد أنك تريد تسجيل الخروج؟ لن تكون هناك طريقة لإعادة تسجيل الدخول إلى حسابك المؤقت.\";'),('ary','messages:usermaildisabled','s:51:\"ary:لإيميل د لخدادمي ماخدّامش\";'),('ary','messages:usermaildisabledtext','s:95:\"ary:مايمكنش ليك تصيفط إيميل ل خدايميا خرين ف هاد لويكي\";'),('ary','messages:usermessage-editor','s:27:\"ary:مراسل النظام\";'),('ary','messages:usermessage-summary','s:37:\"ary:Ĥella waḫed l-meṣaj sistém.\";'),('ary','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('ary','messages:username','s:68:\"ary:{{GENDER:$1|سميت لخدايمي|سميت لخدايمية}}:\";'),('ary','messages:usernameinprogress','s:125:\"ar:إن عملية إنشاء حساب لاسم المستخدم هذا جارية بالفعل. برجاء الانتظار.\";'),('ary','messages:userpage-userdoesnotexist','s:147:\"ary:لكونط د لخدايمي \"<nowiki>$1</nowiki>\" مامسجلش.\nتأكد عافاك بلي باغي تصايب/تعدل هاد الصفحة.\";'),('ary','messages:userpage-userdoesnotexist-view','s:54:\"ary:لكونط د لخدايمي \"$1\" ما مسجلش.\";'),('ary','messages:userrights','s:42:\"ary:صلاحيات ديال لخدايمي\";'),('ary','messages:userrights-cannot-shorten-expiry','s:272:\"ar:أنت لا يمكنك تقديم تاريخ الانتهاء لعضوية المجموعة \"$1\". فقط المستخدمون الذين يمتلكون السماح لإضافة وإزالة هذه المجموعة يمكنهم تقديم تواريخ الانتهاء.\";'),('ary','messages:userrights-changeable-col','s:53:\"ary:المجموعات اللًي تقدر تبدًل\";'),('ary','messages:userrights-conflict','s:136:\"ar:تضارب في تغيير صلاحيات المستخدم! الرجاء مراجعة تغييراتك مجدّدا وتأكيدها.\";'),('ary','messages:userrights-editusergroup','s:75:\"ary:تعديل مجموعات {{GENDER:$1|لخدايمي|لخدايمية}}\";'),('ary','messages:userrights-expiry','s:17:\"ary:أيسالي:\";'),('ary','messages:userrights-expiry-current','s:19:\"ary:تتسالي $1\";'),('ary','messages:userrights-expiry-existing','s:50:\"ar:وقت الانتهاء الموجود: $3، $2\";'),('ary','messages:userrights-expiry-in-past','s:72:\"ar:تاريخ انتهاء المجموعة \"$1\" هو في الماضي.\";'),('ary','messages:userrights-expiry-none','s:25:\"ary:ما تايساليش\";'),('ary','messages:userrights-expiry-options','s:110:\"ar:1 يوم:1 day,1 أسبوع:1 week,1 شهر:1 month,3 شهور:3 months,6 شهور:6 months,1 سنة:1 year\";'),('ary','messages:userrights-expiry-othertime','s:18:\"ary:وقت آخر:\";'),('ary','messages:userrights-groups-help','s:611:\"ar:يمكنك تغيير المجموعات التي ينتمي {{GENDER:$1|هذا المستخدم}} إليها:\n* يعني الصندوق المعلم أن المستخدم ضمن هذه المجموعة.\n* يعني الصندوق غير المعلم أن المستخدم ليس في هذه المجموعة.\n* تعني علامة * عدم إمكانية إزالة المجموعة متى ما أضفتها أو العكس.\n* تعني علامة # أنه يمكنك فقط تحديد تاريخ الانتهاء لعضوية هذه المجموعة؛ لكن لا يمكنك تقديمه بعد تحديده.\";'),('ary','messages:userrights-groupsmember','s:14:\"ary:عضو ف:\";'),('ary','messages:userrights-groupsmember-auto','s:23:\"ary:عضو ضمني ف:\";'),('ary','messages:userrights-groupsmember-type','s:5:\"ar:$1\";'),('ary','messages:userrights-invalid-expiry','s:65:\"ar:تاريخ انتهاء المجموعة \"$1\" غير صحيح.\";'),('ary','messages:userrights-irreversible-marker','s:7:\"ary:$1*\";'),('ary','messages:userrights-lookup-user','s:25:\"ary:ختار خدايمي\";'),('ary','messages:userrights-no-interwiki','s:111:\"ary:مامسموحش ليك تبدّل صّلاحيات د لخدايمي ف لويكيپيديات لاخرة.\";'),('ary','messages:userrights-no-shorten-expiry-marker','s:6:\"ar:$1#\";'),('ary','messages:userrights-nodatabase','s:110:\"ary:قاعدة البيانات $1 ماكايناش ولاً كاينا ولكن ماشي فهاد لويكي.\";'),('ary','messages:userrights-reason','s:13:\"ary:علاش:\";'),('ary','messages:userrights-summary','s:3:\"en:\";'),('ary','messages:userrights-systemuser','s:67:\"ar:{{GENDER:$1|هذا مستخدم|هذه مستخدمة}} نظام\";'),('ary','messages:userrights-unchangeable-col','s:57:\"ary:المجموعات اللي ماتقدرش تبدًل\";'),('ary','messages:userrights-user-editname','s:37:\"ary:دخّل سميت لخدايمي:\";'),('ary','messages:userrights-viewusergroup','s:74:\"ar:عرض مجموعات {{GENDER:$1|المستخدم|المستخدمة}}\";'),('ary','messages:variantname-crh','s:6:\"ar:crh\";'),('ary','messages:variantname-crh-cyrl','s:11:\"ar:crh-Cyrl\";'),('ary','messages:variantname-crh-latn','s:11:\"ar:crh-Latn\";'),('ary','messages:variantname-gan','s:6:\"en:gan\";'),('ary','messages:variantname-gan-hans','s:8:\"ary:hans\";'),('ary','messages:variantname-gan-hant','s:7:\"ar:Hant\";'),('ary','messages:variantname-ike-cans','s:11:\"ar:ike-Cans\";'),('ary','messages:variantname-ike-latn','s:11:\"ar:ike-Latn\";'),('ary','messages:variantname-iu','s:5:\"ar:iu\";'),('ary','messages:variantname-kk','s:5:\"ar:kk\";'),('ary','messages:variantname-kk-arab','s:11:\"ary:kk-arab\";'),('ary','messages:variantname-kk-cn','s:9:\"ary:kk-cn\";'),('ary','messages:variantname-kk-cyrl','s:11:\"ary:kk-cyrl\";'),('ary','messages:variantname-kk-kz','s:9:\"ary:kk-kz\";'),('ary','messages:variantname-kk-latn','s:11:\"ary:kk-latn\";'),('ary','messages:variantname-kk-tr','s:9:\"ary:kk-tr\";'),('ary','messages:variantname-ku','s:5:\"en:ku\";'),('ary','messages:variantname-ku-arab','s:10:\"ar:ku-Arab\";'),('ary','messages:variantname-ku-latn','s:10:\"ar:ku-Latn\";'),('ary','messages:variantname-shi','s:6:\"ar:shi\";'),('ary','messages:variantname-shi-latn','s:11:\"ar:shi-Latn\";'),('ary','messages:variantname-shi-tfng','s:11:\"ar:shi-Tfng\";'),('ary','messages:variantname-sr','s:5:\"en:sr\";'),('ary','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('ary','messages:variantname-sr-ec','s:9:\"ary:sr-ec\";'),('ary','messages:variantname-sr-el','s:9:\"ary:sr-el\";'),('ary','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('ary','messages:variantname-tg','s:5:\"ar:tg\";'),('ary','messages:variantname-tg-cyrl','s:10:\"ar:tg-Cyrl\";'),('ary','messages:variantname-tg-latn','s:10:\"ar:tg-Latn\";'),('ary','messages:variantname-tly','s:6:\"ar:tly\";'),('ary','messages:variantname-tly-cyrl','s:11:\"ar:tly-Cyrl\";'),('ary','messages:variantname-uz','s:5:\"ar:uz\";'),('ary','messages:variantname-uz-cyrl','s:10:\"ar:uz-Cyrl\";'),('ary','messages:variantname-uz-latn','s:10:\"ar:uz-Latn\";'),('ary','messages:variantname-zh','s:5:\"en:zh\";'),('ary','messages:variantname-zh-cn','s:6:\"ary:cn\";'),('ary','messages:variantname-zh-hans','s:11:\"ary:Kṫaba\";'),('ary','messages:variantname-zh-hant','s:11:\"ary:Kṫaba\";'),('ary','messages:variantname-zh-hk','s:6:\"ary:hk\";'),('ary','messages:variantname-zh-mo','s:6:\"ary:mo\";'),('ary','messages:variantname-zh-my','s:6:\"ary:my\";'),('ary','messages:variantname-zh-sg','s:6:\"ary:sg\";'),('ary','messages:variantname-zh-tw','s:6:\"ary:tw\";'),('ary','messages:variants','s:22:\"ary:المتغيرات\";'),('ary','messages:vector-2022-prefs-talkpage','s:56:\"ar:[[mw:Talk:Reading/Web/Desktop_Improvements|نقاش]]\";'),('ary','messages:vector-action-addsection','s:26:\"ary:زيد شي موضوع\";'),('ary','messages:vector-action-delete','s:10:\"ary:محي\";'),('ary','messages:vector-action-move','s:12:\"ary:حوّل\";'),('ary','messages:vector-action-protect','s:10:\"ary:حمي\";'),('ary','messages:vector-action-toggle-sidebar','s:41:\"ar:تبديل الشريط الجانبي\";'),('ary','messages:vector-action-undelete','s:21:\"ary:لغي الحدف\";'),('ary','messages:vector-action-unprotect','s:27:\"ary:بدّل الحماية\";'),('ary','messages:vector-anon-user-menu-pages','s:69:\"ar:صفحات للمحررين الذين سجَّلوا خروجهم\";'),('ary','messages:vector-anon-user-menu-pages-label','s:54:\"ar:تعلَّم المزيد بخصوص التحرير\";'),('ary','messages:vector-anon-user-menu-pages-learn','s:28:\"ar:تعلَّم المزيد\";'),('ary','messages:vector-article-tools-nav-label','s:17:\"ar:الأدوات\";'),('ary','messages:vector-intro-page','s:18:\"ar:Help:مقدمة\";'),('ary','messages:vector-jumptocontent','s:35:\"ar:انتقل إلى المحتوى\";'),('ary','messages:vector-jumptonavigation','s:31:\"ar:اذهب إلى التنقل\";'),('ary','messages:vector-jumptosearch','s:29:\"ar:اذهب إلى البحث\";'),('ary','messages:vector-language-button-aria-label','s:175:\"ar:{{GENDER:|اذهب|اذهبي}} إلى المقالة في لغةٍ أخرى. مُتاحة في {{PLURAL:$1|لا لغة|لغة واحدة|لغتين|$1 لغات|$1 لغة}}\";'),('ary','messages:vector-language-button-label','s:43:\"ary:{{PLURAL:$1|$1 لوغة|$1 لوغات}}\";'),('ary','messages:vector-language-redirect-to-top','s:152:\"ary:ف هاد لويكيپيديا ليانات د لوغات كاينين ف لفوق د صفحة حدا لعنوان. [[#p-lang-btn|سير لفوق]].\";'),('ary','messages:vector-language-variant-switcher-label','s:31:\"ar:غيّر لهجة اللغة\";'),('ary','messages:vector-languages','s:14:\"ary:لوغات\";'),('ary','messages:vector-main-menu-tooltip','s:32:\"ar:القائمة الرئيسة\";'),('ary','messages:vector-more-actions','s:10:\"ary:كتر\";'),('ary','messages:vector-no-language-button-aria-label','s:113:\"ar:هذه المقالة تتواجد فقط في هذه اللغة. أضفها إلى اللغات الأخرى.\";'),('ary','messages:vector-no-language-button-label','s:21:\"ary:زيد لوغات\";'),('ary','messages:vector-opt-out','s:35:\"ary:رجع ل الشكل لقديم\";'),('ary','messages:vector-opt-out-tooltip','s:132:\"ar:غيِّر الإعدادت للعودة إلى طريقة العرض القديمة (النسخة القديمة لفيكتور)\";'),('ary','messages:vector-search-loader','s:41:\"ar:تحميل اقتراحات البحث\";'),('ary','messages:vector-searchsuggest-containing','s:108:\"ary:قلب علا صفاحي فيهم <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('ary','messages:vector-site-nav-label','s:15:\"ar:الموقع\";'),('ary','messages:vector-skin-desc','s:368:\"ar:توفر نسختان من مظهر فيكتور:\n* 2011 - النسخة الحديثة من مظهر مونوبوك بمظهر أحدث وتحسينات لسهولة الاستخدام.\n* 2022 - نسخة فيكتور المبنيّة كجزءٍ من مشروع مؤسسة ويكيميديا [[mw:Desktop Improvements|لتحسينات نسخة سطح المكتب]].\";'),('ary','messages:vector-specialversion-name','s:13:\"ar:فكتور\";'),('ary','messages:vector-toc-beginning','s:12:\"ary:بدية\";'),('ary','messages:vector-toc-collapsible-button-label','s:48:\"ar:تبديل عرض جدول المحتويات\";'),('ary','messages:vector-toc-heading','s:21:\"ar:المحتويات\";'),('ary','messages:vector-toc-menu-tooltip','s:30:\"ar:جدول المحتويات\";'),('ary','messages:vector-toc-toggle-button-label','s:40:\"ar:ثبِّت القسم الفرعي $1\";'),('ary','messages:vector-toc-toggle-position-sidebar','s:39:\"ar:انقل للشريط الجانبي\";'),('ary','messages:vector-toc-toggle-position-title','s:9:\"ar:أخف\";'),('ary','messages:vector-view-create','s:12:\"ary:أنشئ\";'),('ary','messages:vector-view-edit','s:10:\"ary:بدل\";'),('ary','messages:vector-view-history','s:14:\"ary:تاريخ\";'),('ary','messages:vector-view-view','s:10:\"ary:قرا\";'),('ary','messages:vector-view-viewsource','s:21:\"ary:شوف لمصدر\";'),('ary','messages:vector.css','s:127:\"ar:/* ستؤثِّر الأنماط المتراصة CSS المعروضة هنا على مستخدمي واجهة فكتور */\";'),('ary','messages:vector.js','s:146:\"ar:/* سيُحمَّل أي نص برمجي مكتوب بلغة جافا للمستخدمين الذين يستعملون واجهة فكتور */\";'),('ary','messages:verification-error','s:77:\"ary:هاد لفيشي مادازش من لڤيريفياج د لفيشيات.\";'),('ary','messages:version','s:12:\"ary:نسخة\";'),('ary','messages:version-antispam','s:23:\"ary:منع السپام\";'),('ary','messages:version-api','s:19:\"ar:إيه بي آي\";'),('ary','messages:version-credits-not-found','s:103:\"ar:لم يتم العثور على أي معلومات للعاملين على هذا الامتداد.\";'),('ary','messages:version-credits-summary','s:134:\"ar:نود أن نعرف بالأشخاص التالية أسماؤهم لمساهمتهم في [[Special:Version|ميدياويكي]].\";'),('ary','messages:version-credits-title','s:29:\"ar:العاملون على $1\";'),('ary','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('ary','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('ary','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('ary','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('ary','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('ary','messages:version-editors','s:19:\"ar:المحررون\";'),('ary','messages:version-entrypoints','s:46:\"ar:نقطة دخول وصلات المواقع\";'),('ary','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('ary','messages:version-entrypoints-articlepath','s:102:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath مسار المقالات]\";'),('ary','messages:version-entrypoints-header-entrypoint','s:20:\"ar:تقطة دخول\";'),('ary','messages:version-entrypoints-header-url','s:15:\"ar:المسار\";'),('ary','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('ary','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('ary','messages:version-entrypoints-scriptpath','s:101:\"ar:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath مسار السكريبت]\";'),('ary','messages:version-ext-colheader-credits','s:15:\"ar:مؤلفون\";'),('ary','messages:version-ext-colheader-description','s:9:\"ar:وصف\";'),('ary','messages:version-ext-colheader-license','s:13:\"ar:ترخيص\";'),('ary','messages:version-ext-colheader-name','s:15:\"ar:امتداد\";'),('ary','messages:version-ext-colheader-version','s:11:\"ar:نسخة\";'),('ary','messages:version-ext-license','s:13:\"ar:ترخيص\";'),('ary','messages:version-extensions','s:25:\"ary:limtidadat lmotabbata\";'),('ary','messages:version-hook-name','s:25:\"ary:سميت لختطاف\";'),('ary','messages:version-hook-subscribedby','s:22:\"ary:kaytstaml mn taraf\";'),('ary','messages:version-hooks','s:18:\"ary:لخطاطيف\";'),('ary','messages:version-libraries','s:26:\"ar:مكتبات مثبتة\";'),('ary','messages:version-libraries-authors','s:19:\"ar:المؤلفون\";'),('ary','messages:version-libraries-description','s:13:\"ar:الوصف\";'),('ary','messages:version-libraries-library','s:17:\"ar:المكتبة\";'),('ary','messages:version-libraries-license','s:17:\"ar:الترخيص\";'),('ary','messages:version-libraries-version','s:19:\"ar:الإصدارة\";'),('ary','messages:version-license','s:33:\"ary:ترخيص ميدياويكي\";'),('ary','messages:version-license-info','s:975:\"ar:ميدياويكي برنامج حر، يحق لك توزيعه و/أو تعديله وفقاً لبنود رخصة جنو العمومية كما نشرتها مؤسسة البرمجيات الحرة، الإصدار الثاني أو (وفقا لاختيارك أنت) أي إصدار لاحق.\n\nهذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن <em>دون أية ضمانات</em>، بما في ذلك ضمانات <strong>التسويق</strong> أو <strong>الملاءمة لغرض معين</strong>. انظر رخصة جنو العمومية لمزيد من التفاصيل.\n\nينبغي أن تكون قد تلقيت [{{SERVER}}{{SCRIPTPATH}}/COPYING نسخة من رخصة جنو العمومية] إذا لم يتم ذلك، اكتب إلى Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA أو [//www.gnu.org/licenses/old-licenses/gpl-2.0.html اقرأها على الإنترنت].\";'),('ary','messages:version-license-not-found','s:92:\"ar:لم يتم العثور على أي معلومات ترخيص لهذا الامتداد.\";'),('ary','messages:version-license-title','s:21:\"ar:ترخيص لـ $1\";'),('ary','messages:version-mediahandlers','s:23:\"ary:motahakkimat lmedia\";'),('ary','messages:version-no-ext-name','s:16:\"ar:[لا اسم]\";'),('ary','messages:version-other','s:12:\"ary:آخرا\";'),('ary','messages:version-parser-extensiontags','s:28:\"ary:wossom imtidad lmohallil\";'),('ary','messages:version-parser-function-hooks','s:31:\"ary:khtatif dyal dalat lmohllil\";'),('ary','messages:version-parserhooks','s:21:\"ary:khatatif lmohllil\";'),('ary','messages:version-poweredby-credits','s:146:\"ar:تدار هذه الويكي بواسطة <strong>[https://www.mediawiki.org/ ميدياويكي]</strong>، حقوق النشر © 2001-$1 $2.\";'),('ary','messages:version-poweredby-others','s:14:\"ary:آخرين\";'),('ary','messages:version-poweredby-translators','s:53:\"ar:مترجمو ترانسليت ويكي دوت نت\";'),('ary','messages:version-poweredby-various','s:30:\"ar:مؤلفون متعددون\";'),('ary','messages:version-skin-colheader-name','s:13:\"ar:واجهة\";'),('ary','messages:version-skins','s:35:\"ary:الواجهات المنصبة\";'),('ary','messages:version-software','s:27:\"ary:lbarnamaj li m\'anstalli\";'),('ary','messages:version-software-product','s:16:\"ary:لمنتوج\";'),('ary','messages:version-software-version','s:12:\"ary:نسخة\";'),('ary','messages:version-specialpages','s:23:\"ary:صفحات خاصة\";'),('ary','messages:version-summary','s:3:\"en:\";'),('ary','messages:version-variables','s:18:\"ary:lmotaghayyirat\";'),('ary','messages:version-version','s:7:\"ar:($1)\";'),('ary','messages:versionrequired','s:60:\"ary:خاصك لڤيرسيون $1 ديال ميدياويكي\";'),('ary','messages:versionrequiredtext','s:166:\"ary:خلثك النسخة $1 د ميدياويكي باش تقدر تخدًم هاد الصفحة. شوف [[Special:Version|صفحة معلومات الإصدارة]]\";'),('ary','messages:video-dims','s:14:\"ar:$1، $2×$3\";'),('ary','messages:view','s:10:\"ary:شوف\";'),('ary','messages:view-pool-contention','s:18:\"en:pool contention\";'),('ary','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('ary','messages:view-pool-error','s:183:\"ary:سمح لينا السيرفورات مشغولة دابا\nبزاف د الناس بغاو يدخلو لهاد الصفحة\nعافاك حاول عاوتاني دابا شوية\n$1\";'),('ary','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('ary','messages:viewcount','s:73:\"ary:هاد صفحة تشافت {{PLURAL:$1|مرة وحدا|$1 مرات}}.\";'),('ary','messages:viewdeleted','s:16:\"ary:نشوف $1?\";'),('ary','messages:viewdeleted_short','s:86:\"ary:وري {{PLURAL:$1|تعديل محدوف واحد|$1 تعديلات محدوفة}}\";'),('ary','messages:viewdeletedpage','s:38:\"ary:شوف الصفاحي لممحية\";'),('ary','messages:viewhelppage','s:43:\"ary:شوف صفحة ديال لمعاونة\";'),('ary','messages:viewinguserrights','s:126:\"ar:عرض صلاحيات المستخدم {{GENDER:$1|للمستخدم|للمستخدمة}} <strong>[[User:$1|$1]]</strong> $2\";'),('ary','messages:viewpagelogs','s:54:\"ary:شوف السجلات ديال هاد الصفحة\";'),('ary','messages:viewpagelogs-lowercase','s:54:\"ary:شوف السجلات ديال هاد الصفحة\";'),('ary','messages:viewprevnext','s:47:\"ary:شوف ($1 {{int:pipe-separator}} $2) ($3).\";'),('ary','messages:views','s:14:\"ary:شوفات\";'),('ary','messages:viewsource','s:21:\"ary:شوف لمصدر\";'),('ary','messages:viewsource-title','s:22:\"ary:عرض مصدر $1\";'),('ary','messages:viewsourcelink','s:23:\"ary:شوف المصدر\";'),('ary','messages:viewsourceold','s:21:\"ary:شوف لمصدر\";'),('ary','messages:viewsourcetext','s:83:\"ary:إمكن ليك طالع و تنسخ المصدر ديال هاد الصفحة.\";'),('ary','messages:viewtalkpage','s:25:\"ary:شوف لمداكرة\";'),('ary','messages:viewyourtext','s:98:\"ar:يمكنك رؤية و نسخ مصدر <strong>تعديلاتك</strong> لهذه الصفحة.\";'),('ary','messages:virus-badscanner','s:87:\"ary:ضبط غالط: السكانور د لفيروسات مامعروفش: <em>$1</em>\";'),('ary','messages:virus-scanfailed','s:41:\"ary:السكان مانجحش (كود $1)\";'),('ary','messages:virus-unknownscanner','s:43:\"ary:أونتيفيروس مامعروفش :\";'),('ary','messages:wantedcategories','s:31:\"ary:تصنيفات مطلوبة\";'),('ary','messages:wantedcategories-summary','s:3:\"en:\";'),('ary','messages:wantedfiles','s:27:\"ary:ملفات مطلوبة\";'),('ary','messages:wantedfiles-summary','s:3:\"en:\";'),('ary','messages:wantedfiletext-cat','s:348:\"ar:الملفات التالية مستعملة ولكن لا وجود لها. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة. بالإضافة، أي صفحات تتضمن الملفات الغير موجودة تم سردها في [[:$1]].\";'),('ary','messages:wantedfiletext-cat-noforeign','s:186:\"ar:الملفات التالية مستخدمة لكنها غير موجودة. عدا ذلك، تسرد الصفحات التي تستخدم ملفات غير موجودة في [[:$1]].\";'),('ary','messages:wantedfiletext-nocat','s:232:\"ar:الملفات التالية مستعملة ولكن غير متوفرة. يمكن سرد ملفات من مستودعات خارجية بالرغم من وجودها. سيتم <del>محو</del> أي أيجابيات كاذبة.\";'),('ary','messages:wantedfiletext-nocat-noforeign','s:79:\"ar:الملفات التالية مستخدمة لكنها غير موجودة.\";'),('ary','messages:wantedpages','s:27:\"ary:صفاحي مطلوبة\";'),('ary','messages:wantedpages-badtitle','s:56:\"ary:ĝonwan ma ṣḫiḫ-ċ f-mjmoĝṫ n-naṫa\'ij: $1\";'),('ary','messages:wantedpages-summary','s:382:\"ar:قائمة بالصفحات غير الموجودة التي لديها أكثر وصلات لها، باستثناء الصفحات التي تحويلات فقط تصل إليها. لقائمة بالصفحات غير الموجودة التي توجد تحويلات تصل إليها، انظر [[{{#special:BrokenRedirects}}|قائمة التحويلات المكسورة]].\";'),('ary','messages:wantedtemplates','s:33:\"ary:موضيلات مطلوبين\";'),('ary','messages:wantedtemplates-summary','s:3:\"en:\";'),('ary','messages:watch','s:10:\"ary:حضي\";'),('ary','messages:watching','s:15:\"ary:حاضي...\";'),('ary','messages:watchlist','s:32:\"ary:ليستة ديال تتبع\";'),('ary','messages:watchlist-details','s:183:\"ary:{{PLURAL:$1|صفحة وحدة كاينة|$1 هو عدد الصفحات لي كاينين}} ف لّيستة د تّتبع ديالك (ب لإضافة ل صفحات لمداكرة).\";'),('ary','messages:watchlist-expires-in-aria-label','s:65:\"ar:انتهاء صلاحية عنصر قائمة المراقبة\";'),('ary','messages:watchlist-expiring-days-full-text','s:77:\"ar:{{PLURAL:$1|1 يوم|$1 أيام}} بقيت في قائمة مراقبتك\";'),('ary','messages:watchlist-expiring-hours-full-text','s:60:\"ar:بقيت بضع ساعات في قائمة مراقبتك\";'),('ary','messages:watchlist-expiry-days-left','s:87:\"ar:بقي {{PLURAL:$1||يوم واحد|يومان|$1 أيام|$1 يومًا|$1 يوم}}\";'),('ary','messages:watchlist-expiry-hours-left','s:36:\"ar:بقيت بضع ساعات فقط\";'),('ary','messages:watchlist-expiry-options','s:111:\"ar:دائم:infinite,أسبوع واحد:1 week,شهر واحد:1 month,3 أشهر:3 months,6 أشهر:6 months\";'),('ary','messages:watchlist-hide','s:10:\"ary:خبي\";'),('ary','messages:watchlist-options','s:49:\"ary:ختيارات الليستة د لحضيان\";'),('ary','messages:watchlist-submit','s:11:\"ar:أظهر\";'),('ary','messages:watchlist-summary','s:3:\"en:\";'),('ary','messages:watchlist-unwatch','s:5:\"en:×\";'),('ary','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('ary','messages:watchlistanontext','s:127:\"ary:عافاك تكونيكطا باش تشوف ولاً تعدًل الصفحات فلقائمة د لمراقبة ديالك.\";'),('ary','messages:watchlistedit-clear-done','s:42:\"ar:مُسِحت قائمة مراقبتك.\";'),('ary','messages:watchlistedit-clear-explain','s:68:\"ar:ستحذف جميع الصفحات من قائمة مراقبتك\";'),('ary','messages:watchlistedit-clear-jobqueue','s:95:\"ar:قائمة مراقبتك يتم إفراغها. هذا قد يستغرق بعض الوقت!\";'),('ary','messages:watchlistedit-clear-legend','s:39:\"ar:امسح قائمة المراقبة\";'),('ary','messages:watchlistedit-clear-removed','s:150:\"ar:{{PLURAL:$1||أزيل العنوان التالي|أزيل العنوانان التاليان|أزيلت العناوين ال$1 التالية}}:\";'),('ary','messages:watchlistedit-clear-submit','s:58:\"ar:امسح قائمة المراقبة (هذا دائم!)\";'),('ary','messages:watchlistedit-clear-title','s:39:\"ar:امسح قائمة المراقبة\";'),('ary','messages:watchlistedit-clear-titles','s:20:\"ar:العناوين:\";'),('ary','messages:watchlistedit-normal-done','s:99:\"ary:{{PLURAL:$1|1 l-ĝonwan ṫḫyyed|$1 dl-ĝanawin ṫḫyyedaṫ}} mn qa\'imaṫ l-ṃoṛaqaba:\";'),('ary','messages:watchlistedit-normal-explain','s:289:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل.\nلإزالة عنوان، اضغط على الصندوق بجواره، واضغط \"{{int:Watchlistedit-normal-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist/raw|تعديل القائمة الخام]].\";'),('ary','messages:watchlistedit-normal-legend','s:37:\"ary:Mmḫiya men l-lista dyal s-suivi\";'),('ary','messages:watchlistedit-normal-submit','s:27:\"ary:حيًد لعناوين\";'),('ary','messages:watchlistedit-normal-title','s:35:\"ary:ĝddel qa\'imaṫ l-moṛaqaḅa\";'),('ary','messages:watchlistedit-raw-added','s:117:\"ar:تمت إضافة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('ary','messages:watchlistedit-raw-done','s:49:\"ar:قائمة مراقبتك تم تحديثها.\";'),('ary','messages:watchlistedit-raw-explain','s:370:\"ar:العناوين في قائمة مراقبتك معروضة بالأسفل، ويمكن تعديلها عن طريق الإضافة والإزالة من القائمة؛ عنوان واحد لكل سطر.\nعند الانتهاء، اضغط \"{{int:Watchlistedit-raw-submit}}\".\nيمكنك أيضا [[Special:EditWatchlist|استخدام المحرر القياسي]].\";'),('ary','messages:watchlistedit-raw-legend','s:30:\"ary:Ṣayeb l-lista dyal lkham\";'),('ary','messages:watchlistedit-raw-removed','s:117:\"ar:تمت إزالة {{PLURAL:$1||عنوان واحد|عنوانين|$1 عناوين|$1 عنوانا|$1 عنوان}}:\";'),('ary','messages:watchlistedit-raw-submit','s:25:\"ary:hddt qaimat lmoraqaba\";'),('ary','messages:watchlistedit-raw-title','s:30:\"ary:Ṣayeb l-lista dyal lkham\";'),('ary','messages:watchlistedit-raw-titles','s:19:\"ary:لعناوين:\";'),('ary','messages:watchlistedit-too-many','s:108:\"ar:تم تحديث قائمة مراقبتك. هناك الكثير من الصفحات لعرضها هنا.\";'),('ary','messages:watchlistfor2','s:15:\"ary:ديال $1\";'),('ary','messages:watchlistnotwatchable','s:46:\"ar:لا يُمكنك مشاهدة الصفحة\";'),('ary','messages:watchlisttools-clear','s:44:\"ary:محو د الليستة د لحضيان\";'),('ary','messages:watchlisttools-edit','s:44:\"ary:شوف و عدل قائمة التتبع\";'),('ary','messages:watchlisttools-raw','s:45:\"ary:عدل قائمة التتبع الخام\";'),('ary','messages:watchlisttools-view','s:48:\"ary:شوف التغييرات المطرابطة\";'),('ary','messages:watchnologin','s:33:\"ary:نتا مامكونيكطيش\";'),('ary','messages:watchthis','s:30:\"ary:تبع هاد الصفحة\";'),('ary','messages:watchthispage','s:32:\"ary:تبّع هاد الصفحة\";'),('ary','messages:watchthisupload','s:30:\"ary:تبّع هاد لفيشي\";'),('ary','messages:wed','s:14:\"ary:لاربع\";'),('ary','messages:wednesday','s:14:\"ary:لاربع\";'),('ary','messages:wednesday-at','s:42:\"ar:يوم الأربعاء الساعة $1\";'),('ary','messages:weeks','s:43:\"ar:{{PLURAL:$1|أسبوع|$1 أسابيع}}\";'),('ary','messages:welcomecreation-msg','s:113:\"ar:تم إنشاء حسابك.\nلا تنس تعديل [[Special:Preferences|تفضيلاتك في {{SITENAME}}]].\";'),('ary','messages:welcomeuser','s:28:\"ary:مرحبا بيك، $1 !\";'),('ary','messages:whatlinkshere','s:40:\"ary:صفحات كايوصّلو لهنا\";'),('ary','messages:whatlinkshere-count','s:110:\"ar:تعرض {{PLURAL:$1||عنصرًا واحدًا|عنصرين|$1 عناصر|$1 عنصرًا|$1 عنصرٍ}}.\";'),('ary','messages:whatlinkshere-hideimages','s:38:\"ary:خبي ليانات الملفات\";'),('ary','messages:whatlinkshere-hidelinks','s:27:\"ary:خبي الليانات\";'),('ary','messages:whatlinkshere-hideredirs','s:29:\"ary:خبي التحويلات\";'),('ary','messages:whatlinkshere-hidetrans','s:29:\"ary:خبي التضمينات\";'),('ary','messages:whatlinkshere-links','s:18:\"ary:→ روابط\";'),('ary','messages:whatlinkshere-next','s:44:\"ary:{{PLURAL:$1|من بعد|$1 من بعد}}\";'),('ary','messages:whatlinkshere-page','s:17:\"ary:الصفحة:\";'),('ary','messages:whatlinkshere-prev','s:34:\"ary:{{PLURAL:$1|قبل|$1 قبل}}\";'),('ary','messages:whatlinkshere-sectionredir','s:40:\"ar:التحويل إلى القسم \"$1\"\";'),('ary','messages:whatlinkshere-submit','s:10:\"ary:سير\";'),('ary','messages:whatlinkshere-summary','s:3:\"en:\";'),('ary','messages:whatlinkshere-title','s:46:\"ary:الصفحات لي كايديو لـ \"$1\"\";'),('ary','messages:whitelistedittext','s:58:\"ary:خاصك $1 باش تقدر تعدًل الصفحات.\";'),('ary','messages:widthheight','s:11:\"ar:$1 × $2\";'),('ary','messages:widthheightpage','s:50:\"ary:$1 × $2, $3 {{PLURAL:$3|صفحات|صفحة}}\";'),('ary','messages:wikieditor','s:61:\"ar:الواجهة المتقدمة لتعديل نص ويكي\";'),('ary','messages:wikieditor-desc','s:141:\"ar:يوفر واجهة تعديل نص ويكي قابلة للتمديد والعديد من الوحدات التي توفر المزايا\";'),('ary','messages:wikieditor-loading','s:16:\"ar:تحميل...\";'),('ary','messages:wikieditor-preview-changes-tab','s:17:\"ar:تغييرات\";'),('ary','messages:wikieditor-preview-loading','s:16:\"ar:تحميل...\";'),('ary','messages:wikieditor-preview-preference','s:48:\"ar:تفعيل المعاينة جنبا بجنب\";'),('ary','messages:wikieditor-preview-tab','s:15:\"ar:معاينة\";'),('ary','messages:wikieditor-publish-button-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:wikieditor-publish-button-publish','s:11:\"ar:انشر\";'),('ary','messages:wikieditor-publish-dialog-goback','s:11:\"ar:ارجع\";'),('ary','messages:wikieditor-publish-dialog-minor','s:22:\"ar:تعديل طفيف\";'),('ary','messages:wikieditor-publish-dialog-publish','s:11:\"ar:انشر\";'),('ary','messages:wikieditor-publish-dialog-summary','s:96:\"ar:ملخص التعديل (اشرح باختصار التغييرات التي أجريتها):\";'),('ary','messages:wikieditor-publish-dialog-title','s:29:\"ar:انشر في {{SITENAME}}\";'),('ary','messages:wikieditor-publish-dialog-watch','s:31:\"ar:راقب هذه الصفحة\";'),('ary','messages:wikieditor-publish-preference','s:44:\"ar:تفعيل النشر خطوة بخطوة\";'),('ary','messages:wikieditor-realtimepreview-error','s:37:\"ary:لپريڤيو ماتشارجاش\";'),('ary','messages:wikieditor-realtimepreview-preview','s:16:\"ary:پريڤيو\";'),('ary','messages:wikieditor-realtimepreview-reload','s:23:\"ary:عاود شارجي\";'),('ary','messages:wikieditor-toolbar','s:37:\"ar:شريط أدوات التحرير\";'),('ary','messages:wikieditor-toolbar-desc','s:76:\"ar:شريط تحرير الصفحات مع تحسين الاستخدامية\";'),('ary','messages:wikieditor-toolbar-dialogs-preference','s:114:\"ar:تفعيل حوارات إدراج الوصلات والجداول وخاصية البحث والاستبدال\";'),('ary','messages:wikieditor-toolbar-file-alt-help-label','s:29:\"ary:(ورّي لمعاونة)\";'),('ary','messages:wikieditor-toolbar-file-caption','s:18:\"ar:التعليق:\";'),('ary','messages:wikieditor-toolbar-file-default','s:15:\"ar:(غيابي)\";'),('ary','messages:wikieditor-toolbar-file-float','s:14:\"ar:ناحية:\";'),('ary','messages:wikieditor-toolbar-file-format','s:12:\"ar:صيغة:\";'),('ary','messages:wikieditor-toolbar-file-format-none','s:16:\"ar:لا يوجد\";'),('ary','messages:wikieditor-toolbar-file-size','s:13:\"ary:لحجم:\";'),('ary','messages:wikieditor-toolbar-file-target','s:24:\"ary:سميت لفيشي:\";'),('ary','messages:wikieditor-toolbar-group-format','s:13:\"ar:تنسيق\";'),('ary','messages:wikieditor-toolbar-group-insert','s:13:\"ar:إدراج\";'),('ary','messages:wikieditor-toolbar-help-content-bold-description','s:11:\"ar:غليظ\";'),('ary','messages:wikieditor-toolbar-help-content-bold-result','s:33:\"ar:<strong>نص غليظ</strong>\";'),('ary','messages:wikieditor-toolbar-help-content-bold-syntax','s:22:\"ar:\'\'\'نص غليظ\'\'\'\";'),('ary','messages:wikieditor-toolbar-help-content-bolditalic-description','s:22:\"ar:غليظ ومائل\";'),('ary','messages:wikieditor-toolbar-help-content-bolditalic-result','s:53:\"ar:<strong><em>نص غليظ ومائل</em></strong>\";'),('ary','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:37:\"ar:\'\'\'\'\'نص غليظ ومائل\'\'\'\'\'\";'),('ary','messages:wikieditor-toolbar-help-content-file-caption','s:22:\"ar:نص التعليق\";'),('ary','messages:wikieditor-toolbar-help-content-file-description','s:18:\"ar:ملف مضمن\";'),('ary','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"ar:[[$1:Example.png|$2|$3]]\";'),('ary','messages:wikieditor-toolbar-help-content-heading2-description','s:46:\"ar:عنوان من المستوى الثاني\";'),('ary','messages:wikieditor-toolbar-help-content-heading2-result','s:22:\"ar:<h2>عنوان</h2>\";'),('ary','messages:wikieditor-toolbar-help-content-heading2-syntax','s:19:\"ar:== عنوان ==\";'),('ary','messages:wikieditor-toolbar-help-content-heading3-description','s:46:\"ar:عنوان من المستوى الثالث\";'),('ary','messages:wikieditor-toolbar-help-content-heading3-result','s:22:\"ar:<h3>عنوان</h3>\";'),('ary','messages:wikieditor-toolbar-help-content-heading3-syntax','s:21:\"ar:=== عنوان ===\";'),('ary','messages:wikieditor-toolbar-help-content-heading4-description','s:46:\"ar:عنوان من المستوى الرابع\";'),('ary','messages:wikieditor-toolbar-help-content-heading4-result','s:22:\"ar:<h4>عنوان</h4>\";'),('ary','messages:wikieditor-toolbar-help-content-heading4-syntax','s:23:\"ar:==== عنوان ====\";'),('ary','messages:wikieditor-toolbar-help-content-heading5-description','s:46:\"ar:عنوان من المستوى الخامس\";'),('ary','messages:wikieditor-toolbar-help-content-heading5-result','s:22:\"ar:<h5>عنوان</h5>\";'),('ary','messages:wikieditor-toolbar-help-content-heading5-syntax','s:25:\"ar:===== عنوان =====\";'),('ary','messages:wikieditor-toolbar-help-content-ilink-description','s:24:\"ar:وصلة داخلية\";'),('ary','messages:wikieditor-toolbar-help-content-ilink-result','s:83:\"ar:<a href=\'#\'>اسم الوصلة</a><br /><a href=\'#\'>عنوان الصفحة</a>\";'),('ary','messages:wikieditor-toolbar-help-content-ilink-syntax','s:83:\"ar:[[عنوان الصفحة|اسم الوصلة]]<br />[[عنوان الصفحة]]\";'),('ary','messages:wikieditor-toolbar-help-content-indent-description','s:13:\"ar:إزاحة\";'),('ary','messages:wikieditor-toolbar-help-content-indent-result','s:78:\"ar:نص عادي<dl><dd>نص مزاح<dl><dd>نص مزاح</dd></dl></dd></dl>\";'),('ary','messages:wikieditor-toolbar-help-content-indent-syntax','s:57:\"ar:نص عادي<br />:نص مزاح<br />::نص مزاح\";'),('ary','messages:wikieditor-toolbar-help-content-italic-description','s:11:\"ar:مائل\";'),('ary','messages:wikieditor-toolbar-help-content-italic-result','s:25:\"ar:<em>نص مائل</em>\";'),('ary','messages:wikieditor-toolbar-help-content-italic-syntax','s:20:\"ar:\'\'نص مائل\'\'\";'),('ary','messages:wikieditor-toolbar-help-content-named-reference-description','s:18:\"en:Named reference\";'),('ary','messages:wikieditor-toolbar-help-content-named-reference-result','s:43:\"en:Page text.<sup><a href=\'#\'>[2]</a></sup>\";'),('ary','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"en:Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;\";'),('ary','messages:wikieditor-toolbar-help-content-olist-description','s:24:\"ar:قائمة مرقمة\";'),('ary','messages:wikieditor-toolbar-help-content-olist-result','s:68:\"ar:<ol><li>عنصر قائمة</li><li>عنصر قائمة</li></ol>\";'),('ary','messages:wikieditor-toolbar-help-content-olist-syntax','s:51:\"ar:# عنصر قائمة<br /># عنصر قائمة\";'),('ary','messages:wikieditor-toolbar-help-content-reference-description','s:11:\"ar:مرجع\";'),('ary','messages:wikieditor-toolbar-help-content-reference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[1]</a></sup>\";'),('ary','messages:wikieditor-toolbar-help-content-reference-syntax','s:105:\"ar:نص الصفحة.&lt;ref&gt;[http://www.example.org نص الوصلة]، نص إضافي.&lt;/ref&gt;\";'),('ary','messages:wikieditor-toolbar-help-content-rereference-description','s:53:\"ar:استخدام نفس المرجع مرة أخرى\";'),('ary','messages:wikieditor-toolbar-help-content-rereference-result','s:51:\"ar:نص الصفحة.<sup><a href=\'#\'>[2]</a></sup>\";'),('ary','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('ary','messages:wikieditor-toolbar-help-content-showreferences-description','s:26:\"ar:اعرض المراجع\";'),('ary','messages:wikieditor-toolbar-help-content-showreferences-result','s:216:\"ar:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>نص الرابط</a>، نص إضافي.</li></ol>\";'),('ary','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('ary','messages:wikieditor-toolbar-help-content-signature-description','s:13:\"ar:توقيع\";'),('ary','messages:wikieditor-toolbar-help-content-signature-result','s:125:\"ar:<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>)\";'),('ary','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('ary','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:36:\"ar:توقيع مع طابع زمني\";'),('ary','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:165:\"ar:--<a href=\'#\' title=\'{{#special:mypage}}\'>اسم المستخدم</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>ناقش</a>) 15:54، 10 يونيو 2009 (ت ع م)\";'),('ary','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('ary','messages:wikieditor-toolbar-help-content-ulist-description','s:24:\"ar:قائمة منقطة\";'),('ary','messages:wikieditor-toolbar-help-content-ulist-result','s:68:\"ar:<ul><li>عنصر قائمة</li><li>عنصر قائمة</li></ul>\";'),('ary','messages:wikieditor-toolbar-help-content-ulist-syntax','s:51:\"ar:* عنصر قائمة<br />* عنصر قائمة\";'),('ary','messages:wikieditor-toolbar-help-content-xlink-description','s:24:\"ar:وصلة خارجية\";'),('ary','messages:wikieditor-toolbar-help-content-xlink-result','s:169:\"ar:<a href=\'#\' class=\'external\'>اسم الوصلة</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('ary','messages:wikieditor-toolbar-help-content-xlink-syntax','s:105:\"ar:[http://www.example.org اسم الوصلة]<br />[http://www.example.org]<br />http://www.example.org\";'),('ary','messages:wikieditor-toolbar-help-heading-description','s:9:\"ar:وصف\";'),('ary','messages:wikieditor-toolbar-help-heading-result','s:25:\"ar:ما تحصل عليه\";'),('ary','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"ar:ما تكتبه\";'),('ary','messages:wikieditor-toolbar-help-page-discussion','s:11:\"ar:نقاش\";'),('ary','messages:wikieditor-toolbar-help-page-file','s:14:\"ary:ملفات\";'),('ary','messages:wikieditor-toolbar-help-page-format','s:13:\"ar:تنسيق\";'),('ary','messages:wikieditor-toolbar-help-page-heading','s:15:\"ar:عناوين\";'),('ary','messages:wikieditor-toolbar-help-page-link','s:13:\"ar:وصلات\";'),('ary','messages:wikieditor-toolbar-help-page-list','s:13:\"ar:قوائم\";'),('ary','messages:wikieditor-toolbar-help-page-reference','s:13:\"ar:مراجع\";'),('ary','messages:wikieditor-toolbar-loading','s:16:\"ar:تحميل...\";'),('ary','messages:wikieditor-toolbar-preference','s:61:\"ar:تفعيل شريط أدوات التحرير المحسن\";'),('ary','messages:wikieditor-toolbar-section-advanced','s:13:\"ar:متقدم\";'),('ary','messages:wikieditor-toolbar-section-characters','s:20:\"ar:أحرف خاصة\";'),('ary','messages:wikieditor-toolbar-section-help','s:16:\"ary:معاونة\";'),('ary','messages:wikieditor-toolbar-tool-big','s:12:\"ary:كبير\";'),('ary','messages:wikieditor-toolbar-tool-big-example','s:16:\"ar:نص كبير\";'),('ary','messages:wikieditor-toolbar-tool-bold','s:11:\"ar:غليظ\";'),('ary','messages:wikieditor-toolbar-tool-bold-example','s:16:\"ar:نص غليظ\";'),('ary','messages:wikieditor-toolbar-tool-file','s:28:\"ary:تصاور ؤ ملفات\";'),('ary','messages:wikieditor-toolbar-tool-file-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:wikieditor-toolbar-tool-file-example','s:14:\"ar:Example.jpg\";'),('ary','messages:wikieditor-toolbar-tool-file-insert','s:13:\"ar:إدراج\";'),('ary','messages:wikieditor-toolbar-tool-file-title','s:22:\"ar:أدرج الملف\";'),('ary','messages:wikieditor-toolbar-tool-gallery','s:18:\"ar:معرض صور\";'),('ary','messages:wikieditor-toolbar-tool-gallery-example','s:50:\"ar:Example.jpg|تعليق1\nExample.jpg|تعليق2\";'),('ary','messages:wikieditor-toolbar-tool-heading','s:13:\"ar:عنوان\";'),('ary','messages:wikieditor-toolbar-tool-heading-1','s:15:\"ar:مستوى 1\";'),('ary','messages:wikieditor-toolbar-tool-heading-2','s:15:\"ar:مستوى 2\";'),('ary','messages:wikieditor-toolbar-tool-heading-3','s:15:\"ar:مستوى 3\";'),('ary','messages:wikieditor-toolbar-tool-heading-4','s:15:\"ar:مستوى 4\";'),('ary','messages:wikieditor-toolbar-tool-heading-5','s:15:\"ar:مستوى 5\";'),('ary','messages:wikieditor-toolbar-tool-heading-example','s:22:\"ar:نص العنوان\";'),('ary','messages:wikieditor-toolbar-tool-ilink','s:24:\"ar:وصلة داخلية\";'),('ary','messages:wikieditor-toolbar-tool-ilink-example','s:26:\"ar:عنوان الوصلة\";'),('ary','messages:wikieditor-toolbar-tool-italic','s:11:\"ar:مائل\";'),('ary','messages:wikieditor-toolbar-tool-italic-example','s:16:\"ar:نص مائل\";'),('ary','messages:wikieditor-toolbar-tool-link','s:11:\"ar:وصلة\";'),('ary','messages:wikieditor-toolbar-tool-link-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:wikieditor-toolbar-tool-link-empty','s:40:\"ar:لم تدخل شيئا لتصل به.\";'),('ary','messages:wikieditor-toolbar-tool-link-ext','s:31:\"ar:لصفحة وب خارجية\";'),('ary','messages:wikieditor-toolbar-tool-link-ext-target','s:25:\"ar:مسار الوصلة:\";'),('ary','messages:wikieditor-toolbar-tool-link-ext-text','s:21:\"ar:نص الوصلة:\";'),('ary','messages:wikieditor-toolbar-tool-link-insert','s:24:\"ar:أدرج الوصلة\";'),('ary','messages:wikieditor-toolbar-tool-link-int','s:22:\"ar:لصفحة ويكي\";'),('ary','messages:wikieditor-toolbar-tool-link-int-invalid','s:56:\"ar:العنوان الذي اخترته غير صالح.\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target','s:27:\"ar:عنوان الصفحة:\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:22:\"ar:صفحة توضيح\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:28:\"ar:الصفحة موجودة\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:24:\"ar:وصلة خارجية\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:29:\"ar:عنوان غير صحيح\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:38:\"ar:يلتمس وجود الصفحة...\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:35:\"ar:الصفحة غير موجودة\";'),('ary','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:36:\"ary:سميت الصفحة ؤلا URL\";'),('ary','messages:wikieditor-toolbar-tool-link-int-text','s:21:\"ar:نص الوصلة:\";'),('ary','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:53:\"ar:أدخل النص الذي ينبغي إظهاره\";'),('ary','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:163:\"ar:يبدو أن المُراد بالمسار الذي حددته وصلة إلى صفحة ويكي أخرى. أتريد أن تجعلها وصلة داخلية؟\";'),('ary','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:24:\"ar:وصلة خارجية\";'),('ary','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:24:\"ar:وصلة داخلية\";'),('ary','messages:wikieditor-toolbar-tool-link-title','s:22:\"ar:إدراج وصلة\";'),('ary','messages:wikieditor-toolbar-tool-newline','s:18:\"ar:سطر جديد\";'),('ary','messages:wikieditor-toolbar-tool-nowiki','s:29:\"ar:بلا تنسيق ويكي\";'),('ary','messages:wikieditor-toolbar-tool-nowiki-example','s:23:\"ar:نص غير منسق\";'),('ary','messages:wikieditor-toolbar-tool-olist','s:24:\"ar:قائمة مرقمة\";'),('ary','messages:wikieditor-toolbar-tool-olist-example','s:33:\"ar:عنصر قائمة مرقمة\";'),('ary','messages:wikieditor-toolbar-tool-redirect','s:15:\"ar:تحويلة\";'),('ary','messages:wikieditor-toolbar-tool-redirect-example','s:33:\"ar:اسم الصفحة الهدف\";'),('ary','messages:wikieditor-toolbar-tool-reference','s:11:\"ar:مرجع\";'),('ary','messages:wikieditor-toolbar-tool-reference-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:wikieditor-toolbar-tool-reference-example','s:38:\"ar:أدرج نص الحاشية هنا\";'),('ary','messages:wikieditor-toolbar-tool-reference-insert','s:10:\"ary:زيد\";'),('ary','messages:wikieditor-toolbar-tool-reference-text','s:20:\"ar:نص المرجع\";'),('ary','messages:wikieditor-toolbar-tool-reference-title','s:22:\"ar:إدراج مرجع\";'),('ary','messages:wikieditor-toolbar-tool-replace','s:26:\"ar:ابحث واستبدل\";'),('ary','messages:wikieditor-toolbar-tool-replace-button-findnext','s:20:\"ar:جد التالي\";'),('ary','messages:wikieditor-toolbar-tool-replace-button-replace','s:15:\"ar:استبدل\";'),('ary','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:24:\"ar:استبدل الكل\";'),('ary','messages:wikieditor-toolbar-tool-replace-case','s:72:\"ar:مطابقة حالة الأحرف الكبيرة أو الصغيرة\";'),('ary','messages:wikieditor-toolbar-tool-replace-close','s:8:\"ary:سد\";'),('ary','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"ar:لم تكتب شيئا لتبحث عنه.\";'),('ary','messages:wikieditor-toolbar-tool-replace-invalidregex','s:72:\"ar:التعبير النمطي الذي أدخلته غير صالح: $1\";'),('ary','messages:wikieditor-toolbar-tool-replace-nomatch','s:40:\"ar:بحثك لم يطابق أي شيء.\";'),('ary','messages:wikieditor-toolbar-tool-replace-regex','s:50:\"ar:البحث باستعمال تعبير نمطي\";'),('ary','messages:wikieditor-toolbar-tool-replace-replace','s:19:\"ar:استبدل ب:\";'),('ary','messages:wikieditor-toolbar-tool-replace-search','s:20:\"ary:قلّب على:\";'),('ary','messages:wikieditor-toolbar-tool-replace-success','s:144:\"ar:أجري {{PLURAL:$1|استبدال|استبدال واحد|استبدالان|$1 استبدالات|$1 استبدالا|$1 استبدال}}.\";'),('ary','messages:wikieditor-toolbar-tool-replace-title','s:26:\"ar:ابحث واستبدل\";'),('ary','messages:wikieditor-toolbar-tool-signature','s:44:\"ar:توقيع مع الطابع الزمني\";'),('ary','messages:wikieditor-toolbar-tool-small','s:11:\"ar:صغير\";'),('ary','messages:wikieditor-toolbar-tool-small-example','s:16:\"ar:نص صغير\";'),('ary','messages:wikieditor-toolbar-tool-subscript','s:18:\"ar:حرف سفلي\";'),('ary','messages:wikieditor-toolbar-tool-subscript-example','s:16:\"ar:نص سفلي\";'),('ary','messages:wikieditor-toolbar-tool-superscript','s:18:\"ar:حرف علوي\";'),('ary','messages:wikieditor-toolbar-tool-superscript-example','s:16:\"ar:نص علوي\";'),('ary','messages:wikieditor-toolbar-tool-table','s:11:\"ar:جدول\";'),('ary','messages:wikieditor-toolbar-tool-table-cancel','s:13:\"ar:إلغاء\";'),('ary','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:13:\"ar:أعمدة\";'),('ary','messages:wikieditor-toolbar-tool-table-dimensions-header','s:24:\"ar:صف العناوين\";'),('ary','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:11:\"ar:صفوف\";'),('ary','messages:wikieditor-toolbar-tool-table-example','s:11:\"ar:مثال\";'),('ary','messages:wikieditor-toolbar-tool-table-example-cell-text','s:20:\"ar:نص الخانة\";'),('ary','messages:wikieditor-toolbar-tool-table-example-header','s:26:\"ar:عنوان العمود\";'),('ary','messages:wikieditor-toolbar-tool-table-example-old','s:214:\"ar:-\n! عنوان عمود 1\n! عنوان عمود 2\n! عنوان عمود 3\n|-\n| صف 1، خانة 1\n| صف 1، خانة 2\n| صف 1، خانة 3\n|-\n| صف 2، خانة 1\n| صف 2، خانة 2\n| صف 2، خانة 3\";'),('ary','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('ary','messages:wikieditor-toolbar-tool-table-insert','s:11:\"ar:أدرج\";'),('ary','messages:wikieditor-toolbar-tool-table-invalidnumber','s:70:\"ar:لم تدخل رقما صحيحا للصفوف أو الأعمدة.\";'),('ary','messages:wikieditor-toolbar-tool-table-preview','s:15:\"ar:معاينة\";'),('ary','messages:wikieditor-toolbar-tool-table-sortable','s:50:\"ar:اجعل الجدول قابلا للترتيب\";'),('ary','messages:wikieditor-toolbar-tool-table-title','s:22:\"ar:إدراج جدول\";'),('ary','messages:wikieditor-toolbar-tool-table-toomany','s:76:\"ar:إدراج جدول بأكثر من 1000 خانة غير ممكن هنا.\";'),('ary','messages:wikieditor-toolbar-tool-table-wikitable','s:11:\"ar:حدود\";'),('ary','messages:wikieditor-toolbar-tool-table-zero','s:74:\"ar:لا يمكن أن تدرج جدولا بلا صفوف أو أعمدة.\";'),('ary','messages:wikieditor-toolbar-tool-ulist','s:24:\"ar:قائمة منقطة\";'),('ary','messages:wikieditor-toolbar-tool-ulist-example','s:33:\"ar:عنصر قائمة منقطة\";'),('ary','messages:wikieditor-toolbar-tool-xlink','s:56:\"ar:وصلة خارجية (تذكر البدء بhttp://)\";'),('ary','messages:wikieditor-toolbar-tool-xlink-example','s:49:\"ar:http://www.example.com عنوان الوصلة\";'),('ary','messages:wikieditor-wikitext-tab','s:20:\"ar:نص الويكي\";'),('ary','messages:windows-nonascii-filename','s:92:\"ar:هذا ويكي لا يعتمد أسماء الملفات مع الأحرف الخاصة.\";'),('ary','messages:withoutinterwiki','s:44:\"ary:صفحات بلا ليان د لوغات\";'),('ary','messages:withoutinterwiki-legend','s:10:\"ary:prifix\";'),('ary','messages:withoutinterwiki-submit','s:12:\"ary:ورّي\";'),('ary','messages:withoutinterwiki-summary','s:79:\"ar:الصفحات التالية لا تصل إلى نسخ بلغات أخرى.\";'),('ary','messages:wlheader-enotif','s:68:\"ary:الإخطار بالبريد الإلكتروني مُفعّل.\";'),('ary','messages:wlheader-showupdated','s:141:\"ary:الصفحات اللي تغيرات من بعد آخر زيارة ليك راها مكتوبة بالخط <strong>الغليظ</strong>.\";'),('ary','messages:wlnote','s:282:\"ary:فلتحت{{PLURAL:$1|آخر تبديلة|آخر <strong>$1</strong>د التبديلات}} ف {{PLURAL:$2||<strong>الساعة</strong> لفايتة|ال<strong>$2</strong> د السوايع لفايتة|ال<strong>$2</strong> ساعة لفايتة}} على حساب $3، $4.\";'),('ary','messages:wlshowhideanons','s:21:\"ar:المجهولين\";'),('ary','messages:wlshowhidebots','s:17:\"ar:البوتات\";'),('ary','messages:wlshowhidecategorization','s:28:\"ar:تصنيف الصفحات\";'),('ary','messages:wlshowhideliu','s:19:\"ar:المسجلين\";'),('ary','messages:wlshowhidemine','s:19:\"ar:تعديلاتي\";'),('ary','messages:wlshowhideminor','s:17:\"ar:الطفيفة\";'),('ary','messages:wlshowhidepatr','s:38:\"ar:التعديلات المراجعة\";'),('ary','messages:wlshowtime','s:42:\"ar:الفترة الزمنية للعرض:\";'),('ary','messages:word-separator','s:8:\"ar:&#32;\";'),('ary','messages:wrongpassword','s:101:\"ary:سّمية د لخدايمي ؤلا لمودپاس عندك غالط.\nعاود جرب عافاك.\";'),('ary','messages:wrongpasswordempty','s:60:\"ary:ماكتبتيش لكود.\nعاود كتبو عافاك.\";'),('ary','messages:xffblockreason','s:219:\"ar:عنوان آي‌بي مذكور في ترويسة X-Forwarded-For، الذي ربما يخصّك أو يخصّ خادوما وسيطا تستخدمه، قد حُظِر. السبب الأصلي للحظر كان: $1\";'),('ary','messages:xml-error-string','s:62:\"ar:$1 عند السطر $2، العمود $3 (بايت $4): $5\";'),('ary','messages:year','s:28:\"ary:من عام (و قبل):\";'),('ary','messages:years','s:62:\"ary:{{PLURAL:$1||عام|عاماين|$1 سنين|$1 لعام}}\";'),('ary','messages:yesterday-at','s:32:\"ar:يوم أمس الساعة $1\";'),('ary','messages:youhavenewmessages','s:35:\"ary:{{PLURAL:$3|عندك}} $1 ($2).\";'),('ary','messages:youhavenewmessagesfromusers','s:97:\"ary:{{PLURAL:$4|عندك}} $1 من {{PLURAL:$3|خدايمي آخر|$3 د لخدايميا}} ($2).\";'),('ary','messages:youhavenewmessagesmanyusers','s:49:\"ar:لديك $1 من مستخدمين كثر ($2).\";'),('ary','messages:yourdiff','s:16:\"ary:الفروق\";'),('ary','messages:yourdomainname','s:26:\"ary:دومين ديالك:\";'),('ary','messages:youremail','s:17:\"ary:إيمايل:\";'),('ary','messages:yourgender','s:25:\"ary:كيفاش توصف؟\";'),('ary','messages:yourlanguage','s:15:\"ary:اللغة:\";'),('ary','messages:yourname','s:28:\"ary:سميت لخدايمي:\";'),('ary','messages:yournick','s:19:\"ary:التوقيع:\";'),('ary','messages:yourpassword','s:13:\"ary:لكود:\";'),('ary','messages:yourpasswordagain','s:29:\"ary:عاود كتب لكود:\";'),('ary','messages:yourrealname','s:33:\"ary:سميًتك د بالصًح:\";'),('ary','messages:yourtext','s:23:\"ary:النص ديالك\";'),('ary','messages:yourvariant','s:28:\"ary:لهجة المحتوى:\";'),('ary','messages:zip-bad','s:126:\"ar:ملف ZIP هذا معطوب أو لا يمكن قراءته لسبب آخر.\nلا يمكن التحقق من سلامته.\";'),('ary','messages:zip-file-open-error','s:67:\"ar:صودف خطأ أثناء فتح الملف لفحوصات ZIP.\";'),('ary','messages:zip-unsupported','s:148:\"ar:هذا ملف ZIP يستخدم بعض مزايا ZIP التي لا يدعمها ميدياويكي.\nلا يمكن التحقق من سلامته.\";'),('ary','messages:zip-wrong-format','s:47:\"ary:لفيشي لمحدد ماشي فيشي ZIP\";'),('ary','minimumGroupingDigits','N;'),('ary','namespaceAliases','a:17:{s:8:\"نقاش\";i:1;s:12:\"مستخدم\";i:2;s:25:\"نقاش_المستخدم\";i:3;s:11:\"نقاش_$1\";i:5;s:6:\"ملف\";i:6;s:19:\"نقاش_الملف\";i:7;s:27:\"نقاش_ميدياويكي\";i:9;s:8:\"قالب\";i:10;s:21:\"نقاش_القالب\";i:11;s:12:\"مساعدة\";i:12;s:25:\"نقاش_المساعدة\";i:13;s:23:\"نقاش_التصنيف\";i:15;s:10:\"وسائط\";i:-2;s:8:\"صورة\";i:6;s:21:\"نقاش_الصورة\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('ary','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:12:\"مستخدم\";s:6:\"female\";s:14:\"مستخدمة\";}i:3;a:2:{s:4:\"male\";s:25:\"نقاش_المستخدم\";s:6:\"female\";s:27:\"نقاش_المستخدمة\";}}'),('ary','namespaceNames','a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:12:\"مداكرة\";i:2;s:12:\"خدايمي\";i:3;s:32:\"لمداكرة_د_لخدايمي\";i:5;s:20:\"لمداكرة_د_$1\";i:6;s:8:\"فيشي\";i:7;s:28:\"لمداكرة_د_لفيشي\";i:8;s:18:\"ميدياويكي\";i:9;s:36:\"لمداكرة_د_ميدياويكي\";i:10;s:10:\"موضيل\";i:11;s:30:\"لمداكرة_د_لموضيل\";i:12;s:12:\"معاونة\";i:13;s:32:\"لمداكرة_د_لمعاونة\";i:14;s:10:\"تصنيف\";i:15;s:28:\"لمداكرة_د_تصنيف\";i:0;s:0:\"\";}'),('ary','originalFallbackSequence','a:1:{i:0;s:2:\"ar\";}'),('ary','pluralRuleTypes','a:5:{i:0;s:4:\"zero\";i:1;s:3:\"one\";i:2;s:3:\"two\";i:3;s:3:\"few\";i:4;s:4:\"many\";}'),('ary','pluralRules','a:5:{i:0;s:50:\"n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000\";i:1;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";i:2;s:50:\"n = 2 @integer 2 @decimal 2.0, 2.00, 2.000, 2.0000\";i:3;s:118:\"n % 100 = 3..10 @integer 3~10, 103~110, 1003, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 103.0, 1003.0, …\";i:4;s:123:\"n % 100 = 11..99 @integer 11~26, 111, 1011, … @decimal 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 111.0, 1011.0, …\";}'),('ary','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:26:\"ary:Project:معلومات\";s:9:\"aboutsite\";s:38:\"ary:معلومات على {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:14:\"ary:أفعال\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"ar:[$1]\";s:15:\"comma-separator\";s:10:\"ar:،&#32;\";s:13:\"currentevents\";s:25:\"ary:آخر الأحداث\";s:17:\"currentevents-url\";s:33:\"ary:Project:آخر الأحداث\";s:14:\"disclaimerpage\";s:44:\"ary:Project:إخلاء مسؤولية عام\";s:11:\"disclaimers\";s:29:\"ary:إخلاء مسؤولية\";s:4:\"edit\";s:10:\"ary:بدل\";s:11:\"editsection\";s:10:\"ary:بدل\";s:15:\"editsectionhint\";s:25:\"ary:عدل القسم: $1\";s:4:\"help\";s:16:\"ary:معاونة\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"ar:$1 – $2\";s:6:\"jumpto\";s:16:\"ary:سير لـ:\";s:16:\"jumptonavigation\";s:12:\"ary:تصفح\";s:12:\"jumptosearch\";s:12:\"ary:قلّب\";s:14:\"lastmodifiedat\";s:105:\"ary:لمرة اللخرة فاش تبدلات هاد الصفحة كانت نهار $1، الساعة $2.\";s:8:\"mainpage\";s:29:\"ary:الصفحة اللولا\";s:20:\"mainpage-description\";s:29:\"ary:الصفحة اللولا\";s:14:\"mainpage-nstab\";s:29:\"ary:الصفحة اللولا\";s:10:\"namespaces\";s:31:\"ary:مجالات سمياتية\";s:10:\"navigation\";s:12:\"ary:تصفح\";s:23:\"nav-login-createaccount\";s:38:\"ary:تكونيكطا / دير كونط\";s:10:\"nstab-main\";s:16:\"ary:الصفحة\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:43:\"ary:{{PLURAL:$1|تصنيف|تصنيفات}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:21:\"ary:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:21:\"ary:ليان دايم\";s:13:\"personaltools\";s:25:\"ary:أدوات شخصية\";s:6:\"portal\";s:29:\"ary:بوابة المجتمع\";s:10:\"portal-url\";s:37:\"ary:Project:بوابة المجتمع\";s:16:\"printableversion\";s:26:\"ary:طبع هاد صفحة\";s:7:\"privacy\";s:31:\"ary:سياسة الخصوصية\";s:11:\"privacypage\";s:39:\"ary:Project:سياسة الخصوصية\";s:10:\"randompage\";s:30:\"ary:صفحة كيما كانت\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:35:\"ary:التبديلات اللخرة\";s:27:\"recentchangeslinked-toolbox\";s:40:\"ary:تعديلات عندها علاقة\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:26:\"ary:مرجّعة من \"$1\"\";s:6:\"search\";s:12:\"ary:قلّب\";s:13:\"searcharticle\";s:10:\"ary:سير\";s:12:\"searchbutton\";s:12:\"ary:قلّب\";s:20:\"searchsuggest-search\";s:28:\"ary:قلّب ف {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:27:\"ary:قائمة التصفح\";s:14:\"site-atom-feed\";s:37:\"ary:تلقيمة ديال أطوم $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:23:\"ary:صفحات خاصة\";s:7:\"tagline\";s:21:\"ary:من {{SITENAME}}\";s:4:\"talk\";s:16:\"ary:مداكرة\";s:7:\"toolbox\";s:14:\"ary:أدوات\";s:15:\"tooltip-ca-edit\";s:32:\"ary:عدّل هاد الصفحة\";s:18:\"tooltip-ca-history\";s:58:\"ary:النسخ السابقة ديال هاد الصفحة\";s:21:\"tooltip-ca-nstab-main\";s:47:\"ary:شوف الصفحة ديال المحتوى\";s:15:\"tooltip-ca-talk\";s:50:\"ary:مداكرة على صّفحة د لمحتوى\";s:21:\"tooltip-ca-viewsource\";s:73:\"ary:هاد الصفحة محمية.\nإمكن ليك تشوف المصدر\";s:23:\"tooltip-n-currentevents\";s:39:\"ary:شوف شنو طاري فلعالم\";s:14:\"tooltip-n-help\";s:34:\"ary:فين تلقا لمعاونة\";s:30:\"tooltip-n-mainpage-description\";s:38:\"ary:سير للصفحة اللّولا\";s:16:\"tooltip-n-portal\";s:127:\"ary:معلومات على المشروع، شنو إمكن ليك دير، فين تلاقا لحاجات لي محتاجهوم\";s:20:\"tooltip-n-randompage\";s:38:\"ary:شارجي صفحة عشوائية\";s:23:\"tooltip-n-recentchanges\";s:62:\"ary:قائمة ديال آخر التغييرات فلويكي\";s:14:\"tooltip-p-logo\";s:36:\"ary:سير للصفحة اللولا\";s:16:\"tooltip-pt-login\";s:70:\"ary:حسن ليك تسجل الدخول؛ ولكن ماشي ضروري\";s:24:\"tooltip-pt-createaccount\";s:123:\"ary:كنشجعوك باش تصاوب حساب وتسجل الدخول؛ ولكن على أي هادشي ماشي ضروري\";s:14:\"tooltip-search\";s:28:\"ary:قلّب ف {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:66:\"ary:قلّب على الصفحات لي فيهوم هاد النص\";s:17:\"tooltip-search-go\";s:72:\"ary:سير ل شي صفحة عندها نفس سّمية يلا كانت\";s:14:\"tooltip-t-info\";s:64:\"ar:المزيد من المعلومات عن هذه الصفحة\";s:19:\"tooltip-t-permalink\";s:71:\"ary:ليان دايم ل هاد النسخة بضبط من الصفحة\";s:15:\"tooltip-t-print\";s:65:\"ary:ڤيرزيون ديال هاد الصفحة باش طبعها\";s:29:\"tooltip-t-recentchangeslinked\";s:100:\"ary:آخر التعديلات ديال الصفحات لي كاين الرابط ديالهم هنا\";s:22:\"tooltip-t-specialpages\";s:58:\"ary:قائمة ديال گاع الصفحات الخاصة\";s:23:\"tooltip-t-whatlinkshere\";s:96:\"ary:قائمة بگاع الصفحات لي فيهوم الرابط ديال هاد الصفحة\";s:8:\"variants\";s:22:\"ary:المتغيرات\";s:16:\"vector-view-edit\";s:10:\"ary:بدل\";s:19:\"vector-view-history\";s:14:\"ary:تاريخ\";s:16:\"vector-view-view\";s:10:\"ary:قرا\";s:9:\"viewcount\";s:73:\"ary:هاد صفحة تشافت {{PLURAL:$1|مرة وحدا|$1 مرات}}.\";s:5:\"views\";s:14:\"ary:شوفات\";s:13:\"whatlinkshere\";s:40:\"ary:صفحات كايوصّلو لهنا\";s:14:\"word-separator\";s:8:\"ar:&#32;\";}s:11:\"dateFormats\";a:26:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:8:\"xg j، Y\";s:8:\"mdy both\";s:14:\"H:i، xg j، Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j xg Y\";s:8:\"dmy both\";s:12:\"H:i، j xg Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:6:\"Y xg j\";s:8:\"ymd both\";s:12:\"H:i، Y xg j\";s:10:\"hijri time\";s:3:\"H:i\";s:10:\"hijri date\";s:11:\"xmj xmF xmY\";s:10:\"hijri both\";s:17:\"H:i، xmj xmF xmY\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"jMY time\";s:3:\"H:i\";s:8:\"jMY date\";s:5:\"j M Y\";s:8:\"jMY both\";s:11:\"H:i، j M Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:10:\"ميديا\";i:-1;s:6:\"خاص\";i:1;s:12:\"مداكرة\";i:2;s:12:\"خدايمي\";i:3;s:32:\"لمداكرة_د_لخدايمي\";i:5;s:20:\"لمداكرة_د_$1\";i:6;s:8:\"فيشي\";i:7;s:28:\"لمداكرة_د_لفيشي\";i:8;s:18:\"ميدياويكي\";i:9;s:36:\"لمداكرة_د_ميدياويكي\";i:10;s:10:\"موضيل\";i:11;s:30:\"لمداكرة_د_لموضيل\";i:12;s:12:\"معاونة\";i:13;s:32:\"لمداكرة_د_لمعاونة\";i:14;s:10:\"تصنيف\";i:15;s:28:\"لمداكرة_د_تصنيف\";i:0;s:0:\"\";}}'),('ary','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('ary','rtl','b:1;'),('ary','separatorTransformTable','a:2:{s:1:\".\";s:1:\".\";s:1:\",\";s:1:\",\";}'),('ary','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:10:\"تاريخ\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:27:\"خيارات_المحمول\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:14:\"مرفوعات\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:21:\"فرق_المحمول\";i:1;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:2:{i:0;s:23:\"محرر_المحمول\";i:1;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:2:{i:0;s:25:\"قائمة_المحمول\";i:1;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:2:{i:0;s:23:\"لغات_المحمول\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:8:\"قريب\";i:1;s:6:\"Nearby\";}s:8:\"TopicTag\";a:2:{i:0;s:21:\"وسم_الموضوع\";i:1;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:2:{i:0;s:23:\"ملف_المستخدم\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:27:\"مستخدمون_نشطون\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:2:{i:0;s:19:\"كل_الرسائل\";i:1;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:4:{i:0;s:21:\"كل_مرفوعاتي\";i:1;s:17:\"كل_ملفاتي\";i:2;s:12:\"AllMyUploads\";i:3;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:19:\"كل_الصفحات\";i:1;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:21:\"صفحات_قديمة\";i:1;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:2:{i:0;s:29:\"مساعدة_إيه_بي_آي\";i:1;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:2:{i:0;s:25:\"ملعب_إيه_بي_آي\";i:1;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:4:{i:0;s:38:\"قائمة_المنع_التلقائي\";i:1;s:34:\"عرض_المنع_التلقائي\";i:2;s:13:\"AutoblockList\";i:3;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:2:{i:0;s:17:\"عنوان_سيئ\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:2:{i:0;s:19:\"صفحة_فارغة\";i:1;s:9:\"BlankPage\";}s:5:\"Block\";a:6:{i:0;s:6:\"منع\";i:1;s:15:\"منع_أيبي\";i:2;s:19:\"منع_مستخدم\";i:3;s:5:\"Block\";i:4;s:7:\"BlockIP\";i:5;s:9:\"BlockUser\";}s:9:\"BlockList\";a:6:{i:0;s:21:\"قائمة_المنع\";i:1;s:17:\"عرض_المنع\";i:2;s:26:\"قائمة_منع_أيبي\";i:3;s:9:\"BlockList\";i:4;s:10:\"ListBlocks\";i:5;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:19:\"مصادر_كتاب\";i:1;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:2:{i:0;s:26:\"كلمات_سر_البوت\";i:1;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:2:{i:0;s:27:\"تحويلات_مكسورة\";i:1;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:14:\"تصنيفات\";i:1;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:2:{i:0;s:36:\"تغيير_موديل_المحتوى\";i:1;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:2:{i:0;s:31:\"تغيير_الاعتمادات\";i:1;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:2:{i:0;s:23:\"تغيير_البريد\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:5:{i:0;s:28:\"تغيير_كلمة_السر\";i:1;s:24:\"ضبط_كلمة_السر\";i:2;s:14:\"ChangePassword\";i:3;s:9:\"ResetPass\";i:4;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:27:\"مقارنة_الصفحات\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:2:{i:0;s:23:\"تأكيد_البريد\";i:1;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:14:\"مساهمات\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:19:\"إنشاء_حساب\";i:1;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:34:\"صفحات_نهاية_مسدودة\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:27:\"مساهمات_محذوفة\";i:1;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:4:{i:0;s:19:\"حذف_الصفحة\";i:1;s:6:\"حذف\";i:2;s:10:\"DeletePage\";i:3;s:6:\"Delete\";}s:4:\"Diff\";a:2:{i:0;s:6:\"فرق\";i:1;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:27:\"تحويلات_مزدوجة\";i:1;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:4:{i:0;s:19:\"عدل_الصفحة\";i:1;s:6:\"عدل\";i:2;s:8:\"EditPage\";i:3;s:4:\"Edit\";}s:8:\"EditTags\";a:2:{i:0;s:23:\"تعديل_الوسوم\";i:1;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:2:{i:0;s:38:\"تعديل_قائمة_المراقبة\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:3:{i:0;s:29:\"مراسلة_المستخدم\";i:1;s:9:\"EmailUser\";i:2;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:21:\"فرد_القوالب\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:10:\"تصدير\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:23:\"الأقل_تعديلا\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:2:{i:0;s:22:\"بحث_ملف_مكرر\";i:1;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:15:\"مسار_ملف\";i:1;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:2:{i:0;s:40:\"الذهاب_إلى_الإنترويكي\";i:1;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:2:{i:0;s:14:\"استيراد\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:2:{i:0;s:44:\"تعطيل_البريد_الإلكتروني\";i:1;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:34:\"اختبار_جافا_سكريبت\";i:1;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:2:{i:0;s:23:\"وصل_الحسابات\";i:1;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:2:{i:0;s:21:\"بحث_الوصلات\";i:1;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:25:\"عرض_الإداريين\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:21:\"عرض_البوتات\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:4:{i:0;s:36:\"عرض_الملفات_المكررة\";i:1;s:32:\"عرض_تكرار_الملفات\";i:2;s:19:\"ListDuplicatedFiles\";i:3;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:6:{i:0;s:21:\"عرض_الملفات\";i:1;s:25:\"قائمة_الملفات\";i:2;s:21:\"قائمة_الصور\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:10:\"Listgrants\";a:2:{i:0;s:17:\"عرض_المنح\";i:1;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:4:{i:0;s:40:\"عرض_صلاحيات_المجموعات\";i:1;s:50:\"صلاحيات_مجموعات_المستخدمين\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:25:\"عرض_التحويلات\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:27:\"عرض_المستخدمين\";i:1;s:31:\"قائمة_المستخدمين\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:11:\"غلق_قب\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:6:\"سجل\";i:1;s:10:\"سجلات\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:21:\"صفحات_وحيدة\";i:1;s:21:\"صفحات_يتيمة\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:21:\"صفحات_طويلة\";i:1;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:2:{i:0;s:29:\"إحصاءات_الميديا\";i:1;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:2:{i:0;s:21:\"دمج_التاريخ\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:13:\"بحث_ميم\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:25:\"الأكثر_تصنيفا\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:6:{i:0;s:32:\"أكثر_الملفات_وصلا\";i:1;s:23:\"أكثر_الملفات\";i:2;s:19:\"أكثر_الصور\";i:3;s:15:\"MostLinkedFiles\";i:4;s:9:\"MostFiles\";i:5;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:29:\"الأكثر_إنترويكي\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:4:{i:0;s:32:\"أكثر_الصفحات_وصلا\";i:1;s:21:\"الأكثر_وصلا\";i:2;s:15:\"MostLinkedPages\";i:3;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:36:\"أكثر_التصنيفات_وصلا\";i:1;s:44:\"أكثر_التصنيفات_استخداما\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:32:\"أكثر_القوالب_وصلا\";i:1;s:40:\"أكثر_القوالب_استخداما\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:25:\"الأكثر_تعديلا\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:2:{i:0;s:15:\"نقل_صفحة\";i:1;s:8:\"MovePage\";}s:4:\"Mute\";a:2:{i:0;s:6:\"كتم\";i:1;s:4:\"Mute\";}s:15:\"Mycontributions\";a:3:{i:0;s:16:\"مساهماتي\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:8:\"لغتي\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:10:\"صفحتي\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:10:\"نقاشي\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:16:\"مرفوعاتي\";i:1;s:12:\"ملفاتي\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:21:\"ملفات_جديدة\";i:1;s:17:\"صور_جديدة\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:21:\"صفحات_جديدة\";i:1;s:8:\"NewPages\";}s:10:\"NewSection\";a:3:{i:0;s:15:\"قسم_جديد\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:8:\"PageData\";a:2:{i:0;s:25:\"بيانات_الصفحة\";i:1;s:8:\"PageData\";}s:11:\"PageHistory\";a:4:{i:0;s:23:\"تاريخ_الصفحة\";i:1;s:10:\"تاريخ\";i:2;s:11:\"PageHistory\";i:3;s:7:\"History\";}s:8:\"PageInfo\";a:4:{i:0;s:27:\"معلومات_الصفحة\";i:1;s:14:\"معلومات\";i:2;s:8:\"PageInfo\";i:3;s:4:\"Info\";}s:12:\"PageLanguage\";a:2:{i:0;s:19:\"لغة_الصفحة\";i:1;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:23:\"صفحات_بخاصية\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:2:{i:0;s:30:\"سياسات_كلمة_السر\";i:1;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:2:{i:0;s:35:\"إعادة_ضبط_كلمة_السر\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:19:\"وصلة_دائمة\";i:1;s:17:\"رابط_دائم\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:14:\"تفضيلات\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:19:\"فهرس_بادئة\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:21:\"صفحات_محمية\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:2:{i:0;s:23:\"عناوين_محمية\";i:1;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:4:{i:0;s:23:\"حماية_الصفحة\";i:1;s:10:\"حماية\";i:2;s:11:\"ProtectPage\";i:3;s:7:\"Protect\";}s:5:\"Purge\";a:2:{i:0;s:21:\"إفراغ_الكاش\";i:1;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:2:{i:0;s:28:\"عشوائي_في_تصنيف\";i:1;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:4:{i:0;s:12:\"عشوائي\";i:1;s:23:\"صفحة_عشوائية\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:2:{i:0;s:27:\"تحويلة_عشوائية\";i:1;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:2:{i:0;s:30:\"صفحة_جذر_عشوائية\";i:1;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:2:{i:0;s:27:\"أحدث_التغييرات\";i:1;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:44:\"أحدث_التغييرات_الموصولة\";i:1;s:27:\"تغييرات_مرتبطة\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:10:\"تحويل\";i:1;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:2:{i:0;s:31:\"إزالة_الاعتمادات\";i:1;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:2:{i:0;s:34:\"إعادة_ضبط_المفاتيح\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:3:{i:0;s:19:\"حذف_مراجعة\";i:1;s:15:\"حذف_نسخة\";i:2;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:2:{i:0;s:25:\"تشغيل_الوظائف\";i:1;s:7:\"RunJobs\";}s:6:\"Search\";a:2:{i:0;s:6:\"بحث\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:21:\"صفحات_قصيرة\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:19:\"صفحات_خاصة\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:14:\"إحصاءات\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:8:\"وسوم\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:2:{i:0;s:27:\"تصنيفات_التتبع\";i:1;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:13:\"رفع_منع\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:32:\"تصنيفات_غير_مصنفة\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:28:\"ملفات_غير_مصنفة\";i:1;s:24:\"صور_غير_مصنفة\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:28:\"صفحات_غير_مصنفة\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:28:\"قوالب_غير_مصنفة\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:14:\"استرجاع\";i:1;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:2:{i:0;s:21:\"فك_الحسابات\";i:1;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:2:{i:0;s:11:\"فتح_قب\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:36:\"تصنيفات_غير_مستخدمة\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:32:\"ملفات_غير_مستخدمة\";i:1;s:28:\"صور_غير_مستخدمة\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:32:\"قوالب_غير_مستخدمة\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:2:{i:0;s:30:\"صفحات_غير_مراقبة\";i:1;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:2:{i:0;s:6:\"رفع\";i:1;s:6:\"Upload\";}s:11:\"UploadStash\";a:2:{i:0;s:15:\"رفع_مخفي\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:25:\"دخول_المستخدم\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:3:{i:0;s:25:\"خروج_المستخدم\";i:1;s:10:\"UserLogout\";i:2;s:6:\"Logout\";}s:10:\"Userrights\";a:6:{i:0;s:31:\"صلاحيات_المستخدم\";i:1;s:28:\"ترقية_مدير_نظام\";i:2;s:17:\"ترقية_بوت\";i:3;s:10:\"UserRights\";i:4;s:9:\"MakeSysop\";i:5;s:7:\"MakeBot\";}s:7:\"Version\";a:2:{i:0;s:8:\"نسخة\";i:1;s:7:\"Version\";}s:16:\"Wantedcategories\";a:2:{i:0;s:27:\"تصنيفات_مطلوبة\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:2:{i:0;s:23:\"ملفات_مطلوبة\";i:1;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:23:\"صفحات_مطلوبة\";i:1;s:23:\"وصلات_مكسورة\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:2:{i:0;s:23:\"قوالب_مطلوبة\";i:1;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:27:\"قائمة_المراقبة\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:2:{i:0;s:22:\"ماذا_يصل_هنا\";i:1;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:25:\"بدون_إنترويكي\";i:1;s:16:\"WithoutInterwiki\";}}'),('de','bookstoreList','a:5:{s:11:\"abebooks.de\";s:56:\"http://www.abebooks.de/servlet/BookSearchPL?ph=2&isbn=$1\";s:9:\"amazon.de\";s:45:\"https://www.amazon.de/gp/search/field-isbn=$1\";s:7:\"buch.de\";s:51:\"http://www.buch.de/shop/home/suche/?sswg=BUCH&sq=$1\";s:35:\"Karlsruher Virtueller Katalog (KVK)\";s:47:\"http://www.ubka.uni-karlsruhe.de/kvk.html?SB=$1\";s:25:\"Lehmanns Fachbuchhandlung\";s:55:\"http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1\";}'),('de','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('de','dateFormats','a:26:{s:9:\"dmyt time\";s:3:\"H:i\";s:9:\"dmyt date\";s:6:\"j. F Y\";s:9:\"dmyt both\";s:11:\"j. M Y, H:i\";s:10:\"dmyts time\";s:5:\"H:i:s\";s:10:\"dmyts date\";s:6:\"j. F Y\";s:10:\"dmyts both\";s:13:\"j. M Y, H:i:s\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j. F Y\";s:8:\"dmy both\";s:11:\"H:i, j. M Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y M j\";s:8:\"ymd both\";s:10:\"H:i, Y M j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('de','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('de','datePreferences','a:6:{i:0;s:7:\"default\";i:1;s:4:\"dmyt\";i:2;s:5:\"dmyts\";i:3;s:3:\"dmy\";i:4;s:3:\"ymd\";i:5;s:8:\"ISO 8601\";}'),('de','defaultDateFormat','s:3:\"dmy\";'),('de','deps','a:32:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesDe.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('de','digitGroupingPattern','s:9:\"#,##0.###\";'),('de','digitTransformTable','N;'),('de','fallback','b:0;'),('de','fallback8bitEncoding','s:12:\"windows-1252\";'),('de','fallbackSequence','a:1:{i:0;s:2:\"en\";}'),('de','imageFiles','N;'),('de','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('de','linkPrefixExtension','b:0;'),('de','linkTrail','s:27:\"/^([äöüßa-z]+)(.*)$/sDu\";'),('de','list','a:1:{s:8:\"messages\";a:7548:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:5:\"about\";i:120;s:7:\"article\";i:121;s:9:\"newwindow\";i:122;s:6:\"cancel\";i:123;s:13:\"moredotdotdot\";i:124;s:13:\"morenotlisted\";i:125;s:6:\"mypage\";i:126;s:6:\"mytalk\";i:127;s:8:\"anontalk\";i:128;s:10:\"navigation\";i:129;s:3:\"and\";i:130;s:3:\"faq\";i:131;s:7:\"actions\";i:132;s:10:\"namespaces\";i:133;s:8:\"variants\";i:134;s:18:\"navigation-heading\";i:135;s:14:\"errorpagetitle\";i:136;s:8:\"returnto\";i:137;s:7:\"tagline\";i:138;s:4:\"help\";i:139;s:14:\"help-mediawiki\";i:140;s:6:\"search\";i:141;s:23:\"search-ignored-headings\";i:142;s:12:\"searchbutton\";i:143;s:2:\"go\";i:144;s:13:\"searcharticle\";i:145;s:17:\"skin-view-history\";i:146;s:7:\"history\";i:147;s:13:\"history_short\";i:148;s:13:\"history_small\";i:149;s:13:\"updatedmarker\";i:150;s:16:\"printableversion\";i:151;s:35:\"printableversion-deprecated-warning\";i:152;s:9:\"permalink\";i:153;s:5:\"print\";i:154;s:4:\"view\";i:155;s:14:\"skin-view-view\";i:156;s:17:\"skin-view-foreign\";i:157;s:4:\"edit\";i:158;s:14:\"skin-view-edit\";i:159;s:10:\"edit-local\";i:160;s:6:\"create\";i:161;s:16:\"skin-view-create\";i:162;s:12:\"create-local\";i:163;s:6:\"delete\";i:164;s:14:\"undelete_short\";i:165;s:17:\"viewdeleted_short\";i:166;s:7:\"protect\";i:167;s:14:\"protect_change\";i:168;s:21:\"skin-action-unprotect\";i:169;s:9:\"unprotect\";i:170;s:7:\"newpage\";i:171;s:16:\"talkpagelinktext\";i:172;s:11:\"specialpage\";i:173;s:13:\"personaltools\";i:174;s:4:\"talk\";i:175;s:5:\"views\";i:176;s:7:\"toolbox\";i:177;s:8:\"cactions\";i:178;s:20:\"tool-link-userrights\";i:179;s:29:\"tool-link-userrights-readonly\";i:180;s:19:\"tool-link-emailuser\";i:181;s:9:\"imagepage\";i:182;s:13:\"mediawikipage\";i:183;s:12:\"templatepage\";i:184;s:12:\"viewhelppage\";i:185;s:12:\"categorypage\";i:186;s:12:\"viewtalkpage\";i:187;s:14:\"otherlanguages\";i:188;s:14:\"redirectedfrom\";i:189;s:15:\"redirectpagesub\";i:190;s:10:\"redirectto\";i:191;s:14:\"lastmodifiedat\";i:192;s:9:\"viewcount\";i:193;s:13:\"protectedpage\";i:194;s:6:\"jumpto\";i:195;s:16:\"jumptonavigation\";i:196;s:12:\"jumptosearch\";i:197;s:15:\"view-pool-error\";i:198;s:18:\"generic-pool-error\";i:199;s:12:\"pool-timeout\";i:200;s:14:\"pool-queuefull\";i:201;s:17:\"pool-errorunknown\";i:202;s:16:\"pool-servererror\";i:203;s:23:\"poolcounter-usage-error\";i:204;s:9:\"aboutsite\";i:205;s:9:\"aboutpage\";i:206;s:9:\"copyright\";i:207;s:13:\"copyrightpage\";i:208;s:13:\"currentevents\";i:209;s:17:\"currentevents-url\";i:210;s:11:\"disclaimers\";i:211;s:14:\"disclaimerpage\";i:212;s:8:\"edithelp\";i:213;s:20:\"helppage-top-gethelp\";i:214;s:8:\"mainpage\";i:215;s:20:\"mainpage-description\";i:216;s:10:\"policy-url\";i:217;s:6:\"portal\";i:218;s:10:\"portal-url\";i:219;s:7:\"privacy\";i:220;s:11:\"privacypage\";i:221;s:9:\"badaccess\";i:222;s:16:\"badaccess-group0\";i:223;s:16:\"badaccess-groups\";i:224;s:15:\"versionrequired\";i:225;s:19:\"versionrequiredtext\";i:226;s:2:\"ok\";i:227;s:9:\"pagetitle\";i:228;s:13:\"retrievedfrom\";i:229;s:18:\"youhavenewmessages\";i:230;s:27:\"youhavenewmessagesfromusers\";i:231;s:27:\"youhavenewmessagesmanyusers\";i:232;s:21:\"newmessageslinkplural\";i:233;s:25:\"newmessagesdifflinkplural\";i:234;s:11:\"editsection\";i:235;s:7:\"editold\";i:236;s:13:\"viewsourceold\";i:237;s:8:\"editlink\";i:238;s:14:\"viewsourcelink\";i:239;s:15:\"editsectionhint\";i:240;s:3:\"toc\";i:241;s:7:\"showtoc\";i:242;s:7:\"hidetoc\";i:243;s:20:\"collapsible-collapse\";i:244;s:18:\"collapsible-expand\";i:245;s:19:\"confirmable-confirm\";i:246;s:15:\"confirmable-yes\";i:247;s:14:\"confirmable-no\";i:248;s:13:\"thisisdeleted\";i:249;s:11:\"viewdeleted\";i:250;s:11:\"restorelink\";i:251;s:12:\"feed-invalid\";i:252;s:16:\"feed-unavailable\";i:253;s:13:\"site-rss-feed\";i:254;s:14:\"site-atom-feed\";i:255;s:13:\"page-rss-feed\";i:256;s:14:\"page-atom-feed\";i:257;s:14:\"red-link-title\";i:258;s:15:\"sort-descending\";i:259;s:14:\"sort-ascending\";i:260;s:12:\"sort-initial\";i:261;s:18:\"sort-rowspan-error\";i:262;s:10:\"nstab-main\";i:263;s:10:\"nstab-user\";i:264;s:11:\"nstab-media\";i:265;s:13:\"nstab-special\";i:266;s:13:\"nstab-project\";i:267;s:11:\"nstab-image\";i:268;s:15:\"nstab-mediawiki\";i:269;s:14:\"nstab-template\";i:270;s:10:\"nstab-help\";i:271;s:14:\"nstab-category\";i:272;s:14:\"mainpage-nstab\";i:273;s:12:\"nosuchaction\";i:274;s:16:\"nosuchactiontext\";i:275;s:17:\"nosuchspecialpage\";i:276;s:17:\"nospecialpagetext\";i:277;s:5:\"error\";i:278;s:13:\"databaseerror\";i:279;s:18:\"databaseerror-text\";i:280;s:20:\"databaseerror-textcl\";i:281;s:19:\"databaseerror-query\";i:282;s:22:\"databaseerror-function\";i:283;s:19:\"databaseerror-error\";i:284;s:35:\"transaction-duration-limit-exceeded\";i:285;s:39:\"transaction-max-statement-time-exceeded\";i:286;s:17:\"laggedreplicamode\";i:287;s:8:\"readonly\";i:288;s:15:\"enterlockreason\";i:289;s:12:\"readonlytext\";i:290;s:15:\"missing-article\";i:291;s:18:\"missingarticle-rev\";i:292;s:19:\"missingarticle-diff\";i:293;s:12:\"readonly_lag\";i:294;s:26:\"nonwrite-api-promise-error\";i:295;s:12:\"timeouterror\";i:296;s:17:\"timeouterror-text\";i:297;s:13:\"internalerror\";i:298;s:18:\"internalerror_info\";i:299;s:29:\"internalerror-fatal-exception\";i:300;s:13:\"filecopyerror\";i:301;s:15:\"filerenameerror\";i:302;s:15:\"filedeleteerror\";i:303;s:20:\"directorycreateerror\";i:304;s:22:\"directoryreadonlyerror\";i:305;s:12:\"filenotfound\";i:306;s:10:\"unexpected\";i:307;s:9:\"formerror\";i:308;s:15:\"badarticleerror\";i:309;s:12:\"cannotdelete\";i:310;s:18:\"cannotdelete-title\";i:311;s:16:\"delete-scheduled\";i:312;s:19:\"delete-hook-aborted\";i:313;s:16:\"no-null-revision\";i:314;s:8:\"badtitle\";i:315;s:12:\"badtitletext\";i:316;s:13:\"title-invalid\";i:317;s:19:\"title-invalid-empty\";i:318;s:18:\"title-invalid-utf8\";i:319;s:23:\"title-invalid-interwiki\";i:320;s:28:\"title-invalid-talk-namespace\";i:321;s:24:\"title-invalid-characters\";i:322;s:22:\"title-invalid-relative\";i:323;s:25:\"title-invalid-magic-tilde\";i:324;s:22:\"title-invalid-too-long\";i:325;s:27:\"title-invalid-leading-colon\";i:326;s:10:\"perfcached\";i:327;s:12:\"perfcachedts\";i:328;s:20:\"querypage-no-updates\";i:329;s:28:\"querypage-updates-periodical\";i:330;s:10:\"viewsource\";i:331;s:22:\"skin-action-viewsource\";i:332;s:16:\"viewsource-title\";i:333;s:15:\"actionthrottled\";i:334;s:19:\"actionthrottledtext\";i:335;s:17:\"protectedpagetext\";i:336;s:14:\"viewsourcetext\";i:337;s:12:\"viewyourtext\";i:338;s:18:\"protectedinterface\";i:339;s:16:\"editinginterface\";i:340;s:18:\"translateinterface\";i:341;s:16:\"cascadeprotected\";i:342;s:18:\"namespaceprotected\";i:343;s:18:\"customcssprotected\";i:344;s:19:\"customjsonprotected\";i:345;s:17:\"customjsprotected\";i:346;s:16:\"sitecssprotected\";i:347;s:17:\"sitejsonprotected\";i:348;s:15:\"sitejsprotected\";i:349;s:20:\"siterawhtmlprotected\";i:350;s:20:\"mycustomcssprotected\";i:351;s:21:\"mycustomjsonprotected\";i:352;s:19:\"mycustomjsprotected\";i:353;s:22:\"myprivateinfoprotected\";i:354;s:22:\"mypreferencesprotected\";i:355;s:19:\"ns-specialprotected\";i:356;s:14:\"titleprotected\";i:357;s:17:\"filereadonlyerror\";i:358;s:12:\"invalidtitle\";i:359;s:27:\"invalidtitle-knownnamespace\";i:360;s:29:\"invalidtitle-unknownnamespace\";i:361;s:17:\"exception-nologin\";i:362;s:22:\"exception-nologin-text\";i:363;s:29:\"exception-nologin-text-manual\";i:364;s:16:\"virus-badscanner\";i:365;s:16:\"virus-scanfailed\";i:366;s:20:\"virus-unknownscanner\";i:367;s:10:\"logouttext\";i:368;s:18:\"logging-out-notify\";i:369;s:13:\"logout-failed\";i:370;s:21:\"cannotlogoutnow-title\";i:371;s:20:\"cannotlogoutnow-text\";i:372;s:11:\"welcomeuser\";i:373;s:19:\"welcomecreation-msg\";i:374;s:8:\"yourname\";i:375;s:18:\"userlogin-yourname\";i:376;s:21:\"userlogin-yourname-ph\";i:377;s:30:\"createacct-another-username-ph\";i:378;s:12:\"yourpassword\";i:379;s:23:\"prefs-help-yourpassword\";i:380;s:22:\"userlogin-yourpassword\";i:381;s:25:\"userlogin-yourpassword-ph\";i:382;s:26:\"createacct-yourpassword-ph\";i:383;s:17:\"yourpasswordagain\";i:384;s:24:\"createacct-useuniquepass\";i:385;s:28:\"createacct-yourpasswordagain\";i:386;s:31:\"createacct-yourpasswordagain-ph\";i:387;s:28:\"userlogin-remembermypassword\";i:388;s:24:\"userlogin-signwithsecure\";i:389;s:17:\"cannotlogin-title\";i:390;s:16:\"cannotlogin-text\";i:391;s:20:\"cannotloginnow-title\";i:392;s:19:\"cannotloginnow-text\";i:393;s:25:\"cannotcreateaccount-title\";i:394;s:24:\"cannotcreateaccount-text\";i:395;s:14:\"yourdomainname\";i:396;s:25:\"password-change-forbidden\";i:397;s:15:\"externaldberror\";i:398;s:5:\"login\";i:399;s:14:\"login-security\";i:400;s:23:\"nav-login-createaccount\";i:401;s:6:\"logout\";i:402;s:10:\"userlogout\";i:403;s:11:\"notloggedin\";i:404;s:19:\"userlogin-noaccount\";i:405;s:21:\"userlogin-joinproject\";i:406;s:13:\"createaccount\";i:407;s:28:\"userlogin-resetpassword-link\";i:408;s:19:\"userlogin-helplink2\";i:409;s:18:\"userlogin-loggedin\";i:410;s:16:\"userlogin-reauth\";i:411;s:23:\"userlogin-createanother\";i:412;s:24:\"createacct-emailrequired\";i:413;s:24:\"createacct-emailoptional\";i:414;s:19:\"createacct-email-ph\";i:415;s:27:\"createacct-another-email-ph\";i:416;s:17:\"createaccountmail\";i:417;s:22:\"createaccountmail-help\";i:418;s:19:\"createacct-realname\";i:419;s:17:\"createacct-reason\";i:420;s:20:\"createacct-reason-ph\";i:421;s:22:\"createacct-reason-help\";i:422;s:25:\"createacct-reason-confirm\";i:423;s:17:\"createacct-submit\";i:424;s:25:\"createacct-another-submit\";i:425;s:26:\"createacct-continue-submit\";i:426;s:34:\"createacct-another-continue-submit\";i:427;s:26:\"createacct-benefit-heading\";i:428;s:24:\"createacct-benefit-body1\";i:429;s:24:\"createacct-benefit-body2\";i:430;s:24:\"createacct-benefit-body3\";i:431;s:9:\"badretype\";i:432;s:18:\"usernameinprogress\";i:433;s:10:\"userexists\";i:434;s:24:\"createacct-normalization\";i:435;s:10:\"loginerror\";i:436;s:16:\"createacct-error\";i:437;s:18:\"createaccounterror\";i:438;s:12:\"nocookiesnew\";i:439;s:14:\"nocookieslogin\";i:440;s:15:\"nocookiesfornew\";i:441;s:21:\"createacct-loginerror\";i:442;s:23:\"createacct-temp-warning\";i:443;s:6:\"noname\";i:444;s:17:\"loginsuccesstitle\";i:445;s:12:\"loginsuccess\";i:446;s:10:\"nosuchuser\";i:447;s:15:\"nosuchusershort\";i:448;s:15:\"nouserspecified\";i:449;s:17:\"login-userblocked\";i:450;s:13:\"wrongpassword\";i:451;s:18:\"wrongpasswordempty\";i:452;s:16:\"passwordtooshort\";i:453;s:15:\"passwordtoolong\";i:454;s:20:\"passwordincommonlist\";i:455;s:19:\"password-name-match\";i:456;s:33:\"password-substring-username-match\";i:457;s:24:\"password-login-forbidden\";i:458;s:14:\"mailmypassword\";i:459;s:21:\"passwordremindertitle\";i:460;s:20:\"passwordremindertext\";i:461;s:7:\"noemail\";i:462;s:13:\"noemailcreate\";i:463;s:12:\"passwordsent\";i:464;s:20:\"blocked-mailpassword\";i:465;s:12:\"eauthentsent\";i:466;s:22:\"throttled-mailpassword\";i:467;s:9:\"mailerror\";i:468;s:26:\"acct_creation_throttle_hit\";i:469;s:18:\"emailauthenticated\";i:470;s:21:\"emailnotauthenticated\";i:471;s:12:\"noemailprefs\";i:472;s:16:\"emailconfirmlink\";i:473;s:19:\"invalidemailaddress\";i:474;s:17:\"cannotchangeemail\";i:475;s:13:\"emaildisabled\";i:476;s:14:\"accountcreated\";i:477;s:18:\"accountcreatedtext\";i:478;s:19:\"createaccount-title\";i:479;s:18:\"createaccount-text\";i:480;s:15:\"login-throttled\";i:481;s:19:\"login-abort-generic\";i:482;s:22:\"login-migrated-generic\";i:483;s:18:\"loginlanguagelabel\";i:484;s:21:\"suspicious-userlogout\";i:485;s:31:\"createacct-another-realname-tip\";i:486;s:8:\"pt-login\";i:487;s:15:\"pt-login-button\";i:488;s:24:\"pt-login-continue-button\";i:489;s:16:\"pt-createaccount\";i:490;s:13:\"pt-userlogout\";i:491;s:22:\"php-mail-error-unknown\";i:492;s:17:\"user-mail-no-addy\";i:493;s:17:\"user-mail-no-body\";i:494;s:14:\"changepassword\";i:495;s:18:\"resetpass_announce\";i:496;s:14:\"resetpass_text\";i:497;s:16:\"resetpass_header\";i:498;s:11:\"oldpassword\";i:499;s:11:\"newpassword\";i:500;s:9:\"retypenew\";i:501;s:16:\"resetpass_submit\";i:502;s:22:\"changepassword-success\";i:503;s:24:\"changepassword-throttled\";i:504;s:12:\"botpasswords\";i:505;s:20:\"botpasswords-summary\";i:506;s:21:\"botpasswords-disabled\";i:507;s:26:\"botpasswords-no-central-id\";i:508;s:21:\"botpasswords-existing\";i:509;s:22:\"botpasswords-createnew\";i:510;s:25:\"botpasswords-editexisting\";i:511;s:29:\"botpasswords-label-needsreset\";i:512;s:24:\"botpasswords-label-appid\";i:513;s:25:\"botpasswords-label-create\";i:514;s:25:\"botpasswords-label-update\";i:515;s:25:\"botpasswords-label-cancel\";i:516;s:25:\"botpasswords-label-delete\";i:517;s:32:\"botpasswords-label-resetpassword\";i:518;s:25:\"botpasswords-label-grants\";i:519;s:24:\"botpasswords-help-grants\";i:520;s:32:\"botpasswords-label-grants-column\";i:521;s:22:\"botpasswords-bad-appid\";i:522;s:33:\"botpasswords-toolong-restrictions\";i:523;s:27:\"botpasswords-toolong-grants\";i:524;s:26:\"botpasswords-insert-failed\";i:525;s:26:\"botpasswords-update-failed\";i:526;s:26:\"botpasswords-created-title\";i:527;s:25:\"botpasswords-created-body\";i:528;s:26:\"botpasswords-updated-title\";i:529;s:25:\"botpasswords-updated-body\";i:530;s:26:\"botpasswords-deleted-title\";i:531;s:25:\"botpasswords-deleted-body\";i:532;s:24:\"botpasswords-newpassword\";i:533;s:24:\"botpasswords-no-provider\";i:534;s:31:\"botpasswords-restriction-failed\";i:535;s:25:\"botpasswords-invalid-name\";i:536;s:22:\"botpasswords-not-exist\";i:537;s:24:\"botpasswords-needs-reset\";i:538;s:19:\"botpasswords-locked\";i:539;s:19:\"resetpass_forbidden\";i:540;s:26:\"resetpass_forbidden-reason\";i:541;s:17:\"resetpass-no-info\";i:542;s:25:\"resetpass-submit-loggedin\";i:543;s:23:\"resetpass-submit-cancel\";i:544;s:23:\"resetpass-wrong-oldpass\";i:545;s:18:\"resetpass-recycled\";i:546;s:22:\"resetpass-temp-emailed\";i:547;s:23:\"resetpass-temp-password\";i:548;s:23:\"resetpass-abort-generic\";i:549;s:17:\"resetpass-expired\";i:550;s:22:\"resetpass-expired-soft\";i:551;s:18:\"resetpass-validity\";i:552;s:23:\"resetpass-validity-soft\";i:553;s:13:\"passwordreset\";i:554;s:22:\"passwordreset-text-one\";i:555;s:23:\"passwordreset-text-many\";i:556;s:22:\"passwordreset-disabled\";i:557;s:27:\"passwordreset-emaildisabled\";i:558;s:22:\"passwordreset-username\";i:559;s:20:\"passwordreset-domain\";i:560;s:19:\"passwordreset-email\";i:561;s:24:\"passwordreset-emailtitle\";i:562;s:26:\"passwordreset-emailtext-ip\";i:563;s:28:\"passwordreset-emailtext-user\";i:564;s:26:\"passwordreset-emailelement\";i:565;s:21:\"passwordreset-success\";i:566;s:37:\"passwordreset-success-details-generic\";i:567;s:26:\"passwordreset-success-info\";i:568;s:37:\"passwordreset-emailtext-require-email\";i:569;s:22:\"passwordreset-nocaller\";i:570;s:26:\"passwordreset-nosuchcaller\";i:571;s:21:\"passwordreset-ignored\";i:572;s:20:\"passwordreset-nodata\";i:573;s:11:\"changeemail\";i:574;s:18:\"changeemail-header\";i:575;s:19:\"changeemail-no-info\";i:576;s:20:\"changeemail-oldemail\";i:577;s:20:\"changeemail-newemail\";i:578;s:25:\"changeemail-newemail-help\";i:579;s:16:\"changeemail-none\";i:580;s:20:\"changeemail-password\";i:581;s:18:\"changeemail-submit\";i:582;s:21:\"changeemail-throttled\";i:583;s:20:\"changeemail-nochange\";i:584;s:21:\"changeemail-maxlength\";i:585;s:11:\"resettokens\";i:586;s:16:\"resettokens-text\";i:587;s:21:\"resettokens-no-tokens\";i:588;s:18:\"resettokens-tokens\";i:589;s:23:\"resettokens-token-label\";i:590;s:27:\"resettokens-watchlist-token\";i:591;s:16:\"resettokens-done\";i:592;s:23:\"resettokens-resetbutton\";i:593;s:7:\"summary\";i:594;s:7:\"subject\";i:595;s:9:\"minoredit\";i:596;s:9:\"watchthis\";i:597;s:11:\"savearticle\";i:598;s:11:\"savechanges\";i:599;s:11:\"publishpage\";i:600;s:14:\"publishchanges\";i:601;s:17:\"savearticle-start\";i:602;s:17:\"savechanges-start\";i:603;s:17:\"publishpage-start\";i:604;s:20:\"publishchanges-start\";i:605;s:7:\"preview\";i:606;s:11:\"showpreview\";i:607;s:8:\"showdiff\";i:608;s:12:\"blankarticle\";i:609;s:15:\"anoneditwarning\";i:610;s:23:\"autocreate-edit-warning\";i:611;s:18:\"anonpreviewwarning\";i:612;s:26:\"autocreate-preview-warning\";i:613;s:14:\"missingsummary\";i:614;s:12:\"selfredirect\";i:615;s:18:\"missingcommenttext\";i:616;s:20:\"missingcommentheader\";i:617;s:15:\"summary-preview\";i:618;s:16:\"previewerrortext\";i:619;s:12:\"blockedtitle\";i:620;s:19:\"blockedtext-partial\";i:621;s:11:\"blockedtext\";i:622;s:15:\"autoblockedtext\";i:623;s:17:\"systemblockedtext\";i:624;s:15:\"blockednoreason\";i:625;s:21:\"blockedtext-composite\";i:626;s:25:\"blockedtext-composite-ids\";i:627;s:28:\"blockedtext-composite-no-ids\";i:628;s:28:\"blockedtext-composite-reason\";i:629;s:17:\"whitelistedittext\";i:630;s:15:\"confirmedittext\";i:631;s:18:\"nosuchsectiontitle\";i:632;s:17:\"nosuchsectiontext\";i:633;s:13:\"loginreqtitle\";i:634;s:12:\"loginreqlink\";i:635;s:16:\"loginreqpagetext\";i:636;s:12:\"accmailtitle\";i:637;s:11:\"accmailtext\";i:638;s:10:\"newarticle\";i:639;s:14:\"newarticletext\";i:640;s:16:\"anontalkpagetext\";i:641;s:13:\"noarticletext\";i:642;s:26:\"noarticletext-nopermission\";i:643;s:27:\"missing-revision-permission\";i:644;s:16:\"missing-revision\";i:645;s:24:\"missing-revision-content\";i:646;s:25:\"userpage-userdoesnotexist\";i:647;s:30:\"userpage-userdoesnotexist-view\";i:648;s:25:\"blocked-notice-logextract\";i:649;s:14:\"clearyourcache\";i:650;s:20:\"usercssyoucanpreview\";i:651;s:21:\"userjsonyoucanpreview\";i:652;s:19:\"userjsyoucanpreview\";i:653;s:14:\"usercsspreview\";i:654;s:15:\"userjsonpreview\";i:655;s:13:\"userjspreview\";i:656;s:14:\"sitecsspreview\";i:657;s:15:\"sitejsonpreview\";i:658;s:13:\"sitejspreview\";i:659;s:22:\"userinvalidconfigtitle\";i:660;s:7:\"updated\";i:661;s:4:\"note\";i:662;s:11:\"previewnote\";i:663;s:16:\"continue-editing\";i:664;s:15:\"previewconflict\";i:665;s:20:\"session_fail_preview\";i:666;s:25:\"session_fail_preview_html\";i:667;s:20:\"edit_form_incomplete\";i:668;s:7:\"editing\";i:669;s:24:\"edit-textarea-aria-label\";i:670;s:8:\"creating\";i:671;s:14:\"editingsection\";i:672;s:14:\"editingcomment\";i:673;s:12:\"editconflict\";i:674;s:15:\"explainconflict\";i:675;s:8:\"yourtext\";i:676;s:13:\"storedversion\";i:677;s:10:\"editingold\";i:678;s:20:\"unicode-support-fail\";i:679;s:8:\"yourdiff\";i:680;s:16:\"copyrightwarning\";i:681;s:17:\"copyrightwarning2\";i:682;s:32:\"editpage-cannot-use-custom-model\";i:683;s:13:\"longpageerror\";i:684;s:15:\"readonlywarning\";i:685;s:20:\"protectedpagewarning\";i:686;s:24:\"semiprotectedpagewarning\";i:687;s:23:\"cascadeprotectedwarning\";i:688;s:21:\"titleprotectedwarning\";i:689;s:13:\"templatesused\";i:690;s:20:\"templatesusedpreview\";i:691;s:20:\"templatesusedsection\";i:692;s:18:\"template-protected\";i:693;s:22:\"template-semiprotected\";i:694;s:16:\"hiddencategories\";i:695;s:9:\"edittools\";i:696;s:12:\"nocreatetext\";i:697;s:17:\"nocreate-loggedin\";i:698;s:29:\"sectioneditnotsupported-title\";i:699;s:28:\"sectioneditnotsupported-text\";i:700;s:27:\"modeleditnotsupported-title\";i:701;s:26:\"modeleditnotsupported-text\";i:702;s:17:\"permissionserrors\";i:703;s:21:\"permissionserrorstext\";i:704;s:32:\"permissionserrorstext-withaction\";i:705;s:21:\"contentmodelediterror\";i:706;s:26:\"recreate-moveddeleted-warn\";i:707;s:19:\"moveddeleted-notice\";i:708;s:26:\"moveddeleted-notice-recent\";i:709;s:11:\"log-fulllog\";i:710;s:17:\"edit-hook-aborted\";i:711;s:17:\"edit-gone-missing\";i:712;s:13:\"edit-conflict\";i:713;s:14:\"edit-no-change\";i:714;s:21:\"edit-slots-cannot-add\";i:715;s:24:\"edit-slots-cannot-remove\";i:716;s:18:\"edit-slots-missing\";i:717;s:29:\"postedit-confirmation-created\";i:718;s:30:\"postedit-confirmation-restored\";i:719;s:27:\"postedit-confirmation-saved\";i:720;s:31:\"postedit-confirmation-published\";i:721;s:27:\"postedit-temp-created-label\";i:722;s:21:\"postedit-temp-created\";i:723;s:19:\"edit-already-exists\";i:724;s:18:\"defaultmessagetext\";i:725;s:23:\"content-failed-to-parse\";i:726;s:20:\"invalid-content-data\";i:727;s:17:\"invalid-json-data\";i:728;s:24:\"content-not-allowed-here\";i:729;s:20:\"confirmleave-warning\";i:730;s:34:\"editpage-invalidcontentmodel-title\";i:731;s:33:\"editpage-invalidcontentmodel-text\";i:732;s:40:\"editpage-notsupportedcontentformat-title\";i:733;s:39:\"editpage-notsupportedcontentformat-text\";i:734;s:14:\"slot-name-main\";i:735;s:22:\"content-model-wikitext\";i:736;s:18:\"content-model-text\";i:737;s:24:\"content-model-javascript\";i:738;s:17:\"content-model-css\";i:739;s:25:\"content-json-empty-object\";i:740;s:24:\"content-json-empty-array\";i:741;s:25:\"unsupported-content-model\";i:742;s:24:\"unsupported-content-diff\";i:743;s:25:\"unsupported-content-diff2\";i:744;s:22:\"duplicate-args-warning\";i:745;s:23:\"duplicate-args-category\";i:746;s:28:\"duplicate-args-category-desc\";i:747;s:32:\"expensive-parserfunction-warning\";i:748;s:33:\"expensive-parserfunction-category\";i:749;s:38:\"post-expand-template-inclusion-warning\";i:750;s:39:\"post-expand-template-inclusion-category\";i:751;s:37:\"post-expand-template-argument-warning\";i:752;s:38:\"post-expand-template-argument-category\";i:753;s:24:\"template-equals-category\";i:754;s:29:\"template-equals-category-desc\";i:755;s:23:\"template-equals-warning\";i:756;s:28:\"parser-template-loop-warning\";i:757;s:22:\"template-loop-category\";i:758;s:27:\"template-loop-category-desc\";i:759;s:21:\"template-loop-warning\";i:760;s:39:\"parser-template-recursion-depth-warning\";i:761;s:32:\"language-converter-depth-warning\";i:762;s:28:\"node-count-exceeded-category\";i:763;s:33:\"node-count-exceeded-category-desc\";i:764;s:27:\"node-count-exceeded-warning\";i:765;s:33:\"expansion-depth-exceeded-category\";i:766;s:38:\"expansion-depth-exceeded-category-desc\";i:767;s:32:\"expansion-depth-exceeded-warning\";i:768;s:27:\"parser-unstrip-loop-warning\";i:769;s:21:\"unstrip-depth-warning\";i:770;s:22:\"unstrip-depth-category\";i:771;s:27:\"unstrip-depth-category-desc\";i:772;s:20:\"unstrip-size-warning\";i:773;s:21:\"unstrip-size-category\";i:774;s:26:\"unstrip-size-category-desc\";i:775;s:27:\"converter-manual-rule-error\";i:776;s:12:\"undo-success\";i:777;s:12:\"undo-failure\";i:778;s:19:\"undo-main-slot-only\";i:779;s:10:\"undo-norev\";i:780;s:13:\"undo-nochange\";i:781;s:12:\"undo-summary\";i:782;s:17:\"undo-summary-anon\";i:783;s:19:\"undo-summary-import\";i:784;s:20:\"undo-summary-import2\";i:785;s:28:\"undo-summary-username-hidden\";i:786;s:12:\"viewpagelogs\";i:787;s:22:\"viewpagelogs-lowercase\";i:788;s:9:\"nohistory\";i:789;s:10:\"currentrev\";i:790;s:15:\"currentrev-asof\";i:791;s:12:\"revisionasof\";i:792;s:13:\"revision-info\";i:793;s:16:\"previousrevision\";i:794;s:12:\"nextrevision\";i:795;s:19:\"currentrevisionlink\";i:796;s:3:\"cur\";i:797;s:11:\"tooltip-cur\";i:798;s:4:\"next\";i:799;s:4:\"last\";i:800;s:12:\"tooltip-last\";i:801;s:10:\"page_first\";i:802;s:9:\"page_last\";i:803;s:10:\"histlegend\";i:804;s:22:\"history-fieldset-title\";i:805;s:20:\"history-show-deleted\";i:806;s:9:\"histfirst\";i:807;s:8:\"histlast\";i:808;s:11:\"historysize\";i:809;s:12:\"historyempty\";i:810;s:18:\"history-feed-title\";i:811;s:24:\"history-feed-description\";i:812;s:27:\"history-feed-item-nocomment\";i:813;s:18:\"history-feed-empty\";i:814;s:17:\"history-edit-tags\";i:815;s:13:\"history-empty\";i:816;s:19:\"rev-deleted-comment\";i:817;s:16:\"rev-deleted-user\";i:818;s:17:\"rev-deleted-event\";i:819;s:25:\"rev-deleted-user-contribs\";i:820;s:27:\"rev-deleted-text-permission\";i:821;s:19:\"rev-suppressed-text\";i:822;s:30:\"rev-suppressed-text-permission\";i:823;s:23:\"rev-deleted-text-unhide\";i:824;s:26:\"rev-suppressed-text-unhide\";i:825;s:21:\"rev-deleted-text-view\";i:826;s:24:\"rev-suppressed-text-view\";i:827;s:19:\"rev-deleted-no-diff\";i:828;s:22:\"rev-suppressed-no-diff\";i:829;s:23:\"rev-deleted-unhide-diff\";i:830;s:26:\"rev-suppressed-unhide-diff\";i:831;s:21:\"rev-deleted-diff-view\";i:832;s:24:\"rev-suppressed-diff-view\";i:833;s:12:\"rev-delundel\";i:834;s:15:\"rev-showdeleted\";i:835;s:14:\"revisiondelete\";i:836;s:23:\"revdelete-nooldid-title\";i:837;s:22:\"revdelete-nooldid-text\";i:838;s:17:\"revdelete-no-file\";i:839;s:27:\"revdelete-show-file-confirm\";i:840;s:26:\"revdelete-show-file-submit\";i:841;s:23:\"revdelete-selected-text\";i:842;s:23:\"revdelete-selected-file\";i:843;s:18:\"logdelete-selected\";i:844;s:19:\"revdelete-text-text\";i:845;s:19:\"revdelete-text-file\";i:846;s:14:\"logdelete-text\";i:847;s:21:\"revdelete-text-others\";i:848;s:17:\"revdelete-confirm\";i:849;s:23:\"revdelete-suppress-text\";i:850;s:16:\"revdelete-legend\";i:851;s:19:\"revdelete-hide-text\";i:852;s:20:\"revdelete-hide-image\";i:853;s:19:\"revdelete-hide-name\";i:854;s:22:\"revdelete-hide-comment\";i:855;s:19:\"revdelete-hide-user\";i:856;s:25:\"revdelete-hide-restricted\";i:857;s:20:\"revdelete-radio-same\";i:858;s:19:\"revdelete-radio-set\";i:859;s:21:\"revdelete-radio-unset\";i:860;s:18:\"revdelete-suppress\";i:861;s:20:\"revdelete-unsuppress\";i:862;s:13:\"revdelete-log\";i:863;s:16:\"revdelete-submit\";i:864;s:17:\"revdelete-success\";i:865;s:17:\"revdelete-failure\";i:866;s:17:\"logdelete-success\";i:867;s:17:\"logdelete-failure\";i:868;s:14:\"revdel-restore\";i:869;s:8:\"pagehist\";i:870;s:11:\"deletedhist\";i:871;s:22:\"revdelete-hide-current\";i:872;s:24:\"revdelete-show-no-access\";i:873;s:26:\"revdelete-modify-no-access\";i:874;s:24:\"revdelete-modify-missing\";i:875;s:19:\"revdelete-no-change\";i:876;s:27:\"revdelete-concurrent-change\";i:877;s:25:\"revdelete-only-restricted\";i:878;s:25:\"revdelete-reason-dropdown\";i:879;s:34:\"revdelete-reason-dropdown-suppress\";i:880;s:21:\"revdelete-otherreason\";i:881;s:25:\"revdelete-reasonotherlist\";i:882;s:25:\"revdelete-edit-reasonlist\";i:883;s:34:\"revdelete-edit-reasonlist-suppress\";i:884;s:18:\"revdelete-offender\";i:885;s:14:\"suppressionlog\";i:886;s:18:\"suppressionlogtext\";i:887;s:12:\"mergehistory\";i:888;s:19:\"mergehistory-header\";i:889;s:16:\"mergehistory-box\";i:890;s:17:\"mergehistory-from\";i:891;s:17:\"mergehistory-into\";i:892;s:17:\"mergehistory-list\";i:893;s:18:\"mergehistory-merge\";i:894;s:15:\"mergehistory-go\";i:895;s:19:\"mergehistory-submit\";i:896;s:18:\"mergehistory-empty\";i:897;s:17:\"mergehistory-done\";i:898;s:17:\"mergehistory-fail\";i:899;s:31:\"mergehistory-fail-bad-timestamp\";i:900;s:32:\"mergehistory-fail-invalid-source\";i:901;s:30:\"mergehistory-fail-invalid-dest\";i:902;s:27:\"mergehistory-fail-no-change\";i:903;s:28:\"mergehistory-fail-permission\";i:904;s:28:\"mergehistory-fail-self-merge\";i:905;s:36:\"mergehistory-fail-timestamps-overlap\";i:906;s:24:\"mergehistory-fail-toobig\";i:907;s:22:\"mergehistory-no-source\";i:908;s:27:\"mergehistory-no-destination\";i:909;s:27:\"mergehistory-invalid-source\";i:910;s:32:\"mergehistory-invalid-destination\";i:911;s:24:\"mergehistory-autocomment\";i:912;s:20:\"mergehistory-comment\";i:913;s:29:\"mergehistory-same-destination\";i:914;s:19:\"mergehistory-reason\";i:915;s:34:\"mergehistory-source-deleted-reason\";i:916;s:27:\"mergehistory-source-deleted\";i:917;s:8:\"mergelog\";i:918;s:11:\"revertmerge\";i:919;s:16:\"mergelogpagetext\";i:920;s:13:\"history-title\";i:921;s:16:\"difference-title\";i:922;s:26:\"difference-title-multipage\";i:923;s:20:\"difference-multipage\";i:924;s:6:\"lineno\";i:925;s:23:\"compareselectedversions\";i:926;s:24:\"showhideselectedversions\";i:927;s:8:\"editundo\";i:928;s:10:\"diff-empty\";i:929;s:19:\"diff-multi-sameuser\";i:930;s:21:\"diff-multi-otherusers\";i:931;s:20:\"diff-multi-manyusers\";i:932;s:26:\"diff-paragraph-moved-tonew\";i:933;s:26:\"diff-paragraph-moved-toold\";i:934;s:27:\"difference-missing-revision\";i:935;s:13:\"searchresults\";i:936;s:26:\"search-filter-title-prefix\";i:937;s:32:\"search-filter-title-prefix-reset\";i:938;s:19:\"searchresults-title\";i:939;s:12:\"titlematches\";i:940;s:11:\"textmatches\";i:941;s:13:\"notextmatches\";i:942;s:5:\"prevn\";i:943;s:5:\"nextn\";i:944;s:9:\"prev-page\";i:945;s:9:\"next-page\";i:946;s:11:\"prevn-title\";i:947;s:11:\"nextn-title\";i:948;s:11:\"shown-title\";i:949;s:12:\"viewprevnext\";i:950;s:17:\"searchmenu-exists\";i:951;s:14:\"searchmenu-new\";i:952;s:22:\"searchprofile-articles\";i:953;s:20:\"searchprofile-images\";i:954;s:24:\"searchprofile-everything\";i:955;s:22:\"searchprofile-advanced\";i:956;s:30:\"searchprofile-articles-tooltip\";i:957;s:28:\"searchprofile-images-tooltip\";i:958;s:32:\"searchprofile-everything-tooltip\";i:959;s:30:\"searchprofile-advanced-tooltip\";i:960;s:18:\"search-result-size\";i:961;s:27:\"search-result-category-size\";i:962;s:15:\"search-redirect\";i:963;s:14:\"search-section\";i:964;s:15:\"search-category\";i:965;s:17:\"search-file-match\";i:966;s:14:\"search-suggest\";i:967;s:16:\"search-rewritten\";i:968;s:31:\"search-interwiki-resultset-link\";i:969;s:21:\"search-interwiki-more\";i:970;s:29:\"search-interwiki-more-results\";i:971;s:21:\"search-relatedarticle\";i:972;s:25:\"search-invalid-sort-order\";i:973;s:22:\"search-unknown-profile\";i:974;s:13:\"searchrelated\";i:975;s:9:\"searchall\";i:976;s:14:\"showingresults\";i:977;s:21:\"showingresultsinrange\";i:978;s:21:\"search-showingresults\";i:979;s:16:\"search-nonefound\";i:980;s:25:\"search-nonefound-thiswiki\";i:981;s:18:\"powersearch-legend\";i:982;s:14:\"powersearch-ns\";i:983;s:23:\"powersearch-togglelabel\";i:984;s:21:\"powersearch-toggleall\";i:985;s:22:\"powersearch-togglenone\";i:986;s:20:\"powersearch-remember\";i:987;s:15:\"search-external\";i:988;s:14:\"searchdisabled\";i:989;s:12:\"search-error\";i:990;s:14:\"search-warning\";i:991;s:11:\"preferences\";i:992;s:13:\"mypreferences\";i:993;s:11:\"prefs-edits\";i:994;s:17:\"prefsnologintext2\";i:995;s:10:\"prefs-skin\";i:996;s:16:\"prefs-skin-prefs\";i:997;s:21:\"prefs-skin-responsive\";i:998;s:26:\"prefs-help-skin-responsive\";i:999;s:12:\"skin-preview\";i:1000;s:11:\"datedefault\";i:1001;s:10:\"prefs-labs\";i:1002;s:16:\"prefs-user-pages\";i:1003;s:14:\"prefs-personal\";i:1004;s:8:\"prefs-rc\";i:1005;s:15:\"prefs-watchlist\";i:1006;s:19:\"prefs-editwatchlist\";i:1007;s:25:\"prefs-editwatchlist-label\";i:1008;s:24:\"prefs-editwatchlist-edit\";i:1009;s:23:\"prefs-editwatchlist-raw\";i:1010;s:25:\"prefs-editwatchlist-clear\";i:1011;s:20:\"prefs-watchlist-days\";i:1012;s:24:\"prefs-watchlist-days-max\";i:1013;s:21:\"prefs-watchlist-edits\";i:1014;s:25:\"prefs-watchlist-edits-max\";i:1015;s:21:\"prefs-watchlist-token\";i:1016;s:28:\"prefs-watchlist-managetokens\";i:1017;s:10:\"prefs-misc\";i:1018;s:15:\"prefs-resetpass\";i:1019;s:17:\"prefs-changeemail\";i:1020;s:14:\"prefs-setemail\";i:1021;s:11:\"prefs-email\";i:1022;s:15:\"prefs-rendering\";i:1023;s:16:\"prefs-searchmisc\";i:1024;s:9:\"saveprefs\";i:1025;s:12:\"restoreprefs\";i:1026;s:13:\"prefs-editing\";i:1027;s:17:\"searchresultshead\";i:1028;s:17:\"recentchangesdays\";i:1029;s:21:\"recentchangesdays-max\";i:1030;s:18:\"recentchangescount\";i:1031;s:29:\"prefs-help-recentchangescount\";i:1032;s:27:\"prefs-help-watchlist-token2\";i:1033;s:26:\"prefs-help-tokenmanagement\";i:1034;s:29:\"prefs-user-downloaddata-label\";i:1035;s:28:\"prefs-user-downloaddata-info\";i:1036;s:29:\"prefs-user-restoreprefs-label\";i:1037;s:28:\"prefs-user-restoreprefs-info\";i:1038;s:10:\"savedprefs\";i:1039;s:11:\"savedrights\";i:1040;s:14:\"timezonelegend\";i:1041;s:9:\"localtime\";i:1042;s:24:\"timezoneuseserverdefault\";i:1043;s:17:\"timezoneuseoffset\";i:1044;s:30:\"timezone-useoffset-placeholder\";i:1045;s:10:\"servertime\";i:1046;s:13:\"guesstimezone\";i:1047;s:21:\"timezoneregion-africa\";i:1048;s:22:\"timezoneregion-america\";i:1049;s:25:\"timezoneregion-antarctica\";i:1050;s:21:\"timezoneregion-arctic\";i:1051;s:19:\"timezoneregion-asia\";i:1052;s:23:\"timezoneregion-atlantic\";i:1053;s:24:\"timezoneregion-australia\";i:1054;s:21:\"timezoneregion-europe\";i:1055;s:21:\"timezoneregion-indian\";i:1056;s:22:\"timezoneregion-pacific\";i:1057;s:10:\"allowemail\";i:1058;s:27:\"email-allow-new-users-label\";i:1059;s:20:\"email-mutelist-label\";i:1060;s:19:\"prefs-searchoptions\";i:1061;s:16:\"prefs-namespaces\";i:1062;s:7:\"default\";i:1063;s:11:\"prefs-files\";i:1064;s:16:\"prefs-custom-css\";i:1065;s:17:\"prefs-custom-json\";i:1066;s:15:\"prefs-custom-js\";i:1067;s:19:\"prefs-common-config\";i:1068;s:17:\"prefs-reset-intro\";i:1069;s:19:\"prefs-reset-confirm\";i:1070;s:24:\"prefs-emailconfirm-label\";i:1071;s:9:\"youremail\";i:1072;s:8:\"username\";i:1073;s:20:\"prefs-memberingroups\";i:1074;s:25:\"prefs-memberingroups-type\";i:1075;s:33:\"group-membership-link-with-expiry\";i:1076;s:18:\"prefs-registration\";i:1077;s:28:\"prefs-registration-date-time\";i:1078;s:12:\"yourrealname\";i:1079;s:12:\"yourlanguage\";i:1080;s:11:\"yourvariant\";i:1081;s:18:\"prefs-help-variant\";i:1082;s:8:\"yournick\";i:1083;s:20:\"prefs-help-signature\";i:1084;s:6:\"badsig\";i:1085;s:10:\"badsightml\";i:1086;s:11:\"badsiglinks\";i:1087;s:11:\"badsigsubst\";i:1088;s:12:\"badsiglength\";i:1089;s:15:\"badsiglinebreak\";i:1090;s:29:\"linterror-bogus-image-options\";i:1091;s:29:\"linterror-deletable-table-tag\";i:1092;s:26:\"linterror-html5-misnesting\";i:1093;s:38:\"linterror-misc-tidy-replacement-issues\";i:1094;s:23:\"linterror-misnested-tag\";i:1095;s:25:\"linterror-missing-end-tag\";i:1096;s:28:\"linterror-multi-colon-escape\";i:1097;s:38:\"linterror-multiline-html-table-in-list\";i:1098;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1099;s:22:\"linterror-obsolete-tag\";i:1100;s:30:\"linterror-pwrap-bug-workaround\";i:1101;s:25:\"linterror-self-closed-tag\";i:1102;s:22:\"linterror-stripped-tag\";i:1103;s:23:\"linterror-tidy-font-bug\";i:1104;s:29:\"linterror-tidy-whitespace-bug\";i:1105;s:36:\"linterror-unclosed-quotes-in-heading\";i:1106;s:10:\"yourgender\";i:1107;s:14:\"gender-unknown\";i:1108;s:15:\"gender-notknown\";i:1109;s:11:\"gender-male\";i:1110;s:13:\"gender-female\";i:1111;s:17:\"prefs-help-gender\";i:1112;s:5:\"email\";i:1113;s:19:\"prefs-help-realname\";i:1114;s:16:\"prefs-help-email\";i:1115;s:23:\"prefs-help-email-others\";i:1116;s:25:\"prefs-help-email-required\";i:1117;s:23:\"prefs-help-requireemail\";i:1118;s:10:\"prefs-info\";i:1119;s:10:\"prefs-i18n\";i:1120;s:15:\"prefs-signature\";i:1121;s:31:\"prefs-signature-invalid-warning\";i:1122;s:27:\"prefs-signature-invalid-new\";i:1123;s:32:\"prefs-signature-invalid-disallow\";i:1124;s:31:\"prefs-signature-highlight-error\";i:1125;s:29:\"prefs-signature-error-details\";i:1126;s:16:\"prefs-dateformat\";i:1127;s:16:\"prefs-timeoffset\";i:1128;s:21:\"prefs-advancedediting\";i:1129;s:20:\"prefs-developertools\";i:1130;s:12:\"prefs-editor\";i:1131;s:16:\"prefs-discussion\";i:1132;s:13:\"prefs-preview\";i:1133;s:16:\"prefs-advancedrc\";i:1134;s:23:\"prefs-advancedrendering\";i:1135;s:27:\"prefs-advancedsearchoptions\";i:1136;s:23:\"prefs-advancedwatchlist\";i:1137;s:15:\"prefs-displayrc\";i:1138;s:22:\"prefs-displaywatchlist\";i:1139;s:15:\"prefs-changesrc\";i:1140;s:22:\"prefs-changeswatchlist\";i:1141;s:20:\"prefs-pageswatchlist\";i:1142;s:20:\"prefs-tokenwatchlist\";i:1143;s:11:\"prefs-diffs\";i:1144;s:23:\"prefs-help-prefershttps\";i:1145;s:26:\"prefs-tabs-navigation-hint\";i:1146;s:10:\"userrights\";i:1147;s:22:\"userrights-lookup-user\";i:1148;s:24:\"userrights-user-editname\";i:1149;s:13:\"editusergroup\";i:1150;s:11:\"editinguser\";i:1151;s:17:\"viewinguserrights\";i:1152;s:24:\"userrights-editusergroup\";i:1153;s:24:\"userrights-viewusergroup\";i:1154;s:14:\"saveusergroups\";i:1155;s:23:\"userrights-groupsmember\";i:1156;s:28:\"userrights-groupsmember-auto\";i:1157;s:28:\"userrights-groupsmember-type\";i:1158;s:21:\"userrights-systemuser\";i:1159;s:22:\"userrights-groups-help\";i:1160;s:17:\"userrights-reason\";i:1161;s:23:\"userrights-no-interwiki\";i:1162;s:21:\"userrights-nodatabase\";i:1163;s:25:\"userrights-changeable-col\";i:1164;s:27:\"userrights-unchangeable-col\";i:1165;s:25:\"userrights-expiry-current\";i:1166;s:22:\"userrights-expiry-none\";i:1167;s:17:\"userrights-expiry\";i:1168;s:26:\"userrights-expiry-existing\";i:1169;s:27:\"userrights-expiry-othertime\";i:1170;s:25:\"userrights-expiry-options\";i:1171;s:25:\"userrights-invalid-expiry\";i:1172;s:25:\"userrights-expiry-in-past\";i:1173;s:32:\"userrights-cannot-shorten-expiry\";i:1174;s:19:\"userrights-conflict\";i:1175;s:5:\"group\";i:1176;s:10:\"group-user\";i:1177;s:11:\"group-named\";i:1178;s:19:\"group-autoconfirmed\";i:1179;s:9:\"group-bot\";i:1180;s:11:\"group-sysop\";i:1181;s:21:\"group-interface-admin\";i:1182;s:16:\"group-bureaucrat\";i:1183;s:14:\"group-suppress\";i:1184;s:9:\"group-all\";i:1185;s:17:\"group-user-member\";i:1186;s:26:\"group-autoconfirmed-member\";i:1187;s:16:\"group-bot-member\";i:1188;s:18:\"group-sysop-member\";i:1189;s:28:\"group-interface-admin-member\";i:1190;s:23:\"group-bureaucrat-member\";i:1191;s:21:\"group-suppress-member\";i:1192;s:14:\"grouppage-user\";i:1193;s:15:\"grouppage-named\";i:1194;s:23:\"grouppage-autoconfirmed\";i:1195;s:13:\"grouppage-bot\";i:1196;s:15:\"grouppage-sysop\";i:1197;s:25:\"grouppage-interface-admin\";i:1198;s:20:\"grouppage-bureaucrat\";i:1199;s:18:\"grouppage-suppress\";i:1200;s:10:\"right-read\";i:1201;s:10:\"right-edit\";i:1202;s:16:\"right-createpage\";i:1203;s:16:\"right-createtalk\";i:1204;s:19:\"right-createaccount\";i:1205;s:23:\"right-autocreateaccount\";i:1206;s:15:\"right-minoredit\";i:1207;s:10:\"right-move\";i:1208;s:19:\"right-move-subpages\";i:1209;s:24:\"right-move-rootuserpages\";i:1210;s:24:\"right-move-categorypages\";i:1211;s:14:\"right-movefile\";i:1212;s:22:\"right-suppressredirect\";i:1213;s:12:\"right-upload\";i:1214;s:14:\"right-reupload\";i:1215;s:18:\"right-reupload-own\";i:1216;s:21:\"right-reupload-shared\";i:1217;s:19:\"right-upload_by_url\";i:1218;s:11:\"right-purge\";i:1219;s:19:\"right-autoconfirmed\";i:1220;s:9:\"right-bot\";i:1221;s:20:\"right-nominornewtalk\";i:1222;s:19:\"right-apihighlimits\";i:1223;s:14:\"right-writeapi\";i:1224;s:12:\"right-delete\";i:1225;s:21:\"right-delete-redirect\";i:1226;s:15:\"right-bigdelete\";i:1227;s:20:\"right-deletelogentry\";i:1228;s:20:\"right-deleterevision\";i:1229;s:20:\"right-deletedhistory\";i:1230;s:17:\"right-deletedtext\";i:1231;s:19:\"right-browsearchive\";i:1232;s:14:\"right-undelete\";i:1233;s:22:\"right-suppressrevision\";i:1234;s:20:\"right-viewsuppressed\";i:1235;s:20:\"right-suppressionlog\";i:1236;s:11:\"right-block\";i:1237;s:16:\"right-blockemail\";i:1238;s:14:\"right-hideuser\";i:1239;s:20:\"right-ipblock-exempt\";i:1240;s:17:\"right-unblockself\";i:1241;s:13:\"right-protect\";i:1242;s:19:\"right-editprotected\";i:1243;s:23:\"right-editsemiprotected\";i:1244;s:22:\"right-editcontentmodel\";i:1245;s:19:\"right-editinterface\";i:1246;s:17:\"right-editusercss\";i:1247;s:18:\"right-edituserjson\";i:1248;s:16:\"right-edituserjs\";i:1249;s:17:\"right-editsitecss\";i:1250;s:18:\"right-editsitejson\";i:1251;s:16:\"right-editsitejs\";i:1252;s:19:\"right-editmyusercss\";i:1253;s:20:\"right-editmyuserjson\";i:1254;s:18:\"right-editmyuserjs\";i:1255;s:26:\"right-editmyuserjsredirect\";i:1256;s:21:\"right-viewmywatchlist\";i:1257;s:21:\"right-editmywatchlist\";i:1258;s:23:\"right-viewmyprivateinfo\";i:1259;s:23:\"right-editmyprivateinfo\";i:1260;s:19:\"right-editmyoptions\";i:1261;s:14:\"right-rollback\";i:1262;s:18:\"right-markbotedits\";i:1263;s:17:\"right-noratelimit\";i:1264;s:12:\"right-import\";i:1265;s:18:\"right-importupload\";i:1266;s:12:\"right-patrol\";i:1267;s:16:\"right-autopatrol\";i:1268;s:17:\"right-patrolmarks\";i:1269;s:20:\"right-unwatchedpages\";i:1270;s:18:\"right-mergehistory\";i:1271;s:16:\"right-userrights\";i:1272;s:26:\"right-userrights-interwiki\";i:1273;s:15:\"right-siteadmin\";i:1274;s:27:\"right-override-export-depth\";i:1275;s:15:\"right-sendemail\";i:1276;s:22:\"right-managechangetags\";i:1277;s:21:\"right-applychangetags\";i:1278;s:16:\"right-changetags\";i:1279;s:22:\"right-deletechangetags\";i:1280;s:13:\"grant-generic\";i:1281;s:28:\"grant-group-page-interaction\";i:1282;s:28:\"grant-group-file-interaction\";i:1283;s:33:\"grant-group-watchlist-interaction\";i:1284;s:17:\"grant-group-email\";i:1285;s:23:\"grant-group-high-volume\";i:1286;s:25:\"grant-group-customization\";i:1287;s:26:\"grant-group-administration\";i:1288;s:31:\"grant-group-private-information\";i:1289;s:17:\"grant-group-other\";i:1290;s:16:\"grant-blockusers\";i:1291;s:19:\"grant-createaccount\";i:1292;s:24:\"grant-createeditmovepage\";i:1293;s:12:\"grant-delete\";i:1294;s:19:\"grant-editinterface\";i:1295;s:17:\"grant-editmycssjs\";i:1296;s:19:\"grant-editmyoptions\";i:1297;s:21:\"grant-editmywatchlist\";i:1298;s:20:\"grant-editsiteconfig\";i:1299;s:14:\"grant-editpage\";i:1300;s:19:\"grant-editprotected\";i:1301;s:16:\"grant-highvolume\";i:1302;s:12:\"grant-import\";i:1303;s:18:\"grant-mergehistory\";i:1304;s:15:\"grant-oversight\";i:1305;s:12:\"grant-patrol\";i:1306;s:17:\"grant-privateinfo\";i:1307;s:13:\"grant-protect\";i:1308;s:14:\"grant-rollback\";i:1309;s:15:\"grant-sendemail\";i:1310;s:24:\"grant-uploadeditmovefile\";i:1311;s:16:\"grant-uploadfile\";i:1312;s:11:\"grant-basic\";i:1313;s:17:\"grant-viewdeleted\";i:1314;s:21:\"grant-viewmywatchlist\";i:1315;s:24:\"grant-viewrestrictedlogs\";i:1316;s:14:\"newuserlogpage\";i:1317;s:18:\"newuserlogpagetext\";i:1318;s:9:\"rightslog\";i:1319;s:13:\"rightslogtext\";i:1320;s:11:\"action-read\";i:1321;s:22:\"skin-action-addsection\";i:1322;s:11:\"action-edit\";i:1323;s:17:\"action-createpage\";i:1324;s:17:\"action-createtalk\";i:1325;s:20:\"action-createaccount\";i:1326;s:24:\"action-autocreateaccount\";i:1327;s:14:\"action-history\";i:1328;s:16:\"action-minoredit\";i:1329;s:11:\"action-move\";i:1330;s:20:\"action-move-subpages\";i:1331;s:25:\"action-move-rootuserpages\";i:1332;s:25:\"action-move-categorypages\";i:1333;s:15:\"action-movefile\";i:1334;s:13:\"action-upload\";i:1335;s:15:\"action-reupload\";i:1336;s:22:\"action-reupload-shared\";i:1337;s:20:\"action-upload_by_url\";i:1338;s:15:\"action-writeapi\";i:1339;s:13:\"action-delete\";i:1340;s:22:\"action-delete-redirect\";i:1341;s:21:\"action-deleterevision\";i:1342;s:21:\"action-deletelogentry\";i:1343;s:21:\"action-deletedhistory\";i:1344;s:18:\"action-deletedtext\";i:1345;s:20:\"action-browsearchive\";i:1346;s:15:\"action-undelete\";i:1347;s:23:\"action-suppressrevision\";i:1348;s:21:\"action-suppressionlog\";i:1349;s:12:\"action-block\";i:1350;s:14:\"action-protect\";i:1351;s:15:\"action-rollback\";i:1352;s:13:\"action-import\";i:1353;s:19:\"action-importupload\";i:1354;s:13:\"action-patrol\";i:1355;s:17:\"action-autopatrol\";i:1356;s:21:\"action-unwatchedpages\";i:1357;s:19:\"action-mergehistory\";i:1358;s:17:\"action-userrights\";i:1359;s:27:\"action-userrights-interwiki\";i:1360;s:16:\"action-siteadmin\";i:1361;s:16:\"action-sendemail\";i:1362;s:20:\"action-editmyoptions\";i:1363;s:22:\"action-editmywatchlist\";i:1364;s:22:\"action-viewmywatchlist\";i:1365;s:24:\"action-viewmyprivateinfo\";i:1366;s:24:\"action-editmyprivateinfo\";i:1367;s:23:\"action-editcontentmodel\";i:1368;s:23:\"action-managechangetags\";i:1369;s:22:\"action-applychangetags\";i:1370;s:17:\"action-changetags\";i:1371;s:23:\"action-deletechangetags\";i:1372;s:12:\"action-purge\";i:1373;s:20:\"action-apihighlimits\";i:1374;s:20:\"action-autoconfirmed\";i:1375;s:16:\"action-bigdelete\";i:1376;s:17:\"action-blockemail\";i:1377;s:10:\"action-bot\";i:1378;s:20:\"action-editprotected\";i:1379;s:24:\"action-editsemiprotected\";i:1380;s:20:\"action-editinterface\";i:1381;s:18:\"action-editusercss\";i:1382;s:19:\"action-edituserjson\";i:1383;s:17:\"action-edituserjs\";i:1384;s:18:\"action-editsitecss\";i:1385;s:19:\"action-editsitejson\";i:1386;s:17:\"action-editsitejs\";i:1387;s:20:\"action-editmyusercss\";i:1388;s:21:\"action-editmyuserjson\";i:1389;s:19:\"action-editmyuserjs\";i:1390;s:27:\"action-editmyuserjsredirect\";i:1391;s:21:\"action-viewsuppressed\";i:1392;s:15:\"action-hideuser\";i:1393;s:21:\"action-ipblock-exempt\";i:1394;s:18:\"action-unblockself\";i:1395;s:18:\"action-noratelimit\";i:1396;s:19:\"action-reupload-own\";i:1397;s:21:\"action-nominornewtalk\";i:1398;s:19:\"action-markbotedits\";i:1399;s:18:\"action-patrolmarks\";i:1400;s:28:\"action-override-export-depth\";i:1401;s:23:\"action-suppressredirect\";i:1402;s:8:\"nchanges\";i:1403;s:27:\"enhancedrc-since-last-visit\";i:1404;s:18:\"enhancedrc-history\";i:1405;s:13:\"recentchanges\";i:1406;s:20:\"recentchanges-legend\";i:1407;s:21:\"recentchanges-summary\";i:1408;s:22:\"recentchanges-noresult\";i:1409;s:21:\"recentchanges-timeout\";i:1410;s:21:\"recentchanges-network\";i:1411;s:26:\"recentchanges-notargetpage\";i:1412;s:30:\"recentchanges-feed-description\";i:1413;s:27:\"recentchanges-label-newpage\";i:1414;s:25:\"recentchanges-label-minor\";i:1415;s:23:\"recentchanges-label-bot\";i:1416;s:31:\"recentchanges-label-unpatrolled\";i:1417;s:29:\"recentchanges-label-plusminus\";i:1418;s:28:\"recentchanges-legend-heading\";i:1419;s:28:\"recentchanges-legend-newpage\";i:1420;s:30:\"recentchanges-legend-plusminus\";i:1421;s:36:\"recentchanges-legend-watchlistexpiry\";i:1422;s:20:\"recentchanges-submit\";i:1423;s:20:\"rcfilters-tag-remove\";i:1424;s:24:\"rcfilters-legend-heading\";i:1425;s:28:\"rcfilters-other-review-tools\";i:1426;s:31:\"rcfilters-group-results-by-page\";i:1427;s:23:\"rcfilters-activefilters\";i:1428;s:28:\"rcfilters-activefilters-hide\";i:1429;s:28:\"rcfilters-activefilters-show\";i:1430;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1431;s:36:\"rcfilters-activefilters-show-tooltip\";i:1432;s:25:\"rcfilters-advancedfilters\";i:1433;s:21:\"rcfilters-limit-title\";i:1434;s:30:\"rcfilters-limit-and-date-label\";i:1435;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1436;s:26:\"rcfilters-date-popup-title\";i:1437;s:20:\"rcfilters-days-title\";i:1438;s:21:\"rcfilters-hours-title\";i:1439;s:24:\"rcfilters-days-show-days\";i:1440;s:25:\"rcfilters-days-show-hours\";i:1441;s:34:\"rcfilters-highlighted-filters-list\";i:1442;s:22:\"rcfilters-quickfilters\";i:1443;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1444;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1445;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1446;s:29:\"rcfilters-savedqueries-rename\";i:1447;s:33:\"rcfilters-savedqueries-setdefault\";i:1448;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1449;s:29:\"rcfilters-savedqueries-remove\";i:1450;s:37:\"rcfilters-savedqueries-new-name-label\";i:1451;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1452;s:34:\"rcfilters-savedqueries-apply-label\";i:1453;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1454;s:35:\"rcfilters-savedqueries-cancel-label\";i:1455;s:36:\"rcfilters-savedqueries-add-new-title\";i:1456;s:36:\"rcfilters-savedqueries-already-saved\";i:1457;s:33:\"rcfilters-restore-default-filters\";i:1458;s:27:\"rcfilters-clear-all-filters\";i:1459;s:26:\"rcfilters-show-new-changes\";i:1460;s:28:\"rcfilters-search-placeholder\";i:1461;s:35:\"rcfilters-search-placeholder-mobile\";i:1462;s:24:\"rcfilters-invalid-filter\";i:1463;s:22:\"rcfilters-empty-filter\";i:1464;s:26:\"rcfilters-filterlist-title\";i:1465;s:30:\"rcfilters-filterlist-whatsthis\";i:1466;s:31:\"rcfilters-highlightbutton-title\";i:1467;s:29:\"rcfilters-highlightmenu-title\";i:1468;s:28:\"rcfilters-highlightmenu-help\";i:1469;s:30:\"rcfilters-filterlist-noresults\";i:1470;s:28:\"rcfilters-noresults-conflict\";i:1471;s:30:\"rcfilters-state-message-subset\";i:1472;s:36:\"rcfilters-state-message-fullcoverage\";i:1473;s:32:\"rcfilters-filtergroup-authorship\";i:1474;s:34:\"rcfilters-filter-editsbyself-label\";i:1475;s:40:\"rcfilters-filter-editsbyself-description\";i:1476;s:35:\"rcfilters-filter-editsbyother-label\";i:1477;s:41:\"rcfilters-filter-editsbyother-description\";i:1478;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1479;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1480;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1481;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1482;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1483;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1484;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1485;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1486;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1487;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1488;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1489;s:31:\"rcfilters-filtergroup-automated\";i:1490;s:27:\"rcfilters-filter-bots-label\";i:1491;s:33:\"rcfilters-filter-bots-description\";i:1492;s:29:\"rcfilters-filter-humans-label\";i:1493;s:35:\"rcfilters-filter-humans-description\";i:1494;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1495;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1496;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1497;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1498;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1499;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1500;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1501;s:34:\"rcfilters-filtergroup-significance\";i:1502;s:28:\"rcfilters-filter-minor-label\";i:1503;s:34:\"rcfilters-filter-minor-description\";i:1504;s:28:\"rcfilters-filter-major-label\";i:1505;s:34:\"rcfilters-filter-major-description\";i:1506;s:31:\"rcfilters-filtergroup-watchlist\";i:1507;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1508;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1509;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1510;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1511;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1512;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1513;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1514;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1515;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1516;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1517;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1518;s:32:\"rcfilters-filtergroup-changetype\";i:1519;s:32:\"rcfilters-filter-pageedits-label\";i:1520;s:38:\"rcfilters-filter-pageedits-description\";i:1521;s:31:\"rcfilters-filter-newpages-label\";i:1522;s:37:\"rcfilters-filter-newpages-description\";i:1523;s:37:\"rcfilters-filter-categorization-label\";i:1524;s:43:\"rcfilters-filter-categorization-description\";i:1525;s:33:\"rcfilters-filter-logactions-label\";i:1526;s:39:\"rcfilters-filter-logactions-description\";i:1527;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1528;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1529;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1530;s:34:\"rcfilters-filtergroup-lastrevision\";i:1531;s:35:\"rcfilters-filter-lastrevision-label\";i:1532;s:41:\"rcfilters-filter-lastrevision-description\";i:1533;s:39:\"rcfilters-filter-previousrevision-label\";i:1534;s:45:\"rcfilters-filter-previousrevision-description\";i:1535;s:25:\"rcfilters-filter-excluded\";i:1536;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1537;s:28:\"rcfilters-exclude-button-off\";i:1538;s:27:\"rcfilters-exclude-button-on\";i:1539;s:19:\"rcfilters-view-tags\";i:1540;s:33:\"rcfilters-view-namespaces-tooltip\";i:1541;s:27:\"rcfilters-view-tags-tooltip\";i:1542;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1543;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1544;s:28:\"rcfilters-liveupdates-button\";i:1545;s:37:\"rcfilters-liveupdates-button-title-on\";i:1546;s:38:\"rcfilters-liveupdates-button-title-off\";i:1547;s:35:\"rcfilters-watchlist-markseen-button\";i:1548;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1549;s:31:\"rcfilters-watchlist-showupdated\";i:1550;s:26:\"rcfilters-preference-label\";i:1551;s:25:\"rcfilters-preference-help\";i:1552;s:36:\"rcfilters-watchlist-preference-label\";i:1553;s:35:\"rcfilters-watchlist-preference-help\";i:1554;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1555;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1556;s:35:\"rcfilters-filter-showlinkedto-label\";i:1557;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1558;s:33:\"rcfilters-target-page-placeholder\";i:1559;s:27:\"rcfilters-allcontents-label\";i:1560;s:30:\"rcfilters-alldiscussions-label\";i:1561;s:10:\"rcnotefrom\";i:1562;s:15:\"rclistfromreset\";i:1563;s:10:\"rclistfrom\";i:1564;s:15:\"rcshowhideminor\";i:1565;s:20:\"rcshowhideminor-show\";i:1566;s:20:\"rcshowhideminor-hide\";i:1567;s:14:\"rcshowhidebots\";i:1568;s:19:\"rcshowhidebots-show\";i:1569;s:19:\"rcshowhidebots-hide\";i:1570;s:13:\"rcshowhideliu\";i:1571;s:18:\"rcshowhideliu-show\";i:1572;s:18:\"rcshowhideliu-hide\";i:1573;s:15:\"rcshowhideanons\";i:1574;s:20:\"rcshowhideanons-show\";i:1575;s:20:\"rcshowhideanons-hide\";i:1576;s:14:\"rcshowhidepatr\";i:1577;s:19:\"rcshowhidepatr-show\";i:1578;s:19:\"rcshowhidepatr-hide\";i:1579;s:14:\"rcshowhidemine\";i:1580;s:19:\"rcshowhidemine-show\";i:1581;s:19:\"rcshowhidemine-hide\";i:1582;s:24:\"rcshowhidecategorization\";i:1583;s:29:\"rcshowhidecategorization-show\";i:1584;s:29:\"rcshowhidecategorization-hide\";i:1585;s:7:\"rclinks\";i:1586;s:4:\"diff\";i:1587;s:4:\"hist\";i:1588;s:4:\"hide\";i:1589;s:4:\"show\";i:1590;s:15:\"minoreditletter\";i:1591;s:13:\"newpageletter\";i:1592;s:13:\"boteditletter\";i:1593;s:14:\"rc-change-size\";i:1594;s:18:\"rc-change-size-new\";i:1595;s:17:\"newsectionsummary\";i:1596;s:12:\"rc-old-title\";i:1597;s:19:\"recentchangeslinked\";i:1598;s:24:\"recentchangeslinked-feed\";i:1599;s:27:\"recentchangeslinked-toolbox\";i:1600;s:25:\"recentchangeslinked-title\";i:1601;s:27:\"recentchangeslinked-summary\";i:1602;s:24:\"recentchangeslinked-page\";i:1603;s:22:\"recentchangeslinked-to\";i:1604;s:36:\"recentchanges-page-added-to-category\";i:1605;s:44:\"recentchanges-page-added-to-category-bundled\";i:1606;s:40:\"recentchanges-page-removed-from-category\";i:1607;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1608;s:19:\"autochange-username\";i:1609;s:6:\"upload\";i:1610;s:9:\"uploadbtn\";i:1611;s:12:\"reuploaddesc\";i:1612;s:15:\"upload-tryagain\";i:1613;s:23:\"upload-tryagain-nostash\";i:1614;s:13:\"uploadnologin\";i:1615;s:17:\"uploadnologintext\";i:1616;s:24:\"upload_directory_missing\";i:1617;s:26:\"upload_directory_read_only\";i:1618;s:11:\"uploaderror\";i:1619;s:23:\"upload-recreate-warning\";i:1620;s:10:\"uploadtext\";i:1621;s:16:\"upload-permitted\";i:1622;s:16:\"upload-preferred\";i:1623;s:17:\"upload-prohibited\";i:1624;s:13:\"uploadlogpage\";i:1625;s:17:\"uploadlogpagetext\";i:1626;s:8:\"filename\";i:1627;s:8:\"filedesc\";i:1628;s:17:\"fileuploadsummary\";i:1629;s:19:\"filereuploadsummary\";i:1630;s:10:\"filestatus\";i:1631;s:10:\"filesource\";i:1632;s:13:\"ignorewarning\";i:1633;s:14:\"ignorewarnings\";i:1634;s:10:\"minlength1\";i:1635;s:15:\"illegalfilename\";i:1636;s:16:\"filename-toolong\";i:1637;s:11:\"badfilename\";i:1638;s:22:\"filetype-mime-mismatch\";i:1639;s:16:\"filetype-badmime\";i:1640;s:20:\"filetype-bad-ie-mime\";i:1641;s:22:\"filetype-unwanted-type\";i:1642;s:20:\"filetype-banned-type\";i:1643;s:16:\"filetype-missing\";i:1644;s:10:\"empty-file\";i:1645;s:14:\"file-too-large\";i:1646;s:17:\"filename-tooshort\";i:1647;s:15:\"filetype-banned\";i:1648;s:18:\"verification-error\";i:1649;s:11:\"hookaborted\";i:1650;s:16:\"illegal-filename\";i:1651;s:9:\"overwrite\";i:1652;s:13:\"unknown-error\";i:1653;s:16:\"tmp-create-error\";i:1654;s:15:\"tmp-write-error\";i:1655;s:10:\"large-file\";i:1656;s:15:\"largefileserver\";i:1657;s:9:\"emptyfile\";i:1658;s:25:\"windows-nonascii-filename\";i:1659;s:10:\"fileexists\";i:1660;s:14:\"filepageexists\";i:1661;s:20:\"fileexists-extension\";i:1662;s:24:\"fileexists-thumbnail-yes\";i:1663;s:17:\"file-thumbnail-no\";i:1664;s:20:\"fileexists-forbidden\";i:1665;s:27:\"fileexists-shared-forbidden\";i:1666;s:20:\"fileexists-no-change\";i:1667;s:28:\"fileexists-duplicate-version\";i:1668;s:21:\"file-exists-duplicate\";i:1669;s:22:\"file-deleted-duplicate\";i:1670;s:30:\"file-deleted-duplicate-notitle\";i:1671;s:13:\"uploadwarning\";i:1672;s:18:\"uploadwarning-text\";i:1673;s:26:\"uploadwarning-text-nostash\";i:1674;s:8:\"savefile\";i:1675;s:14:\"uploaddisabled\";i:1676;s:18:\"copyuploaddisabled\";i:1677;s:18:\"uploaddisabledtext\";i:1678;s:22:\"php-uploaddisabledtext\";i:1679;s:14:\"uploadscripted\";i:1680;s:27:\"upload-scripted-pi-callback\";i:1681;s:19:\"upload-scripted-dtd\";i:1682;s:19:\"uploaded-script-svg\";i:1683;s:20:\"uploaded-hostile-svg\";i:1684;s:29:\"uploaded-event-handler-on-svg\";i:1685;s:27:\"uploaded-href-attribute-svg\";i:1686;s:31:\"uploaded-href-unsafe-target-svg\";i:1687;s:20:\"uploaded-animate-svg\";i:1688;s:34:\"uploaded-setting-event-handler-svg\";i:1689;s:25:\"uploaded-setting-href-svg\";i:1690;s:26:\"uploaded-wrong-setting-svg\";i:1691;s:28:\"uploaded-setting-handler-svg\";i:1692;s:23:\"uploaded-remote-url-svg\";i:1693;s:25:\"uploaded-image-filter-svg\";i:1694;s:23:\"uploadscriptednamespace\";i:1695;s:16:\"uploadinvalidxml\";i:1696;s:11:\"uploadvirus\";i:1697;s:13:\"upload-source\";i:1698;s:14:\"sourcefilename\";i:1699;s:9:\"sourceurl\";i:1700;s:12:\"destfilename\";i:1701;s:18:\"upload-maxfilesize\";i:1702;s:18:\"upload-description\";i:1703;s:14:\"upload-options\";i:1704;s:15:\"watchthisupload\";i:1705;s:14:\"filewasdeleted\";i:1706;s:19:\"filename-thumb-name\";i:1707;s:19:\"filename-bad-prefix\";i:1708;s:25:\"filename-prefix-blacklist\";i:1709;s:18:\"upload-proto-error\";i:1710;s:23:\"upload-proto-error-text\";i:1711;s:17:\"upload-file-error\";i:1712;s:22:\"upload-file-error-text\";i:1713;s:17:\"upload-misc-error\";i:1714;s:22:\"upload-misc-error-text\";i:1715;s:25:\"upload-too-many-redirects\";i:1716;s:17:\"upload-http-error\";i:1717;s:33:\"upload-copy-upload-invalid-domain\";i:1718;s:26:\"upload-foreign-cant-upload\";i:1719;s:31:\"upload-foreign-cant-load-config\";i:1720;s:22:\"upload-dialog-disabled\";i:1721;s:19:\"upload-dialog-title\";i:1722;s:27:\"upload-dialog-button-cancel\";i:1723;s:25:\"upload-dialog-button-back\";i:1724;s:25:\"upload-dialog-button-done\";i:1725;s:25:\"upload-dialog-button-save\";i:1726;s:27:\"upload-dialog-button-upload\";i:1727;s:32:\"upload-form-label-infoform-title\";i:1728;s:31:\"upload-form-label-infoform-name\";i:1729;s:39:\"upload-form-label-infoform-name-tooltip\";i:1730;s:38:\"upload-form-label-infoform-description\";i:1731;s:46:\"upload-form-label-infoform-description-tooltip\";i:1732;s:29:\"upload-form-label-usage-title\";i:1733;s:32:\"upload-form-label-usage-filename\";i:1734;s:26:\"upload-form-label-own-work\";i:1735;s:37:\"upload-form-label-infoform-categories\";i:1736;s:31:\"upload-form-label-infoform-date\";i:1737;s:48:\"upload-form-label-own-work-message-generic-local\";i:1738;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1739;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1740;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1741;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1742;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1743;s:19:\"backend-fail-stream\";i:1744;s:19:\"backend-fail-backup\";i:1745;s:22:\"backend-fail-notexists\";i:1746;s:19:\"backend-fail-hashes\";i:1747;s:18:\"backend-fail-sizes\";i:1748;s:20:\"backend-fail-notsame\";i:1749;s:24:\"backend-fail-invalidpath\";i:1750;s:19:\"backend-fail-delete\";i:1751;s:21:\"backend-fail-describe\";i:1752;s:26:\"backend-fail-alreadyexists\";i:1753;s:18:\"backend-fail-store\";i:1754;s:17:\"backend-fail-copy\";i:1755;s:17:\"backend-fail-move\";i:1756;s:21:\"backend-fail-opentemp\";i:1757;s:22:\"backend-fail-writetemp\";i:1758;s:22:\"backend-fail-closetemp\";i:1759;s:17:\"backend-fail-read\";i:1760;s:19:\"backend-fail-create\";i:1761;s:20:\"backend-fail-maxsize\";i:1762;s:21:\"backend-fail-readonly\";i:1763;s:19:\"backend-fail-synced\";i:1764;s:20:\"backend-fail-connect\";i:1765;s:21:\"backend-fail-internal\";i:1766;s:24:\"backend-fail-contenttype\";i:1767;s:22:\"backend-fail-batchsize\";i:1768;s:19:\"backend-fail-usable\";i:1769;s:17:\"backend-fail-stat\";i:1770;s:17:\"backend-fail-hash\";i:1771;s:21:\"lockmanager-notlocked\";i:1772;s:26:\"lockmanager-fail-closelock\";i:1773;s:27:\"lockmanager-fail-deletelock\";i:1774;s:28:\"lockmanager-fail-acquirelock\";i:1775;s:25:\"lockmanager-fail-openlock\";i:1776;s:28:\"lockmanager-fail-releaselock\";i:1777;s:26:\"lockmanager-fail-db-bucket\";i:1778;s:27:\"lockmanager-fail-db-release\";i:1779;s:28:\"lockmanager-fail-svr-acquire\";i:1780;s:28:\"lockmanager-fail-svr-release\";i:1781;s:25:\"lockmanager-fail-conflict\";i:1782;s:19:\"zip-file-open-error\";i:1783;s:16:\"zip-wrong-format\";i:1784;s:7:\"zip-bad\";i:1785;s:15:\"zip-unsupported\";i:1786;s:11:\"uploadstash\";i:1787;s:19:\"uploadstash-summary\";i:1788;s:17:\"uploadstash-clear\";i:1789;s:19:\"uploadstash-nofiles\";i:1790;s:20:\"uploadstash-badtoken\";i:1791;s:20:\"uploadstash-errclear\";i:1792;s:19:\"uploadstash-refresh\";i:1793;s:21:\"uploadstash-thumbnail\";i:1794;s:21:\"uploadstash-exception\";i:1795;s:20:\"uploadstash-bad-path\";i:1796;s:28:\"uploadstash-bad-path-invalid\";i:1797;s:33:\"uploadstash-bad-path-unknown-type\";i:1798;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1799;s:31:\"uploadstash-bad-path-no-handler\";i:1800;s:31:\"uploadstash-bad-path-bad-format\";i:1801;s:26:\"uploadstash-file-not-found\";i:1802;s:35:\"uploadstash-file-not-found-no-thumb\";i:1803;s:40:\"uploadstash-file-not-found-no-local-path\";i:1804;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1805;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1806;s:37:\"uploadstash-file-not-found-not-exists\";i:1807;s:26:\"uploadstash-file-too-large\";i:1808;s:25:\"uploadstash-not-logged-in\";i:1809;s:23:\"uploadstash-wrong-owner\";i:1810;s:23:\"uploadstash-no-such-key\";i:1811;s:23:\"uploadstash-zero-length\";i:1812;s:20:\"invalid-chunk-offset\";i:1813;s:21:\"img-auth-accessdenied\";i:1814;s:17:\"img-auth-notindir\";i:1815;s:17:\"img-auth-badtitle\";i:1816;s:15:\"img-auth-nofile\";i:1817;s:14:\"img-auth-isdir\";i:1818;s:18:\"img-auth-streaming\";i:1819;s:15:\"img-auth-public\";i:1820;s:15:\"img-auth-noread\";i:1821;s:16:\"http-invalid-url\";i:1822;s:19:\"http-invalid-scheme\";i:1823;s:18:\"http-request-error\";i:1824;s:15:\"http-read-error\";i:1825;s:14:\"http-timed-out\";i:1826;s:15:\"http-curl-error\";i:1827;s:15:\"http-bad-status\";i:1828;s:19:\"http-internal-error\";i:1829;s:18:\"upload-curl-error6\";i:1830;s:23:\"upload-curl-error6-text\";i:1831;s:19:\"upload-curl-error28\";i:1832;s:24:\"upload-curl-error28-text\";i:1833;s:7:\"license\";i:1834;s:14:\"license-header\";i:1835;s:9:\"nolicense\";i:1836;s:13:\"licenses-edit\";i:1837;s:17:\"license-nopreview\";i:1838;s:17:\"upload_source_url\";i:1839;s:18:\"upload_source_file\";i:1840;s:16:\"listfiles-delete\";i:1841;s:17:\"listfiles-summary\";i:1842;s:26:\"listfiles-userdoesnotexist\";i:1843;s:7:\"imgfile\";i:1844;s:9:\"listfiles\";i:1845;s:17:\"listfiles_subpage\";i:1846;s:15:\"listfiles_thumb\";i:1847;s:14:\"listfiles_date\";i:1848;s:14:\"listfiles_name\";i:1849;s:14:\"listfiles_user\";i:1850;s:14:\"listfiles_size\";i:1851;s:21:\"listfiles_description\";i:1852;s:15:\"listfiles_count\";i:1853;s:18:\"listfiles-show-all\";i:1854;s:23:\"listfiles-latestversion\";i:1855;s:27:\"listfiles-latestversion-yes\";i:1856;s:26:\"listfiles-latestversion-no\";i:1857;s:16:\"file-anchor-link\";i:1858;s:8:\"filehist\";i:1859;s:13:\"filehist-help\";i:1860;s:18:\"filehist-deleteall\";i:1861;s:18:\"filehist-deleteone\";i:1862;s:15:\"filehist-revert\";i:1863;s:16:\"filehist-current\";i:1864;s:17:\"filehist-datetime\";i:1865;s:14:\"filehist-thumb\";i:1866;s:18:\"filehist-thumbtext\";i:1867;s:16:\"filehist-nothumb\";i:1868;s:13:\"filehist-user\";i:1869;s:19:\"filehist-dimensions\";i:1870;s:17:\"filehist-filesize\";i:1871;s:16:\"filehist-comment\";i:1872;s:10:\"imagelinks\";i:1873;s:12:\"linkstoimage\";i:1874;s:17:\"linkstoimage-more\";i:1875;s:14:\"nolinkstoimage\";i:1876;s:16:\"morelinkstoimage\";i:1877;s:21:\"linkstoimage-redirect\";i:1878;s:16:\"duplicatesoffile\";i:1879;s:12:\"sharedupload\";i:1880;s:23:\"sharedupload-desc-there\";i:1881;s:22:\"sharedupload-desc-here\";i:1882;s:22:\"sharedupload-desc-edit\";i:1883;s:24:\"sharedupload-desc-create\";i:1884;s:15:\"filepage-nofile\";i:1885;s:20:\"filepage-nofile-link\";i:1886;s:25:\"uploadnewversion-linktext\";i:1887;s:16:\"shared-repo-from\";i:1888;s:11:\"shared-repo\";i:1889;s:12:\"filepage.css\";i:1890;s:22:\"upload-disallowed-here\";i:1891;s:10:\"filerevert\";i:1892;s:17:\"filerevert-legend\";i:1893;s:16:\"filerevert-intro\";i:1894;s:18:\"filerevert-comment\";i:1895;s:25:\"filerevert-defaultcomment\";i:1896;s:17:\"filerevert-submit\";i:1897;s:18:\"filerevert-success\";i:1898;s:21:\"filerevert-badversion\";i:1899;s:20:\"filerevert-identical\";i:1900;s:10:\"filedelete\";i:1901;s:17:\"filedelete-legend\";i:1902;s:16:\"filedelete-intro\";i:1903;s:20:\"filedelete-intro-old\";i:1904;s:18:\"filedelete-comment\";i:1905;s:17:\"filedelete-submit\";i:1906;s:18:\"filedelete-success\";i:1907;s:22:\"filedelete-success-old\";i:1908;s:17:\"filedelete-nofile\";i:1909;s:21:\"filedelete-nofile-old\";i:1910;s:22:\"filedelete-otherreason\";i:1911;s:27:\"filedelete-reason-otherlist\";i:1912;s:26:\"filedelete-reason-dropdown\";i:1913;s:26:\"filedelete-edit-reasonlist\";i:1914;s:35:\"filedelete-edit-reasonlist-suppress\";i:1915;s:22:\"filedelete-maintenance\";i:1916;s:28:\"filedelete-maintenance-title\";i:1917;s:10:\"mimesearch\";i:1918;s:18:\"mimesearch-summary\";i:1919;s:8:\"mimetype\";i:1920;s:8:\"download\";i:1921;s:14:\"unwatchedpages\";i:1922;s:13:\"listredirects\";i:1923;s:19:\"listduplicatedfiles\";i:1924;s:27:\"listduplicatedfiles-summary\";i:1925;s:25:\"listduplicatedfiles-entry\";i:1926;s:15:\"unusedtemplates\";i:1927;s:19:\"unusedtemplatestext\";i:1928;s:18:\"unusedtemplateswlh\";i:1929;s:10:\"randompage\";i:1930;s:18:\"randompage-nopages\";i:1931;s:16:\"randomincategory\";i:1932;s:32:\"randomincategory-invalidcategory\";i:1933;s:24:\"randomincategory-nopages\";i:1934;s:25:\"randomincategory-category\";i:1935;s:23:\"randomincategory-legend\";i:1936;s:23:\"randomincategory-submit\";i:1937;s:14:\"randomredirect\";i:1938;s:22:\"randomredirect-nopages\";i:1939;s:10:\"statistics\";i:1940;s:23:\"statistics-header-pages\";i:1941;s:23:\"statistics-header-edits\";i:1942;s:23:\"statistics-header-users\";i:1943;s:23:\"statistics-header-hooks\";i:1944;s:19:\"statistics-articles\";i:1945;s:16:\"statistics-pages\";i:1946;s:21:\"statistics-pages-desc\";i:1947;s:16:\"statistics-files\";i:1948;s:16:\"statistics-edits\";i:1949;s:24:\"statistics-edits-average\";i:1950;s:16:\"statistics-users\";i:1951;s:23:\"statistics-users-active\";i:1952;s:28:\"statistics-users-active-desc\";i:1953;s:13:\"pageswithprop\";i:1954;s:20:\"pageswithprop-legend\";i:1955;s:18:\"pageswithprop-text\";i:1956;s:18:\"pageswithprop-prop\";i:1957;s:21:\"pageswithprop-reverse\";i:1958;s:25:\"pageswithprop-sortbyvalue\";i:1959;s:20:\"pageswithprop-submit\";i:1960;s:29:\"pageswithprop-prophidden-long\";i:1961;s:31:\"pageswithprop-prophidden-binary\";i:1962;s:15:\"doubleredirects\";i:1963;s:19:\"doubleredirectstext\";i:1964;s:26:\"double-redirect-fixed-move\";i:1965;s:33:\"double-redirect-fixed-maintenance\";i:1966;s:21:\"double-redirect-fixer\";i:1967;s:15:\"brokenredirects\";i:1968;s:19:\"brokenredirectstext\";i:1969;s:20:\"brokenredirects-edit\";i:1970;s:22:\"brokenredirects-delete\";i:1971;s:16:\"withoutinterwiki\";i:1972;s:24:\"withoutinterwiki-summary\";i:1973;s:23:\"withoutinterwiki-legend\";i:1974;s:23:\"withoutinterwiki-submit\";i:1975;s:15:\"fewestrevisions\";i:1976;s:6:\"nbytes\";i:1977;s:11:\"ncategories\";i:1978;s:11:\"ninterwikis\";i:1979;s:6:\"nlinks\";i:1980;s:8:\"nmembers\";i:1981;s:15:\"nmemberschanged\";i:1982;s:10:\"nrevisions\";i:1983;s:11:\"nimagelinks\";i:1984;s:14:\"ntransclusions\";i:1985;s:17:\"specialpage-empty\";i:1986;s:11:\"lonelypages\";i:1987;s:15:\"lonelypagestext\";i:1988;s:18:\"uncategorizedpages\";i:1989;s:23:\"uncategorizedcategories\";i:1990;s:19:\"uncategorizedimages\";i:1991;s:22:\"uncategorizedtemplates\";i:1992;s:38:\"uncategorized-categories-exceptionlist\";i:1993;s:16:\"unusedcategories\";i:1994;s:12:\"unusedimages\";i:1995;s:16:\"wantedcategories\";i:1996;s:11:\"wantedpages\";i:1997;s:19:\"wantedpages-summary\";i:1998;s:20:\"wantedpages-badtitle\";i:1999;s:11:\"wantedfiles\";i:2000;s:18:\"wantedfiletext-cat\";i:2001;s:28:\"wantedfiletext-cat-noforeign\";i:2002;s:20:\"wantedfiletext-nocat\";i:2003;s:30:\"wantedfiletext-nocat-noforeign\";i:2004;s:15:\"wantedtemplates\";i:2005;s:10:\"mostlinked\";i:2006;s:20:\"mostlinkedcategories\";i:2007;s:19:\"mostlinkedtemplates\";i:2008;s:14:\"mostcategories\";i:2009;s:10:\"mostimages\";i:2010;s:14:\"mostinterwikis\";i:2011;s:13:\"mostrevisions\";i:2012;s:11:\"prefixindex\";i:2013;s:21:\"prefixindex-namespace\";i:2014;s:18:\"prefixindex-submit\";i:2015;s:17:\"prefixindex-strip\";i:2016;s:10:\"shortpages\";i:2017;s:9:\"longpages\";i:2018;s:12:\"deadendpages\";i:2019;s:16:\"deadendpagestext\";i:2020;s:14:\"protectedpages\";i:2021;s:22:\"protectedpages-filters\";i:2022;s:20:\"protectedpages-indef\";i:2023;s:22:\"protectedpages-summary\";i:2024;s:22:\"protectedpages-cascade\";i:2025;s:25:\"protectedpages-noredirect\";i:2026;s:32:\"cachedspecial-viewing-cached-ttl\";i:2027;s:19:\"protectedpagesempty\";i:2028;s:24:\"protectedpages-timestamp\";i:2029;s:19:\"protectedpages-page\";i:2030;s:21:\"protectedpages-expiry\";i:2031;s:24:\"protectedpages-performer\";i:2032;s:21:\"protectedpages-params\";i:2033;s:21:\"protectedpages-reason\";i:2034;s:21:\"protectedpages-submit\";i:2035;s:32:\"protectedpages-unknown-timestamp\";i:2036;s:32:\"protectedpages-unknown-performer\";i:2037;s:15:\"protectedtitles\";i:2038;s:23:\"protectedtitles-summary\";i:2039;s:20:\"protectedtitlesempty\";i:2040;s:22:\"protectedtitles-submit\";i:2041;s:9:\"listusers\";i:2042;s:19:\"listusers-editsonly\";i:2043;s:29:\"listusers-temporarygroupsonly\";i:2044;s:22:\"listusers-creationsort\";i:2045;s:14:\"listusers-desc\";i:2046;s:13:\"usereditcount\";i:2047;s:11:\"usercreated\";i:2048;s:8:\"newpages\";i:2049;s:15:\"newpages-submit\";i:2050;s:17:\"newpages-username\";i:2051;s:12:\"ancientpages\";i:2052;s:4:\"move\";i:2053;s:12:\"movethispage\";i:2054;s:16:\"unusedimagestext\";i:2055;s:37:\"unusedimagestext-categorizedimgisused\";i:2056;s:20:\"unusedcategoriestext\";i:2057;s:13:\"notargettitle\";i:2058;s:12:\"notargettext\";i:2059;s:11:\"nopagetitle\";i:2060;s:10:\"nopagetext\";i:2061;s:13:\"pager-newer-n\";i:2062;s:13:\"pager-older-n\";i:2063;s:8:\"suppress\";i:2064;s:18:\"querypage-disabled\";i:2065;s:7:\"apihelp\";i:2066;s:22:\"apihelp-no-such-module\";i:2067;s:10:\"apisandbox\";i:2068;s:17:\"apisandbox-jsonly\";i:2069;s:16:\"apisandbox-intro\";i:2070;s:17:\"apisandbox-submit\";i:2071;s:16:\"apisandbox-reset\";i:2072;s:16:\"apisandbox-retry\";i:2073;s:18:\"apisandbox-loading\";i:2074;s:21:\"apisandbox-load-error\";i:2075;s:24:\"apisandbox-no-parameters\";i:2076;s:19:\"apisandbox-helpurls\";i:2077;s:19:\"apisandbox-examples\";i:2078;s:29:\"apisandbox-dynamic-parameters\";i:2079;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2080;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2081;s:31:\"apisandbox-dynamic-error-exists\";i:2082;s:37:\"apisandbox-templated-parameter-reason\";i:2083;s:32:\"apisandbox-deprecated-parameters\";i:2084;s:22:\"apisandbox-fetch-token\";i:2085;s:20:\"apisandbox-add-multi\";i:2086;s:38:\"apisandbox-submit-invalid-fields-title\";i:2087;s:40:\"apisandbox-submit-invalid-fields-message\";i:2088;s:18:\"apisandbox-results\";i:2089;s:26:\"apisandbox-sending-request\";i:2090;s:26:\"apisandbox-loading-results\";i:2091;s:24:\"apisandbox-results-error\";i:2092;s:35:\"apisandbox-results-login-suppressed\";i:2093;s:37:\"apisandbox-request-selectformat-label\";i:2094;s:35:\"apisandbox-request-format-url-label\";i:2095;s:28:\"apisandbox-request-url-label\";i:2096;s:29:\"apisandbox-request-json-label\";i:2097;s:35:\"apisandbox-request-format-php-label\";i:2098;s:28:\"apisandbox-request-php-label\";i:2099;s:23:\"apisandbox-request-time\";i:2100;s:27:\"apisandbox-results-fixtoken\";i:2101;s:32:\"apisandbox-results-fixtoken-fail\";i:2102;s:21:\"apisandbox-alert-page\";i:2103;s:22:\"apisandbox-alert-field\";i:2104;s:19:\"apisandbox-continue\";i:2105;s:25:\"apisandbox-continue-clear\";i:2106;s:24:\"apisandbox-continue-help\";i:2107;s:22:\"apisandbox-param-limit\";i:2108;s:36:\"apisandbox-multivalue-all-namespaces\";i:2109;s:32:\"apisandbox-multivalue-all-values\";i:2110;s:11:\"booksources\";i:2111;s:25:\"booksources-search-legend\";i:2112;s:18:\"booksources-search\";i:2113;s:16:\"booksources-text\";i:2114;s:24:\"booksources-invalid-isbn\";i:2115;s:22:\"magiclink-tracking-rfc\";i:2116;s:27:\"magiclink-tracking-rfc-desc\";i:2117;s:23:\"magiclink-tracking-pmid\";i:2118;s:28:\"magiclink-tracking-pmid-desc\";i:2119;s:23:\"magiclink-tracking-isbn\";i:2120;s:28:\"magiclink-tracking-isbn-desc\";i:2121;s:19:\"specialloguserlabel\";i:2122;s:20:\"speciallogtitlelabel\";i:2123;s:3:\"log\";i:2124;s:20:\"logeventslist-submit\";i:2125;s:26:\"logeventslist-more-filters\";i:2126;s:24:\"logeventslist-patrol-log\";i:2127;s:21:\"logeventslist-tag-log\";i:2128;s:26:\"logeventslist-newusers-log\";i:2129;s:13:\"all-logs-page\";i:2130;s:11:\"alllogstext\";i:2131;s:8:\"logempty\";i:2132;s:18:\"log-title-wildcard\";i:2133;s:26:\"showhideselectedlogentries\";i:2134;s:13:\"log-edit-tags\";i:2135;s:15:\"checkbox-select\";i:2136;s:12:\"checkbox-all\";i:2137;s:13:\"checkbox-none\";i:2138;s:15:\"checkbox-invert\";i:2139;s:8:\"allpages\";i:2140;s:8:\"nextpage\";i:2141;s:8:\"prevpage\";i:2142;s:12:\"allpagesfrom\";i:2143;s:10:\"allpagesto\";i:2144;s:11:\"allarticles\";i:2145;s:14:\"allinnamespace\";i:2146;s:14:\"allpagessubmit\";i:2147;s:14:\"allpagesprefix\";i:2148;s:16:\"allpagesbadtitle\";i:2149;s:15:\"allpages-bad-ns\";i:2150;s:23:\"allpages-hide-redirects\";i:2151;s:10:\"categories\";i:2152;s:17:\"categories-submit\";i:2153;s:18:\"categoriespagetext\";i:2154;s:14:\"categoriesfrom\";i:2155;s:20:\"deletedcontributions\";i:2156;s:26:\"deletedcontributions-title\";i:2157;s:32:\"sp-deletedcontributions-contribs\";i:2158;s:10:\"linksearch\";i:2159;s:14:\"linksearch-pat\";i:2160;s:13:\"linksearch-ns\";i:2161;s:13:\"linksearch-ok\";i:2162;s:15:\"linksearch-text\";i:2163;s:15:\"linksearch-line\";i:2164;s:16:\"linksearch-error\";i:2165;s:13:\"listusersfrom\";i:2166;s:16:\"listusers-submit\";i:2167;s:18:\"listusers-noresult\";i:2168;s:17:\"listusers-blocked\";i:2169;s:11:\"activeusers\";i:2170;s:17:\"activeusers-intro\";i:2171;s:17:\"activeusers-count\";i:2172;s:16:\"activeusers-from\";i:2173;s:18:\"activeusers-groups\";i:2174;s:25:\"activeusers-excludegroups\";i:2175;s:20:\"activeusers-noresult\";i:2176;s:18:\"activeusers-submit\";i:2177;s:15:\"listgrouprights\";i:2178;s:23:\"listgrouprights-summary\";i:2179;s:19:\"listgrouprights-key\";i:2180;s:21:\"listgrouprights-group\";i:2181;s:22:\"listgrouprights-rights\";i:2182;s:24:\"listgrouprights-helppage\";i:2183;s:23:\"listgrouprights-members\";i:2184;s:24:\"listgrouprights-addgroup\";i:2185;s:27:\"listgrouprights-removegroup\";i:2186;s:28:\"listgrouprights-addgroup-all\";i:2187;s:31:\"listgrouprights-removegroup-all\";i:2188;s:29:\"listgrouprights-addgroup-self\";i:2189;s:32:\"listgrouprights-removegroup-self\";i:2190;s:33:\"listgrouprights-addgroup-self-all\";i:2191;s:36:\"listgrouprights-removegroup-self-all\";i:2192;s:42:\"listgrouprights-namespaceprotection-header\";i:2193;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2194;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2195;s:10:\"listgrants\";i:2196;s:18:\"listgrants-summary\";i:2197;s:16:\"listgrants-grant\";i:2198;s:17:\"listgrants-rights\";i:2199;s:18:\"trackingcategories\";i:2200;s:26:\"trackingcategories-summary\";i:2201;s:22:\"trackingcategories-msg\";i:2202;s:23:\"trackingcategories-name\";i:2203;s:23:\"trackingcategories-desc\";i:2204;s:31:\"restricted-displaytitle-ignored\";i:2205;s:36:\"restricted-displaytitle-ignored-desc\";i:2206;s:20:\"nonnumeric-formatnum\";i:2207;s:25:\"nonnumeric-formatnum-desc\";i:2208;s:21:\"noindex-category-desc\";i:2209;s:19:\"index-category-desc\";i:2210;s:44:\"post-expand-template-inclusion-category-desc\";i:2211;s:43:\"post-expand-template-argument-category-desc\";i:2212;s:38:\"expensive-parserfunction-category-desc\";i:2213;s:25:\"broken-file-category-desc\";i:2214;s:29:\"hidden-category-category-desc\";i:2215;s:25:\"trackingcategories-nodesc\";i:2216;s:27:\"trackingcategories-disabled\";i:2217;s:11:\"mailnologin\";i:2218;s:15:\"mailnologintext\";i:2219;s:9:\"emailuser\";i:2220;s:22:\"emailuser-title-target\";i:2221;s:24:\"emailuser-title-notarget\";i:2222;s:13:\"emailpagetext\";i:2223;s:15:\"defemailsubject\";i:2224;s:16:\"usermaildisabled\";i:2225;s:20:\"usermaildisabledtext\";i:2226;s:12:\"noemailtitle\";i:2227;s:11:\"noemailtext\";i:2228;s:15:\"nowikiemailtext\";i:2229;s:13:\"emailnotarget\";i:2230;s:11:\"emailtarget\";i:2231;s:13:\"emailusername\";i:2232;s:19:\"emailusernamesubmit\";i:2233;s:12:\"email-legend\";i:2234;s:9:\"emailfrom\";i:2235;s:7:\"emailto\";i:2236;s:12:\"emailsubject\";i:2237;s:12:\"emailmessage\";i:2238;s:9:\"emailsend\";i:2239;s:9:\"emailccme\";i:2240;s:14:\"emailccsubject\";i:2241;s:9:\"emailsent\";i:2242;s:13:\"emailsenttext\";i:2243;s:15:\"emailuserfooter\";i:2244;s:19:\"usermessage-summary\";i:2245;s:18:\"usermessage-editor\";i:2246;s:20:\"usermessage-template\";i:2247;s:9:\"watchlist\";i:2248;s:11:\"mywatchlist\";i:2249;s:13:\"watchlistfor2\";i:2250;s:11:\"nowatchlist\";i:2251;s:17:\"watchlistanontext\";i:2252;s:12:\"watchnologin\";i:2253;s:21:\"watchlistnotwatchable\";i:2254;s:8:\"addwatch\";i:2255;s:15:\"updatewatchlist\";i:2256;s:14:\"addedwatchtext\";i:2257;s:19:\"addedwatchtext-talk\";i:2258;s:20:\"addedwatchtext-short\";i:2259;s:30:\"addedwatchexpiry-options-label\";i:2260;s:21:\"addedwatchexpiryhours\";i:2261;s:26:\"addedwatchexpiryhours-talk\";i:2262;s:20:\"addedwatchexpirytext\";i:2263;s:25:\"addedwatchexpirytext-talk\";i:2264;s:26:\"addedwatchindefinitelytext\";i:2265;s:31:\"addedwatchindefinitelytext-talk\";i:2266;s:11:\"removewatch\";i:2267;s:16:\"removedwatchtext\";i:2268;s:21:\"removedwatchtext-talk\";i:2269;s:22:\"removedwatchtext-short\";i:2270;s:5:\"watch\";i:2271;s:13:\"watchthispage\";i:2272;s:7:\"unwatch\";i:2273;s:15:\"unwatchthispage\";i:2274;s:12:\"notanarticle\";i:2275;s:13:\"notvisiblerev\";i:2276;s:17:\"watchlist-details\";i:2277;s:26:\"watchlist-expiry-days-left\";i:2278;s:33:\"watchlist-expiring-days-full-text\";i:2279;s:27:\"watchlist-expiry-hours-left\";i:2280;s:34:\"watchlist-expiring-hours-full-text\";i:2281;s:15:\"wlheader-enotif\";i:2282;s:20:\"wlheader-showupdated\";i:2283;s:6:\"wlnote\";i:2284;s:14:\"watchlist-hide\";i:2285;s:16:\"watchlist-submit\";i:2286;s:10:\"wlshowtime\";i:2287;s:15:\"wlshowhideminor\";i:2288;s:14:\"wlshowhidebots\";i:2289;s:13:\"wlshowhideliu\";i:2290;s:15:\"wlshowhideanons\";i:2291;s:14:\"wlshowhidepatr\";i:2292;s:14:\"wlshowhidemine\";i:2293;s:24:\"wlshowhidecategorization\";i:2294;s:17:\"watchlist-options\";i:2295;s:8:\"watching\";i:2296;s:10:\"unwatching\";i:2297;s:12:\"enotif_reset\";i:2298;s:28:\"enotif_impersonal_salutation\";i:2299;s:22:\"enotif_subject_deleted\";i:2300;s:22:\"enotif_subject_created\";i:2301;s:20:\"enotif_subject_moved\";i:2302;s:23:\"enotif_subject_restored\";i:2303;s:22:\"enotif_subject_changed\";i:2304;s:25:\"enotif_body_intro_deleted\";i:2305;s:25:\"enotif_body_intro_created\";i:2306;s:23:\"enotif_body_intro_moved\";i:2307;s:26:\"enotif_body_intro_restored\";i:2308;s:25:\"enotif_body_intro_changed\";i:2309;s:18:\"enotif_lastvisited\";i:2310;s:15:\"enotif_lastdiff\";i:2311;s:18:\"enotif_anon_editor\";i:2312;s:11:\"enotif_body\";i:2313;s:16:\"enotif_minoredit\";i:2314;s:7:\"created\";i:2315;s:7:\"changed\";i:2316;s:21:\"deletepage-deletetalk\";i:2317;s:17:\"deletepage-submit\";i:2318;s:7:\"confirm\";i:2319;s:9:\"excontent\";i:2320;s:15:\"excontentauthor\";i:2321;s:13:\"exbeforeblank\";i:2322;s:14:\"delete-confirm\";i:2323;s:13:\"delete-legend\";i:2324;s:26:\"delete-talk-summary-prefix\";i:2325;s:14:\"historywarning\";i:2326;s:20:\"historyaction-submit\";i:2327;s:17:\"confirmdeletetext\";i:2328;s:14:\"actioncomplete\";i:2329;s:12:\"actionfailed\";i:2330;s:11:\"deletedtext\";i:2331;s:25:\"deleted-page-and-talkpage\";i:2332;s:10:\"dellogpage\";i:2333;s:14:\"dellogpagetext\";i:2334;s:11:\"deletionlog\";i:2335;s:15:\"log-name-create\";i:2336;s:22:\"log-description-create\";i:2337;s:22:\"logentry-create-create\";i:2338;s:8:\"reverted\";i:2339;s:13:\"deletecomment\";i:2340;s:17:\"deleteotherreason\";i:2341;s:21:\"deletereasonotherlist\";i:2342;s:21:\"deletereason-dropdown\";i:2343;s:22:\"delete-edit-reasonlist\";i:2344;s:31:\"delete-edit-reasonlist-suppress\";i:2345;s:13:\"delete-toobig\";i:2346;s:23:\"delete-toomanyrevisions\";i:2347;s:21:\"delete-warning-toobig\";i:2348;s:35:\"delete-error-associated-alreadytalk\";i:2349;s:36:\"delete-error-associated-doesnotexist\";i:2350;s:15:\"deleteprotected\";i:2351;s:26:\"deleting-backlinks-warning\";i:2352;s:25:\"deleting-subpages-warning\";i:2353;s:34:\"deleting-talkpage-subpages-warning\";i:2354;s:8:\"rollback\";i:2355;s:29:\"rollback-confirmation-confirm\";i:2356;s:25:\"rollback-confirmation-yes\";i:2357;s:24:\"rollback-confirmation-no\";i:2358;s:12:\"rollbacklink\";i:2359;s:17:\"rollbacklinkcount\";i:2360;s:26:\"rollbacklinkcount-morethan\";i:2361;s:14:\"rollbackfailed\";i:2362;s:21:\"rollback-missingparam\";i:2363;s:24:\"rollback-missingrevision\";i:2364;s:12:\"cantrollback\";i:2365;s:13:\"alreadyrolled\";i:2366;s:11:\"editcomment\";i:2367;s:10:\"revertpage\";i:2368;s:15:\"revertpage-anon\";i:2369;s:17:\"revertpage-nouser\";i:2370;s:16:\"rollback-success\";i:2371;s:20:\"sessionfailure-title\";i:2372;s:14:\"sessionfailure\";i:2373;s:18:\"changecontentmodel\";i:2374;s:25:\"changecontentmodel-legend\";i:2375;s:30:\"changecontentmodel-title-label\";i:2376;s:32:\"changecontentmodel-current-label\";i:2377;s:30:\"changecontentmodel-model-label\";i:2378;s:31:\"changecontentmodel-reason-label\";i:2379;s:25:\"changecontentmodel-submit\";i:2380;s:32:\"changecontentmodel-success-title\";i:2381;s:31:\"changecontentmodel-success-text\";i:2382;s:33:\"changecontentmodel-cannot-convert\";i:2383;s:34:\"changecontentmodel-nodirectediting\";i:2384;s:36:\"changecontentmodel-emptymodels-title\";i:2385;s:35:\"changecontentmodel-emptymodels-text\";i:2386;s:21:\"log-name-contentmodel\";i:2387;s:28:\"log-description-contentmodel\";i:2388;s:25:\"logentry-contentmodel-new\";i:2389;s:28:\"logentry-contentmodel-change\";i:2390;s:39:\"logentry-contentmodel-change-revertlink\";i:2391;s:35:\"logentry-contentmodel-change-revert\";i:2392;s:14:\"protectlogpage\";i:2393;s:14:\"protectlogtext\";i:2394;s:24:\"protectedarticle-comment\";i:2395;s:33:\"modifiedarticleprotection-comment\";i:2396;s:26:\"unprotectedarticle-comment\";i:2397;s:13:\"protect-title\";i:2398;s:24:\"protect-title-notallowed\";i:2399;s:14:\"prot_1movedto2\";i:2400;s:26:\"protect-badnamespace-title\";i:2401;s:25:\"protect-badnamespace-text\";i:2402;s:31:\"protect-norestrictiontypes-text\";i:2403;s:32:\"protect-norestrictiontypes-title\";i:2404;s:14:\"protect-legend\";i:2405;s:14:\"protectcomment\";i:2406;s:13:\"protectexpiry\";i:2407;s:22:\"protect_expiry_invalid\";i:2408;s:18:\"protect_expiry_old\";i:2409;s:27:\"protect-unchain-permissions\";i:2410;s:12:\"protect-text\";i:2411;s:22:\"protect-locked-blocked\";i:2412;s:21:\"protect-locked-dblock\";i:2413;s:21:\"protect-locked-access\";i:2414;s:17:\"protect-cascadeon\";i:2415;s:15:\"protect-default\";i:2416;s:16:\"protect-fallback\";i:2417;s:27:\"protect-level-autoconfirmed\";i:2418;s:19:\"protect-level-sysop\";i:2419;s:23:\"protect-summary-cascade\";i:2420;s:16:\"protect-expiring\";i:2421;s:22:\"protect-expiring-local\";i:2422;s:25:\"protect-expiry-indefinite\";i:2423;s:15:\"protect-cascade\";i:2424;s:16:\"protect-cantedit\";i:2425;s:17:\"protect-othertime\";i:2426;s:20:\"protect-othertime-op\";i:2427;s:23:\"protect-existing-expiry\";i:2428;s:32:\"protect-existing-expiry-infinity\";i:2429;s:19:\"protect-otherreason\";i:2430;s:22:\"protect-otherreason-op\";i:2431;s:16:\"protect-dropdown\";i:2432;s:23:\"protect-edit-reasonlist\";i:2433;s:22:\"protect-expiry-options\";i:2434;s:16:\"restriction-type\";i:2435;s:17:\"restriction-level\";i:2436;s:12:\"minimum-size\";i:2437;s:12:\"maximum-size\";i:2438;s:8:\"pagesize\";i:2439;s:16:\"restriction-edit\";i:2440;s:16:\"restriction-move\";i:2441;s:18:\"restriction-create\";i:2442;s:18:\"restriction-upload\";i:2443;s:23:\"restriction-level-sysop\";i:2444;s:31:\"restriction-level-autoconfirmed\";i:2445;s:21:\"restriction-level-all\";i:2446;s:8:\"undelete\";i:2447;s:12:\"undeletepage\";i:2448;s:17:\"undeletepagetitle\";i:2449;s:15:\"viewdeletedpage\";i:2450;s:23:\"skin-action-viewdeleted\";i:2451;s:16:\"undeletepagetext\";i:2452;s:23:\"undelete-fieldset-title\";i:2453;s:17:\"undeleteextrahelp\";i:2454;s:17:\"undeleterevisions\";i:2455;s:15:\"undeletehistory\";i:2456;s:14:\"undeleterevdel\";i:2457;s:22:\"undeletehistorynoadmin\";i:2458;s:17:\"undelete-revision\";i:2459;s:24:\"undeleterevision-missing\";i:2460;s:32:\"undeleterevision-duplicate-revid\";i:2461;s:15:\"undelete-nodiff\";i:2462;s:11:\"undeletebtn\";i:2463;s:12:\"undeletelink\";i:2464;s:16:\"undeleteviewlink\";i:2465;s:21:\"undelete-undeletetalk\";i:2466;s:14:\"undeleteinvert\";i:2467;s:15:\"undeletecomment\";i:2468;s:14:\"cannotundelete\";i:2469;s:13:\"undeletedpage\";i:2470;s:15:\"undelete-header\";i:2471;s:21:\"undelete-search-title\";i:2472;s:19:\"undelete-search-box\";i:2473;s:22:\"undelete-search-prefix\";i:2474;s:20:\"undelete-search-full\";i:2475;s:22:\"undelete-search-submit\";i:2476;s:19:\"undelete-no-results\";i:2477;s:26:\"undelete-filename-mismatch\";i:2478;s:22:\"undelete-bad-store-key\";i:2479;s:22:\"undelete-cleanup-error\";i:2480;s:28:\"undelete-missing-filearchive\";i:2481;s:28:\"undelete-talk-summary-prefix\";i:2482;s:14:\"undelete-error\";i:2483;s:37:\"undelete-error-associated-alreadytalk\";i:2484;s:36:\"undelete-error-associated-notdeleted\";i:2485;s:26:\"undelete-show-file-confirm\";i:2486;s:25:\"undelete-show-file-submit\";i:2487;s:21:\"undelete-back-to-list\";i:2488;s:9:\"namespace\";i:2489;s:6:\"invert\";i:2490;s:14:\"tooltip-invert\";i:2491;s:28:\"tooltip-whatlinkshere-invert\";i:2492;s:21:\"namespace_association\";i:2493;s:29:\"tooltip-namespace_association\";i:2494;s:14:\"blanknamespace\";i:2495;s:13:\"contributions\";i:2496;s:23:\"tool-link-contributions\";i:2497;s:19:\"contributions-title\";i:2498;s:9:\"mycontris\";i:2499;s:12:\"anoncontribs\";i:2500;s:11:\"contribsub2\";i:2501;s:22:\"contributions-subtitle\";i:2502;s:30:\"contributions-userdoesnotexist\";i:2503;s:32:\"negative-namespace-not-supported\";i:2504;s:10:\"nocontribs\";i:2505;s:5:\"uctop\";i:2506;s:5:\"month\";i:2507;s:4:\"year\";i:2508;s:4:\"date\";i:2509;s:25:\"sp-contributions-blocklog\";i:2510;s:28:\"sp-contributions-suppresslog\";i:2511;s:24:\"sp-contributions-deleted\";i:2512;s:24:\"sp-contributions-uploads\";i:2513;s:21:\"sp-contributions-logs\";i:2514;s:21:\"sp-contributions-talk\";i:2515;s:27:\"sp-contributions-userrights\";i:2516;s:31:\"sp-contributions-blocked-notice\";i:2517;s:39:\"sp-contributions-blocked-notice-partial\";i:2518;s:36:\"sp-contributions-blocked-notice-anon\";i:2519;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2520;s:23:\"sp-contributions-search\";i:2521;s:25:\"sp-contributions-username\";i:2522;s:24:\"sp-contributions-toponly\";i:2523;s:24:\"sp-contributions-newonly\";i:2524;s:26:\"sp-contributions-hideminor\";i:2525;s:23:\"sp-contributions-submit\";i:2526;s:27:\"sp-contributions-outofrange\";i:2527;s:33:\"sp-contributions-concurrency-user\";i:2528;s:31:\"sp-contributions-concurrency-ip\";i:2529;s:13:\"whatlinkshere\";i:2530;s:19:\"whatlinkshere-count\";i:2531;s:19:\"whatlinkshere-title\";i:2532;s:18:\"whatlinkshere-page\";i:2533;s:9:\"linkshere\";i:2534;s:11:\"nolinkshere\";i:2535;s:14:\"nolinkshere-ns\";i:2536;s:10:\"isredirect\";i:2537;s:10:\"istemplate\";i:2538;s:7:\"isimage\";i:2539;s:18:\"whatlinkshere-prev\";i:2540;s:18:\"whatlinkshere-next\";i:2541;s:19:\"whatlinkshere-links\";i:2542;s:24:\"whatlinkshere-hideredirs\";i:2543;s:23:\"whatlinkshere-hidetrans\";i:2544;s:23:\"whatlinkshere-hidelinks\";i:2545;s:24:\"whatlinkshere-hideimages\";i:2546;s:26:\"whatlinkshere-sectionredir\";i:2547;s:20:\"whatlinkshere-submit\";i:2548;s:11:\"autoblockid\";i:2549;s:5:\"block\";i:2550;s:7:\"unblock\";i:2551;s:13:\"changeblockip\";i:2552;s:7:\"blockip\";i:2553;s:11:\"blockiptext\";i:2554;s:19:\"ipaddressorusername\";i:2555;s:9:\"ipbreason\";i:2556;s:18:\"ipbreason-dropdown\";i:2557;s:13:\"ipb-hardblock\";i:2558;s:16:\"ipbcreateaccount\";i:2559;s:11:\"ipbemailban\";i:2560;s:18:\"ipbenableautoblock\";i:2561;s:9:\"ipbsubmit\";i:2562;s:8:\"ipbother\";i:2563;s:10:\"ipboptions\";i:2564;s:11:\"ipbhidename\";i:2565;s:12:\"ipbwatchuser\";i:2566;s:19:\"ipb-disableusertalk\";i:2567;s:16:\"ipb-change-block\";i:2568;s:11:\"ipb-confirm\";i:2569;s:12:\"ipb-sitewide\";i:2570;s:11:\"ipb-partial\";i:2571;s:17:\"ipb-sitewide-help\";i:2572;s:16:\"ipb-partial-help\";i:2573;s:17:\"ipb-action-create\";i:2574;s:15:\"ipb-action-move\";i:2575;s:17:\"ipb-action-upload\";i:2576;s:15:\"ipb-pages-label\";i:2577;s:20:\"ipb-namespaces-label\";i:2578;s:12:\"badipaddress\";i:2579;s:17:\"blockipsuccesssub\";i:2580;s:18:\"blockipsuccesstext\";i:2581;s:15:\"ipb-empty-block\";i:2582;s:19:\"ipb-block-not-found\";i:2583;s:16:\"ipb-blockingself\";i:2584;s:19:\"ipb-confirmhideuser\";i:2585;s:17:\"ipb-confirmaction\";i:2586;s:17:\"ipb-edit-dropdown\";i:2587;s:16:\"ipb-unblock-addr\";i:2588;s:11:\"ipb-unblock\";i:2589;s:13:\"ipb-blocklist\";i:2590;s:22:\"ipb-blocklist-contribs\";i:2591;s:27:\"ipb-blocklist-duration-left\";i:2592;s:13:\"block-actions\";i:2593;s:13:\"block-details\";i:2594;s:12:\"block-expiry\";i:2595;s:13:\"block-options\";i:2596;s:12:\"block-reason\";i:2597;s:12:\"block-target\";i:2598;s:24:\"block-target-placeholder\";i:2599;s:9:\"unblockip\";i:2600;s:13:\"unblockiptext\";i:2601;s:9:\"ipusubmit\";i:2602;s:9:\"unblocked\";i:2603;s:15:\"unblocked-range\";i:2604;s:12:\"unblocked-id\";i:2605;s:12:\"unblocked-ip\";i:2606;s:9:\"blocklist\";i:2607;s:13:\"autoblocklist\";i:2608;s:20:\"autoblocklist-submit\";i:2609;s:20:\"autoblocklist-legend\";i:2610;s:25:\"autoblocklist-localblocks\";i:2611;s:30:\"autoblocklist-total-autoblocks\";i:2612;s:19:\"autoblocklist-empty\";i:2613;s:25:\"autoblocklist-otherblocks\";i:2614;s:11:\"ipblocklist\";i:2615;s:18:\"ipblocklist-legend\";i:2616;s:20:\"blocklist-autoblocks\";i:2617;s:20:\"blocklist-userblocks\";i:2618;s:20:\"blocklist-tempblocks\";i:2619;s:21:\"blocklist-indefblocks\";i:2620;s:23:\"blocklist-addressblocks\";i:2621;s:14:\"blocklist-type\";i:2622;s:22:\"blocklist-type-opt-all\";i:2623;s:27:\"blocklist-type-opt-sitewide\";i:2624;s:26:\"blocklist-type-opt-partial\";i:2625;s:21:\"blocklist-rangeblocks\";i:2626;s:19:\"blocklist-timestamp\";i:2627;s:16:\"blocklist-target\";i:2628;s:16:\"blocklist-expiry\";i:2629;s:12:\"blocklist-by\";i:2630;s:16:\"blocklist-params\";i:2631;s:16:\"blocklist-reason\";i:2632;s:18:\"ipblocklist-submit\";i:2633;s:22:\"ipblocklist-localblock\";i:2634;s:23:\"ipblocklist-otherblocks\";i:2635;s:13:\"infiniteblock\";i:2636;s:13:\"anononlyblock\";i:2637;s:16:\"noautoblockblock\";i:2638;s:18:\"createaccountblock\";i:2639;s:10:\"emailblock\";i:2640;s:20:\"blocklist-nousertalk\";i:2641;s:17:\"blocklist-editing\";i:2642;s:26:\"blocklist-editing-sitewide\";i:2643;s:22:\"blocklist-editing-page\";i:2644;s:20:\"blocklist-editing-ns\";i:2645;s:24:\"blocklist-editing-action\";i:2646;s:17:\"ipblocklist-empty\";i:2647;s:22:\"ipblocklist-no-results\";i:2648;s:9:\"blocklink\";i:2649;s:11:\"unblocklink\";i:2650;s:16:\"change-blocklink\";i:2651;s:14:\"empty-username\";i:2652;s:12:\"contribslink\";i:2653;s:9:\"emaillink\";i:2654;s:11:\"autoblocker\";i:2655;s:12:\"blocklogpage\";i:2656;s:16:\"blocklog-showlog\";i:2657;s:24:\"blocklog-showsuppresslog\";i:2658;s:12:\"blocklogtext\";i:2659;s:24:\"block-log-flags-anononly\";i:2660;s:24:\"block-log-flags-nocreate\";i:2661;s:27:\"block-log-flags-noautoblock\";i:2662;s:23:\"block-log-flags-noemail\";i:2663;s:26:\"block-log-flags-nousertalk\";i:2664;s:31:\"block-log-flags-angry-autoblock\";i:2665;s:26:\"block-log-flags-hiddenname\";i:2666;s:20:\"range_block_disabled\";i:2667;s:26:\"ipb-prevent-user-talk-edit\";i:2668;s:18:\"ipb_expiry_invalid\";i:2669;s:14:\"ipb_expiry_old\";i:2670;s:15:\"ipb_expiry_temp\";i:2671;s:16:\"ipb_hide_invalid\";i:2672;s:16:\"ipb_hide_partial\";i:2673;s:19:\"ipb_already_blocked\";i:2674;s:15:\"ipb-needreblock\";i:2675;s:22:\"ipb-otherblocks-header\";i:2676;s:16:\"unblock-hideuser\";i:2677;s:16:\"ipb_cant_unblock\";i:2678;s:20:\"ipb_blocked_as_range\";i:2679;s:16:\"ip_range_invalid\";i:2680;s:17:\"ip_range_toolarge\";i:2681;s:17:\"ip_range_exceeded\";i:2682;s:15:\"ip_range_toolow\";i:2683;s:12:\"proxyblocker\";i:2684;s:16:\"proxyblockreason\";i:2685;s:11:\"sorbsreason\";i:2686;s:27:\"sorbs_create_account_reason\";i:2687;s:21:\"softblockrangesreason\";i:2688;s:14:\"xffblockreason\";i:2689;s:20:\"cant-see-hidden-user\";i:2690;s:27:\"cant-block-nonexistent-page\";i:2691;s:10:\"ipbblocked\";i:2692;s:16:\"ipbnounblockself\";i:2693;s:6:\"lockdb\";i:2694;s:8:\"unlockdb\";i:2695;s:10:\"lockdbtext\";i:2696;s:12:\"unlockdbtext\";i:2697;s:11:\"lockconfirm\";i:2698;s:13:\"unlockconfirm\";i:2699;s:7:\"lockbtn\";i:2700;s:9:\"unlockbtn\";i:2701;s:13:\"locknoconfirm\";i:2702;s:16:\"lockdbsuccesssub\";i:2703;s:18:\"unlockdbsuccesssub\";i:2704;s:17:\"lockdbsuccesstext\";i:2705;s:19:\"unlockdbsuccesstext\";i:2706;s:19:\"lockfilenotwritable\";i:2707;s:14:\"databaselocked\";i:2708;s:17:\"databasenotlocked\";i:2709;s:15:\"lockedbyandtime\";i:2710;s:9:\"move-page\";i:2711;s:16:\"move-page-legend\";i:2712;s:12:\"movepagetext\";i:2713;s:28:\"movepagetext-noredirectfixer\";i:2714;s:30:\"movepagetext-noredirectsupport\";i:2715;s:16:\"movepagetalktext\";i:2716;s:20:\"moveuserpage-warning\";i:2717;s:24:\"movecategorypage-warning\";i:2718;s:15:\"movenologintext\";i:2719;s:14:\"movenotallowed\";i:2720;s:18:\"movenotallowedfile\";i:2721;s:19:\"cant-move-user-page\";i:2722;s:22:\"cant-move-to-user-page\";i:2723;s:23:\"cant-move-category-page\";i:2724;s:26:\"cant-move-to-category-page\";i:2725;s:18:\"cant-move-subpages\";i:2726;s:20:\"namespace-nosubpages\";i:2727;s:8:\"newtitle\";i:2728;s:10:\"move-watch\";i:2729;s:11:\"movepagebtn\";i:2730;s:12:\"pagemovedsub\";i:2731;s:10:\"cannotmove\";i:2732;s:14:\"movepage-moved\";i:2733;s:23:\"movepage-moved-redirect\";i:2734;s:25:\"movepage-moved-noredirect\";i:2735;s:21:\"movepage-delete-first\";i:2736;s:13:\"articleexists\";i:2737;s:14:\"redirectexists\";i:2738;s:23:\"cantmove-titleprotected\";i:2739;s:8:\"movetalk\";i:2740;s:13:\"move-subpages\";i:2741;s:18:\"move-talk-subpages\";i:2742;s:20:\"movepage-page-exists\";i:2743;s:28:\"movepage-source-doesnt-exist\";i:2744;s:19:\"movepage-page-moved\";i:2745;s:21:\"movepage-page-unmoved\";i:2746;s:18:\"movepage-max-pages\";i:2747;s:11:\"movelogpage\";i:2748;s:15:\"movelogpagetext\";i:2749;s:11:\"movesubpage\";i:2750;s:15:\"movesubpagetext\";i:2751;s:19:\"movesubpagetalktext\";i:2752;s:25:\"movesubpagetext-truncated\";i:2753;s:29:\"movesubpagetalktext-truncated\";i:2754;s:13:\"movenosubpage\";i:2755;s:10:\"movereason\";i:2756;s:10:\"revertmove\";i:2757;s:20:\"delete_and_move_text\";i:2758;s:29:\"delete_redirect_and_move_text\";i:2759;s:23:\"delete_and_move_confirm\";i:2760;s:22:\"delete_and_move_reason\";i:2761;s:8:\"selfmove\";i:2762;s:25:\"immobile-source-namespace\";i:2763;s:28:\"immobile-source-namespace-iw\";i:2764;s:25:\"immobile-target-namespace\";i:2765;s:28:\"immobile-target-namespace-iw\";i:2766;s:20:\"immobile-source-page\";i:2767;s:20:\"immobile-target-page\";i:2768;s:29:\"movepage-invalid-target-title\";i:2769;s:16:\"bad-target-model\";i:2770;s:21:\"imagenocrossnamespace\";i:2771;s:27:\"nonfile-cannot-move-to-file\";i:2772;s:17:\"imagetypemismatch\";i:2773;s:20:\"imageinvalidfilename\";i:2774;s:20:\"fix-double-redirects\";i:2775;s:19:\"move-leave-redirect\";i:2776;s:24:\"protectedpagemovewarning\";i:2777;s:28:\"semiprotectedpagemovewarning\";i:2778;s:20:\"move-over-sharedrepo\";i:2779;s:22:\"file-exists-sharedrepo\";i:2780;s:6:\"export\";i:2781;s:10:\"exporttext\";i:2782;s:9:\"exportall\";i:2783;s:13:\"exportcuronly\";i:2784;s:15:\"exportnohistory\";i:2785;s:17:\"exportlistauthors\";i:2786;s:13:\"export-submit\";i:2787;s:17:\"export-addcattext\";i:2788;s:13:\"export-addcat\";i:2789;s:16:\"export-addnstext\";i:2790;s:12:\"export-addns\";i:2791;s:15:\"export-download\";i:2792;s:16:\"export-templates\";i:2793;s:16:\"export-pagelinks\";i:2794;s:13:\"export-manual\";i:2795;s:11:\"allmessages\";i:2796;s:15:\"allmessagesname\";i:2797;s:18:\"allmessagesdefault\";i:2798;s:18:\"allmessagescurrent\";i:2799;s:15:\"allmessagestext\";i:2800;s:34:\"allmessages-not-supported-database\";i:2801;s:25:\"allmessages-filter-legend\";i:2802;s:18:\"allmessages-filter\";i:2803;s:29:\"allmessages-filter-unmodified\";i:2804;s:22:\"allmessages-filter-all\";i:2805;s:27:\"allmessages-filter-modified\";i:2806;s:18:\"allmessages-prefix\";i:2807;s:20:\"allmessages-language\";i:2808;s:25:\"allmessages-filter-submit\";i:2809;s:28:\"allmessages-filter-translate\";i:2810;s:14:\"thumbnail-more\";i:2811;s:11:\"filemissing\";i:2812;s:15:\"thumbnail_error\";i:2813;s:22:\"thumbnail_error_remote\";i:2814;s:15:\"djvu_page_error\";i:2815;s:21:\"thumbnail-temp-create\";i:2816;s:21:\"thumbnail-dest-create\";i:2817;s:24:\"thumbnail_invalid_params\";i:2818;s:25:\"thumbnail_toobigimagearea\";i:2819;s:24:\"thumbnail_dest_directory\";i:2820;s:20:\"thumbnail_image-type\";i:2821;s:20:\"thumbnail_gd-library\";i:2822;s:25:\"thumbnail_image-size-zero\";i:2823;s:23:\"thumbnail_image-missing\";i:2824;s:29:\"thumbnail_image-failure-limit\";i:2825;s:6:\"import\";i:2826;s:15:\"importinterwiki\";i:2827;s:21:\"import-interwiki-text\";i:2828;s:27:\"import-interwiki-sourcewiki\";i:2829;s:27:\"import-interwiki-sourcepage\";i:2830;s:24:\"import-interwiki-history\";i:2831;s:26:\"import-interwiki-templates\";i:2832;s:23:\"import-interwiki-submit\";i:2833;s:22:\"import-mapping-default\";i:2834;s:24:\"import-mapping-namespace\";i:2835;s:22:\"import-mapping-subpage\";i:2836;s:22:\"import-upload-filename\";i:2837;s:29:\"import-upload-username-prefix\";i:2838;s:25:\"import-assign-known-users\";i:2839;s:14:\"import-comment\";i:2840;s:10:\"importtext\";i:2841;s:11:\"importstart\";i:2842;s:21:\"import-revision-count\";i:2843;s:13:\"importnopages\";i:2844;s:20:\"imported-log-entries\";i:2845;s:12:\"importfailed\";i:2846;s:19:\"importunknownsource\";i:2847;s:14:\"importnoprefix\";i:2848;s:14:\"importcantopen\";i:2849;s:18:\"importbadinterwiki\";i:2850;s:13:\"importsuccess\";i:2851;s:15:\"importnosources\";i:2852;s:12:\"importnofile\";i:2853;s:21:\"importuploaderrorsize\";i:2854;s:24:\"importuploaderrorpartial\";i:2855;s:21:\"importuploaderrortemp\";i:2856;s:20:\"import-parse-failure\";i:2857;s:16:\"import-noarticle\";i:2858;s:21:\"import-nonewrevisions\";i:2859;s:16:\"xml-error-string\";i:2860;s:13:\"import-upload\";i:2861;s:21:\"import-token-mismatch\";i:2862;s:24:\"import-invalid-interwiki\";i:2863;s:17:\"import-error-edit\";i:2864;s:22:\"import-error-interwiki\";i:2865;s:20:\"import-error-special\";i:2866;s:20:\"import-error-invalid\";i:2867;s:24:\"import-error-unserialize\";i:2868;s:25:\"import-error-bad-location\";i:2869;s:20:\"import-options-wrong\";i:2870;s:23:\"import-rootpage-invalid\";i:2871;s:25:\"import-rootpage-nosubpage\";i:2872;s:13:\"importlogpage\";i:2873;s:17:\"importlogpagetext\";i:2874;s:29:\"import-logentry-upload-detail\";i:2875;s:32:\"import-logentry-interwiki-detail\";i:2876;s:14:\"javascripttest\";i:2877;s:26:\"javascripttest-qunit-intro\";i:2878;s:19:\"tooltip-pt-userpage\";i:2879;s:23:\"tooltip-pt-anonuserpage\";i:2880;s:22:\"tooltip-pt-tmpuserpage\";i:2881;s:17:\"tooltip-pt-mytalk\";i:2882;s:19:\"tooltip-pt-anontalk\";i:2883;s:22:\"tooltip-pt-preferences\";i:2884;s:20:\"tooltip-pt-watchlist\";i:2885;s:20:\"tooltip-pt-mycontris\";i:2886;s:23:\"tooltip-pt-anoncontribs\";i:2887;s:16:\"tooltip-pt-login\";i:2888;s:24:\"tooltip-pt-login-private\";i:2889;s:17:\"tooltip-pt-logout\";i:2890;s:24:\"tooltip-pt-createaccount\";i:2891;s:15:\"tooltip-ca-talk\";i:2892;s:15:\"tooltip-ca-edit\";i:2893;s:21:\"tooltip-ca-addsection\";i:2894;s:21:\"tooltip-ca-viewsource\";i:2895;s:18:\"tooltip-ca-history\";i:2896;s:18:\"tooltip-ca-protect\";i:2897;s:20:\"tooltip-ca-unprotect\";i:2898;s:17:\"tooltip-ca-delete\";i:2899;s:19:\"tooltip-ca-undelete\";i:2900;s:15:\"tooltip-ca-move\";i:2901;s:16:\"tooltip-ca-watch\";i:2902;s:18:\"tooltip-ca-unwatch\";i:2903;s:27:\"tooltip-ca-unwatch-expiring\";i:2904;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:2905;s:14:\"tooltip-search\";i:2906;s:17:\"tooltip-search-go\";i:2907;s:23:\"tooltip-search-fulltext\";i:2908;s:18:\"tooltip-p-cactions\";i:2909;s:14:\"tooltip-p-logo\";i:2910;s:18:\"tooltip-p-personal\";i:2911;s:18:\"tooltip-n-mainpage\";i:2912;s:30:\"tooltip-n-mainpage-description\";i:2913;s:16:\"tooltip-n-portal\";i:2914;s:23:\"tooltip-n-currentevents\";i:2915;s:23:\"tooltip-n-recentchanges\";i:2916;s:20:\"tooltip-n-randompage\";i:2917;s:14:\"tooltip-n-help\";i:2918;s:23:\"tooltip-t-whatlinkshere\";i:2919;s:29:\"tooltip-t-recentchangeslinked\";i:2920;s:16:\"tooltip-feed-rss\";i:2921;s:17:\"tooltip-feed-atom\";i:2922;s:23:\"tooltip-t-contributions\";i:2923;s:19:\"tooltip-t-emailuser\";i:2924;s:14:\"tooltip-t-info\";i:2925;s:16:\"tooltip-t-upload\";i:2926;s:22:\"tooltip-t-specialpages\";i:2927;s:15:\"tooltip-t-print\";i:2928;s:19:\"tooltip-t-permalink\";i:2929;s:21:\"tooltip-ca-nstab-main\";i:2930;s:21:\"tooltip-ca-nstab-user\";i:2931;s:22:\"tooltip-ca-nstab-media\";i:2932;s:24:\"tooltip-ca-nstab-special\";i:2933;s:24:\"tooltip-ca-nstab-project\";i:2934;s:22:\"tooltip-ca-nstab-image\";i:2935;s:26:\"tooltip-ca-nstab-mediawiki\";i:2936;s:25:\"tooltip-ca-nstab-template\";i:2937;s:21:\"tooltip-ca-nstab-help\";i:2938;s:25:\"tooltip-ca-nstab-category\";i:2939;s:17:\"tooltip-minoredit\";i:2940;s:12:\"tooltip-save\";i:2941;s:15:\"tooltip-publish\";i:2942;s:15:\"tooltip-preview\";i:2943;s:12:\"tooltip-diff\";i:2944;s:31:\"tooltip-compareselectedversions\";i:2945;s:13:\"tooltip-watch\";i:2946;s:24:\"tooltip-watchlist-expiry\";i:2947;s:35:\"tooltip-watchlistedit-normal-submit\";i:2948;s:32:\"tooltip-watchlistedit-raw-submit\";i:2949;s:16:\"tooltip-recreate\";i:2950;s:14:\"tooltip-upload\";i:2951;s:16:\"tooltip-rollback\";i:2952;s:12:\"tooltip-undo\";i:2953;s:24:\"tooltip-preferences-save\";i:2954;s:15:\"tooltip-summary\";i:2955;s:24:\"interlanguage-link-title\";i:2956;s:32:\"interlanguage-link-title-nonlang\";i:2957;s:10:\"common.css\";i:2958;s:9:\"print.css\";i:2959;s:12:\"noscript.css\";i:2960;s:23:\"group-autoconfirmed.css\";i:2961;s:14:\"group-user.css\";i:2962;s:13:\"group-bot.css\";i:2963;s:15:\"group-sysop.css\";i:2964;s:20:\"group-bureaucrat.css\";i:2965;s:11:\"common.json\";i:2966;s:9:\"common.js\";i:2967;s:22:\"group-autoconfirmed.js\";i:2968;s:13:\"group-user.js\";i:2969;s:12:\"group-bot.js\";i:2970;s:14:\"group-sysop.js\";i:2971;s:19:\"group-bureaucrat.js\";i:2972;s:9:\"anonymous\";i:2973;s:8:\"siteuser\";i:2974;s:8:\"anonuser\";i:2975;s:16:\"lastmodifiedatby\";i:2976;s:13:\"othercontribs\";i:2977;s:6:\"others\";i:2978;s:9:\"siteusers\";i:2979;s:9:\"anonusers\";i:2980;s:11:\"creditspage\";i:2981;s:9:\"nocredits\";i:2982;s:19:\"spamprotectiontitle\";i:2983;s:18:\"spamprotectiontext\";i:2984;s:19:\"spamprotectionmatch\";i:2985;s:16:\"spambot_username\";i:2986;s:14:\"spam_reverting\";i:2987;s:13:\"spam_blanking\";i:2988;s:13:\"spam_deleting\";i:2989;s:20:\"simpleantispam-label\";i:2990;s:14:\"pageinfo-title\";i:2991;s:20:\"pageinfo-not-current\";i:2992;s:21:\"pageinfo-header-basic\";i:2993;s:21:\"pageinfo-header-edits\";i:2994;s:28:\"pageinfo-header-restrictions\";i:2995;s:26:\"pageinfo-header-properties\";i:2996;s:22:\"pageinfo-display-title\";i:2997;s:21:\"pageinfo-default-sort\";i:2998;s:15:\"pageinfo-length\";i:2999;s:18:\"pageinfo-namespace\";i:3000;s:19:\"pageinfo-article-id\";i:3001;s:17:\"pageinfo-language\";i:3002;s:24:\"pageinfo-language-change\";i:3003;s:22:\"pageinfo-content-model\";i:3004;s:29:\"pageinfo-content-model-change\";i:3005;s:21:\"pageinfo-robot-policy\";i:3006;s:20:\"pageinfo-robot-index\";i:3007;s:22:\"pageinfo-robot-noindex\";i:3008;s:17:\"pageinfo-watchers\";i:3009;s:26:\"pageinfo-visiting-watchers\";i:3010;s:21:\"pageinfo-few-watchers\";i:3011;s:30:\"pageinfo-few-visiting-watchers\";i:3012;s:23:\"pageinfo-redirects-name\";i:3013;s:24:\"pageinfo-redirects-value\";i:3014;s:22:\"pageinfo-subpages-name\";i:3015;s:23:\"pageinfo-subpages-value\";i:3016;s:18:\"pageinfo-firstuser\";i:3017;s:18:\"pageinfo-firsttime\";i:3018;s:17:\"pageinfo-lastuser\";i:3019;s:17:\"pageinfo-lasttime\";i:3020;s:14:\"pageinfo-edits\";i:3021;s:16:\"pageinfo-authors\";i:3022;s:21:\"pageinfo-recent-edits\";i:3023;s:23:\"pageinfo-recent-authors\";i:3024;s:20:\"pageinfo-magic-words\";i:3025;s:26:\"pageinfo-hidden-categories\";i:3026;s:18:\"pageinfo-templates\";i:3027;s:22:\"pageinfo-transclusions\";i:3028;s:20:\"pageinfo-toolboxlink\";i:3029;s:20:\"pageinfo-redirectsto\";i:3030;s:25:\"pageinfo-redirectsto-info\";i:3031;s:20:\"pageinfo-contentpage\";i:3032;s:24:\"pageinfo-contentpage-yes\";i:3033;s:26:\"pageinfo-protect-cascading\";i:3034;s:30:\"pageinfo-protect-cascading-yes\";i:3035;s:31:\"pageinfo-protect-cascading-from\";i:3036;s:22:\"pageinfo-category-info\";i:3037;s:23:\"pageinfo-category-total\";i:3038;s:23:\"pageinfo-category-pages\";i:3039;s:25:\"pageinfo-category-subcats\";i:3040;s:23:\"pageinfo-category-files\";i:3041;s:16:\"pageinfo-user-id\";i:3042;s:18:\"pageinfo-file-hash\";i:3043;s:25:\"pageinfo-view-protect-log\";i:3044;s:19:\"markaspatrolleddiff\";i:3045;s:19:\"markaspatrolledtext\";i:3046;s:24:\"markaspatrolledtext-file\";i:3047;s:17:\"markedaspatrolled\";i:3048;s:21:\"markedaspatrolledtext\";i:3049;s:16:\"rcpatroldisabled\";i:3050;s:20:\"rcpatroldisabledtext\";i:3051;s:22:\"markedaspatrollederror\";i:3052;s:26:\"markedaspatrollederrortext\";i:3053;s:35:\"markedaspatrollederror-noautopatrol\";i:3054;s:23:\"markedaspatrollednotify\";i:3055;s:15:\"patrol-log-page\";i:3056;s:17:\"patrol-log-header\";i:3057;s:28:\"confirm-markpatrolled-button\";i:3058;s:25:\"confirm-markpatrolled-top\";i:3059;s:15:\"deletedrevision\";i:3060;s:21:\"filedeleteerror-short\";i:3061;s:20:\"filedeleteerror-long\";i:3062;s:18:\"filedelete-missing\";i:3063;s:27:\"filedelete-old-unregistered\";i:3064;s:31:\"filedelete-current-unregistered\";i:3065;s:28:\"filedelete-archive-read-only\";i:3066;s:12:\"previousdiff\";i:3067;s:8:\"nextdiff\";i:3068;s:12:\"mediawarning\";i:3069;s:12:\"imagemaxsize\";i:3070;s:9:\"thumbsize\";i:3071;s:15:\"widthheightpage\";i:3072;s:9:\"file-info\";i:3073;s:14:\"file-info-size\";i:3074;s:20:\"file-info-size-pages\";i:3075;s:12:\"file-nohires\";i:3076;s:13:\"svg-long-desc\";i:3077;s:22:\"svg-long-desc-animated\";i:3078;s:14:\"svg-long-error\";i:3079;s:14:\"show-big-image\";i:3080;s:22:\"show-big-image-preview\";i:3081;s:29:\"show-big-image-preview-differ\";i:3082;s:20:\"show-big-image-other\";i:3083;s:19:\"show-big-image-size\";i:3084;s:20:\"file-info-gif-looped\";i:3085;s:20:\"file-info-gif-frames\";i:3086;s:20:\"file-info-png-looped\";i:3087;s:20:\"file-info-png-repeat\";i:3088;s:20:\"file-info-png-frames\";i:3089;s:23:\"file-no-thumb-animation\";i:3090;s:27:\"file-no-thumb-animation-gif\";i:3091;s:9:\"newimages\";i:3092;s:13:\"imagelisttext\";i:3093;s:17:\"newimages-summary\";i:3094;s:16:\"newimages-legend\";i:3095;s:14:\"newimages-user\";i:3096;s:18:\"newimages-showbots\";i:3097;s:23:\"newimages-hidepatrolled\";i:3098;s:19:\"newimages-mediatype\";i:3099;s:8:\"noimages\";i:3100;s:24:\"gallery-slideshow-toggle\";i:3101;s:8:\"ilsubmit\";i:3102;s:6:\"bydate\";i:3103;s:21:\"sp-newimages-showfrom\";i:3104;s:7:\"seconds\";i:3105;s:7:\"minutes\";i:3106;s:5:\"hours\";i:3107;s:4:\"days\";i:3108;s:5:\"weeks\";i:3109;s:6:\"months\";i:3110;s:5:\"years\";i:3111;s:3:\"ago\";i:3112;s:8:\"just-now\";i:3113;s:9:\"hours-ago\";i:3114;s:11:\"minutes-ago\";i:3115;s:11:\"seconds-ago\";i:3116;s:9:\"monday-at\";i:3117;s:10:\"tuesday-at\";i:3118;s:12:\"wednesday-at\";i:3119;s:11:\"thursday-at\";i:3120;s:9:\"friday-at\";i:3121;s:11:\"saturday-at\";i:3122;s:9:\"sunday-at\";i:3123;s:12:\"yesterday-at\";i:3124;s:14:\"bad_image_list\";i:3125;s:8:\"metadata\";i:3126;s:13:\"metadata-help\";i:3127;s:15:\"metadata-expand\";i:3128;s:17:\"metadata-collapse\";i:3129;s:15:\"metadata-fields\";i:3130;s:13:\"namespacesall\";i:3131;s:9:\"monthsall\";i:3132;s:12:\"confirmemail\";i:3133;s:20:\"confirmemail_noemail\";i:3134;s:17:\"confirmemail_text\";i:3135;s:20:\"confirmemail_pending\";i:3136;s:17:\"confirmemail_send\";i:3137;s:17:\"confirmemail_sent\";i:3138;s:21:\"confirmemail_oncreate\";i:3139;s:23:\"confirmemail_sendfailed\";i:3140;s:20:\"confirmemail_invalid\";i:3141;s:22:\"confirmemail_needlogin\";i:3142;s:20:\"confirmemail_success\";i:3143;s:21:\"confirmemail_loggedin\";i:3144;s:20:\"confirmemail_subject\";i:3145;s:17:\"confirmemail_body\";i:3146;s:25:\"confirmemail_body_changed\";i:3147;s:21:\"confirmemail_body_set\";i:3148;s:24:\"confirmemail_invalidated\";i:3149;s:15:\"invalidateemail\";i:3150;s:33:\"notificationemail_subject_changed\";i:3151;s:33:\"notificationemail_subject_removed\";i:3152;s:30:\"notificationemail_body_changed\";i:3153;s:30:\"notificationemail_body_removed\";i:3154;s:23:\"scarytranscludedisabled\";i:3155;s:21:\"scarytranscludefailed\";i:3156;s:32:\"scarytranscludefailed-httpstatus\";i:3157;s:22:\"scarytranscludetoolong\";i:3158;s:19:\"deletedwhileediting\";i:3159;s:15:\"confirmrecreate\";i:3160;s:24:\"confirmrecreate-noreason\";i:3161;s:8:\"recreate\";i:3162;s:19:\"confirm-purge-title\";i:3163;s:20:\"confirm_purge_button\";i:3164;s:17:\"confirm-purge-top\";i:3165;s:20:\"confirm-purge-bottom\";i:3166;s:20:\"confirm-watch-button\";i:3167;s:17:\"confirm-watch-top\";i:3168;s:19:\"confirm-watch-label\";i:3169;s:24:\"watchlist-expiry-options\";i:3170;s:31:\"watchlist-expires-in-aria-label\";i:3171;s:27:\"confirm-watch-button-expiry\";i:3172;s:22:\"confirm-unwatch-button\";i:3173;s:19:\"confirm-unwatch-top\";i:3174;s:23:\"confirm-rollback-button\";i:3175;s:20:\"confirm-rollback-top\";i:3176;s:23:\"confirm-rollback-bottom\";i:3177;s:24:\"confirm-mcrrestore-title\";i:3178;s:21:\"confirm-mcrundo-title\";i:3179;s:13:\"mcrundofailed\";i:3180;s:20:\"mcrundo-missingparam\";i:3181;s:15:\"mcrundo-changed\";i:3182;s:20:\"mcrundo-parse-failed\";i:3183;s:8:\"ellipsis\";i:3184;s:7:\"percent\";i:3185;s:15:\"quotation-marks\";i:3186;s:13:\"formatnum-nan\";i:3187;s:16:\"imgmultipageprev\";i:3188;s:16:\"imgmultipagenext\";i:3189;s:10:\"imgmultigo\";i:3190;s:12:\"imgmultigoto\";i:3191;s:16:\"img-lang-default\";i:3192;s:13:\"img-lang-info\";i:3193;s:11:\"img-lang-go\";i:3194;s:16:\"table_pager_next\";i:3195;s:16:\"table_pager_prev\";i:3196;s:17:\"table_pager_first\";i:3197;s:16:\"table_pager_last\";i:3198;s:17:\"table_pager_limit\";i:3199;s:23:\"table_pager_limit_label\";i:3200;s:24:\"table_pager_limit_submit\";i:3201;s:17:\"table_pager_empty\";i:3202;s:14:\"autosumm-blank\";i:3203;s:16:\"autosumm-replace\";i:3204;s:16:\"autoredircomment\";i:3205;s:25:\"autosumm-removed-redirect\";i:3206;s:32:\"autosumm-changed-redirect-target\";i:3207;s:12:\"autosumm-new\";i:3208;s:17:\"autosumm-newblank\";i:3209;s:10:\"size-bytes\";i:3210;s:14:\"size-megabytes\";i:3211;s:14:\"size-gigabytes\";i:3212;s:10:\"size-pixel\";i:3213;s:15:\"lag-warn-normal\";i:3214;s:13:\"lag-warn-high\";i:3215;s:26:\"watchlistedit-normal-title\";i:3216;s:27:\"watchlistedit-normal-legend\";i:3217;s:28:\"watchlistedit-normal-explain\";i:3218;s:27:\"watchlistedit-normal-submit\";i:3219;s:25:\"watchlistedit-normal-done\";i:3220;s:23:\"watchlistedit-raw-title\";i:3221;s:24:\"watchlistedit-raw-legend\";i:3222;s:25:\"watchlistedit-raw-explain\";i:3223;s:24:\"watchlistedit-raw-titles\";i:3224;s:24:\"watchlistedit-raw-submit\";i:3225;s:22:\"watchlistedit-raw-done\";i:3226;s:23:\"watchlistedit-raw-added\";i:3227;s:25:\"watchlistedit-raw-removed\";i:3228;s:25:\"watchlistedit-clear-title\";i:3229;s:26:\"watchlistedit-clear-legend\";i:3230;s:27:\"watchlistedit-clear-explain\";i:3231;s:26:\"watchlistedit-clear-titles\";i:3232;s:26:\"watchlistedit-clear-submit\";i:3233;s:24:\"watchlistedit-clear-done\";i:3234;s:28:\"watchlistedit-clear-jobqueue\";i:3235;s:27:\"watchlistedit-clear-removed\";i:3236;s:22:\"watchlistedit-too-many\";i:3237;s:20:\"watchlisttools-clear\";i:3238;s:19:\"watchlisttools-view\";i:3239;s:19:\"watchlisttools-edit\";i:3240;s:18:\"watchlisttools-raw\";i:3241;s:17:\"hijri-calendar-m3\";i:3242;s:17:\"hijri-calendar-m4\";i:3243;s:17:\"hijri-calendar-m5\";i:3244;s:17:\"hijri-calendar-m6\";i:3245;s:17:\"hijri-calendar-m7\";i:3246;s:17:\"hijri-calendar-m8\";i:3247;s:18:\"hijri-calendar-m10\";i:3248;s:18:\"hijri-calendar-m11\";i:3249;s:18:\"hijri-calendar-m12\";i:3250;s:9:\"signature\";i:3251;s:14:\"signature-temp\";i:3252;s:14:\"timezone-local\";i:3253;s:21:\"duplicate-defaultsort\";i:3254;s:22:\"duplicate-displaytitle\";i:3255;s:23:\"restricted-displaytitle\";i:3256;s:22:\"invalid-indicator-name\";i:3257;s:25:\"invalid-langconvert-attrs\";i:3258;s:7:\"version\";i:3259;s:18:\"version-extensions\";i:3260;s:13:\"version-skins\";i:3261;s:20:\"version-specialpages\";i:3262;s:19:\"version-parserhooks\";i:3263;s:17:\"version-variables\";i:3264;s:15:\"version-editors\";i:3265;s:16:\"version-antispam\";i:3266;s:11:\"version-api\";i:3267;s:13:\"version-other\";i:3268;s:21:\"version-mediahandlers\";i:3269;s:13:\"version-hooks\";i:3270;s:28:\"version-parser-extensiontags\";i:3271;s:29:\"version-parser-function-hooks\";i:3272;s:17:\"version-hook-name\";i:3273;s:25:\"version-hook-subscribedby\";i:3274;s:19:\"version-no-ext-name\";i:3275;s:15:\"version-license\";i:3276;s:19:\"version-ext-license\";i:3277;s:26:\"version-ext-colheader-name\";i:3278;s:27:\"version-skin-colheader-name\";i:3279;s:29:\"version-ext-colheader-version\";i:3280;s:29:\"version-ext-colheader-license\";i:3281;s:33:\"version-ext-colheader-description\";i:3282;s:29:\"version-ext-colheader-credits\";i:3283;s:21:\"version-license-title\";i:3284;s:25:\"version-license-not-found\";i:3285;s:21:\"version-credits-title\";i:3286;s:25:\"version-credits-not-found\";i:3287;s:25:\"version-poweredby-credits\";i:3288;s:24:\"version-poweredby-others\";i:3289;s:29:\"version-poweredby-translators\";i:3290;s:25:\"version-poweredby-various\";i:3291;s:23:\"version-credits-summary\";i:3292;s:20:\"version-license-info\";i:3293;s:16:\"version-software\";i:3294;s:24:\"version-software-product\";i:3295;s:24:\"version-software-version\";i:3296;s:19:\"version-entrypoints\";i:3297;s:37:\"version-entrypoints-header-entrypoint\";i:3298;s:30:\"version-entrypoints-header-url\";i:3299;s:31:\"version-entrypoints-articlepath\";i:3300;s:30:\"version-entrypoints-scriptpath\";i:3301;s:17:\"version-libraries\";i:3302;s:25:\"version-libraries-library\";i:3303;s:25:\"version-libraries-version\";i:3304;s:25:\"version-libraries-license\";i:3305;s:29:\"version-libraries-description\";i:3306;s:25:\"version-libraries-authors\";i:3307;s:8:\"redirect\";i:3308;s:16:\"redirect-summary\";i:3309;s:15:\"redirect-submit\";i:3310;s:15:\"redirect-lookup\";i:3311;s:14:\"redirect-value\";i:3312;s:13:\"redirect-user\";i:3313;s:13:\"redirect-page\";i:3314;s:17:\"redirect-revision\";i:3315;s:13:\"redirect-file\";i:3316;s:14:\"redirect-logid\";i:3317;s:19:\"redirect-not-exists\";i:3318;s:20:\"redirect-not-numeric\";i:3319;s:19:\"fileduplicatesearch\";i:3320;s:27:\"fileduplicatesearch-summary\";i:3321;s:28:\"fileduplicatesearch-filename\";i:3322;s:26:\"fileduplicatesearch-submit\";i:3323;s:24:\"fileduplicatesearch-info\";i:3324;s:28:\"fileduplicatesearch-result-1\";i:3325;s:28:\"fileduplicatesearch-result-n\";i:3326;s:29:\"fileduplicatesearch-noresults\";i:3327;s:12:\"specialpages\";i:3328;s:21:\"specialpages-note-top\";i:3329;s:28:\"specialpages-note-restricted\";i:3330;s:30:\"specialpages-group-maintenance\";i:3331;s:24:\"specialpages-group-other\";i:3332;s:24:\"specialpages-group-login\";i:3333;s:26:\"specialpages-group-changes\";i:3334;s:24:\"specialpages-group-media\";i:3335;s:24:\"specialpages-group-users\";i:3336;s:26:\"specialpages-group-highuse\";i:3337;s:24:\"specialpages-group-pages\";i:3338;s:28:\"specialpages-group-pagetools\";i:3339;s:23:\"specialpages-group-wiki\";i:3340;s:28:\"specialpages-group-redirects\";i:3341;s:23:\"specialpages-group-spam\";i:3342;s:28:\"specialpages-group-developer\";i:3343;s:9:\"blankpage\";i:3344;s:22:\"intentionallyblankpage\";i:3345;s:28:\"disabledspecialpage-disabled\";i:3346;s:24:\"external_image_whitelist\";i:3347;s:4:\"tags\";i:3348;s:10:\"tag-filter\";i:3349;s:17:\"tag-filter-submit\";i:3350;s:10:\"tag-hidden\";i:3351;s:16:\"tag-list-wrapper\";i:3352;s:25:\"tag-mw-contentmodelchange\";i:3353;s:37:\"tag-mw-contentmodelchange-description\";i:3354;s:19:\"tag-mw-new-redirect\";i:3355;s:31:\"tag-mw-new-redirect-description\";i:3356;s:23:\"tag-mw-removed-redirect\";i:3357;s:35:\"tag-mw-removed-redirect-description\";i:3358;s:30:\"tag-mw-changed-redirect-target\";i:3359;s:42:\"tag-mw-changed-redirect-target-description\";i:3360;s:12:\"tag-mw-blank\";i:3361;s:24:\"tag-mw-blank-description\";i:3362;s:14:\"tag-mw-replace\";i:3363;s:26:\"tag-mw-replace-description\";i:3364;s:15:\"tag-mw-rollback\";i:3365;s:27:\"tag-mw-rollback-description\";i:3366;s:11:\"tag-mw-undo\";i:3367;s:23:\"tag-mw-undo-description\";i:3368;s:20:\"tag-mw-manual-revert\";i:3369;s:32:\"tag-mw-manual-revert-description\";i:3370;s:15:\"tag-mw-reverted\";i:3371;s:27:\"tag-mw-reverted-description\";i:3372;s:25:\"tag-mw-server-side-upload\";i:3373;s:37:\"tag-mw-server-side-upload-description\";i:3374;s:10:\"tags-title\";i:3375;s:10:\"tags-intro\";i:3376;s:8:\"tags-tag\";i:3377;s:19:\"tags-display-header\";i:3378;s:23:\"tags-description-header\";i:3379;s:18:\"tags-source-header\";i:3380;s:18:\"tags-active-header\";i:3381;s:20:\"tags-hitcount-header\";i:3382;s:19:\"tags-actions-header\";i:3383;s:15:\"tags-active-yes\";i:3384;s:14:\"tags-active-no\";i:3385;s:21:\"tags-source-extension\";i:3386;s:18:\"tags-source-manual\";i:3387;s:16:\"tags-source-none\";i:3388;s:11:\"tags-hidden\";i:3389;s:9:\"tags-edit\";i:3390;s:11:\"tags-delete\";i:3391;s:13:\"tags-activate\";i:3392;s:15:\"tags-deactivate\";i:3393;s:13:\"tags-hitcount\";i:3394;s:25:\"tags-manage-no-permission\";i:3395;s:19:\"tags-manage-blocked\";i:3396;s:19:\"tags-create-heading\";i:3397;s:23:\"tags-create-explanation\";i:3398;s:20:\"tags-create-tag-name\";i:3399;s:18:\"tags-create-reason\";i:3400;s:18:\"tags-create-submit\";i:3401;s:19:\"tags-create-no-name\";i:3402;s:25:\"tags-create-invalid-chars\";i:3403;s:31:\"tags-create-invalid-title-chars\";i:3404;s:26:\"tags-create-already-exists\";i:3405;s:26:\"tags-create-warnings-above\";i:3406;s:26:\"tags-create-warnings-below\";i:3407;s:17:\"tags-delete-title\";i:3408;s:31:\"tags-delete-explanation-initial\";i:3409;s:30:\"tags-delete-explanation-in-use\";i:3410;s:31:\"tags-delete-explanation-warning\";i:3411;s:30:\"tags-delete-explanation-active\";i:3412;s:18:\"tags-delete-reason\";i:3413;s:18:\"tags-delete-submit\";i:3414;s:23:\"tags-delete-not-allowed\";i:3415;s:21:\"tags-delete-not-found\";i:3416;s:25:\"tags-delete-too-many-uses\";i:3417;s:33:\"tags-delete-warnings-after-delete\";i:3418;s:25:\"tags-delete-no-permission\";i:3419;s:19:\"tags-activate-title\";i:3420;s:22:\"tags-activate-question\";i:3421;s:20:\"tags-activate-reason\";i:3422;s:25:\"tags-activate-not-allowed\";i:3423;s:23:\"tags-activate-not-found\";i:3424;s:20:\"tags-activate-submit\";i:3425;s:21:\"tags-deactivate-title\";i:3426;s:24:\"tags-deactivate-question\";i:3427;s:22:\"tags-deactivate-reason\";i:3428;s:27:\"tags-deactivate-not-allowed\";i:3429;s:22:\"tags-deactivate-submit\";i:3430;s:24:\"tags-apply-no-permission\";i:3431;s:18:\"tags-apply-blocked\";i:3432;s:26:\"tags-apply-not-allowed-one\";i:3433;s:28:\"tags-apply-not-allowed-multi\";i:3434;s:25:\"tags-update-no-permission\";i:3435;s:19:\"tags-update-blocked\";i:3436;s:31:\"tags-update-add-not-allowed-one\";i:3437;s:33:\"tags-update-add-not-allowed-multi\";i:3438;s:34:\"tags-update-remove-not-allowed-one\";i:3439;s:36:\"tags-update-remove-not-allowed-multi\";i:3440;s:15:\"tags-edit-title\";i:3441;s:21:\"tags-edit-manage-link\";i:3442;s:27:\"tags-edit-revision-selected\";i:3443;s:27:\"tags-edit-logentry-selected\";i:3444;s:25:\"tags-edit-revision-legend\";i:3445;s:25:\"tags-edit-logentry-legend\";i:3446;s:23:\"tags-edit-existing-tags\";i:3447;s:28:\"tags-edit-existing-tags-none\";i:3448;s:18:\"tags-edit-new-tags\";i:3449;s:13:\"tags-edit-add\";i:3450;s:16:\"tags-edit-remove\";i:3451;s:25:\"tags-edit-remove-all-tags\";i:3452;s:28:\"tags-edit-chosen-placeholder\";i:3453;s:27:\"tags-edit-chosen-no-results\";i:3454;s:16:\"tags-edit-reason\";i:3455;s:25:\"tags-edit-revision-submit\";i:3456;s:25:\"tags-edit-logentry-submit\";i:3457;s:17:\"tags-edit-success\";i:3458;s:17:\"tags-edit-failure\";i:3459;s:23:\"tags-edit-nooldid-title\";i:3460;s:22:\"tags-edit-nooldid-text\";i:3461;s:23:\"tags-edit-none-selected\";i:3462;s:12:\"comparepages\";i:3463;s:13:\"compare-page1\";i:3464;s:13:\"compare-page2\";i:3465;s:12:\"compare-rev1\";i:3466;s:12:\"compare-rev2\";i:3467;s:14:\"compare-submit\";i:3468;s:27:\"compare-revision-not-exists\";i:3469;s:9:\"diff-form\";i:3470;s:15:\"diff-form-oldid\";i:3471;s:15:\"diff-form-revid\";i:3472;s:16:\"diff-form-submit\";i:3473;s:21:\"diff-form-other-revid\";i:3474;s:21:\"diff-form-error-revid\";i:3475;s:13:\"permanentlink\";i:3476;s:19:\"permanentlink-revid\";i:3477;s:20:\"permanentlink-submit\";i:3478;s:10:\"newsection\";i:3479;s:15:\"newsection-page\";i:3480;s:17:\"newsection-submit\";i:3481;s:8:\"editpage\";i:3482;s:20:\"specialeditpage-page\";i:3483;s:22:\"specialeditpage-submit\";i:3484;s:10:\"deletepage\";i:3485;s:22:\"specialdeletepage-page\";i:3486;s:24:\"specialdeletepage-submit\";i:3487;s:8:\"pageinfo\";i:3488;s:20:\"specialpageinfo-page\";i:3489;s:22:\"specialpageinfo-submit\";i:3490;s:11:\"pagehistory\";i:3491;s:23:\"specialpagehistory-page\";i:3492;s:25:\"specialpagehistory-submit\";i:3493;s:11:\"protectpage\";i:3494;s:23:\"specialprotectpage-page\";i:3495;s:25:\"specialprotectpage-submit\";i:3496;s:5:\"purge\";i:3497;s:17:\"specialpurge-page\";i:3498;s:19:\"specialpurge-submit\";i:3499;s:14:\"dberr-problems\";i:3500;s:11:\"dberr-again\";i:3501;s:10:\"dberr-info\";i:3502;s:17:\"dberr-info-hidden\";i:3503;s:22:\"htmlform-invalid-input\";i:3504;s:25:\"htmlform-select-badoption\";i:3505;s:20:\"htmlform-int-invalid\";i:3506;s:22:\"htmlform-float-invalid\";i:3507;s:19:\"htmlform-int-toolow\";i:3508;s:20:\"htmlform-int-toohigh\";i:3509;s:28:\"htmlform-multiselect-toomany\";i:3510;s:17:\"htmlform-required\";i:3511;s:15:\"htmlform-submit\";i:3512;s:14:\"htmlform-reset\";i:3513;s:28:\"htmlform-selectorother-other\";i:3514;s:11:\"htmlform-no\";i:3515;s:12:\"htmlform-yes\";i:3516;s:27:\"htmlform-chosen-placeholder\";i:3517;s:22:\"htmlform-cloner-create\";i:3518;s:22:\"htmlform-cloner-delete\";i:3519;s:24:\"htmlform-cloner-required\";i:3520;s:25:\"htmlform-date-placeholder\";i:3521;s:25:\"htmlform-time-placeholder\";i:3522;s:29:\"htmlform-datetime-placeholder\";i:3523;s:21:\"htmlform-date-invalid\";i:3524;s:21:\"htmlform-time-invalid\";i:3525;s:25:\"htmlform-datetime-invalid\";i:3526;s:20:\"htmlform-date-toolow\";i:3527;s:21:\"htmlform-date-toohigh\";i:3528;s:20:\"htmlform-time-toolow\";i:3529;s:21:\"htmlform-time-toohigh\";i:3530;s:24:\"htmlform-datetime-toolow\";i:3531;s:25:\"htmlform-datetime-toohigh\";i:3532;s:27:\"htmlform-title-badnamespace\";i:3533;s:28:\"htmlform-title-not-creatable\";i:3534;s:25:\"htmlform-title-not-exists\";i:3535;s:24:\"htmlform-title-interwiki\";i:3536;s:24:\"htmlform-user-not-exists\";i:3537;s:23:\"htmlform-user-not-valid\";i:3538;s:24:\"htmlform-tag-not-allowed\";i:3539;s:22:\"logentry-delete-delete\";i:3540;s:28:\"logentry-delete-delete_redir\";i:3541;s:29:\"logentry-delete-delete_redir2\";i:3542;s:23:\"logentry-delete-restore\";i:3543;s:31:\"logentry-delete-restore-nocount\";i:3544;s:23:\"restore-count-revisions\";i:3545;s:19:\"restore-count-files\";i:3546;s:21:\"logentry-delete-event\";i:3547;s:24:\"logentry-delete-revision\";i:3548;s:28:\"logentry-delete-event-legacy\";i:3549;s:31:\"logentry-delete-revision-legacy\";i:3550;s:24:\"logentry-suppress-delete\";i:3551;s:23:\"logentry-suppress-event\";i:3552;s:26:\"logentry-suppress-revision\";i:3553;s:30:\"logentry-suppress-event-legacy\";i:3554;s:33:\"logentry-suppress-revision-legacy\";i:3555;s:21:\"revdelete-content-hid\";i:3556;s:21:\"revdelete-summary-hid\";i:3557;s:19:\"revdelete-uname-hid\";i:3558;s:23:\"revdelete-content-unhid\";i:3559;s:23:\"revdelete-summary-unhid\";i:3560;s:21:\"revdelete-uname-unhid\";i:3561;s:20:\"revdelete-restricted\";i:3562;s:22:\"revdelete-unrestricted\";i:3563;s:20:\"logentry-block-block\";i:3564;s:22:\"logentry-block-unblock\";i:3565;s:22:\"logentry-block-reblock\";i:3566;s:32:\"logentry-partialblock-block-page\";i:3567;s:30:\"logentry-partialblock-block-ns\";i:3568;s:34:\"logentry-partialblock-block-action\";i:3569;s:27:\"logentry-partialblock-block\";i:3570;s:29:\"logentry-partialblock-reblock\";i:3571;s:32:\"logentry-non-editing-block-block\";i:3572;s:34:\"logentry-non-editing-block-reblock\";i:3573;s:23:\"logentry-suppress-block\";i:3574;s:25:\"logentry-suppress-reblock\";i:3575;s:22:\"logentry-import-upload\";i:3576;s:30:\"logentry-import-upload-details\";i:3577;s:25:\"logentry-import-interwiki\";i:3578;s:33:\"logentry-import-interwiki-details\";i:3579;s:20:\"logentry-merge-merge\";i:3580;s:18:\"logentry-move-move\";i:3581;s:29:\"logentry-move-move-noredirect\";i:3582;s:24:\"logentry-move-move_redir\";i:3583;s:35:\"logentry-move-move_redir-noredirect\";i:3584;s:22:\"logentry-patrol-patrol\";i:3585;s:27:\"logentry-patrol-patrol-auto\";i:3586;s:26:\"logentry-newusers-newusers\";i:3587;s:24:\"logentry-newusers-create\";i:3588;s:25:\"logentry-newusers-create2\";i:3589;s:25:\"logentry-newusers-byemail\";i:3590;s:28:\"logentry-newusers-autocreate\";i:3591;s:26:\"logentry-protect-move_prot\";i:3592;s:26:\"logentry-protect-unprotect\";i:3593;s:24:\"logentry-protect-protect\";i:3594;s:32:\"logentry-protect-protect-cascade\";i:3595;s:23:\"logentry-protect-modify\";i:3596;s:31:\"logentry-protect-modify-cascade\";i:3597;s:22:\"logentry-rights-rights\";i:3598;s:29:\"logentry-rights-rights-legacy\";i:3599;s:27:\"logentry-rights-autopromote\";i:3600;s:22:\"logentry-upload-upload\";i:3601;s:25:\"logentry-upload-overwrite\";i:3602;s:22:\"logentry-upload-revert\";i:3603;s:19:\"log-name-managetags\";i:3604;s:26:\"log-description-managetags\";i:3605;s:26:\"logentry-managetags-create\";i:3606;s:26:\"logentry-managetags-delete\";i:3607;s:28:\"logentry-managetags-activate\";i:3608;s:30:\"logentry-managetags-deactivate\";i:3609;s:12:\"log-name-tag\";i:3610;s:19:\"log-description-tag\";i:3611;s:32:\"logentry-tag-update-add-revision\";i:3612;s:32:\"logentry-tag-update-add-logentry\";i:3613;s:35:\"logentry-tag-update-remove-revision\";i:3614;s:35:\"logentry-tag-update-remove-logentry\";i:3615;s:28:\"logentry-tag-update-revision\";i:3616;s:28:\"logentry-tag-update-logentry\";i:3617;s:10:\"rightsnone\";i:3618;s:30:\"rightslogentry-temporary-group\";i:3619;s:15:\"feedback-adding\";i:3620;s:13:\"feedback-back\";i:3621;s:17:\"feedback-bugcheck\";i:3622;s:15:\"feedback-bugnew\";i:3623;s:18:\"feedback-bugornote\";i:3624;s:15:\"feedback-cancel\";i:3625;s:14:\"feedback-close\";i:3626;s:35:\"feedback-external-bug-report-button\";i:3627;s:21:\"feedback-dialog-title\";i:3628;s:21:\"feedback-dialog-intro\";i:3629;s:15:\"feedback-error1\";i:3630;s:15:\"feedback-error4\";i:3631;s:16:\"feedback-message\";i:3632;s:16:\"feedback-subject\";i:3633;s:15:\"feedback-submit\";i:3634;s:14:\"feedback-terms\";i:3635;s:19:\"feedback-termsofuse\";i:3636;s:15:\"feedback-thanks\";i:3637;s:21:\"feedback-thanks-title\";i:3638;s:18:\"feedback-useragent\";i:3639;s:20:\"searchsuggest-search\";i:3640;s:24:\"searchsuggest-containing\";i:3641;s:27:\"search-match-redirect-label\";i:3642;s:26:\"search-match-redirect-help\";i:3643;s:17:\"searchlimit-label\";i:3644;s:16:\"searchlimit-help\";i:3645;s:30:\"api-clientside-error-noconnect\";i:3646;s:25:\"api-clientside-error-http\";i:3647;s:28:\"api-clientside-error-timeout\";i:3648;s:28:\"api-clientside-error-aborted\";i:3649;s:36:\"api-clientside-error-invalidresponse\";i:3650;s:18:\"api-error-badtoken\";i:3651;s:19:\"api-error-emptypage\";i:3652;s:23:\"api-error-publishfailed\";i:3653;s:21:\"api-error-stashfailed\";i:3654;s:25:\"api-error-unknown-warning\";i:3655;s:22:\"api-error-unknownerror\";i:3656;s:16:\"duration-seconds\";i:3657;s:16:\"duration-minutes\";i:3658;s:14:\"duration-hours\";i:3659;s:13:\"duration-days\";i:3660;s:14:\"duration-weeks\";i:3661;s:14:\"duration-years\";i:3662;s:16:\"duration-decades\";i:3663;s:18:\"duration-centuries\";i:3664;s:18:\"duration-millennia\";i:3665;s:14:\"rotate-comment\";i:3666;s:17:\"limitreport-title\";i:3667;s:19:\"limitreport-cputime\";i:3668;s:25:\"limitreport-cputime-value\";i:3669;s:20:\"limitreport-walltime\";i:3670;s:26:\"limitreport-walltime-value\";i:3671;s:26:\"limitreport-ppvisitednodes\";i:3672;s:32:\"limitreport-ppvisitednodes-value\";i:3673;s:33:\"limitreport-postexpandincludesize\";i:3674;s:39:\"limitreport-postexpandincludesize-value\";i:3675;s:32:\"limitreport-templateargumentsize\";i:3676;s:38:\"limitreport-templateargumentsize-value\";i:3677;s:26:\"limitreport-expansiondepth\";i:3678;s:32:\"limitreport-expansiondepth-value\";i:3679;s:34:\"limitreport-expensivefunctioncount\";i:3680;s:25:\"limitreport-unstrip-depth\";i:3681;s:31:\"limitreport-unstrip-depth-value\";i:3682;s:24:\"limitreport-unstrip-size\";i:3683;s:30:\"limitreport-unstrip-size-value\";i:3684;s:15:\"expandtemplates\";i:3685;s:22:\"expand_templates_intro\";i:3686;s:22:\"expand_templates_title\";i:3687;s:22:\"expand_templates_input\";i:3688;s:23:\"expand_templates_output\";i:3689;s:27:\"expand_templates_xml_output\";i:3690;s:28:\"expand_templates_html_output\";i:3691;s:19:\"expand_templates_ok\";i:3692;s:32:\"expand_templates_remove_comments\";i:3693;s:30:\"expand_templates_remove_nowiki\";i:3694;s:29:\"expand_templates_generate_xml\";i:3695;s:33:\"expand_templates_generate_rawhtml\";i:3696;s:24:\"expand_templates_preview\";i:3697;s:34:\"expand_templates_preview_fail_html\";i:3698;s:39:\"expand_templates_preview_fail_html_anon\";i:3699;s:30:\"expand_templates_input_missing\";i:3700;s:12:\"pagelanguage\";i:3701;s:13:\"pagelang-name\";i:3702;s:17:\"pagelang-language\";i:3703;s:20:\"pagelang-use-default\";i:3704;s:20:\"pagelang-select-lang\";i:3705;s:15:\"pagelang-reason\";i:3706;s:15:\"pagelang-submit\";i:3707;s:25:\"pagelang-nonexistent-page\";i:3708;s:27:\"pagelang-unchanged-language\";i:3709;s:35:\"pagelang-unchanged-language-default\";i:3710;s:18:\"pagelang-db-failed\";i:3711;s:14:\"right-pagelang\";i:3712;s:15:\"action-pagelang\";i:3713;s:17:\"log-name-pagelang\";i:3714;s:24:\"log-description-pagelang\";i:3715;s:26:\"logentry-pagelang-pagelang\";i:3716;s:22:\"default-skin-not-found\";i:3717;s:31:\"default-skin-not-found-no-skins\";i:3718;s:34:\"default-skin-not-found-row-enabled\";i:3719;s:35:\"default-skin-not-found-row-disabled\";i:3720;s:15:\"mediastatistics\";i:3721;s:23:\"mediastatistics-summary\";i:3722;s:22:\"mediastatistics-nfiles\";i:3723;s:22:\"mediastatistics-nbytes\";i:3724;s:28:\"mediastatistics-bytespertype\";i:3725;s:24:\"mediastatistics-allbytes\";i:3726;s:30:\"mediastatistics-table-mimetype\";i:3727;s:32:\"mediastatistics-table-extensions\";i:3728;s:27:\"mediastatistics-table-count\";i:3729;s:32:\"mediastatistics-table-totalbytes\";i:3730;s:30:\"mediastatistics-header-unknown\";i:3731;s:29:\"mediastatistics-header-bitmap\";i:3732;s:30:\"mediastatistics-header-drawing\";i:3733;s:28:\"mediastatistics-header-audio\";i:3734;s:28:\"mediastatistics-header-video\";i:3735;s:33:\"mediastatistics-header-multimedia\";i:3736;s:29:\"mediastatistics-header-office\";i:3737;s:27:\"mediastatistics-header-text\";i:3738;s:33:\"mediastatistics-header-executable\";i:3739;s:30:\"mediastatistics-header-archive\";i:3740;s:25:\"mediastatistics-header-3d\";i:3741;s:28:\"mediastatistics-header-total\";i:3742;s:24:\"json-warn-trailing-comma\";i:3743;s:18:\"json-error-unknown\";i:3744;s:16:\"json-error-depth\";i:3745;s:25:\"json-error-state-mismatch\";i:3746;s:20:\"json-error-ctrl-char\";i:3747;s:17:\"json-error-syntax\";i:3748;s:15:\"json-error-utf8\";i:3749;s:32:\"json-error-invalid-property-name\";i:3750;s:16:\"json-error-utf16\";i:3751;s:21:\"headline-anchor-title\";i:3752;s:30:\"special-characters-group-latin\";i:3753;s:38:\"special-characters-group-latinextended\";i:3754;s:28:\"special-characters-group-ipa\";i:3755;s:32:\"special-characters-group-symbols\";i:3756;s:30:\"special-characters-group-greek\";i:3757;s:38:\"special-characters-group-greekextended\";i:3758;s:33:\"special-characters-group-cyrillic\";i:3759;s:31:\"special-characters-group-arabic\";i:3760;s:39:\"special-characters-group-arabicextended\";i:3761;s:32:\"special-characters-group-persian\";i:3762;s:31:\"special-characters-group-hebrew\";i:3763;s:31:\"special-characters-group-bangla\";i:3764;s:30:\"special-characters-group-tamil\";i:3765;s:31:\"special-characters-group-telugu\";i:3766;s:32:\"special-characters-group-sinhala\";i:3767;s:33:\"special-characters-group-gujarati\";i:3768;s:35:\"special-characters-group-devanagari\";i:3769;s:29:\"special-characters-group-thai\";i:3770;s:28:\"special-characters-group-lao\";i:3771;s:30:\"special-characters-group-khmer\";i:3772;s:43:\"special-characters-group-canadianaboriginal\";i:3773;s:30:\"special-characters-group-runes\";i:3774;s:31:\"special-characters-title-endash\";i:3775;s:31:\"special-characters-title-emdash\";i:3776;s:30:\"special-characters-title-minus\";i:3777;s:22:\"mw-widgets-abandonedit\";i:3778;s:30:\"mw-widgets-abandonedit-discard\";i:3779;s:27:\"mw-widgets-abandonedit-keep\";i:3780;s:28:\"mw-widgets-abandonedit-title\";i:3781;s:30:\"mw-widgets-copytextlayout-copy\";i:3782;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:3783;s:38:\"mw-widgets-copytextlayout-copy-success\";i:3784;s:28:\"mw-widgets-dateinput-no-date\";i:3785;s:36:\"mw-widgets-dateinput-placeholder-day\";i:3786;s:38:\"mw-widgets-dateinput-placeholder-month\";i:3787;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3788;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:3789;s:32:\"mw-widgets-mediasearch-noresults\";i:3790;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:3791;s:27:\"mw-widgets-table-row-delete\";i:3792;s:42:\"mw-widgets-titleinput-description-new-page\";i:3793;s:42:\"mw-widgets-titleinput-description-redirect\";i:3794;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3795;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3796;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3797;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3798;s:15:\"date-range-from\";i:3799;s:13:\"date-range-to\";i:3800;s:18:\"sessionmanager-tie\";i:3801;s:23:\"sessionprovider-generic\";i:3802;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3803;s:25:\"sessionprovider-nocookies\";i:3804;s:14:\"randomrootpage\";i:3805;s:23:\"log-action-filter-block\";i:3806;s:30:\"log-action-filter-contentmodel\";i:3807;s:24:\"log-action-filter-delete\";i:3808;s:24:\"log-action-filter-import\";i:3809;s:28:\"log-action-filter-managetags\";i:3810;s:22:\"log-action-filter-move\";i:3811;s:26:\"log-action-filter-newusers\";i:3812;s:24:\"log-action-filter-patrol\";i:3813;s:25:\"log-action-filter-protect\";i:3814;s:24:\"log-action-filter-rights\";i:3815;s:26:\"log-action-filter-suppress\";i:3816;s:24:\"log-action-filter-upload\";i:3817;s:21:\"log-action-filter-all\";i:3818;s:29:\"log-action-filter-block-block\";i:3819;s:31:\"log-action-filter-block-reblock\";i:3820;s:31:\"log-action-filter-block-unblock\";i:3821;s:37:\"log-action-filter-contentmodel-change\";i:3822;s:34:\"log-action-filter-contentmodel-new\";i:3823;s:31:\"log-action-filter-delete-delete\";i:3824;s:37:\"log-action-filter-delete-delete_redir\";i:3825;s:38:\"log-action-filter-delete-delete_redir2\";i:3826;s:32:\"log-action-filter-delete-restore\";i:3827;s:30:\"log-action-filter-delete-event\";i:3828;s:33:\"log-action-filter-delete-revision\";i:3829;s:34:\"log-action-filter-import-interwiki\";i:3830;s:31:\"log-action-filter-import-upload\";i:3831;s:35:\"log-action-filter-managetags-create\";i:3832;s:35:\"log-action-filter-managetags-delete\";i:3833;s:37:\"log-action-filter-managetags-activate\";i:3834;s:39:\"log-action-filter-managetags-deactivate\";i:3835;s:27:\"log-action-filter-move-move\";i:3836;s:33:\"log-action-filter-move-move_redir\";i:3837;s:33:\"log-action-filter-newusers-create\";i:3838;s:34:\"log-action-filter-newusers-create2\";i:3839;s:37:\"log-action-filter-newusers-autocreate\";i:3840;s:34:\"log-action-filter-newusers-byemail\";i:3841;s:31:\"log-action-filter-patrol-patrol\";i:3842;s:35:\"log-action-filter-patrol-autopatrol\";i:3843;s:33:\"log-action-filter-protect-protect\";i:3844;s:32:\"log-action-filter-protect-modify\";i:3845;s:35:\"log-action-filter-protect-unprotect\";i:3846;s:35:\"log-action-filter-protect-move_prot\";i:3847;s:31:\"log-action-filter-rights-rights\";i:3848;s:36:\"log-action-filter-rights-autopromote\";i:3849;s:32:\"log-action-filter-suppress-event\";i:3850;s:35:\"log-action-filter-suppress-revision\";i:3851;s:33:\"log-action-filter-suppress-delete\";i:3852;s:32:\"log-action-filter-suppress-block\";i:3853;s:34:\"log-action-filter-suppress-reblock\";i:3854;s:31:\"log-action-filter-upload-upload\";i:3855;s:34:\"log-action-filter-upload-overwrite\";i:3856;s:31:\"log-action-filter-upload-revert\";i:3857;s:33:\"authmanager-authn-not-in-progress\";i:3858;s:28:\"authmanager-authn-no-primary\";i:3859;s:31:\"authmanager-authn-no-local-user\";i:3860;s:36:\"authmanager-authn-no-local-user-link\";i:3861;s:35:\"authmanager-authn-autocreate-failed\";i:3862;s:32:\"authmanager-change-not-supported\";i:3863;s:27:\"authmanager-create-disabled\";i:3864;s:29:\"authmanager-create-from-login\";i:3865;s:34:\"authmanager-create-not-in-progress\";i:3866;s:29:\"authmanager-create-no-primary\";i:3867;s:27:\"authmanager-link-no-primary\";i:3868;s:32:\"authmanager-link-not-in-progress\";i:3869;s:29:\"authmanager-autocreate-noperm\";i:3870;s:32:\"authmanager-autocreate-exception\";i:3871;s:28:\"authmanager-userdoesnotexist\";i:3872;s:45:\"authmanager-userlogin-remembermypassword-help\";i:3873;s:25:\"authmanager-username-help\";i:3874;s:25:\"authmanager-password-help\";i:3875;s:23:\"authmanager-domain-help\";i:3876;s:23:\"authmanager-retype-help\";i:3877;s:23:\"authmanager-email-label\";i:3878;s:22:\"authmanager-email-help\";i:3879;s:26:\"authmanager-realname-label\";i:3880;s:25:\"authmanager-realname-help\";i:3881;s:29:\"authmanager-provider-password\";i:3882;s:36:\"authmanager-provider-password-domain\";i:3883;s:38:\"authmanager-provider-temporarypassword\";i:3884;s:32:\"authprovider-confirmlink-message\";i:3885;s:38:\"authprovider-confirmlink-request-label\";i:3886;s:37:\"authprovider-confirmlink-success-line\";i:3887;s:31:\"authprovider-confirmlink-failed\";i:3888;s:32:\"authprovider-confirmlink-ok-help\";i:3889;s:33:\"authprovider-resetpass-skip-label\";i:3890;s:32:\"authprovider-resetpass-skip-help\";i:3891;s:24:\"authform-nosession-login\";i:3892;s:25:\"authform-nosession-signup\";i:3893;s:17:\"authform-newtoken\";i:3894;s:16:\"authform-notoken\";i:3895;s:19:\"authform-wrongtoken\";i:3896;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3897;s:37:\"specialpage-securitylevel-not-allowed\";i:3898;s:21:\"authpage-cannot-login\";i:3899;s:30:\"authpage-cannot-login-continue\";i:3900;s:22:\"authpage-cannot-create\";i:3901;s:31:\"authpage-cannot-create-continue\";i:3902;s:20:\"authpage-cannot-link\";i:3903;s:29:\"authpage-cannot-link-continue\";i:3904;s:28:\"cannotauth-not-allowed-title\";i:3905;s:22:\"cannotauth-not-allowed\";i:3906;s:17:\"changecredentials\";i:3907;s:24:\"changecredentials-submit\";i:3908;s:32:\"changecredentials-invalidsubpage\";i:3909;s:25:\"changecredentials-success\";i:3910;s:17:\"removecredentials\";i:3911;s:24:\"removecredentials-submit\";i:3912;s:32:\"removecredentials-invalidsubpage\";i:3913;s:25:\"removecredentials-success\";i:3914;s:24:\"credentialsform-provider\";i:3915;s:23:\"credentialsform-account\";i:3916;s:28:\"cannotlink-no-provider-title\";i:3917;s:22:\"cannotlink-no-provider\";i:3918;s:12:\"linkaccounts\";i:3919;s:25:\"linkaccounts-success-text\";i:3920;s:19:\"linkaccounts-submit\";i:3921;s:30:\"cannotunlink-no-provider-title\";i:3922;s:24:\"cannotunlink-no-provider\";i:3923;s:14:\"unlinkaccounts\";i:3924;s:22:\"unlinkaccounts-success\";i:3925;s:32:\"authenticationdatachange-ignored\";i:3926;s:14:\"userjsispublic\";i:3927;s:16:\"userjsonispublic\";i:3928;s:15:\"usercssispublic\";i:3929;s:15:\"userjsdangerous\";i:3930;s:23:\"restrictionsfield-badip\";i:3931;s:23:\"restrictionsfield-label\";i:3932;s:22:\"restrictionsfield-help\";i:3933;s:11:\"specialmute\";i:3934;s:19:\"specialmute-success\";i:3935;s:18:\"specialmute-submit\";i:3936;s:28:\"specialmute-label-mute-email\";i:3937;s:18:\"specialmute-header\";i:3938;s:30:\"specialmute-error-invalid-user\";i:3939;s:28:\"specialmute-error-no-options\";i:3940;s:24:\"specialmute-email-footer\";i:3941;s:26:\"specialmute-login-required\";i:3942;s:16:\"mute-preferences\";i:3943;s:5:\"revid\";i:3944;s:6:\"pageid\";i:3945;s:18:\"rawhtml-notallowed\";i:3946;s:13:\"gotointerwiki\";i:3947;s:21:\"gotointerwiki-invalid\";i:3948;s:22:\"gotointerwiki-external\";i:3949;s:17:\"undelete-cantedit\";i:3950;s:19:\"undelete-cantcreate\";i:3951;s:14:\"pagedata-title\";i:3952;s:13:\"pagedata-text\";i:3953;s:23:\"pagedata-not-acceptable\";i:3954;s:18:\"pagedata-bad-title\";i:3955;s:24:\"unregistered-user-config\";i:3956;s:16:\"passwordpolicies\";i:3957;s:24:\"passwordpolicies-summary\";i:3958;s:22:\"passwordpolicies-group\";i:3959;s:25:\"passwordpolicies-policies\";i:3960;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:3961;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:3962;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:3963;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:3964;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:3965;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:3966;s:39:\"passwordpolicies-policyflag-forcechange\";i:3967;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:3968;s:27:\"mycustomjsredirectprotected\";i:3969;s:22:\"deflate-invaliddeflate\";i:3970;s:14:\"unprotected-js\";i:3971;s:19:\"userlogout-continue\";i:3972;s:15:\"userlogout-temp\";i:3973;s:22:\"paramvalidator-baduser\";i:3974;s:29:\"paramvalidator-help-type-user\";i:3975;s:42:\"paramvalidator-help-type-user-subtype-name\";i:3976;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:3977;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:3978;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:3979;s:40:\"paramvalidator-help-type-user-subtype-id\";i:3980;s:23:\"paramvalidator-badtitle\";i:3981;s:27:\"paramvalidator-missingtitle\";i:3982;s:30:\"paramvalidator-help-type-title\";i:3983;s:41:\"paramvalidator-help-type-title-must-exist\";i:3984;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:3985;s:43:\"nonmain-slot-differences-therefore-readonly\";i:3986;s:18:\"config-missing-key\";i:3987;s:18:\"config-invalid-key\";i:3988;s:21:\"changeslist-nocomment\";i:3989;s:22:\"skin-view-create-local\";i:3990;s:14:\"nstab-mainpage\";i:3991;s:20:\"skin-view-edit-local\";i:3992;s:19:\"skin-action-protect\";i:3993;s:20:\"skin-action-undelete\";i:3994;s:18:\"skin-action-delete\";i:3995;s:16:\"skin-action-move\";i:3996;s:30:\"parsoid-stash-rate-limit-error\";i:3997;s:31:\"parsoid-resource-limit-exceeded\";i:3998;s:20:\"parsoid-client-error\";i:3999;s:22:\"newpages-showhide-bots\";i:4000;s:27:\"newpages-showhide-patrolled\";i:4001;s:26:\"newpages-showhide-redirect\";i:4002;s:28:\"newpages-showhide-registered\";i:4003;s:15:\"exif-imagewidth\";i:4004;s:16:\"exif-imagelength\";i:4005;s:18:\"exif-bitspersample\";i:4006;s:16:\"exif-compression\";i:4007;s:30:\"exif-photometricinterpretation\";i:4008;s:16:\"exif-orientation\";i:4009;s:20:\"exif-samplesperpixel\";i:4010;s:24:\"exif-planarconfiguration\";i:4011;s:21:\"exif-ycbcrsubsampling\";i:4012;s:21:\"exif-ycbcrpositioning\";i:4013;s:16:\"exif-xresolution\";i:4014;s:16:\"exif-yresolution\";i:4015;s:17:\"exif-stripoffsets\";i:4016;s:17:\"exif-rowsperstrip\";i:4017;s:20:\"exif-stripbytecounts\";i:4018;s:26:\"exif-jpeginterchangeformat\";i:4019;s:32:\"exif-jpeginterchangeformatlength\";i:4020;s:15:\"exif-whitepoint\";i:4021;s:26:\"exif-primarychromaticities\";i:4022;s:22:\"exif-ycbcrcoefficients\";i:4023;s:24:\"exif-referenceblackwhite\";i:4024;s:13:\"exif-datetime\";i:4025;s:21:\"exif-imagedescription\";i:4026;s:9:\"exif-make\";i:4027;s:10:\"exif-model\";i:4028;s:13:\"exif-software\";i:4029;s:11:\"exif-artist\";i:4030;s:14:\"exif-copyright\";i:4031;s:16:\"exif-exifversion\";i:4032;s:20:\"exif-flashpixversion\";i:4033;s:15:\"exif-colorspace\";i:4034;s:28:\"exif-componentsconfiguration\";i:4035;s:27:\"exif-compressedbitsperpixel\";i:4036;s:20:\"exif-pixelxdimension\";i:4037;s:20:\"exif-pixelydimension\";i:4038;s:16:\"exif-usercomment\";i:4039;s:21:\"exif-relatedsoundfile\";i:4040;s:21:\"exif-datetimeoriginal\";i:4041;s:22:\"exif-datetimedigitized\";i:4042;s:15:\"exif-subsectime\";i:4043;s:23:\"exif-subsectimeoriginal\";i:4044;s:24:\"exif-subsectimedigitized\";i:4045;s:17:\"exif-exposuretime\";i:4046;s:24:\"exif-exposuretime-format\";i:4047;s:12:\"exif-fnumber\";i:4048;s:20:\"exif-exposureprogram\";i:4049;s:24:\"exif-spectralsensitivity\";i:4050;s:20:\"exif-isospeedratings\";i:4051;s:22:\"exif-shutterspeedvalue\";i:4052;s:18:\"exif-aperturevalue\";i:4053;s:20:\"exif-brightnessvalue\";i:4054;s:22:\"exif-exposurebiasvalue\";i:4055;s:21:\"exif-maxaperturevalue\";i:4056;s:20:\"exif-subjectdistance\";i:4057;s:17:\"exif-meteringmode\";i:4058;s:16:\"exif-lightsource\";i:4059;s:10:\"exif-flash\";i:4060;s:16:\"exif-focallength\";i:4061;s:16:\"exif-subjectarea\";i:4062;s:16:\"exif-flashenergy\";i:4063;s:26:\"exif-focalplanexresolution\";i:4064;s:26:\"exif-focalplaneyresolution\";i:4065;s:29:\"exif-focalplaneresolutionunit\";i:4066;s:20:\"exif-subjectlocation\";i:4067;s:18:\"exif-exposureindex\";i:4068;s:18:\"exif-sensingmethod\";i:4069;s:15:\"exif-filesource\";i:4070;s:14:\"exif-scenetype\";i:4071;s:19:\"exif-customrendered\";i:4072;s:17:\"exif-exposuremode\";i:4073;s:17:\"exif-whitebalance\";i:4074;s:21:\"exif-digitalzoomratio\";i:4075;s:26:\"exif-focallengthin35mmfilm\";i:4076;s:21:\"exif-scenecapturetype\";i:4077;s:16:\"exif-gaincontrol\";i:4078;s:13:\"exif-contrast\";i:4079;s:15:\"exif-saturation\";i:4080;s:14:\"exif-sharpness\";i:4081;s:29:\"exif-devicesettingdescription\";i:4082;s:25:\"exif-subjectdistancerange\";i:4083;s:18:\"exif-imageuniqueid\";i:4084;s:17:\"exif-gpsversionid\";i:4085;s:19:\"exif-gpslatituderef\";i:4086;s:16:\"exif-gpslatitude\";i:4087;s:20:\"exif-gpslongituderef\";i:4088;s:17:\"exif-gpslongitude\";i:4089;s:19:\"exif-gpsaltituderef\";i:4090;s:16:\"exif-gpsaltitude\";i:4091;s:17:\"exif-gpstimestamp\";i:4092;s:18:\"exif-gpssatellites\";i:4093;s:14:\"exif-gpsstatus\";i:4094;s:19:\"exif-gpsmeasuremode\";i:4095;s:11:\"exif-gpsdop\";i:4096;s:16:\"exif-gpsspeedref\";i:4097;s:13:\"exif-gpsspeed\";i:4098;s:16:\"exif-gpstrackref\";i:4099;s:13:\"exif-gpstrack\";i:4100;s:23:\"exif-gpsimgdirectionref\";i:4101;s:20:\"exif-gpsimgdirection\";i:4102;s:16:\"exif-gpsmapdatum\";i:4103;s:23:\"exif-gpsdestlatituderef\";i:4104;s:20:\"exif-gpsdestlatitude\";i:4105;s:24:\"exif-gpsdestlongituderef\";i:4106;s:21:\"exif-gpsdestlongitude\";i:4107;s:22:\"exif-gpsdestbearingref\";i:4108;s:19:\"exif-gpsdestbearing\";i:4109;s:23:\"exif-gpsdestdistanceref\";i:4110;s:20:\"exif-gpsdestdistance\";i:4111;s:24:\"exif-gpsprocessingmethod\";i:4112;s:23:\"exif-gpsareainformation\";i:4113;s:17:\"exif-gpsdatestamp\";i:4114;s:20:\"exif-gpsdifferential\";i:4115;s:20:\"exif-jpegfilecomment\";i:4116;s:13:\"exif-keywords\";i:4117;s:23:\"exif-worldregioncreated\";i:4118;s:19:\"exif-countrycreated\";i:4119;s:23:\"exif-countrycodecreated\";i:4120;s:27:\"exif-provinceorstatecreated\";i:4121;s:16:\"exif-citycreated\";i:4122;s:23:\"exif-sublocationcreated\";i:4123;s:20:\"exif-worldregiondest\";i:4124;s:16:\"exif-countrydest\";i:4125;s:20:\"exif-countrycodedest\";i:4126;s:24:\"exif-provinceorstatedest\";i:4127;s:13:\"exif-citydest\";i:4128;s:20:\"exif-sublocationdest\";i:4129;s:15:\"exif-objectname\";i:4130;s:24:\"exif-specialinstructions\";i:4131;s:13:\"exif-headline\";i:4132;s:11:\"exif-credit\";i:4133;s:11:\"exif-source\";i:4134;s:15:\"exif-editstatus\";i:4135;s:12:\"exif-urgency\";i:4136;s:22:\"exif-fixtureidentifier\";i:4137;s:17:\"exif-locationdest\";i:4138;s:21:\"exif-locationdestcode\";i:4139;s:16:\"exif-objectcycle\";i:4140;s:12:\"exif-contact\";i:4141;s:11:\"exif-writer\";i:4142;s:17:\"exif-languagecode\";i:4143;s:15:\"exif-iimversion\";i:4144;s:16:\"exif-iimcategory\";i:4145;s:28:\"exif-iimsupplementalcategory\";i:4146;s:20:\"exif-datetimeexpires\";i:4147;s:21:\"exif-datetimereleased\";i:4148;s:28:\"exif-originaltransmissionref\";i:4149;s:15:\"exif-identifier\";i:4150;s:9:\"exif-lens\";i:4151;s:17:\"exif-serialnumber\";i:4152;s:20:\"exif-cameraownername\";i:4153;s:10:\"exif-label\";i:4154;s:21:\"exif-datetimemetadata\";i:4155;s:13:\"exif-nickname\";i:4156;s:11:\"exif-rating\";i:4157;s:22:\"exif-rightscertificate\";i:4158;s:16:\"exif-copyrighted\";i:4159;s:19:\"exif-copyrightowner\";i:4160;s:15:\"exif-usageterms\";i:4161;s:17:\"exif-webstatement\";i:4162;s:23:\"exif-originaldocumentid\";i:4163;s:15:\"exif-licenseurl\";i:4164;s:23:\"exif-morepermissionsurl\";i:4165;s:19:\"exif-attributionurl\";i:4166;s:29:\"exif-preferredattributionname\";i:4167;s:19:\"exif-pngfilecomment\";i:4168;s:15:\"exif-disclaimer\";i:4169;s:19:\"exif-contentwarning\";i:4170;s:19:\"exif-giffilecomment\";i:4171;s:22:\"exif-intellectualgenre\";i:4172;s:20:\"exif-subjectnewscode\";i:4173;s:14:\"exif-scenecode\";i:4174;s:10:\"exif-event\";i:4175;s:24:\"exif-organisationinimage\";i:4176;s:18:\"exif-personinimage\";i:4177;s:24:\"exif-originalimageheight\";i:4178;s:23:\"exif-originalimagewidth\";i:4179;s:18:\"exif-compression-1\";i:4180;s:18:\"exif-compression-2\";i:4181;s:18:\"exif-compression-3\";i:4182;s:18:\"exif-compression-4\";i:4183;s:21:\"exif-copyrighted-true\";i:4184;s:22:\"exif-copyrighted-false\";i:4185;s:32:\"exif-photometricinterpretation-0\";i:4186;s:32:\"exif-photometricinterpretation-1\";i:4187;s:32:\"exif-photometricinterpretation-3\";i:4188;s:32:\"exif-photometricinterpretation-4\";i:4189;s:32:\"exif-photometricinterpretation-5\";i:4190;s:32:\"exif-photometricinterpretation-9\";i:4191;s:33:\"exif-photometricinterpretation-10\";i:4192;s:36:\"exif-photometricinterpretation-32803\";i:4193;s:36:\"exif-photometricinterpretation-34892\";i:4194;s:16:\"exif-unknowndate\";i:4195;s:18:\"exif-orientation-1\";i:4196;s:18:\"exif-orientation-2\";i:4197;s:18:\"exif-orientation-3\";i:4198;s:18:\"exif-orientation-4\";i:4199;s:18:\"exif-orientation-5\";i:4200;s:18:\"exif-orientation-6\";i:4201;s:18:\"exif-orientation-7\";i:4202;s:18:\"exif-orientation-8\";i:4203;s:26:\"exif-planarconfiguration-1\";i:4204;s:26:\"exif-planarconfiguration-2\";i:4205;s:21:\"exif-colorspace-65535\";i:4206;s:30:\"exif-componentsconfiguration-0\";i:4207;s:22:\"exif-exposureprogram-0\";i:4208;s:22:\"exif-exposureprogram-1\";i:4209;s:22:\"exif-exposureprogram-2\";i:4210;s:22:\"exif-exposureprogram-3\";i:4211;s:22:\"exif-exposureprogram-4\";i:4212;s:22:\"exif-exposureprogram-5\";i:4213;s:22:\"exif-exposureprogram-6\";i:4214;s:22:\"exif-exposureprogram-7\";i:4215;s:22:\"exif-exposureprogram-8\";i:4216;s:26:\"exif-subjectdistance-value\";i:4217;s:19:\"exif-meteringmode-0\";i:4218;s:19:\"exif-meteringmode-1\";i:4219;s:19:\"exif-meteringmode-2\";i:4220;s:19:\"exif-meteringmode-3\";i:4221;s:19:\"exif-meteringmode-4\";i:4222;s:19:\"exif-meteringmode-5\";i:4223;s:19:\"exif-meteringmode-6\";i:4224;s:21:\"exif-meteringmode-255\";i:4225;s:18:\"exif-lightsource-0\";i:4226;s:18:\"exif-lightsource-1\";i:4227;s:18:\"exif-lightsource-2\";i:4228;s:18:\"exif-lightsource-3\";i:4229;s:18:\"exif-lightsource-4\";i:4230;s:18:\"exif-lightsource-9\";i:4231;s:19:\"exif-lightsource-10\";i:4232;s:19:\"exif-lightsource-11\";i:4233;s:19:\"exif-lightsource-12\";i:4234;s:19:\"exif-lightsource-13\";i:4235;s:19:\"exif-lightsource-14\";i:4236;s:19:\"exif-lightsource-15\";i:4237;s:19:\"exif-lightsource-17\";i:4238;s:19:\"exif-lightsource-18\";i:4239;s:19:\"exif-lightsource-19\";i:4240;s:19:\"exif-lightsource-24\";i:4241;s:20:\"exif-lightsource-255\";i:4242;s:18:\"exif-flash-fired-0\";i:4243;s:18:\"exif-flash-fired-1\";i:4244;s:19:\"exif-flash-return-0\";i:4245;s:19:\"exif-flash-return-2\";i:4246;s:19:\"exif-flash-return-3\";i:4247;s:17:\"exif-flash-mode-1\";i:4248;s:17:\"exif-flash-mode-2\";i:4249;s:17:\"exif-flash-mode-3\";i:4250;s:21:\"exif-flash-function-1\";i:4251;s:19:\"exif-flash-redeye-1\";i:4252;s:31:\"exif-focalplaneresolutionunit-2\";i:4253;s:20:\"exif-sensingmethod-1\";i:4254;s:20:\"exif-sensingmethod-2\";i:4255;s:20:\"exif-sensingmethod-3\";i:4256;s:20:\"exif-sensingmethod-4\";i:4257;s:20:\"exif-sensingmethod-5\";i:4258;s:20:\"exif-sensingmethod-7\";i:4259;s:20:\"exif-sensingmethod-8\";i:4260;s:17:\"exif-filesource-3\";i:4261;s:16:\"exif-scenetype-1\";i:4262;s:21:\"exif-customrendered-0\";i:4263;s:21:\"exif-customrendered-1\";i:4264;s:21:\"exif-customrendered-2\";i:4265;s:21:\"exif-customrendered-3\";i:4266;s:21:\"exif-customrendered-4\";i:4267;s:21:\"exif-customrendered-6\";i:4268;s:21:\"exif-customrendered-7\";i:4269;s:21:\"exif-customrendered-8\";i:4270;s:19:\"exif-exposuremode-0\";i:4271;s:19:\"exif-exposuremode-1\";i:4272;s:19:\"exif-exposuremode-2\";i:4273;s:19:\"exif-whitebalance-0\";i:4274;s:19:\"exif-whitebalance-1\";i:4275;s:23:\"exif-scenecapturetype-0\";i:4276;s:23:\"exif-scenecapturetype-1\";i:4277;s:23:\"exif-scenecapturetype-2\";i:4278;s:23:\"exif-scenecapturetype-3\";i:4279;s:18:\"exif-gaincontrol-0\";i:4280;s:18:\"exif-gaincontrol-1\";i:4281;s:18:\"exif-gaincontrol-2\";i:4282;s:18:\"exif-gaincontrol-3\";i:4283;s:18:\"exif-gaincontrol-4\";i:4284;s:15:\"exif-contrast-0\";i:4285;s:15:\"exif-contrast-1\";i:4286;s:15:\"exif-contrast-2\";i:4287;s:17:\"exif-saturation-0\";i:4288;s:17:\"exif-saturation-1\";i:4289;s:17:\"exif-saturation-2\";i:4290;s:16:\"exif-sharpness-0\";i:4291;s:16:\"exif-sharpness-1\";i:4292;s:16:\"exif-sharpness-2\";i:4293;s:27:\"exif-subjectdistancerange-0\";i:4294;s:27:\"exif-subjectdistancerange-1\";i:4295;s:27:\"exif-subjectdistancerange-2\";i:4296;s:27:\"exif-subjectdistancerange-3\";i:4297;s:18:\"exif-gpslatitude-n\";i:4298;s:18:\"exif-gpslatitude-s\";i:4299;s:19:\"exif-gpslongitude-e\";i:4300;s:19:\"exif-gpslongitude-w\";i:4301;s:31:\"exif-gpsaltitude-above-sealevel\";i:4302;s:31:\"exif-gpsaltitude-below-sealevel\";i:4303;s:16:\"exif-gpsstatus-a\";i:4304;s:16:\"exif-gpsstatus-v\";i:4305;s:21:\"exif-gpsmeasuremode-2\";i:4306;s:21:\"exif-gpsmeasuremode-3\";i:4307;s:15:\"exif-gpsspeed-k\";i:4308;s:15:\"exif-gpsspeed-m\";i:4309;s:15:\"exif-gpsspeed-n\";i:4310;s:22:\"exif-gpsdestdistance-k\";i:4311;s:22:\"exif-gpsdestdistance-m\";i:4312;s:22:\"exif-gpsdestdistance-n\";i:4313;s:21:\"exif-gpsdop-excellent\";i:4314;s:16:\"exif-gpsdop-good\";i:4315;s:20:\"exif-gpsdop-moderate\";i:4316;s:16:\"exif-gpsdop-fair\";i:4317;s:16:\"exif-gpsdop-poor\";i:4318;s:18:\"exif-objectcycle-a\";i:4319;s:18:\"exif-objectcycle-p\";i:4320;s:18:\"exif-objectcycle-b\";i:4321;s:19:\"exif-gpsdirection-t\";i:4322;s:19:\"exif-gpsdirection-m\";i:4323;s:23:\"exif-ycbcrpositioning-1\";i:4324;s:23:\"exif-ycbcrpositioning-2\";i:4325;s:19:\"exif-dc-contributor\";i:4326;s:16:\"exif-dc-coverage\";i:4327;s:12:\"exif-dc-date\";i:4328;s:17:\"exif-dc-publisher\";i:4329;s:16:\"exif-dc-relation\";i:4330;s:14:\"exif-dc-rights\";i:4331;s:14:\"exif-dc-source\";i:4332;s:12:\"exif-dc-type\";i:4333;s:20:\"exif-rating-rejected\";i:4334;s:29:\"exif-isospeedratings-overflow\";i:4335;s:20:\"exif-iimcategory-ace\";i:4336;s:20:\"exif-iimcategory-clj\";i:4337;s:20:\"exif-iimcategory-dis\";i:4338;s:20:\"exif-iimcategory-fin\";i:4339;s:20:\"exif-iimcategory-edu\";i:4340;s:20:\"exif-iimcategory-evn\";i:4341;s:20:\"exif-iimcategory-hth\";i:4342;s:20:\"exif-iimcategory-hum\";i:4343;s:20:\"exif-iimcategory-lab\";i:4344;s:20:\"exif-iimcategory-lif\";i:4345;s:20:\"exif-iimcategory-pol\";i:4346;s:20:\"exif-iimcategory-rel\";i:4347;s:20:\"exif-iimcategory-sci\";i:4348;s:20:\"exif-iimcategory-soi\";i:4349;s:20:\"exif-iimcategory-spo\";i:4350;s:20:\"exif-iimcategory-war\";i:4351;s:20:\"exif-iimcategory-wea\";i:4352;s:19:\"exif-urgency-normal\";i:4353;s:16:\"exif-urgency-low\";i:4354;s:17:\"exif-urgency-high\";i:4355;s:18:\"exif-urgency-other\";i:4356;s:19:\"exif-firstphotodate\";i:4357;s:18:\"exif-lastphotodate\";i:4358;s:19:\"exif-projectiontype\";i:4359;s:35:\"exif-projectiontype-equirectangular\";i:4360;s:22:\"exif-usepanoramaviewer\";i:4361;s:27:\"exif-usepanoramaviewer-true\";i:4362;s:28:\"exif-usepanoramaviewer-false\";i:4363;s:21:\"exif-exposurelockused\";i:4364;s:26:\"exif-exposurelockused-true\";i:4365;s:27:\"exif-exposurelockused-false\";i:4366;s:23:\"exif-poseheadingdegrees\";i:4367;s:21:\"exif-posepitchdegrees\";i:4368;s:20:\"exif-poserolldegrees\";i:4369;s:30:\"exif-initialviewheadingdegrees\";i:4370;s:28:\"exif-initialviewpitchdegrees\";i:4371;s:27:\"exif-initialviewrolldegrees\";i:4372;s:32:\"exif-initialhorizontalfovdegrees\";i:4373;s:30:\"exif-initialverticalfovdegrees\";i:4374;s:22:\"exif-sourcephotoscount\";i:4375;s:32:\"exif-croppedareaimagewidthpixels\";i:4376;s:33:\"exif-croppedareaimageheightpixels\";i:4377;s:24:\"exif-fullpanowidthpixels\";i:4378;s:25:\"exif-fullpanoheightpixels\";i:4379;s:26:\"exif-croppedarealeftpixels\";i:4380;s:25:\"exif-croppedareatoppixels\";i:4381;s:23:\"exif-initialcameradolly\";i:4382;s:22:\"exif-stitchingsoftware\";i:4383;s:33:\"apihelp-main-extended-description\";i:4384;s:25:\"apihelp-main-param-action\";i:4385;s:25:\"apihelp-main-param-format\";i:4386;s:25:\"apihelp-main-param-maxlag\";i:4387;s:26:\"apihelp-main-param-smaxage\";i:4388;s:25:\"apihelp-main-param-maxage\";i:4389;s:25:\"apihelp-main-param-assert\";i:4390;s:29:\"apihelp-main-param-assertuser\";i:4391;s:28:\"apihelp-main-param-requestid\";i:4392;s:27:\"apihelp-main-param-servedby\";i:4393;s:31:\"apihelp-main-param-curtimestamp\";i:4394;s:35:\"apihelp-main-param-responselanginfo\";i:4395;s:25:\"apihelp-main-param-origin\";i:4396;s:26:\"apihelp-main-param-uselang\";i:4397;s:26:\"apihelp-main-param-variant\";i:4398;s:30:\"apihelp-main-param-errorformat\";i:4399;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4400;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4401;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4402;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4403;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4404;s:28:\"apihelp-main-param-errorlang\";i:4405;s:33:\"apihelp-main-param-errorsuselocal\";i:4406;s:21:\"apihelp-block-summary\";i:4407;s:24:\"apihelp-block-param-user\";i:4408;s:26:\"apihelp-block-param-userid\";i:4409;s:26:\"apihelp-block-param-expiry\";i:4410;s:26:\"apihelp-block-param-reason\";i:4411;s:28:\"apihelp-block-param-anononly\";i:4412;s:28:\"apihelp-block-param-nocreate\";i:4413;s:29:\"apihelp-block-param-autoblock\";i:4414;s:27:\"apihelp-block-param-noemail\";i:4415;s:28:\"apihelp-block-param-hidename\";i:4416;s:33:\"apihelp-block-param-allowusertalk\";i:4417;s:27:\"apihelp-block-param-reblock\";i:4418;s:29:\"apihelp-block-param-watchuser\";i:4419;s:35:\"apihelp-block-param-watchlistexpiry\";i:4420;s:24:\"apihelp-block-param-tags\";i:4421;s:27:\"apihelp-block-param-partial\";i:4422;s:36:\"apihelp-block-param-pagerestrictions\";i:4423;s:41:\"apihelp-block-param-namespacerestrictions\";i:4424;s:38:\"apihelp-block-param-actionrestrictions\";i:4425;s:31:\"apihelp-block-example-ip-simple\";i:4426;s:34:\"apihelp-block-example-user-complex\";i:4427;s:40:\"apihelp-changeauthenticationdata-summary\";i:4428;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4429;s:34:\"apihelp-changecontentmodel-summary\";i:4430;s:38:\"apihelp-changecontentmodel-param-title\";i:4431;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4432;s:40:\"apihelp-changecontentmodel-param-summary\";i:4433;s:37:\"apihelp-changecontentmodel-param-tags\";i:4434;s:38:\"apihelp-changecontentmodel-param-model\";i:4435;s:36:\"apihelp-changecontentmodel-param-bot\";i:4436;s:34:\"apihelp-changecontentmodel-example\";i:4437;s:26:\"apihelp-checktoken-summary\";i:4438;s:29:\"apihelp-checktoken-param-type\";i:4439;s:30:\"apihelp-checktoken-param-token\";i:4440;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4441;s:33:\"apihelp-checktoken-example-simple\";i:4442;s:27:\"apihelp-clearhasmsg-summary\";i:4443;s:29:\"apihelp-clearhasmsg-example-1\";i:4444;s:27:\"apihelp-clientlogin-summary\";i:4445;s:33:\"apihelp-clientlogin-example-login\";i:4446;s:34:\"apihelp-clientlogin-example-login2\";i:4447;s:23:\"apihelp-compare-summary\";i:4448;s:36:\"apihelp-compare-extended-description\";i:4449;s:31:\"apihelp-compare-param-fromtitle\";i:4450;s:28:\"apihelp-compare-param-fromid\";i:4451;s:29:\"apihelp-compare-param-fromrev\";i:4452;s:29:\"apihelp-compare-param-frompst\";i:4453;s:31:\"apihelp-compare-param-fromslots\";i:4454;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4455;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4456;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4457;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4458;s:30:\"apihelp-compare-param-fromtext\";i:4459;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4460;s:39:\"apihelp-compare-param-fromcontentformat\";i:4461;s:33:\"apihelp-compare-param-fromsection\";i:4462;s:29:\"apihelp-compare-param-totitle\";i:4463;s:26:\"apihelp-compare-param-toid\";i:4464;s:27:\"apihelp-compare-param-torev\";i:4465;s:32:\"apihelp-compare-param-torelative\";i:4466;s:27:\"apihelp-compare-param-topst\";i:4467;s:35:\"apihelp-compare-param-totext-{slot}\";i:4468;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4469;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4470;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4471;s:28:\"apihelp-compare-param-totext\";i:4472;s:36:\"apihelp-compare-param-tocontentmodel\";i:4473;s:37:\"apihelp-compare-param-tocontentformat\";i:4474;s:31:\"apihelp-compare-param-tosection\";i:4475;s:26:\"apihelp-compare-param-prop\";i:4476;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4477;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4478;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4479;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4480;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4481;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4482;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4483;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4484;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4485;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4486;s:30:\"apihelp-compare-param-difftype\";i:4487;s:27:\"apihelp-compare-param-slots\";i:4488;s:25:\"apihelp-compare-example-1\";i:4489;s:29:\"apihelp-createaccount-summary\";i:4490;s:41:\"apihelp-createaccount-param-preservestate\";i:4491;s:36:\"apihelp-createaccount-example-create\";i:4492;s:25:\"apihelp-cspreport-summary\";i:4493;s:34:\"apihelp-cspreport-param-reportonly\";i:4494;s:30:\"apihelp-cspreport-param-source\";i:4495;s:22:\"apihelp-delete-summary\";i:4496;s:26:\"apihelp-delete-param-title\";i:4497;s:27:\"apihelp-delete-param-pageid\";i:4498;s:27:\"apihelp-delete-param-reason\";i:4499;s:25:\"apihelp-delete-param-tags\";i:4500;s:31:\"apihelp-delete-param-deletetalk\";i:4501;s:26:\"apihelp-delete-param-watch\";i:4502;s:30:\"apihelp-delete-param-watchlist\";i:4503;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4504;s:28:\"apihelp-delete-param-unwatch\";i:4505;s:29:\"apihelp-delete-param-oldimage\";i:4506;s:29:\"apihelp-delete-example-simple\";i:4507;s:29:\"apihelp-delete-example-reason\";i:4508;s:24:\"apihelp-disabled-summary\";i:4509;s:20:\"apihelp-edit-summary\";i:4510;s:24:\"apihelp-edit-param-title\";i:4511;s:25:\"apihelp-edit-param-pageid\";i:4512;s:26:\"apihelp-edit-param-section\";i:4513;s:31:\"apihelp-edit-param-sectiontitle\";i:4514;s:23:\"apihelp-edit-param-text\";i:4515;s:26:\"apihelp-edit-param-summary\";i:4516;s:23:\"apihelp-edit-param-tags\";i:4517;s:24:\"apihelp-edit-param-minor\";i:4518;s:27:\"apihelp-edit-param-notminor\";i:4519;s:22:\"apihelp-edit-param-bot\";i:4520;s:28:\"apihelp-edit-param-baserevid\";i:4521;s:32:\"apihelp-edit-param-basetimestamp\";i:4522;s:33:\"apihelp-edit-param-starttimestamp\";i:4523;s:27:\"apihelp-edit-param-recreate\";i:4524;s:29:\"apihelp-edit-param-createonly\";i:4525;s:27:\"apihelp-edit-param-nocreate\";i:4526;s:24:\"apihelp-edit-param-watch\";i:4527;s:26:\"apihelp-edit-param-unwatch\";i:4528;s:28:\"apihelp-edit-param-watchlist\";i:4529;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4530;s:22:\"apihelp-edit-param-md5\";i:4531;s:30:\"apihelp-edit-param-prependtext\";i:4532;s:29:\"apihelp-edit-param-appendtext\";i:4533;s:23:\"apihelp-edit-param-undo\";i:4534;s:28:\"apihelp-edit-param-undoafter\";i:4535;s:27:\"apihelp-edit-param-redirect\";i:4536;s:32:\"apihelp-edit-param-contentformat\";i:4537;s:31:\"apihelp-edit-param-contentmodel\";i:4538;s:24:\"apihelp-edit-param-token\";i:4539;s:25:\"apihelp-edit-example-edit\";i:4540;s:28:\"apihelp-edit-example-prepend\";i:4541;s:25:\"apihelp-edit-example-undo\";i:4542;s:25:\"apihelp-emailuser-summary\";i:4543;s:30:\"apihelp-emailuser-param-target\";i:4544;s:31:\"apihelp-emailuser-param-subject\";i:4545;s:28:\"apihelp-emailuser-param-text\";i:4546;s:28:\"apihelp-emailuser-param-ccme\";i:4547;s:31:\"apihelp-emailuser-example-email\";i:4548;s:31:\"apihelp-expandtemplates-summary\";i:4549;s:35:\"apihelp-expandtemplates-param-title\";i:4550;s:34:\"apihelp-expandtemplates-param-text\";i:4551;s:35:\"apihelp-expandtemplates-param-revid\";i:4552;s:34:\"apihelp-expandtemplates-param-prop\";i:4553;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4554;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4555;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4556;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4557;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4558;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4559;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4560;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4561;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4562;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4563;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4564;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4565;s:38:\"apihelp-expandtemplates-example-simple\";i:4566;s:33:\"apihelp-feedcontributions-summary\";i:4567;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4568;s:36:\"apihelp-feedcontributions-param-user\";i:4569;s:41:\"apihelp-feedcontributions-param-namespace\";i:4570;s:36:\"apihelp-feedcontributions-param-year\";i:4571;s:37:\"apihelp-feedcontributions-param-month\";i:4572;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4573;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4574;s:39:\"apihelp-feedcontributions-param-toponly\";i:4575;s:39:\"apihelp-feedcontributions-param-newonly\";i:4576;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4577;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4578;s:40:\"apihelp-feedcontributions-example-simple\";i:4579;s:33:\"apihelp-feedrecentchanges-summary\";i:4580;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4581;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4582;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4583;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4584;s:36:\"apihelp-feedrecentchanges-param-days\";i:4585;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4586;s:36:\"apihelp-feedrecentchanges-param-from\";i:4587;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4588;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4589;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4590;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4591;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4592;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4593;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4594;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4595;s:38:\"apihelp-feedrecentchanges-param-target\";i:4596;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4597;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4598;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4599;s:29:\"apihelp-feedwatchlist-summary\";i:4600;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4601;s:33:\"apihelp-feedwatchlist-param-hours\";i:4602;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4603;s:37:\"apihelp-feedwatchlist-example-default\";i:4604;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4605;s:26:\"apihelp-filerevert-summary\";i:4606;s:33:\"apihelp-filerevert-param-filename\";i:4607;s:32:\"apihelp-filerevert-param-comment\";i:4608;s:36:\"apihelp-filerevert-param-archivename\";i:4609;s:33:\"apihelp-filerevert-example-revert\";i:4610;s:20:\"apihelp-help-summary\";i:4611;s:26:\"apihelp-help-param-modules\";i:4612;s:29:\"apihelp-help-param-submodules\";i:4613;s:38:\"apihelp-help-param-recursivesubmodules\";i:4614;s:29:\"apihelp-help-param-helpformat\";i:4615;s:23:\"apihelp-help-param-wrap\";i:4616;s:22:\"apihelp-help-param-toc\";i:4617;s:25:\"apihelp-help-example-main\";i:4618;s:31:\"apihelp-help-example-submodules\";i:4619;s:30:\"apihelp-help-example-recursive\";i:4620;s:25:\"apihelp-help-example-help\";i:4621;s:26:\"apihelp-help-example-query\";i:4622;s:27:\"apihelp-imagerotate-summary\";i:4623;s:34:\"apihelp-imagerotate-param-rotation\";i:4624;s:30:\"apihelp-imagerotate-param-tags\";i:4625;s:34:\"apihelp-imagerotate-example-simple\";i:4626;s:37:\"apihelp-imagerotate-example-generator\";i:4627;s:22:\"apihelp-import-summary\";i:4628;s:35:\"apihelp-import-extended-description\";i:4629;s:28:\"apihelp-import-param-summary\";i:4630;s:24:\"apihelp-import-param-xml\";i:4631;s:36:\"apihelp-import-param-interwikiprefix\";i:4632;s:37:\"apihelp-import-param-assignknownusers\";i:4633;s:36:\"apihelp-import-param-interwikisource\";i:4634;s:34:\"apihelp-import-param-interwikipage\";i:4635;s:32:\"apihelp-import-param-fullhistory\";i:4636;s:30:\"apihelp-import-param-templates\";i:4637;s:30:\"apihelp-import-param-namespace\";i:4638;s:29:\"apihelp-import-param-rootpage\";i:4639;s:25:\"apihelp-import-param-tags\";i:4640;s:29:\"apihelp-import-example-import\";i:4641;s:27:\"apihelp-linkaccount-summary\";i:4642;s:32:\"apihelp-linkaccount-example-link\";i:4643;s:21:\"apihelp-login-summary\";i:4644;s:34:\"apihelp-login-extended-description\";i:4645;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4646;s:24:\"apihelp-login-param-name\";i:4647;s:28:\"apihelp-login-param-password\";i:4648;s:26:\"apihelp-login-param-domain\";i:4649;s:25:\"apihelp-login-param-token\";i:4650;s:27:\"apihelp-login-example-login\";i:4651;s:22:\"apihelp-logout-summary\";i:4652;s:29:\"apihelp-logout-example-logout\";i:4653;s:26:\"apihelp-managetags-summary\";i:4654;s:34:\"apihelp-managetags-param-operation\";i:4655;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:4656;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:4657;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:4658;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:4659;s:28:\"apihelp-managetags-param-tag\";i:4660;s:31:\"apihelp-managetags-param-reason\";i:4661;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4662;s:29:\"apihelp-managetags-param-tags\";i:4663;s:33:\"apihelp-managetags-example-create\";i:4664;s:33:\"apihelp-managetags-example-delete\";i:4665;s:35:\"apihelp-managetags-example-activate\";i:4666;s:37:\"apihelp-managetags-example-deactivate\";i:4667;s:28:\"apihelp-mergehistory-summary\";i:4668;s:31:\"apihelp-mergehistory-param-from\";i:4669;s:33:\"apihelp-mergehistory-param-fromid\";i:4670;s:29:\"apihelp-mergehistory-param-to\";i:4671;s:31:\"apihelp-mergehistory-param-toid\";i:4672;s:36:\"apihelp-mergehistory-param-timestamp\";i:4673;s:33:\"apihelp-mergehistory-param-reason\";i:4674;s:34:\"apihelp-mergehistory-example-merge\";i:4675;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4676;s:20:\"apihelp-move-summary\";i:4677;s:23:\"apihelp-move-param-from\";i:4678;s:25:\"apihelp-move-param-fromid\";i:4679;s:21:\"apihelp-move-param-to\";i:4680;s:25:\"apihelp-move-param-reason\";i:4681;s:27:\"apihelp-move-param-movetalk\";i:4682;s:31:\"apihelp-move-param-movesubpages\";i:4683;s:29:\"apihelp-move-param-noredirect\";i:4684;s:24:\"apihelp-move-param-watch\";i:4685;s:26:\"apihelp-move-param-unwatch\";i:4686;s:28:\"apihelp-move-param-watchlist\";i:4687;s:34:\"apihelp-move-param-watchlistexpiry\";i:4688;s:33:\"apihelp-move-param-ignorewarnings\";i:4689;s:23:\"apihelp-move-param-tags\";i:4690;s:25:\"apihelp-move-example-move\";i:4691;s:26:\"apihelp-opensearch-summary\";i:4692;s:31:\"apihelp-opensearch-param-search\";i:4693;s:30:\"apihelp-opensearch-param-limit\";i:4694;s:34:\"apihelp-opensearch-param-namespace\";i:4695;s:32:\"apihelp-opensearch-param-suggest\";i:4696;s:34:\"apihelp-opensearch-param-redirects\";i:4697;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:4698;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:4699;s:41:\"apihelp-opensearch-param-redirects-append\";i:4700;s:31:\"apihelp-opensearch-param-format\";i:4701;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4702;s:29:\"apihelp-opensearch-example-te\";i:4703;s:23:\"apihelp-options-summary\";i:4704;s:36:\"apihelp-options-extended-description\";i:4705;s:27:\"apihelp-options-param-reset\";i:4706;s:32:\"apihelp-options-param-resetkinds\";i:4707;s:28:\"apihelp-options-param-change\";i:4708;s:32:\"apihelp-options-param-optionname\";i:4709;s:33:\"apihelp-options-param-optionvalue\";i:4710;s:29:\"apihelp-options-example-reset\";i:4711;s:30:\"apihelp-options-example-change\";i:4712;s:31:\"apihelp-options-example-complex\";i:4713;s:25:\"apihelp-paraminfo-summary\";i:4714;s:31:\"apihelp-paraminfo-param-modules\";i:4715;s:34:\"apihelp-paraminfo-param-helpformat\";i:4716;s:36:\"apihelp-paraminfo-param-querymodules\";i:4717;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4718;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4719;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4720;s:27:\"apihelp-paraminfo-example-1\";i:4721;s:27:\"apihelp-paraminfo-example-2\";i:4722;s:21:\"apihelp-parse-summary\";i:4723;s:25:\"apihelp-parse-param-title\";i:4724;s:24:\"apihelp-parse-param-text\";i:4725;s:25:\"apihelp-parse-param-revid\";i:4726;s:27:\"apihelp-parse-param-summary\";i:4727;s:24:\"apihelp-parse-param-page\";i:4728;s:26:\"apihelp-parse-param-pageid\";i:4729;s:29:\"apihelp-parse-param-redirects\";i:4730;s:25:\"apihelp-parse-param-oldid\";i:4731;s:24:\"apihelp-parse-param-prop\";i:4732;s:34:\"apihelp-parse-paramvalue-prop-text\";i:4733;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:4734;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:4735;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:4736;s:35:\"apihelp-parse-paramvalue-prop-links\";i:4737;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:4738;s:36:\"apihelp-parse-paramvalue-prop-images\";i:4739;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:4740;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:4741;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:4742;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:4743;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:4744;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:4745;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:4746;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:4747;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:4748;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:4749;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:4750;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:4751;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:4752;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:4753;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:4754;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:4755;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:4756;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:4757;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:4758;s:35:\"apihelp-parse-param-wrapoutputclass\";i:4759;s:23:\"apihelp-parse-param-pst\";i:4760;s:27:\"apihelp-parse-param-onlypst\";i:4761;s:38:\"apihelp-parse-param-effectivelanglinks\";i:4762;s:27:\"apihelp-parse-param-section\";i:4763;s:32:\"apihelp-parse-param-sectiontitle\";i:4764;s:38:\"apihelp-parse-param-disablelimitreport\";i:4765;s:29:\"apihelp-parse-param-disablepp\";i:4766;s:38:\"apihelp-parse-param-disableeditsection\";i:4767;s:45:\"apihelp-parse-param-disablestylededuplication\";i:4768;s:36:\"apihelp-parse-param-showstrategykeys\";i:4769;s:31:\"apihelp-parse-param-generatexml\";i:4770;s:27:\"apihelp-parse-param-preview\";i:4771;s:34:\"apihelp-parse-param-sectionpreview\";i:4772;s:30:\"apihelp-parse-param-disabletoc\";i:4773;s:27:\"apihelp-parse-param-useskin\";i:4774;s:33:\"apihelp-parse-param-contentformat\";i:4775;s:32:\"apihelp-parse-param-contentmodel\";i:4776;s:26:\"apihelp-parse-example-page\";i:4777;s:26:\"apihelp-parse-example-text\";i:4778;s:31:\"apihelp-parse-example-texttitle\";i:4779;s:29:\"apihelp-parse-example-summary\";i:4780;s:22:\"apihelp-patrol-summary\";i:4781;s:25:\"apihelp-patrol-param-rcid\";i:4782;s:26:\"apihelp-patrol-param-revid\";i:4783;s:25:\"apihelp-patrol-param-tags\";i:4784;s:27:\"apihelp-patrol-example-rcid\";i:4785;s:28:\"apihelp-patrol-example-revid\";i:4786;s:23:\"apihelp-protect-summary\";i:4787;s:27:\"apihelp-protect-param-title\";i:4788;s:28:\"apihelp-protect-param-pageid\";i:4789;s:33:\"apihelp-protect-param-protections\";i:4790;s:28:\"apihelp-protect-param-expiry\";i:4791;s:28:\"apihelp-protect-param-reason\";i:4792;s:26:\"apihelp-protect-param-tags\";i:4793;s:29:\"apihelp-protect-param-cascade\";i:4794;s:27:\"apihelp-protect-param-watch\";i:4795;s:31:\"apihelp-protect-param-watchlist\";i:4796;s:37:\"apihelp-protect-param-watchlistexpiry\";i:4797;s:31:\"apihelp-protect-example-protect\";i:4798;s:33:\"apihelp-protect-example-unprotect\";i:4799;s:34:\"apihelp-protect-example-unprotect2\";i:4800;s:21:\"apihelp-purge-summary\";i:4801;s:35:\"apihelp-purge-param-forcelinkupdate\";i:4802;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:4803;s:28:\"apihelp-purge-example-simple\";i:4804;s:31:\"apihelp-purge-example-generator\";i:4805;s:21:\"apihelp-query-summary\";i:4806;s:34:\"apihelp-query-extended-description\";i:4807;s:24:\"apihelp-query-param-prop\";i:4808;s:24:\"apihelp-query-param-list\";i:4809;s:24:\"apihelp-query-param-meta\";i:4810;s:32:\"apihelp-query-param-indexpageids\";i:4811;s:26:\"apihelp-query-param-export\";i:4812;s:32:\"apihelp-query-param-exportnowrap\";i:4813;s:32:\"apihelp-query-param-exportschema\";i:4814;s:25:\"apihelp-query-param-iwurl\";i:4815;s:31:\"apihelp-query-param-rawcontinue\";i:4816;s:31:\"apihelp-query-example-revisions\";i:4817;s:30:\"apihelp-query-example-allpages\";i:4818;s:35:\"apihelp-query+allcategories-summary\";i:4819;s:38:\"apihelp-query+allcategories-param-from\";i:4820;s:36:\"apihelp-query+allcategories-param-to\";i:4821;s:40:\"apihelp-query+allcategories-param-prefix\";i:4822;s:37:\"apihelp-query+allcategories-param-dir\";i:4823;s:37:\"apihelp-query+allcategories-param-min\";i:4824;s:37:\"apihelp-query+allcategories-param-max\";i:4825;s:39:\"apihelp-query+allcategories-param-limit\";i:4826;s:38:\"apihelp-query+allcategories-param-prop\";i:4827;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:4828;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:4829;s:40:\"apihelp-query+allcategories-example-size\";i:4830;s:45:\"apihelp-query+allcategories-example-generator\";i:4831;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:4832;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:4833;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:4834;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:4835;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:4836;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:4837;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:4838;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:4839;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:4840;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:4841;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:4842;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:4843;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:4844;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:4845;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:4846;s:35:\"apihelp-query+allfileusages-summary\";i:4847;s:38:\"apihelp-query+allfileusages-param-from\";i:4848;s:36:\"apihelp-query+allfileusages-param-to\";i:4849;s:40:\"apihelp-query+allfileusages-param-prefix\";i:4850;s:38:\"apihelp-query+allfileusages-param-prop\";i:4851;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:4852;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:4853;s:39:\"apihelp-query+allfileusages-param-limit\";i:4854;s:37:\"apihelp-query+allfileusages-param-dir\";i:4855;s:37:\"apihelp-query+allfileusages-example-b\";i:4856;s:42:\"apihelp-query+allfileusages-example-unique\";i:4857;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:4858;s:45:\"apihelp-query+allfileusages-example-generator\";i:4859;s:31:\"apihelp-query+allimages-summary\";i:4860;s:34:\"apihelp-query+allimages-param-sort\";i:4861;s:33:\"apihelp-query+allimages-param-dir\";i:4862;s:34:\"apihelp-query+allimages-param-from\";i:4863;s:32:\"apihelp-query+allimages-param-to\";i:4864;s:35:\"apihelp-query+allimages-param-start\";i:4865;s:33:\"apihelp-query+allimages-param-end\";i:4866;s:36:\"apihelp-query+allimages-param-prefix\";i:4867;s:37:\"apihelp-query+allimages-param-minsize\";i:4868;s:37:\"apihelp-query+allimages-param-maxsize\";i:4869;s:34:\"apihelp-query+allimages-param-sha1\";i:4870;s:40:\"apihelp-query+allimages-param-sha1base36\";i:4871;s:34:\"apihelp-query+allimages-param-user\";i:4872;s:40:\"apihelp-query+allimages-param-filterbots\";i:4873;s:34:\"apihelp-query+allimages-param-mime\";i:4874;s:35:\"apihelp-query+allimages-param-limit\";i:4875;s:33:\"apihelp-query+allimages-example-b\";i:4876;s:38:\"apihelp-query+allimages-example-recent\";i:4877;s:41:\"apihelp-query+allimages-example-mimetypes\";i:4878;s:41:\"apihelp-query+allimages-example-generator\";i:4879;s:30:\"apihelp-query+alllinks-summary\";i:4880;s:33:\"apihelp-query+alllinks-param-from\";i:4881;s:31:\"apihelp-query+alllinks-param-to\";i:4882;s:35:\"apihelp-query+alllinks-param-prefix\";i:4883;s:33:\"apihelp-query+alllinks-param-prop\";i:4884;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:4885;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:4886;s:38:\"apihelp-query+alllinks-param-namespace\";i:4887;s:34:\"apihelp-query+alllinks-param-limit\";i:4888;s:32:\"apihelp-query+alllinks-param-dir\";i:4889;s:32:\"apihelp-query+alllinks-example-b\";i:4890;s:37:\"apihelp-query+alllinks-example-unique\";i:4891;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:4892;s:40:\"apihelp-query+alllinks-example-generator\";i:4893;s:33:\"apihelp-query+allmessages-summary\";i:4894;s:40:\"apihelp-query+allmessages-param-messages\";i:4895;s:36:\"apihelp-query+allmessages-param-prop\";i:4896;s:44:\"apihelp-query+allmessages-param-enableparser\";i:4897;s:41:\"apihelp-query+allmessages-param-nocontent\";i:4898;s:44:\"apihelp-query+allmessages-param-includelocal\";i:4899;s:36:\"apihelp-query+allmessages-param-args\";i:4900;s:38:\"apihelp-query+allmessages-param-filter\";i:4901;s:42:\"apihelp-query+allmessages-param-customised\";i:4902;s:36:\"apihelp-query+allmessages-param-lang\";i:4903;s:36:\"apihelp-query+allmessages-param-from\";i:4904;s:34:\"apihelp-query+allmessages-param-to\";i:4905;s:37:\"apihelp-query+allmessages-param-title\";i:4906;s:38:\"apihelp-query+allmessages-param-prefix\";i:4907;s:37:\"apihelp-query+allmessages-example-ipb\";i:4908;s:36:\"apihelp-query+allmessages-example-de\";i:4909;s:30:\"apihelp-query+allpages-summary\";i:4910;s:33:\"apihelp-query+allpages-param-from\";i:4911;s:31:\"apihelp-query+allpages-param-to\";i:4912;s:35:\"apihelp-query+allpages-param-prefix\";i:4913;s:38:\"apihelp-query+allpages-param-namespace\";i:4914;s:40:\"apihelp-query+allpages-param-filterredir\";i:4915;s:36:\"apihelp-query+allpages-param-minsize\";i:4916;s:36:\"apihelp-query+allpages-param-maxsize\";i:4917;s:35:\"apihelp-query+allpages-param-prtype\";i:4918;s:36:\"apihelp-query+allpages-param-prlevel\";i:4919;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:4920;s:34:\"apihelp-query+allpages-param-limit\";i:4921;s:32:\"apihelp-query+allpages-param-dir\";i:4922;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:4923;s:37:\"apihelp-query+allpages-param-prexpiry\";i:4924;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:4925;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:4926;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:4927;s:32:\"apihelp-query+allpages-example-b\";i:4928;s:40:\"apihelp-query+allpages-example-generator\";i:4929;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:4930;s:34:\"apihelp-query+allredirects-summary\";i:4931;s:37:\"apihelp-query+allredirects-param-from\";i:4932;s:35:\"apihelp-query+allredirects-param-to\";i:4933;s:39:\"apihelp-query+allredirects-param-prefix\";i:4934;s:39:\"apihelp-query+allredirects-param-unique\";i:4935;s:37:\"apihelp-query+allredirects-param-prop\";i:4936;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:4937;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:4938;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:4939;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:4940;s:42:\"apihelp-query+allredirects-param-namespace\";i:4941;s:38:\"apihelp-query+allredirects-param-limit\";i:4942;s:36:\"apihelp-query+allredirects-param-dir\";i:4943;s:36:\"apihelp-query+allredirects-example-b\";i:4944;s:41:\"apihelp-query+allredirects-example-unique\";i:4945;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:4946;s:44:\"apihelp-query+allredirects-example-generator\";i:4947;s:34:\"apihelp-query+allrevisions-summary\";i:4948;s:38:\"apihelp-query+allrevisions-param-start\";i:4949;s:36:\"apihelp-query+allrevisions-param-end\";i:4950;s:37:\"apihelp-query+allrevisions-param-user\";i:4951;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:4952;s:42:\"apihelp-query+allrevisions-param-namespace\";i:4953;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:4954;s:39:\"apihelp-query+allrevisions-example-user\";i:4955;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:4956;s:36:\"apihelp-query+mystashedfiles-summary\";i:4957;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:4958;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:4959;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:4960;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:4961;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:4962;s:38:\"apihelp-query+alltransclusions-summary\";i:4963;s:41:\"apihelp-query+alltransclusions-param-from\";i:4964;s:39:\"apihelp-query+alltransclusions-param-to\";i:4965;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:4966;s:41:\"apihelp-query+alltransclusions-param-prop\";i:4967;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:4968;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:4969;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:4970;s:42:\"apihelp-query+alltransclusions-param-limit\";i:4971;s:40:\"apihelp-query+alltransclusions-param-dir\";i:4972;s:40:\"apihelp-query+alltransclusions-example-b\";i:4973;s:45:\"apihelp-query+alltransclusions-example-unique\";i:4974;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:4975;s:48:\"apihelp-query+alltransclusions-example-generator\";i:4976;s:30:\"apihelp-query+allusers-summary\";i:4977;s:33:\"apihelp-query+allusers-param-from\";i:4978;s:31:\"apihelp-query+allusers-param-to\";i:4979;s:35:\"apihelp-query+allusers-param-prefix\";i:4980;s:32:\"apihelp-query+allusers-param-dir\";i:4981;s:34:\"apihelp-query+allusers-param-group\";i:4982;s:41:\"apihelp-query+allusers-param-excludegroup\";i:4983;s:35:\"apihelp-query+allusers-param-rights\";i:4984;s:33:\"apihelp-query+allusers-param-prop\";i:4985;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:4986;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:4987;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:4988;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:4989;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:4990;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:4991;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:4992;s:34:\"apihelp-query+allusers-param-limit\";i:4993;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:4994;s:40:\"apihelp-query+allusers-param-activeusers\";i:4995;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:4996;s:32:\"apihelp-query+allusers-example-y\";i:4997;s:37:\"apihelp-query+authmanagerinfo-summary\";i:4998;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:4999;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5000;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5001;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5002;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5003;s:31:\"apihelp-query+backlinks-summary\";i:5004;s:35:\"apihelp-query+backlinks-param-title\";i:5005;s:36:\"apihelp-query+backlinks-param-pageid\";i:5006;s:39:\"apihelp-query+backlinks-param-namespace\";i:5007;s:33:\"apihelp-query+backlinks-param-dir\";i:5008;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5009;s:35:\"apihelp-query+backlinks-param-limit\";i:5010;s:38:\"apihelp-query+backlinks-param-redirect\";i:5011;s:38:\"apihelp-query+backlinks-example-simple\";i:5012;s:41:\"apihelp-query+backlinks-example-generator\";i:5013;s:28:\"apihelp-query+blocks-summary\";i:5014;s:32:\"apihelp-query+blocks-param-start\";i:5015;s:30:\"apihelp-query+blocks-param-end\";i:5016;s:30:\"apihelp-query+blocks-param-ids\";i:5017;s:32:\"apihelp-query+blocks-param-users\";i:5018;s:29:\"apihelp-query+blocks-param-ip\";i:5019;s:32:\"apihelp-query+blocks-param-limit\";i:5020;s:31:\"apihelp-query+blocks-param-prop\";i:5021;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5022;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5023;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5024;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5025;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5026;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5027;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5028;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5029;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5030;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5031;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5032;s:31:\"apihelp-query+blocks-param-show\";i:5033;s:35:\"apihelp-query+blocks-example-simple\";i:5034;s:34:\"apihelp-query+blocks-example-users\";i:5035;s:32:\"apihelp-query+categories-summary\";i:5036;s:35:\"apihelp-query+categories-param-prop\";i:5037;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5038;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5039;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5040;s:35:\"apihelp-query+categories-param-show\";i:5041;s:36:\"apihelp-query+categories-param-limit\";i:5042;s:41:\"apihelp-query+categories-param-categories\";i:5043;s:34:\"apihelp-query+categories-param-dir\";i:5044;s:39:\"apihelp-query+categories-example-simple\";i:5045;s:42:\"apihelp-query+categories-example-generator\";i:5046;s:34:\"apihelp-query+categoryinfo-summary\";i:5047;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5048;s:37:\"apihelp-query+categorymembers-summary\";i:5049;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5050;s:40:\"apihelp-query+categorymembers-param-prop\";i:5051;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5052;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5053;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5054;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5055;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5056;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5057;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5058;s:40:\"apihelp-query+categorymembers-param-type\";i:5059;s:41:\"apihelp-query+categorymembers-param-limit\";i:5060;s:40:\"apihelp-query+categorymembers-param-sort\";i:5061;s:39:\"apihelp-query+categorymembers-param-dir\";i:5062;s:41:\"apihelp-query+categorymembers-param-start\";i:5063;s:39:\"apihelp-query+categorymembers-param-end\";i:5064;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5065;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5066;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5067;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5068;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5069;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5070;s:44:\"apihelp-query+categorymembers-example-simple\";i:5071;s:47:\"apihelp-query+categorymembers-example-generator\";i:5072;s:34:\"apihelp-query+contributors-summary\";i:5073;s:38:\"apihelp-query+contributors-param-group\";i:5074;s:46:\"apihelp-query+contributors-param-excluderights\";i:5075;s:38:\"apihelp-query+contributors-param-limit\";i:5076;s:41:\"apihelp-query+contributors-example-simple\";i:5077;s:38:\"apihelp-query+deletedrevisions-summary\";i:5078;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5079;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5080;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5081;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5082;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5083;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5084;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5085;s:33:\"apihelp-query+deletedrevs-summary\";i:5086;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5087;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5088;s:37:\"apihelp-query+deletedrevs-param-start\";i:5089;s:35:\"apihelp-query+deletedrevs-param-end\";i:5090;s:36:\"apihelp-query+deletedrevs-param-from\";i:5091;s:34:\"apihelp-query+deletedrevs-param-to\";i:5092;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5093;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5094;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5095;s:36:\"apihelp-query+deletedrevs-param-user\";i:5096;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5097;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5098;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5099;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5100;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5101;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5102;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5103;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5104;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5105;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5106;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5107;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5108;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5109;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5110;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5111;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5112;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5113;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5114;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5115;s:30:\"apihelp-query+disabled-summary\";i:5116;s:36:\"apihelp-query+duplicatefiles-summary\";i:5117;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5118;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5119;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5120;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5121;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5122;s:32:\"apihelp-query+embeddedin-summary\";i:5123;s:36:\"apihelp-query+embeddedin-param-title\";i:5124;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5125;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5126;s:34:\"apihelp-query+embeddedin-param-dir\";i:5127;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5128;s:36:\"apihelp-query+embeddedin-param-limit\";i:5129;s:39:\"apihelp-query+embeddedin-example-simple\";i:5130;s:42:\"apihelp-query+embeddedin-example-generator\";i:5131;s:30:\"apihelp-query+extlinks-summary\";i:5132;s:34:\"apihelp-query+extlinks-param-limit\";i:5133;s:34:\"apihelp-query+extlinks-param-query\";i:5134;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5135;s:37:\"apihelp-query+extlinks-example-simple\";i:5136;s:33:\"apihelp-query+exturlusage-summary\";i:5137;s:36:\"apihelp-query+exturlusage-param-prop\";i:5138;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5139;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5140;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5141;s:37:\"apihelp-query+exturlusage-param-query\";i:5142;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5143;s:37:\"apihelp-query+exturlusage-param-limit\";i:5144;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5145;s:40:\"apihelp-query+exturlusage-example-simple\";i:5146;s:33:\"apihelp-query+filearchive-summary\";i:5147;s:36:\"apihelp-query+filearchive-param-from\";i:5148;s:34:\"apihelp-query+filearchive-param-to\";i:5149;s:38:\"apihelp-query+filearchive-param-prefix\";i:5150;s:37:\"apihelp-query+filearchive-param-limit\";i:5151;s:35:\"apihelp-query+filearchive-param-dir\";i:5152;s:36:\"apihelp-query+filearchive-param-sha1\";i:5153;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5154;s:36:\"apihelp-query+filearchive-param-prop\";i:5155;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5156;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5157;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5158;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5159;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5160;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5161;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5162;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5163;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5164;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5165;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5166;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5167;s:40:\"apihelp-query+filearchive-example-simple\";i:5168;s:34:\"apihelp-query+filerepoinfo-summary\";i:5169;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5170;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5171;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5172;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5173;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5174;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5175;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5176;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5177;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5178;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5179;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5180;s:31:\"apihelp-query+fileusage-summary\";i:5181;s:34:\"apihelp-query+fileusage-param-prop\";i:5182;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5183;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5184;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5185;s:39:\"apihelp-query+fileusage-param-namespace\";i:5186;s:35:\"apihelp-query+fileusage-param-limit\";i:5187;s:34:\"apihelp-query+fileusage-param-show\";i:5188;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5189;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5190;s:38:\"apihelp-query+fileusage-example-simple\";i:5191;s:41:\"apihelp-query+fileusage-example-generator\";i:5192;s:31:\"apihelp-query+imageinfo-summary\";i:5193;s:34:\"apihelp-query+imageinfo-param-prop\";i:5194;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5195;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5196;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5197;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5198;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5199;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5200;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5201;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5202;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5203;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5204;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5205;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5206;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5207;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5208;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5209;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5210;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5211;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5212;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5213;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5214;s:35:\"apihelp-query+imageinfo-param-limit\";i:5215;s:35:\"apihelp-query+imageinfo-param-start\";i:5216;s:33:\"apihelp-query+imageinfo-param-end\";i:5217;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5218;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5219;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5220;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5221;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5222;s:38:\"apihelp-query+imageinfo-example-simple\";i:5223;s:37:\"apihelp-query+imageinfo-example-dated\";i:5224;s:28:\"apihelp-query+images-summary\";i:5225;s:32:\"apihelp-query+images-param-limit\";i:5226;s:33:\"apihelp-query+images-param-images\";i:5227;s:30:\"apihelp-query+images-param-dir\";i:5228;s:35:\"apihelp-query+images-example-simple\";i:5229;s:38:\"apihelp-query+images-example-generator\";i:5230;s:32:\"apihelp-query+imageusage-summary\";i:5231;s:36:\"apihelp-query+imageusage-param-title\";i:5232;s:37:\"apihelp-query+imageusage-param-pageid\";i:5233;s:40:\"apihelp-query+imageusage-param-namespace\";i:5234;s:34:\"apihelp-query+imageusage-param-dir\";i:5235;s:39:\"apihelp-query+imageusage-param-redirect\";i:5236;s:39:\"apihelp-query+imageusage-example-simple\";i:5237;s:42:\"apihelp-query+imageusage-example-generator\";i:5238;s:26:\"apihelp-query+info-summary\";i:5239;s:29:\"apihelp-query+info-param-prop\";i:5240;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5241;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5242;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5243;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5244;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5245;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5246;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5247;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5248;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5249;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5250;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5251;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5252;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5253;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5254;s:36:\"apihelp-query+info-param-linkcontext\";i:5255;s:36:\"apihelp-query+info-param-testactions\";i:5256;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5257;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5258;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5259;s:33:\"apihelp-query+info-example-simple\";i:5260;s:37:\"apihelp-query+info-example-protection\";i:5261;s:33:\"apihelp-query+iwbacklinks-summary\";i:5262;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5263;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5264;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5265;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5266;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5267;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5268;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5269;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5270;s:29:\"apihelp-query+iwlinks-summary\";i:5271;s:32:\"apihelp-query+iwlinks-param-prop\";i:5272;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5273;s:33:\"apihelp-query+iwlinks-param-limit\";i:5274;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5275;s:33:\"apihelp-query+iwlinks-param-title\";i:5276;s:31:\"apihelp-query+iwlinks-param-dir\";i:5277;s:36:\"apihelp-query+iwlinks-example-simple\";i:5278;s:35:\"apihelp-query+langbacklinks-summary\";i:5279;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5280;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5281;s:39:\"apihelp-query+langbacklinks-param-title\";i:5282;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5283;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5284;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5285;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5286;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5287;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5288;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5289;s:31:\"apihelp-query+langlinks-summary\";i:5290;s:35:\"apihelp-query+langlinks-param-limit\";i:5291;s:33:\"apihelp-query+langlinks-param-url\";i:5292;s:34:\"apihelp-query+langlinks-param-prop\";i:5293;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5294;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5295;s:34:\"apihelp-query+langlinks-param-lang\";i:5296;s:35:\"apihelp-query+langlinks-param-title\";i:5297;s:33:\"apihelp-query+langlinks-param-dir\";i:5298;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5299;s:34:\"apihelp-query+languageinfo-summary\";i:5300;s:47:\"apihelp-query+languageinfo-extended-description\";i:5301;s:37:\"apihelp-query+languageinfo-param-prop\";i:5302;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5303;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5304;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5305;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5306;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5307;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5308;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5309;s:37:\"apihelp-query+languageinfo-param-code\";i:5310;s:41:\"apihelp-query+languageinfo-example-simple\";i:5311;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5312;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5313;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5314;s:27:\"apihelp-query+links-summary\";i:5315;s:35:\"apihelp-query+links-param-namespace\";i:5316;s:31:\"apihelp-query+links-param-limit\";i:5317;s:32:\"apihelp-query+links-param-titles\";i:5318;s:29:\"apihelp-query+links-param-dir\";i:5319;s:34:\"apihelp-query+links-example-simple\";i:5320;s:37:\"apihelp-query+links-example-generator\";i:5321;s:31:\"apihelp-query+linkshere-summary\";i:5322;s:34:\"apihelp-query+linkshere-param-prop\";i:5323;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5324;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5325;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5326;s:39:\"apihelp-query+linkshere-param-namespace\";i:5327;s:35:\"apihelp-query+linkshere-param-limit\";i:5328;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5329;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5330;s:38:\"apihelp-query+linkshere-example-simple\";i:5331;s:31:\"apihelp-query+logevents-summary\";i:5332;s:34:\"apihelp-query+logevents-param-prop\";i:5333;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5334;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5335;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5336;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5337;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5338;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5339;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5340;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5341;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5342;s:34:\"apihelp-query+logevents-param-type\";i:5343;s:35:\"apihelp-query+logevents-param-start\";i:5344;s:33:\"apihelp-query+logevents-param-end\";i:5345;s:35:\"apihelp-query+logevents-param-title\";i:5346;s:36:\"apihelp-query+logevents-param-prefix\";i:5347;s:33:\"apihelp-query+logevents-param-tag\";i:5348;s:35:\"apihelp-query+logevents-param-limit\";i:5349;s:38:\"apihelp-query+logevents-example-simple\";i:5350;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5351;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5352;s:35:\"apihelp-query+pageswithprop-summary\";i:5353;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5354;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5355;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5356;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5357;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5358;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5359;s:34:\"apihelp-query+prefixsearch-summary\";i:5360;s:39:\"apihelp-query+prefixsearch-param-search\";i:5361;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5362;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5363;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5364;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5365;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5366;s:37:\"apihelp-query+protectedtitles-summary\";i:5367;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5368;s:41:\"apihelp-query+protectedtitles-param-level\";i:5369;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5370;s:41:\"apihelp-query+protectedtitles-param-start\";i:5371;s:39:\"apihelp-query+protectedtitles-param-end\";i:5372;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5373;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5374;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5375;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5376;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5377;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5378;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5379;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5380;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5381;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5382;s:34:\"apihelp-query+querypage-param-page\";i:5383;s:35:\"apihelp-query+querypage-param-limit\";i:5384;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5385;s:28:\"apihelp-query+random-summary\";i:5386;s:36:\"apihelp-query+random-param-namespace\";i:5387;s:32:\"apihelp-query+random-param-limit\";i:5388;s:35:\"apihelp-query+random-param-redirect\";i:5389;s:38:\"apihelp-query+random-param-filterredir\";i:5390;s:35:\"apihelp-query+random-example-simple\";i:5391;s:38:\"apihelp-query+random-example-generator\";i:5392;s:35:\"apihelp-query+recentchanges-summary\";i:5393;s:39:\"apihelp-query+recentchanges-param-start\";i:5394;s:37:\"apihelp-query+recentchanges-param-end\";i:5395;s:38:\"apihelp-query+recentchanges-param-user\";i:5396;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5397;s:37:\"apihelp-query+recentchanges-param-tag\";i:5398;s:38:\"apihelp-query+recentchanges-param-slot\";i:5399;s:38:\"apihelp-query+recentchanges-param-prop\";i:5400;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5401;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5402;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5403;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5404;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5405;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5406;s:39:\"apihelp-query+recentchanges-param-limit\";i:5407;s:38:\"apihelp-query+recentchanges-param-type\";i:5408;s:42:\"apihelp-query+recentchanges-example-simple\";i:5409;s:34:\"apihelp-query+redirects-param-prop\";i:5410;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5411;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5412;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5413;s:39:\"apihelp-query+redirects-param-namespace\";i:5414;s:35:\"apihelp-query+redirects-param-limit\";i:5415;s:31:\"apihelp-query+revisions-summary\";i:5416;s:33:\"apihelp-query+revisions-param-end\";i:5417;s:34:\"apihelp-query+revisions-param-user\";i:5418;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5419;s:33:\"apihelp-query+revisions-param-tag\";i:5420;s:39:\"apihelp-query+revisions+base-param-prop\";i:5421;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5422;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5423;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5424;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5425;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5426;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5427;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5428;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5429;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5430;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5431;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5432;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5433;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5434;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5435;s:28:\"apihelp-query+search-summary\";i:5436;s:31:\"apihelp-query+search-param-what\";i:5437;s:31:\"apihelp-query+search-param-info\";i:5438;s:31:\"apihelp-query+search-param-prop\";i:5439;s:36:\"apihelp-query+search-param-qiprofile\";i:5440;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5441;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5442;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5443;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5444;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5445;s:32:\"apihelp-query+search-param-limit\";i:5446;s:31:\"apihelp-query+search-param-sort\";i:5447;s:35:\"apihelp-query+search-example-simple\";i:5448;s:33:\"apihelp-query+search-example-text\";i:5449;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5450;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5451;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5452;s:37:\"apihelp-query+siteinfo-example-simple\";i:5453;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5454;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5455;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5456;s:26:\"apihelp-query+tags-summary\";i:5457;s:29:\"apihelp-query+tags-param-prop\";i:5458;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5459;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5460;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5461;s:33:\"apihelp-query+tags-example-simple\";i:5462;s:35:\"apihelp-query+templates-param-limit\";i:5463;s:33:\"apihelp-query+templates-param-dir\";i:5464;s:31:\"apihelp-query+tokens-param-type\";i:5465;s:38:\"apihelp-query+transcludedin-param-prop\";i:5466;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5467;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5468;s:34:\"apihelp-query+usercontribs-summary\";i:5469;s:38:\"apihelp-query+usercontribs-param-limit\";i:5470;s:38:\"apihelp-query+usercontribs-param-start\";i:5471;s:36:\"apihelp-query+usercontribs-param-end\";i:5472;s:37:\"apihelp-query+usercontribs-param-user\";i:5473;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5474;s:40:\"apihelp-query+usercontribs-param-userids\";i:5475;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5476;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5477;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5478;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5479;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5480;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5481;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5482;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5483;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5484;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5485;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5486;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5487;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5488;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5489;s:37:\"apihelp-query+userinfo-example-simple\";i:5490;s:35:\"apihelp-query+userinfo-example-data\";i:5491;s:27:\"apihelp-query+users-summary\";i:5492;s:30:\"apihelp-query+users-param-prop\";i:5493;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5494;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5495;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5496;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5497;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5498;s:31:\"apihelp-query+users-param-users\";i:5499;s:33:\"apihelp-query+users-param-userids\";i:5500;s:34:\"apihelp-query+users-example-simple\";i:5501;s:34:\"apihelp-query+watchlist-param-user\";i:5502;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5503;s:34:\"apihelp-query+watchlist-param-prop\";i:5504;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5505;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5506;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5507;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5508;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5509;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5510;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5511;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5512;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5513;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5514;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5515;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5516;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:5517;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5518;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5519;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5520;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5521;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5522;s:34:\"apihelp-query+watchlistraw-summary\";i:5523;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5524;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5525;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5526;s:32:\"apihelp-resetpassword-param-user\";i:5527;s:30:\"apihelp-revisiondelete-summary\";i:5528;s:33:\"apihelp-revisiondelete-param-hide\";i:5529;s:33:\"apihelp-revisiondelete-param-show\";i:5530;s:33:\"apihelp-revisiondelete-param-tags\";i:5531;s:24:\"apihelp-rollback-summary\";i:5532;s:19:\"apihelp-rsd-summary\";i:5533;s:26:\"apihelp-rsd-example-simple\";i:5534;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5535;s:31:\"apihelp-setpagelanguage-summary\";i:5536;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5537;s:35:\"apihelp-setpagelanguage-param-title\";i:5538;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5539;s:34:\"apihelp-setpagelanguage-param-lang\";i:5540;s:36:\"apihelp-setpagelanguage-param-reason\";i:5541;s:34:\"apihelp-setpagelanguage-param-tags\";i:5542;s:40:\"apihelp-setpagelanguage-example-language\";i:5543;s:39:\"apihelp-setpagelanguage-example-default\";i:5544;s:29:\"apihelp-stashedit-param-title\";i:5545;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5546;s:28:\"apihelp-stashedit-param-text\";i:5547;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5548;s:36:\"apihelp-stashedit-param-contentmodel\";i:5549;s:31:\"apihelp-stashedit-param-summary\";i:5550;s:24:\"apihelp-tag-param-reason\";i:5551;s:22:\"apihelp-tag-param-tags\";i:5552;s:23:\"apihelp-unblock-summary\";i:5553;s:24:\"apihelp-unblock-param-id\";i:5554;s:26:\"apihelp-unblock-param-user\";i:5555;s:28:\"apihelp-unblock-param-reason\";i:5556;s:26:\"apihelp-unblock-param-tags\";i:5557;s:26:\"apihelp-unblock-example-id\";i:5558;s:28:\"apihelp-unblock-example-user\";i:5559;s:28:\"apihelp-undelete-param-title\";i:5560;s:29:\"apihelp-undelete-param-reason\";i:5561;s:27:\"apihelp-undelete-param-tags\";i:5562;s:35:\"apihelp-undelete-param-undeletetalk\";i:5563;s:29:\"apihelp-undelete-example-page\";i:5564;s:29:\"apihelp-upload-param-filename\";i:5565;s:25:\"apihelp-upload-param-tags\";i:5566;s:25:\"apihelp-upload-param-text\";i:5567;s:26:\"apihelp-upload-param-watch\";i:5568;s:35:\"apihelp-upload-param-ignorewarnings\";i:5569;s:25:\"apihelp-upload-param-file\";i:5570;s:24:\"apihelp-upload-param-url\";i:5571;s:29:\"apihelp-upload-param-filesize\";i:5572;s:32:\"apihelp-upload-param-checkstatus\";i:5573;s:26:\"apihelp-upload-example-url\";i:5574;s:30:\"apihelp-upload-example-filekey\";i:5575;s:26:\"apihelp-userrights-summary\";i:5576;s:29:\"apihelp-userrights-param-user\";i:5577;s:31:\"apihelp-userrights-param-userid\";i:5578;s:28:\"apihelp-userrights-param-add\";i:5579;s:31:\"apihelp-userrights-param-remove\";i:5580;s:31:\"apihelp-userrights-param-reason\";i:5581;s:29:\"apihelp-userrights-param-tags\";i:5582;s:32:\"apihelp-validatepassword-summary\";i:5583;s:45:\"apihelp-validatepassword-extended-description\";i:5584;s:39:\"apihelp-validatepassword-param-password\";i:5585;s:35:\"apihelp-validatepassword-param-user\";i:5586;s:36:\"apihelp-validatepassword-param-email\";i:5587;s:39:\"apihelp-validatepassword-param-realname\";i:5588;s:34:\"apihelp-validatepassword-example-1\";i:5589;s:34:\"apihelp-validatepassword-example-2\";i:5590;s:27:\"apihelp-watch-example-watch\";i:5591;s:34:\"apihelp-watch-example-watch-expiry\";i:5592;s:29:\"apihelp-watch-example-unwatch\";i:5593;s:31:\"apihelp-watch-example-generator\";i:5594;s:30:\"apihelp-format-example-generic\";i:5595;s:20:\"apihelp-json-summary\";i:5596;s:27:\"apihelp-json-param-callback\";i:5597;s:23:\"apihelp-json-param-utf8\";i:5598;s:32:\"apihelp-json-param-formatversion\";i:5599;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:5600;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:5601;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:5602;s:22:\"apihelp-jsonfm-summary\";i:5603;s:20:\"apihelp-none-summary\";i:5604;s:19:\"apihelp-php-summary\";i:5605;s:31:\"apihelp-php-param-formatversion\";i:5606;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:5607;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:5608;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:5609;s:21:\"apihelp-phpfm-summary\";i:5610;s:21:\"apihelp-rawfm-summary\";i:5611;s:19:\"apihelp-xml-summary\";i:5612;s:22:\"apihelp-xml-param-xslt\";i:5613;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5614;s:21:\"apihelp-xmlfm-summary\";i:5615;s:16:\"api-format-title\";i:5616;s:29:\"api-format-prettyprint-header\";i:5617;s:29:\"api-format-prettyprint-status\";i:5618;s:24:\"api-pageset-param-titles\";i:5619;s:25:\"api-pageset-param-pageids\";i:5620;s:24:\"api-pageset-param-revids\";i:5621;s:14:\"api-help-title\";i:5622;s:13:\"api-help-lead\";i:5623;s:20:\"api-help-main-header\";i:5624;s:28:\"api-help-undocumented-module\";i:5625;s:24:\"api-help-flag-deprecated\";i:5626;s:22:\"api-help-flag-internal\";i:5627;s:24:\"api-help-flag-readrights\";i:5628;s:25:\"api-help-flag-writerights\";i:5629;s:26:\"api-help-flag-mustbeposted\";i:5630;s:23:\"api-help-flag-generator\";i:5631;s:15:\"api-help-source\";i:5632;s:23:\"api-help-source-unknown\";i:5633;s:16:\"api-help-license\";i:5634;s:23:\"api-help-license-noname\";i:5635;s:24:\"api-help-license-unknown\";i:5636;s:19:\"api-help-parameters\";i:5637;s:24:\"api-help-parameters-note\";i:5638;s:25:\"api-help-param-deprecated\";i:5639;s:31:\"api-help-param-deprecated-label\";i:5640;s:23:\"api-help-param-internal\";i:5641;s:29:\"api-help-param-internal-label\";i:5642;s:24:\"api-help-param-templated\";i:5643;s:34:\"api-help-param-templated-var-first\";i:5644;s:28:\"api-help-param-templated-var\";i:5645;s:25:\"api-help-datatypes-header\";i:5646;s:24:\"api-help-datatype-expiry\";i:5647;s:31:\"api-help-templatedparams-header\";i:5648;s:25:\"api-help-param-type-limit\";i:5649;s:29:\"api-help-param-type-timestamp\";i:5650;s:24:\"api-help-param-type-enum\";i:5651;s:29:\"api-help-param-multi-separate\";i:5652;s:24:\"api-help-param-multi-all\";i:5653;s:28:\"api-help-param-default-empty\";i:5654;s:20:\"api-help-param-token\";i:5655;s:26:\"api-help-param-token-webui\";i:5656;s:37:\"api-help-param-disabled-in-miser-mode\";i:5657;s:23:\"api-help-param-continue\";i:5658;s:29:\"api-help-param-no-description\";i:5659;s:17:\"api-help-examples\";i:5660;s:20:\"api-help-permissions\";i:5661;s:31:\"api-help-permissions-granted-to\";i:5662;s:28:\"api-help-right-apihighlimits\";i:5663;s:27:\"api-help-open-in-apisandbox\";i:5664;s:40:\"api-help-authmanagerhelper-messageformat\";i:5665;s:32:\"apierror-bad-badfilecontexttitle\";i:5666;s:29:\"apierror-badgenerator-unknown\";i:5667;s:14:\"apierror-badip\";i:5668;s:15:\"apierror-badmd5\";i:5669;s:31:\"apierror-badmodule-badsubmodule\";i:5670;s:31:\"apierror-badmodule-nosubmodules\";i:5671;s:21:\"apierror-badparameter\";i:5672;s:17:\"apierror-badquery\";i:5673;s:24:\"apierror-blocked-partial\";i:5674;s:33:\"apierror-cannot-async-upload-file\";i:5675;s:33:\"apierror-compare-maintextrequired\";i:5676;s:31:\"apierror-compare-nofromrevision\";i:5677;s:23:\"apierror-compare-notext\";i:5678;s:29:\"apierror-compare-notorevision\";i:5679;s:36:\"apierror-compare-relative-to-deleted\";i:5680;s:22:\"apierror-contenttoobig\";i:5681;s:30:\"apierror-contentmodel-mismatch\";i:5682;s:18:\"apierror-emptypage\";i:5683;s:25:\"apierror-filedoesnotexist\";i:5684;s:28:\"apierror-import-unknownerror\";i:5685;s:25:\"apierror-invalid-file-key\";i:5686;s:23:\"apierror-invalidiprange\";i:5687;s:22:\"apierror-invalidmethod\";i:5688;s:23:\"apierror-invalidsection\";i:5689;s:21:\"apierror-invalidtitle\";i:5690;s:20:\"apierror-invaliduser\";i:5691;s:22:\"apierror-invaliduserid\";i:5692;s:21:\"apierror-ipoutofrange\";i:5693;s:17:\"apierror-maxbytes\";i:5694;s:17:\"apierror-maxchars\";i:5695;s:34:\"apierror-missingcontent-revid-role\";i:5696;s:28:\"apierror-missingtitle-byname\";i:5697;s:31:\"apierror-mustbeloggedin-generic\";i:5698;s:23:\"apierror-mustbeloggedin\";i:5699;s:19:\"apierror-noapiwrite\";i:5700;s:21:\"apierror-nosuchpageid\";i:5701;s:22:\"apierror-nosuchsection\";i:5702;s:27:\"apierror-nosuchsection-what\";i:5703;s:21:\"apierror-nosuchuserid\";i:5704;s:26:\"apierror-pagelang-disabled\";i:5705;s:19:\"apierror-paramempty\";i:5706;s:25:\"apierror-permissiondenied\";i:5707;s:33:\"apierror-permissiondenied-generic\";i:5708;s:30:\"apierror-protect-invalidaction\";i:5709;s:17:\"apierror-readonly\";i:5710;s:24:\"apierror-revisions-badid\";i:5711;s:21:\"apierror-revwrongpage\";i:5712;s:29:\"apierror-sectionreplacefailed\";i:5713;s:25:\"apierror-stashinvalidfile\";i:5714;s:27:\"apierror-stashnosuchfilekey\";i:5715;s:24:\"apierror-stashwrongowner\";i:5716;s:22:\"apierror-systemblocked\";i:5717;s:22:\"apierror-toomanyvalues\";i:5718;s:30:\"apierror-unknownerror-editpage\";i:5719;s:28:\"apierror-unknownerror-nocode\";i:5720;s:21:\"apierror-unknownerror\";i:5721;s:22:\"apierror-unknownformat\";i:5722;s:29:\"apierror-upload-missingresult\";i:5723;s:23:\"apiwarn-compare-no-next\";i:5724;s:23:\"apiwarn-compare-no-prev\";i:5725;s:32:\"apiwarn-deprecation-missingparam\";i:5726;s:29:\"apiwarn-deprecation-parameter\";i:5727;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:5728;s:23:\"apiwarn-invalidcategory\";i:5729;s:20:\"apiwarn-invalidtitle\";i:5730;s:15:\"apiwarn-notfile\";i:5731;s:30:\"apiwarn-parse-revidwithouttext\";i:5732;s:32:\"apiwarn-validationfailed-badpref\";i:5733;s:34:\"apiwarn-validationfailed-cannotset\";i:5734;s:35:\"apiwarn-validationfailed-keytoolong\";i:5735;s:37:\"apiwarn-validationfailed-valuetoolong\";i:5736;s:24:\"apiwarn-validationfailed\";i:5737;s:20:\"api-feed-error-title\";i:5738;s:16:\"api-usage-docref\";i:5739;s:25:\"api-usage-mailinglist-ref\";i:5740;s:19:\"api-exception-trace\";i:5741;s:18:\"api-credits-header\";i:5742;s:11:\"api-credits\";i:5743;s:20:\"rest-prefix-mismatch\";i:5744;s:17:\"rest-wrong-method\";i:5745;s:13:\"rest-no-match\";i:5746;s:22:\"rest-nonexistent-title\";i:5747;s:31:\"rest-nonexistent-title-revision\";i:5748;s:25:\"rest-nonexistent-revision\";i:5749;s:21:\"rest-nonexistent-user\";i:5750;s:17:\"rest-invalid-user\";i:5751;s:27:\"rest-permission-denied-anon\";i:5752;s:28:\"rest-permission-denied-title\";i:5753;s:31:\"rest-permission-denied-revision\";i:5754;s:28:\"rest-resource-limit-exceeded\";i:5755;s:36:\"rest-pagehistory-incompatible-params\";i:5756;s:34:\"rest-pagehistory-param-range-error\";i:5757;s:32:\"rest-pagehistory-timestamp-error\";i:5758;s:39:\"rest-pagehistorycount-type-unrecognized\";i:5759;s:40:\"rest-pagehistorycount-parameters-invalid\";i:5760;s:26:\"rest-compare-page-mismatch\";i:5761;s:30:\"rest-compare-permission-denied\";i:5762;s:24:\"rest-compare-nonexistent\";i:5763;s:25:\"rest-compare-inaccessible\";i:5764;s:26:\"rest-compare-wrong-content\";i:5765;s:22:\"rest-compare-wikidiff2\";i:5766;s:40:\"rest-pagehistorycount-too-many-revisions\";i:5767;s:17:\"rest-search-error\";i:5768;s:27:\"rest-page-source-type-error\";i:5769;s:16:\"rest-no-revision\";i:5770;s:25:\"rest-media-too-many-links\";i:5771;s:23:\"rest-html-backend-error\";i:5772;s:18:\"rest-bad-json-body\";i:5773;s:26:\"rest-json-body-parse-error\";i:5774;s:23:\"rest-missing-body-field\";i:5775;s:22:\"rest-bad-content-model\";i:5776;s:30:\"rest-update-cannot-create-page\";i:5777;s:26:\"rest-extraneous-csrf-token\";i:5778;s:21:\"rest-cannot-load-file\";i:5779;s:28:\"rest-cross-origin-anon-write\";i:5780;s:31:\"rest-requires-safe-against-csrf\";i:5781;s:13:\"rest-badtoken\";i:5782;s:30:\"ooui-outline-control-move-down\";i:5783;s:28:\"ooui-outline-control-move-up\";i:5784;s:27:\"ooui-outline-control-remove\";i:5785;s:17:\"ooui-toolbar-more\";i:5786;s:21:\"ooui-toolgroup-expand\";i:5787;s:23:\"ooui-toolgroup-collapse\";i:5788;s:16:\"ooui-item-remove\";i:5789;s:26:\"ooui-dialog-message-accept\";i:5790;s:26:\"ooui-dialog-message-reject\";i:5791;s:25:\"ooui-dialog-process-error\";i:5792;s:27:\"ooui-dialog-process-dismiss\";i:5793;s:25:\"ooui-dialog-process-retry\";i:5794;s:28:\"ooui-dialog-process-continue\";i:5795;s:26:\"ooui-combobox-button-label\";i:5796;s:29:\"ooui-selectfile-button-select\";i:5797;s:38:\"ooui-selectfile-button-select-multiple\";i:5798;s:29:\"ooui-selectfile-not-supported\";i:5799;s:27:\"ooui-selectfile-placeholder\";i:5800;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:5801;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:5802;s:41:\"ooui-popup-widget-close-button-aria-label\";i:5803;s:15:\"ooui-field-help\";i:5804;s:22:\"paramvalidator-badbool\";i:5805;s:24:\"paramvalidator-badexpiry\";i:5806;s:33:\"paramvalidator-badexpiry-duration\";i:5807;s:37:\"paramvalidator-badexpiry-duration-max\";i:5808;s:29:\"paramvalidator-badexpiry-past\";i:5809;s:23:\"paramvalidator-badfloat\";i:5810;s:33:\"paramvalidator-badfloat-notfinite\";i:5811;s:25:\"paramvalidator-badinteger\";i:5812;s:27:\"paramvalidator-badtimestamp\";i:5813;s:34:\"paramvalidator-badupload-cantwrite\";i:5814;s:33:\"paramvalidator-badupload-formsize\";i:5815;s:32:\"paramvalidator-badupload-inisize\";i:5816;s:31:\"paramvalidator-badupload-nofile\";i:5817;s:33:\"paramvalidator-badupload-notmpdir\";i:5818;s:34:\"paramvalidator-badupload-notupload\";i:5819;s:32:\"paramvalidator-badupload-partial\";i:5820;s:31:\"paramvalidator-badupload-phpext\";i:5821;s:33:\"paramvalidator-badvalue-enummulti\";i:5822;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:5823;s:31:\"paramvalidator-deprecated-value\";i:5824;s:26:\"paramvalidator-emptystring\";i:5825;s:23:\"paramvalidator-maxbytes\";i:5826;s:23:\"paramvalidator-maxchars\";i:5827;s:27:\"paramvalidator-missingparam\";i:5828;s:23:\"paramvalidator-notmulti\";i:5829;s:29:\"paramvalidator-outofrange-max\";i:5830;s:32:\"paramvalidator-outofrange-minmax\";i:5831;s:29:\"paramvalidator-outofrange-min\";i:5832;s:31:\"paramvalidator-param-deprecated\";i:5833;s:28:\"paramvalidator-toomanyvalues\";i:5834;s:34:\"paramvalidator-unclearnowtimestamp\";i:5835;s:33:\"paramvalidator-unrecognizedvalues\";i:5836;s:27:\"paramvalidator-help-default\";i:5837;s:33:\"paramvalidator-help-default-empty\";i:5838;s:30:\"paramvalidator-help-deprecated\";i:5839;s:34:\"paramvalidator-help-multi-separate\";i:5840;s:29:\"paramvalidator-help-multi-max\";i:5841;s:36:\"paramvalidator-help-multi-max-simple\";i:5842;s:29:\"paramvalidator-help-multi-all\";i:5843;s:28:\"paramvalidator-help-required\";i:5844;s:32:\"paramvalidator-help-type-boolean\";i:5845;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:5846;s:29:\"paramvalidator-help-type-enum\";i:5847;s:31:\"paramvalidator-help-type-expiry\";i:5848;s:30:\"paramvalidator-help-type-float\";i:5849;s:32:\"paramvalidator-help-type-integer\";i:5850;s:30:\"paramvalidator-help-type-limit\";i:5851;s:35:\"paramvalidator-help-type-number-max\";i:5852;s:38:\"paramvalidator-help-type-number-minmax\";i:5853;s:35:\"paramvalidator-help-type-number-min\";i:5854;s:40:\"paramvalidator-help-type-presenceboolean\";i:5855;s:40:\"paramvalidator-help-type-string-maxbytes\";i:5856;s:40:\"paramvalidator-help-type-string-maxchars\";i:5857;s:34:\"paramvalidator-help-type-timestamp\";i:5858;s:31:\"paramvalidator-help-type-upload\";i:5859;s:15:\"skinname-vector\";i:5860;s:20:\"skinname-vector-2022\";i:5861;s:16:\"vector-skin-desc\";i:5862;s:34:\"prefs-vector-enable-vector-1-label\";i:5863;s:33:\"prefs-vector-enable-vector-1-help\";i:5864;s:14:\"vector-opt-out\";i:5865;s:22:\"vector-opt-out-tooltip\";i:5866;s:10:\"vector.css\";i:5867;s:9:\"vector.js\";i:5868;s:28:\"vector-action-toggle-sidebar\";i:5869;s:16:\"vector-languages\";i:5870;s:33:\"vector-language-button-aria-label\";i:5871;s:28:\"vector-language-button-label\";i:5872;s:31:\"vector-no-language-button-label\";i:5873;s:36:\"vector-no-language-button-aria-label\";i:5874;s:31:\"vector-language-redirect-to-top\";i:5875;s:38:\"vector-language-variant-switcher-label\";i:5876;s:24:\"vector-action-addsection\";i:5877;s:20:\"vector-action-delete\";i:5878;s:18:\"vector-action-move\";i:5879;s:21:\"vector-action-protect\";i:5880;s:22:\"vector-action-undelete\";i:5881;s:23:\"vector-action-unprotect\";i:5882;s:18:\"vector-view-create\";i:5883;s:16:\"vector-view-edit\";i:5884;s:19:\"vector-view-history\";i:5885;s:16:\"vector-view-view\";i:5886;s:22:\"vector-view-viewsource\";i:5887;s:23:\"vector-jumptonavigation\";i:5888;s:19:\"vector-jumptosearch\";i:5889;s:20:\"vector-jumptocontent\";i:5890;s:19:\"vector-more-actions\";i:5891;s:20:\"vector-search-loader\";i:5892;s:31:\"vector-searchsuggest-containing\";i:5893;s:17:\"vector-intro-page\";i:5894;s:18:\"vector-toc-heading\";i:5895;s:34:\"vector-toc-toggle-position-sidebar\";i:5896;s:32:\"vector-toc-toggle-position-title\";i:5897;s:20:\"vector-toc-beginning\";i:5898;s:30:\"vector-toc-toggle-button-label\";i:5899;s:27:\"vector-anon-user-menu-pages\";i:5900;s:33:\"vector-anon-user-menu-pages-learn\";i:5901;s:33:\"vector-anon-user-menu-pages-label\";i:5902;s:24:\"vector-main-menu-tooltip\";i:5903;s:23:\"vector-toc-menu-tooltip\";i:5904;s:35:\"vector-toc-collapsible-button-label\";i:5905;s:30:\"vector-article-tools-nav-label\";i:5906;s:21:\"vector-site-nav-label\";i:5907;s:26:\"vector-2022-prefs-talkpage\";i:5908;s:35:\"tooltip-vector-anon-user-menu-title\";i:5909;s:10:\"wikieditor\";i:5910;s:15:\"wikieditor-desc\";i:5911;s:23:\"wikieditor-wikitext-tab\";i:5912;s:18:\"wikieditor-loading\";i:5913;s:29:\"wikieditor-preview-preference\";i:5914;s:22:\"wikieditor-preview-tab\";i:5915;s:30:\"wikieditor-preview-changes-tab\";i:5916;s:26:\"wikieditor-preview-loading\";i:5917;s:29:\"wikieditor-publish-preference\";i:5918;s:33:\"wikieditor-publish-button-publish\";i:5919;s:32:\"wikieditor-publish-button-cancel\";i:5920;s:31:\"wikieditor-publish-dialog-title\";i:5921;s:33:\"wikieditor-publish-dialog-summary\";i:5922;s:31:\"wikieditor-publish-dialog-minor\";i:5923;s:31:\"wikieditor-publish-dialog-watch\";i:5924;s:33:\"wikieditor-publish-dialog-publish\";i:5925;s:32:\"wikieditor-publish-dialog-goback\";i:5926;s:18:\"wikieditor-toolbar\";i:5927;s:23:\"wikieditor-toolbar-desc\";i:5928;s:29:\"wikieditor-toolbar-preference\";i:5929;s:37:\"wikieditor-toolbar-dialogs-preference\";i:5930;s:26:\"wikieditor-toolbar-hidesig\";i:5931;s:26:\"wikieditor-toolbar-loading\";i:5932;s:28:\"wikieditor-toolbar-tool-bold\";i:5933;s:36:\"wikieditor-toolbar-tool-bold-example\";i:5934;s:30:\"wikieditor-toolbar-tool-italic\";i:5935;s:38:\"wikieditor-toolbar-tool-italic-example\";i:5936;s:29:\"wikieditor-toolbar-tool-ilink\";i:5937;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:5938;s:29:\"wikieditor-toolbar-tool-xlink\";i:5939;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:5940;s:28:\"wikieditor-toolbar-tool-link\";i:5941;s:34:\"wikieditor-toolbar-tool-link-title\";i:5942;s:32:\"wikieditor-toolbar-tool-link-int\";i:5943;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:5944;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:5945;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:5946;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:5947;s:32:\"wikieditor-toolbar-tool-link-ext\";i:5948;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:5949;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:5950;s:35:\"wikieditor-toolbar-tool-link-insert\";i:5951;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:5952;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:5953;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:5954;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:5955;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:5956;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:5957;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:5958;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:5959;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:5960;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:5961;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:5962;s:34:\"wikieditor-toolbar-tool-link-empty\";i:5963;s:28:\"wikieditor-toolbar-tool-file\";i:5964;s:36:\"wikieditor-toolbar-tool-file-example\";i:5965;s:34:\"wikieditor-toolbar-tool-file-title\";i:5966;s:30:\"wikieditor-toolbar-file-target\";i:5967;s:31:\"wikieditor-toolbar-file-caption\";i:5968;s:28:\"wikieditor-toolbar-file-size\";i:5969;s:29:\"wikieditor-toolbar-file-float\";i:5970;s:31:\"wikieditor-toolbar-file-default\";i:5971;s:30:\"wikieditor-toolbar-file-format\";i:5972;s:35:\"wikieditor-toolbar-file-format-none\";i:5973;s:35:\"wikieditor-toolbar-tool-file-insert\";i:5974;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:5975;s:33:\"wikieditor-toolbar-tool-reference\";i:5976;s:41:\"wikieditor-toolbar-tool-reference-example\";i:5977;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:5978;s:39:\"wikieditor-toolbar-tool-reference-title\";i:5979;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:5980;s:38:\"wikieditor-toolbar-tool-reference-text\";i:5981;s:33:\"wikieditor-toolbar-tool-signature\";i:5982;s:35:\"wikieditor-toolbar-section-advanced\";i:5983;s:31:\"wikieditor-toolbar-tool-heading\";i:5984;s:33:\"wikieditor-toolbar-tool-heading-1\";i:5985;s:33:\"wikieditor-toolbar-tool-heading-2\";i:5986;s:33:\"wikieditor-toolbar-tool-heading-3\";i:5987;s:33:\"wikieditor-toolbar-tool-heading-4\";i:5988;s:33:\"wikieditor-toolbar-tool-heading-5\";i:5989;s:39:\"wikieditor-toolbar-tool-heading-example\";i:5990;s:31:\"wikieditor-toolbar-group-format\";i:5991;s:29:\"wikieditor-toolbar-tool-ulist\";i:5992;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:5993;s:29:\"wikieditor-toolbar-tool-olist\";i:5994;s:37:\"wikieditor-toolbar-tool-olist-example\";i:5995;s:30:\"wikieditor-toolbar-tool-nowiki\";i:5996;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:5997;s:32:\"wikieditor-toolbar-tool-redirect\";i:5998;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:5999;s:27:\"wikieditor-toolbar-tool-big\";i:6000;s:35:\"wikieditor-toolbar-tool-big-example\";i:6001;s:29:\"wikieditor-toolbar-tool-small\";i:6002;s:37:\"wikieditor-toolbar-tool-small-example\";i:6003;s:35:\"wikieditor-toolbar-tool-superscript\";i:6004;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:6005;s:33:\"wikieditor-toolbar-tool-subscript\";i:6006;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:6007;s:31:\"wikieditor-toolbar-group-insert\";i:6008;s:31:\"wikieditor-toolbar-tool-gallery\";i:6009;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:6010;s:31:\"wikieditor-toolbar-tool-newline\";i:6011;s:29:\"wikieditor-toolbar-tool-table\";i:6012;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:6013;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:6014;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:6015;s:35:\"wikieditor-toolbar-tool-table-title\";i:6016;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:6017;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:6018;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:6019;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:6020;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:6021;s:37:\"wikieditor-toolbar-tool-table-example\";i:6022;s:37:\"wikieditor-toolbar-tool-table-preview\";i:6023;s:36:\"wikieditor-toolbar-tool-table-insert\";i:6024;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:6025;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:6026;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:6027;s:34:\"wikieditor-toolbar-tool-table-zero\";i:6028;s:31:\"wikieditor-toolbar-tool-replace\";i:6029;s:37:\"wikieditor-toolbar-tool-replace-title\";i:6030;s:38:\"wikieditor-toolbar-tool-replace-search\";i:6031;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:6032;s:36:\"wikieditor-toolbar-tool-replace-case\";i:6033;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:6034;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:6035;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:6036;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:6037;s:37:\"wikieditor-toolbar-tool-replace-close\";i:6038;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:6039;s:39:\"wikieditor-toolbar-tool-replace-success\";i:6040;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:6041;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:6042;s:37:\"wikieditor-toolbar-section-characters\";i:6043;s:31:\"wikieditor-toolbar-section-help\";i:6044;s:43:\"wikieditor-toolbar-help-heading-description\";i:6045;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:6046;s:38:\"wikieditor-toolbar-help-heading-result\";i:6047;s:35:\"wikieditor-toolbar-help-page-format\";i:6048;s:33:\"wikieditor-toolbar-help-page-link\";i:6049;s:36:\"wikieditor-toolbar-help-page-heading\";i:6050;s:33:\"wikieditor-toolbar-help-page-list\";i:6051;s:33:\"wikieditor-toolbar-help-page-file\";i:6052;s:38:\"wikieditor-toolbar-help-page-reference\";i:6053;s:39:\"wikieditor-toolbar-help-page-discussion\";i:6054;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:6055;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:6056;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:6057;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:6058;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:6059;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:6060;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:6061;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:6062;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:6063;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:6064;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:6065;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:6066;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:6067;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:6068;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:6069;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:6070;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:6071;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:6072;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:6073;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:6074;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:6075;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:6076;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:6077;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:6078;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:6079;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:6080;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:6081;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:6082;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:6083;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:6084;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:6085;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:6086;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:6087;s:48:\"wikieditor-toolbar-help-content-file-description\";i:6088;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:6089;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6090;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:6091;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:6092;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:6093;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6094;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6095;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6096;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:6097;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:6098;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:6099;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:6100;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:6101;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:6102;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:6103;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:6104;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:6105;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:6106;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:6107;s:20:\"syntaxhighlight-desc\";i:6108;s:30:\"syntaxhighlight-error-category\";i:6109;s:35:\"syntaxhighlight-error-category-desc\";i:6110;s:32:\"syntaxhighlight-enclose-category\";i:6111;s:37:\"syntaxhighlight-enclose-category-desc\";i:6112;s:31:\"syntaxhighlight-source-category\";i:6113;s:36:\"syntaxhighlight-source-category-desc\";i:6114;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6115;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6116;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6117;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6118;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6119;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6120;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6121;s:38:\"syntaxhighlight-error-unknown-language\";i:6122;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6123;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6124;s:22:\"action-mf-uploadbutton\";i:6125;s:20:\"beta-feature-minerva\";i:6126;s:32:\"beta-feature-minerva-description\";i:6127;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6128;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6129;s:37:\"mobile-frontend-account-create-submit\";i:6130;s:25:\"mobile-frontend-app-title\";i:6131;s:38:\"mobile-frontend-back-to-top-of-section\";i:6132;s:34:\"mobile-frontend-categories-heading\";i:6133;s:37:\"mobile-frontend-categories-subheading\";i:6134;s:32:\"mobile-frontend-categories-nocat\";i:6135;s:30:\"mobile-frontend-categories-add\";i:6136;s:33:\"mobile-frontend-categories-search\";i:6137;s:34:\"mobile-frontend-categories-nomatch\";i:6138;s:33:\"mobile-frontend-categories-nodata\";i:6139;s:34:\"mobile-frontend-categories-summary\";i:6140;s:38:\"mobile-frontend-categories-add-heading\";i:6141;s:35:\"mobile-frontend-categories-add-wait\";i:6142;s:33:\"mobile-frontend-categories-normal\";i:6143;s:33:\"mobile-frontend-categories-hidden\";i:6144;s:30:\"mobile-frontend-changeslist-ip\";i:6145;s:37:\"mobile-frontend-changeslist-nocomment\";i:6146;s:28:\"mobile-frontend-clear-search\";i:6147;s:37:\"mobile-frontend-commons-category-view\";i:6148;s:36:\"mobile-frontend-contribution-summary\";i:6149;s:32:\"mobile-frontend-cookies-required\";i:6150;s:25:\"mobile-frontend-copyright\";i:6151;s:20:\"mobile-frontend-desc\";i:6152;s:33:\"mobile-frontend-diffview-404-desc\";i:6153;s:34:\"mobile-frontend-diffview-404-title\";i:6154;s:34:\"mobile-frontend-diffview-anonymous\";i:6155;s:35:\"mobile-frontend-diffview-bytesadded\";i:6156;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6157;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6158;s:34:\"mobile-frontend-diffview-editcount\";i:6159;s:34:\"mobile-frontend-diffview-explained\";i:6160;s:30:\"mobile-frontend-diffview-title\";i:6161;s:30:\"mobile-frontend-disable-images\";i:6162;s:36:\"mobile-frontend-dismiss-notification\";i:6163;s:33:\"mobile-frontend-donate-image-anon\";i:6164;s:36:\"mobile-frontend-donate-image-heading\";i:6165;s:41:\"mobile-frontend-donate-image-login-action\";i:6166;s:38:\"mobile-frontend-donate-image-nouploads\";i:6167;s:42:\"mobile-frontend-donate-image-signup-action\";i:6168;s:34:\"mobile-frontend-donate-image-title\";i:6169;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6170;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6171;s:29:\"mobile-frontend-drawer-cancel\";i:6172;s:31:\"mobile-frontend-pointer-dismiss\";i:6173;s:33:\"mobile-frontend-edit-login-action\";i:6174;s:34:\"mobile-frontend-edit-signup-action\";i:6175;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6176;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6177;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6178;s:27:\"mobile-frontend-editor-anon\";i:6179;s:34:\"mobile-frontend-editor-anonwarning\";i:6180;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6181;s:35:\"mobile-frontend-editor-blocked-info\";i:6182;s:29:\"mobile-frontend-editor-cancel\";i:6183;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6184;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6185;s:31:\"mobile-frontend-editor-continue\";i:6186;s:26:\"mobile-frontend-editor-cta\";i:6187;s:31:\"mobile-frontend-editor-disabled\";i:6188;s:27:\"mobile-frontend-editor-edit\";i:6189;s:30:\"mobile-frontend-editor-editing\";i:6190;s:35:\"mobile-frontend-editor-editing-page\";i:6191;s:28:\"mobile-frontend-editor-error\";i:6192;s:37:\"mobile-frontend-editor-error-conflict\";i:6193;s:36:\"mobile-frontend-editor-error-loading\";i:6194;s:36:\"mobile-frontend-editor-error-preview\";i:6195;s:35:\"mobile-frontend-editor-keep-editing\";i:6196;s:32:\"mobile-frontend-editor-licensing\";i:6197;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6198;s:33:\"mobile-frontend-editor-terms-link\";i:6199;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6200;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6201;s:34:\"mobile-frontend-editor-placeholder\";i:6202;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6203;s:38:\"mobile-frontend-editor-previewing-page\";i:6204;s:37:\"mobile-frontend-editor-redirect-title\";i:6205;s:27:\"mobile-frontend-editor-save\";i:6206;s:30:\"mobile-frontend-editor-success\";i:6207;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6208;s:39:\"mobile-frontend-editor-success-new-page\";i:6209;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6210;s:38:\"mobile-frontend-editor-summary-request\";i:6211;s:30:\"mobile-frontend-editor-summary\";i:6212;s:37:\"mobile-frontend-editor-switch-confirm\";i:6213;s:36:\"mobile-frontend-editor-switch-editor\";i:6214;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6215;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6216;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6217;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6218;s:34:\"mobile-frontend-editor-unavailable\";i:6219;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6220;s:35:\"mobile-frontend-editor-uploadenable\";i:6221;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6222;s:27:\"mobile-frontend-editor-wait\";i:6223;s:36:\"mobile-frontend-editor-redlink-leave\";i:6224;s:38:\"mobile-frontend-editor-redlink-explain\";i:6225;s:37:\"mobile-frontend-editor-redlink-create\";i:6226;s:27:\"mobile-frontend-editor-bold\";i:6227;s:29:\"mobile-frontend-editor-italic\";i:6228;s:32:\"mobile-frontend-editor-bold-text\";i:6229;s:34:\"mobile-frontend-editor-italic-text\";i:6230;s:32:\"mobile-frontend-editor-reference\";i:6231;s:39:\"mobile-frontend-editor-insert-reference\";i:6232;s:44:\"mobile-frontend-editor-reference-placeholder\";i:6233;s:36:\"mobile-frontend-editor-add-reference\";i:6234;s:29:\"mobile-frontend-enable-images\";i:6235;s:43:\"mobile-frontend-expand-sections-description\";i:6236;s:38:\"mobile-frontend-expand-sections-status\";i:6237;s:32:\"mobile-frontend-fontchanger-link\";i:6238;s:32:\"mobile-frontend-fontchanger-desc\";i:6239;s:32:\"mobile-frontend-featured-article\";i:6240;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6241;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6242;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6243;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6244;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6245;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6246;s:30:\"mobile-frontend-footer-contact\";i:6247;s:31:\"mobile-frontend-footer-sitename\";i:6248;s:32:\"mobile-frontend-generic-404-desc\";i:6249;s:33:\"mobile-frontend-generic-404-title\";i:6250;s:29:\"mobile-frontend-generic-login\";i:6251;s:36:\"mobile-frontend-generic-login-action\";i:6252;s:33:\"mobile-frontend-generic-login-new\";i:6253;s:37:\"mobile-frontend-generic-signup-action\";i:6254;s:23:\"mobile-frontend-history\";i:6255;s:32:\"mobile-frontend-history-404-desc\";i:6256;s:33:\"mobile-frontend-history-404-title\";i:6257;s:34:\"mobile-frontend-history-no-results\";i:6258;s:27:\"mobile-frontend-home-button\";i:6259;s:36:\"mobile-frontend-image-cancel-confirm\";i:6260;s:38:\"mobile-frontend-image-heading-describe\";i:6261;s:31:\"mobile-frontend-image-uploading\";i:6262;s:29:\"mobile-frontend-images-status\";i:6263;s:40:\"mobile-frontend-language-article-heading\";i:6264;s:31:\"mobile-frontend-language-header\";i:6265;s:32:\"mobile-frontend-language-heading\";i:6266;s:36:\"mobile-frontend-language-site-choose\";i:6267;s:39:\"mobile-frontend-language-variant-header\";i:6268;s:34:\"mobile-frontend-languages-404-desc\";i:6269;s:35:\"mobile-frontend-languages-404-title\";i:6270;s:32:\"mobile-frontend-languages-header\";i:6271;s:37:\"mobile-frontend-languages-header-page\";i:6272;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6273;s:30:\"mobile-frontend-languages-text\";i:6274;s:40:\"mobile-frontend-languages-variant-header\";i:6275;s:34:\"mobile-frontend-last-modified-date\";i:6276;s:34:\"mobile-frontend-last-modified-days\";i:6277;s:35:\"mobile-frontend-last-modified-hours\";i:6278;s:38:\"mobile-frontend-last-modified-just-now\";i:6279;s:37:\"mobile-frontend-last-modified-minutes\";i:6280;s:36:\"mobile-frontend-last-modified-months\";i:6281;s:37:\"mobile-frontend-last-modified-seconds\";i:6282;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6283;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6284;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6285;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6286;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6287;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6288;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6289;s:35:\"mobile-frontend-last-modified-years\";i:6290;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6291;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6292;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6293;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6294;s:26:\"mobile-frontend-logged-out\";i:6295;s:21:\"mobile-frontend-login\";i:6296;s:25:\"mobile-frontend-main-menu\";i:6297;s:30:\"mobile-frontend-main-menu-back\";i:6298;s:40:\"mobile-frontend-main-menu-account-create\";i:6299;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:6300;s:34:\"mobile-frontend-main-menu-featured\";i:6301;s:31:\"mobile-frontend-main-menu-login\";i:6302;s:32:\"mobile-frontend-main-menu-logout\";i:6303;s:32:\"mobile-frontend-main-menu-nearby\";i:6304;s:36:\"mobile-frontend-main-menu-page-title\";i:6305;s:34:\"mobile-frontend-main-menu-settings\";i:6306;s:42:\"mobile-frontend-main-menu-settings-heading\";i:6307;s:32:\"mobile-frontend-main-menu-upload\";i:6308;s:35:\"mobile-frontend-main-menu-watchlist\";i:6309;s:29:\"mobile-frontend-media-details\";i:6310;s:34:\"mobile-frontend-media-license-link\";i:6311;s:32:\"mobile-frontend-meta-data-issues\";i:6312;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6313;s:39:\"mobile-frontend-meta-data-issues-header\";i:6314;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6315;s:29:\"mobile-frontend-missing-image\";i:6316;s:31:\"mobile-frontend-nearby-distance\";i:6317;s:38:\"mobile-frontend-nearby-distance-meters\";i:6318;s:28:\"mobile-frontend-nearby-error\";i:6319;s:37:\"mobile-frontend-nearby-error-guidance\";i:6320;s:30:\"mobile-frontend-nearby-loading\";i:6321;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6322;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6323;s:32:\"mobile-frontend-nearby-noresults\";i:6324;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6325;s:33:\"mobile-frontend-nearby-permission\";i:6326;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6327;s:30:\"mobile-frontend-nearby-refresh\";i:6328;s:35:\"mobile-frontend-nearby-requirements\";i:6329;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6330;s:28:\"mobile-frontend-nearby-title\";i:6331;s:34:\"mobile-frontend-nearby-sectiontext\";i:6332;s:26:\"mobile-frontend-news-items\";i:6333;s:30:\"mobile-frontend-opt-in-explain\";i:6334;s:29:\"mobile-frontend-overlay-close\";i:6335;s:32:\"mobile-frontend-overlay-continue\";i:6336;s:34:\"mobile-frontend-page-menu-contents\";i:6337;s:33:\"mobile-frontend-page-menu-history\";i:6338;s:42:\"mobile-frontend-page-menu-language-current\";i:6339;s:33:\"mobile-frontend-page-edit-summary\";i:6340;s:24:\"mobile-frontend-password\";i:6341;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6342;s:36:\"mobile-frontend-password-placeholder\";i:6343;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6344;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6345;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6346;s:31:\"mobile-frontend-photo-licensing\";i:6347;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6348;s:31:\"mobile-frontend-photo-ownership\";i:6349;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6350;s:36:\"mobile-frontend-photo-ownership-help\";i:6351;s:28:\"mobile-frontend-photo-submit\";i:6352;s:28:\"mobile-frontend-photo-upload\";i:6353;s:33:\"mobile-frontend-photo-upload-anon\";i:6354;s:36:\"mobile-frontend-photo-upload-comment\";i:6355;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6356;s:34:\"mobile-frontend-photo-upload-error\";i:6357;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6358;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6359;s:36:\"mobile-frontend-photo-upload-generic\";i:6360;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6361;s:44:\"mobile-frontend-photo-upload-success-article\";i:6362;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6363;s:39:\"mobile-frontend-photo-upload-user-count\";i:6364;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6365;s:27:\"mobile-frontend-placeholder\";i:6366;s:31:\"mobile-frontend-placeholder-app\";i:6367;s:32:\"mobile-frontend-placeholder-beta\";i:6368;s:33:\"mobile-frontend-privacy-link-text\";i:6369;s:40:\"mobile-frontend-profile-activity-heading\";i:6370;s:29:\"mobile-frontend-profile-error\";i:6371;s:38:\"mobile-frontend-profile-footer-ancient\";i:6372;s:35:\"mobile-frontend-profile-footer-days\";i:6373;s:37:\"mobile-frontend-profile-footer-months\";i:6374;s:36:\"mobile-frontend-profile-footer-years\";i:6375;s:33:\"mobile-frontend-profile-last-edit\";i:6376;s:34:\"mobile-frontend-profile-last-thank\";i:6377;s:30:\"mobile-frontend-profile-noargs\";i:6378;s:30:\"mobile-frontend-profile-nouser\";i:6379;s:29:\"mobile-frontend-profile-title\";i:6380;s:37:\"mobile-frontend-profile-userpage-link\";i:6381;s:32:\"mobile-frontend-profile-usertalk\";i:6382;s:29:\"mobile-frontend-random-button\";i:6383;s:35:\"mobile-frontend-references-citation\";i:6384;s:28:\"mobile-frontend-regular-site\";i:6385;s:31:\"mobile-frontend-requires-mobile\";i:6386;s:30:\"mobile-frontend-requires-optin\";i:6387;s:30:\"mobile-frontend-requires-title\";i:6388;s:26:\"mobile-frontend-save-error\";i:6389;s:29:\"mobile-frontend-save-settings\";i:6390;s:32:\"mobile-frontend-saving-exit-page\";i:6391;s:30:\"mobile-frontend-search-content\";i:6392;s:41:\"mobile-frontend-search-content-no-results\";i:6393;s:33:\"mobile-frontend-search-no-results\";i:6394;s:29:\"mobile-frontend-search-submit\";i:6395;s:39:\"mobile-frontend-settings-images-explain\";i:6396;s:29:\"mobile-frontend-settings-beta\";i:6397;s:41:\"mobile-frontend-settings-site-description\";i:6398;s:36:\"mobile-frontend-settings-site-header\";i:6399;s:37:\"mobile-frontend-sign-in-error-heading\";i:6400;s:31:\"mobile-frontend-sign-in-heading\";i:6401;s:27:\"mobile-frontend-sign-in-why\";i:6402;s:31:\"mobile-frontend-sign-up-heading\";i:6403;s:29:\"mobile-frontend-talk-fullpage\";i:6404;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6405;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6406;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6407;s:33:\"mobile-frontend-talk-back-to-page\";i:6408;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6409;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6410;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6411;s:33:\"mobile-frontend-talk-edit-summary\";i:6412;s:30:\"mobile-frontend-talk-explained\";i:6413;s:36:\"mobile-frontend-talk-explained-empty\";i:6414;s:35:\"mobile-frontend-talk-overlay-header\";i:6415;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6416;s:26:\"mobile-frontend-talk-reply\";i:6417;s:31:\"mobile-frontend-talk-reply-info\";i:6418;s:34:\"mobile-frontend-talk-reply-success\";i:6419;s:35:\"mobile-frontend-talk-topic-feedback\";i:6420;s:32:\"mobile-frontend-talk-topic-error\";i:6421;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6422;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6423;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6424;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6425;s:31:\"mobile-frontend-talk-topic-wait\";i:6426;s:26:\"mobile-frontend-terms-text\";i:6427;s:30:\"mobile-frontend-thanked-notice\";i:6428;s:28:\"mobile-frontend-user-account\";i:6429;s:35:\"mobile-frontend-user-button-tooltip\";i:6430;s:32:\"mobile-frontend-user-newmessages\";i:6431;s:24:\"mobile-frontend-user-cta\";i:6432;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6433;s:24:\"mobile-frontend-username\";i:6434;s:36:\"mobile-frontend-username-placeholder\";i:6435;s:20:\"mobile-frontend-view\";i:6436;s:28:\"mobile-frontend-view-desktop\";i:6437;s:27:\"mobile-frontend-view-mobile\";i:6438;s:27:\"mobile-frontend-view-source\";i:6439;s:27:\"mobile-frontend-watch-login\";i:6440;s:29:\"mobile-frontend-watchlist-a-z\";i:6441;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6442;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6443;s:29:\"mobile-frontend-watchlist-add\";i:6444;s:35:\"mobile-frontend-watchlist-back-home\";i:6445;s:29:\"mobile-frontend-watchlist-cta\";i:6446;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:6447;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6448;s:30:\"mobile-frontend-watchlist-feed\";i:6449;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6450;s:36:\"mobile-frontend-watchlist-filter-all\";i:6451;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6452;s:38:\"mobile-frontend-watchlist-filter-other\";i:6453;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6454;s:38:\"mobile-frontend-watchlist-login-action\";i:6455;s:30:\"mobile-frontend-watchlist-more\";i:6456;s:37:\"mobile-frontend-watchlist-please-wait\";i:6457;s:31:\"mobile-frontend-watchlist-error\";i:6458;s:33:\"mobile-frontend-watchlist-purpose\";i:6459;s:33:\"mobile-frontend-watchlist-removed\";i:6460;s:39:\"mobile-frontend-watchlist-signup-action\";i:6461;s:30:\"mobile-frontend-watchlist-view\";i:6462;s:36:\"mobile-frontend-quick-lookup-looking\";i:6463;s:39:\"mobile-frontend-quick-lookup-no-results\";i:6464;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:6465;s:10:\"mobile.css\";i:6466;s:9:\"mobile.js\";i:6467;s:6:\"nearby\";i:6468;s:21:\"right-mf-uploadbutton\";i:6469;s:15:\"tag-mobile_edit\";i:6470;s:27:\"tag-mobile_edit-description\";i:6471;s:19:\"tag-mobile_web_edit\";i:6472;s:31:\"tag-mobile_web_edit-description\";i:6473;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:6474;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:6475;s:30:\"apihelp-mobileview-description\";i:6476;s:29:\"apihelp-mobileview-param-page\";i:6477;s:33:\"apihelp-mobileview-param-redirect\";i:6478;s:36:\"apihelp-mobileview-param-sectionprop\";i:6479;s:32:\"apihelp-mobileview-param-variant\";i:6480;s:33:\"apihelp-mobileview-param-noimages\";i:6481;s:35:\"apihelp-mobileview-param-noheadings\";i:6482;s:36:\"apihelp-mobileview-param-notransform\";i:6483;s:34:\"apihelp-mobileview-param-thumbsize\";i:6484;s:35:\"apihelp-mobileview-param-thumbwidth\";i:6485;s:36:\"apihelp-mobileview-param-thumbheight\";i:6486;s:28:\"apihelp-mobileview-example-1\";i:6487;s:28:\"apihelp-parse-param-noimages\";i:6488;s:35:\"mobile-frontend-donate-button-label\";i:6489;s:43:\"mobile-frontend-meta-data-issues-categories\";i:6490;s:31:\"mobile-frontend-loading-message\";i:6491;s:31:\"mobile-frontend-console-recruit\";i:6492;s:34:\"mobile-frontend-browse-tags-header\";i:6493;s:24:\"mobile-frontend-panel-ok\";i:6494;s:28:\"mobile-frontend-panel-cancel\";i:6495;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:6496;s:41:\"mobile-frontend-search-feedback-link-text\";i:6497;s:38:\"mobile-frontend-search-feedback-prompt\";i:6498;s:20:\"googleanalytics-desc\";i:6499;s:17:\"right-noanalytics\";i:6500;s:7:\"sidebar\";i:6501;s:18:\"pagecategorieslink\";i:6502;s:25:\"categoryviewer-pagedlinks\";i:6503;s:24:\"category-header-numerals\";i:6504;s:9:\"sitetitle\";i:6505;s:12:\"sitesubtitle\";i:6506;s:10:\"addsection\";i:6507;s:14:\"talkpageheader\";i:6508;s:22:\"view-pool-dirty-output\";i:6509;s:20:\"view-pool-contention\";i:6510;s:17:\"view-pool-timeout\";i:6511;s:12:\"edithelppage\";i:6512;s:8:\"helppage\";i:6513;s:14:\"mainpage-title\";i:6514;s:23:\"mainpage-title-loggedin\";i:6515;s:23:\"pagetitle-view-mainpage\";i:6516;s:16:\"backlinksubtitle\";i:6517;s:9:\"feed-atom\";i:6518;s:8:\"feed-rss\";i:6519;s:10:\"sitenotice\";i:6520;s:10:\"anonnotice\";i:6521;s:28:\"newsectionheaderdefaultlevel\";i:6522;s:10:\"nstab-talk\";i:6523;s:23:\"createacct-helpusername\";i:6524;s:24:\"createacct-username-help\";i:6525;s:11:\"loginprompt\";i:6526;s:18:\"userlogout-summary\";i:6527;s:13:\"helplogin-url\";i:6528;s:26:\"createacct-imgcaptcha-help\";i:6529;s:24:\"createacct-benefit-icon1\";i:6530;s:24:\"createacct-benefit-head1\";i:6531;s:24:\"createacct-benefit-icon2\";i:6532;s:24:\"createacct-benefit-head2\";i:6533;s:24:\"createacct-benefit-icon3\";i:6534;s:24:\"createacct-benefit-head3\";i:6535;s:17:\"nocookiesforlogin\";i:6536;s:11:\"signupstart\";i:6537;s:9:\"signupend\";i:6538;s:15:\"signupend-https\";i:6539;s:11:\"emailsender\";i:6540;s:18:\"loginlanguagelinks\";i:6541;s:15:\"pear-mail-error\";i:6542;s:14:\"php-mail-error\";i:6543;s:22:\"changepassword-summary\";i:6544;s:19:\"changeemail-summary\";i:6545;s:19:\"resettokens-summary\";i:6546;s:8:\"sig-text\";i:6547;s:18:\"newarticletextanon\";i:6548;s:12:\"talkpagetext\";i:6549;s:17:\"noarticletextanon\";i:6550;s:17:\"editnotice-notext\";i:6551;s:23:\"editpage-head-copy-warn\";i:6552;s:20:\"editpage-tos-summary\";i:6553;s:13:\"longpage-hint\";i:6554;s:16:\"edittools-upload\";i:6555;s:18:\"addsection-preload\";i:6556;s:20:\"addsection-editintro\";i:6557;s:18:\"content-model-json\";i:6558;s:26:\"createaccount-hook-aborted\";i:6559;s:21:\"revision-info-current\";i:6560;s:12:\"revision-nav\";i:6561;s:17:\"history_copyright\";i:6562;s:41:\"mergehistory-warning-redirect-not-created\";i:6563;s:24:\"mergehistory-revisionrow\";i:6564;s:26:\"mergehistory-redirect-text\";i:6565;s:18:\"pagemerge-logentry\";i:6566;s:14:\"search-summary\";i:6567;s:23:\"searchmenu-new-nocreate\";i:6568;s:23:\"search-interwiki-custom\";i:6569;s:12:\"googlesearch\";i:6570;s:15:\"opensearch-desc\";i:6571;s:19:\"preferences-summary\";i:6572;s:36:\"prefs-user-downloaddata-help-message\";i:6573;s:18:\"userrights-summary\";i:6574;s:30:\"userrights-irreversible-marker\";i:6575;s:35:\"userrights-no-shorten-expiry-marker\";i:6576;s:6:\"ntimes\";i:6577;s:17:\"recentchanges-url\";i:6578;s:17:\"recentchangestext\";i:6579;s:26:\"recentchanges-legend-minor\";i:6580;s:24:\"recentchanges-legend-bot\";i:6581;s:32:\"recentchanges-legend-unpatrolled\";i:6582;s:30:\"rcfilters-tag-prefix-namespace\";i:6583;s:25:\"rcfilters-tag-prefix-tags\";i:6584;s:17:\"unpatrolledletter\";i:6585;s:43:\"number-of-watching-users-for-recent-changes\";i:6586;s:14:\"upload-summary\";i:6587;s:12:\"uploadfooter\";i:6588;s:26:\"upload-default-description\";i:6589;s:13:\"uploadedimage\";i:6590;s:14:\"overwroteimage\";i:6591;s:8:\"licenses\";i:6592;s:24:\"shareddescriptionfollows\";i:6593;s:33:\"shared-repo-name-wikimediacommons\";i:6594;s:35:\"filedelete-reason-dropdown-suppress\";i:6595;s:22:\"unwatchedpages-summary\";i:6596;s:21:\"listredirects-summary\";i:6597;s:23:\"unusedtemplates-summary\";i:6598;s:14:\"randompage-url\";i:6599;s:18:\"statistics-summary\";i:6600;s:24:\"statistics-articles-desc\";i:6601;s:21:\"statistics-files-desc\";i:6602;s:17:\"statistics-footer\";i:6603;s:21:\"pageswithprop-summary\";i:6604;s:23:\"doubleredirects-summary\";i:6605;s:23:\"brokenredirects-summary\";i:6606;s:29:\"brokenredirects-delete-reason\";i:6607;s:23:\"fewestrevisions-summary\";i:6608;s:19:\"lonelypages-summary\";i:6609;s:26:\"uncategorizedpages-summary\";i:6610;s:31:\"uncategorizedcategories-summary\";i:6611;s:27:\"uncategorizedimages-summary\";i:6612;s:30:\"uncategorizedtemplates-summary\";i:6613;s:24:\"unusedcategories-summary\";i:6614;s:20:\"unusedimages-summary\";i:6615;s:24:\"wantedcategories-summary\";i:6616;s:19:\"wantedfiles-summary\";i:6617;s:23:\"wantedtemplates-summary\";i:6618;s:18:\"mostlinked-summary\";i:6619;s:28:\"mostlinkedcategories-summary\";i:6620;s:27:\"mostlinkedtemplates-summary\";i:6621;s:22:\"mostcategories-summary\";i:6622;s:18:\"mostimages-summary\";i:6623;s:22:\"mostinterwikis-summary\";i:6624;s:21:\"mostrevisions-summary\";i:6625;s:19:\"prefixindex-summary\";i:6626;s:18:\"shortpages-summary\";i:6627;s:17:\"longpages-summary\";i:6628;s:20:\"deadendpages-summary\";i:6629;s:29:\"protectedpages-unknown-reason\";i:6630;s:17:\"listusers-summary\";i:6631;s:16:\"newpages-summary\";i:6632;s:20:\"ancientpages-summary\";i:6633;s:15:\"apihelp-summary\";i:6634;s:12:\"apihelp-link\";i:6635;s:18:\"apisandbox-summary\";i:6636;s:36:\"apisandbox-request-format-json-label\";i:6637;s:19:\"booksources-summary\";i:6638;s:16:\"booksources-isbn\";i:6639;s:6:\"rfcurl\";i:6640;s:9:\"pubmedurl\";i:6641;s:16:\"allpages-summary\";i:6642;s:18:\"categories-summary\";i:6643;s:28:\"deletedcontributions-summary\";i:6644;s:18:\"linksearch-summary\";i:6645;s:19:\"activeusers-summary\";i:6646;s:29:\"listgrouprights-right-display\";i:6647;s:29:\"listgrouprights-right-revoked\";i:6648;s:24:\"listgrants-grant-display\";i:6649;s:17:\"emailuser-summary\";i:6650;s:17:\"watchlist-summary\";i:6651;s:17:\"watchlist-unwatch\";i:6652;s:22:\"watchlist-unwatch-undo\";i:6653;s:30:\"deletereason-dropdown-suppress\";i:6654;s:16:\"protectedarticle\";i:6655;s:25:\"modifiedarticleprotection\";i:6656;s:18:\"unprotectedarticle\";i:6657;s:22:\"movedarticleprotection\";i:6658;s:20:\"protect-summary-desc\";i:6659;s:17:\"restriction-blank\";i:6660;s:16:\"undelete-summary\";i:6661;s:22:\"undelete-revision-row2\";i:6662;s:21:\"contributions-summary\";i:6663;s:24:\"sp-contributions-explain\";i:6664;s:23:\"sp-contributions-footer\";i:6665;s:28:\"sp-contributions-footer-anon\";i:6666;s:34:\"sp-contributions-footer-anon-range\";i:6667;s:21:\"whatlinkshere-summary\";i:6668;s:15:\"unblock-summary\";i:6669;s:17:\"blocklist-summary\";i:6670;s:13:\"blocklogentry\";i:6671;s:16:\"reblock-logentry\";i:6672;s:15:\"unblocklogentry\";i:6673;s:5:\"sorbs\";i:6674;s:18:\"ipb-default-expiry\";i:6675;s:21:\"ipb-default-expiry-ip\";i:6676;s:16:\"movepage-summary\";i:6677;s:18:\"move-redirect-text\";i:6678;s:31:\"category-move-redirect-override\";i:6679;s:14:\"export-summary\";i:6680;s:14:\"import-summary\";i:6681;s:22:\"import-logentry-upload\";i:6682;s:25:\"import-logentry-interwiki\";i:6683;s:21:\"accesskey-pt-userpage\";i:6684;s:25:\"accesskey-pt-anonuserpage\";i:6685;s:19:\"accesskey-pt-mytalk\";i:6686;s:21:\"accesskey-pt-anontalk\";i:6687;s:24:\"accesskey-pt-preferences\";i:6688;s:22:\"accesskey-pt-watchlist\";i:6689;s:22:\"accesskey-pt-mycontris\";i:6690;s:25:\"accesskey-pt-anoncontribs\";i:6691;s:18:\"accesskey-pt-login\";i:6692;s:26:\"accesskey-pt-login-private\";i:6693;s:19:\"accesskey-pt-logout\";i:6694;s:26:\"accesskey-pt-createaccount\";i:6695;s:17:\"accesskey-ca-view\";i:6696;s:17:\"accesskey-ca-talk\";i:6697;s:17:\"accesskey-ca-edit\";i:6698;s:23:\"accesskey-ca-addsection\";i:6699;s:23:\"accesskey-ca-viewsource\";i:6700;s:20:\"accesskey-ca-history\";i:6701;s:20:\"accesskey-ca-protect\";i:6702;s:22:\"accesskey-ca-unprotect\";i:6703;s:19:\"accesskey-ca-delete\";i:6704;s:21:\"accesskey-ca-undelete\";i:6705;s:17:\"accesskey-ca-move\";i:6706;s:18:\"accesskey-ca-watch\";i:6707;s:20:\"accesskey-ca-unwatch\";i:6708;s:16:\"accesskey-search\";i:6709;s:19:\"accesskey-search-go\";i:6710;s:25:\"accesskey-search-fulltext\";i:6711;s:16:\"accesskey-p-logo\";i:6712;s:26:\"accesskey-n-help-mediawiki\";i:6713;s:20:\"accesskey-n-mainpage\";i:6714;s:32:\"accesskey-n-mainpage-description\";i:6715;s:18:\"accesskey-n-portal\";i:6716;s:25:\"accesskey-n-currentevents\";i:6717;s:25:\"accesskey-n-recentchanges\";i:6718;s:22:\"accesskey-n-randompage\";i:6719;s:16:\"accesskey-n-help\";i:6720;s:25:\"accesskey-t-whatlinkshere\";i:6721;s:31:\"accesskey-t-recentchangeslinked\";i:6722;s:18:\"accesskey-feed-rss\";i:6723;s:19:\"accesskey-feed-atom\";i:6724;s:25:\"accesskey-t-contributions\";i:6725;s:21:\"accesskey-t-emailuser\";i:6726;s:16:\"accesskey-t-info\";i:6727;s:21:\"accesskey-t-permalink\";i:6728;s:17:\"accesskey-t-print\";i:6729;s:18:\"accesskey-t-upload\";i:6730;s:24:\"accesskey-t-specialpages\";i:6731;s:23:\"accesskey-ca-nstab-main\";i:6732;s:23:\"accesskey-ca-nstab-user\";i:6733;s:24:\"accesskey-ca-nstab-media\";i:6734;s:26:\"accesskey-ca-nstab-special\";i:6735;s:26:\"accesskey-ca-nstab-project\";i:6736;s:24:\"accesskey-ca-nstab-image\";i:6737;s:28:\"accesskey-ca-nstab-mediawiki\";i:6738;s:27:\"accesskey-ca-nstab-template\";i:6739;s:23:\"accesskey-ca-nstab-help\";i:6740;s:27:\"accesskey-ca-nstab-category\";i:6741;s:19:\"accesskey-minoredit\";i:6742;s:14:\"accesskey-save\";i:6743;s:17:\"accesskey-publish\";i:6744;s:17:\"accesskey-preview\";i:6745;s:14:\"accesskey-diff\";i:6746;s:33:\"accesskey-compareselectedversions\";i:6747;s:15:\"accesskey-watch\";i:6748;s:26:\"accesskey-watchlist-expiry\";i:6749;s:16:\"accesskey-upload\";i:6750;s:26:\"accesskey-preferences-save\";i:6751;s:17:\"accesskey-summary\";i:6752;s:24:\"accesskey-userrights-set\";i:6753;s:23:\"accesskey-blockip-block\";i:6754;s:16:\"accesskey-export\";i:6755;s:16:\"accesskey-import\";i:6756;s:37:\"accesskey-watchlistedit-normal-submit\";i:6757;s:34:\"accesskey-watchlistedit-raw-submit\";i:6758;s:15:\"tooltip-ca-view\";i:6759;s:14:\"tooltip-p-lang\";i:6760;s:20:\"tooltip-p-navigation\";i:6761;s:20:\"tooltip-p-namespaces\";i:6762;s:12:\"tooltip-p-tb\";i:6763;s:18:\"tooltip-p-variants\";i:6764;s:15:\"tooltip-p-views\";i:6765;s:36:\"tooltip-p-user-interface-preferences\";i:6766;s:19:\"tooltip-p-user-page\";i:6767;s:24:\"tooltip-n-help-mediawiki\";i:6768;s:33:\"interlanguage-link-title-langonly\";i:6769;s:36:\"interlanguage-link-title-nonlangonly\";i:6770;s:15:\"pageinfo-header\";i:6771;s:15:\"pageinfo-footer\";i:6772;s:19:\"markaspatrolledlink\";i:6773;s:11:\"widthheight\";i:6774;s:13:\"newimagestext\";i:6775;s:10:\"video-dims\";i:6776;s:14:\"seconds-abbrev\";i:6777;s:14:\"minutes-abbrev\";i:6778;s:12:\"hours-abbrev\";i:6779;s:11:\"days-abbrev\";i:6780;s:8:\"today-at\";i:6781;s:19:\"variantname-zh-hans\";i:6782;s:19:\"variantname-zh-hant\";i:6783;s:17:\"variantname-zh-cn\";i:6784;s:17:\"variantname-zh-tw\";i:6785;s:17:\"variantname-zh-hk\";i:6786;s:17:\"variantname-zh-mo\";i:6787;s:17:\"variantname-zh-sg\";i:6788;s:17:\"variantname-zh-my\";i:6789;s:14:\"variantname-zh\";i:6790;s:20:\"variantname-gan-hans\";i:6791;s:20:\"variantname-gan-hant\";i:6792;s:15:\"variantname-gan\";i:6793;s:19:\"variantname-sr-cyrl\";i:6794;s:17:\"variantname-sr-ec\";i:6795;s:17:\"variantname-sr-el\";i:6796;s:19:\"variantname-sr-latn\";i:6797;s:14:\"variantname-sr\";i:6798;s:17:\"variantname-kk-kz\";i:6799;s:17:\"variantname-kk-tr\";i:6800;s:17:\"variantname-kk-cn\";i:6801;s:19:\"variantname-kk-cyrl\";i:6802;s:19:\"variantname-kk-latn\";i:6803;s:19:\"variantname-kk-arab\";i:6804;s:14:\"variantname-kk\";i:6805;s:19:\"variantname-ku-arab\";i:6806;s:19:\"variantname-ku-latn\";i:6807;s:14:\"variantname-ku\";i:6808;s:19:\"variantname-tg-cyrl\";i:6809;s:19:\"variantname-tg-latn\";i:6810;s:14:\"variantname-tg\";i:6811;s:20:\"variantname-tly-cyrl\";i:6812;s:15:\"variantname-tly\";i:6813;s:20:\"variantname-ike-cans\";i:6814;s:20:\"variantname-ike-latn\";i:6815;s:14:\"variantname-iu\";i:6816;s:20:\"variantname-shi-tfng\";i:6817;s:20:\"variantname-shi-latn\";i:6818;s:15:\"variantname-shi\";i:6819;s:14:\"variantname-uz\";i:6820;s:19:\"variantname-uz-latn\";i:6821;s:19:\"variantname-uz-cyrl\";i:6822;s:15:\"variantname-crh\";i:6823;s:20:\"variantname-crh-latn\";i:6824;s:20:\"variantname-crh-cyrl\";i:6825;s:17:\"metadata-langitem\";i:6826;s:25:\"metadata-langitem-default\";i:6827;s:10:\"unit-pixel\";i:6828;s:19:\"semicolon-separator\";i:6829;s:15:\"comma-separator\";i:6830;s:15:\"colon-separator\";i:6831;s:18:\"autocomment-prefix\";i:6832;s:14:\"pipe-separator\";i:6833;s:14:\"word-separator\";i:6834;s:11:\"parentheses\";i:6835;s:17:\"parentheses-start\";i:6836;s:15:\"parentheses-end\";i:6837;s:8:\"brackets\";i:6838;s:14:\"brackets-start\";i:6839;s:12:\"brackets-end\";i:6840;s:12:\"img-lang-opt\";i:6841;s:29:\"block-autoblock-exemptionlist\";i:6842;s:14:\"size-kilobytes\";i:6843;s:14:\"size-terabytes\";i:6844;s:14:\"size-petabytes\";i:6845;s:13:\"size-exabytes\";i:6846;s:15:\"size-zettabytes\";i:6847;s:15:\"size-yottabytes\";i:6848;s:15:\"size-ronnabytes\";i:6849;s:16:\"size-quettabytes\";i:6850;s:14:\"size-kilopixel\";i:6851;s:14:\"size-megapixel\";i:6852;s:14:\"size-gigapixel\";i:6853;s:14:\"size-terapixel\";i:6854;s:14:\"size-petapixel\";i:6855;s:13:\"size-exapixel\";i:6856;s:15:\"size-zettapixel\";i:6857;s:15:\"size-yottapixel\";i:6858;s:15:\"size-ronnapixel\";i:6859;s:16:\"size-quettapixel\";i:6860;s:12:\"bitrate-bits\";i:6861;s:16:\"bitrate-kilobits\";i:6862;s:16:\"bitrate-megabits\";i:6863;s:16:\"bitrate-gigabits\";i:6864;s:16:\"bitrate-terabits\";i:6865;s:16:\"bitrate-petabits\";i:6866;s:15:\"bitrate-exabits\";i:6867;s:17:\"bitrate-zettabits\";i:6868;s:17:\"bitrate-yottabits\";i:6869;s:17:\"bitrate-ronnabits\";i:6870;s:18:\"bitrate-quettabits\";i:6871;s:21:\"editwatchlist-summary\";i:6872;s:19:\"iranian-calendar-m1\";i:6873;s:19:\"iranian-calendar-m2\";i:6874;s:19:\"iranian-calendar-m3\";i:6875;s:19:\"iranian-calendar-m4\";i:6876;s:19:\"iranian-calendar-m5\";i:6877;s:19:\"iranian-calendar-m6\";i:6878;s:19:\"iranian-calendar-m7\";i:6879;s:19:\"iranian-calendar-m8\";i:6880;s:19:\"iranian-calendar-m9\";i:6881;s:20:\"iranian-calendar-m10\";i:6882;s:20:\"iranian-calendar-m11\";i:6883;s:20:\"iranian-calendar-m12\";i:6884;s:17:\"hijri-calendar-m1\";i:6885;s:17:\"hijri-calendar-m2\";i:6886;s:17:\"hijri-calendar-m9\";i:6887;s:18:\"hebrew-calendar-m1\";i:6888;s:18:\"hebrew-calendar-m2\";i:6889;s:18:\"hebrew-calendar-m3\";i:6890;s:18:\"hebrew-calendar-m4\";i:6891;s:18:\"hebrew-calendar-m5\";i:6892;s:18:\"hebrew-calendar-m6\";i:6893;s:19:\"hebrew-calendar-m6a\";i:6894;s:19:\"hebrew-calendar-m6b\";i:6895;s:18:\"hebrew-calendar-m7\";i:6896;s:18:\"hebrew-calendar-m8\";i:6897;s:18:\"hebrew-calendar-m9\";i:6898;s:19:\"hebrew-calendar-m10\";i:6899;s:19:\"hebrew-calendar-m11\";i:6900;s:19:\"hebrew-calendar-m12\";i:6901;s:22:\"hebrew-calendar-m1-gen\";i:6902;s:22:\"hebrew-calendar-m2-gen\";i:6903;s:22:\"hebrew-calendar-m3-gen\";i:6904;s:22:\"hebrew-calendar-m4-gen\";i:6905;s:22:\"hebrew-calendar-m5-gen\";i:6906;s:22:\"hebrew-calendar-m6-gen\";i:6907;s:23:\"hebrew-calendar-m6a-gen\";i:6908;s:23:\"hebrew-calendar-m6b-gen\";i:6909;s:22:\"hebrew-calendar-m7-gen\";i:6910;s:22:\"hebrew-calendar-m8-gen\";i:6911;s:22:\"hebrew-calendar-m9-gen\";i:6912;s:23:\"hebrew-calendar-m10-gen\";i:6913;s:23:\"hebrew-calendar-m11-gen\";i:6914;s:23:\"hebrew-calendar-m12-gen\";i:6915;s:14:\"signature-anon\";i:6916;s:12:\"timezone-utc\";i:6917;s:15:\"version-summary\";i:6918;s:15:\"version-version\";i:6919;s:20:\"version-db-mysql-url\";i:6920;s:22:\"version-db-mariadb-url\";i:6921;s:22:\"version-db-percona-url\";i:6922;s:23:\"version-db-postgres-url\";i:6923;s:21:\"version-db-sqlite-url\";i:6924;s:29:\"version-entrypoints-index-php\";i:6925;s:27:\"version-entrypoints-api-php\";i:6926;s:28:\"version-entrypoints-rest-php\";i:6927;s:13:\"redirect-text\";i:6928;s:20:\"specialpages-summary\";i:6929;s:24:\"specialpages-note-cached\";i:6930;s:12:\"tags-summary\";i:6931;s:30:\"tags-edit-revision-explanation\";i:6932;s:30:\"tags-edit-logentry-explanation\";i:6933;s:20:\"comparepages-summary\";i:6934;s:17:\"diff-form-summary\";i:6935;s:21:\"permanentlink-summary\";i:6936;s:18:\"newsection-summary\";i:6937;s:16:\"editpage-summary\";i:6938;s:18:\"deletepage-summary\";i:6939;s:16:\"pageinfo-summary\";i:6940;s:19:\"pagehistory-summary\";i:6941;s:19:\"protectpage-summary\";i:6942;s:13:\"purge-summary\";i:6943;s:10:\"rawmessage\";i:6944;s:14:\"deletedarticle\";i:6945;s:16:\"undeletedarticle\";i:6946;s:15:\"patrol-log-line\";i:6947;s:15:\"patrol-log-auto\";i:6948;s:15:\"patrol-log-diff\";i:6949;s:9:\"1movedto2\";i:6950;s:15:\"1movedto2_redir\";i:6951;s:23:\"newuserlog-create-entry\";i:6952;s:24:\"newuserlog-create2-entry\";i:6953;s:27:\"newuserlog-autocreate-entry\";i:6954;s:14:\"rightslogentry\";i:6955;s:26:\"rightslogentry-autopromote\";i:6956;s:40:\"limitreport-expensivefunctioncount-value\";i:6957;s:35:\"authmanager-account-password-domain\";i:6958;s:31:\"authprovider-confirmlink-option\";i:6959;s:37:\"authprovider-confirmlink-request-help\";i:6960;s:36:\"authprovider-confirmlink-failed-line\";i:6961;s:31:\"passwordpolicies-policy-display\";i:6962;s:40:\"passwordpolicies-policy-displaywithflags\";i:6963;s:26:\"copyupload-allowed-domains\";i:6964;s:19:\"exif-fnumber-format\";i:6965;s:23:\"exif-focallength-format\";i:6966;s:22:\"exif-coordinate-format\";i:6967;s:15:\"exif-make-value\";i:6968;s:16:\"exif-model-value\";i:6969;s:19:\"exif-software-value\";i:6970;s:27:\"exif-software-version-value\";i:6971;s:18:\"exif-contact-value\";i:6972;s:26:\"exif-subjectnewscode-value\";i:6973;s:18:\"exif-compression-5\";i:6974;s:18:\"exif-compression-6\";i:6975;s:18:\"exif-compression-7\";i:6976;s:18:\"exif-compression-8\";i:6977;s:22:\"exif-compression-32773\";i:6978;s:22:\"exif-compression-32946\";i:6979;s:22:\"exif-compression-34712\";i:6980;s:32:\"exif-photometricinterpretation-2\";i:6981;s:32:\"exif-photometricinterpretation-6\";i:6982;s:32:\"exif-photometricinterpretation-8\";i:6983;s:19:\"exif-xyresolution-i\";i:6984;s:19:\"exif-xyresolution-c\";i:6985;s:17:\"exif-colorspace-1\";i:6986;s:30:\"exif-componentsconfiguration-1\";i:6987;s:30:\"exif-componentsconfiguration-2\";i:6988;s:30:\"exif-componentsconfiguration-3\";i:6989;s:30:\"exif-componentsconfiguration-4\";i:6990;s:30:\"exif-componentsconfiguration-5\";i:6991;s:30:\"exif-componentsconfiguration-6\";i:6992;s:19:\"exif-lightsource-20\";i:6993;s:19:\"exif-lightsource-21\";i:6994;s:19:\"exif-lightsource-22\";i:6995;s:19:\"exif-lightsource-23\";i:6996;s:27:\"exif-maxaperturevalue-value\";i:6997;s:20:\"apihelp-main-summary\";i:6998;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:6999;s:29:\"apihelp-compare-param-toslots\";i:7000;s:34:\"apihelp-parse-extended-description\";i:7001;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:7002;s:40:\"apihelp-query+allfileusages-param-unique\";i:7003;s:35:\"apihelp-query+alllinks-param-unique\";i:7004;s:43:\"apihelp-query+alltransclusions-param-unique\";i:7005;s:41:\"apihelp-query+categorymembers-param-title\";i:7006;s:45:\"apihelp-query+contributors-param-excludegroup\";i:7007;s:39:\"apihelp-query+contributors-param-rights\";i:7008;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:7009;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7010;s:37:\"apihelp-query+extlinks-param-protocol\";i:7011;s:40:\"apihelp-query+exturlusage-param-protocol\";i:7012;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:7013;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:7014;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:7015;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:7016;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:7017;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:7018;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:7019;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:7020;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:7021;s:42:\"apihelp-query+imageusage-param-filterredir\";i:7022;s:36:\"apihelp-query+imageusage-param-limit\";i:7023;s:42:\"apihelp-query+info-param-testactionsdetail\";i:7024;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:7025;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:7026;s:31:\"apihelp-query+iwlinks-param-url\";i:7027;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:7028;s:38:\"apihelp-query+langlinks-example-simple\";i:7029;s:38:\"apihelp-query+links-example-namespaces\";i:7030;s:34:\"apihelp-query+linkshere-param-show\";i:7031;s:41:\"apihelp-query+linkshere-example-generator\";i:7032;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:7033;s:36:\"apihelp-query+logevents-param-action\";i:7034;s:34:\"apihelp-query+logevents-param-user\";i:7035;s:39:\"apihelp-query+logevents-param-namespace\";i:7036;s:35:\"apihelp-query+pagepropnames-summary\";i:7037;s:31:\"apihelp-query+pageprops-summary\";i:7038;s:34:\"apihelp-query+pageprops-param-prop\";i:7039;s:38:\"apihelp-query+pageprops-example-simple\";i:7040;s:42:\"apihelp-query+pageswithprop-param-propname\";i:7041;s:42:\"apihelp-query+pageswithprop-example-simple\";i:7042;s:45:\"apihelp-query+pageswithprop-example-generator\";i:7043;s:47:\"apihelp-query+prefixsearch-extended-description\";i:7044;s:31:\"apihelp-query+querypage-summary\";i:7045;s:41:\"apihelp-query+random-extended-description\";i:7046;s:43:\"apihelp-query+recentchanges-param-namespace\";i:7047;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:7048;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:7049;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:7050;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:7051;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:7052;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:7053;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:7054;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:7055;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:7056;s:38:\"apihelp-query+recentchanges-param-show\";i:7057;s:41:\"apihelp-query+recentchanges-param-toponly\";i:7058;s:39:\"apihelp-query+recentchanges-param-title\";i:7059;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:7060;s:45:\"apihelp-query+recentchanges-example-generator\";i:7061;s:31:\"apihelp-query+redirects-summary\";i:7062;s:34:\"apihelp-query+redirects-param-show\";i:7063;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7064;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7065;s:38:\"apihelp-query+redirects-example-simple\";i:7066;s:41:\"apihelp-query+redirects-example-generator\";i:7067;s:44:\"apihelp-query+revisions-extended-description\";i:7068;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:7069;s:37:\"apihelp-query+revisions-param-startid\";i:7070;s:35:\"apihelp-query+revisions-param-endid\";i:7071;s:35:\"apihelp-query+revisions-param-start\";i:7072;s:39:\"apihelp-query+revisions-example-content\";i:7073;s:37:\"apihelp-query+revisions-example-last5\";i:7074;s:38:\"apihelp-query+revisions-example-first5\";i:7075;s:44:\"apihelp-query+revisions-example-first5-after\";i:7076;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:7077;s:43:\"apihelp-query+revisions-example-first5-user\";i:7078;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:7079;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:7080;s:40:\"apihelp-query+revisions+base-param-slots\";i:7081;s:40:\"apihelp-query+revisions+base-param-limit\";i:7082;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:7083;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:7084;s:40:\"apihelp-query+revisions+base-param-parse\";i:7085;s:42:\"apihelp-query+revisions+base-param-section\";i:7086;s:41:\"apihelp-query+revisions+base-param-diffto\";i:7087;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:7088;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:7089;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:7090;s:33:\"apihelp-query+search-param-search\";i:7091;s:36:\"apihelp-query+search-param-namespace\";i:7092;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:7093;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:7094;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:7095;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:7096;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:7097;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:7098;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:7099;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:7100;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:7101;s:36:\"apihelp-query+search-param-interwiki\";i:7102;s:34:\"apihelp-query+search-param-backend\";i:7103;s:41:\"apihelp-query+search-param-enablerewrites\";i:7104;s:38:\"apihelp-query+search-example-generator\";i:7105;s:30:\"apihelp-query+siteinfo-summary\";i:7106;s:33:\"apihelp-query+siteinfo-param-prop\";i:7107;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:7108;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:7109;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:7110;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:7111;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:7112;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:7113;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:7114;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:7115;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:7116;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:7117;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:7118;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:7119;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:7120;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:7121;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:7122;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:7123;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:7124;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:7125;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:7126;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:7127;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:7128;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:7129;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:7130;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:7131;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:7132;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:7133;s:37:\"apihelp-query+siteinfo-example-replag\";i:7134;s:36:\"apihelp-query+stashimageinfo-summary\";i:7135;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:7136;s:30:\"apihelp-query+tags-param-limit\";i:7137;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:7138;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:7139;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:7140;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:7141;s:31:\"apihelp-query+templates-summary\";i:7142;s:39:\"apihelp-query+templates-param-namespace\";i:7143;s:39:\"apihelp-query+templates-param-templates\";i:7144;s:38:\"apihelp-query+templates-example-simple\";i:7145;s:41:\"apihelp-query+templates-example-generator\";i:7146;s:42:\"apihelp-query+templates-example-namespaces\";i:7147;s:28:\"apihelp-query+tokens-summary\";i:7148;s:35:\"apihelp-query+tokens-example-simple\";i:7149;s:34:\"apihelp-query+tokens-example-types\";i:7150;s:35:\"apihelp-query+transcludedin-summary\";i:7151;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:7152;s:43:\"apihelp-query+transcludedin-param-namespace\";i:7153;s:39:\"apihelp-query+transcludedin-param-limit\";i:7154;s:38:\"apihelp-query+transcludedin-param-show\";i:7155;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7156;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7157;s:42:\"apihelp-query+transcludedin-example-simple\";i:7158;s:45:\"apihelp-query+transcludedin-example-generator\";i:7159;s:42:\"apihelp-query+usercontribs-param-namespace\";i:7160;s:37:\"apihelp-query+usercontribs-param-prop\";i:7161;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:7162;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:7163;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:7164;s:37:\"apihelp-query+usercontribs-param-show\";i:7165;s:36:\"apihelp-query+usercontribs-param-tag\";i:7166;s:40:\"apihelp-query+usercontribs-param-toponly\";i:7167;s:39:\"apihelp-query+usercontribs-example-user\";i:7168;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:7169;s:30:\"apihelp-query+userinfo-summary\";i:7170;s:33:\"apihelp-query+userinfo-param-prop\";i:7171;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:7172;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:7173;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:7174;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:7175;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:7176;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:7177;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:7178;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:7179;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:7180;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:7181;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:7182;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:7183;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:7184;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:7185;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:7186;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:7187;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:7188;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:7189;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:7190;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:7191;s:38:\"apihelp-query+users-param-attachedwiki\";i:7192;s:31:\"apihelp-query+watchlist-summary\";i:7193;s:36:\"apihelp-query+watchlist-param-allrev\";i:7194;s:35:\"apihelp-query+watchlist-param-start\";i:7195;s:33:\"apihelp-query+watchlist-param-end\";i:7196;s:39:\"apihelp-query+watchlist-param-namespace\";i:7197;s:35:\"apihelp-query+watchlist-param-limit\";i:7198;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:7199;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:7200;s:34:\"apihelp-query+watchlist-param-show\";i:7201;s:34:\"apihelp-query+watchlist-param-type\";i:7202;s:35:\"apihelp-query+watchlist-param-owner\";i:7203;s:35:\"apihelp-query+watchlist-param-token\";i:7204;s:38:\"apihelp-query+watchlist-example-simple\";i:7205;s:37:\"apihelp-query+watchlist-example-props\";i:7206;s:38:\"apihelp-query+watchlist-example-expiry\";i:7207;s:38:\"apihelp-query+watchlist-example-allrev\";i:7208;s:41:\"apihelp-query+watchlist-example-generator\";i:7209;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:7210;s:39:\"apihelp-query+watchlist-example-wlowner\";i:7211;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:7212;s:38:\"apihelp-query+watchlistraw-param-limit\";i:7213;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:7214;s:37:\"apihelp-query+watchlistraw-param-show\";i:7215;s:38:\"apihelp-query+watchlistraw-param-owner\";i:7216;s:38:\"apihelp-query+watchlistraw-param-token\";i:7217;s:36:\"apihelp-query+watchlistraw-param-dir\";i:7218;s:41:\"apihelp-query+watchlistraw-example-simple\";i:7219;s:44:\"apihelp-query+watchlistraw-example-generator\";i:7220;s:40:\"apihelp-removeauthenticationdata-summary\";i:7221;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:7222;s:29:\"apihelp-resetpassword-summary\";i:7223;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:7224;s:33:\"apihelp-resetpassword-param-email\";i:7225;s:34:\"apihelp-resetpassword-example-user\";i:7226;s:35:\"apihelp-resetpassword-example-email\";i:7227;s:33:\"apihelp-revisiondelete-param-type\";i:7228;s:35:\"apihelp-revisiondelete-param-target\";i:7229;s:32:\"apihelp-revisiondelete-param-ids\";i:7230;s:37:\"apihelp-revisiondelete-param-suppress\";i:7231;s:35:\"apihelp-revisiondelete-param-reason\";i:7232;s:39:\"apihelp-revisiondelete-example-revision\";i:7233;s:34:\"apihelp-revisiondelete-example-log\";i:7234;s:37:\"apihelp-rollback-extended-description\";i:7235;s:28:\"apihelp-rollback-param-title\";i:7236;s:29:\"apihelp-rollback-param-pageid\";i:7237;s:27:\"apihelp-rollback-param-tags\";i:7238;s:27:\"apihelp-rollback-param-user\";i:7239;s:30:\"apihelp-rollback-param-summary\";i:7240;s:30:\"apihelp-rollback-param-markbot\";i:7241;s:32:\"apihelp-rollback-param-watchlist\";i:7242;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:7243;s:31:\"apihelp-rollback-example-simple\";i:7244;s:32:\"apihelp-rollback-example-summary\";i:7245;s:40:\"apihelp-setnotificationtimestamp-summary\";i:7246;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:7247;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:7248;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:7249;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:7250;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:7251;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:7252;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:7253;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:7254;s:25:\"apihelp-stashedit-summary\";i:7255;s:38:\"apihelp-stashedit-extended-description\";i:7256;s:31:\"apihelp-stashedit-param-section\";i:7257;s:37:\"apihelp-stashedit-param-contentformat\";i:7258;s:33:\"apihelp-stashedit-param-baserevid\";i:7259;s:19:\"apihelp-tag-summary\";i:7260;s:22:\"apihelp-tag-param-rcid\";i:7261;s:23:\"apihelp-tag-param-revid\";i:7262;s:23:\"apihelp-tag-param-logid\";i:7263;s:21:\"apihelp-tag-param-add\";i:7264;s:24:\"apihelp-tag-param-remove\";i:7265;s:23:\"apihelp-tag-example-rev\";i:7266;s:23:\"apihelp-tag-example-log\";i:7267;s:28:\"apihelp-unblock-param-userid\";i:7268;s:24:\"apihelp-undelete-summary\";i:7269;s:37:\"apihelp-undelete-extended-description\";i:7270;s:33:\"apihelp-undelete-param-timestamps\";i:7271;s:30:\"apihelp-undelete-param-fileids\";i:7272;s:32:\"apihelp-undelete-param-watchlist\";i:7273;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:7274;s:34:\"apihelp-undelete-example-revisions\";i:7275;s:29:\"apihelp-unlinkaccount-summary\";i:7276;s:36:\"apihelp-unlinkaccount-example-simple\";i:7277;s:22:\"apihelp-upload-summary\";i:7278;s:35:\"apihelp-upload-extended-description\";i:7279;s:28:\"apihelp-upload-param-comment\";i:7280;s:30:\"apihelp-upload-param-watchlist\";i:7281;s:36:\"apihelp-upload-param-watchlistexpiry\";i:7282;s:28:\"apihelp-upload-param-filekey\";i:7283;s:31:\"apihelp-upload-param-sessionkey\";i:7284;s:26:\"apihelp-upload-param-stash\";i:7285;s:27:\"apihelp-upload-param-offset\";i:7286;s:26:\"apihelp-upload-param-chunk\";i:7287;s:26:\"apihelp-upload-param-async\";i:7288;s:31:\"apihelp-userrights-param-expiry\";i:7289;s:31:\"apihelp-userrights-example-user\";i:7290;s:33:\"apihelp-userrights-example-userid\";i:7291;s:33:\"apihelp-userrights-example-expiry\";i:7292;s:21:\"apihelp-watch-summary\";i:7293;s:25:\"apihelp-watch-param-title\";i:7294;s:26:\"apihelp-watch-param-expiry\";i:7295;s:27:\"apihelp-watch-param-unwatch\";i:7296;s:32:\"apihelp-format-param-wrappedhtml\";i:7297;s:24:\"apihelp-json-param-ascii\";i:7298;s:39:\"api-format-prettyprint-header-only-html\";i:7299;s:41:\"api-format-prettyprint-header-hyperlinked\";i:7300;s:22:\"api-login-fail-aborted\";i:7301;s:30:\"api-login-fail-aborted-nobotpw\";i:7302;s:33:\"api-login-fail-badsessionprovider\";i:7303;s:25:\"api-login-fail-sameorigin\";i:7304;s:27:\"api-pageset-param-generator\";i:7305;s:37:\"api-pageset-param-redirects-generator\";i:7306;s:39:\"api-pageset-param-redirects-nogenerator\";i:7307;s:31:\"api-pageset-param-converttitles\";i:7308;s:14:\"api-help-flags\";i:7309;s:18:\"api-help-help-urls\";i:7310;s:22:\"api-help-datatypes-top\";i:7311;s:25:\"api-help-datatype-boolean\";i:7312;s:27:\"api-help-datatype-timestamp\";i:7313;s:24:\"api-help-templatedparams\";i:7314;s:26:\"api-help-param-type-expiry\";i:7315;s:35:\"api-help-param-type-presenceboolean\";i:7316;s:36:\"api-help-param-limited-in-miser-mode\";i:7317;s:24:\"api-help-param-direction\";i:7318;s:35:\"api-help-paramvalue-direction-newer\";i:7319;s:35:\"api-help-paramvalue-direction-older\";i:7320;s:32:\"api-help-no-extended-description\";i:7321;s:34:\"api-help-authmanager-general-usage\";i:7322;s:35:\"api-help-authmanagerhelper-requests\";i:7323;s:34:\"api-help-authmanagerhelper-request\";i:7324;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:7325;s:40:\"api-help-authmanagerhelper-preservestate\";i:7326;s:36:\"api-help-authmanagerhelper-returnurl\";i:7327;s:35:\"api-help-authmanagerhelper-continue\";i:7328;s:44:\"api-help-authmanagerhelper-additional-params\";i:7329;s:27:\"apierror-allimages-redirect\";i:7330;s:37:\"apierror-allpages-generator-redirects\";i:7331;s:27:\"apierror-appendnotsupported\";i:7332;s:22:\"apierror-articleexists\";i:7333;s:25:\"apierror-assertanonfailed\";i:7334;s:24:\"apierror-assertbotfailed\";i:7335;s:30:\"apierror-assertnameduserfailed\";i:7336;s:25:\"apierror-assertuserfailed\";i:7337;s:20:\"apierror-autoblocked\";i:7338;s:33:\"apierror-badconfig-resulttoosmall\";i:7339;s:20:\"apierror-badcontinue\";i:7340;s:16:\"apierror-baddiff\";i:7341;s:18:\"apierror-baddiffto\";i:7342;s:26:\"apierror-badformat-generic\";i:7343;s:18:\"apierror-badformat\";i:7344;s:34:\"apierror-badgenerator-notgenerator\";i:7345;s:21:\"apierror-badtimestamp\";i:7346;s:17:\"apierror-badtoken\";i:7347;s:18:\"apierror-badupload\";i:7348;s:15:\"apierror-badurl\";i:7349;s:16:\"apierror-baduser\";i:7350;s:31:\"apierror-badvalue-notmultivalue\";i:7351;s:28:\"apierror-bad-watchlist-token\";i:7352;s:24:\"apierror-blockedfrommail\";i:7353;s:16:\"apierror-blocked\";i:7354;s:25:\"apierror-botsnotsupported\";i:7355;s:29:\"apierror-cannotreauthenticate\";i:7356;s:24:\"apierror-cannotviewtitle\";i:7357;s:24:\"apierror-cantblock-email\";i:7358;s:18:\"apierror-cantblock\";i:7359;s:31:\"apierror-cantchangecontentmodel\";i:7360;s:17:\"apierror-canthide\";i:7361;s:26:\"apierror-cantimport-upload\";i:7362;s:19:\"apierror-cantimport\";i:7363;s:33:\"apierror-cantoverwrite-sharedfile\";i:7364;s:17:\"apierror-cantsend\";i:7365;s:21:\"apierror-cantundelete\";i:7366;s:33:\"apierror-cantview-deleted-comment\";i:7367;s:37:\"apierror-cantview-deleted-description\";i:7368;s:34:\"apierror-cantview-deleted-metadata\";i:7369;s:42:\"apierror-cantview-deleted-revision-content\";i:7370;s:29:\"apierror-changeauth-norequest\";i:7371;s:40:\"apierror-changecontentmodel-missingtitle\";i:7372;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7373;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7374;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7375;s:24:\"apierror-chunk-too-small\";i:7376;s:21:\"apierror-cidrtoobroad\";i:7377;s:25:\"apierror-compare-no-title\";i:7378;s:34:\"apierror-compare-nosuchfromsection\";i:7379;s:32:\"apierror-compare-nosuchtosection\";i:7380;s:26:\"apierror-concurrency-limit\";i:7381;s:36:\"apierror-compare-relative-to-nothing\";i:7382;s:38:\"apierror-contentserializationexception\";i:7383;s:28:\"apierror-copyuploadbaddomain\";i:7384;s:25:\"apierror-copyuploadbadurl\";i:7385;s:27:\"apierror-create-titleexists\";i:7386;s:19:\"apierror-csp-report\";i:7387;s:34:\"apierror-deletedrevs-param-not-1-2\";i:7388;s:32:\"apierror-deletedrevs-param-not-3\";i:7389;s:29:\"apierror-edit-invalidredirect\";i:7390;s:24:\"apierror-emptynewsection\";i:7391;s:24:\"apierror-exceptioncaught\";i:7392;s:28:\"apierror-exceptioncaughttype\";i:7393;s:35:\"apierror-fileexists-sharedrepo-perm\";i:7394;s:19:\"apierror-filenopath\";i:7395;s:32:\"apierror-filetypecannotberotated\";i:7396;s:18:\"apierror-formatphp\";i:7397;s:28:\"apierror-imageusage-badtitle\";i:7398;s:38:\"apierror-integeroutofrange-abovebotmax\";i:7399;s:35:\"apierror-integeroutofrange-abovemax\";i:7400;s:39:\"apierror-integeroutofrange-belowminimum\";i:7401;s:24:\"apierror-invalidcategory\";i:7402;s:22:\"apierror-invalid-chunk\";i:7403;s:22:\"apierror-invalidexpiry\";i:7404;s:20:\"apierror-invalidlang\";i:7405;s:24:\"apierror-invalidoldimage\";i:7406;s:38:\"apierror-invalidparammix-cannotusewith\";i:7407;s:36:\"apierror-invalidparammix-mustusewith\";i:7408;s:42:\"apierror-invalidparammix-parse-new-section\";i:7409;s:24:\"apierror-invalidparammix\";i:7410;s:30:\"apierror-invalidsha1base36hash\";i:7411;s:24:\"apierror-invalidsha1hash\";i:7412;s:24:\"apierror-invalidurlparam\";i:7413;s:23:\"apierror-maxlag-generic\";i:7414;s:15:\"apierror-maxlag\";i:7415;s:27:\"apierror-mimesearchdisabled\";i:7416;s:30:\"apierror-missingcontent-pageid\";i:7417;s:29:\"apierror-missingcontent-revid\";i:7418;s:37:\"apierror-missingparam-at-least-one-of\";i:7419;s:28:\"apierror-missingparam-one-of\";i:7420;s:21:\"apierror-missingparam\";i:7421;s:26:\"apierror-missingrev-pageid\";i:7422;s:25:\"apierror-missingrev-title\";i:7423;s:32:\"apierror-missingtitle-createonly\";i:7424;s:21:\"apierror-missingtitle\";i:7425;s:23:\"apierror-moduledisabled\";i:7426;s:29:\"apierror-multival-only-one-of\";i:7427;s:18:\"apierror-multpages\";i:7428;s:34:\"apierror-mustbeloggedin-changeauth\";i:7429;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:7430;s:34:\"apierror-mustbeloggedin-removeauth\";i:7431;s:35:\"apierror-mustbeloggedin-uploadstash\";i:7432;s:21:\"apierror-mustbeposted\";i:7433;s:23:\"apierror-mustpostparams\";i:7434;s:18:\"apierror-nochanges\";i:7435;s:25:\"apierror-nodeleteablefile\";i:7436;s:26:\"apierror-no-direct-editing\";i:7437;s:20:\"apierror-noedit-anon\";i:7438;s:15:\"apierror-noedit\";i:7439;s:29:\"apierror-noimageredirect-anon\";i:7440;s:24:\"apierror-noimageredirect\";i:7441;s:20:\"apierror-nosuchlogid\";i:7442;s:19:\"apierror-nosuchrcid\";i:7443;s:20:\"apierror-nosuchrevid\";i:7444;s:17:\"apierror-notarget\";i:7445;s:23:\"apierror-notpatrollable\";i:7446;s:23:\"apierror-nouploadmodule\";i:7447;s:33:\"apierror-opensearch-json-warnings\";i:7448;s:24:\"apierror-pagecannotexist\";i:7449;s:20:\"apierror-pagedeleted\";i:7450;s:30:\"apierror-parsetree-notwikitext\";i:7451;s:36:\"apierror-parsetree-notwikitext-title\";i:7452;s:19:\"apierror-pastexpiry\";i:7453;s:36:\"apierror-permissiondenied-patrolflag\";i:7454;s:33:\"apierror-permissiondenied-unblock\";i:7455;s:29:\"apierror-prefixsearchdisabled\";i:7456;s:30:\"apierror-promised-nonwrite-api\";i:7457;s:29:\"apierror-protect-invalidlevel\";i:7458;s:20:\"apierror-ratelimited\";i:7459;s:22:\"apierror-readapidenied\";i:7460;s:23:\"apierror-reauthenticate\";i:7461;s:28:\"apierror-redirect-appendonly\";i:7462;s:33:\"apierror-revdel-mutuallyexclusive\";i:7463;s:26:\"apierror-revdel-needtarget\";i:7464;s:27:\"apierror-revdel-paramneeded\";i:7465;s:27:\"apierror-revisions-norevids\";i:7466;s:29:\"apierror-revisions-singlepage\";i:7467;s:23:\"apierror-searchdisabled\";i:7468;s:29:\"apierror-sectionsnotsupported\";i:7469;s:34:\"apierror-sectionsnotsupported-what\";i:7470;s:13:\"apierror-show\";i:7471;s:34:\"apierror-siteinfo-includealldenied\";i:7472;s:25:\"apierror-sizediffdisabled\";i:7473;s:21:\"apierror-spamdetected\";i:7474;s:32:\"apierror-specialpage-cantexecute\";i:7475;s:28:\"apierror-stashedfilenotfound\";i:7476;s:30:\"apierror-stashedit-missingtext\";i:7477;s:23:\"apierror-stashexception\";i:7478;s:29:\"apierror-stashfailed-complete\";i:7479;s:30:\"apierror-stashfailed-nosession\";i:7480;s:25:\"apierror-stashfilestorage\";i:7481;s:25:\"apierror-stashpathinvalid\";i:7482;s:24:\"apierror-stashzerolength\";i:7483;s:38:\"apierror-templateexpansion-notwikitext\";i:7484;s:23:\"apierror-toofewexpiries\";i:7485;s:22:\"apierror-unknownaction\";i:7486;s:27:\"apierror-unrecognizedparams\";i:7487;s:26:\"apierror-unrecognizedvalue\";i:7488;s:24:\"apierror-unsupportedrepo\";i:7489;s:29:\"apierror-upload-filekeyneeded\";i:7490;s:33:\"apierror-upload-filekeynotallowed\";i:7491;s:26:\"apierror-upload-inprogress\";i:7492;s:23:\"apierror-urlparamnormal\";i:7493;s:23:\"apierror-writeapidenied\";i:7494;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7495;s:19:\"apiwarn-badurlparam\";i:7496;s:15:\"apiwarn-badutf8\";i:7497;s:34:\"apiwarn-checktoken-percentencoding\";i:7498;s:30:\"apiwarn-compare-nocontentmodel\";i:7499;s:31:\"apiwarn-deprecation-deletedrevs\";i:7500;s:33:\"apiwarn-deprecation-httpsexpected\";i:7501;s:31:\"apiwarn-deprecation-login-botpw\";i:7502;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7503;s:31:\"apiwarn-deprecation-login-token\";i:7504;s:35:\"apiwarn-deprecation-parse-headitems\";i:7505;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7506;s:29:\"apiwarn-deprecation-purge-get\";i:7507;s:35:\"apiwarn-deprecation-withreplacement\";i:7508;s:20:\"apiwarn-difftohidden\";i:7509;s:26:\"apiwarn-errorprinterfailed\";i:7510;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7511;s:28:\"apiwarn-invalidxmlstylesheet\";i:7512;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7513;s:26:\"apiwarn-moduleswithoutvars\";i:7514;s:30:\"apiwarn-nothumb-noimagehandler\";i:7515;s:28:\"apiwarn-parse-nocontentmodel\";i:7516;s:30:\"apiwarn-parse-titlewithouttext\";i:7517;s:26:\"apiwarn-redirectsandrevids\";i:7518;s:21:\"apiwarn-tokens-origin\";i:7519;s:23:\"apiwarn-truncatedresult\";i:7520;s:27:\"apiwarn-unclearnowtimestamp\";i:7521;s:26:\"apiwarn-unrecognizedvalues\";i:7522;s:24:\"apiwarn-unsupportedarray\";i:7523;s:21:\"apiwarn-urlparamwidth\";i:7524;s:33:\"apiwarn-validationfailed-badchars\";i:7525;s:18:\"apiwarn-wgdebugapi\";i:7526;s:30:\"paramvalidator-param-sensitive\";i:7527;s:26:\"vector-specialversion-name\";i:7528;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7529;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7530;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7531;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7532;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7533;s:32:\"mobile-frontend-current-language\";i:7534;s:30:\"mobile-frontend-diffview-comma\";i:7535;s:25:\"mobile-frontend-terms-url\";i:7536;s:16:\"skinname-minerva\";i:7537;s:33:\"apihelp-mobileview-param-sections\";i:7538;s:29:\"apihelp-mobileview-param-prop\";i:7539;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7540;s:34:\"apihelp-mobileview-param-pageprops\";i:7541;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7542;s:31:\"apihelp-mobileview-param-offset\";i:7543;s:31:\"apihelp-mobileview-param-maxlen\";i:7544;s:28:\"apihelp-mobileview-example-2\";i:7545;s:28:\"apihelp-mobileview-example-3\";i:7546;s:32:\"apihelp-parse-param-mobileformat\";i:7547;s:28:\"apihelp-parse-param-mainpage\";}}'),('de','magicWords','a:172:{s:12:\"anchorencode\";a:4:{i:0;i:0;i:1;s:15:\"ANKERENKODIERT:\";i:2;s:21:\"SPRUNGMARKEENKODIERT:\";i:3;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:11:\"ARTIKELPFAD\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:9:\"OBERSEITE\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:13:\"OBERSEITE_URL\";i:2;s:13:\"BASEPAGENAMEE\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:15:\"KANONISCHE_URL:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:17:\"KANONISCHE_URL_C:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:15:\"KASKADENQUELLEN\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:4:{i:0;i:1;i:1;s:14:\"INHALTSSPRACHE\";i:2;s:15:\"CONTENTLANGUAGE\";i:3;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:4:{i:0;i:1;i:1;s:20:\"JETZIGER_KALENDERTAG\";i:2;s:12:\"JETZIGER_TAG\";i:3;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:4:{i:0;i:1;i:1;s:22:\"JETZIGER_KALENDERTAG_2\";i:2;s:14:\"JETZIGER_TAG_2\";i:3;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:18:\"JETZIGER_WOCHENTAG\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:23:\"JETZIGER_WOCHENTAG_ZAHL\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:14:\"JETZIGE_STUNDE\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:14:\"JETZIGER_MONAT\";i:2;s:16:\"JETZIGER_MONAT_2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:16:\"JETZIGER_MONAT_1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:24:\"JETZIGER_MONATSNAME_KURZ\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:19:\"JETZIGER_MONATSNAME\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:4:{i:0;i:1;i:1;s:27:\"JETZIGER_MONATSNAME_GENITIV\";i:2;s:23:\"JETZIGER_MONATSNAME_GEN\";i:3;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:15:\"JETZIGE_UHRZEIT\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:20:\"JETZIGER_ZEITSTEMPEL\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:15:\"JETZIGE_VERSION\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:4:{i:0;i:1;i:1;s:21:\"JETZIGE_KALENDERWOCHE\";i:2;s:13:\"JETZIGE_WOCHE\";i:3;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:13:\"JETZIGES_JAHR\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:5:{i:0;i:1;i:1;s:11:\"SORTIERUNG:\";i:2;s:12:\"DEFAULTSORT:\";i:3;s:15:\"DEFAULTSORTKEY:\";i:4;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"keinfehler\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:14:\"keineersetzung\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:4:{i:0;i:1;i:1;s:15:\"TEXTAUSRICHTUNG\";i:2;s:13:\"DIRECTIONMARK\";i:3;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:3:{i:0;i:1;i:1;s:11:\"SEITENTITEL\";i:2;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:10:\"keinfehler\";i:2;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:14:\"keineersetzung\";i:2;s:9:\"noreplace\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:10:\"DATEIPFAD:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:32:\"__INHALTSVERZEICHNIS_ERZWINGEN__\";i:2;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:12:\"DATUMSFORMAT\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:12:\"ZAHLENFORMAT\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:17:\"VOLLER_SEITENNAME\";i:2;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:21:\"VOLLER_SEITENNAME_URL\";i:2;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:18:\"VOLLSTÄNDIGE_URL:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:20:\"VOLLSTÄNDIGE_URL_C:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:11:\"GESCHLECHT:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:10:\"GRAMMATIK:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:24:\"__VERSTECKTE_KATEGORIE__\";i:2;s:21:\"__WARTUNGSKATEGORIE__\";i:3;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:17:\"alternativtext=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:10:\"grundlinie\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:4:\"rand\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"unten\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:9:\"zentriert\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:9:\"klasse=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:5:{i:0;i:1;i:1;s:7:\"gerahmt\";i:2;s:5:\"frame\";i:3;s:6:\"framed\";i:4;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:9:\"rahmenlos\";i:2;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:10:\"sprache=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:5:\"links\";i:2;s:4:\"left\";}s:8:\"img_link\";a:3:{i:0;i:1;i:1;s:10:\"verweis=$1\";i:2;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:7:\"mini=$1\";i:2;s:11:\"miniatur=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:5:\"mitte\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:4:\"ohne\";i:2;s:4:\"none\";}s:8:\"img_page\";a:6:{i:0;i:1;i:1;s:8:\"seite=$1\";i:2;s:8:\"seite $1\";i:3;s:8:\"seite_$1\";i:4;s:7:\"page=$1\";i:5;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:6:\"rechts\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:4:{i:0;i:1;i:1;s:4:\"tief\";i:2;s:12:\"tiefgestellt\";i:3;s:3:\"sub\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:4:\"hoch\";i:2;s:12:\"hochgestellt\";i:3;s:5:\"super\";i:4;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:10:\"text-unten\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:9:\"text-oben\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:4:\"mini\";i:2;s:8:\"miniatur\";i:3;s:5:\"thumb\";i:4;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:4:\"oben\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:8:{i:0;i:1;i:1;s:8:\"hochkant\";i:2;s:11:\"hochkant=$1\";i:3;s:11:\"hochkant $1\";i:4;s:11:\"hochkant_$1\";i:5;s:7:\"upright\";i:6;s:10:\"upright=$1\";i:7;s:10:\"upright $1\";}s:5:\"index\";a:4:{i:0;i:1;i:1;s:14:\"__INDEXIEREN__\";i:2;s:14:\"__INDIZIEREN__\";i:3;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:10:\"NACHRICHT:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:9:\"#SPRACHE:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:6:\"KLEIN:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:14:\"INITIAL_KLEIN:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:4:{i:0;i:1;i:1;s:19:\"LOKALER_KALENDERTAG\";i:2;s:11:\"LOKALER_TAG\";i:3;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:21:\"LOKALER_KALENDERTAG_2\";i:2;s:13:\"LOKALER_TAG_2\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:17:\"LOKALER_WOCHENTAG\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:22:\"LOKALER_WOCHENTAG_ZAHL\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:13:\"LOKALE_STUNDE\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:13:\"LOKALER_MONAT\";i:2;s:15:\"LOKALER_MONAT_2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:15:\"LOKALER_MONAT_1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:23:\"LOKALER_MONATSNAME_KURZ\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:18:\"LOKALER_MONATSNAME\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:4:{i:0;i:1;i:1;s:26:\"LOKALER_MONATSNAME_GENITIV\";i:2;s:22:\"LOKALER_MONATSNAME_GEN\";i:3;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:14:\"LOKALE_UHRZEIT\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:19:\"LOKALER_ZEITSTEMPEL\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:11:\"LOKALE_URL:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:13:\"LOKALE_URL_C:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:4:{i:0;i:1;i:1;s:20:\"LOKALE_KALENDERWOCHE\";i:2;s:12:\"LOKALE_WOCHE\";i:3;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:12:\"LOKALES_JAHR\";i:2;s:9:\"LOCALYEAR\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:10:\"NAMENSRAUM\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:14:\"NAMENSRAUM_URL\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:16:\"NAMENSRAUMNUMMER\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:24:\"__NEUER_ABSCHNITTSLINK__\";i:2;s:13:\"__PLUS_LINK__\";i:3;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:4:{i:0;i:0;i:1;s:30:\"__KEINE_INHALTSKONVERTIERUNG__\";i:2;s:20:\"__NOCONTENTCONVERT__\";i:3;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:31:\"__ABSCHNITTE_NICHT_BEARBEITEN__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:4:{i:0;i:0;i:1;s:17:\"__KEINE_GALERIE__\";i:2;s:16:\"__KEINEGALERIE__\";i:3;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:5:{i:0;i:1;i:1;s:20:\"__NICHT_INDEXIEREN__\";i:2;s:14:\"__KEIN_INDEX__\";i:3;s:20:\"__NICHT_INDIZIEREN__\";i:4;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:29:\"__KEIN_NEUER_ABSCHNITTSLINK__\";i:2;s:18:\"__KEIN_PLUS_LINK__\";i:3;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:4:{i:0;i:0;i:1;s:28:\"__KEINE_TITELKONVERTIERUNG__\";i:2;s:18:\"__NOTITLECONVERT__\";i:3;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:27:\"__KEIN_INHALTSVERZEICHNIS__\";i:2;s:26:\"__KEININHALTSVERZEICHNIS__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:3:\"NR:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"NR_URL:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:4:{i:0;i:1;i:1;s:18:\"BENUTZER_IN_GRUPPE\";i:2;s:13:\"NUMBERINGROUP\";i:3;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:15:\"AKTIVE_BENUTZER\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:11:\"ADMINANZAHL\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:13:\"ARTIKELANZAHL\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:18:\"BEARBEITUNGSANZAHL\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:11:\"DATEIANZAHL\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:12:\"SEITENANZAHL\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:14:\"BENUTZERANZAHL\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:12:\"FÜLLENLINKS\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:13:\"FÜLLENRECHTS\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:4:{i:0;i:0;i:1;s:8:\"SEITENID\";i:2;s:13:\"SEITENKENNUNG\";i:3;s:6:\"PAGEID\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:10:\"SEITENNAME\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:14:\"SEITENNAME_URL\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:6:{i:0;i:1;i:1;s:19:\"SEITEN_IN_KATEGORIE\";i:2;s:10:\"SEITEN_KAT\";i:3;s:11:\"SEITENINKAT\";i:4;s:15:\"PAGESINCATEGORY\";i:5;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"alle\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:7:\"dateien\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:6:\"seiten\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:4:{i:0;i:0;i:1;s:15:\"unterkategorien\";i:2;s:9:\"unterkats\";i:3;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:6:{i:0;i:1;i:1;s:21:\"SEITEN_IM_NAMENSRAUM:\";i:2;s:13:\"SEITEN_IN_NR:\";i:3;s:10:\"SEITEN_NR:\";i:4;s:17:\"PAGESINNAMESPACE:\";i:5;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:13:\"SEITENGRÖSSE\";i:2;s:8:\"PAGESIZE\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:12:\"SCHUTZSTATUS\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:4:\"ROH:\";i:2;s:4:\"RAW:\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:14:\"#WEITERLEITUNG\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:4:{i:0;i:1;i:1;s:12:\"REVISIONSTAG\";i:2;s:11:\"VERSIONSTAG\";i:3;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:4:{i:0;i:1;i:1;s:13:\"REVISIONSTAG2\";i:2;s:12:\"VERSIONSTAG2\";i:3;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:4:{i:0;i:1;i:1;s:11:\"REVISIONSID\";i:2;s:10:\"VERSIONSID\";i:3;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:4:{i:0;i:1;i:1;s:14:\"REVISIONSMONAT\";i:2;s:13:\"VERSIONSMONAT\";i:3;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:4:{i:0;i:1;i:1;s:15:\"REVISIONSMONAT1\";i:2;s:14:\"VERSIONSMONAT1\";i:3;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:15:\"VERSIONSGRÖSSE\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:20:\"REVISIONSZEITSTEMPEL\";i:2;s:19:\"VERSIONSZEITSTEMPEL\";i:3;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:4:{i:0;i:1;i:1;s:17:\"REVISIONSBENUTZER\";i:2;s:16:\"VERSIONSBENUTZER\";i:3;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:4:{i:0;i:1;i:1;s:13:\"REVISIONSJAHR\";i:2;s:12:\"VERSIONSJAHR\";i:3;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:10:\"STAMMSEITE\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:14:\"STAMMSEITE_URL\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:4:{i:0;i:0;i:1;s:11:\"SICHER_ERS:\";i:2;s:10:\"SICHERERS:\";i:3;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:10:\"SKRIPTPFAD\";i:2;s:10:\"SCRIPTPATH\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:11:\"PROJEKTNAME\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:7:\"spezial\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:8:\"speziale\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:3:{i:0;i:1;i:1;s:28:\"__PERMANENTE_WEITERLEITUNG__\";i:2;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:4:{i:0;i:0;i:1;s:8:\"STILPFAD\";i:2;s:9:\"STYLEPFAD\";i:3;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:6:{i:0;i:1;i:1;s:15:\"HAUPTSEITENNAME\";i:2;s:11:\"VORDERSEITE\";i:3;s:10:\"HAUPTSEITE\";i:4;s:15:\"SUBJECTPAGENAME\";i:5;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:6:{i:0;i:1;i:1;s:19:\"HAUPTSEITENNAME_URL\";i:2;s:15:\"VORDERSEITE_URL\";i:3;s:14:\"HAUPTSEITE_URL\";i:4;s:16:\"SUBJECTPAGENAMEE\";i:5;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:4:{i:0;i:1;i:1;s:15:\"HAUPTNAMENSRAUM\";i:2;s:12:\"SUBJECTSPACE\";i:3;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:4:{i:0;i:1;i:1;s:19:\"HAUPTNAMENSRAUM_URL\";i:2;s:13:\"SUBJECTSPACEE\";i:3;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:10:\"UNTERSEITE\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:14:\"UNTERSEITE_URL\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:4:\"ERS:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:11:\"erweiterung\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:4:{i:0;i:1;i:1;s:16:\"DISKUSSIONSSEITE\";i:2;s:4:\"DISK\";i:3;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:4:{i:0;i:1;i:1;s:20:\"DISKUSSIONSSEITE_URL\";i:2;s:8:\"DISK_URL\";i:3;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:21:\"DISKUSSIONSNAMENSRAUM\";i:2;s:7:\"DISK_NR\";i:3;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:4:{i:0;i:1;i:1;s:25:\"DISKUSSIONSNAMENSRAUM_URL\";i:2;s:11:\"DISK_NR_URL\";i:3;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:22:\"__INHALTSVERZEICHNIS__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:6:\"GROSS:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:14:\"INITIAL_GROSS:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:13:\"URLENKODIERT:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:4:\"PFAD\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:7:\"ABFRAGE\";i:2;s:5:\"QUERY\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('de','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('de','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('de','messages:about','s:8:\"de:Über\";'),('de','messages:aboutpage','s:29:\"de:Project:Über_{{SITENAME}}\";'),('de','messages:aboutsite','s:21:\"de:Über {{SITENAME}}\";'),('de','messages:abusefilter-edit-builder-vars-user-mobile','s:59:\"de:Ob ein Benutzer mit der mobilen Schnittstelle bearbeitet\";'),('de','messages:accesskey-blockip-block','s:4:\"en:s\";'),('de','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('de','messages:accesskey-ca-delete','s:4:\"en:d\";'),('de','messages:accesskey-ca-edit','s:4:\"en:e\";'),('de','messages:accesskey-ca-history','s:4:\"en:h\";'),('de','messages:accesskey-ca-move','s:4:\"en:m\";'),('de','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('de','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('de','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('de','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('de','messages:accesskey-ca-protect','s:4:\"en:=\";'),('de','messages:accesskey-ca-talk','s:4:\"en:t\";'),('de','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('de','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('de','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('de','messages:accesskey-ca-view','s:3:\"en:\";'),('de','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('de','messages:accesskey-ca-watch','s:4:\"en:w\";'),('de','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('de','messages:accesskey-diff','s:4:\"en:v\";'),('de','messages:accesskey-export','s:4:\"en:s\";'),('de','messages:accesskey-feed-atom','s:3:\"en:\";'),('de','messages:accesskey-feed-rss','s:3:\"en:\";'),('de','messages:accesskey-import','s:4:\"en:s\";'),('de','messages:accesskey-minoredit','s:4:\"en:i\";'),('de','messages:accesskey-n-currentevents','s:3:\"en:\";'),('de','messages:accesskey-n-help','s:3:\"en:\";'),('de','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('de','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('de','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('de','messages:accesskey-n-portal','s:3:\"en:\";'),('de','messages:accesskey-n-randompage','s:4:\"en:x\";'),('de','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('de','messages:accesskey-p-logo','s:3:\"en:\";'),('de','messages:accesskey-preferences-save','s:4:\"en:s\";'),('de','messages:accesskey-preview','s:4:\"en:p\";'),('de','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('de','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('de','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('de','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('de','messages:accesskey-pt-login','s:4:\"en:o\";'),('de','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('de','messages:accesskey-pt-logout','s:3:\"en:\";'),('de','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('de','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('de','messages:accesskey-pt-preferences','s:3:\"en:\";'),('de','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('de','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('de','messages:accesskey-publish','s:4:\"en:s\";'),('de','messages:accesskey-save','s:4:\"en:s\";'),('de','messages:accesskey-search','s:4:\"en:f\";'),('de','messages:accesskey-search-fulltext','s:3:\"en:\";'),('de','messages:accesskey-search-go','s:3:\"en:\";'),('de','messages:accesskey-summary','s:4:\"en:b\";'),('de','messages:accesskey-t-contributions','s:3:\"en:\";'),('de','messages:accesskey-t-emailuser','s:3:\"en:\";'),('de','messages:accesskey-t-info','s:3:\"en:\";'),('de','messages:accesskey-t-permalink','s:3:\"en:\";'),('de','messages:accesskey-t-print','s:4:\"en:p\";'),('de','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('de','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('de','messages:accesskey-t-upload','s:4:\"en:u\";'),('de','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('de','messages:accesskey-upload','s:4:\"en:s\";'),('de','messages:accesskey-userrights-set','s:4:\"en:s\";'),('de','messages:accesskey-watch','s:4:\"en:w\";'),('de','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('de','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('de','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('de','messages:accmailtext','s:191:\"de:Ein zufällig generiertes Passwort für [[User talk:$1|$1]] wurde an $2 versandt. Es kann auf der Seite \'\'[[Special:ChangePassword|Passwort ändern]]\'\' nach der Anmeldung geändert werden.\";'),('de','messages:accmailtitle','s:28:\"de:Passwort wurde verschickt\";'),('de','messages:accountcreated','s:25:\"de:Benutzerkonto erstellt\";'),('de','messages:accountcreatedtext','s:104:\"de:Das Benutzerkonto für [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|Diskussion]]) wurde eingerichtet.\";'),('de','messages:acct_creation_throttle_hit','s:304:\"de:Besucher dieses Wikis, die deine IP-Adresse verwenden, haben innerhalb der letzten $2 {{PLURAL:$1|ein Benutzerkonto|$1 Benutzerkonten}} erstellt, was die maximal erlaubte Anzahl in dieser Zeitperiode ist.\n\nBesucher, die diese IP-Adresse verwenden, können momentan keine Benutzerkonten mehr erstellen.\";'),('de','messages:action-apihighlimits','s:55:\"de:höhere Beschränkungen in API-Anfragen zu verwenden\";'),('de','messages:action-applychangetags','s:58:\"de:Markierungen zusammen mit deinen Änderungen anzuwenden\";'),('de','messages:action-autoconfirmed','s:50:\"de:nicht von IP-basierten Limits betroffen zu sein\";'),('de','messages:action-autocreateaccount','s:56:\"de:automatisch dieses externe Benutzerkonto zu erstellen\";'),('de','messages:action-autopatrol','s:53:\"de:eigene Bearbeitungen als kontrolliert zu markieren\";'),('de','messages:action-bigdelete','s:52:\"de:Seiten mit großer Versionsgeschichte zu löschen\";'),('de','messages:action-block','s:26:\"de:den Benutzer zu sperren\";'),('de','messages:action-blockemail','s:47:\"de:Benutzer am Versenden von E-Mails zu hindern\";'),('de','messages:action-bot','s:48:\"de:als automatischer Prozess behandelt zu werden\";'),('de','messages:action-browsearchive','s:36:\"de:nach gelöschten Seiten zu suchen\";'),('de','messages:action-changetags','s:101:\"de:beliebige Markierungen zu einzelnen Versionen und Logbucheinträgen hinzuzufügen und zu entfernen\";'),('de','messages:action-createaccount','s:33:\"de:dieses Benutzerkonto erstellen\";'),('de','messages:action-createpage','s:27:\"de:diese Seite zu erstellen\";'),('de','messages:action-createtalk','s:38:\"de:diese Diskussionsseite zu erstellen\";'),('de','messages:action-delete','s:21:\"de:Seiten zu löschen\";'),('de','messages:action-delete-redirect','s:55:\"de:überschreiben von Weiterleitungen mit einer Version\";'),('de','messages:action-deletechangetags','s:45:\"de:Markierungen aus der Datenbank zu löschen\";'),('de','messages:action-deletedhistory','s:47:\"de:die Liste der gelöschten Versionen zu sehen\";'),('de','messages:action-deletedtext','s:37:\"de:gelöschten Versionstext anzusehen\";'),('de','messages:action-deletelogentry','s:31:\"de:Logbucheinträge zu löschen\";'),('de','messages:action-deleterevision','s:24:\"de:Versionen zu löschen\";'),('de','messages:action-edit','s:26:\"de:die Seite zu bearbeiten\";'),('de','messages:action-editcontentmodel','s:46:\"de:das Inhaltsmodell einer Seite zu bearbeiten\";'),('de','messages:action-editinterface','s:59:\"de:Systemnachrichten und Benutzeroberflächen zu bearbeiten\";'),('de','messages:action-editmyoptions','s:36:\"de:deine Einstellungen zu bearbeiten\";'),('de','messages:action-editmyprivateinfo','s:45:\"de:deine privaten Informationen zu bearbeiten\";'),('de','messages:action-editmyusercss','s:44:\"de:eigene Benutzer-CSS-Dateien zu bearbeiten\";'),('de','messages:action-editmyuserjs','s:51:\"de:eigene Benutzer-JavaScript-Dateien zu bearbeiten\";'),('de','messages:action-editmyuserjson','s:45:\"de:eigene Benutzer-JSON-Dateien zu bearbeiten\";'),('de','messages:action-editmyuserjsredirect','s:78:\"de:eigene Benutzer-JavaScript-Dateien, die Weiterleitungen sind, zu bearbeiten\";'),('de','messages:action-editmywatchlist','s:40:\"de:deine Beobachtungsliste zu bearbeiten\";'),('de','messages:action-editprotected','s:82:\"de:Seiten zu bearbeiten, die als „{{int:protect-level-sysop}}“ geschützt sind\";'),('de','messages:action-editsemiprotected','s:90:\"de:Seiten zu bearbeiten, die als „{{int:protect-level-autoconfirmed}}“ geschützt sind\";'),('de','messages:action-editsitecss','s:29:\"de:wikiweit CSS zu bearbeiten\";'),('de','messages:action-editsitejs','s:38:\"de:wikiweites JavaScript zu bearbeiten\";'),('de','messages:action-editsitejson','s:32:\"de:wikiweites JSON zu bearbeiten\";'),('de','messages:action-editusercss','s:35:\"de:fremde CSS-Dateien zu bearbeiten\";'),('de','messages:action-edituserjs','s:42:\"de:fremde JavaScript-Dateien zu bearbeiten\";'),('de','messages:action-edituserjson','s:46:\"de:JSON-Dateien anderer Benutzer zu bearbeiten\";'),('de','messages:action-hideuser','s:44:\"de:Benutzernamen zu sperren und zu verbergen\";'),('de','messages:action-history','s:48:\"de:die Versionsgeschichte dieser Seite anzusehen\";'),('de','messages:action-import','s:47:\"de:Seiten aus einem anderen Wiki zu importieren\";'),('de','messages:action-importupload','s:56:\"de:Seiten über das Hochladen einer Datei zu importieren\";'),('de','messages:action-ipblock-exempt','s:66:\"de:IP-Sperren, automatische Sperren und Bereichssperren zu umgehen\";'),('de','messages:action-managechangetags','s:50:\"de:Markierungen zu erstellen und zu (de)aktivieren\";'),('de','messages:action-markbotedits','s:73:\"de:schnell zurückgesetzte Bearbeitungen als Bot-Bearbeitung zu markieren\";'),('de','messages:action-mergehistory','s:49:\"de:die Versionsgeschichten von Seiten zu vereinen\";'),('de','messages:action-mf-uploadbutton','s:62:\"de:das MobileFrontend-spezifische Hochladesystem zu verwenden.\";'),('de','messages:action-minoredit','s:43:\"de:diese Bearbeitung als klein zu markieren\";'),('de','messages:action-move','s:27:\"de:die Seite zu verschieben\";'),('de','messages:action-move-categorypages','s:33:\"de:Kategorieseiten zu verschieben\";'),('de','messages:action-move-rootuserpages','s:38:\"de:Haupt-Benutzerseiten zu verschieben\";'),('de','messages:action-move-subpages','s:57:\"de:diese Seite und zugehörige Unterseiten zu verschieben\";'),('de','messages:action-movefile','s:26:\"de:Diese Datei verschieben\";'),('de','messages:action-nominornewtalk','s:100:\"de:dass kleine Bearbeitungen an Diskussionsseiten nicht die „Neue Nachrichten“-Anzeige auslösen\";'),('de','messages:action-noratelimit','s:37:\"de:nicht von Limits betroffen zu sein\";'),('de','messages:action-override-export-depth','s:83:\"de:Seiten einschließlich verlinkter Seiten bis zu einer Tiefe von 5 zu exportieren\";'),('de','messages:action-pagelang','s:31:\"de:die Seitensprache zu ändern\";'),('de','messages:action-patrol','s:63:\"de:Bearbeitungen anderer Benutzer als kontrolliert zu markieren\";'),('de','messages:action-patrolmarks','s:60:\"de:Kontrollmarkierungen in den letzten Änderungen anzusehen\";'),('de','messages:action-protect','s:48:\"de:die Schutzeinstellungen von Seiten zu ändern\";'),('de','messages:action-purge','s:35:\"de:den Cache dieser Seite zu leeren\";'),('de','messages:action-read','s:21:\"de:die Seite zu lesen\";'),('de','messages:action-reupload','s:41:\"de:die vorhandene Datei zu überschreiben\";'),('de','messages:action-reupload-own','s:57:\"de:eine zuvor selbst hochgeladene Datei zu überschreiben\";'),('de','messages:action-reupload-shared','s:73:\"de:diese Datei aus dem gemeinsam genutzten Repositorium zu überschreiben\";'),('de','messages:action-rollback','s:89:\"de:die Änderungen des letzten Bearbeiters einer bestimmten Seite schnell zurückzusetzen\";'),('de','messages:action-sendemail','s:20:\"de:E-Mails zu senden\";'),('de','messages:action-siteadmin','s:44:\"de:die Datenbank zu sperren oder freizugeben\";'),('de','messages:action-suppressionlog','s:33:\"de:das private Logbuch einzusehen\";'),('de','messages:action-suppressredirect','s:71:\"de:beim Verschieben die Erstellung einer Weiterleitung zu unterdrücken\";'),('de','messages:action-suppressrevision','s:57:\"de:versteckte Versionen einzusehen und wiederherzustellen\";'),('de','messages:action-unblockself','s:21:\"de:dich zu entsperren\";'),('de','messages:action-undelete','s:28:\"de:Seiten wiederherzustellen\";'),('de','messages:action-unwatchedpages','s:49:\"de:die Liste der unbeobachteten Seiten einzusehen\";'),('de','messages:action-upload','s:22:\"de:Dateien hochzuladen\";'),('de','messages:action-upload_by_url','s:49:\"de:Dateien von einer Webadresse (URL) hochzuladen\";'),('de','messages:action-userrights','s:30:\"de:Benutzerrechte zu verwalten\";'),('de','messages:action-userrights-interwiki','s:55:\"de:die Rechte von Benutzern in anderen Wikis zu ändern\";'),('de','messages:action-viewmyprivateinfo','s:42:\"de:deine privaten Informationen einzusehen\";'),('de','messages:action-viewmywatchlist','s:36:\"de:deine Beobachtungsliste anzusehen\";'),('de','messages:action-viewsuppressed','s:52:\"de:vor jedem Benutzer versteckte Versionen anzusehen\";'),('de','messages:action-writeapi','s:44:\"de:die API mit Schreibzugriffen zu verwenden\";'),('de','messages:actioncomplete','s:17:\"de:Aktion beendet\";'),('de','messages:actionfailed','s:24:\"de:Aktion fehlgeschlagen\";'),('de','messages:actions','s:11:\"de:Aktionen\";'),('de','messages:actionthrottled','s:26:\"de:Aktionsanzahl limitiert\";'),('de','messages:actionthrottledtext','s:211:\"de:Im Rahmen einer Anti-Missbrauchs-Maßnahme kann diese Aktion in einem kurzen Zeitabstand nur begrenzt oft ausgeführt werden. Diese Grenze hast du überschritten.\nBitte versuche es in ein paar Minuten erneut.\";'),('de','messages:activeusers','s:18:\"de:Aktive Benutzer\";'),('de','messages:activeusers-count','s:96:\"de:$1 {{PLURAL:$1|Aktion|Aktionen}} in den {{PLURAL:$3|letzten 24 Stunden|vergangenen $3 Tagen}}\";'),('de','messages:activeusers-excludegroups','s:58:\"de:Benutzer ausschließen, die zu diesen Gruppen gehören:\";'),('de','messages:activeusers-from','s:21:\"de:Zeige Benutzer ab:\";'),('de','messages:activeusers-groups','s:53:\"de:Benutzer anzeigen, die zu diesen Gruppen gehören:\";'),('de','messages:activeusers-intro','s:127:\"de:Dies ist eine Liste von Benutzern, die innerhalb {{PLURAL:$1|des letzten Tages|der letzten $1 Tage}} Aktivitäten aufwiesen.\";'),('de','messages:activeusers-noresult','s:27:\"de:Keine Benutzer gefunden.\";'),('de','messages:activeusers-submit','s:27:\"de:Aktive Benutzer anzeigen\";'),('de','messages:activeusers-summary','s:3:\"en:\";'),('de','messages:addedwatchexpiry-options-label','s:37:\"de:Zeitraum auf der Beobachungsliste:\";'),('de','messages:addedwatchexpiryhours','s:132:\"de:„[[:$1]]“ und die Diskussionsseite wurden für einige Stunden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchexpiryhours-talk','s:136:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden für einige Stunden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchexpirytext','s:120:\"de:„[[:$1]]“ und die Diskussionsseite wurden für $2 zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchexpirytext-talk','s:124:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden für $2 zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchindefinitelytext','s:122:\"de:„[[:$1]]“ und die Diskussionsseite wurden dauerhaft zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchindefinitelytext-talk','s:126:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden dauerhaft zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchtext','s:112:\"de:„[[:$1]]“ und die Diskussionsseite wurden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addedwatchtext-short','s:69:\"de:Die Seite „$1“ wurde zu deiner Beobachtungsliste hinzugefügt.\";'),('de','messages:addedwatchtext-talk','s:116:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('de','messages:addsection','s:4:\"en:+\";'),('de','messages:addsection-editintro','s:3:\"en:\";'),('de','messages:addsection-preload','s:3:\"en:\";'),('de','messages:addwatch','s:36:\"de:Zur Beobachtungsliste hinzufügen\";'),('de','messages:ago','s:9:\"de:vor $1\";'),('de','messages:all-logs-page','s:32:\"de:Alle öffentlichen Logbücher\";'),('de','messages:allarticles','s:14:\"de:Alle Seiten\";'),('de','messages:allinnamespace','s:31:\"de:Alle Seiten (Namensraum: $1)\";'),('de','messages:alllogstext','s:237:\"de:Dies ist die kombinierte Anzeige aller in {{SITENAME}} geführten Logbücher.\nDie Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Groß-/Kleinschreibung muss beachtet werden).\";'),('de','messages:allmessages','s:30:\"de:MediaWiki-Systemnachrichten\";'),('de','messages:allmessages-filter','s:35:\"de:Filter für angepassten Zustand:\";'),('de','messages:allmessages-filter-all','s:7:\"de:Alle\";'),('de','messages:allmessages-filter-legend','s:9:\"de:Filter\";'),('de','messages:allmessages-filter-modified','s:12:\"de:Geändert\";'),('de','messages:allmessages-filter-submit','s:10:\"de:Filtern\";'),('de','messages:allmessages-filter-translate','s:14:\"de:Übersetzen\";'),('de','messages:allmessages-filter-unmodified','s:15:\"de:Unverändert\";'),('de','messages:allmessages-language','s:11:\"de:Sprache:\";'),('de','messages:allmessages-not-supported-database','s:135:\"de:Diese Spezialseite steht nicht zur Verfügung, da sie über den Parameter <strong>$wgUseDatabaseMessages</strong> deaktiviert wurde.\";'),('de','messages:allmessages-prefix','s:17:\"de:Präfixfilter:\";'),('de','messages:allmessagescurrent','s:17:\"de:Aktueller Text\";'),('de','messages:allmessagesdefault','s:15:\"de:Standardtext\";'),('de','messages:allmessagesname','s:7:\"de:Name\";'),('de','messages:allmessagestext','s:267:\"de:Dies ist eine Liste der MediaWiki-Systemtexte.\nGehe auf [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki-Lokalisierung] und [https://translatewiki.net translatewiki.net], wenn du dich an der Übersetzung von MediaWiki beteiligen möchtest.\";'),('de','messages:allowemail','s:56:\"de:Anderen Benutzern erlauben, E-Mails an mich zu senden\";'),('de','messages:allpages','s:14:\"de:Alle Seiten\";'),('de','messages:allpages-bad-ns','s:63:\"de:Der Namensraum „$1“ ist in {{SITENAME}} nicht vorhanden.\";'),('de','messages:allpages-hide-redirects','s:29:\"de:Weiterleitungen ausblenden\";'),('de','messages:allpages-summary','s:3:\"en:\";'),('de','messages:allpagesbadtitle','s:205:\"de:Der eingegebene Seitenname ist ungültig: Er hat entweder ein vorangestelltes Sprach-, ein Interwiki-Kürzel oder enthält ein oder mehrere Zeichen, welche in Seitennamen nicht verwendet werden dürfen.\";'),('de','messages:allpagesfrom','s:22:\"de:Seiten anzeigen ab:\";'),('de','messages:allpagesprefix','s:31:\"de:Seiten anzeigen mit Präfix:\";'),('de','messages:allpagessubmit','s:11:\"de:Anwenden\";'),('de','messages:allpagesto','s:23:\"de:Seiten anzeigen bis:\";'),('de','messages:alreadyrolled','s:386:\"de:Das Zurücksetzen der letzten Änderung von [[User:$2|$2]] ([[User talk:$2|Diskussion]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]) an [[:$1]] ist gescheitert. Ein anderer Benutzer hat die Seite geändert.\n\nDie letzte Änderung stammt von [[User:$3|$3]] ([[User talk:$3|Diskussion]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('de','messages:ancientpages','s:38:\"de:Seit längerem unbearbeitete Seiten\";'),('de','messages:ancientpages-summary','s:3:\"en:\";'),('de','messages:and','s:11:\"de:&#32;und\";'),('de','messages:anoncontribs','s:12:\"de:Beiträge\";'),('de','messages:anoneditwarning','s:329:\"de:<strong>Warnung:</strong> Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. <strong>[$1 Melde dich an]</strong> oder <strong>[$2 erstelle ein Benutzerkonto]</strong>, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.\";'),('de','messages:anonnotice','s:4:\"en:-\";'),('de','messages:anononlyblock','s:14:\"de:nur Anonyme\";'),('de','messages:anonpreviewwarning','s:122:\"de:<em>Du bist nicht angemeldet. Beim Veröffentlichen wird deine IP-Adresse in der Versionsgeschichte aufgezeichnet.</em>\";'),('de','messages:anontalk','s:19:\"de:Diskussionsseite\";'),('de','messages:anontalkpagetext','s:589:\"de:----\n<em>Diese Seite dient dazu, einem nicht angemeldeten Benutzer Nachrichten zu hinterlassen.</em>\nEs wird seine IP-Adresse zur Identifizierung verwendet.\nIP-Adressen können von mehreren Benutzern gemeinsam verwendet werden.\nWenn du mit den Kommentaren auf dieser Seite nichts anfangen kannst, richten sie sich vermutlich an einen früheren Inhaber deiner IP-Adresse und du kannst sie ignorieren.\nDu kannst dir auch ein [[Special:CreateAccount|Benutzerkonto erstellen]] oder dich [[Special:UserLogin|anmelden]], um künftig Verwechslungen mit anderen anonymen Benutzern zu vermeiden.\";'),('de','messages:anonuser','s:36:\"de:Anonymer {{SITENAME}}-Benutzer $1\";'),('de','messages:anonusers','s:82:\"de:{{PLURAL:$2|unangemeldetem|unangemeldeten}} {{PLURAL:$2|Benutzer|Benutzern}} $1\";'),('de','messages:anonymous','s:80:\"de:{{PLURAL:$1|Unangemeldeter Benutzer|Unangemeldete Benutzer}} auf {{SITENAME}}\";'),('de','messages:api-clientside-error-aborted','s:33:\"de:Die Anfrage wurde abgebrochen.\";'),('de','messages:api-clientside-error-http','s:55:\"de:Der Server hat einen Fehler zurückgegeben: HTTP $1.\";'),('de','messages:api-clientside-error-invalidresponse','s:33:\"de:Ungültige Antwort vom Server.\";'),('de','messages:api-clientside-error-noconnect','s:153:\"de:Es konnte keine Verbindung zum Server hergestellt werden. Stelle sicher, dass du eine funktionierende Internetverbindung hast, und versuche es erneut.\";'),('de','messages:api-clientside-error-timeout','s:63:\"de:Der Server hat nicht innerhalb der erwarteten Zeit reagiert.\";'),('de','messages:api-credits','s:425:\"de:API-Entwickler:\n* Yuri Astrakhan (Autor, Hauptentwickler von September 2006 bis September 2007)\n* Roan Kattouw (Hauptentwickler von September 2007 bis September 2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (Hauptentwickler 2013-2020)\n\nBitte sende deine Kommentare, Vorschläge und Fragen an mediawiki-api@lists.wikimedia.org\noder reiche einen Fehlerbericht auf https://phabricator.wikimedia.org/ ein.\";'),('de','messages:api-credits-header','s:15:\"de:Danksagungen\";'),('de','messages:api-error-badtoken','s:45:\"de:Interner Fehler: Der Token ist fehlerhaft.\";'),('de','messages:api-error-emptypage','s:56:\"de:Es ist nicht erlaubt, neue leere Seiten zu erstellen.\";'),('de','messages:api-error-publishfailed','s:82:\"de:Interner Fehler: Der Server konnte die temporäre Datei nicht veröffentlichen.\";'),('de','messages:api-error-stashfailed','s:71:\"de:Interner Fehler: Der Server konnte keine temporäre Datei speichern.\";'),('de','messages:api-error-unknown-warning','s:32:\"de:Unbekannte Warnung: „$1“.\";'),('de','messages:api-error-unknownerror','s:31:\"de:Unbekannter Fehler: „$1“\";'),('de','messages:api-exception-trace','s:19:\"de:$1 bei $2($3)\n$4\";'),('de','messages:api-feed-error-title','s:14:\"de:Fehler ($1)\";'),('de','messages:api-format-prettyprint-header','s:472:\"de:Dies ist die Darstellung des $1-Formats in HTML. HTML ist gut zur Fehlerbehebung geeignet, aber unpassend für die Nutzung durch Anwendungen.\n\nGib den Parameter <var>format</var> an, um das Ausgabeformat zu ändern. Lege <kbd>format=$2</kbd> fest, um die von HTML abweichende Darstellung des $1-Formats zu erhalten.\n\nSiehe auch die [[mw:Special:MyLanguage/API|vollständige Dokumentation der API]] oder die [[Special:ApiHelp/main|API-Hilfe]] für weitere Informationen.\";'),('de','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('de','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('de','messages:api-format-prettyprint-status','s:63:\"de:Diese Antwort wird mit dem HTTP-Status $1 $2 zurückgegeben.\";'),('de','messages:api-format-title','s:25:\"de:MediaWiki-API-Ergebnis\";'),('de','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('de','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('de','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('de','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('de','messages:api-help-authmanagerhelper-messageformat','s:56:\"de:Zu verwendendes Format zur Rückgabe von Nachrichten.\";'),('de','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('de','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('de','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('de','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('de','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('de','messages:api-help-datatype-expiry','s:259:\"de:Ablaufwerte können relativ (z. B. <kbd>5 months</kbd> oder <kbd>2 weeks</kbd>) oder absolut (z. B. <kbd>2014-09-18T12:34:56Z</kbd>) sein. Verwende für kein Ablaufdatum <kbd>infinite</kbd>, <kbd>indefinity</kbd>, <kbd>infinity</kbd> oder <kbd>never</kbd>.\";'),('de','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('de','messages:api-help-datatypes-header','s:13:\"de:Datentypen\";'),('de','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('de','messages:api-help-examples','s:36:\"de:{{PLURAL:$1|Beispiel|Beispiele}}:\";'),('de','messages:api-help-flag-deprecated','s:29:\"de:Dieses Modul ist veraltet.\";'),('de','messages:api-help-flag-generator','s:52:\"de:Dieses Modul kann als Generator verwendet werden.\";'),('de','messages:api-help-flag-internal','s:113:\"de:<strong>Dieses Modul ist intern oder instabil.</strong> Seine Operationen werden ohne Kenntnisnahme geändert.\";'),('de','messages:api-help-flag-mustbeposted','s:45:\"de:Dieses Modul akzeptiert nur POST-Anfragen.\";'),('de','messages:api-help-flag-readrights','s:37:\"de:Dieses Modul erfordert Leserechte.\";'),('de','messages:api-help-flag-writerights','s:40:\"de:Dieses Modul erfordert Schreibrechte.\";'),('de','messages:api-help-flags','s:3:\"en:\";'),('de','messages:api-help-help-urls','s:3:\"en:\";'),('de','messages:api-help-lead','s:168:\"de:Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.\n\nDokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('de','messages:api-help-license','s:20:\"de:Lizenz: [[$1|$2]]\";'),('de','messages:api-help-license-noname','s:28:\"de:Lizenz: [[$1|Siehe Link]]\";'),('de','messages:api-help-license-unknown','s:57:\"de:Lizenz: <span class=\"apihelp-unknown\">unbekannt</span>\";'),('de','messages:api-help-main-header','s:13:\"de:Hauptmodul\";'),('de','messages:api-help-no-extended-description','s:3:\"en:\";'),('de','messages:api-help-open-in-apisandbox','s:41:\"de:<small>[in Spielwiese öffnen]</small>\";'),('de','messages:api-help-param-continue','s:205:\"de:Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden. Ausführlichere Informationen zum Fortsetzen von Abfragen [[mw:Special:MyLanguage/API:Continue|befinden sich auf mediawiki.org]].\";'),('de','messages:api-help-param-default-empty','s:54:\"de:Standard: <span class=\"apihelp-empty\">(leer)</span>\";'),('de','messages:api-help-param-deprecated','s:12:\"de:Veraltet.\";'),('de','messages:api-help-param-deprecated-label','s:11:\"de:veraltet\";'),('de','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('de','messages:api-help-param-disabled-in-miser-mode','s:86:\"de:Deaktiviert aufgrund des [[mw:Special:MyLanguage/Manual:$wgMiserMode|Miser-Modus]].\";'),('de','messages:api-help-param-internal','s:10:\"de:Intern.\";'),('de','messages:api-help-param-internal-label','s:9:\"de:Intern\";'),('de','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('de','messages:api-help-param-multi-all','s:51:\"de:Um alle Werte anzugeben, verwende <kbd>$1</kbd>.\";'),('de','messages:api-help-param-multi-separate','s:91:\"de:Werte mit <kbd>|</kbd> trennen oder [[Special:ApiHelp/main#main/datatypes|Alternative]].\";'),('de','messages:api-help-param-no-description','s:58:\"de:<span class=\"apihelp-empty\">(keine Beschreibung)</span>\";'),('de','messages:api-help-param-templated','s:115:\"de:Dies ist ein [[Special:ApiHelp/main#main/templatedparams|Vorlagenparameter]]. Bei der Erstellung der Anfrage $2.\";'),('de','messages:api-help-param-templated-var','s:57:\"de:<var>&#x7B;$1&#x7D;</var> mit Werten von <var>$2</var>\";'),('de','messages:api-help-param-templated-var-first','s:97:\"de:<var>&#x7B;$1&#x7D;</var> im Parameternamen sollte mit Werten von <var>$2</var> ersetzt werden\";'),('de','messages:api-help-param-token','s:93:\"de:Ein „$1“-Token abgerufen von [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('de','messages:api-help-param-token-webui','s:101:\"de:Aus Kompatibilitätsgründen wird der in der Weboberfläche verwendete Token ebenfalls akzeptiert.\";'),('de','messages:api-help-param-type-enum','s:144:\"de:{{PLURAL:$1|1=Einer der folgenden Werte|2=Werte (mit <kbd>{{!}}</kbd> trennen oder [[Special:ApiHelp/main#main/datatypes|Alternative]])}}: $2\";'),('de','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('de','messages:api-help-param-type-limit','s:36:\"de:Typ: Ganzzahl oder <kbd>max</kbd>\";'),('de','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('de','messages:api-help-param-type-timestamp','s:128:\"de:Typ: {{PLURAL:$1|1=Zeitstempel|2=Liste von Zeitstempeln}} ([[Special:ApiHelp/main#main/datatype/timestamp|erlaubte Formate]])\";'),('de','messages:api-help-parameters','s:62:\"de:{{PLURAL:$1|Spezifischer Parameter|Spezifische Parameter}}:\";'),('de','messages:api-help-parameters-note','s:48:\"de:Weitere allgemeine Parameter sind verfügbar.\";'),('de','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('de','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('de','messages:api-help-permissions','s:45:\"de:{{PLURAL:$1|Berechtigung|Berechtigungen}}:\";'),('de','messages:api-help-permissions-granted-to','s:32:\"de:{{PLURAL:$1|Gewährt an}}: $2\";'),('de','messages:api-help-right-apihighlimits','s:188:\"de:Höhere Beschränkungen in API-Anfragen verwenden (langsame Anfragen: $1; schnelle Anfragen: $2). Die Beschränkungen für langsame Anfragen werden auch auf Mehrwertparameter angewandt.\";'),('de','messages:api-help-source','s:13:\"de:Quelle: $1\";'),('de','messages:api-help-source-unknown','s:57:\"de:Quelle: <span class=\"apihelp-unknown\">unbekannt</span>\";'),('de','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('de','messages:api-help-templatedparams-header','s:20:\"de:Vorlagenparameter\";'),('de','messages:api-help-title','s:22:\"de:MediaWiki-API-Hilfe\";'),('de','messages:api-help-undocumented-module','s:47:\"de:Keine Dokumentation für das Modul „$1“.\";'),('de','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('de','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('de','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('de','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('de','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('de','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('de','messages:api-pageset-param-pageids','s:67:\"de:Eine Liste der Seitenkennungen, an denen gearbeitet werden soll.\";'),('de','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('de','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('de','messages:api-pageset-param-revids','s:271:\"de:Eine Liste der zu bearbeitenden Versions-IDs. Beachte, dass fast alle Abfragemodule Versions-IDs in die entsprechende Seiten-ID konvertieren und stattdessen mit der neuesten Version arbeiten. Nur <kbd>prop=revisions</kbd> verwendet exakte Versionen für seine Antwort.\";'),('de','messages:api-pageset-param-titles','s:57:\"de:Eine Liste der Titel, an denen gearbeitet werden soll.\";'),('de','messages:api-usage-docref','s:35:\"de:Siehe $1 zur Verwendung der API.\";'),('de','messages:api-usage-mailinglist-ref','s:224:\"de:Abonniere die Mailingliste „mediawiki-api-announce“ auf &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; zum Feststellen von API-Veralterungen und „Breaking Changes“.\";'),('de','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('de','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('de','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('de','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('de','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('de','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('de','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('de','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('de','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('de','messages:apierror-bad-badfilecontexttitle','s:67:\"de:Ungültiger Titel im Parameter <var>$1badfilecontexttitle</var>.\";'),('de','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('de','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('de','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('de','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('de','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('de','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('de','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('de','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('de','messages:apierror-badgenerator-unknown','s:37:\"de:<kbd>generator=$1</kbd> unbekannt.\";'),('de','messages:apierror-badip','s:38:\"de:Der IP-Parameter ist nicht gültig.\";'),('de','messages:apierror-badmd5','s:44:\"de:Die angegebene MD5-Prüfsumme war falsch.\";'),('de','messages:apierror-badmodule-badsubmodule','s:63:\"de:Das Modul <kbd>$1</kbd> hat kein Untermodul namens „$2“.\";'),('de','messages:apierror-badmodule-nosubmodules','s:49:\"de:Das Modul <kbd>$1</kbd> hat keine Untermodule.\";'),('de','messages:apierror-badparameter','s:53:\"de:Ungültiger Wert für den Parameter <var>$1</var>.\";'),('de','messages:apierror-badquery','s:22:\"de:Ungültige Abfrage.\";'),('de','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('de','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('de','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('de','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('de','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('de','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('de','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('de','messages:apierror-blocked-partial','s:56:\"de:Du wurdest für das Bearbeiten dieser Seite gesperrt.\";'),('de','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('de','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('de','messages:apierror-cannot-async-upload-file','s:359:\"de:Die Parameter <var>async</var> und <var>file</var> können nicht kombiniert werden. Falls du eine asynchrone Verarbeitung deiner hochgeladenen Datei wünschst, lade sie zuerst mithilfe des Parameters <var>stash</var> auf den Speicher hoch. Veröffentliche anschließend die gespeicherte Datei asynchron mithilfe von <var>filekey</var> und <var>async</var>.\";'),('de','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('de','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('de','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('de','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('de','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('de','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('de','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('de','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('de','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('de','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('de','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('de','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('de','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('de','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('de','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('de','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('de','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('de','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('de','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('de','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('de','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('de','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('de','messages:apierror-compare-maintextrequired','s:146:\"de:Der Parameter <var>$1text-main</var> ist erforderlich, wenn <var>$1slots</var> <kbd>main</kbd> enthält (kann nicht den Hauptschlitz löschen).\";'),('de','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('de','messages:apierror-compare-nofromrevision','s:101:\"de:Keine Version „from“. <var>fromrev</var>, <var>fromtitle</var> oder <var>fromid</var> angeben.\";'),('de','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('de','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('de','messages:apierror-compare-notext','s:78:\"de:Der Parameter <var>$1</var> kann nicht ohne <var>$2</var> verwendet werden.\";'),('de','messages:apierror-compare-notorevision','s:93:\"de:Keine Version „to“. <var>torev</var>, <var>totitle</var> oder <var>toid</var> angeben.\";'),('de','messages:apierror-compare-relative-to-deleted','s:93:\"de:<kbd>torelative=$1</kbd> kann nicht relativ zu einer gelöschten Version verwendet werden.\";'),('de','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('de','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('de','messages:apierror-contentmodel-mismatch','s:145:\"de:Der von dir angegebene Inhalt hat das Inhaltsmodell <kbd>$1</kbd>, das sich vom aktuellen Inhaltsmodell der Seite <kbd>$2</kbd> unterscheidet.\";'),('de','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('de','messages:apierror-contenttoobig','s:100:\"de:Der gelieferte Inhalt überschreitet die Artikelgrößenbegrenzung von $1 {{PLURAL:$1|Kibibyte}}.\";'),('de','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('de','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('de','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('de','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('de','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('de','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('de','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('de','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('de','messages:apierror-emptypage','s:55:\"de:Das Erstellen neuer leerer Seiten ist nicht erlaubt.\";'),('de','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('de','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('de','messages:apierror-filedoesnotexist','s:33:\"de:Die Datei ist nicht vorhanden.\";'),('de','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('de','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('de','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('de','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('de','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('de','messages:apierror-import-unknownerror','s:43:\"de:Unbekannter Fehler beim Importieren: $1.\";'),('de','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('de','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('de','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('de','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('de','messages:apierror-invalid-file-key','s:34:\"de:Kein gültiger Dateischlüssel.\";'),('de','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('de','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('de','messages:apierror-invalidiprange','s:37:\"de:Ungültiger CIDR-Bereich „$1“.\";'),('de','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('de','messages:apierror-invalidmethod','s:75:\"de:Ungültige HTTP-Methode. Ziehe in Erwägung, GET oder POST zu verwenden.\";'),('de','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('de','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('de','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('de','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('de','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('de','messages:apierror-invalidsection','s:98:\"de:Der Parameter <var>section</var> muss eine gültige Abschnittskennung oder <kbd>new</kbd> sein.\";'),('de','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('de','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('de','messages:apierror-invalidtitle','s:30:\"de:Ungültiger Titel „$1“.\";'),('de','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('de','messages:apierror-invaliduser','s:37:\"de:Ungültiger Benutzername „$1“.\";'),('de','messages:apierror-invaliduserid','s:55:\"de:Die Benutzerkennung <var>$1</var> ist nicht gültig.\";'),('de','messages:apierror-ipoutofrange','s:93:\"de:Der angeforderte CIDR-Bereich „$1“ kann nicht weiter sein als die CIDR-Grenze von /$2.\";'),('de','messages:apierror-maxbytes','s:90:\"de:Der Parameter <var>$1</var> kann nicht länger sein als {{PLURAL:$2|ein Byte|$2 Bytes}}\";'),('de','messages:apierror-maxchars','s:87:\"de:Der Parameter <var>$1</var> kann nicht länger sein als {{PLURAL:$2|ein|$2}} Zeichen\";'),('de','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('de','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('de','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('de','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('de','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('de','messages:apierror-missingcontent-revid-role','s:66:\"de:Fehlender Inhalt für die Versionskennung $1 für die Rolle $2.\";'),('de','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('de','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('de','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('de','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('de','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('de','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('de','messages:apierror-missingtitle-byname','s:36:\"de:Die Seite $1 ist nicht vorhanden.\";'),('de','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('de','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('de','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('de','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('de','messages:apierror-mustbeloggedin','s:35:\"de:Du musst eingeloggt sein, um $1.\";'),('de','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('de','messages:apierror-mustbeloggedin-generic','s:28:\"de:Du musst angemeldet sein.\";'),('de','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('de','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('de','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('de','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('de','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('de','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('de','messages:apierror-noapiwrite','s:61:\"de:Das Bearbeiten dieses Wikis über die API ist deaktiviert.\";'),('de','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('de','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('de','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('de','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('de','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('de','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('de','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('de','messages:apierror-nosuchpageid','s:37:\"de:Es gibt keine Seite mit der ID $1.\";'),('de','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('de','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('de','messages:apierror-nosuchsection','s:31:\"de:Es gibt keinen Abschnitt $1.\";'),('de','messages:apierror-nosuchsection-what','s:37:\"de:Es gibt keinen Abschnitt $1 in $2.\";'),('de','messages:apierror-nosuchuserid','s:46:\"de:Es gibt keinen Benutzer mit der Kennung $1.\";'),('de','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('de','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('de','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('de','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('de','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('de','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('de','messages:apierror-pagelang-disabled','s:72:\"de:Das Ändern der Sprache von Seiten ist auf diesem Wiki nicht erlaubt.\";'),('de','messages:apierror-paramempty','s:52:\"de:Der Parameter <var>$1</var> darf nicht leer sein.\";'),('de','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('de','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('de','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('de','messages:apierror-permissiondenied','s:37:\"de:Du hast keine Berechtigung, um $1.\";'),('de','messages:apierror-permissiondenied-generic','s:32:\"de:Der Zugriff wurde verweigert.\";'),('de','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('de','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('de','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('de','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('de','messages:apierror-protect-invalidaction','s:34:\"de:Ungültiger Schutztyp „$1“.\";'),('de','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('de','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('de','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('de','messages:apierror-readonly','s:53:\"de:Das Wiki ist derzeit im schreibgeschützten Modus.\";'),('de','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('de','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('de','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('de','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('de','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('de','messages:apierror-revisions-badid','s:65:\"de:Für den Parameter <var>$1</var> wurde keine Version gefunden.\";'),('de','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('de','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('de','messages:apierror-revwrongpage','s:43:\"de:Die Version $1 ist keine Version von $2.\";'),('de','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('de','messages:apierror-sectionreplacefailed','s:68:\"de:Der aktualisierte Abschnitt konnte nicht zusammengeführt werden.\";'),('de','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('de','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('de','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('de','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('de','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('de','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('de','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('de','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('de','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('de','messages:apierror-stashexception','s:5:\"en:$1\";'),('de','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('de','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('de','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('de','messages:apierror-stashinvalidfile','s:33:\"de:Ungültige gespeicherte Datei.\";'),('de','messages:apierror-stashnosuchfilekey','s:39:\"de:Kein derartiger Dateischlüssel: $1.\";'),('de','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('de','messages:apierror-stashwrongowner','s:24:\"de:Falscher Besitzer: $1\";'),('de','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('de','messages:apierror-systemblocked','s:49:\"de:Du wurdest von MediaWiki automatisch gesperrt.\";'),('de','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('de','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('de','messages:apierror-toomanyvalues','s:100:\"de:Es wurden zu viele Werte für den Parameter <var>$1</var> angegeben. Die Obergrenze liegt bei $2.\";'),('de','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('de','messages:apierror-unknownerror','s:32:\"de:Unbekannter Fehler: „$1“.\";'),('de','messages:apierror-unknownerror-editpage','s:35:\"de:Unbekannter EditPage-Fehler: $1.\";'),('de','messages:apierror-unknownerror-nocode','s:22:\"de:Unbekannter Fehler.\";'),('de','messages:apierror-unknownformat','s:35:\"de:Nicht erkanntes Format „$1“.\";'),('de','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('de','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('de','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('de','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('de','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('de','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('de','messages:apierror-upload-missingresult','s:36:\"de:Kein Ergebnis in den Statusdaten.\";'),('de','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('de','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('de','messages:apihelp','s:12:\"de:API-Hilfe\";'),('de','messages:apihelp-block-example-ip-simple','s:84:\"de:Sperren der IP-Adresse <kbd>192.0.2.5</kbd> für drei Tage mit einer Begründung.\";'),('de','messages:apihelp-block-example-user-complex','s:155:\"de:Benutzer <kbd>Vandal</kbd> unbeschränkt mit einer Begründung sperren und die Erstellung neuer Benutzerkonten sowie den Versand von E-Mails verhindern.\";'),('de','messages:apihelp-block-param-actionrestrictions','s:124:\"de:Liste der Aktionen, die der Benutzer nicht ausführen darf. Nur zutreffend, wenn <var>partial</var> auf true gesetzt ist.\";'),('de','messages:apihelp-block-param-allowusertalk','s:172:\"de:Dem Benutzer erlauben, seine eigene Diskussionsseite zu bearbeiten (abhängig von <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('de','messages:apihelp-block-param-anononly','s:94:\"de:Nur anonyme Benutzer sperren (z.&nbsp;B. anonyme Bearbeitungen für diese IP deaktivieren).\";'),('de','messages:apihelp-block-param-autoblock','s:125:\"de:Die zuletzt verwendete IP-Adresse automatisch sperren und alle darauffolgenden IP-Adressen, die versuchen sich anzumelden.\";'),('de','messages:apihelp-block-param-expiry','s:258:\"de:Sperrdauer. Kann relativ (z.&nbsp;B. <kbd>5 months</kbd> oder <kbd>2 weeks</kbd>) oder absolut (z.&nbsp;B. <kbd>2014-09-18T12:34:56Z</kbd>) sein. Wenn auf <kbd>infinite</kbd>, <kbd>indefinite</kbd> oder <kbd>never</kbd> gesetzt, ist die Sperre unbegrenzt.\";'),('de','messages:apihelp-block-param-hidename','s:93:\"de:Den Benutzernamen im Sperr-Logbuch verstecken (erfordert das <code>hideuser</code>-Recht).\";'),('de','messages:apihelp-block-param-namespacerestrictions','s:142:\"de:Listet Namensraumkennungen zum Sperren des Benutzers für das Bearbeiten auf. Nur zutreffend, wenn <var>partial</var> auf true gesetzt ist.\";'),('de','messages:apihelp-block-param-nocreate','s:39:\"de:Benutzerkontenerstellung verhindern.\";'),('de','messages:apihelp-block-param-noemail','s:108:\"de:Benutzer davon abhalten, E-Mails auf dem Wiki zu versenden (erfordert das <code>blockemail</code>-Recht).\";'),('de','messages:apihelp-block-param-pagerestrictions','s:138:\"de:Listet die für den Benutzer zu sperrenden Titel für das Bearbeiten auf. Nur zutreffend, wenn <var>partial</var> auf true gesetzt ist.\";'),('de','messages:apihelp-block-param-partial','s:98:\"de:Sperrt den Benutzer für spezielle Seiten oder Namensräume und nicht für die gesamte Website.\";'),('de','messages:apihelp-block-param-reason','s:20:\"de:Sperrbegründung.\";'),('de','messages:apihelp-block-param-reblock','s:81:\"de:Falls der Benutzer bereits gesperrt ist, die vorhandene Sperre überschreiben.\";'),('de','messages:apihelp-block-param-tags','s:72:\"de:Auf den Eintrag im Sperr-Logbuch anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-block-param-user','s:37:\"de:Benutzer, der gesperrt werden soll\";'),('de','messages:apihelp-block-param-userid','s:56:\"de:Stattdessen <kbd>$1user=#<var>ID</var></kbd> angeben.\";'),('de','messages:apihelp-block-param-watchlistexpiry','s:132:\"de:Ablaufzeitstempel der Beobachtungsliste. Lasse diesen Parameter vollständig weg, um den aktuellen Ablauf unverändert zu lassen.\";'),('de','messages:apihelp-block-param-watchuser','s:80:\"de:Benutzer- und Diskussionsseiten des Benutzers oder der IP-Adresse beobachten.\";'),('de','messages:apihelp-block-summary','s:25:\"de:Sperrt einen Benutzer.\";'),('de','messages:apihelp-changeauthenticationdata-example-password','s:91:\"de:Versucht, das Passwort des aktuellen Benutzers in <kbd>ExamplePassword</kbd> zu ändern.\";'),('de','messages:apihelp-changeauthenticationdata-summary','s:67:\"de:Ändert die Authentifizierungsdaten für den aktuellen Benutzer.\";'),('de','messages:apihelp-changecontentmodel-example','s:64:\"de:Ändere das Inhaltsmodell der Hauptseite zu <code>text</code>\";'),('de','messages:apihelp-changecontentmodel-param-bot','s:69:\"de:Markieren Sie die Änderung des Inhaltsmodells mit einem Bot-Flag.\";'),('de','messages:apihelp-changecontentmodel-param-model','s:35:\"de:Inhaltsmodell des neuen Inhalts.\";'),('de','messages:apihelp-changecontentmodel-param-pageid','s:130:\"de:Seitennummer der Seite, deren Inhaltsmodell geändert werden soll. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('de','messages:apihelp-changecontentmodel-param-summary','s:56:\"de:Zusammenfassung und Protokolleintragsgrund bearbeiten\";'),('de','messages:apihelp-changecontentmodel-param-tags','s:86:\"de:Ändern Sie die Tags, um sie auf den Protokolleintrag anzuwenden und zu bearbeiten.\";'),('de','messages:apihelp-changecontentmodel-param-title','s:124:\"de:Titel der Seite, deren Inhaltsmodell geändert werden soll. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('de','messages:apihelp-changecontentmodel-summary','s:36:\"de:Inhaltsmodell einer Seite ändern\";'),('de','messages:apihelp-checktoken-example-simple','s:58:\"de:Überprüft die Gültigkeit des <kbd>csrf</kbd>-Tokens.\";'),('de','messages:apihelp-checktoken-param-maxtokenage','s:50:\"de:Maximal erlaubtes Alter des Tokens in Sekunden.\";'),('de','messages:apihelp-checktoken-param-token','s:35:\"de:Token, das getestet werden soll.\";'),('de','messages:apihelp-checktoken-param-type','s:44:\"de:Typ des Tokens, das getestet werden soll.\";'),('de','messages:apihelp-checktoken-summary','s:130:\"de:Überprüft die Gültigkeit eines über <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> erhaltenen Tokens.\";'),('de','messages:apihelp-clearhasmsg-example-1','s:65:\"de:<code>hasmsg</code>-Flags für den aktuellen Benutzer löschen\";'),('de','messages:apihelp-clearhasmsg-summary','s:99:\"de:Löschen des <code>hasmsg</code>-Flags („hat Nachrichten“-Flag) für den aktuellen Benutzer.\";'),('de','messages:apihelp-clientlogin-example-login','s:125:\"de:Startet den Prozess der Anmeldung in dem Wiki als Benutzer <kbd>Example</kbd> mit dem Passwort <kbd>ExamplePassword</kbd>.\";'),('de','messages:apihelp-clientlogin-example-login2','s:162:\"de:Setze die Anmeldung nach einer <samp>UI</samp>-Antwort für die Zwei-Faktor-Authentifizierung fort und gib einen <var>OATHToken</var> von <kbd>987654</kbd> an.\";'),('de','messages:apihelp-clientlogin-summary','s:58:\"de:Melde dich bei dem Wiki mit dem interaktiven Ablauf an.\";'),('de','messages:apihelp-compare-example-1','s:47:\"de:Unterschied zwischen Version 1 und 2 abrufen\";'),('de','messages:apihelp-compare-extended-description','s:116:\"de:Du musst eine Versionsnummer, einen Seitentitel oder eine Seitennummer für „from“ als auch „to“ angeben.\";'),('de','messages:apihelp-compare-param-difftype','s:57:\"de:Rückgabe des als Inline-HTML formatierten Vergleichs.\";'),('de','messages:apihelp-compare-param-fromcontentformat','s:100:\"de:Präzisiere <kbd>fromslots=main</kbd> und verwende stattdessen <var>fromcontentformat-main</var>.\";'),('de','messages:apihelp-compare-param-fromcontentformat-{slot}','s:69:\"de:Inhalts-Serialisierungsformat von <var>fromtext-&#x7B;slot}</var>.\";'),('de','messages:apihelp-compare-param-fromcontentmodel','s:99:\"de:Präzisiere <kbd>fromslots=main</kbd> und verwende stattdessen <var>fromcontentmodel-main</var>.\";'),('de','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:134:\"de:Inhaltsmodell von <var>totext-&#x7B;slot}</var>. Falls nicht angegeben, wird es auf der Grundlage der anderen Parameter geschätzt.\";'),('de','messages:apihelp-compare-param-fromid','s:39:\"de:Erste zu vergleichende Seitennummer.\";'),('de','messages:apihelp-compare-param-frompst','s:82:\"de:Führt eine Vorspeicherungsumwandlung für <var>fromtext-&#x7B;slot}</var> aus.\";'),('de','messages:apihelp-compare-param-fromrev','s:34:\"de:Erste zu vergleichende Version.\";'),('de','messages:apihelp-compare-param-fromsection','s:78:\"de:Nur den angegebenen Abschnitt des angegebenen „from“-Inhalts verwenden.\";'),('de','messages:apihelp-compare-param-fromsection-{slot}','s:266:\"de:Wenn <var>fromtext-&#x7B;slot}</var> der Inhalt eines einzelnen Abschnitts ist, ist dies die Abschnittskennung. Es wird wie bei einer Abschnittsbearbeitung in die durch <var>fromtitle</var>, <var>fromid</var> oder <var>fromrev</var> angegebene Version eingefügt.\";'),('de','messages:apihelp-compare-param-fromslots','s:344:\"de:Überschreibe den Inhalt der durch <var>fromtitle</var> , <var>fromid</var> oder <var>fromrev</var> angegebenen Version.\n\nDieser Parameter gibt die Slots an, die geändert werden sollen. Verwende <var>fromtext-{slot}</var> , <var>fromcontentmodel-{slot}</var> und <var>fromcontentformat-{slot}</var>, um den Inhalt für jeden Slot anzugeben.\";'),('de','messages:apihelp-compare-param-fromtext','s:91:\"de:Präzisiere <kbd>fromslots=main</kbd> und verwende stattdessen <var>fromtext-main</var>.\";'),('de','messages:apihelp-compare-param-fromtext-{slot}','s:96:\"de:Text des angegebenen Slots. Wenn er weggelassen wird, wird der Slot aus der Version entfernt.\";'),('de','messages:apihelp-compare-param-fromtitle','s:34:\"de:Erster zu vergleichender Titel.\";'),('de','messages:apihelp-compare-param-prop','s:48:\"de:Welche Informationen abgerufen werden sollen.\";'),('de','messages:apihelp-compare-param-slots','s:92:\"de:Rückgabe einzelner Diffs für diese Slots statt eines kombinierten Diff für alle Slots.\";'),('de','messages:apihelp-compare-param-tocontentformat','s:96:\"de:Spezifiziere <kbd>toslots=main</kbd> und verwende stattdessen <var>tocontentmodel-main</var>.\";'),('de','messages:apihelp-compare-param-tocontentformat-{slot}','s:81:\"de:Format für die Serialisierung von Inhalten von <var>totext-&#x7B;slot}</var>.\";'),('de','messages:apihelp-compare-param-tocontentmodel','s:96:\"de:Spezifiziere <kbd>toslots=main</kbd> und verwende stattdessen <var>tocontentmodel-main</var>.\";'),('de','messages:apihelp-compare-param-tocontentmodel-{slot}','s:134:\"de:Inhaltsmodell von <var>totext-&#x7B;slot}</var>. Falls nicht angegeben, wird es auf der Grundlage der anderen Parameter geschätzt.\";'),('de','messages:apihelp-compare-param-toid','s:40:\"de:Zweite zu vergleichende Seitennummer.\";'),('de','messages:apihelp-compare-param-topst','s:68:\"de:Führt eine Vorspeicherungsumwandlung für <var>totext</var> aus.\";'),('de','messages:apihelp-compare-param-torelative','s:187:\"de:Verwenden einer Version relativ zu der Version, die aus <var>fromtitle</var>, <var>fromid</var> oder <var>fromrev</var> ermittelt wird. Alle anderen „to“-Optionen werden ignoriert.\";'),('de','messages:apihelp-compare-param-torev','s:35:\"de:Zweite zu vergleichende Version.\";'),('de','messages:apihelp-compare-param-tosection','s:71:\"de:Verwende nur den angegebenen Abschnitt des angegebenen \'to\'-Inhalts.\";'),('de','messages:apihelp-compare-param-tosection-{slot}','s:258:\"de:Wenn <var>totext-&#x7B;slot}</var> der Inhalt eines einzelnen Abschnitts ist, ist dies die Abschnittskennung. Es wird wie bei einer Abschnittsbearbeitung in die durch <var>totitle</var>, <var>toid</var> oder <var>torev</var> angegebene Version eingefügt.\";'),('de','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('de','messages:apihelp-compare-param-totext','s:88:\"de:Spezifiziere <kbd>toslots=main</kbd> und verwende stattdessen <var>totext-main</var>.\";'),('de','messages:apihelp-compare-param-totext-{slot}','s:96:\"de:Text des angegebenen Slots. Wenn er weggelassen wird, wird der Slot aus der Version entfernt.\";'),('de','messages:apihelp-compare-param-totitle','s:35:\"de:Zweiter zu vergleichender Titel.\";'),('de','messages:apihelp-compare-paramvalue-prop-comment','s:205:\"de:Der Kommentar zu den „from“- und „to“-Versionen. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>fromcommenthidden</samp> oder <samp>tocommenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-compare-paramvalue-prop-diff','s:25:\"de:Das Unterschieds-HTML.\";'),('de','messages:apihelp-compare-paramvalue-prop-diffsize','s:46:\"de:Die Größe des Unterschieds-HTML in Bytes.\";'),('de','messages:apihelp-compare-paramvalue-prop-ids','s:60:\"de:Die Seite und Version-IDs der \"from\"- und \"to\"-Versionen.\";'),('de','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:214:\"de:Der geparste Kommentar zu den „from“- und „to“-Versionen. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>fromcommenthidden</samp> oder <samp>tocommenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-compare-paramvalue-prop-rel','s:76:\"de:Die Versions-IDs der Versionen vor \'from\' und nach \'to\', falls vorhanden.\";'),('de','messages:apihelp-compare-paramvalue-prop-size','s:53:\"de:Die Größe der Versionen „from“ und „to“.\";'),('de','messages:apihelp-compare-paramvalue-prop-timestamp','s:58:\"de:Der Zeitstempel der „from“- und „to“-Versionen.\";'),('de','messages:apihelp-compare-paramvalue-prop-title','s:58:\"de:Die Seitentitel der Versionen „Von“ und „Nach“.\";'),('de','messages:apihelp-compare-paramvalue-prop-user','s:215:\"de:Der Benutzername und die -kennung der „from“- und „to“-Versionen. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>fromuserhidden</samp> oder <samp>touserhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-compare-summary','s:48:\"de:Ruft den Unterschied zwischen zwei Seiten ab.\";'),('de','messages:apihelp-createaccount-example-create','s:113:\"de:Start des Prozesses der Erstellung des Benutzers <kbd>Example<kbd> mit dem Passwort <kbd>ExamplePassword<kbd>.\";'),('de','messages:apihelp-createaccount-param-preservestate','s:420:\"de:Falls <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> für <samp>hasprimarypreservedstate</samp> wahr ausgegeben hat, sollten Anfragen, die als <samp>primary-required</samp> markiert wurden, ausgelassen werden. Falls ein nicht-leerer Wert für <samp>preservedusername</samp> zurückgegeben wurde, muss dieser Benutzername für den Parameter <var>username</var> verwendet werden.\";'),('de','messages:apihelp-createaccount-summary','s:36:\"de:Erstellt ein neues Benutzerkonto.\";'),('de','messages:apihelp-cspreport-param-reportonly','s:120:\"de:Kennzeichnen eines Berichts als einen Bericht aus einer Überwachungsrichtlinie, nicht als eine erzwungene Richtlinie\";'),('de','messages:apihelp-cspreport-param-source','s:69:\"de:Was der CSP-Header erzeugt hat, der diesen Bericht ausgelöst hat.\";'),('de','messages:apihelp-cspreport-summary','s:214:\"de:Wird von Browsern verwendet, um Verstöße gegen die Content Security Policy zu melden. Dieses Modul sollte niemals verwendet werden, außer wenn es automatisch von einem CSP-konformen Webbrowser verwendet wird.\";'),('de','messages:apihelp-delete-example-reason','s:89:\"de:[[{{MediaWiki:Mainpage}}]] löschen mit der Begründung <kbd>Preparing for move</kbd>.\";'),('de','messages:apihelp-delete-example-simple','s:39:\"de:[[{{MediaWiki:Mainpage}}]] löschen.\";'),('de','messages:apihelp-delete-param-deletetalk','s:50:\"de:Löschen der Diskussionsseite, falls vorhanden.\";'),('de','messages:apihelp-delete-param-oldimage','s:142:\"de:Name des alten zu löschenden Bildes, wie von [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] angegeben.\";'),('de','messages:apihelp-delete-param-pageid','s:114:\"de:Seitennummer der Seite, die gelöscht werden soll. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('de','messages:apihelp-delete-param-reason','s:101:\"de:Löschbegründung. Falls nicht festgelegt, wird eine automatisch generierte Begründung verwendet.\";'),('de','messages:apihelp-delete-param-tags','s:83:\"de:Ändert die Markierungen, die auf den Eintrag im Lösch-Logbuch anzuwenden sind.\";'),('de','messages:apihelp-delete-param-title','s:108:\"de:Titel der Seite, die gelöscht werden soll. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('de','messages:apihelp-delete-param-unwatch','s:45:\"de:Seite von der Beobachtungsliste entfernen.\";'),('de','messages:apihelp-delete-param-watch','s:66:\"de:Seite auf die Beobachtungsliste des aktuellen Benutzers setzen.\";'),('de','messages:apihelp-delete-param-watchlist','s:205:\"de:Bedingungslos die Seite zur Beobachtungsliste des aktuellen Benutzers hinzufügen oder von dieser entfernen, Benutzereinstellungen verwenden (für Bot-Benutzer ignoriert) oder Beobachtung nicht ändern.\";'),('de','messages:apihelp-delete-param-watchlistexpiry','s:142:\"de:Zeitstempel für den Ablauf der Beobachtungsliste. Diesen Parameter vollständig weglassen, um den aktuellen Ablauf unverändert zu lassen.\";'),('de','messages:apihelp-delete-summary','s:22:\"de:Löscht eine Seite.\";'),('de','messages:apihelp-disabled-summary','s:34:\"de:Dieses Modul wurde deaktiviert.\";'),('de','messages:apihelp-edit-example-edit','s:24:\"de:Eine Seite bearbeiten\";'),('de','messages:apihelp-edit-example-prepend','s:60:\"de:<kbd>_&#95;NOTOC_&#95;</kbd> bei einer Seite voranstellen\";'),('de','messages:apihelp-edit-example-undo','s:82:\"de:Versionen 13579 bis 13585 mit automatischer Zusammenfassung rückgängig machen\";'),('de','messages:apihelp-edit-param-appendtext','s:177:\"de:Diesen Text an das Ende der Seite oder des Abschnitts hinzufügen. Überschreibt $1text.\n\nVerwende statt dieses Parameters $1section=new zum Anhängen eines neuen Abschnitts.\";'),('de','messages:apihelp-edit-param-baserevid','s:282:\"de:ID der Basisversion, die zum Erkennen von Bearbeitungskonflikten verwendet wird. Kann über [[Special:ApiHelp/query+revisions|action=query&prop=revisions]] bezogen werden. Selbstkonflikte führen dazu, dass die Bearbeitung fehlschlägt, es sei denn, basetimestamp ist festgelegt.\";'),('de','messages:apihelp-edit-param-basetimestamp','s:233:\"de:Zeitstempel der Basisversion, wird verwendet zum Aufspüren von Bearbeitungskonflikten. Kann abgerufen werden durch [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Eigenkonflikte werden ignoriert.\";'),('de','messages:apihelp-edit-param-bot','s:51:\"de:Diese Bearbeitung als Bot-Bearbeitung markieren.\";'),('de','messages:apihelp-edit-param-contentformat','s:65:\"de:Für den Eingabetext verwendetes Inhaltsserialisierungsformat.\";'),('de','messages:apihelp-edit-param-contentmodel','s:35:\"de:Inhaltsmodell des neuen Inhalts.\";'),('de','messages:apihelp-edit-param-createonly','s:59:\"de:Seite nicht bearbeiten, falls sie bereits vorhanden ist.\";'),('de','messages:apihelp-edit-param-md5','s:198:\"de:Der MD5-Hash des Parameters $1text oder der aneinandergehängten Parameter $1prependtext und $1appendtext. Wenn angegeben, wird die Bearbeitung nicht ausgeführt, wenn der Hash nicht korrekt ist.\";'),('de','messages:apihelp-edit-param-minor','s:47:\"de:Markiert diese Bearbeitung als geringfügig.\";'),('de','messages:apihelp-edit-param-nocreate','s:66:\"de:Einen Fehler zurückgeben, falls die Seite nicht vorhanden ist.\";'),('de','messages:apihelp-edit-param-notminor','s:135:\"de:Diese Bearbeitung nicht als geringfügig markieren, auch wenn die Benutzereinstellung „{{int:tog-minordefault}}“ festgelegt ist.\";'),('de','messages:apihelp-edit-param-pageid','s:115:\"de:Seitennummer der Seite, die bearbeitet werden soll. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('de','messages:apihelp-edit-param-prependtext','s:88:\"de:Diesen Text an den Anfang der Seite oder des Abschnitts setzen. Überschreibt $1text.\";'),('de','messages:apihelp-edit-param-recreate','s:82:\"de:Keinen Fehler zurückgeben, wenn die Seite in der Zwischenzeit gelöscht wurde.\";'),('de','messages:apihelp-edit-param-redirect','s:41:\"de:Weiterleitungen automatisch auflösen.\";'),('de','messages:apihelp-edit-param-section','s:171:\"de:Abschnittskennzeichen. <kbd>0</kbd> für die Einleitung, <kbd>new</kbd> für einen neuen Abschnitt. Meist eine positive ganze Zahl, kann aber auch nicht-numerisch sein.\";'),('de','messages:apihelp-edit-param-sectiontitle','s:93:\"de:Die Überschrift für einen neuen Abschnitt, wenn <var>$1section=new</var> verwendet wird.\";'),('de','messages:apihelp-edit-param-starttimestamp','s:323:\"de:Zeitstempel, an dem der Bearbeitungsprozess begonnen wurde. Er wird zum Aufspüren von Bearbeitungskonflikten verwendet. Ein geeigneter Wert kann mithilfe von <var>[[Special:ApiHelp/main|curtimestamp]]</var> beim Beginn des Bearbeitungsprozesses (z.&nbsp;B. beim Laden des Seiteninhalts zum Bearbeiten) abgerufen werden.\";'),('de','messages:apihelp-edit-param-summary','s:431:\"de:Bearbeitungszusammenfassung.\n\nWird dieser Parameter nicht angegeben oder ist er leer, wird [[mw:Special:MyLanguage/Autosummary|automatisch eine Bearbeitungszusammenfassung erstellt]].\n\nWenn <var>$1section=new</var> angegeben und <var>$1sectiontitle</var> nicht angegeben wird, wird stattdessen der Wert dieses Parameters für den Titel des Abschnitts verwendet, und es wird automatisch eine Bearbeitungszusammenfassung erstellt.\";'),('de','messages:apihelp-edit-param-tags','s:55:\"de:Auf die Version anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-edit-param-text','s:16:\"de:Seiteninhalt.\";'),('de','messages:apihelp-edit-param-title','s:109:\"de:Titel der Seite, die bearbeitet werden soll. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('de','messages:apihelp-edit-param-token','s:106:\"de:Der Token sollte immer als letzter Parameter gesendet werden, zumindest aber nach dem $1text-Parameter.\";'),('de','messages:apihelp-edit-param-undo','s:91:\"de:Diese Version rückgängig machen. Überschreibt $1text, $1prependtext und $1appendtext.\";'),('de','messages:apihelp-edit-param-undoafter','s:124:\"de:Alle Versionen von $1undo bis zu dieser rückgängig machen. Falls nicht angegeben, nur eine Version rückgängig machen.\";'),('de','messages:apihelp-edit-param-unwatch','s:45:\"de:Seite von der Beobachtungsliste entfernen.\";'),('de','messages:apihelp-edit-param-watch','s:43:\"de:Seite der Beobachtungsliste hinzufügen.\";'),('de','messages:apihelp-edit-param-watchlist','s:203:\"de:Die Seite zur Beobachtungsliste des aktuellen Benutzers hinzufügen oder von ihr entfernen, die Standardeinstellungen (werden für Bot-Benutzer ignoriert) verwenden oder die Beobachtung nicht ändern.\";'),('de','messages:apihelp-edit-param-watchlistexpiry','s:140:\"de:Zeitstempel des Ablaufs der Beobachtungsliste. Lasse diesen Parameter ganz weg, damit der aktuelle Verfallszeitpunkt unverändert bleibt.\";'),('de','messages:apihelp-edit-summary','s:39:\"de:Erstellen und Bearbeiten von Seiten.\";'),('de','messages:apihelp-emailuser-example-email','s:91:\"de:Eine E-Mail an den Benutzer <kbd>WikiSysop</kbd> mit dem Text <kbd>Content</kbd> senden.\";'),('de','messages:apihelp-emailuser-param-ccme','s:43:\"de:Eine Kopie dieser E-Mail an mich senden.\";'),('de','messages:apihelp-emailuser-param-subject','s:16:\"de:Betreffzeile.\";'),('de','messages:apihelp-emailuser-param-target','s:52:\"de:Benutzer, an den die E-Mail gesendet werden soll.\";'),('de','messages:apihelp-emailuser-param-text','s:17:\"de:E-Mail-Inhalt.\";'),('de','messages:apihelp-emailuser-summary','s:35:\"de:E-Mail an einen Benutzer senden.\";'),('de','messages:apihelp-expandtemplates-example-simple','s:76:\"de:Den Wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd> expandieren.\";'),('de','messages:apihelp-expandtemplates-param-generatexml','s:60:\"de:XML-Parserbaum erzeugen (ersetzt durch $1prop=parsetree).\";'),('de','messages:apihelp-expandtemplates-param-includecomments','s:66:\"de:Ob HTML-Kommentare in der Ausgabe eingeschlossen werden sollen.\";'),('de','messages:apihelp-expandtemplates-param-prop','s:186:\"de:Welche Informationen abgerufen werden sollen.\n\nBeachte bitte, dass das Ergebnis Wikitext enthält, aber die Ausgabe in einem veralteten Format ist, falls keine Werte ausgewählt sind.\";'),('de','messages:apihelp-expandtemplates-param-revid','s:129:\"de:Versionsnummer, die für die Anzeige von <code><nowiki>{{REVISIONID}}</nowiki></code> und ähnlichen Variablen verwendet wird.\";'),('de','messages:apihelp-expandtemplates-param-showstrategykeys','s:104:\"de:Soll die Information über die interne Zusammenführungsstrategie in jsconfigvars aufgenommen werden?\";'),('de','messages:apihelp-expandtemplates-param-text','s:31:\"de:Zu konvertierender Wikitext.\";'),('de','messages:apihelp-expandtemplates-param-title','s:19:\"de:Titel der Seite.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:95:\"de:Kategorien in der Eingabe vorhanden, die nicht in der Ausgabe des Wikitextes vertreten sind.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:97:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite als JSON-Zeichenfolge aus.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:75:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite aus.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:238:\"de:Etwaige Ressourcen-Lader-Module, die Parserfunktionen angefordert haben, werden zur Ausgabe hinzugefügt. Entweder <kbd>jsconfigvars</kbd> oder <kbd>encodedjsconfigvars</kbd> müssen gemeinsam mit <kbd>modules</kbd> angefordert werden.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:34:\"de:Der XML-Parserbaum der Eingabe.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:90:\"de:Seiteneigenschaften, die durch expandierte magische Wörter im Wikitext definiert sind.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:65:\"de:Die maximale Zeit, nach der der Ergebnis-Cache ungültig wird.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:104:\"de:Ob die Ausgabe flüchtig ist und nicht an anderer Stelle auf der Seite wiederverwendet werden sollte.\";'),('de','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:28:\"de:Der expandierte Wikitext.\";'),('de','messages:apihelp-expandtemplates-summary','s:54:\"de:Alle Vorlagen innerhalb des Wikitextes expandieren.\";'),('de','messages:apihelp-feedcontributions-example-simple','s:62:\"de:Beiträge für die Benutzer <kbd>Beispiel<kbd> zurückgeben\";'),('de','messages:apihelp-feedcontributions-param-deletedonly','s:37:\"de:Nur gelöschte Beiträge anzeigen.\";'),('de','messages:apihelp-feedcontributions-param-feedformat','s:24:\"de:Das Format des Feeds.\";'),('de','messages:apihelp-feedcontributions-param-hideminor','s:29:\"de:Blendet Kleinigkeiten aus.\";'),('de','messages:apihelp-feedcontributions-param-month','s:27:\"de:Von Monat (und früher).\";'),('de','messages:apihelp-feedcontributions-param-namespace','s:63:\"de:Auf welchen Namensraum die Beiträge begrenzt werden sollen.\";'),('de','messages:apihelp-feedcontributions-param-newonly','s:35:\"de:Nur Seitenerstellungen anzeigen.\";'),('de','messages:apihelp-feedcontributions-param-showsizediff','s:55:\"de:Zeigt den Größenunterschied zwischen Versionen an.\";'),('de','messages:apihelp-feedcontributions-param-tagfilter','s:51:\"de:Beiträge filtern, die diese Markierungen haben.\";'),('de','messages:apihelp-feedcontributions-param-toponly','s:35:\"de:Nur aktuelle Versionen anzeigen.\";'),('de','messages:apihelp-feedcontributions-param-user','s:63:\"de:Von welchen Benutzern die Beiträge abgerufen werden sollen.\";'),('de','messages:apihelp-feedcontributions-param-year','s:26:\"de:Von Jahr (und früher).\";'),('de','messages:apihelp-feedcontributions-summary','s:45:\"de:Gibt einen Benutzerbeiträge-Feed zurück.\";'),('de','messages:apihelp-feedrecentchanges-example-30days','s:43:\"de:Letzte Änderungen für 30 Tage anzeigen\";'),('de','messages:apihelp-feedrecentchanges-example-simple','s:30:\"de:Letzte Änderungen anzeigen\";'),('de','messages:apihelp-feedrecentchanges-param-associated','s:79:\"de:Verbundenen Namensraum (Diskussions oder Hauptnamensraum) mit einschließen.\";'),('de','messages:apihelp-feedrecentchanges-param-days','s:58:\"de:Tage, auf die die Ergebnisse beschränkt werden sollen.\";'),('de','messages:apihelp-feedrecentchanges-param-feedformat','s:24:\"de:Das Format des Feeds.\";'),('de','messages:apihelp-feedrecentchanges-param-from','s:35:\"de:Änderungen seit jetzt anzeigen.\";'),('de','messages:apihelp-feedrecentchanges-param-hideanons','s:49:\"de:Änderungen von anonymen Benutzern ausblenden.\";'),('de','messages:apihelp-feedrecentchanges-param-hidebots','s:35:\"de:Änderungen von Bots ausblenden.\";'),('de','messages:apihelp-feedrecentchanges-param-hidecategorization','s:55:\"de:Änderungen der Kategorie-Zugehörigkeit verstecken.\";'),('de','messages:apihelp-feedrecentchanges-param-hideliu','s:54:\"de:Änderungen von registrierten Benutzern ausblenden.\";'),('de','messages:apihelp-feedrecentchanges-param-hideminor','s:33:\"de:Kleine Änderungen ausblenden.\";'),('de','messages:apihelp-feedrecentchanges-param-hidemyself','s:50:\"de:Änderungen des aktuellen Benutzers ausblenden.\";'),('de','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:40:\"de:Kontrollierte Änderungen ausblenden.\";'),('de','messages:apihelp-feedrecentchanges-param-invert','s:46:\"de:Alle Namensräume außer dem ausgewählten.\";'),('de','messages:apihelp-feedrecentchanges-param-limit','s:48:\"de:Maximale Anzahl zurückzugebender Ergebnisse.\";'),('de','messages:apihelp-feedrecentchanges-param-namespace','s:64:\"de:Namensraum, auf den die Ergebnisse beschränkt werden sollen.\";'),('de','messages:apihelp-feedrecentchanges-param-showlinkedto','s:78:\"de:Zeige Änderungen an Seiten, die von der ausgewählten Seite verlinkt sind.\";'),('de','messages:apihelp-feedrecentchanges-param-tagfilter','s:27:\"de:Nach Markierung filtern.\";'),('de','messages:apihelp-feedrecentchanges-param-target','s:74:\"de:Nur Änderungen an Seiten anzeigen, die von dieser Seite verlinkt sind.\";'),('de','messages:apihelp-feedrecentchanges-summary','s:46:\"de:Gibt einen Letzte-Änderungen-Feed zurück.\";'),('de','messages:apihelp-feedwatchlist-example-all6hrs','s:71:\"de:Zeige alle Änderungen an beobachteten Seiten der letzten 6 Stunden.\";'),('de','messages:apihelp-feedwatchlist-example-default','s:39:\"de:Den Beobachtungslisten-Feed anzeigen\";'),('de','messages:apihelp-feedwatchlist-param-feedformat','s:24:\"de:Das Format des Feeds.\";'),('de','messages:apihelp-feedwatchlist-param-hours','s:87:\"de:Seiten auflisten, die innerhalb dieser Anzahl von Stunden ab jetzt geändert wurden.\";'),('de','messages:apihelp-feedwatchlist-param-linktosections','s:61:\"de:Verlinke direkt zum veränderten Abschnitt, wenn möglich.\";'),('de','messages:apihelp-feedwatchlist-summary','s:46:\"de:Gibt einen Beobachtungslisten-Feed zurück.\";'),('de','messages:apihelp-filerevert-example-revert','s:89:\"de:<kbd>Wiki.png</kbd> auf die Version vom <kbd>2011-03-05T15:27:40Z</kbd> zurücksetzen.\";'),('de','messages:apihelp-filerevert-param-archivename','s:72:\"de:Archivname der Version, auf die die Datei zurückgesetzt werden soll.\";'),('de','messages:apihelp-filerevert-param-comment','s:21:\"de:Hochladekommentar.\";'),('de','messages:apihelp-filerevert-param-filename','s:39:\"de:Ziel-Datei, ohne das Datei:-Präfix.\";'),('de','messages:apihelp-filerevert-summary','s:50:\"de:Eine Datei auf eine alte Version zurücksetzen.\";'),('de','messages:apihelp-format-example-generic','s:45:\"de:Das Abfrageergebnis im $1-Format ausgeben.\";'),('de','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('de','messages:apihelp-help-example-help','s:35:\"de:Hilfe für das Hilfemodul selbst\";'),('de','messages:apihelp-help-example-main','s:28:\"de:Hilfe für das Hauptmodul\";'),('de','messages:apihelp-help-example-query','s:36:\"de:Hilfe für zwei Abfrage-Submodule\";'),('de','messages:apihelp-help-example-recursive','s:29:\"de:Alle Hilfen in einer Seite\";'),('de','messages:apihelp-help-example-submodules','s:64:\"de:Hilfe für <kbd>action=query</kbd> und all seine Untermodule.\";'),('de','messages:apihelp-help-param-helpformat','s:28:\"de:Format der Hilfe-Ausgabe.\";'),('de','messages:apihelp-help-param-modules','s:183:\"de:Module, zu denen eine Hilfe angezeigt werden soll (Werte der Parameter <var>action</var> und <var>format</var> oder <kbd>main</kbd>). Kann Submodule mit einem <kbd>+</kbd> angeben.\";'),('de','messages:apihelp-help-param-recursivesubmodules','s:47:\"de:Hilfe für Submodule rekursiv einschließen.\";'),('de','messages:apihelp-help-param-submodules','s:59:\"de:Hilfe für Submodule des benannten Moduls einschließen.\";'),('de','messages:apihelp-help-param-toc','s:60:\"de:Ein Inhaltsverzeichnis in der HTML-Ausgabe einschließen.\";'),('de','messages:apihelp-help-param-wrap','s:67:\"de:Die Ausgabe in eine Standard-API-Antwort-Struktur einschließen.\";'),('de','messages:apihelp-help-summary','s:46:\"de:Hilfe für die angegebenen Module anzeigen.\";'),('de','messages:apihelp-imagerotate-example-generator','s:78:\"de:Alle Bilder in der <kbd>Kategorie:Flip</kbd> um <kbd>180</kbd> Grad drehen.\";'),('de','messages:apihelp-imagerotate-example-simple','s:62:\"de:<kbd>Datei:Beispiel.png</kbd> um <kbd>90</kbd> Grad drehen.\";'),('de','messages:apihelp-imagerotate-param-rotation','s:73:\"de:Anzahl der Grad, um die das Bild im Uhrzeigersinn gedreht werden soll.\";'),('de','messages:apihelp-imagerotate-param-tags','s:61:\"de:Auf den Eintrag im Datei-Logbuch anzuwendende Markierungen\";'),('de','messages:apihelp-imagerotate-summary','s:34:\"de:Ein oder mehrere Bilder drehen.\";'),('de','messages:apihelp-import-example-import','s:104:\"de:Importiere [[meta:Help:ParserFunctions]] mit der kompletten Versionsgeschichte in den Namensraum 100.\";'),('de','messages:apihelp-import-extended-description','s:180:\"de:Bitte beachte, dass der HTTP-POST-Vorgang als Dateiupload ausgeführt werden muss (z. B. durch multipart/form-data), um eine Datei über den <var>xml</var>-Parameter zu senden.\";'),('de','messages:apihelp-import-param-assignknownusers','s:90:\"de:Weist Bearbeitungen lokalen Benutzern zu, wo der benannte Benutzer lokal vorhanden ist.\";'),('de','messages:apihelp-import-param-fullhistory','s:103:\"de:Für Interwiki-Importe: Importiere die komplette Versionsgeschichte, nicht nur die aktuelle Version.\";'),('de','messages:apihelp-import-param-interwikipage','s:50:\"de:Für Interwiki-Importe: zu importierende Seite.\";'),('de','messages:apihelp-import-param-interwikiprefix','s:167:\"de:Für hochgeladene Importe: auf unbekannte Benutzernamen anzuwendendes Interwiki-Präfix (und bekannte Benutzer, falls <var>$1assignknownusers</var> festgelegt ist).\";'),('de','messages:apihelp-import-param-interwikisource','s:64:\"de:Für Interwiki-Importe: Wiki, von dem importiert werden soll.\";'),('de','messages:apihelp-import-param-namespace','s:100:\"de:In diesen Namensraum importieren. Kann nicht zusammen mit <var>$1rootpage</var> verwendet werden.\";'),('de','messages:apihelp-import-param-rootpage','s:108:\"de:Als Unterseite dieser Seite importieren. Kann nicht zusammen mit <var>$1namespace</var> verwendet werden.\";'),('de','messages:apihelp-import-param-summary','s:45:\"de:Importzusammenfassung des Logbucheintrags.\";'),('de','messages:apihelp-import-param-tags','s:121:\"de:Auf den Eintrag im Import-Logbuch und die Nullversion bei den importierten Seiten anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-import-param-templates','s:71:\"de:Für Interwiki-Importe: Importiere auch alle eingebundenen Vorlagen.\";'),('de','messages:apihelp-import-param-xml','s:26:\"de:Hochgeladene XML-Datei.\";'),('de','messages:apihelp-import-summary','s:73:\"de:Importiert eine Seite aus einem anderen Wiki oder von einer XML-Datei.\";'),('de','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('de','messages:apihelp-json-param-callback','s:157:\"de:Falls angegeben, wird die Ausgabe in einen angegebenen Funktionsaufruf eingeschlossen. Aus Sicherheitsgründen sind benutzerspezifische Daten beschränkt.\";'),('de','messages:apihelp-json-param-formatversion','s:22:\"de:Ausgabeformatierung\";'),('de','messages:apihelp-json-param-utf8','s:214:\"de:Kodiert, falls angegeben, die meisten (aber nicht alle) Nicht-ASCII-Zeichen als UTF-8, anstatt sie durch hexadezimale Escape-Sequenzen zu ersetzen. Standard, wenn <var>formatversion</var> nicht <kbd>1</kbd> ist.\";'),('de','messages:apihelp-json-paramvalue-formatversion-1','s:111:\"de:Abwärtskompatibles Format (Boolesche Werte im XML-Stil, <samp>*</samp>-Schlüssel für Inhaltsknoten usw.).\";'),('de','messages:apihelp-json-paramvalue-formatversion-2','s:19:\"de:Modernes Format.\";'),('de','messages:apihelp-json-paramvalue-formatversion-latest','s:92:\"de:Verwenden des neuesten Formats (derzeit <kbd>2</kbd>), kann sich ohne Vorwarnung ändern.\";'),('de','messages:apihelp-json-summary','s:33:\"de:Daten im JSON-Format ausgeben.\";'),('de','messages:apihelp-jsonfm-summary','s:58:\"de:Daten im JSON-Format ausgeben (schöngedruckt in HTML).\";'),('de','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('de','messages:apihelp-linkaccount-example-link','s:79:\"de:Startet den Prozess der Verknüpfung mit einem Konto von <kbd>Example</kbd>.\";'),('de','messages:apihelp-linkaccount-summary','s:82:\"de:Verbindet ein Benutzerkonto von einem Drittanbieter mit dem aktuellen Benutzer.\";'),('de','messages:apihelp-login-example-login','s:11:\"de:Anmelden\";'),('de','messages:apihelp-login-extended-description','s:302:\"de:Diese Aktion sollte nur in Kombination mit [[Special:BotPasswords]] verwendet werden. Die Verwendung für die Anmeldung beim Hauptkonto ist veraltet und kann ohne Warnung fehlschlagen. Um sich sicher beim Hauptkonto anzumelden, verwende <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('de','messages:apihelp-login-extended-description-nobotpasswords','s:166:\"de:Diese Aktion ist veraltet und kann ohne Vorwarnung fehlschlagen. Um dich sicher anzumelden, verwende <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('de','messages:apihelp-login-param-domain','s:21:\"de:Domain (optional).\";'),('de','messages:apihelp-login-param-name','s:16:\"de:Benutzername.\";'),('de','messages:apihelp-login-param-password','s:12:\"de:Passwort.\";'),('de','messages:apihelp-login-param-token','s:60:\"de:Anmeldetoken, den du in der ersten Anfrage erhalten hast.\";'),('de','messages:apihelp-login-summary','s:52:\"de:Anmelden und Authentifizierungs-Cookies beziehen.\";'),('de','messages:apihelp-logout-example-logout','s:35:\"de:Meldet den aktuellen Benutzer ab\";'),('de','messages:apihelp-logout-summary','s:44:\"de:Abmelden und alle Sitzungsdaten löschen.\";'),('de','messages:apihelp-main-extended-description','s:1442:\"de:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Dokumentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etikette & Nutzungsrichtlinien]]\n* [[mw:Special:MyLanguage/API:FAQ|Häufig gestellte Fragen]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailingliste]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API-Ankündigungen]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Fehlerberichte und Anfragen]\n</div>\n<strong>Status:</strong> Die MediaWiki-API ist eine ausgereifte und stabile Schnittstelle, die aktiv unterstützt und verbessert wird. Während wir versuchen, dies zu vermeiden, können wir gelegentlich Breaking Changes erforderlich machen. Abonniere die [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ MediaWiki-API-Ankündigungs-Mailingliste] für Mitteilungen zu Aktualisierungen.\n\n<strong>Fehlerhafte Anfragen:</strong> Wenn fehlerhafte Anfragen an die API gesendet werden, wird ein HTTP-Header mit dem Schlüssel „MediaWiki-API-Error“ gesendet. Der Wert des Headers und der Fehlercode werden auf den gleichen Wert gesetzt. Für weitere Informationen siehe [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Fehler und Warnungen]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testen:</strong> Zum einfachen Testen von API-Anfragen, siehe [[Special:ApiSandbox]].</p>\";'),('de','messages:apihelp-main-param-action','s:25:\"de:Auszuführende Aktion.\";'),('de','messages:apihelp-main-param-assert','s:207:\"de:Sicherstellen, dass der Benutzer eingeloggt ist, wenn <kbd>user</kbd> gesetzt, <em>nicht</em> angemeldet, wenn auf <kbd>anon</kbd> gesetzt, oder das Bot-Benutzerrecht hat, wenn auf <kbd>bot</kbd> gesetzt.\";'),('de','messages:apihelp-main-param-assertuser','s:67:\"de:Überprüft, ob der aktuelle Benutzer der benannte Benutzer ist.\";'),('de','messages:apihelp-main-param-curtimestamp','s:42:\"de:Aktuellen Zeitstempel mit zurückgeben.\";'),('de','messages:apihelp-main-param-errorformat','s:68:\"de:Zu verwendendes Format zur Ausgabe von Warnungen und Fehlertexten\";'),('de','messages:apihelp-main-param-errorlang','s:389:\"de:Zu verwendende Sprache für Warnungen und Fehler. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> mit <kbd>siprop=languages</kbd> gibt eine Liste von Sprachcodes zurück, oder spezifiziere <kbd>content</kbd>, um die Inhaltssprache des Wikis zu verwenden, oder spezifiziere <kbd>uselang</kbd>, um denselben Wert wie der <var>uselang</var>-Parameter zu verwenden.\";'),('de','messages:apihelp-main-param-errorsuselocal','s:103:\"de:Falls angegeben, verwenden Fehlertexte lokalisierte Nachrichten aus dem {{ns:MediaWiki}}-Namensraum.\";'),('de','messages:apihelp-main-param-format','s:22:\"de:Format der Ausgabe.\";'),('de','messages:apihelp-main-param-maxage','s:121:\"de:Den <code>max-age</code>-HTTP-Cache-Control-Header auf diese Anzahl Sekunden festlegen. Fehler werden niemals gecacht.\";'),('de','messages:apihelp-main-param-maxlag','s:560:\"de:maxlag kann verwendet werden, wenn MediaWiki auf einem datenbankreplizierten Cluster installiert ist. Um weitere Replikationsrückstände zu verhindern, lässt dieser Parameter den Client warten, bis der Replikationsrückstand kleiner als der angegebene Wert (in Sekunden) ist. Bei einem größerem Rückstand wird der Fehlercode <samp>maxlag</samp> zurückgegeben mit einer Nachricht wie <samp>Waiting for $host: $lag seconds lagged</samp>.<br />Siehe [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Handbuch: Maxlag parameter]] für weitere Informationen.\";'),('de','messages:apihelp-main-param-origin','s:1130:\"de:Beim Zugriff auf die API mit einer Kreuz-Domain-AJAX-Anfrage (CORS) muss dies als entstehende Domäne festgelegt werden. Dies muss in jeder Vorfluganfrage mit eingeschlossen werden und deshalb ein Teil der Anfragen-URI sein (nicht des POST-Körpers).\n\nFür authentifizierte Anfragen muss dies exakt einem der Ursprünge im Header <code>Origin</code> entsprechen, so dass es auf etwas wie <kbd>https://de.wikipedia.org</kbd> oder <kbd>https://meta.wikimedia.org</kbd> festgelegt werden muss. Falls dieser Parameter nicht mit dem Header <code>Origin</code> übereinstimmt, wird eine 403-Antwort zurückgegeben. Falls dieser Parameter mit dem Header <code>Origin</code> übereinstimmt und der Ursprung erlaubt ist, werden die Header <code>Access-Control-Allow-Origin</code> und <code>Access-Control-Allow-Credentials</code> festgelegt.\n\nGib für nicht authentifizierte Anfragen den Wert <kbd>*</kbd> an. Dies verursacht, dass der Header <code>Access-Control-Allow-Origin</code> festgelegt wird, aber <code>Access-Control-Allow-Credentials</code> wird <code>false</code> sein und alle benutzerspezifischen Daten werden beschränkt.\";'),('de','messages:apihelp-main-param-requestid','s:117:\"de:Der angegebene Wert wird mit in die Antwort aufgenommen und kann zur Unterscheidung von Anfragen verwendet werden.\";'),('de','messages:apihelp-main-param-responselanginfo','s:105:\"de:Bezieht die für <var>uselang</var> und <var>errorlang</var> verwendeten Sprachen im Ergebnis mit ein.\";'),('de','messages:apihelp-main-param-servedby','s:50:\"de:Namen des bearbeitenden Hosts mit zurückgeben.\";'),('de','messages:apihelp-main-param-smaxage','s:124:\"de:Den <code>s-maxage</code>-HTTP-Cache-Control-Header auf diese Anzahl Sekunden festlegen. Fehler werden niemals gepuffert.\";'),('de','messages:apihelp-main-param-uselang','s:351:\"de:Zu verwendende Sprache für Nachrichtenübersetzungen. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> mit <kbd>siprop=languages</kbd> gibt eine Liste der Sprachcodes zurück. Gib <kbd>user</kbd> zum Verwenden der aktuellen Benutzerspracheinstellung oder <kbd>content</kbd> an, um die Inhaltssprache des Wikis zu verwenden.\";'),('de','messages:apihelp-main-param-variant','s:105:\"de:Variante der Sprache. Funktioniert nur, wenn die Basissprache die Variantenkonvertierung unterstützt.\";'),('de','messages:apihelp-main-paramvalue-errorformat-bc','s:118:\"de:Format, das vor MediaWiki 1.29 verwendet wurde. <var>errorlang</var> und <var>erroruselocal</var> werden ignoriert.\";'),('de','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('de','messages:apihelp-main-paramvalue-errorformat-none','s:42:\"de:Keine Textausgabe, nur die Fehlercodes.\";'),('de','messages:apihelp-main-paramvalue-errorformat-plaintext','s:62:\"de:Wikitext mit entfernten HTML-Tags und ersetzten Entitäten.\";'),('de','messages:apihelp-main-paramvalue-errorformat-raw','s:39:\"de:Nachrichtenschlüssel und Parameter.\";'),('de','messages:apihelp-main-paramvalue-errorformat-wikitext','s:24:\"de:Ungeparster Wikitext.\";'),('de','messages:apihelp-main-summary','s:3:\"en:\";'),('de','messages:apihelp-managetags-example-activate','s:139:\"de:Aktiviert eine Markierung namens <kbd>spam</kbd> mit der Begründung <kbd>For use in edit patrolling</kbd> (für die Eingangskontrolle).\";'),('de','messages:apihelp-managetags-example-create','s:138:\"de:Erstellt eine Markierung namens <kbd>spam</kbd> mit der Begründung <kbd>For use in edit patrolling</kbd> (für die Eingangskontrolle).\";'),('de','messages:apihelp-managetags-example-deactivate','s:127:\"de:Deaktiviert eine Markierung namens <kbd>spam</kbd> mit der Begründung <kbd>No longer required</kbd> (nicht mehr benötigt).\";'),('de','messages:apihelp-managetags-example-delete','s:87:\"de:Löscht die <kbd>vandlaism</kbd>-Markierung mit der Begründung <kbd>Misspelt</kbd>.\";'),('de','messages:apihelp-managetags-param-ignorewarnings','s:46:\"de:Warnungen während des Vorgangs ignorieren.\";'),('de','messages:apihelp-managetags-param-operation','s:43:\"de:Welcher Vorgang soll ausgeführt werden:\";'),('de','messages:apihelp-managetags-param-reason','s:99:\"de:optionale Begründung für das Erstellen, Löschen, Aktivieren oder Deaktivieren der Markierung.\";'),('de','messages:apihelp-managetags-param-tag','s:372:\"de:Schlagwort zum Erstellen, Löschen, Aktivieren oder Deaktivieren. Zum Erstellen darf das Schlagwort noch nicht vorhanden sein. Zur Löschung muss das Schlagwort vorhanden sein. Zur Aktivierung muss das Schlagwort vorhanden sein, darf aber nicht von einer Erweiterung in Gebrauch sein. Zur Deaktivierung muss das Schlagwort gegenwärtig aktiv und manuell definiert sein.\";'),('de','messages:apihelp-managetags-param-tags','s:90:\"de:Auf den Eintrag im Markierungs-Verwaltungs-Logbuch anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-managetags-paramvalue-operation-activate','s:90:\"de:Ein Änderungsschlagwort aktivieren und damit Benutzern erlauben es manuell anzuwenden.\";'),('de','messages:apihelp-managetags-paramvalue-operation-create','s:67:\"de:Ein neues Änderungsschlagwort zum manuellen Gebrauch erstellen.\";'),('de','messages:apihelp-managetags-paramvalue-operation-deactivate','s:102:\"de:Ein Änderungsschlagwort deaktivieren und damit die manuelle Verwendung durch Benutzer unterbinden.\";'),('de','messages:apihelp-managetags-paramvalue-operation-delete','s:213:\"de:Ein Änderungsschlagwort aus der Datenbank entfernen. Einschließlich dem Entfernen des Schlagworts von allen Überarbeitungen, kürzlichen Änderungseinträgen und Logbuch-Einträgen, in denen es genutzt wird.\";'),('de','messages:apihelp-managetags-summary','s:61:\"de:Ermöglicht Verwaltungsaufgaben zu Änderungsmarkierungen.\";'),('de','messages:apihelp-mergehistory-example-merge','s:99:\"de:Fügt alle Versionen von <kbd>Oldpage</kbd> der Versionsgeschichte von <kbd>Newpage</kbd> hinzu.\";'),('de','messages:apihelp-mergehistory-example-merge-timestamp','s:121:\"de:Führe die Seitenrevisionen von <kbd>Oldpage</kbd> bis <kbd>2015-12-31T04:37:41Z</kbd> in <kbd>Newpage</kbd> zusammen.\";'),('de','messages:apihelp-mergehistory-param-from','s:128:\"de:Titel der Seite, von der aus der Verlauf zusammengeführt wird. Kann nicht zusammen mit <var>$1fromid</var> verwendet werden.\";'),('de','messages:apihelp-mergehistory-param-fromid','s:141:\"de:Seiten-ID der Seite, von der aus die Versionsgeschichte zusammengeführt wird. Kann nicht zusammen mit <var>$1from</var> verwendet werden.\";'),('de','messages:apihelp-mergehistory-param-reason','s:58:\"de:Grund für die Zusammenführung der Versionsgeschichten\";'),('de','messages:apihelp-mergehistory-param-timestamp','s:231:\"de:Zeitstempel, bis zu dem Revisionen aus der Historie der Quellseite in die Historie der Zielseite verschoben werden sollen. Wenn du nichts angibst, wird der gesamte Seitenverlauf der Quellseite mit der Zielseite zusammengeführt.\";'),('de','messages:apihelp-mergehistory-param-to','s:124:\"de:Titel der Seite, zu der die Geschichte zusammengeführt wird. Kann nicht zusammen mit <var>$1toid</var> verwendet werden.\";'),('de','messages:apihelp-mergehistory-param-toid','s:141:\"de:Seiten-ID der Seite, zu der die Versionsgeschichte zusammengeführt werden soll. Kann nicht zusammen mit <var>$1to</var> verwendet werden.\";'),('de','messages:apihelp-mergehistory-summary','s:50:\"de:Führt Versionsgeschichten von Seiten zusammen.\";'),('de','messages:apihelp-mobileview-description','s:66:\"de:Gibt Daten zurück, die für mobile Ansichten benötigt werden.\";'),('de','messages:apihelp-mobileview-example-1','s:59:\"de:Ruft Informationen zum Abschnitt 0 von [[Doom metal]] ab\";'),('de','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('de','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('de','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('de','messages:apihelp-mobileview-param-noheadings','s:53:\"de:Schließt keine Überschriften in der Ausgabe ein.\";'),('de','messages:apihelp-mobileview-param-noimages','s:33:\"de:HTML ohne Bilder zurückgeben.\";'),('de','messages:apihelp-mobileview-param-notransform','s:58:\"de:Wandelt HTML nicht in eine mobilspezifische Version um.\";'),('de','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('de','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('de','messages:apihelp-mobileview-param-page','s:37:\"de:Titel der zu verarbeitenden Seite.\";'),('de','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('de','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('de','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('de','messages:apihelp-mobileview-param-redirect','s:42:\"de:Ob Weiterleitungen gefolgt werden soll.\";'),('de','messages:apihelp-mobileview-param-sectionprop','s:65:\"de:Welche Informationen über Abschnitte abgerufen werden sollen.\";'),('de','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('de','messages:apihelp-mobileview-param-thumbheight','s:31:\"de:Maximale Vorschaubild-Höhe.\";'),('de','messages:apihelp-mobileview-param-thumbsize','s:43:\"de:Maximale Abmessungen des Vorschaubildes.\";'),('de','messages:apihelp-mobileview-param-thumbwidth','s:32:\"de:Maximale Vorschaubild-Breite.\";'),('de','messages:apihelp-mobileview-param-variant','s:46:\"de:Konvertiert Inhalt in seine Sprachvariante.\";'),('de','messages:apihelp-move-example-move','s:99:\"de:<kbd>Badtitle</kbd> nach <kbd>Goodtitle</kbd> verschieben, ohne eine Weiterleitung zu erstellen.\";'),('de','messages:apihelp-move-param-from','s:99:\"de:Titel der zu verschiebenden Seite. Kann nicht zusammen mit <var>$1fromid</var> verwendet werden.\";'),('de','messages:apihelp-move-param-fromid','s:105:\"de:Seitenkennung der zu verschiebenden Seite. Kann nicht zusammen mit <var>$1from</var> verwendet werden.\";'),('de','messages:apihelp-move-param-ignorewarnings','s:29:\"de:Alle Warnungen ignorieren.\";'),('de','messages:apihelp-move-param-movesubpages','s:43:\"de:Unterseiten verschieben, falls möglich.\";'),('de','messages:apihelp-move-param-movetalk','s:52:\"de:Verschiebt die Diskussionsseite, falls vorhanden.\";'),('de','messages:apihelp-move-param-noredirect','s:33:\"de:Keine Weiterleitung erstellen.\";'),('de','messages:apihelp-move-param-reason','s:30:\"de:Grund für die Umbenennung.\";'),('de','messages:apihelp-move-param-tags','s:114:\"de:Auf den Eintrag im Verschiebungs-Logbuch und die Nullversion der Zielseite anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-move-param-to','s:49:\"de:Titel, zu dem die Seite umbenannt werden soll.\";'),('de','messages:apihelp-move-param-unwatch','s:83:\"de:Die Seite und die entstandene Weiterleitung von der Beobachtungsliste entfernen.\";'),('de','messages:apihelp-move-param-watch','s:81:\"de:Die Seite und die entstandene Weiterleitung zur Beobachtungsliste hinzufügen.\";'),('de','messages:apihelp-move-param-watchlist','s:194:\"de:Die Seite in jedem Fall zur Beobachtungsliste hinzufügen oder davon entfernen, die Benutzereinstellugen (für Bot-Benutzer ignoriert) dafür nutzen oder den Beobachtungsstatus nicht ändern.\";'),('de','messages:apihelp-move-param-watchlistexpiry','s:120:\"de:Zeitstempel des Ablaufs der Watchlist. Lass diesen Parameter ganz weg, damit der aktuelle Ablauf unverändert bleibt.\";'),('de','messages:apihelp-move-summary','s:26:\"de:Eine Seite verschieben.\";'),('de','messages:apihelp-no-such-module','s:33:\"de:Modul „$1“ nicht gefunden.\";'),('de','messages:apihelp-none-summary','s:19:\"de:Nichts ausgeben.\";'),('de','messages:apihelp-opensearch-example-te','s:49:\"de:Seiten finden, die mit <kbd>Te</kbd> beginnen.\";'),('de','messages:apihelp-opensearch-param-format','s:26:\"de:Das Format der Ausgabe.\";'),('de','messages:apihelp-opensearch-param-limit','s:48:\"de:Maximale Anzahl zurückzugebender Ergebnisse.\";'),('de','messages:apihelp-opensearch-param-namespace','s:122:\"de:Zu durchsuchende Namensräume. Wird ignoriert, falls <var>$1search</var> mit einem gültigen Namensraumpräfix beginnt.\";'),('de','messages:apihelp-opensearch-param-redirects','s:50:\"de:Wie mit Weiterleitungen umgegangen werden soll:\";'),('de','messages:apihelp-opensearch-param-redirects-append','s:124:\"de:Aus Kompatibilitätsgründen ist für $1format=json die Vorgabe „return“ und „resolve“ für alle anderen Formate.\";'),('de','messages:apihelp-opensearch-param-search','s:21:\"de:Such-Zeichenfolge.\";'),('de','messages:apihelp-opensearch-param-suggest','s:26:\"de:Nicht länger verwendet\";'),('de','messages:apihelp-opensearch-param-warningsaserror','s:112:\"de:Wenn Warnungen mit <kbd>format=json</kbd> auftreten, gib einen API-Fehler zurück, anstatt ihn zu ignorieren.\";'),('de','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:80:\"de:Gibt die Zielseite zurück. Kann weniger als $1limit Ergebnisse zurückgeben.\";'),('de','messages:apihelp-opensearch-paramvalue-redirects-return','s:41:\"de:Gibt die Weiterleitung selbst zurück.\";'),('de','messages:apihelp-opensearch-summary','s:59:\"de:Das Wiki mithilfe des OpenSearch-Protokolls durchsuchen.\";'),('de','messages:apihelp-options-example-change','s:70:\"de:Ändert die Einstellungen <kbd>skin</kbd> und <kbd>hideminor</kbd>.\";'),('de','messages:apihelp-options-example-complex','s:92:\"de:Setzt alle Einstellungen zurück, dann <kbd>skin</kbd> und <kbd>nickname</kbd> festlegen.\";'),('de','messages:apihelp-options-example-reset','s:35:\"de:Alle Einstellungen zurücksetzen\";'),('de','messages:apihelp-options-extended-description','s:239:\"de:Es können nur Optionen festgelegt werden, die im Kern oder in einer der installierten Erweiterungen registriert sind, oder Optionen mit Schlüsseln mit dem Präfix <code>userjs-</code> (zur Verwendung durch Benutzerskripte vorgesehen).\";'),('de','messages:apihelp-options-param-change','s:420:\"de:Liste von Änderungen, die mit name=wert formatiert sind (z.&nbsp;B. skin=vector). Falls kein Wert angegeben wurde (ohne Gleichheitszeichen), z.&nbsp;B. Optionname|AndereOption|…, wird die Option auf ihren Standardwert zurückgesetzt. Falls ein übergebener Wert ein Trennzeichen enthält (<kbd>|</kbd>), verwende den [[Special:ApiHelp/main#main/datatypes|alternativen Mehrfachwerttrenner]] zur korrekten Bedienung.\";'),('de','messages:apihelp-options-param-optionname','s:91:\"de:Der Name der Option, die auf den Wert von <var>$1optionvalue gesetzt werden soll</var> .\";'),('de','messages:apihelp-options-param-optionvalue','s:77:\"de:Der Wert für die Option, die durch <var>$1optionname</var> angegeben ist.\";'),('de','messages:apihelp-options-param-reset','s:56:\"de:Setzt die Einstellungen auf Websitestandards zurück.\";'),('de','messages:apihelp-options-param-resetkinds','s:97:\"de:Liste von zurückzusetzenden Optionstypen, wenn die <var>$1reset</var>-Option ausgewählt ist.\";'),('de','messages:apihelp-options-summary','s:61:\"de:Die Voreinstellungen des gegenwärtigen Benutzers ändern.\";'),('de','messages:apihelp-paraminfo-example-1','s:274:\"de:Zeige Info für <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, und <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('de','messages:apihelp-paraminfo-example-2','s:99:\"de:Zeigt Informationen für alle Untermodule von <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('de','messages:apihelp-paraminfo-param-formatmodules','s:114:\"de:Liste von Formatmodulnamen (Wert des Parameters <var>format</var>). Stattdessen <var>$1modules</var> verwenden.\";'),('de','messages:apihelp-paraminfo-param-helpformat','s:34:\"de:Format der Hilfe-Zeichenfolgen.\";'),('de','messages:apihelp-paraminfo-param-mainmodule','s:112:\"de:Auch Informationen über die Hauptmodule (top-level) erhalten. Benutze <kbd>$1modules=main</kbd> stattdessen.\";'),('de','messages:apihelp-paraminfo-param-modules','s:248:\"de:Liste von Modulnamen (Werte der Parameter <var>action</var> und <var>format</var> oder <kbd>main</kbd>). Kann Untermodule mit einem <kbd>+</kbd> oder alle Untermodule mit <kbd>+*</kbd> oder alle Untermodule rekursiv mit <kbd>+**</kbd> bestimmen.\";'),('de','messages:apihelp-paraminfo-param-pagesetmodule','s:100:\"de:Abrufen von Informationen über das pageset-Modul (Bereitstellung von titles= und friends) sowie.\";'),('de','messages:apihelp-paraminfo-param-querymodules','s:187:\"de:Liste von Abfragemodulnamen (Werte von <var>prop</var>-, <var>meta</var>- oder <var>list</var>-Parameter). Benutze <kbd>$1modules=query+foo</kbd> anstatt <kbd>$1querymodules=foo</kbd>.\";'),('de','messages:apihelp-paraminfo-summary','s:42:\"de:Ruft Informationen über API-Module ab.\";'),('de','messages:apihelp-parse-example-page','s:21:\"de:Eine Seite parsen.\";'),('de','messages:apihelp-parse-example-summary','s:30:\"de:Parst eine Zusammenfassung.\";'),('de','messages:apihelp-parse-example-text','s:19:\"de:Wikitext parsen.\";'),('de','messages:apihelp-parse-example-texttitle','s:57:\"de:Parst den Wikitext über die Eingabe des Seitentitels.\";'),('de','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('de','messages:apihelp-parse-param-contentformat','s:117:\"de:Serialisierungsformat des Inhalts, das für den Eingabetext verwendet wird. Nur gültig bei Verwendung mit $1text.\";'),('de','messages:apihelp-parse-param-contentmodel','s:190:\"de:Inhaltsmodell des eingegebenen Textes. Fall ausgelassen, muss $1title angegeben werden und Standardwert wird das Modell des angegebenen Titels. Ist nur gültig im Zusammenhang mit $1text.\";'),('de','messages:apihelp-parse-param-disableeditsection','s:63:\"de:Lässt Abschnittsbearbeitungslinks in der Parserausgabe weg.\";'),('de','messages:apihelp-parse-param-disablelimitreport','s:84:\"de:Weglassen des Grenzwertberichts („NewPP limit report“) in der Parser-Ausgabe.\";'),('de','messages:apihelp-parse-param-disablepp','s:55:\"de:Benutze <var>$1disablelimitreport</var> stattdessen.\";'),('de','messages:apihelp-parse-param-disablestylededuplication','s:64:\"de:Inline-Stylesheets in der Parser-Ausgabe nicht deduplizieren.\";'),('de','messages:apihelp-parse-param-disabletoc','s:47:\"de:Inhaltsverzeichnis in der Ausgabe weglassen.\";'),('de','messages:apihelp-parse-param-effectivelanglinks','s:118:\"de:Enthält Sprachlinks, die von Erweiterungen bereitgestellt werden (zur Verwendung mit <kbd>$1prop=langlinks</kbd>).\";'),('de','messages:apihelp-parse-param-generatexml','s:117:\"de:Erzeugt einen XML-Parse-Baum (erfordert Inhaltsmodell <code>$1</code>; ersetzt durch <kbd>$2prop=parsetree</kbd>).\";'),('de','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('de','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('de','messages:apihelp-parse-param-noimages','s:46:\"de:Bilder in der mobilen Ansicht deaktivieren.\";'),('de','messages:apihelp-parse-param-oldid','s:92:\"de:Parst den Inhalt dieser Version. Überschreibt <var>$1page</var> und <var>$1pageid</var>.\";'),('de','messages:apihelp-parse-param-onlypst','s:206:\"de:Führt eine Pre-Save-Transformation (PST) an der Eingabe durch, parst sie aber nicht. Gibt denselben Wikitext zurück, nachdem eine PST angewendet wurde. Nur gültig bei Verwendung mit <var>$1text</var>.\";'),('de','messages:apihelp-parse-param-page','s:116:\"de:Parst den Inhalt dieser Seite. Kann nicht zusammen mit <var>$1text</var> und <var>$1title</var> verwendet werden.\";'),('de','messages:apihelp-parse-param-pageid','s:66:\"de:Parst den Inhalt dieser Seite. Überschreibt <var>$1page</var>.\";'),('de','messages:apihelp-parse-param-preview','s:27:\"de:Im Vorschaumodus parsen.\";'),('de','messages:apihelp-parse-param-prop','s:46:\"de:Welche Informationen bezogen werden sollen:\";'),('de','messages:apihelp-parse-param-pst','s:118:\"de:Führt eine Vorabtransformation der Eingabe durch, bevor sie geparst wird. Nur gültig bei der Verwendung mit Text.\";'),('de','messages:apihelp-parse-param-redirects','s:107:\"de:Falls <var>$1page</var> oder <var>$1pageid</var> als eine Weiterleitung festgelegt ist, diese auflösen.\";'),('de','messages:apihelp-parse-param-revid','s:94:\"de:Versionskennung, für <code><nowiki>{{REVISIONID}}</nowiki></code> und ähnliche Variablen.\";'),('de','messages:apihelp-parse-param-section','s:259:\"de:Parst nur den Inhalt des Abschnitts mit diesem Bezeichner.\n\nFalls <kbd>new</kbd>, parst <var>$1text</var> und <var>$1sectiontitle</var>, als ob ein neuer Abschnitt der Seite hinzugefügt wird.\n\n<kbd>new</kbd> ist nur erlaubt mit der Angabe <var>text</var>.\";'),('de','messages:apihelp-parse-param-sectionpreview','s:78:\"de:Im Abschnitt Vorschau-Modus parsen (aktiviert ebenfalls den Vorschau-Modus)\";'),('de','messages:apihelp-parse-param-sectiontitle','s:220:\"de:Überschrift des neuen Abschnittes, wenn <var>section</var> = <kbd>new</kbd> ist.\n\nAnders als beim Bearbeiten der Seite wird der Parameter nicht durch die <var>summary</var> ersetzt, wenn er weggelassen oder leer ist.\";'),('de','messages:apihelp-parse-param-showstrategykeys','s:104:\"de:Soll die Information über die interne Zusammenführungsstrategie in jsconfigvars aufgenommen werden?\";'),('de','messages:apihelp-parse-param-summary','s:31:\"de:Zu parsende Zusammenfassung.\";'),('de','messages:apihelp-parse-param-text','s:115:\"de:Zu parsender Text. <var>$1title</var> oder <var>$1contentmodel</var> verwenden, um das Inhaltsmodell zu steuern.\";'),('de','messages:apihelp-parse-param-title','s:149:\"de:Titel der Seite, zu der der Text gehört. Falls ausgelassen, muss <var>$1contentmodel</var> angegeben werden und [[API]] wird als Titel verwendet.\";'),('de','messages:apihelp-parse-param-useskin','s:257:\"de:Wendet die ausgewählte Benutzeroberfläche auf die Parserausgabe an. Kann Auswirkungen auf die folgenden Eigenschaften haben: <kbd>text</kbd>, kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('de','messages:apihelp-parse-param-wrapoutputclass','s:76:\"de:Zu verwendende CSS-Klasse, in der die Parserausgabe verpackt werden soll.\";'),('de','messages:apihelp-parse-paramvalue-prop-categories','s:53:\"de:Gibt die Kategorien im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:48:\"de:Gibt die HTML-Version der Kategorien zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-displaytitle','s:47:\"de:Ergänzt den Titel des geparsten Wikitextes.\";'),('de','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:97:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite als JSON-Zeichenfolge aus.\";'),('de','messages:apihelp-parse-paramvalue-prop-externallinks','s:57:\"de:Gibt die externen Links im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-headhtml','s:152:\"de:Gibt geparsten doctype, offenes <code>&lt;html&gt;</code>, das Element <code>&lt;head&gt;</code> und offenes <code>&lt;body&gt;</code> der Seite aus.\";'),('de','messages:apihelp-parse-paramvalue-prop-headitems','s:93:\"de:Gibt Elemente an, die in den <code>&lt;head&gt;</code> der Seite eingefügt werden sollen.\";'),('de','messages:apihelp-parse-paramvalue-prop-images','s:49:\"de:Gibt die Bilder im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-indicators','s:89:\"de:Gibt das HTML der Seitenstatusindikatoren zurück, die auf der Seite verwendet werden.\";'),('de','messages:apihelp-parse-paramvalue-prop-iwlinks','s:57:\"de:Gibt Interwiki-Links des geparsten Wikitextes zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:128:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite aus. Zur Anwendung verwende <code>mw.config.set()</code>.\";'),('de','messages:apihelp-parse-paramvalue-prop-langlinks','s:54:\"de:Gibt die Sprachlinks im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:136:\"de:Gibt die Grenzwertmeldung in einer strukturierten Form aus. Liefert keine Daten, wenn <var>$1disablelimitreport</var> festgelegt ist.\";'),('de','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:124:\"de:Gibt die HTML-Version der Grenzwertmeldung aus. Liefert keine Daten, wenn <var>$1disablelimitreport</var> festgelegt ist.\";'),('de','messages:apihelp-parse-paramvalue-prop-links','s:57:\"de:Gibt die internen Links im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-modules','s:254:\"de:Gibt die ResourceLoader-Module an, die auf der Seite verwendet werden. Um zu laden, verwende <code>mw.loader.using()</code>. Entweder <kbd>jsconfigvars</kbd> oder <kbd>encodedjsconfigvars</kbd> müssen zusammen mit <kbd>modules</kbd> angefragt werden.\";'),('de','messages:apihelp-parse-paramvalue-prop-parsetree','s:84:\"de:Der XML-Parse-Baum des Revisionsinhalts (erfordert Inhaltsmodell <code>$1</code>)\";'),('de','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:87:\"de:Gibt die Warnungen aus, die beim Parsen des Inhalts aufgetreten sind (als Wikitext).\";'),('de','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:83:\"de:Gibt die Warnungen aus, die beim Parsen des Inhalts aufgetreten sind (als HTML).\";'),('de','messages:apihelp-parse-paramvalue-prop-properties','s:85:\"de:Gibt verschiedene Eigenschaften zurück, die im geparsten Wikitext definiert sind.\";'),('de','messages:apihelp-parse-paramvalue-prop-revid','s:52:\"de:Ergänzt die Versionskennung der geparsten Seite.\";'),('de','messages:apihelp-parse-paramvalue-prop-sections','s:53:\"de:Gibt die Abschnitte im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-subtitle','s:61:\"de:Fügt den Seiten-Untertitel für die geparste Seite hinzu.\";'),('de','messages:apihelp-parse-paramvalue-prop-templates','s:51:\"de:Gibt die Vorlagen im geparsten Wikitext zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-text','s:50:\"de:Gibt den geparsten Text des Wikitextes zurück.\";'),('de','messages:apihelp-parse-paramvalue-prop-wikitext','s:59:\"de:Gibt den originalen Wikitext zurück, der geparst wurde.\";'),('de','messages:apihelp-parse-summary','s:55:\"de:Parst den Inhalt und gibt die Parserausgabe zurück.\";'),('de','messages:apihelp-patrol-example-rcid','s:52:\"de:Kontrolliert eine kürzlich getätigte Änderung.\";'),('de','messages:apihelp-patrol-example-revid','s:28:\"de:Kontrolliert eine Version\";'),('de','messages:apihelp-patrol-param-rcid','s:60:\"de:Letzte-Änderungen-Kennung, die kontrolliert werden soll.\";'),('de','messages:apihelp-patrol-param-revid','s:49:\"de:Versionskennung, die kontrolliert werden soll.\";'),('de','messages:apihelp-patrol-param-tags','s:72:\"de:Auf den Kontroll-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-patrol-summary','s:40:\"de:Kontrolliert eine Seite oder Version.\";'),('de','messages:apihelp-php-param-formatversion','s:22:\"de:Ausgabeformatierung\";'),('de','messages:apihelp-php-paramvalue-formatversion-1','s:111:\"de:Abwärtskompatibles Format (Boolesche Werte im XML-Stil, <samp>*</samp>-Schlüssel für Inhaltsknoten usw.).\";'),('de','messages:apihelp-php-paramvalue-formatversion-2','s:19:\"de:Modernes Format.\";'),('de','messages:apihelp-php-paramvalue-formatversion-latest','s:93:\"de:Verwenden des neuesten Formats (derzeit <kbd>2</kbd> ), kann sich ohne Vorwarnung ändern.\";'),('de','messages:apihelp-php-summary','s:47:\"de:Daten im serialisierten PHP-Format ausgeben.\";'),('de','messages:apihelp-phpfm-summary','s:72:\"de:Daten im serialisierten PHP-Format ausgeben (schöngedruckt in HTML).\";'),('de','messages:apihelp-protect-example-protect','s:22:\"de:Schützt eine Seite\";'),('de','messages:apihelp-protect-example-unprotect','s:150:\"de:Entsperrt eine Seite, indem die Einschränkungen durch den Schutz auf <kbd>all</kbd> gestellt werden (z.&nbsp;B. darf jeder die Aktion ausführen).\";'),('de','messages:apihelp-protect-example-unprotect2','s:72:\"de:Eine Seite entsperren, indem keine Einschränkungen übergeben werden\";'),('de','messages:apihelp-protect-param-cascade','s:192:\"de:Aktiviert den Kaskadenschutz (d.&nbsp;h. in dieser Seite eingebundene Vorlagen und Bilder werden geschützt). Wird ignoriert, falls keine der angegebenen Schutzebenen Kaskaden unterstützt.\";'),('de','messages:apihelp-protect-param-expiry','s:281:\"de:Zeitstempel des Schutzablaufs. Wenn nur ein Zeitstempel übergeben wird, ist dieser für alle Seitenschutze gültig. Um eine unendliche Schutzdauer festzulegen, kannst du die Werte <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> oder <kbd>never</kbd> übergeben.\";'),('de','messages:apihelp-protect-param-pageid','s:109:\"de:Seitenkennung der Seite, die du (ent-)sperren möchtest. Kann nicht zusammen mit $1title verwendet werden.\";'),('de','messages:apihelp-protect-param-protections','s:306:\"de:Listet die Schutzebenen nach dem Format <kbd>Aktion=Ebene</kbd> (z.&nbsp;B. <kbd>edit=sysop</kbd>) auf. Die Ebene <kbd>all</kbd> bedeutet, dass jeder die Aktion ausführen darf, z.&nbsp;B. keine Beschränkung.\n\n<strong>HINWEIS:</strong> Wenn eine Aktion nicht angegeben wird, wird deren Schutz entfernt.\";'),('de','messages:apihelp-protect-param-reason','s:53:\"de:Grund für den Seitenschutz oder dessen Aufhebung.\";'),('de','messages:apihelp-protect-param-tags','s:76:\"de:Auf den Seitenschutz-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-protect-param-title','s:102:\"de:Titel der Seite, die du (ent-)sperren möchtest. Kann nicht zusammen mit $1pageid verwendet werden.\";'),('de','messages:apihelp-protect-param-watch','s:123:\"de:Wenn vorhanden, fügt dieser Parameter die zu (ent-)sperrende Seite der Beobachtungsliste des aktuellen Benutzers hinzu.\";'),('de','messages:apihelp-protect-param-watchlist','s:201:\"de:Die Seite bedingungslos zur Beobachtungsliste des aktuellen Benutzers hinzufügen oder von ihr entfernen, Benutzereinstellugen (für Bot-Benutzer ignoriert) verwenden oder Beobachtung nicht ändern.\";'),('de','messages:apihelp-protect-param-watchlistexpiry','s:120:\"de:Zeitstempel des Ablaufs der Watchlist. Lass diesen Parameter ganz weg, damit der aktuelle Ablauf unverändert bleibt.\";'),('de','messages:apihelp-protect-summary','s:40:\"de:Ändert den Schutzstatus einer Seite.\";'),('de','messages:apihelp-purge-example-generator','s:51:\"de:Purgt die ersten 10 Seiten des Hauptnamensraums.\";'),('de','messages:apihelp-purge-example-simple','s:69:\"de:Purgt die [[{{MediaWiki:Mainpage}}]] und die <kbd>API</kbd>-Seite.\";'),('de','messages:apihelp-purge-param-forcelinkupdate','s:83:\"de:Aktualisiert die Linktabellen und führt sekundäre Datenaktualisierungen durch.\";'),('de','messages:apihelp-purge-param-forcerecursivelinkupdate','s:120:\"de:Identisch zu <kbd>forcelinkupdate</kbd> und aktualisiert alle Linktabellen der Seiten, die sie als Vorlage einbinden.\";'),('de','messages:apihelp-purge-summary','s:50:\"de:Setzt den Cache der angegebenen Seiten zurück.\";'),('de','messages:apihelp-query+allcategories-example-generator','s:107:\"de:Bezieht Informationen über die Kategorieseite selbst für Kategorien, die mit <kbd>List</kbd> beginnen.\";'),('de','messages:apihelp-query+allcategories-example-size','s:56:\"de:Listet Kategorien mit der Anzahl ihrer Einträge auf.\";'),('de','messages:apihelp-query+allcategories-param-dir','s:19:\"de:Sortierrichtung.\";'),('de','messages:apihelp-query+allcategories-param-from','s:51:\"de:Kategorie, bei der die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+allcategories-param-limit','s:53:\"de:Wie viele Kategorien zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+allcategories-param-max','s:89:\"de:Gibt nur Kategorien zurück, die höchstens die angegebene Anzahl an Einträgen haben.\";'),('de','messages:apihelp-query+allcategories-param-min','s:89:\"de:Gibt nur Kategorien zurück, die mindestens die angegebene Anzahl an Einträgen haben.\";'),('de','messages:apihelp-query+allcategories-param-prefix','s:69:\"de:Listet alle Kategorien auf, die mit dem angegebenen Wert beginnen.\";'),('de','messages:apihelp-query+allcategories-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+allcategories-param-to','s:48:\"de:Kategorie, bei der die Auflistung enden soll.\";'),('de','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"de:Markiert über <code>_&#95;HIDDENCAT_&#95;</code> versteckte Kategorien.\";'),('de','messages:apihelp-query+allcategories-paramvalue-prop-size','s:52:\"de:Ergänzt die Anzahl der Einträge in der Antwort.\";'),('de','messages:apihelp-query+allcategories-summary','s:30:\"de:Alle Kategorien aufzählen.\";'),('de','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:68:\"de:Liste die ersten 50 gelöschten Bearbeitungen im Hauptnamensraum.\";'),('de','messages:apihelp-query+alldeletedrevisions-example-user','s:90:\"de:Liste die letzten 50 gelöschten Beiträge, sortiert nach Benutzer <kbd>Beispiel</kbd>.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-end','s:54:\"de:Der Zeitstempel, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:57:\"de:Schließt Bearbeitungen des angegebenen Benutzers aus.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-from','s:53:\"de:Seitentitel, bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:80:\"de:Wenn als Generator verwendet, werden eher Titel als Bearbeitungs-IDs erzeugt.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-namespace','s:45:\"de:Nur Seiten in diesem Namensraum auflisten.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-prefix','s:70:\"de:Listet alle Seitentitel auf, die mit dem angegebenen Wert beginnen.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-start','s:57:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-tag','s:65:\"de:Listet nur Versionen auf, die die angegebene Markierung haben.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-to','s:50:\"de:Seitentitel, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+alldeletedrevisions-param-user','s:47:\"de:Nur Versionen von diesem Benutzer auflisten.\";'),('de','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:60:\"de:Kann nicht zusammen mit <var>$3user</var> benutzt werden.\";'),('de','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:51:\"de:Darf nur mit <var>$3user</var> verwendet werden.\";'),('de','messages:apihelp-query+alldeletedrevisions-summary','s:78:\"de:Bezieht alle gelöschten Versionen eines Benutzers oder eines Namensraumes.\";'),('de','messages:apihelp-query+allfileusages-example-b','s:116:\"de:Liste Dateititel, einschließlich fehlender, mit den Seiten-IDs, von denen sie stammen, beginne bei <kbd>B</kbd>.\";'),('de','messages:apihelp-query+allfileusages-example-generator','s:44:\"de:Seiten abrufen, die die Dateien enthalten\";'),('de','messages:apihelp-query+allfileusages-example-unique','s:36:\"de:Einheitliche Dateititel auflisten\";'),('de','messages:apihelp-query+allfileusages-example-unique-generator','s:54:\"de:Ruft alle Dateititel ab und markiert die fehlenden.\";'),('de','messages:apihelp-query+allfileusages-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('de','messages:apihelp-query+allfileusages-param-from','s:58:\"de:Titel der Datei, bei der die Aufzählung beginnen soll.\";'),('de','messages:apihelp-query+allfileusages-param-limit','s:56:\"de:Wie viele Gesamtobjekte zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+allfileusages-param-prefix','s:62:\"de:Sucht nach allen Dateititeln, die mit diesem Wert beginnen.\";'),('de','messages:apihelp-query+allfileusages-param-prop','s:35:\"de:Informationsteile zum Einbinden:\";'),('de','messages:apihelp-query+allfileusages-param-to','s:55:\"de:Titel der Datei, bei der die Aufzählung enden soll.\";'),('de','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('de','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:96:\"de:Fügt die Seiten-IDs der benutzenden Seiten hinzu (kann nicht mit $1unique verwendet werden).\";'),('de','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:32:\"de:Ergänzt den Titel der Datei.\";'),('de','messages:apihelp-query+allfileusages-summary','s:67:\"de:Liste alle Dateiverwendungen, einschließlich nicht-vorhandener.\";'),('de','messages:apihelp-query+allimages-example-b','s:81:\"de:Zeigt eine Liste der Dateien an, die mit dem Buchstaben <kbd>B</kbd> beginnen.\";'),('de','messages:apihelp-query+allimages-example-generator','s:81:\"de:Zeige Informationen über 4 Dateien beginnend mit dem Buchstaben <kbd>T</kbd>.\";'),('de','messages:apihelp-query+allimages-example-mimetypes','s:97:\"de:Zeige eine Liste von Dateien mit den MIME-Typen <kbd>image/png</kbd> oder <kbd>image/gif</kbd>\";'),('de','messages:apihelp-query+allimages-example-recent','s:89:\"de:Zeigt eine Liste von kürzlich hochgeladenen Dateien ähnlich zu [[Special:NewFiles]].\";'),('de','messages:apihelp-query+allimages-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('de','messages:apihelp-query+allimages-param-end','s:107:\"de:Der Zeitstempel, bei dem die Auflistung anhalten soll. Darf nur mit $1sort=Zeitstempel verwendet werden.\";'),('de','messages:apihelp-query+allimages-param-filterbots','s:172:\"de:Wie Dateien, die von Bots hochgeladen wurden, gefiltert werden sollen. Darf nur mit $1sort=Zeitstempel verwendet werden. Darf nicht zusammen mit $1user verwendet werden.\";'),('de','messages:apihelp-query+allimages-param-from','s:98:\"de:Der Bildtitel, bei dem die Auflistung beginnen soll. Darf nur mit $1sort=Name verwendet werden.\";'),('de','messages:apihelp-query+allimages-param-limit','s:55:\"de:Wie viele Gesamtbilder zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+allimages-param-maxsize','s:64:\"de:Beschränkt auf Bilder mit höchstens dieser Anzahl an Bytes.\";'),('de','messages:apihelp-query+allimages-param-mime','s:75:\"de:Nach welchem MIME-Typ gesucht werden soll, z. B. <kbd>image/jpeg</kbd>.\";'),('de','messages:apihelp-query+allimages-param-minsize','s:64:\"de:Beschränkt auf Bilder mit mindestens dieser Anzahl an Bytes.\";'),('de','messages:apihelp-query+allimages-param-prefix','s:101:\"de:Suche nach allen Bildern, die mit diesem Wert beginnen. Darf nur mit $1sort=Name verwendet werden.\";'),('de','messages:apihelp-query+allimages-param-sha1','s:52:\"de:SHA1-Hash des Bildes. Überschreibt $1sha1base36.\";'),('de','messages:apihelp-query+allimages-param-sha1base36','s:59:\"de:SHA1-Hash des Bildes (Basis 36; verwendet in MediaWiki).\";'),('de','messages:apihelp-query+allimages-param-sort','s:46:\"de:Eigenschaft, nach der sortiert werden soll.\";'),('de','messages:apihelp-query+allimages-param-start','s:107:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll. Darf nur mit $1sort=Zeitstempel verwendet werden.\";'),('de','messages:apihelp-query+allimages-param-to','s:98:\"de:Der Bildtitel, bei dem die Auflistung anhalten soll. Darf nur mit $1sort=Name verwendet werden.\";'),('de','messages:apihelp-query+allimages-param-user','s:201:\"de:Gibt nur Dateien zurück, bei denen die letzte Version von diesem Benutzer hochgeladen wurde. Darf nur mit $1sort=Zeitstempel verwendet werden. Darf nicht zusammen mit $1filterbots verwendet werden.\";'),('de','messages:apihelp-query+allimages-summary','s:38:\"de:Alle Bilder nacheinander auflisten.\";'),('de','messages:apihelp-query+alllinks-example-b','s:123:\"de:Liste verknüpfte Titel, einschließlich fehlender, mit den Seiten-IDs, von denen sie stammen, beginne bei <kbd>B</kbd>.\";'),('de','messages:apihelp-query+alllinks-example-generator','s:56:\"de:Ruft Seiten ab, welche die Verknüpfungen beinhalten.\";'),('de','messages:apihelp-query+alllinks-example-unique','s:40:\"de:Einheitlich verlinkte Titel auflisten\";'),('de','messages:apihelp-query+alllinks-example-unique-generator','s:62:\"de:Ruft alle verknüpften Titel ab und markiert die fehlenden.\";'),('de','messages:apihelp-query+alllinks-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('de','messages:apihelp-query+alllinks-param-from','s:68:\"de:Der Titel der Verknüpfung, bei der die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+alllinks-param-limit','s:56:\"de:Wie viele Gesamtobjekte zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+alllinks-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('de','messages:apihelp-query+alllinks-param-prefix','s:70:\"de:Suche nach allen verknüpften Titeln, die mit diesem Wert beginnen.\";'),('de','messages:apihelp-query+alllinks-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('de','messages:apihelp-query+alllinks-param-to','s:65:\"de:Der Titel der Verknüpfung, bei der die Auflistung enden soll.\";'),('de','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('de','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:117:\"de:Fügt die Seiten-ID der verknüpfenden Seite hinzu (darf nicht zusammen mit <var>$1unique</var> verwendet werden).\";'),('de','messages:apihelp-query+alllinks-paramvalue-prop-title','s:42:\"de:Fügt den Titel der Verknüpfung hinzu.\";'),('de','messages:apihelp-query+alllinks-summary','s:80:\"de:Liste alle Verknüpfungen auf, die auf einen bestimmten Namensraum verweisen.\";'),('de','messages:apihelp-query+allmessages-example-de','s:75:\"de:Zeige Nachrichten <kbd>august</kbd> und <kbd>mainpage</kbd> auf Deutsch.\";'),('de','messages:apihelp-query+allmessages-example-ipb','s:55:\"de:Zeige Nachrichten, die mit <kbd>ipb-</kbd> beginnen.\";'),('de','messages:apihelp-query+allmessages-param-args','s:57:\"de:Argumente, die in der Nachricht ersetzt werden sollen.\";'),('de','messages:apihelp-query+allmessages-param-customised','s:59:\"de:Gib nur Nachrichten in diesem Anpassungszustand zurück.\";'),('de','messages:apihelp-query+allmessages-param-enableparser','s:151:\"de:Setzen, um den Parser zu aktivieren. Dies wird den Wikitext der Nachricht vorverarbeiten (magische Worte ersetzen, Vorlagen berücksichtigen, usw.).\";'),('de','messages:apihelp-query+allmessages-param-filter','s:76:\"de:Gib nur Nachrichten mit Namen, die diese Zeichenfolge enthalten, zurück.\";'),('de','messages:apihelp-query+allmessages-param-from','s:58:\"de:Gib Nachrichten beginnend mit dieser Nachricht zurück.\";'),('de','messages:apihelp-query+allmessages-param-includelocal','s:302:\"de:Schließt auch lokale Nachrichten ein, zum Beispiel Nachrichten, die nicht in der Software vorhanden sind, aber dafür im {{ns:MediaWiki}}-Namensraum.\nDies listet alle Seiten im {{ns:MediaWiki}}-Namensraum auf, auch solche, die nicht wirklich Nachrichten sind, wie [[MediaWiki:Common.js|Common.js]].\";'),('de','messages:apihelp-query+allmessages-param-lang','s:45:\"de:Gib Nachrichten in dieser Sprache zurück.\";'),('de','messages:apihelp-query+allmessages-param-messages','s:97:\"de:Welche Nachrichten ausgegeben werden sollen. <kbd>*</kbd> (Vorgabe) bedeutet alle Nachrichten.\";'),('de','messages:apihelp-query+allmessages-param-nocontent','s:72:\"de:Wenn gesetzt, füge nicht den Inhalt der Nachricht der Ausgabe hinzu.\";'),('de','messages:apihelp-query+allmessages-param-prefix','s:46:\"de:Gib Nachrichten mit diesem Präfix zurück.\";'),('de','messages:apihelp-query+allmessages-param-prop','s:34:\"de:Zurückzugebende Eigenschaften.\";'),('de','messages:apihelp-query+allmessages-param-title','s:120:\"de:Seitenname, der als Kontext verwendet werden soll, wenn eine Nachricht geparst wird (für die $1enableparser-Option).\";'),('de','messages:apihelp-query+allmessages-param-to','s:55:\"de:Gib Nachrichten bei dieser Nachricht endend zurück.\";'),('de','messages:apihelp-query+allmessages-summary','s:47:\"de:Gibt Nachrichten von dieser Website zurück.\";'),('de','messages:apihelp-query+allpages-example-b','s:79:\"de:Bezieht eine Liste von Seiten, die mit dem Buchstaben <kbd>B</kbd> beginnen.\";'),('de','messages:apihelp-query+allpages-example-generator','s:87:\"de:Gibt Informationen über vier Seiten mit dem Anfangsbuchstaben <kbd>T</kbd> zurück.\";'),('de','messages:apihelp-query+allpages-example-generator-revisions','s:115:\"de:Übermittelt den Inhalt der ersten beiden Seiten, die mit <kbd>Re</kbd> beginnen und keine Weiterleitungen sind.\";'),('de','messages:apihelp-query+allpages-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('de','messages:apihelp-query+allpages-param-filterlanglinks','s:139:\"de:Nur Seiten auflisten, die Sprachlinks haben. Beachte, dass von Erweiterungen gesetzte Sprachlinks möglicherweise nicht beachtet werden.\";'),('de','messages:apihelp-query+allpages-param-filterredir','s:43:\"de:Welche Seiten aufgelistet werden sollen.\";'),('de','messages:apihelp-query+allpages-param-from','s:53:\"de:Seitentitel, bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+allpages-param-limit','s:42:\"de:Gesamtanzahl der aufzulistenden Seiten.\";'),('de','messages:apihelp-query+allpages-param-maxsize','s:68:\"de:Nur Seiten auflisten, die höchstens diese Größe in Byte haben.\";'),('de','messages:apihelp-query+allpages-param-minsize','s:68:\"de:Nur Seiten auflisten, die mindestens diese Größe in Byte haben.\";'),('de','messages:apihelp-query+allpages-param-namespace','s:35:\"de:Der zu untersuchende Namensraum.\";'),('de','messages:apihelp-query+allpages-param-prefix','s:58:\"de:Nach Seitentiteln suchen, die mit diesem Wert beginnen.\";'),('de','messages:apihelp-query+allpages-param-prexpiry','s:80:\"de:Ablaufzeit des Seitenschutzes, nach dem die Auflistung gefiltert werden soll:\";'),('de','messages:apihelp-query+allpages-param-prfiltercascade','s:93:\"de:Seitenschutze nach Kaskadierung filtern (wird ignoriert, wenn $1prtype nicht gesetzt ist).\";'),('de','messages:apihelp-query+allpages-param-prlevel','s:98:\"de:Seitenschutze nach Schutzstufe filtern (muss zusammen mit $1prtype=parameter angegeben werden).\";'),('de','messages:apihelp-query+allpages-param-prtype','s:36:\"de:Nur geschützte Seiten auflisten.\";'),('de','messages:apihelp-query+allpages-param-to','s:50:\"de:Seitentitel, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:65:\"de:Geschützte Seiten unabhängig von der Schutzlänge auflisten.\";'),('de','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:67:\"de:Nur für einen bestimmten Zeitraum geschützte Seiten auflisten.\";'),('de','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:50:\"de:Nur unbeschränkt geschützte Seiten auflisten.\";'),('de','messages:apihelp-query+allpages-summary','s:59:\"de:Listet alle Seiten in einem Namensraum nacheinander auf.\";'),('de','messages:apihelp-query+allredirects-example-b','s:111:\"de:Listet Zielseiten, auch fehlende, mit den Seitenkennungen der Weiterleitung auf, beginnend bei <kbd>B</kbd>.\";'),('de','messages:apihelp-query+allredirects-example-generator','s:52:\"de:Seiten abrufen, die die Weiterleitungen enthalten\";'),('de','messages:apihelp-query+allredirects-example-unique','s:37:\"de:Einzigartige Zielseiten auflisten.\";'),('de','messages:apihelp-query+allredirects-example-unique-generator','s:54:\"de:Bezieht alle Zielseiten und markiert die Fehlenden.\";'),('de','messages:apihelp-query+allredirects-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('de','messages:apihelp-query+allredirects-param-from','s:65:\"de:Titel der Weiterleitung, bei der die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+allredirects-param-limit','s:45:\"de:Gesamtanzahl der aufzulistenden Einträge.\";'),('de','messages:apihelp-query+allredirects-param-namespace','s:35:\"de:Der zu untersuchende Namensraum.\";'),('de','messages:apihelp-query+allredirects-param-prefix','s:72:\"de:Weiterleitungen auflisten, deren Zielseiten mit diesem Wert beginnen.\";'),('de','messages:apihelp-query+allredirects-param-prop','s:31:\"de:Zu beziehende Informationen:\";'),('de','messages:apihelp-query+allredirects-param-to','s:62:\"de:Titel der Weiterleitung, bei der die Auflistung enden soll.\";'),('de','messages:apihelp-query+allredirects-param-unique','s:228:\"de:Nur Weiterleitungen mit unterschiedlichen Zielseiten anzeigen. Kann nicht zusammen mit $1prop=ids|fragment|interwiki benutzt werden. Bei Nutzung als Generator werden die Zielseiten anstelle der Ursprungsseiten zurückgegeben.\";'),('de','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:127:\"de:Ergänzt das Abschnittsziel der Weiterleitung, falls vorhanden (kann nicht zusammen mit <var>$1unique</var> benutzt werden).\";'),('de','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:115:\"de:Ergänzt die Seitenkennung der Weiterleitungsseite (kann nicht zusammen mit <var>$1unique</var> benutzt werden).\";'),('de','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:130:\"de:Ergänzt das Interwiki-Präfix der Weiterleitung, falls vorhanden (kann nicht zusammen mit <var>$1unique</var> benutzt werden).\";'),('de','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"de:Ergänzt den Titel der Weiterleitung.\";'),('de','messages:apihelp-query+allredirects-summary','s:52:\"de:Bezieht alle Weiterleitungen in einem Namensraum.\";'),('de','messages:apihelp-query+allrevisions-example-ns-any','s:68:\"de:Liste die ersten 50 Versionen in einem beliebigen Namensraum auf.\";'),('de','messages:apihelp-query+allrevisions-example-user','s:82:\"de:Liste die letzten 50 Beiträge, sortiert nach Benutzer <kbd>Beispiel</kbd> auf.\";'),('de','messages:apihelp-query+allrevisions-param-end','s:54:\"de:Der Zeitstempel, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+allrevisions-param-excludeuser','s:67:\"de:Schließe Bearbeitungen dieses Benutzers bei der Auflistung aus.\";'),('de','messages:apihelp-query+allrevisions-param-generatetitles','s:80:\"de:Wenn als Generator verwendet, werden eher Titel als Bearbeitungs-IDs erzeugt.\";'),('de','messages:apihelp-query+allrevisions-param-namespace','s:43:\"de:Nur Seiten dieses Namensraums auflisten.\";'),('de','messages:apihelp-query+allrevisions-param-start','s:57:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+allrevisions-param-user','s:51:\"de:Liste nur Bearbeitungen von diesem Benutzer auf.\";'),('de','messages:apihelp-query+allrevisions-summary','s:28:\"de:Liste alle Bearbeitungen.\";'),('de','messages:apihelp-query+alltransclusions-example-b','s:126:\"de:Liste transkludierte Titel, einschließlich fehlender, mit den Seiten-IDs, von denen sie stammen, beginne bei <kbd>B</kbd>.\";'),('de','messages:apihelp-query+alltransclusions-example-generator','s:56:\"de:Ruft Seiten ab, welche die Transklusionen beinhalten.\";'),('de','messages:apihelp-query+alltransclusions-example-unique','s:45:\"de:Einzigartige eingebundene Titel auflisten.\";'),('de','messages:apihelp-query+alltransclusions-example-unique-generator','s:65:\"de:Ruft alle transkludierten Titel ab und markiert die fehlenden.\";'),('de','messages:apihelp-query+alltransclusions-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+alltransclusions-param-from','s:68:\"de:Der Titel der Transklusion, bei der die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+alltransclusions-param-limit','s:56:\"de:Wie viele Gesamtobjekte zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+alltransclusions-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('de','messages:apihelp-query+alltransclusions-param-prefix','s:73:\"de:Suche nach allen transkludierten Titeln, die mit diesem Wert beginnen.\";'),('de','messages:apihelp-query+alltransclusions-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('de','messages:apihelp-query+alltransclusions-param-to','s:65:\"de:Der Titel der Transklusion, bei der die Auflistung enden soll.\";'),('de','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('de','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:100:\"de:Fügt die Seiten-ID der transkludierenden Seite hinzu (kann nicht mit $1unique verwendet werden).\";'),('de','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:42:\"de:Fügt den Titel der Transklusion hinzu.\";'),('de','messages:apihelp-query+alltransclusions-summary','s:129:\"de:Liste alle Transklusionen auf (eingebettete Seiten die &#123;&#123;x&#125;&#125; benutzen), einschließlich nicht vorhandener.\";'),('de','messages:apihelp-query+allusers-example-y','s:38:\"de:Benutzer ab <kbd>Y</kbd> auflisten.\";'),('de','messages:apihelp-query+allusers-param-activeusers','s:97:\"de:Listet nur Benutzer auf, die {{PLURAL:$1|am letzten Tag|in den letzten $1 Tagen}} aktiv waren.\";'),('de','messages:apihelp-query+allusers-param-attachedwiki','s:136:\"de:Mit <kbd>$1prop=centralids</kbd> gibst du auch an, ob der Benutzer mit dem Wiki verbunden ist, das durch diese ID identifiziert wird.\";'),('de','messages:apihelp-query+allusers-param-dir','s:19:\"de:Sortierrichtung.\";'),('de','messages:apihelp-query+allusers-param-excludegroup','s:41:\"de:Benutzer dieser Gruppen ausschließen.\";'),('de','messages:apihelp-query+allusers-param-from','s:58:\"de:Der Benutzername, bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+allusers-param-group','s:52:\"de:Nur Benutzer der angegebenen Gruppen einbeziehen.\";'),('de','messages:apihelp-query+allusers-param-limit','s:66:\"de:Wie viele Benutzernamen insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+allusers-param-prefix','s:60:\"de:Sucht nach allen Benutzern, die mit diesem Wert beginnen.\";'),('de','messages:apihelp-query+allusers-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('de','messages:apihelp-query+allusers-param-rights','s:203:\"de:Berücksichtigt nur Benutzer mit den angegebenen Rechten. Es werden keine Rechte berücksichtigt, die von impliziten oder automatisch promoteten Gruppen wie *, user oder autoconfirmed vergeben werden.\";'),('de','messages:apihelp-query+allusers-param-to','s:55:\"de:Der Benutzername, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+allusers-param-witheditsonly','s:64:\"de:Listet nur Benutzer auf, die Bearbeitungen vorgenommen haben.\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:74:\"de:Fügt die Informationen über eine aktuelle Sperre des Benutzers hinzu.\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:69:\"de:Fügt die zentralen IDs und den Anhang-Status des Benutzers hinzu.\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:53:\"de:Fügt den Bearbeitungszähler des Benutzers hinzu.\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-groups','s:148:\"de:Listet Gruppen auf, denen der Benutzer angehört. Dies verwendet mehr Serverressourcen und kann weniger Ergebnisse als die Grenze zurückliefern.\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:65:\"de:Listet alle Gruppen auf, denen Benutzer automatisch angehört.\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-registration','s:103:\"de:Fügt, falls vorhanden, den Zeitstempel hinzu, wann der Benutzer registriert wurde (kann leer sein).\";'),('de','messages:apihelp-query+allusers-paramvalue-prop-rights','s:55:\"de:Listet die Berechtigungen auf, die der Benutzer hat.\";'),('de','messages:apihelp-query+allusers-summary','s:42:\"de:Auflisten aller registrierten Benutzer.\";'),('de','messages:apihelp-query+authmanagerinfo-example-login','s:84:\"de:Ruft die Anfragen ab, die beim Beginnen einer Anmeldung verwendet werden können.\";'),('de','messages:apihelp-query+authmanagerinfo-example-login-merged','s:124:\"de:Ruft die Anfragen ab, die beim Beginnen einer Anmeldung verwendet werden können, mit zusammengeführten Formularfeldern.\";'),('de','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:83:\"de:Testet, ob die Authentifizierung für die Aktion <kbd>foo</kbd> ausreichend ist.\";'),('de','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:131:\"de:Abrufen von Informationen über die für die angegebene Authentifizierungsaktion erforderlichen Authentifizierungsanforderungen.\";'),('de','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:127:\"de:Testen, ob der aktuelle Authentifizierungsstatus des Benutzers für den angegebenen sicherheitsrelevanten Vorgang ausreicht.\";'),('de','messages:apihelp-query+authmanagerinfo-summary','s:70:\"de:Rufe Informationen über den aktuellen Authentifizierungsstatus ab.\";'),('de','messages:apihelp-query+backlinks-example-generator','s:89:\"de:Hole Informationen über die Seiten, die auf die [[{{MediaWiki:Mainpage}}]] verweisen.\";'),('de','messages:apihelp-query+backlinks-example-simple','s:49:\"de:Links auf [[{{MediaWiki:Mainpage}}]] anzeigen.\";'),('de','messages:apihelp-query+backlinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+backlinks-param-filterredir','s:181:\"de:Wie nach Weiterleitungen gefiltert werden soll. Falls auf <kbd>nonredirects</kbd> gesetzt, wenn <var>$1redirect</var> aktiviert ist, wird dies nur auf die zweite Ebene angewandt.\";'),('de','messages:apihelp-query+backlinks-param-limit','s:243:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen. Falls <var>$1redirect<var> aktiviert ist, wird die Grenze auf jede Ebene einzeln angewandt (was bedeutet, dass bis zu 2 * <var>$1limit</var> Ergebnisse zurückgegeben werden können).\";'),('de','messages:apihelp-query+backlinks-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('de','messages:apihelp-query+backlinks-param-pageid','s:84:\"de:Zu suchende Seiten-ID. Darf nicht zusammen mit <var>$1title</var> benutzt werden.\";'),('de','messages:apihelp-query+backlinks-param-redirect','s:157:\"de:Falls die verweisende Seite eine Weiterleitung ist, finde alle Seiten, die auf diese Weiterleitung ebenfalls verweisen. Die maximale Grenze wird halbiert.\";'),('de','messages:apihelp-query+backlinks-param-title','s:82:\"de:Zu suchender Titel. Darf nicht zusammen mit <var>$1pageid</var> benutzt werden.\";'),('de','messages:apihelp-query+backlinks-summary','s:62:\"de:Alle Seiten finden, die auf die angegebene Seite verlinken.\";'),('de','messages:apihelp-query+blocks-example-simple','s:20:\"de:Sperren auflisten\";'),('de','messages:apihelp-query+blocks-example-users','s:71:\"de:Listet Sperren der Benutzer <kbd>Alice</kbd> und <kbd>Bob</kbd> auf.\";'),('de','messages:apihelp-query+blocks-param-end','s:64:\"de:Der Zeitstempel, bei dem die Aufzählung beendet werden soll.\";'),('de','messages:apihelp-query+blocks-param-ids','s:66:\"de:Liste von Sperren-IDs, die aufglistet werden sollen (optional).\";'),('de','messages:apihelp-query+blocks-param-ip','s:264:\"de:Abrufen aller Blöcke, die für diese IP-Adresse oder diesen CIDR-Bereich gelten, einschließlich der Bereichsblöcke.\nKann nicht zusammen mit <var>$3users<var> verwendet werden. CIDR-Bereiche, die breiter als IPv4/$1 oder IPv6/$2 sind, werden nicht akzeptiert.\";'),('de','messages:apihelp-query+blocks-param-limit','s:48:\"de:Die maximale Zahl der aufzulistenden Sperren.\";'),('de','messages:apihelp-query+blocks-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+blocks-param-show','s:150:\"de:Zeige nur Elemente, die diese Kriterien erfüllen. Um zum Beispiel unbestimmte Sperren von IP-Adressen zu sehen, setzte <kbd>$1show=ip|!temp</kbd>.\";'),('de','messages:apihelp-query+blocks-param-start','s:58:\"de:Der Zeitstempel, bei dem die Aufzählung beginnen soll.\";'),('de','messages:apihelp-query+blocks-param-users','s:66:\"de:Liste von Benutzern, nach denen gesucht werden soll (optional).\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-by','s:58:\"de:Fügt den Benutzernamen des sperrenden Benutzers hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-byid','s:56:\"de:Fügt die Benutzer-ID des sperrenden Benutzers hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:58:\"de:Fügt den Zeitstempel, wann die Sperre abläuft, hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-flags','s:55:\"de:Markiert die Sperre mit (autoblock, anononly, etc.).\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-id','s:33:\"de:Fügt die ID der Sperre hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-range','s:72:\"de:Fügt den von der Sperrung betroffenen Bereich von IP-Adressen hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-reason','s:55:\"de:Fügt den angegebenen Grund für die Sperrung hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:103:\"de:Ergänzt die Beschränkungen der teilweisen Sperre, falls diese nicht für die gesamte Website gilt.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:63:\"de:Fügt den Zeitstempel, wann die Sperre gesetzt wurde, hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-user','s:58:\"de:Fügt den Benutzernamen des gesperrten Benutzers hinzu.\";'),('de','messages:apihelp-query+blocks-paramvalue-prop-userid','s:56:\"de:Fügt die Benutzer-ID des gesperrten Benutzers hinzu.\";'),('de','messages:apihelp-query+blocks-summary','s:54:\"de:Liste alle gesperrten Benutzer und IP-Adressen auf.\";'),('de','messages:apihelp-query+categories-example-generator','s:109:\"de:Rufe Informationen über alle Kategorien ab, die in der Seite <kbd>Albert Einstein</kbd> eingetragen sind.\";'),('de','messages:apihelp-query+categories-example-simple','s:92:\"de:Rufe eine Liste von Kategorien ab, zu denen die Seite <kbd>Albert Einstein</kbd> gehört.\";'),('de','messages:apihelp-query+categories-param-categories','s:129:\"de:Liste nur diese Kategorien auf. Nützlich, um zu prüfen, ob eine bestimmte Seite in einer bestimmten Kategorie enthalten ist.\";'),('de','messages:apihelp-query+categories-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+categories-param-limit','s:53:\"de:Wie viele Kategorien zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+categories-param-prop','s:62:\"de:Zusätzlich zurückzugebende Eigenschaften jeder Kategorie:\";'),('de','messages:apihelp-query+categories-param-show','s:49:\"de:Welche Art von Kategorien gezeigt werden soll.\";'),('de','messages:apihelp-query+categories-paramvalue-prop-hidden','s:83:\"de:Tags Kategorien, die mit <code>_&#95;HIDDENCAT_&#95;</code> ausgeblendet werden.\";'),('de','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:150:\"de:Fügt den Sortierungsschlüssel (hexadezimale Zeichenfolge) und das Sortierungsschlüssel-Präfix (menschenlesbarer Teil) für die Kategorie hinzu.\";'),('de','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:69:\"de:Fügt einen Zeitstempel, wann die Kategorie angelegt wurde, hinzu.\";'),('de','messages:apihelp-query+categories-summary','s:59:\"de:Liste alle Kategorien auf, zu denen die Seiten gehören.\";'),('de','messages:apihelp-query+categoryinfo-example-simple','s:83:\"de:Erhalte Informationen über <kbd>Category:Foo</kbd> und <kbd>Category:Bar</kbd>.\";'),('de','messages:apihelp-query+categoryinfo-summary','s:60:\"de:Gibt Informationen zu den angegebenen Kategorien zurück.\";'),('de','messages:apihelp-query+categorymembers-example-generator','s:90:\"de:Rufe die Seiteninformationen zu den ersten 10 Seiten von<kbd>Category:Physics</kbd> ab.\";'),('de','messages:apihelp-query+categorymembers-example-simple','s:64:\"de:Rufe die ersten 10 Seiten von <kbd>Category:Physics</kbd> ab.\";'),('de','messages:apihelp-query+categorymembers-param-dir','s:23:\"de:Sortierungsrichtung.\";'),('de','messages:apihelp-query+categorymembers-param-end','s:116:\"de:Zeitstempel, bei dem die Auflistung enden soll. Darf nur zusammen mit <kbd>$1sort=timestamp</kbd> benutzt werden.\";'),('de','messages:apihelp-query+categorymembers-param-endhexsortkey','s:169:\"de:Suchschlüssel, bei dem die Auflistung enden soll, wie von <kbd>$1prop=sortkey</kbd> zurückgegeben. Darf nur zusammen mit <kbd>$1sort=sortkey</kbd> verwendet werden.\";'),('de','messages:apihelp-query+categorymembers-param-endsortkey','s:41:\"de:Stattdessen $1endhexsortkey verwenden.\";'),('de','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:243:\"de:Sortierschlüssel-Präfix, um die Auflistung <strong>vorher</strong> zu beenden (nicht <strong>bei</strong>; wenn dieser Wert auftritt, wird er nicht einbezogen!). Kann nur mit $1sort=sortkey verwendet werden. Überschreibt $1endhexsortkey.\";'),('de','messages:apihelp-query+categorymembers-param-limit','s:52:\"de:Die maximale Anzahl der zurückzugebenden Seiten.\";'),('de','messages:apihelp-query+categorymembers-param-namespace','s:199:\"de:Nur Seiten in diesen Namensräumen einschließen. Beachte, dass <kbd>$1type=subcat</kbd> oder <kbd>$1type=file</kbd> anstelle von <kbd>$1namespace=14</kbd> oder <kbd>6</kbd> verwendet werden kann.\";'),('de','messages:apihelp-query+categorymembers-param-pageid','s:121:\"de:Seitenkennung der Kategorie, die aufgelistet werden soll. Darf nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('de','messages:apihelp-query+categorymembers-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('de','messages:apihelp-query+categorymembers-param-sort','s:46:\"de:Eigenschaft, nach der sortiert werden soll.\";'),('de','messages:apihelp-query+categorymembers-param-start','s:119:\"de:Zeitstempel, bei dem die Auflistung beginnen soll. Darf nur zusammen mit <kbd>$1sort=timestamp</kbd> benutzt werden.\";'),('de','messages:apihelp-query+categorymembers-param-starthexsortkey','s:179:\"de:Sortierungsschlüssel, bei dem die Auflistung beginnen soll, wie von <kbd>$1prop=sortkey</kbd> zurückgegeben. Darf nur zusammen mit <kbd>$1sort=sortkey</kbd> verwendet werden.\";'),('de','messages:apihelp-query+categorymembers-param-startsortkey','s:43:\"de:Stattdessen $1starthexsortkey verwenden.\";'),('de','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:167:\"de:Sortierschlüsselpräfix, ab dem die Auflistung beginnen soll. Kann nur mit <kbd>$1sort=sortkey</kbd> verwendet werden. Überschreibt <var>$1starthexsortkey</var> .\";'),('de','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('de','messages:apihelp-query+categorymembers-param-type','s:129:\"de:Welche Art von Kategoriemitgliedern eineschlossen werden sollen. Wird ignoriert, wenn <kbd>$1sort=timestamp</kbd> gesetzt ist.\";'),('de','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:33:\"de:Fügt die Seitenkennung hinzu.\";'),('de','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:133:\"de:Fügt den Sortierungsschlüssel (hexadezimale Zeichenkette) hinzu, der verwendet wird, um innerhalb dieser Kategorie zu sortieren.\";'),('de','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:170:\"de:Fügt das Sortierungsschlüssel-Präfix hinzu, das verwendet wird, um innerhalb dieser Kategorie zu sortieren (für Menschen lesbarer Teil des Sortierungsschlüssels).\";'),('de','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:66:\"de:Fügt den Zeitstempel, wann die Seite eingebunden wurde, hinzu.\";'),('de','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:54:\"de:Fügt die Titel- und Namensraum-ID der Seite hinzu.\";'),('de','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:124:\"de:Fügt den Typ, als der diese Seite bestimmt wurde, hinzu (<samp>page</samp>, <samp>subcat</samp> oder <samp>file</samp>).\";'),('de','messages:apihelp-query+categorymembers-summary','s:54:\"de:Liste alle Seiten in der angegebenen Kategorie auf.\";'),('de','messages:apihelp-query+contributors-example-simple','s:58:\"de:Zeige Mitwirkende der Seite [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('de','messages:apihelp-query+contributors-param-excluderights','s:193:\"de:Ausschließen von Benutzer mit den angegebenen Rechten. Beinhaltet keine Rechte, die von impliziten oder automatisch hochgestuften Gruppen wie *, Benutzer oder automatisch bestätigt wurden.\";'),('de','messages:apihelp-query+contributors-param-group','s:149:\"de:Nur Benutzer der angegebenen Gruppen einbeziehen. Beinhaltet keine impliziten oder automatisch zugeteilten Gruppen wie *, user oder autoconfirmed.\";'),('de','messages:apihelp-query+contributors-param-limit','s:50:\"de:Wie viele Spender zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('de','messages:apihelp-query+contributors-summary','s:94:\"de:Rufe die Liste der angemeldeten Bearbeiter und die Zahl anonymer Bearbeiter einer Seite ab.\";'),('de','messages:apihelp-query+deletedrevisions-example-revids','s:69:\"de:Liste Informationen zur gelöschten Bearbeitung <kbd>123456</kbd>.\";'),('de','messages:apihelp-query+deletedrevisions-example-titles','s:131:\"de:Listet die gelöschten Bearbeitungen der Seite [[{{MediaWiki:Mainpage}}]] und der zugehörigen Diskussionsseite samt Inhalt auf.\";'),('de','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('de','messages:apihelp-query+deletedrevisions-param-end','s:124:\"de:Der Zeitstempel, bei dem die Auflistung enden soll. Wird bei der Verarbeitung einer Liste von Bearbeitungs-IDs ignoriert.\";'),('de','messages:apihelp-query+deletedrevisions-param-excludeuser','s:67:\"de:Schließe Bearbeitungen dieses Benutzers bei der Auflistung aus.\";'),('de','messages:apihelp-query+deletedrevisions-param-start','s:127:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll. Wird bei der Verarbeitung einer Liste von Bearbeitungs-IDs ignoriert.\";'),('de','messages:apihelp-query+deletedrevisions-param-tag','s:69:\"de:Listet nur Bearbeitungen auf, die die angegebene Markierung haben.\";'),('de','messages:apihelp-query+deletedrevisions-param-user','s:47:\"de:Nur Versionen von diesem Benutzer auflisten.\";'),('de','messages:apihelp-query+deletedrevisions-summary','s:50:\"de:Ruft Informationen zu gelöschten Versionen ab.\";'),('de','messages:apihelp-query+deletedrevs-example-mode1','s:137:\"de:Liste die letzten gelöschten Bearbeitungen der Seiten [[{{MediaWiki:Mainpage}}]] und <kbd>Talk:Main Page</kbd> samt Inhalt (Modus 1).\";'),('de','messages:apihelp-query+deletedrevs-example-mode2','s:79:\"de:Liste die letzten 50 gelöschten Beiträge von <kbd>Bob</kbd> auf (Modus 2).\";'),('de','messages:apihelp-query+deletedrevs-example-mode3-main','s:78:\"de:Liste die ersten 50 gelöschten Bearbeitungen im Hauptnamensraum (Modus 3).\";'),('de','messages:apihelp-query+deletedrevs-example-mode3-talk','s:78:\"de:Liste die ersten 50 gelöschten Seiten im {{ns:talk}}-Namensraum (Modus 3).\";'),('de','messages:apihelp-query+deletedrevs-extended-description','s:480:\"de:Arbeitet in drei Modi:\n# Listet gelöschte Bearbeitungen des angegeben Titels auf, sortiert nach dem Zeitstempel.\n# Listet gelöschte Beiträge des angegebenen Benutzers auf, sortiert nach dem Zeitstempel (keine Titel bestimmt)\n# Listet alle gelöschten Bearbeitungen im angegebenen Namensraum auf, sortiert nach Titel und Zeitstempel (keine Titel bestimmt, $1user nicht gesetzt).\n\nBestimmte Parameter wirken nur bei bestimmten Modi und werden in anderen nicht berücksichtigt.\";'),('de','messages:apihelp-query+deletedrevs-param-end','s:54:\"de:Der Zeitstempel, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+deletedrevs-param-excludeuser','s:67:\"de:Schließe Bearbeitungen dieses Benutzers bei der Auflistung aus.\";'),('de','messages:apihelp-query+deletedrevs-param-from','s:40:\"de:Auflistung bei diesem Titel beginnen.\";'),('de','messages:apihelp-query+deletedrevs-param-limit','s:55:\"de:Die maximale Anzahl aufzulistendender Bearbeitungen.\";'),('de','messages:apihelp-query+deletedrevs-param-namespace','s:43:\"de:Nur Seiten dieses Namensraums auflisten.\";'),('de','messages:apihelp-query+deletedrevs-param-prefix','s:72:\"de:Suche nach allen Seitentiteln, die mit dem angegebenen Wert beginnen.\";'),('de','messages:apihelp-query+deletedrevs-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+deletedrevs-param-start','s:56:\"de:Der Zeitstempel bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+deletedrevs-param-tag','s:69:\"de:Listet nur Bearbeitungen auf, die die angegebene Markierung haben.\";'),('de','messages:apihelp-query+deletedrevs-param-to','s:39:\"de:Auflistung bei diesem Titel beenden.\";'),('de','messages:apihelp-query+deletedrevs-param-unique','s:51:\"de:Listet nur eine Bearbeitung für jede Seite auf.\";'),('de','messages:apihelp-query+deletedrevs-param-user','s:51:\"de:Liste nur Bearbeitungen von diesem Benutzer auf.\";'),('de','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"de:{{PLURAL:$1|Modus|Modi}}: $2\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:41:\"de:Fügt den Kommentar der Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:38:\"de:Fügt den Inhalt der Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:46:\"de:Fügt die Länge (Bytes) der Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:64:\"de:Fügt der Seite die Versions-ID der vorherigen Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:51:\"de:Fügt den geparsten Kommentar der Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:55:\"de:Fügt die Versions-ID der gelöschten Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:48:\"de:Fügt den SHA-1 (Basis 16) der Version hinzu.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"de:Tags für die Version.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:34:\"de:Gibt das Bearbeitungstoken aus.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:58:\"de:Fügt den Benutzer hinzu, der die Version erstellt hat.\";'),('de','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:66:\"de:Fügt die ID des Benutzers hinzu, der die Version erstellt hat.\";'),('de','messages:apihelp-query+deletedrevs-summary','s:34:\"de:Liste gelöschte Bearbeitungen.\";'),('de','messages:apihelp-query+disabled-summary','s:42:\"de:Dieses Abfrage-Modul wurde deaktiviert.\";'),('de','messages:apihelp-query+duplicatefiles-example-generated','s:39:\"de:Sucht nach Duplikaten aller Dateien.\";'),('de','messages:apihelp-query+duplicatefiles-example-simple','s:64:\"de:Sucht nach Duplikaten von [[:File:Albert Einstein Head.jpg]].\";'),('de','messages:apihelp-query+duplicatefiles-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+duplicatefiles-param-limit','s:59:\"de:Wie viele doppelte Dateien zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+duplicatefiles-param-localonly','s:50:\"de:Sucht nur nach Dateien im lokalen Repositorium.\";'),('de','messages:apihelp-query+duplicatefiles-summary','s:100:\"de:Liste alle Dateien auf die, basierend auf der Prüfsumme, Duplikate der angegebenen Dateien sind.\";'),('de','messages:apihelp-query+embeddedin-example-generator','s:83:\"de:Rufe Informationen über Seiten ab, die <kbd>Template:Stub</kbd> transkludieren.\";'),('de','messages:apihelp-query+embeddedin-example-simple','s:61:\"de:Zeige Seiten, die <kbd>Template:Stub</kbd> transkludieren.\";'),('de','messages:apihelp-query+embeddedin-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+embeddedin-param-filterredir','s:47:\"de:Wie Weiterleitungen behandelt werden sollen.\";'),('de','messages:apihelp-query+embeddedin-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+embeddedin-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('de','messages:apihelp-query+embeddedin-param-pageid','s:97:\"de:Seitenkennung, nach der gesucht werden soll. Darf nicht zusammen mit $1title verwendet werden.\";'),('de','messages:apihelp-query+embeddedin-param-title','s:90:\"de:Titel, nach dem gesucht werden soll. Darf nicht zusammen mit $1pageid verwendet werden.\";'),('de','messages:apihelp-query+embeddedin-summary','s:75:\"de:Finde alle Seiten, die den angegebenen Titel einbetten (transkludieren).\";'),('de','messages:apihelp-query+extlinks-example-simple','s:81:\"de:Rufe eine Liste externer Verweise auf die Seite [[{{MediaWiki:Mainpage}}]] ab.\";'),('de','messages:apihelp-query+extlinks-param-expandurl','s:67:\"de:Expandiert protokollrelative URLs mit dem kanonischen Protokoll.\";'),('de','messages:apihelp-query+extlinks-param-limit','s:48:\"de:Wie viele Links zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('de','messages:apihelp-query+extlinks-param-query','s:117:\"de:Suchbegriff ohne Protokoll. Nützlich, um zu prüfen, ob eine bestimmte Seite eine bestimmte externe URL enthält.\";'),('de','messages:apihelp-query+extlinks-summary','s:81:\"de:Gibt alle externen URLs (nicht Interwikis) von den angegebenen Seiten zurück.\";'),('de','messages:apihelp-query+exturlusage-example-simple','s:72:\"de:Zeigt Seiten, die auf <kbd>https://www.mediawiki.org</kbd> verlinken.\";'),('de','messages:apihelp-query+exturlusage-param-expandurl','s:67:\"de:Expandiert protokollrelative URLs mit dem kanonischen Protokoll.\";'),('de','messages:apihelp-query+exturlusage-param-limit','s:49:\"de:Wie viele Seiten zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+exturlusage-param-namespace','s:42:\"de:Die aufzulistenden Seiten-Namensräume.\";'),('de','messages:apihelp-query+exturlusage-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('de','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('de','messages:apihelp-query+exturlusage-param-query','s:118:\"de:Suchbegriff ohne Protokoll. Siehe [[Special:LinkSearch]]. Leer lassen, um alle externen Verknüpfungen aufzulisten.\";'),('de','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:32:\"de:Fügt die ID der Seite hinzu.\";'),('de','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:54:\"de:Fügt die Titel- und Namensraum-ID der Seite hinzu.\";'),('de','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:57:\"de:Fügt die URL, die in der Seite verwendet wird, hinzu.\";'),('de','messages:apihelp-query+exturlusage-summary','s:56:\"de:Listet Seiten auf, die die angegebene URL beinhalten.\";'),('de','messages:apihelp-query+filearchive-example-simple','s:49:\"de:Eine Liste aller gelöschten Dateien auflisten\";'),('de','messages:apihelp-query+filearchive-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+filearchive-param-from','s:55:\"de:Der Bildtitel, bei dem die Auflistung beginnen soll.\";'),('de','messages:apihelp-query+filearchive-param-limit','s:59:\"de:Wie viele Bilder insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+filearchive-param-prefix','s:62:\"de:Nach allen Bildtiteln, die mit diesem Wert beginnen suchen.\";'),('de','messages:apihelp-query+filearchive-param-prop','s:52:\"de:Welche Bildinformationen abgerufen werden sollen:\";'),('de','messages:apihelp-query+filearchive-param-sha1','s:58:\"de:SHA1-Prüfsumme des Bildes. Überschreibt $1sha1base36.\";'),('de','messages:apihelp-query+filearchive-param-sha1base36','s:66:\"de:SHA1-Prüfsumme des Bildes in Base-36 (in MediaWiki verwendet).\";'),('de','messages:apihelp-query+filearchive-param-to','s:52:\"de:Der Bildtitel, bei dem die Auflistung enden soll.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:82:\"de:Fügt den Dateinamen der Archivversion für die nicht-neuesten Versionen hinzu.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"de:Ergänzt die Bittiefe der Version.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-description','s:48:\"de:Fügt die Beschreibung der Bildversion hinzu.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:26:\"de:Alias für die Größe.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:37:\"de:Ergänzt den Medientyp des Bildes.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"de:Listet die Exif-Metadaten dieser Bildversion auf.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:39:\"de:Fügt den MIME-Typ des Bildes hinzu.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:43:\"de:Analysiert die Beschreibung der Version.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:47:\"de:Ergänzt die SHA-1-Prüfsumme für das Bild.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-size','s:109:\"de:Fügt die Größe des Bildes in Bytes sowie die Höhe, Breite und (falls zutreffend) die Seitenzahl hinzu.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:63:\"de:Fügt einen Zeitstempel für die hochgeladene Version hinzu.\";'),('de','messages:apihelp-query+filearchive-paramvalue-prop-user','s:65:\"de:Fügt den Benutzer hinzu, der die Bildversion hochgeladen hat.\";'),('de','messages:apihelp-query+filearchive-summary','s:53:\"de:Alle gelöschten Dateien der Reihe nach auflisten.\";'),('de','messages:apihelp-query+filerepoinfo-example-simple','s:49:\"de:Ruft Informationen über Dateirepositorien ab.\";'),('de','messages:apihelp-query+filerepoinfo-param-prop','s:127:\"de:Welche Repository-Eigenschaften abgerufen werden sollen (die verfügbaren Eigenschaften können in anderen Wikis abweichen).\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:81:\"de:URL zur Repositoriums-API. Nützlich zum Abruf von Bildinformationen vom Host.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"de:Der menschenlesbare Name des Repositoriumwikis.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"de:Ob Dateinamen implizit mit einem Großbuchstaben beginnen.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:52:\"de:Ob dieses Repositorium das lokale ist oder nicht.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:229:\"de:Der Schlüssel des Repositorys – wird beispielsweise in den Rückgabewerten <var>von [[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> und [[Special:ApiHelp/query+imageinfo|imageinfo]] verwendet.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:34:\"de:Wurzel-URL-Pfad für Bildpfade.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:73:\"de:Wurzel-URL-Pfad für die MediaWiki-Installation des Repositoriumwikis.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:42:\"de:Wurzel-URL-Pfad für Vorschaubildpfade.\";'),('de','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:35:\"de:URL-Pfad der öffentlichen Zone.\";'),('de','messages:apihelp-query+filerepoinfo-summary','s:88:\"de:Gib Metainformationen über Bild-Repositorien zurück, die im Wiki eingerichtet sind.\";'),('de','messages:apihelp-query+fileusage-example-generator','s:73:\"de:Zeige Informationen über Seiten, die [[:File:Example.jpg]] verwenden.\";'),('de','messages:apihelp-query+fileusage-example-simple','s:68:\"de:Zeige eine Liste von Seiten, die [[:File:Example.jpg]] verwenden.\";'),('de','messages:apihelp-query+fileusage-param-limit','s:39:\"de:Wie viel zurückgegeben werden soll.\";'),('de','messages:apihelp-query+fileusage-param-namespace','s:44:\"de:Nur Seiten dieser Namensräume einbinden.\";'),('de','messages:apihelp-query+fileusage-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+fileusage-param-show','s:60:\"de:Nur Datenobjekte anzeigen, die diese Kriterien erfüllen:\";'),('de','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:29:\"de:Seitenkennung jeder Seite.\";'),('de','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:53:\"de:Markieren, falls die Seite eine Weiterleitung ist.\";'),('de','messages:apihelp-query+fileusage-paramvalue-prop-title','s:21:\"de:Titel jeder Seite.\";'),('de','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:38:\"de:Nur Nicht-Weiterleitungen anzeigen.\";'),('de','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:32:\"de:Nur Weiterleitungen anzeigen.\";'),('de','messages:apihelp-query+fileusage-summary','s:61:\"de:Alle Seiten finden, die die angegebenen Dateien verwenden.\";'),('de','messages:apihelp-query+imageinfo-example-dated','s:85:\"de:Rufe Informationen über Versionen von [[:File:Test.jpg]] von 2008 und später ab.\";'),('de','messages:apihelp-query+imageinfo-example-simple','s:91:\"de:Rufe Informationen über die aktuelle Version von [[:File:Albert Einstein Head.jpg]] ab.\";'),('de','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:135:\"de:Falls <kbd>$2prop=badfile</kbd> festgelegt ist, ist dies der verwendete Seitentitel beim Auswerten der [[MediaWiki:Bad image list]].\";'),('de','messages:apihelp-query+imageinfo-param-end','s:44:\"de:Zeitstempel, an dem die Liste enden soll.\";'),('de','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:102:\"de:Falls angegeben und nicht leer, werden nur diese Schlüssel für $1prop=extmetadata zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('de','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"de:Wenn Übersetzungen für die Extmetadata-Eigenschaft verfügbar sind, rufe alle davon ab.\";'),('de','messages:apihelp-query+imageinfo-param-limit','s:67:\"de:Wie viele Dateiversionen pro Datei zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+imageinfo-param-localonly','s:50:\"de:Suche nur nach Dateien im lokalen Repositorium.\";'),('de','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('de','messages:apihelp-query+imageinfo-param-prop','s:53:\"de:Welche Dateiinformationen abgerufen werden sollen:\";'),('de','messages:apihelp-query+imageinfo-param-start','s:48:\"de:Zeitstempel, von dem die Liste beginnen soll.\";'),('de','messages:apihelp-query+imageinfo-param-urlheight','s:27:\"de:Ähnlich wie $1urlwidth.\";'),('de','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('de','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:182:\"de:Fügt den Dateinamen der Archivversion für die nicht-letzten Versionen hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:67:\"de:Ergänzt, ob die Datei auf der [[MediaWiki:Bad image list]] ist.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:141:\"de:Fügt die Bittiefe der Version hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:150:\"de:Ergänzt den kanonischen Titel für die Datei. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:136:\"de:Kommentar zu der Version. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:173:\"de:Listet allgemeine Metadaten des Dateiformats dieser Dateiversion auf. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:26:\"de:Alias für die Größe.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:205:\"de:Listet formatierte Metadaten kombiniert aus mehreren Quellen auf. Die Ergebnisse sind im HTML-Format. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:143:\"de:Fügt den Medientyp dieser Datei hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:154:\"de:Listet die Exif-Metadaten dieser Dateiversion auf. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:142:\"de:Fügt den MIME-Typ dieser Datei hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:152:\"de:Analysiere den Kommentar zu dieser Version. Wenn die Version versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:152:\"de:Fügt die SHA-1-Prüfsumme für die Datei hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:101:\"de:Fügt die Größe der Datei in Bytes und (falls zutreffend) in Höhe, Breite und Seitenzahl hinzu.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:202:\"de:Fügt den MIME-Typ der Miniaturansicht des Bildes hinzu (erfordert URL und Parameter $1urlwidth). Wenn die Datei versionsgelöscht wurde, wird eine <samp>filehidden</samp>-Eigenschaft zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:63:\"de:Fügt einen Zeitstempel für die hochgeladene Version hinzu.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:174:\"de:Wird von der Seite Spezial:Hochladen verwendet, um Informationen zu einer vorhandenen Datei abzurufen. Nicht für die Verwendung außerhalb des MediaWiki-Cores vorgesehen.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:159:\"de:Gibt die URL zur Datei- und Beschreibungsseite zurück. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:168:\"de:Fügt den Benutzer zu jeder hochgeladenen Dateiversion hinzu. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:176:\"de:Füge die ID des Benutzers zu jeder hochgeladenen Dateiversion hinzu. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+imageinfo-summary','s:59:\"de:Gibt Informationen und alle Versionen der Datei zurück.\";'),('de','messages:apihelp-query+images-example-generator','s:107:\"de:Rufe Informationen über alle Dateien ab, die auf der Seite [[{{MediaWiki:Mainpage}}]] verwendet werden.\";'),('de','messages:apihelp-query+images-example-simple','s:97:\"de:Rufe eine Liste von Dateien ab, die auf der Seite [[{{MediaWiki:Mainpage}}]] verwendet werden.\";'),('de','messages:apihelp-query+images-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+images-param-images','s:112:\"de:Nur diese Dateien auflisten. Nützlich, um zu prüfen, ob eine bestimmte Seite eine bestimmte Datei enthält.\";'),('de','messages:apihelp-query+images-param-limit','s:50:\"de:Wie viele Dateien zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+images-summary','s:75:\"de:Gibt alle Dateien zurück, die in den angegebenen Seiten enthalten sind.\";'),('de','messages:apihelp-query+imageusage-example-generator','s:77:\"de:Rufe Informationen über Seiten mit [[:File:Albert Einstein Head.jpg]] ab.\";'),('de','messages:apihelp-query+imageusage-example-simple','s:66:\"de:Zeige Seiten, die [[:File:Albert Einstein Head.jpg]] verwenden.\";'),('de','messages:apihelp-query+imageusage-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('de','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('de','messages:apihelp-query+imageusage-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('de','messages:apihelp-query+imageusage-param-pageid','s:97:\"de:Seitenkennung, nach der gesucht werden soll. Darf nicht zusammen mit $1title verwendet werden.\";'),('de','messages:apihelp-query+imageusage-param-redirect','s:157:\"de:Falls die verweisende Seite eine Weiterleitung ist, finde alle Seiten, die ebenfalls auf diese Weiterleitung verweisen. Die maximale Grenze wird halbiert.\";'),('de','messages:apihelp-query+imageusage-param-title','s:90:\"de:Titel, nach dem gesucht werden soll. Darf nicht zusammen mit $1pageid verwendet werden.\";'),('de','messages:apihelp-query+imageusage-summary','s:62:\"de:Finde alle Seiten, die den angegebenen Bildtitel verwenden.\";'),('de','messages:apihelp-query+info-example-protection','s:97:\"de:Erhalte allgemeine Informationen und Schutzinformationen zur Seite [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+info-example-simple','s:68:\"de:Ruft Informationen über die Seite [[{{MediaWiki:Mainpage}}]] ab.\";'),('de','messages:apihelp-query+info-param-linkcontext','s:165:\"de:Der Kontexttitel, der bei der Ermittlung von zusätzlichen CSS-Klassen (z. B. Link-Farben) verwendet wird, wenn <var>$1prop</var> <var>linkclasses</var> enthält.\";'),('de','messages:apihelp-query+info-param-prop','s:46:\"de:Zusätzlich zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+info-param-testactions','s:88:\"de:Überprüft, ob der aktuelle Benutzer gewisse Aktionen auf der Seite ausführen kann.\";'),('de','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('de','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:124:\"de:Der Titel mit Präfix des [[:mw:Special:MyLanguage/Help:Associated_pages|assoziierten Themas oder der Diskussionsseite]].\";'),('de','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:81:\"de:Gibt die Art und Weise an, in der der Seitentitel tatsächlich angezeigt wird.\";'),('de','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:194:\"de:Gibt die zusätzlichen CSS-Klassen (z. B. Link-Farben) an, die für Links auf diese Seite verwendet werden, wenn sie auf der durch <var>$1linkcontext</var> benannten Seite erscheinen würden.\";'),('de','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:68:\"de:Der Beobachtungslisten-Benachrichtigungs-Zeitstempel jeder Seite.\";'),('de','messages:apihelp-query+info-paramvalue-prop-preload','s:71:\"de:Gibt den Text aus, der von EditFormPreloadText zurückgegeben wurde.\";'),('de','messages:apihelp-query+info-paramvalue-prop-protection','s:41:\"de:Liste die Schutzstufe jeder Seite auf.\";'),('de','messages:apihelp-query+info-paramvalue-prop-readable','s:95:\"de:Ob der Benutzer diese Seite lesen kann. Stattdessen <kbd>intestactions=read</kbd> verwenden.\";'),('de','messages:apihelp-query+info-paramvalue-prop-subjectid','s:60:\"de:Die Seitenkennung der Elternseite jeder Diskussionsseite.\";'),('de','messages:apihelp-query+info-paramvalue-prop-talkid','s:75:\"de:Die Seitenkennung der Diskussionsseite für jede Nicht-Diskussionsseite.\";'),('de','messages:apihelp-query+info-paramvalue-prop-url','s:95:\"de:Gibt eine vollständige URL, eine bearbeitete URL und die kanonische URL für jede Seite an.\";'),('de','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:79:\"de:Gibt den Anzeigetitel in allen Varianten der Sprache des Websiteinhalts aus.\";'),('de','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:118:\"de:Die Anzahl der Beobachter jeder Seite, die die letzten Änderungen an dieser Seite besucht haben, sofern zulässig.\";'),('de','messages:apihelp-query+info-paramvalue-prop-watched','s:50:\"de:Liste den Überwachungszustand jeder Seite auf.\";'),('de','messages:apihelp-query+info-paramvalue-prop-watchers','s:44:\"de:Die Anzahl der Beobachter, falls erlaubt.\";'),('de','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:55:\"de:Gibt einen booleschen Wert für jede Aktion zurück.\";'),('de','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:124:\"de:Gibt Meldungen zurück, die beschreiben, warum die Aktion nicht erlaubt ist, oder ein leeres Array, wenn sie erlaubt ist.\";'),('de','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:75:\"de:Wie <kbd>full</kbd>, aber mit Überspringen von Aufwandsüberprüfungen.\";'),('de','messages:apihelp-query+info-summary','s:46:\"de:Ruft Basisinformationen über die Seite ab.\";'),('de','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('de','messages:apihelp-query+iwbacklinks-example-simple','s:56:\"de:Ruft Seiten ab, die auf [[wikibooks:Test]] verlinken.\";'),('de','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('de','messages:apihelp-query+iwbacklinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+iwbacklinks-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+iwbacklinks-param-prefix','s:30:\"de:Präfix für das Interwiki.\";'),('de','messages:apihelp-query+iwbacklinks-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+iwbacklinks-param-title','s:78:\"de:Interwiki-Link zum Suchen. Muss mit <var>$1blprefix</var> verwendet werden.\";'),('de','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:39:\"de:Ergänzt das Präfix des Interwikis.\";'),('de','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:37:\"de:Ergänzt den Titel des Interwikis.\";'),('de','messages:apihelp-query+iwbacklinks-summary','s:73:\"de:Findet alle Seiten, die auf einen angegebenen Interwikilink verlinken.\";'),('de','messages:apihelp-query+iwlinks-example-simple','s:71:\"de:Ruft die Interwikilinks von der Seite [[{{MediaWiki:Mainpage}}]] ab.\";'),('de','messages:apihelp-query+iwlinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+iwlinks-param-limit','s:58:\"de:Wie viele Interwiki-Links zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+iwlinks-param-prefix','s:55:\"de:Gibt nur Interwiki-Links mit diesem Präfix zurück.\";'),('de','messages:apihelp-query+iwlinks-param-prop','s:68:\"de:Zusätzlich zurückzugebende Eigenschaften jedes Interwiki-Links:\";'),('de','messages:apihelp-query+iwlinks-param-title','s:76:\"de:Interwiki-Link zum Suchen. Muss mit <var>$1prefix</var> verwendet werden.\";'),('de','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('de','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:34:\"de:Ergänzt die vollständige URL.\";'),('de','messages:apihelp-query+iwlinks-summary','s:59:\"de:Gibt alle Interwikilinks der angegebenen Seiten zurück.\";'),('de','messages:apihelp-query+langbacklinks-example-generator','s:67:\"de:Erhalte Informationen zu Seiten, die auf [[:fr:Test]] verlinken.\";'),('de','messages:apihelp-query+langbacklinks-example-simple','s:50:\"de:Ruft Seiten ab, die auf [[:fr:Test]] verlinken.\";'),('de','messages:apihelp-query+langbacklinks-extended-description','s:341:\"de:Kann verwendet werden, um alle Links mit einem Sprachcode oder alle Links zu einem Titel (mit einer bestimmten Sprache) zu finden. Wenn keiner der beiden Parameter verwendet wird, handelt es sich effektiv um „alle Sprachlinks“.\n\nBeachte, dass durch Erweiterungen hinzugefügte Sprachlinks möglicherweise nicht berücksichtigt werden.\";'),('de','messages:apihelp-query+langbacklinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+langbacklinks-param-lang','s:31:\"de:Sprache für den Sprachlink.\";'),('de','messages:apihelp-query+langbacklinks-param-limit','s:55:\"de:Wie viele Gesamtseiten zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+langbacklinks-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+langbacklinks-param-title','s:78:\"de:Sprachlink, nach dem gesucht werden soll. Muss mit $1lang verwendet werden.\";'),('de','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:43:\"de:Ergänzt den Sprachcode des Sprachlinks.\";'),('de','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:38:\"de:Ergänzt den Titel des Sprachlinks.\";'),('de','messages:apihelp-query+langbacklinks-summary','s:68:\"de:Findet alle Seiten, die auf den angegebenen Sprachlink verlinken.\";'),('de','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+langlinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+langlinks-param-inlanguagecode','s:44:\"de:Sprachcode für lokalisierte Sprachnamen.\";'),('de','messages:apihelp-query+langlinks-param-lang','s:63:\"de:Gibt nur Sprachverknüpfungen mit diesem Sprachcode zurück.\";'),('de','messages:apihelp-query+langlinks-param-limit','s:54:\"de:Wie viele Sprachlinks zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+langlinks-param-prop','s:72:\"de:Zusätzlich zurückzugebende Eigenschaften jedes Interlanguage-Links:\";'),('de','messages:apihelp-query+langlinks-param-title','s:66:\"de:Zu suchender Link. Muss mit <var>$1lang</var> verwendet werden.\";'),('de','messages:apihelp-query+langlinks-param-url','s:111:\"de:Gibt an, ob die vollständige URL abgerufen werden soll (kann nicht mit <var>$1prop</var> verwendet werden).\";'),('de','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:40:\"de:Ergänzt den Namen der Muttersprache.\";'),('de','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('de','messages:apihelp-query+langlinks-paramvalue-prop-url','s:34:\"de:Ergänzt die vollständige URL.\";'),('de','messages:apihelp-query+langlinks-summary','s:67:\"de:Gibt alle Interlanguagelinks von den angegebenen Seiten zurück.\";'),('de','messages:apihelp-query+languageinfo-example-autonym-name-de','s:71:\"de:Holt die Autonyme und deutschen Namen aller unterstützten Sprachen.\";'),('de','messages:apihelp-query+languageinfo-example-bcp47-dir','s:77:\"de:Holt den BCP-47-Sprachcode und die Richtung aller unterstützten Sprachen.\";'),('de','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:62:\"de:Holt die Fallback-Sprachen und Varianten des Okzitanischen.\";'),('de','messages:apihelp-query+languageinfo-example-simple','s:54:\"de:Holt die Sprachcodes aller unterstützten Sprachen.\";'),('de','messages:apihelp-query+languageinfo-extended-description','s:148:\"de:[[mw:Special:MyLanguage/API:Continue|Continuation]] kann angewendet werden, wenn das Abrufen der Informationen für eine Anfrage zu lange dauert.\";'),('de','messages:apihelp-query+languageinfo-param-code','s:102:\"de:Sprachcodes der Sprachen, die zurückgegeben werden sollen, oder <code>*</code> für alle Sprachen.\";'),('de','messages:apihelp-query+languageinfo-param-prop','s:59:\"de:Welche Informationen für jede Sprache zu erhalten sind.\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:61:\"de:Das Autonym der Sprache, d. h. der Name in dieser Sprache.\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:25:\"de:Der BCP-47-Sprachcode.\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:114:\"de:Der Sprachcode. (Dieser Code ist MediaWiki-spezifisch, obwohl es Überschneidungen mit anderen Standards gibt).\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:85:\"de:Die Schreibrichtung der Sprache (entweder <code>ltr</code> oder <code>rtl</code>).\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:214:\"de:Die Sprachcodes der für diese Sprache konfigurierten Fallback-Sprachen. Der implizite endgültige Fallback auf „en“ ist nicht enthalten (einige Sprachen können jedoch explizit auf „en“ zurückgreifen).\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:117:\"de:Der Name der Sprache in der durch den Parameter <var>uselang</var> angegebenen Sprache, ggf. mit Sprach-Fallbacks.\";'),('de','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:77:\"de:Die Sprachcodes der Varianten, die von dieser Sprache unterstützt werden.\";'),('de','messages:apihelp-query+languageinfo-summary','s:57:\"de:Gibt Informationen über verfügbare Sprachen zurück.\";'),('de','messages:apihelp-query+links-example-generator','s:91:\"de:Holt Informationen über die verlinkten Seiten auf der Seite [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('de','messages:apihelp-query+links-example-simple','s:51:\"de:Links von der [[{{MediaWiki:Mainpage}}]] abrufen\";'),('de','messages:apihelp-query+links-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+links-param-limit','s:48:\"de:Wie viele Links zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+links-param-namespace','s:43:\"de:Zeigt nur Links in diesen Namensräumen.\";'),('de','messages:apihelp-query+links-param-titles','s:127:\"de:Nur Links zu diesen Titeln auflisten. Nützlich, um zu prüfen, ob eine bestimmte Seite auf einen bestimmten Titel verlinkt.\";'),('de','messages:apihelp-query+links-summary','s:54:\"de:Gibt alle Links von den angegebenen Seiten zurück.\";'),('de','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+linkshere-example-simple','s:76:\"de:Holt eine Liste von Seiten, die auf [[{{MediaWiki:Mainpage}}]] verlinken.\";'),('de','messages:apihelp-query+linkshere-param-limit','s:39:\"de:Wie viel zurückgegeben werden soll.\";'),('de','messages:apihelp-query+linkshere-param-namespace','s:52:\"de:Nur Seiten in diesen Namensräumen einschließen.\";'),('de','messages:apihelp-query+linkshere-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('de','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:33:\"de:Die Seitenkennung jeder Seite.\";'),('de','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:53:\"de:Markieren, falls die Seite eine Weiterleitung ist.\";'),('de','messages:apihelp-query+linkshere-paramvalue-prop-title','s:21:\"de:Titel jeder Seite.\";'),('de','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:38:\"de:Nur Nicht-Weiterleitungen anzeigen.\";'),('de','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:32:\"de:Nur Weiterleitungen anzeigen.\";'),('de','messages:apihelp-query+linkshere-summary','s:64:\"de:Alle Seiten finden, die auf die angegebenen Seiten verlinken.\";'),('de','messages:apihelp-query+logevents-example-simple','s:45:\"de:Listet die letzten Logbuch-Ereignisse auf.\";'),('de','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('de','messages:apihelp-query+logevents-param-end','s:55:\"de:Der Zeitstempel, bei dem die Aufzählung enden soll.\";'),('de','messages:apihelp-query+logevents-param-limit','s:70:\"de:Wie viele Ereigniseinträge insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('de','messages:apihelp-query+logevents-param-prefix','s:54:\"de:Filtert Einträge, die mit diesem Präfix beginnen.\";'),('de','messages:apihelp-query+logevents-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+logevents-param-start','s:58:\"de:Der Zeitstempel, bei dem die Aufzählung beginnen soll.\";'),('de','messages:apihelp-query+logevents-param-tag','s:77:\"de:Listet nur Ereigniseinträge auf, die mit dieser Markierung markiert sind.\";'),('de','messages:apihelp-query+logevents-param-title','s:63:\"de:Filtert Einträge auf solche, die einer Seite ähnlich sind.\";'),('de','messages:apihelp-query+logevents-param-type','s:54:\"de:Filtert nur Logbucheinträge mit diesem Typ heraus.\";'),('de','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-comment','s:157:\"de:Ergänzt den Kommentar des Logbuchereignisses. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-details','s:177:\"de:Listet zusätzliche Einzelheiten über das Logbuchereignis auf. Wenn die Logbuchaktion versionsgelöscht wurde, wird die Eigenschaft <samp>actionhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-ids','s:47:\"de:Ergänzt die Kennung des Logbuchereignisses.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:167:\"de:Ergänzt den geparsten Kommentar des Logbuchereignisses. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-tags','s:52:\"de:Listet Markierungen für das Logbuchereignis auf.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:48:\"de:Ergänzt den Zeitstempel des Logbucheintrags.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-title','s:57:\"de:Ergänzt den Titel der Seite für das Logbuchereignis.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-type','s:43:\"de:Ergänzt den Typ des Logbuchereignisses.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-user','s:171:\"de:Ergänzt den verantwortlichen Benutzer für das Logbuchereignis. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('de','messages:apihelp-query+logevents-summary','s:38:\"de:Ruft Ereignisse von Logbüchern ab.\";'),('de','messages:apihelp-query+mystashedfiles-example-simple','s:126:\"de:Ermittelt den Dateischlüssel, die Dateigröße und die Pixelgröße der Dateien im Uploadspeicher des aktuellen Benutzers.\";'),('de','messages:apihelp-query+mystashedfiles-param-limit','s:50:\"de:Wie viele Dateien zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+mystashedfiles-param-prop','s:65:\"de:Welche Eigenschaften für die Dateien abgerufen werden sollen.\";'),('de','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:48:\"de:Ruft die Dateigröße und Bildabmessungen ab.\";'),('de','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"de:Ruft den MIME- und Medientyp der Datei ab.\";'),('de','messages:apihelp-query+mystashedfiles-summary','s:70:\"de:Ruft eine Liste der Dateien im aktuellen Benutzeruploadspeicher ab.\";'),('de','messages:apihelp-query+pagepropnames-example-simple','s:44:\"de:Ruft die ersten 10 Eigenschaftsnamen auf.\";'),('de','messages:apihelp-query+pagepropnames-param-limit','s:47:\"de:Die maximale Anzahl zurückzugebender Namen.\";'),('de','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('de','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('de','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('de','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('de','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('de','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('de','messages:apihelp-query+pageswithprop-param-dir','s:43:\"de:In welche Richtung sortiert werden soll.\";'),('de','messages:apihelp-query+pageswithprop-param-limit','s:48:\"de:Die maximale Anzahl zurückzugebender Seiten.\";'),('de','messages:apihelp-query+pageswithprop-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('de','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('de','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:33:\"de:Fügt die Seitenkennung hinzu.\";'),('de','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:58:\"de:Ergänzt den Titel und die Namensraumkennung der Seite.\";'),('de','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:43:\"de:Ergänzt den Wert der Seiteneigenschaft.\";'),('de','messages:apihelp-query+pageswithprop-summary','s:73:\"de:Alle Seiten auflisten, die eine bestimmte Seiteneigenschaft verwenden.\";'),('de','messages:apihelp-query+prefixsearch-example-simple','s:66:\"de:Suche nach Seitentiteln, die mit <kbd>Bedeutung</kbd> beginnen.\";'),('de','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('de','messages:apihelp-query+prefixsearch-param-limit','s:48:\"de:Maximale Anzahl zurückzugebender Ergebnisse.\";'),('de','messages:apihelp-query+prefixsearch-param-namespace','s:137:\"de:Welche Namensräume durchsucht werden sollen. Wird ignoriert, falls <var>$1search</var> mit einem gültigen Namensraumpräfix beginnt.\";'),('de','messages:apihelp-query+prefixsearch-param-offset','s:45:\"de:Anzahl der zu überspringenden Ergebnisse.\";'),('de','messages:apihelp-query+prefixsearch-param-profile','s:30:\"de:Zu verwendendes Suchprofil.\";'),('de','messages:apihelp-query+prefixsearch-param-search','s:21:\"de:Such-Zeichenfolge.\";'),('de','messages:apihelp-query+prefixsearch-summary','s:51:\"de:Führt eine Präfixsuche für Seitentitel durch.\";'),('de','messages:apihelp-query+protectedtitles-example-generator','s:62:\"de:Suche nach Links zu geschützten Titeln im Hauptnamensraum.\";'),('de','messages:apihelp-query+protectedtitles-example-simple','s:32:\"de:Listet geschützte Titel auf.\";'),('de','messages:apihelp-query+protectedtitles-param-end','s:55:\"de:Stoppt die Auflistung bei diesem Schutz-Zeitstempel.\";'),('de','messages:apihelp-query+protectedtitles-param-level','s:48:\"de:Listet nur Titel mit diesen Schutzstufen auf.\";'),('de','messages:apihelp-query+protectedtitles-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+protectedtitles-param-namespace','s:48:\"de:Listet nur Titel in diesen Namensräumen auf.\";'),('de','messages:apihelp-query+protectedtitles-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+protectedtitles-param-start','s:56:\"de:Startet die Auflistung bei diesem Schutz-Zeitstempel.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"de:Ergänzt den Kommentar für den Schutz.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:64:\"de:Fügt den Zeitstempel hinzu, wann der Schutz aufgehoben wird.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"de:Ergänzt den Schutzstatus.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:52:\"de:Ergänzt den geparsten Kommentar für den Schutz.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:64:\"de:Ergänzt den Zeitstempel, wann der Schutz hinzugefügt wurde.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:61:\"de:Fügt den Benutzer hinzu, der den Schutz hinzugefügt hat.\";'),('de','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:64:\"de:Fügt die Benutzer-ID hinzu, die den Schutz hinzugefügt hat.\";'),('de','messages:apihelp-query+protectedtitles-summary','s:67:\"de:Listet alle Titel auf, die vor einer Erstellung geschützt sind.\";'),('de','messages:apihelp-query+querypage-example-ancientpages','s:56:\"de:Gibt Ergebnisse von [[Special:Ancientpages]] zurück.\";'),('de','messages:apihelp-query+querypage-param-limit','s:43:\"de:Anzahl der zurückzugebenden Ergebnisse.\";'),('de','messages:apihelp-query+querypage-param-page','s:80:\"de:Der Name der Spezialseite. Hinweis: Groß- und Kleinschreibung wird beachtet.\";'),('de','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('de','messages:apihelp-query+random-example-generator','s:90:\"de:Gibt Seiteninformationen über zwei zufällige Seiten aus dem Haupt-Namensraum zurück.\";'),('de','messages:apihelp-query+random-example-simple','s:63:\"de:Gibt zwei zufällige Seiten aus dem Haupt-Namespace zurück.\";'),('de','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('de','messages:apihelp-query+random-param-filterredir','s:50:\"de:Wie nach Weiterleitungen gefiltert werden soll.\";'),('de','messages:apihelp-query+random-param-limit','s:75:\"de:Begrenzung der Anzahl der zufälligen Seiten, die zurückgegeben werden.\";'),('de','messages:apihelp-query+random-param-namespace','s:51:\"de:Gibt nur Seiten in diesen Namensräumen zurück.\";'),('de','messages:apihelp-query+random-param-redirect','s:59:\"de:Verwende stattdessen <kbd>$1filterredir=redirects</kbd>.\";'),('de','messages:apihelp-query+random-summary','s:44:\"de:Ruft einen Satz an zufälligen Seiten ab.\";'),('de','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('de','messages:apihelp-query+recentchanges-example-simple','s:38:\"de:Listet die letzten Änderungen auf.\";'),('de','messages:apihelp-query+recentchanges-param-end','s:55:\"de:Der Zeitstempel, bei dem die Aufzählung enden soll.\";'),('de','messages:apihelp-query+recentchanges-param-excludeuser','s:52:\"de:Listet keine Änderungen von diesem Benutzer auf.\";'),('de','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('de','messages:apihelp-query+recentchanges-param-limit','s:64:\"de:Wie viele Änderungen insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('de','messages:apihelp-query+recentchanges-param-prop','s:46:\"de:Bezieht zusätzliche Informationen mit ein:\";'),('de','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('de','messages:apihelp-query+recentchanges-param-slot','s:64:\"de:Listet nur Änderungen auf, die den genannten Slot betreffen.\";'),('de','messages:apihelp-query+recentchanges-param-start','s:58:\"de:Der Zeitstempel, bei dem die Aufzählung beginnen soll.\";'),('de','messages:apihelp-query+recentchanges-param-tag','s:71:\"de:Listet nur Änderungen auf, die mit dieser Markierung markiert sind.\";'),('de','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('de','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('de','messages:apihelp-query+recentchanges-param-type','s:56:\"de:Welche Typen von Änderungen angezeigt werden sollen.\";'),('de','messages:apihelp-query+recentchanges-param-user','s:50:\"de:Listet nur Änderungen von diesem Benutzer auf.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:82:\"de:Markiert kontrollierbare Bearbeitungen als automatisch kontrolliert oder nicht.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:158:\"de:Fügt den Kommentar für die Bearbeitung hinzu. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:46:\"de:Ergänzt Markierungen für die Bearbeitung.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:44:\"de:Listet Markierungen für den Eintrag auf.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:49:\"de:Ergänzt den Zeitstempel für die Bearbeitung.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:44:\"de:Ergänzt den Seitentitel der Bearbeitung.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('de','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('de','messages:apihelp-query+recentchanges-summary','s:38:\"de:Listet die letzten Änderungen auf.\";'),('de','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+redirects-param-limit','s:58:\"de:Wie viele Weiterleitungen zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+redirects-param-namespace','s:52:\"de:Schließt nur Seiten in diesen Namensräumen ein.\";'),('de','messages:apihelp-query+redirects-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('de','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:51:\"de:Teil einer jeden Weiterleitung, falls vorhanden.\";'),('de','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:43:\"de:Seitenkennung einer jeden Weiterleitung.\";'),('de','messages:apihelp-query+redirects-paramvalue-prop-title','s:35:\"de:Titel einer jeden Weiterleitung.\";'),('de','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('de','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('de','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('de','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('de','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('de','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('de','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('de','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('de','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('de','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('de','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('de','messages:apihelp-query+revisions+base-param-prop','s:48:\"de:Zurückzugebende Eigenschaften jeder Version:\";'),('de','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('de','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:152:\"de:Kommentar des Benutzers für die Version. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:142:\"de:Inhalt eines jeden Versionsschlitzes. Wenn der Inhalt versionsgelöscht wurde, wird die Eigenschaft <samp>texthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:55:\"de:Inhaltsmodell-Kennung eines jeden Versionsschlitzes.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:32:\"de:Versionsmarkierungen (klein).\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:27:\"de:Die Kennung der Version.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:71:\"de:Die Liste enthält Schlitzregeln, die in der Version vorhanden sind.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:145:\"de:SHA-1-Prüfsumme (Basis 16) der Version. Wenn der Inhalt versionsgelöscht wurde, wird die Eigenschaft <samp>sha1hidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:31:\"de:Länge in Bytes der Version.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:152:\"de:SHA-1 (Basis 16) eines jeden Versionsschlitzes. Wenn der Inhalt versionsgelöscht wurde, wird die Eigenschaft <samp>sha1hidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:48:\"de:Länge (Bytes) eines jeden Versionsschlitzes.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:33:\"de:Markierungen für die Version.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:31:\"de:Der Zeitstempel der Version.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:146:\"de:Benutzer, der die Version erstellt hat. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:146:\"de:Benutzerkennung des Versionserstellers. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('de','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('de','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('de','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('de','messages:apihelp-query+revisions-param-end','s:42:\"de:Durchzählen bis zu diesem Zeitstempel.\";'),('de','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('de','messages:apihelp-query+revisions-param-excludeuser','s:41:\"de:Schließt Versionen nach Benutzer aus.\";'),('de','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('de','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('de','messages:apihelp-query+revisions-param-tag','s:69:\"de:Listet nur Versionen auf, die mit dieser Markierung markiert sind.\";'),('de','messages:apihelp-query+revisions-param-user','s:66:\"de:Nur vom Benutzer vorgenommene Versionen werden berücksichtigt.\";'),('de','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('de','messages:apihelp-query+revisions-summary','s:38:\"de:Ruft Informationen zu Versionen ab.\";'),('de','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('de','messages:apihelp-query+search-example-simple','s:34:\"de:Nach <kbd>meaning</kbd> suchen.\";'),('de','messages:apihelp-query+search-example-text','s:45:\"de:Texte nach <kbd>meaning</kbd> durchsuchen.\";'),('de','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('de','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('de','messages:apihelp-query+search-param-info','s:49:\"de:Welche Metadaten zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('de','messages:apihelp-query+search-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('de','messages:apihelp-query+search-param-prop','s:31:\"de:Eigenschaften zur Rückgabe:\";'),('de','messages:apihelp-query+search-param-qiprofile','s:92:\"de:Zu verwendendes anfrageunabhängiges Profil (wirkt sich auf den Ranking-Algorithmus aus).\";'),('de','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('de','messages:apihelp-query+search-param-sort','s:68:\"de:Legt die Sortierreihenfolge der zurückgegebenen Ergebnisse fest.\";'),('de','messages:apihelp-query+search-param-what','s:43:\"de:Welcher Suchtyp ausgeführt werden soll.\";'),('de','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('de','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:58:\"de:Ergänzt zusätzliche von Erweiterungen erzeugte Daten.\";'),('de','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:13:\"de:Ignoriert.\";'),('de','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('de','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('de','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('de','messages:apihelp-query+search-paramvalue-prop-score','s:13:\"de:Ignoriert.\";'),('de','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('de','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('de','messages:apihelp-query+search-paramvalue-prop-size','s:46:\"de:Fügt die Größe der Seite in Bytes hinzu.\";'),('de','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('de','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('de','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('de','messages:apihelp-query+search-paramvalue-prop-wordcount','s:38:\"de:Ergänzt den Wortzähler der Seite.\";'),('de','messages:apihelp-query+search-summary','s:33:\"de:Führt eine Volltextsuche aus.\";'),('de','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('de','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('de','messages:apihelp-query+siteinfo-example-simple','s:31:\"de:Websiteinformationen abrufen\";'),('de','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('de','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('de','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('de','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('de','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:171:\"de:Gibt eine Liste der Sprachcodes zurück, für die [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] aktiviert ist, und die jeweils unterstützten Varianten.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:50:\"de:Liste von magischen Wörtern und ihrer Aliasse.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:36:\"de:Liste von Spezialseiten-Aliassen.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('de','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('de','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('de','messages:apihelp-query+stashimageinfo-example-params','s:62:\"de:Gibt Vorschaubilder für zwei gespeicherte Dateien zurück.\";'),('de','messages:apihelp-query+stashimageinfo-example-simple','s:59:\"de:Gibt Informationen für eine gespeicherte Datei zurück.\";'),('de','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('de','messages:apihelp-query+stashimageinfo-param-sessionkey','s:61:\"de:Alias für $1filekey, für die Rückwärtskompatibilität.\";'),('de','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('de','messages:apihelp-query+tags-example-simple','s:29:\"de:Verfügbare Tags auflisten\";'),('de','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('de','messages:apihelp-query+tags-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('de','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('de','messages:apihelp-query+tags-paramvalue-prop-description','s:44:\"de:Ergänzt die Beschreibung der Markierung.\";'),('de','messages:apihelp-query+tags-paramvalue-prop-displayname','s:52:\"de:Ergänzt die Systemnachricht für die Markierung.\";'),('de','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('de','messages:apihelp-query+tags-paramvalue-prop-name','s:37:\"de:Ergänzt den Namen der Markierung.\";'),('de','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('de','messages:apihelp-query+tags-summary','s:29:\"de:Änderungs-Tags auflisten.\";'),('de','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+templates-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('de','messages:apihelp-query+templates-param-limit','s:51:\"de:Wie viele Vorlagen zurückgegeben werden sollen.\";'),('de','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('de','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('de','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('de','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('de','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('de','messages:apihelp-query+tokens-param-type','s:48:\"de:Typen der Token, die abgerufen werden sollen.\";'),('de','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('de','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('de','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('de','messages:apihelp-query+transcludedin-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('de','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:29:\"de:Seitenkennung jeder Seite.\";'),('de','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('de','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:21:\"de:Titel jeder Seite.\";'),('de','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('de','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('de','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('de','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('de','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('de','messages:apihelp-query+usercontribs-param-end','s:81:\"de:Der zurückzugebende End-Zeitstempel, d. h. Versionen nach diesem Zeitstempel.\";'),('de','messages:apihelp-query+usercontribs-param-iprange','s:175:\"de:Der CIDR-Bereich, für den Beiträge abgerufen werden sollen. Kann nicht zusammen mit <var>$1user</var>, <var>$1userprefix</var> oder <var>$1userids</var> verwendet werden.\";'),('de','messages:apihelp-query+usercontribs-param-limit','s:55:\"de:Die maximale Anzahl der zurückzugebenden Beiträge.\";'),('de','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('de','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('de','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('de','messages:apihelp-query+usercontribs-param-start','s:82:\"de:Der zurückzugebende Start-Zeitstempel, d. h. Versionen vor diesem Zeitstempel.\";'),('de','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('de','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('de','messages:apihelp-query+usercontribs-param-user','s:174:\"de:Die Benutzer, für die Beiträge abgerufen werden sollen. Kann nicht zusammen mit <var>$1userids</var>, <var>$1userprefix</var> oder <var>$1iprange</var> verwendet werden.\";'),('de','messages:apihelp-query+usercontribs-param-userids','s:184:\"de:Die Benutzerkennungen, für die die Beiträge abgerufen werden sollen. Kann nicht zusammen mit <var>$1user</var>, <var>$1userprefix</var> oder <var>$1iprange</var> verwendet werden.\";'),('de','messages:apihelp-query+usercontribs-param-userprefix','s:185:\"de:Ruft Beiträge für alle Benutzer ab, deren Namen mit diesem Wert beginnt. Kann nicht zusammen mit <var>$1user</var>, <var>$1userids</var> oder <var>$1iprange</var> verwendet werden.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:52:\"de:Markiert automatisch kontrollierte Bearbeitungen.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:153:\"de:Fügt den Kommentar der Bearbeitung hinzu. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:41:\"de:Ergänzt Markierungen der Bearbeitung.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:47:\"de:Fügt die Seiten- und Versionskennung hinzu.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:40:\"de:Markiert kontrollierte Bearbeitungen.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:45:\"de:Ergänzt die neue Größe der Bearbeitung.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:52:\"de:Listet die Markierungen für die Bearbeitung auf.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:44:\"de:Ergänzt den Zeitstempel der Bearbeitung.\";'),('de','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('de','messages:apihelp-query+usercontribs-summary','s:49:\"de:Alle Bearbeitungen von einem Benutzer abrufen.\";'),('de','messages:apihelp-query+userinfo-example-data','s:67:\"de:Ruft zusätzliche Informationen über den aktuellen Benutzer ab.\";'),('de','messages:apihelp-query+userinfo-example-simple','s:53:\"de:Informationen über den aktuellen Benutzer abrufen\";'),('de','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('de','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:82:\"de:Markiert, ob der aktuelle Benutzer gesperrt ist, von wem und aus welchem Grund.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:60:\"de:Ergänzt den Bearbeitungszähler des aktuellen Benutzers.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:51:\"de:Ergänzt das Datum des letzten Benutzerbeitrags.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-options','s:75:\"de:Listet alle Einstellungen auf, die der aktuelle Benutzer festgelegt hat.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:53:\"de:Fügt den bürgerlichen Namen des Benutzers hinzu.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('de','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('de','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('de','messages:apihelp-query+users-example-simple','s:67:\"de:Gibt Informationen für den Benutzer <kbd>Example</kbd> zurück.\";'),('de','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('de','messages:apihelp-query+users-param-prop','s:53:\"de:Welche Informationsteile einbezogen werden sollen:\";'),('de','messages:apihelp-query+users-param-userids','s:88:\"de:Eine Liste der Benutzerkennungen, für die die Informationen abgerufen werden sollen.\";'),('de','messages:apihelp-query+users-param-users','s:75:\"de:Eine Liste der Benutzer, für die Informationen abgerufen werden sollen.\";'),('de','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:73:\"de:Markiert, ob der Benutzer gesperrt ist, von wem und aus welchem Grund.\";'),('de','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('de','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('de','messages:apihelp-query+users-paramvalue-prop-editcount','s:50:\"de:Ergänzt den Bearbeitungszähler des Benutzers.\";'),('de','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('de','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('de','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('de','messages:apihelp-query+users-paramvalue-prop-groups','s:60:\"de:Listet alle Gruppen auf, zu denen jeder Benutzer gehört.\";'),('de','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:76:\"de:Listet alle Gruppen auf, bei denen der Benutzer automatisch Mitglied ist.\";'),('de','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('de','messages:apihelp-query+users-paramvalue-prop-rights','s:50:\"de:Listet alle Rechte auf, die jeder Benutzer hat.\";'),('de','messages:apihelp-query+users-summary','s:56:\"de:Informationen über eine Liste von Benutzern abrufen.\";'),('de','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('de','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('de','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('de','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('de','messages:apihelp-query+watchlist-param-excludeuser','s:52:\"de:Listet keine Änderungen von diesem Benutzer auf.\";'),('de','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('de','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('de','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-param-prop','s:46:\"de:Zusätzlich zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('de','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('de','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('de','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('de','messages:apihelp-query+watchlist-param-user','s:50:\"de:Listet nur Änderungen von diesem Benutzer auf.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:61:\"de:Markiert Bearbeitungen, die automatisch kontrolliert sind.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:150:\"de:Ergänzt den Kommentar der Bearbeitung. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:30:\"de:Fügt die Ablaufzeit hinzu.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:52:\"de:Ergänzt die Markierungen für die Bearbeitungen.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:46:\"de:Ergänzt die Versions- und Seitenkennungen.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:160:\"de:Ergänzt den geparsten Kommentar der Bearbeitung. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:49:\"de:Markiert Bearbeitungen, die kontrolliert sind.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:50:\"de:Ergänzt die alten und neuen Längen der Seite.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:44:\"de:Listet Markierungen für den Eintrag auf.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:44:\"de:Ergänzt den Zeitstempel der Bearbeitung.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-title','s:32:\"de:Ergänzt den Titel der Seite.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-user','s:166:\"de:Ergänzt den Benutzer, der die Bearbeitung ausgeführt hat. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:179:\"de:Ergänzt die Kennung des Benutzers, der die Bearbeitung ausgeführt hat. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('de','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:46:\"de:Änderungen an der Kategoriemitgliedschaft.\";'),('de','messages:apihelp-query+watchlist-paramvalue-type-edit','s:31:\"de:Normale Seitenbearbeitungen.\";'),('de','messages:apihelp-query+watchlist-paramvalue-type-external','s:23:\"de:Externe Änderungen.\";'),('de','messages:apihelp-query+watchlist-paramvalue-type-log','s:20:\"de:Logbucheinträge.\";'),('de','messages:apihelp-query+watchlist-paramvalue-type-new','s:22:\"de:Seitenerstellungen.\";'),('de','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('de','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('de','messages:apihelp-query+watchlistraw-param-fromtitle','s:73:\"de:Titel (mit Namensraum-Präfix), bei dem die Aufzählung beginnen soll.\";'),('de','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('de','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('de','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('de','messages:apihelp-query+watchlistraw-param-prop','s:46:\"de:Zusätzlich zurückzugebende Eigenschaften:\";'),('de','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('de','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('de','messages:apihelp-query+watchlistraw-param-totitle','s:70:\"de:Titel (mit Namensraum-Präfix), bei dem die Aufzählung enden soll.\";'),('de','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('de','messages:apihelp-query+watchlistraw-summary','s:69:\"de:Ruft alle Seiten der Beobachtungsliste des aktuellen Benutzers ab.\";'),('de','messages:apihelp-query-example-allpages','s:66:\"de:Bezieht Versionen von Seiten, die mit <kbd>API/</kbd> beginnen.\";'),('de','messages:apihelp-query-example-revisions','s:147:\"de:Bezieht [[Special:ApiHelp/query+siteinfo|Seiteninformationen]] und [[Special:ApiHelp/query+revisions|Versionen]] der [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-query-extended-description','s:128:\"de:Alle Änderungsvorgänge müssen unter Angabe eines Tokens ablaufen, um Missbrauch durch böswillige Anwendungen vorzubeugen.\";'),('de','messages:apihelp-query-param-export','s:78:\"de:Exportiert die aktuellen Versionen der angegebenen oder generierten Seiten.\";'),('de','messages:apihelp-query-param-exportnowrap','s:171:\"de:Gibt den XML-Export zurück, ohne ihn in ein XML-Ergebnis einzuschließen (gleiches Format wie durch [[Special:Export]]). Kann nur zusammen mit $1export genutzt werden.\";'),('de','messages:apihelp-query-param-exportschema','s:128:\"de:Zielt beim Exportieren auf die angegebene Version des XML-Dump-Formats ab. Kann nur mit <var>$1export</var> verwendet werden.\";'),('de','messages:apihelp-query-param-indexpageids','s:98:\"de:Schließt einen zusätzlichen pageids-Abschnitt mit allen zurückgegebenen Seitenkennungen ein.\";'),('de','messages:apihelp-query-param-iwurl','s:98:\"de:Gibt an, ob die komplette URL zurückgegeben werden soll, wenn der Titel ein Interwikilink ist.\";'),('de','messages:apihelp-query-param-list','s:41:\"de:Welche Listen abgerufen werden sollen.\";'),('de','messages:apihelp-query-param-meta','s:30:\"de:Zurückzugebende Metadaten.\";'),('de','messages:apihelp-query-param-prop','s:57:\"de:Zurückzugebende Eigenschaften der abgefragten Seiten.\";'),('de','messages:apihelp-query-param-rawcontinue','s:69:\"de:Gibt <samp>query-continue</samp>-Rohdaten zur Fortsetzung zurück.\";'),('de','messages:apihelp-query-summary','s:41:\"de:Bezieht Daten von und über MediaWiki.\";'),('de','messages:apihelp-rawfm-summary','s:101:\"de:Daten, einschließlich Fehlerbehebungselementen, im JSON-Format ausgeben (schöngedruckt in HTML).\";'),('de','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('de','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('de','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('de','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('de','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('de','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('de','messages:apihelp-resetpassword-param-user','s:44:\"de:Benutzer, der zurückgesetzt werden soll.\";'),('de','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('de','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('de','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-revisiondelete-param-hide','s:47:\"de:Was für jede Version versteckt werden soll.\";'),('de','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('de','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('de','messages:apihelp-revisiondelete-param-show','s:57:\"de:Was für jede Version wieder eingeblendet werden soll.\";'),('de','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('de','messages:apihelp-revisiondelete-param-tags','s:63:\"de:Auf den Eintrag im Lösch-Logbuch anzuwendende Markierungen.\";'),('de','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('de','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('de','messages:apihelp-revisiondelete-summary','s:43:\"de:Löscht und stellt Versionen wieder her.\";'),('de','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('de','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('de','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('de','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('de','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('de','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('de','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('de','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('de','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('de','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('de','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('de','messages:apihelp-rollback-summary','s:50:\"de:Setzt die letzte Bearbeitung der Seite zurück.\";'),('de','messages:apihelp-rsd-example-simple','s:29:\"de:Das RSD-Schema exportieren\";'),('de','messages:apihelp-rsd-summary','s:56:\"de:Ein RSD-Schema (Really Simple Discovery) exportieren.\";'),('de','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('de','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('de','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('de','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('de','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:41:\"de:An allen beobachteten Seiten arbeiten.\";'),('de','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('de','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('de','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('de','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('de','messages:apihelp-setpagelanguage-example-default','s:94:\"de:Ändert die Sprache der Seite mit der Kennung 123 auf die Standardinhaltssprache des Wikis.\";'),('de','messages:apihelp-setpagelanguage-example-language','s:77:\"de:Ändert die Sprache von der Seite [[{{MediaWiki:Mainpage}}]] auf Baskisch.\";'),('de','messages:apihelp-setpagelanguage-extended-description-disabled','s:200:\"de:Das Ändern der Sprache von Seiten ist auf diesem Wiki nicht erlaubt.\n\nAktiviere <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var>, um diese Aktion zu verwenden.\";'),('de','messages:apihelp-setpagelanguage-param-lang','s:161:\"de:Code der Sprache, auf den die Seite geändert werden soll. Verwende <kbd>default</kbd>, um die Seite auf die Standardinhaltssprache des Wikis zurückzusetzen.\";'),('de','messages:apihelp-setpagelanguage-param-pageid','s:118:\"de:Kennung der Seite, deren Sprache du ändern möchtest. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('de','messages:apihelp-setpagelanguage-param-reason','s:28:\"de:Grund für die Änderung.\";'),('de','messages:apihelp-setpagelanguage-param-tags','s:98:\"de:Auf den Logbucheintrag anzuwendende Änderungsmarkierungen, die sich aus dieser Aktion ergeben.\";'),('de','messages:apihelp-setpagelanguage-param-title','s:117:\"de:Titel der Seite, deren Sprache du ändern möchtest. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('de','messages:apihelp-setpagelanguage-summary','s:35:\"de:Ändert die Sprache einer Seite.\";'),('de','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('de','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('de','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('de','messages:apihelp-stashedit-param-contentmodel','s:35:\"de:Inhaltsmodell des neuen Inhalts.\";'),('de','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('de','messages:apihelp-stashedit-param-sectiontitle','s:40:\"de:Der Titel für einen neuen Abschnitt.\";'),('de','messages:apihelp-stashedit-param-stashedtexthash','s:89:\"de:Stattdessen zu verwendende Prüfsumme des Seiteninhalts von einem vorherigen Speicher.\";'),('de','messages:apihelp-stashedit-param-summary','s:29:\"de:Änderungszusammenfassung.\";'),('de','messages:apihelp-stashedit-param-text','s:16:\"de:Seiteninhalt.\";'),('de','messages:apihelp-stashedit-param-title','s:47:\"de:Titel der Seite, die bearbeitet werden soll.\";'),('de','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('de','messages:apihelp-summary','s:3:\"en:\";'),('de','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('de','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('de','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('de','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('de','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('de','messages:apihelp-tag-param-reason','s:28:\"de:Grund für die Änderung.\";'),('de','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('de','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('de','messages:apihelp-tag-param-tags','s:100:\"de:Auf den Logbucheintrag anzuwendende Markierungen, die als Ergebnis dieser Aktion erstellt wurden.\";'),('de','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('de','messages:apihelp-unblock-example-id','s:42:\"de:Sperrkennung #<kbd>105</kbd> freigeben.\";'),('de','messages:apihelp-unblock-example-user','s:79:\"de:Benutzer <kbd>Bob</kbd> mit der Begründung <kbd>Sorry Bob</kbd> entsperren.\";'),('de','messages:apihelp-unblock-param-id','s:136:\"de:Kennung der Sperre zur Freigabe (abgerufen durch <kbd>list=blocks</kbd>). Kann nicht zusammen mit <var>$1user</var> verwendet werden.\";'),('de','messages:apihelp-unblock-param-reason','s:27:\"de:Grund für die Freigabe.\";'),('de','messages:apihelp-unblock-param-tags','s:77:\"de:Auf den Benutzersperr-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-unblock-param-user','s:99:\"de:Benutzer, der freigegeben werden soll. Kann nicht zusammen mit <var>$1id</var> verwendet werden.\";'),('de','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('de','messages:apihelp-unblock-summary','s:28:\"de:Einen Benutzer freigeben.\";'),('de','messages:apihelp-undelete-example-page','s:53:\"de:Seite [[{{MediaWiki:Mainpage}}]] wiederherstellen.\";'),('de','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('de','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('de','messages:apihelp-undelete-param-reason','s:36:\"de:Grund für die Wiederherstellung.\";'),('de','messages:apihelp-undelete-param-tags','s:70:\"de:Auf den Lösch-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('de','messages:apihelp-undelete-param-title','s:41:\"de:Titel der wiederherzustellenden Seite.\";'),('de','messages:apihelp-undelete-param-undeletetalk','s:87:\"de:Stellt alle Versionen der zugehörigen Diskussionsseite wieder her, falls vorhanden.\";'),('de','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('de','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('de','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('de','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('de','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('de','messages:apihelp-upload-example-filekey','s:80:\"de:Vervollständigt einen Upload, der aufgrund von Warnungen fehlgeschlagen ist.\";'),('de','messages:apihelp-upload-example-url','s:26:\"de:Von einer URL hochladen\";'),('de','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('de','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('de','messages:apihelp-upload-param-checkstatus','s:71:\"de:Ruft nur den Hochladestatus für den angegebenen Dateischlüssel ab.\";'),('de','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('de','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('de','messages:apihelp-upload-param-file','s:16:\"de:Dateiinhalte.\";'),('de','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('de','messages:apihelp-upload-param-filename','s:18:\"de:Ziel-Dateiname.\";'),('de','messages:apihelp-upload-param-filesize','s:37:\"de:Dateigröße des gesamten Uploads.\";'),('de','messages:apihelp-upload-param-ignorewarnings','s:23:\"de:Ignoriert Warnungen.\";'),('de','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('de','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('de','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('de','messages:apihelp-upload-param-tags','s:96:\"de:Auf den Datei-Logbuch-Eintrag und die Dateiseitenversion anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-upload-param-text','s:39:\"de:Erster Seitentext für neue Dateien.\";'),('de','messages:apihelp-upload-param-url','s:48:\"de:URL, von der die Datei abgerufen werden soll.\";'),('de','messages:apihelp-upload-param-watch','s:24:\"de:Die Seite beobachten.\";'),('de','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('de','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('de','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('de','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('de','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('de','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('de','messages:apihelp-userrights-param-add','s:145:\"de:Fügt den Benutzer zu diesen Gruppen hinzu bzw. aktualisiert den Ablauf seiner Mitgliedschaft in dieser Gruppe, falls er bereits Mitglied ist.\";'),('de','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('de','messages:apihelp-userrights-param-reason','s:28:\"de:Grund für die Änderung.\";'),('de','messages:apihelp-userrights-param-remove','s:44:\"de:Entfernt den Benutzer aus diesen Gruppen.\";'),('de','messages:apihelp-userrights-param-tags','s:81:\"de:Auf den Eintrag im Benutzerrechte-Logbuch anzuwendende Änderungsmarkierungen.\";'),('de','messages:apihelp-userrights-param-user','s:12:\"de:Benutzer.\";'),('de','messages:apihelp-userrights-param-userid','s:56:\"de:Stattdessen <kbd>$1user=#<var>ID</var></kbd> angeben.\";'),('de','messages:apihelp-userrights-summary','s:53:\"de:Ändert die Gruppenzugehörigkeit eines Benutzers.\";'),('de','messages:apihelp-validatepassword-example-1','s:72:\"de:Validiert das Passwort <kbd>foobar</kbd> für den aktuellen Benutzer.\";'),('de','messages:apihelp-validatepassword-example-2','s:92:\"de:Validiert das Passwort <kbd>qwerty</kbd> zum Erstellen des Benutzers <kbd>Beispiel</kbd>.\";'),('de','messages:apihelp-validatepassword-extended-description','s:263:\"de:Die Validität wird als <samp>Good</samp> gemeldet, falls das Passwort akzeptabel ist, <samp>Change</samp>, falls das Passwort zur Anmeldung verwendet werden kann, jedoch geändert werden muss oder <samp>Invalid</samp>, falls das Passwort nicht verwendbar ist.\";'),('de','messages:apihelp-validatepassword-param-email','s:77:\"de:Die beim Austesten der Benutzerkontenerstellung verwendete E-Mail-Adresse.\";'),('de','messages:apihelp-validatepassword-param-password','s:29:\"de:Zu validierendes Passwort.\";'),('de','messages:apihelp-validatepassword-param-realname','s:80:\"de:Der beim Austesten der Benutzerkontenerstellung verwendete bürgerliche Name.\";'),('de','messages:apihelp-validatepassword-param-user','s:126:\"de:Der beim Austesten der Benutzerkontenerstellung verwendete Benutzername. Der angegebene Benutzer darf nicht vorhanden sein.\";'),('de','messages:apihelp-validatepassword-summary','s:66:\"de:Validiert ein Passwort gegen die Passwortrichtlinien des Wikis.\";'),('de','messages:apihelp-watch-example-generator','s:52:\"de:Sieh dir die ersten Seiten im Hauptnamensraum an.\";'),('de','messages:apihelp-watch-example-unwatch','s:57:\"de:Die Seite [[{{MediaWiki:Mainpage}}]] nicht beobachten.\";'),('de','messages:apihelp-watch-example-watch','s:51:\"de:Die Seite [[{{MediaWiki:Mainpage}}]] beobachten.\";'),('de','messages:apihelp-watch-example-watch-expiry','s:103:\"de:Beobachte die Seiten [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd> und <kbd>Bar</kbd> für einen Monat.\";'),('de','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('de','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('de','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('de','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('de','messages:apihelp-xml-param-includexmlnamespace','s:50:\"de:Falls angegeben, ergänzt einen XML-Namensraum.\";'),('de','messages:apihelp-xml-param-xslt','s:169:\"de:Falls angegeben, fügt die benannte Seite als XSL-Stylesheet hinzu. Der Wert muss ein Titel im Namensraum „{{ns:MediaWiki}}“ sein und mit <code>.xsl</code> enden.\";'),('de','messages:apihelp-xml-summary','s:32:\"de:Daten im XML-Format ausgeben.\";'),('de','messages:apihelp-xmlfm-summary','s:57:\"de:Daten im XML-Format ausgeben (schöngedruckt in HTML).\";'),('de','messages:apisandbox','s:17:\"de:API-Spielwiese\";'),('de','messages:apisandbox-add-multi','s:14:\"de:Hinzufügen\";'),('de','messages:apisandbox-alert-field','s:44:\"de:Der Wert dieses Feldes ist nicht gültig.\";'),('de','messages:apisandbox-alert-page','s:46:\"de:Felder auf dieser Seite sind nicht gültig.\";'),('de','messages:apisandbox-continue','s:13:\"de:Fortfahren\";'),('de','messages:apisandbox-continue-clear','s:11:\"de:Löschen\";'),('de','messages:apisandbox-continue-help','s:241:\"de:Mit „{{int:apisandbox-continue}}“ kann man die letzte Anfrage [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries fortfahren]; „{{int:apisandbox-continue-clear}}“ löscht fortsetzungsbezogene Parameter.\";'),('de','messages:apisandbox-deprecated-parameters','s:22:\"de:Veraltete Parameter\";'),('de','messages:apisandbox-dynamic-error-exists','s:62:\"de:Ein Parameter mit dem Namen „$1“ ist bereits vorhanden.\";'),('de','messages:apisandbox-dynamic-parameters','s:25:\"de:Zusätzliche Parameter\";'),('de','messages:apisandbox-dynamic-parameters-add-label','s:25:\"de:Parameter hinzufügen:\";'),('de','messages:apisandbox-dynamic-parameters-add-placeholder','s:22:\"de:Name des Parameters\";'),('de','messages:apisandbox-examples','s:12:\"de:Beispiele\";'),('de','messages:apisandbox-fetch-token','s:35:\"de:Den Token automatisch ausfüllen\";'),('de','messages:apisandbox-helpurls','s:14:\"de:Hilfe-Links\";'),('de','messages:apisandbox-intro','s:569:\"de:Diese Seite kannst du für Versuche mit der <strong>MediaWiki-API</strong> verwenden.\nDie [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page Dokumentation zur API] enthält weitere Hinweise zu ihrer Nutzung. Beispiel: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page/de#Ein_einfaches_Beispiel Suche nach Seitennamen, die ein bestimmtes Stichwort enthalten]. Wähle für weitere Beispiele eine der verfügbaren Aktionen.\n\nObwohl dies eine Spielwiese ist, bedenke, dass Aktionen, die du auf dieser Seite durchführst, das Wiki verändern.\";'),('de','messages:apisandbox-jsonly','s:62:\"de:Zur Nutzung der API-Spielwiese ist JavaScript erforderlich.\";'),('de','messages:apisandbox-load-error','s:90:\"de:Beim Laden von Informationen für das API-Modul „$1“ ist ein Fehler aufgetreten: $2\";'),('de','messages:apisandbox-loading','s:53:\"de:Lade Informationen für das API-Modul „$1“ …\";'),('de','messages:apisandbox-loading-results','s:29:\"de:Rufe API-Ergebnisse ab …\";'),('de','messages:apisandbox-multivalue-all-namespaces','s:25:\"de:$1 (Alle Namensräume)\";'),('de','messages:apisandbox-multivalue-all-values','s:18:\"de:$1 (Alle Werte)\";'),('de','messages:apisandbox-no-parameters','s:40:\"de:Dieses API-Modul hat keine Parameter.\";'),('de','messages:apisandbox-param-limit','s:62:\"de:Gib <kbd>max</kbd> ein, um das maximale Limit zu verwenden.\";'),('de','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('de','messages:apisandbox-request-format-php-label','s:12:\"de:PHP-Array\";'),('de','messages:apisandbox-request-format-url-label','s:27:\"de:URL-Abfrage-Zeichenfolge\";'),('de','messages:apisandbox-request-json-label','s:17:\"de:Anfragen-JSON:\";'),('de','messages:apisandbox-request-php-label','s:23:\"de:PHP-Array anfordern:\";'),('de','messages:apisandbox-request-selectformat-label','s:29:\"de:Anfragedaten anzeigen als:\";'),('de','messages:apisandbox-request-time','s:70:\"de:Dauer der Anfrage: {{PLURAL:$1|Eine Millisekunde|$1 Millisekunden}}\";'),('de','messages:apisandbox-request-url-label','s:20:\"de:Anforderungs-URL:\";'),('de','messages:apisandbox-reset','s:9:\"de:Leeren\";'),('de','messages:apisandbox-results','s:13:\"de:Ergebnisse\";'),('de','messages:apisandbox-results-error','s:69:\"de:Beim Laden der API-Anfragenantwort ist ein Fehler aufgetreten: $1.\";'),('de','messages:apisandbox-results-fixtoken','s:43:\"de:Token korrigieren und erneut übertragen\";'),('de','messages:apisandbox-results-fixtoken-fail','s:52:\"de:Der „$1“-Token konnte nicht abgerufen werden.\";'),('de','messages:apisandbox-results-login-suppressed','s:311:\"de:Diese Anfrage wurde als ein abgemeldeter Benutzer verarbeitet, da sie zur Umgehung der Gleicher-Ursprung-Sicherheit des Browsers verwendet werden könnte. Beachte, dass die automatische Tokenbearbeitung der API-Spielwiese mit solchen Anfragen nicht ordnungsgemäß funktioniert. Bitte fülle sie manuell aus.\";'),('de','messages:apisandbox-retry','s:19:\"de:Erneut versuchen\";'),('de','messages:apisandbox-sending-request','s:24:\"de:Sende API-Anfrage …\";'),('de','messages:apisandbox-submit','s:21:\"de:Anfrage ausführen\";'),('de','messages:apisandbox-submit-invalid-fields-message','s:65:\"de:Korrigiere bitte die markierten Felder und versuche es erneut.\";'),('de','messages:apisandbox-submit-invalid-fields-title','s:31:\"de:Einige Felder sind ungültig\";'),('de','messages:apisandbox-summary','s:3:\"en:\";'),('de','messages:apisandbox-templated-parameter-reason','s:145:\"de:Diese [[Special:ApiHelp/main#main/templatedparams|Vorlagenparameter]] werden basierend auf {{PLURAL:$1|dem Wert|den Werten}} von $2 angeboten.\";'),('de','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('de','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('de','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('de','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('de','messages:apiwarn-compare-no-next','s:122:\"de:Die Version $2 ist die aktuelle Version von $1. Es gibt keine zu vergleichende Version für <kbd>torelative=next</kbd>.\";'),('de','messages:apiwarn-compare-no-prev','s:123:\"de:Die Version $2 ist die früheste Version von $1. Es gibt keine zu vergleichende Version für <kbd>torelative=prev</kbd>.\";'),('de','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('de','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('de','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('de','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('de','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('de','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('de','messages:apiwarn-deprecation-missingparam','s:176:\"de:Da <var>$1</var> nicht angegeben wurde, wurde ein veraltetes Format für die Ausgabe verwendet. Dieses Format ist veraltet und in Zukunft wird immer das neue Format benutzt.\";'),('de','messages:apiwarn-deprecation-parameter','s:44:\"de:Der Parameter <var>$1</var> ist veraltet.\";'),('de','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('de','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('de','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('de','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('de','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('de','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('de','messages:apiwarn-ignoring-invalid-templated-value','s:100:\"de:Ignorieren des Wertes <kbd>$2</kbd> in <var>$1</var> bei der Verarbeitung von Vorlagenparametern.\";'),('de','messages:apiwarn-invalidcategory','s:32:\"de:„$1“ ist keine Kategorie.\";'),('de','messages:apiwarn-invalidtitle','s:37:\"de:„$1“ ist kein gültiger Titel.\";'),('de','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('de','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('de','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('de','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('de','messages:apiwarn-notfile','s:28:\"de:„$1“ ist keine Datei.\";'),('de','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('de','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('de','messages:apiwarn-parse-revidwithouttext','s:170:\"de:<var>revid</var>, ohne <var>text</var> verwendet, und geparste Seiteneigenschaften wurden angefordert. Wolltest du <var>oldid</var> anstatt <var>revid</var> verwenden?\";'),('de','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('de','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('de','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('de','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('de','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('de','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('de','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('de','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('de','messages:apiwarn-validationfailed','s:44:\"de:Validierungsfehler für <kbd>$1</kbd>: $2\";'),('de','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('de','messages:apiwarn-validationfailed-badpref','s:30:\"de:Keine gültige Einstellung.\";'),('de','messages:apiwarn-validationfailed-cannotset','s:49:\"de:Kann nicht von diesem Modul festgelegt werden.\";'),('de','messages:apiwarn-validationfailed-keytoolong','s:111:\"de:Der Schlüssel ist zu lang. Es {{PLURAL:$1|ist nicht mehr als 1 Byte|sind nicht mehr als $1 Bytes}} erlaubt.\";'),('de','messages:apiwarn-validationfailed-valuetoolong','s:71:\"de:Wert zu lang (nicht mehr als {{PLURAL:$1|1 Byte|$1 Bytes}} erlaubt).\";'),('de','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('de','messages:apr','s:7:\"de:Apr.\";'),('de','messages:april','s:8:\"de:April\";'),('de','messages:april-gen','s:8:\"de:April\";'),('de','messages:article','s:8:\"de:Seite\";'),('de','messages:articleexists','s:100:\"de:Unter dem Namen [[:$1]] existiert bereits eine Seite oder der gewählte Seitenname ist ungültig.\";'),('de','messages:aug','s:7:\"de:Aug.\";'),('de','messages:august','s:9:\"de:August\";'),('de','messages:august-gen','s:9:\"de:August\";'),('de','messages:authenticationdatachange-ignored','s:113:\"de:Die Änderung der Authentifizierungsdaten wurde nicht bearbeitet. Vielleicht wurde kein Anbieter konfiguriert?\";'),('de','messages:authform-newtoken','s:22:\"de:Fehlender Token. $1\";'),('de','messages:authform-nosession-login','s:109:\"de:Die Authentifizierung war erfolgreich, aber dein Browser kann sich deine Anmeldung nicht „merken“.\n\n$1\";'),('de','messages:authform-nosession-signup','s:104:\"de:Das Benutzerkonto wurde erstellt, aber dein Browser kann sich deine Anmeldung nicht „merken“.\n\n$1\";'),('de','messages:authform-notoken','s:18:\"de:Fehlender Token\";'),('de','messages:authform-wrongtoken','s:17:\"de:Falscher Token\";'),('de','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('de','messages:authmanager-authn-autocreate-failed','s:80:\"de:Die automatische Erstellung des lokalen Benutzerkontos ist fehlgeschlagen: $1\";'),('de','messages:authmanager-authn-no-local-user','s:92:\"de:Die angegebenen Anmeldeinformationen sind mit keinem Benutzer auf diesem Wiki verknüpft.\";'),('de','messages:authmanager-authn-no-local-user-link','s:287:\"de:Die angegebenen Anmeldeinformationen sind gültig, aber sind mit keinem Benutzer auf diesem Wiki verknüpft. Melde dich auf andere Weise an oder erstelle ein neues Benutzerkonto und du wirst die Möglichkeit haben, deine früheren Anmeldeinformationen mit diesem Konto zu verknüpfen.\";'),('de','messages:authmanager-authn-no-primary','s:73:\"de:Die angegebenen Anmeldeinformationen konnten nicht überprüft werden.\";'),('de','messages:authmanager-authn-not-in-progress','s:112:\"de:Die Authentifizierung ist nicht im Gang oder es sind Sitzungsdaten verloren gegangen. Bitte beginne von vorn.\";'),('de','messages:authmanager-autocreate-exception','s:102:\"de:Die automatische Benutzerkontenerstellung ist aufgrund früherer Fehler vorübergehend deaktiviert.\";'),('de','messages:authmanager-autocreate-noperm','s:63:\"de:Die automatische Benutzerkontenerstellung ist nicht erlaubt.\";'),('de','messages:authmanager-change-not-supported','s:113:\"de:Die angegebenen Anmeldeinformationen konnten nicht geändert werden, da sie von nichts genutzt werden würden.\";'),('de','messages:authmanager-create-disabled','s:48:\"de:Die Benutzerkontenerstellung ist deaktiviert.\";'),('de','messages:authmanager-create-from-login','s:67:\"de:Um dein Benutzerkonto zu erstellen, fülle bitte die Felder aus.\";'),('de','messages:authmanager-create-no-primary','s:105:\"de:Die angegebenen Anmeldeinformationen konnten nicht für die Benutzerkontenerstellung verwendet werden.\";'),('de','messages:authmanager-create-not-in-progress','s:119:\"de:Die Benutzerkontenerstellung ist nicht im Gang oder es sind Sitzungsdaten verloren gegangen. Bitte beginne von vorn.\";'),('de','messages:authmanager-domain-help','s:45:\"de:Domain für die externe Authentifizierung.\";'),('de','messages:authmanager-email-help','s:17:\"de:E-Mail-Adresse\";'),('de','messages:authmanager-email-label','s:9:\"de:E-Mail\";'),('de','messages:authmanager-link-no-primary','s:107:\"de:Die angegebenen Anmeldeinformationen konnten nicht für die Benutzerkontenverknüpfung verwendet werden.\";'),('de','messages:authmanager-link-not-in-progress','s:121:\"de:Die Benutzerkontenverknüpfung ist nicht im Gang oder es sind Sitzungsdaten verloren gegangen. Bitte beginne von vorn.\";'),('de','messages:authmanager-password-help','s:39:\"de:Passwort für die Authentifizierung.\";'),('de','messages:authmanager-provider-password','s:37:\"de:Passwortbasierte Authentifizierung\";'),('de','messages:authmanager-provider-password-domain','s:49:\"de:Passwort- und domainbasierte Authentifizierung\";'),('de','messages:authmanager-provider-temporarypassword','s:23:\"de:Temporäres Passwort\";'),('de','messages:authmanager-realname-help','s:35:\"de:Bürgerlicher Name des Benutzers\";'),('de','messages:authmanager-realname-label','s:21:\"de:Bürgerlicher Name\";'),('de','messages:authmanager-retype-help','s:45:\"de:Passwort erneut zur Bestätigung eingeben.\";'),('de','messages:authmanager-userdoesnotexist','s:52:\"de:Das Benutzerkonto „$1“ ist nicht registriert.\";'),('de','messages:authmanager-userlogin-remembermypassword-help','s:71:\"de:Ob das Passwort länger als die Sitzungslänge behalten werden soll.\";'),('de','messages:authmanager-username-help','s:43:\"de:Benutzername für die Authentifizierung.\";'),('de','messages:authpage-cannot-create','s:58:\"de:Benutzerkontenerstellung konnte nicht gestartet werden.\";'),('de','messages:authpage-cannot-create-continue','s:141:\"de:Die Erstellung des Benutzerkontos konnte nicht abgeschlossen werden. Wahrscheinlich liegt bei deiner Sitzung eine Zeitüberschreitung vor.\";'),('de','messages:authpage-cannot-link','s:64:\"de:Die Benutzerkontenverknüpfung konnte nicht gestartet werden.\";'),('de','messages:authpage-cannot-link-continue','s:143:\"de:Die Verknüpfung des Benutzerkontos konnte nicht abgeschlossen werden. Wahrscheinlich liegt bei deiner Sitzung eine Zeitüberschreitung vor.\";'),('de','messages:authpage-cannot-login','s:43:\"de:Anmeldung konnte nicht gestartet werden.\";'),('de','messages:authpage-cannot-login-continue','s:117:\"de:Anmeldung konnte nicht abgeschlossen werden. Wahrscheinlich liegt bei deiner Sitzung eine Zeitüberschreitung vor.\";'),('de','messages:authprovider-confirmlink-failed','s:72:\"de:Die Benutzerkontenverknüpfung war nicht vollständig erfolgreich: $1\";'),('de','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('de','messages:authprovider-confirmlink-message','s:260:\"de:Basierend auf deinen letzten Anmeldeversuchen können die folgenden Benutzerkonten mit deinem Wiki-Benutzerkonto verknüpft werden. Das Verknüpfen ermöglicht die Anmeldung über diese Konten. Bitte wähle das Benutzerkonto aus, das verknüpft werden soll.\";'),('de','messages:authprovider-confirmlink-ok-help','s:64:\"de:Nach der Anzeige von Verknüpfungsfehlermeldungen fortfahren.\";'),('de','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('de','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('de','messages:authprovider-confirmlink-request-label','s:47:\"de:Benutzerkonten, die verknüpft werden sollen\";'),('de','messages:authprovider-confirmlink-success-line','s:30:\"de:$1: Erfolgreich verknüpft.\";'),('de','messages:authprovider-resetpass-skip-help','s:49:\"de:Das Zurücksetzen des Passworts überspringen.\";'),('de','messages:authprovider-resetpass-skip-label','s:16:\"de:Überspringen\";'),('de','messages:autoblockedtext','s:712:\"de:Deine IP-Adresse wurde automatisch gesperrt, da sie von einem anderen Benutzer genutzt wurde, der von $1 gesperrt wurde.\nAls Grund wurde angegeben:\n\n:\'\'$2\'\'\n\n* Beginn der Sperre: $8\n* Ende der Sperre: $6\n* Sperre betrifft: $7\n\nDu kannst $1 oder einen der anderen [[{{MediaWiki:Grouppage-sysop}}|Administratoren]] kontaktieren, um über die Sperre zu diskutieren.\n\nDu kannst die „{{int:emailuser}}“-Funktion nutzen, wenn eine gültige E-Mail-Adresse in deinen [[Special:Preferences|Benutzerkonto-Einstellungen]] eingetragen ist und diese Funktion für dich nicht gesperrt wurde.\n\nDeine aktuelle IP-Adresse ist $3, und die Sperr-ID ist $5.\nBitte füge alle Informationen jeder Anfrage hinzu, die du stellst.\";'),('de','messages:autoblocker','s:119:\"de:Automatische Sperre, da du eine gemeinsame IP-Adresse mit [[User:$1|$1]] benutzt.\nGrund der Benutzersperre: „$2“\";'),('de','messages:autoblockid','s:28:\"de:Automatische Sperrung #$1\";'),('de','messages:autoblocklist','s:23:\"de:Automatische Sperren\";'),('de','messages:autoblocklist-empty','s:48:\"de:Die Liste der automatischen Sperren ist leer.\";'),('de','messages:autoblocklist-legend','s:33:\"de:Automatische Sperren auflisten\";'),('de','messages:autoblocklist-localblocks','s:51:\"de:Lokale automatische {{PLURAL:$1|Sperre|Sperren}}\";'),('de','messages:autoblocklist-otherblocks','s:51:\"de:Andere automatische {{PLURAL:$1|Sperre|Sperren}}\";'),('de','messages:autoblocklist-submit','s:9:\"de:Suchen\";'),('de','messages:autoblocklist-total-autoblocks','s:47:\"de:Gesamte Anzahl der automatischen Sperren: $1\";'),('de','messages:autochange-username','s:35:\"de:Automatische MediaWiki-Änderung\";'),('de','messages:autocomment-prefix','s:3:\"en:\";'),('de','messages:autocreate-edit-warning','s:456:\"de:<strong>Warnung:</strong> Du bist nicht angemeldet. Deine Eingabe wird einem <strong>automatisch generierten Namen</strong> zugeordnet, indem ein Cookie in deinem Browser gespeichert wird. Deine IP-Adresse wird für vertrauenswürdige Benutzer sichtbar sein. Wenn du dich <strong>[$1 anmeldest]</strong> oder <strong>[$2 ein Konto erstellst]</strong>, werden deine Bearbeitungen einem von dir gewählten Namen zugeordnet; dies hat auch weitere Vorzüge.\";'),('de','messages:autocreate-preview-warning','s:162:\"de:<em>Du bist nicht angemeldet. Dein Beitrag wird einem automatisch generierten Namen zugeordnet und deine IP-Adresse ist für die Administratoren sichtbar.</em>\";'),('de','messages:autoredircomment','s:37:\"de:Weiterleitung nach [[$1]] erstellt\";'),('de','messages:autosumm-blank','s:27:\"de:Die Seite wurde geleert.\";'),('de','messages:autosumm-changed-redirect-target','s:54:\"de:Weiterleitungsziel von [[$1]] nach [[$2]] geändert\";'),('de','messages:autosumm-new','s:41:\"de:Die Seite wurde neu angelegt: „$1“\";'),('de','messages:autosumm-newblank','s:23:\"de:Leere Seite erstellt\";'),('de','messages:autosumm-removed-redirect','s:36:\"de:Weiterleitung auf [[$1]] entfernt\";'),('de','messages:autosumm-replace','s:68:\"de:Der Seiteninhalt wurde durch einen anderen Text ersetzt: „$1“\";'),('de','messages:backend-fail-alreadyexists','s:37:\"de:Die Seite $1 ist bereits vorhanden\";'),('de','messages:backend-fail-backup','s:46:\"de:Die Datei $1 konnte nicht gesichert werden.\";'),('de','messages:backend-fail-batchsize','s:254:\"de:Dem Speicher-Backend wurde eine Stapelverarbeitungsdatei mit {{PLURAL:$1|einem Verarbeitungsschritt|$1 Verarbeitungsschritten}} übermittelt. Die zulässige Obergrenze liegt indes bei {{PLURAL:$2|einem Verarbeitungsschritt|$2 Verarbeitungsschritten}}.\";'),('de','messages:backend-fail-closetemp','s:56:\"de:Die temporäre Datei konnte nicht geschlossen werden.\";'),('de','messages:backend-fail-connect','s:79:\"de:Es konnte keine Verbindung zum Speicher-Backend „$1“ hergestellt werden.\";'),('de','messages:backend-fail-contenttype','s:92:\"de:Der Inhaltstyp, der im Pfad „$1“ zu speichernden Datei, konnte nicht bestimmt werden.\";'),('de','messages:backend-fail-copy','s:52:\"de:Die Datei $1 konnte nicht nach $2 kopiert werden.\";'),('de','messages:backend-fail-create','s:48:\"de:Die Datei $1 konnte nicht gespeichert werden.\";'),('de','messages:backend-fail-delete','s:46:\"de:Die Datei $1 konnte nicht gelöscht werden.\";'),('de','messages:backend-fail-describe','s:72:\"de:Die Metadaten für die Datei „$1“ konnten nicht geändert werden.\";'),('de','messages:backend-fail-hash','s:66:\"de:Konnte den kryptographischen Hash der Datei $1 nicht ermitteln.\";'),('de','messages:backend-fail-hashes','s:75:\"de:Die Streuwerte der Datei konnten nicht zum Vergleichen abgerufen werden.\";'),('de','messages:backend-fail-internal','s:71:\"de:Im Speicher-Backend „$1“ ist ein unbekannter Fehler aufgetreten.\";'),('de','messages:backend-fail-invalidpath','s:44:\"de:$1 ist kein gültiger Pfad zum Speichern.\";'),('de','messages:backend-fail-maxsize','s:105:\"de:Die Datei $1 konnte nicht gespeichert werden, da sie größer als {{PLURAL:$2|ein Byte|$2 Bytes}} ist.\";'),('de','messages:backend-fail-move','s:55:\"de:Die Datei $1 konnte nicht nach $2 verschoben werden.\";'),('de','messages:backend-fail-notexists','s:36:\"de:Die Datei $1 ist nicht vorhanden.\";'),('de','messages:backend-fail-notsame','s:67:\"de:Es ist bereits eine Datei $1 vorhanden, die nicht identisch ist.\";'),('de','messages:backend-fail-opentemp','s:54:\"de:Die temporäre Datei konnte nicht geöffnet werden.\";'),('de','messages:backend-fail-read','s:44:\"de:Die Datei $1 konnte nicht gelesen werden.\";'),('de','messages:backend-fail-readonly','s:104:\"de:Das Speicher-Backend „$1“ befindet sich derzeit im Lesemodus. Der Grund hierfür ist: <em>$2</em>\";'),('de','messages:backend-fail-sizes','s:66:\"de:Die Dateigrößen konnten nicht zum Vergleich abgerufen werden.\";'),('de','messages:backend-fail-stat','s:49:\"de:Konnte den Status der Datei $1 nicht auslesen.\";'),('de','messages:backend-fail-store','s:57:\"de:Die Datei $1 konnte nicht unter $2 gespeichert werden.\";'),('de','messages:backend-fail-stream','s:48:\"de:Die Datei $1 konnte nicht übertragen werden.\";'),('de','messages:backend-fail-synced','s:111:\"de:Die Datei „$1“ befindet sich, innerhalb des internen Speicher-Backends, in einem inkonsistenten Zustand.\";'),('de','messages:backend-fail-usable','s:167:\"de:Die Datei „$1“ konnte entweder aufgrund eines nicht vorhandenen Verzeichnisses oder wegen unzureichender Berechtigungen weder abgerufen noch gespeichert werden.\";'),('de','messages:backend-fail-writetemp','s:56:\"de:Die temporäre Datei konnte nicht geschrieben werden.\";'),('de','messages:backlinksubtitle','s:9:\"en:← $1\";'),('de','messages:bad-target-model','s:146:\"de:Die gewünschte Zielseite verwendet ein abweichendes Inhaltsmodell. Das Inhaltsmodell $1 kann nicht in das Inhaltsmodell $2 umgewandelt werden.\";'),('de','messages:bad_image_list','s:264:\"de:Format:\n\nNur Zeilen, die mit einem * anfangen, werden ausgewertet. Als erstes nach dem * muss ein Link auf eine unerwünschte Datei stehen.\nDarauf folgende Seitenlinks in derselben Zeile definieren Ausnahmen, in deren Kontext die Datei trotzdem erscheinen darf.\";'),('de','messages:badaccess','s:37:\"de:Keine ausreichenden Benutzerrechte\";'),('de','messages:badaccess-group0','s:69:\"de:Du hast nicht die erforderlichen Benutzerrechte für diese Aktion.\";'),('de','messages:badaccess-groups','s:113:\"de:Diese Aktion ist auf Benutzer beschränkt, die {{PLURAL:$2|der Gruppe|einer der Gruppen}} „$1“ angehören.\";'),('de','messages:badarticleerror','s:61:\"de:Diese Aktion kann auf diese Seite nicht angewendet werden.\";'),('de','messages:badfilename','s:45:\"de:Der Dateiname wurde in „$1“ geändert.\";'),('de','messages:badipaddress','s:42:\"de:Die IP-Adresse hat ein falsches Format.\";'),('de','messages:badretype','s:49:\"de:Die beiden Passwörter stimmen nicht überein.\";'),('de','messages:badsig','s:66:\"de:Die Syntax der Signatur ist ungültig; bitte HTML überprüfen.\";'),('de','messages:badsightml','s:69:\"de:Deine Unterschrift enthält ungültige oder veraltete HTML-Syntax:\";'),('de','messages:badsiglength','s:64:\"de:Die Signatur darf maximal $1 {{PLURAL:$1|Zeichen}} lang sein.\";'),('de','messages:badsiglinebreak','s:70:\"de:Deine Unterschrift muss aus einer einzigen Zeile Wikitext bestehen.\";'),('de','messages:badsiglinks','s:182:\"de:Deine Unterschrift muss einen Link zu deiner Benutzerseite, Diskussionsseite oder deinen Beiträgen in diesem Wiki enthalten. Bitte füge ihn hinzu, zum Beispiel: <code>$1</code>.\";'),('de','messages:badsigsubst','s:129:\"de:Deine Unterschrift enthält verschachtelte Ersetzungen (z. B. <code>subst:</code> oder <code><nowiki>~~~~~~</nowiki></code>).\";'),('de','messages:badtitle','s:20:\"de:Ungültiger Titel\";'),('de','messages:badtitletext','s:112:\"de:Der Titel der angeforderten Seite ist ungültig, leer oder ein ungültiger Sprachlink von einem anderen Wiki.\";'),('de','messages:beta-feature-minerva','s:91:\"de:Die mobile Benutzeroberfläche „{{int:skinname-minerva}}“ auf dem Desktop aktivieren\";'),('de','messages:beta-feature-minerva-description','s:183:\"de:Macht aus der auf mobilen Geräten verwendeten Benutzeroberfläche unter der Einstellungs-Registerkarte „{{int:prefs-rendering}}“ eine auswählbare Desktop-Benutzeroberfläche.\";'),('de','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('de','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('de','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('de','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('de','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('de','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('de','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('de','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('de','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('de','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('de','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('de','messages:blankarticle','s:141:\"de:<strong>Warnung:</strong> Die Seite, die du erstellst, ist leer.\nWenn du erneut auf „$1“ klickst, wird die Seite ohne Inhalt erstellt.\";'),('de','messages:blanknamespace','s:11:\"de:(Seiten)\";'),('de','messages:blankpage','s:14:\"de:Leere Seite\";'),('de','messages:block','s:19:\"de:Benutzer sperren\";'),('de','messages:block-actions','s:11:\"de:Sperrtyp\";'),('de','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('de','messages:block-details','s:21:\"de:Details der Sperre\";'),('de','messages:block-expiry','s:14:\"de:Sperrdauer:\";'),('de','messages:block-log-flags-angry-autoblock','s:34:\"de:erweiterter Autoblock aktiviert\";'),('de','messages:block-log-flags-anononly','s:14:\"de:nur Anonyme\";'),('de','messages:block-log-flags-hiddenname','s:25:\"de:Benutzername versteckt\";'),('de','messages:block-log-flags-noautoblock','s:24:\"de:Autoblock deaktiviert\";'),('de','messages:block-log-flags-nocreate','s:41:\"de:Erstellung von Benutzerkonten gesperrt\";'),('de','messages:block-log-flags-noemail','s:26:\"de:E-Mail-Versand gesperrt\";'),('de','messages:block-log-flags-nousertalk','s:48:\"de:darf eigene Diskussionsseite nicht bearbeiten\";'),('de','messages:block-options','s:25:\"de:Zusätzliche Optionen:\";'),('de','messages:block-reason','s:9:\"de:Grund:\";'),('de','messages:block-target','s:49:\"de:Benutzername, IP-Adresse oder IP-Adressbereich\";'),('de','messages:block-target-placeholder','s:42:\"de:Benutzername, 1.1.1.42 oder 1.1.1.42/16\";'),('de','messages:blocked-mailpassword','s:164:\"de:Deine IP-Adresse ist für das Bearbeiten gesperrt. Um Missbrauch zu vermeiden, ist die Verwendung der Passwortzurücksetzung von dieser IP-Adresse nicht erlaubt.\";'),('de','messages:blocked-notice-logextract','s:145:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} ist zurzeit gesperrt.\nZur Information folgt ein aktueller Auszug aus dem Benutzersperr-Logbuch:\";'),('de','messages:blockednoreason','s:30:\"de:keine Begründung angegeben\";'),('de','messages:blockedtext','s:713:\"de:<strong>Dein Benutzername oder deine IP-Adresse wurde gesperrt.</strong>\n\nDie Sperrung wurde von $1 durchgeführt.\nAls Grund wurde <em>$2</em> angegeben.\n\n* Beginn der Sperre: $8\n* Ende der Sperre: $6\n* Sperre betrifft: $7\n\nDu kannst $1 oder einen der anderen [[{{MediaWiki:Grouppage-sysop}}|Administratoren]] kontaktieren, um über die Sperre zu diskutieren.\nDu kannst die „{{int:emailuser}}“-Funktion nutzen, wenn eine gültige E-Mail-Adresse in deinen [[Special:Preferences|Benutzerkonto-Einstellungen]] eingetragen ist und diese Funktion für dich nicht gesperrt wurde.\nDeine aktuelle IP-Adresse ist $3 und die Sperrkennung lautet $5.\nBitte füge alle Informationen jeder Anfrage hinzu, die du stellst.\";'),('de','messages:blockedtext-composite','s:275:\"de:<strong>Dein Benutzername oder deine IP-Adresse wurde gesperrt.</strong>\n\nDer angegebene Grund ist:\n\n:<em>$2</em>\n\n* Beginn der Sperre: $8\n* Ablauf der längsten Sperre: $6\n\n* $5\n\nDeine aktuelle IP-Adresse ist $3.\nBitte gib alle oben stehenden Details in jeder Anfrage an.\";'),('de','messages:blockedtext-composite-ids','s:101:\"de:Relevante Sperr-IDs: $1 (deine IP-Adresse könnte ebenfalls in einer Sperrliste eingetragen sein.)\";'),('de','messages:blockedtext-composite-no-ids','s:54:\"de:Deine IP-Adresse taucht in mehreren Sperrlisten auf\";'),('de','messages:blockedtext-composite-reason','s:77:\"de:Es gibt mehrere Sperren gegen dein Benutzerkonto und/oder deine IP-Adresse\";'),('de','messages:blockedtext-partial','s:501:\"de:<strong>Dein Benutzerkonto oder deine IP-Adresse ist für das Durchführen dieser Aktion gesperrt. Du kannst möglicherweise noch andere Sachen in diesem Wiki, wie z. B. bestimmte Seiten, bearbeiten.</strong> Du kannst die vollständigen Einzelheiten in deinen [[Special:MyContributions|Benutzerbeiträgen]] einsehen.\n\nDie Sperre wurde von $1 durchgeführt.\n\nDie angegebene Begründung lautet: <em>$2</em>.\n\n* Beginn der Sperre: $8\n* Ablauf der Sperre: $6\n* Sperre betrifft: $7\n* Sperrkennung: #$5\";'),('de','messages:blockedtitle','s:24:\"de:Benutzer ist gesperrt\";'),('de','messages:blockip','s:55:\"de:IP-Adresse/{{GENDER:$1|Benutzer|Benutzerin}} sperren\";'),('de','messages:blockipsuccesssub','s:31:\"de:Die Sperrung war erfolgreich\";'),('de','messages:blockipsuccesstext','s:172:\"de:Der Benutzer / die IP-Adresse [[Special:Contributions/$1|$1]] wurde gesperrt.<br />\nZur Aufhebung der Sperre siehe die [[Special:BlockList|Liste aller aktiven Sperren]].\";'),('de','messages:blockiptext','s:493:\"de:Mit diesem Formular sperrst du eine IP-Adresse oder einen Benutzernamen, so dass von dort keine Änderungen mehr vorgenommen werden können.\nDies sollte nur erfolgen, um Vandalismus zu verhindern und in Übereinstimmung mit den [[{{MediaWiki:Policy-url}}|Richtlinien]].\nBitte gib den Grund für die Sperre an.\nDu kannst IP-Bereiche mit der [https://de.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR]-Syntax sperren; der größte erlaubte Bereich ist /$1 für IPv4 und /$2 für IPv6.\";'),('de','messages:blocklink','s:10:\"de:Sperren\";'),('de','messages:blocklist','s:21:\"de:Gesperrte Benutzer\";'),('de','messages:blocklist-addressblocks','s:43:\"de:Sperren einzelner IP-Adressen ausblenden\";'),('de','messages:blocklist-autoblocks','s:24:\"de:Autoblocks ausblenden\";'),('de','messages:blocklist-by','s:15:\"de:Gesperrt von\";'),('de','messages:blocklist-editing','s:13:\"de:Bearbeiten\";'),('de','messages:blocklist-editing-action','s:11:\"de:Aktionen\";'),('de','messages:blocklist-editing-ns','s:15:\"de:Namensräume\";'),('de','messages:blocklist-editing-page','s:9:\"de:Seiten\";'),('de','messages:blocklist-editing-sitewide','s:31:\"de:Bearbeiten (gesamte Website)\";'),('de','messages:blocklist-expiry','s:17:\"de:Sperrdauer bis\";'),('de','messages:blocklist-indefblocks','s:34:\"de:Unbefristete Sperren ausblenden\";'),('de','messages:blocklist-nousertalk','s:48:\"de:darf eigene Diskussionsseite nicht bearbeiten\";'),('de','messages:blocklist-params','s:17:\"de:Sperrparameter\";'),('de','messages:blocklist-rangeblocks','s:29:\"de:Bereichssperren ausblenden\";'),('de','messages:blocklist-reason','s:8:\"de:Grund\";'),('de','messages:blocklist-summary','s:3:\"en:\";'),('de','messages:blocklist-target','s:7:\"de:Ziel\";'),('de','messages:blocklist-tempblocks','s:32:\"de:Befristete Sperren ausblenden\";'),('de','messages:blocklist-timestamp','s:14:\"de:Zeitstempel\";'),('de','messages:blocklist-type','s:7:\"de:Typ:\";'),('de','messages:blocklist-type-opt-all','s:7:\"de:Alle\";'),('de','messages:blocklist-type-opt-partial','s:12:\"de:Teilweise\";'),('de','messages:blocklist-type-opt-sitewide','s:11:\"de:Wikiweit\";'),('de','messages:blocklist-userblocks','s:29:\"de:Benutzersperren ausblenden\";'),('de','messages:blocklog-showlog','s:131:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} wurde schon früher gesperrt. Es folgt der Eintrag aus dem Benutzersperr-Logbuch:\";'),('de','messages:blocklog-showsuppresslog','s:147:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} wurde schon früher gesperrt und versteckt.\nEs folgt der Eintrag aus dem Unterdrückungs-Logbuch:\";'),('de','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('de','messages:blocklogpage','s:24:\"de:Benutzersperr-Logbuch\";'),('de','messages:blocklogtext','s:255:\"de:Dies ist das Logbuch über Sperrungen und Entsperrungen von Benutzern und IP-Adressen.\nAutomatisch gesperrte IP-Adressen werden nicht erfasst.\nSiehe die [[Special:BlockList|Liste der gesperrten IP-Adressen und Benutzernamen]] für alle aktiven Sperren.\";'),('de','messages:booksources','s:13:\"de:ISBN-Suche\";'),('de','messages:booksources-invalid-isbn','s:100:\"de:Vermutlich ist die ISBN ungültig.\nBitte prüfe, ob sie korrekt von der Quelle übertragen wurde.\";'),('de','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('de','messages:booksources-search','s:9:\"de:Suchen\";'),('de','messages:booksources-search-legend','s:40:\"de:Suche nach Bezugsquellen für Bücher\";'),('de','messages:booksources-summary','s:3:\"en:\";'),('de','messages:booksources-text','s:228:\"de:Dies ist eine Liste mit Links zu Internetseiten, die neue und gebrauchte Bücher verkaufen. Dort kann es auch weitere Informationen über die Bücher geben. {{SITENAME}} ist mit keinem dieser Anbieter geschäftlich verbunden.\";'),('de','messages:boteditletter','s:4:\"de:B\";'),('de','messages:botpasswords','s:17:\"de:Botpasswörter\";'),('de','messages:botpasswords-bad-appid','s:42:\"de:Der Botname „$1“ ist nicht gültig.\";'),('de','messages:botpasswords-created-body','s:113:\"de:Das Botpasswort für den Botnamen „$1“ {{GENDER:$2|des Benutzers|der Benutzerin}} „$2“ wurde erstellt.\";'),('de','messages:botpasswords-created-title','s:23:\"de:Botpasswort erstellt\";'),('de','messages:botpasswords-createnew','s:34:\"de:Ein neues Botpasswort erstellen\";'),('de','messages:botpasswords-deleted-body','s:114:\"de:Das Botpasswort für den Botnamen „$1“ {{GENDER:$2|des Benutzers|der Benutzerin}} „$2“ wurde gelöscht.\";'),('de','messages:botpasswords-deleted-title','s:24:\"de:Botpasswort gelöscht\";'),('de','messages:botpasswords-disabled','s:35:\"de:Botpasswörter sind deaktiviert.\";'),('de','messages:botpasswords-editexisting','s:41:\"de:Ein vorhandenes Botpasswort bearbeiten\";'),('de','messages:botpasswords-existing','s:28:\"de:Vorhandene Botpasswörter\";'),('de','messages:botpasswords-help-grants','s:289:\"de:Berechtigungen erlauben den Zugriff auf Rechte, die dein Benutzerkonto bereits besitzt. Das Aktivieren einer Berechtigung hier bietet keinen Zugriff auf Rechte, die dein Benutzerkonto ansonsten nicht hat. Siehe die [[Special:ListGrants|Berechtigungstabelle]] für weitere Informationen.\";'),('de','messages:botpasswords-insert-failed','s:88:\"de:Der Botname „$1“ konnte nicht hinzugefügt werden. Wurde er bereits hinzugefügt?\";'),('de','messages:botpasswords-invalid-name','s:77:\"de:Der angegebene Benutzername enthält keinen Botpassworttrenner („$1“).\";'),('de','messages:botpasswords-label-appid','s:17:\"de:Name des Bots:\";'),('de','messages:botpasswords-label-cancel','s:12:\"de:Abbrechen\";'),('de','messages:botpasswords-label-create','s:12:\"de:Erstellen\";'),('de','messages:botpasswords-label-delete','s:11:\"de:Löschen\";'),('de','messages:botpasswords-label-grants','s:29:\"de:Anwendbare Berechtigungen:\";'),('de','messages:botpasswords-label-grants-column','s:11:\"de:Gewährt\";'),('de','messages:botpasswords-label-needsreset','s:40:\"de:(Passwort muss zurückgesetzt werden)\";'),('de','messages:botpasswords-label-resetpassword','s:25:\"de:Passwort zurücksetzen\";'),('de','messages:botpasswords-label-update','s:16:\"de:Aktualisieren\";'),('de','messages:botpasswords-locked','s:91:\"de:Du kannst dich nicht mit einem Botpasswort anmelden, da dein Benutzerkonto gesperrt ist.\";'),('de','messages:botpasswords-needs-reset','s:125:\"de:Das Botpasswort für den Botnamen „$2“ {{GENDER:$1|des Benutzers|der Benutzerin}} „$1“ muss zurückgesetzt werden.\";'),('de','messages:botpasswords-newpassword','s:325:\"de:Das neue Passwort zur Anmeldung mit <strong>$1</strong> ist <strong>$2</strong>. <em>Bitte speichere diese Anmeldeinformationen.</em><br>Für Bots, bei denen der Anmeldename mit dem späteren Benutzernamen identisch sein muss, kannst du <strong>$3</strong> als Benutzernamen und <strong>$4</strong> als Passwort verwenden.\";'),('de','messages:botpasswords-no-central-id','s:100:\"de:Um Botpasswörter zu verwenden, musst du bei einem zentralisierten Benutzerkonto angemeldet sein.\";'),('de','messages:botpasswords-no-provider','s:52:\"de:BotPasswordsSessionProvider ist nicht verfügbar.\";'),('de','messages:botpasswords-not-exist','s:69:\"de:Der Benutzer „$1“ hat kein Botpasswort mit dem Namen „$2“.\";'),('de','messages:botpasswords-restriction-failed','s:63:\"de:Beschränkungen des Botpassworts verhindern diese Anmeldung.\";'),('de','messages:botpasswords-summary','s:405:\"de:<em>Botpasswörter</em> erlauben Zugriff auf ein Benutzerkonto über die API, ohne die Hauptanmeldeinformationen des Benutzerkontos zu verwenden. Die verfügbaren Benutzerrechte bei der Anmeldung mit einem Botpasswort können beschränkt sein.\n\nWenn du nicht weißt, warum du ein Passwort erstellen sollst, tu es nicht. Du solltest ein Passwort nie für einen anderen erzeugen und es an ihn übergeben.\";'),('de','messages:botpasswords-toolong-grants','s:41:\"de:Es wurden zu viele Grants ausgewählt.\";'),('de','messages:botpasswords-toolong-restrictions','s:57:\"de:Es sind zu viele IP-Adressen oder -Bereiche angegeben.\";'),('de','messages:botpasswords-update-failed','s:82:\"de:Der Botname „$1“ konnte nicht aktualisiert werden. Wurde der Bot gelöscht?\";'),('de','messages:botpasswords-updated-body','s:117:\"de:Das Botpasswort für den Botnamen „$1“ {{GENDER:$2|des Benutzers|der Benutzerin}} „$2“ wurde aktualisiert.\";'),('de','messages:botpasswords-updated-title','s:27:\"de:Botpasswort aktualisiert\";'),('de','messages:brackets','s:7:\"en:[$1]\";'),('de','messages:brackets-end','s:4:\"en:]\";'),('de','messages:brackets-start','s:4:\"en:[\";'),('de','messages:broken-file-category','s:33:\"de:Seiten mit defekten Dateilinks\";'),('de','messages:broken-file-category-desc','s:114:\"de:Die Seite enthält einen defekten Dateilink (einen Link zu einer eingebetteten Datei, die nicht vorhanden ist).\";'),('de','messages:brokenredirects','s:26:\"de:Defekte Weiterleitungen\";'),('de','messages:brokenredirects-delete','s:11:\"de:löschen\";'),('de','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('de','messages:brokenredirects-edit','s:13:\"de:bearbeiten\";'),('de','messages:brokenredirects-summary','s:3:\"en:\";'),('de','messages:brokenredirectstext','s:79:\"de:Diese Spezialseite listet Weiterleitungen auf nicht existierende Seiten auf.\";'),('de','messages:bydate','s:13:\"de:nach Datum\";'),('de','messages:cachedspecial-viewing-cached-ttl','s:76:\"de:Du siehst die gecachte Version dieser Seite, die bis zu $1 alt sein kann.\";'),('de','messages:cactions','s:10:\"de:Weitere\";'),('de','messages:cancel','s:12:\"de:Abbrechen\";'),('de','messages:cannotauth-not-allowed','s:54:\"de:Du bist nicht berechtigt, diese Seite zu verwenden.\";'),('de','messages:cannotauth-not-allowed-title','s:21:\"de:Zugriff verweigert\";'),('de','messages:cannotchangeemail','s:65:\"de:E-Mail-Adressen können in diesem Wiki nicht geändert werden.\";'),('de','messages:cannotcreateaccount-text','s:81:\"de:Die direkte Erstellung von Benutzerkonten ist auf diesem Wiki nicht aktiviert.\";'),('de','messages:cannotcreateaccount-title','s:56:\"de:Die Erstellung von Benutzerkonten ist nicht möglich.\";'),('de','messages:cannotdelete','s:127:\"de:Die Seite oder Datei „$1“ konnte nicht gelöscht werden.\nMöglicherweise wurde sie bereits von jemand anderem gelöscht.\";'),('de','messages:cannotdelete-title','s:45:\"de:Seite „$1“ kann nicht gelöscht werden\";'),('de','messages:cannotlink-no-provider','s:47:\"de:Es gibt keine verknüpfbaren Benutzerkonten.\";'),('de','messages:cannotlink-no-provider-title','s:46:\"de:Es gibt keine verknüpfbaren Benutzerkonten\";'),('de','messages:cannotlogin-text','s:36:\"de:Die Anmeldung ist nicht möglich.\";'),('de','messages:cannotlogin-title','s:30:\"de:Anmeldung nicht erfolgreich\";'),('de','messages:cannotloginnow-text','s:59:\"de:Eine Anmeldung ist mit Verwendung von $1 nicht möglich.\";'),('de','messages:cannotloginnow-title','s:30:\"de:Anmeldung nicht erfolgreich\";'),('de','messages:cannotlogoutnow-text','s:59:\"de:Eine Abmeldung ist mit Verwendung von $1 nicht möglich.\";');
INSERT INTO `mw_l10n_cache` VALUES ('de','messages:cannotlogoutnow-title','s:30:\"de:Abmeldung nicht erfolgreich\";'),('de','messages:cannotmove','s:106:\"de:Die Seite konnte nicht verschoben werden, aus {{PLURAL:$1|dem folgenden Grund|den folgenden Gründen}}:\";'),('de','messages:cannotundelete','s:63:\"de:Einige oder alle Wiederherstellungen sind fehlgeschlagen:\n$1\";'),('de','messages:cannotunlink-no-provider','s:66:\"de:Es gibt keine verbundenen Konten, die getrennt werden könnten.\";'),('de','messages:cannotunlink-no-provider-title','s:66:\"de:Es gibt keine verbundenen Konten, die getrennt werden könnten.\";'),('de','messages:cant-block-nonexistent-page','s:81:\"de:Du kannst einen Benutzer nicht für $1 sperren, weil die Seite nicht existiert\";'),('de','messages:cant-move-category-page','s:60:\"de:Du bist nicht berechtigt, Kategorieseiten zu verschieben.\";'),('de','messages:cant-move-subpages','s:56:\"de:Du bist nicht berechtigt, Unterseiten zu verschieben.\";'),('de','messages:cant-move-to-category-page','s:84:\"de:Du hast keine Berechtigung, um eine Seite zu einer Kategorieseite zu verschieben.\";'),('de','messages:cant-move-to-user-page','s:119:\"de:Du hast nicht die Berechtigung, Seiten auf eine Benutzerseite zu verschieben (mit Ausnahme von Benutzerunterseiten).\";'),('de','messages:cant-move-user-page','s:92:\"de:Du hast nicht die erforderliche Berechtigung, Benutzerhauptseiten verschieben zu können.\";'),('de','messages:cant-see-hidden-user','s:189:\"de:Der Benutzer, den du versuchst zu sperren, wurde bereits gesperrt und verborgen. Da du das „hideuser“-Recht nicht hast, kannst du die Benutzersperre nicht sehen und nicht bearbeiten.\";'),('de','messages:cantmove-titleprotected','s:98:\"de:Die Verschiebung kann nicht durchgeführt werden, da der Zieltitel zur Erstellung gesperrt ist.\";'),('de','messages:cantrollback','s:109:\"de:Die Änderung kann nicht zurückgesetzt werden. Der letzte Beitragende ist der einzige Autor dieser Seite.\";'),('de','messages:cascadeprotected','s:197:\"de:Diese Seite ist für die Bearbeitung gesperrt. Sie ist in die {{PLURAL:$1|folgende Seite|folgenden Seiten}} eingebunden, die mittels der Kaskadensperroption geschützt {{PLURAL:$1|ist|sind}}:\n$2\";'),('de','messages:cascadeprotectedwarning','s:314:\"de:<strong>Achtung:</strong> Diese Seite wurde so geschützt, dass sie nur durch Benutzer mit [[Special:ListGroupRights|besonderen Rechten]] bearbeitet werden kann. Sie ist in {{PLURAL:$1|der folgenden Seite|den folgenden Seiten}} eingebunden, die mittels der Kaskadensperroption geschützt {{PLURAL:$1|ist|sind}}:\";'),('de','messages:categories','s:13:\"de:Kategorien\";'),('de','messages:categories-submit','s:11:\"de:Anzeigen\";'),('de','messages:categories-summary','s:3:\"en:\";'),('de','messages:categoriesfrom','s:23:\"de:Zeige Kategorien ab:\";'),('de','messages:categoriespagetext','s:235:\"de:Die {{PLURAL:$1|folgende Kategorie ist|folgenden Kategorien sind}} auf dem Wiki vorhanden und {{PLURAL:$1|könnte|könnten}} verwendet werden oder nicht.\nSiehe auch die Liste der [[Special:WantedCategories|gewünschten Kategorien]].\";'),('de','messages:category-article-count','s:153:\"de:{{PLURAL:$2|Diese Kategorie enthält nur die folgende Seite.|Folgende {{PLURAL:$1|Seite ist| $1 Seiten sind}} in dieser Kategorie, von $2 insgesamt.}}\";'),('de','messages:category-article-count-limited','s:95:\"de:{{PLURAL:$1|Folgende Seite ist|Die folgenden $1 Seiten sind}} in dieser Kategorie enthalten:\";'),('de','messages:category-empty','s:65:\"de:\'\'Diese Kategorie enthält zurzeit keine Seiten oder Medien.\'\'\";'),('de','messages:category-file-count','s:149:\"de:{{PLURAL:$2|Diese Kategorie enthält nur folgende Datei.|Folgende {{PLURAL:$1|Datei ist|$1 Dateien sind}} in dieser Kategorie, von $2 insgesamt.}}\";'),('de','messages:category-file-count-limited','s:82:\"de:Folgende {{PLURAL:$1|Datei ist|$1 Dateien sind}} in dieser Kategorie enthalten:\";'),('de','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('de','messages:category-media-header','s:35:\"de:Medien in der Kategorie „$1“\";'),('de','messages:category-move-redirect-override','s:4:\"en:-\";'),('de','messages:category-subcat-count','s:186:\"de:{{PLURAL:$2|Diese Kategorie enthält nur die folgende Unterkategorie:|Diese Kategorie enthält die {{PLURAL:$1|folgende Unterkategorie|folgenden $1 Unterkategorien}} ($2 insgesamt):}}\";'),('de','messages:category-subcat-count-limited','s:99:\"de:Diese Kategorie enthält die {{PLURAL:$1|folgende Unterkategorie|folgenden $1 Unterkategorien}}.\";'),('de','messages:category_header','s:35:\"de:Seiten in der Kategorie „$1“\";'),('de','messages:categorypage','s:26:\"de:Kategorieseite anzeigen\";'),('de','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('de','messages:change-blocklink','s:17:\"de:Sperre ändern\";'),('de','messages:changeblockip','s:17:\"de:Sperre ändern\";'),('de','messages:changecontentmodel','s:36:\"de:Inhaltsmodell einer Seite ändern\";'),('de','messages:changecontentmodel-cannot-convert','s:67:\"de:Der Inhalt von [[:$1]] kann nicht zum Typ $2 konvertiert werden.\";'),('de','messages:changecontentmodel-current-label','s:27:\"de:Aktuelles Inhaltsmodell:\";'),('de','messages:changecontentmodel-emptymodels-text','s:64:\"de:Der Inhalt auf [[:$1]] kann zu keinem Typ konvertiert werden.\";'),('de','messages:changecontentmodel-emptymodels-title','s:34:\"de:Keine Inhaltsmodelle verfügbar\";'),('de','messages:changecontentmodel-legend','s:24:\"de:Inhaltsmodell ändern\";'),('de','messages:changecontentmodel-model-label','s:23:\"de:Neues Inhaltsmodell:\";'),('de','messages:changecontentmodel-nodirectediting','s:71:\"de:Das Inhaltsmodell „$1“ unterstützt keine direkten Bearbeitungen\";'),('de','messages:changecontentmodel-reason-label','s:9:\"de:Grund:\";'),('de','messages:changecontentmodel-submit','s:10:\"de:Ändern\";'),('de','messages:changecontentmodel-success-text','s:46:\"de:Der Inhaltstyp von [[:$1]] wurde geändert.\";'),('de','messages:changecontentmodel-success-title','s:36:\"de:Das Inhaltsmodell wurde geändert\";'),('de','messages:changecontentmodel-title-label','s:15:\"de:Seitentitel:\";'),('de','messages:changecredentials','s:31:\"de:Anmeldeinformationen ändern\";'),('de','messages:changecredentials-invalidsubpage','s:55:\"de:$1 ist kein gültiger Typ für Anmeldeinformationen.\";'),('de','messages:changecredentials-submit','s:31:\"de:Anmeldeinformationen ändern\";'),('de','messages:changecredentials-success','s:47:\"de:Deine Anmeldeinformationen wurden geändert.\";'),('de','messages:changed','s:12:\"de:geändert\";'),('de','messages:changeemail','s:40:\"de:E-Mail-Adresse ändern oder entfernen\";'),('de','messages:changeemail-header','s:250:\"de:Fülle dieses Formular vollständig aus, um deine E-Mail-Adresse zu ändern. Falls du die Zuweisung einer E-Mail-Adresse zu deinem Benutzerkonto entfernen möchtest, lasse beim Übermitteln des Formulars das Feld für die neue E-Mail-Adresse leer.\";'),('de','messages:changeemail-maxlength','s:59:\"de:Deine E-Mail-Adresse darf maximal 255 Zeichen lang sein.\";'),('de','messages:changeemail-newemail','s:23:\"de:Neue E-Mail-Adresse:\";'),('de','messages:changeemail-newemail-help','s:249:\"de:Dieses Feld sollte leer gelassen werden, falls du deine E-Mail-Adresse entfernen möchtest. Du wirst nicht in der Lage sein, ein vergessenes Passwort zurückzusetzen und E-Mails von diesem Wiki zu empfangen, wenn die E-Mail-Adresse entfernt wird.\";'),('de','messages:changeemail-no-info','s:76:\"de:Du musst angemeldet sein, um direkt auf diese Seite zugreifen zu können.\";'),('de','messages:changeemail-nochange','s:49:\"de:Bitte gib eine andere neue E-Mail-Adresse ein.\";'),('de','messages:changeemail-none','s:10:\"de:(keine)\";'),('de','messages:changeemail-oldemail','s:27:\"de:Aktuelle E-Mail-Adresse:\";'),('de','messages:changeemail-password','s:30:\"de:Dein {{SITENAME}}-Passwort:\";'),('de','messages:changeemail-submit','s:25:\"de:E-Mail-Adresse ändern\";'),('de','messages:changeemail-summary','s:3:\"en:\";'),('de','messages:changeemail-throttled','s:94:\"de:Du hast zu viele Anmeldeversuche unternommen.\nBitte warte $1, bevor du es erneut versuchst.\";'),('de','messages:changepassword','s:19:\"de:Passwort ändern\";'),('de','messages:changepassword-success','s:33:\"de:Dein Passwort wurde geändert!\";'),('de','messages:changepassword-summary','s:3:\"en:\";'),('de','messages:changepassword-throttled','s:104:\"de:Du hast kürzlich zu viele Anmeldeversuche unternommen.\nBitte warte $1, bevor du es erneut versuchst.\";'),('de','messages:changeslist-nocomment','s:36:\"de:Keine Bearbeitungszusammenfassung\";'),('de','messages:checkbox-all','s:7:\"de:Alle\";'),('de','messages:checkbox-invert','s:11:\"de:Umkehren\";'),('de','messages:checkbox-none','s:8:\"de:Keine\";'),('de','messages:checkbox-select','s:17:\"de:Auswählen: $1\";'),('de','messages:clearyourcache','s:629:\"de:<strong>Hinweis:</strong> Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.\n* <strong>Firefox/Safari:</strong> <em>Umschalttaste</em> drücken und gleichzeitig <em>Aktualisieren</em> anklicken oder entweder <em>Strg+F5</em> oder <em>Strg+R</em> (<em>⌘+R</em> auf dem Mac) drücken\n* <strong>Google Chrome:</strong> <em>Umschalttaste+Strg+R</em> (<em>⌘+Umschalttaste+R</em> auf dem Mac) drücken\n* <strong>Internet Explorer/Edge:</strong> <em>Strg+F5</em> drücken oder <em>Strg</em> drücken und gleichzeitig <em>Aktualisieren</em> anklicken\n* <strong>Opera:</strong> <em>Strg+F5</em>\";'),('de','messages:collapsible-collapse','s:13:\"de:Einklappen\";'),('de','messages:collapsible-expand','s:13:\"de:Ausklappen\";'),('de','messages:colon-separator','s:9:\"en::&#32;\";'),('de','messages:comma-separator','s:9:\"en:,&#32;\";'),('de','messages:common.css','s:70:\"de:/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */\";'),('de','messages:common.js','s:65:\"de:/* Das folgende JavaScript wird für alle Benutzer geladen. */\";'),('de','messages:common.json','s:86:\"de:/* JSON an dieser Stelle wird bei jeder Seitenladung für alle Benutzer geladen. */\";'),('de','messages:compare-page1','s:10:\"de:Seite 1\";'),('de','messages:compare-page2','s:10:\"de:Seite 2\";'),('de','messages:compare-rev1','s:12:\"de:Version 1\";'),('de','messages:compare-rev2','s:12:\"de:Version 2\";'),('de','messages:compare-revision-not-exists','s:46:\"de:Die angegebene Version ist nicht vorhanden.\";'),('de','messages:compare-submit','s:14:\"de:Vergleichen\";'),('de','messages:comparepages','s:21:\"de:Seiten vergleichen\";'),('de','messages:comparepages-summary','s:3:\"en:\";'),('de','messages:compareselectedversions','s:34:\"de:Gewählte Versionen vergleichen\";'),('de','messages:config-invalid-key','s:61:\"de:Ungültiger MediaWiki-Konfigurationsparameter „$1“: $2\";'),('de','messages:config-missing-key','s:55:\"de:Fehlender MediaWiki-Konfigurationsparameter „$1“\";'),('de','messages:confirm','s:14:\"de:Bestätigen\";'),('de','messages:confirm-markpatrolled-button','s:7:\"de:Okay\";'),('de','messages:confirm-markpatrolled-top','s:48:\"de:Version $3 von $2 als kontrolliert markieren?\";'),('de','messages:confirm-mcrrestore-title','s:32:\"de:Eine Version wiederherstellen\";'),('de','messages:confirm-mcrundo-title','s:37:\"de:Eine Änderung rückgängig machen\";'),('de','messages:confirm-purge-bottom','s:78:\"de:Leert den Cache einer Seite und erzwingt die Anzeige der aktuellen Version.\";'),('de','messages:confirm-purge-title','s:28:\"de:Diese Seite aktualisieren\";'),('de','messages:confirm-purge-top','s:38:\"de:Diese Seite aus dem Cache löschen?\";'),('de','messages:confirm-rollback-bottom','s:88:\"de:Diese Aktion wird sofort die ausgewählten Änderungen an dieser Seite zurücksetzen.\";'),('de','messages:confirm-rollback-button','s:7:\"de:Okay\";'),('de','messages:confirm-rollback-top','s:47:\"de:Bearbeitungen an dieser Seite zurücksetzen?\";'),('de','messages:confirm-unwatch-button','s:5:\"de:OK\";'),('de','messages:confirm-unwatch-top','s:65:\"de:Diese Seite von der persönlichen Beobachtungsliste entfernen?\";'),('de','messages:confirm-watch-button','s:5:\"de:OK\";'),('de','messages:confirm-watch-button-expiry','s:13:\"de:Beobachten\";'),('de','messages:confirm-watch-label','s:30:\"de:Beobachtungslisten-Zeitraum\";'),('de','messages:confirm-watch-top','s:63:\"de:Diese Seite zur persönlichen Beobachtungsliste hinzufügen?\";'),('de','messages:confirm_purge_button','s:5:\"de:OK\";'),('de','messages:confirmable-confirm','s:32:\"de:Bist {{GENDER:$1|du}} sicher?\";'),('de','messages:confirmable-no','s:7:\"de:Nein\";'),('de','messages:confirmable-yes','s:5:\"de:Ja\";'),('de','messages:confirmdeletetext','s:240:\"de:Du bist dabei, eine Seite mit allen zugehörigen älteren Versionen zu löschen. Bitte bestätige dazu, dass du dir der Konsequenzen bewusst bist, und dass du in Übereinstimmung mit den [[{{MediaWiki:Policy-url}}|Richtlinien]] handelst.\";'),('de','messages:confirmedittext','s:183:\"de:Du musst deine E-Mail-Adresse erst bestätigen, bevor du Bearbeitungen durchführen kannst. Bitte ergänze und bestätige deine E-Mail in den [[Special:Preferences|Einstellungen]].\";'),('de','messages:confirmemail','s:49:\"de:E-Mail-Adresse bestätigen (Authentifizierung)\";'),('de','messages:confirmemail_body','s:537:\"de:Hallo,\n\njemand mit der IP-Adresse $1, wahrscheinlich du selbst, hat das Benutzerkonto „$2“ bei {{SITENAME}} registriert.\n\nUm die E-Mail-Funktionen von {{SITENAME}} (wieder) zu aktivieren und um zu bestätigen,\ndass dieses Benutzerkonto wirklich zu deiner E-Mail-Adresse und damit zu dir gehört, öffne bitte folgenden Link in deinem Browser:\n\n$3\n\nWenn du das genannte Benutzerkonto *nicht* registriert hast, folge diesem Link, um den Bestätigungsprozess abzubrechen:\n\n$5\n\nDieser Bestätigungscode ist gültig bis zum $6, $7 Uhr.\";'),('de','messages:confirmemail_body_changed','s:472:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst,\nhat die E-Mail-Adresse des Benutzerkontos „$2“ in diese Adresse bei {{SITENAME}} geändert.\n\nUm zu bestätigen, dass dieses Benutzerkonto wirklich dir gehört,\nund um die E-Mail-Features bei {{SITENAME}} zu reaktivieren, öffne diesen Link in deinem Browser:\n\n$3\n\nFalls das Konto *nicht* dir gehört, folge diesem Link,\num die E-Mail-Bestätigung abzubrechen:\n\n$5\n\nDieser Bestätigungscode ist gültig bis $4.\";'),('de','messages:confirmemail_body_set','s:531:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst,\nhat die E-Mail-Adresse des Benutzerkontos „$2“ auf {{SITENAME}} in diese E-Mail-Adresse abgeändert.\n\nUm zu bestätigen, dass dieses Benutzerkonto wirklich zu dir gehört,\nund um die E-Mail-Funktionen auf {{SITENAME}} zu aktivieren, öffne bitte den folgenden Link in deinem Browser:\n\n$3\n\nFalls das Konto *nicht* zu dir gehört, bitte den nachfolgenden Link öffnen,\num die Bestätigung der E-Mail-Adresse abzubrechen:\n\n$5\n\nDieser Bestätigungscode ist gültig bis $4.\";'),('de','messages:confirmemail_invalid','s:141:\"de:Ungültiger Bestätigungscode. Möglicherweise ist der Bestätigungszeitraum verstrichen. Versuche bitte, die Bestätigung zu wiederholen.\";'),('de','messages:confirmemail_invalidated','s:51:\"de:Die E-Mail-Adressbestätigung wurde abgebrochen.\";'),('de','messages:confirmemail_loggedin','s:53:\"de:Deine E-Mail-Adresse wurde erfolgreich bestätigt.\";'),('de','messages:confirmemail_needlogin','s:60:\"de:Du musst dich $1, um deine E-Mail-Adresse zu bestätigen.\";'),('de','messages:confirmemail_noemail','s:115:\"de:Du hast keine gültige E-Mail-Adresse in deinen [[Special:Preferences|persönlichen Einstellungen]] eingetragen.\";'),('de','messages:confirmemail_oncreate','s:201:\"de:Ein Bestätigungs-Code wurde an deine E-Mail-Adresse gesandt. Dieser Code wird für die Anmeldung nicht benötigt, jedoch wird er zur Aktivierung der E-Mail-Funktionen innerhalb des Wikis gebraucht.\";'),('de','messages:confirmemail_pending','s:215:\"de:Es wurde dir bereits ein Bestätigungscode per E-Mail zugeschickt.\nWenn du dein Benutzerkonto erst vor kurzem erstellt hast, warte bitte noch ein paar Minuten auf die E-Mail, bevor du einen neuen Code anforderst.\";'),('de','messages:confirmemail_send','s:31:\"de:Bestätigungscode zuschicken\";'),('de','messages:confirmemail_sendfailed','s:162:\"de:{{SITENAME}} konnte die Bestätigungs-E-Mail nicht an dich versenden.\nBitte prüfe die E-Mail-Adresse auf ungültige Zeichen.\n\nRückmeldung des Mailservers: $1\";'),('de','messages:confirmemail_sent','s:45:\"de:Die Bestätigungs-E-Mail wurde verschickt.\";'),('de','messages:confirmemail_subject','s:49:\"de:[{{SITENAME}}] Bestätigung der E-Mail-Adresse\";'),('de','messages:confirmemail_success','s:106:\"de:Deine E-Mail-Adresse wurde erfolgreich bestätigt. Du kannst dich jetzt [[Special:UserLogin|anmelden]].\";'),('de','messages:confirmemail_text','s:532:\"de:{{SITENAME}} erfordert, dass du deine E-Mail-Adresse bestätigst (authentifizieren), bevor du die erweiterten E-Mail-Funktionen benutzen kannst. Klicke bitte auf die unten stehende, mit „Bestätigungscode zuschicken“ beschriftete Schaltfläche, damit eine automatisch erstellte E-Mail an die angegebene Adresse geschickt wird. Diese E-Mail enthält eine Web-Adresse mit einem Bestätigungscode. Indem du diese Webseite in deinem Webbrowser öffnest, bestätigst du, dass die angegebene E-Mail-Adresse korrekt und gültig ist.\";'),('de','messages:confirmleave-warning','s:90:\"de:Das Verlassen dieser Seite kann dazu führen, dass du alle deine Änderungen verlierst.\";'),('de','messages:confirmrecreate','s:274:\"de:{{GENDER:$1|Der Benutzer|Die Benutzerin}} [[User:$1|$1]] ([[User talk:$1|Diskussion]]) hat diese Seite gelöscht, nachdem du angefangen hast, sie zu bearbeiten. Die Begründung lautete:\n: <em>$2</em>\nBitte bestätige, dass du diese Seite wirklich neu erstellen möchtest.\";'),('de','messages:confirmrecreate-noreason','s:235:\"de:{{GENDER:$1|Der Benutzer|Die Benutzerin}} [[User:$1|$1]] ([[User talk:$1|Diskussion]]) hat diese Seite gelöscht, nachdem du mit der Bearbeitung begonnen hast. Bitte bestätige, dass du die Seite wirklich erneut erstellen möchtest.\";'),('de','messages:content-failed-to-parse','s:58:\"de:Parsen des Inhalts $2 für Modell $1 fehlgeschlagen: $3\";'),('de','messages:content-json-empty-array','s:15:\"de:Leeres Array\";'),('de','messages:content-json-empty-object','s:16:\"de:Leeres Objekt\";'),('de','messages:content-model-css','s:6:\"de:CSS\";'),('de','messages:content-model-javascript','s:13:\"de:JavaScript\";'),('de','messages:content-model-json','s:7:\"en:JSON\";'),('de','messages:content-model-text','s:11:\"de:Klartext\";'),('de','messages:content-model-wikitext','s:11:\"de:Wikitext\";'),('de','messages:content-not-allowed-here','s:82:\"de:Der Inhalt „$1“ ist auf der Seite [[:$2]] im Schlitz „$3“ nicht erlaubt\";'),('de','messages:contentmodelediterror','s:145:\"de:Du kannst diese Version nicht bearbeiten, da das Inhaltsmodell <code>$1</code> vom aktuellen Inhaltsmodell der Seite <code>$2</code> abweicht.\";'),('de','messages:continue-editing','s:29:\"de:Zum Bearbeitungsfeld gehen\";'),('de','messages:contribslink','s:12:\"de:Beiträge\";'),('de','messages:contribsub2','s:28:\"de:Von {{GENDER:$3|$1}} ($2)\";'),('de','messages:contributions','s:20:\"de:Benutzerbeiträge\";'),('de','messages:contributions-subtitle','s:24:\"de:Für {{GENDER:$3|$1}}\";'),('de','messages:contributions-summary','s:3:\"en:\";'),('de','messages:contributions-title','s:33:\"de:Benutzerbeiträge von „$1“\";'),('de','messages:contributions-userdoesnotexist','s:50:\"de:Das Benutzerkonto „$1“ ist nicht vorhanden.\";'),('de','messages:converter-manual-rule-error','s:73:\"de:Bei der manuellen Sprachkonvertierungsregel wurde ein Fehler entdeckt.\";'),('de','messages:copyright','s:80:\"de:Der Inhalt ist verfügbar unter der Lizenz $1, sofern nicht anders angegeben.\";'),('de','messages:copyrightpage','s:31:\"de:{{ns:project}}:Urheberrechte\";'),('de','messages:copyrightwarning','s:730:\"de:<strong>Bitte kopiere keine Webseiten, die nicht deine eigenen sind, benutze keine urheberrechtlich geschützten Werke ohne Erlaubnis des Urhebers!</strong><br />\nDu gibst uns hiermit deine Zusage, dass du den Text \'\'\'selbst verfasst\'\'\' hast, dass der Text Allgemeingut \'\'\'(public domain)\'\'\' ist oder dass der \'\'\'Urheber\'\'\' seine \'\'\'Zustimmung\'\'\' gegeben hat. Falls dieser Text bereits woanders veröffentlicht wurde, weise bitte auf der Diskussionsseite darauf hin.\n<i>Bitte beachte, dass alle {{SITENAME}}-Beiträge automatisch unter der „$2“ stehen (siehe $1 für Einzelheiten). Falls du nicht möchtest, dass deine Arbeit hier von anderen verändert und verbreitet wird, dann klicke nicht auf „Seite speichern“.</i>\";'),('de','messages:copyrightwarning2','s:480:\"de:Bitte beachte, dass alle Beiträge zu {{SITENAME}} von anderen Mitwirkenden bearbeitet, geändert oder gelöscht werden können.\nReiche hier keine Texte ein, falls du nicht willst, dass diese ohne Einschränkung geändert werden können.\n\nDu bestätigst hiermit auch, dass du diese Texte selbst geschrieben hast oder diese von einer gemeinfreien Quelle kopiert hast\n(weitere Einzelheiten unter $1). \'\'\'ÜBERTRAGE OHNE GENEHMIGUNG KEINE URHEBERRECHTLICH GESCHÜTZTEN INHALTE!\'\'\'\";'),('de','messages:copyupload-allowed-domains','s:3:\"en:\";'),('de','messages:copyuploaddisabled','s:41:\"de:Das Hochladen von URLs ist deaktiviert\";'),('de','messages:create','s:12:\"de:Erstellen\";'),('de','messages:create-local','s:34:\"de:Lokale Beschreibung hinzufügen\";'),('de','messages:createaccount','s:24:\"de:Benutzerkonto anlegen\";'),('de','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('de','messages:createaccount-text','s:291:\"de:Es wurde für dich das Benutzerkonto „$2“ auf {{SITENAME}} ($4) erstellt. Das automatisch generierte Passwort für „$2“ ist „$3“. Du solltest dich nun anmelden und das Passwort ändern.\n\nFalls das Benutzerkonto irrtümlich angelegt wurde, kannst du diese Nachricht ignorieren.\";'),('de','messages:createaccount-title','s:52:\"de:Erstellung eines Benutzerkontos für {{SITENAME}}\";'),('de','messages:createaccountblock','s:41:\"de:Erstellung von Benutzerkonten gesperrt\";'),('de','messages:createaccounterror','s:49:\"de:Benutzerkonto konnte nicht erstellt werden: $1\";'),('de','messages:createaccountmail','s:92:\"de:Ein temporäres Zufallspasswort verwenden und an die angegebene E-Mail-Adresse versenden.\";'),('de','messages:createaccountmail-help','s:115:\"de:Kann verwendet werden, um für eine andere Person ein Benutzerkonto zu erstellen, ohne das Passwort zu erfahren.\";'),('de','messages:createacct-another-continue-submit','s:38:\"de:Benutzerkontenerstellung fortsetzen\";'),('de','messages:createacct-another-email-ph','s:17:\"de:E-Mail-Adresse\";'),('de','messages:createacct-another-realname-tip','s:111:\"de:Der bürgerliche Name ist optional.\nWenn du ihn angibst, wird er für die Zuordnung der Beiträge verwendet.\";'),('de','messages:createacct-another-submit','s:26:\"de:Benutzerkonto erstellen\";'),('de','messages:createacct-another-username-ph','s:15:\"de:Benutzername\";'),('de','messages:createacct-benefit-body1','s:42:\"de:{{PLURAL:$1|Bearbeitung|Bearbeitungen}}\";'),('de','messages:createacct-benefit-body2','s:29:\"de:{{PLURAL:$1|Seite|Seiten}}\";'),('de','messages:createacct-benefit-body3','s:45:\"de:{{PLURAL:$1|aktiver Autor|aktive Autoren}}\";'),('de','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('de','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('de','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('de','messages:createacct-benefit-heading','s:53:\"de:{{SITENAME}} wird von Menschen wie dir geschaffen.\";'),('de','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('de','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('de','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('de','messages:createacct-continue-submit','s:38:\"de:Benutzerkontenerstellung fortsetzen\";'),('de','messages:createacct-email-ph','s:31:\"de:Gib deine E-Mail-Adresse ein\";'),('de','messages:createacct-emailoptional','s:28:\"de:E-Mail-Adresse (optional)\";'),('de','messages:createacct-emailrequired','s:17:\"de:E-Mail-Adresse\";'),('de','messages:createacct-error','s:43:\"de:Fehler beim Erstellen des Benutzerkontos\";'),('de','messages:createacct-helpusername','s:3:\"en:\";'),('de','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('de','messages:createacct-loginerror','s:170:\"de:Das Benutzerkonto wurde erfolgreich erstellt, aber du konntest nicht automatisch angemeldet werden. Bitte fahre mit der [[Special:UserLogin|manuellen Anmeldung]] fort.\";'),('de','messages:createacct-normalization','s:85:\"de:Dein Benutzername wird aufgrund technischer Beschränkungen in „$2“ geändert.\";'),('de','messages:createacct-realname','s:32:\"de:Bürgerlicher Name (optional)\";'),('de','messages:createacct-reason','s:42:\"de:Begründung (öffentlich protokolliert)\";'),('de','messages:createacct-reason-confirm','s:132:\"de:Der eingegebene Grund war eine E-Mail-Adresse. Wenn dies beabsichtigt ist, klicke bitte erneut auf „Benutzerkonto erstellen“.\";'),('de','messages:createacct-reason-help','s:48:\"de:Im Neuanmeldungs-Logbuch angezeigte Nachricht\";'),('de','messages:createacct-reason-ph','s:49:\"de:Warum erstellst du ein weiteres Benutzerkonto?\";'),('de','messages:createacct-submit','s:26:\"de:Benutzerkonto erstellen\";'),('de','messages:createacct-temp-warning','s:128:\"de:Die Bearbeitungen, die du mit deinem temporären Konto vorgenommen hast, werden nicht auf dein permanentes Konto übertragen.\";'),('de','messages:createacct-username-help','s:3:\"en:\";'),('de','messages:createacct-useuniquepass','s:106:\"de:Es wird empfohlen, ein eindeutiges Passwort zu verwenden, das du auf keiner anderen Website verwendest.\";'),('de','messages:createacct-yourpassword-ph','s:24:\"de:Gib dein Passwort ein\";'),('de','messages:createacct-yourpasswordagain','s:23:\"de:Passwort bestätigen\";'),('de','messages:createacct-yourpasswordagain-ph','s:30:\"de:Gib das Passwort erneut ein\";'),('de','messages:created','s:11:\"de:erstellt\";'),('de','messages:creating','s:25:\"de:Erstellen von „$1“\";'),('de','messages:credentialsform-account','s:16:\"de:Benutzername:\";'),('de','messages:credentialsform-provider','s:32:\"de:Typ der Anmeldeinformationen:\";'),('de','messages:creditspage','s:21:\"de:Seitenzuschreibung\";'),('de','messages:cur','s:10:\"de:Aktuell\";'),('de','messages:currentevents','s:22:\"de:Aktuelle Ereignisse\";'),('de','messages:currentevents-url','s:30:\"de:Project:Aktuelle Ereignisse\";'),('de','messages:currentrev','s:19:\"de:Aktuelle Version\";'),('de','messages:currentrev-asof','s:34:\"de:Aktuelle Version vom $2, $3 Uhr\";'),('de','messages:currentrevisionlink','s:19:\"de:Aktuelle Version\";'),('de','messages:customcssprotected','s:150:\"de:Du hast nicht die Berechtigung, diese CSS enthaltende Seite zu bearbeiten, da sie die persönlichen Einstellungen eines anderen Benutzers enthält.\";'),('de','messages:customjsonprotected','s:130:\"de:Du hast keine Berechtigung, diese JSON-Seite zu bearbeiten, da sie persönliche Einstellungen eines anderen Benutzers enthält.\";'),('de','messages:customjsprotected','s:171:\"de:Du hast nicht die Berechtigung, diese JavaScript enthaltende Seite zu bearbeiten, da es sich hierbei um die persönlichen Einstellungen eines anderen Benutzers handelt.\";'),('de','messages:databaseerror','s:18:\"de:Datenbankfehler\";'),('de','messages:databaseerror-error','s:13:\"de:Fehler: $1\";'),('de','messages:databaseerror-function','s:15:\"de:Funktion: $1\";'),('de','messages:databaseerror-query','s:14:\"de:Abfrage: $1\";'),('de','messages:databaseerror-text','s:106:\"de:Es ist ein Datenbankabfragefehler aufgetreten.\nDies könnte auf einen Fehler in der Software hindeuten.\";'),('de','messages:databaseerror-textcl','s:49:\"de:Es ist ein Datenbankabfragefehler aufgetreten.\";'),('de','messages:databaselocked','s:38:\"de:Die Datenbank ist bereits gesperrt.\";'),('de','messages:databasenotlocked','s:36:\"de:Die Datenbank ist nicht gesperrt.\";'),('de','messages:date','s:27:\"de:Von Datum (und früher):\";'),('de','messages:date-range-from','s:13:\"de:Von Datum:\";'),('de','messages:date-range-to','s:13:\"de:Bis Datum:\";'),('de','messages:datedefault','s:11:\"de:Standard\";'),('de','messages:days','s:31:\"de:{{PLURAL:$1|$1 Tag|$1 Tage}}\";'),('de','messages:days-abbrev','s:7:\"en:$1 d\";'),('de','messages:dberr-again','s:75:\"de:Warte bitte einige Minuten und versuche dann, die Seite erneut zu laden.\";'),('de','messages:dberr-info','s:58:\"de:(Auf die Datenbank konnte nicht zugegriffen werden: $1)\";'),('de','messages:dberr-info-hidden','s:54:\"de:(Auf die Datenbank konnte nicht zugegriffen werden)\";'),('de','messages:dberr-problems','s:71:\"de:Entschuldigung. Diese Seite hat momentan technische Schwierigkeiten.\";'),('de','messages:deadendpages','s:27:\"de:Nicht verlinkende Seiten\";'),('de','messages:deadendpages-summary','s:3:\"en:\";'),('de','messages:deadendpagestext','s:75:\"de:Die folgenden Seiten verweisen nicht auf andere Seiten von {{SITENAME}}.\";'),('de','messages:dec','s:7:\"de:Dez.\";'),('de','messages:december','s:11:\"de:Dezember\";'),('de','messages:december-gen','s:11:\"de:Dezember\";'),('de','messages:default','s:17:\"de:Voreinstellung\";'),('de','messages:default-skin-not-found','s:2227:\"de:Hoppla! Die mit <code>$wgDefaultSkin</code> als <code>$1</code>&nbsp;für dein Wiki definierte Standardbenutzeroberfläche ist nicht verfügbar.\n\n{{PLURAL:$4|Die folgende Benutzeroberfläche scheint|Die folgenden Benutzeroberflächen scheinen}} vorhanden zu sein:\n\n$2\n\nSiehe hierzu das [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration/de Benutzerhandbuch zur Konfiguration von Benutzeroberflächen].\n\n; Sofern du MediaWiki gerade installiert hast\n: Du hast MediaWiki vermutlich mit Hilfe von Git oder den Quellcode direkt anhand einer anderen Methode installiert. Das aktuelle Problem war deshalb zu erwarten. Installiere zumindest eine im [https://www.mediawiki.org/wiki/Category:All_skins Verzeichnis der Benutzeroberflächen] enthaltene Benutzeroberfläche indem du:\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Git zum Herunterladen von Benutzeroberflächen verwendest].\n:* die Dateiveröffentlichungen einzelner Benutzeroberflächen aus [https://www.mediawiki.org/wiki/Special:SkinDistributor MediaWiki.org] herunterlädst und in das Verzeichnis <code dir=\"ltr\">skins/</code> deiner MediaWiki-Installation kopierst,\n:* die [https://www.mediawiki.org/wiki/Special:MyLanguage/Download Dateiveröffentlichung von MediaWiki] herunterlädst, die verschiedene Benutzeroberflächen sowie Erweiterungen enthält. Du kannst das dort enthaltene Verzeichnis <code>skins/</code> Verzeichnis nutzen und in das Verzeichnis <code dir=\"ltr\">skins/</code> deiner MediaWiki-Installation kopieren.\n\n; Sofern du MediaWiki gerade aktualisiert hast\n: Bei MediaWiki 1.24 und neueren Versionen werden die installierten Benutzeroberflächen nicht mehr automatisch aktiviert (siehe das [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Benutzerhandbuch]). Du kannst die {{PLURAL:$5|folgende Zeile|folgenden Zeilen}} in die Datei <code>LocalSettings.php</code> einfügen, um {{PLURAL:$5|die installierte Benutzeroberfläche|alle installierten Benutzeroberflächen}} zu aktivieren:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Falls du gerade die Datei <code>LocalSettings.php</code> geändert hast\n: Überprüfe die Namen der Benutzeroberflächen auf Tippfehler.\";'),('de','messages:default-skin-not-found-no-skins','s:1622:\"de:Hoppla! Die mit <code>$wgDefaultSkin</code> als <code>$1</code>&nbsp;für dein Wiki definierte Standardbenutzeroberfläche ist nicht verfügbar.\n\nDu hast keine Benutzeroberfläche installiert.\n\n; Sofern du MediaWiki gerade installiert oder aktualisiert hast:\n: Du hast MediaWiki vermutlich mit Hilfe von Git oder den Quellcode direkt anhand einer anderen Methode installiert. Das aktuelle Problem war deshalb zu erwarten, da MediaWiki 1.24 und neuere Versionen keine Benutzeroberflächen im Hauptrepositorium enthalten. Installiere zumindest eine im [https://www.mediawiki.org/wiki/Category:All_skins Verzeichnis der Benutzeroberflächen] enthaltene Benutzeroberfläche indem du:\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Git zum Herunterladen von Benutzeroberflächen verwendest].\n:* die Dateiveröffentlichungen einzelner Benutzeroberflächen aus [https://www.mediawiki.org/wiki/Special:SkinDistributor MediaWiki.org] herunterlädst und in das Verzeichnis <code dir=\"ltr\">skins/</code> deiner MediaWiki-Installation kopierst,\n:* die [https://www.mediawiki.org/wiki/Special:MyLanguage/Download Dateiveröffentlichung von MediaWiki] herunterlädst, die verschiedene Benutzeroberflächen sowie Erweiterungen enthält. Du kannst das dort enthaltene Verzeichnis <code>skins/</code> Verzeichnis nutzen und in das Verzeichnis <code dir=\"ltr\">skins/</code> deiner MediaWiki-Installation kopieren.\n: Siehe hierzu das [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration/de Benutzerhandbuch zur Konfiguration von Benutzeroberflächen].\";'),('de','messages:default-skin-not-found-row-disabled','s:56:\"de:* <code>$1</code> / $2 (<strong>deaktiviert</strong>)\";'),('de','messages:default-skin-not-found-row-enabled','s:37:\"de:* <code>$1</code> / $2 (aktiviert)\";'),('de','messages:defaultmessagetext','s:15:\"de:Standardtext\";'),('de','messages:defemailsubject','s:73:\"de:{{SITENAME}} – E-Mail von {{GENDER:$1|Benutzer|Benutzerin}} „$1“\";'),('de','messages:deflate-invaliddeflate','s:62:\"de:Der angegebene Inhalt ist nicht ordnungsgemäß komprimiert\";'),('de','messages:delete','s:11:\"de:Löschen\";'),('de','messages:delete-confirm','s:24:\"de:Löschen von „$1“\";'),('de','messages:delete-edit-reasonlist','s:27:\"de:Löschgründe bearbeiten\";'),('de','messages:delete-edit-reasonlist-suppress','s:30:\"de:Oversightgründe bearbeiten\";'),('de','messages:delete-error-associated-alreadytalk','s:87:\"de:Die zugehörige Diskussionsseite einer Diskussionsseite kann nicht gelöscht werden.\";'),('de','messages:delete-error-associated-doesnotexist','s:84:\"de:Eine nicht existierende zugehörige Diskussionsseite kann nicht gelöscht werden.\";'),('de','messages:delete-hook-aborted','s:120:\"de:Die Löschung wurde von einer Programmerweiterung zu MediaWiki verhindert.\nEs ist hierzu keine Erklärung verfügbar.\";'),('de','messages:delete-legend','s:11:\"de:Löschen\";'),('de','messages:delete-scheduled','s:72:\"de:Die Löschung der Seite „$1“ wurde eingeplant.\nBitte habe Geduld.\";'),('de','messages:delete-talk-summary-prefix','s:59:\"de:Zusammen mit der zugehörigen Seite gelöscht; Grund: $1\";'),('de','messages:delete-toobig','s:214:\"de:Diese Seite hat mit mehr als $1 {{PLURAL:$1|Version|Versionen}} eine sehr lange Versionsgeschichte. Das Löschen solcher Seiten wurde eingeschränkt, um eine versehentliche Überlastung der Server zu verhindern.\";'),('de','messages:delete-toomanyrevisions','s:193:\"de:Du versuchst, mehr als $1 {{PLURAL:$1|Version|Versionen}} gleichzeiitig zu löschen.\nEin solcher Vorgang wurde eingeschränkt, um eine versehentliche Störung von {{SITENAME}} zu verhindern.\";'),('de','messages:delete-warning-toobig','s:163:\"de:Diese Seite hat mit mehr als $1 {{PLURAL:$1|Version|Versionen}} eine sehr lange Versionsgeschichte. Das Löschen kann zu Störungen im Datenbankbetrieb führen.\";'),('de','messages:delete_and_move_confirm','s:21:\"de:Ja, Seite löschen\";'),('de','messages:delete_and_move_reason','s:71:\"de:Gelöscht, um Platz für die Verschiebung von „[[$1]]“ zu machen\";'),('de','messages:delete_and_move_text','s:111:\"de:Die Seite „[[:$1]]“ existiert bereits.\nMöchtest du diese löschen, um die Seite verschieben zu können?\";'),('de','messages:delete_redirect_and_move_text','s:133:\"de:Die Zielseite „[[:$1]]“ existiert bereits als Weiterleitung.\nMöchtest du diese löschen, um die Seite verschieben zu können?\";'),('de','messages:deletecomment','s:9:\"de:Grund:\";'),('de','messages:deleted-page-and-talkpage','s:99:\"de:„$1“ und „$2“ wurden gelöscht.\nSiehe $3 für eine Aufzeichnung der letzten Löschungen.\";'),('de','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('de','messages:deletedcontributions','s:23:\"de:Gelöschte Beiträge\";'),('de','messages:deletedcontributions-summary','s:3:\"en:\";'),('de','messages:deletedcontributions-title','s:30:\"de:Gelöschte Beiträge von $1\";'),('de','messages:deletedhist','s:23:\"de:Gelöschte Versionen\";'),('de','messages:deletedrevision','s:28:\"de:alte Version $1 gelöscht\";'),('de','messages:deletedtext','s:81:\"de:„$1“ wurde gelöscht. Im $2 findest du eine Liste der letzten Löschungen.\";'),('de','messages:deletedwhileediting','s:265:\"de:Achtung: Diese Seite wurde gelöscht, nachdem du angefangen hast, sie zu bearbeiten!\nIm [{{fullurl:{{#special:Log}}|type=delete&page={{FULLPAGENAMEE}}}} Lösch-Logbuch] findest du den Grund für die Löschung. Wenn du die Seite speicherst, wird sie neu angelegt.\";'),('de','messages:deleteotherreason','s:30:\"de:Anderer/ergänzender Grund:\";'),('de','messages:deletepage','s:23:\"de:Löschen einer Seite\";'),('de','messages:deletepage-deletetalk','s:39:\"de:Zugehörige Diskussionseite löschen\";'),('de','messages:deletepage-submit','s:17:\"de:Seite löschen\";'),('de','messages:deletepage-summary','s:3:\"en:\";'),('de','messages:deleteprotected','s:65:\"de:Du kannst diese Seite nicht löschen, da sie geschützt wurde.\";'),('de','messages:deletereason-dropdown','s:125:\"de:* Allgemeine Löschgründe\n** Spam\n** Vandalismus\n** Urheberrechtsverletzung\n** Wunsch des Autors\n** Defekte Weiterleitung\";'),('de','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('de','messages:deletereasonotherlist','s:16:\"de:Anderer Grund\";'),('de','messages:deleting-backlinks-warning','s:182:\"de:<strong>Warnung:</strong> Es verweisen noch [[Special:WhatLinksHere/{{FULLPAGENAME}}|andere Seiten]] auf diese zu löschende Seite oder sie ist noch an anderer Stelle eingebunden.\";'),('de','messages:deleting-subpages-warning','s:182:\"de:<strong>Warnung:</strong> Die Seite, die du löschen möchtest, hat [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|eine Unterseite|$1 Unterseiten|51=über 50 Unterseiten}}]].\";'),('de','messages:deleting-talkpage-subpages-warning','s:205:\"de:<strong>Warnung:</strong> Die zugehörige Diskussionsseite, die du löschen möchtest, hat [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|eine Unterseite|$1 Unterseiten|51=über 50 Unterseiten}}]].\";'),('de','messages:deletionlog','s:17:\"de:Lösch-Logbuch\";'),('de','messages:dellogpage','s:17:\"de:Lösch-Logbuch\";'),('de','messages:dellogpagetext','s:59:\"de:Dies ist das Logbuch der gelöschten Seiten und Dateien.\";'),('de','messages:destfilename','s:12:\"de:Zielname:\";'),('de','messages:diff','s:14:\"de:Unterschied\";'),('de','messages:diff-empty','s:21:\"de:(kein Unterschied)\";'),('de','messages:diff-form','s:15:\"de:Unterschiede\";'),('de','messages:diff-form-error-revid','s:34:\"de:Numerische Versions-ID eingeben\";'),('de','messages:diff-form-oldid','s:34:\"de:Alte Versionskennung (optional)\";'),('de','messages:diff-form-other-revid','s:14:\"de:Versions-ID\";'),('de','messages:diff-form-revid','s:35:\"de:Versionskennung des Unterschieds\";'),('de','messages:diff-form-submit','s:24:\"de:Unterschiede anzeigen\";'),('de','messages:diff-form-summary','s:3:\"en:\";'),('de','messages:diff-multi-manyusers','s:118:\"de:({{PLURAL:$1|$1 dazwischenliegende Versionen}} von mehr als {{PLURAL:$2|$2 Benutzern}}, die nicht angezeigt werden)\";'),('de','messages:diff-multi-otherusers','s:178:\"de:({{PLURAL:$1|Eine dazwischenliegende Version|$1 dazwischenliegende Versionen}} von {{PLURAL:$2|einem anderen Benutzer|$2 Benutzern}} {{PLURAL:$1|wird|werden}} nicht angezeigt)\";'),('de','messages:diff-multi-sameuser','s:150:\"de:({{PLURAL:$1|Eine dazwischenliegende Version desselben Benutzers wird|$1 dazwischenliegende Versionen desselben Benutzers werden}} nicht angezeigt)\";'),('de','messages:diff-paragraph-moved-tonew','s:73:\"de:Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen.\";'),('de','messages:diff-paragraph-moved-toold','s:73:\"de:Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen.\";'),('de','messages:difference-missing-revision','s:370:\"de:{{PLURAL:$2|Eine Version|$2 Versionen}} dieser Unterschiedsanzeige ($1) {{PLURAL:$2|wurde|wurden}} nicht gefunden.\n\nDieser Fehler wird normalerweise von einem veralteten Link zur Versionsgeschichte einer Seite verursacht, die zwischenzeitlich gelöscht wurde.\nEinzelheiten sind im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuch] vorhanden.\";'),('de','messages:difference-multipage','s:32:\"de:(Unterschied zwischen Seiten)\";'),('de','messages:difference-title','s:41:\"de:$1: Unterschied zwischen den Versionen\";'),('de','messages:difference-title-multipage','s:45:\"de:$1 und $2: Unterschied zwischen den Seiten\";'),('de','messages:directorycreateerror','s:57:\"de:Das Verzeichnis „$1“ konnte nicht angelegt werden.\";'),('de','messages:directoryreadonlyerror','s:50:\"de:Das Wörterbuch „$1“ ist schreibgeschützt.\";'),('de','messages:disabledspecialpage-disabled','s:65:\"de:Diese Seite wurde durch einen Systemadministrator deaktiviert.\";'),('de','messages:disclaimerpage','s:20:\"de:Project:Impressum\";'),('de','messages:disclaimers','s:21:\"de:Haftungsausschluss\";'),('de','messages:djvu_page_error','s:43:\"de:DjVu-Seite außerhalb des Seitenbereichs\";'),('de','messages:double-redirect-fixed-maintenance','s:103:\"de:Automatische Bereinigung der doppelten Weiterleitung von [[$1]] nach [[$2]] in einem Wartungsauftrag\";'),('de','messages:double-redirect-fixed-move','s:103:\"de:[[$1]] wurde verschoben.\nDie Seite wurde automatisch aktualisiert und leitet nun nach [[$2]] weiter.\";'),('de','messages:double-redirect-fixer','s:14:\"de:RedirectBot\";'),('de','messages:doubleredirects','s:27:\"de:Doppelte Weiterleitungen\";'),('de','messages:doubleredirects-summary','s:3:\"en:\";'),('de','messages:doubleredirectstext','s:368:\"de:Diese Liste enthält Weiterleitungen, die auf Weiterleitungen verlinken.\nJede Zeile enthält Links zur ersten und zweiten Weiterleitung sowie dem Ziel der zweiten Weiterleitung, welches für gewöhnlich die gewünschte Zielseite ist, auf die bereits die erste Weiterleitung zeigen sollte.\n<del>Durchgestrichene</del> Einträge wurden bereits erfolgreich bearbeitet.\";'),('de','messages:download','s:16:\"de:Herunterladen\";'),('de','messages:duplicate-args-category','s:63:\"de:Seiten, die doppelte Argumente in Vorlagenaufrufen verwenden\";'),('de','messages:duplicate-args-category-desc','s:186:\"de:Die Seite enthält Vorlagenaufrufe, die Duplikate von Argumenten verwenden, wie <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> oder <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('de','messages:duplicate-args-warning','s:153:\"de:<strong>Warnung:</strong> [[:$1]] ruft [[:$2]] mit mehr als einem Wert für den Parameter „$3“ auf. Nur der letzte angegebene Wert wird verwendet.\";'),('de','messages:duplicate-defaultsort','s:104:\"de:Achtung: Der Sortierungsschlüssel „$2“ überschreibt den vorher verwendeten Schlüssel „$1“.\";'),('de','messages:duplicate-displaytitle','s:105:\"de:<strong>Warnung:</strong> Der Anzeigetitel „$2“ überschreibt den früheren Anzeigetitel „$1“.\";'),('de','messages:duplicatesoffile','s:155:\"de:Die {{PLURAL:$1|folgende Datei ist ein Duplikat|folgenden $1 Dateien sind Duplikate}} dieser Datei ([[Special:FileDuplicateSearch/$2|weitere Details]]):\";'),('de','messages:duration-centuries','s:44:\"de:$1 {{PLURAL:$1|Jahrhundert|Jahrhunderte}}\";'),('de','messages:duration-days','s:29:\"de:$1 {{PLURAL:$1|Tag|Tagen}}\";'),('de','messages:duration-decades','s:40:\"de:$1 {{PLURAL:$1|Jahrzehnt|Jahrzehnte}}\";'),('de','messages:duration-hours','s:34:\"de:$1 {{PLURAL:$1|Stunde|Stunden}}\";'),('de','messages:duration-millennia','s:44:\"de:$1 {{PLURAL:$1|Jahrtausend|Jahrtausende}}\";'),('de','messages:duration-minutes','s:34:\"de:$1 {{PLURAL:$1|Minute|Minuten}}\";'),('de','messages:duration-seconds','s:36:\"de:$1 {{PLURAL:$1|Sekunde|Sekunden}}\";'),('de','messages:duration-weeks','s:32:\"de:$1 {{PLURAL:$1|Woche|Wochen}}\";'),('de','messages:duration-years','s:30:\"de:$1 {{PLURAL:$1|Jahr|Jahre}}\";'),('de','messages:eauthentsent','s:321:\"de:Eine Bestätigungs-E-Mail wurde an die angegebene Adresse verschickt.\n\nBevor eine E-Mail von anderen Benutzern über die E-Mail-Funktion empfangen werden kann, muss die Adresse und ihre tatsächliche Zugehörigkeit zu diesem Benutzerkonto erst bestätigt werden. Bitte befolge die Hinweise in der Bestätigungs-E-Mail.\";'),('de','messages:edit','s:13:\"de:Bearbeiten\";'),('de','messages:edit-already-exists','s:77:\"de:Die neue Seite konnte nicht erstellt werden, da sie bereits vorhanden ist.\";'),('de','messages:edit-conflict','s:24:\"de:Bearbeitungskonflikt.\";'),('de','messages:edit-gone-missing','s:79:\"de:Die Seite konnte nicht aktualisiert werden.\nSie wurde anscheinend gelöscht.\";'),('de','messages:edit-hook-aborted','s:78:\"de:Die Bearbeitung wurde ohne Erklärung durch eine Schnittstelle abgebrochen.\";'),('de','messages:edit-local','s:33:\"de:Lokale Beschreibung bearbeiten\";'),('de','messages:edit-no-change','s:87:\"de:Deine Bearbeitung wurde ignoriert, da keine Änderung an dem Text vorgenommen wurde.\";'),('de','messages:edit-slots-cannot-add','s:101:\"de:{{PLURAL:$1|Der folgende Schlitz wird|Die folgenden Schlitze werden}} hier nicht unterstützt: $2.\";'),('de','messages:edit-slots-cannot-remove','s:143:\"de:{{PLURAL:$1|Der folgende Schlitz ist erforderlich und kann|Die folgenden Schlitze sind erforderlich und können}} nicht entfernt werden: $2.\";'),('de','messages:edit-slots-missing','s:78:\"de:{{PLURAL:$1|Der folgende Schlitz fehlt|Die folgenden Schlitze fehlen}}: $2.\";'),('de','messages:edit-textarea-aria-label','s:18:\"de:Wikitext-Editor\";'),('de','messages:edit_form_incomplete','s:167:\"de:\'\'\'Der Inhalt des Bearbeitungsformulars hat den Server nicht vollständig erreicht. Bitte prüfe deine Bearbeitungen auf Vollständigkeit und versuche es erneut.\'\'\'\";'),('de','messages:editcomment','s:53:\"de:Die Änderungszusammenfassung lautet: <em>$1</em>.\";'),('de','messages:editconflict','s:27:\"de:Bearbeitungskonflikt: $1\";'),('de','messages:editfont-monospace','s:35:\"de:Schrift mit fester Zeichenbreite\";'),('de','messages:editfont-sansserif','s:23:\"de:Schrift ohne Serifen\";'),('de','messages:editfont-serif','s:22:\"de:Schrift mit Serifen\";'),('de','messages:editfont-style','s:51:\"de:Schriftart für den Text im Bearbeitungsfenster:\";'),('de','messages:edithelp','s:20:\"de:Bearbeitungshilfe\";'),('de','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('de','messages:editing','s:26:\"de:Bearbeiten von „$1“\";'),('de','messages:editingcomment','s:44:\"de:Bearbeiten von „$1“ (Neuer Abschnitt)\";'),('de','messages:editinginterface','s:179:\"de:<strong>Warnung:</strong> Diese Seite enthält von der MediaWiki-Software genutzten Text.\nÄnderungen auf dieser Seite wirken sich auf die Benutzeroberfläche dieses Wikis aus.\";'),('de','messages:editingold','s:153:\"de:<strong>Achtung: Du bearbeitest eine alte Version dieser Seite. Sofern du sie veröffentlichst, werden alle neueren Versionen überschrieben.</strong>\";'),('de','messages:editingsection','s:38:\"de:Bearbeiten von „$1“ (Abschnitt)\";'),('de','messages:editinguser','s:104:\"de:Ändere Benutzergruppen {{GENDER:$1|des Benutzers|der Benutzerin}} <strong>[[User:$1|$1]]</strong> $2\";'),('de','messages:editlink','s:13:\"de:bearbeiten\";'),('de','messages:editnotice-notext','s:4:\"en:-\";'),('de','messages:editold','s:13:\"de:Bearbeiten\";'),('de','messages:editpage','s:24:\"de:Eine Seite bearbeiten\";'),('de','messages:editpage-cannot-use-custom-model','s:62:\"de:Das Inhaltsmodell dieser Seite kann nicht geändert werden.\";'),('de','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('de','messages:editpage-invalidcontentmodel-text','s:54:\"de:Das Inhaltsmodell „$1“ wird nicht unterstützt.\";'),('de','messages:editpage-invalidcontentmodel-title','s:45:\"de:Das Inhaltsmodell wird nicht unterstützt.\";'),('de','messages:editpage-notsupportedcontentformat-text','s:69:\"de:Das Inhaltsformat $1 wird vom Inhaltsmodell $2 nicht unterstützt.\";'),('de','messages:editpage-notsupportedcontentformat-title','s:44:\"de:Das Inhaltsformat wird nicht unterstützt\";'),('de','messages:editpage-summary','s:3:\"en:\";'),('de','messages:editpage-tos-summary','s:4:\"en:-\";'),('de','messages:editsection','s:13:\"de:Bearbeiten\";'),('de','messages:editsectionhint','s:27:\"de:Abschnitt bearbeiten: $1\";'),('de','messages:edittools','s:110:\"de:<!-- Dieser Text wird unter dem „Bearbeiten“-Formular sowie dem „Hochladen“-Formular angezeigt. -->\";'),('de','messages:edittools-upload','s:4:\"en:-\";'),('de','messages:editundo','s:22:\"de:rückgängig machen\";'),('de','messages:editusergroup','s:24:\"de:Benutzergruppen laden\";'),('de','messages:editwatchlist-summary','s:3:\"en:\";'),('de','messages:ellipsis','s:6:\"de:…\";'),('de','messages:email','s:9:\"de:E-Mail\";'),('de','messages:email-allow-new-users-label','s:67:\"de:Sehr neuen anderen Benutzern erlauben, E-Mails an mich zu senden\";'),('de','messages:email-legend','s:55:\"de:E-Mail an einen anderen {{SITENAME}}-Benutzer senden\";'),('de','messages:email-mutelist-label','s:64:\"de:Diesen Benutzern das Versenden von E-Mails an mich verbieten:\";'),('de','messages:emailauthenticated','s:57:\"de:Deine E-Mail-Adresse wurde am $2 um $3 Uhr bestätigt.\";'),('de','messages:emailblock','s:26:\"de:E-Mail-Versand gesperrt\";'),('de','messages:emailccme','s:38:\"de:Sende eine Kopie der E-Mail an mich\";'),('de','messages:emailccsubject','s:35:\"de:Kopie deiner Nachricht an $1: $2\";'),('de','messages:emailconfirmlink','s:48:\"de:E-Mail-Adresse bestätigen (authentifizieren)\";'),('de','messages:emaildisabled','s:61:\"de:Über diese Website können keine E-Mails versandt werden.\";'),('de','messages:emailfrom','s:7:\"de:Von:\";'),('de','messages:emaillink','s:16:\"de:E-Mail senden\";'),('de','messages:emailmessage','s:13:\"de:Nachricht:\";'),('de','messages:emailnotarget','s:81:\"de:Nicht vorhandener oder ungültiger Benutzername für den Empfang einer E-Mail.\";'),('de','messages:emailnotauthenticated','s:142:\"de:Deine E-Mail-Adresse ist noch nicht bestätigt.\nDie folgenden E-Mail-Funktionen stehen erst nach erfolgreicher Bestätigung zur Verfügung.\";'),('de','messages:emailpagetext','s:281:\"de:Du kannst {{GENDER:$1|dem Benutzer|der Benutzerin}} mit dem unten stehenden Formular eine E-Mail senden.\nAls Absender wird die E-Mail-Adresse aus deinen [[Special:Preferences|Einstellungen]] eingetragen, damit {{GENDER:$1|der Benutzer|die Benutzerin}} dir direkt antworten kann.\";'),('de','messages:emailsend','s:9:\"de:Senden\";'),('de','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('de','messages:emailsent','s:20:\"de:E-Mail verschickt\";'),('de','messages:emailsenttext','s:33:\"de:Deine E-Mail wurde verschickt.\";'),('de','messages:emailsubject','s:11:\"de:Betreff:\";'),('de','messages:emailtarget','s:41:\"de:Benutzernamen des Empfängers eingeben\";'),('de','messages:emailto','s:6:\"de:An:\";'),('de','messages:emailuser','s:28:\"de:E-Mail an diesen Benutzer\";'),('de','messages:emailuser-summary','s:3:\"en:\";'),('de','messages:emailuser-title-notarget','s:21:\"de:E-Mail an Benutzer\";'),('de','messages:emailuser-title-target','s:66:\"de:E-Mail an {{GENDER:$1|diesen Benutzer|diese Benutzerin}} senden\";'),('de','messages:emailuserfooter','s:394:\"de:Diese E-Mail wurde von „$1“ an „{{GENDER:$2|$2}}“ durch die Funktion „E-Mail an {{GENDER:$2|diesen Benutzer|diese Benutzerin}}“ bei {{SITENAME}} {{GENDER:$1|gesendet}}. Falls {{GENDER:$2|du}} auf diese E-Mail antwortest, wird sie direkt an {{GENDER:$1|den Originalabsender|die Originalabsenderin}} gesendet. Dabei erfährt {{GENDER:$1|er|sie}} {{GENDER:$2|deine}} E-Mail-Adresse.\";'),('de','messages:emailusername','s:16:\"de:Benutzername:\";'),('de','messages:emailusernamesubmit','s:9:\"de:Weiter\";'),('de','messages:empty-file','s:52:\"de:Die von dir übertragene Datei hat keinen Inhalt.\";'),('de','messages:empty-username','s:33:\"de:(kein Benutzername verfügbar)\";'),('de','messages:emptyfile','s:148:\"de:Die hochgeladene Datei ist leer. Der Grund kann ein Tippfehler im Dateinamen sein. Bitte kontrolliere, ob du die Datei wirklich hochladen willst.\";'),('de','messages:enhancedrc-history','s:21:\"de:Versionsgeschichte\";'),('de','messages:enhancedrc-since-last-visit','s:43:\"de:$1 {{PLURAL:$1|seit dem letzten Besuch}}\";'),('de','messages:enotif_anon_editor','s:23:\"de:Anonymer Benutzer $1\";'),('de','messages:enotif_body','s:852:\"de:Hallo $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nZusammenfassung des Bearbeiters: $PAGESUMMARY $PAGEMINOREDIT\n\nKontakt zum Bearbeiter:\nE-Mail: $PAGEEDITOR_EMAIL\nWiki: $PAGEEDITOR_WIKI\n\nBei weiterer Aktivität auf der Seite werden dir so lange keine weiteren Benachrichtigungs-E-Mails gesendet, bis du die Seite wieder angemeldet besucht hast. Auf deiner Beobachtungsliste kannst du alle Benachrichtigungsmarkierungen zusammen zurücksetzen.\n\nDein freundliches {{SITENAME}}-Benachrichtigungssystem\n\n--\nUm die Einstellungen der E-Mail-Benachrichtigung anzupassen, besuche {{canonicalurl:{{#special:Preferences}}}}.\n\nUm die Einstellungen deiner Beobachtungsliste anzupassen, besuche {{canonicalurl:{{#special:EditWatchlist}}}}.\n\nUm die Seite von deiner Beobachtungsliste herunterzunehmen, besuche $UNWATCHURL.\n\nRückmeldungen und weitere Hilfe: $HELPPAGE\";'),('de','messages:enotif_body_intro_changed','s:121:\"de:Die {{SITENAME}}-Seite $1 wurde am $PAGEEDITDATE von {{GENDER:$2|$2}} geändert. Siehe $3 für deren aktuelle Version.\";'),('de','messages:enotif_body_intro_created','s:120:\"de:Die {{SITENAME}}-Seite $1 wurde am $PAGEEDITDATE von {{GENDER:$2|$2}} erstellt. Siehe $3 für deren aktuelle Version.\";'),('de','messages:enotif_body_intro_deleted','s:93:\"de:Die {{SITENAME}}-Seite $1 wurde am $PAGEEDITDATE von {{GENDER:$2|$2}} gelöscht. Siehe $3.\";'),('de','messages:enotif_body_intro_moved','s:122:\"de:Die {{SITENAME}}-Seite $1 wurde am $PAGEEDITDATE von {{GENDER:$2|$2}} verschoben. Siehe $3 für deren aktuelle Version.\";'),('de','messages:enotif_body_intro_restored','s:129:\"de:Die {{SITENAME}}-Seite $1 wurde am $PAGEEDITDATE von {{GENDER:$2|$2}} wiederhergestellt. Siehe $3 für deren aktuelle Version.\";'),('de','messages:enotif_impersonal_salutation','s:24:\"de:{{SITENAME}}-Benutzer\";'),('de','messages:enotif_lastdiff','s:41:\"de:Um diese Änderung anzusehen, siehe $1\";'),('de','messages:enotif_lastvisited','s:60:\"de:Für alle Änderungen seit deinem letzten Besuch siehe $1\";'),('de','messages:enotif_minoredit','s:33:\"de:Dies ist eine kleine Änderung\";'),('de','messages:enotif_reset','s:36:\"de:Alle Seiten als besucht markieren\";'),('de','messages:enotif_subject_changed','s:61:\"de:{{SITENAME}}-Seite $1 wurde von {{GENDER:$2|$2}} geändert\";'),('de','messages:enotif_subject_created','s:60:\"de:{{SITENAME}}-Seite $1 wurde von {{GENDER:$2|$2}} erstellt\";'),('de','messages:enotif_subject_deleted','s:61:\"de:{{SITENAME}}-Seite $1 wurde von {{GENDER:$2|$2}} gelöscht\";'),('de','messages:enotif_subject_moved','s:62:\"de:{{SITENAME}}-Seite $1 wurde von {{GENDER:$2|$2}} verschoben\";'),('de','messages:enotif_subject_restored','s:69:\"de:{{SITENAME}}-Seite $1 wurde von {{GENDER:$2|$2}} wiederhergestellt\";'),('de','messages:enterlockreason','s:122:\"de:Bitte gib einen Grund ein, warum die Datenbank gesperrt werden soll, und eine Abschätzung über die Dauer der Sperrung\";'),('de','messages:error','s:9:\"de:Fehler\";'),('de','messages:errorpagetitle','s:9:\"de:Fehler\";'),('de','messages:exbeforeblank','s:44:\"de:Inhalt vor dem Leeren der Seite: „$1“\";'),('de','messages:exception-nologin','s:19:\"de:Nicht angemeldet\";'),('de','messages:exception-nologin-text','s:79:\"de:Du musst dich anmelden, um auf diese Seite oder Aktion zugreifen zu können.\";'),('de','messages:exception-nologin-text-manual','s:73:\"de:Du musst dich $1, um auf diese Seite oder Aktion zugreifen zu können.\";'),('de','messages:excontent','s:23:\"de:Inhalt war: „$1“\";'),('de','messages:excontentauthor','s:107:\"de:Inhalt war: „$1“. Einziger Bearbeiter: [[Special:Contributions/$2|$2]] ([[User talk:$2|Diskussion]])\";'),('de','messages:exif-aperturevalue','s:19:\"de:APEX-Blendenwert\";'),('de','messages:exif-artist','s:11:\"de:Fotograf\";'),('de','messages:exif-attributionurl','s:57:\"de:Bei Weiterverwendung dieses Werks bitte verlinken auf:\";'),('de','messages:exif-bitspersample','s:26:\"de:Bits pro Farbkomponente\";'),('de','messages:exif-brightnessvalue','s:23:\"de:APEX-Helligkeitswert\";'),('de','messages:exif-cameraownername','s:17:\"de:Kamerabesitzer\";'),('de','messages:exif-citycreated','s:43:\"de:Stadt, in der das Foto aufgenommen wurde\";'),('de','messages:exif-citydest','s:17:\"de:Gezeigte Stadt\";'),('de','messages:exif-colorspace','s:11:\"de:Farbraum\";'),('de','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('de','messages:exif-colorspace-65535','s:19:\"de:Nicht kalibriert\";'),('de','messages:exif-componentsconfiguration','s:34:\"de:Bedeutung einzelner Komponenten\";'),('de','messages:exif-componentsconfiguration-0','s:18:\"de:Existiert nicht\";'),('de','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('de','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('de','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('de','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('de','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('de','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('de','messages:exif-compressedbitsperpixel','s:30:\"de:Komprimierte Bits pro Pixel\";'),('de','messages:exif-compression','s:22:\"de:Art der Kompression\";'),('de','messages:exif-compression-1','s:16:\"de:Unkomprimiert\";'),('de','messages:exif-compression-2','s:74:\"de:CCITT Gruppe 3 1-dimensionale modifizierte Huffman-Lauflängenkodierung\";'),('de','messages:exif-compression-3','s:30:\"de:CCITT Gruppe 3 Faxcodierung\";'),('de','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('de','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('de','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('de','messages:exif-compression-4','s:30:\"de:CCITT Gruppe 4 Faxcodierung\";'),('de','messages:exif-compression-5','s:6:\"en:LZW\";'),('de','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('de','messages:exif-compression-7','s:7:\"en:JPEG\";'),('de','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('de','messages:exif-contact','s:23:\"de:Kontaktinformationen\";'),('de','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('de','messages:exif-contentwarning','s:17:\"de:Inhaltswarnung\";'),('de','messages:exif-contrast','s:11:\"de:Kontrast\";'),('de','messages:exif-contrast-0','s:9:\"de:Normal\";'),('de','messages:exif-contrast-1','s:10:\"de:Schwach\";'),('de','messages:exif-contrast-2','s:8:\"de:Stark\";'),('de','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('de','messages:exif-copyright','s:16:\"de:Urheberrechte\";'),('de','messages:exif-copyrighted','s:22:\"de:Urheberrechtsstatus\";'),('de','messages:exif-copyrighted-false','s:39:\"de:Urheberrechtsstatus nicht festgelegt\";'),('de','messages:exif-copyrighted-true','s:13:\"de:Geschützt\";'),('de','messages:exif-copyrightowner','s:23:\"de:Urheberrechtsinhaber\";'),('de','messages:exif-countrycodecreated','s:57:\"de:Code für den Staat, in dem das Foto aufgenommen wurde\";'),('de','messages:exif-countrycodedest','s:32:\"de:Code für den gezeigten Staat\";'),('de','messages:exif-countrycreated','s:43:\"de:Staat, in dem das Foto aufgenommen wurde\";'),('de','messages:exif-countrydest','s:18:\"de:Gezeigter Staat\";'),('de','messages:exif-credit','s:33:\"de:Namensnennung/Veröffentlicher\";'),('de','messages:exif-croppedareaimageheightpixels','s:30:\"de:Panorama beschnittene Höhe\";'),('de','messages:exif-croppedareaimagewidthpixels','s:31:\"de:Panorama beschnittene Breite\";'),('de','messages:exif-croppedarealeftpixels','s:27:\"de:Panorama Beschnitt links\";'),('de','messages:exif-croppedareatoppixels','s:26:\"de:Panorama Beschnitt oben\";'),('de','messages:exif-customrendered','s:38:\"de:Benutzerdefinierte Bildverarbeitung\";'),('de','messages:exif-customrendered-0','s:11:\"de:Standard\";'),('de','messages:exif-customrendered-1','s:20:\"de:Benutzerdefiniert\";'),('de','messages:exif-customrendered-2','s:36:\"de:HDR (kein gespeichertes Original)\";'),('de','messages:exif-customrendered-3','s:29:\"de:HDR (Original gespeichert)\";'),('de','messages:exif-customrendered-4','s:22:\"de:Original (für HDR)\";'),('de','messages:exif-customrendered-6','s:11:\"de:Panorama\";'),('de','messages:exif-customrendered-7','s:15:\"de:Porträt-HDR\";'),('de','messages:exif-customrendered-8','s:10:\"de:Poträt\";'),('de','messages:exif-datetime','s:20:\"de:Speicherzeitpunkt\";'),('de','messages:exif-datetimedigitized','s:28:\"de:Digitalisierungszeitpunkt\";'),('de','messages:exif-datetimeexpires','s:23:\"de:Nicht verwenden nach\";'),('de','messages:exif-datetimemetadata','s:58:\"de:Datum, zu dem die Metadaten letztmalig geändert wurden\";'),('de','messages:exif-datetimeoriginal','s:22:\"de:Erfassungszeitpunkt\";'),('de','messages:exif-datetimereleased','s:21:\"de:Veröffentlicht am\";'),('de','messages:exif-dc-contributor','s:13:\"de:Beteiligte\";'),('de','messages:exif-dc-coverage','s:48:\"de:Örtlicher oder zeitlicher Rahmen des Mediums\";'),('de','messages:exif-dc-date','s:16:\"de:Datumsangaben\";'),('de','messages:exif-dc-publisher','s:19:\"de:Veröffentlicher\";'),('de','messages:exif-dc-relation','s:19:\"de:Ähnliche Medien\";'),('de','messages:exif-dc-rights','s:9:\"de:Rechte\";'),('de','messages:exif-dc-source','s:17:\"de:Medienherkunft\";'),('de','messages:exif-dc-type','s:12:\"de:Medientyp\";'),('de','messages:exif-devicesettingdescription','s:21:\"de:Geräteeinstellung\";'),('de','messages:exif-digitalzoomratio','s:14:\"de:Digitalzoom\";'),('de','messages:exif-disclaimer','s:21:\"de:Haftungsausschluss\";'),('de','messages:exif-editstatus','s:34:\"de:Redaktioneller Status des Fotos\";'),('de','messages:exif-event','s:25:\"de:Dargestelltes Ereignis\";'),('de','messages:exif-exifversion','s:15:\"de:Exif-Version\";'),('de','messages:exif-exposurebiasvalue','s:21:\"de:Belichtungsvorgabe\";'),('de','messages:exif-exposureindex','s:19:\"de:Belichtungsindex\";'),('de','messages:exif-exposurelockused','s:30:\"de:Belichtungssperre verwendet\";'),('de','messages:exif-exposurelockused-false','s:7:\"de:Nein\";'),('de','messages:exif-exposurelockused-true','s:5:\"de:Ja\";'),('de','messages:exif-exposuremode','s:19:\"de:Belichtungsmodus\";'),('de','messages:exif-exposuremode-0','s:26:\"de:Automatische Belichtung\";'),('de','messages:exif-exposuremode-1','s:22:\"de:Manuelle Belichtung\";'),('de','messages:exif-exposuremode-2','s:19:\"de:Belichtungsreihe\";'),('de','messages:exif-exposureprogram','s:22:\"de:Belichtungsprogramm\";'),('de','messages:exif-exposureprogram-0','s:12:\"de:Unbekannt\";'),('de','messages:exif-exposureprogram-1','s:10:\"de:Manuell\";'),('de','messages:exif-exposureprogram-2','s:19:\"de:Standardprogramm\";'),('de','messages:exif-exposureprogram-3','s:16:\"de:Zeitautomatik\";'),('de','messages:exif-exposureprogram-4','s:19:\"de:Blendenautomatik\";'),('de','messages:exif-exposureprogram-5','s:55:\"de:Kreativprogramm mit Bevorzugung hoher Schärfentiefe\";'),('de','messages:exif-exposureprogram-6','s:63:\"de:Action-Programm mit Bevorzugung einer kurzen Belichtungszeit\";'),('de','messages:exif-exposureprogram-7','s:17:\"de:Porträt-Modus\";'),('de','messages:exif-exposureprogram-8','s:23:\"de:Landschaftsaufnahmen\";'),('de','messages:exif-exposuretime','s:19:\"de:Belichtungsdauer\";'),('de','messages:exif-exposuretime-format','s:19:\"de:$1 Sekunden ($2)\";'),('de','messages:exif-filesource','s:19:\"de:Quelle der Datei\";'),('de','messages:exif-filesource-3','s:27:\"de:Digitale Standbildkamera\";'),('de','messages:exif-firstphotodate','s:25:\"de:Datum des ersten Fotos\";'),('de','messages:exif-fixtureidentifier','s:10:\"de:Kolumne\";'),('de','messages:exif-flash','s:8:\"de:Blitz\";'),('de','messages:exif-flash-fired-0','s:13:\"de:kein Blitz\";'),('de','messages:exif-flash-fired-1','s:19:\"de:Blitz ausgelöst\";'),('de','messages:exif-flash-function-1','s:22:\"de:Keine Blitzfunktion\";'),('de','messages:exif-flash-mode-1','s:22:\"de:erzwungenes Blitzen\";'),('de','messages:exif-flash-mode-2','s:21:\"de:Blitz abgeschaltet\";'),('de','messages:exif-flash-mode-3','s:12:\"de:Automatik\";'),('de','messages:exif-flash-redeye-1','s:23:\"de:Rote-Augen-Reduktion\";'),('de','messages:exif-flash-return-0','s:27:\"de:Blitz sendet keine Daten\";'),('de','messages:exif-flash-return-2','s:43:\"de:keine Reflexion des Blitzes festgestellt\";'),('de','messages:exif-flash-return-3','s:37:\"de:Reflexion des Blitzes festgestellt\";'),('de','messages:exif-flashenergy','s:15:\"de:Blitzstärke\";'),('de','messages:exif-flashpixversion','s:33:\"de:unterstützte Flashpix-Version\";'),('de','messages:exif-fnumber','s:9:\"de:Blende\";'),('de','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('de','messages:exif-focallength','s:13:\"de:Brennweite\";'),('de','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('de','messages:exif-focallengthin35mmfilm','s:36:\"de:Brennweite (Kleinbildäquivalent)\";'),('de','messages:exif-focalplaneresolutionunit','s:31:\"de:Einheit der Sensorauflösung\";'),('de','messages:exif-focalplaneresolutionunit-2','s:7:\"de:Zoll\";'),('de','messages:exif-focalplanexresolution','s:30:\"de:Sensorauflösung horizontal\";'),('de','messages:exif-focalplaneyresolution','s:28:\"de:Sensorauflösung vertikal\";'),('de','messages:exif-fullpanoheightpixels','s:23:\"de:Panorama volle Höhe\";'),('de','messages:exif-fullpanowidthpixels','s:24:\"de:Panorama volle Breite\";'),('de','messages:exif-gaincontrol','s:15:\"de:Verstärkung\";'),('de','messages:exif-gaincontrol-0','s:8:\"de:Keine\";'),('de','messages:exif-gaincontrol-1','s:9:\"de:Gering\";'),('de','messages:exif-gaincontrol-2','s:15:\"de:High gain up\";'),('de','messages:exif-gaincontrol-3','s:16:\"de:Low gain down\";'),('de','messages:exif-gaincontrol-4','s:17:\"de:High gain down\";'),('de','messages:exif-giffilecomment','s:21:\"de:GIF-Dateikommentar\";'),('de','messages:exif-gpsaltitude','s:8:\"de:Höhe\";'),('de','messages:exif-gpsaltitude-above-sealevel','s:49:\"de:$1 {{PLURAL:$1|Meter}} über dem Meeresspiegel\";'),('de','messages:exif-gpsaltitude-below-sealevel','s:49:\"de:$1 {{PLURAL:$1|Meter}} unter dem Meeresspiegel\";'),('de','messages:exif-gpsaltituderef','s:14:\"de:Bezugshöhe\";'),('de','messages:exif-gpsareainformation','s:24:\"de:Name des GPS-Gebietes\";'),('de','messages:exif-gpsdatestamp','s:12:\"de:GPS-Datum\";'),('de','messages:exif-gpsdestbearing','s:16:\"de:Motivrichtung\";'),('de','messages:exif-gpsdestbearingref','s:30:\"de:Referenz für Motivrichtung\";'),('de','messages:exif-gpsdestdistance','s:18:\"de:Motiventfernung\";'),('de','messages:exif-gpsdestdistance-k','s:12:\"de:Kilometer\";'),('de','messages:exif-gpsdestdistance-m','s:9:\"de:Meilen\";'),('de','messages:exif-gpsdestdistance-n','s:19:\"de:Nautische Meilen\";'),('de','messages:exif-gpsdestdistanceref','s:36:\"de:Referenz für die Motiventfernung\";'),('de','messages:exif-gpsdestlatitude','s:32:\"de:Geografische Breite Zielpunkt\";'),('de','messages:exif-gpsdestlatituderef','s:27:\"de:Referenz für die Breite\";'),('de','messages:exif-gpsdestlongitude','s:32:\"de:Geografische Länge Zielpunkt\";'),('de','messages:exif-gpsdestlongituderef','s:27:\"de:Referenz für die Länge\";'),('de','messages:exif-gpsdifferential','s:28:\"de:GPS-Differentialkorrektur\";'),('de','messages:exif-gpsdirection-m','s:23:\"de:Magnetische Richtung\";'),('de','messages:exif-gpsdirection-t','s:25:\"de:Tatsächliche Richtung\";'),('de','messages:exif-gpsdop','s:18:\"de:Messgenauigkeit\";'),('de','messages:exif-gpsdop-excellent','s:21:\"de:Ausgezeichnet ($1)\";'),('de','messages:exif-gpsdop-fair','s:18:\"de:Akzeptabel ($1)\";'),('de','messages:exif-gpsdop-good','s:11:\"de:Gut ($1)\";'),('de','messages:exif-gpsdop-moderate','s:14:\"de:Mittel ($1)\";'),('de','messages:exif-gpsdop-poor','s:15:\"de:Schwach ($1)\";'),('de','messages:exif-gpsimgdirection','s:15:\"de:Bildrichtung\";'),('de','messages:exif-gpsimgdirectionref','s:43:\"de:Referenz für die Ausrichtung des Bildes\";'),('de','messages:exif-gpslatitude','s:22:\"de:Geografische Breite\";'),('de','messages:exif-gpslatitude-n','s:17:\"de:nördl. Breite\";'),('de','messages:exif-gpslatitude-s','s:16:\"de:südl. Breite\";'),('de','messages:exif-gpslatituderef','s:29:\"de:nördl. oder südl. Breite\";'),('de','messages:exif-gpslongitude','s:22:\"de:Geografische Länge\";'),('de','messages:exif-gpslongitude-e','s:16:\"de:östl. Länge\";'),('de','messages:exif-gpslongitude-w','s:16:\"de:westl. Länge\";'),('de','messages:exif-gpslongituderef','s:28:\"de:östl. oder westl. Länge\";'),('de','messages:exif-gpsmapdatum','s:31:\"de:Geodätisches Referenzsystem\";'),('de','messages:exif-gpsmeasuremode','s:16:\"de:Messverfahren\";'),('de','messages:exif-gpsmeasuremode-2','s:25:\"de:2-dimensionale Messung\";'),('de','messages:exif-gpsmeasuremode-3','s:25:\"de:3-dimensionale Messung\";'),('de','messages:exif-gpsprocessingmethod','s:26:\"de:Name des GPS-Verfahrens\";'),('de','messages:exif-gpssatellites','s:39:\"de:Für die Messung benutzte Satelliten\";'),('de','messages:exif-gpsspeed','s:38:\"de:Geschwindigkeit des GPS-Empfängers\";'),('de','messages:exif-gpsspeed-k','s:7:\"de:km/h\";'),('de','messages:exif-gpsspeed-m','s:6:\"de:mph\";'),('de','messages:exif-gpsspeed-n','s:9:\"de:Knoten\";'),('de','messages:exif-gpsspeedref','s:26:\"de:Geschwindigkeitseinheit\";'),('de','messages:exif-gpsstatus','s:19:\"de:Empfängerstatus\";'),('de','messages:exif-gpsstatus-a','s:17:\"de:Messung läuft\";'),('de','messages:exif-gpsstatus-v','s:35:\"de:Interoperabilität von Messungen\";'),('de','messages:exif-gpstimestamp','s:11:\"de:GPS-Zeit\";'),('de','messages:exif-gpstrack','s:20:\"de:Bewegungsrichtung\";'),('de','messages:exif-gpstrackref','s:34:\"de:Referenz für Bewegungsrichtung\";'),('de','messages:exif-gpsversionid','s:18:\"de:GPS-Tag-Version\";'),('de','messages:exif-headline','s:8:\"de:Titel\";'),('de','messages:exif-identifier','s:10:\"de:Kennung\";'),('de','messages:exif-iimcategory','s:12:\"de:Kategorie\";'),('de','messages:exif-iimcategory-ace','s:33:\"de:Kunst, Kultur und Unterhaltung\";'),('de','messages:exif-iimcategory-clj','s:26:\"de:Kriminalität und Recht\";'),('de','messages:exif-iimcategory-dis','s:28:\"de:Katastrophen und Unfälle\";'),('de','messages:exif-iimcategory-edu','s:10:\"de:Bildung\";'),('de','messages:exif-iimcategory-evn','s:9:\"de:Umwelt\";'),('de','messages:exif-iimcategory-fin','s:28:\"de:Wirtschaft und Geschäfte\";'),('de','messages:exif-iimcategory-hth','s:13:\"de:Gesundheit\";'),('de','messages:exif-iimcategory-hum','s:20:\"de:Interessensgebiet\";'),('de','messages:exif-iimcategory-lab','s:9:\"de:Arbeit\";'),('de','messages:exif-iimcategory-lif','s:25:\"de:Lifestyle und Freizeit\";'),('de','messages:exif-iimcategory-pol','s:10:\"de:Politik\";'),('de','messages:exif-iimcategory-rel','s:22:\"de:Religion und Glaube\";'),('de','messages:exif-iimcategory-sci','s:31:\"de:Wissenschaft und Technologie\";'),('de','messages:exif-iimcategory-soi','s:17:\"de:Soziale Themen\";'),('de','messages:exif-iimcategory-spo','s:8:\"de:Sport\";'),('de','messages:exif-iimcategory-war','s:31:\"de:Krieg, Konflikte und Unruhen\";'),('de','messages:exif-iimcategory-wea','s:9:\"de:Wetter\";'),('de','messages:exif-iimsupplementalcategory','s:26:\"de:Zusätzliche Kategorien\";'),('de','messages:exif-iimversion','s:14:\"de:IIM-Version\";'),('de','messages:exif-imagedescription','s:12:\"de:Bildtitel\";'),('de','messages:exif-imagelength','s:8:\"de:Höhe\";'),('de','messages:exif-imageuniqueid','s:10:\"de:Bild-ID\";'),('de','messages:exif-imagewidth','s:9:\"de:Breite\";'),('de','messages:exif-initialcameradolly','s:20:\"de:Erste Kamerafahrt\";'),('de','messages:exif-initialhorizontalfovdegrees','s:41:\"de:Anfangs-Sichtfeld (horizontal in Grad)\";'),('de','messages:exif-initialverticalfovdegrees','s:39:\"de:Anfangs-Sichtfeld (vertikal in Grad)\";'),('de','messages:exif-initialviewheadingdegrees','s:29:\"de:Anfangsansicht Kurs (Grad)\";'),('de','messages:exif-initialviewpitchdegrees','s:43:\"de:Neigungswinkel der Anfangsansicht (Grad)\";'),('de','messages:exif-initialviewrolldegrees','s:39:\"de:Rollwinkel der Anfangsansicht (Grad)\";'),('de','messages:exif-intellectualgenre','s:18:\"de:Art des Mediums\";'),('de','messages:exif-isospeedratings','s:41:\"de:Film- oder Sensorempfindlichkeit (ISO)\";'),('de','messages:exif-isospeedratings-overflow','s:21:\"de:Größer als 65535\";'),('de','messages:exif-jpegfilecomment','s:22:\"de:JPEG-Dateikommentar\";'),('de','messages:exif-jpeginterchangeformat','s:21:\"de:Offset zu JPEG SOI\";'),('de','messages:exif-jpeginterchangeformatlength','s:34:\"de:Größe der JPEG-Daten in Bytes\";'),('de','messages:exif-keywords','s:15:\"de:Stichwörter\";'),('de','messages:exif-label','s:14:\"de:Bezeichnung\";'),('de','messages:exif-languagecode','s:10:\"de:Sprache\";'),('de','messages:exif-lastphotodate','s:26:\"de:Datum des letzten Fotos\";'),('de','messages:exif-lens','s:23:\"de:Verwendetes Objektiv\";'),('de','messages:exif-licenseurl','s:39:\"de:URL der Urheberrechtsangabe (Lizenz)\";'),('de','messages:exif-lightsource','s:14:\"de:Lichtquelle\";'),('de','messages:exif-lightsource-0','s:12:\"de:Unbekannt\";'),('de','messages:exif-lightsource-1','s:13:\"de:Tageslicht\";'),('de','messages:exif-lightsource-10','s:11:\"de:Bewölkt\";'),('de','messages:exif-lightsource-11','s:11:\"de:Schatten\";'),('de','messages:exif-lightsource-12','s:46:\"de:Tageslicht fluoreszierend (D 5700–7100 K)\";'),('de','messages:exif-lightsource-13','s:46:\"de:Tagesweiß fluoreszierend (N 4600–5400 K)\";'),('de','messages:exif-lightsource-14','s:45:\"de:Kaltweiß fluoreszierend (W 3900–4500 K)\";'),('de','messages:exif-lightsource-15','s:42:\"de:Weiß fluoreszierend (WW 3200–3700 K)\";'),('de','messages:exif-lightsource-17','s:18:\"de:Standardlicht A\";'),('de','messages:exif-lightsource-18','s:18:\"de:Standardlicht B\";'),('de','messages:exif-lightsource-19','s:18:\"de:Standardlicht C\";'),('de','messages:exif-lightsource-2','s:17:\"de:Fluoreszierend\";'),('de','messages:exif-lightsource-20','s:6:\"en:D55\";'),('de','messages:exif-lightsource-21','s:6:\"en:D65\";'),('de','messages:exif-lightsource-22','s:6:\"en:D75\";'),('de','messages:exif-lightsource-23','s:6:\"en:D50\";'),('de','messages:exif-lightsource-24','s:24:\"de:ISO Studio Kunstlicht\";'),('de','messages:exif-lightsource-255','s:21:\"de:Andere Lichtquelle\";'),('de','messages:exif-lightsource-3','s:13:\"de:Glühlampe\";'),('de','messages:exif-lightsource-4','s:8:\"de:Blitz\";'),('de','messages:exif-lightsource-9','s:18:\"de:Schönes Wetter\";'),('de','messages:exif-locationdest','s:25:\"de:Dargestellter Standort\";'),('de','messages:exif-locationdestcode','s:39:\"de:Code für den dargestellten Standort\";'),('de','messages:exif-make','s:13:\"de:Hersteller\";'),('de','messages:exif-make-value','s:5:\"en:$1\";'),('de','messages:exif-maxaperturevalue','s:18:\"de:Größte Blende\";'),('de','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('de','messages:exif-meteringmode','s:16:\"de:Messverfahren\";'),('de','messages:exif-meteringmode-0','s:12:\"de:Unbekannt\";'),('de','messages:exif-meteringmode-1','s:19:\"de:Durchschnittlich\";'),('de','messages:exif-meteringmode-2','s:18:\"de:Mittenzentriert\";'),('de','messages:exif-meteringmode-255','s:12:\"de:Unbekannt\";'),('de','messages:exif-meteringmode-3','s:14:\"de:Spotmessung\";'),('de','messages:exif-meteringmode-4','s:22:\"de:Mehrfachspotmessung\";'),('de','messages:exif-meteringmode-5','s:9:\"de:Muster\";'),('de','messages:exif-meteringmode-6','s:11:\"de:Bildteil\";'),('de','messages:exif-model','s:9:\"de:Modell\";'),('de','messages:exif-model-value','s:5:\"en:$1\";'),('de','messages:exif-morepermissionsurl','s:34:\"de:Alternative Lizenzinformationen\";'),('de','messages:exif-nickname','s:33:\"de:Gebräuchlicher Name des Fotos\";'),('de','messages:exif-objectcycle','s:87:\"de:Veröffentlichungszeitraum während eines Tages, für den dieses Medium bestimmt ist\";'),('de','messages:exif-objectcycle-a','s:14:\"de:Nur morgens\";'),('de','messages:exif-objectcycle-b','s:33:\"de:Sowohl morgens als auch abends\";'),('de','messages:exif-objectcycle-p','s:13:\"de:Nur abends\";'),('de','messages:exif-objectname','s:12:\"de:Kurztitel\";'),('de','messages:exif-organisationinimage','s:28:\"de:Dargestellte Organisation\";'),('de','messages:exif-orientation','s:20:\"de:Kameraausrichtung\";'),('de','messages:exif-orientation-1','s:9:\"de:Normal\";'),('de','messages:exif-orientation-2','s:24:\"de:Horizontal gespiegelt\";'),('de','messages:exif-orientation-3','s:19:\"de:Um 180° gedreht\";'),('de','messages:exif-orientation-4','s:22:\"de:Vertikal gespiegelt\";'),('de','messages:exif-orientation-5','s:69:\"de:Entgegen dem Uhrzeigersinn um 90° gedreht und vertikal gespiegelt\";'),('de','messages:exif-orientation-6','s:45:\"de:Um 90° entgegen dem Uhrzeigersinn gedreht\";'),('de','messages:exif-orientation-7','s:59:\"de:Um 90° im Uhrzeigersinn gedreht und vertikal gespiegelt\";'),('de','messages:exif-orientation-8','s:35:\"de:Um 90° im Uhrzeigersinn gedreht\";'),('de','messages:exif-originaldocumentid','s:51:\"de:Eindeutige Kennung des ursprünglichen Dokuments\";'),('de','messages:exif-originalimageheight','s:32:\"de:Bildhöhe vor dem Zuschneiden\";'),('de','messages:exif-originalimagewidth','s:33:\"de:Bildbreite vor dem Zuschneiden\";'),('de','messages:exif-originaltransmissionref','s:58:\"de:Code des Standorts, von dem das Foto übermittelt wurde\";'),('de','messages:exif-personinimage','s:22:\"de:Dargestellte Person\";'),('de','messages:exif-photometricinterpretation','s:23:\"de:Pixelzusammensetzung\";'),('de','messages:exif-photometricinterpretation-0','s:29:\"de:Schwarzweiß (Weiß ist 0)\";'),('de','messages:exif-photometricinterpretation-1','s:31:\"de:Schwarzweiß (Schwarz ist 0)\";'),('de','messages:exif-photometricinterpretation-10','s:29:\"de:CIE L*a*b* (ITU-Kodierung)\";'),('de','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('de','messages:exif-photometricinterpretation-3','s:10:\"de:Palette\";'),('de','messages:exif-photometricinterpretation-32803','s:22:\"de:Farbfilteranordnung\";'),('de','messages:exif-photometricinterpretation-34892','s:13:\"de:Linear roh\";'),('de','messages:exif-photometricinterpretation-4','s:19:\"de:Transparenzmaske\";'),('de','messages:exif-photometricinterpretation-5','s:33:\"de:Getrennt (Wahrscheinlich CMYK)\";'),('de','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('de','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('de','messages:exif-photometricinterpretation-9','s:29:\"de:CIE L*a*b* (ICC-Kodierung)\";'),('de','messages:exif-pixelxdimension','s:13:\"de:Bildbreite\";'),('de','messages:exif-pixelydimension','s:12:\"de:Bildhöhe\";'),('de','messages:exif-planarconfiguration','s:19:\"de:Datenausrichtung\";'),('de','messages:exif-planarconfiguration-1','s:13:\"de:Grobformat\";'),('de','messages:exif-planarconfiguration-2','s:15:\"de:Planarformat\";'),('de','messages:exif-pngfilecomment','s:21:\"de:PNG-Dateikommentar\";'),('de','messages:exif-poseheadingdegrees','s:27:\"de:Winkel des Kurses (Grad)\";'),('de','messages:exif-posepitchdegrees','s:24:\"de:Neigungswinkel (Grad)\";'),('de','messages:exif-poserolldegrees','s:20:\"de:Rollwinkel (Grad)\";'),('de','messages:exif-preferredattributionname','s:50:\"de:Bei Weiterverwendung dieses Werks bitte nennen:\";'),('de','messages:exif-primarychromaticities','s:19:\"de:Primäre Farbart\";'),('de','messages:exif-projectiontype','s:17:\"de:Projektionstyp\";'),('de','messages:exif-projectiontype-equirectangular','s:20:\"de:Äquirektangulär\";'),('de','messages:exif-provinceorstatecreated','s:61:\"de:Provinz oder Gliedstaat, in dem das Foto aufgenommen wurde\";'),('de','messages:exif-provinceorstatedest','s:47:\"de:Gezeigte Provinz oder angezeigter Gliedstaat\";'),('de','messages:exif-rating','s:20:\"de:Bewertung (aus 5)\";'),('de','messages:exif-rating-rejected','s:12:\"de:Abgelehnt\";'),('de','messages:exif-referenceblackwhite','s:31:\"de:Schwarz/Weiß-Referenzpunkte\";'),('de','messages:exif-relatedsoundfile','s:23:\"de:Zugehörige Tondatei\";'),('de','messages:exif-rightscertificate','s:30:\"de:Rechteverwaltungszertifikat\";'),('de','messages:exif-rowsperstrip','s:29:\"de:Anzahl Zeilen pro Streifen\";'),('de','messages:exif-samplesperpixel','s:21:\"de:Anzahl Komponenten\";'),('de','messages:exif-saturation','s:13:\"de:Sättigung\";'),('de','messages:exif-saturation-0','s:9:\"de:Normal\";'),('de','messages:exif-saturation-1','s:9:\"de:Gering\";'),('de','messages:exif-saturation-2','s:7:\"de:Hoch\";'),('de','messages:exif-scenecapturetype','s:14:\"de:Aufnahmeart\";'),('de','messages:exif-scenecapturetype-0','s:11:\"de:Standard\";'),('de','messages:exif-scenecapturetype-1','s:13:\"de:Landschaft\";'),('de','messages:exif-scenecapturetype-2','s:11:\"de:Porträt\";'),('de','messages:exif-scenecapturetype-3','s:13:\"de:Nachtszene\";'),('de','messages:exif-scenecode','s:19:\"de:IPTC-Ansichtcode\";'),('de','messages:exif-scenetype','s:12:\"de:Szenentyp\";'),('de','messages:exif-scenetype-1','s:9:\"de:Normal\";'),('de','messages:exif-sensingmethod','s:14:\"de:Messmethode\";'),('de','messages:exif-sensingmethod-1','s:18:\"de:Nicht angegeben\";'),('de','messages:exif-sensingmethod-2','s:22:\"de:Ein-Chip-Farbsensor\";'),('de','messages:exif-sensingmethod-3','s:23:\"de:Zwei-Chip-Farbsensor\";'),('de','messages:exif-sensingmethod-4','s:23:\"de:Drei-Chip-Farbsensor\";'),('de','messages:exif-sensingmethod-5','s:30:\"de:Farbraum sequentiell Sensor\";'),('de','messages:exif-sensingmethod-7','s:21:\"de:Trilinearer Sensor\";'),('de','messages:exif-sensingmethod-8','s:39:\"de:Farbraum linear sequentieller Sensor\";'),('de','messages:exif-serialnumber','s:26:\"de:Seriennummer der Kamera\";'),('de','messages:exif-sharpness','s:11:\"de:Schärfe\";'),('de','messages:exif-sharpness-0','s:9:\"de:Normal\";'),('de','messages:exif-sharpness-1','s:9:\"de:Gering\";'),('de','messages:exif-sharpness-2','s:8:\"de:Stark\";'),('de','messages:exif-shutterspeedvalue','s:27:\"de:APEX-Belichtungszeitwert\";'),('de','messages:exif-software','s:11:\"de:Software\";'),('de','messages:exif-software-value','s:5:\"en:$1\";'),('de','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('de','messages:exif-source','s:9:\"de:Quelle\";'),('de','messages:exif-sourcephotoscount','s:24:\"de:Anzahl der Quellfotos\";'),('de','messages:exif-specialinstructions','s:24:\"de:Besondere Anweisungen\";'),('de','messages:exif-spectralsensitivity','s:23:\"de:Spectral Sensitivity\";'),('de','messages:exif-stitchingsoftware','s:21:\"de:Stitching-Software\";'),('de','messages:exif-stripbytecounts','s:35:\"de:Bytes pro komprimiertem Streifen\";'),('de','messages:exif-stripoffsets','s:20:\"de:Bilddaten-Versatz\";'),('de','messages:exif-subjectarea','s:10:\"de:Bereich\";'),('de','messages:exif-subjectdistance','s:13:\"de:Entfernung\";'),('de','messages:exif-subjectdistance-value','s:11:\"de:$1 Meter\";'),('de','messages:exif-subjectdistancerange','s:18:\"de:Motiventfernung\";'),('de','messages:exif-subjectdistancerange-0','s:12:\"de:Unbekannt\";'),('de','messages:exif-subjectdistancerange-1','s:8:\"de:Makro\";'),('de','messages:exif-subjectdistancerange-2','s:6:\"de:Nah\";'),('de','messages:exif-subjectdistancerange-3','s:11:\"de:Entfernt\";'),('de','messages:exif-subjectlocation','s:16:\"de:Motivstandort\";'),('de','messages:exif-subjectnewscode','s:13:\"de:Themencode\";'),('de','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('de','messages:exif-sublocationcreated','s:55:\"de:Bereich der Stadt, in dem das Foto aufgenommen wurde\";'),('de','messages:exif-sublocationdest','s:30:\"de:Bereich der gezeigten Stadt\";'),('de','messages:exif-subsectime','s:30:\"de:Speicherzeitpunkt (1/100 s)\";'),('de','messages:exif-subsectimedigitized','s:38:\"de:Digitalisierungszeitpunkt (1/100 s)\";'),('de','messages:exif-subsectimeoriginal','s:32:\"de:Erfassungszeitpunkt (1/100 s)\";'),('de','messages:exif-unknowndate','s:20:\"de:Unbekanntes Datum\";'),('de','messages:exif-urgency','s:16:\"de:Dringlichkeit\";'),('de','messages:exif-urgency-high','s:12:\"de:Hoch ($1)\";'),('de','messages:exif-urgency-low','s:15:\"de:Niedrig ($1)\";'),('de','messages:exif-urgency-normal','s:14:\"de:Normal ($1)\";'),('de','messages:exif-urgency-other','s:37:\"de:Benutzerdefinierte Priorität ($1)\";'),('de','messages:exif-usageterms','s:22:\"de:Nutzungsbedingungen\";'),('de','messages:exif-usepanoramaviewer','s:32:\"de:Panorama-Betrachter verwenden\";'),('de','messages:exif-usepanoramaviewer-false','s:7:\"de:Nein\";'),('de','messages:exif-usepanoramaviewer-true','s:5:\"de:Ja\";'),('de','messages:exif-usercomment','s:21:\"de:Benutzerkommentare\";'),('de','messages:exif-webstatement','s:29:\"de:Online-Urheberrechtsangabe\";'),('de','messages:exif-whitebalance','s:16:\"de:Weißabgleich\";'),('de','messages:exif-whitebalance-0','s:14:\"de:Automatisch\";'),('de','messages:exif-whitebalance-1','s:10:\"de:Manuell\";'),('de','messages:exif-whitepoint','s:22:\"de:Manuell mit Messung\";'),('de','messages:exif-worldregioncreated','s:48:\"de:Weltregion, in der das Foto aufgenommen wurde\";'),('de','messages:exif-worldregiondest','s:24:\"de:Gezeigte Weltregionen\";'),('de','messages:exif-writer','s:12:\"de:Verfasser\";'),('de','messages:exif-xresolution','s:25:\"de:Horizontale Auflösung\";'),('de','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('de','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('de','messages:exif-ycbcrcoefficients','s:22:\"de:YCbCr-Koeffizienten\";'),('de','messages:exif-ycbcrpositioning','s:26:\"de:Y- und C-Positionierung\";'),('de','messages:exif-ycbcrpositioning-1','s:12:\"de:Zentriert\";'),('de','messages:exif-ycbcrpositioning-2','s:13:\"de:Benachbart\";'),('de','messages:exif-ycbcrsubsampling','s:31:\"de:Subsampling Rate von Y bis C\";'),('de','messages:exif-yresolution','s:23:\"de:Vertikale Auflösung\";'),('de','messages:expand_templates_generate_rawhtml','s:22:\"de:Rohes HTML anzeigen\";'),('de','messages:expand_templates_generate_xml','s:25:\"de:XML-Parser-Baum zeigen\";'),('de','messages:expand_templates_html_output','s:19:\"de:Roh-HTML-Ausgabe\";'),('de','messages:expand_templates_input','s:20:\"de:Eingabe-Wikitext:\";'),('de','messages:expand_templates_input_missing','s:54:\"de:Du musst mindestens einen Eingabe-Wikitext angeben.\";'),('de','messages:expand_templates_intro','s:349:\"de:Auf dieser Spezialseite kann Wikitext eingegeben werden. Alle enthaltenen Vorlagen werden dabei rekursiv expandiert.\nAuch Parserfunktionen wie\n<code><nowiki>{{</nowiki>#language:…}}</code> und Variablen wie\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code> werden ausgewertet –\nfaktisch alles, was in doppelten geschweiften Klammern enthalten ist.\";'),('de','messages:expand_templates_ok','s:22:\"de:Vorlage expandieren\";'),('de','messages:expand_templates_output','s:11:\"de:Ergebnis\";'),('de','messages:expand_templates_preview','s:11:\"de:Vorschau\";'),('de','messages:expand_templates_preview_fail_html','s:458:\"de:<em>Da {{SITENAME}} rohes HTML aktiviert hat und es einen Verlust deiner Sitzungsdaten gab, ist die Vorschau als Vorsichtsmaßnahme gegen JavaScript-Angriffe versteckt.</em>\n\n<strong>Falls dies ein zulässiger Vorschauversuch ist, versuche es bitte erneut.</strong>\nFalls dieses Problem weiterhin bestehen bleibt, versuche dich [[Special:UserLogout|abzumelden]] und erneut anzumelden und überprüfe, ob dein Browser Cookies von dieser Website akzeptiert.\";'),('de','messages:expand_templates_preview_fail_html_anon','s:291:\"de:<em>Da {{SITENAME}} rohes HTML aktiviert hat und du nicht angemeldet bist, ist die Vorschau als Vorsichtsmaßnahme gegen JavaScript-Angriffe versteckt.</em>\n\n<strong>Falls dies ein zulässiger Vorschauversuch ist, [[Special:UserLogin|melde dich bitte an]] und versuche es erneut.</strong>\";'),('de','messages:expand_templates_remove_comments','s:23:\"de:Kommentare entfernen\";'),('de','messages:expand_templates_remove_nowiki','s:45:\"de:<nowiki>-Tags in der Ausgabe unterdrücken\";'),('de','messages:expand_templates_title','s:53:\"de:Kontexttitel für beispielsweise {{FULLPAGENAME}}:\";'),('de','messages:expand_templates_xml_output','s:14:\"de:XML-Ausgabe\";'),('de','messages:expandtemplates','s:23:\"de:Vorlagen expandieren\";'),('de','messages:expansion-depth-exceeded-category','s:55:\"de:Seiten, die die Expansionstiefe überschritten haben\";'),('de','messages:expansion-depth-exceeded-category-desc','s:60:\"de:Die Seite überschreitet die maximale Expandierungstiefe.\";'),('de','messages:expansion-depth-exceeded-warning','s:52:\"de:Die Seite hat die Expansionstiefe überschritten.\";'),('de','messages:expensive-parserfunction-category','s:59:\"de:Seiten, die aufwändige Parserfunktionen zu oft aufrufen\";'),('de','messages:expensive-parserfunction-category-desc','s:208:\"de:Die Seite verwendet zu viele aufwändige Parserfunktionen (wie <code>#ifexist</code>). Siehe das [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Benutzerhandbuch].\";'),('de','messages:expensive-parserfunction-warning','s:214:\"de:\'\'\'Achtung:\'\'\' Diese Seite enthält zu viele Aufrufe aufwändiger Parserfunktionen.\n\nSie darf nicht mehr als $2 {{PLURAL:$2|Aufruf|Aufrufe}} haben, es {{PLURAL:$1|ist aktuell $1 Aufruf|sind aktuell $1 Aufrufe}}.\";'),('de','messages:explainconflict','s:372:\"de:Jemand anders hat diese Seite geändert, nachdem du angefangen hast, sie zu bearbeiten.\nDas obere Textfeld enthält den aktuellen Bearbeitungsstand der Seite.\nDas untere Textfeld enthält deine Änderungen.\nBitte füge deine Änderungen in das obere Textfeld ein.\n<strong>Nur</strong> der Inhalt des oberen Textfeldes wird veröffentlicht, wenn du auf „$1“ klickst.\";'),('de','messages:export','s:21:\"de:Seiten exportieren\";'),('de','messages:export-addcat','s:14:\"de:Hinzufügen\";'),('de','messages:export-addcattext','s:46:\"de:Seiten aus folgender Kategorie hinzufügen:\";'),('de','messages:export-addns','s:14:\"de:Hinzufügen\";'),('de','messages:export-addnstext','s:47:\"de:Seiten aus folgendem Namensraum hinzufügen:\";'),('de','messages:export-download','s:26:\"de:Als XML-Datei speichern\";'),('de','messages:export-manual','s:30:\"de:Seiten manuell hinzufügen:\";'),('de','messages:export-pagelinks','s:77:\"de:Verlinkte Seiten automatisch mit exportieren, bis zur Rekursionstiefe von:\";'),('de','messages:export-submit','s:21:\"de:Seiten exportieren\";'),('de','messages:export-summary','s:3:\"en:\";'),('de','messages:export-templates','s:21:\"de:Inklusive Vorlagen\";'),('de','messages:exportall','s:26:\"de:Alle Seiten exportieren\";'),('de','messages:exportcuronly','s:49:\"de:Nur die aktuelle Version der Seite exportieren\";'),('de','messages:exportlistauthors','s:77:\"de:Für jede Seite die jeweils vollständige Liste der Bearbeiter einbeziehen\";'),('de','messages:exportnohistory','s:133:\"de:----\n\'\'\'Hinweis:\'\'\' Der Export kompletter Versionsgeschichten ist aus Gründen der Systemleistung bis auf Weiteres nicht möglich.\";'),('de','messages:exporttext','s:503:\"de:Mit dieser Spezialseite kannst du den Text inklusive der Versionsgeschichte einzelner Seiten in eine XML-Datei exportieren.\nDie Datei kann in ein anderes MediaWiki-Wiki über die [[Special:Import|Importfunktion]] eingespielt werden.\n\nTrage den oder die entsprechenden Seitentitel in das folgende Textfeld ein (pro Zeile jeweils nur eine Seite).\n\nAlternativ ist der Export auch mit der Syntax [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] möglich, beispielsweise für die [[{{MediaWiki:Mainpage}}]].\";'),('de','messages:external_image_whitelist','s:549:\"de: #Diese Zeile nicht verändern.<pre>\n#Untenstehend können Fragmente regulärer Ausdrücke (der Teil zwischen den //) eingegeben werden.\n#Diese werden mit den URLs von Bildern aus externen Quellen verglichen.\n#Ein positiver Vergleich führt zur Anzeige des Bildes, andernfalls wird das Bild nur als Link angezeigt.\n#Zeilen, die mit einem # beginnen, werden als Kommentar behandelt.\n#Es wird nicht zwischen Groß- und Kleinschreibung unterschieden.\n\n#Fragmente regulärer Ausdrücke nach dieser Zeile eintragen. Diese Zeile nicht verändern.</pre>\";'),('de','messages:externaldberror','s:131:\"de:Entweder liegt ein Fehler bei der externen Authentifizierung vor oder du darfst dein externes Benutzerkonto nicht aktualisieren.\";'),('de','messages:faq','s:27:\"de:Häufig gestellte Fragen\";'),('de','messages:feb','s:7:\"de:Feb.\";'),('de','messages:february','s:10:\"de:Februar\";'),('de','messages:february-gen','s:10:\"de:Februar\";'),('de','messages:feed-atom','s:7:\"en:Atom\";'),('de','messages:feed-invalid','s:35:\"de:Ungültiger Feed-Abonnement-Typ.\";'),('de','messages:feed-rss','s:6:\"en:RSS\";'),('de','messages:feed-unavailable','s:40:\"de:Es stehen keine Feeds zur Verfügung.\";'),('de','messages:feedback-adding','s:47:\"de:Rückmeldung wird zur Seite hinzugefügt …\";'),('de','messages:feedback-back','s:10:\"de:Zurück\";'),('de','messages:feedback-bugcheck','s:106:\"de:Super! Bitte überprüfe noch, ob es sich hierbei nicht um einen bereits [$1 bekannten Fehler] handelt.\";'),('de','messages:feedback-bugnew','s:52:\"de:Ich habe es überprüft. Den neuen Fehler melden.\";'),('de','messages:feedback-bugornote','s:346:\"de:Sofern du detailliert ein technisches Problem beschreiben möchtest, melde bitte [$1 einen Fehler].\nAnderenfalls kannst du auch das untenstehende einfache Formular nutzen. Dein Kommentar wird, zusammen mit deinem Benutzernamen und der Version des von dir verwendeten Webbrowsers sowie Betriebssystems, auf der Seite „[$3 $2]“ hinzugefügt.\";'),('de','messages:feedback-cancel','s:12:\"de:Abbrechen\";'),('de','messages:feedback-close','s:11:\"de:Erledigt\";'),('de','messages:feedback-dialog-intro','s:165:\"de:Du kannst das Formular unten verwenden, um deine Rückmeldung einzureichen. Dein Kommentar wird zusammen mit deinem Benutzernamen zur Seite „$1“ hinzugefügt.\";'),('de','messages:feedback-dialog-title','s:22:\"de:Rückmeldung senden\";'),('de','messages:feedback-error1','s:39:\"de:Fehler: Unbekanntes Ergebnis der API\";'),('de','messages:feedback-error4','s:95:\"de:Fehler: Der Beitrag konnte nicht unter dem angegebenen Rückmeldungstitel gespeichert werden\";'),('de','messages:feedback-external-bug-report-button','s:37:\"de:Eine technische Aufgabe einreichen\";'),('de','messages:feedback-message','s:13:\"de:Nachricht:\";'),('de','messages:feedback-subject','s:11:\"de:Betreff:\";'),('de','messages:feedback-submit','s:9:\"de:Senden\";'),('de','messages:feedback-terms','s:177:\"de:Ich akzeptiere, dass mein User Agent Informationen über meinen Browser und meine Betriebssystemversion enthält, die zusammen mit meiner Rückmeldung veröffentlicht werden.\";'),('de','messages:feedback-termsofuse','s:97:\"de:Ich erlaube das Übermitteln der Rückmeldung in Übereinstimmung mit den Nutzungsbedingungen.\";'),('de','messages:feedback-thanks','s:81:\"de:Vielen Dank. Deine Rückmeldung wurde auf der Seite „[$2 $1]“ gespeichert.\";'),('de','messages:feedback-thanks-title','s:9:\"de:Danke!\";'),('de','messages:feedback-useragent','s:14:\"de:User Agent:\";'),('de','messages:fewestrevisions','s:37:\"de:Seiten mit den wenigsten Versionen\";'),('de','messages:fewestrevisions-summary','s:3:\"en:\";'),('de','messages:file-anchor-link','s:8:\"de:Datei\";'),('de','messages:file-deleted-duplicate','s:124:\"de:Eine mit dieser identische Datei ([[:$1]]) wurde früher gelöscht. Sieh das Lösch-Logbuch ein, bevor du sie hochlädst.\";'),('de','messages:file-deleted-duplicate-notitle','s:241:\"de:Eine identische Datei wurde kürzlich gelöscht und der Titel wurde unterdrückt.\nDu solltest jemanden fragen, der die Möglichkeit hat, die unterdrückten Dateidaten anzusehen, um die Situation vor dem erneuten Hochladen zu überprüfen.\";'),('de','messages:file-exists-duplicate','s:77:\"de:Diese Datei ist ein Duplikat der folgenden {{PLURAL:$1|Datei|$1 Dateien}}:\";'),('de','messages:file-exists-sharedrepo','s:126:\"de:Der gewählte Dateiname wird bereits in einem gemeinsam genutzten Repositorium verwendet.\nBitte wähle einen anderen Namen.\";'),('de','messages:file-info','s:33:\"de:Dateigröße: $1, MIME-Typ: $2\";'),('de','messages:file-info-gif-frames','s:31:\"de:$1 {{PLURAL:$1|Bild|Bilder}}\";'),('de','messages:file-info-gif-looped','s:17:\"de:Endlosschleife\";'),('de','messages:file-info-png-frames','s:31:\"de:$1 {{PLURAL:$1|Bild|Bilder}}\";'),('de','messages:file-info-png-looped','s:17:\"de:Endlosschleife\";'),('de','messages:file-info-png-repeat','s:34:\"de:$1-{{PLURAL:$1|mal}} abgespielt\";'),('de','messages:file-info-size','s:49:\"de:$1 × $2 Pixel, Dateigröße: $3, MIME-Typ: $4\";'),('de','messages:file-info-size-pages','s:81:\"de:$1 × $2 Pixel, Dateigröße: $3, MIME-Typ: $4, $5 {{PLURAL:$5|Seite| Seiten}}\";'),('de','messages:file-no-thumb-animation','s:105:\"de:\'\'\'Hinweis: Aufgrund technischer Beschränkungen werden Vorschaubilder dieser Datei nicht animiert.\'\'\'\";'),('de','messages:file-no-thumb-animation-gif','s:132:\"de:\'\'\'Hinweis: Aufgrund technischer Beschränkungen werden Vorschaubilder hochauflösender GIF-Dateien wie dieser nicht animiert.\'\'\'\";'),('de','messages:file-nohires','s:45:\"de:Es ist keine höhere Auflösung vorhanden.\";'),('de','messages:file-thumbnail-no','s:232:\"de:Der Dateiname beginnt mit <strong>$1</strong>. Dies deutet auf ein Bild verringerter Größe <em>(Miniatur)</em> hin.\nBitte prüfe, ob du das Bild in voller Auflösung vorliegen hast, und lade dieses unter dem Originalnamen hoch.\";'),('de','messages:file-too-large','s:39:\"de:Die hochgeladene Datei war zu groß.\";'),('de','messages:filecopyerror','s:64:\"de:Die Datei „$1“ konnte nicht nach „$2“ kopiert werden.\";'),('de','messages:filedelete','s:19:\"de:Lösche „$1“\";'),('de','messages:filedelete-archive-read-only','s:77:\"de:Das Archiv-Verzeichnis „$1“ ist für den Webserver nicht beschreibbar.\";'),('de','messages:filedelete-comment','s:9:\"de:Grund:\";'),('de','messages:filedelete-current-unregistered','s:70:\"de:Die angegebene Datei „$1“ ist nicht in der Datenbank vorhanden.\";'),('de','messages:filedelete-edit-reasonlist','s:27:\"de:Löschgründe bearbeiten\";'),('de','messages:filedelete-edit-reasonlist-suppress','s:30:\"de:Oversightgründe bearbeiten\";'),('de','messages:filedelete-intro','s:88:\"de:Du löschst die Datei \'\'\'„[[Media:$1|$1]]“\'\'\' inklusive ihrer Versionsgeschichte.\";'),('de','messages:filedelete-intro-old','s:89:\"de:Du löschst von der Datei \'\'\'„[[Media:$1|$1]]“\'\'\' die [$4 Version vom $2, $3 Uhr].\";'),('de','messages:filedelete-legend','s:16:\"de:Lösche Datei\";'),('de','messages:filedelete-maintenance','s:110:\"de:Das Löschen und Wiederherstellen von Dateien ist aufgrund von Wartungsarbeiten vorübergehend deaktiviert.\";'),('de','messages:filedelete-maintenance-title','s:41:\"de:Die Datei kann nicht gelöscht werden.\";'),('de','messages:filedelete-missing','s:78:\"de:Die Datei „$1“ kann nicht gelöscht werden, da sie nicht vorhanden ist.\";'),('de','messages:filedelete-nofile','s:38:\"de:\'\'\'„$1“\'\'\' ist nicht vorhanden.\";'),('de','messages:filedelete-nofile-old','s:87:\"de:Es gibt von \'\'\'„$1“\'\'\' keine archivierte Version mit den angegebenen Attributen.\";'),('de','messages:filedelete-old-unregistered','s:78:\"de:Die angegebene Datei-Version „$1“ ist nicht in der Datenbank vorhanden.\";'),('de','messages:filedelete-otherreason','s:30:\"de:Anderer/ergänzender Grund:\";'),('de','messages:filedelete-reason-dropdown','s:68:\"de:* Allgemeine Löschgründe\n** Urheberrechtsverletzung\n** Duplikat\";'),('de','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('de','messages:filedelete-reason-otherlist','s:16:\"de:Anderer Grund\";'),('de','messages:filedelete-submit','s:11:\"de:Löschen\";'),('de','messages:filedelete-success','s:34:\"de:\'\'\'„$1“\'\'\' wurde gelöscht.\";'),('de','messages:filedelete-success-old','s:88:\"de:Von der Datei \'\'\'„[[Media:$1|$1]]“\'\'\' wurde die Version vom $2, $3 Uhr gelöscht.\";'),('de','messages:filedeleteerror','s:52:\"de:Die Datei „$1“ konnte nicht gelöscht werden.\";'),('de','messages:filedeleteerror-long','s:58:\"de:Bei der Datei-Löschung wurden Fehler festgestellt:\n\n$1\";'),('de','messages:filedeleteerror-short','s:33:\"de:Fehler bei Datei-Löschung: $1\";'),('de','messages:filedesc','s:15:\"de:Beschreibung\";'),('de','messages:fileduplicatesearch','s:21:\"de:Dateiduplikatsuche\";'),('de','messages:fileduplicatesearch-filename','s:13:\"de:Dateiname:\";'),('de','messages:fileduplicatesearch-info','s:57:\"de:$1 × $2 Pixel<br />Dateigröße: $3<br />MIME-Typ: $4\";'),('de','messages:fileduplicatesearch-noresults','s:49:\"de:Es wurde keine Datei namens „$1“ gefunden.\";'),('de','messages:fileduplicatesearch-result-1','s:54:\"de:Die Datei „$1“ hat keine identischen Duplikate.\";'),('de','messages:fileduplicatesearch-result-n','s:87:\"de:Die Datei „$1“ hat {{PLURAL:$2|1 identisches Duplikat|$2 identische Duplikate}}.\";'),('de','messages:fileduplicatesearch-submit','s:9:\"de:Suchen\";'),('de','messages:fileduplicatesearch-summary','s:57:\"de:Suche nach Dateiduplikaten auf Basis ihres Hashwertes.\";'),('de','messages:fileexists','s:183:\"de:Eine Datei dieses Namens ist bereits vorhanden. Bitte prüfe <strong>[[:$1]]</strong>, sofern {{GENDER:|du}} dir nicht sicher bist, ob du sie überschreiben möchtest.\n[[$1|thumb]]\";'),('de','messages:fileexists-duplicate-version','s:140:\"de:Die hochgeladene Datei ist ein exaktes Duplikat {{PLURAL:$2|einer älteren Version|von älteren Versionen}} von <strong>[[:$1]]</strong>.\";'),('de','messages:fileexists-extension','s:249:\"de:Eine Datei ähnlichen Namens ist bereits vorhanden: [[$2|thumb]]\n* Name der hochzuladenden Datei: <strong>[[:$1]]</strong>\n* Name der bereits vorhandenen Datei: <strong>[[:$2]]</strong>\nMöchtest du vielleicht einen eindeutigeren Namen verwenden?\";'),('de','messages:fileexists-forbidden','s:190:\"de:Unter diesem Namen existiert bereits eine Datei und sie kann nicht überschrieben werden. Bitte gehe zurück und lade die Datei unter einem anderen Namen hoch. [[File:$1|thumb|center|$1]]\";'),('de','messages:fileexists-no-change','s:102:\"de:Die hochgeladene Datei ist ein exaktes Duplikat der aktuellen Version von <strong>[[:$1]]</strong>.\";'),('de','messages:fileexists-shared-forbidden','s:197:\"de:Unter diesem Namen existiert bereits eine Datei im zentralen Medienarchiv.\nWenn du diese Datei trotzdem hochladen möchtest, gehe bitte zurück und ändere den Namen.\n[[File:$1|thumb|center|$1]]\";'),('de','messages:fileexists-thumbnail-yes','s:269:\"de:Bei der Datei scheint es sich um ein Bild verringerter Größe \'\'(Miniatur)\'\' zu handeln. [[$1|thumb]]\nBitte prüfe die Datei <strong>[[:$1]]</strong>.\nWenn es sich um das Bild in Originalgröße handelt, so braucht kein separates Vorschaubild hochgeladen zu werden.\";'),('de','messages:filehist','s:17:\"de:Dateiversionen\";'),('de','messages:filehist-comment','s:12:\"de:Kommentar\";'),('de','messages:filehist-current','s:10:\"de:aktuell\";'),('de','messages:filehist-datetime','s:14:\"de:Version vom\";'),('de','messages:filehist-deleteall','s:26:\"de:Alle Versionen löschen\";'),('de','messages:filehist-deleteone','s:25:\"de:Diese Version löschen\";'),('de','messages:filehist-dimensions','s:8:\"de:Maße\";'),('de','messages:filehist-filesize','s:15:\"de:Dateigröße\";'),('de','messages:filehist-help','s:57:\"de:Klicke auf einen Zeitpunkt, um diese Version zu laden.\";'),('de','messages:filehist-nothumb','s:30:\"de:Kein Vorschaubild vorhanden\";'),('de','messages:filehist-revert','s:16:\"de:zurücksetzen\";'),('de','messages:filehist-thumb','s:15:\"de:Vorschaubild\";'),('de','messages:filehist-thumbtext','s:34:\"de:Vorschaubild der Version vom $1\";'),('de','messages:filehist-user','s:11:\"de:Benutzer\";'),('de','messages:filemissing','s:14:\"de:Datei fehlt\";'),('de','messages:filename','s:12:\"de:Dateiname\";'),('de','messages:filename-bad-prefix','s:234:\"de:Der Dateiname beginnt mit <strong>„$1“</strong>. Dies ist im Allgemeinen der von einer Digitalkamera vorgegebene Dateiname und daher nicht sehr aussagekräftig.\nBitte gib der Datei einen Namen, der den Inhalt besser beschreibt.\";'),('de','messages:filename-prefix-blacklist','s:473:\"de: #<!-- Diese Zeile darf nicht verändert werden! --> <pre>\n#  Syntax:\n#   * Alles von einem #-Zeichen bis zum Ende der Zeile ist ein Kommentar.\n#   * Jede nicht-leere Zeile ist der Anfang eines typischen Dateinamens, der automatisch von einer Digitalkamera erzeugt wird.\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # einige Mobiltelefone\nIMG # allgemein\nJD # Jenoptik\nMGP # Pentax\nPICT # verschiedene\n #</pre> <!-- Diese Zeile darf nicht verändert werden!-->\";'),('de','messages:filename-thumb-name','s:235:\"de:Dies scheint ein Titel für Vorschaubilder zu sein. Lade bitte keine Vorschaubilder zurück auf das gleiche Wiki hoch. Anderenfalls ändere bitte den Dateinamen ab, so dass er aussagekräftiger ist und kein Vorschaubild-Präfix hat.\";'),('de','messages:filename-toolong','s:56:\"de:Dateinamen dürfen nicht größer als 240 Bytes sein.\";'),('de','messages:filename-tooshort','s:29:\"de:Der Dateiname ist zu kurz.\";'),('de','messages:filenotfound','s:43:\"de:Die Datei „$1“ wurde nicht gefunden.\";'),('de','messages:filepage-nofile','s:46:\"de:Es ist keine Datei dieses Namens vorhanden.\";'),('de','messages:filepage-nofile-link','s:91:\"de:Es ist keine Datei dieses Namens vorhanden. Du kannst jedoch [$1 diese Datei hochladen].\";'),('de','messages:filepage.css','s:100:\"de:/* Das folgende CSS wird auf Dateibeschreibungsseiten, auch auf fremden Client-Wikis, geladen. */\";'),('de','messages:filepageexists','s:310:\"de:Eine Beschreibungsseite wurde bereits als <strong>[[:$1]]</strong> erstellt, es ist aber keine Datei mit diesem Namen vorhanden.\nDie eingegebene Beschreibung wird nicht auf die Beschreibungsseite übernommen.\nDie Beschreibungsseite musst du nach dem Hochladen der Datei noch manuell bearbeiten.\n[[$1|thumb]]\";'),('de','messages:filereadonlyerror','s:211:\"de:Die Datei „$1“ kann nicht verändert werden, da auf das Dateirepositorium „$2“ nur Lesezugriff möglich ist.\n\nDer Systemadministrator, der den Schreibzugriff sperrte, gab folgenden Grund an: „$3“.\";'),('de','messages:filerenameerror','s:64:\"de:Die Datei „$1“ konnte nicht in „$2“ umbenannt werden.\";'),('de','messages:filereuploadsummary','s:20:\"de:Dateiänderungen:\";'),('de','messages:filerevert','s:29:\"de:Zurücksetzen von „$1“\";'),('de','messages:filerevert-badversion','s:64:\"de:Es gibt keine Version der Datei zu dem angegebenen Zeitpunkt.\";'),('de','messages:filerevert-comment','s:9:\"de:Grund:\";'),('de','messages:filerevert-defaultcomment','s:53:\"de:Zurückgesetzt auf die Version vom $1, $2 Uhr ($3)\";'),('de','messages:filerevert-identical','s:86:\"de:Die aktuelle Version der Datei ist bereits mit der ausgewählten Version identisch.\";'),('de','messages:filerevert-intro','s:88:\"de:Du setzt die Datei \'\'\'[[Media:$1|$1]]\'\'\' auf die [$4 Version vom $2, $3 Uhr] zurück.\";'),('de','messages:filerevert-legend','s:22:\"de:Datei zurücksetzen\";'),('de','messages:filerevert-submit','s:16:\"de:Zurücksetzen\";'),('de','messages:filerevert-success','s:82:\"de:\'\'\'[[Media:$1|$1]]\'\'\' wurde auf die [$4 Version vom $2, $3 Uhr] zurückgesetzt.\";'),('de','messages:filesource','s:10:\"de:Quelle:\";'),('de','messages:filestatus','s:20:\"de:Copyright-Status:\";'),('de','messages:filetype-bad-ie-mime','s:163:\"de:Diese Datei kann nicht hochgeladen werden, da der Internet Explorer sie als „$1“ erkennt, welcher ein nicht erlaubter potentiell gefährlicher Dateityp ist.\";'),('de','messages:filetype-badmime','s:70:\"de:Dateien mit dem MIME-Typ „$1“ dürfen nicht hochgeladen werden.\";'),('de','messages:filetype-banned','s:34:\"de:Diese Dateiendung ist gesperrt.\";'),('de','messages:filetype-banned-type','s:163:\"de:\'\'\'„.$1“\'\'\' {{PLURAL:$4|ist ein nicht erlaubter Dateityp|sind nicht erlaubte Dateitypen}}.\n{{PLURAL:$3|Erlaubter Dateityp ist|Erlaubte Dateitypen sind}} $2.\";'),('de','messages:filetype-mime-mismatch','s:74:\"de:Dateierweiterung „.$1“ stimmt nicht mit dem MIME-Typ ($2) überein.\";'),('de','messages:filetype-missing','s:68:\"de:Die hochzuladende Datei hat keine Erweiterung (z. B. „.jpg“).\";'),('de','messages:filetype-unwanted-type','s:123:\"de:\'\'\'„.$1“\'\'\' ist ein unerwünschtes Dateiformat. Erlaubt {{PLURAL:$3|ist das Dateiformat|sind die Dateiformate}}: $2.\";'),('de','messages:fileuploadsummary','s:23:\"de:Beschreibung/Quelle:\";'),('de','messages:filewasdeleted','s:179:\"de:Eine Datei mit diesem Namen wurde schon einmal hochgeladen und zwischenzeitlich wieder gelöscht. Bitte prüfe zuerst den Eintrag im $1, bevor du die Datei wirklich speicherst.\";'),('de','messages:fix-double-redirects','s:78:\"de:Nach dem Verschieben alle Weiterleitungen auf die Ursprungsseite bereinigen\";'),('de','messages:formatnum-nan','s:13:\"de:Keine Zahl\";'),('de','messages:formerror','s:57:\"de:Fehler: Die Eingaben konnten nicht verarbeitet werden.\";'),('de','messages:fri','s:5:\"de:Fr\";'),('de','messages:friday','s:10:\"de:Freitag\";'),('de','messages:friday-at','s:16:\"de:Freitag um $1\";'),('de','messages:gallery-slideshow-toggle','s:28:\"de:Vorschaubilder umschalten\";'),('de','messages:gender-female','s:28:\"de:Sie bearbeitet Wikiseiten\";'),('de','messages:gender-male','s:27:\"de:Er bearbeitet Wikiseiten\";'),('de','messages:gender-notknown','s:35:\"de:Die Person bearbeitet Wikiseiten\";'),('de','messages:gender-unknown','s:95:\"de:Wenn du erwähnt wirst, verwendet die Software nach Möglichkeit geschlechtsneutrale Wörter\";'),('de','messages:generic-pool-error','s:172:\"de:Entschuldige bitte, dass die Server im Moment überlastet sind.\nZu viele Benutzer wollen diese Ressource ansehen.\nBitte warte einen Moment, bevor du sie erneut aufrufst.\";'),('de','messages:go','s:13:\"de:Ausführen\";'),('de','messages:googleanalytics-desc','s:142:\"de:Ermöglicht das Einbinden des Google-Universal-Analytics-Skripts (und/oder anderer Web-Analysewerkzeuge) in MediaWiki-Seiten zur Verfolgung\";'),('de','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('de','messages:gotointerwiki','s:25:\"de:{{SITENAME}} verlassen\";'),('de','messages:gotointerwiki-external','s:127:\"de:Du bist dabei, {{SITENAME}} zu verlassen, um [[$2]] zu besuchen, was eine externe Website ist.\n\n\'\'\'[$1 Auf $1 fortfahren]\'\'\'\";'),('de','messages:gotointerwiki-invalid','s:38:\"de:Der angegebene Titel ist ungültig.\";'),('de','messages:grant-basic','s:14:\"de:Basisrechte\";'),('de','messages:grant-blockusers','s:33:\"de:Benutzer sperren und freigeben\";'),('de','messages:grant-createaccount','s:27:\"de:Benutzerkonten erstellen\";'),('de','messages:grant-createeditmovepage','s:47:\"de:Seiten erstellen, bearbeiten und verschieben\";'),('de','messages:grant-delete','s:50:\"de:Seiten, Versionen und Logbucheinträge löschen\";'),('de','messages:grant-editinterface','s:67:\"de:Den MediaWiki-Namensraum und wikiweites/Benutzer-JSON bearbeiten\";'),('de','messages:grant-editmycssjs','s:47:\"de:Dein Benutzer-CSS/JSON/JavaScript bearbeiten\";'),('de','messages:grant-editmyoptions','s:64:\"de:Deine Benutzereinstellungen und JSON-Konfiguration bearbeiten\";'),('de','messages:grant-editmywatchlist','s:37:\"de:Deine Beobachtungsliste bearbeiten\";'),('de','messages:grant-editpage','s:31:\"de:Vorhandene Seiten bearbeiten\";'),('de','messages:grant-editprotected','s:32:\"de:Geschützte Seiten bearbeiten\";'),('de','messages:grant-editsiteconfig','s:44:\"de:Wikiweites und Benutzer-CSS/JS bearbeiten\";'),('de','messages:grant-generic','s:24:\"de:Rechtegruppe „$1“\";'),('de','messages:grant-group-administration','s:37:\"de:Administrative Aktionen ausführen\";'),('de','messages:grant-group-customization','s:30:\"de:Anpassung und Einstellungen\";'),('de','messages:grant-group-email','s:19:\"de:E-Mail versenden\";'),('de','messages:grant-group-file-interaction','s:26:\"de:Mit Medien interagieren\";'),('de','messages:grant-group-high-volume','s:32:\"de:Massenaktivitäten ausführen\";'),('de','messages:grant-group-other','s:28:\"de:Verschiedene Aktivitäten\";'),('de','messages:grant-group-page-interaction','s:26:\"de:Mit Seiten interagieren\";'),('de','messages:grant-group-private-information','s:41:\"de:Auf private Daten über dich zugreifen\";'),('de','messages:grant-group-watchlist-interaction','s:44:\"de:Mit deiner Beobachtungsliste interagieren\";'),('de','messages:grant-highvolume','s:22:\"de:Massenbearbeitungen\";'),('de','messages:grant-import','s:24:\"de:Versionen importieren\";'),('de','messages:grant-mergehistory','s:31:\"de:Versionsgeschichten vereinen\";'),('de','messages:grant-oversight','s:50:\"de:Benutzer verstecken und Versionen unterdrücken\";'),('de','messages:grant-patrol','s:38:\"de:Änderungen an Seiten kontrollieren\";'),('de','messages:grant-privateinfo','s:38:\"de:Auf private Informationen zugreifen\";'),('de','messages:grant-protect','s:33:\"de:Seiten schützen und freigeben\";'),('de','messages:grant-rollback','s:38:\"de:Änderungen an Seiten zurücksetzen\";'),('de','messages:grant-sendemail','s:39:\"de:E-Mails an andere Benutzer versenden\";'),('de','messages:grant-uploadeditmovefile','s:46:\"de:Dateien hochladen, ersetzen und verschieben\";'),('de','messages:grant-uploadfile','s:25:\"de:Neue Dateien hochladen\";'),('de','messages:grant-viewdeleted','s:40:\"de:Gelöschte Dateien und Seiten ansehen\";'),('de','messages:grant-viewmywatchlist','s:34:\"de:Deine Beobachtungsliste ansehen\";'),('de','messages:grant-viewrestrictedlogs','s:40:\"de:Beschränkte Logbucheinträge ansehen\";'),('de','messages:group','s:10:\"de:Gruppe:\";'),('de','messages:group-all','s:9:\"de:(alle)\";'),('de','messages:group-autoconfirmed','s:35:\"de:Automatisch bestätigte Benutzer\";'),('de','messages:group-autoconfirmed-member','s:85:\"de:{{GENDER:$1|Automatisch bestätigter Benutzer|Automatisch bestätigte Benutzerin}}\";'),('de','messages:group-autoconfirmed.css','s:85:\"de:/* CSS an dieser Stelle wirkt sich nur auf automatisch bestätigte Benutzer aus */\";'),('de','messages:group-autoconfirmed.js','s:88:\"de:/* Das folgende JavaScript wird nur für automatisch bestätigte Benutzer geladen. */\";'),('de','messages:group-bot','s:7:\"de:Bots\";'),('de','messages:group-bot-member','s:6:\"de:Bot\";'),('de','messages:group-bot.css','s:57:\"de:/* CSS an dieser Stelle wirkt sich nur auf Bots aus */\";'),('de','messages:group-bot.js','s:60:\"de:/* Das folgende JavaScript wird nur für Bots geladen. */\";'),('de','messages:group-bureaucrat','s:14:\"de:Bürokraten\";'),('de','messages:group-bureaucrat-member','s:38:\"de:{{GENDER:$1|Bürokrat|Bürokratin}}\";'),('de','messages:group-bureaucrat.css','s:60:\"de:/* Das folgende CSS wird nur für Bürokraten geladen. */\";'),('de','messages:group-bureaucrat.js','s:67:\"de:/* Das folgende JavaScript wird nur für Bürokraten geladen. */\";'),('de','messages:group-interface-admin','s:30:\"de:Oberflächenadministratoren\";'),('de','messages:group-interface-admin-member','s:70:\"de:{{GENDER:$1|Oberflächenadministrator|Oberflächenadministratorin}}\";'),('de','messages:group-membership-link-with-expiry','s:14:\"de:$1 (bis $2)\";'),('de','messages:group-named','s:23:\"de:Angemeldete Benutzer\";'),('de','messages:group-suppress','s:14:\"de:Oversighter\";'),('de','messages:group-suppress-member','s:42:\"de:{{GENDER:$1|Oversighter|Oversighterin}}\";'),('de','messages:group-sysop','s:18:\"de:Administratoren\";'),('de','messages:group-sysop-member','s:46:\"de:{{GENDER:$1|Administrator|Administratorin}}\";'),('de','messages:group-sysop.css','s:68:\"de:/* CSS an dieser Stelle wirkt sich nur auf Administratoren aus */\";'),('de','messages:group-sysop.js','s:71:\"de:/* Das folgende JavaScript wird nur für Administratoren geladen. */\";'),('de','messages:group-user','s:11:\"de:Benutzer\";'),('de','messages:group-user-member','s:36:\"de:{{GENDER:$1|Benutzer|Benutzerin}}\";'),('de','messages:group-user.css','s:73:\"de:/* CSS an dieser Stelle wirkt sich nur auf angemeldete Benutzer aus */\";'),('de','messages:group-user.js','s:76:\"de:/* Das folgende JavaScript wird nur für angemeldete Benutzer geladen. */\";'),('de','messages:grouppage-autoconfirmed','s:50:\"de:{{ns:project}}:Automatisch bestätigte Benutzer\";'),('de','messages:grouppage-bot','s:22:\"de:{{ns:project}}:Bots\";'),('de','messages:grouppage-bureaucrat','s:29:\"de:{{ns:project}}:Bürokraten\";'),('de','messages:grouppage-interface-admin','s:45:\"de:{{ns:project}}:Oberflächenadministratoren\";'),('de','messages:grouppage-named','s:38:\"de:{{ns:project}}:Angemeldete Benutzer\";'),('de','messages:grouppage-suppress','s:27:\"de:{{ns:project}}:Oversight\";'),('de','messages:grouppage-sysop','s:33:\"de:{{ns:project}}:Administratoren\";'),('de','messages:grouppage-user','s:26:\"de:{{ns:project}}:Benutzer\";'),('de','messages:guesstimezone','s:26:\"de:Vom Browser übernehmen\";'),('de','messages:headline-anchor-title','s:27:\"de:Link zu diesem Abschnitt\";'),('de','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('de','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('de','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('de','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('de','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('de','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('de','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('de','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('de','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('de','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('de','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('de','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('de','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('de','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('de','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('de','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('de','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('de','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('de','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('de','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('de','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('de','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('de','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('de','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('de','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('de','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('de','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('de','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('de','messages:help','s:8:\"de:Hilfe\";'),('de','messages:help-mediawiki','s:21:\"de:Hilfe zu MediaWiki\";'),('de','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('de','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('de','messages:helppage-top-gethelp','s:8:\"de:Hilfe\";'),('de','messages:hidden-categories','s:59:\"de:{{PLURAL:$1|Versteckte Kategorie|Versteckte Kategorien}}\";'),('de','messages:hidden-category-category','s:24:\"de:Versteckte Kategorien\";'),('de','messages:hidden-category-category-desc','s:183:\"de:Die Kategorie enthält <code><nowiki>__HIDDENCAT__</nowiki></code> in ihrem Seiteninhalt, was verhindert, dass sie standardmäßig auf Seiten im Kategorielinkkasten angezeigt wird.\";'),('de','messages:hiddencategories','s:100:\"de:Diese Seite ist in {{PLURAL:$1|einer versteckten Kategorie|$1 versteckten Kategorien}} enthalten:\";'),('de','messages:hide','s:13:\"de:ausblenden\";'),('de','messages:hidetoc','s:12:\"de:Verbergen\";'),('de','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('de','messages:hijri-calendar-m10','s:11:\"de:Schawwal\";'),('de','messages:hijri-calendar-m11','s:15:\"de:Dhu l-qaʿda\";'),('de','messages:hijri-calendar-m12','s:17:\"de:Dhu l-hiddscha\";'),('de','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('de','messages:hijri-calendar-m3','s:18:\"de:Rabiʿ al-auwal\";'),('de','messages:hijri-calendar-m4','s:19:\"de:Rabiʿ ath-thani\";'),('de','messages:hijri-calendar-m5','s:18:\"de:Dschumada l-ula\";'),('de','messages:hijri-calendar-m6','s:24:\"de:Dschumada th-thaniyya\";'),('de','messages:hijri-calendar-m7','s:11:\"de:Radschab\";'),('de','messages:hijri-calendar-m8','s:12:\"de:Schaʿban\";'),('de','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('de','messages:hist','s:12:\"de:Versionen\";'),('de','messages:histfirst','s:11:\"de:älteste\";'),('de','messages:histlast','s:10:\"de:neueste\";'),('de','messages:histlegend','s:374:\"de:Auswahl des Versionsunterschieds: Markiere die Radiobuttons der zu vergleichenden Versionen und drücke die Eingabetaste oder die Schaltfläche am unteren Rand.<br>\nLegende: <strong>({{int:cur}})</strong> = Unterschied zur aktuellen Version, <strong>({{int:last}})</strong> = Unterschied zur vorherigen Version, <strong>{{int:minoreditletter}}</strong> = Kleine Änderung\";'),('de','messages:history','s:12:\"de:Versionen\";'),('de','messages:history-edit-tags','s:50:\"de:Markierungen ausgewählter Versionen bearbeiten\";'),('de','messages:history-empty','s:48:\"de:Es wurden keine passenden Versionen gefunden.\";'),('de','messages:history-feed-description','s:50:\"de:Versionsgeschichte dieser Seite in {{SITENAME}}\";'),('de','messages:history-feed-empty','s:162:\"de:Die angeforderte Seite existiert nicht. Vielleicht wurde sie gelöscht oder verschoben. [[Special:Search|Durchsuche]] {{SITENAME}} nach passenden neuen Seiten.\";'),('de','messages:history-feed-item-nocomment','s:21:\"de:$1 am $3 um $4 Uhr\";'),('de','messages:history-feed-title','s:21:\"de:Versionsgeschichte\";'),('de','messages:history-fieldset-title','s:20:\"de:Versionen filtern\";'),('de','messages:history-show-deleted','s:34:\"de:Nur gelöschte Versionen zeigen\";'),('de','messages:history-title','s:25:\"de:$1: Versionsgeschichte\";'),('de','messages:history_copyright','s:4:\"en:-\";'),('de','messages:history_short','s:21:\"de:Versionsgeschichte\";'),('de','messages:history_small','s:21:\"de:Versionsgeschichte\";'),('de','messages:historyaction-submit','s:21:\"de:Versionen anzeigen\";'),('de','messages:historyempty','s:7:\"de:leer\";'),('de','messages:historysize','s:34:\"de:({{PLURAL:$1|1 Byte|$1 Bytes}})\";'),('de','messages:historywarning','s:140:\"de:<strong>Achtung:</strong> Die Seite, die du löschen möchtest, hat eine Versionsgeschichte mit {{PLURAL:$1|einer Version|$1 Versionen}}:\";'),('de','messages:hookaborted','s:92:\"de:Der Versuch, die Änderung durchzuführen, wurde von einer Parsererweiterung abgebrochen.\";'),('de','messages:hours','s:36:\"de:{{PLURAL:$1|1 Stunde|$1 Stunden}}\";'),('de','messages:hours-abbrev','s:7:\"en:$1 h\";'),('de','messages:hours-ago','s:44:\"de:vor {{PLURAL:$1|einer Stunde|$1 Stunden}}\";'),('de','messages:htmlform-chosen-placeholder','s:21:\"de:Wähle eine Option\";'),('de','messages:htmlform-cloner-create','s:22:\"de:Weitere hinzufügen\";'),('de','messages:htmlform-cloner-delete','s:12:\"de:Entfernen\";'),('de','messages:htmlform-cloner-required','s:43:\"de:Es ist mindestens ein Wert erforderlich.\";'),('de','messages:htmlform-date-invalid','s:102:\"de:Der eingegebene Wert wurde nicht als Datum erkannt. Versuche die Verwendung des Formats JJJJ-MM-TT.\";'),('de','messages:htmlform-date-placeholder','s:13:\"de:JJJJ-MM-TT\";'),('de','messages:htmlform-date-toohigh','s:69:\"de:Der eingegebene Wert liegt nach dem spätesten erlaubten Datum $1.\";'),('de','messages:htmlform-date-toolow','s:68:\"de:Der eingegebene Wert liegt vor dem frühesten erlaubten Datum $1.\";'),('de','messages:htmlform-datetime-invalid','s:121:\"de:Der eingegebene Wert ist kein erkanntes Datum und keine Zeit. Versuche die Verwendung des Formats JJJJ-MM-TT HH:MM:SS.\";'),('de','messages:htmlform-datetime-placeholder','s:22:\"de:JJJJ-MM-TT HH:MM:SS\";'),('de','messages:htmlform-datetime-toohigh','s:82:\"de:Der eingegebene Wert liegt nach dem spätesten erlaubten Datum und der Zeit $1.\";'),('de','messages:htmlform-datetime-toolow','s:81:\"de:Der eingegebene Wert liegt vor dem frühesten erlaubten Datum und der Zeit $1.\";'),('de','messages:htmlform-float-invalid','s:38:\"de:Der angegebene Wert ist keine Zahl.\";'),('de','messages:htmlform-int-invalid','s:42:\"de:Der angegebene Wert ist keine Ganzzahl.\";'),('de','messages:htmlform-int-toohigh','s:51:\"de:Der angegebene Wert ist über dem Maximum von $1\";'),('de','messages:htmlform-int-toolow','s:51:\"de:Der angegebene Wert ist unter dem Minimum von $1\";'),('de','messages:htmlform-invalid-input','s:55:\"de:Mit einer oder mehreren Eingabe(n) gibt es Probleme.\";'),('de','messages:htmlform-multiselect-toomany','s:70:\"de:Die Anzahl der ausgewählten Punkte liegt über dem Maximum von $1.\";'),('de','messages:htmlform-no','s:7:\"de:Nein\";'),('de','messages:htmlform-required','s:31:\"de:Diese Angabe wird benötigt.\";'),('de','messages:htmlform-reset','s:34:\"de:Änderungen rückgängig machen\";'),('de','messages:htmlform-select-badoption','s:49:\"de:Der angegebene Wert ist keine gültige Option.\";'),('de','messages:htmlform-selectorother-other','s:9:\"de:Andere\";'),('de','messages:htmlform-submit','s:11:\"de:Absenden\";'),('de','messages:htmlform-tag-not-allowed','s:35:\"de:$1 ist keine erlaubte Markierung\";'),('de','messages:htmlform-time-invalid','s:94:\"de:Der eingegebene Wert ist keine erkannte Zeit. Versuche die Verwendung des Formats HH:MM:SS.\";'),('de','messages:htmlform-time-placeholder','s:11:\"de:HH:MM:SS\";'),('de','messages:htmlform-time-toohigh','s:68:\"de:Der eingegebene Wert liegt nach der spätesten erlaubten Zeit $1.\";'),('de','messages:htmlform-time-toolow','s:67:\"de:Der eingegebene Wert liegt vor der frühesten erlaubten Zeit $1.\";'),('de','messages:htmlform-title-badnamespace','s:51:\"de:[[:$1]] ist nicht im Namensraum „{{ns:$2}}“.\";'),('de','messages:htmlform-title-interwiki','s:55:\"de:$1 ist ein Interwiki-Titel, er muss aber lokal sein.\";'),('de','messages:htmlform-title-not-creatable','s:45:\"de:„$1“ ist kein erstellbarer Seitentitel\";'),('de','messages:htmlform-title-not-exists','s:26:\"de:$1 ist nicht vorhanden.\";'),('de','messages:htmlform-user-not-exists','s:43:\"de:<strong>$1</strong> ist nicht vorhanden.\";'),('de','messages:htmlform-user-not-valid','s:55:\"de:<strong>$1</strong> ist kein gültiger Benutzername.\";'),('de','messages:htmlform-yes','s:5:\"de:Ja\";'),('de','messages:http-bad-status','s:62:\"de:Während der HTTP-Anfrage ist ein Fehler aufgetreten: $1 $2\";'),('de','messages:http-curl-error','s:32:\"de:Fehler beim Abruf der URL: $1\";'),('de','messages:http-internal-error','s:24:\"de:Interner HTTP-Fehler.\";'),('de','messages:http-invalid-scheme','s:57:\"de:URLs mit dem Schema „$1“ werden nicht unterstützt\";'),('de','messages:http-invalid-url','s:21:\"de:Ungültige URL: $1\";'),('de','messages:http-read-error','s:19:\"de:HTTP-Lesefehler.\";'),('de','messages:http-request-error','s:34:\"de:Fehler beim Senden der Anfrage.\";'),('de','messages:http-timed-out','s:44:\"de:Zeitüberschreitung bei der HTTP-Anfrage.\";'),('de','messages:ignorewarning','s:41:\"de:Warnung ignorieren und Datei speichern\";'),('de','messages:ignorewarnings','s:23:\"de:Warnungen ignorieren\";'),('de','messages:illegal-filename','s:37:\"de:Der Dateiname ist nicht zulässig.\";'),('de','messages:illegalfilename','s:139:\"de:Der Dateiname „$1“ enthält mindestens ein nicht erlaubtes Zeichen. Bitte benenne die Datei um und versuche, sie erneut hochzuladen.\";'),('de','messages:ilsubmit','s:9:\"de:Suchen\";'),('de','messages:imageinvalidfilename','s:35:\"de:Der Ziel-Dateiname ist ungültig\";'),('de','messages:imagelinks','s:18:\"de:Dateiverwendung\";'),('de','messages:imagelisttext','s:77:\"de:Hier ist eine Liste von \'\'\'$1\'\'\' {{PLURAL:$1|Datei|Dateien}}, sortiert $2.\";'),('de','messages:imagemaxsize','s:54:\"de:Maximale Bildgröße für Dateibeschreibungsseiten:\";'),('de','messages:imagenocrossnamespace','s:80:\"de:Dateien können nicht aus dem {{ns:file}}-Namensraum heraus verschoben werden\";'),('de','messages:imagepage','s:22:\"de:Dateiseite anzeigen\";'),('de','messages:imagetypemismatch','s:62:\"de:Die neue Dateierweiterung ist nicht mit der alten identisch\";'),('de','messages:img-auth-accessdenied','s:21:\"de:Zugriff verweigert\";'),('de','messages:img-auth-badtitle','s:58:\"de:Aus „$1“ kann kein gültiger Titel erstellt werden.\";'),('de','messages:img-auth-isdir','s:88:\"de:Du versuchst, auf ein Verzeichnis „$1“ zuzugreifen.\nNur Dateizugriff ist erlaubt.\";'),('de','messages:img-auth-nofile','s:34:\"de:Datei „$1“ existiert nicht.\";'),('de','messages:img-auth-noread','s:54:\"de:Benutzer hat keine Berechtigung, „$1“ zu lesen.\";'),('de','messages:img-auth-notindir','s:70:\"de:Der gewünschte Pfad ist nicht im konfigurierten Uploadverzeichnis.\";'),('de','messages:img-auth-public','s:170:\"de:img_auth.php gibt Dateien von einem privaten Wiki aus.\nDieses Wiki wurde als ein öffentliches Wiki konfiguriert.\nAus Sicherheitsgründen ist img_auth.php deaktiviert.\";'),('de','messages:img-auth-streaming','s:17:\"de:Lade „$1“.\";'),('de','messages:img-lang-default','s:20:\"de:(Standardsprache)\";'),('de','messages:img-lang-go','s:6:\"de:Los\";'),('de','messages:img-lang-info','s:32:\"de:Dieses Bild in $1 rendern. $2\";'),('de','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('de','messages:imgfile','s:8:\"de:Datei\";'),('de','messages:imgmultigo','s:5:\"de:OK\";'),('de','messages:imgmultigoto','s:19:\"de:Gehe zu Seite $1\";'),('de','messages:imgmultipagenext','s:21:\"de:nächste Seite →\";'),('de','messages:imgmultipageprev','s:22:\"de:← vorherige Seite\";'),('de','messages:immobile-source-namespace','s:66:\"de:Seiten des „$1“-Namensraums können nicht verschoben werden\";'),('de','messages:immobile-source-namespace-iw','s:80:\"de:Seiten auf anderen Wikis können nicht von diesem Wiki aus verschoben werden.\";'),('de','messages:immobile-source-page','s:38:\"de:Diese Seite ist nicht verschiebbar.\";'),('de','messages:immobile-target-namespace','s:68:\"de:Seiten können nicht in den „$1“-Namensraum verschoben werden\";'),('de','messages:immobile-target-namespace-iw','s:68:\"de:Interwiki-Link ist kein gültiges Ziel für Seitenverschiebungen.\";'),('de','messages:immobile-target-page','s:55:\"de:Es kann nicht auf diese Zielseite verschoben werden.\";'),('de','messages:import','s:21:\"de:Seiten importieren\";'),('de','messages:import-assign-known-users','s:90:\"de:Weist Bearbeitungen lokalen Benutzern zu, wo der benannte Benutzer lokal vorhanden ist.\";'),('de','messages:import-comment','s:9:\"de:Grund:\";'),('de','messages:import-error-bad-location','s:175:\"de:Die Version $2, die das Inhaltsmodell $3 verwendet, kann auf diesem Wiki nicht unter „$1“ gespeichert werden, da dieses Modell auf dieser Seite nicht unterstützt wird.\";'),('de','messages:import-error-edit','s:93:\"de:Die Seite „$1“ wurde nicht importiert, da du nicht berechtigt bist, sie zu bearbeiten.\";'),('de','messages:import-error-interwiki','s:106:\"de:Die Seite „$1“ wurde nicht importiert, da deren Name für externe Links (Interwiki) reserviert ist.\";'),('de','messages:import-error-invalid','s:126:\"de:Seite „$1“ wurde nicht importiert, da der Name, zu dem sie importiert werden würde, auf diesem Wiki nicht gültig ist.\";'),('de','messages:import-error-special','s:127:\"de:Die Seite „$1“ wurde nicht importiert, da sie zu einem besonderen Namensraum gehört, in dem keine Seiten möglich sind.\";'),('de','messages:import-error-unserialize','s:166:\"de:Die Version $2 der Seite „$1“ konnte nicht deserialisiert werden. Die Version wurde zur Verwendung des Inhaltsmodells $3 gemeldet, das als $4 serialisiert ist.\";'),('de','messages:import-interwiki-history','s:42:\"de:Alle Versionen dieser Seite importieren\";'),('de','messages:import-interwiki-sourcepage','s:14:\"de:Quellseite:\";'),('de','messages:import-interwiki-sourcewiki','s:13:\"de:Quellwiki:\";'),('de','messages:import-interwiki-submit','s:14:\"de:Importieren\";'),('de','messages:import-interwiki-templates','s:55:\"de:Alle Vorlagen und eingebundenen Seiten einschließen\";'),('de','messages:import-interwiki-text','s:208:\"de:Wähle ein Wiki und eine Seite zum Importieren aus.\nDie Versionsdaten und Benutzernamen bleiben dabei erhalten.\nAlle Importe von anderen Wikis werden im [[Special:Log/import|Import-Logbuch]] protokolliert.\";'),('de','messages:import-invalid-interwiki','s:53:\"de:Aus dem angegebenen Wiki ist kein Import möglich.\";'),('de','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('de','messages:import-logentry-interwiki-detail','s:55:\"de:$1 {{PLURAL:$1|Version|Versionen}} von $2 importiert\";'),('de','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('de','messages:import-logentry-upload-detail','s:48:\"de:$1 {{PLURAL:$1|Version|Versionen}} importiert\";'),('de','messages:import-mapping-default','s:48:\"de:In den ursprünglichen Namensraum importieren\";'),('de','messages:import-mapping-namespace','s:35:\"de:In einen Namensraum importieren:\";'),('de','messages:import-mapping-subpage','s:51:\"de:Als Unterseiten der folgenden Seite importieren:\";'),('de','messages:import-noarticle','s:51:\"de:Es wurde keine zu importierende Seite angegeben!\";'),('de','messages:import-nonewrevisions','s:126:\"de:Es wurden keine Versionen importiert. Entweder waren alle bereits vorhanden oder wurden aufgrund von Fehlern übersprungen.\";'),('de','messages:import-options-wrong','s:61:\"de:Falsche {{PLURAL:$2|Option|Optionen}}: <nowiki>$1</nowiki>\";'),('de','messages:import-parse-failure','s:26:\"de:Fehler beim XML-Import:\";'),('de','messages:import-revision-count','s:43:\"de:– {{PLURAL:$1|1 Version|$1 Versionen}}\";'),('de','messages:import-rootpage-invalid','s:48:\"de:Der angegebene Stammseitenname ist ungültig.\";'),('de','messages:import-rootpage-nosubpage','s:72:\"de:Im Namensraum „$1“ der Stammseite sind keine Unterseiten erlaubt.\";'),('de','messages:import-summary','s:3:\"en:\";'),('de','messages:import-token-mismatch','s:346:\"de:Die Sitzungsdaten sind verloren gegangen.\n\nDu wurdest eventuell abgemeldet. \'\'\'Bitte stelle sicher, dass du noch angemeldet bist, und versuche es erneut\'\'\'.\nFalls dies nicht funktioniert, versuche dich [[Special:UserLogout|abzumelden]] und anschließend wieder anzumelden und überprüfe, ob dein Browser Cookies von dieser Website akzeptiert.\";'),('de','messages:import-upload','s:26:\"de:XML-Dateien importieren\";'),('de','messages:import-upload-filename','s:13:\"de:Dateiname:\";'),('de','messages:import-upload-username-prefix','s:21:\"de:Interwiki-Präfix:\";'),('de','messages:importbadinterwiki','s:26:\"de:Falscher Interwiki-Link\";'),('de','messages:importcantopen','s:44:\"de:Importdatei konnte nicht geöffnet werden\";'),('de','messages:imported-log-entries','s:63:\"de:$1 {{PLURAL:$1|Logbucheintrag|Logbucheinträge}} importiert.\";'),('de','messages:importfailed','s:28:\"de:Import fehlgeschlagen: $1\";'),('de','messages:importinterwiki','s:37:\"de:Von einem anderen Wiki importieren\";'),('de','messages:importlogpage','s:17:\"de:Import-Logbuch\";'),('de','messages:importlogpagetext','s:78:\"de:Administrativer Import von Seiten mit Versionsgeschichte von anderen Wikis.\";'),('de','messages:importnofile','s:47:\"de:Es ist keine Importdatei ausgewählt worden.\";'),('de','messages:importnopages','s:41:\"de:Keine Seite zum Importieren vorhanden.\";'),('de','messages:importnoprefix','s:44:\"de:Es wurde kein Interwiki-Präfix angegeben\";'),('de','messages:importnosources','s:132:\"de:Es wurden keine Wikis angegeben, von denen importiert werden soll. Das direkte Hochladen von Versionsgeschichten ist deaktiviert.\";'),('de','messages:importstart','s:23:\"de:Importiere Seite …\";'),('de','messages:importsuccess','s:24:\"de:Import abgeschlossen.\";'),('de','messages:importtext','s:173:\"de:Bitte die Datei über die Spezialseite [[Special:Export|Exportfunktion]] aus dem Quellwiki exportieren.\nDiese auf dem lokalen Rechner speichern und danach hier hochladen.\";'),('de','messages:importunknownsource','s:26:\"de:Unbekannte Importquelle\";'),('de','messages:importuploaderrorpartial','s:95:\"de:Das Hochladen der Importdatei ist fehlgeschlagen. Die Datei wurde nur teilweise hochgeladen.\";'),('de','messages:importuploaderrorsize','s:114:\"de:Das Hochladen der Importdatei ist fehlgeschlagen. Die Datei ist größer als die maximal erlaubte Dateigröße.\";'),('de','messages:importuploaderrortemp','s:87:\"de:Das Hochladen der Importdatei ist fehlgeschlagen. Ein temporäres Verzeichnis fehlt.\";'),('de','messages:index-category','s:39:\"de:Seiten, die indexiert werden können\";'),('de','messages:index-category-desc','s:185:\"de:Die Seite enthält ein <code><nowiki>__INDEX__</nowiki></code> und befindet sich in einem Namensraum, in dem dieses Flag erlaubt ist. Daher wird sie ausnahmsweise von Bots indiziert.\";'),('de','messages:infiniteblock','s:16:\"de:unbeschränkt\";'),('de','messages:intentionallyblankpage','s:50:\"de:Diese Seite enthält absichtlich keinen Inhalt.\";'),('de','messages:interlanguage-link-title','s:12:\"de:$1 – $2\";'),('de','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('de','messages:interlanguage-link-title-nonlang','s:12:\"de:$1 – $2\";'),('de','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('de','messages:internalerror','s:18:\"de:Interner Fehler\";'),('de','messages:internalerror-fatal-exception','s:43:\"de:Fataler Ausnahmefehler des Typs „$1“\";'),('de','messages:internalerror_info','s:22:\"de:Interner Fehler: $1\";'),('de','messages:invalid-chunk-offset','s:25:\"de:Ungültiger Startpunkt\";'),('de','messages:invalid-content-data','s:26:\"de:Ungültige Inhaltsdaten\";'),('de','messages:invalid-indicator-name','s:107:\"de:<strong>Fehler:</strong> Das Attribut <code>name</code> des Seitenstatusindikators darf nicht leer sein.\";'),('de','messages:invalid-json-data','s:23:\"de:Ungültiges JSON: $1\";'),('de','messages:invalid-langconvert-attrs','s:208:\"de:<strong>Fehler:</strong> Die Attribute <code>from</code> und <code>to</code> des Langconvert-Tags dürfen nicht leer sein und müssen BCP 47-Codes für konvertierbare Varianten derselben Sprache enthalten.\";'),('de','messages:invalidateemail','s:39:\"de:E-Mail-Adress-Bestätigung abbrechen\";'),('de','messages:invalidemailaddress','s:182:\"de:Die E-Mail-Adresse wird nicht akzeptiert, weil sie ein ungültiges Format (eventuell ungültige Zeichen) zu haben scheint. Bitte gib eine korrekte Adresse ein oder leere das Feld.\";'),('de','messages:invalidtitle','s:20:\"de:Ungültiger Titel\";'),('de','messages:invalidtitle-knownnamespace','s:62:\"de:Ungültiger Titel mit Namensraum „$2“ und Text „$3“\";'),('de','messages:invalidtitle-unknownnamespace','s:74:\"de:Ungültiger Titel mit unbekannter Namensraumnummer $1 und Text „$2“\";'),('de','messages:invert','s:19:\"de:Auswahl umkehren\";'),('de','messages:ip_range_exceeded','s:88:\"de:Der IP-Adressbereich überschreitet seinen maximalen Bereich. Erlaubter Bereich: /$1.\";'),('de','messages:ip_range_invalid','s:32:\"de:Ungültiger IP-Adressbereich.\";'),('de','messages:ip_range_toolarge','s:65:\"de:Adressbereiche, die größer als /$1 sind, sind nicht erlaubt.\";'),('de','messages:ip_range_toolow','s:50:\"de:IP-Adressbereiche sind im Grunde nicht erlaubt.\";'),('de','messages:ipaddressorusername','s:42:\"de:IP-Adresse, Benutzername oder Sperr-ID:\";'),('de','messages:ipb-action-create','s:24:\"de:Neue Seiten erstellen\";'),('de','messages:ipb-action-move','s:21:\"de:Seiten verschieben\";'),('de','messages:ipb-action-upload','s:24:\"de:Hochladen von Dateien\";'),('de','messages:ipb-block-not-found','s:237:\"de:Die Sperre konnte nicht gesetzt werden, aber es wurde keine bestehende Sperre für „$1“ gefunden. Wenn dieses Problem weiterhin besteht, [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users melde es bitte ].\";'),('de','messages:ipb-blockingself','s:79:\"de:Du bist gerade dabei, dich selbst zu sperren! Möchtest du das wirklich tun?\";'),('de','messages:ipb-blocklist','s:34:\"de:Alle aktuellen Sperren anzeigen\";'),('de','messages:ipb-blocklist-contribs','s:47:\"de:Benutzerbeiträge von „{{GENDER:$1|$1}}“\";'),('de','messages:ipb-blocklist-duration-left','s:25:\"de:Sperre läuft ab in $1\";'),('de','messages:ipb-change-block','s:45:\"de:Sperre mit diesen Sperrparametern erneuern\";'),('de','messages:ipb-confirm','s:23:\"de:Sperrung bestätigen\";'),('de','messages:ipb-confirmaction','s:122:\"de:Wenn du dir sicher bist, dass du dies wirklich tun möchtest, kreuze bitte unten das Feld „{{int:ipb-confirm}}“ an.\";'),('de','messages:ipb-confirmhideuser','s:208:\"de:Du bist gerade dabei, einen Benutzer im Modus „Benutzer verstecken“ zu sperren. Dies führt dazu, dass der Benutzername in allen Listen und Logbüchern unterdrückt wird. Möchtest du das wirklich tun?\";'),('de','messages:ipb-default-expiry','s:3:\"en:\";'),('de','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('de','messages:ipb-disableusertalk','s:37:\"de:Eigene Diskussionsseite bearbeiten\";'),('de','messages:ipb-edit-dropdown','s:26:\"de:Sperrgründe bearbeiten\";'),('de','messages:ipb-empty-block','s:70:\"de:Für die übertragene Sperre sind keine Einschränkungen aktiviert.\";'),('de','messages:ipb-hardblock','s:66:\"de:Sperre anwenden auf angemeldete Benutzer unter deren IP-Adresse\";'),('de','messages:ipb-namespaces-label','s:15:\"de:Namensräume\";'),('de','messages:ipb-needreblock','s:74:\"de:„$1“ ist bereits gesperrt. Möchtest du die Sperrparameter ändern?\";'),('de','messages:ipb-otherblocks-header','s:38:\"de:Andere {{PLURAL:$1|Sperre|Sperren}}\";'),('de','messages:ipb-pages-label','s:9:\"de:Seiten\";'),('de','messages:ipb-partial','s:12:\"de:Teilweise\";'),('de','messages:ipb-partial-help','s:160:\"de:Ermöglicht die Auswahl der zu sperrenden Seiten und Namensräume. Sperrt keine Standardaktionen, sondern lässt dich bestimmte spezifische Aktionen sperren.\";'),('de','messages:ipb-prevent-user-talk-edit','s:176:\"de:Das Bearbeiten der eigenen Diskussionsseite muss bei einer partiellen Sperre erlaubt bleiben, es sei denn, diese enthält Beschränkungen zum Benutzerdiskussions-Namensraum.\";'),('de','messages:ipb-sitewide','s:27:\"de:Auf der gesamten Website\";'),('de','messages:ipb-sitewide-help','s:179:\"de:Sperrt die Bearbeitung auf allen Seiten und in allen Namensräumen. Sperrt auch Standardaktionen ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Hilfe])\";'),('de','messages:ipb-unblock','s:32:\"de:IP-Adresse/Benutzer freigeben\";'),('de','messages:ipb-unblock-addr','s:21:\"de:„$1“ freigeben\";'),('de','messages:ipb_already_blocked','s:32:\"de:„$1“ ist bereits gesperrt\";'),('de','messages:ipb_blocked_as_range','s:136:\"de:Fehler: Die IP-Adresse $1 wurde als Teil der Bereichssperre $2 indirekt gesperrt. Eine Entsperrung von $1 alleine ist nicht möglich.\";'),('de','messages:ipb_cant_unblock','s:87:\"de:Fehler: Sperre für $1 nicht gefunden. Möglicherweise wurde sie bereits aufgehoben.\";'),('de','messages:ipb_expiry_invalid','s:39:\"de:Die eingegebene Dauer ist ungültig.\";'),('de','messages:ipb_expiry_old','s:56:\"de:Der Zeitpunkt des Ablaufs liegt in der Vergangenheit.\";'),('de','messages:ipb_expiry_temp','s:75:\"de:Benutzernamens-Sperren mit der Verstecken-Option müssen permanent sein.\";'),('de','messages:ipb_hide_invalid','s:120:\"de:Dieses Konto kann nicht unterdrückt werden, da es mehr als {{PLURAL:$1|eine Bearbeitung|$1 Bearbeitungen}} aufweist.\";'),('de','messages:ipb_hide_partial','s:70:\"de:Versteckte Benutzernamenssperren müssen websiteweite Sperren sein.\";'),('de','messages:ipbblocked','s:87:\"de:Du kannst keine anderen Benutzer sperren oder entsperren, da du selbst gesperrt bist\";'),('de','messages:ipbcreateaccount','s:31:\"de:Erstellen von Benutzerkonten\";'),('de','messages:ipbemailban','s:24:\"de:Versenden von E-Mails\";'),('de','messages:ipbenableautoblock','s:198:\"de:Sperre für einen Zeitraum von $1 die aktuell von diesem Benutzer genutzte IP-Adresse sowie automatisch alle folgenden, von denen aus er Bearbeitungen oder das Anlegen von Benutzerkonten versucht\";'),('de','messages:ipbhidename','s:54:\"de:Benutzername in Bearbeitungen und Listen verstecken\";'),('de','messages:ipblocklist','s:21:\"de:Gesperrte Benutzer\";'),('de','messages:ipblocklist-empty','s:38:\"de:Die Liste enthält keine Einträge.\";'),('de','messages:ipblocklist-legend','s:39:\"de:Suche nach einem gesperrten Benutzer\";'),('de','messages:ipblocklist-localblock','s:16:\"de:Lokale Sperre\";'),('de','messages:ipblocklist-no-results','s:117:\"de:Für die angeforderte IP-Adresse/den angeforderten Benutzernamen wurden keine übereinstimmenden Sperren gefunden.\";'),('de','messages:ipblocklist-otherblocks','s:38:\"de:Andere {{PLURAL:$1|Sperre|Sperren}}\";'),('de','messages:ipblocklist-submit','s:9:\"de:Suchen\";'),('de','messages:ipbnounblockself','s:60:\"de:Du hast nicht die Berechtigung, dich selbst zu entsperren\";'),('de','messages:ipboptions','s:170:\"de:2 Stunden:2 hours,1 Tag:1 day,3 Tagen:3 days,1 Woche:1 week,2 Wochen:2 weeks,1 Monat:1 month,3 Monaten:3 months,6 Monaten:6 months,1 Jahr:1 year,unbeschränkt:infinite\";'),('de','messages:ipbother','s:27:\"de:Andere Dauer (englisch):\";'),('de','messages:ipbreason','s:9:\"de:Grund:\";'),('de','messages:ipbreason-dropdown','s:269:\"de:* Allgemeine Sperrgründe\n** Einfügen falscher Informationen\n** Leeren von Seiten\n** Massenweises Einfügen externer Links\n** Einstellen unsinniger Inhalte in Seiten\n** Ungebührliches Verhalten\n** Missbrauch mit mehreren Benutzerkonten\n** Ungeeigneter Benutzername\";'),('de','messages:ipbsubmit','s:30:\"de:IP-Adresse/Benutzer sperren\";'),('de','messages:ipbwatchuser','s:40:\"de:Benutzer(diskussions)seite beobachten\";'),('de','messages:ipusubmit','s:12:\"de:Freigeben\";'),('de','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('de','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('de','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('de','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('de','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('de','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('de','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('de','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('de','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('de','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('de','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('de','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('de','messages:isimage','s:12:\"de:Dateilink\";'),('de','messages:isredirect','s:22:\"de:Weiterleitungsseite\";'),('de','messages:istemplate','s:21:\"de:Vorlageneinbindung\";'),('de','messages:jan','s:7:\"de:Jan.\";'),('de','messages:january','s:9:\"de:Januar\";'),('de','messages:january-gen','s:9:\"de:Januar\";'),('de','messages:javascripttest','s:18:\"de:JavaScript-Test\";'),('de','messages:javascripttest-qunit-intro','s:58:\"de:Siehe die [$1 Dokumentation zu Tests] auf mediawiki.org\";'),('de','messages:json-error-ctrl-char','s:49:\"de:Steuerzeichenfehler, vermutlich falsch kodiert\";'),('de','messages:json-error-depth','s:48:\"de:Die maximale Stapeltiefe wurde überschritten\";'),('de','messages:json-error-invalid-property-name','s:48:\"de:Der dekodierte Eigenschaftsname ist ungültig\";'),('de','messages:json-error-state-mismatch','s:37:\"de:Ungültiges oder fehlerhaftes JSON\";'),('de','messages:json-error-syntax','s:16:\"de:Syntax-Fehler\";'),('de','messages:json-error-unknown','s:46:\"de:Es gab ein Problem mit dem JSON. Fehler: $1\";'),('de','messages:json-error-utf16','s:61:\"de:Fehlerhafte UTF-16-Zeichen, möglicherweise falsch codiert\";'),('de','messages:json-error-utf8','s:55:\"de:Fehlerhafte UTF-8-Zeichen, vermutlich falsch kodiert\";'),('de','messages:json-warn-trailing-comma','s:92:\"de:{{PLURAL:$1|Ein anhängendes Komma wurde|$1 anhängende Kommas wurden}} aus JSON entfernt\";'),('de','messages:jul','s:7:\"de:Jul.\";'),('de','messages:july','s:7:\"de:Juli\";'),('de','messages:july-gen','s:7:\"de:Juli\";'),('de','messages:jumpto','s:15:\"de:Wechseln zu:\";'),('de','messages:jumptonavigation','s:13:\"de:Navigation\";'),('de','messages:jumptosearch','s:8:\"de:Suche\";'),('de','messages:jun','s:7:\"de:Jun.\";'),('de','messages:june','s:7:\"de:Juni\";'),('de','messages:june-gen','s:7:\"de:Juni\";'),('de','messages:just-now','s:14:\"de:gerade eben\";'),('de','messages:lag-warn-high','s:146:\"de:Aufgrund hoher Datenbankauslastung werden die Bearbeitungen der letzten {{PLURAL:$1|Sekunde|$1 Sekunden}} noch nicht in dieser Liste angezeigt.\";'),('de','messages:lag-warn-normal','s:107:\"de:Bearbeitungen der letzten {{PLURAL:$1|Sekunde|$1 Sekunden}} werden in dieser Liste noch nicht angezeigt.\";'),('de','messages:laggedreplicamode','s:117:\"de:<strong>Achtung:</strong> Die angezeigte Seite könnte unter Umständen die letzten Bearbeitungen nicht enthalten.\";'),('de','messages:language-converter-depth-warning','s:49:\"de:Sprachkonvertertiefenlimit überschritten ($1)\";'),('de','messages:large-file','s:95:\"de:Die Dateigröße sollte nach Möglichkeit $1 nicht überschreiten. Diese Datei ist $2 groß.\";'),('de','messages:largefileserver','s:73:\"de:Die Datei ist größer als die vom Server eingestellte Maximalgröße.\";'),('de','messages:last','s:12:\"de:Vorherige\";'),('de','messages:lastmodifiedat','s:56:\"de:Diese Seite wurde zuletzt am $1 um $2 Uhr bearbeitet.\";'),('de','messages:lastmodifiedatby','s:63:\"de:Diese Seite wurde zuletzt am $1 um $2 Uhr von $3 bearbeitet.\";'),('de','messages:license','s:10:\"de:Lizenz:\";'),('de','messages:license-header','s:9:\"de:Lizenz\";'),('de','messages:license-nopreview','s:37:\"de:(es ist keine Vorschau verfügbar)\";'),('de','messages:licenses','s:4:\"en:-\";'),('de','messages:licenses-edit','s:28:\"de:Lizenzoptionen bearbeiten\";'),('de','messages:limitreport-cputime','s:20:\"de:Genutzte CPU-Zeit\";'),('de','messages:limitreport-cputime-value','s:41:\"de:{{PLURAL:$1|Eine Sekunde|$1 Sekunden}}\";'),('de','messages:limitreport-expansiondepth','s:27:\"de:Höchste Expansionstiefe\";'),('de','messages:limitreport-expansiondepth-value','s:8:\"de:$1/$2\";'),('de','messages:limitreport-expensivefunctioncount','s:39:\"de:Anzahl aufwändiger Parserfunktionen\";'),('de','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('de','messages:limitreport-postexpandincludesize','s:42:\"de:Einbindungsgröße nach dem Expandieren\";'),('de','messages:limitreport-postexpandincludesize-value','s:33:\"de:$1/$2 {{PLURAL:$2|Byte|Bytes}}\";'),('de','messages:limitreport-ppvisitednodes','s:36:\"de:Vom Präprozessor besuchte Knoten\";'),('de','messages:limitreport-ppvisitednodes-value','s:8:\"de:$1/$2\";'),('de','messages:limitreport-templateargumentsize','s:26:\"de:Vorlagenargumentgröße\";'),('de','messages:limitreport-templateargumentsize-value','s:33:\"de:$1/$2 {{PLURAL:$2|Byte|Bytes}}\";'),('de','messages:limitreport-title','s:30:\"de:Profilingdaten des Parsers:\";'),('de','messages:limitreport-unstrip-depth','s:26:\"de:Unstrip-Rekursionstiefe\";'),('de','messages:limitreport-unstrip-depth-value','s:12:\"de:$1 von $2\";'),('de','messages:limitreport-unstrip-size','s:39:\"de:Unstrip-Größe nach dem Expandieren\";'),('de','messages:limitreport-unstrip-size-value','s:37:\"de:$1 von $2 {{PLURAL:$2|Byte|Bytes}}\";'),('de','messages:limitreport-walltime','s:16:\"de:Genutzte Zeit\";'),('de','messages:limitreport-walltime-value','s:41:\"de:{{PLURAL:$1|Eine Sekunde|$1 Sekunden}}\";'),('de','messages:lineno','s:12:\"de:Zeile $1:\";'),('de','messages:linkaccounts','s:29:\"de:Benutzerkonten verknüpfen\";'),('de','messages:linkaccounts-submit','s:29:\"de:Benutzerkonten verknüpfen\";'),('de','messages:linkaccounts-success-text','s:38:\"de:Das Benutzerkonto wurde verknüpft.\";'),('de','messages:linksearch','s:15:\"de:Weblinksuche\";'),('de','messages:linksearch-error','s:60:\"de:Wildcards können nur am Anfang der URL verwendet werden.\";'),('de','messages:linksearch-line','s:25:\"de:$1 ist verlinkt von $2\";'),('de','messages:linksearch-ns','s:14:\"de:Namensraum:\";'),('de','messages:linksearch-ok','s:9:\"de:Suchen\";'),('de','messages:linksearch-pat','s:14:\"de:Suchmuster:\";'),('de','messages:linksearch-summary','s:3:\"en:\";'),('de','messages:linksearch-text','s:218:\"de:Es können Platzhalter, wie beispielsweise <code>*.beispiel.de</code>, benutzt werden.<br>\n{{PLURAL:$2|Unterstütztes Protokoll|Unterstützte Protokolle}}: $1 (Standard ist http, falls kein Protokoll angegeben ist.)\";'),('de','messages:linkshere','s:58:\"de:Die folgenden Seiten verlinken auf <strong>$2</strong>:\";'),('de','messages:linkstoimage','s:88:\"de:Die {{PLURAL:$1|folgende Seite verwendet|folgenden $1 Seiten verwenden}} diese Datei:\";'),('de','messages:linkstoimage-more','s:250:\"de:Mehr als {{PLURAL:$1|eine Seite verwendet|$1 Seiten verwenden}} diese Datei.\nDie folgende Liste zeigt nur die {{PLURAL:$1|erste Verwendung|ersten $1 Verwendungen}} dieser Datei.\nEine [[Special:WhatLinksHere/$2|vollständige Liste]] ist verfügbar.\";'),('de','messages:linkstoimage-redirect','s:29:\"de:$1 (Dateiweiterleitung) $2\";'),('de','messages:linterror-bogus-image-options','s:26:\"de:Fehlerhafte Dateioption\";'),('de','messages:linterror-deletable-table-tag','s:42:\"de:Tabellen-Tag, das gelöscht werden soll\";'),('de','messages:linterror-html5-misnesting','s:50:\"de:Missbräuchliche Verschachtelung (jetzt kaputt)\";'),('de','messages:linterror-misc-tidy-replacement-issues','s:35:\"de:Verschiedene Auszeichnungsfehler\";'),('de','messages:linterror-misnested-tag','s:80:\"de:Falsch verschachtelte Tags, die ordnungsgemäß verschachtelt werden sollten.\";'),('de','messages:linterror-missing-end-tag','s:20:\"de:Fehlendes End-Tag\";'),('de','messages:linterror-multi-colon-escape','s:23:\"de:Mehrere Doppelpunkte\";'),('de','messages:linterror-multiline-html-table-in-list','s:49:\"de:Mehrzeilen-HTML5-Tabelle innerhalb einer Liste\";'),('de','messages:linterror-multiple-unclosed-formatting-tags','s:61:\"de:Mehrere nicht geschlossene Formatierungstags auf der Seite\";'),('de','messages:linterror-obsolete-tag','s:22:\"de:Veraltetes HTML-Tag\";'),('de','messages:linterror-pwrap-bug-workaround','s:44:\"de:Workaround für einen Absatzumbruchfehler\";'),('de','messages:linterror-self-closed-tag','s:26:\"de:Selbstschließendes Tag\";'),('de','messages:linterror-stripped-tag','s:18:\"de:Ignoriertes Tag\";'),('de','messages:linterror-tidy-font-bug','s:45:\"de:Font-Tag versucht die Linkfarbe zu ändern\";'),('de','messages:linterror-tidy-whitespace-bug','s:20:\"de:Leerzeichenfehler\";'),('de','messages:linterror-unclosed-quotes-in-heading','s:87:\"de:Nicht geschlossenes Anführungszeichen, das das Inhaltsverzeichnis auslaufen lässt.\";'),('de','messages:listduplicatedfiles','s:35:\"de:Liste der Dateien mit Duplikaten\";'),('de','messages:listduplicatedfiles-entry','s:70:\"de:[[:File:$1|$1]] hat [[$3|{{PLURAL:$2|ein Duplikat|$2 Duplikate}}]].\";'),('de','messages:listduplicatedfiles-summary','s:169:\"de:Dies ist eine Liste der Dateien, deren aktuelle Dateiversion ein Duplikat der aktuellen Version einer anderen Datei ist. Es werden nur lokale Dateien berücksichtigt.\";'),('de','messages:listfiles','s:13:\"de:Dateiliste\";'),('de','messages:listfiles-delete','s:11:\"de:löschen\";'),('de','messages:listfiles-latestversion','s:19:\"de:Aktuelle Version\";'),('de','messages:listfiles-latestversion-no','s:7:\"de:Nein\";'),('de','messages:listfiles-latestversion-yes','s:5:\"de:Ja\";'),('de','messages:listfiles-show-all','s:36:\"de:Alte Dateiversionen einschließen\";'),('de','messages:listfiles-summary','s:60:\"de:Diese Spezialseite listet alle hochgeladenen Dateien auf.\";'),('de','messages:listfiles-userdoesnotexist','s:52:\"de:Das Benutzerkonto „$1“ ist nicht registriert.\";'),('de','messages:listfiles_count','s:12:\"de:Versionen\";'),('de','messages:listfiles_date','s:8:\"de:Datum\";'),('de','messages:listfiles_description','s:15:\"de:Beschreibung\";'),('de','messages:listfiles_name','s:7:\"de:Name\";'),('de','messages:listfiles_size','s:10:\"de:Größe\";'),('de','messages:listfiles_subpage','s:30:\"de:Von $1 hochgeladene Dateien\";'),('de','messages:listfiles_thumb','s:15:\"de:Vorschaubild\";'),('de','messages:listfiles_user','s:11:\"de:Benutzer\";'),('de','messages:listgrants','s:17:\"de:Berechtigungen\";'),('de','messages:listgrants-grant','s:15:\"de:Berechtigung\";'),('de','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('de','messages:listgrants-rights','s:9:\"de:Rechte\";'),('de','messages:listgrants-summary','s:489:\"de:Es folgt eine Liste mit Berechtigungen mit ihrem verknüpften Zugriff auf Benutzerrechte. Benutzer können Anwendungen autorisieren, um ihr Benutzerkonto zu verwenden, aber mit beschränkten Berechtigungen basierend auf den Rechten, die der Benutzer der Anwendung gegeben hat. Eine Anwendung agiert im Namen eines Benutzers, die keine Rechte verwenden kann, die der Benutzer nicht hat.\nEs gibt [[{{MediaWiki:Listgrouprights-helppage}}|zusätzliche Informationen]] über einzelne Rechte.\";'),('de','messages:listgrouprights','s:24:\"de:Benutzergruppenrechte\";'),('de','messages:listgrouprights-addgroup','s:73:\"de:Benutzer zu {{PLURAL:$2|dieser Gruppe|diesen Gruppen}} hinzufügen: $1\";'),('de','messages:listgrouprights-addgroup-all','s:40:\"de:Benutzer zu allen Gruppen hinzufügen\";'),('de','messages:listgrouprights-addgroup-self','s:86:\"de:Eigenes Benutzerkonto zu {{PLURAL:$2|dieser Gruppe|diesen Gruppen}} hinzufügen: $1\";'),('de','messages:listgrouprights-addgroup-self-all','s:50:\"de:Kann alle Gruppen zum eigenen Konto hinzufügen\";'),('de','messages:listgrouprights-group','s:9:\"de:Gruppe\";'),('de','messages:listgrouprights-helppage','s:21:\"de:Help:Gruppenrechte\";'),('de','messages:listgrouprights-key','s:139:\"de:Legende:\n* <span class=\"listgrouprights-granted\">Gewährtes Recht</span>\n* <span class=\"listgrouprights-revoked\">Entzogenes Recht</span>\";'),('de','messages:listgrouprights-members','s:20:\"de:(Mitgliederliste)\";'),('de','messages:listgrouprights-namespaceprotection-header','s:28:\"de:Namensraumbeschränkungen\";'),('de','messages:listgrouprights-namespaceprotection-namespace','s:13:\"de:Namensraum\";'),('de','messages:listgrouprights-namespaceprotection-restrictedto','s:52:\"de:Rechte, die dem Benutzer die Bearbeitung erlauben\";'),('de','messages:listgrouprights-removegroup','s:72:\"de:Benutzer aus {{PLURAL:$2|dieser Gruppe|diesen Gruppen}} entfernen: $1\";'),('de','messages:listgrouprights-removegroup-all','s:39:\"de:Benutzer aus allen Gruppen entfernen\";'),('de','messages:listgrouprights-removegroup-self','s:85:\"de:Eigenes Benutzerkonto aus {{PLURAL:$2|dieser Gruppe|diesen Gruppen}} entfernen: $1\";'),('de','messages:listgrouprights-removegroup-self-all','s:48:\"de:Kann alle Gruppen vom eigenen Konto entfernen\";'),('de','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('de','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('de','messages:listgrouprights-rights','s:9:\"de:Rechte\";'),('de','messages:listgrouprights-summary','s:225:\"de:Dies ist eine Liste der in diesem Wiki definierten Benutzergruppen und der damit verbundenen Rechte.\nZusätzliche Informationen über einzelne Rechte können [[{{MediaWiki:Listgrouprights-helppage}}|hier]] gefunden werden.\";'),('de','messages:listredirects','s:18:\"de:Weiterleitungen\";'),('de','messages:listredirects-summary','s:3:\"en:\";'),('de','messages:listusers','s:22:\"de:Benutzerverzeichnis\";'),('de','messages:listusers-blocked','s:13:\"de:(gesperrt)\";'),('de','messages:listusers-creationsort','s:30:\"de:Nach Erstelldatum sortieren\";'),('de','messages:listusers-desc','s:40:\"de:In absteigender Reihenfolge sortieren\";'),('de','messages:listusers-editsonly','s:36:\"de:Zeige nur Benutzer mit Beiträgen\";'),('de','messages:listusers-noresult','s:28:\"de:Keinen Benutzer gefunden.\";'),('de','messages:listusers-submit','s:8:\"de:Zeige\";'),('de','messages:listusers-summary','s:3:\"en:\";'),('de','messages:listusers-temporarygroupsonly','s:55:\"de:Nur Benutzer in temporären Benutzergruppen anzeigen\";'),('de','messages:listusersfrom','s:21:\"de:Zeige Benutzer ab:\";'),('de','messages:localtime','s:12:\"de:Ortszeit:\";'),('de','messages:lockbtn','s:20:\"de:Datenbank sperren\";'),('de','messages:lockconfirm','s:41:\"de:Ja, ich möchte die Datenbank sperren.\";'),('de','messages:lockdb','s:20:\"de:Datenbank sperren\";'),('de','messages:lockdbsuccesssub','s:39:\"de:Datenbank wurde erfolgreich gesperrt\";'),('de','messages:lockdbsuccesstext','s:146:\"de:Die {{SITENAME}}-Datenbank wurde gesperrt.<br />Bitte gib die Datenbank [[Special:UnlockDB|wieder frei]], sobald die Wartung abgeschlossen ist.\";'),('de','messages:lockdbtext','s:158:\"de:Mit dem Sperren der Datenbank werden alle Änderungen an Benutzereinstellungen, Beobachtungslisten, Seiten usw. verhindert. Bitte die Sperrung bestätigen.\";'),('de','messages:lockedbyandtime','s:27:\"de:(von $1 am $2 um $3 Uhr)\";'),('de','messages:lockfilenotwritable','s:141:\"de:Die Datenbank-Sperrdatei ist nicht beschreibbar. Zum Sperren oder Freigeben der Datenbank muss diese für den Webserver beschreibbar sein.\";'),('de','messages:lockmanager-fail-acquirelock','s:58:\"de:Die Sperre für „$1“ konnte nicht abgerufen werden.\";'),('de','messages:lockmanager-fail-closelock','s:64:\"de:Die Sperrdatei für „$1“ konnte nicht geschlossen werden.\";'),('de','messages:lockmanager-fail-conflict','s:77:\"de:Konnte keine Sperre erhalten. Jemand anderes macht etwas mit dieser Datei.\";'),('de','messages:lockmanager-fail-db-bucket','s:113:\"de:Es konnte mit Sammelabruf $1 keine ausreichende Anzahl an Verbindungen zu Sperrdatenbanken hergestellt werden.\";'),('de','messages:lockmanager-fail-db-release','s:65:\"de:Die Sperren auf Datenbank $1 konnten nicht freigegeben werden.\";'),('de','messages:lockmanager-fail-deletelock','s:62:\"de:Die Sperrdatei für „$1“ konnte nicht gelöscht werden.\";'),('de','messages:lockmanager-fail-openlock','s:322:\"de:Die Sperrdatei für „$1“ konnte nicht geöffnet werden. Stelle sicher, dass dein Hochladerepositorium korrekt konfiguriert ist und dein Webserver eine Berechtigung zum Beschreiben dieses Repositoriums hat. Siehe https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory für weitere Informationen.\";'),('de','messages:lockmanager-fail-releaselock','s:60:\"de:Die Sperre für „$1“ konnte nicht freigegeben werden.\";'),('de','messages:lockmanager-fail-svr-acquire','s:59:\"de:Die Sperren auf Server $1 konnte nicht abgerufen werden.\";'),('de','messages:lockmanager-fail-svr-release','s:62:\"de:Die Sperren auf Server $1 konnten nicht freigegeben werden.\";'),('de','messages:lockmanager-notlocked','s:69:\"de:„$1“ konnte nicht entsperrt werden, da keine Sperrung besteht.\";'),('de','messages:locknoconfirm','s:48:\"de:Du hast das Bestätigungsfeld nicht markiert.\";'),('de','messages:log','s:13:\"de:Logbücher\";'),('de','messages:log-action-filter-all','s:7:\"de:Alle\";'),('de','messages:log-action-filter-block','s:12:\"de:Sperrtyp:\";'),('de','messages:log-action-filter-block-block','s:10:\"de:Sperren\";'),('de','messages:log-action-filter-block-reblock','s:20:\"de:Sperrveränderung\";'),('de','messages:log-action-filter-block-unblock','s:12:\"de:Freigaben\";'),('de','messages:log-action-filter-contentmodel','s:34:\"de:Typ der Inhaltsmodelländerung:\";'),('de','messages:log-action-filter-contentmodel-change','s:25:\"de:Inhaltsmodelländerung\";'),('de','messages:log-action-filter-contentmodel-new','s:64:\"de:Erstellung einer Seite mit einem Nicht-Standard-Inhaltsmodell\";'),('de','messages:log-action-filter-delete','s:13:\"de:Löschtyp:\";'),('de','messages:log-action-filter-delete-delete','s:18:\"de:Seitenlöschung\";'),('de','messages:log-action-filter-delete-delete_redir','s:37:\"de:Überschreiben einer Weiterleitung\";'),('de','messages:log-action-filter-delete-delete_redir2','s:37:\"de:Überschreiben einer Weiterleitung\";'),('de','messages:log-action-filter-delete-event','s:27:\"de:Logbucheintrag-Löschung\";'),('de','messages:log-action-filter-delete-restore','s:26:\"de:Seitenwiederherstellung\";'),('de','messages:log-action-filter-delete-revision','s:20:\"de:Versionslöschung\";'),('de','messages:log-action-filter-import','s:13:\"de:Importtyp:\";'),('de','messages:log-action-filter-import-interwiki','s:20:\"de:Transwiki-Importe\";'),('de','messages:log-action-filter-import-upload','s:45:\"de:Import durch das Hochladen einer XML-Datei\";'),('de','messages:log-action-filter-managetags','s:40:\"de:Typ der Markierungsverwaltungsaktion:\";'),('de','messages:log-action-filter-managetags-activate','s:25:\"de:Markierungsaktivierung\";'),('de','messages:log-action-filter-managetags-create','s:24:\"de:Markierungserstellung\";'),('de','messages:log-action-filter-managetags-deactivate','s:27:\"de:Markierungsdeaktivierung\";'),('de','messages:log-action-filter-managetags-delete','s:23:\"de:Markierungslöschung\";'),('de','messages:log-action-filter-move','s:20:\"de:Verschiebungstyp:\";'),('de','messages:log-action-filter-move-move','s:56:\"de:Verschiebung ohne Überschreibung von Weiterleitungen\";'),('de','messages:log-action-filter-move-move_redir','s:55:\"de:Verschiebung mit Überschreibung von Weiterleitungen\";'),('de','messages:log-action-filter-newusers','s:36:\"de:Typ der Benutzerkontenerstellung:\";'),('de','messages:log-action-filter-newusers-autocreate','s:26:\"de:Automatische Erstellung\";'),('de','messages:log-action-filter-newusers-byemail','s:49:\"de:Erstellung mit per E-Mail zugesandtem Passwort\";'),('de','messages:log-action-filter-newusers-create','s:37:\"de:Erstellung durch anonymen Benutzer\";'),('de','messages:log-action-filter-newusers-create2','s:42:\"de:Erstellung durch registrierten Benutzer\";'),('de','messages:log-action-filter-patrol','s:15:\"de:Kontrolltyp:\";'),('de','messages:log-action-filter-patrol-autopatrol','s:25:\"de:Automatische Kontrolle\";'),('de','messages:log-action-filter-patrol-patrol','s:21:\"de:Manuelle Kontrolle\";'),('de','messages:log-action-filter-protect','s:13:\"de:Schutztyp:\";'),('de','messages:log-action-filter-protect-modify','s:21:\"de:Schutzveränderung\";'),('de','messages:log-action-filter-protect-move_prot','s:28:\"de:Verschobener Seitenschutz\";'),('de','messages:log-action-filter-protect-protect','s:9:\"de:Schutz\";'),('de','messages:log-action-filter-protect-unprotect','s:12:\"de:Freigaben\";'),('de','messages:log-action-filter-rights','s:27:\"de:Typ der Rechteänderung:\";'),('de','messages:log-action-filter-rights-autopromote','s:25:\"de:Automatische Änderung\";'),('de','messages:log-action-filter-rights-rights','s:21:\"de:Manuelle Änderung\";'),('de','messages:log-action-filter-suppress','s:22:\"de:Unterdrückungstyp:\";'),('de','messages:log-action-filter-suppress-block','s:38:\"de:Benutzerunterdrückung durch Sperre\";'),('de','messages:log-action-filter-suppress-delete','s:23:\"de:Seitenunterdrückung\";'),('de','messages:log-action-filter-suppress-event','s:32:\"de:Logbucheintrag-Unterdrückung\";'),('de','messages:log-action-filter-suppress-reblock','s:41:\"de:Benutzerunterdrückung durch Neusperre\";'),('de','messages:log-action-filter-suppress-revision','s:25:\"de:Versionsunterdrückung\";'),('de','messages:log-action-filter-upload','s:15:\"de:Hochladetyp:\";'),('de','messages:log-action-filter-upload-overwrite','s:19:\"de:Wiederhochladung\";'),('de','messages:log-action-filter-upload-revert','s:17:\"de:Zurücksetzung\";'),('de','messages:log-action-filter-upload-upload','s:18:\"de:Neue Hochladung\";'),('de','messages:log-description-contentmodel','s:163:\"de:Diese Seite listet Änderungen an dem Inhaltsmodell von Seiten auf sowie Seiten, die mit einem Inhaltsmodell erstellt wurden, das nicht dem Standard entspricht.\";'),('de','messages:log-description-create','s:54:\"de:Es folgt eine Liste der letzten Seitenerstellungen.\";'),('de','messages:log-description-managetags','s:327:\"de:Diese Seite listet Verwaltungsaufgaben bezüglich der [[Special:Tags|Markierungen]] auf. Das Logbuch enthält nur Aktionen, die manuell von einem Administrator ausgeführt wurden; Markierungen können auch von der Wikisoftware erstellt oder gelöscht werden, ohne dass ein aufgezeichneter Eintrag in diesem Logbuch vorliegt.\";'),('de','messages:log-description-pagelang','s:58:\"de:Dies ist ein Logbuch mit Änderungen an Seitensprachen.\";'),('de','messages:log-description-tag','s:287:\"de:Diese Seite wird angezeigt, wenn Benutzer [[Special:Tags|Markierungen]] von einzelnen Versionen oder Logbucheinträgen hinzugefügt oder entfernt haben. Das Logbuch listet keine Markierungsaktionen auf, die als Teil einer Bearbeitung, Löschung oder einer ähnlichen Aktion auftreten.\";'),('de','messages:log-edit-tags','s:57:\"de:Markierungen ausgewählter Logbucheinträge bearbeiten\";'),('de','messages:log-fulllog','s:32:\"de:Alle Logbucheinträge ansehen\";'),('de','messages:log-name-contentmodel','s:35:\"de:Inhaltsmodell-Änderungs-Logbuch\";'),('de','messages:log-name-create','s:28:\"de:Seitenerstellungs-Logbuch\";'),('de','messages:log-name-managetags','s:33:\"de:Markierungsverwaltungs-Logbuch\";'),('de','messages:log-name-pagelang','s:29:\"de:Sprachenänderungs-Logbuch\";'),('de','messages:log-name-tag','s:22:\"de:Markierungs-Logbuch\";'),('de','messages:log-title-wildcard','s:24:\"de:Titel beginnt mit …\";'),('de','messages:logdelete-failure','s:60:\"de:\'\'\'Logbuchsichtbarkeit kann nicht geändert werden:\'\'\'\n$1\";'),('de','messages:logdelete-selected','s:70:\"de:{{PLURAL:$1|Gewählter Logbucheintrag|Gewählte Logbucheinträge}}:\";'),('de','messages:logdelete-success','s:28:\"de:Logbuchansicht geändert.\";'),('de','messages:logdelete-text','s:142:\"de:Gelöschte Logbucheinträge verbleiben noch in den Logbüchern, jedoch sind Teile ihres Inhalts für die Öffentlichkeit nicht zugänglich.\";'),('de','messages:logempty','s:29:\"de:Keine passenden Einträge.\";'),('de','messages:logentry-block-block','s:70:\"de:$1 {{GENDER:$2|sperrte}} {{GENDER:$4|$3}} für eine Dauer von $5 $6\";'),('de','messages:logentry-block-reblock','s:98:\"de:$1 {{GENDER:$2|änderte}} die Sperreinstellungen für {{GENDER:$4|$3}} auf eine Dauer von $5 $6\";'),('de','messages:logentry-block-unblock','s:59:\"de:$1 {{GENDER:$2|hob}} die Sperre von {{GENDER:$4|$3}} auf\";'),('de','messages:logentry-contentmodel-change','s:86:\"de:$1 {{GENDER:$2|änderte}} das Inhaltsmodell der Seite $3 von „$4“ nach „$5“\";'),('de','messages:logentry-contentmodel-change-revert','s:16:\"de:zurücksetzen\";'),('de','messages:logentry-contentmodel-change-revertlink','s:16:\"de:zurücksetzen\";'),('de','messages:logentry-contentmodel-new','s:90:\"de:$1 {{GENDER:$2|erstellte}} die Seite $3 mit einem Nicht-Standard-Inhaltsmodell „$5“\";'),('de','messages:logentry-create-create','s:42:\"de:$1 {{GENDER:$2|erstellte}} die Seite $3\";'),('de','messages:logentry-delete-delete','s:41:\"de:$1 {{GENDER:$2|löschte}} die Seite $3\";'),('de','messages:logentry-delete-delete_redir','s:70:\"de:$1 {{GENDER:$2|löschte}} die Weiterleitung $3 durch Überschreiben\";'),('de','messages:logentry-delete-delete_redir2','s:70:\"de:$1 {{GENDER:$2|löschte}} die Weiterleitung $3 durch Überschreiben\";'),('de','messages:logentry-delete-event','s:117:\"de:$1 {{GENDER:$2|änderte}} die Sichtbarkeit {{PLURAL:$5|eines Logbucheintrags|von $5 Logbucheinträgen}} auf $3: $4\";'),('de','messages:logentry-delete-event-legacy','s:74:\"de:$1 {{GENDER:$2|änderte}} die Sichtbarkeit von Logbucheinträgen auf $3\";'),('de','messages:logentry-delete-restore','s:62:\"de:$1 {{GENDER:$2|stellte}} die Seite „$3“ wieder her ($4)\";'),('de','messages:logentry-delete-restore-nocount','s:57:\"de:$1 {{GENDER:$2|stellte}} die Seite „$3“ wieder her\";'),('de','messages:logentry-delete-revision','s:107:\"de:$1 {{GENDER:$2|änderte}} die Sichtbarkeit {{PLURAL:$5|einer Version|von $5 Versionen}} der Seite $3: $4\";'),('de','messages:logentry-delete-revision-legacy','s:72:\"de:$1 {{GENDER:$2|änderte}} die Sichtbarkeit von Versionen der Seite $3\";'),('de','messages:logentry-import-interwiki','s:57:\"de:$1 {{GENDER:$2|importierte}} $3 aus einem anderen Wiki\";'),('de','messages:logentry-import-interwiki-details','s:83:\"de:$1 {{GENDER:$2|importierte}} $3 von $5 ({{PLURAL:$4|Eine Version|$4 Versionen}})\";'),('de','messages:logentry-import-upload','s:66:\"de:$1 {{GENDER:$2|importierte}} $3 durch das Hochladen einer Datei\";'),('de','messages:logentry-import-upload-details','s:108:\"de:$1 {{GENDER:$2|importierte}} $3 durch das Hochladen einer Datei ({{PLURAL:$4|Eine Version|$4 Versionen}})\";'),('de','messages:logentry-managetags-activate','s:93:\"de:$1 {{GENDER:$2|aktivierte}} die Markierung „$4“ zur Verwendung durch Benutzer und Bots\";'),('de','messages:logentry-managetags-create','s:53:\"de:$1 {{GENDER:$2|erstellte}} die Markierung „$4“\";'),('de','messages:logentry-managetags-deactivate','s:95:\"de:$1 {{GENDER:$2|deaktivierte}} die Markierung „$4“ zur Verwendung durch Benutzer und Bots\";'),('de','messages:logentry-managetags-delete','s:161:\"de:$1 {{GENDER:$2|löschte}} die Markierung „$4“ (entfernt von {{PLURAL:$5|einer Version oder einem Logbucheintrag|$5 Versionen und/oder Logbucheinträgen}})\";'),('de','messages:logentry-merge-merge','s:72:\"de:$1 {{GENDER:$2|vereinigte}} $3 in die Seite $4 (Versionen bis zum $5)\";'),('de','messages:logentry-move-move','s:49:\"de:$1 {{GENDER:$2|verschob}} die Seite $3 nach $4\";'),('de','messages:logentry-move-move-noredirect','s:90:\"de:$1 {{GENDER:$2|verschob}} die Seite $3 nach $4, ohne dabei eine Weiterleitung anzulegen\";'),('de','messages:logentry-move-move_redir','s:91:\"de:$1 {{GENDER:$2|verschob}} die Seite $3 nach $4 und überschrieb dabei eine Weiterleitung\";'),('de','messages:logentry-move-move_redir-noredirect','s:133:\"de:$1 {{GENDER:$2|verschob}} die Seite $3 nach $4 und überschrieb dabei eine Weiterleitung, ohne selbst eine Weiterleitung anzulegen\";'),('de','messages:logentry-newusers-autocreate','s:60:\"de:Benutzerkonto $1 wurde automatisch {{GENDER:$2|erstellt}}\";'),('de','messages:logentry-newusers-byemail','s:99:\"de:Benutzerkonto $3 wurde von $1 {{GENDER:$2|erstellt}} und das Passwort wurde per E-Mail zugesandt\";'),('de','messages:logentry-newusers-create','s:48:\"de:Benutzerkonto $1 wurde {{GENDER:$2|erstellt}}\";'),('de','messages:logentry-newusers-create2','s:55:\"de:Benutzerkonto $3 wurde von $1 {{GENDER:$2|erstellt}}\";'),('de','messages:logentry-newusers-newusers','s:48:\"de:Benutzerkonto $1 wurde {{GENDER:$2|erstellt}}\";'),('de','messages:logentry-non-editing-block-block','s:118:\"de:$1 {{GENDER:$2|sperrte}} {{GENDER:$4|$3}} für angegebene Nicht-Bearbeitungsaktionen mit einer Ablaufzeit von $5 $6\";'),('de','messages:logentry-non-editing-block-reblock','s:147:\"de:$1 {{GENDER:$2|änderte}} die Sperreinstellungen für {{GENDER:$4|$3}} für angegebene Nicht-Bearbeitungsaktionen mit einer Ablaufzeit von $5 $6\";'),('de','messages:logentry-pagelang-pagelang','s:62:\"de:$1 {{GENDER:$2|änderte}} die Sprache für $3 von $4 in $5.\";'),('de','messages:logentry-partialblock-block','s:78:\"de:$1 {{GENDER:$2|sperrte}} {{GENDER:$4|$3}} für $7 für eine Dauer von $5 $6\";'),('de','messages:logentry-partialblock-block-action','s:39:\"de:die {{PLURAL:$1|Aktion|Aktionen}} $2\";'),('de','messages:logentry-partialblock-block-ns','s:68:\"de:die Bearbeitung {{PLURAL:$1|des Namensraums|der Namensräume}} $2\";'),('de','messages:logentry-partialblock-block-page','s:52:\"de:die Bearbeitung der {{PLURAL:$1|Seite|Seiten}} $2\";'),('de','messages:logentry-partialblock-reblock','s:111:\"de:$1 {{GENDER:$2|änderte}} die Sperreinstellungen für {{GENDER:$4|$3}} auf $7 mit einer Ablaufzeit von $5 $6\";'),('de','messages:logentry-patrol-patrol','s:74:\"de:$1 {{GENDER:$2|markierte}} die Version $4 von Seite $3 als kontrolliert\";'),('de','messages:logentry-patrol-patrol-auto','s:86:\"de:$1 {{GENDER:$2|markierte}} automatisch die Version $4 von Seite $3 als kontrolliert\";'),('de','messages:logentry-protect-modify','s:68:\"de:$1 {{GENDER:$2|änderte}} die Schutzeinstellungen der Seite $3 $4\";'),('de','messages:logentry-protect-modify-cascade','s:83:\"de:$1 {{GENDER:$2|änderte}} die Schutzeinstellungen der Seite $3 $4 [kaskadierend]\";'),('de','messages:logentry-protect-move_prot','s:67:\"de:$1 {{GENDER:$2|verschob}} die Schutzeinstellungen von $4 nach $3\";'),('de','messages:logentry-protect-protect','s:45:\"de:$1 {{GENDER:$2|schützte}} die Seite $3 $4\";'),('de','messages:logentry-protect-protect-cascade','s:60:\"de:$1 {{GENDER:$2|schützte}} die Seite $3 $4 [kaskadierend]\";'),('de','messages:logentry-protect-unprotect','s:53:\"de:$1 {{GENDER:$2|entfernte}} den Schutz der Seite $3\";'),('de','messages:logentry-rights-autopromote','s:61:\"de:$1 wurde automatisch von $4 zu $5 {{GENDER:$2|zugeordnet}}\";'),('de','messages:logentry-rights-rights','s:89:\"de:$1 {{GENDER:$2|änderte}} die Gruppenzugehörigkeit für {{GENDER:$6|$3}} von $4 zu $5\";'),('de','messages:logentry-rights-rights-legacy','s:62:\"de:$1 {{GENDER:$2|änderte}} die Gruppenzugehörigkeit für $3\";'),('de','messages:logentry-suppress-block','s:75:\"de:$1 {{GENDER:$2|sperrte}} {{GENDER:$4|$3}} mit einer Sperrdauer von $5 $6\";'),('de','messages:logentry-suppress-delete','s:42:\"de:$1 {{GENDER:$2|unterdrückte}} Seite $3\";'),('de','messages:logentry-suppress-event','s:125:\"de:$1 {{GENDER:$2|änderte}} diskret die Sichtbarkeit {{PLURAL:$5|eines Logbucheintrags|von $5 Logbucheinträgen}} auf $3: $4\";'),('de','messages:logentry-suppress-event-legacy','s:82:\"de:$1 {{GENDER:$2|änderte}} diskret die Sichtbarkeit von Logbucheinträgen auf $3\";'),('de','messages:logentry-suppress-reblock','s:104:\"de:$1 {{GENDER:$2|änderte}} die Sperreinstellungen für {{GENDER:$4|$3}} mit einer Sperrdauer von $5 $6\";'),('de','messages:logentry-suppress-revision','s:115:\"de:$1 {{GENDER:$2|änderte}} diskret die Sichtbarkeit {{PLURAL:$5|einer Version|von $5 Versionen}} der Seite $3: $4\";'),('de','messages:logentry-suppress-revision-legacy','s:80:\"de:$1 {{GENDER:$2|änderte}} diskret die Sichtbarkeit von Versionen der Seite $3\";'),('de','messages:logentry-tag-update-add-logentry','s:112:\"de:$1 {{GENDER:$2|fügte}} die {{PLURAL:$7|Markierung|Markierungen}} $6 zum Logbucheintrag $5 der Seite $3 hinzu\";'),('de','messages:logentry-tag-update-add-revision','s:105:\"de:$1 {{GENDER:$2|fügte}} die {{PLURAL:$7|Markierung|Markierungen}} $6 zur Version $4 der Seite $3 hinzu\";'),('de','messages:logentry-tag-update-logentry','s:141:\"de:$1 {{GENDER:$2|aktualisierte}} Markierungen des Logbucheintrags $5 der Seite $3 ($6 {{PLURAL:$7|hinzugefügt}}; $8 {{PLURAL:$9|entfernt}})\";'),('de','messages:logentry-tag-update-remove-logentry','s:109:\"de:$1 {{GENDER:$2|entfernte}} die {{PLURAL:$9|Markierung|Markierungen}} $8 vom Logbucheintrag $5 der Seite $3\";'),('de','messages:logentry-tag-update-remove-revision','s:106:\"de:$1 {{GENDER:$2|entfernte}} die {{PLURAL:$9|Markierung|Markierungen}} $8 von der Version $4 der Seite $3\";'),('de','messages:logentry-tag-update-revision','s:133:\"de:$1 {{GENDER:$2|aktualisierte}} Markierungen der Version $4 der Seite $3 ($6 {{PLURAL:$7|hinzugefügt}}; $8 {{PLURAL:$9|entfernt}})\";'),('de','messages:logentry-upload-overwrite','s:53:\"de:$1 {{GENDER:$2|lud}} eine neue Version von $3 hoch\";'),('de','messages:logentry-upload-revert','s:59:\"de:$1 {{GENDER:$2|setzte}} $3 auf eine alte Version zurück\";'),('de','messages:logentry-upload-upload','s:31:\"de:$1 {{GENDER:$2|lud}} $3 hoch\";'),('de','messages:logeventslist-more-filters','s:36:\"de:Zusätzliche Logbücher anzeigen:\";'),('de','messages:logeventslist-newusers-log','s:24:\"de:Neuanmeldungs-Logbuch\";'),('de','messages:logeventslist-patrol-log','s:19:\"de:Kontroll-Logbuch\";'),('de','messages:logeventslist-submit','s:11:\"de:Anzeigen\";'),('de','messages:logeventslist-tag-log','s:22:\"de:Markierungs-Logbuch\";'),('de','messages:logging-out-notify','s:37:\"de:Du wirst abgemeldet, bitte warten.\";'),('de','messages:login','s:11:\"de:Anmelden\";'),('de','messages:login-abort-generic','s:53:\"de:Deine Anmeldung ist fehlgeschlagen – Abgebrochen\";'),('de','messages:login-migrated-generic','s:97:\"de:Dein Benutzerkonto wurde migriert. Dein Benutzername ist auf diesem Wiki nicht mehr vorhanden.\";'),('de','messages:login-security','s:31:\"de:Verifiziere deine Identität\";'),('de','messages:login-throttled','s:90:\"de:Du hast zu oft versucht, dich anzumelden.\nBitte warte $1, bevor du es erneut probierst.\";'),('de','messages:login-userblocked','s:96:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} ist gesperrt. Die Anmeldung ist nicht erlaubt.\";'),('de','messages:loginerror','s:27:\"de:Fehler bei der Anmeldung\";'),('de','messages:loginlanguagelabel','s:14:\"de:Sprache: $1\";'),('de','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('de','messages:loginprompt','s:3:\"en:\";'),('de','messages:loginreqlink','s:11:\"de:anmelden\";'),('de','messages:loginreqpagetext','s:48:\"de:Du musst dich $1, um Seiten lesen zu können.\";'),('de','messages:loginreqtitle','s:25:\"de:Anmeldung erforderlich\";'),('de','messages:loginsuccess','s:75:\"de:<strong>Du bist jetzt als „$1“ bei {{SITENAME}} angemeldet.</strong>\";'),('de','messages:loginsuccesstitle','s:13:\"de:Angemeldet\";'),('de','messages:logout','s:11:\"de:Abmelden\";'),('de','messages:logout-failed','s:39:\"de:Abmeldung derzeit nicht möglich: $1\";'),('de','messages:logouttext','s:167:\"de:<strong>Du bist nun abgemeldet.</strong>\n\nBeachte, dass einige Seiten noch anzeigen können, dass du angemeldet wärst, solange du nicht deinen Browsercache leerst.\";'),('de','messages:lonelypages','s:19:\"de:Verwaiste Seiten\";'),('de','messages:lonelypages-summary','s:3:\"en:\";'),('de','messages:lonelypagestext','s:102:\"de:Die folgenden Seiten werden nicht eingebunden oder es wird nicht auf sie in {{SITENAME}} verwiesen.\";'),('de','messages:longpage-hint','s:4:\"en:-\";'),('de','messages:longpageerror','s:243:\"de:<strong>Fehler: Der Text, den du zu speichern versuchst, ist {{PLURAL:$1|ein Kilobyte|$1 Kilobyte}} groß. Dies ist größer als das erlaubte Maximum von {{PLURAL:$2|ein Kilobyte|$2 Kilobyte}}.</strong>\nEr kann nicht veröffentlicht werden.\";'),('de','messages:longpages','s:15:\"de:Lange Seiten\";'),('de','messages:longpages-summary','s:3:\"en:\";'),('de','messages:magiclink-tracking-isbn','s:44:\"de:Seiten, die magische ISBN-Links verwenden\";'),('de','messages:magiclink-tracking-isbn-desc','s:154:\"de:Diese Seite verwendet magische ISBN-Links. Siehe [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] für die Migration.\";'),('de','messages:magiclink-tracking-pmid','s:44:\"de:Seiten, die magische PMID-Links verwenden\";'),('de','messages:magiclink-tracking-pmid-desc','s:154:\"de:Diese Seite verwendet magische PMID-Links. Siehe [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] für die Migration.\";'),('de','messages:magiclink-tracking-rfc','s:43:\"de:Seiten, die magische RFC-Links verwenden\";'),('de','messages:magiclink-tracking-rfc-desc','s:153:\"de:Diese Seite verwendet magische RFC-Links. Siehe [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] für die Migration.\";'),('de','messages:mailerror','s:36:\"de:Fehler beim Senden der E-Mail: $1\";'),('de','messages:mailmypassword','s:25:\"de:Passwort zurücksetzen\";'),('de','messages:mailnologin','s:29:\"de:Fehler beim E-Mail-Versand\";'),('de','messages:mailnologintext','s:202:\"de:Du musst [[Special:UserLogin|angemeldet sein]] und eine bestätigte E-Mail-Adresse in deinen [[Special:Preferences|Einstellungen]] eingetragen haben, um anderen Benutzern E-Mails schicken zu können.\";'),('de','messages:mainpage','s:13:\"de:Hauptseite\";'),('de','messages:mainpage-description','s:13:\"de:Hauptseite\";'),('de','messages:mainpage-nstab','s:13:\"de:Hauptseite\";'),('de','messages:mainpage-title','s:4:\"en:-\";'),('de','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('de','messages:mar','s:8:\"de:Mär.\";'),('de','messages:march','s:8:\"de:März\";'),('de','messages:march-gen','s:8:\"de:März\";'),('de','messages:markaspatrolleddiff','s:29:\"de:Als kontrolliert markieren\";'),('de','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('de','messages:markaspatrolledtext','s:41:\"de:Diese Seite als kontrolliert markieren\";'),('de','messages:markaspatrolledtext-file','s:48:\"de:Diese Dateiversion als kontrolliert markieren\";'),('de','messages:markedaspatrolled','s:28:\"de:Als kontrolliert markiert\";'),('de','messages:markedaspatrollederror','s:52:\"de:Markierung als „kontrolliert“ nicht möglich.\";'),('de','messages:markedaspatrollederror-noautopatrol','s:76:\"de:Es ist nicht erlaubt, eigene Bearbeitungen als kontrolliert zu markieren.\";'),('de','messages:markedaspatrollederrortext','s:44:\"de:Du musst eine Seitenänderung auswählen.\";'),('de','messages:markedaspatrollednotify','s:57:\"de:Diese Änderung an $1 wurde als kontrolliert markiert.\";'),('de','messages:markedaspatrolledtext','s:72:\"de:Die ausgewählte Version von [[:$1]] wurde als kontrolliert markiert.\";'),('de','messages:maximum-size','s:18:\"de:Maximalgröße:\";'),('de','messages:may','s:6:\"de:Mai\";'),('de','messages:may-gen','s:6:\"de:Mai\";'),('de','messages:may_long','s:6:\"de:Mai\";'),('de','messages:mcrundo-changed','s:114:\"de:Die Seite wurde verändert, seit du dir den Versionsunterschied ansiehst. Bitte überprüfe die neue Änderung.\";'),('de','messages:mcrundo-missingparam','s:50:\"de:Erforderliche Parameter fehlen bei der Anfrage.\";'),('de','messages:mcrundo-parse-failed','s:51:\"de:Die neue Version konnte nicht geparst werden: $1\";'),('de','messages:mcrundofailed','s:37:\"de:Rückgängigmachung fehlgeschlagen\";'),('de','messages:mediastatistics','s:20:\"de:Medienstatistiken\";'),('de','messages:mediastatistics-allbytes','s:111:\"de:Gesamte Dateigröße für insgesamt {{PLURAL:$3|$3 Datei|$3 Dateien}}: {{PLURAL:$1|Ein Byte|$1 Bytes}} ($2).\";'),('de','messages:mediastatistics-bytespertype','s:136:\"de:Gesamte Dateigröße für diesen Abschnitt für {{PLURAL:$4|$4 Datei|$4 Dateien}} ($5 %): {{PLURAL:$1|Ein Byte|$1 Bytes}} ($2; $3 %).\";'),('de','messages:mediastatistics-header-3d','s:13:\"de:3D-Dateien\";'),('de','messages:mediastatistics-header-archive','s:23:\"de:Komprimierte Dateien\";'),('de','messages:mediastatistics-header-audio','s:15:\"de:Audiodateien\";'),('de','messages:mediastatistics-header-bitmap','s:16:\"de:Bitmapdateien\";'),('de','messages:mediastatistics-header-drawing','s:16:\"de:Vektordateien\";'),('de','messages:mediastatistics-header-executable','s:23:\"de:Ausführbare Dateien\";'),('de','messages:mediastatistics-header-multimedia','s:20:\"de:Multimediadateien\";'),('de','messages:mediastatistics-header-office','s:16:\"de:Officedateien\";'),('de','messages:mediastatistics-header-text','s:14:\"de:Textdateien\";'),('de','messages:mediastatistics-header-total','s:15:\"de:Alle Dateien\";'),('de','messages:mediastatistics-header-unknown','s:21:\"de:Unbekannte Dateien\";'),('de','messages:mediastatistics-header-video','s:15:\"de:Videodateien\";'),('de','messages:mediastatistics-nbytes','s:45:\"de:{{PLURAL:$1|Ein Byte|$1 Bytes}} ($2; $3 %)\";'),('de','messages:mediastatistics-nfiles','s:12:\"de:$1 ($2 %)\";'),('de','messages:mediastatistics-summary','s:158:\"de:Statistiken über hochgeladene Dateitypen. Dies beinhaltet nur die aktuellste Version einer Datei. Alte oder gelöschte Dateiversionen sind ausgeschlossen.\";'),('de','messages:mediastatistics-table-count','s:21:\"de:Anzahl der Dateien\";'),('de','messages:mediastatistics-table-extensions','s:26:\"de:Mögliche Erweiterungen\";'),('de','messages:mediastatistics-table-mimetype','s:11:\"de:MIME-Typ\";'),('de','messages:mediastatistics-table-totalbytes','s:16:\"de:Gesamtgröße\";'),('de','messages:mediawarning','s:171:\"de:<strong>Warnung:</strong> Dieser Dateityp kann böswilligen Programmcode enthalten.\nDurch das Herunterladen und Öffnen der Datei kann dein Computer beschädigt werden.\";'),('de','messages:mediawikipage','s:26:\"de:Systemnachricht ansehen\";'),('de','messages:mergehistory','s:31:\"de:Versionsgeschichten vereinen\";'),('de','messages:mergehistory-autocomment','s:45:\"de:„[[:$1]]“ vereinigt nach „[[:$2]]“\";'),('de','messages:mergehistory-box','s:45:\"de:Versionsgeschichten zweier Seiten vereinen\";'),('de','messages:mergehistory-comment','s:49:\"de:„[[:$1]]“ vereinigt nach „[[:$2]]“: $3\";'),('de','messages:mergehistory-done','s:102:\"de:{{PLURAL:$4|Eine Version wurde|$4 Versionen wurden}} von „$1“ nach „[[:$2]]“ vereinigt.\n$3.\";'),('de','messages:mergehistory-empty','s:47:\"de:Es können keine Versionen vereinigt werden.\";'),('de','messages:mergehistory-fail','s:82:\"de:Versionsvereinigung nicht möglich. Bitte prüfe die Seite und die Zeitangaben.\";'),('de','messages:mergehistory-fail-bad-timestamp','s:27:\"de:Ungültiger Zeitstempel.\";'),('de','messages:mergehistory-fail-invalid-dest','s:24:\"de:Ungültige Zielseite.\";'),('de','messages:mergehistory-fail-invalid-source','s:25:\"de:Ungültige Quellseite.\";'),('de','messages:mergehistory-fail-no-change','s:93:\"de:Keine Versionen zusammengeführt. Kontrolliere bitte die Seiten- und Zeitparameter erneut.\";'),('de','messages:mergehistory-fail-permission','s:83:\"de:Keine ausreichenden Berechtigungen, um die Versionsgeschichte zusammenzuführen.\";'),('de','messages:mergehistory-fail-self-merge','s:39:\"de:Quell- und Zielseite sind identisch.\";'),('de','messages:mergehistory-fail-timestamps-overlap','s:75:\"de:Die Quellversionen überlappen sich oder kommen nach den Ziel-Versionen.\";'),('de','messages:mergehistory-fail-toobig','s:181:\"de:Die Versionsgeschichtenzusammenführung konnte nicht ausgeführt werden, da sonst mehr als {{PLURAL:$1|eine Version|$1 Versionen}} verschoben werden {{PLURAL:$1|würde|würden}}.\";'),('de','messages:mergehistory-from','s:18:\"de:Ursprungsseite:\";'),('de','messages:mergehistory-go','s:48:\"de:Zeige Versionen, die vereinigt werden können\";'),('de','messages:mergehistory-header','s:212:\"de:Mit dieser Spezialseite kannst du die Versionsgeschichte einer Ursprungsseite mit der Versionsgeschichte einer Zielseite vereinen.\nStelle sicher, dass die Versionsgeschichte einer Seite historisch korrekt ist.\";'),('de','messages:mergehistory-into','s:13:\"de:Zielseite:\";'),('de','messages:mergehistory-invalid-destination','s:48:\"de:Zielseite muss ein gültiger Seitenname sein.\";'),('de','messages:mergehistory-invalid-source','s:53:\"de:Ursprungsseite muss ein gültiger Seitenname sein.\";'),('de','messages:mergehistory-list','s:42:\"de:Versionen, die vereinigt werden können\";'),('de','messages:mergehistory-merge','s:262:\"de:Die folgenden Versionen von „[[:$1]]“ können nach „[[:$2]]“ übertragen werden. Markiere die Version, bis zu der (einschließlich) die Versionen übertragen werden sollen. Bitte beachte, dass die Nutzung der Navigationslinks die Auswahl zurücksetzt.\";'),('de','messages:mergehistory-no-destination','s:42:\"de:Zielseite „$1“ ist nicht vorhanden.\";'),('de','messages:mergehistory-no-source','s:47:\"de:Ursprungsseite „$1“ ist nicht vorhanden.\";'),('de','messages:mergehistory-reason','s:9:\"de:Grund:\";'),('de','messages:mergehistory-redirect-text','s:3:\"en:\";'),('de','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('de','messages:mergehistory-same-destination','s:52:\"de:Quell- und Zielseite dürfen nicht identisch sein\";'),('de','messages:mergehistory-source-deleted','s:163:\"de:Zusätzlich wurde [[:$1]] gelöscht, weil es keine sichtbaren Versionen mehr hat und sein Inhaltsmodell das Hinterlassen von Weiterleitungen nicht unterstützt.\";'),('de','messages:mergehistory-source-deleted-reason','s:183:\"de:Die Quellseite wird nach dem Zusammenführen der Versionsgeschichte automatisch gelöscht, da ihr Inhaltsmodell keine Weiterleitungen und keine verbleibenden Versionen unterstützt\";'),('de','messages:mergehistory-submit','s:22:\"de:Vereinige Versionen\";'),('de','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('de','messages:mergelog','s:23:\"de:Vereinigungs-Logbuch\";'),('de','messages:mergelogpagetext','s:60:\"de:Dies ist das Logbuch der vereinigten Versionsgeschichten.\";'),('de','messages:metadata','s:12:\"de:Metadaten\";'),('de','messages:metadata-collapse','s:32:\"de:Erweiterte Details ausblenden\";'),('de','messages:metadata-expand','s:32:\"de:Erweiterte Details einblenden\";'),('de','messages:metadata-fields','s:397:\"de:Die folgenden Felder der EXIF-Metadaten, die in diesem MediaWiki-Systemtext angegeben sind, werden auf Bildbeschreibungsseiten mit eingeklappter Metadatentabelle angezeigt.\nWeitere werden standardmäßig nicht angezeigt.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('de','messages:metadata-help','s:221:\"de:Diese Datei enthält weitere Informationen, die in der Regel von der Digitalkamera oder dem verwendeten Scanner stammen. Durch nachträgliche Bearbeitung der Originaldatei können einige Details verändert worden sein.\";'),('de','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('de','messages:metadata-langitem-default','s:5:\"en:$1\";'),('de','messages:mimesearch','s:22:\"de:Suche nach MIME-Typ\";'),('de','messages:mimesearch-summary','s:223:\"de:Auf dieser Spezialseite können die Dateien nach dem MIME-Typ gefiltert werden.\nDie Eingabe muss immer den Medien- und Subtyp beinhalten: <code>image/jpeg</code> oder <code>image/*</code> (siehe Dateibeschreibungsseite).\";'),('de','messages:mimetype','s:12:\"de:MIME-Typ:\";'),('de','messages:minimum-size','s:17:\"de:Mindestgröße\";'),('de','messages:minlength1','s:60:\"de:Dateinamen müssen mindestens einen Buchstaben lang sein.\";'),('de','messages:minoredit','s:38:\"de:Nur Kleinigkeiten wurden verändert\";'),('de','messages:minoreditletter','s:4:\"de:K\";'),('de','messages:minutes','s:37:\"de:{{PLURAL:$1|$1 Minute|$1 Minuten}}\";'),('de','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('de','messages:minutes-ago','s:44:\"de:vor {{PLURAL:$1|einer Minute|$1 Minuten}}\";'),('de','messages:missing-article','s:304:\"de:Der Text von „$1“ $2 wurde nicht in der Datenbank gefunden.\n\nDie Seite ist möglicherweise gelöscht oder verschoben worden.\n\nFalls dies nicht zutrifft, hast du eventuell einen Fehler in der Software gefunden. Bitte melde dies einem [[Special:ListUsers/sysop|Administrator]] unter Nennung der URL.\";'),('de','messages:missing-revision','s:324:\"de:Die Version $1 der Seite „{{FULLPAGENAME}}“ ist nicht vorhanden.\n\nDieser Fehler wird normalerweise von einem veralteten Link zur Versionsgeschichte einer Seite verursacht, die zwischenzeitlich gelöscht wurde.\nEinzelheiten sind im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuch] einsehbar.\";'),('de','messages:missing-revision-content','s:76:\"de:Der Inhalt der Version $1 der Seite „$2“ konnte nicht geladen werden.\";'),('de','messages:missing-revision-permission','s:225:\"de:Die Version #$1 gehört zu einer gelöschten Seite. Du kannst sie [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} ansehen]; Details stehen im [{{fullurl:{{#Special:Log}}/delete|page=$3}} Löschlogbuch].\";'),('de','messages:missingarticle-diff','s:43:\"de:(Unterschied zwischen Versionen: $1, $2)\";'),('de','messages:missingarticle-rev','s:23:\"de:(Versionsnummer: $1)\";'),('de','messages:missingcommentheader','s:158:\"de:<strong>Achtung:</strong> Du hast keinen Betreff eingegeben. Wenn du erneut auf „$1“ klickst, wird deine Bearbeitung ohne Überschrift veröffentlicht.\";'),('de','messages:missingcommenttext','s:33:\"de:Bitte gib einen Kommentar ein.\";'),('de','messages:missingsummary','s:165:\"de:<strong>Hinweis:</strong> Du hast keine Zusammenfassung angegeben. Wenn du erneut auf „$1“ klickst, wird deine Änderung ohne Zusammenfassung veröffentlicht.\";'),('de','messages:mobile-frontend-account-create-captcha-placeholder','s:29:\"de:Bestätigungscode eingeben\";'),('de','messages:mobile-frontend-account-create-email-placeholder','s:28:\"de:E-Mail-Adresse (optional)\";'),('de','messages:mobile-frontend-account-create-submit','s:15:\"de:Registrieren\";'),('de','messages:mobile-frontend-app-title','s:13:\"de:Mobile App\";'),('de','messages:mobile-frontend-back-to-top-of-section','s:35:\"de:Einen Abschnitt zurück springen\";'),('de','messages:mobile-frontend-browse-tags-header','s:15:\"de:Markierungen\";'),('de','messages:mobile-frontend-categories-add','s:27:\"de:Zu Kategorie hinzufügen\";'),('de','messages:mobile-frontend-categories-add-heading','s:67:\"de:<strong><span>$1</span> zu neuen Kategorien hinzufügen</strong>\";'),('de','messages:mobile-frontend-categories-add-wait','s:38:\"de:Speichere Kategorien, bitte warten.\";'),('de','messages:mobile-frontend-categories-heading','s:30:\"de:<strong>Kategorien</strong>\";'),('de','messages:mobile-frontend-categories-hidden','s:18:\"de:Organisatorisch\";'),('de','messages:mobile-frontend-categories-nocat','s:62:\"de:Diese Seite wurde bislang noch keiner Kategorie zugeordnet.\";'),('de','messages:mobile-frontend-categories-nodata','s:77:\"de:Es gab einen Fehler. Hast du einige Kategorien zum Speichern hinzugefügt?\";'),('de','messages:mobile-frontend-categories-nomatch','s:91:\"de:Es wurde keine Kategorie für deine Anfrage gefunden. Du solltest eine andere versuchen.\";'),('de','messages:mobile-frontend-categories-normal','s:17:\"de:Inhaltsbasiert\";'),('de','messages:mobile-frontend-categories-search','s:20:\"de:Kategorien suchen\";'),('de','messages:mobile-frontend-categories-subheading','s:55:\"de:Die Seite wurde den folgenden Kategorien zugeordnet:\";'),('de','messages:mobile-frontend-categories-summary','s:29:\"de:Zu Kategorien hinzugefügt\";'),('de','messages:mobile-frontend-changeslist-ip','s:20:\"de:Anonymer Benutzer\";'),('de','messages:mobile-frontend-changeslist-nocomment','s:36:\"de:keine Bearbeitungszusammenfassung\";'),('de','messages:mobile-frontend-clear-search','s:9:\"de:Leeren\";'),('de','messages:mobile-frontend-commons-category-view','s:17:\"de:Bilder für $1\";'),('de','messages:mobile-frontend-console-recruit','s:312:\"de:\\o/ Hey! Dies ist Open-Source-Software und wir brauchen Freiwillige, um uns beim Erstellen dieser Sache zu unterstützen, sie besser zu machen und Fehler zu beheben, die du vielleicht in dieser JavaScript-Konsole gesehen hast!\n\nDu findest unser Backlog unter https://phabricator.wikimedia.org/project/view/67/\";'),('de','messages:mobile-frontend-contribution-summary','s:76:\"de:Alle Versionen bearbeitet von {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('de','messages:mobile-frontend-cookies-required','s:111:\"de:Cookies sind erforderlich, um zwischen Ansichtsmodi zu wechseln. Bitte aktiviere sie und versuche es erneut.\";'),('de','messages:mobile-frontend-copyright','s:69:\"de:Der Inhalt ist verfügbar unter $1, sofern nicht anders angegeben.\";'),('de','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('de','messages:mobile-frontend-desc','s:75:\"de:Ermöglicht die für mobile Endgeräte optimierte Darstellung von Seiten\";'),('de','messages:mobile-frontend-diffview-404-desc','s:63:\"de:Die Kennung für die gewünschte Version ist nicht vorhanden\";'),('de','messages:mobile-frontend-diffview-404-title','s:21:\"de:Ungültige Version\";'),('de','messages:mobile-frontend-diffview-anonymous','s:20:\"de:Anonymer Benutzer\";'),('de','messages:mobile-frontend-diffview-bytesadded','s:46:\"de:{{PLURAL:$1|Ein Byte|$1 Byte}} hinzugefügt\";'),('de','messages:mobile-frontend-diffview-bytesnochange','s:30:\"de:Keine Änderung der Größe\";'),('de','messages:mobile-frontend-diffview-bytesremoved','s:42:\"de:{{PLURAL:$1|Ein Byte|$1 Byte}} entfernt\";'),('de','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('de','messages:mobile-frontend-diffview-editcount','s:61:\"de:<div>$1</div> {{PLURAL:$1|Eine Bearbeitung|Bearbeitungen}}\";'),('de','messages:mobile-frontend-diffview-explained','s:67:\"de:Die folgenden Zeilen wurden hinzugefügt (+) und entfernt (−):\";'),('de','messages:mobile-frontend-diffview-title','s:14:\"de:Änderungen\";'),('de','messages:mobile-frontend-disable-images','s:45:\"de:Bilder in der mobilen Ansicht deaktivieren\";'),('de','messages:mobile-frontend-dismiss-notification','s:36:\"de:diese Benachrichtigung schließen\";'),('de','messages:mobile-frontend-donate-button-label','s:10:\"de:Spenden\";'),('de','messages:mobile-frontend-donate-image-anon','s:63:\"de:Bitte melde dich an, um die hochgeladenen Dateien anzusehen.\";'),('de','messages:mobile-frontend-donate-image-heading','s:26:\"de:Deine letzten Beiträge\";'),('de','messages:mobile-frontend-donate-image-login-action','s:129:\"de:<strong>Medien auf {{SITENAME}} werden von Menschen wie dir gespendet.</strong><br />Melde dich an, um deine Medien zu teilen.\";'),('de','messages:mobile-frontend-donate-image-nouploads','s:31:\"de:Keine hochgeladenen Dateien.\";'),('de','messages:mobile-frontend-donate-image-signup-action','s:60:\"de:Registriere dich, um deine Medien mit der Welt zu teilen.\";'),('de','messages:mobile-frontend-donate-image-title','s:23:\"de:Hochgeladene Dateien\";'),('de','messages:mobile-frontend-donate-photo-first-upload-success','s:55:\"de:Erfolgreich! Vielen Dank für deinen ersten Beitrag!\";'),('de','messages:mobile-frontend-donate-photo-upload-success','s:71:\"de:Erfolgreich! Dein Bild kann jetzt auf {{SITENAME}} verwendet werden!\";'),('de','messages:mobile-frontend-drawer-cancel','s:12:\"de:Abbrechen\";'),('de','messages:mobile-frontend-edit-login-action','s:83:\"de:<strong>Hilf, {{SITENAME}} zu verbessern.</strong><br />Zum Bearbeiten anmelden.\";'),('de','messages:mobile-frontend-edit-signup-action','s:87:\"de:<strong>Hilf, {{SITENAME}} zu verbessern.</strong><br />Zum Bearbeiten registrieren.\";'),('de','messages:mobile-frontend-editor-abusefilter-disallow','s:88:\"de:Diese Bearbeitung konnte nicht gespeichert werden, da ein Problem festgestellt wurde.\";'),('de','messages:mobile-frontend-editor-abusefilter-read-more','s:13:\"de:Mehr lesen\";'),('de','messages:mobile-frontend-editor-abusefilter-warning','s:100:\"de:Warnung: Willst du diese Bearbeitung wirklich speichern? Mit dieser könnte es ein Problem geben.\";'),('de','messages:mobile-frontend-editor-add-reference','s:14:\"de:Hinzufügen\";'),('de','messages:mobile-frontend-editor-anon','s:28:\"de:Ohne Anmeldung bearbeiten\";'),('de','messages:mobile-frontend-editor-anonwarning','s:318:\"de:<strong>Warnung:</strong> Du bist nicht angemeldet. Deine IP-Adresse wird öffentlich sichtbar, wenn du Bearbeitungen durchführst. Falls du dich <strong>anmeldest</strong> oder <strong>ein Benutzerkonto erstellst</strong>, werden deine Bearbeitungen zusammen mit anderen Beiträgen deinem Benutzernamen zugeordnet.\";'),('de','messages:mobile-frontend-editor-blocked-info','s:136:\"de:Deine IP-Adresse wurde für das Bearbeiten gesperrt. Die Sperre wurde von {{GENDER:$1|$1}} aus dem folgenden Grund durchgeführt: $2.\";'),('de','messages:mobile-frontend-editor-blocked-info-loggedin','s:135:\"de:Dein Benutzerkonto ist für das Bearbeiten gesperrt. Die Sperre wurde von {{GENDER:$2|$2}} aus dem folgenden Grund durchgeführt: $1\";'),('de','messages:mobile-frontend-editor-bold','s:7:\"de:Fett\";'),('de','messages:mobile-frontend-editor-bold-text','s:14:\"de:Fetter Text\";'),('de','messages:mobile-frontend-editor-cancel','s:12:\"de:Abbrechen\";'),('de','messages:mobile-frontend-editor-cancel-confirm','s:50:\"de:Willst du wirklich deine Bearbeitung verwerfen?\";'),('de','messages:mobile-frontend-editor-captcha-try-again','s:37:\"de:Falscher Code. Versuche es erneut.\";'),('de','messages:mobile-frontend-editor-continue','s:11:\"de:Nächste\";'),('de','messages:mobile-frontend-editor-cta','s:35:\"de:Hilf, diese Seite zu verbessern!\";'),('de','messages:mobile-frontend-editor-disabled','s:58:\"de:Diese Seite ist geschützt, um Vandalismus vorzubeugen.\";'),('de','messages:mobile-frontend-editor-edit','s:13:\"de:Bearbeiten\";'),('de','messages:mobile-frontend-editor-editing','s:13:\"de:Bearbeiten\";'),('de','messages:mobile-frontend-editor-editing-page','s:50:\"de:<span><strong>Bearbeiten</strong> von $1</span>\";'),('de','messages:mobile-frontend-editor-error','s:51:\"de:Fehler. Die Bearbeitung wurde nicht gespeichert.\";'),('de','messages:mobile-frontend-editor-error-conflict','s:70:\"de:Fehler. Ein anderer Benutzer hat inzwischen diese Seite bearbeitet.\";'),('de','messages:mobile-frontend-editor-error-loading','s:53:\"de:Fehler. Der Abschnitt konnte nicht geladen werden.\";'),('de','messages:mobile-frontend-editor-error-preview','s:106:\"de:Beim Laden der Vorschau ist ein unerwarteter Fehler aufgetreten. Bitte schließen und erneut versuchen.\";'),('de','messages:mobile-frontend-editor-insert-reference','s:27:\"de:Einzelnachweis einfügen\";'),('de','messages:mobile-frontend-editor-italic','s:9:\"de:Kursiv\";'),('de','messages:mobile-frontend-editor-italic-text','s:16:\"de:Kursiver Text\";'),('de','messages:mobile-frontend-editor-keep-editing','s:20:\"de:Weiter bearbeiten\";'),('de','messages:mobile-frontend-editor-licensing','s:144:\"de:Durch das Speichern von Änderungen stimmst du der Veröffentlichung deines Beitrags unter {{PLURAL:$2|der Lizenz|den Lizenzen}} „$1“ zu.\";'),('de','messages:mobile-frontend-editor-licensing-with-terms','s:155:\"de:Durch das Speichern von Änderungen stimmst du den $1 und der Veröffentlichung deines Beitrags unter {{PLURAL:$3|der Lizenz|den Lizenzen}} „$2“ zu.\";'),('de','messages:mobile-frontend-editor-new-page-confirm','s:82:\"de:{{GENDER:$1|Möchtest}} du wirklich eine neue Seite auf {{SITENAME}} erstellen?\";'),('de','messages:mobile-frontend-editor-newpage-prompt','s:80:\"de:Diese Seite ist nicht vorhanden. Warum bist du nicht mutig und erstellst sie?\";'),('de','messages:mobile-frontend-editor-placeholder','s:63:\"de:Dieser Abschnitt ist leer. Sei der Erste, der ihn erweitert!\";'),('de','messages:mobile-frontend-editor-placeholder-new-page','s:63:\"de:{{GENDER:$1|Du}} erstellst eine neue Seite auf {{SITENAME}}!\";'),('de','messages:mobile-frontend-editor-previewing-page','s:48:\"de:<span><strong>Vorschau</strong> von $1</span>\";'),('de','messages:mobile-frontend-editor-redirect-title','s:35:\"de:Weiterleitung auf den Editor …\";'),('de','messages:mobile-frontend-editor-redlink-create','s:18:\"de:Seite erstellen\";'),('de','messages:mobile-frontend-editor-redlink-explain','s:41:\"de:Diese Seite wurde noch nicht erstellt.\";'),('de','messages:mobile-frontend-editor-redlink-leave','s:14:\"de:Nein danke.\";'),('de','messages:mobile-frontend-editor-reference','s:17:\"de:Einzelnachweis\";'),('de','messages:mobile-frontend-editor-reference-placeholder','s:39:\"de:Welche Quelle möchtest du zuweisen?\";'),('de','messages:mobile-frontend-editor-save','s:12:\"de:Speichern\";'),('de','messages:mobile-frontend-editor-success','s:52:\"de:Erfolgreich! Deine Bearbeitung wurde gespeichert.\";'),('de','messages:mobile-frontend-editor-success-landmark-1','s:65:\"de:Herzlichen Glückwunsch! Du bist jetzt ein {{SITENAME}}-Autor!\";'),('de','messages:mobile-frontend-editor-success-new-page','s:60:\"de:Herzlichen Glückwunsch zur Erstellung einer neuen Seite!\";'),('de','messages:mobile-frontend-editor-summary','s:19:\"de:Zusammenfassung:\";'),('de','messages:mobile-frontend-editor-summary-placeholder','s:55:\"de:Beispiel: Tippfehler korrigiert, Inhalt hinzugefügt\";'),('de','messages:mobile-frontend-editor-summary-request','s:36:\"de:Wie hast du die Seite verbessert?\";'),('de','messages:mobile-frontend-editor-switch-confirm','s:101:\"de:Du musst deine Bearbeitung speichern, bevor du zu einem anderen Bearbeitungsmodus wechseln kannst.\";'),('de','messages:mobile-frontend-editor-switch-editor','s:18:\"de:Editor wechseln\";'),('de','messages:mobile-frontend-editor-switch-visual-editor','s:37:\"de:Zur visuellen Bearbeitung wechseln\";'),('de','messages:mobile-frontend-editor-terms-link','s:27:\"de:[$1 Nutzungsbedingungen]\";'),('de','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"de:Nein danke\";'),('de','messages:mobile-frontend-editor-tutorial-confirm','s:30:\"de:Mit dem Bearbeiten anfangen\";'),('de','messages:mobile-frontend-editor-tutorial-summary','s:80:\"de:Versuche, die Seite „$1“ zu verbessern.<br />Habe keine Angst vor Markup.\";'),('de','messages:mobile-frontend-editor-unavailable','s:112:\"de:Das mobile Bearbeiten ist derzeit für deinen Browser nicht verfügbar. Bitte versuche einen anderen Browser.\";'),('de','messages:mobile-frontend-editor-undo-unsupported','s:79:\"de:Das Rückgängigmachen wird derzeit von mobilen Geräten nicht unterstützt.\";'),('de','messages:mobile-frontend-editor-uploadenable','s:73:\"de:Bitte lade zuerst ein Foto hoch, damit du die Seite bearbeiten kannst.\";'),('de','messages:mobile-frontend-editor-viewing-source-page','s:60:\"de:<strong>Quelltext betrachten von</strong><span> $1</span>\";'),('de','messages:mobile-frontend-editor-wait','s:39:\"de:Speichere Bearbeitung. Bitte warten.\";'),('de','messages:mobile-frontend-enable-images','s:43:\"de:Bilder in der mobilen Ansicht aktivieren\";'),('de','messages:mobile-frontend-expand-sections-description','s:73:\"de:Immer alle Abschnitte beim Navigieren auf eine neue Seite expandieren.\";'),('de','messages:mobile-frontend-expand-sections-status','s:30:\"de:Alle Abschnitte expandieren\";'),('de','messages:mobile-frontend-featured-article','s:19:\"de:Inhalt des Tages\";'),('de','messages:mobile-frontend-first-upload-wizard-new-page-1','s:55:\"de:Bilder auf {{SITENAME}} kommen von Wikimedia Commons\";'),('de','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:54:\"de:Teile deine Bilder. Erwecke {{SITENAME}} zum Leben!\";'),('de','messages:mobile-frontend-first-upload-wizard-new-page-2','s:128:\"de:Vermeide urheberrechtlich geschütztes Material, das du im Internet gefunden hast, ebenso Bilder von Postern, Buchcovern etc.\";'),('de','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"de:Deine Bilder bilden Menschen auf der ganzen Welt\";'),('de','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:14:\"de:Verstanden?\";'),('de','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:6:\"de:Ja!\";'),('de','messages:mobile-frontend-fontchanger-desc','s:73:\"de:Vergrößert oder verkleinert die Textgröße zur besseren Lesbarkeit.\";'),('de','messages:mobile-frontend-fontchanger-link','s:17:\"de:Schriftgröße\";'),('de','messages:mobile-frontend-footer-contact','s:10:\"de:Kontakt\";'),('de','messages:mobile-frontend-footer-sitename','s:15:\"de:{{SITENAME}}\";'),('de','messages:mobile-frontend-generic-404-desc','s:63:\"de:Die Seite, nach der du suchst, konnte nicht gefunden werden.\";'),('de','messages:mobile-frontend-generic-404-title','s:34:\"de:Fehler – Seite nicht gefunden\";'),('de','messages:mobile-frontend-generic-login','s:53:\"de:{{SITENAME}} wird von Menschen wie dir erschaffen.\";'),('de','messages:mobile-frontend-generic-login-action','s:26:\"de:Zur Mitarbeit anmelden.\";'),('de','messages:mobile-frontend-generic-login-new','s:105:\"de:<strong>{{SITENAME}} wurde von Menschen wie dir erstellt.</strong><br />Melde dich an zum Mitarbeiten.\";'),('de','messages:mobile-frontend-generic-signup-action','s:30:\"de:Zur Mitarbeit registrieren.\";'),('de','messages:mobile-frontend-history','s:47:\"de:Die Versionsgeschichte dieser Seite ansehen.\";'),('de','messages:mobile-frontend-history-404-desc','s:163:\"de:Für eine nicht vorhandene Seite kann keine Versionsgeschichte angezeigt werden. Entweder wurde die Seite gelöscht oder du bist einem ungültigen Link gefolgt.\";'),('de','messages:mobile-frontend-history-404-title','s:24:\"de:Seite nicht vorhanden\";'),('de','messages:mobile-frontend-history-no-results','s:73:\"de:Keine Versionsgeschichteneinträge entsprechen dem angegebenen Filter.\";'),('de','messages:mobile-frontend-home-button','s:8:\"de:Start\";'),('de','messages:mobile-frontend-image-cancel-confirm','s:23:\"de:Hochladen abbrechen?\";'),('de','messages:mobile-frontend-image-heading-describe','s:25:\"de:Bild \'\'\'beschreiben\'\'\'\";'),('de','messages:mobile-frontend-image-uploading','s:27:\"de:Bild \'\'\'hochladen\'\'\' …\";'),('de','messages:mobile-frontend-images-status','s:9:\"de:Bilder\";'),('de','messages:mobile-frontend-language-article-heading','s:33:\"de:In einer anderen Sprache lesen\";'),('de','messages:mobile-frontend-language-header','s:72:\"de:Diese Seite ist in {{PLURAL:$1|einer Sprache|$1 Sprachen}} verfügbar\";'),('de','messages:mobile-frontend-language-heading','s:28:\"de:<strong>Sprachen</strong>\";'),('de','messages:mobile-frontend-language-site-choose','s:17:\"de:Sprache suchen\";'),('de','messages:mobile-frontend-language-variant-header','s:56:\"de:Variante von {{#language:{{CONTENTLANG}}}} auswählen\";'),('de','messages:mobile-frontend-languages-404-desc','s:48:\"de:Es muss ein gültiger Titel angegeben werden.\";'),('de','messages:mobile-frontend-languages-404-title','s:17:\"de:Sprachenfehler\";'),('de','messages:mobile-frontend-languages-header','s:11:\"de:Sprachen\";'),('de','messages:mobile-frontend-languages-header-page','s:18:\"de:$1 – Sprachen\";'),('de','messages:mobile-frontend-languages-nonexistent-title','s:42:\"de:Die Seite „$1“ ist nicht vorhanden.\";'),('de','messages:mobile-frontend-languages-text','s:64:\"de:$1 ist verfügbar in {{PLURAL:$2|einer Sprache|$2 Sprachen}}.\";'),('de','messages:mobile-frontend-languages-variant-header','s:46:\"de:Varianten von {{#language:{{CONTENTLANG}}}}\";'),('de','messages:mobile-frontend-last-modified-date','s:32:\"de:Zuletzt geändert am $1 um $2\";'),('de','messages:mobile-frontend-last-modified-days','s:57:\"de:Zuletzt geändert vor {{PLURAL:$1|einem Tag|$1 Tagen}}\";'),('de','messages:mobile-frontend-last-modified-hours','s:62:\"de:Zuletzt geändert vor {{PLURAL:$1|einer Stunde|$1 Stunden}}\";'),('de','messages:mobile-frontend-last-modified-just-now','s:24:\"de:Gerade eben geändert\";'),('de','messages:mobile-frontend-last-modified-minutes','s:62:\"de:Zuletzt geändert vor {{PLURAL:$1|einer Minute|$1 Minuten}}\";'),('de','messages:mobile-frontend-last-modified-months','s:61:\"de:Zuletzt geändert vor {{PLURAL:$1|einem Monat|$1 Monaten}}\";'),('de','messages:mobile-frontend-last-modified-seconds','s:64:\"de:Zuletzt geändert vor {{PLURAL:$1|einer Sekunde|$1 Sekunden}}\";'),('de','messages:mobile-frontend-last-modified-with-user-days','s:129:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einem Tag|$3 Tagen}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-with-user-hours','s:134:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einer Stunde|$3 Stunden}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-with-user-just-now','s:104:\"de:[$3 Zuletzt {{GENDER:$1|bearbeitet}}] gerade eben von {{PLURAL:$4|[$5 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-with-user-minutes','s:134:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einer Minute|$3 Minuten}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-with-user-months','s:133:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einem Monat|$3 Monaten}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-with-user-seconds','s:136:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einer Sekunde|$3 Sekunden}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-with-user-years','s:131:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einem Jahr|$3 Jahren}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('de','messages:mobile-frontend-last-modified-years','s:59:\"de:Zuletzt geändert vor {{PLURAL:$1|einem Jahr|$1 Jahren}}\";'),('de','messages:mobile-frontend-lead-image-tutorial-confirm','s:20:\"de:Hochladen starten\";'),('de','messages:mobile-frontend-lead-image-tutorial-summary','s:160:\"de:Stelle sicher, dass dein Bild bei der Illustration der Seite helfen kann. Es sollte ein Bild sein, das du erstellt hast und das keine Urheberrechte verletzt.\";'),('de','messages:mobile-frontend-loading-message','s:11:\"de:Lade …\";'),('de','messages:mobile-frontend-logged-in-homepage-notification','s:18:\"de:Willkommen, $1!\";'),('de','messages:mobile-frontend-logged-in-toast-notification','s:21:\"de:Angemeldet als $1.\";'),('de','messages:mobile-frontend-logged-out','s:19:\"de:Nicht angemeldet\";'),('de','messages:mobile-frontend-login','s:11:\"de:Anmelden\";'),('de','messages:mobile-frontend-main-menu','s:13:\"de:Hauptmenü\";'),('de','messages:mobile-frontend-main-menu-account-create','s:26:\"de:Benutzerkonto erstellen\";'),('de','messages:mobile-frontend-main-menu-back','s:16:\"de:Zurück gehen\";'),('de','messages:mobile-frontend-main-menu-button-tooltip','s:21:\"de:Hauptmenü öffnen\";'),('de','messages:mobile-frontend-main-menu-featured','s:12:\"de:Exzellent\";'),('de','messages:mobile-frontend-main-menu-login','s:11:\"de:Anmelden\";'),('de','messages:mobile-frontend-main-menu-logout','s:11:\"de:Abmelden\";'),('de','messages:mobile-frontend-main-menu-nearby','s:15:\"de:In der Nähe\";'),('de','messages:mobile-frontend-main-menu-page-title','s:20:\"de:Websitenavigation\";'),('de','messages:mobile-frontend-main-menu-settings','s:16:\"de:Einstellungen\";'),('de','messages:mobile-frontend-main-menu-settings-heading','s:16:\"de:Einstellungen\";'),('de','messages:mobile-frontend-main-menu-upload','s:23:\"de:Hochgeladene Dateien\";'),('de','messages:mobile-frontend-main-menu-watchlist','s:20:\"de:Beobachtungsliste\";'),('de','messages:mobile-frontend-media-details','s:15:\"de:Einzelheiten\";'),('de','messages:mobile-frontend-media-license-link','s:20:\"de:Lizenzinformation\";'),('de','messages:mobile-frontend-meta-data-issues','s:17:\"de:Seitenprobleme\";'),('de','messages:mobile-frontend-meta-data-issues-categories','s:24:\"de:Über diese Kategorie\";'),('de','messages:mobile-frontend-meta-data-issues-header','s:11:\"de:Probleme\";'),('de','messages:mobile-frontend-meta-data-issues-header-talk','s:20:\"de:Über diese Seite\";'),('de','messages:mobile-frontend-meta-data-issues-talk','s:31:\"de:Über diese Diskussionsseite\";'),('de','messages:mobile-frontend-missing-image','s:7:\"de:Bild\";'),('de','messages:mobile-frontend-nearby-distance','s:33:\"de:{{PLURAL:$1|Ein|$1}} Kilometer\";'),('de','messages:mobile-frontend-nearby-distance-meters','s:29:\"de:{{PLURAL:$1|Ein|$1}} Meter\";'),('de','messages:mobile-frontend-nearby-error','s:59:\"de:„In der Nähe“ von {{SITENAME}} hat einige Probleme.\";'),('de','messages:mobile-frontend-nearby-error-guidance','s:46:\"de:Versuche, deinen Standort zu aktualisieren.\";'),('de','messages:mobile-frontend-nearby-loading','s:43:\"de:Themen laden, die in deiner Nähe liegen\";'),('de','messages:mobile-frontend-nearby-lookup-ui-error','s:95:\"de:„In der Nähe“ von {{SITENAME}} konnte nicht herausfinden, wo du bist. Erneut versuchen?\";'),('de','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:66:\"de:Versuche es auf einer freien Fläche mit einem besseren Signal.\";'),('de','messages:mobile-frontend-nearby-noresults','s:81:\"de:Hier ist es ruhig … Es wurden keine Seiten mit Themen in der Nähe gefunden.\";'),('de','messages:mobile-frontend-nearby-noresults-guidance','s:93:\"de:Versuche eine neue Seite zu erstellen oder den Standort für eine vorhandene hinzuzufügen\";'),('de','messages:mobile-frontend-nearby-permission','s:98:\"de:„In der Nähe“ von {{SITENAME}} hat keine Berechtigung, um auf deinen Standort zuzugreifen.\";'),('de','messages:mobile-frontend-nearby-permission-guidance','s:149:\"de:Bitte stelle sicher, dass du eine Berechtigung zum Anzeigen deines Standortes gegeben hast. Überprüfe die Standorteinstellungen deines Browsers.\";'),('de','messages:mobile-frontend-nearby-refresh','s:25:\"de:Standort aktualisieren\";'),('de','messages:mobile-frontend-nearby-requirements','s:81:\"de:Leider unterstützt dein Webbrowser nicht „In der Nähe“ von {{SITENAME}}.\";'),('de','messages:mobile-frontend-nearby-requirements-guidance','s:79:\"de:Versuche einen anderen Browser oder aktiviere JavaScript, falls deaktiviert.\";'),('de','messages:mobile-frontend-nearby-sectiontext','s:39:\"de:In der Nähe des Themas dieser Seite\";'),('de','messages:mobile-frontend-nearby-title','s:15:\"de:In der Nähe\";'),('de','messages:mobile-frontend-news-items','s:21:\"de:In den Nachrichten\";'),('de','messages:mobile-frontend-opt-in-explain','s:148:\"de:Durch die Teilnahme am Beta-Test erhältst du Zugriff auf experimentelle Funktionen, die allerdings auch Probleme und Fehler verursachen können.\";'),('de','messages:mobile-frontend-overlay-close','s:13:\"de:Schließen\";'),('de','messages:mobile-frontend-overlay-continue','s:13:\"de:Fortfahren\";'),('de','messages:mobile-frontend-page-edit-summary','s:63:\"de:<span><strong>Bearbeitungszusammenfassung</strong> $1</span>\";'),('de','messages:mobile-frontend-page-menu-contents','s:10:\"de:Inhalte\";'),('de','messages:mobile-frontend-page-menu-history','s:21:\"de:Versionsgeschichte\";'),('de','messages:mobile-frontend-page-menu-language-current','s:32:\"de:{{#language:{{CONTENTLANG}}}}\";'),('de','messages:mobile-frontend-pageaction-edit-tooltip','s:56:\"de:Bearbeite den Einführungsabschnitt für diese Seite.\";'),('de','messages:mobile-frontend-pageaction-upload-tooltip','s:51:\"de:Lade ein Einführungsfoto für diese Seite hoch.\";'),('de','messages:mobile-frontend-panel-betaoptin-msg','s:182:\"de:Möchtest du einige neue Funktionen austesten? Durch die Teilnahme an Beta erhältst du Zugriff auf experimentelle Funktionen unter dem Risiko, dass Fehler und Probleme auftreten.\";'),('de','messages:mobile-frontend-panel-cancel','s:13:\"de:Nein danke\";'),('de','messages:mobile-frontend-panel-ok','s:7:\"de:Okay\";'),('de','messages:mobile-frontend-password','s:12:\"de:Passwort:\";'),('de','messages:mobile-frontend-password-confirm-placeholder','s:23:\"de:Passwort bestätigen\";'),('de','messages:mobile-frontend-password-placeholder','s:11:\"de:Passwort\";'),('de','messages:mobile-frontend-photo-article-donate-comment','s:54:\"de:Beigetragenes Bild von Spezial:Hochgeladene Dateien\";'),('de','messages:mobile-frontend-photo-article-edit-comment','s:48:\"de:Bild zur Verwendung in der Seite hinzugefügt\";'),('de','messages:mobile-frontend-photo-caption-placeholder','s:40:\"de:Beschreibe dieses Bild (erforderlich)\";'),('de','messages:mobile-frontend-photo-licensing','s:113:\"de:Durch das Hochladen dieses Bildes stimmst du der Veröffentlichung deines Bildes unter der Lizenz „$1“ zu.\";'),('de','messages:mobile-frontend-photo-licensing-with-terms','s:120:\"de:Durch Hochladen dieses Bildes stimmst du den $1 und der Veröffentlichung deines Bildes unter der Lizenz „$2“ zu.\";'),('de','messages:mobile-frontend-photo-ownership','s:38:\"de:Ich, $1, habe dieses Bild erstellt.\";'),('de','messages:mobile-frontend-photo-ownership-confirm','s:14:\"de:Verstanden!\";'),('de','messages:mobile-frontend-photo-ownership-help','s:18:\"de:Was heißt das?\";'),('de','messages:mobile-frontend-photo-submit','s:12:\"de:Hochladen\";'),('de','messages:mobile-frontend-photo-upload','s:39:\"de:Ein Bild zu dieser Seite hinzufügen\";'),('de','messages:mobile-frontend-photo-upload-anon','s:63:\"de:Bitte melde dich an, um ein Bild dieser Seite hinzuzufügen.\";'),('de','messages:mobile-frontend-photo-upload-comment','s:30:\"de:Bild zur Seite hinzugefügt\";'),('de','messages:mobile-frontend-photo-upload-copyvio','s:153:\"de:Warnung! Dieses Foto sieht verdächtig aus. Falls dies kein selbst aufgenommenes Foto ist, lade es bitte nicht hoch. Möchtest du wirklich fortfahren?\";'),('de','messages:mobile-frontend-photo-upload-error','s:34:\"de:Fehler. Bitte erneut versuchen.\";'),('de','messages:mobile-frontend-photo-upload-error-file-type','s:30:\"de:Bitte nur Bilder hochladen.\";'),('de','messages:mobile-frontend-photo-upload-error-filename','s:65:\"de:Fehler. Bitte eine aussagekräftigere Zusammenfassung angeben.\";'),('de','messages:mobile-frontend-photo-upload-generic','s:21:\"de:Ein Bild beitragen\";'),('de','messages:mobile-frontend-photo-upload-invalid-user','s:47:\"de:Der Benutzer „$1“ ist nicht registriert.\";'),('de','messages:mobile-frontend-photo-upload-success-article','s:53:\"de:Erfolgreich! Dein Bild ist jetzt auf dieser Seite.\";'),('de','messages:mobile-frontend-photo-upload-unavailable','s:72:\"de:Das Hochladen von Bildern wird von deinem Browser nicht unterstützt.\";'),('de','messages:mobile-frontend-photo-upload-user-count','s:87:\"de:{{PLURAL:$1|<span>1</span> hochgeladene Datei|<span>$1</span> hochgeladene Dateien}}\";'),('de','messages:mobile-frontend-photo-upload-user-count-over-limit','s:28:\"de:500+ hochgeladene Dateien\";'),('de','messages:mobile-frontend-placeholder','s:27:\"de:{{SITENAME}} durchsuchen\";'),('de','messages:mobile-frontend-placeholder-app','s:37:\"de:{{SITENAME}} durchsuchen (Web-App)\";'),('de','messages:mobile-frontend-placeholder-beta','s:34:\"de:{{SITENAME}} durchsuchen (Beta)\";'),('de','messages:mobile-frontend-pointer-dismiss','s:13:\"de:Ausblenden\";'),('de','messages:mobile-frontend-privacy-link-text','s:14:\"de:Datenschutz\";'),('de','messages:mobile-frontend-profile-activity-heading','s:20:\"de:Letzte Aktivität\";'),('de','messages:mobile-frontend-profile-error','s:11:\"de:Oh nein!\";'),('de','messages:mobile-frontend-profile-footer-ancient','s:194:\"de:[[Special:Contributions/$1|{{PLURAL:$3|Eine Bearbeitung|$3 Bearbeitungen}} durchgeführt]] und [[Special:Uploads/$1|{{PLURAL:$4|eine Datei|$4 Dateien|500=mehr als 500 Dateien}} hochgeladen]].\";'),('de','messages:mobile-frontend-profile-footer-days','s:226:\"de:Beigetreten vor {{PLURAL:$2|einem Tag|$2 Tagen}} mit [[Special:Contributions/$1|{{PLURAL:$3|einer Bearbeitung|$3 Bearbeitungen}}]] und [[Special:Uploads/$1|{{PLURAL:$4|einer hochgeladenen Datei|$4 hochgeladenen Dateien}}]].\";'),('de','messages:mobile-frontend-profile-footer-months','s:236:\"de:Beigetreten vor über {{PLURAL:$2|einem Monat|$2 Monaten}} mit [[Special:Contributions/$1|{{PLURAL:$3|einer Bearbeitung|$3 Bearbeitungen}}]] und [[Special:Uploads/$1|{{PLURAL:$4|einer hochgeladenen Datei|$4 hochgeladenen Dateien}}]].\";'),('de','messages:mobile-frontend-profile-footer-years','s:234:\"de:Beigetreten vor über {{PLURAL:$2|einem Jahr|$2 Jahren}} mit [[Special:Contributions/$1|{{PLURAL:$3|einer Bearbeitung|$3 Bearbeitungen}}]] und [[Special:Uploads/$1|{{PLURAL:$4|einer hochgeladenen Datei|$4 hochgeladenen Dateien}}]].\";'),('de','messages:mobile-frontend-profile-last-edit','s:91:\"de:{{GENDER:$3|Bearbeitete}} die Seite [[:$1]], {{PLURAL:$2|gestern|vor $2 Tagen|0=heute}}.\";'),('de','messages:mobile-frontend-profile-last-thank','s:83:\"de:Zuletzt {{GENDER:$2|gedankt}} {{GENDER:$1|durch}} [[Special:UserProfile/$1|$1]].\";'),('de','messages:mobile-frontend-profile-noargs','s:99:\"de:Es wurde kein Benutzername angegeben. Bitte gib einen Benutzernamen an, um ein Profil anzusehen.\";'),('de','messages:mobile-frontend-profile-nouser','s:176:\"de:Es ist kein Benutzer mit diesem Namen vorhanden. Bei Benutzernamen wird zwischen Groß- und Kleinschreibung unterschieden. Überprüfe bitte, ob er korrekt eingegeben wurde.\";'),('de','messages:mobile-frontend-profile-title','s:17:\"de:Benutzerprofil\";'),('de','messages:mobile-frontend-profile-userpage-link','s:40:\"de:{{GENDER:$1|Benutzerseite}} besuchen.\";'),('de','messages:mobile-frontend-profile-usertalk','s:35:\"de:Mit {{GENDER:$1|$1}} diskutieren\";'),('de','messages:mobile-frontend-quick-lookup-looking','s:24:\"de:Suchen nach „$1“.\";'),('de','messages:mobile-frontend-quick-lookup-no-results','s:49:\"de:Es konnte nichts mit „$1“ gefunden werden.\";'),('de','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"de:Leider ist dies kein Link in dieses Wiki.\";'),('de','messages:mobile-frontend-random-button','s:9:\"de:Zufall\";'),('de','messages:mobile-frontend-references-citation','s:12:\"de:Zitierung\";'),('de','messages:mobile-frontend-regular-site','s:21:\"de:Klassische Ansicht\";'),('de','messages:mobile-frontend-requires-mobile','s:117:\"de:Diese Seite ist für Desktoprechner nicht verfügbar. Bitte wähle am Seitenende den Link für die mobile Ansicht.\";'),('de','messages:mobile-frontend-requires-optin','s:160:\"de:Diese Seite ist nicht verfügbar, bis du dich für unseren Beta-Modus angemeldet hast. Besuche zur Anmeldung die [[Special:MobileOptions|Einstellungsseite]].\";'),('de','messages:mobile-frontend-requires-title','s:25:\"de:Seite nicht verfügbar\";'),('de','messages:mobile-frontend-save-error','s:87:\"de:Fehler beim Speichern der Einstellungen. Stelle sicher, dass Cookies aktiviert sind.\";'),('de','messages:mobile-frontend-save-settings','s:12:\"de:Speichern\";'),('de','messages:mobile-frontend-saving-exit-page','s:115:\"de:Dein Beitrag wird noch gespeichert. Beim Verlassen gehen deine Beiträge verloren. Willst du wirklich abbrechen?\";'),('de','messages:mobile-frontend-search-content','s:18:\"de:Suche in Seiten\";'),('de','messages:mobile-frontend-search-content-no-results','s:100:\"de:„{{int:mobile-frontend-search-content}}“, um zu sehen, ob der Suchbegriff irgendwo auftaucht.\";'),('de','messages:mobile-frontend-search-feedback-link-text','s:30:\"de:Gib uns deine Rückmeldung.\";'),('de','messages:mobile-frontend-search-feedback-prompt','s:52:\"de:Konntest du nicht das finden, wonach du suchtest?\";'),('de','messages:mobile-frontend-search-no-results','s:32:\"de:Keine Seite mit diesem Titel.\";'),('de','messages:mobile-frontend-search-submit','s:6:\"de:Los\";'),('de','messages:mobile-frontend-settings-beta','s:7:\"de:Beta\";'),('de','messages:mobile-frontend-settings-images-explain','s:41:\"de:Alle Bildinhalte in einer Seite laden.\";'),('de','messages:mobile-frontend-settings-site-description','s:138:\"de:{{SITENAME}} steht in {{PLURAL:$1|einer Sprache|$1 Sprachen}} zur Verfügung. Alle verfügbaren Sprachversionen sind unten aufgeführt.\";'),('de','messages:mobile-frontend-settings-site-header','s:24:\"de:{{SITENAME}} Sprachen\";'),('de','messages:mobile-frontend-sign-in-error-heading','s:10:\"de:Hoppla!\";'),('de','messages:mobile-frontend-sign-in-heading','s:11:\"de:Anmelden\";'),('de','messages:mobile-frontend-sign-in-why','s:79:\"de:Falls du ein {{SITENAME}}-Benutzerkonto hast, kannst du dich unten anmelden.\";'),('de','messages:mobile-frontend-sign-up-heading','s:15:\"de:Registrieren\";'),('de','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"de:Wo drückt der Schuh?\";'),('de','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:8:\"de:Thema\";'),('de','messages:mobile-frontend-talk-add-overlay-submit','s:25:\"de:Diskussion hinzufügen\";'),('de','messages:mobile-frontend-talk-back-to-filepage','s:30:\"de:Zurück zur Datei „$1“.\";'),('de','messages:mobile-frontend-talk-back-to-page','s:30:\"de:Zurück zur Seite „$1“.\";'),('de','messages:mobile-frontend-talk-back-to-projectpage','s:37:\"de:Zurück zur Projektseite „$1“.\";'),('de','messages:mobile-frontend-talk-back-to-userpage','s:56:\"de:Zurück zur Benutzerseite von „{{GENDER:$1|$1}}“.\";'),('de','messages:mobile-frontend-talk-edit-summary','s:33:\"de:Neuer Diskussionsabschnitt: $1\";'),('de','messages:mobile-frontend-talk-explained','s:48:\"de:Die folgenden Diskussionen sind derzeit aktiv\";'),('de','messages:mobile-frontend-talk-explained-empty','s:46:\"de:Zu dieser Seite gibt es keine Diskussionen.\";'),('de','messages:mobile-frontend-talk-fullpage','s:22:\"de:Als Wikiseite lesen\";'),('de','messages:mobile-frontend-talk-overlay-header','s:13:\"de:Diskussion\";'),('de','messages:mobile-frontend-talk-overlay-lead-header','s:24:\"de:Unbenannte Diskussion\";'),('de','messages:mobile-frontend-talk-reply','s:10:\"de:Antwort\";'),('de','messages:mobile-frontend-talk-reply-info','s:68:\"de:Deine Antwort wird automatisch mit deinem Benutzernamen signiert.\";'),('de','messages:mobile-frontend-talk-reply-success','s:72:\"de:Deine Antwort wurde erfolgreich auf der Diskussionsseite gespeichert.\";'),('de','messages:mobile-frontend-talk-topic-error','s:81:\"de:Das Thema konnte aufgrund eines unbekannten Fehlers nicht hinzugefügt werden.\";'),('de','messages:mobile-frontend-talk-topic-error-badtoken','s:123:\"de:Es gab einen Fehler auf dem Server. Deine Bearbeitung konnte nicht gespeichert werden. Versuche, die Seite neu zu laden.\";'),('de','messages:mobile-frontend-talk-topic-error-permission','s:100:\"de:Das Thema konnte nicht hinzugefügt werden. Du hast nicht die Berechtigung, Seiten zu bearbeiten.\";'),('de','messages:mobile-frontend-talk-topic-error-protected','s:103:\"de:Diese Diskussionsseite ist geschützt. Du hast nicht die Berechtigung, Themen auf ihr hinzuzufügen.\";'),('de','messages:mobile-frontend-talk-topic-error-spam','s:63:\"de:Das Thema wurde abgelehnt, da es ein Spam-Fragment enthielt.\";'),('de','messages:mobile-frontend-talk-topic-feedback','s:62:\"de:Es wurde ein neues Thema der Diskussionsseite hinzugefügt!\";'),('de','messages:mobile-frontend-talk-topic-wait','s:51:\"de:Dein neues Thema wird gespeichert, bitte warten.\";'),('de','messages:mobile-frontend-terms-text','s:22:\"de:Nutzungsbedingungen\";'),('de','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('de','messages:mobile-frontend-thanked-notice','s:75:\"de:$1 wurde gesagt, dass du {{GENDER:$2|seine|ihre|die}} Bearbeitung magst.\";'),('de','messages:mobile-frontend-user-account','s:16:\"de:Benutzerkonto\";'),('de','messages:mobile-frontend-user-button-tooltip','s:36:\"de:Meine Benachrichtigungen anzeigen\";'),('de','messages:mobile-frontend-user-cta','s:84:\"de:Bitte melde dich an oder registriere dich, um deine Benachrichtigungen anzusehen.\";'),('de','messages:mobile-frontend-user-newmessages','s:55:\"de:Du hast neue Nachrichten auf deiner Diskussionsseite\";'),('de','messages:mobile-frontend-userlogin-loggedin-register','s:126:\"de:Du bist bereits als {{GENDER:$1|$1}} angemeldet.\nNutze das unten stehende Formular, um einen anderen Benutzer zu erstellen.\";'),('de','messages:mobile-frontend-username','s:16:\"de:Benutzername:\";'),('de','messages:mobile-frontend-username-placeholder','s:15:\"de:Benutzername\";'),('de','messages:mobile-frontend-view','s:17:\"de:Mobile Ansicht\";'),('de','messages:mobile-frontend-view-desktop','s:21:\"de:Klassische Ansicht\";'),('de','messages:mobile-frontend-view-mobile','s:8:\"de:Mobil\";'),('de','messages:mobile-frontend-view-source','s:23:\"de:Quelltext betrachten\";'),('de','messages:mobile-frontend-watch-login','s:49:\"de:Füge „$1“ deiner Beobachtungsliste hinzu.\";'),('de','messages:mobile-frontend-watchlist-a-z','s:12:\"de:Auflisten\";'),('de','messages:mobile-frontend-watchlist-a-z-empty-howto','s:191:\"de:Du beobachtest derzeit keine Seiten. Deine Beobachtungsliste hilft dir dabei, die Seiten zu verfolgen, an denen du interessiert bist. Beobachte Seiten, indem du das Sternensymbol antippst.\";'),('de','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:31:\"de:Klicke auf das Sternensymbol\";'),('de','messages:mobile-frontend-watchlist-add','s:52:\"de:$1 wurde zu deiner Beobachtungsliste hinzugefügt\";'),('de','messages:mobile-frontend-watchlist-back-home','s:25:\"de:Zurück zur Hauptseite\";'),('de','messages:mobile-frontend-watchlist-cta','s:52:\"de:Verfolge diese Seite und alle Änderungen an ihr.\";'),('de','messages:mobile-frontend-watchlist-cta-button-login','s:11:\"de:Anmelden\";'),('de','messages:mobile-frontend-watchlist-cta-button-signup','s:15:\"de:Registrieren\";'),('de','messages:mobile-frontend-watchlist-error','s:75:\"de:Es gab ein Problem beim Beobachten dieser Seite. Bitte erneut versuchen.\";'),('de','messages:mobile-frontend-watchlist-feed','s:12:\"de:Geändert\";'),('de','messages:mobile-frontend-watchlist-feed-empty','s:65:\"de:Es gibt keine Seiten mit kürzlich durchgeführten Änderungen\";'),('de','messages:mobile-frontend-watchlist-filter-all','s:7:\"de:Alle\";'),('de','messages:mobile-frontend-watchlist-filter-articles','s:9:\"de:Seiten\";'),('de','messages:mobile-frontend-watchlist-filter-other','s:9:\"de:Andere\";'),('de','messages:mobile-frontend-watchlist-filter-talk','s:13:\"de:Diskussion\";'),('de','messages:mobile-frontend-watchlist-login-action','s:35:\"de:Melde dich an, um dies zu sehen.\";'),('de','messages:mobile-frontend-watchlist-more','s:7:\"de:mehr\";'),('de','messages:mobile-frontend-watchlist-please-wait','s:68:\"de:Bitte warten. Die Beobachtungsaktion dauert länger als erwartet.\";'),('de','messages:mobile-frontend-watchlist-purpose','s:146:\"de:<strong>Eine Beobachtungsliste hilft dir, Seiten zu merken und Änderungen an ihnen zu verfolgen.</strong><br />Melde dich an, um sie zu sehen.\";'),('de','messages:mobile-frontend-watchlist-removed','s:49:\"de:$1 wurde von deiner Beobachtungsliste entfernt\";'),('de','messages:mobile-frontend-watchlist-signup-action','s:150:\"de:<strong>Eine Beobachtungsliste hilft dir Seiten einzumerken und Änderungen an ihnen zu verfolgen.</strong> Registriere dich, um jetzt zu beginnen.\";'),('de','messages:mobile-frontend-watchlist-view','s:34:\"de:Deine Beobachtungsliste ansehen\";'),('de','messages:mobile.css','s:76:\"de:/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */\";'),('de','messages:mobile.js','s:83:\"de:/* Das folgende JavaScript wird für alle Nutzer der Mobilen Version geladen. */\";'),('de','messages:modeleditnotsupported-text','s:76:\"de:Das Bearbeiten wird für Seiten des Inhaltsmodells $1 nicht unterstützt.\";'),('de','messages:modeleditnotsupported-title','s:28:\"de:Bearbeiten nicht möglich\";'),('de','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('de','messages:modifiedarticleprotection-comment','s:67:\"de:{{GENDER:$2|Änderte}} die Schutzeinstellungen für „[[$1]]“\";'),('de','messages:mon','s:5:\"de:Mo\";'),('de','messages:monday','s:9:\"de:Montag\";'),('de','messages:monday-at','s:15:\"de:Montag um $1\";'),('de','messages:month','s:13:\"de:und Monat:\";'),('de','messages:months','s:34:\"de:{{PLURAL:$1|1 Monat|$1 Monate}}\";'),('de','messages:monthsall','s:7:\"de:alle\";'),('de','messages:moredotdotdot','s:11:\"de:Mehr …\";'),('de','messages:morelinkstoimage','s:62:\"de:[[Special:WhatLinksHere/$1|Weitere Links]] auf diese Datei.\";'),('de','messages:morenotlisted','s:43:\"de:Diese Liste könnte unvollständig sein.\";'),('de','messages:mostcategories','s:36:\"de:Seiten mit den meisten Kategorien\";'),('de','messages:mostcategories-summary','s:3:\"en:\";'),('de','messages:mostimages','s:24:\"de:Meistbenutzte Dateien\";'),('de','messages:mostimages-summary','s:3:\"en:\";'),('de','messages:mostinterwikis','s:40:\"de:Seiten mit den meisten Interwikilinks\";'),('de','messages:mostinterwikis-summary','s:3:\"en:\";'),('de','messages:mostlinked','s:31:\"de:Seiten mit den meisten Links\";'),('de','messages:mostlinked-summary','s:3:\"en:\";'),('de','messages:mostlinkedcategories','s:27:\"de:Meistbenutzte Kategorien\";'),('de','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('de','messages:mostlinkedtemplates','s:27:\"de:Meisteingebundene Seiten\";'),('de','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('de','messages:mostrevisions','s:35:\"de:Seiten mit den meisten Versionen\";'),('de','messages:mostrevisions-summary','s:3:\"en:\";'),('de','messages:move','s:14:\"de:Verschieben\";'),('de','messages:move-leave-redirect','s:26:\"de:Weiterleitung erstellen\";'),('de','messages:move-over-sharedrepo','s:151:\"de:[[:$1]] existiert in einem gemeinsam genutzten Repositorium. Das Verschieben einer Datei zu diesem Titel überschreibt die gemeinsam genutzte Datei.\";'),('de','messages:move-page','s:27:\"de:Verschieben von „$1“\";'),('de','messages:move-page-legend','s:20:\"de:Seite verschieben\";'),('de','messages:move-redirect-text','s:3:\"en:\";'),('de','messages:move-subpages','s:38:\"de:Unterseiten verschieben (bis zu $1)\";'),('de','messages:move-talk-subpages','s:59:\"de:Unterseiten der Diskussionsseite verschieben (bis zu $1)\";'),('de','messages:move-watch','s:34:\"de:Quell- und Zielseite beobachten\";'),('de','messages:movecategorypage-warning','s:231:\"de:<strong>Warnung:</strong> Du bist gerade dabei, eine Kategorieseite zu verschieben. Bitte sei dir bewusst, dass nur die Seite verschoben wird. Alle der alten Kategorie zugeordneten Seiten werden <em>nicht</em> neu kategorisiert.\";'),('de','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('de','messages:moveddeleted-notice','s:124:\"de:Diese Seite ist nicht vorhanden.\nZur Information folgt das Lösch-, Seitenschutz- und Verschiebungs-Logbuch dieser Seite.\";'),('de','messages:moveddeleted-notice-recent','s:165:\"de:Diese Seite wurde kürzlich gelöscht (innerhalb der letzten 24 Stunden).\nZur Information folgt das Lösch-, Seitenschutz- und Verschiebungs-Logbuch dieser Seite.\";'),('de','messages:movelogpage','s:24:\"de:Verschiebungs-Logbuch\";'),('de','messages:movelogpagetext','s:49:\"de:Dies ist eine Liste aller verschobenen Seiten.\";'),('de','messages:movenologintext','s:111:\"de:Du musst ein registrierter Benutzer und [[Special:UserLogin|angemeldet]] sein, um eine Seite zu verschieben.\";'),('de','messages:movenosubpage','s:37:\"de:Diese Seite hat keine Unterseiten.\";'),('de','messages:movenotallowed','s:82:\"de:Du hast nicht die erforderliche Berechtigung, um Seiten verschieben zu können.\";'),('de','messages:movenotallowedfile','s:83:\"de:Du hast nicht die erforderliche Berechtigung, um Dateien verschieben zu können.\";'),('de','messages:movepage-delete-first','s:162:\"de:Die Zielseite hat zu viele Versionen, um sie als Teil einer Seitenverschiebung zu löschen. Bitte lösche zuerst die Seite manuell und versuche es dann erneut.\";'),('de','messages:movepage-invalid-target-title','s:44:\"de:Der gewünschte Seitenname ist ungültig.\";'),('de','messages:movepage-max-pages','s:147:\"de:Es wurde die Maximalanzahl von {{PLURAL:$1|einer Seite|$1 Seiten}} verschoben. Alle weiteren Seiten können nicht automatisch verschoben werden.\";'),('de','messages:movepage-moved','s:59:\"de:\'\'\'Die Seite „$1“ wurde nach „$2“ verschoben.\'\'\'\";'),('de','messages:movepage-moved-noredirect','s:57:\"de:Die Erstellung einer Weiterleitung wurde unterdrückt.\";'),('de','messages:movepage-moved-redirect','s:37:\"de:Eine Weiterleitung wurde erstellt.\";'),('de','messages:movepage-page-exists','s:93:\"de:Die Seite „$1“ ist bereits vorhanden und kann nicht automatisch überschrieben werden.\";'),('de','messages:movepage-page-moved','s:53:\"de:Die Seite „$1“ wurde nach „$2“ verschoben.\";'),('de','messages:movepage-page-unmoved','s:67:\"de:Die Seite „$1“ konnte nicht nach „$2“ verschoben werden.\";'),('de','messages:movepage-source-doesnt-exist','s:65:\"de:Die Seite $1 existiert nicht und kann nicht verschoben werden.\";'),('de','messages:movepage-summary','s:3:\"en:\";'),('de','messages:movepagebtn','s:20:\"de:Seite verschieben\";'),('de','messages:movepagetalktext','s:296:\"de:Falls du dieses Kästchen aktivierst, wird die dazugehörige Diskussionsseite automatisch auf den neuen Titel verschoben, sofern nicht bereits eine nicht-leere Diskussionsseite dort vorhanden ist.\n\nIn diesem Fall musst du die Seite manuell verschieben oder zusammenführen, falls erforderlich.\";'),('de','messages:movepagetext','s:1068:\"de:Mit untenstehendem Formular kannst du eine Seite umbenennen, indem du sie mitsamt allen Versionen auf einen neuen Titel verschiebst.\nDer alte Titel wird danach zum neuen weiterleiten.\nDu kannst Weiterleitungen, die auf den Originaltitel verlinken, automatisch korrigieren lassen.\nStelle sicher, dass du im Anschluss alle [[Special:DoubleRedirects|doppelten]] oder [[Special:BrokenRedirects|defekten Weiterleitungen]] überprüfst.\nDu bist dafür verantwortlich, dass Links weiterhin auf das korrekte Ziel verweisen.\n\nDie Seite wird <strong>nicht</strong> verschoben, sofern es bereits eine Seite mit dem vorgesehenen Titel gibt, es sei denn, letztere ist eine Weiterleitung ohne Versionsgeschichte.\nDies bedeutet, dass du die Umbenennung rückgängig machen kannst, sofern du einen Fehler gemacht hast. Du kannst hingegen keine existierende Seite überschreiben.\n\n<strong>Hinweis:</strong>\nDie Verschiebung kann weitreichende und unerwartete Folgen für häufig besuchte Seiten haben.\nDu solltest daher die Konsequenzen verstanden haben, bevor du jetzt fortfährst.\";'),('de','messages:movepagetext-noredirectfixer','s:969:\"de:Mit untenstehendem Formular kannst du eine Seite umbenennen, indem du sie mitsamt allen Versionen auf einen neuen Titel verschiebst.\nDer alte Titel wird danach zum neuen weiterleiten.\nStelle sicher, dass du im Anschluss alle [[Special:DoubleRedirects|doppelten]] oder [[Special:BrokenRedirects|defekten Weiterleitungen]] überprüfst.\nDu bist dafür verantwortlich, dass Links weiterhin auf das korrekte Ziel verweisen.\n\nDie Seite wird <strong>nicht</strong> verschoben, sofern es bereits eine Seite mit dem vorgesehenen Titel gibt, es sei denn, diese ist eine Weiterleitung ohne Versionsgeschichte.\nDies bedeutet, dass du die Umbenennung rückgängig machen kannst, sofern du einen Fehler gemacht hast. Du kannst hingegen keine existierende Seite überschreiben.\n\n<strong>Hinweis:</strong>\nDie Verschiebung kann weitreichende und unerwartete Folgen für häufig besuchte Seiten haben.\nDu solltest daher die Konsequenzen verstanden haben, bevor du jetzt fortfährst.\";'),('de','messages:movepagetext-noredirectsupport','s:701:\"de:Mit untenstehendem Formular kannst du eine Seite umbenennen, indem du sie mitsamt allen Versionen auf einen neuen Titel verschiebst. Du bist dafür verantwortlich, dass Links weiterhin auf das korrekte Ziel verweisen. \n\nDie Seite wird <strong>nicht</strong> verschoben, sofern es bereits eine Seite mit dem vorgesehenen Titel gibt. Dies bedeutet, dass du die Umbenennung rückgängig machen kannst, sofern du einen Fehler gemacht hast. Du kannst hingegen keine existierende Seite überschreiben.\n\n<strong>Hinweis:</strong> Die Verschiebung kann weitreichende und unerwartete Folgen für häufig besuchte Seiten haben. Du solltest daher die Konsequenzen verstanden haben, bevor du jetzt fortfährst.\";'),('de','messages:movereason','s:9:\"de:Grund:\";'),('de','messages:movesubpage','s:39:\"de:{{PLURAL:$1|Unterseite|Unterseiten}}\";'),('de','messages:movesubpagetalktext','s:141:\"de:Die dazugehörige Diskussionsseite hat {{PLURAL:$1|eine Unterseite, die unten angezeigt wird|$1 Unterseiten, die unten angezeigt werden}}.\";'),('de','messages:movesubpagetalktext-truncated','s:168:\"de:Die {{PLURAL:$1|erste Unterseite für die entsprechende Diskussionsseite wird|ersten $1 Unterseiten für die entsprechende Diskussionsseite werden}} unten angezeigt.\";'),('de','messages:movesubpagetext','s:59:\"de:Diese Seite hat $1 {{PLURAL:$1|Unterseite|Unterseiten}}.\";'),('de','messages:movesubpagetext-truncated','s:114:\"de:Die {{PLURAL:$1|erste Unterseite dieser Seite wird|ersten $1 Unterseiten dieser Seite werden}} unten angezeigt.\";'),('de','messages:movetalk','s:55:\"de:Sofern möglich, die Diskussionsseite mitverschieben\";'),('de','messages:movethispage','s:20:\"de:Seite verschieben\";'),('de','messages:moveuserpage-warning','s:189:\"de:<strong>Warnung:</strong> Du bist dabei, eine Benutzerseite zu verschieben. Bitte bedenke, dass dadurch nur die Benutzerseite verschoben, <em>nicht</em> aber der Benutzer umbenannt wird.\";'),('de','messages:mute-preferences','s:32:\"de:Stummschaltungs-Einstellungen\";'),('de','messages:mw-widgets-abandonedit','s:102:\"de:Bist du sicher, dass du den Bearbeitungsmodus verlassen möchtest, ohne vorher zu veröffentlichen?\";'),('de','messages:mw-widgets-abandonedit-discard','s:26:\"de:Bearbeitungen verwerfen\";'),('de','messages:mw-widgets-abandonedit-keep','s:20:\"de:Weiter bearbeiten\";'),('de','messages:mw-widgets-abandonedit-title','s:18:\"de:Bist du sicher?\";'),('de','messages:mw-widgets-categoryselector-add-category-placeholder','s:33:\"de:Eine Kategorie hinzufügen …\";'),('de','messages:mw-widgets-copytextlayout-copy','s:11:\"de:Kopieren\";'),('de','messages:mw-widgets-copytextlayout-copy-fail','s:62:\"de:Der Text konnte nicht in die Zwischenablage kopiert werden.\";'),('de','messages:mw-widgets-copytextlayout-copy-success','s:38:\"de:Text in die Zwischenablage kopiert.\";'),('de','messages:mw-widgets-dateinput-no-date','s:25:\"de:Kein Datum ausgewählt\";'),('de','messages:mw-widgets-dateinput-placeholder-day','s:13:\"de:JJJJ-MM-TT\";'),('de','messages:mw-widgets-dateinput-placeholder-month','s:10:\"de:JJJJ-MM\";'),('de','messages:mw-widgets-mediasearch-input-placeholder','s:21:\"de:Nach Medien suchen\";'),('de','messages:mw-widgets-mediasearch-noresults','s:29:\"de:Keine Ergebnisse gefunden.\";'),('de','messages:mw-widgets-mediasearch-recent-uploads','s:52:\"de:{{GENDER:$1|Deine}} letzten hochgeladenen Dateien\";'),('de','messages:mw-widgets-mediasearch-results-aria-label','s:24:\"de:Medien-Suchergebnisse\";'),('de','messages:mw-widgets-table-row-delete','s:17:\"de:Zeile löschen\";'),('de','messages:mw-widgets-tagmultiselect-placeholder','s:26:\"de:Weitere hinzufügen …\";'),('de','messages:mw-widgets-titleinput-description-new-page','s:33:\"de:Seite ist noch nicht vorhanden\";'),('de','messages:mw-widgets-titleinput-description-redirect','s:24:\"de:Weiterleitung nach $1\";'),('de','messages:mw-widgets-titlesmultiselect-placeholder','s:26:\"de:Weitere hinzufügen …\";'),('de','messages:mw-widgets-usersmultiselect-placeholder','s:26:\"de:Weitere hinzufügen …\";'),('de','messages:mycontris','s:12:\"de:Beiträge\";'),('de','messages:mycustomcssprotected','s:61:\"de:Du hast keine Berechtigung, diese CSS-Seite zu bearbeiten.\";'),('de','messages:mycustomjsonprotected','s:62:\"de:Du hast keine Berechtigung, diese JSON-Seite zu bearbeiten.\";'),('de','messages:mycustomjsprotected','s:68:\"de:Du hast keine Berechtigung, diese JavaScript-Seite zu bearbeiten.\";'),('de','messages:mycustomjsredirectprotected','s:151:\"de:Du hast keine Berechtigung, diese JavaScript-Seite zu bearbeiten, da sie eine Weiterleitung, die nicht in deinen Benutzernamensraum zeigt, enthält.\";'),('de','messages:mypage','s:15:\"de:Eigene Seite\";'),('de','messages:mypreferences','s:16:\"de:Einstellungen\";'),('de','messages:mypreferencesprotected','s:60:\"de:Du bist nicht berechtigt, deine Einstellungen zu ändern.\";'),('de','messages:myprivateinfoprotected','s:74:\"de:Du hast keine Berechtigung, deine privaten Informationen zu bearbeiten.\";'),('de','messages:mytalk','s:13:\"de:Diskussion\";'),('de','messages:mywatchlist','s:20:\"de:Beobachtungsliste\";'),('de','messages:namespace','s:14:\"de:Namensraum:\";'),('de','messages:namespace-nosubpages','s:53:\"de:Der Namensraum „$1“ erlaubt keine Unterseiten.\";'),('de','messages:namespace_association','s:26:\"de:Zugehöriger Namensraum\";'),('de','messages:namespaceprotected','s:115:\"de:Du hast nicht die erforderliche Berechtigung, um Seiten im Namensraum <strong>$1</strong> bearbeiten zu können.\";'),('de','messages:namespaces','s:15:\"de:Namensräume\";'),('de','messages:namespacesall','s:7:\"de:alle\";'),('de','messages:nav-login-createaccount','s:37:\"de:Anmelden / Benutzerkonto erstellen\";'),('de','messages:navigation','s:13:\"de:Navigation\";'),('de','messages:navigation-heading','s:19:\"de:Navigationsmenü\";'),('de','messages:nbytes','s:30:\"de:$1 {{PLURAL:$1|Byte|Bytes}}\";'),('de','messages:ncategories','s:40:\"de:$1 {{PLURAL:$1|Kategorie|Kategorien}}\";'),('de','messages:nchanges','s:41:\"de:$1 {{PLURAL:$1|Änderung|Änderungen}}\";'),('de','messages:nearby','s:35:\"de:Seiten zu Themen in deiner Nähe\";'),('de','messages:negative-namespace-not-supported','s:63:\"de:Namensräume mit negativen Werten werden nicht unterstützt.\";'),('de','messages:newarticle','s:8:\"de:(Neu)\";'),('de','messages:newarticletext','s:305:\"de:Du bist einem Link zu einer Seite gefolgt, die nicht vorhanden ist.\nUm diese Seite anzulegen, trage deinen Text in das untenstehende Bearbeitungsfeld ein (weitere Informationen auf der [$1 Hilfeseite]).\nSofern du fälschlicherweise hier bist, klicke auf die Schaltfläche \'\'\'Zurück\'\'\' deines Browsers.\";'),('de','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('de','messages:newimages','s:15:\"de:Neue Dateien\";'),('de','messages:newimages-hidepatrolled','s:35:\"de:Kontrollierte Dateien ausblenden\";'),('de','messages:newimages-legend','s:9:\"de:Filter\";'),('de','messages:newimages-mediatype','s:13:\"de:Medientyp:\";'),('de','messages:newimages-showbots','s:41:\"de:Von Bots hochgeladene Dateien anzeigen\";'),('de','messages:newimages-summary','s:65:\"de:Diese Spezialseite zeigt die zuletzt hochgeladenen Dateien an.\";'),('de','messages:newimages-user','s:31:\"de:IP-Adresse oder Benutzername\";'),('de','messages:newimagestext','s:4:\"en:-\";'),('de','messages:newmessagesdifflinkplural','s:49:\"de:letzte {{PLURAL:$1|Änderung|999=Änderungen}}\";'),('de','messages:newmessageslinkplural','s:57:\"de:{{PLURAL:$1|eine neue Nachricht|999=neue Nachrichten}}\";'),('de','messages:newpage','s:13:\"de:Neue Seite\";'),('de','messages:newpageletter','s:4:\"de:N\";'),('de','messages:newpages','s:14:\"de:Neue Seiten\";'),('de','messages:newpages-showhide-bots','s:10:\"de:Bots $1\";'),('de','messages:newpages-showhide-patrolled','s:31:\"de:Kontrollierte Änderungen $1\";'),('de','messages:newpages-showhide-redirect','s:21:\"de:Weiterleitungen $1\";'),('de','messages:newpages-showhide-registered','s:27:\"de:Registrierte Benutzer $1\";'),('de','messages:newpages-submit','s:11:\"de:Anzeigen\";'),('de','messages:newpages-summary','s:3:\"en:\";'),('de','messages:newpages-username','s:16:\"de:Benutzername:\";'),('de','messages:newpassword','s:18:\"de:Neues Passwort:\";'),('de','messages:newsection','s:18:\"de:Neuer Abschnitt\";'),('de','messages:newsection-page','s:12:\"de:Zielseite\";'),('de','messages:newsection-submit','s:17:\"de:Gehe zur Seite\";'),('de','messages:newsection-summary','s:3:\"en:\";'),('de','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('de','messages:newsectionsummary','s:27:\"de:Neuer Abschnitt /* $1 */\";'),('de','messages:newtitle','s:15:\"de:Neuer Titel:\";'),('de','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('de','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('de','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('de','messages:newuserlogpage','s:24:\"de:Neuanmeldungs-Logbuch\";'),('de','messages:newuserlogpagetext','s:58:\"de:Dies ist ein Logbuch der neu erstellten Benutzerkonten.\";'),('de','messages:newwindow','s:42:\"de:(wird in einem neuen Fenster geöffnet)\";'),('de','messages:next','s:11:\"de:Nächste\";'),('de','messages:next-page','s:17:\"de:nächste Seite\";'),('de','messages:nextdiff','s:40:\"de:Zum nächsten Versionsunterschied →\";'),('de','messages:nextn','s:38:\"de:{{PLURAL:$1|nächster|nächste $1}}\";'),('de','messages:nextn-title','s:58:\"de:{{PLURAL:$1|Folgendes Ergebnis|Folgende $1 Ergebnisse}}\";'),('de','messages:nextpage','s:22:\"de:Nächste Seite ($1)\";'),('de','messages:nextrevision','s:30:\"de:Nächstjüngere Version →\";'),('de','messages:nimagelinks','s:52:\"de:Verwendet auf {{PLURAL:$1|einer Seite|$1 Seiten}}\";'),('de','messages:ninterwikis','s:52:\"de:{{PLURAL:$1|Ein Interwikilink|$1 Interwikilinks}}\";'),('de','messages:nlinks','s:32:\"de:{{PLURAL:$1|1 Link|$1 Links}}\";'),('de','messages:nmembers','s:39:\"de:{{PLURAL:$1|1 Eintrag|$1 Einträge}}\";'),('de','messages:nmemberschanged','s:46:\"de:$1 → $2 {{PLURAL:$2|Mitglied|Mitglieder}}\";'),('de','messages:no-null-revision','s:76:\"de:Die neue Nullversion für die Seite „$1“ konnte nicht erstellt werden\";'),('de','messages:noarticletext','s:351:\"de:Diese Seite enthält momentan noch keinen Text.\nDu kannst sie <span class=\"plainlinks\">[{{fullurl:{{FULLPAGENAME}}|action=edit}} erstellen]</span>,\nihren Titel auf anderen Seiten [[Special:Search/{{PAGENAME}}|suchen]]\noder die zugehörigen <span class=\"plainlinks\">[{{fullurl:{{#special:Log}}|page={{FULLPAGENAMEE}}}} Logbücher betrachten]</span>.\";'),('de','messages:noarticletext-nopermission','s:326:\"de:Diese Seite enthält momentan noch keinen Text und du bist auch nicht dazu berechtigt, diese Seite zu erstellen.\nDu kannst ihren Titel auf anderen Seiten [[Special:Search/{{PAGENAME}}|suchen]] oder die zugehörigen <span class=\"plainlinks\">[{{fullurl:{{#special:Log}}|page={{FULLPAGENAMEE}}}} Logbücher betrachten].</span>\";'),('de','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('de','messages:noautoblockblock','s:24:\"de:Autoblock deaktiviert\";'),('de','messages:nocontribs','s:67:\"de:Es wurden keine Benutzerbeiträge mit diesen Kriterien gefunden.\";'),('de','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('de','messages:nocookiesfornew','s:207:\"de:Das Benutzerkonto wurde nicht erstellt, da die Datenherkunft nicht ermittelt werden konnte.\nBitte stelle sicher, dass du Cookies aktiviert hast. Lade diese Seite danach erneut und versuche es noch einmal.\";'),('de','messages:nocookieslogin','s:134:\"de:{{SITENAME}} benutzt Cookies zur Anmeldung der Benutzer. Du hast Cookies deaktiviert, bitte aktiviere diese und versuche es erneut.\";'),('de','messages:nocookiesnew','s:227:\"de:Der Benutzerzugang wurde erstellt, aber du bist nicht angemeldet. {{SITENAME}} benötigt für diese Funktion Cookies, bitte aktiviere diese und melde dich dann mit deinem neuen Benutzernamen und dem zugehörigen Passwort an.\";'),('de','messages:nocreate-loggedin','s:85:\"de:Du hast nicht die erforderliche Berechtigung, um neue Seiten erstellen zu können.\";'),('de','messages:nocreatetext','s:146:\"de:Auf {{SITENAME}} wurde das Erstellen neuer Seiten eingeschränkt. Du kannst bestehende Seiten ändern oder dich [[Special:UserLogin|anmelden]].\";'),('de','messages:nocredits','s:56:\"de:Für diese Seite sind keine Zuschreibungen vorhanden.\";'),('de','messages:node-count-exceeded-category','s:52:\"de:Seiten, die die Knotenanzahl überschritten haben\";'),('de','messages:node-count-exceeded-category-desc','s:54:\"de:Die Seite überschreitet die maximale Knotenanzahl.\";'),('de','messages:node-count-exceeded-warning','s:54:\"de:Die Seite hat die Knotenpunktanzahl überschritten.\";'),('de','messages:noemail','s:81:\"de:{{GENDER:$1|Benutzer|Benutzerin}} „$1“ hat keine E-Mail-Adresse angegeben.\";'),('de','messages:noemailcreate','s:49:\"de:Du musst eine gültige E-Mail-Adresse angeben.\";'),('de','messages:noemailprefs','s:109:\"de:Gib eine E-Mail-Adresse in den Einstellungen an, damit die nachfolgenden Funktionen zur Verfügung stehen.\";'),('de','messages:noemailtext','s:63:\"de:Dieser Benutzer hat keine gültige E-Mail-Adresse angegeben.\";'),('de','messages:noemailtitle','s:23:\"de:Keine E-Mail-Adresse\";'),('de','messages:nohistory','s:58:\"de:Zu dieser Seite ist keine Versionsgeschichte vorhanden.\";'),('de','messages:noimages','s:26:\"de:Keine Dateien gefunden.\";'),('de','messages:noindex-category','s:45:\"de:Seiten, die nicht indexiert werden können\";'),('de','messages:noindex-category-desc','s:186:\"de:Die Seite wird nicht von Bots indexiert, da sie das magische Wort <code><nowiki>__NOINDEX__</nowiki></code> enthält und sich in einem Namensraum befindet, wo dieses Flag erlaubt ist.\";'),('de','messages:nolicense','s:19:\"de:Keine Vorauswahl\";'),('de','messages:nolinkshere','s:48:\"de:Keine Seite verlinkt auf <strong>$2</strong>.\";'),('de','messages:nolinkshere-ns','s:80:\"de:Keine Seite in dem ausgewählten Namensraum verlinkt auf <strong>$2</strong>.\";'),('de','messages:nolinkstoimage','s:38:\"de:Keine Seiten verwenden diese Datei.\";'),('de','messages:noname','s:50:\"de:Du musst einen gültigen Benutzernamen angeben.\";'),('de','messages:nonfile-cannot-move-to-file','s:84:\"de:Nichtdateien können nicht in den {{ns:file}}-Namensraum hinein verschoben werden\";'),('de','messages:nonmain-slot-differences-therefore-readonly','s:238:\"de:Du kannst den Wikitext auf dieser Version der Seite nicht bearbeiten, da es seit dieser Version Änderungen an den Daten auf der Seite gegeben hat, die nicht Wikitext-basiert sind. [$1 Um diese Version wiederherzustellen, klicke hier.]\";'),('de','messages:nonnumeric-formatnum','s:52:\"de:Seiten mit nicht-numerischen formatnum-Argumenten\";'),('de','messages:nonnumeric-formatnum-desc','s:87:\"de:Die Seite enthält ein nicht-numerisches Argument für die Parserfunktion formatnum.\";'),('de','messages:nonwrite-api-promise-error','s:109:\"de:Der HTTP-Header „Promise-Non-Write-API-Action“ wurde gesendet, aber die Anfrage war keine API-Anfrage.\";'),('de','messages:nopagetext','s:44:\"de:Die angegebene Seite ist nicht vorhanden.\";'),('de','messages:nopagetitle','s:24:\"de:Seite nicht vorhanden\";'),('de','messages:noscript.css','s:88:\"de:/* Das folgende CSS wirkt sich für Benutzer aus, die JavaScript deaktiviert haben */\";'),('de','messages:nospecialpagetext','s:174:\"de:<strong>Die aufgerufene Spezialseite ist nicht vorhanden.</strong>\n\nAlle verfügbaren Spezialseiten sind in der [[Special:SpecialPages|Liste der Spezialseiten]] zu finden.\";'),('de','messages:nosuchaction','s:29:\"de:Diese Aktion gibt es nicht\";'),('de','messages:nosuchactiontext','s:275:\"de:Die in der URL angegebene Aktion wird von MediaWiki nicht unterstützt.\nEs kann ein Schreibfehler in der URL vorliegen oder es wurde ein fehlerhafter Link angeklickt.\nEs kann sich auch um einen Programmierfehler in der Software, die von {{SITENAME}} benutzt wird, handeln.\";'),('de','messages:nosuchsectiontext','s:157:\"de:Du hast versucht, einen Abschnitt zu bearbeiten, der nicht existiert.\nVermutlich wurde er verschoben oder gelöscht, nachdem du die Seite aufgerufen hast.\";'),('de','messages:nosuchsectiontitle','s:27:\"de:Abschnitt nicht gefunden\";'),('de','messages:nosuchspecialpage','s:31:\"de:Spezialseite nicht vorhanden\";'),('de','messages:nosuchuser','s:172:\"de:Der Benutzername „$1“ existiert nicht.\nÜberprüfe die Schreibweise (Groß-/Kleinschreibung beachten) oder [[Special:CreateAccount|lege ein neues Benutzerkonto an]].\";'),('de','messages:nosuchusershort','s:85:\"de:Der Benutzername „$1“ ist nicht vorhanden. Bitte überprüfe die Schreibweise.\";'),('de','messages:notanarticle','s:14:\"de:Keine Seite\";'),('de','messages:notargettext','s:83:\"de:Du hast nicht angegeben, auf welche Seite diese Funktion angewendet werden soll.\";'),('de','messages:notargettitle','s:24:\"de:Keine Seite angegeben\";'),('de','messages:note','s:17:\"de:\'\'\'Hinweis:\'\'\'\";'),('de','messages:notextmatches','s:40:\"de:Keine Übereinstimmungen mit Inhalten\";'),('de','messages:notificationemail_body_changed','s:240:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst, hat auf {{SITENAME}} die E-Mail-Adresse für das Benutzerkonto „$2“ auf „$3“ geändert.\n\nFalls du dies nicht warst, kontaktiere bitte umgehend einen Administrator des Wikis.\";'),('de','messages:notificationemail_body_removed','s:226:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst, hat auf {{SITENAME}} die E-Mail-Adresse für das Benutzerkonto „$2“ entfernt.\n\nFalls du dies nicht warst, kontaktiere bitte umgehend einen Administrator des Wikis.\";'),('de','messages:notificationemail_subject_changed','s:67:\"de:Die registrierte E-Mail-Adresse auf {{SITENAME}} wurde geändert\";'),('de','messages:notificationemail_subject_removed','s:66:\"de:Die registrierte E-Mail-Adresse auf {{SITENAME}} wurde entfernt\";'),('de','messages:notloggedin','s:19:\"de:Nicht angemeldet\";'),('de','messages:notvisiblerev','s:64:\"de:Die letzte Version von einem anderen Benutzer wurde gelöscht\";'),('de','messages:nouserspecified','s:36:\"de:Bitte gib einen Benutzernamen an.\";'),('de','messages:nov','s:7:\"de:Nov.\";'),('de','messages:november','s:11:\"de:November\";'),('de','messages:november-gen','s:11:\"de:November\";'),('de','messages:nowatchlist','s:62:\"de:Es befinden sich keine Einträge auf der Beobachtungsliste.\";'),('de','messages:nowikiemailtext','s:72:\"de:Dieser Benutzer möchte keine E-Mails von anderen Benutzern erhalten.\";'),('de','messages:nrevisions','s:47:\"de:{{PLURAL:$1|1 Bearbeitung|$1 Bearbeitungen}}\";'),('de','messages:ns-specialprotected','s:49:\"de:Spezialseiten können nicht bearbeitet werden.\";'),('de','messages:nstab-category','s:12:\"de:Kategorie\";'),('de','messages:nstab-help','s:13:\"de:Hilfeseite\";'),('de','messages:nstab-image','s:8:\"de:Datei\";'),('de','messages:nstab-main','s:8:\"de:Seite\";'),('de','messages:nstab-mainpage','s:13:\"de:Hauptseite\";'),('de','messages:nstab-media','s:14:\"de:Medienseite\";'),('de','messages:nstab-mediawiki','s:12:\"de:Nachricht\";'),('de','messages:nstab-project','s:15:\"de:Projektseite\";'),('de','messages:nstab-special','s:15:\"de:Spezialseite\";'),('de','messages:nstab-talk','s:3:\"en:\";'),('de','messages:nstab-template','s:10:\"de:Vorlage\";'),('de','messages:nstab-user','s:63:\"de:{{GENDER:$1|Benutzerseite|Benutzerinnenseite|Benutzerseite}}\";'),('de','messages:ntimes','s:7:\"en:$1×\";'),('de','messages:ntransclusions','s:52:\"de:verwendet auf {{PLURAL:$1|einer Seite|$1 Seiten}}\";'),('de','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('de','messages:oct','s:7:\"de:Okt.\";'),('de','messages:october','s:10:\"de:Oktober\";'),('de','messages:october-gen','s:10:\"de:Oktober\";'),('de','messages:ok','s:7:\"de:Okay\";'),('de','messages:oldpassword','s:18:\"de:Altes Passwort:\";'),('de','messages:ooui-combobox-button-label','s:22:\"de:Optionen umschalten\";'),('de','messages:ooui-dialog-message-accept','s:7:\"de:Okay\";'),('de','messages:ooui-dialog-message-reject','s:12:\"de:Abbrechen\";'),('de','messages:ooui-dialog-process-continue','s:13:\"de:Fortfahren\";'),('de','messages:ooui-dialog-process-dismiss','s:13:\"de:Ausblenden\";'),('de','messages:ooui-dialog-process-error','s:28:\"de:Etwas ist schief gelaufen\";'),('de','messages:ooui-dialog-process-retry','s:19:\"de:Erneut versuchen\";'),('de','messages:ooui-field-help','s:8:\"de:Hilfe\";'),('de','messages:ooui-item-remove','s:12:\"de:Entfernen\";'),('de','messages:ooui-outline-control-move-down','s:33:\"de:Element nach unten verschieben\";'),('de','messages:ooui-outline-control-move-up','s:32:\"de:Element nach oben verschieben\";'),('de','messages:ooui-outline-control-remove','s:20:\"de:Element entfernen\";'),('de','messages:ooui-popup-widget-close-button-aria-label','s:13:\"de:Schließen\";'),('de','messages:ooui-selectfile-button-select','s:24:\"de:Eine Datei auswählen\";'),('de','messages:ooui-selectfile-button-select-multiple','s:23:\"de:Datei(en) auswählen\";'),('de','messages:ooui-selectfile-dragdrop-placeholder','s:23:\"de:Dateien hier ablegen\";'),('de','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:25:\"de:Datei(en) hier ablegen\";'),('de','messages:ooui-selectfile-not-supported','s:43:\"de:Die Dateiauswahl wird nicht unterstützt\";'),('de','messages:ooui-selectfile-placeholder','s:26:\"de:Keine Datei ausgewählt\";'),('de','messages:ooui-toolbar-more','s:7:\"de:Mehr\";'),('de','messages:ooui-toolgroup-collapse','s:10:\"de:Weniger\";'),('de','messages:ooui-toolgroup-expand','s:7:\"de:Mehr\";'),('de','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('de','messages:othercontribs','s:35:\"de:Basierend auf der Arbeit von $1.\";'),('de','messages:otherlanguages','s:22:\"de:In anderen Sprachen\";'),('de','messages:others','s:10:\"de:anderen\";'),('de','messages:overwrite','s:72:\"de:Das Überschreiben einer bereits vorhandenen Datei ist nicht erlaubt.\";'),('de','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('de','messages:page-atom-feed','s:26:\"de:Atom-Feed für „$1“\";'),('de','messages:page-rss-feed','s:25:\"de:RSS-Feed für „$1“\";'),('de','messages:page_first','s:9:\"de:Anfang\";'),('de','messages:page_last','s:7:\"de:Ende\";'),('de','messages:pagecategories','s:37:\"de:{{PLURAL:$1|Kategorie|Kategorien}}\";'),('de','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('de','messages:pagedata-bad-title','s:25:\"de:Ungültiger Titel: $1.\";'),('de','messages:pagedata-not-acceptable','s:63:\"de:Kein passendes Format gefunden. Unterstützte MIME-Typen: $1\";'),('de','messages:pagedata-text','s:361:\"de:Diese Seite stellt eine Datenschnittstelle für Seiten zur Verfügung. Bitte gib mithilfe der Unterseitensyntax den Seitentitel in der URL an.\n* Übertragungen von Inhalten werden basierend auf dem Accept-Header deines Clients ausgeführt. Das bedeutet, dass die Seitendaten in dem Format zur Verfügung gestellt werden, das von deinem Client bevorzugt wird.\";'),('de','messages:pagedata-title','s:14:\"de:Seitendaten\";'),('de','messages:pagehist','s:21:\"de:Versionsgeschichte\";'),('de','messages:pagehistory','s:21:\"de:Versionsgeschichte\";'),('de','messages:pagehistory-summary','s:3:\"en:\";'),('de','messages:pageid','s:19:\"de:Seitenkennung $1\";'),('de','messages:pageinfo','s:22:\"de:Seiteninformationen\";'),('de','messages:pageinfo-article-id','s:19:\"de:Seitenkennnummer\";'),('de','messages:pageinfo-authors','s:39:\"de:Gesamtzahl unterschiedlicher Autoren\";'),('de','messages:pageinfo-category-files','s:21:\"de:Anzahl der Dateien\";'),('de','messages:pageinfo-category-info','s:25:\"de:Kategorieinformationen\";'),('de','messages:pageinfo-category-pages','s:20:\"de:Anzahl der Seiten\";'),('de','messages:pageinfo-category-subcats','s:29:\"de:Anzahl der Unterkategorien\";'),('de','messages:pageinfo-category-total','s:34:\"de:Anzahl der Mitglieder insgesamt\";'),('de','messages:pageinfo-content-model','s:22:\"de:Seiteninhaltsmodell\";'),('de','messages:pageinfo-content-model-change','s:10:\"de:ändern\";'),('de','messages:pageinfo-contentpage','s:33:\"de:Gezählt als eine Inhaltsseite\";'),('de','messages:pageinfo-contentpage-yes','s:5:\"de:Ja\";'),('de','messages:pageinfo-default-sort','s:28:\"de:Standardsortierschlüssel\";'),('de','messages:pageinfo-display-title','s:15:\"de:Anzeigetitel\";'),('de','messages:pageinfo-edits','s:31:\"de:Gesamtzahl der Bearbeitungen\";'),('de','messages:pageinfo-few-visiting-watchers','s:108:\"de:Es könnte einen beobachtenden Benutzer geben, der die letzten Bearbeitungen besucht hat, oder auch nicht\";'),('de','messages:pageinfo-few-watchers','s:46:\"de:Weniger als {{PLURAL:$1|ein|$1}} Beobachter\";'),('de','messages:pageinfo-file-hash','s:18:\"de:Prüfsummenwert\";'),('de','messages:pageinfo-firsttime','s:29:\"de:Datum der Seitenerstellung\";'),('de','messages:pageinfo-firstuser','s:18:\"de:Seitenersteller\";'),('de','messages:pageinfo-footer','s:4:\"en:-\";'),('de','messages:pageinfo-header','s:4:\"en:-\";'),('de','messages:pageinfo-header-basic','s:21:\"de:Basisinformationen\";'),('de','messages:pageinfo-header-edits','s:21:\"de:Versionsgeschichte\";'),('de','messages:pageinfo-header-properties','s:22:\"de:Seiteneigenschaften\";'),('de','messages:pageinfo-header-restrictions','s:15:\"de:Seitenschutz\";'),('de','messages:pageinfo-hidden-categories','s:53:\"de:Versteckte {{PLURAL:$1|Kategorie|Kategorien}} ($1)\";'),('de','messages:pageinfo-language','s:23:\"de:Seiteninhaltssprache\";'),('de','messages:pageinfo-language-change','s:10:\"de:ändern\";'),('de','messages:pageinfo-lasttime','s:32:\"de:Datum der letzten Bearbeitung\";'),('de','messages:pageinfo-lastuser','s:21:\"de:Letzter Bearbeiter\";'),('de','messages:pageinfo-length','s:26:\"de:Seitenlänge (in Bytes)\";'),('de','messages:pageinfo-magic-words','s:53:\"de:{{PLURAL:$1|Magisches Wort|Magische Wörter}} ($1)\";'),('de','messages:pageinfo-namespace','s:13:\"de:Namensraum\";'),('de','messages:pageinfo-not-current','s:90:\"de:Diese Information kann leider nicht für alte Versionen zur Verfügung gestellt werden.\";'),('de','messages:pageinfo-protect-cascading','s:37:\"de:Seiten mit Kaskadenschutz von hier\";'),('de','messages:pageinfo-protect-cascading-from','s:32:\"de:Seiten mit Kaskadenschutz von\";'),('de','messages:pageinfo-protect-cascading-yes','s:5:\"de:Ja\";'),('de','messages:pageinfo-recent-authors','s:73:\"de:Anzahl unterschiedlicher Autoren der kürzlich erfolgten Bearbeitungen\";'),('de','messages:pageinfo-recent-edits','s:67:\"de:Anzahl der kürzlich erfolgten Bearbeitungen (in den letzten $1)\";'),('de','messages:pageinfo-redirects-name','s:45:\"de:Anzahl der Weiterleitungen zu dieser Seite\";'),('de','messages:pageinfo-redirects-value','s:5:\"de:$1\";'),('de','messages:pageinfo-redirectsto','s:23:\"de:Weiterleitungen nach\";'),('de','messages:pageinfo-redirectsto-info','s:14:\"de:Information\";'),('de','messages:pageinfo-robot-index','s:10:\"de:Erlaubt\";'),('de','messages:pageinfo-robot-noindex','s:16:\"de:Nicht erlaubt\";'),('de','messages:pageinfo-robot-policy','s:34:\"de:Indizierung durch Suchmaschinen\";'),('de','messages:pageinfo-subpages-name','s:38:\"de:Anzahl der Unterseiten dieser Seite\";'),('de','messages:pageinfo-subpages-value','s:95:\"de:$1 ($2 {{PLURAL:$2|Weiterleitung|Weiterleitungen}}; $3 {{PLURAL:$3|Unterseite|Unterseiten}})\";'),('de','messages:pageinfo-summary','s:3:\"en:\";'),('de','messages:pageinfo-templates','s:51:\"de:Eingebundene {{PLURAL:$1|Vorlage|Vorlagen}} ($1)\";'),('de','messages:pageinfo-title','s:28:\"de:Informationen zu „$1“\";'),('de','messages:pageinfo-toolboxlink','s:29:\"de:Seiten­&shy;informationen\";'),('de','messages:pageinfo-transclusions','s:49:\"de:Eingebunden in {{PLURAL:$1|1 Seite|$1 Seiten}}\";'),('de','messages:pageinfo-user-id','s:18:\"de:Benutzerkennung\";'),('de','messages:pageinfo-view-protect-log','s:53:\"de:Das Seitenschutz-Logbuch für diese Seite ansehen.\";'),('de','messages:pageinfo-visiting-watchers','s:85:\"de:Anzahl der Beobachter dieser Seite, welche die letzten Bearbeitungen besucht haben\";'),('de','messages:pageinfo-watchers','s:40:\"de:Anzahl der Beobachtenden dieser Seite\";'),('de','messages:pagelang-db-failed','s:56:\"de:Die Datenbank konnte die Seitensprache nicht ändern.\";'),('de','messages:pagelang-language','s:10:\"de:Sprache\";'),('de','messages:pagelang-name','s:8:\"de:Seite\";'),('de','messages:pagelang-nonexistent-page','s:36:\"de:Die Seite $1 ist nicht vorhanden.\";'),('de','messages:pagelang-reason','s:8:\"de:Grund\";'),('de','messages:pagelang-select-lang','s:21:\"de:Sprache auswählen\";'),('de','messages:pagelang-submit','s:15:\"de:Übermitteln\";'),('de','messages:pagelang-unchanged-language','s:58:\"de:Die Seite $1 ist bereits auf die Sprache $2 festgelegt.\";'),('de','messages:pagelang-unchanged-language-default','s:80:\"de:Die Seite $1 ist bereits auf die Standardinhaltssprache des Wikis festgelegt.\";'),('de','messages:pagelang-use-default','s:28:\"de:Standardsprache verwenden\";'),('de','messages:pagelanguage','s:24:\"de:Seitensprache ändern\";'),('de','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('de','messages:pagemovedsub','s:27:\"de:Verschiebung erfolgreich\";'),('de','messages:pager-newer-n','s:38:\"de:{{PLURAL:$1|jüngerer|jüngere $1}}\";'),('de','messages:pager-older-n','s:36:\"de:{{PLURAL:$1|älterer|ältere $1}}\";'),('de','messages:pagesize','s:10:\"de:(Bytes)\";'),('de','messages:pageswithprop','s:37:\"de:Seiten mit einer Seiteneigenschaft\";'),('de','messages:pageswithprop-legend','s:37:\"de:Seiten mit einer Seiteneigenschaft\";'),('de','messages:pageswithprop-prop','s:20:\"de:Eigenschaftsname:\";'),('de','messages:pageswithprop-prophidden-binary','s:40:\"de:Binäreigenschaftswert versteckt ($1)\";'),('de','messages:pageswithprop-prophidden-long','s:42:\"de:Langtexteigenschaftswert versteckt ($1)\";'),('de','messages:pageswithprop-reverse','s:39:\"de:In umgekehrter Reihenfolge sortieren\";'),('de','messages:pageswithprop-sortbyvalue','s:34:\"de:Nach Eigenschaftswert sortieren\";'),('de','messages:pageswithprop-submit','s:6:\"de:Los\";'),('de','messages:pageswithprop-summary','s:3:\"en:\";'),('de','messages:pageswithprop-text','s:88:\"de:Diese Spezialseite listet Seiten auf, die eine bestimmte Seiteneigenschaft verwenden.\";'),('de','messages:pagetitle','s:22:\"de:$1 – {{SITENAME}}\";'),('de','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('de','messages:paramvalidator-badbool','s:110:\"de:Ungültiger Wert „$2“ für den booleschen Parameter „$1“. Übergib $3 für true oder $5 für false.\";'),('de','messages:paramvalidator-badexpiry','s:64:\"de:Ungültiger Wert „$2“ für den Ablauf-Parameter „$1“.\";'),('de','messages:paramvalidator-badexpiry-duration','s:102:\"de:Der gegebene Wert „$2“ für den Parameter <var>$1<var> überschreitet das Maximum von „$3“.\";'),('de','messages:paramvalidator-badexpiry-duration-max','s:141:\"de:Der gegebene Wert „$2“ für den Parameter <var>$1<var> überschreitet das Maximum von „$3“. Verwende wird stattdessen das Maximum.\";'),('de','messages:paramvalidator-badexpiry-past','s:83:\"de:Der Wert „$2“ für den Ablauf-Parameter „$1“ liegt in der Vergangenheit.\";'),('de','messages:paramvalidator-badfloat','s:63:\"de:Ungültiger Wert „$2“ für den Float-Parameter „$1“.\";'),('de','messages:paramvalidator-badfloat-notfinite','s:88:\"de:Der Wert „$2“ für den Float-Parameter „$1“ ist zu groß oder ist keine Zahl.\";'),('de','messages:paramvalidator-badinteger','s:70:\"de:Ungültiger Wert „$2“ für den ganzzahligen Parameter „$1“.\";'),('de','messages:paramvalidator-badtimestamp','s:69:\"de:Ungültiger Wert „$2“ für den Zeitstempel-Parameter „$1“.\";'),('de','messages:paramvalidator-badtitle','s:91:\"de:Ungültiger Wert „$2“ für Titel-Parameter <var>$1<var>: kein gültiger Titelstring.\";'),('de','messages:paramvalidator-badupload-cantwrite','s:132:\"de:Die Datei für „$1“ konnte aufgrund einer Server-Fehlkonfiguration (Schreibfehler) nicht zur Verarbeitung gespeichert werden.\";'),('de','messages:paramvalidator-badupload-formsize','s:81:\"de:Die hochgeladene Datei für „$1“ überschreitet das clientseitige Maximum.\";'),('de','messages:paramvalidator-badupload-inisize','s:88:\"de:Die hochgeladene Datei für „$1“ überschreitet das serverseitige Maximum von $3.\";'),('de','messages:paramvalidator-badupload-nofile','s:71:\"de:Für den Upload-Parameter „$1“ wurde keine Datei bereitgestellt.\";'),('de','messages:paramvalidator-badupload-notmpdir','s:147:\"de:Die Datei für „$1“ konnte aufgrund einer Server-Fehlkonfiguration nicht zur Verarbeitung gespeichert werden (kein temporäres Verzeichnis).\";'),('de','messages:paramvalidator-badupload-notupload','s:195:\"de:Der Datei-Upload-Parameter „$1“ ist kein Datei-Upload; stelle sicher, dass du multipart/form-data für den POST verwendest und einen Dateinamen in den Content-Disposition-Header einfügst.\";'),('de','messages:paramvalidator-badupload-partial','s:59:\"de:Die Datei für „$1“ wurde nur teilweise hochgeladen.\";'),('de','messages:paramvalidator-badupload-phpext','s:71:\"de:Eine PHP-Erweiterung verhinderte den Upload der Datei für „$1“.\";'),('de','messages:paramvalidator-baduser','s:69:\"de:Ungültiger Wert „$2“ für den Benutzerparameter <var>$1<var>.\";'),('de','messages:paramvalidator-badvalue-enummulti','s:121:\"de:Ungültiger Wert „$2“ für den Parameter „$1“. {{PLURAL:$4|Nur „$3“ ist erlaubt.|Erlaubte Werte sind $3.}}\";'),('de','messages:paramvalidator-badvalue-enumnotmulti','s:56:\"de:Nicht erkannter Wert für den Parameter „$1“: $2.\";'),('de','messages:paramvalidator-deprecated-value','s:61:\"de:Der Wert „$2“für den Parameter „$1“ ist veraltet.\";'),('de','messages:paramvalidator-emptystring','s:19:\"de:der leere String\";'),('de','messages:paramvalidator-help-default','s:15:\"de:Standard: $1\";'),('de','messages:paramvalidator-help-default-empty','s:19:\"de:Standard: (leer)\";'),('de','messages:paramvalidator-help-deprecated','s:33:\"de:Dieser Parameter ist veraltet.\";'),('de','messages:paramvalidator-help-multi-all','s:50:\"de:Um alle Werte anzugeben, verwende <kbd>$1<kbd>.\";'),('de','messages:paramvalidator-help-multi-max','s:127:\"de:Die maximale Anzahl von Werten beträgt {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} für Clients, denen höhere Limits erlaubt sind).\";'),('de','messages:paramvalidator-help-multi-max-simple','s:59:\"de:Die maximale Anzahl von Werten beträgt {{PLURAL:$1|$1}}\";'),('de','messages:paramvalidator-help-multi-separate','s:92:\"de:Trenne die Werte mit „|“, oder stelle der Liste U+001F vor und trenne sie mit U+001F.\";'),('de','messages:paramvalidator-help-required','s:37:\"de:Dieser Parameter ist erforderlich.\";'),('de','messages:paramvalidator-help-type-boolean','s:53:\"de:Typ: {{PLURAL:$1|1=Boolean|2=Liste Boolean-Werte}}\";'),('de','messages:paramvalidator-help-type-enum','s:148:\"de:{{PLURAL:$1|1=Einer der folgenden Werte|2=Werte (getrennt durchh U+007C (Pipe) oder Präfix der Liste mit U+001F und getrennt durch U+001F)}}: $2\";'),('de','messages:paramvalidator-help-type-enum-can-be-empty','s:56:\"de:{{PLURAL:$2|0=Muss leer sein|Kann leer sein oder $1}}\";'),('de','messages:paramvalidator-help-type-expiry','s:218:\"de:Typ: {{PLURAL:$1|1=Ablaufzeit|2=Liste von Ablaufzeiten}}.\n\nKann relativ (z.B. <kbd>5 months</kbd> oder <kbd>2 weeks</kbd>) oder absolut (z.B. <kbd>2014-09-18T12:34:56Z</kbd>) sein. Für keine Ablaufzeit verwende $2.\";'),('de','messages:paramvalidator-help-type-float','s:67:\"de:Type {{PLURAL:$1|1=Gleitkommazahl|2=Liste von Gleitkommazahlen}}\";'),('de','messages:paramvalidator-help-type-integer','s:55:\"de:Typ: {{PLURAL:$1|1=Ganzzahl|2=Liste von Ganzzahlen}}\";'),('de','messages:paramvalidator-help-type-limit','s:30:\"de:Typ: integer oder „max“\";'),('de','messages:paramvalidator-help-type-number-max','s:80:\"de:{{PLURAL:$1|1=Der Wert darf|2=Die Werte dürfen}} nicht größer sein als $3.\";'),('de','messages:paramvalidator-help-type-number-min','s:79:\"de:{{PLURAL:$1|1=Der Wert darf|2=Die Werte dürfen}} nicht kleiner sein als $2.\";'),('de','messages:paramvalidator-help-type-number-minmax','s:79:\"de:{{PLURAL:$1|1=Der Wert muss|2=Die Werte müssen}} zwischen $2 und $3 liegen.\";'),('de','messages:paramvalidator-help-type-presenceboolean','s:15:\"de:Typ: boolean\";'),('de','messages:paramvalidator-help-type-string-maxbytes','s:63:\"de:Kann nicht länger sein als {{PLURAL:$1|ein Byte|$1 Bytes}}.\";'),('de','messages:paramvalidator-help-type-string-maxchars','s:60:\"de:Kann nicht länger sein als {{PLURAL:$1|ein|$1}} Zeichen.\";'),('de','messages:paramvalidator-help-type-timestamp','s:60:\"de:Typ: {{PLURAL:$1|1=Zeitstempel|2=Liste von Zeitstempeln}}\";'),('de','messages:paramvalidator-help-type-title','s:18:\"de:Typ: Seitenname\";'),('de','messages:paramvalidator-help-type-title-must-exist','s:51:\"de:Es werden nur Seiten akzeptiert, die existieren.\";'),('de','messages:paramvalidator-help-type-title-no-must-exist','s:40:\"de:Akzeptiert nicht existierende Seiten.\";'),('de','messages:paramvalidator-help-type-upload','s:91:\"de:Muss als Dateiupload mithilfe eines multipart/form-data-Formulars bereitgestellt werden.\";'),('de','messages:paramvalidator-help-type-user','s:90:\"de:Typ: {{PLURAL:$1|1=Benutzer|2=Liste von Benutzern}}, {{PLURAL:$3|von|von einem der}} $2\";'),('de','messages:paramvalidator-help-type-user-subtype-cidr','s:20:\"de:IP-Adress-Bereich\";'),('de','messages:paramvalidator-help-type-user-subtype-id','s:30:\"de:Benutzer-ID (z.B. \"#12345\")\";'),('de','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"de:Interwiki-Name (z.B. \"prefix>ExampleName\")\";'),('de','messages:paramvalidator-help-type-user-subtype-ip','s:13:\"de:IP-Adresse\";'),('de','messages:paramvalidator-help-type-user-subtype-name','s:15:\"de:Benutzername\";'),('de','messages:paramvalidator-maxbytes','s:105:\"de:Der Wert für den Parameter „$1“ kann nicht länger als $3 {{PLURAL:$3|Byte|Bytes}} sein (war $4).\";'),('de','messages:paramvalidator-maxchars','s:88:\"de:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|Zeichen}} (war $4).\";'),('de','messages:paramvalidator-missingparam','s:46:\"de:Der Parameter „$1“ muss gesetzt werden.\";'),('de','messages:paramvalidator-missingtitle','s:94:\"de:Ungültiger Wert „$2“ für den Titelparameter <var>$1</var>: Die Seite existiert nicht.\";'),('de','messages:paramvalidator-notmulti','s:139:\"de:Der Parameter „$1“ akzeptiert nur einen einzigen Wert. U+001F-Mehrwerttrennung darf nur für mehrwertige Parameter verwendet werden.\";'),('de','messages:paramvalidator-outofrange-max','s:81:\"de:Der Wert „$2“ für den Parameter „$1“ darf nicht größer als $4 sein.\";'),('de','messages:paramvalidator-outofrange-min','s:84:\"de:Der Wert „$2“ für den Parameter „$1“ darf nicht weniger als $3 betragen.\";'),('de','messages:paramvalidator-outofrange-minmax','s:80:\"de:Der Wert „$2“ für den Parameter „$1“ muss zwischen $3 und $4 liegen.\";'),('de','messages:paramvalidator-param-deprecated','s:39:\"de:Der Parameter „$1“ ist veraltet.\";'),('de','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('de','messages:paramvalidator-toomanyvalues','s:81:\"de:Zu viele Werte für den Parameter „$1“ geliefert. Die Grenze liegt bei $2.\";'),('de','messages:paramvalidator-unclearnowtimestamp','s:207:\"de:Die Übergabe von „$2“ für den Zeitstempel-Parameter „$1“ ist veraltet. Wenn aus irgendeinem Grund die aktuelle Zeit explizit angeben muss, ohne sie clientseitig zu berechnen, verwende „now“.\";'),('de','messages:paramvalidator-unrecognizedvalues','s:84:\"de:Nicht {{PLURAL:$4|erkannter Wert|erkannte Werte}} für den Parameter „$1“: $3\";'),('de','messages:parentheses','s:7:\"en:($1)\";'),('de','messages:parentheses-end','s:4:\"en:)\";'),('de','messages:parentheses-start','s:4:\"en:(\";'),('de','messages:parser-template-loop-warning','s:36:\"de:Vorlagenschleife entdeckt: [[$1]]\";'),('de','messages:parser-template-recursion-depth-warning','s:53:\"de:Vorlagenrekursionstiefengrenze überschritten ($1)\";'),('de','messages:parser-unstrip-loop-warning','s:27:\"de:Zirkelbezug festgestellt\";'),('de','messages:parsoid-client-error','s:33:\"de:Ungültige Parsoid-Eingabe: $1\";'),('de','messages:parsoid-resource-limit-exceeded','s:51:\"de:Limit für Parsoid-Ressourcen überschritten: $1\";'),('de','messages:parsoid-stash-rate-limit-error','s:119:\"de:Die Vorabspeicherung ist fehlgeschlagen, weil ein Limit überschritten wurde. Bitte versuche es später noch einmal.\";'),('de','messages:password-change-forbidden','s:55:\"de:Du kannst auf diesem Wiki keine Passwörter ändern.\";'),('de','messages:password-login-forbidden','s:73:\"de:Die Verwendung dieses Benutzernamens und Passwortes ist nicht erlaubt.\";'),('de','messages:password-name-match','s:66:\"de:Dein Passwort muss sich von deinem Benutzernamen unterscheiden.\";'),('de','messages:password-substring-username-match','s:70:\"de:Dein Passwort darf nicht innerhalb deines Benutzernamens vorkommen.\";'),('de','messages:passwordincommonlist','s:144:\"de:Das eingegebene Passwort befindet sich in einer Liste sehr häufig verwendeter Passwörter. Bitte suche dir ein individuelleres Passwort aus.\";'),('de','messages:passwordpolicies','s:22:\"de:Passwortrichtlinien\";'),('de','messages:passwordpolicies-group','s:9:\"de:Gruppe\";'),('de','messages:passwordpolicies-policies','s:14:\"de:Richtlinien\";'),('de','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('de','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('de','messages:passwordpolicies-policy-maximalpasswordlength','s:71:\"de:Ein Passwort muss weniger als {{PLURAL:$1|ein|$1}} Zeichen lang sein\";'),('de','messages:passwordpolicies-policy-minimalpasswordlength','s:70:\"de:Ein Passwort muss mindestens {{PLURAL:$1|ein|$1}} Zeichen lang sein\";'),('de','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:94:\"de:Für die Anmeldung muss das Passwort muss mindestens {{PLURAL:$1|ein|$1}} Zeichen lang sein\";'),('de','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:67:\"de:Das Passwort darf keine Teilzeichenfolge des Benutzernamens sein\";'),('de','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:94:\"de:Das Passwort darf nicht mit einer bestimmten Liste von Standardpasswörtern übereinstimmen\";'),('de','messages:passwordpolicies-policy-passwordnotincommonlist','s:98:\"de:Das Passwort darf nicht in der Liste der 100.000 am häufigsten verwendeten Passwörter stehen.\";'),('de','messages:passwordpolicies-policyflag-forcechange','s:42:\"de:muss bei der Anmeldung geändert werden\";'),('de','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:42:\"de:Änderung bei der Anmeldung vorschlagen\";'),('de','messages:passwordpolicies-summary','s:109:\"de:Dies ist eine Liste der wirksamen Passwortrichtlinien für die in diesem Wiki definierten Benutzergruppen.\";'),('de','messages:passwordremindertext','s:464:\"de:Jemand mit der IP-Adresse $1 hat ein neues Passwort für die Anmeldung bei {{SITENAME}} ($4) angefordert.\n\nDas automatisch generierte Passwort für Benutzer „$2“ lautet nun: $3\n\nFalls du dies wirklich gewünscht hast, solltest du dich jetzt anmelden und das Passwort ändern.\nDas neue Passwort ist {{PLURAL:$5|einen Tag|$5 Tage}} gültig.\n\nBitte ignoriere diese E-Mail, falls du sie nicht selbst angefordert hast. Das alte Passwort bleibt weiterhin gültig.\";'),('de','messages:passwordremindertitle','s:66:\"de:Neues temporäres Passwort für dein {{SITENAME}}-Benutzerkonto\";'),('de','messages:passwordreset','s:25:\"de:Passwort zurücksetzen\";'),('de','messages:passwordreset-disabled','s:71:\"de:Das Zurücksetzen von Passwörtern wurde in diesem Wiki deaktiviert.\";'),('de','messages:passwordreset-domain','s:10:\"de:Domain:\";'),('de','messages:passwordreset-email','s:18:\"de:E-Mail-Adresse:\";'),('de','messages:passwordreset-emaildisabled','s:60:\"de:Die E-Mail-Funktionen wurden auf diesem Wiki deaktiviert.\";'),('de','messages:passwordreset-emailelement','s:47:\"de:Benutzername: \n$1\n\nTemporäres Passwort: \n$2\";'),('de','messages:passwordreset-emailtext-ip','s:691:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst, hat eine Zurücksetzung deines Passworts bei {{SITENAME}} angefordert ($4). {{PLURAL:$3|Das folgende Benutzerkonto ist|Die folgenden Benutzerkonten sind}} mit dieser E-Mail-Adresse verknüpft:\n\n$2\n\n{{PLURAL:$3|Dieses temporäre Passwort läuft|Diese temporären Passwörter laufen}} innerhalb von {{PLURAL:$5|einem Tag|$5 Tagen}} ab.\n\nDu solltest dich anmelden und ein neues Passwort vergeben. Falls jemand anderes diese Anfrage getätigt hat oder du dich wieder an dein ursprüngliches Passwort erinnern kannst und es nicht länger ändern möchtest, kannst du diese Nachricht ignorieren und weiterhin dein altes Passwort benutzen.\";'),('de','messages:passwordreset-emailtext-require-email','s:348:\"de:Wenn du diese Anfrage jedoch nicht generiert hast und unerwünschte E-Mails verhindern möchtest, kannst du deine E-Mail-Optionen über\n$1\naktualisieren.\nDu kannst festlegen, dass sowohl Benutzername als auch E-Mail-Adresse benötigt werden, um die Passwort-Zurücksetzen-E-Mail zu veranlassen. Dies kann die Anzahl solcher Vorfälle verringern.\";'),('de','messages:passwordreset-emailtext-user','s:655:\"de:Benutzer $1 bei {{SITENAME}} hat eine Zurücksetzung deines Passworts bei {{SITENAME}} angefordert ($4). {{PLURAL:$3|Das folgende Benutzerkonto ist|Die folgenden Benutzerkonten sind}} mit dieser E-Mail-Adresse verknüpft:\n\n$2\n\n{{PLURAL:$3|Dieses temporäre Passwort läuft|Diese temporären Passwörter laufen}} innerhalb von {{PLURAL:$5|einem Tag|$5 Tagen}} ab. Du solltest dich anmelden und ein neues Passwort vergeben. Falls jemand anderes diese Anfrage getätigt hat oder du dich wieder an dein ursprüngliches Passwort erinnern kannst und es nicht ändern möchtest, kannst du diese Nachricht ignorieren und weiterhin dein altes Passwort benutzen.\";'),('de','messages:passwordreset-emailtitle','s:46:\"de:Benutzerkontoinformationen auf {{SITENAME}}\";'),('de','messages:passwordreset-ignored','s:113:\"de:Die Passwortzurücksetzung konnte nicht verarbeitet werden. Vielleicht wurde kein Dienstanbieter konfiguriert?\";'),('de','messages:passwordreset-nocaller','s:37:\"de:Es muss ein Rufer angegeben werden\";'),('de','messages:passwordreset-nodata','s:66:\"de:Weder ein Benutzername noch eine E-Mail-Adresse wurde angegeben\";'),('de','messages:passwordreset-nosuchcaller','s:32:\"de:Rufer ist nicht vorhanden: $1\";'),('de','messages:passwordreset-success','s:55:\"de:Du hast das Zurücksetzen des Passworts angefordert.\";'),('de','messages:passwordreset-success-details-generic','s:604:\"de:Wenn die eingereichten Informationen gültig sind, wird eine E-Mail zum Zurücksetzen des Passworts gesendet. Wenn du keine E-Mail erhalten hast, empfehlen wir dir, die [[mw:Special:MyLanguage/Help:Reset_password|Hilfeseite zum Zurücksetzen des Passworts]] zu besuchen oder es später nochmal zu versuchen. Du kannst nur <strong>eine begrenzte Anzahl von Passwortzurücksetzungen innerhalb einer kurzen Zeitspanne anfordern. Beachte, dass nur eine E-Mail zum Zurücksetzen des Passworts pro gültiges Konto {{PLURAL:$1|pro Stunde|alle $1 Stunden}}</strong> gesendet wird, um Missbrauch zu verhindern.\";'),('de','messages:passwordreset-success-info','s:46:\"de:Die von dir übermittelten Details sind: $1\";'),('de','messages:passwordreset-text-many','s:107:\"de:{{PLURAL:$1|Fülle eines der Felder aus, um ein temporäres Passwort per E-Mail zugesandt zu bekommen.}}\";'),('de','messages:passwordreset-text-one','s:82:\"de:Fülle dieses Formular aus, um ein temporäres Passwort per E-Mail zu erhalten.\";'),('de','messages:passwordreset-username','s:16:\"de:Benutzername:\";'),('de','messages:passwordsent','s:192:\"de:Ein neues, temporäres Passwort wurde an die E-Mail-Adresse von Benutzer „$1“ gesandt.\nBitte melde dich damit an, sobald du es erhalten hast. Das alte Passwort bleibt weiterhin gültig.\";'),('de','messages:passwordtoolong','s:75:\"de:Passwörter können nicht länger als {{PLURAL:$1|ein|$1}} Zeichen sein.\";'),('de','messages:passwordtooshort','s:79:\"de:Passwörter müssen mindestens {{PLURAL:$1|1 Zeichen|$1 Zeichen}} lang sein.\";'),('de','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('de','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('de','messages:patrol-log-header','s:33:\"de:Dies ist das Kontroll-Logbuch.\";'),('de','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('de','messages:patrol-log-page','s:19:\"de:Kontroll-Logbuch\";'),('de','messages:pear-mail-error','s:5:\"en:$1\";'),('de','messages:percent','s:12:\"de:$1&#160;%\";'),('de','messages:perfcached','s:163:\"de:Die folgenden Daten stammen aus dem Cache und sind möglicherweise nicht aktuell. Maximal {{PLURAL:$1|ein Ergebnis ist|$1 Ergebnisse sind}} im Cache verfügbar.\";'),('de','messages:perfcachedts','s:170:\"de:Diese Daten stammen aus dem Cache. Der Zeitpunkt der letzten Aktualisierung: $2, $3 Uhr. Maximal {{PLURAL:$4|ein Ergebnis ist|$4 Ergebnisse sind}} im Cache verfügbar.\";'),('de','messages:period-am','s:5:\"de:AM\";'),('de','messages:period-pm','s:5:\"de:PM\";'),('de','messages:permalink','s:19:\"de:Permanenter Link\";'),('de','messages:permanentlink','s:19:\"de:Permanenter Link\";'),('de','messages:permanentlink-revid','s:18:\"de:Versionskennung\";'),('de','messages:permanentlink-submit','s:18:\"de:Gehe zu Version\";'),('de','messages:permanentlink-summary','s:3:\"en:\";'),('de','messages:permissionserrors','s:22:\"de:Berechtigungsfehler\";'),('de','messages:permissionserrorstext','s:82:\"de:Du bist nicht berechtigt, die Aktion auszuführen. {{PLURAL:$1|Grund|Gründe}}:\";'),('de','messages:permissionserrorstext-withaction','s:93:\"de:Du bist aus {{PLURAL:$1|dem folgenden Grund|den folgenden Gründen}} nicht berechtigt, $2:\";'),('de','messages:personaltools','s:18:\"de:Meine Werkzeuge\";'),('de','messages:php-mail-error','s:5:\"en:$1\";'),('de','messages:php-mail-error-unknown','s:49:\"de:Unbekannter Fehler in der PHP-Funktion mail().\";'),('de','messages:php-uploaddisabledtext','s:115:\"de:Das Hochladen von Dateien wurde in PHP deaktiviert.\nBitte überprüfe die <code>file_uploads</code>-Einstellung.\";'),('de','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('de','messages:policy-url','s:22:\"de:Project:Richtlinien\";'),('de','messages:pool-errorunknown','s:21:\"de:Unbekannter Fehler\";'),('de','messages:pool-queuefull','s:29:\"de:Poolwarteschlange ist voll\";'),('de','messages:pool-servererror','s:51:\"de:Der Poolzählerdienst ist nicht verfügbar ($1).\";'),('de','messages:pool-timeout','s:51:\"de:Zeitablauf während des Wartens auf die Sperrung\";'),('de','messages:poolcounter-usage-error','s:23:\"de:Benutzungsfehler: $1\";'),('de','messages:portal','s:27:\"de:Gemeinschafts&shy;portal\";'),('de','messages:portal-url','s:30:\"de:Project:Gemeinschaftsportal\";'),('de','messages:post-expand-template-argument-category','s:53:\"de:Seiten, die ignorierte Vorlagenparameter enthalten\";'),('de','messages:post-expand-template-argument-category-desc','s:166:\"de:Die Seite ist nach dem Expandieren eines Vorlagenargumentes größer als <code>$wgMaxArticleSize</code> (etwas in dreifachen Klammern, wie <code>{{{Foo}}}</code>).\";'),('de','messages:post-expand-template-argument-warning','s:146:\"de:\'\'\'Warnung:\'\'\' Diese Seite enthält mindestens einen Parameter in einer Vorlage, der expandiert zu groß ist. Diese Parameter werden ignoriert.\";'),('de','messages:post-expand-template-inclusion-category','s:82:\"de:Seiten, in denen die maximale Größe eingebundener Vorlagen überschritten ist\";'),('de','messages:post-expand-template-inclusion-category-desc','s:154:\"de:Die Seitengröße ist nach dem Expandieren aller Vorlagen größer als <code>$wgMaxArticleSize</code>, so dass einige Vorlagen nicht expandiert wurden.\";'),('de','messages:post-expand-template-inclusion-warning','s:110:\"de:Warnung: Die Größe eingebundener Vorlagen ist zu groß, einige Vorlagen können nicht eingebunden werden.\";'),('de','messages:postedit-confirmation-created','s:28:\"de:Die Seite wurde erstellt.\";'),('de','messages:postedit-confirmation-published','s:43:\"de:Deine Bearbeitung wurde veröffentlicht.\";'),('de','messages:postedit-confirmation-restored','s:37:\"de:Die Seite wurde wiederhergestellt.\";'),('de','messages:postedit-confirmation-saved','s:39:\"de:Deine Bearbeitung wurde gespeichert.\";'),('de','messages:postedit-temp-created','s:223:\"de:Es wurde ein automatisch generiertes Konto für dich erstellt, indem ein Cookie in deinem Browser gesetzt wurde. Um einen Namen deiner Wahl zu wählen und mehr Funktionen zu erhalten, erwäge ein [$1 Konto zu erstellen].\";'),('de','messages:postedit-temp-created-label','s:20:\"de:Temporäres Konto\";'),('de','messages:powersearch-legend','s:19:\"de:Erweiterte Suche\";'),('de','messages:powersearch-ns','s:26:\"de:Suche in Namensräumen:\";'),('de','messages:powersearch-remember','s:47:\"de:Auswahl für zukünftige Suchanfragen merken\";'),('de','messages:powersearch-toggleall','s:7:\"de:Alle\";'),('de','messages:powersearch-togglelabel','s:14:\"de:Wähle aus:\";'),('de','messages:powersearch-togglenone','s:8:\"de:Keine\";'),('de','messages:preferences','s:16:\"de:Einstellungen\";'),('de','messages:preferences-summary','s:3:\"en:\";'),('de','messages:prefixindex','s:28:\"de:Alle Seiten (mit Präfix)\";'),('de','messages:prefixindex-namespace','s:42:\"de:Alle Seiten mit Präfix (Namensraum $1)\";'),('de','messages:prefixindex-strip','s:44:\"de:Das Präfix in den Ergebnissen ausblenden\";'),('de','messages:prefixindex-submit','s:11:\"de:Anzeigen\";'),('de','messages:prefixindex-summary','s:3:\"en:\";'),('de','messages:prefs-advancedediting','s:22:\"de:Allgemeine Optionen\";'),('de','messages:prefs-advancedrc','s:22:\"de:Erweiterte Optionen\";'),('de','messages:prefs-advancedrendering','s:22:\"de:Erweiterte Optionen\";'),('de','messages:prefs-advancedsearchoptions','s:22:\"de:Erweiterte Optionen\";'),('de','messages:prefs-advancedwatchlist','s:22:\"de:Erweiterte Optionen\";'),('de','messages:prefs-changeemail','s:40:\"de:E-Mail-Adresse ändern oder entfernen\";'),('de','messages:prefs-changesrc','s:25:\"de:Angezeigte Änderungen\";'),('de','messages:prefs-changeswatchlist','s:25:\"de:Angezeigte Änderungen\";'),('de','messages:prefs-common-config','s:62:\"de:Gemeinsames CSS/JSON/JavaScript aller Benutzeroberflächen:\";'),('de','messages:prefs-custom-css','s:26:\"de:Benutzerdefiniertes CSS\";'),('de','messages:prefs-custom-js','s:33:\"de:Benutzerdefiniertes JavaScript\";'),('de','messages:prefs-custom-json','s:27:\"de:Benutzerdefiniertes JSON\";'),('de','messages:prefs-dateformat','s:15:\"de:Datumsformat\";'),('de','messages:prefs-developertools','s:22:\"de:Entwicklerwerkzeuge\";'),('de','messages:prefs-diffs','s:20:\"de:Versionsvergleich\";'),('de','messages:prefs-discussion','s:20:\"de:Diskussionsseiten\";'),('de','messages:prefs-displayrc','s:18:\"de:Anzeigeoptionen\";'),('de','messages:prefs-displaywatchlist','s:18:\"de:Anzeigeoptionen\";'),('de','messages:prefs-editing','s:13:\"de:Bearbeiten\";'),('de','messages:prefs-editor','s:23:\"de:Bearbeitungsprogramm\";'),('de','messages:prefs-edits','s:28:\"de:Anzahl der Bearbeitungen:\";'),('de','messages:prefs-editwatchlist','s:31:\"de:Beobachtungsliste bearbeiten\";'),('de','messages:prefs-editwatchlist-clear','s:25:\"de:vollständig entfernen\";'),('de','messages:prefs-editwatchlist-edit','s:33:\"de:ansehen und selektiv entfernen\";'),('de','messages:prefs-editwatchlist-label','s:39:\"de:Einträge auf der Beobachtungsliste:\";'),('de','messages:prefs-editwatchlist-raw','s:37:\"de:ansehen und unformatiert entfernen\";'),('de','messages:prefs-email','s:18:\"de:E-Mail-Optionen\";'),('de','messages:prefs-emailconfirm-label','s:16:\"de:Bestätigung:\";'),('de','messages:prefs-files','s:10:\"de:Dateien\";'),('de','messages:prefs-help-email','s:141:\"de:Die Angabe einer E-Mail-Adresse ist optional, ermöglicht aber die Zusendung eines Ersatzpasswortes, wenn du dein Passwort vergessen hast.\";'),('de','messages:prefs-help-email-others','s:142:\"de:Mit anderen Benutzern kannst du auch über die Benutzerdiskussionsseiten Kontakt aufnehmen, ohne dass du deine Identität offenlegen musst.\";'),('de','messages:prefs-help-email-required','s:50:\"de:Es wird eine gültige E-Mail-Adresse benötigt.\";'),('de','messages:prefs-help-gender','s:213:\"de:Dies ist eine freiwillige Angabe.\nDie Software nutzt sie, um dich mit dem zutreffenden grammatikalischen Geschlecht anzureden oder gegenüber anderen zu erwähnen.\nDiese Information ist öffentlich zugänglich.\";'),('de','messages:prefs-help-prefershttps','s:65:\"de:Diese Einstellung wird bei deiner nächsten Anmeldung wirksam.\";'),('de','messages:prefs-help-realname','s:134:\"de:Der bürgerliche Name ist optional.\nFalls angegeben, kann er verwendet werden, um dir eine Zuordnung für deine Beiträge zu geben.\";'),('de','messages:prefs-help-recentchangescount','s:24:\"de:Maximale Anzahl: 1000\";'),('de','messages:prefs-help-requireemail','s:74:\"de:Dies verbessert die Privatsphäre und verhindert unerwünschte E-Mails.\";'),('de','messages:prefs-help-signature','s:150:\"de:Beiträge auf Diskussionsseiten sollten mit „<nowiki>~~~~</nowiki>“ signiert werden, was dann in die Signatur mit Zeitstempel umgewandelt wird.\";'),('de','messages:prefs-help-skin-responsive','s:68:\"de:Anpassung des Layouts an die Bildschirmgröße auf Mobilgeräten.\";'),('de','messages:prefs-help-tokenmanagement','s:243:\"de:Du kannst den geheimen Schlüssel zum Zugriff auf den Webfeed der Beobachtungsliste für dein Benutzerkonto ansehen und zurücksetzen. Jeder, der den Schlüssel kennt, kann deine Beobachtungsliste lesen. Deshalb teile ihn anderen nicht mit.\";'),('de','messages:prefs-help-variant','s:98:\"de:Die bevorzugte Schreibvariante oder Orthografie, in der die Wikiseiten angezeigt werden sollen.\";'),('de','messages:prefs-help-watchlist-token2','s:238:\"de:Dies ist der geheime Schlüssel zum Webfeed deiner Beobachtungsliste.\nJeder, der ihn kennt, kann deine Beobachtungsliste lesen. Teile ihn deshalb nicht Anderen mit.\nSofern notwendig, [[Special:ResetTokens|kannst du ihn zurücksetzen]].\";'),('de','messages:prefs-help-yourpassword','s:76:\"de:Die Kontowiederherstellung ist aktiviert. Weitere Einstellungen unter $1.\";'),('de','messages:prefs-i18n','s:22:\"de:Spracheinstellungen\";'),('de','messages:prefs-info','s:21:\"de:Basisinformationen\";'),('de','messages:prefs-labs','s:19:\"de:Alpha-Funktionen\";'),('de','messages:prefs-memberingroups','s:75:\"de:{{GENDER:$2|Mitglied}} der {{PLURAL:$1|Benutzergruppe|Benutzergruppen}}:\";'),('de','messages:prefs-memberingroups-type','s:5:\"de:$2\";'),('de','messages:prefs-misc','s:16:\"de:Verschiedenes\";'),('de','messages:prefs-namespaces','s:15:\"de:Namensräume\";'),('de','messages:prefs-pageswatchlist','s:21:\"de:Beobachtete Seiten\";'),('de','messages:prefs-personal','s:16:\"de:Benutzerdaten\";'),('de','messages:prefs-preview','s:11:\"de:Vorschau\";'),('de','messages:prefs-rc','s:21:\"de:Letzte Änderungen\";'),('de','messages:prefs-registration','s:20:\"de:Anmeldezeitpunkt:\";'),('de','messages:prefs-registration-date-time','s:13:\"de:$2, $3 Uhr\";'),('de','messages:prefs-rendering','s:11:\"de:Aussehen\";'),('de','messages:prefs-reset-confirm','s:53:\"de:Ja, ich möchte meine Einstellungen zurücksetzen.\";'),('de','messages:prefs-reset-intro','s:141:\"de:Du kannst diese Seite verwenden, um die Einstellungen auf die Standards zurückzusetzen.\nDies kann nicht mehr rückgängig gemacht werden.\";'),('de','messages:prefs-resetpass','s:19:\"de:Passwort ändern\";'),('de','messages:prefs-searchmisc','s:12:\"de:Allgemein\";'),('de','messages:prefs-searchoptions','s:8:\"de:Suche\";'),('de','messages:prefs-setemail','s:27:\"de:E-Mail-Adresse festlegen\";'),('de','messages:prefs-signature','s:11:\"de:Signatur\";'),('de','messages:prefs-signature-error-details','s:16:\"de:Mehr erfahren\";'),('de','messages:prefs-signature-highlight-error','s:21:\"de:Fehlerort anzeigen\";'),('de','messages:prefs-signature-invalid-disallow','s:139:\"de:Deine aktuelle Unterschrift ist ungültig. Bis du sie korrigierst, wird beim Signieren deiner Kommentare die Standardsignatur verwendet.\";'),('de','messages:prefs-signature-invalid-new','s:133:\"de:Deine aktuelle Unterschrift ist ungültig. Du kannst sie zwar noch verwenden, aber nicht mehr ändern, bis du sie korrigiert hast.\";'),('de','messages:prefs-signature-invalid-warning','s:66:\"de:Deine Unterschrift kann bei einigen Tools Probleme verursachen.\";'),('de','messages:prefs-skin','s:22:\"de:Benutzeroberfläche\";'),('de','messages:prefs-skin-prefs','s:45:\"de:Einstellungen für die Benutzeroberfläche\";'),('de','messages:prefs-skin-responsive','s:31:\"de:Responsiven Modus aktivieren\";'),('de','messages:prefs-tabs-navigation-hint','s:126:\"de:Tipp: Du kannst die linke und rechte Pfeiltasten benutzen, um zwischen den Registerkarten in der Reiterliste zu navigieren.\";'),('de','messages:prefs-timeoffset','s:18:\"de:Zeitunterschied\";'),('de','messages:prefs-tokenwatchlist','s:8:\"de:Token\";'),('de','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('de','messages:prefs-user-downloaddata-info','s:10:\"de:ansehen\";'),('de','messages:prefs-user-downloaddata-label','s:29:\"de:Zugriff auf Benutzerdaten:\";'),('de','messages:prefs-user-pages','s:17:\"de:Benutzerseiten\";'),('de','messages:prefs-user-restoreprefs-info','s:67:\"de:Alle Standardeinstellungen wiederherstellen (in allen Bereichen)\";'),('de','messages:prefs-user-restoreprefs-label','s:31:\"de:Einstellungen zurücksetzen:\";'),('de','messages:prefs-vector-enable-vector-1-help','s:313:\"de:Im Laufe der kommenden Jahre wird die Benutzeroberfläche Vector schrittweise modernisiert. Mit dem klassischen Vector kannst du die bisherige Version von Vector (Stand: Dezember 2019) weiterhin verwenden. Mehr über die Modernisierungen findest du auf der [[mw:Reading/Web/Desktop_Improvements|Projektseite]].\";'),('de','messages:prefs-vector-enable-vector-1-label','s:30:\"de:Verwende klassischen Vector\";'),('de','messages:prefs-watchlist','s:20:\"de:Beobachtungsliste\";'),('de','messages:prefs-watchlist-days','s:41:\"de:Maximale Anzahl der einbezogenen Tage:\";'),('de','messages:prefs-watchlist-days-max','s:40:\"de:Maximal {{PLURAL:$1|ein Tag|$1 Tage}}\";'),('de','messages:prefs-watchlist-edits','s:45:\"de:Maximale Anzahl der angezeigten Einträge:\";'),('de','messages:prefs-watchlist-edits-max','s:26:\"de:Maximal 1.000 Einträge\";'),('de','messages:prefs-watchlist-managetokens','s:18:\"de:Token verwalten\";'),('de','messages:prefs-watchlist-token','s:31:\"de:Token der Beobachtungsliste:\";'),('de','messages:prefsnologintext2','s:66:\"de:Bitte melde dich an, um deine Benutzereinstellungen zu ändern.\";'),('de','messages:prev-page','s:18:\"de:vorherige Seite\";'),('de','messages:preview','s:11:\"de:Vorschau\";'),('de','messages:previewconflict','s:123:\"de:Diese Vorschau gibt den Inhalt des oberen Textfeldes wieder. So wird die Seite aussehen, wenn du jetzt veröffentlichst.\";'),('de','messages:previewerrortext','s:89:\"de:Beim Versuch, eine Vorschau deiner Änderungen anzuzeigen, ist ein Fehler aufgetreten.\";'),('de','messages:previewnote','s:91:\"de:<strong>Dies ist nur eine Vorschau.</strong>\nDie Seite wurde noch nicht veröffentlicht!\";'),('de','messages:previousdiff','s:41:\"de:← Zum vorherigen Versionsunterschied\";'),('de','messages:previousrevision','s:29:\"de:← Nächstältere Version\";'),('de','messages:prevn','s:40:\"de:{{PLURAL:$1|vorheriger|vorherige $1}}\";'),('de','messages:prevn-title','s:60:\"de:{{PLURAL:$1|Vorheriges Ergebnis|Vorherige $1 Ergebnisse}}\";'),('de','messages:prevpage','s:23:\"de:Vorherige Seite ($1)\";'),('de','messages:print','s:10:\"de:Drucken\";'),('de','messages:print.css','s:59:\"de:/* Das folgende CSS wird in der Druckausgabe geladen. */\";'),('de','messages:printableversion','s:15:\"de:Druckversion\";'),('de','messages:printableversion-deprecated-warning','s:198:\"de:Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.\";'),('de','messages:privacy','s:14:\"de:Datenschutz\";'),('de','messages:privacypage','s:22:\"de:Project:Datenschutz\";'),('de','messages:prot_1movedto2','s:48:\"de:hat „[[$1]]“ nach „[[$2]]“ verschoben\";'),('de','messages:protect','s:12:\"de:Schützen\";'),('de','messages:protect-badnamespace-text','s:61:\"de:Seiten dieses Namensraums können nicht geschützt werden.\";'),('de','messages:protect-badnamespace-title','s:32:\"de:Nicht-schützbarer Namensraum\";'),('de','messages:protect-cantedit','s:120:\"de:Du kannst die Schutzeinstellungen dieser Seite nicht ändern, da du keine Berechtigung zum Bearbeiten der Seite hast.\";'),('de','messages:protect-cascade','s:97:\"de:Kaskadierende Sperre – alle in diese Seite eingebundenen Vorlagen werden ebenfalls gesperrt.\";'),('de','messages:protect-cascadeon','s:286:\"de:Diese Seite ist gegenwärtig Teil einer Kaskadensperre. Sie ist in die {{PLURAL:$1|folgende Seite|folgenden Seiten}} eingebunden, welche durch die Kaskadensperroption geschützt {{PLURAL:$1|ist|sind}}.\nÄnderungen der Schutzeinstellungen haben keinen Einfluss auf die Kaskadensperre:\";'),('de','messages:protect-default','s:16:\"de:Alle Benutzer\";'),('de','messages:protect-dropdown','s:134:\"de:* Allgemeine Schutzgründe\n** Übermäßiger Vandalismus\n** Übermäßiges Spamming\n** Bearbeitungskrieg\n** Seite mit hohem Traffic\";'),('de','messages:protect-edit-reasonlist','s:27:\"de:Schutzgründe bearbeiten\";'),('de','messages:protect-existing-expiry','s:47:\"de:Aktuelles Seitenschutzende (UTC): $2, $3 Uhr\";'),('de','messages:protect-existing-expiry-infinity','s:39:\"de:Vorhandene Ablaufzeit: unbeschränkt\";'),('de','messages:protect-expiring','s:23:\"de:bis $2, $3 Uhr (UTC)\";'),('de','messages:protect-expiring-local','s:17:\"de:bis $2, $3 Uhr\";'),('de','messages:protect-expiry-indefinite','s:16:\"de:unbeschränkt\";'),('de','messages:protect-expiry-options','s:151:\"de:1 Stunde:1 hour,1 Tag:1 day,1 Woche:1 week,2 Wochen:2 weeks,1 Monat:1 month,3 Monate:3 months,6 Monate:6 months,1 Jahr:1 year,unbeschränkt:infinite\";'),('de','messages:protect-fallback','s:56:\"de:Nur Benutzern mit der „$1“-Berechtigung erlauben.\";'),('de','messages:protect-legend','s:29:\"de:Seitenschutzstatus ändern\";'),('de','messages:protect-level-autoconfirmed','s:50:\"de:Nur automatisch bestätigten Benutzern erlauben\";'),('de','messages:protect-level-sysop','s:31:\"de:Nur Administratoren erlauben\";'),('de','messages:protect-locked-access','s:185:\"de:Dein Benutzerkonto verfügt nicht über die notwendigen Rechte zur Änderung der Schutzeinstellungen. Hier sind die aktuellen Seitenschutzeinstellungen der Seite <strong>$1</strong>:\";'),('de','messages:protect-locked-blocked','s:169:\"de:Du kannst die Schutzeinstellungen nicht ändern, da dein Benutzerkonto gesperrt ist. Hier sind die aktuellen Seitenschutz-Einstellungen der Seite <strong>$1</strong>:\";'),('de','messages:protect-locked-dblock','s:174:\"de:Die Datenbank ist gesperrt, die Schutzeinstellungen können daher nicht geändert werden. Hier sind die aktuellen Seitenschutz-Einstellungen der Seite <strong>$1</strong>:\";'),('de','messages:protect-norestrictiontypes-text','s:90:\"de:Diese Seite kann nicht geschützt werden, da keine Beschränkungstypen verfügbar sind.\";'),('de','messages:protect-norestrictiontypes-title','s:26:\"de:Nicht schützbare Seite\";'),('de','messages:protect-otherreason','s:30:\"de:Anderer/ergänzender Grund:\";'),('de','messages:protect-otherreason-op','s:16:\"de:Anderer Grund\";'),('de','messages:protect-othertime','s:21:\"de:Andere Sperrdauer:\";'),('de','messages:protect-othertime-op','s:20:\"de:andere Sperrdauer\";'),('de','messages:protect-summary-cascade','s:15:\"de:kaskadierend\";'),('de','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('de','messages:protect-text','s:82:\"de:Hier kannst du die Schutzeinstellungen der Seite „$1“ einsehen und ändern.\";'),('de','messages:protect-title','s:43:\"de:Schutzeinstellungen ändern von „$1“\";'),('de','messages:protect-title-notallowed','s:43:\"de:Schutzeinstellungen ansehen von „$1“\";'),('de','messages:protect-unchain-permissions','s:36:\"de:Separate Sperroptionen aktivieren\";'),('de','messages:protect_change','s:10:\"de:ändern\";'),('de','messages:protect_expiry_invalid','s:39:\"de:Die eingegebene Dauer ist ungültig.\";'),('de','messages:protect_expiry_old','s:44:\"de:Die Sperrzeit liegt in der Vergangenheit.\";'),('de','messages:protectcomment','s:9:\"de:Grund:\";'),('de','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('de','messages:protectedarticle-comment','s:39:\"de:{{GENDER:$2|Schützte}} „[[$1]]“\";'),('de','messages:protectedinterface','s:299:\"de:Diese Seite enthält Text für die Benutzeroberfläche der Software auf diesem Wiki und ist geschützt, um Missbrauch vorzubeugen.\nNutze bitte [https://translatewiki.net/ translatewiki.net], das Lokalisierungsprojekt von MediaWiki, um Übersetzungen für alle Wikis hinzuzufügen oder zu ändern.\";'),('de','messages:protectedpage','s:20:\"de:Geschützte Seite\";'),('de','messages:protectedpagemovewarning','s:190:\"de:<strong>Warnung:</strong> Diese Seite wurde so geschützt, dass sie nur von Benutzern mit Administratorenrechten verschoben werden kann.\nZur Information folgt der aktuelle Logbucheintrag:\";'),('de','messages:protectedpages','s:21:\"de:Geschützte Seiten\";'),('de','messages:protectedpages-cascade','s:32:\"de:Nur Seiten mit Kaskadenschutz\";'),('de','messages:protectedpages-expiry','s:14:\"de:Gültig bis\";'),('de','messages:protectedpages-filters','s:10:\"de:Filter:\";'),('de','messages:protectedpages-indef','s:46:\"de:Nur unbeschränkt geschützte Seiten zeigen\";'),('de','messages:protectedpages-noredirect','s:29:\"de:Weiterleitungen ausblenden\";'),('de','messages:protectedpages-page','s:8:\"de:Seite\";'),('de','messages:protectedpages-params','s:18:\"de:Schutzparameter\";'),('de','messages:protectedpages-performer','s:17:\"de:Geschützt von\";'),('de','messages:protectedpages-reason','s:8:\"de:Grund\";'),('de','messages:protectedpages-submit','s:18:\"de:Seiten anzeigen\";'),('de','messages:protectedpages-summary','s:193:\"de:Diese Seite listet vorhandene Seiten auf, die derzeit geschützt sind. Für eine Liste vor Erstellung geschützter Titel siehe „[[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]]“.\";'),('de','messages:protectedpages-timestamp','s:14:\"de:Zeitstempel\";'),('de','messages:protectedpages-unknown-performer','s:23:\"de:Unbekannter Benutzer\";'),('de','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('de','messages:protectedpages-unknown-timestamp','s:12:\"de:Unbekannt\";'),('de','messages:protectedpagesempty','s:62:\"de:Aktuell sind keine Seiten mit diesen Parametern geschützt.\";'),('de','messages:protectedpagetext','s:86:\"de:Diese Seite wurde geschützt, um Bearbeitungen sowie andere Aktionen zu verhindern.\";'),('de','messages:protectedpagewarning','s:177:\"de:<strong>Achtung: Diese Seite wurde geschützt. Nur Benutzer mit Administratorrechten können die Seite bearbeiten.</strong>\nZur Information folgt der aktuelle Logbucheintrag:\";'),('de','messages:protectedtitles','s:26:\"de:Geschützte Seitennamen\";'),('de','messages:protectedtitles-submit','s:17:\"de:Titel anzeigen\";'),('de','messages:protectedtitles-summary','s:196:\"de:Diese Seite listet Titel auf, die derzeit vor der Erstellung geschützt sind. Für eine Liste vorhandener geschützter Seiten siehe „[[{{#special:ProtectedPages}}|{{int:protectedpages}}]]“.\";'),('de','messages:protectedtitlesempty','s:87:\"de:Zurzeit sind mit den angegebenen Parametern keine Seiten zur Neuerstellung gesperrt.\";'),('de','messages:protectexpiry','s:14:\"de:Sperrdauer:\";'),('de','messages:protectlogpage','s:23:\"de:Seitenschutz-Logbuch\";'),('de','messages:protectlogtext','s:143:\"de:Dies ist das Seitenschutz-Logbuch.\nSiehe die [[Special:ProtectedPages|Liste der geschützten Seiten]] für alle aktuell geschützten Seiten.\";'),('de','messages:protectpage','s:24:\"de:Schützen einer Seite\";'),('de','messages:protectpage-summary','s:3:\"en:\";'),('de','messages:proxyblocker','s:16:\"de:Proxy blocker\";'),('de','messages:proxyblockreason','s:203:\"de:Deine IP-Adresse wurde gesperrt, da sie ein offener Proxy ist. Bitte kontaktiere deinen Internet-Provider oder deine Systemadministratoren und informiere sie über dieses mögliche Sicherheitsproblem.\";'),('de','messages:pt-createaccount','s:26:\"de:Benutzerkonto erstellen\";'),('de','messages:pt-login','s:11:\"de:Anmelden\";'),('de','messages:pt-login-button','s:11:\"de:Anmelden\";'),('de','messages:pt-login-continue-button','s:23:\"de:Anmeldung fortfahren\";'),('de','messages:pt-userlogout','s:11:\"de:Abmelden\";'),('de','messages:publishchanges','s:31:\"de:Änderungen veröffentlichen\";'),('de','messages:publishchanges-start','s:35:\"de:Änderungen veröffentlichen …\";'),('de','messages:publishpage','s:25:\"de:Seite veröffentlichen\";'),('de','messages:publishpage-start','s:29:\"de:Seite veröffentlichen …\";'),('de','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('de','messages:purge','s:15:\"de:Cache leeren\";'),('de','messages:purge-summary','s:3:\"en:\";'),('de','messages:querypage-disabled','s:76:\"de:Diese Spezialseite wurde aus Gründen der Leistungserhaltung deaktiviert.\";'),('de','messages:querypage-no-updates','s:118:\"de:Die Aktualisierungsfunktion dieser Seite ist zurzeit deaktiviert.\nDie Daten werden bis auf Weiteres nicht erneuert.\";'),('de','messages:querypage-updates-periodical','s:64:\"de:Aktualisierungen für diese Seite werden periodisch erneuert.\";'),('de','messages:quotation-marks','s:11:\"de:„$1“\";'),('de','messages:randomincategory','s:35:\"de:Zufällige Seite einer Kategorie\";'),('de','messages:randomincategory-category','s:13:\"de:Kategorie:\";'),('de','messages:randomincategory-invalidcategory','s:46:\"de:„$1“ ist kein gültiger Kategorienname.\";'),('de','messages:randomincategory-legend','s:32:\"de:Zufällige Seite in Kategorie\";'),('de','messages:randomincategory-nopages','s:61:\"de:Es gibt keine Seiten in der Kategorie [[:Category:$1|$1]].\";'),('de','messages:randomincategory-submit','s:6:\"de:Los\";'),('de','messages:randompage','s:19:\"de:Zufällige Seite\";'),('de','messages:randompage-nopages','s:112:\"de:Es sind keine Seiten {{PLURAL:$2|im folgenden Namensraum|in den folgenden Namensräumen}} enthalten: „$1“\";'),('de','messages:randompage-url','s:17:\"en:Special:Random\";'),('de','messages:randomredirect','s:27:\"de:Zufällige Weiterleitung\";'),('de','messages:randomredirect-nopages','s:63:\"de:Im Namensraum „$1“ sind keine Weiterleitungen vorhanden.\";'),('de','messages:randomrootpage','s:24:\"de:Zufällige Stammseite\";'),('de','messages:range_block_disabled','s:72:\"de:Die Möglichkeit, ganze Adressräume zu sperren, ist nicht aktiviert.\";'),('de','messages:rawhtml-notallowed','s:83:\"de:&lt;html&gt;-Tags können nicht außerhalb von normalen Seiten verwendet werden.\";'),('de','messages:rawmessage','s:5:\"en:$1\";'),('de','messages:rc-change-size','s:30:\"de:$1 {{PLURAL:$1|Byte|Bytes}}\";'),('de','messages:rc-change-size-new','s:49:\"de:$1 {{PLURAL:$1|Byte|Bytes}} nach der Änderung\";'),('de','messages:rc-old-title','s:38:\"de:ursprünglich erstellt als „$1“\";'),('de','messages:rcfilters-activefilters','s:16:\"de:Aktive Filter\";'),('de','messages:rcfilters-activefilters-hide','s:13:\"de:Ausblenden\";'),('de','messages:rcfilters-activefilters-hide-tooltip','s:40:\"de:Bereich der aktiven Filter ausblenden\";'),('de','messages:rcfilters-activefilters-show','s:11:\"de:Anzeigen\";'),('de','messages:rcfilters-activefilters-show-tooltip','s:38:\"de:Bereich der aktiven Filter anzeigen\";'),('de','messages:rcfilters-advancedfilters','s:20:\"de:Erweiterte Filter\";'),('de','messages:rcfilters-allcontents-label','s:21:\"de:Alle Inhaltsseiten\";'),('de','messages:rcfilters-alldiscussions-label','s:25:\"de:Alle Diskussionsseiten\";'),('de','messages:rcfilters-clear-all-filters','s:23:\"de:Alle Filter löschen\";'),('de','messages:rcfilters-date-popup-title','s:26:\"de:Zu suchende Zeitperiode\";'),('de','messages:rcfilters-days-show-days','s:32:\"de:{{PLURAL:$1|Ein Tag|$1 Tage}}\";'),('de','messages:rcfilters-days-show-hours','s:39:\"de:{{PLURAL:$1|Eine Stunde|$1 Stunden}}\";'),('de','messages:rcfilters-days-title','s:14:\"de:Letzte Tage\";'),('de','messages:rcfilters-empty-filter','s:60:\"de:Keine aktiven Filter. Es werden alle Beiträge angezeigt.\";'),('de','messages:rcfilters-exclude-button-off','s:29:\"de:Ausgewählte ausschließen\";'),('de','messages:rcfilters-exclude-button-on','s:30:\"de:Ausgewählte ausgeschlossen\";'),('de','messages:rcfilters-filter-bots-description','s:74:\"de:Bearbeitungen, die von automatisierten Werkzeugen durchgeführt wurden.\";'),('de','messages:rcfilters-filter-bots-label','s:6:\"de:Bot\";'),('de','messages:rcfilters-filter-categorization-description','s:87:\"de:Einträge von Seiten, die zu Kategorien hinzugefügt oder aus ihnen entfernt wurden.\";'),('de','messages:rcfilters-filter-categorization-label','s:23:\"de:Kategorieänderungen\";'),('de','messages:rcfilters-filter-editsbyother-description','s:41:\"de:Alle Änderungen außer deine eigenen.\";'),('de','messages:rcfilters-filter-editsbyother-label','s:26:\"de:Änderungen von anderen\";'),('de','messages:rcfilters-filter-editsbyself-description','s:27:\"de:Deine eigenen Beiträge.\";'),('de','messages:rcfilters-filter-editsbyself-label','s:22:\"de:Änderungen von dir\";'),('de','messages:rcfilters-filter-excluded','s:17:\"de:Ausgeschlossen\";'),('de','messages:rcfilters-filter-humans-description','s:68:\"de:Bearbeitungen, die von menschlichen Autoren durchgeführt wurden.\";'),('de','messages:rcfilters-filter-humans-label','s:20:\"de:Mensch (kein Bot)\";'),('de','messages:rcfilters-filter-lastrevision-description','s:47:\"de:Nur die aktuellste Änderung an einer Seite.\";'),('de','messages:rcfilters-filter-lastrevision-label','s:21:\"de:Aktuellste Version\";'),('de','messages:rcfilters-filter-logactions-description','s:99:\"de:Administrative Aktionen, Benutzerkontenerstellungen, Seitenlöschungen, hochgeladene Dateien …\";'),('de','messages:rcfilters-filter-logactions-label','s:19:\"de:Logbucheinträge\";'),('de','messages:rcfilters-filter-major-description','s:61:\"de:Bearbeitungen, die nicht als geringfügig markiert wurden.\";'),('de','messages:rcfilters-filter-major-label','s:27:\"de:Nicht-kleine Änderungen\";'),('de','messages:rcfilters-filter-minor-description','s:62:\"de:Bearbeitungen, die der Autor als geringfügig markiert hat.\";'),('de','messages:rcfilters-filter-minor-label','s:21:\"de:Kleine Änderungen\";'),('de','messages:rcfilters-filter-newpages-description','s:46:\"de:Bearbeitungen, die zu neuen Seiten führen.\";'),('de','messages:rcfilters-filter-newpages-label','s:21:\"de:Seitenerstellungen\";'),('de','messages:rcfilters-filter-pageedits-description','s:78:\"de:Änderungen am Wikiinhalt oder an Diskussionen, Kategoriebeschreibungen …\";'),('de','messages:rcfilters-filter-pageedits-label','s:22:\"de:Seitenbearbeitungen\";'),('de','messages:rcfilters-filter-previousrevision-description','s:65:\"de:Alle Änderungen, die nicht die „aktuellste Version“ sind.\";'),('de','messages:rcfilters-filter-previousrevision-label','s:31:\"de:Nicht die aktuellste Version\";'),('de','messages:rcfilters-filter-reviewstatus-auto-description','s:101:\"de:Bearbeitungen von erweiterten Benutzern, deren Arbeit automatisch als kontrolliert markiert wurde.\";'),('de','messages:rcfilters-filter-reviewstatus-auto-label','s:27:\"de:Automatisch kontrolliert\";'),('de','messages:rcfilters-filter-reviewstatus-manual-description','s:63:\"de:Bearbeitungen, die manuell als kontrolliert markiert wurden.\";'),('de','messages:rcfilters-filter-reviewstatus-manual-label','s:23:\"de:Manuell kontrolliert\";'),('de','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:86:\"de:Bearbeitungen, die nicht manuell oder automatisch als kontrolliert markiert wurden.\";'),('de','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:17:\"de:Unkontrolliert\";'),('de','messages:rcfilters-filter-showlinkedfrom-label','s:57:\"de:Änderungen auf Seiten anzeigen, die verlinkt sind von\";'),('de','messages:rcfilters-filter-showlinkedfrom-option-label','s:107:\"de:<strong>Seiten</strong>, die <strong>von</strong> der ausgewählten Seite <strong>verlinkt</strong> sind\";'),('de','messages:rcfilters-filter-showlinkedto-label','s:53:\"de:Änderungen auf Seiten anzeigen, die verlinken auf\";'),('de','messages:rcfilters-filter-showlinkedto-option-label','s:102:\"de:<strong>Seiten</strong>, die <strong>auf</strong> die ausgewählte Seite <strong>verlinken</strong>\";'),('de','messages:rcfilters-filter-user-experience-level-experienced-description','s:97:\"de:Angemeldete Autoren mit mehr als 500 Bearbeitungen und einer Aktivität von mehr als 30 Tagen.\";'),('de','messages:rcfilters-filter-user-experience-level-experienced-label','s:21:\"de:Erfahrene Benutzer\";'),('de','messages:rcfilters-filter-user-experience-level-learner-description','s:100:\"de:Angemeldete Autoren, deren Erfahrung zwischen „Neulinge“ und „Erfahrene Benutzer“ fällt.\";'),('de','messages:rcfilters-filter-user-experience-level-learner-label','s:12:\"de:Anfänger\";'),('de','messages:rcfilters-filter-user-experience-level-newcomer-description','s:108:\"de:Angemeldete Autoren, die weniger als 10 Bearbeitungen oder eine Aktivität von weniger als 4 Tagen haben.\";'),('de','messages:rcfilters-filter-user-experience-level-newcomer-label','s:11:\"de:Neulinge\";'),('de','messages:rcfilters-filter-user-experience-level-registered-description','s:23:\"de:Angemeldete Autoren.\";'),('de','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"de:Angemeldet\";'),('de','messages:rcfilters-filter-user-experience-level-unregistered-description','s:38:\"de:Autoren, die nicht angemeldet sind.\";'),('de','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"de:Unangemeldet\";'),('de','messages:rcfilters-filter-watchlist-notwatched-description','s:57:\"de:Alle außer Änderungen an deinen beobachteten Seiten.\";'),('de','messages:rcfilters-filter-watchlist-notwatched-label','s:34:\"de:Nicht auf der Beobachtungsliste\";'),('de','messages:rcfilters-filter-watchlist-watched-description','s:54:\"de:Änderungen an Seiten auf deiner Beobachtungsliste.\";'),('de','messages:rcfilters-filter-watchlist-watched-label','s:28:\"de:Auf der Beobachtungsliste\";'),('de','messages:rcfilters-filter-watchlist-watchednew-description','s:100:\"de:Änderungen an beobachteten Seiten, die du nicht besucht hast, seitdem die Änderungen auftraten.\";'),('de','messages:rcfilters-filter-watchlist-watchednew-label','s:38:\"de:Neue Beobachtungslisten-Änderungen\";'),('de','messages:rcfilters-filter-watchlistactivity-seen-description','s:65:\"de:Änderungen an Seiten, die du seit dem Auftreten besucht hast.\";'),('de','messages:rcfilters-filter-watchlistactivity-seen-label','s:23:\"de:Gesehene Änderungen\";'),('de','messages:rcfilters-filter-watchlistactivity-unseen-description','s:71:\"de:Änderungen an Seiten, die du seit dem Auftreten nicht besucht hast.\";'),('de','messages:rcfilters-filter-watchlistactivity-unseen-label','s:25:\"de:Ungesehene Änderungen\";'),('de','messages:rcfilters-filtergroup-authorship','s:25:\"de:Beitrags-Autorenschaft\";'),('de','messages:rcfilters-filtergroup-automated','s:27:\"de:Automatisierte Beiträge\";'),('de','messages:rcfilters-filtergroup-changetype','s:20:\"de:Typ der Änderung\";'),('de','messages:rcfilters-filtergroup-lastrevision','s:23:\"de:Aktuellste Versionen\";'),('de','messages:rcfilters-filtergroup-reviewstatus','s:23:\"de:Überprüfungsstatus\";'),('de','messages:rcfilters-filtergroup-significance','s:12:\"de:Bedeutung\";'),('de','messages:rcfilters-filtergroup-user-experience-level','s:35:\"de:Benutzeranmeldung und -erfahrung\";'),('de','messages:rcfilters-filtergroup-watchlist','s:21:\"de:Beobachtete Seiten\";'),('de','messages:rcfilters-filtergroup-watchlistactivity','s:31:\"de:Beobachtungslistenaktivität\";'),('de','messages:rcfilters-filterlist-noresults','s:24:\"de:Keine Filter gefunden\";'),('de','messages:rcfilters-filterlist-title','s:9:\"de:Filter\";'),('de','messages:rcfilters-filterlist-whatsthis','s:24:\"de:Wie funktioniert das?\";'),('de','messages:rcfilters-group-results-by-page','s:35:\"de:Ergebnisse nach Seite gruppieren\";'),('de','messages:rcfilters-hideminor-conflicts-typeofchange','s:153:\"de:Bestimmte Änderungstypen können nicht als „klein“ festgelegt werden, so dass dieser Filter mit den folgenden Änderungstypfiltern kollidiert: $1\";'),('de','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:251:\"de:Der Filter „Kleine Bearbeitungen“ kollidiert mit einem oder mehreren Änderungstypfiltern, da bestimmte Änderungstypen nicht als „klein“ festgelegt werden können. Die kollidierenden Filter sind oben im Bereich der aktiven Filter markiert.\";'),('de','messages:rcfilters-highlightbutton-title','s:25:\"de:Ergebnisse hervorheben\";'),('de','messages:rcfilters-highlighted-filters-list','s:20:\"de:Hervorgehoben: $1\";'),('de','messages:rcfilters-highlightmenu-help','s:61:\"de:Eine Farbe auswählen, um diese Eigenschaft hervorzuheben.\";'),('de','messages:rcfilters-highlightmenu-title','s:24:\"de:Eine Farbe auswählen\";'),('de','messages:rcfilters-hours-title','s:17:\"de:Letzte Stunden\";'),('de','messages:rcfilters-invalid-filter','s:21:\"de:Ungültiger Filter\";'),('de','messages:rcfilters-legend-heading','s:43:\"de:<strong>Liste von Abkürzungen:</strong>\";'),('de','messages:rcfilters-limit-and-date-label','s:50:\"de:{{PLURAL:$1|Eine Änderung|$1 Änderungen}}, $2\";'),('de','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:62:\"de:Ergebnisse nach Anzahl der Änderungen und Zeitraum filtern\";'),('de','messages:rcfilters-limit-title','s:26:\"de:Anzuzeigende Ergebnisse\";'),('de','messages:rcfilters-liveupdates-button','s:24:\"de:Live-Aktualisierungen\";'),('de','messages:rcfilters-liveupdates-button-title-off','s:42:\"de:Neue Änderungen bei Auftreten anzeigen\";'),('de','messages:rcfilters-liveupdates-button-title-on','s:36:\"de:Live-Aktualisierungen ausschalten\";'),('de','messages:rcfilters-noresults-conflict','s:77:\"de:Keine Ergebnisse gefunden, da sich die Suchkriterien in Konflikt befinden.\";'),('de','messages:rcfilters-other-review-tools','s:33:\"de:Andere Überprüfungswerkzeuge\";'),('de','messages:rcfilters-preference-help','s:182:\"de:Lädt die [[{{#special:RecentChanges}}|letzten Änderungen]] und [[{{#special:RecentChangesLinked}}|Änderungen an verlinkten Seiten]] ohne die Filter- oder Hervorhebungsfunktion.\";'),('de','messages:rcfilters-preference-label','s:54:\"de:„Letzte Änderungen“ frei von JavaScript nutzen\";'),('de','messages:rcfilters-quickfilters','s:22:\"de:Gespeicherte Filter\";'),('de','messages:rcfilters-quickfilters-placeholder-description','s:147:\"de:Um deine Filtereinstellungen zu speichern und später erneut zu verwenden, klicke unten auf das Lesezeichensymbol im Bereich der aktiven Filter.\";'),('de','messages:rcfilters-quickfilters-placeholder-title','s:32:\"de:Noch keine Filter gespeichert\";'),('de','messages:rcfilters-restore-default-filters','s:34:\"de:Standardfilter wiederherstellen\";'),('de','messages:rcfilters-savedqueries-add-new-title','s:41:\"de:Aktuelle Filtereinstellungen speichern\";'),('de','messages:rcfilters-savedqueries-already-saved','s:120:\"de:Diese Filter sind bereits gespeichert. Ändere deine Einstellungen, um einen neuen Gespeicherten Filter zu erstellen.\";'),('de','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:27:\"de:Standardfilter erstellen\";'),('de','messages:rcfilters-savedqueries-apply-label','s:19:\"de:Filter erstellen\";'),('de','messages:rcfilters-savedqueries-cancel-label','s:12:\"de:Abbrechen\";'),('de','messages:rcfilters-savedqueries-defaultlabel','s:22:\"de:Gespeicherte Filter\";'),('de','messages:rcfilters-savedqueries-new-name-label','s:7:\"de:Name\";'),('de','messages:rcfilters-savedqueries-new-name-placeholder','s:35:\"de:Beschreibe den Zweck des Filters\";'),('de','messages:rcfilters-savedqueries-remove','s:11:\"de:Löschen\";'),('de','messages:rcfilters-savedqueries-rename','s:13:\"de:Umbenennen\";'),('de','messages:rcfilters-savedqueries-setdefault','s:25:\"de:Als Standard festlegen\";'),('de','messages:rcfilters-savedqueries-unsetdefault','s:25:\"de:Als Standard entfernen\";'),('de','messages:rcfilters-search-placeholder','s:72:\"de:Änderungen filtern (Menü oder Suche für den Filternamen verwenden)\";'),('de','messages:rcfilters-search-placeholder-mobile','s:9:\"de:Filter\";'),('de','messages:rcfilters-show-new-changes','s:35:\"de:Neue Änderungen seit $1 ansehen\";'),('de','messages:rcfilters-state-message-fullcoverage','s:163:\"de:Das Auswählen aller Filter in dieser Gruppe ist das Gleiche wie das Auswählen keines Filters. Deshalb hat dieser Filter keinen Effekt. Die Gruppe enthält: $1\";'),('de','messages:rcfilters-state-message-subset','s:215:\"de:Dieser Filter hat keinen Effekt, da seine Ergebnisse mit denen {{PLURAL:$2|des folgenden breiteren Filters|der folgenden breiteren Filter}} einbezogen sind (versuche die Hervorhebung, um sie zu unterscheiden): $1\";'),('de','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('de','messages:rcfilters-tag-prefix-namespace-inverted','s:29:\"de:<strong>:nicht</strong> $1\";'),('de','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('de','messages:rcfilters-tag-remove','s:21:\"de:„$1“ entfernen\";'),('de','messages:rcfilters-target-page-placeholder','s:51:\"de:Einen Seitennamen (oder eine Kategorie) eingeben\";'),('de','messages:rcfilters-typeofchange-conflicts-hideminor','s:158:\"de:Dieser Änderungstypfilter kollidiert mit dem Filter „Kleine Bearbeitungen“. Bestimmte Änderungstypen können nicht als „klein“ festgelegt werden.\";'),('de','messages:rcfilters-view-namespaces-tooltip','s:37:\"de:Ergebnisse nach Namensraum filtern\";'),('de','messages:rcfilters-view-return-to-default-tooltip','s:31:\"de:Zurück zum Hauptfiltermenü\";'),('de','messages:rcfilters-view-tags','s:26:\"de:Markierte Bearbeitungen\";'),('de','messages:rcfilters-view-tags-help-icon-tooltip','s:53:\"de:Mehr über Bearbeitungen mit Markierungen erfahren\";'),('de','messages:rcfilters-view-tags-tooltip','s:61:\"de:Ergebnisse filtern, die Bearbeitungsmarkierungen verwenden\";'),('de','messages:rcfilters-watchlist-edit-watchlist-button','s:49:\"de:Deine Liste der beobachteten Seiten bearbeiten\";'),('de','messages:rcfilters-watchlist-markseen-button','s:41:\"de:Alle Änderungen als gesehen markieren\";'),('de','messages:rcfilters-watchlist-preference-help','s:102:\"de:Lädt die [[{{#special:Watchlist}}|Beobachtungsliste]] ohne Filtersuche oder Hervorhebungsfunktion.\";'),('de','messages:rcfilters-watchlist-preference-label','s:47:\"de:Beobachtungsliste frei von JavaScript nutzen\";'),('de','messages:rcfilters-watchlist-showupdated','s:104:\"de:Seiten, die verändert wurden, seit du sie zuletzt besucht hast, sind <strong>fett</strong> markiert.\";'),('de','messages:rclinks','s:56:\"de:Zeige die letzten $1 Änderungen der letzten $2 Tage.\";'),('de','messages:rclistfrom','s:42:\"de:Nur Änderungen seit $3, $2 Uhr zeigen.\";'),('de','messages:rclistfromreset','s:30:\"de:Datumsauswahl zurücksetzen\";'),('de','messages:rcnotefrom','s:135:\"de:Angezeigt {{PLURAL:$5|wird die Änderung|werden die Änderungen}} seit <strong>$3, $4</strong> (max. <strong>$1</strong> Einträge).\";'),('de','messages:rcpatroldisabled','s:45:\"de:Kontrolle der letzten Änderungen gesperrt\";'),('de','messages:rcpatroldisabledtext','s:62:\"de:Die Kontrolle der letzten Änderungen ist zurzeit gesperrt.\";'),('de','messages:rcshowhideanons','s:28:\"de:Unangemeldete Benutzer $1\";'),('de','messages:rcshowhideanons-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhideanons-show','s:11:\"de:anzeigen\";'),('de','messages:rcshowhidebots','s:10:\"de:Bots $1\";'),('de','messages:rcshowhidebots-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhidebots-show','s:11:\"de:anzeigen\";'),('de','messages:rcshowhidecategorization','s:29:\"de:Seitenkategorisierungen $1\";'),('de','messages:rcshowhidecategorization-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhidecategorization-show','s:11:\"de:anzeigen\";'),('de','messages:rcshowhideliu','s:27:\"de:Registrierte Benutzer $1\";'),('de','messages:rcshowhideliu-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhideliu-show','s:11:\"de:anzeigen\";'),('de','messages:rcshowhidemine','s:22:\"de:Eigene Beiträge $1\";'),('de','messages:rcshowhidemine-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhidemine-show','s:11:\"de:anzeigen\";'),('de','messages:rcshowhideminor','s:24:\"de:Kleine Änderungen $1\";'),('de','messages:rcshowhideminor-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhideminor-show','s:11:\"de:anzeigen\";'),('de','messages:rcshowhidepatr','s:31:\"de:Kontrollierte Änderungen $1\";'),('de','messages:rcshowhidepatr-hide','s:13:\"de:ausblenden\";'),('de','messages:rcshowhidepatr-show','s:11:\"de:anzeigen\";'),('de','messages:readonly','s:21:\"de:Datenbank gesperrt\";'),('de','messages:readonly_lag','s:156:\"de:Die Datenbank wurde automatisch für Schreibzugriffe gesperrt, damit sich die verteilten Datenbankserver mit dem Hauptdatenbankserver abgleichen können.\";'),('de','messages:readonlytext','s:142:\"de:Die Datenbank ist vorübergehend für Neueinträge und Änderungen gesperrt. Bitte versuche es später noch einmal.\n\nGrund der Sperrung: $1\";'),('de','messages:readonlywarning','s:303:\"de:<strong>Achtung: Die Datenbank wurde für Wartungsarbeiten gesperrt, so dass deine Änderungen derzeit nicht veröffentlicht werden können.\nSichere den Text bitte lokal auf deinem Computer und versuche zu einem späteren Zeitpunkt, die Änderungen zu übertragen.</strong>\n\nGrund für die Sperre: $1\";'),('de','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('de','messages:recentchanges','s:21:\"de:Letzte Änderungen\";'),('de','messages:recentchanges-feed-description','s:68:\"de:Verfolge mit diesem Feed die letzten Änderungen in {{SITENAME}}.\";'),('de','messages:recentchanges-label-bot','s:28:\"de:Änderung durch einen Bot\";'),('de','messages:recentchanges-label-minor','s:19:\"de:Kleine Änderung\";'),('de','messages:recentchanges-label-newpage','s:13:\"de:Neue Seite\";'),('de','messages:recentchanges-label-plusminus','s:43:\"de:Die Änderung der Seitengröße in Bytes\";'),('de','messages:recentchanges-label-unpatrolled','s:32:\"de:Nicht-kontrollierte Änderung\";'),('de','messages:recentchanges-legend','s:18:\"de:Anzeigeoptionen\";'),('de','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('de','messages:recentchanges-legend-heading','s:28:\"de:<strong>Legende:</strong>\";'),('de','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('de','messages:recentchanges-legend-newpage','s:95:\"de:{{int:recentchanges-label-newpage}} (siehe auch die [[Special:NewPages|Liste neuer Seiten]])\";'),('de','messages:recentchanges-legend-plusminus','s:14:\"de:\'\'(±123)\'\'\";'),('de','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('de','messages:recentchanges-legend-watchlistexpiry','s:35:\"de:Vorübergehend beobachtete Seite\";'),('de','messages:recentchanges-network','s:118:\"de:Aufgrund eines technischen Fehlers konnten keine Ergebnisse geladen werden. Bitte versuche, die Seite neu zu laden.\";'),('de','messages:recentchanges-noresult','s:85:\"de:Keine Änderungen während des angegebenen Zeitraums entsprechen diesen Kriterien.\";'),('de','messages:recentchanges-notargetpage','s:78:\"de:Gib einen Seitennamen ein, um Änderungen bezüglich dieser Seite zu sehen.\";'),('de','messages:recentchanges-page-added-to-category','s:37:\"de:[[:$1]] zur Kategorie hinzugefügt\";'),('de','messages:recentchanges-page-added-to-category-bundled','s:113:\"de:[[:$1]] zur Kategorie hinzugefügt, [[Special:WhatLinksHere/$1|diese Seite ist in anderen Seiten eingebunden]]\";'),('de','messages:recentchanges-page-removed-from-category','s:37:\"de:[[:$1]] von der Kategorie entfernt\";'),('de','messages:recentchanges-page-removed-from-category-bundled','s:113:\"de:[[:$1]] von der Kategorie entfernt, [[Special:WhatLinksHere/$1|diese Seite ist in anderen Seiten eingebunden]]\";'),('de','messages:recentchanges-submit','s:11:\"de:Anzeigen\";'),('de','messages:recentchanges-summary','s:83:\"de:Auf dieser Seite kannst du die letzten Änderungen in diesem Wiki nachverfolgen.\";'),('de','messages:recentchanges-timeout','s:101:\"de:Die Zeit für diese Suche wurde überschritten. Du kannst verschiedene Suchparameter ausprobieren.\";'),('de','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('de','messages:recentchangescount','s:120:\"de:Anzahl der in den Letzten Änderungen, Versionsgeschichten und Logbüchern standardmäßig angezeigten Bearbeitungen:\";'),('de','messages:recentchangesdays','s:48:\"de:Anzahl der standardmäßig einbezogenen Tage:\";'),('de','messages:recentchangesdays-max','s:36:\"de:Maximal $1 {{PLURAL:$1|Tag|Tage}}\";'),('de','messages:recentchangeslinked','s:35:\"de:Änderungen an verlinkten Seiten\";'),('de','messages:recentchangeslinked-feed','s:35:\"de:Änderungen an verlinkten Seiten\";'),('de','messages:recentchangeslinked-page','s:9:\"de:Seite:\";'),('de','messages:recentchangeslinked-summary','s:319:\"de:Gib einen Seitennamen ein, um Änderungen auf Seiten zu sehen, die auf oder von dieser Seite verlinkt sind. Um Mitglieder einer Kategorie zu sehen, gib „{{ns:category}}:\'\'Name der Kategorie\'\'“ ein. Änderungen an Seiten auf [[Special:Watchlist|deiner Beobachtungsliste]] sind <strong>fett</strong> hervorgehoben.\";'),('de','messages:recentchangeslinked-title','s:56:\"de:Änderungen an Seiten, die von „$1“ verlinkt sind\";'),('de','messages:recentchangeslinked-to','s:65:\"de:Zeige nur Änderungen an Seiten, die auf diese Seite verlinken\";'),('de','messages:recentchangeslinked-toolbox','s:35:\"de:Änderungen an verlinkten Seiten\";'),('de','messages:recentchangestext','s:4:\"en:-\";'),('de','messages:recreate','s:16:\"de:Neu erstellen\";'),('de','messages:recreate-moveddeleted-warn','s:297:\"de:<strong>Achtung: Du erstellst eine Seite, die bereits früher gelöscht wurde.</strong>\n\nBitte prüfe sorgfältig, ob die erneute Seitenerstellung den Richtlinien entspricht.\nZu deiner Information folgt das Lösch- und Verschiebungs-Logbuch mit der Begründung für die vorhergehende Löschung:\";'),('de','messages:red-link-title','s:29:\"de:$1 (Seite nicht vorhanden)\";'),('de','messages:redirect','s:83:\"de:Weiterleitung auf Benutzerseite, Seite, Seitenversion, Datei oder Logbucheintrag\";'),('de','messages:redirect-file','s:8:\"de:Datei\";'),('de','messages:redirect-logid','s:17:\"de:Logbucheintrag\";'),('de','messages:redirect-lookup','s:10:\"de:Suchen:\";'),('de','messages:redirect-not-exists','s:32:\"de:Der Wert wurde nicht gefunden\";'),('de','messages:redirect-not-numeric','s:31:\"de:Der Wert ist nicht numerisch\";'),('de','messages:redirect-page','s:8:\"de:Seite\";'),('de','messages:redirect-revision','s:16:\"de:Seitenversion\";'),('de','messages:redirect-submit','s:6:\"de:Los\";'),('de','messages:redirect-summary','s:469:\"de:Diese Spezialseite leitet auf eine Benutzerseite (numerische Benutzerkennung angegeben), Seite (Seitenkennung angegeben), Seitenversion (Versionskennung angegeben), Datei (Dateiname angegeben) oder einen Logbucheintrag (Logbuchkennung angegeben) weiter. Benutzung: [[{{#Special:Redirect}}/user/101]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/file/Example.jpg]] oder [[{{#Special:Redirect}}/logid/186]].\";'),('de','messages:redirect-text','s:3:\"en:\";'),('de','messages:redirect-user','s:16:\"de:Benutzerseite\";'),('de','messages:redirect-value','s:26:\"de:Kennung oder Dateiname:\";'),('de','messages:redirectedfrom','s:26:\"de:(Weitergeleitet von $1)\";'),('de','messages:redirectexists','s:135:\"de:Eine Weiterleitung nach [[:$1]] existiert bereits und sie kann nicht automatisch gelöscht werden.\nBitte wähle einen anderen Namen.\";'),('de','messages:redirectpagesub','s:16:\"de:Weiterleitung\";'),('de','messages:redirectto','s:22:\"de:Weiterleitung nach:\";'),('de','messages:removecredentials','s:33:\"de:Anmeldeinformationen entfernen\";'),('de','messages:removecredentials-invalidsubpage','s:55:\"de:$1 ist kein gültiger Typ für Anmeldeinformationen.\";'),('de','messages:removecredentials-submit','s:33:\"de:Anmeldeinformationen entfernen\";'),('de','messages:removecredentials-success','s:46:\"de:Deine Anmeldeinformationen wurden entfernt.\";'),('de','messages:removedwatchtext','s:109:\"de:„[[:$1]]“ und die Diskussionsseite wurden von deiner [[Special:Watchlist|Beobachtungsliste]] entfernt.\";'),('de','messages:removedwatchtext-short','s:66:\"de:Die Seite „$1“ wurde von deiner Beobachtungsliste entfernt.\";'),('de','messages:removedwatchtext-talk','s:113:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden von deiner [[Special:Watchlist|Beobachtungsliste]] entfernt.\";'),('de','messages:removewatch','s:38:\"de:Von der Beobachtungsliste entfernen\";'),('de','messages:resetpass-abort-generic','s:66:\"de:Die Passwortänderung wurde durch eine Erweiterung abgebrochen.\";'),('de','messages:resetpass-expired','s:82:\"de:Dein Passwort ist abgelaufen. Bitte lege ein neues Passwort zur Anmeldung fest.\";'),('de','messages:resetpass-expired-soft','s:191:\"de:Dein Passwort ist abgelaufen und muss geändert werden. Bitte wähle jetzt ein neues Passwort aus oder klicke auf „{{int:authprovider-resetpass-skip-label}}“, um es später zu ändern.\";'),('de','messages:resetpass-no-info','s:65:\"de:Du musst dich anmelden, um auf diese Seite direkt zuzugreifen.\";'),('de','messages:resetpass-recycled','s:66:\"de:Bitte ändere dein Passwort auf ein anderes als dein aktuelles.\";'),('de','messages:resetpass-submit-cancel','s:12:\"de:Abbrechen\";'),('de','messages:resetpass-submit-loggedin','s:19:\"de:Passwort ändern\";'),('de','messages:resetpass-temp-emailed','s:139:\"de:Du hast dich mit einem temporären E-Mail-Code angemeldet.\nUm die Anmeldung abzuschließen, musst du jetzt ein neues Passwort festlegen:\";'),('de','messages:resetpass-temp-password','s:24:\"de:Temporäres Passwort:\";'),('de','messages:resetpass-validity','s:89:\"de:Dein Passwort ist nicht gültig: $1\n\nBitte lege zur Anmeldung ein neues Passwort fest.\";'),('de','messages:resetpass-validity-soft','s:168:\"de:Dein Passwort ist ungültig: $1\n\nBitte wähle jetzt ein neues Passwort aus oder klicke auf „{{int:authprovider-resetpass-skip-label}}“, um es später zu ändern.\";'),('de','messages:resetpass-wrong-oldpass','s:154:\"de:Ungültiges temporäres oder aktuelles Passwort.\nMöglicherweise hast du dein Passwort bereits geändert oder ein neues temporäres Passwort beantragt.\";'),('de','messages:resetpass_announce','s:74:\"de:Um die Anmeldung abzuschließen, musst du ein neues Passwort festlegen.\";'),('de','messages:resetpass_forbidden','s:44:\"de:Das Passwort kann nicht geändert werden.\";'),('de','messages:resetpass_forbidden-reason','s:53:\"de:Die Passwörter können nicht geändert werden: $1\";'),('de','messages:resetpass_header','s:19:\"de:Passwort ändern\";'),('de','messages:resetpass_submit','s:37:\"de:Passwort übermitteln und anmelden\";'),('de','messages:resetpass_text','s:34:\"de:<!-- Ergänze den Text hier -->\";'),('de','messages:resettokens','s:23:\"de:Tokens zurücksetzen\";'),('de','messages:resettokens-done','s:25:\"de:Tokens zurückgesetzt.\";'),('de','messages:resettokens-no-tokens','s:42:\"de:Es gibt keine Tokens zum Zurücksetzen.\";'),('de','messages:resettokens-resetbutton','s:35:\"de:Ausgewählte Token zurücksetzen\";'),('de','messages:resettokens-summary','s:3:\"en:\";'),('de','messages:resettokens-text','s:271:\"de:Du kannst Tokens zurücksetzen, welche dir den Zugriff auf bestimmte private Daten ermöglichen, die mit deinem Benutzerkonto hier verknüpft sind.\n\nDu solltest dies nur machen, wenn du die Tokens versehentlich mit jemandem geteilt hast oder dein Konto gefährdet ist.\";'),('de','messages:resettokens-token-label','s:26:\"de:$1 (aktueller Wert: $2)\";'),('de','messages:resettokens-tokens','s:10:\"de:Tokens:\";'),('de','messages:resettokens-watchlist-token','s:113:\"de:Token für den Webfeed (Atom/RSS) der [[Special:Watchlist|Änderungen an Seiten auf deiner Beobachtungsliste]]\";'),('de','messages:rest-bad-content-model','s:31:\"de:Schlechtes Inhaltsmodell: $1\";'),('de','messages:rest-bad-json-body','s:63:\"de:Schlechter Hauptteil der Anfrage, muss ein JSON-Objekt sein.\";'),('de','messages:rest-badtoken','s:43:\"de:Das angegebene CSRF-Token ist ungültig.\";'),('de','messages:rest-cannot-load-file','s:52:\"de:Die Datei von „$1“ kann nicht geladen werden.\";'),('de','messages:rest-compare-inaccessible','s:83:\"de:Die durch den Parameter $1 angegebene Version ist nicht öffentlich zugänglich.\";'),('de','messages:rest-compare-nonexistent','s:65:\"de:Die durch den Parameter $1 angegebene Version existiert nicht.\";'),('de','messages:rest-compare-page-mismatch','s:97:\"de:Die angegebenen Versionen gehören zu verschiedenen Seiten; sie zu vergleichen wird abgelehnt.\";'),('de','messages:rest-compare-permission-denied','s:60:\"de:Benutzer hat keinen Zugang zu den angeforderten Versionen\";'),('de','messages:rest-compare-wikidiff2','s:57:\"de:Dieser Endpunkt erfordert wikidiff2 1.9.0 oder höher.\";'),('de','messages:rest-compare-wrong-content','s:126:\"de:Der Slot $1 der durch den Parameter $2 angegebenen Version hat einen Inhaltstyp, der nicht in Text konvertiert werden kann.\";'),('de','messages:rest-cross-origin-anon-write','s:58:\"de:Anonyme Cross-Origin-Schreibanfragen sind nicht erlaubt\";'),('de','messages:rest-extraneous-csrf-token','s:174:\"de:Fremdes CSRF-Token gefunden. CSRF-Token dürfen nicht verwendet werden, wenn Authentifizierungsmechanismen wie OAuth verwendet werden, die gegen CSRF-Angriffe sicher sind.\";'),('de','messages:rest-html-backend-error','s:43:\"de:Parsoid-HTML kann nicht abgerufen werden\";'),('de','messages:rest-invalid-user','s:49:\"de:Der angegebene Benutzername ($1) ist ungültig\";'),('de','messages:rest-json-body-parse-error','s:64:\"de:Parsen des Hauptteils der Anfrage als JSON fehlgeschlagen: $1\";'),('de','messages:rest-media-too-many-links','s:58:\"de:Zu viele Medienlinks auf Titel $1 gefunden ($2 erlaubt)\";'),('de','messages:rest-missing-body-field','s:55:\"de:Pflichtfeld „$1“ fehlt im Hauptteil der Anfrage.\";'),('de','messages:rest-no-match','s:84:\"de:Der angeforderte relative Pfad ($1) stimmte mit keinem bekannten Handler überein\";'),('de','messages:rest-no-revision','s:52:\"de:Version für Titel $1 kann nicht abgerufen werden\";'),('de','messages:rest-nonexistent-revision','s:46:\"de:Die angegebene Version ($1) existiert nicht\";'),('de','messages:rest-nonexistent-title','s:44:\"de:Der angegebene Titel ($1) existiert nicht\";'),('de','messages:rest-nonexistent-title-revision','s:77:\"de:Die angegebene Version ($1) existiert nicht für die angegebene Seite ($2)\";'),('de','messages:rest-nonexistent-user','s:52:\"de:Der angegebene Benutzer ($1) ist nicht vorhanden.\";'),('de','messages:rest-page-source-type-error','s:72:\"de:Der Inhaltstyp der angeforderten Seitenquelle wird nicht unterstützt\";'),('de','messages:rest-pagehistory-incompatible-params','s:84:\"de:Die Parameter \"older_than\" und \"newer_than\" können nicht beide angegeben werden.\";'),('de','messages:rest-pagehistory-param-range-error','s:43:\"de:Die Versions-ID muss größer als 0 sein\";'),('de','messages:rest-pagehistory-timestamp-error','s:75:\"de:Zeitstempel für die angegebene Version kann nicht abgerufen werden ($1)\";'),('de','messages:rest-pagehistorycount-parameters-invalid','s:69:\"de:Die angegebene Kombination von Parametern wird nicht unterstützt.\";'),('de','messages:rest-pagehistorycount-too-many-revisions','s:79:\"de:Der angegebene Titel enthält zu viele Versionen, um diese Anzahl abzurufen.\";'),('de','messages:rest-pagehistorycount-type-unrecognized','s:49:\"de:Die angegebene Zählart ($1) ist nicht gültig\";'),('de','messages:rest-permission-denied-anon','s:52:\"de:Für nicht angemeldete Benutzer nicht zugänglich\";'),('de','messages:rest-permission-denied-revision','s:69:\"de:Der Benutzer hat keinen Zugriff auf die angeforderte Version ($1).\";'),('de','messages:rest-permission-denied-title','s:58:\"de:Der Benutzer hat keine Rechte zum Lesen des Titels ($1)\";'),('de','messages:rest-prefix-mismatch','s:98:\"de:Der angeforderte Pfad ($1) konnte nicht innerhalb des REST-API-Root-Pfades ($2) gefunden werden\";'),('de','messages:rest-requires-safe-against-csrf','s:66:\"de:Dieser Endpunkt erfordert einen CSRF-sicheren Sitzungsanbieter.\";'),('de','messages:rest-resource-limit-exceeded','s:79:\"de:Die Ressourcengrenzen wurden bei der Bearbeitung der Anfrage überschritten.\";'),('de','messages:rest-search-error','s:51:\"de:Fehler bei der Rückgabe von Suchergebnissen: $1\";'),('de','messages:rest-update-cannot-create-page','s:222:\"de:Die Seite „$1“ kann nicht erstellt werden, da sie bereits existiert. Um die bestehende Seite zu aktualisieren, gib die Basis-Versions-ID in der Struktur unter dem Schlüssel „latest“ im Hauptteil der Anfrage an.\";'),('de','messages:rest-wrong-method','s:135:\"de:Die angeforderte Methode ($1) war keine {{PLURAL:$3|erlaubte Methode für diesen Pfad|der erlaubten Methoden für diesen Pfad}} ($2)\";'),('de','messages:restore-count-files','s:35:\"de:{{PLURAL:$1|1 Datei|$1 Dateien}}\";'),('de','messages:restore-count-revisions','s:39:\"de:{{PLURAL:$1|1 Version|$1 Versionen}}\";'),('de','messages:restorelink','s:59:\"de:$1 {{PLURAL:$1|gelöschte Version|gelöschte Versionen}}\";'),('de','messages:restoreprefs','s:41:\"de:Standardeinstellungen wiederherstellen\";'),('de','messages:restricted-displaytitle','s:136:\"de:<strong>Warnung:</strong> Der Anzeigetitel „$1“ wurde ignoriert, da er nicht mit dem tatsächlichen Seitentitel gleichwertig ist.\";'),('de','messages:restricted-displaytitle-ignored','s:39:\"de:Seiten mit ignorierten Anzeigetiteln\";'),('de','messages:restricted-displaytitle-ignored-desc','s:146:\"de:Die Seite hat einen ignorierten <code><nowiki>{{DISPLAYTITLE}}</nowiki></code>, da er nicht mit dem tatsächlichen Seitentitel äquivalent ist.\";'),('de','messages:restriction-blank','s:3:\"en:\";'),('de','messages:restriction-create','s:12:\"de:Erstellen\";'),('de','messages:restriction-edit','s:13:\"de:Bearbeiten\";'),('de','messages:restriction-level','s:15:\"de:Schutzhöhe:\";'),('de','messages:restriction-level-all','s:7:\"de:alle\";'),('de','messages:restriction-level-autoconfirmed','s:59:\"de:schreibgeschützt (nur angemeldete, nicht neue Benutzer)\";'),('de','messages:restriction-level-sysop','s:42:\"de:schreibgeschützt (nur Administratoren)\";'),('de','messages:restriction-move','s:14:\"de:Verschieben\";'),('de','messages:restriction-type','s:16:\"de:Schutzstatus:\";'),('de','messages:restriction-upload','s:12:\"de:Hochladen\";'),('de','messages:restrictionsfield-badip','s:62:\"de:Ungültige IP-Adresse oder ungültiger IP-Adressbereich: $1\";'),('de','messages:restrictionsfield-help','s:113:\"de:Eine IP-Adresse oder ein CIDR-Bereich pro Zeile. Um alles zu aktivieren, verwende:\n<pre>\n0.0.0.0/0\n::/0\n</pre>\";'),('de','messages:restrictionsfield-label','s:30:\"de:Erlaubte IP-Adressbereiche:\";'),('de','messages:retrievedfrom','s:25:\"de:Abgerufen von „$1“\";'),('de','messages:returnto','s:24:\"de:Zurück zur Seite $1.\";'),('de','messages:retypenew','s:33:\"de:Neues Passwort (Wiederholung):\";'),('de','messages:reuploaddesc','s:44:\"de:Abbrechen und zurück zur Hochladen-Seite\";'),('de','messages:rev-deleted-comment','s:29:\"de:(Zusammenfassung entfernt)\";'),('de','messages:rev-deleted-diff-view','s:237:\"de:Eine Version dieses Versionsunterschieds wurde \'\'\'gelöscht\'\'\'.\nDu kannst diesen Versionsunterschied einsehen, sofern du möchtest. Nähere Angaben stehen im [{{fullurl:{{#special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuch].\";'),('de','messages:rev-deleted-event','s:33:\"de:(Logbucheinzelheiten entfernt)\";'),('de','messages:rev-deleted-no-diff','s:189:\"de:Du kannst diesen Unterschied nicht betrachten, da eine der Versionen \'\'\'gelöscht\'\'\' wurde.\nDetails stehen im [{{fullurl:{{#special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuch].\";'),('de','messages:rev-deleted-text-permission','s:179:\"de:Diese Version wurde <strong>gelöscht</strong>.\nNähere Angaben zum Löschvorgang sowie eine Begründung stehen im [{{fullurl:{{#special:Log}}/delete|page=$1}} Lösch-Logbuch].\";'),('de','messages:rev-deleted-text-unhide','s:202:\"de:Diese Version wurde \'\'\'gelöscht\'\'\'.\nNähere Angaben stehen im [{{fullurl:{{#special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuch].\nDu kannst [$1 diese Version einsehen], sofern du möchtest.\";'),('de','messages:rev-deleted-text-view','s:183:\"de:Diese Version wurde <strong>gelöscht</strong>.\nDu kannst sie einsehen, sofern du möchtest. Nähere Angaben stehen im [{{fullurl:{{#special:Log}}/delete|page=$1}} Lösch-Logbuch].\";'),('de','messages:rev-deleted-unhide-diff','s:248:\"de:Eine der Versionen dieses Versionsunterschieds wurde \'\'\'gelöscht\'\'\'.\nNähere Angaben stehen im [{{fullurl:{{#special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuch].\nDu kannst [$1 diesen Versionsunterschied einsehen], sofern du möchtest.\";'),('de','messages:rev-deleted-user','s:26:\"de:(Benutzername entfernt)\";'),('de','messages:rev-deleted-user-contribs','s:83:\"de:[Benutzername oder IP-Adresse entfernt – Bearbeitung aus Beiträgen versteckt]\";'),('de','messages:rev-delundel','s:20:\"de:zeigen/verstecken\";'),('de','messages:rev-showdeleted','s:8:\"de:zeige\";'),('de','messages:rev-suppressed-diff-view','s:258:\"de:Eine der Versionen dieses Versionsunterschiedes wurde \'\'\'unterdrückt\'\'\'.\nDu kannst diesen Versionsunterschied einsehen, sofern du möchtest. Nähere Angaben stehen im [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} Unterdrückungs-Logbuch].\";'),('de','messages:rev-suppressed-no-diff','s:116:\"de:Du kannst diesen Versionsunterschied nicht betrachten, da eine der Versionen <strong>unterdrückt</strong> wurde.\";'),('de','messages:rev-suppressed-text','s:59:\"de:Diese Seitenversion wurde <strong>unterdrückt</strong>.\";'),('de','messages:rev-suppressed-text-permission','s:172:\"de:Diese Seitenversion wurde <strong>unterdrückt</strong>.\nEinzelheiten können im [{{fullurl:{{#Special:Log}}/suppress|page=$1}} Unterdrückungs-Logbuch] gefunden werden.\";'),('de','messages:rev-suppressed-text-unhide','s:216:\"de:Diese Version wurde \'\'\'unterdrückt\'\'\'.\nNähere Angaben stehen im [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} Unterdrückungs-Logbuch].\nDu kannst [$1 diese Version einsehen], sofern du möchtest.\";'),('de','messages:rev-suppressed-text-view','s:197:\"de:Diese Version wurde <strong>unterdrückt</strong>.\nDu kannst sie einsehen, sofern du möchtest. Nähere Angaben stehen im [{{fullurl:{{#Special:Log}}/suppress|page=$1}} Unterdrückungs-Logbuch].\";'),('de','messages:rev-suppressed-unhide-diff','s:262:\"de:Eine der Versionen dieses Versionsunterschieds wurde \'\'\'unterdrückt\'\'\'.\nNähere Angaben stehen im [{{fullurl:{{#special:Log}}/suppress|page={{FULLPAGENAMEE}}}} Unterdrückungs-Logbuch].\nDu kannst [$1 diesen Versionsunterschied einsehen], sofern du möchtest.\";'),('de','messages:revdel-restore','s:23:\"de:Sichtbarkeit ändern\";'),('de','messages:revdelete-concurrent-change','s:186:\"de:Fehler beim Bearbeiten des Eintrags vom $1, $2 Uhr: Es scheint, als ob der Status von jemandem geändert wurde, während du vorhattest, ihn zu bearbeiten.\nBitte prüfe die Logbücher.\";'),('de','messages:revdelete-confirm','s:165:\"de:Bitte bestätige, dass du beabsichtigst, dies zu tun, die Konsequenzen verstehst und es in Übereinstimmung mit den [[{{MediaWiki:Policy-url}}|Richtlinien]] tust.\";'),('de','messages:revdelete-content-hid','s:19:\"de:Inhalt versteckt\";'),('de','messages:revdelete-content-unhid','s:21:\"de:Inhalt freigegeben\";'),('de','messages:revdelete-edit-reasonlist','s:27:\"de:Löschgründe bearbeiten\";'),('de','messages:revdelete-edit-reasonlist-suppress','s:30:\"de:Oversightgründe bearbeiten\";'),('de','messages:revdelete-failure','s:70:\"de:\'\'\'Die Versionssichtbarkeit konnte nicht aktualisiert werden:\'\'\'\n$1\";'),('de','messages:revdelete-hide-comment','s:30:\"de:Bearbeitungszusammenfassung\";'),('de','messages:revdelete-hide-current','s:118:\"de:Fehler beim Verstecken des Eintrags vom $1, $2 Uhr: Dies ist die aktuelle Version.\nSie kann nicht versteckt werden.\";'),('de','messages:revdelete-hide-image','s:25:\"de:Dateiinhalt verstecken\";'),('de','messages:revdelete-hide-name','s:32:\"de:Ziel und Parameter verstecken\";'),('de','messages:revdelete-hide-restricted','s:76:\"de:Daten sowohl vor Administratoren als auch anderen Benutzern unterdrücken\";'),('de','messages:revdelete-hide-text','s:19:\"de:Text der Version\";'),('de','messages:revdelete-hide-user','s:42:\"de:Benutzername/IP-Adresse des Bearbeiters\";'),('de','messages:revdelete-legend','s:43:\"de:Setzen der Sichtbarkeitseinschränkungen\";'),('de','messages:revdelete-log','s:9:\"de:Grund:\";'),('de','messages:revdelete-modify-missing','s:63:\"de:Fehler beim Bearbeiten von ID $1: Es fehlt in der Datenbank!\";'),('de','messages:revdelete-modify-no-access','s:141:\"de:Fehler beim Bearbeiten des Eintrags vom $1, $2 Uhr: Dieser Eintrag wurde als „eingeschränkt“ markiert.\nDu hast darauf keinen Zugriff.\";'),('de','messages:revdelete-no-change','s:105:\"de:\'\'\'Warnung:\'\'\' Der Eintrag vom $1, $2 Uhr besitzt bereits die gewünschten Sichtbarkeitseinstellungen.\";'),('de','messages:revdelete-no-file','s:44:\"de:Die angegebene Datei ist nicht vorhanden.\";'),('de','messages:revdelete-nooldid-text','s:193:\"de:Du hast entweder keine Zielversion angegeben, auf die diese Funktion ausgeführt werden soll, die gewählte Version ist nicht vorhanden oder du versuchst, die aktuelle Version zu verstecken.\";'),('de','messages:revdelete-nooldid-title','s:26:\"de:Keine Version angegeben\";'),('de','messages:revdelete-offender','s:21:\"de:Autor der Version:\";'),('de','messages:revdelete-only-restricted','s:169:\"de:Fehler beim Verstecken des Eintrags vom $1, $2 Uhr: Du kannst keinen Eintrag vor Administratoren verstecken, ohne eine der anderen Ansichtsoptionen gewählt zu haben.\";'),('de','messages:revdelete-otherreason','s:30:\"de:Anderer/ergänzender Grund:\";'),('de','messages:revdelete-radio-same','s:18:\"de:(nicht ändern)\";'),('de','messages:revdelete-radio-set','s:12:\"de:Versteckt\";'),('de','messages:revdelete-radio-unset','s:11:\"de:Sichtbar\";'),('de','messages:revdelete-reason-dropdown','s:155:\"de:*Allgemeine Löschgründe\n** Urheberrechtsverletzung\n** Unangebrachte Kommentare\n** Unangebrachter Benutzername\n** Potentiell beleidigende Informationen\";'),('de','messages:revdelete-reason-dropdown-suppress','s:81:\"de:*Allgemeine Unterdrückungsgründe\n** Unangemessene persönliche Informationen\";'),('de','messages:revdelete-reasonotherlist','s:16:\"de:Anderer Grund\";'),('de','messages:revdelete-restricted','s:52:\"de:Einschränkungen gelten auch für Administratoren\";'),('de','messages:revdelete-selected-file','s:70:\"de:Ausgewählte {{PLURAL:$1|Dateiversion|Dateiversionen}} von [[:$2]]:\";'),('de','messages:revdelete-selected-text','s:60:\"de:Ausgewählte {{PLURAL:$1|Version|Versionen}} von [[:$2]]:\";'),('de','messages:revdelete-show-file-confirm','s:118:\"de:Bist du sicher, dass du die gelöschte Version der Datei „<nowiki>$1</nowiki>“ vom $2 um $3 Uhr ansehen willst?\";'),('de','messages:revdelete-show-file-submit','s:5:\"de:Ja\";'),('de','messages:revdelete-show-no-access','s:139:\"de:Fehler beim Anzeigen des Eintrags vom $1, $2 Uhr: Dieser Eintrag wurde als „eingeschränkt“ markiert.\nDu hast darauf keinen Zugriff.\";'),('de','messages:revdelete-submit','s:57:\"de:Auf gewählte {{PLURAL:$1|Version|Versionen}} anwenden\";'),('de','messages:revdelete-success','s:42:\"de:Die Versionsansicht wurde aktualisiert.\";'),('de','messages:revdelete-summary-hid','s:28:\"de:Zusammenfassung versteckt\";'),('de','messages:revdelete-summary-unhid','s:30:\"de:Zusammenfassung freigegeben\";'),('de','messages:revdelete-suppress','s:58:\"de:Grund der Löschung auch vor Administratoren verstecken\";'),('de','messages:revdelete-suppress-text','s:230:\"de:Unterdrückungen sollten \'\'\'nur\'\'\' in den folgenden Fällen vorgenommen werden:\n* Potentiell beleidigende Informationen\n* Unangebrachte persönliche Informationen\n*: \'\'Adressen, Telefonnummern, Sozialversicherungsnummern etc.\'\'\";'),('de','messages:revdelete-text-file','s:153:\"de:Gelöschte Dateiversionen verbleiben noch in der Datei-Versionsgeschichte, jedoch sind Teile ihres Inhalts für die Öffentlichkeit nicht zugänglich.\";'),('de','messages:revdelete-text-others','s:173:\"de:Andere Administratoren haben noch Zugriff auf den versteckten Inhalt und können ihn auch wiederherstellen, solange keine zusätzlichen Beschränkungen festgelegt werden.\";'),('de','messages:revdelete-text-text','s:142:\"de:Gelöschte Versionen verbleiben noch in der Versionsgeschichte, jedoch sind Teile ihres Inhalts für die Öffentlichkeit nicht zugänglich.\";'),('de','messages:revdelete-uname-hid','s:25:\"de:Benutzername versteckt\";'),('de','messages:revdelete-uname-unhid','s:27:\"de:Benutzername freigegeben\";'),('de','messages:revdelete-unrestricted','s:51:\"de:Einschränkungen für Administratoren aufgehoben\";'),('de','messages:revdelete-unsuppress','s:62:\"de:Einschränkungen für wiederhergestellte Versionen aufheben\";'),('de','messages:reverted','s:39:\"de:Auf eine alte Version zurückgesetzt\";'),('de','messages:revertmerge','s:34:\"de:Vereinigung rückgängig machen\";'),('de','messages:revertmove','s:21:\"de:zurückverschieben\";'),('de','messages:revertpage','s:144:\"de:Änderungen von [[Special:Contributions/$2|$2]] ([[User talk:$2|Diskussion]]) wurden auf die letzte Version von [[User:$1|$1]] zurückgesetzt\";'),('de','messages:revertpage-anon','s:114:\"de:Änderungen von [[Special:Contributions/$2|$2]] wurden auf die letzte Version von [[User:$1|$1]] zurückgesetzt\";'),('de','messages:revertpage-nouser','s:136:\"de:Änderungen von einem versteckten Benutzer rückgängig gemacht und letzte Version von {{GENDER:$1|[[User:$1|$1]]}} wiederhergestellt\";'),('de','messages:revid','s:13:\"de:Version $1\";'),('de','messages:revision-info','s:48:\"de:Version vom $4, $5 Uhr von {{GENDER:$6|$2}}$7\";'),('de','messages:revision-info-current','s:4:\"en:-\";'),('de','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('de','messages:revisionasof','s:25:\"de:Version vom $2, $3 Uhr\";'),('de','messages:revisiondelete','s:38:\"de:Versionen löschen/wiederherstellen\";'),('de','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('de','messages:right-apihighlimits','s:33:\"de:Höhere Limits in API-Abfragen\";'),('de','messages:right-applychangetags','s:70:\"de:[[Special:Tags|Markierungen]] zusammen mit den Änderungen anwenden\";'),('de','messages:right-autoconfirmed','s:47:\"de:Keine Beschränkung durch IP-basierte Limits\";'),('de','messages:right-autocreateaccount','s:58:\"de:Automatische Anmeldung mit einem externen Benutzerkonto\";'),('de','messages:right-autopatrol','s:62:\"de:Eigene Bearbeitungen automatisch als kontrolliert markieren\";'),('de','messages:right-bigdelete','s:49:\"de:Seiten mit großer Versionsgeschichte löschen\";'),('de','messages:right-block','s:34:\"de:Benutzer sperren (Schreibrecht)\";'),('de','messages:right-blockemail','s:44:\"de:Benutzer am Versenden von E-Mails hindern\";'),('de','messages:right-bot','s:39:\"de:Behandlung als automatischer Prozess\";'),('de','messages:right-browsearchive','s:33:\"de:Nach gelöschten Seiten suchen\";'),('de','messages:right-changetags','s:113:\"de:Beliebige [[Special:Tags|Markierungen]] zu einzelnen Versionen und Logbucheinträgen hinzufügen und entfernen\";'),('de','messages:right-createaccount','s:26:\"de:Benutzerkonto erstellen\";'),('de','messages:right-createpage','s:54:\"de:Seiten erstellen (die keine Diskussionsseiten sind)\";'),('de','messages:right-createtalk','s:30:\"de:Diskussionsseiten erstellen\";'),('de','messages:right-delete','s:18:\"de:Seiten löschen\";'),('de','messages:right-delete-redirect','s:49:\"de:Löschen einer Weiterleitung mit einer Version\";'),('de','messages:right-deletechangetags','s:59:\"de:[[Special:Tags|Markierungen]] aus der Datenbank löschen\";'),('de','messages:right-deletedhistory','s:81:\"de:Gelöschte Versionen in der Versionsgeschichte ansehen, ohne zugehörigen Text\";'),('de','messages:right-deletedtext','s:83:\"de:Gelöschte Texte und Versionsunterschiede zwischen gelöschten Versionen ansehen\";'),('de','messages:right-deletelogentry','s:59:\"de:Einzelne Logbuch-Einträge löschen und wiederherstellen\";'),('de','messages:right-deleterevision','s:63:\"de:Einzelne Versionen einer Seite löschen und wiederherstellen\";'),('de','messages:right-edit','s:20:\"de:Seiten bearbeiten\";'),('de','messages:right-editcontentmodel','s:43:\"de:Das Inhaltsmodell einer Seite bearbeiten\";'),('de','messages:right-editinterface','s:56:\"de:Systemnachrichten und Benutzeroberflächen bearbeiten\";'),('de','messages:right-editmyoptions','s:34:\"de:Eigene Einstellungen bearbeiten\";'),('de','messages:right-editmyprivateinfo','s:86:\"de:Eigene private Daten bearbeiten (beispielsweise E-Mail-Adresse, bürgerlicher Name)\";'),('de','messages:right-editmyusercss','s:41:\"de:Eigene Benutzer-CSS-Dateien bearbeiten\";'),('de','messages:right-editmyuserjs','s:48:\"de:Eigene Benutzer-JavaScript-Dateien bearbeiten\";'),('de','messages:right-editmyuserjson','s:42:\"de:Eigene Benutzer-JSON-Dateien bearbeiten\";'),('de','messages:right-editmyuserjsredirect','s:74:\"de:Eigene Benutzer-JavaScript-Dateien bearbeiten, die Weiterleitungen sind\";'),('de','messages:right-editmywatchlist','s:112:\"de:Eigene Beobachtungsliste bearbeiten (beachte, dass einige Aktionen auch ohne dieses Recht Seiten hinzufügen)\";'),('de','messages:right-editprotected','s:79:\"de:Seiten bearbeiten, die als „{{int:protect-level-sysop}}“ geschützt sind\";'),('de','messages:right-editsemiprotected','s:87:\"de:Seiten bearbeiten, die als „{{int:protect-level-autoconfirmed}}“ geschützt sind\";'),('de','messages:right-editsitecss','s:26:\"de:Wikiweit CSS bearbeiten\";'),('de','messages:right-editsitejs','s:35:\"de:Wikiweites JavaScript bearbeiten\";'),('de','messages:right-editsitejson','s:29:\"de:Wikiweites JSON bearbeiten\";'),('de','messages:right-editusercss','s:32:\"de:Fremde CSS-Dateien bearbeiten\";'),('de','messages:right-edituserjs','s:39:\"de:Fremde JavaScript-Dateien bearbeiten\";'),('de','messages:right-edituserjson','s:43:\"de:JSON-Dateien anderer Benutzer bearbeiten\";'),('de','messages:right-hideuser','s:38:\"de:Benutzernamen sperren und verbergen\";'),('de','messages:right-import','s:39:\"de:Seiten aus anderen Wikis importieren\";'),('de','messages:right-importupload','s:49:\"de:Seiten über Hochladen von Dateien importieren\";'),('de','messages:right-ipblock-exempt','s:69:\"de:Umgehung von IP-Sperren, automatischen Sperren und Bereichssperren\";'),('de','messages:right-managechangetags','s:61:\"de:[[Special:Tags|Markierungen]] erstellen und (de)aktivieren\";'),('de','messages:right-markbotedits','s:70:\"de:Schnell zurückgesetzte Bearbeitungen als Bot-Bearbeitung markieren\";'),('de','messages:right-mergehistory','s:42:\"de:Versionsgeschichten von Seiten vereinen\";'),('de','messages:right-mf-uploadbutton','s:57:\"de:Die Hochlade-Schaltfläche auf mobilen Seiten benutzen\";'),('de','messages:right-minoredit','s:36:\"de:Bearbeitungen als klein markieren\";'),('de','messages:right-move','s:21:\"de:Seiten verschieben\";'),('de','messages:right-move-categorypages','s:30:\"de:Kategorieseiten verschieben\";'),('de','messages:right-move-rootuserpages','s:35:\"de:Haupt-Benutzerseiten verschieben\";'),('de','messages:right-move-subpages','s:43:\"de:Seiten inklusive Unterseiten verschieben\";'),('de','messages:right-movefile','s:22:\"de:Dateien verschieben\";'),('de','messages:right-noanalytics','s:47:\"de:Von der Web-Analytics-Verfolgung ausgenommen\";'),('de','messages:right-nominornewtalk','s:93:\"de:Kleine Bearbeitungen an Diskussionsseiten führen zu keiner „Neue Nachrichten“-Anzeige\";'),('de','messages:right-noratelimit','s:35:\"de:Keine Beschränkung durch Limits\";'),('de','messages:right-override-export-depth','s:79:\"de:Exportiere Seiten einschließlich verlinkter Seiten bis zu einer Tiefe von 5\";'),('de','messages:right-pagelang','s:24:\"de:Seitensprache ändern\";'),('de','messages:right-patrol','s:50:\"de:Fremde Bearbeitungen als kontrolliert markieren\";'),('de','messages:right-patrolmarks','s:56:\"de:Kontrollmarkierungen in den letzten Änderungen sehen\";'),('de','messages:right-protect','s:72:\"de:Schutzeinstellungen ändern und kaskadengeschützte Seiten bearbeiten\";'),('de','messages:right-purge','s:21:\"de:Seitencache leeren\";'),('de','messages:right-read','s:15:\"de:Seiten lesen\";'),('de','messages:right-reupload','s:41:\"de:Überschreiben einer vorhandenen Datei\";'),('de','messages:right-reupload-own','s:56:\"de:Überschreiben einer zuvor selbst hochgeladenen Datei\";'),('de','messages:right-reupload-shared','s:91:\"de:Lokales Überschreiben einer in einem gemeinsam genutzten Repositorium vorhandenen Datei\";'),('de','messages:right-rollback','s:26:\"de:Schnelles Zurücksetzen\";'),('de','messages:right-sendemail','s:36:\"de:E-Mails an andere Benutzer senden\";'),('de','messages:right-siteadmin','s:35:\"de:Datenbank sperren und entsperren\";'),('de','messages:right-suppressionlog','s:29:\"de:Private Logbücher ansehen\";'),('de','messages:right-suppressredirect','s:68:\"de:Beim Verschieben die Erstellung einer Weiterleitung unterdrücken\";'),('de','messages:right-suppressrevision','s:84:\"de:Bestimmte Versionen vor jedem Benutzer verstecken, wiederherstellen und anschauen\";'),('de','messages:right-unblockself','s:18:\"de:Sich entsperren\";'),('de','messages:right-undelete','s:26:\"de:Seiten wiederherstellen\";'),('de','messages:right-unwatchedpages','s:42:\"de:Liste der unbeobachteten Seiten ansehen\";'),('de','messages:right-upload','s:20:\"de:Dateien hochladen\";'),('de','messages:right-upload_by_url','s:42:\"de:Dateien von einer URL-Adresse hochladen\";'),('de','messages:right-userrights','s:27:\"de:Benutzerrechte verwalten\";'),('de','messages:right-userrights-interwiki','s:44:\"de:Benutzerrechte in anderen Wikis verwalten\";'),('de','messages:right-viewmyprivateinfo','s:83:\"de:Eigene private Daten ansehen (beispielsweise E-Mail-Adresse, bürgerlicher Name)\";'),('de','messages:right-viewmywatchlist','s:35:\"de:Eigene Beobachtungsliste ansehen\";'),('de','messages:right-viewsuppressed','s:50:\"de:Vor jedem Benutzer versteckte Versionen ansehen\";'),('de','messages:right-writeapi','s:39:\"de:Benutzung der API mit Schreibzugriff\";'),('de','messages:rightslog','s:17:\"de:Rechte-Logbuch\";'),('de','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('de','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('de','messages:rightslogentry-temporary-group','s:25:\"de:$1 (temporär, bis $2)\";'),('de','messages:rightslogtext','s:59:\"de:Dies ist das Logbuch der Änderungen der Benutzerrechte.\";'),('de','messages:rightsnone','s:8:\"de:(–)\";'),('de','messages:rollback','s:32:\"de:Zurücksetzen der Änderungen\";'),('de','messages:rollback-confirmation-confirm','s:21:\"de:Bitte bestätigen:\";'),('de','messages:rollback-confirmation-no','s:12:\"de:Abbrechen\";'),('de','messages:rollback-confirmation-yes','s:16:\"de:Zurücksetzen\";'),('de','messages:rollback-missingparam','s:49:\"de:In der Anfrage fehlen erforderliche Parameter.\";'),('de','messages:rollback-missingrevision','s:50:\"de:Die Versionsdaten konnten nicht geladen werden.\";'),('de','messages:rollback-success','s:136:\"de:Die Änderungen von {{GENDER:$3|$1}} wurden rückgängig gemacht und die letzte Version von {{GENDER:$4|$2}} wurde wiederhergestellt.\";'),('de','messages:rollbackfailed','s:28:\"de:Zurücksetzen gescheitert\";'),('de','messages:rollbacklink','s:16:\"de:Zurücksetzen\";'),('de','messages:rollbacklinkcount','s:56:\"de:{{PLURAL:$1|Eine Version|$1 Versionen}} zurücksetzen\";'),('de','messages:rollbacklinkcount-morethan','s:65:\"de:Mehr als {{PLURAL:$1|eine Version|$1 Versionen}} zurücksetzen\";'),('de','messages:rotate-comment','s:57:\"de:Bild um $1 {{PLURAL:$1|Grad}} im Uhrzeigersinn gedreht\";'),('de','messages:sat','s:5:\"de:Sa\";'),('de','messages:saturday','s:10:\"de:Samstag\";'),('de','messages:saturday-at','s:16:\"de:Samstag um $1\";'),('de','messages:savearticle','s:18:\"de:Seite speichern\";'),('de','messages:savearticle-start','s:22:\"de:Seite speichern …\";'),('de','messages:savechanges','s:24:\"de:Änderungen speichern\";'),('de','messages:savechanges-start','s:28:\"de:Änderungen speichern …\";'),('de','messages:savedprefs','s:42:\"de:Deine Einstellungen wurden gespeichert.\";'),('de','messages:savedrights','s:63:\"de:Die Benutzergruppen von {{GENDER:$1|$1}} wurden gespeichert.\";'),('de','messages:savefile','s:18:\"de:Datei speichern\";'),('de','messages:saveprefs','s:26:\"de:Einstellungen speichern\";'),('de','messages:saveusergroups','s:46:\"de:{{GENDER:$1|Gruppenzugehörigkeit}} ändern\";'),('de','messages:scarytranscludedisabled','s:41:\"de:[Interwiki-Einbindung ist deaktiviert]\";'),('de','messages:scarytranscludefailed','s:47:\"de:[Vorlageneinbindung für $1 ist gescheitert]\";'),('de','messages:scarytranscludefailed-httpstatus','s:50:\"de:[Vorlagenabruf fehlgeschlagen für $1: HTTP $2]\";'),('de','messages:scarytranscludetoolong','s:20:\"de:[URL ist zu lang]\";'),('de','messages:search','s:8:\"de:Suche\";'),('de','messages:search-category','s:17:\"de:(Kategorie $1)\";'),('de','messages:search-error','s:47:\"de:Bei der Suche ist ein Fehler aufgetreten: $1\";'),('de','messages:search-external','s:16:\"de:Externe Suche\";'),('de','messages:search-file-match','s:27:\"de:(treffende Dateiinhalte)\";'),('de','messages:search-filter-title-prefix','s:58:\"de:Nur in Seiten suchen, deren Titel mit „$1“ beginnt.\";'),('de','messages:search-filter-title-prefix-reset','s:26:\"de:Alle Seiten durchsuchen\";'),('de','messages:search-ignored-headings','s:520:\"de: #<!-- diese Zeile nicht verändern --> <pre>\n# Überschriften, die von der Suche ignoriert werden.\n# Diese Änderungen werden wirksam, sobald die Seite mit der Überschrift indexiert wurde.\n# Du kannst die Seitenindexierung erzwingen, indem du einen Nulledit durchführst.\n# Syntax:\n#   * Alles, was einer Raute („#“) bis zum Zeilenende folgt, ist ein Kommentar.\n#   * Jede nicht-leere Zeile ist der exakte zu ignorierende Titel.\nEinzelnachweise\nWeblinks\nSiehe auch\n #</pre> <!-- diese Zeile nicht verändern -->\";'),('de','messages:search-interwiki-custom','s:3:\"en:\";'),('de','messages:search-interwiki-more','s:12:\"de:(weitere)\";'),('de','messages:search-interwiki-more-results','s:21:\"de:Weitere Ergebnisse\";'),('de','messages:search-interwiki-resultset-link','s:27:\"de:Alle Ergebnisse anzeigen\";'),('de','messages:search-invalid-sort-order','s:142:\"de:Die Sortierreihenfolge von $1 wurde nicht erkannt und deshalb wird die Standardsortierung angewendet. Gültige Sortierreihenfolgen sind: $2\";'),('de','messages:search-match-redirect-help','s:103:\"de:Wähle dies aus, um zur Seite weiterzuleiten, wenn ein Seitenname mit dem Suchbegriff übereinstimmt\";'),('de','messages:search-match-redirect-label','s:48:\"de:Weiterleitung zum exakten Treffer beim Suchen\";'),('de','messages:search-nonefound','s:58:\"de:Zu deiner Suchanfrage wurden keine Ergebnisse gefunden.\";'),('de','messages:search-nonefound-thiswiki','s:78:\"de:Es gibt auf dieser Website keine der Suchanfrage entsprechenden Ergebnisse.\";'),('de','messages:search-redirect','s:31:\"de:(Weiterleitung von „$1“)\";'),('de','messages:search-relatedarticle','s:12:\"de:Verwandte\";'),('de','messages:search-result-category-size','s:120:\"de:{{PLURAL:$1|1 Seite|$1 Seiten}} ({{PLURAL:$2|1 Unterkategorie|$2 Unterkategorien}}, {{PLURAL:$3|1 Datei|$3 Dateien}})\";'),('de','messages:search-result-size','s:39:\"de:$1 ({{PLURAL:$2|1 Wort|$2 Wörter}})\";'),('de','messages:search-rewritten','s:81:\"de:Es werden die Ergebnisse für $1 angezeigt. Keine Ergebnisse für $2 gefunden.\";'),('de','messages:search-section','s:17:\"de:(Abschnitt $1)\";'),('de','messages:search-showingresults','s:131:\"de:{{PLURAL:$4|Ergebnis <strong>$1</strong> von <strong>$3</strong>|Ergebnisse <strong>$1 bis $2</strong> von <strong>$3</strong>}}\";'),('de','messages:search-suggest','s:24:\"de:Meintest du „$1“?\";'),('de','messages:search-summary','s:3:\"en:\";'),('de','messages:search-unknown-profile','s:96:\"de:Das Suchprofil von $1 wurde nicht erkannt und deshalb wird das Standardsuchprofil angewendet.\";'),('de','messages:search-warning','s:47:\"de:Beim Suchen ist eine Warnung aufgetreten: $1\";'),('de','messages:searchall','s:7:\"de:alle\";'),('de','messages:searcharticle','s:8:\"de:Seite\";'),('de','messages:searchbutton','s:9:\"de:Suchen\";'),('de','messages:searchdisabled','s:154:\"de:Die {{SITENAME}}-Suche ist deaktiviert. Du kannst unterdessen mit Google suchen. Bitte bedenke, dass der Suchindex von {{SITENAME}} veraltet sein kann.\";'),('de','messages:searchlimit-help','s:22:\"de:Maximale Anzahl: $1\";'),('de','messages:searchlimit-label','s:74:\"de:Anzahl der Suchergebnisse, die auf jeder Seite angezeigt werden sollen:\";'),('de','messages:searchmenu-exists','s:112:\"de:Es gibt eine Seite, die den Namen „[[:$1]]“ in {{SITENAME}} hat. {{PLURAL:$2|0=|Weitere Suchergebnisse.}}\";'),('de','messages:searchmenu-new','s:160:\"de:Erstelle die Seite „[[:$1]]“ in diesem Wiki. {{PLURAL:$2|0=|Siehe auch die über deine Suche gefundene Seite.|Siehe auch die gefundenen Suchergebnisse.}}\";'),('de','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('de','messages:searchprofile-advanced','s:12:\"de:Erweitert\";'),('de','messages:searchprofile-advanced-tooltip','s:34:\"de:Suche in weiteren Namensräumen\";'),('de','messages:searchprofile-articles','s:16:\"de:Inhaltsseiten\";'),('de','messages:searchprofile-articles-tooltip','s:15:\"de:Suchen in $1\";'),('de','messages:searchprofile-everything','s:8:\"de:Alles\";'),('de','messages:searchprofile-everything-tooltip','s:60:\"de:Gesamten Inhalt durchsuchen (inklusive Diskussionsseiten)\";'),('de','messages:searchprofile-images','s:13:\"de:Multimedia\";'),('de','messages:searchprofile-images-tooltip','s:22:\"de:Nach Dateien suchen\";'),('de','messages:searchrelated','s:11:\"de:verwandt\";'),('de','messages:searchresults','s:17:\"de:Suchergebnisse\";'),('de','messages:searchresults-title','s:31:\"de:Suchergebnisse für „$1“\";'),('de','messages:searchresultshead','s:8:\"de:Suche\";'),('de','messages:searchsuggest-containing','s:24:\"de:Suche nach Seiten mit\";'),('de','messages:searchsuggest-search','s:27:\"de:{{SITENAME}} durchsuchen\";'),('de','messages:seconds','s:39:\"de:{{PLURAL:$1|$1 Sekunde|$1 Sekunden}}\";'),('de','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('de','messages:seconds-ago','s:46:\"de:vor {{PLURAL:$1|einer Sekunde|$1 Sekunden}}\";'),('de','messages:sectioneditnotsupported-text','s:117:\"de:Die Bearbeitung von Abschnitten wird auf dieser Seite nicht unterstützt oder ist für diese Ansicht abgeschaltet.\";'),('de','messages:sectioneditnotsupported-title','s:58:\"de:Die Bearbeitung von Abschnitten wird nicht unterstützt\";'),('de','messages:selfmove','s:81:\"de:Der Titel ist gleich.\nEine Seite kann nicht auf sich selbst verschoben werden.\";'),('de','messages:selfredirect','s:247:\"de:<strong>Warnung:</strong> Du leitest auf diese Seite selbst weiter.\nDu hast vermutlich das falsche Weiterleitungsziel angegeben oder du bearbeitest die falsche Seite.\nWenn du erneut auf „$1“ klickst, wird die Weiterleitung dennoch erstellt.\";'),('de','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('de','messages:semiprotectedpagemovewarning','s:177:\"de:\'\'\'Hinweis:\'\'\' Diese Seite wurde so geschützt, dass sie nur von automatisch bestätigten Benutzern verschoben werden kann.\nZur Information folgt der aktuelle Logbucheintrag:\";'),('de','messages:semiprotectedpagewarning','s:169:\"de:\'\'\'Halbsperrung:\'\'\' Die Seite wurde so geschützt, dass nur automatisch bestätigte Benutzer diese ändern können.\nZur Information folgt der aktuelle Logbucheintrag:\";'),('de','messages:sep','s:7:\"de:Sep.\";'),('de','messages:september','s:12:\"de:September\";'),('de','messages:september-gen','s:12:\"de:September\";'),('de','messages:servertime','s:32:\"de:Aktuelle Zeit auf dem Server:\";'),('de','messages:session_fail_preview','s:421:\"de:Entschuldigung! Wir konnten deine Bearbeitung nicht verarbeiten, da Sitzungsdaten verloren gegangen sind.\n\nDu wurdest eventuell abgemeldet. <strong>Bitte stelle sicher, dass du noch angemeldet bist, und versuche es erneut</strong>.\nFalls dies nicht funktioniert, versuche dich [[Special:UserLogout|abzumelden]] und anschließend wieder anzumelden und überprüfe, ob dein Browser Cookies von dieser Website akzeptiert.\";'),('de','messages:session_fail_preview_html','s:531:\"de:Deine Bearbeitung konnte nicht gespeichert werden, da Sitzungsdaten verloren gegangen sind.\n\n<em>Da in {{SITENAME}} das Speichern von reinem HTML aktiviert ist, wurde die Vorschau ausgeblendet, um JavaScript-Attacken vorzubeugen.</em>\n\n<strong>Bitte versuche es erneut, indem du unter der folgenden Textvorschau nochmals auf „Seite speichern“ klickst.</strong>\nSollte das Problem bestehen bleiben, [[Special:UserLogout|melde dich ab]] und danach wieder an. Überprüfe, ob dein Browser Cookies von dieser Website akzeptiert.\";'),('de','messages:sessionfailure','s:242:\"de:Es gab ein Problem bei der Übertragung deiner Benutzerdaten.\nDiese Aktion wurde daher sicherheitshalber abgebrochen, um eine falsche Zuordnung deiner Änderungen zu einem anderen Benutzer zu verhindern.\nBitte sende das Formular erneut ab.\";'),('de','messages:sessionfailure-title','s:17:\"de:Sitzungsfehler\";'),('de','messages:sessionmanager-tie','s:77:\"de:Mehrere Anfrageauthentifikationstypen konnten nicht kombiniert werden: $1.\";'),('de','messages:sessionprovider-generic','s:15:\"de:$1-Sitzungen\";'),('de','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:28:\"de:cookiebasierten Sitzungen\";'),('de','messages:sessionprovider-nocookies','s:106:\"de:Cookies sind eventuell deaktiviert. Stelle sicher, dass Cookies aktiviert sind, und versuche es erneut.\";'),('de','messages:shared-repo','s:41:\"de:einem gemeinsam genutzten Medienarchiv\";'),('de','messages:shared-repo-from','s:9:\"de:aus $1\";'),('de','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('de','messages:shareddescriptionfollows','s:4:\"en:-\";'),('de','messages:sharedupload','s:77:\"de:Diese Datei stammt aus $1 und darf von anderen Projekten verwendet werden.\";'),('de','messages:sharedupload-desc-create','s:176:\"de:Diese Datei stammt aus $1 und kann von anderen Projekten verwendet werden.\nVielleicht möchtest du die Beschreibung auf der dortigen [$2 Dateibeschreibungsseite] bearbeiten.\";'),('de','messages:sharedupload-desc-edit','s:176:\"de:Diese Datei stammt aus $1 und kann auf anderen Projekten verwendet werden.\nVielleicht möchtest du die Beschreibung auf der dortigen [$2 Dateibeschreibungsseite] bearbeiten.\";'),('de','messages:sharedupload-desc-here','s:155:\"de:Diese Datei stammt aus $1 und kann von anderen Projekten verwendet werden. Die Beschreibung von deren [$2 Dateibeschreibungsseite] wird unten angezeigt.\";'),('de','messages:sharedupload-desc-there','s:149:\"de:Diese Datei stammt aus $1 und darf von anderen Projekten verwendet werden. Siehe auf der [$2 Dateibeschreibungsseite] nach weiteren Informationen.\";'),('de','messages:shortpages','s:15:\"de:Kurze Seiten\";'),('de','messages:shortpages-summary','s:3:\"en:\";'),('de','messages:show','s:13:\"de:einblenden\";'),('de','messages:show-big-image','s:16:\"de:Originaldatei\";'),('de','messages:show-big-image-other','s:53:\"de:Weitere {{PLURAL:$2|Auflösung|Auflösungen}}: $1.\";'),('de','messages:show-big-image-preview','s:31:\"de:Größe dieser Vorschau: $1.\";'),('de','messages:show-big-image-preview-differ','s:47:\"de:Größe der $3-Vorschau dieser $2-Datei: $1.\";'),('de','messages:show-big-image-size','s:17:\"de:$1 × $2 Pixel\";'),('de','messages:showdiff','s:21:\"de:Änderungen zeigen\";'),('de','messages:showhideselectedlogentries','s:51:\"de:Sichtbarkeit gewählter Logbucheinträge ändern\";'),('de','messages:showhideselectedversions','s:44:\"de:Sichtbarkeit gewählter Versionen ändern\";'),('de','messages:showingresults','s:99:\"de:Hier {{PLURAL:$1|ist \'\'\'1\'\'\' Ergebnis|sind \'\'\'$1\'\'\' Ergebnisse}}, beginnend mit Nummer \'\'\'$2.\'\'\'\";'),('de','messages:showingresultsinrange','s:168:\"de:Unten {{PLURAL:$1|wird <strong>ein</strong> Ergebnis|werden bis zu <strong>$1</strong> Ergebnisse}} im Bereich <strong>$2</strong> bis <strong>$3</strong> angezeigt.\";'),('de','messages:shown-title','s:55:\"de:Zeige $1 {{PLURAL:$1|Ergebnis|Ergebnisse}} pro Seite\";'),('de','messages:showpreview','s:18:\"de:Vorschau zeigen\";'),('de','messages:showtoc','s:11:\"de:Anzeigen\";'),('de','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('de','messages:sig-text','s:7:\"en:--$1\";'),('de','messages:signature','s:61:\"de:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|Diskussion]])\";'),('de','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('de','messages:signature-temp','s:76:\"de:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|Diskussion]])\";'),('de','messages:signupend','s:3:\"en:\";'),('de','messages:signupend-https','s:3:\"en:\";'),('de','messages:signupstart','s:3:\"en:\";'),('de','messages:simpleantispam-label','s:62:\"de:Spamschutzprüfung.\nHier <strong>nichts</strong> eintragen!\";'),('de','messages:site-atom-feed','s:26:\"de:Atom-Feed für „$1“\";'),('de','messages:site-rss-feed','s:25:\"de:RSS-Feed für „$1“\";'),('de','messages:sitecsspreview','s:102:\"de:<strong>Dies ist nur eine Vorschau dieser CSS.</strong>\nDie Seite wurde noch nicht veröffentlicht!\";'),('de','messages:sitecssprotected','s:101:\"de:Du hast keine Berechtigung, diese CSS-Seite zu bearbeiten, da sie alle Besucher betreffen könnte.\";'),('de','messages:sitejsonpreview','s:117:\"de:<strong>Dies ist nur eine Vorschau dieser JSON-Konfiguration.</strong>\nDie Seite wurde noch nicht veröffentlicht!\";'),('de','messages:sitejsonprotected','s:102:\"de:Du hast keine Berechtigung, diese JSON-Seite zu bearbeiten, da sie alle Besucher betreffen könnte.\";'),('de','messages:sitejspreview','s:115:\"de:<strong>Dies ist nur eine Vorschau dieses JavaScript-Codes.</strong>\nDie Seite wurde noch nicht veröffentlicht!\";'),('de','messages:sitejsprotected','s:108:\"de:Du hast keine Berechtigung, diese JavaScript-Seite zu bearbeiten, da sie alle Besucher betreffen könnte.\";'),('de','messages:sitenotice','s:4:\"en:-\";'),('de','messages:siterawhtmlprotected','s:155:\"de:Du bist nicht berechtigt, diese Seite zu bearbeiten, weil sie rohes HTML beeinhaltet, welches modifiziert werden kann, um alle Besucher zu beeinflussen.\";'),('de','messages:sitesubtitle','s:3:\"en:\";'),('de','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('de','messages:siteuser','s:52:\"de:{{SITENAME}}-{{GENDER:$2|Benutzer|Benutzerin}} $1\";'),('de','messages:siteusers','s:62:\"de:{{PLURAL:$2|{{GENDER:$1|Benutzer|Benutzerin}}|Benutzer}} $1\";'),('de','messages:size-bytes','s:30:\"de:$1 {{PLURAL:$1|Byte|Bytes}}\";'),('de','messages:size-exabytes','s:8:\"en:$1 EB\";'),('de','messages:size-exapixel','s:8:\"en:$1 EP\";'),('de','messages:size-gigabytes','s:8:\"de:$1 GB\";'),('de','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('de','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('de','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('de','messages:size-megabytes','s:8:\"de:$1 MB\";'),('de','messages:size-megapixel','s:8:\"en:$1 MP\";'),('de','messages:size-petabytes','s:8:\"en:$1 PB\";'),('de','messages:size-petapixel','s:8:\"en:$1 PP\";'),('de','messages:size-pixel','s:25:\"de:$1 {{PLURAL:$1|Pixel}}\";'),('de','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('de','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('de','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('de','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('de','messages:size-terabytes','s:8:\"en:$1 TB\";'),('de','messages:size-terapixel','s:8:\"en:$1 TP\";'),('de','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('de','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('de','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('de','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('de','messages:skin-action-addsection','s:24:\"de:Abschnitt hinzufügen\";'),('de','messages:skin-action-delete','s:11:\"de:Löschen\";'),('de','messages:skin-action-move','s:14:\"de:Verschieben\";'),('de','messages:skin-action-protect','s:12:\"de:Schützen\";'),('de','messages:skin-action-undelete','s:19:\"de:Wiederherstellen\";'),('de','messages:skin-action-unprotect','s:23:\"de:Seitenschutz ändern\";'),('de','messages:skin-action-viewdeleted','s:15:\"de:$1 anzeigen?\";'),('de','messages:skin-action-viewsource','s:21:\"de:Quelltext anzeigen\";'),('de','messages:skin-preview','s:11:\"de:Vorschau\";'),('de','messages:skin-view-create','s:12:\"de:Erstellen\";'),('de','messages:skin-view-create-local','s:34:\"de:Lokale Beschreibung hinzufügen\";'),('de','messages:skin-view-edit','s:13:\"de:Bearbeiten\";'),('de','messages:skin-view-edit-local','s:33:\"de:Lokale Beschreibung bearbeiten\";'),('de','messages:skin-view-foreign','s:17:\"de:Auf $1 ansehen\";'),('de','messages:skin-view-history','s:21:\"de:Versionsgeschichte\";'),('de','messages:skin-view-view','s:8:\"de:Lesen\";'),('de','messages:skinname-minerva','s:10:\"en:Minerva\";'),('de','messages:skinname-vector','s:20:\"de:Vector alt (2010)\";'),('de','messages:skinname-vector-2022','s:16:\"de:Vector (2022)\";'),('de','messages:slot-name-main','s:8:\"de:Haupt\";'),('de','messages:softblockrangesreason','s:88:\"de:Anonyme Beiträge von deiner IP-Adresse ($1) sind nicht erlaubt. Bitte melde dich an.\";'),('de','messages:sorbs','s:8:\"en:DNSBL\";'),('de','messages:sorbs_create_account_reason','s:126:\"de:Die IP-Adresse ist in der DNSBL von {{SITENAME}} als offener PROXY gelistet. Das Anlegen neuer Benutzer ist nicht möglich.\";'),('de','messages:sorbsreason','s:79:\"de:Die IP-Adresse ist in der DNSBL von {{SITENAME}} als offener PROXY gelistet.\";'),('de','messages:sort-ascending','s:24:\"de:Aufsteigend sortieren\";'),('de','messages:sort-descending','s:23:\"de:Absteigend sortieren\";'),('de','messages:sort-initial','s:28:\"de:Ursprüngliche Sortierung\";'),('de','messages:sort-rowspan-error','s:192:\"de:Diese Seite enthält eine Tabelle mit einem rowspan-Attribut, das sich über mehr Zeilen erstreckt, als die Tabelle tatsächlich hat. Du kannst dies beheben, indem du die Seite bearbeitest.\";'),('de','messages:sourcefilename','s:14:\"de:Quelldatei:\";'),('de','messages:sourceurl','s:13:\"de:Quell-URL:\";'),('de','messages:sp-contributions-blocked-notice','s:132:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} ist derzeit gesperrt.\nEs folgt der aktuelle Eintrag aus dem Benutzersperr-Logbuch:\";'),('de','messages:sp-contributions-blocked-notice-anon','s:102:\"de:Diese IP-Adresse ist derzeit gesperrt.\nEs folgt der aktuelle Eintrag aus dem Benutzersperr-Logbuch:\";'),('de','messages:sp-contributions-blocked-notice-anon-partial','s:112:\"de:Diese IP-Adresse ist derzeit teilweise gesperrt.\nEs folgt der aktuelle Eintrag aus dem Benutzersperr-Logbuch:\";'),('de','messages:sp-contributions-blocked-notice-partial','s:111:\"de:Dieser Benutzer ist derzeit teilweise gesperrt.\nEs folgt der aktuelle Eintrag aus dem Benutzersperr-Logbuch:\";'),('de','messages:sp-contributions-blocklog','s:16:\"de:Sperr-Logbuch\";'),('de','messages:sp-contributions-concurrency-ip','s:110:\"de:Entschuldigung, es erfolgen zu viele Anfragen von deiner IP-Adresse. Bitte versuche es später noch einmal.\";'),('de','messages:sp-contributions-concurrency-user','s:113:\"de:Entschuldigung, es erfolgen zu viele Anfragen von deinem Benutzerkonto. Bitte versuche es später noch einmal.\";'),('de','messages:sp-contributions-deleted','s:45:\"de:Gelöschte {{GENDER:$1|Benutzerbeiträge}}\";'),('de','messages:sp-contributions-explain','s:3:\"en:\";'),('de','messages:sp-contributions-footer','s:4:\"en:-\";'),('de','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('de','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('de','messages:sp-contributions-hideminor','s:32:\"de:Kleine Änderungen ausblenden\";'),('de','messages:sp-contributions-logs','s:13:\"de:Logbücher\";'),('de','messages:sp-contributions-newonly','s:34:\"de:Nur Seitenerstellungen anzeigen\";'),('de','messages:sp-contributions-outofrange','s:124:\"de:Es konnten keine Ergebnisse angezeigt werden. Der angeforderte IP-Adressbereich ist größer als die CIDR-Grenze von /$1.\";'),('de','messages:sp-contributions-search','s:32:\"de:Suche nach Benutzerbeiträgen\";'),('de','messages:sp-contributions-submit','s:9:\"de:Suchen\";'),('de','messages:sp-contributions-suppresslog','s:48:\"de:Unterdrückte {{GENDER:$1|Benutzerbeiträge}}\";'),('de','messages:sp-contributions-talk','s:13:\"de:Diskussion\";'),('de','messages:sp-contributions-toponly','s:32:\"de:Nur aktuelle Versionen zeigen\";'),('de','messages:sp-contributions-uploads','s:23:\"de:Hochgeladene Dateien\";'),('de','messages:sp-contributions-username','s:32:\"de:IP-Adresse oder Benutzername:\";'),('de','messages:sp-contributions-userrights','s:43:\"de:{{GENDER:$1|Benutzerrechte­verwaltung}}\";'),('de','messages:sp-deletedcontributions-contribs','s:20:\"de:Benutzerbeiträge\";'),('de','messages:sp-newimages-showfrom','s:35:\"de:Zeige neue Dateien ab $1, $2 Uhr\";'),('de','messages:spam_blanking','s:56:\"de:Alle Versionen mit einem Link zu $1 wurden bereinigt.\";'),('de','messages:spam_deleting','s:56:\"de:Alle Versionen mit einem Link zu $1 wurden gelöscht.\";'),('de','messages:spam_reverting','s:53:\"de:Letzte Version ohne Links zu $1 wiederhergestellt.\";'),('de','messages:spambot_username','s:28:\"de:MediaWiki-Spam-Säuberung\";'),('de','messages:spamprotectionmatch','s:64:\"de:\'\'\'Der folgende Text wurde vom Spamfilter gefunden: \'\'$1\'\'\'\'\'\";'),('de','messages:spamprotectiontext','s:159:\"de:Der Text, den du veröffentlichen möchtest, wurde vom Spamschutzfilter blockiert.\nDas liegt wahrscheinlich an einem verbotenen Link auf eine externe Seite.\";'),('de','messages:spamprotectiontitle','s:19:\"de:Spamschutzfilter\";'),('de','messages:special-characters-group-arabic','s:11:\"de:Arabisch\";'),('de','messages:special-characters-group-arabicextended','s:22:\"de:Arabisch, erweitert\";'),('de','messages:special-characters-group-bangla','s:13:\"de:Bengalisch\";'),('de','messages:special-characters-group-canadianaboriginal','s:27:\"de:Kanadische Silbenschrift\";'),('de','messages:special-characters-group-cyrillic','s:13:\"de:Kyrillisch\";'),('de','messages:special-characters-group-devanagari','s:13:\"de:Devanagari\";'),('de','messages:special-characters-group-greek','s:13:\"de:Griechisch\";'),('de','messages:special-characters-group-greekextended','s:25:\"de:Erweitertes Griechisch\";'),('de','messages:special-characters-group-gujarati','s:11:\"de:Gujarati\";'),('de','messages:special-characters-group-hebrew','s:13:\"de:Hebräisch\";'),('de','messages:special-characters-group-ipa','s:46:\"de:Internationales Phonetisches Alphabet (IPA)\";'),('de','messages:special-characters-group-khmer','s:8:\"de:Khmer\";'),('de','messages:special-characters-group-lao','s:11:\"de:Laotisch\";'),('de','messages:special-characters-group-latin','s:13:\"de:Lateinisch\";'),('de','messages:special-characters-group-latinextended','s:24:\"de:Lateinisch, erweitert\";'),('de','messages:special-characters-group-persian','s:11:\"de:Persisch\";'),('de','messages:special-characters-group-runes','s:8:\"de:Runen\";'),('de','messages:special-characters-group-sinhala','s:16:\"de:Singhalesisch\";'),('de','messages:special-characters-group-symbols','s:10:\"de:Symbole\";'),('de','messages:special-characters-group-tamil','s:12:\"de:Tamilisch\";'),('de','messages:special-characters-group-telugu','s:9:\"de:Telugu\";'),('de','messages:special-characters-group-thai','s:16:\"de:Thailändisch\";'),('de','messages:special-characters-title-emdash','s:16:\"de:Geviertstrich\";'),('de','messages:special-characters-title-endash','s:20:\"de:Halbgeviertstrich\";'),('de','messages:special-characters-title-minus','s:8:\"de:Minus\";'),('de','messages:specialdeletepage-page','s:12:\"de:Zielseite\";'),('de','messages:specialdeletepage-submit','s:16:\"de:Gehe zu Seite\";'),('de','messages:specialeditpage-page','s:12:\"de:Zielseite\";'),('de','messages:specialeditpage-submit','s:16:\"de:Gehe zu Seite\";'),('de','messages:speciallogtitlelabel','s:66:\"de:Ziel (Titel oder {{ns:user}}:Benutzername für einen Benutzer):\";'),('de','messages:specialloguserlabel','s:26:\"de:Ausführender Benutzer:\";'),('de','messages:specialmute','s:8:\"de:Stumm\";'),('de','messages:specialmute-email-footer','s:83:\"de:Um Deine E-Mail Einstellungen für {{BIDI:$2}} zu verwalten, besuche bitte <$1>.\";'),('de','messages:specialmute-error-invalid-user','s:58:\"de:Der gesuchte Benutzername konnte nicht gefunden werden.\";'),('de','messages:specialmute-error-no-options','s:252:\"de:Stummschaltungs-Funktionen sind nicht verfügbar. Gründe dafür könnten sein: Du hast deine E-Mail-Adresse nicht bestätigt, ein Administrator hat die E-Mail-Funktionen deaktiviert oder eine E-Mail-Stummschaltungsliste in diesem Wiki eingerichtet.\";'),('de','messages:specialmute-header','s:96:\"de:Bitte wähle deine Stummschaltungseinstellungen für Benutzer <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('de','messages:specialmute-label-mute-email','s:73:\"de:E-Mails {{GENDER:$1|dieses Benutzers|dieser Benutzerin}} stummschalten\";'),('de','messages:specialmute-login-required','s:73:\"de:Bitte melde dich an, um deine Stummschaltungseinstellungen zu ändern.\";'),('de','messages:specialmute-submit','s:14:\"de:Bestätigen\";'),('de','messages:specialmute-success','s:152:\"de:Deine Stummschaltungseinstellungen wurden aktualisiert. Schau dir alle stummgeschalteten Benutzer in [[Special:Preferences|deinen Einstellungen]] an.\";'),('de','messages:specialpage','s:15:\"de:Spezialseite\";'),('de','messages:specialpage-empty','s:58:\"de:Es sind aktuell keine zutreffenden Einträge vorhanden.\";'),('de','messages:specialpage-securitylevel-not-allowed','s:113:\"de:Leider bist du nicht berechtigt, diese Seite zu benutzen, da deine Identität nicht verifiziert werden konnte.\";'),('de','messages:specialpage-securitylevel-not-allowed-title','s:16:\"de:Nicht erlaubt\";'),('de','messages:specialpagehistory-page','s:12:\"de:Zielseite\";'),('de','messages:specialpagehistory-submit','s:16:\"de:Gehe zu Seite\";'),('de','messages:specialpageinfo-page','s:12:\"de:Zielseite\";'),('de','messages:specialpageinfo-submit','s:16:\"de:Gehe zu Seite\";'),('de','messages:specialpages','s:16:\"de:Spezialseiten\";'),('de','messages:specialpages-group-changes','s:36:\"de:Letzte Änderungen und Logbücher\";'),('de','messages:specialpages-group-developer','s:22:\"de:Entwicklerwerkzeuge\";'),('de','messages:specialpages-group-highuse','s:26:\"de:Häufig benutzte Seiten\";'),('de','messages:specialpages-group-login','s:16:\"de:Benutzerkonto\";'),('de','messages:specialpages-group-maintenance','s:17:\"de:Wartungslisten\";'),('de','messages:specialpages-group-media','s:9:\"de:Medien\";'),('de','messages:specialpages-group-other','s:23:\"de:Andere Spezialseiten\";'),('de','messages:specialpages-group-pages','s:15:\"de:Seitenlisten\";'),('de','messages:specialpages-group-pagetools','s:18:\"de:Seitenwerkzeuge\";'),('de','messages:specialpages-group-redirects','s:31:\"de:Weiterleitende Spezialseiten\";'),('de','messages:specialpages-group-spam','s:17:\"de:Spam-Werkzeuge\";'),('de','messages:specialpages-group-users','s:22:\"de:Benutzer und Rechte\";'),('de','messages:specialpages-group-wiki','s:22:\"de:Daten und Werkzeuge\";'),('de','messages:specialpages-note-cached','s:4:\"en:-\";'),('de','messages:specialpages-note-restricted','s:111:\"de:* Reguläre Spezialseiten\n* <span class=\"mw-specialpagerestricted\">Zugriffsbeschränkte Spezialseiten</span>\";'),('de','messages:specialpages-note-top','s:10:\"de:Legende\";'),('de','messages:specialpages-summary','s:3:\"en:\";'),('de','messages:specialprotectpage-page','s:12:\"de:Zielseite\";'),('de','messages:specialprotectpage-submit','s:16:\"de:Gehe zu Seite\";'),('de','messages:specialpurge-page','s:12:\"de:Zielseite\";'),('de','messages:specialpurge-submit','s:16:\"de:Gehe zu Seite\";'),('de','messages:statistics','s:12:\"de:Statistik\";'),('de','messages:statistics-articles','s:16:\"de:Inhaltsseiten\";'),('de','messages:statistics-articles-desc','s:3:\"en:\";'),('de','messages:statistics-edits','s:22:\"de:Seitenbearbeitungen\";'),('de','messages:statistics-edits-average','s:42:\"de:Bearbeitungen pro Seite im Durchschnitt\";'),('de','messages:statistics-files','s:23:\"de:Hochgeladene Dateien\";'),('de','messages:statistics-files-desc','s:3:\"en:\";'),('de','messages:statistics-footer','s:3:\"en:\";'),('de','messages:statistics-header-edits','s:24:\"de:Bearbeitungsstatistik\";'),('de','messages:statistics-header-hooks','s:23:\"de:Sonstige Statistiken\";'),('de','messages:statistics-header-pages','s:18:\"de:Seitenstatistik\";'),('de','messages:statistics-header-users','s:20:\"de:Benutzerstatistik\";'),('de','messages:statistics-pages','s:9:\"de:Seiten\";'),('de','messages:statistics-pages-desc','s:80:\"de:Alle Seiten in diesem Wiki, inklusive Diskussionsseiten, Weiterleitungen usw.\";'),('de','messages:statistics-summary','s:3:\"en:\";'),('de','messages:statistics-users','s:23:\"de:Angemeldete Benutzer\";'),('de','messages:statistics-users-active','s:18:\"de:Aktive Benutzer\";'),('de','messages:statistics-users-active-desc','s:108:\"de:Benutzer mit Bearbeitungen {{PLURAL:$1|während der letzten 24 Stunden|während der vergangenen $1 Tage}}\";'),('de','messages:storedversion','s:23:\"de:Gespeicherte Version\";'),('de','messages:subcategories','s:18:\"de:Unterkategorien\";'),('de','messages:subject','s:11:\"de:Betreff:\";'),('de','messages:summary','s:19:\"de:Zusammenfassung:\";'),('de','messages:summary-preview','s:38:\"de:Vorschau der Zusammenfassungszeile:\";'),('de','messages:sun','s:5:\"de:So\";'),('de','messages:sunday','s:10:\"de:Sonntag\";'),('de','messages:sunday-at','s:16:\"de:Sonntag um $1\";'),('de','messages:suppress','s:16:\"de:Unterdrücken\";'),('de','messages:suppressionlog','s:20:\"de:Oversight-Logbuch\";'),('de','messages:suppressionlogtext','s:258:\"de:Dies ist das Logbuch der Oversight-Aktionen (Änderungen der Sichtbarkeit von Versionen, Bearbeitungskommentaren, Benutzernamen und Benutzersperren).\nSiehe die [[Special:BlockList|Liste der gesperrten IP-Adressen und Benutzernamen]] für aktuelle Sperren.\";'),('de','messages:suspicious-userlogout','s:125:\"de:Deine Abmeldeanfrage wurde verweigert, da sie vermutlich von einem defekten Browser oder einem Cache-Proxy gesendet wurde.\";'),('de','messages:svg-long-desc','s:60:\"de:SVG-Datei, Basisgröße: $1 × $2 Pixel, Dateigröße: $3\";'),('de','messages:svg-long-desc-animated','s:69:\"de:Animierte SVG-Datei, Basisgröße $1 × $2 Pixel, Dateigröße: $3\";'),('de','messages:svg-long-error','s:27:\"de:Ungültige SVG-Datei: $1\";'),('de','messages:syntaxhighlight-desc','s:158:\"de:Ergänzt das Tag <code>&lt;syntaxhighlight&gt;</code> zur Syntaxhervorhebung mit Hilfe des [http://pygments.org/ Python-Syntax-Highlighters „Pygments“]\";'),('de','messages:syntaxhighlight-enclose-category','s:41:\"de:Seiten mit veraltetem enclose-Attribut\";'),('de','messages:syntaxhighlight-enclose-category-desc','s:79:\"de:Die Syntaxhervorhebung auf der Seite verwendet die veraltete enclose-Syntax.\";'),('de','messages:syntaxhighlight-error-category','s:40:\"de:Seiten mit Syntaxhervorhebungsfehlern\";'),('de','messages:syntaxhighlight-error-category-desc','s:88:\"de:Es gab einen Fehler bei der Syntaxhervorhebung des auf der Seite eingebetteten Codes.\";'),('de','messages:syntaxhighlight-error-exceeds-size-limit','s:130:\"de:Die Codegröße von {{PLURAL:$1|einem Byte|$1 Bytes}} überschreitet das erlaubte Maximum von {{PLURAL:$2|einem Byte|$2 Bytes}}\";'),('de','messages:syntaxhighlight-error-pygments-invocation-failure','s:36:\"de:Fehler beim Aufrufen von Pygments\";'),('de','messages:syntaxhighlight-error-unknown-language','s:30:\"de:Unbekannte Sprache „$1“\";'),('de','messages:syntaxhighlight-source-category','s:39:\"de:Seiten mit dem veralteten source-Tag\";'),('de','messages:syntaxhighlight-source-category-desc','s:75:\"de:Die Syntaxhervorhebung auf der Seite verwendet das veraltete source-Tag.\";'),('de','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"de:Code\";'),('de','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:10:\"de:Sprache\";'),('de','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:10:\"de:(Keine)\";'),('de','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:25:\"de:Zeilennummern anzeigen\";'),('de','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:20:\"de:Startzeilennummer\";'),('de','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:12:\"de:Codeblock\";'),('de','messages:systemblockedtext','s:289:\"de:Dein Benutzername oder deine IP-Adresse wurde von MediaWiki automatisch gesperrt.\nDer angegebene Grund ist:\n\n:<em>$2</em>\n\n* Beginn der Sperre: $8\n* Ablauf der Sperre: $6\n* Sperre betrifft: $7\n\nDeine aktuelle IP-Adresse ist $3.\nBitte gib alle oben stehenden Details in jeder Anfrage an.\";'),('de','messages:table_pager_empty','s:19:\"de:Keine Ergebnisse\";'),('de','messages:table_pager_first','s:14:\"de:Erste Seite\";'),('de','messages:table_pager_last','s:15:\"de:Letzte Seite\";'),('de','messages:table_pager_limit','s:31:\"de:Zeige $1 Einträge pro Seite\";'),('de','messages:table_pager_limit_label','s:23:\"de:Einträge pro Seite:\";'),('de','messages:table_pager_limit_submit','s:6:\"de:Los\";'),('de','messages:table_pager_next','s:17:\"de:Nächste Seite\";'),('de','messages:table_pager_prev','s:18:\"de:Vorherige Seite\";'),('de','messages:tag-filter','s:39:\"de:[[Special:Tags|Markierungs]]-Filter:\";'),('de','messages:tag-filter-submit','s:9:\"de:Filter\";'),('de','messages:tag-hidden','s:29:\"de:$1 (versteckte Markierung)\";'),('de','messages:tag-list-wrapper','s:61:\"de:[[Special:Tags|{{PLURAL:$1|Markierung|Markierungen}}]]: $2\";'),('de','messages:tag-mobile_edit','s:21:\"de:Mobile Bearbeitung\";'),('de','messages:tag-mobile_edit-description','s:34:\"de:Mobil bearbeitet (Web oder App)\";'),('de','messages:tag-mobile_web_edit','s:25:\"de:Mobile Web-Bearbeitung\";'),('de','messages:tag-mobile_web_edit-description','s:37:\"de:Bearbeitet von der mobilen Website\";'),('de','messages:tag-mw-blank','s:10:\"de:Geleert\";'),('de','messages:tag-mw-blank-description','s:47:\"de:Bearbeitungen, die eine Seite geleert haben.\";'),('de','messages:tag-mw-changed-redirect-target','s:31:\"de:Weiterleitungsziel geändert\";'),('de','messages:tag-mw-changed-redirect-target-description','s:67:\"de:Bearbeitungen, die das Ziel einer Weiterleitung geändert haben.\";'),('de','messages:tag-mw-contentmodelchange','s:31:\"de:Änderung des Inhaltsmodells\";'),('de','messages:tag-mw-contentmodelchange-description','s:135:\"de:Bearbeitungen, die [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel das Inhaltsmodell einer Seite ändern]\";'),('de','messages:tag-mw-manual-revert','s:26:\"de:Manuelle Zurücksetzung\";'),('de','messages:tag-mw-manual-revert-description','s:81:\"de:Bearbeitungen, die die Seite manuell in einen vorherigen Zustand zurücksetzen\";'),('de','messages:tag-mw-new-redirect','s:21:\"de:Neue Weiterleitung\";'),('de','messages:tag-mw-new-redirect-description','s:103:\"de:Bearbeitungen, die eine neue Weiterleitung erstellen oder eine Seite auf eine Weiterleitung ändern.\";'),('de','messages:tag-mw-removed-redirect','s:25:\"de:Weiterleitung entfernt\";'),('de','messages:tag-mw-removed-redirect-description','s:89:\"de:Bearbeitungen, die eine vorhandene Weiterleitung auf eine Nicht-Weiterleitung ändern.\";'),('de','messages:tag-mw-replace','s:10:\"de:Ersetzt\";'),('de','messages:tag-mw-replace-description','s:70:\"de:Bearbeitungen, die mehr als 90 % des Inhalts einer Seite entfernen.\";'),('de','messages:tag-mw-reverted','s:17:\"de:Zurückgesetzt\";'),('de','messages:tag-mw-reverted-description','s:87:\"de:Bearbeitungen, die später durch eine andere Bearbeitung rückgängig gemacht wurden\";'),('de','messages:tag-mw-rollback','s:17:\"de:Zurücksetzung\";'),('de','messages:tag-mw-rollback-description','s:98:\"de:Bearbeitungen, die frühere Bearbeitungen mithilfe des Zurücksetzen-Links rückgängig machen.\";'),('de','messages:tag-mw-server-side-upload','s:34:\"de:Serverseitig hochgeladene Datei\";'),('de','messages:tag-mw-server-side-upload-description','s:65:\"de:Mediendateien, die über ein Wartungsskript hochgeladen wurden\";'),('de','messages:tag-mw-undo','s:22:\"de:Rückgängigmachung\";'),('de','messages:tag-mw-undo-description','s:93:\"de:Bearbeitungen, die frühere Versionen mit dem Link „Rückgängig machen“ zurücksetzen\";'),('de','messages:tagline','s:19:\"de:Aus {{SITENAME}}\";'),('de','messages:tags','s:25:\"de:Änderungsmarkierungen\";'),('de','messages:tags-actions-header','s:11:\"de:Aktionen\";'),('de','messages:tags-activate','s:13:\"de:aktivieren\";'),('de','messages:tags-activate-not-allowed','s:64:\"de:Es ist nicht möglich, die Markierung „$1“ zu aktivieren.\";'),('de','messages:tags-activate-not-found','s:47:\"de:Die Markierung „$1“ ist nicht vorhanden.\";'),('de','messages:tags-activate-question','s:56:\"de:Du bist dabei, die Markierung „$1“ zu aktivieren.\";'),('de','messages:tags-activate-reason','s:9:\"de:Grund:\";'),('de','messages:tags-activate-submit','s:13:\"de:Aktivieren\";'),('de','messages:tags-activate-title','s:24:\"de:Markierung aktivieren\";'),('de','messages:tags-active-header','s:9:\"de:Aktiv?\";'),('de','messages:tags-active-no','s:7:\"de:Nein\";'),('de','messages:tags-active-yes','s:5:\"de:Ja\";'),('de','messages:tags-apply-blocked','s:124:\"de:Du kannst keine Änderungsmarkierungen zusammen mit deinen Änderungen anwenden, während {{GENDER:$1|du}} gesperrt bist.\";'),('de','messages:tags-apply-no-permission','s:95:\"de:Du bist nicht berechtigt, Änderungsmarkierungen zusammen mit deinen Änderungen anzuwenden.\";'),('de','messages:tags-apply-not-allowed-multi','s:112:\"de:Die {{PLURAL:$2|folgende Markierung darf|folgenden Markierungen dürfen}} nicht manuell angewendet werden: $1\";'),('de','messages:tags-apply-not-allowed-one','s:64:\"de:Die Markierung „$1“ darf nicht manuell angewendet werden.\";'),('de','messages:tags-create-already-exists','s:49:\"de:Die Markierung „$1“ ist bereits vorhanden.\";'),('de','messages:tags-create-explanation','s:116:\"de:Standardmäßig werden neu erstellte Markierungen für die Verwendung durch Benutzer und Bots verfügbar gemacht.\";'),('de','messages:tags-create-heading','s:33:\"de:Eine neue Markierung erstellen\";'),('de','messages:tags-create-invalid-chars','s:143:\"de:Markierungsnamen dürfen keine Kommata (<code>,</code>), senkrechte Striche (<code>|</code>) oder Schrägstriche (<code>/</code>) enthalten.\";'),('de','messages:tags-create-invalid-title-chars','s:103:\"de:Markierungsnamen dürfen keine Zeichen enthalten, die nicht in Seitennamen verwendet werden können.\";'),('de','messages:tags-create-no-name','s:43:\"de:Du musst einen Markierungsnamen angeben.\";'),('de','messages:tags-create-reason','s:9:\"de:Grund:\";'),('de','messages:tags-create-submit','s:12:\"de:Erstellen\";'),('de','messages:tags-create-tag-name','s:23:\"de:Name der Markierung:\";'),('de','messages:tags-create-warnings-above','s:131:\"de:Die {{PLURAL:$2|folgende Warnung ist|folgenden Warnungen sind}} beim Versuch, die Markierung „$1“ zu erstellen, aufgetreten:\";'),('de','messages:tags-create-warnings-below','s:60:\"de:Möchtest du mit dem Erstellen der Markierung fortfahren?\";'),('de','messages:tags-deactivate','s:15:\"de:deaktivieren\";'),('de','messages:tags-deactivate-not-allowed','s:66:\"de:Es ist nicht möglich, die Markierung „$1“ zu deaktivieren.\";'),('de','messages:tags-deactivate-question','s:58:\"de:Du bist dabei, die Markierung „$1“ zu deaktivieren.\";'),('de','messages:tags-deactivate-reason','s:9:\"de:Grund:\";'),('de','messages:tags-deactivate-submit','s:15:\"de:Deaktivieren\";'),('de','messages:tags-deactivate-title','s:26:\"de:Markierung deaktivieren\";'),('de','messages:tags-delete','s:11:\"de:löschen\";'),('de','messages:tags-delete-explanation-active','s:216:\"de:<strong>Die Markierung „$1“ ist noch aktiv und wird auch in Zukunft eingesetzt werden.</strong> Um dies zu beenden, gehe zu den Orten, wo die Anwendung der Markierung festgelegt wird, und deaktiviere sie dort.\";'),('de','messages:tags-delete-explanation-in-use','s:184:\"de:Sie wird von {{PLURAL:$2|einer Version oder einem Logbucheintrag|allen $2 Versionen und/oder Logbucheinträgen}} entfernt, bei {{PLURAL:$2|der/m|denen}} sie derzeit eingesetzt wird.\";'),('de','messages:tags-delete-explanation-initial','s:72:\"de:Du bist dabei, die Markierung „$1“ aus der Datenbank zu löschen.\";'),('de','messages:tags-delete-explanation-warning','s:226:\"de:Diese Aktion ist <strong>unwiderruflich</strong> und <strong>kann nicht rückgängig gemacht werden</strong>, auch nicht von Datenbankadministratoren. Sei dir sicher, dass dies die Markierung ist, die du löschen möchtest.\";'),('de','messages:tags-delete-no-permission','s:64:\"de:Du bist nicht berechtigt, Änderungsmarkierungen zu löschen.\";'),('de','messages:tags-delete-not-allowed','s:141:\"de:Markierungen, die von einer Erweiterung definiert werden, können nicht gelöscht werden, außer die Erweiterung erlaubt es ausdrücklich.\";'),('de','messages:tags-delete-not-found','s:47:\"de:Die Markierung „$1“ ist nicht vorhanden.\";'),('de','messages:tags-delete-reason','s:9:\"de:Grund:\";'),('de','messages:tags-delete-submit','s:43:\"de:Diese Markierung unwiderruflich löschen\";'),('de','messages:tags-delete-title','s:22:\"de:Markierung löschen\";'),('de','messages:tags-delete-too-many-uses','s:136:\"de:Die Markierung „$1“ wird bei mehr als {{PLURAL:$2|einer Version|$2 Versionen}} verwendet und kann deshalb nicht gelöscht werden.\";'),('de','messages:tags-delete-warnings-after-delete','s:125:\"de:Die Markierung „$1“ wurde gelöscht, aber die {{PLURAL:$2|folgende Warnung ist|folgenden Warnungen sind}} aufgetreten:\";'),('de','messages:tags-description-header','s:29:\"de:Vollständige Beschreibung\";'),('de','messages:tags-display-header','s:37:\"de:Benennung auf den Änderungslisten\";'),('de','messages:tags-edit','s:13:\"de:bearbeiten\";'),('de','messages:tags-edit-add','s:34:\"de:Diese Markierungen hinzufügen:\";'),('de','messages:tags-edit-chosen-no-results','s:49:\"de:Keine übereinstimmenden Markierungen gefunden\";'),('de','messages:tags-edit-chosen-placeholder','s:33:\"de:Einige Markierungen auswählen\";'),('de','messages:tags-edit-existing-tags','s:27:\"de:Vorhandene Markierungen:\";'),('de','messages:tags-edit-existing-tags-none','s:17:\"de:<em>Keine</em>\";'),('de','messages:tags-edit-failure','s:53:\"de:Die Änderungen konnten nicht angewandt werden:\n$1\";'),('de','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('de','messages:tags-edit-logentry-legend','s:109:\"de:Markierungen von {{PLURAL:$1|diesem Logbucheintrag|allen $1 Logbucheinträgen}} hinzufügen oder entfernen\";'),('de','messages:tags-edit-logentry-selected','s:78:\"de:{{PLURAL:$1|Ausgewähltes Logbuchereignis|Ausgewählte Logbuchereignisse}}:\";'),('de','messages:tags-edit-logentry-submit','s:83:\"de:Änderungen an {{PLURAL:$1|diesen Logbucheintrag|$1 Logbucheinträgen}} anwenden\";'),('de','messages:tags-edit-manage-link','s:25:\"de:Markierungen verwalten\";'),('de','messages:tags-edit-new-tags','s:21:\"de:Neue Markierungen:\";'),('de','messages:tags-edit-none-selected','s:83:\"de:Bitte wähle mindestens eine hinzuzufügende oder zu entfernende Markierung aus.\";'),('de','messages:tags-edit-nooldid-text','s:146:\"de:Du hast entweder keine Zielversion angegeben, für die diese Funktion ausgeführt werden soll, oder die angegebene Version ist nicht vorhanden.\";'),('de','messages:tags-edit-nooldid-title','s:25:\"de:Ungültige Zielversion\";'),('de','messages:tags-edit-reason','s:9:\"de:Grund:\";'),('de','messages:tags-edit-remove','s:32:\"de:Diese Markierungen entfernen:\";'),('de','messages:tags-edit-remove-all-tags','s:32:\"de:(alle Markierungen entfernen)\";'),('de','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('de','messages:tags-edit-revision-legend','s:94:\"de:Markierungen von {{PLURAL:$1|dieser Version|allen $1 Versionen}} hinzufügen oder entfernen\";'),('de','messages:tags-edit-revision-selected','s:73:\"de:{{PLURAL:$1|Ausgewählte Version|Ausgewählte Versionen}} von [[:$2]]:\";'),('de','messages:tags-edit-revision-submit','s:67:\"de:Änderungen an {{PLURAL:$1|diese Version|$1 Versionen}} anwenden\";'),('de','messages:tags-edit-success','s:36:\"de:Die Änderungen wurden angewandt.\";'),('de','messages:tags-edit-title','s:26:\"de:Markierungen bearbeiten\";'),('de','messages:tags-hidden','s:14:\"de:(versteckt)\";'),('de','messages:tags-hitcount','s:41:\"de:$1 {{PLURAL:$1|Änderung|Änderungen}}\";'),('de','messages:tags-hitcount-header','s:24:\"de:Markierte Änderungen\";'),('de','messages:tags-intro','s:291:\"de:Diese Seite zeigt alle Markierungen, die für Bearbeitungen verwendet wurden, sowie deren Bedeutung. \n\nBei entsprechender Einstellung können die Missbrauchsfilter beliebige Markierungen in die Versionsgeschichte setzen. Man kann die Versionsgeschichte dann nach den Markierungen filtern.\";'),('de','messages:tags-manage-blocked','s:93:\"de:Du kannst keine Änderungsmarkierungen verwalten, während {{GENDER:$1|du}} gesperrt bist.\";'),('de','messages:tags-manage-no-permission','s:65:\"de:Du bist nicht berechtigt, Änderungsmarkierungen zu verwalten.\";'),('de','messages:tags-source-extension','s:29:\"de:Definiert von der Software\";'),('de','messages:tags-source-header','s:9:\"de:Quelle\";'),('de','messages:tags-source-manual','s:44:\"de:Manuell von Benutzern und Bots eingesetzt\";'),('de','messages:tags-source-none','s:27:\"de:Nicht mehr in Verwendung\";'),('de','messages:tags-summary','s:3:\"en:\";'),('de','messages:tags-tag','s:18:\"de:Markierungsname\";'),('de','messages:tags-title','s:15:\"de:Markierungen\";'),('de','messages:tags-update-add-not-allowed-multi','s:114:\"de:Die {{PLURAL:$2|folgende Markierung darf|folgenden Markierungen dürfen}} nicht manuell hinzugefügt werden: $1\";'),('de','messages:tags-update-add-not-allowed-one','s:66:\"de:Die Markierung „$1“ darf nicht manuell hinzugefügt werden.\";'),('de','messages:tags-update-blocked','s:110:\"de:Du kannst keine Änderungsmarkierungen hinzufügen oder entfernen, während {{GENDER:$1|du}} gesperrt bist.\";'),('de','messages:tags-update-no-permission','s:131:\"de:Du bist nicht berechtigt, Änderungsmarkierungen von einzelnen Versionen oder Logbucheinträgen hinzuzufügen oder zu entfernen.\";'),('de','messages:tags-update-remove-not-allowed-multi','s:110:\"de:Die {{PLURAL:$2|folgende Markierung darf|folgenden Markierungen dürfen}} nicht manuell entfernt werden: $1\";'),('de','messages:tags-update-remove-not-allowed-one','s:54:\"de:Die Markierung „$1“ darf nicht entfernt werden.\";'),('de','messages:talk','s:13:\"de:Diskussion\";'),('de','messages:talkpageheader','s:4:\"en:-\";'),('de','messages:talkpagelinktext','s:13:\"de:Diskussion\";'),('de','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('de','messages:template-equals-category','s:38:\"de:Seiten, die = als Vorlage verwenden\";'),('de','messages:template-equals-category-desc','s:273:\"de:Die Seite enthält <code><nowiki>{{=}}</nowiki></code>, aber in diesem Wiki erfolgt keine Auflösung nach <code>=</code> mehr.  Diese Verwendung ist veraltet; eine zukünftige MediaWiki-Version wird <code><nowiki>{{=}}</nowiki></code> als Parser-Funktion implementieren.\";'),('de','messages:template-equals-warning','s:298:\"de:<strong>Warnung:</strong> Die Seite enthält <code><nowiki>{{=}}</nowiki></code>, aber in diesem Wiki erfolgt keine Auflösung nach <code>=</code> mehr. Diese Verwendung ist veraltet; eine zukünftige MediaWiki-Version wird <code><nowiki>{{=}}</nowiki></code> als Parser-Funktion implementieren.\";'),('de','messages:template-loop-category','s:31:\"de:Seiten mit Vorlagenschleifen\";'),('de','messages:template-loop-category-desc','s:103:\"de:Die Seite enthält eine Vorlagenschleife, z.&nbsp;B. eine Vorlage, die sich selbst rekursiv aufruft.\";'),('de','messages:template-loop-warning','s:132:\"de:<strong>Warnung:</strong> Diese Seite ruft [[:$1]] auf, die eine Vorlagenschleife verursacht (ein unendlicher rekursiver Aufruf).\";'),('de','messages:template-protected','s:42:\"de:schreibgeschützt (nur Administratoren)\";'),('de','messages:template-semiprotected','s:59:\"de:schreibgeschützt (nur angemeldete, nicht neue Benutzer)\";'),('de','messages:templatepage','s:25:\"de:Vorlagenseite anzeigen\";'),('de','messages:templatesused','s:95:\"de:{{PLURAL:$1|Die folgende Vorlage wird|Folgende Vorlagen werden}} auf dieser Seite verwendet:\";'),('de','messages:templatesusedpreview','s:104:\"de:{{PLURAL:$1|Die folgende Vorlage wird|Folgende Vorlagen werden}} von dieser Seitenvorschau verwendet:\";'),('de','messages:templatesusedsection','s:98:\"de:{{PLURAL:$1|Die folgende Vorlage wird|Folgende Vorlagen werden}} in diesem Abschnitt verwendet:\";'),('de','messages:textmatches','s:34:\"de:Übereinstimmungen mit Inhalten\";'),('de','messages:thisisdeleted','s:36:\"de:$1 ansehen oder wiederherstellen?\";'),('de','messages:throttled-mailpassword','s:283:\"de:Es wurde innerhalb der letzten {{PLURAL:$1|Stunde|$1 Stunden}} bereits eine Passwortzurücksetzungs-E-Mail angefordert. Um einen Missbrauch der Funktion zu verhindern, kann nur {{PLURAL:$1|einmal pro Stunde|alle $1 Stunden}} eine Passwortzurücksetzungs-E-Mail angefordert werden.\";'),('de','messages:thu','s:5:\"de:Do\";'),('de','messages:thumbnail-dest-create','s:74:\"de:Die Miniaturansicht konnte nicht am vorgesehenen Ort gespeichert werden\";'),('de','messages:thumbnail-more','s:15:\"de:vergrößern\";'),('de','messages:thumbnail-temp-create','s:77:\"de:Die Datei für die temporäre Miniaturansicht konnte nicht erstellt werden\";'),('de','messages:thumbnail_dest_directory','s:46:\"de:Zielverzeichnis kann nicht erstellt werden.\";'),('de','messages:thumbnail_error','s:47:\"de:Fehler beim Erstellen des Vorschaubildes: $1\";'),('de','messages:thumbnail_error_remote','s:27:\"de:Fehlermeldung von $1:\n$2\";'),('de','messages:thumbnail_gd-library','s:72:\"de:Unvollständige Konfiguration der GD-Bibliothek: Fehlende Funktion $1\";'),('de','messages:thumbnail_image-failure-limit','s:140:\"de:Es wurden in letzter Zeit zu viele Versuche ($1 oder mehr) unternommen, dieses Vorschaubild zu rendern. Bitte versuche es später erneut.\";'),('de','messages:thumbnail_image-missing','s:30:\"de:Datei scheint zu fehlen: $1\";'),('de','messages:thumbnail_image-size-zero','s:52:\"de:Die Dateigröße des Bildes scheint null zu sein.\";'),('de','messages:thumbnail_image-type','s:29:\"de:Bildtyp nicht unterstützt\";'),('de','messages:thumbnail_invalid_params','s:33:\"de:Ungültige Thumbnail-Parameter\";'),('de','messages:thumbnail_toobigimagearea','s:40:\"de:Datei mit Abmessungen größer als $1\";'),('de','messages:thumbsize','s:38:\"de:Standardgröße der Vorschaubilder:\";'),('de','messages:thursday','s:13:\"de:Donnerstag\";'),('de','messages:thursday-at','s:19:\"de:Donnerstag um $1\";'),('de','messages:timeouterror','s:34:\"de:Zeitüberschreitung des Servers\";'),('de','messages:timeouterror-text','s:87:\"de:Die maximale Anfragezeit von $1 {{PLURAL:$1|Sekunde|Sekunden}} wurde überschritten.\";'),('de','messages:timezone-local','s:8:\"de:Lokal\";'),('de','messages:timezone-useoffset-placeholder','s:47:\"de:Beispielwerte: „-07:00“ oder „01:00“\";'),('de','messages:timezone-utc','s:6:\"en:UTC\";'),('de','messages:timezonelegend','s:12:\"de:Zeitzone:\";'),('de','messages:timezoneregion-africa','s:9:\"de:Afrika\";'),('de','messages:timezoneregion-america','s:10:\"de:Amerika\";'),('de','messages:timezoneregion-antarctica','s:12:\"de:Antarktis\";'),('de','messages:timezoneregion-arctic','s:9:\"de:Arktis\";'),('de','messages:timezoneregion-asia','s:8:\"de:Asien\";'),('de','messages:timezoneregion-atlantic','s:21:\"de:Atlantischer Ozean\";'),('de','messages:timezoneregion-australia','s:13:\"de:Australien\";'),('de','messages:timezoneregion-europe','s:9:\"de:Europa\";'),('de','messages:timezoneregion-indian','s:18:\"de:Indischer Ozean\";'),('de','messages:timezoneregion-pacific','s:20:\"de:Pazifischer Ozean\";'),('de','messages:timezoneuseoffset','s:36:\"de:Andere (Zeitverschiebung von UTC)\";'),('de','messages:timezoneuseserverdefault','s:40:\"de:Standardzeit dieses Wikis nutzen ($1)\";'),('de','messages:title-invalid','s:43:\"de:Der angefragte Seitentitel ist ungültig\";'),('de','messages:title-invalid-characters','s:70:\"de:Der angeforderte Seitentitel enthält ungültige Zeichen: „$1“.\";'),('de','messages:title-invalid-empty','s:87:\"de:Der angeforderte Seitentitel ist leer oder enthält nur den Namen eines Namensraums.\";'),('de','messages:title-invalid-interwiki','s:104:\"de:Der angeforderte Seitentitel enthält einen Interwiki-Link, der nicht in Titel verwendet werden kann.\";'),('de','messages:title-invalid-leading-colon','s:81:\"de:Der angeforderte Seitentitel enthält am Anfang einen ungültigen Doppelpunkt.\";'),('de','messages:title-invalid-magic-tilde','s:104:\"de:Der angeforderte Seitentitel enthält eine ungültige Magische-Tilden-Sequenz (<nowiki>~~~</nowiki>).\";'),('de','messages:title-invalid-relative','s:132:\"de:Der Titel hat einen relativen Pfad. Relative Seitentitel (./, ../) sind ungültig, da sie durch Webbrowser oft unerreichbar sind.\";'),('de','messages:title-invalid-talk-namespace','s:98:\"de:Der angeforderte Seitentitel bezieht sich auf eine Diskussionsseite, die nicht existieren kann.\";'),('de','messages:title-invalid-too-long','s:127:\"de:Der angeforderte Seitentitel ist zu lang. Er darf nicht länger als {{PLURAL:$1|ein Byte|$1 Bytes}} in UTF-8-Kodierung sein.\";'),('de','messages:title-invalid-utf8','s:71:\"de:Der angeforderte Seitentitel enthält eine ungültige UTF-8-Sequenz.\";'),('de','messages:titlematches','s:38:\"de:Übereinstimmungen mit Seitentiteln\";'),('de','messages:titleprotected','s:142:\"de:Eine Seite mit diesem Namen kann nicht angelegt werden.\nDie Sperre wurde durch [[User:$1|$1]] mit der Begründung <em>$2</em> eingerichtet.\";'),('de','messages:titleprotectedwarning','s:210:\"de:\'\'\'Achtung: Die Seitenerstellung wurde so geschützt, dass nur Benutzer mit [[Special:ListGroupRights|speziellen Rechten]] diese Seite erstellen können.\'\'\'\nZur Information folgt der aktuelle Logbucheintrag:\";'),('de','messages:tmp-create-error','s:48:\"de:Temporäre Datei konnte nicht erstellt werden\";'),('de','messages:tmp-write-error','s:46:\"de:Fehler beim Schreiben der temporären Datei\";'),('de','messages:toc','s:21:\"de:Inhaltsverzeichnis\";'),('de','messages:today-at','s:5:\"en:$1\";'),('de','messages:tog-ccmeonemails','s:66:\"de:Schicke mir Kopien der E-Mails, die ich anderen Benutzern sende\";'),('de','messages:tog-diffonly','s:66:\"de:Nur die Unterschiede und nicht die vollständige Seite anzeigen\";'),('de','messages:tog-editondblclick','s:36:\"de:Seiten mit Doppelklick bearbeiten\";'),('de','messages:tog-editsectiononrightclick','s:70:\"de:Einzelne Abschnitte per Rechtsklick auf die Überschrift bearbeiten\";'),('de','messages:tog-enotifminoredits','s:68:\"de:Auch bei kleinen Änderungen an Seiten und Dateien E-Mails senden\";'),('de','messages:tog-enotifrevealaddr','s:61:\"de:Meine E-Mail-Adresse in Benachrichtigungs-E-Mails anzeigen\";'),('de','messages:tog-enotifusertalkpages','s:69:\"de:Bei Änderungen an meiner Benutzer-Diskussionsseite E-Mails senden\";'),('de','messages:tog-enotifwatchlistpages','s:69:\"de:Bei Änderungen an beobachteten Seiten oder Dateien E-Mails senden\";'),('de','messages:tog-extendwatchlist','s:76:\"de:Alle Änderungen in der Beobachtungsliste anzeigen, nicht nur die letzten\";'),('de','messages:tog-fancysig','s:89:\"de:Signatur als Wikitext behandeln (ohne automatische Verlinkung zu deiner Benutzerseite)\";'),('de','messages:tog-forceeditsummary','s:131:\"de:Warnen, sofern beim Speichern die Zusammenfassung fehlt (oder es sich um die Standardzusammenfassung beim Zurücksetzen handelt)\";'),('de','messages:tog-hidecategorization','s:42:\"de:Kategorisierungen von Seiten ausblenden\";'),('de','messages:tog-hideminor','s:65:\"de:Kleine Änderungen in den „Letzten Änderungen“ ausblenden\";'),('de','messages:tog-hidepatrolled','s:72:\"de:Kontrollierte Änderungen in den „Letzten Änderungen“ ausblenden\";'),('de','messages:tog-minordefault','s:64:\"de:Eigene Änderungen standardmäßig als geringfügig markieren\";'),('de','messages:tog-newpageshidepatrolled','s:61:\"de:Kontrollierte Seiten bei den „Neuen Seiten“ ausblenden\";'),('de','messages:tog-norollbackdiff','s:53:\"de:Unterschiede nach dem Zurücksetzen nicht anzeigen\";'),('de','messages:tog-oldsig','s:25:\"de:Die genutzte Signatur:\";'),('de','messages:tog-prefershttps','s:69:\"de:Immer eine sichere Verbindung benutzen, solange ich angemeldet bin\";'),('de','messages:tog-previewonfirst','s:60:\"de:Vorschau anzeigen, wenn mit der Bearbeitung begonnen wird\";'),('de','messages:tog-previewontop','s:54:\"de:Vorschau oberhalb des Bearbeitungsfensters anzeigen\";'),('de','messages:tog-requireemail','s:128:\"de:E-Mail zum Zurücksetzen des Passworts nur senden, wenn sowohl die E-Mail-Adresse als auch der Benutzername angegeben wurden.\";'),('de','messages:tog-showhiddencats','s:33:\"de:Versteckte Kategorien anzeigen\";'),('de','messages:tog-shownumberswatching','s:45:\"de:Anzahl der beobachtenden Benutzer anzeigen\";'),('de','messages:tog-showrollbackconfirmation','s:82:\"de:Bei Klick auf „kommentarlos zurücksetzen“ eine Sicherheitsabfrage anzeigen\";'),('de','messages:tog-underline','s:24:\"de:Links unterstreichen:\";'),('de','messages:tog-useeditwarning','s:115:\"de:Warnen, sofern eine zur Bearbeitung geöffnete Seite verlassen wird, die nicht gespeicherte Änderungen enthält\";'),('de','messages:tog-uselivepreview','s:44:\"de:Vorschau ohne Neuladen der Seite anzeigen\";'),('de','messages:tog-usenewrc','s:91:\"de:Änderungen auf „Letzte Änderungen“ und der Beobachtungsliste nach Seite gruppieren\";'),('de','messages:tog-watchcreations','s:74:\"de:Selbst erstellte Seiten und hochgeladene Dateien automatisch beobachten\";'),('de','messages:tog-watchdefault','s:62:\"de:Selbst geänderte Seiten und Dateien automatisch beobachten\";'),('de','messages:tog-watchdeletion','s:62:\"de:Selbst gelöschte Seiten und Dateien automatisch beobachten\";'),('de','messages:tog-watchlisthideanons','s:84:\"de:Bearbeitungen anonymer Benutzer (IP-Adressen) in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlisthidebots','s:63:\"de:Bearbeitungen durch Bots in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlisthidecategorization','s:67:\"de:Kategorisierungen von Seiten in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlisthideliu','s:74:\"de:Bearbeitungen angemeldeter Benutzer in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlisthideminor','s:59:\"de:Kleine Bearbeitungen in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlisthideown','s:59:\"de:Eigene Bearbeitungen in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlisthidepatrolled','s:64:\"de:Kontrollierte Änderungen in der Beobachtungsliste ausblenden\";'),('de','messages:tog-watchlistreloadautomatically','s:104:\"de:Sofern ein Filter geändert wurde, die Beobachtungsliste automatisch neu laden (erfordert JavaScript)\";'),('de','messages:tog-watchlistunwatchlinks','s:187:\"de:Direkte Markierungen zum Nichtbeobachten/Beobachten ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) zu beobachteten Seiten mit Änderungen hinzufügen (erfordert JavaScript)\";'),('de','messages:tog-watchmoves','s:63:\"de:Selbst verschobene Seiten und Dateien automatisch beobachten\";'),('de','messages:tog-watchrollback','s:87:\"de:Seiten, bei denen ich eine Zurücksetzung durchgeführt habe, automatisch beobachten\";'),('de','messages:tog-watchuploads','s:53:\"de:Selbst hochgeladene Dateien automatisch beobachten\";'),('de','messages:tool-link-contributions','s:34:\"de:{{GENDER:$1|Benutzerbeiträge}}\";'),('de','messages:tool-link-emailuser','s:66:\"de:E-Mail an {{GENDER:$1|diesen Benutzer|diese Benutzerin}} senden\";'),('de','messages:tool-link-userrights','s:40:\"de:{{GENDER:$1|Benutzergruppen}} ändern\";'),('de','messages:tool-link-userrights-readonly','s:40:\"de:{{GENDER:$1|Benutzergruppen}} ansehen\";'),('de','messages:toolbox','s:12:\"de:Werkzeuge\";'),('de','messages:tooltip-ca-addsection','s:27:\"de:Neuen Abschnitt beginnen\";'),('de','messages:tooltip-ca-delete','s:23:\"de:Diese Seite löschen\";'),('de','messages:tooltip-ca-edit','s:25:\"de:Diese Seite bearbeiten\";'),('de','messages:tooltip-ca-history','s:34:\"de:Frühere Versionen dieser Seite\";'),('de','messages:tooltip-ca-move','s:26:\"de:Diese Seite verschieben\";'),('de','messages:tooltip-ca-nstab-category','s:26:\"de:Kategorieseite anzeigen\";'),('de','messages:tooltip-ca-nstab-help','s:22:\"de:Hilfeseite anzeigen\";'),('de','messages:tooltip-ca-nstab-image','s:22:\"de:Dateiseite anzeigen\";'),('de','messages:tooltip-ca-nstab-main','s:24:\"de:Seiteninhalt anzeigen\";'),('de','messages:tooltip-ca-nstab-media','s:30:\"de:Mediendateienseite anzeigen\";'),('de','messages:tooltip-ca-nstab-mediawiki','s:32:\"de:MediaWiki-Systemtext anzeigen\";'),('de','messages:tooltip-ca-nstab-project','s:23:\"de:Portalseite anzeigen\";'),('de','messages:tooltip-ca-nstab-special','s:63:\"de:Dies ist eine Spezialseite und kann nicht bearbeitet werden.\";'),('de','messages:tooltip-ca-nstab-template','s:19:\"de:Vorlage anzeigen\";'),('de','messages:tooltip-ca-nstab-user','s:25:\"de:Benutzerseite anzeigen\";'),('de','messages:tooltip-ca-protect','s:24:\"de:Diese Seite schützen\";'),('de','messages:tooltip-ca-talk','s:30:\"de:Diskussion zum Seiteninhalt\";'),('de','messages:tooltip-ca-undelete','s:64:\"de:Einträge wiederherstellen, bevor diese Seite gelöscht wurde\";'),('de','messages:tooltip-ca-unprotect','s:23:\"de:Seitenschutz ändern\";'),('de','messages:tooltip-ca-unwatch','s:64:\"de:Diese Seite von der persönlichen Beobachtungsliste entfernen\";'),('de','messages:tooltip-ca-unwatch-expiring','s:99:\"de:Noch {{PLURAL:$1|1 Tag|$1 Tage}} auf deiner Beobachtungsliste. Klicke hier, um sie zu entfernen.\";'),('de','messages:tooltip-ca-unwatch-expiring-hours','s:84:\"de:Noch ein paar Stunden auf deiner Beobachtungsliste. Klicken, um sie zu entfernen.\";'),('de','messages:tooltip-ca-view','s:3:\"en:\";'),('de','messages:tooltip-ca-viewsource','s:87:\"de:Diese Seite ist geschützt. Ihr Quelltext kann dennoch angesehen und kopiert werden.\";'),('de','messages:tooltip-ca-watch','s:62:\"de:Diese Seite zur persönlichen Beobachtungsliste hinzufügen\";'),('de','messages:tooltip-compareselectedversions','s:74:\"de:Unterschied zwischen zwei ausgewählten Versionen dieser Seite anzeigen\";'),('de','messages:tooltip-cur','s:34:\"de:Unterschied zur letzten Version\";'),('de','messages:tooltip-diff','s:29:\"de:Änderungen am Text zeigen\";'),('de','messages:tooltip-feed-atom','s:25:\"de:Atom-Feed dieser Seite\";'),('de','messages:tooltip-feed-rss','s:24:\"de:RSS-Feed dieser Seite\";'),('de','messages:tooltip-invert','s:153:\"de:Dieses Auswahlfeld anklicken, um Änderungen im gewählten Namensraum und, sofern ausgewählt, dem entsprechenden zugehörigen Namensraum auszublenden\";'),('de','messages:tooltip-last','s:42:\"de:Unterschied zur vorangegangenen Version\";'),('de','messages:tooltip-minoredit','s:39:\"de:Diese Änderung als klein markieren.\";'),('de','messages:tooltip-n-currentevents','s:52:\"de:Hintergrundinformationen zu aktuellen Ereignissen\";'),('de','messages:tooltip-n-help','s:22:\"de:Hilfeseite anzeigen\";'),('de','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('de','messages:tooltip-n-mainpage','s:22:\"de:Hauptseite anzeigen\";'),('de','messages:tooltip-n-mainpage-description','s:22:\"de:Hauptseite besuchen\";'),('de','messages:tooltip-n-portal','s:61:\"de:Über das Projekt, was du tun kannst, wo was zu finden ist\";'),('de','messages:tooltip-n-randompage','s:28:\"de:Zufällige Seite aufrufen\";'),('de','messages:tooltip-n-recentchanges','s:47:\"de:Liste der letzten Änderungen in diesem Wiki\";'),('de','messages:tooltip-namespace_association','s:163:\"de:Dieses Auswahlfeld anklicken, um den deiner Auswahl zugehörigen Diskussionsnamensraum, oder im umgekehrten Fall, den zugehörigen Namensraum, mit einzubeziehen\";'),('de','messages:tooltip-p-cactions','s:19:\"de:Weitere Optionen\";'),('de','messages:tooltip-p-lang','s:3:\"en:\";'),('de','messages:tooltip-p-logo','s:13:\"de:Hauptseite\";'),('de','messages:tooltip-p-namespaces','s:3:\"en:\";'),('de','messages:tooltip-p-navigation','s:3:\"en:\";'),('de','messages:tooltip-p-personal','s:16:\"de:Benutzermenü\";'),('de','messages:tooltip-p-tb','s:3:\"en:\";'),('de','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('de','messages:tooltip-p-user-page','s:3:\"en:\";'),('de','messages:tooltip-p-variants','s:3:\"en:\";'),('de','messages:tooltip-p-views','s:3:\"en:\";'),('de','messages:tooltip-preferences-save','s:26:\"de:Einstellungen speichern\";'),('de','messages:tooltip-preview','s:85:\"de:Vorschau der Änderungen an dieser Seite. Bitte vor dem Veröffentlichen benutzen!\";'),('de','messages:tooltip-pt-anoncontribs','s:73:\"de:Eine Liste der Bearbeitungen, die von dieser IP-Adresse gemacht wurden\";'),('de','messages:tooltip-pt-anontalk','s:53:\"de:Diskussion über Änderungen von dieser IP-Adresse\";'),('de','messages:tooltip-pt-anonuserpage','s:72:\"de:Benutzerseite der IP-Adresse, von der aus du Änderungen durchführst\";'),('de','messages:tooltip-pt-createaccount','s:122:\"de:Wir ermutigen dich dazu, ein Benutzerkonto zu erstellen und dich anzumelden. Es ist jedoch nicht zwingend erforderlich.\";'),('de','messages:tooltip-pt-login','s:78:\"de:Sich anzumelden wird gerne gesehen, ist jedoch nicht zwingend erforderlich.\";'),('de','messages:tooltip-pt-login-private','s:52:\"de:Du musst dich anmelden, um dieses Wiki zu nutzen.\";'),('de','messages:tooltip-pt-logout','s:11:\"de:Abmelden\";'),('de','messages:tooltip-pt-mycontris','s:38:\"de:Liste {{GENDER:|eigener}} Beiträge\";'),('de','messages:tooltip-pt-mytalk','s:37:\"de:{{GENDER:|Deine}} Diskussionsseite\";'),('de','messages:tooltip-pt-preferences','s:34:\"de:{{GENDER:|Deine}} Einstellungen\";'),('de','messages:tooltip-pt-tmpuserpage','s:56:\"de:Dein automatisch generierter temporärer Benutzername\";'),('de','messages:tooltip-pt-userpage','s:34:\"de:{{GENDER:|Deine}} Benutzerseite\";'),('de','messages:tooltip-pt-watchlist','s:40:\"de:Liste der von dir beobachteten Seiten\";'),('de','messages:tooltip-publish','s:37:\"de:Deine Änderungen veröffentlichen\";'),('de','messages:tooltip-recreate','s:50:\"de:Seite neu erstellen, obwohl sie gelöscht wurde\";'),('de','messages:tooltip-rollback','s:129:\"de:Macht alle letzten Änderungen der Seite, die vom selben Benutzer vorgenommen worden sind, durch nur einen Klick rückgängig.\";'),('de','messages:tooltip-save','s:24:\"de:Änderungen speichern\";'),('de','messages:tooltip-search','s:27:\"de:{{SITENAME}} durchsuchen\";'),('de','messages:tooltip-search-fulltext','s:47:\"de:Suche nach Seiten, die diesen Text enthalten\";'),('de','messages:tooltip-search-go','s:76:\"de:Gehe direkt zu der Seite mit genau diesem Namen, falls sie vorhanden ist.\";'),('de','messages:tooltip-summary','s:38:\"de:Gib eine kurze Zusammenfassung ein.\";'),('de','messages:tooltip-t-contributions','s:79:\"de:Liste der Beiträge {{GENDER:$1|dieses Benutzers|dieser Benutzerin}} ansehen\";'),('de','messages:tooltip-t-emailuser','s:71:\"de:Eine E-Mail an {{GENDER:$1|diesen Benutzer|diese Benutzerin}} senden\";'),('de','messages:tooltip-t-info','s:42:\"de:Weitere Informationen über diese Seite\";'),('de','messages:tooltip-t-permalink','s:43:\"de:Dauerhafter Link zu dieser Seitenversion\";'),('de','messages:tooltip-t-print','s:28:\"de:Druckansicht dieser Seite\";'),('de','messages:tooltip-t-recentchangeslinked','s:59:\"de:Letzte Änderungen an Seiten, die von hier verlinkt sind\";'),('de','messages:tooltip-t-specialpages','s:28:\"de:Liste aller Spezialseiten\";'),('de','messages:tooltip-t-upload','s:20:\"de:Dateien hochladen\";'),('de','messages:tooltip-t-whatlinkshere','s:44:\"de:Liste aller Seiten, die hierher verlinken\";'),('de','messages:tooltip-undo','s:170:\"de:Macht lediglich diese eine Änderung rückgängig und zeigt das Resultat in der Vorschau an, damit in der Zusammenfassungszeile eine Begründung angegeben werden kann.\";'),('de','messages:tooltip-upload','s:20:\"de:Hochladen starten\";'),('de','messages:tooltip-vector-anon-user-menu-title','s:19:\"de:Weitere Optionen\";'),('de','messages:tooltip-watch','s:54:\"de:Diese Seite zu deiner Beobachtungsliste hinzufügen\";'),('de','messages:tooltip-watchlist-expiry','s:69:\"de:Diese Seite vorübergehend zu deiner Beobachtungsliste hinzufügen\";'),('de','messages:tooltip-watchlistedit-normal-submit','s:22:\"de:Einträge entfernen\";'),('de','messages:tooltip-watchlistedit-raw-submit','s:34:\"de:Beobachtungsliste aktualisieren\";'),('de','messages:tooltip-whatlinkshere-invert','s:111:\"de:Markiere dieses Kontrollkästchen, um Links von Seiten innerhalb des ausgewählten Namensraums auszublenden.\";'),('de','messages:trackingcategories','s:22:\"de:Tracking-Kategorien\";'),('de','messages:trackingcategories-desc','s:32:\"de:Kategorieeinbindungskriterien\";'),('de','messages:trackingcategories-disabled','s:28:\"de:Kategorie ist deaktiviert\";'),('de','messages:trackingcategories-msg','s:21:\"de:Tracking-Kategorie\";'),('de','messages:trackingcategories-name','s:21:\"de:Name der Nachricht\";'),('de','messages:trackingcategories-nodesc','s:33:\"de:Keine Beschreibung verfügbar.\";'),('de','messages:trackingcategories-summary','s:219:\"de:Diese Seite listet Tracking-Kategorien auf, die von der MediaWiki-Software automatisch gefüllt werden. Ihre Namen können durch Änderung der entsprechenden Systemnachrichten im {{ns:8}}-Namensraum angepasst werden.\";'),('de','messages:transaction-duration-limit-exceeded','s:293:\"de:Um eine große Verzögerung in der Datenreplikation zu vermeiden, wurde diese Transaktion abgebrochen. Die Schreibdauer ($1) hat die Grenze von $2 Sekunden überschritten. Falls du viele Objekte auf einmal änderst, versuche stattdessen, die Änderungen auf mehrere Operationen aufzuteilen.\";'),('de','messages:transaction-max-statement-time-exceeded','s:232:\"de:Um eine hohe Datenbankbelastung zu vermeiden, wurde diese Abfrage abgebrochen, da die Dauer das Limit überschritten hat.\nWenn du viele Elemente auf einmal liest, versuche stattdessen, mehrere kleinere Operationen durchzuführen.\";'),('de','messages:translateinterface','s:167:\"de:Um Übersetzungen für alle Wikis hinzuzufügen oder zu ändern, verwende bitte [https://translatewiki.net/ translatewiki.net], das MediaWiki-Lokalisierungsprojekt.\";'),('de','messages:tue','s:5:\"de:Di\";'),('de','messages:tuesday','s:11:\"de:Dienstag\";'),('de','messages:tuesday-at','s:17:\"de:Dienstag um $1\";'),('de','messages:uctop','s:10:\"de:aktuell\";'),('de','messages:unblock','s:21:\"de:Benutzer freigeben\";'),('de','messages:unblock-hideuser','s:85:\"de:Dieser Benutzer kann nicht entsperrt werden, da sein Benutzername versteckt wurde.\";'),('de','messages:unblock-summary','s:3:\"en:\";'),('de','messages:unblocked','s:35:\"de:[[User:$1|$1]] wurde freigegeben\";'),('de','messages:unblocked-id','s:32:\"de:Sperr-ID $1 wurde freigegeben\";'),('de','messages:unblocked-ip','s:53:\"de:[[Special:Contributions/$1|$1]] wurde freigegeben.\";'),('de','messages:unblocked-range','s:34:\"de:Sperre für $1 wurde aufgehoben\";'),('de','messages:unblockip','s:21:\"de:Benutzer freigeben\";'),('de','messages:unblockiptext','s:79:\"de:Mit diesem Formular kannst du eine IP-Adresse oder einen Benutzer freigeben.\";'),('de','messages:unblocklink','s:12:\"de:Freigeben\";'),('de','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('de','messages:uncategorized-categories-exceptionlist','s:280:\"de: # Enthält eine Liste der Kategorien, die nicht auf Spezial:Nicht_kategorisierte_Kategorien erwähnt werden sollen. Eine pro Zeile. Beginne mit „*“. Zeilen, die mit einem anderen Zeichen beginnen (inklusive Leerzeichen), werden ignoriert. Für Kommentare verwende „#“.\";'),('de','messages:uncategorizedcategories','s:34:\"de:Nicht kategorisierte Kategorien\";'),('de','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('de','messages:uncategorizedimages','s:31:\"de:Nicht kategorisierte Dateien\";'),('de','messages:uncategorizedimages-summary','s:3:\"en:\";'),('de','messages:uncategorizedpages','s:30:\"de:Nicht kategorisierte Seiten\";'),('de','messages:uncategorizedpages-summary','s:3:\"en:\";'),('de','messages:uncategorizedtemplates','s:32:\"de:Nicht kategorisierte Vorlagen\";'),('de','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('de','messages:undelete','s:29:\"de:Gelöschte Seiten anzeigen\";'),('de','messages:undelete-back-to-list','s:38:\"de:Alle gelöschten Versionen anzeigen\";'),('de','messages:undelete-bad-store-key','s:142:\"de:Die Dateiversion mit dem Zeitstempel $1 konnte nicht wiederhergestellt werden: Die Datei war bereits vor dem Löschen nicht mehr vorhanden.\";'),('de','messages:undelete-cantcreate','s:155:\"de:Du kannst diese Seite nicht wiederherstellen, da es keine vorhandene Seite mit diesem Namen gibt und du nicht berechtigt bist, diese Seite zu erstellen.\";'),('de','messages:undelete-cantedit','s:104:\"de:Du kannst diese Seite nicht wiederherstellen, da du nicht berechtigt bist, diese Seite zu bearbeiten.\";'),('de','messages:undelete-cleanup-error','s:58:\"de:Fehler beim Löschen der unbenutzten Archiv-Version $1.\";'),('de','messages:undelete-error','s:62:\"de:Beim Wiederherstellen der Seite ist ein Fehler aufgetreten.\";'),('de','messages:undelete-error-associated-alreadytalk','s:95:\"de:Die zugehörige Diskussionsseite einer Diskussionsseite kann nicht wiederhergestellt werden.\";'),('de','messages:undelete-error-associated-notdeleted','s:94:\"de:Die zugehörige Diskussionsseite hat keine Versionen, die wiederhergestellt werden können.\";'),('de','messages:undelete-fieldset-title','s:29:\"de:Versionen wiederherstellen\";'),('de','messages:undelete-filename-mismatch','s:121:\"de:Die Dateiversion mit dem Zeitstempel $1 konnte nicht wiederhergestellt werden: Die Dateinamen passen nicht zueinander.\";'),('de','messages:undelete-header','s:84:\"de:Siehe das [[Special:Log/delete|Lösch-Logbuch]] für kürzlich gelöschte Seiten.\";'),('de','messages:undelete-missing-filearchive','s:168:\"de:Die Datei mit der Archiv-ID $1 kann nicht wiederhergestellt werden, da sie nicht in der Datenbank vorhanden ist. Möglicherweise wurde sie bereits wiederhergestellt.\";'),('de','messages:undelete-no-results','s:68:\"de:Es wurde im Archiv keine zum Suchbegriff passende Seite gefunden.\";'),('de','messages:undelete-nodiff','s:41:\"de:Keine vorhergehende Version vorhanden.\";'),('de','messages:undelete-revision','s:52:\"de:Gelöschte Version von $1 (vom $4 um $5 Uhr), $3:\";'),('de','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('de','messages:undelete-search-box','s:33:\"de:Nach gelöschten Seiten suchen\";'),('de','messages:undelete-search-full','s:49:\"de:Seitennamen anzeigen, die Folgendes enthalten:\";'),('de','messages:undelete-search-prefix','s:43:\"de:Suchbegriff (Wortanfang ohne Wildcards):\";'),('de','messages:undelete-search-submit','s:9:\"de:Suchen\";'),('de','messages:undelete-search-title','s:33:\"de:Nach gelöschten Seiten suchen\";'),('de','messages:undelete-show-file-confirm','s:115:\"de:Bist du sicher, dass du eine gelöschte Version der Datei „<nowiki>$1</nowiki>“ vom $2, $3 Uhr sehen willst?\";'),('de','messages:undelete-show-file-submit','s:5:\"de:Ja\";'),('de','messages:undelete-summary','s:3:\"en:\";'),('de','messages:undelete-talk-summary-prefix','s:67:\"de:Zusammen mit der zugehörigen Seite wiederhergestellt; Grund: $1\";'),('de','messages:undelete-undeletetalk','s:68:\"de:Alle Versionen der zugehörigen Diskussionsseite wiederherstellen\";'),('de','messages:undelete_short','s:56:\"de:{{PLURAL:$1|1 Version|$1 Versionen}} wiederherstellen\";'),('de','messages:undeletebtn','s:19:\"de:Wiederherstellen\";'),('de','messages:undeletecomment','s:9:\"de:Grund:\";'),('de','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('de','messages:undeletedpage','s:164:\"de:<strong>$1</strong> wurde wiederhergestellt.\n\nIm [[Special:Log/delete|Lösch-Logbuch]] findest du eine Übersicht der gelöschten und wiederhergestellten Seiten.\";'),('de','messages:undeleteextrahelp','s:381:\"de:* Um die Seite mitsamt aller Versionen wiederherzustellen, wähle keine Version aus, gib eine Begründung an und klicke dann auf <strong><em>{{int:undeletebtn}}</em></strong>.\n* Um lediglich bestimmte Versionen der Seite wiederherzustellen, wähle die betreffenden Versionen einzeln aus, gib eine Begründung an und klicke dann auf <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('de','messages:undeletehistory','s:258:\"de:Wenn du diese Seite wiederherstellst, werden auch alle alten Versionen wiederhergestellt.\nWenn seit der Löschung eine neue Seite gleichen Namens erstellt wurde, werden die wiederhergestellten Versionen chronologisch in die Versionsgeschichte eingeordnet.\";'),('de','messages:undeletehistorynoadmin','s:251:\"de:Diese Seite wurde gelöscht. Der Löschgrund ist in der Zusammenfassung unten angegeben,\ngenauso wie Details zum letzten Benutzer, der diese Seite vor der Löschung bearbeitet hat.\nDer Text der gelöschten Seite ist nur Administratoren zugänglich.\";'),('de','messages:undeleteinvert','s:19:\"de:Auswahl umkehren\";'),('de','messages:undeletelink','s:27:\"de:ansehen/wiederherstellen\";'),('de','messages:undeletepage','s:50:\"de:Gelöschte Seiten anzeigen und wiederherstellen\";'),('de','messages:undeletepagetext','s:155:\"de:Die {{PLURAL:$1|folgende Seite wurde gelöscht und kann|folgenden $1 Seiten wurden gelöscht und können}} von Administratoren wiederhergestellt werden:\";'),('de','messages:undeletepagetitle','s:77:\"de:\'\'\'Die folgende Ausgabe zeigt die gelöschten Versionen von [[:$1|$1]]\'\'\'.\";'),('de','messages:undeleterevdel','s:259:\"de:Die Wiederherstellung wird nicht durchgeführt, wenn die aktuellste Version versteckt ist oder versteckte Teile enthält.\nIn diesem Fall darf die aktuellste Version nicht markiert werden oder ihr Status muss auf den einer normalen Version geändert werden.\";'),('de','messages:undeleterevision-duplicate-revid','s:163:\"de:{{PLURAL:$1|Eine Version konnte|$1 Versionen konnten}} nicht wiederhergestellt werden, da ihre <code>rev_id</code> bereits in Verwendung {{PLURAL:$1|ist|sind}}.\";'),('de','messages:undeleterevision-missing','s:136:\"de:Ungültige oder fehlende Version. Entweder ist der Link falsch oder die Version wurde aus dem Archiv wiederhergestellt oder entfernt.\";'),('de','messages:undeleterevisions','s:52:\"de:{{PLURAL:$1|Eine Version|$1 Versionen}} gelöscht\";'),('de','messages:undeleteviewlink','s:10:\"de:ansehen\";'),('de','messages:underline-always','s:8:\"de:immer\";'),('de','messages:underline-default','s:64:\"de:abhängig von der Benutzeroberfläche oder Browsereinstellung\";'),('de','messages:underline-never','s:6:\"de:nie\";'),('de','messages:undo-failure','s:121:\"de:Die Änderung konnte nicht rückgängig gemacht werden, da der betroffene Abschnitt zwischenzeitlich verändert wurde.\";'),('de','messages:undo-main-slot-only','s:112:\"de:Die Bearbeitung konnte nicht rückgängig gemacht werden, da sie Inhalte außerhalb der Hauptspalte enthält.\";'),('de','messages:undo-nochange','s:68:\"de:Anscheinend wurde diese Bearbeitung bereits rückgängig gemacht.\";'),('de','messages:undo-norev','s:109:\"de:Die Bearbeitung konnte nicht rückgängig gemacht werden, da sie nicht vorhanden ist oder gelöscht wurde.\";'),('de','messages:undo-success','s:227:\"de:Die Bearbeitung kann rückgängig gemacht werden.\nBitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.\";'),('de','messages:undo-summary','s:103:\"de:Änderung $1 von [[Special:Contributions/$2|$2]] ([[User talk:$2|Diskussion]]) rückgängig gemacht.\";'),('de','messages:undo-summary-anon','s:72:\"de:Änderung $1 von [[Special:Contributions/$2|$2]] rückgängig gemacht\";'),('de','messages:undo-summary-import','s:80:\"de:Änderung importierte Version $1 von Benutzer [[:$2|$3]] rückgängig gemacht\";'),('de','messages:undo-summary-import2','s:72:\"de:Änderung importierte Version $1 von Benutzer $2 rückgängig gemacht\";'),('de','messages:undo-summary-username-hidden','s:65:\"de:Änderung $1 eines versteckten Benutzers rückgängig gemacht.\";'),('de','messages:unexpected','s:41:\"de:Unerwarteter Wert: „$1“ = „$2“\";'),('de','messages:unicode-support-fail','s:165:\"de:Es scheint, als ob dein Browser kein Unicode unterstützt. Dies ist erforderlich zum Bearbeiten von Seiten, so dass deine Bearbeitung nicht veröffentlicht wurde.\";'),('de','messages:unit-pixel','s:5:\"en:px\";'),('de','messages:unknown-error','s:42:\"de:Ein unbekannter Fehler ist aufgetreten.\";'),('de','messages:unlinkaccounts','s:25:\"de:Benutzerkonten trennen\";'),('de','messages:unlinkaccounts-success','s:36:\"de:Das Benutzerkonto wurde getrennt.\";'),('de','messages:unlockbtn','s:22:\"de:Datenbank freigeben\";'),('de','messages:unlockconfirm','s:43:\"de:Ja, ich möchte die Datenbank freigeben.\";'),('de','messages:unlockdb','s:22:\"de:Datenbank freigeben\";'),('de','messages:unlockdbsuccesssub','s:42:\"de:Datenbank wurde erfolgreich freigegeben\";'),('de','messages:unlockdbsuccesstext','s:48:\"de:Die {{SITENAME}}-Datenbank wurde freigegeben.\";'),('de','messages:unlockdbtext','s:108:\"de:Das Aufheben der Datenbank-Sperre wird alle Änderungen wieder zulassen. Bitte die Aufhebung bestätigen.\";'),('de','messages:unpatrolledletter','s:4:\"en:!\";'),('de','messages:unprotect','s:23:\"de:Seitenschutz ändern\";'),('de','messages:unprotected-js','s:211:\"de:Aus Sicherheitsgründen kann JavaScript-Code nicht mehr von ungeschützten Seiten geladen werden. Erstelle die JavaScript-Seite bitte ausschließlich im Namensraum „MediaWiki“ oder als Benutzerunterseite.\";'),('de','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('de','messages:unprotectedarticle-comment','s:54:\"de:{{GENDER:$2|Entfernte}} den Schutz von „[[$1]]“\";'),('de','messages:unregistered-user-config','s:131:\"de:Aus Sicherheitsgründen können JavaScript-, CSS- und JSON-Benutzerunterseiten nicht für unangemeldete Benutzer geladen werden.\";'),('de','messages:unstrip-depth-category','s:64:\"de:Seiten, auf denen die Unstrip-Tiefengrenze überschritten ist\";'),('de','messages:unstrip-depth-category-desc','s:65:\"de:Diese Seite überschreitet das Unstrip-Verschachtelungs-Limit.\";'),('de','messages:unstrip-depth-warning','s:54:\"de:Rekursionsgrenze beim Auflösen überschritten ($1)\";'),('de','messages:unstrip-size-category','s:66:\"de:Seiten, auf denen die Unstrip-Größengrenze überschritten ist\";'),('de','messages:unstrip-size-category-desc','s:57:\"de:Diese Seite überschreitet das Unstrip-Größen-Limit.\";'),('de','messages:unstrip-size-warning','s:45:\"de:Unstrip-Größengrenze überschritten ($1)\";'),('de','messages:unsupported-content-diff','s:82:\"de:Versionsvergleiche werden für Seiten des Inhaltsmodells $1 nicht unterstützt.\";'),('de','messages:unsupported-content-diff2','s:103:\"de:Versionsvergleiche zwischen den Inhaltsmodellen $1 und $2 werden auf diesem Wiki nicht unterstützt.\";'),('de','messages:unsupported-content-model','s:90:\"de:<strong>Warnung:</strong> Das Inhaltsmodell $1 wird auf diesem Wiki nicht unterstützt.\";'),('de','messages:unusedcategories','s:23:\"de:Verwaiste Kategorien\";'),('de','messages:unusedcategories-summary','s:3:\"en:\";'),('de','messages:unusedcategoriestext','s:111:\"de:Diese Spezialseite zeigt alle Kategorien, die leer sind, also selbst keine Kategorien oder Seiten enthalten.\";'),('de','messages:unusedimages','s:20:\"de:Verwaiste Dateien\";'),('de','messages:unusedimages-summary','s:3:\"en:\";'),('de','messages:unusedimagestext','s:171:\"de:Bitte beachte, dass andere Webseiten eine Datei mit einer direkten URL verlinken können. Sie könnte daher hier aufgelistet sein, obwohl sie in aktiver Verwendung ist.\";'),('de','messages:unusedimagestext-categorizedimgisused','s:327:\"de:Die folgenden Dateien sind vorhanden, jedoch auf keiner Seite eingebunden. Kategorisierte Bilder werden als verwendet betrachtet, trotzdem werden sie auf keiner Seite eingebunden.\nBitte beachte, dass andere Websites auf eine Datei mit einer direkten URL verlinken können und hier trotz aktiver Nutzung noch gelistet werden.\";'),('de','messages:unusedtemplates','s:21:\"de:Verwaiste Vorlagen\";'),('de','messages:unusedtemplates-summary','s:3:\"en:\";'),('de','messages:unusedtemplatestext','s:181:\"de:Diese Seite listet alle Seiten im {{ns:template}}-Namensraum auf, die nicht in anderen Seiten eingebunden sind.\nÜberprüfe andere Links zu den Vorlagen, bevor du diese löschst.\";'),('de','messages:unusedtemplateswlh','s:15:\"de:Andere Links\";'),('de','messages:unwatch','s:24:\"de:Nicht mehr beobachten\";'),('de','messages:unwatchedpages','s:27:\"de:Nicht beobachtete Seiten\";'),('de','messages:unwatchedpages-summary','s:3:\"en:\";'),('de','messages:unwatching','s:28:\"de:Nicht mehr beobachten …\";'),('de','messages:unwatchthispage','s:24:\"de:Nicht mehr beobachten\";'),('de','messages:updated','s:14:\"de:(Geändert)\";'),('de','messages:updatedmarker','s:39:\"de:Änderung seit deinem letzten Besuch\";'),('de','messages:updatewatchlist','s:34:\"de:Beobachtungsliste aktualisieren\";'),('de','messages:upload','s:18:\"de:Datei hochladen\";'),('de','messages:upload-copy-upload-invalid-domain','s:74:\"de:Als Kopie hochladbare Dateien sind über diese Domain nicht verfügbar.\";'),('de','messages:upload-curl-error28','s:37:\"de:Zeitüberschreitung beim Hochladen\";'),('de','messages:upload-curl-error28-text','s:209:\"de:Die Seite braucht zu lange, um zu antworten. Prüfe, ob die Seite online ist, warte einen kurzen Moment und versuche es dann erneut. Es kann sinnvoll sein, es zu einem anderen Zeitpunkt erneut zu versuchen.\";'),('de','messages:upload-curl-error6','s:27:\"de:URL ist nicht erreichbar\";'),('de','messages:upload-curl-error6-text','s:114:\"de:Die angegebene URL ist nicht erreichbar. Prüfe sowohl die URL auf Fehler als auch den Online-Status der Seite.\";'),('de','messages:upload-default-description','s:4:\"en:-\";'),('de','messages:upload-description','s:20:\"de:Dateibeschreibung\";'),('de','messages:upload-dialog-button-back','s:10:\"de:Zurück\";'),('de','messages:upload-dialog-button-cancel','s:12:\"de:Abbrechen\";'),('de','messages:upload-dialog-button-done','s:13:\"de:Schließen\";'),('de','messages:upload-dialog-button-save','s:12:\"de:Speichern\";'),('de','messages:upload-dialog-button-upload','s:12:\"de:Hochladen\";'),('de','messages:upload-dialog-disabled','s:67:\"de:Dateiuploads mit diesem Dialog sind auf diesem Wiki deaktiviert.\";'),('de','messages:upload-dialog-title','s:18:\"de:Datei hochladen\";'),('de','messages:upload-disallowed-here','s:46:\"de:Du kannst diese Datei nicht überschreiben.\";'),('de','messages:upload-file-error','s:18:\"de:Interner Fehler\";'),('de','messages:upload-file-error-text','s:163:\"de:Bei der Erstellung einer temporären Datei auf dem Server ist ein interner Fehler aufgetreten.\nBitte informiere einen [[Special:ListUsers/sysop|Administrator]].\";'),('de','messages:upload-foreign-cant-load-config','s:99:\"de:Die Konfiguration für Dateiuploads in das fremde Dateirepositorium konnte nicht geladen werden.\";'),('de','messages:upload-foreign-cant-upload','s:107:\"de:Dieses Wiki ist nicht konfiguriert, um Dateien auf das gewünschte fremde Dateirepositorium hochzuladen.\";'),('de','messages:upload-form-label-infoform-categories','s:13:\"de:Kategorien\";'),('de','messages:upload-form-label-infoform-date','s:8:\"de:Datum\";'),('de','messages:upload-form-label-infoform-description','s:15:\"de:Beschreibung\";'),('de','messages:upload-form-label-infoform-description-tooltip','s:138:\"de:Beschreibe kurz alles Bedeutende über das Werk.\nErwähne für ein Foto die wesentlichen abgebildeten Dinge, das Ereignis oder den Ort.\";'),('de','messages:upload-form-label-infoform-name','s:7:\"de:Name\";'),('de','messages:upload-form-label-infoform-name-tooltip','s:118:\"de:Ein eindeutiger und beschreibender Titel in Klartext mit Leerzeichen als Dateiname. Lasse die Dateierweiterung weg.\";'),('de','messages:upload-form-label-infoform-title','s:15:\"de:Einzelheiten\";'),('de','messages:upload-form-label-not-own-work-local-generic-foreign','s:157:\"de:Du kannst auch [[Special:Upload|die Hochladeseite auf {{SITENAME}}]] ausprobieren, falls diese Datei dort unter ihren Richtlinien hochgeladen werden kann.\";'),('de','messages:upload-form-label-not-own-work-local-generic-local','s:77:\"de:Du kannst auch [[Special:Upload|die Standard-Hochladeseite]] ausprobieren.\";'),('de','messages:upload-form-label-not-own-work-message-generic-foreign','s:163:\"de:Falls du diese Datei nicht unter den Bedingungen des gemeinsamen Repositoriums hochladen kannst, schließe bitte diesen Dialog und versuche eine andere Methode.\";'),('de','messages:upload-form-label-not-own-work-message-generic-local','s:149:\"de:Wenn du diese Datei nicht unter den Richtlinien von {{SITENAME}} hochladen kannst, schließe bitte diesen Dialog und versuche eine andere Methode.\";'),('de','messages:upload-form-label-own-work','s:29:\"de:Dies ist mein eigenes Werk\";'),('de','messages:upload-form-label-own-work-message-generic-foreign','s:168:\"de:Ich verstehe, dass ich diese Datei auf ein gemeinsames Repositorium hochlade. Ich bestätige, dass ich dies gemäß den dortigen Nutzungs- und Lizenzbedingungen tue.\";'),('de','messages:upload-form-label-own-work-message-generic-local','s:120:\"de:Ich bestätige, dass ich diese Datei gemäß den Nutzungsbedingungen und Lizenzrichtlinien von {{SITENAME}} hochlade.\";'),('de','messages:upload-form-label-usage-filename','s:12:\"de:Dateiname\";'),('de','messages:upload-form-label-usage-title','s:13:\"de:Verwendung\";'),('de','messages:upload-http-error','s:38:\"de:Ein HTTP-Fehler ist aufgetreten: $1\";'),('de','messages:upload-maxfilesize','s:28:\"de:Maximale Dateigröße: $1\";'),('de','messages:upload-misc-error','s:36:\"de:Unbekannter Fehler beim Hochladen\";'),('de','messages:upload-misc-error-text','s:229:\"de:Beim Hochladen ist ein unbekannter Fehler aufgetreten.\nPrüfe die URL auf Fehler, den Online-Status der Seite und versuche es erneut.\nWenn das Problem weiter besteht, informiere einen [[Special:ListUsers/sysop|Administrator]].\";'),('de','messages:upload-options','s:19:\"de:Hochladeoptionen\";'),('de','messages:upload-permitted','s:60:\"de:{{PLURAL:$2|Erlaubter Dateityp|Erlaubte Dateitypen}}: $1.\";'),('de','messages:upload-preferred','s:64:\"de:{{PLURAL:$2|Bevorzugter Dateityp|Bevorzugte Dateitypen}}: $1.\";'),('de','messages:upload-prohibited','s:72:\"de:{{PLURAL:$2|Nicht erlaubter Dateityp|Nicht erlaubte Dateitypen}}: $1.\";'),('de','messages:upload-proto-error','s:21:\"de:Falsches Protokoll\";'),('de','messages:upload-proto-error-text','s:75:\"de:Die URL muss mit <code>http://</code> oder <code>ftp://</code> beginnen.\";'),('de','messages:upload-recreate-warning','s:160:\"de:\'\'\'Achtung: Eine Datei dieses Namens wurde bereits gelöscht oder verschoben.\'\'\'\n\nEs folgt ein Auszug aus dem Lösch- und Verschiebungs-Logbuch dieser Datei.\";'),('de','messages:upload-scripted-dtd','s:97:\"de:Es können keine SVG-Dateien hochgeladen werden, die keine Standard-DTD-Deklaration enthalten.\";'),('de','messages:upload-scripted-pi-callback','s:92:\"de:Es kann keine Datei hochgeladen werden, die XML-Stylesheet-Verarbeitungsbefehle enthält.\";'),('de','messages:upload-source','s:13:\"de:Quelldatei\";'),('de','messages:upload-summary','s:3:\"en:\";'),('de','messages:upload-too-many-redirects','s:47:\"de:Die URL beinhaltete zu viele Weiterleitungen\";'),('de','messages:upload-tryagain','s:42:\"de:Geänderte Dateibeschreibung abschicken\";'),('de','messages:upload-tryagain-nostash','s:70:\"de:Erneut hochgeladene Datei und veränderte Beschreibung übermitteln\";'),('de','messages:upload_directory_missing','s:95:\"de:Das Upload-Verzeichnis ($1) fehlt und konnte durch den Webserver auch nicht erstellt werden.\";'),('de','messages:upload_directory_read_only','s:74:\"de:Der Webserver hat keine Schreibrechte für das Upload-Verzeichnis ($1).\";'),('de','messages:upload_source_file','s:55:\"de:(die von dir auf deinem Computer ausgewählte Datei)\";'),('de','messages:upload_source_url','s:80:\"de:(deine ausgewählte Datei von einer gültigen, öffentlich zugänglichen URL)\";'),('de','messages:uploadbtn','s:18:\"de:Datei hochladen\";'),('de','messages:uploaddisabled','s:24:\"de:Hochladen deaktiviert\";'),('de','messages:uploaddisabledtext','s:45:\"de:Das Hochladen von Dateien ist deaktiviert.\";'),('de','messages:uploaded-animate-svg','s:153:\"de:Tag „animate“ gefunden, das href mithilfe des Attributs „from“ <code>&lt;$1 $2=\"$3\"&gt;</code> in der hochgeladenen SVG-Datei ändern könnte.\";'),('de','messages:uploaded-event-handler-on-svg','s:103:\"de:Das Festlegen von Ereignis-Handler-Attributen <code>$1=\"$2\"</code> ist in SVG-Dateien nicht erlaubt.\";'),('de','messages:uploaded-hostile-svg','s:71:\"de:Unsicheres CSS im Styleelement der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploaded-href-attribute-svg','s:314:\"de:<a>-Elemente können nur auf Daten verlinken (href): (eingebettete Datei), http://, https:// oder fragment-Ziele (#, gleiches Dokument). Für andere Elemente wie <image> sind nur data: und fragment erlaubt. Versuche beim Exportieren deiner SVG-Datei Bilder einzubinden. <code>&lt;$1 $2=\"$3\"&gt;</code> gefunden.\";'),('de','messages:uploaded-href-unsafe-target-svg','s:110:\"de:href zu unsicheren Daten gefunden: URI-Ziel <code>&lt;$1 $2=\"$3\"&gt;</code> in der hochgeladenen SVG-Datei.\";'),('de','messages:uploaded-image-filter-svg','s:98:\"de:Bildfilter mit der URL <code>&lt;$1 $2=\"$3\"&gt;</code> in der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploaded-remote-url-svg','s:148:\"de:SVG, das ein beliebiges Style-Attribut mit einer Remote-URL festlegt, ist gesperrt. <code>$1=\"$2\"</code> in der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploaded-script-svg','s:66:\"de:Skriptelement „$1“ in der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploaded-setting-event-handler-svg','s:135:\"de:Das Festlegen von Ereignis-Handler-Attributen ist gesperrt. <code>&lt;$1 $2=\"$3\"&gt;</code> in der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploaded-setting-handler-svg','s:148:\"de:SVG, das das Attribut „handler“ mit Remote/Daten/Skript festlegt, ist gesperrt. <code>$1=\"$2\"</code> in der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploaded-setting-href-svg','s:119:\"de:Die Verwendung des Tags „set“ zum Hinzufügen des Attributs „href“ zum übergeordneten Element ist gesperrt.\";'),('de','messages:uploaded-wrong-setting-svg','s:202:\"de:Die Verwendung des Tags „set“ zum Hinzufügen eines Remote-/Daten-/Skriptziels zu einem beliebigen Attribut ist gesperrt. <code>&lt;set to=\"$1\"&gt;</code> in der hochgeladenen SVG-Datei gefunden.\";'),('de','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('de','messages:uploaderror','s:24:\"de:Fehler beim Hochladen\";'),('de','messages:uploadfooter','s:4:\"en:-\";'),('de','messages:uploadinvalidxml','s:66:\"de:Das XML in der hochgeladenen Datei konnte nicht geparst werden.\";'),('de','messages:uploadlogpage','s:16:\"de:Datei-Logbuch\";'),('de','messages:uploadlogpagetext','s:141:\"de:Dies ist das Logbuch der hochgeladenen Dateien, siehe auch die [[Special:NewFiles|Galerie neuer Dateien]] für einen visuellen Überblick.\";'),('de','messages:uploadnewversion-linktext','s:43:\"de:Eine neue Version dieser Datei hochladen\";'),('de','messages:uploadnologin','s:19:\"de:Nicht angemeldet\";'),('de','messages:uploadnologintext','s:53:\"de:Du musst dich $1, um Dateien hochladen zu können.\";'),('de','messages:uploadscripted','s:111:\"de:Diese Datei enthält HTML- oder Scriptcode, der irrtümlich von einem Webbrowser ausgeführt werden könnte.\";'),('de','messages:uploadscriptednamespace','s:83:\"de:Diese SVG-Datei enthält den unzulässigen Namensraum „<nowiki>$1</nowiki>“.\";'),('de','messages:uploadstash','s:34:\"de:Vorabspeicherung beim Hochladen\";'),('de','messages:uploadstash-bad-path','s:32:\"de:Der Pfad ist nicht vorhanden.\";'),('de','messages:uploadstash-bad-path-bad-format','s:63:\"de:Der Schlüssel „$1“ ist nicht in einem passenden Format.\";'),('de','messages:uploadstash-bad-path-invalid','s:30:\"de:Der Pfad ist nicht gültig.\";'),('de','messages:uploadstash-bad-path-no-handler','s:82:\"de:Es wurde kein Verarbeitungsprogramm für den MIME-Typ $1 der Datei $2 gefunden.\";'),('de','messages:uploadstash-bad-path-unknown-type','s:28:\"de:Unbekannter Typ „$1“.\";'),('de','messages:uploadstash-bad-path-unrecognized-thumb-name','s:36:\"de:Nicht erkannter Vorschaubildname.\";'),('de','messages:uploadstash-badtoken','s:145:\"de:Das Entfernen der vorab gespeicherten Dateien ist fehlgeschlagen, da vielleicht deine Sitzungsdaten abgelaufen sind. Bitte versuche es erneut.\";'),('de','messages:uploadstash-clear','s:44:\"de:Die vorab gespeicherten Dateien entfernen\";'),('de','messages:uploadstash-errclear','s:68:\"de:Das Entfernen der vorab gespeicherten Dateien ist fehlgeschlagen.\";'),('de','messages:uploadstash-exception','s:57:\"de:Upload konnte nicht gespeichert werden ($1): „$2“.\";'),('de','messages:uploadstash-file-not-found','s:60:\"de:Der Schlüssel „$1“ wurde nicht im Speicher gefunden.\";'),('de','messages:uploadstash-file-not-found-missing-content-type','s:31:\"de:Fehlender Inhaltstyp-Header.\";'),('de','messages:uploadstash-file-not-found-no-local-path','s:48:\"de:Kein lokaler Pfad für das skalierte Element.\";'),('de','messages:uploadstash-file-not-found-no-remote-thumb','s:64:\"de:Das Abrufen des Vorschaubildes ist fehlgeschlagen: $1\nURL: $2\";'),('de','messages:uploadstash-file-not-found-no-thumb','s:50:\"de:Das Vorschaubild konnte nicht abgerufen werden.\";'),('de','messages:uploadstash-file-not-found-not-exists','s:76:\"de:Der Pfad konnte nicht gefunden werden oder die Datei ist nicht eindeutig.\";'),('de','messages:uploadstash-file-too-large','s:71:\"de:Es kann keine Datei angeboten werden, die größer als $1 Bytes ist.\";'),('de','messages:uploadstash-no-such-key','s:65:\"de:Kein entsprechender Schlüssel ($1). Entfernen nicht möglich.\";'),('de','messages:uploadstash-nofiles','s:55:\"de:Es sind keine vorab gespeicherten Dateien vorhanden.\";'),('de','messages:uploadstash-not-logged-in','s:74:\"de:Es ist kein Benutzer angemeldet. Dateien müssen zu Benutzern gehören.\";'),('de','messages:uploadstash-refresh','s:34:\"de:Liste der Dateien aktualisieren\";'),('de','messages:uploadstash-summary','s:229:\"de:Diese Seite ermöglicht den Zugriff auf Dateien, die hochgeladen wurden bzw. gerade hochgeladen werden, aber noch nicht auf dem Wiki publiziert wurden. Die Dateien sind ausschließlich für den hochladenden Benutzer einsehbar.\";'),('de','messages:uploadstash-thumbnail','s:23:\"de:Vorschaubild ansehen\";'),('de','messages:uploadstash-wrong-owner','s:57:\"de:Diese Datei ($1) gehört nicht dem aktuellen Benutzer.\";'),('de','messages:uploadstash-zero-length','s:39:\"de:Die Datei hat eine Größe von null.\";'),('de','messages:uploadtext','s:929:\"de:Benutze dieses Formular, um neue Dateien hochzuladen.\n\nGehe zur [[Special:FileList|Liste hochgeladener Dateien]], um vorhandene Dateien zu suchen und anzuzeigen. (Erneut) hochgeladene Dateien werden auch im [[Special:Log/upload|Datei-Logbuch]] eingetragen. Löschungen werden im [[Special:Log/delete|Lösch-Logbuch]] eingetragen.\n\nUm eine \'\'\'Datei\'\'\' in einer Seite zu verwenden, nutze einen Link in der folgenden Form:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:Datei.jpg]]</nowiki></code></strong> – für ein Vollbild\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:Datei.png|200px|thumb|left|Alternativer Text]]</nowiki></code></strong> – für ein 200px breites Bild innerhalb einer Box, mit „Alternativer Text“ als Bildbeschreibung\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:Datei.pdf]]</nowiki></code></strong> – für einen direkten Link auf die Datei, ohne Darstellung der Datei\";'),('de','messages:uploadvirus','s:48:\"de:Diese Datei enthält einen Virus! Details: $1\";'),('de','messages:uploadwarning','s:10:\"de:Warnung\";'),('de','messages:uploadwarning-text','s:68:\"de:Bitte ändere unten die Dateibeschreibung und versuche es erneut.\";'),('de','messages:uploadwarning-text-nostash','s:91:\"de:Bitte lade die Datei erneut hoch, ändere unten die Beschreibung und versuche es erneut.\";'),('de','messages:user-mail-no-addy','s:80:\"de:Es wurde versucht, eine E-Mail ohne Angabe einer E-Mail-Adresse zu versenden.\";'),('de','messages:user-mail-no-body','s:91:\"de:Es wurde versucht, eine E-Mail mit einem leeren oder zu kurzen Textkörper zu versenden.\";'),('de','messages:usercreated','s:41:\"de:{{GENDER:$3|Erstellt}} am $1 um $2 Uhr\";'),('de','messages:usercssispublic','s:135:\"de:Bitte beachten: CSS-Unterseiten sollten keine vertraulichen Daten enthalten, da sie von anderen Benutzern eingesehen werden können.\";'),('de','messages:usercsspreview','s:124:\"de:<strong>Beachte, dass du nur eine Vorschau deines Benutzer-CSS betrachtest.\nEs wurde noch nicht veröffentlicht!</strong>\";'),('de','messages:usercssyoucanpreview','s:125:\"de:<strong>Tipp:</strong> Benutze den „{{int:showpreview}}“-Button, um dein neues CSS vor dem Veröffentlichen zu testen.\";'),('de','messages:usereditcount','s:45:\"de:$1 {{PLURAL:$1|Bearbeitung|Bearbeitungen}}\";'),('de','messages:userexists','s:70:\"de:Dieser Benutzername ist schon vergeben.\nBitte wähle einen anderen.\";'),('de','messages:userinvalidconfigtitle','s:285:\"de:\'\'\'Achtung:\'\'\' Die Benutzeroberfläche „$1“ existiert nicht. Bedenke, dass benutzerspezifische .css-, .json- und .js-Seiten mit einem Kleinbuchstaben anfangen müssen, also beispielsweise \'\'{{ns:user}}:Mustermann/vector.css\'\' an Stelle von \'\'{{ns:user}}:Mustermann/Vector.css\'\'.\";'),('de','messages:userjsdangerous','s:310:\"de:Bitte beachten: Die auf dieser Seite enthaltenen Skripte werden jedes Mal ausgeführt, wenn du eine Seite lädst. Bösartiger Code, der hier hinzugefügt wird, kann zu einer Kompromittierung des Kontos führen. Der Code wird ausgeführt, wenn du deine Änderungen auf dieser Seite in der Vorschau anschaust.\";'),('de','messages:userjsispublic','s:142:\"de:Bitte beachten: JavaScript-Unterseiten sollten keine vertraulichen Daten enthalten, da sie von anderen Benutzern eingesehen werden können.\";'),('de','messages:userjsonispublic','s:125:\"de:Bitte beachten: JSON-Unterseiten sollten keine vertraulichen Daten enthalten, da sie von anderen Benutzern einsehbar sind.\";'),('de','messages:userjsonpreview','s:132:\"de:<strong>Du testest/zeigst nur eine Vorschau deiner Benutzer-JSON-Konfiguration an.\nSie wurde noch nicht veröffentlicht!</strong>\";'),('de','messages:userjsonyoucanpreview','s:126:\"de:<strong>Tipp:</strong> Benutze den „{{int:showpreview}}“-Button, um dein neues JSON vor dem Veröffentlichen zu testen.\";'),('de','messages:userjspreview','s:132:\"de:<strong>Beachte, dass du nur eine Vorschau deines Benutzer-JavaScripts betrachtest.\nEs wurde noch nicht veröffentlicht!</strong>\";'),('de','messages:userjsyoucanpreview','s:132:\"de:<strong>Tipp:</strong> Benutze den „{{int:showpreview}}“-Button, um dein neues JavaScript vor dem Veröffentlichen zu testen.\";'),('de','messages:userlogin-createanother','s:39:\"de:Ein weiteres Benutzerkonto erstellen\";'),('de','messages:userlogin-helplink2','s:22:\"de:Hilfe beim Anmelden\";'),('de','messages:userlogin-joinproject','s:32:\"de:Bei {{SITENAME}} registrieren\";'),('de','messages:userlogin-loggedin','s:142:\"de:Du bist bereits als {{GENDER:$1|$1}} angemeldet.\nBenutze das unten stehende Formular, um dich unter einem anderen Benutzernamen anzumelden.\";'),('de','messages:userlogin-noaccount','s:35:\"de:Du hast noch kein Benutzerkonto?\";'),('de','messages:userlogin-reauth','s:84:\"de:Du musst dich erneut anmelden, um zu verifizieren, dass du {{GENDER:$1|$1}} bist.\";'),('de','messages:userlogin-remembermypassword','s:21:\"de:Angemeldet bleiben\";'),('de','messages:userlogin-resetpassword-link','s:22:\"de:Passwort vergessen?\";'),('de','messages:userlogin-signwithsecure','s:31:\"de:Sichere Verbindung verwenden\";'),('de','messages:userlogin-yourname','s:15:\"de:Benutzername\";'),('de','messages:userlogin-yourname-ph','s:31:\"de:Gib deinen Benutzernamen ein\";'),('de','messages:userlogin-yourpassword','s:11:\"de:Passwort\";'),('de','messages:userlogin-yourpassword-ph','s:24:\"de:Gib dein Passwort ein\";'),('de','messages:userlogout','s:11:\"de:Abmelden\";'),('de','messages:userlogout-continue','s:30:\"de:Möchtest du dich abmelden?\";'),('de','messages:userlogout-summary','s:3:\"en:\";'),('de','messages:userlogout-temp','s:132:\"de:Bist du sicher, dass du dich abmelden möchtest? Es gibt keine Möglichkeit, dich wieder mit deinem temporären Konto anzumelden.\";'),('de','messages:usermaildisabled','s:29:\"de:E-Mail-Empfang deaktiviert\";'),('de','messages:usermaildisabledtext','s:67:\"de:Du kannst in diesem Wiki keine E-Mails an andere Benutzer senden\";'),('de','messages:usermessage-editor','s:19:\"de:System-Messenger\";'),('de','messages:usermessage-summary','s:31:\"de:Systemnachricht gespeichert.\";'),('de','messages:usermessage-template','s:30:\"de:MediaWiki:Benutzernachricht\";'),('de','messages:username','s:30:\"de:{{GENDER:$1|Benutzername}}:\";'),('de','messages:usernameinprogress','s:100:\"de:Eine Benutzerkontenerstellung für diesen Benutzernamen ist bereits in Bearbeitung.\nBitte warten.\";'),('de','messages:userpage-userdoesnotexist','s:137:\"de:Das Benutzerkonto „<nowiki>$1</nowiki>“ ist nicht vorhanden. Bitte prüfe, ob du diese Seite wirklich erstellen/bearbeiten willst.\";'),('de','messages:userpage-userdoesnotexist-view','s:50:\"de:Das Benutzerkonto „$1“ ist nicht vorhanden.\";'),('de','messages:userrights','s:17:\"de:Benutzerrechte\";'),('de','messages:userrights-cannot-shorten-expiry','s:198:\"de:Du kannst den Ablauf der Mitgliedschaft in der Gruppe „$1“ nicht vorverlegen. Nur Benutzer mit der Berechtigung, diese Gruppe hinzuzufügen und zu entfernen, können Ablaufzeiten vorverlegen.\";'),('de','messages:userrights-changeable-col','s:47:\"de:Gruppenzugehörigkeit, die du ändern kannst\";'),('de','messages:userrights-conflict','s:88:\"de:Benutzerrechteänderungskonflikt! Bitte überprüfe und bestätige deine Änderungen.\";'),('de','messages:userrights-editusergroup','s:78:\"de:Gruppenzugehörigkeit {{GENDER:$1|des Benutzers|der Benutzerin}} bearbeiten\";'),('de','messages:userrights-expiry','s:10:\"de:Ablauf:\";'),('de','messages:userrights-expiry-current','s:13:\"de:Ablauf: $1\";'),('de','messages:userrights-expiry-existing','s:29:\"de:Vorhandener Ablauf: $3, $2\";'),('de','messages:userrights-expiry-in-past','s:70:\"de:Die Ablaufzeit für die Gruppe „$1“ liegt in der Vergangenheit.\";'),('de','messages:userrights-expiry-none','s:14:\"de:Kein Ablauf\";'),('de','messages:userrights-expiry-options','s:95:\"de:1 Tag:1 day,1 Woche:1 week,1 Monat:1 month,3 Monate:3 months,6 Monate:6 months,1 Jahr:1 year\";'),('de','messages:userrights-expiry-othertime','s:15:\"de:Andere Zeit:\";'),('de','messages:userrights-groups-help','s:586:\"de:Du kannst die Gruppenzugehörigkeit {{GENDER:$1|dieses Benutzers|dieser Benutzerin}} ändern:\n* Ein markiertes Kästchen bedeutet, dass {{GENDER:$1|der Benutzer|die Benutzerin}} Mitglied dieser Gruppe ist.\n* Ein nicht markiertes Kästchen bedeutet, dass {{GENDER:$1|der Benutzer|die Benutzerin}} nicht dieser Gruppe angehört.\n* Ein * bedeutet, dass du das Benutzerrecht nach Erteilung nicht wieder zurücknehmen kannst, oder umgekehrt.\n* Ein # bedeutet, dass du den Zeitpunkt des Ablaufs dieser Gruppenzugehörigkeit nur nach hinten verlegen kannst. Du kannst ihn nicht vorverlegen.\";'),('de','messages:userrights-groupsmember','s:16:\"de:Mitglied von:\";'),('de','messages:userrights-groupsmember-auto','s:28:\"de:Automatisch Mitglied von:\";'),('de','messages:userrights-groupsmember-type','s:5:\"de:$2\";'),('de','messages:userrights-invalid-expiry','s:57:\"de:Die Ablaufzeit für die Gruppe „$1“ ist ungültig.\";'),('de','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('de','messages:userrights-lookup-user','s:28:\"de:Einen Benutzer auswählen\";'),('de','messages:userrights-no-interwiki','s:103:\"de:Du hast nicht die erforderliche Berechtigung, um Benutzerrechte in anderen Wikis ändern zu können.\";'),('de','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('de','messages:userrights-nodatabase','s:57:\"de:Die Datenbank $1 ist nicht vorhanden oder nicht lokal.\";'),('de','messages:userrights-reason','s:9:\"de:Grund:\";'),('de','messages:userrights-summary','s:3:\"en:\";'),('de','messages:userrights-systemuser','s:74:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} ist ein System-Benutzer.\";'),('de','messages:userrights-unchangeable-col','s:53:\"de:Gruppenzugehörigkeit, die du nicht ändern kannst\";'),('de','messages:userrights-user-editname','s:16:\"de:Benutzername:\";'),('de','messages:userrights-viewusergroup','s:40:\"de:{{GENDER:$1|Benutzergruppen}} ansehen\";'),('de','messages:variantname-crh','s:6:\"en:crh\";'),('de','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('de','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('de','messages:variantname-gan','s:6:\"en:gan\";'),('de','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('de','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('de','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('de','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('de','messages:variantname-iu','s:5:\"en:iu\";'),('de','messages:variantname-kk','s:5:\"en:kk\";'),('de','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('de','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('de','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('de','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('de','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('de','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('de','messages:variantname-ku','s:5:\"en:ku\";'),('de','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('de','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('de','messages:variantname-shi','s:6:\"en:shi\";'),('de','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('de','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('de','messages:variantname-sr','s:5:\"en:sr\";'),('de','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('de','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('de','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('de','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('de','messages:variantname-tg','s:5:\"en:tg\";'),('de','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('de','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('de','messages:variantname-tly','s:6:\"en:tly\";'),('de','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('de','messages:variantname-uz','s:5:\"en:uz\";'),('de','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('de','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('de','messages:variantname-zh','s:5:\"en:zh\";'),('de','messages:variantname-zh-cn','s:5:\"en:CN\";'),('de','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('de','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('de','messages:variantname-zh-hk','s:5:\"en:HK\";'),('de','messages:variantname-zh-mo','s:5:\"en:MO\";'),('de','messages:variantname-zh-my','s:5:\"en:MY\";'),('de','messages:variantname-zh-sg','s:5:\"en:SG\";'),('de','messages:variantname-zh-tw','s:5:\"en:TW\";'),('de','messages:variants','s:12:\"de:Varianten\";'),('de','messages:vector-2022-prefs-talkpage','s:58:\"de:[[mw:Talk:Reading/Web/Desktop_Improvements|Diskussion]]\";'),('de','messages:vector-action-addsection','s:24:\"de:Abschnitt hinzufügen\";'),('de','messages:vector-action-delete','s:11:\"de:Löschen\";'),('de','messages:vector-action-move','s:14:\"de:Verschieben\";'),('de','messages:vector-action-protect','s:12:\"de:Schützen\";'),('de','messages:vector-action-toggle-sidebar','s:26:\"de:Seitenleiste umschalten\";'),('de','messages:vector-action-undelete','s:19:\"de:Wiederherstellen\";'),('de','messages:vector-action-unprotect','s:23:\"de:Seitenschutz ändern\";'),('de','messages:vector-anon-user-menu-pages','s:35:\"de:Seiten für abgemeldete Benutzer\";'),('de','messages:vector-anon-user-menu-pages-label','s:36:\"de:Erfahre mehr über das Bearbeiten\";'),('de','messages:vector-anon-user-menu-pages-learn','s:24:\"de:Weitere Informationen\";'),('de','messages:vector-article-tools-nav-label','s:12:\"de:Werkzeuge\";'),('de','messages:vector-intro-page','s:19:\"de:Help:Einführung\";'),('de','messages:vector-jumptocontent','s:22:\"de:Zum Inhalt springen\";'),('de','messages:vector-jumptonavigation','s:26:\"de:Zur Navigation springen\";'),('de','messages:vector-jumptosearch','s:21:\"de:Zur Suche springen\";'),('de','messages:vector-language-button-aria-label','s:102:\"de:Zu einem Artikel in einer anderen Sprache gehen. Verfügbar in {{PLURAL:$1|$1 Sprache|$1 Sprachen}}\";'),('de','messages:vector-language-button-label','s:39:\"de:{{PLURAL:$1|$1 Sprache|$1 Sprachen}}\";'),('de','messages:vector-language-redirect-to-top','s:130:\"de:In {{SITENAME}} befinden sich die Sprachlinks am oberen Rand der Seite gegenüber dem Artikeltitel. [[#p-lang-btn|Zum Anfang]].\";'),('de','messages:vector-language-variant-switcher-label','s:25:\"de:Sprachvariante ändern\";'),('de','messages:vector-languages','s:11:\"de:Sprachen\";'),('de','messages:vector-main-menu-tooltip','s:13:\"de:Hauptmenü\";'),('de','messages:vector-more-actions','s:7:\"de:Mehr\";'),('de','messages:vector-no-language-button-aria-label','s:95:\"de:Dieser Artikel existiert nur in dieser Sprache. Füge den Artikel für andere Sprachen hinzu\";'),('de','messages:vector-no-language-button-label','s:23:\"de:Sprachen hinzufügen\";'),('de','messages:vector-opt-out','s:37:\"de:Umschalten zum bisherigen Aussehen\";'),('de','messages:vector-opt-out-tooltip','s:109:\"de:Ändere deine Einstellungen, um zum alten Aussehen der Benutzeroberfläche zurückzukehren (Legacy-Vector)\";'),('de','messages:vector-search-loader','s:29:\"de:Laden von Suchvorschlägen\";'),('de','messages:vector-searchsuggest-containing','s:106:\"de:Suche nach Seiten, die <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> enthalten\";'),('de','messages:vector-site-nav-label','s:10:\"de:Website\";'),('de','messages:vector-skin-desc','s:290:\"de:Stellt eine Benutzeroberfläche in zwei Varianten bereit:\n* 2011 – moderne Variante mit frischem Aussehen und vielen Verbesserungen der Benutzerfreundlichkeit\n* 2022 – neueste Variante, die als Teil des „[[mw:Desktop Improvements|Desktop-Improvements]]“-Projekts entwickelt wurde\";'),('de','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('de','messages:vector-toc-beginning','s:9:\"de:Anfang\";'),('de','messages:vector-toc-collapsible-button-label','s:32:\"de:Inhaltsverzeichnis umschalten\";'),('de','messages:vector-toc-heading','s:21:\"de:Inhaltsverzeichnis\";'),('de','messages:vector-toc-menu-tooltip','s:21:\"de:Inhaltsverzeichnis\";'),('de','messages:vector-toc-toggle-button-label','s:31:\"de:Unterabschnitt $1 umschalten\";'),('de','messages:vector-toc-toggle-position-sidebar','s:34:\"de:In die Seitenleiste verschieben\";'),('de','messages:vector-toc-toggle-position-title','s:12:\"de:Verbergen\";'),('de','messages:vector-view-create','s:12:\"de:Erstellen\";'),('de','messages:vector-view-edit','s:13:\"de:Bearbeiten\";'),('de','messages:vector-view-history','s:21:\"de:Versionsgeschichte\";'),('de','messages:vector-view-view','s:8:\"de:Lesen\";'),('de','messages:vector-view-viewsource','s:21:\"de:Quelltext anzeigen\";'),('de','messages:vector.css','s:84:\"de:/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */\";'),('de','messages:vector.js','s:91:\"de:/* Das folgende JavaScript wird für Benutzer der Vector-Benutzeroberfläche geladen. */\";'),('de','messages:verification-error','s:53:\"de:Diese Datei hat die Dateiprüfung nicht bestanden.\";'),('de','messages:version','s:10:\"de:Version\";'),('de','messages:version-antispam','s:26:\"de:Spamschutzerweiterungen\";'),('de','messages:version-api','s:20:\"de:API-Erweiterungen\";'),('de','messages:version-credits-not-found','s:90:\"de:Es wurden keine detaillierten Danksagungsinformationen für diese Erweiterung gefunden.\";'),('de','messages:version-credits-summary','s:86:\"de:Wir danken folgenden Personen für ihre Beiträge zu [[Special:Version|MediaWiki]].\";'),('de','messages:version-credits-title','s:23:\"de:Danksagungen für $1\";'),('de','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('de','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('de','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('de','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('de','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('de','messages:version-editors','s:11:\"de:Editoren\";'),('de','messages:version-entrypoints','s:27:\"de:URLs der Einstiegspunkte\";'),('de','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('de','messages:version-entrypoints-articlepath','s:88:\"de:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Artikelpfad]\";'),('de','messages:version-entrypoints-header-entrypoint','s:17:\"de:Einstiegspunkt\";'),('de','messages:version-entrypoints-header-url','s:6:\"de:URL\";'),('de','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('de','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('de','messages:version-entrypoints-scriptpath','s:86:\"de:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Skriptpfad]\";'),('de','messages:version-ext-colheader-credits','s:10:\"de:Autoren\";'),('de','messages:version-ext-colheader-description','s:15:\"de:Beschreibung\";'),('de','messages:version-ext-colheader-license','s:9:\"de:Lizenz\";'),('de','messages:version-ext-colheader-name','s:14:\"de:Bezeichnung\";'),('de','messages:version-ext-colheader-version','s:10:\"de:Version\";'),('de','messages:version-ext-license','s:9:\"de:Lizenz\";'),('de','messages:version-extensions','s:29:\"de:Installierte Erweiterungen\";'),('de','messages:version-hook-name','s:21:\"de:Schnittstellenname\";'),('de','messages:version-hook-subscribedby','s:13:\"de:Aufruf von\";'),('de','messages:version-hooks','s:29:\"de:Schnittstellen \'\'(Hooks)\'\'\";'),('de','messages:version-libraries','s:41:\"de:Serverseitig installierte Bibliotheken\";'),('de','messages:version-libraries-authors','s:10:\"de:Autoren\";'),('de','messages:version-libraries-description','s:15:\"de:Beschreibung\";'),('de','messages:version-libraries-library','s:13:\"de:Bibliothek\";'),('de','messages:version-libraries-license','s:9:\"de:Lizenz\";'),('de','messages:version-libraries-version','s:10:\"de:Version\";'),('de','messages:version-license','s:19:\"de:MediaWiki-Lizenz\";'),('de','messages:version-license-info','s:1065:\"de:MediaWiki ist eine Freie Software, d. h. sie kann, gemäß den Bedingungen der von der Free Software Foundation veröffentlichten \'\'GNU General Public License\'\', weiterverteilt und/oder modifiziert werden. Dabei kann die Version 2 oder, nach eigenem Ermessen, jede neuere Version der Lizenz verwendet werden.\n\nDie Software MediaWiki wird in der Hoffnung verteilt, dass sie nützlich sein wird, allerdings <em>OHNE JEGLICHE GARANTIE</em> und sogar ohne die implizierte Garantie einer <strong>MARKTGÄNGIGKEIT</strong> oder <strong>EIGNUNG FÜR EINEN BESTIMMTEN ZWECK</strong>. Hierzu sind weitere Hinweise in der \'\'GNU General Public License\'\' enthalten.\n\nEine [{{SERVER}}{{SCRIPTPATH}}/COPYING Kopie der \'\'GNU General Public License\'\'] sollte zusammen mit diesem Programm verteilt worden sein. Sofern dies nicht der Fall war, kann eine Kopie bei der Free Software Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA, schriftlich angefordert oder auf deren Website [//www.gnu.org/licenses/old-licenses/gpl-2.0.html online gelesen] werden.\";'),('de','messages:version-license-not-found','s:84:\"de:Es wurden keine detaillierten Lizenzinformationen zu dieser Erweiterung gefunden.\";'),('de','messages:version-license-title','s:23:\"de:Lizenz für „$1“\";'),('de','messages:version-mediahandlers','s:30:\"de:Mediennutzungserweiterungen\";'),('de','messages:version-no-ext-name','s:14:\"de:[kein Name]\";'),('de','messages:version-other','s:25:\"de:Sonstige Erweiterungen\";'),('de','messages:version-parser-extensiontags','s:29:\"de:Parsererweiterungen (Tags)\";'),('de','messages:version-parser-function-hooks','s:35:\"de:Parsererweiterungen (Funktionen)\";'),('de','messages:version-parserhooks','s:22:\"de:Parsererweiterungen\";'),('de','messages:version-poweredby-credits','s:112:\"de:Diese Website nutzt \'\'\'[https://www.mediawiki.org/wiki/MediaWiki/de MediaWiki]\'\'\', Copyright © 2001–$1 $2.\";'),('de','messages:version-poweredby-others','s:9:\"de:andere\";'),('de','messages:version-poweredby-translators','s:40:\"de:die Übersetzer von translatewiki.net\";'),('de','messages:version-poweredby-various','s:23:\"de:Verschiedene Autoren\";'),('de','messages:version-skin-colheader-name','s:14:\"de:Bezeichnung\";'),('de','messages:version-skins','s:36:\"de:Installierte Benutzeroberflächen\";'),('de','messages:version-software','s:24:\"de:Installierte Software\";'),('de','messages:version-software-product','s:11:\"de:Software\";'),('de','messages:version-software-version','s:10:\"de:Version\";'),('de','messages:version-specialpages','s:34:\"de:Erweiterungen mit Spezialseiten\";'),('de','messages:version-summary','s:3:\"en:\";'),('de','messages:version-variables','s:30:\"de:Erweiterungen mit Variablen\";'),('de','messages:version-version','s:7:\"en:($1)\";'),('de','messages:versionrequired','s:45:\"de:Version $1 von MediaWiki ist erforderlich.\";'),('de','messages:versionrequiredtext','s:115:\"de:Version $1 von MediaWiki ist erforderlich, um diese Seite zu nutzen.\nSiehe die [[Special:Version|Versionsseite]]\";'),('de','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('de','messages:view','s:8:\"de:Lesen\";'),('de','messages:view-pool-contention','s:18:\"en:pool contention\";'),('de','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('de','messages:view-pool-error','s:187:\"de:Entschuldige bitte, dass die Server im Moment überlastet sind.\nZu viele Benutzer versuchen, diese Seite zu besuchen.\nBitte warte einige Minuten, bevor du es noch einmal versuchst.\n\n$1\";'),('de','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('de','messages:viewcount','s:66:\"de:Diese Seite wurde bisher {{PLURAL:$1|einmal|$1-mal}} abgerufen.\";'),('de','messages:viewdeleted','s:15:\"de:$1 anzeigen?\";'),('de','messages:viewdeleted_short','s:72:\"de:{{PLURAL:$1|Eine gelöschte Version|$1 gelöschte Versionen}} ansehen\";'),('de','messages:viewdeletedpage','s:29:\"de:Gelöschte Seiten anzeigen\";'),('de','messages:viewhelppage','s:22:\"de:Hilfeseite anzeigen\";'),('de','messages:viewinguserrights','s:96:\"de:Benutzergruppen {{GENDER:$1|des Benutzers|der Benutzerin}} <strong>[[User:$1|$1]]</strong> $2\";'),('de','messages:viewpagelogs','s:35:\"de:Logbücher dieser Seite anzeigen\";'),('de','messages:viewpagelogs-lowercase','s:26:\"de:Logbücher dieser Seite\";'),('de','messages:viewprevnext','s:44:\"de:Zeige ($1 {{int:pipe-separator}} $2) ($3)\";'),('de','messages:views','s:12:\"de:Ansichten\";'),('de','messages:viewsource','s:21:\"de:Quelltext anzeigen\";'),('de','messages:viewsource-title','s:25:\"de:Quelltext der Seite $1\";'),('de','messages:viewsourcelink','s:21:\"de:Quelltext anzeigen\";'),('de','messages:viewsourceold','s:21:\"de:Quelltext anzeigen\";'),('de','messages:viewsourcetext','s:64:\"de:Du kannst den Quelltext dieser Seite betrachten und kopieren.\";'),('de','messages:viewtalkpage','s:13:\"de:Diskussion\";'),('de','messages:viewyourtext','s:106:\"de:Du kannst den Quelltext <strong>deiner Bearbeitungen</strong> auf dieser Seite betrachten und kopieren.\";'),('de','messages:virus-badscanner','s:67:\"de:Fehlerhafte Konfiguration: unbekannter Virenscanner: <em>$1</em>\";'),('de','messages:virus-scanfailed','s:32:\"de:Scan fehlgeschlagen (Code $1)\";'),('de','messages:virus-unknownscanner','s:28:\"de:Unbekannter Virenscanner:\";'),('de','messages:wantedcategories','s:25:\"de:Gewünschte Kategorien\";'),('de','messages:wantedcategories-summary','s:3:\"en:\";'),('de','messages:wantedfiles','s:22:\"de:Gewünschte Dateien\";'),('de','messages:wantedfiles-summary','s:3:\"en:\";'),('de','messages:wantedfiletext-cat','s:299:\"de:Die folgenden Dateien werden verwendet, sind jedoch nicht vorhanden. Vorhandene Dateien aus fremden Repositorien können dennoch hier aufgelistet sein und werden <del>durchgestrichen</del> dargestellt. Zusätzlich werden Seiten, die nicht vorhandene Dateien enthalten, in die [[:$1]] eingeordnet.\";'),('de','messages:wantedfiletext-cat-noforeign','s:159:\"de:Die folgenden Dateien werden verwendet, sind jedoch nicht vorhanden. Zusätzlich werden Seiten auf [[:$1]] gelistet, die nicht vorhandene Dateien einbetten.\";'),('de','messages:wantedfiletext-nocat','s:204:\"de:Die folgenden Dateien werden verwendet, sind jedoch nicht vorhanden. Vorhandene Dateien aus fremden Repositorien können dennoch hier aufgelistet sein und werden <del>durchgestrichen</del> dargestellt.\";'),('de','messages:wantedfiletext-nocat-noforeign','s:71:\"de:Die folgenden Dateien werden verwendet, sind jedoch nicht vorhanden.\";'),('de','messages:wantedpages','s:21:\"de:Gewünschte Seiten\";'),('de','messages:wantedpages-badtitle','s:36:\"de:Ungültiger Titel im Ergebnis: $1\";'),('de','messages:wantedpages-summary','s:248:\"de:Liste der am häufigsten verlinkten, aber nicht vorhandenen Seiten. Hiervon ausgenommen sind Seiten, die ausschließlich als Ziele defekter Weiterleitungen dienen. Siehe dafür [[{{#special:BrokenRedirects}}|die Liste defekter Weiterleitungen]].\";'),('de','messages:wantedtemplates','s:23:\"de:Gewünschte Vorlagen\";'),('de','messages:wantedtemplates-summary','s:3:\"en:\";'),('de','messages:watch','s:13:\"de:Beobachten\";'),('de','messages:watching','s:17:\"de:Beobachten …\";'),('de','messages:watchlist','s:20:\"de:Beobachtungsliste\";'),('de','messages:watchlist-details','s:102:\"de:{{PLURAL:$1|Eine Seite ist|$1 Seiten sind}} auf deiner Beobachtungsliste (sowie Diskussionsseiten).\";'),('de','messages:watchlist-expires-in-aria-label','s:46:\"de:Auslaufende Seite auf der Beobachtungsliste\";'),('de','messages:watchlist-expiring-days-full-text','s:65:\"de:Noch {{PLURAL:$1|$1 Tag|$1 Tage}} auf deiner Beobachtungsliste\";'),('de','messages:watchlist-expiring-hours-full-text','s:53:\"de:Noch ein paar Stunden auf deiner Beobachtungsliste\";'),('de','messages:watchlist-expiry-days-left','s:52:\"de:{{PLURAL:$1|$1 Tag verbleibt|$1 Tage verbleiben}}\";'),('de','messages:watchlist-expiry-hours-left','s:26:\"de:Nur noch wenige Stunden\";'),('de','messages:watchlist-expiry-options','s:88:\"de:Dauerhaft:infinite,1 Woche:1 week,1 Monat:1 month,3 Monate:3 months,6 Monate:6 months\";'),('de','messages:watchlist-hide','s:13:\"de:Ausblenden\";'),('de','messages:watchlist-options','s:18:\"de:Anzeigeoptionen\";'),('de','messages:watchlist-submit','s:11:\"de:Anzeigen\";'),('de','messages:watchlist-summary','s:3:\"en:\";'),('de','messages:watchlist-unwatch','s:5:\"en:×\";'),('de','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('de','messages:watchlistanontext','s:91:\"de:Melde dich an, um deine Beobachtungsliste zu sehen oder Einträge auf ihr zu bearbeiten.\";'),('de','messages:watchlistedit-clear-done','s:41:\"de:Deine Beobachtungsliste wurde geleert.\";'),('de','messages:watchlistedit-clear-explain','s:72:\"de:Alle Seiten werden ausnahmslos von deiner Beobachtungsliste entfernt.\";'),('de','messages:watchlistedit-clear-jobqueue','s:82:\"de:Deine Beobachtungsliste wird geleert. Dies kann einige Zeit in Anspruch nehmen!\";'),('de','messages:watchlistedit-clear-legend','s:27:\"de:Beobachtungsliste leeren\";'),('de','messages:watchlistedit-clear-removed','s:69:\"de:{{PLURAL:$1|Ein Seitenname wurde|$1 Seitennamen wurden}} entfernt:\";'),('de','messages:watchlistedit-clear-submit','s:42:\"de:Beobachtungsliste unwiderruflich leeren\";'),('de','messages:watchlistedit-clear-title','s:27:\"de:Beobachtungsliste leeren\";'),('de','messages:watchlistedit-clear-titles','s:15:\"de:Seitennamen:\";'),('de','messages:watchlistedit-normal-done','s:93:\"de:{{PLURAL:$1|Ein Eintrag wurde|$1 Einträge wurden}} von deiner Beobachtungsliste entfernt:\";'),('de','messages:watchlistedit-normal-explain','s:296:\"de:Dies sind die Einträge deiner Beobachtungsliste. Um Einträge zu entfernen, markiere die Kästchen neben den Einträgen und klicke am Ende der Seite auf „{{int:Watchlistedit-normal-submit}}“. Du kannst deine Beobachtungsliste auch im [[Special:EditWatchlist/raw|Listenformat bearbeiten]].\";'),('de','messages:watchlistedit-normal-legend','s:48:\"de:Einträge von der Beobachtungsliste entfernen\";'),('de','messages:watchlistedit-normal-submit','s:22:\"de:Einträge entfernen\";'),('de','messages:watchlistedit-normal-title','s:31:\"de:Beobachtungsliste bearbeiten\";'),('de','messages:watchlistedit-raw-added','s:68:\"de:{{PLURAL:$1|Ein Eintrag wurde|$1 Einträge wurden}} hinzugefügt:\";'),('de','messages:watchlistedit-raw-done','s:45:\"de:Deine Beobachtungsliste wurde gespeichert.\";'),('de','messages:watchlistedit-raw-explain','s:331:\"de:Dies sind die Einträge deiner Beobachtungsliste im Listenformat. Die Einträge können zeilenweise gelöscht oder hinzugefügt werden.\nPro Zeile ist ein Eintrag erlaubt. Sobald du fertig bist, klicke auf „{{int:Watchlistedit-raw-submit}}“.\nDu kannst auch die [[Special:EditWatchlist|Standardseite]] zum Bearbeiten benutzen.\";'),('de','messages:watchlistedit-raw-legend','s:47:\"de:Beobachtungsliste im Listenformat bearbeiten\";'),('de','messages:watchlistedit-raw-removed','s:64:\"de:{{PLURAL:$1|Ein Eintrag wurde|$1 Einträge wurden}} entfernt:\";'),('de','messages:watchlistedit-raw-submit','s:34:\"de:Beobachtungsliste aktualisieren\";'),('de','messages:watchlistedit-raw-title','s:47:\"de:Beobachtungsliste im Listenformat bearbeiten\";'),('de','messages:watchlistedit-raw-titles','s:13:\"de:Einträge:\";'),('de','messages:watchlistedit-too-many','s:89:\"de:Deine Beobachtungsliste wurde aktualisiert. Es gibt hier zu viele Seiten zum Anzeigen.\";'),('de','messages:watchlistfor2','s:9:\"de:Von $1\";'),('de','messages:watchlistnotwatchable','s:31:\"de:Seite ist nicht beobachtbar.\";'),('de','messages:watchlisttools-clear','s:27:\"de:Beobachtungsliste leeren\";'),('de','messages:watchlisttools-edit','s:20:\"de:normal bearbeiten\";'),('de','messages:watchlisttools-raw','s:45:\"de:im Listenformat bearbeiten (Import/Export)\";'),('de','messages:watchlisttools-view','s:33:\"de:Beobachtungsliste: Änderungen\";'),('de','messages:watchnologin','s:27:\"de:Du bist nicht angemeldet\";'),('de','messages:watchthis','s:25:\"de:Diese Seite beobachten\";'),('de','messages:watchthispage','s:19:\"de:Seite beobachten\";'),('de','messages:watchthisupload','s:25:\"de:Diese Datei beobachten\";'),('de','messages:wed','s:5:\"de:Mi\";'),('de','messages:wednesday','s:11:\"de:Mittwoch\";'),('de','messages:wednesday-at','s:17:\"de:Mittwoch um $1\";'),('de','messages:weeks','s:35:\"de:{{PLURAL:$1|$1 Woche|$1 Wochen}}\";'),('de','messages:welcomecreation-msg','s:121:\"de:Dein Benutzerkonto wurde erstellt.\nVergiss nicht, deine [[Special:Preferences|{{SITENAME}}-Einstellungen]] zu ändern.\";'),('de','messages:welcomeuser','s:18:\"de:Willkommen, $1!\";'),('de','messages:whatlinkshere','s:24:\"de:Links auf diese Seite\";'),('de','messages:whatlinkshere-count','s:64:\"de:Angezeigt {{PLURAL:$1|wird ein Eintrag|werden $1 Einträge}}.\";'),('de','messages:whatlinkshere-hideimages','s:24:\"de:Dateilinks ausblenden\";'),('de','messages:whatlinkshere-hidelinks','s:19:\"de:Links ausblenden\";'),('de','messages:whatlinkshere-hideredirs','s:29:\"de:Weiterleitungen ausblenden\";'),('de','messages:whatlinkshere-hidetrans','s:34:\"de:Vorlageneinbindungen ausblenden\";'),('de','messages:whatlinkshere-links','s:12:\"de:← Links\";'),('de','messages:whatlinkshere-next','s:38:\"de:{{PLURAL:$1|nächster|nächste $1}}\";'),('de','messages:whatlinkshere-page','s:9:\"de:Seite:\";'),('de','messages:whatlinkshere-prev','s:40:\"de:{{PLURAL:$1|vorheriger|vorherige $1}}\";'),('de','messages:whatlinkshere-sectionredir','s:39:\"de:Weiterleitung zum Abschnitt „$1“\";'),('de','messages:whatlinkshere-submit','s:6:\"de:Los\";'),('de','messages:whatlinkshere-summary','s:3:\"en:\";'),('de','messages:whatlinkshere-title','s:37:\"de:Seiten, die auf „$1“ verlinken\";'),('de','messages:whitelistedittext','s:53:\"de:Du musst dich $1, um Seiten bearbeiten zu können.\";'),('de','messages:widthheight','s:11:\"en:$1 × $2\";'),('de','messages:widthheightpage','s:44:\"de:$1 × $2, {{PLURAL:$3|1 Seite|$3 Seiten}}\";'),('de','messages:wikieditor','s:36:\"de:Fortgeschrittener Wikitext-Editor\";'),('de','messages:wikieditor-desc','s:105:\"de:Ermöglicht eine erweiterbare Oberfläche zur Wikitext-Bearbeitung sowie viele weitere neue Funktionen\";'),('de','messages:wikieditor-loading','s:11:\"de:Lade …\";'),('de','messages:wikieditor-preview-changes-tab','s:14:\"de:Änderungen\";'),('de','messages:wikieditor-preview-loading','s:11:\"de:Lade …\";'),('de','messages:wikieditor-preview-preference','s:43:\"de:Gegenüberstellungsvorschau ermöglichen\";'),('de','messages:wikieditor-preview-tab','s:11:\"de:Vorschau\";'),('de','messages:wikieditor-publish-button-cancel','s:12:\"de:Abbrechen\";'),('de','messages:wikieditor-publish-button-publish','s:19:\"de:Veröffentlichen\";'),('de','messages:wikieditor-publish-dialog-goback','s:10:\"de:Zurück\";'),('de','messages:wikieditor-publish-dialog-minor','s:19:\"de:Kleine Änderung\";'),('de','messages:wikieditor-publish-dialog-publish','s:19:\"de:Veröffentlichen\";'),('de','messages:wikieditor-publish-dialog-summary','s:78:\"de:Zusammenfassung (kurze Beschreibung der von dir vorgenommenen Änderungen):\";'),('de','messages:wikieditor-publish-dialog-title','s:36:\"de:Auf {{SITENAME}} veröffentlichen\";'),('de','messages:wikieditor-publish-dialog-watch','s:25:\"de:Diese Seite beobachten\";'),('de','messages:wikieditor-publish-preference','s:54:\"de:Schritt-für-Schritt-Veröffentlichung ermöglichen\";'),('de','messages:wikieditor-toolbar','s:28:\"de:Bearbeiten-Werkzeugleiste\";'),('de','messages:wikieditor-toolbar-desc','s:68:\"de:Bearbeiten-Werkzeugleiste mit verbesserter Benutzerfreundlichkeit\";'),('de','messages:wikieditor-toolbar-dialogs-preference','s:107:\"de:Assistenten zum Einfügen von Links und Tabellen sowie die Funktion „Suchen und Ersetzen“ aktivieren\";'),('de','messages:wikieditor-toolbar-file-caption','s:11:\"de:Legende:\";'),('de','messages:wikieditor-toolbar-file-default','s:13:\"de:(Standard)\";'),('de','messages:wikieditor-toolbar-file-float','s:15:\"de:Ausrichtung:\";'),('de','messages:wikieditor-toolbar-file-format','s:10:\"de:Format:\";'),('de','messages:wikieditor-toolbar-file-format-none','s:8:\"de:keine\";'),('de','messages:wikieditor-toolbar-file-size','s:11:\"de:Größe:\";'),('de','messages:wikieditor-toolbar-file-target','s:13:\"de:Dateiname:\";'),('de','messages:wikieditor-toolbar-group-format','s:9:\"de:Format\";'),('de','messages:wikieditor-toolbar-group-insert','s:12:\"de:Einfügen\";'),('de','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"de:Fett\";'),('de','messages:wikieditor-toolbar-help-content-bold-result','s:31:\"de:<strong>Fetter Text</strong>\";'),('de','messages:wikieditor-toolbar-help-content-bold-syntax','s:20:\"de:\'\'\'Fetter Text\'\'\'\";'),('de','messages:wikieditor-toolbar-help-content-bolditalic-description','s:18:\"de:Fett und kursiv\";'),('de','messages:wikieditor-toolbar-help-content-bolditalic-result','s:53:\"de:<strong><em>Fetter und kursiver Text</em></strong>\";'),('de','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:37:\"de:\'\'\'\'\'Fetter und kursiver Text\'\'\'\'\'\";'),('de','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"de:Beschreibung\";'),('de','messages:wikieditor-toolbar-help-content-file-description','s:21:\"de:Eingebettete Datei\";'),('de','messages:wikieditor-toolbar-help-content-file-syntax','s:28:\"de:[[$1:Beispiel.png|$2|$3]]\";'),('de','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"de:Kopfzeile Ebene 2\";'),('de','messages:wikieditor-toolbar-help-content-heading2-result','s:24:\"de:<h2>Überschrift</h2>\";'),('de','messages:wikieditor-toolbar-help-content-heading2-syntax','s:21:\"de:== Überschrift ==\";'),('de','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"de:Kopfzeile Ebene 3\";'),('de','messages:wikieditor-toolbar-help-content-heading3-result','s:24:\"de:<h3>Überschrift</h3>\";'),('de','messages:wikieditor-toolbar-help-content-heading3-syntax','s:23:\"de:=== Überschrift ===\";'),('de','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"de:Kopfzeile Ebene 4\";'),('de','messages:wikieditor-toolbar-help-content-heading4-result','s:24:\"de:<h4>Überschrift</h4>\";'),('de','messages:wikieditor-toolbar-help-content-heading4-syntax','s:25:\"de:==== Überschrift ====\";'),('de','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"de:Kopfzeile Ebene 5\";'),('de','messages:wikieditor-toolbar-help-content-heading5-result','s:24:\"de:<h5>Überschrift</h5>\";'),('de','messages:wikieditor-toolbar-help-content-heading5-syntax','s:27:\"de:===== Überschrift =====\";'),('de','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"de:Interner Link\";'),('de','messages:wikieditor-toolbar-help-content-ilink-result','s:60:\"de:<a href=\'#\'>Seitentitel</a><br /><a href=\'#\'>Linktext</a>\";'),('de','messages:wikieditor-toolbar-help-content-ilink-syntax','s:48:\"de:[[Seitentitel]]<br />[[Seitentitel|Linktext]]\";'),('de','messages:wikieditor-toolbar-help-content-indent-description','s:13:\"de:Einrücken\";'),('de','messages:wikieditor-toolbar-help-content-indent-result','s:88:\"de:Normaler Text<dl><dd>Eingerückter Text<dl><dd>Eingerückter Text</dd></dl></dd></dl>\";'),('de','messages:wikieditor-toolbar-help-content-indent-syntax','s:67:\"de:Normaler Text<br />:Eingerückter Text<br />::Eingerückter Text\";'),('de','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"de:Kursiv\";'),('de','messages:wikieditor-toolbar-help-content-italic-result','s:25:\"de:<em>Kursiver Text</em>\";'),('de','messages:wikieditor-toolbar-help-content-italic-syntax','s:20:\"de:\'\'Kursiver Text\'\'\";'),('de','messages:wikieditor-toolbar-help-content-named-reference-description','s:27:\"de:Benannter Einzelnachweis\";'),('de','messages:wikieditor-toolbar-help-content-named-reference-result','s:44:\"de:Seitentext.<sup><a href=\'#\'>[2]</a></sup>\";'),('de','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"de:Seitentext.&lt;ref name=\"test\"&gt;[http://www.example.org Linktext]&lt;/ref&gt;\";'),('de','messages:wikieditor-toolbar-help-content-olist-description','s:20:\"de:Nummerierte Liste\";'),('de','messages:wikieditor-toolbar-help-content-olist-result','s:56:\"de:<ol><li>Listeneintrag</li><li>Listeneintrag</li></ol>\";'),('de','messages:wikieditor-toolbar-help-content-olist-syntax','s:39:\"de:# Listeneintrag<br /># Listeneintrag\";'),('de','messages:wikieditor-toolbar-help-content-reference-description','s:17:\"de:Einzelnachweis\";'),('de','messages:wikieditor-toolbar-help-content-reference-result','s:44:\"de:Seitentext.<sup><a href=\'#\'>[1]</a></sup>\";'),('de','messages:wikieditor-toolbar-help-content-reference-syntax','s:91:\"de:Seitentext.&lt;ref&gt;[http://www.example.org Linktext], zusätzlicher Text.&lt;/ref&gt;\";'),('de','messages:wikieditor-toolbar-help-content-rereference-description','s:47:\"de:Den gleichen Einzelnachweis erneut verwenden\";'),('de','messages:wikieditor-toolbar-help-content-rereference-result','s:44:\"de:Seitentext.<sup><a href=\'#\'>[2]</a></sup>\";'),('de','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('de','messages:wikieditor-toolbar-help-content-showreferences-description','s:27:\"de:Einzelnachweise anzeigen\";'),('de','messages:wikieditor-toolbar-help-content-showreferences-result','s:366:\"de:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Linktext</a>, zusätzlicher Text.</li><li id=\'cite_note-test-1\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Linktext</a></li></ol>\";'),('de','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('de','messages:wikieditor-toolbar-help-content-signature-description','s:11:\"de:Signatur\";'),('de','messages:wikieditor-toolbar-help-content-signature-result','s:116:\"de:<a href=\'#\' title=\'{{#special:mypage}}\'>Benutzername</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>Diskussion</a>)\";'),('de','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('de','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"de:Signatur mit Zeitstempel\";'),('de','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:145:\"de:--<a href=\'#\' title=\'{{#special:mypage}}\'>Benutzername</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>Diskussion</a>) 15:54, 10. Jun. 2009 (UTC)\";'),('de','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('de','messages:wikieditor-toolbar-help-content-ulist-description','s:21:\"de:Aufgezählte Liste\";'),('de','messages:wikieditor-toolbar-help-content-ulist-result','s:56:\"de:<ul><li>Listeneintrag</li><li>Listeneintrag</li></ul>\";'),('de','messages:wikieditor-toolbar-help-content-ulist-syntax','s:39:\"de:* Listeneintrag<br />* Listeneintrag\";'),('de','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"de:Externer Link\";'),('de','messages:wikieditor-toolbar-help-content-xlink-result','s:158:\"de:<a href=\'#\' class=\'external\'>Linktext</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.example.org</a>\";'),('de','messages:wikieditor-toolbar-help-content-xlink-syntax','s:94:\"de:[http://www.example.org Linktext]<br />[http://www.example.org]<br />http://www.example.org\";'),('de','messages:wikieditor-toolbar-help-heading-description','s:15:\"de:Beschreibung\";'),('de','messages:wikieditor-toolbar-help-heading-result','s:18:\"de:Wie es aussieht\";'),('de','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"de:Was du eingibst\";'),('de','messages:wikieditor-toolbar-help-page-discussion','s:13:\"de:Diskussion\";'),('de','messages:wikieditor-toolbar-help-page-file','s:10:\"de:Dateien\";'),('de','messages:wikieditor-toolbar-help-page-format','s:15:\"de:Formatierung\";'),('de','messages:wikieditor-toolbar-help-page-heading','s:17:\"de:Überschriften\";'),('de','messages:wikieditor-toolbar-help-page-link','s:8:\"de:Links\";'),('de','messages:wikieditor-toolbar-help-page-list','s:9:\"de:Listen\";'),('de','messages:wikieditor-toolbar-help-page-reference','s:17:\"de:Quellenangaben\";'),('de','messages:wikieditor-toolbar-hidesig','s:81:\"de:Die Schaltfläche für die Signatur bei Seiten im Artikelnamensraum ausblenden\";'),('de','messages:wikieditor-toolbar-loading','s:11:\"de:Lade …\";'),('de','messages:wikieditor-toolbar-preference','s:50:\"de:Erweiterte Bearbeiten-Werkzeugleiste aktivieren\";'),('de','messages:wikieditor-toolbar-section-advanced','s:12:\"de:Erweitert\";'),('de','messages:wikieditor-toolbar-section-characters','s:16:\"de:Sonderzeichen\";'),('de','messages:wikieditor-toolbar-section-help','s:8:\"de:Hilfe\";'),('de','messages:wikieditor-toolbar-tool-big','s:8:\"de:Groß\";'),('de','messages:wikieditor-toolbar-tool-big-example','s:15:\"de:Großer Text\";'),('de','messages:wikieditor-toolbar-tool-bold','s:7:\"de:Fett\";'),('de','messages:wikieditor-toolbar-tool-bold-example','s:14:\"de:Fetter Text\";'),('de','messages:wikieditor-toolbar-tool-file','s:21:\"de:Eingebettete Datei\";'),('de','messages:wikieditor-toolbar-tool-file-cancel','s:12:\"de:Abbrechen\";'),('de','messages:wikieditor-toolbar-tool-file-example','s:15:\"de:Beispiel.jpg\";'),('de','messages:wikieditor-toolbar-tool-file-insert','s:12:\"de:Einfügen\";'),('de','messages:wikieditor-toolbar-tool-file-title','s:18:\"de:Datei einfügen\";'),('de','messages:wikieditor-toolbar-tool-gallery','s:16:\"de:Bildergalerie\";'),('de','messages:wikieditor-toolbar-tool-gallery-example','s:56:\"de:Beispiel.jpg|Beschreibung1\nBeispiel.jpg|Beschreibung2\";'),('de','messages:wikieditor-toolbar-tool-heading','s:15:\"de:Überschrift\";'),('de','messages:wikieditor-toolbar-tool-heading-1','s:10:\"de:Ebene 1\";'),('de','messages:wikieditor-toolbar-tool-heading-2','s:10:\"de:Ebene 2\";'),('de','messages:wikieditor-toolbar-tool-heading-3','s:10:\"de:Ebene 3\";'),('de','messages:wikieditor-toolbar-tool-heading-4','s:10:\"de:Ebene 4\";'),('de','messages:wikieditor-toolbar-tool-heading-5','s:10:\"de:Ebene 5\";'),('de','messages:wikieditor-toolbar-tool-heading-example','s:12:\"de:Kopfzeile\";'),('de','messages:wikieditor-toolbar-tool-ilink','s:16:\"de:Interner Link\";'),('de','messages:wikieditor-toolbar-tool-ilink-example','s:12:\"de:Linktitel\";'),('de','messages:wikieditor-toolbar-tool-italic','s:9:\"de:Kursiv\";'),('de','messages:wikieditor-toolbar-tool-italic-example','s:16:\"de:Kursiver Text\";'),('de','messages:wikieditor-toolbar-tool-link','s:7:\"de:Link\";'),('de','messages:wikieditor-toolbar-tool-link-cancel','s:12:\"de:Abbrechen\";'),('de','messages:wikieditor-toolbar-tool-link-empty','s:42:\"de:Du hast nichts zum Verlinken angegeben.\";'),('de','messages:wikieditor-toolbar-tool-link-ext','s:34:\"de:Zu einer externen Internetseite\";'),('de','messages:wikieditor-toolbar-tool-link-ext-target','s:17:\"de:URL des Links:\";'),('de','messages:wikieditor-toolbar-tool-link-ext-text','s:19:\"de:Linkbezeichnung:\";'),('de','messages:wikieditor-toolbar-tool-link-insert','s:17:\"de:Link einfügen\";'),('de','messages:wikieditor-toolbar-tool-link-int','s:21:\"de:Zu einer Wikiseite\";'),('de','messages:wikieditor-toolbar-tool-link-int-invalid','s:43:\"de:Der angegebene Seitenname ist ungültig.\";'),('de','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"de:Zielseite oder URL:\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:25:\"de:Begriffsklärungsseite\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:26:\"de:Seite bereits vorhanden\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"de:Externer Link\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:20:\"de:Ungültiger Titel\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:37:\"de:Prüfe, ob Seite vorhanden ist …\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:24:\"de:Seite existiert nicht\";'),('de','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:35:\"de:Der Titel oder die URL der Seite\";'),('de','messages:wikieditor-toolbar-tool-link-int-text','s:43:\"de:Anzuzeigender Text / Text für den Link:\";'),('de','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:38:\"de:Der Text, der angezeigt werden soll\";'),('de','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:141:\"de:Die von dir angegebene URL wirkt wie eine, die auf eine andere Wikiseite verlinken würde.\nMöchtest du daraus einen internen Link machen?\";'),('de','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"de:Externer Link\";'),('de','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"de:Interner Link\";'),('de','messages:wikieditor-toolbar-tool-link-title','s:17:\"de:Link einfügen\";'),('de','messages:wikieditor-toolbar-tool-newline','s:58:\"de:Zeilenumbruch erzwingen (nicht im Fließtext verwenden)\";'),('de','messages:wikieditor-toolbar-tool-nowiki','s:25:\"de:Keine Wikiformatierung\";'),('de','messages:wikieditor-toolbar-tool-nowiki-example','s:40:\"de:Hier den unformatierten Text eingeben\";'),('de','messages:wikieditor-toolbar-tool-olist','s:20:\"de:Nummerierte Liste\";'),('de','messages:wikieditor-toolbar-tool-olist-example','s:29:\"de:Nummerierter Listeneintrag\";'),('de','messages:wikieditor-toolbar-tool-redirect','s:16:\"de:Weiterleitung\";'),('de','messages:wikieditor-toolbar-tool-redirect-example','s:21:\"de:Name der Zielseite\";'),('de','messages:wikieditor-toolbar-tool-reference','s:16:\"de:Quellenangabe\";'),('de','messages:wikieditor-toolbar-tool-reference-cancel','s:12:\"de:Abbrechen\";'),('de','messages:wikieditor-toolbar-tool-reference-example','s:34:\"de:Hier den Fußnotentext eingeben\";'),('de','messages:wikieditor-toolbar-tool-reference-insert','s:12:\"de:Einfügen\";'),('de','messages:wikieditor-toolbar-tool-reference-text','s:28:\"de:Text des Einzelnachweises\";'),('de','messages:wikieditor-toolbar-tool-reference-title','s:27:\"de:Einzelnachweis einfügen\";'),('de','messages:wikieditor-toolbar-tool-replace','s:22:\"de:Suchen und Ersetzen\";'),('de','messages:wikieditor-toolbar-tool-replace-button-findnext','s:18:\"de:Nächste finden\";'),('de','messages:wikieditor-toolbar-tool-replace-button-replace','s:11:\"de:Ersetzen\";'),('de','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:16:\"de:Alle ersetzen\";'),('de','messages:wikieditor-toolbar-tool-replace-case','s:38:\"de:Groß- und Kleinschreibung beachten\";'),('de','messages:wikieditor-toolbar-tool-replace-close','s:13:\"de:Schließen\";'),('de','messages:wikieditor-toolbar-tool-replace-emptysearch','s:40:\"de:Du hast nichts zum Suchen eingegeben.\";'),('de','messages:wikieditor-toolbar-tool-replace-invalidregex','s:55:\"de:Der eingegebene reguläre Ausdruck ist ungültig: $1\";'),('de','messages:wikieditor-toolbar-tool-replace-nomatch','s:45:\"de:Deine Suche hat keine Ergebnisse erbracht.\";'),('de','messages:wikieditor-toolbar-tool-replace-regex','s:63:\"de:Die Zeichenkette der Suche als regulären Ausdruck behandeln\";'),('de','messages:wikieditor-toolbar-tool-replace-replace','s:17:\"de:Ersetze durch:\";'),('de','messages:wikieditor-toolbar-tool-replace-search','s:14:\"de:Suche nach:\";'),('de','messages:wikieditor-toolbar-tool-replace-success','s:61:\"de:{{PLURAL:$1|Eine Ersetzung|$1 Ersetzungen}} durchgeführt.\";'),('de','messages:wikieditor-toolbar-tool-replace-title','s:22:\"de:Suchen und Ersetzen\";'),('de','messages:wikieditor-toolbar-tool-signature','s:27:\"de:Signatur und Zeitstempel\";'),('de','messages:wikieditor-toolbar-tool-small','s:8:\"de:Klein\";'),('de','messages:wikieditor-toolbar-tool-small-example','s:15:\"de:Kleiner Text\";'),('de','messages:wikieditor-toolbar-tool-subscript','s:15:\"de:Tiefgestellt\";'),('de','messages:wikieditor-toolbar-tool-subscript-example','s:22:\"de:Tiefgestellter Text\";'),('de','messages:wikieditor-toolbar-tool-superscript','s:15:\"de:Hochgestellt\";'),('de','messages:wikieditor-toolbar-tool-superscript-example','s:22:\"de:Hochgestellter Text\";'),('de','messages:wikieditor-toolbar-tool-table','s:10:\"de:Tabelle\";'),('de','messages:wikieditor-toolbar-tool-table-cancel','s:12:\"de:Abbrechen\";'),('de','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"de:Spalten\";'),('de','messages:wikieditor-toolbar-tool-table-dimensions-header','s:16:\"de:mit Kopfzeile\";'),('de','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:9:\"de:Zeilen\";'),('de','messages:wikieditor-toolbar-tool-table-example','s:11:\"de:Beispiel\";'),('de','messages:wikieditor-toolbar-tool-table-example-cell-text','s:13:\"de:Zellentext\";'),('de','messages:wikieditor-toolbar-tool-table-example-header','s:15:\"de:Überschrift\";'),('de','messages:wikieditor-toolbar-tool-table-example-old','s:175:\"de:-\n! Überschrift 1\n! Überschrift 2\n! Überschrift 3\n|-\n| Zeile 1, Zelle 1\n| Zeile 1, Zelle 2\n| Zeile 1, Zelle 3\n|-\n| Zeile 2, Zelle 1\n| Zeile 2, Zelle 2\n| Zeile 2, Zelle 3\";'),('de','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('de','messages:wikieditor-toolbar-tool-table-insert','s:12:\"de:Einfügen\";'),('de','messages:wikieditor-toolbar-tool-table-invalidnumber','s:67:\"de:Du hast keine gültige Anzahl von Zeilen oder Spalten angegeben.\";'),('de','messages:wikieditor-toolbar-tool-table-preview','s:11:\"de:Vorschau\";'),('de','messages:wikieditor-toolbar-tool-table-sortable','s:28:\"de:Tabelle sortierbar machen\";'),('de','messages:wikieditor-toolbar-tool-table-title','s:20:\"de:Tabelle einfügen\";'),('de','messages:wikieditor-toolbar-tool-table-toomany','s:119:\"de:Das Einfügen einer Tabelle mit mehr als {{PLURAL:$1|einer Zelle|1000 Zellen}} ist mit diesem Dialog nicht möglich.\";'),('de','messages:wikieditor-toolbar-tool-table-wikitable','s:13:\"de:mit Rahmen\";'),('de','messages:wikieditor-toolbar-tool-table-zero','s:72:\"de:Du kannst keine Tabelle einfügen, die weder Zeilen noch Spalten hat.\";'),('de','messages:wikieditor-toolbar-tool-ulist','s:21:\"de:Aufgezählte Liste\";'),('de','messages:wikieditor-toolbar-tool-ulist-example','s:30:\"de:Aufgezählter Listeneintrag\";'),('de','messages:wikieditor-toolbar-tool-xlink','s:35:\"de:Externer Link (http:// beachten)\";'),('de','messages:wikieditor-toolbar-tool-xlink-example','s:44:\"de:http://www.example.org Text für den Link\";'),('de','messages:wikieditor-wikitext-tab','s:11:\"de:Wikitext\";'),('de','messages:windows-nonascii-filename','s:74:\"de:Dieses Wiki unterstützt keine Dateinamen, die Sonderzeichen enthalten.\";'),('de','messages:withoutinterwiki','s:47:\"de:Nicht zu anderen Sprachen verlinkende Seiten\";'),('de','messages:withoutinterwiki-legend','s:10:\"de:Präfix\";'),('de','messages:withoutinterwiki-submit','s:8:\"de:Zeige\";'),('de','messages:withoutinterwiki-summary','s:67:\"de:Die folgenden Seiten verlinken nicht auf andere Sprachversionen.\";'),('de','messages:wlheader-enotif','s:52:\"de:Der E-Mail-Benachrichtigungsdienst ist aktiviert.\";'),('de','messages:wlheader-showupdated','s:77:\"de:Seiten mit noch nicht gesehenen Änderungen werden \'\'\'fett\'\'\' dargestellt.\";'),('de','messages:wlnote','s:178:\"de:Es {{PLURAL:$1|folgt die letzte Änderung|folgen die letzten <strong>$1</strong> Änderungen}} der letzten {{PLURAL:$2|Stunde|<strong>$2</strong> Stunden}}. Stand: $3, $4 Uhr.\";'),('de','messages:wlshowhideanons','s:19:\"de:Anonyme Benutzer\";'),('de','messages:wlshowhidebots','s:7:\"de:Bots\";'),('de','messages:wlshowhidecategorization','s:24:\"de:Seitenkategorisierung\";'),('de','messages:wlshowhideliu','s:24:\"de:Registrierte Benutzer\";'),('de','messages:wlshowhidemine','s:22:\"de:Meine Bearbeitungen\";'),('de','messages:wlshowhideminor','s:23:\"de:Kleine Bearbeitungen\";'),('de','messages:wlshowhidepatr','s:30:\"de:Kontrollierte Bearbeitungen\";'),('de','messages:wlshowtime','s:28:\"de:Anzuzeigende Zeitperiode:\";'),('de','messages:word-separator','s:8:\"en:&#32;\";'),('de','messages:wrongpassword','s:75:\"de:Der Benutzername oder das Passwort ist falsch. Bitte versuche es erneut.\";'),('de','messages:wrongpasswordempty','s:63:\"de:Es wurde kein Passwort eingegeben. Bitte versuche es erneut.\";'),('de','messages:xffblockreason','s:150:\"de:Eine IP-Adresse im X-Forwarded-For-Header wurde gesperrt, entweder deine oder die des benutzten Proxyservers. Der ursprüngliche Sperrgrund war: $1\";'),('de','messages:xml-error-string','s:40:\"de:$1 Zeile $2, Spalte $3, (Byte $4): $5\";'),('de','messages:year','s:12:\"de:bis Jahr:\";'),('de','messages:years','s:32:\"de:{{PLURAL:$1|1 Jahr|$1 Jahre}}\";'),('de','messages:yesterday-at','s:16:\"de:Gestern um $1\";'),('de','messages:youhavenewmessages','s:19:\"de:Du hast $1 ($2).\";'),('de','messages:youhavenewmessagesfromusers','s:87:\"de:{{PLURAL:$4|Du hast}} $1 von {{PLURAL:$3|einem anderen Benutzer|$3 Benutzern}} ($2).\";'),('de','messages:youhavenewmessagesmanyusers','s:40:\"de:Du hast $1 von vielen Benutzern ($2).\";'),('de','messages:yourdiff','s:15:\"de:Unterschiede\";'),('de','messages:yourdomainname','s:16:\"de:Deine Domain:\";'),('de','messages:youremail','s:18:\"de:E-Mail-Adresse:\";'),('de','messages:yourgender','s:18:\"de:Form der Anrede\";'),('de','messages:yourlanguage','s:35:\"de:Sprache der Benutzeroberfläche:\";'),('de','messages:yourname','s:16:\"de:Benutzername:\";'),('de','messages:yournick','s:12:\"de:Signatur:\";'),('de','messages:yourpassword','s:12:\"de:Passwort:\";'),('de','messages:yourpasswordagain','s:24:\"de:Passwort wiederholen:\";'),('de','messages:yourrealname','s:22:\"de:Bürgerlicher Name:\";'),('de','messages:yourtext','s:12:\"de:Dein Text\";'),('de','messages:yourvariant','s:18:\"de:Sprachvariante:\";'),('de','messages:zip-bad','s:174:\"de:Die Datei ist beschädigt oder eine aus anderweitigen Gründen nicht lesbare ZIP-Datei.\nSie kann daher keiner ordnungsgemäßen Sicherheitsüberprüfung unterzogen werden.\";'),('de','messages:zip-file-open-error','s:78:\"de:Es ist ein Fehler beim Öffnen der Datei zur ZIP-Überprüfung aufgetreten.\";'),('de','messages:zip-unsupported','s:191:\"de:Diese ZIP-Datei verfügt über Komprimierungseigenschaften, die nicht von MediaWiki unterstützt werden.\nSie kann daher keiner ordnungsgemäßen Sicherheitsüberprüfung unterzogen werden.\";'),('de','messages:zip-wrong-format','s:44:\"de:Die angegebene Datei ist keine ZIP-Datei.\";'),('de','minimumGroupingDigits','N;'),('de','namespaceAliases','a:4:{s:4:\"Bild\";i:6;s:15:\"Bild_Diskussion\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('de','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:8:\"Benutzer\";s:6:\"female\";s:10:\"Benutzerin\";}i:3;a:2:{s:4:\"male\";s:19:\"Benutzer_Diskussion\";s:6:\"female\";s:21:\"Benutzerin_Diskussion\";}}'),('de','namespaceNames','a:17:{i:-2;s:6:\"Medium\";i:-1;s:7:\"Spezial\";i:1;s:10:\"Diskussion\";i:2;s:8:\"Benutzer\";i:3;s:19:\"Benutzer_Diskussion\";i:5;s:13:\"$1_Diskussion\";i:6;s:5:\"Datei\";i:7;s:16:\"Datei_Diskussion\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"MediaWiki_Diskussion\";i:10;s:7:\"Vorlage\";i:11;s:18:\"Vorlage_Diskussion\";i:12;s:5:\"Hilfe\";i:13;s:16:\"Hilfe_Diskussion\";i:14;s:9:\"Kategorie\";i:15;s:20:\"Kategorie_Diskussion\";i:0;s:0:\"\";}'),('de','originalFallbackSequence','a:0:{}'),('de','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('de','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('de','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:29:\"de:Project:Über_{{SITENAME}}\";s:9:\"aboutsite\";s:21:\"de:Über {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:11:\"de:Aktionen\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:22:\"de:Aktuelle Ereignisse\";s:17:\"currentevents-url\";s:30:\"de:Project:Aktuelle Ereignisse\";s:14:\"disclaimerpage\";s:20:\"de:Project:Impressum\";s:11:\"disclaimers\";s:21:\"de:Haftungsausschluss\";s:4:\"edit\";s:13:\"de:Bearbeiten\";s:11:\"editsection\";s:13:\"de:Bearbeiten\";s:15:\"editsectionhint\";s:27:\"de:Abschnitt bearbeiten: $1\";s:4:\"help\";s:8:\"de:Hilfe\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"de:$1 – $2\";s:6:\"jumpto\";s:15:\"de:Wechseln zu:\";s:16:\"jumptonavigation\";s:13:\"de:Navigation\";s:12:\"jumptosearch\";s:8:\"de:Suche\";s:14:\"lastmodifiedat\";s:56:\"de:Diese Seite wurde zuletzt am $1 um $2 Uhr bearbeitet.\";s:8:\"mainpage\";s:13:\"de:Hauptseite\";s:20:\"mainpage-description\";s:13:\"de:Hauptseite\";s:14:\"mainpage-nstab\";s:13:\"de:Hauptseite\";s:10:\"namespaces\";s:15:\"de:Namensräume\";s:10:\"navigation\";s:13:\"de:Navigation\";s:23:\"nav-login-createaccount\";s:37:\"de:Anmelden / Benutzerkonto erstellen\";s:10:\"nstab-main\";s:8:\"de:Seite\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:37:\"de:{{PLURAL:$1|Kategorie|Kategorien}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:22:\"de:$1 – {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:19:\"de:Permanenter Link\";s:13:\"personaltools\";s:18:\"de:Meine Werkzeuge\";s:6:\"portal\";s:27:\"de:Gemeinschafts&shy;portal\";s:10:\"portal-url\";s:30:\"de:Project:Gemeinschaftsportal\";s:16:\"printableversion\";s:15:\"de:Druckversion\";s:7:\"privacy\";s:14:\"de:Datenschutz\";s:11:\"privacypage\";s:22:\"de:Project:Datenschutz\";s:10:\"randompage\";s:19:\"de:Zufällige Seite\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:21:\"de:Letzte Änderungen\";s:27:\"recentchangeslinked-toolbox\";s:35:\"de:Änderungen an verlinkten Seiten\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:25:\"de:Abgerufen von „$1“\";s:6:\"search\";s:8:\"de:Suche\";s:13:\"searcharticle\";s:8:\"de:Seite\";s:12:\"searchbutton\";s:9:\"de:Suchen\";s:20:\"searchsuggest-search\";s:27:\"de:{{SITENAME}} durchsuchen\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:19:\"de:Navigationsmenü\";s:14:\"site-atom-feed\";s:26:\"de:Atom-Feed für „$1“\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:16:\"de:Spezialseiten\";s:7:\"tagline\";s:19:\"de:Aus {{SITENAME}}\";s:4:\"talk\";s:13:\"de:Diskussion\";s:7:\"toolbox\";s:12:\"de:Werkzeuge\";s:15:\"tooltip-ca-edit\";s:25:\"de:Diese Seite bearbeiten\";s:18:\"tooltip-ca-history\";s:34:\"de:Frühere Versionen dieser Seite\";s:21:\"tooltip-ca-nstab-main\";s:24:\"de:Seiteninhalt anzeigen\";s:15:\"tooltip-ca-talk\";s:30:\"de:Diskussion zum Seiteninhalt\";s:21:\"tooltip-ca-viewsource\";s:87:\"de:Diese Seite ist geschützt. Ihr Quelltext kann dennoch angesehen und kopiert werden.\";s:23:\"tooltip-n-currentevents\";s:52:\"de:Hintergrundinformationen zu aktuellen Ereignissen\";s:14:\"tooltip-n-help\";s:22:\"de:Hilfeseite anzeigen\";s:30:\"tooltip-n-mainpage-description\";s:22:\"de:Hauptseite besuchen\";s:16:\"tooltip-n-portal\";s:61:\"de:Über das Projekt, was du tun kannst, wo was zu finden ist\";s:20:\"tooltip-n-randompage\";s:28:\"de:Zufällige Seite aufrufen\";s:23:\"tooltip-n-recentchanges\";s:47:\"de:Liste der letzten Änderungen in diesem Wiki\";s:14:\"tooltip-p-logo\";s:13:\"de:Hauptseite\";s:16:\"tooltip-pt-login\";s:78:\"de:Sich anzumelden wird gerne gesehen, ist jedoch nicht zwingend erforderlich.\";s:24:\"tooltip-pt-createaccount\";s:122:\"de:Wir ermutigen dich dazu, ein Benutzerkonto zu erstellen und dich anzumelden. Es ist jedoch nicht zwingend erforderlich.\";s:14:\"tooltip-search\";s:27:\"de:{{SITENAME}} durchsuchen\";s:23:\"tooltip-search-fulltext\";s:47:\"de:Suche nach Seiten, die diesen Text enthalten\";s:17:\"tooltip-search-go\";s:76:\"de:Gehe direkt zu der Seite mit genau diesem Namen, falls sie vorhanden ist.\";s:14:\"tooltip-t-info\";s:42:\"de:Weitere Informationen über diese Seite\";s:19:\"tooltip-t-permalink\";s:43:\"de:Dauerhafter Link zu dieser Seitenversion\";s:15:\"tooltip-t-print\";s:28:\"de:Druckansicht dieser Seite\";s:29:\"tooltip-t-recentchangeslinked\";s:59:\"de:Letzte Änderungen an Seiten, die von hier verlinkt sind\";s:22:\"tooltip-t-specialpages\";s:28:\"de:Liste aller Spezialseiten\";s:23:\"tooltip-t-whatlinkshere\";s:44:\"de:Liste aller Seiten, die hierher verlinken\";s:8:\"variants\";s:12:\"de:Varianten\";s:16:\"vector-view-edit\";s:13:\"de:Bearbeiten\";s:19:\"vector-view-history\";s:21:\"de:Versionsgeschichte\";s:16:\"vector-view-view\";s:8:\"de:Lesen\";s:9:\"viewcount\";s:66:\"de:Diese Seite wurde bisher {{PLURAL:$1|einmal|$1-mal}} abgerufen.\";s:5:\"views\";s:12:\"de:Ansichten\";s:13:\"whatlinkshere\";s:24:\"de:Links auf diese Seite\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:26:{s:9:\"dmyt time\";s:3:\"H:i\";s:9:\"dmyt date\";s:6:\"j. F Y\";s:9:\"dmyt both\";s:11:\"j. M Y, H:i\";s:10:\"dmyts time\";s:5:\"H:i:s\";s:10:\"dmyts date\";s:6:\"j. F Y\";s:10:\"dmyts both\";s:13:\"j. M Y, H:i:s\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j. F Y\";s:8:\"dmy both\";s:11:\"H:i, j. M Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y M j\";s:8:\"ymd both\";s:10:\"H:i, Y M j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:6:\"Medium\";i:-1;s:7:\"Spezial\";i:1;s:10:\"Diskussion\";i:2;s:8:\"Benutzer\";i:3;s:19:\"Benutzer_Diskussion\";i:5;s:13:\"$1_Diskussion\";i:6;s:5:\"Datei\";i:7;s:16:\"Datei_Diskussion\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"MediaWiki_Diskussion\";i:10;s:7:\"Vorlage\";i:11;s:18:\"Vorlage_Diskussion\";i:12;s:5:\"Hilfe\";i:13;s:16:\"Hilfe_Diskussion\";i:14;s:9:\"Kategorie\";i:15;s:20:\"Kategorie_Diskussion\";i:0;s:0:\"\";}}'),('de','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('de','rtl','b:0;'),('de','separatorTransformTable','a:2:{s:1:\",\";s:1:\".\";s:1:\".\";s:1:\",\";}'),('de','specialPageAliases','a:142:{s:7:\"History\";a:2:{i:0;s:18:\"Versionsgeschichte\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:15:\"Mobile_Optionen\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:20:\"Hochgeladene_Dateien\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:19:\"Mobiler_Unterschied\";i:1;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:2:{i:0;s:14:\"Mobiler_Editor\";i:1;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:2:{i:0;s:13:\"Mobiles_Menü\";i:1;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:2:{i:0;s:15:\"Mobile_Sprachen\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:12:\"In_der_Nähe\";i:1;s:6:\"Nearby\";}s:11:\"UserProfile\";a:2:{i:0;s:14:\"Benutzerprofil\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:15:\"Aktive_Benutzer\";i:1;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:3:{i:0;s:27:\"MediaWiki-Systemnachrichten\";i:1;s:17:\"Systemnachrichten\";i:2;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:3:{i:0;s:18:\"Alle_meine_Dateien\";i:1;s:12:\"AllMyUploads\";i:2;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:2:{i:0;s:11:\"Alle_Seiten\";i:1;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:2:{i:0;s:15:\"Älteste_Seiten\";i:1;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:2:{i:0;s:9:\"API-Hilfe\";i:1;s:7:\"ApiHelp\";}s:8:\"Badtitle\";a:2:{i:0;s:22:\"Ungültiger_Seitenname\";i:1;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:3:{i:0;s:9:\"Leerseite\";i:1;s:11:\"Leere_Seite\";i:2;s:9:\"BlankPage\";}s:5:\"Block\";a:4:{i:0;s:7:\"Sperren\";i:1;s:5:\"Block\";i:2;s:7:\"BlockIP\";i:3;s:9:\"BlockUser\";}s:9:\"BlockList\";a:7:{i:0;s:17:\"Liste_der_Sperren\";i:1;s:21:\"Gesperrte_IP-Adressen\";i:2;s:13:\"Gesperrte_IPs\";i:3;s:10:\"Sperrliste\";i:4;s:9:\"BlockList\";i:5;s:10:\"ListBlocks\";i:6;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:2:{i:0;s:10:\"ISBN-Suche\";i:1;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:3:{i:0;s:23:\"Defekte_Weiterleitungen\";i:1;s:23:\"Kaputte_Weiterleitungen\";i:2;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:2:{i:0;s:10:\"Kategorien\";i:1;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:2:{i:0;s:22:\"E-Mail-Adresse_ändern\";i:1;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:5:{i:0;s:16:\"Passwort_ändern\";i:1;s:22:\"Passwort_zurücksetzen\";i:2;s:14:\"ChangePassword\";i:3;s:9:\"ResetPass\";i:4;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:2:{i:0;s:18:\"Seiten_vergleichen\";i:1;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:3:{i:0;s:18:\"E-Mail_bestätigen\";i:1;s:18:\"E-Mail_bestaetigen\";i:2;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:3:{i:0;s:9:\"Beiträge\";i:1;s:13:\"Contributions\";i:2;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:2:{i:0;s:21:\"Benutzerkonto_anlegen\";i:1;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:2:{i:0;s:16:\"Sackgassenseiten\";i:1;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:2:{i:0;s:20:\"Gelöschte_Beiträge\";i:1;s:20:\"DeletedContributions\";}s:4:\"Diff\";a:4:{i:0;s:4:\"Diff\";i:1;s:9:\"Differenz\";i:2;s:11:\"Unterschied\";i:3;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:2:{i:0;s:24:\"Doppelte_Weiterleitungen\";i:1;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:2:{i:0;s:28:\"Beobachtungsliste_bearbeiten\";i:1;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:5:{i:0;s:13:\"E-Mail_senden\";i:1;s:6:\"Mailen\";i:2;s:6:\"E-Mail\";i:3;s:9:\"EmailUser\";i:4;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:2:{i:0;s:20:\"Vorlagen_expandieren\";i:1;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:2:{i:0;s:11:\"Exportieren\";i:1;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:2:{i:0;s:25:\"Wenigstbearbeitete_Seiten\";i:1;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:3:{i:0;s:18:\"Dateiduplikatsuche\";i:1;s:20:\"Datei-Duplikat-Suche\";i:2;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:2:{i:0;s:9:\"Dateipfad\";i:1;s:8:\"FilePath\";}s:6:\"Import\";a:2:{i:0;s:11:\"Importieren\";i:1;s:6:\"Import\";}s:15:\"Invalidateemail\";a:3:{i:0;s:24:\"E-Mail_nicht_bestätigen\";i:1;s:24:\"E-Mail_nicht_bestaetigen\";i:2;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:15:\"JavaScript-Test\";i:1;s:14:\"JavaScriptTest\";}s:10:\"LinkSearch\";a:3:{i:0;s:12:\"Weblinksuche\";i:1;s:13:\"Weblink-Suche\";i:2;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:2:{i:0;s:15:\"Administratoren\";i:1;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:2:{i:0;s:4:\"Bots\";i:1;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:3:{i:0;s:14:\"Dateiduplikate\";i:1;s:19:\"ListDuplicatedFiles\";i:2;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:5:{i:0;s:7:\"Dateien\";i:1;s:10:\"Dateiliste\";i:2;s:9:\"ListFiles\";i:3;s:8:\"FileList\";i:4;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:3:{i:0;s:13:\"Gruppenrechte\";i:1;s:15:\"ListGroupRights\";i:2;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:2:{i:0;s:15:\"Weiterleitungen\";i:1;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:5:{i:0;s:8:\"Benutzer\";i:1;s:13:\"Benutzerliste\";i:2;s:9:\"ListUsers\";i:3;s:8:\"UserList\";i:4;s:5:\"Users\";}s:6:\"Lockdb\";a:2:{i:0;s:17:\"Datenbank_sperren\";i:1;s:6:\"LockDB\";}s:3:\"Log\";a:3:{i:0;s:7:\"Logbuch\";i:1;s:3:\"Log\";i:2;s:4:\"Logs\";}s:11:\"Lonelypages\";a:3:{i:0;s:16:\"Verwaiste_Seiten\";i:1;s:11:\"LonelyPages\";i:2;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:2:{i:0;s:15:\"Längste_Seiten\";i:1;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:2:{i:0;s:17:\"Medienstatistiken\";i:1;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:2:{i:0;s:28:\"Versionsgeschichten_vereinen\";i:1;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:2:{i:0;s:14:\"MIME-Typ-Suche\";i:1;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:2:{i:0;s:26:\"Meistkategorisierte_Seiten\";i:1;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:4:{i:0;s:21:\"Meistbenutzte_Dateien\";i:1;s:15:\"MostLinkedFiles\";i:2;s:9:\"MostFiles\";i:3;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:21:\"Meiste_Interwikilinks\";i:1;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:3:{i:0;s:21:\"Meistverlinkte_Seiten\";i:1;s:15:\"MostLinkedPages\";i:2;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:3:{i:0;s:24:\"Meistbenutzte_Kategorien\";i:1;s:20:\"MostLinkedCategories\";i:2;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:4:{i:0;s:22:\"Meistbenutzte_Vorlagen\";i:1;s:20:\"MostTranscludedPages\";i:2;s:19:\"MostLinkedTemplates\";i:3;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:2:{i:0;s:23:\"Meistbearbeitete_Seiten\";i:1;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:2:{i:0;s:11:\"Verschieben\";i:1;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:3:{i:0;s:15:\"Meine_Beiträge\";i:1;s:15:\"MyContributions\";i:2;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:2:{i:0;s:13:\"Meine_Sprache\";i:1;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:2:{i:0;s:19:\"Meine_Benutzerseite\";i:1;s:6:\"MyPage\";}s:6:\"Mytalk\";a:2:{i:0;s:22:\"Meine_Diskussionsseite\";i:1;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:3:{i:0;s:27:\"Meine_hochgeladenen_Dateien\";i:1;s:9:\"MyUploads\";i:2;s:7:\"MyFiles\";}s:9:\"Newimages\";a:3:{i:0;s:12:\"Neue_Dateien\";i:1;s:8:\"NewFiles\";i:2;s:9:\"NewImages\";}s:8:\"Newpages\";a:2:{i:0;s:11:\"Neue_Seiten\";i:1;s:8:\"NewPages\";}s:10:\"NewSection\";a:3:{i:0;s:15:\"Neuer_Abschnitt\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:12:\"PageLanguage\";a:2:{i:0;s:13:\"Seitensprache\";i:1;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:24:\"Seiten_mit_Eigenschaften\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:13:\"PasswordReset\";a:2:{i:0;s:21:\"Passwort_neu_vergeben\";i:1;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:16:\"Permanenter_Link\";i:1;s:9:\"Permalink\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:11:\"Preferences\";a:2:{i:0;s:13:\"Einstellungen\";i:1;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:2:{i:0;s:12:\"Präfixindex\";i:1;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:2:{i:0;s:18:\"Geschützte_Seiten\";i:1;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:3:{i:0;s:17:\"Geschützte_Titel\";i:1;s:15:\"Gesperrte_Titel\";i:2;s:15:\"ProtectedTitles\";}s:16:\"RandomInCategory\";a:2:{i:0;s:22:\"Zufällig_in_Kategorie\";i:1;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:3:{i:0;s:16:\"Zufällige_Seite\";i:1;s:6:\"Random\";i:2;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:2:{i:0;s:24:\"Zufällige_Weiterleitung\";i:1;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:2:{i:0;s:21:\"Zufällige_Stammseite\";i:1;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:2:{i:0;s:18:\"Letzte_Änderungen\";i:1;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:3:{i:0;s:32:\"Änderungen_an_verlinkten_Seiten\";i:1;s:19:\"RecentChangesLinked\";i:2;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:2:{i:0;s:13:\"Weiterleitung\";i:1;s:8:\"Redirect\";}s:11:\"ResetTokens\";a:2:{i:0;s:20:\"Tokens_zurücksetzen\";i:1;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:2:{i:0;s:17:\"Versionslöschung\";i:1;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:2:{i:0;s:20:\"Aufträge_ausführen\";i:1;s:7:\"RunJobs\";}s:6:\"Search\";a:2:{i:0;s:5:\"Suche\";i:1;s:6:\"Search\";}s:10:\"Shortpages\";a:2:{i:0;s:16:\"Kürzeste_Seiten\";i:1;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:2:{i:0;s:13:\"Spezialseiten\";i:1;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:3:{i:0;s:9:\"Statistik\";i:1;s:10:\"Statistics\";i:2;s:5:\"Stats\";}s:4:\"Tags\";a:2:{i:0;s:12:\"Markierungen\";i:1;s:4:\"Tags\";}s:18:\"TrackingCategories\";a:2:{i:0;s:19:\"Tracking-Kategorien\";i:1;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:2:{i:0;s:9:\"Freigeben\";i:1;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:2:{i:0;s:31:\"Nicht_kategorisierte_Kategorien\";i:1;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:3:{i:0;s:28:\"Nicht_kategorisierte_Dateien\";i:1;s:18:\"UncategorizedFiles\";i:2;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:2:{i:0;s:27:\"Nicht_kategorisierte_Seiten\";i:1;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:2:{i:0;s:29:\"Nicht_kategorisierte_Vorlagen\";i:1;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:2:{i:0;s:16:\"Wiederherstellen\";i:1;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:2:{i:0;s:20:\"Datenbank_entsperren\";i:1;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:2:{i:0;s:21:\"Unbenutzte_Kategorien\";i:1;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:3:{i:0;s:18:\"Unbenutzte_Dateien\";i:1;s:11:\"UnusedFiles\";i:2;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:2:{i:0;s:19:\"Unbenutzte_Vorlagen\";i:1;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:3:{i:0;s:17:\"Ignorierte_Seiten\";i:1;s:20:\"Unbeobachtete_Seiten\";i:2;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:2:{i:0;s:9:\"Hochladen\";i:1;s:6:\"Upload\";}s:11:\"UploadStash\";a:2:{i:0;s:16:\"Hochladespeicher\";i:1;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:3:{i:0;s:8:\"Anmelden\";i:1;s:9:\"UserLogin\";i:2;s:5:\"Login\";}s:10:\"Userlogout\";a:3:{i:0;s:8:\"Abmelden\";i:1;s:10:\"UserLogout\";i:2;s:6:\"Logout\";}s:10:\"Userrights\";a:4:{i:0;s:14:\"Benutzerrechte\";i:1;s:10:\"UserRights\";i:2;s:9:\"MakeSysop\";i:3;s:7:\"MakeBot\";}s:16:\"Wantedcategories\";a:2:{i:0;s:22:\"Gewünschte_Kategorien\";i:1;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:3:{i:0;s:19:\"Gewünschte_Dateien\";i:1;s:16:\"Fehlende_Dateien\";i:2;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:3:{i:0;s:18:\"Gewünschte_Seiten\";i:1;s:11:\"WantedPages\";i:2;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:3:{i:0;s:20:\"Gewünschte_Vorlagen\";i:1;s:17:\"Fehlende_Vorlagen\";i:2;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:2:{i:0;s:17:\"Beobachtungsliste\";i:1;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:3:{i:0;s:9:\"Linkliste\";i:1;s:12:\"Verweisliste\";i:2;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:2:{i:0;s:19:\"Fehlende_Interwikis\";i:1;s:16:\"WithoutInterwiki\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}}'),('en','bookstoreList','a:3:{s:3:\"BWB\";s:51:\"https://www.betterworldbooks.com/product/detail/-$1\";s:11:\"OpenLibrary\";s:31:\"https://openlibrary.org/isbn/$1\";s:8:\"Worldcat\";s:41:\"https://www.worldcat.org/search?q=isbn:$1\";}'),('en','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('en','dateFormats','a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('en','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('en','datePreferences','a:5:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";i:4;s:8:\"ISO 8601\";}'),('en','defaultDateFormat','s:10:\"dmy or mdy\";'),('en','deps','a:28:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1755304357;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/extensions/Math/Math.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1755306457;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/extensions/Math/Math.alias.noTranslate.php\";s:25:\"\0FileDependency\0timestamp\";i:1755306457;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/codex/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/i18n/preferences/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298239;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755302143;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/extensions/Cite/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755302652;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:77:\"/home/markto6/public_html/wiki/w/extensions/Cite/modules/ve-cite/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755302652;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755304358;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/api/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755304343;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:63:\"/home/markto6/public_html/wiki/w/skins/MinervaNeue/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298240;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/extensions/Math/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755306457;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/extensions/Math/i18n/api/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755306457;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755298238;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1755304008;}s:24:\"wgExtensionMessagesFiles\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:22:\"ExtensionMessagesFiles\";s:27:\"\0MainConfigDependency\0value\";a:3:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:9:\"MathAlias\";s:63:\"/home/markto6/public_html/wiki/w/extensions/Math/Math.alias.php\";s:20:\"MathAliasNoTranslate\";s:75:\"/home/markto6/public_html/wiki/w/extensions/Math/Math.alias.noTranslate.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:8:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:4:\"Cite\";a:2:{i:0;s:53:\"/home/markto6/public_html/wiki/w/extensions/Cite/i18n\";i:1;s:69:\"/home/markto6/public_html/wiki/w/extensions/Cite/modules/ve-cite/i18n\";}s:14:\"MobileFrontend\";a:2:{i:0;s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";i:1;s:67:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/api\";}s:11:\"MinervaNeue\";a:1:{i:0;s:55:\"/home/markto6/public_html/wiki/w/skins/MinervaNeue/i18n\";}s:4:\"Math\";a:2:{i:0;s:53:\"/home/markto6/public_html/wiki/w/extensions/Math/i18n\";i:1;s:57:\"/home/markto6/public_html/wiki/w/extensions/Math/i18n/api\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('en','digitGroupingPattern','s:9:\"#,##0.###\";'),('en','digitTransformTable','N;'),('en','fallback','b:0;'),('en','fallback8bitEncoding','s:12:\"windows-1252\";'),('en','fallbackSequence','a:0:{}'),('en','formalityIndex','i:0;'),('en','imageFiles','N;'),('en','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('en','linkPrefixExtension','b:0;'),('en','linkTrail','s:18:\"/^([a-z]+)(.*)$/sD\";'),('en','list','a:1:{s:8:\"messages\";a:8056:{i:0;s:7:\"sidebar\";i:1;s:6:\"sunday\";i:2;s:6:\"monday\";i:3;s:7:\"tuesday\";i:4;s:9:\"wednesday\";i:5;s:8:\"thursday\";i:6;s:6:\"friday\";i:7;s:8:\"saturday\";i:8;s:3:\"sun\";i:9;s:3:\"mon\";i:10;s:3:\"tue\";i:11;s:3:\"wed\";i:12;s:3:\"thu\";i:13;s:3:\"fri\";i:14;s:3:\"sat\";i:15;s:7:\"january\";i:16;s:8:\"february\";i:17;s:5:\"march\";i:18;s:5:\"april\";i:19;s:8:\"may_long\";i:20;s:4:\"june\";i:21;s:4:\"july\";i:22;s:6:\"august\";i:23;s:9:\"september\";i:24;s:7:\"october\";i:25;s:8:\"november\";i:26;s:8:\"december\";i:27;s:11:\"january-gen\";i:28;s:12:\"february-gen\";i:29;s:9:\"march-gen\";i:30;s:9:\"april-gen\";i:31;s:7:\"may-gen\";i:32;s:8:\"june-gen\";i:33;s:8:\"july-gen\";i:34;s:10:\"august-gen\";i:35;s:13:\"september-gen\";i:36;s:11:\"october-gen\";i:37;s:12:\"november-gen\";i:38;s:12:\"december-gen\";i:39;s:3:\"jan\";i:40;s:3:\"feb\";i:41;s:3:\"mar\";i:42;s:3:\"apr\";i:43;s:3:\"may\";i:44;s:3:\"jun\";i:45;s:3:\"jul\";i:46;s:3:\"aug\";i:47;s:3:\"sep\";i:48;s:3:\"oct\";i:49;s:3:\"nov\";i:50;s:3:\"dec\";i:51;s:9:\"period-am\";i:52;s:9:\"period-pm\";i:53;s:14:\"pagecategories\";i:54;s:18:\"pagecategorieslink\";i:55;s:15:\"category_header\";i:56;s:13:\"subcategories\";i:57;s:21:\"category-media-header\";i:58;s:14:\"category-empty\";i:59;s:17:\"hidden-categories\";i:60;s:24:\"hidden-category-category\";i:61;s:21:\"category-subcat-count\";i:62;s:29:\"category-subcat-count-limited\";i:63;s:22:\"category-article-count\";i:64;s:30:\"category-article-count-limited\";i:65;s:19:\"category-file-count\";i:66;s:27:\"category-file-count-limited\";i:67;s:14:\"index-category\";i:68;s:16:\"noindex-category\";i:69;s:20:\"broken-file-category\";i:70;s:25:\"categoryviewer-pagedlinks\";i:71;s:24:\"category-header-numerals\";i:72;s:5:\"about\";i:73;s:7:\"article\";i:74;s:9:\"newwindow\";i:75;s:6:\"cancel\";i:76;s:13:\"moredotdotdot\";i:77;s:13:\"morenotlisted\";i:78;s:6:\"mypage\";i:79;s:6:\"mytalk\";i:80;s:8:\"anontalk\";i:81;s:10:\"navigation\";i:82;s:3:\"and\";i:83;s:3:\"faq\";i:84;s:9:\"sitetitle\";i:85;s:12:\"sitesubtitle\";i:86;s:7:\"actions\";i:87;s:10:\"namespaces\";i:88;s:8:\"variants\";i:89;s:18:\"navigation-heading\";i:90;s:14:\"errorpagetitle\";i:91;s:8:\"returnto\";i:92;s:7:\"tagline\";i:93;s:4:\"help\";i:94;s:14:\"help-mediawiki\";i:95;s:6:\"search\";i:96;s:23:\"search-ignored-headings\";i:97;s:12:\"searchbutton\";i:98;s:2:\"go\";i:99;s:13:\"searcharticle\";i:100;s:17:\"skin-view-history\";i:101;s:7:\"history\";i:102;s:13:\"history_short\";i:103;s:13:\"history_small\";i:104;s:13:\"updatedmarker\";i:105;s:16:\"printableversion\";i:106;s:35:\"printableversion-deprecated-warning\";i:107;s:9:\"permalink\";i:108;s:5:\"print\";i:109;s:4:\"view\";i:110;s:12:\"viewcontribs\";i:111;s:14:\"skin-view-view\";i:112;s:17:\"skin-view-foreign\";i:113;s:4:\"edit\";i:114;s:14:\"skin-view-edit\";i:115;s:10:\"edit-local\";i:116;s:6:\"create\";i:117;s:16:\"skin-view-create\";i:118;s:12:\"create-local\";i:119;s:6:\"delete\";i:120;s:14:\"undelete_short\";i:121;s:17:\"viewdeleted_short\";i:122;s:7:\"protect\";i:123;s:14:\"protect_change\";i:124;s:21:\"skin-action-unprotect\";i:125;s:9:\"unprotect\";i:126;s:7:\"newpage\";i:127;s:12:\"newpage-desc\";i:128;s:18:\"view-missing-pages\";i:129;s:16:\"talkpagelinktext\";i:130;s:11:\"specialpage\";i:131;s:13:\"personaltools\";i:132;s:10:\"addsection\";i:133;s:4:\"talk\";i:134;s:5:\"views\";i:135;s:7:\"toolbox\";i:136;s:8:\"cactions\";i:137;s:20:\"tool-link-userrights\";i:138;s:29:\"tool-link-userrights-readonly\";i:139;s:19:\"tool-link-emailuser\";i:140;s:9:\"imagepage\";i:141;s:13:\"mediawikipage\";i:142;s:12:\"templatepage\";i:143;s:12:\"viewhelppage\";i:144;s:12:\"categorypage\";i:145;s:12:\"viewtalkpage\";i:146;s:14:\"otherlanguages\";i:147;s:14:\"redirectedfrom\";i:148;s:15:\"redirectpagesub\";i:149;s:10:\"redirectto\";i:150;s:14:\"talkpageheader\";i:151;s:14:\"lastmodifiedat\";i:152;s:9:\"viewcount\";i:153;s:13:\"protectedpage\";i:154;s:6:\"jumpto\";i:155;s:16:\"jumptonavigation\";i:156;s:12:\"jumptosearch\";i:157;s:15:\"view-pool-error\";i:158;s:18:\"generic-pool-error\";i:159;s:12:\"pool-timeout\";i:160;s:14:\"pool-queuefull\";i:161;s:17:\"pool-errorunknown\";i:162;s:16:\"pool-servererror\";i:163;s:23:\"poolcounter-usage-error\";i:164;s:22:\"view-pool-dirty-output\";i:165;s:20:\"view-pool-contention\";i:166;s:17:\"view-pool-timeout\";i:167;s:9:\"aboutsite\";i:168;s:9:\"aboutpage\";i:169;s:9:\"copyright\";i:170;s:16:\"copyright-footer\";i:171;s:17:\"history_copyright\";i:172;s:24:\"copyright-footer-history\";i:173;s:13:\"copyrightpage\";i:174;s:13:\"currentevents\";i:175;s:17:\"currentevents-url\";i:176;s:11:\"disclaimers\";i:177;s:14:\"disclaimerpage\";i:178;s:8:\"edithelp\";i:179;s:12:\"edithelppage\";i:180;s:8:\"helppage\";i:181;s:20:\"helppage-top-gethelp\";i:182;s:8:\"mainpage\";i:183;s:14:\"mainpage-title\";i:184;s:23:\"mainpage-title-loggedin\";i:185;s:20:\"mainpage-description\";i:186;s:10:\"policy-url\";i:187;s:6:\"portal\";i:188;s:10:\"portal-url\";i:189;s:7:\"privacy\";i:190;s:11:\"privacypage\";i:191;s:9:\"badaccess\";i:192;s:16:\"badaccess-group0\";i:193;s:16:\"badaccess-groups\";i:194;s:15:\"versionrequired\";i:195;s:19:\"versionrequiredtext\";i:196;s:2:\"ok\";i:197;s:9:\"pagetitle\";i:198;s:23:\"pagetitle-view-mainpage\";i:199;s:16:\"backlinksubtitle\";i:200;s:13:\"retrievedfrom\";i:201;s:12:\"new-messages\";i:202;s:23:\"new-messages-from-users\";i:203;s:28:\"new-messages-from-many-users\";i:204;s:24:\"new-messages-link-plural\";i:205;s:29:\"new-messages-diff-link-plural\";i:206;s:11:\"editsection\";i:207;s:7:\"editold\";i:208;s:13:\"viewsourceold\";i:209;s:8:\"editlink\";i:210;s:14:\"viewsourcelink\";i:211;s:15:\"editsectionhint\";i:212;s:3:\"toc\";i:213;s:7:\"showtoc\";i:214;s:7:\"hidetoc\";i:215;s:20:\"collapsible-collapse\";i:216;s:29:\"collapsible-collapse-all-text\";i:217;s:32:\"collapsible-collapse-all-tooltip\";i:218;s:18:\"collapsible-expand\";i:219;s:27:\"collapsible-expand-all-text\";i:220;s:30:\"collapsible-expand-all-tooltip\";i:221;s:19:\"confirmable-confirm\";i:222;s:15:\"confirmable-yes\";i:223;s:14:\"confirmable-no\";i:224;s:13:\"thisisdeleted\";i:225;s:11:\"viewdeleted\";i:226;s:11:\"restorelink\";i:227;s:12:\"feed-invalid\";i:228;s:16:\"feed-unavailable\";i:229;s:13:\"site-rss-feed\";i:230;s:14:\"site-atom-feed\";i:231;s:13:\"page-rss-feed\";i:232;s:14:\"page-atom-feed\";i:233;s:9:\"feed-atom\";i:234;s:8:\"feed-rss\";i:235;s:10:\"sitenotice\";i:236;s:10:\"anonnotice\";i:237;s:28:\"newsectionheaderdefaultlevel\";i:238;s:14:\"red-link-title\";i:239;s:15:\"sort-descending\";i:240;s:14:\"sort-ascending\";i:241;s:12:\"sort-initial\";i:242;s:18:\"sort-rowspan-error\";i:243;s:10:\"nstab-main\";i:244;s:10:\"nstab-talk\";i:245;s:10:\"nstab-user\";i:246;s:11:\"nstab-media\";i:247;s:13:\"nstab-special\";i:248;s:13:\"nstab-project\";i:249;s:11:\"nstab-image\";i:250;s:15:\"nstab-mediawiki\";i:251;s:14:\"nstab-template\";i:252;s:10:\"nstab-help\";i:253;s:14:\"nstab-category\";i:254;s:14:\"mainpage-nstab\";i:255;s:12:\"nosuchaction\";i:256;s:16:\"nosuchactiontext\";i:257;s:17:\"nosuchspecialpage\";i:258;s:17:\"nospecialpagetext\";i:259;s:5:\"error\";i:260;s:13:\"databaseerror\";i:261;s:18:\"databaseerror-text\";i:262;s:20:\"databaseerror-textcl\";i:263;s:19:\"databaseerror-query\";i:264;s:22:\"databaseerror-function\";i:265;s:19:\"databaseerror-error\";i:266;s:35:\"transaction-duration-limit-exceeded\";i:267;s:39:\"transaction-max-statement-time-exceeded\";i:268;s:17:\"laggedreplicamode\";i:269;s:8:\"readonly\";i:270;s:15:\"enterlockreason\";i:271;s:12:\"readonlytext\";i:272;s:15:\"missing-article\";i:273;s:18:\"missingarticle-rev\";i:274;s:19:\"missingarticle-diff\";i:275;s:12:\"readonly_lag\";i:276;s:26:\"nonwrite-api-promise-error\";i:277;s:12:\"timeouterror\";i:278;s:17:\"timeouterror-text\";i:279;s:13:\"internalerror\";i:280;s:18:\"internalerror_info\";i:281;s:29:\"internalerror-fatal-exception\";i:282;s:13:\"filecopyerror\";i:283;s:15:\"filerenameerror\";i:284;s:15:\"filedeleteerror\";i:285;s:20:\"directorycreateerror\";i:286;s:22:\"directoryreadonlyerror\";i:287;s:12:\"filenotfound\";i:288;s:10:\"unexpected\";i:289;s:9:\"formerror\";i:290;s:15:\"badarticleerror\";i:291;s:12:\"cannotdelete\";i:292;s:18:\"cannotdelete-title\";i:293;s:16:\"delete-scheduled\";i:294;s:19:\"delete-hook-aborted\";i:295;s:16:\"no-null-revision\";i:296;s:8:\"badtitle\";i:297;s:12:\"badtitletext\";i:298;s:13:\"title-invalid\";i:299;s:19:\"title-invalid-empty\";i:300;s:18:\"title-invalid-utf8\";i:301;s:23:\"title-invalid-interwiki\";i:302;s:28:\"title-invalid-talk-namespace\";i:303;s:24:\"title-invalid-characters\";i:304;s:22:\"title-invalid-relative\";i:305;s:25:\"title-invalid-magic-tilde\";i:306;s:22:\"title-invalid-too-long\";i:307;s:27:\"title-invalid-leading-colon\";i:308;s:10:\"perfcached\";i:309;s:12:\"perfcachedts\";i:310;s:20:\"querypage-no-updates\";i:311;s:28:\"querypage-updates-periodical\";i:312;s:10:\"viewsource\";i:313;s:35:\"protection-indicator-title-infinity\";i:314;s:26:\"protection-indicator-title\";i:315;s:22:\"skin-action-viewsource\";i:316;s:16:\"viewsource-title\";i:317;s:15:\"actionthrottled\";i:318;s:19:\"actionthrottledtext\";i:319;s:17:\"protectedpagetext\";i:320;s:14:\"viewsourcetext\";i:321;s:12:\"viewyourtext\";i:322;s:18:\"protectedinterface\";i:323;s:16:\"editinginterface\";i:324;s:18:\"translateinterface\";i:325;s:16:\"cascadeprotected\";i:326;s:18:\"namespaceprotected\";i:327;s:18:\"customcssprotected\";i:328;s:19:\"customjsonprotected\";i:329;s:17:\"customjsprotected\";i:330;s:16:\"sitecssprotected\";i:331;s:17:\"sitejsonprotected\";i:332;s:15:\"sitejsprotected\";i:333;s:20:\"siterawhtmlprotected\";i:334;s:20:\"mycustomcssprotected\";i:335;s:21:\"mycustomjsonprotected\";i:336;s:19:\"mycustomjsprotected\";i:337;s:22:\"myprivateinfoprotected\";i:338;s:22:\"mypreferencesprotected\";i:339;s:19:\"ns-specialprotected\";i:340;s:14:\"titleprotected\";i:341;s:17:\"filereadonlyerror\";i:342;s:12:\"invalidtitle\";i:343;s:27:\"invalidtitle-knownnamespace\";i:344;s:29:\"invalidtitle-unknownnamespace\";i:345;s:17:\"exception-nologin\";i:346;s:22:\"exception-nologin-text\";i:347;s:36:\"exception-nologin-text-for-temp-user\";i:348;s:16:\"virus-badscanner\";i:349;s:16:\"virus-scanfailed\";i:350;s:20:\"virus-unknownscanner\";i:351;s:10:\"logouttext\";i:352;s:32:\"logouttext-for-temporary-account\";i:353;s:18:\"logging-out-notify\";i:354;s:13:\"logout-failed\";i:355;s:21:\"cannotlogoutnow-title\";i:356;s:20:\"cannotlogoutnow-text\";i:357;s:11:\"welcomeuser\";i:358;s:19:\"welcomecreation-msg\";i:359;s:8:\"yourname\";i:360;s:18:\"userlogin-yourname\";i:361;s:21:\"userlogin-yourname-ph\";i:362;s:30:\"createacct-another-username-ph\";i:363;s:23:\"createacct-helpusername\";i:364;s:24:\"createacct-username-help\";i:365;s:22:\"userlogin-yourpassword\";i:366;s:25:\"userlogin-yourpassword-ph\";i:367;s:26:\"createacct-yourpassword-ph\";i:368;s:17:\"yourpasswordagain\";i:369;s:24:\"createacct-useuniquepass\";i:370;s:28:\"createacct-yourpasswordagain\";i:371;s:31:\"createacct-yourpasswordagain-ph\";i:372;s:28:\"userlogin-remembermypassword\";i:373;s:24:\"userlogin-signwithsecure\";i:374;s:17:\"cannotlogin-title\";i:375;s:16:\"cannotlogin-text\";i:376;s:20:\"cannotloginnow-title\";i:377;s:19:\"cannotloginnow-text\";i:378;s:25:\"cannotcreateaccount-title\";i:379;s:24:\"cannotcreateaccount-text\";i:380;s:14:\"yourdomainname\";i:381;s:25:\"password-change-forbidden\";i:382;s:15:\"externaldberror\";i:383;s:5:\"login\";i:384;s:14:\"login-security\";i:385;s:23:\"nav-login-createaccount\";i:386;s:11:\"loginprompt\";i:387;s:6:\"logout\";i:388;s:10:\"userlogout\";i:389;s:18:\"userlogout-summary\";i:390;s:10:\"templogout\";i:391;s:11:\"notloggedin\";i:392;s:19:\"userlogin-noaccount\";i:393;s:21:\"userlogin-joinproject\";i:394;s:13:\"createaccount\";i:395;s:28:\"userlogin-resetpassword-link\";i:396;s:13:\"helplogin-url\";i:397;s:19:\"userlogin-helplink2\";i:398;s:18:\"userlogin-loggedin\";i:399;s:16:\"userlogin-reauth\";i:400;s:23:\"userlogin-createanother\";i:401;s:24:\"createacct-emailrequired\";i:402;s:24:\"createacct-emailoptional\";i:403;s:19:\"createacct-email-ph\";i:404;s:27:\"createacct-another-email-ph\";i:405;s:17:\"createaccountmail\";i:406;s:22:\"createaccountmail-help\";i:407;s:19:\"createacct-realname\";i:408;s:17:\"createacct-reason\";i:409;s:20:\"createacct-reason-ph\";i:410;s:22:\"createacct-reason-help\";i:411;s:25:\"createacct-reason-confirm\";i:412;s:26:\"createacct-imgcaptcha-help\";i:413;s:17:\"createacct-submit\";i:414;s:25:\"createacct-another-submit\";i:415;s:26:\"createacct-continue-submit\";i:416;s:34:\"createacct-another-continue-submit\";i:417;s:26:\"createacct-benefit-heading\";i:418;s:24:\"createacct-benefit-icon1\";i:419;s:24:\"createacct-benefit-head1\";i:420;s:24:\"createacct-benefit-body1\";i:421;s:24:\"createacct-benefit-icon2\";i:422;s:24:\"createacct-benefit-head2\";i:423;s:24:\"createacct-benefit-body2\";i:424;s:24:\"createacct-benefit-icon3\";i:425;s:24:\"createacct-benefit-head3\";i:426;s:24:\"createacct-benefit-body3\";i:427;s:9:\"badretype\";i:428;s:18:\"usernameinprogress\";i:429;s:10:\"userexists\";i:430;s:24:\"createacct-normalization\";i:431;s:10:\"loginerror\";i:432;s:16:\"createacct-error\";i:433;s:18:\"createaccounterror\";i:434;s:12:\"nocookiesnew\";i:435;s:14:\"nocookieslogin\";i:436;s:15:\"nocookiesfornew\";i:437;s:17:\"nocookiesforlogin\";i:438;s:21:\"createacct-loginerror\";i:439;s:23:\"createacct-temp-warning\";i:440;s:6:\"noname\";i:441;s:35:\"userlogin-authpopup-loggingin-title\";i:442;s:34:\"userlogin-authpopup-loggingin-body\";i:443;s:39:\"userlogin-authpopup-loggingin-body-link\";i:444;s:25:\"userlogin-authpopup-retry\";i:445;s:26:\"userlogin-authpopup-cancel\";i:446;s:27:\"userlogin-authpopup-closeme\";i:447;s:17:\"loginsuccesstitle\";i:448;s:12:\"loginsuccess\";i:449;s:10:\"nosuchuser\";i:450;s:15:\"nosuchusershort\";i:451;s:15:\"nouserspecified\";i:452;s:17:\"login-userblocked\";i:453;s:18:\"fatalpassworderror\";i:454;s:13:\"wrongpassword\";i:455;s:18:\"wrongpasswordempty\";i:456;s:14:\"mailmypassword\";i:457;s:21:\"passwordremindertitle\";i:458;s:20:\"passwordremindertext\";i:459;s:7:\"noemail\";i:460;s:13:\"noemailcreate\";i:461;s:12:\"passwordsent\";i:462;s:20:\"blocked-mailpassword\";i:463;s:12:\"eauthentsent\";i:464;s:22:\"throttled-mailpassword\";i:465;s:11:\"signupstart\";i:466;s:9:\"signupend\";i:467;s:15:\"signupend-https\";i:468;s:9:\"mailerror\";i:469;s:26:\"acct_creation_throttle_hit\";i:470;s:19:\"invalidemailaddress\";i:471;s:17:\"cannotchangeemail\";i:472;s:13:\"emaildisabled\";i:473;s:11:\"emailsender\";i:474;s:14:\"accountcreated\";i:475;s:18:\"accountcreatedtext\";i:476;s:19:\"createaccount-title\";i:477;s:18:\"createaccount-text\";i:478;s:15:\"login-throttled\";i:479;s:19:\"login-abort-generic\";i:480;s:22:\"login-migrated-generic\";i:481;s:18:\"loginlanguagelabel\";i:482;s:18:\"loginlanguagelinks\";i:483;s:21:\"suspicious-userlogout\";i:484;s:31:\"createacct-another-realname-tip\";i:485;s:8:\"pt-login\";i:486;s:15:\"pt-login-button\";i:487;s:24:\"pt-login-continue-button\";i:488;s:16:\"pt-createaccount\";i:489;s:13:\"pt-userlogout\";i:490;s:15:\"pear-mail-error\";i:491;s:14:\"php-mail-error\";i:492;s:22:\"php-mail-error-unknown\";i:493;s:17:\"user-mail-no-addy\";i:494;s:17:\"user-mail-no-body\";i:495;s:14:\"changepassword\";i:496;s:22:\"changepassword-summary\";i:497;s:18:\"resetpass_announce\";i:498;s:14:\"resetpass_text\";i:499;s:16:\"resetpass_header\";i:500;s:11:\"oldpassword\";i:501;s:11:\"newpassword\";i:502;s:9:\"retypenew\";i:503;s:16:\"resetpass_submit\";i:504;s:22:\"changepassword-success\";i:505;s:24:\"changepassword-throttled\";i:506;s:12:\"botpasswords\";i:507;s:20:\"botpasswords-summary\";i:508;s:21:\"botpasswords-disabled\";i:509;s:26:\"botpasswords-no-central-id\";i:510;s:21:\"botpasswords-existing\";i:511;s:22:\"botpasswords-createnew\";i:512;s:25:\"botpasswords-editexisting\";i:513;s:29:\"botpasswords-label-needsreset\";i:514;s:24:\"botpasswords-label-appid\";i:515;s:25:\"botpasswords-label-create\";i:516;s:25:\"botpasswords-label-update\";i:517;s:25:\"botpasswords-label-cancel\";i:518;s:25:\"botpasswords-label-delete\";i:519;s:32:\"botpasswords-label-resetpassword\";i:520;s:25:\"botpasswords-label-grants\";i:521;s:24:\"botpasswords-help-grants\";i:522;s:32:\"botpasswords-label-grants-column\";i:523;s:22:\"botpasswords-bad-appid\";i:524;s:33:\"botpasswords-toolong-restrictions\";i:525;s:27:\"botpasswords-toolong-grants\";i:526;s:26:\"botpasswords-insert-failed\";i:527;s:26:\"botpasswords-update-failed\";i:528;s:26:\"botpasswords-created-title\";i:529;s:25:\"botpasswords-created-body\";i:530;s:26:\"botpasswords-updated-title\";i:531;s:25:\"botpasswords-updated-body\";i:532;s:26:\"botpasswords-deleted-title\";i:533;s:25:\"botpasswords-deleted-body\";i:534;s:24:\"botpasswords-newpassword\";i:535;s:24:\"botpasswords-no-provider\";i:536;s:31:\"botpasswords-restriction-failed\";i:537;s:25:\"botpasswords-invalid-name\";i:538;s:22:\"botpasswords-not-exist\";i:539;s:24:\"botpasswords-needs-reset\";i:540;s:19:\"botpasswords-locked\";i:541;s:19:\"resetpass_forbidden\";i:542;s:26:\"resetpass_forbidden-reason\";i:543;s:25:\"resetpass-submit-loggedin\";i:544;s:23:\"resetpass-submit-cancel\";i:545;s:23:\"resetpass-wrong-oldpass\";i:546;s:18:\"resetpass-recycled\";i:547;s:22:\"resetpass-temp-emailed\";i:548;s:23:\"resetpass-temp-password\";i:549;s:23:\"resetpass-abort-generic\";i:550;s:17:\"resetpass-expired\";i:551;s:22:\"resetpass-expired-soft\";i:552;s:18:\"resetpass-validity\";i:553;s:23:\"resetpass-validity-soft\";i:554;s:13:\"passwordreset\";i:555;s:22:\"passwordreset-text-one\";i:556;s:23:\"passwordreset-text-many\";i:557;s:22:\"passwordreset-disabled\";i:558;s:27:\"passwordreset-emaildisabled\";i:559;s:22:\"passwordreset-username\";i:560;s:20:\"passwordreset-domain\";i:561;s:19:\"passwordreset-email\";i:562;s:24:\"passwordreset-emailtitle\";i:563;s:26:\"passwordreset-emailtext-ip\";i:564;s:28:\"passwordreset-emailtext-user\";i:565;s:26:\"passwordreset-emailelement\";i:566;s:21:\"passwordreset-success\";i:567;s:37:\"passwordreset-success-details-generic\";i:568;s:26:\"passwordreset-success-info\";i:569;s:37:\"passwordreset-emailtext-require-email\";i:570;s:22:\"passwordreset-nocaller\";i:571;s:26:\"passwordreset-nosuchcaller\";i:572;s:21:\"passwordreset-ignored\";i:573;s:26:\"passwordreset-invalidemail\";i:574;s:20:\"passwordreset-nodata\";i:575;s:11:\"changeemail\";i:576;s:19:\"changeemail-summary\";i:577;s:18:\"changeemail-header\";i:578;s:19:\"changeemail-no-info\";i:579;s:20:\"changeemail-oldemail\";i:580;s:20:\"changeemail-newemail\";i:581;s:25:\"changeemail-newemail-help\";i:582;s:16:\"changeemail-none\";i:583;s:20:\"changeemail-password\";i:584;s:18:\"changeemail-submit\";i:585;s:21:\"changeemail-throttled\";i:586;s:20:\"changeemail-nochange\";i:587;s:21:\"changeemail-maxlength\";i:588;s:11:\"resettokens\";i:589;s:19:\"resettokens-summary\";i:590;s:16:\"resettokens-text\";i:591;s:21:\"resettokens-no-tokens\";i:592;s:18:\"resettokens-tokens\";i:593;s:23:\"resettokens-token-label\";i:594;s:27:\"resettokens-watchlist-token\";i:595;s:16:\"resettokens-done\";i:596;s:23:\"resettokens-resetbutton\";i:597;s:8:\"sig-text\";i:598;s:12:\"editrecovery\";i:599;s:30:\"edit-recovery-nojs-placeholder\";i:600;s:34:\"edit-recovery-special-user-unnamed\";i:601;s:38:\"edit-recovery-special-user-not-enabled\";i:602;s:27:\"edit-recovery-special-intro\";i:603;s:33:\"edit-recovery-special-intro-empty\";i:604;s:26:\"edit-recovery-special-view\";i:605;s:26:\"edit-recovery-special-edit\";i:606;s:28:\"edit-recovery-special-delete\";i:607;s:34:\"edit-recovery-special-recovered-on\";i:608;s:42:\"edit-recovery-special-recovered-on-tooltip\";i:609;s:26:\"edit-recovery-loaded-title\";i:610;s:28:\"edit-recovery-loaded-message\";i:611;s:42:\"edit-recovery-loaded-message-different-rev\";i:612;s:50:\"edit-recovery-loaded-message-different-rev-publish\";i:613;s:47:\"edit-recovery-loaded-message-different-rev-save\";i:614;s:28:\"edit-recovery-loaded-recover\";i:615;s:28:\"edit-recovery-loaded-discard\";i:616;s:7:\"summary\";i:617;s:7:\"subject\";i:618;s:9:\"minoredit\";i:619;s:9:\"watchthis\";i:620;s:11:\"savearticle\";i:621;s:11:\"savechanges\";i:622;s:11:\"publishpage\";i:623;s:14:\"publishchanges\";i:624;s:17:\"savearticle-start\";i:625;s:17:\"savechanges-start\";i:626;s:17:\"publishpage-start\";i:627;s:20:\"publishchanges-start\";i:628;s:7:\"preview\";i:629;s:11:\"showpreview\";i:630;s:8:\"showdiff\";i:631;s:17:\"tempuser-helppage\";i:632;s:28:\"temp-user-banner-description\";i:633;s:30:\"temp-user-banner-tooltip-label\";i:634;s:30:\"temp-user-banner-tooltip-title\";i:635;s:52:\"temp-user-banner-tooltip-description-expiration-soon\";i:636;s:56:\"temp-user-banner-tooltip-description-expiration-soon-day\";i:637;s:47:\"temp-user-banner-tooltip-description-learn-more\";i:638;s:42:\"temp-user-banner-tooltip-description-login\";i:639;s:12:\"blankarticle\";i:640;s:15:\"anoneditwarning\";i:641;s:23:\"autocreate-edit-warning\";i:642;s:18:\"anonpreviewwarning\";i:643;s:26:\"autocreate-preview-warning\";i:644;s:14:\"missingsummary\";i:645;s:12:\"selfredirect\";i:646;s:18:\"missingcommenttext\";i:647;s:20:\"missingcommentheader\";i:648;s:15:\"summary-preview\";i:649;s:16:\"previewerrortext\";i:650;s:12:\"blockedtitle\";i:651;s:11:\"blockedtext\";i:652;s:19:\"blockedtext-partial\";i:653;s:15:\"autoblockedtext\";i:654;s:17:\"systemblockedtext\";i:655;s:20:\"blockedtext-tempuser\";i:656;s:24:\"autoblockedtext-tempuser\";i:657;s:15:\"blockednoreason\";i:658;s:21:\"blockedtext-composite\";i:659;s:25:\"blockedtext-composite-ids\";i:660;s:28:\"blockedtext-composite-no-ids\";i:661;s:28:\"blockedtext-composite-reason\";i:662;s:17:\"whitelistedittext\";i:663;s:15:\"confirmedittext\";i:664;s:18:\"nosuchsectiontitle\";i:665;s:17:\"nosuchsectiontext\";i:666;s:13:\"loginreqtitle\";i:667;s:12:\"loginreqlink\";i:668;s:16:\"loginreqpagetext\";i:669;s:12:\"accmailtitle\";i:670;s:11:\"accmailtext\";i:671;s:10:\"newarticle\";i:672;s:14:\"newarticletext\";i:673;s:18:\"newarticletextanon\";i:674;s:12:\"talkpagetext\";i:675;s:16:\"anontalkpagetext\";i:676;s:13:\"noarticletext\";i:677;s:26:\"noarticletext-nopermission\";i:678;s:17:\"noarticletextanon\";i:679;s:27:\"missing-revision-permission\";i:680;s:16:\"missing-revision\";i:681;s:24:\"missing-revision-content\";i:682;s:25:\"userpage-userdoesnotexist\";i:683;s:30:\"userpage-userdoesnotexist-view\";i:684;s:25:\"blocked-notice-logextract\";i:685;s:14:\"clearyourcache\";i:686;s:20:\"usercssyoucanpreview\";i:687;s:21:\"userjsonyoucanpreview\";i:688;s:19:\"userjsyoucanpreview\";i:689;s:14:\"usercsspreview\";i:690;s:15:\"userjsonpreview\";i:691;s:13:\"userjspreview\";i:692;s:14:\"sitecsspreview\";i:693;s:15:\"sitejsonpreview\";i:694;s:13:\"sitejspreview\";i:695;s:22:\"userinvalidconfigtitle\";i:696;s:7:\"updated\";i:697;s:4:\"note\";i:698;s:11:\"previewnote\";i:699;s:16:\"continue-editing\";i:700;s:15:\"previewconflict\";i:701;s:20:\"session_fail_preview\";i:702;s:25:\"session_fail_preview_html\";i:703;s:20:\"edit_form_incomplete\";i:704;s:7:\"editing\";i:705;s:24:\"edit-textarea-aria-label\";i:706;s:8:\"creating\";i:707;s:14:\"editingsection\";i:708;s:14:\"editingcomment\";i:709;s:12:\"editconflict\";i:710;s:17:\"editnotice-notext\";i:711;s:15:\"explainconflict\";i:712;s:8:\"yourtext\";i:713;s:13:\"storedversion\";i:714;s:10:\"editingold\";i:715;s:20:\"unicode-support-fail\";i:716;s:8:\"yourdiff\";i:717;s:16:\"copyrightwarning\";i:718;s:17:\"copyrightwarning2\";i:719;s:23:\"editpage-head-copy-warn\";i:720;s:20:\"editpage-tos-summary\";i:721;s:32:\"editpage-cannot-use-custom-model\";i:722;s:21:\"editpage-code-message\";i:723;s:13:\"longpage-hint\";i:724;s:13:\"longpageerror\";i:725;s:15:\"readonlywarning\";i:726;s:20:\"protectedpagewarning\";i:727;s:24:\"semiprotectedpagewarning\";i:728;s:23:\"cascadeprotectedwarning\";i:729;s:21:\"titleprotectedwarning\";i:730;s:13:\"templatesused\";i:731;s:20:\"templatesusedpreview\";i:732;s:20:\"templatesusedsection\";i:733;s:18:\"template-protected\";i:734;s:22:\"template-semiprotected\";i:735;s:16:\"hiddencategories\";i:736;s:9:\"edittools\";i:737;s:16:\"edittools-upload\";i:738;s:12:\"nocreatetext\";i:739;s:17:\"nocreate-loggedin\";i:740;s:29:\"sectioneditnotsupported-title\";i:741;s:28:\"sectioneditnotsupported-text\";i:742;s:27:\"modeleditnotsupported-title\";i:743;s:26:\"modeleditnotsupported-text\";i:744;s:17:\"permissionserrors\";i:745;s:21:\"permissionserrorstext\";i:746;s:32:\"permissionserrorstext-withaction\";i:747;s:21:\"contentmodelediterror\";i:748;s:26:\"recreate-moveddeleted-warn\";i:749;s:19:\"moveddeleted-notice\";i:750;s:26:\"moveddeleted-notice-recent\";i:751;s:11:\"log-fulllog\";i:752;s:17:\"edit-hook-aborted\";i:753;s:17:\"edit-gone-missing\";i:754;s:13:\"edit-conflict\";i:755;s:14:\"edit-no-change\";i:756;s:21:\"edit-slots-cannot-add\";i:757;s:24:\"edit-slots-cannot-remove\";i:758;s:18:\"edit-slots-missing\";i:759;s:29:\"postedit-confirmation-created\";i:760;s:30:\"postedit-confirmation-restored\";i:761;s:27:\"postedit-confirmation-saved\";i:762;s:31:\"postedit-confirmation-published\";i:763;s:27:\"postedit-temp-created-label\";i:764;s:21:\"postedit-temp-created\";i:765;s:19:\"edit-already-exists\";i:766;s:18:\"addsection-preload\";i:767;s:20:\"addsection-editintro\";i:768;s:18:\"defaultmessagetext\";i:769;s:23:\"content-failed-to-parse\";i:770;s:20:\"invalid-content-data\";i:771;s:17:\"invalid-json-data\";i:772;s:24:\"content-not-allowed-here\";i:773;s:20:\"confirmleave-warning\";i:774;s:34:\"editpage-invalidcontentmodel-title\";i:775;s:33:\"editpage-invalidcontentmodel-text\";i:776;s:40:\"editpage-notsupportedcontentformat-title\";i:777;s:39:\"editpage-notsupportedcontentformat-text\";i:778;s:14:\"slot-name-main\";i:779;s:22:\"content-model-wikitext\";i:780;s:18:\"content-model-text\";i:781;s:24:\"content-model-javascript\";i:782;s:17:\"content-model-css\";i:783;s:18:\"content-model-json\";i:784;s:25:\"content-json-empty-object\";i:785;s:24:\"content-json-empty-array\";i:786;s:25:\"unsupported-content-model\";i:787;s:24:\"unsupported-content-diff\";i:788;s:25:\"unsupported-content-diff2\";i:789;s:22:\"duplicate-args-warning\";i:790;s:23:\"duplicate-args-category\";i:791;s:28:\"duplicate-args-category-desc\";i:792;s:32:\"expensive-parserfunction-warning\";i:793;s:33:\"expensive-parserfunction-category\";i:794;s:38:\"post-expand-template-inclusion-warning\";i:795;s:39:\"post-expand-template-inclusion-category\";i:796;s:37:\"post-expand-template-argument-warning\";i:797;s:38:\"post-expand-template-argument-category\";i:798;s:24:\"template-equals-category\";i:799;s:29:\"template-equals-category-desc\";i:800;s:23:\"template-equals-warning\";i:801;s:28:\"parser-template-loop-warning\";i:802;s:22:\"template-loop-category\";i:803;s:27:\"template-loop-category-desc\";i:804;s:21:\"template-loop-warning\";i:805;s:39:\"parser-template-recursion-depth-warning\";i:806;s:32:\"language-converter-depth-warning\";i:807;s:28:\"node-count-exceeded-category\";i:808;s:33:\"node-count-exceeded-category-desc\";i:809;s:27:\"node-count-exceeded-warning\";i:810;s:33:\"expansion-depth-exceeded-category\";i:811;s:38:\"expansion-depth-exceeded-category-desc\";i:812;s:32:\"expansion-depth-exceeded-warning\";i:813;s:27:\"parser-unstrip-loop-warning\";i:814;s:21:\"unstrip-depth-warning\";i:815;s:22:\"unstrip-depth-category\";i:816;s:27:\"unstrip-depth-category-desc\";i:817;s:20:\"unstrip-size-warning\";i:818;s:21:\"unstrip-size-category\";i:819;s:26:\"unstrip-size-category-desc\";i:820;s:26:\"bad-language-code-category\";i:821;s:31:\"bad-language-code-category-desc\";i:822;s:18:\"double-px-category\";i:823;s:23:\"double-px-category-desc\";i:824;s:27:\"converter-manual-rule-error\";i:825;s:12:\"undo-success\";i:826;s:12:\"undo-failure\";i:827;s:19:\"undo-main-slot-only\";i:828;s:10:\"undo-norev\";i:829;s:13:\"undo-nochange\";i:830;s:12:\"undo-summary\";i:831;s:17:\"undo-summary-anon\";i:832;s:19:\"undo-summary-import\";i:833;s:20:\"undo-summary-import2\";i:834;s:28:\"undo-summary-username-hidden\";i:835;s:12:\"viewpagelogs\";i:836;s:22:\"viewpagelogs-lowercase\";i:837;s:9:\"nohistory\";i:838;s:10:\"currentrev\";i:839;s:15:\"currentrev-asof\";i:840;s:12:\"revisionasof\";i:841;s:13:\"revision-info\";i:842;s:21:\"revision-info-current\";i:843;s:12:\"revision-nav\";i:844;s:16:\"previousrevision\";i:845;s:12:\"nextrevision\";i:846;s:19:\"currentrevisionlink\";i:847;s:3:\"cur\";i:848;s:11:\"tooltip-cur\";i:849;s:4:\"next\";i:850;s:4:\"last\";i:851;s:12:\"tooltip-last\";i:852;s:10:\"page_first\";i:853;s:9:\"page_last\";i:854;s:10:\"histlegend\";i:855;s:22:\"history-fieldset-title\";i:856;s:20:\"history-show-deleted\";i:857;s:9:\"histfirst\";i:858;s:8:\"histlast\";i:859;s:11:\"historysize\";i:860;s:12:\"historyempty\";i:861;s:18:\"history-feed-title\";i:862;s:24:\"history-feed-description\";i:863;s:27:\"history-feed-item-nocomment\";i:864;s:18:\"history-feed-empty\";i:865;s:17:\"history-edit-tags\";i:866;s:13:\"history-empty\";i:867;s:19:\"rev-deleted-comment\";i:868;s:16:\"rev-deleted-user\";i:869;s:17:\"rev-deleted-event\";i:870;s:25:\"rev-deleted-user-contribs\";i:871;s:27:\"rev-deleted-text-permission\";i:872;s:19:\"rev-suppressed-text\";i:873;s:30:\"rev-suppressed-text-permission\";i:874;s:23:\"rev-deleted-text-unhide\";i:875;s:26:\"rev-suppressed-text-unhide\";i:876;s:21:\"rev-deleted-text-view\";i:877;s:24:\"rev-suppressed-text-view\";i:878;s:19:\"rev-deleted-no-diff\";i:879;s:22:\"rev-suppressed-no-diff\";i:880;s:23:\"rev-deleted-unhide-diff\";i:881;s:26:\"rev-suppressed-unhide-diff\";i:882;s:21:\"rev-deleted-diff-view\";i:883;s:24:\"rev-suppressed-diff-view\";i:884;s:12:\"rev-delundel\";i:885;s:15:\"rev-showdeleted\";i:886;s:14:\"revisiondelete\";i:887;s:23:\"revdelete-nooldid-title\";i:888;s:22:\"revdelete-nooldid-text\";i:889;s:17:\"revdelete-no-file\";i:890;s:27:\"revdelete-show-file-confirm\";i:891;s:26:\"revdelete-show-file-submit\";i:892;s:23:\"revdelete-selected-text\";i:893;s:23:\"revdelete-selected-file\";i:894;s:18:\"logdelete-selected\";i:895;s:19:\"revdelete-text-text\";i:896;s:19:\"revdelete-text-file\";i:897;s:14:\"logdelete-text\";i:898;s:21:\"revdelete-text-others\";i:899;s:17:\"revdelete-confirm\";i:900;s:23:\"revdelete-suppress-text\";i:901;s:16:\"revdelete-legend\";i:902;s:19:\"revdelete-hide-text\";i:903;s:20:\"revdelete-hide-image\";i:904;s:19:\"revdelete-hide-name\";i:905;s:22:\"revdelete-hide-comment\";i:906;s:19:\"revdelete-hide-user\";i:907;s:25:\"revdelete-hide-restricted\";i:908;s:20:\"revdelete-radio-same\";i:909;s:19:\"revdelete-radio-set\";i:910;s:21:\"revdelete-radio-unset\";i:911;s:28:\"revdelete-radio-set-suppress\";i:912;s:30:\"revdelete-radio-unset-suppress\";i:913;s:18:\"revdelete-suppress\";i:914;s:20:\"revdelete-unsuppress\";i:915;s:13:\"revdelete-log\";i:916;s:16:\"revdelete-submit\";i:917;s:17:\"revdelete-success\";i:918;s:17:\"revdelete-failure\";i:919;s:17:\"logdelete-success\";i:920;s:17:\"logdelete-failure\";i:921;s:14:\"revdel-restore\";i:922;s:8:\"pagehist\";i:923;s:11:\"deletedhist\";i:924;s:22:\"revdelete-hide-current\";i:925;s:24:\"revdelete-show-no-access\";i:926;s:26:\"revdelete-modify-no-access\";i:927;s:24:\"revdelete-modify-missing\";i:928;s:19:\"revdelete-no-change\";i:929;s:27:\"revdelete-concurrent-change\";i:930;s:25:\"revdelete-only-restricted\";i:931;s:25:\"revdelete-reason-dropdown\";i:932;s:34:\"revdelete-reason-dropdown-suppress\";i:933;s:21:\"revdelete-otherreason\";i:934;s:25:\"revdelete-reasonotherlist\";i:935;s:25:\"revdelete-edit-reasonlist\";i:936;s:34:\"revdelete-edit-reasonlist-suppress\";i:937;s:18:\"revdelete-offender\";i:938;s:14:\"suppressionlog\";i:939;s:18:\"suppressionlogtext\";i:940;s:12:\"mergehistory\";i:941;s:19:\"mergehistory-header\";i:942;s:16:\"mergehistory-box\";i:943;s:17:\"mergehistory-from\";i:944;s:17:\"mergehistory-into\";i:945;s:17:\"mergehistory-list\";i:946;s:18:\"mergehistory-merge\";i:947;s:15:\"mergehistory-go\";i:948;s:19:\"mergehistory-submit\";i:949;s:18:\"mergehistory-empty\";i:950;s:17:\"mergehistory-done\";i:951;s:17:\"mergehistory-fail\";i:952;s:31:\"mergehistory-fail-bad-timestamp\";i:953;s:32:\"mergehistory-fail-invalid-source\";i:954;s:30:\"mergehistory-fail-invalid-dest\";i:955;s:27:\"mergehistory-fail-no-change\";i:956;s:28:\"mergehistory-fail-permission\";i:957;s:28:\"mergehistory-fail-self-merge\";i:958;s:36:\"mergehistory-fail-timestamps-overlap\";i:959;s:24:\"mergehistory-fail-toobig\";i:960;s:41:\"mergehistory-warning-redirect-not-created\";i:961;s:22:\"mergehistory-no-source\";i:962;s:27:\"mergehistory-no-destination\";i:963;s:27:\"mergehistory-invalid-source\";i:964;s:32:\"mergehistory-invalid-destination\";i:965;s:24:\"mergehistory-autocomment\";i:966;s:20:\"mergehistory-comment\";i:967;s:29:\"mergehistory-same-destination\";i:968;s:19:\"mergehistory-reason\";i:969;s:34:\"mergehistory-source-deleted-reason\";i:970;s:27:\"mergehistory-source-deleted\";i:971;s:24:\"mergehistory-revisionrow\";i:972;s:26:\"mergehistory-redirect-text\";i:973;s:8:\"mergelog\";i:974;s:18:\"pagemerge-logentry\";i:975;s:11:\"revertmerge\";i:976;s:16:\"mergelogpagetext\";i:977;s:13:\"history-title\";i:978;s:16:\"difference-title\";i:979;s:26:\"difference-title-multipage\";i:980;s:20:\"difference-multipage\";i:981;s:6:\"lineno\";i:982;s:13:\"lineno-inline\";i:983;s:23:\"compareselectedversions\";i:984;s:24:\"showhideselectedversions\";i:985;s:28:\"showhideselectedfileversions\";i:986;s:8:\"editundo\";i:987;s:17:\"diff-incompatible\";i:988;s:10:\"diff-empty\";i:989;s:15:\"diff-user-edits\";i:990;s:19:\"diff-multi-sameuser\";i:991;s:21:\"diff-multi-otherusers\";i:992;s:20:\"diff-multi-manyusers\";i:993;s:26:\"diff-paragraph-moved-tonew\";i:994;s:26:\"diff-paragraph-moved-toold\";i:995;s:23:\"diff-inline-tooltip-ins\";i:996;s:23:\"diff-inline-tooltip-del\";i:997;s:24:\"diff-inline-format-label\";i:998;s:23:\"diff-inline-switch-desc\";i:999;s:17:\"diff-line-deleted\";i:1000;s:12:\"diff-newline\";i:1001;s:27:\"difference-missing-revision\";i:1002;s:27:\"difference-bad-old-revision\";i:1003;s:27:\"difference-bad-new-revision\";i:1004;s:14:\"search-summary\";i:1005;s:13:\"searchresults\";i:1006;s:26:\"search-filter-title-prefix\";i:1007;s:32:\"search-filter-title-prefix-reset\";i:1008;s:19:\"searchresults-title\";i:1009;s:12:\"titlematches\";i:1010;s:11:\"textmatches\";i:1011;s:13:\"notextmatches\";i:1012;s:5:\"prevn\";i:1013;s:5:\"nextn\";i:1014;s:9:\"prev-page\";i:1015;s:9:\"next-page\";i:1016;s:11:\"prevn-title\";i:1017;s:11:\"nextn-title\";i:1018;s:11:\"shown-title\";i:1019;s:12:\"viewprevnext\";i:1020;s:17:\"searchmenu-exists\";i:1021;s:14:\"searchmenu-new\";i:1022;s:23:\"searchmenu-new-nocreate\";i:1023;s:22:\"searchprofile-articles\";i:1024;s:20:\"searchprofile-images\";i:1025;s:24:\"searchprofile-everything\";i:1026;s:22:\"searchprofile-advanced\";i:1027;s:30:\"searchprofile-articles-tooltip\";i:1028;s:28:\"searchprofile-images-tooltip\";i:1029;s:32:\"searchprofile-everything-tooltip\";i:1030;s:30:\"searchprofile-advanced-tooltip\";i:1031;s:18:\"search-result-size\";i:1032;s:27:\"search-result-category-size\";i:1033;s:15:\"search-redirect\";i:1034;s:14:\"search-section\";i:1035;s:15:\"search-category\";i:1036;s:17:\"search-file-match\";i:1037;s:14:\"search-suggest\";i:1038;s:16:\"search-rewritten\";i:1039;s:31:\"search-interwiki-resultset-link\";i:1040;s:23:\"search-interwiki-custom\";i:1041;s:21:\"search-interwiki-more\";i:1042;s:29:\"search-interwiki-more-results\";i:1043;s:21:\"search-relatedarticle\";i:1044;s:25:\"search-invalid-sort-order\";i:1045;s:22:\"search-unknown-profile\";i:1046;s:20:\"search-thumbnail-alt\";i:1047;s:13:\"searchrelated\";i:1048;s:9:\"searchall\";i:1049;s:21:\"showingresultsinrange\";i:1050;s:21:\"search-showingresults\";i:1051;s:16:\"search-nonefound\";i:1052;s:25:\"search-nonefound-thiswiki\";i:1053;s:18:\"powersearch-legend\";i:1054;s:14:\"powersearch-ns\";i:1055;s:23:\"powersearch-togglelabel\";i:1056;s:21:\"powersearch-toggleall\";i:1057;s:22:\"powersearch-togglenone\";i:1058;s:20:\"powersearch-remember\";i:1059;s:15:\"search-external\";i:1060;s:14:\"searchdisabled\";i:1061;s:12:\"googlesearch\";i:1062;s:12:\"search-error\";i:1063;s:14:\"search-warning\";i:1064;s:15:\"opensearch-desc\";i:1065;s:13:\"mypreferences\";i:1066;s:10:\"prefs-labs\";i:1067;s:10:\"prefs-misc\";i:1068;s:17:\"searchresultshead\";i:1069;s:22:\"prefs-description-misc\";i:1070;s:27:\"prefs-help-watchlist-token2\";i:1071;s:11:\"savedrights\";i:1072;s:16:\"prefs-namespaces\";i:1073;s:7:\"default\";i:1074;s:29:\"linterror-bogus-image-options\";i:1075;s:29:\"linterror-deletable-table-tag\";i:1076;s:18:\"linterror-fostered\";i:1077;s:26:\"linterror-html5-misnesting\";i:1078;s:30:\"linterror-inline-media-caption\";i:1079;s:22:\"linterror-large-tables\";i:1080;s:38:\"linterror-misc-tidy-replacement-issues\";i:1081;s:23:\"linterror-misnested-tag\";i:1082;s:25:\"linterror-missing-end-tag\";i:1083;s:36:\"linterror-missing-end-tag-in-heading\";i:1084;s:32:\"linterror-missing-image-alt-text\";i:1085;s:28:\"linterror-multi-colon-escape\";i:1086;s:38:\"linterror-multiline-html-table-in-list\";i:1087;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:1088;s:45:\"linterror-night-mode-unaware-background-color\";i:1089;s:22:\"linterror-obsolete-tag\";i:1090;s:30:\"linterror-pwrap-bug-workaround\";i:1091;s:25:\"linterror-self-closed-tag\";i:1092;s:22:\"linterror-stripped-tag\";i:1093;s:23:\"linterror-tidy-font-bug\";i:1094;s:29:\"linterror-tidy-whitespace-bug\";i:1095;s:36:\"linterror-unclosed-quotes-in-heading\";i:1096;s:29:\"linterror-wikilink-in-extlink\";i:1097;s:5:\"email\";i:1098;s:10:\"userrights\";i:1099;s:18:\"userrights-summary\";i:1100;s:22:\"userrights-lookup-user\";i:1101;s:24:\"userrights-user-editname\";i:1102;s:13:\"editusergroup\";i:1103;s:11:\"editinguser\";i:1104;s:17:\"viewinguserrights\";i:1105;s:24:\"userrights-editusergroup\";i:1106;s:24:\"userrights-viewusergroup\";i:1107;s:14:\"saveusergroups\";i:1108;s:23:\"userrights-groupsmember\";i:1109;s:28:\"userrights-groupsmember-auto\";i:1110;s:28:\"userrights-groupsmember-type\";i:1111;s:21:\"userrights-systemuser\";i:1112;s:22:\"userrights-groups-help\";i:1113;s:17:\"userrights-reason\";i:1114;s:20:\"userrights-watchuser\";i:1115;s:23:\"userrights-no-interwiki\";i:1116;s:21:\"userrights-nodatabase\";i:1117;s:25:\"userrights-changeable-col\";i:1118;s:27:\"userrights-unchangeable-col\";i:1119;s:30:\"userrights-irreversible-marker\";i:1120;s:35:\"userrights-no-shorten-expiry-marker\";i:1121;s:25:\"userrights-expiry-current\";i:1122;s:22:\"userrights-expiry-none\";i:1123;s:17:\"userrights-expiry\";i:1124;s:26:\"userrights-expiry-existing\";i:1125;s:27:\"userrights-expiry-othertime\";i:1126;s:25:\"userrights-expiry-options\";i:1127;s:25:\"userrights-invalid-expiry\";i:1128;s:25:\"userrights-expiry-in-past\";i:1129;s:32:\"userrights-cannot-shorten-expiry\";i:1130;s:22:\"userrights-no-tempuser\";i:1131;s:19:\"userrights-no-group\";i:1132;s:50:\"userrights-cross-wiki-assignment-for-reserved-name\";i:1133;s:19:\"userrights-conflict\";i:1134;s:5:\"group\";i:1135;s:10:\"group-user\";i:1136;s:10:\"group-temp\";i:1137;s:19:\"group-autoconfirmed\";i:1138;s:9:\"group-bot\";i:1139;s:11:\"group-sysop\";i:1140;s:21:\"group-interface-admin\";i:1141;s:16:\"group-bureaucrat\";i:1142;s:14:\"group-suppress\";i:1143;s:9:\"group-all\";i:1144;s:17:\"group-user-member\";i:1145;s:18:\"group-named-member\";i:1146;s:17:\"group-temp-member\";i:1147;s:26:\"group-autoconfirmed-member\";i:1148;s:16:\"group-bot-member\";i:1149;s:18:\"group-sysop-member\";i:1150;s:28:\"group-interface-admin-member\";i:1151;s:23:\"group-bureaucrat-member\";i:1152;s:21:\"group-suppress-member\";i:1153;s:14:\"grouppage-user\";i:1154;s:14:\"grouppage-temp\";i:1155;s:23:\"grouppage-autoconfirmed\";i:1156;s:13:\"grouppage-bot\";i:1157;s:15:\"grouppage-sysop\";i:1158;s:25:\"grouppage-interface-admin\";i:1159;s:20:\"grouppage-bureaucrat\";i:1160;s:18:\"grouppage-suppress\";i:1161;s:10:\"right-read\";i:1162;s:10:\"right-edit\";i:1163;s:16:\"right-createpage\";i:1164;s:16:\"right-createtalk\";i:1165;s:19:\"right-createaccount\";i:1166;s:23:\"right-autocreateaccount\";i:1167;s:15:\"right-minoredit\";i:1168;s:10:\"right-move\";i:1169;s:19:\"right-move-subpages\";i:1170;s:24:\"right-move-rootuserpages\";i:1171;s:24:\"right-move-categorypages\";i:1172;s:14:\"right-movefile\";i:1173;s:22:\"right-suppressredirect\";i:1174;s:12:\"right-upload\";i:1175;s:14:\"right-reupload\";i:1176;s:18:\"right-reupload-own\";i:1177;s:21:\"right-reupload-shared\";i:1178;s:19:\"right-upload_by_url\";i:1179;s:11:\"right-purge\";i:1180;s:19:\"right-autoconfirmed\";i:1181;s:9:\"right-bot\";i:1182;s:20:\"right-nominornewtalk\";i:1183;s:19:\"right-apihighlimits\";i:1184;s:12:\"right-delete\";i:1185;s:21:\"right-delete-redirect\";i:1186;s:15:\"right-bigdelete\";i:1187;s:20:\"right-deletelogentry\";i:1188;s:20:\"right-deleterevision\";i:1189;s:20:\"right-deletedhistory\";i:1190;s:17:\"right-deletedtext\";i:1191;s:19:\"right-browsearchive\";i:1192;s:14:\"right-undelete\";i:1193;s:22:\"right-suppressrevision\";i:1194;s:20:\"right-viewsuppressed\";i:1195;s:20:\"right-suppressionlog\";i:1196;s:11:\"right-block\";i:1197;s:16:\"right-blockemail\";i:1198;s:14:\"right-hideuser\";i:1199;s:20:\"right-ipblock-exempt\";i:1200;s:17:\"right-unblockself\";i:1201;s:13:\"right-protect\";i:1202;s:19:\"right-editprotected\";i:1203;s:23:\"right-editsemiprotected\";i:1204;s:22:\"right-editcontentmodel\";i:1205;s:19:\"right-editinterface\";i:1206;s:17:\"right-editusercss\";i:1207;s:18:\"right-edituserjson\";i:1208;s:16:\"right-edituserjs\";i:1209;s:17:\"right-editsitecss\";i:1210;s:18:\"right-editsitejson\";i:1211;s:16:\"right-editsitejs\";i:1212;s:19:\"right-editmyusercss\";i:1213;s:20:\"right-editmyuserjson\";i:1214;s:18:\"right-editmyuserjs\";i:1215;s:26:\"right-editmyuserjsredirect\";i:1216;s:21:\"right-viewmywatchlist\";i:1217;s:21:\"right-editmywatchlist\";i:1218;s:23:\"right-viewmyprivateinfo\";i:1219;s:23:\"right-editmyprivateinfo\";i:1220;s:19:\"right-editmyoptions\";i:1221;s:14:\"right-rollback\";i:1222;s:18:\"right-markbotedits\";i:1223;s:17:\"right-noratelimit\";i:1224;s:12:\"right-import\";i:1225;s:18:\"right-importupload\";i:1226;s:12:\"right-patrol\";i:1227;s:16:\"right-autopatrol\";i:1228;s:17:\"right-patrolmarks\";i:1229;s:20:\"right-unwatchedpages\";i:1230;s:18:\"right-mergehistory\";i:1231;s:16:\"right-userrights\";i:1232;s:26:\"right-userrights-interwiki\";i:1233;s:15:\"right-siteadmin\";i:1234;s:27:\"right-override-export-depth\";i:1235;s:15:\"right-sendemail\";i:1236;s:22:\"right-managechangetags\";i:1237;s:21:\"right-applychangetags\";i:1238;s:16:\"right-changetags\";i:1239;s:22:\"right-deletechangetags\";i:1240;s:13:\"grant-generic\";i:1241;s:28:\"grant-group-page-interaction\";i:1242;s:28:\"grant-group-file-interaction\";i:1243;s:33:\"grant-group-watchlist-interaction\";i:1244;s:17:\"grant-group-email\";i:1245;s:23:\"grant-group-high-volume\";i:1246;s:25:\"grant-group-customization\";i:1247;s:26:\"grant-group-administration\";i:1248;s:31:\"grant-group-private-information\";i:1249;s:17:\"grant-group-other\";i:1250;s:16:\"grant-blockusers\";i:1251;s:19:\"grant-createaccount\";i:1252;s:24:\"grant-createeditmovepage\";i:1253;s:12:\"grant-delete\";i:1254;s:19:\"grant-editinterface\";i:1255;s:17:\"grant-editmycssjs\";i:1256;s:19:\"grant-editmyoptions\";i:1257;s:21:\"grant-editmywatchlist\";i:1258;s:20:\"grant-editsiteconfig\";i:1259;s:14:\"grant-editpage\";i:1260;s:19:\"grant-editprotected\";i:1261;s:16:\"grant-highvolume\";i:1262;s:12:\"grant-import\";i:1263;s:18:\"grant-mergehistory\";i:1264;s:15:\"grant-oversight\";i:1265;s:12:\"grant-patrol\";i:1266;s:17:\"grant-privateinfo\";i:1267;s:13:\"grant-protect\";i:1268;s:14:\"grant-rollback\";i:1269;s:15:\"grant-sendemail\";i:1270;s:24:\"grant-uploadeditmovefile\";i:1271;s:16:\"grant-uploadfile\";i:1272;s:11:\"grant-basic\";i:1273;s:17:\"grant-viewdeleted\";i:1274;s:21:\"grant-viewmywatchlist\";i:1275;s:24:\"grant-viewrestrictedlogs\";i:1276;s:24:\"grantriskgroup-vandalism\";i:1277;s:23:\"grantriskgroup-security\";i:1278;s:23:\"grantriskgroup-internal\";i:1279;s:14:\"newuserlogpage\";i:1280;s:18:\"newuserlogpagetext\";i:1281;s:9:\"rightslog\";i:1282;s:13:\"rightslogtext\";i:1283;s:11:\"action-read\";i:1284;s:22:\"skin-action-addsection\";i:1285;s:11:\"action-edit\";i:1286;s:17:\"action-createpage\";i:1287;s:17:\"action-createtalk\";i:1288;s:20:\"action-createaccount\";i:1289;s:24:\"action-autocreateaccount\";i:1290;s:14:\"action-history\";i:1291;s:16:\"action-minoredit\";i:1292;s:11:\"action-move\";i:1293;s:20:\"action-move-subpages\";i:1294;s:25:\"action-move-rootuserpages\";i:1295;s:25:\"action-move-categorypages\";i:1296;s:15:\"action-movefile\";i:1297;s:13:\"action-upload\";i:1298;s:15:\"action-reupload\";i:1299;s:22:\"action-reupload-shared\";i:1300;s:20:\"action-upload_by_url\";i:1301;s:13:\"action-delete\";i:1302;s:22:\"action-delete-redirect\";i:1303;s:21:\"action-deleterevision\";i:1304;s:21:\"action-deletelogentry\";i:1305;s:21:\"action-deletedhistory\";i:1306;s:18:\"action-deletedtext\";i:1307;s:20:\"action-browsearchive\";i:1308;s:15:\"action-undelete\";i:1309;s:23:\"action-suppressrevision\";i:1310;s:21:\"action-suppressionlog\";i:1311;s:12:\"action-block\";i:1312;s:14:\"action-protect\";i:1313;s:15:\"action-rollback\";i:1314;s:13:\"action-import\";i:1315;s:19:\"action-importupload\";i:1316;s:13:\"action-patrol\";i:1317;s:17:\"action-autopatrol\";i:1318;s:21:\"action-unwatchedpages\";i:1319;s:19:\"action-mergehistory\";i:1320;s:17:\"action-userrights\";i:1321;s:27:\"action-userrights-interwiki\";i:1322;s:16:\"action-siteadmin\";i:1323;s:16:\"action-sendemail\";i:1324;s:20:\"action-editmyoptions\";i:1325;s:22:\"action-editmywatchlist\";i:1326;s:22:\"action-viewmywatchlist\";i:1327;s:24:\"action-viewmyprivateinfo\";i:1328;s:24:\"action-editmyprivateinfo\";i:1329;s:23:\"action-editcontentmodel\";i:1330;s:23:\"action-managechangetags\";i:1331;s:22:\"action-applychangetags\";i:1332;s:17:\"action-changetags\";i:1333;s:23:\"action-deletechangetags\";i:1334;s:12:\"action-purge\";i:1335;s:20:\"action-apihighlimits\";i:1336;s:20:\"action-autoconfirmed\";i:1337;s:16:\"action-bigdelete\";i:1338;s:17:\"action-blockemail\";i:1339;s:10:\"action-bot\";i:1340;s:20:\"action-editprotected\";i:1341;s:24:\"action-editsemiprotected\";i:1342;s:20:\"action-editinterface\";i:1343;s:18:\"action-editusercss\";i:1344;s:19:\"action-edituserjson\";i:1345;s:17:\"action-edituserjs\";i:1346;s:18:\"action-editsitecss\";i:1347;s:19:\"action-editsitejson\";i:1348;s:17:\"action-editsitejs\";i:1349;s:20:\"action-editmyusercss\";i:1350;s:21:\"action-editmyuserjson\";i:1351;s:19:\"action-editmyuserjs\";i:1352;s:27:\"action-editmyuserjsredirect\";i:1353;s:21:\"action-viewsuppressed\";i:1354;s:15:\"action-hideuser\";i:1355;s:21:\"action-ipblock-exempt\";i:1356;s:18:\"action-unblockself\";i:1357;s:18:\"action-noratelimit\";i:1358;s:19:\"action-reupload-own\";i:1359;s:21:\"action-nominornewtalk\";i:1360;s:19:\"action-markbotedits\";i:1361;s:18:\"action-patrolmarks\";i:1362;s:28:\"action-override-export-depth\";i:1363;s:23:\"action-suppressredirect\";i:1364;s:8:\"nchanges\";i:1365;s:6:\"ntimes\";i:1366;s:27:\"enhancedrc-since-last-visit\";i:1367;s:18:\"enhancedrc-history\";i:1368;s:13:\"recentchanges\";i:1369;s:17:\"recentchanges-url\";i:1370;s:20:\"recentchanges-legend\";i:1371;s:21:\"recentchanges-summary\";i:1372;s:17:\"recentchangestext\";i:1373;s:22:\"recentchanges-noresult\";i:1374;s:21:\"recentchanges-timeout\";i:1375;s:21:\"recentchanges-network\";i:1376;s:26:\"recentchanges-notargetpage\";i:1377;s:30:\"recentchanges-feed-description\";i:1378;s:27:\"recentchanges-label-newpage\";i:1379;s:25:\"recentchanges-label-minor\";i:1380;s:23:\"recentchanges-label-bot\";i:1381;s:31:\"recentchanges-label-unpatrolled\";i:1382;s:29:\"recentchanges-label-plusminus\";i:1383;s:28:\"recentchanges-legend-heading\";i:1384;s:28:\"recentchanges-legend-newpage\";i:1385;s:26:\"recentchanges-legend-minor\";i:1386;s:24:\"recentchanges-legend-bot\";i:1387;s:32:\"recentchanges-legend-unpatrolled\";i:1388;s:30:\"recentchanges-legend-plusminus\";i:1389;s:36:\"recentchanges-legend-watchlistexpiry\";i:1390;s:20:\"recentchanges-submit\";i:1391;s:20:\"rcfilters-tag-remove\";i:1392;s:24:\"rcfilters-legend-heading\";i:1393;s:28:\"rcfilters-other-review-tools\";i:1394;s:31:\"rcfilters-group-results-by-page\";i:1395;s:23:\"rcfilters-activefilters\";i:1396;s:28:\"rcfilters-activefilters-hide\";i:1397;s:28:\"rcfilters-activefilters-show\";i:1398;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1399;s:36:\"rcfilters-activefilters-show-tooltip\";i:1400;s:25:\"rcfilters-advancedfilters\";i:1401;s:21:\"rcfilters-limit-title\";i:1402;s:30:\"rcfilters-limit-and-date-label\";i:1403;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:1404;s:26:\"rcfilters-date-popup-title\";i:1405;s:20:\"rcfilters-days-title\";i:1406;s:21:\"rcfilters-hours-title\";i:1407;s:24:\"rcfilters-days-show-days\";i:1408;s:25:\"rcfilters-days-show-hours\";i:1409;s:34:\"rcfilters-highlighted-filters-list\";i:1410;s:22:\"rcfilters-quickfilters\";i:1411;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1412;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1413;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1414;s:29:\"rcfilters-savedqueries-rename\";i:1415;s:33:\"rcfilters-savedqueries-setdefault\";i:1416;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1417;s:29:\"rcfilters-savedqueries-remove\";i:1418;s:37:\"rcfilters-savedqueries-new-name-label\";i:1419;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1420;s:34:\"rcfilters-savedqueries-apply-label\";i:1421;s:35:\"rcfilters-savedqueries-cancel-label\";i:1422;s:36:\"rcfilters-savedqueries-add-new-title\";i:1423;s:36:\"rcfilters-savedqueries-already-saved\";i:1424;s:33:\"rcfilters-restore-default-filters\";i:1425;s:27:\"rcfilters-clear-all-filters\";i:1426;s:26:\"rcfilters-show-new-changes\";i:1427;s:28:\"rcfilters-search-placeholder\";i:1428;s:35:\"rcfilters-search-placeholder-mobile\";i:1429;s:24:\"rcfilters-invalid-filter\";i:1430;s:22:\"rcfilters-empty-filter\";i:1431;s:26:\"rcfilters-filterlist-title\";i:1432;s:30:\"rcfilters-filterlist-whatsthis\";i:1433;s:31:\"rcfilters-highlightbutton-title\";i:1434;s:29:\"rcfilters-highlightmenu-title\";i:1435;s:28:\"rcfilters-highlightmenu-help\";i:1436;s:30:\"rcfilters-filterlist-noresults\";i:1437;s:28:\"rcfilters-noresults-conflict\";i:1438;s:30:\"rcfilters-state-message-subset\";i:1439;s:36:\"rcfilters-state-message-fullcoverage\";i:1440;s:32:\"rcfilters-filtergroup-authorship\";i:1441;s:34:\"rcfilters-filter-editsbyself-label\";i:1442;s:40:\"rcfilters-filter-editsbyself-description\";i:1443;s:35:\"rcfilters-filter-editsbyother-label\";i:1444;s:41:\"rcfilters-filter-editsbyother-description\";i:1445;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1446;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1447;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1448;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1449;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1450;s:68:\"rcfilters-filter-user-experience-level-unregistered-description-temp\";i:1451;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1452;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1453;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1454;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1455;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1456;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1457;s:31:\"rcfilters-filtergroup-automated\";i:1458;s:27:\"rcfilters-filter-bots-label\";i:1459;s:33:\"rcfilters-filter-bots-description\";i:1460;s:29:\"rcfilters-filter-humans-label\";i:1461;s:35:\"rcfilters-filter-humans-description\";i:1462;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1463;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1464;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1465;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1466;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1467;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1468;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1469;s:34:\"rcfilters-filtergroup-significance\";i:1470;s:28:\"rcfilters-filter-minor-label\";i:1471;s:34:\"rcfilters-filter-minor-description\";i:1472;s:28:\"rcfilters-filter-major-label\";i:1473;s:34:\"rcfilters-filter-major-description\";i:1474;s:31:\"rcfilters-filtergroup-watchlist\";i:1475;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1476;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1477;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1478;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1479;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1480;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1481;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1482;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1483;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1484;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1485;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1486;s:32:\"rcfilters-filtergroup-changetype\";i:1487;s:32:\"rcfilters-filter-pageedits-label\";i:1488;s:38:\"rcfilters-filter-pageedits-description\";i:1489;s:31:\"rcfilters-filter-newpages-label\";i:1490;s:37:\"rcfilters-filter-newpages-description\";i:1491;s:37:\"rcfilters-filter-categorization-label\";i:1492;s:43:\"rcfilters-filter-categorization-description\";i:1493;s:33:\"rcfilters-filter-logactions-label\";i:1494;s:39:\"rcfilters-filter-logactions-description\";i:1495;s:39:\"rcfilters-filter-accountcreations-label\";i:1496;s:45:\"rcfilters-filter-accountcreations-description\";i:1497;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:1498;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1499;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1500;s:34:\"rcfilters-filtergroup-lastrevision\";i:1501;s:35:\"rcfilters-filter-lastrevision-label\";i:1502;s:41:\"rcfilters-filter-lastrevision-description\";i:1503;s:39:\"rcfilters-filter-previousrevision-label\";i:1504;s:45:\"rcfilters-filter-previousrevision-description\";i:1505;s:25:\"rcfilters-filter-excluded\";i:1506;s:18:\"rcfilters-tag-help\";i:1507;s:30:\"rcfilters-tag-prefix-namespace\";i:1508;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1509;s:25:\"rcfilters-tag-prefix-tags\";i:1510;s:34:\"rcfilters-tag-prefix-tags-inverted\";i:1511;s:28:\"rcfilters-exclude-button-off\";i:1512;s:27:\"rcfilters-exclude-button-on\";i:1513;s:19:\"rcfilters-view-tags\";i:1514;s:33:\"rcfilters-view-namespaces-tooltip\";i:1515;s:27:\"rcfilters-view-tags-tooltip\";i:1516;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1517;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1518;s:28:\"rcfilters-liveupdates-button\";i:1519;s:37:\"rcfilters-liveupdates-button-title-on\";i:1520;s:38:\"rcfilters-liveupdates-button-title-off\";i:1521;s:35:\"rcfilters-watchlist-markseen-button\";i:1522;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1523;s:31:\"rcfilters-watchlist-showupdated\";i:1524;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1525;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1526;s:35:\"rcfilters-filter-showlinkedto-label\";i:1527;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1528;s:33:\"rcfilters-target-page-placeholder\";i:1529;s:27:\"rcfilters-allcontents-label\";i:1530;s:30:\"rcfilters-alldiscussions-label\";i:1531;s:10:\"rcnotefrom\";i:1532;s:15:\"rclistfromreset\";i:1533;s:10:\"rclistfrom\";i:1534;s:15:\"rcshowhideminor\";i:1535;s:20:\"rcshowhideminor-show\";i:1536;s:20:\"rcshowhideminor-hide\";i:1537;s:14:\"rcshowhidebots\";i:1538;s:19:\"rcshowhidebots-show\";i:1539;s:19:\"rcshowhidebots-hide\";i:1540;s:13:\"rcshowhideliu\";i:1541;s:18:\"rcshowhideliu-show\";i:1542;s:18:\"rcshowhideliu-hide\";i:1543;s:15:\"rcshowhideanons\";i:1544;s:20:\"rcshowhideanons-show\";i:1545;s:20:\"rcshowhideanons-hide\";i:1546;s:14:\"rcshowhidepatr\";i:1547;s:19:\"rcshowhidepatr-show\";i:1548;s:19:\"rcshowhidepatr-hide\";i:1549;s:14:\"rcshowhidemine\";i:1550;s:19:\"rcshowhidemine-show\";i:1551;s:19:\"rcshowhidemine-hide\";i:1552;s:24:\"rcshowhidecategorization\";i:1553;s:29:\"rcshowhidecategorization-show\";i:1554;s:29:\"rcshowhidecategorization-hide\";i:1555;s:7:\"rclinks\";i:1556;s:4:\"diff\";i:1557;s:4:\"hist\";i:1558;s:4:\"hide\";i:1559;s:4:\"show\";i:1560;s:15:\"minoreditletter\";i:1561;s:13:\"newpageletter\";i:1562;s:13:\"boteditletter\";i:1563;s:17:\"unpatrolledletter\";i:1564;s:43:\"number-of-watching-users-for-recent-changes\";i:1565;s:14:\"rc-change-size\";i:1566;s:18:\"rc-change-size-new\";i:1567;s:17:\"newsectionsummary\";i:1568;s:12:\"rc-old-title\";i:1569;s:19:\"recentchangeslinked\";i:1570;s:24:\"recentchangeslinked-feed\";i:1571;s:27:\"recentchangeslinked-toolbox\";i:1572;s:25:\"recentchangeslinked-title\";i:1573;s:27:\"recentchangeslinked-summary\";i:1574;s:24:\"recentchangeslinked-page\";i:1575;s:22:\"recentchangeslinked-to\";i:1576;s:36:\"recentchanges-page-added-to-category\";i:1577;s:44:\"recentchanges-page-added-to-category-bundled\";i:1578;s:40:\"recentchanges-page-removed-from-category\";i:1579;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1580;s:19:\"autochange-username\";i:1581;s:6:\"upload\";i:1582;s:9:\"uploadbtn\";i:1583;s:12:\"reuploaddesc\";i:1584;s:14:\"upload-refresh\";i:1585;s:22:\"upload-progress-queued\";i:1586;s:27:\"upload-progress-downloading\";i:1587;s:26:\"upload-progress-processing\";i:1588;s:15:\"upload-tryagain\";i:1589;s:23:\"upload-tryagain-nostash\";i:1590;s:13:\"uploadnologin\";i:1591;s:17:\"uploadnologintext\";i:1592;s:24:\"upload_directory_missing\";i:1593;s:26:\"upload_directory_read_only\";i:1594;s:11:\"uploaderror\";i:1595;s:14:\"upload-summary\";i:1596;s:23:\"upload-recreate-warning\";i:1597;s:10:\"uploadtext\";i:1598;s:16:\"upload-permitted\";i:1599;s:16:\"upload-preferred\";i:1600;s:17:\"upload-prohibited\";i:1601;s:12:\"uploadfooter\";i:1602;s:26:\"upload-default-description\";i:1603;s:13:\"uploadlogpage\";i:1604;s:17:\"uploadlogpagetext\";i:1605;s:8:\"filename\";i:1606;s:8:\"filedesc\";i:1607;s:17:\"fileuploadsummary\";i:1608;s:19:\"filereuploadsummary\";i:1609;s:10:\"filestatus\";i:1610;s:10:\"filesource\";i:1611;s:13:\"ignorewarning\";i:1612;s:14:\"ignorewarnings\";i:1613;s:10:\"minlength1\";i:1614;s:15:\"illegalfilename\";i:1615;s:16:\"filename-toolong\";i:1616;s:11:\"badfilename\";i:1617;s:22:\"filetype-mime-mismatch\";i:1618;s:16:\"filetype-badmime\";i:1619;s:20:\"filetype-bad-ie-mime\";i:1620;s:22:\"filetype-unwanted-type\";i:1621;s:20:\"filetype-banned-type\";i:1622;s:16:\"filetype-missing\";i:1623;s:10:\"empty-file\";i:1624;s:14:\"file-too-large\";i:1625;s:17:\"filename-tooshort\";i:1626;s:15:\"filetype-banned\";i:1627;s:18:\"verification-error\";i:1628;s:11:\"hookaborted\";i:1629;s:16:\"illegal-filename\";i:1630;s:9:\"overwrite\";i:1631;s:13:\"unknown-error\";i:1632;s:16:\"tmp-create-error\";i:1633;s:15:\"tmp-write-error\";i:1634;s:10:\"large-file\";i:1635;s:15:\"largefileserver\";i:1636;s:9:\"emptyfile\";i:1637;s:25:\"windows-nonascii-filename\";i:1638;s:10:\"fileexists\";i:1639;s:14:\"filepageexists\";i:1640;s:20:\"fileexists-extension\";i:1641;s:24:\"fileexists-thumbnail-yes\";i:1642;s:17:\"file-thumbnail-no\";i:1643;s:20:\"fileexists-forbidden\";i:1644;s:27:\"fileexists-shared-forbidden\";i:1645;s:20:\"fileexists-no-change\";i:1646;s:28:\"fileexists-duplicate-version\";i:1647;s:21:\"file-exists-duplicate\";i:1648;s:22:\"file-deleted-duplicate\";i:1649;s:30:\"file-deleted-duplicate-notitle\";i:1650;s:13:\"uploadwarning\";i:1651;s:18:\"uploadwarning-text\";i:1652;s:26:\"uploadwarning-text-nostash\";i:1653;s:8:\"savefile\";i:1654;s:13:\"uploadedimage\";i:1655;s:14:\"overwroteimage\";i:1656;s:14:\"uploaddisabled\";i:1657;s:18:\"copyuploaddisabled\";i:1658;s:18:\"uploaddisabledtext\";i:1659;s:22:\"php-uploaddisabledtext\";i:1660;s:14:\"uploadscripted\";i:1661;s:27:\"upload-scripted-pi-callback\";i:1662;s:19:\"upload-scripted-dtd\";i:1663;s:19:\"uploaded-script-svg\";i:1664;s:20:\"uploaded-hostile-svg\";i:1665;s:29:\"uploaded-event-handler-on-svg\";i:1666;s:27:\"uploaded-href-attribute-svg\";i:1667;s:31:\"uploaded-href-unsafe-target-svg\";i:1668;s:20:\"uploaded-animate-svg\";i:1669;s:34:\"uploaded-setting-event-handler-svg\";i:1670;s:25:\"uploaded-setting-href-svg\";i:1671;s:26:\"uploaded-wrong-setting-svg\";i:1672;s:28:\"uploaded-setting-handler-svg\";i:1673;s:23:\"uploaded-remote-url-svg\";i:1674;s:25:\"uploaded-image-filter-svg\";i:1675;s:23:\"uploadscriptednamespace\";i:1676;s:16:\"uploadinvalidxml\";i:1677;s:11:\"uploadvirus\";i:1678;s:13:\"upload-source\";i:1679;s:14:\"sourcefilename\";i:1680;s:9:\"sourceurl\";i:1681;s:12:\"destfilename\";i:1682;s:18:\"upload-maxfilesize\";i:1683;s:18:\"upload-description\";i:1684;s:14:\"upload-options\";i:1685;s:15:\"watchthisupload\";i:1686;s:14:\"filewasdeleted\";i:1687;s:19:\"filename-thumb-name\";i:1688;s:19:\"filename-bad-prefix\";i:1689;s:25:\"filename-prefix-blacklist\";i:1690;s:18:\"upload-proto-error\";i:1691;s:23:\"upload-proto-error-text\";i:1692;s:17:\"upload-file-error\";i:1693;s:22:\"upload-file-error-text\";i:1694;s:17:\"upload-misc-error\";i:1695;s:22:\"upload-misc-error-text\";i:1696;s:25:\"upload-too-many-redirects\";i:1697;s:17:\"upload-http-error\";i:1698;s:33:\"upload-copy-upload-invalid-domain\";i:1699;s:26:\"upload-foreign-cant-upload\";i:1700;s:31:\"upload-foreign-cant-load-config\";i:1701;s:22:\"upload-dialog-disabled\";i:1702;s:19:\"upload-dialog-title\";i:1703;s:27:\"upload-dialog-button-cancel\";i:1704;s:25:\"upload-dialog-button-back\";i:1705;s:25:\"upload-dialog-button-done\";i:1706;s:25:\"upload-dialog-button-save\";i:1707;s:27:\"upload-dialog-button-upload\";i:1708;s:32:\"upload-form-label-infoform-title\";i:1709;s:31:\"upload-form-label-infoform-name\";i:1710;s:39:\"upload-form-label-infoform-name-tooltip\";i:1711;s:38:\"upload-form-label-infoform-description\";i:1712;s:46:\"upload-form-label-infoform-description-tooltip\";i:1713;s:29:\"upload-form-label-usage-title\";i:1714;s:32:\"upload-form-label-usage-filename\";i:1715;s:26:\"upload-form-label-own-work\";i:1716;s:37:\"upload-form-label-infoform-categories\";i:1717;s:31:\"upload-form-label-infoform-date\";i:1718;s:48:\"upload-form-label-own-work-message-generic-local\";i:1719;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1720;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1721;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1722;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1723;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1724;s:19:\"backend-fail-stream\";i:1725;s:19:\"backend-fail-backup\";i:1726;s:22:\"backend-fail-notexists\";i:1727;s:19:\"backend-fail-hashes\";i:1728;s:18:\"backend-fail-sizes\";i:1729;s:20:\"backend-fail-notsame\";i:1730;s:24:\"backend-fail-invalidpath\";i:1731;s:19:\"backend-fail-delete\";i:1732;s:21:\"backend-fail-describe\";i:1733;s:26:\"backend-fail-alreadyexists\";i:1734;s:18:\"backend-fail-store\";i:1735;s:17:\"backend-fail-copy\";i:1736;s:17:\"backend-fail-move\";i:1737;s:21:\"backend-fail-opentemp\";i:1738;s:22:\"backend-fail-writetemp\";i:1739;s:22:\"backend-fail-closetemp\";i:1740;s:17:\"backend-fail-read\";i:1741;s:19:\"backend-fail-create\";i:1742;s:20:\"backend-fail-maxsize\";i:1743;s:21:\"backend-fail-readonly\";i:1744;s:19:\"backend-fail-synced\";i:1745;s:20:\"backend-fail-connect\";i:1746;s:21:\"backend-fail-internal\";i:1747;s:24:\"backend-fail-contenttype\";i:1748;s:22:\"backend-fail-batchsize\";i:1749;s:19:\"backend-fail-usable\";i:1750;s:17:\"backend-fail-stat\";i:1751;s:17:\"backend-fail-hash\";i:1752;s:21:\"lockmanager-notlocked\";i:1753;s:26:\"lockmanager-fail-closelock\";i:1754;s:27:\"lockmanager-fail-deletelock\";i:1755;s:28:\"lockmanager-fail-acquirelock\";i:1756;s:25:\"lockmanager-fail-openlock\";i:1757;s:28:\"lockmanager-fail-releaselock\";i:1758;s:26:\"lockmanager-fail-db-bucket\";i:1759;s:27:\"lockmanager-fail-db-release\";i:1760;s:28:\"lockmanager-fail-svr-acquire\";i:1761;s:28:\"lockmanager-fail-svr-release\";i:1762;s:25:\"lockmanager-fail-conflict\";i:1763;s:19:\"zip-file-open-error\";i:1764;s:16:\"zip-wrong-format\";i:1765;s:7:\"zip-bad\";i:1766;s:15:\"zip-unsupported\";i:1767;s:11:\"uploadstash\";i:1768;s:19:\"uploadstash-summary\";i:1769;s:17:\"uploadstash-clear\";i:1770;s:19:\"uploadstash-nofiles\";i:1771;s:20:\"uploadstash-badtoken\";i:1772;s:20:\"uploadstash-errclear\";i:1773;s:19:\"uploadstash-refresh\";i:1774;s:21:\"uploadstash-exception\";i:1775;s:19:\"uploadstash-nothumb\";i:1776;s:23:\"uploadstash-header-date\";i:1777;s:26:\"uploadstash-header-filekey\";i:1778;s:24:\"uploadstash-header-thumb\";i:1779;s:29:\"uploadstash-header-dimensions\";i:1780;s:24:\"uploadstash-pager-submit\";i:1781;s:20:\"uploadstash-bad-path\";i:1782;s:28:\"uploadstash-bad-path-invalid\";i:1783;s:33:\"uploadstash-bad-path-unknown-type\";i:1784;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:1785;s:31:\"uploadstash-bad-path-no-handler\";i:1786;s:31:\"uploadstash-bad-path-bad-format\";i:1787;s:26:\"uploadstash-file-not-found\";i:1788;s:35:\"uploadstash-file-not-found-no-thumb\";i:1789;s:40:\"uploadstash-file-not-found-no-local-path\";i:1790;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:1791;s:47:\"uploadstash-file-not-found-missing-content-type\";i:1792;s:37:\"uploadstash-file-not-found-not-exists\";i:1793;s:26:\"uploadstash-file-too-large\";i:1794;s:25:\"uploadstash-not-logged-in\";i:1795;s:23:\"uploadstash-wrong-owner\";i:1796;s:23:\"uploadstash-no-such-key\";i:1797;s:23:\"uploadstash-zero-length\";i:1798;s:20:\"invalid-chunk-offset\";i:1799;s:21:\"img-auth-accessdenied\";i:1800;s:17:\"img-auth-notindir\";i:1801;s:17:\"img-auth-badtitle\";i:1802;s:15:\"img-auth-nofile\";i:1803;s:14:\"img-auth-isdir\";i:1804;s:18:\"img-auth-streaming\";i:1805;s:15:\"img-auth-public\";i:1806;s:15:\"img-auth-noread\";i:1807;s:16:\"http-invalid-url\";i:1808;s:19:\"http-invalid-scheme\";i:1809;s:18:\"http-request-error\";i:1810;s:15:\"http-read-error\";i:1811;s:14:\"http-timed-out\";i:1812;s:15:\"http-curl-error\";i:1813;s:15:\"http-bad-status\";i:1814;s:19:\"http-internal-error\";i:1815;s:18:\"upload-curl-error6\";i:1816;s:23:\"upload-curl-error6-text\";i:1817;s:19:\"upload-curl-error28\";i:1818;s:24:\"upload-curl-error28-text\";i:1819;s:7:\"license\";i:1820;s:14:\"license-header\";i:1821;s:9:\"nolicense\";i:1822;s:8:\"licenses\";i:1823;s:13:\"licenses-edit\";i:1824;s:17:\"license-nopreview\";i:1825;s:17:\"upload_source_url\";i:1826;s:18:\"upload_source_file\";i:1827;s:16:\"listfiles-delete\";i:1828;s:17:\"listfiles-summary\";i:1829;s:26:\"listfiles-userdoesnotexist\";i:1830;s:22:\"listfiles-pager-submit\";i:1831;s:7:\"imgfile\";i:1832;s:9:\"listfiles\";i:1833;s:17:\"listfiles_subpage\";i:1834;s:15:\"listfiles_thumb\";i:1835;s:14:\"listfiles_date\";i:1836;s:14:\"listfiles_name\";i:1837;s:14:\"listfiles_user\";i:1838;s:14:\"listfiles_size\";i:1839;s:21:\"listfiles_description\";i:1840;s:15:\"listfiles_count\";i:1841;s:18:\"listfiles-show-all\";i:1842;s:23:\"listfiles-latestversion\";i:1843;s:27:\"listfiles-latestversion-yes\";i:1844;s:26:\"listfiles-latestversion-no\";i:1845;s:16:\"file-anchor-link\";i:1846;s:8:\"filehist\";i:1847;s:13:\"filehist-help\";i:1848;s:18:\"filehist-deleteall\";i:1849;s:18:\"filehist-deleteone\";i:1850;s:15:\"filehist-revert\";i:1851;s:16:\"filehist-current\";i:1852;s:17:\"filehist-datetime\";i:1853;s:14:\"filehist-thumb\";i:1854;s:18:\"filehist-thumbtext\";i:1855;s:16:\"filehist-nothumb\";i:1856;s:13:\"filehist-user\";i:1857;s:19:\"filehist-dimensions\";i:1858;s:16:\"filehist-comment\";i:1859;s:16:\"filehist-missing\";i:1860;s:10:\"imagelinks\";i:1861;s:12:\"linkstoimage\";i:1862;s:17:\"linkstoimage-more\";i:1863;s:14:\"nolinkstoimage\";i:1864;s:16:\"morelinkstoimage\";i:1865;s:21:\"linkstoimage-redirect\";i:1866;s:16:\"duplicatesoffile\";i:1867;s:12:\"sharedupload\";i:1868;s:23:\"sharedupload-desc-there\";i:1869;s:22:\"sharedupload-desc-here\";i:1870;s:22:\"sharedupload-desc-edit\";i:1871;s:24:\"sharedupload-desc-create\";i:1872;s:24:\"shareddescriptionfollows\";i:1873;s:15:\"filepage-nofile\";i:1874;s:20:\"filepage-nofile-link\";i:1875;s:25:\"uploadnewversion-linktext\";i:1876;s:16:\"shared-repo-from\";i:1877;s:11:\"shared-repo\";i:1878;s:33:\"shared-repo-name-wikimediacommons\";i:1879;s:12:\"filepage.css\";i:1880;s:22:\"upload-disallowed-here\";i:1881;s:10:\"filerevert\";i:1882;s:17:\"filerevert-legend\";i:1883;s:16:\"filerevert-intro\";i:1884;s:18:\"filerevert-comment\";i:1885;s:25:\"filerevert-defaultcomment\";i:1886;s:17:\"filerevert-submit\";i:1887;s:18:\"filerevert-success\";i:1888;s:21:\"filerevert-badversion\";i:1889;s:20:\"filerevert-identical\";i:1890;s:10:\"filedelete\";i:1891;s:17:\"filedelete-legend\";i:1892;s:16:\"filedelete-intro\";i:1893;s:20:\"filedelete-intro-old\";i:1894;s:18:\"filedelete-comment\";i:1895;s:17:\"filedelete-submit\";i:1896;s:18:\"filedelete-success\";i:1897;s:22:\"filedelete-success-old\";i:1898;s:17:\"filedelete-nofile\";i:1899;s:21:\"filedelete-nofile-old\";i:1900;s:22:\"filedelete-otherreason\";i:1901;s:27:\"filedelete-reason-otherlist\";i:1902;s:26:\"filedelete-reason-dropdown\";i:1903;s:35:\"filedelete-reason-dropdown-suppress\";i:1904;s:26:\"filedelete-edit-reasonlist\";i:1905;s:35:\"filedelete-edit-reasonlist-suppress\";i:1906;s:22:\"filedelete-maintenance\";i:1907;s:28:\"filedelete-maintenance-title\";i:1908;s:10:\"mimesearch\";i:1909;s:18:\"mimesearch-summary\";i:1910;s:8:\"mimetype\";i:1911;s:8:\"download\";i:1912;s:14:\"unwatchedpages\";i:1913;s:22:\"unwatchedpages-summary\";i:1914;s:13:\"listredirects\";i:1915;s:21:\"listredirects-summary\";i:1916;s:19:\"listduplicatedfiles\";i:1917;s:27:\"listduplicatedfiles-summary\";i:1918;s:25:\"listduplicatedfiles-entry\";i:1919;s:15:\"unusedtemplates\";i:1920;s:23:\"unusedtemplates-summary\";i:1921;s:19:\"unusedtemplatestext\";i:1922;s:18:\"unusedtemplateswlh\";i:1923;s:10:\"randompage\";i:1924;s:18:\"randompage-nopages\";i:1925;s:14:\"randompage-url\";i:1926;s:16:\"randomincategory\";i:1927;s:32:\"randomincategory-invalidcategory\";i:1928;s:24:\"randomincategory-nopages\";i:1929;s:25:\"randomincategory-category\";i:1930;s:23:\"randomincategory-legend\";i:1931;s:23:\"randomincategory-submit\";i:1932;s:14:\"randomredirect\";i:1933;s:22:\"randomredirect-nopages\";i:1934;s:10:\"statistics\";i:1935;s:18:\"statistics-summary\";i:1936;s:23:\"statistics-header-pages\";i:1937;s:23:\"statistics-header-edits\";i:1938;s:23:\"statistics-header-users\";i:1939;s:23:\"statistics-header-hooks\";i:1940;s:19:\"statistics-articles\";i:1941;s:24:\"statistics-articles-desc\";i:1942;s:16:\"statistics-pages\";i:1943;s:21:\"statistics-pages-desc\";i:1944;s:16:\"statistics-files\";i:1945;s:21:\"statistics-files-desc\";i:1946;s:16:\"statistics-edits\";i:1947;s:24:\"statistics-edits-average\";i:1948;s:16:\"statistics-users\";i:1949;s:23:\"statistics-users-active\";i:1950;s:28:\"statistics-users-active-desc\";i:1951;s:17:\"statistics-footer\";i:1952;s:13:\"pageswithprop\";i:1953;s:21:\"pageswithprop-summary\";i:1954;s:20:\"pageswithprop-legend\";i:1955;s:18:\"pageswithprop-text\";i:1956;s:18:\"pageswithprop-prop\";i:1957;s:21:\"pageswithprop-reverse\";i:1958;s:25:\"pageswithprop-sortbyvalue\";i:1959;s:20:\"pageswithprop-submit\";i:1960;s:29:\"pageswithprop-prophidden-long\";i:1961;s:31:\"pageswithprop-prophidden-binary\";i:1962;s:15:\"doubleredirects\";i:1963;s:23:\"doubleredirects-summary\";i:1964;s:19:\"doubleredirectstext\";i:1965;s:26:\"double-redirect-fixed-move\";i:1966;s:33:\"double-redirect-fixed-maintenance\";i:1967;s:21:\"double-redirect-fixer\";i:1968;s:15:\"brokenredirects\";i:1969;s:23:\"brokenredirects-summary\";i:1970;s:19:\"brokenredirectstext\";i:1971;s:20:\"brokenredirects-edit\";i:1972;s:22:\"brokenredirects-delete\";i:1973;s:29:\"brokenredirects-delete-reason\";i:1974;s:16:\"withoutinterwiki\";i:1975;s:24:\"withoutinterwiki-summary\";i:1976;s:23:\"withoutinterwiki-submit\";i:1977;s:15:\"fewestrevisions\";i:1978;s:23:\"fewestrevisions-summary\";i:1979;s:6:\"nbytes\";i:1980;s:11:\"ncategories\";i:1981;s:11:\"ninterwikis\";i:1982;s:6:\"nlinks\";i:1983;s:8:\"nmembers\";i:1984;s:15:\"nmemberschanged\";i:1985;s:10:\"nrevisions\";i:1986;s:11:\"nimagelinks\";i:1987;s:14:\"ntransclusions\";i:1988;s:17:\"specialpage-empty\";i:1989;s:11:\"lonelypages\";i:1990;s:19:\"lonelypages-summary\";i:1991;s:15:\"lonelypagestext\";i:1992;s:18:\"uncategorizedpages\";i:1993;s:26:\"uncategorizedpages-summary\";i:1994;s:23:\"uncategorizedcategories\";i:1995;s:31:\"uncategorizedcategories-summary\";i:1996;s:19:\"uncategorizedimages\";i:1997;s:27:\"uncategorizedimages-summary\";i:1998;s:22:\"uncategorizedtemplates\";i:1999;s:30:\"uncategorizedtemplates-summary\";i:2000;s:38:\"uncategorized-categories-exceptionlist\";i:2001;s:16:\"unusedcategories\";i:2002;s:24:\"unusedcategories-summary\";i:2003;s:12:\"unusedimages\";i:2004;s:20:\"unusedimages-summary\";i:2005;s:16:\"wantedcategories\";i:2006;s:24:\"wantedcategories-summary\";i:2007;s:11:\"wantedpages\";i:2008;s:19:\"wantedpages-summary\";i:2009;s:20:\"wantedpages-badtitle\";i:2010;s:11:\"wantedfiles\";i:2011;s:19:\"wantedfiles-summary\";i:2012;s:18:\"wantedfiletext-cat\";i:2013;s:28:\"wantedfiletext-cat-noforeign\";i:2014;s:20:\"wantedfiletext-nocat\";i:2015;s:30:\"wantedfiletext-nocat-noforeign\";i:2016;s:15:\"wantedtemplates\";i:2017;s:23:\"wantedtemplates-summary\";i:2018;s:10:\"mostlinked\";i:2019;s:18:\"mostlinked-summary\";i:2020;s:20:\"mostlinkedcategories\";i:2021;s:28:\"mostlinkedcategories-summary\";i:2022;s:19:\"mostlinkedtemplates\";i:2023;s:27:\"mostlinkedtemplates-summary\";i:2024;s:14:\"mostcategories\";i:2025;s:22:\"mostcategories-summary\";i:2026;s:10:\"mostimages\";i:2027;s:18:\"mostimages-summary\";i:2028;s:14:\"mostinterwikis\";i:2029;s:22:\"mostinterwikis-summary\";i:2030;s:13:\"mostrevisions\";i:2031;s:21:\"mostrevisions-summary\";i:2032;s:11:\"prefixindex\";i:2033;s:21:\"prefixindex-namespace\";i:2034;s:19:\"prefixindex-summary\";i:2035;s:18:\"prefixindex-submit\";i:2036;s:17:\"prefixindex-strip\";i:2037;s:10:\"shortpages\";i:2038;s:18:\"shortpages-summary\";i:2039;s:9:\"longpages\";i:2040;s:17:\"longpages-summary\";i:2041;s:12:\"deadendpages\";i:2042;s:20:\"deadendpages-summary\";i:2043;s:16:\"deadendpagestext\";i:2044;s:14:\"protectedpages\";i:2045;s:22:\"protectedpages-filters\";i:2046;s:20:\"protectedpages-indef\";i:2047;s:22:\"protectedpages-summary\";i:2048;s:22:\"protectedpages-cascade\";i:2049;s:25:\"protectedpages-noredirect\";i:2050;s:32:\"cachedspecial-viewing-cached-ttl\";i:2051;s:19:\"protectedpagesempty\";i:2052;s:24:\"protectedpages-timestamp\";i:2053;s:19:\"protectedpages-page\";i:2054;s:21:\"protectedpages-expiry\";i:2055;s:24:\"protectedpages-performer\";i:2056;s:21:\"protectedpages-params\";i:2057;s:21:\"protectedpages-reason\";i:2058;s:21:\"protectedpages-submit\";i:2059;s:32:\"protectedpages-unknown-timestamp\";i:2060;s:32:\"protectedpages-unknown-performer\";i:2061;s:29:\"protectedpages-unknown-reason\";i:2062;s:15:\"protectedtitles\";i:2063;s:23:\"protectedtitles-summary\";i:2064;s:20:\"protectedtitlesempty\";i:2065;s:22:\"protectedtitles-submit\";i:2066;s:9:\"listusers\";i:2067;s:17:\"listusers-summary\";i:2068;s:19:\"listusers-editsonly\";i:2069;s:29:\"listusers-temporarygroupsonly\";i:2070;s:22:\"listusers-creationsort\";i:2071;s:14:\"listusers-desc\";i:2072;s:13:\"usereditcount\";i:2073;s:11:\"usercreated\";i:2074;s:8:\"newpages\";i:2075;s:16:\"newpages-summary\";i:2076;s:15:\"newpages-submit\";i:2077;s:17:\"newpages-username\";i:2078;s:12:\"ancientpages\";i:2079;s:20:\"ancientpages-summary\";i:2080;s:4:\"move\";i:2081;s:12:\"movethispage\";i:2082;s:16:\"unusedimagestext\";i:2083;s:37:\"unusedimagestext-categorizedimgisused\";i:2084;s:20:\"unusedcategoriestext\";i:2085;s:13:\"notargettitle\";i:2086;s:12:\"notargettext\";i:2087;s:11:\"nopagetitle\";i:2088;s:10:\"nopagetext\";i:2089;s:11:\"badrevision\";i:2090;s:13:\"pager-newer-n\";i:2091;s:13:\"pager-older-n\";i:2092;s:8:\"suppress\";i:2093;s:18:\"querypage-disabled\";i:2094;s:7:\"apihelp\";i:2095;s:15:\"apihelp-summary\";i:2096;s:22:\"apihelp-no-such-module\";i:2097;s:12:\"apihelp-link\";i:2098;s:10:\"apisandbox\";i:2099;s:18:\"apisandbox-summary\";i:2100;s:17:\"apisandbox-jsonly\";i:2101;s:16:\"apisandbox-intro\";i:2102;s:17:\"apisandbox-submit\";i:2103;s:16:\"apisandbox-reset\";i:2104;s:16:\"apisandbox-retry\";i:2105;s:18:\"apisandbox-loading\";i:2106;s:21:\"apisandbox-load-error\";i:2107;s:24:\"apisandbox-no-parameters\";i:2108;s:19:\"apisandbox-helpurls\";i:2109;s:19:\"apisandbox-examples\";i:2110;s:29:\"apisandbox-dynamic-parameters\";i:2111;s:39:\"apisandbox-dynamic-parameters-add-label\";i:2112;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:2113;s:31:\"apisandbox-dynamic-error-exists\";i:2114;s:37:\"apisandbox-templated-parameter-reason\";i:2115;s:32:\"apisandbox-deprecated-parameters\";i:2116;s:22:\"apisandbox-fetch-token\";i:2117;s:20:\"apisandbox-add-multi\";i:2118;s:38:\"apisandbox-submit-invalid-fields-title\";i:2119;s:40:\"apisandbox-submit-invalid-fields-message\";i:2120;s:18:\"apisandbox-results\";i:2121;s:26:\"apisandbox-sending-request\";i:2122;s:26:\"apisandbox-loading-results\";i:2123;s:24:\"apisandbox-results-error\";i:2124;s:35:\"apisandbox-results-login-suppressed\";i:2125;s:37:\"apisandbox-request-selectformat-label\";i:2126;s:35:\"apisandbox-request-format-url-label\";i:2127;s:28:\"apisandbox-request-url-label\";i:2128;s:36:\"apisandbox-request-format-json-label\";i:2129;s:29:\"apisandbox-request-json-label\";i:2130;s:35:\"apisandbox-request-format-php-label\";i:2131;s:28:\"apisandbox-request-php-label\";i:2132;s:23:\"apisandbox-request-time\";i:2133;s:23:\"apisandbox-request-post\";i:2134;s:27:\"apisandbox-request-formdata\";i:2135;s:27:\"apisandbox-results-fixtoken\";i:2136;s:32:\"apisandbox-results-fixtoken-fail\";i:2137;s:21:\"apisandbox-alert-page\";i:2138;s:22:\"apisandbox-alert-field\";i:2139;s:19:\"apisandbox-continue\";i:2140;s:25:\"apisandbox-continue-clear\";i:2141;s:24:\"apisandbox-continue-help\";i:2142;s:22:\"apisandbox-param-limit\";i:2143;s:36:\"apisandbox-multivalue-all-namespaces\";i:2144;s:32:\"apisandbox-multivalue-all-values\";i:2145;s:11:\"booksources\";i:2146;s:19:\"booksources-summary\";i:2147;s:25:\"booksources-search-legend\";i:2148;s:16:\"booksources-isbn\";i:2149;s:18:\"booksources-search\";i:2150;s:16:\"booksources-text\";i:2151;s:24:\"booksources-invalid-isbn\";i:2152;s:22:\"magiclink-tracking-rfc\";i:2153;s:27:\"magiclink-tracking-rfc-desc\";i:2154;s:23:\"magiclink-tracking-pmid\";i:2155;s:28:\"magiclink-tracking-pmid-desc\";i:2156;s:23:\"magiclink-tracking-isbn\";i:2157;s:28:\"magiclink-tracking-isbn-desc\";i:2158;s:6:\"rfcurl\";i:2159;s:9:\"pubmedurl\";i:2160;s:19:\"specialloguserlabel\";i:2161;s:20:\"speciallogtitlelabel\";i:2162;s:3:\"log\";i:2163;s:20:\"logeventslist-submit\";i:2164;s:26:\"logeventslist-more-filters\";i:2165;s:24:\"logeventslist-patrol-log\";i:2166;s:21:\"logeventslist-tag-log\";i:2167;s:26:\"logeventslist-newusers-log\";i:2168;s:13:\"all-logs-page\";i:2169;s:11:\"alllogstext\";i:2170;s:8:\"logempty\";i:2171;s:18:\"log-title-wildcard\";i:2172;s:26:\"showhideselectedlogentries\";i:2173;s:13:\"log-edit-tags\";i:2174;s:15:\"checkbox-select\";i:2175;s:12:\"checkbox-all\";i:2176;s:13:\"checkbox-none\";i:2177;s:15:\"checkbox-invert\";i:2178;s:8:\"allpages\";i:2179;s:16:\"allpages-summary\";i:2180;s:8:\"nextpage\";i:2181;s:8:\"prevpage\";i:2182;s:12:\"allpagesfrom\";i:2183;s:10:\"allpagesto\";i:2184;s:11:\"allarticles\";i:2185;s:14:\"allinnamespace\";i:2186;s:14:\"allpagessubmit\";i:2187;s:14:\"allpagesprefix\";i:2188;s:16:\"allpagesbadtitle\";i:2189;s:15:\"allpages-bad-ns\";i:2190;s:23:\"allpages-hide-redirects\";i:2191;s:10:\"categories\";i:2192;s:18:\"categories-summary\";i:2193;s:17:\"categories-submit\";i:2194;s:18:\"categoriespagetext\";i:2195;s:14:\"categoriesfrom\";i:2196;s:20:\"deletedcontributions\";i:2197;s:28:\"deletedcontributions-summary\";i:2198;s:26:\"deletedcontributions-title\";i:2199;s:65:\"deletedcontributions-title-for-ip-when-temporary-accounts-enabled\";i:2200;s:32:\"sp-deletedcontributions-contribs\";i:2201;s:10:\"linksearch\";i:2202;s:18:\"linksearch-summary\";i:2203;s:14:\"linksearch-pat\";i:2204;s:13:\"linksearch-ns\";i:2205;s:13:\"linksearch-ok\";i:2206;s:15:\"linksearch-text\";i:2207;s:15:\"linksearch-line\";i:2208;s:16:\"linksearch-error\";i:2209;s:13:\"listusersfrom\";i:2210;s:16:\"listusers-submit\";i:2211;s:18:\"listusers-noresult\";i:2212;s:17:\"listusers-blocked\";i:2213;s:11:\"activeusers\";i:2214;s:19:\"activeusers-summary\";i:2215;s:17:\"activeusers-intro\";i:2216;s:17:\"activeusers-count\";i:2217;s:16:\"activeusers-from\";i:2218;s:18:\"activeusers-groups\";i:2219;s:25:\"activeusers-excludegroups\";i:2220;s:20:\"activeusers-noresult\";i:2221;s:18:\"activeusers-submit\";i:2222;s:15:\"listgrouprights\";i:2223;s:23:\"listgrouprights-summary\";i:2224;s:19:\"listgrouprights-key\";i:2225;s:21:\"listgrouprights-group\";i:2226;s:22:\"listgrouprights-rights\";i:2227;s:24:\"listgrouprights-helppage\";i:2228;s:23:\"listgrouprights-members\";i:2229;s:29:\"listgrouprights-right-display\";i:2230;s:29:\"listgrouprights-right-revoked\";i:2231;s:24:\"listgrouprights-addgroup\";i:2232;s:27:\"listgrouprights-removegroup\";i:2233;s:28:\"listgrouprights-addgroup-all\";i:2234;s:31:\"listgrouprights-removegroup-all\";i:2235;s:29:\"listgrouprights-addgroup-self\";i:2236;s:32:\"listgrouprights-removegroup-self\";i:2237;s:33:\"listgrouprights-addgroup-self-all\";i:2238;s:36:\"listgrouprights-removegroup-self-all\";i:2239;s:42:\"listgrouprights-namespaceprotection-header\";i:2240;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2241;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2242;s:10:\"listgrants\";i:2243;s:18:\"listgrants-summary\";i:2244;s:16:\"listgrants-grant\";i:2245;s:17:\"listgrants-rights\";i:2246;s:24:\"listgrants-grant-display\";i:2247;s:18:\"trackingcategories\";i:2248;s:26:\"trackingcategories-summary\";i:2249;s:22:\"trackingcategories-msg\";i:2250;s:23:\"trackingcategories-name\";i:2251;s:23:\"trackingcategories-desc\";i:2252;s:31:\"restricted-displaytitle-ignored\";i:2253;s:36:\"restricted-displaytitle-ignored-desc\";i:2254;s:20:\"nonnumeric-formatnum\";i:2255;s:25:\"nonnumeric-formatnum-desc\";i:2256;s:21:\"noindex-category-desc\";i:2257;s:19:\"index-category-desc\";i:2258;s:44:\"post-expand-template-inclusion-category-desc\";i:2259;s:43:\"post-expand-template-argument-category-desc\";i:2260;s:38:\"expensive-parserfunction-category-desc\";i:2261;s:25:\"broken-file-category-desc\";i:2262;s:29:\"hidden-category-category-desc\";i:2263;s:25:\"trackingcategories-nodesc\";i:2264;s:27:\"trackingcategories-disabled\";i:2265;s:11:\"mailnologin\";i:2266;s:15:\"mailnologintext\";i:2267;s:9:\"emailuser\";i:2268;s:22:\"emailuser-title-target\";i:2269;s:24:\"emailuser-title-notarget\";i:2270;s:17:\"emailuser-summary\";i:2271;s:13:\"emailpagetext\";i:2272;s:15:\"defemailsubject\";i:2273;s:16:\"usermaildisabled\";i:2274;s:20:\"usermaildisabledtext\";i:2275;s:12:\"noemailtitle\";i:2276;s:11:\"noemailtext\";i:2277;s:15:\"nowikiemailtext\";i:2278;s:13:\"emailnotarget\";i:2279;s:11:\"emailtarget\";i:2280;s:13:\"emailusername\";i:2281;s:19:\"emailusernamesubmit\";i:2282;s:12:\"email-legend\";i:2283;s:9:\"emailfrom\";i:2284;s:7:\"emailto\";i:2285;s:12:\"emailsubject\";i:2286;s:12:\"emailmessage\";i:2287;s:9:\"emailsend\";i:2288;s:9:\"emailccme\";i:2289;s:14:\"emailccsubject\";i:2290;s:9:\"emailsent\";i:2291;s:13:\"emailsenttext\";i:2292;s:15:\"emailuserfooter\";i:2293;s:19:\"usermessage-summary\";i:2294;s:18:\"usermessage-editor\";i:2295;s:20:\"usermessage-template\";i:2296;s:9:\"watchlist\";i:2297;s:17:\"watchlist-summary\";i:2298;s:11:\"mywatchlist\";i:2299;s:13:\"watchlistfor2\";i:2300;s:11:\"nowatchlist\";i:2301;s:17:\"watchlistanontext\";i:2302;s:31:\"watchlistanontext-for-temp-user\";i:2303;s:12:\"watchnologin\";i:2304;s:21:\"watchlistnotwatchable\";i:2305;s:8:\"addwatch\";i:2306;s:15:\"updatewatchlist\";i:2307;s:14:\"addedwatchtext\";i:2308;s:19:\"addedwatchtext-talk\";i:2309;s:20:\"addedwatchtext-short\";i:2310;s:30:\"addedwatchexpiry-options-label\";i:2311;s:21:\"addedwatchexpiryhours\";i:2312;s:26:\"addedwatchexpiryhours-talk\";i:2313;s:20:\"addedwatchexpirytext\";i:2314;s:25:\"addedwatchexpirytext-talk\";i:2315;s:26:\"addedwatchindefinitelytext\";i:2316;s:31:\"addedwatchindefinitelytext-talk\";i:2317;s:11:\"removewatch\";i:2318;s:16:\"removedwatchtext\";i:2319;s:21:\"removedwatchtext-talk\";i:2320;s:22:\"removedwatchtext-short\";i:2321;s:5:\"watch\";i:2322;s:13:\"watchthispage\";i:2323;s:7:\"unwatch\";i:2324;s:15:\"unwatchthispage\";i:2325;s:12:\"notanarticle\";i:2326;s:13:\"notvisiblerev\";i:2327;s:17:\"watchlist-details\";i:2328;s:26:\"watchlist-expiry-days-left\";i:2329;s:33:\"watchlist-expiring-days-full-text\";i:2330;s:27:\"watchlist-expiry-hours-left\";i:2331;s:34:\"watchlist-expiring-hours-full-text\";i:2332;s:15:\"wlheader-enotif\";i:2333;s:20:\"wlheader-showupdated\";i:2334;s:6:\"wlnote\";i:2335;s:14:\"watchlist-hide\";i:2336;s:16:\"watchlist-submit\";i:2337;s:10:\"wlshowtime\";i:2338;s:15:\"wlshowhideminor\";i:2339;s:14:\"wlshowhidebots\";i:2340;s:13:\"wlshowhideliu\";i:2341;s:15:\"wlshowhideanons\";i:2342;s:14:\"wlshowhidepatr\";i:2343;s:14:\"wlshowhidemine\";i:2344;s:24:\"wlshowhidecategorization\";i:2345;s:17:\"watchlist-options\";i:2346;s:8:\"watching\";i:2347;s:10:\"unwatching\";i:2348;s:17:\"watchlist-unwatch\";i:2349;s:22:\"watchlist-unwatch-undo\";i:2350;s:12:\"enotif_reset\";i:2351;s:28:\"enotif_impersonal_salutation\";i:2352;s:22:\"enotif_subject_deleted\";i:2353;s:22:\"enotif_subject_created\";i:2354;s:20:\"enotif_subject_moved\";i:2355;s:23:\"enotif_subject_restored\";i:2356;s:22:\"enotif_subject_changed\";i:2357;s:25:\"enotif_body_intro_deleted\";i:2358;s:25:\"enotif_body_intro_created\";i:2359;s:23:\"enotif_body_intro_moved\";i:2360;s:26:\"enotif_body_intro_restored\";i:2361;s:25:\"enotif_body_intro_changed\";i:2362;s:18:\"enotif_lastvisited\";i:2363;s:15:\"enotif_lastdiff\";i:2364;s:14:\"enotif_pagelog\";i:2365;s:18:\"enotif_anon_editor\";i:2366;s:18:\"enotif_temp_editor\";i:2367;s:11:\"enotif_body\";i:2368;s:16:\"enotif_minoredit\";i:2369;s:21:\"deletepage-deletetalk\";i:2370;s:17:\"deletepage-submit\";i:2371;s:7:\"confirm\";i:2372;s:9:\"excontent\";i:2373;s:15:\"excontentauthor\";i:2374;s:13:\"exbeforeblank\";i:2375;s:14:\"delete-confirm\";i:2376;s:13:\"delete-legend\";i:2377;s:26:\"delete-talk-summary-prefix\";i:2378;s:14:\"historywarning\";i:2379;s:20:\"historyaction-submit\";i:2380;s:17:\"confirmdeletetext\";i:2381;s:14:\"actioncomplete\";i:2382;s:12:\"actionfailed\";i:2383;s:11:\"deletedtext\";i:2384;s:25:\"deleted-page-and-talkpage\";i:2385;s:10:\"dellogpage\";i:2386;s:14:\"dellogpagetext\";i:2387;s:11:\"deletionlog\";i:2388;s:15:\"log-name-create\";i:2389;s:22:\"log-description-create\";i:2390;s:22:\"logentry-create-create\";i:2391;s:8:\"reverted\";i:2392;s:13:\"deletecomment\";i:2393;s:17:\"deleteotherreason\";i:2394;s:21:\"deletereasonotherlist\";i:2395;s:21:\"deletereason-dropdown\";i:2396;s:30:\"deletereason-dropdown-suppress\";i:2397;s:22:\"delete-edit-reasonlist\";i:2398;s:31:\"delete-edit-reasonlist-suppress\";i:2399;s:13:\"delete-toobig\";i:2400;s:23:\"delete-toomanyrevisions\";i:2401;s:21:\"delete-warning-toobig\";i:2402;s:35:\"delete-error-associated-alreadytalk\";i:2403;s:36:\"delete-error-associated-doesnotexist\";i:2404;s:15:\"deleteprotected\";i:2405;s:26:\"deleting-backlinks-warning\";i:2406;s:25:\"deleting-subpages-warning\";i:2407;s:34:\"deleting-talkpage-subpages-warning\";i:2408;s:8:\"rollback\";i:2409;s:29:\"rollback-confirmation-confirm\";i:2410;s:25:\"rollback-confirmation-yes\";i:2411;s:24:\"rollback-confirmation-no\";i:2412;s:12:\"rollbacklink\";i:2413;s:17:\"rollbacklinkcount\";i:2414;s:26:\"rollbacklinkcount-morethan\";i:2415;s:14:\"rollbackfailed\";i:2416;s:21:\"rollback-missingparam\";i:2417;s:24:\"rollback-missingrevision\";i:2418;s:12:\"cantrollback\";i:2419;s:13:\"alreadyrolled\";i:2420;s:11:\"editcomment\";i:2421;s:10:\"revertpage\";i:2422;s:15:\"revertpage-anon\";i:2423;s:17:\"revertpage-nouser\";i:2424;s:16:\"rollback-success\";i:2425;s:20:\"sessionfailure-title\";i:2426;s:14:\"sessionfailure\";i:2427;s:18:\"changecontentmodel\";i:2428;s:25:\"changecontentmodel-legend\";i:2429;s:30:\"changecontentmodel-title-label\";i:2430;s:30:\"changecontentmodel-model-label\";i:2431;s:31:\"changecontentmodel-reason-label\";i:2432;s:25:\"changecontentmodel-submit\";i:2433;s:32:\"changecontentmodel-success-title\";i:2434;s:31:\"changecontentmodel-success-text\";i:2435;s:33:\"changecontentmodel-cannot-convert\";i:2436;s:34:\"changecontentmodel-nodirectediting\";i:2437;s:36:\"changecontentmodel-emptymodels-title\";i:2438;s:35:\"changecontentmodel-emptymodels-text\";i:2439;s:21:\"log-name-contentmodel\";i:2440;s:28:\"log-description-contentmodel\";i:2441;s:25:\"logentry-contentmodel-new\";i:2442;s:28:\"logentry-contentmodel-change\";i:2443;s:39:\"logentry-contentmodel-change-revertlink\";i:2444;s:35:\"logentry-contentmodel-change-revert\";i:2445;s:14:\"protectlogpage\";i:2446;s:14:\"protectlogtext\";i:2447;s:16:\"protectedarticle\";i:2448;s:25:\"modifiedarticleprotection\";i:2449;s:18:\"unprotectedarticle\";i:2450;s:22:\"movedarticleprotection\";i:2451;s:24:\"protectedarticle-comment\";i:2452;s:33:\"modifiedarticleprotection-comment\";i:2453;s:26:\"unprotectedarticle-comment\";i:2454;s:13:\"protect-title\";i:2455;s:24:\"protect-title-notallowed\";i:2456;s:14:\"prot_1movedto2\";i:2457;s:26:\"protect-badnamespace-title\";i:2458;s:25:\"protect-badnamespace-text\";i:2459;s:31:\"protect-norestrictiontypes-text\";i:2460;s:32:\"protect-norestrictiontypes-title\";i:2461;s:14:\"protect-legend\";i:2462;s:14:\"protectcomment\";i:2463;s:13:\"protectexpiry\";i:2464;s:22:\"protect_expiry_invalid\";i:2465;s:18:\"protect_expiry_old\";i:2466;s:27:\"protect-unchain-permissions\";i:2467;s:12:\"protect-text\";i:2468;s:22:\"protect-locked-blocked\";i:2469;s:21:\"protect-locked-dblock\";i:2470;s:21:\"protect-locked-access\";i:2471;s:17:\"protect-cascadeon\";i:2472;s:15:\"protect-default\";i:2473;s:16:\"protect-fallback\";i:2474;s:27:\"protect-level-autoconfirmed\";i:2475;s:19:\"protect-level-sysop\";i:2476;s:20:\"protect-summary-desc\";i:2477;s:23:\"protect-summary-cascade\";i:2478;s:16:\"protect-expiring\";i:2479;s:22:\"protect-expiring-local\";i:2480;s:25:\"protect-expiry-indefinite\";i:2481;s:15:\"protect-cascade\";i:2482;s:16:\"protect-cantedit\";i:2483;s:17:\"protect-othertime\";i:2484;s:20:\"protect-othertime-op\";i:2485;s:23:\"protect-existing-expiry\";i:2486;s:32:\"protect-existing-expiry-infinity\";i:2487;s:19:\"protect-otherreason\";i:2488;s:22:\"protect-otherreason-op\";i:2489;s:16:\"protect-dropdown\";i:2490;s:23:\"protect-edit-reasonlist\";i:2491;s:22:\"protect-expiry-options\";i:2492;s:16:\"restriction-type\";i:2493;s:17:\"restriction-level\";i:2494;s:12:\"minimum-size\";i:2495;s:12:\"maximum-size\";i:2496;s:8:\"pagesize\";i:2497;s:16:\"restriction-edit\";i:2498;s:16:\"restriction-move\";i:2499;s:18:\"restriction-create\";i:2500;s:18:\"restriction-upload\";i:2501;s:17:\"restriction-blank\";i:2502;s:23:\"restriction-level-sysop\";i:2503;s:31:\"restriction-level-autoconfirmed\";i:2504;s:21:\"restriction-level-all\";i:2505;s:8:\"undelete\";i:2506;s:16:\"undelete-summary\";i:2507;s:12:\"undeletepage\";i:2508;s:17:\"undeletepagetitle\";i:2509;s:15:\"viewdeletedpage\";i:2510;s:23:\"skin-action-viewdeleted\";i:2511;s:16:\"undeletepagetext\";i:2512;s:23:\"undelete-fieldset-title\";i:2513;s:17:\"undeleteextrahelp\";i:2514;s:17:\"undeleterevisions\";i:2515;s:15:\"undeletehistory\";i:2516;s:14:\"undeleterevdel\";i:2517;s:22:\"undeletehistorynoadmin\";i:2518;s:17:\"undelete-revision\";i:2519;s:24:\"undeleterevision-missing\";i:2520;s:15:\"undelete-nodiff\";i:2521;s:11:\"undeletebtn\";i:2522;s:12:\"undeletelink\";i:2523;s:16:\"undeleteviewlink\";i:2524;s:21:\"undelete-undeletetalk\";i:2525;s:14:\"undeleteinvert\";i:2526;s:15:\"undeletecomment\";i:2527;s:20:\"undeleteothercomment\";i:2528;s:24:\"undeletecommentotherlist\";i:2529;s:25:\"undelete-comment-dropdown\";i:2530;s:36:\"undelete-comment-dropdown-unsuppress\";i:2531;s:25:\"undelete-edit-commentlist\";i:2532;s:36:\"undelete-edit-commentlist-unsuppress\";i:2533;s:14:\"cannotundelete\";i:2534;s:13:\"undeletedpage\";i:2535;s:15:\"undelete-header\";i:2536;s:21:\"undelete-search-title\";i:2537;s:19:\"undelete-search-box\";i:2538;s:22:\"undelete-search-prefix\";i:2539;s:20:\"undelete-search-full\";i:2540;s:22:\"undelete-search-submit\";i:2541;s:19:\"undelete-no-results\";i:2542;s:26:\"undelete-filename-mismatch\";i:2543;s:22:\"undelete-bad-store-key\";i:2544;s:22:\"undelete-cleanup-error\";i:2545;s:28:\"undelete-missing-filearchive\";i:2546;s:28:\"undelete-talk-summary-prefix\";i:2547;s:14:\"undelete-error\";i:2548;s:37:\"undelete-error-associated-alreadytalk\";i:2549;s:36:\"undelete-error-associated-notdeleted\";i:2550;s:26:\"undelete-show-file-confirm\";i:2551;s:25:\"undelete-show-file-submit\";i:2552;s:22:\"undelete-revision-row2\";i:2553;s:21:\"undelete-back-to-list\";i:2554;s:28:\"undelete-load-more-revisions\";i:2555;s:9:\"namespace\";i:2556;s:6:\"invert\";i:2557;s:14:\"tooltip-invert\";i:2558;s:28:\"tooltip-whatlinkshere-invert\";i:2559;s:21:\"namespace_association\";i:2560;s:29:\"tooltip-namespace_association\";i:2561;s:14:\"blanknamespace\";i:2562;s:13:\"contributions\";i:2563;s:23:\"tool-link-contributions\";i:2564;s:21:\"contributions-summary\";i:2565;s:19:\"contributions-title\";i:2566;s:58:\"contributions-title-for-ip-when-temporary-accounts-enabled\";i:2567;s:16:\"contribute-title\";i:2568;s:9:\"mycontris\";i:2569;s:12:\"anoncontribs\";i:2570;s:10:\"contribute\";i:2571;s:22:\"contributions-subtitle\";i:2572;s:24:\"contributions-edit-count\";i:2573;s:35:\"contributions-account-creation-date\";i:2574;s:30:\"contributions-userdoesnotexist\";i:2575;s:32:\"negative-namespace-not-supported\";i:2576;s:10:\"nocontribs\";i:2577;s:5:\"uctop\";i:2578;s:5:\"month\";i:2579;s:4:\"year\";i:2580;s:4:\"date\";i:2581;s:25:\"sp-contributions-blocklog\";i:2582;s:28:\"sp-contributions-suppresslog\";i:2583;s:24:\"sp-contributions-deleted\";i:2584;s:24:\"sp-contributions-uploads\";i:2585;s:21:\"sp-contributions-logs\";i:2586;s:21:\"sp-contributions-talk\";i:2587;s:27:\"sp-contributions-userrights\";i:2588;s:31:\"sp-contributions-blocked-notice\";i:2589;s:39:\"sp-contributions-blocked-notice-partial\";i:2590;s:36:\"sp-contributions-blocked-notice-anon\";i:2591;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:2592;s:23:\"sp-contributions-search\";i:2593;s:25:\"sp-contributions-username\";i:2594;s:24:\"sp-contributions-toponly\";i:2595;s:24:\"sp-contributions-newonly\";i:2596;s:26:\"sp-contributions-hideminor\";i:2597;s:23:\"sp-contributions-submit\";i:2598;s:23:\"sp-contributions-footer\";i:2599;s:28:\"sp-contributions-footer-anon\";i:2600;s:34:\"sp-contributions-footer-anon-range\";i:2601;s:27:\"sp-contributions-outofrange\";i:2602;s:33:\"sp-contributions-concurrency-user\";i:2603;s:31:\"sp-contributions-concurrency-ip\";i:2604;s:13:\"whatlinkshere\";i:2605;s:19:\"whatlinkshere-count\";i:2606;s:19:\"whatlinkshere-title\";i:2607;s:21:\"whatlinkshere-summary\";i:2608;s:18:\"whatlinkshere-page\";i:2609;s:9:\"linkshere\";i:2610;s:11:\"nolinkshere\";i:2611;s:18:\"nolinkshere-filter\";i:2612;s:14:\"nolinkshere-ns\";i:2613;s:10:\"isredirect\";i:2614;s:10:\"istemplate\";i:2615;s:7:\"isimage\";i:2616;s:18:\"whatlinkshere-prev\";i:2617;s:18:\"whatlinkshere-next\";i:2618;s:19:\"whatlinkshere-links\";i:2619;s:24:\"whatlinkshere-hideredirs\";i:2620;s:23:\"whatlinkshere-hidetrans\";i:2621;s:23:\"whatlinkshere-hidelinks\";i:2622;s:24:\"whatlinkshere-hideimages\";i:2623;s:26:\"whatlinkshere-sectionredir\";i:2624;s:20:\"whatlinkshere-submit\";i:2625;s:11:\"autoblockid\";i:2626;s:5:\"block\";i:2627;s:7:\"unblock\";i:2628;s:15:\"unblock-summary\";i:2629;s:13:\"changeblockip\";i:2630;s:7:\"blockip\";i:2631;s:11:\"blockiptext\";i:2632;s:19:\"ipaddressorusername\";i:2633;s:9:\"ipbreason\";i:2634;s:18:\"ipbreason-dropdown\";i:2635;s:13:\"ipb-hardblock\";i:2636;s:16:\"ipbcreateaccount\";i:2637;s:11:\"ipbemailban\";i:2638;s:18:\"ipbenableautoblock\";i:2639;s:9:\"ipbsubmit\";i:2640;s:8:\"ipbother\";i:2641;s:10:\"ipboptions\";i:2642;s:11:\"ipbhidename\";i:2643;s:12:\"ipbwatchuser\";i:2644;s:19:\"ipb-disableusertalk\";i:2645;s:16:\"ipb-change-block\";i:2646;s:11:\"ipb-confirm\";i:2647;s:12:\"ipb-sitewide\";i:2648;s:11:\"ipb-partial\";i:2649;s:17:\"ipb-sitewide-help\";i:2650;s:16:\"ipb-partial-help\";i:2651;s:17:\"ipb-action-create\";i:2652;s:15:\"ipb-action-move\";i:2653;s:17:\"ipb-action-upload\";i:2654;s:15:\"ipb-pages-label\";i:2655;s:20:\"ipb-namespaces-label\";i:2656;s:12:\"badipaddress\";i:2657;s:17:\"blockipsuccesssub\";i:2658;s:18:\"blockipsuccesstext\";i:2659;s:15:\"ipb-empty-block\";i:2660;s:19:\"ipb-block-not-found\";i:2661;s:16:\"ipb-blockingself\";i:2662;s:19:\"ipb-confirmhideuser\";i:2663;s:17:\"ipb-confirmaction\";i:2664;s:17:\"ipb-edit-dropdown\";i:2665;s:16:\"ipb-unblock-addr\";i:2666;s:11:\"ipb-unblock\";i:2667;s:13:\"ipb-blocklist\";i:2668;s:22:\"ipb-blocklist-contribs\";i:2669;s:27:\"ipb-blocklist-duration-left\";i:2670;s:13:\"block-actions\";i:2671;s:13:\"block-details\";i:2672;s:25:\"block-details-description\";i:2673;s:12:\"block-expiry\";i:2674;s:19:\"block-expiry-preset\";i:2675;s:31:\"block-expiry-preset-placeholder\";i:2676;s:19:\"block-expiry-custom\";i:2677;s:27:\"block-expiry-custom-minutes\";i:2678;s:25:\"block-expiry-custom-hours\";i:2679;s:24:\"block-expiry-custom-days\";i:2680;s:25:\"block-expiry-custom-weeks\";i:2681;s:26:\"block-expiry-custom-months\";i:2682;s:25:\"block-expiry-custom-years\";i:2683;s:21:\"block-expiry-datetime\";i:2684;s:13:\"block-options\";i:2685;s:25:\"block-options-description\";i:2686;s:12:\"block-reason\";i:2687;s:18:\"block-reason-other\";i:2688;s:13:\"block-success\";i:2689;s:16:\"block-user-label\";i:2690;s:24:\"block-user-active-blocks\";i:2691;s:26:\"block-user-previous-blocks\";i:2692;s:29:\"block-user-no-previous-blocks\";i:2693;s:26:\"block-user-no-reason-given\";i:2694;s:39:\"block-user-no-reason-given-aria-details\";i:2695;s:22:\"block-user-description\";i:2696;s:22:\"block-user-placeholder\";i:2697;s:12:\"block-target\";i:2698;s:24:\"block-target-placeholder\";i:2699;s:23:\"block-pages-placeholder\";i:2700;s:28:\"block-namespaces-placeholder\";i:2701;s:9:\"unblockip\";i:2702;s:13:\"unblockiptext\";i:2703;s:9:\"ipusubmit\";i:2704;s:9:\"unblocked\";i:2705;s:15:\"unblocked-range\";i:2706;s:12:\"unblocked-id\";i:2707;s:12:\"unblocked-ip\";i:2708;s:9:\"blocklist\";i:2709;s:13:\"autoblocklist\";i:2710;s:20:\"autoblocklist-submit\";i:2711;s:20:\"autoblocklist-legend\";i:2712;s:25:\"autoblocklist-localblocks\";i:2713;s:19:\"autoblocklist-empty\";i:2714;s:25:\"autoblocklist-otherblocks\";i:2715;s:11:\"ipblocklist\";i:2716;s:18:\"ipblocklist-legend\";i:2717;s:20:\"blocklist-autoblocks\";i:2718;s:20:\"blocklist-userblocks\";i:2719;s:20:\"blocklist-tempblocks\";i:2720;s:21:\"blocklist-indefblocks\";i:2721;s:23:\"blocklist-addressblocks\";i:2722;s:14:\"blocklist-type\";i:2723;s:21:\"blocklist-type-header\";i:2724;s:22:\"blocklist-type-opt-all\";i:2725;s:27:\"blocklist-type-opt-sitewide\";i:2726;s:26:\"blocklist-type-opt-partial\";i:2727;s:21:\"blocklist-rangeblocks\";i:2728;s:19:\"blocklist-timestamp\";i:2729;s:16:\"blocklist-target\";i:2730;s:16:\"blocklist-expiry\";i:2731;s:12:\"blocklist-by\";i:2732;s:16:\"blocklist-params\";i:2733;s:16:\"blocklist-reason\";i:2734;s:17:\"blocklist-summary\";i:2735;s:18:\"ipblocklist-submit\";i:2736;s:22:\"ipblocklist-localblock\";i:2737;s:23:\"ipblocklist-otherblocks\";i:2738;s:13:\"infiniteblock\";i:2739;s:13:\"anononlyblock\";i:2740;s:16:\"noautoblockblock\";i:2741;s:18:\"createaccountblock\";i:2742;s:10:\"emailblock\";i:2743;s:20:\"blocklist-nousertalk\";i:2744;s:17:\"blocklist-editing\";i:2745;s:26:\"blocklist-editing-sitewide\";i:2746;s:22:\"blocklist-editing-page\";i:2747;s:20:\"blocklist-editing-ns\";i:2748;s:24:\"blocklist-editing-action\";i:2749;s:17:\"ipblocklist-empty\";i:2750;s:22:\"ipblocklist-no-results\";i:2751;s:9:\"blocklink\";i:2752;s:11:\"unblocklink\";i:2753;s:16:\"change-blocklink\";i:2754;s:14:\"empty-username\";i:2755;s:28:\"blocklist-hidden-placeholder\";i:2756;s:22:\"blocklist-hidden-param\";i:2757;s:12:\"contribslink\";i:2758;s:9:\"emaillink\";i:2759;s:11:\"autoblocker\";i:2760;s:12:\"blocklogpage\";i:2761;s:16:\"blocklog-showlog\";i:2762;s:24:\"blocklog-showsuppresslog\";i:2763;s:18:\"unblocklog-showlog\";i:2764;s:26:\"unblocklog-showsuppresslog\";i:2765;s:13:\"blocklogentry\";i:2766;s:16:\"reblock-logentry\";i:2767;s:12:\"blocklogtext\";i:2768;s:15:\"unblocklogentry\";i:2769;s:24:\"block-log-flags-anononly\";i:2770;s:24:\"block-log-flags-nocreate\";i:2771;s:27:\"block-log-flags-noautoblock\";i:2772;s:23:\"block-log-flags-noemail\";i:2773;s:26:\"block-log-flags-nousertalk\";i:2774;s:31:\"block-log-flags-angry-autoblock\";i:2775;s:26:\"block-log-flags-hiddenname\";i:2776;s:20:\"range_block_disabled\";i:2777;s:26:\"ipb-prevent-user-talk-edit\";i:2778;s:18:\"ipb_expiry_invalid\";i:2779;s:14:\"ipb_expiry_old\";i:2780;s:15:\"ipb_expiry_temp\";i:2781;s:16:\"ipb_hide_invalid\";i:2782;s:16:\"ipb_hide_partial\";i:2783;s:19:\"ipb_already_blocked\";i:2784;s:15:\"ipb-needreblock\";i:2785;s:22:\"ipb-otherblocks-header\";i:2786;s:16:\"unblock-hideuser\";i:2787;s:16:\"ipb_cant_unblock\";i:2788;s:20:\"ipb_blocked_as_range\";i:2789;s:16:\"ip_range_invalid\";i:2790;s:17:\"ip_range_toolarge\";i:2791;s:17:\"ip_range_exceeded\";i:2792;s:15:\"ip_range_toolow\";i:2793;s:12:\"proxyblocker\";i:2794;s:16:\"proxyblockreason\";i:2795;s:5:\"sorbs\";i:2796;s:11:\"sorbsreason\";i:2797;s:27:\"sorbs_create_account_reason\";i:2798;s:21:\"softblockrangesreason\";i:2799;s:14:\"xffblockreason\";i:2800;s:20:\"cant-see-hidden-user\";i:2801;s:27:\"cant-block-nonexistent-page\";i:2802;s:10:\"ipbblocked\";i:2803;s:16:\"ipbnounblockself\";i:2804;s:18:\"ipb-default-expiry\";i:2805;s:21:\"ipb-default-expiry-ip\";i:2806;s:6:\"lockdb\";i:2807;s:8:\"unlockdb\";i:2808;s:10:\"lockdbtext\";i:2809;s:12:\"unlockdbtext\";i:2810;s:11:\"lockconfirm\";i:2811;s:13:\"unlockconfirm\";i:2812;s:7:\"lockbtn\";i:2813;s:9:\"unlockbtn\";i:2814;s:13:\"locknoconfirm\";i:2815;s:16:\"lockdbsuccesssub\";i:2816;s:18:\"unlockdbsuccesssub\";i:2817;s:17:\"lockdbsuccesstext\";i:2818;s:19:\"unlockdbsuccesstext\";i:2819;s:19:\"lockfilenotwritable\";i:2820;s:14:\"databaselocked\";i:2821;s:17:\"databasenotlocked\";i:2822;s:15:\"lockedbyandtime\";i:2823;s:9:\"move-page\";i:2824;s:16:\"movepage-summary\";i:2825;s:16:\"move-page-legend\";i:2826;s:12:\"movepagetext\";i:2827;s:28:\"movepagetext-noredirectfixer\";i:2828;s:30:\"movepagetext-noredirectsupport\";i:2829;s:16:\"movepagetalktext\";i:2830;s:20:\"moveuserpage-warning\";i:2831;s:24:\"movecategorypage-warning\";i:2832;s:15:\"movenologintext\";i:2833;s:14:\"movenotallowed\";i:2834;s:18:\"movenotallowedfile\";i:2835;s:19:\"cant-move-user-page\";i:2836;s:22:\"cant-move-to-user-page\";i:2837;s:23:\"cant-move-category-page\";i:2838;s:26:\"cant-move-to-category-page\";i:2839;s:18:\"cant-move-subpages\";i:2840;s:20:\"namespace-nosubpages\";i:2841;s:8:\"newtitle\";i:2842;s:10:\"move-watch\";i:2843;s:11:\"movepagebtn\";i:2844;s:12:\"pagemovedsub\";i:2845;s:10:\"cannotmove\";i:2846;s:14:\"movepage-moved\";i:2847;s:23:\"movepage-moved-redirect\";i:2848;s:25:\"movepage-moved-noredirect\";i:2849;s:21:\"movepage-delete-first\";i:2850;s:13:\"articleexists\";i:2851;s:14:\"redirectexists\";i:2852;s:23:\"cantmove-titleprotected\";i:2853;s:8:\"movetalk\";i:2854;s:13:\"move-subpages\";i:2855;s:18:\"move-talk-subpages\";i:2856;s:20:\"movepage-page-exists\";i:2857;s:28:\"movepage-source-doesnt-exist\";i:2858;s:19:\"movepage-page-moved\";i:2859;s:21:\"movepage-page-unmoved\";i:2860;s:18:\"movepage-max-pages\";i:2861;s:11:\"movelogpage\";i:2862;s:15:\"movelogpagetext\";i:2863;s:11:\"movesubpage\";i:2864;s:15:\"movesubpagetext\";i:2865;s:19:\"movesubpagetalktext\";i:2866;s:25:\"movesubpagetext-truncated\";i:2867;s:29:\"movesubpagetalktext-truncated\";i:2868;s:13:\"movenosubpage\";i:2869;s:10:\"movereason\";i:2870;s:15:\"moveotherreason\";i:2871;s:19:\"movereasonotherlist\";i:2872;s:24:\"movepage-reason-dropdown\";i:2873;s:24:\"movepage-edit-reasonlist\";i:2874;s:18:\"move-redirect-text\";i:2875;s:31:\"category-move-redirect-override\";i:2876;s:10:\"revertmove\";i:2877;s:18:\"revertmove-summary\";i:2878;s:20:\"delete_and_move_text\";i:2879;s:29:\"delete_redirect_and_move_text\";i:2880;s:23:\"delete_and_move_confirm\";i:2881;s:22:\"delete_and_move_reason\";i:2882;s:8:\"selfmove\";i:2883;s:25:\"immobile-source-namespace\";i:2884;s:28:\"immobile-source-namespace-iw\";i:2885;s:25:\"immobile-target-namespace\";i:2886;s:28:\"immobile-target-namespace-iw\";i:2887;s:20:\"immobile-source-page\";i:2888;s:20:\"immobile-target-page\";i:2889;s:29:\"movepage-invalid-target-title\";i:2890;s:16:\"bad-target-model\";i:2891;s:21:\"imagenocrossnamespace\";i:2892;s:27:\"nonfile-cannot-move-to-file\";i:2893;s:17:\"imagetypemismatch\";i:2894;s:20:\"imageinvalidfilename\";i:2895;s:20:\"fix-double-redirects\";i:2896;s:19:\"move-leave-redirect\";i:2897;s:24:\"protectedpagemovewarning\";i:2898;s:28:\"semiprotectedpagemovewarning\";i:2899;s:20:\"move-over-sharedrepo\";i:2900;s:22:\"file-exists-sharedrepo\";i:2901;s:6:\"export\";i:2902;s:14:\"export-summary\";i:2903;s:10:\"exporttext\";i:2904;s:9:\"exportall\";i:2905;s:13:\"exportcuronly\";i:2906;s:15:\"exportnohistory\";i:2907;s:17:\"exportlistauthors\";i:2908;s:13:\"export-submit\";i:2909;s:17:\"export-addcattext\";i:2910;s:13:\"export-addcat\";i:2911;s:16:\"export-addnstext\";i:2912;s:12:\"export-addns\";i:2913;s:15:\"export-download\";i:2914;s:16:\"export-templates\";i:2915;s:16:\"export-pagelinks\";i:2916;s:13:\"export-manual\";i:2917;s:11:\"allmessages\";i:2918;s:15:\"allmessagesname\";i:2919;s:18:\"allmessagesdefault\";i:2920;s:18:\"allmessagescurrent\";i:2921;s:15:\"allmessagestext\";i:2922;s:34:\"allmessages-not-supported-database\";i:2923;s:28:\"allmessages-unknown-language\";i:2924;s:25:\"allmessages-filter-legend\";i:2925;s:18:\"allmessages-filter\";i:2926;s:29:\"allmessages-filter-unmodified\";i:2927;s:22:\"allmessages-filter-all\";i:2928;s:27:\"allmessages-filter-modified\";i:2929;s:18:\"allmessages-prefix\";i:2930;s:20:\"allmessages-language\";i:2931;s:25:\"allmessages-filter-submit\";i:2932;s:28:\"allmessages-filter-translate\";i:2933;s:14:\"thumbnail-more\";i:2934;s:11:\"filemissing\";i:2935;s:15:\"thumbnail_error\";i:2936;s:22:\"thumbnail_error_remote\";i:2937;s:15:\"djvu_page_error\";i:2938;s:21:\"thumbnail-temp-create\";i:2939;s:21:\"thumbnail-dest-create\";i:2940;s:24:\"thumbnail_invalid_params\";i:2941;s:25:\"thumbnail_toobigimagearea\";i:2942;s:24:\"thumbnail_dest_directory\";i:2943;s:20:\"thumbnail_image-type\";i:2944;s:20:\"thumbnail_gd-library\";i:2945;s:25:\"thumbnail_image-size-zero\";i:2946;s:23:\"thumbnail_image-missing\";i:2947;s:29:\"thumbnail_image-failure-limit\";i:2948;s:6:\"import\";i:2949;s:14:\"import-summary\";i:2950;s:15:\"importinterwiki\";i:2951;s:21:\"import-interwiki-text\";i:2952;s:27:\"import-interwiki-sourcewiki\";i:2953;s:27:\"import-interwiki-sourcepage\";i:2954;s:24:\"import-interwiki-history\";i:2955;s:26:\"import-interwiki-templates\";i:2956;s:23:\"import-interwiki-submit\";i:2957;s:22:\"import-mapping-default\";i:2958;s:24:\"import-mapping-namespace\";i:2959;s:22:\"import-mapping-subpage\";i:2960;s:22:\"import-upload-filename\";i:2961;s:29:\"import-upload-username-prefix\";i:2962;s:25:\"import-assign-known-users\";i:2963;s:14:\"import-comment\";i:2964;s:10:\"importtext\";i:2965;s:11:\"importstart\";i:2966;s:21:\"import-revision-count\";i:2967;s:13:\"importnopages\";i:2968;s:20:\"imported-log-entries\";i:2969;s:12:\"importfailed\";i:2970;s:19:\"importunknownsource\";i:2971;s:14:\"importnoprefix\";i:2972;s:14:\"importcantopen\";i:2973;s:18:\"importbadinterwiki\";i:2974;s:13:\"importsuccess\";i:2975;s:15:\"importnosources\";i:2976;s:12:\"importnofile\";i:2977;s:21:\"importuploaderrorsize\";i:2978;s:24:\"importuploaderrorpartial\";i:2979;s:21:\"importuploaderrortemp\";i:2980;s:20:\"import-parse-failure\";i:2981;s:16:\"import-noarticle\";i:2982;s:21:\"import-nonewrevisions\";i:2983;s:16:\"xml-error-string\";i:2984;s:13:\"import-upload\";i:2985;s:21:\"import-token-mismatch\";i:2986;s:24:\"import-invalid-interwiki\";i:2987;s:17:\"import-error-edit\";i:2988;s:22:\"import-error-interwiki\";i:2989;s:20:\"import-error-special\";i:2990;s:20:\"import-error-invalid\";i:2991;s:24:\"import-error-unserialize\";i:2992;s:25:\"import-error-bad-location\";i:2993;s:20:\"import-options-wrong\";i:2994;s:23:\"import-rootpage-invalid\";i:2995;s:25:\"import-rootpage-nosubpage\";i:2996;s:13:\"importlogpage\";i:2997;s:17:\"importlogpagetext\";i:2998;s:22:\"import-logentry-upload\";i:2999;s:29:\"import-logentry-upload-detail\";i:3000;s:25:\"import-logentry-interwiki\";i:3001;s:32:\"import-logentry-interwiki-detail\";i:3002;s:14:\"javascripttest\";i:3003;s:21:\"accesskey-pt-userpage\";i:3004;s:25:\"accesskey-pt-anonuserpage\";i:3005;s:19:\"accesskey-pt-mytalk\";i:3006;s:21:\"accesskey-pt-anontalk\";i:3007;s:24:\"accesskey-pt-preferences\";i:3008;s:22:\"accesskey-pt-watchlist\";i:3009;s:22:\"accesskey-pt-mycontris\";i:3010;s:25:\"accesskey-pt-anoncontribs\";i:3011;s:18:\"accesskey-pt-login\";i:3012;s:26:\"accesskey-pt-login-private\";i:3013;s:19:\"accesskey-pt-logout\";i:3014;s:26:\"accesskey-pt-createaccount\";i:3015;s:17:\"accesskey-ca-view\";i:3016;s:17:\"accesskey-ca-talk\";i:3017;s:17:\"accesskey-ca-edit\";i:3018;s:23:\"accesskey-ca-edit-local\";i:3019;s:19:\"accesskey-ca-create\";i:3020;s:25:\"accesskey-ca-create-local\";i:3021;s:23:\"accesskey-ca-addsection\";i:3022;s:23:\"accesskey-ca-viewsource\";i:3023;s:20:\"accesskey-ca-history\";i:3024;s:20:\"accesskey-ca-protect\";i:3025;s:22:\"accesskey-ca-unprotect\";i:3026;s:19:\"accesskey-ca-delete\";i:3027;s:21:\"accesskey-ca-undelete\";i:3028;s:17:\"accesskey-ca-move\";i:3029;s:18:\"accesskey-ca-watch\";i:3030;s:20:\"accesskey-ca-unwatch\";i:3031;s:29:\"accesskey-ca-unwatch-expiring\";i:3032;s:35:\"accesskey-ca-unwatch-expiring-hours\";i:3033;s:16:\"accesskey-search\";i:3034;s:19:\"accesskey-search-go\";i:3035;s:25:\"accesskey-search-fulltext\";i:3036;s:16:\"accesskey-p-logo\";i:3037;s:26:\"accesskey-n-help-mediawiki\";i:3038;s:20:\"accesskey-n-mainpage\";i:3039;s:32:\"accesskey-n-mainpage-description\";i:3040;s:18:\"accesskey-n-portal\";i:3041;s:25:\"accesskey-n-currentevents\";i:3042;s:25:\"accesskey-n-recentchanges\";i:3043;s:22:\"accesskey-n-randompage\";i:3044;s:16:\"accesskey-n-help\";i:3045;s:25:\"accesskey-t-whatlinkshere\";i:3046;s:31:\"accesskey-t-recentchangeslinked\";i:3047;s:18:\"accesskey-feed-rss\";i:3048;s:19:\"accesskey-feed-atom\";i:3049;s:25:\"accesskey-t-contributions\";i:3050;s:21:\"accesskey-t-emailuser\";i:3051;s:16:\"accesskey-t-info\";i:3052;s:21:\"accesskey-t-permalink\";i:3053;s:17:\"accesskey-t-print\";i:3054;s:18:\"accesskey-t-upload\";i:3055;s:24:\"accesskey-t-specialpages\";i:3056;s:18:\"accesskey-ca-nstab\";i:3057;s:23:\"accesskey-ca-nstab-main\";i:3058;s:23:\"accesskey-ca-nstab-user\";i:3059;s:24:\"accesskey-ca-nstab-media\";i:3060;s:26:\"accesskey-ca-nstab-special\";i:3061;s:26:\"accesskey-ca-nstab-project\";i:3062;s:24:\"accesskey-ca-nstab-image\";i:3063;s:28:\"accesskey-ca-nstab-mediawiki\";i:3064;s:27:\"accesskey-ca-nstab-template\";i:3065;s:23:\"accesskey-ca-nstab-help\";i:3066;s:27:\"accesskey-ca-nstab-category\";i:3067;s:19:\"accesskey-minoredit\";i:3068;s:14:\"accesskey-save\";i:3069;s:17:\"accesskey-publish\";i:3070;s:17:\"accesskey-preview\";i:3071;s:14:\"accesskey-diff\";i:3072;s:33:\"accesskey-compareselectedversions\";i:3073;s:15:\"accesskey-watch\";i:3074;s:26:\"accesskey-watchlist-expiry\";i:3075;s:16:\"accesskey-upload\";i:3076;s:26:\"accesskey-preferences-save\";i:3077;s:17:\"accesskey-summary\";i:3078;s:24:\"accesskey-userrights-set\";i:3079;s:23:\"accesskey-blockip-block\";i:3080;s:16:\"accesskey-export\";i:3081;s:16:\"accesskey-import\";i:3082;s:37:\"accesskey-watchlistedit-normal-submit\";i:3083;s:34:\"accesskey-watchlistedit-raw-submit\";i:3084;s:19:\"tooltip-pt-userpage\";i:3085;s:23:\"tooltip-pt-anonuserpage\";i:3086;s:22:\"tooltip-pt-tmpuserpage\";i:3087;s:17:\"tooltip-pt-mytalk\";i:3088;s:19:\"tooltip-pt-anontalk\";i:3089;s:22:\"tooltip-pt-preferences\";i:3090;s:20:\"tooltip-pt-watchlist\";i:3091;s:20:\"tooltip-pt-mycontris\";i:3092;s:23:\"tooltip-pt-anoncontribs\";i:3093;s:16:\"tooltip-pt-login\";i:3094;s:24:\"tooltip-pt-login-private\";i:3095;s:17:\"tooltip-pt-logout\";i:3096;s:24:\"tooltip-pt-createaccount\";i:3097;s:15:\"tooltip-ca-view\";i:3098;s:15:\"tooltip-ca-talk\";i:3099;s:15:\"tooltip-ca-edit\";i:3100;s:21:\"tooltip-ca-edit-local\";i:3101;s:17:\"tooltip-ca-create\";i:3102;s:23:\"tooltip-ca-create-local\";i:3103;s:21:\"tooltip-ca-addsection\";i:3104;s:21:\"tooltip-ca-viewsource\";i:3105;s:18:\"tooltip-ca-history\";i:3106;s:18:\"tooltip-ca-protect\";i:3107;s:20:\"tooltip-ca-unprotect\";i:3108;s:17:\"tooltip-ca-delete\";i:3109;s:19:\"tooltip-ca-undelete\";i:3110;s:15:\"tooltip-ca-move\";i:3111;s:16:\"tooltip-ca-watch\";i:3112;s:18:\"tooltip-ca-unwatch\";i:3113;s:27:\"tooltip-ca-unwatch-expiring\";i:3114;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:3115;s:14:\"tooltip-search\";i:3116;s:17:\"tooltip-search-go\";i:3117;s:23:\"tooltip-search-fulltext\";i:3118;s:18:\"tooltip-p-cactions\";i:3119;s:14:\"tooltip-p-lang\";i:3120;s:14:\"tooltip-p-logo\";i:3121;s:20:\"tooltip-p-navigation\";i:3122;s:18:\"tooltip-p-personal\";i:3123;s:20:\"tooltip-p-namespaces\";i:3124;s:12:\"tooltip-p-tb\";i:3125;s:18:\"tooltip-p-variants\";i:3126;s:15:\"tooltip-p-views\";i:3127;s:36:\"tooltip-p-user-interface-preferences\";i:3128;s:19:\"tooltip-p-user-page\";i:3129;s:24:\"tooltip-n-help-mediawiki\";i:3130;s:18:\"tooltip-n-mainpage\";i:3131;s:30:\"tooltip-n-mainpage-description\";i:3132;s:16:\"tooltip-n-portal\";i:3133;s:23:\"tooltip-n-currentevents\";i:3134;s:23:\"tooltip-n-recentchanges\";i:3135;s:20:\"tooltip-n-randompage\";i:3136;s:14:\"tooltip-n-help\";i:3137;s:23:\"tooltip-t-whatlinkshere\";i:3138;s:29:\"tooltip-t-recentchangeslinked\";i:3139;s:16:\"tooltip-feed-rss\";i:3140;s:17:\"tooltip-feed-atom\";i:3141;s:23:\"tooltip-t-contributions\";i:3142;s:19:\"tooltip-t-emailuser\";i:3143;s:14:\"tooltip-t-info\";i:3144;s:16:\"tooltip-t-upload\";i:3145;s:22:\"tooltip-t-specialpages\";i:3146;s:15:\"tooltip-t-print\";i:3147;s:19:\"tooltip-t-permalink\";i:3148;s:16:\"tooltip-ca-nstab\";i:3149;s:21:\"tooltip-ca-nstab-main\";i:3150;s:21:\"tooltip-ca-nstab-user\";i:3151;s:22:\"tooltip-ca-nstab-media\";i:3152;s:24:\"tooltip-ca-nstab-special\";i:3153;s:24:\"tooltip-ca-nstab-project\";i:3154;s:22:\"tooltip-ca-nstab-image\";i:3155;s:26:\"tooltip-ca-nstab-mediawiki\";i:3156;s:25:\"tooltip-ca-nstab-template\";i:3157;s:21:\"tooltip-ca-nstab-help\";i:3158;s:25:\"tooltip-ca-nstab-category\";i:3159;s:17:\"tooltip-minoredit\";i:3160;s:12:\"tooltip-save\";i:3161;s:15:\"tooltip-publish\";i:3162;s:15:\"tooltip-preview\";i:3163;s:12:\"tooltip-diff\";i:3164;s:31:\"tooltip-compareselectedversions\";i:3165;s:13:\"tooltip-watch\";i:3166;s:24:\"tooltip-watchlist-expiry\";i:3167;s:35:\"tooltip-watchlistedit-normal-submit\";i:3168;s:32:\"tooltip-watchlistedit-raw-submit\";i:3169;s:16:\"tooltip-recreate\";i:3170;s:14:\"tooltip-upload\";i:3171;s:16:\"tooltip-rollback\";i:3172;s:12:\"tooltip-undo\";i:3173;s:15:\"tooltip-summary\";i:3174;s:24:\"interlanguage-link-title\";i:3175;s:33:\"interlanguage-link-title-langonly\";i:3176;s:32:\"interlanguage-link-title-nonlang\";i:3177;s:36:\"interlanguage-link-title-nonlangonly\";i:3178;s:10:\"common.css\";i:3179;s:9:\"print.css\";i:3180;s:12:\"noscript.css\";i:3181;s:23:\"group-autoconfirmed.css\";i:3182;s:14:\"group-user.css\";i:3183;s:14:\"group-temp.css\";i:3184;s:13:\"group-bot.css\";i:3185;s:15:\"group-sysop.css\";i:3186;s:20:\"group-bureaucrat.css\";i:3187;s:9:\"common.js\";i:3188;s:22:\"group-autoconfirmed.js\";i:3189;s:13:\"group-user.js\";i:3190;s:13:\"group-temp.js\";i:3191;s:12:\"group-bot.js\";i:3192;s:14:\"group-sysop.js\";i:3193;s:19:\"group-bureaucrat.js\";i:3194;s:9:\"anonymous\";i:3195;s:8:\"siteuser\";i:3196;s:8:\"anonuser\";i:3197;s:16:\"lastmodifiedatby\";i:3198;s:13:\"othercontribs\";i:3199;s:6:\"others\";i:3200;s:9:\"siteusers\";i:3201;s:9:\"anonusers\";i:3202;s:11:\"creditspage\";i:3203;s:9:\"nocredits\";i:3204;s:19:\"spamprotectiontitle\";i:3205;s:18:\"spamprotectiontext\";i:3206;s:19:\"spamprotectionmatch\";i:3207;s:16:\"spambot_username\";i:3208;s:14:\"spam_reverting\";i:3209;s:13:\"spam_blanking\";i:3210;s:13:\"spam_deleting\";i:3211;s:20:\"simpleantispam-label\";i:3212;s:15:\"pageinfo-header\";i:3213;s:14:\"pageinfo-title\";i:3214;s:20:\"pageinfo-not-current\";i:3215;s:21:\"pageinfo-header-basic\";i:3216;s:21:\"pageinfo-header-edits\";i:3217;s:28:\"pageinfo-header-restrictions\";i:3218;s:26:\"pageinfo-header-properties\";i:3219;s:22:\"pageinfo-display-title\";i:3220;s:21:\"pageinfo-default-sort\";i:3221;s:15:\"pageinfo-length\";i:3222;s:18:\"pageinfo-namespace\";i:3223;s:21:\"pageinfo-namespace-id\";i:3224;s:19:\"pageinfo-article-id\";i:3225;s:17:\"pageinfo-language\";i:3226;s:24:\"pageinfo-language-change\";i:3227;s:22:\"pageinfo-content-model\";i:3228;s:29:\"pageinfo-content-model-change\";i:3229;s:21:\"pageinfo-robot-policy\";i:3230;s:20:\"pageinfo-robot-index\";i:3231;s:22:\"pageinfo-robot-noindex\";i:3232;s:17:\"pageinfo-watchers\";i:3233;s:26:\"pageinfo-visiting-watchers\";i:3234;s:21:\"pageinfo-few-watchers\";i:3235;s:30:\"pageinfo-few-visiting-watchers\";i:3236;s:23:\"pageinfo-redirects-name\";i:3237;s:24:\"pageinfo-redirects-value\";i:3238;s:22:\"pageinfo-subpages-name\";i:3239;s:23:\"pageinfo-subpages-value\";i:3240;s:31:\"pageinfo-subpages-value-unknown\";i:3241;s:18:\"pageinfo-firstuser\";i:3242;s:18:\"pageinfo-firsttime\";i:3243;s:17:\"pageinfo-lastuser\";i:3244;s:17:\"pageinfo-lasttime\";i:3245;s:14:\"pageinfo-edits\";i:3246;s:16:\"pageinfo-authors\";i:3247;s:21:\"pageinfo-recent-edits\";i:3248;s:23:\"pageinfo-recent-authors\";i:3249;s:20:\"pageinfo-magic-words\";i:3250;s:26:\"pageinfo-hidden-categories\";i:3251;s:18:\"pageinfo-templates\";i:3252;s:22:\"pageinfo-transclusions\";i:3253;s:15:\"pageinfo-footer\";i:3254;s:20:\"pageinfo-toolboxlink\";i:3255;s:20:\"pageinfo-redirectsto\";i:3256;s:25:\"pageinfo-redirectsto-info\";i:3257;s:20:\"pageinfo-contentpage\";i:3258;s:24:\"pageinfo-contentpage-yes\";i:3259;s:26:\"pageinfo-protect-cascading\";i:3260;s:30:\"pageinfo-protect-cascading-yes\";i:3261;s:31:\"pageinfo-protect-cascading-from\";i:3262;s:22:\"pageinfo-category-info\";i:3263;s:23:\"pageinfo-category-total\";i:3264;s:23:\"pageinfo-category-pages\";i:3265;s:25:\"pageinfo-category-subcats\";i:3266;s:23:\"pageinfo-category-files\";i:3267;s:16:\"pageinfo-user-id\";i:3268;s:18:\"pageinfo-file-hash\";i:3269;s:25:\"pageinfo-view-protect-log\";i:3270;s:19:\"markaspatrolleddiff\";i:3271;s:19:\"markaspatrolledtext\";i:3272;s:24:\"markaspatrolledtext-file\";i:3273;s:17:\"markedaspatrolled\";i:3274;s:21:\"markedaspatrolledtext\";i:3275;s:16:\"rcpatroldisabled\";i:3276;s:20:\"rcpatroldisabledtext\";i:3277;s:22:\"markedaspatrollederror\";i:3278;s:26:\"markedaspatrollederrortext\";i:3279;s:35:\"markedaspatrollederror-noautopatrol\";i:3280;s:23:\"markedaspatrollednotify\";i:3281;s:15:\"patrol-log-page\";i:3282;s:17:\"patrol-log-header\";i:3283;s:28:\"confirm-markpatrolled-button\";i:3284;s:25:\"confirm-markpatrolled-top\";i:3285;s:15:\"deletedrevision\";i:3286;s:21:\"filedeleteerror-short\";i:3287;s:20:\"filedeleteerror-long\";i:3288;s:18:\"filedelete-missing\";i:3289;s:27:\"filedelete-old-unregistered\";i:3290;s:31:\"filedelete-current-unregistered\";i:3291;s:28:\"filedelete-archive-read-only\";i:3292;s:12:\"previousdiff\";i:3293;s:8:\"nextdiff\";i:3294;s:12:\"mediawarning\";i:3295;s:11:\"widthheight\";i:3296;s:15:\"widthheightpage\";i:3297;s:9:\"file-info\";i:3298;s:14:\"file-info-size\";i:3299;s:20:\"file-info-size-pages\";i:3300;s:12:\"file-nohires\";i:3301;s:13:\"svg-long-desc\";i:3302;s:22:\"svg-long-desc-animated\";i:3303;s:14:\"svg-long-error\";i:3304;s:14:\"show-big-image\";i:3305;s:22:\"show-big-image-preview\";i:3306;s:29:\"show-big-image-preview-differ\";i:3307;s:20:\"show-big-image-other\";i:3308;s:19:\"show-big-image-size\";i:3309;s:20:\"file-info-gif-looped\";i:3310;s:20:\"file-info-gif-frames\";i:3311;s:20:\"file-info-png-looped\";i:3312;s:20:\"file-info-png-repeat\";i:3313;s:20:\"file-info-png-frames\";i:3314;s:23:\"file-no-thumb-animation\";i:3315;s:27:\"file-no-thumb-animation-gif\";i:3316;s:9:\"newimages\";i:3317;s:13:\"newimagestext\";i:3318;s:13:\"imagelisttext\";i:3319;s:17:\"newimages-summary\";i:3320;s:16:\"newimages-legend\";i:3321;s:14:\"newimages-user\";i:3322;s:18:\"newimages-showbots\";i:3323;s:23:\"newimages-hidepatrolled\";i:3324;s:19:\"newimages-mediatype\";i:3325;s:8:\"noimages\";i:3326;s:24:\"gallery-slideshow-toggle\";i:3327;s:8:\"ilsubmit\";i:3328;s:6:\"bydate\";i:3329;s:21:\"sp-newimages-showfrom\";i:3330;s:10:\"video-dims\";i:3331;s:14:\"seconds-abbrev\";i:3332;s:14:\"minutes-abbrev\";i:3333;s:12:\"hours-abbrev\";i:3334;s:11:\"days-abbrev\";i:3335;s:7:\"seconds\";i:3336;s:7:\"minutes\";i:3337;s:5:\"hours\";i:3338;s:4:\"days\";i:3339;s:5:\"weeks\";i:3340;s:6:\"months\";i:3341;s:5:\"years\";i:3342;s:3:\"ago\";i:3343;s:8:\"just-now\";i:3344;s:9:\"hours-ago\";i:3345;s:11:\"minutes-ago\";i:3346;s:11:\"seconds-ago\";i:3347;s:9:\"monday-at\";i:3348;s:10:\"tuesday-at\";i:3349;s:12:\"wednesday-at\";i:3350;s:11:\"thursday-at\";i:3351;s:9:\"friday-at\";i:3352;s:11:\"saturday-at\";i:3353;s:9:\"sunday-at\";i:3354;s:8:\"today-at\";i:3355;s:12:\"yesterday-at\";i:3356;s:14:\"bad_image_list\";i:3357;s:15:\"variantname-crh\";i:3358;s:20:\"variantname-crh-latn\";i:3359;s:20:\"variantname-crh-cyrl\";i:3360;s:15:\"variantname-gan\";i:3361;s:20:\"variantname-gan-hans\";i:3362;s:20:\"variantname-gan-hant\";i:3363;s:14:\"variantname-iu\";i:3364;s:20:\"variantname-ike-cans\";i:3365;s:20:\"variantname-ike-latn\";i:3366;s:14:\"variantname-kk\";i:3367;s:19:\"variantname-kk-cyrl\";i:3368;s:19:\"variantname-kk-latn\";i:3369;s:19:\"variantname-kk-arab\";i:3370;s:17:\"variantname-kk-kz\";i:3371;s:17:\"variantname-kk-tr\";i:3372;s:17:\"variantname-kk-cn\";i:3373;s:14:\"variantname-ku\";i:3374;s:19:\"variantname-ku-arab\";i:3375;s:19:\"variantname-ku-latn\";i:3376;s:20:\"variantname-mni-beng\";i:3377;s:14:\"variantname-sh\";i:3378;s:19:\"variantname-sh-latn\";i:3379;s:19:\"variantname-sh-cyrl\";i:3380;s:15:\"variantname-shi\";i:3381;s:20:\"variantname-shi-tfng\";i:3382;s:20:\"variantname-shi-latn\";i:3383;s:14:\"variantname-sr\";i:3384;s:19:\"variantname-sr-cyrl\";i:3385;s:19:\"variantname-sr-latn\";i:3386;s:17:\"variantname-sr-ec\";i:3387;s:17:\"variantname-sr-el\";i:3388;s:14:\"variantname-tg\";i:3389;s:19:\"variantname-tg-cyrl\";i:3390;s:19:\"variantname-tg-latn\";i:3391;s:15:\"variantname-tly\";i:3392;s:20:\"variantname-tly-cyrl\";i:3393;s:14:\"variantname-uz\";i:3394;s:19:\"variantname-uz-latn\";i:3395;s:19:\"variantname-uz-cyrl\";i:3396;s:15:\"variantname-wuu\";i:3397;s:20:\"variantname-wuu-hans\";i:3398;s:20:\"variantname-wuu-hant\";i:3399;s:20:\"variantname-yue-hant\";i:3400;s:20:\"variantname-yue-hans\";i:3401;s:15:\"variantname-zgh\";i:3402;s:20:\"variantname-zgh-latn\";i:3403;s:14:\"variantname-zh\";i:3404;s:19:\"variantname-zh-hans\";i:3405;s:19:\"variantname-zh-hant\";i:3406;s:17:\"variantname-zh-cn\";i:3407;s:17:\"variantname-zh-hk\";i:3408;s:17:\"variantname-zh-mo\";i:3409;s:17:\"variantname-zh-my\";i:3410;s:17:\"variantname-zh-sg\";i:3411;s:17:\"variantname-zh-tw\";i:3412;s:8:\"metadata\";i:3413;s:13:\"metadata-help\";i:3414;s:15:\"metadata-expand\";i:3415;s:17:\"metadata-collapse\";i:3416;s:15:\"metadata-fields\";i:3417;s:17:\"metadata-langitem\";i:3418;s:25:\"metadata-langitem-default\";i:3419;s:13:\"namespacesall\";i:3420;s:9:\"monthsall\";i:3421;s:12:\"confirmemail\";i:3422;s:20:\"confirmemail_noemail\";i:3423;s:17:\"confirmemail_text\";i:3424;s:20:\"confirmemail_pending\";i:3425;s:17:\"confirmemail_send\";i:3426;s:17:\"confirmemail_sent\";i:3427;s:21:\"confirmemail_oncreate\";i:3428;s:23:\"confirmemail_sendfailed\";i:3429;s:20:\"confirmemail_invalid\";i:3430;s:27:\"confirmemail_invalid_format\";i:3431;s:22:\"confirmemail_needlogin\";i:3432;s:20:\"confirmemail_success\";i:3433;s:21:\"confirmemail_loggedin\";i:3434;s:20:\"confirmemail_subject\";i:3435;s:17:\"confirmemail_body\";i:3436;s:25:\"confirmemail_body_changed\";i:3437;s:21:\"confirmemail_body_set\";i:3438;s:24:\"confirmemail_invalidated\";i:3439;s:15:\"invalidateemail\";i:3440;s:33:\"notificationemail_subject_changed\";i:3441;s:33:\"notificationemail_subject_removed\";i:3442;s:30:\"notificationemail_body_changed\";i:3443;s:30:\"notificationemail_body_removed\";i:3444;s:23:\"scarytranscludedisabled\";i:3445;s:21:\"scarytranscludefailed\";i:3446;s:32:\"scarytranscludefailed-httpstatus\";i:3447;s:22:\"scarytranscludetoolong\";i:3448;s:19:\"deletedwhileediting\";i:3449;s:19:\"editedwhiledeleting\";i:3450;s:15:\"confirmrecreate\";i:3451;s:24:\"confirmrecreate-noreason\";i:3452;s:8:\"recreate\";i:3453;s:10:\"unit-pixel\";i:3454;s:19:\"confirm-purge-title\";i:3455;s:20:\"confirm_purge_button\";i:3456;s:17:\"confirm-purge-top\";i:3457;s:20:\"confirm-purge-bottom\";i:3458;s:20:\"confirm-watch-button\";i:3459;s:17:\"confirm-watch-top\";i:3460;s:19:\"confirm-watch-label\";i:3461;s:24:\"watchlist-expiry-options\";i:3462;s:31:\"watchlist-expires-in-aria-label\";i:3463;s:27:\"confirm-watch-button-expiry\";i:3464;s:22:\"confirm-unwatch-button\";i:3465;s:19:\"confirm-unwatch-top\";i:3466;s:23:\"confirm-rollback-button\";i:3467;s:20:\"confirm-rollback-top\";i:3468;s:23:\"confirm-rollback-bottom\";i:3469;s:24:\"confirm-mcrrestore-title\";i:3470;s:21:\"confirm-mcrundo-title\";i:3471;s:13:\"mcrundofailed\";i:3472;s:20:\"mcrundo-missingparam\";i:3473;s:15:\"mcrundo-changed\";i:3474;s:20:\"mcrundo-parse-failed\";i:3475;s:19:\"semicolon-separator\";i:3476;s:15:\"comma-separator\";i:3477;s:15:\"colon-separator\";i:3478;s:18:\"autocomment-prefix\";i:3479;s:14:\"pipe-separator\";i:3480;s:14:\"word-separator\";i:3481;s:8:\"ellipsis\";i:3482;s:7:\"percent\";i:3483;s:11:\"parentheses\";i:3484;s:17:\"parentheses-start\";i:3485;s:15:\"parentheses-end\";i:3486;s:8:\"brackets\";i:3487;s:14:\"brackets-start\";i:3488;s:12:\"brackets-end\";i:3489;s:15:\"quotation-marks\";i:3490;s:13:\"formatnum-nan\";i:3491;s:16:\"imgmultipageprev\";i:3492;s:16:\"imgmultipagenext\";i:3493;s:10:\"imgmultigo\";i:3494;s:12:\"imgmultigoto\";i:3495;s:12:\"img-lang-opt\";i:3496;s:16:\"img-lang-default\";i:3497;s:13:\"img-lang-info\";i:3498;s:11:\"img-lang-go\";i:3499;s:16:\"table_pager_next\";i:3500;s:16:\"table_pager_prev\";i:3501;s:17:\"table_pager_first\";i:3502;s:16:\"table_pager_last\";i:3503;s:17:\"table_pager_limit\";i:3504;s:23:\"table_pager_limit_label\";i:3505;s:24:\"table_pager_limit_submit\";i:3506;s:17:\"table_pager_empty\";i:3507;s:14:\"autosumm-blank\";i:3508;s:16:\"autosumm-replace\";i:3509;s:16:\"autoredircomment\";i:3510;s:25:\"autosumm-removed-redirect\";i:3511;s:32:\"autosumm-changed-redirect-target\";i:3512;s:12:\"autosumm-new\";i:3513;s:17:\"autosumm-newblank\";i:3514;s:29:\"block-autoblock-exemptionlist\";i:3515;s:10:\"size-bytes\";i:3516;s:14:\"size-kilobytes\";i:3517;s:14:\"size-megabytes\";i:3518;s:14:\"size-gigabytes\";i:3519;s:14:\"size-terabytes\";i:3520;s:14:\"size-petabytes\";i:3521;s:13:\"size-exabytes\";i:3522;s:15:\"size-zettabytes\";i:3523;s:15:\"size-yottabytes\";i:3524;s:15:\"size-ronnabytes\";i:3525;s:16:\"size-quettabytes\";i:3526;s:10:\"size-pixel\";i:3527;s:14:\"size-kilopixel\";i:3528;s:14:\"size-megapixel\";i:3529;s:14:\"size-gigapixel\";i:3530;s:14:\"size-terapixel\";i:3531;s:14:\"size-petapixel\";i:3532;s:13:\"size-exapixel\";i:3533;s:15:\"size-zettapixel\";i:3534;s:15:\"size-yottapixel\";i:3535;s:15:\"size-ronnapixel\";i:3536;s:16:\"size-quettapixel\";i:3537;s:12:\"bitrate-bits\";i:3538;s:16:\"bitrate-kilobits\";i:3539;s:16:\"bitrate-megabits\";i:3540;s:16:\"bitrate-gigabits\";i:3541;s:16:\"bitrate-terabits\";i:3542;s:16:\"bitrate-petabits\";i:3543;s:15:\"bitrate-exabits\";i:3544;s:17:\"bitrate-zettabits\";i:3545;s:17:\"bitrate-yottabits\";i:3546;s:17:\"bitrate-ronnabits\";i:3547;s:18:\"bitrate-quettabits\";i:3548;s:15:\"lag-warn-normal\";i:3549;s:13:\"lag-warn-high\";i:3550;s:21:\"editwatchlist-summary\";i:3551;s:26:\"watchlistedit-normal-title\";i:3552;s:27:\"watchlistedit-normal-legend\";i:3553;s:28:\"watchlistedit-normal-explain\";i:3554;s:27:\"watchlistedit-normal-submit\";i:3555;s:30:\"watchlistedit-normal-check-all\";i:3556;s:25:\"watchlistedit-normal-done\";i:3557;s:23:\"watchlistedit-raw-title\";i:3558;s:24:\"watchlistedit-raw-legend\";i:3559;s:25:\"watchlistedit-raw-explain\";i:3560;s:24:\"watchlistedit-raw-titles\";i:3561;s:24:\"watchlistedit-raw-submit\";i:3562;s:22:\"watchlistedit-raw-done\";i:3563;s:23:\"watchlistedit-raw-added\";i:3564;s:25:\"watchlistedit-raw-removed\";i:3565;s:25:\"watchlistedit-clear-title\";i:3566;s:26:\"watchlistedit-clear-legend\";i:3567;s:27:\"watchlistedit-clear-explain\";i:3568;s:26:\"watchlistedit-clear-titles\";i:3569;s:26:\"watchlistedit-clear-submit\";i:3570;s:24:\"watchlistedit-clear-done\";i:3571;s:28:\"watchlistedit-clear-jobqueue\";i:3572;s:27:\"watchlistedit-clear-removed\";i:3573;s:22:\"watchlistedit-too-many\";i:3574;s:20:\"watchlisttools-clear\";i:3575;s:19:\"watchlisttools-view\";i:3576;s:19:\"watchlisttools-edit\";i:3577;s:18:\"watchlisttools-raw\";i:3578;s:19:\"iranian-calendar-m1\";i:3579;s:19:\"iranian-calendar-m2\";i:3580;s:19:\"iranian-calendar-m3\";i:3581;s:19:\"iranian-calendar-m4\";i:3582;s:19:\"iranian-calendar-m5\";i:3583;s:19:\"iranian-calendar-m6\";i:3584;s:19:\"iranian-calendar-m7\";i:3585;s:19:\"iranian-calendar-m8\";i:3586;s:19:\"iranian-calendar-m9\";i:3587;s:20:\"iranian-calendar-m10\";i:3588;s:20:\"iranian-calendar-m11\";i:3589;s:20:\"iranian-calendar-m12\";i:3590;s:17:\"hijri-calendar-m1\";i:3591;s:17:\"hijri-calendar-m2\";i:3592;s:17:\"hijri-calendar-m3\";i:3593;s:17:\"hijri-calendar-m4\";i:3594;s:17:\"hijri-calendar-m5\";i:3595;s:17:\"hijri-calendar-m6\";i:3596;s:17:\"hijri-calendar-m7\";i:3597;s:17:\"hijri-calendar-m8\";i:3598;s:17:\"hijri-calendar-m9\";i:3599;s:18:\"hijri-calendar-m10\";i:3600;s:18:\"hijri-calendar-m11\";i:3601;s:18:\"hijri-calendar-m12\";i:3602;s:18:\"hebrew-calendar-m1\";i:3603;s:18:\"hebrew-calendar-m2\";i:3604;s:18:\"hebrew-calendar-m3\";i:3605;s:18:\"hebrew-calendar-m4\";i:3606;s:18:\"hebrew-calendar-m5\";i:3607;s:18:\"hebrew-calendar-m6\";i:3608;s:19:\"hebrew-calendar-m6a\";i:3609;s:19:\"hebrew-calendar-m6b\";i:3610;s:18:\"hebrew-calendar-m7\";i:3611;s:18:\"hebrew-calendar-m8\";i:3612;s:18:\"hebrew-calendar-m9\";i:3613;s:19:\"hebrew-calendar-m10\";i:3614;s:19:\"hebrew-calendar-m11\";i:3615;s:19:\"hebrew-calendar-m12\";i:3616;s:22:\"hebrew-calendar-m1-gen\";i:3617;s:22:\"hebrew-calendar-m2-gen\";i:3618;s:22:\"hebrew-calendar-m3-gen\";i:3619;s:22:\"hebrew-calendar-m4-gen\";i:3620;s:22:\"hebrew-calendar-m5-gen\";i:3621;s:22:\"hebrew-calendar-m6-gen\";i:3622;s:23:\"hebrew-calendar-m6a-gen\";i:3623;s:23:\"hebrew-calendar-m6b-gen\";i:3624;s:22:\"hebrew-calendar-m7-gen\";i:3625;s:22:\"hebrew-calendar-m8-gen\";i:3626;s:22:\"hebrew-calendar-m9-gen\";i:3627;s:23:\"hebrew-calendar-m10-gen\";i:3628;s:23:\"hebrew-calendar-m11-gen\";i:3629;s:23:\"hebrew-calendar-m12-gen\";i:3630;s:9:\"signature\";i:3631;s:14:\"signature-anon\";i:3632;s:14:\"signature-temp\";i:3633;s:22:\"userlink-with-contribs\";i:3634;s:12:\"timezone-utc\";i:3635;s:14:\"timezone-local\";i:3636;s:21:\"duplicate-defaultsort\";i:3637;s:22:\"duplicate-displaytitle\";i:3638;s:23:\"restricted-displaytitle\";i:3639;s:22:\"invalid-indicator-name\";i:3640;s:25:\"invalid-langconvert-attrs\";i:3641;s:7:\"version\";i:3642;s:15:\"version-summary\";i:3643;s:18:\"version-extensions\";i:3644;s:25:\"version-extensions-no-ext\";i:3645;s:13:\"version-skins\";i:3646;s:21:\"version-skins-no-skin\";i:3647;s:20:\"version-specialpages\";i:3648;s:19:\"version-parserhooks\";i:3649;s:17:\"version-variables\";i:3650;s:15:\"version-editors\";i:3651;s:16:\"version-antispam\";i:3652;s:11:\"version-api\";i:3653;s:13:\"version-other\";i:3654;s:21:\"version-mediahandlers\";i:3655;s:13:\"version-hooks\";i:3656;s:28:\"version-parser-extensiontags\";i:3657;s:29:\"version-parser-function-hooks\";i:3658;s:17:\"version-hook-name\";i:3659;s:25:\"version-hook-subscribedby\";i:3660;s:15:\"version-version\";i:3661;s:19:\"version-no-ext-name\";i:3662;s:15:\"version-license\";i:3663;s:19:\"version-ext-license\";i:3664;s:26:\"version-ext-colheader-name\";i:3665;s:27:\"version-skin-colheader-name\";i:3666;s:29:\"version-ext-colheader-version\";i:3667;s:29:\"version-ext-colheader-license\";i:3668;s:33:\"version-ext-colheader-description\";i:3669;s:29:\"version-ext-colheader-credits\";i:3670;s:21:\"version-license-title\";i:3671;s:25:\"version-license-not-found\";i:3672;s:21:\"version-credits-title\";i:3673;s:25:\"version-credits-not-found\";i:3674;s:25:\"version-poweredby-credits\";i:3675;s:24:\"version-poweredby-others\";i:3676;s:29:\"version-poweredby-translators\";i:3677;s:25:\"version-poweredby-various\";i:3678;s:23:\"version-credits-summary\";i:3679;s:20:\"version-license-info\";i:3680;s:16:\"version-software\";i:3681;s:24:\"version-software-product\";i:3682;s:24:\"version-software-version\";i:3683;s:20:\"version-db-mysql-url\";i:3684;s:22:\"version-db-mariadb-url\";i:3685;s:22:\"version-db-percona-url\";i:3686;s:23:\"version-db-postgres-url\";i:3687;s:21:\"version-db-sqlite-url\";i:3688;s:19:\"version-entrypoints\";i:3689;s:37:\"version-entrypoints-header-entrypoint\";i:3690;s:30:\"version-entrypoints-header-url\";i:3691;s:31:\"version-entrypoints-articlepath\";i:3692;s:30:\"version-entrypoints-scriptpath\";i:3693;s:29:\"version-entrypoints-index-php\";i:3694;s:27:\"version-entrypoints-api-php\";i:3695;s:28:\"version-entrypoints-rest-php\";i:3696;s:17:\"version-libraries\";i:3697;s:24:\"version-libraries-server\";i:3698;s:24:\"version-libraries-client\";i:3699;s:25:\"version-libraries-library\";i:3700;s:25:\"version-libraries-version\";i:3701;s:25:\"version-libraries-license\";i:3702;s:29:\"version-libraries-description\";i:3703;s:25:\"version-libraries-authors\";i:3704;s:24:\"version-libraries-source\";i:3705;s:8:\"redirect\";i:3706;s:13:\"redirect-text\";i:3707;s:16:\"redirect-summary\";i:3708;s:15:\"redirect-submit\";i:3709;s:15:\"redirect-lookup\";i:3710;s:14:\"redirect-value\";i:3711;s:13:\"redirect-user\";i:3712;s:13:\"redirect-page\";i:3713;s:17:\"redirect-revision\";i:3714;s:13:\"redirect-file\";i:3715;s:14:\"redirect-logid\";i:3716;s:19:\"redirect-not-exists\";i:3717;s:20:\"redirect-not-numeric\";i:3718;s:19:\"fileduplicatesearch\";i:3719;s:27:\"fileduplicatesearch-summary\";i:3720;s:28:\"fileduplicatesearch-filename\";i:3721;s:26:\"fileduplicatesearch-submit\";i:3722;s:24:\"fileduplicatesearch-info\";i:3723;s:28:\"fileduplicatesearch-result-1\";i:3724;s:28:\"fileduplicatesearch-result-n\";i:3725;s:29:\"fileduplicatesearch-noresults\";i:3726;s:16:\"special-talkpage\";i:3727;s:23:\"special-talkpage-target\";i:3728;s:23:\"special-talkpage-submit\";i:3729;s:12:\"specialpages\";i:3730;s:20:\"specialpages-summary\";i:3731;s:21:\"specialpages-note-top\";i:3732;s:28:\"specialpages-note-restricted\";i:3733;s:24:\"specialpages-note-cached\";i:3734;s:30:\"specialpages-group-maintenance\";i:3735;s:24:\"specialpages-group-other\";i:3736;s:24:\"specialpages-group-login\";i:3737;s:26:\"specialpages-group-changes\";i:3738;s:24:\"specialpages-group-media\";i:3739;s:24:\"specialpages-group-users\";i:3740;s:26:\"specialpages-group-highuse\";i:3741;s:24:\"specialpages-group-pages\";i:3742;s:28:\"specialpages-group-pagetools\";i:3743;s:23:\"specialpages-group-wiki\";i:3744;s:28:\"specialpages-group-redirects\";i:3745;s:23:\"specialpages-group-spam\";i:3746;s:28:\"specialpages-group-developer\";i:3747;s:9:\"blankpage\";i:3748;s:22:\"intentionallyblankpage\";i:3749;s:28:\"disabledspecialpage-disabled\";i:3750;s:24:\"external_image_whitelist\";i:3751;s:4:\"tags\";i:3752;s:12:\"tags-summary\";i:3753;s:10:\"tag-filter\";i:3754;s:17:\"tag-filter-submit\";i:3755;s:10:\"tag-hidden\";i:3756;s:16:\"tag-list-wrapper\";i:3757;s:25:\"tag-mw-contentmodelchange\";i:3758;s:37:\"tag-mw-contentmodelchange-description\";i:3759;s:34:\"tag-mw-contentmodelchange-helppage\";i:3760;s:19:\"tag-mw-new-redirect\";i:3761;s:31:\"tag-mw-new-redirect-description\";i:3762;s:23:\"tag-mw-removed-redirect\";i:3763;s:35:\"tag-mw-removed-redirect-description\";i:3764;s:30:\"tag-mw-changed-redirect-target\";i:3765;s:42:\"tag-mw-changed-redirect-target-description\";i:3766;s:12:\"tag-mw-blank\";i:3767;s:24:\"tag-mw-blank-description\";i:3768;s:14:\"tag-mw-replace\";i:3769;s:26:\"tag-mw-replace-description\";i:3770;s:15:\"tag-mw-rollback\";i:3771;s:27:\"tag-mw-rollback-description\";i:3772;s:11:\"tag-mw-undo\";i:3773;s:23:\"tag-mw-undo-description\";i:3774;s:20:\"tag-mw-manual-revert\";i:3775;s:32:\"tag-mw-manual-revert-description\";i:3776;s:15:\"tag-mw-reverted\";i:3777;s:27:\"tag-mw-reverted-description\";i:3778;s:25:\"tag-mw-server-side-upload\";i:3779;s:37:\"tag-mw-server-side-upload-description\";i:3780;s:10:\"tags-title\";i:3781;s:10:\"tags-intro\";i:3782;s:8:\"tags-tag\";i:3783;s:19:\"tags-display-header\";i:3784;s:23:\"tags-description-header\";i:3785;s:18:\"tags-source-header\";i:3786;s:18:\"tags-active-header\";i:3787;s:20:\"tags-hitcount-header\";i:3788;s:19:\"tags-actions-header\";i:3789;s:15:\"tags-active-yes\";i:3790;s:14:\"tags-active-no\";i:3791;s:20:\"tags-source-software\";i:3792;s:21:\"tags-source-extension\";i:3793;s:18:\"tags-source-manual\";i:3794;s:16:\"tags-source-none\";i:3795;s:11:\"tags-hidden\";i:3796;s:9:\"tags-edit\";i:3797;s:18:\"tags-helppage-edit\";i:3798;s:11:\"tags-delete\";i:3799;s:13:\"tags-activate\";i:3800;s:15:\"tags-deactivate\";i:3801;s:13:\"tags-hitcount\";i:3802;s:25:\"tags-manage-no-permission\";i:3803;s:19:\"tags-manage-blocked\";i:3804;s:19:\"tags-create-heading\";i:3805;s:23:\"tags-create-explanation\";i:3806;s:20:\"tags-create-tag-name\";i:3807;s:18:\"tags-create-reason\";i:3808;s:18:\"tags-create-submit\";i:3809;s:19:\"tags-create-no-name\";i:3810;s:25:\"tags-create-invalid-chars\";i:3811;s:31:\"tags-create-invalid-title-chars\";i:3812;s:26:\"tags-create-already-exists\";i:3813;s:26:\"tags-create-warnings-above\";i:3814;s:26:\"tags-create-warnings-below\";i:3815;s:17:\"tags-delete-title\";i:3816;s:31:\"tags-delete-explanation-initial\";i:3817;s:30:\"tags-delete-explanation-in-use\";i:3818;s:31:\"tags-delete-explanation-warning\";i:3819;s:30:\"tags-delete-explanation-active\";i:3820;s:18:\"tags-delete-reason\";i:3821;s:18:\"tags-delete-submit\";i:3822;s:23:\"tags-delete-not-allowed\";i:3823;s:21:\"tags-delete-not-found\";i:3824;s:25:\"tags-delete-too-many-uses\";i:3825;s:33:\"tags-delete-warnings-after-delete\";i:3826;s:25:\"tags-delete-no-permission\";i:3827;s:19:\"tags-activate-title\";i:3828;s:22:\"tags-activate-question\";i:3829;s:20:\"tags-activate-reason\";i:3830;s:25:\"tags-activate-not-allowed\";i:3831;s:23:\"tags-activate-not-found\";i:3832;s:20:\"tags-activate-submit\";i:3833;s:21:\"tags-deactivate-title\";i:3834;s:24:\"tags-deactivate-question\";i:3835;s:22:\"tags-deactivate-reason\";i:3836;s:27:\"tags-deactivate-not-allowed\";i:3837;s:22:\"tags-deactivate-submit\";i:3838;s:24:\"tags-apply-no-permission\";i:3839;s:18:\"tags-apply-blocked\";i:3840;s:26:\"tags-apply-not-allowed-one\";i:3841;s:28:\"tags-apply-not-allowed-multi\";i:3842;s:25:\"tags-update-no-permission\";i:3843;s:19:\"tags-update-blocked\";i:3844;s:31:\"tags-update-add-not-allowed-one\";i:3845;s:33:\"tags-update-add-not-allowed-multi\";i:3846;s:34:\"tags-update-remove-not-allowed-one\";i:3847;s:36:\"tags-update-remove-not-allowed-multi\";i:3848;s:15:\"tags-edit-title\";i:3849;s:21:\"tags-edit-manage-link\";i:3850;s:27:\"tags-edit-revision-selected\";i:3851;s:27:\"tags-edit-logentry-selected\";i:3852;s:30:\"tags-edit-revision-explanation\";i:3853;s:30:\"tags-edit-logentry-explanation\";i:3854;s:25:\"tags-edit-revision-legend\";i:3855;s:25:\"tags-edit-logentry-legend\";i:3856;s:23:\"tags-edit-existing-tags\";i:3857;s:28:\"tags-edit-existing-tags-none\";i:3858;s:18:\"tags-edit-new-tags\";i:3859;s:13:\"tags-edit-add\";i:3860;s:16:\"tags-edit-remove\";i:3861;s:25:\"tags-edit-remove-all-tags\";i:3862;s:28:\"tags-edit-chosen-placeholder\";i:3863;s:27:\"tags-edit-chosen-no-results\";i:3864;s:16:\"tags-edit-reason\";i:3865;s:25:\"tags-edit-revision-submit\";i:3866;s:25:\"tags-edit-logentry-submit\";i:3867;s:17:\"tags-edit-success\";i:3868;s:17:\"tags-edit-failure\";i:3869;s:23:\"tags-edit-nooldid-title\";i:3870;s:22:\"tags-edit-nooldid-text\";i:3871;s:23:\"tags-edit-none-selected\";i:3872;s:12:\"comparepages\";i:3873;s:20:\"comparepages-summary\";i:3874;s:13:\"compare-page1\";i:3875;s:13:\"compare-page2\";i:3876;s:12:\"compare-rev1\";i:3877;s:12:\"compare-rev2\";i:3878;s:14:\"compare-submit\";i:3879;s:27:\"compare-revision-not-exists\";i:3880;s:9:\"diff-form\";i:3881;s:15:\"diff-form-oldid\";i:3882;s:15:\"diff-form-revid\";i:3883;s:16:\"diff-form-submit\";i:3884;s:17:\"diff-form-summary\";i:3885;s:21:\"diff-form-other-revid\";i:3886;s:21:\"diff-form-error-revid\";i:3887;s:13:\"permanentlink\";i:3888;s:19:\"permanentlink-revid\";i:3889;s:20:\"permanentlink-submit\";i:3890;s:21:\"permanentlink-summary\";i:3891;s:10:\"newsection\";i:3892;s:15:\"newsection-page\";i:3893;s:17:\"newsection-submit\";i:3894;s:18:\"newsection-summary\";i:3895;s:8:\"editpage\";i:3896;s:20:\"specialeditpage-page\";i:3897;s:22:\"specialeditpage-submit\";i:3898;s:16:\"editpage-summary\";i:3899;s:10:\"deletepage\";i:3900;s:22:\"specialdeletepage-page\";i:3901;s:24:\"specialdeletepage-submit\";i:3902;s:18:\"deletepage-summary\";i:3903;s:8:\"pageinfo\";i:3904;s:20:\"specialpageinfo-page\";i:3905;s:22:\"specialpageinfo-submit\";i:3906;s:16:\"pageinfo-summary\";i:3907;s:11:\"pagehistory\";i:3908;s:23:\"specialpagehistory-page\";i:3909;s:25:\"specialpagehistory-submit\";i:3910;s:19:\"pagehistory-summary\";i:3911;s:11:\"protectpage\";i:3912;s:23:\"specialprotectpage-page\";i:3913;s:25:\"specialprotectpage-submit\";i:3914;s:19:\"protectpage-summary\";i:3915;s:5:\"purge\";i:3916;s:17:\"specialpurge-page\";i:3917;s:19:\"specialpurge-submit\";i:3918;s:13:\"purge-summary\";i:3919;s:13:\"namespaceinfo\";i:3920;s:21:\"namespaceinfo-summary\";i:3921;s:24:\"namespaceinfo-heading-id\";i:3922;s:31:\"namespaceinfo-heading-canonical\";i:3923;s:27:\"namespaceinfo-heading-local\";i:3924;s:26:\"namespaceinfo-heading-info\";i:3925;s:32:\"namespaceinfo-description-custom\";i:3926;s:37:\"namespaceinfo-description-custom-talk\";i:3927;s:30:\"namespaceinfo-description-ns-2\";i:3928;s:30:\"namespaceinfo-description-ns-1\";i:3929;s:29:\"namespaceinfo-description-ns0\";i:3930;s:29:\"namespaceinfo-description-ns1\";i:3931;s:29:\"namespaceinfo-description-ns2\";i:3932;s:29:\"namespaceinfo-description-ns3\";i:3933;s:29:\"namespaceinfo-description-ns4\";i:3934;s:29:\"namespaceinfo-description-ns5\";i:3935;s:29:\"namespaceinfo-description-ns6\";i:3936;s:29:\"namespaceinfo-description-ns7\";i:3937;s:29:\"namespaceinfo-description-ns8\";i:3938;s:29:\"namespaceinfo-description-ns9\";i:3939;s:30:\"namespaceinfo-description-ns10\";i:3940;s:30:\"namespaceinfo-description-ns11\";i:3941;s:30:\"namespaceinfo-description-ns12\";i:3942;s:30:\"namespaceinfo-description-ns13\";i:3943;s:30:\"namespaceinfo-description-ns14\";i:3944;s:30:\"namespaceinfo-description-ns15\";i:3945;s:40:\"namespaceinfo-namespace-protection-right\";i:3946;s:33:\"namespaceinfo-namespace-immovable\";i:3947;s:33:\"namespaceinfo-namespace-iscontent\";i:3948;s:32:\"namespaceinfo-namespace-subpages\";i:3949;s:37:\"namespaceinfo-namespace-nonincludable\";i:3950;s:44:\"namespaceinfo-namespace-default-contentmodel\";i:3951;s:14:\"dberr-problems\";i:3952;s:11:\"dberr-again\";i:3953;s:10:\"dberr-info\";i:3954;s:17:\"dberr-info-hidden\";i:3955;s:22:\"htmlform-invalid-input\";i:3956;s:25:\"htmlform-select-badoption\";i:3957;s:20:\"htmlform-int-invalid\";i:3958;s:22:\"htmlform-float-invalid\";i:3959;s:19:\"htmlform-int-toolow\";i:3960;s:20:\"htmlform-int-toohigh\";i:3961;s:28:\"htmlform-multiselect-toomany\";i:3962;s:17:\"htmlform-required\";i:3963;s:22:\"htmlform-optional-flag\";i:3964;s:15:\"htmlform-submit\";i:3965;s:14:\"htmlform-reset\";i:3966;s:28:\"htmlform-selectorother-other\";i:3967;s:11:\"htmlform-no\";i:3968;s:12:\"htmlform-yes\";i:3969;s:22:\"htmlform-cloner-create\";i:3970;s:22:\"htmlform-cloner-delete\";i:3971;s:24:\"htmlform-cloner-required\";i:3972;s:25:\"htmlform-date-placeholder\";i:3973;s:25:\"htmlform-time-placeholder\";i:3974;s:29:\"htmlform-datetime-placeholder\";i:3975;s:21:\"htmlform-date-invalid\";i:3976;s:21:\"htmlform-time-invalid\";i:3977;s:25:\"htmlform-datetime-invalid\";i:3978;s:20:\"htmlform-date-toolow\";i:3979;s:21:\"htmlform-date-toohigh\";i:3980;s:20:\"htmlform-time-toolow\";i:3981;s:21:\"htmlform-time-toohigh\";i:3982;s:24:\"htmlform-datetime-toolow\";i:3983;s:25:\"htmlform-datetime-toohigh\";i:3984;s:27:\"htmlform-title-badnamespace\";i:3985;s:28:\"htmlform-title-not-creatable\";i:3986;s:25:\"htmlform-title-not-exists\";i:3987;s:24:\"htmlform-title-interwiki\";i:3988;s:24:\"htmlform-user-not-exists\";i:3989;s:23:\"htmlform-user-not-valid\";i:3990;s:24:\"htmlform-tag-not-allowed\";i:3991;s:10:\"rawmessage\";i:3992;s:22:\"logentry-delete-delete\";i:3993;s:28:\"logentry-delete-delete_redir\";i:3994;s:29:\"logentry-delete-delete_redir2\";i:3995;s:23:\"logentry-delete-restore\";i:3996;s:31:\"logentry-delete-restore-nocount\";i:3997;s:23:\"restore-count-revisions\";i:3998;s:19:\"restore-count-files\";i:3999;s:21:\"logentry-delete-event\";i:4000;s:24:\"logentry-delete-revision\";i:4001;s:28:\"logentry-delete-event-legacy\";i:4002;s:31:\"logentry-delete-revision-legacy\";i:4003;s:24:\"logentry-suppress-delete\";i:4004;s:23:\"logentry-suppress-event\";i:4005;s:26:\"logentry-suppress-revision\";i:4006;s:30:\"logentry-suppress-event-legacy\";i:4007;s:33:\"logentry-suppress-revision-legacy\";i:4008;s:21:\"revdelete-content-hid\";i:4009;s:21:\"revdelete-summary-hid\";i:4010;s:19:\"revdelete-uname-hid\";i:4011;s:23:\"revdelete-content-unhid\";i:4012;s:23:\"revdelete-summary-unhid\";i:4013;s:21:\"revdelete-uname-unhid\";i:4014;s:20:\"revdelete-restricted\";i:4015;s:22:\"revdelete-unrestricted\";i:4016;s:20:\"logentry-block-block\";i:4017;s:22:\"logentry-block-unblock\";i:4018;s:22:\"logentry-block-reblock\";i:4019;s:32:\"logentry-partialblock-block-page\";i:4020;s:30:\"logentry-partialblock-block-ns\";i:4021;s:34:\"logentry-partialblock-block-action\";i:4022;s:27:\"logentry-partialblock-block\";i:4023;s:29:\"logentry-partialblock-reblock\";i:4024;s:32:\"logentry-non-editing-block-block\";i:4025;s:34:\"logentry-non-editing-block-reblock\";i:4026;s:23:\"logentry-suppress-block\";i:4027;s:25:\"logentry-suppress-reblock\";i:4028;s:22:\"logentry-import-upload\";i:4029;s:30:\"logentry-import-upload-details\";i:4030;s:25:\"logentry-import-interwiki\";i:4031;s:33:\"logentry-import-interwiki-details\";i:4032;s:20:\"logentry-merge-merge\";i:4033;s:18:\"logentry-move-move\";i:4034;s:29:\"logentry-move-move-noredirect\";i:4035;s:24:\"logentry-move-move_redir\";i:4036;s:35:\"logentry-move-move_redir-noredirect\";i:4037;s:22:\"logentry-patrol-patrol\";i:4038;s:27:\"logentry-patrol-patrol-auto\";i:4039;s:26:\"logentry-newusers-newusers\";i:4040;s:24:\"logentry-newusers-create\";i:4041;s:25:\"logentry-newusers-create2\";i:4042;s:25:\"logentry-newusers-byemail\";i:4043;s:28:\"logentry-newusers-autocreate\";i:4044;s:26:\"logentry-protect-move_prot\";i:4045;s:26:\"logentry-protect-unprotect\";i:4046;s:24:\"logentry-protect-protect\";i:4047;s:32:\"logentry-protect-protect-cascade\";i:4048;s:23:\"logentry-protect-modify\";i:4049;s:31:\"logentry-protect-modify-cascade\";i:4050;s:22:\"logentry-rights-rights\";i:4051;s:29:\"logentry-rights-rights-legacy\";i:4052;s:27:\"logentry-rights-autopromote\";i:4053;s:22:\"logentry-upload-upload\";i:4054;s:25:\"logentry-upload-overwrite\";i:4055;s:22:\"logentry-upload-revert\";i:4056;s:19:\"log-name-managetags\";i:4057;s:26:\"log-description-managetags\";i:4058;s:26:\"logentry-managetags-create\";i:4059;s:26:\"logentry-managetags-delete\";i:4060;s:28:\"logentry-managetags-activate\";i:4061;s:30:\"logentry-managetags-deactivate\";i:4062;s:12:\"log-name-tag\";i:4063;s:19:\"log-description-tag\";i:4064;s:32:\"logentry-tag-update-add-revision\";i:4065;s:32:\"logentry-tag-update-add-logentry\";i:4066;s:35:\"logentry-tag-update-remove-revision\";i:4067;s:35:\"logentry-tag-update-remove-logentry\";i:4068;s:28:\"logentry-tag-update-revision\";i:4069;s:28:\"logentry-tag-update-logentry\";i:4070;s:10:\"rightsnone\";i:4071;s:14:\"deletedarticle\";i:4072;s:16:\"undeletedarticle\";i:4073;s:15:\"patrol-log-line\";i:4074;s:15:\"patrol-log-auto\";i:4075;s:15:\"patrol-log-diff\";i:4076;s:9:\"1movedto2\";i:4077;s:15:\"1movedto2_redir\";i:4078;s:23:\"newuserlog-create-entry\";i:4079;s:24:\"newuserlog-create2-entry\";i:4080;s:27:\"newuserlog-autocreate-entry\";i:4081;s:14:\"rightslogentry\";i:4082;s:26:\"rightslogentry-autopromote\";i:4083;s:30:\"rightslogentry-temporary-group\";i:4084;s:15:\"feedback-cancel\";i:4085;s:14:\"feedback-close\";i:4086;s:35:\"feedback-external-bug-report-button\";i:4087;s:21:\"feedback-dialog-title\";i:4088;s:21:\"feedback-dialog-intro\";i:4089;s:15:\"feedback-error1\";i:4090;s:15:\"feedback-error4\";i:4091;s:16:\"feedback-message\";i:4092;s:16:\"feedback-subject\";i:4093;s:15:\"feedback-submit\";i:4094;s:14:\"feedback-terms\";i:4095;s:19:\"feedback-termsofuse\";i:4096;s:15:\"feedback-thanks\";i:4097;s:21:\"feedback-thanks-title\";i:4098;s:18:\"feedback-useragent\";i:4099;s:20:\"searchsuggest-search\";i:4100;s:24:\"searchsuggest-containing\";i:4101;s:27:\"search-match-redirect-label\";i:4102;s:26:\"search-match-redirect-help\";i:4103;s:30:\"api-clientside-error-noconnect\";i:4104;s:25:\"api-clientside-error-http\";i:4105;s:28:\"api-clientside-error-timeout\";i:4106;s:28:\"api-clientside-error-aborted\";i:4107;s:36:\"api-clientside-error-invalidresponse\";i:4108;s:18:\"api-error-badtoken\";i:4109;s:19:\"api-error-emptypage\";i:4110;s:23:\"api-error-publishfailed\";i:4111;s:21:\"api-error-stashfailed\";i:4112;s:25:\"api-error-unknown-warning\";i:4113;s:22:\"api-error-unknownerror\";i:4114;s:16:\"duration-seconds\";i:4115;s:16:\"duration-minutes\";i:4116;s:14:\"duration-hours\";i:4117;s:13:\"duration-days\";i:4118;s:14:\"duration-weeks\";i:4119;s:15:\"duration-months\";i:4120;s:14:\"duration-years\";i:4121;s:16:\"duration-decades\";i:4122;s:18:\"duration-centuries\";i:4123;s:18:\"duration-millennia\";i:4124;s:14:\"rotate-comment\";i:4125;s:17:\"limitreport-title\";i:4126;s:19:\"limitreport-cputime\";i:4127;s:25:\"limitreport-cputime-value\";i:4128;s:20:\"limitreport-walltime\";i:4129;s:26:\"limitreport-walltime-value\";i:4130;s:26:\"limitreport-ppvisitednodes\";i:4131;s:32:\"limitreport-ppvisitednodes-value\";i:4132;s:33:\"limitreport-postexpandincludesize\";i:4133;s:39:\"limitreport-postexpandincludesize-value\";i:4134;s:32:\"limitreport-templateargumentsize\";i:4135;s:38:\"limitreport-templateargumentsize-value\";i:4136;s:26:\"limitreport-expansiondepth\";i:4137;s:32:\"limitreport-expansiondepth-value\";i:4138;s:34:\"limitreport-expensivefunctioncount\";i:4139;s:40:\"limitreport-expensivefunctioncount-value\";i:4140;s:25:\"limitreport-unstrip-depth\";i:4141;s:31:\"limitreport-unstrip-depth-value\";i:4142;s:24:\"limitreport-unstrip-size\";i:4143;s:30:\"limitreport-unstrip-size-value\";i:4144;s:15:\"expandtemplates\";i:4145;s:22:\"expand_templates_intro\";i:4146;s:22:\"expand_templates_title\";i:4147;s:22:\"expand_templates_input\";i:4148;s:23:\"expand_templates_output\";i:4149;s:27:\"expand_templates_xml_output\";i:4150;s:28:\"expand_templates_html_output\";i:4151;s:19:\"expand_templates_ok\";i:4152;s:32:\"expand_templates_remove_comments\";i:4153;s:30:\"expand_templates_remove_nowiki\";i:4154;s:29:\"expand_templates_generate_xml\";i:4155;s:33:\"expand_templates_generate_rawhtml\";i:4156;s:24:\"expand_templates_preview\";i:4157;s:34:\"expand_templates_preview_fail_html\";i:4158;s:39:\"expand_templates_preview_fail_html_anon\";i:4159;s:30:\"expand_templates_input_missing\";i:4160;s:12:\"pagelanguage\";i:4161;s:13:\"pagelang-name\";i:4162;s:17:\"pagelang-language\";i:4163;s:20:\"pagelang-use-default\";i:4164;s:20:\"pagelang-select-lang\";i:4165;s:15:\"pagelang-reason\";i:4166;s:15:\"pagelang-submit\";i:4167;s:25:\"pagelang-nonexistent-page\";i:4168;s:27:\"pagelang-unchanged-language\";i:4169;s:35:\"pagelang-unchanged-language-default\";i:4170;s:18:\"pagelang-db-failed\";i:4171;s:14:\"right-pagelang\";i:4172;s:15:\"action-pagelang\";i:4173;s:17:\"log-name-pagelang\";i:4174;s:24:\"log-description-pagelang\";i:4175;s:26:\"logentry-pagelang-pagelang\";i:4176;s:22:\"default-skin-not-found\";i:4177;s:31:\"default-skin-not-found-no-skins\";i:4178;s:34:\"default-skin-not-found-row-enabled\";i:4179;s:35:\"default-skin-not-found-row-disabled\";i:4180;s:15:\"mediastatistics\";i:4181;s:23:\"mediastatistics-summary\";i:4182;s:22:\"mediastatistics-nfiles\";i:4183;s:22:\"mediastatistics-nbytes\";i:4184;s:28:\"mediastatistics-bytespertype\";i:4185;s:24:\"mediastatistics-allbytes\";i:4186;s:30:\"mediastatistics-table-mimetype\";i:4187;s:32:\"mediastatistics-table-extensions\";i:4188;s:27:\"mediastatistics-table-count\";i:4189;s:32:\"mediastatistics-table-totalbytes\";i:4190;s:30:\"mediastatistics-header-unknown\";i:4191;s:29:\"mediastatistics-header-bitmap\";i:4192;s:30:\"mediastatistics-header-drawing\";i:4193;s:28:\"mediastatistics-header-audio\";i:4194;s:28:\"mediastatistics-header-video\";i:4195;s:33:\"mediastatistics-header-multimedia\";i:4196;s:29:\"mediastatistics-header-office\";i:4197;s:27:\"mediastatistics-header-text\";i:4198;s:33:\"mediastatistics-header-executable\";i:4199;s:30:\"mediastatistics-header-archive\";i:4200;s:25:\"mediastatistics-header-3d\";i:4201;s:28:\"mediastatistics-header-total\";i:4202;s:24:\"json-warn-trailing-comma\";i:4203;s:18:\"json-error-unknown\";i:4204;s:16:\"json-error-depth\";i:4205;s:25:\"json-error-state-mismatch\";i:4206;s:20:\"json-error-ctrl-char\";i:4207;s:17:\"json-error-syntax\";i:4208;s:15:\"json-error-utf8\";i:4209;s:32:\"json-error-invalid-property-name\";i:4210;s:16:\"json-error-utf16\";i:4211;s:21:\"headline-anchor-title\";i:4212;s:28:\"special-tab-contribute-short\";i:4213;s:31:\"special-tab-contributions-short\";i:4214;s:30:\"special-characters-group-latin\";i:4215;s:38:\"special-characters-group-latinextended\";i:4216;s:28:\"special-characters-group-ipa\";i:4217;s:32:\"special-characters-group-symbols\";i:4218;s:30:\"special-characters-group-greek\";i:4219;s:38:\"special-characters-group-greekextended\";i:4220;s:33:\"special-characters-group-cyrillic\";i:4221;s:31:\"special-characters-group-arabic\";i:4222;s:39:\"special-characters-group-arabicextended\";i:4223;s:32:\"special-characters-group-persian\";i:4224;s:31:\"special-characters-group-hebrew\";i:4225;s:31:\"special-characters-group-bangla\";i:4226;s:30:\"special-characters-group-tamil\";i:4227;s:31:\"special-characters-group-telugu\";i:4228;s:32:\"special-characters-group-sinhala\";i:4229;s:33:\"special-characters-group-gujarati\";i:4230;s:35:\"special-characters-group-devanagari\";i:4231;s:29:\"special-characters-group-thai\";i:4232;s:28:\"special-characters-group-lao\";i:4233;s:30:\"special-characters-group-khmer\";i:4234;s:43:\"special-characters-group-canadianaboriginal\";i:4235;s:30:\"special-characters-group-runes\";i:4236;s:31:\"special-characters-title-endash\";i:4237;s:31:\"special-characters-title-emdash\";i:4238;s:30:\"special-characters-title-minus\";i:4239;s:22:\"mw-widgets-abandonedit\";i:4240;s:30:\"mw-widgets-abandonedit-discard\";i:4241;s:27:\"mw-widgets-abandonedit-keep\";i:4242;s:28:\"mw-widgets-abandonedit-title\";i:4243;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4244;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4245;s:28:\"mw-widgets-dateinput-no-date\";i:4246;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4247;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4248;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4249;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4250;s:32:\"mw-widgets-mediasearch-noresults\";i:4251;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4252;s:27:\"mw-widgets-table-row-delete\";i:4253;s:42:\"mw-widgets-titleinput-description-new-page\";i:4254;s:42:\"mw-widgets-titleinput-description-redirect\";i:4255;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4256;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4257;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4258;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4259;s:15:\"date-range-from\";i:4260;s:13:\"date-range-to\";i:4261;s:23:\"session-page-restricted\";i:4262;s:18:\"sessionmanager-tie\";i:4263;s:23:\"sessionprovider-generic\";i:4264;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4265;s:25:\"sessionprovider-nocookies\";i:4266;s:14:\"randomrootpage\";i:4267;s:23:\"log-action-filter-block\";i:4268;s:30:\"log-action-filter-contentmodel\";i:4269;s:24:\"log-action-filter-delete\";i:4270;s:24:\"log-action-filter-import\";i:4271;s:28:\"log-action-filter-managetags\";i:4272;s:22:\"log-action-filter-move\";i:4273;s:26:\"log-action-filter-newusers\";i:4274;s:24:\"log-action-filter-patrol\";i:4275;s:25:\"log-action-filter-protect\";i:4276;s:24:\"log-action-filter-rights\";i:4277;s:26:\"log-action-filter-suppress\";i:4278;s:24:\"log-action-filter-upload\";i:4279;s:21:\"log-action-filter-all\";i:4280;s:29:\"log-action-filter-block-block\";i:4281;s:31:\"log-action-filter-block-reblock\";i:4282;s:31:\"log-action-filter-block-unblock\";i:4283;s:37:\"log-action-filter-contentmodel-change\";i:4284;s:34:\"log-action-filter-contentmodel-new\";i:4285;s:31:\"log-action-filter-delete-delete\";i:4286;s:37:\"log-action-filter-delete-delete_redir\";i:4287;s:38:\"log-action-filter-delete-delete_redir2\";i:4288;s:32:\"log-action-filter-delete-restore\";i:4289;s:30:\"log-action-filter-delete-event\";i:4290;s:33:\"log-action-filter-delete-revision\";i:4291;s:34:\"log-action-filter-import-interwiki\";i:4292;s:31:\"log-action-filter-import-upload\";i:4293;s:35:\"log-action-filter-managetags-create\";i:4294;s:35:\"log-action-filter-managetags-delete\";i:4295;s:37:\"log-action-filter-managetags-activate\";i:4296;s:39:\"log-action-filter-managetags-deactivate\";i:4297;s:27:\"log-action-filter-move-move\";i:4298;s:33:\"log-action-filter-move-move_redir\";i:4299;s:33:\"log-action-filter-newusers-create\";i:4300;s:34:\"log-action-filter-newusers-create2\";i:4301;s:37:\"log-action-filter-newusers-autocreate\";i:4302;s:34:\"log-action-filter-newusers-byemail\";i:4303;s:31:\"log-action-filter-patrol-patrol\";i:4304;s:35:\"log-action-filter-patrol-autopatrol\";i:4305;s:33:\"log-action-filter-protect-protect\";i:4306;s:32:\"log-action-filter-protect-modify\";i:4307;s:35:\"log-action-filter-protect-unprotect\";i:4308;s:35:\"log-action-filter-protect-move_prot\";i:4309;s:31:\"log-action-filter-rights-rights\";i:4310;s:36:\"log-action-filter-rights-autopromote\";i:4311;s:32:\"log-action-filter-suppress-event\";i:4312;s:35:\"log-action-filter-suppress-revision\";i:4313;s:33:\"log-action-filter-suppress-delete\";i:4314;s:32:\"log-action-filter-suppress-block\";i:4315;s:34:\"log-action-filter-suppress-reblock\";i:4316;s:31:\"log-action-filter-upload-upload\";i:4317;s:34:\"log-action-filter-upload-overwrite\";i:4318;s:31:\"log-action-filter-upload-revert\";i:4319;s:33:\"authmanager-authn-not-in-progress\";i:4320;s:28:\"authmanager-authn-no-primary\";i:4321;s:31:\"authmanager-authn-no-local-user\";i:4322;s:36:\"authmanager-authn-no-local-user-link\";i:4323;s:35:\"authmanager-authn-autocreate-failed\";i:4324;s:32:\"authmanager-change-not-supported\";i:4325;s:27:\"authmanager-create-disabled\";i:4326;s:29:\"authmanager-create-from-login\";i:4327;s:34:\"authmanager-create-not-in-progress\";i:4328;s:29:\"authmanager-create-no-primary\";i:4329;s:27:\"authmanager-link-no-primary\";i:4330;s:32:\"authmanager-link-not-in-progress\";i:4331;s:29:\"authmanager-autocreate-noperm\";i:4332;s:32:\"authmanager-autocreate-exception\";i:4333;s:28:\"authmanager-userdoesnotexist\";i:4334;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4335;s:25:\"authmanager-username-help\";i:4336;s:25:\"authmanager-password-help\";i:4337;s:23:\"authmanager-domain-help\";i:4338;s:23:\"authmanager-retype-help\";i:4339;s:23:\"authmanager-email-label\";i:4340;s:22:\"authmanager-email-help\";i:4341;s:26:\"authmanager-realname-label\";i:4342;s:25:\"authmanager-realname-help\";i:4343;s:29:\"authmanager-provider-password\";i:4344;s:36:\"authmanager-provider-password-domain\";i:4345;s:35:\"authmanager-account-password-domain\";i:4346;s:38:\"authmanager-provider-temporarypassword\";i:4347;s:32:\"authprovider-confirmlink-message\";i:4348;s:31:\"authprovider-confirmlink-option\";i:4349;s:38:\"authprovider-confirmlink-request-label\";i:4350;s:37:\"authprovider-confirmlink-request-help\";i:4351;s:37:\"authprovider-confirmlink-success-line\";i:4352;s:36:\"authprovider-confirmlink-failed-line\";i:4353;s:31:\"authprovider-confirmlink-failed\";i:4354;s:32:\"authprovider-confirmlink-ok-help\";i:4355;s:33:\"authprovider-resetpass-skip-label\";i:4356;s:32:\"authprovider-resetpass-skip-help\";i:4357;s:24:\"authform-nosession-login\";i:4358;s:25:\"authform-nosession-signup\";i:4359;s:17:\"authform-newtoken\";i:4360;s:16:\"authform-notoken\";i:4361;s:19:\"authform-wrongtoken\";i:4362;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4363;s:37:\"specialpage-securitylevel-not-allowed\";i:4364;s:21:\"authpage-cannot-login\";i:4365;s:30:\"authpage-cannot-login-continue\";i:4366;s:22:\"authpage-cannot-create\";i:4367;s:31:\"authpage-cannot-create-continue\";i:4368;s:20:\"authpage-cannot-link\";i:4369;s:29:\"authpage-cannot-link-continue\";i:4370;s:28:\"cannotauth-not-allowed-title\";i:4371;s:22:\"cannotauth-not-allowed\";i:4372;s:17:\"changecredentials\";i:4373;s:24:\"changecredentials-submit\";i:4374;s:32:\"changecredentials-invalidsubpage\";i:4375;s:25:\"changecredentials-success\";i:4376;s:17:\"removecredentials\";i:4377;s:24:\"removecredentials-submit\";i:4378;s:32:\"removecredentials-invalidsubpage\";i:4379;s:25:\"removecredentials-success\";i:4380;s:24:\"credentialsform-provider\";i:4381;s:23:\"credentialsform-account\";i:4382;s:28:\"cannotlink-no-provider-title\";i:4383;s:22:\"cannotlink-no-provider\";i:4384;s:12:\"linkaccounts\";i:4385;s:25:\"linkaccounts-success-text\";i:4386;s:19:\"linkaccounts-submit\";i:4387;s:30:\"cannotunlink-no-provider-title\";i:4388;s:24:\"cannotunlink-no-provider\";i:4389;s:14:\"unlinkaccounts\";i:4390;s:22:\"unlinkaccounts-success\";i:4391;s:32:\"authenticationdatachange-ignored\";i:4392;s:14:\"userjsispublic\";i:4393;s:16:\"userjsonispublic\";i:4394;s:15:\"usercssispublic\";i:4395;s:15:\"userjsdangerous\";i:4396;s:23:\"restrictionsfield-badip\";i:4397;s:23:\"restrictionsfield-label\";i:4398;s:22:\"restrictionsfield-help\";i:4399;s:30:\"restrictionsfields-pages-label\";i:4400;s:29:\"restrictionsfields-pages-help\";i:4401;s:11:\"specialmute\";i:4402;s:19:\"specialmute-success\";i:4403;s:18:\"specialmute-submit\";i:4404;s:28:\"specialmute-label-mute-email\";i:4405;s:18:\"specialmute-header\";i:4406;s:30:\"specialmute-error-invalid-user\";i:4407;s:32:\"specialmute-error-email-disabled\";i:4408;s:35:\"specialmute-error-mutelist-disabled\";i:4409;s:30:\"specialmute-error-no-email-set\";i:4410;s:28:\"specialmute-error-no-options\";i:4411;s:24:\"specialmute-email-footer\";i:4412;s:26:\"specialmute-login-required\";i:4413;s:40:\"specialmute-login-required-for-temp-user\";i:4414;s:16:\"mute-preferences\";i:4415;s:5:\"revid\";i:4416;s:6:\"pageid\";i:4417;s:18:\"rawhtml-notallowed\";i:4418;s:13:\"gotointerwiki\";i:4419;s:21:\"gotointerwiki-invalid\";i:4420;s:22:\"gotointerwiki-external\";i:4421;s:17:\"undelete-cantedit\";i:4422;s:19:\"undelete-cantcreate\";i:4423;s:14:\"pagedata-title\";i:4424;s:13:\"pagedata-text\";i:4425;s:23:\"pagedata-not-acceptable\";i:4426;s:18:\"pagedata-bad-title\";i:4427;s:24:\"unregistered-user-config\";i:4428;s:16:\"passwordpolicies\";i:4429;s:24:\"passwordpolicies-summary\";i:4430;s:22:\"passwordpolicies-group\";i:4431;s:25:\"passwordpolicies-policies\";i:4432;s:31:\"passwordpolicies-policy-display\";i:4433;s:40:\"passwordpolicies-policy-displaywithflags\";i:4434;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4435;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4436;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4437;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4438;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4439;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4440;s:39:\"passwordpolicies-policyflag-forcechange\";i:4441;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4442;s:27:\"mycustomjsredirectprotected\";i:4443;s:22:\"deflate-invaliddeflate\";i:4444;s:14:\"unprotected-js\";i:4445;s:19:\"userlogout-continue\";i:4446;s:15:\"userlogout-temp\";i:4447;s:22:\"paramvalidator-baduser\";i:4448;s:29:\"paramvalidator-help-type-user\";i:4449;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4450;s:42:\"paramvalidator-help-type-user-subtype-temp\";i:4451;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4452;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4453;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4454;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4455;s:23:\"paramvalidator-badtitle\";i:4456;s:27:\"paramvalidator-missingtitle\";i:4457;s:23:\"paramvalidator-notarray\";i:4458;s:39:\"paramvalidator-schema-validation-failed\";i:4459;s:30:\"paramvalidator-help-type-title\";i:4460;s:41:\"paramvalidator-help-type-title-must-exist\";i:4461;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4462;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4463;s:18:\"config-missing-key\";i:4464;s:18:\"config-invalid-key\";i:4465;s:21:\"changeslist-nocomment\";i:4466;s:22:\"skin-view-create-local\";i:4467;s:14:\"nstab-mainpage\";i:4468;s:20:\"skin-view-edit-local\";i:4469;s:19:\"skin-action-protect\";i:4470;s:20:\"skin-action-undelete\";i:4471;s:18:\"skin-action-delete\";i:4472;s:16:\"skin-action-move\";i:4473;s:17:\"skin-json-warning\";i:4474;s:25:\"skin-json-warning-message\";i:4475;s:26:\"copyupload-allowed-domains\";i:4476;s:30:\"parsoid-stash-rate-limit-error\";i:4477;s:31:\"parsoid-resource-limit-exceeded\";i:4478;s:23:\"parsoid-revision-access\";i:4479;s:20:\"parsoid-client-error\";i:4480;s:22:\"newpages-showhide-bots\";i:4481;s:27:\"newpages-showhide-patrolled\";i:4482;s:26:\"newpages-showhide-redirect\";i:4483;s:28:\"newpages-showhide-registered\";i:4484;s:19:\"blockedtext-made-by\";i:4485;s:26:\"blockedtext-reason-comment\";i:4486;s:22:\"blockedtext-start-time\";i:4487;s:27:\"blockedtext-expiration-time\";i:4488;s:36:\"blockedtext-expiration-longest-block\";i:4489;s:28:\"blockedtext-intended-blockee\";i:4490;s:33:\"blockedtext-contact-blocker-admin\";i:4491;s:20:\"blockedtext-block-ip\";i:4492;s:20:\"blockedtext-block-id\";i:4493;s:35:\"blockedtext-include-details-queries\";i:4494;s:10:\"renameuser\";i:4495;s:25:\"renameuser-linkoncontribs\";i:4496;s:30:\"renameuser-linkoncontribs-text\";i:4497;s:18:\"renameuser-summary\";i:4498;s:13:\"renameuserold\";i:4499;s:13:\"renameusernew\";i:4500;s:16:\"renameuserreason\";i:4501;s:14:\"renameusermove\";i:4502;s:18:\"renameusersuppress\";i:4503;s:17:\"renameuserreserve\";i:4504;s:18:\"renameuserwarnings\";i:4505;s:17:\"renameuserconfirm\";i:4506;s:16:\"renameusersubmit\";i:4507;s:27:\"renameusererrordoesnotexist\";i:4508;s:21:\"renameusererrorexists\";i:4509;s:22:\"renameusererrorinvalid\";i:4510;s:24:\"renameuser-error-request\";i:4511;s:26:\"renameuser-error-same-user\";i:4512;s:26:\"renameuser-error-temp-user\";i:4513;s:35:\"renameuser-error-temp-user-reserved\";i:4514;s:28:\"renameuser-error-self-rename\";i:4515;s:17:\"renameusersuccess\";i:4516;s:22:\"renameuser-page-exists\";i:4517;s:21:\"renameuser-page-moved\";i:4518;s:23:\"renameuser-page-unmoved\";i:4519;s:31:\"renameuser-warning-currentblock\";i:4520;s:19:\"log-name-renameuser\";i:4521;s:26:\"log-description-renameuser\";i:4522;s:30:\"logentry-renameuser-renameuser\";i:4523;s:39:\"logentry-renameuser-renameuser-legacier\";i:4524;s:40:\"logentry-renameuser-renameuser-legaciest\";i:4525;s:19:\"renameuser-move-log\";i:4526;s:17:\"action-renameuser\";i:4527;s:16:\"right-renameuser\";i:4528;s:25:\"renameuser-renamed-notice\";i:4529;s:18:\"log-unknown-action\";i:4530;s:36:\"createacct-benefit-heading-temp-user\";i:4531;s:39:\"createacct-benefit-subheading-temp-user\";i:4532;s:21:\"benefit-1-description\";i:4533;s:21:\"benefit-2-description\";i:4534;s:21:\"benefit-3-description\";i:4535;s:27:\"temp-user-unable-to-acquire\";i:4536;s:40:\"table-of-contents-show-button-aria-label\";i:4537;s:40:\"table-of-contents-hide-button-aria-label\";i:4538;s:25:\"cdx-chip-input-chip-added\";i:4539;s:27:\"cdx-chip-input-chip-removed\";i:4540;s:31:\"cdx-input-chip-aria-description\";i:4541;s:29:\"cdx-dialog-close-button-label\";i:4542;s:23:\"cdx-label-optional-flag\";i:4543;s:32:\"cdx-message-dismiss-button-label\";i:4544;s:36:\"cdx-search-input-search-button-label\";i:4545;s:26:\"cdx-table-select-all-label\";i:4546;s:26:\"cdx-table-select-row-label\";i:4547;s:22:\"cdx-table-sort-caption\";i:4548;s:41:\"cdx-typeahead-search-search-results-label\";i:4549;s:33:\"cdx-table-pager-button-first-page\";i:4550;s:32:\"cdx-table-pager-button-last-page\";i:4551;s:32:\"cdx-table-pager-button-next-page\";i:4552;s:32:\"cdx-table-pager-button-prev-page\";i:4553;s:38:\"cdx-table-pager-items-per-page-current\";i:4554;s:38:\"cdx-table-pager-items-per-page-default\";i:4555;s:52:\"cdx-table-pagination-status-message-determinate-long\";i:4556;s:53:\"cdx-table-pagination-status-message-determinate-short\";i:4557;s:54:\"cdx-table-pagination-status-message-indeterminate-long\";i:4558;s:55:\"cdx-table-pagination-status-message-indeterminate-short\";i:4559;s:55:\"cdx-table-pagination-status-message-indeterminate-final\";i:4560;s:43:\"cdx-table-pagination-status-message-pending\";i:4561;s:15:\"exif-imagewidth\";i:4562;s:16:\"exif-imagelength\";i:4563;s:18:\"exif-bitspersample\";i:4564;s:16:\"exif-compression\";i:4565;s:30:\"exif-photometricinterpretation\";i:4566;s:16:\"exif-orientation\";i:4567;s:20:\"exif-samplesperpixel\";i:4568;s:24:\"exif-planarconfiguration\";i:4569;s:21:\"exif-ycbcrsubsampling\";i:4570;s:21:\"exif-ycbcrpositioning\";i:4571;s:16:\"exif-xresolution\";i:4572;s:16:\"exif-yresolution\";i:4573;s:17:\"exif-stripoffsets\";i:4574;s:17:\"exif-rowsperstrip\";i:4575;s:20:\"exif-stripbytecounts\";i:4576;s:26:\"exif-jpeginterchangeformat\";i:4577;s:32:\"exif-jpeginterchangeformatlength\";i:4578;s:15:\"exif-whitepoint\";i:4579;s:26:\"exif-primarychromaticities\";i:4580;s:22:\"exif-ycbcrcoefficients\";i:4581;s:24:\"exif-referenceblackwhite\";i:4582;s:13:\"exif-datetime\";i:4583;s:21:\"exif-imagedescription\";i:4584;s:9:\"exif-make\";i:4585;s:10:\"exif-model\";i:4586;s:13:\"exif-software\";i:4587;s:11:\"exif-artist\";i:4588;s:14:\"exif-copyright\";i:4589;s:16:\"exif-exifversion\";i:4590;s:20:\"exif-flashpixversion\";i:4591;s:15:\"exif-colorspace\";i:4592;s:28:\"exif-componentsconfiguration\";i:4593;s:27:\"exif-compressedbitsperpixel\";i:4594;s:20:\"exif-pixelxdimension\";i:4595;s:20:\"exif-pixelydimension\";i:4596;s:16:\"exif-usercomment\";i:4597;s:21:\"exif-relatedsoundfile\";i:4598;s:21:\"exif-datetimeoriginal\";i:4599;s:22:\"exif-datetimedigitized\";i:4600;s:15:\"exif-subsectime\";i:4601;s:23:\"exif-subsectimeoriginal\";i:4602;s:24:\"exif-subsectimedigitized\";i:4603;s:17:\"exif-exposuretime\";i:4604;s:24:\"exif-exposuretime-format\";i:4605;s:12:\"exif-fnumber\";i:4606;s:19:\"exif-fnumber-format\";i:4607;s:20:\"exif-exposureprogram\";i:4608;s:24:\"exif-spectralsensitivity\";i:4609;s:20:\"exif-isospeedratings\";i:4610;s:22:\"exif-shutterspeedvalue\";i:4611;s:18:\"exif-aperturevalue\";i:4612;s:20:\"exif-brightnessvalue\";i:4613;s:22:\"exif-exposurebiasvalue\";i:4614;s:21:\"exif-maxaperturevalue\";i:4615;s:20:\"exif-subjectdistance\";i:4616;s:17:\"exif-meteringmode\";i:4617;s:16:\"exif-lightsource\";i:4618;s:10:\"exif-flash\";i:4619;s:16:\"exif-focallength\";i:4620;s:23:\"exif-focallength-format\";i:4621;s:16:\"exif-subjectarea\";i:4622;s:16:\"exif-flashenergy\";i:4623;s:26:\"exif-focalplanexresolution\";i:4624;s:26:\"exif-focalplaneyresolution\";i:4625;s:29:\"exif-focalplaneresolutionunit\";i:4626;s:20:\"exif-subjectlocation\";i:4627;s:18:\"exif-exposureindex\";i:4628;s:18:\"exif-sensingmethod\";i:4629;s:15:\"exif-filesource\";i:4630;s:14:\"exif-scenetype\";i:4631;s:19:\"exif-customrendered\";i:4632;s:17:\"exif-exposuremode\";i:4633;s:17:\"exif-whitebalance\";i:4634;s:21:\"exif-digitalzoomratio\";i:4635;s:26:\"exif-focallengthin35mmfilm\";i:4636;s:21:\"exif-scenecapturetype\";i:4637;s:16:\"exif-gaincontrol\";i:4638;s:13:\"exif-contrast\";i:4639;s:15:\"exif-saturation\";i:4640;s:14:\"exif-sharpness\";i:4641;s:29:\"exif-devicesettingdescription\";i:4642;s:25:\"exif-subjectdistancerange\";i:4643;s:18:\"exif-imageuniqueid\";i:4644;s:17:\"exif-gpsversionid\";i:4645;s:19:\"exif-gpslatituderef\";i:4646;s:16:\"exif-gpslatitude\";i:4647;s:20:\"exif-gpslongituderef\";i:4648;s:17:\"exif-gpslongitude\";i:4649;s:19:\"exif-gpsaltituderef\";i:4650;s:16:\"exif-gpsaltitude\";i:4651;s:17:\"exif-gpstimestamp\";i:4652;s:18:\"exif-gpssatellites\";i:4653;s:14:\"exif-gpsstatus\";i:4654;s:19:\"exif-gpsmeasuremode\";i:4655;s:11:\"exif-gpsdop\";i:4656;s:16:\"exif-gpsspeedref\";i:4657;s:13:\"exif-gpsspeed\";i:4658;s:16:\"exif-gpstrackref\";i:4659;s:13:\"exif-gpstrack\";i:4660;s:23:\"exif-gpsimgdirectionref\";i:4661;s:20:\"exif-gpsimgdirection\";i:4662;s:16:\"exif-gpsmapdatum\";i:4663;s:23:\"exif-gpsdestlatituderef\";i:4664;s:20:\"exif-gpsdestlatitude\";i:4665;s:24:\"exif-gpsdestlongituderef\";i:4666;s:21:\"exif-gpsdestlongitude\";i:4667;s:22:\"exif-gpsdestbearingref\";i:4668;s:19:\"exif-gpsdestbearing\";i:4669;s:23:\"exif-gpsdestdistanceref\";i:4670;s:20:\"exif-gpsdestdistance\";i:4671;s:24:\"exif-gpsprocessingmethod\";i:4672;s:23:\"exif-gpsareainformation\";i:4673;s:17:\"exif-gpsdatestamp\";i:4674;s:20:\"exif-gpsdifferential\";i:4675;s:22:\"exif-coordinate-format\";i:4676;s:20:\"exif-jpegfilecomment\";i:4677;s:13:\"exif-keywords\";i:4678;s:23:\"exif-worldregioncreated\";i:4679;s:19:\"exif-countrycreated\";i:4680;s:23:\"exif-countrycodecreated\";i:4681;s:27:\"exif-provinceorstatecreated\";i:4682;s:16:\"exif-citycreated\";i:4683;s:23:\"exif-sublocationcreated\";i:4684;s:20:\"exif-worldregiondest\";i:4685;s:16:\"exif-countrydest\";i:4686;s:20:\"exif-countrycodedest\";i:4687;s:24:\"exif-provinceorstatedest\";i:4688;s:13:\"exif-citydest\";i:4689;s:20:\"exif-sublocationdest\";i:4690;s:15:\"exif-objectname\";i:4691;s:24:\"exif-specialinstructions\";i:4692;s:13:\"exif-headline\";i:4693;s:11:\"exif-credit\";i:4694;s:11:\"exif-source\";i:4695;s:15:\"exif-editstatus\";i:4696;s:12:\"exif-urgency\";i:4697;s:22:\"exif-fixtureidentifier\";i:4698;s:17:\"exif-locationdest\";i:4699;s:21:\"exif-locationdestcode\";i:4700;s:16:\"exif-objectcycle\";i:4701;s:12:\"exif-contact\";i:4702;s:11:\"exif-writer\";i:4703;s:17:\"exif-languagecode\";i:4704;s:15:\"exif-iimversion\";i:4705;s:16:\"exif-iimcategory\";i:4706;s:28:\"exif-iimsupplementalcategory\";i:4707;s:20:\"exif-datetimeexpires\";i:4708;s:21:\"exif-datetimereleased\";i:4709;s:28:\"exif-originaltransmissionref\";i:4710;s:15:\"exif-identifier\";i:4711;s:9:\"exif-lens\";i:4712;s:17:\"exif-serialnumber\";i:4713;s:20:\"exif-cameraownername\";i:4714;s:10:\"exif-label\";i:4715;s:21:\"exif-datetimemetadata\";i:4716;s:13:\"exif-nickname\";i:4717;s:11:\"exif-rating\";i:4718;s:22:\"exif-rightscertificate\";i:4719;s:16:\"exif-copyrighted\";i:4720;s:19:\"exif-copyrightowner\";i:4721;s:15:\"exif-usageterms\";i:4722;s:17:\"exif-webstatement\";i:4723;s:23:\"exif-originaldocumentid\";i:4724;s:15:\"exif-licenseurl\";i:4725;s:23:\"exif-morepermissionsurl\";i:4726;s:19:\"exif-attributionurl\";i:4727;s:29:\"exif-preferredattributionname\";i:4728;s:19:\"exif-pngfilecomment\";i:4729;s:15:\"exif-disclaimer\";i:4730;s:19:\"exif-contentwarning\";i:4731;s:19:\"exif-giffilecomment\";i:4732;s:22:\"exif-intellectualgenre\";i:4733;s:20:\"exif-subjectnewscode\";i:4734;s:14:\"exif-scenecode\";i:4735;s:10:\"exif-event\";i:4736;s:24:\"exif-organisationinimage\";i:4737;s:18:\"exif-personinimage\";i:4738;s:24:\"exif-originalimageheight\";i:4739;s:23:\"exif-originalimagewidth\";i:4740;s:15:\"exif-make-value\";i:4741;s:16:\"exif-model-value\";i:4742;s:19:\"exif-software-value\";i:4743;s:27:\"exif-software-version-value\";i:4744;s:18:\"exif-contact-value\";i:4745;s:26:\"exif-subjectnewscode-value\";i:4746;s:18:\"exif-compression-1\";i:4747;s:18:\"exif-compression-2\";i:4748;s:18:\"exif-compression-3\";i:4749;s:18:\"exif-compression-4\";i:4750;s:18:\"exif-compression-5\";i:4751;s:18:\"exif-compression-6\";i:4752;s:18:\"exif-compression-7\";i:4753;s:18:\"exif-compression-8\";i:4754;s:22:\"exif-compression-32773\";i:4755;s:22:\"exif-compression-32946\";i:4756;s:22:\"exif-compression-34712\";i:4757;s:21:\"exif-copyrighted-true\";i:4758;s:22:\"exif-copyrighted-false\";i:4759;s:32:\"exif-photometricinterpretation-0\";i:4760;s:32:\"exif-photometricinterpretation-1\";i:4761;s:32:\"exif-photometricinterpretation-2\";i:4762;s:32:\"exif-photometricinterpretation-3\";i:4763;s:32:\"exif-photometricinterpretation-4\";i:4764;s:32:\"exif-photometricinterpretation-5\";i:4765;s:32:\"exif-photometricinterpretation-6\";i:4766;s:32:\"exif-photometricinterpretation-8\";i:4767;s:32:\"exif-photometricinterpretation-9\";i:4768;s:33:\"exif-photometricinterpretation-10\";i:4769;s:36:\"exif-photometricinterpretation-32803\";i:4770;s:36:\"exif-photometricinterpretation-34892\";i:4771;s:16:\"exif-unknowndate\";i:4772;s:18:\"exif-orientation-1\";i:4773;s:18:\"exif-orientation-2\";i:4774;s:18:\"exif-orientation-3\";i:4775;s:18:\"exif-orientation-4\";i:4776;s:18:\"exif-orientation-5\";i:4777;s:18:\"exif-orientation-6\";i:4778;s:18:\"exif-orientation-7\";i:4779;s:18:\"exif-orientation-8\";i:4780;s:26:\"exif-planarconfiguration-1\";i:4781;s:26:\"exif-planarconfiguration-2\";i:4782;s:19:\"exif-xyresolution-i\";i:4783;s:19:\"exif-xyresolution-c\";i:4784;s:17:\"exif-colorspace-1\";i:4785;s:21:\"exif-colorspace-65535\";i:4786;s:30:\"exif-componentsconfiguration-0\";i:4787;s:30:\"exif-componentsconfiguration-1\";i:4788;s:30:\"exif-componentsconfiguration-2\";i:4789;s:30:\"exif-componentsconfiguration-3\";i:4790;s:30:\"exif-componentsconfiguration-4\";i:4791;s:30:\"exif-componentsconfiguration-5\";i:4792;s:30:\"exif-componentsconfiguration-6\";i:4793;s:22:\"exif-exposureprogram-0\";i:4794;s:22:\"exif-exposureprogram-1\";i:4795;s:22:\"exif-exposureprogram-2\";i:4796;s:22:\"exif-exposureprogram-3\";i:4797;s:22:\"exif-exposureprogram-4\";i:4798;s:22:\"exif-exposureprogram-5\";i:4799;s:22:\"exif-exposureprogram-6\";i:4800;s:22:\"exif-exposureprogram-7\";i:4801;s:22:\"exif-exposureprogram-8\";i:4802;s:26:\"exif-subjectdistance-value\";i:4803;s:19:\"exif-meteringmode-0\";i:4804;s:19:\"exif-meteringmode-1\";i:4805;s:19:\"exif-meteringmode-2\";i:4806;s:19:\"exif-meteringmode-3\";i:4807;s:19:\"exif-meteringmode-4\";i:4808;s:19:\"exif-meteringmode-5\";i:4809;s:19:\"exif-meteringmode-6\";i:4810;s:21:\"exif-meteringmode-255\";i:4811;s:18:\"exif-lightsource-0\";i:4812;s:18:\"exif-lightsource-1\";i:4813;s:18:\"exif-lightsource-2\";i:4814;s:18:\"exif-lightsource-3\";i:4815;s:18:\"exif-lightsource-4\";i:4816;s:18:\"exif-lightsource-9\";i:4817;s:19:\"exif-lightsource-10\";i:4818;s:19:\"exif-lightsource-11\";i:4819;s:19:\"exif-lightsource-12\";i:4820;s:19:\"exif-lightsource-13\";i:4821;s:19:\"exif-lightsource-14\";i:4822;s:19:\"exif-lightsource-15\";i:4823;s:19:\"exif-lightsource-17\";i:4824;s:19:\"exif-lightsource-18\";i:4825;s:19:\"exif-lightsource-19\";i:4826;s:19:\"exif-lightsource-20\";i:4827;s:19:\"exif-lightsource-21\";i:4828;s:19:\"exif-lightsource-22\";i:4829;s:19:\"exif-lightsource-23\";i:4830;s:19:\"exif-lightsource-24\";i:4831;s:20:\"exif-lightsource-255\";i:4832;s:18:\"exif-flash-fired-0\";i:4833;s:18:\"exif-flash-fired-1\";i:4834;s:19:\"exif-flash-return-0\";i:4835;s:19:\"exif-flash-return-2\";i:4836;s:19:\"exif-flash-return-3\";i:4837;s:17:\"exif-flash-mode-1\";i:4838;s:17:\"exif-flash-mode-2\";i:4839;s:17:\"exif-flash-mode-3\";i:4840;s:21:\"exif-flash-function-1\";i:4841;s:19:\"exif-flash-redeye-1\";i:4842;s:31:\"exif-focalplaneresolutionunit-2\";i:4843;s:20:\"exif-sensingmethod-1\";i:4844;s:20:\"exif-sensingmethod-2\";i:4845;s:20:\"exif-sensingmethod-3\";i:4846;s:20:\"exif-sensingmethod-4\";i:4847;s:20:\"exif-sensingmethod-5\";i:4848;s:20:\"exif-sensingmethod-7\";i:4849;s:20:\"exif-sensingmethod-8\";i:4850;s:17:\"exif-filesource-3\";i:4851;s:16:\"exif-scenetype-1\";i:4852;s:21:\"exif-customrendered-0\";i:4853;s:21:\"exif-customrendered-1\";i:4854;s:21:\"exif-customrendered-2\";i:4855;s:21:\"exif-customrendered-3\";i:4856;s:21:\"exif-customrendered-4\";i:4857;s:21:\"exif-customrendered-6\";i:4858;s:21:\"exif-customrendered-7\";i:4859;s:21:\"exif-customrendered-8\";i:4860;s:19:\"exif-exposuremode-0\";i:4861;s:19:\"exif-exposuremode-1\";i:4862;s:19:\"exif-exposuremode-2\";i:4863;s:19:\"exif-whitebalance-0\";i:4864;s:19:\"exif-whitebalance-1\";i:4865;s:23:\"exif-scenecapturetype-0\";i:4866;s:23:\"exif-scenecapturetype-1\";i:4867;s:23:\"exif-scenecapturetype-2\";i:4868;s:23:\"exif-scenecapturetype-3\";i:4869;s:18:\"exif-gaincontrol-0\";i:4870;s:18:\"exif-gaincontrol-1\";i:4871;s:18:\"exif-gaincontrol-2\";i:4872;s:18:\"exif-gaincontrol-3\";i:4873;s:18:\"exif-gaincontrol-4\";i:4874;s:15:\"exif-contrast-0\";i:4875;s:15:\"exif-contrast-1\";i:4876;s:15:\"exif-contrast-2\";i:4877;s:17:\"exif-saturation-0\";i:4878;s:17:\"exif-saturation-1\";i:4879;s:17:\"exif-saturation-2\";i:4880;s:16:\"exif-sharpness-0\";i:4881;s:16:\"exif-sharpness-1\";i:4882;s:16:\"exif-sharpness-2\";i:4883;s:27:\"exif-subjectdistancerange-0\";i:4884;s:27:\"exif-subjectdistancerange-1\";i:4885;s:27:\"exif-subjectdistancerange-2\";i:4886;s:27:\"exif-subjectdistancerange-3\";i:4887;s:18:\"exif-gpslatitude-n\";i:4888;s:18:\"exif-gpslatitude-s\";i:4889;s:19:\"exif-gpslongitude-e\";i:4890;s:19:\"exif-gpslongitude-w\";i:4891;s:31:\"exif-gpsaltitude-above-sealevel\";i:4892;s:31:\"exif-gpsaltitude-below-sealevel\";i:4893;s:16:\"exif-gpsstatus-a\";i:4894;s:16:\"exif-gpsstatus-v\";i:4895;s:21:\"exif-gpsmeasuremode-2\";i:4896;s:21:\"exif-gpsmeasuremode-3\";i:4897;s:15:\"exif-gpsspeed-k\";i:4898;s:15:\"exif-gpsspeed-m\";i:4899;s:15:\"exif-gpsspeed-n\";i:4900;s:22:\"exif-gpsdestdistance-k\";i:4901;s:22:\"exif-gpsdestdistance-m\";i:4902;s:22:\"exif-gpsdestdistance-n\";i:4903;s:21:\"exif-gpsdop-excellent\";i:4904;s:16:\"exif-gpsdop-good\";i:4905;s:20:\"exif-gpsdop-moderate\";i:4906;s:16:\"exif-gpsdop-fair\";i:4907;s:16:\"exif-gpsdop-poor\";i:4908;s:18:\"exif-objectcycle-a\";i:4909;s:18:\"exif-objectcycle-p\";i:4910;s:18:\"exif-objectcycle-b\";i:4911;s:19:\"exif-gpsdirection-t\";i:4912;s:19:\"exif-gpsdirection-m\";i:4913;s:23:\"exif-ycbcrpositioning-1\";i:4914;s:23:\"exif-ycbcrpositioning-2\";i:4915;s:19:\"exif-dc-contributor\";i:4916;s:16:\"exif-dc-coverage\";i:4917;s:12:\"exif-dc-date\";i:4918;s:17:\"exif-dc-publisher\";i:4919;s:16:\"exif-dc-relation\";i:4920;s:14:\"exif-dc-rights\";i:4921;s:14:\"exif-dc-source\";i:4922;s:12:\"exif-dc-type\";i:4923;s:20:\"exif-rating-rejected\";i:4924;s:29:\"exif-isospeedratings-overflow\";i:4925;s:27:\"exif-maxaperturevalue-value\";i:4926;s:20:\"exif-iimcategory-ace\";i:4927;s:20:\"exif-iimcategory-clj\";i:4928;s:20:\"exif-iimcategory-dis\";i:4929;s:20:\"exif-iimcategory-fin\";i:4930;s:20:\"exif-iimcategory-edu\";i:4931;s:20:\"exif-iimcategory-evn\";i:4932;s:20:\"exif-iimcategory-hth\";i:4933;s:20:\"exif-iimcategory-hum\";i:4934;s:20:\"exif-iimcategory-lab\";i:4935;s:20:\"exif-iimcategory-lif\";i:4936;s:20:\"exif-iimcategory-pol\";i:4937;s:20:\"exif-iimcategory-rel\";i:4938;s:20:\"exif-iimcategory-sci\";i:4939;s:20:\"exif-iimcategory-soi\";i:4940;s:20:\"exif-iimcategory-spo\";i:4941;s:20:\"exif-iimcategory-war\";i:4942;s:20:\"exif-iimcategory-wea\";i:4943;s:19:\"exif-urgency-normal\";i:4944;s:16:\"exif-urgency-low\";i:4945;s:17:\"exif-urgency-high\";i:4946;s:18:\"exif-urgency-other\";i:4947;s:19:\"exif-firstphotodate\";i:4948;s:18:\"exif-lastphotodate\";i:4949;s:19:\"exif-projectiontype\";i:4950;s:35:\"exif-projectiontype-equirectangular\";i:4951;s:22:\"exif-usepanoramaviewer\";i:4952;s:27:\"exif-usepanoramaviewer-true\";i:4953;s:28:\"exif-usepanoramaviewer-false\";i:4954;s:21:\"exif-exposurelockused\";i:4955;s:26:\"exif-exposurelockused-true\";i:4956;s:27:\"exif-exposurelockused-false\";i:4957;s:23:\"exif-poseheadingdegrees\";i:4958;s:21:\"exif-posepitchdegrees\";i:4959;s:20:\"exif-poserolldegrees\";i:4960;s:30:\"exif-initialviewheadingdegrees\";i:4961;s:28:\"exif-initialviewpitchdegrees\";i:4962;s:27:\"exif-initialviewrolldegrees\";i:4963;s:32:\"exif-initialhorizontalfovdegrees\";i:4964;s:30:\"exif-initialverticalfovdegrees\";i:4965;s:22:\"exif-sourcephotoscount\";i:4966;s:32:\"exif-croppedareaimagewidthpixels\";i:4967;s:33:\"exif-croppedareaimageheightpixels\";i:4968;s:24:\"exif-fullpanowidthpixels\";i:4969;s:25:\"exif-fullpanoheightpixels\";i:4970;s:26:\"exif-croppedarealeftpixels\";i:4971;s:25:\"exif-croppedareatoppixels\";i:4972;s:23:\"exif-initialcameradolly\";i:4973;s:22:\"exif-stitchingsoftware\";i:4974;s:11:\"preferences\";i:4975;s:19:\"preferences-summary\";i:4976;s:17:\"prefsnologintext2\";i:4977;s:31:\"prefsnologintext2-for-temp-user\";i:4978;s:11:\"searchprefs\";i:4979;s:21:\"searchprefs-noresults\";i:4980;s:19:\"searchprefs-results\";i:4981;s:9:\"saveprefs\";i:4982;s:24:\"tooltip-preferences-save\";i:4983;s:10:\"savedprefs\";i:4984;s:16:\"prefs-back-title\";i:4985;s:26:\"prefs-tabs-navigation-hint\";i:4986;s:30:\"prefs-sections-navigation-hint\";i:4987;s:14:\"prefs-personal\";i:4988;s:26:\"prefs-description-personal\";i:4989;s:10:\"prefs-info\";i:4990;s:8:\"username\";i:4991;s:20:\"prefs-memberingroups\";i:4992;s:25:\"prefs-memberingroups-type\";i:4993;s:33:\"group-membership-link-with-expiry\";i:4994;s:11:\"prefs-edits\";i:4995;s:18:\"prefs-registration\";i:4996;s:28:\"prefs-registration-date-time\";i:4997;s:12:\"yourrealname\";i:4998;s:19:\"prefs-help-realname\";i:4999;s:12:\"yourpassword\";i:5000;s:15:\"prefs-resetpass\";i:5001;s:16:\"passwordtooshort\";i:5002;s:15:\"passwordtoolong\";i:5003;s:33:\"password-substring-username-match\";i:5004;s:19:\"password-name-match\";i:5005;s:24:\"password-login-forbidden\";i:5006;s:20:\"passwordincommonlist\";i:5007;s:23:\"prefs-help-yourpassword\";i:5008;s:16:\"tog-prefershttps\";i:5009;s:23:\"prefs-help-prefershttps\";i:5010;s:29:\"prefs-user-downloaddata-label\";i:5011;s:36:\"prefs-user-downloaddata-help-message\";i:5012;s:28:\"prefs-user-downloaddata-info\";i:5013;s:29:\"prefs-user-restoreprefs-label\";i:5014;s:28:\"prefs-user-restoreprefs-info\";i:5015;s:10:\"prefs-i18n\";i:5016;s:12:\"yourlanguage\";i:5017;s:10:\"yourgender\";i:5018;s:15:\"gender-notknown\";i:5019;s:14:\"gender-unknown\";i:5020;s:13:\"gender-female\";i:5021;s:11:\"gender-male\";i:5022;s:17:\"prefs-help-gender\";i:5023;s:11:\"yourvariant\";i:5024;s:18:\"prefs-help-variant\";i:5025;s:15:\"prefs-signature\";i:5026;s:10:\"tog-oldsig\";i:5027;s:8:\"yournick\";i:5028;s:12:\"tog-fancysig\";i:5029;s:20:\"prefs-help-signature\";i:5030;s:31:\"prefs-signature-invalid-warning\";i:5031;s:27:\"prefs-signature-invalid-new\";i:5032;s:32:\"prefs-signature-invalid-disallow\";i:5033;s:31:\"prefs-signature-highlight-error\";i:5034;s:29:\"prefs-signature-error-details\";i:5035;s:6:\"badsig\";i:5036;s:12:\"badsiglength\";i:5037;s:11:\"badsigsubst\";i:5038;s:10:\"badsightml\";i:5039;s:11:\"badsiglinks\";i:5040;s:15:\"badsiglinebreak\";i:5041;s:11:\"prefs-email\";i:5042;s:9:\"youremail\";i:5043;s:14:\"prefs-setemail\";i:5044;s:17:\"prefs-changeemail\";i:5045;s:16:\"prefs-help-email\";i:5046;s:25:\"prefs-help-email-required\";i:5047;s:23:\"prefs-help-email-others\";i:5048;s:16:\"tog-requireemail\";i:5049;s:23:\"prefs-help-requireemail\";i:5050;s:12:\"noemailprefs\";i:5051;s:21:\"emailnotauthenticated\";i:5052;s:16:\"emailconfirmlink\";i:5053;s:24:\"prefs-emailconfirm-label\";i:5054;s:18:\"emailauthenticated\";i:5055;s:10:\"allowemail\";i:5056;s:27:\"email-allow-new-users-label\";i:5057;s:32:\"prefs-help-email-allow-new-users\";i:5058;s:16:\"tog-ccmeonemails\";i:5059;s:20:\"email-mutelist-label\";i:5060;s:24:\"tog-enotifwatchlistpages\";i:5061;s:23:\"tog-enotifusertalkpages\";i:5062;s:20:\"tog-enotifminoredits\";i:5063;s:20:\"tog-enotifrevealaddr\";i:5064;s:16:\"prefs-user-pages\";i:5065;s:15:\"prefs-rendering\";i:5066;s:27:\"prefs-description-rendering\";i:5067;s:10:\"prefs-skin\";i:5068;s:12:\"skin-preview\";i:5069;s:19:\"prefs-common-config\";i:5070;s:16:\"prefs-custom-css\";i:5071;s:15:\"prefs-custom-js\";i:5072;s:27:\"prefs-custom-cssjs-safemode\";i:5073;s:16:\"prefs-skin-prefs\";i:5074;s:21:\"prefs-skin-responsive\";i:5075;s:26:\"prefs-help-skin-responsive\";i:5076;s:16:\"prefs-dateformat\";i:5077;s:11:\"datedefault\";i:5078;s:16:\"prefs-timeoffset\";i:5079;s:10:\"servertime\";i:5080;s:9:\"localtime\";i:5081;s:14:\"timezonelegend\";i:5082;s:24:\"timezoneuseserverdefault\";i:5083;s:17:\"timezoneuseoffset\";i:5084;s:30:\"timezone-useoffset-placeholder\";i:5085;s:16:\"timezone-invalid\";i:5086;s:13:\"guesstimezone\";i:5087;s:21:\"timezoneregion-africa\";i:5088;s:22:\"timezoneregion-america\";i:5089;s:25:\"timezoneregion-antarctica\";i:5090;s:21:\"timezoneregion-arctic\";i:5091;s:19:\"timezoneregion-asia\";i:5092;s:23:\"timezoneregion-atlantic\";i:5093;s:24:\"timezoneregion-australia\";i:5094;s:21:\"timezoneregion-europe\";i:5095;s:21:\"timezoneregion-indian\";i:5096;s:22:\"timezoneregion-pacific\";i:5097;s:11:\"prefs-files\";i:5098;s:12:\"imagemaxsize\";i:5099;s:9:\"thumbsize\";i:5100;s:11:\"prefs-diffs\";i:5101;s:12:\"tog-diffonly\";i:5102;s:18:\"tog-norollbackdiff\";i:5103;s:23:\"prefs-advancedrendering\";i:5104;s:13:\"tog-underline\";i:5105;s:17:\"underline-default\";i:5106;s:15:\"underline-never\";i:5107;s:16:\"underline-always\";i:5108;s:18:\"tog-showhiddencats\";i:5109;s:28:\"tog-showrollbackconfirmation\";i:5110;s:17:\"tog-forcesafemode\";i:5111;s:24:\"prefs-help-forcesafemode\";i:5112;s:13:\"prefs-editing\";i:5113;s:25:\"prefs-description-editing\";i:5114;s:21:\"prefs-advancedediting\";i:5115;s:27:\"tog-editsectiononrightclick\";i:5116;s:18:\"tog-editondblclick\";i:5117;s:12:\"prefs-editor\";i:5118;s:14:\"editfont-style\";i:5119;s:18:\"editfont-monospace\";i:5120;s:18:\"editfont-sansserif\";i:5121;s:14:\"editfont-serif\";i:5122;s:16:\"tog-minordefault\";i:5123;s:20:\"tog-forceeditsummary\";i:5124;s:16:\"tog-editrecovery\";i:5125;s:21:\"tog-editrecovery-help\";i:5126;s:18:\"tog-useeditwarning\";i:5127;s:13:\"prefs-preview\";i:5128;s:18:\"tog-previewonfirst\";i:5129;s:16:\"tog-previewontop\";i:5130;s:18:\"tog-uselivepreview\";i:5131;s:16:\"prefs-discussion\";i:5132;s:20:\"prefs-developertools\";i:5133;s:8:\"prefs-rc\";i:5134;s:20:\"prefs-description-rc\";i:5135;s:15:\"prefs-displayrc\";i:5136;s:17:\"recentchangesdays\";i:5137;s:21:\"recentchangesdays-max\";i:5138;s:18:\"recentchangescount\";i:5139;s:29:\"prefs-help-recentchangescount\";i:5140;s:16:\"prefs-advancedrc\";i:5141;s:12:\"tog-usenewrc\";i:5142;s:26:\"rcfilters-preference-label\";i:5143;s:25:\"rcfilters-preference-help\";i:5144;s:15:\"prefs-changesrc\";i:5145;s:13:\"tog-hideminor\";i:5146;s:22:\"tog-hidecategorization\";i:5147;s:17:\"tog-hidepatrolled\";i:5148;s:25:\"tog-newpageshidepatrolled\";i:5149;s:23:\"tog-shownumberswatching\";i:5150;s:15:\"prefs-watchlist\";i:5151;s:27:\"prefs-description-watchlist\";i:5152;s:19:\"prefs-editwatchlist\";i:5153;s:25:\"prefs-editwatchlist-label\";i:5154;s:24:\"prefs-editwatchlist-edit\";i:5155;s:23:\"prefs-editwatchlist-raw\";i:5156;s:25:\"prefs-editwatchlist-clear\";i:5157;s:22:\"prefs-displaywatchlist\";i:5158;s:20:\"prefs-watchlist-days\";i:5159;s:24:\"prefs-watchlist-days-max\";i:5160;s:21:\"prefs-watchlist-edits\";i:5161;s:25:\"prefs-watchlist-edits-max\";i:5162;s:23:\"prefs-advancedwatchlist\";i:5163;s:19:\"tog-extendwatchlist\";i:5164;s:25:\"tog-watchlistunwatchlinks\";i:5165;s:36:\"rcfilters-watchlist-preference-label\";i:5166;s:35:\"rcfilters-watchlist-preference-help\";i:5167;s:22:\"prefs-changeswatchlist\";i:5168;s:22:\"tog-watchlisthideminor\";i:5169;s:21:\"tog-watchlisthidebots\";i:5170;s:20:\"tog-watchlisthideown\";i:5171;s:22:\"tog-watchlisthideanons\";i:5172;s:20:\"tog-watchlisthideliu\";i:5173;s:32:\"tog-watchlistreloadautomatically\";i:5174;s:31:\"tog-watchlisthidecategorization\";i:5175;s:26:\"tog-watchlisthidepatrolled\";i:5176;s:20:\"prefs-pageswatchlist\";i:5177;s:16:\"tog-watchdefault\";i:5178;s:14:\"tog-watchmoves\";i:5179;s:17:\"tog-watchdeletion\";i:5180;s:18:\"tog-watchcreations\";i:5181;s:16:\"tog-watchuploads\";i:5182;s:17:\"tog-watchrollback\";i:5183;s:20:\"prefs-tokenwatchlist\";i:5184;s:21:\"prefs-watchlist-token\";i:5185;s:28:\"prefs-watchlist-managetokens\";i:5186;s:26:\"prefs-help-tokenmanagement\";i:5187;s:19:\"prefs-searchoptions\";i:5188;s:31:\"prefs-description-searchoptions\";i:5189;s:16:\"prefs-searchmisc\";i:5190;s:17:\"searchlimit-label\";i:5191;s:16:\"searchlimit-help\";i:5192;s:39:\"search-thumbnail-extra-namespaces-label\";i:5193;s:41:\"search-thumbnail-extra-namespaces-message\";i:5194;s:27:\"prefs-advancedsearchoptions\";i:5195;s:17:\"prefs-reset-intro\";i:5196;s:19:\"prefs-reset-confirm\";i:5197;s:12:\"restoreprefs\";i:5198;s:20:\"apihelp-main-summary\";i:5199;s:33:\"apihelp-main-extended-description\";i:5200;s:25:\"apihelp-main-param-action\";i:5201;s:25:\"apihelp-main-param-format\";i:5202;s:25:\"apihelp-main-param-maxlag\";i:5203;s:26:\"apihelp-main-param-smaxage\";i:5204;s:25:\"apihelp-main-param-maxage\";i:5205;s:25:\"apihelp-main-param-assert\";i:5206;s:29:\"apihelp-main-param-assertuser\";i:5207;s:28:\"apihelp-main-param-requestid\";i:5208;s:27:\"apihelp-main-param-servedby\";i:5209;s:31:\"apihelp-main-param-curtimestamp\";i:5210;s:35:\"apihelp-main-param-responselanginfo\";i:5211;s:25:\"apihelp-main-param-origin\";i:5212;s:26:\"apihelp-main-param-uselang\";i:5213;s:26:\"apihelp-main-param-variant\";i:5214;s:30:\"apihelp-main-param-errorformat\";i:5215;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5216;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5217;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:5218;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:5219;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:5220;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5221;s:28:\"apihelp-main-param-errorlang\";i:5222;s:33:\"apihelp-main-param-errorsuselocal\";i:5223;s:35:\"apihelp-acquiretempusername-summary\";i:5224;s:48:\"apihelp-acquiretempusername-extended-description\";i:5225;s:21:\"apihelp-block-summary\";i:5226;s:24:\"apihelp-block-param-user\";i:5227;s:26:\"apihelp-block-param-userid\";i:5228;s:26:\"apihelp-block-param-expiry\";i:5229;s:26:\"apihelp-block-param-reason\";i:5230;s:28:\"apihelp-block-param-anononly\";i:5231;s:28:\"apihelp-block-param-nocreate\";i:5232;s:29:\"apihelp-block-param-autoblock\";i:5233;s:27:\"apihelp-block-param-noemail\";i:5234;s:28:\"apihelp-block-param-hidename\";i:5235;s:33:\"apihelp-block-param-allowusertalk\";i:5236;s:27:\"apihelp-block-param-reblock\";i:5237;s:29:\"apihelp-block-param-watchuser\";i:5238;s:35:\"apihelp-block-param-watchlistexpiry\";i:5239;s:24:\"apihelp-block-param-tags\";i:5240;s:27:\"apihelp-block-param-partial\";i:5241;s:36:\"apihelp-block-param-pagerestrictions\";i:5242;s:41:\"apihelp-block-param-namespacerestrictions\";i:5243;s:38:\"apihelp-block-param-actionrestrictions\";i:5244;s:31:\"apihelp-block-example-ip-simple\";i:5245;s:34:\"apihelp-block-example-user-complex\";i:5246;s:40:\"apihelp-changeauthenticationdata-summary\";i:5247;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5248;s:34:\"apihelp-changecontentmodel-summary\";i:5249;s:38:\"apihelp-changecontentmodel-param-title\";i:5250;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5251;s:40:\"apihelp-changecontentmodel-param-summary\";i:5252;s:37:\"apihelp-changecontentmodel-param-tags\";i:5253;s:38:\"apihelp-changecontentmodel-param-model\";i:5254;s:36:\"apihelp-changecontentmodel-param-bot\";i:5255;s:34:\"apihelp-changecontentmodel-example\";i:5256;s:26:\"apihelp-checktoken-summary\";i:5257;s:29:\"apihelp-checktoken-param-type\";i:5258;s:30:\"apihelp-checktoken-param-token\";i:5259;s:36:\"apihelp-checktoken-param-maxtokenage\";i:5260;s:33:\"apihelp-checktoken-example-simple\";i:5261;s:27:\"apihelp-clearhasmsg-summary\";i:5262;s:29:\"apihelp-clearhasmsg-example-1\";i:5263;s:27:\"apihelp-clientlogin-summary\";i:5264;s:33:\"apihelp-clientlogin-example-login\";i:5265;s:34:\"apihelp-clientlogin-example-login2\";i:5266;s:23:\"apihelp-compare-summary\";i:5267;s:36:\"apihelp-compare-extended-description\";i:5268;s:31:\"apihelp-compare-param-fromtitle\";i:5269;s:28:\"apihelp-compare-param-fromid\";i:5270;s:29:\"apihelp-compare-param-fromrev\";i:5271;s:29:\"apihelp-compare-param-frompst\";i:5272;s:31:\"apihelp-compare-param-fromslots\";i:5273;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5274;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5275;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5276;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5277;s:30:\"apihelp-compare-param-fromtext\";i:5278;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5279;s:39:\"apihelp-compare-param-fromcontentformat\";i:5280;s:33:\"apihelp-compare-param-fromsection\";i:5281;s:29:\"apihelp-compare-param-totitle\";i:5282;s:26:\"apihelp-compare-param-toid\";i:5283;s:27:\"apihelp-compare-param-torev\";i:5284;s:32:\"apihelp-compare-param-torelative\";i:5285;s:27:\"apihelp-compare-param-topst\";i:5286;s:29:\"apihelp-compare-param-toslots\";i:5287;s:35:\"apihelp-compare-param-totext-{slot}\";i:5288;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5289;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5290;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5291;s:28:\"apihelp-compare-param-totext\";i:5292;s:36:\"apihelp-compare-param-tocontentmodel\";i:5293;s:37:\"apihelp-compare-param-tocontentformat\";i:5294;s:31:\"apihelp-compare-param-tosection\";i:5295;s:26:\"apihelp-compare-param-prop\";i:5296;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:5297;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:5298;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5299;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5300;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5301;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5302;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5303;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5304;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5305;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5306;s:30:\"apihelp-compare-param-difftype\";i:5307;s:27:\"apihelp-compare-param-slots\";i:5308;s:25:\"apihelp-compare-example-1\";i:5309;s:29:\"apihelp-createaccount-summary\";i:5310;s:41:\"apihelp-createaccount-param-preservestate\";i:5311;s:36:\"apihelp-createaccount-example-create\";i:5312;s:25:\"apihelp-cspreport-summary\";i:5313;s:34:\"apihelp-cspreport-param-reportonly\";i:5314;s:30:\"apihelp-cspreport-param-source\";i:5315;s:22:\"apihelp-delete-summary\";i:5316;s:26:\"apihelp-delete-param-title\";i:5317;s:27:\"apihelp-delete-param-pageid\";i:5318;s:27:\"apihelp-delete-param-reason\";i:5319;s:25:\"apihelp-delete-param-tags\";i:5320;s:31:\"apihelp-delete-param-deletetalk\";i:5321;s:26:\"apihelp-delete-param-watch\";i:5322;s:30:\"apihelp-delete-param-watchlist\";i:5323;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5324;s:28:\"apihelp-delete-param-unwatch\";i:5325;s:29:\"apihelp-delete-param-oldimage\";i:5326;s:29:\"apihelp-delete-example-simple\";i:5327;s:29:\"apihelp-delete-example-reason\";i:5328;s:24:\"apihelp-disabled-summary\";i:5329;s:20:\"apihelp-edit-summary\";i:5330;s:24:\"apihelp-edit-param-title\";i:5331;s:25:\"apihelp-edit-param-pageid\";i:5332;s:26:\"apihelp-edit-param-section\";i:5333;s:31:\"apihelp-edit-param-sectiontitle\";i:5334;s:23:\"apihelp-edit-param-text\";i:5335;s:26:\"apihelp-edit-param-summary\";i:5336;s:23:\"apihelp-edit-param-tags\";i:5337;s:24:\"apihelp-edit-param-minor\";i:5338;s:27:\"apihelp-edit-param-notminor\";i:5339;s:22:\"apihelp-edit-param-bot\";i:5340;s:28:\"apihelp-edit-param-baserevid\";i:5341;s:32:\"apihelp-edit-param-basetimestamp\";i:5342;s:33:\"apihelp-edit-param-starttimestamp\";i:5343;s:27:\"apihelp-edit-param-recreate\";i:5344;s:29:\"apihelp-edit-param-createonly\";i:5345;s:27:\"apihelp-edit-param-nocreate\";i:5346;s:24:\"apihelp-edit-param-watch\";i:5347;s:26:\"apihelp-edit-param-unwatch\";i:5348;s:28:\"apihelp-edit-param-watchlist\";i:5349;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5350;s:22:\"apihelp-edit-param-md5\";i:5351;s:30:\"apihelp-edit-param-prependtext\";i:5352;s:29:\"apihelp-edit-param-appendtext\";i:5353;s:23:\"apihelp-edit-param-undo\";i:5354;s:28:\"apihelp-edit-param-undoafter\";i:5355;s:27:\"apihelp-edit-param-redirect\";i:5356;s:32:\"apihelp-edit-param-contentformat\";i:5357;s:31:\"apihelp-edit-param-contentmodel\";i:5358;s:27:\"apihelp-edit-param-returnto\";i:5359;s:32:\"apihelp-edit-param-returntoquery\";i:5360;s:33:\"apihelp-edit-param-returntoanchor\";i:5361;s:24:\"apihelp-edit-param-token\";i:5362;s:25:\"apihelp-edit-example-edit\";i:5363;s:28:\"apihelp-edit-example-prepend\";i:5364;s:25:\"apihelp-edit-example-undo\";i:5365;s:25:\"apihelp-emailuser-summary\";i:5366;s:30:\"apihelp-emailuser-param-target\";i:5367;s:31:\"apihelp-emailuser-param-subject\";i:5368;s:28:\"apihelp-emailuser-param-text\";i:5369;s:28:\"apihelp-emailuser-param-ccme\";i:5370;s:31:\"apihelp-emailuser-example-email\";i:5371;s:31:\"apihelp-expandtemplates-summary\";i:5372;s:35:\"apihelp-expandtemplates-param-title\";i:5373;s:34:\"apihelp-expandtemplates-param-text\";i:5374;s:35:\"apihelp-expandtemplates-param-revid\";i:5375;s:34:\"apihelp-expandtemplates-param-prop\";i:5376;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:5377;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5378;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5379;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5380;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5381;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5382;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5383;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5384;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5385;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5386;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5387;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5388;s:38:\"apihelp-expandtemplates-example-simple\";i:5389;s:33:\"apihelp-feedcontributions-summary\";i:5390;s:42:\"apihelp-feedcontributions-param-feedformat\";i:5391;s:36:\"apihelp-feedcontributions-param-user\";i:5392;s:41:\"apihelp-feedcontributions-param-namespace\";i:5393;s:36:\"apihelp-feedcontributions-param-year\";i:5394;s:37:\"apihelp-feedcontributions-param-month\";i:5395;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:5396;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:5397;s:39:\"apihelp-feedcontributions-param-toponly\";i:5398;s:39:\"apihelp-feedcontributions-param-newonly\";i:5399;s:41:\"apihelp-feedcontributions-param-hideminor\";i:5400;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:5401;s:40:\"apihelp-feedcontributions-example-simple\";i:5402;s:33:\"apihelp-feedrecentchanges-summary\";i:5403;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:5404;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5405;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5406;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5407;s:36:\"apihelp-feedrecentchanges-param-days\";i:5408;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5409;s:36:\"apihelp-feedrecentchanges-param-from\";i:5410;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:5411;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:5412;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:5413;s:46:\"apihelp-feedrecentchanges-param-hideanons-temp\";i:5414;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:5415;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:5416;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:5417;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5418;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:5419;s:42:\"apihelp-feedrecentchanges-param-inverttags\";i:5420;s:38:\"apihelp-feedrecentchanges-param-target\";i:5421;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5422;s:40:\"apihelp-feedrecentchanges-example-simple\";i:5423;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5424;s:29:\"apihelp-feedwatchlist-summary\";i:5425;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:5426;s:33:\"apihelp-feedwatchlist-param-hours\";i:5427;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5428;s:37:\"apihelp-feedwatchlist-example-default\";i:5429;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5430;s:26:\"apihelp-filerevert-summary\";i:5431;s:33:\"apihelp-filerevert-param-filename\";i:5432;s:32:\"apihelp-filerevert-param-comment\";i:5433;s:36:\"apihelp-filerevert-param-archivename\";i:5434;s:33:\"apihelp-filerevert-example-revert\";i:5435;s:20:\"apihelp-help-summary\";i:5436;s:26:\"apihelp-help-param-modules\";i:5437;s:29:\"apihelp-help-param-submodules\";i:5438;s:38:\"apihelp-help-param-recursivesubmodules\";i:5439;s:29:\"apihelp-help-param-helpformat\";i:5440;s:23:\"apihelp-help-param-wrap\";i:5441;s:22:\"apihelp-help-param-toc\";i:5442;s:25:\"apihelp-help-example-main\";i:5443;s:31:\"apihelp-help-example-submodules\";i:5444;s:30:\"apihelp-help-example-recursive\";i:5445;s:25:\"apihelp-help-example-help\";i:5446;s:26:\"apihelp-help-example-query\";i:5447;s:27:\"apihelp-imagerotate-summary\";i:5448;s:34:\"apihelp-imagerotate-param-rotation\";i:5449;s:30:\"apihelp-imagerotate-param-tags\";i:5450;s:34:\"apihelp-imagerotate-example-simple\";i:5451;s:37:\"apihelp-imagerotate-example-generator\";i:5452;s:22:\"apihelp-import-summary\";i:5453;s:35:\"apihelp-import-extended-description\";i:5454;s:28:\"apihelp-import-param-summary\";i:5455;s:24:\"apihelp-import-param-xml\";i:5456;s:36:\"apihelp-import-param-interwikiprefix\";i:5457;s:37:\"apihelp-import-param-assignknownusers\";i:5458;s:36:\"apihelp-import-param-interwikisource\";i:5459;s:34:\"apihelp-import-param-interwikipage\";i:5460;s:32:\"apihelp-import-param-fullhistory\";i:5461;s:30:\"apihelp-import-param-templates\";i:5462;s:30:\"apihelp-import-param-namespace\";i:5463;s:29:\"apihelp-import-param-rootpage\";i:5464;s:25:\"apihelp-import-param-tags\";i:5465;s:29:\"apihelp-import-example-import\";i:5466;s:27:\"apihelp-linkaccount-summary\";i:5467;s:32:\"apihelp-linkaccount-example-link\";i:5468;s:21:\"apihelp-login-summary\";i:5469;s:34:\"apihelp-login-extended-description\";i:5470;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5471;s:24:\"apihelp-login-param-name\";i:5472;s:28:\"apihelp-login-param-password\";i:5473;s:26:\"apihelp-login-param-domain\";i:5474;s:25:\"apihelp-login-param-token\";i:5475;s:27:\"apihelp-login-example-login\";i:5476;s:22:\"apihelp-logout-summary\";i:5477;s:29:\"apihelp-logout-example-logout\";i:5478;s:26:\"apihelp-managetags-summary\";i:5479;s:34:\"apihelp-managetags-param-operation\";i:5480;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5481;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5482;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5483;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5484;s:28:\"apihelp-managetags-param-tag\";i:5485;s:31:\"apihelp-managetags-param-reason\";i:5486;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5487;s:29:\"apihelp-managetags-param-tags\";i:5488;s:33:\"apihelp-managetags-example-create\";i:5489;s:33:\"apihelp-managetags-example-delete\";i:5490;s:35:\"apihelp-managetags-example-activate\";i:5491;s:37:\"apihelp-managetags-example-deactivate\";i:5492;s:28:\"apihelp-mergehistory-summary\";i:5493;s:31:\"apihelp-mergehistory-param-from\";i:5494;s:33:\"apihelp-mergehistory-param-fromid\";i:5495;s:29:\"apihelp-mergehistory-param-to\";i:5496;s:31:\"apihelp-mergehistory-param-toid\";i:5497;s:36:\"apihelp-mergehistory-param-timestamp\";i:5498;s:33:\"apihelp-mergehistory-param-reason\";i:5499;s:34:\"apihelp-mergehistory-example-merge\";i:5500;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:5501;s:20:\"apihelp-move-summary\";i:5502;s:23:\"apihelp-move-param-from\";i:5503;s:25:\"apihelp-move-param-fromid\";i:5504;s:21:\"apihelp-move-param-to\";i:5505;s:25:\"apihelp-move-param-reason\";i:5506;s:27:\"apihelp-move-param-movetalk\";i:5507;s:31:\"apihelp-move-param-movesubpages\";i:5508;s:29:\"apihelp-move-param-noredirect\";i:5509;s:24:\"apihelp-move-param-watch\";i:5510;s:26:\"apihelp-move-param-unwatch\";i:5511;s:28:\"apihelp-move-param-watchlist\";i:5512;s:34:\"apihelp-move-param-watchlistexpiry\";i:5513;s:33:\"apihelp-move-param-ignorewarnings\";i:5514;s:23:\"apihelp-move-param-tags\";i:5515;s:25:\"apihelp-move-example-move\";i:5516;s:26:\"apihelp-opensearch-summary\";i:5517;s:31:\"apihelp-opensearch-param-search\";i:5518;s:30:\"apihelp-opensearch-param-limit\";i:5519;s:34:\"apihelp-opensearch-param-namespace\";i:5520;s:32:\"apihelp-opensearch-param-suggest\";i:5521;s:34:\"apihelp-opensearch-param-redirects\";i:5522;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5523;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5524;s:41:\"apihelp-opensearch-param-redirects-append\";i:5525;s:31:\"apihelp-opensearch-param-format\";i:5526;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5527;s:29:\"apihelp-opensearch-example-te\";i:5528;s:23:\"apihelp-options-summary\";i:5529;s:36:\"apihelp-options-extended-description\";i:5530;s:27:\"apihelp-options-param-reset\";i:5531;s:32:\"apihelp-options-param-resetkinds\";i:5532;s:28:\"apihelp-options-param-change\";i:5533;s:32:\"apihelp-options-param-optionname\";i:5534;s:33:\"apihelp-options-param-optionvalue\";i:5535;s:28:\"apihelp-options-param-global\";i:5536;s:29:\"apihelp-options-example-reset\";i:5537;s:30:\"apihelp-options-example-change\";i:5538;s:31:\"apihelp-options-example-complex\";i:5539;s:25:\"apihelp-paraminfo-summary\";i:5540;s:31:\"apihelp-paraminfo-param-modules\";i:5541;s:34:\"apihelp-paraminfo-param-helpformat\";i:5542;s:36:\"apihelp-paraminfo-param-querymodules\";i:5543;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5544;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5545;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5546;s:27:\"apihelp-paraminfo-example-1\";i:5547;s:27:\"apihelp-paraminfo-example-2\";i:5548;s:21:\"apihelp-parse-summary\";i:5549;s:34:\"apihelp-parse-extended-description\";i:5550;s:25:\"apihelp-parse-param-title\";i:5551;s:24:\"apihelp-parse-param-text\";i:5552;s:25:\"apihelp-parse-param-revid\";i:5553;s:27:\"apihelp-parse-param-summary\";i:5554;s:24:\"apihelp-parse-param-page\";i:5555;s:26:\"apihelp-parse-param-pageid\";i:5556;s:29:\"apihelp-parse-param-redirects\";i:5557;s:25:\"apihelp-parse-param-oldid\";i:5558;s:24:\"apihelp-parse-param-prop\";i:5559;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5560;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5561;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5562;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5563;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5564;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5565;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5566;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5567;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5568;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5569;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5570;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5571;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5572;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5573;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5574;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5575;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5576;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5577;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5578;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5579;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5580;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5581;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5582;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5583;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5584;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5585;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5586;s:30:\"apihelp-parse-param-usearticle\";i:5587;s:27:\"apihelp-parse-param-parsoid\";i:5588;s:23:\"apihelp-parse-param-pst\";i:5589;s:27:\"apihelp-parse-param-onlypst\";i:5590;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5591;s:27:\"apihelp-parse-param-section\";i:5592;s:32:\"apihelp-parse-param-sectiontitle\";i:5593;s:38:\"apihelp-parse-param-disablelimitreport\";i:5594;s:29:\"apihelp-parse-param-disablepp\";i:5595;s:38:\"apihelp-parse-param-disableeditsection\";i:5596;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5597;s:36:\"apihelp-parse-param-showstrategykeys\";i:5598;s:31:\"apihelp-parse-param-generatexml\";i:5599;s:27:\"apihelp-parse-param-preview\";i:5600;s:34:\"apihelp-parse-param-sectionpreview\";i:5601;s:30:\"apihelp-parse-param-disabletoc\";i:5602;s:27:\"apihelp-parse-param-useskin\";i:5603;s:33:\"apihelp-parse-param-contentformat\";i:5604;s:32:\"apihelp-parse-param-contentmodel\";i:5605;s:26:\"apihelp-parse-example-page\";i:5606;s:26:\"apihelp-parse-example-text\";i:5607;s:31:\"apihelp-parse-example-texttitle\";i:5608;s:29:\"apihelp-parse-example-summary\";i:5609;s:22:\"apihelp-patrol-summary\";i:5610;s:25:\"apihelp-patrol-param-rcid\";i:5611;s:26:\"apihelp-patrol-param-revid\";i:5612;s:25:\"apihelp-patrol-param-tags\";i:5613;s:27:\"apihelp-patrol-example-rcid\";i:5614;s:28:\"apihelp-patrol-example-revid\";i:5615;s:23:\"apihelp-protect-summary\";i:5616;s:27:\"apihelp-protect-param-title\";i:5617;s:28:\"apihelp-protect-param-pageid\";i:5618;s:33:\"apihelp-protect-param-protections\";i:5619;s:28:\"apihelp-protect-param-expiry\";i:5620;s:28:\"apihelp-protect-param-reason\";i:5621;s:26:\"apihelp-protect-param-tags\";i:5622;s:29:\"apihelp-protect-param-cascade\";i:5623;s:27:\"apihelp-protect-param-watch\";i:5624;s:31:\"apihelp-protect-param-watchlist\";i:5625;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5626;s:31:\"apihelp-protect-example-protect\";i:5627;s:33:\"apihelp-protect-example-unprotect\";i:5628;s:34:\"apihelp-protect-example-unprotect2\";i:5629;s:21:\"apihelp-purge-summary\";i:5630;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5631;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5632;s:28:\"apihelp-purge-example-simple\";i:5633;s:31:\"apihelp-purge-example-generator\";i:5634;s:21:\"apihelp-query-summary\";i:5635;s:34:\"apihelp-query-extended-description\";i:5636;s:24:\"apihelp-query-param-prop\";i:5637;s:24:\"apihelp-query-param-list\";i:5638;s:24:\"apihelp-query-param-meta\";i:5639;s:32:\"apihelp-query-param-indexpageids\";i:5640;s:26:\"apihelp-query-param-export\";i:5641;s:32:\"apihelp-query-param-exportnowrap\";i:5642;s:32:\"apihelp-query-param-exportschema\";i:5643;s:25:\"apihelp-query-param-iwurl\";i:5644;s:31:\"apihelp-query-param-rawcontinue\";i:5645;s:31:\"apihelp-query-example-revisions\";i:5646;s:30:\"apihelp-query-example-allpages\";i:5647;s:35:\"apihelp-query+allcategories-summary\";i:5648;s:38:\"apihelp-query+allcategories-param-from\";i:5649;s:36:\"apihelp-query+allcategories-param-to\";i:5650;s:40:\"apihelp-query+allcategories-param-prefix\";i:5651;s:37:\"apihelp-query+allcategories-param-dir\";i:5652;s:37:\"apihelp-query+allcategories-param-min\";i:5653;s:37:\"apihelp-query+allcategories-param-max\";i:5654;s:39:\"apihelp-query+allcategories-param-limit\";i:5655;s:38:\"apihelp-query+allcategories-param-prop\";i:5656;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5657;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5658;s:40:\"apihelp-query+allcategories-example-size\";i:5659;s:45:\"apihelp-query+allcategories-example-generator\";i:5660;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5661;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5662;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5663;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5664;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5665;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5666;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5667;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5668;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5669;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5670;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5671;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5672;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5673;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5674;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5675;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5676;s:35:\"apihelp-query+allfileusages-summary\";i:5677;s:38:\"apihelp-query+allfileusages-param-from\";i:5678;s:36:\"apihelp-query+allfileusages-param-to\";i:5679;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5680;s:40:\"apihelp-query+allfileusages-param-unique\";i:5681;s:38:\"apihelp-query+allfileusages-param-prop\";i:5682;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5683;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5684;s:39:\"apihelp-query+allfileusages-param-limit\";i:5685;s:37:\"apihelp-query+allfileusages-param-dir\";i:5686;s:37:\"apihelp-query+allfileusages-example-b\";i:5687;s:42:\"apihelp-query+allfileusages-example-unique\";i:5688;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5689;s:45:\"apihelp-query+allfileusages-example-generator\";i:5690;s:31:\"apihelp-query+allimages-summary\";i:5691;s:34:\"apihelp-query+allimages-param-sort\";i:5692;s:33:\"apihelp-query+allimages-param-dir\";i:5693;s:34:\"apihelp-query+allimages-param-from\";i:5694;s:32:\"apihelp-query+allimages-param-to\";i:5695;s:35:\"apihelp-query+allimages-param-start\";i:5696;s:33:\"apihelp-query+allimages-param-end\";i:5697;s:36:\"apihelp-query+allimages-param-prefix\";i:5698;s:37:\"apihelp-query+allimages-param-minsize\";i:5699;s:37:\"apihelp-query+allimages-param-maxsize\";i:5700;s:34:\"apihelp-query+allimages-param-sha1\";i:5701;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5702;s:34:\"apihelp-query+allimages-param-user\";i:5703;s:40:\"apihelp-query+allimages-param-filterbots\";i:5704;s:34:\"apihelp-query+allimages-param-mime\";i:5705;s:35:\"apihelp-query+allimages-param-limit\";i:5706;s:33:\"apihelp-query+allimages-example-b\";i:5707;s:38:\"apihelp-query+allimages-example-recent\";i:5708;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5709;s:41:\"apihelp-query+allimages-example-generator\";i:5710;s:30:\"apihelp-query+alllinks-summary\";i:5711;s:33:\"apihelp-query+alllinks-param-from\";i:5712;s:31:\"apihelp-query+alllinks-param-to\";i:5713;s:35:\"apihelp-query+alllinks-param-prefix\";i:5714;s:35:\"apihelp-query+alllinks-param-unique\";i:5715;s:33:\"apihelp-query+alllinks-param-prop\";i:5716;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5717;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5718;s:38:\"apihelp-query+alllinks-param-namespace\";i:5719;s:34:\"apihelp-query+alllinks-param-limit\";i:5720;s:32:\"apihelp-query+alllinks-param-dir\";i:5721;s:32:\"apihelp-query+alllinks-example-b\";i:5722;s:37:\"apihelp-query+alllinks-example-unique\";i:5723;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5724;s:40:\"apihelp-query+alllinks-example-generator\";i:5725;s:33:\"apihelp-query+allmessages-summary\";i:5726;s:40:\"apihelp-query+allmessages-param-messages\";i:5727;s:36:\"apihelp-query+allmessages-param-prop\";i:5728;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5729;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5730;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5731;s:36:\"apihelp-query+allmessages-param-args\";i:5732;s:38:\"apihelp-query+allmessages-param-filter\";i:5733;s:42:\"apihelp-query+allmessages-param-customised\";i:5734;s:36:\"apihelp-query+allmessages-param-lang\";i:5735;s:36:\"apihelp-query+allmessages-param-from\";i:5736;s:34:\"apihelp-query+allmessages-param-to\";i:5737;s:37:\"apihelp-query+allmessages-param-title\";i:5738;s:38:\"apihelp-query+allmessages-param-prefix\";i:5739;s:37:\"apihelp-query+allmessages-example-ipb\";i:5740;s:36:\"apihelp-query+allmessages-example-de\";i:5741;s:30:\"apihelp-query+allpages-summary\";i:5742;s:33:\"apihelp-query+allpages-param-from\";i:5743;s:31:\"apihelp-query+allpages-param-to\";i:5744;s:35:\"apihelp-query+allpages-param-prefix\";i:5745;s:38:\"apihelp-query+allpages-param-namespace\";i:5746;s:40:\"apihelp-query+allpages-param-filterredir\";i:5747;s:36:\"apihelp-query+allpages-param-minsize\";i:5748;s:36:\"apihelp-query+allpages-param-maxsize\";i:5749;s:35:\"apihelp-query+allpages-param-prtype\";i:5750;s:36:\"apihelp-query+allpages-param-prlevel\";i:5751;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5752;s:34:\"apihelp-query+allpages-param-limit\";i:5753;s:32:\"apihelp-query+allpages-param-dir\";i:5754;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5755;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5756;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5757;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5758;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5759;s:32:\"apihelp-query+allpages-example-b\";i:5760;s:40:\"apihelp-query+allpages-example-generator\";i:5761;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5762;s:34:\"apihelp-query+allredirects-summary\";i:5763;s:37:\"apihelp-query+allredirects-param-from\";i:5764;s:35:\"apihelp-query+allredirects-param-to\";i:5765;s:39:\"apihelp-query+allredirects-param-prefix\";i:5766;s:39:\"apihelp-query+allredirects-param-unique\";i:5767;s:37:\"apihelp-query+allredirects-param-prop\";i:5768;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5769;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5770;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5771;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5772;s:42:\"apihelp-query+allredirects-param-namespace\";i:5773;s:38:\"apihelp-query+allredirects-param-limit\";i:5774;s:36:\"apihelp-query+allredirects-param-dir\";i:5775;s:36:\"apihelp-query+allredirects-example-b\";i:5776;s:41:\"apihelp-query+allredirects-example-unique\";i:5777;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5778;s:44:\"apihelp-query+allredirects-example-generator\";i:5779;s:34:\"apihelp-query+allrevisions-summary\";i:5780;s:38:\"apihelp-query+allrevisions-param-start\";i:5781;s:36:\"apihelp-query+allrevisions-param-end\";i:5782;s:37:\"apihelp-query+allrevisions-param-user\";i:5783;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5784;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5785;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5786;s:39:\"apihelp-query+allrevisions-example-user\";i:5787;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5788;s:36:\"apihelp-query+mystashedfiles-summary\";i:5789;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5790;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5791;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5792;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5793;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5794;s:38:\"apihelp-query+alltransclusions-summary\";i:5795;s:41:\"apihelp-query+alltransclusions-param-from\";i:5796;s:39:\"apihelp-query+alltransclusions-param-to\";i:5797;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5798;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5799;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5800;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5801;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5802;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5803;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5804;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5805;s:40:\"apihelp-query+alltransclusions-example-b\";i:5806;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5807;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5808;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5809;s:30:\"apihelp-query+allusers-summary\";i:5810;s:33:\"apihelp-query+allusers-param-from\";i:5811;s:31:\"apihelp-query+allusers-param-to\";i:5812;s:41:\"apihelp-query+allusers-param-excludenamed\";i:5813;s:40:\"apihelp-query+allusers-param-excludetemp\";i:5814;s:35:\"apihelp-query+allusers-param-prefix\";i:5815;s:32:\"apihelp-query+allusers-param-dir\";i:5816;s:34:\"apihelp-query+allusers-param-group\";i:5817;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5818;s:35:\"apihelp-query+allusers-param-rights\";i:5819;s:33:\"apihelp-query+allusers-param-prop\";i:5820;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5821;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5822;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5823;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5824;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5825;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5826;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5827;s:34:\"apihelp-query+allusers-param-limit\";i:5828;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5829;s:40:\"apihelp-query+allusers-param-activeusers\";i:5830;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5831;s:32:\"apihelp-query+allusers-example-y\";i:5832;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5833;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5834;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5835;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5836;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5837;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5838;s:31:\"apihelp-query+backlinks-summary\";i:5839;s:35:\"apihelp-query+backlinks-param-title\";i:5840;s:36:\"apihelp-query+backlinks-param-pageid\";i:5841;s:39:\"apihelp-query+backlinks-param-namespace\";i:5842;s:33:\"apihelp-query+backlinks-param-dir\";i:5843;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5844;s:35:\"apihelp-query+backlinks-param-limit\";i:5845;s:38:\"apihelp-query+backlinks-param-redirect\";i:5846;s:38:\"apihelp-query+backlinks-example-simple\";i:5847;s:41:\"apihelp-query+backlinks-example-generator\";i:5848;s:28:\"apihelp-query+blocks-summary\";i:5849;s:32:\"apihelp-query+blocks-param-start\";i:5850;s:30:\"apihelp-query+blocks-param-end\";i:5851;s:30:\"apihelp-query+blocks-param-ids\";i:5852;s:32:\"apihelp-query+blocks-param-users\";i:5853;s:29:\"apihelp-query+blocks-param-ip\";i:5854;s:32:\"apihelp-query+blocks-param-limit\";i:5855;s:31:\"apihelp-query+blocks-param-prop\";i:5856;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5857;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5858;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5859;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5860;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5861;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5862;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5863;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5864;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5865;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5866;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5867;s:31:\"apihelp-query+blocks-param-show\";i:5868;s:35:\"apihelp-query+blocks-example-simple\";i:5869;s:34:\"apihelp-query+blocks-example-users\";i:5870;s:32:\"apihelp-query+categories-summary\";i:5871;s:35:\"apihelp-query+categories-param-prop\";i:5872;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5873;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5874;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5875;s:35:\"apihelp-query+categories-param-show\";i:5876;s:36:\"apihelp-query+categories-param-limit\";i:5877;s:41:\"apihelp-query+categories-param-categories\";i:5878;s:34:\"apihelp-query+categories-param-dir\";i:5879;s:39:\"apihelp-query+categories-example-simple\";i:5880;s:42:\"apihelp-query+categories-example-generator\";i:5881;s:34:\"apihelp-query+categoryinfo-summary\";i:5882;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5883;s:37:\"apihelp-query+categorymembers-summary\";i:5884;s:41:\"apihelp-query+categorymembers-param-title\";i:5885;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5886;s:40:\"apihelp-query+categorymembers-param-prop\";i:5887;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5888;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5889;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5890;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5891;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5892;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5893;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5894;s:40:\"apihelp-query+categorymembers-param-type\";i:5895;s:41:\"apihelp-query+categorymembers-param-limit\";i:5896;s:40:\"apihelp-query+categorymembers-param-sort\";i:5897;s:39:\"apihelp-query+categorymembers-param-dir\";i:5898;s:41:\"apihelp-query+categorymembers-param-start\";i:5899;s:39:\"apihelp-query+categorymembers-param-end\";i:5900;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5901;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5902;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5903;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5904;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5905;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5906;s:44:\"apihelp-query+categorymembers-example-simple\";i:5907;s:47:\"apihelp-query+categorymembers-example-generator\";i:5908;s:34:\"apihelp-query+contributors-summary\";i:5909;s:52:\"apihelp-query+contributors-summary-tempusers-enabled\";i:5910;s:38:\"apihelp-query+contributors-param-group\";i:5911;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5912;s:39:\"apihelp-query+contributors-param-rights\";i:5913;s:46:\"apihelp-query+contributors-param-excluderights\";i:5914;s:38:\"apihelp-query+contributors-param-limit\";i:5915;s:41:\"apihelp-query+contributors-example-simple\";i:5916;s:38:\"apihelp-query+deletedrevisions-summary\";i:5917;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5918;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5919;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5920;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5921;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5922;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5923;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5924;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5925;s:33:\"apihelp-query+deletedrevs-summary\";i:5926;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5927;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5928;s:37:\"apihelp-query+deletedrevs-param-start\";i:5929;s:35:\"apihelp-query+deletedrevs-param-end\";i:5930;s:36:\"apihelp-query+deletedrevs-param-from\";i:5931;s:34:\"apihelp-query+deletedrevs-param-to\";i:5932;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5933;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5934;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5935;s:36:\"apihelp-query+deletedrevs-param-user\";i:5936;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5937;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5938;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5939;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5940;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5941;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5942;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5943;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5944;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5945;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5946;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:5947;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5948;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5949;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5950;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5951;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5952;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5953;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5954;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5955;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5956;s:30:\"apihelp-query+disabled-summary\";i:5957;s:36:\"apihelp-query+duplicatefiles-summary\";i:5958;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5959;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5960;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5961;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5962;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5963;s:32:\"apihelp-query+embeddedin-summary\";i:5964;s:36:\"apihelp-query+embeddedin-param-title\";i:5965;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5966;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5967;s:34:\"apihelp-query+embeddedin-param-dir\";i:5968;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5969;s:36:\"apihelp-query+embeddedin-param-limit\";i:5970;s:39:\"apihelp-query+embeddedin-example-simple\";i:5971;s:42:\"apihelp-query+embeddedin-example-generator\";i:5972;s:30:\"apihelp-query+extlinks-summary\";i:5973;s:34:\"apihelp-query+extlinks-param-limit\";i:5974;s:37:\"apihelp-query+extlinks-param-protocol\";i:5975;s:34:\"apihelp-query+extlinks-param-query\";i:5976;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5977;s:37:\"apihelp-query+extlinks-example-simple\";i:5978;s:33:\"apihelp-query+exturlusage-summary\";i:5979;s:36:\"apihelp-query+exturlusage-param-prop\";i:5980;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5981;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5982;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5983;s:40:\"apihelp-query+exturlusage-param-protocol\";i:5984;s:37:\"apihelp-query+exturlusage-param-query\";i:5985;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5986;s:37:\"apihelp-query+exturlusage-param-limit\";i:5987;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5988;s:40:\"apihelp-query+exturlusage-example-simple\";i:5989;s:33:\"apihelp-query+filearchive-summary\";i:5990;s:36:\"apihelp-query+filearchive-param-from\";i:5991;s:34:\"apihelp-query+filearchive-param-to\";i:5992;s:38:\"apihelp-query+filearchive-param-prefix\";i:5993;s:37:\"apihelp-query+filearchive-param-limit\";i:5994;s:35:\"apihelp-query+filearchive-param-dir\";i:5995;s:36:\"apihelp-query+filearchive-param-sha1\";i:5996;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5997;s:36:\"apihelp-query+filearchive-param-prop\";i:5998;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5999;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:6000;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:6001;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:6002;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:6003;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:6004;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:6005;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:6006;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:6007;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:6008;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:6009;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:6010;s:40:\"apihelp-query+filearchive-example-simple\";i:6011;s:34:\"apihelp-query+filerepoinfo-summary\";i:6012;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:6013;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:6014;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:6015;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:6016;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:6017;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:6018;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:6019;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:6020;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:6021;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:6022;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:6023;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:6024;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:6025;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:6026;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:6027;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:6028;s:31:\"apihelp-query+fileusage-summary\";i:6029;s:34:\"apihelp-query+fileusage-param-prop\";i:6030;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:6031;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:6032;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:6033;s:39:\"apihelp-query+fileusage-param-namespace\";i:6034;s:35:\"apihelp-query+fileusage-param-limit\";i:6035;s:34:\"apihelp-query+fileusage-param-show\";i:6036;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:6037;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:6038;s:38:\"apihelp-query+fileusage-example-simple\";i:6039;s:41:\"apihelp-query+fileusage-example-generator\";i:6040;s:31:\"apihelp-query+imageinfo-summary\";i:6041;s:34:\"apihelp-query+imageinfo-param-prop\";i:6042;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:6043;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:6044;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:6045;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:6046;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:6047;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:6048;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:6049;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6050;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6051;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6052;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6053;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6054;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6055;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6056;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6057;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6058;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6059;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6060;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6061;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6062;s:35:\"apihelp-query+imageinfo-param-limit\";i:6063;s:35:\"apihelp-query+imageinfo-param-start\";i:6064;s:33:\"apihelp-query+imageinfo-param-end\";i:6065;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6066;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:6067;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6068;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6069;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6070;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6071;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6072;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6073;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6074;s:38:\"apihelp-query+imageinfo-example-simple\";i:6075;s:37:\"apihelp-query+imageinfo-example-dated\";i:6076;s:28:\"apihelp-query+images-summary\";i:6077;s:32:\"apihelp-query+images-param-limit\";i:6078;s:33:\"apihelp-query+images-param-images\";i:6079;s:30:\"apihelp-query+images-param-dir\";i:6080;s:35:\"apihelp-query+images-example-simple\";i:6081;s:38:\"apihelp-query+images-example-generator\";i:6082;s:32:\"apihelp-query+imageusage-summary\";i:6083;s:36:\"apihelp-query+imageusage-param-title\";i:6084;s:37:\"apihelp-query+imageusage-param-pageid\";i:6085;s:40:\"apihelp-query+imageusage-param-namespace\";i:6086;s:34:\"apihelp-query+imageusage-param-dir\";i:6087;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6088;s:36:\"apihelp-query+imageusage-param-limit\";i:6089;s:39:\"apihelp-query+imageusage-param-redirect\";i:6090;s:39:\"apihelp-query+imageusage-example-simple\";i:6091;s:42:\"apihelp-query+imageusage-example-generator\";i:6092;s:26:\"apihelp-query+info-summary\";i:6093;s:29:\"apihelp-query+info-param-prop\";i:6094;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6095;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6096;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6097;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6098;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6099;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6100;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6101;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6102;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6103;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6104;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6105;s:49:\"apihelp-query+info-paramvalue-prop-preloadcontent\";i:6106;s:47:\"apihelp-query+info-paraminfo-preloadcontentonly\";i:6107;s:38:\"apihelp-query+info-param-preloadcustom\";i:6108;s:38:\"apihelp-query+info-param-preloadparams\";i:6109;s:42:\"apihelp-query+info-param-preloadnewsection\";i:6110;s:44:\"apihelp-query+info-paramvalue-prop-editintro\";i:6111;s:42:\"apihelp-query+info-paraminfo-editintroonly\";i:6112;s:39:\"apihelp-query+info-param-editintrostyle\";i:6113;s:38:\"apihelp-query+info-param-editintroskip\";i:6114;s:40:\"apihelp-query+info-param-editintrocustom\";i:6115;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6116;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6117;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6118;s:36:\"apihelp-query+info-param-linkcontext\";i:6119;s:36:\"apihelp-query+info-param-testactions\";i:6120;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6121;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6122;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6123;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6124;s:46:\"apihelp-query+info-param-testactionsautocreate\";i:6125;s:33:\"apihelp-query+info-example-simple\";i:6126;s:37:\"apihelp-query+info-example-protection\";i:6127;s:33:\"apihelp-query+iwbacklinks-summary\";i:6128;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6129;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6130;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6131;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6132;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6133;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6134;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6135;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6136;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6137;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6138;s:29:\"apihelp-query+iwlinks-summary\";i:6139;s:31:\"apihelp-query+iwlinks-param-url\";i:6140;s:32:\"apihelp-query+iwlinks-param-prop\";i:6141;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6142;s:33:\"apihelp-query+iwlinks-param-limit\";i:6143;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6144;s:33:\"apihelp-query+iwlinks-param-title\";i:6145;s:31:\"apihelp-query+iwlinks-param-dir\";i:6146;s:36:\"apihelp-query+iwlinks-example-simple\";i:6147;s:35:\"apihelp-query+langbacklinks-summary\";i:6148;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6149;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6150;s:39:\"apihelp-query+langbacklinks-param-title\";i:6151;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6152;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6153;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6154;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6155;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6156;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6157;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6158;s:31:\"apihelp-query+langlinks-summary\";i:6159;s:35:\"apihelp-query+langlinks-param-limit\";i:6160;s:33:\"apihelp-query+langlinks-param-url\";i:6161;s:34:\"apihelp-query+langlinks-param-prop\";i:6162;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6163;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6164;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6165;s:34:\"apihelp-query+langlinks-param-lang\";i:6166;s:35:\"apihelp-query+langlinks-param-title\";i:6167;s:33:\"apihelp-query+langlinks-param-dir\";i:6168;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6169;s:38:\"apihelp-query+langlinks-example-simple\";i:6170;s:34:\"apihelp-query+languageinfo-summary\";i:6171;s:47:\"apihelp-query+languageinfo-extended-description\";i:6172;s:37:\"apihelp-query+languageinfo-param-prop\";i:6173;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6174;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6175;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6176;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6177;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6178;s:55:\"apihelp-query+languageinfo-paramvalue-prop-variantnames\";i:6179;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6180;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6181;s:37:\"apihelp-query+languageinfo-param-code\";i:6182;s:41:\"apihelp-query+languageinfo-example-simple\";i:6183;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6184;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6185;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6186;s:27:\"apihelp-query+links-summary\";i:6187;s:35:\"apihelp-query+links-param-namespace\";i:6188;s:31:\"apihelp-query+links-param-limit\";i:6189;s:32:\"apihelp-query+links-param-titles\";i:6190;s:29:\"apihelp-query+links-param-dir\";i:6191;s:34:\"apihelp-query+links-example-simple\";i:6192;s:37:\"apihelp-query+links-example-generator\";i:6193;s:38:\"apihelp-query+links-example-namespaces\";i:6194;s:31:\"apihelp-query+linkshere-summary\";i:6195;s:34:\"apihelp-query+linkshere-param-prop\";i:6196;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6197;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6198;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6199;s:39:\"apihelp-query+linkshere-param-namespace\";i:6200;s:35:\"apihelp-query+linkshere-param-limit\";i:6201;s:34:\"apihelp-query+linkshere-param-show\";i:6202;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6203;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6204;s:38:\"apihelp-query+linkshere-example-simple\";i:6205;s:41:\"apihelp-query+linkshere-example-generator\";i:6206;s:31:\"apihelp-query+logevents-summary\";i:6207;s:34:\"apihelp-query+logevents-param-prop\";i:6208;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6209;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6210;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6211;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6212;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6213;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6214;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6215;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6216;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6217;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6218;s:34:\"apihelp-query+logevents-param-type\";i:6219;s:36:\"apihelp-query+logevents-param-action\";i:6220;s:35:\"apihelp-query+logevents-param-start\";i:6221;s:33:\"apihelp-query+logevents-param-end\";i:6222;s:34:\"apihelp-query+logevents-param-user\";i:6223;s:35:\"apihelp-query+logevents-param-title\";i:6224;s:39:\"apihelp-query+logevents-param-namespace\";i:6225;s:36:\"apihelp-query+logevents-param-prefix\";i:6226;s:33:\"apihelp-query+logevents-param-tag\";i:6227;s:35:\"apihelp-query+logevents-param-limit\";i:6228;s:38:\"apihelp-query+logevents-example-simple\";i:6229;s:35:\"apihelp-query+pagepropnames-summary\";i:6230;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6231;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6232;s:31:\"apihelp-query+pageprops-summary\";i:6233;s:34:\"apihelp-query+pageprops-param-prop\";i:6234;s:38:\"apihelp-query+pageprops-example-simple\";i:6235;s:35:\"apihelp-query+pageswithprop-summary\";i:6236;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6237;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6238;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:6239;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6240;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6241;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6242;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6243;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6244;s:45:\"apihelp-query+pageswithprop-example-generator\";i:6245;s:34:\"apihelp-query+prefixsearch-summary\";i:6246;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6247;s:39:\"apihelp-query+prefixsearch-param-search\";i:6248;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6249;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6250;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6251;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6252;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6253;s:37:\"apihelp-query+protectedtitles-summary\";i:6254;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6255;s:41:\"apihelp-query+protectedtitles-param-level\";i:6256;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6257;s:41:\"apihelp-query+protectedtitles-param-start\";i:6258;s:39:\"apihelp-query+protectedtitles-param-end\";i:6259;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6260;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6261;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6262;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6263;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6264;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6265;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6266;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6267;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6268;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6269;s:31:\"apihelp-query+querypage-summary\";i:6270;s:34:\"apihelp-query+querypage-param-page\";i:6271;s:35:\"apihelp-query+querypage-param-limit\";i:6272;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6273;s:28:\"apihelp-query+random-summary\";i:6274;s:41:\"apihelp-query+random-extended-description\";i:6275;s:36:\"apihelp-query+random-param-namespace\";i:6276;s:32:\"apihelp-query+random-param-limit\";i:6277;s:35:\"apihelp-query+random-param-redirect\";i:6278;s:38:\"apihelp-query+random-param-filterredir\";i:6279;s:35:\"apihelp-query+random-example-simple\";i:6280;s:38:\"apihelp-query+random-example-generator\";i:6281;s:35:\"apihelp-query+recentchanges-summary\";i:6282;s:39:\"apihelp-query+recentchanges-param-start\";i:6283;s:37:\"apihelp-query+recentchanges-param-end\";i:6284;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6285;s:38:\"apihelp-query+recentchanges-param-user\";i:6286;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6287;s:37:\"apihelp-query+recentchanges-param-tag\";i:6288;s:38:\"apihelp-query+recentchanges-param-slot\";i:6289;s:38:\"apihelp-query+recentchanges-param-prop\";i:6290;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6291;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6292;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6293;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6294;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6295;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6296;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6297;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6298;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6299;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6300;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6301;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6302;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6303;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6304;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6305;s:38:\"apihelp-query+recentchanges-param-show\";i:6306;s:39:\"apihelp-query+recentchanges-param-limit\";i:6307;s:38:\"apihelp-query+recentchanges-param-type\";i:6308;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6309;s:39:\"apihelp-query+recentchanges-param-title\";i:6310;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6311;s:42:\"apihelp-query+recentchanges-example-simple\";i:6312;s:45:\"apihelp-query+recentchanges-example-generator\";i:6313;s:31:\"apihelp-query+redirects-summary\";i:6314;s:34:\"apihelp-query+redirects-param-prop\";i:6315;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:6316;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:6317;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:6318;s:39:\"apihelp-query+redirects-param-namespace\";i:6319;s:35:\"apihelp-query+redirects-param-limit\";i:6320;s:34:\"apihelp-query+redirects-param-show\";i:6321;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6322;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6323;s:38:\"apihelp-query+redirects-example-simple\";i:6324;s:41:\"apihelp-query+redirects-example-generator\";i:6325;s:31:\"apihelp-query+revisions-summary\";i:6326;s:44:\"apihelp-query+revisions-extended-description\";i:6327;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6328;s:37:\"apihelp-query+revisions-param-startid\";i:6329;s:35:\"apihelp-query+revisions-param-endid\";i:6330;s:35:\"apihelp-query+revisions-param-start\";i:6331;s:33:\"apihelp-query+revisions-param-end\";i:6332;s:34:\"apihelp-query+revisions-param-user\";i:6333;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6334;s:33:\"apihelp-query+revisions-param-tag\";i:6335;s:39:\"apihelp-query+revisions-example-content\";i:6336;s:37:\"apihelp-query+revisions-example-last5\";i:6337;s:38:\"apihelp-query+revisions-example-first5\";i:6338;s:44:\"apihelp-query+revisions-example-first5-after\";i:6339;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6340;s:43:\"apihelp-query+revisions-example-first5-user\";i:6341;s:39:\"apihelp-query+revisions+base-param-prop\";i:6342;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6343;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6344;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6345;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6346;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6347;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6348;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6349;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6350;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6351;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6352;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6353;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6354;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:6355;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:6356;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6357;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6358;s:40:\"apihelp-query+revisions+base-param-slots\";i:6359;s:53:\"apihelp-query+revisions+base-param-contentformat-slot\";i:6360;s:40:\"apihelp-query+revisions+base-param-limit\";i:6361;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6362;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6363;s:40:\"apihelp-query+revisions+base-param-parse\";i:6364;s:42:\"apihelp-query+revisions+base-param-section\";i:6365;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6366;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6367;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6368;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6369;s:28:\"apihelp-query+search-summary\";i:6370;s:33:\"apihelp-query+search-param-search\";i:6371;s:36:\"apihelp-query+search-param-namespace\";i:6372;s:31:\"apihelp-query+search-param-what\";i:6373;s:31:\"apihelp-query+search-param-info\";i:6374;s:31:\"apihelp-query+search-param-prop\";i:6375;s:36:\"apihelp-query+search-param-qiprofile\";i:6376;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6377;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6378;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6379;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6380;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6381;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6382;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6383;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6384;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6385;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6386;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6387;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6388;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:6389;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:6390;s:32:\"apihelp-query+search-param-limit\";i:6391;s:36:\"apihelp-query+search-param-interwiki\";i:6392;s:34:\"apihelp-query+search-param-backend\";i:6393;s:41:\"apihelp-query+search-param-enablerewrites\";i:6394;s:31:\"apihelp-query+search-param-sort\";i:6395;s:35:\"apihelp-query+search-example-simple\";i:6396;s:33:\"apihelp-query+search-example-text\";i:6397;s:38:\"apihelp-query+search-example-generator\";i:6398;s:30:\"apihelp-query+siteinfo-summary\";i:6399;s:33:\"apihelp-query+siteinfo-param-prop\";i:6400;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6401;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6402;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6403;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6404;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6405;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6406;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6407;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6408;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6409;s:57:\"apihelp-query+siteinfo-paramvalue-prop-autocreatetempuser\";i:6410;s:54:\"apihelp-query+siteinfo-paramvalue-prop-clientlibraries\";i:6411;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6412;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6413;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6414;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6415;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6416;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6417;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6418;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6419;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6420;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6421;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6422;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6423;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6424;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6425;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6426;s:50:\"apihelp-query+siteinfo-paramvalue-prop-autopromote\";i:6427;s:54:\"apihelp-query+siteinfo-paramvalue-prop-autopromoteonce\";i:6428;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6429;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6430;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6431;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6432;s:37:\"apihelp-query+siteinfo-example-simple\";i:6433;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6434;s:37:\"apihelp-query+siteinfo-example-replag\";i:6435;s:36:\"apihelp-query+stashimageinfo-summary\";i:6436;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6437;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6438;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6439;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6440;s:26:\"apihelp-query+tags-summary\";i:6441;s:30:\"apihelp-query+tags-param-limit\";i:6442;s:29:\"apihelp-query+tags-param-prop\";i:6443;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6444;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6445;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6446;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6447;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6448;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6449;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6450;s:33:\"apihelp-query+tags-example-simple\";i:6451;s:31:\"apihelp-query+templates-summary\";i:6452;s:39:\"apihelp-query+templates-param-namespace\";i:6453;s:35:\"apihelp-query+templates-param-limit\";i:6454;s:39:\"apihelp-query+templates-param-templates\";i:6455;s:33:\"apihelp-query+templates-param-dir\";i:6456;s:38:\"apihelp-query+templates-example-simple\";i:6457;s:41:\"apihelp-query+templates-example-generator\";i:6458;s:42:\"apihelp-query+templates-example-namespaces\";i:6459;s:28:\"apihelp-query+tokens-summary\";i:6460;s:31:\"apihelp-query+tokens-param-type\";i:6461;s:35:\"apihelp-query+tokens-example-simple\";i:6462;s:34:\"apihelp-query+tokens-example-types\";i:6463;s:35:\"apihelp-query+transcludedin-summary\";i:6464;s:38:\"apihelp-query+transcludedin-param-prop\";i:6465;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6466;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6467;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6468;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6469;s:39:\"apihelp-query+transcludedin-param-limit\";i:6470;s:38:\"apihelp-query+transcludedin-param-show\";i:6471;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6472;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6473;s:42:\"apihelp-query+transcludedin-example-simple\";i:6474;s:45:\"apihelp-query+transcludedin-example-generator\";i:6475;s:34:\"apihelp-query+usercontribs-summary\";i:6476;s:38:\"apihelp-query+usercontribs-param-limit\";i:6477;s:38:\"apihelp-query+usercontribs-param-start\";i:6478;s:36:\"apihelp-query+usercontribs-param-end\";i:6479;s:37:\"apihelp-query+usercontribs-param-user\";i:6480;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6481;s:40:\"apihelp-query+usercontribs-param-userids\";i:6482;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6483;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6484;s:37:\"apihelp-query+usercontribs-param-prop\";i:6485;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6486;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6487;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6488;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6489;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6490;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6491;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6492;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6493;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6494;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6495;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6496;s:37:\"apihelp-query+usercontribs-param-show\";i:6497;s:36:\"apihelp-query+usercontribs-param-tag\";i:6498;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6499;s:39:\"apihelp-query+usercontribs-example-user\";i:6500;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6501;s:30:\"apihelp-query+userinfo-summary\";i:6502;s:33:\"apihelp-query+userinfo-param-prop\";i:6503;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6504;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6505;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6506;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6507;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6508;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6509;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6510;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6511;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6512;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6513;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6514;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6515;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6516;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6517;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6518;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6519;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6520;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6521;s:55:\"apihelp-query+userinfo-paramvalue-prop-cancreateaccount\";i:6522;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6523;s:37:\"apihelp-query+userinfo-example-simple\";i:6524;s:35:\"apihelp-query+userinfo-example-data\";i:6525;s:27:\"apihelp-query+users-summary\";i:6526;s:30:\"apihelp-query+users-param-prop\";i:6527;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6528;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6529;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6530;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6531;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6532;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6533;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6534;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6535;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6536;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6537;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6538;s:38:\"apihelp-query+users-param-attachedwiki\";i:6539;s:31:\"apihelp-query+users-param-users\";i:6540;s:33:\"apihelp-query+users-param-userids\";i:6541;s:34:\"apihelp-query+users-example-simple\";i:6542;s:31:\"apihelp-query+watchlist-summary\";i:6543;s:36:\"apihelp-query+watchlist-param-allrev\";i:6544;s:35:\"apihelp-query+watchlist-param-start\";i:6545;s:33:\"apihelp-query+watchlist-param-end\";i:6546;s:39:\"apihelp-query+watchlist-param-namespace\";i:6547;s:34:\"apihelp-query+watchlist-param-user\";i:6548;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6549;s:35:\"apihelp-query+watchlist-param-limit\";i:6550;s:34:\"apihelp-query+watchlist-param-prop\";i:6551;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6552;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:6553;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6554;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:6555;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:6556;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:6557;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6558;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:6559;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:6560;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6561;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6562;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6563;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:6564;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6565;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6566;s:34:\"apihelp-query+watchlist-param-show\";i:6567;s:34:\"apihelp-query+watchlist-param-type\";i:6568;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6569;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:6570;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:6571;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:6572;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6573;s:35:\"apihelp-query+watchlist-param-owner\";i:6574;s:35:\"apihelp-query+watchlist-param-token\";i:6575;s:38:\"apihelp-query+watchlist-example-simple\";i:6576;s:37:\"apihelp-query+watchlist-example-props\";i:6577;s:38:\"apihelp-query+watchlist-example-expiry\";i:6578;s:38:\"apihelp-query+watchlist-example-allrev\";i:6579;s:41:\"apihelp-query+watchlist-example-generator\";i:6580;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6581;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6582;s:34:\"apihelp-query+watchlistraw-summary\";i:6583;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6584;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6585;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6586;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6587;s:37:\"apihelp-query+watchlistraw-param-show\";i:6588;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6589;s:38:\"apihelp-query+watchlistraw-param-token\";i:6590;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6591;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6592;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6593;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6594;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6595;s:40:\"apihelp-removeauthenticationdata-summary\";i:6596;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6597;s:29:\"apihelp-resetpassword-summary\";i:6598;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6599;s:32:\"apihelp-resetpassword-param-user\";i:6600;s:33:\"apihelp-resetpassword-param-email\";i:6601;s:34:\"apihelp-resetpassword-example-user\";i:6602;s:35:\"apihelp-resetpassword-example-email\";i:6603;s:30:\"apihelp-revisiondelete-summary\";i:6604;s:33:\"apihelp-revisiondelete-param-type\";i:6605;s:35:\"apihelp-revisiondelete-param-target\";i:6606;s:32:\"apihelp-revisiondelete-param-ids\";i:6607;s:33:\"apihelp-revisiondelete-param-hide\";i:6608;s:33:\"apihelp-revisiondelete-param-show\";i:6609;s:37:\"apihelp-revisiondelete-param-suppress\";i:6610;s:35:\"apihelp-revisiondelete-param-reason\";i:6611;s:33:\"apihelp-revisiondelete-param-tags\";i:6612;s:39:\"apihelp-revisiondelete-example-revision\";i:6613;s:34:\"apihelp-revisiondelete-example-log\";i:6614;s:24:\"apihelp-rollback-summary\";i:6615;s:37:\"apihelp-rollback-extended-description\";i:6616;s:28:\"apihelp-rollback-param-title\";i:6617;s:29:\"apihelp-rollback-param-pageid\";i:6618;s:27:\"apihelp-rollback-param-tags\";i:6619;s:27:\"apihelp-rollback-param-user\";i:6620;s:30:\"apihelp-rollback-param-summary\";i:6621;s:30:\"apihelp-rollback-param-markbot\";i:6622;s:32:\"apihelp-rollback-param-watchlist\";i:6623;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6624;s:31:\"apihelp-rollback-example-simple\";i:6625;s:32:\"apihelp-rollback-example-summary\";i:6626;s:19:\"apihelp-rsd-summary\";i:6627;s:26:\"apihelp-rsd-example-simple\";i:6628;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6629;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6630;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6631;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6632;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6633;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6634;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6635;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6636;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6637;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6638;s:31:\"apihelp-setpagelanguage-summary\";i:6639;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6640;s:35:\"apihelp-setpagelanguage-param-title\";i:6641;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6642;s:34:\"apihelp-setpagelanguage-param-lang\";i:6643;s:36:\"apihelp-setpagelanguage-param-reason\";i:6644;s:34:\"apihelp-setpagelanguage-param-tags\";i:6645;s:40:\"apihelp-setpagelanguage-example-language\";i:6646;s:39:\"apihelp-setpagelanguage-example-default\";i:6647;s:25:\"apihelp-stashedit-summary\";i:6648;s:38:\"apihelp-stashedit-extended-description\";i:6649;s:29:\"apihelp-stashedit-param-title\";i:6650;s:31:\"apihelp-stashedit-param-section\";i:6651;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6652;s:28:\"apihelp-stashedit-param-text\";i:6653;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6654;s:36:\"apihelp-stashedit-param-contentmodel\";i:6655;s:37:\"apihelp-stashedit-param-contentformat\";i:6656;s:33:\"apihelp-stashedit-param-baserevid\";i:6657;s:31:\"apihelp-stashedit-param-summary\";i:6658;s:19:\"apihelp-tag-summary\";i:6659;s:22:\"apihelp-tag-param-rcid\";i:6660;s:23:\"apihelp-tag-param-revid\";i:6661;s:23:\"apihelp-tag-param-logid\";i:6662;s:21:\"apihelp-tag-param-add\";i:6663;s:24:\"apihelp-tag-param-remove\";i:6664;s:24:\"apihelp-tag-param-reason\";i:6665;s:22:\"apihelp-tag-param-tags\";i:6666;s:23:\"apihelp-tag-example-rev\";i:6667;s:23:\"apihelp-tag-example-log\";i:6668;s:23:\"apihelp-unblock-summary\";i:6669;s:24:\"apihelp-unblock-param-id\";i:6670;s:26:\"apihelp-unblock-param-user\";i:6671;s:28:\"apihelp-unblock-param-userid\";i:6672;s:28:\"apihelp-unblock-param-reason\";i:6673;s:26:\"apihelp-unblock-param-tags\";i:6674;s:31:\"apihelp-unblock-param-watchuser\";i:6675;s:37:\"apihelp-unblock-param-watchlistexpiry\";i:6676;s:26:\"apihelp-unblock-example-id\";i:6677;s:28:\"apihelp-unblock-example-user\";i:6678;s:24:\"apihelp-undelete-summary\";i:6679;s:37:\"apihelp-undelete-extended-description\";i:6680;s:28:\"apihelp-undelete-param-title\";i:6681;s:29:\"apihelp-undelete-param-reason\";i:6682;s:27:\"apihelp-undelete-param-tags\";i:6683;s:33:\"apihelp-undelete-param-timestamps\";i:6684;s:30:\"apihelp-undelete-param-fileids\";i:6685;s:32:\"apihelp-undelete-param-watchlist\";i:6686;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6687;s:35:\"apihelp-undelete-param-undeletetalk\";i:6688;s:29:\"apihelp-undelete-example-page\";i:6689;s:34:\"apihelp-undelete-example-revisions\";i:6690;s:29:\"apihelp-unlinkaccount-summary\";i:6691;s:36:\"apihelp-unlinkaccount-example-simple\";i:6692;s:22:\"apihelp-upload-summary\";i:6693;s:35:\"apihelp-upload-extended-description\";i:6694;s:29:\"apihelp-upload-param-filename\";i:6695;s:28:\"apihelp-upload-param-comment\";i:6696;s:25:\"apihelp-upload-param-tags\";i:6697;s:25:\"apihelp-upload-param-text\";i:6698;s:26:\"apihelp-upload-param-watch\";i:6699;s:30:\"apihelp-upload-param-watchlist\";i:6700;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6701;s:35:\"apihelp-upload-param-ignorewarnings\";i:6702;s:25:\"apihelp-upload-param-file\";i:6703;s:24:\"apihelp-upload-param-url\";i:6704;s:28:\"apihelp-upload-param-filekey\";i:6705;s:31:\"apihelp-upload-param-sessionkey\";i:6706;s:26:\"apihelp-upload-param-stash\";i:6707;s:29:\"apihelp-upload-param-filesize\";i:6708;s:27:\"apihelp-upload-param-offset\";i:6709;s:26:\"apihelp-upload-param-chunk\";i:6710;s:26:\"apihelp-upload-param-async\";i:6711;s:32:\"apihelp-upload-param-checkstatus\";i:6712;s:26:\"apihelp-upload-example-url\";i:6713;s:30:\"apihelp-upload-example-filekey\";i:6714;s:26:\"apihelp-userrights-summary\";i:6715;s:29:\"apihelp-userrights-param-user\";i:6716;s:31:\"apihelp-userrights-param-userid\";i:6717;s:28:\"apihelp-userrights-param-add\";i:6718;s:31:\"apihelp-userrights-param-expiry\";i:6719;s:31:\"apihelp-userrights-param-remove\";i:6720;s:31:\"apihelp-userrights-param-reason\";i:6721;s:29:\"apihelp-userrights-param-tags\";i:6722;s:34:\"apihelp-userrights-param-watchuser\";i:6723;s:40:\"apihelp-userrights-param-watchlistexpiry\";i:6724;s:31:\"apihelp-userrights-example-user\";i:6725;s:33:\"apihelp-userrights-example-userid\";i:6726;s:33:\"apihelp-userrights-example-expiry\";i:6727;s:32:\"apihelp-validatepassword-summary\";i:6728;s:45:\"apihelp-validatepassword-extended-description\";i:6729;s:39:\"apihelp-validatepassword-param-password\";i:6730;s:35:\"apihelp-validatepassword-param-user\";i:6731;s:36:\"apihelp-validatepassword-param-email\";i:6732;s:39:\"apihelp-validatepassword-param-realname\";i:6733;s:34:\"apihelp-validatepassword-example-1\";i:6734;s:34:\"apihelp-validatepassword-example-2\";i:6735;s:21:\"apihelp-watch-summary\";i:6736;s:25:\"apihelp-watch-param-title\";i:6737;s:26:\"apihelp-watch-param-expiry\";i:6738;s:27:\"apihelp-watch-param-unwatch\";i:6739;s:27:\"apihelp-watch-example-watch\";i:6740;s:34:\"apihelp-watch-example-watch-expiry\";i:6741;s:29:\"apihelp-watch-example-unwatch\";i:6742;s:31:\"apihelp-watch-example-generator\";i:6743;s:30:\"apihelp-format-example-generic\";i:6744;s:32:\"apihelp-format-param-wrappedhtml\";i:6745;s:20:\"apihelp-json-summary\";i:6746;s:27:\"apihelp-json-param-callback\";i:6747;s:23:\"apihelp-json-param-utf8\";i:6748;s:24:\"apihelp-json-param-ascii\";i:6749;s:32:\"apihelp-json-param-formatversion\";i:6750;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6751;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6752;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6753;s:22:\"apihelp-jsonfm-summary\";i:6754;s:20:\"apihelp-none-summary\";i:6755;s:19:\"apihelp-php-summary\";i:6756;s:31:\"apihelp-php-param-formatversion\";i:6757;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6758;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6759;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6760;s:21:\"apihelp-phpfm-summary\";i:6761;s:21:\"apihelp-rawfm-summary\";i:6762;s:19:\"apihelp-xml-summary\";i:6763;s:22:\"apihelp-xml-param-xslt\";i:6764;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6765;s:21:\"apihelp-xmlfm-summary\";i:6766;s:16:\"api-format-title\";i:6767;s:29:\"api-format-prettyprint-header\";i:6768;s:39:\"api-format-prettyprint-header-only-html\";i:6769;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6770;s:29:\"api-format-prettyprint-status\";i:6771;s:22:\"api-login-fail-aborted\";i:6772;s:30:\"api-login-fail-aborted-nobotpw\";i:6773;s:33:\"api-login-fail-badsessionprovider\";i:6774;s:25:\"api-login-fail-sameorigin\";i:6775;s:24:\"api-pageset-param-titles\";i:6776;s:25:\"api-pageset-param-pageids\";i:6777;s:24:\"api-pageset-param-revids\";i:6778;s:27:\"api-pageset-param-generator\";i:6779;s:37:\"api-pageset-param-redirects-generator\";i:6780;s:39:\"api-pageset-param-redirects-nogenerator\";i:6781;s:31:\"api-pageset-param-converttitles\";i:6782;s:14:\"api-help-title\";i:6783;s:13:\"api-help-lead\";i:6784;s:20:\"api-help-main-header\";i:6785;s:28:\"api-help-undocumented-module\";i:6786;s:14:\"api-help-flags\";i:6787;s:24:\"api-help-flag-deprecated\";i:6788;s:22:\"api-help-flag-internal\";i:6789;s:24:\"api-help-flag-readrights\";i:6790;s:25:\"api-help-flag-writerights\";i:6791;s:26:\"api-help-flag-mustbeposted\";i:6792;s:23:\"api-help-flag-generator\";i:6793;s:15:\"api-help-source\";i:6794;s:23:\"api-help-source-unknown\";i:6795;s:16:\"api-help-license\";i:6796;s:23:\"api-help-license-noname\";i:6797;s:24:\"api-help-license-unknown\";i:6798;s:18:\"api-help-help-urls\";i:6799;s:19:\"api-help-parameters\";i:6800;s:24:\"api-help-parameters-note\";i:6801;s:25:\"api-help-param-deprecated\";i:6802;s:31:\"api-help-param-deprecated-label\";i:6803;s:23:\"api-help-param-internal\";i:6804;s:29:\"api-help-param-internal-label\";i:6805;s:24:\"api-help-param-templated\";i:6806;s:34:\"api-help-param-templated-var-first\";i:6807;s:28:\"api-help-param-templated-var\";i:6808;s:25:\"api-help-datatypes-header\";i:6809;s:22:\"api-help-datatypes-top\";i:6810;s:25:\"api-help-datatype-boolean\";i:6811;s:24:\"api-help-datatype-expiry\";i:6812;s:27:\"api-help-datatype-timestamp\";i:6813;s:31:\"api-help-templatedparams-header\";i:6814;s:24:\"api-help-templatedparams\";i:6815;s:26:\"api-help-param-type-expiry\";i:6816;s:25:\"api-help-param-type-limit\";i:6817;s:35:\"api-help-param-type-presenceboolean\";i:6818;s:29:\"api-help-param-type-timestamp\";i:6819;s:24:\"api-help-param-type-enum\";i:6820;s:29:\"api-help-param-multi-separate\";i:6821;s:24:\"api-help-param-multi-all\";i:6822;s:28:\"api-help-param-default-empty\";i:6823;s:20:\"api-help-param-token\";i:6824;s:26:\"api-help-param-token-webui\";i:6825;s:37:\"api-help-param-disabled-in-miser-mode\";i:6826;s:36:\"api-help-param-limited-in-miser-mode\";i:6827;s:24:\"api-help-param-direction\";i:6828;s:35:\"api-help-paramvalue-direction-newer\";i:6829;s:35:\"api-help-paramvalue-direction-older\";i:6830;s:23:\"api-help-param-continue\";i:6831;s:29:\"api-help-param-no-description\";i:6832;s:17:\"api-help-examples\";i:6833;s:20:\"api-help-permissions\";i:6834;s:31:\"api-help-permissions-granted-to\";i:6835;s:28:\"api-help-right-apihighlimits\";i:6836;s:27:\"api-help-open-in-apisandbox\";i:6837;s:32:\"api-help-no-extended-description\";i:6838;s:34:\"api-help-authmanager-general-usage\";i:6839;s:35:\"api-help-authmanagerhelper-requests\";i:6840;s:34:\"api-help-authmanagerhelper-request\";i:6841;s:40:\"api-help-authmanagerhelper-messageformat\";i:6842;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6843;s:40:\"api-help-authmanagerhelper-preservestate\";i:6844;s:36:\"api-help-authmanagerhelper-returnurl\";i:6845;s:35:\"api-help-authmanagerhelper-continue\";i:6846;s:44:\"api-help-authmanagerhelper-additional-params\";i:6847;s:27:\"apierror-allimages-redirect\";i:6848;s:37:\"apierror-allpages-generator-redirects\";i:6849;s:26:\"apierror-alreadyregistered\";i:6850;s:27:\"apierror-appendnotsupported\";i:6851;s:22:\"apierror-articleexists\";i:6852;s:25:\"apierror-assertanonfailed\";i:6853;s:24:\"apierror-assertbotfailed\";i:6854;s:30:\"apierror-assertnameduserfailed\";i:6855;s:25:\"apierror-assertuserfailed\";i:6856;s:20:\"apierror-autoblocked\";i:6857;s:32:\"apierror-bad-badfilecontexttitle\";i:6858;s:33:\"apierror-badconfig-resulttoosmall\";i:6859;s:20:\"apierror-badcontinue\";i:6860;s:16:\"apierror-baddiff\";i:6861;s:18:\"apierror-baddiffto\";i:6862;s:26:\"apierror-badformat-generic\";i:6863;s:18:\"apierror-badformat\";i:6864;s:34:\"apierror-badgenerator-notgenerator\";i:6865;s:29:\"apierror-badgenerator-unknown\";i:6866;s:14:\"apierror-badip\";i:6867;s:15:\"apierror-badmd5\";i:6868;s:31:\"apierror-badmodule-badsubmodule\";i:6869;s:31:\"apierror-badmodule-nosubmodules\";i:6870;s:21:\"apierror-badparameter\";i:6871;s:17:\"apierror-badquery\";i:6872;s:21:\"apierror-badtimestamp\";i:6873;s:17:\"apierror-badtoken\";i:6874;s:18:\"apierror-badupload\";i:6875;s:15:\"apierror-badurl\";i:6876;s:16:\"apierror-baduser\";i:6877;s:31:\"apierror-badvalue-notmultivalue\";i:6878;s:28:\"apierror-bad-watchlist-token\";i:6879;s:24:\"apierror-blockedfrommail\";i:6880;s:16:\"apierror-blocked\";i:6881;s:24:\"apierror-blocked-partial\";i:6882;s:25:\"apierror-botsnotsupported\";i:6883;s:33:\"apierror-cannot-async-upload-file\";i:6884;s:29:\"apierror-cannotreauthenticate\";i:6885;s:24:\"apierror-cannotviewtitle\";i:6886;s:24:\"apierror-cantblock-email\";i:6887;s:18:\"apierror-cantblock\";i:6888;s:31:\"apierror-cantchangecontentmodel\";i:6889;s:17:\"apierror-canthide\";i:6890;s:26:\"apierror-cantimport-upload\";i:6891;s:19:\"apierror-cantimport\";i:6892;s:33:\"apierror-cantoverwrite-sharedfile\";i:6893;s:17:\"apierror-cantsend\";i:6894;s:21:\"apierror-cantundelete\";i:6895;s:33:\"apierror-cantview-deleted-comment\";i:6896;s:37:\"apierror-cantview-deleted-description\";i:6897;s:34:\"apierror-cantview-deleted-metadata\";i:6898;s:42:\"apierror-cantview-deleted-revision-content\";i:6899;s:29:\"apierror-changeauth-norequest\";i:6900;s:40:\"apierror-changecontentmodel-missingtitle\";i:6901;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6902;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6903;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6904;s:24:\"apierror-chunk-too-small\";i:6905;s:21:\"apierror-cidrtoobroad\";i:6906;s:33:\"apierror-compare-maintextrequired\";i:6907;s:25:\"apierror-compare-no-title\";i:6908;s:34:\"apierror-compare-nosuchfromsection\";i:6909;s:32:\"apierror-compare-nosuchtosection\";i:6910;s:31:\"apierror-compare-nofromrevision\";i:6911;s:23:\"apierror-compare-notext\";i:6912;s:29:\"apierror-compare-notorevision\";i:6913;s:26:\"apierror-concurrency-limit\";i:6914;s:36:\"apierror-compare-relative-to-deleted\";i:6915;s:36:\"apierror-compare-relative-to-nothing\";i:6916;s:38:\"apierror-contentserializationexception\";i:6917;s:22:\"apierror-contenttoobig\";i:6918;s:30:\"apierror-contentmodel-mismatch\";i:6919;s:28:\"apierror-copyuploadbaddomain\";i:6920;s:25:\"apierror-copyuploadbadurl\";i:6921;s:27:\"apierror-create-titleexists\";i:6922;s:19:\"apierror-csp-report\";i:6923;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6924;s:32:\"apierror-deletedrevs-param-not-3\";i:6925;s:29:\"apierror-edit-invalidredirect\";i:6926;s:24:\"apierror-emptynewsection\";i:6927;s:18:\"apierror-emptypage\";i:6928;s:24:\"apierror-exceptioncaught\";i:6929;s:28:\"apierror-exceptioncaughttype\";i:6930;s:25:\"apierror-filedoesnotexist\";i:6931;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6932;s:19:\"apierror-filenopath\";i:6933;s:32:\"apierror-filetypecannotberotated\";i:6934;s:18:\"apierror-formatphp\";i:6935;s:29:\"apierror-http-contenttoolarge\";i:6936;s:28:\"apierror-imageusage-badtitle\";i:6937;s:28:\"apierror-import-unknownerror\";i:6938;s:32:\"apierror-info-singlepagerevision\";i:6939;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6940;s:35:\"apierror-integeroutofrange-abovemax\";i:6941;s:39:\"apierror-integeroutofrange-belowminimum\";i:6942;s:24:\"apierror-invalidcategory\";i:6943;s:22:\"apierror-invalid-chunk\";i:6944;s:22:\"apierror-invalidexpiry\";i:6945;s:25:\"apierror-invalid-file-key\";i:6946;s:23:\"apierror-invalidiprange\";i:6947;s:20:\"apierror-invalidlang\";i:6948;s:22:\"apierror-invalidmethod\";i:6949;s:24:\"apierror-invalidoldimage\";i:6950;s:38:\"apierror-invalidparammix-cannotusewith\";i:6951;s:36:\"apierror-invalidparammix-mustusewith\";i:6952;s:42:\"apierror-invalidparammix-parse-new-section\";i:6953;s:24:\"apierror-invalidparammix\";i:6954;s:23:\"apierror-invalidsection\";i:6955;s:30:\"apierror-invalidsha1base36hash\";i:6956;s:24:\"apierror-invalidsha1hash\";i:6957;s:21:\"apierror-invalidtitle\";i:6958;s:24:\"apierror-invalidurlparam\";i:6959;s:20:\"apierror-invaliduser\";i:6960;s:22:\"apierror-invaliduserid\";i:6961;s:21:\"apierror-ipoutofrange\";i:6962;s:17:\"apierror-maxbytes\";i:6963;s:17:\"apierror-maxchars\";i:6964;s:23:\"apierror-maxlag-generic\";i:6965;s:15:\"apierror-maxlag\";i:6966;s:27:\"apierror-mimesearchdisabled\";i:6967;s:30:\"apierror-missingcontent-pageid\";i:6968;s:29:\"apierror-missingcontent-revid\";i:6969;s:34:\"apierror-missingcontent-revid-role\";i:6970;s:37:\"apierror-missingparam-at-least-one-of\";i:6971;s:28:\"apierror-missingparam-one-of\";i:6972;s:21:\"apierror-missingparam\";i:6973;s:26:\"apierror-missingrev-pageid\";i:6974;s:25:\"apierror-missingrev-title\";i:6975;s:32:\"apierror-missingtitle-createonly\";i:6976;s:21:\"apierror-missingtitle\";i:6977;s:28:\"apierror-missingtitle-byname\";i:6978;s:23:\"apierror-moduledisabled\";i:6979;s:29:\"apierror-multival-only-one-of\";i:6980;s:18:\"apierror-multpages\";i:6981;s:34:\"apierror-mustbeloggedin-changeauth\";i:6982;s:31:\"apierror-mustbeloggedin-generic\";i:6983;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6984;s:34:\"apierror-mustbeloggedin-removeauth\";i:6985;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6986;s:23:\"apierror-mustbeloggedin\";i:6987;s:21:\"apierror-mustbeposted\";i:6988;s:23:\"apierror-mustpostparams\";i:6989;s:19:\"apierror-noapiwrite\";i:6990;s:18:\"apierror-nochanges\";i:6991;s:25:\"apierror-nodeleteablefile\";i:6992;s:26:\"apierror-no-direct-editing\";i:6993;s:20:\"apierror-noedit-anon\";i:6994;s:15:\"apierror-noedit\";i:6995;s:29:\"apierror-noimageredirect-anon\";i:6996;s:24:\"apierror-noimageredirect\";i:6997;s:20:\"apierror-nosuchlogid\";i:6998;s:21:\"apierror-nosuchpageid\";i:6999;s:19:\"apierror-nosuchrcid\";i:7000;s:20:\"apierror-nosuchrevid\";i:7001;s:22:\"apierror-nosuchsection\";i:7002;s:27:\"apierror-nosuchsection-what\";i:7003;s:21:\"apierror-nosuchuserid\";i:7004;s:23:\"apierror-notpatrollable\";i:7005;s:23:\"apierror-nouploadmodule\";i:7006;s:33:\"apierror-opensearch-json-warnings\";i:7007;s:24:\"apierror-pagecannotexist\";i:7008;s:20:\"apierror-pagedeleted\";i:7009;s:26:\"apierror-pagelang-disabled\";i:7010;s:19:\"apierror-paramempty\";i:7011;s:30:\"apierror-parsetree-notwikitext\";i:7012;s:36:\"apierror-parsetree-notwikitext-title\";i:7013;s:19:\"apierror-pastexpiry\";i:7014;s:25:\"apierror-permissiondenied\";i:7015;s:33:\"apierror-permissiondenied-generic\";i:7016;s:36:\"apierror-permissiondenied-patrolflag\";i:7017;s:33:\"apierror-permissiondenied-unblock\";i:7018;s:29:\"apierror-prefixsearchdisabled\";i:7019;s:30:\"apierror-promised-nonwrite-api\";i:7020;s:30:\"apierror-protect-invalidaction\";i:7021;s:29:\"apierror-protect-invalidlevel\";i:7022;s:20:\"apierror-ratelimited\";i:7023;s:22:\"apierror-readapidenied\";i:7024;s:17:\"apierror-readonly\";i:7025;s:23:\"apierror-reauthenticate\";i:7026;s:28:\"apierror-redirect-appendonly\";i:7027;s:33:\"apierror-revdel-mutuallyexclusive\";i:7028;s:26:\"apierror-revdel-needtarget\";i:7029;s:27:\"apierror-revdel-paramneeded\";i:7030;s:24:\"apierror-revisions-badid\";i:7031;s:27:\"apierror-revisions-norevids\";i:7032;s:29:\"apierror-revisions-singlepage\";i:7033;s:21:\"apierror-revwrongpage\";i:7034;s:23:\"apierror-searchdisabled\";i:7035;s:29:\"apierror-sectionreplacefailed\";i:7036;s:29:\"apierror-sectionsnotsupported\";i:7037;s:34:\"apierror-sectionsnotsupported-what\";i:7038;s:13:\"apierror-show\";i:7039;s:34:\"apierror-siteinfo-includealldenied\";i:7040;s:25:\"apierror-sizediffdisabled\";i:7041;s:21:\"apierror-spamdetected\";i:7042;s:32:\"apierror-specialpage-cantexecute\";i:7043;s:28:\"apierror-stashedfilenotfound\";i:7044;s:30:\"apierror-stashedit-missingtext\";i:7045;s:23:\"apierror-stashexception\";i:7046;s:29:\"apierror-stashfailed-complete\";i:7047;s:30:\"apierror-stashfailed-nosession\";i:7048;s:25:\"apierror-stashfilestorage\";i:7049;s:25:\"apierror-stashinvalidfile\";i:7050;s:27:\"apierror-stashnosuchfilekey\";i:7051;s:25:\"apierror-stashpathinvalid\";i:7052;s:24:\"apierror-stashwrongowner\";i:7053;s:24:\"apierror-stashzerolength\";i:7054;s:22:\"apierror-systemblocked\";i:7055;s:25:\"apierror-tempuserdisabled\";i:7056;s:30:\"apierror-tempuseracquirefailed\";i:7057;s:38:\"apierror-templateexpansion-notwikitext\";i:7058;s:23:\"apierror-toofewexpiries\";i:7059;s:22:\"apierror-toomanyvalues\";i:7060;s:22:\"apierror-unknownaction\";i:7061;s:30:\"apierror-unknownerror-editpage\";i:7062;s:28:\"apierror-unknownerror-nocode\";i:7063;s:21:\"apierror-unknownerror\";i:7064;s:22:\"apierror-unknownformat\";i:7065;s:27:\"apierror-unrecognizedparams\";i:7066;s:26:\"apierror-unrecognizedvalue\";i:7067;s:24:\"apierror-unsupportedrepo\";i:7068;s:29:\"apierror-upload-filekeyneeded\";i:7069;s:33:\"apierror-upload-filekeynotallowed\";i:7070;s:26:\"apierror-upload-inprogress\";i:7071;s:29:\"apierror-upload-missingresult\";i:7072;s:23:\"apierror-urlparamnormal\";i:7073;s:23:\"apierror-writeapidenied\";i:7074;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7075;s:19:\"apiwarn-badurlparam\";i:7076;s:15:\"apiwarn-badutf8\";i:7077;s:34:\"apiwarn-checktoken-percentencoding\";i:7078;s:23:\"apiwarn-compare-no-next\";i:7079;s:23:\"apiwarn-compare-no-prev\";i:7080;s:30:\"apiwarn-compare-nocontentmodel\";i:7081;s:31:\"apiwarn-deprecation-deletedrevs\";i:7082;s:33:\"apiwarn-deprecation-httpsexpected\";i:7083;s:31:\"apiwarn-deprecation-login-botpw\";i:7084;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7085;s:31:\"apiwarn-deprecation-login-token\";i:7086;s:32:\"apiwarn-deprecation-missingparam\";i:7087;s:29:\"apiwarn-deprecation-parameter\";i:7088;s:35:\"apiwarn-deprecation-parse-headitems\";i:7089;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7090;s:29:\"apiwarn-deprecation-purge-get\";i:7091;s:35:\"apiwarn-deprecation-withreplacement\";i:7092;s:20:\"apiwarn-difftohidden\";i:7093;s:26:\"apiwarn-errorprinterfailed\";i:7094;s:29:\"apiwarn-global-option-ignored\";i:7095;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7096;s:23:\"apiwarn-invalidcategory\";i:7097;s:20:\"apiwarn-invalidtitle\";i:7098;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7099;s:28:\"apiwarn-invalidxmlstylesheet\";i:7100;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7101;s:26:\"apiwarn-moduleswithoutvars\";i:7102;s:15:\"apiwarn-notfile\";i:7103;s:30:\"apiwarn-nothumb-noimagehandler\";i:7104;s:28:\"apiwarn-parse-nocontentmodel\";i:7105;s:30:\"apiwarn-parse-revidwithouttext\";i:7106;s:30:\"apiwarn-parse-titlewithouttext\";i:7107;s:26:\"apiwarn-redirectsandrevids\";i:7108;s:21:\"apiwarn-tokens-origin\";i:7109;s:23:\"apiwarn-truncatedresult\";i:7110;s:27:\"apiwarn-unclearnowtimestamp\";i:7111;s:26:\"apiwarn-unrecognizedvalues\";i:7112;s:24:\"apiwarn-unsupportedarray\";i:7113;s:21:\"apiwarn-urlparamwidth\";i:7114;s:33:\"apiwarn-validationfailed-badchars\";i:7115;s:32:\"apiwarn-validationfailed-badpref\";i:7116;s:34:\"apiwarn-validationfailed-cannotset\";i:7117;s:35:\"apiwarn-validationfailed-keytoolong\";i:7118;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7119;s:24:\"apiwarn-validationfailed\";i:7120;s:18:\"apiwarn-wgdebugapi\";i:7121;s:20:\"api-feed-error-title\";i:7122;s:16:\"api-usage-docref\";i:7123;s:25:\"api-usage-mailinglist-ref\";i:7124;s:19:\"api-exception-trace\";i:7125;s:18:\"api-credits-header\";i:7126;s:11:\"api-credits\";i:7127;s:20:\"rest-prefix-mismatch\";i:7128;s:15:\"rest-bad-prefix\";i:7129;s:17:\"rest-wrong-method\";i:7130;s:13:\"rest-no-match\";i:7131;s:19:\"rest-unknown-module\";i:7132;s:22:\"rest-nonexistent-title\";i:7133;s:31:\"rest-nonexistent-title-revision\";i:7134;s:25:\"rest-nonexistent-revision\";i:7135;s:21:\"rest-nonexistent-user\";i:7136;s:17:\"rest-invalid-user\";i:7137;s:15:\"rest-invalid-ip\";i:7138;s:18:\"rest-invalid-title\";i:7139;s:29:\"rest-unsupported-content-type\";i:7140;s:21:\"rest-permission-error\";i:7141;s:27:\"rest-permission-denied-anon\";i:7142;s:28:\"rest-permission-denied-title\";i:7143;s:31:\"rest-permission-denied-revision\";i:7144;s:24:\"rest-rate-limit-exceeded\";i:7145;s:28:\"rest-resource-limit-exceeded\";i:7146;s:36:\"rest-pagehistory-incompatible-params\";i:7147;s:34:\"rest-pagehistory-param-range-error\";i:7148;s:32:\"rest-pagehistory-timestamp-error\";i:7149;s:39:\"rest-pagehistorycount-type-unrecognized\";i:7150;s:40:\"rest-pagehistorycount-parameters-invalid\";i:7151;s:26:\"rest-compare-page-mismatch\";i:7152;s:30:\"rest-compare-permission-denied\";i:7153;s:24:\"rest-compare-nonexistent\";i:7154;s:25:\"rest-compare-inaccessible\";i:7155;s:26:\"rest-compare-wrong-content\";i:7156;s:22:\"rest-compare-wikidiff2\";i:7157;s:40:\"rest-pagehistorycount-too-many-revisions\";i:7158;s:17:\"rest-search-error\";i:7159;s:27:\"rest-page-source-type-error\";i:7160;s:16:\"rest-no-revision\";i:7161;s:25:\"rest-media-too-many-links\";i:7162;s:23:\"rest-html-backend-error\";i:7163;s:23:\"rest-html-stash-failure\";i:7164;s:18:\"rest-bad-json-body\";i:7165;s:26:\"rest-json-body-parse-error\";i:7166;s:23:\"rest-missing-body-field\";i:7167;s:26:\"rest-body-validation-error\";i:7168;s:27:\"rest-extraneous-body-fields\";i:7169;s:22:\"rest-bad-content-model\";i:7170;s:30:\"rest-update-cannot-create-page\";i:7171;s:26:\"rest-extraneous-csrf-token\";i:7172;s:21:\"rest-cannot-load-file\";i:7173;s:28:\"rest-cross-origin-anon-write\";i:7174;s:31:\"rest-requires-safe-against-csrf\";i:7175;s:13:\"rest-badtoken\";i:7176;s:21:\"rest-badtoken-missing\";i:7177;s:23:\"rest-badtoken-nosession\";i:7178;s:15:\"rest-mock-error\";i:7179;s:35:\"rest-specified-revision-unavailable\";i:7180;s:34:\"rest-previous-revision-unavailable\";i:7181;s:33:\"rest-requires-content-type-header\";i:7182;s:27:\"rest-transform-missing-html\";i:7183;s:28:\"rest-transform-missing-title\";i:7184;s:30:\"rest-unsupported-target-format\";i:7185;s:30:\"rest-parsoid-resource-exceeded\";i:7186;s:18:\"rest-parsoid-error\";i:7187;s:26:\"rest-parsoid-bad-render-id\";i:7188;s:18:\"rest-bad-stash-key\";i:7189;s:22:\"rest-html-key-expected\";i:7190;s:22:\"rest-invalid-transform\";i:7191;s:26:\"rest-request-body-expected\";i:7192;s:28:\"rest-request-body-unaccepted\";i:7193;s:26:\"rest-unmapped-action-error\";i:7194;s:32:\"rest-unsupported-transform-input\";i:7195;s:13:\"rest-bad-etag\";i:7196;s:23:\"rest-no-stashed-content\";i:7197;s:32:\"rest-unsupported-profile-version\";i:7198;s:19:\"rest-no-json-decode\";i:7199;s:30:\"rest-parsoid-unsupported-media\";i:7200;s:26:\"rest-missing-revision-html\";i:7201;s:39:\"rest-missing-revision-html-content-type\";i:7202;s:35:\"rest-unsupported-profile-conversion\";i:7203;s:18:\"rest-edit-conflict\";i:7204;s:35:\"rest-unknown-parsoid-transformation\";i:7205;s:28:\"rest-target-variant-required\";i:7206;s:36:\"rest-unsupported-language-conversion\";i:7207;s:26:\"rest-unknown-content-model\";i:7208;s:33:\"rest-page-bundle-validation-error\";i:7209;s:27:\"rest-param-desc-revision-id\";i:7210;s:24:\"ooui-copytextlayout-copy\";i:7211;s:30:\"ooui-outline-control-move-down\";i:7212;s:28:\"ooui-outline-control-move-up\";i:7213;s:27:\"ooui-outline-control-remove\";i:7214;s:17:\"ooui-toolbar-more\";i:7215;s:21:\"ooui-toolgroup-expand\";i:7216;s:23:\"ooui-toolgroup-collapse\";i:7217;s:16:\"ooui-item-remove\";i:7218;s:26:\"ooui-dialog-message-accept\";i:7219;s:26:\"ooui-dialog-message-reject\";i:7220;s:25:\"ooui-dialog-process-error\";i:7221;s:27:\"ooui-dialog-process-dismiss\";i:7222;s:25:\"ooui-dialog-process-retry\";i:7223;s:28:\"ooui-dialog-process-continue\";i:7224;s:26:\"ooui-combobox-button-label\";i:7225;s:29:\"ooui-selectfile-button-select\";i:7226;s:38:\"ooui-selectfile-button-select-multiple\";i:7227;s:27:\"ooui-selectfile-placeholder\";i:7228;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:7229;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:7230;s:41:\"ooui-popup-widget-close-button-aria-label\";i:7231;s:15:\"ooui-field-help\";i:7232;s:22:\"paramvalidator-badbool\";i:7233;s:27:\"paramvalidator-badbool-type\";i:7234;s:24:\"paramvalidator-badexpiry\";i:7235;s:33:\"paramvalidator-badexpiry-duration\";i:7236;s:37:\"paramvalidator-badexpiry-duration-max\";i:7237;s:29:\"paramvalidator-badexpiry-past\";i:7238;s:23:\"paramvalidator-badfloat\";i:7239;s:28:\"paramvalidator-badfloat-type\";i:7240;s:33:\"paramvalidator-badfloat-notfinite\";i:7241;s:25:\"paramvalidator-badinteger\";i:7242;s:30:\"paramvalidator-badinteger-type\";i:7243;s:34:\"paramvalidator-badinteger-fraction\";i:7244;s:27:\"paramvalidator-badtimestamp\";i:7245;s:34:\"paramvalidator-badupload-cantwrite\";i:7246;s:33:\"paramvalidator-badupload-formsize\";i:7247;s:32:\"paramvalidator-badupload-inisize\";i:7248;s:31:\"paramvalidator-badupload-nofile\";i:7249;s:33:\"paramvalidator-badupload-notmpdir\";i:7250;s:34:\"paramvalidator-badupload-notupload\";i:7251;s:32:\"paramvalidator-badupload-partial\";i:7252;s:31:\"paramvalidator-badupload-phpext\";i:7253;s:33:\"paramvalidator-badvalue-enummulti\";i:7254;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7255;s:31:\"paramvalidator-deprecated-value\";i:7256;s:26:\"paramvalidator-emptystring\";i:7257;s:23:\"paramvalidator-maxbytes\";i:7258;s:23:\"paramvalidator-maxchars\";i:7259;s:27:\"paramvalidator-missingparam\";i:7260;s:23:\"paramvalidator-notmulti\";i:7261;s:39:\"paramvalidator-multivalue-must-be-array\";i:7262;s:25:\"paramvalidator-needstring\";i:7263;s:29:\"paramvalidator-outofrange-max\";i:7264;s:32:\"paramvalidator-outofrange-minmax\";i:7265;s:29:\"paramvalidator-outofrange-min\";i:7266;s:31:\"paramvalidator-param-deprecated\";i:7267;s:30:\"paramvalidator-param-sensitive\";i:7268;s:28:\"paramvalidator-toomanyvalues\";i:7269;s:34:\"paramvalidator-unclearnowtimestamp\";i:7270;s:33:\"paramvalidator-unrecognizedvalues\";i:7271;s:27:\"paramvalidator-help-default\";i:7272;s:33:\"paramvalidator-help-default-empty\";i:7273;s:30:\"paramvalidator-help-deprecated\";i:7274;s:34:\"paramvalidator-help-multi-separate\";i:7275;s:29:\"paramvalidator-help-multi-max\";i:7276;s:36:\"paramvalidator-help-multi-max-simple\";i:7277;s:29:\"paramvalidator-help-multi-all\";i:7278;s:28:\"paramvalidator-help-required\";i:7279;s:32:\"paramvalidator-help-type-boolean\";i:7280;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:7281;s:29:\"paramvalidator-help-type-enum\";i:7282;s:31:\"paramvalidator-help-type-expiry\";i:7283;s:30:\"paramvalidator-help-type-float\";i:7284;s:32:\"paramvalidator-help-type-integer\";i:7285;s:30:\"paramvalidator-help-type-limit\";i:7286;s:35:\"paramvalidator-help-type-number-max\";i:7287;s:38:\"paramvalidator-help-type-number-minmax\";i:7288;s:35:\"paramvalidator-help-type-number-min\";i:7289;s:40:\"paramvalidator-help-type-presenceboolean\";i:7290;s:40:\"paramvalidator-help-type-string-maxbytes\";i:7291;s:40:\"paramvalidator-help-type-string-maxchars\";i:7292;s:34:\"paramvalidator-help-type-timestamp\";i:7293;s:31:\"paramvalidator-help-type-upload\";i:7294;s:15:\"skinname-vector\";i:7295;s:20:\"skinname-vector-2022\";i:7296;s:26:\"vector-specialversion-name\";i:7297;s:16:\"vector-skin-desc\";i:7298;s:34:\"prefs-vector-enable-vector-1-label\";i:7299;s:33:\"prefs-vector-enable-vector-1-help\";i:7300;s:14:\"vector-opt-out\";i:7301;s:22:\"vector-opt-out-tooltip\";i:7302;s:10:\"vector.css\";i:7303;s:9:\"vector.js\";i:7304;s:28:\"vector-action-toggle-sidebar\";i:7305;s:16:\"vector-languages\";i:7306;s:33:\"vector-language-button-aria-label\";i:7307;s:28:\"vector-language-button-label\";i:7308;s:31:\"vector-no-language-button-label\";i:7309;s:36:\"vector-no-language-button-aria-label\";i:7310;s:38:\"vector-language-variant-switcher-label\";i:7311;s:24:\"vector-action-addsection\";i:7312;s:20:\"vector-action-delete\";i:7313;s:18:\"vector-action-move\";i:7314;s:21:\"vector-action-protect\";i:7315;s:22:\"vector-action-undelete\";i:7316;s:23:\"vector-action-unprotect\";i:7317;s:18:\"vector-view-create\";i:7318;s:16:\"vector-view-edit\";i:7319;s:19:\"vector-view-history\";i:7320;s:16:\"vector-view-view\";i:7321;s:22:\"vector-view-viewsource\";i:7322;s:23:\"vector-jumptonavigation\";i:7323;s:19:\"vector-jumptosearch\";i:7324;s:20:\"vector-jumptocontent\";i:7325;s:19:\"vector-more-actions\";i:7326;s:23:\"vector-appearance-label\";i:7327;s:25:\"vector-appearance-tooltip\";i:7328;s:33:\"vector-feature-limited-width-name\";i:7329;s:36:\"vector-feature-limited-width-0-label\";i:7330;s:36:\"vector-feature-limited-width-1-label\";i:7331;s:36:\"vector-feature-custom-font-size-name\";i:7332;s:39:\"vector-feature-custom-font-size-0-label\";i:7333;s:39:\"vector-feature-custom-font-size-1-label\";i:7334;s:39:\"vector-feature-custom-font-size-2-label\";i:7335;s:15:\"skin-theme-name\";i:7336;s:22:\"skin-theme-description\";i:7337;s:20:\"skin-theme-day-label\";i:7338;s:22:\"skin-theme-night-label\";i:7339;s:19:\"skin-theme-os-label\";i:7340;s:27:\"skin-theme-exclusion-notice\";i:7341;s:20:\"vector-search-loader\";i:7342;s:31:\"vector-searchsuggest-containing\";i:7343;s:17:\"vector-intro-page\";i:7344;s:16:\"vector-toc-label\";i:7345;s:20:\"vector-toc-beginning\";i:7346;s:30:\"vector-toc-toggle-button-label\";i:7347;s:27:\"vector-anon-user-menu-pages\";i:7348;s:33:\"vector-anon-user-menu-pages-learn\";i:7349;s:33:\"vector-anon-user-menu-pages-label\";i:7350;s:24:\"vector-main-menu-tooltip\";i:7351;s:23:\"vector-toc-menu-tooltip\";i:7352;s:35:\"vector-toc-collapsible-button-label\";i:7353;s:21:\"vector-site-nav-label\";i:7354;s:22:\"vector-main-menu-label\";i:7355;s:48:\"vector-feature-custom-font-size-exclusion-notice\";i:7356;s:45:\"vector-feature-limited-width-exclusion-notice\";i:7357;s:23:\"vector-page-tools-label\";i:7358;s:31:\"vector-page-tools-general-label\";i:7359;s:31:\"vector-page-tools-actions-label\";i:7360;s:24:\"vector-pin-element-label\";i:7361;s:26:\"vector-unpin-element-label\";i:7362;s:26:\"vector-2022-prefs-talkpage\";i:7363;s:35:\"tooltip-vector-anon-user-menu-title\";i:7364;s:27:\"vector-page-tools-nav-label\";i:7365;s:26:\"vector-prefs-limited-width\";i:7366;s:31:\"vector-prefs-limited-width-help\";i:7367;s:28:\"empty-language-selector-body\";i:7368;s:25:\"vector-toc-unpinned-popup\";i:7369;s:32:\"vector-page-tools-unpinned-popup\";i:7370;s:31:\"vector-main-menu-unpinned-popup\";i:7371;s:32:\"vector-appearance-unpinned-popup\";i:7372;s:30:\"vector-2022-beta-preview-label\";i:7373;s:36:\"vector-2022-beta-preview-description\";i:7374;s:30:\"vector-night-mode-gadget-names\";i:7375;s:32:\"vector-night-mode-gadget-warning\";i:7376;s:44:\"vector-night-mode-issue-reporting-notice-url\";i:7377;s:48:\"vector-night-mode-issue-reporting-notice-tooltip\";i:7378;s:44:\"vector-night-mode-issue-reporting-link-label\";i:7379;s:51:\"vector-night-mode-issue-reporting-link-notification\";i:7380;s:47:\"vector-night-mode-issue-reporting-preload-title\";i:7381;s:49:\"vector-night-mode-issue-reporting-preload-content\";i:7382;s:26:\"vector-night-mode-beta-tag\";i:7383;s:10:\"wikieditor\";i:7384;s:15:\"wikieditor-desc\";i:7385;s:23:\"wikieditor-wikitext-tab\";i:7386;s:18:\"wikieditor-toolbar\";i:7387;s:23:\"wikieditor-toolbar-desc\";i:7388;s:29:\"wikieditor-toolbar-preference\";i:7389;s:34:\"wikieditor-toolbar-preference-help\";i:7390;s:28:\"wikieditor-toolbar-tool-bold\";i:7391;s:36:\"wikieditor-toolbar-tool-bold-example\";i:7392;s:30:\"wikieditor-toolbar-tool-italic\";i:7393;s:38:\"wikieditor-toolbar-tool-italic-example\";i:7394;s:28:\"wikieditor-toolbar-tool-link\";i:7395;s:34:\"wikieditor-toolbar-tool-link-title\";i:7396;s:32:\"wikieditor-toolbar-tool-link-int\";i:7397;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:7398;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:7399;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:7400;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:7401;s:32:\"wikieditor-toolbar-tool-link-ext\";i:7402;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:7403;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:7404;s:35:\"wikieditor-toolbar-tool-link-insert\";i:7405;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:7406;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:7407;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:7408;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:7409;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:7410;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7411;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:7412;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:7413;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:7414;s:28:\"wikieditor-toolbar-tool-file\";i:7415;s:34:\"wikieditor-toolbar-tool-file-title\";i:7416;s:30:\"wikieditor-toolbar-file-target\";i:7417;s:31:\"wikieditor-toolbar-file-caption\";i:7418;s:27:\"wikieditor-toolbar-file-alt\";i:7419;s:32:\"wikieditor-toolbar-file-alt-help\";i:7420;s:38:\"wikieditor-toolbar-file-alt-help-label\";i:7421;s:28:\"wikieditor-toolbar-file-size\";i:7422;s:29:\"wikieditor-toolbar-file-float\";i:7423;s:31:\"wikieditor-toolbar-file-default\";i:7424;s:30:\"wikieditor-toolbar-file-format\";i:7425;s:35:\"wikieditor-toolbar-file-format-none\";i:7426;s:35:\"wikieditor-toolbar-tool-file-insert\";i:7427;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:7428;s:35:\"wikieditor-toolbar-tool-file-upload\";i:7429;s:33:\"wikieditor-toolbar-tool-signature\";i:7430;s:35:\"wikieditor-toolbar-section-advanced\";i:7431;s:31:\"wikieditor-toolbar-tool-heading\";i:7432;s:33:\"wikieditor-toolbar-tool-heading-1\";i:7433;s:33:\"wikieditor-toolbar-tool-heading-2\";i:7434;s:33:\"wikieditor-toolbar-tool-heading-3\";i:7435;s:33:\"wikieditor-toolbar-tool-heading-4\";i:7436;s:33:\"wikieditor-toolbar-tool-heading-5\";i:7437;s:39:\"wikieditor-toolbar-tool-heading-example\";i:7438;s:31:\"wikieditor-toolbar-group-format\";i:7439;s:29:\"wikieditor-toolbar-tool-ulist\";i:7440;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:7441;s:29:\"wikieditor-toolbar-tool-olist\";i:7442;s:37:\"wikieditor-toolbar-tool-olist-example\";i:7443;s:30:\"wikieditor-toolbar-tool-nowiki\";i:7444;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:7445;s:32:\"wikieditor-toolbar-tool-redirect\";i:7446;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:7447;s:27:\"wikieditor-toolbar-tool-big\";i:7448;s:35:\"wikieditor-toolbar-tool-big-example\";i:7449;s:29:\"wikieditor-toolbar-tool-small\";i:7450;s:37:\"wikieditor-toolbar-tool-small-example\";i:7451;s:35:\"wikieditor-toolbar-tool-superscript\";i:7452;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:7453;s:33:\"wikieditor-toolbar-tool-subscript\";i:7454;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:7455;s:31:\"wikieditor-toolbar-group-insert\";i:7456;s:31:\"wikieditor-toolbar-tool-gallery\";i:7457;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:7458;s:31:\"wikieditor-toolbar-tool-newline\";i:7459;s:29:\"wikieditor-toolbar-tool-table\";i:7460;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:7461;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:7462;s:45:\"wikieditor-toolbar-tool-table-example-caption\";i:7463;s:35:\"wikieditor-toolbar-tool-table-title\";i:7464;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:7465;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:7466;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:7467;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:7468;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:7469;s:37:\"wikieditor-toolbar-tool-table-example\";i:7470;s:37:\"wikieditor-toolbar-tool-table-preview\";i:7471;s:36:\"wikieditor-toolbar-tool-table-insert\";i:7472;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:7473;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7474;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:7475;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:7476;s:34:\"wikieditor-toolbar-tool-table-zero\";i:7477;s:31:\"wikieditor-toolbar-tool-replace\";i:7478;s:37:\"wikieditor-toolbar-tool-replace-title\";i:7479;s:38:\"wikieditor-toolbar-tool-replace-search\";i:7480;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:7481;s:36:\"wikieditor-toolbar-tool-replace-case\";i:7482;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:7483;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:7484;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:7485;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:7486;s:37:\"wikieditor-toolbar-tool-replace-close\";i:7487;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:7488;s:39:\"wikieditor-toolbar-tool-replace-success\";i:7489;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:7490;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:7491;s:36:\"wikieditor-toolbar-tool-replace-word\";i:7492;s:37:\"wikieditor-toolbar-section-characters\";i:7493;s:31:\"wikieditor-toolbar-section-help\";i:7494;s:43:\"wikieditor-toolbar-help-heading-description\";i:7495;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:7496;s:38:\"wikieditor-toolbar-help-heading-result\";i:7497;s:35:\"wikieditor-toolbar-help-page-format\";i:7498;s:33:\"wikieditor-toolbar-help-page-link\";i:7499;s:36:\"wikieditor-toolbar-help-page-heading\";i:7500;s:33:\"wikieditor-toolbar-help-page-list\";i:7501;s:33:\"wikieditor-toolbar-help-page-file\";i:7502;s:39:\"wikieditor-toolbar-help-page-discussion\";i:7503;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:7504;s:46:\"wikieditor-toolbar-help-content-italic-example\";i:7505;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:7506;s:44:\"wikieditor-toolbar-help-content-bold-example\";i:7507;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:7508;s:50:\"wikieditor-toolbar-help-content-bolditalic-example\";i:7509;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:7510;s:45:\"wikieditor-toolbar-help-content-ilink-example\";i:7511;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:7512;s:46:\"wikieditor-toolbar-help-content-xlink-example1\";i:7513;s:46:\"wikieditor-toolbar-help-content-xlink-example2\";i:7514;s:51:\"wikieditor-toolbar-help-content-xlink-example-label\";i:7515;s:49:\"wikieditor-toolbar-help-content-xlink-example-url\";i:7516;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:7517;s:48:\"wikieditor-toolbar-help-content-heading2-example\";i:7518;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:7519;s:48:\"wikieditor-toolbar-help-content-heading3-example\";i:7520;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:7521;s:48:\"wikieditor-toolbar-help-content-heading4-example\";i:7522;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:7523;s:48:\"wikieditor-toolbar-help-content-heading5-example\";i:7524;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:7525;s:45:\"wikieditor-toolbar-help-content-ulist-example\";i:7526;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:7527;s:45:\"wikieditor-toolbar-help-content-olist-example\";i:7528;s:48:\"wikieditor-toolbar-help-content-file-description\";i:7529;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:7530;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7531;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:7532;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7533;s:58:\"wikieditor-toolbar-help-content-signaturetimestamp-example\";i:7534;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:7535;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7536;s:49:\"wikieditor-toolbar-help-content-signature-example\";i:7537;s:50:\"wikieditor-toolbar-help-content-signature-username\";i:7538;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:7539;s:39:\"wikieditor-toolbar-help-content-indent1\";i:7540;s:39:\"wikieditor-toolbar-help-content-indent2\";i:7541;s:39:\"wikieditor-toolbar-help-content-indent3\";i:7542;s:14:\"tag-wikieditor\";i:7543;s:26:\"tag-wikieditor-description\";i:7544;s:34:\"wikieditor-realtimepreview-preview\";i:7545;s:32:\"wikieditor-realtimepreview-error\";i:7546;s:33:\"wikieditor-realtimepreview-reload\";i:7547;s:39:\"wikieditor-realtimepreview-reload-title\";i:7548;s:36:\"accesskey-wikieditor-realtimepreview\";i:7549;s:33:\"wikieditor-realtimepreview-manual\";i:7550;s:9:\"cite-desc\";i:7551;s:10:\"cite_error\";i:7552;s:26:\"cite_error_ref_invalid_dir\";i:7553;s:30:\"cite_error_ref_conflicting_dir\";i:7554;s:26:\"cite_error_ref_numeric_key\";i:7555;s:21:\"cite_error_ref_no_key\";i:7556;s:28:\"cite_error_ref_too_many_keys\";i:7557;s:31:\"cite_error_ref_follow_conflicts\";i:7558;s:29:\"cite_error_ref_nested_extends\";i:7559;s:23:\"cite_error_ref_no_input\";i:7560;s:35:\"cite_error_references_duplicate_key\";i:7561;s:40:\"cite_error_references_invalid_parameters\";i:7562;s:39:\"cite_error_references_no_backlink_label\";i:7563;s:30:\"cite_error_no_link_label_group\";i:7564;s:29:\"cite_error_references_no_text\";i:7565;s:23:\"cite_error_included_ref\";i:7566;s:30:\"cite_error_included_references\";i:7567;s:40:\"cite_error_group_refs_without_references\";i:7568;s:36:\"cite_error_references_group_mismatch\";i:7569;s:33:\"cite_error_references_missing_key\";i:7570;s:28:\"cite_error_references_no_key\";i:7571;s:34:\"cite_error_empty_references_define\";i:7572;s:33:\"cite-tracking-category-cite-error\";i:7573;s:38:\"cite-tracking-category-cite-error-desc\";i:7574;s:34:\"cite-tracking-category-ref-extends\";i:7575;s:39:\"cite-tracking-category-ref-extends-desc\";i:7576;s:33:\"cite-reference-previews-reference\";i:7577;s:28:\"cite-reference-previews-book\";i:7578;s:31:\"cite-reference-previews-journal\";i:7579;s:28:\"cite-reference-previews-news\";i:7580;s:28:\"cite-reference-previews-note\";i:7581;s:27:\"cite-reference-previews-web\";i:7582;s:47:\"cite-reference-previews-collapsible-placeholder\";i:7583;s:30:\"cite_reference_backlink_symbol\";i:7584;s:19:\"cite_reference_link\";i:7585;s:24:\"cite_references_link_one\";i:7586;s:25:\"cite_references_link_many\";i:7587;s:32:\"cite_references_link_many_format\";i:7588;s:48:\"cite_references_link_many_format_backlink_labels\";i:7589;s:29:\"cite_references_link_many_sep\";i:7590;s:29:\"cite_references_link_many_and\";i:7591;s:40:\"cite_references_link_accessibility_label\";i:7592;s:45:\"cite_references_link_many_accessibility_label\";i:7593;s:45:\"cite_references_link_accessibility_back_label\";i:7594;s:31:\"cite_section_preview_references\";i:7595;s:12:\"cite_warning\";i:7596;s:35:\"cite_warning_sectionpreview_no_text\";i:7597;s:30:\"cite-wikieditor-tool-reference\";i:7598;s:36:\"cite-wikieditor-help-page-references\";i:7599;s:50:\"cite-wikieditor-help-content-reference-description\";i:7600;s:56:\"cite-wikieditor-help-content-named-reference-description\";i:7601;s:52:\"cite-wikieditor-help-content-rereference-description\";i:7602;s:59:\"cite-wikieditor-help-content-extended-reference-description\";i:7603;s:55:\"cite-wikieditor-help-content-showreferences-description\";i:7604;s:52:\"cite-wikieditor-help-content-reference-example-text1\";i:7605;s:52:\"cite-wikieditor-help-content-reference-example-text2\";i:7606;s:52:\"cite-wikieditor-help-content-reference-example-text3\";i:7607;s:53:\"cite-wikieditor-help-content-reference-example-ref-id\";i:7608;s:60:\"cite-wikieditor-help-content-reference-example-extra-details\";i:7609;s:57:\"cite-wikieditor-help-content-reference-example-ref-normal\";i:7610;s:56:\"cite-wikieditor-help-content-reference-example-ref-named\";i:7611;s:56:\"cite-wikieditor-help-content-reference-example-ref-reuse\";i:7612;s:58:\"cite-wikieditor-help-content-reference-example-ref-extends\";i:7613;s:57:\"cite-wikieditor-help-content-reference-example-ref-result\";i:7614;s:54:\"cite-wikieditor-help-content-reference-example-reflist\";i:7615;s:43:\"popups-prefs-navpopups-gadget-conflict-info\";i:7616;s:59:\"popups-prefs-reftooltips-and-navpopups-gadget-conflict-info\";i:7617;s:45:\"popups-prefs-reftooltips-gadget-conflict-info\";i:7618;s:39:\"popups-refpreview-user-preference-label\";i:7619;s:38:\"visualeditor-cite-tool-definition.json\";i:7620;s:32:\"visualeditor-cite-tool-name-book\";i:7621;s:35:\"visualeditor-cite-tool-name-journal\";i:7622;s:32:\"visualeditor-cite-tool-name-news\";i:7623;s:31:\"visualeditor-cite-tool-name-web\";i:7624;s:25:\"cite-tool-definition.json\";i:7625;s:33:\"cite-ve-changedesc-ref-group-both\";i:7626;s:33:\"cite-ve-changedesc-ref-group-from\";i:7627;s:31:\"cite-ve-changedesc-ref-group-to\";i:7628;s:37:\"cite-ve-changedesc-reflist-group-both\";i:7629;s:37:\"cite-ve-changedesc-reflist-group-from\";i:7630;s:35:\"cite-ve-changedesc-reflist-group-to\";i:7631;s:41:\"cite-ve-changedesc-reflist-responsive-set\";i:7632;s:43:\"cite-ve-changedesc-reflist-responsive-unset\";i:7633;s:29:\"cite-ve-citationneeded-button\";i:7634;s:34:\"cite-ve-citationneeded-description\";i:7635;s:29:\"cite-ve-citationneeded-reason\";i:7636;s:28:\"cite-ve-citationneeded-title\";i:7637;s:44:\"cite-ve-dialog-reference-contextitem-extends\";i:7638;s:44:\"cite-ve-dialog-reference-editing-add-details\";i:7639;s:56:\"cite-ve-dialog-reference-editing-add-details-placeholder\";i:7640;s:39:\"cite-ve-dialog-reference-editing-reused\";i:7641;s:44:\"cite-ve-dialog-reference-editing-reused-long\";i:7642;s:41:\"cite-ve-dialog-reference-extend-long-tool\";i:7643;s:40:\"cite-ve-dialog-reference-editing-extends\";i:7644;s:43:\"cite-ve-dialog-reference-missing-parent-ref\";i:7645;s:44:\"cite-ve-dialog-reference-options-group-label\";i:7646;s:50:\"cite-ve-dialog-reference-options-group-placeholder\";i:7647;s:49:\"cite-ve-dialog-reference-options-responsive-label\";i:7648;s:40:\"cite-ve-dialog-reference-options-section\";i:7649;s:36:\"cite-ve-dialog-reference-placeholder\";i:7650;s:30:\"cite-ve-dialog-reference-title\";i:7651;s:42:\"cite-ve-dialog-reference-title-add-details\";i:7652;s:43:\"cite-ve-dialog-reference-title-edit-details\";i:7653;s:41:\"cite-ve-dialog-reference-useexisting-tool\";i:7654;s:46:\"cite-ve-dialog-reference-useexisting-long-tool\";i:7655;s:61:\"cite-ve-dialog-referenceslist-contextitem-description-general\";i:7656;s:59:\"cite-ve-dialog-referenceslist-contextitem-description-named\";i:7657;s:35:\"cite-ve-dialog-referenceslist-title\";i:7658;s:49:\"cite-ve-dialogbutton-citation-educationpopup-text\";i:7659;s:50:\"cite-ve-dialogbutton-citation-educationpopup-title\";i:7660;s:41:\"cite-ve-dialogbutton-reference-full-label\";i:7661;s:36:\"cite-ve-dialogbutton-reference-title\";i:7662;s:38:\"cite-ve-dialogbutton-reference-tooltip\";i:7663;s:43:\"cite-ve-dialogbutton-referenceslist-tooltip\";i:7664;s:35:\"cite-ve-reference-input-placeholder\";i:7665;s:30:\"cite-ve-referenceslist-isempty\";i:7666;s:38:\"cite-ve-referenceslist-isempty-default\";i:7667;s:37:\"cite-ve-referenceslist-missing-parent\";i:7668;s:33:\"cite-ve-referenceslist-missingref\";i:7669;s:41:\"cite-ve-referenceslist-missingref-in-list\";i:7670;s:37:\"cite-ve-referenceslist-missingreflist\";i:7671;s:27:\"cite-ve-toolbar-group-label\";i:7672;s:23:\"cite-ve-othergroup-item\";i:7673;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7674;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:7675;s:37:\"mobile-frontend-changeslist-nocomment\";i:7676;s:28:\"mobile-frontend-clear-search\";i:7677;s:25:\"mobile-frontend-copyright\";i:7678;s:20:\"mobile-frontend-desc\";i:7679;s:33:\"mobile-frontend-edit-login-action\";i:7680;s:34:\"mobile-frontend-edit-signup-action\";i:7681;s:27:\"mobile-frontend-editor-anon\";i:7682;s:34:\"mobile-frontend-editor-anonwarning\";i:7683;s:40:\"mobile-frontend-editor-autocreatewarning\";i:7684;s:50:\"mobile-frontend-editor-blocked-drawer-action-login\";i:7685;s:34:\"mobile-frontend-drawer-arrow-label\";i:7686;s:47:\"mobile-frontend-editor-blocked-drawer-action-ok\";i:7687;s:55:\"mobile-frontend-editor-blocked-drawer-action-randompage\";i:7688;s:43:\"mobile-frontend-editor-blocked-drawer-title\";i:7689;s:51:\"mobile-frontend-editor-blocked-drawer-title-partial\";i:7690;s:46:\"mobile-frontend-editor-blocked-drawer-title-ip\";i:7691;s:54:\"mobile-frontend-editor-blocked-drawer-title-ip-partial\";i:7692;s:50:\"mobile-frontend-editor-blocked-drawer-body-partial\";i:7693;s:48:\"mobile-frontend-editor-blocked-drawer-body-login\";i:7694;s:56:\"mobile-frontend-editor-blocked-drawer-body-login-partial\";i:7695;s:62:\"mobile-frontend-editor-blocked-drawer-body-login-createaccount\";i:7696;s:70:\"mobile-frontend-editor-blocked-drawer-body-login-createaccount-partial\";i:7697;s:47:\"mobile-frontend-editor-blocked-drawer-body-link\";i:7698;s:51:\"mobile-frontend-editor-blocked-drawer-reason-header\";i:7699;s:52:\"mobile-frontend-editor-blocked-drawer-creator-header\";i:7700;s:51:\"mobile-frontend-editor-blocked-drawer-expiry-header\";i:7701;s:42:\"mobile-frontend-editor-blocked-drawer-help\";i:7702;s:43:\"mobile-frontend-editor-generic-block-reason\";i:7703;s:29:\"mobile-frontend-editor-cancel\";i:7704;s:37:\"mobile-frontend-editor-cancel-confirm\";i:7705;s:40:\"mobile-frontend-editor-captcha-try-again\";i:7706;s:31:\"mobile-frontend-editor-continue\";i:7707;s:31:\"mobile-frontend-editor-disabled\";i:7708;s:36:\"mobile-frontend-editor-disabled-anon\";i:7709;s:30:\"mobile-frontend-editor-editing\";i:7710;s:35:\"mobile-frontend-editor-editing-page\";i:7711;s:28:\"mobile-frontend-editor-error\";i:7712;s:37:\"mobile-frontend-editor-error-conflict\";i:7713;s:36:\"mobile-frontend-editor-error-loading\";i:7714;s:36:\"mobile-frontend-editor-error-preview\";i:7715;s:35:\"mobile-frontend-editor-keep-editing\";i:7716;s:29:\"mobile-frontend-license-links\";i:7717;s:32:\"mobile-frontend-editor-licensing\";i:7718;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7719;s:33:\"mobile-frontend-editor-terms-link\";i:7720;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7721;s:34:\"mobile-frontend-editor-placeholder\";i:7722;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7723;s:38:\"mobile-frontend-editor-previewing-page\";i:7724;s:30:\"mobile-frontend-editor-publish\";i:7725;s:27:\"mobile-frontend-editor-save\";i:7726;s:42:\"mobile-frontend-editor-summary-placeholder\";i:7727;s:38:\"mobile-frontend-editor-summary-request\";i:7728;s:30:\"mobile-frontend-editor-summary\";i:7729;s:36:\"mobile-frontend-editor-switch-editor\";i:7730;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:7731;s:35:\"mobile-frontend-editor-uploadenable\";i:7732;s:42:\"mobile-frontend-editor-viewing-source-page\";i:7733;s:27:\"mobile-frontend-editor-wait\";i:7734;s:30:\"mobile-frontend-editor-loading\";i:7735;s:37:\"mobile-frontend-editor-loadingtooslow\";i:7736;s:38:\"mobile-frontend-editor-loadbasiceditor\";i:7737;s:29:\"mobile-frontend-editor-toload\";i:7738;s:30:\"mf-expand-sections-description\";i:7739;s:23:\"mf-expand-sections-name\";i:7740;s:26:\"mf-expand-sections-0-label\";i:7741;s:26:\"mf-expand-sections-1-label\";i:7742;s:17:\"mf-font-size-name\";i:7743;s:24:\"mf-font-size-description\";i:7744;s:24:\"mf-font-size-small-label\";i:7745;s:26:\"mf-font-size-regular-label\";i:7746;s:24:\"mf-font-size-large-label\";i:7747;s:32:\"mobile-frontend-generic-404-desc\";i:7748;s:33:\"mobile-frontend-generic-404-title\";i:7749;s:33:\"mobile-frontend-generic-login-new\";i:7750;s:31:\"mobile-frontend-joined-just-now\";i:7751;s:30:\"mobile-frontend-joined-seconds\";i:7752;s:30:\"mobile-frontend-joined-minutes\";i:7753;s:28:\"mobile-frontend-joined-hours\";i:7754;s:27:\"mobile-frontend-joined-days\";i:7755;s:29:\"mobile-frontend-joined-months\";i:7756;s:28:\"mobile-frontend-joined-years\";i:7757;s:32:\"mobile-frontend-language-heading\";i:7758;s:71:\"mobile-frontend-languages-structured-overlay-suggested-languages-header\";i:7759;s:65:\"mobile-frontend-languages-structured-overlay-all-languages-header\";i:7760;s:69:\"mobile-frontend-languages-structured-overlay-search-input-placeholder\";i:7761;s:55:\"mobile-frontend-languages-structured-overlay-no-results\";i:7762;s:50:\"mobile-frontend-languages-structured-overlay-error\";i:7763;s:60:\"mobile-frontend-languages-structured-overlay-no-results-body\";i:7764;s:34:\"mobile-frontend-last-modified-date\";i:7765;s:44:\"mobile-frontend-last-modified-with-user-days\";i:7766;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:7767;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:7768;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:7769;s:46:\"mobile-frontend-last-modified-with-user-months\";i:7770;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:7771;s:45:\"mobile-frontend-last-modified-with-user-years\";i:7772;s:25:\"mobile-frontend-main-menu\";i:7773;s:42:\"mobile-frontend-main-menu-settings-heading\";i:7774;s:29:\"mobile-frontend-media-details\";i:7775;s:34:\"mobile-frontend-media-license-link\";i:7776;s:39:\"mobile-frontend-media-load-fail-message\";i:7777;s:37:\"mobile-frontend-media-load-fail-retry\";i:7778;s:26:\"mobile-frontend-media-next\";i:7779;s:26:\"mobile-frontend-media-prev\";i:7780;s:29:\"mobile-frontend-missing-image\";i:7781;s:30:\"mobile-frontend-opt-in-explain\";i:7782;s:29:\"mobile-frontend-overlay-close\";i:7783;s:33:\"mobile-frontend-privacy-link-text\";i:7784;s:35:\"mobile-frontend-references-citation\";i:7785;s:41:\"mobile-frontend-references-citation-error\";i:7786;s:31:\"mobile-frontend-requires-mobile\";i:7787;s:30:\"mobile-frontend-requires-title\";i:7788;s:26:\"mobile-frontend-save-error\";i:7789;s:29:\"mobile-frontend-save-settings\";i:7790;s:30:\"mobile-frontend-search-content\";i:7791;s:41:\"mobile-frontend-search-content-no-results\";i:7792;s:33:\"mobile-frontend-search-no-results\";i:7793;s:32:\"mobile-frontend-settings-tagline\";i:7794;s:29:\"mobile-frontend-settings-beta\";i:7795;s:29:\"mobile-frontend-settings-save\";i:7796;s:26:\"mobile-frontend-terms-text\";i:7797;s:25:\"mobile-frontend-terms-url\";i:7798;s:20:\"mobile-frontend-view\";i:7799;s:28:\"mobile-frontend-view-desktop\";i:7800;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:7801;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:7802;s:35:\"mobile-frontend-watchlist-back-home\";i:7803;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:7804;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:7805;s:36:\"mobile-frontend-watchlist-feed-empty\";i:7806;s:36:\"mobile-frontend-watchlist-filter-all\";i:7807;s:41:\"mobile-frontend-watchlist-filter-articles\";i:7808;s:38:\"mobile-frontend-watchlist-filter-other\";i:7809;s:37:\"mobile-frontend-watchlist-filter-talk\";i:7810;s:30:\"mobile-frontend-watchlist-more\";i:7811;s:33:\"mobile-frontend-watchlist-purpose\";i:7812;s:39:\"mobile-frontend-watchlist-signup-action\";i:7813;s:43:\"mobile-frontend-user-page-no-owner-page-yet\";i:7814;s:37:\"mobile-frontend-user-page-no-page-yet\";i:7815;s:43:\"mobile-frontend-user-page-describe-yourself\";i:7816;s:51:\"mobile-frontend-user-page-describe-yourself-editors\";i:7817;s:40:\"mobile-frontend-user-page-desired-action\";i:7818;s:54:\"mobile-frontend-user-page-create-owner-page-link-label\";i:7819;s:53:\"mobile-frontend-user-page-create-user-page-link-label\";i:7820;s:10:\"mobile.css\";i:7821;s:9:\"mobile.js\";i:7822;s:15:\"tag-mobile_edit\";i:7823;s:27:\"tag-mobile_edit-description\";i:7824;s:24:\"tag-advanced_mobile_edit\";i:7825;s:36:\"tag-advanced_mobile_edit-description\";i:7826;s:19:\"tag-mobile_web_edit\";i:7827;s:31:\"tag-mobile_web_edit-description\";i:7828;s:31:\"mobile-frontend-loading-message\";i:7829;s:41:\"mobile-frontend-search-feedback-link-text\";i:7830;s:38:\"mobile-frontend-search-feedback-prompt\";i:7831;s:58:\"mobile-frontend-mobile-option-MFEnableWikidataDescriptions\";i:7832;s:70:\"mobile-frontend-mobile-option-MFEnableWikidataDescriptions-description\";i:7833;s:29:\"mobile-frontend-send-feedback\";i:7834;s:58:\"mobile-frontend-mobile-option-MFLazyLoadImages-description\";i:7835;s:46:\"mobile-frontend-mobile-option-MFLazyLoadImages\";i:7836;s:63:\"mobile-frontend-mobile-option-MFShowFirstParagraphBeforeInfobox\";i:7837;s:75:\"mobile-frontend-mobile-option-MFShowFirstParagraphBeforeInfobox-description\";i:7838;s:49:\"mobile-frontend-mobile-option-MFEnableFontChanger\";i:7839;s:61:\"mobile-frontend-mobile-option-MFEnableFontChanger-description\";i:7840;s:14:\"mw-mf-amc-name\";i:7841;s:21:\"mw-mf-amc-description\";i:7842;s:17:\"mw-mf-amc-0-label\";i:7843;s:17:\"mw-mf-amc-1-label\";i:7844;s:44:\"mobile-frontend-mobile-option-amc-learn-more\";i:7845;s:47:\"mobile-frontend-mobile-option-amc-send-feedback\";i:7846;s:32:\"mobile-frontend-user-pref-option\";i:7847;s:37:\"mobile-frontend-user-pref-description\";i:7848;s:30:\"mobile-frontend-user-pref-link\";i:7849;s:34:\"mobile-frontend-amc-outreach-intro\";i:7850;s:40:\"mobile-frontend-amc-outreach-description\";i:7851;s:35:\"mobile-frontend-amc-outreach-enable\";i:7852;s:38:\"mobile-frontend-amc-outreach-no-thanks\";i:7853;s:44:\"mobile-frontend-amc-outreach-enabled-message\";i:7854;s:46:\"mobile-frontend-amc-outreach-dismissed-message\";i:7855;s:25:\"mobile-frontend-beta-only\";i:7856;s:31:\"mobile-frontend-console-recruit\";i:7857;s:34:\"mobile-frontend-special-pages-pref\";i:7858;s:12:\"prefs-mobile\";i:7859;s:32:\"apihelp-parse-param-mobileformat\";i:7860;s:28:\"apihelp-parse-param-noimages\";i:7861;s:28:\"apihelp-parse-param-mainpage\";i:7862;s:31:\"apihelp-webapp-manifest-summary\";i:7863;s:26:\"minerva-last-modified-date\";i:7864;s:21:\"minerva-watchlist-cta\";i:7865;s:32:\"mobile-frontend-cookies-required\";i:7866;s:27:\"mobile-frontend-editor-edit\";i:7867;s:16:\"minerva-download\";i:7868;s:37:\"mobile-frontend-editor-redlink-create\";i:7869;s:38:\"mobile-frontend-editor-redlink-explain\";i:7870;s:36:\"mobile-frontend-editor-redlink-leave\";i:7871;s:23:\"mobile-frontend-history\";i:7872;s:27:\"mobile-frontend-home-button\";i:7873;s:40:\"mobile-frontend-language-article-heading\";i:7874;s:39:\"mobile-frontend-languages-not-available\";i:7875;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:7876;s:39:\"mobile-frontend-main-menu-contributions\";i:7877;s:31:\"mobile-frontend-main-menu-login\";i:7878;s:32:\"mobile-frontend-main-menu-logout\";i:7879;s:32:\"mobile-frontend-main-menu-nearby\";i:7880;s:34:\"mobile-frontend-main-menu-settings\";i:7881;s:35:\"mobile-frontend-main-menu-watchlist\";i:7882;s:32:\"mobile-frontend-meta-data-issues\";i:7883;s:43:\"mobile-frontend-meta-data-issues-categories\";i:7884;s:39:\"mobile-frontend-meta-data-issues-header\";i:7885;s:39:\"minerva-meta-data-issues-section-header\";i:7886;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:7887;s:27:\"mobile-frontend-placeholder\";i:7888;s:29:\"mobile-frontend-random-button\";i:7889;s:31:\"mobile-frontend-redirected-from\";i:7890;s:37:\"mobile-frontend-talk-back-to-filepage\";i:7891;s:33:\"mobile-frontend-talk-back-to-page\";i:7892;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:7893;s:37:\"mobile-frontend-talk-back-to-userpage\";i:7894;s:35:\"mobile-frontend-user-button-tooltip\";i:7895;s:32:\"mobile-frontend-user-newmessages\";i:7896;s:39:\"mobile-frontend-user-page-contributions\";i:7897;s:38:\"mobile-frontend-user-page-member-since\";i:7898;s:30:\"mobile-frontend-user-page-talk\";i:7899;s:24:\"minerva-user-menu-button\";i:7900;s:23:\"minerva-user-navigation\";i:7901;s:29:\"minerva-page-actions-editfull\";i:7902;s:29:\"minerva-page-actions-overflow\";i:7903;s:38:\"minerva-page-actions-language-switcher\";i:7904;s:28:\"minerva-page-actions-history\";i:7905;s:22:\"minerva-prefs-talkpage\";i:7906;s:16:\"skinname-minerva\";i:7907;s:17:\"minerva-skin-desc\";i:7908;s:29:\"skin-minerva-issue-learn-more\";i:7909;s:29:\"skin-minerva-time-ago-seconds\";i:7910;s:29:\"skin-minerva-time-ago-minutes\";i:7911;s:27:\"skin-minerva-time-ago-hours\";i:7912;s:26:\"skin-minerva-time-ago-days\";i:7913;s:28:\"skin-minerva-time-ago-months\";i:7914;s:27:\"skin-minerva-time-ago-years\";i:7915;s:48:\"skin-minerva-mobile-option-MinervaShowCategories\";i:7916;s:60:\"skin-minerva-mobile-option-MinervaShowCategories-description\";i:7917;s:57:\"skin-minerva-recentchanges-warning-enhanced-not-supported\";i:7918;s:35:\"skin-minerva-night-mode-unavailable\";i:7919;s:11:\"minerva.css\";i:7920;s:10:\"minerva.js\";i:7921;s:9:\"math-desc\";i:7922;s:27:\"popups-settings-option-math\";i:7923;s:39:\"popups-settings-option-math-description\";i:7924;s:35:\"popups-settings-option-math-tooltip\";i:7925;s:36:\"math-visualeditor-mwchemdialog-title\";i:7926;s:46:\"math-visualeditor-mwlatexcontextitem-quickedit\";i:7927;s:44:\"math-visualeditor-mwlatexdialog-card-formula\";i:7928;s:44:\"math-visualeditor-mwlatexdialog-card-options\";i:7929;s:42:\"math-visualeditor-mwlatexinspector-display\";i:7930;s:48:\"math-visualeditor-mwlatexinspector-display-block\";i:7931;s:50:\"math-visualeditor-mwlatexinspector-display-default\";i:7932;s:49:\"math-visualeditor-mwlatexinspector-display-inline\";i:7933;s:37:\"math-visualeditor-mwlatexinspector-id\";i:7934;s:38:\"math-visualeditor-mwlatexinspector-qid\";i:7935;s:36:\"math-visualeditor-mwmathdialog-title\";i:7936;s:44:\"math-visualeditor-symbol-group-chem-addition\";i:7937;s:47:\"math-visualeditor-symbol-group-chem-aggregation\";i:7938;s:42:\"math-visualeditor-symbol-group-chem-arrows\";i:7939;s:44:\"math-visualeditor-symbol-group-chem-brackets\";i:7940;s:43:\"math-visualeditor-symbol-group-chem-charges\";i:7941;s:40:\"math-visualeditor-symbol-group-chem-dots\";i:7942;s:45:\"math-visualeditor-symbol-group-chem-equations\";i:7943;s:44:\"math-visualeditor-symbol-group-chem-formulae\";i:7944;s:41:\"math-visualeditor-symbol-group-chem-greek\";i:7945;s:44:\"math-visualeditor-symbol-group-chem-isotopes\";i:7946;s:45:\"math-visualeditor-symbol-group-chem-operators\";i:7947;s:45:\"math-visualeditor-symbol-group-chem-oxidation\";i:7948;s:47:\"math-visualeditor-symbol-group-chem-precipitate\";i:7949;s:50:\"math-visualeditor-symbol-group-chem-stoichiometric\";i:7950;s:43:\"math-visualeditor-symbol-group-math-accents\";i:7951;s:42:\"math-visualeditor-symbol-group-math-arrows\";i:7952;s:42:\"math-visualeditor-symbol-group-math-bounds\";i:7953;s:47:\"math-visualeditor-symbol-group-math-derivatives\";i:7954;s:45:\"math-visualeditor-symbol-group-math-functions\";i:7955;s:44:\"math-visualeditor-symbol-group-math-geometry\";i:7956;s:41:\"math-visualeditor-symbol-group-math-greek\";i:7957;s:42:\"math-visualeditor-symbol-group-math-hebrew\";i:7958;s:41:\"math-visualeditor-symbol-group-math-large\";i:7959;s:41:\"math-visualeditor-symbol-group-math-logic\";i:7960;s:44:\"math-visualeditor-symbol-group-math-matrices\";i:7961;s:43:\"math-visualeditor-symbol-group-math-modular\";i:7962;s:45:\"math-visualeditor-symbol-group-math-operators\";i:7963;s:47:\"math-visualeditor-symbol-group-math-parentheses\";i:7964;s:47:\"math-visualeditor-symbol-group-math-projections\";i:7965;s:45:\"math-visualeditor-symbol-group-math-relations\";i:7966;s:40:\"math-visualeditor-symbol-group-math-root\";i:7967;s:40:\"math-visualeditor-symbol-group-math-sets\";i:7968;s:43:\"math-visualeditor-symbol-group-math-spacing\";i:7969;s:43:\"math-visualeditor-symbol-group-math-special\";i:7970;s:46:\"math-visualeditor-symbol-group-math-subscripts\";i:7971;s:43:\"math-visualeditor-symbol-group-math-symbols\";i:7972;s:45:\"math-visualeditor-symbol-group-math-typefaces\";i:7973;s:44:\"math-visualeditor-symbol-group-math-unsorted\";i:7974;s:19:\"math-form-tex-label\";i:7975;s:18:\"math-form-tex-help\";i:7976;s:20:\"math-form-type-label\";i:7977;s:18:\"math-form-type-tex\";i:7978;s:19:\"math-form-type-chem\";i:7979;s:23:\"math-form-display-label\";i:7980;s:13:\"math-helppage\";i:7981;s:12:\"math_failure\";i:7982;s:16:\"math_invalidjson\";i:7983;s:20:\"math_invalidresponse\";i:7984;s:15:\"math_invalidxml\";i:7985;s:18:\"math_mathoid_error\";i:7986;s:24:\"math-status-introduction\";i:7987;s:17:\"math_syntax_error\";i:7988;s:12:\"math_timeout\";i:7989;s:13:\"math-test-end\";i:7990;s:14:\"math-test-fail\";i:7991;s:15:\"math-test-start\";i:7992;s:17:\"math-test-success\";i:7993;s:23:\"math-test-contains-diff\";i:7994;s:21:\"math-test-equals-diff\";i:7995;s:28:\"math-tracking-category-error\";i:7996;s:33:\"math-tracking-category-error-desc\";i:7997;s:41:\"math-tracking-category-mhchem-deprecation\";i:7998;s:46:\"math-tracking-category-mhchem-deprecation-desc\";i:7999;s:40:\"math-tracking-category-texvc-deprecation\";i:8000;s:45:\"math-tracking-category-texvc-deprecation-desc\";i:8001;s:35:\"math-tracking-category-render-error\";i:8002;s:40:\"math-tracking-category-render-error-desc\";i:8003;s:18:\"math_unknown_error\";i:8004;s:21:\"math_unknown_function\";i:8005;s:15:\"mw-math-latexml\";i:8006;s:15:\"mw-math-mathjax\";i:8007;s:14:\"mw-math-mathml\";i:8008;s:14:\"mw-math-native\";i:8009;s:14:\"mw-math-source\";i:8010;s:10:\"prefs-math\";i:8011;s:10:\"mathstatus\";i:8012;s:12:\"mathwikibase\";i:8013;s:19:\"datatypes-type-math\";i:8014;s:32:\"wikibase-listdatatypes-math-head\";i:8015;s:32:\"wikibase-listdatatypes-math-body\";i:8016;s:20:\"math-wikibase-header\";i:8017;s:21:\"math-wikibase-formula\";i:8018;s:26:\"math-wikibase-formula-name\";i:8019;s:26:\"math-wikibase-formula-type\";i:8020;s:35:\"math-wikibase-formula-header-format\";i:8021;s:33:\"math-wikibase-formula-description\";i:8022;s:33:\"math-wikibase-formula-information\";i:8023;s:33:\"math-wikibase-formula-link-header\";i:8024;s:37:\"math-wikibase-formula-elements-header\";i:8025;s:33:\"math-wikibase-special-form-header\";i:8026;s:38:\"math-wikibase-special-form-placeholder\";i:8027;s:33:\"math-wikibase-special-form-button\";i:8028;s:34:\"math-wikibase-special-error-header\";i:8029;s:44:\"math-wikibase-special-error-invalid-argument\";i:8030;s:35:\"math-wikibase-special-error-unknown\";i:8031;s:38:\"apihelp-query+mathwbextracts-example-1\";i:8032;s:36:\"apihelp-query+mathwbextracts-summary\";i:8033;s:38:\"apihelp-query+mathwbextracts-param-qid\";i:8034;s:42:\"apihelp-query+mathwbextracts-param-uselang\";i:8035;s:20:\"syntaxhighlight-desc\";i:8036;s:30:\"syntaxhighlight-error-category\";i:8037;s:35:\"syntaxhighlight-error-category-desc\";i:8038;s:32:\"syntaxhighlight-enclose-category\";i:8039;s:37:\"syntaxhighlight-enclose-category-desc\";i:8040;s:31:\"syntaxhighlight-source-category\";i:8041;s:36:\"syntaxhighlight-source-category-desc\";i:8042;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:8043;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:8044;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:8045;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:8046;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:8047;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:8048;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:8049;s:38:\"syntaxhighlight-error-unknown-language\";i:8050;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:8051;s:27:\"syntaxhighlight-button-copy\";i:8052;s:29:\"syntaxhighlight-button-copied\";i:8053;s:20:\"googleanalytics-desc\";i:8054;s:18:\"action-noanalytics\";i:8055;s:17:\"right-noanalytics\";}}'),('en','magicWords','a:178:{s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:12:\"anchorencode\";a:2:{i:0;i:0;i:1;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:2:{i:0;i:0;i:1;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:2:{i:0;i:1;i:1;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:2:{i:0;i:1;i:1;s:13:\"BASEPAGENAMEE\";}s:5:\"bcp47\";a:2:{i:0;i:1;i:1;s:6:\"#bcp47\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:12:\"canonicalurl\";a:2:{i:0;i:0;i:1;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:2:{i:0;i:0;i:1;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:3:{i:0;i:1;i:1;s:15:\"CONTENTLANGUAGE\";i:2;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:2:{i:0;i:1;i:1;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:3:{i:0;i:1;i:1;s:12:\"CURRENTMONTH\";i:2;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:2:{i:0;i:1;i:1;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:2:{i:0;i:1;i:1;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:2:{i:0;i:1;i:1;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:2:{i:0;i:1;i:1;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:2:{i:0;i:1;i:1;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:2:{i:0;i:1;i:1;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:4:{i:0;i:1;i:1;s:12:\"DEFAULTSORT:\";i:2;s:15:\"DEFAULTSORTKEY:\";i:3;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:3:\"dir\";a:2:{i:0;i:1;i:1;s:4:\"#dir\";}s:13:\"directionmark\";a:3:{i:0;i:1;i:1;s:13:\"DIRECTIONMARK\";i:2;s:7:\"DIRMARK\";}s:12:\"displaytitle\";a:2:{i:0;i:1;i:1;s:12:\"DISPLAYTITLE\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:20:\"expectunusedtemplate\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDTEMPLATE__\";}s:8:\"filepath\";a:2:{i:0;i:0;i:1;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:2:{i:0;i:0;i:1;s:12:\"__FORCETOC__\";}s:6:\"formal\";a:2:{i:0;i:1;i:1;s:8:\"#FORMAL:\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:9:\"formatnum\";a:2:{i:0;i:0;i:1;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:2:{i:0;i:1;i:1;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:2:{i:0;i:0;i:1;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:2:{i:0;i:0;i:1;s:9:\"FULLURLE:\";}s:6:\"gender\";a:2:{i:0;i:0;i:1;s:7:\"GENDER:\";}s:7:\"grammar\";a:2:{i:0;i:0;i:1;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:2:{i:0;i:1;i:1;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:2:{i:0;i:1;i:1;s:8:\"baseline\";}s:10:\"img_border\";a:2:{i:0;i:1;i:1;s:6:\"border\";}s:10:\"img_bottom\";a:2:{i:0;i:1;i:1;s:6:\"bottom\";}s:10:\"img_center\";a:3:{i:0;i:1;i:1;s:6:\"center\";i:2;s:6:\"centre\";}s:9:\"img_class\";a:2:{i:0;i:1;i:1;s:8:\"class=$1\";}s:10:\"img_framed\";a:4:{i:0;i:1;i:1;s:5:\"frame\";i:2;s:6:\"framed\";i:3;s:8:\"enframed\";}s:13:\"img_frameless\";a:2:{i:0;i:1;i:1;s:9:\"frameless\";}s:8:\"img_lang\";a:2:{i:0;i:1;i:1;s:7:\"lang=$1\";}s:8:\"img_left\";a:2:{i:0;i:1;i:1;s:4:\"left\";}s:8:\"img_link\";a:2:{i:0;i:1;i:1;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:3:{i:0;i:1;i:1;s:12:\"thumbnail=$1\";i:2;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:2:{i:0;i:1;i:1;s:6:\"middle\";}s:8:\"img_none\";a:2:{i:0;i:1;i:1;s:4:\"none\";}s:8:\"img_page\";a:3:{i:0;i:1;i:1;s:7:\"page=$1\";i:2;s:7:\"page $1\";}s:9:\"img_right\";a:2:{i:0;i:1;i:1;s:5:\"right\";}s:7:\"img_sub\";a:2:{i:0;i:1;i:1;s:3:\"sub\";}s:9:\"img_super\";a:3:{i:0;i:1;i:1;s:5:\"super\";i:2;s:3:\"sup\";}s:15:\"img_text_bottom\";a:2:{i:0;i:1;i:1;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:2:{i:0;i:1;i:1;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:3:{i:0;i:1;i:1;s:5:\"thumb\";i:2;s:9:\"thumbnail\";}s:7:\"img_top\";a:2:{i:0;i:1;i:1;s:3:\"top\";}s:11:\"img_upright\";a:4:{i:0;i:1;i:1;s:7:\"upright\";i:2;s:10:\"upright=$1\";i:3;s:10:\"upright $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:8:\"language\";a:2:{i:0;i:0;i:1;s:9:\"#LANGUAGE\";}s:21:\"language_option_bcp47\";a:2:{i:0;i:1;i:1;s:5:\"bcp47\";}s:2:\"lc\";a:2:{i:0;i:0;i:1;s:3:\"LC:\";}s:7:\"lcfirst\";a:2:{i:0;i:0;i:1;s:8:\"LCFIRST:\";}s:8:\"localday\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:2:{i:0;i:1;i:1;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:2:{i:0;i:1;i:1;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:2:{i:0;i:1;i:1;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:2:{i:0;i:1;i:1;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:3:{i:0;i:1;i:1;s:10:\"LOCALMONTH\";i:2;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:2:{i:0;i:1;i:1;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:2:{i:0;i:1;i:1;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:2:{i:0;i:1;i:1;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:2:{i:0;i:1;i:1;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:2:{i:0;i:1;i:1;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:2:{i:0;i:1;i:1;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:2:{i:0;i:0;i:1;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:2:{i:0;i:0;i:1;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:2:{i:0;i:1;i:1;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:2:{i:0;i:1;i:1;s:9:\"LOCALYEAR\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:9:\"namespace\";a:2:{i:0;i:1;i:1;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:2:{i:0;i:1;i:1;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:2:{i:0;i:1;i:1;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:2:{i:0;i:1;i:1;s:18:\"__NEWSECTIONLINK__\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:3:{i:0;i:0;i:1;s:20:\"__NOCONTENTCONVERT__\";i:2;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:2:{i:0;i:0;i:1;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:2:{i:0;i:0;i:1;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:2:{i:0;i:1;i:1;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:2:{i:0;i:1;i:1;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:3:{i:0;i:0;i:1;s:18:\"__NOTITLECONVERT__\";i:2;s:8:\"__NOTC__\";}s:5:\"notoc\";a:2:{i:0;i:0;i:1;s:9:\"__NOTOC__\";}s:2:\"ns\";a:2:{i:0;i:0;i:1;s:3:\"NS:\";}s:3:\"nse\";a:2:{i:0;i:0;i:1;s:4:\"NSE:\";}s:13:\"numberingroup\";a:3:{i:0;i:1;i:1;s:13:\"NUMBERINGROUP\";i:2;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:2:{i:0;i:1;i:1;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:2:{i:0;i:1;i:1;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:2:{i:0;i:1;i:1;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:2:{i:0;i:1;i:1;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:2:{i:0;i:0;i:1;s:7:\"PADLEFT\";}s:8:\"padright\";a:2:{i:0;i:0;i:1;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:2:{i:0;i:0;i:1;s:6:\"PAGEID\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:8:\"pagename\";a:2:{i:0;i:1;i:1;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:2:{i:0;i:1;i:1;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:3:{i:0;i:1;i:1;s:15:\"PAGESINCATEGORY\";i:2;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:2:{i:0;i:0;i:1;s:3:\"all\";}s:21:\"pagesincategory_files\";a:2:{i:0;i:0;i:1;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:2:{i:0;i:0;i:1;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:3:{i:0;i:1;i:1;s:17:\"PAGESINNAMESPACE:\";i:2;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:2:{i:0;i:1;i:1;s:8:\"PAGESIZE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:15:\"protectionlevel\";a:2:{i:0;i:1;i:1;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:2:{i:0;i:0;i:1;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:8:\"redirect\";a:2:{i:0;i:0;i:1;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:2:{i:0;i:1;i:1;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:2:{i:0;i:1;i:1;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:2:{i:0;i:1;i:1;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:2:{i:0;i:1;i:1;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:2:{i:0;i:1;i:1;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:2:{i:0;i:1;i:1;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:2:{i:0;i:0;i:1;s:10:\"SCRIPTPATH\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"sitename\";a:2:{i:0;i:1;i:1;s:8:\"SITENAME\";}s:7:\"special\";a:2:{i:0;i:0;i:1;s:7:\"special\";}s:8:\"speciale\";a:2:{i:0;i:0;i:1;s:8:\"speciale\";}s:14:\"staticredirect\";a:2:{i:0;i:1;i:1;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:2:{i:0;i:0;i:1;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:3:{i:0;i:1;i:1;s:15:\"SUBJECTPAGENAME\";i:2;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:3:{i:0;i:1;i:1;s:16:\"SUBJECTPAGENAMEE\";i:2;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:3:{i:0;i:1;i:1;s:12:\"SUBJECTSPACE\";i:2;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:3:{i:0;i:1;i:1;s:13:\"SUBJECTSPACEE\";i:2;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:2:{i:0;i:1;i:1;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:2:{i:0;i:1;i:1;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:3:\"tag\";a:2:{i:0;i:0;i:1;s:3:\"tag\";}s:12:\"talkpagename\";a:2:{i:0;i:1;i:1;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:2:{i:0;i:1;i:1;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:2:{i:0;i:1;i:1;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:2:{i:0;i:1;i:1;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:2:{i:0;i:0;i:1;s:7:\"__TOC__\";}s:2:\"uc\";a:2:{i:0;i:0;i:1;s:3:\"UC:\";}s:7:\"ucfirst\";a:2:{i:0;i:0;i:1;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:2:{i:0;i:0;i:1;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:2:{i:0;i:0;i:1;s:4:\"PATH\";}s:9:\"url_query\";a:2:{i:0;i:0;i:1;s:5:\"QUERY\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}s:12:\"userlanguage\";a:2:{i:0;i:1;i:1;s:12:\"USERLANGUAGE\";}}'),('en','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('en','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('en','messages:about','s:8:\"en:About\";'),('en','messages:aboutpage','s:16:\"en:Project:About\";'),('en','messages:aboutsite','s:21:\"en:About {{SITENAME}}\";'),('en','messages:abusefilter-edit-builder-vars-user-mobile','s:69:\"en:Whether or not a user is editing through the mobile interface ($1)\";'),('en','messages:accesskey-blockip-block','s:4:\"en:s\";'),('en','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('en','messages:accesskey-ca-create','s:4:\"en:e\";'),('en','messages:accesskey-ca-create-local','s:4:\"en:e\";'),('en','messages:accesskey-ca-delete','s:4:\"en:d\";'),('en','messages:accesskey-ca-edit','s:4:\"en:e\";'),('en','messages:accesskey-ca-edit-local','s:4:\"en:e\";'),('en','messages:accesskey-ca-history','s:4:\"en:h\";'),('en','messages:accesskey-ca-move','s:4:\"en:m\";'),('en','messages:accesskey-ca-nstab','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-project','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('en','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('en','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('en','messages:accesskey-ca-protect','s:4:\"en:=\";'),('en','messages:accesskey-ca-talk','s:4:\"en:t\";'),('en','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('en','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('en','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('en','messages:accesskey-ca-unwatch-expiring','s:4:\"en:w\";'),('en','messages:accesskey-ca-unwatch-expiring-hours','s:4:\"en:w\";'),('en','messages:accesskey-ca-view','s:3:\"en:\";'),('en','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('en','messages:accesskey-ca-watch','s:4:\"en:w\";'),('en','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('en','messages:accesskey-diff','s:4:\"en:v\";'),('en','messages:accesskey-export','s:4:\"en:s\";'),('en','messages:accesskey-feed-atom','s:3:\"en:\";'),('en','messages:accesskey-feed-rss','s:3:\"en:\";'),('en','messages:accesskey-import','s:4:\"en:s\";'),('en','messages:accesskey-minoredit','s:4:\"en:i\";'),('en','messages:accesskey-n-currentevents','s:3:\"en:\";'),('en','messages:accesskey-n-help','s:3:\"en:\";'),('en','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('en','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('en','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('en','messages:accesskey-n-portal','s:3:\"en:\";'),('en','messages:accesskey-n-randompage','s:4:\"en:x\";'),('en','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('en','messages:accesskey-p-logo','s:3:\"en:\";'),('en','messages:accesskey-preferences-save','s:4:\"en:s\";'),('en','messages:accesskey-preview','s:4:\"en:p\";'),('en','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('en','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('en','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('en','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('en','messages:accesskey-pt-login','s:4:\"en:o\";'),('en','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('en','messages:accesskey-pt-logout','s:3:\"en:\";'),('en','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('en','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('en','messages:accesskey-pt-preferences','s:3:\"en:\";'),('en','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('en','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('en','messages:accesskey-publish','s:4:\"en:s\";'),('en','messages:accesskey-save','s:4:\"en:s\";'),('en','messages:accesskey-search','s:4:\"en:f\";'),('en','messages:accesskey-search-fulltext','s:3:\"en:\";'),('en','messages:accesskey-search-go','s:3:\"en:\";'),('en','messages:accesskey-summary','s:4:\"en:b\";'),('en','messages:accesskey-t-contributions','s:3:\"en:\";'),('en','messages:accesskey-t-emailuser','s:3:\"en:\";'),('en','messages:accesskey-t-info','s:3:\"en:\";'),('en','messages:accesskey-t-permalink','s:3:\"en:\";'),('en','messages:accesskey-t-print','s:4:\"en:p\";'),('en','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('en','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('en','messages:accesskey-t-upload','s:4:\"en:u\";'),('en','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('en','messages:accesskey-upload','s:4:\"en:s\";'),('en','messages:accesskey-userrights-set','s:4:\"en:s\";'),('en','messages:accesskey-watch','s:4:\"en:w\";'),('en','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('en','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('en','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('en','messages:accesskey-wikieditor-realtimepreview','s:4:\"en:)\";'),('en','messages:accmailtext','s:176:\"en:A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the <em>[[Special:ChangePassword|change password]]</em> page upon logging in.\";'),('en','messages:accmailtitle','s:16:\"en:Password sent\";'),('en','messages:accountcreated','s:18:\"en:Account created\";'),('en','messages:accountcreatedtext','s:94:\"en:The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.\";'),('en','messages:acct_creation_throttle_hit','s:252:\"en:Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last $2, which is the maximum allowed in this time period.\nAs a result, visitors using this IP address cannot create any more accounts at the moment.\";'),('en','messages:action-apihighlimits','s:35:\"en:use higher limits in API queries\";'),('en','messages:action-applychangetags','s:37:\"en:apply tags along with your changes\";'),('en','messages:action-autoconfirmed','s:42:\"en:not be affected by IP-based rate limits\";'),('en','messages:action-autocreateaccount','s:50:\"en:automatically create this external user account\";'),('en','messages:action-autopatrol','s:37:\"en:have your edit marked as patrolled\";'),('en','messages:action-bigdelete','s:36:\"en:delete pages with large histories\";'),('en','messages:action-block','s:42:\"en:block or unblock this user from editing\";'),('en','messages:action-blockemail','s:45:\"en:block or unblock a user from sending email\";'),('en','messages:action-bot','s:37:\"en:be treated as an automated process\";'),('en','messages:action-browsearchive','s:23:\"en:search deleted pages\";'),('en','messages:action-changetags','s:72:\"en:add and remove arbitrary tags on individual revisions and log entries\";'),('en','messages:action-createaccount','s:27:\"en:create this user account\";'),('en','messages:action-createpage','s:19:\"en:create this page\";'),('en','messages:action-createtalk','s:30:\"en:create this discussion page\";'),('en','messages:action-delete','s:19:\"en:delete this page\";'),('en','messages:action-delete-redirect','s:38:\"en:overwrite single revision redirects\";'),('en','messages:action-deletechangetags','s:32:\"en:delete tags from the database\";'),('en','messages:action-deletedhistory','s:43:\"en:view metadata of deleted history entries\";'),('en','messages:action-deletedtext','s:57:\"en:view deleted text or changes between deleted revisions\";'),('en','messages:action-deletelogentry','s:42:\"en:delete or undelete specific log entries\";'),('en','messages:action-deleterevision','s:49:\"en:delete or undelete specific revisions of pages\";'),('en','messages:action-edit','s:17:\"en:edit this page\";'),('en','messages:action-editcontentmodel','s:35:\"en:edit the content model of a page\";'),('en','messages:action-editinterface','s:26:\"en:edit the user interface\";'),('en','messages:action-editmyoptions','s:24:\"en:edit your preferences\";'),('en','messages:action-editmyprivateinfo','s:32:\"en:edit your private information\";'),('en','messages:action-editmyusercss','s:31:\"en:edit your own user CSS files\";'),('en','messages:action-editmyuserjs','s:38:\"en:edit your own user JavaScript files\";'),('en','messages:action-editmyuserjson','s:32:\"en:edit your own user JSON files\";'),('en','messages:action-editmyuserjsredirect','s:57:\"en:edit your own user JavaScript files that are redirects\";'),('en','messages:action-editmywatchlist','s:22:\"en:edit your watchlist\";'),('en','messages:action-editprotected','s:56:\"en:edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('en','messages:action-editsemiprotected','s:64:\"en:edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('en','messages:action-editsitecss','s:20:\"en:edit sitewide CSS\";'),('en','messages:action-editsitejs','s:27:\"en:edit sitewide JavaScript\";'),('en','messages:action-editsitejson','s:21:\"en:edit sitewide JSON\";'),('en','messages:action-editusercss','s:30:\"en:edit other users\' CSS files\";'),('en','messages:action-edituserjs','s:37:\"en:edit other users\' JavaScript files\";'),('en','messages:action-edituserjson','s:31:\"en:edit other users\' JSON files\";'),('en','messages:action-hideuser','s:69:\"en:block or unblock a username, hiding or unhiding it from the public\";'),('en','messages:action-history','s:32:\"en:view the history of this page\";'),('en','messages:action-import','s:33:\"en:import pages from another wiki\";'),('en','messages:action-importupload','s:34:\"en:import pages from a file upload\";'),('en','messages:action-ipblock-exempt','s:49:\"en:bypass IP blocks, auto-blocks and range blocks\";'),('en','messages:action-managechangetags','s:31:\"en:create and (de)activate tags\";'),('en','messages:action-markbotedits','s:38:\"en:mark rolled-back edits as bot edits\";'),('en','messages:action-mergehistory','s:33:\"en:merge the history of this page\";'),('en','messages:action-minoredit','s:26:\"en:mark this edit as minor\";'),('en','messages:action-move','s:17:\"en:move this page\";'),('en','messages:action-move-categorypages','s:22:\"en:move category pages\";'),('en','messages:action-move-rootuserpages','s:23:\"en:move root user pages\";'),('en','messages:action-move-subpages','s:35:\"en:move this page, and its subpages\";'),('en','messages:action-movefile','s:17:\"en:move this file\";'),('en','messages:action-noanalytics','s:42:\"en:be exempted from web analytics tracking\";'),('en','messages:action-nominornewtalk','s:75:\"en:not have minor edits to discussion pages trigger the new messages prompt\";'),('en','messages:action-noratelimit','s:33:\"en:not be affected by rate limits\";'),('en','messages:action-override-export-depth','s:57:\"en:export pages including linked pages up to a depth of 5\";'),('en','messages:action-pagelang','s:27:\"en:change the page language\";'),('en','messages:action-patrol','s:34:\"en:mark others\' edits as patrolled\";'),('en','messages:action-patrolmarks','s:35:\"en:view recent changes patrol marks\";'),('en','messages:action-protect','s:43:\"en:change protection settings for this page\";'),('en','messages:action-purge','s:18:\"en:purge this page\";'),('en','messages:action-read','s:17:\"en:read this page\";'),('en','messages:action-renameuser','s:15:\"en:rename users\";'),('en','messages:action-reupload','s:31:\"en:overwrite this existing file\";'),('en','messages:action-reupload-own','s:47:\"en:overwrite existing files uploaded by oneself\";'),('en','messages:action-reupload-shared','s:44:\"en:override this file on a shared repository\";'),('en','messages:action-rollback','s:75:\"en:quickly rollback the edits of the last user who edited a particular page\";'),('en','messages:action-sendemail','s:14:\"en:send emails\";'),('en','messages:action-siteadmin','s:30:\"en:lock or unlock the database\";'),('en','messages:action-suppressionlog','s:24:\"en:view this private log\";'),('en','messages:action-suppressredirect','s:59:\"en:not create redirects from source pages when moving pages\";'),('en','messages:action-suppressrevision','s:65:\"en:view, hide or unhide specific revisions of pages from any user\";'),('en','messages:action-unblockself','s:18:\"en:unblock oneself\";'),('en','messages:action-undelete','s:17:\"en:undelete pages\";'),('en','messages:action-unwatchedpages','s:35:\"en:view the list of unwatched pages\";'),('en','messages:action-upload','s:19:\"en:upload this file\";'),('en','messages:action-upload_by_url','s:30:\"en:upload this file from a URL\";'),('en','messages:action-userrights','s:23:\"en:edit all user rights\";'),('en','messages:action-userrights-interwiki','s:43:\"en:edit user rights of users on other wikis\";'),('en','messages:action-viewmyprivateinfo','s:32:\"en:view your private information\";'),('en','messages:action-viewmywatchlist','s:22:\"en:view your watchlist\";'),('en','messages:action-viewsuppressed','s:38:\"en:view revisions hidden from any user\";'),('en','messages:actioncomplete','s:18:\"en:Action complete\";'),('en','messages:actionfailed','s:16:\"en:Action failed\";'),('en','messages:actions','s:10:\"en:Actions\";'),('en','messages:actionthrottled','s:19:\"en:Action throttled\";'),('en','messages:actionthrottledtext','s:182:\"en:As an anti-abuse measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.\nPlease try again in a few minutes.\";'),('en','messages:activeusers','s:20:\"en:Active users list\";'),('en','messages:activeusers-count','s:72:\"en:$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}\";'),('en','messages:activeusers-excludegroups','s:37:\"en:Exclude users belonging to groups:\";'),('en','messages:activeusers-from','s:29:\"en:Display users starting at:\";'),('en','messages:activeusers-groups','s:37:\"en:Display users belonging to groups:\";'),('en','messages:activeusers-intro','s:99:\"en:This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.\";'),('en','messages:activeusers-noresult','s:18:\"en:No users found.\";'),('en','messages:activeusers-submit','s:23:\"en:Display active users\";'),('en','messages:activeusers-summary','s:3:\"en:\";'),('en','messages:addedwatchexpiry-options-label','s:25:\"en:Watchlist time period:\";'),('en','messages:addedwatchexpiryhours','s:109:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('en','messages:addedwatchexpiryhours-talk','s:109:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for a few hours.\";'),('en','messages:addedwatchexpirytext','s:100:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('en','messages:addedwatchexpirytext-talk','s:100:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] for $2.\";'),('en','messages:addedwatchindefinitelytext','s:105:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('en','messages:addedwatchindefinitelytext-talk','s:105:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]] permanently.\";'),('en','messages:addedwatchtext','s:93:\"en:\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].\";'),('en','messages:addedwatchtext-short','s:50:\"en:The page \"$1\" has been added to your watchlist.\";'),('en','messages:addedwatchtext-talk','s:93:\"en:\"[[:$1]]\" and its associated page have been added to your [[Special:Watchlist|watchlist]].\";'),('en','messages:addsection','s:4:\"en:+\";'),('en','messages:addsection-editintro','s:3:\"en:\";'),('en','messages:addsection-preload','s:3:\"en:\";'),('en','messages:addwatch','s:19:\"en:Add to watchlist\";'),('en','messages:ago','s:9:\"en:$1 ago\";'),('en','messages:all-logs-page','s:19:\"en:Main public logs\";'),('en','messages:allarticles','s:12:\"en:All pages\";'),('en','messages:allinnamespace','s:27:\"en:All pages ($1 namespace)\";'),('en','messages:alllogstext','s:187:\"en:Combined display of all available logs of {{SITENAME}}.\nYou can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).\";'),('en','messages:allmessages','s:18:\"en:System messages\";'),('en','messages:allmessages-filter','s:33:\"en:Filter by customization state:\";'),('en','messages:allmessages-filter-all','s:6:\"en:All\";'),('en','messages:allmessages-filter-legend','s:9:\"en:Filter\";'),('en','messages:allmessages-filter-modified','s:11:\"en:Modified\";'),('en','messages:allmessages-filter-submit','s:9:\"en:Filter\";'),('en','messages:allmessages-filter-translate','s:12:\"en:Translate\";'),('en','messages:allmessages-filter-unmodified','s:13:\"en:Unmodified\";'),('en','messages:allmessages-language','s:12:\"en:Language:\";'),('en','messages:allmessages-not-supported-database','s:94:\"en:This page cannot be used because <strong>$wgUseDatabaseMessages</strong> has been disabled.\";'),('en','messages:allmessages-prefix','s:20:\"en:Filter by prefix:\";'),('en','messages:allmessages-unknown-language','s:48:\"en:The language code <code>$1</code> is unknown.\";'),('en','messages:allmessagescurrent','s:23:\"en:Current message text\";'),('en','messages:allmessagesdefault','s:23:\"en:Default message text\";'),('en','messages:allmessagesname','s:7:\"en:Name\";'),('en','messages:allmessagestext','s:290:\"en:This is a list of system messages available in the MediaWiki namespace.\nPlease visit [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Localisation] and [https://translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.\";'),('en','messages:allowemail','s:32:\"en:Allow other users to email me\";'),('en','messages:allpages','s:12:\"en:All pages\";'),('en','messages:allpages-bad-ns','s:45:\"en:{{SITENAME}} does not have namespace \"$1\".\";'),('en','messages:allpages-hide-redirects','s:17:\"en:Hide redirects\";'),('en','messages:allpages-summary','s:3:\"en:\";'),('en','messages:allpagesbadtitle','s:151:\"en:The given page title was invalid or had an inter-language or inter-wiki prefix.\nIt may contain one or more characters that cannot be used in titles.\";'),('en','messages:allpagesfrom','s:29:\"en:Display pages starting at:\";'),('en','messages:allpagesprefix','s:29:\"en:Display pages with prefix:\";'),('en','messages:allpagessubmit','s:5:\"en:Go\";'),('en','messages:allpagesto','s:27:\"en:Display pages ending at:\";'),('en','messages:alreadyrolled','s:359:\"en:Cannot rollback the last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]).\nSomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('en','messages:ancientpages','s:15:\"en:Oldest pages\";'),('en','messages:ancientpages-summary','s:3:\"en:\";'),('en','messages:and','s:11:\"en:&#32;and\";'),('en','messages:anoncontribs','s:16:\"en:Contributions\";'),('en','messages:anoneditwarning','s:270:\"en:<strong>Warning:</strong> You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>[$1 log in]</strong> or <strong>[$2 create an account]</strong>, your edits will be attributed to your username, along with other benefits.\";'),('en','messages:anonnotice','s:4:\"en:-\";'),('en','messages:anononlyblock','s:13:\"en:anon. only\";'),('en','messages:anonpreviewwarning','s:102:\"en:<em>You are not logged in. Publishing will record your IP address in this page\'s edit history.</em>\";'),('en','messages:anontalk','s:7:\"en:Talk\";'),('en','messages:anontalkpagetext','s:472:\"en:----\n<em>This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.</em>\nWe therefore have to use the numerical IP address to identify them.\nSuch an IP address can be shared by several users.\nIf you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:CreateAccount|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.\";'),('en','messages:anonuser','s:33:\"en:{{SITENAME}} anonymous user $1\";'),('en','messages:anonusers','s:53:\"en:{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1\";'),('en','messages:anonymous','s:53:\"en:Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}\";'),('en','messages:api-clientside-error-aborted','s:27:\"en:The request was aborted.\";'),('en','messages:api-clientside-error-http','s:34:\"en:Server returned error: HTTP $1.\";'),('en','messages:api-clientside-error-invalidresponse','s:32:\"en:Invalid response from server.\";'),('en','messages:api-clientside-error-noconnect','s:99:\"en:Could not connect to the server. Make sure you have a working internet connection and try again.\";'),('en','messages:api-clientside-error-timeout','s:55:\"en:The server did not respond within the expected time.\";'),('en','messages:api-credits','s:370:\"en:API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–2020)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/.\";'),('en','messages:api-credits-header','s:10:\"en:Credits\";'),('en','messages:api-error-badtoken','s:29:\"en:Internal error: Bad token.\";'),('en','messages:api-error-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('en','messages:api-error-publishfailed','s:59:\"en:Internal error: Server failed to publish temporary file.\";'),('en','messages:api-error-stashfailed','s:57:\"en:Internal error: Server failed to store temporary file.\";'),('en','messages:api-error-unknown-warning','s:25:\"en:Unknown warning: \"$1\".\";'),('en','messages:api-error-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('en','messages:api-exception-trace','s:18:\"en:$1 at $2($3)\n$4\";'),('en','messages:api-feed-error-title','s:13:\"en:Error ($1)\";'),('en','messages:api-format-prettyprint-header','s:394:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('en','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('en','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('en','messages:api-format-prettyprint-status','s:58:\"en:This response would be returned with HTTP status $1 $2.\";'),('en','messages:api-format-title','s:23:\"en:MediaWiki API result\";'),('en','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('en','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('en','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('en','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('en','messages:api-help-authmanagerhelper-messageformat','s:40:\"en:Format to use for returning messages.\";'),('en','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('en','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('en','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('en','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('en','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('en','messages:api-help-datatype-expiry','s:237:\"en:Expiry values may be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> or <kbd>never</kbd>.\";'),('en','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('en','messages:api-help-datatypes-header','s:13:\"en:Data types\";'),('en','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('en','messages:api-help-examples','s:34:\"en:{{PLURAL:$1|Example|Examples}}:\";'),('en','messages:api-help-flag-deprecated','s:29:\"en:This module is deprecated.\";'),('en','messages:api-help-flag-generator','s:42:\"en:This module can be used as a generator.\";'),('en','messages:api-help-flag-internal','s:124:\"en:<strong>This module is internal or unstable, and you should not use it.</strong> Its operation may change without notice.\";'),('en','messages:api-help-flag-mustbeposted','s:42:\"en:This module only accepts POST requests.\";'),('en','messages:api-help-flag-readrights','s:36:\"en:This module requires read rights.\";'),('en','messages:api-help-flag-writerights','s:37:\"en:This module requires write rights.\";'),('en','messages:api-help-flags','s:3:\"en:\";'),('en','messages:api-help-help-urls','s:3:\"en:\";'),('en','messages:api-help-lead','s:155:\"en:This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('en','messages:api-help-license','s:21:\"en:License: [[$1|$2]]\";'),('en','messages:api-help-license-noname','s:27:\"en:License: [[$1|See link]]\";'),('en','messages:api-help-license-unknown','s:56:\"en:License: <span class=\"apihelp-unknown\">unknown</span>\";'),('en','messages:api-help-main-header','s:14:\"en:Main module\";'),('en','messages:api-help-no-extended-description','s:3:\"en:\";'),('en','messages:api-help-open-in-apisandbox','s:35:\"en:<small>[open in sandbox]</small>\";'),('en','messages:api-help-param-continue','s:180:\"en:When more results are available, use this to continue. More detailed information on how to continue queries [[mw:Special:MyLanguage/API:Continue|can be found on mediawiki.org]].\";'),('en','messages:api-help-param-default-empty','s:54:\"en:Default: <span class=\"apihelp-empty\">(empty)</span>\";'),('en','messages:api-help-param-deprecated','s:14:\"en:Deprecated.\";'),('en','messages:api-help-param-deprecated-label','s:13:\"en:deprecated\";'),('en','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('en','messages:api-help-param-disabled-in-miser-mode','s:76:\"en:Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].\";'),('en','messages:api-help-param-internal','s:12:\"en:Internal.\";'),('en','messages:api-help-param-internal-label','s:11:\"en:internal\";'),('en','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('en','messages:api-help-param-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('en','messages:api-help-param-multi-separate','s:92:\"en:Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].\";'),('en','messages:api-help-param-no-description','s:54:\"en:<span class=\"apihelp-empty\">(no description)</span>\";'),('en','messages:api-help-param-templated','s:108:\"en:This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.\";'),('en','messages:api-help-param-templated-var','s:57:\"en:<var>&#x7B;$1&#x7D;</var> with values of <var>$2</var>\";'),('en','messages:api-help-param-templated-var-first','s:100:\"en:<var>&#x7B;$1&#x7D;</var> in the parameter\'s name should be replaced with values of <var>$2</var>\";'),('en','messages:api-help-param-token','s:88:\"en:A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('en','messages:api-help-param-token-webui','s:68:\"en:For compatibility, the token used in the web UI is also accepted.\";'),('en','messages:api-help-param-type-enum','s:147:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2\";'),('en','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('en','messages:api-help-param-type-limit','s:34:\"en:Type: integer or <kbd>max</kbd>\";'),('en','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('en','messages:api-help-param-type-timestamp','s:122:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatype/timestamp|allowed formats]])\";'),('en','messages:api-help-parameters','s:56:\"en:{{PLURAL:$1|Specific parameter|Specific parameters}}:\";'),('en','messages:api-help-parameters-note','s:42:\"en:Other general parameters are available.\";'),('en','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('en','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('en','messages:api-help-permissions','s:40:\"en:{{PLURAL:$1|Permission|Permissions}}:\";'),('en','messages:api-help-permissions-granted-to','s:31:\"en:{{PLURAL:$1|Granted to}}: $2\";'),('en','messages:api-help-right-apihighlimits','s:138:\"en:Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.\";'),('en','messages:api-help-source','s:13:\"en:Source: $1\";'),('en','messages:api-help-source-unknown','s:55:\"en:Source: <span class=\"apihelp-unknown\">unknown</span>\";'),('en','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('en','messages:api-help-templatedparams-header','s:23:\"en:Templated parameters\";'),('en','messages:api-help-title','s:21:\"en:MediaWiki API help\";'),('en','messages:api-help-undocumented-module','s:34:\"en:No documentation for module $1.\";'),('en','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('en','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('en','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('en','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('en','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('en','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('en','messages:api-pageset-param-pageids','s:33:\"en:A list of page IDs to work on.\";'),('en','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('en','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('en','messages:api-pageset-param-revids','s:238:\"en:A list of revision IDs to work on. Note that almost all query modules will convert revision IDs to the corresponding page ID and work on the latest revision instead. Only <kbd>prop=revisions</kbd> uses exact revisions for its response.\";'),('en','messages:api-pageset-param-titles','s:31:\"en:A list of titles to work on.\";'),('en','messages:api-usage-docref','s:24:\"en:See $1 for API usage.\";'),('en','messages:api-usage-mailinglist-ref','s:207:\"en:Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; for notice of API deprecations and breaking changes.\";'),('en','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('en','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('en','messages:apierror-alreadyregistered','s:35:\"en:You already have a user account.\";'),('en','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('en','messages:apierror-articleexists','s:57:\"en:The page you tried to create has been created already.\";'),('en','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('en','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('en','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('en','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('en','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('en','messages:apierror-bad-badfilecontexttitle','s:63:\"en:Invalid title in <var>$1badfilecontexttitle</var> parameter.\";'),('en','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('en','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('en','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('en','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('en','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('en','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('en','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('en','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('en','messages:apierror-badgenerator-unknown','s:35:\"en:Unknown <kbd>generator=$1</kbd>.\";'),('en','messages:apierror-badip','s:29:\"en:IP parameter is not valid.\";'),('en','messages:apierror-badmd5','s:39:\"en:The supplied MD5 hash was incorrect.\";'),('en','messages:apierror-badmodule-badsubmodule','s:59:\"en:The module <kbd>$1</kbd> does not have a submodule \"$2\".\";'),('en','messages:apierror-badmodule-nosubmodules','s:46:\"en:The module <kbd>$1</kbd> has no submodules.\";'),('en','messages:apierror-badparameter','s:45:\"en:Invalid value for parameter <var>$1</var>.\";'),('en','messages:apierror-badquery','s:17:\"en:Invalid query.\";'),('en','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('en','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('en','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('en','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('en','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('en','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('en','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('en','messages:apierror-blocked-partial','s:48:\"en:You have been blocked from editing this page.\";'),('en','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('en','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('en','messages:apierror-cannot-async-upload-file','s:295:\"en:The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).\";'),('en','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('en','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('en','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('en','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('en','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('en','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('en','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('en','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('en','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('en','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('en','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('en','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('en','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('en','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('en','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('en','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('en','messages:apierror-changecontentmodel-cannot-convert','s:43:\"en:Could not convert $1 to $2 content model\";'),('en','messages:apierror-changecontentmodel-cannotbeused','s:40:\"en:$1 content model cannot be used on $2\";'),('en','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('en','messages:apierror-changecontentmodel-nodirectediting','s:51:\"en:$1 content model does not support direct editing\";'),('en','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('en','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('en','messages:apierror-compare-maintextrequired','s:127:\"en:Parameter <var>$1text-main</var> is required when <var>$1slots</var> contains <kbd>main</kbd> (cannot delete the main slot).\";'),('en','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('en','messages:apierror-compare-nofromrevision','s:94:\"en:No \'from\' revision. Specify <var>fromrev</var>, <var>fromtitle</var>, or <var>fromid</var>.\";'),('en','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('en','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('en','messages:apierror-compare-notext','s:64:\"en:Parameter <var>$1</var> cannot be used without <var>$2</var>.\";'),('en','messages:apierror-compare-notorevision','s:86:\"en:No \'to\' revision. Specify <var>torev</var>, <var>totitle</var>, or <var>toid</var>.\";'),('en','messages:apierror-compare-relative-to-deleted','s:70:\"en:Cannot use <kbd>torelative=$1</kbd> relative to a deleted revision.\";'),('en','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('en','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('en','messages:apierror-contentmodel-mismatch','s:132:\"en:The content you supplied has <kbd>$1</kbd> content model, which differs from the current content model of the page <kbd>$2</kbd>.\";'),('en','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('en','messages:apierror-contenttoobig','s:95:\"en:The content you supplied exceeds the page size limit of $1 {{PLURAL:$1|kibibyte|kibibytes}}.\";'),('en','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('en','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('en','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('en','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('en','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('en','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('en','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('en','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('en','messages:apierror-emptypage','s:44:\"en:Creating new, empty pages is not allowed.\";'),('en','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('en','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('en','messages:apierror-filedoesnotexist','s:23:\"en:File does not exist.\";'),('en','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('en','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('en','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('en','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('en','messages:apierror-http-contenttoolarge','s:54:\"en:HTTP Request Content too large. Maximum length: $1.\";'),('en','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('en','messages:apierror-import-unknownerror','s:31:\"en:Unknown error on import: $1.\";'),('en','messages:apierror-info-singlepagerevision','s:164:\"en:Multiple pages or revisions were supplied, but <var>$1prop=preloadcontent</var> and <var>$1prop=editintro</var> may only be used with a single page and revision.\";'),('en','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('en','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('en','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('en','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('en','messages:apierror-invalid-file-key','s:24:\"en:Not a valid file key.\";'),('en','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('en','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('en','messages:apierror-invalidiprange','s:27:\"en:Invalid CIDR range \"$1\".\";'),('en','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('en','messages:apierror-invalidmethod','s:51:\"en:Invalid HTTP method. Consider using GET or POST.\";'),('en','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('en','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('en','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('en','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('en','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('en','messages:apierror-invalidsection','s:81:\"en:The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.\";'),('en','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('en','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('en','messages:apierror-invalidtitle','s:18:\"en:Bad title \"$1\".\";'),('en','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('en','messages:apierror-invaliduser','s:25:\"en:Invalid username \"$1\".\";'),('en','messages:apierror-invaliduserid','s:38:\"en:User ID <var>$1</var> is not valid.\";'),('en','messages:apierror-ipoutofrange','s:78:\"en:The requested CIDR range \"$1\" cannot be broader than the CIDR limit of /$2.\";'),('en','messages:apierror-maxbytes','s:76:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}\";'),('en','messages:apierror-maxchars','s:86:\"en:Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}\";'),('en','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('en','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('en','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('en','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('en','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('en','messages:apierror-missingcontent-revid-role','s:50:\"en:Missing content for revision ID $1 for role $2.\";'),('en','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('en','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('en','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('en','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('en','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('en','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('en','messages:apierror-missingtitle-byname','s:29:\"en:The page $1 doesn\'t exist.\";'),('en','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('en','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('en','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('en','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('en','messages:apierror-mustbeloggedin','s:31:\"en:You must be logged in to $1.\";'),('en','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('en','messages:apierror-mustbeloggedin-generic','s:25:\"en:You must be logged in.\";'),('en','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('en','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('en','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('en','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('en','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('en','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('en','messages:apierror-noapiwrite','s:52:\"en:Editing of this wiki through the API is disabled.\";'),('en','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('en','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('en','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('en','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('en','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('en','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('en','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('en','messages:apierror-nosuchpageid','s:31:\"en:There is no page with ID $1.\";'),('en','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('en','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('en','messages:apierror-nosuchsection','s:26:\"en:There is no section $1.\";'),('en','messages:apierror-nosuchsection-what','s:32:\"en:There is no section $1 in $2.\";'),('en','messages:apierror-nosuchuserid','s:31:\"en:There is no user with ID $1.\";'),('en','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('en','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('en','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('en','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('en','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('en','messages:apierror-pagelang-disabled','s:63:\"en:Changing the language of a page is not allowed on this wiki.\";'),('en','messages:apierror-paramempty','s:48:\"en:The parameter <var>$1</var> may not be empty.\";'),('en','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('en','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('en','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('en','messages:apierror-permissiondenied','s:35:\"en:You don\'t have permission to $1.\";'),('en','messages:apierror-permissiondenied-generic','s:21:\"en:Permission denied.\";'),('en','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('en','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('en','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('en','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('en','messages:apierror-protect-invalidaction','s:32:\"en:Invalid protection type \"$1\".\";'),('en','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('en','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('en','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('en','messages:apierror-readonly','s:43:\"en:The wiki is currently in read-only mode.\";'),('en','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('en','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('en','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('en','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('en','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('en','messages:apierror-revisions-badid','s:53:\"en:No revision was found for parameter <var>$1</var>.\";'),('en','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('en','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('en','messages:apierror-revwrongpage','s:31:\"en:r$1 is not a revision of $2.\";'),('en','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('en','messages:apierror-sectionreplacefailed','s:35:\"en:Could not merge updated section.\";'),('en','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('en','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('en','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('en','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('en','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('en','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('en','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('en','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('en','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('en','messages:apierror-stashexception','s:5:\"en:$1\";'),('en','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('en','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('en','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('en','messages:apierror-stashinvalidfile','s:24:\"en:Invalid stashed file.\";'),('en','messages:apierror-stashnosuchfilekey','s:23:\"en:No such filekey: $1.\";'),('en','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('en','messages:apierror-stashwrongowner','s:18:\"en:Wrong owner: $1\";'),('en','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('en','messages:apierror-systemblocked','s:52:\"en:You have been blocked automatically by MediaWiki.\";'),('en','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('en','messages:apierror-tempuseracquirefailed','s:50:\"en:Unable to acquire a temporary account username.\";'),('en','messages:apierror-tempuserdisabled','s:47:\"en:Temporary user account creation is disabled.\";'),('en','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('en','messages:apierror-toomanyvalues','s:73:\"en:Too many values supplied for parameter <var>$1</var>. The limit is $2.\";'),('en','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('en','messages:apierror-unknownerror','s:23:\"en:Unknown error: \"$1\".\";'),('en','messages:apierror-unknownerror-editpage','s:30:\"en:Unknown EditPage error: $1.\";'),('en','messages:apierror-unknownerror-nocode','s:17:\"en:Unknown error.\";'),('en','messages:apierror-unknownformat','s:28:\"en:Unrecognized format \"$1\".\";'),('en','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('en','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('en','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('en','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('en','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('en','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('en','messages:apierror-upload-missingresult','s:28:\"en:No result in status data.\";'),('en','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('en','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('en','messages:apihelp','s:11:\"en:API help\";'),('en','messages:apihelp-acquiretempusername-extended-description','s:249:\"en:If the user later performs an action that results in temp account creation, the stashed username will be used for their account. It may also be used in previews. However, the account is not created yet, and the name is not visible to other users.\";'),('en','messages:apihelp-acquiretempusername-summary','s:204:\"en:Acquire a temporary user username and stash it in the current session, if temp account creation is enabled and the current user is logged out. If a name has already been stashed, returns the same name.\";'),('en','messages:apihelp-block-example-ip-simple','s:70:\"en:Block IP address <kbd>192.0.2.5</kbd> for three days with a reason.\";'),('en','messages:apihelp-block-example-user-complex','s:111:\"en:Block user <kbd>Vandal</kbd> indefinitely with a reason, and prevent new account creation and email sending.\";'),('en','messages:apihelp-block-param-actionrestrictions','s:106:\"en:List of actions to block the user from performing. Only applies when <var>partial</var> is set to true.\";'),('en','messages:apihelp-block-param-allowusertalk','s:145:\"en:Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('en','messages:apihelp-block-param-anononly','s:116:\"en:Block anonymous users only (i.e. disable anonymous edits for this IP address, including temporary account edits).\";'),('en','messages:apihelp-block-param-autoblock','s:104:\"en:Automatically block the last used IP address, and any subsequent IP addresses they try to login from.\";'),('en','messages:apihelp-block-param-expiry','s:236:\"en:Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.\";'),('en','messages:apihelp-block-param-hidename','s:84:\"en:Hide the username from the block log. (Requires the <code>hideuser</code> right).\";'),('en','messages:apihelp-block-param-namespacerestrictions','s:109:\"en:List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('en','messages:apihelp-block-param-nocreate','s:28:\"en:Prevent account creation.\";'),('en','messages:apihelp-block-param-noemail','s:98:\"en:Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).\";'),('en','messages:apihelp-block-param-pagerestrictions','s:102:\"en:List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.\";'),('en','messages:apihelp-block-param-partial','s:76:\"en:Block user from specific pages or namespaces rather than the entire site.\";'),('en','messages:apihelp-block-param-reason','s:20:\"en:Reason for block.\";'),('en','messages:apihelp-block-param-reblock','s:64:\"en:If the user is already blocked, overwrite the existing block.\";'),('en','messages:apihelp-block-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('en','messages:apihelp-block-param-user','s:17:\"en:User to block.\";'),('en','messages:apihelp-block-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('en','messages:apihelp-block-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-block-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('en','messages:apihelp-block-summary','s:16:\"en:Block a user.\";'),('en','messages:apihelp-changeauthenticationdata-example-password','s:79:\"en:Attempt to change the current user\'s password to <kbd>ExamplePassword</kbd>.\";'),('en','messages:apihelp-changeauthenticationdata-summary','s:51:\"en:Change authentication data for the current user.\";'),('en','messages:apihelp-changecontentmodel-example','s:67:\"en:Change the main page to have the <code>text</code> content model\";'),('en','messages:apihelp-changecontentmodel-param-bot','s:49:\"en:Mark the content model change with a bot flag.\";'),('en','messages:apihelp-changecontentmodel-param-model','s:36:\"en:Content model of the new content.\";'),('en','messages:apihelp-changecontentmodel-param-pageid','s:102:\"en:Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-changecontentmodel-param-summary','s:36:\"en:Edit summary and log entry reason\";'),('en','messages:apihelp-changecontentmodel-param-tags','s:50:\"en:Change tags to apply to the log entry and edit.\";'),('en','messages:apihelp-changecontentmodel-param-title','s:101:\"en:Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-changecontentmodel-summary','s:37:\"en:Change the content model of a page\";'),('en','messages:apihelp-checktoken-example-simple','s:48:\"en:Test the validity of a <kbd>csrf</kbd> token.\";'),('en','messages:apihelp-checktoken-param-maxtokenage','s:48:\"en:Maximum allowed age of the token, in seconds.\";'),('en','messages:apihelp-checktoken-param-token','s:17:\"en:Token to test.\";'),('en','messages:apihelp-checktoken-param-type','s:30:\"en:Type of token being tested.\";'),('en','messages:apihelp-checktoken-summary','s:107:\"en:Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('en','messages:apihelp-clearhasmsg-example-1','s:59:\"en:Clear the <code>hasmsg</code> flag for the current user.\";'),('en','messages:apihelp-clearhasmsg-summary','s:60:\"en:Clears the <code>hasmsg</code> flag for the current user.\";'),('en','messages:apihelp-clientlogin-example-login','s:115:\"en:Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.\";'),('en','messages:apihelp-clientlogin-example-login2','s:132:\"en:Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.\";'),('en','messages:apihelp-clientlogin-summary','s:49:\"en:Log in to the wiki using the interactive flow.\";'),('en','messages:apihelp-compare-example-1','s:42:\"en:Create a diff between revision 1 and 2.\";'),('en','messages:apihelp-compare-extended-description','s:117:\"en:A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.\";'),('en','messages:apihelp-compare-param-difftype','s:50:\"en:Return the comparison formatted as inline HTML.\";'),('en','messages:apihelp-compare-param-fromcontentformat','s:87:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead.\";'),('en','messages:apihelp-compare-param-fromcontentformat-{slot}','s:67:\"en:Content serialization format of <var>fromtext-&#x7B;slot}</var>.\";'),('en','messages:apihelp-compare-param-fromcontentmodel','s:86:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead.\";'),('en','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:119:\"en:Content model of <var>fromtext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('en','messages:apihelp-compare-param-fromid','s:28:\"en:First page ID to compare.\";'),('en','messages:apihelp-compare-param-frompst','s:62:\"en:Do a pre-save transform on <var>fromtext-&#x7B;slot}</var>.\";'),('en','messages:apihelp-compare-param-fromrev','s:29:\"en:First revision to compare.\";'),('en','messages:apihelp-compare-param-fromsection','s:66:\"en:Only use the specified section of the specified \'from\' content.\";'),('en','messages:apihelp-compare-param-fromsection-{slot}','s:244:\"en:When <var>fromtext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit.\";'),('en','messages:apihelp-compare-param-fromslots','s:329:\"en:Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>fromtext-&#x7B;slot}</var>, <var>fromcontentmodel-&#x7B;slot}</var>, and <var>fromcontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('en','messages:apihelp-compare-param-fromtext','s:78:\"en:Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead.\";'),('en','messages:apihelp-compare-param-fromtext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('en','messages:apihelp-compare-param-fromtitle','s:26:\"en:First title to compare.\";'),('en','messages:apihelp-compare-param-prop','s:38:\"en:Which pieces of information to get.\";'),('en','messages:apihelp-compare-param-slots','s:88:\"en:Return individual diffs for these slots, rather than one combined diff for all slots.\";'),('en','messages:apihelp-compare-param-tocontentformat','s:83:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead.\";'),('en','messages:apihelp-compare-param-tocontentformat-{slot}','s:65:\"en:Content serialization format of <var>totext-&#x7B;slot}</var>.\";'),('en','messages:apihelp-compare-param-tocontentmodel','s:82:\"en:Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead.\";'),('en','messages:apihelp-compare-param-tocontentmodel-{slot}','s:117:\"en:Content model of <var>totext-&#x7B;slot}</var>. If not supplied, it will be guessed based on the other parameters.\";'),('en','messages:apihelp-compare-param-toid','s:29:\"en:Second page ID to compare.\";'),('en','messages:apihelp-compare-param-topst','s:48:\"en:Do a pre-save transform on <var>totext</var>.\";'),('en','messages:apihelp-compare-param-torelative','s:168:\"en:Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other \'to\' options will be ignored.\";'),('en','messages:apihelp-compare-param-torev','s:30:\"en:Second revision to compare.\";'),('en','messages:apihelp-compare-param-tosection','s:64:\"en:Only use the specified section of the specified \'to\' content.\";'),('en','messages:apihelp-compare-param-tosection-{slot}','s:236:\"en:When <var>totext-&#x7B;slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.\";'),('en','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('en','messages:apihelp-compare-param-totext','s:74:\"en:Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.\";'),('en','messages:apihelp-compare-param-totext-{slot}','s:81:\"en:Text of the specified slot. If omitted, the slot is removed from the revision.\";'),('en','messages:apihelp-compare-param-totitle','s:27:\"en:Second title to compare.\";'),('en','messages:apihelp-compare-paramvalue-prop-comment','s:182:\"en:The comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('en','messages:apihelp-compare-paramvalue-prop-diff','s:17:\"en:The diff HTML.\";'),('en','messages:apihelp-compare-paramvalue-prop-diffsize','s:39:\"en:The size of the diff HTML, in bytes.\";'),('en','messages:apihelp-compare-paramvalue-prop-ids','s:62:\"en:The page and revision IDs of the \'from\' and \'to\' revisions.\";'),('en','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:189:\"en:The parsed comment on the \'from\' and \'to\' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.\";'),('en','messages:apihelp-compare-paramvalue-prop-rel','s:78:\"en:The revision IDs of the revision previous to \'from\' and after \'to\', if any.\";'),('en','messages:apihelp-compare-paramvalue-prop-size','s:45:\"en:The size of the \'from\' and \'to\' revisions.\";'),('en','messages:apihelp-compare-paramvalue-prop-timestamp','s:50:\"en:The timestamp of the \'from\' and \'to\' revisions.\";'),('en','messages:apihelp-compare-paramvalue-prop-title','s:52:\"en:The page titles of the \'from\' and \'to\' revisions.\";'),('en','messages:apihelp-compare-paramvalue-prop-user','s:181:\"en:The username and ID of the \'from\' and \'to\' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.\";'),('en','messages:apihelp-compare-summary','s:40:\"en:Get the difference between two pages.\";'),('en','messages:apihelp-createaccount-example-create','s:106:\"en:Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.\";'),('en','messages:apihelp-createaccount-param-preservestate','s:352:\"en:If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.\";'),('en','messages:apihelp-createaccount-summary','s:29:\"en:Create a new user account.\";'),('en','messages:apihelp-cspreport-param-reportonly','s:74:\"en:Mark as being a report from a monitoring policy, not an enforced policy\";'),('en','messages:apihelp-cspreport-param-source','s:59:\"en:What generated the CSP header that triggered this report\";'),('en','messages:apihelp-cspreport-summary','s:169:\"en:Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.\";'),('en','messages:apihelp-delete-example-reason','s:83:\"en:Delete [[{{MediaWiki:Mainpage}}]] with the reason <kbd>Preparing for move</kbd>.\";'),('en','messages:apihelp-delete-example-simple','s:37:\"en:Delete [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-delete-param-deletetalk','s:38:\"en:Delete the talk page, if it exists.\";'),('en','messages:apihelp-delete-param-oldimage','s:137:\"en:The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('en','messages:apihelp-delete-param-pageid','s:82:\"en:Page ID of the page to delete. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-delete-param-reason','s:87:\"en:Reason for the deletion. If not set, an automatically generated reason will be used.\";'),('en','messages:apihelp-delete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('en','messages:apihelp-delete-param-title','s:81:\"en:Title of the page to delete. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-delete-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('en','messages:apihelp-delete-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('en','messages:apihelp-delete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-delete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-delete-summary','s:17:\"en:Delete a page.\";'),('en','messages:apihelp-disabled-summary','s:33:\"en:This module has been disabled.\";'),('en','messages:apihelp-edit-example-edit','s:15:\"en:Edit a page.\";'),('en','messages:apihelp-edit-example-prepend','s:50:\"en:Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.\";'),('en','messages:apihelp-edit-example-undo','s:55:\"en:Undo revisions 13579 through 13585 with autosummary.\";'),('en','messages:apihelp-edit-param-appendtext','s:141:\"en:Add this text to the end of the page or section. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.\";'),('en','messages:apihelp-edit-param-baserevid','s:214:\"en:ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set.\";'),('en','messages:apihelp-edit-param-basetimestamp','s:199:\"en:Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored.\";'),('en','messages:apihelp-edit-param-bot','s:32:\"en:Mark this edit as a bot edit.\";'),('en','messages:apihelp-edit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('en','messages:apihelp-edit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('en','messages:apihelp-edit-param-createonly','s:44:\"en:Don\'t edit the page if it exists already.\";'),('en','messages:apihelp-edit-param-md5','s:162:\"en:The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won\'t be done unless the hash is correct.\";'),('en','messages:apihelp-edit-param-minor','s:34:\"en:Mark this edit as a minor edit.\";'),('en','messages:apihelp-edit-param-nocreate','s:44:\"en:Throw an error if the page doesn\'t exist.\";'),('en','messages:apihelp-edit-param-notminor','s:103:\"en:Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.\";'),('en','messages:apihelp-edit-param-pageid','s:80:\"en:Page ID of the page to edit. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-edit-param-prependtext','s:75:\"en:Add this text to the beginning of the page or section. Overrides $1text.\";'),('en','messages:apihelp-edit-param-recreate','s:74:\"en:Override any errors about the page having been deleted in the meantime.\";'),('en','messages:apihelp-edit-param-redirect','s:35:\"en:Automatically resolve redirects.\";'),('en','messages:apihelp-edit-param-returnto','s:256:\"en:Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.\";'),('en','messages:apihelp-edit-param-returntoanchor','s:265:\"en:URL fragment (with leading <kbd>#</kbd>). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.\";'),('en','messages:apihelp-edit-param-returntoquery','s:281:\"en:URL query parameters (with leading <kbd>?</kbd>). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.\";'),('en','messages:apihelp-edit-param-section','s:145:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric.\";'),('en','messages:apihelp-edit-param-sectiontitle','s:67:\"en:The title for a new section when using <var>$1section=new</var>.\";'),('en','messages:apihelp-edit-param-starttimestamp','s:245:\"en:Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).\";'),('en','messages:apihelp-edit-param-summary','s:348:\"en:Edit summary.\n\nWhen this parameter is not provided or empty, [[mw:Special:MyLanguage/Autosummary|an edit summary may be generated automatically]].\n\nWhen using <var>$1section=new</var> and <var>$1sectiontitle</var> is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.\";'),('en','messages:apihelp-edit-param-tags','s:40:\"en:Change tags to apply to the revision.\";'),('en','messages:apihelp-edit-param-text','s:16:\"en:Page content.\";'),('en','messages:apihelp-edit-param-title','s:79:\"en:Title of the page to edit. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-edit-param-token','s:97:\"en:The token should always be sent as the last parameter, or at least after the $1text parameter.\";'),('en','messages:apihelp-edit-param-undo','s:72:\"en:Undo this revision. Overrides $1text, $1prependtext and $1appendtext.\";'),('en','messages:apihelp-edit-param-undoafter','s:82:\"en:Undo all revisions from $1undo to this one. If not set, just undo one revision.\";'),('en','messages:apihelp-edit-param-unwatch','s:53:\"en:Remove the page from the current user\'s watchlist.\";'),('en','messages:apihelp-edit-param-watch','s:48:\"en:Add the page to the current user\'s watchlist.\";'),('en','messages:apihelp-edit-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-edit-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-edit-summary','s:25:\"en:Create and edit pages.\";'),('en','messages:apihelp-emailuser-example-email','s:83:\"en:Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.\";'),('en','messages:apihelp-emailuser-param-ccme','s:34:\"en:Send a copy of this mail to me.\";'),('en','messages:apihelp-emailuser-param-subject','s:18:\"en:Subject header.\";'),('en','messages:apihelp-emailuser-param-target','s:29:\"en:User to send the email to.\";'),('en','messages:apihelp-emailuser-param-text','s:14:\"en:Email body.\";'),('en','messages:apihelp-emailuser-summary','s:16:\"en:Email a user.\";'),('en','messages:apihelp-expandtemplates-example-simple','s:71:\"en:Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('en','messages:apihelp-expandtemplates-param-generatexml','s:58:\"en:Generate XML parse tree (replaced by $1prop=parsetree).\";'),('en','messages:apihelp-expandtemplates-param-includecomments','s:50:\"en:Whether to include HTML comments in the output.\";'),('en','messages:apihelp-expandtemplates-param-prop','s:161:\"en:Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.\";'),('en','messages:apihelp-expandtemplates-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('en','messages:apihelp-expandtemplates-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('en','messages:apihelp-expandtemplates-param-text','s:23:\"en:Wikitext to convert.\";'),('en','messages:apihelp-expandtemplates-param-title','s:21:\"en:Title of the page.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:87:\"en:Any categories present in the input that are not represented in the wikitext output.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:69:\"en:Gives the JavaScript configuration variables specific to the page.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:206:\"en:Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:35:\"en:The XML parse tree of the input.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:67:\"en:Page properties defined by expanded magic words in the wikitext.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:75:\"en:The maximum time after which caches of the result should be invalidated.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:85:\"en:Whether the output is volatile and should not be reused elsewhere within the page.\";'),('en','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:25:\"en:The expanded wikitext.\";'),('en','messages:apihelp-expandtemplates-summary','s:41:\"en:Expands all templates within wikitext.\";'),('en','messages:apihelp-feedcontributions-example-simple','s:52:\"en:Return contributions for user <kbd>Example</kbd>.\";'),('en','messages:apihelp-feedcontributions-param-deletedonly','s:35:\"en:Show only deleted contributions.\";'),('en','messages:apihelp-feedcontributions-param-feedformat','s:26:\"en:The format of the feed.\";'),('en','messages:apihelp-feedcontributions-param-hideminor','s:20:\"en:Hide minor edits.\";'),('en','messages:apihelp-feedcontributions-param-month','s:28:\"en:From month (and earlier).\";'),('en','messages:apihelp-feedcontributions-param-namespace','s:50:\"en:Which namespace to filter the contributions by.\";'),('en','messages:apihelp-feedcontributions-param-newonly','s:43:\"en:Only show edits that are page creations.\";'),('en','messages:apihelp-feedcontributions-param-showsizediff','s:46:\"en:Show the size difference between revisions.\";'),('en','messages:apihelp-feedcontributions-param-tagfilter','s:45:\"en:Filter contributions that have these tags.\";'),('en','messages:apihelp-feedcontributions-param-toponly','s:49:\"en:Only show edits that are the latest revisions.\";'),('en','messages:apihelp-feedcontributions-param-user','s:43:\"en:What users to get the contributions for.\";'),('en','messages:apihelp-feedcontributions-param-year','s:27:\"en:From year (and earlier).\";'),('en','messages:apihelp-feedcontributions-summary','s:39:\"en:Returns a user\'s contributions feed.\";'),('en','messages:apihelp-feedrecentchanges-example-30days','s:35:\"en:Show recent changes for 30 days.\";'),('en','messages:apihelp-feedrecentchanges-example-simple','s:23:\"en:Show recent changes.\";'),('en','messages:apihelp-feedrecentchanges-param-associated','s:47:\"en:Include associated (talk or main) namespace.\";'),('en','messages:apihelp-feedrecentchanges-param-days','s:32:\"en:Days to limit the results to.\";'),('en','messages:apihelp-feedrecentchanges-param-feedformat','s:26:\"en:The format of the feed.\";'),('en','messages:apihelp-feedrecentchanges-param-from','s:27:\"en:Show changes since then.\";'),('en','messages:apihelp-feedrecentchanges-param-hideanons','s:40:\"en:Hide changes made by anonymous users.\";'),('en','messages:apihelp-feedrecentchanges-param-hideanons-temp','s:63:\"en:Hide changes made by anonymous users and temporary accounts.\";'),('en','messages:apihelp-feedrecentchanges-param-hidebots','s:29:\"en:Hide changes made by bots.\";'),('en','messages:apihelp-feedrecentchanges-param-hidecategorization','s:36:\"en:Hide category membership changes.\";'),('en','messages:apihelp-feedrecentchanges-param-hideliu','s:41:\"en:Hide changes made by registered users.\";'),('en','messages:apihelp-feedrecentchanges-param-hideminor','s:22:\"en:Hide minor changes.\";'),('en','messages:apihelp-feedrecentchanges-param-hidemyself','s:41:\"en:Hide changes made by the current user.\";'),('en','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:26:\"en:Hide patrolled changes.\";'),('en','messages:apihelp-feedrecentchanges-param-invert','s:39:\"en:All namespaces but the selected one.\";'),('en','messages:apihelp-feedrecentchanges-param-inverttags','s:55:\"en:All edits except ones tagged with the selected ones.\";'),('en','messages:apihelp-feedrecentchanges-param-limit','s:39:\"en:Maximum number of results to return.\";'),('en','messages:apihelp-feedrecentchanges-param-namespace','s:37:\"en:Namespace to limit the results to.\";'),('en','messages:apihelp-feedrecentchanges-param-showlinkedto','s:61:\"en:Show changes on pages linked to the selected page instead.\";'),('en','messages:apihelp-feedrecentchanges-param-tagfilter','s:17:\"en:Filter by tag.\";'),('en','messages:apihelp-feedrecentchanges-param-target','s:52:\"en:Show only changes on pages linked from this page.\";'),('en','messages:apihelp-feedrecentchanges-summary','s:33:\"en:Returns a recent changes feed.\";'),('en','messages:apihelp-feedwatchlist-example-all6hrs','s:57:\"en:Show all changes to watched pages in the past 6 hours.\";'),('en','messages:apihelp-feedwatchlist-example-default','s:27:\"en:Show the watchlist feed.\";'),('en','messages:apihelp-feedwatchlist-param-feedformat','s:26:\"en:The format of the feed.\";'),('en','messages:apihelp-feedwatchlist-param-hours','s:55:\"en:List pages modified within this many hours from now.\";'),('en','messages:apihelp-feedwatchlist-param-linktosections','s:49:\"en:Link directly to changed sections if possible.\";'),('en','messages:apihelp-feedwatchlist-summary','s:28:\"en:Returns a watchlist feed.\";'),('en','messages:apihelp-filerevert-example-revert','s:80:\"en:Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('en','messages:apihelp-filerevert-param-archivename','s:45:\"en:Archive name of the revision to revert to.\";'),('en','messages:apihelp-filerevert-param-comment','s:18:\"en:Upload comment.\";'),('en','messages:apihelp-filerevert-param-filename','s:45:\"en:Target filename, without the File: prefix.\";'),('en','messages:apihelp-filerevert-summary','s:35:\"en:Revert a file to an old version.\";'),('en','messages:apihelp-format-example-generic','s:44:\"en:Return the query result in the $1 format.\";'),('en','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('en','messages:apihelp-help-example-help','s:35:\"en:Help for the help module itself.\";'),('en','messages:apihelp-help-example-main','s:28:\"en:Help for the main module.\";'),('en','messages:apihelp-help-example-query','s:33:\"en:Help for two query submodules.\";'),('en','messages:apihelp-help-example-recursive','s:24:\"en:All help in one page.\";'),('en','messages:apihelp-help-example-submodules','s:59:\"en:Help for <kbd>action=query</kbd> and all its submodules.\";'),('en','messages:apihelp-help-param-helpformat','s:29:\"en:Format of the help output.\";'),('en','messages:apihelp-help-param-modules','s:162:\"en:Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.\";'),('en','messages:apihelp-help-param-recursivesubmodules','s:43:\"en:Include help for submodules recursively.\";'),('en','messages:apihelp-help-param-submodules','s:51:\"en:Include help for submodules of the named module.\";'),('en','messages:apihelp-help-param-toc','s:50:\"en:Include a table of contents in the HTML output.\";'),('en','messages:apihelp-help-param-wrap','s:56:\"en:Wrap the output in a standard API response structure.\";'),('en','messages:apihelp-help-summary','s:42:\"en:Display help for the specified modules.\";'),('en','messages:apihelp-imagerotate-example-generator','s:75:\"en:Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.\";'),('en','messages:apihelp-imagerotate-example-simple','s:63:\"en:Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.\";'),('en','messages:apihelp-imagerotate-param-rotation','s:37:\"en:Degrees to rotate image clockwise.\";'),('en','messages:apihelp-imagerotate-param-tags','s:48:\"en:Tags to apply to the entry in the upload log.\";'),('en','messages:apihelp-imagerotate-summary','s:29:\"en:Rotate one or more images.\";'),('en','messages:apihelp-import-example-import','s:75:\"en:Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.\";'),('en','messages:apihelp-import-extended-description','s:143:\"en:Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.\";'),('en','messages:apihelp-import-param-assignknownusers','s:67:\"en:Assign edits to local users where the named user exists locally.\";'),('en','messages:apihelp-import-param-fullhistory','s:80:\"en:For interwiki imports: import the full history, not just the current version.\";'),('en','messages:apihelp-import-param-interwikipage','s:41:\"en:For interwiki imports: page to import.\";'),('en','messages:apihelp-import-param-interwikiprefix','s:130:\"en:For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).\";'),('en','messages:apihelp-import-param-interwikisource','s:46:\"en:For interwiki imports: wiki to import from.\";'),('en','messages:apihelp-import-param-namespace','s:80:\"en:Import to this namespace. Cannot be used together with <var>$1rootpage</var>.\";'),('en','messages:apihelp-import-param-rootpage','s:87:\"en:Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.\";'),('en','messages:apihelp-import-param-summary','s:28:\"en:Log entry import summary.\";'),('en','messages:apihelp-import-param-tags','s:102:\"en:Change tags to apply to the entry in the import log and to the null revision on the imported pages.\";'),('en','messages:apihelp-import-param-templates','s:64:\"en:For interwiki imports: import all included templates as well.\";'),('en','messages:apihelp-import-param-xml','s:21:\"en:Uploaded XML file.\";'),('en','messages:apihelp-import-summary','s:56:\"en:Import a page from another wiki, or from an XML file.\";'),('en','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('en','messages:apihelp-json-param-callback','s:116:\"en:If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.\";'),('en','messages:apihelp-json-param-formatversion','s:20:\"en:Output formatting\";'),('en','messages:apihelp-json-param-utf8','s:193:\"en:If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.\";'),('en','messages:apihelp-json-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('en','messages:apihelp-json-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('en','messages:apihelp-json-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('en','messages:apihelp-json-summary','s:30:\"en:Output data in JSON format.\";'),('en','messages:apihelp-jsonfm-summary','s:53:\"en:Output data in JSON format (pretty-print in HTML).\";'),('en','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('en','messages:apihelp-linkaccount-example-link','s:70:\"en:Start the process of linking to an account from <kbd>Example</kbd>.\";'),('en','messages:apihelp-linkaccount-summary','s:67:\"en:Link an account from a third-party provider to the current user.\";'),('en','messages:apihelp-login-example-login','s:10:\"en:Log in.\";'),('en','messages:apihelp-login-extended-description','s:256:\"en:This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('en','messages:apihelp-login-extended-description-nobotpasswords','s:143:\"en:This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('en','messages:apihelp-login-param-domain','s:21:\"en:Domain (optional).\";'),('en','messages:apihelp-login-param-name','s:12:\"en:Username.\";'),('en','messages:apihelp-login-param-password','s:12:\"en:Password.\";'),('en','messages:apihelp-login-param-token','s:41:\"en:Login token obtained in first request.\";'),('en','messages:apihelp-login-summary','s:41:\"en:Log in and get authentication cookies.\";'),('en','messages:apihelp-logout-example-logout','s:28:\"en:Log the current user out.\";'),('en','messages:apihelp-logout-summary','s:34:\"en:Log out and clear session data.\";'),('en','messages:apihelp-main-extended-description','s:1342:\"en:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key \"MediaWiki-API-Error\" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>\";'),('en','messages:apihelp-main-param-action','s:27:\"en:Which action to perform.\";'),('en','messages:apihelp-main-param-assert','s:199:\"en:Verify that the user is logged in (including possibly as a temporary user) if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.\";'),('en','messages:apihelp-main-param-assertuser','s:45:\"en:Verify the current user is the named user.\";'),('en','messages:apihelp-main-param-curtimestamp','s:47:\"en:Include the current timestamp in the result.\";'),('en','messages:apihelp-main-param-errorformat','s:50:\"en:Format to use for warning and error text output\";'),('en','messages:apihelp-main-param-errorlang','s:311:\"en:Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes. Specify <kbd>content</kbd> to use this wiki\'s content language or <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.\";'),('en','messages:apihelp-main-param-errorsuselocal','s:98:\"en:If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.\";'),('en','messages:apihelp-main-param-format','s:28:\"en:The format of the output.\";'),('en','messages:apihelp-main-param-maxage','s:104:\"en:Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.\";');
INSERT INTO `mw_l10n_cache` VALUES ('en','messages:apihelp-main-param-maxlag','s:491:\"en:Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.\";'),('en','messages:apihelp-main-param-origin','s:1008:\"en:When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).\n\nFor authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.\n\nFor non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.\";'),('en','messages:apihelp-main-param-requestid','s:94:\"en:Any value given here will be included in the response. May be used to distinguish requests.\";'),('en','messages:apihelp-main-param-responselanginfo','s:92:\"en:Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.\";'),('en','messages:apihelp-main-param-servedby','s:63:\"en:Include the hostname that served the request in the results.\";'),('en','messages:apihelp-main-param-smaxage','s:105:\"en:Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.\";'),('en','messages:apihelp-main-param-uselang','s:305:\"en:Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes. You can specify <kbd>user</kbd> to use the current user\'s language preference or <kbd>content</kbd> to use this wiki\'s content language.\";'),('en','messages:apihelp-main-param-variant','s:88:\"en:Variant of the language. Only works if the base language supports variant conversion.\";'),('en','messages:apihelp-main-paramvalue-errorformat-bc','s:103:\"en:Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.\";'),('en','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('en','messages:apihelp-main-paramvalue-errorformat-none','s:40:\"en:No text output, only the error codes.\";'),('en','messages:apihelp-main-paramvalue-errorformat-plaintext','s:57:\"en:Wikitext with HTML tags removed and entities replaced.\";'),('en','messages:apihelp-main-paramvalue-errorformat-raw','s:30:\"en:Message key and parameters.\";'),('en','messages:apihelp-main-paramvalue-errorformat-wikitext','s:21:\"en:Unparsed wikitext.\";'),('en','messages:apihelp-main-summary','s:3:\"en:\";'),('en','messages:apihelp-managetags-example-activate','s:93:\"en:Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('en','messages:apihelp-managetags-example-create','s:91:\"en:Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>\";'),('en','messages:apihelp-managetags-example-deactivate','s:87:\"en:Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>\";'),('en','messages:apihelp-managetags-example-delete','s:74:\"en:Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>\";'),('en','messages:apihelp-managetags-param-ignorewarnings','s:71:\"en:Whether to ignore any warnings that are issued during the operation.\";'),('en','messages:apihelp-managetags-param-operation','s:30:\"en:Which operation to perform:\";'),('en','messages:apihelp-managetags-param-reason','s:81:\"en:An optional reason for creating, deleting, activating or deactivating the tag.\";'),('en','messages:apihelp-managetags-param-tag','s:280:\"en:Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.\";'),('en','messages:apihelp-managetags-param-tags','s:63:\"en:Change tags to apply to the entry in the tag management log.\";'),('en','messages:apihelp-managetags-paramvalue-operation-activate','s:62:\"en:Activate a change tag, allowing users to apply it manually.\";'),('en','messages:apihelp-managetags-paramvalue-operation-create','s:42:\"en:Create a new change tag for manual use.\";'),('en','messages:apihelp-managetags-paramvalue-operation-deactivate','s:71:\"en:Deactivate a change tag, preventing users from applying it manually.\";'),('en','messages:apihelp-managetags-paramvalue-operation-delete','s:147:\"en:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.\";'),('en','messages:apihelp-managetags-summary','s:52:\"en:Perform management tasks relating to change tags.\";'),('en','messages:apihelp-mergehistory-example-merge','s:74:\"en:Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.\";'),('en','messages:apihelp-mergehistory-example-merge-timestamp','s:119:\"en:Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.\";'),('en','messages:apihelp-mergehistory-param-from','s:105:\"en:Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.\";'),('en','messages:apihelp-mergehistory-param-fromid','s:105:\"en:Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.\";'),('en','messages:apihelp-mergehistory-param-reason','s:32:\"en:Reason for the history merge.\";'),('en','messages:apihelp-mergehistory-param-timestamp','s:211:\"en:Timestamp up to which revisions will be moved from the source page\'s history to the destination page\'s history. If omitted, the entire page history of the source page will be merged into the destination page.\";'),('en','messages:apihelp-mergehistory-param-to','s:101:\"en:Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.\";'),('en','messages:apihelp-mergehistory-param-toid','s:101:\"en:Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.\";'),('en','messages:apihelp-mergehistory-summary','s:24:\"en:Merge page histories.\";'),('en','messages:apihelp-move-example-move','s:79:\"en:Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.\";'),('en','messages:apihelp-move-param-from','s:81:\"en:Title of the page to rename. Cannot be used together with <var>$1fromid</var>.\";'),('en','messages:apihelp-move-param-fromid','s:81:\"en:Page ID of the page to rename. Cannot be used together with <var>$1from</var>.\";'),('en','messages:apihelp-move-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('en','messages:apihelp-move-param-movesubpages','s:34:\"en:Rename subpages, if applicable.\";'),('en','messages:apihelp-move-param-movetalk','s:38:\"en:Rename the talk page, if it exists.\";'),('en','messages:apihelp-move-param-noredirect','s:27:\"en:Don\'t create a redirect.\";'),('en','messages:apihelp-move-param-reason','s:25:\"en:Reason for the rename.\";'),('en','messages:apihelp-move-param-tags','s:102:\"en:Change tags to apply to the entry in the move log and to the null revision on the destination page.\";'),('en','messages:apihelp-move-param-to','s:31:\"en:Title to rename the page to.\";'),('en','messages:apihelp-move-param-unwatch','s:70:\"en:Remove the page and the redirect from the current user\'s watchlist.\";'),('en','messages:apihelp-move-param-watch','s:65:\"en:Add the page and the redirect to the current user\'s watchlist.\";'),('en','messages:apihelp-move-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-move-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-move-summary','s:15:\"en:Move a page.\";'),('en','messages:apihelp-no-such-module','s:25:\"en:Module \"$1\" not found.\";'),('en','messages:apihelp-none-summary','s:18:\"en:Output nothing.\";'),('en','messages:apihelp-opensearch-example-te','s:43:\"en:Find pages beginning with <kbd>Te</kbd>.\";'),('en','messages:apihelp-opensearch-param-format','s:28:\"en:The format of the output.\";'),('en','messages:apihelp-opensearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('en','messages:apihelp-opensearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('en','messages:apihelp-opensearch-param-redirects','s:27:\"en:How to handle redirects:\";'),('en','messages:apihelp-opensearch-param-redirects-append','s:101:\"en:For historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.\";'),('en','messages:apihelp-opensearch-param-search','s:17:\"en:Search string.\";'),('en','messages:apihelp-opensearch-param-suggest','s:18:\"en:No longer used.\";'),('en','messages:apihelp-opensearch-param-warningsaserror','s:100:\"en:If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.\";'),('en','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:65:\"en:Return the target page. May return fewer than $1limit results.\";'),('en','messages:apihelp-opensearch-paramvalue-redirects-return','s:30:\"en:Return the redirect itself.\";'),('en','messages:apihelp-opensearch-summary','s:49:\"en:Search the wiki using the OpenSearch protocol.\";'),('en','messages:apihelp-options-example-change','s:63:\"en:Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.\";'),('en','messages:apihelp-options-example-complex','s:75:\"en:Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.\";'),('en','messages:apihelp-options-example-reset','s:25:\"en:Reset all preferences.\";'),('en','messages:apihelp-options-extended-description','s:186:\"en:Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.\";'),('en','messages:apihelp-options-param-change','s:361:\"en:List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.\";'),('en','messages:apihelp-options-param-global','s:255:\"en:What to do if the option was set globally using the GlobalPreferences extension.\n\n* <kbd>ignore</kbd>: Do nothing. The option remains with its previous value.\n* <kbd>override</kbd>: Add a local override.\n* <kbd>update</kbd>: Update the option globally.\";'),('en','messages:apihelp-options-param-optionname','s:92:\"en:The name of the option that should be set to the value given by <var>$1optionvalue</var>.\";'),('en','messages:apihelp-options-param-optionvalue','s:189:\"en:The value for the option specified by <var>$1optionname</var>. When <var>$1optionname</var> is set but <var>$1optionvalue</var> is omitted, the option will be reset to its default value.\";'),('en','messages:apihelp-options-param-reset','s:43:\"en:Resets preferences to the site defaults.\";'),('en','messages:apihelp-options-param-resetkinds','s:79:\"en:List of types of options to reset when the <var>$1reset</var> option is set.\";'),('en','messages:apihelp-options-summary','s:42:\"en:Change preferences of the current user.\";'),('en','messages:apihelp-paraminfo-example-1','s:272:\"en:Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('en','messages:apihelp-paraminfo-example-2','s:85:\"en:Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('en','messages:apihelp-paraminfo-param-formatmodules','s:104:\"en:List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.\";'),('en','messages:apihelp-paraminfo-param-helpformat','s:26:\"en:Format of help strings.\";'),('en','messages:apihelp-paraminfo-param-mainmodule','s:100:\"en:Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.\";'),('en','messages:apihelp-paraminfo-param-modules','s:244:\"en:List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.\";'),('en','messages:apihelp-paraminfo-param-pagesetmodule','s:84:\"en:Get information about the pageset module (providing titles= and friends) as well.\";'),('en','messages:apihelp-paraminfo-param-querymodules','s:180:\"en:List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.\";'),('en','messages:apihelp-paraminfo-summary','s:40:\"en:Obtain information about API modules.\";'),('en','messages:apihelp-parse-example-page','s:16:\"en:Parse a page.\";'),('en','messages:apihelp-parse-example-summary','s:19:\"en:Parse a summary.\";'),('en','messages:apihelp-parse-example-text','s:18:\"en:Parse wikitext.\";'),('en','messages:apihelp-parse-example-texttitle','s:45:\"en:Parse wikitext, specifying the page title.\";'),('en','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('en','messages:apihelp-parse-param-contentformat','s:90:\"en:Content serialization format used for the input text. Only valid when used with $1text.\";'),('en','messages:apihelp-parse-param-contentmodel','s:162:\"en:Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.\";'),('en','messages:apihelp-parse-param-disableeditsection','s:50:\"en:Omit edit section links from the parser output.\";'),('en','messages:apihelp-parse-param-disablelimitreport','s:71:\"en:Omit the limit report (\"NewPP limit report\") from the parser output.\";'),('en','messages:apihelp-parse-param-disablepp','s:47:\"en:Use <var>$1disablelimitreport</var> instead.\";'),('en','messages:apihelp-parse-param-disablestylededuplication','s:62:\"en:Do not deduplicate inline stylesheets in the parser output.\";'),('en','messages:apihelp-parse-param-disabletoc','s:36:\"en:Omit table of contents in output.\";'),('en','messages:apihelp-parse-param-effectivelanglinks','s:93:\"en:Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).\";'),('en','messages:apihelp-parse-param-generatexml','s:109:\"en:Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).\";'),('en','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('en','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('en','messages:apihelp-parse-param-noimages','s:35:\"en:Disable images in mobile output.\";'),('en','messages:apihelp-parse-param-oldid','s:91:\"en:Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.\";'),('en','messages:apihelp-parse-param-onlypst','s:168:\"en:Do a pre-save transform (PST) on the input, but don\'t parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>.\";'),('en','messages:apihelp-parse-param-page','s:105:\"en:Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.\";'),('en','messages:apihelp-parse-param-pageid','s:63:\"en:Parse the content of this page. Overrides <var>$1page</var>.\";'),('en','messages:apihelp-parse-param-parsoid','s:101:\"en:Generate HTML conforming to the [[mw:Specs/HTML|MediaWiki DOM spec]] using [[mw:Parsoid|Parsoid]].\";'),('en','messages:apihelp-parse-param-preview','s:25:\"en:Parse in preview mode.\";'),('en','messages:apihelp-parse-param-prop','s:38:\"en:Which pieces of information to get:\";'),('en','messages:apihelp-parse-param-pst','s:90:\"en:Do a pre-save transform on the input before parsing it. Only valid when used with text.\";'),('en','messages:apihelp-parse-param-redirects','s:80:\"en:If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.\";'),('en','messages:apihelp-parse-param-revid','s:87:\"en:Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.\";'),('en','messages:apihelp-parse-param-section','s:243:\"en:Only parse the content of the section with this identifier.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.\";'),('en','messages:apihelp-parse-param-sectionpreview','s:60:\"en:Parse in section preview mode (enables preview mode too).\";'),('en','messages:apihelp-parse-param-sectiontitle','s:154:\"en:New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.\";'),('en','messages:apihelp-parse-param-showstrategykeys','s:74:\"en:Whether to include internal merge strategy information in jsconfigvars.\";'),('en','messages:apihelp-parse-param-summary','s:20:\"en:Summary to parse.\";'),('en','messages:apihelp-parse-param-text','s:99:\"en:Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.\";'),('en','messages:apihelp-parse-param-title','s:133:\"en:Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.\";'),('en','messages:apihelp-parse-param-usearticle','s:103:\"en:Use the ArticleParserOptions hook to ensure the options used match those used for article page views\";'),('en','messages:apihelp-parse-param-useskin','s:214:\"en:Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('en','messages:apihelp-parse-param-wrapoutputclass','s:46:\"en:CSS class to use to wrap the parser output.\";'),('en','messages:apihelp-parse-paramvalue-prop-categories','s:47:\"en:Gives the categories in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:44:\"en:Gives the HTML version of the categories.\";'),('en','messages:apihelp-parse-paramvalue-prop-displaytitle','s:41:\"en:Adds the title of the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:86:\"en:Gives the JavaScript configuration variables specific to the page as a JSON string.\";'),('en','messages:apihelp-parse-paramvalue-prop-externallinks','s:51:\"en:Gives the external links in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-headhtml','s:144:\"en:Gives parsed doctype, opening <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> element and opening <code>&lt;body&gt;</code> of the page.\";'),('en','messages:apihelp-parse-paramvalue-prop-headitems','s:67:\"en:Gives items to put in the <code>&lt;head&gt;</code> of the page.\";'),('en','messages:apihelp-parse-paramvalue-prop-images','s:43:\"en:Gives the images in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-indicators','s:61:\"en:Gives the HTML of page status indicators used on the page.\";'),('en','messages:apihelp-parse-paramvalue-prop-iwlinks','s:48:\"en:Gives interwiki links in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:113:\"en:Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.\";'),('en','messages:apihelp-parse-paramvalue-prop-langlinks','s:51:\"en:Gives the language links in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:106:\"en:Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('en','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:106:\"en:Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.\";'),('en','messages:apihelp-parse-paramvalue-prop-links','s:51:\"en:Gives the internal links in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-modules','s:214:\"en:Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.\";'),('en','messages:apihelp-parse-paramvalue-prop-parsetree','s:82:\"en:The XML parse tree of revision content (requires content model <code>$1</code>)\";'),('en','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:72:\"en:Gives the warnings that occurred while parsing content (as wikitext).\";'),('en','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:68:\"en:Gives the warnings that occurred while parsing content (as HTML).\";'),('en','messages:apihelp-parse-paramvalue-prop-properties','s:59:\"en:Gives various properties defined in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-revid','s:43:\"en:Adds the revision ID of the parsed page.\";'),('en','messages:apihelp-parse-paramvalue-prop-sections','s:45:\"en:Gives the sections in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-subtitle','s:46:\"en:Adds the page subtitle for the parsed page.\";'),('en','messages:apihelp-parse-paramvalue-prop-templates','s:46:\"en:Gives the templates in the parsed wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-text','s:41:\"en:Gives the parsed text of the wikitext.\";'),('en','messages:apihelp-parse-paramvalue-prop-wikitext','s:47:\"en:Gives the original wikitext that was parsed.\";'),('en','messages:apihelp-parse-summary','s:44:\"en:Parses content and returns parser output.\";'),('en','messages:apihelp-patrol-example-rcid','s:26:\"en:Patrol a recent change.\";'),('en','messages:apihelp-patrol-example-revid','s:21:\"en:Patrol a revision.\";'),('en','messages:apihelp-patrol-param-rcid','s:30:\"en:Recentchanges ID to patrol.\";'),('en','messages:apihelp-patrol-param-revid','s:25:\"en:Revision ID to patrol.\";'),('en','messages:apihelp-patrol-param-tags','s:55:\"en:Change tags to apply to the entry in the patrol log.\";'),('en','messages:apihelp-patrol-summary','s:29:\"en:Patrol a page or revision.\";'),('en','messages:apihelp-php-param-formatversion','s:20:\"en:Output formatting\";'),('en','messages:apihelp-php-paramvalue-formatversion-1','s:97:\"en:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\";'),('en','messages:apihelp-php-paramvalue-formatversion-2','s:17:\"en:Modern format.\";'),('en','messages:apihelp-php-paramvalue-formatversion-latest','s:78:\"en:Use the latest format (currently <kbd>2</kbd>), may change without warning.\";'),('en','messages:apihelp-php-summary','s:40:\"en:Output data in serialized PHP format.\";'),('en','messages:apihelp-phpfm-summary','s:63:\"en:Output data in serialized PHP format (pretty-print in HTML).\";'),('en','messages:apihelp-protect-example-protect','s:18:\"en:Protect a page.\";'),('en','messages:apihelp-protect-example-unprotect','s:108:\"en:Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).\";'),('en','messages:apihelp-protect-example-unprotect2','s:47:\"en:Unprotect a page by setting no restrictions.\";'),('en','messages:apihelp-protect-param-cascade','s:163:\"en:Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.\";'),('en','messages:apihelp-protect-param-expiry','s:209:\"en:Expiry timestamps. If only one timestamp is set, it\'ll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection.\";'),('en','messages:apihelp-protect-param-pageid','s:71:\"en:ID of the page to (un)protect. Cannot be used together with $1title.\";'),('en','messages:apihelp-protect-param-protections','s:265:\"en:List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.\";'),('en','messages:apihelp-protect-param-reason','s:29:\"en:Reason for (un)protecting.\";'),('en','messages:apihelp-protect-param-tags','s:59:\"en:Change tags to apply to the entry in the protection log.\";'),('en','messages:apihelp-protect-param-title','s:75:\"en:Title of the page to (un)protect. Cannot be used together with $1pageid.\";'),('en','messages:apihelp-protect-param-watch','s:76:\"en:If set, add the page being (un)protected to the current user\'s watchlist.\";'),('en','messages:apihelp-protect-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-protect-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-protect-summary','s:41:\"en:Change the protection level of a page.\";'),('en','messages:apihelp-purge-example-generator','s:50:\"en:Purge the first 10 pages in the main namespace.\";'),('en','messages:apihelp-purge-example-simple','s:75:\"en:Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page.\";'),('en','messages:apihelp-purge-param-forcelinkupdate','s:63:\"en:Update the links tables and do other secondary data updates.\";'),('en','messages:apihelp-purge-param-forcerecursivelinkupdate','s:114:\"en:Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template.\";'),('en','messages:apihelp-purge-summary','s:40:\"en:Purge the cache for the given titles.\";'),('en','messages:apihelp-query+allcategories-example-generator','s:89:\"en:Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.\";'),('en','messages:apihelp-query+allcategories-example-size','s:67:\"en:List categories with information on the number of pages in each.\";'),('en','messages:apihelp-query+allcategories-param-dir','s:24:\"en:Direction to sort in.\";'),('en','messages:apihelp-query+allcategories-param-from','s:42:\"en:The category to start enumerating from.\";'),('en','messages:apihelp-query+allcategories-param-limit','s:33:\"en:How many categories to return.\";'),('en','messages:apihelp-query+allcategories-param-max','s:57:\"en:Only return categories with at most this many members.\";'),('en','messages:apihelp-query+allcategories-param-min','s:58:\"en:Only return categories with at least this many members.\";'),('en','messages:apihelp-query+allcategories-param-prefix','s:61:\"en:Search for all category titles that begin with this value.\";'),('en','messages:apihelp-query+allcategories-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+allcategories-param-to','s:39:\"en:The category to stop enumerating at.\";'),('en','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('en','messages:apihelp-query+allcategories-paramvalue-prop-size','s:40:\"en:Adds number of pages in the category.\";'),('en','messages:apihelp-query+allcategories-summary','s:28:\"en:Enumerate all categories.\";'),('en','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:61:\"en:List the first 50 deleted revisions in the main namespace.\";'),('en','messages:apihelp-query+alldeletedrevisions-example-user','s:69:\"en:List the last 50 deleted contributions by user <kbd>Example</kbd>.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-from','s:31:\"en:Start listing at this title.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-to','s:30:\"en:Stop listing at this title.\";'),('en','messages:apihelp-query+alldeletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('en','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:41:\"en:Cannot be used with <var>$3user</var>.\";'),('en','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:43:\"en:May only be used with <var>$3user</var>.\";'),('en','messages:apihelp-query+alldeletedrevisions-summary','s:58:\"en:List all deleted revisions by a user or in a namespace.\";'),('en','messages:apihelp-query+allfileusages-example-b','s:99:\"en:List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('en','messages:apihelp-query+allfileusages-example-generator','s:35:\"en:Gets pages containing the files.\";'),('en','messages:apihelp-query+allfileusages-example-unique','s:27:\"en:List unique file titles.\";'),('en','messages:apihelp-query+allfileusages-example-unique-generator','s:50:\"en:Gets all file titles, marking the missing ones.\";'),('en','messages:apihelp-query+allfileusages-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+allfileusages-param-from','s:51:\"en:The title of the file to start enumerating from.\";'),('en','messages:apihelp-query+allfileusages-param-limit','s:34:\"en:How many total items to return.\";'),('en','messages:apihelp-query+allfileusages-param-prefix','s:57:\"en:Search for all file titles that begin with this value.\";'),('en','messages:apihelp-query+allfileusages-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+allfileusages-param-to','s:48:\"en:The title of the file to stop enumerating at.\";'),('en','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('en','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:71:\"en:Adds the page IDs of the using pages (cannot be used with $1unique).\";'),('en','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"en:Adds the title of the file.\";'),('en','messages:apihelp-query+allfileusages-summary','s:48:\"en:List all file usages, including non-existing.\";'),('en','messages:apihelp-query+allimages-example-b','s:60:\"en:Show a list of files starting at the letter <kbd>B</kbd>.\";'),('en','messages:apihelp-query+allimages-example-generator','s:63:\"en:Show info about 4 files starting at the letter <kbd>T</kbd>.\";'),('en','messages:apihelp-query+allimages-example-mimetypes','s:83:\"en:Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>\";'),('en','messages:apihelp-query+allimages-example-recent','s:75:\"en:Show a list of recently uploaded files, similar to [[Special:NewFiles]].\";'),('en','messages:apihelp-query+allimages-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+allimages-param-end','s:76:\"en:The timestamp to end enumerating. Can only be used with $1sort=timestamp.\";'),('en','messages:apihelp-query+allimages-param-filterbots','s:117:\"en:How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.\";'),('en','messages:apihelp-query+allimages-param-from','s:80:\"en:The image title to start enumerating from. Can only be used with $1sort=name.\";'),('en','messages:apihelp-query+allimages-param-limit','s:38:\"en:How many images in total to return.\";'),('en','messages:apihelp-query+allimages-param-maxsize','s:48:\"en:Limit to images with at most this many bytes.\";'),('en','messages:apihelp-query+allimages-param-mime','s:61:\"en:What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.\";'),('en','messages:apihelp-query+allimages-param-minsize','s:49:\"en:Limit to images with at least this many bytes.\";'),('en','messages:apihelp-query+allimages-param-prefix','s:93:\"en:Search for all image titles that begin with this value. Can only be used with $1sort=name.\";'),('en','messages:apihelp-query+allimages-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('en','messages:apihelp-query+allimages-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('en','messages:apihelp-query+allimages-param-sort','s:23:\"en:Property to sort by.\";'),('en','messages:apihelp-query+allimages-param-start','s:83:\"en:The timestamp to start enumerating from. Can only be used with $1sort=timestamp.\";'),('en','messages:apihelp-query+allimages-param-to','s:77:\"en:The image title to stop enumerating at. Can only be used with $1sort=name.\";'),('en','messages:apihelp-query+allimages-param-user','s:153:\"en:Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.\";'),('en','messages:apihelp-query+allimages-summary','s:37:\"en:Enumerate all images sequentially.\";'),('en','messages:apihelp-query+alllinks-example-b','s:101:\"en:List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('en','messages:apihelp-query+alllinks-example-generator','s:35:\"en:Gets pages containing the links.\";'),('en','messages:apihelp-query+alllinks-example-unique','s:29:\"en:List unique linked titles.\";'),('en','messages:apihelp-query+alllinks-example-unique-generator','s:52:\"en:Gets all linked titles, marking the missing ones.\";'),('en','messages:apihelp-query+alllinks-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+alllinks-param-from','s:51:\"en:The title of the link to start enumerating from.\";'),('en','messages:apihelp-query+alllinks-param-limit','s:34:\"en:How many total items to return.\";'),('en','messages:apihelp-query+alllinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+alllinks-param-prefix','s:59:\"en:Search for all linked titles that begin with this value.\";'),('en','messages:apihelp-query+alllinks-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+alllinks-param-to','s:48:\"en:The title of the link to stop enumerating at.\";'),('en','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('en','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:82:\"en:Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).\";'),('en','messages:apihelp-query+alllinks-paramvalue-prop-title','s:30:\"en:Adds the title of the link.\";'),('en','messages:apihelp-query+alllinks-summary','s:55:\"en:Enumerate all links that point to a given namespace.\";'),('en','messages:apihelp-query+allmessages-example-de','s:69:\"en:Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.\";'),('en','messages:apihelp-query+allmessages-example-ipb','s:47:\"en:Show messages starting with <kbd>ipb-</kbd>.\";'),('en','messages:apihelp-query+allmessages-param-args','s:44:\"en:Arguments to be substituted into message.\";'),('en','messages:apihelp-query+allmessages-param-customised','s:52:\"en:Return only messages in this customisation state.\";'),('en','messages:apihelp-query+allmessages-param-enableparser','s:114:\"en:Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).\";'),('en','messages:apihelp-query+allmessages-param-filter','s:60:\"en:Return only messages with names that contain this string.\";'),('en','messages:apihelp-query+allmessages-param-from','s:44:\"en:Return messages starting at this message.\";'),('en','messages:apihelp-query+allmessages-param-includelocal','s:276:\"en:Also include local messages, i.e. messages that don\'t exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren\'t really messages such as [[MediaWiki:Common.js|Common.js]].\";'),('en','messages:apihelp-query+allmessages-param-lang','s:36:\"en:Return messages in this language.\";'),('en','messages:apihelp-query+allmessages-param-messages','s:71:\"en:Which messages to output. <kbd>*</kbd> (default) means all messages.\";'),('en','messages:apihelp-query+allmessages-param-nocontent','s:68:\"en:If set, do not include the content of the messages in the output.\";'),('en','messages:apihelp-query+allmessages-param-prefix','s:36:\"en:Return messages with this prefix.\";'),('en','messages:apihelp-query+allmessages-param-prop','s:27:\"en:Which properties to get.\";'),('en','messages:apihelp-query+allmessages-param-title','s:80:\"en:Page name to use as context when parsing message (for $1enableparser option).\";'),('en','messages:apihelp-query+allmessages-param-to','s:42:\"en:Return messages ending at this message.\";'),('en','messages:apihelp-query+allmessages-summary','s:34:\"en:Return messages from this site.\";'),('en','messages:apihelp-query+allpages-example-b','s:60:\"en:Show a list of pages starting at the letter <kbd>B</kbd>.\";'),('en','messages:apihelp-query+allpages-example-generator','s:63:\"en:Show info about 4 pages starting at the letter <kbd>T</kbd>.\";'),('en','messages:apihelp-query+allpages-example-generator-revisions','s:73:\"en:Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.\";'),('en','messages:apihelp-query+allpages-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+allpages-param-filterlanglinks','s:111:\"en:Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.\";'),('en','messages:apihelp-query+allpages-param-filterredir','s:23:\"en:Which pages to list.\";'),('en','messages:apihelp-query+allpages-param-from','s:44:\"en:The page title to start enumerating from.\";'),('en','messages:apihelp-query+allpages-param-limit','s:34:\"en:How many total pages to return.\";'),('en','messages:apihelp-query+allpages-param-maxsize','s:47:\"en:Limit to pages with at most this many bytes.\";'),('en','messages:apihelp-query+allpages-param-minsize','s:48:\"en:Limit to pages with at least this many bytes.\";'),('en','messages:apihelp-query+allpages-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+allpages-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('en','messages:apihelp-query+allpages-param-prexpiry','s:49:\"en:Which protection expiry to filter the page on:\";'),('en','messages:apihelp-query+allpages-param-prfiltercascade','s:79:\"en:Filter protections based on cascadingness (ignored when $1prtype isn\'t set).\";'),('en','messages:apihelp-query+allpages-param-prlevel','s:88:\"en:Filter protections based on protection level (must be used with $1prtype= parameter).\";'),('en','messages:apihelp-query+allpages-param-prtype','s:33:\"en:Limit to protected pages only.\";'),('en','messages:apihelp-query+allpages-param-to','s:41:\"en:The page title to stop enumerating at.\";'),('en','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:41:\"en:Get pages with any protections expiry.\";'),('en','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:63:\"en:Get only pages with a definite (specific) protection expiry.\";'),('en','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:52:\"en:Get only pages with indefinite protection expiry.\";'),('en','messages:apihelp-query+allpages-summary','s:57:\"en:Enumerate all pages sequentially in a given namespace.\";'),('en','messages:apihelp-query+allredirects-example-b','s:100:\"en:List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('en','messages:apihelp-query+allredirects-example-generator','s:39:\"en:Gets pages containing the redirects.\";'),('en','messages:apihelp-query+allredirects-example-unique','s:28:\"en:List unique target pages.\";'),('en','messages:apihelp-query+allredirects-example-unique-generator','s:51:\"en:Gets all target pages, marking the missing ones.\";'),('en','messages:apihelp-query+allredirects-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+allredirects-param-from','s:55:\"en:The title of the redirect to start enumerating from.\";'),('en','messages:apihelp-query+allredirects-param-limit','s:34:\"en:How many total items to return.\";'),('en','messages:apihelp-query+allredirects-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+allredirects-param-prefix','s:58:\"en:Search for all target pages that begin with this value.\";'),('en','messages:apihelp-query+allredirects-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+allredirects-param-to','s:52:\"en:The title of the redirect to stop enumerating at.\";'),('en','messages:apihelp-query+allredirects-param-unique','s:157:\"en:Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.\";'),('en','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:89:\"en:Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('en','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:86:\"en:Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).\";'),('en','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:97:\"en:Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).\";'),('en','messages:apihelp-query+allredirects-paramvalue-prop-title','s:34:\"en:Adds the title of the redirect.\";'),('en','messages:apihelp-query+allredirects-summary','s:37:\"en:List all redirects to a namespace.\";'),('en','messages:apihelp-query+allrevisions-example-ns-any','s:48:\"en:List the first 50 revisions in any namespace.\";'),('en','messages:apihelp-query+allrevisions-example-user','s:61:\"en:List the last 50 contributions by user <kbd>Example</kbd>.\";'),('en','messages:apihelp-query+allrevisions-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('en','messages:apihelp-query+allrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('en','messages:apihelp-query+allrevisions-param-generatetitles','s:76:\"en:When being used as a generator, generate titles rather than revision IDs.\";'),('en','messages:apihelp-query+allrevisions-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('en','messages:apihelp-query+allrevisions-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+allrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('en','messages:apihelp-query+allrevisions-summary','s:22:\"en:List all revisions.\";'),('en','messages:apihelp-query+alltransclusions-example-b','s:106:\"en:List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.\";'),('en','messages:apihelp-query+alltransclusions-example-generator','s:43:\"en:Gets pages containing the transclusions.\";'),('en','messages:apihelp-query+alltransclusions-example-unique','s:34:\"en:List unique transcluded titles.\";'),('en','messages:apihelp-query+alltransclusions-example-unique-generator','s:57:\"en:Gets all transcluded titles, marking the missing ones.\";'),('en','messages:apihelp-query+alltransclusions-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+alltransclusions-param-from','s:59:\"en:The title of the transclusion to start enumerating from.\";'),('en','messages:apihelp-query+alltransclusions-param-limit','s:34:\"en:How many total items to return.\";'),('en','messages:apihelp-query+alltransclusions-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+alltransclusions-param-prefix','s:64:\"en:Search for all transcluded titles that begin with this value.\";'),('en','messages:apihelp-query+alltransclusions-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+alltransclusions-param-to','s:56:\"en:The title of the transclusion to stop enumerating at.\";'),('en','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('en','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:76:\"en:Adds the page ID of the transcluding page (cannot be used with $1unique).\";'),('en','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"en:Adds the title of the transclusion.\";'),('en','messages:apihelp-query+alltransclusions-summary','s:99:\"en:List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.\";'),('en','messages:apihelp-query+allusers-example-y','s:39:\"en:List users starting at <kbd>Y</kbd>.\";'),('en','messages:apihelp-query+allusers-param-activeusers','s:64:\"en:Only list users active in the last $1 {{PLURAL:$1|day|days}}.\";'),('en','messages:apihelp-query+allusers-param-attachedwiki','s:117:\"en:With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.\";'),('en','messages:apihelp-query+allusers-param-dir','s:24:\"en:Direction to sort in.\";'),('en','messages:apihelp-query+allusers-param-excludegroup','s:37:\"en:Exclude users in the given groups.\";'),('en','messages:apihelp-query+allusers-param-excludenamed','s:35:\"en:Exclude users of named accounts.\";'),('en','messages:apihelp-query+allusers-param-excludetemp','s:39:\"en:Exclude users of temporary accounts.\";'),('en','messages:apihelp-query+allusers-param-from','s:42:\"en:The username to start enumerating from.\";'),('en','messages:apihelp-query+allusers-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('en','messages:apihelp-query+allusers-param-limit','s:38:\"en:How many total usernames to return.\";'),('en','messages:apihelp-query+allusers-param-prefix','s:51:\"en:Search for all users that begin with this value.\";'),('en','messages:apihelp-query+allusers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+allusers-param-rights','s:144:\"en:Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('en','messages:apihelp-query+allusers-param-to','s:39:\"en:The username to stop enumerating at.\";'),('en','messages:apihelp-query+allusers-param-witheditsonly','s:39:\"en:Only list users who have made edits.\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:58:\"en:Adds the information about a current block on the user.\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:35:\"en:Adds the edit count of the user.\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-groups','s:113:\"en:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:53:\"en:Lists all the groups the user is automatically in.\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-registration','s:78:\"en:Adds the timestamp of when the user registered if available (may be blank).\";'),('en','messages:apihelp-query+allusers-paramvalue-prop-rights','s:34:\"en:Lists rights that the user has.\";'),('en','messages:apihelp-query+allusers-summary','s:34:\"en:Enumerate all registered users.\";'),('en','messages:apihelp-query+authmanagerinfo-example-login','s:62:\"en:Fetch the requests that may be used when beginning a login.\";'),('en','messages:apihelp-query+authmanagerinfo-example-login-merged','s:87:\"en:Fetch the requests that may be used when beginning a login, with form fields merged.\";'),('en','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:71:\"en:Test whether authentication is sufficient for action <kbd>foo</kbd>.\";'),('en','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:102:\"en:Fetch information about the authentication requests needed for the specified authentication action.\";'),('en','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:118:\"en:Test whether the user\'s current authentication status is sufficient for the specified security-sensitive operation.\";'),('en','messages:apihelp-query+authmanagerinfo-summary','s:64:\"en:Retrieve information about the current authentication status.\";'),('en','messages:apihelp-query+backlinks-example-generator','s:69:\"en:Get information about pages linking to [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+backlinks-example-simple','s:44:\"en:Show links to [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+backlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+backlinks-param-filterredir','s:146:\"en:How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.\";'),('en','messages:apihelp-query+backlinks-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('en','messages:apihelp-query+backlinks-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+backlinks-param-pageid','s:70:\"en:Page ID to search. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-query+backlinks-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('en','messages:apihelp-query+backlinks-param-title','s:69:\"en:Title to search. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-query+backlinks-summary','s:46:\"en:Find all pages that link to the given page.\";'),('en','messages:apihelp-query+blocks-example-simple','s:15:\"en:List blocks.\";'),('en','messages:apihelp-query+blocks-example-users','s:60:\"en:List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.\";'),('en','messages:apihelp-query+blocks-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('en','messages:apihelp-query+blocks-param-ids','s:40:\"en:List of block IDs to list (optional).\";'),('en','messages:apihelp-query+blocks-param-ip','s:195:\"en:Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.\";'),('en','messages:apihelp-query+blocks-param-limit','s:40:\"en:The maximum number of blocks to list.\";'),('en','messages:apihelp-query+blocks-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+blocks-param-show','s:136:\"en:Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.\";'),('en','messages:apihelp-query+blocks-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+blocks-param-users','s:42:\"en:List of users to search for (optional).\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-by','s:42:\"en:Adds the username of the blocking user.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-byid','s:41:\"en:Adds the user ID of the blocking user.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:48:\"en:Adds the timestamp of when the block expires.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-flags','s:49:\"en:Tags the ban with (autoblock, anononly, etc.).\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-id','s:28:\"en:Adds the ID of the block.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-range','s:56:\"en:Adds the range of IP addresses affected by the block.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-reason','s:39:\"en:Adds the reason given for the block.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:68:\"en:Adds the partial block restrictions if the block is not sitewide.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:50:\"en:Adds the timestamp of when the block was given.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-user','s:41:\"en:Adds the username of the blocked user.\";'),('en','messages:apihelp-query+blocks-paramvalue-prop-userid','s:40:\"en:Adds the user ID of the blocked user.\";'),('en','messages:apihelp-query+blocks-summary','s:43:\"en:List all blocked users and IP addresses.\";'),('en','messages:apihelp-query+categories-example-generator','s:84:\"en:Get information about all categories used in the page <kbd>Albert Einstein</kbd>.\";'),('en','messages:apihelp-query+categories-example-simple','s:75:\"en:Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.\";'),('en','messages:apihelp-query+categories-param-categories','s:99:\"en:Only list these categories. Useful for checking whether a certain page is in a certain category.\";'),('en','messages:apihelp-query+categories-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+categories-param-limit','s:33:\"en:How many categories to return.\";'),('en','messages:apihelp-query+categories-param-prop','s:56:\"en:Which additional properties to get for each category:\";'),('en','messages:apihelp-query+categories-param-show','s:36:\"en:Which kind of categories to show.\";'),('en','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"en:Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('en','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:99:\"en:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\";'),('en','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:49:\"en:Adds timestamp of when the category was added.\";'),('en','messages:apihelp-query+categories-summary','s:43:\"en:List all categories the pages belong to.\";'),('en','messages:apihelp-query+categoryinfo-example-simple','s:77:\"en:Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.\";'),('en','messages:apihelp-query+categoryinfo-summary','s:50:\"en:Returns information about the given categories.\";'),('en','messages:apihelp-query+categorymembers-example-generator','s:69:\"en:Get page info about first 10 pages in <kbd>Category:Physics</kbd>.\";'),('en','messages:apihelp-query+categorymembers-example-simple','s:53:\"en:Get first 10 pages in <kbd>Category:Physics</kbd>.\";'),('en','messages:apihelp-query+categorymembers-param-dir','s:30:\"en:In which direction to sort.\";'),('en','messages:apihelp-query+categorymembers-param-end','s:82:\"en:Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('en','messages:apihelp-query+categorymembers-param-endhexsortkey','s:120:\"en:Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('en','messages:apihelp-query+categorymembers-param-endsortkey','s:31:\"en:Use $1endhexsortkey instead.\";'),('en','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:195:\"en:Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.\";'),('en','messages:apihelp-query+categorymembers-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('en','messages:apihelp-query+categorymembers-param-namespace','s:169:\"en:Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>.\";'),('en','messages:apihelp-query+categorymembers-param-pageid','s:89:\"en:Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-query+categorymembers-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+categorymembers-param-sort','s:23:\"en:Property to sort by.\";'),('en','messages:apihelp-query+categorymembers-param-start','s:86:\"en:Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.\";'),('en','messages:apihelp-query+categorymembers-param-starthexsortkey','s:124:\"en:Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.\";'),('en','messages:apihelp-query+categorymembers-param-startsortkey','s:33:\"en:Use $1starthexsortkey instead.\";'),('en','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:129:\"en:Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.\";'),('en','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-query+categorymembers-param-type','s:94:\"en:Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.\";'),('en','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('en','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:74:\"en:Adds the sortkey used for sorting in the category (hexadecimal string).\";'),('en','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:97:\"en:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\";'),('en','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:52:\"en:Adds the timestamp of when the page was included.\";'),('en','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('en','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:117:\"en:Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).\";'),('en','messages:apihelp-query+categorymembers-summary','s:38:\"en:List all pages in a given category.\";'),('en','messages:apihelp-query+contributors-example-simple','s:60:\"en:Show contributors to the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('en','messages:apihelp-query+contributors-param-excluderights','s:141:\"en:Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('en','messages:apihelp-query+contributors-param-group','s:124:\"en:Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('en','messages:apihelp-query+contributors-param-limit','s:35:\"en:How many contributors to return.\";'),('en','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('en','messages:apihelp-query+contributors-summary','s:93:\"en:Get the list of logged-in contributors and the count of logged-out contributors to a page.\";'),('en','messages:apihelp-query+contributors-summary-tempusers-enabled','s:121:\"en:Get the list of logged-in contributors (including temporary users) and the count of logged-out contributors to a page.\";'),('en','messages:apihelp-query+deletedrevisions-example-revids','s:63:\"en:List the information for deleted revision <kbd>123456</kbd>.\";'),('en','messages:apihelp-query+deletedrevisions-example-titles','s:101:\"en:List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content.\";'),('en','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('en','messages:apihelp-query+deletedrevisions-param-end','s:88:\"en:The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.\";'),('en','messages:apihelp-query+deletedrevisions-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('en','messages:apihelp-query+deletedrevisions-param-start','s:91:\"en:The timestamp to start enumerating from. Ignored when processing a list of revision IDs.\";'),('en','messages:apihelp-query+deletedrevisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('en','messages:apihelp-query+deletedrevisions-param-user','s:36:\"en:Only list revisions by this user.\";'),('en','messages:apihelp-query+deletedrevisions-summary','s:36:\"en:Get deleted revision information.\";'),('en','messages:apihelp-query+deletedrevs-example-mode1','s:128:\"en:List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1).\";'),('en','messages:apihelp-query+deletedrevs-example-mode2','s:69:\"en:List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).\";'),('en','messages:apihelp-query+deletedrevs-example-mode3-main','s:70:\"en:List the first 50 deleted revisions in the main namespace (mode 3).\";'),('en','messages:apihelp-query+deletedrevs-example-mode3-talk','s:73:\"en:List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).\";'),('en','messages:apihelp-query+deletedrevs-extended-description','s:381:\"en:Operates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.\";'),('en','messages:apihelp-query+deletedrevs-param-end','s:40:\"en:The timestamp to stop enumerating at.\";'),('en','messages:apihelp-query+deletedrevs-param-excludeuser','s:37:\"en:Don\'t list revisions by this user.\";'),('en','messages:apihelp-query+deletedrevs-param-from','s:31:\"en:Start listing at this title.\";'),('en','messages:apihelp-query+deletedrevs-param-limit','s:98:\"en:The maximum amount of revisions to list. If <var>$2prop=content</var> is used, the limit is $1.\";'),('en','messages:apihelp-query+deletedrevs-param-namespace','s:37:\"en:Only list pages in this namespace.\";'),('en','messages:apihelp-query+deletedrevs-param-prefix','s:57:\"en:Search for all page titles that begin with this value.\";'),('en','messages:apihelp-query+deletedrevs-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+deletedrevs-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+deletedrevs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('en','messages:apihelp-query+deletedrevs-param-to','s:30:\"en:Stop listing at this title.\";'),('en','messages:apihelp-query+deletedrevs-param-unique','s:40:\"en:List only one revision for each page.\";'),('en','messages:apihelp-query+deletedrevs-param-user','s:36:\"en:Only list revisions by this user.\";'),('en','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"en:{{PLURAL:$1|Mode|Modes}}: $2\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:36:\"en:Adds the comment of the revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:123:\"en:Adds the content of the revision. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:43:\"en:Adds the length (bytes) of the revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:61:\"en:Adds the revision ID of the previous revision to the page.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:43:\"en:Adds the parsed comment of the revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:48:\"en:Adds the revision ID of the deleted revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:44:\"en:Adds the SHA-1 (base 16) of the revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:24:\"en:Gives the edit token.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:39:\"en:Adds the user who made the revision.\";'),('en','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:49:\"en:Adds the ID of the user who made the revision.\";'),('en','messages:apihelp-query+deletedrevs-summary','s:26:\"en:List deleted revisions.\";'),('en','messages:apihelp-query+disabled-summary','s:39:\"en:This query module has been disabled.\";'),('en','messages:apihelp-query+duplicatefiles-example-generated','s:36:\"en:Look for duplicates of all files.\";'),('en','messages:apihelp-query+duplicatefiles-example-simple','s:61:\"en:Look for duplicates of [[:File:Albert Einstein Head.jpg]].\";'),('en','messages:apihelp-query+duplicatefiles-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+duplicatefiles-param-limit','s:38:\"en:How many duplicate files to return.\";'),('en','messages:apihelp-query+duplicatefiles-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('en','messages:apihelp-query+duplicatefiles-summary','s:78:\"en:List all files that are duplicates of the given files based on hash values.\";'),('en','messages:apihelp-query+embeddedin-example-generator','s:69:\"en:Get information about pages transcluding <kbd>Template:Stub</kbd>.\";'),('en','messages:apihelp-query+embeddedin-example-simple','s:52:\"en:Show pages transcluding <kbd>Template:Stub</kbd>.\";'),('en','messages:apihelp-query+embeddedin-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+embeddedin-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('en','messages:apihelp-query+embeddedin-param-limit','s:34:\"en:How many total pages to return.\";'),('en','messages:apihelp-query+embeddedin-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+embeddedin-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('en','messages:apihelp-query+embeddedin-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('en','messages:apihelp-query+embeddedin-summary','s:58:\"en:Find all pages that embed (transclude) the given title.\";'),('en','messages:apihelp-query+extlinks-example-simple','s:71:\"en:Get a list of external links on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+extlinks-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('en','messages:apihelp-query+extlinks-param-limit','s:28:\"en:How many links to return.\";'),('en','messages:apihelp-query+extlinks-param-protocol','s:190:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd> and <kbd>https</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('en','messages:apihelp-query+extlinks-param-query','s:110:\"en:Search string without protocol. Useful for checking whether a certain page contains a certain external url.\";'),('en','messages:apihelp-query+extlinks-summary','s:67:\"en:Returns all external URLs (not interwikis) from the given pages.\";'),('en','messages:apihelp-query+exturlusage-example-simple','s:62:\"en:Show pages linking to <kbd>https://www.mediawiki.org</kbd>.\";'),('en','messages:apihelp-query+exturlusage-param-expandurl','s:61:\"en:Expand protocol-relative URLs with the canonical protocol.\";'),('en','messages:apihelp-query+exturlusage-param-limit','s:28:\"en:How many pages to return.\";'),('en','messages:apihelp-query+exturlusage-param-namespace','s:36:\"en:The page namespaces to enumerate.\";'),('en','messages:apihelp-query+exturlusage-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+exturlusage-param-protocol','s:190:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd> and <kbd>https</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('en','messages:apihelp-query+exturlusage-param-query','s:102:\"en:Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.\";'),('en','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:23:\"en:Adds the ID of page.\";'),('en','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('en','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:33:\"en:Adds the URL used in the page.\";'),('en','messages:apihelp-query+exturlusage-summary','s:44:\"en:Enumerate pages that contain a given URL.\";'),('en','messages:apihelp-query+filearchive-example-simple','s:36:\"en:Show a list of all deleted files.\";'),('en','messages:apihelp-query+filearchive-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+filearchive-param-from','s:45:\"en:The image title to start enumerating from.\";'),('en','messages:apihelp-query+filearchive-param-limit','s:38:\"en:How many images to return in total.\";'),('en','messages:apihelp-query+filearchive-param-prefix','s:58:\"en:Search for all image titles that begin with this value.\";'),('en','messages:apihelp-query+filearchive-param-prop','s:34:\"en:Which image information to get:\";'),('en','messages:apihelp-query+filearchive-param-sha1','s:46:\"en:SHA1 hash of image. Overrides $1sha1base36.\";'),('en','messages:apihelp-query+filearchive-param-sha1base36','s:53:\"en:SHA1 hash of image in base 36 (used in MediaWiki).\";'),('en','messages:apihelp-query+filearchive-param-to','s:42:\"en:The image title to stop enumerating at.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:68:\"en:Adds the filename of the archive version for non-latest versions.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"en:Adds the bit depth of the version.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-description','s:41:\"en:Adds description of the image version.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:36:\"en:Adds the media type of the image.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"en:Lists Exif metadata for the version of the image.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:26:\"en:Adds MIME of the image.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:40:\"en:Parse the description of the version.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:33:\"en:Adds SHA-1 hash for the image.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-size','s:92:\"en:Adds the size of the image in bytes and the height, width and page count (if applicable).\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('en','messages:apihelp-query+filearchive-paramvalue-prop-user','s:44:\"en:Adds user who uploaded the image version.\";'),('en','messages:apihelp-query+filearchive-summary','s:44:\"en:Enumerate all deleted files sequentially.\";'),('en','messages:apihelp-query+filerepoinfo-example-simple','s:43:\"en:Get information about file repositories.\";'),('en','messages:apihelp-query+filerepoinfo-param-prop','s:85:\"en:Which repository properties to get (properties available may vary on other wikis).\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:76:\"en:URL to the repository API - helpful for getting image info from the host.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"en:The human-readable name of the repository wiki.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"en:Whether file names implicitly start with a capital letter.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:51:\"en:Whether that repository is the local one or not.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:192:\"en:The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:33:\"en:Root URL path for image paths.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:66:\"en:Root URL path for the repository wiki\'s MediaWiki installation.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:37:\"en:Root URL path for thumbnail paths.\";'),('en','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:24:\"en:Public zone URL path.\";'),('en','messages:apihelp-query+filerepoinfo-summary','s:75:\"en:Return meta information about image repositories configured on the wiki.\";'),('en','messages:apihelp-query+fileusage-example-generator','s:59:\"en:Get information about pages using [[:File:Example.jpg]].\";'),('en','messages:apihelp-query+fileusage-example-simple','s:51:\"en:Get a list of pages using [[:File:Example.jpg]].\";'),('en','messages:apihelp-query+fileusage-param-limit','s:22:\"en:How many to return.\";'),('en','messages:apihelp-query+fileusage-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('en','messages:apihelp-query+fileusage-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+fileusage-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('en','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('en','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('en','messages:apihelp-query+fileusage-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('en','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('en','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('en','messages:apihelp-query+fileusage-summary','s:43:\"en:Find all pages that use the given files.\";'),('en','messages:apihelp-query+imageinfo-example-dated','s:78:\"en:Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.\";'),('en','messages:apihelp-query+imageinfo-example-simple','s:85:\"en:Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].\";'),('en','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:116:\"en:If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]\";'),('en','messages:apihelp-query+imageinfo-param-end','s:32:\"en:Timestamp to stop listing at.\";'),('en','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:87:\"en:If specified and non-empty, only these keys will be returned for $1prop=extmetadata.\";'),('en','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('en','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:77:\"en:If translations for extmetadata property are available, fetch all of them.\";'),('en','messages:apihelp-query+imageinfo-param-limit','s:46:\"en:How many file revisions to return per file.\";'),('en','messages:apihelp-query+imageinfo-param-localonly','s:47:\"en:Look only for files in the local repository.\";'),('en','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('en','messages:apihelp-query+imageinfo-param-prop','s:33:\"en:Which file information to get:\";'),('en','messages:apihelp-query+imageinfo-param-start','s:35:\"en:Timestamp to start listing from.\";'),('en','messages:apihelp-query+imageinfo-param-urlheight','s:25:\"en:Similar to $1urlwidth.\";'),('en','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('en','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:160:\"en:Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:63:\"en:Adds whether the file is on the [[MediaWiki:Bad image list]]\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:129:\"en:Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:132:\"en:Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:124:\"en:Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:158:\"en:Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:18:\"en:Alias for size.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:179:\"en:Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:127:\"en:Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:143:\"en:Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:122:\"en:Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:134:\"en:Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:124:\"en:Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:91:\"en:Adds the size of the file in bytes and the height, width and page count (if applicable).\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:169:\"en:Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:43:\"en:Adds timestamp for the uploaded version.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:122:\"en:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:142:\"en:Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:140:\"en:Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:150:\"en:Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+imageinfo-summary','s:47:\"en:Returns file information and upload history.\";'),('en','messages:apihelp-query+images-example-generator','s:79:\"en:Get information about all files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+images-example-simple','s:67:\"en:Get a list of files used on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+images-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+images-param-images','s:88:\"en:Only list these files. Useful for checking whether a certain page has a certain file.\";'),('en','messages:apihelp-query+images-param-limit','s:28:\"en:How many files to return.\";'),('en','messages:apihelp-query+images-summary','s:50:\"en:Returns all files contained on the given pages.\";'),('en','messages:apihelp-query+imageusage-example-generator','s:72:\"en:Get information about pages using [[:File:Albert Einstein Head.jpg]].\";'),('en','messages:apihelp-query+imageusage-example-simple','s:55:\"en:Show pages using [[:File:Albert Einstein Head.jpg]].\";'),('en','messages:apihelp-query+imageusage-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('en','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('en','messages:apihelp-query+imageusage-param-namespace','s:30:\"en:The namespace to enumerate.\";'),('en','messages:apihelp-query+imageusage-param-pageid','s:59:\"en:Page ID to search. Cannot be used together with $1title.\";'),('en','messages:apihelp-query+imageusage-param-redirect','s:109:\"en:If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.\";'),('en','messages:apihelp-query+imageusage-param-title','s:58:\"en:Title to search. Cannot be used together with $1pageid.\";'),('en','messages:apihelp-query+imageusage-summary','s:49:\"en:Find all pages that use the given image title.\";'),('en','messages:apihelp-query+info-example-protection','s:84:\"en:Get general and protection information about the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+info-example-simple','s:61:\"en:Get information about the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+info-param-editintrocustom','s:64:\"en:Title of a custom page to use as an additional intro message.\";'),('en','messages:apihelp-query+info-param-editintroskip','s:169:\"en:List of intro messages to remove from the response. Use this if a specific message is not relevant to your tool, or if the information is conveyed in a different way.\";'),('en','messages:apihelp-query+info-param-editintrostyle','s:138:\"en:Some intro messages come with optional wrapper frames. Use <kbd>moreframes</kbd> to include them or <kbd>lessframes</kbd> to omit them.\";'),('en','messages:apihelp-query+info-param-linkcontext','s:137:\"en:The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>.\";'),('en','messages:apihelp-query+info-param-preloadcustom','s:54:\"en:Title of a custom page to use as preloaded content.\";'),('en','messages:apihelp-query+info-param-preloadnewsection','s:82:\"en:Return preloaded content for a new section on the page, rather than a new page.\";'),('en','messages:apihelp-query+info-param-preloadparams','s:66:\"en:Parameters for the custom page being used as preloaded content.\";'),('en','messages:apihelp-query+info-param-prop','s:38:\"en:Which additional properties to get:\";'),('en','messages:apihelp-query+info-param-testactions','s:73:\"en:Test whether the current user can perform certain actions on the page.\";'),('en','messages:apihelp-query+info-param-testactionsautocreate','s:99:\"en:Test whether performing <var>$1testactions</var> would automatically create a temporary account.\";'),('en','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('en','messages:apihelp-query+info-paraminfo-editintroonly','s:66:\"en:Only used when <var>$3prop</var> contains <var>editintro</var>.\";'),('en','messages:apihelp-query+info-paraminfo-preloadcontentonly','s:71:\"en:Only used when <var>$3prop</var> contains <var>preloadcontent</var>.\";'),('en','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:110:\"en:The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]].\";'),('en','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:66:\"en:Gives the manner in which the page title is actually displayed.\";'),('en','messages:apihelp-query+info-paramvalue-prop-editintro','s:106:\"en:Gives the intro messages that should be shown to the user while editing this page or revision, as HTML.\";'),('en','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:152:\"en:Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.\";'),('en','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:53:\"en:The watchlist notification timestamp of each page.\";'),('en','messages:apihelp-query+info-paramvalue-prop-preload','s:139:\"en:Gives the text returned by EditFormPreloadText. Use <kbd>preloadcontent</kbd> instead, which supports other kinds of preloaded text too.\";'),('en','messages:apihelp-query+info-paramvalue-prop-preloadcontent','s:106:\"en:Gives the content to be shown in the editor when the page does not exist or while adding a new section.\";'),('en','messages:apihelp-query+info-paramvalue-prop-protection','s:42:\"en:List the protection level of each page.\";'),('en','messages:apihelp-query+info-paramvalue-prop-readable','s:82:\"en:Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead.\";'),('en','messages:apihelp-query+info-paramvalue-prop-subjectid','s:53:\"en:The page ID of the parent page for each talk page.\";'),('en','messages:apihelp-query+info-paramvalue-prop-talkid','s:55:\"en:The page ID of the talk page for each non-talk page.\";'),('en','messages:apihelp-query+info-paramvalue-prop-url','s:70:\"en:Gives a full URL, an edit URL, and the canonical URL for each page.\";'),('en','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:72:\"en:Gives the display title in all variants of the site content language.\";'),('en','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:94:\"en:The number of watchers of each page who have visited recent edits to that page, if allowed.\";'),('en','messages:apihelp-query+info-paramvalue-prop-watched','s:40:\"en:List the watched status of each page.\";'),('en','messages:apihelp-query+info-paramvalue-prop-watchers','s:38:\"en:The number of watchers, if allowed.\";'),('en','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:42:\"en:Return a boolean value for each action.\";'),('en','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:95:\"en:Return messages describing why the action is disallowed, or an empty array if it is allowed.\";'),('en','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:54:\"en:Like <kbd>full</kbd> but skipping expensive checks.\";'),('en','messages:apihelp-query+info-summary','s:30:\"en:Get basic page information.\";'),('en','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('en','messages:apihelp-query+iwbacklinks-example-simple','s:43:\"en:Get pages linking to [[wikibooks:Test]].\";'),('en','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('en','messages:apihelp-query+iwbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+iwbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('en','messages:apihelp-query+iwbacklinks-param-prefix','s:28:\"en:Prefix for the interwiki.\";'),('en','messages:apihelp-query+iwbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+iwbacklinks-param-title','s:73:\"en:Interwiki link to search for. Must be used with <var>$1blprefix</var>.\";'),('en','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:36:\"en:Adds the prefix of the interwiki.\";'),('en','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:35:\"en:Adds the title of the interwiki.\";'),('en','messages:apihelp-query+iwbacklinks-summary','s:56:\"en:Find all pages that link to the given interwiki link.\";'),('en','messages:apihelp-query+iwlinks-example-simple','s:64:\"en:Get interwiki links from the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+iwlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+iwlinks-param-limit','s:38:\"en:How many interwiki links to return.\";'),('en','messages:apihelp-query+iwlinks-param-prefix','s:48:\"en:Only return interwiki links with this prefix.\";'),('en','messages:apihelp-query+iwlinks-param-prop','s:62:\"en:Which additional properties to get for each interwiki link:\";'),('en','messages:apihelp-query+iwlinks-param-title','s:71:\"en:Interwiki link to search for. Must be used with <var>$1prefix</var>.\";'),('en','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('en','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('en','messages:apihelp-query+iwlinks-summary','s:52:\"en:Returns all interwiki links from the given pages.\";'),('en','messages:apihelp-query+langbacklinks-example-generator','s:55:\"en:Get information about pages linking to [[:fr:Test]].\";'),('en','messages:apihelp-query+langbacklinks-example-simple','s:37:\"en:Get pages linking to [[:fr:Test]].\";'),('en','messages:apihelp-query+langbacklinks-extended-description','s:233:\"en:Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.\";'),('en','messages:apihelp-query+langbacklinks-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+langbacklinks-param-lang','s:34:\"en:Language for the language link.\";'),('en','messages:apihelp-query+langbacklinks-param-limit','s:34:\"en:How many total pages to return.\";'),('en','messages:apihelp-query+langbacklinks-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+langbacklinks-param-title','s:57:\"en:Language link to search for. Must be used with $1lang.\";'),('en','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:47:\"en:Adds the language code of the language link.\";'),('en','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"en:Adds the title of the language link.\";'),('en','messages:apihelp-query+langbacklinks-summary','s:55:\"en:Find all pages that link to the given language link.\";'),('en','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+langlinks-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+langlinks-param-inlanguagecode','s:46:\"en:Language code for localised language names.\";'),('en','messages:apihelp-query+langlinks-param-lang','s:54:\"en:Only return language links with this language code.\";'),('en','messages:apihelp-query+langlinks-param-limit','s:32:\"en:How many langlinks to return.\";'),('en','messages:apihelp-query+langlinks-param-prop','s:66:\"en:Which additional properties to get for each interlanguage link:\";'),('en','messages:apihelp-query+langlinks-param-title','s:59:\"en:Link to search for. Must be used with <var>$1lang</var>.\";'),('en','messages:apihelp-query+langlinks-param-url','s:71:\"en:Whether to get the full URL (cannot be used with <var>$1prop</var>).\";'),('en','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:33:\"en:Adds the native language name.\";'),('en','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('en','messages:apihelp-query+langlinks-paramvalue-prop-url','s:21:\"en:Adds the full URL.\";'),('en','messages:apihelp-query+langlinks-summary','s:56:\"en:Returns all interlanguage links from the given pages.\";'),('en','messages:apihelp-query+languageinfo-example-autonym-name-de','s:64:\"en:Get the autonyms and German names of all supported languages.\";'),('en','messages:apihelp-query+languageinfo-example-bcp47-dir','s:73:\"en:Get the BCP-47 language code and direction of all supported languages.\";'),('en','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:54:\"en:Get the fallback languages and variants of Occitan.\";'),('en','messages:apihelp-query+languageinfo-example-simple','s:53:\"en:Get the language codes of all supported languages.\";'),('en','messages:apihelp-query+languageinfo-extended-description','s:131:\"en:[[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request.\";'),('en','messages:apihelp-query+languageinfo-param-code','s:96:\"en:Language codes of the languages that should be returned, or <code>*</code> for all languages.\";'),('en','messages:apihelp-query+languageinfo-param-prop','s:46:\"en:Which information to get for each language.\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:67:\"en:The autonym of the language, that is, the name in that language.\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:28:\"en:The BCP-47 language code.\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:104:\"en:The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:87:\"en:The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:184:\"en:The language codes of the fallback languages configured for this language. The implicit final fallback to \'en\' is not included (but some languages may fall back to \'en\' explicitly).\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:136:\"en:The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-variantnames','s:76:\"en:The short names for language variants used for language conversion links.\";'),('en','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:65:\"en:The language codes of the variants supported by this language.\";'),('en','messages:apihelp-query+languageinfo-summary','s:48:\"en:Return information about available languages.\";'),('en','messages:apihelp-query+links-example-generator','s:79:\"en:Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('en','messages:apihelp-query+links-example-simple','s:53:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]]\";'),('en','messages:apihelp-query+links-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+links-param-limit','s:28:\"en:How many links to return.\";'),('en','messages:apihelp-query+links-param-namespace','s:39:\"en:Show links in these namespaces only.\";'),('en','messages:apihelp-query+links-param-titles','s:104:\"en:Only list links to these titles. Useful for checking whether a certain page links to a certain title.\";'),('en','messages:apihelp-query+links-summary','s:42:\"en:Returns all links from the given pages.\";'),('en','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+linkshere-example-simple','s:65:\"en:Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+linkshere-param-limit','s:22:\"en:How many to return.\";'),('en','messages:apihelp-query+linkshere-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('en','messages:apihelp-query+linkshere-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('en','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('en','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('en','messages:apihelp-query+linkshere-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('en','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('en','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('en','messages:apihelp-query+linkshere-summary','s:47:\"en:Find all pages that link to the given pages.\";'),('en','messages:apihelp-query+logevents-example-simple','s:26:\"en:List recent log events.\";'),('en','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('en','messages:apihelp-query+logevents-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('en','messages:apihelp-query+logevents-param-limit','s:42:\"en:How many total event entries to return.\";'),('en','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('en','messages:apihelp-query+logevents-param-prefix','s:46:\"en:Filter entries that start with this prefix.\";'),('en','messages:apihelp-query+logevents-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+logevents-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+logevents-param-tag','s:48:\"en:Only list event entries tagged with this tag.\";'),('en','messages:apihelp-query+logevents-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('en','messages:apihelp-query+logevents-param-type','s:40:\"en:Filter log entries to only this type.\";'),('en','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-comment','s:135:\"en:Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-details','s:148:\"en:Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-ids','s:32:\"en:Adds the ID of the log event.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:142:\"en:Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-tags','s:32:\"en:Lists tags for the log event.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:40:\"en:Adds the timestamp for the log event.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-title','s:48:\"en:Adds the title of the page for the log event.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-type','s:30:\"en:Adds the type of log event.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-user','s:139:\"en:Adds the user responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+logevents-summary','s:24:\"en:Get events from logs.\";'),('en','messages:apihelp-query+mathwbextracts-example-1','s:53:\"en:Requests a summary of mathematical Wikibase items.\";'),('en','messages:apihelp-query+mathwbextracts-param-qid','s:55:\"en:The QID of the Wikibase item that will be requested.\";'),('en','messages:apihelp-query+mathwbextracts-param-uselang','s:93:\"en:The language that should be requested for the Wikibase item. English is the default value.\";'),('en','messages:apihelp-query+mathwbextracts-summary','s:61:\"en:Returns a summary of a mathematical Wikibase item in HTML.\";'),('en','messages:apihelp-query+mystashedfiles-example-simple','s:90:\"en:Get the filekey, file size, and pixel size of files in the current user\'s upload stash.\";'),('en','messages:apihelp-query+mystashedfiles-param-limit','s:25:\"en:How many files to get.\";'),('en','messages:apihelp-query+mystashedfiles-param-prop','s:43:\"en:Which properties to fetch for the files.\";'),('en','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:44:\"en:Fetch the file size and image dimensions.\";'),('en','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"en:Fetch the file\'s MIME type and media type.\";'),('en','messages:apihelp-query+mystashedfiles-summary','s:58:\"en:Get a list of files in the current user\'s upload stash.\";'),('en','messages:apihelp-query+pagepropnames-example-simple','s:31:\"en:Get first 10 property names.\";'),('en','messages:apihelp-query+pagepropnames-param-limit','s:41:\"en:The maximum number of names to return.\";'),('en','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('en','messages:apihelp-query+pageprops-example-simple','s:91:\"en:Get properties for the pages <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('en','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('en','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('en','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('en','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('en','messages:apihelp-query+pageswithprop-param-dir','s:30:\"en:In which direction to sort.\";'),('en','messages:apihelp-query+pageswithprop-param-limit','s:41:\"en:The maximum number of pages to return.\";'),('en','messages:apihelp-query+pageswithprop-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('en','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:20:\"en:Adds the page ID.\";'),('en','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('en','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:39:\"en:Adds the value of the page property.\";'),('en','messages:apihelp-query+pageswithprop-summary','s:46:\"en:List all pages using a given page property.\";'),('en','messages:apihelp-query+prefixsearch-example-simple','s:60:\"en:Search for page titles beginning with <kbd>meaning</kbd>.\";'),('en','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('en','messages:apihelp-query+prefixsearch-param-limit','s:39:\"en:Maximum number of results to return.\";'),('en','messages:apihelp-query+prefixsearch-param-namespace','s:93:\"en:Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.\";'),('en','messages:apihelp-query+prefixsearch-param-offset','s:29:\"en:Number of results to skip.\";'),('en','messages:apihelp-query+prefixsearch-param-profile','s:25:\"en:Search profile to use.\";'),('en','messages:apihelp-query+prefixsearch-param-search','s:17:\"en:Search string.\";'),('en','messages:apihelp-query+prefixsearch-summary','s:43:\"en:Perform a prefix search for page titles.\";'),('en','messages:apihelp-query+protectedtitles-example-generator','s:56:\"en:Find links to protected titles in the main namespace.\";'),('en','messages:apihelp-query+protectedtitles-example-simple','s:25:\"en:List protected titles.\";'),('en','messages:apihelp-query+protectedtitles-param-end','s:45:\"en:Stop listing at this protection timestamp.\";'),('en','messages:apihelp-query+protectedtitles-param-level','s:49:\"en:Only list titles with these protection levels.\";'),('en','messages:apihelp-query+protectedtitles-param-limit','s:34:\"en:How many total pages to return.\";'),('en','messages:apihelp-query+protectedtitles-param-namespace','s:40:\"en:Only list titles in these namespaces.\";'),('en','messages:apihelp-query+protectedtitles-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+protectedtitles-param-start','s:46:\"en:Start listing at this protection timestamp.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:39:\"en:Adds the comment for the protection.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:60:\"en:Adds the timestamp of when the protection will be lifted.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"en:Adds the protection level.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:46:\"en:Adds the parsed comment for the protection.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:51:\"en:Adds the timestamp of when protection was added.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:43:\"en:Adds the user that added the protection.\";'),('en','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:46:\"en:Adds the user ID that added the protection.\";'),('en','messages:apihelp-query+protectedtitles-summary','s:43:\"en:List all titles protected from creation.\";'),('en','messages:apihelp-query+querypage-example-ancientpages','s:48:\"en:Return results from [[Special:Ancientpages]].\";'),('en','messages:apihelp-query+querypage-param-limit','s:31:\"en:Number of results to return.\";'),('en','messages:apihelp-query+querypage-param-page','s:62:\"en:The name of the special page. Note, this is case-sensitive.\";'),('en','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('en','messages:apihelp-query+random-example-generator','s:67:\"en:Return page info about two random pages from the main namespace.\";'),('en','messages:apihelp-query+random-example-simple','s:51:\"en:Return two random pages from the main namespace.\";'),('en','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('en','messages:apihelp-query+random-param-filterredir','s:31:\"en:How to filter for redirects.\";'),('en','messages:apihelp-query+random-param-limit','s:48:\"en:Limit how many random pages will be returned.\";'),('en','messages:apihelp-query+random-param-namespace','s:41:\"en:Return pages in these namespaces only.\";'),('en','messages:apihelp-query+random-param-redirect','s:50:\"en:Use <kbd>$1filterredir=redirects</kbd> instead.\";'),('en','messages:apihelp-query+random-summary','s:29:\"en:Get a set of random pages.\";'),('en','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('en','messages:apihelp-query+recentchanges-example-simple','s:23:\"en:List recent changes.\";'),('en','messages:apihelp-query+recentchanges-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('en','messages:apihelp-query+recentchanges-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('en','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('en','messages:apihelp-query+recentchanges-param-limit','s:36:\"en:How many total changes to return.\";'),('en','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('en','messages:apihelp-query+recentchanges-param-prop','s:44:\"en:Include additional pieces of information:\";'),('en','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('en','messages:apihelp-query+recentchanges-param-slot','s:47:\"en:Only list changes that touch the named slot.\";'),('en','messages:apihelp-query+recentchanges-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+recentchanges-param-tag','s:42:\"en:Only list changes tagged with this tag.\";'),('en','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('en','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('en','messages:apihelp-query+recentchanges-param-type','s:34:\"en:Which types of changes to show.\";'),('en','messages:apihelp-query+recentchanges-param-user','s:34:\"en:Only list changes by this user.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:56:\"en:Tags patrollable edits as being autopatrolled or not.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:131:\"en:Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:35:\"en:Adds the page title of the edit.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+recentchanges-summary','s:28:\"en:Enumerate recent changes.\";'),('en','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+redirects-param-limit','s:32:\"en:How many redirects to return.\";'),('en','messages:apihelp-query+redirects-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('en','messages:apihelp-query+redirects-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('en','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:37:\"en:Fragment of each redirect, if any.\";'),('en','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:28:\"en:Page ID of each redirect.\";'),('en','messages:apihelp-query+redirects-paramvalue-prop-title','s:26:\"en:Title of each redirect.\";'),('en','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('en','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('en','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('en','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('en','messages:apihelp-query+revisions+base-param-contentformat-slot','s:59:\"en:Content serialization format used for output of content.\";'),('en','messages:apihelp-query+revisions+base-param-diffto','s:308:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1.\";'),('en','messages:apihelp-query+revisions+base-param-difftotext','s:344:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$2diffto</var>. If <var>$2section</var> is set, only that section will be diffed against this text. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1.\";'),('en','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('en','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('en','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('en','messages:apihelp-query+revisions+base-param-limit','s:225:\"en:Limit how many revisions will be returned. If <var>$3prop=content</var>, <var>$3prop=parsetree</var>, <var>$3diffto</var> or <var>$3difftotext</var> is used, the limit is $1. If <var>$3parse</var> is used, the limit is $2.\";'),('en','messages:apihelp-query+revisions+base-param-parse','s:213:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires <var>$2prop=content</var>). For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1.\";'),('en','messages:apihelp-query+revisions+base-param-prop','s:45:\"en:Which properties to get for each revision:\";'),('en','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('en','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:138:\"en:Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:215:\"en:Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:42:\"en:Content model ID of each revision slot.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:26:\"en:Revision flags (minor).\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:26:\"en:The ID of the revision.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:306:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>). For performance reasons, if this option is used, <var>$3limit</var> is enforced to $2.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:54:\"en:List content slot roles that exist in the revision.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:130:\"en:SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:34:\"en:Length (bytes) of the revision.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:136:\"en:SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:40:\"en:Length (bytes) of each revision slot.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:25:\"en:Tags for the revision.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:33:\"en:The timestamp of the revision.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:123:\"en:User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:127:\"en:User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('en','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('en','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('en','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('en','messages:apihelp-query+revisions-param-end','s:34:\"en:Enumerate up to this timestamp.\";'),('en','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('en','messages:apihelp-query+revisions-param-excludeuser','s:34:\"en:Exclude revisions made by user.\";'),('en','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('en','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('en','messages:apihelp-query+revisions-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('en','messages:apihelp-query+revisions-param-user','s:39:\"en:Only include revisions made by user.\";'),('en','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('en','messages:apihelp-query+revisions-summary','s:28:\"en:Get revision information.\";'),('en','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('en','messages:apihelp-query+search-example-simple','s:33:\"en:Search for <kbd>meaning</kbd>.\";'),('en','messages:apihelp-query+search-example-text','s:39:\"en:Search texts for <kbd>meaning</kbd>.\";'),('en','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('en','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('en','messages:apihelp-query+search-param-info','s:28:\"en:Which metadata to return.\";'),('en','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('en','messages:apihelp-query+search-param-limit','s:34:\"en:How many total pages to return.\";'),('en','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('en','messages:apihelp-query+search-param-prop','s:30:\"en:Which properties to return:\";'),('en','messages:apihelp-query+search-param-qiprofile','s:64:\"en:Query independent profile to use (affects ranking algorithm).\";'),('en','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('en','messages:apihelp-query+search-param-sort','s:42:\"en:Set the sort order of returned results.\";'),('en','messages:apihelp-query+search-param-what','s:35:\"en:Which type of search to perform.\";'),('en','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('en','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:43:\"en:Adds extra data generated by extensions.\";'),('en','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"en:Ignored.\";'),('en','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('en','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('en','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('en','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"en:Ignored.\";'),('en','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('en','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('en','messages:apihelp-query+search-paramvalue-prop-size','s:38:\"en:Adds the size of the page in bytes.\";'),('en','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('en','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('en','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('en','messages:apihelp-query+search-paramvalue-prop-wordcount','s:35:\"en:Adds the word count of the page.\";'),('en','messages:apihelp-query+search-summary','s:30:\"en:Perform a full text search.\";'),('en','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('en','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('en','messages:apihelp-query+siteinfo-example-simple','s:26:\"en:Fetch site information.\";'),('en','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('en','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('en','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('en','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('en','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-autocreatetempuser','s:106:\"en:Returns configuration for the automatic creation of temporary user accounts (also known as IP masking).\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-autopromote','s:49:\"en:Returns the automatic promotion configuration.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-autopromoteonce','s:73:\"en:Returns the automatic promotion configuration that are only done once.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-clientlibraries','s:54:\"en:Returns client-side libraries installed on the wiki\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:156:\"en:Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:41:\"en:List of magic words and their aliases.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:32:\"en:List of special page aliases.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('en','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('en','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('en','messages:apihelp-query+stashimageinfo-example-params','s:44:\"en:Returns thumbnails for two stashed files.\";'),('en','messages:apihelp-query+stashimageinfo-example-simple','s:42:\"en:Returns information for a stashed file.\";'),('en','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('en','messages:apihelp-query+stashimageinfo-param-sessionkey','s:51:\"en:Alias for $1filekey, for backward compatibility.\";'),('en','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('en','messages:apihelp-query+tags-example-simple','s:23:\"en:List available tags.\";'),('en','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('en','messages:apihelp-query+tags-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('en','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('en','messages:apihelp-query+tags-paramvalue-prop-description','s:31:\"en:Adds description of the tag.\";'),('en','messages:apihelp-query+tags-paramvalue-prop-displayname','s:35:\"en:Adds system message for the tag.\";'),('en','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('en','messages:apihelp-query+tags-paramvalue-prop-name','s:20:\"en:Adds name of tag.\";'),('en','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('en','messages:apihelp-query+tags-summary','s:20:\"en:List change tags.\";'),('en','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+templates-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+templates-param-limit','s:32:\"en:How many templates to return.\";'),('en','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('en','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('en','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('en','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('en','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('en','messages:apihelp-query+tokens-param-type','s:29:\"en:Types of token to request.\";'),('en','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('en','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('en','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('en','messages:apihelp-query+transcludedin-param-prop','s:27:\"en:Which properties to get:\";'),('en','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('en','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:24:\"en:Page ID of each page.\";'),('en','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('en','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:22:\"en:Title of each page.\";'),('en','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('en','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('en','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('en','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('en','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('en','messages:apihelp-query+usercontribs-param-end','s:71:\"en:The end timestamp to return to, i.e. revisions after this timestamp.\";'),('en','messages:apihelp-query+usercontribs-param-iprange','s:137:\"en:The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>.\";'),('en','messages:apihelp-query+usercontribs-param-limit','s:49:\"en:The maximum number of contributions to return.\";'),('en','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('en','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('en','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('en','messages:apihelp-query+usercontribs-param-start','s:76:\"en:The start timestamp to return from, i.e. revisions before this timestamp.\";'),('en','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('en','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('en','messages:apihelp-query+usercontribs-param-user','s:135:\"en:The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('en','messages:apihelp-query+usercontribs-param-userids','s:135:\"en:The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>.\";'),('en','messages:apihelp-query+usercontribs-param-userprefix','s:160:\"en:Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:28:\"en:Tags autopatrolled edits.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:130:\"en:Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:26:\"en:Adds flags of the edit.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:36:\"en:Adds the page ID and revision ID.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:24:\"en:Tags patrolled edits.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:33:\"en:Adds the new size of the edit.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:27:\"en:Lists tags for the edit.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:34:\"en:Adds the timestamp of the edit.\";'),('en','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('en','messages:apihelp-query+usercontribs-summary','s:27:\"en:Get all edits by a user.\";'),('en','messages:apihelp-query+userinfo-example-data','s:53:\"en:Get additional information about the current user.\";'),('en','messages:apihelp-query+userinfo-example-simple','s:42:\"en:Get information about the current user.\";'),('en','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('en','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:69:\"en:Tags if the current user is blocked, by whom, and for what reason.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-cancreateaccount','s:204:\"en:Indicates whether the user is allowed to create accounts. To check whether some specific account can be created, use [[Special:ApiHelp/query+users|<kbd>action=query&list=users&usprop=cancreate</kbd>]].\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:38:\"en:Adds the current user\'s edit count.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:47:\"en:Adds the date of user\'s latest contribution.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-options','s:50:\"en:Lists all preferences the current user has set.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:29:\"en:Adds the user\'s real name.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('en','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('en','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('en','messages:apihelp-query+users-example-simple','s:50:\"en:Return information for user <kbd>Example</kbd>.\";'),('en','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('en','messages:apihelp-query+users-param-prop','s:42:\"en:Which pieces of information to include:\";'),('en','messages:apihelp-query+users-param-userids','s:48:\"en:A list of user IDs to obtain information for.\";'),('en','messages:apihelp-query+users-param-users','s:45:\"en:A list of users to obtain information for.\";'),('en','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:61:\"en:Tags if the user is blocked, by whom, and for what reason.\";'),('en','messages:apihelp-query+users-paramvalue-prop-cancreate','s:254:\"en:Indicates whether an account for valid but unregistered usernames can be created. To check whether the current user can perform the account creation, use [[Special:ApiHelp/query+userinfo|<kbd>action=query&meta=userinfo&uiprop=cancreateaccount</kbd>]].\";'),('en','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('en','messages:apihelp-query+users-paramvalue-prop-editcount','s:30:\"en:Adds the user\'s edit count.\";'),('en','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('en','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('en','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('en','messages:apihelp-query+users-paramvalue-prop-groups','s:45:\"en:Lists all the groups each user belongs to.\";'),('en','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:60:\"en:Lists all the groups a user is automatically a member of.\";'),('en','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('en','messages:apihelp-query+users-paramvalue-prop-rights','s:38:\"en:Lists all the rights each user has.\";'),('en','messages:apihelp-query+users-summary','s:41:\"en:Get information about a list of users.\";'),('en','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('en','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('en','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('en','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('en','messages:apihelp-query+watchlist-param-excludeuser','s:35:\"en:Don\'t list changes by this user.\";'),('en','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('en','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('en','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-param-prop','s:38:\"en:Which additional properties to get:\";'),('en','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('en','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('en','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('en','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('en','messages:apihelp-query+watchlist-param-user','s:34:\"en:Only list changes by this user.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:37:\"en:Tags edits that are autopatrolled.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:126:\"en:Adds comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:24:\"en:Adds the expiry time.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:27:\"en:Adds flags for the edit.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:34:\"en:Adds revision IDs and page IDs.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:133:\"en:Adds parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:33:\"en:Tags edits that are patrolled.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:44:\"en:Adds the old and new lengths of the page.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:28:\"en:Lists tags for the entry.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:30:\"en:Adds timestamp of the edit.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-title','s:26:\"en:Adds title of the page.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-user','s:127:\"en:Adds the user who made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:133:\"en:Adds user ID of whoever made the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('en','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:31:\"en:Category membership changes.\";'),('en','messages:apihelp-query+watchlist-paramvalue-type-edit','s:22:\"en:Regular page edits.\";'),('en','messages:apihelp-query+watchlist-paramvalue-type-external','s:20:\"en:External changes.\";'),('en','messages:apihelp-query+watchlist-paramvalue-type-log','s:15:\"en:Log entries.\";'),('en','messages:apihelp-query+watchlist-paramvalue-type-new','s:18:\"en:Page creations.\";'),('en','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('en','messages:apihelp-query+watchlistraw-param-fromtitle','s:59:\"en:Title (with namespace prefix) to begin enumerating from.\";'),('en','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('en','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('en','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('en','messages:apihelp-query+watchlistraw-param-prop','s:38:\"en:Which additional properties to get:\";'),('en','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('en','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('en','messages:apihelp-query+watchlistraw-param-totitle','s:56:\"en:Title (with namespace prefix) to stop enumerating at.\";'),('en','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('en','messages:apihelp-query+watchlistraw-summary','s:49:\"en:Get all pages on the current user\'s watchlist.\";'),('en','messages:apihelp-query-example-allpages','s:59:\"en:Fetch revisions of pages beginning with <kbd>API/</kbd>.\";'),('en','messages:apihelp-query-example-revisions','s:134:\"en:Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-query-extended-description','s:112:\"en:All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.\";'),('en','messages:apihelp-query-param-export','s:64:\"en:Export the current revisions of all given or generated pages.\";'),('en','messages:apihelp-query-param-exportnowrap','s:130:\"en:Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.\";'),('en','messages:apihelp-query-param-exportschema','s:109:\"en:Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>.\";'),('en','messages:apihelp-query-param-indexpageids','s:71:\"en:Include an additional pageids section listing all returned page IDs.\";'),('en','messages:apihelp-query-param-iwurl','s:65:\"en:Whether to get the full URL if the title is an interwiki link.\";'),('en','messages:apihelp-query-param-list','s:22:\"en:Which lists to get.\";'),('en','messages:apihelp-query-param-meta','s:25:\"en:Which metadata to get.\";'),('en','messages:apihelp-query-param-prop','s:49:\"en:Which properties to get for the queried pages.\";'),('en','messages:apihelp-query-param-rawcontinue','s:64:\"en:Return raw <samp>query-continue</samp> data for continuation.\";'),('en','messages:apihelp-query-summary','s:39:\"en:Fetch data from and about MediaWiki.\";'),('en','messages:apihelp-rawfm-summary','s:84:\"en:Output data, including debugging elements, in JSON format (pretty-print in HTML).\";'),('en','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('en','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('en','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('en','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('en','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('en','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('en','messages:apihelp-resetpassword-param-user','s:20:\"en:User being reset.\";'),('en','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('en','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('en','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-revisiondelete-param-hide','s:34:\"en:What to hide for each revision.\";'),('en','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('en','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('en','messages:apihelp-revisiondelete-param-show','s:36:\"en:What to unhide for each revision.\";'),('en','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('en','messages:apihelp-revisiondelete-param-tags','s:50:\"en:Tags to apply to the entry in the deletion log.\";'),('en','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('en','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('en','messages:apihelp-revisiondelete-summary','s:33:\"en:Delete and undelete revisions.\";'),('en','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('en','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('en','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('en','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('en','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('en','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('en','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('en','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-rollback-summary','s:34:\"en:Undo the last edit to the page.\";'),('en','messages:apihelp-rsd-example-simple','s:25:\"en:Export the RSD schema.\";'),('en','messages:apihelp-rsd-summary','s:50:\"en:Export an RSD (Really Simple Discovery) schema.\";'),('en','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('en','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('en','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('en','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('en','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:29:\"en:Work on all watched pages.\";'),('en','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('en','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('en','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('en','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('en','messages:apihelp-setpagelanguage-example-default','s:86:\"en:Change the language of the page with ID 123 to the wiki\'s default content language.\";'),('en','messages:apihelp-setpagelanguage-example-language','s:72:\"en:Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque.\";'),('en','messages:apihelp-setpagelanguage-extended-description-disabled','s:177:\"en:Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.\";'),('en','messages:apihelp-setpagelanguage-param-lang','s:136:\"en:Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki\'s default content language.\";'),('en','messages:apihelp-setpagelanguage-param-pageid','s:106:\"en:Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.\";'),('en','messages:apihelp-setpagelanguage-param-reason','s:25:\"en:Reason for the change.\";'),('en','messages:apihelp-setpagelanguage-param-tags','s:68:\"en:Change tags to apply to the log entry resulting from this action.\";'),('en','messages:apihelp-setpagelanguage-param-title','s:105:\"en:Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.\";'),('en','messages:apihelp-setpagelanguage-summary','s:33:\"en:Change the language of a page.\";'),('en','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('en','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('en','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('en','messages:apihelp-stashedit-param-contentmodel','s:36:\"en:Content model of the new content.\";'),('en','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('en','messages:apihelp-stashedit-param-sectiontitle','s:31:\"en:The title for a new section.\";'),('en','messages:apihelp-stashedit-param-stashedtexthash','s:55:\"en:Page content hash from a prior stash to use instead.\";'),('en','messages:apihelp-stashedit-param-summary','s:18:\"en:Change summary.\";'),('en','messages:apihelp-stashedit-param-text','s:16:\"en:Page content.\";'),('en','messages:apihelp-stashedit-param-title','s:34:\"en:Title of the page being edited.\";'),('en','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('en','messages:apihelp-summary','s:3:\"en:\";'),('en','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('en','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('en','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('en','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('en','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('en','messages:apihelp-tag-param-reason','s:25:\"en:Reason for the change.\";'),('en','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('en','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('en','messages:apihelp-tag-param-tags','s:82:\"en:Tags to apply to the log entry that will be created as a result of this action.\";'),('en','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('en','messages:apihelp-unblock-example-id','s:36:\"en:Unblock block ID #<kbd>105</kbd>.\";'),('en','messages:apihelp-unblock-example-user','s:64:\"en:Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.\";'),('en','messages:apihelp-unblock-param-id','s:120:\"en:ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.\";'),('en','messages:apihelp-unblock-param-reason','s:22:\"en:Reason for unblock.\";'),('en','messages:apihelp-unblock-param-tags','s:54:\"en:Change tags to apply to the entry in the block log.\";'),('en','messages:apihelp-unblock-param-user','s:65:\"en:User to unblock. Cannot be used together with <var>$1id</var>.\";'),('en','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('en','messages:apihelp-unblock-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-unblock-param-watchuser','s:56:\"en:Watch the user\'s or IP address\'s user and talk pages.\";'),('en','messages:apihelp-unblock-summary','s:18:\"en:Unblock a user.\";'),('en','messages:apihelp-undelete-example-page','s:44:\"en:Undelete page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('en','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('en','messages:apihelp-undelete-param-reason','s:24:\"en:Reason for restoring.\";'),('en','messages:apihelp-undelete-param-tags','s:57:\"en:Change tags to apply to the entry in the deletion log.\";'),('en','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('en','messages:apihelp-undelete-param-title','s:33:\"en:Title of the page to undelete.\";'),('en','messages:apihelp-undelete-param-undeletetalk','s:62:\"en:Undelete all revisions of the associated talk page, if any.\";'),('en','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('en','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('en','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('en','messages:apihelp-upload-example-filekey','s:50:\"en:Complete an upload that failed due to warnings.\";'),('en','messages:apihelp-upload-example-url','s:21:\"en:Upload from a URL.\";'),('en','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('en','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('en','messages:apihelp-upload-param-checkstatus','s:55:\"en:Only fetch the upload status for the given file key.\";'),('en','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('en','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('en','messages:apihelp-upload-param-file','s:17:\"en:File contents.\";'),('en','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('en','messages:apihelp-upload-param-filename','s:19:\"en:Target filename.\";'),('en','messages:apihelp-upload-param-filesize','s:29:\"en:Filesize of entire upload.\";'),('en','messages:apihelp-upload-param-ignorewarnings','s:23:\"en:Ignore any warnings.\";'),('en','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('en','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('en','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('en','messages:apihelp-upload-param-tags','s:71:\"en:Change tags to apply to the upload log entry and file page revision.\";'),('en','messages:apihelp-upload-param-text','s:35:\"en:Initial page text for new files.\";'),('en','messages:apihelp-upload-param-url','s:30:\"en:URL to fetch the file from.\";'),('en','messages:apihelp-upload-param-watch','s:18:\"en:Watch the page.\";'),('en','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('en','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('en','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('en','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('en','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('en','messages:apihelp-userrights-param-add','s:118:\"en:Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.\";'),('en','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('en','messages:apihelp-userrights-param-reason','s:25:\"en:Reason for the change.\";'),('en','messages:apihelp-userrights-param-remove','s:37:\"en:Remove the user from these groups.\";'),('en','messages:apihelp-userrights-param-tags','s:60:\"en:Change tags to apply to the entry in the user rights log.\";'),('en','messages:apihelp-userrights-param-user','s:8:\"en:User.\";'),('en','messages:apihelp-userrights-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('en','messages:apihelp-userrights-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('en','messages:apihelp-userrights-param-watchuser','s:40:\"en:Watch the user\'s user and talk pages.\";'),('en','messages:apihelp-userrights-summary','s:36:\"en:Change a user\'s group membership.\";'),('en','messages:apihelp-validatepassword-example-1','s:64:\"en:Validate the password <kbd>foobar</kbd> for the current user.\";'),('en','messages:apihelp-validatepassword-example-2','s:80:\"en:Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.\";'),('en','messages:apihelp-validatepassword-extended-description','s:209:\"en:Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.\";'),('en','messages:apihelp-validatepassword-param-email','s:56:\"en:Email address, for use when testing account creation.\";'),('en','messages:apihelp-validatepassword-param-password','s:24:\"en:Password to validate.\";'),('en','messages:apihelp-validatepassword-param-realname','s:52:\"en:Real name, for use when testing account creation.\";'),('en','messages:apihelp-validatepassword-param-user','s:82:\"en:Username, for use when testing account creation. The named user must not exist.\";'),('en','messages:apihelp-validatepassword-summary','s:60:\"en:Validate a password against the wiki\'s password policies.\";'),('en','messages:apihelp-watch-example-generator','s:51:\"en:Watch the first few pages in the main namespace.\";'),('en','messages:apihelp-watch-example-unwatch','s:47:\"en:Unwatch the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-watch-example-watch','s:45:\"en:Watch the page [[{{MediaWiki:Mainpage}}]].\";'),('en','messages:apihelp-watch-example-watch-expiry','s:96:\"en:Watch the pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd>, and <kbd>Bar</kbd> for one month.\";'),('en','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('en','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('en','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('en','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('en','messages:apihelp-webapp-manifest-summary','s:29:\"en:Returns a webapp manifest.\";'),('en','messages:apihelp-xml-param-includexmlnamespace','s:39:\"en:If specified, adds an XML namespace.\";'),('en','messages:apihelp-xml-param-xslt','s:147:\"en:If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:MediaWiki}} namespace ending in <code>.xsl</code>.\";'),('en','messages:apihelp-xml-summary','s:29:\"en:Output data in XML format.\";'),('en','messages:apihelp-xmlfm-summary','s:52:\"en:Output data in XML format (pretty-print in HTML).\";'),('en','messages:apisandbox','s:14:\"en:API sandbox\";'),('en','messages:apisandbox-add-multi','s:6:\"en:Add\";'),('en','messages:apisandbox-alert-field','s:40:\"en:The value of this field is not valid.\";'),('en','messages:apisandbox-alert-page','s:37:\"en:Fields on this page are not valid.\";'),('en','messages:apisandbox-continue','s:11:\"en:Continue\";'),('en','messages:apisandbox-continue-clear','s:8:\"en:Clear\";'),('en','messages:apisandbox-continue-help','s:221:\"en:{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.\";'),('en','messages:apisandbox-deprecated-parameters','s:24:\"en:Deprecated parameters\";'),('en','messages:apisandbox-dynamic-error-exists','s:41:\"en:A parameter named \"$1\" already exists.\";'),('en','messages:apisandbox-dynamic-parameters','s:24:\"en:Additional parameters\";'),('en','messages:apisandbox-dynamic-parameters-add-label','s:17:\"en:Add parameter:\";'),('en','messages:apisandbox-dynamic-parameters-add-placeholder','s:17:\"en:Parameter name\";'),('en','messages:apisandbox-examples','s:11:\"en:Examples\";'),('en','messages:apisandbox-fetch-token','s:22:\"en:Auto-fill the token\";'),('en','messages:apisandbox-helpurls','s:13:\"en:Help links\";'),('en','messages:apisandbox-intro','s:489:\"en:Use this page to experiment with the <strong>MediaWiki web service API</strong>.\nRefer to [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page the API documentation] for further details of API usage. Example: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query search for page titles matching a certain keyword]. Select an action to see more examples.\n\nNote that, although this is a sandbox, actions you carry out on this page may modify the wiki.\";'),('en','messages:apisandbox-jsonly','s:49:\"en:JavaScript is required to use the API sandbox.\";'),('en','messages:apisandbox-load-error','s:70:\"en:An error occurred while loading information for API module \"$1\": $2\";'),('en','messages:apisandbox-loading','s:45:\"en:Loading information for API module \"$1\"...\";'),('en','messages:apisandbox-loading-results','s:27:\"en:Receiving API results...\";'),('en','messages:apisandbox-multivalue-all-namespaces','s:22:\"en:$1 (All namespaces)\";'),('en','messages:apisandbox-multivalue-all-values','s:18:\"en:$1 (All values)\";'),('en','messages:apisandbox-no-parameters','s:37:\"en:This API module has no parameters.\";'),('en','messages:apisandbox-param-limit','s:49:\"en:Enter <kbd>max</kbd> to use the maximum limit.\";'),('en','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('en','messages:apisandbox-request-format-php-label','s:12:\"en:PHP array\";'),('en','messages:apisandbox-request-format-url-label','s:19:\"en:URL query string\";'),('en','messages:apisandbox-request-formdata','s:92:\"en:This request must be sent as a file upload (i.e. using <code>multipart/form-data</code>).\";'),('en','messages:apisandbox-request-json-label','s:16:\"en:Request JSON:\";'),('en','messages:apisandbox-request-php-label','s:21:\"en:Request PHP array:\";'),('en','messages:apisandbox-request-post','s:56:\"en:This request must be sent using the HTTP POST method.\";'),('en','messages:apisandbox-request-selectformat-label','s:24:\"en:Show request data as:\";'),('en','messages:apisandbox-request-time','s:36:\"en:Request time: {{PLURAL:$1|$1 ms}}\";'),('en','messages:apisandbox-request-url-label','s:15:\"en:Request URL:\";'),('en','messages:apisandbox-reset','s:8:\"en:Clear\";'),('en','messages:apisandbox-results','s:10:\"en:Results\";'),('en','messages:apisandbox-results-error','s:62:\"en:An error occurred while loading the API query response: $1.\";'),('en','messages:apisandbox-results-fixtoken','s:29:\"en:Correct token and resubmit\";'),('en','messages:apisandbox-results-fixtoken-fail','s:30:\"en:Failed to fetch \"$1\" token.\";'),('en','messages:apisandbox-results-login-suppressed','s:241:\"en:This request has been processed as a logged-out user as it could be used to bypass browser Same-Origin security. Note that the API sandbox\'s automatic token handling does not work properly with such requests, please fill them in manually.\";'),('en','messages:apisandbox-retry','s:8:\"en:Retry\";'),('en','messages:apisandbox-sending-request','s:25:\"en:Sending API request...\";'),('en','messages:apisandbox-submit','s:15:\"en:Make request\";'),('en','messages:apisandbox-submit-invalid-fields-message','s:50:\"en:Please correct the marked fields and try again.\";'),('en','messages:apisandbox-submit-invalid-fields-title','s:26:\"en:Some fields are invalid\";'),('en','messages:apisandbox-summary','s:3:\"en:\";'),('en','messages:apisandbox-templated-parameter-reason','s:131:\"en:This [[Special:ApiHelp/main#main/templatedparams|templated parameter]] is offered based on the {{PLURAL:$1|value|values}} of $2.\";'),('en','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('en','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('en','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('en','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('en','messages:apiwarn-compare-no-next','s:111:\"en:Revision $2 is the latest revision of $1, there is no revision for <kbd>torelative=next</kbd> to compare to.\";'),('en','messages:apiwarn-compare-no-prev','s:113:\"en:Revision $2 is the earliest revision of $1, there is no revision for <kbd>torelative=prev</kbd> to compare to.\";'),('en','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('en','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('en','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('en','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('en','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('en','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('en','messages:apiwarn-deprecation-missingparam','s:170:\"en:Because <var>$1</var> was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used.\";'),('en','messages:apiwarn-deprecation-parameter','s:51:\"en:The parameter <var>$1</var> has been deprecated.\";'),('en','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('en','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('en','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('en','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('en','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('en','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('en','messages:apiwarn-global-option-ignored','s:170:\"en:Option <var>$1</var> is globally overridden. You can use <kbd>global=update</kbd> to change the option globally, or <kbd>global=override</kbd> to set a local override.\";'),('en','messages:apiwarn-ignoring-invalid-templated-value','s:86:\"en:Ignoring value <kbd>$2</kbd> in <var>$1</var> when processing templated parameters.\";'),('en','messages:apiwarn-invalidcategory','s:26:\"en:\"$1\" is not a category.\";'),('en','messages:apiwarn-invalidtitle','s:29:\"en:\"$1\" is not a valid title.\";'),('en','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('en','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('en','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('en','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('en','messages:apiwarn-notfile','s:22:\"en:\"$1\" is not a file.\";'),('en','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('en','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('en','messages:apiwarn-parse-revidwithouttext','s:158:\"en:<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?\";'),('en','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('en','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('en','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('en','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('en','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('en','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('en','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('en','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('en','messages:apiwarn-validationfailed','s:41:\"en:Validation error for <kbd>$1</kbd>: $2\";'),('en','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('en','messages:apiwarn-validationfailed-badpref','s:26:\"en:not a valid preference.\";'),('en','messages:apiwarn-validationfailed-cannotset','s:32:\"en:cannot be set by this module.\";'),('en','messages:apiwarn-validationfailed-keytoolong','s:67:\"en:key too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('en','messages:apiwarn-validationfailed-valuetoolong','s:69:\"en:value too long (no more than $1 {{PLURAL:$1|byte|bytes}} allowed).\";'),('en','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('en','messages:apr','s:6:\"en:Apr\";'),('en','messages:april','s:8:\"en:April\";'),('en','messages:april-gen','s:8:\"en:April\";'),('en','messages:article','s:15:\"en:Content page\";'),('en','messages:articleexists','s:111:\"en:A page already exists at [[:$1]], or the page name you have chosen is not valid.\nPlease choose another name.\";'),('en','messages:aug','s:6:\"en:Aug\";'),('en','messages:august','s:9:\"en:August\";'),('en','messages:august-gen','s:9:\"en:August\";'),('en','messages:authenticationdatachange-ignored','s:84:\"en:The authentication data change was not handled. Maybe no provider was configured?\";'),('en','messages:authform-newtoken','s:20:\"en:Missing token. $1\";'),('en','messages:authform-nosession-login','s:93:\"en:The authentication was successful, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('en','messages:authform-nosession-signup','s:83:\"en:The account was created, but your browser cannot \"remember\" being logged in.\n\n$1\";'),('en','messages:authform-notoken','s:16:\"en:Missing token\";'),('en','messages:authform-wrongtoken','s:14:\"en:Wrong token\";'),('en','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('en','messages:authmanager-authn-autocreate-failed','s:46:\"en:Auto-creation of a local account failed: $1\";'),('en','messages:authmanager-authn-no-local-user','s:74:\"en:The supplied credentials are not associated with any user on this wiki.\";'),('en','messages:authmanager-authn-no-local-user-link','s:215:\"en:The supplied credentials are valid but are not associated with any user on this wiki. Login in a different way, or create a new user, and you will have an option to link your previous credentials to that account.\";'),('en','messages:authmanager-authn-no-primary','s:55:\"en:The supplied credentials could not be authenticated.\";'),('en','messages:authmanager-authn-not-in-progress','s:106:\"en:Authentication is not in progress or session data has been lost. Please start again from the beginning.\";'),('en','messages:authmanager-autocreate-exception','s:71:\"en:Automatic account creation temporarily disabled due to prior errors.\";'),('en','messages:authmanager-autocreate-noperm','s:45:\"en:Automatic account creation is not allowed.\";'),('en','messages:authmanager-change-not-supported','s:73:\"en:The supplied credentials cannot be changed, as nothing would use them.\";'),('en','messages:authmanager-create-disabled','s:32:\"en:Account creation is disabled.\";'),('en','messages:authmanager-create-from-login','s:53:\"en:To create your account, please fill in the fields.\";'),('en','messages:authmanager-create-no-primary','s:67:\"en:The supplied credentials could not be used for account creation.\";'),('en','messages:authmanager-create-not-in-progress','s:108:\"en:Account creation is not in progress or session data has been lost. Please start again from the beginning.\";'),('en','messages:authmanager-domain-help','s:38:\"en:Domain for external authentication.\";'),('en','messages:authmanager-email-help','s:16:\"en:Email address\";'),('en','messages:authmanager-email-label','s:8:\"en:Email\";'),('en','messages:authmanager-link-no-primary','s:66:\"en:The supplied credentials could not be used for account linking.\";'),('en','messages:authmanager-link-not-in-progress','s:107:\"en:Account linking is not in progress or session data has been lost. Please start again from the beginning.\";'),('en','messages:authmanager-password-help','s:31:\"en:Password for authentication.\";'),('en','messages:authmanager-provider-password','s:32:\"en:Password-based authentication\";'),('en','messages:authmanager-provider-password-domain','s:44:\"en:Password- and domain-based authentication\";'),('en','messages:authmanager-provider-temporarypassword','s:21:\"en:Temporary password\";'),('en','messages:authmanager-realname-help','s:24:\"en:Real name of the user\";'),('en','messages:authmanager-realname-label','s:12:\"en:Real name\";'),('en','messages:authmanager-retype-help','s:29:\"en:Password again to confirm.\";'),('en','messages:authmanager-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('en','messages:authmanager-userlogin-remembermypassword-help','s:87:\"en:Whether the password should be remembered for longer than the length of the session.\";'),('en','messages:authmanager-username-help','s:31:\"en:Username for authentication.\";'),('en','messages:authpage-cannot-create','s:36:\"en:Unable to start account creation.\";'),('en','messages:authpage-cannot-create-continue','s:75:\"en:Unable to continue account creation. Your session most likely timed out.\";'),('en','messages:authpage-cannot-link','s:35:\"en:Unable to start account linking.\";'),('en','messages:authpage-cannot-link-continue','s:74:\"en:Unable to continue account linking. Your session most likely timed out.\";'),('en','messages:authpage-cannot-login','s:25:\"en:Unable to start login.\";'),('en','messages:authpage-cannot-login-continue','s:64:\"en:Unable to continue login. Your session most likely timed out.\";'),('en','messages:authprovider-confirmlink-failed','s:44:\"en:Account linking did not fully succeed: $1\";'),('en','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('en','messages:authprovider-confirmlink-message','s:193:\"en:Based on your recent login attempts, the following accounts can be linked to your wiki account. Linking them enables logging in via those accounts. Please select which ones should be linked.\";'),('en','messages:authprovider-confirmlink-ok-help','s:54:\"en:Continue after displaying linking failure messages.\";'),('en','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('en','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('en','messages:authprovider-confirmlink-request-label','s:34:\"en:Accounts which should be linked\";'),('en','messages:authprovider-confirmlink-success-line','s:27:\"en:$1: Linked successfully.\";'),('en','messages:authprovider-resetpass-skip-help','s:31:\"en:Skip resetting the password.\";'),('en','messages:authprovider-resetpass-skip-label','s:7:\"en:Skip\";'),('en','messages:autoblockedtext','s:589:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>.\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-time|$6}}\n*{{int:blockedtext-intended-blockee|$7}}\n\n{{int:blockedtext-contact-blocker-admin|$1}}\n\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n\n{{int:blockedtext-block-ip|$3}} {{int:blockedtext-block-id|$5}}\n{{int:blockedtext-include-details-queries}}\";'),('en','messages:autoblockedtext-tempuser','s:417:\"en:Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.\nThe reason given is:\n\n:<em>$2</em>.\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-time|$6}}\n*{{int:blockedtext-intended-blockee|$7}}\n\n{{int:blockedtext-contact-blocker-admin|$1}}\n\n{{int:blockedtext-block-ip|$3}} {{int:blockedtext-block-id|$5}}\n{{int:blockedtext-include-details-queries}}\";'),('en','messages:autoblocker','s:122:\"en:Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\".\nThe reason given for $1\'s block is \"$2\"\";'),('en','messages:autoblockid','s:16:\"en:Autoblock #$1\";'),('en','messages:autoblocklist','s:13:\"en:Autoblocks\";'),('en','messages:autoblocklist-empty','s:31:\"en:The autoblock list is empty.\";'),('en','messages:autoblocklist-legend','s:18:\"en:List autoblocks\";'),('en','messages:autoblocklist-localblocks','s:43:\"en:Local {{PLURAL:$1|autoblock|autoblocks}}\";'),('en','messages:autoblocklist-otherblocks','s:43:\"en:Other {{PLURAL:$1|autoblock|autoblocks}}\";'),('en','messages:autoblocklist-submit','s:9:\"en:Search\";'),('en','messages:autochange-username','s:29:\"en:MediaWiki automatic change\";'),('en','messages:autocomment-prefix','s:3:\"en:\";'),('en','messages:autocreate-edit-warning','s:333:\"en:<strong>Warning:</strong> You are not logged in. Once you make an edit, a temporary account will be created for you. [[{{MediaWiki:tempuser-helppage}}|Learn more]]. <strong>[$1 Log in]</strong> or <strong>[$2 create an account]</strong> to continue receiving notifications after this account expires, and to access other features.\";'),('en','messages:autocreate-preview-warning','s:150:\"en:<em>You are not logged in. Once you make an edit, a temporary account will be created for you. [[{{MediaWiki:tempuser-helppage}}|Learn more]].</em>\";'),('en','messages:autoredircomment','s:28:\"en:Redirected page to [[$1]]\";'),('en','messages:autosumm-blank','s:19:\"en:Blanked the page\";'),('en','messages:autosumm-changed-redirect-target','s:48:\"en:Changed redirect target from [[$1]] to [[$2]]\";'),('en','messages:autosumm-new','s:25:\"en:Created page with \"$1\"\";'),('en','messages:autosumm-newblank','s:21:\"en:Created blank page\";'),('en','messages:autosumm-removed-redirect','s:29:\"en:Removed redirect to [[$1]]\";'),('en','messages:autosumm-replace','s:29:\"en:Replaced content with \"$1\"\";'),('en','messages:backend-fail-alreadyexists','s:32:\"en:The file \"$1\" already exists.\";'),('en','messages:backend-fail-backup','s:30:\"en:Could not backup file \"$1\".\";'),('en','messages:backend-fail-batchsize','s:139:\"en:The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.\";'),('en','messages:backend-fail-closetemp','s:34:\"en:Could not close temporary file.\";'),('en','messages:backend-fail-connect','s:45:\"en:Could not connect to storage backend \"$1\".\";'),('en','messages:backend-fail-contenttype','s:69:\"en:Could not determine the content type of the file to store at \"$1\".\";'),('en','messages:backend-fail-copy','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('en','messages:backend-fail-create','s:29:\"en:Could not write file \"$1\".\";'),('en','messages:backend-fail-delete','s:30:\"en:Could not delete file \"$1\".\";'),('en','messages:backend-fail-describe','s:43:\"en:Could not change metadata for file \"$1\".\";'),('en','messages:backend-fail-hash','s:59:\"en:Could not determine the cryptographic hash of file \"$1\".\";'),('en','messages:backend-fail-hashes','s:44:\"en:Could not get file hashes for comparison.\";'),('en','messages:backend-fail-internal','s:53:\"en:An unknown error occurred in storage backend \"$1\".\";'),('en','messages:backend-fail-invalidpath','s:36:\"en:\"$1\" is not a valid storage path.\";'),('en','messages:backend-fail-maxsize','s:87:\"en:Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.\";'),('en','messages:backend-fail-move','s:36:\"en:Could not move file \"$1\" to \"$2\".\";'),('en','messages:backend-fail-notexists','s:30:\"en:The file $1 does not exist.\";'),('en','messages:backend-fail-notsame','s:47:\"en:A non-identical file already exists at \"$1\".\";'),('en','messages:backend-fail-opentemp','s:33:\"en:Could not open temporary file.\";'),('en','messages:backend-fail-read','s:28:\"en:Could not read file \"$1\".\";'),('en','messages:backend-fail-readonly','s:84:\"en:The storage backend \"$1\" is currently read-only. The reason given is: <em>$2</em>\";'),('en','messages:backend-fail-sizes','s:43:\"en:Could not get file sizes for comparison.\";'),('en','messages:backend-fail-stat','s:42:\"en:Could not read the status of file \"$1\".\";'),('en','messages:backend-fail-store','s:37:\"en:Could not store file \"$1\" at \"$2\".\";'),('en','messages:backend-fail-stream','s:30:\"en:Could not stream file \"$1\".\";'),('en','messages:backend-fail-synced','s:81:\"en:The file \"$1\" is in an inconsistent state within the internal storage backends\";'),('en','messages:backend-fail-usable','s:103:\"en:Could not read or write file \"$1\" due to insufficient permissions or missing directories/containers.\";'),('en','messages:backend-fail-writetemp','s:37:\"en:Could not write to temporary file.\";'),('en','messages:backlinksubtitle','s:9:\"en:← $1\";'),('en','messages:bad-language-code-category','s:36:\"en:Pages with invalid language codes\";'),('en','messages:bad-language-code-category-desc','s:92:\"en:The page contains a <code><nowiki>{{#dir}}</nowiki></code> with an invalid language code.\";'),('en','messages:bad-target-model','s:88:\"en:The desired destination uses a different content model. Cannot convert from $1 to $2.\";'),('en','messages:bad_image_list','s:255:\"en:The format is as follows:\n\nOnly list items (lines starting with *) are considered.\nThe first link on a line must be a link to a bad file.\nAny subsequent links on the same line are considered to be exceptions, i.e. pages where the file may occur inline.\";'),('en','messages:badaccess','s:19:\"en:Permission error\";'),('en','messages:badaccess-group0','s:64:\"en:You are not allowed to execute the action you have requested.\";'),('en','messages:badaccess-groups','s:102:\"en:The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.\";'),('en','messages:badarticleerror','s:48:\"en:This action cannot be performed on this page.\";'),('en','messages:badfilename','s:37:\"en:Filename has been changed to \"$1\".\";'),('en','messages:badipaddress','s:21:\"en:Invalid IP address\";'),('en','messages:badretype','s:42:\"en:The passwords you entered do not match.\";'),('en','messages:badrevision','s:53:\"en:The text of this revision is missing or corrupted.\";'),('en','messages:badsig','s:42:\"en:Invalid raw signature.\nCheck HTML tags.\";'),('en','messages:badsightml','s:61:\"en:Your signature contains invalid or deprecated HTML syntax:\";'),('en','messages:badsiglength','s:99:\"en:Your signature is too long.\nIt must not be more than $1 {{PLURAL:$1|character|characters}} long.\";'),('en','messages:badsiglinebreak','s:60:\"en:Your signature must consist of a single line of wikitext.\";'),('en','messages:badsiglinks','s:142:\"en:Your signature must include a link to your user page, talk page or contributions on this wiki. Please add it, for example: <code>$1</code>.\";'),('en','messages:badsigsubst','s:112:\"en:Your signature contains nested substitution (e.g. <code>subst:</code> or <code><nowiki>~~~~</nowiki></code>).\";'),('en','messages:badtitle','s:12:\"en:Bad title\";'),('en','messages:badtitletext','s:177:\"en:The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.\nIt may contain one or more characters that cannot be used in titles.\";'),('en','messages:benefit-1-description','s:80:\"en:Watchlists that allow you to keep track of pages that you’re interested in.\";'),('en','messages:benefit-2-description','s:64:\"en:Permanent list of contributions you’ve made to the project.\";'),('en','messages:benefit-3-description','s:59:\"en:Preferences that allow you to customize your experience.\";'),('en','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('en','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('en','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('en','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('en','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('en','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('en','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('en','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('en','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('en','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('en','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('en','messages:blankarticle','s:135:\"en:<strong>Warning:</strong> The page you are creating is blank.\nIf you click \"$1\" again, the page will be created without any content.\";'),('en','messages:blanknamespace','s:9:\"en:(Main)\";'),('en','messages:blankpage','s:13:\"en:Blank page\";'),('en','messages:block','s:13:\"en:Block user\";'),('en','messages:block-actions','s:13:\"en:Block type\";'),('en','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('en','messages:block-details','s:16:\"en:Block details\";'),('en','messages:block-details-description','s:37:\"en:What actions do you want to block?\";'),('en','messages:block-expiry','s:14:\"en:Expiration:\";'),('en','messages:block-expiry-custom','s:18:\"en:Custom duration\";'),('en','messages:block-expiry-custom-days','s:7:\"en:days\";'),('en','messages:block-expiry-custom-hours','s:8:\"en:hours\";'),('en','messages:block-expiry-custom-minutes','s:10:\"en:minutes\";'),('en','messages:block-expiry-custom-months','s:9:\"en:months\";'),('en','messages:block-expiry-custom-weeks','s:8:\"en:weeks\";'),('en','messages:block-expiry-custom-years','s:8:\"en:years\";'),('en','messages:block-expiry-datetime','s:25:\"en:Specific date and time\";'),('en','messages:block-expiry-preset','s:18:\"en:Preset duration\";'),('en','messages:block-expiry-preset-placeholder','s:20:\"en:Select a duration\";'),('en','messages:block-log-flags-angry-autoblock','s:29:\"en:enhanced autoblock enabled\";'),('en','messages:block-log-flags-anononly','s:23:\"en:anonymous users only\";'),('en','messages:block-log-flags-hiddenname','s:18:\"en:username hidden\";'),('en','messages:block-log-flags-noautoblock','s:21:\"en:autoblock disabled\";'),('en','messages:block-log-flags-nocreate','s:28:\"en:account creation disabled\";'),('en','messages:block-log-flags-noemail','s:17:\"en:email disabled\";'),('en','messages:block-log-flags-nousertalk','s:28:\"en:cannot edit own talk page\";'),('en','messages:block-namespaces-placeholder','s:25:\"en:Add more namespaces...\";'),('en','messages:block-options','s:22:\"en:Additional options:\";'),('en','messages:block-options-description','s:84:\"en:These options may help you monitor this user, in order to prevent further issues.\";'),('en','messages:block-pages-placeholder','s:20:\"en:Add more pages...\";'),('en','messages:block-reason','s:10:\"en:Reason:\";'),('en','messages:block-reason-other','s:29:\"en:Additional or other reason\";'),('en','messages:block-success','s:111:\"en:[[Special:Contributions/$1|$1]] has been blocked. See the [[Special:BlockList|block list]] to review blocks.\";'),('en','messages:block-target','s:37:\"en:Username, IP address, or IP range:\";'),('en','messages:block-target-placeholder','s:37:\"en:UserName, 1.1.1.42, or 1.1.1.42/16\";'),('en','messages:block-user-active-blocks','s:16:\"en:Active blocks\";'),('en','messages:block-user-description','s:56:\"en:A user can be a username, IP address, or an IP range.\";'),('en','messages:block-user-label','s:35:\"en:Which user do you want to block?\";'),('en','messages:block-user-no-previous-blocks','s:27:\"en:No previous blocks found\";'),('en','messages:block-user-no-reason-given','s:18:\"en:No reason given\";'),('en','messages:block-user-no-reason-given-aria-details','s:41:\"en:No reason was given for this log entry\";'),('en','messages:block-user-placeholder','s:25:\"en:Start typing a user...\";'),('en','messages:block-user-previous-blocks','s:12:\"en:Block log\";'),('en','messages:blocked-mailpassword','s:126:\"en:Your IP address is blocked from editing. To prevent abuse, it is not allowed to use password recovery from this IP address.\";'),('en','messages:blocked-notice-logextract','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('en','messages:blockednoreason','s:18:\"en:no reason given\";'),('en','messages:blockedtext','s:577:\"en:<strong>Your username or IP address has been blocked.</strong>\n\n{{int:blockedtext-made-by|$1}}\n{{int:blockedtext-reason-comment|$2}}\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-time|$6}}\n*{{int:blockedtext-intended-blockee|$7}}\n\n{{int:blockedtext-contact-blocker-admin|$1}}\nYou can use the \"{{int:emailuser}}\" feature if a valid email address is specified in your [[Special:Preferences|preferences]] and you have not been blocked from using it.\n{{int:blockedtext-block-ip|$3}} {{int:blockedtext-block-id|$5}}\n{{int:blockedtext-include-details-queries}}\";'),('en','messages:blockedtext-block-id','s:16:\"en:Block ID #$1.\";'),('en','messages:blockedtext-block-ip','s:33:\"en:Your current IP address is $1.\";'),('en','messages:blockedtext-composite','s:270:\"en:<strong>Your username or IP address has been blocked.</strong>\n\nThe reason given is:\n\n:<em>$2</em>.\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-longest-block|$6}}\n\n* $5\n\n{{int:blockedtext-block-ip|$3}}\n{{int:blockedtext-include-details-queries}}\";'),('en','messages:blockedtext-composite-ids','s:74:\"en:Relevant block IDs: $1 (your IP address may also appear in a blocklist)\";'),('en','messages:blockedtext-composite-no-ids','s:49:\"en:Your IP address appears in multiple blocklists\";'),('en','messages:blockedtext-composite-reason','s:67:\"en:There are multiple blocks against your account and/or IP address\";'),('en','messages:blockedtext-contact-blocker-admin','s:102:\"en:You can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.\";'),('en','messages:blockedtext-expiration-longest-block','s:34:\"en:Expiration of longest block: $1\";'),('en','messages:blockedtext-expiration-time','s:26:\"en:Expiration of block: $1\";'),('en','messages:blockedtext-include-details-queries','s:60:\"en:Please include all above details in any queries you make.\";'),('en','messages:blockedtext-intended-blockee','s:23:\"en:Intended blockee: $1\";'),('en','messages:blockedtext-made-by','s:28:\"en:The block was made by $1.\";'),('en','messages:blockedtext-partial','s:474:\"en:<strong>Your username or IP address is blocked from doing this. You may still be able to do other things on this site, such as editing certain pages.</strong>\n\nYou can view the full block details at [[Special:MyContributions|account contributions]].\n\n{{int:blockedtext-made-by|$1}}\n\n{{int:blockedtext-reason-comment|$2}}\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-time|$6}}\n*{{int:blockedtext-intended-blockee|$7}}\n\n*{{int:blockedtext-block-id|$5}}\";'),('en','messages:blockedtext-reason-comment','s:35:\"en:The reason given is <em>$1</em>.\";'),('en','messages:blockedtext-start-time','s:21:\"en:Start of block: $1\";'),('en','messages:blockedtext-tempuser','s:407:\"en:<strong>Your username or IP address has been blocked.</strong>\n\n{{int:blockedtext-made-by|$1}}\n{{int:blockedtext-reason-comment|$2}}\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-time|$6}}\n*{{int:blockedtext-intended-blockee|$7}}\n\n{{int:blockedtext-contact-blocker-admin|$1}}\n\n{{int:blockedtext-block-ip|$3}} {{int:blockedtext-block-id|$5}}\n{{int:blockedtext-include-details-queries}}\";'),('en','messages:blockedtitle','s:18:\"en:User is blocked\";'),('en','messages:blockip','s:27:\"en:Block {{GENDER:$1|user}}\";'),('en','messages:blockipsuccesssub','s:18:\"en:Block succeeded\";'),('en','messages:blockipsuccesstext','s:117:\"en:[[Special:Contributions/$1|$1]] has been blocked.<br />\nSee the [[Special:BlockList|block list]] to review blocks.\";'),('en','messages:blockiptext','s:461:\"en:Use the form below to block write access from a specific IP address or username.\nThis should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in a specific reason below (for example, citing particular pages that were vandalized).\nYou can block IP address ranges using the [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.\";'),('en','messages:blocklink','s:8:\"en:block\";'),('en','messages:blocklist','s:16:\"en:Blocked users\";'),('en','messages:blocklist-addressblocks','s:24:\"en:Hide single IP blocks\";'),('en','messages:blocklist-autoblocks','s:18:\"en:Hide autoblocks\";'),('en','messages:blocklist-by','s:17:\"en:Blocking admin\";'),('en','messages:blocklist-editing','s:10:\"en:editing\";'),('en','messages:blocklist-editing-action','s:10:\"en:actions\";'),('en','messages:blocklist-editing-ns','s:13:\"en:namespaces\";'),('en','messages:blocklist-editing-page','s:8:\"en:pages\";'),('en','messages:blocklist-editing-sitewide','s:21:\"en:editing (sitewide)\";'),('en','messages:blocklist-expiry','s:10:\"en:Expires\";'),('en','messages:blocklist-hidden-param','s:18:\"en:username hidden\";'),('en','messages:blocklist-hidden-placeholder','s:20:\"en:(username hidden)\";'),('en','messages:blocklist-indefblocks','s:25:\"en:Hide indefinite blocks\";'),('en','messages:blocklist-nousertalk','s:28:\"en:cannot edit own talk page\";'),('en','messages:blocklist-params','s:19:\"en:Block parameters\";'),('en','messages:blocklist-rangeblocks','s:20:\"en:Hide range blocks\";'),('en','messages:blocklist-reason','s:9:\"en:Reason\";'),('en','messages:blocklist-summary','s:3:\"en:\";'),('en','messages:blocklist-target','s:9:\"en:Target\";'),('en','messages:blocklist-tempblocks','s:24:\"en:Hide temporary blocks\";'),('en','messages:blocklist-timestamp','s:12:\"en:Timestamp\";'),('en','messages:blocklist-type','s:8:\"en:Type:\";'),('en','messages:blocklist-type-header','s:7:\"en:Type\";'),('en','messages:blocklist-type-opt-all','s:6:\"en:All\";'),('en','messages:blocklist-type-opt-partial','s:10:\"en:Partial\";'),('en','messages:blocklist-type-opt-sitewide','s:11:\"en:Sitewide\";'),('en','messages:blocklist-userblocks','s:22:\"en:Hide account blocks\";'),('en','messages:blocklog-showlog','s:102:\"en:This {{GENDER:$1|user}} has been blocked previously.\nThe block log is provided below for reference:\";'),('en','messages:blocklog-showsuppresslog','s:116:\"en:This {{GENDER:$1|user}} has been blocked and hidden previously.\nThe suppress log is provided below for reference:\";'),('en','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('en','messages:blocklogpage','s:12:\"en:Block log\";'),('en','messages:blocklogtext','s:204:\"en:This is a log of user blocking and unblocking actions.\nAutomatically blocked IP addresses are not listed.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('en','messages:booksources','s:15:\"en:Book sources\";'),('en','messages:booksources-invalid-isbn','s:97:\"en:The given ISBN does not appear to be valid; check for errors copying from the original source.\";'),('en','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('en','messages:booksources-search','s:9:\"en:Search\";'),('en','messages:booksources-search-legend','s:26:\"en:Search for book sources\";'),('en','messages:booksources-summary','s:3:\"en:\";'),('en','messages:booksources-text','s:143:\"en:Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:\";'),('en','messages:boteditletter','s:4:\"en:b\";'),('en','messages:botpasswords','s:16:\"en:Bot passwords\";'),('en','messages:botpasswords-bad-appid','s:34:\"en:The bot name \"$1\" is not valid.\";'),('en','messages:botpasswords-created-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.\";'),('en','messages:botpasswords-created-title','s:23:\"en:Bot password created\";'),('en','messages:botpasswords-createnew','s:28:\"en:Create a new bot password\";'),('en','messages:botpasswords-deleted-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.\";'),('en','messages:botpasswords-deleted-title','s:23:\"en:Bot password deleted\";'),('en','messages:botpasswords-disabled','s:30:\"en:Bot passwords are disabled.\";'),('en','messages:botpasswords-editexisting','s:32:\"en:Edit an existing bot password\";'),('en','messages:botpasswords-existing','s:25:\"en:Existing bot passwords\";'),('en','messages:botpasswords-help-grants','s:929:\"en:Grants allow access to rights already held by your user account. Enabling a grant here does not provide access to any rights that your user account would not otherwise have. See the [[Special:ListGrants|table of grants]] for more information.\n\nRisky grants are marked. Unmarked grants are generally hard to abuse when the bot is hijacked by someone with malicious intent. Grants with vandalism risk (<span class=\"mw-grantriskgroup-vandalism\">{{int:grantriskgroup-vandalism}}</span>) can be used to cause disruption that takes a lot of effort to clean up. Grants with security risk (<span class=\"mw-grantriskgroup-security\">{{int:grantriskgroup-security}}</span>) can cause lasting harm (such as theft of private data). Internal grants (<span class=\"mw-grantriskgroup-internal\">{{int:grantriskgroup-internal}}</span>) are typically used only by the site operator. Please do not request risky grants unless you really need them.\";'),('en','messages:botpasswords-insert-failed','s:53:\"en:Failed to add bot name \"$1\". Was it already added?\";'),('en','messages:botpasswords-invalid-name','s:77:\"en:The username specified does not contain the bot password separator (\"$1\").\";'),('en','messages:botpasswords-label-appid','s:12:\"en:Bot name:\";'),('en','messages:botpasswords-label-cancel','s:9:\"en:Cancel\";'),('en','messages:botpasswords-label-create','s:9:\"en:Create\";'),('en','messages:botpasswords-label-delete','s:9:\"en:Delete\";'),('en','messages:botpasswords-label-grants','s:21:\"en:Applicable grants:\";'),('en','messages:botpasswords-label-grants-column','s:10:\"en:Granted\";'),('en','messages:botpasswords-label-needsreset','s:25:\"en:(password needs reset)\";'),('en','messages:botpasswords-label-resetpassword','s:21:\"en:Reset the password\";'),('en','messages:botpasswords-label-update','s:9:\"en:Update\";'),('en','messages:botpasswords-locked','s:66:\"en:You cannot login with a bot password as your account is locked.\";'),('en','messages:botpasswords-needs-reset','s:79:\"en:The bot password for bot name \"$2\" of {{GENDER:$1|user}} \"$1\" must be reset.\";'),('en','messages:botpasswords-newpassword','s:304:\"en:The new password to log in with <strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future reference.</em> <br> (For old bots which require the login name to be the same as the eventual username, you can also use <strong>$3</strong> as username and <strong>$4</strong> as password.)\";'),('en','messages:botpasswords-no-central-id','s:72:\"en:To use bot passwords, you must be logged in to a centralized account.\";'),('en','messages:botpasswords-no-provider','s:48:\"en:BotPasswordsSessionProvider is not available.\";'),('en','messages:botpasswords-not-exist','s:53:\"en:User \"$1\" does not have a bot password named \"$2\".\";'),('en','messages:botpasswords-restriction-failed','s:48:\"en:Bot password restrictions prevent this login.\";'),('en','messages:botpasswords-summary','s:354:\"en:<em>Bot passwords</em> allow access to a user account via the API without using the account\'s main login credentials. The user rights available when logged in with a bot password may be restricted.\n\nIf you don\'t know why you might want to do this, you should probably not do it. No one should ever ask you to generate one of these and give it to them.\";'),('en','messages:botpasswords-toolong-grants','s:38:\"en:There are too many grants selected.\";'),('en','messages:botpasswords-toolong-restrictions','s:53:\"en:There are too many IP addresses or ranges entered.\";'),('en','messages:botpasswords-update-failed','s:50:\"en:Failed to update bot name \"$1\". Was it deleted?\";'),('en','messages:botpasswords-updated-body','s:77:\"en:The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.\";'),('en','messages:botpasswords-updated-title','s:23:\"en:Bot password updated\";'),('en','messages:brackets','s:7:\"en:[$1]\";'),('en','messages:brackets-end','s:4:\"en:]\";'),('en','messages:brackets-start','s:4:\"en:[\";'),('en','messages:broken-file-category','s:31:\"en:Pages with broken file links\";'),('en','messages:broken-file-category-desc','s:94:\"en:The page contains a broken file link (a link to embed a file when the file does not exist).\";'),('en','messages:brokenredirects','s:19:\"en:Broken redirects\";'),('en','messages:brokenredirects-delete','s:9:\"en:delete\";'),('en','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('en','messages:brokenredirects-edit','s:7:\"en:edit\";'),('en','messages:brokenredirects-summary','s:3:\"en:\";'),('en','messages:brokenredirectstext','s:54:\"en:The following redirects link to non-existent pages:\";'),('en','messages:bydate','s:10:\"en:by date\";'),('en','messages:cachedspecial-viewing-cached-ttl','s:76:\"en:You are viewing a cached version of this page, which can be up to $1 old.\";'),('en','messages:cactions','s:7:\"en:More\";'),('en','messages:cancel','s:9:\"en:Cancel\";'),('en','messages:cannotauth-not-allowed','s:39:\"en:You are not allowed to use this page\";'),('en','messages:cannotauth-not-allowed-title','s:20:\"en:Permission denied\";'),('en','messages:cannotchangeemail','s:58:\"en:Account email addresses cannot be changed on this wiki.\";'),('en','messages:cannotcreateaccount-text','s:55:\"en:Direct account creation is not enabled on this wiki.\";'),('en','messages:cannotcreateaccount-title','s:25:\"en:Cannot create accounts\";'),('en','messages:cannotdelete','s:96:\"en:The page or file \"$1\" could not be deleted.\nIt may have already been deleted by someone else.\";'),('en','messages:cannotdelete-title','s:26:\"en:Cannot delete page \"$1\"\";'),('en','messages:cannotlink-no-provider','s:34:\"en:There are no linkable accounts.\";'),('en','messages:cannotlink-no-provider-title','s:33:\"en:There are no linkable accounts\";'),('en','messages:cannotlogin-text','s:30:\"en:Logging in is not possible.\";'),('en','messages:cannotlogin-title','s:16:\"en:Cannot log in\";'),('en','messages:cannotloginnow-text','s:44:\"en:Logging in is not possible when using $1.\";'),('en','messages:cannotloginnow-title','s:20:\"en:Cannot log in now\";'),('en','messages:cannotlogoutnow-text','s:45:\"en:Logging out is not possible when using $1.\";'),('en','messages:cannotlogoutnow-title','s:21:\"en:Cannot log out now\";'),('en','messages:cannotmove','s:79:\"en:The page could not be moved, for the following {{PLURAL:$1|reason|reasons}}:\";'),('en','messages:cannotundelete','s:43:\"en:Some or all of the undeletion failed:\n$1\";'),('en','messages:cannotunlink-no-provider','s:53:\"en:There are no linked accounts that can be unlinked.\";'),('en','messages:cannotunlink-no-provider-title','s:41:\"en:There are no linked accounts to unlink\";'),('en','messages:cant-block-nonexistent-page','s:66:\"en:You cannot block a user from $1 because the page does not exist\";'),('en','messages:cant-move-category-page','s:53:\"en:You do not have permission to move category pages.\";'),('en','messages:cant-move-subpages','s:47:\"en:You do not have permission to move subpages.\";'),('en','messages:cant-move-to-category-page','s:64:\"en:You do not have permission to move a page to a category page.\";'),('en','messages:cant-move-to-user-page','s:87:\"en:You do not have permission to move a page to a user page (except to a user subpage).\";'),('en','messages:cant-move-user-page','s:71:\"en:You do not have permission to move user pages (apart from subpages).\";'),('en','messages:cant-see-hidden-user','s:155:\"en:The user you are trying to block has already been blocked and hidden.\nSince you do not have the hideuser right, you cannot see or edit the user\'s block.\";'),('en','messages:cantmove-titleprotected','s:98:\"en:You cannot move a page to this location because the new title has been protected from creation.\";'),('en','messages:cantrollback','s:80:\"en:Cannot revert the edit.\nThe last contributor is the only author of this page.\";'),('en','messages:cascadeprotected','s:185:\"en:This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2\";'),('en','messages:cascadeprotectedwarning','s:224:\"en:<strong>Warning:</strong> This page has been protected so that only users with [[Special:ListGroupRights|specific rights]] can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:\";'),('en','messages:categories','s:13:\"en:Categories\";'),('en','messages:categories-submit','s:7:\"en:Show\";'),('en','messages:categories-summary','s:3:\"en:\";'),('en','messages:categoriesfrom','s:34:\"en:Display categories starting at:\";'),('en','messages:categoriespagetext','s:163:\"en:The following {{PLURAL:$1|category exists|categories exist}} on the wiki, and may or may not be unused.\nAlso see [[Special:WantedCategories|wanted categories]].\";'),('en','messages:category-article-count','s:148:\"en:{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}\";'),('en','messages:category-article-count-limited','s:76:\"en:The following {{PLURAL:$1|page is|$1 pages are}} in the current category.\";'),('en','messages:category-empty','s:63:\"en:<em>This category currently contains no pages or media.</em>\";'),('en','messages:category-file-count','s:148:\"en:{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}\";'),('en','messages:category-file-count-limited','s:76:\"en:The following {{PLURAL:$1|file is|$1 files are}} in the current category.\";'),('en','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('en','messages:category-media-header','s:25:\"en:Media in category \"$1\"\";'),('en','messages:category-move-redirect-override','s:4:\"en:-\";'),('en','messages:category-subcat-count','s:159:\"en:{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}\";'),('en','messages:category-subcat-count-limited','s:78:\"en:This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.\";'),('en','messages:category_header','s:25:\"en:Pages in category \"$1\"\";'),('en','messages:categorypage','s:21:\"en:View category page\";'),('en','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('en','messages:cdx-chip-input-chip-added','s:21:\"en:Chip $1 was added.\";'),('en','messages:cdx-chip-input-chip-removed','s:23:\"en:Chip $1 was removed.\";'),('en','messages:cdx-dialog-close-button-label','s:8:\"en:Close\";'),('en','messages:cdx-input-chip-aria-description','s:43:\"en:Press Enter to edit or Delete to remove.\";'),('en','messages:cdx-label-optional-flag','s:13:\"en:(optional)\";'),('en','messages:cdx-message-dismiss-button-label','s:8:\"en:Close\";'),('en','messages:cdx-search-input-search-button-label','s:9:\"en:Search\";'),('en','messages:cdx-table-pager-button-first-page','s:13:\"en:First page\";'),('en','messages:cdx-table-pager-button-last-page','s:12:\"en:Last page\";'),('en','messages:cdx-table-pager-button-next-page','s:12:\"en:Next page\";'),('en','messages:cdx-table-pager-button-prev-page','s:16:\"en:Previous page\";'),('en','messages:cdx-table-pager-items-per-page-current','s:31:\"en:{{PLURAL:$1|$1 row|$1 rows}}\";'),('en','messages:cdx-table-pager-items-per-page-default','s:19:\"en:Results per page\";'),('en','messages:cdx-table-pagination-status-message-determinate-long','s:32:\"en:Showing results $1–$2 of $3\";'),('en','messages:cdx-table-pagination-status-message-determinate-short','s:16:\"en:$1–$2 of $3\";'),('en','messages:cdx-table-pagination-status-message-indeterminate-final','s:54:\"en:Showing the last {{PLURAL:$1|$1 result|$1 results}}\";'),('en','messages:cdx-table-pagination-status-message-indeterminate-long','s:34:\"en:Showing results $1–$2 of many\";'),('en','messages:cdx-table-pagination-status-message-indeterminate-short','s:18:\"en:$1–$2 of many\";'),('en','messages:cdx-table-pagination-status-message-pending','s:21:\"en:Loading results...\";'),('en','messages:cdx-table-select-all-label','s:18:\"en:Select all rows\";'),('en','messages:cdx-table-select-row-label','s:22:\"en:Select row $1 of $2\";'),('en','messages:cdx-table-sort-caption','s:49:\"en:$1 (column headers with buttons are sortable).\";'),('en','messages:cdx-typeahead-search-search-results-label','s:17:\"en:Search results\";'),('en','messages:change-blocklink','s:15:\"en:change block\";'),('en','messages:changeblockip','s:15:\"en:Change block\";'),('en','messages:changecontentmodel','s:33:\"en:Change content model of a page\";'),('en','messages:changecontentmodel-cannot-convert','s:62:\"en:The content on [[:$1]] cannot be converted to a type of $2.\";'),('en','messages:changecontentmodel-emptymodels-text','s:58:\"en:The content on [[:$1]] cannot be converted to any type.\";'),('en','messages:changecontentmodel-emptymodels-title','s:30:\"en:No content models available\";'),('en','messages:changecontentmodel-legend','s:23:\"en:Change content model\";'),('en','messages:changecontentmodel-model-label','s:21:\"en:New content model:\";'),('en','messages:changecontentmodel-nodirectediting','s:55:\"en:The $1 content model does not support direct editing\";'),('en','messages:changecontentmodel-reason-label','s:10:\"en:Reason:\";'),('en','messages:changecontentmodel-submit','s:9:\"en:Change\";'),('en','messages:changecontentmodel-success-text','s:48:\"en:The content type of [[:$1]] has been changed.\";'),('en','messages:changecontentmodel-success-title','s:32:\"en:The content model was changed\";'),('en','messages:changecontentmodel-title-label','s:14:\"en:Page title:\";'),('en','messages:changecredentials','s:21:\"en:Change credentials\";'),('en','messages:changecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('en','messages:changecredentials-submit','s:21:\"en:Change credentials\";'),('en','messages:changecredentials-success','s:38:\"en:Your credentials have been changed.\";'),('en','messages:changeemail','s:33:\"en:Change or remove email address\";'),('en','messages:changeemail-header','s:195:\"en:Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.\";'),('en','messages:changeemail-maxlength','s:57:\"en:Your email address should have at most 255 characters.\";'),('en','messages:changeemail-newemail','s:21:\"en:New email address:\";'),('en','messages:changeemail-newemail-help','s:203:\"en:This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.\";'),('en','messages:changeemail-no-info','s:46:\"en:You must be logged in to change your email.\";'),('en','messages:changeemail-nochange','s:46:\"en:Please enter a different new email address.\";'),('en','messages:changeemail-none','s:9:\"en:(none)\";'),('en','messages:changeemail-oldemail','s:25:\"en:Current email address:\";'),('en','messages:changeemail-password','s:30:\"en:Your {{SITENAME}} password:\";'),('en','messages:changeemail-submit','s:15:\"en:Change email\";'),('en','messages:changeemail-summary','s:3:\"en:\";'),('en','messages:changeemail-throttled','s:77:\"en:You have made too many login attempts.\nPlease wait $1 before trying again.\";'),('en','messages:changepassword','s:18:\"en:Change password\";'),('en','messages:changepassword-success','s:34:\"en:Your password has been changed!\";'),('en','messages:changepassword-summary','s:3:\"en:\";'),('en','messages:changepassword-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('en','messages:changeslist-nocomment','s:18:\"en:No edit summary\";'),('en','messages:checkbox-all','s:6:\"en:All\";'),('en','messages:checkbox-invert','s:9:\"en:Invert\";'),('en','messages:checkbox-none','s:7:\"en:None\";'),('en','messages:checkbox-select','s:13:\"en:Select: $1\";'),('en','messages:cite-desc','s:87:\"en:Adds <code>&lt;ref&gt;</code> and <code>&lt;references&gt;</code> tags for citations\";'),('en','messages:cite-reference-previews-book','s:17:\"en:Book reference\";'),('en','messages:cite-reference-previews-collapsible-placeholder','s:70:\"en:This reference includes a figure which does not fit in the preview.\";'),('en','messages:cite-reference-previews-journal','s:20:\"en:Journal reference\";'),('en','messages:cite-reference-previews-news','s:17:\"en:News reference\";'),('en','messages:cite-reference-previews-note','s:7:\"en:Note\";'),('en','messages:cite-reference-previews-reference','s:12:\"en:Reference\";'),('en','messages:cite-reference-previews-web','s:16:\"en:Web reference\";'),('en','messages:cite-tool-definition.json','s:7:\"en:null\";'),('en','messages:cite-tracking-category-cite-error','s:30:\"en:Pages with reference errors\";'),('en','messages:cite-tracking-category-cite-error-desc','s:70:\"en:Pages in this category have errors in the usage of references tags.\";'),('en','messages:cite-tracking-category-ref-extends','s:37:\"en:Pages that use extended references\";'),('en','messages:cite-tracking-category-ref-extends-desc','s:77:\"en:Pages in this category use the \"extends\" attribute of the &lt;ref&gt; tag.\";'),('en','messages:cite-ve-changedesc-ref-group-both','s:44:\"en:Reference group changed from \"$1\" to \"$2\"\";'),('en','messages:cite-ve-changedesc-ref-group-from','s:57:\"en:Reference group changed from \"$1\" to the general group\";'),('en','messages:cite-ve-changedesc-ref-group-to','s:57:\"en:Reference group changed from the general group to \"$1\"\";'),('en','messages:cite-ve-changedesc-reflist-group-both','s:50:\"en:References list group changed from \"$1\" to \"$2\"\";'),('en','messages:cite-ve-changedesc-reflist-group-from','s:63:\"en:References list group changed from \"$1\" to the general group\";'),('en','messages:cite-ve-changedesc-reflist-group-to','s:63:\"en:References list group changed from the general group to \"$1\"\";'),('en','messages:cite-ve-changedesc-reflist-responsive-set','s:59:\"en:References list changed to display in responsive columns\";'),('en','messages:cite-ve-changedesc-reflist-responsive-unset','s:56:\"en:References list changed to display in only one column\";'),('en','messages:cite-ve-citationneeded-button','s:17:\"en:Add a citation\";'),('en','messages:cite-ve-citationneeded-description','s:81:\"en:An editor has indicated that this claim needs a citation to a reliable source.\";'),('en','messages:cite-ve-citationneeded-reason','s:16:\"en:Reason given:\";'),('en','messages:cite-ve-citationneeded-title','s:18:\"en:Citation needed\";'),('en','messages:cite-ve-dialog-reference-contextitem-extends','s:54:\"en:This reference is a re-use with additional details:\";'),('en','messages:cite-ve-dialog-reference-editing-add-details','s:54:\"en:You\'re adding additional details to this reference:\";'),('en','messages:cite-ve-dialog-reference-editing-add-details-placeholder','s:79:\"en:Write or paste the information you would like to add to this reference here.\";'),('en','messages:cite-ve-dialog-reference-editing-extends','s:91:\"en:This reference is a re-use with additional details. Here, you can only edit the details.\";'),('en','messages:cite-ve-dialog-reference-editing-reused','s:75:\"en:This reference is used {{PLURAL:$1|once|2=twice|$1 times}} on this page.\";'),('en','messages:cite-ve-dialog-reference-editing-reused-long','s:155:\"en:This reference is used {{PLURAL:$1|once|2=twice|$1 times}} on this page. Changes made here will be applied in all places where this reference is reused.\";'),('en','messages:cite-ve-dialog-reference-extend-long-tool','s:48:\"en:Re-use this reference with additional details\";'),('en','messages:cite-ve-dialog-reference-missing-parent-ref','s:117:\"en:These details are linked to a missing reference. Please remove them from the page or fix the issue in source mode.\";'),('en','messages:cite-ve-dialog-reference-options-group-label','s:17:\"en:Use this group\";'),('en','messages:cite-ve-dialog-reference-options-group-placeholder','s:21:\"en:General references\";'),('en','messages:cite-ve-dialog-reference-options-responsive-label','s:31:\"en:Use responsive column layout\";'),('en','messages:cite-ve-dialog-reference-options-section','s:10:\"en:Options\";'),('en','messages:cite-ve-dialog-reference-placeholder','s:69:\"en:Write or paste your reference here, or insert a citation template.\";'),('en','messages:cite-ve-dialog-reference-title','s:12:\"en:Reference\";'),('en','messages:cite-ve-dialog-reference-title-add-details','s:27:\"en:Add details to reference\";'),('en','messages:cite-ve-dialog-reference-title-edit-details','s:26:\"en:Edit additional details\";'),('en','messages:cite-ve-dialog-reference-useexisting-long-tool','s:24:\"en:Re-use this reference\";'),('en','messages:cite-ve-dialog-reference-useexisting-tool','s:9:\"en:Re-use\";'),('en','messages:cite-ve-dialog-referenceslist-contextitem-description-general','s:29:\"en:List of general references\";'),('en','messages:cite-ve-dialog-referenceslist-contextitem-description-named','s:36:\"en:List of references for group \"$1\"\";'),('en','messages:cite-ve-dialog-referenceslist-title','s:18:\"en:References list\";'),('en','messages:cite-ve-dialogbutton-citation-educationpopup-text','s:108:\"en:Improves your content by adding sources of information. You can cite from books, newspapers and websites.\";'),('en','messages:cite-ve-dialogbutton-citation-educationpopup-title','s:12:\"en:Citations\";'),('en','messages:cite-ve-dialogbutton-reference-full-label','s:8:\"en:Basic\";'),('en','messages:cite-ve-dialogbutton-reference-title','s:12:\"en:Reference\";'),('en','messages:cite-ve-dialogbutton-reference-tooltip','s:8:\"en:Basic\";'),('en','messages:cite-ve-dialogbutton-referenceslist-tooltip','s:18:\"en:References list\";'),('en','messages:cite-ve-othergroup-item','s:15:\"en:$1 reference\";'),('en','messages:cite-ve-reference-input-placeholder','s:34:\"en:Search within current citations\";'),('en','messages:cite-ve-referenceslist-isempty','s:84:\"en:There are no references with the group \"$1\" on this page to include in this list.\";'),('en','messages:cite-ve-referenceslist-isempty-default','s:64:\"en:There are no references on this page to include in this list.\";'),('en','messages:cite-ve-referenceslist-missing-parent','s:122:\"en:The details below are linked to a missing reference. Please remove them from the page or fix this issue in source mode.\";'),('en','messages:cite-ve-referenceslist-missingref','s:115:\"en:This reference is defined in a template or other generated block, and for now can only be edited in source mode.\";'),('en','messages:cite-ve-referenceslist-missingref-in-list','s:118:\"en:This reference is defined in a template or other generated block, and for now can only be previewed in source mode.\";'),('en','messages:cite-ve-referenceslist-missingreflist','s:50:\"en:This reference list is generated by a template.\";'),('en','messages:cite-ve-toolbar-group-label','s:7:\"en:Cite\";'),('en','messages:cite-wikieditor-help-content-extended-reference-description','s:59:\"en:Additional use of the same reference, with extra details\";'),('en','messages:cite-wikieditor-help-content-named-reference-description','s:18:\"en:Named reference\";'),('en','messages:cite-wikieditor-help-content-reference-description','s:12:\"en:Reference\";'),('en','messages:cite-wikieditor-help-content-reference-example-extra-details','s:16:\"en:Extra details\";'),('en','messages:cite-wikieditor-help-content-reference-example-ref-extends','s:29:\"en:<ref extends=\"$1\">$2</ref>\";'),('en','messages:cite-wikieditor-help-content-reference-example-ref-id','s:7:\"en:test\";'),('en','messages:cite-wikieditor-help-content-reference-example-ref-named','s:26:\"en:<ref name=\"$1\">$2</ref>\";'),('en','messages:cite-wikieditor-help-content-reference-example-ref-normal','s:16:\"en:<ref>$1</ref>\";'),('en','messages:cite-wikieditor-help-content-reference-example-ref-result','s:7:\"en:[$1]\";'),('en','messages:cite-wikieditor-help-content-reference-example-ref-reuse','s:20:\"en:<ref name=\"$1\" />\";'),('en','messages:cite-wikieditor-help-content-reference-example-reflist','s:17:\"en:<references />\";'),('en','messages:cite-wikieditor-help-content-reference-example-text1','s:15:\"en:Page text.$1\";'),('en','messages:cite-wikieditor-help-content-reference-example-text2','s:35:\"en:[$1 Link text], additional text.\";'),('en','messages:cite-wikieditor-help-content-reference-example-text3','s:17:\"en:[$1 Link text]\";'),('en','messages:cite-wikieditor-help-content-rereference-description','s:39:\"en:Additional use of the same reference\";'),('en','messages:cite-wikieditor-help-content-showreferences-description','s:21:\"en:Display references\";'),('en','messages:cite-wikieditor-help-page-references','s:13:\"en:References\";'),('en','messages:cite-wikieditor-tool-reference','s:12:\"en:Reference\";'),('en','messages:cite_error','s:17:\"en:Cite error: $1\";'),('en','messages:cite_error_empty_references_define','s:116:\"en:<code>&lt;ref&gt;</code> tag with name \"$1\" defined in <code>&lt;references&gt;</code> group \"$2\" has no content.\";'),('en','messages:cite_error_group_refs_without_references','s:141:\"en:<code>&lt;ref&gt;</code> tags exist for a group named \"$1\", but no corresponding <code>&lt;references group=\"$1\"/&gt;</code> tag was found\";'),('en','messages:cite_error_included_ref','s:77:\"en:Closing <code>&lt;/ref&gt;</code> missing for <code>&lt;ref&gt;</code> tag\";'),('en','messages:cite_error_included_references','s:58:\"en:Closing tag missing for <code>&lt;references&gt;</code>\";'),('en','messages:cite_error_no_link_label_group','s:93:\"en:Ran out of custom link labels for group \"$1\". Define more in the [[MediaWiki:$2]] message.\";'),('en','messages:cite_error_ref_conflicting_dir','s:101:\"en:One of the <code>&lt;ref&gt;</code> tags with the name \"$1\" does have a conflicting dir attribute.\";'),('en','messages:cite_error_ref_follow_conflicts','s:136:\"en:A <code>&lt;ref follow=\"…\"&gt;</code> tag that is the continuation of a previous one can neither be named individually nor extended\";'),('en','messages:cite_error_ref_invalid_dir','s:78:\"en:Invalid <code>dir=\"$1\"</code>, must be <code>ltr</code> or <code>rtl</code>\";'),('en','messages:cite_error_ref_nested_extends','s:82:\"en:Extending <code>&lt;ref&gt;</code> tags more than one level deep is not allowed\";'),('en','messages:cite_error_ref_no_input','s:76:\"en:Invalid <code>&lt;ref&gt;</code> tag; refs with no name must have content\";'),('en','messages:cite_error_ref_no_key','s:74:\"en:The opening <code>&lt;ref&gt;</code> tag is malformed or has a bad name\";'),('en','messages:cite_error_ref_numeric_key','s:97:\"en:Invalid <code>&lt;ref&gt;</code> tag; name cannot be a simple integer. Use a descriptive title\";'),('en','messages:cite_error_ref_too_many_keys','s:52:\"en:Invalid parameter in <code>&lt;ref&gt;</code> tag\";'),('en','messages:cite_error_references_duplicate_key','s:96:\"en:Invalid <code>&lt;ref&gt;</code> tag; name \"$1\" defined multiple times with different content\";'),('en','messages:cite_error_references_group_mismatch','s:104:\"en:<code>&lt;ref&gt;</code> tag in <code>&lt;references&gt;</code> has conflicting group attribute \"$1\".\";'),('en','messages:cite_error_references_invalid_parameters','s:59:\"en:Invalid parameter in <code>&lt;references&gt;</code> tag\";'),('en','messages:cite_error_references_missing_key','s:116:\"en:<code>&lt;ref&gt;</code> tag with name \"$1\" defined in <code>&lt;references&gt;</code> is not used in prior text.\";'),('en','messages:cite_error_references_no_backlink_label','s:128:\"en:Ran out of custom backlink labels. Define more in the [[MediaWiki:Cite references link many format backlink labels]] message.\";'),('en','messages:cite_error_references_no_key','s:97:\"en:<code>&lt;ref&gt;</code> tag defined in <code>&lt;references&gt;</code> has no name attribute.\";'),('en','messages:cite_error_references_no_text','s:92:\"en:Invalid <code>&lt;ref&gt;</code> tag; no text was provided for refs named <code>$1</code>\";'),('en','messages:cite_reference_backlink_symbol','s:6:\"en:↑\";'),('en','messages:cite_reference_link','s:128:\"en:<sup id=\"$1\" class=\"reference\">[[#$2|<span class=\"cite-bracket\">&#91;</span>$3<span class=\"cite-bracket\">&#93;</span>]]</sup>\";'),('en','messages:cite_references_link_accessibility_back_label','s:15:\"en:Jump back up\";'),('en','messages:cite_references_link_accessibility_label','s:10:\"en:Jump up\";'),('en','messages:cite_references_link_many','s:69:\"en:<li id=\"$1\"$4><span class=\"mw-cite-backlink\">↑ $2</span> $3</li>\";'),('en','messages:cite_references_link_many_accessibility_label','s:14:\"en:Jump up to:\";'),('en','messages:cite_references_link_many_and','s:8:\"en:&#32;\";'),('en','messages:cite_references_link_many_format','s:24:\"en:<sup>[[#$1|$2]]</sup>\";'),('en','messages:cite_references_link_many_format_backlink_labels','s:2082:\"en:a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag ah ai aj ak al am an ao ap aq ar as at au av aw ax ay az ba bb bc bd be bf bg bh bi bj bk bl bm bn bo bp bq br bs bt bu bv bw bx by bz ca cb cc cd ce cf cg ch ci cj ck cl cm cn co cp cq cr cs ct cu cv cw cx cy cz da db dc dd de df dg dh di dj dk dl dm dn do dp dq dr ds dt du dv dw dx dy dz ea eb ec ed ee ef eg eh ei ej ek el em en eo ep eq er es et eu ev ew ex ey ez fa fb fc fd fe ff fg fh fi fj fk fl fm fn fo fp fq fr fs ft fu fv fw fx fy fz ga gb gc gd ge gf gg gh gi gj gk gl gm gn go gp gq gr gs gt gu gv gw gx gy gz ha hb hc hd he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy hz ia ib ic id ie if ig ih ii ij ik il im in io ip iq ir is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx ky kz la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml mm mn mo mp mq mr ms mt mu mv mw mx my mz na nb nc nd ne nf ng nh ni nj nk nl nm nn no np nq nr ns nt nu nv nw nx ny nz oa ob oc od oe of og oh oi oj ok ol om on oo op oq or os ot ou ov ow ox oy oz pa pb pc pd pe pf pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa qb qc qd qe qf qg qh qi qj qk ql qm qn qo qp qq qr qs qt qu qv qw qx qy qz ra rb rc rd re rf rg rh ri rj rk rl rm rn ro rp rq rr rs rt ru rv rw rx ry rz sa sb sc sd se sf sg sh si sj sk sl sm sn so sp sq sr ss st su sv sw sx sy sz ta tb tc td te tf tg th ti tj tk tl tm tn to tp tq tr ts tt tu tv tw tx ty tz ua ub uc ud ue uf ug uh ui uj uk ul um un uo up uq ur us ut uu uv uw ux uy uz va vb vc vd ve vf vg vh vi vj vk vl vm vn vo vp vq vr vs vt vu vv vw vx vy vz wa wb wc wd we wf wg wh wi wj wk wl wm wn wo wp wq wr ws wt wu wv ww wx wy wz xa xb xc xd xe xf xg xh xi xj xk xl xm xn xo xp xq xr xs xt xu xv xw xx xy xz ya yb yc yd ye yf yg yh yi yj yk yl ym yn yo yp yq yr ys yt yu yv yw yx yy yz za zb zc zd ze zf zg zh zi zj zk zl zm zn zo zp zq zr zs zt zu zv zw zx zy zz\";'),('en','messages:cite_references_link_many_sep','s:8:\"en:&#32;\";'),('en','messages:cite_references_link_one','s:74:\"en:<li id=\"$1\"$4><span class=\"mw-cite-backlink\">[[#$2|↑]]</span> $3</li>\";'),('en','messages:cite_section_preview_references','s:24:\"en:Preview of references\";'),('en','messages:cite_warning','s:19:\"en:Cite warning: $1\";'),('en','messages:cite_warning_sectionpreview_no_text','s:150:\"en:<code>&lt;ref&gt;</code> tag with name <code>$1</code> cannot be previewed because it is defined outside the current section or not defined at all.\";'),('en','messages:clearyourcache','s:472:\"en:<strong>Note:</strong> After publishing, you may have to bypass your browser\'s cache to see the changes.\n* <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac)\n* <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac)\n* <strong>Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>.\";'),('en','messages:collapsible-collapse','s:11:\"en:Collapse\";'),('en','messages:collapsible-collapse-all-text','s:15:\"en:Collapse all\";'),('en','messages:collapsible-collapse-all-tooltip','s:56:\"en:Collapse all collapsible elements on the current page\";'),('en','messages:collapsible-expand','s:9:\"en:Expand\";'),('en','messages:collapsible-expand-all-text','s:13:\"en:Expand all\";'),('en','messages:collapsible-expand-all-tooltip','s:54:\"en:Expand all collapsible elements on the current page\";'),('en','messages:colon-separator','s:9:\"en::&#32;\";'),('en','messages:comma-separator','s:9:\"en:,&#32;\";'),('en','messages:common.css','s:53:\"en:/* CSS placed here will be applied to all skins */\";'),('en','messages:common.js','s:77:\"en:/* Any JavaScript here will be loaded for all users on every page load. */\";'),('en','messages:compare-page1','s:9:\"en:Page 1\";'),('en','messages:compare-page2','s:9:\"en:Page 2\";'),('en','messages:compare-rev1','s:13:\"en:Revision 1\";'),('en','messages:compare-rev2','s:13:\"en:Revision 2\";'),('en','messages:compare-revision-not-exists','s:45:\"en:The revision you specified does not exist.\";'),('en','messages:compare-submit','s:10:\"en:Compare\";'),('en','messages:comparepages','s:16:\"en:Compare pages\";'),('en','messages:comparepages-summary','s:3:\"en:\";'),('en','messages:compareselectedversions','s:29:\"en:Compare selected revisions\";'),('en','messages:config-invalid-key','s:53:\"en:Invalid MediaWiki configuration parameter \"$1\": $2\";'),('en','messages:config-missing-key','s:49:\"en:Missing MediaWiki configuration parameter \"$1\"\";'),('en','messages:confirm','s:10:\"en:Confirm\";'),('en','messages:confirm-markpatrolled-button','s:5:\"en:OK\";'),('en','messages:confirm-markpatrolled-top','s:39:\"en:Mark revision $3 of $2 as patrolled?\";'),('en','messages:confirm-mcrrestore-title','s:21:\"en:Restore a revision\";'),('en','messages:confirm-mcrundo-title','s:16:\"en:Undo a change\";'),('en','messages:confirm-purge-bottom','s:82:\"en:Purging a page clears the cache and forces the most current revision to appear.\";'),('en','messages:confirm-purge-title','s:18:\"en:Purge this page\";'),('en','messages:confirm-purge-top','s:32:\"en:Purge the cache of this page?\";'),('en','messages:confirm-rollback-bottom','s:73:\"en:This action will instantly rollback the selected changes to this page.\";'),('en','messages:confirm-rollback-button','s:5:\"en:OK\";'),('en','messages:confirm-rollback-top','s:29:\"en:Revert edits to this page?\";'),('en','messages:confirm-unwatch-button','s:5:\"en:OK\";'),('en','messages:confirm-unwatch-top','s:40:\"en:Remove this page from your watchlist?\";'),('en','messages:confirm-watch-button','s:5:\"en:OK\";'),('en','messages:confirm-watch-button-expiry','s:8:\"en:Watch\";'),('en','messages:confirm-watch-label','s:25:\"en:Watchlist time period:\";'),('en','messages:confirm-watch-top','s:35:\"en:Add this page to your watchlist?\";'),('en','messages:confirm_purge_button','s:5:\"en:OK\";'),('en','messages:confirmable-confirm','s:30:\"en:Are {{GENDER:$1|you}} sure?\";'),('en','messages:confirmable-no','s:5:\"en:No\";'),('en','messages:confirmable-yes','s:6:\"en:Yes\";'),('en','messages:confirmdeletetext','s:233:\"en:You are about to delete a page along with all of its history.\nPlease confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('en','messages:confirmedittext','s:158:\"en:You must confirm your email address before editing pages.\nPlease set and validate your email address through your [[Special:Preferences|user preferences]].\";'),('en','messages:confirmemail','s:24:\"en:Confirm email address\";'),('en','messages:confirmemail_body','s:400:\"en:Someone, probably you, from IP address $1,\nhas registered an account \"$2\" with this email address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf you did *not* register the account, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('en','messages:confirmemail_body_changed','s:415:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and reactivate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('en','messages:confirmemail_body_set','s:409:\"en:Someone, probably you, from IP address $1,\nhas set the email address of the account \"$2\" to this address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\nemail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf the account does *not* belong to you, follow this link\nto cancel the email address confirmation:\n\n$5\n\nThis confirmation code will expire at $4.\";'),('en','messages:confirmemail_invalid','s:56:\"en:Invalid confirmation code.\nThe code may have expired.\";'),('en','messages:confirmemail_invalid_format','s:117:\"en:Invalid confirmation code.\nCheck your email, the confirmation link might have been truncated by your email client.\";'),('en','messages:confirmemail_invalidated','s:38:\"en:Email address confirmation canceled\";'),('en','messages:confirmemail_loggedin','s:45:\"en:Your email address has now been confirmed.\";'),('en','messages:confirmemail_needlogin','s:43:\"en:Please $1 to confirm your email address.\";'),('en','messages:confirmemail_noemail','s:94:\"en:You do not have a valid email address set in your [[Special:Preferences|user preferences]].\";'),('en','messages:confirmemail_oncreate','s:177:\"en:A confirmation code was sent to your email address.\nThis code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.\";'),('en','messages:confirmemail_pending','s:182:\"en:A confirmation code has already been emailed to you;\nif you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.\";'),('en','messages:confirmemail_send','s:27:\"en:Mail a confirmation code\";'),('en','messages:confirmemail_sendfailed','s:131:\"en:{{SITENAME}} could not send your confirmation mail.\nPlease check your email address for invalid characters.\n\nMailer returned: $1\";'),('en','messages:confirmemail_sent','s:27:\"en:Confirmation email sent.\";'),('en','messages:confirmemail_subject','s:42:\"en:{{SITENAME}} email address confirmation\";'),('en','messages:confirmemail_success','s:102:\"en:Your email address has been confirmed.\nYou may now [[Special:UserLogin|log in]] and enjoy the wiki.\";'),('en','messages:confirmemail_text','s:284:\"en:{{SITENAME}} requires that you validate your email address before using email features.\nActivate the button below to send a confirmation mail to your address.\nThe mail will include a link containing a code;\nload the link in your browser to confirm that your email address is valid.\";'),('en','messages:confirmleave-warning','s:69:\"en:Leaving this page may cause you to lose any changes you have made.\";'),('en','messages:confirmrecreate','s:190:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing with reason:\n: <em>$2</em>\nPlease confirm that you really want to recreate this page.\";'),('en','messages:confirmrecreate-noreason','s:164:\"en:User [[User:$1|$1]] ([[User talk:$1|talk]]) {{GENDER:$1|deleted}} this page after you started editing. Please confirm that you really want to recreate this page.\";'),('en','messages:content-failed-to-parse','s:46:\"en:Failed to parse $2 content for $1 model: $3\";'),('en','messages:content-json-empty-array','s:14:\"en:Empty array\";'),('en','messages:content-json-empty-object','s:15:\"en:Empty object\";'),('en','messages:content-model-css','s:6:\"en:CSS\";'),('en','messages:content-model-javascript','s:13:\"en:JavaScript\";'),('en','messages:content-model-json','s:7:\"en:JSON\";'),('en','messages:content-model-text','s:13:\"en:plain text\";'),('en','messages:content-model-wikitext','s:11:\"en:wikitext\";'),('en','messages:content-not-allowed-here','s:59:\"en:\"$1\" content is not allowed on page [[:$2]] in slot \"$3\"\";'),('en','messages:contentmodelediterror','s:152:\"en:You cannot edit this revision because its content model is <code>$1</code>, which differs from the current content model of the page <code>$2</code>.\";'),('en','messages:continue-editing','s:21:\"en:Go to editing area\";'),('en','messages:contribslink','s:11:\"en:contribs\";'),('en','messages:contribute','s:13:\"en:Contribute\";'),('en','messages:contribute-title','s:21:\"en:User contributions\";'),('en','messages:contributions','s:21:\"en:User contributions\";'),('en','messages:contributions-account-creation-date','s:25:\"en:Account created on $1.\";'),('en','messages:contributions-edit-count','s:57:\"en:A {{GENDER:$1|user}} with $2 {{PLURAL:$2|edit|edits}}.\";'),('en','messages:contributions-subtitle','s:31:\"en:Results for {{GENDER:$2|$1}}\";'),('en','messages:contributions-summary','s:3:\"en:\";'),('en','messages:contributions-title','s:28:\"en:User contributions for $1\";'),('en','messages:contributions-title-for-ip-when-temporary-accounts-enabled','s:33:\"en:Legacy IP contributions for $1\";'),('en','messages:contributions-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('en','messages:converter-manual-rule-error','s:52:\"en:Error detected in manual language conversion rule\";'),('en','messages:copyright','s:4:\"en:-\";'),('en','messages:copyright-footer','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('en','messages:copyright-footer-history','s:4:\"en:-\";'),('en','messages:copyrightpage','s:28:\"en:{{ns:project}}:Copyrights\";'),('en','messages:copyrightwarning','s:420:\"en:Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).\nIf you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('en','messages:copyrightwarning2','s:408:\"en:Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.\nIf you do not want your writing to be edited mercilessly, then do not submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).\n<strong>Do not submit copyrighted work without permission!</strong>\";'),('en','messages:copyupload-allowed-domains','s:3:\"en:\";'),('en','messages:copyuploaddisabled','s:26:\"en:Upload by URL disabled.\";'),('en','messages:create','s:9:\"en:Create\";'),('en','messages:create-local','s:24:\"en:Add local description\";'),('en','messages:createaccount','s:17:\"en:Create account\";'),('en','messages:createaccount-text','s:221:\"en:Someone created an account for your email address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should log in and change your password now.\n\nYou may ignore this message, if this account was created in error.\";'),('en','messages:createaccount-title','s:36:\"en:Account creation for {{SITENAME}}\";'),('en','messages:createaccountblock','s:28:\"en:account creation disabled\";'),('en','messages:createaccounterror','s:31:\"en:Could not create account: $1\";'),('en','messages:createaccountmail','s:77:\"en:Use a temporary random password and send it to the specified email address\";'),('en','messages:createaccountmail-help','s:82:\"en:Can be used to create account for another person without learning the password.\";'),('en','messages:createacct-another-continue-submit','s:28:\"en:Continue account creation\";'),('en','messages:createacct-another-email-ph','s:22:\"en:Enter email address\";'),('en','messages:createacct-another-realname-tip','s:120:\"en:Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.\";'),('en','messages:createacct-another-submit','s:17:\"en:Create account\";'),('en','messages:createacct-another-username-ph','s:21:\"en:Enter the username\";'),('en','messages:createacct-benefit-body1','s:27:\"en:{{PLURAL:$1|edit|edits}}\";'),('en','messages:createacct-benefit-body2','s:27:\"en:{{PLURAL:$1|page|pages}}\";'),('en','messages:createacct-benefit-body3','s:48:\"en:recent {{PLURAL:$1|contributor|contributors}}\";'),('en','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('en','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('en','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('en','messages:createacct-benefit-heading','s:43:\"en:{{SITENAME}} is made by people like you.\";'),('en','messages:createacct-benefit-heading-temp-user','s:89:\"en:Thank you for contributing to {{SITENAME}}.\nCreate an account to access more features.\";'),('en','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('en','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('en','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('en','messages:createacct-benefit-subheading-temp-user','s:134:\"en:{{SITENAME}} is made by people like you. With an account you can have a permanent and secure identity with access to features like:\";'),('en','messages:createacct-continue-submit','s:28:\"en:Continue account creation\";'),('en','messages:createacct-email-ph','s:27:\"en:Enter your email address\";'),('en','messages:createacct-emailoptional','s:27:\"en:Email address (optional)\";'),('en','messages:createacct-emailrequired','s:16:\"en:Email address\";'),('en','messages:createacct-error','s:25:\"en:Account creation error\";'),('en','messages:createacct-helpusername','s:3:\"en:\";'),('en','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('en','messages:createacct-loginerror','s:139:\"en:The account was successfully created but you could not be logged in automatically. Please proceed to [[Special:UserLogin|manual login]].\";'),('en','messages:createacct-normalization','s:72:\"en:Your username will be adjusted to \"$2\" due to technical restrictions.\";'),('en','messages:createacct-realname','s:23:\"en:Real name (optional)\";'),('en','messages:createacct-reason','s:27:\"en:Reason (publicly logged)\";'),('en','messages:createacct-reason-confirm','s:104:\"en:The reason you entered was an email address. If this is intended, please click \"create account\" again\";'),('en','messages:createacct-reason-help','s:44:\"en:Message shown in the account creation log\";'),('en','messages:createacct-reason-ph','s:39:\"en:Why you are creating another account\";'),('en','messages:createacct-submit','s:22:\"en:Create your account\";'),('en','messages:createacct-temp-warning','s:117:\"en:The edits you made with your temporary account <strong>$1</strong> will not be carried over to your permanent one.\";'),('en','messages:createacct-username-help','s:3:\"en:\";'),('en','messages:createacct-useuniquepass','s:90:\"en:It is recommended to use a unique password that you are not using on any other website.\";'),('en','messages:createacct-yourpassword-ph','s:19:\"en:Enter a password\";'),('en','messages:createacct-yourpasswordagain','s:19:\"en:Confirm password\";'),('en','messages:createacct-yourpasswordagain-ph','s:23:\"en:Enter password again\";'),('en','messages:creating','s:14:\"en:Creating $1\";'),('en','messages:credentialsform-account','s:16:\"en:Account name:\";'),('en','messages:credentialsform-provider','s:20:\"en:Credentials type:\";'),('en','messages:creditspage','s:15:\"en:Page credits\";'),('en','messages:cur','s:6:\"en:cur\";'),('en','messages:currentevents','s:17:\"en:Current events\";'),('en','messages:currentevents-url','s:25:\"en:Project:Current events\";'),('en','messages:currentrev','s:18:\"en:Latest revision\";'),('en','messages:currentrev-asof','s:27:\"en:Latest revision as of $1\";'),('en','messages:currentrevisionlink','s:18:\"en:Latest revision\";'),('en','messages:customcssprotected','s:105:\"en:You do not have permission to edit this CSS page because it contains another user\'s personal settings.\";'),('en','messages:customjsonprotected','s:106:\"en:You do not have permission to edit this JSON page because it contains another user\'s personal settings.\";'),('en','messages:customjsprotected','s:112:\"en:You do not have permission to edit this JavaScript page because it contains another user\'s personal settings.\";'),('en','messages:databaseerror','s:17:\"en:Database error\";'),('en','messages:databaseerror-error','s:12:\"en:Error: $1\";'),('en','messages:databaseerror-function','s:15:\"en:Function: $1\";'),('en','messages:databaseerror-query','s:12:\"en:Query: $1\";'),('en','messages:databaseerror-text','s:80:\"en:A database query error has occurred.\nThis may indicate a bug in the software.\";'),('en','messages:databaseerror-textcl','s:39:\"en:A database query error has occurred.\";'),('en','messages:databaselocked','s:34:\"en:The database is already locked.\";'),('en','messages:databasenotlocked','s:30:\"en:The database is not locked.\";'),('en','messages:datatypes-type-math','s:26:\"en:Mathematical expression\";'),('en','messages:date','s:27:\"en:From date (and earlier):\";'),('en','messages:date-range-from','s:13:\"en:From date:\";'),('en','messages:date-range-to','s:11:\"en:To date:\";'),('en','messages:datedefault','s:16:\"en:No preference\";'),('en','messages:days','s:31:\"en:{{PLURAL:$1|$1 day|$1 days}}\";'),('en','messages:days-abbrev','s:7:\"en:$1 d\";'),('en','messages:dberr-again','s:43:\"en:Try waiting a few minutes and reloading.\";'),('en','messages:dberr-info','s:35:\"en:(Cannot access the database: $1)\";'),('en','messages:dberr-info-hidden','s:31:\"en:(Cannot access the database)\";'),('en','messages:dberr-problems','s:59:\"en:Sorry! This site is experiencing technical difficulties.\";'),('en','messages:deadendpages','s:17:\"en:Dead-end pages\";'),('en','messages:deadendpages-summary','s:3:\"en:\";'),('en','messages:deadendpagestext','s:66:\"en:The following pages do not link to other pages in {{SITENAME}}.\";'),('en','messages:dec','s:6:\"en:Dec\";'),('en','messages:december','s:11:\"en:December\";'),('en','messages:december-gen','s:11:\"en:December\";'),('en','messages:default','s:10:\"en:default\";'),('en','messages:default-skin-not-found','s:1737:\"en:Whoops! The default skin for your wiki, defined in <code dir=\"ltr\">$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYour installation seems to include the following {{PLURAL:$4|skin|skins}}. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable {{PLURAL:$4|it|them and choose the default}}.\n\n$2\n\n; If you have just installed MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer.\n\n; If you have just upgraded MediaWiki:\n: MediaWiki 1.24 and newer no longer automatically enables installed skins (see [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). You can paste the following {{PLURAL:$5|line|lines}} into <code>LocalSettings.php</code> to enable {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; If you have just modified <code>LocalSettings.php</code>:\n: Double-check the skin names for typos.\";'),('en','messages:default-skin-not-found-no-skins','s:1256:\"en:Whoops! The default skin for your wiki, defined in <code>$wgDefaultSkin</code> as <code>$1</code>, is not available.\n\nYou have no installed skins.\n\n; If you have just installed or upgraded MediaWiki:\n: You probably installed from git, or directly from the source code using some other method. This is expected. MediaWiki 1.24 and newer doesn\'t include any skins in the main repository. Try installing some skins from [https://www.mediawiki.org/wiki/Special:MyLanguage/Category:All_skins mediawiki.org\'s skin directory], by:\n:* Downloading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Download tarball installer], which comes with several skins and extensions. You can copy and paste the <code>skins/</code> directory from it.\n:* Downloading individual skin tarballs from [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:* [https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Using Git to download skins].\n: Doing this should not interfere with your git repository if you\'re a MediaWiki developer. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Skin configuration] for information how to enable skins and choose the default.\";'),('en','messages:default-skin-not-found-row-disabled','s:53:\"en:* <code>$1</code> / $2 (<strong>disabled</strong>)\";'),('en','messages:default-skin-not-found-row-enabled','s:35:\"en:* <code>$1</code> / $2 (enabled)\";'),('en','messages:defaultmessagetext','s:23:\"en:Default message text\";'),('en','messages:defemailsubject','s:36:\"en:{{SITENAME}} email from user \"$1\"\";'),('en','messages:deflate-invaliddeflate','s:44:\"en:Content provided is not properly deflated\";'),('en','messages:delete','s:9:\"en:Delete\";'),('en','messages:delete-confirm','s:14:\"en:Delete \"$1\"\";'),('en','messages:delete-edit-reasonlist','s:24:\"en:Edit deletion reasons\";'),('en','messages:delete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('en','messages:delete-error-associated-alreadytalk','s:53:\"en:Cannot delete associated talk page of a talk page.\";'),('en','messages:delete-error-associated-doesnotexist','s:53:\"en:Cannot delete a non-existing associated talk page.\";'),('en','messages:delete-hook-aborted','s:52:\"en:Deletion aborted by hook.\nIt gave no explanation.\";'),('en','messages:delete-legend','s:9:\"en:Delete\";'),('en','messages:delete-scheduled','s:62:\"en:The page \"$1\" is scheduled for deletion.\nPlease be patient.\";'),('en','messages:delete-talk-summary-prefix','s:60:\"en:Deleted together with the associated page with reason: $1\";'),('en','messages:delete-toobig','s:173:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('en','messages:delete-toomanyrevisions','s:172:\"en:You are trying to delete more than $1 {{PLURAL:$1|revision|revisions}} at a time.\nSuch an operation has been restricted to prevent accidental disruption of {{SITENAME}}.\";'),('en','messages:delete-warning-toobig','s:163:\"en:This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.\nDeleting it may disrupt database operations of {{SITENAME}};\nproceed with caution.\";'),('en','messages:delete_and_move_confirm','s:28:\"en:Yes, delete the page \"$1\"\";'),('en','messages:delete_and_move_reason','s:45:\"en:Deleted to make way for move from \"[[$1]]\"\";'),('en','messages:delete_and_move_text','s:100:\"en:The destination page \"[[:$1]]\" already exists.\nDo you want to delete it to make way for the move?\";'),('en','messages:delete_redirect_and_move_text','s:114:\"en:The destination page \"[[:$1]]\" already exists as a redirect.\nDo you want to delete it to make way for the move?\";'),('en','messages:deletecomment','s:10:\"en:Reason:\";'),('en','messages:deleted-page-and-talkpage','s:76:\"en:\"$1\" and \"$2\" have been deleted.\nSee $3 for a record of recent deletions.\";'),('en','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('en','messages:deletedcontributions','s:29:\"en:Deleted user contributions\";'),('en','messages:deletedcontributions-summary','s:3:\"en:\";'),('en','messages:deletedcontributions-title','s:36:\"en:Deleted user contributions for $1\";'),('en','messages:deletedcontributions-title-for-ip-when-temporary-accounts-enabled','s:41:\"en:Deleted legacy IP contributions for $1\";'),('en','messages:deletedhist','s:18:\"en:Deleted history\";'),('en','messages:deletedrevision','s:26:\"en:Deleted old revision $1\";'),('en','messages:deletedtext','s:66:\"en:\"$1\" has been deleted.\nSee $2 for a record of recent deletions.\";'),('en','messages:deletedwhileediting','s:77:\"en:<strong>Warning:</strong> This page was deleted after you started editing!\";'),('en','messages:deleteotherreason','s:27:\"en:Other/additional reason:\";'),('en','messages:deletepage','s:16:\"en:Delete a page\";'),('en','messages:deletepage-deletetalk','s:30:\"en:Delete associated talk page\";'),('en','messages:deletepage-submit','s:14:\"en:Delete page\";'),('en','messages:deletepage-summary','s:3:\"en:\";'),('en','messages:deleteprotected','s:61:\"en:You cannot delete this page because it has been protected.\";'),('en','messages:deletereason-dropdown','s:107:\"en:* Common delete reasons\n** Spam\n** Vandalism\n** Copyright violation\n** Author request\n** Broken redirect\";'),('en','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('en','messages:deletereasonotherlist','s:15:\"en:Other reason\";'),('en','messages:deleting-backlinks-warning','s:139:\"en:<strong>Warning:</strong> [[Special:WhatLinksHere/{{FULLPAGENAME}}|Other pages]] link to or transclude the page you are about to delete.\";'),('en','messages:deleting-subpages-warning','s:164:\"en:<strong>Warning:</strong> The page you are about to delete has [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('en','messages:deleting-talkpage-subpages-warning','s:192:\"en:<strong>Warning:</strong> The associated talk page of the page you are about to delete has [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|a subpage|$1 subpages|51=over 50 subpages}}]].\";'),('en','messages:deletionlog','s:15:\"en:deletion log\";'),('en','messages:dellogpage','s:15:\"en:Deletion log\";'),('en','messages:dellogpagetext','s:48:\"en:Below is a list of the most recent deletions.\";'),('en','messages:destfilename','s:24:\"en:Destination filename:\";'),('en','messages:diff','s:7:\"en:diff\";'),('en','messages:diff-empty','s:18:\"en:(No difference)\";'),('en','messages:diff-form','s:14:\"en:Differences\";'),('en','messages:diff-form-error-revid','s:28:\"en:Input numeric revision ID\";'),('en','messages:diff-form-oldid','s:29:\"en:Old revision ID (optional)\";'),('en','messages:diff-form-other-revid','s:14:\"en:Revision ID\";'),('en','messages:diff-form-revid','s:28:\"en:Revision ID of difference\";'),('en','messages:diff-form-submit','s:19:\"en:Show differences\";'),('en','messages:diff-form-summary','s:3:\"en:\";'),('en','messages:diff-incompatible','s:46:\"en:Cannot compare content models \"$1\" and \"$2\"\";'),('en','messages:diff-inline-format-label','s:9:\"en:Inline\";'),('en','messages:diff-inline-switch-desc','s:55:\"en:Switches between inline format and two-column format\";'),('en','messages:diff-inline-tooltip-del','s:18:\"en:Content deleted\";'),('en','messages:diff-inline-tooltip-ins','s:16:\"en:Content added\";'),('en','messages:diff-line-deleted','s:13:\"en:⟵ delete\";'),('en','messages:diff-multi-manyusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)\";'),('en','messages:diff-multi-otherusers','s:121:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one other user|$2 users}} not shown)\";'),('en','messages:diff-multi-sameuser','s:111:\"en:({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by the same {{GENDER:$3|user}} not shown)\";'),('en','messages:diff-newline','s:14:\"en:↲ newline\";'),('en','messages:diff-paragraph-moved-tonew','s:54:\"en:Paragraph was moved. Click to jump to new location.\";'),('en','messages:diff-paragraph-moved-toold','s:54:\"en:Paragraph was moved. Click to jump to old location.\";'),('en','messages:diff-user-edits','s:43:\"en:<span>$1</span> {{PLURAL:$1|edit|edits}}\";'),('en','messages:difference-bad-new-revision','s:59:\"en:The content of the new revision is missing or corrupted.\";'),('en','messages:difference-bad-old-revision','s:59:\"en:The content of the old revision is missing or corrupted.\";'),('en','messages:difference-missing-revision','s:295:\"en:{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.\n\nThis is usually caused by following an outdated diff link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('en','messages:difference-multipage','s:29:\"en:(Difference between pages)\";'),('en','messages:difference-title','s:35:\"en:$1: Difference between revisions\";'),('en','messages:difference-title-multipage','s:38:\"en:$1 and $2: Difference between pages\";'),('en','messages:directorycreateerror','s:35:\"en:Could not create directory \"$1\".\";'),('en','messages:directoryreadonlyerror','s:31:\"en:Directory \"$1\" is read-only.\";'),('en','messages:disabledspecialpage-disabled','s:57:\"en:This page has been disabled by a system administrator.\";'),('en','messages:disclaimerpage','s:29:\"en:Project:General disclaimer\";'),('en','messages:disclaimers','s:14:\"en:Disclaimers\";'),('en','messages:djvu_page_error','s:25:\"en:DjVu page out of range\";'),('en','messages:double-px-category','s:45:\"en:Pages with image sizes containing extra px\";'),('en','messages:double-px-category-desc','s:109:\"en:The page contains an image whose size contains an extra <code>px</code> suffix, like <code>100pxpx</code>.\";'),('en','messages:double-redirect-fixed-maintenance','s:82:\"en:Automatically fixing double redirect from [[$1]] to [[$2]] in a maintenance job\";'),('en','messages:double-redirect-fixed-move','s:86:\"en:[[$1]] has been moved.\nIt was automatically updated and now it redirects to [[$2]].\";'),('en','messages:double-redirect-fixer','s:17:\"en:Redirect fixer\";'),('en','messages:doubleredirects','s:19:\"en:Double redirects\";'),('en','messages:doubleredirects-summary','s:3:\"en:\";'),('en','messages:doubleredirectstext','s:298:\"en:This page lists pages that redirect to other redirect pages.\nEach row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the \"real\" target page to which the first redirect should point.\n<del>Crossed out</del> entries have been solved.\";'),('en','messages:download','s:11:\"en:download\";'),('en','messages:duplicate-args-category','s:52:\"en:Pages using duplicate arguments in template calls\";'),('en','messages:duplicate-args-category-desc','s:179:\"en:The page contains template calls that use duplicates of arguments, such as <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('en','messages:duplicate-args-warning','s:147:\"en:<strong>Warning:</strong> [[:$1]] is calling [[:$2]] with more than one value for the \"$3\" parameter. Only the last value provided will be used.\";'),('en','messages:duplicate-defaultsort','s:91:\"en:<strong>Warning:</strong> Default sort key \"$2\" overrides earlier default sort key \"$1\".\";'),('en','messages:duplicate-displaytitle','s:85:\"en:<strong>Warning:</strong> Display title \"$2\" overrides earlier display title \"$1\".\";'),('en','messages:duplicatesoffile','s:138:\"en:The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):\";'),('en','messages:duration-centuries','s:37:\"en:$1 {{PLURAL:$1|century|centuries}}\";'),('en','messages:duration-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('en','messages:duration-decades','s:34:\"en:$1 {{PLURAL:$1|decade|decades}}\";'),('en','messages:duration-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('en','messages:duration-millennia','s:40:\"en:$1 {{PLURAL:$1|millennium|millennia}}\";'),('en','messages:duration-minutes','s:34:\"en:$1 {{PLURAL:$1|minute|minutes}}\";'),('en','messages:duration-months','s:32:\"en:$1 {{PLURAL:$1|month|months}}\";'),('en','messages:duration-seconds','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('en','messages:duration-weeks','s:30:\"en:$1 {{PLURAL:$1|week|weeks}}\";'),('en','messages:duration-years','s:30:\"en:$1 {{PLURAL:$1|year|years}}\";'),('en','messages:eauthentsent','s:218:\"en:A confirmation email has been sent to the specified email address.\nBefore any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.\";'),('en','messages:edit','s:7:\"en:Edit\";'),('en','messages:edit-already-exists','s:50:\"en:Could not create a new page.\nIt already exists.\";'),('en','messages:edit-conflict','s:17:\"en:Edit conflict.\";'),('en','messages:edit-gone-missing','s:62:\"en:Could not update the page.\nIt appears to have been deleted.\";'),('en','messages:edit-hook-aborted','s:48:\"en:Edit aborted by hook.\nIt gave no explanation.\";'),('en','messages:edit-local','s:25:\"en:Edit local description\";'),('en','messages:edit-no-change','s:64:\"en:Your edit was ignored because no change was made to the text.\";'),('en','messages:edit-recovery-loaded-discard','s:10:\"en:Discard\";'),('en','messages:edit-recovery-loaded-message','s:64:\"en:You have unsaved changes that can be automatically recovered.\";'),('en','messages:edit-recovery-loaded-message-different-rev','s:74:\"en:<em>Note that the page may have changed since you started editing.</em>\";'),('en','messages:edit-recovery-loaded-message-different-rev-publish','s:57:\"en:<em>Please review your changes before publishing.</em>\";'),('en','messages:edit-recovery-loaded-message-different-rev-save','s:53:\"en:<em>Please review your changes before saving.</em>\";'),('en','messages:edit-recovery-loaded-recover','s:10:\"en:Recover\";'),('en','messages:edit-recovery-loaded-title','s:19:\"en:Recover changes?\";'),('en','messages:edit-recovery-nojs-placeholder','s:56:\"en:JavaScript is required for the Edit Recovery feature.\";'),('en','messages:edit-recovery-special-delete','s:9:\"en:delete\";'),('en','messages:edit-recovery-special-edit','s:7:\"en:edit\";'),('en','messages:edit-recovery-special-intro','s:97:\"en:You have unsaved changes to the following {{PLURAL:$1|page or section|pages and/or sections}}:\";'),('en','messages:edit-recovery-special-intro-empty','s:31:\"en:You have no unsaved changes.\";'),('en','messages:edit-recovery-special-recovered-on','s:10:\"en:from $1\";'),('en','messages:edit-recovery-special-recovered-on-tooltip','s:59:\"en:The date and time that your recovery data was last saved\";'),('en','messages:edit-recovery-special-user-not-enabled','s:98:\"en:You can enable this feature in [[Special:Preferences#mw-prefsection-editing|your preferences]].\";'),('en','messages:edit-recovery-special-user-unnamed','s:106:\"en:Please [[Special:UserLogin|log in]] or [[Special:CreateAccount|create an account]] to use this feature.\";'),('en','messages:edit-recovery-special-view','s:7:\"en:view\";'),('en','messages:edit-slots-cannot-add','s:72:\"en:The following {{PLURAL:$1|slot is|slots are}} not supported here: $2.\";'),('en','messages:edit-slots-cannot-remove','s:84:\"en:The following {{PLURAL:$1|slot is|slots are}} required and cannot be removed: $2.\";'),('en','messages:edit-slots-missing','s:61:\"en:The following {{PLURAL:$1|slot is|slots are}} missing: $2.\";'),('en','messages:edit-textarea-aria-label','s:25:\"en:Wikitext source editor\";'),('en','messages:edit_form_incomplete','s:128:\"en:<strong>Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.</strong>\";'),('en','messages:editcomment','s:37:\"en:The edit summary was: <em>$1</em>.\";'),('en','messages:editconflict','s:20:\"en:Edit conflict: $1\";'),('en','messages:editedwhiledeleting','s:72:\"en:The page you are deleting has been edited. Please reconfirm deletion.\";'),('en','messages:editfont-monospace','s:18:\"en:Monospaced font\";'),('en','messages:editfont-sansserif','s:18:\"en:Sans-serif font\";'),('en','messages:editfont-serif','s:13:\"en:Serif font\";'),('en','messages:editfont-style','s:24:\"en:Edit area font style:\";'),('en','messages:edithelp','s:15:\"en:Editing help\";'),('en','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('en','messages:editing','s:13:\"en:Editing $1\";'),('en','messages:editingcomment','s:27:\"en:Editing $1 (new section)\";'),('en','messages:editinginterface','s:208:\"en:<strong>Warning:</strong> You are editing a page that is used to provide interface text for the software.\nChanges to this page will affect the appearance of the user interface for other users on this wiki.\";'),('en','messages:editingold','s:152:\"en:<strong>Warning: You are editing an out-of-date revision of this page.</strong>\nIf you publish it, any changes made since this revision will be lost.\";'),('en','messages:editingsection','s:23:\"en:Editing $1 (section)\";'),('en','messages:editinguser','s:80:\"en:Changing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('en','messages:editlink','s:7:\"en:edit\";'),('en','messages:editnotice-notext','s:4:\"en:-\";'),('en','messages:editold','s:7:\"en:edit\";'),('en','messages:editpage','s:14:\"en:Edit a page\";'),('en','messages:editpage-cannot-use-custom-model','s:52:\"en:The content model of this page cannot be changed.\";'),('en','messages:editpage-code-message','s:4:\"en:-\";'),('en','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('en','messages:editpage-invalidcontentmodel-text','s:43:\"en:The content model \"$1\" is not supported.\";'),('en','messages:editpage-invalidcontentmodel-title','s:30:\"en:Content model not supported\";'),('en','messages:editpage-notsupportedcontentformat-text','s:66:\"en:The content format $1 is not supported by the content model $2.\";'),('en','messages:editpage-notsupportedcontentformat-title','s:31:\"en:Content format not supported\";'),('en','messages:editpage-summary','s:3:\"en:\";'),('en','messages:editpage-tos-summary','s:4:\"en:-\";'),('en','messages:editrecovery','s:16:\"en:Edit Recovery\";'),('en','messages:editsection','s:7:\"en:edit\";'),('en','messages:editsectionhint','s:19:\"en:Edit section: $1\";'),('en','messages:edittools','s:64:\"en:<!-- Text here will be shown below edit and upload forms. -->\";'),('en','messages:edittools-upload','s:4:\"en:-\";'),('en','messages:editundo','s:7:\"en:undo\";'),('en','messages:editusergroup','s:19:\"en:Load user groups\";'),('en','messages:editwatchlist-summary','s:3:\"en:\";'),('en','messages:ellipsis','s:6:\"en:...\";'),('en','messages:email','s:8:\"en:Email\";'),('en','messages:email-allow-new-users-label','s:36:\"en:Allow emails from brand-new users\";'),('en','messages:email-legend','s:45:\"en:Send an email to another {{SITENAME}} user\";'),('en','messages:email-mutelist-label','s:41:\"en:Prohibit these users from emailing me:\";'),('en','messages:emailauthenticated','s:48:\"en:Your email address was confirmed on $2 at $3.\";'),('en','messages:emailblock','s:17:\"en:email disabled\";'),('en','messages:emailccme','s:33:\"en:Email me a copy of my message.\";'),('en','messages:emailccsubject','s:33:\"en:Copy of your message to $1: $2\";'),('en','messages:emailconfirmlink','s:29:\"en:Confirm your email address\";'),('en','messages:emaildisabled','s:32:\"en:This site cannot send emails.\";'),('en','messages:emailfrom','s:8:\"en:From:\";'),('en','messages:emaillink','s:13:\"en:send email\";'),('en','messages:emailmessage','s:11:\"en:Message:\";'),('en','messages:emailnotarget','s:50:\"en:Non-existent or invalid username for recipient.\";'),('en','messages:emailnotauthenticated','s:100:\"en:Your email address is not yet confirmed.\nNo email will be sent for any of the following features.\";'),('en','messages:emailpagetext','s:243:\"en:You can use the form below to send an email message to this {{GENDER:$1|user}}.\nThe email address you entered in [[Special:Preferences|your user preferences]] will appear in the email, so the recipient will be able to reply directly to you.\";'),('en','messages:emailsend','s:7:\"en:Send\";'),('en','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('en','messages:emailsent','s:13:\"en:Email sent\";'),('en','messages:emailsenttext','s:36:\"en:Your email message has been sent.\";'),('en','messages:emailsubject','s:11:\"en:Subject:\";'),('en','messages:emailtarget','s:30:\"en:Enter username of recipient\";'),('en','messages:emailto','s:6:\"en:To:\";'),('en','messages:emailuser','s:18:\"en:Email this user\";'),('en','messages:emailuser-summary','s:3:\"en:\";'),('en','messages:emailuser-title-notarget','s:13:\"en:Email user\";'),('en','messages:emailuser-title-target','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('en','messages:emailuserfooter','s:308:\"en:This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}. If {{GENDER:$2|you}} reply to this email, {{GENDER:$2|your}} email will be sent directly to the {{GENDER:$1|original sender}}, revealing {{GENDER:$2|your}} email address to {{GENDER:$1|them}}.\";'),('en','messages:emailusername','s:12:\"en:Username:\";'),('en','messages:emailusernamesubmit','s:9:\"en:Submit\";'),('en','messages:empty-file','s:36:\"en:The file you submitted was empty.\";'),('en','messages:empty-language-selector-body','s:50:\"en:Page contents not supported in other languages.\";'),('en','messages:empty-username','s:26:\"en:(no username available)\";'),('en','messages:emptyfile','s:146:\"en:The file you uploaded seems to be empty.\nThis might be due to a typo in the filename.\nPlease check whether you really want to upload this file.\";'),('en','messages:enhancedrc-history','s:10:\"en:history\";'),('en','messages:enhancedrc-since-last-visit','s:36:\"en:$1 {{PLURAL:$1|since last visit}}\";'),('en','messages:enotif_anon_editor','s:20:\"en:anonymous user $1\";'),('en','messages:enotif_body','s:704:\"en:Dear $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE $PAGELOG\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.\n\nYour friendly {{SITENAME}} notification system\n\n--\nTo change your email notification settings, visit\n{{canonicalurl:{{#special:Preferences}}}}\n\nTo change your watchlist settings, visit\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nTo delete the page from your watchlist, visit\n$UNWATCHURL\n\nFeedback and further assistance:\n$HELPPAGE\";'),('en','messages:enotif_body_intro_changed','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|changed}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('en','messages:enotif_body_intro_created','s:115:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|created}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('en','messages:enotif_body_intro_deleted','s:90:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|deleted}} on $PAGEEDITDATE by $2, see $3.\";'),('en','messages:enotif_body_intro_moved','s:113:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|moved}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('en','messages:enotif_body_intro_restored','s:117:\"en:The {{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} on $PAGEEDITDATE by $2, see $3 for the current revision.\";'),('en','messages:enotif_impersonal_salutation','s:20:\"en:{{SITENAME}} user\";'),('en','messages:enotif_lastdiff','s:30:\"en:To view this change, see $1\";'),('en','messages:enotif_lastvisited','s:48:\"en:For all changes since your last visit, see $1\";'),('en','messages:enotif_minoredit','s:23:\"en:This is a minor edit\";'),('en','messages:enotif_pagelog','s:39:\"en:To view the log of this page, see $1\";'),('en','messages:enotif_reset','s:25:\"en:Mark all pages visited\";'),('en','messages:enotif_subject_changed','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|changed}} by $2\";'),('en','messages:enotif_subject_created','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|created}} by $2\";'),('en','messages:enotif_subject_deleted','s:60:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|deleted}} by $2\";'),('en','messages:enotif_subject_moved','s:58:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|moved}} by $2\";'),('en','messages:enotif_subject_restored','s:62:\"en:{{SITENAME}} page $1 has been {{GENDER:$2|undeleted}} by $2\";'),('en','messages:enotif_temp_editor','s:20:\"en:temporary user $1\";'),('en','messages:enterlockreason','s:87:\"en:Enter a reason for the lock, including an estimate of when the lock will be released\";'),('en','messages:error','s:8:\"en:Error\";'),('en','messages:errorpagetitle','s:8:\"en:Error\";'),('en','messages:exbeforeblank','s:36:\"en:content before blanking was: \"$1\"\";'),('en','messages:exception-nologin','s:16:\"en:Not logged in\";'),('en','messages:exception-nologin-text','s:58:\"en:Please log in to be able to access this page or action.\";'),('en','messages:exception-nologin-text-for-temp-user','s:69:\"en:Please create an account to be able to access this page or action.\";'),('en','messages:excontent','s:20:\"en:content was: \"$1\"\";'),('en','messages:excontentauthor','s:108:\"en:content was: \"$1\", and the only contributor was \"[[Special:Contributions/$2|$2]]\" ([[User talk:$2|talk]])\";'),('en','messages:exif-aperturevalue','s:16:\"en:APEX aperture\";'),('en','messages:exif-artist','s:9:\"en:Author\";'),('en','messages:exif-attributionurl','s:42:\"en:When re-using this work, please link to\";'),('en','messages:exif-bitspersample','s:21:\"en:Bits per component\";'),('en','messages:exif-brightnessvalue','s:18:\"en:APEX brightness\";'),('en','messages:exif-cameraownername','s:18:\"en:Owner of camera\";'),('en','messages:exif-citycreated','s:37:\"en:City that the picture was taken in\";'),('en','messages:exif-citydest','s:13:\"en:City shown\";'),('en','messages:exif-colorspace','s:14:\"en:Color space\";'),('en','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('en','messages:exif-colorspace-65535','s:15:\"en:Uncalibrated\";'),('en','messages:exif-componentsconfiguration','s:28:\"en:Meaning of each component\";'),('en','messages:exif-componentsconfiguration-0','s:17:\"en:does not exist\";'),('en','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('en','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('en','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('en','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('en','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('en','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('en','messages:exif-compressedbitsperpixel','s:25:\"en:Image compression mode\";'),('en','messages:exif-compression','s:21:\"en:Compression scheme\";'),('en','messages:exif-compression-1','s:15:\"en:Uncompressed\";'),('en','messages:exif-compression-2','s:67:\"en:CCITT Group 3 1-Dimensional Modified Huffman run length encoding\";'),('en','messages:exif-compression-3','s:29:\"en:CCITT Group 3 fax encoding\";'),('en','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('en','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('en','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('en','messages:exif-compression-4','s:29:\"en:CCITT Group 4 fax encoding\";'),('en','messages:exif-compression-5','s:6:\"en:LZW\";'),('en','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('en','messages:exif-compression-7','s:7:\"en:JPEG\";'),('en','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('en','messages:exif-contact','s:22:\"en:Contact information\";'),('en','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('en','messages:exif-contentwarning','s:18:\"en:Content warning\";'),('en','messages:exif-contrast','s:11:\"en:Contrast\";'),('en','messages:exif-contrast-0','s:9:\"en:Normal\";'),('en','messages:exif-contrast-1','s:7:\"en:Soft\";'),('en','messages:exif-contrast-2','s:7:\"en:Hard\";'),('en','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('en','messages:exif-copyright','s:19:\"en:Copyright holder\";'),('en','messages:exif-copyrighted','s:19:\"en:Copyright status\";'),('en','messages:exif-copyrighted-false','s:27:\"en:Copyright status not set\";'),('en','messages:exif-copyrighted-true','s:14:\"en:Copyrighted\";'),('en','messages:exif-copyrightowner','s:18:\"en:Copyright owner\";'),('en','messages:exif-countrycodecreated','s:53:\"en:Code for the country that the picture was taken in\";'),('en','messages:exif-countrycodedest','s:25:\"en:Code for country shown\";'),('en','messages:exif-countrycreated','s:40:\"en:Country that the picture was taken in\";'),('en','messages:exif-countrydest','s:16:\"en:Country shown\";'),('en','messages:exif-credit','s:18:\"en:Credit/Provider\";'),('en','messages:exif-croppedareaimageheightpixels','s:26:\"en:Panorama cropped height\";'),('en','messages:exif-croppedareaimagewidthpixels','s:25:\"en:Panorama cropped width\";'),('en','messages:exif-croppedarealeftpixels','s:21:\"en:Panorama left crop\";'),('en','messages:exif-croppedareatoppixels','s:20:\"en:Panorama top crop\";'),('en','messages:exif-customrendered','s:26:\"en:Custom image processing\";'),('en','messages:exif-customrendered-0','s:17:\"en:Normal process\";'),('en','messages:exif-customrendered-1','s:17:\"en:Custom process\";'),('en','messages:exif-customrendered-2','s:26:\"en:HDR (no original saved)\";'),('en','messages:exif-customrendered-3','s:23:\"en:HDR (original saved)\";'),('en','messages:exif-customrendered-4','s:21:\"en:Original (for HDR)\";'),('en','messages:exif-customrendered-6','s:11:\"en:Panorama\";'),('en','messages:exif-customrendered-7','s:15:\"en:Portrait HDR\";'),('en','messages:exif-customrendered-8','s:11:\"en:Portrait\";'),('en','messages:exif-datetime','s:28:\"en:File change date and time\";'),('en','messages:exif-datetimedigitized','s:30:\"en:Date and time of digitizing\";'),('en','messages:exif-datetimeexpires','s:19:\"en:Do not use after\";'),('en','messages:exif-datetimemetadata','s:34:\"en:Date metadata was last modified\";'),('en','messages:exif-datetimeoriginal','s:35:\"en:Date and time of data generation\";'),('en','messages:exif-datetimereleased','s:14:\"en:Released on\";'),('en','messages:exif-dc-contributor','s:15:\"en:Contributors\";'),('en','messages:exif-dc-coverage','s:37:\"en:Spatial or temporal scope of media\";'),('en','messages:exif-dc-date','s:10:\"en:Date(s)\";'),('en','messages:exif-dc-publisher','s:12:\"en:Publisher\";'),('en','messages:exif-dc-relation','s:16:\"en:Related media\";'),('en','messages:exif-dc-rights','s:9:\"en:Rights\";'),('en','messages:exif-dc-source','s:15:\"en:Source media\";'),('en','messages:exif-dc-type','s:16:\"en:Type of media\";'),('en','messages:exif-devicesettingdescription','s:30:\"en:Device settings description\";'),('en','messages:exif-digitalzoomratio','s:21:\"en:Digital zoom ratio\";'),('en','messages:exif-disclaimer','s:13:\"en:Disclaimer\";'),('en','messages:exif-editstatus','s:28:\"en:Editorial status of image\";'),('en','messages:exif-event','s:17:\"en:Event depicted\";'),('en','messages:exif-exifversion','s:15:\"en:Exif version\";'),('en','messages:exif-exposurebiasvalue','s:21:\"en:APEX exposure bias\";'),('en','messages:exif-exposureindex','s:17:\"en:Exposure index\";'),('en','messages:exif-exposurelockused','s:21:\"en:Exposure lock used\";'),('en','messages:exif-exposurelockused-false','s:5:\"en:No\";'),('en','messages:exif-exposurelockused-true','s:6:\"en:Yes\";'),('en','messages:exif-exposuremode','s:16:\"en:Exposure mode\";'),('en','messages:exif-exposuremode-0','s:16:\"en:Auto exposure\";'),('en','messages:exif-exposuremode-1','s:18:\"en:Manual exposure\";'),('en','messages:exif-exposuremode-2','s:15:\"en:Auto bracket\";'),('en','messages:exif-exposureprogram','s:19:\"en:Exposure Program\";'),('en','messages:exif-exposureprogram-0','s:14:\"en:Not defined\";'),('en','messages:exif-exposureprogram-1','s:9:\"en:Manual\";'),('en','messages:exif-exposureprogram-2','s:17:\"en:Normal program\";'),('en','messages:exif-exposureprogram-3','s:20:\"en:Aperture priority\";'),('en','messages:exif-exposureprogram-4','s:19:\"en:Shutter priority\";'),('en','messages:exif-exposureprogram-5','s:50:\"en:Creative program (biased toward depth of field)\";'),('en','messages:exif-exposureprogram-6','s:52:\"en:Action program (biased toward fast shutter speed)\";'),('en','messages:exif-exposureprogram-7','s:70:\"en:Portrait mode (for closeup photos with the background out of focus)\";'),('en','messages:exif-exposureprogram-8','s:69:\"en:Landscape mode (for landscape photos with the background in focus)\";'),('en','messages:exif-exposuretime','s:16:\"en:Exposure time\";'),('en','messages:exif-exposuretime-format','s:14:\"en:$1 sec ($2)\";'),('en','messages:exif-filesource','s:14:\"en:File source\";'),('en','messages:exif-filesource-3','s:23:\"en:Digital still camera\";'),('en','messages:exif-firstphotodate','s:19:\"en:First photo date\";'),('en','messages:exif-fixtureidentifier','s:15:\"en:Fixture name\";'),('en','messages:exif-flash','s:8:\"en:Flash\";'),('en','messages:exif-flash-fired-0','s:21:\"en:Flash did not fire\";'),('en','messages:exif-flash-fired-1','s:14:\"en:Flash fired\";'),('en','messages:exif-flash-function-1','s:20:\"en:No flash function\";'),('en','messages:exif-flash-mode-1','s:26:\"en:compulsory flash firing\";'),('en','messages:exif-flash-mode-2','s:31:\"en:compulsory flash suppression\";'),('en','messages:exif-flash-mode-3','s:12:\"en:auto mode\";'),('en','messages:exif-flash-redeye-1','s:25:\"en:red-eye reduction mode\";'),('en','messages:exif-flash-return-0','s:38:\"en:no strobe return detection function\";'),('en','messages:exif-flash-return-2','s:35:\"en:strobe return light not detected\";'),('en','messages:exif-flash-return-3','s:31:\"en:strobe return light detected\";'),('en','messages:exif-flashenergy','s:15:\"en:Flash energy\";'),('en','messages:exif-flashpixversion','s:29:\"en:Supported Flashpix version\";'),('en','messages:exif-fnumber','s:11:\"en:F Number\";'),('en','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('en','messages:exif-focallength','s:20:\"en:Lens focal length\";'),('en','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('en','messages:exif-focallengthin35mmfilm','s:29:\"en:Focal length in 35 mm film\";'),('en','messages:exif-focalplaneresolutionunit','s:30:\"en:Focal plane resolution unit\";'),('en','messages:exif-focalplaneresolutionunit-2','s:9:\"en:inches\";'),('en','messages:exif-focalplanexresolution','s:27:\"en:Focal plane X resolution\";'),('en','messages:exif-focalplaneyresolution','s:27:\"en:Focal plane Y resolution\";'),('en','messages:exif-fullpanoheightpixels','s:23:\"en:Panorama full height\";'),('en','messages:exif-fullpanowidthpixels','s:22:\"en:Panorama full width\";'),('en','messages:exif-gaincontrol','s:16:\"en:Scene control\";'),('en','messages:exif-gaincontrol-0','s:7:\"en:None\";'),('en','messages:exif-gaincontrol-1','s:14:\"en:Low gain up\";'),('en','messages:exif-gaincontrol-2','s:15:\"en:High gain up\";'),('en','messages:exif-gaincontrol-3','s:16:\"en:Low gain down\";'),('en','messages:exif-gaincontrol-4','s:17:\"en:High gain down\";'),('en','messages:exif-giffilecomment','s:19:\"en:GIF file comment\";'),('en','messages:exif-gpsaltitude','s:11:\"en:Altitude\";'),('en','messages:exif-gpsaltitude-above-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} above sea level\";'),('en','messages:exif-gpsaltitude-below-sealevel','s:48:\"en:$1 {{PLURAL:$1|meter|meters}} below sea level\";'),('en','messages:exif-gpsaltituderef','s:21:\"en:Altitude reference\";'),('en','messages:exif-gpsareainformation','s:19:\"en:Name of GPS area\";'),('en','messages:exif-gpsdatestamp','s:11:\"en:GPS date\";'),('en','messages:exif-gpsdestbearing','s:25:\"en:Bearing of destination\";'),('en','messages:exif-gpsdestbearingref','s:39:\"en:Reference for bearing of destination\";'),('en','messages:exif-gpsdestdistance','s:26:\"en:Distance to destination\";'),('en','messages:exif-gpsdestdistance-k','s:13:\"en:Kilometers\";'),('en','messages:exif-gpsdestdistance-m','s:8:\"en:Miles\";'),('en','messages:exif-gpsdestdistance-n','s:17:\"en:Nautical miles\";'),('en','messages:exif-gpsdestdistanceref','s:40:\"en:Reference for distance to destination\";'),('en','messages:exif-gpsdestlatitude','s:23:\"en:Latitude destination\";'),('en','messages:exif-gpsdestlatituderef','s:40:\"en:Reference for latitude of destination\";'),('en','messages:exif-gpsdestlongitude','s:27:\"en:Longitude of destination\";'),('en','messages:exif-gpsdestlongituderef','s:41:\"en:Reference for longitude of destination\";'),('en','messages:exif-gpsdifferential','s:30:\"en:GPS differential correction\";'),('en','messages:exif-gpsdirection-m','s:21:\"en:Magnetic direction\";'),('en','messages:exif-gpsdirection-t','s:17:\"en:True direction\";'),('en','messages:exif-gpsdop','s:24:\"en:Measurement precision\";'),('en','messages:exif-gpsdop-excellent','s:17:\"en:Excellent ($1)\";'),('en','messages:exif-gpsdop-fair','s:12:\"en:Fair ($1)\";'),('en','messages:exif-gpsdop-good','s:12:\"en:Good ($1)\";'),('en','messages:exif-gpsdop-moderate','s:16:\"en:Moderate ($1)\";'),('en','messages:exif-gpsdop-poor','s:12:\"en:Poor ($1)\";'),('en','messages:exif-gpsimgdirection','s:21:\"en:Direction of image\";'),('en','messages:exif-gpsimgdirectionref','s:35:\"en:Reference for direction of image\";'),('en','messages:exif-gpslatitude','s:11:\"en:Latitude\";'),('en','messages:exif-gpslatitude-n','s:17:\"en:North latitude\";'),('en','messages:exif-gpslatitude-s','s:17:\"en:South latitude\";'),('en','messages:exif-gpslatituderef','s:26:\"en:North or south latitude\";'),('en','messages:exif-gpslongitude','s:12:\"en:Longitude\";'),('en','messages:exif-gpslongitude-e','s:17:\"en:East longitude\";'),('en','messages:exif-gpslongitude-w','s:17:\"en:West longitude\";'),('en','messages:exif-gpslongituderef','s:25:\"en:East or west longitude\";'),('en','messages:exif-gpsmapdatum','s:28:\"en:Geodetic survey data used\";'),('en','messages:exif-gpsmeasuremode','s:19:\"en:Measurement mode\";'),('en','messages:exif-gpsmeasuremode-2','s:28:\"en:2-dimensional measurement\";'),('en','messages:exif-gpsmeasuremode-3','s:28:\"en:3-dimensional measurement\";'),('en','messages:exif-gpsprocessingmethod','s:32:\"en:Name of GPS processing method\";'),('en','messages:exif-gpssatellites','s:34:\"en:Satellites used for measurement\";'),('en','messages:exif-gpsspeed','s:24:\"en:Speed of GPS receiver\";'),('en','messages:exif-gpsspeed-k','s:22:\"en:Kilometers per hour\";'),('en','messages:exif-gpsspeed-m','s:17:\"en:Miles per hour\";'),('en','messages:exif-gpsspeed-n','s:8:\"en:Knots\";'),('en','messages:exif-gpsspeedref','s:13:\"en:Speed unit\";'),('en','messages:exif-gpsstatus','s:18:\"en:Receiver status\";'),('en','messages:exif-gpsstatus-a','s:26:\"en:Measurement in progress\";'),('en','messages:exif-gpsstatus-v','s:31:\"en:Measurement interoperability\";'),('en','messages:exif-gpstimestamp','s:26:\"en:GPS time (atomic clock)\";'),('en','messages:exif-gpstrack','s:24:\"en:Direction of movement\";'),('en','messages:exif-gpstrackref','s:38:\"en:Reference for direction of movement\";'),('en','messages:exif-gpsversionid','s:18:\"en:GPS tag version\";'),('en','messages:exif-headline','s:11:\"en:Headline\";'),('en','messages:exif-identifier','s:13:\"en:Identifier\";'),('en','messages:exif-iimcategory','s:11:\"en:Category\";'),('en','messages:exif-iimcategory-ace','s:34:\"en:Arts, culture and entertainment\";'),('en','messages:exif-iimcategory-clj','s:16:\"en:Crime and law\";'),('en','messages:exif-iimcategory-dis','s:26:\"en:Disasters and accidents\";'),('en','messages:exif-iimcategory-edu','s:12:\"en:Education\";'),('en','messages:exif-iimcategory-evn','s:14:\"en:Environment\";'),('en','messages:exif-iimcategory-fin','s:23:\"en:Economy and business\";'),('en','messages:exif-iimcategory-hth','s:9:\"en:Health\";'),('en','messages:exif-iimcategory-hum','s:17:\"en:Human interest\";'),('en','messages:exif-iimcategory-lab','s:8:\"en:Labor\";'),('en','messages:exif-iimcategory-lif','s:24:\"en:Lifestyle and leisure\";'),('en','messages:exif-iimcategory-pol','s:11:\"en:Politics\";'),('en','messages:exif-iimcategory-rel','s:22:\"en:Religion and belief\";'),('en','messages:exif-iimcategory-sci','s:25:\"en:Science and technology\";'),('en','messages:exif-iimcategory-soi','s:16:\"en:Social issues\";'),('en','messages:exif-iimcategory-spo','s:9:\"en:Sports\";'),('en','messages:exif-iimcategory-war','s:27:\"en:War, conflict and unrest\";'),('en','messages:exif-iimcategory-wea','s:10:\"en:Weather\";'),('en','messages:exif-iimsupplementalcategory','s:26:\"en:Supplemental categories\";'),('en','messages:exif-iimversion','s:14:\"en:IIM version\";'),('en','messages:exif-imagedescription','s:14:\"en:Image title\";'),('en','messages:exif-imagelength','s:9:\"en:Height\";'),('en','messages:exif-imageuniqueid','s:18:\"en:Unique image ID\";'),('en','messages:exif-imagewidth','s:8:\"en:Width\";'),('en','messages:exif-initialcameradolly','s:23:\"en:Initial camera dolly\";'),('en','messages:exif-initialhorizontalfovdegrees','s:35:\"en:Initial FOV (horizontal degrees)\";'),('en','messages:exif-initialverticalfovdegrees','s:33:\"en:Initial FOV (vertical degrees)\";'),('en','messages:exif-initialviewheadingdegrees','s:33:\"en:Initial view heading (degrees)\";'),('en','messages:exif-initialviewpitchdegrees','s:31:\"en:Initial view pitch (degrees)\";'),('en','messages:exif-initialviewrolldegrees','s:30:\"en:Initial view roll (degrees)\";'),('en','messages:exif-intellectualgenre','s:15:\"en:Type of item\";'),('en','messages:exif-isospeedratings','s:19:\"en:ISO speed rating\";'),('en','messages:exif-isospeedratings-overflow','s:21:\"en:Greater than 65535\";'),('en','messages:exif-jpegfilecomment','s:20:\"en:JPEG file comment\";'),('en','messages:exif-jpeginterchangeformat','s:21:\"en:Offset to JPEG SOI\";'),('en','messages:exif-jpeginterchangeformatlength','s:21:\"en:Bytes of JPEG data\";'),('en','messages:exif-keywords','s:11:\"en:Keywords\";'),('en','messages:exif-label','s:8:\"en:Label\";'),('en','messages:exif-languagecode','s:11:\"en:Language\";'),('en','messages:exif-lastphotodate','s:18:\"en:Last photo date\";'),('en','messages:exif-lens','s:12:\"en:Lens used\";'),('en','messages:exif-licenseurl','s:28:\"en:URL for copyright license\";'),('en','messages:exif-lightsource','s:15:\"en:Light source\";'),('en','messages:exif-lightsource-0','s:10:\"en:Unknown\";'),('en','messages:exif-lightsource-1','s:11:\"en:Daylight\";'),('en','messages:exif-lightsource-10','s:17:\"en:Cloudy weather\";'),('en','messages:exif-lightsource-11','s:8:\"en:Shade\";'),('en','messages:exif-lightsource-12','s:42:\"en:Daylight fluorescent (D 5700 – 7100K)\";'),('en','messages:exif-lightsource-13','s:43:\"en:Day white fluorescent (N 4600 – 5400K)\";'),('en','messages:exif-lightsource-14','s:44:\"en:Cool white fluorescent (W 3900 – 4500K)\";'),('en','messages:exif-lightsource-15','s:40:\"en:White fluorescent (WW 3200 – 3700K)\";'),('en','messages:exif-lightsource-17','s:19:\"en:Standard light A\";'),('en','messages:exif-lightsource-18','s:19:\"en:Standard light B\";'),('en','messages:exif-lightsource-19','s:19:\"en:Standard light C\";'),('en','messages:exif-lightsource-2','s:14:\"en:Fluorescent\";'),('en','messages:exif-lightsource-20','s:6:\"en:D55\";'),('en','messages:exif-lightsource-21','s:6:\"en:D65\";'),('en','messages:exif-lightsource-22','s:6:\"en:D75\";'),('en','messages:exif-lightsource-23','s:6:\"en:D50\";'),('en','messages:exif-lightsource-24','s:22:\"en:ISO studio tungsten\";'),('en','messages:exif-lightsource-255','s:21:\"en:Other light source\";'),('en','messages:exif-lightsource-3','s:32:\"en:Tungsten (incandescent light)\";'),('en','messages:exif-lightsource-4','s:8:\"en:Flash\";'),('en','messages:exif-lightsource-9','s:15:\"en:Fine weather\";'),('en','messages:exif-locationdest','s:20:\"en:Location depicted\";'),('en','messages:exif-locationdestcode','s:28:\"en:Code of location depicted\";'),('en','messages:exif-make','s:22:\"en:Camera manufacturer\";'),('en','messages:exif-make-value','s:5:\"en:$1\";'),('en','messages:exif-maxaperturevalue','s:24:\"en:Maximum land aperture\";'),('en','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('en','messages:exif-meteringmode','s:16:\"en:Metering mode\";'),('en','messages:exif-meteringmode-0','s:10:\"en:Unknown\";'),('en','messages:exif-meteringmode-1','s:10:\"en:Average\";'),('en','messages:exif-meteringmode-2','s:26:\"en:Center weighted average\";'),('en','messages:exif-meteringmode-255','s:8:\"en:Other\";'),('en','messages:exif-meteringmode-3','s:7:\"en:Spot\";'),('en','messages:exif-meteringmode-4','s:13:\"en:Multi-Spot\";'),('en','messages:exif-meteringmode-5','s:10:\"en:Pattern\";'),('en','messages:exif-meteringmode-6','s:10:\"en:Partial\";'),('en','messages:exif-model','s:15:\"en:Camera model\";'),('en','messages:exif-model-value','s:5:\"en:$1\";'),('en','messages:exif-morepermissionsurl','s:36:\"en:Alternative licensing information\";'),('en','messages:exif-nickname','s:25:\"en:Informal name of image\";'),('en','messages:exif-objectcycle','s:41:\"en:Time of day that media is intended for\";'),('en','messages:exif-objectcycle-a','s:15:\"en:Morning only\";'),('en','messages:exif-objectcycle-b','s:27:\"en:Both morning and evening\";'),('en','messages:exif-objectcycle-p','s:15:\"en:Evening only\";'),('en','messages:exif-objectname','s:14:\"en:Short title\";'),('en','messages:exif-organisationinimage','s:24:\"en:Organization depicted\";'),('en','messages:exif-orientation','s:14:\"en:Orientation\";'),('en','messages:exif-orientation-1','s:9:\"en:Normal\";'),('en','messages:exif-orientation-2','s:23:\"en:Flipped horizontally\";'),('en','messages:exif-orientation-3','s:16:\"en:Rotated 180°\";'),('en','messages:exif-orientation-4','s:21:\"en:Flipped vertically\";'),('en','messages:exif-orientation-5','s:42:\"en:Rotated 90° CCW and flipped vertically\";'),('en','messages:exif-orientation-6','s:19:\"en:Rotated 90° CCW\";'),('en','messages:exif-orientation-7','s:41:\"en:Rotated 90° CW and flipped vertically\";'),('en','messages:exif-orientation-8','s:18:\"en:Rotated 90° CW\";'),('en','messages:exif-originaldocumentid','s:33:\"en:Unique ID of original document\";'),('en','messages:exif-originalimageheight','s:40:\"en:Height of image before it was cropped\";'),('en','messages:exif-originalimagewidth','s:39:\"en:Width of image before it was cropped\";'),('en','messages:exif-originaltransmissionref','s:38:\"en:Original transmission location code\";'),('en','messages:exif-personinimage','s:18:\"en:Person depicted\";'),('en','messages:exif-photometricinterpretation','s:20:\"en:Pixel composition\";'),('en','messages:exif-photometricinterpretation-0','s:31:\"en:Black and white (White is 0)\";'),('en','messages:exif-photometricinterpretation-1','s:31:\"en:Black and white (Black is 0)\";'),('en','messages:exif-photometricinterpretation-10','s:28:\"en:CIE L*a*b* (ITU encoding)\";'),('en','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('en','messages:exif-photometricinterpretation-3','s:10:\"en:Palette\";'),('en','messages:exif-photometricinterpretation-32803','s:21:\"en:Color Filter Array\";'),('en','messages:exif-photometricinterpretation-34892','s:13:\"en:Linear raw\";'),('en','messages:exif-photometricinterpretation-4','s:20:\"en:Transparency mask\";'),('en','messages:exif-photometricinterpretation-5','s:28:\"en:Separated (Probably CMYK)\";'),('en','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('en','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('en','messages:exif-photometricinterpretation-9','s:28:\"en:CIE L*a*b* (ICC encoding)\";'),('en','messages:exif-pixelxdimension','s:14:\"en:Image width\";'),('en','messages:exif-pixelydimension','s:15:\"en:Image height\";'),('en','messages:exif-planarconfiguration','s:19:\"en:Data arrangement\";'),('en','messages:exif-planarconfiguration-1','s:16:\"en:chunky format\";'),('en','messages:exif-planarconfiguration-2','s:16:\"en:planar format\";'),('en','messages:exif-pngfilecomment','s:19:\"en:PNG file comment\";'),('en','messages:exif-poseheadingdegrees','s:25:\"en:Pose heading (degrees)\";'),('en','messages:exif-posepitchdegrees','s:18:\"en:Pitch (degrees)\";'),('en','messages:exif-poserolldegrees','s:17:\"en:Roll (degrees)\";'),('en','messages:exif-preferredattributionname','s:41:\"en:When re-using this work, please credit\";'),('en','messages:exif-primarychromaticities','s:32:\"en:Chromaticities of primarities\";'),('en','messages:exif-projectiontype','s:18:\"en:Projection type\";'),('en','messages:exif-projectiontype-equirectangular','s:18:\"en:Equirectangular\";'),('en','messages:exif-provinceorstatecreated','s:50:\"en:Province or state that the picture was taken in\";'),('en','messages:exif-provinceorstatedest','s:26:\"en:Province or state shown\";'),('en','messages:exif-rating','s:20:\"en:Rating (out of 5)\";'),('en','messages:exif-rating-rejected','s:11:\"en:Rejected\";'),('en','messages:exif-referenceblackwhite','s:43:\"en:Pair of black and white reference values\";'),('en','messages:exif-relatedsoundfile','s:21:\"en:Related audio file\";'),('en','messages:exif-rightscertificate','s:32:\"en:Rights management certificate\";'),('en','messages:exif-rowsperstrip','s:27:\"en:Number of rows per strip\";'),('en','messages:exif-samplesperpixel','s:23:\"en:Number of components\";'),('en','messages:exif-saturation','s:13:\"en:Saturation\";'),('en','messages:exif-saturation-0','s:9:\"en:Normal\";'),('en','messages:exif-saturation-1','s:17:\"en:Low saturation\";'),('en','messages:exif-saturation-2','s:18:\"en:High saturation\";'),('en','messages:exif-scenecapturetype','s:21:\"en:Scene capture type\";'),('en','messages:exif-scenecapturetype-0','s:11:\"en:Standard\";'),('en','messages:exif-scenecapturetype-1','s:12:\"en:Landscape\";'),('en','messages:exif-scenecapturetype-2','s:11:\"en:Portrait\";'),('en','messages:exif-scenecapturetype-3','s:14:\"en:Night scene\";'),('en','messages:exif-scenecode','s:18:\"en:IPTC scene code\";'),('en','messages:exif-scenetype','s:13:\"en:Scene type\";'),('en','messages:exif-scenetype-1','s:32:\"en:A directly photographed image\";'),('en','messages:exif-sensingmethod','s:17:\"en:Sensing method\";'),('en','messages:exif-sensingmethod-1','s:12:\"en:Undefined\";'),('en','messages:exif-sensingmethod-2','s:29:\"en:One-chip color area sensor\";'),('en','messages:exif-sensingmethod-3','s:29:\"en:Two-chip color area sensor\";'),('en','messages:exif-sensingmethod-4','s:31:\"en:Three-chip color area sensor\";'),('en','messages:exif-sensingmethod-5','s:31:\"en:Color sequential area sensor\";'),('en','messages:exif-sensingmethod-7','s:19:\"en:Trilinear sensor\";'),('en','messages:exif-sensingmethod-8','s:33:\"en:Color sequential linear sensor\";'),('en','messages:exif-serialnumber','s:26:\"en:Serial number of camera\";'),('en','messages:exif-sharpness','s:12:\"en:Sharpness\";'),('en','messages:exif-sharpness-0','s:9:\"en:Normal\";'),('en','messages:exif-sharpness-1','s:7:\"en:Soft\";'),('en','messages:exif-sharpness-2','s:7:\"en:Hard\";'),('en','messages:exif-shutterspeedvalue','s:21:\"en:APEX shutter speed\";'),('en','messages:exif-software','s:16:\"en:Software used\";'),('en','messages:exif-software-value','s:5:\"en:$1\";'),('en','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('en','messages:exif-source','s:9:\"en:Source\";'),('en','messages:exif-sourcephotoscount','s:21:\"en:Source photo count\";'),('en','messages:exif-specialinstructions','s:23:\"en:Special instructions\";'),('en','messages:exif-spectralsensitivity','s:23:\"en:Spectral sensitivity\";'),('en','messages:exif-stitchingsoftware','s:21:\"en:Stitching software\";'),('en','messages:exif-stripbytecounts','s:29:\"en:Bytes per compressed strip\";'),('en','messages:exif-stripoffsets','s:22:\"en:Image data location\";'),('en','messages:exif-subjectarea','s:15:\"en:Subject area\";'),('en','messages:exif-subjectdistance','s:19:\"en:Subject distance\";'),('en','messages:exif-subjectdistance-value','s:12:\"en:$1 meters\";'),('en','messages:exif-subjectdistancerange','s:25:\"en:Subject distance range\";'),('en','messages:exif-subjectdistancerange-0','s:10:\"en:Unknown\";'),('en','messages:exif-subjectdistancerange-1','s:8:\"en:Macro\";'),('en','messages:exif-subjectdistancerange-2','s:13:\"en:Close view\";'),('en','messages:exif-subjectdistancerange-3','s:15:\"en:Distant view\";'),('en','messages:exif-subjectlocation','s:19:\"en:Subject location\";'),('en','messages:exif-subjectnewscode','s:15:\"en:Subject code\";'),('en','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('en','messages:exif-sublocationcreated','s:56:\"en:Sublocation of the city that the picture was taken in\";'),('en','messages:exif-sublocationdest','s:28:\"en:Sublocation of city shown\";'),('en','messages:exif-subsectime','s:22:\"en:DateTime subseconds\";'),('en','messages:exif-subsectimedigitized','s:31:\"en:DateTimeDigitized subseconds\";'),('en','messages:exif-subsectimeoriginal','s:30:\"en:DateTimeOriginal subseconds\";'),('en','messages:exif-unknowndate','s:15:\"en:Unknown date\";'),('en','messages:exif-urgency','s:10:\"en:Urgency\";'),('en','messages:exif-urgency-high','s:12:\"en:High ($1)\";'),('en','messages:exif-urgency-low','s:11:\"en:Low ($1)\";'),('en','messages:exif-urgency-normal','s:14:\"en:Normal ($1)\";'),('en','messages:exif-urgency-other','s:29:\"en:User-defined priority ($1)\";'),('en','messages:exif-usageterms','s:14:\"en:Usage terms\";'),('en','messages:exif-usepanoramaviewer','s:22:\"en:Use panorama viewer\";'),('en','messages:exif-usepanoramaviewer-false','s:5:\"en:No\";'),('en','messages:exif-usepanoramaviewer-true','s:6:\"en:Yes\";'),('en','messages:exif-usercomment','s:16:\"en:User comments\";'),('en','messages:exif-webstatement','s:29:\"en:Online copyright statement\";'),('en','messages:exif-whitebalance','s:16:\"en:White balance\";'),('en','messages:exif-whitebalance-0','s:21:\"en:Auto white balance\";'),('en','messages:exif-whitebalance-1','s:23:\"en:Manual white balance\";'),('en','messages:exif-whitepoint','s:27:\"en:White point chromaticity\";'),('en','messages:exif-worldregioncreated','s:45:\"en:World region that the picture was taken in\";'),('en','messages:exif-worldregiondest','s:21:\"en:World region shown\";'),('en','messages:exif-writer','s:9:\"en:Writer\";'),('en','messages:exif-xresolution','s:24:\"en:Horizontal resolution\";'),('en','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('en','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('en','messages:exif-ycbcrcoefficients','s:49:\"en:Color space transformation matrix coefficients\";'),('en','messages:exif-ycbcrpositioning','s:22:\"en:Y and C positioning\";'),('en','messages:exif-ycbcrpositioning-1','s:11:\"en:Centered\";'),('en','messages:exif-ycbcrpositioning-2','s:11:\"en:Co-sited\";'),('en','messages:exif-ycbcrsubsampling','s:30:\"en:Subsampling ratio of Y to C\";'),('en','messages:exif-yresolution','s:22:\"en:Vertical resolution\";'),('en','messages:expand_templates_generate_rawhtml','s:16:\"en:Show raw HTML\";'),('en','messages:expand_templates_generate_xml','s:22:\"en:Show XML parse tree\";'),('en','messages:expand_templates_html_output','s:18:\"en:Raw HTML output\";'),('en','messages:expand_templates_input','s:18:\"en:Input wikitext:\";'),('en','messages:expand_templates_input_missing','s:52:\"en:You need to provide at least some input wikitext.\";'),('en','messages:expand_templates_intro','s:302:\"en:This special page takes wikitext and expands all templates in it recursively.\nIt also expands supported parser functions like\n<code><nowiki>{{</nowiki>#language:…}}</code> and variables like\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nIn fact, it expands pretty much everything in double-braces.\";'),('en','messages:expand_templates_ok','s:5:\"en:OK\";'),('en','messages:expand_templates_output','s:9:\"en:Result\";'),('en','messages:expand_templates_preview','s:10:\"en:Preview\";'),('en','messages:expand_templates_preview_fail_html','s:380:\"en:<em>Because {{SITENAME}} has raw HTML enabled and there was a loss of session data, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('en','messages:expand_templates_preview_fail_html_anon','s:256:\"en:<em>Because {{SITENAME}} has raw HTML enabled and you are not logged in, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate preview attempt, please [[Special:UserLogin|log in]] and try again.</strong>\";'),('en','messages:expand_templates_remove_comments','s:18:\"en:Remove comments\";'),('en','messages:expand_templates_remove_nowiki','s:35:\"en:Suppress <nowiki> tags in result\";'),('en','messages:expand_templates_title','s:45:\"en:Context title, for {{FULLPAGENAME}}, etc.:\";'),('en','messages:expand_templates_xml_output','s:13:\"en:XML output\";'),('en','messages:expandtemplates','s:19:\"en:Expand templates\";'),('en','messages:expansion-depth-exceeded-category','s:42:\"en:Pages where expansion depth is exceeded\";'),('en','messages:expansion-depth-exceeded-category-desc','s:48:\"en:The page exceeds the maximum expansion depth.\";'),('en','messages:expansion-depth-exceeded-warning','s:36:\"en:Page exceeded the expansion depth\";'),('en','messages:expensive-parserfunction-category','s:54:\"en:Pages with too many expensive parser function calls\";'),('en','messages:expensive-parserfunction-category-desc','s:217:\"en:The page uses too many expensive parser functions (like <code>#ifexist</code>). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('en','messages:expensive-parserfunction-warning','s:197:\"en:<strong>Warning:</strong> This page contains too many expensive parser function calls.\n\nIt should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.\";'),('en','messages:explainconflict','s:334:\"en:Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<strong>Only</strong> the text in the upper text area will be published when you press \"$1\".\";'),('en','messages:export','s:15:\"en:Export pages\";'),('en','messages:export-addcat','s:6:\"en:Add\";'),('en','messages:export-addcattext','s:27:\"en:Add pages from category:\";'),('en','messages:export-addns','s:6:\"en:Add\";'),('en','messages:export-addnstext','s:28:\"en:Add pages from namespace:\";'),('en','messages:export-download','s:15:\"en:Save as file\";'),('en','messages:export-manual','s:22:\"en:Add pages manually:\";'),('en','messages:export-pagelinks','s:38:\"en:Include linked pages to a depth of:\";'),('en','messages:export-submit','s:9:\"en:Export\";'),('en','messages:export-summary','s:3:\"en:\";'),('en','messages:export-templates','s:20:\"en:Include templates\";'),('en','messages:exportall','s:19:\"en:Export all pages\";'),('en','messages:exportcuronly','s:58:\"en:Include only the current revision, not the full history\";'),('en','messages:exportlistauthors','s:52:\"en:Include a full list of contributors for each page\";'),('en','messages:exportnohistory','s:130:\"en:----\n<strong>Note:</strong> Exporting the full history of pages through this form has been disabled due to performance reasons.\";'),('en','messages:exporttext','s:591:\"en:You can export the text and editing history of a particular page or set of pages wrapped in some XML.\nThis can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].\n\nTo export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.\n\nIn the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page \"[[{{MediaWiki:Mainpage}}]]\".\";'),('en','messages:external_image_whitelist','s:443:\"en: #Leave this line exactly as it is<pre>\n#Put regular expression fragments (just the part that goes between the //) below\n#These will be matched with the URLs of external (hotlinked) images\n#Those that match will be displayed as images, otherwise only a link to the image will be shown\n#Lines beginning with # are treated as comments\n#This is case-insensitive\n\n#Put all regex fragments above this line. Leave this line exactly as it is</pre>\";'),('en','messages:externaldberror','s:108:\"en:There was either an authentication database error or you are not allowed to update your external account.\";'),('en','messages:faq','s:6:\"en:FAQ\";'),('en','messages:fatalpassworderror','s:110:\"en:$1\n\nFor security reasons, you cannot log in with this password. Please [$2 request a password reset email].\";'),('en','messages:feb','s:6:\"en:Feb\";'),('en','messages:february','s:11:\"en:February\";'),('en','messages:february-gen','s:11:\"en:February\";'),('en','messages:feed-atom','s:7:\"en:Atom\";'),('en','messages:feed-invalid','s:34:\"en:Invalid subscription feed type.\";'),('en','messages:feed-rss','s:6:\"en:RSS\";'),('en','messages:feed-unavailable','s:38:\"en:Syndication feeds are not available\";'),('en','messages:feedback-cancel','s:9:\"en:Cancel\";'),('en','messages:feedback-close','s:7:\"en:Done\";'),('en','messages:feedback-dialog-intro','s:130:\"en:You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.\";'),('en','messages:feedback-dialog-title','s:18:\"en:Submit feedback\";'),('en','messages:feedback-error1','s:38:\"en:Error: Unrecognized result from API\";'),('en','messages:feedback-error4','s:48:\"en:Error: Unable to post to given feedback title\";'),('en','messages:feedback-external-bug-report-button','s:24:\"en:File a technical task\";'),('en','messages:feedback-message','s:11:\"en:Message:\";'),('en','messages:feedback-subject','s:11:\"en:Subject:\";'),('en','messages:feedback-submit','s:9:\"en:Submit\";'),('en','messages:feedback-terms','s:170:\"en:I understand that my user agent information includes information about my exact browser and operating system version and will be shared publicly alongside my feedback.\";'),('en','messages:feedback-termsofuse','s:67:\"en:I agree to provide feedback in accordance with the Terms of Use.\";'),('en','messages:feedback-thanks','s:63:\"en:Thanks! Your feedback has been posted to the page \"[$2 $1]\".\";'),('en','messages:feedback-thanks-title','s:13:\"en:Thank you!\";'),('en','messages:feedback-useragent','s:14:\"en:User agent:\";'),('en','messages:fewestrevisions','s:34:\"en:Pages with the fewest revisions\";'),('en','messages:fewestrevisions-summary','s:3:\"en:\";'),('en','messages:file-anchor-link','s:7:\"en:File\";'),('en','messages:file-deleted-duplicate','s:152:\"en:A file identical to this file ([[:$1]]) has previously been deleted.\nYou should check that file\'s deletion history before proceeding to re-upload it.\";'),('en','messages:file-deleted-duplicate-notitle','s:224:\"en:A file identical to this file has previously been deleted, and the title has been suppressed.\nYou should ask someone with the ability to view suppressed file data to review the situation before proceeding to re-upload it.\";'),('en','messages:file-exists-duplicate','s:70:\"en:This file is a duplicate of the following {{PLURAL:$1|file|files}}:\";'),('en','messages:file-exists-sharedrepo','s:92:\"en:The filename chosen is already in use on a shared repository.\nPlease choose another name.\";'),('en','messages:file-info','s:31:\"en:file size: $1, MIME type: $2\";'),('en','messages:file-info-gif-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('en','messages:file-info-gif-looped','s:9:\"en:looped\";'),('en','messages:file-info-png-frames','s:32:\"en:$1 {{PLURAL:$1|frame|frames}}\";'),('en','messages:file-info-png-looped','s:9:\"en:looped\";'),('en','messages:file-info-png-repeat','s:37:\"en:played $1 {{PLURAL:$1|time|times}}\";'),('en','messages:file-info-size','s:48:\"en:$1 × $2 pixels, file size: $3, MIME type: $4\";'),('en','messages:file-info-size-pages','s:77:\"en:$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}\";'),('en','messages:file-no-thumb-animation','s:101:\"en:<strong>Note: Due to technical limitations, thumbnails of this file will not be animated.</strong>\";'),('en','messages:file-no-thumb-animation-gif','s:135:\"en:<strong>Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.</strong>\";'),('en','messages:file-nohires','s:34:\"en:No higher resolution available.\";'),('en','messages:file-thumbnail-no','s:207:\"en:The filename begins with <strong>$1</strong>.\nIt seems to be an image of reduced size <em>(thumbnail)</em>.\nIf you have this image in full resolution upload this one, otherwise change the filename please.\";'),('en','messages:file-too-large','s:40:\"en:The file you submitted was too large.\";'),('en','messages:filecopyerror','s:36:\"en:Could not copy file \"$1\" to \"$2\".\";'),('en','messages:filedelete','s:12:\"en:Delete $1\";'),('en','messages:filedelete-archive-read-only','s:63:\"en:The archive directory \"$1\" is not writable by the webserver.\";'),('en','messages:filedelete-comment','s:10:\"en:Reason:\";'),('en','messages:filedelete-current-unregistered','s:50:\"en:The specified file \"$1\" is not in the database.\";'),('en','messages:filedelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('en','messages:filedelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('en','messages:filedelete-intro','s:99:\"en:You are about to delete the file <strong>[[Media:$1|$1]]</strong> along with all of its history.\";'),('en','messages:filedelete-intro-old','s:86:\"en:You are deleting the version of <strong>[[Media:$1|$1]]</strong> as of [$4 $3, $2].\";'),('en','messages:filedelete-legend','s:14:\"en:Delete file\";'),('en','messages:filedelete-maintenance','s:77:\"en:Deletion and restoration of files temporarily disabled during maintenance.\";'),('en','messages:filedelete-maintenance-title','s:21:\"en:Cannot delete file\";'),('en','messages:filedelete-missing','s:61:\"en:The file \"$1\" cannot be deleted because it does not exist.\";'),('en','messages:filedelete-nofile','s:38:\"en:<strong>$1</strong> does not exist.\";'),('en','messages:filedelete-nofile-old','s:85:\"en:There is no archived version of <strong>$1</strong> with the specified attributes.\";'),('en','messages:filedelete-old-unregistered','s:59:\"en:The specified file revision \"$1\" is not in the database.\";'),('en','messages:filedelete-otherreason','s:27:\"en:Other/additional reason:\";'),('en','messages:filedelete-reason-dropdown','s:67:\"en:*Common delete reasons\n** Copyright violation\n** Duplicated file\";'),('en','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('en','messages:filedelete-reason-otherlist','s:15:\"en:Other reason\";'),('en','messages:filedelete-submit','s:9:\"en:Delete\";'),('en','messages:filedelete-success','s:40:\"en:<strong>$1</strong> has been deleted.\";'),('en','messages:filedelete-success-old','s:81:\"en:The version of <strong>[[Media:$1|$1]]</strong> as of $3, $2 has been deleted.\";'),('en','messages:filedeleteerror','s:30:\"en:Could not delete file \"$1\".\";'),('en','messages:filedeleteerror-long','s:55:\"en:Errors were encountered while deleting the file:\n\n$1\";'),('en','messages:filedeleteerror-short','s:26:\"en:Error deleting file: $1\";'),('en','messages:filedesc','s:10:\"en:Summary\";'),('en','messages:fileduplicatesearch','s:29:\"en:Search for duplicate files\";'),('en','messages:fileduplicatesearch-filename','s:12:\"en:Filename:\";'),('en','messages:fileduplicatesearch-info','s:55:\"en:$1 × $2 pixel<br />File size: $3<br />MIME type: $4\";'),('en','messages:fileduplicatesearch-noresults','s:28:\"en:No file named \"$1\" found.\";'),('en','messages:fileduplicatesearch-result-1','s:46:\"en:The file \"$1\" has no identical duplication.\";'),('en','messages:fileduplicatesearch-result-n','s:85:\"en:The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.\";'),('en','messages:fileduplicatesearch-submit','s:9:\"en:Search\";'),('en','messages:fileduplicatesearch-summary','s:51:\"en:Search for duplicate files based on hash values.\";'),('en','messages:fileexists','s:152:\"en:A file with this name exists already, please check <strong>[[:$1]]</strong> if {{GENDER:|you}} are not sure if you want to overwrite it.\n[[$1|thumb]]\";'),('en','messages:fileexists-duplicate-version','s:113:\"en:The upload is an exact duplicate of {{PLURAL:$2|an older version|older versions}} of <strong>[[:$1]]</strong>.\";'),('en','messages:fileexists-extension','s:211:\"en:A file with a similar name exists: [[$2|thumb]]\n* Name of the uploading file: <strong>[[:$1]]</strong>\n* Name of the existing file: <strong>[[:$2]]</strong>\nDo you perhaps want to use a more distinctive name?\";'),('en','messages:fileexists-forbidden','s:169:\"en:A file with this name already exists, and cannot be overwritten.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('en','messages:fileexists-no-change','s:87:\"en:The upload is an exact duplicate of the current version of <strong>[[:$1]]</strong>.\";'),('en','messages:fileexists-shared-forbidden','s:172:\"en:A file with this name exists already in the shared file repository.\nIf you still want to upload your file, please go back and use a new name.\n[[File:$1|thumb|center|$1]]\";'),('en','messages:fileexists-thumbnail-yes','s:236:\"en:The file seems to be an image of reduced size <em>(thumbnail)</em>.\n[[$1|thumb]]\nPlease check the file <strong>[[:$1]]</strong>.\nIf the checked file is the same image of original size it is not necessary to upload an extra thumbnail.\";'),('en','messages:filehist','s:15:\"en:File history\";'),('en','messages:filehist-comment','s:10:\"en:Comment\";'),('en','messages:filehist-current','s:10:\"en:current\";'),('en','messages:filehist-datetime','s:12:\"en:Date/Time\";'),('en','messages:filehist-deleteall','s:13:\"en:delete all\";'),('en','messages:filehist-deleteone','s:9:\"en:delete\";'),('en','messages:filehist-dimensions','s:13:\"en:Dimensions\";'),('en','messages:filehist-help','s:69:\"en:Click on a date/time to view the file as it appeared at that time.\";'),('en','messages:filehist-missing','s:10:\"en:no file\";'),('en','messages:filehist-nothumb','s:15:\"en:No thumbnail\";'),('en','messages:filehist-revert','s:9:\"en:revert\";'),('en','messages:filehist-thumb','s:12:\"en:Thumbnail\";'),('en','messages:filehist-thumbtext','s:33:\"en:Thumbnail for version as of $1\";'),('en','messages:filehist-user','s:7:\"en:User\";'),('en','messages:filemissing','s:15:\"en:File missing\";'),('en','messages:filename','s:11:\"en:Filename\";'),('en','messages:filename-bad-prefix','s:214:\"en:The name of the file you are uploading begins with <strong>\"$1\"</strong>, which is a non-descriptive name typically assigned automatically by digital cameras.\nPlease choose a more descriptive name for your file.\";'),('en','messages:filename-prefix-blacklist','s:434:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobile phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- leave this line exactly as it is -->\";'),('en','messages:filename-thumb-name','s:193:\"en:This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.\";'),('en','messages:filename-toolong','s:46:\"en:Filenames may not be longer than 240 bytes.\";'),('en','messages:filename-tooshort','s:29:\"en:The filename is too short.\";'),('en','messages:filenotfound','s:28:\"en:Could not find file \"$1\".\";'),('en','messages:filepage-nofile','s:31:\"en:No file by this name exists.\";'),('en','messages:filepage-nofile-link','s:59:\"en:No file by this name exists, but you can [$1 upload it].\";'),('en','messages:filepage.css','s:104:\"en:/* CSS placed here is included on the file description page, also included on foreign client wikis */\";'),('en','messages:filepageexists','s:282:\"en:The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.\nThe summary you enter will not appear on the description page.\nTo make your summary appear there, you will need to manually edit it.\n[[$1|thumb]]\";'),('en','messages:filereadonlyerror','s:160:\"en:Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".\";'),('en','messages:filerenameerror','s:38:\"en:Could not rename file \"$1\" to \"$2\".\";'),('en','messages:filereuploadsummary','s:16:\"en:File changes:\";'),('en','messages:filerevert','s:12:\"en:Revert $1\";'),('en','messages:filerevert-badversion','s:79:\"en:There is no previous local version of this file with the provided timestamp.\";'),('en','messages:filerevert-comment','s:10:\"en:Reason:\";'),('en','messages:filerevert-defaultcomment','s:40:\"en:Reverted to version as of $2, $1 ($3)\";'),('en','messages:filerevert-identical','s:76:\"en:The current version of the file is already identical to the selected one.\";'),('en','messages:filerevert-intro','s:102:\"en:You are about to revert the file <strong>[[Media:$1|$1]]</strong> to the [$4 version as of $3, $2].\";'),('en','messages:filerevert-legend','s:14:\"en:Revert file\";'),('en','messages:filerevert-submit','s:9:\"en:Revert\";'),('en','messages:filerevert-success','s:87:\"en:<strong>[[Media:$1|$1]]</strong> has been reverted to the [$4 version as of $3, $2].\";'),('en','messages:filesource','s:10:\"en:Source:\";'),('en','messages:filestatus','s:20:\"en:Copyright status:\";'),('en','messages:filetype-bad-ie-mime','s:136:\"en:Cannot upload this file because Internet Explorer would detect it as \"$1\", which is a disallowed and potentially dangerous file type.\";'),('en','messages:filetype-badmime','s:62:\"en:Files of the MIME type \"$1\" are not allowed to be uploaded.\";'),('en','messages:filetype-banned','s:31:\"en:This type of file is banned.\";'),('en','messages:filetype-banned-type','s:154:\"en:<strong>\".$1\"</strong> {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.\nPermitted {{PLURAL:$3|file type is|file types are}} $2.\";'),('en','messages:filetype-mime-mismatch','s:79:\"en:File extension \".$1\" does not match the detected MIME type of the file ($2).\";'),('en','messages:filetype-missing','s:43:\"en:The file has no extension (like \".jpg\").\";'),('en','messages:filetype-unwanted-type','s:107:\"en:<strong>\".$1\"</strong> is an unwanted file type.\nPreferred {{PLURAL:$3|file type is|file types are}} $2.\";'),('en','messages:fileuploadsummary','s:11:\"en:Summary:\";'),('en','messages:filewasdeleted','s:139:\"en:A file of this name has been previously uploaded and subsequently deleted.\nYou should check the $1 before proceeding to upload it again.\";'),('en','messages:fix-double-redirects','s:56:\"en:Update any redirects that point to the original title\";'),('en','messages:formatnum-nan','s:15:\"en:Not a Number\";'),('en','messages:formerror','s:32:\"en:Error: Could not submit form.\";'),('en','messages:fri','s:6:\"en:Fri\";'),('en','messages:friday','s:9:\"en:Friday\";'),('en','messages:friday-at','s:15:\"en:Friday at $1\";'),('en','messages:gallery-slideshow-toggle','s:20:\"en:Toggle thumbnails\";'),('en','messages:gender-female','s:23:\"en:She edits wiki pages\";'),('en','messages:gender-male','s:22:\"en:He edits wiki pages\";'),('en','messages:gender-notknown','s:23:\"en:They edit wiki pages\";'),('en','messages:gender-unknown','s:84:\"en:When mentioning you, the software will use gender neutral words whenever possible\";'),('en','messages:generic-pool-error','s:166:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this resource.\nPlease wait a while before you try to access this resource again.\";'),('en','messages:go','s:5:\"en:Go\";'),('en','messages:googleanalytics-desc','s:108:\"en:Inserts Google Universal Analytics (and/or other web analytics) scripts into MediaWiki pages for tracking\";'),('en','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('en','messages:gotointerwiki','s:23:\"en:Leaving {{SITENAME}}\";'),('en','messages:gotointerwiki-external','s:111:\"en:You are about to leave {{SITENAME}} to visit [[$2]], which is a separate website.\n\n\'\'\'[$1 Continue to $1]\'\'\'\";'),('en','messages:gotointerwiki-invalid','s:34:\"en:The specified title is invalid.\";'),('en','messages:grant-basic','s:15:\"en:Basic rights\";'),('en','messages:grant-blockusers','s:26:\"en:Block and unblock users\";'),('en','messages:grant-createaccount','s:18:\"en:Create accounts\";'),('en','messages:grant-createeditmovepage','s:31:\"en:Create, edit, and move pages\";'),('en','messages:grant-delete','s:43:\"en:Delete pages, revisions, and log entries\";'),('en','messages:grant-editinterface','s:54:\"en:Edit the MediaWiki namespace and sitewide/user JSON\";'),('en','messages:grant-editmycssjs','s:37:\"en:Edit your user CSS/JSON/JavaScript\";'),('en','messages:grant-editmyoptions','s:52:\"en:Edit your user preferences and JSON configuration\";'),('en','messages:grant-editmywatchlist','s:22:\"en:Edit your watchlist\";'),('en','messages:grant-editpage','s:22:\"en:Edit existing pages\";'),('en','messages:grant-editprotected','s:23:\"en:Edit protected pages\";'),('en','messages:grant-editsiteconfig','s:32:\"en:Edit sitewide and user CSS/JS\";'),('en','messages:grant-generic','s:21:\"en:\"$1\" rights bundle\";'),('en','messages:grant-group-administration','s:33:\"en:Perform administrative actions\";'),('en','messages:grant-group-customization','s:32:\"en:Customization and preferences\";'),('en','messages:grant-group-email','s:13:\"en:Send email\";'),('en','messages:grant-group-file-interaction','s:22:\"en:Interact with media\";'),('en','messages:grant-group-high-volume','s:31:\"en:Perform high volume activity\";'),('en','messages:grant-group-other','s:25:\"en:Miscellaneous activity\";'),('en','messages:grant-group-page-interaction','s:22:\"en:Interact with pages\";'),('en','messages:grant-group-private-information','s:32:\"en:Access private data about you\";'),('en','messages:grant-group-watchlist-interaction','s:31:\"en:Interact with your watchlist\";'),('en','messages:grant-highvolume','s:27:\"en:High-volume (bot) access\";'),('en','messages:grant-import','s:19:\"en:Import revisions\";'),('en','messages:grant-mergehistory','s:23:\"en:Merge page histories\";'),('en','messages:grant-oversight','s:36:\"en:Hide users and suppress revisions\";'),('en','messages:grant-patrol','s:26:\"en:Patrol changes to pages\";'),('en','messages:grant-privateinfo','s:29:\"en:Access private information\";'),('en','messages:grant-protect','s:30:\"en:Protect and unprotect pages\";'),('en','messages:grant-rollback','s:28:\"en:Rollback changes to pages\";'),('en','messages:grant-sendemail','s:28:\"en:Send email to other users\";'),('en','messages:grant-uploadeditmovefile','s:34:\"en:Upload, replace, and move files\";'),('en','messages:grant-uploadfile','s:19:\"en:Upload new files\";'),('en','messages:grant-viewdeleted','s:31:\"en:View deleted files and pages\";'),('en','messages:grant-viewmywatchlist','s:22:\"en:View your watchlist\";'),('en','messages:grant-viewrestrictedlogs','s:30:\"en:View restricted log entries\";'),('en','messages:grantriskgroup-internal','s:26:\"en:(risk rating: internal)\";'),('en','messages:grantriskgroup-security','s:26:\"en:(risk rating: security)\";'),('en','messages:grantriskgroup-vandalism','s:27:\"en:(risk rating: vandalism)\";'),('en','messages:group','s:9:\"en:Group:\";'),('en','messages:group-all','s:8:\"en:(all)\";'),('en','messages:group-autoconfirmed','s:22:\"en:Autoconfirmed users\";'),('en','messages:group-autoconfirmed-member','s:35:\"en:{{GENDER:$1|autoconfirmed user}}\";'),('en','messages:group-autoconfirmed.css','s:61:\"en:/* CSS placed here will affect autoconfirmed users only */\";'),('en','messages:group-autoconfirmed.js','s:72:\"en:/* Any JavaScript here will be loaded for autoconfirmed users only */\";'),('en','messages:group-bot','s:7:\"en:Bots\";'),('en','messages:group-bot-member','s:20:\"en:{{GENDER:$1|bot}}\";'),('en','messages:group-bot.css','s:46:\"en:/* CSS placed here will affect bots only */\";'),('en','messages:group-bot.js','s:57:\"en:/* Any JavaScript here will be loaded for bots only */\";'),('en','messages:group-bureaucrat','s:14:\"en:Bureaucrats\";'),('en','messages:group-bureaucrat-member','s:27:\"en:{{GENDER:$1|bureaucrat}}\";'),('en','messages:group-bureaucrat.css','s:53:\"en:/* CSS placed here will affect bureaucrats only */\";'),('en','messages:group-bureaucrat.js','s:64:\"en:/* Any JavaScript here will be loaded for bureaucrats only */\";'),('en','messages:group-interface-admin','s:27:\"en:Interface administrators\";'),('en','messages:group-interface-admin-member','s:40:\"en:{{GENDER:$1|interface administrator}}\";'),('en','messages:group-membership-link-with-expiry','s:16:\"en:$1 (until $2)\";'),('en','messages:group-named-member','s:32:\"en:{{GENDER:$1|registered user}}\";'),('en','messages:group-suppress','s:14:\"en:Suppressors\";'),('en','messages:group-suppress-member','s:27:\"en:{{GENDER:$1|suppressor}}\";'),('en','messages:group-sysop','s:17:\"en:Administrators\";'),('en','messages:group-sysop-member','s:30:\"en:{{GENDER:$1|administrator}}\";'),('en','messages:group-sysop.css','s:48:\"en:/* CSS placed here will affect sysops only */\";'),('en','messages:group-sysop.js','s:59:\"en:/* Any JavaScript here will be loaded for sysops only */\";'),('en','messages:group-temp','s:18:\"en:Temporary users\";'),('en','messages:group-temp-member','s:31:\"en:{{GENDER:$1|temporary user}}\";'),('en','messages:group-temp.css','s:57:\"en:/* CSS placed here will affect temporary users only */\";'),('en','messages:group-temp.js','s:68:\"en:/* Any JavaScript here will be loaded for temporary users only */\";'),('en','messages:group-user','s:8:\"en:Users\";'),('en','messages:group-user-member','s:21:\"en:{{GENDER:$1|user}}\";'),('en','messages:group-user.css','s:58:\"en:/* CSS placed here will affect registered users only */\";'),('en','messages:group-user.js','s:69:\"en:/* Any JavaScript here will be loaded for registered users only */\";'),('en','messages:grouppage-autoconfirmed','s:37:\"en:{{ns:project}}:Autoconfirmed users\";'),('en','messages:grouppage-bot','s:22:\"en:{{ns:project}}:Bots\";'),('en','messages:grouppage-bureaucrat','s:29:\"en:{{ns:project}}:Bureaucrats\";'),('en','messages:grouppage-interface-admin','s:42:\"en:{{ns:project}}:Interface administrators\";'),('en','messages:grouppage-suppress','s:26:\"en:{{ns:project}}:Suppress\";'),('en','messages:grouppage-sysop','s:32:\"en:{{ns:project}}:Administrators\";'),('en','messages:grouppage-temp','s:33:\"en:{{ns:project}}:Temporary users\";'),('en','messages:grouppage-user','s:23:\"en:{{ns:project}}:Users\";'),('en','messages:guesstimezone','s:23:\"en:Fill in from browser\";'),('en','messages:headline-anchor-title','s:23:\"en:Link to this section\";'),('en','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('en','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('en','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('en','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('en','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('en','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('en','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('en','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('en','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('en','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('en','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('en','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('en','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('en','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('en','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('en','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('en','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('en','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('en','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('en','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('en','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('en','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('en','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('en','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('en','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('en','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('en','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('en','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('en','messages:help','s:7:\"en:Help\";'),('en','messages:help-mediawiki','s:23:\"en:Help about MediaWiki\";'),('en','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('en','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('en','messages:helppage-top-gethelp','s:7:\"en:Help\";'),('en','messages:hidden-categories','s:50:\"en:{{PLURAL:$1|Hidden category|Hidden categories}}\";'),('en','messages:hidden-category-category','s:20:\"en:Hidden categories\";'),('en','messages:hidden-category-category-desc','s:170:\"en:The category contains <code><nowiki>__HIDDENCAT__</nowiki></code> in its page content, which prevents it from showing up in the category links box on pages by default.\";'),('en','messages:hiddencategories','s:81:\"en:This page is a member of {{PLURAL:$1|a hidden category|$1 hidden categories}}:\";'),('en','messages:hide','s:7:\"en:Hide\";'),('en','messages:hidetoc','s:7:\"en:hide\";'),('en','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('en','messages:hijri-calendar-m10','s:10:\"en:Shawwal\";'),('en','messages:hijri-calendar-m11','s:16:\"en:Dhu al-Qi\'dah\";'),('en','messages:hijri-calendar-m12','s:16:\"en:Dhu al-Hijjah\";'),('en','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('en','messages:hijri-calendar-m3','s:17:\"en:Rabi\' al-awwal\";'),('en','messages:hijri-calendar-m4','s:17:\"en:Rabi\' al-thani\";'),('en','messages:hijri-calendar-m5','s:18:\"en:Jumada al-awwal\";'),('en','messages:hijri-calendar-m6','s:18:\"en:Jumada al-thani\";'),('en','messages:hijri-calendar-m7','s:8:\"en:Rajab\";'),('en','messages:hijri-calendar-m8','s:11:\"en:Sha\'aban\";'),('en','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('en','messages:hist','s:7:\"en:hist\";'),('en','messages:histfirst','s:9:\"en:oldest\";'),('en','messages:histlast','s:9:\"en:newest\";'),('en','messages:histlegend','s:317:\"en:Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.<br />\nLegend: <strong>({{int:cur}})</strong> = difference with latest revision, <strong>({{int:last}})</strong> = difference with preceding revision, <strong>{{int:minoreditletter}}</strong> = minor edit.\";'),('en','messages:history','s:15:\"en:Page history\";'),('en','messages:history-edit-tags','s:34:\"en:Edit tags of selected revisions\";'),('en','messages:history-empty','s:36:\"en:No matching revisions were found.\";'),('en','messages:history-feed-description','s:45:\"en:Revision history for this page on the wiki\";'),('en','messages:history-feed-empty','s:158:\"en:The requested page does not exist.\nIt may have been deleted from the wiki, or renamed.\nTry [[Special:Search|searching on the wiki]] for relevant new pages.\";'),('en','messages:history-feed-item-nocomment','s:11:\"en:$1 at $2\";'),('en','messages:history-feed-title','s:19:\"en:Revision history\";'),('en','messages:history-fieldset-title','s:19:\"en:Filter revisions\";'),('en','messages:history-show-deleted','s:24:\"en:Revision deleted only\";'),('en','messages:history-title','s:23:\"en:$1: Revision history\";'),('en','messages:history_copyright','s:4:\"en:-\";'),('en','messages:history_short','s:10:\"en:History\";'),('en','messages:history_small','s:10:\"en:history\";'),('en','messages:historyaction-submit','s:17:\"en:Show revisions\";'),('en','messages:historyempty','s:8:\"en:empty\";'),('en','messages:historysize','s:34:\"en:({{PLURAL:$1|1 byte|$1 bytes}})\";'),('en','messages:historywarning','s:117:\"en:<strong>Warning:</strong> The page you are about to delete has a history with $1 {{PLURAL:$1|revision|revisions}}:\";'),('en','messages:hookaborted','s:66:\"en:The modification you tried to make was aborted by an extension.\";'),('en','messages:hours','s:33:\"en:{{PLURAL:$1|$1 hour|$1 hours}}\";'),('en','messages:hours-abbrev','s:7:\"en:$1 h\";'),('en','messages:hours-ago','s:34:\"en:$1 {{PLURAL:$1|hour|hours}} ago\";'),('en','messages:htmlform-cloner-create','s:11:\"en:Add more\";'),('en','messages:htmlform-cloner-delete','s:9:\"en:Remove\";'),('en','messages:htmlform-cloner-required','s:34:\"en:At least one value is required.\";'),('en','messages:htmlform-date-invalid','s:81:\"en:The value you specified is not a recognized date. Try using YYYY-MM-DD format.\";'),('en','messages:htmlform-date-placeholder','s:13:\"en:YYYY-MM-DD\";'),('en','messages:htmlform-date-toohigh','s:66:\"en:The value you specified is after the latest allowed date of $1.\";'),('en','messages:htmlform-date-toolow','s:69:\"en:The value you specified is before the earliest allowed date of $1.\";'),('en','messages:htmlform-datetime-invalid','s:99:\"en:The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.\";'),('en','messages:htmlform-datetime-placeholder','s:22:\"en:YYYY-MM-DD HH:MM:SS\";'),('en','messages:htmlform-datetime-toohigh','s:75:\"en:The value you specified is after the latest allowed date and time of $1.\";'),('en','messages:htmlform-datetime-toolow','s:78:\"en:The value you specified is before the earliest allowed date and time of $1.\";'),('en','messages:htmlform-float-invalid','s:43:\"en:The value you specified is not a number.\";'),('en','messages:htmlform-int-invalid','s:45:\"en:The value you specified is not an integer.\";'),('en','messages:htmlform-int-toohigh','s:54:\"en:The value you specified is above the maximum of $1.\";'),('en','messages:htmlform-int-toolow','s:54:\"en:The value you specified is below the minimum of $1.\";'),('en','messages:htmlform-invalid-input','s:46:\"en:There are problems with some of your input.\";'),('en','messages:htmlform-multiselect-toomany','s:64:\"en:The number of items you specified is above the maximum of $1.\";'),('en','messages:htmlform-no','s:5:\"en:No\";'),('en','messages:htmlform-optional-flag','s:13:\"en:(optional)\";'),('en','messages:htmlform-required','s:26:\"en:This value is required.\";'),('en','messages:htmlform-reset','s:15:\"en:Undo changes\";'),('en','messages:htmlform-select-badoption','s:49:\"en:The value you specified is not a valid option.\";'),('en','messages:htmlform-selectorother-other','s:8:\"en:Other\";'),('en','messages:htmlform-submit','s:9:\"en:Submit\";'),('en','messages:htmlform-tag-not-allowed','s:27:\"en:$1 is not an allowed tag\";'),('en','messages:htmlform-time-invalid','s:79:\"en:The value you specified is not a recognized time. Try using HH:MM:SS format.\";'),('en','messages:htmlform-time-placeholder','s:11:\"en:HH:MM:SS\";'),('en','messages:htmlform-time-toohigh','s:66:\"en:The value you specified is after the latest allowed time of $1.\";'),('en','messages:htmlform-time-toolow','s:69:\"en:The value you specified is before the earliest allowed time of $1.\";'),('en','messages:htmlform-title-badnamespace','s:47:\"en:[[:$1]] is not in the \"{{ns:$2}}\" namespace.\";'),('en','messages:htmlform-title-interwiki','s:45:\"en:$1 is an interwiki title, should be local.\";'),('en','messages:htmlform-title-not-creatable','s:37:\"en:\"$1\" is not a creatable page title\";'),('en','messages:htmlform-title-not-exists','s:21:\"en:$1 does not exist.\";'),('en','messages:htmlform-user-not-exists','s:38:\"en:<strong>$1</strong> does not exist.\";'),('en','messages:htmlform-user-not-valid','s:46:\"en:<strong>$1</strong> isn\'t a valid username.\";'),('en','messages:htmlform-yes','s:6:\"en:Yes\";'),('en','messages:http-bad-status','s:53:\"en:There was a problem during the HTTP request: $1 $2\";'),('en','messages:http-curl-error','s:25:\"en:Error fetching URL: $1\";'),('en','messages:http-internal-error','s:23:\"en:HTTP internal error.\";'),('en','messages:http-invalid-scheme','s:47:\"en:URLs with the \"$1\" scheme are not supported.\";'),('en','messages:http-invalid-url','s:18:\"en:Invalid URL: $1\";'),('en','messages:http-read-error','s:19:\"en:HTTP read error.\";'),('en','messages:http-request-error','s:44:\"en:HTTP request failed due to unknown error.\";'),('en','messages:http-timed-out','s:26:\"en:HTTP request timed out.\";'),('en','messages:ignorewarning','s:38:\"en:Ignore warning and save file anyway\";'),('en','messages:ignorewarnings','s:22:\"en:Ignore any warnings\";'),('en','messages:illegal-filename','s:31:\"en:The filename is not allowed.\";'),('en','messages:illegalfilename','s:128:\"en:The filename \"$1\" contains characters that are not allowed in page titles.\nPlease rename the file and try uploading it again.\";'),('en','messages:ilsubmit','s:9:\"en:Search\";'),('en','messages:imageinvalidfilename','s:34:\"en:The target filename is invalid.\";'),('en','messages:imagelinks','s:13:\"en:File usage\";'),('en','messages:imagelisttext','s:77:\"en:Below is a list of <strong>$1</strong> {{PLURAL:$1|file|files}} sorted $2.\";'),('en','messages:imagemaxsize','s:46:\"en:Image size limit on file description pages:\";'),('en','messages:imagenocrossnamespace','s:42:\"en:Cannot move file to non-file namespace.\";'),('en','messages:imagepage','s:17:\"en:View file page\";'),('en','messages:imagetypemismatch','s:50:\"en:The new file extension does not match its type.\";'),('en','messages:img-auth-accessdenied','s:16:\"en:Access denied\";'),('en','messages:img-auth-badtitle','s:47:\"en:Unable to construct a valid title from \"$1\".\";'),('en','messages:img-auth-isdir','s:74:\"en:You are trying to access a directory \"$1\".\nOnly file access is allowed.\";'),('en','messages:img-auth-nofile','s:28:\"en:File \"$1\" does not exist.\";'),('en','messages:img-auth-noread','s:42:\"en:User does not have access to read \"$1\".\";'),('en','messages:img-auth-notindir','s:60:\"en:Requested path is not in the configured upload directory.\";'),('en','messages:img-auth-public','s:161:\"en:The function of img_auth.php is to output files from a private wiki.\nThis wiki is configured as a public wiki.\nFor optimal security, img_auth.php is disabled.\";'),('en','messages:img-auth-streaming','s:18:\"en:Streaming \"$1\".\";'),('en','messages:img-lang-default','s:21:\"en:(default language)\";'),('en','messages:img-lang-go','s:5:\"en:Go\";'),('en','messages:img-lang-info','s:30:\"en:Render this image in $1. $2\";'),('en','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('en','messages:imgfile','s:7:\"en:file\";'),('en','messages:imgmultigo','s:6:\"en:Go!\";'),('en','messages:imgmultigoto','s:16:\"en:Go to page $1\";'),('en','messages:imgmultipagenext','s:16:\"en:next page →\";'),('en','messages:imgmultipageprev','s:20:\"en:← previous page\";'),('en','messages:immobile-source-namespace','s:39:\"en:Cannot move pages in namespace \"$1\".\";'),('en','messages:immobile-source-namespace-iw','s:55:\"en:Pages on other wikis cannot be moved from this wiki.\";'),('en','messages:immobile-source-page','s:28:\"en:This page is not movable.\";'),('en','messages:immobile-target-namespace','s:41:\"en:Cannot move pages into namespace \"$1\".\";'),('en','messages:immobile-target-namespace-iw','s:54:\"en:Interwiki link is not a valid target for page move.\";'),('en','messages:immobile-target-page','s:41:\"en:Cannot move to that destination title.\";'),('en','messages:import','s:15:\"en:Import pages\";'),('en','messages:import-assign-known-users','s:66:\"en:Assign edits to local users where the named user exists locally\";'),('en','messages:import-comment','s:11:\"en:Comment:\";'),('en','messages:import-error-bad-location','s:124:\"en:Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.\";'),('en','messages:import-error-edit','s:69:\"en:Page \"$1\" was not imported because you are not allowed to edit it.\";'),('en','messages:import-error-interwiki','s:92:\"en:Page \"$1\" was not imported because its name is reserved for external linking (interwiki).\";'),('en','messages:import-error-invalid','s:101:\"en:Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.\";'),('en','messages:import-error-special','s:98:\"en:Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.\";'),('en','messages:import-error-unserialize','s:122:\"en:Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.\";'),('en','messages:import-interwiki-history','s:39:\"en:Copy all the revisions for this page\";'),('en','messages:import-interwiki-sourcepage','s:15:\"en:Source page:\";'),('en','messages:import-interwiki-sourcewiki','s:15:\"en:Source wiki:\";'),('en','messages:import-interwiki-submit','s:9:\"en:Import\";'),('en','messages:import-interwiki-templates','s:46:\"en:Include all templates and transcluded pages\";'),('en','messages:import-interwiki-text','s:177:\"en:Select a wiki and page title to import.\nRevision dates and editors\' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].\";'),('en','messages:import-invalid-interwiki','s:41:\"en:Cannot import from the specified wiki.\";'),('en','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('en','messages:import-logentry-interwiki-detail','s:55:\"en:$1 {{PLURAL:$1|revision|revisions}} imported from $2\";'),('en','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('en','messages:import-logentry-upload-detail','s:47:\"en:$1 {{PLURAL:$1|revision|revisions}} imported\";'),('en','messages:import-mapping-default','s:31:\"en:Import to original namespace\";'),('en','messages:import-mapping-namespace','s:25:\"en:Import to a namespace:\";'),('en','messages:import-mapping-subpage','s:44:\"en:Import as subpages of the following page:\";'),('en','messages:import-noarticle','s:21:\"en:No page to import!\";'),('en','messages:import-nonewrevisions','s:85:\"en:No revisions imported (all were either already present, or skipped due to errors).\";'),('en','messages:import-options-wrong','s:41:\"en:Wrong {{PLURAL:$2|option|options}}:\n$1\";'),('en','messages:import-parse-failure','s:27:\"en:XML import parse failure\";'),('en','messages:import-revision-count','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('en','messages:import-rootpage-invalid','s:39:\"en:Given root page is an invalid title.\";'),('en','messages:import-rootpage-nosubpage','s:59:\"en:Namespace \"$1\" of the root page does not allow subpages.\";'),('en','messages:import-summary','s:3:\"en:\";'),('en','messages:import-token-mismatch','s:266:\"en:Loss of session data.\n\nYou might have been logged out. \'\'\'Please verify that you\'re still logged in and try again\'\'\'.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('en','messages:import-upload','s:18:\"en:Upload XML data\";'),('en','messages:import-upload-filename','s:12:\"en:Filename:\";'),('en','messages:import-upload-username-prefix','s:20:\"en:Interwiki prefix:\";'),('en','messages:importbadinterwiki','s:21:\"en:Bad interwiki link\";'),('en','messages:importcantopen','s:29:\"en:Could not open import file\";'),('en','messages:imported-log-entries','s:51:\"en:Imported $1 {{PLURAL:$1|log entry|log entries}}.\";'),('en','messages:importfailed','s:34:\"en:{{PLURAL:$2|Import failed}}:\n$1\";'),('en','messages:importinterwiki','s:27:\"en:Import from another wiki\";'),('en','messages:importlogpage','s:13:\"en:Import log\";'),('en','messages:importlogpagetext','s:70:\"en:Administrative imports of pages with edit history from other wikis.\";'),('en','messages:importnofile','s:31:\"en:No import file was uploaded.\";'),('en','messages:importnopages','s:22:\"en:No pages to import.\";'),('en','messages:importnoprefix','s:35:\"en:No interwiki prefix was supplied\";'),('en','messages:importnosources','s:91:\"en:No wikis from which to import have been defined and direct history uploads are disabled.\";'),('en','messages:importstart','s:21:\"en:Importing pages...\";'),('en','messages:importsuccess','s:19:\"en:Import finished!\";'),('en','messages:importtext','s:134:\"en:Please export the file from the source wiki using the [[Special:Export|export utility]].\nSave it to your device and upload it here.\";'),('en','messages:importunknownsource','s:29:\"en:Unknown import source type\";'),('en','messages:importuploaderrorpartial','s:70:\"en:Upload of import file failed.\nThe file was only partially uploaded.\";'),('en','messages:importuploaderrorsize','s:81:\"en:Upload of import file failed.\nThe file is bigger than the allowed upload size.\";'),('en','messages:importuploaderrortemp','s:63:\"en:Upload of import file failed.\nA temporary folder is missing.\";'),('en','messages:index-category','s:16:\"en:Indexed pages\";'),('en','messages:index-category-desc','s:177:\"en:The page has a <code><nowiki>__INDEX__</nowiki></code> on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn\'t be.\";'),('en','messages:infiniteblock','s:11:\"en:infinite\";'),('en','messages:intentionallyblankpage','s:41:\"en:This page is intentionally left blank.\";'),('en','messages:interlanguage-link-title','s:12:\"en:$1 – $2\";'),('en','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('en','messages:interlanguage-link-title-nonlang','s:12:\"en:$1 – $2\";'),('en','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('en','messages:internalerror','s:17:\"en:Internal error\";'),('en','messages:internalerror-fatal-exception','s:31:\"en:Fatal exception of type \"$1\"\";'),('en','messages:internalerror_info','s:21:\"en:Internal error: $1\";'),('en','messages:invalid-chunk-offset','s:23:\"en:Invalid chunk offset\";'),('en','messages:invalid-content-data','s:23:\"en:Invalid content data\";'),('en','messages:invalid-indicator-name','s:97:\"en:<strong>Error:</strong> Page status indicators\' <code>name</code> attribute must not be empty.\";'),('en','messages:invalid-json-data','s:19:\"en:Invalid JSON: $1\";'),('en','messages:invalid-langconvert-attrs','s:188:\"en:<strong>Error:</strong> Langconvert tag\'s <code>from</code> and <code>to</code> attributes must not be empty and must contain BCP 47 codes for convertible variants of the same language.\";'),('en','messages:invalidateemail','s:28:\"en:Cancel email confirmation\";'),('en','messages:invalidemailaddress','s:139:\"en:The email address cannot be accepted as it appears to have an invalid format.\nPlease enter a well-formatted address or empty that field.\";'),('en','messages:invalidtitle','s:16:\"en:Invalid title\";'),('en','messages:invalidtitle-knownnamespace','s:50:\"en:Invalid title with namespace \"$2\" and text \"$3\"\";'),('en','messages:invalidtitle-unknownnamespace','s:63:\"en:Invalid title with unknown namespace number $1 and text \"$2\"\";'),('en','messages:invert','s:19:\"en:Invert selection\";'),('en','messages:ip_range_exceeded','s:62:\"en:The IP range exceeds its maximum range. Allowed range: /$1.\";'),('en','messages:ip_range_invalid','s:28:\"en:Invalid IP address range.\";'),('en','messages:ip_range_toolarge','s:48:\"en:Range blocks larger than /$1 are not allowed.\";'),('en','messages:ip_range_toolow','s:41:\"en:IP ranges are effectively not allowed.\";'),('en','messages:ipaddressorusername','s:36:\"en:IP address, username or block ID:\";'),('en','messages:ipb-action-create','s:45:\"en:Creating new pages and uploading new files\";'),('en','messages:ipb-action-move','s:25:\"en:Moving pages and files\";'),('en','messages:ipb-action-upload','s:48:\"en:Uploading files (including overwriting files)\";'),('en','messages:ipb-block-not-found','s:151:\"en:The block could not be made, probably because another administrator tried to block this user at the same time. Check the block status and try again.\";'),('en','messages:ipb-blockingself','s:69:\"en:You are about to block yourself! Are you sure you want to do that?\";'),('en','messages:ipb-blocklist','s:23:\"en:View existing blocks\";'),('en','messages:ipb-blocklist-contribs','s:37:\"en:Contributions for {{GENDER:$1|$1}}\";'),('en','messages:ipb-blocklist-duration-left','s:10:\"en:$1 left\";'),('en','messages:ipb-change-block','s:40:\"en:Re-block the user with these settings\";'),('en','messages:ipb-confirm','s:16:\"en:Confirm block\";'),('en','messages:ipb-confirmaction','s:104:\"en:If you are sure you really want to do it, please check the \"{{int:ipb-confirm}}\" field at the bottom.\";'),('en','messages:ipb-confirmhideuser','s:157:\"en:You are about to block a user with \"hide user\" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?\";'),('en','messages:ipb-default-expiry','s:3:\"en:\";'),('en','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('en','messages:ipb-disableusertalk','s:30:\"en:Editing their own talk page\";'),('en','messages:ipb-edit-dropdown','s:21:\"en:Edit block reasons\";'),('en','messages:ipb-empty-block','s:51:\"en:The block submitted has no restrictions enabled.\";'),('en','messages:ipb-hardblock','s:54:\"en:Apply block to logged-in users from this IP address\";'),('en','messages:ipb-namespaces-label','s:13:\"en:Namespaces\";'),('en','messages:ipb-needreblock','s:61:\"en:$1 is already blocked. Do you want to change the settings?\";'),('en','messages:ipb-otherblocks-header','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('en','messages:ipb-pages-label','s:8:\"en:Pages\";'),('en','messages:ipb-partial','s:10:\"en:Partial\";'),('en','messages:ipb-partial-help','s:271:\"en:Blocks editing on specific pages and namespaces. Doesn\'t block default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users#What_it_means_to_be_blocked See help]). Use the checkboxes to block specific actions across all pages and namespaces.\";'),('en','messages:ipb-prevent-user-talk-edit','s:128:\"en:Editing their own talk page must be allowed for a partial block, unless it includes a restriction on the User Talk namespace.\";'),('en','messages:ipb-sitewide','s:11:\"en:Sitewide\";'),('en','messages:ipb-sitewide-help','s:185:\"en:Blocks editing on all pages and namespaces. Also blocks default actions ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users#What_it_means_to_be_blocked See help])\";'),('en','messages:ipb-unblock','s:35:\"en:Unblock a username or IP address\";'),('en','messages:ipb-unblock-addr','s:13:\"en:Unblock $1\";'),('en','messages:ipb_already_blocked','s:27:\"en:\"$1\" is already blocked.\";'),('en','messages:ipb_blocked_as_range','s:149:\"en:Error: The IP address $1 is not blocked directly and cannot be unblocked.\nIt is, however, blocked as part of the range $2, which can be unblocked.\";'),('en','messages:ipb_cant_unblock','s:67:\"en:Error: Block for $1 not found. It may have been removed already.\";'),('en','messages:ipb_expiry_invalid','s:23:\"en:Expiry time invalid.\";'),('en','messages:ipb_expiry_old','s:30:\"en:Expiry time is in the past.\";'),('en','messages:ipb_expiry_temp','s:45:\"en:Hidden username blocks must be indefinite.\";'),('en','messages:ipb_hide_invalid','s:85:\"en:Unable to suppress this account; it has more than {{PLURAL:$1|one edit|$1 edits}}.\";'),('en','messages:ipb_hide_partial','s:50:\"en:Hidden username blocks must be sitewide blocks.\";'),('en','messages:ipbblocked','s:76:\"en:You cannot block or unblock other users because you are yourself blocked.\";'),('en','messages:ipbcreateaccount','s:19:\"en:Account creation\";'),('en','messages:ipbemailban','s:16:\"en:Sending email\";'),('en','messages:ipbenableautoblock','s:135:\"en:Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from, for a period of $1\";'),('en','messages:ipbhidename','s:37:\"en:Hide username from edits and lists\";'),('en','messages:ipblocklist','s:16:\"en:Blocked users\";'),('en','messages:ipblocklist-empty','s:27:\"en:The block list is empty.\";'),('en','messages:ipblocklist-legend','s:22:\"en:Find a blocked user\";'),('en','messages:ipblocklist-localblock','s:14:\"en:Local block\";'),('en','messages:ipblocklist-no-results','s:69:\"en:No matching blocks found for the requested IP address or username.\";'),('en','messages:ipblocklist-otherblocks','s:35:\"en:Other {{PLURAL:$1|block|blocks}}\";'),('en','messages:ipblocklist-submit','s:9:\"en:Search\";'),('en','messages:ipbnounblockself','s:43:\"en:You are not allowed to unblock yourself.\";'),('en','messages:ipboptions','s:160:\"en:2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,indefinite:infinite\";'),('en','messages:ipbother','s:14:\"en:Other time:\";'),('en','messages:ipbreason','s:10:\"en:Reason:\";'),('en','messages:ipbreason-dropdown','s:255:\"en:*Common block reasons\n** Inserting false information\n** Removing content from pages\n** Spamming links to external sites\n** Inserting nonsense/gibberish into pages\n** Intimidating behavior/harassment\n** Abusing multiple accounts\n** Unacceptable username\";'),('en','messages:ipbsubmit','s:18:\"en:Block this user\";'),('en','messages:ipbwatchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('en','messages:ipusubmit','s:20:\"en:Remove this block\";'),('en','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('en','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('en','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('en','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('en','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('en','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('en','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('en','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('en','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('en','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('en','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('en','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('en','messages:isimage','s:12:\"en:file link\";'),('en','messages:isredirect','s:16:\"en:redirect page\";'),('en','messages:istemplate','s:15:\"en:transclusion\";'),('en','messages:jan','s:6:\"en:Jan\";'),('en','messages:january','s:10:\"en:January\";'),('en','messages:january-gen','s:10:\"en:January\";'),('en','messages:javascripttest','s:21:\"en:JavaScript testing\";'),('en','messages:json-error-ctrl-char','s:56:\"en:Control character error, possibly incorrectly encoded\";'),('en','messages:json-error-depth','s:44:\"en:The maximum stack depth has been exceeded\";'),('en','messages:json-error-invalid-property-name','s:39:\"en:The decoded property name is invalid\";'),('en','messages:json-error-state-mismatch','s:28:\"en:Invalid or malformed JSON\";'),('en','messages:json-error-syntax','s:15:\"en:Syntax error\";'),('en','messages:json-error-unknown','s:47:\"en:There was a problem with the JSON. Error: $1\";'),('en','messages:json-error-utf16','s:60:\"en:Malformed UTF-16 characters, possibly incorrectly encoded\";'),('en','messages:json-error-utf8','s:59:\"en:Malformed UTF-8 characters, possibly incorrectly encoded\";'),('en','messages:json-warn-trailing-comma','s:68:\"en:$1 trailing {{PLURAL:$1|comma was|commas were}} removed from JSON\";'),('en','messages:jul','s:6:\"en:Jul\";'),('en','messages:july','s:7:\"en:July\";'),('en','messages:july-gen','s:7:\"en:July\";'),('en','messages:jumpto','s:11:\"en:Jump to:\";'),('en','messages:jumptonavigation','s:13:\"en:navigation\";'),('en','messages:jumptosearch','s:9:\"en:search\";'),('en','messages:jun','s:6:\"en:Jun\";'),('en','messages:june','s:7:\"en:June\";'),('en','messages:june-gen','s:7:\"en:June\";'),('en','messages:just-now','s:11:\"en:just now\";'),('en','messages:lag-warn-high','s:117:\"en:Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('en','messages:lag-warn-normal','s:84:\"en:Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.\";'),('en','messages:laggedreplicamode','s:65:\"en:<strong>Warning:</strong> Page may not contain recent updates.\";'),('en','messages:language-converter-depth-warning','s:47:\"en:Language converter depth limit exceeded ($1)\";'),('en','messages:large-file','s:71:\"en:It is recommended that files are no larger than $1;\nthis file is $2.\";'),('en','messages:largefileserver','s:62:\"en:This file is bigger than the server is configured to allow.\";'),('en','messages:last','s:7:\"en:prev\";'),('en','messages:lastmodifiedat','s:42:\"en:This page was last edited on $1, at $2.\";'),('en','messages:lastmodifiedatby','s:42:\"en:This page was last edited $2, $1 by $3.\";'),('en','messages:license','s:13:\"en:Licensing:\";'),('en','messages:license-header','s:12:\"en:Licensing\";'),('en','messages:license-nopreview','s:26:\"en:(Preview not available)\";'),('en','messages:licenses','s:4:\"en:-\";'),('en','messages:licenses-edit','s:23:\"en:Edit license options\";'),('en','messages:limitreport-cputime','s:17:\"en:CPU time usage\";'),('en','messages:limitreport-cputime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('en','messages:limitreport-expansiondepth','s:26:\"en:Highest expansion depth\";'),('en','messages:limitreport-expansiondepth-value','s:8:\"en:$1/$2\";'),('en','messages:limitreport-expensivefunctioncount','s:34:\"en:Expensive parser function count\";'),('en','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('en','messages:limitreport-postexpandincludesize','s:27:\"en:Post-expand include size\";'),('en','messages:limitreport-postexpandincludesize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('en','messages:limitreport-ppvisitednodes','s:34:\"en:Preprocessor visited node count\";'),('en','messages:limitreport-ppvisitednodes-value','s:8:\"en:$1/$2\";'),('en','messages:limitreport-templateargumentsize','s:25:\"en:Template argument size\";'),('en','messages:limitreport-templateargumentsize-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('en','messages:limitreport-title','s:25:\"en:Parser profiling data:\";'),('en','messages:limitreport-unstrip-depth','s:26:\"en:Unstrip recursion depth\";'),('en','messages:limitreport-unstrip-depth-value','s:8:\"en:$1/$2\";'),('en','messages:limitreport-unstrip-size','s:27:\"en:Unstrip post-expand size\";'),('en','messages:limitreport-unstrip-size-value','s:33:\"en:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('en','messages:limitreport-walltime','s:18:\"en:Real time usage\";'),('en','messages:limitreport-walltime-value','s:34:\"en:$1 {{PLURAL:$1|second|seconds}}\";'),('en','messages:lineno','s:11:\"en:Line $1:\";'),('en','messages:lineno-inline','s:18:\"en:Line $1 ⟶ $2:\";'),('en','messages:linkaccounts','s:16:\"en:Link accounts\";'),('en','messages:linkaccounts-submit','s:16:\"en:Link accounts\";'),('en','messages:linkaccounts-success-text','s:26:\"en:The account was linked.\";'),('en','messages:linksearch','s:24:\"en:External links search\";'),('en','messages:linksearch-error','s:58:\"en:Wildcards may appear only at the start of the hostname.\";'),('en','messages:linksearch-line','s:23:\"en:$1 is linked from $2\";'),('en','messages:linksearch-ns','s:13:\"en:Namespace:\";'),('en','messages:linksearch-ok','s:9:\"en:Search\";'),('en','messages:linksearch-pat','s:18:\"en:Search pattern:\";'),('en','messages:linksearch-summary','s:3:\"en:\";'),('en','messages:linksearch-text','s:168:\"en:Wildcards such as \"*.wikipedia.org\" may be used.<br />\nSupported {{PLURAL:$2|protocol|protocols}}: $1 (defaults to http:// and https:// if no protocol is specified).\";'),('en','messages:linkshere','s:51:\"en:The following pages link to <strong>$2</strong>:\";'),('en','messages:linkstoimage','s:64:\"en:The following {{PLURAL:$1|page uses|$1 pages use}} this file:\";'),('en','messages:linkstoimage-more','s:209:\"en:More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.\";'),('en','messages:linkstoimage-redirect','s:24:\"en:$1 (file redirect) $2\";'),('en','messages:linterror-bogus-image-options','s:20:\"en:Bogus file option\";'),('en','messages:linterror-deletable-table-tag','s:35:\"en:Table tag that should be deleted\";'),('en','messages:linterror-fostered','s:19:\"en:Fostered content\";'),('en','messages:linterror-html5-misnesting','s:26:\"en:Misnesting (now broken)\";'),('en','messages:linterror-inline-media-caption','s:20:\"en:Invisible caption\";'),('en','messages:linterror-large-tables','s:52:\"en:Large tables that break display on mobile devices\";'),('en','messages:linterror-misc-tidy-replacement-issues','s:30:\"en:Miscellaneous markup errors\";'),('en','messages:linterror-misnested-tag','s:48:\"en:Misnested tag which should be properly nested\";'),('en','messages:linterror-missing-end-tag','s:18:\"en:Missing end tag\";'),('en','messages:linterror-missing-end-tag-in-heading','s:29:\"en:Missing end tag in heading\";'),('en','messages:linterror-missing-image-alt-text','s:25:\"en:Missing image alt text\";'),('en','messages:linterror-multi-colon-escape','s:21:\"en:Multi colon escape\";'),('en','messages:linterror-multiline-html-table-in-list','s:38:\"en:Multiline HTML5 table inside a list\";'),('en','messages:linterror-multiple-unclosed-formatting-tags','s:48:\"en:Multiple unclosed formatting tags on the page\";'),('en','messages:linterror-night-mode-unaware-background-color','s:49:\"en:Background color inline style needs text color\";'),('en','messages:linterror-obsolete-tag','s:20:\"en:Obsolete HTML tag\";'),('en','messages:linterror-pwrap-bug-workaround','s:36:\"en:Paragraph wrapping bug workaround\";'),('en','messages:linterror-self-closed-tag','s:18:\"en:Self-closed tag\";'),('en','messages:linterror-stripped-tag','s:15:\"en:Stripped tag\";'),('en','messages:linterror-tidy-font-bug','s:38:\"en:Font tag tries to change link color\";'),('en','messages:linterror-tidy-whitespace-bug','s:25:\"en:Whitespace parsing bug\";'),('en','messages:linterror-unclosed-quotes-in-heading','s:58:\"en:Unclosed quote which leaks out of the table of contents\";'),('en','messages:linterror-wikilink-in-extlink','s:17:\"en:Links in links\";'),('en','messages:listduplicatedfiles','s:32:\"en:List of files with duplicates\";'),('en','messages:listduplicatedfiles-entry','s:70:\"en:[[:File:$1|$1]] has [[$3|{{PLURAL:$2|a duplicate|$2 duplicates}}]].\";'),('en','messages:listduplicatedfiles-summary','s:163:\"en:This is a list of files where the most recent version of the file is a duplicate of the most recent version of some other file. Only local files are considered.\";'),('en','messages:listfiles','s:12:\"en:File list\";'),('en','messages:listfiles-delete','s:9:\"en:delete\";'),('en','messages:listfiles-latestversion','s:18:\"en:Current version\";'),('en','messages:listfiles-latestversion-no','s:5:\"en:No\";'),('en','messages:listfiles-latestversion-yes','s:6:\"en:Yes\";'),('en','messages:listfiles-pager-submit','s:17:\"en:Show file list\";'),('en','messages:listfiles-show-all','s:32:\"en:Include old versions of files\";'),('en','messages:listfiles-summary','s:46:\"en:This special page shows all uploaded files.\";'),('en','messages:listfiles-userdoesnotexist','s:39:\"en:User account \"$1\" is not registered.\";'),('en','messages:listfiles_count','s:11:\"en:Versions\";'),('en','messages:listfiles_date','s:7:\"en:Date\";'),('en','messages:listfiles_description','s:14:\"en:Description\";'),('en','messages:listfiles_name','s:7:\"en:Name\";'),('en','messages:listfiles_size','s:7:\"en:Size\";'),('en','messages:listfiles_subpage','s:16:\"en:Uploads by $1\";'),('en','messages:listfiles_thumb','s:12:\"en:Thumbnail\";'),('en','messages:listfiles_user','s:7:\"en:User\";'),('en','messages:listgrants','s:9:\"en:Grants\";'),('en','messages:listgrants-grant','s:8:\"en:Grant\";'),('en','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('en','messages:listgrants-rights','s:9:\"en:Rights\";'),('en','messages:listgrants-summary','s:429:\"en:The following is a list of grants with their associated access to user rights. Users can authorize applications to use their account, but with limited permissions based on the grants the user gave to the application. An application acting on behalf of a user cannot actually use rights that the user does not have however.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('en','messages:listgrouprights','s:20:\"en:User group rights\";'),('en','messages:listgrouprights-addgroup','s:37:\"en:Add {{PLURAL:$2|group|groups}}: $1\";'),('en','messages:listgrouprights-addgroup-all','s:17:\"en:Add all groups\";'),('en','messages:listgrouprights-addgroup-self','s:52:\"en:Add {{PLURAL:$2|group|groups}} to own account: $1\";'),('en','messages:listgrouprights-addgroup-self-all','s:32:\"en:Add all groups to own account\";'),('en','messages:listgrouprights-group','s:8:\"en:Group\";'),('en','messages:listgrouprights-helppage','s:20:\"en:Help:Group rights\";'),('en','messages:listgrouprights-key','s:132:\"en:Legend:\n* <span class=\"listgrouprights-granted\">Granted right</span>\n* <span class=\"listgrouprights-revoked\">Revoked right</span>\";'),('en','messages:listgrouprights-members','s:20:\"en:(list of members)\";'),('en','messages:listgrouprights-namespaceprotection-header','s:25:\"en:Namespace restrictions\";'),('en','messages:listgrouprights-namespaceprotection-namespace','s:12:\"en:Namespace\";'),('en','messages:listgrouprights-namespaceprotection-restrictedto','s:33:\"en:Right(s) allowing user to edit\";'),('en','messages:listgrouprights-removegroup','s:40:\"en:Remove {{PLURAL:$2|group|groups}}: $1\";'),('en','messages:listgrouprights-removegroup-all','s:20:\"en:Remove all groups\";'),('en','messages:listgrouprights-removegroup-self','s:57:\"en:Remove {{PLURAL:$2|group|groups}} from own account: $1\";'),('en','messages:listgrouprights-removegroup-self-all','s:37:\"en:Remove all groups from own account\";'),('en','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('en','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('en','messages:listgrouprights-rights','s:9:\"en:Rights\";'),('en','messages:listgrouprights-summary','s:204:\"en:The following is a list of user groups defined on this wiki, with their associated access rights.\nThere may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.\";'),('en','messages:listredirects','s:20:\"en:List of redirects\";'),('en','messages:listredirects-summary','s:3:\"en:\";'),('en','messages:listusers','s:12:\"en:User list\";'),('en','messages:listusers-blocked','s:12:\"en:(blocked)\";'),('en','messages:listusers-creationsort','s:24:\"en:Sort by creation date\";'),('en','messages:listusers-desc','s:27:\"en:Sort in descending order\";'),('en','messages:listusers-editsonly','s:29:\"en:Show only users with edits\";'),('en','messages:listusers-noresult','s:17:\"en:No user found.\";'),('en','messages:listusers-submit','s:7:\"en:Show\";'),('en','messages:listusers-summary','s:3:\"en:\";'),('en','messages:listusers-temporarygroupsonly','s:43:\"en:Show only users in temporary user groups\";'),('en','messages:listusersfrom','s:29:\"en:Display users starting at:\";'),('en','messages:localtime','s:14:\"en:Local time:\";'),('en','messages:lockbtn','s:16:\"en:Lock database\";'),('en','messages:lockconfirm','s:43:\"en:Yes, I really want to lock the database.\";'),('en','messages:lockdb','s:16:\"en:Lock database\";'),('en','messages:lockdbsuccesssub','s:26:\"en:Database lock succeeded\";'),('en','messages:lockdbsuccesstext','s:123:\"en:The database has been locked.<br />\nRemember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.\";'),('en','messages:lockdbtext','s:297:\"en:Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.\";'),('en','messages:lockedbyandtime','s:36:\"en:(by {{GENDER:$1|$1}} on $2 at $3)\";'),('en','messages:lockfilenotwritable','s:119:\"en:The database lock file is not writable.\nTo lock or unlock the database, this needs to be writable by the web server.\";'),('en','messages:lockmanager-fail-acquirelock','s:35:\"en:Could not acquire lock for \"$1\".\";'),('en','messages:lockmanager-fail-closelock','s:38:\"en:Could not close lock file for \"$1\".\";'),('en','messages:lockmanager-fail-conflict','s:73:\"en:Could not acquire lock. Somebody else is doing something to this file.\";'),('en','messages:lockmanager-fail-db-bucket','s:56:\"en:Could not contact enough lock databases in bucket $1.\";'),('en','messages:lockmanager-fail-db-release','s:42:\"en:Could not release locks on database $1.\";'),('en','messages:lockmanager-fail-deletelock','s:39:\"en:Could not delete lock file for \"$1\".\";'),('en','messages:lockmanager-fail-openlock','s:258:\"en:Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.\";'),('en','messages:lockmanager-fail-releaselock','s:35:\"en:Could not release lock for \"$1\".\";'),('en','messages:lockmanager-fail-svr-acquire','s:40:\"en:Could not acquire locks on server $1.\";'),('en','messages:lockmanager-fail-svr-release','s:40:\"en:Could not release locks on server $1.\";'),('en','messages:lockmanager-notlocked','s:43:\"en:Could not unlock \"$1\"; it is not locked.\";'),('en','messages:locknoconfirm','s:42:\"en:You did not check the confirmation box.\";'),('en','messages:log','s:7:\"en:Logs\";'),('en','messages:log-action-filter-all','s:6:\"en:All\";'),('en','messages:log-action-filter-block','s:17:\"en:Type of block:\";'),('en','messages:log-action-filter-block-block','s:8:\"en:Block\";'),('en','messages:log-action-filter-block-reblock','s:21:\"en:Block modification\";'),('en','messages:log-action-filter-block-unblock','s:10:\"en:Unblock\";'),('en','messages:log-action-filter-contentmodel','s:32:\"en:Type of content model change:\";'),('en','messages:log-action-filter-contentmodel-change','s:26:\"en:Change of content model\";'),('en','messages:log-action-filter-contentmodel-new','s:50:\"en:Creation of page with non-default content model\";'),('en','messages:log-action-filter-delete','s:20:\"en:Type of deletion:\";'),('en','messages:log-action-filter-delete-delete','s:16:\"en:Page deletion\";'),('en','messages:log-action-filter-delete-delete_redir','s:21:\"en:Redirect overwrite\";'),('en','messages:log-action-filter-delete-delete_redir2','s:21:\"en:Redirect overwrite\";'),('en','messages:log-action-filter-delete-event','s:15:\"en:Log deletion\";'),('en','messages:log-action-filter-delete-restore','s:18:\"en:Page undeletion\";'),('en','messages:log-action-filter-delete-revision','s:20:\"en:Revision deletion\";'),('en','messages:log-action-filter-import','s:18:\"en:Type of import:\";'),('en','messages:log-action-filter-import-interwiki','s:19:\"en:Transwiki import\";'),('en','messages:log-action-filter-import-upload','s:23:\"en:Import by XML upload\";'),('en','messages:log-action-filter-managetags','s:33:\"en:Type of tag management action:\";'),('en','messages:log-action-filter-managetags-activate','s:17:\"en:Tag activation\";'),('en','messages:log-action-filter-managetags-create','s:15:\"en:Tag creation\";'),('en','messages:log-action-filter-managetags-deactivate','s:19:\"en:Tag deactivation\";'),('en','messages:log-action-filter-managetags-delete','s:15:\"en:Tag deletion\";'),('en','messages:log-action-filter-move','s:16:\"en:Type of move:\";'),('en','messages:log-action-filter-move-move','s:40:\"en:Move without overwriting of redirects\";'),('en','messages:log-action-filter-move-move_redir','s:37:\"en:Move with overwriting of redirects\";'),('en','messages:log-action-filter-newusers','s:28:\"en:Type of account creation:\";'),('en','messages:log-action-filter-newusers-autocreate','s:21:\"en:Automatic creation\";'),('en','messages:log-action-filter-newusers-byemail','s:39:\"en:Creation with password sent by email\";'),('en','messages:log-action-filter-newusers-create','s:29:\"en:Creation by anonymous user\";'),('en','messages:log-action-filter-newusers-create2','s:30:\"en:Creation by registered user\";'),('en','messages:log-action-filter-patrol','s:18:\"en:Type of patrol:\";'),('en','messages:log-action-filter-patrol-autopatrol','s:19:\"en:Automatic patrol\";'),('en','messages:log-action-filter-patrol-patrol','s:16:\"en:Manual patrol\";'),('en','messages:log-action-filter-protect','s:22:\"en:Type of protection:\";'),('en','messages:log-action-filter-protect-modify','s:26:\"en:Protection modification\";'),('en','messages:log-action-filter-protect-move_prot','s:19:\"en:Moved protection\";'),('en','messages:log-action-filter-protect-protect','s:13:\"en:Protection\";'),('en','messages:log-action-filter-protect-unprotect','s:15:\"en:Unprotection\";'),('en','messages:log-action-filter-rights','s:24:\"en:Type of right change:\";'),('en','messages:log-action-filter-rights-autopromote','s:19:\"en:Automatic change\";'),('en','messages:log-action-filter-rights-rights','s:16:\"en:Manual change\";'),('en','messages:log-action-filter-suppress','s:23:\"en:Type of suppression:\";'),('en','messages:log-action-filter-suppress-block','s:28:\"en:User suppression by block\";'),('en','messages:log-action-filter-suppress-delete','s:19:\"en:Page suppression\";'),('en','messages:log-action-filter-suppress-event','s:18:\"en:Log suppression\";'),('en','messages:log-action-filter-suppress-reblock','s:30:\"en:User suppression by reblock\";'),('en','messages:log-action-filter-suppress-revision','s:23:\"en:Revision suppression\";'),('en','messages:log-action-filter-upload','s:18:\"en:Type of upload:\";'),('en','messages:log-action-filter-upload-overwrite','s:11:\"en:Reupload\";'),('en','messages:log-action-filter-upload-revert','s:9:\"en:Revert\";'),('en','messages:log-action-filter-upload-upload','s:13:\"en:New upload\";'),('en','messages:log-description-contentmodel','s:130:\"en:This page lists changes to the content model of pages, and pages that were created with a content model other than the default.\";'),('en','messages:log-description-create','s:53:\"en:Below is a list of the most recent page creations.\";'),('en','messages:log-description-managetags','s:238:\"en:This page lists management tasks related to [[Special:Tags|tags]]. The log contains only actions carried out manually by an administrator; tags may be created or deleted by the wiki software without an entry being recorded in this log.\";'),('en','messages:log-description-pagelang','s:46:\"en:This is a log of changes in page languages.\";'),('en','messages:log-description-renameuser','s:41:\"en:This is a log of changes to usernames.\";'),('en','messages:log-description-tag','s:218:\"en:This page shows when users have added or removed [[Special:Tags|tags]] from individual revisions or log entries. The log does not list tagging actions when they occur as part of an edit, deletion, or similar action.\";'),('en','messages:log-edit-tags','s:36:\"en:Edit tags of selected log entries\";'),('en','messages:log-fulllog','s:16:\"en:View full log\";'),('en','messages:log-name-contentmodel','s:27:\"en:Content model change log\";'),('en','messages:log-name-create','s:20:\"en:Page creation log\";'),('en','messages:log-name-managetags','s:21:\"en:Tag management log\";'),('en','messages:log-name-pagelang','s:22:\"en:Language change log\";'),('en','messages:log-name-renameuser','s:18:\"en:User rename log\";'),('en','messages:log-name-tag','s:10:\"en:Tag log\";'),('en','messages:log-title-wildcard','s:40:\"en:Search titles starting with this text\";'),('en','messages:log-unknown-action','s:42:\"en:performed unknown action \"$2\" on [[$1]]\";'),('en','messages:logdelete-failure','s:38:\"en:Log visibility could not be set:\n$1\";'),('en','messages:logdelete-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('en','messages:logdelete-success','s:22:\"en:Log visibility set.\";'),('en','messages:logdelete-text','s:115:\"en:Deleted log events will still appear in the logs, but parts of their content will be inaccessible to the public.\";'),('en','messages:logempty','s:28:\"en:No matching items in log.\";'),('en','messages:logentry-block-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('en','messages:logentry-block-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('en','messages:logentry-block-unblock','s:46:\"en:$1 {{GENDER:$2|unblocked}} {{GENDER:$4|$3}}\";'),('en','messages:logentry-contentmodel-change','s:78:\"en:$1 {{GENDER:$2|changed}} the content model of the page $3 from \"$4\" to \"$5\"\";'),('en','messages:logentry-contentmodel-change-revert','s:9:\"en:revert\";'),('en','messages:logentry-contentmodel-change-revertlink','s:9:\"en:revert\";'),('en','messages:logentry-contentmodel-new','s:78:\"en:$1 {{GENDER:$2|created}} the page $3 using a non-default content model \"$5\"\";'),('en','messages:logentry-create-create','s:35:\"en:$1 {{GENDER:$2|created}} page $3\";'),('en','messages:logentry-delete-delete','s:35:\"en:$1 {{GENDER:$2|deleted}} page $3\";'),('en','messages:logentry-delete-delete_redir','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('en','messages:logentry-delete-delete_redir2','s:54:\"en:$1 {{GENDER:$2|deleted}} redirect $3 by overwriting\";'),('en','messages:logentry-delete-event','s:91:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('en','messages:logentry-delete-event-legacy','s:58:\"en:$1 {{GENDER:$2|changed}} visibility of log events on $3\";'),('en','messages:logentry-delete-restore','s:42:\"en:$1 {{GENDER:$2|undeleted}} page $3 ($4)\";'),('en','messages:logentry-delete-restore-nocount','s:37:\"en:$1 {{GENDER:$2|undeleted}} page $3\";'),('en','messages:logentry-delete-revision','s:94:\"en:$1 {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('en','messages:logentry-delete-revision-legacy','s:62:\"en:$1 {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('en','messages:logentry-import-interwiki','s:49:\"en:$1 {{GENDER:$2|imported}} $3 from another wiki\";'),('en','messages:logentry-import-interwiki-details','s:77:\"en:$1 {{GENDER:$2|imported}} $3 from $5 ($4 {{PLURAL:$4|revision|revisions}})\";'),('en','messages:logentry-import-upload','s:46:\"en:$1 {{GENDER:$2|imported}} $3 by file upload\";'),('en','messages:logentry-import-upload-details','s:84:\"en:$1 {{GENDER:$2|imported}} $3 by file upload ($4 {{PLURAL:$4|revision|revisions}})\";'),('en','messages:logentry-managetags-activate','s:68:\"en:$1 {{GENDER:$2|activated}} the tag \"$4\" for use by users and bots\";'),('en','messages:logentry-managetags-create','s:40:\"en:$1 {{GENDER:$2|created}} the tag \"$4\"\";'),('en','messages:logentry-managetags-deactivate','s:70:\"en:$1 {{GENDER:$2|deactivated}} the tag \"$4\" for use by users and bots\";'),('en','messages:logentry-managetags-delete','s:123:\"en:$1 {{GENDER:$2|deleted}} the tag \"$4\" (removed from $5 {{PLURAL:$5|revision or log entry|revisions and/or log entries}})\";'),('en','messages:logentry-merge-merge','s:58:\"en:$1 {{GENDER:$2|merged}} $3 into $4 (revisions up to $5)\";'),('en','messages:logentry-move-move','s:39:\"en:$1 {{GENDER:$2|moved}} page $3 to $4\";'),('en','messages:logentry-move-move-noredirect','s:66:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 without leaving a redirect\";'),('en','messages:logentry-move-move_redir','s:53:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over redirect\";'),('en','messages:logentry-move-move_redir-noredirect','s:82:\"en:$1 {{GENDER:$2|moved}} page $3 to $4 over a redirect without leaving a redirect\";'),('en','messages:logentry-newusers-autocreate','s:58:\"en:User account $1 was {{GENDER:$2|created}} automatically\";'),('en','messages:logentry-newusers-byemail','s:81:\"en:User account $3 was {{GENDER:$2|created}} by $1 and password was sent by email\";'),('en','messages:logentry-newusers-create','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('en','messages:logentry-newusers-create2','s:50:\"en:User account $3 was {{GENDER:$2|created}} by $1\";'),('en','messages:logentry-newusers-newusers','s:44:\"en:User account $1 was {{GENDER:$2|created}}\";'),('en','messages:logentry-non-editing-block-block','s:112:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6\";'),('en','messages:logentry-non-editing-block-reblock','s:130:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6\";'),('en','messages:logentry-pagelang-pagelang','s:60:\"en:$1 {{GENDER:$2|changed}} the language of $3 from $4 to $5\";'),('en','messages:logentry-partialblock-block','s:85:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from $7 with an expiration time of $5 $6\";'),('en','messages:logentry-partialblock-block-action','s:38:\"en:the {{PLURAL:$1|action|actions}} $2\";'),('en','messages:logentry-partialblock-block-ns','s:44:\"en:the {{PLURAL:$1|namespace|namespaces}} $2\";'),('en','messages:logentry-partialblock-block-page','s:34:\"en:the {{PLURAL:$1|page|pages}} $2\";'),('en','messages:logentry-partialblock-reblock','s:108:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} blocking $7 with an expiration time of $5 $6\";'),('en','messages:logentry-patrol-patrol','s:59:\"en:$1 {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('en','messages:logentry-patrol-patrol-auto','s:73:\"en:$1 automatically {{GENDER:$2|marked}} revision $4 of page $3 patrolled\";'),('en','messages:logentry-protect-modify','s:57:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4\";'),('en','messages:logentry-protect-modify-cascade','s:69:\"en:$1 {{GENDER:$2|changed}} protection settings for $3 $4 [cascading]\";'),('en','messages:logentry-protect-move_prot','s:59:\"en:$1 {{GENDER:$2|moved}} protection settings from $4 to $3\";'),('en','messages:logentry-protect-protect','s:35:\"en:$1 {{GENDER:$2|protected}} $3 $4\";'),('en','messages:logentry-protect-protect-cascade','s:47:\"en:$1 {{GENDER:$2|protected}} $3 $4 [cascading]\";'),('en','messages:logentry-protect-unprotect','s:46:\"en:$1 {{GENDER:$2|removed}} protection from $3\";'),('en','messages:logentry-renameuser-renameuser','s:88:\"en:$1 {{GENDER:$2|renamed}} user $4 ({{PLURAL:$6|$6 edit|$6 edits}}) to {{GENDER:$7|$5}}\";'),('en','messages:logentry-renameuser-renameuser-legacier','s:55:\"en:$1 {{GENDER:$2|renamed}} user $4 to {{GENDER:$7|$5}}\";'),('en','messages:logentry-renameuser-renameuser-legaciest','s:5:\"en:$1\";'),('en','messages:logentry-rights-autopromote','s:60:\"en:$1 was automatically {{GENDER:$2|promoted}} from $4 to $5\";'),('en','messages:logentry-rights-rights','s:79:\"en:$1 {{GENDER:$2|changed}} group membership for {{GENDER:$6|$3}} from $4 to $5\";'),('en','messages:logentry-rights-rights-legacy','s:51:\"en:$1 {{GENDER:$2|changed}} group membership for $3\";'),('en','messages:logentry-suppress-block','s:77:\"en:$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('en','messages:logentry-suppress-delete','s:38:\"en:$1 {{GENDER:$2|suppressed}} page $3\";'),('en','messages:logentry-suppress-event','s:100:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4\";'),('en','messages:logentry-suppress-event-legacy','s:67:\"en:$1 secretly {{GENDER:$2|changed}} visibility of log events on $3\";'),('en','messages:logentry-suppress-reblock','s:96:\"en:$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6\";'),('en','messages:logentry-suppress-revision','s:103:\"en:$1 secretly {{GENDER:$2|changed}} visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4\";'),('en','messages:logentry-suppress-revision-legacy','s:71:\"en:$1 secretly {{GENDER:$2|changed}} visibility of revisions on page $3\";'),('en','messages:logentry-tag-update-add-logentry','s:82:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to log entry $5 of page $3\";'),('en','messages:logentry-tag-update-add-revision','s:81:\"en:$1 {{GENDER:$2|added}} the {{PLURAL:$7|tag|tags}} $6 to revision $4 of page $3\";'),('en','messages:logentry-tag-update-logentry','s:110:\"en:$1 {{GENDER:$2|updated}} tags on log entry $5 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('en','messages:logentry-tag-update-remove-logentry','s:86:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from log entry $5 of page $3\";'),('en','messages:logentry-tag-update-remove-revision','s:85:\"en:$1 {{GENDER:$2|removed}} the {{PLURAL:$9|tag|tags}} $8 from revision $4 of page $3\";'),('en','messages:logentry-tag-update-revision','s:109:\"en:$1 {{GENDER:$2|updated}} tags on revision $4 of page $3 ({{PLURAL:$7|added}} $6; {{PLURAL:$9|removed}} $8)\";'),('en','messages:logentry-upload-overwrite','s:48:\"en:$1 {{GENDER:$2|uploaded}} a new version of $3\";'),('en','messages:logentry-upload-revert','s:49:\"en:$1 {{GENDER:$2|reverted}} $3 to an old version\";'),('en','messages:logentry-upload-upload','s:31:\"en:$1 {{GENDER:$2|uploaded}} $3\";'),('en','messages:logeventslist-more-filters','s:24:\"en:Show additional logs:\";'),('en','messages:logeventslist-newusers-log','s:20:\"en:User creation log\";'),('en','messages:logeventslist-patrol-log','s:13:\"en:Patrol log\";'),('en','messages:logeventslist-submit','s:7:\"en:Show\";'),('en','messages:logeventslist-tag-log','s:10:\"en:Tag log\";'),('en','messages:logging-out-notify','s:41:\"en:You are being logged out. Please wait.\";'),('en','messages:login','s:9:\"en:Log in\";'),('en','messages:login-abort-generic','s:30:\"en:Your login failed - Aborted\";'),('en','messages:login-migrated-generic','s:82:\"en:Your account has been migrated, and your username no longer exist on this wiki.\";'),('en','messages:login-security','s:23:\"en:Verify your identity\";'),('en','messages:login-throttled','s:84:\"en:You have made too many recent login attempts.\nPlease wait $1 before trying again.\";'),('en','messages:login-userblocked','s:43:\"en:This user is blocked. Login not allowed.\";'),('en','messages:loginerror','s:14:\"en:Login error\";'),('en','messages:loginlanguagelabel','s:15:\"en:Language: $1\";'),('en','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('en','messages:loginprompt','s:3:\"en:\";'),('en','messages:loginreqlink','s:9:\"en:log in\";'),('en','messages:loginreqpagetext','s:33:\"en:Please $1 to view other pages.\";'),('en','messages:loginreqtitle','s:17:\"en:Login required\";'),('en','messages:loginsuccess','s:66:\"en:<strong>You are now logged in to {{SITENAME}} as \"$1\".</strong>\";'),('en','messages:loginsuccesstitle','s:12:\"en:Logged in\";'),('en','messages:logout','s:10:\"en:Log out\";'),('en','messages:logout-failed','s:25:\"en:Cannot log out now: $1\";'),('en','messages:logouttext','s:162:\"en:<strong>You are now logged out.</strong>\n\nNote that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\";'),('en','messages:logouttext-for-temporary-account','s:188:\"en:<strong>You are now logged out of your temporary account.</strong>\n\nNote that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\";'),('en','messages:lonelypages','s:17:\"en:Orphaned pages\";'),('en','messages:lonelypages-summary','s:3:\"en:\";'),('en','messages:lonelypagestext','s:91:\"en:The following pages are not linked from or transcluded into other pages in {{SITENAME}}.\";'),('en','messages:longpage-hint','s:4:\"en:-\";'),('en','messages:longpageerror','s:204:\"en:<strong>Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.</strong>\nIt cannot be published.\";'),('en','messages:longpages','s:13:\"en:Long pages\";'),('en','messages:longpages-summary','s:3:\"en:\";'),('en','messages:magiclink-tracking-isbn','s:31:\"en:Pages using ISBN magic links\";'),('en','messages:magiclink-tracking-isbn-desc','s:141:\"en:This page uses ISBN magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('en','messages:magiclink-tracking-pmid','s:31:\"en:Pages using PMID magic links\";'),('en','messages:magiclink-tracking-pmid-desc','s:141:\"en:This page uses PMID magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('en','messages:magiclink-tracking-rfc','s:30:\"en:Pages using RFC magic links\";'),('en','messages:magiclink-tracking-rfc-desc','s:140:\"en:This page uses RFC magic links. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] on how to migrate.\";'),('en','messages:mailerror','s:25:\"en:Error sending mail: $1\";'),('en','messages:mailmypassword','s:17:\"en:Reset password\";'),('en','messages:mailnologin','s:18:\"en:No send address\";'),('en','messages:mailnologintext','s:151:\"en:You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.\";'),('en','messages:mainpage','s:12:\"en:Main Page\";'),('en','messages:mainpage-description','s:12:\"en:Main page\";'),('en','messages:mainpage-nstab','s:12:\"en:Main page\";'),('en','messages:mainpage-title','s:4:\"en:-\";'),('en','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('en','messages:mar','s:6:\"en:Mar\";'),('en','messages:march','s:8:\"en:March\";'),('en','messages:march-gen','s:8:\"en:March\";'),('en','messages:markaspatrolleddiff','s:20:\"en:Mark as patrolled\";'),('en','messages:markaspatrolledtext','s:30:\"en:Mark this page as patrolled\";'),('en','messages:markaspatrolledtext-file','s:38:\"en:Mark this file version as patrolled\";'),('en','messages:markedaspatrolled','s:22:\"en:Marked as patrolled\";'),('en','messages:markedaspatrollederror','s:27:\"en:Cannot mark as patrolled\";'),('en','messages:markedaspatrollederror-noautopatrol','s:61:\"en:You are not allowed to mark your own changes as patrolled.\";'),('en','messages:markedaspatrollederrortext','s:55:\"en:You need to specify a revision to mark as patrolled.\";'),('en','messages:markedaspatrollednotify','s:50:\"en:This change to $1 has been marked as patrolled.\";'),('en','messages:markedaspatrolledtext','s:65:\"en:The selected revision of [[:$1]] has been marked as patrolled.\";'),('en','messages:math-desc','s:101:\"en:Render mathematical formulas between <code>&lt;math&gt;</code> ... <code>&lt;/math&gt;</code> tags\";'),('en','messages:math-form-display-label','s:20:\"en:Math display mode\";'),('en','messages:math-form-tex-help','s:109:\"en:Test with your own TeX input. See [[{{int:math-helppage}}|the help page for math formulae]] for more help.\";'),('en','messages:math-form-tex-label','s:19:\"en:Custom TeX input\";'),('en','messages:math-form-type-chem','s:86:\"en:chem (input with chemistry support; e.g. <code dir=\"ltr\">\\ce{H2O}</code> for water)\";'),('en','messages:math-form-type-label','s:20:\"en:Type of the input\";'),('en','messages:math-form-type-tex','s:21:\"en:tex (normal input)\";'),('en','messages:math-helppage','s:28:\"en:Help:Displaying a formula\";'),('en','messages:math-status-introduction','s:158:\"en:This page displays information about the enabled math rendering {{PLURAL:$1|mode|modes}}.\n\nThe following rendering {{PLURAL:$1|mode is|modes are}} enabled:\";'),('en','messages:math-test-contains-diff','s:58:\"en:Returned string $1 does not contain expected string $2.\";'),('en','messages:math-test-end','s:53:\"en:Backend tests for rendering mode \'\'$1\'\' completed.\";'),('en','messages:math-test-equals-diff','s:59:\"en:Returned string $1 is different from expected string $2.\";'),('en','messages:math-test-fail','s:22:\"en:Test \'\'$1\'\' failed.\";'),('en','messages:math-test-start','s:51:\"en:Running backend tests for rendering mode \'\'$1\'\'.\";'),('en','messages:math-test-success','s:25:\"en:Test \'\'$1\'\' succeeded.\";'),('en','messages:math-tracking-category-error','s:25:\"en:Pages with math errors\";'),('en','messages:math-tracking-category-error-desc','s:64:\"en:Pages in this category have errors in the usage of math tags.\";'),('en','messages:math-tracking-category-mhchem-deprecation','s:54:\"en:Pages that use a deprecated format of the chem tags\";'),('en','messages:math-tracking-category-mhchem-deprecation-desc','s:66:\"en:Pages in this category use a deprecated format of the chem tags\";'),('en','messages:math-tracking-category-render-error','s:32:\"en:Pages with math render errors\";'),('en','messages:math-tracking-category-render-error-desc','s:65:\"en:Pages in this category have rendering errors in the math tags.\";'),('en','messages:math-tracking-category-texvc-deprecation','s:54:\"en:Pages that use a deprecated format of the math tags\";'),('en','messages:math-tracking-category-texvc-deprecation-desc','s:66:\"en:Pages in this category use a deprecated format of the math tags\";'),('en','messages:math-visualeditor-mwchemdialog-title','s:19:\"en:Chemical formula\";'),('en','messages:math-visualeditor-mwlatexcontextitem-quickedit','s:13:\"en:Quick edit\";'),('en','messages:math-visualeditor-mwlatexdialog-card-formula','s:10:\"en:Formula\";'),('en','messages:math-visualeditor-mwlatexdialog-card-options','s:10:\"en:Options\";'),('en','messages:math-visualeditor-mwlatexinspector-display','s:10:\"en:Display\";'),('en','messages:math-visualeditor-mwlatexinspector-display-block','s:8:\"en:Block\";'),('en','messages:math-visualeditor-mwlatexinspector-display-default','s:10:\"en:Default\";'),('en','messages:math-visualeditor-mwlatexinspector-display-inline','s:9:\"en:Inline\";'),('en','messages:math-visualeditor-mwlatexinspector-id','s:21:\"en:Link ID (optional)\";'),('en','messages:math-visualeditor-mwlatexinspector-qid','s:30:\"en:Wikibase ID (with Q prefix)\";'),('en','messages:math-visualeditor-mwmathdialog-title','s:15:\"en:Math formula\";'),('en','messages:math-visualeditor-symbol-group-chem-addition','s:21:\"en:Addition compounds\";'),('en','messages:math-visualeditor-symbol-group-chem-aggregation','s:24:\"en:States of aggregation\";'),('en','messages:math-visualeditor-symbol-group-chem-arrows','s:18:\"en:Reaction arrows\";'),('en','messages:math-visualeditor-symbol-group-chem-brackets','s:33:\"en:Parenthesis, brackets & braces\";'),('en','messages:math-visualeditor-symbol-group-chem-charges','s:10:\"en:Charges\";'),('en','messages:math-visualeditor-symbol-group-chem-dots','s:36:\"en:Unpaired electrons & radical dots\";'),('en','messages:math-visualeditor-symbol-group-chem-equations','s:21:\"en:Chemical equations\";'),('en','messages:math-visualeditor-symbol-group-chem-formulae','s:20:\"en:Chemical formulae\";'),('en','messages:math-visualeditor-symbol-group-chem-greek','s:19:\"en:Greek characters\";'),('en','messages:math-visualeditor-symbol-group-chem-isotopes','s:11:\"en:Isotopes\";'),('en','messages:math-visualeditor-symbol-group-chem-operators','s:21:\"en:Equation operators\";'),('en','messages:math-visualeditor-symbol-group-chem-oxidation','s:19:\"en:Oxidation states\";'),('en','messages:math-visualeditor-symbol-group-chem-precipitate','s:22:\"en:Precipitate and gas\";'),('en','messages:math-visualeditor-symbol-group-chem-stoichiometric','s:25:\"en:Stoichiometric numbers\";'),('en','messages:math-visualeditor-symbol-group-math-accents','s:25:\"en:Accents and diacritics\";'),('en','messages:math-visualeditor-symbol-group-math-arrows','s:9:\"en:Arrows\";'),('en','messages:math-visualeditor-symbol-group-math-bounds','s:9:\"en:Bounds\";'),('en','messages:math-visualeditor-symbol-group-math-derivatives','s:32:\"en:Differentials and derivatives\";'),('en','messages:math-visualeditor-symbol-group-math-functions','s:31:\"en:Standard numerical functions\";'),('en','messages:math-visualeditor-symbol-group-math-geometry','s:12:\"en:Geometric\";'),('en','messages:math-visualeditor-symbol-group-math-greek','s:17:\"en:Greek alphabet\";'),('en','messages:math-visualeditor-symbol-group-math-hebrew','s:18:\"en:Hebrew alphabet\";'),('en','messages:math-visualeditor-symbol-group-math-large','s:16:\"en:Large layouts\";'),('en','messages:math-visualeditor-symbol-group-math-logic','s:8:\"en:Logic\";'),('en','messages:math-visualeditor-symbol-group-math-matrices','s:11:\"en:Matrices\";'),('en','messages:math-visualeditor-symbol-group-math-modular','s:21:\"en:Modular arithmetic\";'),('en','messages:math-visualeditor-symbol-group-math-operators','s:12:\"en:Operators\";'),('en','messages:math-visualeditor-symbol-group-math-parentheses','s:14:\"en:Parentheses\";'),('en','messages:math-visualeditor-symbol-group-math-projections','s:14:\"en:Projections\";'),('en','messages:math-visualeditor-symbol-group-math-relations','s:12:\"en:Relations\";'),('en','messages:math-visualeditor-symbol-group-math-root','s:11:\"en:Radicals\";'),('en','messages:math-visualeditor-symbol-group-math-sets','s:7:\"en:Sets\";'),('en','messages:math-visualeditor-symbol-group-math-spacing','s:10:\"en:Spacing\";'),('en','messages:math-visualeditor-symbol-group-math-special','s:10:\"en:Special\";'),('en','messages:math-visualeditor-symbol-group-math-subscripts','s:41:\"en:Subscripts, superscripts and integrals\";'),('en','messages:math-visualeditor-symbol-group-math-symbols','s:24:\"en:Symbols and constants\";'),('en','messages:math-visualeditor-symbol-group-math-typefaces','s:12:\"en:Typefaces\";'),('en','messages:math-visualeditor-symbol-group-math-unsorted','s:11:\"en:Unsorted\";'),('en','messages:math-wikibase-formula','s:10:\"en:Formula\";'),('en','messages:math-wikibase-formula-description','s:14:\"en:Description\";'),('en','messages:math-wikibase-formula-elements-header','s:26:\"en:Elements of the Formula\";'),('en','messages:math-wikibase-formula-header-format','s:15:\"en:\'\'\'$1:\'\'\' $2\";'),('en','messages:math-wikibase-formula-information','s:27:\"en:Math Formula Information\";'),('en','messages:math-wikibase-formula-link-header','s:14:\"en:Data Source\";'),('en','messages:math-wikibase-formula-name','s:7:\"en:Name\";'),('en','messages:math-wikibase-formula-type','s:7:\"en:Type\";'),('en','messages:math-wikibase-header','s:36:\"en:Information of Mathematical Items\";'),('en','messages:math-wikibase-special-error-header','s:8:\"en:Error\";'),('en','messages:math-wikibase-special-error-invalid-argument','s:50:\"en:Your specified Wikibase item ID does not exist.\";'),('en','messages:math-wikibase-special-error-unknown','s:63:\"en:An unknown error occurred while fetching data from Wikibase.\";'),('en','messages:math-wikibase-special-form-button','s:22:\"en:Request Information\";'),('en','messages:math-wikibase-special-form-header','s:35:\"en:Specify the name of the formula:\";'),('en','messages:math-wikibase-special-form-placeholder','s:23:\"en:Title of the formula\";'),('en','messages:math_failure','s:18:\"en:Failed to parse\";'),('en','messages:math_invalidjson','s:38:\"en:$1 server response is invalid JSON.\";'),('en','messages:math_invalidresponse','s:48:\"en:$1: Invalid response (\"$3\") from server \"$2\":\";'),('en','messages:math_invalidxml','s:32:\"en:MathML or SVG is invalid XML.\";'),('en','messages:math_mathoid_error','s:49:\"en:Conversion error. Server (\"$1\") reported: \"$2\"\";'),('en','messages:math_syntax_error','s:15:\"en:syntax error\";'),('en','messages:math_timeout','s:24:\"en:$1 timeout from \"$2\".\";'),('en','messages:math_unknown_error','s:16:\"en:unknown error\";'),('en','messages:math_unknown_function','s:24:\"en:unknown function \"$1\"\";'),('en','messages:mathstatus','s:14:\"en:Math status\";'),('en','messages:mathwikibase','s:27:\"en:Math Formula Information\";'),('en','messages:maximum-size','s:12:\"en:Max size:\";'),('en','messages:may','s:6:\"en:May\";'),('en','messages:may-gen','s:6:\"en:May\";'),('en','messages:may_long','s:6:\"en:May\";'),('en','messages:mcrundo-changed','s:85:\"en:The page has been changed since you viewed the diff. Please review the new change.\";'),('en','messages:mcrundo-missingparam','s:42:\"en:Missing required parameters on request.\";'),('en','messages:mcrundo-parse-failed','s:39:\"en:Failed to parse the new revision: $1\";'),('en','messages:mcrundofailed','s:14:\"en:Undo failed\";'),('en','messages:mediastatistics','s:19:\"en:Media statistics\";'),('en','messages:mediastatistics-allbytes','s:95:\"en:Total file size for all {{PLURAL:$3|$3 file|$3 files}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('en','messages:mediastatistics-bytespertype','s:118:\"en:Total file size for this section of {{PLURAL:$4|$4 file|$4 files}} ($5%): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%).\";'),('en','messages:mediastatistics-header-3d','s:5:\"en:3D\";'),('en','messages:mediastatistics-header-archive','s:21:\"en:Compressed formats\";'),('en','messages:mediastatistics-header-audio','s:8:\"en:Audio\";'),('en','messages:mediastatistics-header-bitmap','s:16:\"en:Bitmap images\";'),('en','messages:mediastatistics-header-drawing','s:27:\"en:Drawings (vector images)\";'),('en','messages:mediastatistics-header-executable','s:14:\"en:Executables\";'),('en','messages:mediastatistics-header-multimedia','s:13:\"en:Rich media\";'),('en','messages:mediastatistics-header-office','s:9:\"en:Office\";'),('en','messages:mediastatistics-header-text','s:10:\"en:Textual\";'),('en','messages:mediastatistics-header-total','s:12:\"en:All files\";'),('en','messages:mediastatistics-header-unknown','s:10:\"en:Unknown\";'),('en','messages:mediastatistics-header-video','s:9:\"en:Videos\";'),('en','messages:mediastatistics-nbytes','s:43:\"en:{{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3%)\";'),('en','messages:mediastatistics-nfiles','s:11:\"en:$1 ($2%)\";'),('en','messages:mediastatistics-summary','s:141:\"en:Statistics about uploaded file types. This only includes the most recent version of a file. Old or deleted versions of files are excluded.\";'),('en','messages:mediastatistics-table-count','s:18:\"en:Number of files\";'),('en','messages:mediastatistics-table-extensions','s:22:\"en:Possible extensions\";'),('en','messages:mediastatistics-table-mimetype','s:12:\"en:MIME type\";'),('en','messages:mediastatistics-table-totalbytes','s:16:\"en:Combined size\";'),('en','messages:mediawarning','s:120:\"en:<strong>Warning:</strong> This file type may contain malicious code.\nBy executing it, your system may be compromised.\";'),('en','messages:mediawikipage','s:20:\"en:View message page\";'),('en','messages:mergehistory','s:23:\"en:Merge page histories\";'),('en','messages:mergehistory-autocomment','s:30:\"en:Merged [[:$1]] into [[:$2]]\";'),('en','messages:mergehistory-box','s:31:\"en:Merge revisions of two pages\";'),('en','messages:mergehistory-comment','s:34:\"en:Merged [[:$1]] into [[:$2]]: $3\";'),('en','messages:mergehistory-done','s:91:\"en:$4 {{PLURAL:$4|revision|revisions}} of $1 {{PLURAL:$4|was|were}} merged into [[:$2]].\n$3\";'),('en','messages:mergehistory-empty','s:30:\"en:No revisions can be merged.\";'),('en','messages:mergehistory-fail','s:80:\"en:Unable to perform history merge. Please recheck the page and time parameters.\";'),('en','messages:mergehistory-fail-bad-timestamp','s:24:\"en:Timestamp is invalid.\";'),('en','messages:mergehistory-fail-invalid-dest','s:31:\"en:Destination page is invalid.\";'),('en','messages:mergehistory-fail-invalid-source','s:26:\"en:Source page is invalid.\";'),('en','messages:mergehistory-fail-no-change','s:90:\"en:History merge did not merge any revisions. Please recheck the page and time parameters.\";'),('en','messages:mergehistory-fail-permission','s:45:\"en:Insufficient permissions to merge history.\";'),('en','messages:mergehistory-fail-self-merge','s:45:\"en:Source and destination pages are the same.\";'),('en','messages:mergehistory-fail-timestamps-overlap','s:64:\"en:Source revisions overlap or come after destination revisions.\";'),('en','messages:mergehistory-fail-toobig','s:112:\"en:Unable to perform history merge as more than the limit of $1 {{PLURAL:$1|revision|revisions}} would be moved.\";'),('en','messages:mergehistory-from','s:15:\"en:Source page:\";'),('en','messages:mergehistory-go','s:23:\"en:Show mergeable edits\";'),('en','messages:mergehistory-header','s:159:\"en:This page lets you merge revisions of the history of one source page into a newer page.\nMake sure that this change will maintain historical page continuity.\";'),('en','messages:mergehistory-into','s:20:\"en:Destination page:\";'),('en','messages:mergehistory-invalid-destination','s:42:\"en:Destination page must be a valid title.\";'),('en','messages:mergehistory-invalid-source','s:37:\"en:Source page must be a valid title.\";'),('en','messages:mergehistory-list','s:25:\"en:Mergeable edit history\";'),('en','messages:mergehistory-merge','s:232:\"en:The following revisions of [[:$1]] can be merged into [[:$2]].\nUse the radio button column to merge in only the revisions created at and before the specified time.\nNote that using the navigation links will clear the reason field.\";'),('en','messages:mergehistory-no-destination','s:38:\"en:Destination page $1 does not exist.\";'),('en','messages:mergehistory-no-source','s:33:\"en:Source page $1 does not exist.\";'),('en','messages:mergehistory-reason','s:10:\"en:Reason:\";'),('en','messages:mergehistory-redirect-text','s:3:\"en:\";'),('en','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('en','messages:mergehistory-same-destination','s:50:\"en:Source and destination pages cannot be the same\";'),('en','messages:mergehistory-source-deleted','s:146:\"en:Additionally, [[:$1]] has been deleted because it no longer has any visible revisions and its content model does not support leaving redirects.\";'),('en','messages:mergehistory-source-deleted-reason','s:136:\"en:Source page automatically deleted after history merge because its content model does not support redirects and no remaining revisions\";'),('en','messages:mergehistory-submit','s:18:\"en:Merge revisions\";'),('en','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('en','messages:mergelog','s:12:\"en:Merge log\";'),('en','messages:mergelogpagetext','s:78:\"en:Below is a list of the most recent merges of one page history into another.\";'),('en','messages:metadata','s:11:\"en:Metadata\";'),('en','messages:metadata-collapse','s:24:\"en:Hide extended details\";'),('en','messages:metadata-expand','s:24:\"en:Show extended details\";'),('en','messages:metadata-fields','s:714:\"en:Image metadata fields listed in this message will be included on the image page display when the metadata table is collapsed.\nOthers will be hidden by default.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\n* dc-rights\n* copyrightowner\n* usageterms\n* webstatement\n* licenseurl\n* attributionurl\n* preferredattributionname\n* credit\n* jpegfilecomment\n* pngfilecomment\n* giffilecomment\n* usercomment\n* citydest\n* citycreated\n* headline\n* source\n* locationdest\n* dc-contributor\n* dc-coverage\n* dc-publisher\n* dc-relation\n* label\n* nickname\n* personinimage\n* disclaimer\n* event\n* objectname\";'),('en','messages:metadata-help','s:235:\"en:This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.\nIf the file has been modified from its original state, some details may not fully reflect the modified file.\";'),('en','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('en','messages:metadata-langitem-default','s:5:\"en:$1\";'),('en','messages:mf-expand-sections-0-label','s:22:\"en:Collapse by default\";'),('en','messages:mf-expand-sections-1-label','s:20:\"en:Expand by default\";'),('en','messages:mf-expand-sections-description','s:54:\"en:Always expand sections of content pages by default.\";'),('en','messages:mf-expand-sections-name','s:22:\"en:Expand all sections\";'),('en','messages:mf-font-size-description','s:38:\"en:Adjust text for better readability.\";'),('en','messages:mf-font-size-large-label','s:8:\"en:Large\";'),('en','messages:mf-font-size-name','s:7:\"en:Text\";'),('en','messages:mf-font-size-regular-label','s:9:\"en:Medium\";'),('en','messages:mf-font-size-small-label','s:11:\"en:Standard\";'),('en','messages:mimesearch','s:14:\"en:MIME search\";'),('en','messages:mimesearch-summary','s:139:\"en:This page enables the filtering of files for their MIME type.\nInput: contenttype/subtype or contenttype/*, e.g. <code>image/jpeg</code>.\";'),('en','messages:mimetype','s:13:\"en:MIME type:\";'),('en','messages:minerva-download','s:15:\"en:Download PDF\";'),('en','messages:minerva-last-modified-date','s:27:\"en:Last edited on $1, at $2\";'),('en','messages:minerva-meta-data-issues-section-header','s:17:\"en:Section issues\";'),('en','messages:minerva-page-actions-editfull','s:17:\"en:Edit full page\";'),('en','messages:minerva-page-actions-history','s:10:\"en:History\";'),('en','messages:minerva-page-actions-language-switcher','s:12:\"en:Languages\";'),('en','messages:minerva-page-actions-overflow','s:7:\"en:More\";'),('en','messages:minerva-prefs-talkpage','s:69:\"en:[https://www.mediawiki.org/wiki/Skin_talk:Minerva_Neue Discussion]\";'),('en','messages:minerva-skin-desc','s:33:\"en:A responsive mobile first skin\";'),('en','messages:minerva-user-menu-button','s:12:\"en:User menu\";'),('en','messages:minerva-user-navigation','s:18:\"en:User navigation\";'),('en','messages:minerva-watchlist-cta','s:49:\"en:Keep track of this page and all changes to it.\";'),('en','messages:minerva.css','s:70:\"en:/* All CSS here will be loaded for users of the MinervaNeue skin */\";'),('en','messages:minerva.js','s:77:\"en:/* All JavaScript here will be loaded for users of the MinervaNeue skin */\";'),('en','messages:minimum-size','s:11:\"en:Min size\";'),('en','messages:minlength1','s:41:\"en:Filenames must be at least one letter.\";'),('en','messages:minoredit','s:23:\"en:This is a minor edit\";'),('en','messages:minoreditletter','s:4:\"en:m\";'),('en','messages:minutes','s:37:\"en:{{PLURAL:$1|$1 minute|$1 minutes}}\";'),('en','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('en','messages:minutes-ago','s:38:\"en:$1 {{PLURAL:$1|minute|minutes}} ago\";'),('en','messages:missing-article','s:352:\"en:The database did not find the text of a page that it should have found, named \"$1\" $2.\n\nThis is usually caused by following an outdated diff or history link to a page that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.\";'),('en','messages:missing-revision','s:270:\"en:The revision #$1 of the page named \"{{FULLPAGENAME}}\" does not exist.\n\nThis is usually caused by following an outdated history link to a page that has been deleted.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('en','messages:missing-revision-content','s:74:\"en:The content of revision #$1 of the page named \"$2\" could not be loaded.\";'),('en','messages:missing-revision-permission','s:220:\"en:The revision #$1 belongs to a deleted page. You can [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('en','messages:missingarticle-diff','s:17:\"en:(Diff: $1, $2)\";'),('en','messages:missingarticle-rev','s:18:\"en:(revision#: $1)\";'),('en','messages:missingcommentheader','s:145:\"en:<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.\";'),('en','messages:missingcommenttext','s:26:\"en:Please enter a comment.\";'),('en','messages:missingsummary','s:134:\"en:<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.\";'),('en','messages:mobile-frontend-account-create-captcha-placeholder','s:26:\"en:Enter confirmation code\";'),('en','messages:mobile-frontend-amc-outreach-description','s:133:\"en:Advanced mode provides expanded functionality of History pages, Watchlist pages, Recent changes, and other editor tools on mobile.\";'),('en','messages:mobile-frontend-amc-outreach-dismissed-message','s:61:\"en:You can enable Advanced mode at any time in your Settings.\";'),('en','messages:mobile-frontend-amc-outreach-enable','s:23:\"en:Enable advanced mode\";'),('en','messages:mobile-frontend-amc-outreach-enabled-message','s:70:\"en:Advanced mode is now enabled. You can turn it off in your settings.\";'),('en','messages:mobile-frontend-amc-outreach-intro','s:28:\"en:Introducing Advanced Mode\";'),('en','messages:mobile-frontend-amc-outreach-no-thanks','s:12:\"en:No thanks\";'),('en','messages:mobile-frontend-beta-only','s:38:\"en:Feature only available in beta mode\";'),('en','messages:mobile-frontend-changeslist-nocomment','s:18:\"en:no edit summary\";'),('en','messages:mobile-frontend-clear-search','s:8:\"en:Clear\";'),('en','messages:mobile-frontend-console-recruit','s:125:\"en:Learn more about how we build our mobile site @ https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:MobileFrontend\";'),('en','messages:mobile-frontend-cookies-required','s:79:\"en:Cookies are required to switch view modes. Please enable them and try again.\";'),('en','messages:mobile-frontend-copyright','s:56:\"en:Content is available under $1 unless otherwise noted.\";'),('en','messages:mobile-frontend-desc','s:60:\"en:Helps improve the mobile presence of a MediaWiki instance\";'),('en','messages:mobile-frontend-drawer-arrow-label','s:8:\"en:Close\";'),('en','messages:mobile-frontend-edit-login-action','s:67:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Log in to edit.\";'),('en','messages:mobile-frontend-edit-signup-action','s:68:\"en:<strong>Help improve {{SITENAME}}.</strong><br />Sign up to edit.\";'),('en','messages:mobile-frontend-editor-anon','s:26:\"en:Edit without logging in\";'),('en','messages:mobile-frontend-editor-anonwarning','s:260:\"en:<strong>Warning:</strong> You are not logged in. Your IP address will be publicly visible if you make any edits. If you <strong>log in</strong> or <strong>create an account</strong>, your edits will be attributed to your username, along with other benefits.\";'),('en','messages:mobile-frontend-editor-autocreatewarning','s:294:\"en:<strong>Warning:</strong> You are not logged in. Once you make an edit, a temporary account will be created for you. [[$1|Learn more]]. <strong>Log in</strong> or <strong>create an account</strong> to continue receiving notifications after this account expires, and to access other features.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-action-login','s:9:\"en:Log in\";'),('en','messages:mobile-frontend-editor-blocked-drawer-action-ok','s:5:\"en:OK\";'),('en','messages:mobile-frontend-editor-blocked-drawer-action-randompage','s:26:\"en:Take me to another page\";'),('en','messages:mobile-frontend-editor-blocked-drawer-body-link','s:11:\"en:See more\";'),('en','messages:mobile-frontend-editor-blocked-drawer-body-login','s:41:\"en:Try logging in if you have an account.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-body-login-createaccount','s:41:\"en:Try logging in or creating an account.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-body-login-createaccount-partial','s:70:\"en:Try logging in or creating an account, or try editing another page.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-body-login-partial','s:70:\"en:Try logging in if you have an account, or try editing another page.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-body-partial','s:28:\"en:Try editing another page.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-creator-header','s:27:\"en:{{GENDER:$1|Blocked}} by\";'),('en','messages:mobile-frontend-editor-blocked-drawer-expiry-header','s:20:\"en:Block will expire\";'),('en','messages:mobile-frontend-editor-blocked-drawer-help','s:14:\"en:See details\";'),('en','messages:mobile-frontend-editor-blocked-drawer-reason-header','s:9:\"en:Reason\";'),('en','messages:mobile-frontend-editor-blocked-drawer-title','s:51:\"en:You have been blocked from editing {{SITENAME}}.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-title-ip','s:62:\"en:Your IP address has been blocked from editing {{SITENAME}}.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-title-ip-partial','s:59:\"en:Your IP address has been blocked from editing this page.\";'),('en','messages:mobile-frontend-editor-blocked-drawer-title-partial','s:48:\"en:You have been blocked from editing this page.\";'),('en','messages:mobile-frontend-editor-cancel','s:9:\"en:Cancel\";'),('en','messages:mobile-frontend-editor-cancel-confirm','s:43:\"en:Do you really want to abandon your edit?\";'),('en','messages:mobile-frontend-editor-captcha-try-again','s:25:\"en:Wrong code, try again.\";'),('en','messages:mobile-frontend-editor-continue','s:7:\"en:Next\";'),('en','messages:mobile-frontend-editor-disabled','s:64:\"en:This page is protected to prevent vandalism. [$1 View source]\";'),('en','messages:mobile-frontend-editor-disabled-anon','s:40:\"en:You need to log in to edit this page.\";'),('en','messages:mobile-frontend-editor-edit','s:7:\"en:Edit\";'),('en','messages:mobile-frontend-editor-editing','s:10:\"en:Editing\";'),('en','messages:mobile-frontend-editor-editing-page','s:43:\"en:<span><strong>Editing</strong> $1</span>\";'),('en','messages:mobile-frontend-editor-error','s:29:\"en:Error, edit not published.\";'),('en','messages:mobile-frontend-editor-error-conflict','s:44:\"en:Error, another user has edited this page.\";'),('en','messages:mobile-frontend-editor-error-loading','s:32:\"en:Error, can\'t load the editor.\";'),('en','messages:mobile-frontend-editor-error-preview','s:93:\"en:Error, something unexpected happened upon loading the preview. Please close and try again.\";'),('en','messages:mobile-frontend-editor-generic-block-reason','s:17:\"en:Unknown reason\";'),('en','messages:mobile-frontend-editor-keep-editing','s:15:\"en:Keep editing\";'),('en','messages:mobile-frontend-editor-licensing','s:109:\"en:By publishing changes, you agree to release your contribution under the $1 {{PLURAL:$2|license|licenses}}.\";'),('en','messages:mobile-frontend-editor-licensing-with-terms','s:129:\"en:By publishing changes, you agree to the $1 and agree to release your contribution under the $2 {{PLURAL:$3|license|licenses}}.\";'),('en','messages:mobile-frontend-editor-loadbasiceditor','s:26:\"en:Switch to source editor\";'),('en','messages:mobile-frontend-editor-loading','s:20:\"en:Loading editor…\";'),('en','messages:mobile-frontend-editor-loadingtooslow','s:19:\"en:Slow connection?\";'),('en','messages:mobile-frontend-editor-new-page-confirm','s:76:\"en:{{GENDER:$1|Are you sure you want to create}} a new page on {{SITENAME}}?\";'),('en','messages:mobile-frontend-editor-placeholder','s:52:\"en:This section is empty. Be the first to expand it!\";'),('en','messages:mobile-frontend-editor-placeholder-new-page','s:61:\"en:{{GENDER:$1|You are creating}} a new page on {{SITENAME}}!\";'),('en','messages:mobile-frontend-editor-previewing-page','s:46:\"en:<span><strong>Previewing</strong> $1</span>\";'),('en','messages:mobile-frontend-editor-publish','s:10:\"en:Publish\";'),('en','messages:mobile-frontend-editor-redlink-create','s:14:\"en:Create page\";'),('en','messages:mobile-frontend-editor-redlink-explain','s:38:\"en:This page has not yet been created.\";'),('en','messages:mobile-frontend-editor-redlink-leave','s:14:\"en:No, thanks.\";'),('en','messages:mobile-frontend-editor-save','s:7:\"en:Save\";'),('en','messages:mobile-frontend-editor-summary','s:11:\"en:Summary:\";'),('en','messages:mobile-frontend-editor-summary-placeholder','s:37:\"en:Example: Fixed typo, added content\";'),('en','messages:mobile-frontend-editor-summary-request','s:32:\"en:How did you improve the page?\";'),('en','messages:mobile-frontend-editor-switch-editor','s:16:\"en:Switch editor\";'),('en','messages:mobile-frontend-editor-switch-visual-editor','s:27:\"en:Switch to visual editing\";'),('en','messages:mobile-frontend-editor-terms-link','s:20:\"en:[$1 Terms of Use]\";'),('en','messages:mobile-frontend-editor-toload','s:108:\"en:The editor will now load. If you still see this message after a few seconds, please [$1 reload the page].\";'),('en','messages:mobile-frontend-editor-uploadenable','s:49:\"en:Please upload a photo first to enable editing.\";'),('en','messages:mobile-frontend-editor-viewing-source-page','s:53:\"en:<strong>Viewing source of</strong><span> $1</span>\";'),('en','messages:mobile-frontend-editor-wait','s:32:\"en:Publishing edit, please wait.\";'),('en','messages:mobile-frontend-generic-404-desc','s:51:\"en:The page you are looking for could not be found.\";'),('en','messages:mobile-frontend-generic-404-title','s:25:\"en:Error - Page not found\";'),('en','messages:mobile-frontend-generic-login-new','s:87:\"en:<strong>{{SITENAME}} is made by people like you.</strong><br />Log in to contribute.\";'),('en','messages:mobile-frontend-history','s:34:\"en:View edit history of this page.\";'),('en','messages:mobile-frontend-home-button','s:7:\"en:Home\";'),('en','messages:mobile-frontend-joined-days','s:56:\"en:{{GENDER:$1|Joined}} {{PLURAL:$2|$2 day|$2 days}} ago\";'),('en','messages:mobile-frontend-joined-hours','s:58:\"en:{{GENDER:$1|Joined}} {{PLURAL:$2|$2 hour|$2 hours}} ago\";'),('en','messages:mobile-frontend-joined-just-now','s:32:\"en:{{GENDER:$1|Joined}} just now\";'),('en','messages:mobile-frontend-joined-minutes','s:62:\"en:{{GENDER:$1|Joined}} {{PLURAL:$2|$2 minute|$2 minutes}} ago\";'),('en','messages:mobile-frontend-joined-months','s:60:\"en:{{GENDER:$1|Joined}} {{PLURAL:$2|$2 month|$2 months}} ago\";'),('en','messages:mobile-frontend-joined-seconds','s:62:\"en:{{GENDER:$1|Joined}} {{PLURAL:$2|$2 second|$2 seconds}} ago\";'),('en','messages:mobile-frontend-joined-years','s:58:\"en:{{GENDER:$1|Joined}} {{PLURAL:$2|$2 year|$2 years}} ago\";'),('en','messages:mobile-frontend-language-article-heading','s:11:\"en:Language\";'),('en','messages:mobile-frontend-language-heading','s:29:\"en:<strong>Languages</strong>\";'),('en','messages:mobile-frontend-languages-not-available','s:49:\"en:This page is not available in other languages.\";'),('en','messages:mobile-frontend-languages-structured-overlay-all-languages-header','s:18:\"en:Other languages\";'),('en','messages:mobile-frontend-languages-structured-overlay-error','s:54:\"en:There was an error loading languages for this page.\";'),('en','messages:mobile-frontend-languages-structured-overlay-no-results','s:25:\"en:Language not available\";'),('en','messages:mobile-frontend-languages-structured-overlay-no-results-body','s:53:\"en:The language you are looking for is not available.\";'),('en','messages:mobile-frontend-languages-structured-overlay-search-input-placeholder','s:24:\"en:Search for a language\";'),('en','messages:mobile-frontend-languages-structured-overlay-suggested-languages-header','s:22:\"en:Suggested languages\";'),('en','messages:mobile-frontend-last-modified-date','s:27:\"en:Last edited on $1, at $2\";'),('en','messages:mobile-frontend-last-modified-with-user-days','s:111:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 day|$3 days}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-last-modified-with-user-hours','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 hour|$3 hours}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-last-modified-with-user-just-now','s:87:\"en:[$3 Last {{GENDER:$1|edited}}] just now by {{PLURAL:$4|[$5 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-last-modified-with-user-minutes','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 minute|$3 minutes}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-last-modified-with-user-months','s:115:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 month|$3 months}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-last-modified-with-user-seconds','s:117:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 second|$3 seconds}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-last-modified-with-user-years','s:113:\"en:[$4 Last {{GENDER:$1|edited}} {{PLURAL:$3|$3 year|$3 years}} ago] by {{PLURAL:$5|[$6 $2]|0=an anonymous user}}\";'),('en','messages:mobile-frontend-license-links','s:3:\"en:\";'),('en','messages:mobile-frontend-loading-message','s:13:\"en:Loading…\";'),('en','messages:mobile-frontend-main-menu','s:12:\"en:Main Menu\";'),('en','messages:mobile-frontend-main-menu-button-tooltip','s:17:\"en:Open main menu\";'),('en','messages:mobile-frontend-main-menu-contributions','s:16:\"en:Contributions\";'),('en','messages:mobile-frontend-main-menu-login','s:9:\"en:Log in\";'),('en','messages:mobile-frontend-main-menu-logout','s:10:\"en:Log out\";'),('en','messages:mobile-frontend-main-menu-nearby','s:9:\"en:Nearby\";'),('en','messages:mobile-frontend-main-menu-settings','s:11:\"en:Settings\";'),('en','messages:mobile-frontend-main-menu-settings-heading','s:11:\"en:Settings\";'),('en','messages:mobile-frontend-main-menu-watchlist','s:12:\"en:Watchlist\";'),('en','messages:mobile-frontend-media-details','s:10:\"en:Details\";'),('en','messages:mobile-frontend-media-license-link','s:22:\"en:License information\";'),('en','messages:mobile-frontend-media-load-fail-message','s:47:\"en:There was an error while loading this image.\";'),('en','messages:mobile-frontend-media-load-fail-retry','s:10:\"en:Refresh\";'),('en','messages:mobile-frontend-media-next','s:18:\"en:Show next image\";'),('en','messages:mobile-frontend-media-prev','s:22:\"en:Show previous image\";'),('en','messages:mobile-frontend-meta-data-issues','s:14:\"en:Page issues\";'),('en','messages:mobile-frontend-meta-data-issues-categories','s:22:\"en:About this category\";'),('en','messages:mobile-frontend-meta-data-issues-header','s:14:\"en:Page issues\";'),('en','messages:mobile-frontend-missing-image','s:8:\"en:Image\";'),('en','messages:mobile-frontend-mobile-option-MFEnableFontChanger','s:12:\"en:Font size\";'),('en','messages:mobile-frontend-mobile-option-MFEnableFontChanger-description','s:52:\"en:Control the font size of your reading experience.\";'),('en','messages:mobile-frontend-mobile-option-MFEnableWikidataDescriptions','s:21:\"en:Title descriptions\";'),('en','messages:mobile-frontend-mobile-option-MFEnableWikidataDescriptions-description','s:79:\"en:Learn about the subject of the page with a short description below the title\";'),('en','messages:mobile-frontend-mobile-option-MFLazyLoadImages','s:19:\"en:Lazy load images\";'),('en','messages:mobile-frontend-mobile-option-MFLazyLoadImages-description','s:32:\"en:Load images only when needed.\";'),('en','messages:mobile-frontend-mobile-option-MFShowFirstParagraphBeforeInfobox','s:17:\"en:Lead paragraph\";'),('en','messages:mobile-frontend-mobile-option-MFShowFirstParagraphBeforeInfobox-description','s:80:\"en:Text will always show above infoboxes, improving performance and readability.\";'),('en','messages:mobile-frontend-mobile-option-amc-learn-more','s:13:\"en:Learn more\";'),('en','messages:mobile-frontend-mobile-option-amc-send-feedback','s:16:\"en:Send feedback\";'),('en','messages:mobile-frontend-opt-in-explain','s:111:\"en:{{SITENAME}} βeta is a way for you to try these experimental features and provide us with valuable feedback\";'),('en','messages:mobile-frontend-overlay-close','s:8:\"en:Close\";'),('en','messages:mobile-frontend-pageaction-edit-tooltip','s:37:\"en:Edit the lead section of this page\";'),('en','messages:mobile-frontend-placeholder','s:22:\"en:Search {{SITENAME}}\";'),('en','messages:mobile-frontend-privacy-link-text','s:10:\"en:Privacy\";'),('en','messages:mobile-frontend-random-button','s:9:\"en:Random\";'),('en','messages:mobile-frontend-redirected-from','s:27:\"en:Redirected from \"[[$1]]\"\";'),('en','messages:mobile-frontend-references-citation','s:11:\"en:Citation\";'),('en','messages:mobile-frontend-references-citation-error','s:67:\"en:An error occurred and it was not possible to load this citation.\";'),('en','messages:mobile-frontend-requires-mobile','s:102:\"en:This page is not available on desktop. Please click the mobile view link at the bottom of the page.\";'),('en','messages:mobile-frontend-requires-title','s:19:\"en:Page unavailable\";'),('en','messages:mobile-frontend-save-error','s:73:\"en:Error saving settings. Please make sure that you have cookies enabled.\";'),('en','messages:mobile-frontend-save-settings','s:7:\"en:Save\";'),('en','messages:mobile-frontend-search-content','s:22:\"en:Search within pages\";'),('en','messages:mobile-frontend-search-content-no-results','s:88:\"en:<b>{{int:mobile-frontend-search-content}}</b> to see if this phrase appears anywhere.\";'),('en','messages:mobile-frontend-search-feedback-link-text','s:25:\"en:Give us your feedback.\";'),('en','messages:mobile-frontend-search-feedback-prompt','s:43:\"en:Couldn\'t find what you were looking for?\";'),('en','messages:mobile-frontend-search-no-results','s:27:\"en:No page with this title.\";'),('en','messages:mobile-frontend-send-feedback','s:16:\"en:Send feedback\";'),('en','messages:mobile-frontend-settings-beta','s:21:\"en:{{SITENAME}} βeta\";'),('en','messages:mobile-frontend-settings-save','s:23:\"en:Settings were saved.\";'),('en','messages:mobile-frontend-settings-tagline','s:22:\"en:Reading preferences\";'),('en','messages:mobile-frontend-special-pages-pref','s:67:\"en:Optimize and simplify special pages when on mobile (recommended)\";'),('en','messages:mobile-frontend-talk-back-to-filepage','s:27:\"en:Return to the file \"$1\".\";'),('en','messages:mobile-frontend-talk-back-to-page','s:23:\"en:Return to \"$1\" page.\";'),('en','messages:mobile-frontend-talk-back-to-projectpage','s:35:\"en:Return to the project page \"$1\".\";'),('en','messages:mobile-frontend-talk-back-to-userpage','s:49:\"en:Return to the user page of \"{{GENDER:$1|$1}}\".\";'),('en','messages:mobile-frontend-terms-text','s:15:\"en:Terms of Use\";'),('en','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('en','messages:mobile-frontend-user-button-tooltip','s:24:\"en:Show my notifications\";'),('en','messages:mobile-frontend-user-newmessages','s:42:\"en:You have new messages on your talk page\";'),('en','messages:mobile-frontend-user-page-contributions','s:16:\"en:Contributions\";'),('en','messages:mobile-frontend-user-page-create-owner-page-link-label','s:18:\"en:Create your own\";'),('en','messages:mobile-frontend-user-page-create-user-page-link-label','s:26:\"en:Create a page called $1\";'),('en','messages:mobile-frontend-user-page-describe-yourself','s:59:\"en:You can describe yourself to fellow $1 on your user page\";'),('en','messages:mobile-frontend-user-page-describe-yourself-editors','s:10:\"en:editors\";'),('en','messages:mobile-frontend-user-page-desired-action','s:47:\"en:This page should be created and edited by $1\";'),('en','messages:mobile-frontend-user-page-member-since','s:26:\"en:{{GENDER:$2|Joined}} $1\";'),('en','messages:mobile-frontend-user-page-no-owner-page-yet','s:33:\"en:You don\'t have a user page yet\";'),('en','messages:mobile-frontend-user-page-no-page-yet','s:22:\"en:No user page for $1\";'),('en','messages:mobile-frontend-user-page-talk','s:7:\"en:Talk\";'),('en','messages:mobile-frontend-user-pref-description','s:100:\"en:Change your preferences, including password, website appearance, notification settings, and more.\";'),('en','messages:mobile-frontend-user-pref-link','s:19:\"en:Open preferences\";'),('en','messages:mobile-frontend-user-pref-option','s:19:\"en:User preferences\";'),('en','messages:mobile-frontend-view','s:14:\"en:Mobile view\";'),('en','messages:mobile-frontend-view-desktop','s:10:\"en:Desktop\";'),('en','messages:mobile-frontend-watchlist-a-z-empty-howto','s:159:\"en:You are not currently watching any pages. Your watchlist helps you keep track of the pages that you are interested in. Watch pages by tapping the star icon.\";'),('en','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:22:\"en:Click the star icon\";'),('en','messages:mobile-frontend-watchlist-back-home','s:12:\"en:Back home\";'),('en','messages:mobile-frontend-watchlist-cta-button-login','s:9:\"en:Log in\";'),('en','messages:mobile-frontend-watchlist-cta-button-signup','s:10:\"en:Sign up\";'),('en','messages:mobile-frontend-watchlist-feed-empty','s:42:\"en:There are no pages with recent changes.\";'),('en','messages:mobile-frontend-watchlist-filter-all','s:6:\"en:All\";'),('en','messages:mobile-frontend-watchlist-filter-articles','s:8:\"en:Pages\";'),('en','messages:mobile-frontend-watchlist-filter-other','s:8:\"en:Other\";'),('en','messages:mobile-frontend-watchlist-filter-talk','s:7:\"en:Talk\";'),('en','messages:mobile-frontend-watchlist-more','s:7:\"en:more\";'),('en','messages:mobile-frontend-watchlist-purpose','s:114:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.\";'),('en','messages:mobile-frontend-watchlist-signup-action','s:122:\"en:<strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.\";'),('en','messages:mobile.css','s:65:\"en:/* All CSS here will be loaded for users of the mobile site */\";'),('en','messages:mobile.js','s:72:\"en:/* All JavaScript here will be loaded for users of the mobile site */\";'),('en','messages:modeleditnotsupported-text','s:49:\"en:Editing is not supported for content model $1.\";'),('en','messages:modeleditnotsupported-title','s:24:\"en:Editing not supported\";'),('en','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('en','messages:modifiedarticleprotection-comment','s:57:\"en:{{GENDER:$2|Changed}} protection settings for \"[[$1]]\"\";'),('en','messages:mon','s:6:\"en:Mon\";'),('en','messages:monday','s:9:\"en:Monday\";'),('en','messages:monday-at','s:15:\"en:Monday at $1\";'),('en','messages:month','s:28:\"en:From month (and earlier):\";'),('en','messages:months','s:35:\"en:{{PLURAL:$1|$1 month|$1 months}}\";'),('en','messages:monthsall','s:6:\"en:all\";'),('en','messages:moredotdotdot','s:10:\"en:More...\";'),('en','messages:morelinkstoimage','s:61:\"en:View [[Special:WhatLinksHere/$1|more links]] to this file.\";'),('en','messages:morenotlisted','s:31:\"en:This list may be incomplete.\";'),('en','messages:mostcategories','s:33:\"en:Pages with the most categories\";'),('en','messages:mostcategories-summary','s:3:\"en:\";'),('en','messages:mostimages','s:23:\"en:Most linked-to files\";'),('en','messages:mostimages-summary','s:3:\"en:\";'),('en','messages:mostinterwikis','s:33:\"en:Pages with the most interwikis\";'),('en','messages:mostinterwikis-summary','s:3:\"en:\";'),('en','messages:mostlinked','s:23:\"en:Most linked-to pages\";'),('en','messages:mostlinked-summary','s:3:\"en:\";'),('en','messages:mostlinkedcategories','s:28:\"en:Most linked-to categories\";'),('en','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('en','messages:mostlinkedtemplates','s:25:\"en:Most transcluded pages\";'),('en','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('en','messages:mostrevisions','s:32:\"en:Pages with the most revisions\";'),('en','messages:mostrevisions-summary','s:3:\"en:\";'),('en','messages:move','s:7:\"en:Move\";'),('en','messages:move-leave-redirect','s:26:\"en:Leave a redirect behind\";'),('en','messages:move-over-sharedrepo','s:100:\"en:[[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.\";'),('en','messages:move-page','s:10:\"en:Move $1\";'),('en','messages:move-page-legend','s:12:\"en:Move page\";'),('en','messages:move-redirect-text','s:3:\"en:\";'),('en','messages:move-subpages','s:27:\"en:Move subpages (up to $1)\";'),('en','messages:move-talk-subpages','s:40:\"en:Move subpages of talk page (up to $1)\";'),('en','messages:move-watch','s:36:\"en:Watch source page and target page\";'),('en','messages:movecategorypage-warning','s:199:\"en:<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorized into the new one.\";'),('en','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('en','messages:moveddeleted-notice','s:114:\"en:This page does not exist.\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('en','messages:moveddeleted-notice-recent','s:154:\"en:Sorry, this page was recently deleted (within the last 24 hours).\nThe deletion, protection, and move log for the page are provided below for reference.\";'),('en','messages:movelogpage','s:11:\"en:Move log\";'),('en','messages:movelogpagetext','s:37:\"en:Below is a list of all page moves.\";'),('en','messages:movenologintext','s:84:\"en:You must be a registered user and [[Special:UserLogin|logged in]] to move a page.\";'),('en','messages:movenosubpage','s:29:\"en:This page has no subpages.\";'),('en','messages:movenotallowed','s:44:\"en:You do not have permission to move pages.\";'),('en','messages:movenotallowedfile','s:44:\"en:You do not have permission to move files.\";'),('en','messages:moveotherreason','s:27:\"en:Other/additional reason:\";'),('en','messages:movepage-delete-first','s:130:\"en:The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.\";'),('en','messages:movepage-edit-reasonlist','s:20:\"en:Edit move reasons\";'),('en','messages:movepage-invalid-target-title','s:33:\"en:The requested name is invalid.\";'),('en','messages:movepage-max-pages','s:101:\"en:The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.\";'),('en','messages:movepage-moved','s:47:\"en:<strong>\"$1\" has been moved to \"$2\"</strong>\";'),('en','messages:movepage-moved-noredirect','s:50:\"en:The creation of a redirect has been suppressed.\";'),('en','messages:movepage-moved-redirect','s:31:\"en:A redirect has been created.\";'),('en','messages:movepage-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('en','messages:movepage-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('en','messages:movepage-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('en','messages:movepage-reason-dropdown','s:44:\"en:* Common move reasons\n** Misspelled title\";'),('en','messages:movepage-source-doesnt-exist','s:49:\"en:The page $1 doesn\'t exist and cannot be moved.\";'),('en','messages:movepage-summary','s:3:\"en:\";'),('en','messages:movepagebtn','s:12:\"en:Move page\";'),('en','messages:movepagetalktext','s:219:\"en:If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.\n\nIn this case, you will have to move or merge the page manually if desired.\";'),('en','messages:movepagetext','s:904:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nYou can update redirects that point to the original title automatically.\nIf you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('en','messages:movepagetext-noredirectfixer','s:801:\"en:Using the form below will rename a page, moving all of its history to the new name.\nThe old title will become a redirect page to the new title.\nBe sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('en','messages:movepagetext-noredirectsupport','s:582:\"en:Using the form below will rename a page, moving all of its history to the new name.\nYou are responsible for making sure that links continue to point where they are supposed to go.\n\nNote that the page will <strong>not</strong> be moved if there is already a page at the new title.\nThis means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.\n\n<strong>Note:</strong>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before proceeding.\";'),('en','messages:movereason','s:10:\"en:Reason:\";'),('en','messages:movereasonotherlist','s:15:\"en:Other reason\";'),('en','messages:movesubpage','s:33:\"en:{{PLURAL:$1|Subpage|Subpages}}\";'),('en','messages:movesubpagetalktext','s:81:\"en:The corresponding talk page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('en','messages:movesubpagetalktext-truncated','s:95:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for the corresponding talk page are shown below.\";'),('en','messages:movesubpagetext','s:63:\"en:This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.\";'),('en','messages:movesubpagetext-truncated','s:77:\"en:The first $1 {{PLURAL:$1|subpage|subpages}} for this page are shown below.\";'),('en','messages:movetalk','s:28:\"en:Move associated talk page\";'),('en','messages:movethispage','s:17:\"en:Move this page\";'),('en','messages:moveuserpage-warning','s:151:\"en:<strong>Warning:</strong> You are about to move a user page. Please note that only the page will be moved and the user will <em>not</em> be renamed.\";'),('en','messages:mute-preferences','s:19:\"en:Mute preferences\";'),('en','messages:mw-math-latexml','s:38:\"en:LaTeXML (experimental; uses MathML)\";'),('en','messages:mw-math-mathjax','s:75:\"en:Client side MathJax rendering (for browsers with limited MathML support)\";'),('en','messages:mw-math-mathml','s:49:\"en:SVG (MathML can be enabled via browser plugin)\";'),('en','messages:mw-math-native','s:35:\"en:MathML (experimental; no images)\";'),('en','messages:mw-math-source','s:35:\"en:LaTeX source (for text browsers)\";'),('en','messages:mw-mf-amc-0-label','s:11:\"en:Disabled\";'),('en','messages:mw-mf-amc-1-label','s:10:\"en:Enabled\";'),('en','messages:mw-mf-amc-description','s:104:\"en:Advanced mode provides easy access to talk pages, history pages, user tools, and other editing tools.\";'),('en','messages:mw-mf-amc-name','s:16:\"en:Advanced mode\";'),('en','messages:mw-widgets-abandonedit','s:72:\"en:Are you sure you want to leave editing mode without publishing first?\";'),('en','messages:mw-widgets-abandonedit-discard','s:16:\"en:Discard edits\";'),('en','messages:mw-widgets-abandonedit-keep','s:19:\"en:Continue editing\";'),('en','messages:mw-widgets-abandonedit-title','s:16:\"en:Are you sure?\";'),('en','messages:mw-widgets-categoryselector-add-category-placeholder','s:20:\"en:Add a category...\";'),('en','messages:mw-widgets-copytextlayout-copy-fail','s:31:\"en:Failed to copy to clipboard.\";'),('en','messages:mw-widgets-copytextlayout-copy-success','s:23:\"en:Copied to clipboard.\";'),('en','messages:mw-widgets-dateinput-no-date','s:19:\"en:No date selected\";'),('en','messages:mw-widgets-dateinput-placeholder-day','s:13:\"en:YYYY-MM-DD\";'),('en','messages:mw-widgets-dateinput-placeholder-month','s:10:\"en:YYYY-MM\";'),('en','messages:mw-widgets-mediasearch-input-placeholder','s:19:\"en:Search for media\";'),('en','messages:mw-widgets-mediasearch-noresults','s:20:\"en:No results found.\";'),('en','messages:mw-widgets-mediasearch-recent-uploads','s:36:\"en:{{GENDER:$1|Your}} recent uploads\";'),('en','messages:mw-widgets-mediasearch-results-aria-label','s:23:\"en:Media search results\";'),('en','messages:mw-widgets-table-row-delete','s:13:\"en:Delete row\";'),('en','messages:mw-widgets-tagmultiselect-placeholder','s:14:\"en:Add more...\";'),('en','messages:mw-widgets-titleinput-description-new-page','s:26:\"en:page does not exist yet\";'),('en','messages:mw-widgets-titleinput-description-redirect','s:17:\"en:redirect to $1\";'),('en','messages:mw-widgets-titlesmultiselect-placeholder','s:14:\"en:Add more...\";'),('en','messages:mw-widgets-usersmultiselect-placeholder','s:14:\"en:Add more...\";'),('en','messages:mycontris','s:16:\"en:Contributions\";'),('en','messages:mycustomcssprotected','s:52:\"en:You do not have permission to edit this CSS page.\";'),('en','messages:mycustomjsonprotected','s:53:\"en:You do not have permission to edit this JSON page.\";'),('en','messages:mycustomjsprotected','s:59:\"en:You do not have permission to edit this JavaScript page.\";'),('en','messages:mycustomjsredirectprotected','s:128:\"en:You do not have permission to edit this JavaScript page because it is a redirect and it does not point inside your userspace.\";'),('en','messages:mypage','s:7:\"en:Page\";'),('en','messages:mypreferences','s:14:\"en:Preferences\";'),('en','messages:mypreferencesprotected','s:55:\"en:You do not have permission to edit your preferences.\";'),('en','messages:myprivateinfoprotected','s:63:\"en:You do not have permission to edit your private information.\";'),('en','messages:mytalk','s:7:\"en:Talk\";'),('en','messages:mywatchlist','s:12:\"en:Watchlist\";'),('en','messages:namespace','s:13:\"en:Namespace:\";'),('en','messages:namespace-nosubpages','s:42:\"en:Namespace \"$1\" does not allow subpages.\";'),('en','messages:namespace_association','s:23:\"en:Associated namespace\";'),('en','messages:namespaceinfo','s:24:\"en:Namespace information\";'),('en','messages:namespaceinfo-description-custom','s:24:\"en:Custom namespace \"$1\"\";'),('en','messages:namespaceinfo-description-custom-talk','s:54:\"en:Talk pages associated with the $1 namespace (ID $2)\";'),('en','messages:namespaceinfo-description-ns-1','s:38:\"en:Virtual namespace for special pages\";'),('en','messages:namespaceinfo-description-ns-2','s:31:\"en:Virtual namespace for images\";'),('en','messages:namespaceinfo-description-ns0','s:17:\"en:Main namespace\";'),('en','messages:namespaceinfo-description-ns1','s:45:\"en:Talk pages for pages in the main namespace\";'),('en','messages:namespaceinfo-description-ns10','s:21:\"en:Template namespace\";'),('en','messages:namespaceinfo-description-ns11','s:49:\"en:Talk pages for pages in the template namespace\";'),('en','messages:namespaceinfo-description-ns12','s:17:\"en:Help namespace\";'),('en','messages:namespaceinfo-description-ns13','s:45:\"en:Talk pages for pages in the help namespace\";'),('en','messages:namespaceinfo-description-ns14','s:32:\"en:Categories for grouping pages\";'),('en','messages:namespaceinfo-description-ns15','s:49:\"en:Talk pages for pages in the category namespace\";'),('en','messages:namespaceinfo-description-ns2','s:45:\"en:User pages and other user specific content\";'),('en','messages:namespaceinfo-description-ns3','s:24:\"en:User discussion pages\";'),('en','messages:namespaceinfo-description-ns4','s:16:\"en:Project pages\";'),('en','messages:namespaceinfo-description-ns5','s:48:\"en:Talk pages for pages in the project namespace\";'),('en','messages:namespaceinfo-description-ns6','s:30:\"en:Files and file descriptions\";'),('en','messages:namespaceinfo-description-ns7','s:23:\"en:Talk pages for files\";'),('en','messages:namespaceinfo-description-ns8','s:36:\"en:Definitions of interface messages\";'),('en','messages:namespaceinfo-description-ns9','s:50:\"en:Talk pages for pages in the MediaWiki namespace\";'),('en','messages:namespaceinfo-heading-canonical','s:17:\"en:Canonical name\";'),('en','messages:namespaceinfo-heading-id','s:5:\"en:ID\";'),('en','messages:namespaceinfo-heading-info','s:29:\"en:Description and properties\";'),('en','messages:namespaceinfo-heading-local','s:13:\"en:Local name\";'),('en','messages:namespaceinfo-namespace-default-contentmodel','s:77:\"en:Pages in this namespace have the <code>$1</code> content model by default.\";'),('en','messages:namespaceinfo-namespace-immovable','s:43:\"en:Pages in this namespace cannot be moved.\";'),('en','messages:namespaceinfo-namespace-iscontent','s:64:\"en:Pages in this namespace are considered to be \'content\' pages.\";'),('en','messages:namespaceinfo-namespace-nonincludable','s:49:\"en:Pages in this namespace cannot be transcluded.\";'),('en','messages:namespaceinfo-namespace-protection-right','s:77:\"en:This namespace can only be edited by users with the <code>$1</code> right.\";'),('en','messages:namespaceinfo-namespace-subpages','s:45:\"en:Pages in this namespace can have subpages.\";'),('en','messages:namespaceinfo-summary','s:42:\"en:View information about site namespaces.\";'),('en','messages:namespaceprotected','s:81:\"en:You do not have permission to edit pages in the <strong>$1</strong> namespace.\";'),('en','messages:namespaces','s:13:\"en:Namespaces\";'),('en','messages:namespacesall','s:6:\"en:all\";'),('en','messages:nav-login-createaccount','s:26:\"en:Log in / create account\";'),('en','messages:navigation','s:13:\"en:Navigation\";'),('en','messages:navigation-heading','s:18:\"en:Navigation menu\";'),('en','messages:nbytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('en','messages:ncategories','s:39:\"en:$1 {{PLURAL:$1|category|categories}}\";'),('en','messages:nchanges','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('en','messages:negative-namespace-not-supported','s:53:\"en:Namespaces with negative values are not supported.\";'),('en','messages:new-messages','s:34:\"en:{{PLURAL:$3|You have}} $1 ($2).\";'),('en','messages:new-messages-diff-link-plural','s:40:\"en:last {{PLURAL:$1|change|999=changes}}\";'),('en','messages:new-messages-from-many-users','s:36:\"en:You have $1 from many users ($2).\";'),('en','messages:new-messages-from-users','s:75:\"en:{{PLURAL:$4|You have}} $1 from {{PLURAL:$3|another user|$3 users}} ($2).\";'),('en','messages:new-messages-link-plural','s:47:\"en:{{PLURAL:$1|a new message|999=new messages}}\";'),('en','messages:newarticle','s:8:\"en:(New)\";'),('en','messages:newarticletext','s:231:\"en:You have followed a link to a page that does not exist yet.\nTo create the page, start typing in the box below (see the [$1 help page] for more info).\nIf you are here by mistake, click your browser\'s <strong>back</strong> button.\";'),('en','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('en','messages:newimages','s:23:\"en:Gallery of new files\";'),('en','messages:newimages-hidepatrolled','s:25:\"en:Hide patrolled uploads\";'),('en','messages:newimages-legend','s:9:\"en:Filter\";'),('en','messages:newimages-mediatype','s:14:\"en:Media type:\";'),('en','messages:newimages-showbots','s:23:\"en:Show uploads by bots\";'),('en','messages:newimages-summary','s:51:\"en:This special page shows the last uploaded files.\";'),('en','messages:newimages-user','s:25:\"en:IP address or username\";'),('en','messages:newimagestext','s:4:\"en:-\";'),('en','messages:newpage','s:11:\"en:New page\";'),('en','messages:newpage-desc','s:56:\"en:Start a new page for a topic that has been requested.\";'),('en','messages:newpageletter','s:4:\"en:N\";'),('en','messages:newpages','s:12:\"en:New pages\";'),('en','messages:newpages-showhide-bots','s:10:\"en:$1 bots\";'),('en','messages:newpages-showhide-patrolled','s:21:\"en:$1 patrolled edits\";'),('en','messages:newpages-showhide-redirect','s:15:\"en:$1 redirects\";'),('en','messages:newpages-showhide-registered','s:22:\"en:$1 registered users\";'),('en','messages:newpages-submit','s:7:\"en:Show\";'),('en','messages:newpages-summary','s:3:\"en:\";'),('en','messages:newpages-username','s:12:\"en:Username:\";'),('en','messages:newpassword','s:16:\"en:New password:\";'),('en','messages:newsection','s:14:\"en:New section\";'),('en','messages:newsection-page','s:14:\"en:Target page\";'),('en','messages:newsection-submit','s:13:\"en:Go to page\";'),('en','messages:newsection-summary','s:3:\"en:\";'),('en','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('en','messages:newsectionsummary','s:23:\"en:/* $1 */ new section\";'),('en','messages:newtitle','s:13:\"en:New title:\";'),('en','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('en','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('en','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('en','messages:newuserlogpage','s:20:\"en:User creation log\";'),('en','messages:newuserlogpagetext','s:35:\"en:This is a log of user creations.\";'),('en','messages:newwindow','s:24:\"en:(opens in new window)\";'),('en','messages:next','s:7:\"en:next\";'),('en','messages:next-page','s:12:\"en:next page\";'),('en','messages:nextdiff','s:17:\"en:Newer edit →\";'),('en','messages:nextn','s:24:\"en:next {{PLURAL:$1|$1}}\";'),('en','messages:nextn-title','s:39:\"en:Next $1 {{PLURAL:$1|result|results}}\";'),('en','messages:nextpage','s:17:\"en:Next page ($1)\";'),('en','messages:nextrevision','s:21:\"en:Newer revision →\";'),('en','messages:nimagelinks','s:38:\"en:Used on $1 {{PLURAL:$1|page|pages}}\";'),('en','messages:ninterwikis','s:40:\"en:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('en','messages:nlinks','s:30:\"en:$1 {{PLURAL:$1|link|links}}\";'),('en','messages:nmembers','s:34:\"en:$1 {{PLURAL:$1|member|members}}\";'),('en','messages:nmemberschanged','s:41:\"en:$1 → $2 {{PLURAL:$2|member|members}}\";'),('en','messages:no-null-revision','s:51:\"en:Could not create new null revision for page \"$1\"\";'),('en','messages:noarticletext','s:301:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs],\nor [{{fullurl:{{FULLPAGENAME}}|action=edit}} create this page]</span>.\";'),('en','messages:noarticletext-nopermission','s:292:\"en:There is currently no text in this page.\nYou can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.\";'),('en','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('en','messages:noautoblockblock','s:21:\"en:autoblock disabled\";'),('en','messages:nocontribs','s:49:\"en:No changes were found matching these criteria.\";'),('en','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('en','messages:nocookiesfornew','s:137:\"en:The user account was not created, as we could not confirm its source.\nEnsure you have cookies enabled, reload this page and try again.\";'),('en','messages:nocookieslogin','s:106:\"en:{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them and try again.\";'),('en','messages:nocookiesnew','s:198:\"en:The user account was created, but you are not logged in.\n{{SITENAME}} uses cookies to log in users.\nYou have cookies disabled.\nPlease enable them, then log in with your new username and password.\";'),('en','messages:nocreate-loggedin','s:50:\"en:You do not have permission to create new pages.\";'),('en','messages:nocreatetext','s:160:\"en:{{SITENAME}} has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].\";'),('en','messages:nocredits','s:52:\"en:There is no credits info available for this page.\";'),('en','messages:node-count-exceeded-category','s:37:\"en:Pages where node count is exceeded\";'),('en','messages:node-count-exceeded-category-desc','s:43:\"en:The page exceeds the maximum node count.\";'),('en','messages:node-count-exceeded-warning','s:31:\"en:Page exceeded the node count\";'),('en','messages:noemail','s:52:\"en:There is no email address recorded for user \"$1\".\";'),('en','messages:noemailcreate','s:45:\"en:You need to provide a valid email address.\";'),('en','messages:noemailprefs','s:75:\"en:Specify an email address in your preferences for these features to work.\";'),('en','messages:noemailtext','s:53:\"en:This user has not specified a valid email address.\";'),('en','messages:noemailtitle','s:19:\"en:No email address\";'),('en','messages:nohistory','s:42:\"en:There is no edit history for this page.\";'),('en','messages:noimages','s:18:\"en:Nothing to see.\";'),('en','messages:noindex-category','s:18:\"en:Noindexed pages\";'),('en','messages:noindex-category-desc','s:164:\"en:The page is not indexed by robots because it has the magic word <code><nowiki>__NOINDEX__</nowiki></code> on it and is in a namespace where that flag is allowed.\";'),('en','messages:nolicense','s:16:\"en:None selected\";'),('en','messages:nolinkshere','s:40:\"en:No pages link to <strong>$2</strong>.\";'),('en','messages:nolinkshere-filter','s:73:\"en:No pages link to <strong>$2</strong> with the current search settings.\";'),('en','messages:nolinkshere-ns','s:64:\"en:No pages link to <strong>$2</strong> in the chosen namespace.\";'),('en','messages:nolinkstoimage','s:41:\"en:There are no pages that use this file.\";'),('en','messages:noname','s:43:\"en:You have not specified a valid username.\";'),('en','messages:nonfile-cannot-move-to-file','s:42:\"en:Cannot move non-file to file namespace.\";'),('en','messages:nonmain-slot-differences-therefore-readonly','s:203:\"en:You cannot edit the wikitext on this revision of the page, as there have been changes to the data on the page since this revision that are not wikitext-based. [$1 To restore this revision click here.]\";'),('en','messages:nonnumeric-formatnum','s:45:\"en:Pages with non-numeric formatnum arguments\";'),('en','messages:nonnumeric-formatnum-desc','s:77:\"en:The page contains a non-numeric argument to the formatnum parser function.\";'),('en','messages:nonwrite-api-promise-error','s:98:\"en:The \'Promise-Non-Write-API-Action\' HTTP header was sent but the request was not an API request.\";'),('en','messages:nopagetext','s:53:\"en:The target page you have specified does not exist.\";'),('en','messages:nopagetitle','s:22:\"en:No such target page\";'),('en','messages:noscript.css','s:67:\"en:/* CSS placed here will affect users with JavaScript disabled */\";'),('en','messages:nospecialpagetext','s:157:\"en:<strong>You have requested an invalid special page.</strong>\n\nA list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].\";'),('en','messages:nosuchaction','s:17:\"en:No such action\";'),('en','messages:nosuchactiontext','s:179:\"en:The action specified by the URL is invalid.\nYou might have mistyped the URL, or followed an incorrect link.\nThis might also indicate a bug in the software used by {{SITENAME}}.\";'),('en','messages:nosuchsectiontext','s:118:\"en:You tried to edit a section that does not exist.\nIt may have been moved or deleted while you were viewing the page.\";'),('en','messages:nosuchsectiontitle','s:22:\"en:Cannot find section\";'),('en','messages:nosuchspecialpage','s:23:\"en:No such special page\";'),('en','messages:nosuchuser','s:139:\"en:There is no user by the name \"$1\".\nUsernames are case-sensitive.\nCheck your spelling, or [[Special:CreateAccount|create a new account]].\";'),('en','messages:nosuchusershort','s:58:\"en:There is no user by the name \"$1\".\nCheck your spelling.\";'),('en','messages:notanarticle','s:21:\"en:Not a content page\";'),('en','messages:notargettext','s:76:\"en:You have not specified a target page or user to perform this function on.\";'),('en','messages:notargettitle','s:12:\"en:No target\";'),('en','messages:note','s:25:\"en:<strong>Note:</strong>\";'),('en','messages:notextmatches','s:23:\"en:No page text matches\";'),('en','messages:notificationemail_body_changed','s:184:\"en:Someone, probably you, from IP address $1,\nhas changed the email address of the account \"$2\" to \"$3\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('en','messages:notificationemail_body_removed','s:176:\"en:Someone, probably you, from IP address $1,\nhas removed the email address of the account \"$2\" on {{SITENAME}}.\n\nIf this was not you, contact a site administrator immediately.\";'),('en','messages:notificationemail_subject_changed','s:57:\"en:{{SITENAME}} registered email address has been changed\";'),('en','messages:notificationemail_subject_removed','s:57:\"en:{{SITENAME}} registered email address has been removed\";'),('en','messages:notloggedin','s:16:\"en:Not logged in\";'),('en','messages:notvisiblerev','s:57:\"en:The last revision by a different user has been deleted\";'),('en','messages:nouserspecified','s:34:\"en:You have to specify a username.\";'),('en','messages:nov','s:6:\"en:Nov\";'),('en','messages:november','s:11:\"en:November\";'),('en','messages:november-gen','s:11:\"en:November\";'),('en','messages:nowatchlist','s:39:\"en:You have no items on your watchlist.\";'),('en','messages:nowikiemailtext','s:62:\"en:This user has chosen not to receive email from other users.\";'),('en','messages:nrevisions','s:38:\"en:$1 {{PLURAL:$1|revision|revisions}}\";'),('en','messages:ns-specialprotected','s:34:\"en:Special pages cannot be edited.\";'),('en','messages:nstab-category','s:11:\"en:Category\";'),('en','messages:nstab-help','s:12:\"en:Help page\";'),('en','messages:nstab-image','s:7:\"en:File\";'),('en','messages:nstab-main','s:7:\"en:Page\";'),('en','messages:nstab-mainpage','s:12:\"en:Main Page\";'),('en','messages:nstab-media','s:13:\"en:Media page\";'),('en','messages:nstab-mediawiki','s:10:\"en:Message\";'),('en','messages:nstab-project','s:15:\"en:Project page\";'),('en','messages:nstab-special','s:15:\"en:Special page\";'),('en','messages:nstab-talk','s:3:\"en:\";'),('en','messages:nstab-template','s:11:\"en:Template\";'),('en','messages:nstab-user','s:26:\"en:{{GENDER:$1|User page}}\";'),('en','messages:ntimes','s:7:\"en:$1×\";'),('en','messages:ntransclusions','s:38:\"en:used on $1 {{PLURAL:$1|page|pages}}\";'),('en','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('en','messages:oct','s:6:\"en:Oct\";'),('en','messages:october','s:10:\"en:October\";'),('en','messages:october-gen','s:10:\"en:October\";'),('en','messages:ok','s:5:\"en:OK\";'),('en','messages:oldpassword','s:16:\"en:Old password:\";'),('en','messages:ooui-combobox-button-label','s:17:\"en:Toggle options\";'),('en','messages:ooui-copytextlayout-copy','s:7:\"en:Copy\";'),('en','messages:ooui-dialog-message-accept','s:5:\"en:OK\";'),('en','messages:ooui-dialog-message-reject','s:9:\"en:Cancel\";'),('en','messages:ooui-dialog-process-continue','s:11:\"en:Continue\";'),('en','messages:ooui-dialog-process-dismiss','s:10:\"en:Dismiss\";'),('en','messages:ooui-dialog-process-error','s:23:\"en:Something went wrong\";'),('en','messages:ooui-dialog-process-retry','s:12:\"en:Try again\";'),('en','messages:ooui-field-help','s:7:\"en:Help\";'),('en','messages:ooui-item-remove','s:9:\"en:Remove\";'),('en','messages:ooui-outline-control-move-down','s:17:\"en:Move item down\";'),('en','messages:ooui-outline-control-move-up','s:15:\"en:Move item up\";'),('en','messages:ooui-outline-control-remove','s:14:\"en:Remove item\";'),('en','messages:ooui-popup-widget-close-button-aria-label','s:8:\"en:Close\";'),('en','messages:ooui-selectfile-button-select','s:16:\"en:Select a file\";'),('en','messages:ooui-selectfile-button-select-multiple','s:15:\"en:Select files\";'),('en','messages:ooui-selectfile-dragdrop-placeholder','s:17:\"en:Drop file here\";'),('en','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:18:\"en:Drop files here\";'),('en','messages:ooui-selectfile-placeholder','s:22:\"en:No file is selected\";'),('en','messages:ooui-toolbar-more','s:7:\"en:More\";'),('en','messages:ooui-toolgroup-collapse','s:8:\"en:Fewer\";'),('en','messages:ooui-toolgroup-expand','s:7:\"en:More\";'),('en','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('en','messages:othercontribs','s:23:\"en:Based on work by $1.\";'),('en','messages:otherlanguages','s:21:\"en:In other languages\";'),('en','messages:others','s:9:\"en:others\";'),('en','messages:overwrite','s:47:\"en:Overwriting an existing file is not allowed.\";'),('en','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('en','messages:page-atom-feed','s:17:\"en:\"$1\" Atom feed\";'),('en','messages:page-rss-feed','s:16:\"en:\"$1\" RSS feed\";'),('en','messages:page_first','s:8:\"en:first\";'),('en','messages:page_last','s:7:\"en:last\";'),('en','messages:pagecategories','s:36:\"en:{{PLURAL:$1|Category|Categories}}\";'),('en','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('en','messages:pagedata-bad-title','s:21:\"en:Invalid title: $1.\";'),('en','messages:pagedata-not-acceptable','s:53:\"en:No matching format found. Supported MIME types: $1\";'),('en','messages:pagedata-text','s:267:\"en:This page provides a data interface to pages. Please provide the page title in the URL, using subpage syntax.\n* Content negotiation applies based on your client\'s Accept header. This means that the page data will be provided in the format preferred by your client.\";'),('en','messages:pagedata-title','s:12:\"en:Page data\";'),('en','messages:pagehist','s:15:\"en:Page history\";'),('en','messages:pagehistory','s:15:\"en:Page history\";'),('en','messages:pagehistory-summary','s:3:\"en:\";'),('en','messages:pageid','s:13:\"en:page ID $1\";'),('en','messages:pageinfo','s:12:\"en:Page info\";'),('en','messages:pageinfo-article-id','s:10:\"en:Page ID\";'),('en','messages:pageinfo-authors','s:35:\"en:Total number of distinct authors\";'),('en','messages:pageinfo-category-files','s:18:\"en:Number of files\";'),('en','messages:pageinfo-category-info','s:23:\"en:Category information\";'),('en','messages:pageinfo-category-pages','s:18:\"en:Number of pages\";'),('en','messages:pageinfo-category-subcats','s:26:\"en:Number of subcategories\";'),('en','messages:pageinfo-category-total','s:26:\"en:Total number of members\";'),('en','messages:pageinfo-content-model','s:21:\"en:Page content model\";'),('en','messages:pageinfo-content-model-change','s:9:\"en:change\";'),('en','messages:pageinfo-contentpage','s:28:\"en:Counted as a content page\";'),('en','messages:pageinfo-contentpage-yes','s:6:\"en:Yes\";'),('en','messages:pageinfo-default-sort','s:19:\"en:Default sort key\";'),('en','messages:pageinfo-display-title','s:16:\"en:Display title\";'),('en','messages:pageinfo-edits','s:24:\"en:Total number of edits\";'),('en','messages:pageinfo-few-visiting-watchers','s:64:\"en:There may or may not be a watching user visiting recent edits\";'),('en','messages:pageinfo-few-watchers','s:47:\"en:Fewer than $1 {{PLURAL:$1|watcher|watchers}}\";'),('en','messages:pageinfo-file-hash','s:13:\"en:Hash value\";'),('en','messages:pageinfo-firsttime','s:24:\"en:Date of page creation\";'),('en','messages:pageinfo-firstuser','s:29:\"en:Page {{GENDER:$1|creator}}\";'),('en','messages:pageinfo-footer','s:4:\"en:-\";'),('en','messages:pageinfo-header','s:4:\"en:-\";'),('en','messages:pageinfo-header-basic','s:20:\"en:Basic information\";'),('en','messages:pageinfo-header-edits','s:15:\"en:Edit history\";'),('en','messages:pageinfo-header-properties','s:18:\"en:Page properties\";'),('en','messages:pageinfo-header-restrictions','s:18:\"en:Page protection\";'),('en','messages:pageinfo-hidden-categories','s:48:\"en:Hidden {{PLURAL:$1|category|categories}} ($1)\";'),('en','messages:pageinfo-language','s:24:\"en:Page content language\";'),('en','messages:pageinfo-language-change','s:9:\"en:change\";'),('en','messages:pageinfo-lasttime','s:22:\"en:Date of latest edit\";'),('en','messages:pageinfo-lastuser','s:30:\"en:Latest {{GENDER:$1|editor}}\";'),('en','messages:pageinfo-length','s:25:\"en:Page length (in bytes)\";'),('en','messages:pageinfo-magic-words','s:38:\"en:Magic {{PLURAL:$1|word|words}} ($1)\";'),('en','messages:pageinfo-namespace','s:12:\"en:Namespace\";'),('en','messages:pageinfo-namespace-id','s:15:\"en:Namespace ID\";'),('en','messages:pageinfo-not-current','s:72:\"en:Sorry, it\'s impossible to provide this information for old revisions.\";'),('en','messages:pageinfo-protect-cascading','s:38:\"en:Protections are cascading from here\";'),('en','messages:pageinfo-protect-cascading-from','s:33:\"en:Protections are cascading from\";'),('en','messages:pageinfo-protect-cascading-yes','s:6:\"en:Yes\";'),('en','messages:pageinfo-recent-authors','s:36:\"en:Recent number of distinct authors\";'),('en','messages:pageinfo-recent-edits','s:42:\"en:Recent number of edits (within past $1)\";'),('en','messages:pageinfo-redirects-name','s:35:\"en:Number of redirects to this page\";'),('en','messages:pageinfo-redirects-value','s:5:\"en:$1\";'),('en','messages:pageinfo-redirectsto','s:15:\"en:Redirects to\";'),('en','messages:pageinfo-redirectsto-info','s:7:\"en:info\";'),('en','messages:pageinfo-robot-index','s:10:\"en:Allowed\";'),('en','messages:pageinfo-robot-noindex','s:13:\"en:Disallowed\";'),('en','messages:pageinfo-robot-policy','s:21:\"en:Indexing by robots\";'),('en','messages:pageinfo-subpages-name','s:34:\"en:Number of subpages of this page\";'),('en','messages:pageinfo-subpages-value','s:88:\"en:$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})\";'),('en','messages:pageinfo-subpages-value-unknown','s:15:\"en:Unknown ($1)\";'),('en','messages:pageinfo-summary','s:3:\"en:\";'),('en','messages:pageinfo-templates','s:52:\"en:Transcluded {{PLURAL:$1|template|templates}} ($1)\";'),('en','messages:pageinfo-title','s:23:\"en:Information for \"$1\"\";'),('en','messages:pageinfo-toolboxlink','s:19:\"en:Page information\";'),('en','messages:pageinfo-transclusions','s:47:\"en:{{PLURAL:$1|Page|Pages}} transcluded on ($1)\";'),('en','messages:pageinfo-user-id','s:10:\"en:User ID\";'),('en','messages:pageinfo-view-protect-log','s:41:\"en:View the protection log for this page.\";'),('en','messages:pageinfo-visiting-watchers','s:76:\"en:Number of page watchers who visited in the last $1 {{PLURAL:$1|day|days}}\";'),('en','messages:pageinfo-watchers','s:26:\"en:Number of page watchers\";'),('en','messages:pagelang-db-failed','s:51:\"en:The database failed to change the page language.\";'),('en','messages:pagelang-language','s:11:\"en:Language\";'),('en','messages:pagelang-name','s:7:\"en:Page\";'),('en','messages:pagelang-nonexistent-page','s:30:\"en:The page $1 does not exist.\";'),('en','messages:pagelang-reason','s:9:\"en:Reason\";'),('en','messages:pagelang-select-lang','s:18:\"en:Select language\";'),('en','messages:pagelang-submit','s:9:\"en:Submit\";'),('en','messages:pagelang-unchanged-language','s:45:\"en:The page $1 is already set to language $2.\";'),('en','messages:pagelang-unchanged-language-default','s:69:\"en:The page $1 is already set to the wiki\'s default content language.\";'),('en','messages:pagelang-use-default','s:23:\"en:Use default language\";'),('en','messages:pagelanguage','s:23:\"en:Change page language\";'),('en','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('en','messages:pagemovedsub','s:17:\"en:Move succeeded\";'),('en','messages:pager-newer-n','s:33:\"en:{{PLURAL:$1|newer 1|newer $1}}\";'),('en','messages:pager-older-n','s:33:\"en:{{PLURAL:$1|older 1|older $1}}\";'),('en','messages:pagesize','s:10:\"en:(bytes)\";'),('en','messages:pageswithprop','s:29:\"en:Pages with a page property\";'),('en','messages:pageswithprop-legend','s:29:\"en:Pages with a page property\";'),('en','messages:pageswithprop-prop','s:17:\"en:Property name:\";'),('en','messages:pageswithprop-prophidden-binary','s:36:\"en:binary property value hidden ($1)\";'),('en','messages:pageswithprop-prophidden-long','s:39:\"en:long text property value hidden ($1)\";'),('en','messages:pageswithprop-reverse','s:24:\"en:Sort in reverse order\";'),('en','messages:pageswithprop-sortbyvalue','s:25:\"en:Sort by property value\";'),('en','messages:pageswithprop-submit','s:5:\"en:Go\";'),('en','messages:pageswithprop-summary','s:3:\"en:\";'),('en','messages:pageswithprop-text','s:61:\"en:This page lists pages that use a particular page property.\";'),('en','messages:pagetitle','s:20:\"en:$1 - {{SITENAME}}\";'),('en','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('en','messages:paramvalidator-badbool','s:84:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Pass $3 for true, or $5 for false.\";'),('en','messages:paramvalidator-badbool-type','s:73:\"en:Invalid value \"$2\" for boolean parameter \"$1\". Got a $3 value instead.\";'),('en','messages:paramvalidator-badexpiry','s:48:\"en:Invalid value \"$2\" for expiry parameter \"$1\".\";'),('en','messages:paramvalidator-badexpiry-duration','s:76:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\".\";'),('en','messages:paramvalidator-badexpiry-duration-max','s:99:\"en:Given value \"$2\" for parameter <var>$1</var> exceeds the maximum of \"$3\". Using maximum instead.\";'),('en','messages:paramvalidator-badexpiry-past','s:55:\"en:Value \"$2\" for expiry parameter \"$1\" is in the past.\";'),('en','messages:paramvalidator-badfloat','s:47:\"en:Invalid value \"$2\" for float parameter \"$1\".\";'),('en','messages:paramvalidator-badfloat-notfinite','s:71:\"en:Value \"$2\" for float parameter \"$1\" is too large or is not a number.\";'),('en','messages:paramvalidator-badfloat-type','s:71:\"en:Invalid value \"$2\" for float parameter \"$1\". Got a $3 value instead.\";'),('en','messages:paramvalidator-badinteger','s:49:\"en:Invalid value \"$2\" for integer parameter \"$1\".\";'),('en','messages:paramvalidator-badinteger-fraction','s:93:\"en:Invalid value \"$2\" for integer parameter \"$1\". Got a float with a fractional part instead.\";'),('en','messages:paramvalidator-badinteger-type','s:73:\"en:Invalid value \"$2\" for integer parameter \"$1\". Got a $3 value instead.\";'),('en','messages:paramvalidator-badtimestamp','s:51:\"en:Invalid value \"$2\" for timestamp parameter \"$1\".\";'),('en','messages:paramvalidator-badtitle','s:82:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.\";'),('en','messages:paramvalidator-badupload-cantwrite','s:104:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (write failed).\";'),('en','messages:paramvalidator-badupload-formsize','s:67:\"en:The uploaded file for \"$1\" exceeds the client-specified maximum.\";'),('en','messages:paramvalidator-badupload-inisize','s:65:\"en:The uploaded file for \"$1\" exceeds the server\'s maximum of $3.\";'),('en','messages:paramvalidator-badupload-nofile','s:50:\"en:No file was provided for upload parameter \"$1\".\";'),('en','messages:paramvalidator-badupload-notmpdir','s:114:\"en:The file for \"$1\" could not be stored for processing due to a server misconfiguration (no temporary directory).\";'),('en','messages:paramvalidator-badupload-notupload','s:158:\"en:File upload parameter \"$1\" is not a file upload; be sure to use multipart/form-data for your POST and include a filename in the Content-Disposition header.\";'),('en','messages:paramvalidator-badupload-partial','s:49:\"en:The file for \"$1\" was only partially uploaded.\";'),('en','messages:paramvalidator-badupload-phpext','s:61:\"en:A PHP extension prevented the upload of the file for \"$1\".\";'),('en','messages:paramvalidator-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('en','messages:paramvalidator-badvalue-enummulti','s:100:\"en:Invalid value \"$2\" for parameter \"$1\". {{PLURAL:$4|Only \"$3\" is allowed.|Allowed values are $3.}}\";'),('en','messages:paramvalidator-badvalue-enumnotmulti','s:45:\"en:Unrecognized value for parameter \"$1\": $2.\";'),('en','messages:paramvalidator-deprecated-value','s:56:\"en:The value \"$2\" to parameter \"$1\" has been deprecated.\";'),('en','messages:paramvalidator-emptystring','s:19:\"en:the empty string\";'),('en','messages:paramvalidator-help-default','s:14:\"en:Default: $1\";'),('en','messages:paramvalidator-help-default-empty','s:19:\"en:Default: (empty)\";'),('en','messages:paramvalidator-help-deprecated','s:32:\"en:This parameter is deprecated.\";'),('en','messages:paramvalidator-help-multi-all','s:44:\"en:To specify all values, use <kbd>$1</kbd>.\";'),('en','messages:paramvalidator-help-multi-max','s:110:\"en:Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for clients that are allowed higher limits).\";'),('en','messages:paramvalidator-help-multi-max-simple','s:48:\"en:Maximum number of values is {{PLURAL:$1|$1}}.\";'),('en','messages:paramvalidator-help-multi-separate','s:85:\"en:Separate values with \"|\", or prefix the list with U+001F and separate with U+001F.\";'),('en','messages:paramvalidator-help-required','s:30:\"en:This parameter is required.\";'),('en','messages:paramvalidator-help-type-boolean','s:51:\"en:Type: {{PLURAL:$1|1=boolean|2=list of booleans}}\";'),('en','messages:paramvalidator-help-type-enum','s:146:\"en:{{PLURAL:$1|1=One of the following values|2=Values (separate with U+007C (pipe), or prefix the list with U+001F and separate with U+001F)}}: $2\";'),('en','messages:paramvalidator-help-type-enum-can-be-empty','s:52:\"en:{{PLURAL:$2|0=Must be empty|Can be empty, or $1}}\";'),('en','messages:paramvalidator-help-type-expiry','s:192:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}}.\n\nMay be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). For no expiry, use $2.\";'),('en','messages:paramvalidator-help-type-float','s:47:\"en:Type: {{PLURAL:$1|1=float|2=list of floats}}\";'),('en','messages:paramvalidator-help-type-integer','s:51:\"en:Type: {{PLURAL:$1|1=integer|2=list of integers}}\";'),('en','messages:paramvalidator-help-type-limit','s:25:\"en:Type: integer or \"max\"\";'),('en','messages:paramvalidator-help-type-number-max','s:65:\"en:The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.\";'),('en','messages:paramvalidator-help-type-number-min','s:62:\"en:The {{PLURAL:$1|1=value|2=values}} must be no less than $2.\";'),('en','messages:paramvalidator-help-type-number-minmax','s:64:\"en:The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.\";'),('en','messages:paramvalidator-help-type-presenceboolean','s:16:\"en:Type: boolean\";'),('en','messages:paramvalidator-help-type-string-maxbytes','s:53:\"en:Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.\";'),('en','messages:paramvalidator-help-type-string-maxchars','s:63:\"en:Cannot be longer than $1 {{PLURAL:$1|character|characters}}.\";'),('en','messages:paramvalidator-help-type-timestamp','s:55:\"en:Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}}\";'),('en','messages:paramvalidator-help-type-title','s:19:\"en:Type: page title\";'),('en','messages:paramvalidator-help-type-title-must-exist','s:33:\"en:Only accepts pages that exist.\";'),('en','messages:paramvalidator-help-type-title-no-must-exist','s:30:\"en:Accepts non-existent pages.\";'),('en','messages:paramvalidator-help-type-upload','s:61:\"en:Must be posted as a file upload using multipart/form-data.\";'),('en','messages:paramvalidator-help-type-user','s:76:\"en:Type: {{PLURAL:$1|1=user|2=list of users}}, {{PLURAL:$3|by|by any of}} $2\";'),('en','messages:paramvalidator-help-type-user-subtype-cidr','s:11:\"en:IP range\";'),('en','messages:paramvalidator-help-type-user-subtype-id','s:26:\"en:user ID (e.g. \"#12345\")\";'),('en','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"en:interwiki name (e.g. \"prefix>ExampleName\")\";'),('en','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"en:IP\";'),('en','messages:paramvalidator-help-type-user-subtype-name','s:11:\"en:username\";'),('en','messages:paramvalidator-help-type-user-subtype-temp','s:17:\"en:Temporary user\";'),('en','messages:paramvalidator-maxbytes','s:91:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|byte|bytes}} (was $4).\";'),('en','messages:paramvalidator-maxchars','s:101:\"en:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|character|characters}} (was $4).\";'),('en','messages:paramvalidator-missingparam','s:34:\"en:The \"$1\" parameter must be set.\";'),('en','messages:paramvalidator-missingtitle','s:81:\"en:Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.\";'),('en','messages:paramvalidator-multivalue-must-be-array','s:56:\"en:Multi-value parameter \"$1\" must be given as an array.\";'),('en','messages:paramvalidator-needstring','s:57:\"en:Parameter \"$1\" accepts only a string value, but got $2\";'),('en','messages:paramvalidator-notarray','s:61:\"en:Invalid value for parameter <var>$1</var>: array expected.\";'),('en','messages:paramvalidator-notmulti','s:122:\"en:Parameter \"$1\" accepts only a single value. U+001F multi-value separation may only be used for multi-valued parameters.\";'),('en','messages:paramvalidator-outofrange-max','s:64:\"en:The value \"$2\" for parameter \"$1\" must be no greater than $4.\";'),('en','messages:paramvalidator-outofrange-min','s:61:\"en:The value \"$2\" for parameter \"$1\" must be no less than $3.\";'),('en','messages:paramvalidator-outofrange-minmax','s:63:\"en:The value \"$2\" for parameter \"$1\" must be between $3 and $4.\";'),('en','messages:paramvalidator-param-deprecated','s:42:\"en:The parameter \"$1\" has been deprecated.\";'),('en','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('en','messages:paramvalidator-schema-validation-failed','s:36:\"en:Invalid value for provided schema\";'),('en','messages:paramvalidator-toomanyvalues','s:64:\"en:Too many values supplied for parameter \"$1\". The limit is $2.\";'),('en','messages:paramvalidator-unclearnowtimestamp','s:179:\"en:Passing \"$2\" for timestamp parameter \"$1\" has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use \"now\".\";'),('en','messages:paramvalidator-unrecognizedvalues','s:65:\"en:Unrecognized {{PLURAL:$4|value|values}} for parameter \"$1\": $3\";'),('en','messages:parentheses','s:7:\"en:($1)\";'),('en','messages:parentheses-end','s:4:\"en:)\";'),('en','messages:parentheses-start','s:4:\"en:(\";'),('en','messages:parser-template-loop-warning','s:34:\"en:Template loop detected: [[:$1]]\";'),('en','messages:parser-template-recursion-depth-warning','s:47:\"en:Template recursion depth limit exceeded ($1)\";'),('en','messages:parser-unstrip-loop-warning','s:24:\"en:Unstrip loop detected\";'),('en','messages:parsoid-client-error','s:28:\"en:Invalid input Parsoid: $1\";'),('en','messages:parsoid-resource-limit-exceeded','s:39:\"en:Parsoid resources limit exceeded: $1\";'),('en','messages:parsoid-revision-access','s:40:\"en:Parsoid can\'t access the revision: $1\";'),('en','messages:parsoid-stash-rate-limit-error','s:75:\"en:Stashing failed because rate limit was exceeded. Please try again later.\";'),('en','messages:password-change-forbidden','s:44:\"en:You cannot change passwords on this wiki.\";'),('en','messages:password-login-forbidden','s:60:\"en:The use of this username and password has been forbidden.\";'),('en','messages:password-name-match','s:54:\"en:Your password must be different from your username.\";'),('en','messages:password-substring-username-match','s:54:\"en:Your password must not appear within your username.\";'),('en','messages:passwordincommonlist','s:107:\"en:The password entered is in a list of very commonly used passwords. Please choose a more unique password.\";'),('en','messages:passwordpolicies','s:20:\"en:Password policies\";'),('en','messages:passwordpolicies-group','s:8:\"en:Group\";'),('en','messages:passwordpolicies-policies','s:11:\"en:Policies\";'),('en','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('en','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('en','messages:passwordpolicies-policy-maximalpasswordlength','s:72:\"en:Password must be less than $1 {{PLURAL:$1|character|characters}} long\";'),('en','messages:passwordpolicies-policy-minimalpasswordlength','s:71:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long\";'),('en','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:91:\"en:Password must be at least $1 {{PLURAL:$1|character|characters}} long to be able to login\";'),('en','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:53:\"en:Password cannot be a substring within the username\";'),('en','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:61:\"en:Password cannot match a specific list of default passwords\";'),('en','messages:passwordpolicies-policy-passwordnotincommonlist','s:74:\"en:Password cannot be in the list of 100,000 most commonly used passwords.\";'),('en','messages:passwordpolicies-policyflag-forcechange','s:23:\"en:must change on login\";'),('en','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:26:\"en:suggest change on login\";'),('en','messages:passwordpolicies-summary','s:94:\"en:This is a list of the effective password policies for the user groups defined in this wiki.\";'),('en','messages:passwordremindertext','s:482:\"en:Someone (from IP address $1) requested a new\npassword for {{SITENAME}} ($4). A temporary password for user\n\"$2\" has been created and was set to \"$3\". If this was your\nintent, you will need to log in and choose a new password now.\nYour temporary password will expire in {{PLURAL:$5|one day|$5 days}}.\n\nIf someone else made this request, or if you have remembered your password,\nand you no longer wish to change it, you may ignore this message and\ncontinue using your old password.\";'),('en','messages:passwordremindertitle','s:42:\"en:New temporary password for {{SITENAME}}\";'),('en','messages:passwordreset','s:17:\"en:Reset password\";'),('en','messages:passwordreset-disabled','s:51:\"en:Password resets have been disabled on this wiki.\";'),('en','messages:passwordreset-domain','s:10:\"en:Domain:\";'),('en','messages:passwordreset-email','s:17:\"en:Email address:\";'),('en','messages:passwordreset-emaildisabled','s:50:\"en:Email features have been disabled on this wiki.\";'),('en','messages:passwordreset-emailelement','s:39:\"en:Username:\n$1\n\nTemporary password:\n$2\";'),('en','messages:passwordreset-emailtext-ip','s:548:\"en:Someone (probably you, from IP address $1) requested a reset of your\npassword for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}\nassociated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('en','messages:passwordreset-emailtext-require-email','s:266:\"en:However, if you did not generate this request and want to prevent unsolicited\nemails, you may want to update your email options at\n$1.\nYou can require both username and email address to generate password reset\nemails. This may reduce the number of such incidents.\";'),('en','messages:passwordreset-emailtext-user','s:529:\"en:User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}\n($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:\n\n$2\n\n{{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.\nYou should log in and choose a new password now. If someone else made this\nrequest, or if you have remembered your original password, and you no longer\nwish to change it, you may ignore this message and continue using your old\npassword.\";'),('en','messages:passwordreset-emailtitle','s:34:\"en:Account details on {{SITENAME}}\";'),('en','messages:passwordreset-ignored','s:72:\"en:The password reset was not handled. Maybe no provider was configured?\";'),('en','messages:passwordreset-invalidemail','s:24:\"en:Invalid email address\";'),('en','messages:passwordreset-nocaller','s:28:\"en:A caller must be provided\";'),('en','messages:passwordreset-nodata','s:55:\"en:Neither a username nor an email address was supplied\";'),('en','messages:passwordreset-nosuchcaller','s:28:\"en:Caller does not exist: $1\";'),('en','messages:passwordreset-success','s:39:\"en:You have requested a password reset.\";'),('en','messages:passwordreset-success-details-generic','s:462:\"en:If the information submitted is valid, a password reset email will be sent. If you haven\'t received an email, we recommend that you visit the [[mw:Special:MyLanguage/Help:Reset_password|reset password help page]] or try again later. You can only <strong>request a limited number of password resets within a short period of time. Only one password reset email will be sent per valid account every {{PLURAL:$1|hour|$1 hours}}</strong> in order to prevent abuse.\";'),('en','messages:passwordreset-success-info','s:36:\"en:The details you submitted are: $1\";'),('en','messages:passwordreset-text-many','s:85:\"en:{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}\";'),('en','messages:passwordreset-text-one','s:64:\"en:Complete this form to receive a temporary password via email.\";'),('en','messages:passwordreset-username','s:12:\"en:Username:\";'),('en','messages:passwordsent','s:115:\"en:A new password has been sent to the email address registered for \"$1\".\nPlease log in again after you receive it.\";'),('en','messages:passwordtoolong','s:75:\"en:Passwords cannot be longer than {{PLURAL:$1|1 character|$1 characters}}.\";'),('en','messages:passwordtooshort','s:70:\"en:Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.\";'),('en','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('en','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('en','messages:patrol-log-header','s:40:\"en:This is a log of patrolled revisions.\";'),('en','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('en','messages:patrol-log-page','s:13:\"en:Patrol log\";'),('en','messages:pear-mail-error','s:5:\"en:$1\";'),('en','messages:percent','s:6:\"en:$1%\";'),('en','messages:perfcached','s:138:\"en:The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.\";'),('en','messages:perfcachedts','s:137:\"en:The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.\";'),('en','messages:period-am','s:5:\"en:AM\";'),('en','messages:period-pm','s:5:\"en:PM\";'),('en','messages:permalink','s:17:\"en:Permanent link\";'),('en','messages:permanentlink','s:17:\"en:Permanent link\";'),('en','messages:permanentlink-revid','s:14:\"en:Revision ID\";'),('en','messages:permanentlink-submit','s:17:\"en:Go to revision\";'),('en','messages:permanentlink-summary','s:3:\"en:\";'),('en','messages:permissionserrors','s:19:\"en:Permission error\";'),('en','messages:permissionserrorstext','s:89:\"en:You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:\";'),('en','messages:permissionserrorstext-withaction','s:84:\"en:You do not have permission to $2, for the following {{PLURAL:$1|reason|reasons}}:\";'),('en','messages:personaltools','s:17:\"en:Personal tools\";'),('en','messages:php-mail-error','s:5:\"en:$1\";'),('en','messages:php-mail-error-unknown','s:42:\"en:Unknown error in PHP\'s mail() function.\";'),('en','messages:php-uploaddisabledtext','s:75:\"en:File uploads are disabled in PHP.\nPlease check the file_uploads setting.\";'),('en','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('en','messages:policy-url','s:17:\"en:Project:Policy\";'),('en','messages:pool-errorunknown','s:16:\"en:Unknown error\";'),('en','messages:pool-queuefull','s:21:\"en:Pool queue is full\";'),('en','messages:pool-servererror','s:50:\"en:The pool counter service is not available ($1).\";'),('en','messages:pool-timeout','s:31:\"en:Timeout waiting for the lock\";'),('en','messages:poolcounter-usage-error','s:18:\"en:Usage error: $1\";'),('en','messages:popups-prefs-navpopups-gadget-conflict-info','s:285:\"en:You have the [[$1|Navigation popups]] gadget enabled, so you won\'t see previews provided by this feature. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your gadgets and user scripts, including global ones.\";'),('en','messages:popups-prefs-reftooltips-and-navpopups-gadget-conflict-info','s:316:\"en:You have the [[$1|Navigation popups]] and [[$1|Reference Tooltips]] gadgets enabled, so you won\'t see previews provided by this feature. Depending on your wiki, the gadgets may have slightly different names. If you continue to experience issues, please review your gadgets and user scripts, including global ones.\";'),('en','messages:popups-prefs-reftooltips-gadget-conflict-info','s:304:\"en:You have the [[$1|Reference Tooltips]] gadget enabled, so you won\'t see reference previews but will still see page previews. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your gadgets and user scripts, including global ones.\";'),('en','messages:popups-refpreview-user-preference-label','s:85:\"en:Enable reference previews (get quick previews of a reference while reading a page)\";'),('en','messages:popups-settings-option-math','s:7:\"en:Math\";'),('en','messages:popups-settings-option-math-description','s:33:\"en:Explain mathematical formulae.\";'),('en','messages:popups-settings-option-math-tooltip','s:42:\"en:Explain mathematical formulae on hover.\";'),('en','messages:portal','s:19:\"en:Community portal\";'),('en','messages:portal-url','s:27:\"en:Project:Community portal\";'),('en','messages:post-expand-template-argument-category','s:46:\"en:Pages containing omitted template arguments\";'),('en','messages:post-expand-template-argument-category-desc','s:152:\"en:The page is bigger than <code>$wgMaxArticleSize</code> after expanding a template argument (something in triple braces, like <code>{{{Foo}}}</code>).\";'),('en','messages:post-expand-template-argument-warning','s:150:\"en:<strong>Warning:</strong> This page contains at least one template argument that has a too large expansion size.\nThese arguments have been omitted.\";'),('en','messages:post-expand-template-inclusion-category','s:48:\"en:Pages where template include size is exceeded\";'),('en','messages:post-expand-template-inclusion-category-desc','s:134:\"en:The page size is bigger than <code>$wgMaxArticleSize</code> after expanding all the templates, so some templates were not expanded.\";'),('en','messages:post-expand-template-inclusion-warning','s:101:\"en:<strong>Warning:</strong> Template include size is too large.\nSome templates will not be included.\";'),('en','messages:postedit-confirmation-created','s:49:\"en:The page has been [[Special:Diff/$2|created]].\";'),('en','messages:postedit-confirmation-published','s:47:\"en:[[Special:Diff/$2|Your edit]] was published.\";'),('en','messages:postedit-confirmation-restored','s:50:\"en:The page has been [[Special:Diff/$2|restored]].\";'),('en','messages:postedit-confirmation-saved','s:43:\"en:[[Special:Diff/$2|Your edit]] was saved.\";'),('en','messages:postedit-temp-created','s:184:\"en:An [[$2|auto-generated account]] has been created for you by adding a cookie to your browser. To pick a name of your choice and get more features, consider [$1 creating an account].\";'),('en','messages:postedit-temp-created-label','s:20:\"en:Temporary account\";'),('en','messages:powersearch-legend','s:18:\"en:Advanced search\";'),('en','messages:powersearch-ns','s:24:\"en:Search in namespaces:\";'),('en','messages:powersearch-remember','s:41:\"en:Remember selection for future searches\";'),('en','messages:powersearch-toggleall','s:6:\"en:All\";'),('en','messages:powersearch-togglelabel','s:9:\"en:Check:\";'),('en','messages:powersearch-togglenone','s:7:\"en:None\";'),('en','messages:preferences','s:14:\"en:Preferences\";'),('en','messages:preferences-summary','s:3:\"en:\";'),('en','messages:prefixindex','s:24:\"en:All pages with prefix\";'),('en','messages:prefixindex-namespace','s:39:\"en:All pages with prefix ($1 namespace)\";'),('en','messages:prefixindex-strip','s:29:\"en:Hide the prefix in results\";'),('en','messages:prefixindex-submit','s:7:\"en:Show\";'),('en','messages:prefixindex-summary','s:3:\"en:\";'),('en','messages:prefs-advancedediting','s:18:\"en:General options\";'),('en','messages:prefs-advancedrc','s:19:\"en:Advanced options\";'),('en','messages:prefs-advancedrendering','s:19:\"en:Advanced options\";'),('en','messages:prefs-advancedsearchoptions','s:19:\"en:Advanced options\";'),('en','messages:prefs-advancedwatchlist','s:19:\"en:Advanced options\";'),('en','messages:prefs-back-title','s:22:\"en:Back to preferences\";'),('en','messages:prefs-changeemail','s:33:\"en:Change or remove email address\";'),('en','messages:prefs-changesrc','s:16:\"en:Changes shown\";'),('en','messages:prefs-changeswatchlist','s:16:\"en:Changes shown\";'),('en','messages:prefs-common-config','s:39:\"en:Shared CSS/JavaScript for all skins:\";'),('en','messages:prefs-custom-css','s:13:\"en:Custom CSS\";'),('en','messages:prefs-custom-cssjs-safemode','s:166:\"en:Custom CSS/JavaScript are currently unavailable as safe mode has been enabled. Please [[#mw-input-wpforcesafemode|disable safe mode]] to use custom CSS/JavaScript.\";'),('en','messages:prefs-custom-js','s:20:\"en:Custom JavaScript\";'),('en','messages:prefs-dateformat','s:14:\"en:Date format\";'),('en','messages:prefs-description-editing','s:51:\"en:Customize how you make, track, and review edits.\";'),('en','messages:prefs-description-misc','s:35:\"en:Customize the table of contents.\";'),('en','messages:prefs-description-personal','s:52:\"en:Control how you appear, connect, and communicate.\";'),('en','messages:prefs-description-rc','s:37:\"en:Customise the recent changes feed.\";'),('en','messages:prefs-description-rendering','s:45:\"en:Configure skin, size, and reading options.\";'),('en','messages:prefs-description-searchoptions','s:44:\"en:Choose how autocomplete and results work.\";'),('en','messages:prefs-description-watchlist','s:54:\"en:Manage and personalize the list of pages you track.\";'),('en','messages:prefs-developertools','s:18:\"en:Developer tools\";'),('en','messages:prefs-diffs','s:8:\"en:Diffs\";'),('en','messages:prefs-discussion','s:19:\"en:Discussion pages\";'),('en','messages:prefs-displayrc','s:18:\"en:Display options\";'),('en','messages:prefs-displaywatchlist','s:18:\"en:Display options\";'),('en','messages:prefs-editing','s:10:\"en:Editing\";'),('en','messages:prefs-editor','s:9:\"en:Editor\";'),('en','messages:prefs-edits','s:19:\"en:Number of edits:\";'),('en','messages:prefs-editwatchlist','s:17:\"en:Edit watchlist\";'),('en','messages:prefs-editwatchlist-clear','s:23:\"en:Clear your watchlist\";'),('en','messages:prefs-editwatchlist-edit','s:43:\"en:View and remove titles on your watchlist\";'),('en','messages:prefs-editwatchlist-label','s:34:\"en:Edit entries on your watchlist:\";'),('en','messages:prefs-editwatchlist-raw','s:21:\"en:Edit raw watchlist\";'),('en','messages:prefs-email','s:16:\"en:Email options\";'),('en','messages:prefs-emailconfirm-label','s:22:\"en:Email confirmation:\";'),('en','messages:prefs-files','s:8:\"en:Files\";'),('en','messages:prefs-help-email','s:97:\"en:Email address is optional, but is needed for password resets, should you forget your password.\";'),('en','messages:prefs-help-email-allow-new-users','s:128:\"en:Enabling this option will allow users who are not [[{{MediaWiki:grouppage-autoconfirmed}}|autoconfirmed]] to send you emails.\";'),('en','messages:prefs-help-email-others','s:164:\"en:You can also choose to let others contact you by email through a link on your user or talk page.\nYour email address is not revealed when other users contact you.\";'),('en','messages:prefs-help-email-required','s:29:\"en:Email address is required.\";'),('en','messages:prefs-help-forcesafemode','s:43:\"en:Disable on-wiki scripts and stylesheets.\";'),('en','messages:prefs-help-gender','s:186:\"en:Setting this preference is optional.\nThe software uses its value to address you and to mention you to others using the appropriate grammatical gender.\nThis information will be public.\";'),('en','messages:prefs-help-prefershttps','s:55:\"en:This preference will take effect on your next login.\";'),('en','messages:prefs-help-realname','s:92:\"en:Real name is optional.\nIf provided, it may be used to give you attribution for your work.\";'),('en','messages:prefs-help-recentchangescount','s:23:\"en:Maximum number: 1000\";'),('en','messages:prefs-help-requireemail','s:62:\"en:This improves privacy and helps prevent unsolicited emails.\";'),('en','messages:prefs-help-signature','s:133:\"en:Comments on talk pages should be signed with \"<nowiki>~~~~</nowiki>\", which will be converted into your signature and a timestamp.\";'),('en','messages:prefs-help-skin-responsive','s:41:\"en:Adapt layout to screen size on mobile.\";'),('en','messages:prefs-help-tokenmanagement','s:186:\"en:You can see and reset the secret key for your account that can access the Web feed of your watchlist. Anyone who knows the key will be able to read your watchlist, so do not share it.\";'),('en','messages:prefs-help-variant','s:86:\"en:Your preferred variant or orthography to display the content pages of this wiki in.\";'),('en','messages:prefs-help-watchlist-token2','s:195:\"en:This is the secret key to the web feed of your watchlist.\nAnyone who knows it will be able to read your watchlist, so do not share it.\nIf you need to, [[Special:ResetTokens|you can reset it]].\";'),('en','messages:prefs-help-yourpassword','s:57:\"en:Account recovery is enabled. See $1 for more settings.\";'),('en','messages:prefs-i18n','s:23:\"en:Internationalisation\";'),('en','messages:prefs-info','s:20:\"en:Basic information\";'),('en','messages:prefs-labs','s:16:\"en:Labs features\";'),('en','messages:prefs-math','s:7:\"en:Math\";'),('en','messages:prefs-memberingroups','s:54:\"en:{{GENDER:$2|Member}} of {{PLURAL:$1|group|groups}}:\";'),('en','messages:prefs-memberingroups-type','s:5:\"en:$1\";'),('en','messages:prefs-misc','s:7:\"en:Misc\";'),('en','messages:prefs-mobile','s:21:\"en:Mobile preferences\";'),('en','messages:prefs-namespaces','s:13:\"en:Namespaces\";'),('en','messages:prefs-pageswatchlist','s:16:\"en:Watched pages\";'),('en','messages:prefs-personal','s:15:\"en:User profile\";'),('en','messages:prefs-preview','s:10:\"en:Preview\";'),('en','messages:prefs-rc','s:17:\"en:Recent changes\";'),('en','messages:prefs-registration','s:21:\"en:Registration time:\";'),('en','messages:prefs-registration-date-time','s:5:\"en:$1\";'),('en','messages:prefs-rendering','s:13:\"en:Appearance\";'),('en','messages:prefs-reset-confirm','s:39:\"en:Yes, I want to reset my preferences.\";'),('en','messages:prefs-reset-intro','s:95:\"en:You can use this page to reset your preferences to the site defaults.\nThis cannot be undone.\";'),('en','messages:prefs-resetpass','s:18:\"en:Change password\";'),('en','messages:prefs-searchmisc','s:10:\"en:General\";'),('en','messages:prefs-searchoptions','s:9:\"en:Search\";'),('en','messages:prefs-sections-navigation-hint','s:93:\"en:Tip: You can use the Tab and Shift + Tab keys to navigate between the preference sections.\";'),('en','messages:prefs-setemail','s:23:\"en:Set an email address\";'),('en','messages:prefs-signature','s:12:\"en:Signature\";'),('en','messages:prefs-signature-error-details','s:13:\"en:Learn more\";'),('en','messages:prefs-signature-highlight-error','s:22:\"en:Show error location\";'),('en','messages:prefs-signature-invalid-disallow','s:122:\"en:Your current signature is invalid. Until you correct it, the default signature will be used when signing your comments.\";'),('en','messages:prefs-signature-invalid-new','s:121:\"en:Your current signature is invalid. Although you can still use it, you won\'t be able to change it until you correct it.\";'),('en','messages:prefs-signature-invalid-warning','s:53:\"en:Your signature may cause problems with some tools.\";'),('en','messages:prefs-skin','s:7:\"en:Skin\";'),('en','messages:prefs-skin-prefs','s:19:\"en:Skin preferences\";'),('en','messages:prefs-skin-responsive','s:25:\"en:Enable responsive mode\";'),('en','messages:prefs-tabs-navigation-hint','s:96:\"en:Tip: You can use the left and right arrow keys to navigate between the tabs in the tabs list.\";'),('en','messages:prefs-timeoffset','s:14:\"en:Time offset\";'),('en','messages:prefs-tokenwatchlist','s:8:\"en:Token\";'),('en','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('en','messages:prefs-user-downloaddata-info','s:36:\"en:My account data from this project\";'),('en','messages:prefs-user-downloaddata-label','s:23:\"en:Access account data:\";'),('en','messages:prefs-user-pages','s:13:\"en:User pages\";'),('en','messages:prefs-user-restoreprefs-info','s:52:\"en:Restore all default preferences (in all sections)\";'),('en','messages:prefs-user-restoreprefs-label','s:18:\"en:Reset settings:\";'),('en','messages:prefs-vector-enable-vector-1-help','s:283:\"en:Over the next few years, we will be gradually updating the Vector skin. Legacy Vector will allow you to view the old version of Vector (as of December 2019). To learn more about the updates, go to our [https://www.mediawiki.org/wiki/Reading/Web/Desktop_Improvements project page].\";'),('en','messages:prefs-vector-enable-vector-1-label','s:20:\"en:Use Legacy Vector\";'),('en','messages:prefs-watchlist','s:12:\"en:Watchlist\";'),('en','messages:prefs-watchlist-days','s:29:\"en:Days to show in watchlist:\";'),('en','messages:prefs-watchlist-days-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('en','messages:prefs-watchlist-edits','s:50:\"en:Maximum number of changes to show in watchlist:\";'),('en','messages:prefs-watchlist-edits-max','s:23:\"en:Maximum number: 1000\";'),('en','messages:prefs-watchlist-managetokens','s:16:\"en:Manage tokens\";'),('en','messages:prefs-watchlist-token','s:19:\"en:Watchlist token:\";'),('en','messages:prefsnologintext2','s:44:\"en:Please log in to change your preferences.\";'),('en','messages:prefsnologintext2-for-temp-user','s:50:\"en:Please create an account to change preferences.\";'),('en','messages:prev-page','s:16:\"en:previous page\";'),('en','messages:preview','s:10:\"en:Preview\";'),('en','messages:previewconflict','s:111:\"en:This preview reflects the text in the upper text editing area as it will appear if you choose to publish it.\";'),('en','messages:previewerrortext','s:62:\"en:An error occurred while attempting to preview your changes.\";'),('en','messages:previewnote','s:99:\"en:<strong>Remember that this is only a preview.</strong>\nYour changes have not yet been published!\";'),('en','messages:previousdiff','s:17:\"en:← Older edit\";'),('en','messages:previousrevision','s:21:\"en:← Older revision\";'),('en','messages:prevn','s:28:\"en:previous {{PLURAL:$1|$1}}\";'),('en','messages:prevn-title','s:43:\"en:Previous $1 {{PLURAL:$1|result|results}}\";'),('en','messages:prevpage','s:21:\"en:Previous page ($1)\";'),('en','messages:print','s:8:\"en:Print\";'),('en','messages:print.css','s:53:\"en:/* CSS placed here will affect the print output */\";'),('en','messages:printableversion','s:20:\"en:Printable version\";'),('en','messages:printableversion-deprecated-warning','s:174:\"en:The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.\";'),('en','messages:privacy','s:17:\"en:Privacy policy\";'),('en','messages:privacypage','s:25:\"en:Project:Privacy policy\";'),('en','messages:prot_1movedto2','s:25:\"en:[[$1]] moved to [[$2]]\";'),('en','messages:protect','s:10:\"en:Protect\";'),('en','messages:protect-badnamespace-text','s:47:\"en:Pages in this namespace cannot be protected.\";'),('en','messages:protect-badnamespace-title','s:28:\"en:Non-protectable namespace\";'),('en','messages:protect-cantedit','s:104:\"en:You cannot change the protection settings of this page because you do not have permission to edit it.\";'),('en','messages:protect-cascade','s:61:\"en:Protect pages included in this page (cascading protection)\";'),('en','messages:protect-cascadeon','s:243:\"en:This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page\'s protection settings will not affect the cascading protection.\";'),('en','messages:protect-default','s:18:\"en:Allow all users\";'),('en','messages:protect-dropdown','s:111:\"en:*Common protection reasons\n** Excessive vandalism\n** Excessive spamming\n** Edit warring\n** High traffic page\";'),('en','messages:protect-edit-reasonlist','s:26:\"en:Edit protection reasons\";'),('en','messages:protect-existing-expiry','s:35:\"en:Existing expiration time: $3, $2\";'),('en','messages:protect-existing-expiry-infinity','s:37:\"en:Existing expiration time: infinite\";'),('en','messages:protect-expiring','s:19:\"en:expires $1 (UTC)\";'),('en','messages:protect-expiring-local','s:13:\"en:expires $1\";'),('en','messages:protect-expiry-indefinite','s:13:\"en:indefinite\";'),('en','messages:protect-expiry-options','s:142:\"en:1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite\";'),('en','messages:protect-fallback','s:40:\"en:Allow only users with \"$1\" permission\";'),('en','messages:protect-legend','s:21:\"en:Confirm protection\";'),('en','messages:protect-level-autoconfirmed','s:33:\"en:Allow only autoconfirmed users\";'),('en','messages:protect-level-sysop','s:28:\"en:Allow only administrators\";'),('en','messages:protect-locked-access','s:140:\"en:Your account does not have permission to change page protection settings.\nHere are the current settings for the page <strong>$1</strong>:\";'),('en','messages:protect-locked-blocked','s:119:\"en:You cannot change protection settings while blocked.\nHere are the current settings for the page <strong>$1</strong>:\";'),('en','messages:protect-locked-dblock','s:136:\"en:Protection settings cannot be changed due to an active database lock.\nHere are the current settings for the page <strong>$1</strong>:\";'),('en','messages:protect-norestrictiontypes-text','s:77:\"en:This page cannot be protected as there are no restriction types available.\";'),('en','messages:protect-norestrictiontypes-title','s:23:\"en:Non-protectable page\";'),('en','messages:protect-otherreason','s:27:\"en:Other/additional reason:\";'),('en','messages:protect-otherreason-op','s:15:\"en:Other reason\";'),('en','messages:protect-othertime','s:14:\"en:Other time:\";'),('en','messages:protect-othertime-op','s:13:\"en:other time\";'),('en','messages:protect-summary-cascade','s:12:\"en:cascading\";'),('en','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('en','messages:protect-text','s:89:\"en:Here you may view and change the protection settings for the page <strong>$1</strong>.\";'),('en','messages:protect-title','s:38:\"en:Change protection settings for \"$1\"\";'),('en','messages:protect-title-notallowed','s:35:\"en:View protection settings of \"$1\"\";'),('en','messages:protect-unchain-permissions','s:33:\"en:Unlock further protect options\";'),('en','messages:protect_change','s:9:\"en:change\";'),('en','messages:protect_expiry_invalid','s:30:\"en:Expiration time is invalid.\";'),('en','messages:protect_expiry_old','s:34:\"en:Expiration time is in the past.\";'),('en','messages:protectcomment','s:10:\"en:Reason:\";'),('en','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('en','messages:protectedarticle-comment','s:35:\"en:{{GENDER:$2|Protected}} \"[[$1]]\"\";'),('en','messages:protectedinterface','s:242:\"en:This page provides interface text for the software on this wiki, and is protected to prevent abuse.\nTo add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('en','messages:protectedpage','s:17:\"en:Protected page\";'),('en','messages:protectedpagemovewarning','s:173:\"en:<strong>Warning:</strong> This page has been protected so that only users with administrator privileges can move it.\nThe latest log entry is provided below for reference:\";'),('en','messages:protectedpages','s:18:\"en:Protected pages\";'),('en','messages:protectedpages-cascade','s:29:\"en:Cascading protections only\";'),('en','messages:protectedpages-expiry','s:10:\"en:Expires\";'),('en','messages:protectedpages-filters','s:11:\"en:Filters:\";'),('en','messages:protectedpages-indef','s:30:\"en:Indefinite protections only\";'),('en','messages:protectedpages-noredirect','s:17:\"en:Hide redirects\";'),('en','messages:protectedpages-page','s:7:\"en:Page\";'),('en','messages:protectedpages-params','s:24:\"en:Protection parameters\";'),('en','messages:protectedpages-performer','s:18:\"en:Protecting user\";'),('en','messages:protectedpages-reason','s:9:\"en:Reason\";'),('en','messages:protectedpages-submit','s:16:\"en:Display pages\";'),('en','messages:protectedpages-summary','s:180:\"en:This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('en','messages:protectedpages-timestamp','s:12:\"en:Timestamp\";'),('en','messages:protectedpages-unknown-performer','s:15:\"en:Unknown user\";'),('en','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('en','messages:protectedpages-unknown-timestamp','s:10:\"en:Unknown\";'),('en','messages:protectedpagesempty','s:58:\"en:No pages are currently protected with these parameters.\";'),('en','messages:protectedpagetext','s:68:\"en:This page has been protected to prevent editing or other actions.\";'),('en','messages:protectedpagewarning','s:173:\"en:<strong>Warning: This page has been protected so that only users with administrator privileges can edit it.</strong>\nThe latest log entry is provided below for reference:\";'),('en','messages:protectedtitles','s:19:\"en:Protected titles\";'),('en','messages:protectedtitles-submit','s:17:\"en:Display titles\";'),('en','messages:protectedtitles-summary','s:178:\"en:This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('en','messages:protectedtitlesempty','s:59:\"en:No titles are currently protected with these parameters.\";'),('en','messages:protectexpiry','s:11:\"en:Expires:\";'),('en','messages:protection-indicator-title','s:91:\"en:This page is protected so that only users with the \"$1\" permission can edit it until $2.\";'),('en','messages:protection-indicator-title-infinity','s:82:\"en:This page is protected so that only users with the \"$1\" permission can edit it.\";'),('en','messages:protectlogpage','s:17:\"en:Protection log\";'),('en','messages:protectlogtext','s:162:\"en:Below is a list of changes to page protections.\nSee the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.\";'),('en','messages:protectpage','s:17:\"en:Protect a page\";'),('en','messages:protectpage-summary','s:3:\"en:\";'),('en','messages:proxyblocker','s:16:\"en:Proxy blocker\";'),('en','messages:proxyblockreason','s:202:\"en:Your IP address has been blocked because it is an open proxy.\nPlease contact your Internet service provider or technical support of your organization and inform them of this serious security problem.\";'),('en','messages:pt-createaccount','s:17:\"en:Create account\";'),('en','messages:pt-login','s:9:\"en:Log in\";'),('en','messages:pt-login-button','s:9:\"en:Log in\";'),('en','messages:pt-login-continue-button','s:17:\"en:Continue login\";'),('en','messages:pt-userlogout','s:10:\"en:Log out\";'),('en','messages:publishchanges','s:18:\"en:Publish changes\";'),('en','messages:publishchanges-start','s:21:\"en:Publish changes…\";'),('en','messages:publishpage','s:15:\"en:Publish page\";'),('en','messages:publishpage-start','s:18:\"en:Publish page…\";'),('en','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('en','messages:purge','s:8:\"en:Purge\";'),('en','messages:purge-summary','s:3:\"en:\";'),('en','messages:querypage-disabled','s:57:\"en:This special page is disabled for performance reasons.\";'),('en','messages:querypage-no-updates','s:91:\"en:Updates for this page are currently disabled.\nData here will not presently be refreshed.\";'),('en','messages:querypage-updates-periodical','s:46:\"en:Updates for this page are run periodically.\";'),('en','messages:quotation-marks','s:7:\"en:\"$1\"\";'),('en','messages:randomincategory','s:26:\"en:Random page in category\";'),('en','messages:randomincategory-category','s:12:\"en:Category:\";'),('en','messages:randomincategory-invalidcategory','s:37:\"en:\"$1\" is not a valid category name.\";'),('en','messages:randomincategory-legend','s:26:\"en:Random page in category\";'),('en','messages:randomincategory-nopages','s:58:\"en:There are no pages in the [[:Category:$1|$1]] category.\";'),('en','messages:randomincategory-submit','s:5:\"en:Go\";'),('en','messages:randompage','s:14:\"en:Random page\";'),('en','messages:randompage-nopages','s:78:\"en:There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.\";'),('en','messages:randompage-url','s:17:\"en:Special:Random\";'),('en','messages:randomredirect','s:18:\"en:Random redirect\";'),('en','messages:randomredirect-nopages','s:48:\"en:There are no redirects in the namespace \"$1\".\";'),('en','messages:randomrootpage','s:19:\"en:Random root page\";'),('en','messages:range_block_disabled','s:64:\"en:The administrator ability to create range blocks is disabled.\";'),('en','messages:rawhtml-notallowed','s:60:\"en:&lt;html&gt; tags cannot be used outside of normal pages.\";'),('en','messages:rawmessage','s:5:\"en:$1\";'),('en','messages:rc-change-size','s:5:\"en:$1\";'),('en','messages:rc-change-size-new','s:43:\"en:$1 {{PLURAL:$1|byte|bytes}} after change\";'),('en','messages:rc-old-title','s:29:\"en:originally created as \"$1\"\";'),('en','messages:rcfilters-activefilters','s:17:\"en:Active filters\";'),('en','messages:rcfilters-activefilters-hide','s:7:\"en:Hide\";'),('en','messages:rcfilters-activefilters-hide-tooltip','s:27:\"en:Hide Active filters area\";'),('en','messages:rcfilters-activefilters-show','s:7:\"en:Show\";'),('en','messages:rcfilters-activefilters-show-tooltip','s:27:\"en:Show Active filters area\";'),('en','messages:rcfilters-advancedfilters','s:19:\"en:Advanced filters\";'),('en','messages:rcfilters-allcontents-label','s:15:\"en:All contents\";'),('en','messages:rcfilters-alldiscussions-label','s:18:\"en:All discussions\";'),('en','messages:rcfilters-clear-all-filters','s:20:\"en:Clear all filters\";'),('en','messages:rcfilters-date-popup-title','s:24:\"en:Time period to search\";'),('en','messages:rcfilters-days-show-days','s:28:\"en:$1 {{PLURAL:$1|day|days}}\";'),('en','messages:rcfilters-days-show-hours','s:30:\"en:$1 {{PLURAL:$1|hour|hours}}\";'),('en','messages:rcfilters-days-title','s:14:\"en:Recent days\";'),('en','messages:rcfilters-empty-filter','s:50:\"en:No active filters. All contributions are shown.\";'),('en','messages:rcfilters-exclude-button-off','s:19:\"en:Exclude selected\";'),('en','messages:rcfilters-exclude-button-on','s:21:\"en:Excluding selected\";'),('en','messages:rcfilters-filter-accountcreations-description','s:69:\"en:Log entries for account creation. Logged actions must be selected.\";'),('en','messages:rcfilters-filter-accountcreations-label','s:20:\"en:Account creations\";'),('en','messages:rcfilters-filter-bots-description','s:33:\"en:Edits made by automated tools.\";'),('en','messages:rcfilters-filter-bots-label','s:6:\"en:Bot\";'),('en','messages:rcfilters-filter-categorization-description','s:59:\"en:Records of pages being added or removed from categories.\";'),('en','messages:rcfilters-filter-categorization-label','s:19:\"en:Category changes\";'),('en','messages:rcfilters-filter-editsbyother-description','s:31:\"en:All changes except your own.\";'),('en','messages:rcfilters-filter-editsbyother-label','s:20:\"en:Changes by others\";'),('en','messages:rcfilters-filter-editsbyself-description','s:26:\"en:Your own contributions.\";'),('en','messages:rcfilters-filter-editsbyself-label','s:17:\"en:Changes by you\";'),('en','messages:rcfilters-filter-excluded','s:11:\"en:Excluded\";'),('en','messages:rcfilters-filter-humans-description','s:31:\"en:Edits made by human editors.\";'),('en','messages:rcfilters-filter-humans-label','s:18:\"en:Human (not bot)\";'),('en','messages:rcfilters-filter-lastrevision-description','s:41:\"en:Only the most recent change to a page.\";'),('en','messages:rcfilters-filter-lastrevision-label','s:18:\"en:Latest revision\";'),('en','messages:rcfilters-filter-logactions-description','s:53:\"en:Administrative actions, page deletions, uploads…\";'),('en','messages:rcfilters-filter-logactions-label','s:17:\"en:Logged actions\";'),('en','messages:rcfilters-filter-major-description','s:30:\"en:Edits not labeled as minor.\";'),('en','messages:rcfilters-filter-major-label','s:18:\"en:Non-minor edits\";'),('en','messages:rcfilters-filter-minor-description','s:37:\"en:Edits the author labeled as minor.\";'),('en','messages:rcfilters-filter-minor-label','s:14:\"en:Minor edits\";'),('en','messages:rcfilters-filter-newpages-description','s:29:\"en:Edits that make new pages.\";'),('en','messages:rcfilters-filter-newpages-label','s:17:\"en:Page creations\";'),('en','messages:rcfilters-filter-pageedits-description','s:63:\"en:Edits to wiki content, discussions, category descriptions…\";'),('en','messages:rcfilters-filter-pageedits-label','s:13:\"en:Page edits\";'),('en','messages:rcfilters-filter-previousrevision-description','s:50:\"en:All changes that are not the \"latest revision\".\";'),('en','messages:rcfilters-filter-previousrevision-label','s:26:\"en:Not the latest revision\";'),('en','messages:rcfilters-filter-reviewstatus-auto-description','s:75:\"en:Edits by advanced users whose work is automatically marked as patrolled.\";'),('en','messages:rcfilters-filter-reviewstatus-auto-label','s:16:\"en:Autopatrolled\";'),('en','messages:rcfilters-filter-reviewstatus-manual-description','s:38:\"en:Edits manually marked as patrolled.\";'),('en','messages:rcfilters-filter-reviewstatus-manual-label','s:21:\"en:Manually patrolled\";'),('en','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:59:\"en:Edits not manually or automatically marked as patrolled.\";'),('en','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:14:\"en:Unpatrolled\";'),('en','messages:rcfilters-filter-showlinkedfrom-label','s:36:\"en:Show changes on pages linked from\";'),('en','messages:rcfilters-filter-showlinkedfrom-option-label','s:55:\"en:<strong>Pages linked from</strong> the selected page\";'),('en','messages:rcfilters-filter-showlinkedto-label','s:35:\"en:Show changes on pages linking to\";'),('en','messages:rcfilters-filter-showlinkedto-option-label','s:54:\"en:<strong>Pages linking to</strong> the selected page\";'),('en','messages:rcfilters-filter-user-experience-level-experienced-description','s:71:\"en:Registered editors with more than 500 edits and 30 days of activity.\";'),('en','messages:rcfilters-filter-user-experience-level-experienced-label','s:20:\"en:Experienced users\";'),('en','messages:rcfilters-filter-user-experience-level-learner-description','s:89:\"en:Registered editors whose experience falls between \"Newcomers\" and \"Experienced users.\"\";'),('en','messages:rcfilters-filter-user-experience-level-learner-label','s:11:\"en:Learners\";'),('en','messages:rcfilters-filter-user-experience-level-newcomer-description','s:73:\"en:Registered editors who have fewer than 10 edits or 4 days of activity.\";'),('en','messages:rcfilters-filter-user-experience-level-newcomer-label','s:12:\"en:Newcomers\";'),('en','messages:rcfilters-filter-user-experience-level-registered-description','s:21:\"en:Logged-in editors.\";'),('en','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"en:Registered\";'),('en','messages:rcfilters-filter-user-experience-level-unregistered-description','s:32:\"en:Editors who aren\'t logged-in.\";'),('en','messages:rcfilters-filter-user-experience-level-unregistered-description-temp','s:77:\"en:Editors who aren\'t logged-in and editors who are using temporary accounts.\";'),('en','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"en:Unregistered\";'),('en','messages:rcfilters-filter-watchlist-notwatched-description','s:55:\"en:Everything except changes to your Watchlisted pages.\";'),('en','messages:rcfilters-filter-watchlist-notwatched-label','s:19:\"en:Not on Watchlist\";'),('en','messages:rcfilters-filter-watchlist-watched-description','s:38:\"en:Changes to pages on your Watchlist.\";'),('en','messages:rcfilters-filter-watchlist-watched-label','s:15:\"en:On Watchlist\";'),('en','messages:rcfilters-filter-watchlist-watchednew-description','s:79:\"en:Changes to Watchlisted pages you haven\'t visited since the changes occurred.\";'),('en','messages:rcfilters-filter-watchlist-watchednew-label','s:24:\"en:New Watchlist changes\";'),('en','messages:rcfilters-filter-watchlistactivity-seen-description','s:64:\"en:Changes to pages you have visited since the changes occurred.\";'),('en','messages:rcfilters-filter-watchlistactivity-seen-label','s:15:\"en:Seen changes\";'),('en','messages:rcfilters-filter-watchlistactivity-unseen-description','s:67:\"en:Changes to pages you haven\'t visited since the changes occurred.\";'),('en','messages:rcfilters-filter-watchlistactivity-unseen-label','s:17:\"en:Unseen changes\";'),('en','messages:rcfilters-filtergroup-authorship','s:26:\"en:Contribution authorship\";'),('en','messages:rcfilters-filtergroup-automated','s:26:\"en:Automated contributions\";'),('en','messages:rcfilters-filtergroup-changetype','s:17:\"en:Type of change\";'),('en','messages:rcfilters-filtergroup-lastrevision','s:19:\"en:Latest revisions\";'),('en','messages:rcfilters-filtergroup-reviewstatus','s:16:\"en:Review status\";'),('en','messages:rcfilters-filtergroup-significance','s:15:\"en:Significance\";'),('en','messages:rcfilters-filtergroup-user-experience-level','s:35:\"en:User registration and experience\";'),('en','messages:rcfilters-filtergroup-watchlist','s:20:\"en:Watchlisted pages\";'),('en','messages:rcfilters-filtergroup-watchlistactivity','s:21:\"en:Watchlist activity\";'),('en','messages:rcfilters-filterlist-noresults','s:19:\"en:No filters found\";'),('en','messages:rcfilters-filterlist-title','s:10:\"en:Filters\";'),('en','messages:rcfilters-filterlist-whatsthis','s:21:\"en:How do these work?\";'),('en','messages:rcfilters-group-results-by-page','s:24:\"en:Group results by page\";'),('en','messages:rcfilters-hideminor-conflicts-typeofchange','s:130:\"en:Certain types of change cannot be designated as \"minor\", so this filter conflicts with the following Type of Change filters: $1\";'),('en','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:213:\"en:The \"Minor edits\" filter conflicts with one or more Type of change filters, because certain types of change cannot be designated as \"minor\". The conflicting filters are marked in the Active filters area, above.\";'),('en','messages:rcfilters-highlightbutton-title','s:20:\"en:Highlight results\";'),('en','messages:rcfilters-highlighted-filters-list','s:18:\"en:Highlighted: $1\";'),('en','messages:rcfilters-highlightmenu-help','s:44:\"en:Select a color to highlight this property\";'),('en','messages:rcfilters-highlightmenu-title','s:17:\"en:Select a color\";'),('en','messages:rcfilters-hours-title','s:15:\"en:Recent hours\";'),('en','messages:rcfilters-invalid-filter','s:17:\"en:Invalid filter\";'),('en','messages:rcfilters-legend-heading','s:42:\"en:<strong>List of abbreviations:</strong>\";'),('en','messages:rcfilters-limit-and-date-label','s:38:\"en:$1 {{PLURAL:$1|change|changes}}, $2\";'),('en','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:54:\"en:Filter results by number of changes and time period\";'),('en','messages:rcfilters-limit-title','s:18:\"en:Results to show\";'),('en','messages:rcfilters-liveupdates-button','s:15:\"en:Live updates\";'),('en','messages:rcfilters-liveupdates-button-title-off','s:37:\"en:Display new changes as they happen\";'),('en','messages:rcfilters-liveupdates-button-title-on','s:24:\"en:Turn off live updates\";'),('en','messages:rcfilters-noresults-conflict','s:63:\"en:No results found because the search criteria are in conflict\";'),('en','messages:rcfilters-other-review-tools','s:21:\"en:Other review tools\";'),('en','messages:rcfilters-preference-help','s:174:\"en:Loads [[{{#special:RecentChanges}}|recent changes]] and [[{{#special:RecentChangesLinked}}|related changes]] without the filtered search or the highlighting functionality.\";'),('en','messages:rcfilters-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('en','messages:rcfilters-quickfilters','s:16:\"en:Saved filters\";'),('en','messages:rcfilters-quickfilters-placeholder-description','s:112:\"en:To save your filter settings and reuse them later, click the bookmark icon in the Active filters area, below.\";'),('en','messages:rcfilters-quickfilters-placeholder-title','s:23:\"en:No filters saved yet\";'),('en','messages:rcfilters-restore-default-filters','s:26:\"en:Restore default filters\";'),('en','messages:rcfilters-savedqueries-add-new-title','s:31:\"en:Save current filter settings\";'),('en','messages:rcfilters-savedqueries-already-saved','s:86:\"en:These filters are already saved. Change your settings to create a new Saved Filter.\";'),('en','messages:rcfilters-savedqueries-apply-label','s:16:\"en:Create filter\";'),('en','messages:rcfilters-savedqueries-cancel-label','s:9:\"en:Cancel\";'),('en','messages:rcfilters-savedqueries-defaultlabel','s:16:\"en:Saved filters\";'),('en','messages:rcfilters-savedqueries-new-name-label','s:7:\"en:Name\";'),('en','messages:rcfilters-savedqueries-new-name-placeholder','s:37:\"en:Describe the purpose of the filter\";'),('en','messages:rcfilters-savedqueries-remove','s:9:\"en:Delete\";'),('en','messages:rcfilters-savedqueries-rename','s:9:\"en:Rename\";'),('en','messages:rcfilters-savedqueries-setdefault','s:17:\"en:Set as default\";'),('en','messages:rcfilters-savedqueries-unsetdefault','s:20:\"en:Remove as default\";'),('en','messages:rcfilters-search-placeholder','s:54:\"en:Filter changes (use menu or search for filter name)\";'),('en','messages:rcfilters-search-placeholder-mobile','s:10:\"en:Filters\";'),('en','messages:rcfilters-show-new-changes','s:28:\"en:View new changes since $1\";'),('en','messages:rcfilters-state-message-fullcoverage','s:118:\"en:Selecting all filters in this group is the same as selecting none, so this filter has no effect. Group includes: $1\";'),('en','messages:rcfilters-state-message-subset','s:168:\"en:This filter has no effect because its results are included with those of the following, broader {{PLURAL:$2|filter|filters}} (try highlighting to distinguish it): $1\";'),('en','messages:rcfilters-tag-help','s:38:\"en:More information about the \"$1\" tag\";'),('en','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('en','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"en:<strong>not</strong> :$1\";'),('en','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('en','messages:rcfilters-tag-prefix-tags-inverted','s:27:\"en:<strong>not</strong> #$1\";'),('en','messages:rcfilters-tag-remove','s:14:\"en:Remove \'$1\'\";'),('en','messages:rcfilters-target-page-placeholder','s:34:\"en:Enter a page name (or category)\";'),('en','messages:rcfilters-typeofchange-conflicts-hideminor','s:127:\"en:This Type of change filter conflicts with the \"Minor edits\" filter. Certain types of change cannot be designated as \"minor\".\";'),('en','messages:rcfilters-view-namespaces-tooltip','s:30:\"en:Filter results by namespace\";'),('en','messages:rcfilters-view-return-to-default-tooltip','s:29:\"en:Return to main filter menu\";'),('en','messages:rcfilters-view-tags','s:15:\"en:Tagged edits\";'),('en','messages:rcfilters-view-tags-help-icon-tooltip','s:32:\"en:Learn more about Tagged edits\";'),('en','messages:rcfilters-view-tags-tooltip','s:33:\"en:Filter results using edit tags\";'),('en','messages:rcfilters-watchlist-edit-watchlist-button','s:34:\"en:Edit your list of watched pages\";'),('en','messages:rcfilters-watchlist-markseen-button','s:27:\"en:Mark all changes as seen\";'),('en','messages:rcfilters-watchlist-preference-help','s:99:\"en:Loads [[{{#special:Watchlist}}|watchlist]] without filters search or highlighting functionality.\";'),('en','messages:rcfilters-watchlist-preference-label','s:31:\"en:Use non-JavaScript interface\";'),('en','messages:rcfilters-watchlist-showupdated','s:116:\"en:Changes to pages you haven\'t visited since the changes occurred are in <strong>bold</strong>, with solid markers.\";'),('en','messages:rclinks','s:39:\"en:Show last $1 changes in last $2 days\";'),('en','messages:rclistfrom','s:40:\"en:Show new changes starting from $2, $3\";'),('en','messages:rclistfromreset','s:23:\"en:Reset date selection\";'),('en','messages:rcnotefrom','s:117:\"en:Below {{PLURAL:$5|is the change|are the changes}} since <strong>$3, $4</strong> (up to <strong>$1</strong> shown).\";'),('en','messages:rcpatroldisabled','s:33:\"en:Recent changes patrol disabled\";'),('en','messages:rcpatroldisabledtext','s:59:\"en:The recent changes patrol feature is currently disabled.\";'),('en','messages:rcshowhideanons','s:21:\"en:$1 anonymous users\";'),('en','messages:rcshowhideanons-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhideanons-show','s:7:\"en:Show\";'),('en','messages:rcshowhidebots','s:10:\"en:$1 bots\";'),('en','messages:rcshowhidebots-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhidebots-show','s:7:\"en:Show\";'),('en','messages:rcshowhidecategorization','s:25:\"en:$1 page categorization\";'),('en','messages:rcshowhidecategorization-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhidecategorization-show','s:7:\"en:Show\";'),('en','messages:rcshowhideliu','s:22:\"en:$1 registered users\";'),('en','messages:rcshowhideliu-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhideliu-show','s:7:\"en:Show\";'),('en','messages:rcshowhidemine','s:14:\"en:$1 my edits\";'),('en','messages:rcshowhidemine-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhidemine-show','s:7:\"en:Show\";'),('en','messages:rcshowhideminor','s:17:\"en:$1 minor edits\";'),('en','messages:rcshowhideminor-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhideminor-show','s:7:\"en:Show\";'),('en','messages:rcshowhidepatr','s:21:\"en:$1 patrolled edits\";'),('en','messages:rcshowhidepatr-hide','s:7:\"en:Hide\";'),('en','messages:rcshowhidepatr-show','s:7:\"en:Show\";'),('en','messages:readonly','s:18:\"en:Database locked\";'),('en','messages:readonly_lag','s:104:\"en:The database has been automatically locked while the replica database servers catch up to the primary\";'),('en','messages:readonlytext','s:226:\"en:The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe system administrator who locked it offered this explanation: $1\";'),('en','messages:readonlywarning','s:281:\"en:<strong>Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now.</strong>\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe system administrator who locked it offered this explanation: $1\";'),('en','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('en','messages:recentchanges','s:17:\"en:Recent changes\";'),('en','messages:recentchanges-feed-description','s:58:\"en:Track the most recent changes to the wiki in this feed.\";'),('en','messages:recentchanges-label-bot','s:35:\"en:This edit was performed by a bot\";'),('en','messages:recentchanges-label-minor','s:23:\"en:This is a minor edit\";'),('en','messages:recentchanges-label-newpage','s:31:\"en:This edit created a new page\";'),('en','messages:recentchanges-label-plusminus','s:48:\"en:The page size changed by this number of bytes\";'),('en','messages:recentchanges-label-unpatrolled','s:39:\"en:This edit has not yet been patrolled\";'),('en','messages:recentchanges-legend','s:25:\"en:Recent changes options\";'),('en','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('en','messages:recentchanges-legend-heading','s:27:\"en:<strong>Legend:</strong>\";'),('en','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('en','messages:recentchanges-legend-newpage','s:88:\"en:{{int:recentchanges-label-newpage}} (also see [[Special:NewPages|list of new pages]])\";'),('en','messages:recentchanges-legend-plusminus','s:10:\"en:(±123)\";'),('en','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('en','messages:recentchanges-legend-watchlistexpiry','s:27:\"en:Temporarily watched page\";'),('en','messages:recentchanges-network','s:88:\"en:Due to a technical error, no results could be loaded. Please try refreshing the page.\";'),('en','messages:recentchanges-noresult','s:59:\"en:No changes during the given period match these criteria.\";'),('en','messages:recentchanges-notargetpage','s:63:\"en:Enter a page name above to see changes related to that page.\";'),('en','messages:recentchanges-page-added-to-category','s:28:\"en:[[:$1]] added to category\";'),('en','messages:recentchanges-page-added-to-category-bundled','s:99:\"en:[[:$1]] added to category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('en','messages:recentchanges-page-removed-from-category','s:32:\"en:[[:$1]] removed from category\";'),('en','messages:recentchanges-page-removed-from-category-bundled','s:103:\"en:[[:$1]] removed from category, [[Special:WhatLinksHere/$1|this page is included within other pages]]\";'),('en','messages:recentchanges-submit','s:7:\"en:Show\";'),('en','messages:recentchanges-summary','s:58:\"en:Track the most recent changes to the wiki on this page.\";'),('en','messages:recentchanges-timeout','s:78:\"en:This search has timed out. You may wish to try different search parameters.\";'),('en','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('en','messages:recentchangescount','s:86:\"en:Number of edits to show in recent changes, page histories, and in logs, by default:\";'),('en','messages:recentchangesdays','s:34:\"en:Days to show in recent changes:\";'),('en','messages:recentchangesdays-max','s:36:\"en:Maximum $1 {{PLURAL:$1|day|days}}\";'),('en','messages:recentchangeslinked','s:18:\"en:Related changes\";'),('en','messages:recentchangeslinked-feed','s:18:\"en:Related changes\";'),('en','messages:recentchangeslinked-page','s:13:\"en:Page name:\";'),('en','messages:recentchangeslinked-summary','s:232:\"en:Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter {{ns:category}}:Name of category). Changes to pages on [[Special:Watchlist|your Watchlist]] are in <strong>bold</strong>.\";'),('en','messages:recentchangeslinked-title','s:26:\"en:Changes related to \"$1\"\";'),('en','messages:recentchangeslinked-to','s:57:\"en:Show changes to pages linked to the given page instead\";'),('en','messages:recentchangeslinked-toolbox','s:18:\"en:Related changes\";'),('en','messages:recentchangestext','s:4:\"en:-\";'),('en','messages:recreate','s:11:\"en:Recreate\";'),('en','messages:recreate-moveddeleted-warn','s:236:\"en:<strong>Warning: You are recreating a page that was previously deleted.</strong>\n\nYou should consider whether it is appropriate to continue editing this page.\nThe deletion and move log for this page are provided here for convenience:\";'),('en','messages:red-link-title','s:27:\"en:$1 (page does not exist)\";'),('en','messages:redirect','s:52:\"en:Redirect by file, user, page, revision, or log ID\";'),('en','messages:redirect-file','s:11:\"en:Filename\";'),('en','messages:redirect-logid','s:9:\"en:Log ID\";'),('en','messages:redirect-lookup','s:10:\"en:Lookup:\";'),('en','messages:redirect-not-exists','s:18:\"en:Value not found\";'),('en','messages:redirect-not-numeric','s:20:\"en:Value not numeric\";'),('en','messages:redirect-page','s:10:\"en:Page ID\";'),('en','messages:redirect-revision','s:16:\"en:Page revision\";'),('en','messages:redirect-submit','s:5:\"en:Go\";'),('en','messages:redirect-summary','s:385:\"en:This special page redirects to a file (given the filename), a page (given a revision ID or page ID), a user page (given a numeric user ID), or a log entry (given the log ID). Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], or [[{{#Special:Redirect}}/logid/186]].\";'),('en','messages:redirect-text','s:3:\"en:\";'),('en','messages:redirect-user','s:10:\"en:User ID\";'),('en','messages:redirect-value','s:9:\"en:Value:\";'),('en','messages:redirectedfrom','s:23:\"en:(Redirected from $1)\";'),('en','messages:redirectexists','s:108:\"en:A redirect already exists at [[:$1]], and it cannot be deleted automatically.\nPlease choose another name.\";'),('en','messages:redirectpagesub','s:16:\"en:Redirect page\";'),('en','messages:redirectto','s:15:\"en:Redirect to:\";'),('en','messages:removecredentials','s:21:\"en:Remove credentials\";'),('en','messages:removecredentials-invalidsubpage','s:37:\"en:$1 is not a valid credential type.\";'),('en','messages:removecredentials-submit','s:21:\"en:Remove credentials\";'),('en','messages:removecredentials-success','s:38:\"en:Your credentials have been removed.\";'),('en','messages:removedwatchtext','s:97:\"en:\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].\";'),('en','messages:removedwatchtext-short','s:54:\"en:The page \"$1\" has been removed from your watchlist.\";'),('en','messages:removedwatchtext-talk','s:97:\"en:\"[[:$1]]\" and its associated page have been removed from your [[Special:Watchlist|watchlist]].\";'),('en','messages:removewatch','s:24:\"en:Remove from watchlist\";'),('en','messages:renameuser','s:14:\"en:Rename user\";'),('en','messages:renameuser-error-request','s:80:\"en:There was a problem with receiving the request.\nPlease go back and try again.\";'),('en','messages:renameuser-error-same-user','s:56:\"en:You cannot rename a user to the same thing as before.\";'),('en','messages:renameuser-error-self-rename','s:29:\"en:You cannot rename yourself\";'),('en','messages:renameuser-error-temp-user','s:44:\"en:You cannot rename temporary account \"$1\".\";'),('en','messages:renameuser-error-temp-user-reserved','s:62:\"en:You cannot use \"$1\". It is reserved for temporary accounts.\";'),('en','messages:renameuser-linkoncontribs','s:28:\"en:rename {{GENDER:$1|user}}\";'),('en','messages:renameuser-linkoncontribs-text','s:33:\"en:Rename this {{GENDER:$1|user}}\";'),('en','messages:renameuser-move-log','s:102:\"en:Automatically moved page while renaming the {{GENDER:$2|user}} \"[[User:$1|$1]]\" to \"[[User:$2|$2]]\"\";'),('en','messages:renameuser-page-exists','s:70:\"en:The page $1 already exists and cannot be automatically overwritten.\";'),('en','messages:renameuser-page-moved','s:36:\"en:The page $1 has been moved to $2.\";'),('en','messages:renameuser-page-unmoved','s:40:\"en:The page $1 could not be moved to $2.\";'),('en','messages:renameuser-renamed-notice','s:78:\"en:This user has been renamed.\nThe rename log is provided below for reference.\";'),('en','messages:renameuser-summary','s:3:\"en:\";'),('en','messages:renameuser-warning-currentblock','s:39:\"en:This user is [$1 currently blocked].\";'),('en','messages:renameuserconfirm','s:23:\"en:Yes, rename the user\";'),('en','messages:renameusererrordoesnotexist','s:49:\"en:The user \"<nowiki>$1</nowiki>\" does not exist.\";'),('en','messages:renameusererrorexists','s:63:\"en:The {{GENDER:$1|user}} \"<nowiki>$1</nowiki>\" already exists.\";'),('en','messages:renameusererrorinvalid','s:49:\"en:The username \"<nowiki>$1</nowiki>\" is invalid.\";'),('en','messages:renameusermove','s:60:\"en:Move user and talk pages (and their subpages) to new name\";'),('en','messages:renameusernew','s:16:\"en:New username:\";'),('en','messages:renameuserold','s:20:\"en:Current username:\";'),('en','messages:renameuserreason','s:10:\"en:Reason:\";'),('en','messages:renameuserreserve','s:41:\"en:Block the old username from future use\";'),('en','messages:renameusersubmit','s:9:\"en:Submit\";'),('en','messages:renameusersuccess','s:90:\"en:The {{GENDER:$2|user}} \"<nowiki>$1</nowiki>\" has been renamed to \"<nowiki>$2</nowiki>\".\";'),('en','messages:renameusersuppress','s:42:\"en:Do not create redirects to the new name\";'),('en','messages:renameuserwarnings','s:12:\"en:Warnings:\";'),('en','messages:resetpass-abort-generic','s:52:\"en:Password change has been aborted by an extension.\";'),('en','messages:resetpass-expired','s:66:\"en:Your password has expired. Please set a new password to log in.\";'),('en','messages:resetpass-expired-soft','s:160:\"en:Your password has expired and needs to be changed. Please choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('en','messages:resetpass-recycled','s:77:\"en:Please change your password to something other than your current password.\";'),('en','messages:resetpass-submit-cancel','s:9:\"en:Cancel\";'),('en','messages:resetpass-submit-loggedin','s:18:\"en:Change password\";'),('en','messages:resetpass-temp-emailed','s:103:\"en:You logged in with a temporary emailed code.\nTo finish logging in, you must set a new password here:\";'),('en','messages:resetpass-temp-password','s:22:\"en:Temporary password:\";'),('en','messages:resetpass-validity','s:71:\"en:Your password is not valid: $1\n\nPlease set a new password to log in.\";'),('en','messages:resetpass-validity-soft','s:141:\"en:Your password is not valid: $1\n\nPlease choose a new password now, or click \"{{int:authprovider-resetpass-skip-label}}\" to change it later.\";'),('en','messages:resetpass-wrong-oldpass','s:123:\"en:Invalid temporary or current password.\nYou may have already changed your password or requested a new temporary password.\";'),('en','messages:resetpass_announce','s:53:\"en:To finish logging in, you must set a new password.\";'),('en','messages:resetpass_forbidden','s:30:\"en:Passwords cannot be changed\";'),('en','messages:resetpass_forbidden-reason','s:34:\"en:Passwords cannot be changed: $1\";'),('en','messages:resetpass_header','s:26:\"en:Change account password\";'),('en','messages:resetpass_submit','s:26:\"en:Set password and log in\";'),('en','messages:resetpass_text','s:25:\"en:<!-- Add text here -->\";'),('en','messages:resettokens','s:15:\"en:Reset tokens\";'),('en','messages:resettokens-done','s:16:\"en:Tokens reset.\";'),('en','messages:resettokens-no-tokens','s:32:\"en:There are no tokens to reset.\";'),('en','messages:resettokens-resetbutton','s:24:\"en:Reset selected tokens\";'),('en','messages:resettokens-summary','s:3:\"en:\";'),('en','messages:resettokens-text','s:205:\"en:You can reset tokens which allow access to certain private data associated with your account here.\n\nYou should do it if you accidentally shared them with someone or if your account has been compromised.\";'),('en','messages:resettokens-token-label','s:25:\"en:$1 (current value: $2)\";'),('en','messages:resettokens-tokens','s:10:\"en:Tokens:\";'),('en','messages:resettokens-watchlist-token','s:96:\"en:Token for the web feed (Atom/RSS) of [[Special:Watchlist|changes to pages on your watchlist]]\";'),('en','messages:rest-bad-content-model','s:24:\"en:Bad content model: $1\";'),('en','messages:rest-bad-etag','s:15:\"en:Bad ETag: $1\";'),('en','messages:rest-bad-json-body','s:43:\"en:Bad request body, must be a JSON object.\";'),('en','messages:rest-bad-prefix','s:64:\"en:The endpoint path ($1) does not contain a valid module prefix\";'),('en','messages:rest-bad-stash-key','s:17:\"en:Bad stash key.\";'),('en','messages:rest-badtoken','s:38:\"en:The CSRF token provided is invalid.\";'),('en','messages:rest-badtoken-missing','s:93:\"en:The <var>token</var> parameter is required unless using a CSRF-safe authentication method.\";'),('en','messages:rest-badtoken-nosession','s:27:\"en:CSRF error - no session.\";'),('en','messages:rest-body-validation-error','s:27:\"en:Invalid request body: $1\";'),('en','messages:rest-cannot-load-file','s:44:\"en:The file for title \"$1\" cannot be loaded.\";'),('en','messages:rest-compare-inaccessible','s:73:\"en:The revision specified by the $1 parameter is not publicly accessible.\";'),('en','messages:rest-compare-nonexistent','s:61:\"en:The revision specified by the $1 parameter does not exist.\";'),('en','messages:rest-compare-page-mismatch','s:79:\"en:The specified revisions belong to different pages; refusing to compare them.\";'),('en','messages:rest-compare-permission-denied','s:54:\"en:User doesn\'t have access to the requested revisions\";'),('en','messages:rest-compare-wikidiff2','s:51:\"en:This endpoint requires wikidiff2 1.9.0 or later.\";'),('en','messages:rest-compare-wrong-content','s:114:\"en:The $1 slot of the revision specified by the $2 parameter has a content type which cannot be converted to text.\";'),('en','messages:rest-cross-origin-anon-write','s:56:\"en:Anonymous cross-origin write requests are not allowed\";'),('en','messages:rest-edit-conflict','s:21:\"en:Edit conflict ($1)\";'),('en','messages:rest-extraneous-body-fields','s:46:\"en:Extraneous fields found in request body: $1\";'),('en','messages:rest-extraneous-csrf-token','s:147:\"en:Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.\";'),('en','messages:rest-html-backend-error','s:35:\"en:Unable to fetch Parsoid HTML: $1\";'),('en','messages:rest-html-key-expected','s:39:\"en:Expected <var>html</var> key in body\";'),('en','messages:rest-html-stash-failure','s:32:\"en:Unable to stash Parsoid HTML.\";'),('en','messages:rest-invalid-ip','s:35:\"en:The specified IP ($1) is invalid\";'),('en','messages:rest-invalid-title','s:58:\"en:The specified title ($1) does not refer to a wiki page.\";'),('en','messages:rest-invalid-transform','s:30:\"en:Invalid transform: $1 to $2\";'),('en','messages:rest-invalid-user','s:41:\"en:The specified username ($1) is invalid\";'),('en','messages:rest-json-body-parse-error','s:42:\"en:Parsing request body as JSON failed: $1\";'),('en','messages:rest-media-too-many-links','s:54:\"en:Too many media links found on title $1 ($2 allowed)\";'),('en','messages:rest-missing-body-field','s:50:\"en:Mandatory field \"$1\" missing from request body.\";'),('en','messages:rest-missing-revision-html','s:24:\"en:Missing revision html\";'),('en','messages:rest-missing-revision-html-content-type','s:44:\"en:Content-type of revision html is missing.\";'),('en','messages:rest-mock-error','s:14:\"en:Mock error.\";'),('en','messages:rest-no-json-decode','s:43:\"en:Payload does not JSON decode to an array\";'),('en','messages:rest-no-match','s:67:\"en:The requested relative path ($1) did not match any known handler\";'),('en','messages:rest-no-revision','s:43:\"en:Unable to retrieve revision for title $1\";'),('en','messages:rest-no-stashed-content','s:34:\"en:No stashed content found for $1\";'),('en','messages:rest-nonexistent-revision','s:45:\"en:The specified revision ($1) does not exist\";'),('en','messages:rest-nonexistent-title','s:41:\"en:The specified page ($1) does not exist\";'),('en','messages:rest-nonexistent-title-revision','s:73:\"en:The specified revision ($1) does not exist for the specified page ($2)\";'),('en','messages:rest-nonexistent-user','s:41:\"en:The specified user ($1) does not exist\";'),('en','messages:rest-page-bundle-validation-error','s:47:\"en:PageBundle does not match contentVersion: $1\";'),('en','messages:rest-page-source-type-error','s:63:\"en:The content type of the page source requested is unsupported\";'),('en','messages:rest-pagehistory-incompatible-params','s:68:\"en:Parameters \"older_than\" and \"newer_than\" cannot both be specified\";'),('en','messages:rest-pagehistory-param-range-error','s:37:\"en:Revision id must be greater than 0\";'),('en','messages:rest-pagehistory-timestamp-error','s:63:\"en:Unable to retrieve timestamp for the specified revision ($1)\";'),('en','messages:rest-pagehistorycount-parameters-invalid','s:60:\"en:The specified combination of parameters is not supported.\";'),('en','messages:rest-pagehistorycount-too-many-revisions','s:74:\"en:The specified title contains too many revisions to retrieve this count.\";'),('en','messages:rest-pagehistorycount-type-unrecognized','s:45:\"en:The specified count type ($1) is not valid\";'),('en','messages:rest-param-desc-revision-id','s:14:\"en:Revision id\";'),('en','messages:rest-parsoid-bad-render-id','s:28:\"en:Bad Parsoid render ID: $1\";'),('en','messages:rest-parsoid-error','s:17:\"en:Parsoid error.\";'),('en','messages:rest-parsoid-resource-exceeded','s:26:\"en:Resource limit exceeded\";'),('en','messages:rest-parsoid-unsupported-media','s:25:\"en:Unsupported Media Type\";'),('en','messages:rest-permission-denied-anon','s:35:\"en:Not accessible by anonymous user\";'),('en','messages:rest-permission-denied-revision','s:59:\"en:User doesn\'t have access to the requested revision ($1).\";'),('en','messages:rest-permission-denied-title','s:51:\"en:The user does not have rights to read title ($1)\";'),('en','messages:rest-permission-error','s:24:\"en:Permission denied: $1\";'),('en','messages:rest-prefix-mismatch','s:69:\"en:The requested path ($1) was not inside the REST API base path ($2)\";'),('en','messages:rest-previous-revision-unavailable','s:73:\"en:Could not find previous revision. Has the page been locked or deleted?\";'),('en','messages:rest-rate-limit-exceeded','s:53:\"en:A rate limit was exceeded. Please try again later.\";'),('en','messages:rest-request-body-expected','s:47:\"en:The $1 request method expects a request body\";'),('en','messages:rest-request-body-unaccepted','s:55:\"en:The $1 request method does not accept a request body\";'),('en','messages:rest-requires-content-type-header','s:65:\"en:A Content-Type header must be supplied with a request payload.\";'),('en','messages:rest-requires-safe-against-csrf','s:55:\"en:This endpoint requires a CSRF-safe session provider.\";'),('en','messages:rest-resource-limit-exceeded','s:52:\"en:Resources limits exceeded processing the request.\";'),('en','messages:rest-search-error','s:42:\"en:Error when returning search results: $1\";'),('en','messages:rest-specified-revision-unavailable','s:51:\"en:The specified revision is deleted or suppressed.\";'),('en','messages:rest-target-variant-required','s:30:\"en:Target variant is required.\";'),('en','messages:rest-transform-missing-html','s:24:\"en:No html was supplied.\";'),('en','messages:rest-transform-missing-title','s:37:\"en:No title or wikitext was provided.\";'),('en','messages:rest-unknown-content-model','s:28:\"en:Unknown content model: $1\";'),('en','messages:rest-unknown-module','s:46:\"en:The requested module name ($1) is not known\";'),('en','messages:rest-unknown-parsoid-transformation','s:26:\"en:Unknown transformation.\";'),('en','messages:rest-unmapped-action-error','s:35:\"en:Unmapped action module error: $1\";'),('en','messages:rest-unsupported-content-type','s:31:\"en:Unsupported Content-Type: $1\";'),('en','messages:rest-unsupported-language-conversion','s:44:\"en:Unsupported language conversion: $1 to $2\";'),('en','messages:rest-unsupported-profile-conversion','s:44:\"en:We do not know how to do this conversion.\";'),('en','messages:rest-unsupported-profile-version','s:34:\"en:Unsupported profile version: $1\";'),('en','messages:rest-unsupported-target-format','s:48:\"en:The requested target format is not supported.\";'),('en','messages:rest-unsupported-transform-input','s:24:\"en:Unsupported input: $1\";'),('en','messages:rest-update-cannot-create-page','s:174:\"en:The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.\";'),('en','messages:rest-wrong-method','s:127:\"en:The request method ($1) was not {{PLURAL:$3|the allowed method for this path|one of the allowed methods for this path}} ($2)\";'),('en','messages:restore-count-files','s:32:\"en:{{PLURAL:$1|1 file|$1 files}}\";'),('en','messages:restore-count-revisions','s:40:\"en:{{PLURAL:$1|1 revision|$1 revisions}}\";'),('en','messages:restorelink','s:50:\"en:{{PLURAL:$1|one deleted edit|$1 deleted edits}}\";'),('en','messages:restoreprefs','s:31:\"en:Restore all default settings\";'),('en','messages:restricted-displaytitle','s:114:\"en:<strong>Warning:</strong> Display title \"$1\" was ignored since it is not equivalent to the page\'s actual title.\";'),('en','messages:restricted-displaytitle-ignored','s:36:\"en:Pages with ignored display titles\";'),('en','messages:restricted-displaytitle-ignored-desc','s:130:\"en:The page has an ignored <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> because it is not equivalent to the page\'s actual title.\";'),('en','messages:restriction-blank','s:3:\"en:\";'),('en','messages:restriction-create','s:9:\"en:Create\";'),('en','messages:restriction-edit','s:7:\"en:Edit\";'),('en','messages:restriction-level','s:21:\"en:Restriction level:\";'),('en','messages:restriction-level-all','s:12:\"en:any level\";'),('en','messages:restriction-level-autoconfirmed','s:17:\"en:semi protected\";'),('en','messages:restriction-level-sysop','s:18:\"en:fully protected\";'),('en','messages:restriction-move','s:7:\"en:Move\";'),('en','messages:restriction-type','s:14:\"en:Permission:\";'),('en','messages:restriction-upload','s:9:\"en:Upload\";'),('en','messages:restrictionsfield-badip','s:34:\"en:Invalid IP address or range: $1\";'),('en','messages:restrictionsfield-help','s:93:\"en:One IP address or CIDR range per line. To enable everything, use:<pre>0.0.0.0/0\n::/0</pre>\";'),('en','messages:restrictionsfield-label','s:21:\"en:Allowed IP ranges:\";'),('en','messages:restrictionsfields-pages-help','s:44:\"en:Leave blank to allow editing of all pages\";'),('en','messages:restrictionsfields-pages-label','s:29:\"en:Allowed pages for editing:\";'),('en','messages:retrievedfrom','s:22:\"en:Retrieved from \"$1\"\";'),('en','messages:returnto','s:16:\"en:Return to $1.\";'),('en','messages:retypenew','s:23:\"en:Retype new password:\";'),('en','messages:reuploaddesc','s:46:\"en:Cancel upload and return to the upload form\";'),('en','messages:rev-deleted-comment','s:25:\"en:(edit summary removed)\";'),('en','messages:rev-deleted-diff-view','s:198:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('en','messages:rev-deleted-event','s:24:\"en:(log details removed)\";'),('en','messages:rev-deleted-no-diff','s:195:\"en:You cannot view this diff because one of the revisions has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\";'),('en','messages:rev-deleted-text-permission','s:144:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('en','messages:rev-deleted-text-unhide','s:221:\"en:This page revision has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('en','messages:rev-deleted-text-view','s:161:\"en:This page revision has been <strong>deleted</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page=$1}} deletion log].\";'),('en','messages:rev-deleted-unhide-diff','s:232:\"en:One of the revisions of this diff has been <strong>deleted</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('en','messages:rev-deleted-user','s:21:\"en:(username removed)\";'),('en','messages:rev-deleted-user-contribs','s:68:\"en:[username or IP address removed - edit hidden from contributions]\";'),('en','messages:rev-delundel','s:20:\"en:change visibility\";'),('en','messages:rev-showdeleted','s:7:\"en:show\";'),('en','messages:rev-suppressed-diff-view','s:206:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nYou can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\";'),('en','messages:rev-suppressed-no-diff','s:95:\"en:You cannot view this diff because one of the revisions has been <strong>suppressed</strong>.\";'),('en','messages:rev-suppressed-text','s:59:\"en:This page revision has been <strong>suppressed</strong>.\";'),('en','messages:rev-suppressed-text-permission','s:152:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('en','messages:rev-suppressed-text-unhide','s:229:\"en:This page revision has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this revision] if you wish to proceed.\";'),('en','messages:rev-suppressed-text-view','s:169:\"en:This page revision has been <strong>suppressed</strong>.\nYou can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page=$1}} suppression log].\";'),('en','messages:rev-suppressed-unhide-diff','s:240:\"en:One of the revisions of this diff has been <strong>suppressed</strong>.\nDetails can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].\nYou can still [$1 view this diff] if you wish to proceed.\";'),('en','messages:revdel-restore','s:20:\"en:change visibility\";'),('en','messages:revdelete-concurrent-change','s:154:\"en:Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.\nPlease check the logs.\";'),('en','messages:revdelete-confirm','s:171:\"en:Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].\";'),('en','messages:revdelete-content-hid','s:17:\"en:content hidden\";'),('en','messages:revdelete-content-unhid','s:19:\"en:content unhidden\";'),('en','messages:revdelete-edit-reasonlist','s:22:\"en:Edit delete reasons\";'),('en','messages:revdelete-edit-reasonlist-suppress','s:24:\"en:Edit suppress reasons\";'),('en','messages:revdelete-failure','s:47:\"en:Revision visibility could not be updated:\n$1\";'),('en','messages:revdelete-hide-comment','s:15:\"en:Edit summary\";'),('en','messages:revdelete-hide-current','s:89:\"en:Error hiding the item dated $2, $1: This is the current revision.\nIt cannot be hidden.\";'),('en','messages:revdelete-hide-image','s:20:\"en:Hide file content\";'),('en','messages:revdelete-hide-name','s:29:\"en:Hide target and parameters\";'),('en','messages:revdelete-hide-restricted','s:54:\"en:Suppress data from administrators as well as others\";'),('en','messages:revdelete-hide-text','s:16:\"en:Revision text\";'),('en','messages:revdelete-hide-user','s:31:\"en:Editor\'s username/IP address\";'),('en','messages:revdelete-legend','s:30:\"en:Set visibility restrictions\";'),('en','messages:revdelete-log','s:10:\"en:Reason:\";'),('en','messages:revdelete-modify-missing','s:63:\"en:Error modifying item ID $1: It is missing from the database!\";'),('en','messages:revdelete-modify-no-access','s:111:\"en:Error modifying the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('en','messages:revdelete-no-change','s:97:\"en:<strong>Warning:</strong> The item dated $2, $1 already had the requested visibility settings.\";'),('en','messages:revdelete-no-file','s:37:\"en:The file specified does not exist.\";'),('en','messages:revdelete-nooldid-text','s:181:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision.\";'),('en','messages:revdelete-nooldid-title','s:26:\"en:Invalid target revision\";'),('en','messages:revdelete-offender','s:19:\"en:Revision author:\";'),('en','messages:revdelete-only-restricted','s:152:\"en:Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.\";'),('en','messages:revdelete-otherreason','s:27:\"en:Other/additional reason:\";'),('en','messages:revdelete-radio-same','s:16:\"en:Do not change\";'),('en','messages:revdelete-radio-set','s:9:\"en:Hidden\";'),('en','messages:revdelete-radio-set-suppress','s:11:\"en:Suppress\";'),('en','messages:revdelete-radio-unset','s:10:\"en:Visible\";'),('en','messages:revdelete-radio-unset-suppress','s:13:\"en:Unsuppress\";'),('en','messages:revdelete-reason-dropdown','s:135:\"en:*Common delete reasons\n** Copyright violation\n** Inappropriate comment\n** Inappropriate username\n** Potentially libelous information\";'),('en','messages:revdelete-reason-dropdown-suppress','s:65:\"en:*Common suppress reasons\n** Inappropriate personal information\";'),('en','messages:revdelete-reasonotherlist','s:15:\"en:Other reason\";'),('en','messages:revdelete-restricted','s:41:\"en:applied restrictions to administrators\";'),('en','messages:revdelete-selected-file','s:73:\"en:{{PLURAL:$1|Selected file version|Selected file versions}} of [[:$2]]:\";'),('en','messages:revdelete-selected-text','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('en','messages:revdelete-show-file-confirm','s:100:\"en:Are you sure you want to view a deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('en','messages:revdelete-show-file-submit','s:6:\"en:Yes\";'),('en','messages:revdelete-show-no-access','s:109:\"en:Error showing the item dated $2, $1: This item has been marked \"restricted\".\nYou do not have access to it.\";'),('en','messages:revdelete-submit','s:53:\"en:Apply to selected {{PLURAL:$1|revision|revisions}}\";'),('en','messages:revdelete-success','s:31:\"en:Revision visibility updated.\";'),('en','messages:revdelete-summary-hid','s:22:\"en:edit summary hidden\";'),('en','messages:revdelete-summary-unhid','s:24:\"en:edit summary unhidden\";'),('en','messages:revdelete-suppress','s:54:\"en:Suppress data from administrators as well as others\";'),('en','messages:revdelete-suppress-text','s:236:\"en:Suppression should <strong>only</strong> be used for the following cases:\n* potentially libelous information\n* inappropriate personal information\n*: <em>home addresses and telephone numbers, national identification numbers, etc.</em>\";'),('en','messages:revdelete-text-file','s:126:\"en:Deleted file versions will still appear in the file history, but parts of their content will be inaccessible to the public.\";'),('en','messages:revdelete-text-others','s:131:\"en:Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.\";'),('en','messages:revdelete-text-text','s:122:\"en:Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public.\";'),('en','messages:revdelete-uname-hid','s:18:\"en:username hidden\";'),('en','messages:revdelete-uname-unhid','s:20:\"en:username unhidden\";'),('en','messages:revdelete-unrestricted','s:42:\"en:removed restrictions for administrators\";'),('en','messages:revdelete-unsuppress','s:45:\"en:Remove restrictions on undeleted revisions\";'),('en','messages:reverted','s:31:\"en:Reverted to earlier revision\";'),('en','messages:revertmerge','s:10:\"en:Unmerge\";'),('en','messages:revertmove','s:9:\"en:revert\";'),('en','messages:revertmove-summary','s:9:\"en:Revert\";'),('en','messages:revertpage','s:130:\"en:Reverted {{PLURAL:$7|edit|edits}} by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]\";'),('en','messages:revertpage-anon','s:106:\"en:Reverted {{PLURAL:$7|edit|edits}} by [[Special:Contributions/$2|$2]] to last revision by [[User:$1|$1]]\";'),('en','messages:revertpage-nouser','s:102:\"en:Reverted {{PLURAL:$7|edit|edits}} by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}\";'),('en','messages:revid','s:14:\"en:revision $1\";'),('en','messages:revision-info','s:42:\"en:Revision as of $1 by {{GENDER:$6|$2}}$7\";'),('en','messages:revision-info-current','s:4:\"en:-\";'),('en','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('en','messages:revisionasof','s:20:\"en:Revision as of $1\";'),('en','messages:revisiondelete','s:28:\"en:Delete/undelete revisions\";'),('en','messages:rfcurl','s:46:\"en:https://datatracker.ietf.org/doc/html/rfc$1\";'),('en','messages:right-apihighlimits','s:35:\"en:Use higher limits in API queries\";'),('en','messages:right-applychangetags','s:55:\"en:Apply [[Special:Tags|tags]] along with one\'s changes\";'),('en','messages:right-autoconfirmed','s:42:\"en:Not be affected by IP-based rate limits\";'),('en','messages:right-autocreateaccount','s:53:\"en:Automatically log in with an external user account\";'),('en','messages:right-autopatrol','s:57:\"en:Have one\'s own edits automatically marked as patrolled\";'),('en','messages:right-bigdelete','s:36:\"en:Delete pages with large histories\";'),('en','messages:right-block','s:44:\"en:Block or unblock other users from editing\";'),('en','messages:right-blockemail','s:45:\"en:Block or unblock a user from sending email\";'),('en','messages:right-bot','s:37:\"en:Be treated as an automated process\";'),('en','messages:right-browsearchive','s:23:\"en:Search deleted pages\";'),('en','messages:right-changetags','s:89:\"en:Add and remove arbitrary [[Special:Tags|tags]] on individual revisions and log entries\";'),('en','messages:right-createaccount','s:27:\"en:Create new user accounts\";'),('en','messages:right-createpage','s:48:\"en:Create pages (which are not discussion pages)\";'),('en','messages:right-createtalk','s:26:\"en:Create discussion pages\";'),('en','messages:right-delete','s:15:\"en:Delete pages\";'),('en','messages:right-delete-redirect','s:35:\"en:Delete single revision redirects\";'),('en','messages:right-deletechangetags','s:49:\"en:Delete [[Special:Tags|tags]] from the database\";'),('en','messages:right-deletedhistory','s:62:\"en:View deleted history entries, without their associated text\";'),('en','messages:right-deletedtext','s:58:\"en:View deleted text and changes between deleted revisions\";'),('en','messages:right-deletelogentry','s:43:\"en:Delete and undelete specific log entries\";'),('en','messages:right-deleterevision','s:50:\"en:Delete and undelete specific revisions of pages\";'),('en','messages:right-edit','s:13:\"en:Edit pages\";'),('en','messages:right-editcontentmodel','s:35:\"en:Edit the content model of a page\";'),('en','messages:right-editinterface','s:26:\"en:Edit the user interface\";'),('en','messages:right-editmyoptions','s:28:\"en:Edit your own preferences\";'),('en','messages:right-editmyprivateinfo','s:95:\"en:Edit your own private data (e.g. email address, real name) and request password reset emails\";'),('en','messages:right-editmyusercss','s:31:\"en:Edit your own user CSS files\";'),('en','messages:right-editmyuserjs','s:38:\"en:Edit your own user JavaScript files\";'),('en','messages:right-editmyuserjson','s:32:\"en:Edit your own user JSON files\";'),('en','messages:right-editmyuserjsredirect','s:57:\"en:Edit your own user JavaScript files that are redirects\";'),('en','messages:right-editmywatchlist','s:96:\"en:Edit your own watchlist (note that some actions will still add pages even without this right)\";'),('en','messages:right-editprotected','s:56:\"en:Edit pages protected as \"{{int:protect-level-sysop}}\"\";'),('en','messages:right-editsemiprotected','s:64:\"en:Edit pages protected as \"{{int:protect-level-autoconfirmed}}\"\";'),('en','messages:right-editsitecss','s:20:\"en:Edit sitewide CSS\";'),('en','messages:right-editsitejs','s:27:\"en:Edit sitewide JavaScript\";'),('en','messages:right-editsitejson','s:21:\"en:Edit sitewide JSON\";'),('en','messages:right-editusercss','s:30:\"en:Edit other users\' CSS files\";'),('en','messages:right-edituserjs','s:37:\"en:Edit other users\' JavaScript files\";'),('en','messages:right-edituserjson','s:31:\"en:Edit other users\' JSON files\";'),('en','messages:right-hideuser','s:69:\"en:Block or unblock a username, hiding or unhiding it from the public\";'),('en','messages:right-import','s:32:\"en:Import pages from other wikis\";'),('en','messages:right-importupload','s:34:\"en:Import pages from a file upload\";'),('en','messages:right-ipblock-exempt','s:49:\"en:Bypass IP blocks, auto-blocks and range blocks\";'),('en','messages:right-managechangetags','s:48:\"en:Create and (de)activate [[Special:Tags|tags]]\";'),('en','messages:right-markbotedits','s:38:\"en:Mark rolled-back edits as bot edits\";'),('en','messages:right-mergehistory','s:29:\"en:Merge the history of pages\";'),('en','messages:right-minoredit','s:22:\"en:Mark edits as minor\";'),('en','messages:right-move','s:13:\"en:Move pages\";'),('en','messages:right-move-categorypages','s:22:\"en:Move category pages\";'),('en','messages:right-move-rootuserpages','s:23:\"en:Move root user pages\";'),('en','messages:right-move-subpages','s:33:\"en:Move pages with their subpages\";'),('en','messages:right-movefile','s:13:\"en:Move files\";'),('en','messages:right-noanalytics','s:42:\"en:Be exempted from web analytics tracking\";'),('en','messages:right-nominornewtalk','s:75:\"en:Not have minor edits to discussion pages trigger the new messages prompt\";'),('en','messages:right-noratelimit','s:33:\"en:Not be affected by rate limits\";'),('en','messages:right-override-export-depth','s:57:\"en:Export pages including linked pages up to a depth of 5\";'),('en','messages:right-pagelang','s:23:\"en:Change page language\";'),('en','messages:right-patrol','s:34:\"en:Mark others\' edits as patrolled\";'),('en','messages:right-patrolmarks','s:35:\"en:View recent changes patrol marks\";'),('en','messages:right-protect','s:62:\"en:Change protection settings and edit cascade-protected pages\";'),('en','messages:right-purge','s:29:\"en:Purge the cache for a page\";'),('en','messages:right-read','s:13:\"en:Read pages\";'),('en','messages:right-renameuser','s:15:\"en:Rename users\";'),('en','messages:right-reupload','s:27:\"en:Overwrite existing files\";'),('en','messages:right-reupload-own','s:47:\"en:Overwrite existing files uploaded by oneself\";'),('en','messages:right-reupload-shared','s:56:\"en:Override files on the shared media repository locally\";'),('en','messages:right-rollback','s:75:\"en:Quickly rollback the edits of the last user who edited a particular page\";'),('en','messages:right-sendemail','s:28:\"en:Send email to other users\";'),('en','messages:right-siteadmin','s:31:\"en:Lock and unlock the database\";'),('en','messages:right-suppressionlog','s:20:\"en:View private logs\";'),('en','messages:right-suppressredirect','s:59:\"en:Not create redirects from source pages when moving pages\";'),('en','messages:right-suppressrevision','s:66:\"en:View, hide and unhide specific revisions of pages from any user\";'),('en','messages:right-unblockself','s:18:\"en:Unblock oneself\";'),('en','messages:right-undelete','s:18:\"en:Undelete a page\";'),('en','messages:right-unwatchedpages','s:33:\"en:View a list of unwatched pages\";'),('en','messages:right-upload','s:15:\"en:Upload files\";'),('en','messages:right-upload_by_url','s:26:\"en:Upload files from a URL\";'),('en','messages:right-userrights','s:23:\"en:Edit all user rights\";'),('en','messages:right-userrights-interwiki','s:43:\"en:Edit user rights of users on other wikis\";'),('en','messages:right-viewmyprivateinfo','s:61:\"en:View your own private data (e.g. email address, real name)\";'),('en','messages:right-viewmywatchlist','s:26:\"en:View your own watchlist\";'),('en','messages:right-viewsuppressed','s:38:\"en:View revisions hidden from any user\";'),('en','messages:rightslog','s:18:\"en:User rights log\";'),('en','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('en','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('en','messages:rightslogentry-temporary-group','s:27:\"en:$1 (temporary, until $2)\";'),('en','messages:rightslogtext','s:43:\"en:This is a log of changes to user rights.\";'),('en','messages:rightsnone','s:9:\"en:(none)\";'),('en','messages:rollback','s:18:\"en:Roll back edits\";'),('en','messages:rollback-confirmation-confirm','s:18:\"en:Please confirm:\";'),('en','messages:rollback-confirmation-no','s:9:\"en:Cancel\";'),('en','messages:rollback-confirmation-yes','s:11:\"en:Rollback\";'),('en','messages:rollback-missingparam','s:42:\"en:Missing required parameters on request.\";'),('en','messages:rollback-missingrevision','s:32:\"en:Unable to load revision data.\";'),('en','messages:rollback-success','s:89:\"en:Reverted edits by {{GENDER:$3|$1}};\nchanged back to last revision by {{GENDER:$4|$2}}.\";'),('en','messages:rollbackfailed','s:18:\"en:Rollback failed\";'),('en','messages:rollbacklink','s:11:\"en:rollback\";'),('en','messages:rollbacklinkcount','s:39:\"en:rollback $1 {{PLURAL:$1|edit|edits}}\";'),('en','messages:rollbacklinkcount-morethan','s:49:\"en:rollback more than $1 {{PLURAL:$1|edit|edits}}\";'),('en','messages:rotate-comment','s:61:\"en:Image rotated by $1 {{PLURAL:$1|degree|degrees}} clockwise\";'),('en','messages:sat','s:6:\"en:Sat\";'),('en','messages:saturday','s:11:\"en:Saturday\";'),('en','messages:saturday-at','s:17:\"en:Saturday at $1\";'),('en','messages:savearticle','s:12:\"en:Save page\";'),('en','messages:savearticle-start','s:15:\"en:Save page…\";'),('en','messages:savechanges','s:15:\"en:Save changes\";'),('en','messages:savechanges-start','s:18:\"en:Save changes…\";'),('en','messages:savedprefs','s:36:\"en:Your preferences have been saved.\";'),('en','messages:savedrights','s:55:\"en:The user groups of {{GENDER:$1|$1}} have been saved.\";'),('en','messages:savefile','s:12:\"en:Save file\";'),('en','messages:saveprefs','s:7:\"en:Save\";'),('en','messages:saveusergroups','s:33:\"en:Save {{GENDER:$1|user}} groups\";'),('en','messages:scarytranscludedisabled','s:39:\"en:[Interwiki transcluding is disabled]\";'),('en','messages:scarytranscludefailed','s:33:\"en:[Template fetch failed for $1]\";'),('en','messages:scarytranscludefailed-httpstatus','s:42:\"en:[Template fetch failed for $1: HTTP $2]\";'),('en','messages:scarytranscludetoolong','s:20:\"en:[URL is too long]\";'),('en','messages:search','s:9:\"en:Search\";'),('en','messages:search-category','s:16:\"en:(category $1)\";'),('en','messages:search-error','s:44:\"en:An error has occurred while searching: $1\";'),('en','messages:search-external','s:18:\"en:External search\";'),('en','messages:search-file-match','s:25:\"en:(matches file content)\";'),('en','messages:search-filter-title-prefix','s:55:\"en:Only searching in pages whose title starts with \"$1\"\";'),('en','messages:search-filter-title-prefix-reset','s:19:\"en:Search all pages\";'),('en','messages:search-ignored-headings','s:495:\"en: #<!-- leave this line exactly as it is --> <pre>\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #</pre> <!-- leave this line exactly as it is -->\";'),('en','messages:search-interwiki-custom','s:3:\"en:\";'),('en','messages:search-interwiki-more','s:9:\"en:(more)\";'),('en','messages:search-interwiki-more-results','s:15:\"en:more results\";'),('en','messages:search-interwiki-resultset-link','s:18:\"en:See all results\";'),('en','messages:search-invalid-sort-order','s:95:\"en:Sort order of $1 is unrecognized, default sorting will be applied. Valid sort orders are: $2\";'),('en','messages:search-match-redirect-help','s:86:\"en:Select this to go to a page when that page title matches what you have searched for\";'),('en','messages:search-match-redirect-label','s:35:\"en:Go to exact match when searching\";'),('en','messages:search-nonefound','s:44:\"en:There were no results matching the query.\";'),('en','messages:search-nonefound-thiswiki','s:57:\"en:There were no results matching the query in this site.\";'),('en','messages:search-redirect','s:21:\"en:(redirect from $1)\";'),('en','messages:search-relatedarticle','s:10:\"en:Related\";'),('en','messages:search-result-category-size','s:114:\"en:{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})\";'),('en','messages:search-result-size','s:37:\"en:$1 ({{PLURAL:$2|1 word|$2 words}})\";'),('en','messages:search-rewritten','s:51:\"en:Showing results for $1. No results found for $2.\";'),('en','messages:search-section','s:15:\"en:(section $1)\";'),('en','messages:search-showingresults','s:124:\"en:{{PLURAL:$4|Result <strong>$1</strong> of <strong>$3</strong>|Results <strong>$1 – $2</strong> of <strong>$3</strong>}}\";'),('en','messages:search-suggest','s:19:\"en:Did you mean: $1\";'),('en','messages:search-summary','s:3:\"en:\";'),('en','messages:search-thumbnail-alt','s:19:\"en:Thumbnail for $1\";'),('en','messages:search-thumbnail-extra-namespaces-label','s:47:\"en:Show thumbnails in Special:Search on Desktop\";'),('en','messages:search-thumbnail-extra-namespaces-message','s:104:\"en:Displays thumbnails for $1 {{PLURAL:$2|namespace|namespaces}} results on the {{#special:search}} page\";'),('en','messages:search-unknown-profile','s:80:\"en:Search profile of $1 is unrecognized, default search profile will be applied.\";'),('en','messages:search-warning','s:45:\"en:A warning has occurred while searching: $1\";'),('en','messages:searchall','s:6:\"en:all\";'),('en','messages:searcharticle','s:5:\"en:Go\";'),('en','messages:searchbutton','s:9:\"en:Search\";'),('en','messages:searchdisabled','s:146:\"en:{{SITENAME}} search is disabled.\nYou can search via Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be out of date.\";'),('en','messages:searchlimit-help','s:21:\"en:Maximum number: $1\";'),('en','messages:searchlimit-label','s:49:\"en:Number of search results to show on each page:\";'),('en','messages:searchmenu-exists','s:109:\"en:There is a page named \"[[:$1]]\" on {{SITENAME}}. {{PLURAL:$2|0=|See also the other search results found.}}\";'),('en','messages:searchmenu-new','s:136:\"en:Create the page \"[[:$1]]\" on this wiki! {{PLURAL:$2|0=|See also the page found with your search.|See also the search results found.}}\";'),('en','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('en','messages:searchprefs','s:21:\"en:Search preferences\";'),('en','messages:searchprefs-noresults','s:13:\"en:No results\";'),('en','messages:searchprefs-results','s:34:\"en:$1 {{PLURAL:$1|result|results}}\";'),('en','messages:searchprofile-advanced','s:11:\"en:Advanced\";'),('en','messages:searchprofile-advanced-tooltip','s:30:\"en:Search in custom namespaces\";'),('en','messages:searchprofile-articles','s:16:\"en:Content pages\";'),('en','messages:searchprofile-articles-tooltip','s:15:\"en:Search in $1\";'),('en','messages:searchprofile-everything','s:13:\"en:Everything\";'),('en','messages:searchprofile-everything-tooltip','s:47:\"en:Search all of content (including talk pages)\";'),('en','messages:searchprofile-images','s:13:\"en:Multimedia\";'),('en','messages:searchprofile-images-tooltip','s:19:\"en:Search for files\";'),('en','messages:searchrelated','s:10:\"en:related\";'),('en','messages:searchresults','s:17:\"en:Search results\";'),('en','messages:searchresults-title','s:26:\"en:Search results for \"$1\"\";'),('en','messages:searchresultshead','s:9:\"en:Search\";'),('en','messages:searchsuggest-containing','s:30:\"en:Search for pages containing\";'),('en','messages:searchsuggest-search','s:22:\"en:Search {{SITENAME}}\";'),('en','messages:seconds','s:37:\"en:{{PLURAL:$1|$1 second|$1 seconds}}\";'),('en','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('en','messages:seconds-ago','s:38:\"en:$1 {{PLURAL:$1|second|seconds}} ago\";'),('en','messages:sectioneditnotsupported-text','s:78:\"en:Section editing is not supported in this page or is disabled for this view.\";'),('en','messages:sectioneditnotsupported-title','s:32:\"en:Section editing not supported\";'),('en','messages:selfmove','s:57:\"en:The title is the same;\ncannot move a page over itself.\";'),('en','messages:selfredirect','s:227:\"en:<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.\";'),('en','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('en','messages:semiprotectedpagemovewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can move it.\nThe latest log entry is provided below for reference:\";'),('en','messages:semiprotectedpagewarning','s:154:\"en:<strong>Note:</strong> This page has been protected so that only autoconfirmed users can edit it.\nThe latest log entry is provided below for reference:\";'),('en','messages:sep','s:6:\"en:Sep\";'),('en','messages:september','s:12:\"en:September\";'),('en','messages:september-gen','s:12:\"en:September\";'),('en','messages:servertime','s:15:\"en:Server time:\";'),('en','messages:session-page-restricted','s:67:\"en:You are not authorized to edit this page using the current grant\";'),('en','messages:session_fail_preview','s:324:\"en:Sorry! We could not process your edit due to a loss of session data.\n\nYou might have been logged out. <strong>Please verify that you\'re still logged in and try again</strong>.\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('en','messages:session_fail_preview_html','s:410:\"en:Sorry! We could not process your edit due to a loss of session data.\n\n<em>Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.</em>\n\n<strong>If this is a legitimate edit attempt, please try again.</strong>\nIf it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site.\";'),('en','messages:sessionfailure','s:154:\"en:There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease resubmit the form.\";'),('en','messages:sessionfailure-title','s:18:\"en:Session failure\";'),('en','messages:sessionmanager-tie','s:60:\"en:Cannot combine multiple request authentication types: $1.\";'),('en','messages:sessionprovider-generic','s:14:\"en:$1 sessions\";'),('en','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:24:\"en:cookie-based sessions\";'),('en','messages:sessionprovider-nocookies','s:76:\"en:Cookies may be disabled. Ensure you have cookies enabled and start again.\";'),('en','messages:shared-repo','s:22:\"en:a shared repository\";'),('en','messages:shared-repo-from','s:10:\"en:from $1\";'),('en','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('en','messages:shareddescriptionfollows','s:4:\"en:-\";'),('en','messages:sharedupload','s:58:\"en:This file is from $1 and may be used by other projects.\";'),('en','messages:sharedupload-desc-create','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('en','messages:sharedupload-desc-edit','s:138:\"en:This file is from $1 and may be used by other projects.\nMaybe you want to edit the description on its [$2 file description page] there.\";'),('en','messages:sharedupload-desc-here','s:130:\"en:This file is from $1 and may be used by other projects.\nThe description on its [$2 file description page] there is shown below.\";'),('en','messages:sharedupload-desc-there','s:125:\"en:This file is from $1 and may be used by other projects.\nPlease see the [$2 file description page] for further information.\";'),('en','messages:shortpages','s:14:\"en:Short pages\";'),('en','messages:shortpages-summary','s:3:\"en:\";'),('en','messages:show','s:7:\"en:Show\";'),('en','messages:show-big-image','s:16:\"en:Original file\";'),('en','messages:show-big-image-other','s:50:\"en:Other {{PLURAL:$2|resolution|resolutions}}: $1.\";'),('en','messages:show-big-image-preview','s:28:\"en:Size of this preview: $1.\";'),('en','messages:show-big-image-preview-differ','s:47:\"en:Size of this $3 preview of this $2 file: $1.\";'),('en','messages:show-big-image-size','s:18:\"en:$1 × $2 pixels\";'),('en','messages:showdiff','s:15:\"en:Show changes\";'),('en','messages:showhideselectedfileversions','s:46:\"en:Change visibility of selected file versions\";'),('en','messages:showhideselectedlogentries','s:44:\"en:Change visibility of selected log entries\";'),('en','messages:showhideselectedversions','s:42:\"en:Change visibility of selected revisions\";'),('en','messages:showingresultsinrange','s:145:\"en:Showing below up to {{PLURAL:$1|<strong>1</strong> result|<strong>$1</strong> results}} in range #<strong>$2</strong> to #<strong>$3</strong>.\";'),('en','messages:shown-title','s:48:\"en:Show $1 {{PLURAL:$1|result|results}} per page\";'),('en','messages:showpreview','s:15:\"en:Show preview\";'),('en','messages:showtoc','s:7:\"en:show\";'),('en','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('en','messages:sig-text','s:7:\"en:--$1\";'),('en','messages:signature','s:55:\"en:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('en','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('en','messages:signature-temp','s:70:\"en:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|talk]])\";'),('en','messages:signupend','s:3:\"en:\";'),('en','messages:signupend-https','s:3:\"en:\";'),('en','messages:signupstart','s:3:\"en:\";'),('en','messages:simpleantispam-label','s:57:\"en:Anti-spam check.\nDo <strong>not</strong> fill this in!\";'),('en','messages:site-atom-feed','s:15:\"en:$1 Atom feed\";'),('en','messages:site-rss-feed','s:14:\"en:$1 RSS feed\";'),('en','messages:sitecsspreview','s:98:\"en:<strong>Remember that you are only previewing this CSS.\nIt has not yet been published!</strong>\";'),('en','messages:sitecssprotected','s:87:\"en:You do not have permission to edit this CSS page because it may affect all visitors.\";'),('en','messages:sitejsonpreview','s:106:\"en:<strong>Remember that you are only previewing this JSON config.\nIt has not yet been published!</strong>\";'),('en','messages:sitejsonprotected','s:88:\"en:You do not have permission to edit this JSON page because it may affect all visitors.\";'),('en','messages:sitejspreview','s:110:\"en:<strong>Remember that you are only previewing this JavaScript code.\nIt has not yet been published!</strong>\";'),('en','messages:sitejsprotected','s:94:\"en:You do not have permission to edit this JavaScript page because it may affect all visitors.\";'),('en','messages:sitenotice','s:4:\"en:-\";'),('en','messages:siterawhtmlprotected','s:122:\"en:You do not have permission to edit this page because it contains raw HTML which can be modified to affect all visitors.\";'),('en','messages:sitesubtitle','s:3:\"en:\";'),('en','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('en','messages:siteuser','s:23:\"en:{{SITENAME}} user $1\";'),('en','messages:siteusers','s:57:\"en:{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1\";'),('en','messages:size-bytes','s:30:\"en:$1 {{PLURAL:$1|byte|bytes}}\";'),('en','messages:size-exabytes','s:8:\"en:$1 EB\";'),('en','messages:size-exapixel','s:8:\"en:$1 EP\";'),('en','messages:size-gigabytes','s:8:\"en:$1 GB\";'),('en','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('en','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('en','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('en','messages:size-megabytes','s:8:\"en:$1 MB\";'),('en','messages:size-megapixel','s:8:\"en:$1 MP\";'),('en','messages:size-petabytes','s:8:\"en:$1 PB\";'),('en','messages:size-petapixel','s:8:\"en:$1 PP\";'),('en','messages:size-pixel','s:32:\"en:$1 {{PLURAL:$1|pixel|pixels}}\";'),('en','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('en','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('en','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('en','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('en','messages:size-terabytes','s:8:\"en:$1 TB\";'),('en','messages:size-terapixel','s:8:\"en:$1 TP\";'),('en','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('en','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('en','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('en','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('en','messages:skin-action-addsection','s:12:\"en:Add topic\";'),('en','messages:skin-action-delete','s:9:\"en:Delete\";'),('en','messages:skin-action-move','s:7:\"en:Move\";'),('en','messages:skin-action-protect','s:10:\"en:Protect\";'),('en','messages:skin-action-undelete','s:11:\"en:Undelete\";'),('en','messages:skin-action-unprotect','s:20:\"en:Change protection\";'),('en','messages:skin-action-viewdeleted','s:11:\"en:View $1?\";'),('en','messages:skin-action-viewsource','s:14:\"en:View source\";'),('en','messages:skin-json-warning','s:11:\"en:@WARNING\";'),('en','messages:skin-json-warning-message','s:90:\"en:This is not an API, it is only for debugging! Do not use in gadgets or production code.\";'),('en','messages:skin-minerva-issue-learn-more','s:13:\"en:Learn more\";'),('en','messages:skin-minerva-mobile-option-MinervaShowCategories','s:13:\"en:Categories\";'),('en','messages:skin-minerva-mobile-option-MinervaShowCategories-description','s:27:\"en:View categories of pages\";'),('en','messages:skin-minerva-night-mode-unavailable','s:46:\"en:Page only available in \"Light\" color theme.\";'),('en','messages:skin-minerva-recentchanges-warning-enhanced-not-supported','s:152:\"en:Unfortunately, grouping results by page is not available on mobile. If you would like to use the group by page feature please visit the desktop site.\";'),('en','messages:skin-minerva-time-ago-days','s:35:\"en:{{PLURAL:$1|$1 day|$1 days}} ago\";'),('en','messages:skin-minerva-time-ago-hours','s:37:\"en:{{PLURAL:$1|$1 hour|$1 hours}} ago\";'),('en','messages:skin-minerva-time-ago-minutes','s:41:\"en:{{PLURAL:$1|$1 minute|$1 minutes}} ago\";'),('en','messages:skin-minerva-time-ago-months','s:39:\"en:{{PLURAL:$1|$1 month|$1 months}} ago\";'),('en','messages:skin-minerva-time-ago-seconds','s:41:\"en:{{PLURAL:$1|$1 second|$1 seconds}} ago\";'),('en','messages:skin-minerva-time-ago-years','s:37:\"en:{{PLURAL:$1|$1 year|$1 years}} ago\";'),('en','messages:skin-preview','s:10:\"en:Preview\";'),('en','messages:skin-theme-day-label','s:8:\"en:Light\";'),('en','messages:skin-theme-description','s:110:\"en:[Experimental version, high likelihood of experiencing issues] Reduces the light emitted by device screens.\";'),('en','messages:skin-theme-exclusion-notice','s:37:\"en:This page is always in light mode.\";'),('en','messages:skin-theme-name','s:8:\"en:Color\";'),('en','messages:skin-theme-night-label','s:7:\"en:Dark\";'),('en','messages:skin-theme-os-label','s:12:\"en:Automatic\";'),('en','messages:skin-view-create','s:9:\"en:Create\";'),('en','messages:skin-view-create-local','s:24:\"en:Add local description\";'),('en','messages:skin-view-edit','s:7:\"en:Edit\";'),('en','messages:skin-view-edit-local','s:25:\"en:Edit local description\";'),('en','messages:skin-view-foreign','s:13:\"en:View on $1\";'),('en','messages:skin-view-history','s:15:\"en:View history\";'),('en','messages:skin-view-view','s:7:\"en:Read\";'),('en','messages:skinname-minerva','s:14:\"en:MinervaNeue\";'),('en','messages:skinname-vector','s:23:\"en:Vector legacy (2010)\";'),('en','messages:skinname-vector-2022','s:16:\"en:Vector (2022)\";'),('en','messages:slot-name-main','s:7:\"en:Main\";'),('en','messages:softblockrangesreason','s:84:\"en:Anonymous contributions are not allowed from your IP address ($1). Please log in.\";'),('en','messages:sorbs','s:8:\"en:DNSBL\";'),('en','messages:sorbs_create_account_reason','s:110:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\nYou cannot create an account.\";'),('en','messages:sorbsreason','s:80:\"en:Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.\";'),('en','messages:sort-ascending','s:17:\"en:Sort ascending\";'),('en','messages:sort-descending','s:18:\"en:Sort descending\";'),('en','messages:sort-initial','s:15:\"en:Sort initial\";'),('en','messages:sort-rowspan-error','s:142:\"en:This page contains a table with a rowspan attribute that spans more rows than the table actually has. You can fix this by editing the page.\";'),('en','messages:sourcefilename','s:19:\"en:Source filename:\";'),('en','messages:sourceurl','s:14:\"en:Source URL:\";'),('en','messages:sp-contributions-blocked-notice','s:108:\"en:This {{GENDER:$1|user}} is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('en','messages:sp-contributions-blocked-notice-anon','s:100:\"en:This IP address is currently blocked.\nThe latest block log entry is provided below for reference:\";'),('en','messages:sp-contributions-blocked-notice-anon-partial','s:110:\"en:This IP address is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('en','messages:sp-contributions-blocked-notice-partial','s:118:\"en:This {{GENDER:$1|user}} is currently partially blocked.\nThe latest block log entry is provided below for reference:\";'),('en','messages:sp-contributions-blocklog','s:12:\"en:block log\";'),('en','messages:sp-contributions-concurrency-ip','s:88:\"en:Sorry, too many requests are being made from your IP address. Please try again later.\";'),('en','messages:sp-contributions-concurrency-user','s:90:\"en:Sorry, too many requests are being made from your user account. Please try again later.\";'),('en','messages:sp-contributions-deleted','s:43:\"en:deleted {{GENDER:$1|user}} contributions\";'),('en','messages:sp-contributions-footer','s:4:\"en:-\";'),('en','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('en','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('en','messages:sp-contributions-hideminor','s:19:\"en:Hide minor edits\";'),('en','messages:sp-contributions-logs','s:7:\"en:logs\";'),('en','messages:sp-contributions-newonly','s:42:\"en:Only show edits that are page creations\";'),('en','messages:sp-contributions-outofrange','s:91:\"en:Unable to show any results. The requested IP range is larger than the CIDR limit of /$1.\";'),('en','messages:sp-contributions-search','s:27:\"en:Search for contributions\";'),('en','messages:sp-contributions-submit','s:9:\"en:Search\";'),('en','messages:sp-contributions-suppresslog','s:46:\"en:suppressed {{GENDER:$1|user}} contributions\";'),('en','messages:sp-contributions-talk','s:7:\"en:talk\";'),('en','messages:sp-contributions-toponly','s:44:\"en:Only show edits that are latest revisions\";'),('en','messages:sp-contributions-uploads','s:10:\"en:uploads\";'),('en','messages:sp-contributions-username','s:26:\"en:IP address or username:\";'),('en','messages:sp-contributions-userrights','s:39:\"en:{{GENDER:$1|user}} rights management\";'),('en','messages:sp-deletedcontributions-contribs','s:16:\"en:contributions\";'),('en','messages:sp-newimages-showfrom','s:38:\"en:Show new files starting from $2, $1\";'),('en','messages:spam_blanking','s:48:\"en:All revisions contained links to $1, blanking\";'),('en','messages:spam_deleting','s:48:\"en:All revisions contained links to $1, deleting\";'),('en','messages:spam_reverting','s:56:\"en:Reverting to last revision not containing links to $1\";'),('en','messages:spambot_username','s:25:\"en:MediaWiki spam cleanup\";'),('en','messages:spamprotectionmatch','s:59:\"en:The following text is what triggered our spam filter: $1\";'),('en','messages:spamprotectiontext','s:129:\"en:The text you wanted to publish was blocked by the spam filter.\nThis is probably caused by a link to a forbidden external site.\";'),('en','messages:spamprotectiontitle','s:25:\"en:Spam protection filter\";'),('en','messages:special-characters-group-arabic','s:9:\"en:Arabic\";'),('en','messages:special-characters-group-arabicextended','s:18:\"en:Arabic extended\";'),('en','messages:special-characters-group-bangla','s:9:\"en:Bangla\";'),('en','messages:special-characters-group-canadianaboriginal','s:22:\"en:Canadian Aboriginal\";'),('en','messages:special-characters-group-cyrillic','s:11:\"en:Cyrillic\";'),('en','messages:special-characters-group-devanagari','s:13:\"en:Devanagari\";'),('en','messages:special-characters-group-greek','s:8:\"en:Greek\";'),('en','messages:special-characters-group-greekextended','s:17:\"en:Greek extended\";'),('en','messages:special-characters-group-gujarati','s:11:\"en:Gujarati\";'),('en','messages:special-characters-group-hebrew','s:9:\"en:Hebrew\";'),('en','messages:special-characters-group-ipa','s:6:\"en:IPA\";'),('en','messages:special-characters-group-khmer','s:8:\"en:Khmer\";'),('en','messages:special-characters-group-lao','s:6:\"en:Lao\";'),('en','messages:special-characters-group-latin','s:8:\"en:Latin\";'),('en','messages:special-characters-group-latinextended','s:17:\"en:Latin extended\";'),('en','messages:special-characters-group-persian','s:10:\"en:Persian\";'),('en','messages:special-characters-group-runes','s:8:\"en:Runes\";'),('en','messages:special-characters-group-sinhala','s:10:\"en:Sinhala\";'),('en','messages:special-characters-group-symbols','s:10:\"en:Symbols\";'),('en','messages:special-characters-group-tamil','s:8:\"en:Tamil\";'),('en','messages:special-characters-group-telugu','s:9:\"en:Telugu\";'),('en','messages:special-characters-group-thai','s:7:\"en:Thai\";'),('en','messages:special-characters-title-emdash','s:10:\"en:em dash\";'),('en','messages:special-characters-title-endash','s:10:\"en:en dash\";'),('en','messages:special-characters-title-minus','s:13:\"en:minus sign\";'),('en','messages:special-tab-contribute-short','s:13:\"en:Contribute\";'),('en','messages:special-tab-contributions-short','s:21:\"en:View contributions\";'),('en','messages:special-talkpage','s:12:\"en:Talk page\";'),('en','messages:special-talkpage-submit','s:18:\"en:Go to talk page\";'),('en','messages:special-talkpage-target','s:15:\"en:Subject page\";'),('en','messages:specialdeletepage-page','s:14:\"en:Target page\";'),('en','messages:specialdeletepage-submit','s:13:\"en:Go to page\";'),('en','messages:specialeditpage-page','s:14:\"en:Target page\";'),('en','messages:specialeditpage-submit','s:13:\"en:Go to page\";'),('en','messages:speciallogtitlelabel','s:51:\"en:Target (title or {{ns:user}}:username for user):\";'),('en','messages:specialloguserlabel','s:13:\"en:Performer:\";'),('en','messages:specialmute','s:7:\"en:Mute\";'),('en','messages:specialmute-email-footer','s:87:\"en:To manage email preferences for user {{BIDI:$2}}, please visit the following URL:\n$1\";'),('en','messages:specialmute-error-email-disabled','s:107:\"en:Mute features are unavailable, because the wiki administrator has disabled email features for this wiki.\";'),('en','messages:specialmute-error-invalid-user','s:45:\"en:The username requested could not be found.\";'),('en','messages:specialmute-error-mutelist-disabled','s:120:\"en:Mute features are unavailable, because the wiki administrator has disabled the email mutelist features for this wiki.\";'),('en','messages:specialmute-error-no-email-set','s:83:\"en:Mute features are unavailable, because you haven\'t confirmed your email address.\";'),('en','messages:specialmute-error-no-options','s:33:\"en:Mute features are unavailable.\";'),('en','messages:specialmute-header','s:79:\"en:Please select your mute preferences for user <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('en','messages:specialmute-label-mute-email','s:43:\"en:Mute emails from this {{GENDER:$1|user}}\";'),('en','messages:specialmute-login-required','s:49:\"en:Please log in to change your mute preferences.\";'),('en','messages:specialmute-login-required-for-temp-user','s:49:\"en:Please create an account to use mute features.\";'),('en','messages:specialmute-submit','s:10:\"en:Confirm\";'),('en','messages:specialmute-success','s:108:\"en:Your mute preferences have been updated. See all muted users in [[Special:Preferences|your preferences]].\";'),('en','messages:specialpage','s:15:\"en:Special page\";'),('en','messages:specialpage-empty','s:40:\"en:There are no results for this report.\";'),('en','messages:specialpage-securitylevel-not-allowed','s:91:\"en:Sorry, you are not allowed to use this page because your identity could not be verified.\";'),('en','messages:specialpage-securitylevel-not-allowed-title','s:14:\"en:Not allowed\";'),('en','messages:specialpagehistory-page','s:14:\"en:Target page\";'),('en','messages:specialpagehistory-submit','s:13:\"en:Go to page\";'),('en','messages:specialpageinfo-page','s:14:\"en:Target page\";'),('en','messages:specialpageinfo-submit','s:13:\"en:Go to page\";'),('en','messages:specialpages','s:16:\"en:Special pages\";'),('en','messages:specialpages-group-changes','s:26:\"en:Recent changes and logs\";'),('en','messages:specialpages-group-developer','s:18:\"en:Developer tools\";'),('en','messages:specialpages-group-highuse','s:17:\"en:High use pages\";'),('en','messages:specialpages-group-login','s:21:\"en:Account management\";'),('en','messages:specialpages-group-maintenance','s:22:\"en:Maintenance reports\";'),('en','messages:specialpages-group-media','s:28:\"en:Media reports and uploads\";'),('en','messages:specialpages-group-other','s:22:\"en:Other special pages\";'),('en','messages:specialpages-group-pages','s:17:\"en:Lists of pages\";'),('en','messages:specialpages-group-pagetools','s:13:\"en:Page tools\";'),('en','messages:specialpages-group-redirects','s:28:\"en:Redirecting special pages\";'),('en','messages:specialpages-group-spam','s:13:\"en:Spam tools\";'),('en','messages:specialpages-group-users','s:19:\"en:Users and rights\";'),('en','messages:specialpages-group-wiki','s:17:\"en:Data and tools\";'),('en','messages:specialpages-note-cached','s:4:\"en:-\";'),('en','messages:specialpages-note-restricted','s:100:\"en:* Normal special pages.\n* <span class=\"mw-specialpagerestricted\">Restricted special pages.</span>\";'),('en','messages:specialpages-note-top','s:9:\"en:Legend\";'),('en','messages:specialpages-summary','s:3:\"en:\";'),('en','messages:specialprotectpage-page','s:14:\"en:Target page\";'),('en','messages:specialprotectpage-submit','s:13:\"en:Go to page\";'),('en','messages:specialpurge-page','s:14:\"en:Target page\";'),('en','messages:specialpurge-submit','s:13:\"en:Go to page\";'),('en','messages:statistics','s:13:\"en:Statistics\";'),('en','messages:statistics-articles','s:16:\"en:Content pages\";'),('en','messages:statistics-articles-desc','s:3:\"en:\";'),('en','messages:statistics-edits','s:43:\"en:Page edits since {{SITENAME}} was set up\";'),('en','messages:statistics-edits-average','s:25:\"en:Average edits per page\";'),('en','messages:statistics-files','s:17:\"en:Uploaded files\";'),('en','messages:statistics-files-desc','s:3:\"en:\";'),('en','messages:statistics-footer','s:3:\"en:\";'),('en','messages:statistics-header-edits','s:18:\"en:Edit statistics\";'),('en','messages:statistics-header-hooks','s:19:\"en:Other statistics\";'),('en','messages:statistics-header-pages','s:18:\"en:Page statistics\";'),('en','messages:statistics-header-users','s:18:\"en:User statistics\";'),('en','messages:statistics-pages','s:8:\"en:Pages\";'),('en','messages:statistics-pages-desc','s:63:\"en:All pages in the wiki, including talk pages, redirects, etc.\";'),('en','messages:statistics-summary','s:3:\"en:\";'),('en','messages:statistics-users','s:19:\"en:Registered users\";'),('en','messages:statistics-users-active','s:15:\"en:Active users\";'),('en','messages:statistics-users-active-desc','s:75:\"en:Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}\";'),('en','messages:storedversion','s:18:\"en:Stored revision\";'),('en','messages:subcategories','s:16:\"en:Subcategories\";'),('en','messages:subject','s:11:\"en:Subject:\";'),('en','messages:summary','s:11:\"en:Summary:\";'),('en','messages:summary-preview','s:27:\"en:Preview of edit summary:\";'),('en','messages:sun','s:6:\"en:Sun\";'),('en','messages:sunday','s:9:\"en:Sunday\";'),('en','messages:sunday-at','s:15:\"en:Sunday at $1\";'),('en','messages:suppress','s:11:\"en:Suppress\";'),('en','messages:suppressionlog','s:18:\"en:Suppression log\";'),('en','messages:suppressionlogtext','s:184:\"en:Below is a list of deletions and blocks involving content hidden from administrators.\nSee the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.\";'),('en','messages:suspicious-userlogout','s:109:\"en:Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.\";'),('en','messages:svg-long-desc','s:53:\"en:SVG file, nominally $1 × $2 pixels, file size: $3\";'),('en','messages:svg-long-desc-animated','s:62:\"en:Animated SVG file, nominally $1 × $2 pixels, file size: $3\";'),('en','messages:svg-long-error','s:23:\"en:Invalid SVG file: $1\";'),('en','messages:syntaxhighlight-button-copied','s:10:\"en:Copied!\";'),('en','messages:syntaxhighlight-button-copy','s:7:\"en:Copy\";'),('en','messages:syntaxhighlight-desc','s:134:\"en:Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</code> using [http://pygments.org/ Pygments - Python syntax highlighter]\";'),('en','messages:syntaxhighlight-enclose-category','s:44:\"en:Pages using deprecated enclose attributes\";'),('en','messages:syntaxhighlight-enclose-category-desc','s:69:\"en:The syntaxhighlighting on the page uses deprecated enclose syntax.\";'),('en','messages:syntaxhighlight-error-category','s:40:\"en:Pages with syntax highlighting errors\";'),('en','messages:syntaxhighlight-error-category-desc','s:77:\"en:There was an error when attempting to highlight code included on the page.\";'),('en','messages:syntaxhighlight-error-exceeds-size-limit','s:88:\"en:Code size of $1 {{PLURAL:$1|bytes}} exceeds allowed maximum of $2 {{PLURAL:$2|bytes}}\";'),('en','messages:syntaxhighlight-error-pygments-invocation-failure','s:28:\"en:Failed to invoke Pygments\";'),('en','messages:syntaxhighlight-error-unknown-language','s:24:\"en:Unknown language \"$1\"\";'),('en','messages:syntaxhighlight-source-category','s:37:\"en:Pages using deprecated source tags\";'),('en','messages:syntaxhighlight-source-category-desc','s:66:\"en:The syntaxhighlighting on the page uses deprecated source tags.\";'),('en','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"en:Code\";'),('en','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:11:\"en:Language\";'),('en','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:9:\"en:(None)\";'),('en','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:20:\"en:Show line numbers\";'),('en','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:23:\"en:Starting line number\";'),('en','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:13:\"en:Code block\";'),('en','messages:systemblockedtext','s:305:\"en:Your username or IP address has been automatically blocked by MediaWiki.\nThe reason given is:\n\n:<em>$2</em>.\n\n*{{int:blockedtext-start-time|$8}}\n*{{int:blockedtext-expiration-time|$6}}\n*{{int:blockedtext-intended-blockee|$7}}\n\n{{int:blockedtext-block-ip|$3}}\n{{int:blockedtext-include-details-queries}}\";'),('en','messages:table-of-contents-hide-button-aria-label','s:29:\"en:Hide the table of contents\";'),('en','messages:table-of-contents-show-button-aria-label','s:29:\"en:Show the table of contents\";'),('en','messages:table_pager_empty','s:13:\"en:No results\";'),('en','messages:table_pager_first','s:13:\"en:First page\";'),('en','messages:table_pager_last','s:12:\"en:Last page\";'),('en','messages:table_pager_limit','s:25:\"en:Show $1 items per page\";'),('en','messages:table_pager_limit_label','s:18:\"en:Items per page:\";'),('en','messages:table_pager_limit_submit','s:5:\"en:Go\";'),('en','messages:table_pager_next','s:12:\"en:Next page\";'),('en','messages:table_pager_prev','s:16:\"en:Previous page\";'),('en','messages:tag-advanced_mobile_edit','s:23:\"en:Advanced mobile edit\";'),('en','messages:tag-advanced_mobile_edit-description','s:39:\"en:Edit made by user with Advanced mode\";'),('en','messages:tag-filter','s:31:\"en:[[Special:Tags|Tag]] filter:\";'),('en','messages:tag-filter-submit','s:9:\"en:Filter\";'),('en','messages:tag-hidden','s:18:\"en:$1 (hidden tag)\";'),('en','messages:tag-list-wrapper','s:46:\"en:[[Special:Tags|{{PLURAL:$1|Tag|Tags}}]]: $2\";'),('en','messages:tag-mobile_edit','s:14:\"en:Mobile edit\";'),('en','messages:tag-mobile_edit-description','s:37:\"en:Edit made from mobile (web or app)\";'),('en','messages:tag-mobile_web_edit','s:18:\"en:Mobile web edit\";'),('en','messages:tag-mobile_web_edit-description','s:32:\"en:Edit made from mobile website\";'),('en','messages:tag-mw-blank','s:11:\"en:Blanking\";'),('en','messages:tag-mw-blank-description','s:26:\"en:Edits that blank a page\";'),('en','messages:tag-mw-changed-redirect-target','s:26:\"en:Redirect target changed\";'),('en','messages:tag-mw-changed-redirect-target-description','s:45:\"en:Edits that change the target of a redirect\";'),('en','messages:tag-mw-contentmodelchange','s:23:\"en:content model change\";'),('en','messages:tag-mw-contentmodelchange-description','s:48:\"en:Edits that change the content model of a page\";'),('en','messages:tag-mw-contentmodelchange-helppage','s:76:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel\";'),('en','messages:tag-mw-manual-revert','s:16:\"en:Manual revert\";'),('en','messages:tag-mw-manual-revert-description','s:66:\"en:Edits that manually restore the page to an exact previous state\";'),('en','messages:tag-mw-new-redirect','s:15:\"en:New redirect\";'),('en','messages:tag-mw-new-redirect-description','s:66:\"en:Edits that create a new redirect or change a page to a redirect\";'),('en','messages:tag-mw-removed-redirect','s:19:\"en:Removed redirect\";'),('en','messages:tag-mw-removed-redirect-description','s:59:\"en:Edits that change an existing redirect to a non-redirect\";'),('en','messages:tag-mw-replace','s:11:\"en:Replaced\";'),('en','messages:tag-mw-replace-description','s:59:\"en:Edits that remove more than 90% of the content of a page\";'),('en','messages:tag-mw-reverted','s:11:\"en:Reverted\";'),('en','messages:tag-mw-reverted-description','s:53:\"en:Edits that were later reverted by a different edit\";'),('en','messages:tag-mw-rollback','s:11:\"en:Rollback\";'),('en','messages:tag-mw-rollback-description','s:62:\"en:Edits that roll back previous edits using the rollback link\";'),('en','messages:tag-mw-server-side-upload','s:21:\"en:Server-side upload\";'),('en','messages:tag-mw-server-side-upload-description','s:58:\"en:Media files that were uploaded via a maintenance script\";'),('en','messages:tag-mw-undo','s:7:\"en:Undo\";'),('en','messages:tag-mw-undo-description','s:53:\"en:Edits that undo previous edits using the undo link\";'),('en','messages:tag-wikieditor','s:4:\"en:-\";'),('en','messages:tag-wikieditor-description','s:99:\"en:Edit made using [[mw:Special:MyLanguage/Extension:WikiEditor|WikiEditor]] (2010 wikitext editor)\";'),('en','messages:tagline','s:20:\"en:From {{SITENAME}}\";'),('en','messages:tags','s:20:\"en:Valid change tags\";'),('en','messages:tags-actions-header','s:10:\"en:Actions\";'),('en','messages:tags-activate','s:11:\"en:activate\";'),('en','messages:tags-activate-not-allowed','s:47:\"en:It is not possible to activate the tag \"$1\".\";'),('en','messages:tags-activate-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('en','messages:tags-activate-question','s:42:\"en:You are about to activate the tag \"$1\".\";'),('en','messages:tags-activate-reason','s:10:\"en:Reason:\";'),('en','messages:tags-activate-submit','s:11:\"en:Activate\";'),('en','messages:tags-activate-title','s:15:\"en:Activate tag\";'),('en','messages:tags-active-header','s:10:\"en:Active?\";'),('en','messages:tags-active-no','s:5:\"en:No\";'),('en','messages:tags-active-yes','s:6:\"en:Yes\";'),('en','messages:tags-apply-blocked','s:92:\"en:You cannot apply change tags along with your changes while {{GENDER:$1|you}} are blocked.\";'),('en','messages:tags-apply-no-permission','s:75:\"en:You do not have permission to apply change tags along with your changes.\";'),('en','messages:tags-apply-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually applied: $1\";'),('en','messages:tags-apply-not-allowed-one','s:54:\"en:The tag \"$1\" is not allowed to be manually applied.\";'),('en','messages:tags-create-already-exists','s:31:\"en:The tag \"$1\" already exists.\";'),('en','messages:tags-create-explanation','s:83:\"en:By default, newly created tags will be made available for use by users and bots.\";'),('en','messages:tags-create-heading','s:19:\"en:Create a new tag\";'),('en','messages:tags-create-invalid-chars','s:115:\"en:Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).\";'),('en','messages:tags-create-invalid-title-chars','s:76:\"en:Tag names must not contain characters that cannot be used in page titles.\";'),('en','messages:tags-create-no-name','s:31:\"en:You must specify a tag name.\";'),('en','messages:tags-create-reason','s:10:\"en:Reason:\";'),('en','messages:tags-create-submit','s:9:\"en:Create\";'),('en','messages:tags-create-tag-name','s:12:\"en:Tag name:\";'),('en','messages:tags-create-warnings-above','s:108:\"en:The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":\";'),('en','messages:tags-create-warnings-below','s:44:\"en:Do you wish to continue creating the tag?\";'),('en','messages:tags-deactivate','s:13:\"en:deactivate\";'),('en','messages:tags-deactivate-not-allowed','s:49:\"en:It is not possible to deactivate the tag \"$1\".\";'),('en','messages:tags-deactivate-question','s:44:\"en:You are about to deactivate the tag \"$1\".\";'),('en','messages:tags-deactivate-reason','s:10:\"en:Reason:\";'),('en','messages:tags-deactivate-submit','s:13:\"en:Deactivate\";'),('en','messages:tags-deactivate-title','s:17:\"en:Deactivate tag\";'),('en','messages:tags-delete','s:9:\"en:delete\";'),('en','messages:tags-delete-explanation-active','s:202:\"en:<strong>The tag \"$1\" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.\";'),('en','messages:tags-delete-explanation-in-use','s:135:\"en:It will be removed from {{PLURAL:$2|$2 revision or log entry|all $2 revisions and/or log entries}} to which it is currently applied.\";'),('en','messages:tags-delete-explanation-initial','s:58:\"en:You are about to delete the tag \"$1\" from the database.\";'),('en','messages:tags-delete-explanation-warning','s:170:\"en:This action is <strong>irreversible</strong> and <strong>cannot be undone</strong>, not even by database administrators. Be certain this is the tag you mean to delete.\";'),('en','messages:tags-delete-no-permission','s:52:\"en:You do not have permission to delete change tags.\";'),('en','messages:tags-delete-not-allowed','s:94:\"en:Tags defined by an extension cannot be deleted unless the extension specifically allows it.\";'),('en','messages:tags-delete-not-found','s:31:\"en:The tag \"$1\" does not exist.\";'),('en','messages:tags-delete-reason','s:10:\"en:Reason:\";'),('en','messages:tags-delete-submit','s:31:\"en:Irreversibly delete this tag\";'),('en','messages:tags-delete-title','s:13:\"en:Delete tag\";'),('en','messages:tags-delete-too-many-uses','s:110:\"en:The tag \"$1\" is applied to more than $2 {{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.\";'),('en','messages:tags-delete-warnings-after-delete','s:99:\"en:The tag \"$1\" was deleted, but the following {{PLURAL:$2|warning was|warnings were}} encountered:\";'),('en','messages:tags-description-header','s:30:\"en:Full description of meaning\";'),('en','messages:tags-display-header','s:29:\"en:Appearance on change lists\";'),('en','messages:tags-edit','s:7:\"en:edit\";'),('en','messages:tags-edit-add','s:18:\"en:Add these tags:\";'),('en','messages:tags-edit-chosen-no-results','s:27:\"en:No tags found that match\";'),('en','messages:tags-edit-chosen-placeholder','s:19:\"en:Select some tags\";'),('en','messages:tags-edit-existing-tags','s:17:\"en:Existing tags:\";'),('en','messages:tags-edit-existing-tags-none','s:16:\"en:<em>None</em>\";'),('en','messages:tags-edit-failure','s:39:\"en:The changes could not be applied:\n$1\";'),('en','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('en','messages:tags-edit-logentry-legend','s:74:\"en:Add or remove tags from {{PLURAL:$1|this log entry|all $1 log entries}}\";'),('en','messages:tags-edit-logentry-selected','s:56:\"en:{{PLURAL:$1|Selected log event|Selected log events}}:\";'),('en','messages:tags-edit-logentry-submit','s:63:\"en:Apply changes to {{PLURAL:$1|this log entry|$1 log entries}}\";'),('en','messages:tags-edit-manage-link','s:14:\"en:Manage tags\";'),('en','messages:tags-edit-new-tags','s:12:\"en:New tags:\";'),('en','messages:tags-edit-none-selected','s:51:\"en:Please select at least one tag to add or remove.\";'),('en','messages:tags-edit-nooldid-text','s:129:\"en:You have either not specified any target revision on which to perform this function, or the specified revision does not exist.\";'),('en','messages:tags-edit-nooldid-title','s:26:\"en:Invalid target revision\";'),('en','messages:tags-edit-reason','s:10:\"en:Reason:\";'),('en','messages:tags-edit-remove','s:21:\"en:Remove these tags:\";'),('en','messages:tags-edit-remove-all-tags','s:20:\"en:(remove all tags)\";'),('en','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('en','messages:tags-edit-revision-legend','s:71:\"en:Add or remove tags from {{PLURAL:$1|this revision|all $1 revisions}}\";'),('en','messages:tags-edit-revision-selected','s:65:\"en:{{PLURAL:$1|Selected revision|Selected revisions}} of [[:$2]]:\";'),('en','messages:tags-edit-revision-submit','s:60:\"en:Apply changes to {{PLURAL:$1|this revision|$1 revisions}}\";'),('en','messages:tags-edit-success','s:28:\"en:The changes were applied.\";'),('en','messages:tags-edit-title','s:12:\"en:Edit tags\";'),('en','messages:tags-helppage-edit','s:12:\"en:edit link\";'),('en','messages:tags-hidden','s:11:\"en:(hidden)\";'),('en','messages:tags-hitcount','s:34:\"en:$1 {{PLURAL:$1|change|changes}}\";'),('en','messages:tags-hitcount-header','s:17:\"en:Tagged changes\";'),('en','messages:tags-intro','s:87:\"en:This page lists the tags that the software may mark an edit with, and their meaning.\";'),('en','messages:tags-manage-blocked','s:69:\"en:You cannot manage change tags while {{GENDER:$1|you}} are blocked.\";'),('en','messages:tags-manage-no-permission','s:52:\"en:You do not have permission to manage change tags.\";'),('en','messages:tags-source-extension','s:26:\"en:Defined by the software\";'),('en','messages:tags-source-header','s:9:\"en:Source\";'),('en','messages:tags-source-manual','s:37:\"en:Applied manually by users and bots\";'),('en','messages:tags-source-none','s:19:\"en:No longer in use\";'),('en','messages:tags-source-software','s:26:\"en:Defined by the software\";'),('en','messages:tags-summary','s:3:\"en:\";'),('en','messages:tags-tag','s:11:\"en:Tag name\";'),('en','messages:tags-title','s:7:\"en:Tags\";'),('en','messages:tags-update-add-not-allowed-multi','s:83:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually added: $1\";'),('en','messages:tags-update-add-not-allowed-one','s:52:\"en:The tag \"$1\" is not allowed to be manually added.\";'),('en','messages:tags-update-blocked','s:76:\"en:You cannot add or remove change tags while {{GENDER:$1|you}} are blocked.\";'),('en','messages:tags-update-no-permission','s:100:\"en:You do not have permission to add or remove change tags from individual revisions or log entries.\";'),('en','messages:tags-update-remove-not-allowed-multi','s:85:\"en:The following {{PLURAL:$2|tag is|tags are}} not allowed to be manually removed: $1\";'),('en','messages:tags-update-remove-not-allowed-one','s:45:\"en:The tag \"$1\" is not allowed to be removed.\";'),('en','messages:talk','s:13:\"en:Discussion\";'),('en','messages:talkpageheader','s:4:\"en:-\";'),('en','messages:talkpagelinktext','s:7:\"en:talk\";'),('en','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('en','messages:temp-user-banner-description','s:36:\"en:You are using a temporary account\";'),('en','messages:temp-user-banner-tooltip-description-expiration-soon','s:177:\"en:<strong>Your temporary account expires in {{PLURAL:$1|1 day|$1 days}}.</strong> After it expires, a new one will be created the next time you make an edit without logging in.\";'),('en','messages:temp-user-banner-tooltip-description-expiration-soon-day','s:165:\"en:<strong>Your temporary account expires in less than a day.</strong> After it expires, a new one will be created the next time you make an edit without logging in.\";'),('en','messages:temp-user-banner-tooltip-description-learn-more','s:150:\"en:This temporary account was created after an edit was made without an account on this browser and device. [[mw:Help:Temporary_accounts|Learn more]].\";'),('en','messages:temp-user-banner-tooltip-description-login','s:136:\"en:[[Special:UserLogin|Log in]] or [[Special:CreateAccount|create an account]] to get credit for future edits and access other features.\";'),('en','messages:temp-user-banner-tooltip-label','s:41:\"en:More information on temporary accounts\";'),('en','messages:temp-user-banner-tooltip-title','s:20:\"en:Temporary account\";'),('en','messages:temp-user-unable-to-acquire','s:68:\"en:Unable to acquire a temporary account username. Please try again.\";'),('en','messages:template-equals-category','s:34:\"en:Pages which use = as a template\";'),('en','messages:template-equals-category-desc','s:239:\"en:The page contains <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('en','messages:template-equals-warning','s:262:\"en:<strong>Warning:</strong> This page uses <code><nowiki>{{=}}</nowiki></code> but on this wiki that does not expand to <code>=</code>. This usage is deprecated; a future MediaWiki version will implement <code><nowiki>{{=}}</nowiki></code> as a parser function.\";'),('en','messages:template-loop-category','s:28:\"en:Pages with template loops\";'),('en','messages:template-loop-category-desc','s:84:\"en:The page contains a template loop, ie. a template which calls itself recursively.\";'),('en','messages:template-loop-warning','s:111:\"en:<strong>Warning:</strong> This page calls [[:$1]] which causes a template loop (an infinite recursive call).\";'),('en','messages:template-protected','s:14:\"en:(protected)\";'),('en','messages:template-semiprotected','s:19:\"en:(semi-protected)\";'),('en','messages:templatepage','s:21:\"en:View template page\";'),('en','messages:templatesused','s:54:\"en:{{PLURAL:$1|Template|Templates}} used on this page:\";'),('en','messages:templatesusedpreview','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this preview:\";'),('en','messages:templatesusedsection','s:57:\"en:{{PLURAL:$1|Template|Templates}} used in this section:\";'),('en','messages:templogout','s:15:\"en:Exit session\";'),('en','messages:tempuser-helppage','s:48:\"en:mw:Special:MyLanguage/Help:Temporary_accounts\";'),('en','messages:textmatches','s:20:\"en:Page text matches\";'),('en','messages:thisisdeleted','s:23:\"en:View or undelete $1?\";'),('en','messages:throttled-mailpassword','s:187:\"en:A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.\nTo prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.\";'),('en','messages:thu','s:6:\"en:Thu\";'),('en','messages:thumbnail-dest-create','s:42:\"en:Unable to save thumbnail to destination\";'),('en','messages:thumbnail-more','s:10:\"en:Enlarge\";'),('en','messages:thumbnail-temp-create','s:44:\"en:Unable to create temporary thumbnail file\";'),('en','messages:thumbnail_dest_directory','s:41:\"en:Unable to create destination directory\";'),('en','messages:thumbnail_error','s:31:\"en:Error creating thumbnail: $1\";'),('en','messages:thumbnail_error_remote','s:28:\"en:Error message from $1:\n$2\";'),('en','messages:thumbnail_gd-library','s:59:\"en:Incomplete GD library configuration: Missing function $1\";'),('en','messages:thumbnail_image-failure-limit','s:113:\"en:There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.\";'),('en','messages:thumbnail_image-missing','s:31:\"en:File seems to be missing: $1\";'),('en','messages:thumbnail_image-size-zero','s:36:\"en:Image file size seems to be zero.\";'),('en','messages:thumbnail_image-type','s:27:\"en:Image type not supported\";'),('en','messages:thumbnail_invalid_params','s:31:\"en:Invalid thumbnail parameters\";'),('en','messages:thumbnail_toobigimagearea','s:39:\"en:File with dimensions greater than $1\";'),('en','messages:thumbsize','s:18:\"en:Thumbnail size:\";'),('en','messages:thursday','s:11:\"en:Thursday\";'),('en','messages:thursday-at','s:17:\"en:Thursday at $1\";'),('en','messages:timeouterror','s:19:\"en:Server timed out\";'),('en','messages:timeouterror-text','s:76:\"en:The maximum request time of $1 {{PLURAL:$1|second|seconds}} was exceeded.\";'),('en','messages:timezone-invalid','s:36:\"en:Invalid time zone or time offset.\";'),('en','messages:timezone-local','s:8:\"en:Local\";'),('en','messages:timezone-useoffset-placeholder','s:38:\"en:Example values: \"-07:00\" or \"01:00\"\";'),('en','messages:timezone-utc','s:6:\"en:UTC\";'),('en','messages:timezonelegend','s:13:\"en:Time zone:\";'),('en','messages:timezoneregion-africa','s:9:\"en:Africa\";'),('en','messages:timezoneregion-america','s:10:\"en:America\";'),('en','messages:timezoneregion-antarctica','s:13:\"en:Antarctica\";'),('en','messages:timezoneregion-arctic','s:9:\"en:Arctic\";'),('en','messages:timezoneregion-asia','s:7:\"en:Asia\";'),('en','messages:timezoneregion-atlantic','s:17:\"en:Atlantic Ocean\";'),('en','messages:timezoneregion-australia','s:12:\"en:Australia\";'),('en','messages:timezoneregion-europe','s:9:\"en:Europe\";'),('en','messages:timezoneregion-indian','s:15:\"en:Indian Ocean\";'),('en','messages:timezoneregion-pacific','s:16:\"en:Pacific Ocean\";'),('en','messages:timezoneuseoffset','s:31:\"en:Other (time offset from UTC)\";'),('en','messages:timezoneuseserverdefault','s:24:\"en:Use wiki default ($1)\";'),('en','messages:title-invalid','s:38:\"en:The requested page title is invalid\";'),('en','messages:title-invalid-characters','s:62:\"en:The requested page title contains invalid characters: \"$1\".\";'),('en','messages:title-invalid-empty','s:73:\"en:The requested page title is empty or contains only a namespace prefix.\";'),('en','messages:title-invalid-interwiki','s:86:\"en:The requested page title contains an interwiki link which cannot be used in titles.\";'),('en','messages:title-invalid-leading-colon','s:71:\"en:The requested page title contains an invalid colon at the beginning.\";'),('en','messages:title-invalid-magic-tilde','s:89:\"en:The requested page title contains invalid magic tilde sequence (<nowiki>~~~</nowiki>).\";'),('en','messages:title-invalid-relative','s:142:\"en:Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user\'s browser.\";'),('en','messages:title-invalid-talk-namespace','s:68:\"en:The requested page title refers to a talk page that cannot exist.\";'),('en','messages:title-invalid-too-long','s:113:\"en:The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.\";'),('en','messages:title-invalid-utf8','s:63:\"en:The requested page title contains an invalid UTF-8 sequence.\";'),('en','messages:titlematches','s:21:\"en:Page title matches\";'),('en','messages:titleprotected','s:98:\"en:This title has been protected from creation by [[User:$1|$1]].\nThe reason given is <em>$2</em>.\";'),('en','messages:titleprotectedwarning','s:188:\"en:<strong>Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.</strong>\nThe latest log entry is provided below for reference:\";'),('en','messages:tmp-create-error','s:35:\"en:Could not create temporary file.\";'),('en','messages:tmp-write-error','s:32:\"en:Error writing temporary file.\";'),('en','messages:toc','s:11:\"en:Contents\";'),('en','messages:today-at','s:5:\"en:$1\";'),('en','messages:tog-ccmeonemails','s:49:\"en:Send me copies of emails I send to other users\";'),('en','messages:tog-diffonly','s:38:\"en:Don\'t show page content below diffs\";'),('en','messages:tog-editondblclick','s:29:\"en:Edit pages on double click\";'),('en','messages:tog-editrecovery','s:67:\"en:Enable the [[Special:EditRecovery|{{int:editrecovery}}]] feature\";'),('en','messages:tog-editrecovery-help','s:57:\"en:You can give feedback on the [$1 project\'s talk page].\";'),('en','messages:tog-editsectiononrightclick','s:61:\"en:Enable section editing by right clicking on section titles\";'),('en','messages:tog-enotifminoredits','s:51:\"en:Email me also for minor edits of pages and files\";'),('en','messages:tog-enotifrevealaddr','s:49:\"en:Reveal my email address in notification emails\";'),('en','messages:tog-enotifusertalkpages','s:45:\"en:Email me when my user talk page is changed\";'),('en','messages:tog-enotifwatchlistpages','s:60:\"en:Email me when a page or a file on my watchlist is changed\";'),('en','messages:tog-extendwatchlist','s:65:\"en:Expand watchlist to show all changes, not just the most recent\";'),('en','messages:tog-fancysig','s:76:\"en:Treat signature as wikitext (without an automatic link to your user page)\";'),('en','messages:tog-forceeditsummary','s:77:\"en:Prompt me when entering a blank edit summary (or the default undo summary)\";'),('en','messages:tog-forcesafemode','s:49:\"en:Always enable [[mw:Manual:Safemode|safe mode]]\";'),('en','messages:tog-hidecategorization','s:31:\"en:Hide categorization of pages\";'),('en','messages:tog-hideminor','s:39:\"en:Hide minor edits from recent changes\";'),('en','messages:tog-hidepatrolled','s:43:\"en:Hide patrolled edits from recent changes\";'),('en','messages:tog-minordefault','s:34:\"en:Mark all edits minor by default\";'),('en','messages:tog-newpageshidepatrolled','s:42:\"en:Hide patrolled pages from new page list\";'),('en','messages:tog-norollbackdiff','s:46:\"en:Don\'t show diff after performing a rollback\";'),('en','messages:tog-oldsig','s:27:\"en:Your existing signature:\";'),('en','messages:tog-prefershttps','s:49:\"en:Always use a secure connection while logged in\";'),('en','messages:tog-previewonfirst','s:37:\"en:Show preview when starting to edit\";'),('en','messages:tog-previewontop','s:31:\"en:Show preview before edit box\";'),('en','messages:tog-requireemail','s:85:\"en:Send password reset emails only when both email address and username are provided.\";'),('en','messages:tog-showhiddencats','s:25:\"en:Show hidden categories\";'),('en','messages:tog-shownumberswatching','s:36:\"en:Show the number of watching users\";'),('en','messages:tog-showrollbackconfirmation','s:62:\"en:Show a confirmation prompt when clicking on a rollback link\";'),('en','messages:tog-underline','s:20:\"en:Link underlining:\";'),('en','messages:tog-useeditwarning','s:57:\"en:Warn me when I leave an edit page with unsaved changes\";'),('en','messages:tog-uselivepreview','s:42:\"en:Show preview without reloading the page\";'),('en','messages:tog-usenewrc','s:56:\"en:Group changes by page in recent changes and watchlist\";'),('en','messages:tog-watchcreations','s:56:\"en:Add pages I create and files I upload to my watchlist\";'),('en','messages:tog-watchdefault','s:45:\"en:Add pages and files I edit to my watchlist\";'),('en','messages:tog-watchdeletion','s:47:\"en:Add pages and files I delete to my watchlist\";'),('en','messages:tog-watchlisthideanons','s:51:\"en:Hide edits by anonymous users from the watchlist\";'),('en','messages:tog-watchlisthidebots','s:36:\"en:Hide bot edits from the watchlist\";'),('en','messages:tog-watchlisthidecategorization','s:31:\"en:Hide categorization of pages\";'),('en','messages:tog-watchlisthideliu','s:51:\"en:Hide edits by logged in users from the watchlist\";'),('en','messages:tog-watchlisthideminor','s:38:\"en:Hide minor edits from the watchlist\";'),('en','messages:tog-watchlisthideown','s:35:\"en:Hide my edits from the watchlist\";'),('en','messages:tog-watchlisthidepatrolled','s:42:\"en:Hide patrolled edits from the watchlist\";'),('en','messages:tog-watchlistreloadautomatically','s:88:\"en:Reload the watchlist automatically whenever a filter is changed (JavaScript required)\";'),('en','messages:tog-watchlistunwatchlinks','s:171:\"en:Add direct unwatch/watch markers ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) to watched pages with changes (JavaScript required for toggle functionality)\";'),('en','messages:tog-watchmoves','s:45:\"en:Add pages and files I move to my watchlist\";'),('en','messages:tog-watchrollback','s:62:\"en:Add pages where I have performed a rollback to my watchlist\";'),('en','messages:tog-watchuploads','s:41:\"en:Add new files I upload to my watchlist\";'),('en','messages:tool-link-contributions','s:35:\"en:{{GENDER:$1|User}} contributions\";'),('en','messages:tool-link-emailuser','s:32:\"en:Email this {{GENDER:$1|user}}\";'),('en','messages:tool-link-userrights','s:35:\"en:Change {{GENDER:$1|user}} groups\";'),('en','messages:tool-link-userrights-readonly','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('en','messages:toolbox','s:8:\"en:Tools\";'),('en','messages:tooltip-ca-addsection','s:22:\"en:Start a new section\";'),('en','messages:tooltip-ca-create','s:19:\"en:Create this page\";'),('en','messages:tooltip-ca-create-local','s:36:\"en:Create the local description page\";'),('en','messages:tooltip-ca-delete','s:19:\"en:Delete this page\";'),('en','messages:tooltip-ca-edit','s:17:\"en:Edit this page\";'),('en','messages:tooltip-ca-edit-local','s:34:\"en:Edit the local description page\";'),('en','messages:tooltip-ca-history','s:30:\"en:Past revisions of this page\";'),('en','messages:tooltip-ca-move','s:17:\"en:Move this page\";'),('en','messages:tooltip-ca-nstab','s:24:\"en:View the subject page\";'),('en','messages:tooltip-ca-nstab-category','s:25:\"en:View the category page\";'),('en','messages:tooltip-ca-nstab-help','s:21:\"en:View the help page\";'),('en','messages:tooltip-ca-nstab-image','s:21:\"en:View the file page\";'),('en','messages:tooltip-ca-nstab-main','s:24:\"en:View the content page\";'),('en','messages:tooltip-ca-nstab-media','s:22:\"en:View the media page\";'),('en','messages:tooltip-ca-nstab-mediawiki','s:26:\"en:View the system message\";'),('en','messages:tooltip-ca-nstab-project','s:24:\"en:View the project page\";'),('en','messages:tooltip-ca-nstab-special','s:50:\"en:This is a special page, and it cannot be edited\";'),('en','messages:tooltip-ca-nstab-template','s:20:\"en:View the template\";'),('en','messages:tooltip-ca-nstab-user','s:21:\"en:View the user page\";'),('en','messages:tooltip-ca-protect','s:20:\"en:Protect this page\";'),('en','messages:tooltip-ca-talk','s:36:\"en:Discussion about the content page\";'),('en','messages:tooltip-ca-undelete','s:61:\"en:Undelete the edits done to this page before it was deleted\";'),('en','messages:tooltip-ca-unprotect','s:33:\"en:Change protection of this page\";'),('en','messages:tooltip-ca-unwatch','s:39:\"en:Remove this page from your watchlist\";'),('en','messages:tooltip-ca-unwatch-expiring','s:74:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist. Click to remove it.\";'),('en','messages:tooltip-ca-unwatch-expiring-hours','s:58:\"en:A few hours left in your watchlist. Click to remove it.\";'),('en','messages:tooltip-ca-view','s:3:\"en:\";'),('en','messages:tooltip-ca-viewsource','s:50:\"en:This page is protected.\nYou can view its source\";'),('en','messages:tooltip-ca-watch','s:34:\"en:Add this page to your watchlist\";'),('en','messages:tooltip-compareselectedversions','s:70:\"en:See the differences between the two selected revisions of this page\";'),('en','messages:tooltip-cur','s:34:\"en:Difference with latest revision\";'),('en','messages:tooltip-diff','s:42:\"en:Show which changes you made to the text\";'),('en','messages:tooltip-feed-atom','s:26:\"en:Atom feed for this page\";'),('en','messages:tooltip-feed-rss','s:25:\"en:RSS feed for this page\";'),('en','messages:tooltip-invert','s:114:\"en:Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)\";'),('en','messages:tooltip-last','s:37:\"en:Difference with preceding revision\";'),('en','messages:tooltip-minoredit','s:28:\"en:Mark this as a minor edit\";'),('en','messages:tooltip-n-currentevents','s:48:\"en:Find background information on current events\";'),('en','messages:tooltip-n-help','s:24:\"en:The place to find out\";'),('en','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('en','messages:tooltip-n-mainpage','s:22:\"en:Visit the main page\";'),('en','messages:tooltip-n-mainpage-description','s:22:\"en:Visit the main page\";'),('en','messages:tooltip-n-portal','s:59:\"en:About the project, what you can do, where to find things\";'),('en','messages:tooltip-n-randompage','s:21:\"en:Load a random page\";'),('en','messages:tooltip-n-recentchanges','s:39:\"en:A list of recent changes in the wiki\";'),('en','messages:tooltip-namespace_association','s:102:\"en:Check this box to also include the talk or subject namespace associated with the selected namespace\";'),('en','messages:tooltip-p-cactions','s:15:\"en:More options\";'),('en','messages:tooltip-p-lang','s:3:\"en:\";'),('en','messages:tooltip-p-logo','s:22:\"en:Visit the main page\";'),('en','messages:tooltip-p-namespaces','s:3:\"en:\";'),('en','messages:tooltip-p-navigation','s:3:\"en:\";'),('en','messages:tooltip-p-personal','s:12:\"en:User menu\";'),('en','messages:tooltip-p-tb','s:3:\"en:\";'),('en','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('en','messages:tooltip-p-user-page','s:3:\"en:\";'),('en','messages:tooltip-p-variants','s:3:\"en:\";'),('en','messages:tooltip-p-views','s:3:\"en:\";'),('en','messages:tooltip-preferences-save','s:19:\"en:Save preferences\";'),('en','messages:tooltip-preview','s:59:\"en:Preview your changes. Please use this before publishing.\";'),('en','messages:tooltip-pt-anoncontribs','s:44:\"en:A list of edits made from this IP address\";'),('en','messages:tooltip-pt-anontalk','s:46:\"en:Discussion about edits from this IP address\";'),('en','messages:tooltip-pt-anonuserpage','s:54:\"en:The user page for the IP address you are editing as\";'),('en','messages:tooltip-pt-createaccount','s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";'),('en','messages:tooltip-pt-login','s:61:\"en:You are encouraged to log in; however, it is not mandatory\";'),('en','messages:tooltip-pt-login-private','s:38:\"en:You need to log in to use this wiki\";'),('en','messages:tooltip-pt-logout','s:10:\"en:Log out\";'),('en','messages:tooltip-pt-mycontris','s:43:\"en:A list of {{GENDER:|your}} contributions\";'),('en','messages:tooltip-pt-mytalk','s:29:\"en:{{GENDER:|Your}} talk page\";'),('en','messages:tooltip-pt-preferences','s:31:\"en:{{GENDER:|Your}} preferences\";'),('en','messages:tooltip-pt-tmpuserpage','s:41:\"en:Your auto-generated temporary username\";'),('en','messages:tooltip-pt-userpage','s:29:\"en:{{GENDER:|Your user}} page\";'),('en','messages:tooltip-pt-watchlist','s:49:\"en:A list of pages you are monitoring for changes\";'),('en','messages:tooltip-publish','s:23:\"en:Publish your changes\";'),('en','messages:tooltip-recreate','s:52:\"en:Recreate the page even though it has been deleted\";'),('en','messages:tooltip-rollback','s:78:\"en:\"Rollback\" reverts the last contributor\'s edit(s) to this page in one click\";'),('en','messages:tooltip-save','s:20:\"en:Save your changes\";'),('en','messages:tooltip-search','s:22:\"en:Search {{SITENAME}}\";'),('en','messages:tooltip-search-fulltext','s:33:\"en:Search the pages for this text\";'),('en','messages:tooltip-search-go','s:49:\"en:Go to a page with this exact name if it exists\";'),('en','messages:tooltip-summary','s:24:\"en:Enter a short summary\";'),('en','messages:tooltip-t-contributions','s:53:\"en:A list of contributions by {{GENDER:$1|this user}}\";'),('en','messages:tooltip-t-emailuser','s:43:\"en:Send an email to {{GENDER:$1|this user}}\";'),('en','messages:tooltip-t-info','s:35:\"en:More information about this page\";'),('en','messages:tooltip-t-permalink','s:47:\"en:Permanent link to this revision of this page\";'),('en','messages:tooltip-t-print','s:33:\"en:Printable version of this page\";'),('en','messages:tooltip-t-recentchangeslinked','s:48:\"en:Recent changes in pages linked from this page\";'),('en','messages:tooltip-t-specialpages','s:30:\"en:A list of all special pages\";'),('en','messages:tooltip-t-upload','s:15:\"en:Upload files\";'),('en','messages:tooltip-t-whatlinkshere','s:42:\"en:A list of all wiki pages that link here\";'),('en','messages:tooltip-undo','s:110:\"en:\"Undo\" reverts this edit and opens the edit form in preview mode. It allows adding a reason in the summary.\";'),('en','messages:tooltip-upload','s:15:\"en:Start upload\";'),('en','messages:tooltip-vector-anon-user-menu-title','s:15:\"en:More options\";'),('en','messages:tooltip-watch','s:34:\"en:Add this page to your watchlist\";'),('en','messages:tooltip-watchlist-expiry','s:46:\"en:Temporarily add this page to your watchlist\";'),('en','messages:tooltip-watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('en','messages:tooltip-watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('en','messages:tooltip-whatlinkshere-invert','s:73:\"en:Check this box to hide links from pages within the selected namespace.\";'),('en','messages:trackingcategories','s:22:\"en:Tracking categories\";'),('en','messages:trackingcategories-desc','s:30:\"en:Category inclusion criteria\";'),('en','messages:trackingcategories-disabled','s:23:\"en:Category is disabled\";'),('en','messages:trackingcategories-msg','s:20:\"en:Tracking category\";'),('en','messages:trackingcategories-name','s:15:\"en:Message name\";'),('en','messages:trackingcategories-nodesc','s:28:\"en:No description available.\";'),('en','messages:trackingcategories-summary','s:194:\"en:This page lists tracking categories which are automatically populated by the MediaWiki software. Their names can be changed by altering the relevant system messages in the {{ns:8}} namespace.\";'),('en','messages:transaction-duration-limit-exceeded','s:220:\"en:To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.\";'),('en','messages:transaction-max-statement-time-exceeded','s:190:\"en:To avoid creating high database load, this query was aborted because the duration exceeded the limit.\nIf you are reading many items at once, try doing multiple smaller operations instead.\";'),('en','messages:translateinterface','s:142:\"en:To add or change translations for all wikis, please use [https://translatewiki.net/ translatewiki.net], the MediaWiki localisation project.\";'),('en','messages:tue','s:6:\"en:Tue\";'),('en','messages:tuesday','s:10:\"en:Tuesday\";'),('en','messages:tuesday-at','s:16:\"en:Tuesday at $1\";'),('en','messages:uctop','s:10:\"en:current\";'),('en','messages:unblock','s:15:\"en:Unblock user\";'),('en','messages:unblock-hideuser','s:67:\"en:You cannot unblock this user, as their username has been hidden.\";'),('en','messages:unblock-summary','s:3:\"en:\";'),('en','messages:unblocked','s:37:\"en:[[User:$1|$1]] has been unblocked.\";'),('en','messages:unblocked-id','s:29:\"en:Block $1 has been removed.\";'),('en','messages:unblocked-ip','s:54:\"en:[[Special:Contributions/$1|$1]] has been unblocked.\";'),('en','messages:unblocked-range','s:25:\"en:$1 has been unblocked.\";'),('en','messages:unblockip','s:15:\"en:Unblock user\";'),('en','messages:unblockiptext','s:93:\"en:Use the form below to restore write access to a previously blocked IP address or username.\";'),('en','messages:unblocklink','s:10:\"en:unblock\";'),('en','messages:unblocklog-showlog','s:77:\"en:The block log for this {{GENDER:$1|user}} is provided below for reference:\";'),('en','messages:unblocklog-showsuppresslog','s:80:\"en:The suppress log for this {{GENDER:$1|user}} is provided below for reference:\";'),('en','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('en','messages:uncategorized-categories-exceptionlist','s:231:\"en: # Contains a list of categories, which shouldn\'t be mentioned on Special:UncategorizedCategories. One per line, starting with \"*\". Lines starting with another character (including whitespaces) are ignored. Use \"#\" for comments.\";'),('en','messages:uncategorizedcategories','s:27:\"en:Uncategorized categories\";'),('en','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('en','messages:uncategorizedimages','s:22:\"en:Uncategorized files\";'),('en','messages:uncategorizedimages-summary','s:3:\"en:\";'),('en','messages:uncategorizedpages','s:22:\"en:Uncategorized pages\";'),('en','messages:uncategorizedpages-summary','s:3:\"en:\";'),('en','messages:uncategorizedtemplates','s:26:\"en:Uncategorized templates\";'),('en','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('en','messages:undelete','s:21:\"en:View deleted pages\";'),('en','messages:undelete-back-to-list','s:29:\"en:View all deleted revisions\";'),('en','messages:undelete-bad-store-key','s:85:\"en:Cannot undelete file revision with timestamp $1: File was missing before deletion.\";'),('en','messages:undelete-cantcreate','s:121:\"en:You cannot undelete this page as there is no existing page with this name and you are not allowed to create this page.\";'),('en','messages:undelete-cantedit','s:74:\"en:You cannot undelete this page as you are not allowed to edit this page.\";'),('en','messages:undelete-cleanup-error','s:43:\"en:Error deleting unused archive file \"$1\".\";'),('en','messages:undelete-comment-dropdown','s:46:\"en:* Common undelete reasons\n** Author request\";'),('en','messages:undelete-comment-dropdown-unsuppress','s:3:\"en:\";'),('en','messages:undelete-edit-commentlist','s:24:\"en:Edit undelete reasons\";'),('en','messages:undelete-edit-commentlist-unsuppress','s:26:\"en:Edit unsuppress reasons\";'),('en','messages:undelete-error','s:24:\"en:Error undeleting page\";'),('en','messages:undelete-error-associated-alreadytalk','s:55:\"en:Cannot undelete associated talk page of a talk page.\";'),('en','messages:undelete-error-associated-notdeleted','s:67:\"en:The associated talk page has no revisions that can be undeleted.\";'),('en','messages:undelete-fieldset-title','s:21:\"en:Undelete revisions\";'),('en','messages:undelete-filename-mismatch','s:70:\"en:Cannot undelete file revision with timestamp $1: Filename mismatch.\";'),('en','messages:undelete-header','s:74:\"en:See [[Special:Log/delete|the deletion log]] for recently deleted pages.\";'),('en','messages:undelete-load-more-revisions','s:22:\"en:Load more revisions\";'),('en','messages:undelete-missing-filearchive','s:111:\"en:Unable to undelete file archive ID $1 because it is not in the database.\nIt may have already been undeleted.\";'),('en','messages:undelete-no-results','s:51:\"en:No matching pages found in the deletion archive.\";'),('en','messages:undelete-nodiff','s:30:\"en:No previous revision found.\";'),('en','messages:undelete-revision','s:50:\"en:Deleted revision of $1 (as of $4, at $5) by $3:\";'),('en','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('en','messages:undelete-search-box','s:23:\"en:Search deleted pages\";'),('en','messages:undelete-search-full','s:31:\"en:Show page titles containing:\";'),('en','messages:undelete-search-prefix','s:28:\"en:Show pages starting with:\";'),('en','messages:undelete-search-submit','s:9:\"en:Search\";'),('en','messages:undelete-search-title','s:23:\"en:Search deleted pages\";'),('en','messages:undelete-show-file-confirm','s:102:\"en:Are you sure you want to view the deleted revision of the file \"<nowiki>$1</nowiki>\" from $2 at $3?\";'),('en','messages:undelete-show-file-submit','s:6:\"en:Yes\";'),('en','messages:undelete-summary','s:3:\"en:\";'),('en','messages:undelete-talk-summary-prefix','s:62:\"en:Undeleted together with the associated page with reason: $1\";'),('en','messages:undelete-undeletetalk','s:53:\"en:Undelete all revisions of the associated talk page\";'),('en','messages:undelete_short','s:43:\"en:Undelete {{PLURAL:$1|one edit|$1 edits}}\";'),('en','messages:undeletebtn','s:11:\"en:Undelete\";'),('en','messages:undeletecomment','s:10:\"en:Reason:\";'),('en','messages:undeletecommentotherlist','s:15:\"en:Other reason\";'),('en','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('en','messages:undeletedpage','s:141:\"en:<strong>$1 has been undeleted</strong>\n\nConsult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.\";'),('en','messages:undeleteextrahelp','s:286:\"en:To undelete the page\'s entire history, leave all checkboxes deselected and click <strong><em>{{int:undeletebtn}}</em></strong>.\nTo perform a selective undeletion, check the boxes corresponding to the revisions to be undeleted, and click <strong><em>{{int:undeletebtn}}</em></strong>.\";'),('en','messages:undeletehistory','s:204:\"en:If you undelete the page, all revisions will be undeleted to the history.\nIf a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.\";'),('en','messages:undeletehistorynoadmin','s:232:\"en:This page has been deleted.\nThe reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.\nThe text of these deleted revisions is only available to administrators.\";'),('en','messages:undeleteinvert','s:19:\"en:Invert selection\";'),('en','messages:undeletelink','s:16:\"en:view/undelete\";'),('en','messages:undeleteothercomment','s:27:\"en:Other/additional reason:\";'),('en','messages:undeletepage','s:34:\"en:View and undelete deleted pages\";'),('en','messages:undeletepagetext','s:182:\"en:The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be undeleted.\nThe archive may be periodically cleaned out.\";'),('en','messages:undeletepagetitle','s:78:\"en:<strong>The following consists of deleted revisions of [[:$1|$1]]</strong>.\";'),('en','messages:undeleterevdel','s:182:\"en:Undeletion will not be performed if it will result in the top page or file revision being partially deleted.\nIn such cases, you must uncheck or unhide the newest deleted revision.\";'),('en','messages:undeleterevision-missing','s:125:\"en:Invalid or missing revision.\nYou may have a bad link, or the revision may have been undeleted or removed from the archive.\";'),('en','messages:undeleterevisions','s:46:\"en:$1 {{PLURAL:$1|revision|revisions}} deleted\";'),('en','messages:undeleteviewlink','s:7:\"en:view\";'),('en','messages:underline-always','s:9:\"en:Always\";'),('en','messages:underline-default','s:26:\"en:Skin or browser default\";'),('en','messages:underline-never','s:8:\"en:Never\";'),('en','messages:undo-failure','s:70:\"en:The edit could not be undone due to conflicting intermediate edits.\";'),('en','messages:undo-main-slot-only','s:82:\"en:The edit could not be undone because it involves content outside the main slot.\";'),('en','messages:undo-nochange','s:48:\"en:The edit appears to have already been undone.\";'),('en','messages:undo-norev','s:73:\"en:The edit could not be undone because it does not exist or was deleted.\";'),('en','messages:undo-success','s:167:\"en:The edit can be undone.\nPlease check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.\";'),('en','messages:undo-summary','s:98:\"en:Undo revision [[Special:Diff/$1|$1]] by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])\";'),('en','messages:undo-summary-anon','s:74:\"en:Undo revision [[Special:Diff/$1|$1]] by [[Special:Contributions/$2|$2]]\";'),('en','messages:undo-summary-import','s:67:\"en:Undo imported revision [[Special:Diff/$1|$1]] by user [[:$2|$3]]\";'),('en','messages:undo-summary-import2','s:59:\"en:Undo imported revision [[Special:Diff/$1|$1]] by user $2\";'),('en','messages:undo-summary-username-hidden','s:56:\"en:Undo revision [[Special:Diff/$1|$1]] by a hidden user\";'),('en','messages:unexpected','s:31:\"en:Unexpected value: \"$1\"=\"$2\".\";'),('en','messages:unicode-support-fail','s:119:\"en:It appears that your browser does not support Unicode. It is required to edit pages, so your edit was not published.\";'),('en','messages:unit-pixel','s:5:\"en:px\";'),('en','messages:unknown-error','s:29:\"en:An unknown error occurred.\";'),('en','messages:unlinkaccounts','s:18:\"en:Unlink accounts\";'),('en','messages:unlinkaccounts-success','s:28:\"en:The account was unlinked.\";'),('en','messages:unlockbtn','s:18:\"en:Unlock database\";'),('en','messages:unlockconfirm','s:45:\"en:Yes, I really want to unlock the database.\";'),('en','messages:unlockdb','s:18:\"en:Unlock database\";'),('en','messages:unlockdbsuccesssub','s:24:\"en:Database lock removed\";'),('en','messages:unlockdbsuccesstext','s:34:\"en:The database has been unlocked.\";'),('en','messages:unlockdbtext','s:230:\"en:Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.\nPlease confirm that this is what you intend to do.\";'),('en','messages:unpatrolledletter','s:4:\"en:!\";'),('en','messages:unprotect','s:20:\"en:Change protection\";'),('en','messages:unprotected-js','s:154:\"en:For security reasons JavaScript cannot be loaded from unprotected pages. Please only create javascript in the MediaWiki: namespace or as a User subpage\";'),('en','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('en','messages:unprotectedarticle-comment','s:49:\"en:{{GENDER:$2|Removed protection}} from \"[[$1]]\"\";'),('en','messages:unregistered-user-config','s:103:\"en:For security reasons JavaScript, CSS and JSON user subpages cannot be loaded for unregistered users.\";'),('en','messages:unstrip-depth-category','s:50:\"en:Pages where the unstrip depth limit is exceeded\";'),('en','messages:unstrip-depth-category-desc','s:44:\"en:The page exceeds the unstrip depth limit.\";'),('en','messages:unstrip-depth-warning','s:36:\"en:Unstrip depth limit exceeded ($1)\";'),('en','messages:unstrip-size-category','s:49:\"en:Pages where the unstrip size limit is exceeded\";'),('en','messages:unstrip-size-category-desc','s:43:\"en:The page exceeds the unstrip size limit.\";'),('en','messages:unstrip-size-warning','s:35:\"en:Unstrip size limit exceeded ($1)\";'),('en','messages:unsupported-content-diff','s:48:\"en:Diffs are not supported for content model $1.\";'),('en','messages:unsupported-content-diff2','s:77:\"en:Diffs between the content models $1 and $2 are not supported on this wiki.\";'),('en','messages:unsupported-content-model','s:76:\"en:<strong>Warning:</strong> Content model $1 is not supported on this wiki.\";'),('en','messages:unusedcategories','s:20:\"en:Unused categories\";'),('en','messages:unusedcategories-summary','s:3:\"en:\";'),('en','messages:unusedcategoriestext','s:92:\"en:The following category pages exist, although no other page or category makes use of them.\";'),('en','messages:unusedimages','s:15:\"en:Unused files\";'),('en','messages:unusedimages-summary','s:3:\"en:\";'),('en','messages:unusedimagestext','s:193:\"en:The following files exist but are not embedded in any page.\nPlease note that other websites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('en','messages:unusedimagestext-categorizedimgisused','s:283:\"en:The following files exist but are not embedded in any page. Categorized images are considered as used despite that they are not embedded in any page.\nPlease note that other websites may link to a file with a direct URL, and so may still be listed here despite being in active use.\";'),('en','messages:unusedtemplates','s:19:\"en:Unused templates\";'),('en','messages:unusedtemplates-summary','s:3:\"en:\";'),('en','messages:unusedtemplatestext','s:173:\"en:This page lists all pages in the {{ns:template}} namespace that are not included in another page.\nRemember to check for other links to the templates before deleting them.\";'),('en','messages:unusedtemplateswlh','s:14:\"en:other links\";'),('en','messages:unwatch','s:10:\"en:Unwatch\";'),('en','messages:unwatchedpages','s:18:\"en:Unwatched pages\";'),('en','messages:unwatchedpages-summary','s:3:\"en:\";'),('en','messages:unwatching','s:16:\"en:Unwatching...\";'),('en','messages:unwatchthispage','s:16:\"en:Stop watching\";'),('en','messages:updated','s:12:\"en:(Updated)\";'),('en','messages:updatedmarker','s:32:\"en:updated since your last visit\";'),('en','messages:updatewatchlist','s:19:\"en:Update watchlist\";'),('en','messages:upload','s:14:\"en:Upload file\";'),('en','messages:upload-copy-upload-invalid-domain','s:51:\"en:Copy uploads are not available from this domain.\";'),('en','messages:upload-curl-error28','s:17:\"en:Upload timeout\";'),('en','messages:upload-curl-error28-text','s:141:\"en:The site took too long to respond.\nPlease check the site is up, wait a short while and try again.\nYou may want to try at a less busy time.\";'),('en','messages:upload-curl-error6','s:22:\"en:Could not reach URL\";'),('en','messages:upload-curl-error6-text','s:105:\"en:The URL provided could not be reached.\nPlease double-check that the URL is correct and the site is up.\";'),('en','messages:upload-default-description','s:4:\"en:-\";'),('en','messages:upload-description','s:19:\"en:File description\";'),('en','messages:upload-dialog-button-back','s:7:\"en:Back\";'),('en','messages:upload-dialog-button-cancel','s:9:\"en:Cancel\";'),('en','messages:upload-dialog-button-done','s:7:\"en:Done\";'),('en','messages:upload-dialog-button-save','s:7:\"en:Save\";'),('en','messages:upload-dialog-button-upload','s:9:\"en:Upload\";'),('en','messages:upload-dialog-disabled','s:60:\"en:File uploads using this dialog are disabled on this wiki.\";'),('en','messages:upload-dialog-title','s:14:\"en:Upload file\";'),('en','messages:upload-disallowed-here','s:34:\"en:You cannot overwrite this file.\";'),('en','messages:upload-file-error','s:17:\"en:Internal error\";'),('en','messages:upload-file-error-text','s:148:\"en:An internal error occurred when attempting to create a temporary file on the server.\nPlease contact an [[Special:ListUsers/sysop|administrator]].\";'),('en','messages:upload-foreign-cant-load-config','s:84:\"en:Failed to load the configuration for file uploads to the foreign file repository.\";'),('en','messages:upload-foreign-cant-upload','s:88:\"en:This wiki is not configured to upload files to the requested foreign file repository.\";'),('en','messages:upload-form-label-infoform-categories','s:13:\"en:Categories\";'),('en','messages:upload-form-label-infoform-date','s:7:\"en:Date\";'),('en','messages:upload-form-label-infoform-description','s:14:\"en:Description\";'),('en','messages:upload-form-label-infoform-description-tooltip','s:138:\"en:Briefly describe everything notable about the work.\nFor a photo, mention the main things that are depicted, the occasion, or the place.\";'),('en','messages:upload-form-label-infoform-name','s:7:\"en:Name\";'),('en','messages:upload-form-label-infoform-name-tooltip','s:150:\"en:A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension.\";'),('en','messages:upload-form-label-infoform-title','s:10:\"en:Details\";'),('en','messages:upload-form-label-not-own-work-local-generic-foreign','s:142:\"en:You may also want to try using [[Special:Upload|the upload page on {{SITENAME}}]], if this file can be uploaded there under their policies.\";'),('en','messages:upload-form-label-not-own-work-local-generic-local','s:71:\"en:You may also want to try [[Special:Upload|the default upload page]].\";'),('en','messages:upload-form-label-not-own-work-message-generic-foreign','s:136:\"en:If you are not able to upload this file under the policies of the shared repository, please close this dialog and try another method.\";'),('en','messages:upload-form-label-not-own-work-message-generic-local','s:127:\"en:If you are not able to upload this file under the policies of {{SITENAME}}, please close this dialog and try another method.\";'),('en','messages:upload-form-label-own-work','s:22:\"en:This is my own work\";'),('en','messages:upload-form-label-own-work-message-generic-foreign','s:159:\"en:I understand that I am uploading this file to a shared repository. I confirm that I am doing so following the terms of service and licensing policies there.\";'),('en','messages:upload-form-label-own-work-message-generic-local','s:113:\"en:I confirm that I am uploading this file following the terms of service and licensing policies on {{SITENAME}}.\";'),('en','messages:upload-form-label-usage-filename','s:12:\"en:File name\";'),('en','messages:upload-form-label-usage-title','s:8:\"en:Usage\";'),('en','messages:upload-http-error','s:29:\"en:An HTTP error occurred: $1\";'),('en','messages:upload-maxfilesize','s:24:\"en:Maximum file size: $1\";'),('en','messages:upload-misc-error','s:23:\"en:Unknown upload error\";'),('en','messages:upload-misc-error-text','s:192:\"en:An unknown error occurred during the upload.\nPlease verify that the URL is valid and accessible and try again.\nIf the problem persists, contact an [[Special:ListUsers/sysop|administrator]].\";'),('en','messages:upload-options','s:17:\"en:Upload options\";'),('en','messages:upload-permitted','s:47:\"en:Permitted file {{PLURAL:$2|type|types}}: $1.\";'),('en','messages:upload-preferred','s:47:\"en:Preferred file {{PLURAL:$2|type|types}}: $1.\";'),('en','messages:upload-progress-downloading','s:71:\"en:Downloading the image. Please hit the refresh button to check again.\";'),('en','messages:upload-progress-processing','s:70:\"en:Processing the image. Please hit the refresh button to check again.\";'),('en','messages:upload-progress-queued','s:79:\"en:Waiting for download to start. Please hit the refresh button to check again.\";'),('en','messages:upload-prohibited','s:48:\"en:Prohibited file {{PLURAL:$2|type|types}}: $1.\";'),('en','messages:upload-proto-error','s:21:\"en:Incorrect protocol\";'),('en','messages:upload-proto-error-text','s:90:\"en:Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.\";'),('en','messages:upload-recreate-warning','s:151:\"en:<strong>Warning: A file by that name has been deleted or moved.</strong>\n\nThe deletion and move log for this page are provided here for convenience:\";'),('en','messages:upload-refresh','s:10:\"en:Refresh\";'),('en','messages:upload-scripted-dtd','s:71:\"en:Cannot upload SVG files that contain a non-standard DTD declaration.\";'),('en','messages:upload-scripted-pi-callback','s:76:\"en:Cannot upload a file that contains XML-stylesheet processing instruction.\";'),('en','messages:upload-source','s:14:\"en:Source file\";'),('en','messages:upload-summary','s:3:\"en:\";'),('en','messages:upload-too-many-redirects','s:39:\"en:The URL contained too many redirects\";'),('en','messages:upload-tryagain','s:35:\"en:Submit modified file description\";'),('en','messages:upload-tryagain-nostash','s:51:\"en:Submit re-uploaded file and modified description\";'),('en','messages:upload_directory_missing','s:82:\"en:The upload directory ($1) is missing and could not be created by the webserver.\";'),('en','messages:upload_directory_read_only','s:62:\"en:The upload directory ($1) is not writable by the webserver.\";'),('en','messages:upload_source_file','s:38:\"en:(your chosen file from your device)\";'),('en','messages:upload_source_url','s:59:\"en:(your chosen file from a valid, publicly accessible URL)\";'),('en','messages:uploadbtn','s:14:\"en:Upload file\";'),('en','messages:uploaddisabled','s:20:\"en:Uploads disabled.\";'),('en','messages:uploaddisabledtext','s:29:\"en:File uploads are disabled.\";'),('en','messages:uploaded-animate-svg','s:136:\"en:Found \"animate\" tag that might be changing href, using the \"from\" attribute <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('en','messages:uploaded-event-handler-on-svg','s:85:\"en:Setting event-handler attributes <code>$1=\"$2\"</code> is not allowed in SVG files.\";'),('en','messages:uploaded-hostile-svg','s:62:\"en:Found unsafe CSS in the style element of uploaded SVG file.\";'),('en','messages:uploaded-href-attribute-svg','s:294:\"en:&lt;a&gt; elements can only link (href) to data: (embedded file), http:// or https://, or fragment (#, same-document) targets. For other elements, such as &lt;image&gt;, only data: and fragment are allowed. Try embedding images when exporting your SVG. Found <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('en','messages:uploaded-href-unsafe-target-svg','s:98:\"en:Found href to unsafe data: URI target <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('en','messages:uploaded-image-filter-svg','s:89:\"en:Found image filter with URL: <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('en','messages:uploaded-remote-url-svg','s:117:\"en:SVG that sets any style attribute with remote URL is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('en','messages:uploaded-script-svg','s:58:\"en:Found scriptable element \"$1\" in the uploaded SVG file.\";'),('en','messages:uploaded-setting-event-handler-svg','s:111:\"en:Setting event-handler attributes is blocked, found <code>&lt;$1 $2=\"$3\"&gt;</code> in the uploaded SVG file.\";'),('en','messages:uploaded-setting-handler-svg','s:129:\"en:SVG that sets the \"handler\" attribute with remote/data/script is blocked. Found <code>$1=\"$2\"</code> in the uploaded SVG file.\";'),('en','messages:uploaded-setting-href-svg','s:76:\"en:Using the \"set\" tag to add \"href\" attribute to parent element is blocked.\";'),('en','messages:uploaded-wrong-setting-svg','s:151:\"en:Using the \"set\" tag to add a remote/data/script target to any attribute is blocked. Found <code>&lt;set to=\"$1\"&gt;</code> in the uploaded SVG file.\";'),('en','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('en','messages:uploaderror','s:15:\"en:Upload error\";'),('en','messages:uploadfooter','s:4:\"en:-\";'),('en','messages:uploadinvalidxml','s:52:\"en:The XML in the uploaded file could not be parsed.\";'),('en','messages:uploadlogpage','s:13:\"en:Upload log\";'),('en','messages:uploadlogpagetext','s:129:\"en:Below is a list of the most recent file uploads.\nSee the [[Special:NewFiles|gallery of new files]] for a more visual overview.\";'),('en','messages:uploadnewversion-linktext','s:36:\"en:Upload a new version of this file\";'),('en','messages:uploadnologin','s:16:\"en:Not logged in\";'),('en','messages:uploadnologintext','s:29:\"en:Please $1 to upload files.\";'),('en','messages:uploadscripted','s:95:\"en:This file contains HTML or script code that may be erroneously interpreted by a web browser.\";'),('en','messages:uploadscriptednamespace','s:69:\"en:This SVG file contains an illegal namespace \"<nowiki>$1</nowiki>\".\";'),('en','messages:uploadstash','s:15:\"en:Upload stash\";'),('en','messages:uploadstash-bad-path','s:22:\"en:Path doesn\'t exist.\";'),('en','messages:uploadstash-bad-path-bad-format','s:38:\"en:Key \"$1\" is not in a proper format.\";'),('en','messages:uploadstash-bad-path-invalid','s:21:\"en:Path is not valid.\";'),('en','messages:uploadstash-bad-path-no-handler','s:43:\"en:No handler found for mime $1 of file $2.\";'),('en','messages:uploadstash-bad-path-unknown-type','s:21:\"en:Unknown type \"$1\".\";'),('en','messages:uploadstash-bad-path-unrecognized-thumb-name','s:27:\"en:Unrecognized thumb name.\";'),('en','messages:uploadstash-badtoken','s:101:\"en:Performing that action failed, perhaps because your editing credentials expired. Please try again.\";'),('en','messages:uploadstash-clear','s:22:\"en:Clear stashed files\";'),('en','messages:uploadstash-errclear','s:29:\"en:Clearing the files failed.\";'),('en','messages:uploadstash-exception','s:50:\"en:Could not store upload in the stash ($1): \"$2\".\";'),('en','messages:uploadstash-file-not-found','s:31:\"en:Key \"$1\" not found in stash.\";'),('en','messages:uploadstash-file-not-found-missing-content-type','s:31:\"en:Missing content-type header.\";'),('en','messages:uploadstash-file-not-found-no-local-path','s:33:\"en:No local path for scaled item.\";'),('en','messages:uploadstash-file-not-found-no-remote-thumb','s:41:\"en:Fetching thumbnail failed: $1\nURL = $2\";'),('en','messages:uploadstash-file-not-found-no-thumb','s:30:\"en:Could not obtain thumbnail.\";'),('en','messages:uploadstash-file-not-found-not-exists','s:41:\"en:Cannot find path, or not a plain file.\";'),('en','messages:uploadstash-file-too-large','s:44:\"en:Cannot serve a file larger than $1 bytes.\";'),('en','messages:uploadstash-header-date','s:7:\"en:Date\";'),('en','messages:uploadstash-header-dimensions','s:13:\"en:Dimensions\";'),('en','messages:uploadstash-header-filekey','s:6:\"en:Key\";'),('en','messages:uploadstash-header-thumb','s:12:\"en:Thumbnail\";'),('en','messages:uploadstash-no-such-key','s:35:\"en:No such key ($1), cannot remove.\";'),('en','messages:uploadstash-nofiles','s:29:\"en:You have no stashed files.\";'),('en','messages:uploadstash-not-logged-in','s:52:\"en:No user is logged in, files must belong to users.\";'),('en','messages:uploadstash-nothumb','s:15:\"en:No thumbnail\";'),('en','messages:uploadstash-pager-submit','s:17:\"en:Show file list\";'),('en','messages:uploadstash-refresh','s:28:\"en:Refresh the list of files\";'),('en','messages:uploadstash-summary','s:196:\"en:This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.\";'),('en','messages:uploadstash-wrong-owner','s:53:\"en:This file ($1) doesn\'t belong to the current user.\";'),('en','messages:uploadstash-zero-length','s:23:\"en:File is zero length.\";'),('en','messages:uploadtext','s:842:\"en:Use the form below to upload files.\nTo view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]]. Uploads and reuploads are also logged in the [[Special:Log/upload|upload log]]. Deletions are logged in the [[Special:Log/delete|deletion log]].\n\nTo include a file in a page, use a link in one of the following forms:\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code></strong> to use the full version of the file\n* <strong><code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|Caption]]</nowiki></code></strong> to use a 200-pixel-wide rendition in a box in the left margin with the text \"Caption\" below\n* <strong><code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code></strong> for directly linking to the file without displaying the file\";'),('en','messages:uploadvirus','s:41:\"en:The file contains a virus!\nDetails: $1\";'),('en','messages:uploadwarning','s:17:\"en:Upload warning\";'),('en','messages:uploadwarning-text','s:58:\"en:Please modify the file description below and try again.\";'),('en','messages:uploadwarning-text-nostash','s:73:\"en:Please re-upload the file, modify the description below and try again.\";'),('en','messages:user-mail-no-addy','s:48:\"en:Tried to send email without an email address.\";'),('en','messages:user-mail-no-body','s:64:\"en:Tried to send email with an empty or unreasonably short body.\";'),('en','messages:usercreated','s:36:\"en:{{GENDER:$3|Created}} on $1 at $2\";'),('en','messages:usercssispublic','s:102:\"en:Please note: CSS subpages should not contain confidential data as they are viewable by other users.\";'),('en','messages:usercsspreview','s:103:\"en:<strong>Remember that you are only previewing your user CSS.\nIt has not yet been published!</strong>\";'),('en','messages:usercssyoucanpreview','s:101:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new CSS before publishing.\";'),('en','messages:usereditcount','s:30:\"en:$1 {{PLURAL:$1|edit|edits}}\";'),('en','messages:userexists','s:67:\"en:Username entered already in use.\nPlease choose a different name.\";'),('en','messages:userinvalidconfigtitle','s:174:\"en:<strong>Warning:</strong> There is no skin \"$1\".\nCustom .css and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.\";'),('en','messages:userjsdangerous','s:215:\"en:Please note: Scripts included on this page will be run any time you load a page. Malicious code added here could result in account compromise. The code will be executed when you preview your changes to this page.\";'),('en','messages:userjsispublic','s:109:\"en:Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.\";'),('en','messages:userjsonispublic','s:103:\"en:Please note: JSON subpages should not contain confidential data as they are viewable by other users.\";'),('en','messages:userjsonpreview','s:119:\"en:<strong>Remember that you are only testing/previewing your user JSON config.\nIt has not yet been published!</strong>\";'),('en','messages:userjsonyoucanpreview','s:102:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JSON before publishing.\";'),('en','messages:userjspreview','s:118:\"en:<strong>Remember that you are only testing/previewing your user JavaScript.\nIt has not yet been published!</strong>\";'),('en','messages:userjsyoucanpreview','s:108:\"en:<strong>Tip:</strong> Use the \"{{int:showpreview}}\" button to test your new JavaScript before publishing.\";'),('en','messages:userlink-with-contribs','s:155:\"en:[[{{ns:user}}:$1|$1]] ([[{{ns:user_talk}}:$1|{{int:talkpagelinktext}}]] {{int:pipe-separator}} [[{{ns:special}}:Contributions/$1|{{int:contribslink}}]])\";'),('en','messages:userlogin-authpopup-cancel','s:9:\"en:Cancel\";'),('en','messages:userlogin-authpopup-closeme','s:54:\"en:If you see this message, you can close this window.\";'),('en','messages:userlogin-authpopup-loggingin-body','s:133:\"en:A popup window should have opened. If you can\'t see it, we can try to open it again. Or you can [$1 log in the old-fashioned way].\";'),('en','messages:userlogin-authpopup-loggingin-body-link','s:19:\"en:Alternative form\";'),('en','messages:userlogin-authpopup-loggingin-title','s:16:\"en:Logging in…\";'),('en','messages:userlogin-authpopup-retry','s:12:\"en:Try again\";'),('en','messages:userlogin-createanother','s:25:\"en:Create another account\";'),('en','messages:userlogin-helplink2','s:23:\"en:Help with logging in\";'),('en','messages:userlogin-joinproject','s:20:\"en:Join {{SITENAME}}\";'),('en','messages:userlogin-loggedin','s:95:\"en:You are already logged in as {{GENDER:$1|$1}}.\nUse the form below to log in as another user.\";'),('en','messages:userlogin-noaccount','s:25:\"en:Don\'t have an account?\";'),('en','messages:userlogin-reauth','s:65:\"en:You must log in again to verify that you are {{GENDER:$1|$1}}.\";'),('en','messages:userlogin-remembermypassword','s:20:\"en:Keep me logged in\";'),('en','messages:userlogin-resetpassword-link','s:24:\"en:Forgot your password?\";'),('en','messages:userlogin-signwithsecure','s:24:\"en:Use secure connection\";'),('en','messages:userlogin-yourname','s:11:\"en:Username\";'),('en','messages:userlogin-yourname-ph','s:22:\"en:Enter your username\";'),('en','messages:userlogin-yourpassword','s:11:\"en:Password\";'),('en','messages:userlogin-yourpassword-ph','s:22:\"en:Enter your password\";'),('en','messages:userlogout','s:10:\"en:Log out\";'),('en','messages:userlogout-continue','s:26:\"en:Do you want to log out?\";'),('en','messages:userlogout-summary','s:3:\"en:\";'),('en','messages:userlogout-temp','s:99:\"en:Are you sure you want to log out? There will be no way to log back in to your temporary account.\";'),('en','messages:usermaildisabled','s:22:\"en:User email disabled\";'),('en','messages:usermaildisabledtext','s:52:\"en:You cannot send email to other users on this wiki\";'),('en','messages:usermessage-editor','s:19:\"en:System messenger\";'),('en','messages:usermessage-summary','s:26:\"en:Leaving system message.\";'),('en','messages:usermessage-template','s:24:\"en:MediaWiki:UserMessage\";'),('en','messages:username','s:26:\"en:{{GENDER:$1|Username}}:\";'),('en','messages:usernameinprogress','s:77:\"en:An account creation for this username is already in progress.\nPlease wait.\";'),('en','messages:userpage-userdoesnotexist','s:103:\"en:User account \"$1\" is not registered on this wiki.\nPlease check if you want to create/edit this page.\";'),('en','messages:userpage-userdoesnotexist-view','s:52:\"en:User account \"$1\" is not registered on this wiki.\";'),('en','messages:userrights','s:14:\"en:User rights\";'),('en','messages:userrights-cannot-shorten-expiry','s:155:\"en:You cannot bring forward the expiry of membership in group \"$1\". Only users with permission to add and remove this group can bring forward expiry times.\";'),('en','messages:userrights-changeable-col','s:24:\"en:Groups you can change\";'),('en','messages:userrights-conflict','s:75:\"en:Conflict of user rights changes! Please review and confirm your changes.\";'),('en','messages:userrights-cross-wiki-assignment-for-reserved-name','s:153:\"en:You cannot assign groups on a non-local wiki for a username reserved by the temporary accounts system, to prevent assigning groups to temporary users.\";'),('en','messages:userrights-editusergroup','s:33:\"en:Edit {{GENDER:$1|user}} groups\";'),('en','messages:userrights-expiry','s:11:\"en:Expires:\";'),('en','messages:userrights-expiry-current','s:13:\"en:Expires $1\";'),('en','messages:userrights-expiry-existing','s:35:\"en:Existing expiration time: $3, $2\";'),('en','messages:userrights-expiry-in-past','s:49:\"en:The expiry time for group \"$1\" is in the past.\";'),('en','messages:userrights-expiry-none','s:18:\"en:Does not expire\";'),('en','messages:userrights-expiry-options','s:94:\"en:1 day:1 day,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('en','messages:userrights-expiry-othertime','s:14:\"en:Other time:\";'),('en','messages:userrights-groups-help','s:369:\"en:You may alter the groups {{GENDER:$1|this user}} is in:\n* A checked box means the user is in that group.\n* An unchecked box means the user is not in that group.\n* A * indicates that you cannot remove the group once you have added it, or vice versa.\n* A # indicates that you can only put back the expiration time of this group membership; you cannot bring it forward.\";'),('en','messages:userrights-groupsmember','s:13:\"en:Member of:\";'),('en','messages:userrights-groupsmember-auto','s:22:\"en:Implicit member of:\";'),('en','messages:userrights-groupsmember-type','s:5:\"en:$1\";'),('en','messages:userrights-invalid-expiry','s:45:\"en:The expiry time for group \"$1\" is invalid.\";'),('en','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('en','messages:userrights-lookup-user','s:16:\"en:Select a user\";'),('en','messages:userrights-no-group','s:38:\"en:Temporary users do not have groups.\";'),('en','messages:userrights-no-interwiki','s:65:\"en:You do not have permission to edit user rights on other wikis.\";'),('en','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('en','messages:userrights-no-tempuser','s:47:\"en:Temporary users cannot be added into groups.\";'),('en','messages:userrights-nodatabase','s:46:\"en:Database $1 does not exist or is not local.\";'),('en','messages:userrights-reason','s:10:\"en:Reason:\";'),('en','messages:userrights-summary','s:3:\"en:\";'),('en','messages:userrights-systemuser','s:43:\"en:{{GENDER:$1|This user}} is a system user\";'),('en','messages:userrights-unchangeable-col','s:27:\"en:Groups you cannot change\";'),('en','messages:userrights-user-editname','s:20:\"en:Enter a username:\";'),('en','messages:userrights-viewusergroup','s:33:\"en:View {{GENDER:$1|user}} groups\";'),('en','messages:userrights-watchuser','s:40:\"en:Watch this user\'s user and talk pages\";'),('en','messages:variantname-crh','s:6:\"en:crh\";'),('en','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('en','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('en','messages:variantname-gan','s:6:\"en:gan\";'),('en','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('en','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('en','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('en','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('en','messages:variantname-iu','s:5:\"en:iu\";'),('en','messages:variantname-kk','s:5:\"en:kk\";'),('en','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('en','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('en','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('en','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('en','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('en','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('en','messages:variantname-ku','s:5:\"en:ku\";'),('en','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('en','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('en','messages:variantname-mni-beng','s:11:\"en:mni-beng\";'),('en','messages:variantname-sh','s:5:\"en:sh\";'),('en','messages:variantname-sh-cyrl','s:10:\"en:sh-Cyrl\";'),('en','messages:variantname-sh-latn','s:10:\"en:sh-Latn\";'),('en','messages:variantname-shi','s:6:\"en:shi\";'),('en','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('en','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('en','messages:variantname-sr','s:5:\"en:sr\";'),('en','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('en','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('en','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('en','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('en','messages:variantname-tg','s:5:\"en:tg\";'),('en','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('en','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('en','messages:variantname-tly','s:6:\"en:tly\";'),('en','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('en','messages:variantname-uz','s:5:\"en:uz\";'),('en','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('en','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('en','messages:variantname-wuu','s:6:\"en:wuu\";'),('en','messages:variantname-wuu-hans','s:7:\"en:Hans\";'),('en','messages:variantname-wuu-hant','s:7:\"en:Hant\";'),('en','messages:variantname-yue-hans','s:7:\"en:Hans\";'),('en','messages:variantname-yue-hant','s:7:\"en:Hant\";'),('en','messages:variantname-zgh','s:6:\"en:zgh\";'),('en','messages:variantname-zgh-latn','s:11:\"en:zgh-Latn\";'),('en','messages:variantname-zh','s:5:\"en:zh\";'),('en','messages:variantname-zh-cn','s:5:\"en:CN\";'),('en','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('en','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('en','messages:variantname-zh-hk','s:5:\"en:HK\";'),('en','messages:variantname-zh-mo','s:5:\"en:MO\";'),('en','messages:variantname-zh-my','s:5:\"en:MY\";'),('en','messages:variantname-zh-sg','s:5:\"en:SG\";'),('en','messages:variantname-zh-tw','s:5:\"en:TW\";'),('en','messages:variants','s:11:\"en:Variants\";'),('en','messages:vector-2022-beta-preview-description','s:109:\"en:Get early access to the new reading accessibility features, such as typography improvements and dark mode.\";'),('en','messages:vector-2022-beta-preview-label','s:42:\"en:Accessibility for Reading (Vector 2022)\";'),('en','messages:vector-2022-prefs-talkpage','s:84:\"en:[https://www.mediawiki.org/wiki/Talk:Reading/Web/Desktop_Improvements Discussion]\";'),('en','messages:vector-action-addsection','s:12:\"en:Add topic\";'),('en','messages:vector-action-delete','s:9:\"en:Delete\";'),('en','messages:vector-action-move','s:7:\"en:Move\";'),('en','messages:vector-action-protect','s:10:\"en:Protect\";'),('en','messages:vector-action-toggle-sidebar','s:17:\"en:Toggle sidebar\";'),('en','messages:vector-action-undelete','s:11:\"en:Undelete\";'),('en','messages:vector-action-unprotect','s:20:\"en:Change protection\";'),('en','messages:vector-anon-user-menu-pages','s:31:\"en:Pages for logged out editors\";'),('en','messages:vector-anon-user-menu-pages-label','s:27:\"en:Learn more about editing\";'),('en','messages:vector-anon-user-menu-pages-learn','s:13:\"en:learn more\";'),('en','messages:vector-appearance-label','s:13:\"en:Appearance\";'),('en','messages:vector-appearance-tooltip','s:66:\"en:Change the appearance of the page\'s font size, width, and color\";'),('en','messages:vector-appearance-unpinned-popup','s:38:\"en:The appearance menu has moved here.\";'),('en','messages:vector-feature-custom-font-size-0-label','s:8:\"en:Small\";'),('en','messages:vector-feature-custom-font-size-1-label','s:11:\"en:Standard\";'),('en','messages:vector-feature-custom-font-size-2-label','s:8:\"en:Large\";'),('en','messages:vector-feature-custom-font-size-exclusion-notice','s:40:\"en:This page always uses small font size\";'),('en','messages:vector-feature-custom-font-size-name','s:7:\"en:Text\";'),('en','messages:vector-feature-limited-width-0-label','s:7:\"en:Wide\";'),('en','messages:vector-feature-limited-width-1-label','s:11:\"en:Standard\";'),('en','messages:vector-feature-limited-width-exclusion-notice','s:62:\"en:The content is as wide as possible for your browser window.\";'),('en','messages:vector-feature-limited-width-name','s:8:\"en:Width\";'),('en','messages:vector-intro-page','s:20:\"en:Help:Introduction\";'),('en','messages:vector-jumptocontent','s:18:\"en:Jump to content\";'),('en','messages:vector-jumptonavigation','s:21:\"en:Jump to navigation\";'),('en','messages:vector-jumptosearch','s:17:\"en:Jump to search\";'),('en','messages:vector-language-button-aria-label','s:92:\"en:Go to an article in another language. Available in {{PLURAL:$1|$1 language|$1 languages}}\";'),('en','messages:vector-language-button-label','s:41:\"en:{{PLURAL:$1|$1 language|$1 languages}}\";'),('en','messages:vector-language-variant-switcher-label','s:26:\"en:Change language variant\";'),('en','messages:vector-languages','s:12:\"en:Languages\";'),('en','messages:vector-main-menu-label','s:12:\"en:Main menu\";'),('en','messages:vector-main-menu-tooltip','s:12:\"en:Main menu\";'),('en','messages:vector-main-menu-unpinned-popup','s:32:\"en:The main menu has moved here.\";'),('en','messages:vector-more-actions','s:7:\"en:More\";'),('en','messages:vector-night-mode-beta-tag','s:9:\"en:(beta)\";'),('en','messages:vector-night-mode-gadget-names','s:57:\"en:dark-mode|dark-mode-toggle|dark-mode-toggle-pagestyles\";'),('en','messages:vector-night-mode-gadget-warning','s:153:\"en:You\'re using a dark mode gadget that interferes with this feature. [[Special:Preferences#mw-prefsection-gadgets|Disable the gadget]] to use dark mode.\";'),('en','messages:vector-night-mode-issue-reporting-link-label','s:33:\"en:Report an issue with dark mode\";'),('en','messages:vector-night-mode-issue-reporting-link-notification','s:19:\"en:Report received!\";'),('en','messages:vector-night-mode-issue-reporting-notice-tooltip','s:62:\"en:Report when dark mode colors make things difficult to read.\";'),('en','messages:vector-night-mode-issue-reporting-notice-url','s:194:\"en:https://www.mediawiki.org/wiki/Reading/Web/Accessibility_for_reading/Reporting/$1?section=new&action=submit&preloadtitle=$2&preload=MediaWiki:vector-night-mode-issue-reporting-preload-content\";'),('en','messages:vector-night-mode-issue-reporting-preload-content','s:198:\"en:<!--\nInstructions\nPlease describe how the dark mode colors are making Wikipedia difficult to read.\nPlease include the section of the article where you found the issue.\n-->\n\'\'\'Issue Description\'\'\'\";'),('en','messages:vector-night-mode-issue-reporting-preload-title','s:21:\"en:$1 dark mode error\";'),('en','messages:vector-no-language-button-aria-label','s:80:\"en:This article exist only in this language. Add the article for other languages\";'),('en','messages:vector-no-language-button-label','s:16:\"en:Add languages\";'),('en','messages:vector-opt-out','s:21:\"en:Switch to old look\";'),('en','messages:vector-opt-out-tooltip','s:78:\"en:Change your settings to go back to the old look of the skin (legacy Vector)\";'),('en','messages:vector-page-tools-actions-label','s:10:\"en:Actions\";'),('en','messages:vector-page-tools-general-label','s:10:\"en:General\";'),('en','messages:vector-page-tools-label','s:8:\"en:Tools\";'),('en','messages:vector-page-tools-nav-label','s:13:\"en:Page tools\";'),('en','messages:vector-page-tools-unpinned-popup','s:33:\"en:The tools menu has moved here.\";'),('en','messages:vector-pin-element-label','s:18:\"en:move to sidebar\";'),('en','messages:vector-prefs-limited-width','s:28:\"en:Enable limited width mode\";'),('en','messages:vector-prefs-limited-width-help','s:61:\"en:Enable limited width mode for improved reading experience.\";'),('en','messages:vector-search-loader','s:29:\"en:Loading search suggestions\";'),('en','messages:vector-searchsuggest-containing','s:101:\"en:Search for pages containing <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('en','messages:vector-site-nav-label','s:7:\"en:Site\";'),('en','messages:vector-skin-desc','s:245:\"en:Provides 2 Vector skins:\n* 2011 - The Modern version of MonoBook with fresh look and many usability improvements.\n* 2022 - The Vector built as part of the WMF [https://www.mediawiki.org/wiki/Desktop_Improvements Desktop Improvements] project.\";'),('en','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('en','messages:vector-toc-beginning','s:12:\"en:Beginning\";'),('en','messages:vector-toc-collapsible-button-label','s:31:\"en:Toggle the table of contents\";'),('en','messages:vector-toc-label','s:11:\"en:Contents\";'),('en','messages:vector-toc-menu-tooltip','s:20:\"en:Table of Contents\";'),('en','messages:vector-toc-toggle-button-label','s:23:\"en:Toggle $1 subsection\";'),('en','messages:vector-toc-unpinned-popup','s:40:\"en:The table of contents has moved here.\";'),('en','messages:vector-unpin-element-label','s:7:\"en:hide\";'),('en','messages:vector-view-create','s:9:\"en:Create\";'),('en','messages:vector-view-edit','s:7:\"en:Edit\";'),('en','messages:vector-view-history','s:15:\"en:View history\";'),('en','messages:vector-view-view','s:7:\"en:Read\";'),('en','messages:vector-view-viewsource','s:14:\"en:View source\";'),('en','messages:vector.css','s:65:\"en:/* All CSS here will be loaded for users of the Vector skin */\";'),('en','messages:vector.js','s:72:\"en:/* All JavaScript here will be loaded for users of the Vector skin */\";'),('en','messages:verification-error','s:44:\"en:This file did not pass file verification.\";'),('en','messages:version','s:10:\"en:Version\";'),('en','messages:version-antispam','s:18:\"en:Spam prevention\";'),('en','messages:version-api','s:6:\"en:API\";'),('en','messages:version-credits-not-found','s:64:\"en:No detailed credits information was found for this extension.\";'),('en','messages:version-credits-summary','s:108:\"en:We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].\";'),('en','messages:version-credits-title','s:17:\"en:Credits for $1\";'),('en','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('en','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('en','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('en','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('en','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('en','messages:version-editors','s:10:\"en:Editors\";'),('en','messages:version-entrypoints','s:19:\"en:Entry point URLs\";'),('en','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('en','messages:version-entrypoints-articlepath','s:89:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path]\";'),('en','messages:version-entrypoints-header-entrypoint','s:14:\"en:Entry point\";'),('en','messages:version-entrypoints-header-url','s:6:\"en:URL\";'),('en','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('en','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('en','messages:version-entrypoints-scriptpath','s:87:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path]\";'),('en','messages:version-ext-colheader-credits','s:10:\"en:Authors\";'),('en','messages:version-ext-colheader-description','s:14:\"en:Description\";'),('en','messages:version-ext-colheader-license','s:10:\"en:License\";'),('en','messages:version-ext-colheader-name','s:12:\"en:Extension\";'),('en','messages:version-ext-colheader-version','s:10:\"en:Version\";'),('en','messages:version-ext-license','s:10:\"en:License\";'),('en','messages:version-extensions','s:23:\"en:Installed extensions\";'),('en','messages:version-extensions-no-ext','s:37:\"en:No extensions currently installed.\";'),('en','messages:version-hook-name','s:12:\"en:Hook name\";'),('en','messages:version-hook-subscribedby','s:16:\"en:Subscribed by\";'),('en','messages:version-hooks','s:8:\"en:Hooks\";'),('en','messages:version-libraries','s:22:\"en:Installed libraries\";'),('en','messages:version-libraries-authors','s:10:\"en:Authors\";'),('en','messages:version-libraries-client','s:34:\"en:Installed client-side libraries\";'),('en','messages:version-libraries-description','s:14:\"en:Description\";'),('en','messages:version-libraries-library','s:10:\"en:Library\";'),('en','messages:version-libraries-license','s:10:\"en:License\";'),('en','messages:version-libraries-server','s:34:\"en:Installed server-side libraries\";'),('en','messages:version-libraries-source','s:9:\"en:Source\";'),('en','messages:version-libraries-version','s:10:\"en:Version\";'),('en','messages:version-license','s:20:\"en:MediaWiki License\";'),('en','messages:version-license-info','s:823:\"en:MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nMediaWiki is distributed in the hope that it will be useful, but <em>WITHOUT ANY WARRANTY</em>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].\";'),('en','messages:version-license-not-found','s:64:\"en:No detailed license information was found for this extension.\";'),('en','messages:version-license-title','s:17:\"en:License for $1\";'),('en','messages:version-mediahandlers','s:17:\"en:Media handlers\";'),('en','messages:version-no-ext-name','s:12:\"en:[no name]\";'),('en','messages:version-other','s:8:\"en:Other\";'),('en','messages:version-parser-extensiontags','s:24:\"en:Parser extension tags\";'),('en','messages:version-parser-function-hooks','s:24:\"en:Parser function hooks\";'),('en','messages:version-parserhooks','s:15:\"en:Parser hooks\";'),('en','messages:version-poweredby-credits','s:108:\"en:This wiki is powered by <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('en','messages:version-poweredby-others','s:9:\"en:others\";'),('en','messages:version-poweredby-translators','s:32:\"en:translatewiki.net translators\";'),('en','messages:version-poweredby-various','s:18:\"en:Various authors\";'),('en','messages:version-skin-colheader-name','s:7:\"en:Skin\";'),('en','messages:version-skins','s:18:\"en:Installed skins\";'),('en','messages:version-skins-no-skin','s:32:\"en:No skins currently installed.\";'),('en','messages:version-software','s:21:\"en:Installed software\";'),('en','messages:version-software-product','s:10:\"en:Product\";'),('en','messages:version-software-version','s:10:\"en:Version\";'),('en','messages:version-specialpages','s:16:\"en:Special pages\";'),('en','messages:version-summary','s:3:\"en:\";'),('en','messages:version-variables','s:12:\"en:Variables\";'),('en','messages:version-version','s:7:\"en:($1)\";'),('en','messages:versionrequired','s:35:\"en:Version $1 of MediaWiki required\";'),('en','messages:versionrequiredtext','s:94:\"en:Version $1 of MediaWiki is required to use this page.\nSee [[Special:Version|version page]].\";'),('en','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('en','messages:view','s:7:\"en:View\";'),('en','messages:view-missing-pages','s:21:\"en:View missing pages\";'),('en','messages:view-pool-contention','s:18:\"en:pool contention\";'),('en','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('en','messages:view-pool-error','s:162:\"en:Sorry, the servers are overloaded at the moment.\nToo many users are trying to view this page.\nPlease wait a while before you try to access this page again.\n\n$1\";'),('en','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('en','messages:viewcontribs','s:21:\"en:View contributions\";'),('en','messages:viewcount','s:59:\"en:This page has been accessed {{PLURAL:$1|once|$1 times}}.\";'),('en','messages:viewdeleted','s:11:\"en:View $1?\";'),('en','messages:viewdeleted_short','s:55:\"en:View {{PLURAL:$1|one deleted edit|$1 deleted edits}}\";'),('en','messages:viewdeletedpage','s:21:\"en:View deleted pages\";'),('en','messages:viewhelppage','s:17:\"en:View help page\";'),('en','messages:viewinguserrights','s:79:\"en:Viewing user groups of {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('en','messages:viewpagelogs','s:26:\"en:View logs for this page\";'),('en','messages:viewpagelogs-lowercase','s:26:\"en:view logs for this page\";'),('en','messages:viewprevnext','s:43:\"en:View ($1 {{int:pipe-separator}} $2) ($3)\";'),('en','messages:views','s:8:\"en:Views\";'),('en','messages:viewsource','s:14:\"en:View source\";'),('en','messages:viewsource-title','s:21:\"en:View source for $1\";'),('en','messages:viewsourcelink','s:14:\"en:view source\";'),('en','messages:viewsourceold','s:14:\"en:view source\";'),('en','messages:viewsourcetext','s:49:\"en:You can view and copy the source of this page.\";'),('en','messages:viewtalkpage','s:18:\"en:View discussion\";'),('en','messages:viewyourtext','s:80:\"en:You can view and copy the source of <strong>your edits</strong> to this page.\";'),('en','messages:virus-badscanner','s:56:\"en:Bad configuration: Unknown virus scanner: <em>$1</em>\";'),('en','messages:virus-scanfailed','s:24:\"en:scan failed (code $1)\";'),('en','messages:virus-unknownscanner','s:21:\"en:unknown antivirus:\";'),('en','messages:visualeditor-cite-tool-definition.json','s:7:\"en:null\";'),('en','messages:visualeditor-cite-tool-name-book','s:7:\"en:Book\";'),('en','messages:visualeditor-cite-tool-name-journal','s:10:\"en:Journal\";'),('en','messages:visualeditor-cite-tool-name-news','s:7:\"en:News\";'),('en','messages:visualeditor-cite-tool-name-web','s:10:\"en:Website\";'),('en','messages:wantedcategories','s:20:\"en:Wanted categories\";'),('en','messages:wantedcategories-summary','s:3:\"en:\";'),('en','messages:wantedfiles','s:15:\"en:Wanted files\";'),('en','messages:wantedfiles-summary','s:3:\"en:\";'),('en','messages:wantedfiletext-cat','s:247:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('en','messages:wantedfiletext-cat-noforeign','s:127:\"en:The following files are used but do not exist. Additionally, pages that embed files that do not exist are listed in [[:$1]].\";'),('en','messages:wantedfiletext-nocat','s:169:\"en:The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.\";'),('en','messages:wantedfiletext-nocat-noforeign','s:49:\"en:The following files are used but do not exist.\";'),('en','messages:wantedpages','s:15:\"en:Wanted pages\";'),('en','messages:wantedpages-badtitle','s:34:\"en:Invalid title in result set: $1\";'),('en','messages:wantedpages-summary','s:254:\"en:List of non-existing pages with the most links to them, excluding pages which only have redirects linking to them. For a list of non-existent pages that have redirects linking to them, see [[{{#special:BrokenRedirects}}|the list of broken redirects]].\";'),('en','messages:wantedtemplates','s:19:\"en:Wanted templates\";'),('en','messages:wantedtemplates-summary','s:3:\"en:\";'),('en','messages:watch','s:8:\"en:Watch\";'),('en','messages:watching','s:14:\"en:Watching...\";'),('en','messages:watchlist','s:12:\"en:Watchlist\";'),('en','messages:watchlist-details','s:77:\"en:{{PLURAL:$1|$1 page is|$1 pages are}} on your Watchlist (plus talk pages).\";'),('en','messages:watchlist-expires-in-aria-label','s:26:\"en:Expiring watchlist item\";'),('en','messages:watchlist-expiring-days-full-text','s:53:\"en:{{PLURAL:$1|1 day|$1 days}} left in your watchlist\";'),('en','messages:watchlist-expiring-hours-full-text','s:37:\"en:A few hours left in your watchlist\";'),('en','messages:watchlist-expiry-days-left','s:36:\"en:{{PLURAL:$1|$1 day|$1 days}} left\";'),('en','messages:watchlist-expiry-hours-left','s:19:\"en:A few hours left\";'),('en','messages:watchlist-expiry-options','s:101:\"en:Permanent:infinite,1 week:1 week,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year\";'),('en','messages:watchlist-hide','s:7:\"en:Hide\";'),('en','messages:watchlist-options','s:20:\"en:Watchlist options\";'),('en','messages:watchlist-submit','s:7:\"en:Show\";'),('en','messages:watchlist-summary','s:3:\"en:\";'),('en','messages:watchlist-unwatch','s:5:\"en:×\";'),('en','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('en','messages:watchlistanontext','s:57:\"en:Please log in to view or edit items on your watchlist.\";'),('en','messages:watchlistanontext-for-temp-user','s:60:\"en:Please create an account to view or edit watchlist items.\";'),('en','messages:watchlistedit-clear-done','s:35:\"en:Your watchlist has been cleared.\";'),('en','messages:watchlistedit-clear-explain','s:56:\"en:All of the titles will be removed from your watchlist\";'),('en','messages:watchlistedit-clear-jobqueue','s:60:\"en:Your watchlist is being cleared. This may take some time!\";'),('en','messages:watchlistedit-clear-legend','s:18:\"en:Clear watchlist\";'),('en','messages:watchlistedit-clear-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('en','messages:watchlistedit-clear-submit','s:43:\"en:Clear the watchlist (This is permanent!)\";'),('en','messages:watchlistedit-clear-title','s:18:\"en:Clear watchlist\";'),('en','messages:watchlistedit-clear-titles','s:10:\"en:Titles:\";'),('en','messages:watchlistedit-normal-check-all','s:12:\"en:Check all\";'),('en','messages:watchlistedit-normal-done','s:79:\"en:{{PLURAL:$1|A single title was|$1 titles were}} removed from your watchlist:\";'),('en','messages:watchlistedit-normal-explain','s:200:\"en:Titles on your watchlist are shown below.\nTo remove a title, check the box next to it, and click \"{{int:Watchlistedit-normal-submit}}\".\nYou can also [[Special:EditWatchlist/raw|edit the raw list]].\";'),('en','messages:watchlistedit-normal-legend','s:31:\"en:Remove titles from watchlist\";'),('en','messages:watchlistedit-normal-submit','s:16:\"en:Remove titles\";'),('en','messages:watchlistedit-normal-title','s:17:\"en:Edit watchlist\";'),('en','messages:watchlistedit-raw-added','s:50:\"en:{{PLURAL:$1|1 title was|$1 titles were}} added:\";'),('en','messages:watchlistedit-raw-done','s:35:\"en:Your watchlist has been updated.\";'),('en','messages:watchlistedit-raw-explain','s:244:\"en:Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;\none title per line.\nWhen finished, click \"{{int:Watchlistedit-raw-submit}}\".\nYou can also [[Special:EditWatchlist|use the standard editor]].\";'),('en','messages:watchlistedit-raw-legend','s:21:\"en:Edit raw watchlist\";'),('en','messages:watchlistedit-raw-removed','s:52:\"en:{{PLURAL:$1|1 title was|$1 titles were}} removed:\";'),('en','messages:watchlistedit-raw-submit','s:19:\"en:Update watchlist\";'),('en','messages:watchlistedit-raw-title','s:21:\"en:Edit raw watchlist\";'),('en','messages:watchlistedit-raw-titles','s:10:\"en:Titles:\";'),('en','messages:watchlistedit-too-many','s:77:\"en:Your watchlist has been updated. There are too many pages to display here.\";'),('en','messages:watchlistfor2','s:9:\"en:For $1\";'),('en','messages:watchlistnotwatchable','s:25:\"en:Page is not watchable.\";'),('en','messages:watchlisttools-clear','s:22:\"en:Clear the watchlist\";'),('en','messages:watchlisttools-edit','s:26:\"en:View and edit watchlist\";'),('en','messages:watchlisttools-raw','s:21:\"en:Edit raw watchlist\";'),('en','messages:watchlisttools-view','s:24:\"en:View relevant changes\";'),('en','messages:watchnologin','s:16:\"en:Not logged in\";'),('en','messages:watchthis','s:18:\"en:Watch this page\";'),('en','messages:watchthispage','s:18:\"en:Watch this page\";'),('en','messages:watchthisupload','s:18:\"en:Watch this file\";'),('en','messages:wed','s:6:\"en:Wed\";'),('en','messages:wednesday','s:12:\"en:Wednesday\";'),('en','messages:wednesday-at','s:18:\"en:Wednesday at $1\";'),('en','messages:weeks','s:33:\"en:{{PLURAL:$1|$1 week|$1 weeks}}\";'),('en','messages:welcomecreation-msg','s:115:\"en:Your account has been created.\nYou can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.\";'),('en','messages:welcomeuser','s:15:\"en:Welcome, $1!\";'),('en','messages:whatlinkshere','s:18:\"en:What links here\";'),('en','messages:whatlinkshere-count','s:42:\"en:Displaying $1 {{PLURAL:$1|item|items}}.\";'),('en','messages:whatlinkshere-hideimages','s:18:\"en:Hide file links\";'),('en','messages:whatlinkshere-hidelinks','s:13:\"en:Hide links\";'),('en','messages:whatlinkshere-hideredirs','s:17:\"en:Hide redirects\";'),('en','messages:whatlinkshere-hidetrans','s:21:\"en:Hide transclusions\";'),('en','messages:whatlinkshere-links','s:12:\"en:← links\";'),('en','messages:whatlinkshere-next','s:29:\"en:{{PLURAL:$1|next|next $1}}\";'),('en','messages:whatlinkshere-page','s:8:\"en:Page:\";'),('en','messages:whatlinkshere-prev','s:37:\"en:{{PLURAL:$1|previous|previous $1}}\";'),('en','messages:whatlinkshere-sectionredir','s:27:\"en:redirect to section \"$1\"\";'),('en','messages:whatlinkshere-submit','s:5:\"en:Go\";'),('en','messages:whatlinkshere-summary','s:3:\"en:\";'),('en','messages:whatlinkshere-title','s:26:\"en:Pages that link to \"$1\"\";'),('en','messages:whitelistedittext','s:27:\"en:Please $1 to edit pages.\";'),('en','messages:widthheight','s:11:\"en:$1 × $2\";'),('en','messages:widthheightpage','s:40:\"en:$1 × $2, $3 {{PLURAL:$3|page|pages}}\";'),('en','messages:wikibase-listdatatypes-math-body','s:113:\"en:Literal data field for mathematical expressions, formula, equations and such, expressed in a variant of LaTeX.\";'),('en','messages:wikibase-listdatatypes-math-head','s:26:\"en:Mathematical expression\";'),('en','messages:wikieditor','s:38:\"en:Advanced wikitext editing interface\";'),('en','messages:wikieditor-desc','s:62:\"en:Provides an advanced, extensible wikitext editing interface\";'),('en','messages:wikieditor-realtimepreview-error','s:22:\"en:Preview not loading\";'),('en','messages:wikieditor-realtimepreview-manual','s:52:\"en:Please reload now to manually preview your edits.\";'),('en','messages:wikieditor-realtimepreview-preview','s:10:\"en:Preview\";'),('en','messages:wikieditor-realtimepreview-reload','s:9:\"en:Reload\";'),('en','messages:wikieditor-realtimepreview-reload-title','s:35:\"en:Reload the realtime preview pane\";'),('en','messages:wikieditor-toolbar','s:18:\"en:Editing toolbar\";'),('en','messages:wikieditor-toolbar-desc','s:44:\"en:Edit page toolbar with enhanced usability\";'),('en','messages:wikieditor-toolbar-file-alt','s:20:\"en:Alternative text:\";'),('en','messages:wikieditor-toolbar-file-alt-help','s:306:\"en:You can use this optional field to write a text description for people who cannot see the file.\nThe description should be enough for them to understand the purpose and information given by the media item. This is vital for blind users and other people using screen-reader software or text-only browsers.\";'),('en','messages:wikieditor-toolbar-file-alt-help-label','s:14:\"en:(Show help)\";'),('en','messages:wikieditor-toolbar-file-caption','s:11:\"en:Caption:\";'),('en','messages:wikieditor-toolbar-file-default','s:12:\"en:(default)\";'),('en','messages:wikieditor-toolbar-file-float','s:9:\"en:Align:\";'),('en','messages:wikieditor-toolbar-file-format','s:10:\"en:Format:\";'),('en','messages:wikieditor-toolbar-file-format-none','s:7:\"en:none\";'),('en','messages:wikieditor-toolbar-file-size','s:8:\"en:Size:\";'),('en','messages:wikieditor-toolbar-file-target','s:12:\"en:Filename:\";'),('en','messages:wikieditor-toolbar-group-format','s:9:\"en:Format\";'),('en','messages:wikieditor-toolbar-group-insert','s:9:\"en:Insert\";'),('en','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"en:Bold\";'),('en','messages:wikieditor-toolbar-help-content-bold-example','s:12:\"en:Bold text\";'),('en','messages:wikieditor-toolbar-help-content-bolditalic-description','s:16:\"en:Bold & italic\";'),('en','messages:wikieditor-toolbar-help-content-bolditalic-example','s:21:\"en:Bold & italic text\";'),('en','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"en:Caption text\";'),('en','messages:wikieditor-toolbar-help-content-file-description','s:16:\"en:Embedded file\";'),('en','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"en:[[$1:Example.png|$2|$3]]\";'),('en','messages:wikieditor-toolbar-help-content-heading2-description','s:20:\"en:2nd level heading\";'),('en','messages:wikieditor-toolbar-help-content-heading2-example','s:15:\"en:Heading text\";'),('en','messages:wikieditor-toolbar-help-content-heading3-description','s:20:\"en:3rd level heading\";'),('en','messages:wikieditor-toolbar-help-content-heading3-example','s:15:\"en:Heading text\";'),('en','messages:wikieditor-toolbar-help-content-heading4-description','s:20:\"en:4th level heading\";'),('en','messages:wikieditor-toolbar-help-content-heading4-example','s:15:\"en:Heading text\";'),('en','messages:wikieditor-toolbar-help-content-heading5-description','s:20:\"en:5th level heading\";'),('en','messages:wikieditor-toolbar-help-content-heading5-example','s:15:\"en:Heading text\";'),('en','messages:wikieditor-toolbar-help-content-ilink-description','s:16:\"en:Internal link\";'),('en','messages:wikieditor-toolbar-help-content-ilink-example','s:43:\"en:[[Page title]]\n[[Page title|Link label]]\";'),('en','messages:wikieditor-toolbar-help-content-indent-description','s:9:\"en:Indent\";'),('en','messages:wikieditor-toolbar-help-content-indent1','s:14:\"en:Normal text\";'),('en','messages:wikieditor-toolbar-help-content-indent2','s:16:\"en:Indented text\";'),('en','messages:wikieditor-toolbar-help-content-indent3','s:16:\"en:Indented text\";'),('en','messages:wikieditor-toolbar-help-content-italic-description','s:9:\"en:Italic\";'),('en','messages:wikieditor-toolbar-help-content-italic-example','s:14:\"en:Italic text\";'),('en','messages:wikieditor-toolbar-help-content-olist-description','s:16:\"en:Numbered list\";'),('en','messages:wikieditor-toolbar-help-content-olist-example','s:12:\"en:List item\";'),('en','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"en:Signature\";'),('en','messages:wikieditor-toolbar-help-content-signature-example','s:32:\"en:[[$1:$3|$3]] ([[$2:$3|talk]])\";'),('en','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('en','messages:wikieditor-toolbar-help-content-signature-username','s:11:\"en:Username\";'),('en','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:27:\"en:Signature with timestamp\";'),('en','messages:wikieditor-toolbar-help-content-signaturetimestamp-example','s:60:\"en:--[[$1:$3|$3]] ([[$2:$3|talk]]) 15:54, 29 June 2023 (UTC)\";'),('en','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('en','messages:wikieditor-toolbar-help-content-ulist-description','s:16:\"en:Bulleted list\";'),('en','messages:wikieditor-toolbar-help-content-ulist-example','s:12:\"en:List item\";'),('en','messages:wikieditor-toolbar-help-content-xlink-description','s:16:\"en:External link\";'),('en','messages:wikieditor-toolbar-help-content-xlink-example-label','s:13:\"en:Link label\";'),('en','messages:wikieditor-toolbar-help-content-xlink-example-url','s:23:\"en:https://example.org/\";'),('en','messages:wikieditor-toolbar-help-content-xlink-example1','s:18:\"en:[$1 $2]\n[$1]\n$1\";'),('en','messages:wikieditor-toolbar-help-content-xlink-example2','s:62:\"en:[$1 $2]\n[$1 <nowiki>[</nowiki>$3<nowiki>]</nowiki>]\n[$1 $1]\";'),('en','messages:wikieditor-toolbar-help-heading-description','s:14:\"en:Description\";'),('en','messages:wikieditor-toolbar-help-heading-result','s:15:\"en:What you get\";'),('en','messages:wikieditor-toolbar-help-heading-syntax','s:16:\"en:What you type\";'),('en','messages:wikieditor-toolbar-help-page-discussion','s:13:\"en:Discussion\";'),('en','messages:wikieditor-toolbar-help-page-file','s:8:\"en:Files\";'),('en','messages:wikieditor-toolbar-help-page-format','s:13:\"en:Formatting\";'),('en','messages:wikieditor-toolbar-help-page-heading','s:11:\"en:Headings\";'),('en','messages:wikieditor-toolbar-help-page-link','s:8:\"en:Links\";'),('en','messages:wikieditor-toolbar-help-page-list','s:8:\"en:Lists\";'),('en','messages:wikieditor-toolbar-preference','s:29:\"en:Enable the editing toolbar\";'),('en','messages:wikieditor-toolbar-preference-help','s:55:\"en:This is sometimes called the \'2010 wikitext editor\'.\";'),('en','messages:wikieditor-toolbar-section-advanced','s:11:\"en:Advanced\";'),('en','messages:wikieditor-toolbar-section-characters','s:21:\"en:Special characters\";'),('en','messages:wikieditor-toolbar-section-help','s:7:\"en:Help\";'),('en','messages:wikieditor-toolbar-tool-big','s:6:\"en:Big\";'),('en','messages:wikieditor-toolbar-tool-big-example','s:11:\"en:Big text\";'),('en','messages:wikieditor-toolbar-tool-bold','s:7:\"en:Bold\";'),('en','messages:wikieditor-toolbar-tool-bold-example','s:12:\"en:Bold text\";'),('en','messages:wikieditor-toolbar-tool-file','s:19:\"en:Images and media\";'),('en','messages:wikieditor-toolbar-tool-file-cancel','s:9:\"en:Cancel\";'),('en','messages:wikieditor-toolbar-tool-file-insert','s:9:\"en:Insert\";'),('en','messages:wikieditor-toolbar-tool-file-title','s:14:\"en:Insert file\";'),('en','messages:wikieditor-toolbar-tool-file-upload','s:9:\"en:Upload\";'),('en','messages:wikieditor-toolbar-tool-gallery','s:18:\"en:Picture gallery\";'),('en','messages:wikieditor-toolbar-tool-gallery-example','s:44:\"en:Example.jpg|Caption1\nExample.jpg|Caption2\";'),('en','messages:wikieditor-toolbar-tool-heading','s:10:\"en:Heading\";'),('en','messages:wikieditor-toolbar-tool-heading-1','s:10:\"en:Level 1\";'),('en','messages:wikieditor-toolbar-tool-heading-2','s:10:\"en:Level 2\";'),('en','messages:wikieditor-toolbar-tool-heading-3','s:10:\"en:Level 3\";'),('en','messages:wikieditor-toolbar-tool-heading-4','s:10:\"en:Level 4\";'),('en','messages:wikieditor-toolbar-tool-heading-5','s:10:\"en:Level 5\";'),('en','messages:wikieditor-toolbar-tool-heading-example','s:15:\"en:Heading text\";'),('en','messages:wikieditor-toolbar-tool-italic','s:9:\"en:Italic\";'),('en','messages:wikieditor-toolbar-tool-italic-example','s:14:\"en:Italic text\";'),('en','messages:wikieditor-toolbar-tool-link','s:7:\"en:Link\";'),('en','messages:wikieditor-toolbar-tool-link-cancel','s:9:\"en:Cancel\";'),('en','messages:wikieditor-toolbar-tool-link-ext','s:26:\"en:To an external web page\";'),('en','messages:wikieditor-toolbar-tool-link-ext-target','s:12:\"en:Link URL:\";'),('en','messages:wikieditor-toolbar-tool-link-ext-text','s:13:\"en:Link text:\";'),('en','messages:wikieditor-toolbar-tool-link-insert','s:14:\"en:Insert link\";'),('en','messages:wikieditor-toolbar-tool-link-int','s:17:\"en:To a wiki page\";'),('en','messages:wikieditor-toolbar-tool-link-int-target','s:22:\"en:Target page or URL:\";'),('en','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:75:\"en:This page is not a content page, but a list of topics with similar names\";'),('en','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:35:\"en:This page exists on {{SITENAME}}\";'),('en','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:16:\"en:External link\";'),('en','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:37:\"en:The title you specified is invalid\";'),('en','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:43:\"en:This page does not exist on {{SITENAME}}\";'),('en','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:20:\"en:Page title or URL\";'),('en','messages:wikieditor-toolbar-tool-link-int-text','s:19:\"en:Text to display:\";'),('en','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:23:\"en:Text to be displayed\";'),('en','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:124:\"en:The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?\";'),('en','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:16:\"en:External link\";'),('en','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:16:\"en:Internal link\";'),('en','messages:wikieditor-toolbar-tool-link-title','s:14:\"en:Insert link\";'),('en','messages:wikieditor-toolbar-tool-newline','s:11:\"en:New line\";'),('en','messages:wikieditor-toolbar-tool-nowiki','s:21:\"en:No wiki formatting\";'),('en','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"en:Insert non-formatted text here\";'),('en','messages:wikieditor-toolbar-tool-olist','s:16:\"en:Numbered list\";'),('en','messages:wikieditor-toolbar-tool-olist-example','s:21:\"en:Numbered list item\";'),('en','messages:wikieditor-toolbar-tool-redirect','s:11:\"en:Redirect\";'),('en','messages:wikieditor-toolbar-tool-redirect-example','s:19:\"en:Target page name\";'),('en','messages:wikieditor-toolbar-tool-replace','s:21:\"en:Search and replace\";'),('en','messages:wikieditor-toolbar-tool-replace-button-findnext','s:12:\"en:Find next\";'),('en','messages:wikieditor-toolbar-tool-replace-button-replace','s:10:\"en:Replace\";'),('en','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:14:\"en:Replace all\";'),('en','messages:wikieditor-toolbar-tool-replace-case','s:13:\"en:Match case\";'),('en','messages:wikieditor-toolbar-tool-replace-close','s:8:\"en:Close\";'),('en','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"en:You did not enter anything to search for.\";'),('en','messages:wikieditor-toolbar-tool-replace-invalidregex','s:52:\"en:The regular expression you entered is invalid: $1\";'),('en','messages:wikieditor-toolbar-tool-replace-nomatch','s:38:\"en:Your search did not match anything.\";'),('en','messages:wikieditor-toolbar-tool-replace-regex','s:46:\"en:Treat search string as a regular expression\";'),('en','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"en:Replace with:\";'),('en','messages:wikieditor-toolbar-tool-replace-search','s:14:\"en:Search for:\";'),('en','messages:wikieditor-toolbar-tool-replace-success','s:50:\"en:$1 {{PLURAL:$1|replacement|replacements}} made.\";'),('en','messages:wikieditor-toolbar-tool-replace-title','s:21:\"en:Search and replace\";'),('en','messages:wikieditor-toolbar-tool-replace-word','s:19:\"en:Match whole word\";'),('en','messages:wikieditor-toolbar-tool-signature','s:26:\"en:Signature and timestamp\";'),('en','messages:wikieditor-toolbar-tool-small','s:8:\"en:Small\";'),('en','messages:wikieditor-toolbar-tool-small-example','s:13:\"en:Small text\";'),('en','messages:wikieditor-toolbar-tool-subscript','s:12:\"en:Subscript\";'),('en','messages:wikieditor-toolbar-tool-subscript-example','s:17:\"en:Subscript text\";'),('en','messages:wikieditor-toolbar-tool-superscript','s:14:\"en:Superscript\";'),('en','messages:wikieditor-toolbar-tool-superscript-example','s:19:\"en:Superscript text\";'),('en','messages:wikieditor-toolbar-tool-table','s:8:\"en:Table\";'),('en','messages:wikieditor-toolbar-tool-table-cancel','s:9:\"en:Cancel\";'),('en','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"en:Columns\";'),('en','messages:wikieditor-toolbar-tool-table-dimensions-header','s:17:\"en:Add header row\";'),('en','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:7:\"en:Rows\";'),('en','messages:wikieditor-toolbar-tool-table-example','s:10:\"en:Example\";'),('en','messages:wikieditor-toolbar-tool-table-example-caption','s:15:\"en:Caption text\";'),('en','messages:wikieditor-toolbar-tool-table-example-cell-text','s:12:\"en:Cell text\";'),('en','messages:wikieditor-toolbar-tool-table-example-header','s:14:\"en:Header text\";'),('en','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('en','messages:wikieditor-toolbar-tool-table-insert','s:9:\"en:Insert\";'),('en','messages:wikieditor-toolbar-tool-table-invalidnumber','s:58:\"en:You have not entered a valid number of rows or columns.\";'),('en','messages:wikieditor-toolbar-tool-table-preview','s:10:\"en:Preview\";'),('en','messages:wikieditor-toolbar-tool-table-sortable','s:22:\"en:Make table sortable\";'),('en','messages:wikieditor-toolbar-tool-table-title','s:15:\"en:Insert table\";'),('en','messages:wikieditor-toolbar-tool-table-toomany','s:97:\"en:Inserting a table with more than $1 {{PLURAL:$1|cell|cells}} is not possible with this dialog.\";'),('en','messages:wikieditor-toolbar-tool-table-wikitable','s:21:\"en:Style with borders\";'),('en','messages:wikieditor-toolbar-tool-table-zero','s:55:\"en:You cannot insert a table with zero rows or columns.\";'),('en','messages:wikieditor-toolbar-tool-ulist','s:16:\"en:Bulleted list\";'),('en','messages:wikieditor-toolbar-tool-ulist-example','s:21:\"en:Bulleted list item\";'),('en','messages:wikieditor-wikitext-tab','s:11:\"en:Wikitext\";'),('en','messages:windows-nonascii-filename','s:64:\"en:This wiki does not support filenames with special characters.\";'),('en','messages:withoutinterwiki','s:31:\"en:Pages without language links\";'),('en','messages:withoutinterwiki-submit','s:7:\"en:Show\";'),('en','messages:withoutinterwiki-summary','s:62:\"en:The following pages do not link to other language versions.\";'),('en','messages:wlheader-enotif','s:33:\"en:Email notification is enabled.\";'),('en','messages:wlheader-showupdated','s:95:\"en:Pages that have been changed since you last visited them are shown in <strong>bold</strong>.\";'),('en','messages:wlnote','s:154:\"en:Below {{PLURAL:$1|is the last change|are the last <strong>$1</strong> changes}} in the last {{PLURAL:$2|hour|<strong>$2</strong> hours}}, as of $3, $4.\";'),('en','messages:wlshowhideanons','s:18:\"en:anonymous users\";'),('en','messages:wlshowhidebots','s:7:\"en:bots\";'),('en','messages:wlshowhidecategorization','s:22:\"en:page categorization\";'),('en','messages:wlshowhideliu','s:19:\"en:registered users\";'),('en','messages:wlshowhidemine','s:11:\"en:my edits\";'),('en','messages:wlshowhideminor','s:14:\"en:minor edits\";'),('en','messages:wlshowhidepatr','s:18:\"en:patrolled edits\";'),('en','messages:wlshowtime','s:29:\"en:Period of time to display:\";'),('en','messages:word-separator','s:8:\"en:&#32;\";'),('en','messages:wrongpassword','s:60:\"en:Incorrect username or password entered.\nPlease try again.\";'),('en','messages:wrongpasswordempty','s:48:\"en:Password entered was blank.\nPlease try again.\";'),('en','messages:xffblockreason','s:161:\"en:An IP address present in the X-Forwarded-For header, either yours or that of a proxy server you are using, has been blocked. The original block reason was: $1\";'),('en','messages:xml-error-string','s:38:\"en:$1 at line $2, col $3 (byte $4): $5\";'),('en','messages:year','s:27:\"en:From year (and earlier):\";'),('en','messages:years','s:33:\"en:{{PLURAL:$1|$1 year|$1 years}}\";'),('en','messages:yesterday-at','s:18:\"en:Yesterday at $1\";'),('en','messages:yourdiff','s:14:\"en:Differences\";'),('en','messages:yourdomainname','s:15:\"en:Your domain:\";'),('en','messages:youremail','s:9:\"en:Email:\";'),('en','messages:yourgender','s:37:\"en:How do you prefer to be described?\";'),('en','messages:yourlanguage','s:12:\"en:Language:\";'),('en','messages:yourname','s:12:\"en:Username:\";'),('en','messages:yournick','s:17:\"en:New signature:\";'),('en','messages:yourpassword','s:12:\"en:Password:\";'),('en','messages:yourpasswordagain','s:19:\"en:Retype password:\";'),('en','messages:yourrealname','s:13:\"en:Real name:\";'),('en','messages:yourtext','s:12:\"en:Your text\";'),('en','messages:yourvariant','s:28:\"en:Content language variant:\";'),('en','messages:zip-bad','s:102:\"en:The file is a corrupt or otherwise unreadable ZIP file.\nIt cannot be properly checked for security.\";'),('en','messages:zip-file-open-error','s:65:\"en:An error was encountered when opening the file for ZIP checks.\";'),('en','messages:zip-unsupported','s:120:\"en:The file is a ZIP file that uses ZIP features not supported by MediaWiki.\nIt cannot be properly checked for security.\";'),('en','messages:zip-wrong-format','s:41:\"en:The specified file was not a ZIP file.\";'),('en','minimumGroupingDigits','i:1;'),('en','namespaceAliases','a:2:{s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('en','namespaceGenderAliases','a:0:{}'),('en','namespaceNames','a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}'),('en','originalFallbackSequence','a:0:{}'),('en','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('en','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('en','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:16:\"en:Project:About\";s:9:\"aboutsite\";s:21:\"en:About {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:10:\"en:Actions\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:17:\"en:Current events\";s:17:\"currentevents-url\";s:25:\"en:Project:Current events\";s:14:\"disclaimerpage\";s:29:\"en:Project:General disclaimer\";s:11:\"disclaimers\";s:14:\"en:Disclaimers\";s:4:\"edit\";s:7:\"en:Edit\";s:11:\"editsection\";s:7:\"en:edit\";s:15:\"editsectionhint\";s:19:\"en:Edit section: $1\";s:4:\"help\";s:7:\"en:Help\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"en:$1 – $2\";s:6:\"jumpto\";s:11:\"en:Jump to:\";s:16:\"jumptonavigation\";s:13:\"en:navigation\";s:12:\"jumptosearch\";s:9:\"en:search\";s:14:\"lastmodifiedat\";s:42:\"en:This page was last edited on $1, at $2.\";s:8:\"mainpage\";s:12:\"en:Main Page\";s:20:\"mainpage-description\";s:12:\"en:Main page\";s:14:\"mainpage-nstab\";s:12:\"en:Main page\";s:10:\"namespaces\";s:13:\"en:Namespaces\";s:10:\"navigation\";s:13:\"en:Navigation\";s:23:\"nav-login-createaccount\";s:26:\"en:Log in / create account\";s:10:\"nstab-main\";s:7:\"en:Page\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:36:\"en:{{PLURAL:$1|Category|Categories}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"en:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:17:\"en:Permanent link\";s:13:\"personaltools\";s:17:\"en:Personal tools\";s:6:\"portal\";s:19:\"en:Community portal\";s:10:\"portal-url\";s:27:\"en:Project:Community portal\";s:16:\"printableversion\";s:20:\"en:Printable version\";s:7:\"privacy\";s:17:\"en:Privacy policy\";s:11:\"privacypage\";s:25:\"en:Project:Privacy policy\";s:10:\"randompage\";s:14:\"en:Random page\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:17:\"en:Recent changes\";s:27:\"recentchangeslinked-toolbox\";s:18:\"en:Related changes\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:22:\"en:Retrieved from \"$1\"\";s:6:\"search\";s:9:\"en:Search\";s:13:\"searcharticle\";s:5:\"en:Go\";s:12:\"searchbutton\";s:9:\"en:Search\";s:20:\"searchsuggest-search\";s:22:\"en:Search {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:18:\"en:Navigation menu\";s:14:\"site-atom-feed\";s:15:\"en:$1 Atom feed\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:16:\"en:Special pages\";s:7:\"tagline\";s:20:\"en:From {{SITENAME}}\";s:4:\"talk\";s:13:\"en:Discussion\";s:7:\"toolbox\";s:8:\"en:Tools\";s:15:\"tooltip-ca-edit\";s:17:\"en:Edit this page\";s:18:\"tooltip-ca-history\";s:30:\"en:Past revisions of this page\";s:21:\"tooltip-ca-nstab-main\";s:24:\"en:View the content page\";s:15:\"tooltip-ca-talk\";s:36:\"en:Discussion about the content page\";s:21:\"tooltip-ca-viewsource\";s:50:\"en:This page is protected.\nYou can view its source\";s:23:\"tooltip-n-currentevents\";s:48:\"en:Find background information on current events\";s:14:\"tooltip-n-help\";s:24:\"en:The place to find out\";s:30:\"tooltip-n-mainpage-description\";s:22:\"en:Visit the main page\";s:16:\"tooltip-n-portal\";s:59:\"en:About the project, what you can do, where to find things\";s:20:\"tooltip-n-randompage\";s:21:\"en:Load a random page\";s:23:\"tooltip-n-recentchanges\";s:39:\"en:A list of recent changes in the wiki\";s:14:\"tooltip-p-logo\";s:22:\"en:Visit the main page\";s:16:\"tooltip-pt-login\";s:61:\"en:You are encouraged to log in; however, it is not mandatory\";s:24:\"tooltip-pt-createaccount\";s:83:\"en:You are encouraged to create an account and log in; however, it is not mandatory\";s:14:\"tooltip-search\";s:22:\"en:Search {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:33:\"en:Search the pages for this text\";s:17:\"tooltip-search-go\";s:49:\"en:Go to a page with this exact name if it exists\";s:14:\"tooltip-t-info\";s:35:\"en:More information about this page\";s:19:\"tooltip-t-permalink\";s:47:\"en:Permanent link to this revision of this page\";s:15:\"tooltip-t-print\";s:33:\"en:Printable version of this page\";s:29:\"tooltip-t-recentchangeslinked\";s:48:\"en:Recent changes in pages linked from this page\";s:22:\"tooltip-t-specialpages\";s:30:\"en:A list of all special pages\";s:23:\"tooltip-t-whatlinkshere\";s:42:\"en:A list of all wiki pages that link here\";s:8:\"variants\";s:11:\"en:Variants\";s:16:\"vector-view-edit\";s:7:\"en:Edit\";s:19:\"vector-view-history\";s:15:\"en:View history\";s:16:\"vector-view-view\";s:7:\"en:Read\";s:9:\"viewcount\";s:59:\"en:This page has been accessed {{PLURAL:$1|once|$1 times}}.\";s:5:\"views\";s:8:\"en:Views\";s:13:\"whatlinkshere\";s:18:\"en:What links here\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:20:{s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j F Y\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:8:\"dmy both\";s:10:\"H:i, j F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y F j\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:8:\"ymd both\";s:10:\"H:i, Y F j\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:5:\"Media\";i:-1;s:7:\"Special\";i:0;s:0:\"\";i:1;s:4:\"Talk\";i:2;s:4:\"User\";i:3;s:9:\"User_talk\";i:5;s:7:\"$1_talk\";i:6;s:4:\"File\";i:7;s:9:\"File_talk\";i:8;s:9:\"MediaWiki\";i:9;s:14:\"MediaWiki_talk\";i:10;s:8:\"Template\";i:11;s:13:\"Template_talk\";i:12;s:4:\"Help\";i:13;s:9:\"Help_talk\";i:14;s:8:\"Category\";i:15;s:13:\"Category_talk\";}}'),('en','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('en','rtl','b:0;'),('en','separatorTransformTable','N;'),('en','specialPageAliases','a:148:{s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:10:\"MobileCite\";a:1:{i:0;s:10:\"MobileCite\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:10:\"MathStatus\";a:1:{i:0;s:10:\"MathStatus\";}s:13:\"MathShowImage\";a:1:{i:0;s:13:\"MathShowImage\";}s:12:\"MathWikibase\";a:1:{i:0;s:12:\"MathWikibase\";}s:11:\"Activeusers\";a:1:{i:0;s:11:\"ActiveUsers\";}s:11:\"Allmessages\";a:1:{i:0;s:11:\"AllMessages\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:8:\"Allpages\";a:1:{i:0;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:1:{i:0;s:12:\"AncientPages\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:26:\"AuthenticationPopupSuccess\";a:1:{i:0;s:26:\"AuthenticationPopupSuccess\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:8:\"Badtitle\";a:1:{i:0;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:1:{i:0;s:9:\"BlankPage\";}s:5:\"Block\";a:3:{i:0;s:5:\"Block\";i:1;s:7:\"BlockIP\";i:2;s:9:\"BlockUser\";}s:9:\"BlockList\";a:3:{i:0;s:9:\"BlockList\";i:1;s:10:\"ListBlocks\";i:2;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:1:{i:0;s:11:\"BookSources\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:15:\"BrokenRedirects\";a:1:{i:0;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:1:{i:0;s:10:\"Categories\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:11:\"ChangeEmail\";a:1:{i:0;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:3:{i:0;s:14:\"ChangePassword\";i:1;s:9:\"ResetPass\";i:2;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:1:{i:0;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:1:{i:0;s:12:\"ConfirmEmail\";}s:10:\"Contribute\";a:1:{i:0;s:10:\"Contribute\";}s:13:\"Contributions\";a:2:{i:0;s:13:\"Contributions\";i:1;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:1:{i:0;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:1:{i:0;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:1:{i:0;s:20:\"DeletedContributions\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:15:\"DoubleRedirects\";a:1:{i:0;s:15:\"DoubleRedirects\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:12:\"EditRecovery\";a:1:{i:0;s:12:\"EditRecovery\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"EditWatchlist\";a:1:{i:0;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:2:{i:0;s:9:\"EmailUser\";i:1;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:1:{i:0;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:1:{i:0;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:1:{i:0;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:1:{i:0;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:1:{i:0;s:8:\"FilePath\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:6:\"Import\";a:1:{i:0;s:6:\"Import\";}s:15:\"Invalidateemail\";a:1:{i:0;s:15:\"InvalidateEmail\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"LinkSearch\";a:1:{i:0;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:1:{i:0;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:1:{i:0;s:8:\"ListBots\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:9:\"Listfiles\";a:3:{i:0;s:9:\"ListFiles\";i:1;s:8:\"FileList\";i:2;s:9:\"ImageList\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"Listgrouprights\";a:2:{i:0;s:15:\"ListGroupRights\";i:1;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:1:{i:0;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:3:{i:0;s:9:\"ListUsers\";i:1;s:8:\"UserList\";i:2;s:5:\"Users\";}s:6:\"Lockdb\";a:1:{i:0;s:6:\"LockDB\";}s:3:\"Log\";a:2:{i:0;s:3:\"Log\";i:1;s:4:\"Logs\";}s:11:\"Lonelypages\";a:2:{i:0;s:11:\"LonelyPages\";i:1;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:1:{i:0;s:9:\"LongPages\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:12:\"MergeHistory\";a:1:{i:0;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:1:{i:0;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:1:{i:0;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:3:{i:0;s:15:\"MostLinkedFiles\";i:1;s:9:\"MostFiles\";i:2;s:10:\"MostImages\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:10:\"Mostlinked\";a:2:{i:0;s:15:\"MostLinkedPages\";i:1;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:2:{i:0;s:20:\"MostLinkedCategories\";i:1;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:3:{i:0;s:20:\"MostTranscludedPages\";i:1;s:19:\"MostLinkedTemplates\";i:2;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:1:{i:0;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:1:{i:0;s:8:\"MovePage\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:15:\"Mycontributions\";a:2:{i:0;s:15:\"MyContributions\";i:1;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:1:{i:0;s:10:\"MyLanguage\";}s:5:\"Mylog\";a:1:{i:0;s:5:\"MyLog\";}s:6:\"Mypage\";a:1:{i:0;s:6:\"MyPage\";}s:6:\"Mytalk\";a:1:{i:0;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:13:\"NamespaceInfo\";a:1:{i:0;s:13:\"NamespaceInfo\";}s:9:\"Newimages\";a:2:{i:0;s:8:\"NewFiles\";i:1;s:9:\"NewImages\";}s:8:\"Newpages\";a:1:{i:0;s:8:\"NewPages\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:4:{i:0;s:13:\"PagesWithProp\";i:1;s:13:\"Pageswithprop\";i:2;s:11:\"PagesByProp\";i:3;s:11:\"Pagesbyprop\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:13:\"PasswordReset\";a:1:{i:0;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:2:{i:0;s:13:\"PermanentLink\";i:1;s:9:\"PermaLink\";}s:11:\"Preferences\";a:1:{i:0;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:1:{i:0;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:1:{i:0;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:1:{i:0;s:15:\"ProtectedTitles\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:16:\"RandomInCategory\";a:1:{i:0;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:2:{i:0;s:6:\"Random\";i:1;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:1:{i:0;s:14:\"RandomRedirect\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:13:\"Recentchanges\";a:1:{i:0;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:2:{i:0;s:19:\"RecentChangesLinked\";i:1;s:14:\"RelatedChanges\";}s:8:\"Redirect\";a:1:{i:0;s:8:\"Redirect\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:10:\"Renameuser\";a:1:{i:0;s:10:\"RenameUser\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:14:\"Revisiondelete\";a:1:{i:0;s:14:\"RevisionDelete\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:6:\"Search\";a:1:{i:0;s:6:\"Search\";}s:10:\"Shortpages\";a:1:{i:0;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:1:{i:0;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:2:{i:0;s:10:\"Statistics\";i:1;s:5:\"Stats\";}s:4:\"Tags\";a:1:{i:0;s:4:\"Tags\";}s:8:\"TalkPage\";a:1:{i:0;s:8:\"TalkPage\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:7:\"Unblock\";a:1:{i:0;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:1:{i:0;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:2:{i:0;s:18:\"UncategorizedFiles\";i:1;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:1:{i:0;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:1:{i:0;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:1:{i:0;s:8:\"Undelete\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:8:\"Unlockdb\";a:1:{i:0;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:1:{i:0;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:2:{i:0;s:11:\"UnusedFiles\";i:1;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:1:{i:0;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:1:{i:0;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:1:{i:0;s:6:\"Upload\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}s:9:\"Userlogin\";a:2:{i:0;s:9:\"UserLogin\";i:1;s:5:\"Login\";}s:10:\"Userlogout\";a:2:{i:0;s:10:\"UserLogout\";i:1;s:6:\"Logout\";}s:10:\"Userrights\";a:3:{i:0;s:10:\"UserRights\";i:1;s:9:\"MakeSysop\";i:2;s:7:\"MakeBot\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}s:16:\"Wantedcategories\";a:1:{i:0;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:1:{i:0;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:2:{i:0;s:11:\"WantedPages\";i:1;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:1:{i:0;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:1:{i:0;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:1:{i:0;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:1:{i:0;s:16:\"WithoutInterwiki\";}}'),('gsw','bookstoreList','a:5:{s:11:\"abebooks.de\";s:56:\"http://www.abebooks.de/servlet/BookSearchPL?ph=2&isbn=$1\";s:9:\"amazon.de\";s:45:\"https://www.amazon.de/gp/search/field-isbn=$1\";s:7:\"buch.de\";s:51:\"http://www.buch.de/shop/home/suche/?sswg=BUCH&sq=$1\";s:35:\"Karlsruher Virtueller Katalog (KVK)\";s:47:\"http://www.ubka.uni-karlsruhe.de/kvk.html?SB=$1\";s:25:\"Lehmanns Fachbuchhandlung\";s:55:\"http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1\";}'),('gsw','compiledPluralRules','a:1:{i:0;s:6:\"n 1 in\";}'),('gsw','dateFormats','a:26:{s:9:\"dmyt time\";s:3:\"H:i\";s:9:\"dmyt date\";s:6:\"j. F Y\";s:9:\"dmyt both\";s:11:\"j. M Y, H:i\";s:10:\"dmyts time\";s:5:\"H:i:s\";s:10:\"dmyts date\";s:6:\"j. F Y\";s:10:\"dmyts both\";s:13:\"j. M Y, H:i:s\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j. F Y\";s:8:\"dmy both\";s:11:\"H:i, j. M Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y M j\";s:8:\"ymd both\";s:10:\"H:i, Y M j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('gsw','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('gsw','datePreferences','a:6:{i:0;s:7:\"default\";i:1;s:4:\"dmyt\";i:2;s:5:\"dmyts\";i:3;s:3:\"dmy\";i:4;s:3:\"ymd\";i:5;s:8:\"ISO 8601\";}'),('gsw','defaultDateFormat','s:3:\"dmy\";'),('gsw','deps','a:46:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesGsw.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:56:\"/home/markto6/public_html/wiki/w/languages/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492330;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:61:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/api/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:65:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:75:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:68:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:79:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1452381551;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:73:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/gsw.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/de.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesDe.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('gsw','digitGroupingPattern','s:9:\"#,##0.###\";'),('gsw','digitTransformTable','N;'),('gsw','fallback','s:2:\"de\";'),('gsw','fallback8bitEncoding','s:12:\"windows-1252\";'),('gsw','fallbackSequence','a:2:{i:0;s:2:\"de\";i:1;s:2:\"en\";}'),('gsw','imageFiles','N;'),('gsw','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('gsw','linkPrefixExtension','b:0;'),('gsw','linkTrail','s:27:\"/^([äöüßa-z]+)(.*)$/sDu\";');
INSERT INTO `mw_l10n_cache` VALUES ('gsw','list','a:1:{s:8:\"messages\";a:7548:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:16:\"underline-always\";i:43;s:15:\"underline-never\";i:44;s:17:\"underline-default\";i:45;s:14:\"editfont-style\";i:46;s:18:\"editfont-monospace\";i:47;s:18:\"editfont-sansserif\";i:48;s:14:\"editfont-serif\";i:49;s:6:\"sunday\";i:50;s:6:\"monday\";i:51;s:7:\"tuesday\";i:52;s:9:\"wednesday\";i:53;s:8:\"thursday\";i:54;s:6:\"friday\";i:55;s:8:\"saturday\";i:56;s:3:\"sun\";i:57;s:3:\"mon\";i:58;s:3:\"tue\";i:59;s:3:\"wed\";i:60;s:3:\"thu\";i:61;s:3:\"fri\";i:62;s:3:\"sat\";i:63;s:7:\"january\";i:64;s:8:\"february\";i:65;s:5:\"march\";i:66;s:5:\"april\";i:67;s:8:\"may_long\";i:68;s:4:\"june\";i:69;s:4:\"july\";i:70;s:6:\"august\";i:71;s:9:\"september\";i:72;s:7:\"october\";i:73;s:8:\"november\";i:74;s:8:\"december\";i:75;s:11:\"january-gen\";i:76;s:12:\"february-gen\";i:77;s:9:\"march-gen\";i:78;s:9:\"april-gen\";i:79;s:7:\"may-gen\";i:80;s:8:\"june-gen\";i:81;s:8:\"july-gen\";i:82;s:10:\"august-gen\";i:83;s:13:\"september-gen\";i:84;s:11:\"october-gen\";i:85;s:12:\"november-gen\";i:86;s:12:\"december-gen\";i:87;s:3:\"jan\";i:88;s:3:\"feb\";i:89;s:3:\"mar\";i:90;s:3:\"apr\";i:91;s:3:\"may\";i:92;s:3:\"jun\";i:93;s:3:\"jul\";i:94;s:3:\"aug\";i:95;s:3:\"sep\";i:96;s:3:\"oct\";i:97;s:3:\"nov\";i:98;s:3:\"dec\";i:99;s:9:\"period-am\";i:100;s:9:\"period-pm\";i:101;s:14:\"pagecategories\";i:102;s:15:\"category_header\";i:103;s:13:\"subcategories\";i:104;s:21:\"category-media-header\";i:105;s:14:\"category-empty\";i:106;s:17:\"hidden-categories\";i:107;s:24:\"hidden-category-category\";i:108;s:21:\"category-subcat-count\";i:109;s:29:\"category-subcat-count-limited\";i:110;s:22:\"category-article-count\";i:111;s:30:\"category-article-count-limited\";i:112;s:19:\"category-file-count\";i:113;s:27:\"category-file-count-limited\";i:114;s:14:\"index-category\";i:115;s:16:\"noindex-category\";i:116;s:20:\"broken-file-category\";i:117;s:5:\"about\";i:118;s:7:\"article\";i:119;s:9:\"newwindow\";i:120;s:6:\"cancel\";i:121;s:13:\"moredotdotdot\";i:122;s:13:\"morenotlisted\";i:123;s:6:\"mypage\";i:124;s:6:\"mytalk\";i:125;s:8:\"anontalk\";i:126;s:10:\"navigation\";i:127;s:3:\"and\";i:128;s:3:\"faq\";i:129;s:7:\"actions\";i:130;s:10:\"namespaces\";i:131;s:8:\"variants\";i:132;s:18:\"navigation-heading\";i:133;s:14:\"errorpagetitle\";i:134;s:8:\"returnto\";i:135;s:7:\"tagline\";i:136;s:4:\"help\";i:137;s:6:\"search\";i:138;s:23:\"search-ignored-headings\";i:139;s:12:\"searchbutton\";i:140;s:2:\"go\";i:141;s:13:\"searcharticle\";i:142;s:17:\"skin-view-history\";i:143;s:7:\"history\";i:144;s:13:\"history_short\";i:145;s:13:\"history_small\";i:146;s:13:\"updatedmarker\";i:147;s:16:\"printableversion\";i:148;s:9:\"permalink\";i:149;s:5:\"print\";i:150;s:4:\"view\";i:151;s:14:\"skin-view-view\";i:152;s:17:\"skin-view-foreign\";i:153;s:4:\"edit\";i:154;s:14:\"skin-view-edit\";i:155;s:10:\"edit-local\";i:156;s:6:\"create\";i:157;s:16:\"skin-view-create\";i:158;s:12:\"create-local\";i:159;s:6:\"delete\";i:160;s:14:\"undelete_short\";i:161;s:17:\"viewdeleted_short\";i:162;s:7:\"protect\";i:163;s:14:\"protect_change\";i:164;s:21:\"skin-action-unprotect\";i:165;s:9:\"unprotect\";i:166;s:7:\"newpage\";i:167;s:16:\"talkpagelinktext\";i:168;s:11:\"specialpage\";i:169;s:13:\"personaltools\";i:170;s:4:\"talk\";i:171;s:5:\"views\";i:172;s:7:\"toolbox\";i:173;s:8:\"cactions\";i:174;s:20:\"tool-link-userrights\";i:175;s:29:\"tool-link-userrights-readonly\";i:176;s:19:\"tool-link-emailuser\";i:177;s:9:\"imagepage\";i:178;s:13:\"mediawikipage\";i:179;s:12:\"templatepage\";i:180;s:12:\"viewhelppage\";i:181;s:12:\"categorypage\";i:182;s:12:\"viewtalkpage\";i:183;s:14:\"otherlanguages\";i:184;s:14:\"redirectedfrom\";i:185;s:15:\"redirectpagesub\";i:186;s:10:\"redirectto\";i:187;s:14:\"lastmodifiedat\";i:188;s:9:\"viewcount\";i:189;s:13:\"protectedpage\";i:190;s:6:\"jumpto\";i:191;s:16:\"jumptonavigation\";i:192;s:12:\"jumptosearch\";i:193;s:15:\"view-pool-error\";i:194;s:18:\"generic-pool-error\";i:195;s:12:\"pool-timeout\";i:196;s:14:\"pool-queuefull\";i:197;s:17:\"pool-errorunknown\";i:198;s:16:\"pool-servererror\";i:199;s:23:\"poolcounter-usage-error\";i:200;s:9:\"aboutsite\";i:201;s:9:\"aboutpage\";i:202;s:9:\"copyright\";i:203;s:13:\"copyrightpage\";i:204;s:13:\"currentevents\";i:205;s:17:\"currentevents-url\";i:206;s:11:\"disclaimers\";i:207;s:14:\"disclaimerpage\";i:208;s:8:\"edithelp\";i:209;s:20:\"helppage-top-gethelp\";i:210;s:8:\"mainpage\";i:211;s:20:\"mainpage-description\";i:212;s:10:\"policy-url\";i:213;s:6:\"portal\";i:214;s:10:\"portal-url\";i:215;s:7:\"privacy\";i:216;s:11:\"privacypage\";i:217;s:9:\"badaccess\";i:218;s:16:\"badaccess-group0\";i:219;s:16:\"badaccess-groups\";i:220;s:15:\"versionrequired\";i:221;s:19:\"versionrequiredtext\";i:222;s:2:\"ok\";i:223;s:13:\"retrievedfrom\";i:224;s:18:\"youhavenewmessages\";i:225;s:27:\"youhavenewmessagesfromusers\";i:226;s:27:\"youhavenewmessagesmanyusers\";i:227;s:21:\"newmessageslinkplural\";i:228;s:25:\"newmessagesdifflinkplural\";i:229;s:11:\"editsection\";i:230;s:7:\"editold\";i:231;s:13:\"viewsourceold\";i:232;s:8:\"editlink\";i:233;s:14:\"viewsourcelink\";i:234;s:15:\"editsectionhint\";i:235;s:3:\"toc\";i:236;s:7:\"showtoc\";i:237;s:7:\"hidetoc\";i:238;s:20:\"collapsible-collapse\";i:239;s:18:\"collapsible-expand\";i:240;s:19:\"confirmable-confirm\";i:241;s:15:\"confirmable-yes\";i:242;s:14:\"confirmable-no\";i:243;s:13:\"thisisdeleted\";i:244;s:11:\"viewdeleted\";i:245;s:11:\"restorelink\";i:246;s:12:\"feed-invalid\";i:247;s:16:\"feed-unavailable\";i:248;s:13:\"site-rss-feed\";i:249;s:14:\"site-atom-feed\";i:250;s:13:\"page-rss-feed\";i:251;s:14:\"page-atom-feed\";i:252;s:14:\"red-link-title\";i:253;s:15:\"sort-descending\";i:254;s:14:\"sort-ascending\";i:255;s:10:\"nstab-main\";i:256;s:10:\"nstab-user\";i:257;s:11:\"nstab-media\";i:258;s:13:\"nstab-special\";i:259;s:13:\"nstab-project\";i:260;s:11:\"nstab-image\";i:261;s:15:\"nstab-mediawiki\";i:262;s:14:\"nstab-template\";i:263;s:10:\"nstab-help\";i:264;s:14:\"nstab-category\";i:265;s:14:\"mainpage-nstab\";i:266;s:12:\"nosuchaction\";i:267;s:16:\"nosuchactiontext\";i:268;s:17:\"nosuchspecialpage\";i:269;s:17:\"nospecialpagetext\";i:270;s:5:\"error\";i:271;s:13:\"databaseerror\";i:272;s:18:\"databaseerror-text\";i:273;s:20:\"databaseerror-textcl\";i:274;s:19:\"databaseerror-query\";i:275;s:22:\"databaseerror-function\";i:276;s:19:\"databaseerror-error\";i:277;s:35:\"transaction-duration-limit-exceeded\";i:278;s:17:\"laggedreplicamode\";i:279;s:8:\"readonly\";i:280;s:15:\"enterlockreason\";i:281;s:12:\"readonlytext\";i:282;s:15:\"missing-article\";i:283;s:18:\"missingarticle-rev\";i:284;s:19:\"missingarticle-diff\";i:285;s:12:\"readonly_lag\";i:286;s:26:\"nonwrite-api-promise-error\";i:287;s:13:\"internalerror\";i:288;s:18:\"internalerror_info\";i:289;s:29:\"internalerror-fatal-exception\";i:290;s:13:\"filecopyerror\";i:291;s:15:\"filerenameerror\";i:292;s:15:\"filedeleteerror\";i:293;s:20:\"directorycreateerror\";i:294;s:22:\"directoryreadonlyerror\";i:295;s:12:\"filenotfound\";i:296;s:10:\"unexpected\";i:297;s:9:\"formerror\";i:298;s:15:\"badarticleerror\";i:299;s:12:\"cannotdelete\";i:300;s:18:\"cannotdelete-title\";i:301;s:19:\"delete-hook-aborted\";i:302;s:16:\"no-null-revision\";i:303;s:8:\"badtitle\";i:304;s:12:\"badtitletext\";i:305;s:19:\"title-invalid-empty\";i:306;s:18:\"title-invalid-utf8\";i:307;s:23:\"title-invalid-interwiki\";i:308;s:28:\"title-invalid-talk-namespace\";i:309;s:24:\"title-invalid-characters\";i:310;s:22:\"title-invalid-relative\";i:311;s:25:\"title-invalid-magic-tilde\";i:312;s:22:\"title-invalid-too-long\";i:313;s:27:\"title-invalid-leading-colon\";i:314;s:10:\"perfcached\";i:315;s:12:\"perfcachedts\";i:316;s:20:\"querypage-no-updates\";i:317;s:10:\"viewsource\";i:318;s:16:\"viewsource-title\";i:319;s:15:\"actionthrottled\";i:320;s:19:\"actionthrottledtext\";i:321;s:17:\"protectedpagetext\";i:322;s:14:\"viewsourcetext\";i:323;s:12:\"viewyourtext\";i:324;s:18:\"protectedinterface\";i:325;s:16:\"editinginterface\";i:326;s:18:\"translateinterface\";i:327;s:16:\"cascadeprotected\";i:328;s:18:\"namespaceprotected\";i:329;s:18:\"customcssprotected\";i:330;s:17:\"customjsprotected\";i:331;s:20:\"mycustomcssprotected\";i:332;s:19:\"mycustomjsprotected\";i:333;s:22:\"myprivateinfoprotected\";i:334;s:22:\"mypreferencesprotected\";i:335;s:19:\"ns-specialprotected\";i:336;s:14:\"titleprotected\";i:337;s:17:\"filereadonlyerror\";i:338;s:27:\"invalidtitle-knownnamespace\";i:339;s:29:\"invalidtitle-unknownnamespace\";i:340;s:17:\"exception-nologin\";i:341;s:22:\"exception-nologin-text\";i:342;s:29:\"exception-nologin-text-manual\";i:343;s:16:\"virus-badscanner\";i:344;s:16:\"virus-scanfailed\";i:345;s:20:\"virus-unknownscanner\";i:346;s:10:\"logouttext\";i:347;s:21:\"cannotlogoutnow-title\";i:348;s:20:\"cannotlogoutnow-text\";i:349;s:11:\"welcomeuser\";i:350;s:19:\"welcomecreation-msg\";i:351;s:8:\"yourname\";i:352;s:18:\"userlogin-yourname\";i:353;s:21:\"userlogin-yourname-ph\";i:354;s:30:\"createacct-another-username-ph\";i:355;s:12:\"yourpassword\";i:356;s:22:\"userlogin-yourpassword\";i:357;s:25:\"userlogin-yourpassword-ph\";i:358;s:26:\"createacct-yourpassword-ph\";i:359;s:17:\"yourpasswordagain\";i:360;s:28:\"createacct-yourpasswordagain\";i:361;s:31:\"createacct-yourpasswordagain-ph\";i:362;s:28:\"userlogin-remembermypassword\";i:363;s:24:\"userlogin-signwithsecure\";i:364;s:17:\"cannotlogin-title\";i:365;s:16:\"cannotlogin-text\";i:366;s:20:\"cannotloginnow-title\";i:367;s:19:\"cannotloginnow-text\";i:368;s:25:\"cannotcreateaccount-title\";i:369;s:24:\"cannotcreateaccount-text\";i:370;s:14:\"yourdomainname\";i:371;s:25:\"password-change-forbidden\";i:372;s:15:\"externaldberror\";i:373;s:5:\"login\";i:374;s:14:\"login-security\";i:375;s:23:\"nav-login-createaccount\";i:376;s:6:\"logout\";i:377;s:10:\"userlogout\";i:378;s:11:\"notloggedin\";i:379;s:19:\"userlogin-noaccount\";i:380;s:21:\"userlogin-joinproject\";i:381;s:13:\"createaccount\";i:382;s:28:\"userlogin-resetpassword-link\";i:383;s:19:\"userlogin-helplink2\";i:384;s:18:\"userlogin-loggedin\";i:385;s:16:\"userlogin-reauth\";i:386;s:23:\"userlogin-createanother\";i:387;s:24:\"createacct-emailrequired\";i:388;s:24:\"createacct-emailoptional\";i:389;s:19:\"createacct-email-ph\";i:390;s:27:\"createacct-another-email-ph\";i:391;s:17:\"createaccountmail\";i:392;s:22:\"createaccountmail-help\";i:393;s:19:\"createacct-realname\";i:394;s:17:\"createacct-reason\";i:395;s:20:\"createacct-reason-ph\";i:396;s:22:\"createacct-reason-help\";i:397;s:17:\"createacct-submit\";i:398;s:25:\"createacct-another-submit\";i:399;s:26:\"createacct-continue-submit\";i:400;s:34:\"createacct-another-continue-submit\";i:401;s:26:\"createacct-benefit-heading\";i:402;s:24:\"createacct-benefit-body1\";i:403;s:24:\"createacct-benefit-body2\";i:404;s:24:\"createacct-benefit-body3\";i:405;s:9:\"badretype\";i:406;s:18:\"usernameinprogress\";i:407;s:10:\"userexists\";i:408;s:10:\"loginerror\";i:409;s:16:\"createacct-error\";i:410;s:18:\"createaccounterror\";i:411;s:12:\"nocookiesnew\";i:412;s:14:\"nocookieslogin\";i:413;s:15:\"nocookiesfornew\";i:414;s:21:\"createacct-loginerror\";i:415;s:6:\"noname\";i:416;s:17:\"loginsuccesstitle\";i:417;s:12:\"loginsuccess\";i:418;s:10:\"nosuchuser\";i:419;s:15:\"nosuchusershort\";i:420;s:15:\"nouserspecified\";i:421;s:17:\"login-userblocked\";i:422;s:13:\"wrongpassword\";i:423;s:18:\"wrongpasswordempty\";i:424;s:16:\"passwordtooshort\";i:425;s:15:\"passwordtoolong\";i:426;s:19:\"password-name-match\";i:427;s:24:\"password-login-forbidden\";i:428;s:14:\"mailmypassword\";i:429;s:21:\"passwordremindertitle\";i:430;s:20:\"passwordremindertext\";i:431;s:7:\"noemail\";i:432;s:13:\"noemailcreate\";i:433;s:12:\"passwordsent\";i:434;s:20:\"blocked-mailpassword\";i:435;s:12:\"eauthentsent\";i:436;s:22:\"throttled-mailpassword\";i:437;s:9:\"mailerror\";i:438;s:26:\"acct_creation_throttle_hit\";i:439;s:18:\"emailauthenticated\";i:440;s:21:\"emailnotauthenticated\";i:441;s:12:\"noemailprefs\";i:442;s:16:\"emailconfirmlink\";i:443;s:19:\"invalidemailaddress\";i:444;s:17:\"cannotchangeemail\";i:445;s:13:\"emaildisabled\";i:446;s:14:\"accountcreated\";i:447;s:18:\"accountcreatedtext\";i:448;s:19:\"createaccount-title\";i:449;s:18:\"createaccount-text\";i:450;s:15:\"login-throttled\";i:451;s:19:\"login-abort-generic\";i:452;s:22:\"login-migrated-generic\";i:453;s:18:\"loginlanguagelabel\";i:454;s:21:\"suspicious-userlogout\";i:455;s:31:\"createacct-another-realname-tip\";i:456;s:8:\"pt-login\";i:457;s:15:\"pt-login-button\";i:458;s:16:\"pt-createaccount\";i:459;s:13:\"pt-userlogout\";i:460;s:22:\"php-mail-error-unknown\";i:461;s:17:\"user-mail-no-addy\";i:462;s:17:\"user-mail-no-body\";i:463;s:14:\"changepassword\";i:464;s:18:\"resetpass_announce\";i:465;s:14:\"resetpass_text\";i:466;s:16:\"resetpass_header\";i:467;s:11:\"oldpassword\";i:468;s:11:\"newpassword\";i:469;s:9:\"retypenew\";i:470;s:16:\"resetpass_submit\";i:471;s:22:\"changepassword-success\";i:472;s:24:\"changepassword-throttled\";i:473;s:24:\"botpasswords-label-appid\";i:474;s:25:\"botpasswords-label-create\";i:475;s:25:\"botpasswords-label-update\";i:476;s:25:\"botpasswords-label-cancel\";i:477;s:25:\"botpasswords-label-delete\";i:478;s:32:\"botpasswords-label-resetpassword\";i:479;s:19:\"resetpass_forbidden\";i:480;s:17:\"resetpass-no-info\";i:481;s:25:\"resetpass-submit-loggedin\";i:482;s:23:\"resetpass-submit-cancel\";i:483;s:23:\"resetpass-wrong-oldpass\";i:484;s:18:\"resetpass-recycled\";i:485;s:22:\"resetpass-temp-emailed\";i:486;s:23:\"resetpass-temp-password\";i:487;s:23:\"resetpass-abort-generic\";i:488;s:17:\"resetpass-expired\";i:489;s:22:\"resetpass-expired-soft\";i:490;s:23:\"resetpass-validity-soft\";i:491;s:13:\"passwordreset\";i:492;s:22:\"passwordreset-text-one\";i:493;s:23:\"passwordreset-text-many\";i:494;s:22:\"passwordreset-disabled\";i:495;s:27:\"passwordreset-emaildisabled\";i:496;s:22:\"passwordreset-username\";i:497;s:20:\"passwordreset-domain\";i:498;s:19:\"passwordreset-email\";i:499;s:24:\"passwordreset-emailtitle\";i:500;s:26:\"passwordreset-emailtext-ip\";i:501;s:28:\"passwordreset-emailtext-user\";i:502;s:26:\"passwordreset-emailelement\";i:503;s:21:\"passwordreset-success\";i:504;s:11:\"changeemail\";i:505;s:18:\"changeemail-header\";i:506;s:19:\"changeemail-no-info\";i:507;s:20:\"changeemail-oldemail\";i:508;s:20:\"changeemail-newemail\";i:509;s:25:\"changeemail-newemail-help\";i:510;s:16:\"changeemail-none\";i:511;s:20:\"changeemail-password\";i:512;s:18:\"changeemail-submit\";i:513;s:21:\"changeemail-throttled\";i:514;s:20:\"changeemail-nochange\";i:515;s:11:\"resettokens\";i:516;s:16:\"resettokens-text\";i:517;s:21:\"resettokens-no-tokens\";i:518;s:18:\"resettokens-tokens\";i:519;s:23:\"resettokens-token-label\";i:520;s:27:\"resettokens-watchlist-token\";i:521;s:16:\"resettokens-done\";i:522;s:23:\"resettokens-resetbutton\";i:523;s:7:\"summary\";i:524;s:7:\"subject\";i:525;s:9:\"minoredit\";i:526;s:9:\"watchthis\";i:527;s:11:\"savearticle\";i:528;s:11:\"publishpage\";i:529;s:14:\"publishchanges\";i:530;s:17:\"publishpage-start\";i:531;s:20:\"publishchanges-start\";i:532;s:7:\"preview\";i:533;s:11:\"showpreview\";i:534;s:8:\"showdiff\";i:535;s:12:\"blankarticle\";i:536;s:15:\"anoneditwarning\";i:537;s:18:\"anonpreviewwarning\";i:538;s:14:\"missingsummary\";i:539;s:12:\"selfredirect\";i:540;s:18:\"missingcommenttext\";i:541;s:20:\"missingcommentheader\";i:542;s:15:\"summary-preview\";i:543;s:16:\"previewerrortext\";i:544;s:12:\"blockedtitle\";i:545;s:11:\"blockedtext\";i:546;s:15:\"autoblockedtext\";i:547;s:15:\"blockednoreason\";i:548;s:17:\"whitelistedittext\";i:549;s:15:\"confirmedittext\";i:550;s:18:\"nosuchsectiontitle\";i:551;s:17:\"nosuchsectiontext\";i:552;s:13:\"loginreqtitle\";i:553;s:12:\"loginreqlink\";i:554;s:16:\"loginreqpagetext\";i:555;s:12:\"accmailtitle\";i:556;s:11:\"accmailtext\";i:557;s:10:\"newarticle\";i:558;s:14:\"newarticletext\";i:559;s:16:\"anontalkpagetext\";i:560;s:13:\"noarticletext\";i:561;s:26:\"noarticletext-nopermission\";i:562;s:16:\"missing-revision\";i:563;s:25:\"userpage-userdoesnotexist\";i:564;s:30:\"userpage-userdoesnotexist-view\";i:565;s:25:\"blocked-notice-logextract\";i:566;s:14:\"clearyourcache\";i:567;s:20:\"usercssyoucanpreview\";i:568;s:19:\"userjsyoucanpreview\";i:569;s:14:\"usercsspreview\";i:570;s:13:\"userjspreview\";i:571;s:14:\"sitecsspreview\";i:572;s:13:\"sitejspreview\";i:573;s:22:\"userinvalidconfigtitle\";i:574;s:7:\"updated\";i:575;s:4:\"note\";i:576;s:11:\"previewnote\";i:577;s:16:\"continue-editing\";i:578;s:15:\"previewconflict\";i:579;s:20:\"session_fail_preview\";i:580;s:25:\"session_fail_preview_html\";i:581;s:20:\"edit_form_incomplete\";i:582;s:7:\"editing\";i:583;s:8:\"creating\";i:584;s:14:\"editingsection\";i:585;s:14:\"editingcomment\";i:586;s:12:\"editconflict\";i:587;s:15:\"explainconflict\";i:588;s:8:\"yourtext\";i:589;s:13:\"storedversion\";i:590;s:10:\"editingold\";i:591;s:8:\"yourdiff\";i:592;s:16:\"copyrightwarning\";i:593;s:17:\"copyrightwarning2\";i:594;s:32:\"editpage-cannot-use-custom-model\";i:595;s:13:\"longpageerror\";i:596;s:15:\"readonlywarning\";i:597;s:20:\"protectedpagewarning\";i:598;s:24:\"semiprotectedpagewarning\";i:599;s:23:\"cascadeprotectedwarning\";i:600;s:21:\"titleprotectedwarning\";i:601;s:13:\"templatesused\";i:602;s:20:\"templatesusedpreview\";i:603;s:20:\"templatesusedsection\";i:604;s:18:\"template-protected\";i:605;s:22:\"template-semiprotected\";i:606;s:16:\"hiddencategories\";i:607;s:9:\"edittools\";i:608;s:12:\"nocreatetext\";i:609;s:17:\"nocreate-loggedin\";i:610;s:29:\"sectioneditnotsupported-title\";i:611;s:28:\"sectioneditnotsupported-text\";i:612;s:17:\"permissionserrors\";i:613;s:21:\"permissionserrorstext\";i:614;s:32:\"permissionserrorstext-withaction\";i:615;s:21:\"contentmodelediterror\";i:616;s:26:\"recreate-moveddeleted-warn\";i:617;s:19:\"moveddeleted-notice\";i:618;s:26:\"moveddeleted-notice-recent\";i:619;s:11:\"log-fulllog\";i:620;s:17:\"edit-hook-aborted\";i:621;s:17:\"edit-gone-missing\";i:622;s:13:\"edit-conflict\";i:623;s:14:\"edit-no-change\";i:624;s:29:\"postedit-confirmation-created\";i:625;s:30:\"postedit-confirmation-restored\";i:626;s:27:\"postedit-confirmation-saved\";i:627;s:19:\"edit-already-exists\";i:628;s:18:\"defaultmessagetext\";i:629;s:23:\"content-failed-to-parse\";i:630;s:20:\"invalid-content-data\";i:631;s:24:\"content-not-allowed-here\";i:632;s:40:\"editpage-notsupportedcontentformat-title\";i:633;s:39:\"editpage-notsupportedcontentformat-text\";i:634;s:22:\"content-model-wikitext\";i:635;s:18:\"content-model-text\";i:636;s:24:\"content-model-javascript\";i:637;s:17:\"content-model-css\";i:638;s:25:\"content-json-empty-object\";i:639;s:24:\"content-json-empty-array\";i:640;s:22:\"duplicate-args-warning\";i:641;s:23:\"duplicate-args-category\";i:642;s:28:\"duplicate-args-category-desc\";i:643;s:32:\"expensive-parserfunction-warning\";i:644;s:33:\"expensive-parserfunction-category\";i:645;s:38:\"post-expand-template-inclusion-warning\";i:646;s:39:\"post-expand-template-inclusion-category\";i:647;s:37:\"post-expand-template-argument-warning\";i:648;s:38:\"post-expand-template-argument-category\";i:649;s:28:\"parser-template-loop-warning\";i:650;s:39:\"parser-template-recursion-depth-warning\";i:651;s:32:\"language-converter-depth-warning\";i:652;s:28:\"node-count-exceeded-category\";i:653;s:33:\"node-count-exceeded-category-desc\";i:654;s:27:\"node-count-exceeded-warning\";i:655;s:33:\"expansion-depth-exceeded-category\";i:656;s:38:\"expansion-depth-exceeded-category-desc\";i:657;s:32:\"expansion-depth-exceeded-warning\";i:658;s:27:\"parser-unstrip-loop-warning\";i:659;s:21:\"unstrip-depth-warning\";i:660;s:27:\"converter-manual-rule-error\";i:661;s:12:\"undo-success\";i:662;s:12:\"undo-failure\";i:663;s:10:\"undo-norev\";i:664;s:13:\"undo-nochange\";i:665;s:12:\"undo-summary\";i:666;s:28:\"undo-summary-username-hidden\";i:667;s:12:\"viewpagelogs\";i:668;s:9:\"nohistory\";i:669;s:10:\"currentrev\";i:670;s:15:\"currentrev-asof\";i:671;s:12:\"revisionasof\";i:672;s:13:\"revision-info\";i:673;s:16:\"previousrevision\";i:674;s:12:\"nextrevision\";i:675;s:19:\"currentrevisionlink\";i:676;s:3:\"cur\";i:677;s:4:\"next\";i:678;s:4:\"last\";i:679;s:10:\"page_first\";i:680;s:9:\"page_last\";i:681;s:10:\"histlegend\";i:682;s:22:\"history-fieldset-title\";i:683;s:20:\"history-show-deleted\";i:684;s:9:\"histfirst\";i:685;s:8:\"histlast\";i:686;s:11:\"historysize\";i:687;s:12:\"historyempty\";i:688;s:18:\"history-feed-title\";i:689;s:24:\"history-feed-description\";i:690;s:27:\"history-feed-item-nocomment\";i:691;s:18:\"history-feed-empty\";i:692;s:17:\"history-edit-tags\";i:693;s:19:\"rev-deleted-comment\";i:694;s:16:\"rev-deleted-user\";i:695;s:17:\"rev-deleted-event\";i:696;s:25:\"rev-deleted-user-contribs\";i:697;s:27:\"rev-deleted-text-permission\";i:698;s:30:\"rev-suppressed-text-permission\";i:699;s:23:\"rev-deleted-text-unhide\";i:700;s:26:\"rev-suppressed-text-unhide\";i:701;s:21:\"rev-deleted-text-view\";i:702;s:24:\"rev-suppressed-text-view\";i:703;s:19:\"rev-deleted-no-diff\";i:704;s:22:\"rev-suppressed-no-diff\";i:705;s:23:\"rev-deleted-unhide-diff\";i:706;s:26:\"rev-suppressed-unhide-diff\";i:707;s:21:\"rev-deleted-diff-view\";i:708;s:24:\"rev-suppressed-diff-view\";i:709;s:12:\"rev-delundel\";i:710;s:15:\"rev-showdeleted\";i:711;s:14:\"revisiondelete\";i:712;s:23:\"revdelete-nooldid-title\";i:713;s:22:\"revdelete-nooldid-text\";i:714;s:17:\"revdelete-no-file\";i:715;s:27:\"revdelete-show-file-confirm\";i:716;s:26:\"revdelete-show-file-submit\";i:717;s:23:\"revdelete-selected-text\";i:718;s:23:\"revdelete-selected-file\";i:719;s:18:\"logdelete-selected\";i:720;s:19:\"revdelete-text-text\";i:721;s:19:\"revdelete-text-file\";i:722;s:14:\"logdelete-text\";i:723;s:21:\"revdelete-text-others\";i:724;s:17:\"revdelete-confirm\";i:725;s:23:\"revdelete-suppress-text\";i:726;s:16:\"revdelete-legend\";i:727;s:19:\"revdelete-hide-text\";i:728;s:20:\"revdelete-hide-image\";i:729;s:19:\"revdelete-hide-name\";i:730;s:22:\"revdelete-hide-comment\";i:731;s:19:\"revdelete-hide-user\";i:732;s:25:\"revdelete-hide-restricted\";i:733;s:20:\"revdelete-radio-same\";i:734;s:19:\"revdelete-radio-set\";i:735;s:21:\"revdelete-radio-unset\";i:736;s:18:\"revdelete-suppress\";i:737;s:20:\"revdelete-unsuppress\";i:738;s:13:\"revdelete-log\";i:739;s:16:\"revdelete-submit\";i:740;s:17:\"revdelete-success\";i:741;s:17:\"revdelete-failure\";i:742;s:17:\"logdelete-success\";i:743;s:17:\"logdelete-failure\";i:744;s:14:\"revdel-restore\";i:745;s:8:\"pagehist\";i:746;s:11:\"deletedhist\";i:747;s:22:\"revdelete-hide-current\";i:748;s:24:\"revdelete-show-no-access\";i:749;s:26:\"revdelete-modify-no-access\";i:750;s:24:\"revdelete-modify-missing\";i:751;s:19:\"revdelete-no-change\";i:752;s:27:\"revdelete-concurrent-change\";i:753;s:25:\"revdelete-only-restricted\";i:754;s:25:\"revdelete-reason-dropdown\";i:755;s:21:\"revdelete-otherreason\";i:756;s:25:\"revdelete-reasonotherlist\";i:757;s:25:\"revdelete-edit-reasonlist\";i:758;s:18:\"revdelete-offender\";i:759;s:14:\"suppressionlog\";i:760;s:18:\"suppressionlogtext\";i:761;s:12:\"mergehistory\";i:762;s:19:\"mergehistory-header\";i:763;s:16:\"mergehistory-box\";i:764;s:17:\"mergehistory-from\";i:765;s:17:\"mergehistory-into\";i:766;s:17:\"mergehistory-list\";i:767;s:18:\"mergehistory-merge\";i:768;s:15:\"mergehistory-go\";i:769;s:19:\"mergehistory-submit\";i:770;s:18:\"mergehistory-empty\";i:771;s:17:\"mergehistory-done\";i:772;s:17:\"mergehistory-fail\";i:773;s:24:\"mergehistory-fail-toobig\";i:774;s:22:\"mergehistory-no-source\";i:775;s:27:\"mergehistory-no-destination\";i:776;s:27:\"mergehistory-invalid-source\";i:777;s:32:\"mergehistory-invalid-destination\";i:778;s:24:\"mergehistory-autocomment\";i:779;s:20:\"mergehistory-comment\";i:780;s:29:\"mergehistory-same-destination\";i:781;s:19:\"mergehistory-reason\";i:782;s:8:\"mergelog\";i:783;s:11:\"revertmerge\";i:784;s:16:\"mergelogpagetext\";i:785;s:13:\"history-title\";i:786;s:16:\"difference-title\";i:787;s:26:\"difference-title-multipage\";i:788;s:20:\"difference-multipage\";i:789;s:6:\"lineno\";i:790;s:23:\"compareselectedversions\";i:791;s:24:\"showhideselectedversions\";i:792;s:8:\"editundo\";i:793;s:10:\"diff-empty\";i:794;s:19:\"diff-multi-sameuser\";i:795;s:21:\"diff-multi-otherusers\";i:796;s:20:\"diff-multi-manyusers\";i:797;s:27:\"difference-missing-revision\";i:798;s:13:\"searchresults\";i:799;s:19:\"searchresults-title\";i:800;s:12:\"titlematches\";i:801;s:11:\"textmatches\";i:802;s:13:\"notextmatches\";i:803;s:5:\"prevn\";i:804;s:5:\"nextn\";i:805;s:9:\"prev-page\";i:806;s:9:\"next-page\";i:807;s:11:\"prevn-title\";i:808;s:11:\"nextn-title\";i:809;s:11:\"shown-title\";i:810;s:12:\"viewprevnext\";i:811;s:17:\"searchmenu-exists\";i:812;s:14:\"searchmenu-new\";i:813;s:22:\"searchprofile-articles\";i:814;s:20:\"searchprofile-images\";i:815;s:24:\"searchprofile-everything\";i:816;s:22:\"searchprofile-advanced\";i:817;s:30:\"searchprofile-articles-tooltip\";i:818;s:28:\"searchprofile-images-tooltip\";i:819;s:32:\"searchprofile-everything-tooltip\";i:820;s:30:\"searchprofile-advanced-tooltip\";i:821;s:18:\"search-result-size\";i:822;s:27:\"search-result-category-size\";i:823;s:15:\"search-redirect\";i:824;s:14:\"search-section\";i:825;s:15:\"search-category\";i:826;s:17:\"search-file-match\";i:827;s:14:\"search-suggest\";i:828;s:16:\"search-rewritten\";i:829;s:21:\"search-interwiki-more\";i:830;s:21:\"search-relatedarticle\";i:831;s:13:\"searchrelated\";i:832;s:9:\"searchall\";i:833;s:14:\"showingresults\";i:834;s:21:\"showingresultsinrange\";i:835;s:21:\"search-showingresults\";i:836;s:16:\"search-nonefound\";i:837;s:18:\"powersearch-legend\";i:838;s:14:\"powersearch-ns\";i:839;s:23:\"powersearch-togglelabel\";i:840;s:21:\"powersearch-toggleall\";i:841;s:22:\"powersearch-togglenone\";i:842;s:20:\"powersearch-remember\";i:843;s:15:\"search-external\";i:844;s:14:\"searchdisabled\";i:845;s:12:\"search-error\";i:846;s:11:\"preferences\";i:847;s:13:\"mypreferences\";i:848;s:11:\"prefs-edits\";i:849;s:17:\"prefsnologintext2\";i:850;s:10:\"prefs-skin\";i:851;s:12:\"skin-preview\";i:852;s:11:\"datedefault\";i:853;s:10:\"prefs-labs\";i:854;s:16:\"prefs-user-pages\";i:855;s:14:\"prefs-personal\";i:856;s:8:\"prefs-rc\";i:857;s:15:\"prefs-watchlist\";i:858;s:19:\"prefs-editwatchlist\";i:859;s:25:\"prefs-editwatchlist-label\";i:860;s:24:\"prefs-editwatchlist-edit\";i:861;s:23:\"prefs-editwatchlist-raw\";i:862;s:25:\"prefs-editwatchlist-clear\";i:863;s:20:\"prefs-watchlist-days\";i:864;s:24:\"prefs-watchlist-days-max\";i:865;s:21:\"prefs-watchlist-edits\";i:866;s:25:\"prefs-watchlist-edits-max\";i:867;s:21:\"prefs-watchlist-token\";i:868;s:10:\"prefs-misc\";i:869;s:15:\"prefs-resetpass\";i:870;s:17:\"prefs-changeemail\";i:871;s:14:\"prefs-setemail\";i:872;s:11:\"prefs-email\";i:873;s:15:\"prefs-rendering\";i:874;s:9:\"saveprefs\";i:875;s:12:\"restoreprefs\";i:876;s:13:\"prefs-editing\";i:877;s:17:\"searchresultshead\";i:878;s:17:\"recentchangesdays\";i:879;s:21:\"recentchangesdays-max\";i:880;s:18:\"recentchangescount\";i:881;s:29:\"prefs-help-recentchangescount\";i:882;s:27:\"prefs-help-watchlist-token2\";i:883;s:10:\"savedprefs\";i:884;s:11:\"savedrights\";i:885;s:14:\"timezonelegend\";i:886;s:9:\"localtime\";i:887;s:24:\"timezoneuseserverdefault\";i:888;s:17:\"timezoneuseoffset\";i:889;s:10:\"servertime\";i:890;s:13:\"guesstimezone\";i:891;s:21:\"timezoneregion-africa\";i:892;s:22:\"timezoneregion-america\";i:893;s:25:\"timezoneregion-antarctica\";i:894;s:21:\"timezoneregion-arctic\";i:895;s:19:\"timezoneregion-asia\";i:896;s:23:\"timezoneregion-atlantic\";i:897;s:24:\"timezoneregion-australia\";i:898;s:21:\"timezoneregion-europe\";i:899;s:21:\"timezoneregion-indian\";i:900;s:22:\"timezoneregion-pacific\";i:901;s:10:\"allowemail\";i:902;s:19:\"prefs-searchoptions\";i:903;s:16:\"prefs-namespaces\";i:904;s:7:\"default\";i:905;s:11:\"prefs-files\";i:906;s:16:\"prefs-custom-css\";i:907;s:15:\"prefs-custom-js\";i:908;s:19:\"prefs-common-config\";i:909;s:17:\"prefs-reset-intro\";i:910;s:24:\"prefs-emailconfirm-label\";i:911;s:9:\"youremail\";i:912;s:8:\"username\";i:913;s:20:\"prefs-memberingroups\";i:914;s:18:\"prefs-registration\";i:915;s:12:\"yourrealname\";i:916;s:12:\"yourlanguage\";i:917;s:11:\"yourvariant\";i:918;s:18:\"prefs-help-variant\";i:919;s:8:\"yournick\";i:920;s:20:\"prefs-help-signature\";i:921;s:6:\"badsig\";i:922;s:12:\"badsiglength\";i:923;s:10:\"yourgender\";i:924;s:14:\"gender-unknown\";i:925;s:11:\"gender-male\";i:926;s:13:\"gender-female\";i:927;s:17:\"prefs-help-gender\";i:928;s:5:\"email\";i:929;s:19:\"prefs-help-realname\";i:930;s:16:\"prefs-help-email\";i:931;s:23:\"prefs-help-email-others\";i:932;s:25:\"prefs-help-email-required\";i:933;s:10:\"prefs-info\";i:934;s:10:\"prefs-i18n\";i:935;s:15:\"prefs-signature\";i:936;s:16:\"prefs-dateformat\";i:937;s:16:\"prefs-timeoffset\";i:938;s:21:\"prefs-advancedediting\";i:939;s:12:\"prefs-editor\";i:940;s:13:\"prefs-preview\";i:941;s:16:\"prefs-advancedrc\";i:942;s:23:\"prefs-advancedrendering\";i:943;s:27:\"prefs-advancedsearchoptions\";i:944;s:23:\"prefs-advancedwatchlist\";i:945;s:15:\"prefs-displayrc\";i:946;s:22:\"prefs-displaywatchlist\";i:947;s:20:\"prefs-tokenwatchlist\";i:948;s:11:\"prefs-diffs\";i:949;s:23:\"prefs-help-prefershttps\";i:950;s:26:\"prefs-tabs-navigation-hint\";i:951;s:10:\"userrights\";i:952;s:22:\"userrights-lookup-user\";i:953;s:24:\"userrights-user-editname\";i:954;s:13:\"editusergroup\";i:955;s:11:\"editinguser\";i:956;s:24:\"userrights-editusergroup\";i:957;s:14:\"saveusergroups\";i:958;s:23:\"userrights-groupsmember\";i:959;s:28:\"userrights-groupsmember-auto\";i:960;s:22:\"userrights-groups-help\";i:961;s:17:\"userrights-reason\";i:962;s:23:\"userrights-no-interwiki\";i:963;s:21:\"userrights-nodatabase\";i:964;s:25:\"userrights-changeable-col\";i:965;s:27:\"userrights-unchangeable-col\";i:966;s:19:\"userrights-conflict\";i:967;s:5:\"group\";i:968;s:10:\"group-user\";i:969;s:19:\"group-autoconfirmed\";i:970;s:9:\"group-bot\";i:971;s:11:\"group-sysop\";i:972;s:16:\"group-bureaucrat\";i:973;s:14:\"group-suppress\";i:974;s:9:\"group-all\";i:975;s:17:\"group-user-member\";i:976;s:26:\"group-autoconfirmed-member\";i:977;s:16:\"group-bot-member\";i:978;s:18:\"group-sysop-member\";i:979;s:23:\"group-bureaucrat-member\";i:980;s:21:\"group-suppress-member\";i:981;s:14:\"grouppage-user\";i:982;s:23:\"grouppage-autoconfirmed\";i:983;s:13:\"grouppage-bot\";i:984;s:15:\"grouppage-sysop\";i:985;s:20:\"grouppage-bureaucrat\";i:986;s:18:\"grouppage-suppress\";i:987;s:10:\"right-read\";i:988;s:10:\"right-edit\";i:989;s:16:\"right-createpage\";i:990;s:16:\"right-createtalk\";i:991;s:19:\"right-createaccount\";i:992;s:15:\"right-minoredit\";i:993;s:10:\"right-move\";i:994;s:19:\"right-move-subpages\";i:995;s:24:\"right-move-rootuserpages\";i:996;s:24:\"right-move-categorypages\";i:997;s:14:\"right-movefile\";i:998;s:22:\"right-suppressredirect\";i:999;s:12:\"right-upload\";i:1000;s:14:\"right-reupload\";i:1001;s:18:\"right-reupload-own\";i:1002;s:21:\"right-reupload-shared\";i:1003;s:19:\"right-upload_by_url\";i:1004;s:11:\"right-purge\";i:1005;s:19:\"right-autoconfirmed\";i:1006;s:9:\"right-bot\";i:1007;s:20:\"right-nominornewtalk\";i:1008;s:19:\"right-apihighlimits\";i:1009;s:14:\"right-writeapi\";i:1010;s:12:\"right-delete\";i:1011;s:15:\"right-bigdelete\";i:1012;s:20:\"right-deletelogentry\";i:1013;s:20:\"right-deleterevision\";i:1014;s:20:\"right-deletedhistory\";i:1015;s:17:\"right-deletedtext\";i:1016;s:19:\"right-browsearchive\";i:1017;s:14:\"right-undelete\";i:1018;s:22:\"right-suppressrevision\";i:1019;s:20:\"right-viewsuppressed\";i:1020;s:20:\"right-suppressionlog\";i:1021;s:11:\"right-block\";i:1022;s:16:\"right-blockemail\";i:1023;s:14:\"right-hideuser\";i:1024;s:20:\"right-ipblock-exempt\";i:1025;s:17:\"right-unblockself\";i:1026;s:13:\"right-protect\";i:1027;s:19:\"right-editprotected\";i:1028;s:23:\"right-editsemiprotected\";i:1029;s:22:\"right-editcontentmodel\";i:1030;s:19:\"right-editinterface\";i:1031;s:17:\"right-editusercss\";i:1032;s:18:\"right-edituserjson\";i:1033;s:16:\"right-edituserjs\";i:1034;s:19:\"right-editmyusercss\";i:1035;s:18:\"right-editmyuserjs\";i:1036;s:21:\"right-viewmywatchlist\";i:1037;s:21:\"right-editmywatchlist\";i:1038;s:23:\"right-viewmyprivateinfo\";i:1039;s:23:\"right-editmyprivateinfo\";i:1040;s:19:\"right-editmyoptions\";i:1041;s:14:\"right-rollback\";i:1042;s:18:\"right-markbotedits\";i:1043;s:17:\"right-noratelimit\";i:1044;s:12:\"right-import\";i:1045;s:18:\"right-importupload\";i:1046;s:12:\"right-patrol\";i:1047;s:16:\"right-autopatrol\";i:1048;s:17:\"right-patrolmarks\";i:1049;s:20:\"right-unwatchedpages\";i:1050;s:18:\"right-mergehistory\";i:1051;s:16:\"right-userrights\";i:1052;s:26:\"right-userrights-interwiki\";i:1053;s:15:\"right-siteadmin\";i:1054;s:27:\"right-override-export-depth\";i:1055;s:15:\"right-sendemail\";i:1056;s:22:\"right-managechangetags\";i:1057;s:21:\"right-applychangetags\";i:1058;s:16:\"right-changetags\";i:1059;s:14:\"newuserlogpage\";i:1060;s:18:\"newuserlogpagetext\";i:1061;s:9:\"rightslog\";i:1062;s:13:\"rightslogtext\";i:1063;s:11:\"action-read\";i:1064;s:22:\"skin-action-addsection\";i:1065;s:11:\"action-edit\";i:1066;s:17:\"action-createpage\";i:1067;s:17:\"action-createtalk\";i:1068;s:20:\"action-createaccount\";i:1069;s:14:\"action-history\";i:1070;s:16:\"action-minoredit\";i:1071;s:11:\"action-move\";i:1072;s:20:\"action-move-subpages\";i:1073;s:25:\"action-move-rootuserpages\";i:1074;s:25:\"action-move-categorypages\";i:1075;s:15:\"action-movefile\";i:1076;s:13:\"action-upload\";i:1077;s:15:\"action-reupload\";i:1078;s:22:\"action-reupload-shared\";i:1079;s:20:\"action-upload_by_url\";i:1080;s:15:\"action-writeapi\";i:1081;s:13:\"action-delete\";i:1082;s:21:\"action-deleterevision\";i:1083;s:21:\"action-deletedhistory\";i:1084;s:20:\"action-browsearchive\";i:1085;s:15:\"action-undelete\";i:1086;s:23:\"action-suppressrevision\";i:1087;s:21:\"action-suppressionlog\";i:1088;s:12:\"action-block\";i:1089;s:14:\"action-protect\";i:1090;s:15:\"action-rollback\";i:1091;s:13:\"action-import\";i:1092;s:19:\"action-importupload\";i:1093;s:13:\"action-patrol\";i:1094;s:17:\"action-autopatrol\";i:1095;s:21:\"action-unwatchedpages\";i:1096;s:19:\"action-mergehistory\";i:1097;s:17:\"action-userrights\";i:1098;s:27:\"action-userrights-interwiki\";i:1099;s:16:\"action-siteadmin\";i:1100;s:16:\"action-sendemail\";i:1101;s:22:\"action-editmywatchlist\";i:1102;s:22:\"action-viewmywatchlist\";i:1103;s:24:\"action-viewmyprivateinfo\";i:1104;s:24:\"action-editmyprivateinfo\";i:1105;s:23:\"action-editcontentmodel\";i:1106;s:23:\"action-managechangetags\";i:1107;s:22:\"action-applychangetags\";i:1108;s:17:\"action-changetags\";i:1109;s:8:\"nchanges\";i:1110;s:27:\"enhancedrc-since-last-visit\";i:1111;s:18:\"enhancedrc-history\";i:1112;s:13:\"recentchanges\";i:1113;s:20:\"recentchanges-legend\";i:1114;s:21:\"recentchanges-summary\";i:1115;s:22:\"recentchanges-noresult\";i:1116;s:30:\"recentchanges-feed-description\";i:1117;s:27:\"recentchanges-label-newpage\";i:1118;s:25:\"recentchanges-label-minor\";i:1119;s:23:\"recentchanges-label-bot\";i:1120;s:31:\"recentchanges-label-unpatrolled\";i:1121;s:29:\"recentchanges-label-plusminus\";i:1122;s:28:\"recentchanges-legend-heading\";i:1123;s:28:\"recentchanges-legend-newpage\";i:1124;s:10:\"rcnotefrom\";i:1125;s:10:\"rclistfrom\";i:1126;s:15:\"rcshowhideminor\";i:1127;s:20:\"rcshowhideminor-show\";i:1128;s:20:\"rcshowhideminor-hide\";i:1129;s:14:\"rcshowhidebots\";i:1130;s:19:\"rcshowhidebots-show\";i:1131;s:19:\"rcshowhidebots-hide\";i:1132;s:13:\"rcshowhideliu\";i:1133;s:18:\"rcshowhideliu-show\";i:1134;s:18:\"rcshowhideliu-hide\";i:1135;s:15:\"rcshowhideanons\";i:1136;s:20:\"rcshowhideanons-show\";i:1137;s:20:\"rcshowhideanons-hide\";i:1138;s:14:\"rcshowhidepatr\";i:1139;s:19:\"rcshowhidepatr-show\";i:1140;s:19:\"rcshowhidepatr-hide\";i:1141;s:14:\"rcshowhidemine\";i:1142;s:19:\"rcshowhidemine-show\";i:1143;s:19:\"rcshowhidemine-hide\";i:1144;s:24:\"rcshowhidecategorization\";i:1145;s:29:\"rcshowhidecategorization-show\";i:1146;s:29:\"rcshowhidecategorization-hide\";i:1147;s:7:\"rclinks\";i:1148;s:4:\"diff\";i:1149;s:4:\"hist\";i:1150;s:4:\"hide\";i:1151;s:4:\"show\";i:1152;s:15:\"minoreditletter\";i:1153;s:13:\"newpageletter\";i:1154;s:13:\"boteditletter\";i:1155;s:18:\"rc-change-size-new\";i:1156;s:17:\"newsectionsummary\";i:1157;s:12:\"rc-old-title\";i:1158;s:19:\"recentchangeslinked\";i:1159;s:24:\"recentchangeslinked-feed\";i:1160;s:27:\"recentchangeslinked-toolbox\";i:1161;s:25:\"recentchangeslinked-title\";i:1162;s:27:\"recentchangeslinked-summary\";i:1163;s:24:\"recentchangeslinked-page\";i:1164;s:22:\"recentchangeslinked-to\";i:1165;s:36:\"recentchanges-page-added-to-category\";i:1166;s:44:\"recentchanges-page-added-to-category-bundled\";i:1167;s:40:\"recentchanges-page-removed-from-category\";i:1168;s:48:\"recentchanges-page-removed-from-category-bundled\";i:1169;s:19:\"autochange-username\";i:1170;s:6:\"upload\";i:1171;s:9:\"uploadbtn\";i:1172;s:12:\"reuploaddesc\";i:1173;s:15:\"upload-tryagain\";i:1174;s:13:\"uploadnologin\";i:1175;s:17:\"uploadnologintext\";i:1176;s:24:\"upload_directory_missing\";i:1177;s:26:\"upload_directory_read_only\";i:1178;s:11:\"uploaderror\";i:1179;s:23:\"upload-recreate-warning\";i:1180;s:10:\"uploadtext\";i:1181;s:16:\"upload-permitted\";i:1182;s:16:\"upload-preferred\";i:1183;s:17:\"upload-prohibited\";i:1184;s:13:\"uploadlogpage\";i:1185;s:17:\"uploadlogpagetext\";i:1186;s:8:\"filename\";i:1187;s:8:\"filedesc\";i:1188;s:17:\"fileuploadsummary\";i:1189;s:19:\"filereuploadsummary\";i:1190;s:10:\"filestatus\";i:1191;s:10:\"filesource\";i:1192;s:13:\"ignorewarning\";i:1193;s:14:\"ignorewarnings\";i:1194;s:10:\"minlength1\";i:1195;s:15:\"illegalfilename\";i:1196;s:16:\"filename-toolong\";i:1197;s:11:\"badfilename\";i:1198;s:22:\"filetype-mime-mismatch\";i:1199;s:16:\"filetype-badmime\";i:1200;s:20:\"filetype-bad-ie-mime\";i:1201;s:22:\"filetype-unwanted-type\";i:1202;s:20:\"filetype-banned-type\";i:1203;s:16:\"filetype-missing\";i:1204;s:10:\"empty-file\";i:1205;s:14:\"file-too-large\";i:1206;s:17:\"filename-tooshort\";i:1207;s:15:\"filetype-banned\";i:1208;s:18:\"verification-error\";i:1209;s:11:\"hookaborted\";i:1210;s:16:\"illegal-filename\";i:1211;s:9:\"overwrite\";i:1212;s:13:\"unknown-error\";i:1213;s:16:\"tmp-create-error\";i:1214;s:15:\"tmp-write-error\";i:1215;s:10:\"large-file\";i:1216;s:15:\"largefileserver\";i:1217;s:9:\"emptyfile\";i:1218;s:25:\"windows-nonascii-filename\";i:1219;s:10:\"fileexists\";i:1220;s:14:\"filepageexists\";i:1221;s:20:\"fileexists-extension\";i:1222;s:24:\"fileexists-thumbnail-yes\";i:1223;s:17:\"file-thumbnail-no\";i:1224;s:20:\"fileexists-forbidden\";i:1225;s:27:\"fileexists-shared-forbidden\";i:1226;s:21:\"file-exists-duplicate\";i:1227;s:22:\"file-deleted-duplicate\";i:1228;s:30:\"file-deleted-duplicate-notitle\";i:1229;s:13:\"uploadwarning\";i:1230;s:18:\"uploadwarning-text\";i:1231;s:8:\"savefile\";i:1232;s:14:\"uploaddisabled\";i:1233;s:18:\"copyuploaddisabled\";i:1234;s:18:\"uploaddisabledtext\";i:1235;s:22:\"php-uploaddisabledtext\";i:1236;s:14:\"uploadscripted\";i:1237;s:27:\"upload-scripted-pi-callback\";i:1238;s:19:\"uploaded-script-svg\";i:1239;s:20:\"uploaded-hostile-svg\";i:1240;s:29:\"uploaded-event-handler-on-svg\";i:1241;s:31:\"uploaded-href-unsafe-target-svg\";i:1242;s:20:\"uploaded-animate-svg\";i:1243;s:34:\"uploaded-setting-event-handler-svg\";i:1244;s:25:\"uploaded-setting-href-svg\";i:1245;s:26:\"uploaded-wrong-setting-svg\";i:1246;s:28:\"uploaded-setting-handler-svg\";i:1247;s:23:\"uploaded-remote-url-svg\";i:1248;s:25:\"uploaded-image-filter-svg\";i:1249;s:23:\"uploadscriptednamespace\";i:1250;s:16:\"uploadinvalidxml\";i:1251;s:11:\"uploadvirus\";i:1252;s:13:\"upload-source\";i:1253;s:14:\"sourcefilename\";i:1254;s:9:\"sourceurl\";i:1255;s:12:\"destfilename\";i:1256;s:18:\"upload-maxfilesize\";i:1257;s:18:\"upload-description\";i:1258;s:14:\"upload-options\";i:1259;s:15:\"watchthisupload\";i:1260;s:14:\"filewasdeleted\";i:1261;s:19:\"filename-thumb-name\";i:1262;s:19:\"filename-bad-prefix\";i:1263;s:18:\"upload-proto-error\";i:1264;s:23:\"upload-proto-error-text\";i:1265;s:17:\"upload-file-error\";i:1266;s:22:\"upload-file-error-text\";i:1267;s:17:\"upload-misc-error\";i:1268;s:22:\"upload-misc-error-text\";i:1269;s:25:\"upload-too-many-redirects\";i:1270;s:17:\"upload-http-error\";i:1271;s:33:\"upload-copy-upload-invalid-domain\";i:1272;s:19:\"upload-dialog-title\";i:1273;s:27:\"upload-dialog-button-cancel\";i:1274;s:25:\"upload-dialog-button-done\";i:1275;s:25:\"upload-dialog-button-save\";i:1276;s:27:\"upload-dialog-button-upload\";i:1277;s:32:\"upload-form-label-infoform-title\";i:1278;s:31:\"upload-form-label-infoform-name\";i:1279;s:38:\"upload-form-label-infoform-description\";i:1280;s:29:\"upload-form-label-usage-title\";i:1281;s:32:\"upload-form-label-usage-filename\";i:1282;s:26:\"upload-form-label-own-work\";i:1283;s:37:\"upload-form-label-infoform-categories\";i:1284;s:31:\"upload-form-label-infoform-date\";i:1285;s:48:\"upload-form-label-own-work-message-generic-local\";i:1286;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:1287;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1288;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1289;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1290;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:1291;s:19:\"backend-fail-stream\";i:1292;s:19:\"backend-fail-backup\";i:1293;s:22:\"backend-fail-notexists\";i:1294;s:19:\"backend-fail-hashes\";i:1295;s:20:\"backend-fail-notsame\";i:1296;s:24:\"backend-fail-invalidpath\";i:1297;s:19:\"backend-fail-delete\";i:1298;s:21:\"backend-fail-describe\";i:1299;s:26:\"backend-fail-alreadyexists\";i:1300;s:18:\"backend-fail-store\";i:1301;s:17:\"backend-fail-copy\";i:1302;s:17:\"backend-fail-move\";i:1303;s:21:\"backend-fail-opentemp\";i:1304;s:22:\"backend-fail-writetemp\";i:1305;s:22:\"backend-fail-closetemp\";i:1306;s:17:\"backend-fail-read\";i:1307;s:19:\"backend-fail-create\";i:1308;s:20:\"backend-fail-maxsize\";i:1309;s:21:\"backend-fail-readonly\";i:1310;s:19:\"backend-fail-synced\";i:1311;s:20:\"backend-fail-connect\";i:1312;s:21:\"backend-fail-internal\";i:1313;s:24:\"backend-fail-contenttype\";i:1314;s:22:\"backend-fail-batchsize\";i:1315;s:19:\"backend-fail-usable\";i:1316;s:21:\"lockmanager-notlocked\";i:1317;s:26:\"lockmanager-fail-closelock\";i:1318;s:27:\"lockmanager-fail-deletelock\";i:1319;s:28:\"lockmanager-fail-acquirelock\";i:1320;s:25:\"lockmanager-fail-openlock\";i:1321;s:28:\"lockmanager-fail-releaselock\";i:1322;s:26:\"lockmanager-fail-db-bucket\";i:1323;s:27:\"lockmanager-fail-db-release\";i:1324;s:28:\"lockmanager-fail-svr-acquire\";i:1325;s:28:\"lockmanager-fail-svr-release\";i:1326;s:19:\"zip-file-open-error\";i:1327;s:16:\"zip-wrong-format\";i:1328;s:7:\"zip-bad\";i:1329;s:15:\"zip-unsupported\";i:1330;s:11:\"uploadstash\";i:1331;s:19:\"uploadstash-summary\";i:1332;s:17:\"uploadstash-clear\";i:1333;s:19:\"uploadstash-nofiles\";i:1334;s:20:\"uploadstash-badtoken\";i:1335;s:20:\"uploadstash-errclear\";i:1336;s:19:\"uploadstash-refresh\";i:1337;s:20:\"invalid-chunk-offset\";i:1338;s:21:\"img-auth-accessdenied\";i:1339;s:17:\"img-auth-notindir\";i:1340;s:17:\"img-auth-badtitle\";i:1341;s:15:\"img-auth-nofile\";i:1342;s:14:\"img-auth-isdir\";i:1343;s:18:\"img-auth-streaming\";i:1344;s:15:\"img-auth-public\";i:1345;s:15:\"img-auth-noread\";i:1346;s:16:\"http-invalid-url\";i:1347;s:19:\"http-invalid-scheme\";i:1348;s:18:\"http-request-error\";i:1349;s:15:\"http-read-error\";i:1350;s:14:\"http-timed-out\";i:1351;s:15:\"http-curl-error\";i:1352;s:15:\"http-bad-status\";i:1353;s:18:\"upload-curl-error6\";i:1354;s:23:\"upload-curl-error6-text\";i:1355;s:19:\"upload-curl-error28\";i:1356;s:24:\"upload-curl-error28-text\";i:1357;s:7:\"license\";i:1358;s:14:\"license-header\";i:1359;s:9:\"nolicense\";i:1360;s:13:\"licenses-edit\";i:1361;s:17:\"license-nopreview\";i:1362;s:17:\"upload_source_url\";i:1363;s:18:\"upload_source_file\";i:1364;s:16:\"listfiles-delete\";i:1365;s:17:\"listfiles-summary\";i:1366;s:26:\"listfiles-userdoesnotexist\";i:1367;s:7:\"imgfile\";i:1368;s:9:\"listfiles\";i:1369;s:15:\"listfiles_thumb\";i:1370;s:14:\"listfiles_date\";i:1371;s:14:\"listfiles_name\";i:1372;s:14:\"listfiles_user\";i:1373;s:14:\"listfiles_size\";i:1374;s:21:\"listfiles_description\";i:1375;s:15:\"listfiles_count\";i:1376;s:18:\"listfiles-show-all\";i:1377;s:23:\"listfiles-latestversion\";i:1378;s:27:\"listfiles-latestversion-yes\";i:1379;s:26:\"listfiles-latestversion-no\";i:1380;s:16:\"file-anchor-link\";i:1381;s:8:\"filehist\";i:1382;s:13:\"filehist-help\";i:1383;s:18:\"filehist-deleteall\";i:1384;s:18:\"filehist-deleteone\";i:1385;s:15:\"filehist-revert\";i:1386;s:16:\"filehist-current\";i:1387;s:17:\"filehist-datetime\";i:1388;s:14:\"filehist-thumb\";i:1389;s:18:\"filehist-thumbtext\";i:1390;s:16:\"filehist-nothumb\";i:1391;s:13:\"filehist-user\";i:1392;s:19:\"filehist-dimensions\";i:1393;s:17:\"filehist-filesize\";i:1394;s:16:\"filehist-comment\";i:1395;s:10:\"imagelinks\";i:1396;s:12:\"linkstoimage\";i:1397;s:17:\"linkstoimage-more\";i:1398;s:14:\"nolinkstoimage\";i:1399;s:16:\"morelinkstoimage\";i:1400;s:21:\"linkstoimage-redirect\";i:1401;s:16:\"duplicatesoffile\";i:1402;s:12:\"sharedupload\";i:1403;s:23:\"sharedupload-desc-there\";i:1404;s:22:\"sharedupload-desc-here\";i:1405;s:22:\"sharedupload-desc-edit\";i:1406;s:24:\"sharedupload-desc-create\";i:1407;s:15:\"filepage-nofile\";i:1408;s:20:\"filepage-nofile-link\";i:1409;s:25:\"uploadnewversion-linktext\";i:1410;s:16:\"shared-repo-from\";i:1411;s:11:\"shared-repo\";i:1412;s:22:\"upload-disallowed-here\";i:1413;s:10:\"filerevert\";i:1414;s:17:\"filerevert-legend\";i:1415;s:16:\"filerevert-intro\";i:1416;s:18:\"filerevert-comment\";i:1417;s:25:\"filerevert-defaultcomment\";i:1418;s:17:\"filerevert-submit\";i:1419;s:18:\"filerevert-success\";i:1420;s:21:\"filerevert-badversion\";i:1421;s:10:\"filedelete\";i:1422;s:17:\"filedelete-legend\";i:1423;s:16:\"filedelete-intro\";i:1424;s:20:\"filedelete-intro-old\";i:1425;s:18:\"filedelete-comment\";i:1426;s:17:\"filedelete-submit\";i:1427;s:18:\"filedelete-success\";i:1428;s:22:\"filedelete-success-old\";i:1429;s:17:\"filedelete-nofile\";i:1430;s:21:\"filedelete-nofile-old\";i:1431;s:22:\"filedelete-otherreason\";i:1432;s:27:\"filedelete-reason-otherlist\";i:1433;s:26:\"filedelete-reason-dropdown\";i:1434;s:26:\"filedelete-edit-reasonlist\";i:1435;s:22:\"filedelete-maintenance\";i:1436;s:28:\"filedelete-maintenance-title\";i:1437;s:10:\"mimesearch\";i:1438;s:18:\"mimesearch-summary\";i:1439;s:8:\"mimetype\";i:1440;s:8:\"download\";i:1441;s:14:\"unwatchedpages\";i:1442;s:13:\"listredirects\";i:1443;s:19:\"listduplicatedfiles\";i:1444;s:27:\"listduplicatedfiles-summary\";i:1445;s:25:\"listduplicatedfiles-entry\";i:1446;s:15:\"unusedtemplates\";i:1447;s:19:\"unusedtemplatestext\";i:1448;s:18:\"unusedtemplateswlh\";i:1449;s:10:\"randompage\";i:1450;s:18:\"randompage-nopages\";i:1451;s:16:\"randomincategory\";i:1452;s:32:\"randomincategory-invalidcategory\";i:1453;s:24:\"randomincategory-nopages\";i:1454;s:25:\"randomincategory-category\";i:1455;s:23:\"randomincategory-legend\";i:1456;s:23:\"randomincategory-submit\";i:1457;s:14:\"randomredirect\";i:1458;s:22:\"randomredirect-nopages\";i:1459;s:10:\"statistics\";i:1460;s:23:\"statistics-header-pages\";i:1461;s:23:\"statistics-header-edits\";i:1462;s:23:\"statistics-header-users\";i:1463;s:23:\"statistics-header-hooks\";i:1464;s:19:\"statistics-articles\";i:1465;s:16:\"statistics-pages\";i:1466;s:21:\"statistics-pages-desc\";i:1467;s:16:\"statistics-files\";i:1468;s:16:\"statistics-edits\";i:1469;s:24:\"statistics-edits-average\";i:1470;s:16:\"statistics-users\";i:1471;s:23:\"statistics-users-active\";i:1472;s:28:\"statistics-users-active-desc\";i:1473;s:13:\"pageswithprop\";i:1474;s:20:\"pageswithprop-legend\";i:1475;s:18:\"pageswithprop-text\";i:1476;s:18:\"pageswithprop-prop\";i:1477;s:20:\"pageswithprop-submit\";i:1478;s:29:\"pageswithprop-prophidden-long\";i:1479;s:31:\"pageswithprop-prophidden-binary\";i:1480;s:15:\"doubleredirects\";i:1481;s:19:\"doubleredirectstext\";i:1482;s:26:\"double-redirect-fixed-move\";i:1483;s:33:\"double-redirect-fixed-maintenance\";i:1484;s:21:\"double-redirect-fixer\";i:1485;s:15:\"brokenredirects\";i:1486;s:19:\"brokenredirectstext\";i:1487;s:20:\"brokenredirects-edit\";i:1488;s:22:\"brokenredirects-delete\";i:1489;s:16:\"withoutinterwiki\";i:1490;s:24:\"withoutinterwiki-summary\";i:1491;s:23:\"withoutinterwiki-legend\";i:1492;s:23:\"withoutinterwiki-submit\";i:1493;s:15:\"fewestrevisions\";i:1494;s:6:\"nbytes\";i:1495;s:11:\"ncategories\";i:1496;s:11:\"ninterwikis\";i:1497;s:6:\"nlinks\";i:1498;s:8:\"nmembers\";i:1499;s:15:\"nmemberschanged\";i:1500;s:10:\"nrevisions\";i:1501;s:11:\"nimagelinks\";i:1502;s:14:\"ntransclusions\";i:1503;s:17:\"specialpage-empty\";i:1504;s:11:\"lonelypages\";i:1505;s:15:\"lonelypagestext\";i:1506;s:18:\"uncategorizedpages\";i:1507;s:23:\"uncategorizedcategories\";i:1508;s:19:\"uncategorizedimages\";i:1509;s:22:\"uncategorizedtemplates\";i:1510;s:16:\"unusedcategories\";i:1511;s:12:\"unusedimages\";i:1512;s:16:\"wantedcategories\";i:1513;s:11:\"wantedpages\";i:1514;s:19:\"wantedpages-summary\";i:1515;s:20:\"wantedpages-badtitle\";i:1516;s:11:\"wantedfiles\";i:1517;s:18:\"wantedfiletext-cat\";i:1518;s:28:\"wantedfiletext-cat-noforeign\";i:1519;s:20:\"wantedfiletext-nocat\";i:1520;s:30:\"wantedfiletext-nocat-noforeign\";i:1521;s:15:\"wantedtemplates\";i:1522;s:10:\"mostlinked\";i:1523;s:20:\"mostlinkedcategories\";i:1524;s:19:\"mostlinkedtemplates\";i:1525;s:14:\"mostcategories\";i:1526;s:10:\"mostimages\";i:1527;s:14:\"mostinterwikis\";i:1528;s:13:\"mostrevisions\";i:1529;s:11:\"prefixindex\";i:1530;s:21:\"prefixindex-namespace\";i:1531;s:17:\"prefixindex-strip\";i:1532;s:10:\"shortpages\";i:1533;s:9:\"longpages\";i:1534;s:12:\"deadendpages\";i:1535;s:16:\"deadendpagestext\";i:1536;s:14:\"protectedpages\";i:1537;s:20:\"protectedpages-indef\";i:1538;s:22:\"protectedpages-summary\";i:1539;s:22:\"protectedpages-cascade\";i:1540;s:25:\"protectedpages-noredirect\";i:1541;s:32:\"cachedspecial-viewing-cached-ttl\";i:1542;s:19:\"protectedpagesempty\";i:1543;s:24:\"protectedpages-timestamp\";i:1544;s:19:\"protectedpages-page\";i:1545;s:21:\"protectedpages-expiry\";i:1546;s:24:\"protectedpages-performer\";i:1547;s:21:\"protectedpages-params\";i:1548;s:21:\"protectedpages-reason\";i:1549;s:32:\"protectedpages-unknown-timestamp\";i:1550;s:32:\"protectedpages-unknown-performer\";i:1551;s:15:\"protectedtitles\";i:1552;s:23:\"protectedtitles-summary\";i:1553;s:20:\"protectedtitlesempty\";i:1554;s:9:\"listusers\";i:1555;s:19:\"listusers-editsonly\";i:1556;s:22:\"listusers-creationsort\";i:1557;s:14:\"listusers-desc\";i:1558;s:13:\"usereditcount\";i:1559;s:11:\"usercreated\";i:1560;s:8:\"newpages\";i:1561;s:17:\"newpages-username\";i:1562;s:12:\"ancientpages\";i:1563;s:4:\"move\";i:1564;s:12:\"movethispage\";i:1565;s:16:\"unusedimagestext\";i:1566;s:20:\"unusedcategoriestext\";i:1567;s:13:\"notargettitle\";i:1568;s:12:\"notargettext\";i:1569;s:11:\"nopagetitle\";i:1570;s:10:\"nopagetext\";i:1571;s:13:\"pager-newer-n\";i:1572;s:13:\"pager-older-n\";i:1573;s:8:\"suppress\";i:1574;s:18:\"querypage-disabled\";i:1575;s:7:\"apihelp\";i:1576;s:22:\"apihelp-no-such-module\";i:1577;s:10:\"apisandbox\";i:1578;s:16:\"apisandbox-intro\";i:1579;s:17:\"apisandbox-submit\";i:1580;s:16:\"apisandbox-reset\";i:1581;s:19:\"apisandbox-examples\";i:1582;s:18:\"apisandbox-results\";i:1583;s:28:\"apisandbox-request-url-label\";i:1584;s:23:\"apisandbox-request-time\";i:1585;s:11:\"booksources\";i:1586;s:25:\"booksources-search-legend\";i:1587;s:18:\"booksources-search\";i:1588;s:16:\"booksources-text\";i:1589;s:24:\"booksources-invalid-isbn\";i:1590;s:19:\"specialloguserlabel\";i:1591;s:20:\"speciallogtitlelabel\";i:1592;s:3:\"log\";i:1593;s:13:\"all-logs-page\";i:1594;s:11:\"alllogstext\";i:1595;s:8:\"logempty\";i:1596;s:18:\"log-title-wildcard\";i:1597;s:26:\"showhideselectedlogentries\";i:1598;s:13:\"log-edit-tags\";i:1599;s:8:\"allpages\";i:1600;s:8:\"nextpage\";i:1601;s:8:\"prevpage\";i:1602;s:12:\"allpagesfrom\";i:1603;s:10:\"allpagesto\";i:1604;s:11:\"allarticles\";i:1605;s:14:\"allinnamespace\";i:1606;s:14:\"allpagessubmit\";i:1607;s:14:\"allpagesprefix\";i:1608;s:16:\"allpagesbadtitle\";i:1609;s:15:\"allpages-bad-ns\";i:1610;s:23:\"allpages-hide-redirects\";i:1611;s:10:\"categories\";i:1612;s:18:\"categoriespagetext\";i:1613;s:14:\"categoriesfrom\";i:1614;s:20:\"deletedcontributions\";i:1615;s:26:\"deletedcontributions-title\";i:1616;s:32:\"sp-deletedcontributions-contribs\";i:1617;s:10:\"linksearch\";i:1618;s:14:\"linksearch-pat\";i:1619;s:13:\"linksearch-ns\";i:1620;s:13:\"linksearch-ok\";i:1621;s:15:\"linksearch-text\";i:1622;s:15:\"linksearch-line\";i:1623;s:16:\"linksearch-error\";i:1624;s:13:\"listusersfrom\";i:1625;s:16:\"listusers-submit\";i:1626;s:18:\"listusers-noresult\";i:1627;s:17:\"listusers-blocked\";i:1628;s:11:\"activeusers\";i:1629;s:17:\"activeusers-intro\";i:1630;s:17:\"activeusers-count\";i:1631;s:16:\"activeusers-from\";i:1632;s:20:\"activeusers-noresult\";i:1633;s:15:\"listgrouprights\";i:1634;s:23:\"listgrouprights-summary\";i:1635;s:19:\"listgrouprights-key\";i:1636;s:21:\"listgrouprights-group\";i:1637;s:22:\"listgrouprights-rights\";i:1638;s:24:\"listgrouprights-helppage\";i:1639;s:23:\"listgrouprights-members\";i:1640;s:24:\"listgrouprights-addgroup\";i:1641;s:27:\"listgrouprights-removegroup\";i:1642;s:28:\"listgrouprights-addgroup-all\";i:1643;s:31:\"listgrouprights-removegroup-all\";i:1644;s:29:\"listgrouprights-addgroup-self\";i:1645;s:32:\"listgrouprights-removegroup-self\";i:1646;s:33:\"listgrouprights-addgroup-self-all\";i:1647;s:36:\"listgrouprights-removegroup-self-all\";i:1648;s:42:\"listgrouprights-namespaceprotection-header\";i:1649;s:45:\"listgrouprights-namespaceprotection-namespace\";i:1650;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:1651;s:18:\"trackingcategories\";i:1652;s:26:\"trackingcategories-summary\";i:1653;s:22:\"trackingcategories-msg\";i:1654;s:23:\"trackingcategories-name\";i:1655;s:23:\"trackingcategories-desc\";i:1656;s:21:\"noindex-category-desc\";i:1657;s:19:\"index-category-desc\";i:1658;s:44:\"post-expand-template-inclusion-category-desc\";i:1659;s:43:\"post-expand-template-argument-category-desc\";i:1660;s:38:\"expensive-parserfunction-category-desc\";i:1661;s:25:\"broken-file-category-desc\";i:1662;s:29:\"hidden-category-category-desc\";i:1663;s:25:\"trackingcategories-nodesc\";i:1664;s:27:\"trackingcategories-disabled\";i:1665;s:11:\"mailnologin\";i:1666;s:15:\"mailnologintext\";i:1667;s:9:\"emailuser\";i:1668;s:22:\"emailuser-title-target\";i:1669;s:24:\"emailuser-title-notarget\";i:1670;s:13:\"emailpagetext\";i:1671;s:15:\"defemailsubject\";i:1672;s:16:\"usermaildisabled\";i:1673;s:20:\"usermaildisabledtext\";i:1674;s:12:\"noemailtitle\";i:1675;s:11:\"noemailtext\";i:1676;s:15:\"nowikiemailtext\";i:1677;s:13:\"emailnotarget\";i:1678;s:11:\"emailtarget\";i:1679;s:13:\"emailusername\";i:1680;s:19:\"emailusernamesubmit\";i:1681;s:12:\"email-legend\";i:1682;s:9:\"emailfrom\";i:1683;s:7:\"emailto\";i:1684;s:12:\"emailsubject\";i:1685;s:12:\"emailmessage\";i:1686;s:9:\"emailsend\";i:1687;s:9:\"emailccme\";i:1688;s:14:\"emailccsubject\";i:1689;s:9:\"emailsent\";i:1690;s:13:\"emailsenttext\";i:1691;s:15:\"emailuserfooter\";i:1692;s:19:\"usermessage-summary\";i:1693;s:18:\"usermessage-editor\";i:1694;s:9:\"watchlist\";i:1695;s:11:\"mywatchlist\";i:1696;s:13:\"watchlistfor2\";i:1697;s:11:\"nowatchlist\";i:1698;s:17:\"watchlistanontext\";i:1699;s:12:\"watchnologin\";i:1700;s:8:\"addwatch\";i:1701;s:14:\"addedwatchtext\";i:1702;s:20:\"addedwatchtext-short\";i:1703;s:11:\"removewatch\";i:1704;s:16:\"removedwatchtext\";i:1705;s:22:\"removedwatchtext-short\";i:1706;s:5:\"watch\";i:1707;s:13:\"watchthispage\";i:1708;s:7:\"unwatch\";i:1709;s:15:\"unwatchthispage\";i:1710;s:12:\"notanarticle\";i:1711;s:13:\"notvisiblerev\";i:1712;s:17:\"watchlist-details\";i:1713;s:15:\"wlheader-enotif\";i:1714;s:20:\"wlheader-showupdated\";i:1715;s:6:\"wlnote\";i:1716;s:17:\"watchlist-options\";i:1717;s:8:\"watching\";i:1718;s:10:\"unwatching\";i:1719;s:12:\"enotif_reset\";i:1720;s:28:\"enotif_impersonal_salutation\";i:1721;s:22:\"enotif_subject_deleted\";i:1722;s:22:\"enotif_subject_created\";i:1723;s:20:\"enotif_subject_moved\";i:1724;s:23:\"enotif_subject_restored\";i:1725;s:22:\"enotif_subject_changed\";i:1726;s:25:\"enotif_body_intro_deleted\";i:1727;s:25:\"enotif_body_intro_created\";i:1728;s:23:\"enotif_body_intro_moved\";i:1729;s:26:\"enotif_body_intro_restored\";i:1730;s:25:\"enotif_body_intro_changed\";i:1731;s:18:\"enotif_lastvisited\";i:1732;s:15:\"enotif_lastdiff\";i:1733;s:18:\"enotif_anon_editor\";i:1734;s:11:\"enotif_body\";i:1735;s:7:\"created\";i:1736;s:7:\"changed\";i:1737;s:17:\"deletepage-submit\";i:1738;s:7:\"confirm\";i:1739;s:9:\"excontent\";i:1740;s:15:\"excontentauthor\";i:1741;s:13:\"exbeforeblank\";i:1742;s:14:\"delete-confirm\";i:1743;s:13:\"delete-legend\";i:1744;s:14:\"historywarning\";i:1745;s:17:\"confirmdeletetext\";i:1746;s:14:\"actioncomplete\";i:1747;s:12:\"actionfailed\";i:1748;s:11:\"deletedtext\";i:1749;s:10:\"dellogpage\";i:1750;s:14:\"dellogpagetext\";i:1751;s:11:\"deletionlog\";i:1752;s:8:\"reverted\";i:1753;s:13:\"deletecomment\";i:1754;s:17:\"deleteotherreason\";i:1755;s:21:\"deletereasonotherlist\";i:1756;s:21:\"deletereason-dropdown\";i:1757;s:22:\"delete-edit-reasonlist\";i:1758;s:13:\"delete-toobig\";i:1759;s:21:\"delete-warning-toobig\";i:1760;s:15:\"deleteprotected\";i:1761;s:26:\"deleting-backlinks-warning\";i:1762;s:8:\"rollback\";i:1763;s:12:\"rollbacklink\";i:1764;s:17:\"rollbacklinkcount\";i:1765;s:26:\"rollbacklinkcount-morethan\";i:1766;s:14:\"rollbackfailed\";i:1767;s:12:\"cantrollback\";i:1768;s:13:\"alreadyrolled\";i:1769;s:11:\"editcomment\";i:1770;s:10:\"revertpage\";i:1771;s:17:\"revertpage-nouser\";i:1772;s:16:\"rollback-success\";i:1773;s:20:\"sessionfailure-title\";i:1774;s:14:\"sessionfailure\";i:1775;s:18:\"changecontentmodel\";i:1776;s:25:\"changecontentmodel-legend\";i:1777;s:30:\"changecontentmodel-title-label\";i:1778;s:30:\"changecontentmodel-model-label\";i:1779;s:31:\"changecontentmodel-reason-label\";i:1780;s:32:\"changecontentmodel-success-title\";i:1781;s:31:\"changecontentmodel-success-text\";i:1782;s:33:\"changecontentmodel-cannot-convert\";i:1783;s:34:\"changecontentmodel-nodirectediting\";i:1784;s:21:\"log-name-contentmodel\";i:1785;s:28:\"log-description-contentmodel\";i:1786;s:28:\"logentry-contentmodel-change\";i:1787;s:39:\"logentry-contentmodel-change-revertlink\";i:1788;s:35:\"logentry-contentmodel-change-revert\";i:1789;s:14:\"protectlogpage\";i:1790;s:14:\"protectlogtext\";i:1791;s:13:\"protect-title\";i:1792;s:24:\"protect-title-notallowed\";i:1793;s:14:\"prot_1movedto2\";i:1794;s:26:\"protect-badnamespace-title\";i:1795;s:25:\"protect-badnamespace-text\";i:1796;s:31:\"protect-norestrictiontypes-text\";i:1797;s:32:\"protect-norestrictiontypes-title\";i:1798;s:14:\"protect-legend\";i:1799;s:14:\"protectcomment\";i:1800;s:13:\"protectexpiry\";i:1801;s:22:\"protect_expiry_invalid\";i:1802;s:18:\"protect_expiry_old\";i:1803;s:27:\"protect-unchain-permissions\";i:1804;s:12:\"protect-text\";i:1805;s:22:\"protect-locked-blocked\";i:1806;s:21:\"protect-locked-dblock\";i:1807;s:21:\"protect-locked-access\";i:1808;s:17:\"protect-cascadeon\";i:1809;s:15:\"protect-default\";i:1810;s:16:\"protect-fallback\";i:1811;s:27:\"protect-level-autoconfirmed\";i:1812;s:19:\"protect-level-sysop\";i:1813;s:23:\"protect-summary-cascade\";i:1814;s:16:\"protect-expiring\";i:1815;s:22:\"protect-expiring-local\";i:1816;s:25:\"protect-expiry-indefinite\";i:1817;s:15:\"protect-cascade\";i:1818;s:16:\"protect-cantedit\";i:1819;s:17:\"protect-othertime\";i:1820;s:20:\"protect-othertime-op\";i:1821;s:23:\"protect-existing-expiry\";i:1822;s:32:\"protect-existing-expiry-infinity\";i:1823;s:19:\"protect-otherreason\";i:1824;s:22:\"protect-otherreason-op\";i:1825;s:16:\"protect-dropdown\";i:1826;s:23:\"protect-edit-reasonlist\";i:1827;s:22:\"protect-expiry-options\";i:1828;s:16:\"restriction-type\";i:1829;s:17:\"restriction-level\";i:1830;s:12:\"minimum-size\";i:1831;s:12:\"maximum-size\";i:1832;s:8:\"pagesize\";i:1833;s:16:\"restriction-edit\";i:1834;s:16:\"restriction-move\";i:1835;s:18:\"restriction-create\";i:1836;s:18:\"restriction-upload\";i:1837;s:23:\"restriction-level-sysop\";i:1838;s:31:\"restriction-level-autoconfirmed\";i:1839;s:21:\"restriction-level-all\";i:1840;s:8:\"undelete\";i:1841;s:12:\"undeletepage\";i:1842;s:17:\"undeletepagetitle\";i:1843;s:15:\"viewdeletedpage\";i:1844;s:23:\"skin-action-viewdeleted\";i:1845;s:16:\"undeletepagetext\";i:1846;s:23:\"undelete-fieldset-title\";i:1847;s:17:\"undeleteextrahelp\";i:1848;s:17:\"undeleterevisions\";i:1849;s:15:\"undeletehistory\";i:1850;s:14:\"undeleterevdel\";i:1851;s:22:\"undeletehistorynoadmin\";i:1852;s:17:\"undelete-revision\";i:1853;s:24:\"undeleterevision-missing\";i:1854;s:15:\"undelete-nodiff\";i:1855;s:11:\"undeletebtn\";i:1856;s:12:\"undeletelink\";i:1857;s:16:\"undeleteviewlink\";i:1858;s:14:\"undeleteinvert\";i:1859;s:15:\"undeletecomment\";i:1860;s:14:\"cannotundelete\";i:1861;s:13:\"undeletedpage\";i:1862;s:15:\"undelete-header\";i:1863;s:21:\"undelete-search-title\";i:1864;s:19:\"undelete-search-box\";i:1865;s:22:\"undelete-search-prefix\";i:1866;s:22:\"undelete-search-submit\";i:1867;s:19:\"undelete-no-results\";i:1868;s:26:\"undelete-filename-mismatch\";i:1869;s:22:\"undelete-bad-store-key\";i:1870;s:22:\"undelete-cleanup-error\";i:1871;s:28:\"undelete-missing-filearchive\";i:1872;s:14:\"undelete-error\";i:1873;s:26:\"undelete-show-file-confirm\";i:1874;s:25:\"undelete-show-file-submit\";i:1875;s:9:\"namespace\";i:1876;s:6:\"invert\";i:1877;s:14:\"tooltip-invert\";i:1878;s:28:\"tooltip-whatlinkshere-invert\";i:1879;s:21:\"namespace_association\";i:1880;s:29:\"tooltip-namespace_association\";i:1881;s:14:\"blanknamespace\";i:1882;s:13:\"contributions\";i:1883;s:23:\"tool-link-contributions\";i:1884;s:19:\"contributions-title\";i:1885;s:9:\"mycontris\";i:1886;s:12:\"anoncontribs\";i:1887;s:11:\"contribsub2\";i:1888;s:30:\"contributions-userdoesnotexist\";i:1889;s:10:\"nocontribs\";i:1890;s:5:\"uctop\";i:1891;s:5:\"month\";i:1892;s:4:\"year\";i:1893;s:25:\"sp-contributions-blocklog\";i:1894;s:28:\"sp-contributions-suppresslog\";i:1895;s:24:\"sp-contributions-deleted\";i:1896;s:24:\"sp-contributions-uploads\";i:1897;s:21:\"sp-contributions-logs\";i:1898;s:21:\"sp-contributions-talk\";i:1899;s:27:\"sp-contributions-userrights\";i:1900;s:31:\"sp-contributions-blocked-notice\";i:1901;s:36:\"sp-contributions-blocked-notice-anon\";i:1902;s:23:\"sp-contributions-search\";i:1903;s:25:\"sp-contributions-username\";i:1904;s:24:\"sp-contributions-toponly\";i:1905;s:24:\"sp-contributions-newonly\";i:1906;s:23:\"sp-contributions-submit\";i:1907;s:13:\"whatlinkshere\";i:1908;s:19:\"whatlinkshere-title\";i:1909;s:18:\"whatlinkshere-page\";i:1910;s:9:\"linkshere\";i:1911;s:11:\"nolinkshere\";i:1912;s:14:\"nolinkshere-ns\";i:1913;s:10:\"isredirect\";i:1914;s:10:\"istemplate\";i:1915;s:7:\"isimage\";i:1916;s:18:\"whatlinkshere-prev\";i:1917;s:18:\"whatlinkshere-next\";i:1918;s:19:\"whatlinkshere-links\";i:1919;s:24:\"whatlinkshere-hideredirs\";i:1920;s:23:\"whatlinkshere-hidetrans\";i:1921;s:23:\"whatlinkshere-hidelinks\";i:1922;s:24:\"whatlinkshere-hideimages\";i:1923;s:11:\"autoblockid\";i:1924;s:5:\"block\";i:1925;s:7:\"unblock\";i:1926;s:7:\"blockip\";i:1927;s:11:\"blockiptext\";i:1928;s:19:\"ipaddressorusername\";i:1929;s:9:\"ipbreason\";i:1930;s:18:\"ipbreason-dropdown\";i:1931;s:13:\"ipb-hardblock\";i:1932;s:16:\"ipbcreateaccount\";i:1933;s:11:\"ipbemailban\";i:1934;s:18:\"ipbenableautoblock\";i:1935;s:9:\"ipbsubmit\";i:1936;s:8:\"ipbother\";i:1937;s:10:\"ipboptions\";i:1938;s:11:\"ipbhidename\";i:1939;s:12:\"ipbwatchuser\";i:1940;s:19:\"ipb-disableusertalk\";i:1941;s:16:\"ipb-change-block\";i:1942;s:11:\"ipb-confirm\";i:1943;s:12:\"badipaddress\";i:1944;s:17:\"blockipsuccesssub\";i:1945;s:18:\"blockipsuccesstext\";i:1946;s:16:\"ipb-blockingself\";i:1947;s:19:\"ipb-confirmhideuser\";i:1948;s:17:\"ipb-confirmaction\";i:1949;s:17:\"ipb-edit-dropdown\";i:1950;s:16:\"ipb-unblock-addr\";i:1951;s:11:\"ipb-unblock\";i:1952;s:13:\"ipb-blocklist\";i:1953;s:22:\"ipb-blocklist-contribs\";i:1954;s:12:\"block-expiry\";i:1955;s:9:\"unblockip\";i:1956;s:13:\"unblockiptext\";i:1957;s:9:\"ipusubmit\";i:1958;s:9:\"unblocked\";i:1959;s:15:\"unblocked-range\";i:1960;s:12:\"unblocked-id\";i:1961;s:12:\"unblocked-ip\";i:1962;s:9:\"blocklist\";i:1963;s:11:\"ipblocklist\";i:1964;s:18:\"ipblocklist-legend\";i:1965;s:20:\"blocklist-userblocks\";i:1966;s:20:\"blocklist-tempblocks\";i:1967;s:23:\"blocklist-addressblocks\";i:1968;s:21:\"blocklist-rangeblocks\";i:1969;s:19:\"blocklist-timestamp\";i:1970;s:16:\"blocklist-target\";i:1971;s:16:\"blocklist-expiry\";i:1972;s:12:\"blocklist-by\";i:1973;s:16:\"blocklist-params\";i:1974;s:16:\"blocklist-reason\";i:1975;s:18:\"ipblocklist-submit\";i:1976;s:22:\"ipblocklist-localblock\";i:1977;s:23:\"ipblocklist-otherblocks\";i:1978;s:13:\"infiniteblock\";i:1979;s:13:\"anononlyblock\";i:1980;s:16:\"noautoblockblock\";i:1981;s:18:\"createaccountblock\";i:1982;s:10:\"emailblock\";i:1983;s:20:\"blocklist-nousertalk\";i:1984;s:17:\"ipblocklist-empty\";i:1985;s:22:\"ipblocklist-no-results\";i:1986;s:9:\"blocklink\";i:1987;s:11:\"unblocklink\";i:1988;s:16:\"change-blocklink\";i:1989;s:12:\"contribslink\";i:1990;s:9:\"emaillink\";i:1991;s:11:\"autoblocker\";i:1992;s:12:\"blocklogpage\";i:1993;s:16:\"blocklog-showlog\";i:1994;s:24:\"blocklog-showsuppresslog\";i:1995;s:12:\"blocklogtext\";i:1996;s:24:\"block-log-flags-anononly\";i:1997;s:24:\"block-log-flags-nocreate\";i:1998;s:27:\"block-log-flags-noautoblock\";i:1999;s:23:\"block-log-flags-noemail\";i:2000;s:26:\"block-log-flags-nousertalk\";i:2001;s:31:\"block-log-flags-angry-autoblock\";i:2002;s:26:\"block-log-flags-hiddenname\";i:2003;s:20:\"range_block_disabled\";i:2004;s:18:\"ipb_expiry_invalid\";i:2005;s:15:\"ipb_expiry_temp\";i:2006;s:16:\"ipb_hide_invalid\";i:2007;s:19:\"ipb_already_blocked\";i:2008;s:15:\"ipb-needreblock\";i:2009;s:22:\"ipb-otherblocks-header\";i:2010;s:16:\"unblock-hideuser\";i:2011;s:16:\"ipb_cant_unblock\";i:2012;s:20:\"ipb_blocked_as_range\";i:2013;s:16:\"ip_range_invalid\";i:2014;s:17:\"ip_range_toolarge\";i:2015;s:12:\"proxyblocker\";i:2016;s:16:\"proxyblockreason\";i:2017;s:11:\"sorbsreason\";i:2018;s:27:\"sorbs_create_account_reason\";i:2019;s:14:\"xffblockreason\";i:2020;s:20:\"cant-see-hidden-user\";i:2021;s:10:\"ipbblocked\";i:2022;s:16:\"ipbnounblockself\";i:2023;s:6:\"lockdb\";i:2024;s:8:\"unlockdb\";i:2025;s:10:\"lockdbtext\";i:2026;s:12:\"unlockdbtext\";i:2027;s:11:\"lockconfirm\";i:2028;s:13:\"unlockconfirm\";i:2029;s:7:\"lockbtn\";i:2030;s:9:\"unlockbtn\";i:2031;s:13:\"locknoconfirm\";i:2032;s:16:\"lockdbsuccesssub\";i:2033;s:18:\"unlockdbsuccesssub\";i:2034;s:17:\"lockdbsuccesstext\";i:2035;s:19:\"unlockdbsuccesstext\";i:2036;s:19:\"lockfilenotwritable\";i:2037;s:17:\"databasenotlocked\";i:2038;s:15:\"lockedbyandtime\";i:2039;s:9:\"move-page\";i:2040;s:16:\"move-page-legend\";i:2041;s:12:\"movepagetext\";i:2042;s:28:\"movepagetext-noredirectfixer\";i:2043;s:16:\"movepagetalktext\";i:2044;s:20:\"moveuserpage-warning\";i:2045;s:24:\"movecategorypage-warning\";i:2046;s:15:\"movenologintext\";i:2047;s:14:\"movenotallowed\";i:2048;s:18:\"movenotallowedfile\";i:2049;s:19:\"cant-move-user-page\";i:2050;s:22:\"cant-move-to-user-page\";i:2051;s:23:\"cant-move-category-page\";i:2052;s:26:\"cant-move-to-category-page\";i:2053;s:8:\"newtitle\";i:2054;s:10:\"move-watch\";i:2055;s:11:\"movepagebtn\";i:2056;s:12:\"pagemovedsub\";i:2057;s:14:\"movepage-moved\";i:2058;s:23:\"movepage-moved-redirect\";i:2059;s:25:\"movepage-moved-noredirect\";i:2060;s:13:\"articleexists\";i:2061;s:23:\"cantmove-titleprotected\";i:2062;s:8:\"movetalk\";i:2063;s:13:\"move-subpages\";i:2064;s:18:\"move-talk-subpages\";i:2065;s:20:\"movepage-page-exists\";i:2066;s:19:\"movepage-page-moved\";i:2067;s:21:\"movepage-page-unmoved\";i:2068;s:18:\"movepage-max-pages\";i:2069;s:11:\"movelogpage\";i:2070;s:15:\"movelogpagetext\";i:2071;s:11:\"movesubpage\";i:2072;s:15:\"movesubpagetext\";i:2073;s:13:\"movenosubpage\";i:2074;s:10:\"movereason\";i:2075;s:10:\"revertmove\";i:2076;s:20:\"delete_and_move_text\";i:2077;s:23:\"delete_and_move_confirm\";i:2078;s:22:\"delete_and_move_reason\";i:2079;s:8:\"selfmove\";i:2080;s:25:\"immobile-source-namespace\";i:2081;s:25:\"immobile-target-namespace\";i:2082;s:28:\"immobile-target-namespace-iw\";i:2083;s:20:\"immobile-source-page\";i:2084;s:20:\"immobile-target-page\";i:2085;s:16:\"bad-target-model\";i:2086;s:21:\"imagenocrossnamespace\";i:2087;s:27:\"nonfile-cannot-move-to-file\";i:2088;s:17:\"imagetypemismatch\";i:2089;s:20:\"imageinvalidfilename\";i:2090;s:20:\"fix-double-redirects\";i:2091;s:19:\"move-leave-redirect\";i:2092;s:24:\"protectedpagemovewarning\";i:2093;s:28:\"semiprotectedpagemovewarning\";i:2094;s:20:\"move-over-sharedrepo\";i:2095;s:22:\"file-exists-sharedrepo\";i:2096;s:6:\"export\";i:2097;s:10:\"exporttext\";i:2098;s:9:\"exportall\";i:2099;s:13:\"exportcuronly\";i:2100;s:15:\"exportnohistory\";i:2101;s:17:\"exportlistauthors\";i:2102;s:13:\"export-submit\";i:2103;s:17:\"export-addcattext\";i:2104;s:13:\"export-addcat\";i:2105;s:16:\"export-addnstext\";i:2106;s:12:\"export-addns\";i:2107;s:15:\"export-download\";i:2108;s:16:\"export-templates\";i:2109;s:16:\"export-pagelinks\";i:2110;s:11:\"allmessages\";i:2111;s:15:\"allmessagesname\";i:2112;s:18:\"allmessagesdefault\";i:2113;s:18:\"allmessagescurrent\";i:2114;s:15:\"allmessagestext\";i:2115;s:34:\"allmessages-not-supported-database\";i:2116;s:25:\"allmessages-filter-legend\";i:2117;s:18:\"allmessages-filter\";i:2118;s:29:\"allmessages-filter-unmodified\";i:2119;s:22:\"allmessages-filter-all\";i:2120;s:27:\"allmessages-filter-modified\";i:2121;s:18:\"allmessages-prefix\";i:2122;s:20:\"allmessages-language\";i:2123;s:25:\"allmessages-filter-submit\";i:2124;s:28:\"allmessages-filter-translate\";i:2125;s:14:\"thumbnail-more\";i:2126;s:11:\"filemissing\";i:2127;s:15:\"thumbnail_error\";i:2128;s:22:\"thumbnail_error_remote\";i:2129;s:15:\"djvu_page_error\";i:2130;s:21:\"thumbnail-temp-create\";i:2131;s:21:\"thumbnail-dest-create\";i:2132;s:24:\"thumbnail_invalid_params\";i:2133;s:25:\"thumbnail_toobigimagearea\";i:2134;s:24:\"thumbnail_dest_directory\";i:2135;s:20:\"thumbnail_image-type\";i:2136;s:20:\"thumbnail_gd-library\";i:2137;s:23:\"thumbnail_image-missing\";i:2138;s:29:\"thumbnail_image-failure-limit\";i:2139;s:6:\"import\";i:2140;s:15:\"importinterwiki\";i:2141;s:21:\"import-interwiki-text\";i:2142;s:27:\"import-interwiki-sourcewiki\";i:2143;s:27:\"import-interwiki-sourcepage\";i:2144;s:24:\"import-interwiki-history\";i:2145;s:26:\"import-interwiki-templates\";i:2146;s:23:\"import-interwiki-submit\";i:2147;s:22:\"import-mapping-default\";i:2148;s:24:\"import-mapping-namespace\";i:2149;s:22:\"import-mapping-subpage\";i:2150;s:22:\"import-upload-filename\";i:2151;s:14:\"import-comment\";i:2152;s:10:\"importtext\";i:2153;s:11:\"importstart\";i:2154;s:21:\"import-revision-count\";i:2155;s:13:\"importnopages\";i:2156;s:20:\"imported-log-entries\";i:2157;s:12:\"importfailed\";i:2158;s:19:\"importunknownsource\";i:2159;s:14:\"importcantopen\";i:2160;s:18:\"importbadinterwiki\";i:2161;s:13:\"importsuccess\";i:2162;s:15:\"importnosources\";i:2163;s:12:\"importnofile\";i:2164;s:21:\"importuploaderrorsize\";i:2165;s:24:\"importuploaderrorpartial\";i:2166;s:21:\"importuploaderrortemp\";i:2167;s:20:\"import-parse-failure\";i:2168;s:16:\"import-noarticle\";i:2169;s:21:\"import-nonewrevisions\";i:2170;s:16:\"xml-error-string\";i:2171;s:13:\"import-upload\";i:2172;s:21:\"import-token-mismatch\";i:2173;s:24:\"import-invalid-interwiki\";i:2174;s:17:\"import-error-edit\";i:2175;s:22:\"import-error-interwiki\";i:2176;s:20:\"import-error-special\";i:2177;s:20:\"import-error-invalid\";i:2178;s:24:\"import-error-unserialize\";i:2179;s:25:\"import-error-bad-location\";i:2180;s:20:\"import-options-wrong\";i:2181;s:23:\"import-rootpage-invalid\";i:2182;s:25:\"import-rootpage-nosubpage\";i:2183;s:13:\"importlogpage\";i:2184;s:17:\"importlogpagetext\";i:2185;s:29:\"import-logentry-upload-detail\";i:2186;s:32:\"import-logentry-interwiki-detail\";i:2187;s:14:\"javascripttest\";i:2188;s:26:\"javascripttest-qunit-intro\";i:2189;s:19:\"tooltip-pt-userpage\";i:2190;s:23:\"tooltip-pt-anonuserpage\";i:2191;s:17:\"tooltip-pt-mytalk\";i:2192;s:19:\"tooltip-pt-anontalk\";i:2193;s:22:\"tooltip-pt-preferences\";i:2194;s:20:\"tooltip-pt-watchlist\";i:2195;s:20:\"tooltip-pt-mycontris\";i:2196;s:16:\"tooltip-pt-login\";i:2197;s:17:\"tooltip-pt-logout\";i:2198;s:24:\"tooltip-pt-createaccount\";i:2199;s:15:\"tooltip-ca-talk\";i:2200;s:15:\"tooltip-ca-edit\";i:2201;s:21:\"tooltip-ca-addsection\";i:2202;s:21:\"tooltip-ca-viewsource\";i:2203;s:18:\"tooltip-ca-history\";i:2204;s:18:\"tooltip-ca-protect\";i:2205;s:20:\"tooltip-ca-unprotect\";i:2206;s:17:\"tooltip-ca-delete\";i:2207;s:19:\"tooltip-ca-undelete\";i:2208;s:15:\"tooltip-ca-move\";i:2209;s:16:\"tooltip-ca-watch\";i:2210;s:18:\"tooltip-ca-unwatch\";i:2211;s:14:\"tooltip-search\";i:2212;s:17:\"tooltip-search-go\";i:2213;s:23:\"tooltip-search-fulltext\";i:2214;s:14:\"tooltip-p-logo\";i:2215;s:18:\"tooltip-n-mainpage\";i:2216;s:30:\"tooltip-n-mainpage-description\";i:2217;s:16:\"tooltip-n-portal\";i:2218;s:23:\"tooltip-n-currentevents\";i:2219;s:23:\"tooltip-n-recentchanges\";i:2220;s:20:\"tooltip-n-randompage\";i:2221;s:14:\"tooltip-n-help\";i:2222;s:23:\"tooltip-t-whatlinkshere\";i:2223;s:29:\"tooltip-t-recentchangeslinked\";i:2224;s:16:\"tooltip-feed-rss\";i:2225;s:17:\"tooltip-feed-atom\";i:2226;s:23:\"tooltip-t-contributions\";i:2227;s:19:\"tooltip-t-emailuser\";i:2228;s:14:\"tooltip-t-info\";i:2229;s:16:\"tooltip-t-upload\";i:2230;s:22:\"tooltip-t-specialpages\";i:2231;s:15:\"tooltip-t-print\";i:2232;s:19:\"tooltip-t-permalink\";i:2233;s:21:\"tooltip-ca-nstab-main\";i:2234;s:21:\"tooltip-ca-nstab-user\";i:2235;s:22:\"tooltip-ca-nstab-media\";i:2236;s:24:\"tooltip-ca-nstab-special\";i:2237;s:24:\"tooltip-ca-nstab-project\";i:2238;s:22:\"tooltip-ca-nstab-image\";i:2239;s:26:\"tooltip-ca-nstab-mediawiki\";i:2240;s:25:\"tooltip-ca-nstab-template\";i:2241;s:21:\"tooltip-ca-nstab-help\";i:2242;s:25:\"tooltip-ca-nstab-category\";i:2243;s:17:\"tooltip-minoredit\";i:2244;s:12:\"tooltip-save\";i:2245;s:15:\"tooltip-preview\";i:2246;s:12:\"tooltip-diff\";i:2247;s:31:\"tooltip-compareselectedversions\";i:2248;s:13:\"tooltip-watch\";i:2249;s:35:\"tooltip-watchlistedit-normal-submit\";i:2250;s:32:\"tooltip-watchlistedit-raw-submit\";i:2251;s:16:\"tooltip-recreate\";i:2252;s:14:\"tooltip-upload\";i:2253;s:16:\"tooltip-rollback\";i:2254;s:12:\"tooltip-undo\";i:2255;s:24:\"tooltip-preferences-save\";i:2256;s:15:\"tooltip-summary\";i:2257;s:9:\"anonymous\";i:2258;s:8:\"siteuser\";i:2259;s:8:\"anonuser\";i:2260;s:16:\"lastmodifiedatby\";i:2261;s:13:\"othercontribs\";i:2262;s:6:\"others\";i:2263;s:9:\"siteusers\";i:2264;s:9:\"anonusers\";i:2265;s:11:\"creditspage\";i:2266;s:9:\"nocredits\";i:2267;s:19:\"spamprotectiontitle\";i:2268;s:18:\"spamprotectiontext\";i:2269;s:19:\"spamprotectionmatch\";i:2270;s:16:\"spambot_username\";i:2271;s:14:\"spam_reverting\";i:2272;s:13:\"spam_blanking\";i:2273;s:13:\"spam_deleting\";i:2274;s:20:\"simpleantispam-label\";i:2275;s:14:\"pageinfo-title\";i:2276;s:20:\"pageinfo-not-current\";i:2277;s:21:\"pageinfo-header-basic\";i:2278;s:21:\"pageinfo-header-edits\";i:2279;s:28:\"pageinfo-header-restrictions\";i:2280;s:26:\"pageinfo-header-properties\";i:2281;s:22:\"pageinfo-display-title\";i:2282;s:21:\"pageinfo-default-sort\";i:2283;s:15:\"pageinfo-length\";i:2284;s:19:\"pageinfo-article-id\";i:2285;s:17:\"pageinfo-language\";i:2286;s:22:\"pageinfo-content-model\";i:2287;s:21:\"pageinfo-robot-policy\";i:2288;s:20:\"pageinfo-robot-index\";i:2289;s:22:\"pageinfo-robot-noindex\";i:2290;s:17:\"pageinfo-watchers\";i:2291;s:26:\"pageinfo-visiting-watchers\";i:2292;s:21:\"pageinfo-few-watchers\";i:2293;s:30:\"pageinfo-few-visiting-watchers\";i:2294;s:23:\"pageinfo-redirects-name\";i:2295;s:22:\"pageinfo-subpages-name\";i:2296;s:23:\"pageinfo-subpages-value\";i:2297;s:18:\"pageinfo-firstuser\";i:2298;s:18:\"pageinfo-firsttime\";i:2299;s:17:\"pageinfo-lastuser\";i:2300;s:17:\"pageinfo-lasttime\";i:2301;s:14:\"pageinfo-edits\";i:2302;s:16:\"pageinfo-authors\";i:2303;s:21:\"pageinfo-recent-edits\";i:2304;s:23:\"pageinfo-recent-authors\";i:2305;s:20:\"pageinfo-magic-words\";i:2306;s:26:\"pageinfo-hidden-categories\";i:2307;s:18:\"pageinfo-templates\";i:2308;s:22:\"pageinfo-transclusions\";i:2309;s:20:\"pageinfo-toolboxlink\";i:2310;s:20:\"pageinfo-redirectsto\";i:2311;s:25:\"pageinfo-redirectsto-info\";i:2312;s:20:\"pageinfo-contentpage\";i:2313;s:24:\"pageinfo-contentpage-yes\";i:2314;s:26:\"pageinfo-protect-cascading\";i:2315;s:30:\"pageinfo-protect-cascading-yes\";i:2316;s:31:\"pageinfo-protect-cascading-from\";i:2317;s:22:\"pageinfo-category-info\";i:2318;s:23:\"pageinfo-category-total\";i:2319;s:23:\"pageinfo-category-pages\";i:2320;s:25:\"pageinfo-category-subcats\";i:2321;s:23:\"pageinfo-category-files\";i:2322;s:19:\"markaspatrolleddiff\";i:2323;s:19:\"markaspatrolledtext\";i:2324;s:17:\"markedaspatrolled\";i:2325;s:21:\"markedaspatrolledtext\";i:2326;s:16:\"rcpatroldisabled\";i:2327;s:20:\"rcpatroldisabledtext\";i:2328;s:22:\"markedaspatrollederror\";i:2329;s:26:\"markedaspatrollederrortext\";i:2330;s:35:\"markedaspatrollederror-noautopatrol\";i:2331;s:23:\"markedaspatrollednotify\";i:2332;s:15:\"patrol-log-page\";i:2333;s:17:\"patrol-log-header\";i:2334;s:15:\"deletedrevision\";i:2335;s:21:\"filedeleteerror-short\";i:2336;s:20:\"filedeleteerror-long\";i:2337;s:18:\"filedelete-missing\";i:2338;s:27:\"filedelete-old-unregistered\";i:2339;s:31:\"filedelete-current-unregistered\";i:2340;s:28:\"filedelete-archive-read-only\";i:2341;s:12:\"previousdiff\";i:2342;s:8:\"nextdiff\";i:2343;s:12:\"mediawarning\";i:2344;s:12:\"imagemaxsize\";i:2345;s:9:\"thumbsize\";i:2346;s:15:\"widthheightpage\";i:2347;s:9:\"file-info\";i:2348;s:14:\"file-info-size\";i:2349;s:20:\"file-info-size-pages\";i:2350;s:12:\"file-nohires\";i:2351;s:13:\"svg-long-desc\";i:2352;s:22:\"svg-long-desc-animated\";i:2353;s:14:\"svg-long-error\";i:2354;s:14:\"show-big-image\";i:2355;s:22:\"show-big-image-preview\";i:2356;s:29:\"show-big-image-preview-differ\";i:2357;s:20:\"show-big-image-other\";i:2358;s:19:\"show-big-image-size\";i:2359;s:20:\"file-info-gif-looped\";i:2360;s:20:\"file-info-gif-frames\";i:2361;s:20:\"file-info-png-looped\";i:2362;s:20:\"file-info-png-repeat\";i:2363;s:20:\"file-info-png-frames\";i:2364;s:23:\"file-no-thumb-animation\";i:2365;s:27:\"file-no-thumb-animation-gif\";i:2366;s:9:\"newimages\";i:2367;s:13:\"imagelisttext\";i:2368;s:17:\"newimages-summary\";i:2369;s:16:\"newimages-legend\";i:2370;s:18:\"newimages-showbots\";i:2371;s:8:\"noimages\";i:2372;s:8:\"ilsubmit\";i:2373;s:6:\"bydate\";i:2374;s:21:\"sp-newimages-showfrom\";i:2375;s:7:\"seconds\";i:2376;s:7:\"minutes\";i:2377;s:5:\"hours\";i:2378;s:4:\"days\";i:2379;s:5:\"weeks\";i:2380;s:6:\"months\";i:2381;s:5:\"years\";i:2382;s:3:\"ago\";i:2383;s:8:\"just-now\";i:2384;s:9:\"hours-ago\";i:2385;s:11:\"minutes-ago\";i:2386;s:11:\"seconds-ago\";i:2387;s:9:\"monday-at\";i:2388;s:10:\"tuesday-at\";i:2389;s:12:\"wednesday-at\";i:2390;s:11:\"thursday-at\";i:2391;s:9:\"friday-at\";i:2392;s:11:\"saturday-at\";i:2393;s:9:\"sunday-at\";i:2394;s:12:\"yesterday-at\";i:2395;s:14:\"bad_image_list\";i:2396;s:8:\"metadata\";i:2397;s:13:\"metadata-help\";i:2398;s:15:\"metadata-expand\";i:2399;s:17:\"metadata-collapse\";i:2400;s:15:\"metadata-fields\";i:2401;s:13:\"namespacesall\";i:2402;s:9:\"monthsall\";i:2403;s:12:\"confirmemail\";i:2404;s:20:\"confirmemail_noemail\";i:2405;s:17:\"confirmemail_text\";i:2406;s:20:\"confirmemail_pending\";i:2407;s:17:\"confirmemail_send\";i:2408;s:17:\"confirmemail_sent\";i:2409;s:21:\"confirmemail_oncreate\";i:2410;s:23:\"confirmemail_sendfailed\";i:2411;s:20:\"confirmemail_invalid\";i:2412;s:22:\"confirmemail_needlogin\";i:2413;s:20:\"confirmemail_success\";i:2414;s:21:\"confirmemail_loggedin\";i:2415;s:20:\"confirmemail_subject\";i:2416;s:17:\"confirmemail_body\";i:2417;s:25:\"confirmemail_body_changed\";i:2418;s:21:\"confirmemail_body_set\";i:2419;s:24:\"confirmemail_invalidated\";i:2420;s:15:\"invalidateemail\";i:2421;s:23:\"scarytranscludedisabled\";i:2422;s:21:\"scarytranscludefailed\";i:2423;s:32:\"scarytranscludefailed-httpstatus\";i:2424;s:22:\"scarytranscludetoolong\";i:2425;s:19:\"deletedwhileediting\";i:2426;s:15:\"confirmrecreate\";i:2427;s:24:\"confirmrecreate-noreason\";i:2428;s:8:\"recreate\";i:2429;s:20:\"confirm_purge_button\";i:2430;s:17:\"confirm-purge-top\";i:2431;s:20:\"confirm-purge-bottom\";i:2432;s:20:\"confirm-watch-button\";i:2433;s:17:\"confirm-watch-top\";i:2434;s:22:\"confirm-unwatch-button\";i:2435;s:19:\"confirm-unwatch-top\";i:2436;s:15:\"quotation-marks\";i:2437;s:16:\"imgmultipageprev\";i:2438;s:16:\"imgmultipagenext\";i:2439;s:10:\"imgmultigo\";i:2440;s:12:\"imgmultigoto\";i:2441;s:16:\"img-lang-default\";i:2442;s:13:\"img-lang-info\";i:2443;s:11:\"img-lang-go\";i:2444;s:16:\"table_pager_next\";i:2445;s:16:\"table_pager_prev\";i:2446;s:17:\"table_pager_first\";i:2447;s:16:\"table_pager_last\";i:2448;s:17:\"table_pager_limit\";i:2449;s:23:\"table_pager_limit_label\";i:2450;s:24:\"table_pager_limit_submit\";i:2451;s:17:\"table_pager_empty\";i:2452;s:14:\"autosumm-blank\";i:2453;s:16:\"autosumm-replace\";i:2454;s:16:\"autoredircomment\";i:2455;s:12:\"autosumm-new\";i:2456;s:17:\"autosumm-newblank\";i:2457;s:15:\"lag-warn-normal\";i:2458;s:13:\"lag-warn-high\";i:2459;s:26:\"watchlistedit-normal-title\";i:2460;s:27:\"watchlistedit-normal-legend\";i:2461;s:28:\"watchlistedit-normal-explain\";i:2462;s:27:\"watchlistedit-normal-submit\";i:2463;s:25:\"watchlistedit-normal-done\";i:2464;s:23:\"watchlistedit-raw-title\";i:2465;s:24:\"watchlistedit-raw-legend\";i:2466;s:25:\"watchlistedit-raw-explain\";i:2467;s:24:\"watchlistedit-raw-titles\";i:2468;s:24:\"watchlistedit-raw-submit\";i:2469;s:22:\"watchlistedit-raw-done\";i:2470;s:23:\"watchlistedit-raw-added\";i:2471;s:25:\"watchlistedit-raw-removed\";i:2472;s:25:\"watchlistedit-clear-title\";i:2473;s:26:\"watchlistedit-clear-legend\";i:2474;s:27:\"watchlistedit-clear-explain\";i:2475;s:26:\"watchlistedit-clear-titles\";i:2476;s:26:\"watchlistedit-clear-submit\";i:2477;s:24:\"watchlistedit-clear-done\";i:2478;s:27:\"watchlistedit-clear-removed\";i:2479;s:22:\"watchlistedit-too-many\";i:2480;s:20:\"watchlisttools-clear\";i:2481;s:19:\"watchlisttools-view\";i:2482;s:19:\"watchlisttools-edit\";i:2483;s:18:\"watchlisttools-raw\";i:2484;s:9:\"signature\";i:2485;s:21:\"duplicate-defaultsort\";i:2486;s:22:\"duplicate-displaytitle\";i:2487;s:22:\"invalid-indicator-name\";i:2488;s:7:\"version\";i:2489;s:18:\"version-extensions\";i:2490;s:13:\"version-skins\";i:2491;s:20:\"version-specialpages\";i:2492;s:19:\"version-parserhooks\";i:2493;s:17:\"version-variables\";i:2494;s:16:\"version-antispam\";i:2495;s:13:\"version-other\";i:2496;s:21:\"version-mediahandlers\";i:2497;s:13:\"version-hooks\";i:2498;s:28:\"version-parser-extensiontags\";i:2499;s:29:\"version-parser-function-hooks\";i:2500;s:17:\"version-hook-name\";i:2501;s:25:\"version-hook-subscribedby\";i:2502;s:19:\"version-no-ext-name\";i:2503;s:15:\"version-license\";i:2504;s:19:\"version-ext-license\";i:2505;s:26:\"version-ext-colheader-name\";i:2506;s:27:\"version-skin-colheader-name\";i:2507;s:29:\"version-ext-colheader-version\";i:2508;s:29:\"version-ext-colheader-license\";i:2509;s:33:\"version-ext-colheader-description\";i:2510;s:29:\"version-ext-colheader-credits\";i:2511;s:21:\"version-license-title\";i:2512;s:25:\"version-license-not-found\";i:2513;s:21:\"version-credits-title\";i:2514;s:25:\"version-credits-not-found\";i:2515;s:25:\"version-poweredby-credits\";i:2516;s:24:\"version-poweredby-others\";i:2517;s:29:\"version-poweredby-translators\";i:2518;s:23:\"version-credits-summary\";i:2519;s:20:\"version-license-info\";i:2520;s:16:\"version-software\";i:2521;s:24:\"version-software-product\";i:2522;s:24:\"version-software-version\";i:2523;s:19:\"version-entrypoints\";i:2524;s:37:\"version-entrypoints-header-entrypoint\";i:2525;s:30:\"version-entrypoints-header-url\";i:2526;s:17:\"version-libraries\";i:2527;s:25:\"version-libraries-library\";i:2528;s:25:\"version-libraries-version\";i:2529;s:25:\"version-libraries-license\";i:2530;s:29:\"version-libraries-description\";i:2531;s:25:\"version-libraries-authors\";i:2532;s:8:\"redirect\";i:2533;s:16:\"redirect-summary\";i:2534;s:15:\"redirect-submit\";i:2535;s:15:\"redirect-lookup\";i:2536;s:14:\"redirect-value\";i:2537;s:13:\"redirect-user\";i:2538;s:13:\"redirect-page\";i:2539;s:17:\"redirect-revision\";i:2540;s:13:\"redirect-file\";i:2541;s:19:\"redirect-not-exists\";i:2542;s:19:\"fileduplicatesearch\";i:2543;s:27:\"fileduplicatesearch-summary\";i:2544;s:28:\"fileduplicatesearch-filename\";i:2545;s:26:\"fileduplicatesearch-submit\";i:2546;s:24:\"fileduplicatesearch-info\";i:2547;s:28:\"fileduplicatesearch-result-1\";i:2548;s:28:\"fileduplicatesearch-result-n\";i:2549;s:29:\"fileduplicatesearch-noresults\";i:2550;s:12:\"specialpages\";i:2551;s:21:\"specialpages-note-top\";i:2552;s:28:\"specialpages-note-restricted\";i:2553;s:30:\"specialpages-group-maintenance\";i:2554;s:24:\"specialpages-group-other\";i:2555;s:24:\"specialpages-group-login\";i:2556;s:26:\"specialpages-group-changes\";i:2557;s:24:\"specialpages-group-media\";i:2558;s:24:\"specialpages-group-users\";i:2559;s:26:\"specialpages-group-highuse\";i:2560;s:24:\"specialpages-group-pages\";i:2561;s:28:\"specialpages-group-pagetools\";i:2562;s:23:\"specialpages-group-wiki\";i:2563;s:28:\"specialpages-group-redirects\";i:2564;s:23:\"specialpages-group-spam\";i:2565;s:28:\"specialpages-group-developer\";i:2566;s:9:\"blankpage\";i:2567;s:22:\"intentionallyblankpage\";i:2568;s:24:\"external_image_whitelist\";i:2569;s:4:\"tags\";i:2570;s:10:\"tag-filter\";i:2571;s:17:\"tag-filter-submit\";i:2572;s:16:\"tag-list-wrapper\";i:2573;s:10:\"tags-title\";i:2574;s:10:\"tags-intro\";i:2575;s:8:\"tags-tag\";i:2576;s:19:\"tags-display-header\";i:2577;s:23:\"tags-description-header\";i:2578;s:18:\"tags-source-header\";i:2579;s:18:\"tags-active-header\";i:2580;s:20:\"tags-hitcount-header\";i:2581;s:19:\"tags-actions-header\";i:2582;s:15:\"tags-active-yes\";i:2583;s:14:\"tags-active-no\";i:2584;s:21:\"tags-source-extension\";i:2585;s:18:\"tags-source-manual\";i:2586;s:16:\"tags-source-none\";i:2587;s:9:\"tags-edit\";i:2588;s:11:\"tags-delete\";i:2589;s:13:\"tags-activate\";i:2590;s:15:\"tags-deactivate\";i:2591;s:13:\"tags-hitcount\";i:2592;s:25:\"tags-manage-no-permission\";i:2593;s:19:\"tags-create-heading\";i:2594;s:23:\"tags-create-explanation\";i:2595;s:20:\"tags-create-tag-name\";i:2596;s:18:\"tags-create-reason\";i:2597;s:18:\"tags-create-submit\";i:2598;s:19:\"tags-create-no-name\";i:2599;s:25:\"tags-create-invalid-chars\";i:2600;s:31:\"tags-create-invalid-title-chars\";i:2601;s:26:\"tags-create-already-exists\";i:2602;s:26:\"tags-create-warnings-above\";i:2603;s:26:\"tags-create-warnings-below\";i:2604;s:17:\"tags-delete-title\";i:2605;s:31:\"tags-delete-explanation-initial\";i:2606;s:30:\"tags-delete-explanation-in-use\";i:2607;s:31:\"tags-delete-explanation-warning\";i:2608;s:30:\"tags-delete-explanation-active\";i:2609;s:18:\"tags-delete-reason\";i:2610;s:18:\"tags-delete-submit\";i:2611;s:23:\"tags-delete-not-allowed\";i:2612;s:21:\"tags-delete-not-found\";i:2613;s:25:\"tags-delete-too-many-uses\";i:2614;s:33:\"tags-delete-warnings-after-delete\";i:2615;s:19:\"tags-activate-title\";i:2616;s:22:\"tags-activate-question\";i:2617;s:20:\"tags-activate-reason\";i:2618;s:25:\"tags-activate-not-allowed\";i:2619;s:23:\"tags-activate-not-found\";i:2620;s:20:\"tags-activate-submit\";i:2621;s:21:\"tags-deactivate-title\";i:2622;s:24:\"tags-deactivate-question\";i:2623;s:22:\"tags-deactivate-reason\";i:2624;s:27:\"tags-deactivate-not-allowed\";i:2625;s:22:\"tags-deactivate-submit\";i:2626;s:24:\"tags-apply-no-permission\";i:2627;s:26:\"tags-apply-not-allowed-one\";i:2628;s:28:\"tags-apply-not-allowed-multi\";i:2629;s:25:\"tags-update-no-permission\";i:2630;s:31:\"tags-update-add-not-allowed-one\";i:2631;s:33:\"tags-update-add-not-allowed-multi\";i:2632;s:34:\"tags-update-remove-not-allowed-one\";i:2633;s:36:\"tags-update-remove-not-allowed-multi\";i:2634;s:15:\"tags-edit-title\";i:2635;s:21:\"tags-edit-manage-link\";i:2636;s:27:\"tags-edit-revision-selected\";i:2637;s:27:\"tags-edit-logentry-selected\";i:2638;s:25:\"tags-edit-revision-legend\";i:2639;s:25:\"tags-edit-logentry-legend\";i:2640;s:23:\"tags-edit-existing-tags\";i:2641;s:28:\"tags-edit-existing-tags-none\";i:2642;s:18:\"tags-edit-new-tags\";i:2643;s:13:\"tags-edit-add\";i:2644;s:16:\"tags-edit-remove\";i:2645;s:25:\"tags-edit-remove-all-tags\";i:2646;s:28:\"tags-edit-chosen-placeholder\";i:2647;s:27:\"tags-edit-chosen-no-results\";i:2648;s:16:\"tags-edit-reason\";i:2649;s:25:\"tags-edit-revision-submit\";i:2650;s:25:\"tags-edit-logentry-submit\";i:2651;s:17:\"tags-edit-success\";i:2652;s:17:\"tags-edit-failure\";i:2653;s:23:\"tags-edit-nooldid-title\";i:2654;s:22:\"tags-edit-nooldid-text\";i:2655;s:23:\"tags-edit-none-selected\";i:2656;s:12:\"comparepages\";i:2657;s:13:\"compare-page1\";i:2658;s:13:\"compare-page2\";i:2659;s:12:\"compare-rev1\";i:2660;s:12:\"compare-rev2\";i:2661;s:14:\"compare-submit\";i:2662;s:27:\"compare-revision-not-exists\";i:2663;s:9:\"diff-form\";i:2664;s:10:\"deletepage\";i:2665;s:5:\"purge\";i:2666;s:14:\"dberr-problems\";i:2667;s:11:\"dberr-again\";i:2668;s:10:\"dberr-info\";i:2669;s:17:\"dberr-info-hidden\";i:2670;s:22:\"htmlform-invalid-input\";i:2671;s:25:\"htmlform-select-badoption\";i:2672;s:20:\"htmlform-int-invalid\";i:2673;s:22:\"htmlform-float-invalid\";i:2674;s:19:\"htmlform-int-toolow\";i:2675;s:20:\"htmlform-int-toohigh\";i:2676;s:17:\"htmlform-required\";i:2677;s:15:\"htmlform-submit\";i:2678;s:14:\"htmlform-reset\";i:2679;s:28:\"htmlform-selectorother-other\";i:2680;s:11:\"htmlform-no\";i:2681;s:12:\"htmlform-yes\";i:2682;s:27:\"htmlform-chosen-placeholder\";i:2683;s:22:\"htmlform-cloner-create\";i:2684;s:22:\"htmlform-cloner-delete\";i:2685;s:24:\"htmlform-cloner-required\";i:2686;s:27:\"htmlform-title-badnamespace\";i:2687;s:28:\"htmlform-title-not-creatable\";i:2688;s:25:\"htmlform-title-not-exists\";i:2689;s:24:\"htmlform-user-not-exists\";i:2690;s:23:\"htmlform-user-not-valid\";i:2691;s:22:\"logentry-delete-delete\";i:2692;s:23:\"logentry-delete-restore\";i:2693;s:21:\"logentry-delete-event\";i:2694;s:24:\"logentry-delete-revision\";i:2695;s:28:\"logentry-delete-event-legacy\";i:2696;s:31:\"logentry-delete-revision-legacy\";i:2697;s:24:\"logentry-suppress-delete\";i:2698;s:23:\"logentry-suppress-event\";i:2699;s:26:\"logentry-suppress-revision\";i:2700;s:30:\"logentry-suppress-event-legacy\";i:2701;s:33:\"logentry-suppress-revision-legacy\";i:2702;s:21:\"revdelete-content-hid\";i:2703;s:21:\"revdelete-summary-hid\";i:2704;s:19:\"revdelete-uname-hid\";i:2705;s:23:\"revdelete-content-unhid\";i:2706;s:23:\"revdelete-summary-unhid\";i:2707;s:21:\"revdelete-uname-unhid\";i:2708;s:20:\"revdelete-restricted\";i:2709;s:22:\"revdelete-unrestricted\";i:2710;s:20:\"logentry-block-block\";i:2711;s:22:\"logentry-block-unblock\";i:2712;s:22:\"logentry-block-reblock\";i:2713;s:23:\"logentry-suppress-block\";i:2714;s:25:\"logentry-suppress-reblock\";i:2715;s:22:\"logentry-import-upload\";i:2716;s:25:\"logentry-import-interwiki\";i:2717;s:20:\"logentry-merge-merge\";i:2718;s:18:\"logentry-move-move\";i:2719;s:29:\"logentry-move-move-noredirect\";i:2720;s:24:\"logentry-move-move_redir\";i:2721;s:35:\"logentry-move-move_redir-noredirect\";i:2722;s:22:\"logentry-patrol-patrol\";i:2723;s:27:\"logentry-patrol-patrol-auto\";i:2724;s:26:\"logentry-newusers-newusers\";i:2725;s:24:\"logentry-newusers-create\";i:2726;s:25:\"logentry-newusers-create2\";i:2727;s:25:\"logentry-newusers-byemail\";i:2728;s:28:\"logentry-newusers-autocreate\";i:2729;s:26:\"logentry-protect-move_prot\";i:2730;s:26:\"logentry-protect-unprotect\";i:2731;s:24:\"logentry-protect-protect\";i:2732;s:32:\"logentry-protect-protect-cascade\";i:2733;s:23:\"logentry-protect-modify\";i:2734;s:31:\"logentry-protect-modify-cascade\";i:2735;s:22:\"logentry-rights-rights\";i:2736;s:29:\"logentry-rights-rights-legacy\";i:2737;s:27:\"logentry-rights-autopromote\";i:2738;s:22:\"logentry-upload-upload\";i:2739;s:25:\"logentry-upload-overwrite\";i:2740;s:22:\"logentry-upload-revert\";i:2741;s:19:\"log-name-managetags\";i:2742;s:26:\"log-description-managetags\";i:2743;s:26:\"logentry-managetags-create\";i:2744;s:26:\"logentry-managetags-delete\";i:2745;s:28:\"logentry-managetags-activate\";i:2746;s:30:\"logentry-managetags-deactivate\";i:2747;s:12:\"log-name-tag\";i:2748;s:19:\"log-description-tag\";i:2749;s:32:\"logentry-tag-update-add-revision\";i:2750;s:32:\"logentry-tag-update-add-logentry\";i:2751;s:35:\"logentry-tag-update-remove-revision\";i:2752;s:35:\"logentry-tag-update-remove-logentry\";i:2753;s:28:\"logentry-tag-update-revision\";i:2754;s:28:\"logentry-tag-update-logentry\";i:2755;s:10:\"rightsnone\";i:2756;s:15:\"feedback-adding\";i:2757;s:13:\"feedback-back\";i:2758;s:17:\"feedback-bugcheck\";i:2759;s:15:\"feedback-bugnew\";i:2760;s:18:\"feedback-bugornote\";i:2761;s:15:\"feedback-cancel\";i:2762;s:14:\"feedback-close\";i:2763;s:35:\"feedback-external-bug-report-button\";i:2764;s:21:\"feedback-dialog-title\";i:2765;s:21:\"feedback-dialog-intro\";i:2766;s:15:\"feedback-error1\";i:2767;s:15:\"feedback-error4\";i:2768;s:16:\"feedback-message\";i:2769;s:16:\"feedback-subject\";i:2770;s:15:\"feedback-submit\";i:2771;s:14:\"feedback-terms\";i:2772;s:19:\"feedback-termsofuse\";i:2773;s:15:\"feedback-thanks\";i:2774;s:21:\"feedback-thanks-title\";i:2775;s:18:\"feedback-useragent\";i:2776;s:20:\"searchsuggest-search\";i:2777;s:24:\"searchsuggest-containing\";i:2778;s:28:\"api-clientside-error-timeout\";i:2779;s:18:\"api-error-badtoken\";i:2780;s:19:\"api-error-emptypage\";i:2781;s:23:\"api-error-publishfailed\";i:2782;s:21:\"api-error-stashfailed\";i:2783;s:25:\"api-error-unknown-warning\";i:2784;s:22:\"api-error-unknownerror\";i:2785;s:16:\"duration-seconds\";i:2786;s:16:\"duration-minutes\";i:2787;s:14:\"duration-hours\";i:2788;s:13:\"duration-days\";i:2789;s:14:\"duration-weeks\";i:2790;s:14:\"duration-years\";i:2791;s:16:\"duration-decades\";i:2792;s:18:\"duration-centuries\";i:2793;s:18:\"duration-millennia\";i:2794;s:14:\"rotate-comment\";i:2795;s:17:\"limitreport-title\";i:2796;s:19:\"limitreport-cputime\";i:2797;s:25:\"limitreport-cputime-value\";i:2798;s:20:\"limitreport-walltime\";i:2799;s:26:\"limitreport-walltime-value\";i:2800;s:26:\"limitreport-ppvisitednodes\";i:2801;s:33:\"limitreport-postexpandincludesize\";i:2802;s:39:\"limitreport-postexpandincludesize-value\";i:2803;s:32:\"limitreport-templateargumentsize\";i:2804;s:38:\"limitreport-templateargumentsize-value\";i:2805;s:26:\"limitreport-expansiondepth\";i:2806;s:34:\"limitreport-expensivefunctioncount\";i:2807;s:15:\"expandtemplates\";i:2808;s:22:\"expand_templates_intro\";i:2809;s:22:\"expand_templates_title\";i:2810;s:22:\"expand_templates_input\";i:2811;s:23:\"expand_templates_output\";i:2812;s:27:\"expand_templates_xml_output\";i:2813;s:28:\"expand_templates_html_output\";i:2814;s:19:\"expand_templates_ok\";i:2815;s:32:\"expand_templates_remove_comments\";i:2816;s:30:\"expand_templates_remove_nowiki\";i:2817;s:29:\"expand_templates_generate_xml\";i:2818;s:33:\"expand_templates_generate_rawhtml\";i:2819;s:24:\"expand_templates_preview\";i:2820;s:34:\"expand_templates_preview_fail_html\";i:2821;s:39:\"expand_templates_preview_fail_html_anon\";i:2822;s:12:\"pagelanguage\";i:2823;s:13:\"pagelang-name\";i:2824;s:17:\"pagelang-language\";i:2825;s:20:\"pagelang-use-default\";i:2826;s:20:\"pagelang-select-lang\";i:2827;s:14:\"right-pagelang\";i:2828;s:15:\"action-pagelang\";i:2829;s:17:\"log-name-pagelang\";i:2830;s:24:\"log-description-pagelang\";i:2831;s:26:\"logentry-pagelang-pagelang\";i:2832;s:22:\"default-skin-not-found\";i:2833;s:31:\"default-skin-not-found-no-skins\";i:2834;s:34:\"default-skin-not-found-row-enabled\";i:2835;s:35:\"default-skin-not-found-row-disabled\";i:2836;s:15:\"mediastatistics\";i:2837;s:23:\"mediastatistics-summary\";i:2838;s:22:\"mediastatistics-nbytes\";i:2839;s:30:\"mediastatistics-table-mimetype\";i:2840;s:32:\"mediastatistics-table-extensions\";i:2841;s:27:\"mediastatistics-table-count\";i:2842;s:32:\"mediastatistics-table-totalbytes\";i:2843;s:30:\"mediastatistics-header-unknown\";i:2844;s:29:\"mediastatistics-header-bitmap\";i:2845;s:30:\"mediastatistics-header-drawing\";i:2846;s:28:\"mediastatistics-header-audio\";i:2847;s:28:\"mediastatistics-header-video\";i:2848;s:33:\"mediastatistics-header-multimedia\";i:2849;s:29:\"mediastatistics-header-office\";i:2850;s:27:\"mediastatistics-header-text\";i:2851;s:33:\"mediastatistics-header-executable\";i:2852;s:30:\"mediastatistics-header-archive\";i:2853;s:24:\"json-warn-trailing-comma\";i:2854;s:18:\"json-error-unknown\";i:2855;s:16:\"json-error-depth\";i:2856;s:25:\"json-error-state-mismatch\";i:2857;s:20:\"json-error-ctrl-char\";i:2858;s:17:\"json-error-syntax\";i:2859;s:15:\"json-error-utf8\";i:2860;s:21:\"headline-anchor-title\";i:2861;s:30:\"special-characters-group-latin\";i:2862;s:38:\"special-characters-group-latinextended\";i:2863;s:28:\"special-characters-group-ipa\";i:2864;s:32:\"special-characters-group-symbols\";i:2865;s:30:\"special-characters-group-greek\";i:2866;s:33:\"special-characters-group-cyrillic\";i:2867;s:31:\"special-characters-group-arabic\";i:2868;s:39:\"special-characters-group-arabicextended\";i:2869;s:32:\"special-characters-group-persian\";i:2870;s:31:\"special-characters-group-hebrew\";i:2871;s:31:\"special-characters-group-bangla\";i:2872;s:30:\"special-characters-group-tamil\";i:2873;s:31:\"special-characters-group-telugu\";i:2874;s:32:\"special-characters-group-sinhala\";i:2875;s:33:\"special-characters-group-gujarati\";i:2876;s:35:\"special-characters-group-devanagari\";i:2877;s:29:\"special-characters-group-thai\";i:2878;s:28:\"special-characters-group-lao\";i:2879;s:30:\"special-characters-group-khmer\";i:2880;s:31:\"special-characters-title-endash\";i:2881;s:31:\"special-characters-title-emdash\";i:2882;s:30:\"special-characters-title-minus\";i:2883;s:28:\"mw-widgets-dateinput-no-date\";i:2884;s:36:\"mw-widgets-dateinput-placeholder-day\";i:2885;s:38:\"mw-widgets-dateinput-placeholder-month\";i:2886;s:42:\"mw-widgets-titleinput-description-new-page\";i:2887;s:42:\"mw-widgets-titleinput-description-redirect\";i:2888;s:14:\"randomrootpage\";i:2889;s:22:\"skin-view-create-local\";i:2890;s:14:\"nstab-mainpage\";i:2891;s:20:\"skin-view-edit-local\";i:2892;s:19:\"skin-action-protect\";i:2893;s:20:\"skin-action-undelete\";i:2894;s:18:\"skin-action-delete\";i:2895;s:16:\"skin-action-move\";i:2896;s:15:\"exif-imagewidth\";i:2897;s:16:\"exif-imagelength\";i:2898;s:18:\"exif-bitspersample\";i:2899;s:16:\"exif-compression\";i:2900;s:30:\"exif-photometricinterpretation\";i:2901;s:16:\"exif-orientation\";i:2902;s:20:\"exif-samplesperpixel\";i:2903;s:24:\"exif-planarconfiguration\";i:2904;s:21:\"exif-ycbcrsubsampling\";i:2905;s:21:\"exif-ycbcrpositioning\";i:2906;s:16:\"exif-xresolution\";i:2907;s:16:\"exif-yresolution\";i:2908;s:17:\"exif-stripoffsets\";i:2909;s:17:\"exif-rowsperstrip\";i:2910;s:20:\"exif-stripbytecounts\";i:2911;s:26:\"exif-jpeginterchangeformat\";i:2912;s:32:\"exif-jpeginterchangeformatlength\";i:2913;s:15:\"exif-whitepoint\";i:2914;s:26:\"exif-primarychromaticities\";i:2915;s:22:\"exif-ycbcrcoefficients\";i:2916;s:24:\"exif-referenceblackwhite\";i:2917;s:13:\"exif-datetime\";i:2918;s:21:\"exif-imagedescription\";i:2919;s:9:\"exif-make\";i:2920;s:10:\"exif-model\";i:2921;s:13:\"exif-software\";i:2922;s:11:\"exif-artist\";i:2923;s:14:\"exif-copyright\";i:2924;s:16:\"exif-exifversion\";i:2925;s:20:\"exif-flashpixversion\";i:2926;s:15:\"exif-colorspace\";i:2927;s:28:\"exif-componentsconfiguration\";i:2928;s:27:\"exif-compressedbitsperpixel\";i:2929;s:20:\"exif-pixelxdimension\";i:2930;s:20:\"exif-pixelydimension\";i:2931;s:16:\"exif-usercomment\";i:2932;s:21:\"exif-relatedsoundfile\";i:2933;s:21:\"exif-datetimeoriginal\";i:2934;s:22:\"exif-datetimedigitized\";i:2935;s:15:\"exif-subsectime\";i:2936;s:23:\"exif-subsectimeoriginal\";i:2937;s:24:\"exif-subsectimedigitized\";i:2938;s:17:\"exif-exposuretime\";i:2939;s:24:\"exif-exposuretime-format\";i:2940;s:12:\"exif-fnumber\";i:2941;s:20:\"exif-exposureprogram\";i:2942;s:24:\"exif-spectralsensitivity\";i:2943;s:20:\"exif-isospeedratings\";i:2944;s:22:\"exif-shutterspeedvalue\";i:2945;s:18:\"exif-aperturevalue\";i:2946;s:20:\"exif-brightnessvalue\";i:2947;s:22:\"exif-exposurebiasvalue\";i:2948;s:21:\"exif-maxaperturevalue\";i:2949;s:20:\"exif-subjectdistance\";i:2950;s:17:\"exif-meteringmode\";i:2951;s:16:\"exif-lightsource\";i:2952;s:10:\"exif-flash\";i:2953;s:16:\"exif-focallength\";i:2954;s:16:\"exif-subjectarea\";i:2955;s:16:\"exif-flashenergy\";i:2956;s:26:\"exif-focalplanexresolution\";i:2957;s:26:\"exif-focalplaneyresolution\";i:2958;s:29:\"exif-focalplaneresolutionunit\";i:2959;s:20:\"exif-subjectlocation\";i:2960;s:18:\"exif-exposureindex\";i:2961;s:18:\"exif-sensingmethod\";i:2962;s:15:\"exif-filesource\";i:2963;s:14:\"exif-scenetype\";i:2964;s:19:\"exif-customrendered\";i:2965;s:17:\"exif-exposuremode\";i:2966;s:17:\"exif-whitebalance\";i:2967;s:21:\"exif-digitalzoomratio\";i:2968;s:26:\"exif-focallengthin35mmfilm\";i:2969;s:21:\"exif-scenecapturetype\";i:2970;s:16:\"exif-gaincontrol\";i:2971;s:13:\"exif-contrast\";i:2972;s:15:\"exif-saturation\";i:2973;s:14:\"exif-sharpness\";i:2974;s:29:\"exif-devicesettingdescription\";i:2975;s:25:\"exif-subjectdistancerange\";i:2976;s:18:\"exif-imageuniqueid\";i:2977;s:17:\"exif-gpsversionid\";i:2978;s:19:\"exif-gpslatituderef\";i:2979;s:16:\"exif-gpslatitude\";i:2980;s:20:\"exif-gpslongituderef\";i:2981;s:17:\"exif-gpslongitude\";i:2982;s:19:\"exif-gpsaltituderef\";i:2983;s:16:\"exif-gpsaltitude\";i:2984;s:17:\"exif-gpstimestamp\";i:2985;s:18:\"exif-gpssatellites\";i:2986;s:14:\"exif-gpsstatus\";i:2987;s:19:\"exif-gpsmeasuremode\";i:2988;s:11:\"exif-gpsdop\";i:2989;s:16:\"exif-gpsspeedref\";i:2990;s:13:\"exif-gpsspeed\";i:2991;s:16:\"exif-gpstrackref\";i:2992;s:13:\"exif-gpstrack\";i:2993;s:23:\"exif-gpsimgdirectionref\";i:2994;s:20:\"exif-gpsimgdirection\";i:2995;s:16:\"exif-gpsmapdatum\";i:2996;s:23:\"exif-gpsdestlatituderef\";i:2997;s:20:\"exif-gpsdestlatitude\";i:2998;s:24:\"exif-gpsdestlongituderef\";i:2999;s:21:\"exif-gpsdestlongitude\";i:3000;s:22:\"exif-gpsdestbearingref\";i:3001;s:19:\"exif-gpsdestbearing\";i:3002;s:23:\"exif-gpsdestdistanceref\";i:3003;s:20:\"exif-gpsdestdistance\";i:3004;s:24:\"exif-gpsprocessingmethod\";i:3005;s:23:\"exif-gpsareainformation\";i:3006;s:17:\"exif-gpsdatestamp\";i:3007;s:20:\"exif-gpsdifferential\";i:3008;s:20:\"exif-jpegfilecomment\";i:3009;s:13:\"exif-keywords\";i:3010;s:23:\"exif-worldregioncreated\";i:3011;s:19:\"exif-countrycreated\";i:3012;s:23:\"exif-countrycodecreated\";i:3013;s:27:\"exif-provinceorstatecreated\";i:3014;s:16:\"exif-citycreated\";i:3015;s:23:\"exif-sublocationcreated\";i:3016;s:20:\"exif-worldregiondest\";i:3017;s:16:\"exif-countrydest\";i:3018;s:20:\"exif-countrycodedest\";i:3019;s:24:\"exif-provinceorstatedest\";i:3020;s:13:\"exif-citydest\";i:3021;s:20:\"exif-sublocationdest\";i:3022;s:15:\"exif-objectname\";i:3023;s:24:\"exif-specialinstructions\";i:3024;s:13:\"exif-headline\";i:3025;s:11:\"exif-credit\";i:3026;s:11:\"exif-source\";i:3027;s:15:\"exif-editstatus\";i:3028;s:12:\"exif-urgency\";i:3029;s:22:\"exif-fixtureidentifier\";i:3030;s:17:\"exif-locationdest\";i:3031;s:21:\"exif-locationdestcode\";i:3032;s:16:\"exif-objectcycle\";i:3033;s:12:\"exif-contact\";i:3034;s:11:\"exif-writer\";i:3035;s:17:\"exif-languagecode\";i:3036;s:15:\"exif-iimversion\";i:3037;s:16:\"exif-iimcategory\";i:3038;s:28:\"exif-iimsupplementalcategory\";i:3039;s:20:\"exif-datetimeexpires\";i:3040;s:21:\"exif-datetimereleased\";i:3041;s:28:\"exif-originaltransmissionref\";i:3042;s:15:\"exif-identifier\";i:3043;s:9:\"exif-lens\";i:3044;s:17:\"exif-serialnumber\";i:3045;s:20:\"exif-cameraownername\";i:3046;s:10:\"exif-label\";i:3047;s:21:\"exif-datetimemetadata\";i:3048;s:13:\"exif-nickname\";i:3049;s:11:\"exif-rating\";i:3050;s:22:\"exif-rightscertificate\";i:3051;s:16:\"exif-copyrighted\";i:3052;s:19:\"exif-copyrightowner\";i:3053;s:15:\"exif-usageterms\";i:3054;s:17:\"exif-webstatement\";i:3055;s:23:\"exif-originaldocumentid\";i:3056;s:15:\"exif-licenseurl\";i:3057;s:23:\"exif-morepermissionsurl\";i:3058;s:19:\"exif-attributionurl\";i:3059;s:29:\"exif-preferredattributionname\";i:3060;s:19:\"exif-pngfilecomment\";i:3061;s:15:\"exif-disclaimer\";i:3062;s:19:\"exif-contentwarning\";i:3063;s:19:\"exif-giffilecomment\";i:3064;s:22:\"exif-intellectualgenre\";i:3065;s:20:\"exif-subjectnewscode\";i:3066;s:14:\"exif-scenecode\";i:3067;s:10:\"exif-event\";i:3068;s:24:\"exif-organisationinimage\";i:3069;s:18:\"exif-personinimage\";i:3070;s:24:\"exif-originalimageheight\";i:3071;s:23:\"exif-originalimagewidth\";i:3072;s:18:\"exif-compression-1\";i:3073;s:18:\"exif-compression-2\";i:3074;s:18:\"exif-compression-3\";i:3075;s:18:\"exif-compression-4\";i:3076;s:21:\"exif-copyrighted-true\";i:3077;s:22:\"exif-copyrighted-false\";i:3078;s:16:\"exif-unknowndate\";i:3079;s:18:\"exif-orientation-1\";i:3080;s:18:\"exif-orientation-2\";i:3081;s:18:\"exif-orientation-3\";i:3082;s:18:\"exif-orientation-4\";i:3083;s:18:\"exif-orientation-5\";i:3084;s:18:\"exif-orientation-6\";i:3085;s:18:\"exif-orientation-7\";i:3086;s:18:\"exif-orientation-8\";i:3087;s:26:\"exif-planarconfiguration-1\";i:3088;s:26:\"exif-planarconfiguration-2\";i:3089;s:21:\"exif-colorspace-65535\";i:3090;s:30:\"exif-componentsconfiguration-0\";i:3091;s:22:\"exif-exposureprogram-0\";i:3092;s:22:\"exif-exposureprogram-1\";i:3093;s:22:\"exif-exposureprogram-2\";i:3094;s:22:\"exif-exposureprogram-3\";i:3095;s:22:\"exif-exposureprogram-4\";i:3096;s:22:\"exif-exposureprogram-5\";i:3097;s:22:\"exif-exposureprogram-6\";i:3098;s:22:\"exif-exposureprogram-7\";i:3099;s:22:\"exif-exposureprogram-8\";i:3100;s:26:\"exif-subjectdistance-value\";i:3101;s:19:\"exif-meteringmode-0\";i:3102;s:19:\"exif-meteringmode-1\";i:3103;s:19:\"exif-meteringmode-2\";i:3104;s:19:\"exif-meteringmode-3\";i:3105;s:19:\"exif-meteringmode-4\";i:3106;s:19:\"exif-meteringmode-5\";i:3107;s:19:\"exif-meteringmode-6\";i:3108;s:21:\"exif-meteringmode-255\";i:3109;s:18:\"exif-lightsource-0\";i:3110;s:18:\"exif-lightsource-1\";i:3111;s:18:\"exif-lightsource-2\";i:3112;s:18:\"exif-lightsource-3\";i:3113;s:18:\"exif-lightsource-4\";i:3114;s:18:\"exif-lightsource-9\";i:3115;s:19:\"exif-lightsource-10\";i:3116;s:19:\"exif-lightsource-11\";i:3117;s:19:\"exif-lightsource-12\";i:3118;s:19:\"exif-lightsource-13\";i:3119;s:19:\"exif-lightsource-14\";i:3120;s:19:\"exif-lightsource-15\";i:3121;s:19:\"exif-lightsource-17\";i:3122;s:19:\"exif-lightsource-18\";i:3123;s:19:\"exif-lightsource-19\";i:3124;s:19:\"exif-lightsource-24\";i:3125;s:20:\"exif-lightsource-255\";i:3126;s:18:\"exif-flash-fired-0\";i:3127;s:18:\"exif-flash-fired-1\";i:3128;s:19:\"exif-flash-return-0\";i:3129;s:19:\"exif-flash-return-2\";i:3130;s:19:\"exif-flash-return-3\";i:3131;s:17:\"exif-flash-mode-1\";i:3132;s:17:\"exif-flash-mode-2\";i:3133;s:17:\"exif-flash-mode-3\";i:3134;s:21:\"exif-flash-function-1\";i:3135;s:19:\"exif-flash-redeye-1\";i:3136;s:31:\"exif-focalplaneresolutionunit-2\";i:3137;s:20:\"exif-sensingmethod-1\";i:3138;s:20:\"exif-sensingmethod-2\";i:3139;s:20:\"exif-sensingmethod-3\";i:3140;s:20:\"exif-sensingmethod-4\";i:3141;s:20:\"exif-sensingmethod-5\";i:3142;s:20:\"exif-sensingmethod-7\";i:3143;s:20:\"exif-sensingmethod-8\";i:3144;s:17:\"exif-filesource-3\";i:3145;s:16:\"exif-scenetype-1\";i:3146;s:21:\"exif-customrendered-0\";i:3147;s:21:\"exif-customrendered-1\";i:3148;s:19:\"exif-exposuremode-0\";i:3149;s:19:\"exif-exposuremode-1\";i:3150;s:19:\"exif-exposuremode-2\";i:3151;s:19:\"exif-whitebalance-0\";i:3152;s:19:\"exif-whitebalance-1\";i:3153;s:23:\"exif-scenecapturetype-0\";i:3154;s:23:\"exif-scenecapturetype-1\";i:3155;s:23:\"exif-scenecapturetype-2\";i:3156;s:23:\"exif-scenecapturetype-3\";i:3157;s:18:\"exif-gaincontrol-0\";i:3158;s:18:\"exif-gaincontrol-1\";i:3159;s:18:\"exif-gaincontrol-2\";i:3160;s:18:\"exif-gaincontrol-3\";i:3161;s:18:\"exif-gaincontrol-4\";i:3162;s:15:\"exif-contrast-0\";i:3163;s:15:\"exif-contrast-1\";i:3164;s:15:\"exif-contrast-2\";i:3165;s:17:\"exif-saturation-0\";i:3166;s:17:\"exif-saturation-1\";i:3167;s:17:\"exif-saturation-2\";i:3168;s:16:\"exif-sharpness-0\";i:3169;s:16:\"exif-sharpness-1\";i:3170;s:16:\"exif-sharpness-2\";i:3171;s:27:\"exif-subjectdistancerange-0\";i:3172;s:27:\"exif-subjectdistancerange-1\";i:3173;s:27:\"exif-subjectdistancerange-2\";i:3174;s:27:\"exif-subjectdistancerange-3\";i:3175;s:18:\"exif-gpslatitude-n\";i:3176;s:18:\"exif-gpslatitude-s\";i:3177;s:19:\"exif-gpslongitude-e\";i:3178;s:19:\"exif-gpslongitude-w\";i:3179;s:31:\"exif-gpsaltitude-above-sealevel\";i:3180;s:31:\"exif-gpsaltitude-below-sealevel\";i:3181;s:16:\"exif-gpsstatus-a\";i:3182;s:16:\"exif-gpsstatus-v\";i:3183;s:21:\"exif-gpsmeasuremode-2\";i:3184;s:21:\"exif-gpsmeasuremode-3\";i:3185;s:15:\"exif-gpsspeed-k\";i:3186;s:15:\"exif-gpsspeed-m\";i:3187;s:15:\"exif-gpsspeed-n\";i:3188;s:22:\"exif-gpsdestdistance-k\";i:3189;s:22:\"exif-gpsdestdistance-m\";i:3190;s:22:\"exif-gpsdestdistance-n\";i:3191;s:21:\"exif-gpsdop-excellent\";i:3192;s:16:\"exif-gpsdop-good\";i:3193;s:20:\"exif-gpsdop-moderate\";i:3194;s:16:\"exif-gpsdop-fair\";i:3195;s:16:\"exif-gpsdop-poor\";i:3196;s:18:\"exif-objectcycle-a\";i:3197;s:18:\"exif-objectcycle-p\";i:3198;s:18:\"exif-objectcycle-b\";i:3199;s:19:\"exif-gpsdirection-t\";i:3200;s:19:\"exif-gpsdirection-m\";i:3201;s:23:\"exif-ycbcrpositioning-1\";i:3202;s:23:\"exif-ycbcrpositioning-2\";i:3203;s:19:\"exif-dc-contributor\";i:3204;s:16:\"exif-dc-coverage\";i:3205;s:12:\"exif-dc-date\";i:3206;s:17:\"exif-dc-publisher\";i:3207;s:16:\"exif-dc-relation\";i:3208;s:14:\"exif-dc-rights\";i:3209;s:14:\"exif-dc-source\";i:3210;s:12:\"exif-dc-type\";i:3211;s:20:\"exif-rating-rejected\";i:3212;s:29:\"exif-isospeedratings-overflow\";i:3213;s:20:\"exif-iimcategory-ace\";i:3214;s:20:\"exif-iimcategory-clj\";i:3215;s:20:\"exif-iimcategory-dis\";i:3216;s:20:\"exif-iimcategory-fin\";i:3217;s:20:\"exif-iimcategory-edu\";i:3218;s:20:\"exif-iimcategory-evn\";i:3219;s:20:\"exif-iimcategory-hth\";i:3220;s:20:\"exif-iimcategory-hum\";i:3221;s:20:\"exif-iimcategory-lab\";i:3222;s:20:\"exif-iimcategory-lif\";i:3223;s:20:\"exif-iimcategory-pol\";i:3224;s:20:\"exif-iimcategory-rel\";i:3225;s:20:\"exif-iimcategory-sci\";i:3226;s:20:\"exif-iimcategory-soi\";i:3227;s:20:\"exif-iimcategory-spo\";i:3228;s:20:\"exif-iimcategory-war\";i:3229;s:20:\"exif-iimcategory-wea\";i:3230;s:19:\"exif-urgency-normal\";i:3231;s:16:\"exif-urgency-low\";i:3232;s:17:\"exif-urgency-high\";i:3233;s:18:\"exif-urgency-other\";i:3234;s:28:\"vector-language-button-label\";i:3235;s:24:\"vector-action-addsection\";i:3236;s:20:\"vector-action-delete\";i:3237;s:18:\"vector-action-move\";i:3238;s:21:\"vector-action-protect\";i:3239;s:22:\"vector-action-undelete\";i:3240;s:23:\"vector-action-unprotect\";i:3241;s:18:\"vector-view-create\";i:3242;s:16:\"vector-view-edit\";i:3243;s:19:\"vector-view-history\";i:3244;s:16:\"vector-view-view\";i:3245;s:22:\"vector-view-viewsource\";i:3246;s:19:\"vector-more-actions\";i:3247;s:31:\"vector-searchsuggest-containing\";i:3248;s:10:\"wikieditor\";i:3249;s:15:\"wikieditor-desc\";i:3250;s:23:\"wikieditor-wikitext-tab\";i:3251;s:18:\"wikieditor-loading\";i:3252;s:29:\"wikieditor-preview-preference\";i:3253;s:22:\"wikieditor-preview-tab\";i:3254;s:30:\"wikieditor-preview-changes-tab\";i:3255;s:26:\"wikieditor-preview-loading\";i:3256;s:29:\"wikieditor-publish-preference\";i:3257;s:33:\"wikieditor-publish-button-publish\";i:3258;s:32:\"wikieditor-publish-button-cancel\";i:3259;s:31:\"wikieditor-publish-dialog-title\";i:3260;s:33:\"wikieditor-publish-dialog-summary\";i:3261;s:31:\"wikieditor-publish-dialog-minor\";i:3262;s:31:\"wikieditor-publish-dialog-watch\";i:3263;s:33:\"wikieditor-publish-dialog-publish\";i:3264;s:32:\"wikieditor-publish-dialog-goback\";i:3265;s:18:\"wikieditor-toolbar\";i:3266;s:23:\"wikieditor-toolbar-desc\";i:3267;s:29:\"wikieditor-toolbar-preference\";i:3268;s:37:\"wikieditor-toolbar-dialogs-preference\";i:3269;s:26:\"wikieditor-toolbar-hidesig\";i:3270;s:26:\"wikieditor-toolbar-loading\";i:3271;s:28:\"wikieditor-toolbar-tool-bold\";i:3272;s:36:\"wikieditor-toolbar-tool-bold-example\";i:3273;s:30:\"wikieditor-toolbar-tool-italic\";i:3274;s:38:\"wikieditor-toolbar-tool-italic-example\";i:3275;s:29:\"wikieditor-toolbar-tool-ilink\";i:3276;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:3277;s:29:\"wikieditor-toolbar-tool-xlink\";i:3278;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:3279;s:28:\"wikieditor-toolbar-tool-link\";i:3280;s:34:\"wikieditor-toolbar-tool-link-title\";i:3281;s:32:\"wikieditor-toolbar-tool-link-int\";i:3282;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:3283;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:3284;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:3285;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:3286;s:32:\"wikieditor-toolbar-tool-link-ext\";i:3287;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:3288;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:3289;s:35:\"wikieditor-toolbar-tool-link-insert\";i:3290;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:3291;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:3292;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:3293;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:3294;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:3295;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:3296;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:3297;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:3298;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:3299;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:3300;s:34:\"wikieditor-toolbar-tool-link-empty\";i:3301;s:28:\"wikieditor-toolbar-tool-file\";i:3302;s:36:\"wikieditor-toolbar-tool-file-example\";i:3303;s:34:\"wikieditor-toolbar-tool-file-title\";i:3304;s:30:\"wikieditor-toolbar-file-target\";i:3305;s:31:\"wikieditor-toolbar-file-caption\";i:3306;s:28:\"wikieditor-toolbar-file-size\";i:3307;s:29:\"wikieditor-toolbar-file-float\";i:3308;s:31:\"wikieditor-toolbar-file-default\";i:3309;s:30:\"wikieditor-toolbar-file-format\";i:3310;s:35:\"wikieditor-toolbar-file-format-none\";i:3311;s:35:\"wikieditor-toolbar-tool-file-insert\";i:3312;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:3313;s:33:\"wikieditor-toolbar-tool-reference\";i:3314;s:41:\"wikieditor-toolbar-tool-reference-example\";i:3315;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:3316;s:39:\"wikieditor-toolbar-tool-reference-title\";i:3317;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:3318;s:38:\"wikieditor-toolbar-tool-reference-text\";i:3319;s:33:\"wikieditor-toolbar-tool-signature\";i:3320;s:35:\"wikieditor-toolbar-section-advanced\";i:3321;s:31:\"wikieditor-toolbar-tool-heading\";i:3322;s:33:\"wikieditor-toolbar-tool-heading-1\";i:3323;s:33:\"wikieditor-toolbar-tool-heading-2\";i:3324;s:33:\"wikieditor-toolbar-tool-heading-3\";i:3325;s:33:\"wikieditor-toolbar-tool-heading-4\";i:3326;s:33:\"wikieditor-toolbar-tool-heading-5\";i:3327;s:39:\"wikieditor-toolbar-tool-heading-example\";i:3328;s:31:\"wikieditor-toolbar-group-format\";i:3329;s:29:\"wikieditor-toolbar-tool-ulist\";i:3330;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:3331;s:29:\"wikieditor-toolbar-tool-olist\";i:3332;s:37:\"wikieditor-toolbar-tool-olist-example\";i:3333;s:30:\"wikieditor-toolbar-tool-nowiki\";i:3334;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:3335;s:32:\"wikieditor-toolbar-tool-redirect\";i:3336;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:3337;s:27:\"wikieditor-toolbar-tool-big\";i:3338;s:35:\"wikieditor-toolbar-tool-big-example\";i:3339;s:29:\"wikieditor-toolbar-tool-small\";i:3340;s:37:\"wikieditor-toolbar-tool-small-example\";i:3341;s:35:\"wikieditor-toolbar-tool-superscript\";i:3342;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:3343;s:33:\"wikieditor-toolbar-tool-subscript\";i:3344;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:3345;s:31:\"wikieditor-toolbar-group-insert\";i:3346;s:31:\"wikieditor-toolbar-tool-gallery\";i:3347;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:3348;s:31:\"wikieditor-toolbar-tool-newline\";i:3349;s:29:\"wikieditor-toolbar-tool-table\";i:3350;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:3351;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:3352;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:3353;s:35:\"wikieditor-toolbar-tool-table-title\";i:3354;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:3355;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:3356;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:3357;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:3358;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:3359;s:37:\"wikieditor-toolbar-tool-table-example\";i:3360;s:37:\"wikieditor-toolbar-tool-table-preview\";i:3361;s:36:\"wikieditor-toolbar-tool-table-insert\";i:3362;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:3363;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:3364;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:3365;s:34:\"wikieditor-toolbar-tool-table-zero\";i:3366;s:31:\"wikieditor-toolbar-tool-replace\";i:3367;s:37:\"wikieditor-toolbar-tool-replace-title\";i:3368;s:38:\"wikieditor-toolbar-tool-replace-search\";i:3369;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:3370;s:36:\"wikieditor-toolbar-tool-replace-case\";i:3371;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:3372;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:3373;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:3374;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:3375;s:37:\"wikieditor-toolbar-tool-replace-close\";i:3376;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:3377;s:39:\"wikieditor-toolbar-tool-replace-success\";i:3378;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:3379;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:3380;s:37:\"wikieditor-toolbar-section-characters\";i:3381;s:31:\"wikieditor-toolbar-section-help\";i:3382;s:43:\"wikieditor-toolbar-help-heading-description\";i:3383;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:3384;s:38:\"wikieditor-toolbar-help-heading-result\";i:3385;s:35:\"wikieditor-toolbar-help-page-format\";i:3386;s:33:\"wikieditor-toolbar-help-page-link\";i:3387;s:36:\"wikieditor-toolbar-help-page-heading\";i:3388;s:33:\"wikieditor-toolbar-help-page-list\";i:3389;s:33:\"wikieditor-toolbar-help-page-file\";i:3390;s:38:\"wikieditor-toolbar-help-page-reference\";i:3391;s:39:\"wikieditor-toolbar-help-page-discussion\";i:3392;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:3393;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:3394;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:3395;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:3396;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:3397;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:3398;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:3399;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:3400;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:3401;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:3402;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:3403;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:3404;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:3405;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:3406;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:3407;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:3408;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:3409;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:3410;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:3411;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:3412;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:3413;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:3414;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:3415;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:3416;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:3417;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:3418;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:3419;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:3420;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:3421;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:3422;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:3423;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:3424;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:3425;s:48:\"wikieditor-toolbar-help-content-file-description\";i:3426;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:3427;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:3428;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:3429;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:3430;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:3431;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:3432;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:3433;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:3434;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:3435;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:3436;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:3437;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:3438;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:3439;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:3440;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:3441;s:20:\"syntaxhighlight-desc\";i:3442;s:38:\"mobile-frontend-back-to-top-of-section\";i:3443;s:37:\"mobile-frontend-changeslist-nocomment\";i:3444;s:28:\"mobile-frontend-clear-search\";i:3445;s:25:\"mobile-frontend-copyright\";i:3446;s:20:\"mobile-frontend-desc\";i:3447;s:30:\"mobile-frontend-disable-images\";i:3448;s:36:\"mobile-frontend-dismiss-notification\";i:3449;s:27:\"mobile-frontend-editor-edit\";i:3450;s:29:\"mobile-frontend-enable-images\";i:3451;s:32:\"mobile-frontend-featured-article\";i:3452;s:30:\"mobile-frontend-footer-contact\";i:3453;s:31:\"mobile-frontend-footer-sitename\";i:3454;s:29:\"mobile-frontend-generic-login\";i:3455;s:36:\"mobile-frontend-generic-login-action\";i:3456;s:27:\"mobile-frontend-home-button\";i:3457;s:29:\"mobile-frontend-images-status\";i:3458;s:40:\"mobile-frontend-language-article-heading\";i:3459;s:31:\"mobile-frontend-language-header\";i:3460;s:36:\"mobile-frontend-language-site-choose\";i:3461;s:34:\"mobile-frontend-last-modified-date\";i:3462;s:26:\"mobile-frontend-logged-out\";i:3463;s:21:\"mobile-frontend-login\";i:3464;s:40:\"mobile-frontend-main-menu-account-create\";i:3465;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:3466;s:34:\"mobile-frontend-main-menu-featured\";i:3467;s:31:\"mobile-frontend-main-menu-login\";i:3468;s:32:\"mobile-frontend-main-menu-logout\";i:3469;s:32:\"mobile-frontend-main-menu-nearby\";i:3470;s:34:\"mobile-frontend-main-menu-settings\";i:3471;s:42:\"mobile-frontend-main-menu-settings-heading\";i:3472;s:35:\"mobile-frontend-main-menu-watchlist\";i:3473;s:32:\"mobile-frontend-meta-data-issues\";i:3474;s:39:\"mobile-frontend-meta-data-issues-header\";i:3475;s:29:\"mobile-frontend-missing-image\";i:3476;s:26:\"mobile-frontend-news-items\";i:3477;s:30:\"mobile-frontend-opt-in-explain\";i:3478;s:34:\"mobile-frontend-page-menu-contents\";i:3479;s:33:\"mobile-frontend-page-menu-history\";i:3480;s:24:\"mobile-frontend-password\";i:3481;s:36:\"mobile-frontend-password-placeholder\";i:3482;s:27:\"mobile-frontend-placeholder\";i:3483;s:33:\"mobile-frontend-privacy-link-text\";i:3484;s:29:\"mobile-frontend-random-button\";i:3485;s:28:\"mobile-frontend-regular-site\";i:3486;s:29:\"mobile-frontend-save-settings\";i:3487;s:29:\"mobile-frontend-search-submit\";i:3488;s:29:\"mobile-frontend-settings-beta\";i:3489;s:41:\"mobile-frontend-settings-site-description\";i:3490;s:36:\"mobile-frontend-settings-site-header\";i:3491;s:31:\"mobile-frontend-sign-in-heading\";i:3492;s:26:\"mobile-frontend-terms-text\";i:3493;s:24:\"mobile-frontend-username\";i:3494;s:36:\"mobile-frontend-username-placeholder\";i:3495;s:20:\"mobile-frontend-view\";i:3496;s:28:\"mobile-frontend-view-desktop\";i:3497;s:27:\"mobile-frontend-view-mobile\";i:3498;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:3499;s:15:\"tag-mobile_edit\";i:3500;s:19:\"tag-mobile_web_edit\";i:3501;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:3502;s:20:\"googleanalytics-desc\";i:3503;s:28:\"tog-showrollbackconfirmation\";i:3504;s:16:\"tog-requireemail\";i:3505;s:14:\"help-mediawiki\";i:3506;s:35:\"printableversion-deprecated-warning\";i:3507;s:9:\"pagetitle\";i:3508;s:12:\"sort-initial\";i:3509;s:18:\"sort-rowspan-error\";i:3510;s:39:\"transaction-max-statement-time-exceeded\";i:3511;s:12:\"timeouterror\";i:3512;s:17:\"timeouterror-text\";i:3513;s:16:\"delete-scheduled\";i:3514;s:13:\"title-invalid\";i:3515;s:28:\"querypage-updates-periodical\";i:3516;s:22:\"skin-action-viewsource\";i:3517;s:19:\"customjsonprotected\";i:3518;s:16:\"sitecssprotected\";i:3519;s:17:\"sitejsonprotected\";i:3520;s:15:\"sitejsprotected\";i:3521;s:20:\"siterawhtmlprotected\";i:3522;s:21:\"mycustomjsonprotected\";i:3523;s:12:\"invalidtitle\";i:3524;s:18:\"logging-out-notify\";i:3525;s:13:\"logout-failed\";i:3526;s:23:\"prefs-help-yourpassword\";i:3527;s:24:\"createacct-useuniquepass\";i:3528;s:25:\"createacct-reason-confirm\";i:3529;s:24:\"createacct-normalization\";i:3530;s:23:\"createacct-temp-warning\";i:3531;s:20:\"passwordincommonlist\";i:3532;s:33:\"password-substring-username-match\";i:3533;s:24:\"pt-login-continue-button\";i:3534;s:12:\"botpasswords\";i:3535;s:20:\"botpasswords-summary\";i:3536;s:21:\"botpasswords-disabled\";i:3537;s:26:\"botpasswords-no-central-id\";i:3538;s:21:\"botpasswords-existing\";i:3539;s:22:\"botpasswords-createnew\";i:3540;s:25:\"botpasswords-editexisting\";i:3541;s:29:\"botpasswords-label-needsreset\";i:3542;s:25:\"botpasswords-label-grants\";i:3543;s:24:\"botpasswords-help-grants\";i:3544;s:32:\"botpasswords-label-grants-column\";i:3545;s:22:\"botpasswords-bad-appid\";i:3546;s:33:\"botpasswords-toolong-restrictions\";i:3547;s:27:\"botpasswords-toolong-grants\";i:3548;s:26:\"botpasswords-insert-failed\";i:3549;s:26:\"botpasswords-update-failed\";i:3550;s:26:\"botpasswords-created-title\";i:3551;s:25:\"botpasswords-created-body\";i:3552;s:26:\"botpasswords-updated-title\";i:3553;s:25:\"botpasswords-updated-body\";i:3554;s:26:\"botpasswords-deleted-title\";i:3555;s:25:\"botpasswords-deleted-body\";i:3556;s:24:\"botpasswords-newpassword\";i:3557;s:24:\"botpasswords-no-provider\";i:3558;s:31:\"botpasswords-restriction-failed\";i:3559;s:25:\"botpasswords-invalid-name\";i:3560;s:22:\"botpasswords-not-exist\";i:3561;s:24:\"botpasswords-needs-reset\";i:3562;s:19:\"botpasswords-locked\";i:3563;s:26:\"resetpass_forbidden-reason\";i:3564;s:18:\"resetpass-validity\";i:3565;s:37:\"passwordreset-success-details-generic\";i:3566;s:26:\"passwordreset-success-info\";i:3567;s:37:\"passwordreset-emailtext-require-email\";i:3568;s:22:\"passwordreset-nocaller\";i:3569;s:26:\"passwordreset-nosuchcaller\";i:3570;s:21:\"passwordreset-ignored\";i:3571;s:20:\"passwordreset-nodata\";i:3572;s:21:\"changeemail-maxlength\";i:3573;s:11:\"savechanges\";i:3574;s:17:\"savearticle-start\";i:3575;s:17:\"savechanges-start\";i:3576;s:23:\"autocreate-edit-warning\";i:3577;s:26:\"autocreate-preview-warning\";i:3578;s:19:\"blockedtext-partial\";i:3579;s:17:\"systemblockedtext\";i:3580;s:21:\"blockedtext-composite\";i:3581;s:25:\"blockedtext-composite-ids\";i:3582;s:28:\"blockedtext-composite-no-ids\";i:3583;s:28:\"blockedtext-composite-reason\";i:3584;s:27:\"missing-revision-permission\";i:3585;s:24:\"missing-revision-content\";i:3586;s:21:\"userjsonyoucanpreview\";i:3587;s:15:\"userjsonpreview\";i:3588;s:15:\"sitejsonpreview\";i:3589;s:24:\"edit-textarea-aria-label\";i:3590;s:20:\"unicode-support-fail\";i:3591;s:27:\"modeleditnotsupported-title\";i:3592;s:26:\"modeleditnotsupported-text\";i:3593;s:21:\"edit-slots-cannot-add\";i:3594;s:24:\"edit-slots-cannot-remove\";i:3595;s:18:\"edit-slots-missing\";i:3596;s:31:\"postedit-confirmation-published\";i:3597;s:27:\"postedit-temp-created-label\";i:3598;s:21:\"postedit-temp-created\";i:3599;s:17:\"invalid-json-data\";i:3600;s:20:\"confirmleave-warning\";i:3601;s:34:\"editpage-invalidcontentmodel-title\";i:3602;s:33:\"editpage-invalidcontentmodel-text\";i:3603;s:14:\"slot-name-main\";i:3604;s:25:\"unsupported-content-model\";i:3605;s:24:\"unsupported-content-diff\";i:3606;s:25:\"unsupported-content-diff2\";i:3607;s:24:\"template-equals-category\";i:3608;s:29:\"template-equals-category-desc\";i:3609;s:23:\"template-equals-warning\";i:3610;s:22:\"template-loop-category\";i:3611;s:27:\"template-loop-category-desc\";i:3612;s:21:\"template-loop-warning\";i:3613;s:22:\"unstrip-depth-category\";i:3614;s:27:\"unstrip-depth-category-desc\";i:3615;s:20:\"unstrip-size-warning\";i:3616;s:21:\"unstrip-size-category\";i:3617;s:26:\"unstrip-size-category-desc\";i:3618;s:19:\"undo-main-slot-only\";i:3619;s:17:\"undo-summary-anon\";i:3620;s:19:\"undo-summary-import\";i:3621;s:20:\"undo-summary-import2\";i:3622;s:22:\"viewpagelogs-lowercase\";i:3623;s:11:\"tooltip-cur\";i:3624;s:12:\"tooltip-last\";i:3625;s:13:\"history-empty\";i:3626;s:19:\"rev-suppressed-text\";i:3627;s:34:\"revdelete-reason-dropdown-suppress\";i:3628;s:34:\"revdelete-edit-reasonlist-suppress\";i:3629;s:31:\"mergehistory-fail-bad-timestamp\";i:3630;s:32:\"mergehistory-fail-invalid-source\";i:3631;s:30:\"mergehistory-fail-invalid-dest\";i:3632;s:27:\"mergehistory-fail-no-change\";i:3633;s:28:\"mergehistory-fail-permission\";i:3634;s:28:\"mergehistory-fail-self-merge\";i:3635;s:36:\"mergehistory-fail-timestamps-overlap\";i:3636;s:34:\"mergehistory-source-deleted-reason\";i:3637;s:27:\"mergehistory-source-deleted\";i:3638;s:26:\"diff-paragraph-moved-tonew\";i:3639;s:26:\"diff-paragraph-moved-toold\";i:3640;s:26:\"search-filter-title-prefix\";i:3641;s:32:\"search-filter-title-prefix-reset\";i:3642;s:31:\"search-interwiki-resultset-link\";i:3643;s:29:\"search-interwiki-more-results\";i:3644;s:25:\"search-invalid-sort-order\";i:3645;s:22:\"search-unknown-profile\";i:3646;s:25:\"search-nonefound-thiswiki\";i:3647;s:14:\"search-warning\";i:3648;s:16:\"prefs-skin-prefs\";i:3649;s:21:\"prefs-skin-responsive\";i:3650;s:26:\"prefs-help-skin-responsive\";i:3651;s:28:\"prefs-watchlist-managetokens\";i:3652;s:16:\"prefs-searchmisc\";i:3653;s:26:\"prefs-help-tokenmanagement\";i:3654;s:29:\"prefs-user-downloaddata-label\";i:3655;s:28:\"prefs-user-downloaddata-info\";i:3656;s:29:\"prefs-user-restoreprefs-label\";i:3657;s:28:\"prefs-user-restoreprefs-info\";i:3658;s:30:\"timezone-useoffset-placeholder\";i:3659;s:27:\"email-allow-new-users-label\";i:3660;s:20:\"email-mutelist-label\";i:3661;s:17:\"prefs-custom-json\";i:3662;s:19:\"prefs-reset-confirm\";i:3663;s:25:\"prefs-memberingroups-type\";i:3664;s:33:\"group-membership-link-with-expiry\";i:3665;s:28:\"prefs-registration-date-time\";i:3666;s:10:\"badsightml\";i:3667;s:11:\"badsiglinks\";i:3668;s:11:\"badsigsubst\";i:3669;s:15:\"badsiglinebreak\";i:3670;s:29:\"linterror-bogus-image-options\";i:3671;s:29:\"linterror-deletable-table-tag\";i:3672;s:26:\"linterror-html5-misnesting\";i:3673;s:38:\"linterror-misc-tidy-replacement-issues\";i:3674;s:23:\"linterror-misnested-tag\";i:3675;s:25:\"linterror-missing-end-tag\";i:3676;s:28:\"linterror-multi-colon-escape\";i:3677;s:38:\"linterror-multiline-html-table-in-list\";i:3678;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:3679;s:22:\"linterror-obsolete-tag\";i:3680;s:30:\"linterror-pwrap-bug-workaround\";i:3681;s:25:\"linterror-self-closed-tag\";i:3682;s:22:\"linterror-stripped-tag\";i:3683;s:23:\"linterror-tidy-font-bug\";i:3684;s:29:\"linterror-tidy-whitespace-bug\";i:3685;s:36:\"linterror-unclosed-quotes-in-heading\";i:3686;s:15:\"gender-notknown\";i:3687;s:23:\"prefs-help-requireemail\";i:3688;s:31:\"prefs-signature-invalid-warning\";i:3689;s:27:\"prefs-signature-invalid-new\";i:3690;s:32:\"prefs-signature-invalid-disallow\";i:3691;s:31:\"prefs-signature-highlight-error\";i:3692;s:29:\"prefs-signature-error-details\";i:3693;s:20:\"prefs-developertools\";i:3694;s:16:\"prefs-discussion\";i:3695;s:15:\"prefs-changesrc\";i:3696;s:22:\"prefs-changeswatchlist\";i:3697;s:20:\"prefs-pageswatchlist\";i:3698;s:17:\"viewinguserrights\";i:3699;s:24:\"userrights-viewusergroup\";i:3700;s:28:\"userrights-groupsmember-type\";i:3701;s:21:\"userrights-systemuser\";i:3702;s:25:\"userrights-expiry-current\";i:3703;s:22:\"userrights-expiry-none\";i:3704;s:17:\"userrights-expiry\";i:3705;s:26:\"userrights-expiry-existing\";i:3706;s:27:\"userrights-expiry-othertime\";i:3707;s:25:\"userrights-expiry-options\";i:3708;s:25:\"userrights-invalid-expiry\";i:3709;s:25:\"userrights-expiry-in-past\";i:3710;s:32:\"userrights-cannot-shorten-expiry\";i:3711;s:11:\"group-named\";i:3712;s:21:\"group-interface-admin\";i:3713;s:28:\"group-interface-admin-member\";i:3714;s:15:\"grouppage-named\";i:3715;s:25:\"grouppage-interface-admin\";i:3716;s:23:\"right-autocreateaccount\";i:3717;s:21:\"right-delete-redirect\";i:3718;s:17:\"right-editsitecss\";i:3719;s:18:\"right-editsitejson\";i:3720;s:16:\"right-editsitejs\";i:3721;s:20:\"right-editmyuserjson\";i:3722;s:26:\"right-editmyuserjsredirect\";i:3723;s:22:\"right-deletechangetags\";i:3724;s:13:\"grant-generic\";i:3725;s:28:\"grant-group-page-interaction\";i:3726;s:28:\"grant-group-file-interaction\";i:3727;s:33:\"grant-group-watchlist-interaction\";i:3728;s:17:\"grant-group-email\";i:3729;s:23:\"grant-group-high-volume\";i:3730;s:25:\"grant-group-customization\";i:3731;s:26:\"grant-group-administration\";i:3732;s:31:\"grant-group-private-information\";i:3733;s:17:\"grant-group-other\";i:3734;s:16:\"grant-blockusers\";i:3735;s:19:\"grant-createaccount\";i:3736;s:24:\"grant-createeditmovepage\";i:3737;s:12:\"grant-delete\";i:3738;s:19:\"grant-editinterface\";i:3739;s:17:\"grant-editmycssjs\";i:3740;s:19:\"grant-editmyoptions\";i:3741;s:21:\"grant-editmywatchlist\";i:3742;s:20:\"grant-editsiteconfig\";i:3743;s:14:\"grant-editpage\";i:3744;s:19:\"grant-editprotected\";i:3745;s:16:\"grant-highvolume\";i:3746;s:12:\"grant-import\";i:3747;s:18:\"grant-mergehistory\";i:3748;s:15:\"grant-oversight\";i:3749;s:12:\"grant-patrol\";i:3750;s:17:\"grant-privateinfo\";i:3751;s:13:\"grant-protect\";i:3752;s:14:\"grant-rollback\";i:3753;s:15:\"grant-sendemail\";i:3754;s:24:\"grant-uploadeditmovefile\";i:3755;s:16:\"grant-uploadfile\";i:3756;s:11:\"grant-basic\";i:3757;s:17:\"grant-viewdeleted\";i:3758;s:21:\"grant-viewmywatchlist\";i:3759;s:24:\"grant-viewrestrictedlogs\";i:3760;s:24:\"action-autocreateaccount\";i:3761;s:22:\"action-delete-redirect\";i:3762;s:21:\"action-deletelogentry\";i:3763;s:18:\"action-deletedtext\";i:3764;s:20:\"action-editmyoptions\";i:3765;s:23:\"action-deletechangetags\";i:3766;s:12:\"action-purge\";i:3767;s:20:\"action-apihighlimits\";i:3768;s:20:\"action-autoconfirmed\";i:3769;s:16:\"action-bigdelete\";i:3770;s:17:\"action-blockemail\";i:3771;s:10:\"action-bot\";i:3772;s:20:\"action-editprotected\";i:3773;s:24:\"action-editsemiprotected\";i:3774;s:20:\"action-editinterface\";i:3775;s:18:\"action-editusercss\";i:3776;s:19:\"action-edituserjson\";i:3777;s:17:\"action-edituserjs\";i:3778;s:18:\"action-editsitecss\";i:3779;s:19:\"action-editsitejson\";i:3780;s:17:\"action-editsitejs\";i:3781;s:20:\"action-editmyusercss\";i:3782;s:21:\"action-editmyuserjson\";i:3783;s:19:\"action-editmyuserjs\";i:3784;s:27:\"action-editmyuserjsredirect\";i:3785;s:21:\"action-viewsuppressed\";i:3786;s:15:\"action-hideuser\";i:3787;s:21:\"action-ipblock-exempt\";i:3788;s:18:\"action-unblockself\";i:3789;s:18:\"action-noratelimit\";i:3790;s:19:\"action-reupload-own\";i:3791;s:21:\"action-nominornewtalk\";i:3792;s:19:\"action-markbotedits\";i:3793;s:18:\"action-patrolmarks\";i:3794;s:28:\"action-override-export-depth\";i:3795;s:23:\"action-suppressredirect\";i:3796;s:21:\"recentchanges-timeout\";i:3797;s:21:\"recentchanges-network\";i:3798;s:26:\"recentchanges-notargetpage\";i:3799;s:30:\"recentchanges-legend-plusminus\";i:3800;s:36:\"recentchanges-legend-watchlistexpiry\";i:3801;s:20:\"recentchanges-submit\";i:3802;s:20:\"rcfilters-tag-remove\";i:3803;s:24:\"rcfilters-legend-heading\";i:3804;s:28:\"rcfilters-other-review-tools\";i:3805;s:31:\"rcfilters-group-results-by-page\";i:3806;s:23:\"rcfilters-activefilters\";i:3807;s:28:\"rcfilters-activefilters-hide\";i:3808;s:28:\"rcfilters-activefilters-show\";i:3809;s:36:\"rcfilters-activefilters-hide-tooltip\";i:3810;s:36:\"rcfilters-activefilters-show-tooltip\";i:3811;s:25:\"rcfilters-advancedfilters\";i:3812;s:21:\"rcfilters-limit-title\";i:3813;s:30:\"rcfilters-limit-and-date-label\";i:3814;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:3815;s:26:\"rcfilters-date-popup-title\";i:3816;s:20:\"rcfilters-days-title\";i:3817;s:21:\"rcfilters-hours-title\";i:3818;s:24:\"rcfilters-days-show-days\";i:3819;s:25:\"rcfilters-days-show-hours\";i:3820;s:34:\"rcfilters-highlighted-filters-list\";i:3821;s:22:\"rcfilters-quickfilters\";i:3822;s:40:\"rcfilters-quickfilters-placeholder-title\";i:3823;s:46:\"rcfilters-quickfilters-placeholder-description\";i:3824;s:35:\"rcfilters-savedqueries-defaultlabel\";i:3825;s:29:\"rcfilters-savedqueries-rename\";i:3826;s:33:\"rcfilters-savedqueries-setdefault\";i:3827;s:35:\"rcfilters-savedqueries-unsetdefault\";i:3828;s:29:\"rcfilters-savedqueries-remove\";i:3829;s:37:\"rcfilters-savedqueries-new-name-label\";i:3830;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:3831;s:34:\"rcfilters-savedqueries-apply-label\";i:3832;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:3833;s:35:\"rcfilters-savedqueries-cancel-label\";i:3834;s:36:\"rcfilters-savedqueries-add-new-title\";i:3835;s:36:\"rcfilters-savedqueries-already-saved\";i:3836;s:33:\"rcfilters-restore-default-filters\";i:3837;s:27:\"rcfilters-clear-all-filters\";i:3838;s:26:\"rcfilters-show-new-changes\";i:3839;s:28:\"rcfilters-search-placeholder\";i:3840;s:35:\"rcfilters-search-placeholder-mobile\";i:3841;s:24:\"rcfilters-invalid-filter\";i:3842;s:22:\"rcfilters-empty-filter\";i:3843;s:26:\"rcfilters-filterlist-title\";i:3844;s:30:\"rcfilters-filterlist-whatsthis\";i:3845;s:31:\"rcfilters-highlightbutton-title\";i:3846;s:29:\"rcfilters-highlightmenu-title\";i:3847;s:28:\"rcfilters-highlightmenu-help\";i:3848;s:30:\"rcfilters-filterlist-noresults\";i:3849;s:28:\"rcfilters-noresults-conflict\";i:3850;s:30:\"rcfilters-state-message-subset\";i:3851;s:36:\"rcfilters-state-message-fullcoverage\";i:3852;s:32:\"rcfilters-filtergroup-authorship\";i:3853;s:34:\"rcfilters-filter-editsbyself-label\";i:3854;s:40:\"rcfilters-filter-editsbyself-description\";i:3855;s:35:\"rcfilters-filter-editsbyother-label\";i:3856;s:41:\"rcfilters-filter-editsbyother-description\";i:3857;s:43:\"rcfilters-filtergroup-user-experience-level\";i:3858;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:3859;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:3860;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:3861;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:3862;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:3863;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:3864;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:3865;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:3866;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:3867;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:3868;s:31:\"rcfilters-filtergroup-automated\";i:3869;s:27:\"rcfilters-filter-bots-label\";i:3870;s:33:\"rcfilters-filter-bots-description\";i:3871;s:29:\"rcfilters-filter-humans-label\";i:3872;s:35:\"rcfilters-filter-humans-description\";i:3873;s:34:\"rcfilters-filtergroup-reviewstatus\";i:3874;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:3875;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:3876;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:3877;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:3878;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:3879;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:3880;s:34:\"rcfilters-filtergroup-significance\";i:3881;s:28:\"rcfilters-filter-minor-label\";i:3882;s:34:\"rcfilters-filter-minor-description\";i:3883;s:28:\"rcfilters-filter-major-label\";i:3884;s:34:\"rcfilters-filter-major-description\";i:3885;s:31:\"rcfilters-filtergroup-watchlist\";i:3886;s:40:\"rcfilters-filter-watchlist-watched-label\";i:3887;s:46:\"rcfilters-filter-watchlist-watched-description\";i:3888;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:3889;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:3890;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:3891;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:3892;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:3893;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:3894;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:3895;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:3896;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:3897;s:32:\"rcfilters-filtergroup-changetype\";i:3898;s:32:\"rcfilters-filter-pageedits-label\";i:3899;s:38:\"rcfilters-filter-pageedits-description\";i:3900;s:31:\"rcfilters-filter-newpages-label\";i:3901;s:37:\"rcfilters-filter-newpages-description\";i:3902;s:37:\"rcfilters-filter-categorization-label\";i:3903;s:43:\"rcfilters-filter-categorization-description\";i:3904;s:33:\"rcfilters-filter-logactions-label\";i:3905;s:39:\"rcfilters-filter-logactions-description\";i:3906;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:3907;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:3908;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:3909;s:34:\"rcfilters-filtergroup-lastrevision\";i:3910;s:35:\"rcfilters-filter-lastrevision-label\";i:3911;s:41:\"rcfilters-filter-lastrevision-description\";i:3912;s:39:\"rcfilters-filter-previousrevision-label\";i:3913;s:45:\"rcfilters-filter-previousrevision-description\";i:3914;s:25:\"rcfilters-filter-excluded\";i:3915;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:3916;s:28:\"rcfilters-exclude-button-off\";i:3917;s:27:\"rcfilters-exclude-button-on\";i:3918;s:19:\"rcfilters-view-tags\";i:3919;s:33:\"rcfilters-view-namespaces-tooltip\";i:3920;s:27:\"rcfilters-view-tags-tooltip\";i:3921;s:40:\"rcfilters-view-return-to-default-tooltip\";i:3922;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:3923;s:28:\"rcfilters-liveupdates-button\";i:3924;s:37:\"rcfilters-liveupdates-button-title-on\";i:3925;s:38:\"rcfilters-liveupdates-button-title-off\";i:3926;s:35:\"rcfilters-watchlist-markseen-button\";i:3927;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:3928;s:31:\"rcfilters-watchlist-showupdated\";i:3929;s:26:\"rcfilters-preference-label\";i:3930;s:25:\"rcfilters-preference-help\";i:3931;s:36:\"rcfilters-watchlist-preference-label\";i:3932;s:35:\"rcfilters-watchlist-preference-help\";i:3933;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:3934;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:3935;s:35:\"rcfilters-filter-showlinkedto-label\";i:3936;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:3937;s:33:\"rcfilters-target-page-placeholder\";i:3938;s:27:\"rcfilters-allcontents-label\";i:3939;s:30:\"rcfilters-alldiscussions-label\";i:3940;s:15:\"rclistfromreset\";i:3941;s:14:\"rc-change-size\";i:3942;s:23:\"upload-tryagain-nostash\";i:3943;s:20:\"fileexists-no-change\";i:3944;s:28:\"fileexists-duplicate-version\";i:3945;s:26:\"uploadwarning-text-nostash\";i:3946;s:19:\"upload-scripted-dtd\";i:3947;s:27:\"uploaded-href-attribute-svg\";i:3948;s:25:\"filename-prefix-blacklist\";i:3949;s:26:\"upload-foreign-cant-upload\";i:3950;s:31:\"upload-foreign-cant-load-config\";i:3951;s:22:\"upload-dialog-disabled\";i:3952;s:25:\"upload-dialog-button-back\";i:3953;s:39:\"upload-form-label-infoform-name-tooltip\";i:3954;s:46:\"upload-form-label-infoform-description-tooltip\";i:3955;s:18:\"backend-fail-sizes\";i:3956;s:17:\"backend-fail-stat\";i:3957;s:17:\"backend-fail-hash\";i:3958;s:25:\"lockmanager-fail-conflict\";i:3959;s:21:\"uploadstash-thumbnail\";i:3960;s:21:\"uploadstash-exception\";i:3961;s:20:\"uploadstash-bad-path\";i:3962;s:28:\"uploadstash-bad-path-invalid\";i:3963;s:33:\"uploadstash-bad-path-unknown-type\";i:3964;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:3965;s:31:\"uploadstash-bad-path-no-handler\";i:3966;s:31:\"uploadstash-bad-path-bad-format\";i:3967;s:26:\"uploadstash-file-not-found\";i:3968;s:35:\"uploadstash-file-not-found-no-thumb\";i:3969;s:40:\"uploadstash-file-not-found-no-local-path\";i:3970;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:3971;s:47:\"uploadstash-file-not-found-missing-content-type\";i:3972;s:37:\"uploadstash-file-not-found-not-exists\";i:3973;s:26:\"uploadstash-file-too-large\";i:3974;s:25:\"uploadstash-not-logged-in\";i:3975;s:23:\"uploadstash-wrong-owner\";i:3976;s:23:\"uploadstash-no-such-key\";i:3977;s:23:\"uploadstash-zero-length\";i:3978;s:19:\"http-internal-error\";i:3979;s:17:\"listfiles_subpage\";i:3980;s:12:\"filepage.css\";i:3981;s:20:\"filerevert-identical\";i:3982;s:35:\"filedelete-edit-reasonlist-suppress\";i:3983;s:21:\"pageswithprop-reverse\";i:3984;s:25:\"pageswithprop-sortbyvalue\";i:3985;s:38:\"uncategorized-categories-exceptionlist\";i:3986;s:18:\"prefixindex-submit\";i:3987;s:22:\"protectedpages-filters\";i:3988;s:21:\"protectedpages-submit\";i:3989;s:22:\"protectedtitles-submit\";i:3990;s:29:\"listusers-temporarygroupsonly\";i:3991;s:15:\"newpages-submit\";i:3992;s:37:\"unusedimagestext-categorizedimgisused\";i:3993;s:17:\"apisandbox-jsonly\";i:3994;s:16:\"apisandbox-retry\";i:3995;s:18:\"apisandbox-loading\";i:3996;s:21:\"apisandbox-load-error\";i:3997;s:24:\"apisandbox-no-parameters\";i:3998;s:19:\"apisandbox-helpurls\";i:3999;s:29:\"apisandbox-dynamic-parameters\";i:4000;s:39:\"apisandbox-dynamic-parameters-add-label\";i:4001;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:4002;s:31:\"apisandbox-dynamic-error-exists\";i:4003;s:37:\"apisandbox-templated-parameter-reason\";i:4004;s:32:\"apisandbox-deprecated-parameters\";i:4005;s:22:\"apisandbox-fetch-token\";i:4006;s:20:\"apisandbox-add-multi\";i:4007;s:38:\"apisandbox-submit-invalid-fields-title\";i:4008;s:40:\"apisandbox-submit-invalid-fields-message\";i:4009;s:26:\"apisandbox-sending-request\";i:4010;s:26:\"apisandbox-loading-results\";i:4011;s:24:\"apisandbox-results-error\";i:4012;s:35:\"apisandbox-results-login-suppressed\";i:4013;s:37:\"apisandbox-request-selectformat-label\";i:4014;s:35:\"apisandbox-request-format-url-label\";i:4015;s:29:\"apisandbox-request-json-label\";i:4016;s:35:\"apisandbox-request-format-php-label\";i:4017;s:28:\"apisandbox-request-php-label\";i:4018;s:27:\"apisandbox-results-fixtoken\";i:4019;s:32:\"apisandbox-results-fixtoken-fail\";i:4020;s:21:\"apisandbox-alert-page\";i:4021;s:22:\"apisandbox-alert-field\";i:4022;s:19:\"apisandbox-continue\";i:4023;s:25:\"apisandbox-continue-clear\";i:4024;s:24:\"apisandbox-continue-help\";i:4025;s:22:\"apisandbox-param-limit\";i:4026;s:36:\"apisandbox-multivalue-all-namespaces\";i:4027;s:32:\"apisandbox-multivalue-all-values\";i:4028;s:22:\"magiclink-tracking-rfc\";i:4029;s:27:\"magiclink-tracking-rfc-desc\";i:4030;s:23:\"magiclink-tracking-pmid\";i:4031;s:28:\"magiclink-tracking-pmid-desc\";i:4032;s:23:\"magiclink-tracking-isbn\";i:4033;s:28:\"magiclink-tracking-isbn-desc\";i:4034;s:20:\"logeventslist-submit\";i:4035;s:26:\"logeventslist-more-filters\";i:4036;s:24:\"logeventslist-patrol-log\";i:4037;s:21:\"logeventslist-tag-log\";i:4038;s:26:\"logeventslist-newusers-log\";i:4039;s:15:\"checkbox-select\";i:4040;s:12:\"checkbox-all\";i:4041;s:13:\"checkbox-none\";i:4042;s:15:\"checkbox-invert\";i:4043;s:17:\"categories-submit\";i:4044;s:18:\"activeusers-groups\";i:4045;s:25:\"activeusers-excludegroups\";i:4046;s:18:\"activeusers-submit\";i:4047;s:10:\"listgrants\";i:4048;s:18:\"listgrants-summary\";i:4049;s:16:\"listgrants-grant\";i:4050;s:17:\"listgrants-rights\";i:4051;s:31:\"restricted-displaytitle-ignored\";i:4052;s:36:\"restricted-displaytitle-ignored-desc\";i:4053;s:20:\"nonnumeric-formatnum\";i:4054;s:25:\"nonnumeric-formatnum-desc\";i:4055;s:20:\"usermessage-template\";i:4056;s:21:\"watchlistnotwatchable\";i:4057;s:15:\"updatewatchlist\";i:4058;s:19:\"addedwatchtext-talk\";i:4059;s:30:\"addedwatchexpiry-options-label\";i:4060;s:21:\"addedwatchexpiryhours\";i:4061;s:26:\"addedwatchexpiryhours-talk\";i:4062;s:20:\"addedwatchexpirytext\";i:4063;s:25:\"addedwatchexpirytext-talk\";i:4064;s:26:\"addedwatchindefinitelytext\";i:4065;s:31:\"addedwatchindefinitelytext-talk\";i:4066;s:21:\"removedwatchtext-talk\";i:4067;s:26:\"watchlist-expiry-days-left\";i:4068;s:33:\"watchlist-expiring-days-full-text\";i:4069;s:27:\"watchlist-expiry-hours-left\";i:4070;s:34:\"watchlist-expiring-hours-full-text\";i:4071;s:14:\"watchlist-hide\";i:4072;s:16:\"watchlist-submit\";i:4073;s:10:\"wlshowtime\";i:4074;s:15:\"wlshowhideminor\";i:4075;s:14:\"wlshowhidebots\";i:4076;s:13:\"wlshowhideliu\";i:4077;s:15:\"wlshowhideanons\";i:4078;s:14:\"wlshowhidepatr\";i:4079;s:14:\"wlshowhidemine\";i:4080;s:24:\"wlshowhidecategorization\";i:4081;s:16:\"enotif_minoredit\";i:4082;s:21:\"deletepage-deletetalk\";i:4083;s:26:\"delete-talk-summary-prefix\";i:4084;s:20:\"historyaction-submit\";i:4085;s:25:\"deleted-page-and-talkpage\";i:4086;s:15:\"log-name-create\";i:4087;s:22:\"log-description-create\";i:4088;s:22:\"logentry-create-create\";i:4089;s:31:\"delete-edit-reasonlist-suppress\";i:4090;s:23:\"delete-toomanyrevisions\";i:4091;s:35:\"delete-error-associated-alreadytalk\";i:4092;s:36:\"delete-error-associated-doesnotexist\";i:4093;s:25:\"deleting-subpages-warning\";i:4094;s:34:\"deleting-talkpage-subpages-warning\";i:4095;s:29:\"rollback-confirmation-confirm\";i:4096;s:25:\"rollback-confirmation-yes\";i:4097;s:24:\"rollback-confirmation-no\";i:4098;s:21:\"rollback-missingparam\";i:4099;s:24:\"rollback-missingrevision\";i:4100;s:15:\"revertpage-anon\";i:4101;s:32:\"changecontentmodel-current-label\";i:4102;s:25:\"changecontentmodel-submit\";i:4103;s:36:\"changecontentmodel-emptymodels-title\";i:4104;s:35:\"changecontentmodel-emptymodels-text\";i:4105;s:25:\"logentry-contentmodel-new\";i:4106;s:24:\"protectedarticle-comment\";i:4107;s:33:\"modifiedarticleprotection-comment\";i:4108;s:26:\"unprotectedarticle-comment\";i:4109;s:32:\"undeleterevision-duplicate-revid\";i:4110;s:21:\"undelete-undeletetalk\";i:4111;s:20:\"undelete-search-full\";i:4112;s:28:\"undelete-talk-summary-prefix\";i:4113;s:37:\"undelete-error-associated-alreadytalk\";i:4114;s:36:\"undelete-error-associated-notdeleted\";i:4115;s:21:\"undelete-back-to-list\";i:4116;s:22:\"contributions-subtitle\";i:4117;s:32:\"negative-namespace-not-supported\";i:4118;s:4:\"date\";i:4119;s:39:\"sp-contributions-blocked-notice-partial\";i:4120;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:4121;s:26:\"sp-contributions-hideminor\";i:4122;s:27:\"sp-contributions-outofrange\";i:4123;s:33:\"sp-contributions-concurrency-user\";i:4124;s:31:\"sp-contributions-concurrency-ip\";i:4125;s:19:\"whatlinkshere-count\";i:4126;s:26:\"whatlinkshere-sectionredir\";i:4127;s:20:\"whatlinkshere-submit\";i:4128;s:13:\"changeblockip\";i:4129;s:12:\"ipb-sitewide\";i:4130;s:11:\"ipb-partial\";i:4131;s:17:\"ipb-sitewide-help\";i:4132;s:16:\"ipb-partial-help\";i:4133;s:17:\"ipb-action-create\";i:4134;s:15:\"ipb-action-move\";i:4135;s:17:\"ipb-action-upload\";i:4136;s:15:\"ipb-pages-label\";i:4137;s:20:\"ipb-namespaces-label\";i:4138;s:15:\"ipb-empty-block\";i:4139;s:19:\"ipb-block-not-found\";i:4140;s:27:\"ipb-blocklist-duration-left\";i:4141;s:13:\"block-actions\";i:4142;s:13:\"block-details\";i:4143;s:13:\"block-options\";i:4144;s:12:\"block-reason\";i:4145;s:12:\"block-target\";i:4146;s:24:\"block-target-placeholder\";i:4147;s:13:\"autoblocklist\";i:4148;s:20:\"autoblocklist-submit\";i:4149;s:20:\"autoblocklist-legend\";i:4150;s:25:\"autoblocklist-localblocks\";i:4151;s:30:\"autoblocklist-total-autoblocks\";i:4152;s:19:\"autoblocklist-empty\";i:4153;s:25:\"autoblocklist-otherblocks\";i:4154;s:20:\"blocklist-autoblocks\";i:4155;s:21:\"blocklist-indefblocks\";i:4156;s:14:\"blocklist-type\";i:4157;s:22:\"blocklist-type-opt-all\";i:4158;s:27:\"blocklist-type-opt-sitewide\";i:4159;s:26:\"blocklist-type-opt-partial\";i:4160;s:17:\"blocklist-editing\";i:4161;s:26:\"blocklist-editing-sitewide\";i:4162;s:22:\"blocklist-editing-page\";i:4163;s:20:\"blocklist-editing-ns\";i:4164;s:24:\"blocklist-editing-action\";i:4165;s:14:\"empty-username\";i:4166;s:26:\"ipb-prevent-user-talk-edit\";i:4167;s:14:\"ipb_expiry_old\";i:4168;s:16:\"ipb_hide_partial\";i:4169;s:17:\"ip_range_exceeded\";i:4170;s:15:\"ip_range_toolow\";i:4171;s:21:\"softblockrangesreason\";i:4172;s:27:\"cant-block-nonexistent-page\";i:4173;s:14:\"databaselocked\";i:4174;s:30:\"movepagetext-noredirectsupport\";i:4175;s:18:\"cant-move-subpages\";i:4176;s:20:\"namespace-nosubpages\";i:4177;s:10:\"cannotmove\";i:4178;s:21:\"movepage-delete-first\";i:4179;s:14:\"redirectexists\";i:4180;s:28:\"movepage-source-doesnt-exist\";i:4181;s:19:\"movesubpagetalktext\";i:4182;s:25:\"movesubpagetext-truncated\";i:4183;s:29:\"movesubpagetalktext-truncated\";i:4184;s:29:\"delete_redirect_and_move_text\";i:4185;s:28:\"immobile-source-namespace-iw\";i:4186;s:29:\"movepage-invalid-target-title\";i:4187;s:13:\"export-manual\";i:4188;s:25:\"thumbnail_image-size-zero\";i:4189;s:29:\"import-upload-username-prefix\";i:4190;s:25:\"import-assign-known-users\";i:4191;s:14:\"importnoprefix\";i:4192;s:22:\"tooltip-pt-tmpuserpage\";i:4193;s:23:\"tooltip-pt-anoncontribs\";i:4194;s:24:\"tooltip-pt-login-private\";i:4195;s:27:\"tooltip-ca-unwatch-expiring\";i:4196;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:4197;s:18:\"tooltip-p-cactions\";i:4198;s:18:\"tooltip-p-personal\";i:4199;s:15:\"tooltip-publish\";i:4200;s:24:\"tooltip-watchlist-expiry\";i:4201;s:24:\"interlanguage-link-title\";i:4202;s:32:\"interlanguage-link-title-nonlang\";i:4203;s:10:\"common.css\";i:4204;s:9:\"print.css\";i:4205;s:12:\"noscript.css\";i:4206;s:23:\"group-autoconfirmed.css\";i:4207;s:14:\"group-user.css\";i:4208;s:13:\"group-bot.css\";i:4209;s:15:\"group-sysop.css\";i:4210;s:20:\"group-bureaucrat.css\";i:4211;s:11:\"common.json\";i:4212;s:9:\"common.js\";i:4213;s:22:\"group-autoconfirmed.js\";i:4214;s:13:\"group-user.js\";i:4215;s:12:\"group-bot.js\";i:4216;s:14:\"group-sysop.js\";i:4217;s:19:\"group-bureaucrat.js\";i:4218;s:18:\"pageinfo-namespace\";i:4219;s:24:\"pageinfo-language-change\";i:4220;s:29:\"pageinfo-content-model-change\";i:4221;s:24:\"pageinfo-redirects-value\";i:4222;s:16:\"pageinfo-user-id\";i:4223;s:18:\"pageinfo-file-hash\";i:4224;s:25:\"pageinfo-view-protect-log\";i:4225;s:24:\"markaspatrolledtext-file\";i:4226;s:28:\"confirm-markpatrolled-button\";i:4227;s:25:\"confirm-markpatrolled-top\";i:4228;s:14:\"newimages-user\";i:4229;s:23:\"newimages-hidepatrolled\";i:4230;s:19:\"newimages-mediatype\";i:4231;s:24:\"gallery-slideshow-toggle\";i:4232;s:33:\"notificationemail_subject_changed\";i:4233;s:33:\"notificationemail_subject_removed\";i:4234;s:30:\"notificationemail_body_changed\";i:4235;s:30:\"notificationemail_body_removed\";i:4236;s:19:\"confirm-purge-title\";i:4237;s:19:\"confirm-watch-label\";i:4238;s:24:\"watchlist-expiry-options\";i:4239;s:31:\"watchlist-expires-in-aria-label\";i:4240;s:27:\"confirm-watch-button-expiry\";i:4241;s:23:\"confirm-rollback-button\";i:4242;s:20:\"confirm-rollback-top\";i:4243;s:23:\"confirm-rollback-bottom\";i:4244;s:24:\"confirm-mcrrestore-title\";i:4245;s:21:\"confirm-mcrundo-title\";i:4246;s:13:\"mcrundofailed\";i:4247;s:20:\"mcrundo-missingparam\";i:4248;s:15:\"mcrundo-changed\";i:4249;s:20:\"mcrundo-parse-failed\";i:4250;s:8:\"ellipsis\";i:4251;s:7:\"percent\";i:4252;s:13:\"formatnum-nan\";i:4253;s:25:\"autosumm-removed-redirect\";i:4254;s:32:\"autosumm-changed-redirect-target\";i:4255;s:10:\"size-bytes\";i:4256;s:14:\"size-megabytes\";i:4257;s:14:\"size-gigabytes\";i:4258;s:10:\"size-pixel\";i:4259;s:28:\"watchlistedit-clear-jobqueue\";i:4260;s:17:\"hijri-calendar-m3\";i:4261;s:17:\"hijri-calendar-m4\";i:4262;s:17:\"hijri-calendar-m5\";i:4263;s:17:\"hijri-calendar-m6\";i:4264;s:17:\"hijri-calendar-m7\";i:4265;s:17:\"hijri-calendar-m8\";i:4266;s:18:\"hijri-calendar-m10\";i:4267;s:18:\"hijri-calendar-m11\";i:4268;s:18:\"hijri-calendar-m12\";i:4269;s:14:\"signature-temp\";i:4270;s:14:\"timezone-local\";i:4271;s:23:\"restricted-displaytitle\";i:4272;s:25:\"invalid-langconvert-attrs\";i:4273;s:15:\"version-editors\";i:4274;s:11:\"version-api\";i:4275;s:25:\"version-poweredby-various\";i:4276;s:31:\"version-entrypoints-articlepath\";i:4277;s:30:\"version-entrypoints-scriptpath\";i:4278;s:14:\"redirect-logid\";i:4279;s:20:\"redirect-not-numeric\";i:4280;s:28:\"disabledspecialpage-disabled\";i:4281;s:10:\"tag-hidden\";i:4282;s:25:\"tag-mw-contentmodelchange\";i:4283;s:37:\"tag-mw-contentmodelchange-description\";i:4284;s:19:\"tag-mw-new-redirect\";i:4285;s:31:\"tag-mw-new-redirect-description\";i:4286;s:23:\"tag-mw-removed-redirect\";i:4287;s:35:\"tag-mw-removed-redirect-description\";i:4288;s:30:\"tag-mw-changed-redirect-target\";i:4289;s:42:\"tag-mw-changed-redirect-target-description\";i:4290;s:12:\"tag-mw-blank\";i:4291;s:24:\"tag-mw-blank-description\";i:4292;s:14:\"tag-mw-replace\";i:4293;s:26:\"tag-mw-replace-description\";i:4294;s:15:\"tag-mw-rollback\";i:4295;s:27:\"tag-mw-rollback-description\";i:4296;s:11:\"tag-mw-undo\";i:4297;s:23:\"tag-mw-undo-description\";i:4298;s:20:\"tag-mw-manual-revert\";i:4299;s:32:\"tag-mw-manual-revert-description\";i:4300;s:15:\"tag-mw-reverted\";i:4301;s:27:\"tag-mw-reverted-description\";i:4302;s:25:\"tag-mw-server-side-upload\";i:4303;s:37:\"tag-mw-server-side-upload-description\";i:4304;s:11:\"tags-hidden\";i:4305;s:19:\"tags-manage-blocked\";i:4306;s:25:\"tags-delete-no-permission\";i:4307;s:18:\"tags-apply-blocked\";i:4308;s:19:\"tags-update-blocked\";i:4309;s:15:\"diff-form-oldid\";i:4310;s:15:\"diff-form-revid\";i:4311;s:16:\"diff-form-submit\";i:4312;s:21:\"diff-form-other-revid\";i:4313;s:21:\"diff-form-error-revid\";i:4314;s:13:\"permanentlink\";i:4315;s:19:\"permanentlink-revid\";i:4316;s:20:\"permanentlink-submit\";i:4317;s:10:\"newsection\";i:4318;s:15:\"newsection-page\";i:4319;s:17:\"newsection-submit\";i:4320;s:8:\"editpage\";i:4321;s:20:\"specialeditpage-page\";i:4322;s:22:\"specialeditpage-submit\";i:4323;s:22:\"specialdeletepage-page\";i:4324;s:24:\"specialdeletepage-submit\";i:4325;s:8:\"pageinfo\";i:4326;s:20:\"specialpageinfo-page\";i:4327;s:22:\"specialpageinfo-submit\";i:4328;s:11:\"pagehistory\";i:4329;s:23:\"specialpagehistory-page\";i:4330;s:25:\"specialpagehistory-submit\";i:4331;s:11:\"protectpage\";i:4332;s:23:\"specialprotectpage-page\";i:4333;s:25:\"specialprotectpage-submit\";i:4334;s:17:\"specialpurge-page\";i:4335;s:19:\"specialpurge-submit\";i:4336;s:28:\"htmlform-multiselect-toomany\";i:4337;s:25:\"htmlform-date-placeholder\";i:4338;s:25:\"htmlform-time-placeholder\";i:4339;s:29:\"htmlform-datetime-placeholder\";i:4340;s:21:\"htmlform-date-invalid\";i:4341;s:21:\"htmlform-time-invalid\";i:4342;s:25:\"htmlform-datetime-invalid\";i:4343;s:20:\"htmlform-date-toolow\";i:4344;s:21:\"htmlform-date-toohigh\";i:4345;s:20:\"htmlform-time-toolow\";i:4346;s:21:\"htmlform-time-toohigh\";i:4347;s:24:\"htmlform-datetime-toolow\";i:4348;s:25:\"htmlform-datetime-toohigh\";i:4349;s:24:\"htmlform-title-interwiki\";i:4350;s:24:\"htmlform-tag-not-allowed\";i:4351;s:28:\"logentry-delete-delete_redir\";i:4352;s:29:\"logentry-delete-delete_redir2\";i:4353;s:31:\"logentry-delete-restore-nocount\";i:4354;s:23:\"restore-count-revisions\";i:4355;s:19:\"restore-count-files\";i:4356;s:32:\"logentry-partialblock-block-page\";i:4357;s:30:\"logentry-partialblock-block-ns\";i:4358;s:34:\"logentry-partialblock-block-action\";i:4359;s:27:\"logentry-partialblock-block\";i:4360;s:29:\"logentry-partialblock-reblock\";i:4361;s:32:\"logentry-non-editing-block-block\";i:4362;s:34:\"logentry-non-editing-block-reblock\";i:4363;s:30:\"logentry-import-upload-details\";i:4364;s:33:\"logentry-import-interwiki-details\";i:4365;s:30:\"rightslogentry-temporary-group\";i:4366;s:27:\"search-match-redirect-label\";i:4367;s:26:\"search-match-redirect-help\";i:4368;s:17:\"searchlimit-label\";i:4369;s:16:\"searchlimit-help\";i:4370;s:30:\"api-clientside-error-noconnect\";i:4371;s:25:\"api-clientside-error-http\";i:4372;s:28:\"api-clientside-error-aborted\";i:4373;s:36:\"api-clientside-error-invalidresponse\";i:4374;s:32:\"limitreport-ppvisitednodes-value\";i:4375;s:32:\"limitreport-expansiondepth-value\";i:4376;s:25:\"limitreport-unstrip-depth\";i:4377;s:31:\"limitreport-unstrip-depth-value\";i:4378;s:24:\"limitreport-unstrip-size\";i:4379;s:30:\"limitreport-unstrip-size-value\";i:4380;s:30:\"expand_templates_input_missing\";i:4381;s:15:\"pagelang-reason\";i:4382;s:15:\"pagelang-submit\";i:4383;s:25:\"pagelang-nonexistent-page\";i:4384;s:27:\"pagelang-unchanged-language\";i:4385;s:35:\"pagelang-unchanged-language-default\";i:4386;s:18:\"pagelang-db-failed\";i:4387;s:22:\"mediastatistics-nfiles\";i:4388;s:28:\"mediastatistics-bytespertype\";i:4389;s:24:\"mediastatistics-allbytes\";i:4390;s:25:\"mediastatistics-header-3d\";i:4391;s:28:\"mediastatistics-header-total\";i:4392;s:32:\"json-error-invalid-property-name\";i:4393;s:16:\"json-error-utf16\";i:4394;s:38:\"special-characters-group-greekextended\";i:4395;s:43:\"special-characters-group-canadianaboriginal\";i:4396;s:30:\"special-characters-group-runes\";i:4397;s:22:\"mw-widgets-abandonedit\";i:4398;s:30:\"mw-widgets-abandonedit-discard\";i:4399;s:27:\"mw-widgets-abandonedit-keep\";i:4400;s:28:\"mw-widgets-abandonedit-title\";i:4401;s:30:\"mw-widgets-copytextlayout-copy\";i:4402;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4403;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4404;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:4405;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4406;s:32:\"mw-widgets-mediasearch-noresults\";i:4407;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4408;s:27:\"mw-widgets-table-row-delete\";i:4409;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:4410;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:4411;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:4412;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:4413;s:15:\"date-range-from\";i:4414;s:13:\"date-range-to\";i:4415;s:18:\"sessionmanager-tie\";i:4416;s:23:\"sessionprovider-generic\";i:4417;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:4418;s:25:\"sessionprovider-nocookies\";i:4419;s:23:\"log-action-filter-block\";i:4420;s:30:\"log-action-filter-contentmodel\";i:4421;s:24:\"log-action-filter-delete\";i:4422;s:24:\"log-action-filter-import\";i:4423;s:28:\"log-action-filter-managetags\";i:4424;s:22:\"log-action-filter-move\";i:4425;s:26:\"log-action-filter-newusers\";i:4426;s:24:\"log-action-filter-patrol\";i:4427;s:25:\"log-action-filter-protect\";i:4428;s:24:\"log-action-filter-rights\";i:4429;s:26:\"log-action-filter-suppress\";i:4430;s:24:\"log-action-filter-upload\";i:4431;s:21:\"log-action-filter-all\";i:4432;s:29:\"log-action-filter-block-block\";i:4433;s:31:\"log-action-filter-block-reblock\";i:4434;s:31:\"log-action-filter-block-unblock\";i:4435;s:37:\"log-action-filter-contentmodel-change\";i:4436;s:34:\"log-action-filter-contentmodel-new\";i:4437;s:31:\"log-action-filter-delete-delete\";i:4438;s:37:\"log-action-filter-delete-delete_redir\";i:4439;s:38:\"log-action-filter-delete-delete_redir2\";i:4440;s:32:\"log-action-filter-delete-restore\";i:4441;s:30:\"log-action-filter-delete-event\";i:4442;s:33:\"log-action-filter-delete-revision\";i:4443;s:34:\"log-action-filter-import-interwiki\";i:4444;s:31:\"log-action-filter-import-upload\";i:4445;s:35:\"log-action-filter-managetags-create\";i:4446;s:35:\"log-action-filter-managetags-delete\";i:4447;s:37:\"log-action-filter-managetags-activate\";i:4448;s:39:\"log-action-filter-managetags-deactivate\";i:4449;s:27:\"log-action-filter-move-move\";i:4450;s:33:\"log-action-filter-move-move_redir\";i:4451;s:33:\"log-action-filter-newusers-create\";i:4452;s:34:\"log-action-filter-newusers-create2\";i:4453;s:37:\"log-action-filter-newusers-autocreate\";i:4454;s:34:\"log-action-filter-newusers-byemail\";i:4455;s:31:\"log-action-filter-patrol-patrol\";i:4456;s:35:\"log-action-filter-patrol-autopatrol\";i:4457;s:33:\"log-action-filter-protect-protect\";i:4458;s:32:\"log-action-filter-protect-modify\";i:4459;s:35:\"log-action-filter-protect-unprotect\";i:4460;s:35:\"log-action-filter-protect-move_prot\";i:4461;s:31:\"log-action-filter-rights-rights\";i:4462;s:36:\"log-action-filter-rights-autopromote\";i:4463;s:32:\"log-action-filter-suppress-event\";i:4464;s:35:\"log-action-filter-suppress-revision\";i:4465;s:33:\"log-action-filter-suppress-delete\";i:4466;s:32:\"log-action-filter-suppress-block\";i:4467;s:34:\"log-action-filter-suppress-reblock\";i:4468;s:31:\"log-action-filter-upload-upload\";i:4469;s:34:\"log-action-filter-upload-overwrite\";i:4470;s:31:\"log-action-filter-upload-revert\";i:4471;s:33:\"authmanager-authn-not-in-progress\";i:4472;s:28:\"authmanager-authn-no-primary\";i:4473;s:31:\"authmanager-authn-no-local-user\";i:4474;s:36:\"authmanager-authn-no-local-user-link\";i:4475;s:35:\"authmanager-authn-autocreate-failed\";i:4476;s:32:\"authmanager-change-not-supported\";i:4477;s:27:\"authmanager-create-disabled\";i:4478;s:29:\"authmanager-create-from-login\";i:4479;s:34:\"authmanager-create-not-in-progress\";i:4480;s:29:\"authmanager-create-no-primary\";i:4481;s:27:\"authmanager-link-no-primary\";i:4482;s:32:\"authmanager-link-not-in-progress\";i:4483;s:29:\"authmanager-autocreate-noperm\";i:4484;s:32:\"authmanager-autocreate-exception\";i:4485;s:28:\"authmanager-userdoesnotexist\";i:4486;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4487;s:25:\"authmanager-username-help\";i:4488;s:25:\"authmanager-password-help\";i:4489;s:23:\"authmanager-domain-help\";i:4490;s:23:\"authmanager-retype-help\";i:4491;s:23:\"authmanager-email-label\";i:4492;s:22:\"authmanager-email-help\";i:4493;s:26:\"authmanager-realname-label\";i:4494;s:25:\"authmanager-realname-help\";i:4495;s:29:\"authmanager-provider-password\";i:4496;s:36:\"authmanager-provider-password-domain\";i:4497;s:38:\"authmanager-provider-temporarypassword\";i:4498;s:32:\"authprovider-confirmlink-message\";i:4499;s:38:\"authprovider-confirmlink-request-label\";i:4500;s:37:\"authprovider-confirmlink-success-line\";i:4501;s:31:\"authprovider-confirmlink-failed\";i:4502;s:32:\"authprovider-confirmlink-ok-help\";i:4503;s:33:\"authprovider-resetpass-skip-label\";i:4504;s:32:\"authprovider-resetpass-skip-help\";i:4505;s:24:\"authform-nosession-login\";i:4506;s:25:\"authform-nosession-signup\";i:4507;s:17:\"authform-newtoken\";i:4508;s:16:\"authform-notoken\";i:4509;s:19:\"authform-wrongtoken\";i:4510;s:43:\"specialpage-securitylevel-not-allowed-title\";i:4511;s:37:\"specialpage-securitylevel-not-allowed\";i:4512;s:21:\"authpage-cannot-login\";i:4513;s:30:\"authpage-cannot-login-continue\";i:4514;s:22:\"authpage-cannot-create\";i:4515;s:31:\"authpage-cannot-create-continue\";i:4516;s:20:\"authpage-cannot-link\";i:4517;s:29:\"authpage-cannot-link-continue\";i:4518;s:28:\"cannotauth-not-allowed-title\";i:4519;s:22:\"cannotauth-not-allowed\";i:4520;s:17:\"changecredentials\";i:4521;s:24:\"changecredentials-submit\";i:4522;s:32:\"changecredentials-invalidsubpage\";i:4523;s:25:\"changecredentials-success\";i:4524;s:17:\"removecredentials\";i:4525;s:24:\"removecredentials-submit\";i:4526;s:32:\"removecredentials-invalidsubpage\";i:4527;s:25:\"removecredentials-success\";i:4528;s:24:\"credentialsform-provider\";i:4529;s:23:\"credentialsform-account\";i:4530;s:28:\"cannotlink-no-provider-title\";i:4531;s:22:\"cannotlink-no-provider\";i:4532;s:12:\"linkaccounts\";i:4533;s:25:\"linkaccounts-success-text\";i:4534;s:19:\"linkaccounts-submit\";i:4535;s:30:\"cannotunlink-no-provider-title\";i:4536;s:24:\"cannotunlink-no-provider\";i:4537;s:14:\"unlinkaccounts\";i:4538;s:22:\"unlinkaccounts-success\";i:4539;s:32:\"authenticationdatachange-ignored\";i:4540;s:14:\"userjsispublic\";i:4541;s:16:\"userjsonispublic\";i:4542;s:15:\"usercssispublic\";i:4543;s:15:\"userjsdangerous\";i:4544;s:23:\"restrictionsfield-badip\";i:4545;s:23:\"restrictionsfield-label\";i:4546;s:22:\"restrictionsfield-help\";i:4547;s:11:\"specialmute\";i:4548;s:19:\"specialmute-success\";i:4549;s:18:\"specialmute-submit\";i:4550;s:28:\"specialmute-label-mute-email\";i:4551;s:18:\"specialmute-header\";i:4552;s:30:\"specialmute-error-invalid-user\";i:4553;s:28:\"specialmute-error-no-options\";i:4554;s:24:\"specialmute-email-footer\";i:4555;s:26:\"specialmute-login-required\";i:4556;s:16:\"mute-preferences\";i:4557;s:5:\"revid\";i:4558;s:6:\"pageid\";i:4559;s:18:\"rawhtml-notallowed\";i:4560;s:13:\"gotointerwiki\";i:4561;s:21:\"gotointerwiki-invalid\";i:4562;s:22:\"gotointerwiki-external\";i:4563;s:17:\"undelete-cantedit\";i:4564;s:19:\"undelete-cantcreate\";i:4565;s:14:\"pagedata-title\";i:4566;s:13:\"pagedata-text\";i:4567;s:23:\"pagedata-not-acceptable\";i:4568;s:18:\"pagedata-bad-title\";i:4569;s:24:\"unregistered-user-config\";i:4570;s:16:\"passwordpolicies\";i:4571;s:24:\"passwordpolicies-summary\";i:4572;s:22:\"passwordpolicies-group\";i:4573;s:25:\"passwordpolicies-policies\";i:4574;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4575;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4576;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4577;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4578;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4579;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4580;s:39:\"passwordpolicies-policyflag-forcechange\";i:4581;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4582;s:27:\"mycustomjsredirectprotected\";i:4583;s:22:\"deflate-invaliddeflate\";i:4584;s:14:\"unprotected-js\";i:4585;s:19:\"userlogout-continue\";i:4586;s:15:\"userlogout-temp\";i:4587;s:22:\"paramvalidator-baduser\";i:4588;s:29:\"paramvalidator-help-type-user\";i:4589;s:42:\"paramvalidator-help-type-user-subtype-name\";i:4590;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:4591;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4592;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4593;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4594;s:23:\"paramvalidator-badtitle\";i:4595;s:27:\"paramvalidator-missingtitle\";i:4596;s:30:\"paramvalidator-help-type-title\";i:4597;s:41:\"paramvalidator-help-type-title-must-exist\";i:4598;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4599;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4600;s:18:\"config-missing-key\";i:4601;s:18:\"config-invalid-key\";i:4602;s:21:\"changeslist-nocomment\";i:4603;s:30:\"parsoid-stash-rate-limit-error\";i:4604;s:31:\"parsoid-resource-limit-exceeded\";i:4605;s:20:\"parsoid-client-error\";i:4606;s:22:\"newpages-showhide-bots\";i:4607;s:27:\"newpages-showhide-patrolled\";i:4608;s:26:\"newpages-showhide-redirect\";i:4609;s:28:\"newpages-showhide-registered\";i:4610;s:32:\"exif-photometricinterpretation-0\";i:4611;s:32:\"exif-photometricinterpretation-1\";i:4612;s:32:\"exif-photometricinterpretation-3\";i:4613;s:32:\"exif-photometricinterpretation-4\";i:4614;s:32:\"exif-photometricinterpretation-5\";i:4615;s:32:\"exif-photometricinterpretation-9\";i:4616;s:33:\"exif-photometricinterpretation-10\";i:4617;s:36:\"exif-photometricinterpretation-32803\";i:4618;s:36:\"exif-photometricinterpretation-34892\";i:4619;s:21:\"exif-customrendered-2\";i:4620;s:21:\"exif-customrendered-3\";i:4621;s:21:\"exif-customrendered-4\";i:4622;s:21:\"exif-customrendered-6\";i:4623;s:21:\"exif-customrendered-7\";i:4624;s:21:\"exif-customrendered-8\";i:4625;s:19:\"exif-firstphotodate\";i:4626;s:18:\"exif-lastphotodate\";i:4627;s:19:\"exif-projectiontype\";i:4628;s:35:\"exif-projectiontype-equirectangular\";i:4629;s:22:\"exif-usepanoramaviewer\";i:4630;s:27:\"exif-usepanoramaviewer-true\";i:4631;s:28:\"exif-usepanoramaviewer-false\";i:4632;s:21:\"exif-exposurelockused\";i:4633;s:26:\"exif-exposurelockused-true\";i:4634;s:27:\"exif-exposurelockused-false\";i:4635;s:23:\"exif-poseheadingdegrees\";i:4636;s:21:\"exif-posepitchdegrees\";i:4637;s:20:\"exif-poserolldegrees\";i:4638;s:30:\"exif-initialviewheadingdegrees\";i:4639;s:28:\"exif-initialviewpitchdegrees\";i:4640;s:27:\"exif-initialviewrolldegrees\";i:4641;s:32:\"exif-initialhorizontalfovdegrees\";i:4642;s:30:\"exif-initialverticalfovdegrees\";i:4643;s:22:\"exif-sourcephotoscount\";i:4644;s:32:\"exif-croppedareaimagewidthpixels\";i:4645;s:33:\"exif-croppedareaimageheightpixels\";i:4646;s:24:\"exif-fullpanowidthpixels\";i:4647;s:25:\"exif-fullpanoheightpixels\";i:4648;s:26:\"exif-croppedarealeftpixels\";i:4649;s:25:\"exif-croppedareatoppixels\";i:4650;s:23:\"exif-initialcameradolly\";i:4651;s:22:\"exif-stitchingsoftware\";i:4652;s:33:\"apihelp-main-extended-description\";i:4653;s:25:\"apihelp-main-param-action\";i:4654;s:25:\"apihelp-main-param-format\";i:4655;s:25:\"apihelp-main-param-maxlag\";i:4656;s:26:\"apihelp-main-param-smaxage\";i:4657;s:25:\"apihelp-main-param-maxage\";i:4658;s:25:\"apihelp-main-param-assert\";i:4659;s:29:\"apihelp-main-param-assertuser\";i:4660;s:28:\"apihelp-main-param-requestid\";i:4661;s:27:\"apihelp-main-param-servedby\";i:4662;s:31:\"apihelp-main-param-curtimestamp\";i:4663;s:35:\"apihelp-main-param-responselanginfo\";i:4664;s:25:\"apihelp-main-param-origin\";i:4665;s:26:\"apihelp-main-param-uselang\";i:4666;s:26:\"apihelp-main-param-variant\";i:4667;s:30:\"apihelp-main-param-errorformat\";i:4668;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:4669;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:4670;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:4671;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:4672;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:4673;s:28:\"apihelp-main-param-errorlang\";i:4674;s:33:\"apihelp-main-param-errorsuselocal\";i:4675;s:21:\"apihelp-block-summary\";i:4676;s:24:\"apihelp-block-param-user\";i:4677;s:26:\"apihelp-block-param-userid\";i:4678;s:26:\"apihelp-block-param-expiry\";i:4679;s:26:\"apihelp-block-param-reason\";i:4680;s:28:\"apihelp-block-param-anononly\";i:4681;s:28:\"apihelp-block-param-nocreate\";i:4682;s:29:\"apihelp-block-param-autoblock\";i:4683;s:27:\"apihelp-block-param-noemail\";i:4684;s:28:\"apihelp-block-param-hidename\";i:4685;s:33:\"apihelp-block-param-allowusertalk\";i:4686;s:27:\"apihelp-block-param-reblock\";i:4687;s:29:\"apihelp-block-param-watchuser\";i:4688;s:35:\"apihelp-block-param-watchlistexpiry\";i:4689;s:24:\"apihelp-block-param-tags\";i:4690;s:27:\"apihelp-block-param-partial\";i:4691;s:36:\"apihelp-block-param-pagerestrictions\";i:4692;s:41:\"apihelp-block-param-namespacerestrictions\";i:4693;s:38:\"apihelp-block-param-actionrestrictions\";i:4694;s:31:\"apihelp-block-example-ip-simple\";i:4695;s:34:\"apihelp-block-example-user-complex\";i:4696;s:40:\"apihelp-changeauthenticationdata-summary\";i:4697;s:49:\"apihelp-changeauthenticationdata-example-password\";i:4698;s:34:\"apihelp-changecontentmodel-summary\";i:4699;s:38:\"apihelp-changecontentmodel-param-title\";i:4700;s:39:\"apihelp-changecontentmodel-param-pageid\";i:4701;s:40:\"apihelp-changecontentmodel-param-summary\";i:4702;s:37:\"apihelp-changecontentmodel-param-tags\";i:4703;s:38:\"apihelp-changecontentmodel-param-model\";i:4704;s:36:\"apihelp-changecontentmodel-param-bot\";i:4705;s:34:\"apihelp-changecontentmodel-example\";i:4706;s:26:\"apihelp-checktoken-summary\";i:4707;s:29:\"apihelp-checktoken-param-type\";i:4708;s:30:\"apihelp-checktoken-param-token\";i:4709;s:36:\"apihelp-checktoken-param-maxtokenage\";i:4710;s:33:\"apihelp-checktoken-example-simple\";i:4711;s:27:\"apihelp-clearhasmsg-summary\";i:4712;s:29:\"apihelp-clearhasmsg-example-1\";i:4713;s:27:\"apihelp-clientlogin-summary\";i:4714;s:33:\"apihelp-clientlogin-example-login\";i:4715;s:34:\"apihelp-clientlogin-example-login2\";i:4716;s:23:\"apihelp-compare-summary\";i:4717;s:36:\"apihelp-compare-extended-description\";i:4718;s:31:\"apihelp-compare-param-fromtitle\";i:4719;s:28:\"apihelp-compare-param-fromid\";i:4720;s:29:\"apihelp-compare-param-fromrev\";i:4721;s:29:\"apihelp-compare-param-frompst\";i:4722;s:31:\"apihelp-compare-param-fromslots\";i:4723;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:4724;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:4725;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:4726;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:4727;s:30:\"apihelp-compare-param-fromtext\";i:4728;s:38:\"apihelp-compare-param-fromcontentmodel\";i:4729;s:39:\"apihelp-compare-param-fromcontentformat\";i:4730;s:33:\"apihelp-compare-param-fromsection\";i:4731;s:29:\"apihelp-compare-param-totitle\";i:4732;s:26:\"apihelp-compare-param-toid\";i:4733;s:27:\"apihelp-compare-param-torev\";i:4734;s:32:\"apihelp-compare-param-torelative\";i:4735;s:27:\"apihelp-compare-param-topst\";i:4736;s:35:\"apihelp-compare-param-totext-{slot}\";i:4737;s:38:\"apihelp-compare-param-tosection-{slot}\";i:4738;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:4739;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:4740;s:28:\"apihelp-compare-param-totext\";i:4741;s:36:\"apihelp-compare-param-tocontentmodel\";i:4742;s:37:\"apihelp-compare-param-tocontentformat\";i:4743;s:31:\"apihelp-compare-param-tosection\";i:4744;s:26:\"apihelp-compare-param-prop\";i:4745;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:4746;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4747;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:4748;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:4749;s:37:\"apihelp-compare-paramvalue-prop-title\";i:4750;s:36:\"apihelp-compare-paramvalue-prop-user\";i:4751;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:4752;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:4753;s:36:\"apihelp-compare-paramvalue-prop-size\";i:4754;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:4755;s:30:\"apihelp-compare-param-difftype\";i:4756;s:27:\"apihelp-compare-param-slots\";i:4757;s:25:\"apihelp-compare-example-1\";i:4758;s:29:\"apihelp-createaccount-summary\";i:4759;s:41:\"apihelp-createaccount-param-preservestate\";i:4760;s:36:\"apihelp-createaccount-example-create\";i:4761;s:25:\"apihelp-cspreport-summary\";i:4762;s:34:\"apihelp-cspreport-param-reportonly\";i:4763;s:30:\"apihelp-cspreport-param-source\";i:4764;s:22:\"apihelp-delete-summary\";i:4765;s:26:\"apihelp-delete-param-title\";i:4766;s:27:\"apihelp-delete-param-pageid\";i:4767;s:27:\"apihelp-delete-param-reason\";i:4768;s:25:\"apihelp-delete-param-tags\";i:4769;s:31:\"apihelp-delete-param-deletetalk\";i:4770;s:26:\"apihelp-delete-param-watch\";i:4771;s:30:\"apihelp-delete-param-watchlist\";i:4772;s:36:\"apihelp-delete-param-watchlistexpiry\";i:4773;s:28:\"apihelp-delete-param-unwatch\";i:4774;s:29:\"apihelp-delete-param-oldimage\";i:4775;s:29:\"apihelp-delete-example-simple\";i:4776;s:29:\"apihelp-delete-example-reason\";i:4777;s:24:\"apihelp-disabled-summary\";i:4778;s:20:\"apihelp-edit-summary\";i:4779;s:24:\"apihelp-edit-param-title\";i:4780;s:25:\"apihelp-edit-param-pageid\";i:4781;s:26:\"apihelp-edit-param-section\";i:4782;s:31:\"apihelp-edit-param-sectiontitle\";i:4783;s:23:\"apihelp-edit-param-text\";i:4784;s:26:\"apihelp-edit-param-summary\";i:4785;s:23:\"apihelp-edit-param-tags\";i:4786;s:24:\"apihelp-edit-param-minor\";i:4787;s:27:\"apihelp-edit-param-notminor\";i:4788;s:22:\"apihelp-edit-param-bot\";i:4789;s:28:\"apihelp-edit-param-baserevid\";i:4790;s:32:\"apihelp-edit-param-basetimestamp\";i:4791;s:33:\"apihelp-edit-param-starttimestamp\";i:4792;s:27:\"apihelp-edit-param-recreate\";i:4793;s:29:\"apihelp-edit-param-createonly\";i:4794;s:27:\"apihelp-edit-param-nocreate\";i:4795;s:24:\"apihelp-edit-param-watch\";i:4796;s:26:\"apihelp-edit-param-unwatch\";i:4797;s:28:\"apihelp-edit-param-watchlist\";i:4798;s:34:\"apihelp-edit-param-watchlistexpiry\";i:4799;s:22:\"apihelp-edit-param-md5\";i:4800;s:30:\"apihelp-edit-param-prependtext\";i:4801;s:29:\"apihelp-edit-param-appendtext\";i:4802;s:23:\"apihelp-edit-param-undo\";i:4803;s:28:\"apihelp-edit-param-undoafter\";i:4804;s:27:\"apihelp-edit-param-redirect\";i:4805;s:32:\"apihelp-edit-param-contentformat\";i:4806;s:31:\"apihelp-edit-param-contentmodel\";i:4807;s:24:\"apihelp-edit-param-token\";i:4808;s:25:\"apihelp-edit-example-edit\";i:4809;s:28:\"apihelp-edit-example-prepend\";i:4810;s:25:\"apihelp-edit-example-undo\";i:4811;s:25:\"apihelp-emailuser-summary\";i:4812;s:30:\"apihelp-emailuser-param-target\";i:4813;s:31:\"apihelp-emailuser-param-subject\";i:4814;s:28:\"apihelp-emailuser-param-text\";i:4815;s:28:\"apihelp-emailuser-param-ccme\";i:4816;s:31:\"apihelp-emailuser-example-email\";i:4817;s:31:\"apihelp-expandtemplates-summary\";i:4818;s:35:\"apihelp-expandtemplates-param-title\";i:4819;s:34:\"apihelp-expandtemplates-param-text\";i:4820;s:35:\"apihelp-expandtemplates-param-revid\";i:4821;s:34:\"apihelp-expandtemplates-param-prop\";i:4822;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:4823;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:4824;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:4825;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:4826;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:4827;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:4828;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:4829;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:4830;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:4831;s:45:\"apihelp-expandtemplates-param-includecomments\";i:4832;s:41:\"apihelp-expandtemplates-param-generatexml\";i:4833;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:4834;s:38:\"apihelp-expandtemplates-example-simple\";i:4835;s:33:\"apihelp-feedcontributions-summary\";i:4836;s:42:\"apihelp-feedcontributions-param-feedformat\";i:4837;s:36:\"apihelp-feedcontributions-param-user\";i:4838;s:41:\"apihelp-feedcontributions-param-namespace\";i:4839;s:36:\"apihelp-feedcontributions-param-year\";i:4840;s:37:\"apihelp-feedcontributions-param-month\";i:4841;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:4842;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:4843;s:39:\"apihelp-feedcontributions-param-toponly\";i:4844;s:39:\"apihelp-feedcontributions-param-newonly\";i:4845;s:41:\"apihelp-feedcontributions-param-hideminor\";i:4846;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:4847;s:40:\"apihelp-feedcontributions-example-simple\";i:4848;s:33:\"apihelp-feedrecentchanges-summary\";i:4849;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:4850;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:4851;s:38:\"apihelp-feedrecentchanges-param-invert\";i:4852;s:42:\"apihelp-feedrecentchanges-param-associated\";i:4853;s:36:\"apihelp-feedrecentchanges-param-days\";i:4854;s:37:\"apihelp-feedrecentchanges-param-limit\";i:4855;s:36:\"apihelp-feedrecentchanges-param-from\";i:4856;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:4857;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4858;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4859;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4860;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:4861;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:4862;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:4863;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:4864;s:38:\"apihelp-feedrecentchanges-param-target\";i:4865;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:4866;s:40:\"apihelp-feedrecentchanges-example-simple\";i:4867;s:40:\"apihelp-feedrecentchanges-example-30days\";i:4868;s:29:\"apihelp-feedwatchlist-summary\";i:4869;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:4870;s:33:\"apihelp-feedwatchlist-param-hours\";i:4871;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:4872;s:37:\"apihelp-feedwatchlist-example-default\";i:4873;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:4874;s:26:\"apihelp-filerevert-summary\";i:4875;s:33:\"apihelp-filerevert-param-filename\";i:4876;s:32:\"apihelp-filerevert-param-comment\";i:4877;s:36:\"apihelp-filerevert-param-archivename\";i:4878;s:33:\"apihelp-filerevert-example-revert\";i:4879;s:20:\"apihelp-help-summary\";i:4880;s:26:\"apihelp-help-param-modules\";i:4881;s:29:\"apihelp-help-param-submodules\";i:4882;s:38:\"apihelp-help-param-recursivesubmodules\";i:4883;s:29:\"apihelp-help-param-helpformat\";i:4884;s:23:\"apihelp-help-param-wrap\";i:4885;s:22:\"apihelp-help-param-toc\";i:4886;s:25:\"apihelp-help-example-main\";i:4887;s:31:\"apihelp-help-example-submodules\";i:4888;s:30:\"apihelp-help-example-recursive\";i:4889;s:25:\"apihelp-help-example-help\";i:4890;s:26:\"apihelp-help-example-query\";i:4891;s:27:\"apihelp-imagerotate-summary\";i:4892;s:34:\"apihelp-imagerotate-param-rotation\";i:4893;s:30:\"apihelp-imagerotate-param-tags\";i:4894;s:34:\"apihelp-imagerotate-example-simple\";i:4895;s:37:\"apihelp-imagerotate-example-generator\";i:4896;s:22:\"apihelp-import-summary\";i:4897;s:35:\"apihelp-import-extended-description\";i:4898;s:28:\"apihelp-import-param-summary\";i:4899;s:24:\"apihelp-import-param-xml\";i:4900;s:36:\"apihelp-import-param-interwikiprefix\";i:4901;s:37:\"apihelp-import-param-assignknownusers\";i:4902;s:36:\"apihelp-import-param-interwikisource\";i:4903;s:34:\"apihelp-import-param-interwikipage\";i:4904;s:32:\"apihelp-import-param-fullhistory\";i:4905;s:30:\"apihelp-import-param-templates\";i:4906;s:30:\"apihelp-import-param-namespace\";i:4907;s:29:\"apihelp-import-param-rootpage\";i:4908;s:25:\"apihelp-import-param-tags\";i:4909;s:29:\"apihelp-import-example-import\";i:4910;s:27:\"apihelp-linkaccount-summary\";i:4911;s:32:\"apihelp-linkaccount-example-link\";i:4912;s:21:\"apihelp-login-summary\";i:4913;s:34:\"apihelp-login-extended-description\";i:4914;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:4915;s:24:\"apihelp-login-param-name\";i:4916;s:28:\"apihelp-login-param-password\";i:4917;s:26:\"apihelp-login-param-domain\";i:4918;s:25:\"apihelp-login-param-token\";i:4919;s:27:\"apihelp-login-example-login\";i:4920;s:22:\"apihelp-logout-summary\";i:4921;s:29:\"apihelp-logout-example-logout\";i:4922;s:26:\"apihelp-managetags-summary\";i:4923;s:34:\"apihelp-managetags-param-operation\";i:4924;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:4925;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:4926;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:4927;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:4928;s:28:\"apihelp-managetags-param-tag\";i:4929;s:31:\"apihelp-managetags-param-reason\";i:4930;s:39:\"apihelp-managetags-param-ignorewarnings\";i:4931;s:29:\"apihelp-managetags-param-tags\";i:4932;s:33:\"apihelp-managetags-example-create\";i:4933;s:33:\"apihelp-managetags-example-delete\";i:4934;s:35:\"apihelp-managetags-example-activate\";i:4935;s:37:\"apihelp-managetags-example-deactivate\";i:4936;s:28:\"apihelp-mergehistory-summary\";i:4937;s:31:\"apihelp-mergehistory-param-from\";i:4938;s:33:\"apihelp-mergehistory-param-fromid\";i:4939;s:29:\"apihelp-mergehistory-param-to\";i:4940;s:31:\"apihelp-mergehistory-param-toid\";i:4941;s:36:\"apihelp-mergehistory-param-timestamp\";i:4942;s:33:\"apihelp-mergehistory-param-reason\";i:4943;s:34:\"apihelp-mergehistory-example-merge\";i:4944;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:4945;s:20:\"apihelp-move-summary\";i:4946;s:23:\"apihelp-move-param-from\";i:4947;s:25:\"apihelp-move-param-fromid\";i:4948;s:21:\"apihelp-move-param-to\";i:4949;s:25:\"apihelp-move-param-reason\";i:4950;s:27:\"apihelp-move-param-movetalk\";i:4951;s:31:\"apihelp-move-param-movesubpages\";i:4952;s:29:\"apihelp-move-param-noredirect\";i:4953;s:24:\"apihelp-move-param-watch\";i:4954;s:26:\"apihelp-move-param-unwatch\";i:4955;s:28:\"apihelp-move-param-watchlist\";i:4956;s:34:\"apihelp-move-param-watchlistexpiry\";i:4957;s:33:\"apihelp-move-param-ignorewarnings\";i:4958;s:23:\"apihelp-move-param-tags\";i:4959;s:25:\"apihelp-move-example-move\";i:4960;s:26:\"apihelp-opensearch-summary\";i:4961;s:31:\"apihelp-opensearch-param-search\";i:4962;s:30:\"apihelp-opensearch-param-limit\";i:4963;s:34:\"apihelp-opensearch-param-namespace\";i:4964;s:32:\"apihelp-opensearch-param-suggest\";i:4965;s:34:\"apihelp-opensearch-param-redirects\";i:4966;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:4967;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:4968;s:41:\"apihelp-opensearch-param-redirects-append\";i:4969;s:31:\"apihelp-opensearch-param-format\";i:4970;s:40:\"apihelp-opensearch-param-warningsaserror\";i:4971;s:29:\"apihelp-opensearch-example-te\";i:4972;s:23:\"apihelp-options-summary\";i:4973;s:36:\"apihelp-options-extended-description\";i:4974;s:27:\"apihelp-options-param-reset\";i:4975;s:32:\"apihelp-options-param-resetkinds\";i:4976;s:28:\"apihelp-options-param-change\";i:4977;s:32:\"apihelp-options-param-optionname\";i:4978;s:33:\"apihelp-options-param-optionvalue\";i:4979;s:29:\"apihelp-options-example-reset\";i:4980;s:30:\"apihelp-options-example-change\";i:4981;s:31:\"apihelp-options-example-complex\";i:4982;s:25:\"apihelp-paraminfo-summary\";i:4983;s:31:\"apihelp-paraminfo-param-modules\";i:4984;s:34:\"apihelp-paraminfo-param-helpformat\";i:4985;s:36:\"apihelp-paraminfo-param-querymodules\";i:4986;s:34:\"apihelp-paraminfo-param-mainmodule\";i:4987;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:4988;s:37:\"apihelp-paraminfo-param-formatmodules\";i:4989;s:27:\"apihelp-paraminfo-example-1\";i:4990;s:27:\"apihelp-paraminfo-example-2\";i:4991;s:21:\"apihelp-parse-summary\";i:4992;s:25:\"apihelp-parse-param-title\";i:4993;s:24:\"apihelp-parse-param-text\";i:4994;s:25:\"apihelp-parse-param-revid\";i:4995;s:27:\"apihelp-parse-param-summary\";i:4996;s:24:\"apihelp-parse-param-page\";i:4997;s:26:\"apihelp-parse-param-pageid\";i:4998;s:29:\"apihelp-parse-param-redirects\";i:4999;s:25:\"apihelp-parse-param-oldid\";i:5000;s:24:\"apihelp-parse-param-prop\";i:5001;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5002;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5003;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5004;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5005;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5006;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5007;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5008;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5009;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5010;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5011;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5012;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5013;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5014;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5015;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5016;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5017;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5018;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5019;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5020;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5021;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5022;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5023;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5024;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5025;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5026;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5027;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5028;s:23:\"apihelp-parse-param-pst\";i:5029;s:27:\"apihelp-parse-param-onlypst\";i:5030;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5031;s:27:\"apihelp-parse-param-section\";i:5032;s:32:\"apihelp-parse-param-sectiontitle\";i:5033;s:38:\"apihelp-parse-param-disablelimitreport\";i:5034;s:29:\"apihelp-parse-param-disablepp\";i:5035;s:38:\"apihelp-parse-param-disableeditsection\";i:5036;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5037;s:36:\"apihelp-parse-param-showstrategykeys\";i:5038;s:31:\"apihelp-parse-param-generatexml\";i:5039;s:27:\"apihelp-parse-param-preview\";i:5040;s:34:\"apihelp-parse-param-sectionpreview\";i:5041;s:30:\"apihelp-parse-param-disabletoc\";i:5042;s:27:\"apihelp-parse-param-useskin\";i:5043;s:33:\"apihelp-parse-param-contentformat\";i:5044;s:32:\"apihelp-parse-param-contentmodel\";i:5045;s:26:\"apihelp-parse-example-page\";i:5046;s:26:\"apihelp-parse-example-text\";i:5047;s:31:\"apihelp-parse-example-texttitle\";i:5048;s:29:\"apihelp-parse-example-summary\";i:5049;s:22:\"apihelp-patrol-summary\";i:5050;s:25:\"apihelp-patrol-param-rcid\";i:5051;s:26:\"apihelp-patrol-param-revid\";i:5052;s:25:\"apihelp-patrol-param-tags\";i:5053;s:27:\"apihelp-patrol-example-rcid\";i:5054;s:28:\"apihelp-patrol-example-revid\";i:5055;s:23:\"apihelp-protect-summary\";i:5056;s:27:\"apihelp-protect-param-title\";i:5057;s:28:\"apihelp-protect-param-pageid\";i:5058;s:33:\"apihelp-protect-param-protections\";i:5059;s:28:\"apihelp-protect-param-expiry\";i:5060;s:28:\"apihelp-protect-param-reason\";i:5061;s:26:\"apihelp-protect-param-tags\";i:5062;s:29:\"apihelp-protect-param-cascade\";i:5063;s:27:\"apihelp-protect-param-watch\";i:5064;s:31:\"apihelp-protect-param-watchlist\";i:5065;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5066;s:31:\"apihelp-protect-example-protect\";i:5067;s:33:\"apihelp-protect-example-unprotect\";i:5068;s:34:\"apihelp-protect-example-unprotect2\";i:5069;s:21:\"apihelp-purge-summary\";i:5070;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5071;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5072;s:28:\"apihelp-purge-example-simple\";i:5073;s:31:\"apihelp-purge-example-generator\";i:5074;s:21:\"apihelp-query-summary\";i:5075;s:34:\"apihelp-query-extended-description\";i:5076;s:24:\"apihelp-query-param-prop\";i:5077;s:24:\"apihelp-query-param-list\";i:5078;s:24:\"apihelp-query-param-meta\";i:5079;s:32:\"apihelp-query-param-indexpageids\";i:5080;s:26:\"apihelp-query-param-export\";i:5081;s:32:\"apihelp-query-param-exportnowrap\";i:5082;s:32:\"apihelp-query-param-exportschema\";i:5083;s:25:\"apihelp-query-param-iwurl\";i:5084;s:31:\"apihelp-query-param-rawcontinue\";i:5085;s:31:\"apihelp-query-example-revisions\";i:5086;s:30:\"apihelp-query-example-allpages\";i:5087;s:35:\"apihelp-query+allcategories-summary\";i:5088;s:38:\"apihelp-query+allcategories-param-from\";i:5089;s:36:\"apihelp-query+allcategories-param-to\";i:5090;s:40:\"apihelp-query+allcategories-param-prefix\";i:5091;s:37:\"apihelp-query+allcategories-param-dir\";i:5092;s:37:\"apihelp-query+allcategories-param-min\";i:5093;s:37:\"apihelp-query+allcategories-param-max\";i:5094;s:39:\"apihelp-query+allcategories-param-limit\";i:5095;s:38:\"apihelp-query+allcategories-param-prop\";i:5096;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5097;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5098;s:40:\"apihelp-query+allcategories-example-size\";i:5099;s:45:\"apihelp-query+allcategories-example-generator\";i:5100;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5101;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5102;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:5103;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5104;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5105;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:5106;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5107;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5108;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5109;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5110;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5111;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5112;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5113;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5114;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5115;s:35:\"apihelp-query+allfileusages-summary\";i:5116;s:38:\"apihelp-query+allfileusages-param-from\";i:5117;s:36:\"apihelp-query+allfileusages-param-to\";i:5118;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5119;s:38:\"apihelp-query+allfileusages-param-prop\";i:5120;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5121;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5122;s:39:\"apihelp-query+allfileusages-param-limit\";i:5123;s:37:\"apihelp-query+allfileusages-param-dir\";i:5124;s:37:\"apihelp-query+allfileusages-example-b\";i:5125;s:42:\"apihelp-query+allfileusages-example-unique\";i:5126;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5127;s:45:\"apihelp-query+allfileusages-example-generator\";i:5128;s:31:\"apihelp-query+allimages-summary\";i:5129;s:34:\"apihelp-query+allimages-param-sort\";i:5130;s:33:\"apihelp-query+allimages-param-dir\";i:5131;s:34:\"apihelp-query+allimages-param-from\";i:5132;s:32:\"apihelp-query+allimages-param-to\";i:5133;s:35:\"apihelp-query+allimages-param-start\";i:5134;s:33:\"apihelp-query+allimages-param-end\";i:5135;s:36:\"apihelp-query+allimages-param-prefix\";i:5136;s:37:\"apihelp-query+allimages-param-minsize\";i:5137;s:37:\"apihelp-query+allimages-param-maxsize\";i:5138;s:34:\"apihelp-query+allimages-param-sha1\";i:5139;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5140;s:34:\"apihelp-query+allimages-param-user\";i:5141;s:40:\"apihelp-query+allimages-param-filterbots\";i:5142;s:34:\"apihelp-query+allimages-param-mime\";i:5143;s:35:\"apihelp-query+allimages-param-limit\";i:5144;s:33:\"apihelp-query+allimages-example-b\";i:5145;s:38:\"apihelp-query+allimages-example-recent\";i:5146;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5147;s:41:\"apihelp-query+allimages-example-generator\";i:5148;s:30:\"apihelp-query+alllinks-summary\";i:5149;s:33:\"apihelp-query+alllinks-param-from\";i:5150;s:31:\"apihelp-query+alllinks-param-to\";i:5151;s:35:\"apihelp-query+alllinks-param-prefix\";i:5152;s:33:\"apihelp-query+alllinks-param-prop\";i:5153;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5154;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5155;s:38:\"apihelp-query+alllinks-param-namespace\";i:5156;s:34:\"apihelp-query+alllinks-param-limit\";i:5157;s:32:\"apihelp-query+alllinks-param-dir\";i:5158;s:32:\"apihelp-query+alllinks-example-b\";i:5159;s:37:\"apihelp-query+alllinks-example-unique\";i:5160;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5161;s:40:\"apihelp-query+alllinks-example-generator\";i:5162;s:33:\"apihelp-query+allmessages-summary\";i:5163;s:40:\"apihelp-query+allmessages-param-messages\";i:5164;s:36:\"apihelp-query+allmessages-param-prop\";i:5165;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5166;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5167;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5168;s:36:\"apihelp-query+allmessages-param-args\";i:5169;s:38:\"apihelp-query+allmessages-param-filter\";i:5170;s:42:\"apihelp-query+allmessages-param-customised\";i:5171;s:36:\"apihelp-query+allmessages-param-lang\";i:5172;s:36:\"apihelp-query+allmessages-param-from\";i:5173;s:34:\"apihelp-query+allmessages-param-to\";i:5174;s:37:\"apihelp-query+allmessages-param-title\";i:5175;s:38:\"apihelp-query+allmessages-param-prefix\";i:5176;s:37:\"apihelp-query+allmessages-example-ipb\";i:5177;s:36:\"apihelp-query+allmessages-example-de\";i:5178;s:30:\"apihelp-query+allpages-summary\";i:5179;s:33:\"apihelp-query+allpages-param-from\";i:5180;s:31:\"apihelp-query+allpages-param-to\";i:5181;s:35:\"apihelp-query+allpages-param-prefix\";i:5182;s:38:\"apihelp-query+allpages-param-namespace\";i:5183;s:40:\"apihelp-query+allpages-param-filterredir\";i:5184;s:36:\"apihelp-query+allpages-param-minsize\";i:5185;s:36:\"apihelp-query+allpages-param-maxsize\";i:5186;s:35:\"apihelp-query+allpages-param-prtype\";i:5187;s:36:\"apihelp-query+allpages-param-prlevel\";i:5188;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5189;s:34:\"apihelp-query+allpages-param-limit\";i:5190;s:32:\"apihelp-query+allpages-param-dir\";i:5191;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5192;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5193;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5194;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5195;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5196;s:32:\"apihelp-query+allpages-example-b\";i:5197;s:40:\"apihelp-query+allpages-example-generator\";i:5198;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5199;s:34:\"apihelp-query+allredirects-summary\";i:5200;s:37:\"apihelp-query+allredirects-param-from\";i:5201;s:35:\"apihelp-query+allredirects-param-to\";i:5202;s:39:\"apihelp-query+allredirects-param-prefix\";i:5203;s:39:\"apihelp-query+allredirects-param-unique\";i:5204;s:37:\"apihelp-query+allredirects-param-prop\";i:5205;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5206;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:5207;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5208;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5209;s:42:\"apihelp-query+allredirects-param-namespace\";i:5210;s:38:\"apihelp-query+allredirects-param-limit\";i:5211;s:36:\"apihelp-query+allredirects-param-dir\";i:5212;s:36:\"apihelp-query+allredirects-example-b\";i:5213;s:41:\"apihelp-query+allredirects-example-unique\";i:5214;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5215;s:44:\"apihelp-query+allredirects-example-generator\";i:5216;s:34:\"apihelp-query+allrevisions-summary\";i:5217;s:38:\"apihelp-query+allrevisions-param-start\";i:5218;s:36:\"apihelp-query+allrevisions-param-end\";i:5219;s:37:\"apihelp-query+allrevisions-param-user\";i:5220;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5221;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5222;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5223;s:39:\"apihelp-query+allrevisions-example-user\";i:5224;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5225;s:36:\"apihelp-query+mystashedfiles-summary\";i:5226;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5227;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5228;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5229;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:5230;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5231;s:38:\"apihelp-query+alltransclusions-summary\";i:5232;s:41:\"apihelp-query+alltransclusions-param-from\";i:5233;s:39:\"apihelp-query+alltransclusions-param-to\";i:5234;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5235;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5236;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5237;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:5238;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:5239;s:42:\"apihelp-query+alltransclusions-param-limit\";i:5240;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5241;s:40:\"apihelp-query+alltransclusions-example-b\";i:5242;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5243;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5244;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5245;s:30:\"apihelp-query+allusers-summary\";i:5246;s:33:\"apihelp-query+allusers-param-from\";i:5247;s:31:\"apihelp-query+allusers-param-to\";i:5248;s:35:\"apihelp-query+allusers-param-prefix\";i:5249;s:32:\"apihelp-query+allusers-param-dir\";i:5250;s:34:\"apihelp-query+allusers-param-group\";i:5251;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5252;s:35:\"apihelp-query+allusers-param-rights\";i:5253;s:33:\"apihelp-query+allusers-param-prop\";i:5254;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5255;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5256;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5257;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5258;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5259;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5260;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5261;s:34:\"apihelp-query+allusers-param-limit\";i:5262;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5263;s:40:\"apihelp-query+allusers-param-activeusers\";i:5264;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5265;s:32:\"apihelp-query+allusers-example-y\";i:5266;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5267;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5268;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5269;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5270;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5271;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5272;s:31:\"apihelp-query+backlinks-summary\";i:5273;s:35:\"apihelp-query+backlinks-param-title\";i:5274;s:36:\"apihelp-query+backlinks-param-pageid\";i:5275;s:39:\"apihelp-query+backlinks-param-namespace\";i:5276;s:33:\"apihelp-query+backlinks-param-dir\";i:5277;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5278;s:35:\"apihelp-query+backlinks-param-limit\";i:5279;s:38:\"apihelp-query+backlinks-param-redirect\";i:5280;s:38:\"apihelp-query+backlinks-example-simple\";i:5281;s:41:\"apihelp-query+backlinks-example-generator\";i:5282;s:28:\"apihelp-query+blocks-summary\";i:5283;s:32:\"apihelp-query+blocks-param-start\";i:5284;s:30:\"apihelp-query+blocks-param-end\";i:5285;s:30:\"apihelp-query+blocks-param-ids\";i:5286;s:32:\"apihelp-query+blocks-param-users\";i:5287;s:29:\"apihelp-query+blocks-param-ip\";i:5288;s:32:\"apihelp-query+blocks-param-limit\";i:5289;s:31:\"apihelp-query+blocks-param-prop\";i:5290;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5291;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5292;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5293;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5294;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5295;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5296;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5297;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5298;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5299;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:5300;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5301;s:31:\"apihelp-query+blocks-param-show\";i:5302;s:35:\"apihelp-query+blocks-example-simple\";i:5303;s:34:\"apihelp-query+blocks-example-users\";i:5304;s:32:\"apihelp-query+categories-summary\";i:5305;s:35:\"apihelp-query+categories-param-prop\";i:5306;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5307;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5308;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5309;s:35:\"apihelp-query+categories-param-show\";i:5310;s:36:\"apihelp-query+categories-param-limit\";i:5311;s:41:\"apihelp-query+categories-param-categories\";i:5312;s:34:\"apihelp-query+categories-param-dir\";i:5313;s:39:\"apihelp-query+categories-example-simple\";i:5314;s:42:\"apihelp-query+categories-example-generator\";i:5315;s:34:\"apihelp-query+categoryinfo-summary\";i:5316;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5317;s:37:\"apihelp-query+categorymembers-summary\";i:5318;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5319;s:40:\"apihelp-query+categorymembers-param-prop\";i:5320;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:5321;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5322;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5323;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5324;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5325;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5326;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5327;s:40:\"apihelp-query+categorymembers-param-type\";i:5328;s:41:\"apihelp-query+categorymembers-param-limit\";i:5329;s:40:\"apihelp-query+categorymembers-param-sort\";i:5330;s:39:\"apihelp-query+categorymembers-param-dir\";i:5331;s:41:\"apihelp-query+categorymembers-param-start\";i:5332;s:39:\"apihelp-query+categorymembers-param-end\";i:5333;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5334;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5335;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5336;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5337;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5338;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5339;s:44:\"apihelp-query+categorymembers-example-simple\";i:5340;s:47:\"apihelp-query+categorymembers-example-generator\";i:5341;s:34:\"apihelp-query+contributors-summary\";i:5342;s:38:\"apihelp-query+contributors-param-group\";i:5343;s:46:\"apihelp-query+contributors-param-excluderights\";i:5344;s:38:\"apihelp-query+contributors-param-limit\";i:5345;s:41:\"apihelp-query+contributors-example-simple\";i:5346;s:38:\"apihelp-query+deletedrevisions-summary\";i:5347;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5348;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5349;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5350;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5351;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5352;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5353;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5354;s:33:\"apihelp-query+deletedrevs-summary\";i:5355;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5356;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5357;s:37:\"apihelp-query+deletedrevs-param-start\";i:5358;s:35:\"apihelp-query+deletedrevs-param-end\";i:5359;s:36:\"apihelp-query+deletedrevs-param-from\";i:5360;s:34:\"apihelp-query+deletedrevs-param-to\";i:5361;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5362;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5363;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5364;s:36:\"apihelp-query+deletedrevs-param-user\";i:5365;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5366;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5367;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5368;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5369;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5370;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5371;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5372;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5373;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5374;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:5375;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:5376;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:5377;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:5378;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:5379;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:5380;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:5381;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:5382;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:5383;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:5384;s:30:\"apihelp-query+disabled-summary\";i:5385;s:36:\"apihelp-query+duplicatefiles-summary\";i:5386;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:5387;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:5388;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:5389;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:5390;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:5391;s:32:\"apihelp-query+embeddedin-summary\";i:5392;s:36:\"apihelp-query+embeddedin-param-title\";i:5393;s:37:\"apihelp-query+embeddedin-param-pageid\";i:5394;s:40:\"apihelp-query+embeddedin-param-namespace\";i:5395;s:34:\"apihelp-query+embeddedin-param-dir\";i:5396;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:5397;s:36:\"apihelp-query+embeddedin-param-limit\";i:5398;s:39:\"apihelp-query+embeddedin-example-simple\";i:5399;s:42:\"apihelp-query+embeddedin-example-generator\";i:5400;s:30:\"apihelp-query+extlinks-summary\";i:5401;s:34:\"apihelp-query+extlinks-param-limit\";i:5402;s:34:\"apihelp-query+extlinks-param-query\";i:5403;s:38:\"apihelp-query+extlinks-param-expandurl\";i:5404;s:37:\"apihelp-query+extlinks-example-simple\";i:5405;s:33:\"apihelp-query+exturlusage-summary\";i:5406;s:36:\"apihelp-query+exturlusage-param-prop\";i:5407;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:5408;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:5409;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:5410;s:37:\"apihelp-query+exturlusage-param-query\";i:5411;s:41:\"apihelp-query+exturlusage-param-namespace\";i:5412;s:37:\"apihelp-query+exturlusage-param-limit\";i:5413;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:5414;s:40:\"apihelp-query+exturlusage-example-simple\";i:5415;s:33:\"apihelp-query+filearchive-summary\";i:5416;s:36:\"apihelp-query+filearchive-param-from\";i:5417;s:34:\"apihelp-query+filearchive-param-to\";i:5418;s:38:\"apihelp-query+filearchive-param-prefix\";i:5419;s:37:\"apihelp-query+filearchive-param-limit\";i:5420;s:35:\"apihelp-query+filearchive-param-dir\";i:5421;s:36:\"apihelp-query+filearchive-param-sha1\";i:5422;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:5423;s:36:\"apihelp-query+filearchive-param-prop\";i:5424;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:5425;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:5426;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:5427;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:5428;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:5429;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:5430;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:5431;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:5432;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:5433;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:5434;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:5435;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:5436;s:40:\"apihelp-query+filearchive-example-simple\";i:5437;s:34:\"apihelp-query+filerepoinfo-summary\";i:5438;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:5439;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:5440;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:5441;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:5442;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:5443;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:5444;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:5445;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:5446;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:5447;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:5448;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:5449;s:31:\"apihelp-query+fileusage-summary\";i:5450;s:34:\"apihelp-query+fileusage-param-prop\";i:5451;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:5452;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:5453;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:5454;s:39:\"apihelp-query+fileusage-param-namespace\";i:5455;s:35:\"apihelp-query+fileusage-param-limit\";i:5456;s:34:\"apihelp-query+fileusage-param-show\";i:5457;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:5458;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:5459;s:38:\"apihelp-query+fileusage-example-simple\";i:5460;s:41:\"apihelp-query+fileusage-example-generator\";i:5461;s:31:\"apihelp-query+imageinfo-summary\";i:5462;s:34:\"apihelp-query+imageinfo-param-prop\";i:5463;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:5464;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:5465;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:5466;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:5467;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:5468;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:5469;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:5470;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:5471;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:5472;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:5473;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:5474;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:5475;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:5476;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:5477;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:5478;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:5479;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:5480;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:5481;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:5482;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:5483;s:35:\"apihelp-query+imageinfo-param-limit\";i:5484;s:35:\"apihelp-query+imageinfo-param-start\";i:5485;s:33:\"apihelp-query+imageinfo-param-end\";i:5486;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:5487;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:5488;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:5489;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:5490;s:39:\"apihelp-query+imageinfo-param-localonly\";i:5491;s:38:\"apihelp-query+imageinfo-example-simple\";i:5492;s:37:\"apihelp-query+imageinfo-example-dated\";i:5493;s:28:\"apihelp-query+images-summary\";i:5494;s:32:\"apihelp-query+images-param-limit\";i:5495;s:33:\"apihelp-query+images-param-images\";i:5496;s:30:\"apihelp-query+images-param-dir\";i:5497;s:35:\"apihelp-query+images-example-simple\";i:5498;s:38:\"apihelp-query+images-example-generator\";i:5499;s:32:\"apihelp-query+imageusage-summary\";i:5500;s:36:\"apihelp-query+imageusage-param-title\";i:5501;s:37:\"apihelp-query+imageusage-param-pageid\";i:5502;s:40:\"apihelp-query+imageusage-param-namespace\";i:5503;s:34:\"apihelp-query+imageusage-param-dir\";i:5504;s:39:\"apihelp-query+imageusage-param-redirect\";i:5505;s:39:\"apihelp-query+imageusage-example-simple\";i:5506;s:42:\"apihelp-query+imageusage-example-generator\";i:5507;s:26:\"apihelp-query+info-summary\";i:5508;s:29:\"apihelp-query+info-param-prop\";i:5509;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:5510;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:5511;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:5512;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:5513;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:5514;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:5515;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:5516;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:5517;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:5518;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:5519;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:5520;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:5521;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:5522;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:5523;s:36:\"apihelp-query+info-param-linkcontext\";i:5524;s:36:\"apihelp-query+info-param-testactions\";i:5525;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:5526;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:5527;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:5528;s:33:\"apihelp-query+info-example-simple\";i:5529;s:37:\"apihelp-query+info-example-protection\";i:5530;s:33:\"apihelp-query+iwbacklinks-summary\";i:5531;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:5532;s:37:\"apihelp-query+iwbacklinks-param-title\";i:5533;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:5534;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:5535;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:5536;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:5537;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:5538;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:5539;s:29:\"apihelp-query+iwlinks-summary\";i:5540;s:32:\"apihelp-query+iwlinks-param-prop\";i:5541;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:5542;s:33:\"apihelp-query+iwlinks-param-limit\";i:5543;s:34:\"apihelp-query+iwlinks-param-prefix\";i:5544;s:33:\"apihelp-query+iwlinks-param-title\";i:5545;s:31:\"apihelp-query+iwlinks-param-dir\";i:5546;s:36:\"apihelp-query+iwlinks-example-simple\";i:5547;s:35:\"apihelp-query+langbacklinks-summary\";i:5548;s:48:\"apihelp-query+langbacklinks-extended-description\";i:5549;s:38:\"apihelp-query+langbacklinks-param-lang\";i:5550;s:39:\"apihelp-query+langbacklinks-param-title\";i:5551;s:39:\"apihelp-query+langbacklinks-param-limit\";i:5552;s:38:\"apihelp-query+langbacklinks-param-prop\";i:5553;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:5554;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:5555;s:37:\"apihelp-query+langbacklinks-param-dir\";i:5556;s:42:\"apihelp-query+langbacklinks-example-simple\";i:5557;s:45:\"apihelp-query+langbacklinks-example-generator\";i:5558;s:31:\"apihelp-query+langlinks-summary\";i:5559;s:35:\"apihelp-query+langlinks-param-limit\";i:5560;s:33:\"apihelp-query+langlinks-param-url\";i:5561;s:34:\"apihelp-query+langlinks-param-prop\";i:5562;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:5563;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:5564;s:34:\"apihelp-query+langlinks-param-lang\";i:5565;s:35:\"apihelp-query+langlinks-param-title\";i:5566;s:33:\"apihelp-query+langlinks-param-dir\";i:5567;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:5568;s:34:\"apihelp-query+languageinfo-summary\";i:5569;s:47:\"apihelp-query+languageinfo-extended-description\";i:5570;s:37:\"apihelp-query+languageinfo-param-prop\";i:5571;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:5572;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:5573;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:5574;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:5575;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:5576;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:5577;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:5578;s:37:\"apihelp-query+languageinfo-param-code\";i:5579;s:41:\"apihelp-query+languageinfo-example-simple\";i:5580;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:5581;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:5582;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:5583;s:27:\"apihelp-query+links-summary\";i:5584;s:35:\"apihelp-query+links-param-namespace\";i:5585;s:31:\"apihelp-query+links-param-limit\";i:5586;s:32:\"apihelp-query+links-param-titles\";i:5587;s:29:\"apihelp-query+links-param-dir\";i:5588;s:34:\"apihelp-query+links-example-simple\";i:5589;s:37:\"apihelp-query+links-example-generator\";i:5590;s:31:\"apihelp-query+linkshere-summary\";i:5591;s:34:\"apihelp-query+linkshere-param-prop\";i:5592;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:5593;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:5594;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:5595;s:39:\"apihelp-query+linkshere-param-namespace\";i:5596;s:35:\"apihelp-query+linkshere-param-limit\";i:5597;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:5598;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:5599;s:38:\"apihelp-query+linkshere-example-simple\";i:5600;s:31:\"apihelp-query+logevents-summary\";i:5601;s:34:\"apihelp-query+logevents-param-prop\";i:5602;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:5603;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:5604;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:5605;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:5606;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:5607;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:5608;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:5609;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:5610;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:5611;s:34:\"apihelp-query+logevents-param-type\";i:5612;s:35:\"apihelp-query+logevents-param-start\";i:5613;s:33:\"apihelp-query+logevents-param-end\";i:5614;s:35:\"apihelp-query+logevents-param-title\";i:5615;s:36:\"apihelp-query+logevents-param-prefix\";i:5616;s:33:\"apihelp-query+logevents-param-tag\";i:5617;s:35:\"apihelp-query+logevents-param-limit\";i:5618;s:38:\"apihelp-query+logevents-example-simple\";i:5619;s:39:\"apihelp-query+pagepropnames-param-limit\";i:5620;s:42:\"apihelp-query+pagepropnames-example-simple\";i:5621;s:35:\"apihelp-query+pageswithprop-summary\";i:5622;s:38:\"apihelp-query+pageswithprop-param-prop\";i:5623;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:5624;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:5625;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:5626;s:39:\"apihelp-query+pageswithprop-param-limit\";i:5627;s:37:\"apihelp-query+pageswithprop-param-dir\";i:5628;s:34:\"apihelp-query+prefixsearch-summary\";i:5629;s:39:\"apihelp-query+prefixsearch-param-search\";i:5630;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:5631;s:38:\"apihelp-query+prefixsearch-param-limit\";i:5632;s:39:\"apihelp-query+prefixsearch-param-offset\";i:5633;s:41:\"apihelp-query+prefixsearch-example-simple\";i:5634;s:40:\"apihelp-query+prefixsearch-param-profile\";i:5635;s:37:\"apihelp-query+protectedtitles-summary\";i:5636;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:5637;s:41:\"apihelp-query+protectedtitles-param-level\";i:5638;s:41:\"apihelp-query+protectedtitles-param-limit\";i:5639;s:41:\"apihelp-query+protectedtitles-param-start\";i:5640;s:39:\"apihelp-query+protectedtitles-param-end\";i:5641;s:40:\"apihelp-query+protectedtitles-param-prop\";i:5642;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:5643;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:5644;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:5645;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:5646;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:5647;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:5648;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:5649;s:44:\"apihelp-query+protectedtitles-example-simple\";i:5650;s:47:\"apihelp-query+protectedtitles-example-generator\";i:5651;s:34:\"apihelp-query+querypage-param-page\";i:5652;s:35:\"apihelp-query+querypage-param-limit\";i:5653;s:44:\"apihelp-query+querypage-example-ancientpages\";i:5654;s:28:\"apihelp-query+random-summary\";i:5655;s:36:\"apihelp-query+random-param-namespace\";i:5656;s:32:\"apihelp-query+random-param-limit\";i:5657;s:35:\"apihelp-query+random-param-redirect\";i:5658;s:38:\"apihelp-query+random-param-filterredir\";i:5659;s:35:\"apihelp-query+random-example-simple\";i:5660;s:38:\"apihelp-query+random-example-generator\";i:5661;s:35:\"apihelp-query+recentchanges-summary\";i:5662;s:39:\"apihelp-query+recentchanges-param-start\";i:5663;s:37:\"apihelp-query+recentchanges-param-end\";i:5664;s:38:\"apihelp-query+recentchanges-param-user\";i:5665;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:5666;s:37:\"apihelp-query+recentchanges-param-tag\";i:5667;s:38:\"apihelp-query+recentchanges-param-slot\";i:5668;s:38:\"apihelp-query+recentchanges-param-prop\";i:5669;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:5670;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:5671;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:5672;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:5673;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:5674;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:5675;s:39:\"apihelp-query+recentchanges-param-limit\";i:5676;s:38:\"apihelp-query+recentchanges-param-type\";i:5677;s:42:\"apihelp-query+recentchanges-example-simple\";i:5678;s:34:\"apihelp-query+redirects-param-prop\";i:5679;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:5680;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:5681;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:5682;s:39:\"apihelp-query+redirects-param-namespace\";i:5683;s:35:\"apihelp-query+redirects-param-limit\";i:5684;s:31:\"apihelp-query+revisions-summary\";i:5685;s:33:\"apihelp-query+revisions-param-end\";i:5686;s:34:\"apihelp-query+revisions-param-user\";i:5687;s:41:\"apihelp-query+revisions-param-excludeuser\";i:5688;s:33:\"apihelp-query+revisions-param-tag\";i:5689;s:39:\"apihelp-query+revisions+base-param-prop\";i:5690;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:5691;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:5692;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:5693;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:5694;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:5695;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:5696;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:5697;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:5698;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:5699;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:5700;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:5701;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:5702;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:5703;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:5704;s:28:\"apihelp-query+search-summary\";i:5705;s:31:\"apihelp-query+search-param-what\";i:5706;s:31:\"apihelp-query+search-param-info\";i:5707;s:31:\"apihelp-query+search-param-prop\";i:5708;s:36:\"apihelp-query+search-param-qiprofile\";i:5709;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:5710;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:5711;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:5712;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:5713;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:5714;s:32:\"apihelp-query+search-param-limit\";i:5715;s:31:\"apihelp-query+search-param-sort\";i:5716;s:35:\"apihelp-query+search-example-simple\";i:5717;s:33:\"apihelp-query+search-example-text\";i:5718;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:5719;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:5720;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:5721;s:37:\"apihelp-query+siteinfo-example-simple\";i:5722;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:5723;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:5724;s:43:\"apihelp-query+stashimageinfo-example-params\";i:5725;s:26:\"apihelp-query+tags-summary\";i:5726;s:29:\"apihelp-query+tags-param-prop\";i:5727;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:5728;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:5729;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:5730;s:33:\"apihelp-query+tags-example-simple\";i:5731;s:35:\"apihelp-query+templates-param-limit\";i:5732;s:33:\"apihelp-query+templates-param-dir\";i:5733;s:31:\"apihelp-query+tokens-param-type\";i:5734;s:38:\"apihelp-query+transcludedin-param-prop\";i:5735;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:5736;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:5737;s:34:\"apihelp-query+usercontribs-summary\";i:5738;s:38:\"apihelp-query+usercontribs-param-limit\";i:5739;s:38:\"apihelp-query+usercontribs-param-start\";i:5740;s:36:\"apihelp-query+usercontribs-param-end\";i:5741;s:37:\"apihelp-query+usercontribs-param-user\";i:5742;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:5743;s:40:\"apihelp-query+usercontribs-param-userids\";i:5744;s:40:\"apihelp-query+usercontribs-param-iprange\";i:5745;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:5746;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:5747;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:5748;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:5749;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:5750;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:5751;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:5752;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:5753;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:5754;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:5755;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:5756;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:5757;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:5758;s:37:\"apihelp-query+userinfo-example-simple\";i:5759;s:35:\"apihelp-query+userinfo-example-data\";i:5760;s:27:\"apihelp-query+users-summary\";i:5761;s:30:\"apihelp-query+users-param-prop\";i:5762;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:5763;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:5764;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:5765;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:5766;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:5767;s:31:\"apihelp-query+users-param-users\";i:5768;s:33:\"apihelp-query+users-param-userids\";i:5769;s:34:\"apihelp-query+users-example-simple\";i:5770;s:34:\"apihelp-query+watchlist-param-user\";i:5771;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:5772;s:34:\"apihelp-query+watchlist-param-prop\";i:5773;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:5774;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:5775;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:5776;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:5777;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:5778;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:5779;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:5780;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:5781;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:5782;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:5783;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:5784;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:5785;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:5786;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:5787;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:5788;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:5789;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:5790;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:5791;s:34:\"apihelp-query+watchlistraw-summary\";i:5792;s:37:\"apihelp-query+watchlistraw-param-prop\";i:5793;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:5794;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:5795;s:32:\"apihelp-resetpassword-param-user\";i:5796;s:30:\"apihelp-revisiondelete-summary\";i:5797;s:33:\"apihelp-revisiondelete-param-hide\";i:5798;s:33:\"apihelp-revisiondelete-param-show\";i:5799;s:33:\"apihelp-revisiondelete-param-tags\";i:5800;s:24:\"apihelp-rollback-summary\";i:5801;s:19:\"apihelp-rsd-summary\";i:5802;s:26:\"apihelp-rsd-example-simple\";i:5803;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:5804;s:31:\"apihelp-setpagelanguage-summary\";i:5805;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:5806;s:35:\"apihelp-setpagelanguage-param-title\";i:5807;s:36:\"apihelp-setpagelanguage-param-pageid\";i:5808;s:34:\"apihelp-setpagelanguage-param-lang\";i:5809;s:36:\"apihelp-setpagelanguage-param-reason\";i:5810;s:34:\"apihelp-setpagelanguage-param-tags\";i:5811;s:40:\"apihelp-setpagelanguage-example-language\";i:5812;s:39:\"apihelp-setpagelanguage-example-default\";i:5813;s:29:\"apihelp-stashedit-param-title\";i:5814;s:36:\"apihelp-stashedit-param-sectiontitle\";i:5815;s:28:\"apihelp-stashedit-param-text\";i:5816;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:5817;s:36:\"apihelp-stashedit-param-contentmodel\";i:5818;s:31:\"apihelp-stashedit-param-summary\";i:5819;s:24:\"apihelp-tag-param-reason\";i:5820;s:22:\"apihelp-tag-param-tags\";i:5821;s:23:\"apihelp-unblock-summary\";i:5822;s:24:\"apihelp-unblock-param-id\";i:5823;s:26:\"apihelp-unblock-param-user\";i:5824;s:28:\"apihelp-unblock-param-reason\";i:5825;s:26:\"apihelp-unblock-param-tags\";i:5826;s:26:\"apihelp-unblock-example-id\";i:5827;s:28:\"apihelp-unblock-example-user\";i:5828;s:28:\"apihelp-undelete-param-title\";i:5829;s:29:\"apihelp-undelete-param-reason\";i:5830;s:27:\"apihelp-undelete-param-tags\";i:5831;s:35:\"apihelp-undelete-param-undeletetalk\";i:5832;s:29:\"apihelp-undelete-example-page\";i:5833;s:29:\"apihelp-upload-param-filename\";i:5834;s:25:\"apihelp-upload-param-tags\";i:5835;s:25:\"apihelp-upload-param-text\";i:5836;s:26:\"apihelp-upload-param-watch\";i:5837;s:35:\"apihelp-upload-param-ignorewarnings\";i:5838;s:25:\"apihelp-upload-param-file\";i:5839;s:24:\"apihelp-upload-param-url\";i:5840;s:29:\"apihelp-upload-param-filesize\";i:5841;s:32:\"apihelp-upload-param-checkstatus\";i:5842;s:26:\"apihelp-upload-example-url\";i:5843;s:30:\"apihelp-upload-example-filekey\";i:5844;s:26:\"apihelp-userrights-summary\";i:5845;s:29:\"apihelp-userrights-param-user\";i:5846;s:31:\"apihelp-userrights-param-userid\";i:5847;s:28:\"apihelp-userrights-param-add\";i:5848;s:31:\"apihelp-userrights-param-remove\";i:5849;s:31:\"apihelp-userrights-param-reason\";i:5850;s:29:\"apihelp-userrights-param-tags\";i:5851;s:32:\"apihelp-validatepassword-summary\";i:5852;s:45:\"apihelp-validatepassword-extended-description\";i:5853;s:39:\"apihelp-validatepassword-param-password\";i:5854;s:35:\"apihelp-validatepassword-param-user\";i:5855;s:36:\"apihelp-validatepassword-param-email\";i:5856;s:39:\"apihelp-validatepassword-param-realname\";i:5857;s:34:\"apihelp-validatepassword-example-1\";i:5858;s:34:\"apihelp-validatepassword-example-2\";i:5859;s:27:\"apihelp-watch-example-watch\";i:5860;s:34:\"apihelp-watch-example-watch-expiry\";i:5861;s:29:\"apihelp-watch-example-unwatch\";i:5862;s:31:\"apihelp-watch-example-generator\";i:5863;s:30:\"apihelp-format-example-generic\";i:5864;s:20:\"apihelp-json-summary\";i:5865;s:27:\"apihelp-json-param-callback\";i:5866;s:23:\"apihelp-json-param-utf8\";i:5867;s:32:\"apihelp-json-param-formatversion\";i:5868;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:5869;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:5870;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:5871;s:22:\"apihelp-jsonfm-summary\";i:5872;s:20:\"apihelp-none-summary\";i:5873;s:19:\"apihelp-php-summary\";i:5874;s:31:\"apihelp-php-param-formatversion\";i:5875;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:5876;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:5877;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:5878;s:21:\"apihelp-phpfm-summary\";i:5879;s:21:\"apihelp-rawfm-summary\";i:5880;s:19:\"apihelp-xml-summary\";i:5881;s:22:\"apihelp-xml-param-xslt\";i:5882;s:37:\"apihelp-xml-param-includexmlnamespace\";i:5883;s:21:\"apihelp-xmlfm-summary\";i:5884;s:16:\"api-format-title\";i:5885;s:29:\"api-format-prettyprint-header\";i:5886;s:29:\"api-format-prettyprint-status\";i:5887;s:24:\"api-pageset-param-titles\";i:5888;s:25:\"api-pageset-param-pageids\";i:5889;s:24:\"api-pageset-param-revids\";i:5890;s:14:\"api-help-title\";i:5891;s:13:\"api-help-lead\";i:5892;s:20:\"api-help-main-header\";i:5893;s:28:\"api-help-undocumented-module\";i:5894;s:24:\"api-help-flag-deprecated\";i:5895;s:22:\"api-help-flag-internal\";i:5896;s:24:\"api-help-flag-readrights\";i:5897;s:25:\"api-help-flag-writerights\";i:5898;s:26:\"api-help-flag-mustbeposted\";i:5899;s:23:\"api-help-flag-generator\";i:5900;s:15:\"api-help-source\";i:5901;s:23:\"api-help-source-unknown\";i:5902;s:16:\"api-help-license\";i:5903;s:23:\"api-help-license-noname\";i:5904;s:24:\"api-help-license-unknown\";i:5905;s:19:\"api-help-parameters\";i:5906;s:24:\"api-help-parameters-note\";i:5907;s:25:\"api-help-param-deprecated\";i:5908;s:31:\"api-help-param-deprecated-label\";i:5909;s:23:\"api-help-param-internal\";i:5910;s:29:\"api-help-param-internal-label\";i:5911;s:24:\"api-help-param-templated\";i:5912;s:34:\"api-help-param-templated-var-first\";i:5913;s:28:\"api-help-param-templated-var\";i:5914;s:25:\"api-help-datatypes-header\";i:5915;s:24:\"api-help-datatype-expiry\";i:5916;s:31:\"api-help-templatedparams-header\";i:5917;s:25:\"api-help-param-type-limit\";i:5918;s:29:\"api-help-param-type-timestamp\";i:5919;s:24:\"api-help-param-type-enum\";i:5920;s:29:\"api-help-param-multi-separate\";i:5921;s:24:\"api-help-param-multi-all\";i:5922;s:28:\"api-help-param-default-empty\";i:5923;s:20:\"api-help-param-token\";i:5924;s:26:\"api-help-param-token-webui\";i:5925;s:37:\"api-help-param-disabled-in-miser-mode\";i:5926;s:23:\"api-help-param-continue\";i:5927;s:29:\"api-help-param-no-description\";i:5928;s:17:\"api-help-examples\";i:5929;s:20:\"api-help-permissions\";i:5930;s:31:\"api-help-permissions-granted-to\";i:5931;s:28:\"api-help-right-apihighlimits\";i:5932;s:27:\"api-help-open-in-apisandbox\";i:5933;s:40:\"api-help-authmanagerhelper-messageformat\";i:5934;s:32:\"apierror-bad-badfilecontexttitle\";i:5935;s:29:\"apierror-badgenerator-unknown\";i:5936;s:14:\"apierror-badip\";i:5937;s:15:\"apierror-badmd5\";i:5938;s:31:\"apierror-badmodule-badsubmodule\";i:5939;s:31:\"apierror-badmodule-nosubmodules\";i:5940;s:21:\"apierror-badparameter\";i:5941;s:17:\"apierror-badquery\";i:5942;s:24:\"apierror-blocked-partial\";i:5943;s:33:\"apierror-cannot-async-upload-file\";i:5944;s:33:\"apierror-compare-maintextrequired\";i:5945;s:31:\"apierror-compare-nofromrevision\";i:5946;s:23:\"apierror-compare-notext\";i:5947;s:29:\"apierror-compare-notorevision\";i:5948;s:36:\"apierror-compare-relative-to-deleted\";i:5949;s:22:\"apierror-contenttoobig\";i:5950;s:30:\"apierror-contentmodel-mismatch\";i:5951;s:18:\"apierror-emptypage\";i:5952;s:25:\"apierror-filedoesnotexist\";i:5953;s:28:\"apierror-import-unknownerror\";i:5954;s:25:\"apierror-invalid-file-key\";i:5955;s:23:\"apierror-invalidiprange\";i:5956;s:22:\"apierror-invalidmethod\";i:5957;s:23:\"apierror-invalidsection\";i:5958;s:21:\"apierror-invalidtitle\";i:5959;s:20:\"apierror-invaliduser\";i:5960;s:22:\"apierror-invaliduserid\";i:5961;s:21:\"apierror-ipoutofrange\";i:5962;s:17:\"apierror-maxbytes\";i:5963;s:17:\"apierror-maxchars\";i:5964;s:34:\"apierror-missingcontent-revid-role\";i:5965;s:28:\"apierror-missingtitle-byname\";i:5966;s:31:\"apierror-mustbeloggedin-generic\";i:5967;s:23:\"apierror-mustbeloggedin\";i:5968;s:19:\"apierror-noapiwrite\";i:5969;s:21:\"apierror-nosuchpageid\";i:5970;s:22:\"apierror-nosuchsection\";i:5971;s:27:\"apierror-nosuchsection-what\";i:5972;s:21:\"apierror-nosuchuserid\";i:5973;s:26:\"apierror-pagelang-disabled\";i:5974;s:19:\"apierror-paramempty\";i:5975;s:25:\"apierror-permissiondenied\";i:5976;s:33:\"apierror-permissiondenied-generic\";i:5977;s:30:\"apierror-protect-invalidaction\";i:5978;s:17:\"apierror-readonly\";i:5979;s:24:\"apierror-revisions-badid\";i:5980;s:21:\"apierror-revwrongpage\";i:5981;s:29:\"apierror-sectionreplacefailed\";i:5982;s:25:\"apierror-stashinvalidfile\";i:5983;s:27:\"apierror-stashnosuchfilekey\";i:5984;s:24:\"apierror-stashwrongowner\";i:5985;s:22:\"apierror-systemblocked\";i:5986;s:22:\"apierror-toomanyvalues\";i:5987;s:30:\"apierror-unknownerror-editpage\";i:5988;s:28:\"apierror-unknownerror-nocode\";i:5989;s:21:\"apierror-unknownerror\";i:5990;s:22:\"apierror-unknownformat\";i:5991;s:29:\"apierror-upload-missingresult\";i:5992;s:23:\"apiwarn-compare-no-next\";i:5993;s:23:\"apiwarn-compare-no-prev\";i:5994;s:32:\"apiwarn-deprecation-missingparam\";i:5995;s:29:\"apiwarn-deprecation-parameter\";i:5996;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:5997;s:23:\"apiwarn-invalidcategory\";i:5998;s:20:\"apiwarn-invalidtitle\";i:5999;s:15:\"apiwarn-notfile\";i:6000;s:30:\"apiwarn-parse-revidwithouttext\";i:6001;s:32:\"apiwarn-validationfailed-badpref\";i:6002;s:34:\"apiwarn-validationfailed-cannotset\";i:6003;s:35:\"apiwarn-validationfailed-keytoolong\";i:6004;s:37:\"apiwarn-validationfailed-valuetoolong\";i:6005;s:24:\"apiwarn-validationfailed\";i:6006;s:20:\"api-feed-error-title\";i:6007;s:16:\"api-usage-docref\";i:6008;s:25:\"api-usage-mailinglist-ref\";i:6009;s:19:\"api-exception-trace\";i:6010;s:18:\"api-credits-header\";i:6011;s:11:\"api-credits\";i:6012;s:20:\"rest-prefix-mismatch\";i:6013;s:17:\"rest-wrong-method\";i:6014;s:13:\"rest-no-match\";i:6015;s:22:\"rest-nonexistent-title\";i:6016;s:31:\"rest-nonexistent-title-revision\";i:6017;s:25:\"rest-nonexistent-revision\";i:6018;s:21:\"rest-nonexistent-user\";i:6019;s:17:\"rest-invalid-user\";i:6020;s:27:\"rest-permission-denied-anon\";i:6021;s:28:\"rest-permission-denied-title\";i:6022;s:31:\"rest-permission-denied-revision\";i:6023;s:28:\"rest-resource-limit-exceeded\";i:6024;s:36:\"rest-pagehistory-incompatible-params\";i:6025;s:34:\"rest-pagehistory-param-range-error\";i:6026;s:32:\"rest-pagehistory-timestamp-error\";i:6027;s:39:\"rest-pagehistorycount-type-unrecognized\";i:6028;s:40:\"rest-pagehistorycount-parameters-invalid\";i:6029;s:26:\"rest-compare-page-mismatch\";i:6030;s:30:\"rest-compare-permission-denied\";i:6031;s:24:\"rest-compare-nonexistent\";i:6032;s:25:\"rest-compare-inaccessible\";i:6033;s:26:\"rest-compare-wrong-content\";i:6034;s:22:\"rest-compare-wikidiff2\";i:6035;s:40:\"rest-pagehistorycount-too-many-revisions\";i:6036;s:17:\"rest-search-error\";i:6037;s:27:\"rest-page-source-type-error\";i:6038;s:16:\"rest-no-revision\";i:6039;s:25:\"rest-media-too-many-links\";i:6040;s:23:\"rest-html-backend-error\";i:6041;s:18:\"rest-bad-json-body\";i:6042;s:26:\"rest-json-body-parse-error\";i:6043;s:23:\"rest-missing-body-field\";i:6044;s:22:\"rest-bad-content-model\";i:6045;s:30:\"rest-update-cannot-create-page\";i:6046;s:26:\"rest-extraneous-csrf-token\";i:6047;s:21:\"rest-cannot-load-file\";i:6048;s:28:\"rest-cross-origin-anon-write\";i:6049;s:31:\"rest-requires-safe-against-csrf\";i:6050;s:13:\"rest-badtoken\";i:6051;s:30:\"ooui-outline-control-move-down\";i:6052;s:28:\"ooui-outline-control-move-up\";i:6053;s:27:\"ooui-outline-control-remove\";i:6054;s:17:\"ooui-toolbar-more\";i:6055;s:21:\"ooui-toolgroup-expand\";i:6056;s:23:\"ooui-toolgroup-collapse\";i:6057;s:16:\"ooui-item-remove\";i:6058;s:26:\"ooui-dialog-message-accept\";i:6059;s:26:\"ooui-dialog-message-reject\";i:6060;s:25:\"ooui-dialog-process-error\";i:6061;s:27:\"ooui-dialog-process-dismiss\";i:6062;s:25:\"ooui-dialog-process-retry\";i:6063;s:28:\"ooui-dialog-process-continue\";i:6064;s:26:\"ooui-combobox-button-label\";i:6065;s:29:\"ooui-selectfile-button-select\";i:6066;s:38:\"ooui-selectfile-button-select-multiple\";i:6067;s:29:\"ooui-selectfile-not-supported\";i:6068;s:27:\"ooui-selectfile-placeholder\";i:6069;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:6070;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:6071;s:41:\"ooui-popup-widget-close-button-aria-label\";i:6072;s:15:\"ooui-field-help\";i:6073;s:22:\"paramvalidator-badbool\";i:6074;s:24:\"paramvalidator-badexpiry\";i:6075;s:33:\"paramvalidator-badexpiry-duration\";i:6076;s:37:\"paramvalidator-badexpiry-duration-max\";i:6077;s:29:\"paramvalidator-badexpiry-past\";i:6078;s:23:\"paramvalidator-badfloat\";i:6079;s:33:\"paramvalidator-badfloat-notfinite\";i:6080;s:25:\"paramvalidator-badinteger\";i:6081;s:27:\"paramvalidator-badtimestamp\";i:6082;s:34:\"paramvalidator-badupload-cantwrite\";i:6083;s:33:\"paramvalidator-badupload-formsize\";i:6084;s:32:\"paramvalidator-badupload-inisize\";i:6085;s:31:\"paramvalidator-badupload-nofile\";i:6086;s:33:\"paramvalidator-badupload-notmpdir\";i:6087;s:34:\"paramvalidator-badupload-notupload\";i:6088;s:32:\"paramvalidator-badupload-partial\";i:6089;s:31:\"paramvalidator-badupload-phpext\";i:6090;s:33:\"paramvalidator-badvalue-enummulti\";i:6091;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:6092;s:31:\"paramvalidator-deprecated-value\";i:6093;s:26:\"paramvalidator-emptystring\";i:6094;s:23:\"paramvalidator-maxbytes\";i:6095;s:23:\"paramvalidator-maxchars\";i:6096;s:27:\"paramvalidator-missingparam\";i:6097;s:23:\"paramvalidator-notmulti\";i:6098;s:29:\"paramvalidator-outofrange-max\";i:6099;s:32:\"paramvalidator-outofrange-minmax\";i:6100;s:29:\"paramvalidator-outofrange-min\";i:6101;s:31:\"paramvalidator-param-deprecated\";i:6102;s:28:\"paramvalidator-toomanyvalues\";i:6103;s:34:\"paramvalidator-unclearnowtimestamp\";i:6104;s:33:\"paramvalidator-unrecognizedvalues\";i:6105;s:27:\"paramvalidator-help-default\";i:6106;s:33:\"paramvalidator-help-default-empty\";i:6107;s:30:\"paramvalidator-help-deprecated\";i:6108;s:34:\"paramvalidator-help-multi-separate\";i:6109;s:29:\"paramvalidator-help-multi-max\";i:6110;s:36:\"paramvalidator-help-multi-max-simple\";i:6111;s:29:\"paramvalidator-help-multi-all\";i:6112;s:28:\"paramvalidator-help-required\";i:6113;s:32:\"paramvalidator-help-type-boolean\";i:6114;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:6115;s:29:\"paramvalidator-help-type-enum\";i:6116;s:31:\"paramvalidator-help-type-expiry\";i:6117;s:30:\"paramvalidator-help-type-float\";i:6118;s:32:\"paramvalidator-help-type-integer\";i:6119;s:30:\"paramvalidator-help-type-limit\";i:6120;s:35:\"paramvalidator-help-type-number-max\";i:6121;s:38:\"paramvalidator-help-type-number-minmax\";i:6122;s:35:\"paramvalidator-help-type-number-min\";i:6123;s:40:\"paramvalidator-help-type-presenceboolean\";i:6124;s:40:\"paramvalidator-help-type-string-maxbytes\";i:6125;s:40:\"paramvalidator-help-type-string-maxchars\";i:6126;s:34:\"paramvalidator-help-type-timestamp\";i:6127;s:31:\"paramvalidator-help-type-upload\";i:6128;s:15:\"skinname-vector\";i:6129;s:20:\"skinname-vector-2022\";i:6130;s:16:\"vector-skin-desc\";i:6131;s:34:\"prefs-vector-enable-vector-1-label\";i:6132;s:33:\"prefs-vector-enable-vector-1-help\";i:6133;s:14:\"vector-opt-out\";i:6134;s:22:\"vector-opt-out-tooltip\";i:6135;s:10:\"vector.css\";i:6136;s:9:\"vector.js\";i:6137;s:28:\"vector-action-toggle-sidebar\";i:6138;s:16:\"vector-languages\";i:6139;s:33:\"vector-language-button-aria-label\";i:6140;s:31:\"vector-no-language-button-label\";i:6141;s:36:\"vector-no-language-button-aria-label\";i:6142;s:31:\"vector-language-redirect-to-top\";i:6143;s:38:\"vector-language-variant-switcher-label\";i:6144;s:23:\"vector-jumptonavigation\";i:6145;s:19:\"vector-jumptosearch\";i:6146;s:20:\"vector-jumptocontent\";i:6147;s:20:\"vector-search-loader\";i:6148;s:17:\"vector-intro-page\";i:6149;s:18:\"vector-toc-heading\";i:6150;s:34:\"vector-toc-toggle-position-sidebar\";i:6151;s:32:\"vector-toc-toggle-position-title\";i:6152;s:20:\"vector-toc-beginning\";i:6153;s:30:\"vector-toc-toggle-button-label\";i:6154;s:27:\"vector-anon-user-menu-pages\";i:6155;s:33:\"vector-anon-user-menu-pages-learn\";i:6156;s:33:\"vector-anon-user-menu-pages-label\";i:6157;s:24:\"vector-main-menu-tooltip\";i:6158;s:23:\"vector-toc-menu-tooltip\";i:6159;s:35:\"vector-toc-collapsible-button-label\";i:6160;s:30:\"vector-article-tools-nav-label\";i:6161;s:21:\"vector-site-nav-label\";i:6162;s:26:\"vector-2022-prefs-talkpage\";i:6163;s:35:\"tooltip-vector-anon-user-menu-title\";i:6164;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:6165;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:6166;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:6167;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:6168;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:6169;s:30:\"syntaxhighlight-error-category\";i:6170;s:35:\"syntaxhighlight-error-category-desc\";i:6171;s:32:\"syntaxhighlight-enclose-category\";i:6172;s:37:\"syntaxhighlight-enclose-category-desc\";i:6173;s:31:\"syntaxhighlight-source-category\";i:6174;s:36:\"syntaxhighlight-source-category-desc\";i:6175;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:6176;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:6177;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:6178;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:6179;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:6180;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:6181;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:6182;s:38:\"syntaxhighlight-error-unknown-language\";i:6183;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:6184;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:6185;s:22:\"action-mf-uploadbutton\";i:6186;s:20:\"beta-feature-minerva\";i:6187;s:32:\"beta-feature-minerva-description\";i:6188;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:6189;s:48:\"mobile-frontend-account-create-email-placeholder\";i:6190;s:37:\"mobile-frontend-account-create-submit\";i:6191;s:25:\"mobile-frontend-app-title\";i:6192;s:34:\"mobile-frontend-categories-heading\";i:6193;s:37:\"mobile-frontend-categories-subheading\";i:6194;s:32:\"mobile-frontend-categories-nocat\";i:6195;s:30:\"mobile-frontend-categories-add\";i:6196;s:33:\"mobile-frontend-categories-search\";i:6197;s:34:\"mobile-frontend-categories-nomatch\";i:6198;s:33:\"mobile-frontend-categories-nodata\";i:6199;s:34:\"mobile-frontend-categories-summary\";i:6200;s:38:\"mobile-frontend-categories-add-heading\";i:6201;s:35:\"mobile-frontend-categories-add-wait\";i:6202;s:33:\"mobile-frontend-categories-normal\";i:6203;s:33:\"mobile-frontend-categories-hidden\";i:6204;s:30:\"mobile-frontend-changeslist-ip\";i:6205;s:37:\"mobile-frontend-commons-category-view\";i:6206;s:36:\"mobile-frontend-contribution-summary\";i:6207;s:32:\"mobile-frontend-cookies-required\";i:6208;s:33:\"mobile-frontend-diffview-404-desc\";i:6209;s:34:\"mobile-frontend-diffview-404-title\";i:6210;s:34:\"mobile-frontend-diffview-anonymous\";i:6211;s:35:\"mobile-frontend-diffview-bytesadded\";i:6212;s:38:\"mobile-frontend-diffview-bytesnochange\";i:6213;s:37:\"mobile-frontend-diffview-bytesremoved\";i:6214;s:34:\"mobile-frontend-diffview-editcount\";i:6215;s:34:\"mobile-frontend-diffview-explained\";i:6216;s:30:\"mobile-frontend-diffview-title\";i:6217;s:33:\"mobile-frontend-donate-image-anon\";i:6218;s:36:\"mobile-frontend-donate-image-heading\";i:6219;s:41:\"mobile-frontend-donate-image-login-action\";i:6220;s:38:\"mobile-frontend-donate-image-nouploads\";i:6221;s:42:\"mobile-frontend-donate-image-signup-action\";i:6222;s:34:\"mobile-frontend-donate-image-title\";i:6223;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:6224;s:43:\"mobile-frontend-donate-photo-upload-success\";i:6225;s:29:\"mobile-frontend-drawer-cancel\";i:6226;s:31:\"mobile-frontend-pointer-dismiss\";i:6227;s:33:\"mobile-frontend-edit-login-action\";i:6228;s:34:\"mobile-frontend-edit-signup-action\";i:6229;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:6230;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:6231;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:6232;s:27:\"mobile-frontend-editor-anon\";i:6233;s:34:\"mobile-frontend-editor-anonwarning\";i:6234;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:6235;s:35:\"mobile-frontend-editor-blocked-info\";i:6236;s:29:\"mobile-frontend-editor-cancel\";i:6237;s:37:\"mobile-frontend-editor-cancel-confirm\";i:6238;s:40:\"mobile-frontend-editor-captcha-try-again\";i:6239;s:31:\"mobile-frontend-editor-continue\";i:6240;s:26:\"mobile-frontend-editor-cta\";i:6241;s:31:\"mobile-frontend-editor-disabled\";i:6242;s:30:\"mobile-frontend-editor-editing\";i:6243;s:35:\"mobile-frontend-editor-editing-page\";i:6244;s:28:\"mobile-frontend-editor-error\";i:6245;s:37:\"mobile-frontend-editor-error-conflict\";i:6246;s:36:\"mobile-frontend-editor-error-loading\";i:6247;s:36:\"mobile-frontend-editor-error-preview\";i:6248;s:35:\"mobile-frontend-editor-keep-editing\";i:6249;s:32:\"mobile-frontend-editor-licensing\";i:6250;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:6251;s:33:\"mobile-frontend-editor-terms-link\";i:6252;s:39:\"mobile-frontend-editor-new-page-confirm\";i:6253;s:37:\"mobile-frontend-editor-newpage-prompt\";i:6254;s:34:\"mobile-frontend-editor-placeholder\";i:6255;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:6256;s:38:\"mobile-frontend-editor-previewing-page\";i:6257;s:37:\"mobile-frontend-editor-redirect-title\";i:6258;s:27:\"mobile-frontend-editor-save\";i:6259;s:30:\"mobile-frontend-editor-success\";i:6260;s:41:\"mobile-frontend-editor-success-landmark-1\";i:6261;s:39:\"mobile-frontend-editor-success-new-page\";i:6262;s:42:\"mobile-frontend-editor-summary-placeholder\";i:6263;s:38:\"mobile-frontend-editor-summary-request\";i:6264;s:30:\"mobile-frontend-editor-summary\";i:6265;s:37:\"mobile-frontend-editor-switch-confirm\";i:6266;s:36:\"mobile-frontend-editor-switch-editor\";i:6267;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:6268;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:6269;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:6270;s:39:\"mobile-frontend-editor-tutorial-summary\";i:6271;s:34:\"mobile-frontend-editor-unavailable\";i:6272;s:39:\"mobile-frontend-editor-undo-unsupported\";i:6273;s:35:\"mobile-frontend-editor-uploadenable\";i:6274;s:42:\"mobile-frontend-editor-viewing-source-page\";i:6275;s:27:\"mobile-frontend-editor-wait\";i:6276;s:36:\"mobile-frontend-editor-redlink-leave\";i:6277;s:38:\"mobile-frontend-editor-redlink-explain\";i:6278;s:37:\"mobile-frontend-editor-redlink-create\";i:6279;s:27:\"mobile-frontend-editor-bold\";i:6280;s:29:\"mobile-frontend-editor-italic\";i:6281;s:32:\"mobile-frontend-editor-bold-text\";i:6282;s:34:\"mobile-frontend-editor-italic-text\";i:6283;s:32:\"mobile-frontend-editor-reference\";i:6284;s:39:\"mobile-frontend-editor-insert-reference\";i:6285;s:44:\"mobile-frontend-editor-reference-placeholder\";i:6286;s:36:\"mobile-frontend-editor-add-reference\";i:6287;s:43:\"mobile-frontend-expand-sections-description\";i:6288;s:38:\"mobile-frontend-expand-sections-status\";i:6289;s:32:\"mobile-frontend-fontchanger-link\";i:6290;s:32:\"mobile-frontend-fontchanger-desc\";i:6291;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:6292;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:6293;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:6294;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:6295;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:6296;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:6297;s:32:\"mobile-frontend-generic-404-desc\";i:6298;s:33:\"mobile-frontend-generic-404-title\";i:6299;s:33:\"mobile-frontend-generic-login-new\";i:6300;s:37:\"mobile-frontend-generic-signup-action\";i:6301;s:23:\"mobile-frontend-history\";i:6302;s:32:\"mobile-frontend-history-404-desc\";i:6303;s:33:\"mobile-frontend-history-404-title\";i:6304;s:34:\"mobile-frontend-history-no-results\";i:6305;s:36:\"mobile-frontend-image-cancel-confirm\";i:6306;s:38:\"mobile-frontend-image-heading-describe\";i:6307;s:31:\"mobile-frontend-image-uploading\";i:6308;s:32:\"mobile-frontend-language-heading\";i:6309;s:39:\"mobile-frontend-language-variant-header\";i:6310;s:34:\"mobile-frontend-languages-404-desc\";i:6311;s:35:\"mobile-frontend-languages-404-title\";i:6312;s:32:\"mobile-frontend-languages-header\";i:6313;s:37:\"mobile-frontend-languages-header-page\";i:6314;s:43:\"mobile-frontend-languages-nonexistent-title\";i:6315;s:30:\"mobile-frontend-languages-text\";i:6316;s:40:\"mobile-frontend-languages-variant-header\";i:6317;s:34:\"mobile-frontend-last-modified-days\";i:6318;s:35:\"mobile-frontend-last-modified-hours\";i:6319;s:38:\"mobile-frontend-last-modified-just-now\";i:6320;s:37:\"mobile-frontend-last-modified-minutes\";i:6321;s:36:\"mobile-frontend-last-modified-months\";i:6322;s:37:\"mobile-frontend-last-modified-seconds\";i:6323;s:44:\"mobile-frontend-last-modified-with-user-days\";i:6324;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:6325;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:6326;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:6327;s:46:\"mobile-frontend-last-modified-with-user-months\";i:6328;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:6329;s:45:\"mobile-frontend-last-modified-with-user-years\";i:6330;s:35:\"mobile-frontend-last-modified-years\";i:6331;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:6332;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:6333;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:6334;s:44:\"mobile-frontend-logged-in-toast-notification\";i:6335;s:25:\"mobile-frontend-main-menu\";i:6336;s:30:\"mobile-frontend-main-menu-back\";i:6337;s:36:\"mobile-frontend-main-menu-page-title\";i:6338;s:32:\"mobile-frontend-main-menu-upload\";i:6339;s:29:\"mobile-frontend-media-details\";i:6340;s:34:\"mobile-frontend-media-license-link\";i:6341;s:37:\"mobile-frontend-meta-data-issues-talk\";i:6342;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:6343;s:31:\"mobile-frontend-nearby-distance\";i:6344;s:38:\"mobile-frontend-nearby-distance-meters\";i:6345;s:28:\"mobile-frontend-nearby-error\";i:6346;s:37:\"mobile-frontend-nearby-error-guidance\";i:6347;s:30:\"mobile-frontend-nearby-loading\";i:6348;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:6349;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:6350;s:32:\"mobile-frontend-nearby-noresults\";i:6351;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:6352;s:33:\"mobile-frontend-nearby-permission\";i:6353;s:42:\"mobile-frontend-nearby-permission-guidance\";i:6354;s:30:\"mobile-frontend-nearby-refresh\";i:6355;s:35:\"mobile-frontend-nearby-requirements\";i:6356;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:6357;s:28:\"mobile-frontend-nearby-title\";i:6358;s:34:\"mobile-frontend-nearby-sectiontext\";i:6359;s:29:\"mobile-frontend-overlay-close\";i:6360;s:32:\"mobile-frontend-overlay-continue\";i:6361;s:42:\"mobile-frontend-page-menu-language-current\";i:6362;s:33:\"mobile-frontend-page-edit-summary\";i:6363;s:44:\"mobile-frontend-password-confirm-placeholder\";i:6364;s:44:\"mobile-frontend-photo-article-donate-comment\";i:6365;s:42:\"mobile-frontend-photo-article-edit-comment\";i:6366;s:41:\"mobile-frontend-photo-caption-placeholder\";i:6367;s:31:\"mobile-frontend-photo-licensing\";i:6368;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:6369;s:31:\"mobile-frontend-photo-ownership\";i:6370;s:39:\"mobile-frontend-photo-ownership-confirm\";i:6371;s:36:\"mobile-frontend-photo-ownership-help\";i:6372;s:28:\"mobile-frontend-photo-submit\";i:6373;s:28:\"mobile-frontend-photo-upload\";i:6374;s:33:\"mobile-frontend-photo-upload-anon\";i:6375;s:36:\"mobile-frontend-photo-upload-comment\";i:6376;s:36:\"mobile-frontend-photo-upload-copyvio\";i:6377;s:34:\"mobile-frontend-photo-upload-error\";i:6378;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:6379;s:43:\"mobile-frontend-photo-upload-error-filename\";i:6380;s:36:\"mobile-frontend-photo-upload-generic\";i:6381;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:6382;s:44:\"mobile-frontend-photo-upload-success-article\";i:6383;s:40:\"mobile-frontend-photo-upload-unavailable\";i:6384;s:39:\"mobile-frontend-photo-upload-user-count\";i:6385;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:6386;s:31:\"mobile-frontend-placeholder-app\";i:6387;s:32:\"mobile-frontend-placeholder-beta\";i:6388;s:40:\"mobile-frontend-profile-activity-heading\";i:6389;s:29:\"mobile-frontend-profile-error\";i:6390;s:38:\"mobile-frontend-profile-footer-ancient\";i:6391;s:35:\"mobile-frontend-profile-footer-days\";i:6392;s:37:\"mobile-frontend-profile-footer-months\";i:6393;s:36:\"mobile-frontend-profile-footer-years\";i:6394;s:33:\"mobile-frontend-profile-last-edit\";i:6395;s:34:\"mobile-frontend-profile-last-thank\";i:6396;s:30:\"mobile-frontend-profile-noargs\";i:6397;s:30:\"mobile-frontend-profile-nouser\";i:6398;s:29:\"mobile-frontend-profile-title\";i:6399;s:37:\"mobile-frontend-profile-userpage-link\";i:6400;s:32:\"mobile-frontend-profile-usertalk\";i:6401;s:35:\"mobile-frontend-references-citation\";i:6402;s:31:\"mobile-frontend-requires-mobile\";i:6403;s:30:\"mobile-frontend-requires-optin\";i:6404;s:30:\"mobile-frontend-requires-title\";i:6405;s:26:\"mobile-frontend-save-error\";i:6406;s:32:\"mobile-frontend-saving-exit-page\";i:6407;s:30:\"mobile-frontend-search-content\";i:6408;s:41:\"mobile-frontend-search-content-no-results\";i:6409;s:33:\"mobile-frontend-search-no-results\";i:6410;s:39:\"mobile-frontend-settings-images-explain\";i:6411;s:37:\"mobile-frontend-sign-in-error-heading\";i:6412;s:27:\"mobile-frontend-sign-in-why\";i:6413;s:31:\"mobile-frontend-sign-up-heading\";i:6414;s:29:\"mobile-frontend-talk-fullpage\";i:6415;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:6416;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:6417;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:6418;s:33:\"mobile-frontend-talk-back-to-page\";i:6419;s:37:\"mobile-frontend-talk-back-to-userpage\";i:6420;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:6421;s:37:\"mobile-frontend-talk-back-to-filepage\";i:6422;s:33:\"mobile-frontend-talk-edit-summary\";i:6423;s:30:\"mobile-frontend-talk-explained\";i:6424;s:36:\"mobile-frontend-talk-explained-empty\";i:6425;s:35:\"mobile-frontend-talk-overlay-header\";i:6426;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:6427;s:26:\"mobile-frontend-talk-reply\";i:6428;s:31:\"mobile-frontend-talk-reply-info\";i:6429;s:34:\"mobile-frontend-talk-reply-success\";i:6430;s:35:\"mobile-frontend-talk-topic-feedback\";i:6431;s:32:\"mobile-frontend-talk-topic-error\";i:6432;s:42:\"mobile-frontend-talk-topic-error-protected\";i:6433;s:43:\"mobile-frontend-talk-topic-error-permission\";i:6434;s:37:\"mobile-frontend-talk-topic-error-spam\";i:6435;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:6436;s:31:\"mobile-frontend-talk-topic-wait\";i:6437;s:30:\"mobile-frontend-thanked-notice\";i:6438;s:28:\"mobile-frontend-user-account\";i:6439;s:35:\"mobile-frontend-user-button-tooltip\";i:6440;s:32:\"mobile-frontend-user-newmessages\";i:6441;s:24:\"mobile-frontend-user-cta\";i:6442;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:6443;s:27:\"mobile-frontend-view-source\";i:6444;s:27:\"mobile-frontend-watch-login\";i:6445;s:29:\"mobile-frontend-watchlist-a-z\";i:6446;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:6447;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:6448;s:29:\"mobile-frontend-watchlist-add\";i:6449;s:35:\"mobile-frontend-watchlist-back-home\";i:6450;s:29:\"mobile-frontend-watchlist-cta\";i:6451;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:6452;s:30:\"mobile-frontend-watchlist-feed\";i:6453;s:36:\"mobile-frontend-watchlist-feed-empty\";i:6454;s:36:\"mobile-frontend-watchlist-filter-all\";i:6455;s:41:\"mobile-frontend-watchlist-filter-articles\";i:6456;s:38:\"mobile-frontend-watchlist-filter-other\";i:6457;s:37:\"mobile-frontend-watchlist-filter-talk\";i:6458;s:38:\"mobile-frontend-watchlist-login-action\";i:6459;s:30:\"mobile-frontend-watchlist-more\";i:6460;s:37:\"mobile-frontend-watchlist-please-wait\";i:6461;s:31:\"mobile-frontend-watchlist-error\";i:6462;s:33:\"mobile-frontend-watchlist-purpose\";i:6463;s:33:\"mobile-frontend-watchlist-removed\";i:6464;s:39:\"mobile-frontend-watchlist-signup-action\";i:6465;s:30:\"mobile-frontend-watchlist-view\";i:6466;s:36:\"mobile-frontend-quick-lookup-looking\";i:6467;s:39:\"mobile-frontend-quick-lookup-no-results\";i:6468;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:6469;s:10:\"mobile.css\";i:6470;s:9:\"mobile.js\";i:6471;s:6:\"nearby\";i:6472;s:21:\"right-mf-uploadbutton\";i:6473;s:27:\"tag-mobile_edit-description\";i:6474;s:31:\"tag-mobile_web_edit-description\";i:6475;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:6476;s:30:\"apihelp-mobileview-description\";i:6477;s:29:\"apihelp-mobileview-param-page\";i:6478;s:33:\"apihelp-mobileview-param-redirect\";i:6479;s:36:\"apihelp-mobileview-param-sectionprop\";i:6480;s:32:\"apihelp-mobileview-param-variant\";i:6481;s:33:\"apihelp-mobileview-param-noimages\";i:6482;s:35:\"apihelp-mobileview-param-noheadings\";i:6483;s:36:\"apihelp-mobileview-param-notransform\";i:6484;s:34:\"apihelp-mobileview-param-thumbsize\";i:6485;s:35:\"apihelp-mobileview-param-thumbwidth\";i:6486;s:36:\"apihelp-mobileview-param-thumbheight\";i:6487;s:28:\"apihelp-mobileview-example-1\";i:6488;s:28:\"apihelp-parse-param-noimages\";i:6489;s:35:\"mobile-frontend-donate-button-label\";i:6490;s:43:\"mobile-frontend-meta-data-issues-categories\";i:6491;s:31:\"mobile-frontend-loading-message\";i:6492;s:31:\"mobile-frontend-console-recruit\";i:6493;s:34:\"mobile-frontend-browse-tags-header\";i:6494;s:24:\"mobile-frontend-panel-ok\";i:6495;s:28:\"mobile-frontend-panel-cancel\";i:6496;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:6497;s:41:\"mobile-frontend-search-feedback-link-text\";i:6498;s:38:\"mobile-frontend-search-feedback-prompt\";i:6499;s:17:\"right-noanalytics\";i:6500;s:7:\"sidebar\";i:6501;s:18:\"pagecategorieslink\";i:6502;s:25:\"categoryviewer-pagedlinks\";i:6503;s:24:\"category-header-numerals\";i:6504;s:9:\"sitetitle\";i:6505;s:12:\"sitesubtitle\";i:6506;s:10:\"addsection\";i:6507;s:14:\"talkpageheader\";i:6508;s:22:\"view-pool-dirty-output\";i:6509;s:20:\"view-pool-contention\";i:6510;s:17:\"view-pool-timeout\";i:6511;s:12:\"edithelppage\";i:6512;s:8:\"helppage\";i:6513;s:14:\"mainpage-title\";i:6514;s:23:\"mainpage-title-loggedin\";i:6515;s:23:\"pagetitle-view-mainpage\";i:6516;s:16:\"backlinksubtitle\";i:6517;s:9:\"feed-atom\";i:6518;s:8:\"feed-rss\";i:6519;s:10:\"sitenotice\";i:6520;s:10:\"anonnotice\";i:6521;s:28:\"newsectionheaderdefaultlevel\";i:6522;s:10:\"nstab-talk\";i:6523;s:23:\"createacct-helpusername\";i:6524;s:24:\"createacct-username-help\";i:6525;s:11:\"loginprompt\";i:6526;s:18:\"userlogout-summary\";i:6527;s:13:\"helplogin-url\";i:6528;s:26:\"createacct-imgcaptcha-help\";i:6529;s:24:\"createacct-benefit-icon1\";i:6530;s:24:\"createacct-benefit-head1\";i:6531;s:24:\"createacct-benefit-icon2\";i:6532;s:24:\"createacct-benefit-head2\";i:6533;s:24:\"createacct-benefit-icon3\";i:6534;s:24:\"createacct-benefit-head3\";i:6535;s:17:\"nocookiesforlogin\";i:6536;s:11:\"signupstart\";i:6537;s:9:\"signupend\";i:6538;s:15:\"signupend-https\";i:6539;s:11:\"emailsender\";i:6540;s:18:\"loginlanguagelinks\";i:6541;s:15:\"pear-mail-error\";i:6542;s:14:\"php-mail-error\";i:6543;s:22:\"changepassword-summary\";i:6544;s:19:\"changeemail-summary\";i:6545;s:19:\"resettokens-summary\";i:6546;s:8:\"sig-text\";i:6547;s:18:\"newarticletextanon\";i:6548;s:12:\"talkpagetext\";i:6549;s:17:\"noarticletextanon\";i:6550;s:17:\"editnotice-notext\";i:6551;s:23:\"editpage-head-copy-warn\";i:6552;s:20:\"editpage-tos-summary\";i:6553;s:13:\"longpage-hint\";i:6554;s:16:\"edittools-upload\";i:6555;s:18:\"addsection-preload\";i:6556;s:20:\"addsection-editintro\";i:6557;s:18:\"content-model-json\";i:6558;s:26:\"createaccount-hook-aborted\";i:6559;s:21:\"revision-info-current\";i:6560;s:12:\"revision-nav\";i:6561;s:17:\"history_copyright\";i:6562;s:41:\"mergehistory-warning-redirect-not-created\";i:6563;s:24:\"mergehistory-revisionrow\";i:6564;s:26:\"mergehistory-redirect-text\";i:6565;s:18:\"pagemerge-logentry\";i:6566;s:14:\"search-summary\";i:6567;s:23:\"searchmenu-new-nocreate\";i:6568;s:23:\"search-interwiki-custom\";i:6569;s:12:\"googlesearch\";i:6570;s:15:\"opensearch-desc\";i:6571;s:19:\"preferences-summary\";i:6572;s:36:\"prefs-user-downloaddata-help-message\";i:6573;s:18:\"userrights-summary\";i:6574;s:30:\"userrights-irreversible-marker\";i:6575;s:35:\"userrights-no-shorten-expiry-marker\";i:6576;s:6:\"ntimes\";i:6577;s:17:\"recentchanges-url\";i:6578;s:17:\"recentchangestext\";i:6579;s:26:\"recentchanges-legend-minor\";i:6580;s:24:\"recentchanges-legend-bot\";i:6581;s:32:\"recentchanges-legend-unpatrolled\";i:6582;s:30:\"rcfilters-tag-prefix-namespace\";i:6583;s:25:\"rcfilters-tag-prefix-tags\";i:6584;s:17:\"unpatrolledletter\";i:6585;s:43:\"number-of-watching-users-for-recent-changes\";i:6586;s:14:\"upload-summary\";i:6587;s:12:\"uploadfooter\";i:6588;s:26:\"upload-default-description\";i:6589;s:13:\"uploadedimage\";i:6590;s:14:\"overwroteimage\";i:6591;s:8:\"licenses\";i:6592;s:24:\"shareddescriptionfollows\";i:6593;s:33:\"shared-repo-name-wikimediacommons\";i:6594;s:35:\"filedelete-reason-dropdown-suppress\";i:6595;s:22:\"unwatchedpages-summary\";i:6596;s:21:\"listredirects-summary\";i:6597;s:23:\"unusedtemplates-summary\";i:6598;s:14:\"randompage-url\";i:6599;s:18:\"statistics-summary\";i:6600;s:24:\"statistics-articles-desc\";i:6601;s:21:\"statistics-files-desc\";i:6602;s:17:\"statistics-footer\";i:6603;s:21:\"pageswithprop-summary\";i:6604;s:23:\"doubleredirects-summary\";i:6605;s:23:\"brokenredirects-summary\";i:6606;s:29:\"brokenredirects-delete-reason\";i:6607;s:23:\"fewestrevisions-summary\";i:6608;s:19:\"lonelypages-summary\";i:6609;s:26:\"uncategorizedpages-summary\";i:6610;s:31:\"uncategorizedcategories-summary\";i:6611;s:27:\"uncategorizedimages-summary\";i:6612;s:30:\"uncategorizedtemplates-summary\";i:6613;s:24:\"unusedcategories-summary\";i:6614;s:20:\"unusedimages-summary\";i:6615;s:24:\"wantedcategories-summary\";i:6616;s:19:\"wantedfiles-summary\";i:6617;s:23:\"wantedtemplates-summary\";i:6618;s:18:\"mostlinked-summary\";i:6619;s:28:\"mostlinkedcategories-summary\";i:6620;s:27:\"mostlinkedtemplates-summary\";i:6621;s:22:\"mostcategories-summary\";i:6622;s:18:\"mostimages-summary\";i:6623;s:22:\"mostinterwikis-summary\";i:6624;s:21:\"mostrevisions-summary\";i:6625;s:19:\"prefixindex-summary\";i:6626;s:18:\"shortpages-summary\";i:6627;s:17:\"longpages-summary\";i:6628;s:20:\"deadendpages-summary\";i:6629;s:29:\"protectedpages-unknown-reason\";i:6630;s:17:\"listusers-summary\";i:6631;s:16:\"newpages-summary\";i:6632;s:20:\"ancientpages-summary\";i:6633;s:15:\"apihelp-summary\";i:6634;s:12:\"apihelp-link\";i:6635;s:18:\"apisandbox-summary\";i:6636;s:36:\"apisandbox-request-format-json-label\";i:6637;s:19:\"booksources-summary\";i:6638;s:16:\"booksources-isbn\";i:6639;s:6:\"rfcurl\";i:6640;s:9:\"pubmedurl\";i:6641;s:16:\"allpages-summary\";i:6642;s:18:\"categories-summary\";i:6643;s:28:\"deletedcontributions-summary\";i:6644;s:18:\"linksearch-summary\";i:6645;s:19:\"activeusers-summary\";i:6646;s:29:\"listgrouprights-right-display\";i:6647;s:29:\"listgrouprights-right-revoked\";i:6648;s:24:\"listgrants-grant-display\";i:6649;s:17:\"emailuser-summary\";i:6650;s:17:\"watchlist-summary\";i:6651;s:17:\"watchlist-unwatch\";i:6652;s:22:\"watchlist-unwatch-undo\";i:6653;s:30:\"deletereason-dropdown-suppress\";i:6654;s:16:\"protectedarticle\";i:6655;s:25:\"modifiedarticleprotection\";i:6656;s:18:\"unprotectedarticle\";i:6657;s:22:\"movedarticleprotection\";i:6658;s:20:\"protect-summary-desc\";i:6659;s:17:\"restriction-blank\";i:6660;s:16:\"undelete-summary\";i:6661;s:22:\"undelete-revision-row2\";i:6662;s:21:\"contributions-summary\";i:6663;s:24:\"sp-contributions-explain\";i:6664;s:23:\"sp-contributions-footer\";i:6665;s:28:\"sp-contributions-footer-anon\";i:6666;s:34:\"sp-contributions-footer-anon-range\";i:6667;s:21:\"whatlinkshere-summary\";i:6668;s:15:\"unblock-summary\";i:6669;s:17:\"blocklist-summary\";i:6670;s:13:\"blocklogentry\";i:6671;s:16:\"reblock-logentry\";i:6672;s:15:\"unblocklogentry\";i:6673;s:5:\"sorbs\";i:6674;s:18:\"ipb-default-expiry\";i:6675;s:21:\"ipb-default-expiry-ip\";i:6676;s:16:\"movepage-summary\";i:6677;s:18:\"move-redirect-text\";i:6678;s:31:\"category-move-redirect-override\";i:6679;s:14:\"export-summary\";i:6680;s:14:\"import-summary\";i:6681;s:22:\"import-logentry-upload\";i:6682;s:25:\"import-logentry-interwiki\";i:6683;s:21:\"accesskey-pt-userpage\";i:6684;s:25:\"accesskey-pt-anonuserpage\";i:6685;s:19:\"accesskey-pt-mytalk\";i:6686;s:21:\"accesskey-pt-anontalk\";i:6687;s:24:\"accesskey-pt-preferences\";i:6688;s:22:\"accesskey-pt-watchlist\";i:6689;s:22:\"accesskey-pt-mycontris\";i:6690;s:25:\"accesskey-pt-anoncontribs\";i:6691;s:18:\"accesskey-pt-login\";i:6692;s:26:\"accesskey-pt-login-private\";i:6693;s:19:\"accesskey-pt-logout\";i:6694;s:26:\"accesskey-pt-createaccount\";i:6695;s:17:\"accesskey-ca-view\";i:6696;s:17:\"accesskey-ca-talk\";i:6697;s:17:\"accesskey-ca-edit\";i:6698;s:23:\"accesskey-ca-addsection\";i:6699;s:23:\"accesskey-ca-viewsource\";i:6700;s:20:\"accesskey-ca-history\";i:6701;s:20:\"accesskey-ca-protect\";i:6702;s:22:\"accesskey-ca-unprotect\";i:6703;s:19:\"accesskey-ca-delete\";i:6704;s:21:\"accesskey-ca-undelete\";i:6705;s:17:\"accesskey-ca-move\";i:6706;s:18:\"accesskey-ca-watch\";i:6707;s:20:\"accesskey-ca-unwatch\";i:6708;s:16:\"accesskey-search\";i:6709;s:19:\"accesskey-search-go\";i:6710;s:25:\"accesskey-search-fulltext\";i:6711;s:16:\"accesskey-p-logo\";i:6712;s:26:\"accesskey-n-help-mediawiki\";i:6713;s:20:\"accesskey-n-mainpage\";i:6714;s:32:\"accesskey-n-mainpage-description\";i:6715;s:18:\"accesskey-n-portal\";i:6716;s:25:\"accesskey-n-currentevents\";i:6717;s:25:\"accesskey-n-recentchanges\";i:6718;s:22:\"accesskey-n-randompage\";i:6719;s:16:\"accesskey-n-help\";i:6720;s:25:\"accesskey-t-whatlinkshere\";i:6721;s:31:\"accesskey-t-recentchangeslinked\";i:6722;s:18:\"accesskey-feed-rss\";i:6723;s:19:\"accesskey-feed-atom\";i:6724;s:25:\"accesskey-t-contributions\";i:6725;s:21:\"accesskey-t-emailuser\";i:6726;s:16:\"accesskey-t-info\";i:6727;s:21:\"accesskey-t-permalink\";i:6728;s:17:\"accesskey-t-print\";i:6729;s:18:\"accesskey-t-upload\";i:6730;s:24:\"accesskey-t-specialpages\";i:6731;s:23:\"accesskey-ca-nstab-main\";i:6732;s:23:\"accesskey-ca-nstab-user\";i:6733;s:24:\"accesskey-ca-nstab-media\";i:6734;s:26:\"accesskey-ca-nstab-special\";i:6735;s:26:\"accesskey-ca-nstab-project\";i:6736;s:24:\"accesskey-ca-nstab-image\";i:6737;s:28:\"accesskey-ca-nstab-mediawiki\";i:6738;s:27:\"accesskey-ca-nstab-template\";i:6739;s:23:\"accesskey-ca-nstab-help\";i:6740;s:27:\"accesskey-ca-nstab-category\";i:6741;s:19:\"accesskey-minoredit\";i:6742;s:14:\"accesskey-save\";i:6743;s:17:\"accesskey-publish\";i:6744;s:17:\"accesskey-preview\";i:6745;s:14:\"accesskey-diff\";i:6746;s:33:\"accesskey-compareselectedversions\";i:6747;s:15:\"accesskey-watch\";i:6748;s:26:\"accesskey-watchlist-expiry\";i:6749;s:16:\"accesskey-upload\";i:6750;s:26:\"accesskey-preferences-save\";i:6751;s:17:\"accesskey-summary\";i:6752;s:24:\"accesskey-userrights-set\";i:6753;s:23:\"accesskey-blockip-block\";i:6754;s:16:\"accesskey-export\";i:6755;s:16:\"accesskey-import\";i:6756;s:37:\"accesskey-watchlistedit-normal-submit\";i:6757;s:34:\"accesskey-watchlistedit-raw-submit\";i:6758;s:15:\"tooltip-ca-view\";i:6759;s:14:\"tooltip-p-lang\";i:6760;s:20:\"tooltip-p-navigation\";i:6761;s:20:\"tooltip-p-namespaces\";i:6762;s:12:\"tooltip-p-tb\";i:6763;s:18:\"tooltip-p-variants\";i:6764;s:15:\"tooltip-p-views\";i:6765;s:36:\"tooltip-p-user-interface-preferences\";i:6766;s:19:\"tooltip-p-user-page\";i:6767;s:24:\"tooltip-n-help-mediawiki\";i:6768;s:33:\"interlanguage-link-title-langonly\";i:6769;s:36:\"interlanguage-link-title-nonlangonly\";i:6770;s:15:\"pageinfo-header\";i:6771;s:15:\"pageinfo-footer\";i:6772;s:19:\"markaspatrolledlink\";i:6773;s:11:\"widthheight\";i:6774;s:13:\"newimagestext\";i:6775;s:10:\"video-dims\";i:6776;s:14:\"seconds-abbrev\";i:6777;s:14:\"minutes-abbrev\";i:6778;s:12:\"hours-abbrev\";i:6779;s:11:\"days-abbrev\";i:6780;s:8:\"today-at\";i:6781;s:19:\"variantname-zh-hans\";i:6782;s:19:\"variantname-zh-hant\";i:6783;s:17:\"variantname-zh-cn\";i:6784;s:17:\"variantname-zh-tw\";i:6785;s:17:\"variantname-zh-hk\";i:6786;s:17:\"variantname-zh-mo\";i:6787;s:17:\"variantname-zh-sg\";i:6788;s:17:\"variantname-zh-my\";i:6789;s:14:\"variantname-zh\";i:6790;s:20:\"variantname-gan-hans\";i:6791;s:20:\"variantname-gan-hant\";i:6792;s:15:\"variantname-gan\";i:6793;s:19:\"variantname-sr-cyrl\";i:6794;s:17:\"variantname-sr-ec\";i:6795;s:17:\"variantname-sr-el\";i:6796;s:19:\"variantname-sr-latn\";i:6797;s:14:\"variantname-sr\";i:6798;s:17:\"variantname-kk-kz\";i:6799;s:17:\"variantname-kk-tr\";i:6800;s:17:\"variantname-kk-cn\";i:6801;s:19:\"variantname-kk-cyrl\";i:6802;s:19:\"variantname-kk-latn\";i:6803;s:19:\"variantname-kk-arab\";i:6804;s:14:\"variantname-kk\";i:6805;s:19:\"variantname-ku-arab\";i:6806;s:19:\"variantname-ku-latn\";i:6807;s:14:\"variantname-ku\";i:6808;s:19:\"variantname-tg-cyrl\";i:6809;s:19:\"variantname-tg-latn\";i:6810;s:14:\"variantname-tg\";i:6811;s:20:\"variantname-tly-cyrl\";i:6812;s:15:\"variantname-tly\";i:6813;s:20:\"variantname-ike-cans\";i:6814;s:20:\"variantname-ike-latn\";i:6815;s:14:\"variantname-iu\";i:6816;s:20:\"variantname-shi-tfng\";i:6817;s:20:\"variantname-shi-latn\";i:6818;s:15:\"variantname-shi\";i:6819;s:14:\"variantname-uz\";i:6820;s:19:\"variantname-uz-latn\";i:6821;s:19:\"variantname-uz-cyrl\";i:6822;s:15:\"variantname-crh\";i:6823;s:20:\"variantname-crh-latn\";i:6824;s:20:\"variantname-crh-cyrl\";i:6825;s:17:\"metadata-langitem\";i:6826;s:25:\"metadata-langitem-default\";i:6827;s:10:\"unit-pixel\";i:6828;s:19:\"semicolon-separator\";i:6829;s:15:\"comma-separator\";i:6830;s:15:\"colon-separator\";i:6831;s:18:\"autocomment-prefix\";i:6832;s:14:\"pipe-separator\";i:6833;s:14:\"word-separator\";i:6834;s:11:\"parentheses\";i:6835;s:17:\"parentheses-start\";i:6836;s:15:\"parentheses-end\";i:6837;s:8:\"brackets\";i:6838;s:14:\"brackets-start\";i:6839;s:12:\"brackets-end\";i:6840;s:12:\"img-lang-opt\";i:6841;s:29:\"block-autoblock-exemptionlist\";i:6842;s:14:\"size-kilobytes\";i:6843;s:14:\"size-terabytes\";i:6844;s:14:\"size-petabytes\";i:6845;s:13:\"size-exabytes\";i:6846;s:15:\"size-zettabytes\";i:6847;s:15:\"size-yottabytes\";i:6848;s:15:\"size-ronnabytes\";i:6849;s:16:\"size-quettabytes\";i:6850;s:14:\"size-kilopixel\";i:6851;s:14:\"size-megapixel\";i:6852;s:14:\"size-gigapixel\";i:6853;s:14:\"size-terapixel\";i:6854;s:14:\"size-petapixel\";i:6855;s:13:\"size-exapixel\";i:6856;s:15:\"size-zettapixel\";i:6857;s:15:\"size-yottapixel\";i:6858;s:15:\"size-ronnapixel\";i:6859;s:16:\"size-quettapixel\";i:6860;s:12:\"bitrate-bits\";i:6861;s:16:\"bitrate-kilobits\";i:6862;s:16:\"bitrate-megabits\";i:6863;s:16:\"bitrate-gigabits\";i:6864;s:16:\"bitrate-terabits\";i:6865;s:16:\"bitrate-petabits\";i:6866;s:15:\"bitrate-exabits\";i:6867;s:17:\"bitrate-zettabits\";i:6868;s:17:\"bitrate-yottabits\";i:6869;s:17:\"bitrate-ronnabits\";i:6870;s:18:\"bitrate-quettabits\";i:6871;s:21:\"editwatchlist-summary\";i:6872;s:19:\"iranian-calendar-m1\";i:6873;s:19:\"iranian-calendar-m2\";i:6874;s:19:\"iranian-calendar-m3\";i:6875;s:19:\"iranian-calendar-m4\";i:6876;s:19:\"iranian-calendar-m5\";i:6877;s:19:\"iranian-calendar-m6\";i:6878;s:19:\"iranian-calendar-m7\";i:6879;s:19:\"iranian-calendar-m8\";i:6880;s:19:\"iranian-calendar-m9\";i:6881;s:20:\"iranian-calendar-m10\";i:6882;s:20:\"iranian-calendar-m11\";i:6883;s:20:\"iranian-calendar-m12\";i:6884;s:17:\"hijri-calendar-m1\";i:6885;s:17:\"hijri-calendar-m2\";i:6886;s:17:\"hijri-calendar-m9\";i:6887;s:18:\"hebrew-calendar-m1\";i:6888;s:18:\"hebrew-calendar-m2\";i:6889;s:18:\"hebrew-calendar-m3\";i:6890;s:18:\"hebrew-calendar-m4\";i:6891;s:18:\"hebrew-calendar-m5\";i:6892;s:18:\"hebrew-calendar-m6\";i:6893;s:19:\"hebrew-calendar-m6a\";i:6894;s:19:\"hebrew-calendar-m6b\";i:6895;s:18:\"hebrew-calendar-m7\";i:6896;s:18:\"hebrew-calendar-m8\";i:6897;s:18:\"hebrew-calendar-m9\";i:6898;s:19:\"hebrew-calendar-m10\";i:6899;s:19:\"hebrew-calendar-m11\";i:6900;s:19:\"hebrew-calendar-m12\";i:6901;s:22:\"hebrew-calendar-m1-gen\";i:6902;s:22:\"hebrew-calendar-m2-gen\";i:6903;s:22:\"hebrew-calendar-m3-gen\";i:6904;s:22:\"hebrew-calendar-m4-gen\";i:6905;s:22:\"hebrew-calendar-m5-gen\";i:6906;s:22:\"hebrew-calendar-m6-gen\";i:6907;s:23:\"hebrew-calendar-m6a-gen\";i:6908;s:23:\"hebrew-calendar-m6b-gen\";i:6909;s:22:\"hebrew-calendar-m7-gen\";i:6910;s:22:\"hebrew-calendar-m8-gen\";i:6911;s:22:\"hebrew-calendar-m9-gen\";i:6912;s:23:\"hebrew-calendar-m10-gen\";i:6913;s:23:\"hebrew-calendar-m11-gen\";i:6914;s:23:\"hebrew-calendar-m12-gen\";i:6915;s:14:\"signature-anon\";i:6916;s:12:\"timezone-utc\";i:6917;s:15:\"version-summary\";i:6918;s:15:\"version-version\";i:6919;s:20:\"version-db-mysql-url\";i:6920;s:22:\"version-db-mariadb-url\";i:6921;s:22:\"version-db-percona-url\";i:6922;s:23:\"version-db-postgres-url\";i:6923;s:21:\"version-db-sqlite-url\";i:6924;s:29:\"version-entrypoints-index-php\";i:6925;s:27:\"version-entrypoints-api-php\";i:6926;s:28:\"version-entrypoints-rest-php\";i:6927;s:13:\"redirect-text\";i:6928;s:20:\"specialpages-summary\";i:6929;s:24:\"specialpages-note-cached\";i:6930;s:12:\"tags-summary\";i:6931;s:30:\"tags-edit-revision-explanation\";i:6932;s:30:\"tags-edit-logentry-explanation\";i:6933;s:20:\"comparepages-summary\";i:6934;s:17:\"diff-form-summary\";i:6935;s:21:\"permanentlink-summary\";i:6936;s:18:\"newsection-summary\";i:6937;s:16:\"editpage-summary\";i:6938;s:18:\"deletepage-summary\";i:6939;s:16:\"pageinfo-summary\";i:6940;s:19:\"pagehistory-summary\";i:6941;s:19:\"protectpage-summary\";i:6942;s:13:\"purge-summary\";i:6943;s:10:\"rawmessage\";i:6944;s:14:\"deletedarticle\";i:6945;s:16:\"undeletedarticle\";i:6946;s:15:\"patrol-log-line\";i:6947;s:15:\"patrol-log-auto\";i:6948;s:15:\"patrol-log-diff\";i:6949;s:9:\"1movedto2\";i:6950;s:15:\"1movedto2_redir\";i:6951;s:23:\"newuserlog-create-entry\";i:6952;s:24:\"newuserlog-create2-entry\";i:6953;s:27:\"newuserlog-autocreate-entry\";i:6954;s:14:\"rightslogentry\";i:6955;s:26:\"rightslogentry-autopromote\";i:6956;s:40:\"limitreport-expensivefunctioncount-value\";i:6957;s:35:\"authmanager-account-password-domain\";i:6958;s:31:\"authprovider-confirmlink-option\";i:6959;s:37:\"authprovider-confirmlink-request-help\";i:6960;s:36:\"authprovider-confirmlink-failed-line\";i:6961;s:31:\"passwordpolicies-policy-display\";i:6962;s:40:\"passwordpolicies-policy-displaywithflags\";i:6963;s:26:\"copyupload-allowed-domains\";i:6964;s:19:\"exif-fnumber-format\";i:6965;s:23:\"exif-focallength-format\";i:6966;s:22:\"exif-coordinate-format\";i:6967;s:15:\"exif-make-value\";i:6968;s:16:\"exif-model-value\";i:6969;s:19:\"exif-software-value\";i:6970;s:27:\"exif-software-version-value\";i:6971;s:18:\"exif-contact-value\";i:6972;s:26:\"exif-subjectnewscode-value\";i:6973;s:18:\"exif-compression-5\";i:6974;s:18:\"exif-compression-6\";i:6975;s:18:\"exif-compression-7\";i:6976;s:18:\"exif-compression-8\";i:6977;s:22:\"exif-compression-32773\";i:6978;s:22:\"exif-compression-32946\";i:6979;s:22:\"exif-compression-34712\";i:6980;s:32:\"exif-photometricinterpretation-2\";i:6981;s:32:\"exif-photometricinterpretation-6\";i:6982;s:32:\"exif-photometricinterpretation-8\";i:6983;s:19:\"exif-xyresolution-i\";i:6984;s:19:\"exif-xyresolution-c\";i:6985;s:17:\"exif-colorspace-1\";i:6986;s:30:\"exif-componentsconfiguration-1\";i:6987;s:30:\"exif-componentsconfiguration-2\";i:6988;s:30:\"exif-componentsconfiguration-3\";i:6989;s:30:\"exif-componentsconfiguration-4\";i:6990;s:30:\"exif-componentsconfiguration-5\";i:6991;s:30:\"exif-componentsconfiguration-6\";i:6992;s:19:\"exif-lightsource-20\";i:6993;s:19:\"exif-lightsource-21\";i:6994;s:19:\"exif-lightsource-22\";i:6995;s:19:\"exif-lightsource-23\";i:6996;s:27:\"exif-maxaperturevalue-value\";i:6997;s:20:\"apihelp-main-summary\";i:6998;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:6999;s:29:\"apihelp-compare-param-toslots\";i:7000;s:34:\"apihelp-parse-extended-description\";i:7001;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:7002;s:40:\"apihelp-query+allfileusages-param-unique\";i:7003;s:35:\"apihelp-query+alllinks-param-unique\";i:7004;s:43:\"apihelp-query+alltransclusions-param-unique\";i:7005;s:41:\"apihelp-query+categorymembers-param-title\";i:7006;s:45:\"apihelp-query+contributors-param-excludegroup\";i:7007;s:39:\"apihelp-query+contributors-param-rights\";i:7008;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:7009;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:7010;s:37:\"apihelp-query+extlinks-param-protocol\";i:7011;s:40:\"apihelp-query+exturlusage-param-protocol\";i:7012;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:7013;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:7014;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:7015;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:7016;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:7017;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:7018;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:7019;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:7020;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:7021;s:42:\"apihelp-query+imageusage-param-filterredir\";i:7022;s:36:\"apihelp-query+imageusage-param-limit\";i:7023;s:42:\"apihelp-query+info-param-testactionsdetail\";i:7024;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:7025;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:7026;s:31:\"apihelp-query+iwlinks-param-url\";i:7027;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:7028;s:38:\"apihelp-query+langlinks-example-simple\";i:7029;s:38:\"apihelp-query+links-example-namespaces\";i:7030;s:34:\"apihelp-query+linkshere-param-show\";i:7031;s:41:\"apihelp-query+linkshere-example-generator\";i:7032;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:7033;s:36:\"apihelp-query+logevents-param-action\";i:7034;s:34:\"apihelp-query+logevents-param-user\";i:7035;s:39:\"apihelp-query+logevents-param-namespace\";i:7036;s:35:\"apihelp-query+pagepropnames-summary\";i:7037;s:31:\"apihelp-query+pageprops-summary\";i:7038;s:34:\"apihelp-query+pageprops-param-prop\";i:7039;s:38:\"apihelp-query+pageprops-example-simple\";i:7040;s:42:\"apihelp-query+pageswithprop-param-propname\";i:7041;s:42:\"apihelp-query+pageswithprop-example-simple\";i:7042;s:45:\"apihelp-query+pageswithprop-example-generator\";i:7043;s:47:\"apihelp-query+prefixsearch-extended-description\";i:7044;s:31:\"apihelp-query+querypage-summary\";i:7045;s:41:\"apihelp-query+random-extended-description\";i:7046;s:43:\"apihelp-query+recentchanges-param-namespace\";i:7047;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:7048;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:7049;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:7050;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:7051;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:7052;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:7053;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:7054;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:7055;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:7056;s:38:\"apihelp-query+recentchanges-param-show\";i:7057;s:41:\"apihelp-query+recentchanges-param-toponly\";i:7058;s:39:\"apihelp-query+recentchanges-param-title\";i:7059;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:7060;s:45:\"apihelp-query+recentchanges-example-generator\";i:7061;s:31:\"apihelp-query+redirects-summary\";i:7062;s:34:\"apihelp-query+redirects-param-show\";i:7063;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:7064;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:7065;s:38:\"apihelp-query+redirects-example-simple\";i:7066;s:41:\"apihelp-query+redirects-example-generator\";i:7067;s:44:\"apihelp-query+revisions-extended-description\";i:7068;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:7069;s:37:\"apihelp-query+revisions-param-startid\";i:7070;s:35:\"apihelp-query+revisions-param-endid\";i:7071;s:35:\"apihelp-query+revisions-param-start\";i:7072;s:39:\"apihelp-query+revisions-example-content\";i:7073;s:37:\"apihelp-query+revisions-example-last5\";i:7074;s:38:\"apihelp-query+revisions-example-first5\";i:7075;s:44:\"apihelp-query+revisions-example-first5-after\";i:7076;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:7077;s:43:\"apihelp-query+revisions-example-first5-user\";i:7078;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:7079;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:7080;s:40:\"apihelp-query+revisions+base-param-slots\";i:7081;s:40:\"apihelp-query+revisions+base-param-limit\";i:7082;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:7083;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:7084;s:40:\"apihelp-query+revisions+base-param-parse\";i:7085;s:42:\"apihelp-query+revisions+base-param-section\";i:7086;s:41:\"apihelp-query+revisions+base-param-diffto\";i:7087;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:7088;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:7089;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:7090;s:33:\"apihelp-query+search-param-search\";i:7091;s:36:\"apihelp-query+search-param-namespace\";i:7092;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:7093;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:7094;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:7095;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:7096;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:7097;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:7098;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:7099;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:7100;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:7101;s:36:\"apihelp-query+search-param-interwiki\";i:7102;s:34:\"apihelp-query+search-param-backend\";i:7103;s:41:\"apihelp-query+search-param-enablerewrites\";i:7104;s:38:\"apihelp-query+search-example-generator\";i:7105;s:30:\"apihelp-query+siteinfo-summary\";i:7106;s:33:\"apihelp-query+siteinfo-param-prop\";i:7107;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:7108;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:7109;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:7110;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:7111;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:7112;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:7113;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:7114;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:7115;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:7116;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:7117;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:7118;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:7119;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:7120;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:7121;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:7122;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:7123;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:7124;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:7125;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:7126;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:7127;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:7128;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:7129;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:7130;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:7131;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:7132;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:7133;s:37:\"apihelp-query+siteinfo-example-replag\";i:7134;s:36:\"apihelp-query+stashimageinfo-summary\";i:7135;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:7136;s:30:\"apihelp-query+tags-param-limit\";i:7137;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:7138;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:7139;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:7140;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:7141;s:31:\"apihelp-query+templates-summary\";i:7142;s:39:\"apihelp-query+templates-param-namespace\";i:7143;s:39:\"apihelp-query+templates-param-templates\";i:7144;s:38:\"apihelp-query+templates-example-simple\";i:7145;s:41:\"apihelp-query+templates-example-generator\";i:7146;s:42:\"apihelp-query+templates-example-namespaces\";i:7147;s:28:\"apihelp-query+tokens-summary\";i:7148;s:35:\"apihelp-query+tokens-example-simple\";i:7149;s:34:\"apihelp-query+tokens-example-types\";i:7150;s:35:\"apihelp-query+transcludedin-summary\";i:7151;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:7152;s:43:\"apihelp-query+transcludedin-param-namespace\";i:7153;s:39:\"apihelp-query+transcludedin-param-limit\";i:7154;s:38:\"apihelp-query+transcludedin-param-show\";i:7155;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:7156;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:7157;s:42:\"apihelp-query+transcludedin-example-simple\";i:7158;s:45:\"apihelp-query+transcludedin-example-generator\";i:7159;s:42:\"apihelp-query+usercontribs-param-namespace\";i:7160;s:37:\"apihelp-query+usercontribs-param-prop\";i:7161;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:7162;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:7163;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:7164;s:37:\"apihelp-query+usercontribs-param-show\";i:7165;s:36:\"apihelp-query+usercontribs-param-tag\";i:7166;s:40:\"apihelp-query+usercontribs-param-toponly\";i:7167;s:39:\"apihelp-query+usercontribs-example-user\";i:7168;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:7169;s:30:\"apihelp-query+userinfo-summary\";i:7170;s:33:\"apihelp-query+userinfo-param-prop\";i:7171;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:7172;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:7173;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:7174;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:7175;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:7176;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:7177;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:7178;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:7179;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:7180;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:7181;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:7182;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:7183;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:7184;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:7185;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:7186;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:7187;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:7188;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:7189;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:7190;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:7191;s:38:\"apihelp-query+users-param-attachedwiki\";i:7192;s:31:\"apihelp-query+watchlist-summary\";i:7193;s:36:\"apihelp-query+watchlist-param-allrev\";i:7194;s:35:\"apihelp-query+watchlist-param-start\";i:7195;s:33:\"apihelp-query+watchlist-param-end\";i:7196;s:39:\"apihelp-query+watchlist-param-namespace\";i:7197;s:35:\"apihelp-query+watchlist-param-limit\";i:7198;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:7199;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:7200;s:34:\"apihelp-query+watchlist-param-show\";i:7201;s:34:\"apihelp-query+watchlist-param-type\";i:7202;s:35:\"apihelp-query+watchlist-param-owner\";i:7203;s:35:\"apihelp-query+watchlist-param-token\";i:7204;s:38:\"apihelp-query+watchlist-example-simple\";i:7205;s:37:\"apihelp-query+watchlist-example-props\";i:7206;s:38:\"apihelp-query+watchlist-example-expiry\";i:7207;s:38:\"apihelp-query+watchlist-example-allrev\";i:7208;s:41:\"apihelp-query+watchlist-example-generator\";i:7209;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:7210;s:39:\"apihelp-query+watchlist-example-wlowner\";i:7211;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:7212;s:38:\"apihelp-query+watchlistraw-param-limit\";i:7213;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:7214;s:37:\"apihelp-query+watchlistraw-param-show\";i:7215;s:38:\"apihelp-query+watchlistraw-param-owner\";i:7216;s:38:\"apihelp-query+watchlistraw-param-token\";i:7217;s:36:\"apihelp-query+watchlistraw-param-dir\";i:7218;s:41:\"apihelp-query+watchlistraw-example-simple\";i:7219;s:44:\"apihelp-query+watchlistraw-example-generator\";i:7220;s:40:\"apihelp-removeauthenticationdata-summary\";i:7221;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:7222;s:29:\"apihelp-resetpassword-summary\";i:7223;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:7224;s:33:\"apihelp-resetpassword-param-email\";i:7225;s:34:\"apihelp-resetpassword-example-user\";i:7226;s:35:\"apihelp-resetpassword-example-email\";i:7227;s:33:\"apihelp-revisiondelete-param-type\";i:7228;s:35:\"apihelp-revisiondelete-param-target\";i:7229;s:32:\"apihelp-revisiondelete-param-ids\";i:7230;s:37:\"apihelp-revisiondelete-param-suppress\";i:7231;s:35:\"apihelp-revisiondelete-param-reason\";i:7232;s:39:\"apihelp-revisiondelete-example-revision\";i:7233;s:34:\"apihelp-revisiondelete-example-log\";i:7234;s:37:\"apihelp-rollback-extended-description\";i:7235;s:28:\"apihelp-rollback-param-title\";i:7236;s:29:\"apihelp-rollback-param-pageid\";i:7237;s:27:\"apihelp-rollback-param-tags\";i:7238;s:27:\"apihelp-rollback-param-user\";i:7239;s:30:\"apihelp-rollback-param-summary\";i:7240;s:30:\"apihelp-rollback-param-markbot\";i:7241;s:32:\"apihelp-rollback-param-watchlist\";i:7242;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:7243;s:31:\"apihelp-rollback-example-simple\";i:7244;s:32:\"apihelp-rollback-example-summary\";i:7245;s:40:\"apihelp-setnotificationtimestamp-summary\";i:7246;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:7247;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:7248;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:7249;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:7250;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:7251;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:7252;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:7253;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:7254;s:25:\"apihelp-stashedit-summary\";i:7255;s:38:\"apihelp-stashedit-extended-description\";i:7256;s:31:\"apihelp-stashedit-param-section\";i:7257;s:37:\"apihelp-stashedit-param-contentformat\";i:7258;s:33:\"apihelp-stashedit-param-baserevid\";i:7259;s:19:\"apihelp-tag-summary\";i:7260;s:22:\"apihelp-tag-param-rcid\";i:7261;s:23:\"apihelp-tag-param-revid\";i:7262;s:23:\"apihelp-tag-param-logid\";i:7263;s:21:\"apihelp-tag-param-add\";i:7264;s:24:\"apihelp-tag-param-remove\";i:7265;s:23:\"apihelp-tag-example-rev\";i:7266;s:23:\"apihelp-tag-example-log\";i:7267;s:28:\"apihelp-unblock-param-userid\";i:7268;s:24:\"apihelp-undelete-summary\";i:7269;s:37:\"apihelp-undelete-extended-description\";i:7270;s:33:\"apihelp-undelete-param-timestamps\";i:7271;s:30:\"apihelp-undelete-param-fileids\";i:7272;s:32:\"apihelp-undelete-param-watchlist\";i:7273;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:7274;s:34:\"apihelp-undelete-example-revisions\";i:7275;s:29:\"apihelp-unlinkaccount-summary\";i:7276;s:36:\"apihelp-unlinkaccount-example-simple\";i:7277;s:22:\"apihelp-upload-summary\";i:7278;s:35:\"apihelp-upload-extended-description\";i:7279;s:28:\"apihelp-upload-param-comment\";i:7280;s:30:\"apihelp-upload-param-watchlist\";i:7281;s:36:\"apihelp-upload-param-watchlistexpiry\";i:7282;s:28:\"apihelp-upload-param-filekey\";i:7283;s:31:\"apihelp-upload-param-sessionkey\";i:7284;s:26:\"apihelp-upload-param-stash\";i:7285;s:27:\"apihelp-upload-param-offset\";i:7286;s:26:\"apihelp-upload-param-chunk\";i:7287;s:26:\"apihelp-upload-param-async\";i:7288;s:31:\"apihelp-userrights-param-expiry\";i:7289;s:31:\"apihelp-userrights-example-user\";i:7290;s:33:\"apihelp-userrights-example-userid\";i:7291;s:33:\"apihelp-userrights-example-expiry\";i:7292;s:21:\"apihelp-watch-summary\";i:7293;s:25:\"apihelp-watch-param-title\";i:7294;s:26:\"apihelp-watch-param-expiry\";i:7295;s:27:\"apihelp-watch-param-unwatch\";i:7296;s:32:\"apihelp-format-param-wrappedhtml\";i:7297;s:24:\"apihelp-json-param-ascii\";i:7298;s:39:\"api-format-prettyprint-header-only-html\";i:7299;s:41:\"api-format-prettyprint-header-hyperlinked\";i:7300;s:22:\"api-login-fail-aborted\";i:7301;s:30:\"api-login-fail-aborted-nobotpw\";i:7302;s:33:\"api-login-fail-badsessionprovider\";i:7303;s:25:\"api-login-fail-sameorigin\";i:7304;s:27:\"api-pageset-param-generator\";i:7305;s:37:\"api-pageset-param-redirects-generator\";i:7306;s:39:\"api-pageset-param-redirects-nogenerator\";i:7307;s:31:\"api-pageset-param-converttitles\";i:7308;s:14:\"api-help-flags\";i:7309;s:18:\"api-help-help-urls\";i:7310;s:22:\"api-help-datatypes-top\";i:7311;s:25:\"api-help-datatype-boolean\";i:7312;s:27:\"api-help-datatype-timestamp\";i:7313;s:24:\"api-help-templatedparams\";i:7314;s:26:\"api-help-param-type-expiry\";i:7315;s:35:\"api-help-param-type-presenceboolean\";i:7316;s:36:\"api-help-param-limited-in-miser-mode\";i:7317;s:24:\"api-help-param-direction\";i:7318;s:35:\"api-help-paramvalue-direction-newer\";i:7319;s:35:\"api-help-paramvalue-direction-older\";i:7320;s:32:\"api-help-no-extended-description\";i:7321;s:34:\"api-help-authmanager-general-usage\";i:7322;s:35:\"api-help-authmanagerhelper-requests\";i:7323;s:34:\"api-help-authmanagerhelper-request\";i:7324;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:7325;s:40:\"api-help-authmanagerhelper-preservestate\";i:7326;s:36:\"api-help-authmanagerhelper-returnurl\";i:7327;s:35:\"api-help-authmanagerhelper-continue\";i:7328;s:44:\"api-help-authmanagerhelper-additional-params\";i:7329;s:27:\"apierror-allimages-redirect\";i:7330;s:37:\"apierror-allpages-generator-redirects\";i:7331;s:27:\"apierror-appendnotsupported\";i:7332;s:22:\"apierror-articleexists\";i:7333;s:25:\"apierror-assertanonfailed\";i:7334;s:24:\"apierror-assertbotfailed\";i:7335;s:30:\"apierror-assertnameduserfailed\";i:7336;s:25:\"apierror-assertuserfailed\";i:7337;s:20:\"apierror-autoblocked\";i:7338;s:33:\"apierror-badconfig-resulttoosmall\";i:7339;s:20:\"apierror-badcontinue\";i:7340;s:16:\"apierror-baddiff\";i:7341;s:18:\"apierror-baddiffto\";i:7342;s:26:\"apierror-badformat-generic\";i:7343;s:18:\"apierror-badformat\";i:7344;s:34:\"apierror-badgenerator-notgenerator\";i:7345;s:21:\"apierror-badtimestamp\";i:7346;s:17:\"apierror-badtoken\";i:7347;s:18:\"apierror-badupload\";i:7348;s:15:\"apierror-badurl\";i:7349;s:16:\"apierror-baduser\";i:7350;s:31:\"apierror-badvalue-notmultivalue\";i:7351;s:28:\"apierror-bad-watchlist-token\";i:7352;s:24:\"apierror-blockedfrommail\";i:7353;s:16:\"apierror-blocked\";i:7354;s:25:\"apierror-botsnotsupported\";i:7355;s:29:\"apierror-cannotreauthenticate\";i:7356;s:24:\"apierror-cannotviewtitle\";i:7357;s:24:\"apierror-cantblock-email\";i:7358;s:18:\"apierror-cantblock\";i:7359;s:31:\"apierror-cantchangecontentmodel\";i:7360;s:17:\"apierror-canthide\";i:7361;s:26:\"apierror-cantimport-upload\";i:7362;s:19:\"apierror-cantimport\";i:7363;s:33:\"apierror-cantoverwrite-sharedfile\";i:7364;s:17:\"apierror-cantsend\";i:7365;s:21:\"apierror-cantundelete\";i:7366;s:33:\"apierror-cantview-deleted-comment\";i:7367;s:37:\"apierror-cantview-deleted-description\";i:7368;s:34:\"apierror-cantview-deleted-metadata\";i:7369;s:42:\"apierror-cantview-deleted-revision-content\";i:7370;s:29:\"apierror-changeauth-norequest\";i:7371;s:40:\"apierror-changecontentmodel-missingtitle\";i:7372;s:43:\"apierror-changecontentmodel-nodirectediting\";i:7373;s:40:\"apierror-changecontentmodel-cannotbeused\";i:7374;s:42:\"apierror-changecontentmodel-cannot-convert\";i:7375;s:24:\"apierror-chunk-too-small\";i:7376;s:21:\"apierror-cidrtoobroad\";i:7377;s:25:\"apierror-compare-no-title\";i:7378;s:34:\"apierror-compare-nosuchfromsection\";i:7379;s:32:\"apierror-compare-nosuchtosection\";i:7380;s:26:\"apierror-concurrency-limit\";i:7381;s:36:\"apierror-compare-relative-to-nothing\";i:7382;s:38:\"apierror-contentserializationexception\";i:7383;s:28:\"apierror-copyuploadbaddomain\";i:7384;s:25:\"apierror-copyuploadbadurl\";i:7385;s:27:\"apierror-create-titleexists\";i:7386;s:19:\"apierror-csp-report\";i:7387;s:34:\"apierror-deletedrevs-param-not-1-2\";i:7388;s:32:\"apierror-deletedrevs-param-not-3\";i:7389;s:29:\"apierror-edit-invalidredirect\";i:7390;s:24:\"apierror-emptynewsection\";i:7391;s:24:\"apierror-exceptioncaught\";i:7392;s:28:\"apierror-exceptioncaughttype\";i:7393;s:35:\"apierror-fileexists-sharedrepo-perm\";i:7394;s:19:\"apierror-filenopath\";i:7395;s:32:\"apierror-filetypecannotberotated\";i:7396;s:18:\"apierror-formatphp\";i:7397;s:28:\"apierror-imageusage-badtitle\";i:7398;s:38:\"apierror-integeroutofrange-abovebotmax\";i:7399;s:35:\"apierror-integeroutofrange-abovemax\";i:7400;s:39:\"apierror-integeroutofrange-belowminimum\";i:7401;s:24:\"apierror-invalidcategory\";i:7402;s:22:\"apierror-invalid-chunk\";i:7403;s:22:\"apierror-invalidexpiry\";i:7404;s:20:\"apierror-invalidlang\";i:7405;s:24:\"apierror-invalidoldimage\";i:7406;s:38:\"apierror-invalidparammix-cannotusewith\";i:7407;s:36:\"apierror-invalidparammix-mustusewith\";i:7408;s:42:\"apierror-invalidparammix-parse-new-section\";i:7409;s:24:\"apierror-invalidparammix\";i:7410;s:30:\"apierror-invalidsha1base36hash\";i:7411;s:24:\"apierror-invalidsha1hash\";i:7412;s:24:\"apierror-invalidurlparam\";i:7413;s:23:\"apierror-maxlag-generic\";i:7414;s:15:\"apierror-maxlag\";i:7415;s:27:\"apierror-mimesearchdisabled\";i:7416;s:30:\"apierror-missingcontent-pageid\";i:7417;s:29:\"apierror-missingcontent-revid\";i:7418;s:37:\"apierror-missingparam-at-least-one-of\";i:7419;s:28:\"apierror-missingparam-one-of\";i:7420;s:21:\"apierror-missingparam\";i:7421;s:26:\"apierror-missingrev-pageid\";i:7422;s:25:\"apierror-missingrev-title\";i:7423;s:32:\"apierror-missingtitle-createonly\";i:7424;s:21:\"apierror-missingtitle\";i:7425;s:23:\"apierror-moduledisabled\";i:7426;s:29:\"apierror-multival-only-one-of\";i:7427;s:18:\"apierror-multpages\";i:7428;s:34:\"apierror-mustbeloggedin-changeauth\";i:7429;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:7430;s:34:\"apierror-mustbeloggedin-removeauth\";i:7431;s:35:\"apierror-mustbeloggedin-uploadstash\";i:7432;s:21:\"apierror-mustbeposted\";i:7433;s:23:\"apierror-mustpostparams\";i:7434;s:18:\"apierror-nochanges\";i:7435;s:25:\"apierror-nodeleteablefile\";i:7436;s:26:\"apierror-no-direct-editing\";i:7437;s:20:\"apierror-noedit-anon\";i:7438;s:15:\"apierror-noedit\";i:7439;s:29:\"apierror-noimageredirect-anon\";i:7440;s:24:\"apierror-noimageredirect\";i:7441;s:20:\"apierror-nosuchlogid\";i:7442;s:19:\"apierror-nosuchrcid\";i:7443;s:20:\"apierror-nosuchrevid\";i:7444;s:17:\"apierror-notarget\";i:7445;s:23:\"apierror-notpatrollable\";i:7446;s:23:\"apierror-nouploadmodule\";i:7447;s:33:\"apierror-opensearch-json-warnings\";i:7448;s:24:\"apierror-pagecannotexist\";i:7449;s:20:\"apierror-pagedeleted\";i:7450;s:30:\"apierror-parsetree-notwikitext\";i:7451;s:36:\"apierror-parsetree-notwikitext-title\";i:7452;s:19:\"apierror-pastexpiry\";i:7453;s:36:\"apierror-permissiondenied-patrolflag\";i:7454;s:33:\"apierror-permissiondenied-unblock\";i:7455;s:29:\"apierror-prefixsearchdisabled\";i:7456;s:30:\"apierror-promised-nonwrite-api\";i:7457;s:29:\"apierror-protect-invalidlevel\";i:7458;s:20:\"apierror-ratelimited\";i:7459;s:22:\"apierror-readapidenied\";i:7460;s:23:\"apierror-reauthenticate\";i:7461;s:28:\"apierror-redirect-appendonly\";i:7462;s:33:\"apierror-revdel-mutuallyexclusive\";i:7463;s:26:\"apierror-revdel-needtarget\";i:7464;s:27:\"apierror-revdel-paramneeded\";i:7465;s:27:\"apierror-revisions-norevids\";i:7466;s:29:\"apierror-revisions-singlepage\";i:7467;s:23:\"apierror-searchdisabled\";i:7468;s:29:\"apierror-sectionsnotsupported\";i:7469;s:34:\"apierror-sectionsnotsupported-what\";i:7470;s:13:\"apierror-show\";i:7471;s:34:\"apierror-siteinfo-includealldenied\";i:7472;s:25:\"apierror-sizediffdisabled\";i:7473;s:21:\"apierror-spamdetected\";i:7474;s:32:\"apierror-specialpage-cantexecute\";i:7475;s:28:\"apierror-stashedfilenotfound\";i:7476;s:30:\"apierror-stashedit-missingtext\";i:7477;s:23:\"apierror-stashexception\";i:7478;s:29:\"apierror-stashfailed-complete\";i:7479;s:30:\"apierror-stashfailed-nosession\";i:7480;s:25:\"apierror-stashfilestorage\";i:7481;s:25:\"apierror-stashpathinvalid\";i:7482;s:24:\"apierror-stashzerolength\";i:7483;s:38:\"apierror-templateexpansion-notwikitext\";i:7484;s:23:\"apierror-toofewexpiries\";i:7485;s:22:\"apierror-unknownaction\";i:7486;s:27:\"apierror-unrecognizedparams\";i:7487;s:26:\"apierror-unrecognizedvalue\";i:7488;s:24:\"apierror-unsupportedrepo\";i:7489;s:29:\"apierror-upload-filekeyneeded\";i:7490;s:33:\"apierror-upload-filekeynotallowed\";i:7491;s:26:\"apierror-upload-inprogress\";i:7492;s:23:\"apierror-urlparamnormal\";i:7493;s:23:\"apierror-writeapidenied\";i:7494;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7495;s:19:\"apiwarn-badurlparam\";i:7496;s:15:\"apiwarn-badutf8\";i:7497;s:34:\"apiwarn-checktoken-percentencoding\";i:7498;s:30:\"apiwarn-compare-nocontentmodel\";i:7499;s:31:\"apiwarn-deprecation-deletedrevs\";i:7500;s:33:\"apiwarn-deprecation-httpsexpected\";i:7501;s:31:\"apiwarn-deprecation-login-botpw\";i:7502;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7503;s:31:\"apiwarn-deprecation-login-token\";i:7504;s:35:\"apiwarn-deprecation-parse-headitems\";i:7505;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7506;s:29:\"apiwarn-deprecation-purge-get\";i:7507;s:35:\"apiwarn-deprecation-withreplacement\";i:7508;s:20:\"apiwarn-difftohidden\";i:7509;s:26:\"apiwarn-errorprinterfailed\";i:7510;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7511;s:28:\"apiwarn-invalidxmlstylesheet\";i:7512;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7513;s:26:\"apiwarn-moduleswithoutvars\";i:7514;s:30:\"apiwarn-nothumb-noimagehandler\";i:7515;s:28:\"apiwarn-parse-nocontentmodel\";i:7516;s:30:\"apiwarn-parse-titlewithouttext\";i:7517;s:26:\"apiwarn-redirectsandrevids\";i:7518;s:21:\"apiwarn-tokens-origin\";i:7519;s:23:\"apiwarn-truncatedresult\";i:7520;s:27:\"apiwarn-unclearnowtimestamp\";i:7521;s:26:\"apiwarn-unrecognizedvalues\";i:7522;s:24:\"apiwarn-unsupportedarray\";i:7523;s:21:\"apiwarn-urlparamwidth\";i:7524;s:33:\"apiwarn-validationfailed-badchars\";i:7525;s:18:\"apiwarn-wgdebugapi\";i:7526;s:30:\"paramvalidator-param-sensitive\";i:7527;s:26:\"vector-specialversion-name\";i:7528;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7529;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7530;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7531;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7532;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7533;s:32:\"mobile-frontend-current-language\";i:7534;s:30:\"mobile-frontend-diffview-comma\";i:7535;s:25:\"mobile-frontend-terms-url\";i:7536;s:16:\"skinname-minerva\";i:7537;s:33:\"apihelp-mobileview-param-sections\";i:7538;s:29:\"apihelp-mobileview-param-prop\";i:7539;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7540;s:34:\"apihelp-mobileview-param-pageprops\";i:7541;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7542;s:31:\"apihelp-mobileview-param-offset\";i:7543;s:31:\"apihelp-mobileview-param-maxlen\";i:7544;s:28:\"apihelp-mobileview-example-2\";i:7545;s:28:\"apihelp-mobileview-example-3\";i:7546;s:32:\"apihelp-parse-param-mobileformat\";i:7547;s:28:\"apihelp-parse-param-mainpage\";}}'),('gsw','magicWords','a:172:{s:12:\"displaytitle\";a:4:{i:0;i:1;i:1;s:9:\"SYTETITEL\";i:2;s:11:\"SEITENTITEL\";i:3;s:12:\"DISPLAYTITLE\";}s:12:\"anchorencode\";a:4:{i:0;i:0;i:1;s:15:\"ANKERENKODIERT:\";i:2;s:21:\"SPRUNGMARKEENKODIERT:\";i:3;s:12:\"ANCHORENCODE\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:11:\"ARTIKELPFAD\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"basepagename\";a:3:{i:0;i:1;i:1;s:9:\"OBERSEITE\";i:2;s:12:\"BASEPAGENAME\";}s:13:\"basepagenamee\";a:3:{i:0;i:1;i:1;s:13:\"OBERSEITE_URL\";i:2;s:13:\"BASEPAGENAMEE\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:15:\"KANONISCHE_URL:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:17:\"KANONISCHE_URL_C:\";i:2;s:14:\"CANONICALURLE:\";}s:16:\"cascadingsources\";a:3:{i:0;i:1;i:1;s:15:\"KASKADENQUELLEN\";i:2;s:16:\"CASCADINGSOURCES\";}s:15:\"contentlanguage\";a:4:{i:0;i:1;i:1;s:14:\"INHALTSSPRACHE\";i:2;s:15:\"CONTENTLANGUAGE\";i:3;s:11:\"CONTENTLANG\";}s:10:\"currentday\";a:4:{i:0;i:1;i:1;s:20:\"JETZIGER_KALENDERTAG\";i:2;s:12:\"JETZIGER_TAG\";i:3;s:10:\"CURRENTDAY\";}s:11:\"currentday2\";a:4:{i:0;i:1;i:1;s:22:\"JETZIGER_KALENDERTAG_2\";i:2;s:14:\"JETZIGER_TAG_2\";i:3;s:11:\"CURRENTDAY2\";}s:14:\"currentdayname\";a:3:{i:0;i:1;i:1;s:18:\"JETZIGER_WOCHENTAG\";i:2;s:14:\"CURRENTDAYNAME\";}s:10:\"currentdow\";a:3:{i:0;i:1;i:1;s:23:\"JETZIGER_WOCHENTAG_ZAHL\";i:2;s:10:\"CURRENTDOW\";}s:11:\"currenthour\";a:3:{i:0;i:1;i:1;s:14:\"JETZIGE_STUNDE\";i:2;s:11:\"CURRENTHOUR\";}s:12:\"currentmonth\";a:5:{i:0;i:1;i:1;s:14:\"JETZIGER_MONAT\";i:2;s:16:\"JETZIGER_MONAT_2\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:16:\"JETZIGER_MONAT_1\";i:2;s:13:\"CURRENTMONTH1\";}s:18:\"currentmonthabbrev\";a:3:{i:0;i:1;i:1;s:24:\"JETZIGER_MONATSNAME_KURZ\";i:2;s:18:\"CURRENTMONTHABBREV\";}s:16:\"currentmonthname\";a:3:{i:0;i:1;i:1;s:19:\"JETZIGER_MONATSNAME\";i:2;s:16:\"CURRENTMONTHNAME\";}s:19:\"currentmonthnamegen\";a:4:{i:0;i:1;i:1;s:27:\"JETZIGER_MONATSNAME_GENITIV\";i:2;s:23:\"JETZIGER_MONATSNAME_GEN\";i:3;s:19:\"CURRENTMONTHNAMEGEN\";}s:11:\"currenttime\";a:3:{i:0;i:1;i:1;s:15:\"JETZIGE_UHRZEIT\";i:2;s:11:\"CURRENTTIME\";}s:16:\"currenttimestamp\";a:3:{i:0;i:1;i:1;s:20:\"JETZIGER_ZEITSTEMPEL\";i:2;s:16:\"CURRENTTIMESTAMP\";}s:14:\"currentversion\";a:3:{i:0;i:1;i:1;s:15:\"JETZIGE_VERSION\";i:2;s:14:\"CURRENTVERSION\";}s:11:\"currentweek\";a:4:{i:0;i:1;i:1;s:21:\"JETZIGE_KALENDERWOCHE\";i:2;s:13:\"JETZIGE_WOCHE\";i:3;s:11:\"CURRENTWEEK\";}s:11:\"currentyear\";a:3:{i:0;i:1;i:1;s:13:\"JETZIGES_JAHR\";i:2;s:11:\"CURRENTYEAR\";}s:11:\"defaultsort\";a:5:{i:0;i:1;i:1;s:11:\"SORTIERUNG:\";i:2;s:12:\"DEFAULTSORT:\";i:3;s:15:\"DEFAULTSORTKEY:\";i:4;s:20:\"DEFAULTCATEGORYSORT:\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"keinfehler\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:14:\"keineersetzung\";i:2;s:9:\"noreplace\";}s:13:\"directionmark\";a:4:{i:0;i:1;i:1;s:15:\"TEXTAUSRICHTUNG\";i:2;s:13:\"DIRECTIONMARK\";i:3;s:7:\"DIRMARK\";}s:20:\"displaytitle_noerror\";a:3:{i:0;i:0;i:1;s:10:\"keinfehler\";i:2;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:3:{i:0;i:0;i:1;s:14:\"keineersetzung\";i:2;s:9:\"noreplace\";}s:8:\"filepath\";a:3:{i:0;i:0;i:1;s:10:\"DATEIPFAD:\";i:2;s:9:\"FILEPATH:\";}s:8:\"forcetoc\";a:3:{i:0;i:0;i:1;s:32:\"__INHALTSVERZEICHNIS_ERZWINGEN__\";i:2;s:12:\"__FORCETOC__\";}s:10:\"formatdate\";a:4:{i:0;i:0;i:1;s:12:\"DATUMSFORMAT\";i:2;s:10:\"formatdate\";i:3;s:10:\"dateformat\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:12:\"ZAHLENFORMAT\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:3:{i:0;i:1;i:1;s:17:\"VOLLER_SEITENNAME\";i:2;s:12:\"FULLPAGENAME\";}s:13:\"fullpagenamee\";a:3:{i:0;i:1;i:1;s:21:\"VOLLER_SEITENNAME_URL\";i:2;s:13:\"FULLPAGENAMEE\";}s:7:\"fullurl\";a:3:{i:0;i:0;i:1;s:18:\"VOLLSTÄNDIGE_URL:\";i:2;s:8:\"FULLURL:\";}s:8:\"fullurle\";a:3:{i:0;i:0;i:1;s:20:\"VOLLSTÄNDIGE_URL_C:\";i:2;s:9:\"FULLURLE:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:11:\"GESCHLECHT:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:3:{i:0;i:0;i:1;s:10:\"GRAMMATIK:\";i:2;s:8:\"GRAMMAR:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:24:\"__VERSTECKTE_KATEGORIE__\";i:2;s:21:\"__WARTUNGSKATEGORIE__\";i:3;s:13:\"__HIDDENCAT__\";}s:7:\"img_alt\";a:3:{i:0;i:1;i:1;s:17:\"alternativtext=$1\";i:2;s:6:\"alt=$1\";}s:12:\"img_baseline\";a:3:{i:0;i:1;i:1;s:10:\"grundlinie\";i:2;s:8:\"baseline\";}s:10:\"img_border\";a:3:{i:0;i:1;i:1;s:4:\"rand\";i:2;s:6:\"border\";}s:10:\"img_bottom\";a:3:{i:0;i:1;i:1;s:5:\"unten\";i:2;s:6:\"bottom\";}s:10:\"img_center\";a:4:{i:0;i:1;i:1;s:9:\"zentriert\";i:2;s:6:\"center\";i:3;s:6:\"centre\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:9:\"klasse=$1\";i:2;s:8:\"class=$1\";}s:10:\"img_framed\";a:5:{i:0;i:1;i:1;s:7:\"gerahmt\";i:2;s:5:\"frame\";i:3;s:6:\"framed\";i:4;s:8:\"enframed\";}s:13:\"img_frameless\";a:3:{i:0;i:1;i:1;s:9:\"rahmenlos\";i:2;s:9:\"frameless\";}s:8:\"img_lang\";a:3:{i:0;i:1;i:1;s:10:\"sprache=$1\";i:2;s:7:\"lang=$1\";}s:8:\"img_left\";a:3:{i:0;i:1;i:1;s:5:\"links\";i:2;s:4:\"left\";}s:8:\"img_link\";a:3:{i:0;i:1;i:1;s:10:\"verweis=$1\";i:2;s:7:\"link=$1\";}s:15:\"img_manualthumb\";a:5:{i:0;i:1;i:1;s:7:\"mini=$1\";i:2;s:11:\"miniatur=$1\";i:3;s:12:\"thumbnail=$1\";i:4;s:8:\"thumb=$1\";}s:10:\"img_middle\";a:3:{i:0;i:1;i:1;s:5:\"mitte\";i:2;s:6:\"middle\";}s:8:\"img_none\";a:3:{i:0;i:1;i:1;s:4:\"ohne\";i:2;s:4:\"none\";}s:8:\"img_page\";a:6:{i:0;i:1;i:1;s:8:\"seite=$1\";i:2;s:8:\"seite $1\";i:3;s:8:\"seite_$1\";i:4;s:7:\"page=$1\";i:5;s:7:\"page $1\";}s:9:\"img_right\";a:3:{i:0;i:1;i:1;s:6:\"rechts\";i:2;s:5:\"right\";}s:7:\"img_sub\";a:4:{i:0;i:1;i:1;s:4:\"tief\";i:2;s:12:\"tiefgestellt\";i:3;s:3:\"sub\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:4:\"hoch\";i:2;s:12:\"hochgestellt\";i:3;s:5:\"super\";i:4;s:3:\"sup\";}s:15:\"img_text_bottom\";a:3:{i:0;i:1;i:1;s:10:\"text-unten\";i:2;s:11:\"text-bottom\";}s:12:\"img_text_top\";a:3:{i:0;i:1;i:1;s:9:\"text-oben\";i:2;s:8:\"text-top\";}s:13:\"img_thumbnail\";a:5:{i:0;i:1;i:1;s:4:\"mini\";i:2;s:8:\"miniatur\";i:3;s:5:\"thumb\";i:4;s:9:\"thumbnail\";}s:7:\"img_top\";a:3:{i:0;i:1;i:1;s:4:\"oben\";i:2;s:3:\"top\";}s:11:\"img_upright\";a:8:{i:0;i:1;i:1;s:8:\"hochkant\";i:2;s:11:\"hochkant=$1\";i:3;s:11:\"hochkant $1\";i:4;s:11:\"hochkant_$1\";i:5;s:7:\"upright\";i:6;s:10:\"upright=$1\";i:7;s:10:\"upright $1\";}s:5:\"index\";a:4:{i:0;i:1;i:1;s:14:\"__INDEXIEREN__\";i:2;s:14:\"__INDIZIEREN__\";i:3;s:9:\"__INDEX__\";}s:3:\"int\";a:3:{i:0;i:0;i:1;s:10:\"NACHRICHT:\";i:2;s:4:\"INT:\";}s:8:\"language\";a:3:{i:0;i:0;i:1;s:9:\"#SPRACHE:\";i:2;s:10:\"#LANGUAGE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:6:\"KLEIN:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:14:\"INITIAL_KLEIN:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:4:{i:0;i:1;i:1;s:19:\"LOKALER_KALENDERTAG\";i:2;s:11:\"LOKALER_TAG\";i:3;s:8:\"LOCALDAY\";}s:9:\"localday2\";a:4:{i:0;i:1;i:1;s:21:\"LOKALER_KALENDERTAG_2\";i:2;s:13:\"LOKALER_TAG_2\";i:3;s:9:\"LOCALDAY2\";}s:12:\"localdayname\";a:3:{i:0;i:1;i:1;s:17:\"LOKALER_WOCHENTAG\";i:2;s:12:\"LOCALDAYNAME\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:22:\"LOKALER_WOCHENTAG_ZAHL\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:3:{i:0;i:1;i:1;s:13:\"LOKALE_STUNDE\";i:2;s:9:\"LOCALHOUR\";}s:10:\"localmonth\";a:5:{i:0;i:1;i:1;s:13:\"LOKALER_MONAT\";i:2;s:15:\"LOKALER_MONAT_2\";i:3;s:10:\"LOCALMONTH\";i:4;s:11:\"LOCALMONTH2\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:15:\"LOKALER_MONAT_1\";i:2;s:11:\"LOCALMONTH1\";}s:16:\"localmonthabbrev\";a:3:{i:0;i:1;i:1;s:23:\"LOKALER_MONATSNAME_KURZ\";i:2;s:16:\"LOCALMONTHABBREV\";}s:14:\"localmonthname\";a:3:{i:0;i:1;i:1;s:18:\"LOKALER_MONATSNAME\";i:2;s:14:\"LOCALMONTHNAME\";}s:17:\"localmonthnamegen\";a:4:{i:0;i:1;i:1;s:26:\"LOKALER_MONATSNAME_GENITIV\";i:2;s:22:\"LOKALER_MONATSNAME_GEN\";i:3;s:17:\"LOCALMONTHNAMEGEN\";}s:9:\"localtime\";a:3:{i:0;i:1;i:1;s:14:\"LOKALE_UHRZEIT\";i:2;s:9:\"LOCALTIME\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:19:\"LOKALER_ZEITSTEMPEL\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:3:{i:0;i:0;i:1;s:11:\"LOKALE_URL:\";i:2;s:9:\"LOCALURL:\";}s:9:\"localurle\";a:3:{i:0;i:0;i:1;s:13:\"LOKALE_URL_C:\";i:2;s:10:\"LOCALURLE:\";}s:9:\"localweek\";a:4:{i:0;i:1;i:1;s:20:\"LOKALE_KALENDERWOCHE\";i:2;s:12:\"LOKALE_WOCHE\";i:3;s:9:\"LOCALWEEK\";}s:9:\"localyear\";a:3:{i:0;i:1;i:1;s:12:\"LOKALES_JAHR\";i:2;s:9:\"LOCALYEAR\";}s:9:\"namespace\";a:3:{i:0;i:1;i:1;s:10:\"NAMENSRAUM\";i:2;s:9:\"NAMESPACE\";}s:10:\"namespacee\";a:3:{i:0;i:1;i:1;s:14:\"NAMENSRAUM_URL\";i:2;s:10:\"NAMESPACEE\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:16:\"NAMENSRAUMNUMMER\";i:2;s:15:\"NAMESPACENUMBER\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:24:\"__NEUER_ABSCHNITTSLINK__\";i:2;s:13:\"__PLUS_LINK__\";i:3;s:18:\"__NEWSECTIONLINK__\";}s:16:\"nocontentconvert\";a:4:{i:0;i:0;i:1;s:30:\"__KEINE_INHALTSKONVERTIERUNG__\";i:2;s:20:\"__NOCONTENTCONVERT__\";i:3;s:8:\"__NOCC__\";}s:13:\"noeditsection\";a:3:{i:0;i:0;i:1;s:31:\"__ABSCHNITTE_NICHT_BEARBEITEN__\";i:2;s:17:\"__NOEDITSECTION__\";}s:9:\"nogallery\";a:4:{i:0;i:0;i:1;s:17:\"__KEINE_GALERIE__\";i:2;s:16:\"__KEINEGALERIE__\";i:3;s:13:\"__NOGALLERY__\";}s:7:\"noindex\";a:5:{i:0;i:1;i:1;s:20:\"__NICHT_INDEXIEREN__\";i:2;s:14:\"__KEIN_INDEX__\";i:3;s:20:\"__NICHT_INDIZIEREN__\";i:4;s:11:\"__NOINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:29:\"__KEIN_NEUER_ABSCHNITTSLINK__\";i:2;s:18:\"__KEIN_PLUS_LINK__\";i:3;s:20:\"__NONEWSECTIONLINK__\";}s:14:\"notitleconvert\";a:4:{i:0;i:0;i:1;s:28:\"__KEINE_TITELKONVERTIERUNG__\";i:2;s:18:\"__NOTITLECONVERT__\";i:3;s:8:\"__NOTC__\";}s:5:\"notoc\";a:4:{i:0;i:0;i:1;s:27:\"__KEIN_INHALTSVERZEICHNIS__\";i:2;s:26:\"__KEININHALTSVERZEICHNIS__\";i:3;s:9:\"__NOTOC__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:3:\"NR:\";i:2;s:3:\"NS:\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:7:\"NR_URL:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:4:{i:0;i:1;i:1;s:18:\"BENUTZER_IN_GRUPPE\";i:2;s:13:\"NUMBERINGROUP\";i:3;s:10:\"NUMINGROUP\";}s:19:\"numberofactiveusers\";a:3:{i:0;i:1;i:1;s:15:\"AKTIVE_BENUTZER\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:11:\"ADMINANZAHL\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:3:{i:0;i:1;i:1;s:13:\"ARTIKELANZAHL\";i:2;s:16:\"NUMBEROFARTICLES\";}s:13:\"numberofedits\";a:3:{i:0;i:1;i:1;s:18:\"BEARBEITUNGSANZAHL\";i:2;s:13:\"NUMBEROFEDITS\";}s:13:\"numberoffiles\";a:3:{i:0;i:1;i:1;s:11:\"DATEIANZAHL\";i:2;s:13:\"NUMBEROFFILES\";}s:13:\"numberofpages\";a:3:{i:0;i:1;i:1;s:12:\"SEITENANZAHL\";i:2;s:13:\"NUMBEROFPAGES\";}s:13:\"numberofusers\";a:3:{i:0;i:1;i:1;s:14:\"BENUTZERANZAHL\";i:2;s:13:\"NUMBEROFUSERS\";}s:7:\"padleft\";a:3:{i:0;i:0;i:1;s:12:\"FÜLLENLINKS\";i:2;s:7:\"PADLEFT\";}s:8:\"padright\";a:3:{i:0;i:0;i:1;s:13:\"FÜLLENRECHTS\";i:2;s:8:\"PADRIGHT\";}s:6:\"pageid\";a:4:{i:0;i:0;i:1;s:8:\"SEITENID\";i:2;s:13:\"SEITENKENNUNG\";i:3;s:6:\"PAGEID\";}s:8:\"pagename\";a:3:{i:0;i:1;i:1;s:10:\"SEITENNAME\";i:2;s:8:\"PAGENAME\";}s:9:\"pagenamee\";a:3:{i:0;i:1;i:1;s:14:\"SEITENNAME_URL\";i:2;s:9:\"PAGENAMEE\";}s:15:\"pagesincategory\";a:6:{i:0;i:1;i:1;s:19:\"SEITEN_IN_KATEGORIE\";i:2;s:10:\"SEITEN_KAT\";i:3;s:11:\"SEITENINKAT\";i:4;s:15:\"PAGESINCATEGORY\";i:5;s:10:\"PAGESINCAT\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"alle\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:7:\"dateien\";i:2;s:5:\"files\";}s:21:\"pagesincategory_pages\";a:3:{i:0;i:0;i:1;s:6:\"seiten\";i:2;s:5:\"pages\";}s:23:\"pagesincategory_subcats\";a:4:{i:0;i:0;i:1;s:15:\"unterkategorien\";i:2;s:9:\"unterkats\";i:3;s:7:\"subcats\";}s:16:\"pagesinnamespace\";a:6:{i:0;i:1;i:1;s:21:\"SEITEN_IM_NAMENSRAUM:\";i:2;s:13:\"SEITEN_IN_NR:\";i:3;s:10:\"SEITEN_NR:\";i:4;s:17:\"PAGESINNAMESPACE:\";i:5;s:10:\"PAGESINNS:\";}s:8:\"pagesize\";a:3:{i:0;i:1;i:1;s:13:\"SEITENGRÖSSE\";i:2;s:8:\"PAGESIZE\";}s:15:\"protectionlevel\";a:3:{i:0;i:1;i:1;s:12:\"SCHUTZSTATUS\";i:2;s:15:\"PROTECTIONLEVEL\";}s:3:\"raw\";a:3:{i:0;i:0;i:1;s:4:\"ROH:\";i:2;s:4:\"RAW:\";}s:8:\"redirect\";a:3:{i:0;i:0;i:1;s:14:\"#WEITERLEITUNG\";i:2;s:9:\"#REDIRECT\";}s:11:\"revisionday\";a:4:{i:0;i:1;i:1;s:12:\"REVISIONSTAG\";i:2;s:11:\"VERSIONSTAG\";i:3;s:11:\"REVISIONDAY\";}s:12:\"revisionday2\";a:4:{i:0;i:1;i:1;s:13:\"REVISIONSTAG2\";i:2;s:12:\"VERSIONSTAG2\";i:3;s:12:\"REVISIONDAY2\";}s:10:\"revisionid\";a:4:{i:0;i:1;i:1;s:11:\"REVISIONSID\";i:2;s:10:\"VERSIONSID\";i:3;s:10:\"REVISIONID\";}s:13:\"revisionmonth\";a:4:{i:0;i:1;i:1;s:14:\"REVISIONSMONAT\";i:2;s:13:\"VERSIONSMONAT\";i:3;s:13:\"REVISIONMONTH\";}s:14:\"revisionmonth1\";a:4:{i:0;i:1;i:1;s:15:\"REVISIONSMONAT1\";i:2;s:14:\"VERSIONSMONAT1\";i:3;s:14:\"REVISIONMONTH1\";}s:12:\"revisionsize\";a:3:{i:0;i:1;i:1;s:15:\"VERSIONSGRÖSSE\";i:2;s:12:\"REVISIONSIZE\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:20:\"REVISIONSZEITSTEMPEL\";i:2;s:19:\"VERSIONSZEITSTEMPEL\";i:3;s:17:\"REVISIONTIMESTAMP\";}s:12:\"revisionuser\";a:4:{i:0;i:1;i:1;s:17:\"REVISIONSBENUTZER\";i:2;s:16:\"VERSIONSBENUTZER\";i:3;s:12:\"REVISIONUSER\";}s:12:\"revisionyear\";a:4:{i:0;i:1;i:1;s:13:\"REVISIONSJAHR\";i:2;s:12:\"VERSIONSJAHR\";i:3;s:12:\"REVISIONYEAR\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:10:\"STAMMSEITE\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:14:\"STAMMSEITE_URL\";i:2;s:13:\"ROOTPAGENAMEE\";}s:9:\"safesubst\";a:4:{i:0;i:0;i:1;s:11:\"SICHER_ERS:\";i:2;s:10:\"SICHERERS:\";i:3;s:10:\"SAFESUBST:\";}s:10:\"scriptpath\";a:3:{i:0;i:0;i:1;s:10:\"SKRIPTPFAD\";i:2;s:10:\"SCRIPTPATH\";}s:8:\"sitename\";a:3:{i:0;i:1;i:1;s:11:\"PROJEKTNAME\";i:2;s:8:\"SITENAME\";}s:7:\"special\";a:3:{i:0;i:0;i:1;s:7:\"spezial\";i:2;s:7:\"special\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:8:\"speziale\";i:2;s:8:\"speciale\";}s:14:\"staticredirect\";a:3:{i:0;i:1;i:1;s:28:\"__PERMANENTE_WEITERLEITUNG__\";i:2;s:18:\"__STATICREDIRECT__\";}s:9:\"stylepath\";a:4:{i:0;i:0;i:1;s:8:\"STILPFAD\";i:2;s:9:\"STYLEPFAD\";i:3;s:9:\"STYLEPATH\";}s:15:\"subjectpagename\";a:6:{i:0;i:1;i:1;s:15:\"HAUPTSEITENNAME\";i:2;s:11:\"VORDERSEITE\";i:3;s:10:\"HAUPTSEITE\";i:4;s:15:\"SUBJECTPAGENAME\";i:5;s:15:\"ARTICLEPAGENAME\";}s:16:\"subjectpagenamee\";a:6:{i:0;i:1;i:1;s:19:\"HAUPTSEITENNAME_URL\";i:2;s:15:\"VORDERSEITE_URL\";i:3;s:14:\"HAUPTSEITE_URL\";i:4;s:16:\"SUBJECTPAGENAMEE\";i:5;s:16:\"ARTICLEPAGENAMEE\";}s:12:\"subjectspace\";a:4:{i:0;i:1;i:1;s:15:\"HAUPTNAMENSRAUM\";i:2;s:12:\"SUBJECTSPACE\";i:3;s:12:\"ARTICLESPACE\";}s:13:\"subjectspacee\";a:4:{i:0;i:1;i:1;s:19:\"HAUPTNAMENSRAUM_URL\";i:2;s:13:\"SUBJECTSPACEE\";i:3;s:13:\"ARTICLESPACEE\";}s:11:\"subpagename\";a:3:{i:0;i:1;i:1;s:10:\"UNTERSEITE\";i:2;s:11:\"SUBPAGENAME\";}s:12:\"subpagenamee\";a:3:{i:0;i:1;i:1;s:14:\"UNTERSEITE_URL\";i:2;s:12:\"SUBPAGENAMEE\";}s:5:\"subst\";a:3:{i:0;i:0;i:1;s:4:\"ERS:\";i:2;s:6:\"SUBST:\";}s:3:\"tag\";a:3:{i:0;i:0;i:1;s:11:\"erweiterung\";i:2;s:3:\"tag\";}s:12:\"talkpagename\";a:4:{i:0;i:1;i:1;s:16:\"DISKUSSIONSSEITE\";i:2;s:4:\"DISK\";i:3;s:12:\"TALKPAGENAME\";}s:13:\"talkpagenamee\";a:4:{i:0;i:1;i:1;s:20:\"DISKUSSIONSSEITE_URL\";i:2;s:8:\"DISK_URL\";i:3;s:13:\"TALKPAGENAMEE\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:21:\"DISKUSSIONSNAMENSRAUM\";i:2;s:7:\"DISK_NR\";i:3;s:9:\"TALKSPACE\";}s:10:\"talkspacee\";a:4:{i:0;i:1;i:1;s:25:\"DISKUSSIONSNAMENSRAUM_URL\";i:2;s:11:\"DISK_NR_URL\";i:3;s:10:\"TALKSPACEE\";}s:3:\"toc\";a:3:{i:0;i:0;i:1;s:22:\"__INHALTSVERZEICHNIS__\";i:2;s:7:\"__TOC__\";}s:2:\"uc\";a:3:{i:0;i:0;i:1;s:6:\"GROSS:\";i:2;s:3:\"UC:\";}s:7:\"ucfirst\";a:3:{i:0;i:0;i:1;s:14:\"INITIAL_GROSS:\";i:2;s:8:\"UCFIRST:\";}s:9:\"urlencode\";a:3:{i:0;i:0;i:1;s:13:\"URLENKODIERT:\";i:2;s:10:\"URLENCODE:\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:4:\"PFAD\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:7:\"ABFRAGE\";i:2;s:5:\"QUERY\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:15:\"nocommafysuffix\";a:2:{i:0;i:0;i:1;s:5:\"NOSEP\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:6:\"plural\";a:2:{i:0;i:0;i:1;s:7:\"PLURAL:\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:9:\"rawsuffix\";a:2:{i:0;i:1;i:1;s:1:\"R\";}s:6:\"server\";a:2:{i:0;i:0;i:1;s:6:\"SERVER\";}s:10:\"servername\";a:2:{i:0;i:0;i:1;s:10:\"SERVERNAME\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('gsw','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('gsw','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('gsw','messages:about','s:8:\"gsw:Iber\";'),('gsw','messages:aboutpage','s:64:\"gsw:Project:Über {{UCFIRST:{{GRAMMAR:akkusativ|{{SITENAME}}}}}}\";'),('gsw','messages:aboutsite','s:44:\"gsw:Über {{GRAMMAR:akkusativ|{{SITENAME}}}}\";'),('gsw','messages:abusefilter-edit-builder-vars-user-mobile','s:59:\"de:Ob ein Benutzer mit der mobilen Schnittstelle bearbeitet\";'),('gsw','messages:accesskey-blockip-block','s:4:\"en:s\";'),('gsw','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('gsw','messages:accesskey-ca-delete','s:4:\"en:d\";'),('gsw','messages:accesskey-ca-edit','s:4:\"en:e\";'),('gsw','messages:accesskey-ca-history','s:4:\"en:h\";'),('gsw','messages:accesskey-ca-move','s:4:\"en:m\";'),('gsw','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('gsw','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('gsw','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('gsw','messages:accesskey-ca-protect','s:4:\"en:=\";'),('gsw','messages:accesskey-ca-talk','s:4:\"en:t\";'),('gsw','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('gsw','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('gsw','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('gsw','messages:accesskey-ca-view','s:3:\"en:\";'),('gsw','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('gsw','messages:accesskey-ca-watch','s:4:\"en:w\";'),('gsw','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('gsw','messages:accesskey-diff','s:4:\"en:v\";'),('gsw','messages:accesskey-export','s:4:\"en:s\";'),('gsw','messages:accesskey-feed-atom','s:3:\"en:\";'),('gsw','messages:accesskey-feed-rss','s:3:\"en:\";'),('gsw','messages:accesskey-import','s:4:\"en:s\";'),('gsw','messages:accesskey-minoredit','s:4:\"en:i\";'),('gsw','messages:accesskey-n-currentevents','s:3:\"en:\";'),('gsw','messages:accesskey-n-help','s:3:\"en:\";'),('gsw','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('gsw','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('gsw','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('gsw','messages:accesskey-n-portal','s:3:\"en:\";'),('gsw','messages:accesskey-n-randompage','s:4:\"en:x\";'),('gsw','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('gsw','messages:accesskey-p-logo','s:3:\"en:\";'),('gsw','messages:accesskey-preferences-save','s:4:\"en:s\";'),('gsw','messages:accesskey-preview','s:4:\"en:p\";'),('gsw','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('gsw','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('gsw','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('gsw','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('gsw','messages:accesskey-pt-login','s:4:\"en:o\";'),('gsw','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('gsw','messages:accesskey-pt-logout','s:3:\"en:\";'),('gsw','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('gsw','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('gsw','messages:accesskey-pt-preferences','s:3:\"en:\";'),('gsw','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('gsw','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('gsw','messages:accesskey-publish','s:4:\"en:s\";'),('gsw','messages:accesskey-save','s:4:\"en:s\";'),('gsw','messages:accesskey-search','s:4:\"en:f\";'),('gsw','messages:accesskey-search-fulltext','s:3:\"en:\";'),('gsw','messages:accesskey-search-go','s:3:\"en:\";'),('gsw','messages:accesskey-summary','s:4:\"en:b\";'),('gsw','messages:accesskey-t-contributions','s:3:\"en:\";'),('gsw','messages:accesskey-t-emailuser','s:3:\"en:\";'),('gsw','messages:accesskey-t-info','s:3:\"en:\";'),('gsw','messages:accesskey-t-permalink','s:3:\"en:\";'),('gsw','messages:accesskey-t-print','s:4:\"en:p\";'),('gsw','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('gsw','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('gsw','messages:accesskey-t-upload','s:4:\"en:u\";'),('gsw','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('gsw','messages:accesskey-upload','s:4:\"en:s\";'),('gsw','messages:accesskey-userrights-set','s:4:\"en:s\";'),('gsw','messages:accesskey-watch','s:4:\"en:w\";'),('gsw','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('gsw','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('gsw','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('gsw','messages:accmailtext','s:212:\"gsw:E zuefällig generiert Passwort fir [[User talk:$1|$1]] isch an $2 gschickt wore.\n\nS Passwort fir des nej Benutzerkonto cha uf dr Spezialsyte „[[Special:ChangePassword|Passwort ändere]]“ gänderet wäre.\";'),('gsw','messages:accmailtitle','s:37:\"gsw:S Passwort isch verschickt worre.\";'),('gsw','messages:accountcreated','s:38:\"gsw:S Benutzerkonto isch aagleit wore.\";'),('gsw','messages:accountcreatedtext','s:101:\"gsw:S Benutzerkonto fir [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|Diskussion]]) isch aagleit wore.\";'),('gsw','messages:acct_creation_throttle_hit','s:290:\"gsw:Bsuecher vu däm Wiki, wu Dyyni IP-Adräss bruuche, hän innerhalb vum letschte Tag {{PLURAL:$1|1 Benutzerkonto|$1 Benutzerkonte}} aagleit. Des isch di maximal Aazahl, wu in däm Zytruum erlaubt isch.\n\nBsuecher, wu die IP-Adräss bruuche, chenne im Momänt kei Benutzerkonte meh aalege.\";'),('gsw','messages:action-apihighlimits','s:55:\"de:höhere Beschränkungen in API-Anfragen zu verwenden\";'),('gsw','messages:action-applychangetags','s:50:\"gsw:zäme mit dynen Änderige Markierigen azbringe\";'),('gsw','messages:action-autoconfirmed','s:50:\"de:nicht von IP-basierten Limits betroffen zu sein\";'),('gsw','messages:action-autocreateaccount','s:56:\"de:automatisch dieses externe Benutzerkonto zu erstellen\";'),('gsw','messages:action-autopatrol','s:52:\"gsw:di eigene Bearbeitige as kontrolliert z markiere\";'),('gsw','messages:action-bigdelete','s:52:\"de:Seiten mit großer Versionsgeschichte zu löschen\";'),('gsw','messages:action-block','s:25:\"gsw:dä Benutzer z sperre\";'),('gsw','messages:action-blockemail','s:47:\"de:Benutzer am Versenden von E-Mails zu hindern\";'),('gsw','messages:action-bot','s:48:\"de:als automatischer Prozess behandelt zu werden\";'),('gsw','messages:action-browsearchive','s:31:\"gsw:noch gleschte Syte z sueche\";'),('gsw','messages:action-changetags','s:92:\"gsw:beliebigi Markierige by einzelne Versionen oder Logbuechyträg derzueztue oder z lösche\";'),('gsw','messages:action-createaccount','s:27:\"gsw:e Benutzerkonto aazlege\";'),('gsw','messages:action-createpage','s:17:\"gsw:Syten aazlege\";'),('gsw','messages:action-createtalk','s:28:\"gsw:Diskussionssyten aazlege\";'),('gsw','messages:action-delete','s:17:\"gsw:Syte z lesche\";'),('gsw','messages:action-delete-redirect','s:55:\"de:überschreiben von Weiterleitungen mit einer Version\";'),('gsw','messages:action-deletechangetags','s:45:\"de:Markierungen aus der Datenbank zu löschen\";'),('gsw','messages:action-deletedhistory','s:59:\"gsw:d Lischt vu dr gleschte Versione vu däre Syte aazluege\";'),('gsw','messages:action-deletedtext','s:37:\"de:gelöschten Versionstext anzusehen\";'),('gsw','messages:action-deletelogentry','s:31:\"de:Logbucheinträge zu löschen\";'),('gsw','messages:action-deleterevision','s:21:\"gsw:Versione z lesche\";'),('gsw','messages:action-edit','s:24:\"gsw:die Syte z bearbeite\";'),('gsw','messages:action-editcontentmodel','s:44:\"gsw:ds Inhaltsmodäll vo dere Syte z ändere\";'),('gsw','messages:action-editinterface','s:59:\"de:Systemnachrichten und Benutzeroberflächen zu bearbeiten\";'),('gsw','messages:action-editmyoptions','s:36:\"de:deine Einstellungen zu bearbeiten\";'),('gsw','messages:action-editmyprivateinfo','s:38:\"gsw:dyni privati Information z ändere\";'),('gsw','messages:action-editmyusercss','s:44:\"de:eigene Benutzer-CSS-Dateien zu bearbeiten\";'),('gsw','messages:action-editmyuserjs','s:51:\"de:eigene Benutzer-JavaScript-Dateien zu bearbeiten\";'),('gsw','messages:action-editmyuserjson','s:45:\"de:eigene Benutzer-JSON-Dateien zu bearbeiten\";'),('gsw','messages:action-editmyuserjsredirect','s:78:\"de:eigene Benutzer-JavaScript-Dateien, die Weiterleitungen sind, zu bearbeiten\";'),('gsw','messages:action-editmywatchlist','s:35:\"gsw:dyni Beobachtigsliste z ändere\";'),('gsw','messages:action-editprotected','s:82:\"de:Seiten zu bearbeiten, die als „{{int:protect-level-sysop}}“ geschützt sind\";'),('gsw','messages:action-editsemiprotected','s:90:\"de:Seiten zu bearbeiten, die als „{{int:protect-level-autoconfirmed}}“ geschützt sind\";'),('gsw','messages:action-editsitecss','s:29:\"de:wikiweit CSS zu bearbeiten\";'),('gsw','messages:action-editsitejs','s:38:\"de:wikiweites JavaScript zu bearbeiten\";'),('gsw','messages:action-editsitejson','s:32:\"de:wikiweites JSON zu bearbeiten\";'),('gsw','messages:action-editusercss','s:35:\"de:fremde CSS-Dateien zu bearbeiten\";'),('gsw','messages:action-edituserjs','s:42:\"de:fremde JavaScript-Dateien zu bearbeiten\";'),('gsw','messages:action-edituserjson','s:46:\"de:JSON-Dateien anderer Benutzer zu bearbeiten\";'),('gsw','messages:action-hideuser','s:44:\"de:Benutzernamen zu sperren und zu verbergen\";'),('gsw','messages:action-history','s:44:\"gsw:d Versionegschicht vo dere Syten azluege\";'),('gsw','messages:action-import','s:40:\"gsw:Syte us eme andere Wiki z importiere\";'),('gsw','messages:action-importupload','s:51:\"gsw:Syte z importiere iber s Uffelade vun ere Datei\";'),('gsw','messages:action-ipblock-exempt','s:66:\"de:IP-Sperren, automatische Sperren und Bereichssperren zu umgehen\";'),('gsw','messages:action-managechangetags','s:52:\"gsw:Marierigen ir Databank z schaffen oder z lösche\";'),('gsw','messages:action-markbotedits','s:73:\"de:schnell zurückgesetzte Bearbeitungen als Bot-Bearbeitung zu markieren\";'),('gsw','messages:action-mergehistory','s:43:\"gsw:d Versionegschichte vu Syte zämezfiere\";'),('gsw','messages:action-mf-uploadbutton','s:62:\"de:das MobileFrontend-spezifische Hochladesystem zu verwenden.\";'),('gsw','messages:action-minoredit','s:38:\"gsw:die Bearbeitig as chlei z markiere\";'),('gsw','messages:action-move','s:25:\"gsw:die Syte z verschiebe\";'),('gsw','messages:action-move-categorypages','s:30:\"gsw:Kategoriesyte z verschiebe\";'),('gsw','messages:action-move-rootuserpages','s:35:\"gsw:Haupt-Benutzersyte z verschiebe\";'),('gsw','messages:action-move-subpages','s:52:\"gsw:die Syte un di zuegherige Untersyte z verschiebe\";'),('gsw','messages:action-movefile','s:24:\"gsw:Die Datei verschiebe\";'),('gsw','messages:action-nominornewtalk','s:100:\"de:dass kleine Bearbeitungen an Diskussionsseiten nicht die „Neue Nachrichten“-Anzeige auslösen\";'),('gsw','messages:action-noratelimit','s:37:\"de:nicht von Limits betroffen zu sein\";'),('gsw','messages:action-override-export-depth','s:83:\"de:Seiten einschließlich verlinkter Seiten bis zu einer Tiefe von 5 zu exportieren\";'),('gsw','messages:action-pagelang','s:26:\"gsw:d Sytesprach z ändere\";'),('gsw','messages:action-patrol','s:63:\"gsw:d Bearbeitige vu andere Benutzer as kontrolliert z markiere\";'),('gsw','messages:action-patrolmarks','s:60:\"de:Kontrollmarkierungen in den letzten Änderungen anzusehen\";'),('gsw','messages:action-protect','s:37:\"gsw:dr Schutzstatus vu Syte z ändere\";'),('gsw','messages:action-purge','s:35:\"de:den Cache dieser Seite zu leeren\";'),('gsw','messages:action-read','s:20:\"gsw:die Syte z läse\";'),('gsw','messages:action-reupload','s:39:\"gsw:die vorhandene Datei z iberschryybe\";'),('gsw','messages:action-reupload-own','s:57:\"de:eine zuvor selbst hochgeladene Datei zu überschreiben\";'),('gsw','messages:action-reupload-shared','s:64:\"gsw:die Datei us em gmeinsam gnutzte Repositorium z iberschryybe\";'),('gsw','messages:action-rollback','s:82:\"gsw:d Änderige vum letschte Bearbeiter vun ere bstimmte Syte schnäll zruckzsetze\";'),('gsw','messages:action-sendemail','s:20:\"gsw:E-Mail z schicke\";'),('gsw','messages:action-siteadmin','s:37:\"gsw:d Datebank z sperre oder frejzgee\";'),('gsw','messages:action-suppressionlog','s:30:\"gsw:s privat Logbuech aazluege\";'),('gsw','messages:action-suppressredirect','s:71:\"de:beim Verschieben die Erstellung einer Weiterleitung zu unterdrücken\";'),('gsw','messages:action-suppressrevision','s:53:\"gsw:di versteckt Version aazluege un wider herzstelle\";'),('gsw','messages:action-unblockself','s:21:\"de:dich zu entsperren\";'),('gsw','messages:action-undelete','s:29:\"gsw:die Syte wider herzstelle\";'),('gsw','messages:action-unwatchedpages','s:49:\"gsw:d Lischt vu dr nit beobachtete Syten aazluege\";'),('gsw','messages:action-upload','s:20:\"gsw:Dateie uffezlade\";'),('gsw','messages:action-upload_by_url','s:46:\"gsw:Dateie vun ere Netzadräss (URL) uffezlade\";'),('gsw','messages:action-userrights','s:28:\"gsw:Benutzerrächt z ändere\";'),('gsw','messages:action-userrights-interwiki','s:49:\"gsw:d Rächt vu Benutzer in andere Wiki z ändere\";'),('gsw','messages:action-viewmyprivateinfo','s:36:\"gsw:dyni privati Information azluege\";'),('gsw','messages:action-viewmywatchlist','s:34:\"gsw:dyni Beobachtigslisten azluege\";'),('gsw','messages:action-viewsuppressed','s:52:\"de:vor jedem Benutzer versteckte Versionen anzusehen\";'),('gsw','messages:action-writeapi','s:26:\"gsw:d writeAPI z verwände\";'),('gsw','messages:actioncomplete','s:20:\"gsw:Uftrag usgfiert.\";'),('gsw','messages:actionfailed','s:23:\"gsw:Aktion fählgschlaa\";'),('gsw','messages:actions','s:11:\"gsw:Aktione\";'),('gsw','messages:actionthrottled','s:27:\"gsw:Aktionsaazahl limitiert\";'),('gsw','messages:actionthrottledtext','s:173:\"gsw:As Schutz vor Missbruch cha die Aktion im e churze Zytabstand nume begränzt durgfiert wäre. Du bisch ebe an die Gränz cho. Bitte versuech s in e paar Minute non emol.\";'),('gsw','messages:activeusers','s:32:\"gsw:Lischt vu dr aktive Benutzer\";'),('gsw','messages:activeusers-count','s:88:\"gsw:$1 {{PLURAL:$1|Aktion|Aktione}} {{PLURAL:$3|am letschte Tag|in dr letschte $3 Täg}}\";'),('gsw','messages:activeusers-excludegroups','s:58:\"de:Benutzer ausschließen, die zu diesen Gruppen gehören:\";'),('gsw','messages:activeusers-from','s:21:\"gsw:Zeig Benutzer ab:\";'),('gsw','messages:activeusers-groups','s:53:\"de:Benutzer anzeigen, die zu diesen Gruppen gehören:\";'),('gsw','messages:activeusers-intro','s:117:\"gsw:Des isch e Lischt vu Benutzer, wu irgedebis bearbeitet hän {{PLURAL:$1|am letschte Tag|in dr letschte $1 Täg}}.\";'),('gsw','messages:activeusers-noresult','s:24:\"gsw:Kei Benutzer gfunde.\";'),('gsw','messages:activeusers-submit','s:27:\"de:Aktive Benutzer anzeigen\";'),('gsw','messages:activeusers-summary','s:3:\"en:\";'),('gsw','messages:addedwatchexpiry-options-label','s:37:\"de:Zeitraum auf der Beobachungsliste:\";'),('gsw','messages:addedwatchexpiryhours','s:132:\"de:„[[:$1]]“ und die Diskussionsseite wurden für einige Stunden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addedwatchexpiryhours-talk','s:136:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden für einige Stunden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addedwatchexpirytext','s:120:\"de:„[[:$1]]“ und die Diskussionsseite wurden für $2 zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addedwatchexpirytext-talk','s:124:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden für $2 zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addedwatchindefinitelytext','s:122:\"de:„[[:$1]]“ und die Diskussionsseite wurden dauerhaft zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addedwatchindefinitelytext-talk','s:126:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden dauerhaft zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addedwatchtext','s:98:\"gsw:«[[:$1]]» steit itz mitsamt Diskussionssyten uf dyre [[Special:Watchlist|Beobachtigsliste]].\";'),('gsw','messages:addedwatchtext-short','s:53:\"gsw:D Syte «$1» steit itz uf dyre Beobachtigsliste.\";'),('gsw','messages:addedwatchtext-talk','s:116:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden zu deiner [[Special:Watchlist|Beobachtungsliste]] hinzugefügt.\";'),('gsw','messages:addsection','s:4:\"en:+\";'),('gsw','messages:addsection-editintro','s:3:\"en:\";'),('gsw','messages:addsection-preload','s:3:\"en:\";'),('gsw','messages:addwatch','s:40:\"gsw:zue de Beobachtigslischte derzue tue\";'),('gsw','messages:ago','s:10:\"gsw:vor $1\";'),('gsw','messages:all-logs-page','s:30:\"gsw:Alli effetligi Logbüecher\";'),('gsw','messages:allarticles','s:16:\"gsw:alli Artikel\";'),('gsw','messages:allinnamespace','s:32:\"gsw:alli Sytene im Namensruum $1\";'),('gsw','messages:alllogstext','s:207:\"gsw:Kombinierti Aasicht vu alle in {{SITENAME}} gfierte Protokoll.\nD Aazeig cha dur d Uuswahl vun eme Protokoll, eme Benutzername oder eme Sytename yygschränkt wäre (Acht gee uf d Gross- un Chleischrybig).\";'),('gsw','messages:allmessages','s:20:\"gsw:Systemnochrichte\";'),('gsw','messages:allmessages-filter','s:35:\"gsw:Filter fir dr aapasst Zuestand:\";'),('gsw','messages:allmessages-filter-all','s:8:\"gsw:Alli\";'),('gsw','messages:allmessages-filter-legend','s:10:\"gsw:Filter\";'),('gsw','messages:allmessages-filter-modified','s:13:\"gsw:Gänderet\";'),('gsw','messages:allmessages-filter-submit','s:8:\"gsw:Gang\";'),('gsw','messages:allmessages-filter-translate','s:14:\"gsw:Übersetze\";'),('gsw','messages:allmessages-filter-unmodified','s:17:\"gsw:Nit gänderet\";'),('gsw','messages:allmessages-language','s:11:\"gsw:Sproch:\";'),('gsw','messages:allmessages-not-supported-database','s:110:\"gsw:\'\'\'{{ns:special}}:Allmessages\'\'\' cha nit bruucht wärde will \'\'\'$wgUseDatabaseMessages\'\'\' abgschalte isch.\";'),('gsw','messages:allmessages-prefix','s:18:\"gsw:Präfixfilter:\";'),('gsw','messages:allmessagescurrent','s:19:\"gsw:jetzige Tekscht\";'),('gsw','messages:allmessagesdefault','s:16:\"gsw:Standardtext\";'),('gsw','messages:allmessagesname','s:8:\"gsw:Name\";'),('gsw','messages:allmessagestext','s:288:\"gsw:Des isch e Lischt vu allene meglige Syschtemnochrichte us em MediaWiki Namensruum.\nLueg au uf [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation MediaWiki Lokalisierig] un [https://translatewiki.net translatewiki.net], wänn Du zue dr MediaWiki-Lokalisierig wit byytrage.\";'),('gsw','messages:allowemail','s:64:\"gsw:andere Benutzer erlaube, dass si Ihne E-Mails chenne schicke\";'),('gsw','messages:allpages','s:15:\"gsw:alli Sytene\";'),('gsw','messages:allpages-bad-ns','s:61:\"gsw:Dr Namensruum „$1“ isch in {{SITENAME}} nit vorhande.\";'),('gsw','messages:allpages-hide-redirects','s:27:\"gsw:Wyterleitige uusblände\";'),('gsw','messages:allpages-summary','s:3:\"en:\";'),('gsw','messages:allpagesbadtitle','s:186:\"gsw:Dr Sytename, wu yygee hesch, isch nit giltig: Er het entwäder e vorgstellt Sproch-, e Interwiki-Chirzel oder s het ei oder meh Zeiche din, wu in eme Sytename nit derfe brucht wäre.\";'),('gsw','messages:allpagesfrom','s:20:\"gsw:Syte aazeige vo:\";'),('gsw','messages:allpagesprefix','s:31:\"gsw:Alli Sytene mit em Präfix:\";'),('gsw','messages:allpagessubmit','s:10:\"gsw:Sueche\";'),('gsw','messages:allpagesto','s:22:\"gsw:Syten aazeige bis:\";'),('gsw','messages:alreadyrolled','s:436:\"gsw:Cha d Änderig uf [[:$1]] wu vu [[User:$2|$2]] ([[User talk:$2|Diskussion]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]) gmacht wore sin, zruckneh, wel e andere Benutzer in dr Zwischenzyt s scho zruckgsetzt het oder suscht ebis an däre Syte gänderet het.\n\nDi letscht Änderig het [[User:$3|$3]] ([[User talk:$3|Diskussion]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]) gmacht.\";'),('gsw','messages:ancientpages','s:15:\"gsw:alti Sytene\";'),('gsw','messages:ancientpages-summary','s:3:\"en:\";'),('gsw','messages:and','s:11:\"gsw:&#32;un\";'),('gsw','messages:anoncontribs','s:12:\"gsw:Byyträg\";'),('gsw','messages:anoneditwarning','s:292:\"gsw:<strong>Warnig:</strong> Du bisch nit aagmäldet. Dy IP-Adräss wird effetli sichtbar, wänn Du Bearbeitige machsch. Wänn di <strong>[$1 aamälde duesch]</strong> oder <strong>[$2 e Benutzerkonto aalaisch]</strong>, wäre Bearbeitige zämme mit andere Bytreg Dym Nenutzername zuegordnet.\";'),('gsw','messages:anonnotice','s:4:\"en:-\";'),('gsw','messages:anononlyblock','s:16:\"gsw:nume Anonymi\";'),('gsw','messages:anonpreviewwarning','s:110:\"gsw:\'\'Du bisch nit aagmäldet. Bim Spychere wird Dyy IP-Adräss yydrait in d Versionsgschicht vu däre Syte.\'\'\";'),('gsw','messages:anontalk','s:34:\"gsw:Diskussionssyste vo sellere IP\";'),('gsw','messages:anontalkpagetext','s:622:\"gsw:----\n<em>Des isch e Diskussionssyte vun eme anonyme Benutzer, wu kei Zuegang aagleit het oder wu ne nit bruucht.</em>\nSälleweg mien mir di numerisch IP-Adräss bruuche zum ihn oder si z identifiziere. So ne IP-Adräss cha au vu mehrere Benutzer teilt wäre. Wenn Du ne anonyme Benutzer bisch un s Gfiel hesch, ass do irrelevanti Kommentar an di grichtet wäre, richte si si villicht an e friejere Bentuzer vu däre IP-Adräss un du chasch si ignoriere. Du chasch dir au ne [[Special:CreateAccount|Konto aalege]] oder [[Special:UserLogin|di aamälde]] zum in Zuekumft Verwirrige mit andere anonyme Benutzer z vermyyde.\";'),('gsw','messages:anonuser','s:36:\"gsw:anonyme {{SITENAME}}-Benutzer $1\";'),('gsw','messages:anonusers','s:58:\"gsw:{{PLURAL:$2|Anonyme|Anonymi}} {{SITENAME}}-Benutzer $1\";'),('gsw','messages:anonymous','s:68:\"gsw:{{PLURAL:$1|Anonyme Benutzer|Anonymi Benutzer}} uff {{SITENAME}}\";'),('gsw','messages:api-clientside-error-aborted','s:33:\"de:Die Anfrage wurde abgebrochen.\";'),('gsw','messages:api-clientside-error-http','s:55:\"de:Der Server hat einen Fehler zurückgegeben: HTTP $1.\";'),('gsw','messages:api-clientside-error-invalidresponse','s:33:\"de:Ungültige Antwort vom Server.\";'),('gsw','messages:api-clientside-error-noconnect','s:153:\"de:Es konnte keine Verbindung zum Server hergestellt werden. Stelle sicher, dass du eine funktionierende Internetverbindung hast, und versuche es erneut.\";'),('gsw','messages:api-clientside-error-timeout','s:54:\"gsw:Dr Server het kei antwort gee in dr erwartete Zyt.\";'),('gsw','messages:api-credits','s:425:\"de:API-Entwickler:\n* Yuri Astrakhan (Autor, Hauptentwickler von September 2006 bis September 2007)\n* Roan Kattouw (Hauptentwickler von September 2007 bis September 2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (Hauptentwickler 2013-2020)\n\nBitte sende deine Kommentare, Vorschläge und Fragen an mediawiki-api@lists.wikimedia.org\noder reiche einen Fehlerbericht auf https://phabricator.wikimedia.org/ ein.\";'),('gsw','messages:api-credits-header','s:15:\"de:Danksagungen\";'),('gsw','messages:api-error-badtoken','s:48:\"gsw:Intärne Fähler: Dr Token isch fählerhaft.\";'),('gsw','messages:api-error-emptypage','s:50:\"gsw:S isch nit erlaubt, neji lääri Syte aazlege.\";'),('gsw','messages:api-error-publishfailed','s:84:\"gsw:Interne Fähler: Der Server het di temporäri Datei nid chönne veröffentleche.\";'),('gsw','messages:api-error-stashfailed','s:73:\"gsw:Intärne Fähler: Dr Server het kei temporäri Datei chenne spychere.\";'),('gsw','messages:api-error-unknown-warning','s:25:\"gsw:Unbekannti Warnig: $1\";'),('gsw','messages:api-error-unknownerror','s:34:\"gsw:Nit bekannte Fähler: „$1“\";'),('gsw','messages:api-exception-trace','s:19:\"de:$1 bei $2($3)\n$4\";'),('gsw','messages:api-feed-error-title','s:14:\"de:Fehler ($1)\";'),('gsw','messages:api-format-prettyprint-header','s:472:\"de:Dies ist die Darstellung des $1-Formats in HTML. HTML ist gut zur Fehlerbehebung geeignet, aber unpassend für die Nutzung durch Anwendungen.\n\nGib den Parameter <var>format</var> an, um das Ausgabeformat zu ändern. Lege <kbd>format=$2</kbd> fest, um die von HTML abweichende Darstellung des $1-Formats zu erhalten.\n\nSiehe auch die [[mw:Special:MyLanguage/API|vollständige Dokumentation der API]] oder die [[Special:ApiHelp/main|API-Hilfe]] für weitere Informationen.\";'),('gsw','messages:api-format-prettyprint-header-hyperlinked','s:380:\"en:This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('gsw','messages:api-format-prettyprint-header-only-html','s:222:\"en:This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.\";'),('gsw','messages:api-format-prettyprint-status','s:63:\"de:Diese Antwort wird mit dem HTTP-Status $1 $2 zurückgegeben.\";'),('gsw','messages:api-format-title','s:25:\"de:MediaWiki-API-Ergebnis\";'),('gsw','messages:api-help-authmanager-general-usage','s:1254:\"en:The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you\'re done. The operation either succeeded or it didn\'t.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don\'t have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.\";'),('gsw','messages:api-help-authmanagerhelper-additional-params','s:344:\"en:This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.\";'),('gsw','messages:api-help-authmanagerhelper-continue','s:152:\"en:This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.\";'),('gsw','messages:api-help-authmanagerhelper-mergerequestfields','s:74:\"en:Merge field information for all authentication requests into one array.\";'),('gsw','messages:api-help-authmanagerhelper-messageformat','s:56:\"de:Zu verwendendes Format zur Rückgabe von Nachrichten.\";'),('gsw','messages:api-help-authmanagerhelper-preservestate','s:68:\"en:Preserve state from a previous failed login attempt, if possible.\";'),('gsw','messages:api-help-authmanagerhelper-request','s:194:\"en:Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.\";'),('gsw','messages:api-help-authmanagerhelper-requests','s:246:\"en:Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.\";'),('gsw','messages:api-help-authmanagerhelper-returnurl','s:517:\"en:Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.\";'),('gsw','messages:api-help-datatype-boolean','s:171:\"en:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\";'),('gsw','messages:api-help-datatype-expiry','s:259:\"de:Ablaufwerte können relativ (z. B. <kbd>5 months</kbd> oder <kbd>2 weeks</kbd>) oder absolut (z. B. <kbd>2014-09-18T12:34:56Z</kbd>) sein. Verwende für kein Ablaufdatum <kbd>infinite</kbd>, <kbd>indefinity</kbd>, <kbd>infinity</kbd> oder <kbd>never</kbd>.\";'),('gsw','messages:api-help-datatype-timestamp','s:391:\"en:Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp.\";'),('gsw','messages:api-help-datatypes-header','s:13:\"de:Datentypen\";'),('gsw','messages:api-help-datatypes-top','s:619:\"en:Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator \'\'and\'\' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:\";'),('gsw','messages:api-help-examples','s:36:\"de:{{PLURAL:$1|Beispiel|Beispiele}}:\";'),('gsw','messages:api-help-flag-deprecated','s:29:\"de:Dieses Modul ist veraltet.\";'),('gsw','messages:api-help-flag-generator','s:52:\"de:Dieses Modul kann als Generator verwendet werden.\";'),('gsw','messages:api-help-flag-internal','s:113:\"de:<strong>Dieses Modul ist intern oder instabil.</strong> Seine Operationen werden ohne Kenntnisnahme geändert.\";'),('gsw','messages:api-help-flag-mustbeposted','s:45:\"de:Dieses Modul akzeptiert nur POST-Anfragen.\";'),('gsw','messages:api-help-flag-readrights','s:37:\"de:Dieses Modul erfordert Leserechte.\";'),('gsw','messages:api-help-flag-writerights','s:40:\"de:Dieses Modul erfordert Schreibrechte.\";'),('gsw','messages:api-help-flags','s:3:\"en:\";'),('gsw','messages:api-help-help-urls','s:3:\"en:\";'),('gsw','messages:api-help-lead','s:168:\"de:Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.\n\nDokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('gsw','messages:api-help-license','s:20:\"de:Lizenz: [[$1|$2]]\";'),('gsw','messages:api-help-license-noname','s:28:\"de:Lizenz: [[$1|Siehe Link]]\";'),('gsw','messages:api-help-license-unknown','s:57:\"de:Lizenz: <span class=\"apihelp-unknown\">unbekannt</span>\";'),('gsw','messages:api-help-main-header','s:13:\"de:Hauptmodul\";'),('gsw','messages:api-help-no-extended-description','s:3:\"en:\";'),('gsw','messages:api-help-open-in-apisandbox','s:41:\"de:<small>[in Spielwiese öffnen]</small>\";'),('gsw','messages:api-help-param-continue','s:205:\"de:Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden. Ausführlichere Informationen zum Fortsetzen von Abfragen [[mw:Special:MyLanguage/API:Continue|befinden sich auf mediawiki.org]].\";'),('gsw','messages:api-help-param-default-empty','s:54:\"de:Standard: <span class=\"apihelp-empty\">(leer)</span>\";'),('gsw','messages:api-help-param-deprecated','s:12:\"de:Veraltet.\";'),('gsw','messages:api-help-param-deprecated-label','s:11:\"de:veraltet\";'),('gsw','messages:api-help-param-direction','s:35:\"en:In which direction to enumerate:\";'),('gsw','messages:api-help-param-disabled-in-miser-mode','s:86:\"de:Deaktiviert aufgrund des [[mw:Special:MyLanguage/Manual:$wgMiserMode|Miser-Modus]].\";'),('gsw','messages:api-help-param-internal','s:10:\"de:Intern.\";'),('gsw','messages:api-help-param-internal-label','s:9:\"de:Intern\";'),('gsw','messages:api-help-param-limited-in-miser-mode','s:229:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('gsw','messages:api-help-param-multi-all','s:51:\"de:Um alle Werte anzugeben, verwende <kbd>$1</kbd>.\";'),('gsw','messages:api-help-param-multi-separate','s:91:\"de:Werte mit <kbd>|</kbd> trennen oder [[Special:ApiHelp/main#main/datatypes|Alternative]].\";'),('gsw','messages:api-help-param-no-description','s:58:\"de:<span class=\"apihelp-empty\">(keine Beschreibung)</span>\";'),('gsw','messages:api-help-param-templated','s:115:\"de:Dies ist ein [[Special:ApiHelp/main#main/templatedparams|Vorlagenparameter]]. Bei der Erstellung der Anfrage $2.\";'),('gsw','messages:api-help-param-templated-var','s:57:\"de:<var>&#x7B;$1&#x7D;</var> mit Werten von <var>$2</var>\";'),('gsw','messages:api-help-param-templated-var-first','s:97:\"de:<var>&#x7B;$1&#x7D;</var> im Parameternamen sollte mit Werten von <var>$2</var> ersetzt werden\";'),('gsw','messages:api-help-param-token','s:93:\"de:Ein „$1“-Token abgerufen von [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('gsw','messages:api-help-param-token-webui','s:101:\"de:Aus Kompatibilitätsgründen wird der in der Weboberfläche verwendete Token ebenfalls akzeptiert.\";'),('gsw','messages:api-help-param-type-enum','s:144:\"de:{{PLURAL:$1|1=Einer der folgenden Werte|2=Werte (mit <kbd>{{!}}</kbd> trennen oder [[Special:ApiHelp/main#main/datatypes|Alternative]])}}: $2\";'),('gsw','messages:api-help-param-type-expiry','s:106:\"en:Type: {{PLURAL:$1|1=expiry|2=list of expiries}} ([[Special:ApiHelp/main#main/datatype/expiry|details]])\";'),('gsw','messages:api-help-param-type-limit','s:36:\"de:Typ: Ganzzahl oder <kbd>max</kbd>\";'),('gsw','messages:api-help-param-type-presenceboolean','s:73:\"en:Type: boolean ([[Special:ApiHelp/main#main/datatype/boolean|details]])\";'),('gsw','messages:api-help-param-type-timestamp','s:128:\"de:Typ: {{PLURAL:$1|1=Zeitstempel|2=Liste von Zeitstempeln}} ([[Special:ApiHelp/main#main/datatype/timestamp|erlaubte Formate]])\";'),('gsw','messages:api-help-parameters','s:62:\"de:{{PLURAL:$1|Spezifischer Parameter|Spezifische Parameter}}:\";'),('gsw','messages:api-help-parameters-note','s:48:\"de:Weitere allgemeine Parameter sind verfügbar.\";'),('gsw','messages:api-help-paramvalue-direction-newer','s:59:\"en:List oldest first. Note: $1start has to be before $1end.\";'),('gsw','messages:api-help-paramvalue-direction-older','s:73:\"en:List newest first (default). Note: $1start has to be later than $1end.\";'),('gsw','messages:api-help-permissions','s:45:\"de:{{PLURAL:$1|Berechtigung|Berechtigungen}}:\";'),('gsw','messages:api-help-permissions-granted-to','s:32:\"de:{{PLURAL:$1|Gewährt an}}: $2\";'),('gsw','messages:api-help-right-apihighlimits','s:188:\"de:Höhere Beschränkungen in API-Anfragen verwenden (langsame Anfragen: $1; schnelle Anfragen: $2). Die Beschränkungen für langsame Anfragen werden auch auf Mehrwertparameter angewandt.\";'),('gsw','messages:api-help-source','s:13:\"de:Quelle: $1\";'),('gsw','messages:api-help-source-unknown','s:57:\"de:Quelle: <span class=\"apihelp-unknown\">unbekannt</span>\";'),('gsw','messages:api-help-templatedparams','s:563:\"en:Templated parameters support cases where an API module needs a value for each value of some other parameter. For example, if there were an API module to request fruit, it might have a parameter <var>fruits</var> to specify which fruits are being requested and a templated parameter <var>{fruit}-quantity</var> to specify how many of each fruit to request. An API client that wants 1 apple, 5 bananas, and 20 strawberries could then make a request like <kbd>fruits=apples|bananas|strawberries&apples-quantity=1&bananas-quantity=5&strawberries-quantity=20</kbd>.\";'),('gsw','messages:api-help-templatedparams-header','s:20:\"de:Vorlagenparameter\";'),('gsw','messages:api-help-title','s:22:\"de:MediaWiki-API-Hilfe\";'),('gsw','messages:api-help-undocumented-module','s:47:\"de:Keine Dokumentation für das Modul „$1“.\";'),('gsw','messages:api-login-fail-aborted','s:280:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('gsw','messages:api-login-fail-aborted-nobotpw','s:173:\"en:Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('gsw','messages:api-login-fail-badsessionprovider','s:31:\"en:Cannot log in when using $1.\";'),('gsw','messages:api-login-fail-sameorigin','s:60:\"en:Cannot log in when the same-origin policy is not applied.\";'),('gsw','messages:api-pageset-param-converttitles','s:174:\"en:Convert titles to other variants if necessary. Only works if the wiki\'s content language supports variant conversion. Languages that support variant conversion include $1.\";'),('gsw','messages:api-pageset-param-generator','s:169:\"en:Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.\";'),('gsw','messages:api-pageset-param-pageids','s:67:\"de:Eine Liste der Seitenkennungen, an denen gearbeitet werden soll.\";'),('gsw','messages:api-pageset-param-redirects-generator','s:154:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.\";'),('gsw','messages:api-pageset-param-redirects-nogenerator','s:105:\"en:Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.\";'),('gsw','messages:api-pageset-param-revids','s:271:\"de:Eine Liste der zu bearbeitenden Versions-IDs. Beachte, dass fast alle Abfragemodule Versions-IDs in die entsprechende Seiten-ID konvertieren und stattdessen mit der neuesten Version arbeiten. Nur <kbd>prop=revisions</kbd> verwendet exakte Versionen für seine Antwort.\";'),('gsw','messages:api-pageset-param-titles','s:57:\"de:Eine Liste der Titel, an denen gearbeitet werden soll.\";'),('gsw','messages:api-usage-docref','s:35:\"de:Siehe $1 zur Verwendung der API.\";'),('gsw','messages:api-usage-mailinglist-ref','s:224:\"de:Abonniere die Mailingliste „mediawiki-api-announce“ auf &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; zum Feststellen von API-Veralterungen und „Breaking Changes“.\";'),('gsw','messages:apierror-allimages-redirect','s:125:\"en:Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.\";'),('gsw','messages:apierror-allpages-generator-redirects','s:124:\"en:Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.\";'),('gsw','messages:apierror-appendnotsupported','s:48:\"en:Can\'t append to pages using content model $1.\";'),('gsw','messages:apierror-articleexists','s:60:\"en:The article you tried to create has been created already.\";'),('gsw','messages:apierror-assertanonfailed','s:70:\"en:You are no longer logged out, so the action could not be completed.\";'),('gsw','messages:apierror-assertbotfailed','s:84:\"en:You do not have the <code>bot</code> right, so the action could not be completed.\";'),('gsw','messages:apierror-assertnameduserfailed','s:77:\"en:You are no longer logged in as \"$1\", so the action could not be completed.\";'),('gsw','messages:apierror-assertuserfailed','s:69:\"en:You are no longer logged in, so the action could not be completed.\";'),('gsw','messages:apierror-autoblocked','s:89:\"en:Your IP address has been blocked automatically, because it was used by a blocked user.\";'),('gsw','messages:apierror-bad-badfilecontexttitle','s:67:\"de:Ungültiger Titel im Parameter <var>$1badfilecontexttitle</var>.\";'),('gsw','messages:apierror-bad-watchlist-token','s:93:\"en:Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].\";'),('gsw','messages:apierror-badconfig-resulttoosmall','s:108:\"en:The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.\";'),('gsw','messages:apierror-badcontinue','s:93:\"en:Invalid continue param. You should pass the original value returned by the previous query.\";'),('gsw','messages:apierror-baddiff','s:111:\"en:The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.\";'),('gsw','messages:apierror-baddiffto','s:112:\"en:<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.\";'),('gsw','messages:apierror-badformat','s:76:\"en:The requested format $1 is not supported for content model $2 used by $3.\";'),('gsw','messages:apierror-badformat-generic','s:65:\"en:The requested format $1 is not supported for content model $2.\";'),('gsw','messages:apierror-badgenerator-notgenerator','s:54:\"en:Module <kbd>$1</kbd> cannot be used as a generator.\";'),('gsw','messages:apierror-badgenerator-unknown','s:37:\"de:<kbd>generator=$1</kbd> unbekannt.\";'),('gsw','messages:apierror-badip','s:38:\"de:Der IP-Parameter ist nicht gültig.\";'),('gsw','messages:apierror-badmd5','s:44:\"de:Die angegebene MD5-Prüfsumme war falsch.\";'),('gsw','messages:apierror-badmodule-badsubmodule','s:63:\"de:Das Modul <kbd>$1</kbd> hat kein Untermodul namens „$2“.\";'),('gsw','messages:apierror-badmodule-nosubmodules','s:49:\"de:Das Modul <kbd>$1</kbd> hat keine Untermodule.\";'),('gsw','messages:apierror-badparameter','s:53:\"de:Ungültiger Wert für den Parameter <var>$1</var>.\";'),('gsw','messages:apierror-badquery','s:22:\"de:Ungültige Abfrage.\";'),('gsw','messages:apierror-badtimestamp','s:60:\"en:Invalid value \"$2\" for timestamp parameter <var>$1</var>.\";'),('gsw','messages:apierror-badtoken','s:22:\"en:Invalid CSRF token.\";'),('gsw','messages:apierror-badupload','s:193:\"en:File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.\";'),('gsw','messages:apierror-badurl','s:54:\"en:Invalid value \"$2\" for URL parameter <var>$1</var>.\";'),('gsw','messages:apierror-baduser','s:55:\"en:Invalid value \"$2\" for user parameter <var>$1</var>.\";'),('gsw','messages:apierror-badvalue-notmultivalue','s:78:\"en:U+001F multi-value separation may only be used for multi-valued parameters.\";'),('gsw','messages:apierror-blocked','s:38:\"en:You have been blocked from editing.\";'),('gsw','messages:apierror-blocked-partial','s:56:\"de:Du wurdest für das Bearbeiten dieser Seite gesperrt.\";'),('gsw','messages:apierror-blockedfrommail','s:44:\"en:You have been blocked from sending email.\";'),('gsw','messages:apierror-botsnotsupported','s:44:\"en:This interface is not supported for bots.\";'),('gsw','messages:apierror-cannot-async-upload-file','s:359:\"de:Die Parameter <var>async</var> und <var>file</var> können nicht kombiniert werden. Falls du eine asynchrone Verarbeitung deiner hochgeladenen Datei wünschst, lade sie zuerst mithilfe des Parameters <var>stash</var> auf den Speicher hoch. Veröffentliche anschließend die gespeicherte Datei asynchron mithilfe von <var>filekey</var> und <var>async</var>.\";'),('gsw','messages:apierror-cannotreauthenticate','s:68:\"en:This action is not available as your identity cannot be verified.\";'),('gsw','messages:apierror-cannotviewtitle','s:34:\"en:You are not allowed to view $1.\";'),('gsw','messages:apierror-cantblock','s:44:\"en:You don\'t have permission to block users.\";'),('gsw','messages:apierror-cantblock-email','s:80:\"en:You don\'t have permission to block users from sending email through the wiki.\";'),('gsw','messages:apierror-cantchangecontentmodel','s:67:\"en:You don\'t have permission to change the content model of a page.\";'),('gsw','messages:apierror-canthide','s:66:\"en:You don\'t have permission to hide usernames from the block log.\";'),('gsw','messages:apierror-cantimport','s:45:\"en:You don\'t have permission to import pages.\";'),('gsw','messages:apierror-cantimport-upload','s:54:\"en:You don\'t have permission to import uploaded pages.\";'),('gsw','messages:apierror-cantoverwrite-sharedfile','s:95:\"en:The target file exists on a shared repository and you do not have permission to override it.\";'),('gsw','messages:apierror-cantsend','s:147:\"en:You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.\";'),('gsw','messages:apierror-cantundelete','s:96:\"en:Couldn\'t undelete: the requested revisions may not exist, or may have been undeleted already.\";'),('gsw','messages:apierror-cantview-deleted-comment','s:54:\"en:You don\'t have permission to view deleted comments.\";'),('gsw','messages:apierror-cantview-deleted-description','s:67:\"en:You don\'t have permission to view descriptions of deleted files.\";'),('gsw','messages:apierror-cantview-deleted-metadata','s:63:\"en:You don\'t have permission to view metadata of deleted files.\";'),('gsw','messages:apierror-cantview-deleted-revision-content','s:66:\"en:You don\'t have permission to view content of deleted revisions.\";'),('gsw','messages:apierror-changeauth-norequest','s:35:\"en:Failed to create change request.\";'),('gsw','messages:apierror-changecontentmodel-cannot-convert','s:56:\"en:Could not convert $1 to content model <code>$2</code>\";'),('gsw','messages:apierror-changecontentmodel-cannotbeused','s:53:\"en:Content model <code>$1</code> cannot be used on $2\";'),('gsw','messages:apierror-changecontentmodel-missingtitle','s:129:\"en:The page you specified doesn\'t exist. To create a new page with a custom content model, use the <kbd>action=edit</kbd> module.\";'),('gsw','messages:apierror-changecontentmodel-nodirectediting','s:64:\"en:Content model <code>$1</code> does not support direct editing\";'),('gsw','messages:apierror-chunk-too-small','s:74:\"en:Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.\";'),('gsw','messages:apierror-cidrtoobroad','s:52:\"en:$1 CIDR ranges broader than /$2 are not accepted.\";'),('gsw','messages:apierror-compare-maintextrequired','s:146:\"de:Der Parameter <var>$1text-main</var> ist erforderlich, wenn <var>$1slots</var> <kbd>main</kbd> enthält (kann nicht den Hauptschlitz löschen).\";'),('gsw','messages:apierror-compare-no-title','s:104:\"en:Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.\";'),('gsw','messages:apierror-compare-nofromrevision','s:101:\"de:Keine Version „from“. <var>fromrev</var>, <var>fromtitle</var> oder <var>fromid</var> angeben.\";'),('gsw','messages:apierror-compare-nosuchfromsection','s:48:\"en:There is no section $1 in the \'from\' content.\";'),('gsw','messages:apierror-compare-nosuchtosection','s:46:\"en:There is no section $1 in the \'to\' content.\";'),('gsw','messages:apierror-compare-notext','s:78:\"de:Der Parameter <var>$1</var> kann nicht ohne <var>$2</var> verwendet werden.\";'),('gsw','messages:apierror-compare-notorevision','s:93:\"de:Keine Version „to“. <var>torev</var>, <var>totitle</var> oder <var>toid</var> angeben.\";'),('gsw','messages:apierror-compare-relative-to-deleted','s:93:\"de:<kbd>torelative=$1</kbd> kann nicht relativ zu einer gelöschten Version verwendet werden.\";'),('gsw','messages:apierror-compare-relative-to-nothing','s:66:\"en:No \'from\' revision for <var>torelative</var> to be relative to.\";'),('gsw','messages:apierror-concurrency-limit','s:108:\"en:A concurrency limit has been exceeded. Please wait for each request to return before submitting the next.\";'),('gsw','messages:apierror-contentmodel-mismatch','s:145:\"de:Der von dir angegebene Inhalt hat das Inhaltsmodell <kbd>$1</kbd>, das sich vom aktuellen Inhaltsmodell der Seite <kbd>$2</kbd> unterscheidet.\";'),('gsw','messages:apierror-contentserializationexception','s:35:\"en:Content serialization failed: $1\";'),('gsw','messages:apierror-contenttoobig','s:100:\"de:Der gelieferte Inhalt überschreitet die Artikelgrößenbegrenzung von $1 {{PLURAL:$1|Kibibyte}}.\";'),('gsw','messages:apierror-copyuploadbaddomain','s:51:\"en:Uploads by URL are not allowed from this domain.\";'),('gsw','messages:apierror-copyuploadbadurl','s:36:\"en:Upload not allowed from this URL.\";'),('gsw','messages:apierror-create-titleexists','s:61:\"en:Existing titles can\'t be protected with <kbd>create</kbd>.\";'),('gsw','messages:apierror-csp-report','s:35:\"en:Error processing CSP report: $1.\";'),('gsw','messages:apierror-deletedrevs-param-not-1-2','s:62:\"en:The <var>$1</var> parameter cannot be used in modes 1 or 2.\";'),('gsw','messages:apierror-deletedrevs-param-not-3','s:56:\"en:The <var>$1</var> parameter cannot be used in mode 3.\";'),('gsw','messages:apierror-edit-invalidredirect','s:93:\"en:Cannot edit <kbd>$1</kbd> while following redirects, as target <kbd>$2</kbd> is not valid.\";'),('gsw','messages:apierror-emptynewsection','s:47:\"en:Creating empty new sections is not possible.\";'),('gsw','messages:apierror-emptypage','s:55:\"de:Das Erstellen neuer leerer Seiten ist nicht erlaubt.\";'),('gsw','messages:apierror-exceptioncaught','s:28:\"en:[$1] Exception caught: $2\";'),('gsw','messages:apierror-exceptioncaughttype','s:35:\"en:[$1] Caught exception of type $2\";'),('gsw','messages:apierror-filedoesnotexist','s:33:\"de:Die Datei ist nicht vorhanden.\";'),('gsw','messages:apierror-fileexists-sharedrepo-perm','s:109:\"en:The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.\";'),('gsw','messages:apierror-filenopath','s:30:\"en:Cannot get local file path.\";'),('gsw','messages:apierror-filetypecannotberotated','s:31:\"en:File type cannot be rotated.\";'),('gsw','messages:apierror-formatphp','s:113:\"en:This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.\";'),('gsw','messages:apierror-imageusage-badtitle','s:46:\"en:The title for <kbd>$1</kbd> must be a file.\";'),('gsw','messages:apierror-import-unknownerror','s:43:\"de:Unbekannter Fehler beim Importieren: $1.\";'),('gsw','messages:apierror-integeroutofrange-abovebotmax','s:67:\"en:<var>$1</var> may not be over $2 (set to $3) for bots or sysops.\";'),('gsw','messages:apierror-integeroutofrange-abovemax','s:58:\"en:<var>$1</var> may not be over $2 (set to $3) for users.\";'),('gsw','messages:apierror-integeroutofrange-belowminimum','s:53:\"en:<var>$1</var> may not be less than $2 (set to $3).\";'),('gsw','messages:apierror-invalid-chunk','s:63:\"en:Offset plus current chunk is greater than claimed file size.\";'),('gsw','messages:apierror-invalid-file-key','s:34:\"de:Kein gültiger Dateischlüssel.\";'),('gsw','messages:apierror-invalidcategory','s:46:\"en:The category name you entered is not valid.\";'),('gsw','messages:apierror-invalidexpiry','s:28:\"en:Invalid expiry time \"$1\".\";'),('gsw','messages:apierror-invalidiprange','s:37:\"de:Ungültiger CIDR-Bereich „$1“.\";'),('gsw','messages:apierror-invalidlang','s:53:\"en:Invalid language code for parameter <var>$1</var>.\";'),('gsw','messages:apierror-invalidmethod','s:75:\"de:Ungültige HTTP-Methode. Ziehe in Erwägung, GET oder POST zu verwenden.\";'),('gsw','messages:apierror-invalidoldimage','s:59:\"en:The <var>oldimage</var> parameter has an invalid format.\";'),('gsw','messages:apierror-invalidparammix','s:60:\"en:The {{PLURAL:$2|parameters}} $1 can not be used together.\";'),('gsw','messages:apierror-invalidparammix-cannotusewith','s:65:\"en:The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.\";'),('gsw','messages:apierror-invalidparammix-mustusewith','s:67:\"en:The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.\";'),('gsw','messages:apierror-invalidparammix-parse-new-section','s:169:\"en:<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.\";'),('gsw','messages:apierror-invalidsection','s:98:\"de:Der Parameter <var>section</var> muss eine gültige Abschnittskennung oder <kbd>new</kbd> sein.\";'),('gsw','messages:apierror-invalidsha1base36hash','s:45:\"en:The SHA1Base36 hash provided is not valid.\";'),('gsw','messages:apierror-invalidsha1hash','s:39:\"en:The SHA1 hash provided is not valid.\";'),('gsw','messages:apierror-invalidtitle','s:30:\"de:Ungültiger Titel „$1“.\";'),('gsw','messages:apierror-invalidurlparam','s:62:\"en:Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('gsw','messages:apierror-invaliduser','s:37:\"de:Ungültiger Benutzername „$1“.\";'),('gsw','messages:apierror-invaliduserid','s:55:\"de:Die Benutzerkennung <var>$1</var> ist nicht gültig.\";'),('gsw','messages:apierror-ipoutofrange','s:93:\"de:Der angeforderte CIDR-Bereich „$1“ kann nicht weiter sein als die CIDR-Grenze von /$2.\";'),('gsw','messages:apierror-maxbytes','s:90:\"de:Der Parameter <var>$1</var> kann nicht länger sein als {{PLURAL:$2|ein Byte|$2 Bytes}}\";'),('gsw','messages:apierror-maxchars','s:87:\"de:Der Parameter <var>$1</var> kann nicht länger sein als {{PLURAL:$2|ein|$2}} Zeichen\";'),('gsw','messages:apierror-maxlag','s:58:\"en:Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('gsw','messages:apierror-maxlag-generic','s:73:\"en:Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.\";'),('gsw','messages:apierror-mimesearchdisabled','s:41:\"en:MIME search is disabled in Miser Mode.\";'),('gsw','messages:apierror-missingcontent-pageid','s:34:\"en:Missing content for page ID $1.\";'),('gsw','messages:apierror-missingcontent-revid','s:38:\"en:Missing content for revision ID $1.\";'),('gsw','messages:apierror-missingcontent-revid-role','s:66:\"de:Fehlender Inhalt für die Versionskennung $1 für die Rolle $2.\";'),('gsw','messages:apierror-missingparam','s:43:\"en:The <var>$1</var> parameter must be set.\";'),('gsw','messages:apierror-missingparam-at-least-one-of','s:77:\"en:{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.\";'),('gsw','messages:apierror-missingparam-one-of','s:68:\"en:{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.\";'),('gsw','messages:apierror-missingrev-pageid','s:37:\"en:No current revision of page ID $1.\";'),('gsw','messages:apierror-missingrev-title','s:35:\"en:No current revision of title $1.\";'),('gsw','messages:apierror-missingtitle','s:40:\"en:The page you specified doesn\'t exist.\";'),('gsw','messages:apierror-missingtitle-byname','s:36:\"de:Die Seite $1 ist nicht vorhanden.\";'),('gsw','messages:apierror-missingtitle-createonly','s:63:\"en:Missing titles can only be protected with <kbd>create</kbd>.\";'),('gsw','messages:apierror-moduledisabled','s:46:\"en:The <kbd>$1</kbd> module has been disabled.\";'),('gsw','messages:apierror-multival-only-one-of','s:76:\"en:{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.\";'),('gsw','messages:apierror-multpages','s:53:\"en:<var>$1</var> may only be used with a single page.\";'),('gsw','messages:apierror-mustbeloggedin','s:35:\"de:Du musst eingeloggt sein, um $1.\";'),('gsw','messages:apierror-mustbeloggedin-changeauth','s:55:\"en:You must be logged in to change authentication data.\";'),('gsw','messages:apierror-mustbeloggedin-generic','s:28:\"de:Du musst angemeldet sein.\";'),('gsw','messages:apierror-mustbeloggedin-linkaccounts','s:42:\"en:You must be logged in to link accounts.\";'),('gsw','messages:apierror-mustbeloggedin-removeauth','s:55:\"en:You must be logged in to remove authentication data.\";'),('gsw','messages:apierror-mustbeloggedin-uploadstash','s:57:\"en:The upload stash is only available to logged-in users.\";'),('gsw','messages:apierror-mustbeposted','s:52:\"en:The <kbd>$1</kbd> module requires a POST request.\";'),('gsw','messages:apierror-mustpostparams','s:121:\"en:The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.\";'),('gsw','messages:apierror-no-direct-editing','s:75:\"en:Direct editing via API is not supported for content model $1 used by $2.\";'),('gsw','messages:apierror-noapiwrite','s:61:\"de:Das Bearbeiten dieses Wikis über die API ist deaktiviert.\";'),('gsw','messages:apierror-nochanges','s:29:\"en:No changes were requested.\";'),('gsw','messages:apierror-nodeleteablefile','s:35:\"en:No such old version of the file.\";'),('gsw','messages:apierror-noedit','s:43:\"en:You don\'t have permission to edit pages.\";'),('gsw','messages:apierror-noedit-anon','s:36:\"en:Anonymous users can\'t edit pages.\";'),('gsw','messages:apierror-noimageredirect','s:55:\"en:You don\'t have permission to create image redirects.\";'),('gsw','messages:apierror-noimageredirect-anon','s:48:\"en:Anonymous users can\'t create image redirects.\";'),('gsw','messages:apierror-nosuchlogid','s:36:\"en:There is no log entry with ID $1.\";'),('gsw','messages:apierror-nosuchpageid','s:37:\"de:Es gibt keine Seite mit der ID $1.\";'),('gsw','messages:apierror-nosuchrcid','s:40:\"en:There is no recent change with ID $1.\";'),('gsw','messages:apierror-nosuchrevid','s:35:\"en:There is no revision with ID $1.\";'),('gsw','messages:apierror-nosuchsection','s:31:\"de:Es gibt keinen Abschnitt $1.\";'),('gsw','messages:apierror-nosuchsection-what','s:37:\"de:Es gibt keinen Abschnitt $1 in $2.\";'),('gsw','messages:apierror-nosuchuserid','s:46:\"de:Es gibt keinen Benutzer mit der Kennung $1.\";'),('gsw','messages:apierror-notarget','s:57:\"en:You have not specified a valid target for this action.\";'),('gsw','messages:apierror-notpatrollable','s:55:\"en:The revision r$1 can\'t be patrolled as it\'s too old.\";'),('gsw','messages:apierror-nouploadmodule','s:24:\"en:No upload module set.\";'),('gsw','messages:apierror-opensearch-json-warnings','s:60:\"en:Warnings cannot be represented in OpenSearch JSON format.\";'),('gsw','messages:apierror-pagecannotexist','s:40:\"en:Namespace doesn\'t allow actual pages.\";'),('gsw','messages:apierror-pagedeleted','s:61:\"en:The page has been deleted since you fetched its timestamp.\";'),('gsw','messages:apierror-pagelang-disabled','s:72:\"de:Das Ändern der Sprache von Seiten ist auf diesem Wiki nicht erlaubt.\";'),('gsw','messages:apierror-paramempty','s:52:\"de:Der Parameter <var>$1</var> darf nicht leer sein.\";'),('gsw','messages:apierror-parsetree-notwikitext','s:68:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content.\";'),('gsw','messages:apierror-parsetree-notwikitext-title','s:94:\"en:<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.\";'),('gsw','messages:apierror-pastexpiry','s:35:\"en:Expiry time \"$1\" is in the past.\";'),('gsw','messages:apierror-permissiondenied','s:37:\"de:Du hast keine Berechtigung, um $1.\";'),('gsw','messages:apierror-permissiondenied-generic','s:32:\"de:Der Zugriff wurde verweigert.\";'),('gsw','messages:apierror-permissiondenied-patrolflag','s:100:\"en:You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.\";'),('gsw','messages:apierror-permissiondenied-unblock','s:46:\"en:You don\'t have permission to unblock users.\";'),('gsw','messages:apierror-prefixsearchdisabled','s:43:\"en:Prefix search is disabled in Miser Mode.\";'),('gsw','messages:apierror-promised-nonwrite-api','s:102:\"en:The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.\";'),('gsw','messages:apierror-protect-invalidaction','s:34:\"de:Ungültiger Schutztyp „$1“.\";'),('gsw','messages:apierror-protect-invalidlevel','s:33:\"en:Invalid protection level \"$1\".\";'),('gsw','messages:apierror-ratelimited','s:72:\"en:You\'ve exceeded your rate limit. Please wait some time and try again.\";'),('gsw','messages:apierror-readapidenied','s:47:\"en:You need read permission to use this module.\";'),('gsw','messages:apierror-readonly','s:53:\"de:Das Wiki ist derzeit im schreibgeschützten Modus.\";'),('gsw','messages:apierror-reauthenticate','s:78:\"en:You have not authenticated recently in this session, please reauthenticate.\";'),('gsw','messages:apierror-redirect-appendonly','s:177:\"en:You have attempted to edit using the redirect-following mode, which must be used in conjunction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.\";'),('gsw','messages:apierror-revdel-mutuallyexclusive','s:77:\"en:The same field cannot be used in both <var>hide</var> and <var>show</var>.\";'),('gsw','messages:apierror-revdel-needtarget','s:51:\"en:A target title is required for this RevDel type.\";'),('gsw','messages:apierror-revdel-paramneeded','s:77:\"en:At least one value is required for <var>hide</var> and/or <var>show</var>.\";'),('gsw','messages:apierror-revisions-badid','s:65:\"de:Für den Parameter <var>$1</var> wurde keine Version gefunden.\";'),('gsw','messages:apierror-revisions-norevids','s:247:\"en:The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).\";'),('gsw','messages:apierror-revisions-singlepage','s:316:\"en:<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.\";'),('gsw','messages:apierror-revwrongpage','s:43:\"de:Die Version $1 ist keine Version von $2.\";'),('gsw','messages:apierror-searchdisabled','s:36:\"en:<var>$1</var> search is disabled.\";'),('gsw','messages:apierror-sectionreplacefailed','s:68:\"de:Der aktualisierte Abschnitt konnte nicht zusammengeführt werden.\";'),('gsw','messages:apierror-sectionsnotsupported','s:51:\"en:Sections are not supported for content model $1.\";'),('gsw','messages:apierror-sectionsnotsupported-what','s:36:\"en:Sections are not supported by $1.\";'),('gsw','messages:apierror-show','s:71:\"en:Incorrect parameter - mutually exclusive values may not be supplied.\";'),('gsw','messages:apierror-siteinfo-includealldenied','s:76:\"en:Cannot view all servers\' info unless <var>$wgShowHostnames</var> is true.\";'),('gsw','messages:apierror-sizediffdisabled','s:45:\"en:Size difference is disabled in Miser Mode.\";'),('gsw','messages:apierror-spamdetected','s:79:\"en:Your edit was refused because it contained a spam fragment: <code>$1</code>.\";'),('gsw','messages:apierror-specialpage-cantexecute','s:70:\"en:You don\'t have permission to view the results of this special page.\";'),('gsw','messages:apierror-stashedfilenotfound','s:44:\"en:Could not find the file in the stash: $1.\";'),('gsw','messages:apierror-stashedit-missingtext','s:45:\"en:No stashed text found with the given hash.\";'),('gsw','messages:apierror-stashexception','s:5:\"en:$1\";'),('gsw','messages:apierror-stashfailed-complete','s:65:\"en:Chunked upload is already completed, check status for details.\";'),('gsw','messages:apierror-stashfailed-nosession','s:43:\"en:No chunked upload session with this key.\";'),('gsw','messages:apierror-stashfilestorage','s:42:\"en:Could not store upload in the stash: $1\";'),('gsw','messages:apierror-stashinvalidfile','s:33:\"de:Ungültige gespeicherte Datei.\";'),('gsw','messages:apierror-stashnosuchfilekey','s:39:\"de:Kein derartiger Dateischlüssel: $1.\";'),('gsw','messages:apierror-stashpathinvalid','s:56:\"en:File key of improper format or otherwise invalid: $1.\";'),('gsw','messages:apierror-stashwrongowner','s:24:\"de:Falscher Besitzer: $1\";'),('gsw','messages:apierror-stashzerolength','s:68:\"en:File is of zero length, and could not be stored in the stash: $1.\";'),('gsw','messages:apierror-systemblocked','s:49:\"de:Du wurdest von MediaWiki automatisch gesperrt.\";'),('gsw','messages:apierror-templateexpansion-notwikitext','s:87:\"en:Template expansion is only supported for wikitext content. $1 uses content model $2.\";'),('gsw','messages:apierror-toofewexpiries','s:105:\"en:$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.\";'),('gsw','messages:apierror-toomanyvalues','s:100:\"de:Es wurden zu viele Werte für den Parameter <var>$1</var> angegeben. Die Obergrenze liegt bei $2.\";'),('gsw','messages:apierror-unknownaction','s:58:\"en:The action specified, <kbd>$1</kbd>, is not recognized.\";'),('gsw','messages:apierror-unknownerror','s:32:\"de:Unbekannter Fehler: „$1“.\";'),('gsw','messages:apierror-unknownerror-editpage','s:35:\"de:Unbekannter EditPage-Fehler: $1.\";'),('gsw','messages:apierror-unknownerror-nocode','s:22:\"de:Unbekannter Fehler.\";'),('gsw','messages:apierror-unknownformat','s:35:\"de:Nicht erkanntes Format „$1“.\";'),('gsw','messages:apierror-unrecognizedparams','s:55:\"en:Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.\";'),('gsw','messages:apierror-unrecognizedvalue','s:54:\"en:Unrecognized value for parameter <var>$1</var>: $2.\";'),('gsw','messages:apierror-unsupportedrepo','s:62:\"en:Local file repository does not support querying all images.\";'),('gsw','messages:apierror-upload-filekeyneeded','s:71:\"en:Must supply a <var>filekey</var> when <var>offset</var> is non-zero.\";'),('gsw','messages:apierror-upload-filekeynotallowed','s:66:\"en:Cannot supply a <var>filekey</var> when <var>offset</var> is 0.\";'),('gsw','messages:apierror-upload-inprogress','s:41:\"en:Upload from stash already in progress.\";'),('gsw','messages:apierror-upload-missingresult','s:36:\"de:Kein Ergebnis in den Statusdaten.\";'),('gsw','messages:apierror-urlparamnormal','s:47:\"en:Could not normalize image parameters for $1.\";'),('gsw','messages:apierror-writeapidenied','s:56:\"en:You\'re not allowed to edit this wiki through the API.\";'),('gsw','messages:apihelp','s:13:\"gsw:API-Hilff\";'),('gsw','messages:apihelp-block-example-ip-simple','s:84:\"de:Sperren der IP-Adresse <kbd>192.0.2.5</kbd> für drei Tage mit einer Begründung.\";'),('gsw','messages:apihelp-block-example-user-complex','s:155:\"de:Benutzer <kbd>Vandal</kbd> unbeschränkt mit einer Begründung sperren und die Erstellung neuer Benutzerkonten sowie den Versand von E-Mails verhindern.\";'),('gsw','messages:apihelp-block-param-actionrestrictions','s:124:\"de:Liste der Aktionen, die der Benutzer nicht ausführen darf. Nur zutreffend, wenn <var>partial</var> auf true gesetzt ist.\";'),('gsw','messages:apihelp-block-param-allowusertalk','s:172:\"de:Dem Benutzer erlauben, seine eigene Diskussionsseite zu bearbeiten (abhängig von <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('gsw','messages:apihelp-block-param-anononly','s:94:\"de:Nur anonyme Benutzer sperren (z.&nbsp;B. anonyme Bearbeitungen für diese IP deaktivieren).\";'),('gsw','messages:apihelp-block-param-autoblock','s:125:\"de:Die zuletzt verwendete IP-Adresse automatisch sperren und alle darauffolgenden IP-Adressen, die versuchen sich anzumelden.\";'),('gsw','messages:apihelp-block-param-expiry','s:258:\"de:Sperrdauer. Kann relativ (z.&nbsp;B. <kbd>5 months</kbd> oder <kbd>2 weeks</kbd>) oder absolut (z.&nbsp;B. <kbd>2014-09-18T12:34:56Z</kbd>) sein. Wenn auf <kbd>infinite</kbd>, <kbd>indefinite</kbd> oder <kbd>never</kbd> gesetzt, ist die Sperre unbegrenzt.\";'),('gsw','messages:apihelp-block-param-hidename','s:93:\"de:Den Benutzernamen im Sperr-Logbuch verstecken (erfordert das <code>hideuser</code>-Recht).\";'),('gsw','messages:apihelp-block-param-namespacerestrictions','s:142:\"de:Listet Namensraumkennungen zum Sperren des Benutzers für das Bearbeiten auf. Nur zutreffend, wenn <var>partial</var> auf true gesetzt ist.\";'),('gsw','messages:apihelp-block-param-nocreate','s:39:\"de:Benutzerkontenerstellung verhindern.\";'),('gsw','messages:apihelp-block-param-noemail','s:108:\"de:Benutzer davon abhalten, E-Mails auf dem Wiki zu versenden (erfordert das <code>blockemail</code>-Recht).\";'),('gsw','messages:apihelp-block-param-pagerestrictions','s:138:\"de:Listet die für den Benutzer zu sperrenden Titel für das Bearbeiten auf. Nur zutreffend, wenn <var>partial</var> auf true gesetzt ist.\";'),('gsw','messages:apihelp-block-param-partial','s:98:\"de:Sperrt den Benutzer für spezielle Seiten oder Namensräume und nicht für die gesamte Website.\";'),('gsw','messages:apihelp-block-param-reason','s:20:\"de:Sperrbegründung.\";'),('gsw','messages:apihelp-block-param-reblock','s:81:\"de:Falls der Benutzer bereits gesperrt ist, die vorhandene Sperre überschreiben.\";'),('gsw','messages:apihelp-block-param-tags','s:72:\"de:Auf den Eintrag im Sperr-Logbuch anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-block-param-user','s:37:\"de:Benutzer, der gesperrt werden soll\";'),('gsw','messages:apihelp-block-param-userid','s:56:\"de:Stattdessen <kbd>$1user=#<var>ID</var></kbd> angeben.\";'),('gsw','messages:apihelp-block-param-watchlistexpiry','s:132:\"de:Ablaufzeitstempel der Beobachtungsliste. Lasse diesen Parameter vollständig weg, um den aktuellen Ablauf unverändert zu lassen.\";'),('gsw','messages:apihelp-block-param-watchuser','s:80:\"de:Benutzer- und Diskussionsseiten des Benutzers oder der IP-Adresse beobachten.\";'),('gsw','messages:apihelp-block-summary','s:25:\"de:Sperrt einen Benutzer.\";'),('gsw','messages:apihelp-changeauthenticationdata-example-password','s:91:\"de:Versucht, das Passwort des aktuellen Benutzers in <kbd>ExamplePassword</kbd> zu ändern.\";'),('gsw','messages:apihelp-changeauthenticationdata-summary','s:67:\"de:Ändert die Authentifizierungsdaten für den aktuellen Benutzer.\";'),('gsw','messages:apihelp-changecontentmodel-example','s:64:\"de:Ändere das Inhaltsmodell der Hauptseite zu <code>text</code>\";'),('gsw','messages:apihelp-changecontentmodel-param-bot','s:69:\"de:Markieren Sie die Änderung des Inhaltsmodells mit einem Bot-Flag.\";'),('gsw','messages:apihelp-changecontentmodel-param-model','s:35:\"de:Inhaltsmodell des neuen Inhalts.\";'),('gsw','messages:apihelp-changecontentmodel-param-pageid','s:130:\"de:Seitennummer der Seite, deren Inhaltsmodell geändert werden soll. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('gsw','messages:apihelp-changecontentmodel-param-summary','s:56:\"de:Zusammenfassung und Protokolleintragsgrund bearbeiten\";'),('gsw','messages:apihelp-changecontentmodel-param-tags','s:86:\"de:Ändern Sie die Tags, um sie auf den Protokolleintrag anzuwenden und zu bearbeiten.\";'),('gsw','messages:apihelp-changecontentmodel-param-title','s:124:\"de:Titel der Seite, deren Inhaltsmodell geändert werden soll. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('gsw','messages:apihelp-changecontentmodel-summary','s:36:\"de:Inhaltsmodell einer Seite ändern\";'),('gsw','messages:apihelp-checktoken-example-simple','s:58:\"de:Überprüft die Gültigkeit des <kbd>csrf</kbd>-Tokens.\";'),('gsw','messages:apihelp-checktoken-param-maxtokenage','s:50:\"de:Maximal erlaubtes Alter des Tokens in Sekunden.\";'),('gsw','messages:apihelp-checktoken-param-token','s:35:\"de:Token, das getestet werden soll.\";'),('gsw','messages:apihelp-checktoken-param-type','s:44:\"de:Typ des Tokens, das getestet werden soll.\";'),('gsw','messages:apihelp-checktoken-summary','s:130:\"de:Überprüft die Gültigkeit eines über <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> erhaltenen Tokens.\";'),('gsw','messages:apihelp-clearhasmsg-example-1','s:65:\"de:<code>hasmsg</code>-Flags für den aktuellen Benutzer löschen\";'),('gsw','messages:apihelp-clearhasmsg-summary','s:99:\"de:Löschen des <code>hasmsg</code>-Flags („hat Nachrichten“-Flag) für den aktuellen Benutzer.\";'),('gsw','messages:apihelp-clientlogin-example-login','s:125:\"de:Startet den Prozess der Anmeldung in dem Wiki als Benutzer <kbd>Example</kbd> mit dem Passwort <kbd>ExamplePassword</kbd>.\";'),('gsw','messages:apihelp-clientlogin-example-login2','s:162:\"de:Setze die Anmeldung nach einer <samp>UI</samp>-Antwort für die Zwei-Faktor-Authentifizierung fort und gib einen <var>OATHToken</var> von <kbd>987654</kbd> an.\";'),('gsw','messages:apihelp-clientlogin-summary','s:58:\"de:Melde dich bei dem Wiki mit dem interaktiven Ablauf an.\";'),('gsw','messages:apihelp-compare-example-1','s:47:\"de:Unterschied zwischen Version 1 und 2 abrufen\";'),('gsw','messages:apihelp-compare-extended-description','s:116:\"de:Du musst eine Versionsnummer, einen Seitentitel oder eine Seitennummer für „from“ als auch „to“ angeben.\";'),('gsw','messages:apihelp-compare-param-difftype','s:57:\"de:Rückgabe des als Inline-HTML formatierten Vergleichs.\";'),('gsw','messages:apihelp-compare-param-fromcontentformat','s:100:\"de:Präzisiere <kbd>fromslots=main</kbd> und verwende stattdessen <var>fromcontentformat-main</var>.\";'),('gsw','messages:apihelp-compare-param-fromcontentformat-{slot}','s:69:\"de:Inhalts-Serialisierungsformat von <var>fromtext-&#x7B;slot}</var>.\";'),('gsw','messages:apihelp-compare-param-fromcontentmodel','s:99:\"de:Präzisiere <kbd>fromslots=main</kbd> und verwende stattdessen <var>fromcontentmodel-main</var>.\";'),('gsw','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:134:\"de:Inhaltsmodell von <var>totext-&#x7B;slot}</var>. Falls nicht angegeben, wird es auf der Grundlage der anderen Parameter geschätzt.\";'),('gsw','messages:apihelp-compare-param-fromid','s:39:\"de:Erste zu vergleichende Seitennummer.\";'),('gsw','messages:apihelp-compare-param-frompst','s:82:\"de:Führt eine Vorspeicherungsumwandlung für <var>fromtext-&#x7B;slot}</var> aus.\";'),('gsw','messages:apihelp-compare-param-fromrev','s:34:\"de:Erste zu vergleichende Version.\";'),('gsw','messages:apihelp-compare-param-fromsection','s:78:\"de:Nur den angegebenen Abschnitt des angegebenen „from“-Inhalts verwenden.\";'),('gsw','messages:apihelp-compare-param-fromsection-{slot}','s:266:\"de:Wenn <var>fromtext-&#x7B;slot}</var> der Inhalt eines einzelnen Abschnitts ist, ist dies die Abschnittskennung. Es wird wie bei einer Abschnittsbearbeitung in die durch <var>fromtitle</var>, <var>fromid</var> oder <var>fromrev</var> angegebene Version eingefügt.\";'),('gsw','messages:apihelp-compare-param-fromslots','s:344:\"de:Überschreibe den Inhalt der durch <var>fromtitle</var> , <var>fromid</var> oder <var>fromrev</var> angegebenen Version.\n\nDieser Parameter gibt die Slots an, die geändert werden sollen. Verwende <var>fromtext-{slot}</var> , <var>fromcontentmodel-{slot}</var> und <var>fromcontentformat-{slot}</var>, um den Inhalt für jeden Slot anzugeben.\";'),('gsw','messages:apihelp-compare-param-fromtext','s:91:\"de:Präzisiere <kbd>fromslots=main</kbd> und verwende stattdessen <var>fromtext-main</var>.\";'),('gsw','messages:apihelp-compare-param-fromtext-{slot}','s:96:\"de:Text des angegebenen Slots. Wenn er weggelassen wird, wird der Slot aus der Version entfernt.\";'),('gsw','messages:apihelp-compare-param-fromtitle','s:34:\"de:Erster zu vergleichender Titel.\";'),('gsw','messages:apihelp-compare-param-prop','s:48:\"de:Welche Informationen abgerufen werden sollen.\";'),('gsw','messages:apihelp-compare-param-slots','s:92:\"de:Rückgabe einzelner Diffs für diese Slots statt eines kombinierten Diff für alle Slots.\";'),('gsw','messages:apihelp-compare-param-tocontentformat','s:96:\"de:Spezifiziere <kbd>toslots=main</kbd> und verwende stattdessen <var>tocontentmodel-main</var>.\";'),('gsw','messages:apihelp-compare-param-tocontentformat-{slot}','s:81:\"de:Format für die Serialisierung von Inhalten von <var>totext-&#x7B;slot}</var>.\";'),('gsw','messages:apihelp-compare-param-tocontentmodel','s:96:\"de:Spezifiziere <kbd>toslots=main</kbd> und verwende stattdessen <var>tocontentmodel-main</var>.\";'),('gsw','messages:apihelp-compare-param-tocontentmodel-{slot}','s:134:\"de:Inhaltsmodell von <var>totext-&#x7B;slot}</var>. Falls nicht angegeben, wird es auf der Grundlage der anderen Parameter geschätzt.\";'),('gsw','messages:apihelp-compare-param-toid','s:40:\"de:Zweite zu vergleichende Seitennummer.\";'),('gsw','messages:apihelp-compare-param-topst','s:68:\"de:Führt eine Vorspeicherungsumwandlung für <var>totext</var> aus.\";'),('gsw','messages:apihelp-compare-param-torelative','s:187:\"de:Verwenden einer Version relativ zu der Version, die aus <var>fromtitle</var>, <var>fromid</var> oder <var>fromrev</var> ermittelt wird. Alle anderen „to“-Optionen werden ignoriert.\";'),('gsw','messages:apihelp-compare-param-torev','s:35:\"de:Zweite zu vergleichende Version.\";'),('gsw','messages:apihelp-compare-param-tosection','s:71:\"de:Verwende nur den angegebenen Abschnitt des angegebenen \'to\'-Inhalts.\";'),('gsw','messages:apihelp-compare-param-tosection-{slot}','s:258:\"de:Wenn <var>totext-&#x7B;slot}</var> der Inhalt eines einzelnen Abschnitts ist, ist dies die Abschnittskennung. Es wird wie bei einer Abschnittsbearbeitung in die durch <var>totitle</var>, <var>toid</var> oder <var>torev</var> angegebene Version eingefügt.\";'),('gsw','messages:apihelp-compare-param-toslots','s:317:\"en:Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.\n\nThis parameter specifies the slots that are to be modified. Use <var>totext-&#x7B;slot}</var>, <var>tocontentmodel-&#x7B;slot}</var>, and <var>tocontentformat-&#x7B;slot}</var> to specify content for each slot.\";'),('gsw','messages:apihelp-compare-param-totext','s:88:\"de:Spezifiziere <kbd>toslots=main</kbd> und verwende stattdessen <var>totext-main</var>.\";'),('gsw','messages:apihelp-compare-param-totext-{slot}','s:96:\"de:Text des angegebenen Slots. Wenn er weggelassen wird, wird der Slot aus der Version entfernt.\";'),('gsw','messages:apihelp-compare-param-totitle','s:35:\"de:Zweiter zu vergleichender Titel.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-comment','s:205:\"de:Der Kommentar zu den „from“- und „to“-Versionen. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>fromcommenthidden</samp> oder <samp>tocommenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-diff','s:25:\"de:Das Unterschieds-HTML.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-diffsize','s:46:\"de:Die Größe des Unterschieds-HTML in Bytes.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-ids','s:60:\"de:Die Seite und Version-IDs der \"from\"- und \"to\"-Versionen.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:214:\"de:Der geparste Kommentar zu den „from“- und „to“-Versionen. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>fromcommenthidden</samp> oder <samp>tocommenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-rel','s:76:\"de:Die Versions-IDs der Versionen vor \'from\' und nach \'to\', falls vorhanden.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-size','s:53:\"de:Die Größe der Versionen „from“ und „to“.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-timestamp','s:58:\"de:Der Zeitstempel der „from“- und „to“-Versionen.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-title','s:58:\"de:Die Seitentitel der Versionen „Von“ und „Nach“.\";'),('gsw','messages:apihelp-compare-paramvalue-prop-user','s:215:\"de:Der Benutzername und die -kennung der „from“- und „to“-Versionen. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>fromuserhidden</samp> oder <samp>touserhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-compare-summary','s:48:\"de:Ruft den Unterschied zwischen zwei Seiten ab.\";'),('gsw','messages:apihelp-createaccount-example-create','s:113:\"de:Start des Prozesses der Erstellung des Benutzers <kbd>Example<kbd> mit dem Passwort <kbd>ExamplePassword<kbd>.\";'),('gsw','messages:apihelp-createaccount-param-preservestate','s:420:\"de:Falls <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> für <samp>hasprimarypreservedstate</samp> wahr ausgegeben hat, sollten Anfragen, die als <samp>primary-required</samp> markiert wurden, ausgelassen werden. Falls ein nicht-leerer Wert für <samp>preservedusername</samp> zurückgegeben wurde, muss dieser Benutzername für den Parameter <var>username</var> verwendet werden.\";'),('gsw','messages:apihelp-createaccount-summary','s:36:\"de:Erstellt ein neues Benutzerkonto.\";'),('gsw','messages:apihelp-cspreport-param-reportonly','s:120:\"de:Kennzeichnen eines Berichts als einen Bericht aus einer Überwachungsrichtlinie, nicht als eine erzwungene Richtlinie\";'),('gsw','messages:apihelp-cspreport-param-source','s:69:\"de:Was der CSP-Header erzeugt hat, der diesen Bericht ausgelöst hat.\";'),('gsw','messages:apihelp-cspreport-summary','s:214:\"de:Wird von Browsern verwendet, um Verstöße gegen die Content Security Policy zu melden. Dieses Modul sollte niemals verwendet werden, außer wenn es automatisch von einem CSP-konformen Webbrowser verwendet wird.\";'),('gsw','messages:apihelp-delete-example-reason','s:89:\"de:[[{{MediaWiki:Mainpage}}]] löschen mit der Begründung <kbd>Preparing for move</kbd>.\";'),('gsw','messages:apihelp-delete-example-simple','s:39:\"de:[[{{MediaWiki:Mainpage}}]] löschen.\";'),('gsw','messages:apihelp-delete-param-deletetalk','s:50:\"de:Löschen der Diskussionsseite, falls vorhanden.\";'),('gsw','messages:apihelp-delete-param-oldimage','s:142:\"de:Name des alten zu löschenden Bildes, wie von [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]] angegeben.\";'),('gsw','messages:apihelp-delete-param-pageid','s:114:\"de:Seitennummer der Seite, die gelöscht werden soll. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('gsw','messages:apihelp-delete-param-reason','s:101:\"de:Löschbegründung. Falls nicht festgelegt, wird eine automatisch generierte Begründung verwendet.\";'),('gsw','messages:apihelp-delete-param-tags','s:83:\"de:Ändert die Markierungen, die auf den Eintrag im Lösch-Logbuch anzuwenden sind.\";'),('gsw','messages:apihelp-delete-param-title','s:108:\"de:Titel der Seite, die gelöscht werden soll. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('gsw','messages:apihelp-delete-param-unwatch','s:45:\"de:Seite von der Beobachtungsliste entfernen.\";'),('gsw','messages:apihelp-delete-param-watch','s:66:\"de:Seite auf die Beobachtungsliste des aktuellen Benutzers setzen.\";'),('gsw','messages:apihelp-delete-param-watchlist','s:205:\"de:Bedingungslos die Seite zur Beobachtungsliste des aktuellen Benutzers hinzufügen oder von dieser entfernen, Benutzereinstellungen verwenden (für Bot-Benutzer ignoriert) oder Beobachtung nicht ändern.\";'),('gsw','messages:apihelp-delete-param-watchlistexpiry','s:142:\"de:Zeitstempel für den Ablauf der Beobachtungsliste. Diesen Parameter vollständig weglassen, um den aktuellen Ablauf unverändert zu lassen.\";'),('gsw','messages:apihelp-delete-summary','s:22:\"de:Löscht eine Seite.\";'),('gsw','messages:apihelp-disabled-summary','s:34:\"de:Dieses Modul wurde deaktiviert.\";'),('gsw','messages:apihelp-edit-example-edit','s:24:\"de:Eine Seite bearbeiten\";'),('gsw','messages:apihelp-edit-example-prepend','s:60:\"de:<kbd>_&#95;NOTOC_&#95;</kbd> bei einer Seite voranstellen\";'),('gsw','messages:apihelp-edit-example-undo','s:82:\"de:Versionen 13579 bis 13585 mit automatischer Zusammenfassung rückgängig machen\";'),('gsw','messages:apihelp-edit-param-appendtext','s:177:\"de:Diesen Text an das Ende der Seite oder des Abschnitts hinzufügen. Überschreibt $1text.\n\nVerwende statt dieses Parameters $1section=new zum Anhängen eines neuen Abschnitts.\";'),('gsw','messages:apihelp-edit-param-baserevid','s:282:\"de:ID der Basisversion, die zum Erkennen von Bearbeitungskonflikten verwendet wird. Kann über [[Special:ApiHelp/query+revisions|action=query&prop=revisions]] bezogen werden. Selbstkonflikte führen dazu, dass die Bearbeitung fehlschlägt, es sei denn, basetimestamp ist festgelegt.\";'),('gsw','messages:apihelp-edit-param-basetimestamp','s:233:\"de:Zeitstempel der Basisversion, wird verwendet zum Aufspüren von Bearbeitungskonflikten. Kann abgerufen werden durch [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Eigenkonflikte werden ignoriert.\";'),('gsw','messages:apihelp-edit-param-bot','s:51:\"de:Diese Bearbeitung als Bot-Bearbeitung markieren.\";'),('gsw','messages:apihelp-edit-param-contentformat','s:65:\"de:Für den Eingabetext verwendetes Inhaltsserialisierungsformat.\";'),('gsw','messages:apihelp-edit-param-contentmodel','s:35:\"de:Inhaltsmodell des neuen Inhalts.\";'),('gsw','messages:apihelp-edit-param-createonly','s:59:\"de:Seite nicht bearbeiten, falls sie bereits vorhanden ist.\";'),('gsw','messages:apihelp-edit-param-md5','s:198:\"de:Der MD5-Hash des Parameters $1text oder der aneinandergehängten Parameter $1prependtext und $1appendtext. Wenn angegeben, wird die Bearbeitung nicht ausgeführt, wenn der Hash nicht korrekt ist.\";'),('gsw','messages:apihelp-edit-param-minor','s:47:\"de:Markiert diese Bearbeitung als geringfügig.\";'),('gsw','messages:apihelp-edit-param-nocreate','s:66:\"de:Einen Fehler zurückgeben, falls die Seite nicht vorhanden ist.\";'),('gsw','messages:apihelp-edit-param-notminor','s:135:\"de:Diese Bearbeitung nicht als geringfügig markieren, auch wenn die Benutzereinstellung „{{int:tog-minordefault}}“ festgelegt ist.\";'),('gsw','messages:apihelp-edit-param-pageid','s:115:\"de:Seitennummer der Seite, die bearbeitet werden soll. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('gsw','messages:apihelp-edit-param-prependtext','s:88:\"de:Diesen Text an den Anfang der Seite oder des Abschnitts setzen. Überschreibt $1text.\";'),('gsw','messages:apihelp-edit-param-recreate','s:82:\"de:Keinen Fehler zurückgeben, wenn die Seite in der Zwischenzeit gelöscht wurde.\";'),('gsw','messages:apihelp-edit-param-redirect','s:41:\"de:Weiterleitungen automatisch auflösen.\";'),('gsw','messages:apihelp-edit-param-section','s:171:\"de:Abschnittskennzeichen. <kbd>0</kbd> für die Einleitung, <kbd>new</kbd> für einen neuen Abschnitt. Meist eine positive ganze Zahl, kann aber auch nicht-numerisch sein.\";'),('gsw','messages:apihelp-edit-param-sectiontitle','s:93:\"de:Die Überschrift für einen neuen Abschnitt, wenn <var>$1section=new</var> verwendet wird.\";'),('gsw','messages:apihelp-edit-param-starttimestamp','s:323:\"de:Zeitstempel, an dem der Bearbeitungsprozess begonnen wurde. Er wird zum Aufspüren von Bearbeitungskonflikten verwendet. Ein geeigneter Wert kann mithilfe von <var>[[Special:ApiHelp/main|curtimestamp]]</var> beim Beginn des Bearbeitungsprozesses (z.&nbsp;B. beim Laden des Seiteninhalts zum Bearbeiten) abgerufen werden.\";'),('gsw','messages:apihelp-edit-param-summary','s:431:\"de:Bearbeitungszusammenfassung.\n\nWird dieser Parameter nicht angegeben oder ist er leer, wird [[mw:Special:MyLanguage/Autosummary|automatisch eine Bearbeitungszusammenfassung erstellt]].\n\nWenn <var>$1section=new</var> angegeben und <var>$1sectiontitle</var> nicht angegeben wird, wird stattdessen der Wert dieses Parameters für den Titel des Abschnitts verwendet, und es wird automatisch eine Bearbeitungszusammenfassung erstellt.\";'),('gsw','messages:apihelp-edit-param-tags','s:55:\"de:Auf die Version anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-edit-param-text','s:16:\"de:Seiteninhalt.\";'),('gsw','messages:apihelp-edit-param-title','s:109:\"de:Titel der Seite, die bearbeitet werden soll. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('gsw','messages:apihelp-edit-param-token','s:106:\"de:Der Token sollte immer als letzter Parameter gesendet werden, zumindest aber nach dem $1text-Parameter.\";'),('gsw','messages:apihelp-edit-param-undo','s:91:\"de:Diese Version rückgängig machen. Überschreibt $1text, $1prependtext und $1appendtext.\";'),('gsw','messages:apihelp-edit-param-undoafter','s:124:\"de:Alle Versionen von $1undo bis zu dieser rückgängig machen. Falls nicht angegeben, nur eine Version rückgängig machen.\";'),('gsw','messages:apihelp-edit-param-unwatch','s:45:\"de:Seite von der Beobachtungsliste entfernen.\";'),('gsw','messages:apihelp-edit-param-watch','s:43:\"de:Seite der Beobachtungsliste hinzufügen.\";'),('gsw','messages:apihelp-edit-param-watchlist','s:203:\"de:Die Seite zur Beobachtungsliste des aktuellen Benutzers hinzufügen oder von ihr entfernen, die Standardeinstellungen (werden für Bot-Benutzer ignoriert) verwenden oder die Beobachtung nicht ändern.\";'),('gsw','messages:apihelp-edit-param-watchlistexpiry','s:140:\"de:Zeitstempel des Ablaufs der Beobachtungsliste. Lasse diesen Parameter ganz weg, damit der aktuelle Verfallszeitpunkt unverändert bleibt.\";'),('gsw','messages:apihelp-edit-summary','s:39:\"de:Erstellen und Bearbeiten von Seiten.\";'),('gsw','messages:apihelp-emailuser-example-email','s:91:\"de:Eine E-Mail an den Benutzer <kbd>WikiSysop</kbd> mit dem Text <kbd>Content</kbd> senden.\";'),('gsw','messages:apihelp-emailuser-param-ccme','s:43:\"de:Eine Kopie dieser E-Mail an mich senden.\";'),('gsw','messages:apihelp-emailuser-param-subject','s:16:\"de:Betreffzeile.\";'),('gsw','messages:apihelp-emailuser-param-target','s:52:\"de:Benutzer, an den die E-Mail gesendet werden soll.\";'),('gsw','messages:apihelp-emailuser-param-text','s:17:\"de:E-Mail-Inhalt.\";'),('gsw','messages:apihelp-emailuser-summary','s:35:\"de:E-Mail an einen Benutzer senden.\";'),('gsw','messages:apihelp-expandtemplates-example-simple','s:76:\"de:Den Wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd> expandieren.\";'),('gsw','messages:apihelp-expandtemplates-param-generatexml','s:60:\"de:XML-Parserbaum erzeugen (ersetzt durch $1prop=parsetree).\";'),('gsw','messages:apihelp-expandtemplates-param-includecomments','s:66:\"de:Ob HTML-Kommentare in der Ausgabe eingeschlossen werden sollen.\";'),('gsw','messages:apihelp-expandtemplates-param-prop','s:186:\"de:Welche Informationen abgerufen werden sollen.\n\nBeachte bitte, dass das Ergebnis Wikitext enthält, aber die Ausgabe in einem veralteten Format ist, falls keine Werte ausgewählt sind.\";'),('gsw','messages:apihelp-expandtemplates-param-revid','s:129:\"de:Versionsnummer, die für die Anzeige von <code><nowiki>{{REVISIONID}}</nowiki></code> und ähnlichen Variablen verwendet wird.\";'),('gsw','messages:apihelp-expandtemplates-param-showstrategykeys','s:104:\"de:Soll die Information über die interne Zusammenführungsstrategie in jsconfigvars aufgenommen werden?\";'),('gsw','messages:apihelp-expandtemplates-param-text','s:31:\"de:Zu konvertierender Wikitext.\";'),('gsw','messages:apihelp-expandtemplates-param-title','s:19:\"de:Titel der Seite.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:95:\"de:Kategorien in der Eingabe vorhanden, die nicht in der Ausgabe des Wikitextes vertreten sind.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:97:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite als JSON-Zeichenfolge aus.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:75:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite aus.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:238:\"de:Etwaige Ressourcen-Lader-Module, die Parserfunktionen angefordert haben, werden zur Ausgabe hinzugefügt. Entweder <kbd>jsconfigvars</kbd> oder <kbd>encodedjsconfigvars</kbd> müssen gemeinsam mit <kbd>modules</kbd> angefordert werden.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:34:\"de:Der XML-Parserbaum der Eingabe.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:90:\"de:Seiteneigenschaften, die durch expandierte magische Wörter im Wikitext definiert sind.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:65:\"de:Die maximale Zeit, nach der der Ergebnis-Cache ungültig wird.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:104:\"de:Ob die Ausgabe flüchtig ist und nicht an anderer Stelle auf der Seite wiederverwendet werden sollte.\";'),('gsw','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:28:\"de:Der expandierte Wikitext.\";'),('gsw','messages:apihelp-expandtemplates-summary','s:54:\"de:Alle Vorlagen innerhalb des Wikitextes expandieren.\";'),('gsw','messages:apihelp-feedcontributions-example-simple','s:62:\"de:Beiträge für die Benutzer <kbd>Beispiel<kbd> zurückgeben\";'),('gsw','messages:apihelp-feedcontributions-param-deletedonly','s:37:\"de:Nur gelöschte Beiträge anzeigen.\";'),('gsw','messages:apihelp-feedcontributions-param-feedformat','s:24:\"de:Das Format des Feeds.\";'),('gsw','messages:apihelp-feedcontributions-param-hideminor','s:29:\"de:Blendet Kleinigkeiten aus.\";'),('gsw','messages:apihelp-feedcontributions-param-month','s:27:\"de:Von Monat (und früher).\";'),('gsw','messages:apihelp-feedcontributions-param-namespace','s:63:\"de:Auf welchen Namensraum die Beiträge begrenzt werden sollen.\";'),('gsw','messages:apihelp-feedcontributions-param-newonly','s:35:\"de:Nur Seitenerstellungen anzeigen.\";'),('gsw','messages:apihelp-feedcontributions-param-showsizediff','s:55:\"de:Zeigt den Größenunterschied zwischen Versionen an.\";'),('gsw','messages:apihelp-feedcontributions-param-tagfilter','s:51:\"de:Beiträge filtern, die diese Markierungen haben.\";'),('gsw','messages:apihelp-feedcontributions-param-toponly','s:35:\"de:Nur aktuelle Versionen anzeigen.\";'),('gsw','messages:apihelp-feedcontributions-param-user','s:63:\"de:Von welchen Benutzern die Beiträge abgerufen werden sollen.\";'),('gsw','messages:apihelp-feedcontributions-param-year','s:26:\"de:Von Jahr (und früher).\";'),('gsw','messages:apihelp-feedcontributions-summary','s:45:\"de:Gibt einen Benutzerbeiträge-Feed zurück.\";'),('gsw','messages:apihelp-feedrecentchanges-example-30days','s:43:\"de:Letzte Änderungen für 30 Tage anzeigen\";'),('gsw','messages:apihelp-feedrecentchanges-example-simple','s:30:\"de:Letzte Änderungen anzeigen\";'),('gsw','messages:apihelp-feedrecentchanges-param-associated','s:79:\"de:Verbundenen Namensraum (Diskussions oder Hauptnamensraum) mit einschließen.\";'),('gsw','messages:apihelp-feedrecentchanges-param-days','s:58:\"de:Tage, auf die die Ergebnisse beschränkt werden sollen.\";'),('gsw','messages:apihelp-feedrecentchanges-param-feedformat','s:24:\"de:Das Format des Feeds.\";'),('gsw','messages:apihelp-feedrecentchanges-param-from','s:35:\"de:Änderungen seit jetzt anzeigen.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hideanons','s:49:\"de:Änderungen von anonymen Benutzern ausblenden.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hidebots','s:35:\"de:Änderungen von Bots ausblenden.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hidecategorization','s:55:\"de:Änderungen der Kategorie-Zugehörigkeit verstecken.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hideliu','s:54:\"de:Änderungen von registrierten Benutzern ausblenden.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hideminor','s:33:\"de:Kleine Änderungen ausblenden.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hidemyself','s:50:\"de:Änderungen des aktuellen Benutzers ausblenden.\";'),('gsw','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:40:\"de:Kontrollierte Änderungen ausblenden.\";'),('gsw','messages:apihelp-feedrecentchanges-param-invert','s:46:\"de:Alle Namensräume außer dem ausgewählten.\";'),('gsw','messages:apihelp-feedrecentchanges-param-limit','s:48:\"de:Maximale Anzahl zurückzugebender Ergebnisse.\";'),('gsw','messages:apihelp-feedrecentchanges-param-namespace','s:64:\"de:Namensraum, auf den die Ergebnisse beschränkt werden sollen.\";'),('gsw','messages:apihelp-feedrecentchanges-param-showlinkedto','s:78:\"de:Zeige Änderungen an Seiten, die von der ausgewählten Seite verlinkt sind.\";'),('gsw','messages:apihelp-feedrecentchanges-param-tagfilter','s:27:\"de:Nach Markierung filtern.\";'),('gsw','messages:apihelp-feedrecentchanges-param-target','s:74:\"de:Nur Änderungen an Seiten anzeigen, die von dieser Seite verlinkt sind.\";'),('gsw','messages:apihelp-feedrecentchanges-summary','s:46:\"de:Gibt einen Letzte-Änderungen-Feed zurück.\";'),('gsw','messages:apihelp-feedwatchlist-example-all6hrs','s:71:\"de:Zeige alle Änderungen an beobachteten Seiten der letzten 6 Stunden.\";'),('gsw','messages:apihelp-feedwatchlist-example-default','s:39:\"de:Den Beobachtungslisten-Feed anzeigen\";'),('gsw','messages:apihelp-feedwatchlist-param-feedformat','s:24:\"de:Das Format des Feeds.\";'),('gsw','messages:apihelp-feedwatchlist-param-hours','s:87:\"de:Seiten auflisten, die innerhalb dieser Anzahl von Stunden ab jetzt geändert wurden.\";'),('gsw','messages:apihelp-feedwatchlist-param-linktosections','s:61:\"de:Verlinke direkt zum veränderten Abschnitt, wenn möglich.\";'),('gsw','messages:apihelp-feedwatchlist-summary','s:46:\"de:Gibt einen Beobachtungslisten-Feed zurück.\";'),('gsw','messages:apihelp-filerevert-example-revert','s:89:\"de:<kbd>Wiki.png</kbd> auf die Version vom <kbd>2011-03-05T15:27:40Z</kbd> zurücksetzen.\";'),('gsw','messages:apihelp-filerevert-param-archivename','s:72:\"de:Archivname der Version, auf die die Datei zurückgesetzt werden soll.\";'),('gsw','messages:apihelp-filerevert-param-comment','s:21:\"de:Hochladekommentar.\";'),('gsw','messages:apihelp-filerevert-param-filename','s:39:\"de:Ziel-Datei, ohne das Datei:-Präfix.\";'),('gsw','messages:apihelp-filerevert-summary','s:50:\"de:Eine Datei auf eine alte Version zurücksetzen.\";'),('gsw','messages:apihelp-format-example-generic','s:45:\"de:Das Abfrageergebnis im $1-Format ausgeben.\";'),('gsw','messages:apihelp-format-param-wrappedhtml','s:89:\"en:Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.\";'),('gsw','messages:apihelp-help-example-help','s:35:\"de:Hilfe für das Hilfemodul selbst\";'),('gsw','messages:apihelp-help-example-main','s:28:\"de:Hilfe für das Hauptmodul\";'),('gsw','messages:apihelp-help-example-query','s:36:\"de:Hilfe für zwei Abfrage-Submodule\";'),('gsw','messages:apihelp-help-example-recursive','s:29:\"de:Alle Hilfen in einer Seite\";'),('gsw','messages:apihelp-help-example-submodules','s:64:\"de:Hilfe für <kbd>action=query</kbd> und all seine Untermodule.\";'),('gsw','messages:apihelp-help-param-helpformat','s:28:\"de:Format der Hilfe-Ausgabe.\";'),('gsw','messages:apihelp-help-param-modules','s:183:\"de:Module, zu denen eine Hilfe angezeigt werden soll (Werte der Parameter <var>action</var> und <var>format</var> oder <kbd>main</kbd>). Kann Submodule mit einem <kbd>+</kbd> angeben.\";'),('gsw','messages:apihelp-help-param-recursivesubmodules','s:47:\"de:Hilfe für Submodule rekursiv einschließen.\";'),('gsw','messages:apihelp-help-param-submodules','s:59:\"de:Hilfe für Submodule des benannten Moduls einschließen.\";'),('gsw','messages:apihelp-help-param-toc','s:60:\"de:Ein Inhaltsverzeichnis in der HTML-Ausgabe einschließen.\";'),('gsw','messages:apihelp-help-param-wrap','s:67:\"de:Die Ausgabe in eine Standard-API-Antwort-Struktur einschließen.\";'),('gsw','messages:apihelp-help-summary','s:46:\"de:Hilfe für die angegebenen Module anzeigen.\";'),('gsw','messages:apihelp-imagerotate-example-generator','s:78:\"de:Alle Bilder in der <kbd>Kategorie:Flip</kbd> um <kbd>180</kbd> Grad drehen.\";'),('gsw','messages:apihelp-imagerotate-example-simple','s:62:\"de:<kbd>Datei:Beispiel.png</kbd> um <kbd>90</kbd> Grad drehen.\";'),('gsw','messages:apihelp-imagerotate-param-rotation','s:73:\"de:Anzahl der Grad, um die das Bild im Uhrzeigersinn gedreht werden soll.\";'),('gsw','messages:apihelp-imagerotate-param-tags','s:61:\"de:Auf den Eintrag im Datei-Logbuch anzuwendende Markierungen\";'),('gsw','messages:apihelp-imagerotate-summary','s:34:\"de:Ein oder mehrere Bilder drehen.\";'),('gsw','messages:apihelp-import-example-import','s:104:\"de:Importiere [[meta:Help:ParserFunctions]] mit der kompletten Versionsgeschichte in den Namensraum 100.\";'),('gsw','messages:apihelp-import-extended-description','s:180:\"de:Bitte beachte, dass der HTTP-POST-Vorgang als Dateiupload ausgeführt werden muss (z. B. durch multipart/form-data), um eine Datei über den <var>xml</var>-Parameter zu senden.\";'),('gsw','messages:apihelp-import-param-assignknownusers','s:90:\"de:Weist Bearbeitungen lokalen Benutzern zu, wo der benannte Benutzer lokal vorhanden ist.\";'),('gsw','messages:apihelp-import-param-fullhistory','s:103:\"de:Für Interwiki-Importe: Importiere die komplette Versionsgeschichte, nicht nur die aktuelle Version.\";'),('gsw','messages:apihelp-import-param-interwikipage','s:50:\"de:Für Interwiki-Importe: zu importierende Seite.\";'),('gsw','messages:apihelp-import-param-interwikiprefix','s:167:\"de:Für hochgeladene Importe: auf unbekannte Benutzernamen anzuwendendes Interwiki-Präfix (und bekannte Benutzer, falls <var>$1assignknownusers</var> festgelegt ist).\";'),('gsw','messages:apihelp-import-param-interwikisource','s:64:\"de:Für Interwiki-Importe: Wiki, von dem importiert werden soll.\";'),('gsw','messages:apihelp-import-param-namespace','s:100:\"de:In diesen Namensraum importieren. Kann nicht zusammen mit <var>$1rootpage</var> verwendet werden.\";'),('gsw','messages:apihelp-import-param-rootpage','s:108:\"de:Als Unterseite dieser Seite importieren. Kann nicht zusammen mit <var>$1namespace</var> verwendet werden.\";'),('gsw','messages:apihelp-import-param-summary','s:45:\"de:Importzusammenfassung des Logbucheintrags.\";'),('gsw','messages:apihelp-import-param-tags','s:121:\"de:Auf den Eintrag im Import-Logbuch und die Nullversion bei den importierten Seiten anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-import-param-templates','s:71:\"de:Für Interwiki-Importe: Importiere auch alle eingebundenen Vorlagen.\";'),('gsw','messages:apihelp-import-param-xml','s:26:\"de:Hochgeladene XML-Datei.\";'),('gsw','messages:apihelp-import-summary','s:73:\"de:Importiert eine Seite aus einem anderen Wiki oder von einer XML-Datei.\";'),('gsw','messages:apihelp-json-param-ascii','s:129:\"en:If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.\";'),('gsw','messages:apihelp-json-param-callback','s:157:\"de:Falls angegeben, wird die Ausgabe in einen angegebenen Funktionsaufruf eingeschlossen. Aus Sicherheitsgründen sind benutzerspezifische Daten beschränkt.\";'),('gsw','messages:apihelp-json-param-formatversion','s:22:\"de:Ausgabeformatierung\";'),('gsw','messages:apihelp-json-param-utf8','s:214:\"de:Kodiert, falls angegeben, die meisten (aber nicht alle) Nicht-ASCII-Zeichen als UTF-8, anstatt sie durch hexadezimale Escape-Sequenzen zu ersetzen. Standard, wenn <var>formatversion</var> nicht <kbd>1</kbd> ist.\";'),('gsw','messages:apihelp-json-paramvalue-formatversion-1','s:111:\"de:Abwärtskompatibles Format (Boolesche Werte im XML-Stil, <samp>*</samp>-Schlüssel für Inhaltsknoten usw.).\";'),('gsw','messages:apihelp-json-paramvalue-formatversion-2','s:19:\"de:Modernes Format.\";'),('gsw','messages:apihelp-json-paramvalue-formatversion-latest','s:92:\"de:Verwenden des neuesten Formats (derzeit <kbd>2</kbd>), kann sich ohne Vorwarnung ändern.\";'),('gsw','messages:apihelp-json-summary','s:33:\"de:Daten im JSON-Format ausgeben.\";'),('gsw','messages:apihelp-jsonfm-summary','s:58:\"de:Daten im JSON-Format ausgeben (schöngedruckt in HTML).\";'),('gsw','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('gsw','messages:apihelp-linkaccount-example-link','s:79:\"de:Startet den Prozess der Verknüpfung mit einem Konto von <kbd>Example</kbd>.\";'),('gsw','messages:apihelp-linkaccount-summary','s:82:\"de:Verbindet ein Benutzerkonto von einem Drittanbieter mit dem aktuellen Benutzer.\";'),('gsw','messages:apihelp-login-example-login','s:11:\"de:Anmelden\";'),('gsw','messages:apihelp-login-extended-description','s:302:\"de:Diese Aktion sollte nur in Kombination mit [[Special:BotPasswords]] verwendet werden. Die Verwendung für die Anmeldung beim Hauptkonto ist veraltet und kann ohne Warnung fehlschlagen. Um sich sicher beim Hauptkonto anzumelden, verwende <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('gsw','messages:apihelp-login-extended-description-nobotpasswords','s:166:\"de:Diese Aktion ist veraltet und kann ohne Vorwarnung fehlschlagen. Um dich sicher anzumelden, verwende <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('gsw','messages:apihelp-login-param-domain','s:21:\"de:Domain (optional).\";'),('gsw','messages:apihelp-login-param-name','s:16:\"de:Benutzername.\";'),('gsw','messages:apihelp-login-param-password','s:12:\"de:Passwort.\";'),('gsw','messages:apihelp-login-param-token','s:60:\"de:Anmeldetoken, den du in der ersten Anfrage erhalten hast.\";'),('gsw','messages:apihelp-login-summary','s:52:\"de:Anmelden und Authentifizierungs-Cookies beziehen.\";'),('gsw','messages:apihelp-logout-example-logout','s:35:\"de:Meldet den aktuellen Benutzer ab\";'),('gsw','messages:apihelp-logout-summary','s:44:\"de:Abmelden und alle Sitzungsdaten löschen.\";'),('gsw','messages:apihelp-main-extended-description','s:1442:\"de:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Dokumentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Etikette & Nutzungsrichtlinien]]\n* [[mw:Special:MyLanguage/API:FAQ|Häufig gestellte Fragen]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailingliste]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API-Ankündigungen]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Fehlerberichte und Anfragen]\n</div>\n<strong>Status:</strong> Die MediaWiki-API ist eine ausgereifte und stabile Schnittstelle, die aktiv unterstützt und verbessert wird. Während wir versuchen, dies zu vermeiden, können wir gelegentlich Breaking Changes erforderlich machen. Abonniere die [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ MediaWiki-API-Ankündigungs-Mailingliste] für Mitteilungen zu Aktualisierungen.\n\n<strong>Fehlerhafte Anfragen:</strong> Wenn fehlerhafte Anfragen an die API gesendet werden, wird ein HTTP-Header mit dem Schlüssel „MediaWiki-API-Error“ gesendet. Der Wert des Headers und der Fehlercode werden auf den gleichen Wert gesetzt. Für weitere Informationen siehe [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Fehler und Warnungen]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testen:</strong> Zum einfachen Testen von API-Anfragen, siehe [[Special:ApiSandbox]].</p>\";'),('gsw','messages:apihelp-main-param-action','s:25:\"de:Auszuführende Aktion.\";'),('gsw','messages:apihelp-main-param-assert','s:207:\"de:Sicherstellen, dass der Benutzer eingeloggt ist, wenn <kbd>user</kbd> gesetzt, <em>nicht</em> angemeldet, wenn auf <kbd>anon</kbd> gesetzt, oder das Bot-Benutzerrecht hat, wenn auf <kbd>bot</kbd> gesetzt.\";'),('gsw','messages:apihelp-main-param-assertuser','s:67:\"de:Überprüft, ob der aktuelle Benutzer der benannte Benutzer ist.\";'),('gsw','messages:apihelp-main-param-curtimestamp','s:42:\"de:Aktuellen Zeitstempel mit zurückgeben.\";'),('gsw','messages:apihelp-main-param-errorformat','s:68:\"de:Zu verwendendes Format zur Ausgabe von Warnungen und Fehlertexten\";'),('gsw','messages:apihelp-main-param-errorlang','s:389:\"de:Zu verwendende Sprache für Warnungen und Fehler. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> mit <kbd>siprop=languages</kbd> gibt eine Liste von Sprachcodes zurück, oder spezifiziere <kbd>content</kbd>, um die Inhaltssprache des Wikis zu verwenden, oder spezifiziere <kbd>uselang</kbd>, um denselben Wert wie der <var>uselang</var>-Parameter zu verwenden.\";'),('gsw','messages:apihelp-main-param-errorsuselocal','s:103:\"de:Falls angegeben, verwenden Fehlertexte lokalisierte Nachrichten aus dem {{ns:MediaWiki}}-Namensraum.\";'),('gsw','messages:apihelp-main-param-format','s:22:\"de:Format der Ausgabe.\";'),('gsw','messages:apihelp-main-param-maxage','s:121:\"de:Den <code>max-age</code>-HTTP-Cache-Control-Header auf diese Anzahl Sekunden festlegen. Fehler werden niemals gecacht.\";'),('gsw','messages:apihelp-main-param-maxlag','s:560:\"de:maxlag kann verwendet werden, wenn MediaWiki auf einem datenbankreplizierten Cluster installiert ist. Um weitere Replikationsrückstände zu verhindern, lässt dieser Parameter den Client warten, bis der Replikationsrückstand kleiner als der angegebene Wert (in Sekunden) ist. Bei einem größerem Rückstand wird der Fehlercode <samp>maxlag</samp> zurückgegeben mit einer Nachricht wie <samp>Waiting for $host: $lag seconds lagged</samp>.<br />Siehe [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Handbuch: Maxlag parameter]] für weitere Informationen.\";'),('gsw','messages:apihelp-main-param-origin','s:1130:\"de:Beim Zugriff auf die API mit einer Kreuz-Domain-AJAX-Anfrage (CORS) muss dies als entstehende Domäne festgelegt werden. Dies muss in jeder Vorfluganfrage mit eingeschlossen werden und deshalb ein Teil der Anfragen-URI sein (nicht des POST-Körpers).\n\nFür authentifizierte Anfragen muss dies exakt einem der Ursprünge im Header <code>Origin</code> entsprechen, so dass es auf etwas wie <kbd>https://de.wikipedia.org</kbd> oder <kbd>https://meta.wikimedia.org</kbd> festgelegt werden muss. Falls dieser Parameter nicht mit dem Header <code>Origin</code> übereinstimmt, wird eine 403-Antwort zurückgegeben. Falls dieser Parameter mit dem Header <code>Origin</code> übereinstimmt und der Ursprung erlaubt ist, werden die Header <code>Access-Control-Allow-Origin</code> und <code>Access-Control-Allow-Credentials</code> festgelegt.\n\nGib für nicht authentifizierte Anfragen den Wert <kbd>*</kbd> an. Dies verursacht, dass der Header <code>Access-Control-Allow-Origin</code> festgelegt wird, aber <code>Access-Control-Allow-Credentials</code> wird <code>false</code> sein und alle benutzerspezifischen Daten werden beschränkt.\";'),('gsw','messages:apihelp-main-param-requestid','s:117:\"de:Der angegebene Wert wird mit in die Antwort aufgenommen und kann zur Unterscheidung von Anfragen verwendet werden.\";'),('gsw','messages:apihelp-main-param-responselanginfo','s:105:\"de:Bezieht die für <var>uselang</var> und <var>errorlang</var> verwendeten Sprachen im Ergebnis mit ein.\";'),('gsw','messages:apihelp-main-param-servedby','s:50:\"de:Namen des bearbeitenden Hosts mit zurückgeben.\";'),('gsw','messages:apihelp-main-param-smaxage','s:124:\"de:Den <code>s-maxage</code>-HTTP-Cache-Control-Header auf diese Anzahl Sekunden festlegen. Fehler werden niemals gepuffert.\";'),('gsw','messages:apihelp-main-param-uselang','s:351:\"de:Zu verwendende Sprache für Nachrichtenübersetzungen. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> mit <kbd>siprop=languages</kbd> gibt eine Liste der Sprachcodes zurück. Gib <kbd>user</kbd> zum Verwenden der aktuellen Benutzerspracheinstellung oder <kbd>content</kbd> an, um die Inhaltssprache des Wikis zu verwenden.\";'),('gsw','messages:apihelp-main-param-variant','s:105:\"de:Variante der Sprache. Funktioniert nur, wenn die Basissprache die Variantenkonvertierung unterstützt.\";'),('gsw','messages:apihelp-main-paramvalue-errorformat-bc','s:118:\"de:Format, das vor MediaWiki 1.29 verwendet wurde. <var>errorlang</var> und <var>erroruselocal</var> werden ignoriert.\";'),('gsw','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('gsw','messages:apihelp-main-paramvalue-errorformat-none','s:42:\"de:Keine Textausgabe, nur die Fehlercodes.\";'),('gsw','messages:apihelp-main-paramvalue-errorformat-plaintext','s:62:\"de:Wikitext mit entfernten HTML-Tags und ersetzten Entitäten.\";'),('gsw','messages:apihelp-main-paramvalue-errorformat-raw','s:39:\"de:Nachrichtenschlüssel und Parameter.\";'),('gsw','messages:apihelp-main-paramvalue-errorformat-wikitext','s:24:\"de:Ungeparster Wikitext.\";'),('gsw','messages:apihelp-main-summary','s:3:\"en:\";'),('gsw','messages:apihelp-managetags-example-activate','s:139:\"de:Aktiviert eine Markierung namens <kbd>spam</kbd> mit der Begründung <kbd>For use in edit patrolling</kbd> (für die Eingangskontrolle).\";'),('gsw','messages:apihelp-managetags-example-create','s:138:\"de:Erstellt eine Markierung namens <kbd>spam</kbd> mit der Begründung <kbd>For use in edit patrolling</kbd> (für die Eingangskontrolle).\";'),('gsw','messages:apihelp-managetags-example-deactivate','s:127:\"de:Deaktiviert eine Markierung namens <kbd>spam</kbd> mit der Begründung <kbd>No longer required</kbd> (nicht mehr benötigt).\";'),('gsw','messages:apihelp-managetags-example-delete','s:87:\"de:Löscht die <kbd>vandlaism</kbd>-Markierung mit der Begründung <kbd>Misspelt</kbd>.\";'),('gsw','messages:apihelp-managetags-param-ignorewarnings','s:46:\"de:Warnungen während des Vorgangs ignorieren.\";'),('gsw','messages:apihelp-managetags-param-operation','s:43:\"de:Welcher Vorgang soll ausgeführt werden:\";'),('gsw','messages:apihelp-managetags-param-reason','s:99:\"de:optionale Begründung für das Erstellen, Löschen, Aktivieren oder Deaktivieren der Markierung.\";'),('gsw','messages:apihelp-managetags-param-tag','s:372:\"de:Schlagwort zum Erstellen, Löschen, Aktivieren oder Deaktivieren. Zum Erstellen darf das Schlagwort noch nicht vorhanden sein. Zur Löschung muss das Schlagwort vorhanden sein. Zur Aktivierung muss das Schlagwort vorhanden sein, darf aber nicht von einer Erweiterung in Gebrauch sein. Zur Deaktivierung muss das Schlagwort gegenwärtig aktiv und manuell definiert sein.\";'),('gsw','messages:apihelp-managetags-param-tags','s:90:\"de:Auf den Eintrag im Markierungs-Verwaltungs-Logbuch anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-managetags-paramvalue-operation-activate','s:90:\"de:Ein Änderungsschlagwort aktivieren und damit Benutzern erlauben es manuell anzuwenden.\";'),('gsw','messages:apihelp-managetags-paramvalue-operation-create','s:67:\"de:Ein neues Änderungsschlagwort zum manuellen Gebrauch erstellen.\";'),('gsw','messages:apihelp-managetags-paramvalue-operation-deactivate','s:102:\"de:Ein Änderungsschlagwort deaktivieren und damit die manuelle Verwendung durch Benutzer unterbinden.\";'),('gsw','messages:apihelp-managetags-paramvalue-operation-delete','s:213:\"de:Ein Änderungsschlagwort aus der Datenbank entfernen. Einschließlich dem Entfernen des Schlagworts von allen Überarbeitungen, kürzlichen Änderungseinträgen und Logbuch-Einträgen, in denen es genutzt wird.\";'),('gsw','messages:apihelp-managetags-summary','s:61:\"de:Ermöglicht Verwaltungsaufgaben zu Änderungsmarkierungen.\";'),('gsw','messages:apihelp-mergehistory-example-merge','s:99:\"de:Fügt alle Versionen von <kbd>Oldpage</kbd> der Versionsgeschichte von <kbd>Newpage</kbd> hinzu.\";'),('gsw','messages:apihelp-mergehistory-example-merge-timestamp','s:121:\"de:Führe die Seitenrevisionen von <kbd>Oldpage</kbd> bis <kbd>2015-12-31T04:37:41Z</kbd> in <kbd>Newpage</kbd> zusammen.\";'),('gsw','messages:apihelp-mergehistory-param-from','s:128:\"de:Titel der Seite, von der aus der Verlauf zusammengeführt wird. Kann nicht zusammen mit <var>$1fromid</var> verwendet werden.\";'),('gsw','messages:apihelp-mergehistory-param-fromid','s:141:\"de:Seiten-ID der Seite, von der aus die Versionsgeschichte zusammengeführt wird. Kann nicht zusammen mit <var>$1from</var> verwendet werden.\";'),('gsw','messages:apihelp-mergehistory-param-reason','s:58:\"de:Grund für die Zusammenführung der Versionsgeschichten\";'),('gsw','messages:apihelp-mergehistory-param-timestamp','s:231:\"de:Zeitstempel, bis zu dem Revisionen aus der Historie der Quellseite in die Historie der Zielseite verschoben werden sollen. Wenn du nichts angibst, wird der gesamte Seitenverlauf der Quellseite mit der Zielseite zusammengeführt.\";'),('gsw','messages:apihelp-mergehistory-param-to','s:124:\"de:Titel der Seite, zu der die Geschichte zusammengeführt wird. Kann nicht zusammen mit <var>$1toid</var> verwendet werden.\";'),('gsw','messages:apihelp-mergehistory-param-toid','s:141:\"de:Seiten-ID der Seite, zu der die Versionsgeschichte zusammengeführt werden soll. Kann nicht zusammen mit <var>$1to</var> verwendet werden.\";'),('gsw','messages:apihelp-mergehistory-summary','s:50:\"de:Führt Versionsgeschichten von Seiten zusammen.\";'),('gsw','messages:apihelp-mobileview-description','s:66:\"de:Gibt Daten zurück, die für mobile Ansichten benötigt werden.\";'),('gsw','messages:apihelp-mobileview-example-1','s:59:\"de:Ruft Informationen zum Abschnitt 0 von [[Doom metal]] ab\";'),('gsw','messages:apihelp-mobileview-example-2','s:87:\"en:Get information about section 0 and sections containing references of [[Candlemass]]\";'),('gsw','messages:apihelp-mobileview-example-3','s:98:\"en:Get information about sections 1 and later and sections containing references of [[Candlemass]]\";'),('gsw','messages:apihelp-mobileview-param-maxlen','s:74:\"en:Pretend all text result is one string, and limit result to this length.\";'),('gsw','messages:apihelp-mobileview-param-noheadings','s:53:\"de:Schließt keine Überschriften in der Ausgabe ein.\";'),('gsw','messages:apihelp-mobileview-param-noimages','s:33:\"de:HTML ohne Bilder zurückgeben.\";'),('gsw','messages:apihelp-mobileview-param-notransform','s:58:\"de:Wandelt HTML nicht in eine mobilspezifische Version um.\";'),('gsw','messages:apihelp-mobileview-param-offset','s:90:\"en:Pretend all text result is one string, and return the substring starting at this point.\";'),('gsw','messages:apihelp-mobileview-param-onlyrequestedsections','s:60:\"en:Return only requested sections even with $1prop=sections.\";'),('gsw','messages:apihelp-mobileview-param-page','s:37:\"de:Titel der zu verarbeitenden Seite.\";'),('gsw','messages:apihelp-mobileview-param-pageprops','s:89:\"en:What page properties to return, a pipe (\"|\") separated list or \"*\" for all properties.\";'),('gsw','messages:apihelp-mobileview-param-prop','s:840:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on the page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\";'),('gsw','messages:apihelp-mobileview-param-prop-withimages','s:953:\"en:Which information to get:\n;text:HTML of selected sections.\n;sections:Information about all sections on page.\n;normalizedtitle:Normalized page title.\n;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. \"2014-04-13T22:42:14Z\".\n;lastmodifiedby:Information about the user who modified the page last.\n;revision:Return the current revision ID of the page.\n;protection:Information about protection level.\n;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.\n;languagecount:Number of languages that the page is available in.\n;hasvariants:Whether or not the page is available in other language variants.\n;displaytitle:The rendered title of the page, with &#123;&#123;DISPLAYTITLE&#125;&#125; and such applied.\n;pageprops:Page properties.\n;image:Information about an image associated with this page.\n;thumb:Thumbnail of an image associated with this page.\";'),('gsw','messages:apihelp-mobileview-param-redirect','s:42:\"de:Ob Weiterleitungen gefolgt werden soll.\";'),('gsw','messages:apihelp-mobileview-param-sectionprop','s:65:\"de:Welche Informationen über Abschnitte abgerufen werden sollen.\";'),('gsw','messages:apihelp-mobileview-param-sections','s:319:\"en:Pipe-separated list of section numbers for which to return text. \"all\" can be used to return for all. Ranges in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. \"1-\" means get all until the end. \"references\" can be used to specify that all sections containing references should be returned.\";'),('gsw','messages:apihelp-mobileview-param-thumbheight','s:31:\"de:Maximale Vorschaubild-Höhe.\";'),('gsw','messages:apihelp-mobileview-param-thumbsize','s:43:\"de:Maximale Abmessungen des Vorschaubildes.\";'),('gsw','messages:apihelp-mobileview-param-thumbwidth','s:32:\"de:Maximale Vorschaubild-Breite.\";'),('gsw','messages:apihelp-mobileview-param-variant','s:46:\"de:Konvertiert Inhalt in seine Sprachvariante.\";'),('gsw','messages:apihelp-move-example-move','s:99:\"de:<kbd>Badtitle</kbd> nach <kbd>Goodtitle</kbd> verschieben, ohne eine Weiterleitung zu erstellen.\";'),('gsw','messages:apihelp-move-param-from','s:99:\"de:Titel der zu verschiebenden Seite. Kann nicht zusammen mit <var>$1fromid</var> verwendet werden.\";'),('gsw','messages:apihelp-move-param-fromid','s:105:\"de:Seitenkennung der zu verschiebenden Seite. Kann nicht zusammen mit <var>$1from</var> verwendet werden.\";'),('gsw','messages:apihelp-move-param-ignorewarnings','s:29:\"de:Alle Warnungen ignorieren.\";'),('gsw','messages:apihelp-move-param-movesubpages','s:43:\"de:Unterseiten verschieben, falls möglich.\";'),('gsw','messages:apihelp-move-param-movetalk','s:52:\"de:Verschiebt die Diskussionsseite, falls vorhanden.\";'),('gsw','messages:apihelp-move-param-noredirect','s:33:\"de:Keine Weiterleitung erstellen.\";'),('gsw','messages:apihelp-move-param-reason','s:30:\"de:Grund für die Umbenennung.\";'),('gsw','messages:apihelp-move-param-tags','s:114:\"de:Auf den Eintrag im Verschiebungs-Logbuch und die Nullversion der Zielseite anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-move-param-to','s:49:\"de:Titel, zu dem die Seite umbenannt werden soll.\";'),('gsw','messages:apihelp-move-param-unwatch','s:83:\"de:Die Seite und die entstandene Weiterleitung von der Beobachtungsliste entfernen.\";'),('gsw','messages:apihelp-move-param-watch','s:81:\"de:Die Seite und die entstandene Weiterleitung zur Beobachtungsliste hinzufügen.\";'),('gsw','messages:apihelp-move-param-watchlist','s:194:\"de:Die Seite in jedem Fall zur Beobachtungsliste hinzufügen oder davon entfernen, die Benutzereinstellugen (für Bot-Benutzer ignoriert) dafür nutzen oder den Beobachtungsstatus nicht ändern.\";'),('gsw','messages:apihelp-move-param-watchlistexpiry','s:120:\"de:Zeitstempel des Ablaufs der Watchlist. Lass diesen Parameter ganz weg, damit der aktuelle Ablauf unverändert bleibt.\";'),('gsw','messages:apihelp-move-summary','s:26:\"de:Eine Seite verschieben.\";'),('gsw','messages:apihelp-no-such-module','s:42:\"gsw:Ds Modul «$1» lat sech nid la finde.\";'),('gsw','messages:apihelp-none-summary','s:19:\"de:Nichts ausgeben.\";'),('gsw','messages:apihelp-opensearch-example-te','s:49:\"de:Seiten finden, die mit <kbd>Te</kbd> beginnen.\";'),('gsw','messages:apihelp-opensearch-param-format','s:26:\"de:Das Format der Ausgabe.\";'),('gsw','messages:apihelp-opensearch-param-limit','s:48:\"de:Maximale Anzahl zurückzugebender Ergebnisse.\";'),('gsw','messages:apihelp-opensearch-param-namespace','s:122:\"de:Zu durchsuchende Namensräume. Wird ignoriert, falls <var>$1search</var> mit einem gültigen Namensraumpräfix beginnt.\";'),('gsw','messages:apihelp-opensearch-param-redirects','s:50:\"de:Wie mit Weiterleitungen umgegangen werden soll:\";'),('gsw','messages:apihelp-opensearch-param-redirects-append','s:124:\"de:Aus Kompatibilitätsgründen ist für $1format=json die Vorgabe „return“ und „resolve“ für alle anderen Formate.\";'),('gsw','messages:apihelp-opensearch-param-search','s:21:\"de:Such-Zeichenfolge.\";'),('gsw','messages:apihelp-opensearch-param-suggest','s:26:\"de:Nicht länger verwendet\";'),('gsw','messages:apihelp-opensearch-param-warningsaserror','s:112:\"de:Wenn Warnungen mit <kbd>format=json</kbd> auftreten, gib einen API-Fehler zurück, anstatt ihn zu ignorieren.\";'),('gsw','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:80:\"de:Gibt die Zielseite zurück. Kann weniger als $1limit Ergebnisse zurückgeben.\";'),('gsw','messages:apihelp-opensearch-paramvalue-redirects-return','s:41:\"de:Gibt die Weiterleitung selbst zurück.\";'),('gsw','messages:apihelp-opensearch-summary','s:59:\"de:Das Wiki mithilfe des OpenSearch-Protokolls durchsuchen.\";'),('gsw','messages:apihelp-options-example-change','s:70:\"de:Ändert die Einstellungen <kbd>skin</kbd> und <kbd>hideminor</kbd>.\";'),('gsw','messages:apihelp-options-example-complex','s:92:\"de:Setzt alle Einstellungen zurück, dann <kbd>skin</kbd> und <kbd>nickname</kbd> festlegen.\";'),('gsw','messages:apihelp-options-example-reset','s:35:\"de:Alle Einstellungen zurücksetzen\";'),('gsw','messages:apihelp-options-extended-description','s:239:\"de:Es können nur Optionen festgelegt werden, die im Kern oder in einer der installierten Erweiterungen registriert sind, oder Optionen mit Schlüsseln mit dem Präfix <code>userjs-</code> (zur Verwendung durch Benutzerskripte vorgesehen).\";'),('gsw','messages:apihelp-options-param-change','s:420:\"de:Liste von Änderungen, die mit name=wert formatiert sind (z.&nbsp;B. skin=vector). Falls kein Wert angegeben wurde (ohne Gleichheitszeichen), z.&nbsp;B. Optionname|AndereOption|…, wird die Option auf ihren Standardwert zurückgesetzt. Falls ein übergebener Wert ein Trennzeichen enthält (<kbd>|</kbd>), verwende den [[Special:ApiHelp/main#main/datatypes|alternativen Mehrfachwerttrenner]] zur korrekten Bedienung.\";'),('gsw','messages:apihelp-options-param-optionname','s:91:\"de:Der Name der Option, die auf den Wert von <var>$1optionvalue gesetzt werden soll</var> .\";'),('gsw','messages:apihelp-options-param-optionvalue','s:77:\"de:Der Wert für die Option, die durch <var>$1optionname</var> angegeben ist.\";'),('gsw','messages:apihelp-options-param-reset','s:56:\"de:Setzt die Einstellungen auf Websitestandards zurück.\";'),('gsw','messages:apihelp-options-param-resetkinds','s:97:\"de:Liste von zurückzusetzenden Optionstypen, wenn die <var>$1reset</var>-Option ausgewählt ist.\";'),('gsw','messages:apihelp-options-summary','s:61:\"de:Die Voreinstellungen des gegenwärtigen Benutzers ändern.\";'),('gsw','messages:apihelp-paraminfo-example-1','s:274:\"de:Zeige Info für <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, und <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('gsw','messages:apihelp-paraminfo-example-2','s:99:\"de:Zeigt Informationen für alle Untermodule von <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('gsw','messages:apihelp-paraminfo-param-formatmodules','s:114:\"de:Liste von Formatmodulnamen (Wert des Parameters <var>format</var>). Stattdessen <var>$1modules</var> verwenden.\";'),('gsw','messages:apihelp-paraminfo-param-helpformat','s:34:\"de:Format der Hilfe-Zeichenfolgen.\";'),('gsw','messages:apihelp-paraminfo-param-mainmodule','s:112:\"de:Auch Informationen über die Hauptmodule (top-level) erhalten. Benutze <kbd>$1modules=main</kbd> stattdessen.\";'),('gsw','messages:apihelp-paraminfo-param-modules','s:248:\"de:Liste von Modulnamen (Werte der Parameter <var>action</var> und <var>format</var> oder <kbd>main</kbd>). Kann Untermodule mit einem <kbd>+</kbd> oder alle Untermodule mit <kbd>+*</kbd> oder alle Untermodule rekursiv mit <kbd>+**</kbd> bestimmen.\";'),('gsw','messages:apihelp-paraminfo-param-pagesetmodule','s:100:\"de:Abrufen von Informationen über das pageset-Modul (Bereitstellung von titles= und friends) sowie.\";'),('gsw','messages:apihelp-paraminfo-param-querymodules','s:187:\"de:Liste von Abfragemodulnamen (Werte von <var>prop</var>-, <var>meta</var>- oder <var>list</var>-Parameter). Benutze <kbd>$1modules=query+foo</kbd> anstatt <kbd>$1querymodules=foo</kbd>.\";'),('gsw','messages:apihelp-paraminfo-summary','s:42:\"de:Ruft Informationen über API-Module ab.\";'),('gsw','messages:apihelp-parse-example-page','s:21:\"de:Eine Seite parsen.\";'),('gsw','messages:apihelp-parse-example-summary','s:30:\"de:Parst eine Zusammenfassung.\";'),('gsw','messages:apihelp-parse-example-text','s:19:\"de:Wikitext parsen.\";'),('gsw','messages:apihelp-parse-example-texttitle','s:57:\"de:Parst den Wikitext über die Eingabe des Seitentitels.\";'),('gsw','messages:apihelp-parse-extended-description','s:503:\"en:See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.\";'),('gsw','messages:apihelp-parse-param-contentformat','s:117:\"de:Serialisierungsformat des Inhalts, das für den Eingabetext verwendet wird. Nur gültig bei Verwendung mit $1text.\";'),('gsw','messages:apihelp-parse-param-contentmodel','s:190:\"de:Inhaltsmodell des eingegebenen Textes. Fall ausgelassen, muss $1title angegeben werden und Standardwert wird das Modell des angegebenen Titels. Ist nur gültig im Zusammenhang mit $1text.\";'),('gsw','messages:apihelp-parse-param-disableeditsection','s:63:\"de:Lässt Abschnittsbearbeitungslinks in der Parserausgabe weg.\";'),('gsw','messages:apihelp-parse-param-disablelimitreport','s:84:\"de:Weglassen des Grenzwertberichts („NewPP limit report“) in der Parser-Ausgabe.\";'),('gsw','messages:apihelp-parse-param-disablepp','s:55:\"de:Benutze <var>$1disablelimitreport</var> stattdessen.\";'),('gsw','messages:apihelp-parse-param-disablestylededuplication','s:64:\"de:Inline-Stylesheets in der Parser-Ausgabe nicht deduplizieren.\";'),('gsw','messages:apihelp-parse-param-disabletoc','s:47:\"de:Inhaltsverzeichnis in der Ausgabe weglassen.\";'),('gsw','messages:apihelp-parse-param-effectivelanglinks','s:118:\"de:Enthält Sprachlinks, die von Erweiterungen bereitgestellt werden (zur Verwendung mit <kbd>$1prop=langlinks</kbd>).\";'),('gsw','messages:apihelp-parse-param-generatexml','s:117:\"de:Erzeugt einen XML-Parse-Baum (erfordert Inhaltsmodell <code>$1</code>; ersetzt durch <kbd>$2prop=parsetree</kbd>).\";'),('gsw','messages:apihelp-parse-param-mainpage','s:42:\"en:Apply mobile main page transformations.\";'),('gsw','messages:apihelp-parse-param-mobileformat','s:63:\"en:Return parse output in a format suitable for mobile devices.\";'),('gsw','messages:apihelp-parse-param-noimages','s:46:\"de:Bilder in der mobilen Ansicht deaktivieren.\";'),('gsw','messages:apihelp-parse-param-oldid','s:92:\"de:Parst den Inhalt dieser Version. Überschreibt <var>$1page</var> und <var>$1pageid</var>.\";'),('gsw','messages:apihelp-parse-param-onlypst','s:206:\"de:Führt eine Pre-Save-Transformation (PST) an der Eingabe durch, parst sie aber nicht. Gibt denselben Wikitext zurück, nachdem eine PST angewendet wurde. Nur gültig bei Verwendung mit <var>$1text</var>.\";'),('gsw','messages:apihelp-parse-param-page','s:116:\"de:Parst den Inhalt dieser Seite. Kann nicht zusammen mit <var>$1text</var> und <var>$1title</var> verwendet werden.\";'),('gsw','messages:apihelp-parse-param-pageid','s:66:\"de:Parst den Inhalt dieser Seite. Überschreibt <var>$1page</var>.\";'),('gsw','messages:apihelp-parse-param-preview','s:27:\"de:Im Vorschaumodus parsen.\";'),('gsw','messages:apihelp-parse-param-prop','s:46:\"de:Welche Informationen bezogen werden sollen:\";'),('gsw','messages:apihelp-parse-param-pst','s:118:\"de:Führt eine Vorabtransformation der Eingabe durch, bevor sie geparst wird. Nur gültig bei der Verwendung mit Text.\";'),('gsw','messages:apihelp-parse-param-redirects','s:107:\"de:Falls <var>$1page</var> oder <var>$1pageid</var> als eine Weiterleitung festgelegt ist, diese auflösen.\";'),('gsw','messages:apihelp-parse-param-revid','s:94:\"de:Versionskennung, für <code><nowiki>{{REVISIONID}}</nowiki></code> und ähnliche Variablen.\";'),('gsw','messages:apihelp-parse-param-section','s:259:\"de:Parst nur den Inhalt des Abschnitts mit diesem Bezeichner.\n\nFalls <kbd>new</kbd>, parst <var>$1text</var> und <var>$1sectiontitle</var>, als ob ein neuer Abschnitt der Seite hinzugefügt wird.\n\n<kbd>new</kbd> ist nur erlaubt mit der Angabe <var>text</var>.\";'),('gsw','messages:apihelp-parse-param-sectionpreview','s:78:\"de:Im Abschnitt Vorschau-Modus parsen (aktiviert ebenfalls den Vorschau-Modus)\";'),('gsw','messages:apihelp-parse-param-sectiontitle','s:220:\"de:Überschrift des neuen Abschnittes, wenn <var>section</var> = <kbd>new</kbd> ist.\n\nAnders als beim Bearbeiten der Seite wird der Parameter nicht durch die <var>summary</var> ersetzt, wenn er weggelassen oder leer ist.\";'),('gsw','messages:apihelp-parse-param-showstrategykeys','s:104:\"de:Soll die Information über die interne Zusammenführungsstrategie in jsconfigvars aufgenommen werden?\";'),('gsw','messages:apihelp-parse-param-summary','s:31:\"de:Zu parsende Zusammenfassung.\";'),('gsw','messages:apihelp-parse-param-text','s:115:\"de:Zu parsender Text. <var>$1title</var> oder <var>$1contentmodel</var> verwenden, um das Inhaltsmodell zu steuern.\";'),('gsw','messages:apihelp-parse-param-title','s:149:\"de:Titel der Seite, zu der der Text gehört. Falls ausgelassen, muss <var>$1contentmodel</var> angegeben werden und [[API]] wird als Titel verwendet.\";'),('gsw','messages:apihelp-parse-param-useskin','s:257:\"de:Wendet die ausgewählte Benutzeroberfläche auf die Parserausgabe an. Kann Auswirkungen auf die folgenden Eigenschaften haben: <kbd>text</kbd>, kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('gsw','messages:apihelp-parse-param-wrapoutputclass','s:76:\"de:Zu verwendende CSS-Klasse, in der die Parserausgabe verpackt werden soll.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-categories','s:53:\"de:Gibt die Kategorien im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:48:\"de:Gibt die HTML-Version der Kategorien zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-displaytitle','s:47:\"de:Ergänzt den Titel des geparsten Wikitextes.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:97:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite als JSON-Zeichenfolge aus.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-externallinks','s:57:\"de:Gibt die externen Links im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-headhtml','s:152:\"de:Gibt geparsten doctype, offenes <code>&lt;html&gt;</code>, das Element <code>&lt;head&gt;</code> und offenes <code>&lt;body&gt;</code> der Seite aus.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-headitems','s:93:\"de:Gibt Elemente an, die in den <code>&lt;head&gt;</code> der Seite eingefügt werden sollen.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-images','s:49:\"de:Gibt die Bilder im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-indicators','s:89:\"de:Gibt das HTML der Seitenstatusindikatoren zurück, die auf der Seite verwendet werden.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-iwlinks','s:57:\"de:Gibt Interwiki-Links des geparsten Wikitextes zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:128:\"de:Gibt die JavaScript-Konfigurationsvariablen speziell für die Seite aus. Zur Anwendung verwende <code>mw.config.set()</code>.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-langlinks','s:54:\"de:Gibt die Sprachlinks im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:136:\"de:Gibt die Grenzwertmeldung in einer strukturierten Form aus. Liefert keine Daten, wenn <var>$1disablelimitreport</var> festgelegt ist.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:124:\"de:Gibt die HTML-Version der Grenzwertmeldung aus. Liefert keine Daten, wenn <var>$1disablelimitreport</var> festgelegt ist.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-links','s:57:\"de:Gibt die internen Links im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-modules','s:254:\"de:Gibt die ResourceLoader-Module an, die auf der Seite verwendet werden. Um zu laden, verwende <code>mw.loader.using()</code>. Entweder <kbd>jsconfigvars</kbd> oder <kbd>encodedjsconfigvars</kbd> müssen zusammen mit <kbd>modules</kbd> angefragt werden.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-parsetree','s:84:\"de:Der XML-Parse-Baum des Revisionsinhalts (erfordert Inhaltsmodell <code>$1</code>)\";'),('gsw','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:87:\"de:Gibt die Warnungen aus, die beim Parsen des Inhalts aufgetreten sind (als Wikitext).\";'),('gsw','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:83:\"de:Gibt die Warnungen aus, die beim Parsen des Inhalts aufgetreten sind (als HTML).\";'),('gsw','messages:apihelp-parse-paramvalue-prop-properties','s:85:\"de:Gibt verschiedene Eigenschaften zurück, die im geparsten Wikitext definiert sind.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-revid','s:52:\"de:Ergänzt die Versionskennung der geparsten Seite.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-sections','s:53:\"de:Gibt die Abschnitte im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-subtitle','s:61:\"de:Fügt den Seiten-Untertitel für die geparste Seite hinzu.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-templates','s:51:\"de:Gibt die Vorlagen im geparsten Wikitext zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-text','s:50:\"de:Gibt den geparsten Text des Wikitextes zurück.\";'),('gsw','messages:apihelp-parse-paramvalue-prop-wikitext','s:59:\"de:Gibt den originalen Wikitext zurück, der geparst wurde.\";'),('gsw','messages:apihelp-parse-summary','s:55:\"de:Parst den Inhalt und gibt die Parserausgabe zurück.\";'),('gsw','messages:apihelp-patrol-example-rcid','s:52:\"de:Kontrolliert eine kürzlich getätigte Änderung.\";'),('gsw','messages:apihelp-patrol-example-revid','s:28:\"de:Kontrolliert eine Version\";'),('gsw','messages:apihelp-patrol-param-rcid','s:60:\"de:Letzte-Änderungen-Kennung, die kontrolliert werden soll.\";'),('gsw','messages:apihelp-patrol-param-revid','s:49:\"de:Versionskennung, die kontrolliert werden soll.\";'),('gsw','messages:apihelp-patrol-param-tags','s:72:\"de:Auf den Kontroll-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-patrol-summary','s:40:\"de:Kontrolliert eine Seite oder Version.\";'),('gsw','messages:apihelp-php-param-formatversion','s:22:\"de:Ausgabeformatierung\";'),('gsw','messages:apihelp-php-paramvalue-formatversion-1','s:111:\"de:Abwärtskompatibles Format (Boolesche Werte im XML-Stil, <samp>*</samp>-Schlüssel für Inhaltsknoten usw.).\";'),('gsw','messages:apihelp-php-paramvalue-formatversion-2','s:19:\"de:Modernes Format.\";'),('gsw','messages:apihelp-php-paramvalue-formatversion-latest','s:93:\"de:Verwenden des neuesten Formats (derzeit <kbd>2</kbd> ), kann sich ohne Vorwarnung ändern.\";'),('gsw','messages:apihelp-php-summary','s:47:\"de:Daten im serialisierten PHP-Format ausgeben.\";'),('gsw','messages:apihelp-phpfm-summary','s:72:\"de:Daten im serialisierten PHP-Format ausgeben (schöngedruckt in HTML).\";'),('gsw','messages:apihelp-protect-example-protect','s:22:\"de:Schützt eine Seite\";'),('gsw','messages:apihelp-protect-example-unprotect','s:150:\"de:Entsperrt eine Seite, indem die Einschränkungen durch den Schutz auf <kbd>all</kbd> gestellt werden (z.&nbsp;B. darf jeder die Aktion ausführen).\";'),('gsw','messages:apihelp-protect-example-unprotect2','s:72:\"de:Eine Seite entsperren, indem keine Einschränkungen übergeben werden\";'),('gsw','messages:apihelp-protect-param-cascade','s:192:\"de:Aktiviert den Kaskadenschutz (d.&nbsp;h. in dieser Seite eingebundene Vorlagen und Bilder werden geschützt). Wird ignoriert, falls keine der angegebenen Schutzebenen Kaskaden unterstützt.\";'),('gsw','messages:apihelp-protect-param-expiry','s:281:\"de:Zeitstempel des Schutzablaufs. Wenn nur ein Zeitstempel übergeben wird, ist dieser für alle Seitenschutze gültig. Um eine unendliche Schutzdauer festzulegen, kannst du die Werte <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> oder <kbd>never</kbd> übergeben.\";'),('gsw','messages:apihelp-protect-param-pageid','s:109:\"de:Seitenkennung der Seite, die du (ent-)sperren möchtest. Kann nicht zusammen mit $1title verwendet werden.\";'),('gsw','messages:apihelp-protect-param-protections','s:306:\"de:Listet die Schutzebenen nach dem Format <kbd>Aktion=Ebene</kbd> (z.&nbsp;B. <kbd>edit=sysop</kbd>) auf. Die Ebene <kbd>all</kbd> bedeutet, dass jeder die Aktion ausführen darf, z.&nbsp;B. keine Beschränkung.\n\n<strong>HINWEIS:</strong> Wenn eine Aktion nicht angegeben wird, wird deren Schutz entfernt.\";'),('gsw','messages:apihelp-protect-param-reason','s:53:\"de:Grund für den Seitenschutz oder dessen Aufhebung.\";'),('gsw','messages:apihelp-protect-param-tags','s:76:\"de:Auf den Seitenschutz-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-protect-param-title','s:102:\"de:Titel der Seite, die du (ent-)sperren möchtest. Kann nicht zusammen mit $1pageid verwendet werden.\";'),('gsw','messages:apihelp-protect-param-watch','s:123:\"de:Wenn vorhanden, fügt dieser Parameter die zu (ent-)sperrende Seite der Beobachtungsliste des aktuellen Benutzers hinzu.\";'),('gsw','messages:apihelp-protect-param-watchlist','s:201:\"de:Die Seite bedingungslos zur Beobachtungsliste des aktuellen Benutzers hinzufügen oder von ihr entfernen, Benutzereinstellugen (für Bot-Benutzer ignoriert) verwenden oder Beobachtung nicht ändern.\";'),('gsw','messages:apihelp-protect-param-watchlistexpiry','s:120:\"de:Zeitstempel des Ablaufs der Watchlist. Lass diesen Parameter ganz weg, damit der aktuelle Ablauf unverändert bleibt.\";'),('gsw','messages:apihelp-protect-summary','s:40:\"de:Ändert den Schutzstatus einer Seite.\";'),('gsw','messages:apihelp-purge-example-generator','s:51:\"de:Purgt die ersten 10 Seiten des Hauptnamensraums.\";'),('gsw','messages:apihelp-purge-example-simple','s:69:\"de:Purgt die [[{{MediaWiki:Mainpage}}]] und die <kbd>API</kbd>-Seite.\";'),('gsw','messages:apihelp-purge-param-forcelinkupdate','s:83:\"de:Aktualisiert die Linktabellen und führt sekundäre Datenaktualisierungen durch.\";'),('gsw','messages:apihelp-purge-param-forcerecursivelinkupdate','s:120:\"de:Identisch zu <kbd>forcelinkupdate</kbd> und aktualisiert alle Linktabellen der Seiten, die sie als Vorlage einbinden.\";'),('gsw','messages:apihelp-purge-summary','s:50:\"de:Setzt den Cache der angegebenen Seiten zurück.\";'),('gsw','messages:apihelp-query+allcategories-example-generator','s:107:\"de:Bezieht Informationen über die Kategorieseite selbst für Kategorien, die mit <kbd>List</kbd> beginnen.\";'),('gsw','messages:apihelp-query+allcategories-example-size','s:56:\"de:Listet Kategorien mit der Anzahl ihrer Einträge auf.\";'),('gsw','messages:apihelp-query+allcategories-param-dir','s:19:\"de:Sortierrichtung.\";'),('gsw','messages:apihelp-query+allcategories-param-from','s:51:\"de:Kategorie, bei der die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+allcategories-param-limit','s:53:\"de:Wie viele Kategorien zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+allcategories-param-max','s:89:\"de:Gibt nur Kategorien zurück, die höchstens die angegebene Anzahl an Einträgen haben.\";'),('gsw','messages:apihelp-query+allcategories-param-min','s:89:\"de:Gibt nur Kategorien zurück, die mindestens die angegebene Anzahl an Einträgen haben.\";'),('gsw','messages:apihelp-query+allcategories-param-prefix','s:69:\"de:Listet alle Kategorien auf, die mit dem angegebenen Wert beginnen.\";'),('gsw','messages:apihelp-query+allcategories-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+allcategories-param-to','s:48:\"de:Kategorie, bei der die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:75:\"de:Markiert über <code>_&#95;HIDDENCAT_&#95;</code> versteckte Kategorien.\";'),('gsw','messages:apihelp-query+allcategories-paramvalue-prop-size','s:52:\"de:Ergänzt die Anzahl der Einträge in der Antwort.\";'),('gsw','messages:apihelp-query+allcategories-summary','s:30:\"de:Alle Kategorien aufzählen.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:68:\"de:Liste die ersten 50 gelöschten Bearbeitungen im Hauptnamensraum.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-example-user','s:90:\"de:Liste die letzten 50 gelöschten Beiträge, sortiert nach Benutzer <kbd>Beispiel</kbd>.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-end','s:54:\"de:Der Zeitstempel, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:57:\"de:Schließt Bearbeitungen des angegebenen Benutzers aus.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-from','s:53:\"de:Seitentitel, bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:80:\"de:Wenn als Generator verwendet, werden eher Titel als Bearbeitungs-IDs erzeugt.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:278:\"en:<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-namespace','s:45:\"de:Nur Seiten in diesem Namensraum auflisten.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-prefix','s:70:\"de:Listet alle Seitentitel auf, die mit dem angegebenen Wert beginnen.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-start','s:57:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-tag','s:65:\"de:Listet nur Versionen auf, die die angegebene Markierung haben.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-to','s:50:\"de:Seitentitel, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-param-user','s:47:\"de:Nur Versionen von diesem Benutzer auflisten.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:60:\"de:Kann nicht zusammen mit <var>$3user</var> benutzt werden.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:51:\"de:Darf nur mit <var>$3user</var> verwendet werden.\";'),('gsw','messages:apihelp-query+alldeletedrevisions-summary','s:78:\"de:Bezieht alle gelöschten Versionen eines Benutzers oder eines Namensraumes.\";'),('gsw','messages:apihelp-query+allfileusages-example-b','s:116:\"de:Liste Dateititel, einschließlich fehlender, mit den Seiten-IDs, von denen sie stammen, beginne bei <kbd>B</kbd>.\";'),('gsw','messages:apihelp-query+allfileusages-example-generator','s:44:\"de:Seiten abrufen, die die Dateien enthalten\";'),('gsw','messages:apihelp-query+allfileusages-example-unique','s:36:\"de:Einheitliche Dateititel auflisten\";'),('gsw','messages:apihelp-query+allfileusages-example-unique-generator','s:54:\"de:Ruft alle Dateititel ab und markiert die fehlenden.\";'),('gsw','messages:apihelp-query+allfileusages-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('gsw','messages:apihelp-query+allfileusages-param-from','s:58:\"de:Titel der Datei, bei der die Aufzählung beginnen soll.\";'),('gsw','messages:apihelp-query+allfileusages-param-limit','s:56:\"de:Wie viele Gesamtobjekte zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+allfileusages-param-prefix','s:62:\"de:Sucht nach allen Dateititeln, die mit diesem Wert beginnen.\";'),('gsw','messages:apihelp-query+allfileusages-param-prop','s:35:\"de:Informationsteile zum Einbinden:\";'),('gsw','messages:apihelp-query+allfileusages-param-to','s:55:\"de:Titel der Datei, bei der die Aufzählung enden soll.\";'),('gsw','messages:apihelp-query+allfileusages-param-unique','s:137:\"en:Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('gsw','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:96:\"de:Fügt die Seiten-IDs der benutzenden Seiten hinzu (kann nicht mit $1unique verwendet werden).\";'),('gsw','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:32:\"de:Ergänzt den Titel der Datei.\";'),('gsw','messages:apihelp-query+allfileusages-summary','s:67:\"de:Liste alle Dateiverwendungen, einschließlich nicht-vorhandener.\";'),('gsw','messages:apihelp-query+allimages-example-b','s:81:\"de:Zeigt eine Liste der Dateien an, die mit dem Buchstaben <kbd>B</kbd> beginnen.\";'),('gsw','messages:apihelp-query+allimages-example-generator','s:81:\"de:Zeige Informationen über 4 Dateien beginnend mit dem Buchstaben <kbd>T</kbd>.\";'),('gsw','messages:apihelp-query+allimages-example-mimetypes','s:97:\"de:Zeige eine Liste von Dateien mit den MIME-Typen <kbd>image/png</kbd> oder <kbd>image/gif</kbd>\";'),('gsw','messages:apihelp-query+allimages-example-recent','s:89:\"de:Zeigt eine Liste von kürzlich hochgeladenen Dateien ähnlich zu [[Special:NewFiles]].\";'),('gsw','messages:apihelp-query+allimages-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('gsw','messages:apihelp-query+allimages-param-end','s:107:\"de:Der Zeitstempel, bei dem die Auflistung anhalten soll. Darf nur mit $1sort=Zeitstempel verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-param-filterbots','s:172:\"de:Wie Dateien, die von Bots hochgeladen wurden, gefiltert werden sollen. Darf nur mit $1sort=Zeitstempel verwendet werden. Darf nicht zusammen mit $1user verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-param-from','s:98:\"de:Der Bildtitel, bei dem die Auflistung beginnen soll. Darf nur mit $1sort=Name verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-param-limit','s:55:\"de:Wie viele Gesamtbilder zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+allimages-param-maxsize','s:64:\"de:Beschränkt auf Bilder mit höchstens dieser Anzahl an Bytes.\";'),('gsw','messages:apihelp-query+allimages-param-mime','s:75:\"de:Nach welchem MIME-Typ gesucht werden soll, z. B. <kbd>image/jpeg</kbd>.\";'),('gsw','messages:apihelp-query+allimages-param-minsize','s:64:\"de:Beschränkt auf Bilder mit mindestens dieser Anzahl an Bytes.\";'),('gsw','messages:apihelp-query+allimages-param-prefix','s:101:\"de:Suche nach allen Bildern, die mit diesem Wert beginnen. Darf nur mit $1sort=Name verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-param-sha1','s:52:\"de:SHA1-Hash des Bildes. Überschreibt $1sha1base36.\";'),('gsw','messages:apihelp-query+allimages-param-sha1base36','s:59:\"de:SHA1-Hash des Bildes (Basis 36; verwendet in MediaWiki).\";'),('gsw','messages:apihelp-query+allimages-param-sort','s:46:\"de:Eigenschaft, nach der sortiert werden soll.\";'),('gsw','messages:apihelp-query+allimages-param-start','s:107:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll. Darf nur mit $1sort=Zeitstempel verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-param-to','s:98:\"de:Der Bildtitel, bei dem die Auflistung anhalten soll. Darf nur mit $1sort=Name verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-param-user','s:201:\"de:Gibt nur Dateien zurück, bei denen die letzte Version von diesem Benutzer hochgeladen wurde. Darf nur mit $1sort=Zeitstempel verwendet werden. Darf nicht zusammen mit $1filterbots verwendet werden.\";'),('gsw','messages:apihelp-query+allimages-summary','s:38:\"de:Alle Bilder nacheinander auflisten.\";'),('gsw','messages:apihelp-query+alllinks-example-b','s:123:\"de:Liste verknüpfte Titel, einschließlich fehlender, mit den Seiten-IDs, von denen sie stammen, beginne bei <kbd>B</kbd>.\";'),('gsw','messages:apihelp-query+alllinks-example-generator','s:56:\"de:Ruft Seiten ab, welche die Verknüpfungen beinhalten.\";'),('gsw','messages:apihelp-query+alllinks-example-unique','s:40:\"de:Einheitlich verlinkte Titel auflisten\";'),('gsw','messages:apihelp-query+alllinks-example-unique-generator','s:62:\"de:Ruft alle verknüpften Titel ab und markiert die fehlenden.\";'),('gsw','messages:apihelp-query+alllinks-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('gsw','messages:apihelp-query+alllinks-param-from','s:68:\"de:Der Titel der Verknüpfung, bei der die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+alllinks-param-limit','s:56:\"de:Wie viele Gesamtobjekte zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+alllinks-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('gsw','messages:apihelp-query+alllinks-param-prefix','s:70:\"de:Suche nach allen verknüpften Titeln, die mit diesem Wert beginnen.\";'),('gsw','messages:apihelp-query+alllinks-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('gsw','messages:apihelp-query+alllinks-param-to','s:65:\"de:Der Titel der Verknüpfung, bei der die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+alllinks-param-unique','s:150:\"en:Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.\";'),('gsw','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:117:\"de:Fügt die Seiten-ID der verknüpfenden Seite hinzu (darf nicht zusammen mit <var>$1unique</var> verwendet werden).\";'),('gsw','messages:apihelp-query+alllinks-paramvalue-prop-title','s:42:\"de:Fügt den Titel der Verknüpfung hinzu.\";'),('gsw','messages:apihelp-query+alllinks-summary','s:80:\"de:Liste alle Verknüpfungen auf, die auf einen bestimmten Namensraum verweisen.\";'),('gsw','messages:apihelp-query+allmessages-example-de','s:75:\"de:Zeige Nachrichten <kbd>august</kbd> und <kbd>mainpage</kbd> auf Deutsch.\";'),('gsw','messages:apihelp-query+allmessages-example-ipb','s:55:\"de:Zeige Nachrichten, die mit <kbd>ipb-</kbd> beginnen.\";'),('gsw','messages:apihelp-query+allmessages-param-args','s:57:\"de:Argumente, die in der Nachricht ersetzt werden sollen.\";'),('gsw','messages:apihelp-query+allmessages-param-customised','s:59:\"de:Gib nur Nachrichten in diesem Anpassungszustand zurück.\";'),('gsw','messages:apihelp-query+allmessages-param-enableparser','s:151:\"de:Setzen, um den Parser zu aktivieren. Dies wird den Wikitext der Nachricht vorverarbeiten (magische Worte ersetzen, Vorlagen berücksichtigen, usw.).\";'),('gsw','messages:apihelp-query+allmessages-param-filter','s:76:\"de:Gib nur Nachrichten mit Namen, die diese Zeichenfolge enthalten, zurück.\";'),('gsw','messages:apihelp-query+allmessages-param-from','s:58:\"de:Gib Nachrichten beginnend mit dieser Nachricht zurück.\";'),('gsw','messages:apihelp-query+allmessages-param-includelocal','s:302:\"de:Schließt auch lokale Nachrichten ein, zum Beispiel Nachrichten, die nicht in der Software vorhanden sind, aber dafür im {{ns:MediaWiki}}-Namensraum.\nDies listet alle Seiten im {{ns:MediaWiki}}-Namensraum auf, auch solche, die nicht wirklich Nachrichten sind, wie [[MediaWiki:Common.js|Common.js]].\";'),('gsw','messages:apihelp-query+allmessages-param-lang','s:45:\"de:Gib Nachrichten in dieser Sprache zurück.\";'),('gsw','messages:apihelp-query+allmessages-param-messages','s:97:\"de:Welche Nachrichten ausgegeben werden sollen. <kbd>*</kbd> (Vorgabe) bedeutet alle Nachrichten.\";'),('gsw','messages:apihelp-query+allmessages-param-nocontent','s:72:\"de:Wenn gesetzt, füge nicht den Inhalt der Nachricht der Ausgabe hinzu.\";'),('gsw','messages:apihelp-query+allmessages-param-prefix','s:46:\"de:Gib Nachrichten mit diesem Präfix zurück.\";'),('gsw','messages:apihelp-query+allmessages-param-prop','s:34:\"de:Zurückzugebende Eigenschaften.\";'),('gsw','messages:apihelp-query+allmessages-param-title','s:120:\"de:Seitenname, der als Kontext verwendet werden soll, wenn eine Nachricht geparst wird (für die $1enableparser-Option).\";'),('gsw','messages:apihelp-query+allmessages-param-to','s:55:\"de:Gib Nachrichten bei dieser Nachricht endend zurück.\";'),('gsw','messages:apihelp-query+allmessages-summary','s:47:\"de:Gibt Nachrichten von dieser Website zurück.\";'),('gsw','messages:apihelp-query+allpages-example-b','s:79:\"de:Bezieht eine Liste von Seiten, die mit dem Buchstaben <kbd>B</kbd> beginnen.\";'),('gsw','messages:apihelp-query+allpages-example-generator','s:87:\"de:Gibt Informationen über vier Seiten mit dem Anfangsbuchstaben <kbd>T</kbd> zurück.\";'),('gsw','messages:apihelp-query+allpages-example-generator-revisions','s:115:\"de:Übermittelt den Inhalt der ersten beiden Seiten, die mit <kbd>Re</kbd> beginnen und keine Weiterleitungen sind.\";'),('gsw','messages:apihelp-query+allpages-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('gsw','messages:apihelp-query+allpages-param-filterlanglinks','s:139:\"de:Nur Seiten auflisten, die Sprachlinks haben. Beachte, dass von Erweiterungen gesetzte Sprachlinks möglicherweise nicht beachtet werden.\";'),('gsw','messages:apihelp-query+allpages-param-filterredir','s:43:\"de:Welche Seiten aufgelistet werden sollen.\";'),('gsw','messages:apihelp-query+allpages-param-from','s:53:\"de:Seitentitel, bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+allpages-param-limit','s:42:\"de:Gesamtanzahl der aufzulistenden Seiten.\";'),('gsw','messages:apihelp-query+allpages-param-maxsize','s:68:\"de:Nur Seiten auflisten, die höchstens diese Größe in Byte haben.\";'),('gsw','messages:apihelp-query+allpages-param-minsize','s:68:\"de:Nur Seiten auflisten, die mindestens diese Größe in Byte haben.\";'),('gsw','messages:apihelp-query+allpages-param-namespace','s:35:\"de:Der zu untersuchende Namensraum.\";'),('gsw','messages:apihelp-query+allpages-param-prefix','s:58:\"de:Nach Seitentiteln suchen, die mit diesem Wert beginnen.\";'),('gsw','messages:apihelp-query+allpages-param-prexpiry','s:80:\"de:Ablaufzeit des Seitenschutzes, nach dem die Auflistung gefiltert werden soll:\";'),('gsw','messages:apihelp-query+allpages-param-prfiltercascade','s:93:\"de:Seitenschutze nach Kaskadierung filtern (wird ignoriert, wenn $1prtype nicht gesetzt ist).\";'),('gsw','messages:apihelp-query+allpages-param-prlevel','s:98:\"de:Seitenschutze nach Schutzstufe filtern (muss zusammen mit $1prtype=parameter angegeben werden).\";'),('gsw','messages:apihelp-query+allpages-param-prtype','s:36:\"de:Nur geschützte Seiten auflisten.\";'),('gsw','messages:apihelp-query+allpages-param-to','s:50:\"de:Seitentitel, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:65:\"de:Geschützte Seiten unabhängig von der Schutzlänge auflisten.\";'),('gsw','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:67:\"de:Nur für einen bestimmten Zeitraum geschützte Seiten auflisten.\";'),('gsw','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:50:\"de:Nur unbeschränkt geschützte Seiten auflisten.\";'),('gsw','messages:apihelp-query+allpages-summary','s:59:\"de:Listet alle Seiten in einem Namensraum nacheinander auf.\";'),('gsw','messages:apihelp-query+allredirects-example-b','s:111:\"de:Listet Zielseiten, auch fehlende, mit den Seitenkennungen der Weiterleitung auf, beginnend bei <kbd>B</kbd>.\";'),('gsw','messages:apihelp-query+allredirects-example-generator','s:52:\"de:Seiten abrufen, die die Weiterleitungen enthalten\";'),('gsw','messages:apihelp-query+allredirects-example-unique','s:37:\"de:Einzigartige Zielseiten auflisten.\";'),('gsw','messages:apihelp-query+allredirects-example-unique-generator','s:54:\"de:Bezieht alle Zielseiten und markiert die Fehlenden.\";'),('gsw','messages:apihelp-query+allredirects-param-dir','s:24:\"de:Aufzählungsrichtung.\";'),('gsw','messages:apihelp-query+allredirects-param-from','s:65:\"de:Titel der Weiterleitung, bei der die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+allredirects-param-limit','s:45:\"de:Gesamtanzahl der aufzulistenden Einträge.\";'),('gsw','messages:apihelp-query+allredirects-param-namespace','s:35:\"de:Der zu untersuchende Namensraum.\";'),('gsw','messages:apihelp-query+allredirects-param-prefix','s:72:\"de:Weiterleitungen auflisten, deren Zielseiten mit diesem Wert beginnen.\";'),('gsw','messages:apihelp-query+allredirects-param-prop','s:31:\"de:Zu beziehende Informationen:\";'),('gsw','messages:apihelp-query+allredirects-param-to','s:62:\"de:Titel der Weiterleitung, bei der die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+allredirects-param-unique','s:228:\"de:Nur Weiterleitungen mit unterschiedlichen Zielseiten anzeigen. Kann nicht zusammen mit $1prop=ids|fragment|interwiki benutzt werden. Bei Nutzung als Generator werden die Zielseiten anstelle der Ursprungsseiten zurückgegeben.\";'),('gsw','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:127:\"de:Ergänzt das Abschnittsziel der Weiterleitung, falls vorhanden (kann nicht zusammen mit <var>$1unique</var> benutzt werden).\";'),('gsw','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:115:\"de:Ergänzt die Seitenkennung der Weiterleitungsseite (kann nicht zusammen mit <var>$1unique</var> benutzt werden).\";'),('gsw','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:130:\"de:Ergänzt das Interwiki-Präfix der Weiterleitung, falls vorhanden (kann nicht zusammen mit <var>$1unique</var> benutzt werden).\";'),('gsw','messages:apihelp-query+allredirects-paramvalue-prop-title','s:40:\"de:Ergänzt den Titel der Weiterleitung.\";'),('gsw','messages:apihelp-query+allredirects-summary','s:52:\"de:Bezieht alle Weiterleitungen in einem Namensraum.\";'),('gsw','messages:apihelp-query+allrevisions-example-ns-any','s:68:\"de:Liste die ersten 50 Versionen in einem beliebigen Namensraum auf.\";'),('gsw','messages:apihelp-query+allrevisions-example-user','s:82:\"de:Liste die letzten 50 Beiträge, sortiert nach Benutzer <kbd>Beispiel</kbd> auf.\";'),('gsw','messages:apihelp-query+allrevisions-param-end','s:54:\"de:Der Zeitstempel, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+allrevisions-param-excludeuser','s:67:\"de:Schließe Bearbeitungen dieses Benutzers bei der Auflistung aus.\";'),('gsw','messages:apihelp-query+allrevisions-param-generatetitles','s:80:\"de:Wenn als Generator verwendet, werden eher Titel als Bearbeitungs-IDs erzeugt.\";'),('gsw','messages:apihelp-query+allrevisions-param-namespace','s:43:\"de:Nur Seiten dieses Namensraums auflisten.\";'),('gsw','messages:apihelp-query+allrevisions-param-start','s:57:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+allrevisions-param-user','s:51:\"de:Liste nur Bearbeitungen von diesem Benutzer auf.\";'),('gsw','messages:apihelp-query+allrevisions-summary','s:28:\"de:Liste alle Bearbeitungen.\";'),('gsw','messages:apihelp-query+alltransclusions-example-b','s:126:\"de:Liste transkludierte Titel, einschließlich fehlender, mit den Seiten-IDs, von denen sie stammen, beginne bei <kbd>B</kbd>.\";'),('gsw','messages:apihelp-query+alltransclusions-example-generator','s:56:\"de:Ruft Seiten ab, welche die Transklusionen beinhalten.\";'),('gsw','messages:apihelp-query+alltransclusions-example-unique','s:45:\"de:Einzigartige eingebundene Titel auflisten.\";'),('gsw','messages:apihelp-query+alltransclusions-example-unique-generator','s:65:\"de:Ruft alle transkludierten Titel ab und markiert die fehlenden.\";'),('gsw','messages:apihelp-query+alltransclusions-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+alltransclusions-param-from','s:68:\"de:Der Titel der Transklusion, bei der die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+alltransclusions-param-limit','s:56:\"de:Wie viele Gesamtobjekte zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+alltransclusions-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('gsw','messages:apihelp-query+alltransclusions-param-prefix','s:73:\"de:Suche nach allen transkludierten Titeln, die mit diesem Wert beginnen.\";'),('gsw','messages:apihelp-query+alltransclusions-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('gsw','messages:apihelp-query+alltransclusions-param-to','s:65:\"de:Der Titel der Transklusion, bei der die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+alltransclusions-param-unique','s:144:\"en:Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.\";'),('gsw','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:100:\"de:Fügt die Seiten-ID der transkludierenden Seite hinzu (kann nicht mit $1unique verwendet werden).\";'),('gsw','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:42:\"de:Fügt den Titel der Transklusion hinzu.\";'),('gsw','messages:apihelp-query+alltransclusions-summary','s:129:\"de:Liste alle Transklusionen auf (eingebettete Seiten die &#123;&#123;x&#125;&#125; benutzen), einschließlich nicht vorhandener.\";'),('gsw','messages:apihelp-query+allusers-example-y','s:38:\"de:Benutzer ab <kbd>Y</kbd> auflisten.\";'),('gsw','messages:apihelp-query+allusers-param-activeusers','s:97:\"de:Listet nur Benutzer auf, die {{PLURAL:$1|am letzten Tag|in den letzten $1 Tagen}} aktiv waren.\";'),('gsw','messages:apihelp-query+allusers-param-attachedwiki','s:136:\"de:Mit <kbd>$1prop=centralids</kbd> gibst du auch an, ob der Benutzer mit dem Wiki verbunden ist, das durch diese ID identifiziert wird.\";'),('gsw','messages:apihelp-query+allusers-param-dir','s:19:\"de:Sortierrichtung.\";'),('gsw','messages:apihelp-query+allusers-param-excludegroup','s:41:\"de:Benutzer dieser Gruppen ausschließen.\";'),('gsw','messages:apihelp-query+allusers-param-from','s:58:\"de:Der Benutzername, bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+allusers-param-group','s:52:\"de:Nur Benutzer der angegebenen Gruppen einbeziehen.\";'),('gsw','messages:apihelp-query+allusers-param-limit','s:66:\"de:Wie viele Benutzernamen insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+allusers-param-prefix','s:60:\"de:Sucht nach allen Benutzern, die mit diesem Wert beginnen.\";'),('gsw','messages:apihelp-query+allusers-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('gsw','messages:apihelp-query+allusers-param-rights','s:203:\"de:Berücksichtigt nur Benutzer mit den angegebenen Rechten. Es werden keine Rechte berücksichtigt, die von impliziten oder automatisch promoteten Gruppen wie *, user oder autoconfirmed vergeben werden.\";'),('gsw','messages:apihelp-query+allusers-param-to','s:55:\"de:Der Benutzername, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+allusers-param-witheditsonly','s:64:\"de:Listet nur Benutzer auf, die Bearbeitungen vorgenommen haben.\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:74:\"de:Fügt die Informationen über eine aktuelle Sperre des Benutzers hinzu.\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:69:\"de:Fügt die zentralen IDs und den Anhang-Status des Benutzers hinzu.\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:53:\"de:Fügt den Bearbeitungszähler des Benutzers hinzu.\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-groups','s:148:\"de:Listet Gruppen auf, denen der Benutzer angehört. Dies verwendet mehr Serverressourcen und kann weniger Ergebnisse als die Grenze zurückliefern.\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:65:\"de:Listet alle Gruppen auf, denen Benutzer automatisch angehört.\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-registration','s:103:\"de:Fügt, falls vorhanden, den Zeitstempel hinzu, wann der Benutzer registriert wurde (kann leer sein).\";'),('gsw','messages:apihelp-query+allusers-paramvalue-prop-rights','s:55:\"de:Listet die Berechtigungen auf, die der Benutzer hat.\";'),('gsw','messages:apihelp-query+allusers-summary','s:42:\"de:Auflisten aller registrierten Benutzer.\";'),('gsw','messages:apihelp-query+authmanagerinfo-example-login','s:84:\"de:Ruft die Anfragen ab, die beim Beginnen einer Anmeldung verwendet werden können.\";'),('gsw','messages:apihelp-query+authmanagerinfo-example-login-merged','s:124:\"de:Ruft die Anfragen ab, die beim Beginnen einer Anmeldung verwendet werden können, mit zusammengeführten Formularfeldern.\";'),('gsw','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:83:\"de:Testet, ob die Authentifizierung für die Aktion <kbd>foo</kbd> ausreichend ist.\";'),('gsw','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:131:\"de:Abrufen von Informationen über die für die angegebene Authentifizierungsaktion erforderlichen Authentifizierungsanforderungen.\";'),('gsw','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:127:\"de:Testen, ob der aktuelle Authentifizierungsstatus des Benutzers für den angegebenen sicherheitsrelevanten Vorgang ausreicht.\";'),('gsw','messages:apihelp-query+authmanagerinfo-summary','s:70:\"de:Rufe Informationen über den aktuellen Authentifizierungsstatus ab.\";'),('gsw','messages:apihelp-query+backlinks-example-generator','s:89:\"de:Hole Informationen über die Seiten, die auf die [[{{MediaWiki:Mainpage}}]] verweisen.\";'),('gsw','messages:apihelp-query+backlinks-example-simple','s:49:\"de:Links auf [[{{MediaWiki:Mainpage}}]] anzeigen.\";'),('gsw','messages:apihelp-query+backlinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+backlinks-param-filterredir','s:181:\"de:Wie nach Weiterleitungen gefiltert werden soll. Falls auf <kbd>nonredirects</kbd> gesetzt, wenn <var>$1redirect</var> aktiviert ist, wird dies nur auf die zweite Ebene angewandt.\";'),('gsw','messages:apihelp-query+backlinks-param-limit','s:243:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen. Falls <var>$1redirect<var> aktiviert ist, wird die Grenze auf jede Ebene einzeln angewandt (was bedeutet, dass bis zu 2 * <var>$1limit</var> Ergebnisse zurückgegeben werden können).\";'),('gsw','messages:apihelp-query+backlinks-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('gsw','messages:apihelp-query+backlinks-param-pageid','s:84:\"de:Zu suchende Seiten-ID. Darf nicht zusammen mit <var>$1title</var> benutzt werden.\";'),('gsw','messages:apihelp-query+backlinks-param-redirect','s:157:\"de:Falls die verweisende Seite eine Weiterleitung ist, finde alle Seiten, die auf diese Weiterleitung ebenfalls verweisen. Die maximale Grenze wird halbiert.\";'),('gsw','messages:apihelp-query+backlinks-param-title','s:82:\"de:Zu suchender Titel. Darf nicht zusammen mit <var>$1pageid</var> benutzt werden.\";'),('gsw','messages:apihelp-query+backlinks-summary','s:62:\"de:Alle Seiten finden, die auf die angegebene Seite verlinken.\";'),('gsw','messages:apihelp-query+blocks-example-simple','s:20:\"de:Sperren auflisten\";'),('gsw','messages:apihelp-query+blocks-example-users','s:71:\"de:Listet Sperren der Benutzer <kbd>Alice</kbd> und <kbd>Bob</kbd> auf.\";'),('gsw','messages:apihelp-query+blocks-param-end','s:64:\"de:Der Zeitstempel, bei dem die Aufzählung beendet werden soll.\";'),('gsw','messages:apihelp-query+blocks-param-ids','s:66:\"de:Liste von Sperren-IDs, die aufglistet werden sollen (optional).\";'),('gsw','messages:apihelp-query+blocks-param-ip','s:264:\"de:Abrufen aller Blöcke, die für diese IP-Adresse oder diesen CIDR-Bereich gelten, einschließlich der Bereichsblöcke.\nKann nicht zusammen mit <var>$3users<var> verwendet werden. CIDR-Bereiche, die breiter als IPv4/$1 oder IPv6/$2 sind, werden nicht akzeptiert.\";'),('gsw','messages:apihelp-query+blocks-param-limit','s:48:\"de:Die maximale Zahl der aufzulistenden Sperren.\";'),('gsw','messages:apihelp-query+blocks-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+blocks-param-show','s:150:\"de:Zeige nur Elemente, die diese Kriterien erfüllen. Um zum Beispiel unbestimmte Sperren von IP-Adressen zu sehen, setzte <kbd>$1show=ip|!temp</kbd>.\";'),('gsw','messages:apihelp-query+blocks-param-start','s:58:\"de:Der Zeitstempel, bei dem die Aufzählung beginnen soll.\";'),('gsw','messages:apihelp-query+blocks-param-users','s:66:\"de:Liste von Benutzern, nach denen gesucht werden soll (optional).\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-by','s:58:\"de:Fügt den Benutzernamen des sperrenden Benutzers hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-byid','s:56:\"de:Fügt die Benutzer-ID des sperrenden Benutzers hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:58:\"de:Fügt den Zeitstempel, wann die Sperre abläuft, hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-flags','s:55:\"de:Markiert die Sperre mit (autoblock, anononly, etc.).\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-id','s:33:\"de:Fügt die ID der Sperre hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-range','s:72:\"de:Fügt den von der Sperrung betroffenen Bereich von IP-Adressen hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-reason','s:55:\"de:Fügt den angegebenen Grund für die Sperrung hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:103:\"de:Ergänzt die Beschränkungen der teilweisen Sperre, falls diese nicht für die gesamte Website gilt.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:63:\"de:Fügt den Zeitstempel, wann die Sperre gesetzt wurde, hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-user','s:58:\"de:Fügt den Benutzernamen des gesperrten Benutzers hinzu.\";'),('gsw','messages:apihelp-query+blocks-paramvalue-prop-userid','s:56:\"de:Fügt die Benutzer-ID des gesperrten Benutzers hinzu.\";'),('gsw','messages:apihelp-query+blocks-summary','s:54:\"de:Liste alle gesperrten Benutzer und IP-Adressen auf.\";'),('gsw','messages:apihelp-query+categories-example-generator','s:109:\"de:Rufe Informationen über alle Kategorien ab, die in der Seite <kbd>Albert Einstein</kbd> eingetragen sind.\";'),('gsw','messages:apihelp-query+categories-example-simple','s:92:\"de:Rufe eine Liste von Kategorien ab, zu denen die Seite <kbd>Albert Einstein</kbd> gehört.\";'),('gsw','messages:apihelp-query+categories-param-categories','s:129:\"de:Liste nur diese Kategorien auf. Nützlich, um zu prüfen, ob eine bestimmte Seite in einer bestimmten Kategorie enthalten ist.\";'),('gsw','messages:apihelp-query+categories-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+categories-param-limit','s:53:\"de:Wie viele Kategorien zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+categories-param-prop','s:62:\"de:Zusätzlich zurückzugebende Eigenschaften jeder Kategorie:\";'),('gsw','messages:apihelp-query+categories-param-show','s:49:\"de:Welche Art von Kategorien gezeigt werden soll.\";'),('gsw','messages:apihelp-query+categories-paramvalue-prop-hidden','s:83:\"de:Tags Kategorien, die mit <code>_&#95;HIDDENCAT_&#95;</code> ausgeblendet werden.\";'),('gsw','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:150:\"de:Fügt den Sortierungsschlüssel (hexadezimale Zeichenfolge) und das Sortierungsschlüssel-Präfix (menschenlesbarer Teil) für die Kategorie hinzu.\";'),('gsw','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:69:\"de:Fügt einen Zeitstempel, wann die Kategorie angelegt wurde, hinzu.\";'),('gsw','messages:apihelp-query+categories-summary','s:59:\"de:Liste alle Kategorien auf, zu denen die Seiten gehören.\";'),('gsw','messages:apihelp-query+categoryinfo-example-simple','s:83:\"de:Erhalte Informationen über <kbd>Category:Foo</kbd> und <kbd>Category:Bar</kbd>.\";'),('gsw','messages:apihelp-query+categoryinfo-summary','s:60:\"de:Gibt Informationen zu den angegebenen Kategorien zurück.\";'),('gsw','messages:apihelp-query+categorymembers-example-generator','s:90:\"de:Rufe die Seiteninformationen zu den ersten 10 Seiten von<kbd>Category:Physics</kbd> ab.\";'),('gsw','messages:apihelp-query+categorymembers-example-simple','s:64:\"de:Rufe die ersten 10 Seiten von <kbd>Category:Physics</kbd> ab.\";'),('gsw','messages:apihelp-query+categorymembers-param-dir','s:23:\"de:Sortierungsrichtung.\";'),('gsw','messages:apihelp-query+categorymembers-param-end','s:116:\"de:Zeitstempel, bei dem die Auflistung enden soll. Darf nur zusammen mit <kbd>$1sort=timestamp</kbd> benutzt werden.\";'),('gsw','messages:apihelp-query+categorymembers-param-endhexsortkey','s:169:\"de:Suchschlüssel, bei dem die Auflistung enden soll, wie von <kbd>$1prop=sortkey</kbd> zurückgegeben. Darf nur zusammen mit <kbd>$1sort=sortkey</kbd> verwendet werden.\";'),('gsw','messages:apihelp-query+categorymembers-param-endsortkey','s:41:\"de:Stattdessen $1endhexsortkey verwenden.\";'),('gsw','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:243:\"de:Sortierschlüssel-Präfix, um die Auflistung <strong>vorher</strong> zu beenden (nicht <strong>bei</strong>; wenn dieser Wert auftritt, wird er nicht einbezogen!). Kann nur mit $1sort=sortkey verwendet werden. Überschreibt $1endhexsortkey.\";'),('gsw','messages:apihelp-query+categorymembers-param-limit','s:52:\"de:Die maximale Anzahl der zurückzugebenden Seiten.\";'),('gsw','messages:apihelp-query+categorymembers-param-namespace','s:199:\"de:Nur Seiten in diesen Namensräumen einschließen. Beachte, dass <kbd>$1type=subcat</kbd> oder <kbd>$1type=file</kbd> anstelle von <kbd>$1namespace=14</kbd> oder <kbd>6</kbd> verwendet werden kann.\";'),('gsw','messages:apihelp-query+categorymembers-param-pageid','s:121:\"de:Seitenkennung der Kategorie, die aufgelistet werden soll. Darf nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('gsw','messages:apihelp-query+categorymembers-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('gsw','messages:apihelp-query+categorymembers-param-sort','s:46:\"de:Eigenschaft, nach der sortiert werden soll.\";'),('gsw','messages:apihelp-query+categorymembers-param-start','s:119:\"de:Zeitstempel, bei dem die Auflistung beginnen soll. Darf nur zusammen mit <kbd>$1sort=timestamp</kbd> benutzt werden.\";'),('gsw','messages:apihelp-query+categorymembers-param-starthexsortkey','s:179:\"de:Sortierungsschlüssel, bei dem die Auflistung beginnen soll, wie von <kbd>$1prop=sortkey</kbd> zurückgegeben. Darf nur zusammen mit <kbd>$1sort=sortkey</kbd> verwendet werden.\";'),('gsw','messages:apihelp-query+categorymembers-param-startsortkey','s:43:\"de:Stattdessen $1starthexsortkey verwenden.\";'),('gsw','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:167:\"de:Sortierschlüsselpräfix, ab dem die Auflistung beginnen soll. Kann nur mit <kbd>$1sort=sortkey</kbd> verwendet werden. Überschreibt <var>$1starthexsortkey</var> .\";'),('gsw','messages:apihelp-query+categorymembers-param-title','s:145:\"en:Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.\";'),('gsw','messages:apihelp-query+categorymembers-param-type','s:129:\"de:Welche Art von Kategoriemitgliedern eineschlossen werden sollen. Wird ignoriert, wenn <kbd>$1sort=timestamp</kbd> gesetzt ist.\";'),('gsw','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:33:\"de:Fügt die Seitenkennung hinzu.\";'),('gsw','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:133:\"de:Fügt den Sortierungsschlüssel (hexadezimale Zeichenkette) hinzu, der verwendet wird, um innerhalb dieser Kategorie zu sortieren.\";'),('gsw','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:170:\"de:Fügt das Sortierungsschlüssel-Präfix hinzu, das verwendet wird, um innerhalb dieser Kategorie zu sortieren (für Menschen lesbarer Teil des Sortierungsschlüssels).\";'),('gsw','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:66:\"de:Fügt den Zeitstempel, wann die Seite eingebunden wurde, hinzu.\";'),('gsw','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:54:\"de:Fügt die Titel- und Namensraum-ID der Seite hinzu.\";'),('gsw','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:124:\"de:Fügt den Typ, als der diese Seite bestimmt wurde, hinzu (<samp>page</samp>, <samp>subcat</samp> oder <samp>file</samp>).\";'),('gsw','messages:apihelp-query+categorymembers-summary','s:54:\"de:Liste alle Seiten in der angegebenen Kategorie auf.\";'),('gsw','messages:apihelp-query+contributors-example-simple','s:58:\"de:Zeige Mitwirkende der Seite [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+contributors-param-excludegroup','s:119:\"en:Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('gsw','messages:apihelp-query+contributors-param-excluderights','s:193:\"de:Ausschließen von Benutzer mit den angegebenen Rechten. Beinhaltet keine Rechte, die von impliziten oder automatisch hochgestuften Gruppen wie *, Benutzer oder automatisch bestätigt wurden.\";'),('gsw','messages:apihelp-query+contributors-param-group','s:149:\"de:Nur Benutzer der angegebenen Gruppen einbeziehen. Beinhaltet keine impliziten oder automatisch zugeteilten Gruppen wie *, user oder autoconfirmed.\";'),('gsw','messages:apihelp-query+contributors-param-limit','s:50:\"de:Wie viele Spender zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+contributors-param-rights','s:146:\"en:Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.\";'),('gsw','messages:apihelp-query+contributors-summary','s:94:\"de:Rufe die Liste der angemeldeten Bearbeiter und die Zahl anonymer Bearbeiter einer Seite ab.\";'),('gsw','messages:apihelp-query+deletedrevisions-example-revids','s:69:\"de:Liste Informationen zur gelöschten Bearbeitung <kbd>123456</kbd>.\";'),('gsw','messages:apihelp-query+deletedrevisions-example-titles','s:131:\"de:Listet die gelöschten Bearbeitungen der Seite [[{{MediaWiki:Mainpage}}]] und der zugehörigen Diskussionsseite samt Inhalt auf.\";'),('gsw','messages:apihelp-query+deletedrevisions-extended-description','s:239:\"en:May be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.\";'),('gsw','messages:apihelp-query+deletedrevisions-param-end','s:124:\"de:Der Zeitstempel, bei dem die Auflistung enden soll. Wird bei der Verarbeitung einer Liste von Bearbeitungs-IDs ignoriert.\";'),('gsw','messages:apihelp-query+deletedrevisions-param-excludeuser','s:67:\"de:Schließe Bearbeitungen dieses Benutzers bei der Auflistung aus.\";'),('gsw','messages:apihelp-query+deletedrevisions-param-start','s:127:\"de:Der Zeitstempel, bei dem die Auflistung beginnen soll. Wird bei der Verarbeitung einer Liste von Bearbeitungs-IDs ignoriert.\";'),('gsw','messages:apihelp-query+deletedrevisions-param-tag','s:69:\"de:Listet nur Bearbeitungen auf, die die angegebene Markierung haben.\";'),('gsw','messages:apihelp-query+deletedrevisions-param-user','s:47:\"de:Nur Versionen von diesem Benutzer auflisten.\";'),('gsw','messages:apihelp-query+deletedrevisions-summary','s:50:\"de:Ruft Informationen zu gelöschten Versionen ab.\";'),('gsw','messages:apihelp-query+deletedrevs-example-mode1','s:137:\"de:Liste die letzten gelöschten Bearbeitungen der Seiten [[{{MediaWiki:Mainpage}}]] und <kbd>Talk:Main Page</kbd> samt Inhalt (Modus 1).\";'),('gsw','messages:apihelp-query+deletedrevs-example-mode2','s:79:\"de:Liste die letzten 50 gelöschten Beiträge von <kbd>Bob</kbd> auf (Modus 2).\";'),('gsw','messages:apihelp-query+deletedrevs-example-mode3-main','s:78:\"de:Liste die ersten 50 gelöschten Bearbeitungen im Hauptnamensraum (Modus 3).\";'),('gsw','messages:apihelp-query+deletedrevs-example-mode3-talk','s:78:\"de:Liste die ersten 50 gelöschten Seiten im {{ns:talk}}-Namensraum (Modus 3).\";'),('gsw','messages:apihelp-query+deletedrevs-extended-description','s:480:\"de:Arbeitet in drei Modi:\n# Listet gelöschte Bearbeitungen des angegeben Titels auf, sortiert nach dem Zeitstempel.\n# Listet gelöschte Beiträge des angegebenen Benutzers auf, sortiert nach dem Zeitstempel (keine Titel bestimmt)\n# Listet alle gelöschten Bearbeitungen im angegebenen Namensraum auf, sortiert nach Titel und Zeitstempel (keine Titel bestimmt, $1user nicht gesetzt).\n\nBestimmte Parameter wirken nur bei bestimmten Modi und werden in anderen nicht berücksichtigt.\";'),('gsw','messages:apihelp-query+deletedrevs-param-end','s:54:\"de:Der Zeitstempel, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+deletedrevs-param-excludeuser','s:67:\"de:Schließe Bearbeitungen dieses Benutzers bei der Auflistung aus.\";'),('gsw','messages:apihelp-query+deletedrevs-param-from','s:40:\"de:Auflistung bei diesem Titel beginnen.\";'),('gsw','messages:apihelp-query+deletedrevs-param-limit','s:55:\"de:Die maximale Anzahl aufzulistendender Bearbeitungen.\";'),('gsw','messages:apihelp-query+deletedrevs-param-namespace','s:43:\"de:Nur Seiten dieses Namensraums auflisten.\";'),('gsw','messages:apihelp-query+deletedrevs-param-prefix','s:72:\"de:Suche nach allen Seitentiteln, die mit dem angegebenen Wert beginnen.\";'),('gsw','messages:apihelp-query+deletedrevs-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+deletedrevs-param-start','s:56:\"de:Der Zeitstempel bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+deletedrevs-param-tag','s:69:\"de:Listet nur Bearbeitungen auf, die die angegebene Markierung haben.\";'),('gsw','messages:apihelp-query+deletedrevs-param-to','s:39:\"de:Auflistung bei diesem Titel beenden.\";'),('gsw','messages:apihelp-query+deletedrevs-param-unique','s:51:\"de:Listet nur eine Bearbeitung für jede Seite auf.\";'),('gsw','messages:apihelp-query+deletedrevs-param-user','s:51:\"de:Liste nur Bearbeitungen von diesem Benutzer auf.\";'),('gsw','messages:apihelp-query+deletedrevs-paraminfo-modes','s:31:\"de:{{PLURAL:$1|Modus|Modi}}: $2\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:41:\"de:Fügt den Kommentar der Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:38:\"de:Fügt den Inhalt der Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:46:\"de:Fügt die Länge (Bytes) der Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:33:\"en:Tags if the revision is minor.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:64:\"de:Fügt der Seite die Versions-ID der vorherigen Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:51:\"de:Fügt den geparsten Kommentar der Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:55:\"de:Fügt die Versions-ID der gelöschten Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:48:\"de:Fügt den SHA-1 (Basis 16) der Version hinzu.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:25:\"de:Tags für die Version.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:34:\"de:Gibt das Bearbeitungstoken aus.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:58:\"de:Fügt den Benutzer hinzu, der die Version erstellt hat.\";'),('gsw','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:66:\"de:Fügt die ID des Benutzers hinzu, der die Version erstellt hat.\";'),('gsw','messages:apihelp-query+deletedrevs-summary','s:34:\"de:Liste gelöschte Bearbeitungen.\";'),('gsw','messages:apihelp-query+disabled-summary','s:42:\"de:Dieses Abfrage-Modul wurde deaktiviert.\";'),('gsw','messages:apihelp-query+duplicatefiles-example-generated','s:39:\"de:Sucht nach Duplikaten aller Dateien.\";'),('gsw','messages:apihelp-query+duplicatefiles-example-simple','s:64:\"de:Sucht nach Duplikaten von [[:File:Albert Einstein Head.jpg]].\";'),('gsw','messages:apihelp-query+duplicatefiles-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+duplicatefiles-param-limit','s:59:\"de:Wie viele doppelte Dateien zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+duplicatefiles-param-localonly','s:50:\"de:Sucht nur nach Dateien im lokalen Repositorium.\";'),('gsw','messages:apihelp-query+duplicatefiles-summary','s:100:\"de:Liste alle Dateien auf die, basierend auf der Prüfsumme, Duplikate der angegebenen Dateien sind.\";'),('gsw','messages:apihelp-query+embeddedin-example-generator','s:83:\"de:Rufe Informationen über Seiten ab, die <kbd>Template:Stub</kbd> transkludieren.\";'),('gsw','messages:apihelp-query+embeddedin-example-simple','s:61:\"de:Zeige Seiten, die <kbd>Template:Stub</kbd> transkludieren.\";'),('gsw','messages:apihelp-query+embeddedin-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+embeddedin-param-filterredir','s:47:\"de:Wie Weiterleitungen behandelt werden sollen.\";'),('gsw','messages:apihelp-query+embeddedin-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+embeddedin-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('gsw','messages:apihelp-query+embeddedin-param-pageid','s:97:\"de:Seitenkennung, nach der gesucht werden soll. Darf nicht zusammen mit $1title verwendet werden.\";'),('gsw','messages:apihelp-query+embeddedin-param-title','s:90:\"de:Titel, nach dem gesucht werden soll. Darf nicht zusammen mit $1pageid verwendet werden.\";'),('gsw','messages:apihelp-query+embeddedin-summary','s:75:\"de:Finde alle Seiten, die den angegebenen Titel einbetten (transkludieren).\";'),('gsw','messages:apihelp-query+extlinks-example-simple','s:81:\"de:Rufe eine Liste externer Verweise auf die Seite [[{{MediaWiki:Mainpage}}]] ab.\";'),('gsw','messages:apihelp-query+extlinks-param-expandurl','s:67:\"de:Expandiert protokollrelative URLs mit dem kanonischen Protokoll.\";'),('gsw','messages:apihelp-query+extlinks-param-limit','s:48:\"de:Wie viele Links zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+extlinks-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('gsw','messages:apihelp-query+extlinks-param-query','s:117:\"de:Suchbegriff ohne Protokoll. Nützlich, um zu prüfen, ob eine bestimmte Seite eine bestimmte externe URL enthält.\";'),('gsw','messages:apihelp-query+extlinks-summary','s:81:\"de:Gibt alle externen URLs (nicht Interwikis) von den angegebenen Seiten zurück.\";'),('gsw','messages:apihelp-query+exturlusage-example-simple','s:72:\"de:Zeigt Seiten, die auf <kbd>https://www.mediawiki.org</kbd> verlinken.\";'),('gsw','messages:apihelp-query+exturlusage-param-expandurl','s:67:\"de:Expandiert protokollrelative URLs mit dem kanonischen Protokoll.\";'),('gsw','messages:apihelp-query+exturlusage-param-limit','s:49:\"de:Wie viele Seiten zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+exturlusage-param-namespace','s:42:\"de:Die aufzulistenden Seiten-Namensräume.\";'),('gsw','messages:apihelp-query+exturlusage-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('gsw','messages:apihelp-query+exturlusage-param-protocol','s:169:\"en:Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.\";'),('gsw','messages:apihelp-query+exturlusage-param-query','s:118:\"de:Suchbegriff ohne Protokoll. Siehe [[Special:LinkSearch]]. Leer lassen, um alle externen Verknüpfungen aufzulisten.\";'),('gsw','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:32:\"de:Fügt die ID der Seite hinzu.\";'),('gsw','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:54:\"de:Fügt die Titel- und Namensraum-ID der Seite hinzu.\";'),('gsw','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:57:\"de:Fügt die URL, die in der Seite verwendet wird, hinzu.\";'),('gsw','messages:apihelp-query+exturlusage-summary','s:56:\"de:Listet Seiten auf, die die angegebene URL beinhalten.\";'),('gsw','messages:apihelp-query+filearchive-example-simple','s:49:\"de:Eine Liste aller gelöschten Dateien auflisten\";'),('gsw','messages:apihelp-query+filearchive-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+filearchive-param-from','s:55:\"de:Der Bildtitel, bei dem die Auflistung beginnen soll.\";'),('gsw','messages:apihelp-query+filearchive-param-limit','s:59:\"de:Wie viele Bilder insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+filearchive-param-prefix','s:62:\"de:Nach allen Bildtiteln, die mit diesem Wert beginnen suchen.\";'),('gsw','messages:apihelp-query+filearchive-param-prop','s:52:\"de:Welche Bildinformationen abgerufen werden sollen:\";'),('gsw','messages:apihelp-query+filearchive-param-sha1','s:58:\"de:SHA1-Prüfsumme des Bildes. Überschreibt $1sha1base36.\";'),('gsw','messages:apihelp-query+filearchive-param-sha1base36','s:66:\"de:SHA1-Prüfsumme des Bildes in Base-36 (in MediaWiki verwendet).\";'),('gsw','messages:apihelp-query+filearchive-param-to','s:52:\"de:Der Bildtitel, bei dem die Auflistung enden soll.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:82:\"de:Fügt den Dateinamen der Archivversion für die nicht-neuesten Versionen hinzu.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:37:\"de:Ergänzt die Bittiefe der Version.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-description','s:48:\"de:Fügt die Beschreibung der Bildversion hinzu.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:26:\"de:Alias für die Größe.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:37:\"de:Ergänzt den Medientyp des Bildes.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:52:\"de:Listet die Exif-Metadaten dieser Bildversion auf.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:39:\"de:Fügt den MIME-Typ des Bildes hinzu.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:43:\"de:Analysiert die Beschreibung der Version.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:47:\"de:Ergänzt die SHA-1-Prüfsumme für das Bild.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-size','s:109:\"de:Fügt die Größe des Bildes in Bytes sowie die Höhe, Breite und (falls zutreffend) die Seitenzahl hinzu.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:63:\"de:Fügt einen Zeitstempel für die hochgeladene Version hinzu.\";'),('gsw','messages:apihelp-query+filearchive-paramvalue-prop-user','s:65:\"de:Fügt den Benutzer hinzu, der die Bildversion hochgeladen hat.\";'),('gsw','messages:apihelp-query+filearchive-summary','s:53:\"de:Alle gelöschten Dateien der Reihe nach auflisten.\";'),('gsw','messages:apihelp-query+filerepoinfo-example-simple','s:49:\"de:Ruft Informationen über Dateirepositorien ab.\";'),('gsw','messages:apihelp-query+filerepoinfo-param-prop','s:127:\"de:Welche Repository-Eigenschaften abgerufen werden sollen (die verfügbaren Eigenschaften können in anderen Wikis abweichen).\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:81:\"de:URL zur Repositoriums-API. Nützlich zum Abruf von Bildinformationen vom Host.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:109:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:93:\"en:Whether files can be uploaded to this repository, e.g. via CORS and shared authentication.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:50:\"de:Der menschenlesbare Name des Repositoriumwikis.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:105:\"en:Repository wiki\'s favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:109:\"en:Whether file description pages are fetched from this repository when viewing local file description pages.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:61:\"de:Ob Dateinamen implizit mit einem Großbuchstaben beginnen.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:52:\"de:Ob dieses Repositorium das lokale ist oder nicht.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:229:\"de:Der Schlüssel des Repositorys – wird beispielsweise in den Rückgabewerten <var>von [[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> und [[Special:ApiHelp/query+imageinfo|imageinfo]] verwendet.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:34:\"de:Wurzel-URL-Pfad für Bildpfade.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:73:\"de:Wurzel-URL-Pfad für die MediaWiki-Installation des Repositoriumwikis.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:99:\"en:Repository wiki\'s <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:42:\"de:Wurzel-URL-Pfad für Vorschaubildpfade.\";'),('gsw','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:35:\"de:URL-Pfad der öffentlichen Zone.\";'),('gsw','messages:apihelp-query+filerepoinfo-summary','s:88:\"de:Gib Metainformationen über Bild-Repositorien zurück, die im Wiki eingerichtet sind.\";'),('gsw','messages:apihelp-query+fileusage-example-generator','s:73:\"de:Zeige Informationen über Seiten, die [[:File:Example.jpg]] verwenden.\";'),('gsw','messages:apihelp-query+fileusage-example-simple','s:68:\"de:Zeige eine Liste von Seiten, die [[:File:Example.jpg]] verwenden.\";'),('gsw','messages:apihelp-query+fileusage-param-limit','s:39:\"de:Wie viel zurückgegeben werden soll.\";'),('gsw','messages:apihelp-query+fileusage-param-namespace','s:44:\"de:Nur Seiten dieser Namensräume einbinden.\";'),('gsw','messages:apihelp-query+fileusage-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+fileusage-param-show','s:60:\"de:Nur Datenobjekte anzeigen, die diese Kriterien erfüllen:\";'),('gsw','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:29:\"de:Seitenkennung jeder Seite.\";'),('gsw','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:53:\"de:Markieren, falls die Seite eine Weiterleitung ist.\";'),('gsw','messages:apihelp-query+fileusage-paramvalue-prop-title','s:21:\"de:Titel jeder Seite.\";'),('gsw','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:38:\"de:Nur Nicht-Weiterleitungen anzeigen.\";'),('gsw','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:32:\"de:Nur Weiterleitungen anzeigen.\";'),('gsw','messages:apihelp-query+fileusage-summary','s:61:\"de:Alle Seiten finden, die die angegebenen Dateien verwenden.\";'),('gsw','messages:apihelp-query+imageinfo-example-dated','s:85:\"de:Rufe Informationen über Versionen von [[:File:Test.jpg]] von 2008 und später ab.\";'),('gsw','messages:apihelp-query+imageinfo-example-simple','s:91:\"de:Rufe Informationen über die aktuelle Version von [[:File:Albert Einstein Head.jpg]] ab.\";'),('gsw','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:135:\"de:Falls <kbd>$2prop=badfile</kbd> festgelegt ist, ist dies der verwendete Seitentitel beim Auswerten der [[MediaWiki:Bad image list]].\";'),('gsw','messages:apihelp-query+imageinfo-param-end','s:44:\"de:Zeitstempel, an dem die Liste enden soll.\";'),('gsw','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:102:\"de:Falls angegeben und nicht leer, werden nur diese Schlüssel für $1prop=extmetadata zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:183:\"en:What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.\";'),('gsw','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:92:\"de:Wenn Übersetzungen für die Extmetadata-Eigenschaft verfügbar sind, rufe alle davon ab.\";'),('gsw','messages:apihelp-query+imageinfo-param-limit','s:67:\"de:Wie viele Dateiversionen pro Datei zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+imageinfo-param-localonly','s:50:\"de:Suche nur nach Dateien im lokalen Repositorium.\";'),('gsw','messages:apihelp-query+imageinfo-param-metadataversion','s:139:\"en:Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.\";'),('gsw','messages:apihelp-query+imageinfo-param-prop','s:53:\"de:Welche Dateiinformationen abgerufen werden sollen:\";'),('gsw','messages:apihelp-query+imageinfo-param-start','s:48:\"de:Zeitstempel, von dem die Liste beginnen soll.\";'),('gsw','messages:apihelp-query+imageinfo-param-urlheight','s:27:\"de:Ähnlich wie $1urlwidth.\";'),('gsw','messages:apihelp-query+imageinfo-param-urlparam','s:173:\"en:A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.\";'),('gsw','messages:apihelp-query+imageinfo-param-urlwidth','s:177:\"en:If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:182:\"de:Fügt den Dateinamen der Archivversion für die nicht-letzten Versionen hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:67:\"de:Ergänzt, ob die Datei auf der [[MediaWiki:Bad image list]] ist.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:141:\"de:Fügt die Bittiefe der Version hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:150:\"de:Ergänzt den kanonischen Titel für die Datei. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:136:\"de:Kommentar zu der Version. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:173:\"de:Listet allgemeine Metadaten des Dateiformats dieser Dateiversion auf. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:26:\"de:Alias für die Größe.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:205:\"de:Listet formatierte Metadaten kombiniert aus mehreren Quellen auf. Die Ergebnisse sind im HTML-Format. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:143:\"de:Fügt den Medientyp dieser Datei hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:154:\"de:Listet die Exif-Metadaten dieser Dateiversion auf. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:142:\"de:Fügt den MIME-Typ dieser Datei hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:152:\"de:Analysiere den Kommentar zu dieser Version. Wenn die Version versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:152:\"de:Fügt die SHA-1-Prüfsumme für die Datei hinzu. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:101:\"de:Fügt die Größe der Datei in Bytes und (falls zutreffend) in Höhe, Breite und Seitenzahl hinzu.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:202:\"de:Fügt den MIME-Typ der Miniaturansicht des Bildes hinzu (erfordert URL und Parameter $1urlwidth). Wenn die Datei versionsgelöscht wurde, wird eine <samp>filehidden</samp>-Eigenschaft zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:63:\"de:Fügt einen Zeitstempel für die hochgeladene Version hinzu.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:174:\"de:Wird von der Seite Spezial:Hochladen verwendet, um Informationen zu einer vorhandenen Datei abzurufen. Nicht für die Verwendung außerhalb des MediaWiki-Cores vorgesehen.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:159:\"de:Gibt die URL zur Datei- und Beschreibungsseite zurück. Wenn die Datei versionsgelöscht wurde, wird die Eigenschaft <samp>filehidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:168:\"de:Fügt den Benutzer zu jeder hochgeladenen Dateiversion hinzu. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:176:\"de:Füge die ID des Benutzers zu jeder hochgeladenen Dateiversion hinzu. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+imageinfo-summary','s:59:\"de:Gibt Informationen und alle Versionen der Datei zurück.\";'),('gsw','messages:apihelp-query+images-example-generator','s:107:\"de:Rufe Informationen über alle Dateien ab, die auf der Seite [[{{MediaWiki:Mainpage}}]] verwendet werden.\";'),('gsw','messages:apihelp-query+images-example-simple','s:97:\"de:Rufe eine Liste von Dateien ab, die auf der Seite [[{{MediaWiki:Mainpage}}]] verwendet werden.\";'),('gsw','messages:apihelp-query+images-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+images-param-images','s:112:\"de:Nur diese Dateien auflisten. Nützlich, um zu prüfen, ob eine bestimmte Seite eine bestimmte Datei enthält.\";'),('gsw','messages:apihelp-query+images-param-limit','s:50:\"de:Wie viele Dateien zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+images-summary','s:75:\"de:Gibt alle Dateien zurück, die in den angegebenen Seiten enthalten sind.\";'),('gsw','messages:apihelp-query+imageusage-example-generator','s:77:\"de:Rufe Informationen über Seiten mit [[:File:Albert Einstein Head.jpg]] ab.\";'),('gsw','messages:apihelp-query+imageusage-example-simple','s:66:\"de:Zeige Seiten, die [[:File:Albert Einstein Head.jpg]] verwenden.\";'),('gsw','messages:apihelp-query+imageusage-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+imageusage-param-filterredir','s:124:\"en:How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.\";'),('gsw','messages:apihelp-query+imageusage-param-limit','s:182:\"en:How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).\";'),('gsw','messages:apihelp-query+imageusage-param-namespace','s:32:\"de:Der aufzulistende Namensraum.\";'),('gsw','messages:apihelp-query+imageusage-param-pageid','s:97:\"de:Seitenkennung, nach der gesucht werden soll. Darf nicht zusammen mit $1title verwendet werden.\";'),('gsw','messages:apihelp-query+imageusage-param-redirect','s:157:\"de:Falls die verweisende Seite eine Weiterleitung ist, finde alle Seiten, die ebenfalls auf diese Weiterleitung verweisen. Die maximale Grenze wird halbiert.\";'),('gsw','messages:apihelp-query+imageusage-param-title','s:90:\"de:Titel, nach dem gesucht werden soll. Darf nicht zusammen mit $1pageid verwendet werden.\";'),('gsw','messages:apihelp-query+imageusage-summary','s:62:\"de:Finde alle Seiten, die den angegebenen Bildtitel verwenden.\";'),('gsw','messages:apihelp-query+info-example-protection','s:97:\"de:Erhalte allgemeine Informationen und Schutzinformationen zur Seite [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+info-example-simple','s:68:\"de:Ruft Informationen über die Seite [[{{MediaWiki:Mainpage}}]] ab.\";'),('gsw','messages:apihelp-query+info-param-linkcontext','s:165:\"de:Der Kontexttitel, der bei der Ermittlung von zusätzlichen CSS-Klassen (z. B. Link-Farben) verwendet wird, wenn <var>$1prop</var> <var>linkclasses</var> enthält.\";'),('gsw','messages:apihelp-query+info-param-prop','s:46:\"de:Zusätzlich zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+info-param-testactions','s:88:\"de:Überprüft, ob der aktuelle Benutzer gewisse Aktionen auf der Seite ausführen kann.\";'),('gsw','messages:apihelp-query+info-param-testactionsdetail','s:199:\"en:Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]\'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:124:\"de:Der Titel mit Präfix des [[:mw:Special:MyLanguage/Help:Associated_pages|assoziierten Themas oder der Diskussionsseite]].\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:81:\"de:Gibt die Art und Weise an, in der der Seitentitel tatsächlich angezeigt wird.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:194:\"de:Gibt die zusätzlichen CSS-Klassen (z. B. Link-Farben) an, die für Links auf diese Seite verwendet werden, wenn sie auf der durch <var>$1linkcontext</var> benannten Seite erscheinen würden.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:68:\"de:Der Beobachtungslisten-Benachrichtigungs-Zeitstempel jeder Seite.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-preload','s:71:\"de:Gibt den Text aus, der von EditFormPreloadText zurückgegeben wurde.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-protection','s:41:\"de:Liste die Schutzstufe jeder Seite auf.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-readable','s:95:\"de:Ob der Benutzer diese Seite lesen kann. Stattdessen <kbd>intestactions=read</kbd> verwenden.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-subjectid','s:60:\"de:Die Seitenkennung der Elternseite jeder Diskussionsseite.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-talkid','s:75:\"de:Die Seitenkennung der Diskussionsseite für jede Nicht-Diskussionsseite.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-url','s:95:\"de:Gibt eine vollständige URL, eine bearbeitete URL und die kanonische URL für jede Seite an.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:79:\"de:Gibt den Anzeigetitel in allen Varianten der Sprache des Websiteinhalts aus.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:118:\"de:Die Anzahl der Beobachter jeder Seite, die die letzten Änderungen an dieser Seite besucht haben, sofern zulässig.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-watched','s:50:\"de:Liste den Überwachungszustand jeder Seite auf.\";'),('gsw','messages:apihelp-query+info-paramvalue-prop-watchers','s:44:\"de:Die Anzahl der Beobachter, falls erlaubt.\";'),('gsw','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:55:\"de:Gibt einen booleschen Wert für jede Aktion zurück.\";'),('gsw','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:124:\"de:Gibt Meldungen zurück, die beschreiben, warum die Aktion nicht erlaubt ist, oder ein leeres Array, wenn sie erlaubt ist.\";'),('gsw','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:75:\"de:Wie <kbd>full</kbd>, aber mit Überspringen von Aufwandsüberprüfungen.\";'),('gsw','messages:apihelp-query+info-summary','s:46:\"de:Ruft Basisinformationen über die Seite ab.\";'),('gsw','messages:apihelp-query+iwbacklinks-example-generator','s:61:\"en:Get information about pages linking to [[wikibooks:Test]].\";'),('gsw','messages:apihelp-query+iwbacklinks-example-simple','s:56:\"de:Ruft Seiten ab, die auf [[wikibooks:Test]] verlinken.\";'),('gsw','messages:apihelp-query+iwbacklinks-extended-description','s:156:\"en:Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".\";'),('gsw','messages:apihelp-query+iwbacklinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+iwbacklinks-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+iwbacklinks-param-prefix','s:30:\"de:Präfix für das Interwiki.\";'),('gsw','messages:apihelp-query+iwbacklinks-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+iwbacklinks-param-title','s:78:\"de:Interwiki-Link zum Suchen. Muss mit <var>$1blprefix</var> verwendet werden.\";'),('gsw','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:39:\"de:Ergänzt das Präfix des Interwikis.\";'),('gsw','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:37:\"de:Ergänzt den Titel des Interwikis.\";'),('gsw','messages:apihelp-query+iwbacklinks-summary','s:73:\"de:Findet alle Seiten, die auf einen angegebenen Interwikilink verlinken.\";'),('gsw','messages:apihelp-query+iwlinks-example-simple','s:71:\"de:Ruft die Interwikilinks von der Seite [[{{MediaWiki:Mainpage}}]] ab.\";'),('gsw','messages:apihelp-query+iwlinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+iwlinks-param-limit','s:58:\"de:Wie viele Interwiki-Links zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+iwlinks-param-prefix','s:55:\"de:Gibt nur Interwiki-Links mit diesem Präfix zurück.\";'),('gsw','messages:apihelp-query+iwlinks-param-prop','s:68:\"de:Zusätzlich zurückzugebende Eigenschaften jedes Interwiki-Links:\";'),('gsw','messages:apihelp-query+iwlinks-param-title','s:76:\"de:Interwiki-Link zum Suchen. Muss mit <var>$1prefix</var> verwendet werden.\";'),('gsw','messages:apihelp-query+iwlinks-param-url','s:60:\"en:Whether to get the full URL (cannot be used with $1prop).\";'),('gsw','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:34:\"de:Ergänzt die vollständige URL.\";'),('gsw','messages:apihelp-query+iwlinks-summary','s:59:\"de:Gibt alle Interwikilinks der angegebenen Seiten zurück.\";'),('gsw','messages:apihelp-query+langbacklinks-example-generator','s:67:\"de:Erhalte Informationen zu Seiten, die auf [[:fr:Test]] verlinken.\";'),('gsw','messages:apihelp-query+langbacklinks-example-simple','s:50:\"de:Ruft Seiten ab, die auf [[:fr:Test]] verlinken.\";'),('gsw','messages:apihelp-query+langbacklinks-extended-description','s:341:\"de:Kann verwendet werden, um alle Links mit einem Sprachcode oder alle Links zu einem Titel (mit einer bestimmten Sprache) zu finden. Wenn keiner der beiden Parameter verwendet wird, handelt es sich effektiv um „alle Sprachlinks“.\n\nBeachte, dass durch Erweiterungen hinzugefügte Sprachlinks möglicherweise nicht berücksichtigt werden.\";'),('gsw','messages:apihelp-query+langbacklinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+langbacklinks-param-lang','s:31:\"de:Sprache für den Sprachlink.\";'),('gsw','messages:apihelp-query+langbacklinks-param-limit','s:55:\"de:Wie viele Gesamtseiten zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+langbacklinks-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+langbacklinks-param-title','s:78:\"de:Sprachlink, nach dem gesucht werden soll. Muss mit $1lang verwendet werden.\";'),('gsw','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:43:\"de:Ergänzt den Sprachcode des Sprachlinks.\";'),('gsw','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:38:\"de:Ergänzt den Titel des Sprachlinks.\";'),('gsw','messages:apihelp-query+langbacklinks-summary','s:68:\"de:Findet alle Seiten, die auf den angegebenen Sprachlink verlinken.\";'),('gsw','messages:apihelp-query+langlinks-example-simple','s:68:\"en:Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+langlinks-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+langlinks-param-inlanguagecode','s:44:\"de:Sprachcode für lokalisierte Sprachnamen.\";'),('gsw','messages:apihelp-query+langlinks-param-lang','s:63:\"de:Gibt nur Sprachverknüpfungen mit diesem Sprachcode zurück.\";'),('gsw','messages:apihelp-query+langlinks-param-limit','s:54:\"de:Wie viele Sprachlinks zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+langlinks-param-prop','s:72:\"de:Zusätzlich zurückzugebende Eigenschaften jedes Interlanguage-Links:\";'),('gsw','messages:apihelp-query+langlinks-param-title','s:66:\"de:Zu suchender Link. Muss mit <var>$1lang</var> verwendet werden.\";'),('gsw','messages:apihelp-query+langlinks-param-url','s:111:\"de:Gibt an, ob die vollständige URL abgerufen werden soll (kann nicht mit <var>$1prop</var> verwendet werden).\";'),('gsw','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:40:\"de:Ergänzt den Namen der Muttersprache.\";'),('gsw','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:107:\"en:Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.\";'),('gsw','messages:apihelp-query+langlinks-paramvalue-prop-url','s:34:\"de:Ergänzt die vollständige URL.\";'),('gsw','messages:apihelp-query+langlinks-summary','s:67:\"de:Gibt alle Interlanguagelinks von den angegebenen Seiten zurück.\";'),('gsw','messages:apihelp-query+languageinfo-example-autonym-name-de','s:71:\"de:Holt die Autonyme und deutschen Namen aller unterstützten Sprachen.\";'),('gsw','messages:apihelp-query+languageinfo-example-bcp47-dir','s:77:\"de:Holt den BCP-47-Sprachcode und die Richtung aller unterstützten Sprachen.\";'),('gsw','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:62:\"de:Holt die Fallback-Sprachen und Varianten des Okzitanischen.\";'),('gsw','messages:apihelp-query+languageinfo-example-simple','s:54:\"de:Holt die Sprachcodes aller unterstützten Sprachen.\";'),('gsw','messages:apihelp-query+languageinfo-extended-description','s:148:\"de:[[mw:Special:MyLanguage/API:Continue|Continuation]] kann angewendet werden, wenn das Abrufen der Informationen für eine Anfrage zu lange dauert.\";'),('gsw','messages:apihelp-query+languageinfo-param-code','s:102:\"de:Sprachcodes der Sprachen, die zurückgegeben werden sollen, oder <code>*</code> für alle Sprachen.\";'),('gsw','messages:apihelp-query+languageinfo-param-prop','s:59:\"de:Welche Informationen für jede Sprache zu erhalten sind.\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:61:\"de:Das Autonym der Sprache, d. h. der Name in dieser Sprache.\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:25:\"de:Der BCP-47-Sprachcode.\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:114:\"de:Der Sprachcode. (Dieser Code ist MediaWiki-spezifisch, obwohl es Überschneidungen mit anderen Standards gibt).\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:85:\"de:Die Schreibrichtung der Sprache (entweder <code>ltr</code> oder <code>rtl</code>).\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:214:\"de:Die Sprachcodes der für diese Sprache konfigurierten Fallback-Sprachen. Der implizite endgültige Fallback auf „en“ ist nicht enthalten (einige Sprachen können jedoch explizit auf „en“ zurückgreifen).\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:117:\"de:Der Name der Sprache in der durch den Parameter <var>uselang</var> angegebenen Sprache, ggf. mit Sprach-Fallbacks.\";'),('gsw','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:77:\"de:Die Sprachcodes der Varianten, die von dieser Sprache unterstützt werden.\";'),('gsw','messages:apihelp-query+languageinfo-summary','s:57:\"de:Gibt Informationen über verfügbare Sprachen zurück.\";'),('gsw','messages:apihelp-query+links-example-generator','s:91:\"de:Holt Informationen über die verlinkten Seiten auf der Seite [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+links-example-namespaces','s:104:\"en:Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces.\";'),('gsw','messages:apihelp-query+links-example-simple','s:51:\"de:Links von der [[{{MediaWiki:Mainpage}}]] abrufen\";'),('gsw','messages:apihelp-query+links-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+links-param-limit','s:48:\"de:Wie viele Links zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+links-param-namespace','s:43:\"de:Zeigt nur Links in diesen Namensräumen.\";'),('gsw','messages:apihelp-query+links-param-titles','s:127:\"de:Nur Links zu diesen Titeln auflisten. Nützlich, um zu prüfen, ob eine bestimmte Seite auf einen bestimmten Titel verlinkt.\";'),('gsw','messages:apihelp-query+links-summary','s:54:\"de:Gibt alle Links von den angegebenen Seiten zurück.\";'),('gsw','messages:apihelp-query+linkshere-example-generator','s:73:\"en:Get information about pages linking to the [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+linkshere-example-simple','s:76:\"de:Holt eine Liste von Seiten, die auf [[{{MediaWiki:Mainpage}}]] verlinken.\";'),('gsw','messages:apihelp-query+linkshere-param-limit','s:39:\"de:Wie viel zurückgegeben werden soll.\";'),('gsw','messages:apihelp-query+linkshere-param-namespace','s:52:\"de:Nur Seiten in diesen Namensräumen einschließen.\";'),('gsw','messages:apihelp-query+linkshere-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+linkshere-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('gsw','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:33:\"de:Die Seitenkennung jeder Seite.\";'),('gsw','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:53:\"de:Markieren, falls die Seite eine Weiterleitung ist.\";'),('gsw','messages:apihelp-query+linkshere-paramvalue-prop-title','s:21:\"de:Titel jeder Seite.\";'),('gsw','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:38:\"de:Nur Nicht-Weiterleitungen anzeigen.\";'),('gsw','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:32:\"de:Nur Weiterleitungen anzeigen.\";'),('gsw','messages:apihelp-query+linkshere-summary','s:64:\"de:Alle Seiten finden, die auf die angegebenen Seiten verlinken.\";'),('gsw','messages:apihelp-query+logevents-example-simple','s:45:\"de:Listet die letzten Logbuch-Ereignisse auf.\";'),('gsw','messages:apihelp-query+logevents-param-action','s:213:\"en:Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).\";'),('gsw','messages:apihelp-query+logevents-param-end','s:55:\"de:Der Zeitstempel, bei dem die Aufzählung enden soll.\";'),('gsw','messages:apihelp-query+logevents-param-limit','s:70:\"de:Wie viele Ereigniseinträge insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+logevents-param-namespace','s:50:\"en:Filter entries to those in the given namespace.\";'),('gsw','messages:apihelp-query+logevents-param-prefix','s:54:\"de:Filtert Einträge, die mit diesem Präfix beginnen.\";'),('gsw','messages:apihelp-query+logevents-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+logevents-param-start','s:58:\"de:Der Zeitstempel, bei dem die Aufzählung beginnen soll.\";'),('gsw','messages:apihelp-query+logevents-param-tag','s:77:\"de:Listet nur Ereigniseinträge auf, die mit dieser Markierung markiert sind.\";'),('gsw','messages:apihelp-query+logevents-param-title','s:63:\"de:Filtert Einträge auf solche, die einer Seite ähnlich sind.\";'),('gsw','messages:apihelp-query+logevents-param-type','s:54:\"de:Filtert nur Logbucheinträge mit diesem Typ heraus.\";'),('gsw','messages:apihelp-query+logevents-param-user','s:50:\"en:Filter entries to those made by the given user.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-comment','s:157:\"de:Ergänzt den Kommentar des Logbuchereignisses. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-details','s:177:\"de:Listet zusätzliche Einzelheiten über das Logbuchereignis auf. Wenn die Logbuchaktion versionsgelöscht wurde, wird die Eigenschaft <samp>actionhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-ids','s:47:\"de:Ergänzt die Kennung des Logbuchereignisses.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:167:\"de:Ergänzt den geparsten Kommentar des Logbuchereignisses. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-tags','s:52:\"de:Listet Markierungen für das Logbuchereignis auf.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:48:\"de:Ergänzt den Zeitstempel des Logbucheintrags.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-title','s:57:\"de:Ergänzt den Titel der Seite für das Logbuchereignis.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-type','s:43:\"de:Ergänzt den Typ des Logbuchereignisses.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-user','s:171:\"de:Ergänzt den verantwortlichen Benutzer für das Logbuchereignis. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+logevents-paramvalue-prop-userid','s:150:\"en:Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+logevents-summary','s:38:\"de:Ruft Ereignisse von Logbüchern ab.\";'),('gsw','messages:apihelp-query+mystashedfiles-example-simple','s:126:\"de:Ermittelt den Dateischlüssel, die Dateigröße und die Pixelgröße der Dateien im Uploadspeicher des aktuellen Benutzers.\";'),('gsw','messages:apihelp-query+mystashedfiles-param-limit','s:50:\"de:Wie viele Dateien zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+mystashedfiles-param-prop','s:65:\"de:Welche Eigenschaften für die Dateien abgerufen werden sollen.\";'),('gsw','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:48:\"de:Ruft die Dateigröße und Bildabmessungen ab.\";'),('gsw','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:45:\"de:Ruft den MIME- und Medientyp der Datei ab.\";'),('gsw','messages:apihelp-query+mystashedfiles-summary','s:70:\"de:Ruft eine Liste der Dateien im aktuellen Benutzeruploadspeicher ab.\";'),('gsw','messages:apihelp-query+pagepropnames-example-simple','s:44:\"de:Ruft die ersten 10 Eigenschaftsnamen auf.\";'),('gsw','messages:apihelp-query+pagepropnames-param-limit','s:47:\"de:Die maximale Anzahl zurückzugebender Namen.\";'),('gsw','messages:apihelp-query+pagepropnames-summary','s:51:\"en:List all page property names in use on the wiki.\";'),('gsw','messages:apihelp-query+pageprops-example-simple','s:92:\"en:Get properties for the pages  <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.\";'),('gsw','messages:apihelp-query+pageprops-param-prop','s:218:\"en:Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.\";'),('gsw','messages:apihelp-query+pageprops-summary','s:59:\"en:Get various page properties defined in the page content.\";'),('gsw','messages:apihelp-query+pageswithprop-example-generator','s:92:\"en:Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.\";'),('gsw','messages:apihelp-query+pageswithprop-example-simple','s:84:\"en:List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('gsw','messages:apihelp-query+pageswithprop-param-dir','s:43:\"de:In welche Richtung sortiert werden soll.\";'),('gsw','messages:apihelp-query+pageswithprop-param-limit','s:48:\"de:Die maximale Anzahl zurückzugebender Seiten.\";'),('gsw','messages:apihelp-query+pageswithprop-param-prop','s:38:\"de:Welche Informationsteile einbinden:\";'),('gsw','messages:apihelp-query+pageswithprop-param-propname','s:166:\"en:Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).\";'),('gsw','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:33:\"de:Fügt die Seitenkennung hinzu.\";'),('gsw','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:58:\"de:Ergänzt den Titel und die Namensraumkennung der Seite.\";'),('gsw','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:43:\"de:Ergänzt den Wert der Seiteneigenschaft.\";'),('gsw','messages:apihelp-query+pageswithprop-summary','s:73:\"de:Alle Seiten auflisten, die eine bestimmte Seiteneigenschaft verwenden.\";'),('gsw','messages:apihelp-query+prefixsearch-example-simple','s:66:\"de:Suche nach Seitentiteln, die mit <kbd>Bedeutung</kbd> beginnen.\";'),('gsw','messages:apihelp-query+prefixsearch-extended-description','s:511:\"en:Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.\";'),('gsw','messages:apihelp-query+prefixsearch-param-limit','s:48:\"de:Maximale Anzahl zurückzugebender Ergebnisse.\";'),('gsw','messages:apihelp-query+prefixsearch-param-namespace','s:137:\"de:Welche Namensräume durchsucht werden sollen. Wird ignoriert, falls <var>$1search</var> mit einem gültigen Namensraumpräfix beginnt.\";'),('gsw','messages:apihelp-query+prefixsearch-param-offset','s:45:\"de:Anzahl der zu überspringenden Ergebnisse.\";'),('gsw','messages:apihelp-query+prefixsearch-param-profile','s:30:\"de:Zu verwendendes Suchprofil.\";'),('gsw','messages:apihelp-query+prefixsearch-param-search','s:21:\"de:Such-Zeichenfolge.\";'),('gsw','messages:apihelp-query+prefixsearch-summary','s:51:\"de:Führt eine Präfixsuche für Seitentitel durch.\";'),('gsw','messages:apihelp-query+protectedtitles-example-generator','s:62:\"de:Suche nach Links zu geschützten Titeln im Hauptnamensraum.\";'),('gsw','messages:apihelp-query+protectedtitles-example-simple','s:32:\"de:Listet geschützte Titel auf.\";'),('gsw','messages:apihelp-query+protectedtitles-param-end','s:55:\"de:Stoppt die Auflistung bei diesem Schutz-Zeitstempel.\";'),('gsw','messages:apihelp-query+protectedtitles-param-level','s:48:\"de:Listet nur Titel mit diesen Schutzstufen auf.\";'),('gsw','messages:apihelp-query+protectedtitles-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+protectedtitles-param-namespace','s:48:\"de:Listet nur Titel in diesen Namensräumen auf.\";'),('gsw','messages:apihelp-query+protectedtitles-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+protectedtitles-param-start','s:56:\"de:Startet die Auflistung bei diesem Schutz-Zeitstempel.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:42:\"de:Ergänzt den Kommentar für den Schutz.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:64:\"de:Fügt den Zeitstempel hinzu, wann der Schutz aufgehoben wird.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:29:\"de:Ergänzt den Schutzstatus.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:52:\"de:Ergänzt den geparsten Kommentar für den Schutz.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:64:\"de:Ergänzt den Zeitstempel, wann der Schutz hinzugefügt wurde.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:61:\"de:Fügt den Benutzer hinzu, der den Schutz hinzugefügt hat.\";'),('gsw','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:64:\"de:Fügt die Benutzer-ID hinzu, die den Schutz hinzugefügt hat.\";'),('gsw','messages:apihelp-query+protectedtitles-summary','s:67:\"de:Listet alle Titel auf, die vor einer Erstellung geschützt sind.\";'),('gsw','messages:apihelp-query+querypage-example-ancientpages','s:56:\"de:Gibt Ergebnisse von [[Special:Ancientpages]] zurück.\";'),('gsw','messages:apihelp-query+querypage-param-limit','s:43:\"de:Anzahl der zurückzugebenden Ergebnisse.\";'),('gsw','messages:apihelp-query+querypage-param-page','s:80:\"de:Der Name der Spezialseite. Hinweis: Groß- und Kleinschreibung wird beachtet.\";'),('gsw','messages:apihelp-query+querypage-summary','s:57:\"en:Get a list provided by a QueryPage-based special page.\";'),('gsw','messages:apihelp-query+random-example-generator','s:90:\"de:Gibt Seiteninformationen über zwei zufällige Seiten aus dem Haupt-Namensraum zurück.\";'),('gsw','messages:apihelp-query+random-example-simple','s:63:\"de:Gibt zwei zufällige Seiten aus dem Haupt-Namespace zurück.\";'),('gsw','messages:apihelp-query+random-extended-description','s:301:\"en:Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.\";'),('gsw','messages:apihelp-query+random-param-filterredir','s:50:\"de:Wie nach Weiterleitungen gefiltert werden soll.\";'),('gsw','messages:apihelp-query+random-param-limit','s:75:\"de:Begrenzung der Anzahl der zufälligen Seiten, die zurückgegeben werden.\";'),('gsw','messages:apihelp-query+random-param-namespace','s:51:\"de:Gibt nur Seiten in diesen Namensräumen zurück.\";'),('gsw','messages:apihelp-query+random-param-redirect','s:59:\"de:Verwende stattdessen <kbd>$1filterredir=redirects</kbd>.\";'),('gsw','messages:apihelp-query+random-summary','s:44:\"de:Ruft einen Satz an zufälligen Seiten ab.\";'),('gsw','messages:apihelp-query+recentchanges-example-generator','s:50:\"en:Get page info about recent unpatrolled changes.\";'),('gsw','messages:apihelp-query+recentchanges-example-simple','s:38:\"de:Listet die letzten Änderungen auf.\";'),('gsw','messages:apihelp-query+recentchanges-param-end','s:55:\"de:Der Zeitstempel, bei dem die Aufzählung enden soll.\";'),('gsw','messages:apihelp-query+recentchanges-param-excludeuser','s:52:\"de:Listet keine Änderungen von diesem Benutzer auf.\";'),('gsw','messages:apihelp-query+recentchanges-param-generaterevisions','s:177:\"en:When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.\";'),('gsw','messages:apihelp-query+recentchanges-param-limit','s:64:\"de:Wie viele Änderungen insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+recentchanges-param-namespace','s:43:\"en:Filter changes to only these namespaces.\";'),('gsw','messages:apihelp-query+recentchanges-param-prop','s:46:\"de:Bezieht zusätzliche Informationen mit ein:\";'),('gsw','messages:apihelp-query+recentchanges-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('gsw','messages:apihelp-query+recentchanges-param-slot','s:64:\"de:Listet nur Änderungen auf, die den genannten Slot betreffen.\";'),('gsw','messages:apihelp-query+recentchanges-param-start','s:58:\"de:Der Zeitstempel, bei dem die Aufzählung beginnen soll.\";'),('gsw','messages:apihelp-query+recentchanges-param-tag','s:71:\"de:Listet nur Änderungen auf, die mit dieser Markierung markiert sind.\";'),('gsw','messages:apihelp-query+recentchanges-param-title','s:45:\"en:Filter entries to those related to a page.\";'),('gsw','messages:apihelp-query+recentchanges-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('gsw','messages:apihelp-query+recentchanges-param-type','s:56:\"de:Welche Typen von Änderungen angezeigt werden sollen.\";'),('gsw','messages:apihelp-query+recentchanges-param-user','s:50:\"de:Listet nur Änderungen von diesem Benutzer auf.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:82:\"de:Markiert kontrollierbare Bearbeitungen als automatisch kontrolliert oder nicht.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:158:\"de:Fügt den Kommentar für die Bearbeitung hinzu. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:46:\"de:Ergänzt Markierungen für die Bearbeitung.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:71:\"en:Adds the page ID, recent changes ID and the new and old revision ID.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:63:\"en:Adds log information (log ID, log type, etc) to log entries.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:138:\"en:Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:60:\"en:Tags patrollable edits as being patrolled or unpatrolled.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:35:\"en:Tags edit if page is a redirect.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:163:\"en:Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:45:\"en:Adds the new and old page length in bytes.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:44:\"de:Listet Markierungen für den Eintrag auf.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:49:\"de:Ergänzt den Zeitstempel für die Bearbeitung.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:44:\"de:Ergänzt den Seitentitel der Bearbeitung.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:161:\"en:Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:137:\"en:Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+recentchanges-summary','s:38:\"de:Listet die letzten Änderungen auf.\";'),('gsw','messages:apihelp-query+redirects-example-generator','s:73:\"en:Get information about all redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+redirects-example-simple','s:61:\"en:Get a list of redirects to the [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+redirects-param-limit','s:58:\"de:Wie viele Weiterleitungen zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+redirects-param-namespace','s:52:\"de:Schließt nur Seiten in diesen Namensräumen ein.\";'),('gsw','messages:apihelp-query+redirects-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+redirects-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('gsw','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:51:\"de:Teil einer jeden Weiterleitung, falls vorhanden.\";'),('gsw','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:43:\"de:Seitenkennung einer jeden Weiterleitung.\";'),('gsw','messages:apihelp-query+redirects-paramvalue-prop-title','s:35:\"de:Titel einer jeden Weiterleitung.\";'),('gsw','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:42:\"en:Only show redirects without a fragment.\";'),('gsw','messages:apihelp-query+redirects-paramvalue-show-fragment','s:39:\"en:Only show redirects with a fragment.\";'),('gsw','messages:apihelp-query+redirects-summary','s:44:\"en:Returns all redirects to the given pages.\";'),('gsw','messages:apihelp-query+revisions+base-param-contentformat','s:92:\"en:Serialization format used for <var>$1difftotext</var> and expected for output of content.\";'),('gsw','messages:apihelp-query+revisions+base-param-diffto','s:221:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.\";'),('gsw','messages:apihelp-query+revisions+base-param-difftotext','s:257:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.\";'),('gsw','messages:apihelp-query+revisions+base-param-difftotextpst','s:180:\"en:Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.\";'),('gsw','messages:apihelp-query+revisions+base-param-expandtemplates','s:149:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).\";'),('gsw','messages:apihelp-query+revisions+base-param-generatexml','s:210:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).\";'),('gsw','messages:apihelp-query+revisions+base-param-limit','s:45:\"en:Limit how many revisions will be returned.\";'),('gsw','messages:apihelp-query+revisions+base-param-parse','s:190:\"en:Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.\";'),('gsw','messages:apihelp-query+revisions+base-param-prop','s:48:\"de:Zurückzugebende Eigenschaften jeder Version:\";'),('gsw','messages:apihelp-query+revisions+base-param-section','s:65:\"en:Only retrieve the content of the section with this identifier.\";'),('gsw','messages:apihelp-query+revisions+base-param-slots','s:206:\"en:Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:152:\"de:Kommentar des Benutzers für die Version. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:142:\"de:Inhalt eines jeden Versionsschlitzes. Wenn der Inhalt versionsgelöscht wurde, wird die Eigenschaft <samp>texthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:55:\"de:Inhaltsmodell-Kennung eines jeden Versionsschlitzes.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:32:\"de:Versionsmarkierungen (klein).\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:27:\"de:Die Kennung der Version.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:145:\"en:Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:219:\"en:Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:71:\"de:Die Liste enthält Schlitzregeln, die in der Version vorhanden sind.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:145:\"de:SHA-1-Prüfsumme (Basis 16) der Version. Wenn der Inhalt versionsgelöscht wurde, wird die Eigenschaft <samp>sha1hidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:31:\"de:Länge in Bytes der Version.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:152:\"de:SHA-1 (Basis 16) eines jeden Versionsschlitzes. Wenn der Inhalt versionsgelöscht wurde, wird die Eigenschaft <samp>sha1hidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:48:\"de:Länge (Bytes) eines jeden Versionsschlitzes.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:33:\"de:Markierungen für die Version.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:31:\"de:Der Zeitstempel der Version.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:146:\"de:Benutzer, der die Version erstellt hat. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:146:\"de:Benutzerkennung des Versionserstellers. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+revisions-example-content','s:103:\"en:Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+revisions-example-first5','s:59:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+revisions-example-first5-after','s:81:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01.\";'),('gsw','messages:apihelp-query+revisions-example-first5-not-localhost','s:117:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>.\";'),('gsw','messages:apihelp-query+revisions-example-first5-user','s:115:\"en:Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>.\";'),('gsw','messages:apihelp-query+revisions-example-last5','s:58:\"en:Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+revisions-extended-description','s:270:\"en:May be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.\";'),('gsw','messages:apihelp-query+revisions-param-end','s:42:\"de:Durchzählen bis zu diesem Zeitstempel.\";'),('gsw','messages:apihelp-query+revisions-param-endid','s:108:\"en:Stop enumeration at this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('gsw','messages:apihelp-query+revisions-param-excludeuser','s:41:\"de:Schließt Versionen nach Benutzer aus.\";'),('gsw','messages:apihelp-query+revisions-param-start','s:54:\"en:From which revision timestamp to start enumeration.\";'),('gsw','messages:apihelp-query+revisions-param-startid','s:111:\"en:Start enumeration from this revision\'s timestamp. The revision must exist, but need not belong to this page.\";'),('gsw','messages:apihelp-query+revisions-param-tag','s:69:\"de:Listet nur Versionen auf, die mit dieser Markierung markiert sind.\";'),('gsw','messages:apihelp-query+revisions-param-user','s:66:\"de:Nur vom Benutzer vorgenommene Versionen werden berücksichtigt.\";'),('gsw','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:49:\"en:May only be used with a single page (mode #2).\";'),('gsw','messages:apihelp-query+revisions-summary','s:38:\"de:Ruft Informationen zu Versionen ab.\";'),('gsw','messages:apihelp-query+search-example-generator','s:78:\"en:Get page info about the pages returned for a search for <kbd>meaning</kbd>.\";'),('gsw','messages:apihelp-query+search-example-simple','s:34:\"de:Nach <kbd>meaning</kbd> suchen.\";'),('gsw','messages:apihelp-query+search-example-text','s:45:\"de:Texte nach <kbd>meaning</kbd> durchsuchen.\";'),('gsw','messages:apihelp-query+search-param-backend','s:51:\"en:Which search backend to use, if not the default.\";'),('gsw','messages:apihelp-query+search-param-enablerewrites','s:179:\"en:Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.\";'),('gsw','messages:apihelp-query+search-param-info','s:49:\"de:Welche Metadaten zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+search-param-interwiki','s:57:\"en:Include interwiki results in the search, if available.\";'),('gsw','messages:apihelp-query+search-param-limit','s:59:\"de:Wie viele Seiten insgesamt zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+search-param-namespace','s:39:\"en:Search only within these namespaces.\";'),('gsw','messages:apihelp-query+search-param-prop','s:31:\"de:Eigenschaften zur Rückgabe:\";'),('gsw','messages:apihelp-query+search-param-qiprofile','s:92:\"de:Zu verwendendes anfrageunabhängiges Profil (wirkt sich auf den Ranking-Algorithmus aus).\";'),('gsw','messages:apihelp-query+search-param-search','s:178:\"en:Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki\'s search backend implements.\";'),('gsw','messages:apihelp-query+search-param-sort','s:68:\"de:Legt die Sortierreihenfolge der zurückgegebenen Ergebnisse fest.\";'),('gsw','messages:apihelp-query+search-param-what','s:43:\"de:Welcher Suchtyp ausgeführt werden soll.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:72:\"en:Adds the matching category name, with query term highlighting markup.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:58:\"de:Ergänzt zusätzliche von Erweiterungen erzeugte Daten.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:13:\"de:Ignoriert.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:64:\"en:Adds a boolean indicating if the search matched file content.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:80:\"en:Adds the title of the matching redirect, with query term highlighting markup.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:43:\"en:Adds the title of the matching redirect.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-score','s:13:\"de:Ignoriert.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:79:\"en:Adds the title of the matching section, with query term highlighting markup.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:42:\"en:Adds the title of the matching section.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-size','s:46:\"de:Fügt die Größe der Seite in Bytes hinzu.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-snippet','s:67:\"en:Adds a snippet of the page, with query term highlighting markup.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-timestamp','s:55:\"en:Adds the timestamp of when the page was last edited.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:60:\"en:Adds the page title, with query term highlighting markup.\";'),('gsw','messages:apihelp-query+search-paramvalue-prop-wordcount','s:38:\"de:Ergänzt den Wortzähler der Seite.\";'),('gsw','messages:apihelp-query+search-summary','s:33:\"de:Führt eine Volltextsuche aus.\";'),('gsw','messages:apihelp-query+siteinfo-example-interwiki','s:44:\"en:Fetch a list of local interwiki prefixes.\";'),('gsw','messages:apihelp-query+siteinfo-example-replag','s:37:\"en:Check the current replication lag.\";'),('gsw','messages:apihelp-query+siteinfo-example-simple','s:31:\"de:Websiteinformationen abrufen\";'),('gsw','messages:apihelp-query+siteinfo-param-filteriw','s:67:\"en:Return only local or only nonlocal entries of the interwiki map.\";'),('gsw','messages:apihelp-query+siteinfo-param-inlanguagecode','s:75:\"en:Language code for localised language names (best effort) and skin names.\";'),('gsw','messages:apihelp-query+siteinfo-param-numberingroup','s:44:\"en:Lists the number of users in user groups.\";'),('gsw','messages:apihelp-query+siteinfo-param-prop','s:28:\"en:Which information to get:\";'),('gsw','messages:apihelp-query+siteinfo-param-showalldb','s:64:\"en:List all database servers, not just the one lagging the most.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:60:\"en:Returns database server with the highest replication lag.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:51:\"en:Returns the default values for user preferences.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:44:\"en:Returns extensions installed on the wiki.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:43:\"en:Returns a list of parser extension tags.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:71:\"en:Returns list of file extensions (file types) allowed to be uploaded.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:43:\"en:Returns a list of parser function hooks.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:30:\"en:Overall system information.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:106:\"en:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:110:\"en:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:171:\"de:Gibt eine Liste der Sprachcodes zurück, für die [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] aktiviert ist, und die jeweils unterstützten Varianten.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:43:\"en:Returns libraries installed on the wiki.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:50:\"de:Liste von magischen Wörtern und ihrer Aliasse.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:40:\"en:List of registered namespace aliases.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:59:\"en:List of registered namespaces and their canonical names.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:66:\"en:Returns a list of protocols that are allowed in external links.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:67:\"en:Returns information on available restriction (protection) types.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:58:\"en:Returns wiki rights (license) information if available.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:118:\"en:Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:134:\"en:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:36:\"de:Liste von Spezialseiten-Aliassen.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:27:\"en:Returns site statistics.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:43:\"en:Returns the upload dialog configuration.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:54:\"en:Returns user groups and the associated permissions.\";'),('gsw','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:34:\"en:Returns a list of variable IDs.\";'),('gsw','messages:apihelp-query+siteinfo-summary','s:45:\"en:Return general information about the site.\";'),('gsw','messages:apihelp-query+stashimageinfo-example-params','s:62:\"de:Gibt Vorschaubilder für zwei gespeicherte Dateien zurück.\";'),('gsw','messages:apihelp-query+stashimageinfo-example-simple','s:59:\"de:Gibt Informationen für eine gespeicherte Datei zurück.\";'),('gsw','messages:apihelp-query+stashimageinfo-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('gsw','messages:apihelp-query+stashimageinfo-param-sessionkey','s:61:\"de:Alias für $1filekey, für die Rückwärtskompatibilität.\";'),('gsw','messages:apihelp-query+stashimageinfo-summary','s:46:\"en:Returns file information for stashed files.\";'),('gsw','messages:apihelp-query+tags-example-simple','s:29:\"de:Verfügbare Tags auflisten\";'),('gsw','messages:apihelp-query+tags-param-limit','s:38:\"en:The maximum number of tags to list.\";'),('gsw','messages:apihelp-query+tags-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-active','s:42:\"en:Whether the tag is still being applied.\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-defined','s:39:\"en:Indicate whether the tag is defined.\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-description','s:44:\"de:Ergänzt die Beschreibung der Markierung.\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-displayname','s:52:\"de:Ergänzt die Systemnachricht für die Markierung.\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:67:\"en:Adds the number of revisions and log entries that have this tag.\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-name','s:37:\"de:Ergänzt den Namen der Markierung.\";'),('gsw','messages:apihelp-query+tags-paramvalue-prop-source','s:171:\"en:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.\";'),('gsw','messages:apihelp-query+tags-summary','s:29:\"de:Änderungs-Tags auflisten.\";'),('gsw','messages:apihelp-query+templates-example-generator','s:88:\"en:Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+templates-example-namespaces','s:123:\"en:Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+templates-example-simple','s:65:\"en:Get the templates used on the page [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+templates-param-dir','s:27:\"de:Die Auflistungsrichtung.\";'),('gsw','messages:apihelp-query+templates-param-limit','s:51:\"de:Wie viele Vorlagen zurückgegeben werden sollen.\";'),('gsw','messages:apihelp-query+templates-param-namespace','s:43:\"en:Show templates in these namespaces only.\";'),('gsw','messages:apihelp-query+templates-param-templates','s:97:\"en:Only list these templates. Useful for checking whether a certain page uses a certain template.\";'),('gsw','messages:apihelp-query+templates-summary','s:52:\"en:Returns all pages transcluded on the given pages.\";'),('gsw','messages:apihelp-query+tokens-example-simple','s:39:\"en:Retrieve a csrf token (the default).\";'),('gsw','messages:apihelp-query+tokens-example-types','s:45:\"en:Retrieve a watch token and a patrol token.\";'),('gsw','messages:apihelp-query+tokens-param-type','s:48:\"de:Typen der Token, die abgerufen werden sollen.\";'),('gsw','messages:apihelp-query+tokens-summary','s:42:\"en:Gets tokens for data-modifying actions.\";'),('gsw','messages:apihelp-query+transcludedin-example-generator','s:71:\"en:Get information about pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+transcludedin-example-simple','s:63:\"en:Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query+transcludedin-param-limit','s:22:\"en:How many to return.\";'),('gsw','messages:apihelp-query+transcludedin-param-namespace','s:42:\"en:Only include pages in these namespaces.\";'),('gsw','messages:apihelp-query+transcludedin-param-prop','s:34:\"de:Zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+transcludedin-param-show','s:44:\"en:Show only items that meet these criteria:\";'),('gsw','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:29:\"de:Seitenkennung jeder Seite.\";'),('gsw','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:34:\"en:Flag if the page is a redirect.\";'),('gsw','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:21:\"de:Titel jeder Seite.\";'),('gsw','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:27:\"en:Only show non-redirects.\";'),('gsw','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:23:\"en:Only show redirects.\";'),('gsw','messages:apihelp-query+transcludedin-summary','s:50:\"en:Find all pages that transclude the given pages.\";'),('gsw','messages:apihelp-query+usercontribs-example-ipprefix','s:76:\"en:Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.\";'),('gsw','messages:apihelp-query+usercontribs-example-user','s:49:\"en:Show contributions of user <kbd>Example</kbd>.\";'),('gsw','messages:apihelp-query+usercontribs-param-end','s:81:\"de:Der zurückzugebende End-Zeitstempel, d. h. Versionen nach diesem Zeitstempel.\";'),('gsw','messages:apihelp-query+usercontribs-param-iprange','s:175:\"de:Der CIDR-Bereich, für den Beiträge abgerufen werden sollen. Kann nicht zusammen mit <var>$1user</var>, <var>$1userprefix</var> oder <var>$1userids</var> verwendet werden.\";'),('gsw','messages:apihelp-query+usercontribs-param-limit','s:55:\"de:Die maximale Anzahl der zurückzugebenden Beiträge.\";'),('gsw','messages:apihelp-query+usercontribs-param-namespace','s:47:\"en:Only list contributions in these namespaces.\";'),('gsw','messages:apihelp-query+usercontribs-param-prop','s:44:\"en:Include additional pieces of information:\";'),('gsw','messages:apihelp-query+usercontribs-param-show','s:308:\"en:Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won\'t be shown.\";'),('gsw','messages:apihelp-query+usercontribs-param-start','s:82:\"de:Der zurückzugebende Start-Zeitstempel, d. h. Versionen vor diesem Zeitstempel.\";'),('gsw','messages:apihelp-query+usercontribs-param-tag','s:44:\"en:Only list revisions tagged with this tag.\";'),('gsw','messages:apihelp-query+usercontribs-param-toponly','s:51:\"en:Only list changes which are the latest revision.\";'),('gsw','messages:apihelp-query+usercontribs-param-user','s:174:\"de:Die Benutzer, für die Beiträge abgerufen werden sollen. Kann nicht zusammen mit <var>$1userids</var>, <var>$1userprefix</var> oder <var>$1iprange</var> verwendet werden.\";'),('gsw','messages:apihelp-query+usercontribs-param-userids','s:184:\"de:Die Benutzerkennungen, für die die Beiträge abgerufen werden sollen. Kann nicht zusammen mit <var>$1user</var>, <var>$1userprefix</var> oder <var>$1iprange</var> verwendet werden.\";'),('gsw','messages:apihelp-query+usercontribs-param-userprefix','s:185:\"de:Ruft Beiträge für alle Benutzer ab, deren Namen mit diesem Wert beginnt. Kann nicht zusammen mit <var>$1user</var>, <var>$1userids</var> oder <var>$1iprange</var> verwendet werden.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:52:\"de:Markiert automatisch kontrollierte Bearbeitungen.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:153:\"de:Fügt den Kommentar der Bearbeitung hinzu. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:41:\"de:Ergänzt Markierungen der Bearbeitung.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:47:\"de:Fügt die Seiten- und Versionskennung hinzu.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:137:\"en:Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:40:\"de:Markiert kontrollierte Bearbeitungen.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:45:\"de:Ergänzt die neue Größe der Bearbeitung.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:54:\"en:Adds the size delta of the edit against its parent.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:52:\"de:Listet die Markierungen für die Bearbeitung auf.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:44:\"de:Ergänzt den Zeitstempel der Bearbeitung.\";'),('gsw','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:47:\"en:Adds the title and namespace ID of the page.\";'),('gsw','messages:apihelp-query+usercontribs-summary','s:49:\"de:Alle Bearbeitungen von einem Benutzer abrufen.\";'),('gsw','messages:apihelp-query+userinfo-example-data','s:67:\"de:Ruft zusätzliche Informationen über den aktuellen Benutzer ab.\";'),('gsw','messages:apihelp-query+userinfo-example-simple','s:53:\"de:Informationen über den aktuellen Benutzer abrufen\";'),('gsw','messages:apihelp-query+userinfo-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('gsw','messages:apihelp-query+userinfo-param-prop','s:42:\"en:Which pieces of information to include:\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:92:\"en:Echoes the <code>Accept-Language</code> header sent by the client in a structured format.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:82:\"de:Markiert, ob der aktuelle Benutzer gesperrt ist, von wem und aus welchem Grund.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:64:\"en:Lists the groups the current user can add to and remove from.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:60:\"de:Ergänzt den Bearbeitungszähler des aktuellen Benutzers.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-email','s:63:\"en:Adds the user\'s email address and email authentication date.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:122:\"en:Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:52:\"en:Lists all the groups the current user belongs to.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:77:\"en:Adds a tag <samp>messages</samp> if the current user has pending messages.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:70:\"en:Lists all the groups the current user is automatically a member of.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:51:\"de:Ergänzt das Datum des letzten Benutzerbeitrags.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-options','s:75:\"de:Listet alle Einstellungen auf, die der aktuelle Benutzer festgelegt hat.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:54:\"en:Lists all rate limits applying to the current user.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:53:\"de:Fügt den bürgerlichen Namen des Benutzers hinzu.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:37:\"en:Adds the user\'s registration date.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:45:\"en:Lists all the rights the current user has.\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:132:\"en:Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip\";'),('gsw','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:104:\"en:Adds the count of unread pages on the user\'s watchlist (maximum $1; returns <samp>$2</samp> if more).\";'),('gsw','messages:apihelp-query+userinfo-summary','s:42:\"en:Get information about the current user.\";'),('gsw','messages:apihelp-query+users-example-simple','s:67:\"de:Gibt Informationen für den Benutzer <kbd>Example</kbd> zurück.\";'),('gsw','messages:apihelp-query+users-param-attachedwiki','s:112:\"en:With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.\";'),('gsw','messages:apihelp-query+users-param-prop','s:53:\"de:Welche Informationsteile einbezogen werden sollen:\";'),('gsw','messages:apihelp-query+users-param-userids','s:88:\"de:Eine Liste der Benutzerkennungen, für die die Informationen abgerufen werden sollen.\";'),('gsw','messages:apihelp-query+users-param-users','s:75:\"de:Eine Liste der Benutzer, für die Informationen abgerufen werden sollen.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:73:\"de:Markiert, ob der Benutzer gesperrt ist, von wem und aus welchem Grund.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-cancreate','s:84:\"en:Indicates whether an account for valid but unregistered usernames can be created.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-centralids','s:59:\"en:Adds the central IDs and attachment status for the user.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-editcount','s:50:\"de:Ergänzt den Bearbeitungszähler des Benutzers.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-emailable','s:81:\"en:Tags if the user can and wants to receive email through [[Special:Emailuser]].\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-gender','s:71:\"en:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:115:\"en:Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-groups','s:60:\"de:Listet alle Gruppen auf, zu denen jeder Benutzer gehört.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:76:\"de:Listet alle Gruppen auf, bei denen der Benutzer automatisch Mitglied ist.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-registration','s:42:\"en:Adds the user\'s registration timestamp.\";'),('gsw','messages:apihelp-query+users-paramvalue-prop-rights','s:50:\"de:Listet alle Rechte auf, die jeder Benutzer hat.\";'),('gsw','messages:apihelp-query+users-summary','s:56:\"de:Informationen über eine Liste von Benutzern abrufen.\";'),('gsw','messages:apihelp-query+watchlist-example-allrev','s:87:\"en:Fetch information about all recent changes to pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-example-expiry','s:168:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist, including when temporarily watched items will expire.\";'),('gsw','messages:apihelp-query+watchlist-example-generator','s:78:\"en:Fetch page info for recently changed pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-example-generator-rev','s:83:\"en:Fetch revision info for recent changes to pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-example-props','s:114:\"en:Fetch additional information about the top revision for recently changed pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-example-simple','s:84:\"en:List the top revision for recently changed pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-example-wlowner','s:96:\"en:List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.\";'),('gsw','messages:apihelp-query+watchlist-param-allrev','s:70:\"en:Include multiple revisions of the same page within given timeframe.\";'),('gsw','messages:apihelp-query+watchlist-param-end','s:36:\"en:The timestamp to end enumerating.\";'),('gsw','messages:apihelp-query+watchlist-param-excludeuser','s:52:\"de:Listet keine Änderungen von diesem Benutzer auf.\";'),('gsw','messages:apihelp-query+watchlist-param-limit','s:48:\"en:How many total results to return per request.\";'),('gsw','messages:apihelp-query+watchlist-param-namespace','s:47:\"en:Filter changes to only the given namespaces.\";'),('gsw','messages:apihelp-query+watchlist-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-param-prop','s:46:\"de:Zusätzlich zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+watchlist-param-show','s:130:\"en:Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.\";'),('gsw','messages:apihelp-query+watchlist-param-start','s:43:\"en:The timestamp to start enumerating from.\";'),('gsw','messages:apihelp-query+watchlist-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlist-param-type','s:34:\"en:Which types of changes to show:\";'),('gsw','messages:apihelp-query+watchlist-param-user','s:50:\"de:Listet nur Änderungen von diesem Benutzer auf.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:61:\"de:Markiert Bearbeitungen, die automatisch kontrolliert sind.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:150:\"de:Ergänzt den Kommentar der Bearbeitung. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:30:\"de:Fügt die Ablaufzeit hinzu.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:52:\"de:Ergänzt die Markierungen für die Bearbeitungen.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:46:\"de:Ergänzt die Versions- und Seitenkennungen.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:42:\"en:Adds log information where appropriate.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:160:\"de:Ergänzt den geparsten Kommentar der Bearbeitung. Wenn der Kommentar versionsgelöscht wurde, wird die Eigenschaft <samp>commenthidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:49:\"de:Markiert Bearbeitungen, die kontrolliert sind.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:50:\"de:Ergänzt die alten und neuen Längen der Seite.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:44:\"de:Listet Markierungen für den Eintrag auf.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:44:\"de:Ergänzt den Zeitstempel der Bearbeitung.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-title','s:32:\"de:Ergänzt den Titel der Seite.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-user','s:166:\"de:Ergänzt den Benutzer, der die Bearbeitung ausgeführt hat. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:179:\"de:Ergänzt die Kennung des Benutzers, der die Bearbeitung ausgeführt hat. Wenn der Benutzer versionsgelöscht wurde, wird die Eigenschaft <samp>userhidden</samp> zurückgegeben.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:46:\"de:Änderungen an der Kategoriemitgliedschaft.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-type-edit','s:31:\"de:Normale Seitenbearbeitungen.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-type-external','s:23:\"de:Externe Änderungen.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-type-log','s:20:\"de:Logbucheinträge.\";'),('gsw','messages:apihelp-query+watchlist-paramvalue-type-new','s:22:\"de:Seitenerstellungen.\";'),('gsw','messages:apihelp-query+watchlist-summary','s:63:\"en:Get recent changes to pages in the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlistraw-example-generator','s:61:\"en:Fetch page info for pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlistraw-example-simple','s:46:\"en:List pages on the current user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlistraw-param-dir','s:34:\"en:The direction in which to list.\";'),('gsw','messages:apihelp-query+watchlistraw-param-fromtitle','s:73:\"de:Titel (mit Namensraum-Präfix), bei dem die Aufzählung beginnen soll.\";'),('gsw','messages:apihelp-query+watchlistraw-param-limit','s:48:\"en:How many total results to return per request.\";'),('gsw','messages:apihelp-query+watchlistraw-param-namespace','s:43:\"en:Only list pages in the given namespaces.\";'),('gsw','messages:apihelp-query+watchlistraw-param-owner','s:66:\"en:Used along with $1token to access a different user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlistraw-param-prop','s:46:\"de:Zusätzlich zurückzugebende Eigenschaften:\";'),('gsw','messages:apihelp-query+watchlistraw-param-show','s:44:\"en:Only list items that meet these criteria.\";'),('gsw','messages:apihelp-query+watchlistraw-param-token','s:151:\"en:A security token (available in the user\'s [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user\'s watchlist.\";'),('gsw','messages:apihelp-query+watchlistraw-param-totitle','s:70:\"de:Titel (mit Namensraum-Präfix), bei dem die Aufzählung enden soll.\";'),('gsw','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:68:\"en:Adds timestamp of when the user was last notified about the edit.\";'),('gsw','messages:apihelp-query+watchlistraw-summary','s:69:\"de:Ruft alle Seiten der Beobachtungsliste des aktuellen Benutzers ab.\";'),('gsw','messages:apihelp-query-example-allpages','s:66:\"de:Bezieht Versionen von Seiten, die mit <kbd>API/</kbd> beginnen.\";'),('gsw','messages:apihelp-query-example-revisions','s:147:\"de:Bezieht [[Special:ApiHelp/query+siteinfo|Seiteninformationen]] und [[Special:ApiHelp/query+revisions|Versionen]] der [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-query-extended-description','s:128:\"de:Alle Änderungsvorgänge müssen unter Angabe eines Tokens ablaufen, um Missbrauch durch böswillige Anwendungen vorzubeugen.\";'),('gsw','messages:apihelp-query-param-export','s:78:\"de:Exportiert die aktuellen Versionen der angegebenen oder generierten Seiten.\";'),('gsw','messages:apihelp-query-param-exportnowrap','s:171:\"de:Gibt den XML-Export zurück, ohne ihn in ein XML-Ergebnis einzuschließen (gleiches Format wie durch [[Special:Export]]). Kann nur zusammen mit $1export genutzt werden.\";'),('gsw','messages:apihelp-query-param-exportschema','s:128:\"de:Zielt beim Exportieren auf die angegebene Version des XML-Dump-Formats ab. Kann nur mit <var>$1export</var> verwendet werden.\";'),('gsw','messages:apihelp-query-param-indexpageids','s:98:\"de:Schließt einen zusätzlichen pageids-Abschnitt mit allen zurückgegebenen Seitenkennungen ein.\";'),('gsw','messages:apihelp-query-param-iwurl','s:98:\"de:Gibt an, ob die komplette URL zurückgegeben werden soll, wenn der Titel ein Interwikilink ist.\";'),('gsw','messages:apihelp-query-param-list','s:41:\"de:Welche Listen abgerufen werden sollen.\";'),('gsw','messages:apihelp-query-param-meta','s:30:\"de:Zurückzugebende Metadaten.\";'),('gsw','messages:apihelp-query-param-prop','s:57:\"de:Zurückzugebende Eigenschaften der abgefragten Seiten.\";'),('gsw','messages:apihelp-query-param-rawcontinue','s:69:\"de:Gibt <samp>query-continue</samp>-Rohdaten zur Fortsetzung zurück.\";'),('gsw','messages:apihelp-query-summary','s:41:\"de:Bezieht Daten von und über MediaWiki.\";'),('gsw','messages:apihelp-rawfm-summary','s:101:\"de:Daten, einschließlich Fehlerbehebungselementen, im JSON-Format ausgeben (schöngedruckt in HTML).\";'),('gsw','messages:apihelp-removeauthenticationdata-example-simple','s:85:\"en:Attempt to remove the current user\'s data for <kbd>FooAuthenticationRequest</kbd>.\";'),('gsw','messages:apihelp-removeauthenticationdata-summary','s:51:\"en:Remove authentication data for the current user.\";'),('gsw','messages:apihelp-resetpassword-example-email','s:92:\"en:Send a password reset email for all users with email address <kbd>user@example.com</kbd>.\";'),('gsw','messages:apihelp-resetpassword-example-user','s:58:\"en:Send a password reset email to user <kbd>Example</kbd>.\";'),('gsw','messages:apihelp-resetpassword-extended-description-noroutes','s:170:\"en:No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.\";'),('gsw','messages:apihelp-resetpassword-param-email','s:41:\"en:Email address of the user being reset.\";'),('gsw','messages:apihelp-resetpassword-param-user','s:44:\"de:Benutzer, der zurückgesetzt werden soll.\";'),('gsw','messages:apihelp-resetpassword-summary','s:41:\"en:Send a password reset email to a user.\";'),('gsw','messages:apihelp-revisiondelete-example-log','s:88:\"en:Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.\";'),('gsw','messages:apihelp-revisiondelete-example-revision','s:85:\"en:Hide content for revision <kbd>12345</kbd> on the page [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-revisiondelete-param-hide','s:47:\"de:Was für jede Version versteckt werden soll.\";'),('gsw','messages:apihelp-revisiondelete-param-ids','s:47:\"en:Identifiers for the revisions to be deleted.\";'),('gsw','messages:apihelp-revisiondelete-param-reason','s:41:\"en:Reason for the deletion or undeletion.\";'),('gsw','messages:apihelp-revisiondelete-param-show','s:57:\"de:Was für jede Version wieder eingeblendet werden soll.\";'),('gsw','messages:apihelp-revisiondelete-param-suppress','s:66:\"en:Whether to suppress data from administrators as well as others.\";'),('gsw','messages:apihelp-revisiondelete-param-tags','s:63:\"de:Auf den Eintrag im Lösch-Logbuch anzuwendende Markierungen.\";'),('gsw','messages:apihelp-revisiondelete-param-target','s:66:\"en:Page title for the revision deletion, if required for the type.\";'),('gsw','messages:apihelp-revisiondelete-param-type','s:45:\"en:Type of revision deletion being performed.\";'),('gsw','messages:apihelp-revisiondelete-summary','s:43:\"de:Löscht und stellt Versionen wieder her.\";'),('gsw','messages:apihelp-rollback-example-simple','s:90:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>.\";'),('gsw','messages:apihelp-rollback-example-summary','s:189:\"en:Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.\";'),('gsw','messages:apihelp-rollback-extended-description','s:99:\"en:If the last user who edited the page made multiple edits in a row, they will all be rolled back.\";'),('gsw','messages:apihelp-rollback-param-markbot','s:55:\"en:Mark the reverted edits and the revert as bot edits.\";'),('gsw','messages:apihelp-rollback-param-pageid','s:85:\"en:Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.\";'),('gsw','messages:apihelp-rollback-param-summary','s:63:\"en:Custom edit summary. If empty, default summary will be used.\";'),('gsw','messages:apihelp-rollback-param-tags','s:33:\"en:Tags to apply to the rollback.\";'),('gsw','messages:apihelp-rollback-param-title','s:84:\"en:Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.\";'),('gsw','messages:apihelp-rollback-param-user','s:54:\"en:Name of the user whose edits are to be rolled back.\";'),('gsw','messages:apihelp-rollback-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('gsw','messages:apihelp-rollback-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('gsw','messages:apihelp-rollback-summary','s:50:\"de:Setzt die letzte Bearbeitung der Seite zurück.\";'),('gsw','messages:apihelp-rsd-example-simple','s:29:\"de:Das RSD-Schema exportieren\";'),('gsw','messages:apihelp-rsd-summary','s:56:\"de:Ein RSD-Schema (Really Simple Discovery) exportieren.\";'),('gsw','messages:apihelp-setnotificationtimestamp-example-all','s:58:\"en:Reset the notification status for the entire watchlist.\";'),('gsw','messages:apihelp-setnotificationtimestamp-example-allpages','s:83:\"en:Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.\";'),('gsw','messages:apihelp-setnotificationtimestamp-example-page','s:64:\"en:Reset the notification status for [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:112:\"en:Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed.\";'),('gsw','messages:apihelp-setnotificationtimestamp-extended-description','s:171:\"en:This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.\";'),('gsw','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:41:\"de:An allen beobachteten Seiten arbeiten.\";'),('gsw','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:73:\"en:Revision to set the notification timestamp newer than (one page only).\";'),('gsw','messages:apihelp-setnotificationtimestamp-param-timestamp','s:56:\"en:Timestamp to which to set the notification timestamp.\";'),('gsw','messages:apihelp-setnotificationtimestamp-param-torevid','s:65:\"en:Revision to set the notification timestamp to (one page only).\";'),('gsw','messages:apihelp-setnotificationtimestamp-summary','s:55:\"en:Update the notification timestamp for watched pages.\";'),('gsw','messages:apihelp-setpagelanguage-example-default','s:94:\"de:Ändert die Sprache der Seite mit der Kennung 123 auf die Standardinhaltssprache des Wikis.\";'),('gsw','messages:apihelp-setpagelanguage-example-language','s:77:\"de:Ändert die Sprache von der Seite [[{{MediaWiki:Mainpage}}]] auf Baskisch.\";'),('gsw','messages:apihelp-setpagelanguage-extended-description-disabled','s:200:\"de:Das Ändern der Sprache von Seiten ist auf diesem Wiki nicht erlaubt.\n\nAktiviere <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var>, um diese Aktion zu verwenden.\";'),('gsw','messages:apihelp-setpagelanguage-param-lang','s:161:\"de:Code der Sprache, auf den die Seite geändert werden soll. Verwende <kbd>default</kbd>, um die Seite auf die Standardinhaltssprache des Wikis zurückzusetzen.\";'),('gsw','messages:apihelp-setpagelanguage-param-pageid','s:118:\"de:Kennung der Seite, deren Sprache du ändern möchtest. Kann nicht zusammen mit <var>$1title</var> verwendet werden.\";'),('gsw','messages:apihelp-setpagelanguage-param-reason','s:28:\"de:Grund für die Änderung.\";'),('gsw','messages:apihelp-setpagelanguage-param-tags','s:98:\"de:Auf den Logbucheintrag anzuwendende Änderungsmarkierungen, die sich aus dieser Aktion ergeben.\";'),('gsw','messages:apihelp-setpagelanguage-param-title','s:117:\"de:Titel der Seite, deren Sprache du ändern möchtest. Kann nicht zusammen mit <var>$1pageid</var> verwendet werden.\";'),('gsw','messages:apihelp-setpagelanguage-summary','s:35:\"de:Ändert die Sprache einer Seite.\";'),('gsw','messages:apihelp-stashedit-extended-description','s:103:\"en:This is intended to be used via AJAX from the edit form to improve the performance of the page save.\";'),('gsw','messages:apihelp-stashedit-param-baserevid','s:36:\"en:Revision ID of the base revision.\";'),('gsw','messages:apihelp-stashedit-param-contentformat','s:56:\"en:Content serialization format used for the input text.\";'),('gsw','messages:apihelp-stashedit-param-contentmodel','s:35:\"de:Inhaltsmodell des neuen Inhalts.\";'),('gsw','messages:apihelp-stashedit-param-section','s:90:\"en:Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.\";'),('gsw','messages:apihelp-stashedit-param-sectiontitle','s:40:\"de:Der Titel für einen neuen Abschnitt.\";'),('gsw','messages:apihelp-stashedit-param-stashedtexthash','s:89:\"de:Stattdessen zu verwendende Prüfsumme des Seiteninhalts von einem vorherigen Speicher.\";'),('gsw','messages:apihelp-stashedit-param-summary','s:29:\"de:Änderungszusammenfassung.\";'),('gsw','messages:apihelp-stashedit-param-text','s:16:\"de:Seiteninhalt.\";'),('gsw','messages:apihelp-stashedit-param-title','s:47:\"de:Titel der Seite, die bearbeitet werden soll.\";'),('gsw','messages:apihelp-stashedit-summary','s:35:\"en:Prepare an edit in shared cache.\";'),('gsw','messages:apihelp-summary','s:3:\"en:\";'),('gsw','messages:apihelp-tag-example-log','s:98:\"en:Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>\";'),('gsw','messages:apihelp-tag-example-rev','s:82:\"en:Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason\";'),('gsw','messages:apihelp-tag-param-add','s:56:\"en:Tags to add. Only manually defined tags can be added.\";'),('gsw','messages:apihelp-tag-param-logid','s:65:\"en:One or more log entry IDs from which to add or remove the tag.\";'),('gsw','messages:apihelp-tag-param-rcid','s:70:\"en:One or more recent changes IDs from which to add or remove the tag.\";'),('gsw','messages:apihelp-tag-param-reason','s:28:\"de:Grund für die Änderung.\";'),('gsw','messages:apihelp-tag-param-remove','s:101:\"en:Tags to remove. Only tags that are either manually defined or completely undefined can be removed.\";'),('gsw','messages:apihelp-tag-param-revid','s:64:\"en:One or more revision IDs from which to add or remove the tag.\";'),('gsw','messages:apihelp-tag-param-tags','s:100:\"de:Auf den Logbucheintrag anzuwendende Markierungen, die als Ergebnis dieser Aktion erstellt wurden.\";'),('gsw','messages:apihelp-tag-summary','s:70:\"en:Add or remove change tags from individual revisions or log entries.\";'),('gsw','messages:apihelp-unblock-example-id','s:42:\"de:Sperrkennung #<kbd>105</kbd> freigeben.\";'),('gsw','messages:apihelp-unblock-example-user','s:79:\"de:Benutzer <kbd>Bob</kbd> mit der Begründung <kbd>Sorry Bob</kbd> entsperren.\";'),('gsw','messages:apihelp-unblock-param-id','s:136:\"de:Kennung der Sperre zur Freigabe (abgerufen durch <kbd>list=blocks</kbd>). Kann nicht zusammen mit <var>$1user</var> verwendet werden.\";'),('gsw','messages:apihelp-unblock-param-reason','s:27:\"de:Grund für die Freigabe.\";'),('gsw','messages:apihelp-unblock-param-tags','s:77:\"de:Auf den Benutzersperr-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-unblock-param-user','s:99:\"de:Benutzer, der freigegeben werden soll. Kann nicht zusammen mit <var>$1id</var> verwendet werden.\";'),('gsw','messages:apihelp-unblock-param-userid','s:52:\"en:Specify <kbd>$1user=#<var>ID</var></kbd> instead.\";'),('gsw','messages:apihelp-unblock-summary','s:28:\"de:Einen Benutzer freigeben.\";'),('gsw','messages:apihelp-undelete-example-page','s:53:\"de:Seite [[{{MediaWiki:Mainpage}}]] wiederherstellen.\";'),('gsw','messages:apihelp-undelete-example-revisions','s:61:\"en:Undelete two revisions of page [[{{MediaWiki:Mainpage}}]].\";'),('gsw','messages:apihelp-undelete-extended-description','s:256:\"en:A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('gsw','messages:apihelp-undelete-param-fileids','s:130:\"en:IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.\";'),('gsw','messages:apihelp-undelete-param-reason','s:36:\"de:Grund für die Wiederherstellung.\";'),('gsw','messages:apihelp-undelete-param-tags','s:70:\"de:Auf den Lösch-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-undelete-param-timestamps','s:134:\"en:Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted.\";'),('gsw','messages:apihelp-undelete-param-title','s:41:\"de:Titel der wiederherzustellenden Seite.\";'),('gsw','messages:apihelp-undelete-param-undeletetalk','s:87:\"de:Stellt alle Versionen der zugehörigen Diskussionsseite wieder her, falls vorhanden.\";'),('gsw','messages:apihelp-undelete-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('gsw','messages:apihelp-undelete-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('gsw','messages:apihelp-undelete-summary','s:40:\"en:Undelete revisions of a deleted page.\";'),('gsw','messages:apihelp-unlinkaccount-example-simple','s:114:\"en:Attempt to remove the current user\'s link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.\";'),('gsw','messages:apihelp-unlinkaccount-summary','s:61:\"en:Remove a linked third-party account from the current user.\";'),('gsw','messages:apihelp-upload-example-filekey','s:80:\"de:Vervollständigt einen Upload, der aufgrund von Warnungen fehlgeschlagen ist.\";'),('gsw','messages:apihelp-upload-example-url','s:26:\"de:Von einer URL hochladen\";'),('gsw','messages:apihelp-upload-extended-description','s:550:\"en:Several methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.\";'),('gsw','messages:apihelp-upload-param-async','s:69:\"en:Make potentially large file operations asynchronous when possible.\";'),('gsw','messages:apihelp-upload-param-checkstatus','s:71:\"de:Ruft nur den Hochladestatus für den angegebenen Dateischlüssel ab.\";'),('gsw','messages:apihelp-upload-param-chunk','s:18:\"en:Chunk contents.\";'),('gsw','messages:apihelp-upload-param-comment','s:106:\"en:Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.\";'),('gsw','messages:apihelp-upload-param-file','s:16:\"de:Dateiinhalte.\";'),('gsw','messages:apihelp-upload-param-filekey','s:70:\"en:Key that identifies a previous upload that was stashed temporarily.\";'),('gsw','messages:apihelp-upload-param-filename','s:18:\"de:Ziel-Dateiname.\";'),('gsw','messages:apihelp-upload-param-filesize','s:37:\"de:Dateigröße des gesamten Uploads.\";'),('gsw','messages:apihelp-upload-param-ignorewarnings','s:23:\"de:Ignoriert Warnungen.\";'),('gsw','messages:apihelp-upload-param-offset','s:28:\"en:Offset of chunk in bytes.\";'),('gsw','messages:apihelp-upload-param-sessionkey','s:60:\"en:Same as $1filekey, maintained for backward compatibility.\";'),('gsw','messages:apihelp-upload-param-stash','s:93:\"en:If set, the server will stash the file temporarily instead of adding it to the repository.\";'),('gsw','messages:apihelp-upload-param-tags','s:96:\"de:Auf den Datei-Logbuch-Eintrag und die Dateiseitenversion anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-upload-param-text','s:39:\"de:Erster Seitentext für neue Dateien.\";'),('gsw','messages:apihelp-upload-param-url','s:48:\"de:URL, von der die Datei abgerufen werden soll.\";'),('gsw','messages:apihelp-upload-param-watch','s:24:\"de:Die Seite beobachten.\";'),('gsw','messages:apihelp-upload-param-watchlist','s:140:\"en:Unconditionally add or remove the page from the current user\'s watchlist, use preferences (ignored for bot users) or do not change watch.\";'),('gsw','messages:apihelp-upload-param-watchlistexpiry','s:98:\"en:Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.\";'),('gsw','messages:apihelp-upload-summary','s:55:\"en:Upload a file, or get the status of pending uploads.\";'),('gsw','messages:apihelp-userrights-example-expiry','s:75:\"en:Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.\";'),('gsw','messages:apihelp-userrights-example-user','s:121:\"en:Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('gsw','messages:apihelp-userrights-example-userid','s:130:\"en:Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.\";'),('gsw','messages:apihelp-userrights-param-add','s:145:\"de:Fügt den Benutzer zu diesen Gruppen hinzu bzw. aktualisiert den Ablauf seiner Mitgliedschaft in dieser Gruppe, falls er bereits Mitglied ist.\";'),('gsw','messages:apihelp-userrights-param-expiry','s:363:\"en:Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.\";'),('gsw','messages:apihelp-userrights-param-reason','s:28:\"de:Grund für die Änderung.\";'),('gsw','messages:apihelp-userrights-param-remove','s:44:\"de:Entfernt den Benutzer aus diesen Gruppen.\";'),('gsw','messages:apihelp-userrights-param-tags','s:81:\"de:Auf den Eintrag im Benutzerrechte-Logbuch anzuwendende Änderungsmarkierungen.\";'),('gsw','messages:apihelp-userrights-param-user','s:12:\"de:Benutzer.\";'),('gsw','messages:apihelp-userrights-param-userid','s:56:\"de:Stattdessen <kbd>$1user=#<var>ID</var></kbd> angeben.\";'),('gsw','messages:apihelp-userrights-summary','s:53:\"de:Ändert die Gruppenzugehörigkeit eines Benutzers.\";'),('gsw','messages:apihelp-validatepassword-example-1','s:72:\"de:Validiert das Passwort <kbd>foobar</kbd> für den aktuellen Benutzer.\";'),('gsw','messages:apihelp-validatepassword-example-2','s:92:\"de:Validiert das Passwort <kbd>qwerty</kbd> zum Erstellen des Benutzers <kbd>Beispiel</kbd>.\";'),('gsw','messages:apihelp-validatepassword-extended-description','s:263:\"de:Die Validität wird als <samp>Good</samp> gemeldet, falls das Passwort akzeptabel ist, <samp>Change</samp>, falls das Passwort zur Anmeldung verwendet werden kann, jedoch geändert werden muss oder <samp>Invalid</samp>, falls das Passwort nicht verwendbar ist.\";'),('gsw','messages:apihelp-validatepassword-param-email','s:77:\"de:Die beim Austesten der Benutzerkontenerstellung verwendete E-Mail-Adresse.\";'),('gsw','messages:apihelp-validatepassword-param-password','s:29:\"de:Zu validierendes Passwort.\";'),('gsw','messages:apihelp-validatepassword-param-realname','s:80:\"de:Der beim Austesten der Benutzerkontenerstellung verwendete bürgerliche Name.\";'),('gsw','messages:apihelp-validatepassword-param-user','s:126:\"de:Der beim Austesten der Benutzerkontenerstellung verwendete Benutzername. Der angegebene Benutzer darf nicht vorhanden sein.\";'),('gsw','messages:apihelp-validatepassword-summary','s:66:\"de:Validiert ein Passwort gegen die Passwortrichtlinien des Wikis.\";'),('gsw','messages:apihelp-watch-example-generator','s:52:\"de:Sieh dir die ersten Seiten im Hauptnamensraum an.\";'),('gsw','messages:apihelp-watch-example-unwatch','s:57:\"de:Die Seite [[{{MediaWiki:Mainpage}}]] nicht beobachten.\";'),('gsw','messages:apihelp-watch-example-watch','s:51:\"de:Die Seite [[{{MediaWiki:Mainpage}}]] beobachten.\";'),('gsw','messages:apihelp-watch-example-watch-expiry','s:103:\"de:Beobachte die Seiten [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd> und <kbd>Bar</kbd> für einen Monat.\";'),('gsw','messages:apihelp-watch-param-expiry','s:123:\"en:Expiry timestamp to be applied to all given pages. Omit this parameter entirely to leave any current expiries unchanged.\";'),('gsw','messages:apihelp-watch-param-title','s:58:\"en:The page to (un)watch. Use <var>$1titles</var> instead.\";'),('gsw','messages:apihelp-watch-param-unwatch','s:57:\"en:If set the page will be unwatched rather than watched.\";'),('gsw','messages:apihelp-watch-summary','s:57:\"en:Add or remove pages from the current user\'s watchlist.\";'),('gsw','messages:apihelp-xml-param-includexmlnamespace','s:50:\"de:Falls angegeben, ergänzt einen XML-Namensraum.\";'),('gsw','messages:apihelp-xml-param-xslt','s:169:\"de:Falls angegeben, fügt die benannte Seite als XSL-Stylesheet hinzu. Der Wert muss ein Titel im Namensraum „{{ns:MediaWiki}}“ sein und mit <code>.xsl</code> enden.\";'),('gsw','messages:apihelp-xml-summary','s:32:\"de:Daten im XML-Format ausgeben.\";'),('gsw','messages:apihelp-xmlfm-summary','s:57:\"de:Daten im XML-Format ausgeben (schöngedruckt in HTML).\";'),('gsw','messages:apisandbox','s:20:\"gsw:API-Sandchaschte\";'),('gsw','messages:apisandbox-add-multi','s:14:\"de:Hinzufügen\";'),('gsw','messages:apisandbox-alert-field','s:44:\"de:Der Wert dieses Feldes ist nicht gültig.\";'),('gsw','messages:apisandbox-alert-page','s:46:\"de:Felder auf dieser Seite sind nicht gültig.\";'),('gsw','messages:apisandbox-continue','s:13:\"de:Fortfahren\";'),('gsw','messages:apisandbox-continue-clear','s:11:\"de:Löschen\";'),('gsw','messages:apisandbox-continue-help','s:241:\"de:Mit „{{int:apisandbox-continue}}“ kann man die letzte Anfrage [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries fortfahren]; „{{int:apisandbox-continue-clear}}“ löscht fortsetzungsbezogene Parameter.\";'),('gsw','messages:apisandbox-deprecated-parameters','s:22:\"de:Veraltete Parameter\";'),('gsw','messages:apisandbox-dynamic-error-exists','s:62:\"de:Ein Parameter mit dem Namen „$1“ ist bereits vorhanden.\";'),('gsw','messages:apisandbox-dynamic-parameters','s:25:\"de:Zusätzliche Parameter\";'),('gsw','messages:apisandbox-dynamic-parameters-add-label','s:25:\"de:Parameter hinzufügen:\";'),('gsw','messages:apisandbox-dynamic-parameters-add-placeholder','s:22:\"de:Name des Parameters\";'),('gsw','messages:apisandbox-examples','s:13:\"gsw:Byyschpil\";'),('gsw','messages:apisandbox-fetch-token','s:35:\"de:Den Token automatisch ausfüllen\";'),('gsw','messages:apisandbox-helpurls','s:14:\"de:Hilfe-Links\";'),('gsw','messages:apisandbox-intro','s:349:\"gsw:Die Syte chasch bruche fir Versuech mit dr \'\'\'MediaWiki-API\'\'\'.\nIn dr [https://www.mediawiki.org/wiki/API:Main_page/de Dokumäntation zue dr API] het s no meh Hiiwys zue ihre Nutzig. Byschpel: [https://www.mediawiki.org/wiki/API:Main_page/de#Beispiel Dr Inhalt vu dr Hauptsyte abruefe]. Fir meh Byschpel eini vu dr verfiegbare Aktionen uuswehle.\";'),('gsw','messages:apisandbox-jsonly','s:62:\"de:Zur Nutzung der API-Spielwiese ist JavaScript erforderlich.\";'),('gsw','messages:apisandbox-load-error','s:90:\"de:Beim Laden von Informationen für das API-Modul „$1“ ist ein Fehler aufgetreten: $2\";'),('gsw','messages:apisandbox-loading','s:53:\"de:Lade Informationen für das API-Modul „$1“ …\";'),('gsw','messages:apisandbox-loading-results','s:29:\"de:Rufe API-Ergebnisse ab …\";'),('gsw','messages:apisandbox-multivalue-all-namespaces','s:25:\"de:$1 (Alle Namensräume)\";'),('gsw','messages:apisandbox-multivalue-all-values','s:18:\"de:$1 (Alle Werte)\";'),('gsw','messages:apisandbox-no-parameters','s:40:\"de:Dieses API-Modul hat keine Parameter.\";'),('gsw','messages:apisandbox-param-limit','s:62:\"de:Gib <kbd>max</kbd> ein, um das maximale Limit zu verwenden.\";'),('gsw','messages:apisandbox-request-format-json-label','s:7:\"en:JSON\";'),('gsw','messages:apisandbox-request-format-php-label','s:12:\"de:PHP-Array\";'),('gsw','messages:apisandbox-request-format-url-label','s:27:\"de:URL-Abfrage-Zeichenfolge\";'),('gsw','messages:apisandbox-request-json-label','s:17:\"de:Anfragen-JSON:\";'),('gsw','messages:apisandbox-request-php-label','s:23:\"de:PHP-Array anfordern:\";'),('gsw','messages:apisandbox-request-selectformat-label','s:29:\"de:Anfragedaten anzeigen als:\";'),('gsw','messages:apisandbox-request-time','s:17:\"gsw:Aafrogzyt: $1\";'),('gsw','messages:apisandbox-request-url-label','s:20:\"gsw:Aaforderigs-URL:\";'),('gsw','messages:apisandbox-reset','s:11:\"gsw:Lääre\";'),('gsw','messages:apisandbox-results','s:12:\"gsw:Ergebnis\";'),('gsw','messages:apisandbox-results-error','s:69:\"de:Beim Laden der API-Anfragenantwort ist ein Fehler aufgetreten: $1.\";'),('gsw','messages:apisandbox-results-fixtoken','s:43:\"de:Token korrigieren und erneut übertragen\";'),('gsw','messages:apisandbox-results-fixtoken-fail','s:52:\"de:Der „$1“-Token konnte nicht abgerufen werden.\";'),('gsw','messages:apisandbox-results-login-suppressed','s:311:\"de:Diese Anfrage wurde als ein abgemeldeter Benutzer verarbeitet, da sie zur Umgehung der Gleicher-Ursprung-Sicherheit des Browsers verwendet werden könnte. Beachte, dass die automatische Tokenbearbeitung der API-Spielwiese mit solchen Anfragen nicht ordnungsgemäß funktioniert. Bitte fülle sie manuell aus.\";'),('gsw','messages:apisandbox-retry','s:19:\"de:Erneut versuchen\";'),('gsw','messages:apisandbox-sending-request','s:24:\"de:Sende API-Anfrage …\";'),('gsw','messages:apisandbox-submit','s:19:\"gsw:Aafrog uusfiere\";'),('gsw','messages:apisandbox-submit-invalid-fields-message','s:65:\"de:Korrigiere bitte die markierten Felder und versuche es erneut.\";'),('gsw','messages:apisandbox-submit-invalid-fields-title','s:31:\"de:Einige Felder sind ungültig\";'),('gsw','messages:apisandbox-summary','s:3:\"en:\";'),('gsw','messages:apisandbox-templated-parameter-reason','s:145:\"de:Diese [[Special:ApiHelp/main#main/templatedparams|Vorlagenparameter]] werden basierend auf {{PLURAL:$1|dem Wert|den Werten}} von $2 angeboten.\";'),('gsw','messages:apiwarn-alldeletedrevisions-performance','s:77:\"en:For better performance when generating titles, set <kbd>$1dir=newer</kbd>.\";'),('gsw','messages:apiwarn-badurlparam','s:77:\"en:Could not parse <var>$1urlparam</var> for $2. Using only width and height.\";'),('gsw','messages:apiwarn-badutf8','s:203:\"en:The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).\";'),('gsw','messages:apiwarn-checktoken-percentencoding','s:87:\"en:Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.\";'),('gsw','messages:apiwarn-compare-no-next','s:122:\"de:Die Version $2 ist die aktuelle Version von $1. Es gibt keine zu vergleichende Version für <kbd>torelative=next</kbd>.\";'),('gsw','messages:apiwarn-compare-no-prev','s:123:\"de:Die Version $2 ist die früheste Version von $1. Es gibt keine zu vergleichende Version für <kbd>torelative=prev</kbd>.\";'),('gsw','messages:apiwarn-compare-nocontentmodel','s:53:\"en:No content model could be determined, assuming $1.\";'),('gsw','messages:apiwarn-deprecation-deletedrevs','s:143:\"en:<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.\";'),('gsw','messages:apiwarn-deprecation-httpsexpected','s:37:\"en:HTTP used when HTTPS was expected.\";'),('gsw','messages:apiwarn-deprecation-login-botpw','s:259:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.\";'),('gsw','messages:apiwarn-deprecation-login-nobotpw','s:154:\"en:Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.\";'),('gsw','messages:apiwarn-deprecation-login-token','s:122:\"en:Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.\";'),('gsw','messages:apiwarn-deprecation-missingparam','s:176:\"de:Da <var>$1</var> nicht angegeben wurde, wurde ein veraltetes Format für die Ausgabe verwendet. Dieses Format ist veraltet und in Zukunft wird immer das neue Format benutzt.\";'),('gsw','messages:apiwarn-deprecation-parameter','s:44:\"de:Der Parameter <var>$1</var> ist veraltet.\";'),('gsw','messages:apiwarn-deprecation-parse-headitems','s:205:\"en:<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.\";'),('gsw','messages:apiwarn-deprecation-post-without-content-type','s:99:\"en:A POST request was made without a <code>Content-Type</code> header. This does not work reliably.\";'),('gsw','messages:apiwarn-deprecation-purge-get','s:74:\"en:Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.\";'),('gsw','messages:apiwarn-deprecation-withreplacement','s:71:\"en:<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.\";'),('gsw','messages:apiwarn-difftohidden','s:43:\"en:Couldn\'t diff to r$1: content is hidden.\";'),('gsw','messages:apiwarn-errorprinterfailed','s:51:\"en:Error printer failed. Will retry without params.\";'),('gsw','messages:apiwarn-ignoring-invalid-templated-value','s:100:\"de:Ignorieren des Wertes <kbd>$2</kbd> in <var>$1</var> bei der Verarbeitung von Vorlagenparametern.\";'),('gsw','messages:apiwarn-invalidcategory','s:32:\"de:„$1“ ist keine Kategorie.\";'),('gsw','messages:apiwarn-invalidtitle','s:37:\"de:„$1“ ist kein gültiger Titel.\";'),('gsw','messages:apiwarn-invalidxmlstylesheet','s:48:\"en:Invalid or non-existent stylesheet specified.\";'),('gsw','messages:apiwarn-invalidxmlstylesheetext','s:54:\"en:Stylesheet should have <code>.xsl</code> extension.\";'),('gsw','messages:apiwarn-invalidxmlstylesheetns','s:58:\"en:Stylesheet should be in the {{ns:MediaWiki}} namespace.\";'),('gsw','messages:apiwarn-moduleswithoutvars','s:168:\"en:Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.\";'),('gsw','messages:apiwarn-notfile','s:28:\"de:„$1“ ist keine Datei.\";'),('gsw','messages:apiwarn-nothumb-noimagehandler','s:83:\"en:Could not create thumbnail because $1 does not have an associated image handler.\";'),('gsw','messages:apiwarn-parse-nocontentmodel','s:73:\"en:No <var>title</var> or <var>contentmodel</var> was given, assuming $1.\";'),('gsw','messages:apiwarn-parse-revidwithouttext','s:170:\"de:<var>revid</var>, ohne <var>text</var> verwendet, und geparste Seiteneigenschaften wurden angefordert. Wolltest du <var>oldid</var> anstatt <var>revid</var> verwenden?\";'),('gsw','messages:apiwarn-parse-titlewithouttext','s:157:\"en:<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?\";'),('gsw','messages:apiwarn-redirectsandrevids','s:153:\"en:Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.\";'),('gsw','messages:apiwarn-tokens-origin','s:73:\"en:Tokens may not be obtained when the same-origin policy is not applied.\";'),('gsw','messages:apiwarn-truncatedresult','s:93:\"en:This result was truncated because it would otherwise be larger than the limit of $1 bytes.\";'),('gsw','messages:apiwarn-unclearnowtimestamp','s:197:\"en:Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.\";'),('gsw','messages:apiwarn-unrecognizedvalues','s:75:\"en:Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.\";'),('gsw','messages:apiwarn-unsupportedarray','s:61:\"en:Parameter <var>$1</var> uses unsupported PHP array syntax.\";'),('gsw','messages:apiwarn-urlparamwidth','s:145:\"en:Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('gsw','messages:apiwarn-validationfailed','s:44:\"de:Validierungsfehler für <kbd>$1</kbd>: $2\";'),('gsw','messages:apiwarn-validationfailed-badchars','s:137:\"en:invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).\";'),('gsw','messages:apiwarn-validationfailed-badpref','s:30:\"de:Keine gültige Einstellung.\";'),('gsw','messages:apiwarn-validationfailed-cannotset','s:49:\"de:Kann nicht von diesem Modul festgelegt werden.\";'),('gsw','messages:apiwarn-validationfailed-keytoolong','s:111:\"de:Der Schlüssel ist zu lang. Es {{PLURAL:$1|ist nicht mehr als 1 Byte|sind nicht mehr als $1 Bytes}} erlaubt.\";'),('gsw','messages:apiwarn-validationfailed-valuetoolong','s:71:\"de:Wert zu lang (nicht mehr als {{PLURAL:$1|1 Byte|$1 Bytes}} erlaubt).\";'),('gsw','messages:apiwarn-wgdebugapi','s:72:\"en:<strong>Security Warning:</strong> <var>$wgDebugAPI</var> is enabled.\";'),('gsw','messages:apr','s:8:\"gsw:Apr.\";'),('gsw','messages:april','s:9:\"gsw:April\";'),('gsw','messages:april-gen','s:9:\"gsw:April\";'),('gsw','messages:article','s:15:\"gsw:Inhaltssyte\";'),('gsw','messages:articleexists','s:87:\"gsw:E Syte mit däm Name git s scho oder de Name isch nid giltig. Bitte nimm en andere.\";'),('gsw','messages:aug','s:8:\"gsw:Aug.\";'),('gsw','messages:august','s:12:\"gsw:Ougschte\";'),('gsw','messages:august-gen','s:12:\"gsw:Augschte\";'),('gsw','messages:authenticationdatachange-ignored','s:113:\"de:Die Änderung der Authentifizierungsdaten wurde nicht bearbeitet. Vielleicht wurde kein Anbieter konfiguriert?\";'),('gsw','messages:authform-newtoken','s:22:\"de:Fehlender Token. $1\";'),('gsw','messages:authform-nosession-login','s:109:\"de:Die Authentifizierung war erfolgreich, aber dein Browser kann sich deine Anmeldung nicht „merken“.\n\n$1\";'),('gsw','messages:authform-nosession-signup','s:104:\"de:Das Benutzerkonto wurde erstellt, aber dein Browser kann sich deine Anmeldung nicht „merken“.\n\n$1\";'),('gsw','messages:authform-notoken','s:18:\"de:Fehlender Token\";'),('gsw','messages:authform-wrongtoken','s:17:\"de:Falscher Token\";'),('gsw','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('gsw','messages:authmanager-authn-autocreate-failed','s:80:\"de:Die automatische Erstellung des lokalen Benutzerkontos ist fehlgeschlagen: $1\";'),('gsw','messages:authmanager-authn-no-local-user','s:92:\"de:Die angegebenen Anmeldeinformationen sind mit keinem Benutzer auf diesem Wiki verknüpft.\";'),('gsw','messages:authmanager-authn-no-local-user-link','s:287:\"de:Die angegebenen Anmeldeinformationen sind gültig, aber sind mit keinem Benutzer auf diesem Wiki verknüpft. Melde dich auf andere Weise an oder erstelle ein neues Benutzerkonto und du wirst die Möglichkeit haben, deine früheren Anmeldeinformationen mit diesem Konto zu verknüpfen.\";'),('gsw','messages:authmanager-authn-no-primary','s:73:\"de:Die angegebenen Anmeldeinformationen konnten nicht überprüft werden.\";'),('gsw','messages:authmanager-authn-not-in-progress','s:112:\"de:Die Authentifizierung ist nicht im Gang oder es sind Sitzungsdaten verloren gegangen. Bitte beginne von vorn.\";'),('gsw','messages:authmanager-autocreate-exception','s:102:\"de:Die automatische Benutzerkontenerstellung ist aufgrund früherer Fehler vorübergehend deaktiviert.\";'),('gsw','messages:authmanager-autocreate-noperm','s:63:\"de:Die automatische Benutzerkontenerstellung ist nicht erlaubt.\";'),('gsw','messages:authmanager-change-not-supported','s:113:\"de:Die angegebenen Anmeldeinformationen konnten nicht geändert werden, da sie von nichts genutzt werden würden.\";'),('gsw','messages:authmanager-create-disabled','s:48:\"de:Die Benutzerkontenerstellung ist deaktiviert.\";'),('gsw','messages:authmanager-create-from-login','s:67:\"de:Um dein Benutzerkonto zu erstellen, fülle bitte die Felder aus.\";'),('gsw','messages:authmanager-create-no-primary','s:105:\"de:Die angegebenen Anmeldeinformationen konnten nicht für die Benutzerkontenerstellung verwendet werden.\";'),('gsw','messages:authmanager-create-not-in-progress','s:119:\"de:Die Benutzerkontenerstellung ist nicht im Gang oder es sind Sitzungsdaten verloren gegangen. Bitte beginne von vorn.\";'),('gsw','messages:authmanager-domain-help','s:45:\"de:Domain für die externe Authentifizierung.\";'),('gsw','messages:authmanager-email-help','s:17:\"de:E-Mail-Adresse\";'),('gsw','messages:authmanager-email-label','s:9:\"de:E-Mail\";'),('gsw','messages:authmanager-link-no-primary','s:107:\"de:Die angegebenen Anmeldeinformationen konnten nicht für die Benutzerkontenverknüpfung verwendet werden.\";'),('gsw','messages:authmanager-link-not-in-progress','s:121:\"de:Die Benutzerkontenverknüpfung ist nicht im Gang oder es sind Sitzungsdaten verloren gegangen. Bitte beginne von vorn.\";'),('gsw','messages:authmanager-password-help','s:39:\"de:Passwort für die Authentifizierung.\";'),('gsw','messages:authmanager-provider-password','s:37:\"de:Passwortbasierte Authentifizierung\";'),('gsw','messages:authmanager-provider-password-domain','s:49:\"de:Passwort- und domainbasierte Authentifizierung\";'),('gsw','messages:authmanager-provider-temporarypassword','s:23:\"de:Temporäres Passwort\";'),('gsw','messages:authmanager-realname-help','s:35:\"de:Bürgerlicher Name des Benutzers\";'),('gsw','messages:authmanager-realname-label','s:21:\"de:Bürgerlicher Name\";'),('gsw','messages:authmanager-retype-help','s:45:\"de:Passwort erneut zur Bestätigung eingeben.\";'),('gsw','messages:authmanager-userdoesnotexist','s:52:\"de:Das Benutzerkonto „$1“ ist nicht registriert.\";'),('gsw','messages:authmanager-userlogin-remembermypassword-help','s:71:\"de:Ob das Passwort länger als die Sitzungslänge behalten werden soll.\";'),('gsw','messages:authmanager-username-help','s:43:\"de:Benutzername für die Authentifizierung.\";'),('gsw','messages:authpage-cannot-create','s:58:\"de:Benutzerkontenerstellung konnte nicht gestartet werden.\";'),('gsw','messages:authpage-cannot-create-continue','s:141:\"de:Die Erstellung des Benutzerkontos konnte nicht abgeschlossen werden. Wahrscheinlich liegt bei deiner Sitzung eine Zeitüberschreitung vor.\";'),('gsw','messages:authpage-cannot-link','s:64:\"de:Die Benutzerkontenverknüpfung konnte nicht gestartet werden.\";'),('gsw','messages:authpage-cannot-link-continue','s:143:\"de:Die Verknüpfung des Benutzerkontos konnte nicht abgeschlossen werden. Wahrscheinlich liegt bei deiner Sitzung eine Zeitüberschreitung vor.\";'),('gsw','messages:authpage-cannot-login','s:43:\"de:Anmeldung konnte nicht gestartet werden.\";'),('gsw','messages:authpage-cannot-login-continue','s:117:\"de:Anmeldung konnte nicht abgeschlossen werden. Wahrscheinlich liegt bei deiner Sitzung eine Zeitüberschreitung vor.\";'),('gsw','messages:authprovider-confirmlink-failed','s:72:\"de:Die Benutzerkontenverknüpfung war nicht vollständig erfolgreich: $1\";'),('gsw','messages:authprovider-confirmlink-failed-line','s:9:\"en:$1: $2\";'),('gsw','messages:authprovider-confirmlink-message','s:260:\"de:Basierend auf deinen letzten Anmeldeversuchen können die folgenden Benutzerkonten mit deinem Wiki-Benutzerkonto verknüpft werden. Das Verknüpfen ermöglicht die Anmeldung über diese Konten. Bitte wähle das Benutzerkonto aus, das verknüpft werden soll.\";'),('gsw','messages:authprovider-confirmlink-ok-help','s:64:\"de:Nach der Anzeige von Verknüpfungsfehlermeldungen fortfahren.\";'),('gsw','messages:authprovider-confirmlink-option','s:10:\"en:$1 ($2)\";'),('gsw','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('gsw','messages:authprovider-confirmlink-request-label','s:47:\"de:Benutzerkonten, die verknüpft werden sollen\";'),('gsw','messages:authprovider-confirmlink-success-line','s:30:\"de:$1: Erfolgreich verknüpft.\";'),('gsw','messages:authprovider-resetpass-skip-help','s:49:\"de:Das Zurücksetzen des Passworts überspringen.\";'),('gsw','messages:authprovider-resetpass-skip-label','s:16:\"de:Überspringen\";'),('gsw','messages:autoblockedtext','s:697:\"gsw:Dyyni IP-Adräss isch automatisch gsperrt wore, wel si vu me andere Benutzer brucht woren isch, wu dur $1 gsperrt woren isch.\nAs Grund isch aagee wore:\n\n:\'\'$2\'\'\n\n* Aafang vu dr Sperri: $8\n* Änd vu dr Sperri: $6\n* Sperre betrifft: $7\n\nDu chasch $1 oder ein vu dr andre [[{{MediaWiki:Grouppage-sysop}}|Ammanne]] kontaktiere, zum iber die Sperri z diskutiere.\n\nDu chasch d „E-Mail an dää Benutzer“-Funktion nit nutze, solange kei giltigi E-Mail-Adräss in Dyne  [[Special:Preferences|Benutzerkonto-Yystellige]] yytrait isch oder die Funktion fir di gsperrt woren isch.\n\nDyy aktuäll IP-Adräss isch $3, un d Sperr-ID isch $5.\nBitte fieg alli Informatione jedere Aafrog zue, wu Du stellsch.\";'),('gsw','messages:autoblocker','s:143:\"gsw:Automatischi Sperrig, wil dyni IP-Adrässe chürzlech vo [[User:$1|Benutzer:$1]] isch ’bruucht worde. Grund für d Sperrig vo $1: «$2».\";'),('gsw','messages:autoblockid','s:28:\"gsw:Automatischi Sperrig #$1\";'),('gsw','messages:autoblocklist','s:23:\"de:Automatische Sperren\";'),('gsw','messages:autoblocklist-empty','s:48:\"de:Die Liste der automatischen Sperren ist leer.\";'),('gsw','messages:autoblocklist-legend','s:33:\"de:Automatische Sperren auflisten\";'),('gsw','messages:autoblocklist-localblocks','s:51:\"de:Lokale automatische {{PLURAL:$1|Sperre|Sperren}}\";'),('gsw','messages:autoblocklist-otherblocks','s:51:\"de:Andere automatische {{PLURAL:$1|Sperre|Sperren}}\";'),('gsw','messages:autoblocklist-submit','s:9:\"de:Suchen\";'),('gsw','messages:autoblocklist-total-autoblocks','s:47:\"de:Gesamte Anzahl der automatischen Sperren: $1\";'),('gsw','messages:autochange-username','s:35:\"gsw:Automatischi MediaWiki-Änderig\";'),('gsw','messages:autocomment-prefix','s:3:\"en:\";'),('gsw','messages:autocreate-edit-warning','s:456:\"de:<strong>Warnung:</strong> Du bist nicht angemeldet. Deine Eingabe wird einem <strong>automatisch generierten Namen</strong> zugeordnet, indem ein Cookie in deinem Browser gespeichert wird. Deine IP-Adresse wird für vertrauenswürdige Benutzer sichtbar sein. Wenn du dich <strong>[$1 anmeldest]</strong> oder <strong>[$2 ein Konto erstellst]</strong>, werden deine Bearbeitungen einem von dir gewählten Namen zugeordnet; dies hat auch weitere Vorzüge.\";'),('gsw','messages:autocreate-preview-warning','s:162:\"de:<em>Du bist nicht angemeldet. Dein Beitrag wird einem automatisch generierten Namen zugeordnet und deine IP-Adresse ist für die Administratoren sichtbar.</em>\";'),('gsw','messages:autoredircomment','s:47:\"gsw:E Wyterleitig uf [[$1]] isch erstellt worde\";'),('gsw','messages:autosumm-blank','s:31:\"gsw:Die Syte isch gleert worde.\";'),('gsw','messages:autosumm-changed-redirect-target','s:54:\"de:Weiterleitungsziel von [[$1]] nach [[$2]] geändert\";'),('gsw','messages:autosumm-new','s:29:\"gsw:Het Syte aagleit mit \'$1\'\";'),('gsw','messages:autosumm-newblank','s:24:\"gsw:Lääri Syten agleit\";'),('gsw','messages:autosumm-removed-redirect','s:36:\"de:Weiterleitung auf [[$1]] entfernt\";'),('gsw','messages:autosumm-replace','s:49:\"gsw:Dr Inhalt vo dr Syte isch ersetzt worde: \'$1\'\";'),('gsw','messages:backend-fail-alreadyexists','s:32:\"gsw:D Datei „$1“ git s scho.\";'),('gsw','messages:backend-fail-backup','s:46:\"gsw:D Datei $1 het nit chenne gsicheret wäre.\";'),('gsw','messages:backend-fail-batchsize','s:189:\"gsw:E Bygiverarbeitigsdatei, wu s {{PLURAL:$1|ei Operation|$1 Operatione}} din het, isch an s Spycher-Backend gschickt wore. D Gränz lyt aber bi {{PLURAL:$2|eire Operation|$2 Operatione}}.\";'),('gsw','messages:backend-fail-closetemp','s:54:\"gsw:Di temporär Datei het nit chenne zuegmacht wäre.\";'),('gsw','messages:backend-fail-connect','s:78:\"gsw:S het kei Verbindig chenne härgstellt wäre zum Spycher-Backend „$1“.\";'),('gsw','messages:backend-fail-contenttype','s:103:\"gsw:Dr Inhaltstyp vu dr Datei, wu im Pfad „$1“ gspycheret soll wäre, het nit chenne bstimmt wäre.\";'),('gsw','messages:backend-fail-copy','s:50:\"gsw:D Datei $1 het nit no $2 chenne kopiert wäre.\";'),('gsw','messages:backend-fail-create','s:48:\"gsw:D Datei $1 het nit chenne gspyycheret wäre.\";'),('gsw','messages:backend-fail-delete','s:44:\"gsw:D Datei $1 het nit glöscht werre kinne.\";'),('gsw','messages:backend-fail-describe','s:68:\"gsw:D Metadate fir d Datei „$1“ hän nit chenne gänderet wäre.\";'),('gsw','messages:backend-fail-hash','s:66:\"de:Konnte den kryptographischen Hash der Datei $1 nicht ermitteln.\";'),('gsw','messages:backend-fail-hashes','s:73:\"gsw:D Streiwärt vu dr Datei hän nit zum Verglych chenne abgruefe wäre.\";'),('gsw','messages:backend-fail-internal','s:70:\"gsw:Im Spycher-Backend „$1“ isch e nit bekannte Fähler ufträtte.\";'),('gsw','messages:backend-fail-invalidpath','s:42:\"gsw:$1 isch kei giltige Pfad zum Spychere.\";'),('gsw','messages:backend-fail-maxsize','s:102:\"gsw:D Datei $1 het nit chenne gspycheret wäre, wel si greßer isch wie {{PLURAL:$2|ei Byte|$2 Byte}}.\";'),('gsw','messages:backend-fail-move','s:52:\"gsw:D Datei $1 het nit no $2 chenne verschobe wäre.\";'),('gsw','messages:backend-fail-notexists','s:25:\"gsw:D Datei $1 git s nit.\";'),('gsw','messages:backend-fail-notsame','s:51:\"gsw:S git scho ne Datei $1, wu nit idäntisch isch.\";'),('gsw','messages:backend-fail-opentemp','s:53:\"gsw:Di temporär Datei het nit chenne ufgmacht wäre.\";'),('gsw','messages:backend-fail-read','s:43:\"gsw:D Datei $1 het nit chenne gläse wäre.\";'),('gsw','messages:backend-fail-readonly','s:97:\"gsw:S Spycher-Backend „$1“ isch zurzyt im Läsemodus. Dr Grund, wu aagee isch, isch: „$2“\";'),('gsw','messages:backend-fail-sizes','s:66:\"de:Die Dateigrößen konnten nicht zum Vergleich abgerufen werden.\";'),('gsw','messages:backend-fail-stat','s:49:\"de:Konnte den Status der Datei $1 nicht auslesen.\";'),('gsw','messages:backend-fail-store','s:64:\"gsw:D Datei $1 het nit chenne unter em Name $2 gspycheret wäre.\";'),('gsw','messages:backend-fail-stream','s:46:\"gsw:D Datei $1 het nit chenne ibertrait wäre.\";'),('gsw','messages:backend-fail-synced','s:87:\"gsw:D Datei „$1“ isch im intärne Spycher-Backend in eme inkonsischtänte Zuestand.\";'),('gsw','messages:backend-fail-usable','s:147:\"gsw:D Datei „$1“ het nit chönne abgruefe oder gspyycheret werde, entweder wyl kei Verzeichniss vorhande isch oder wyl kei Berächtigung hesch.\";'),('gsw','messages:backend-fail-writetemp','s:53:\"gsw:Di temporär Datei het nit chenne gschribe wäre.\";'),('gsw','messages:backlinksubtitle','s:9:\"en:← $1\";'),('gsw','messages:bad-target-model','s:121:\"gsw:Di gwinsche Ziilsyte brucht e ander Inhaltsmodell. S Inhaltsmodell $1 cha nit in s Inhaltsmodell $2 umgwandlet wäre.\";'),('gsw','messages:bad_image_list','s:229:\"gsw:Format:\n\nNume Zylene, wo mit emne * afö, wärde berücksichtigt.\nNach em * mues zersch e Link zuren Unerwünschte Datei cho.\nWyteri Links uf der glyche Zyle wärden als Usnahme behandlet, wo die Datei trotzdäm darff vorcho.\";'),('gsw','messages:badaccess','s:28:\"gsw:Dyyni Rächt länge nit.\";'),('gsw','messages:badaccess-group0','s:61:\"gsw:Du hesch d Berächtigung nit, wu s brucht fir die Aktion.\";'),('gsw','messages:badaccess-groups','s:113:\"gsw:Die Aktion isch bschränkt uf Benutzer, wu {{PLURAL:$2|zue dr Gruppe|zue einer vu dr Gruppe}} „$1“ ghere.\";'),('gsw','messages:badarticleerror','s:55:\"gsw:D Aktion konn uf denne Artikel nit ongwendet werre.\";'),('gsw','messages:badfilename','s:49:\"gsw:Dr Dateiname isch in „$1“ gänderet wore.\";'),('gsw','messages:badipaddress','s:37:\"gsw:D IP-Adräss het e falsch Format.\";'),('gsw','messages:badretype','s:43:\"gsw:Di beidi Passwörter stimme nid zämme.\";'),('gsw','messages:badsig','s:70:\"gsw:Dr Syntax vu dr Signatur isch nid giltig; bitte d HTML iberpriefe.\";'),('gsw','messages:badsightml','s:69:\"de:Deine Unterschrift enthält ungültige oder veraltete HTML-Syntax:\";'),('gsw','messages:badsiglength','s:95:\"gsw:Dyyni Unterschrift isch z lang. Si derf hegschtens $1 {{PLURAL:$1|Zeiche|Zeiche}} lang syy.\";'),('gsw','messages:badsiglinebreak','s:70:\"de:Deine Unterschrift muss aus einer einzigen Zeile Wikitext bestehen.\";'),('gsw','messages:badsiglinks','s:182:\"de:Deine Unterschrift muss einen Link zu deiner Benutzerseite, Diskussionsseite oder deinen Beiträgen in diesem Wiki enthalten. Bitte füge ihn hinzu, zum Beispiel: <code>$1</code>.\";'),('gsw','messages:badsigsubst','s:129:\"de:Deine Unterschrift enthält verschachtelte Ersetzungen (z. B. <code>subst:</code> oder <code><nowiki>~~~~~~</nowiki></code>).\";'),('gsw','messages:badtitle','s:20:\"gsw:Ugültiger Titel\";'),('gsw','messages:badtitletext','s:112:\"gsw:Dr Titel vu dr agforderte Syte isch nit giltig gsi, leer, oder e nit giltig Sprochgleich vun eme andre Wiki.\";'),('gsw','messages:beta-feature-minerva','s:91:\"de:Die mobile Benutzeroberfläche „{{int:skinname-minerva}}“ auf dem Desktop aktivieren\";'),('gsw','messages:beta-feature-minerva-description','s:183:\"de:Macht aus der auf mobilen Geräten verwendeten Benutzeroberfläche unter der Einstellungs-Registerkarte „{{int:prefs-rendering}}“ eine auswählbare Desktop-Benutzeroberfläche.\";'),('gsw','messages:bitrate-bits','s:9:\"en:$1 bps\";'),('gsw','messages:bitrate-exabits','s:10:\"en:$1 Ebps\";'),('gsw','messages:bitrate-gigabits','s:10:\"en:$1 Gbps\";'),('gsw','messages:bitrate-kilobits','s:10:\"en:$1 kbps\";'),('gsw','messages:bitrate-megabits','s:10:\"en:$1 Mbps\";'),('gsw','messages:bitrate-petabits','s:10:\"en:$1 Pbps\";'),('gsw','messages:bitrate-quettabits','s:10:\"en:$1 Qbps\";'),('gsw','messages:bitrate-ronnabits','s:10:\"en:$1 Rbps\";'),('gsw','messages:bitrate-terabits','s:10:\"en:$1 Tbps\";'),('gsw','messages:bitrate-yottabits','s:10:\"en:$1 Ybps\";'),('gsw','messages:bitrate-zettabits','s:10:\"en:$1 Zbps\";'),('gsw','messages:blankarticle','s:135:\"gsw:<strong>Warnig:</strong> D Syte, wu Du aalaisch, isch läär.\nWänn Du nomol uf „$1“ klicksch, wird d Syte ohni Inhalt aaglait.\";'),('gsw','messages:blanknamespace','s:12:\"gsw:(Haupt-)\";'),('gsw','messages:blankpage','s:16:\"gsw:E leeri Syte\";'),('gsw','messages:block','s:19:\"gsw:Benutzer sperre\";'),('gsw','messages:block-actions','s:11:\"de:Sperrtyp\";'),('gsw','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('gsw','messages:block-details','s:21:\"de:Details der Sperre\";'),('gsw','messages:block-expiry','s:14:\"gsw:Sperrduur:\";'),('gsw','messages:block-log-flags-angry-autoblock','s:34:\"gsw:erwyterete Autoblock aktiviert\";'),('gsw','messages:block-log-flags-anononly','s:16:\"gsw:nume Anonymi\";'),('gsw','messages:block-log-flags-hiddenname','s:26:\"gsw:Benutzername versteckt\";'),('gsw','messages:block-log-flags-noautoblock','s:25:\"gsw:Autoblock deaktiviert\";'),('gsw','messages:block-log-flags-nocreate','s:36:\"gsw:Aalege vu Benutzerchonte gsperrt\";'),('gsw','messages:block-log-flags-noemail','s:26:\"gsw:E-Mail-Versand gsperrt\";'),('gsw','messages:block-log-flags-nousertalk','s:48:\"gsw:derf di eigene Diskussionssyte nit bearbeite\";'),('gsw','messages:block-options','s:25:\"de:Zusätzliche Optionen:\";'),('gsw','messages:block-reason','s:9:\"de:Grund:\";'),('gsw','messages:block-target','s:49:\"de:Benutzername, IP-Adresse oder IP-Adressbereich\";'),('gsw','messages:block-target-placeholder','s:42:\"de:Benutzername, 1.1.1.42 oder 1.1.1.42/16\";'),('gsw','messages:blocked-mailpassword','s:171:\"gsw:Die IP-Adräss, wu vu Dir verwändet wird, isch fir s Ändre vu Syte gsperrt\nZum Missbruuch z verhindere, isch au d Megligkeit gsperrt wore, e nej Passwort aazfordere.\";'),('gsw','messages:blocked-notice-logextract','s:115:\"gsw:Dää Benutzer isch zur Zyt gsperrt.\nAs Information chunnt do ne aktuälle Uuszug us em Benutzersperr-Logbuech:\";'),('gsw','messages:blockednoreason','s:23:\"gsw:kei Begrindig aagee\";'),('gsw','messages:blockedtext','s:669:\"gsw:<strong>Dyy Benutzername oder Dyyni IP-Adräss isch gsperrt wore.</strong>\n\nD Sperrig isch vu $1 uusgfiert wore.\nAs Grund isch \'\'$2\'\' aagee wore.\n\n* Aafang vu dr Sperrig: $8\n* Ändi vu dr Sperrig: $6\n* Sperrig betrifft: $7\n\nDu chasch $1 oder e andere [[{{MediaWiki:Grouppage-sysop}}|Ammann]] kontaktiere go dischpetiere iber die Sperrig.\nDu chasch d „{{int:emailuser}}“-Funktion bruche, wänn e giltigi E-Mail-Adräss in Dyyne [[Special:Preferences|Benutzerkonto-Yystellige]] yydrait isch, oder solang die Funktion fir Di nit gsperrt isch.\nDyy aktuälli IP-Adräss isch $3, un d Sperr-ID isch #$5.\nBitte fieg in jedi Aafrog, wu du stellsch, alli Information yy.\";'),('gsw','messages:blockedtext-composite','s:275:\"de:<strong>Dein Benutzername oder deine IP-Adresse wurde gesperrt.</strong>\n\nDer angegebene Grund ist:\n\n:<em>$2</em>\n\n* Beginn der Sperre: $8\n* Ablauf der längsten Sperre: $6\n\n* $5\n\nDeine aktuelle IP-Adresse ist $3.\nBitte gib alle oben stehenden Details in jeder Anfrage an.\";'),('gsw','messages:blockedtext-composite-ids','s:101:\"de:Relevante Sperr-IDs: $1 (deine IP-Adresse könnte ebenfalls in einer Sperrliste eingetragen sein.)\";'),('gsw','messages:blockedtext-composite-no-ids','s:54:\"de:Deine IP-Adresse taucht in mehreren Sperrlisten auf\";'),('gsw','messages:blockedtext-composite-reason','s:77:\"de:Es gibt mehrere Sperren gegen dein Benutzerkonto und/oder deine IP-Adresse\";'),('gsw','messages:blockedtext-partial','s:501:\"de:<strong>Dein Benutzerkonto oder deine IP-Adresse ist für das Durchführen dieser Aktion gesperrt. Du kannst möglicherweise noch andere Sachen in diesem Wiki, wie z. B. bestimmte Seiten, bearbeiten.</strong> Du kannst die vollständigen Einzelheiten in deinen [[Special:MyContributions|Benutzerbeiträgen]] einsehen.\n\nDie Sperre wurde von $1 durchgeführt.\n\nDie angegebene Begründung lautet: <em>$2</em>.\n\n* Beginn der Sperre: $8\n* Ablauf der Sperre: $6\n* Sperre betrifft: $7\n* Sperrkennung: #$5\";'),('gsw','messages:blockedtitle','s:26:\"gsw:Benutzer isch gsperrt.\";'),('gsw','messages:blockip','s:44:\"gsw:{{GENDER:$1|Benutzer|Benutzerin}} sperre\";'),('gsw','messages:blockipsuccesssub','s:22:\"gsw:Mit Erfolg gsperrt\";'),('gsw','messages:blockipsuccesstext','s:166:\"gsw:Dr Benutzer/d IP-Adräss [[Special:Contributions/$1|$1]] isch gsperrt wore.<br />\nGo d Sperri ufhebe lueg d [[Special:BlockList|Lisch vu allene aktive Sperrine]].\";'),('gsw','messages:blockiptext','s:287:\"gsw:Nimm des Formular go ne Benutzer oder e IP-Adräss sperre.\nDes sott numme erfolge go Vandalismus verhindere un in Ibereinstimmig mit in dr [[{{MediaWiki:Policy-url}}|Leitlinie]]. Bitte gib au ne Grund fi d Sperri aa (z. B. indäm du einzel ni Syte zitiersch, wu vandaliert wore sin).\";'),('gsw','messages:blocklink','s:31:\"gsw:D Bearbeitigsrächt furtnee\";'),('gsw','messages:blocklist','s:21:\"gsw:Gsperrti Benutzer\";'),('gsw','messages:blocklist-addressblocks','s:26:\"gsw:IP-Sperrine uusblände\";'),('gsw','messages:blocklist-autoblocks','s:24:\"de:Autoblocks ausblenden\";'),('gsw','messages:blocklist-by','s:14:\"gsw:Gsperrt vu\";'),('gsw','messages:blocklist-editing','s:13:\"de:Bearbeiten\";'),('gsw','messages:blocklist-editing-action','s:11:\"de:Aktionen\";'),('gsw','messages:blocklist-editing-ns','s:15:\"de:Namensräume\";'),('gsw','messages:blocklist-editing-page','s:9:\"de:Seiten\";'),('gsw','messages:blocklist-editing-sitewide','s:31:\"de:Bearbeiten (gesamte Website)\";'),('gsw','messages:blocklist-expiry','s:15:\"gsw:Gsperrt bis\";'),('gsw','messages:blocklist-indefblocks','s:34:\"de:Unbefristete Sperren ausblenden\";'),('gsw','messages:blocklist-nousertalk','s:45:\"gsw:derf eigeni Diskussionssyte nit bearbeite\";'),('gsw','messages:blocklist-params','s:18:\"gsw:Sperrparameter\";'),('gsw','messages:blocklist-rangeblocks','s:29:\"gsw:Beryychssperre ussblände\";'),('gsw','messages:blocklist-reason','s:9:\"gsw:Grund\";'),('gsw','messages:blocklist-summary','s:3:\"en:\";'),('gsw','messages:blocklist-target','s:8:\"gsw:Ziil\";'),('gsw','messages:blocklist-tempblocks','s:36:\"gsw:Befrischteti Sperrine uusblände\";'),('gsw','messages:blocklist-timestamp','s:16:\"gsw:Zytstämpfel\";'),('gsw','messages:blocklist-type','s:7:\"de:Typ:\";'),('gsw','messages:blocklist-type-opt-all','s:7:\"de:Alle\";'),('gsw','messages:blocklist-type-opt-partial','s:12:\"de:Teilweise\";'),('gsw','messages:blocklist-type-opt-sitewide','s:11:\"de:Wikiweit\";'),('gsw','messages:blocklist-userblocks','s:31:\"gsw:Benutzersperrine uusblände\";'),('gsw','messages:blocklog-showlog','s:91:\"gsw:Dää Benutzer isch schon emol gsperrt wore. S Sperrine-Logbuech git s do as Referänz:\";'),('gsw','messages:blocklog-showsuppresslog','s:136:\"gsw:Dää Benutzer isch schon emol gsperrt wore un syyni Bearbeitige sin uusblädet wore. S Uusbländigs-Logbuech git s do as Referänz:\";'),('gsw','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('gsw','messages:blocklogpage','s:22:\"gsw:Sperrigs-Protokoll\";'),('gsw','messages:blocklogtext','s:197:\"gsw:Des isch s Logbuech iber Sperrige un Entsperrige vu Benutzer. Automatisch blockierti IP-Adrässe wäre nit erfasst. Lueg au [[Special:BlockList|Block Lischt]] fir e Lischt vu gsperrte Benutzer.\";'),('gsw','messages:booksources','s:14:\"gsw:ISBN-Suech\";'),('gsw','messages:booksources-invalid-isbn','s:60:\"gsw:D ISBN isch schyyns falsch. Lueg no Fähler in dr Kopii.\";'),('gsw','messages:booksources-isbn','s:8:\"en:ISBN:\";'),('gsw','messages:booksources-search','s:10:\"gsw:Sueche\";'),('gsw','messages:booksources-search-legend','s:38:\"gsw:Suech no Bezugsquälle fir Biecher\";'),('gsw','messages:booksources-summary','s:3:\"en:\";'),('gsw','messages:booksources-text','s:214:\"gsw:Des isch e Lischt mit Link zue Netzsyte, wu neiji un bruchti Biecher verchaufe. S cha syy, ass es dert au meh Informatione zue dr Biecher git. {{SITENAME}} isch mit keinem vu däne Aabieter gschäftli verbunde.\";'),('gsw','messages:boteditletter','s:5:\"gsw:B\";'),('gsw','messages:botpasswords','s:17:\"de:Botpasswörter\";'),('gsw','messages:botpasswords-bad-appid','s:42:\"de:Der Botname „$1“ ist nicht gültig.\";'),('gsw','messages:botpasswords-created-body','s:113:\"de:Das Botpasswort für den Botnamen „$1“ {{GENDER:$2|des Benutzers|der Benutzerin}} „$2“ wurde erstellt.\";'),('gsw','messages:botpasswords-created-title','s:23:\"de:Botpasswort erstellt\";'),('gsw','messages:botpasswords-createnew','s:34:\"de:Ein neues Botpasswort erstellen\";'),('gsw','messages:botpasswords-deleted-body','s:114:\"de:Das Botpasswort für den Botnamen „$1“ {{GENDER:$2|des Benutzers|der Benutzerin}} „$2“ wurde gelöscht.\";'),('gsw','messages:botpasswords-deleted-title','s:24:\"de:Botpasswort gelöscht\";'),('gsw','messages:botpasswords-disabled','s:35:\"de:Botpasswörter sind deaktiviert.\";'),('gsw','messages:botpasswords-editexisting','s:41:\"de:Ein vorhandenes Botpasswort bearbeiten\";'),('gsw','messages:botpasswords-existing','s:28:\"de:Vorhandene Botpasswörter\";'),('gsw','messages:botpasswords-help-grants','s:289:\"de:Berechtigungen erlauben den Zugriff auf Rechte, die dein Benutzerkonto bereits besitzt. Das Aktivieren einer Berechtigung hier bietet keinen Zugriff auf Rechte, die dein Benutzerkonto ansonsten nicht hat. Siehe die [[Special:ListGrants|Berechtigungstabelle]] für weitere Informationen.\";'),('gsw','messages:botpasswords-insert-failed','s:88:\"de:Der Botname „$1“ konnte nicht hinzugefügt werden. Wurde er bereits hinzugefügt?\";'),('gsw','messages:botpasswords-invalid-name','s:77:\"de:Der angegebene Benutzername enthält keinen Botpassworttrenner („$1“).\";'),('gsw','messages:botpasswords-label-appid','s:17:\"gsw:Name vum Bot:\";'),('gsw','messages:botpasswords-label-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:botpasswords-label-create','s:10:\"gsw:Aalege\";'),('gsw','messages:botpasswords-label-delete','s:11:\"gsw:Lösche\";'),('gsw','messages:botpasswords-label-grants','s:29:\"de:Anwendbare Berechtigungen:\";'),('gsw','messages:botpasswords-label-grants-column','s:11:\"de:Gewährt\";'),('gsw','messages:botpasswords-label-needsreset','s:40:\"de:(Passwort muss zurückgesetzt werden)\";'),('gsw','messages:botpasswords-label-resetpassword','s:23:\"gsw:Passwort zruggsetze\";'),('gsw','messages:botpasswords-label-update','s:16:\"gsw:Aktualisiere\";'),('gsw','messages:botpasswords-locked','s:91:\"de:Du kannst dich nicht mit einem Botpasswort anmelden, da dein Benutzerkonto gesperrt ist.\";'),('gsw','messages:botpasswords-needs-reset','s:125:\"de:Das Botpasswort für den Botnamen „$2“ {{GENDER:$1|des Benutzers|der Benutzerin}} „$1“ muss zurückgesetzt werden.\";'),('gsw','messages:botpasswords-newpassword','s:325:\"de:Das neue Passwort zur Anmeldung mit <strong>$1</strong> ist <strong>$2</strong>. <em>Bitte speichere diese Anmeldeinformationen.</em><br>Für Bots, bei denen der Anmeldename mit dem späteren Benutzernamen identisch sein muss, kannst du <strong>$3</strong> als Benutzernamen und <strong>$4</strong> als Passwort verwenden.\";'),('gsw','messages:botpasswords-no-central-id','s:100:\"de:Um Botpasswörter zu verwenden, musst du bei einem zentralisierten Benutzerkonto angemeldet sein.\";'),('gsw','messages:botpasswords-no-provider','s:52:\"de:BotPasswordsSessionProvider ist nicht verfügbar.\";'),('gsw','messages:botpasswords-not-exist','s:69:\"de:Der Benutzer „$1“ hat kein Botpasswort mit dem Namen „$2“.\";'),('gsw','messages:botpasswords-restriction-failed','s:63:\"de:Beschränkungen des Botpassworts verhindern diese Anmeldung.\";'),('gsw','messages:botpasswords-summary','s:405:\"de:<em>Botpasswörter</em> erlauben Zugriff auf ein Benutzerkonto über die API, ohne die Hauptanmeldeinformationen des Benutzerkontos zu verwenden. Die verfügbaren Benutzerrechte bei der Anmeldung mit einem Botpasswort können beschränkt sein.\n\nWenn du nicht weißt, warum du ein Passwort erstellen sollst, tu es nicht. Du solltest ein Passwort nie für einen anderen erzeugen und es an ihn übergeben.\";'),('gsw','messages:botpasswords-toolong-grants','s:41:\"de:Es wurden zu viele Grants ausgewählt.\";'),('gsw','messages:botpasswords-toolong-restrictions','s:57:\"de:Es sind zu viele IP-Adressen oder -Bereiche angegeben.\";'),('gsw','messages:botpasswords-update-failed','s:82:\"de:Der Botname „$1“ konnte nicht aktualisiert werden. Wurde der Bot gelöscht?\";'),('gsw','messages:botpasswords-updated-body','s:117:\"de:Das Botpasswort für den Botnamen „$1“ {{GENDER:$2|des Benutzers|der Benutzerin}} „$2“ wurde aktualisiert.\";'),('gsw','messages:botpasswords-updated-title','s:27:\"de:Botpasswort aktualisiert\";'),('gsw','messages:brackets','s:7:\"en:[$1]\";'),('gsw','messages:brackets-end','s:4:\"en:]\";'),('gsw','messages:brackets-start','s:4:\"en:[\";'),('gsw','messages:broken-file-category','s:32:\"gsw:Syte mit kaputtige Dateilink\";'),('gsw','messages:broken-file-category-desc','s:100:\"gsw:Uf der Syte het’s e defäkte Dateilink (e Link zu’neren y’bundnige Datei, wo’s nid git).\";'),('gsw','messages:brokenredirects','s:24:\"gsw:Kaputti Wyterleitige\";'),('gsw','messages:brokenredirects-delete','s:10:\"gsw:lesche\";'),('gsw','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('gsw','messages:brokenredirects-edit','s:13:\"gsw:bearbeite\";'),('gsw','messages:brokenredirects-summary','s:3:\"en:\";'),('gsw','messages:brokenredirectstext','s:85:\"gsw:Die Spezialsyte lischtet Wyterleitige uf, wu zue Artikel fiere, wu s gar nid git:\";'),('gsw','messages:bydate','s:14:\"gsw:noch Datum\";'),('gsw','messages:cachedspecial-viewing-cached-ttl','s:80:\"gsw:Du siisch d Zwischespycher-Version vu däre Syte, wu bis zue $1 cha alt syy.\";'),('gsw','messages:cactions','s:7:\"gsw:Meh\";'),('gsw','messages:cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:cannotauth-not-allowed','s:54:\"de:Du bist nicht berechtigt, diese Seite zu verwenden.\";'),('gsw','messages:cannotauth-not-allowed-title','s:21:\"de:Zugriff verweigert\";'),('gsw','messages:cannotchangeemail','s:61:\"gsw:E-Mail-Adrässe chönne in däm Wiki nit gänderet werde.\";'),('gsw','messages:cannotcreateaccount-text','s:71:\"gsw:S diräkt Aalege vu Benutzerkonten isch uf däm Wiki nit aktiviert.\";'),('gsw','messages:cannotcreateaccount-title','s:40:\"gsw:Benutzerkonto cha nid aagleit wäre.\";'),('gsw','messages:cannotdelete','s:107:\"gsw:D Syte oder d Datei „$1“ cha nit glescht wäre. Si isch villicht scho vu eber anderem glescht wore.\";'),('gsw','messages:cannotdelete-title','s:39:\"gsw:Syte „$1“ cha nit glescht wäre\";'),('gsw','messages:cannotlink-no-provider','s:47:\"de:Es gibt keine verknüpfbaren Benutzerkonten.\";'),('gsw','messages:cannotlink-no-provider-title','s:46:\"de:Es gibt keine verknüpfbaren Benutzerkonten\";'),('gsw','messages:cannotlogin-text','s:21:\"gsw:Aamälde goot nit\";'),('gsw','messages:cannotlogin-title','s:21:\"gsw:Aamälde goot nit\";'),('gsw','messages:cannotloginnow-text','s:50:\"gsw:Aamälde goot nit, derwyylscht du $1 bruuchsch\";'),('gsw','messages:cannotloginnow-title','s:26:\"gsw:Aamälde goot grad nit\";'),('gsw','messages:cannotlogoutnow-text','s:50:\"gsw:Abmälde goot nit, derwyylscht du $1 bruuchsch\";'),('gsw','messages:cannotlogoutnow-title','s:26:\"gsw:Abmälde goot grad nit\";'),('gsw','messages:cannotmove','s:106:\"de:Die Seite konnte nicht verschoben werden, aus {{PLURAL:$1|dem folgenden Grund|den folgenden Gründen}}:\";'),('gsw','messages:cannotundelete','s:42:\"gsw:D Widerhärstellig isch nit gange:\n\n$1\";'),('gsw','messages:cannotunlink-no-provider','s:66:\"de:Es gibt keine verbundenen Konten, die getrennt werden könnten.\";'),('gsw','messages:cannotunlink-no-provider-title','s:66:\"de:Es gibt keine verbundenen Konten, die getrennt werden könnten.\";'),('gsw','messages:cant-block-nonexistent-page','s:81:\"de:Du kannst einen Benutzer nicht für $1 sperren, weil die Seite nicht existiert\";'),('gsw','messages:cant-move-category-page','s:55:\"gsw:Du hesch nid ds Rächt, Kategoriesyte z verschiebe.\";'),('gsw','messages:cant-move-subpages','s:56:\"de:Du bist nicht berechtigt, Unterseiten zu verschieben.\";'),('gsw','messages:cant-move-to-category-page','s:69:\"gsw:Du hesch nid ds Rächt, e Syte zunere Kategoriesyte z verschiebe.\";'),('gsw','messages:cant-move-to-user-page','s:79:\"gsw:Du derfsch kei Syte uf e Benutzersyte verschiebe (mit Usnaam vo Untersyte).\";'),('gsw','messages:cant-move-user-page','s:69:\"gsw:Du derfsch kei Benutzersyte verschiebe (mit Usnaam vo Untersyte).\";'),('gsw','messages:cant-see-hidden-user','s:184:\"gsw:Dr Benutzer, wu Du versuechsch z sperre, isch scho gsperrt un versteckt wore. Du chasch d Sperri vu däm Benutzer nit säh oder bearbeite, wel du s „hideuser“-Rächt nit hesch.\";'),('gsw','messages:cantmove-titleprotected','s:79:\"gsw:Die Syte het nüt chönne verschobe werde, wyl de nöie Titel gsperrt isch.\";'),('gsw','messages:cantrollback','s:74:\"gsw:D Änderig cha nit zruckgsetzt wäre, wel s keini friejere Autore git.\";'),('gsw','messages:cascadeprotected','s:189:\"gsw:Die Syte isch fir s Bearbeite gsperrt. Si isch yybunde in {{PLURAL:$1|die Syte, wu do chunnt|die Syte, wu do chemme}} , wu mit ere Kaskadesperroption gschitzt {{PLURAL:$1|isch|sin}}:\n$2\";'),('gsw','messages:cascadeprotectedwarning','s:286:\"gsw:<strong>Obacht:</strong> Die Syten isch gschützt. Nume Lüt mit Administrationsrächt (Ammannen oder -froue) chöü sen ändere. Der Grund derfür isch, das si i di {{PLURAL:$1|folgendi|folgende}} Syten isch y’bunde, wo mit ere Kaskadesperroption gschützt {{PLURAL:$1|isch|sy}}:\";'),('gsw','messages:categories','s:13:\"gsw:Kategorie\";'),('gsw','messages:categories-submit','s:11:\"de:Anzeigen\";'),('gsw','messages:categories-summary','s:3:\"en:\";'),('gsw','messages:categoriesfrom','s:22:\"gsw:Zeig Kategorie ab:\";'),('gsw','messages:categoriespagetext','s:224:\"gsw:In {{PLURAL:$1|däre Kategorii|däne Kategorie}} het s Syte oder Dateie.\n[[Special:UnusedCategories|Nit benutzte Kategorie]] wäre do nit ufgfiert.\nLueg au d Lischt vu dr [[Special:WantedCategories|gwinschte Kategorie]].\";'),('gsw','messages:category-article-count','s:182:\"gsw:{{PLURAL:$2|In däre Kategorie het s die Syte:|{{PLURAL:$1|Die Syte isch eini vu insgsamt $2 Syte in däre Kategori:|S wäre $1 vu insgsamt $2 Syte in däre Kategori aazeigt:}}}}\";'),('gsw','messages:category-article-count-limited','s:59:\"gsw:In däre Kategori het s die {{PLURAL:$1|Syte|$1 Syte}}:\";'),('gsw','messages:category-empty','s:58:\"gsw:\'\'Die Kategori het im Momänt kaini Syte oder Medie.\'\'\";'),('gsw','messages:category-file-count','s:187:\"gsw:{{PLURAL:$2|In däre Kategori het s die Datei:|{{PLURAL:$1|Die Datei isch eini vu insgsamt $2 Dateie in däre Kategori:|S wäre $1 vu insgsamt $2 Dateie in däre Kategori aazeigt:}}}}\";'),('gsw','messages:category-file-count-limited','s:62:\"gsw:In däre Kategori het s die {{PLURAL:$1|Datei|$1 Dateie}}:\";'),('gsw','messages:category-header-numerals','s:10:\"en:$1–$2\";'),('gsw','messages:category-media-header','s:33:\"gsw:Medie in dr Kategori „$1“\";'),('gsw','messages:category-move-redirect-override','s:4:\"en:-\";'),('gsw','messages:category-subcat-count','s:213:\"gsw:{{PLURAL:$2|Die Kategori het die Unterkategorie:|{{PLURAL:$1|Die Unterkategori isch eini vu insgsamt $2 Unterkategorie in däre Kategori:|S wäre $1 vu insgsamt $2 Unterkategorie in däre Kategori aazeigt:}}}}\";'),('gsw','messages:category-subcat-count-limited','s:72:\"gsw:Die Kategorie het die {{PLURAL:$1|Unterkategori|$1 Unterkategorie}}:\";'),('gsw','messages:category_header','s:31:\"gsw:Artikel in de Kategori \"$1\"\";'),('gsw','messages:categorypage','s:25:\"gsw:Kategoriesyte aazeige\";'),('gsw','messages:categoryviewer-pagedlinks','s:12:\"en:($1) ($2)\";'),('gsw','messages:change-blocklink','s:18:\"gsw:Sperri ändere\";'),('gsw','messages:changeblockip','s:17:\"de:Sperre ändern\";'),('gsw','messages:changecontentmodel','s:40:\"gsw:Inhaltsmodäll von ere Syten ändere\";'),('gsw','messages:changecontentmodel-cannot-convert','s:65:\"gsw:Der Inhalt vo [[:$1]] lat sech nid zum Typ $2 la konvertiere.\";'),('gsw','messages:changecontentmodel-current-label','s:27:\"de:Aktuelles Inhaltsmodell:\";'),('gsw','messages:changecontentmodel-emptymodels-text','s:64:\"de:Der Inhalt auf [[:$1]] kann zu keinem Typ konvertiert werden.\";'),('gsw','messages:changecontentmodel-emptymodels-title','s:34:\"de:Keine Inhaltsmodelle verfügbar\";'),('gsw','messages:changecontentmodel-legend','s:26:\"gsw:Inhaltsmodäll ändere\";'),('gsw','messages:changecontentmodel-model-label','s:25:\"gsw:Nöüs Inhaltsmodäll\";'),('gsw','messages:changecontentmodel-nodirectediting','s:62:\"gsw:Ds Inhaltsmodäll «$1» lat ds diräkte Bearbeite nid zue\";'),('gsw','messages:changecontentmodel-reason-label','s:10:\"gsw:Grund:\";'),('gsw','messages:changecontentmodel-submit','s:10:\"de:Ändern\";'),('gsw','messages:changecontentmodel-success-text','s:44:\"gsw:Der Inhaltstyp vo [[:$1]] het gänderet.\";'),('gsw','messages:changecontentmodel-success-title','s:35:\"gsw:Ds Inhaltsmodäll het gänderet\";'),('gsw','messages:changecontentmodel-title-label','s:13:\"gsw:Sytetitel\";'),('gsw','messages:changecredentials','s:31:\"de:Anmeldeinformationen ändern\";'),('gsw','messages:changecredentials-invalidsubpage','s:55:\"de:$1 ist kein gültiger Typ für Anmeldeinformationen.\";'),('gsw','messages:changecredentials-submit','s:31:\"de:Anmeldeinformationen ändern\";'),('gsw','messages:changecredentials-success','s:47:\"de:Deine Anmeldeinformationen wurden geändert.\";'),('gsw','messages:changed','s:13:\"gsw:gänderet\";'),('gsw','messages:changeemail','s:42:\"gsw:E-Mail-Adrässen änderen oder lösche\";'),('gsw','messages:changeemail-header','s:237:\"gsw:Füll das Formular uus, für dyni E-Mail-Adrässe z ändere. We du möchtisch, das dys Wiki-Konto nümm mit eren E-Mail-Adrässe verbunden isch, de chasch ds Fäld für’ne nöüi E-Mail-Adrässe läär la und ds Formular abschicke.\";'),('gsw','messages:changeemail-maxlength','s:59:\"de:Deine E-Mail-Adresse darf maximal 255 Zeichen lang sein.\";'),('gsw','messages:changeemail-newemail','s:25:\"gsw:Nöii E-Mail-Adräss:\";'),('gsw','messages:changeemail-newemail-help','s:210:\"gsw:La das Fäld läär, we du dyni E-Mail-Adrässe wosch usenäh. We d E-Mail-Adrässen usegnoh isch, de chasch du es vergässnigs Passwort nümm la zrüggsetzen und überchunsch kener E-Mail meh us däm Wiki.\";'),('gsw','messages:changeemail-no-info','s:70:\"gsw:Du muesch aagmolde sy zum uff die Syte diräkt zuegryfe z chönne.\";'),('gsw','messages:changeemail-nochange','s:50:\"gsw:Bitte gib en anderi nöüi E-Mail-Adrässen y.\";'),('gsw','messages:changeemail-none','s:9:\"gsw:(nyt)\";'),('gsw','messages:changeemail-oldemail','s:27:\"gsw:Aktuelli E-Mail-Adräss\";'),('gsw','messages:changeemail-password','s:29:\"gsw:Dy {{SITENAME}}-Passwort:\";'),('gsw','messages:changeemail-submit','s:25:\"gsw:E-Mail Adräss ändre\";'),('gsw','messages:changeemail-summary','s:3:\"en:\";'),('gsw','messages:changeemail-throttled','s:93:\"gsw:Du hesch z vilmol versuecht Di aazmälde. Bitte wart $1, voreb Du s non emol versuechsch.\";'),('gsw','messages:changepassword','s:20:\"gsw:Passwort ändere\";'),('gsw','messages:changepassword-success','s:49:\"gsw:Dyy Passwort isch erfolgryych gänderet wore.\";'),('gsw','messages:changepassword-summary','s:3:\"en:\";'),('gsw','messages:changepassword-throttled','s:93:\"gsw:Du hesch z vilmol versuecht Di aazmälde. Bitte wart $1, voreb Du s non emol versuechsch.\";'),('gsw','messages:changeslist-nocomment','s:36:\"de:Keine Bearbeitungszusammenfassung\";'),('gsw','messages:checkbox-all','s:7:\"de:Alle\";'),('gsw','messages:checkbox-invert','s:11:\"de:Umkehren\";'),('gsw','messages:checkbox-none','s:8:\"de:Keine\";'),('gsw','messages:checkbox-select','s:17:\"de:Auswählen: $1\";'),('gsw','messages:clearyourcache','s:770:\"gsw:<strong>Hiiwys:</strong> Noch em Spycheremuesch no dr Browser-Zwischespycher lääre go d Änderige sää.\n* <strong>Firefox/ Safari:</strong> <em>Umschaltig</em> drucken un glychzytig <em>Aktualisiere</em> aaklicken oder entwäder <em>Strg+F5</em> oder <em>Strg+R</em> (<em>Befehlstaste-R</em> uf em Mac) drucke\n* <strong>Google Chrome:</strong> <em>Umschaltig+Strg+R</em> (<em>Befählstaschte-R</em> uf em Mac) drucke\n* <strong>Internet Explorer:</strong> <em>Strg+F5</em> drucken oder <em>Strg</em> drucken un glychzytig <em>Aktualisiere</em> aaklicke\n* <strong>Opera:</strong> Gang uff <em>Menü → Yystellige</em> (<em>Opera → Yystellige</em> uff eme Mac) un deno uff <em>Dateschutz & Sicherheit → Browserdate lösche → Gspyycherti Bilder un Dateie</em>.\";'),('gsw','messages:collapsible-collapse','s:13:\"gsw:zueklappe\";'),('gsw','messages:collapsible-expand','s:12:\"gsw:ufklappe\";'),('gsw','messages:colon-separator','s:9:\"en::&#32;\";'),('gsw','messages:comma-separator','s:9:\"en:,&#32;\";'),('gsw','messages:common.css','s:70:\"de:/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */\";'),('gsw','messages:common.js','s:65:\"de:/* Das folgende JavaScript wird für alle Benutzer geladen. */\";'),('gsw','messages:common.json','s:86:\"de:/* JSON an dieser Stelle wird bei jeder Seitenladung für alle Benutzer geladen. */\";'),('gsw','messages:compare-page1','s:10:\"gsw:Syte 1\";'),('gsw','messages:compare-page2','s:10:\"gsw:Syte 2\";'),('gsw','messages:compare-rev1','s:13:\"gsw:Version 1\";'),('gsw','messages:compare-rev2','s:13:\"gsw:Version 2\";'),('gsw','messages:compare-revision-not-exists','s:46:\"gsw:Die Version, wu Du aagee hesch, git s nit.\";'),('gsw','messages:compare-submit','s:14:\"gsw:Verglyyche\";'),('gsw','messages:comparepages','s:19:\"gsw:Syte verglyyche\";'),('gsw','messages:comparepages-summary','s:3:\"en:\";'),('gsw','messages:compareselectedversions','s:33:\"gsw:Usgwählti Versione verglyche\";'),('gsw','messages:config-invalid-key','s:61:\"de:Ungültiger MediaWiki-Konfigurationsparameter „$1“: $2\";'),('gsw','messages:config-missing-key','s:55:\"de:Fehlender MediaWiki-Konfigurationsparameter „$1“\";'),('gsw','messages:confirm','s:13:\"gsw:Bstätige\";'),('gsw','messages:confirm-markpatrolled-button','s:7:\"de:Okay\";'),('gsw','messages:confirm-markpatrolled-top','s:48:\"de:Version $3 von $2 als kontrolliert markieren?\";'),('gsw','messages:confirm-mcrrestore-title','s:32:\"de:Eine Version wiederherstellen\";'),('gsw','messages:confirm-mcrundo-title','s:37:\"de:Eine Änderung rückgängig machen\";'),('gsw','messages:confirm-purge-bottom','s:80:\"gsw:Läärt dr Cache vun ere Syte un macht, ass di nejscht Version aazeigt wird.\";'),('gsw','messages:confirm-purge-title','s:28:\"de:Diese Seite aktualisieren\";'),('gsw','messages:confirm-purge-top','s:41:\"gsw:D Zwischespycherig vu dr Syte lesche?\";'),('gsw','messages:confirm-rollback-bottom','s:88:\"de:Diese Aktion wird sofort die ausgewählten Änderungen an dieser Seite zurücksetzen.\";'),('gsw','messages:confirm-rollback-button','s:7:\"de:Okay\";'),('gsw','messages:confirm-rollback-top','s:47:\"de:Bearbeitungen an dieser Seite zurücksetzen?\";'),('gsw','messages:confirm-unwatch-button','s:12:\"gsw:In Ornig\";'),('gsw','messages:confirm-unwatch-top','s:50:\"gsw:Nim die Syte us dyre Beobachtungslischte furt.\";'),('gsw','messages:confirm-watch-button','s:12:\"gsw:In Ornig\";'),('gsw','messages:confirm-watch-button-expiry','s:13:\"de:Beobachten\";'),('gsw','messages:confirm-watch-label','s:30:\"de:Beobachtungslisten-Zeitraum\";'),('gsw','messages:confirm-watch-top','s:45:\"gsw:Tue die Syten uf dyni Beobachtigslischte.\";'),('gsw','messages:confirm_purge_button','s:12:\"gsw:In Ornig\";'),('gsw','messages:confirmable-confirm','s:31:\"gsw:{{GENDER:$1|Bisch}} sicher?\";'),('gsw','messages:confirmable-no','s:7:\"gsw:Nei\";'),('gsw','messages:confirmable-yes','s:6:\"gsw:Jo\";'),('gsw','messages:confirmdeletetext','s:227:\"gsw:Du bisch dra, e Artikel oder e Bild mitsamt dr Versionsgschicht fir immer us der Datebank z lesche.\nBitte bi Dir iber d Konsequänze bewusst, un bi sicher, dass Du Di an unsri [[{{MediaWiki:Policy-url}}|Leitlinie]] haltsch.\";'),('gsw','messages:confirmedittext','s:182:\"gsw:Si mien Ihri E-Mail-Adräss zerscht bstätige, voreb Si Syte chenne ändere. Bitte setze Si in [[Special:Preferences|Ihre Iistellige]] Ihri E-Mail-Adräss yy un len Si si priefe.\";'),('gsw','messages:confirmemail','s:40:\"gsw:Bstätigung vo Ihre E-Poscht-Adräss\";'),('gsw','messages:confirmemail_body','s:495:\"gsw:Salü\n\n{{SITENAME}}-BenutzerIn «$2» — das bisch allwäg Du — het sech vor IP-Adrässen $1 uus mit deren e-Mail-Adrässe bi {{SITENAME}} aagmäldet.\n\nFür z bestätige, das die Adrässe würklech Dir isch, u für Dyni erwytereten e-Mail-Funktionen uf {{SITENAME}} yzschalte, tue bitte dää Link i dym Browser uuf:\n\n$3\n\nFalls du *nid* $2 sötsch sy, de tue bitte de Link unte dra uf, um d e-Mail-Bstätigung abzbreche:\n\n$5\n\nDe Bstätigungs-Code isch gültig bis $4.\n\nFründlechi Grüess\";'),('gsw','messages:confirmemail_body_changed','s:437:\"gsw:Eber mit dr IP-Adräss $1, wahrschyns Du sälber,\nhet d E-Mail-Adräss vum Benutzerkonto „$2“ uf die Adräss gänderet uf {{SITENAME}}.\n\nGo bstetige, ass des Benutzerkonto wirkli Dir ghert\nun go d E-Mail-Feature uf {{SITENAME}} reaktiviere, mach de Link in Dyym Browser uf:\n\n$3\n\nWänn des Konto imfall *nit* Dir ghert, gang däm Link noo\ngo d E-Mail-Adräss-Bstetigung abbräche:\n\n$5\n\nDää Bstetigungscode isch giltig bis am $4.\";'),('gsw','messages:confirmemail_body_set','s:437:\"gsw:Eber mit dr IP-Adräss $1, wahrschyns Du sälber,\nhet d E-Mail-Adräss vum Benutzerkonto „$2“ uf die Adräss gänderet uf {{SITENAME}}.\n\nGo bstetige, ass des Benutzerkonto wirkli Dir ghert\nun go d E-Mail-Feature uf {{SITENAME}} reaktiviere, mach de Link in Dyym Browser uf:\n\n$3\n\nWänn des Konto imfall *nit* Dir ghert, gang däm Link noo\ngo d E-Mail-Adräss-Bstetigung abbräche:\n\n$5\n\nDää Bstetigungscode isch giltig bis am $4.\";'),('gsw','messages:confirmemail_invalid','s:131:\"gsw:De Bestätigscode isch ungültig. Es isch mögli das er abgloffe isch. In däm Fall chasch probiere d Bestätigung z widerhole.\";'),('gsw','messages:confirmemail_invalidated','s:48:\"gsw:D E-Mail-Adressbestätig isch abbroche worde\";'),('gsw','messages:confirmemail_loggedin','s:44:\"gsw:Dyni E-Mail-Adräss isch jitz bstätigt.\";'),('gsw','messages:confirmemail_needlogin','s:57:\"gsw:Du muesch dich $1, zume dyni E-Mail-Adress bstätige.\";'),('gsw','messages:confirmemail_noemail','s:95:\"gsw:Du hesch in dyne [[Special:Preferences|persönliche Ystellige]] e kei E-Mail-Adress ygää.\";'),('gsw','messages:confirmemail_oncreate','s:188:\"gsw:En Code isch aa dyni E-Mail-Adress zum bestätige gschiggt worde. Du bruuch de Code zwar nüt zum dich aamälde, er wird aber zum aktiviere vo de E-Mail-Funktione in däm Wiki bruucht.\";'),('gsw','messages:confirmemail_pending','s:199:\"gsw:Es isch Dir scho en Code zum Bestätige zuegschiggt worde. Falls du Dyn Konto grad erscht aagleit hesch, muesch villicht noo e weng warte bis d E-Mail ytrifft, bevor du en nöie Code aafordresch.\";'),('gsw','messages:confirmemail_send','s:33:\"gsw:Bestätigungs-Mail verschicke\";'),('gsw','messages:confirmemail_sendfailed','s:157:\"gsw:{{SITENAME}} het d E-Mail zum bestätige nüt chönne verschigge.\nBitte überprüef d E-Mail-Adress uf ungültigi Zeiche.\n\nRuggmäldig vum Mailserver: $1\";'),('gsw','messages:confirmemail_sent','s:63:\"gsw:Es isch dir es Mail zur Adrässbestätigung gschickt worde.\";'),('gsw','messages:confirmemail_subject','s:42:\"gsw:{{SITENAME}} E-Mail-Adrässbstätigung\";'),('gsw','messages:confirmemail_success','s:74:\"gsw:Dyni E-Mail-Adräss isch bstätiget worde. Du chasch di jitz aamälde.\";'),('gsw','messages:confirmemail_text','s:287:\"gsw:Dermit du di erwyterete Mailfunktione chasch bruuche, muesch du die E-Mail-Adrässe, wo du hesch aaggä, la bestätige. Klick ufe Chnopf unte; das schickt dir es Mail. I däm Mail isch e Link; we du däm Link folgsch, de tuesch dadermit bestätige, das die E-Mail-Adrässe dyni isch.\";'),('gsw','messages:confirmleave-warning','s:90:\"de:Das Verlassen dieser Seite kann dazu führen, dass du alle deine Änderungen verlierst.\";'),('gsw','messages:confirmrecreate','s:207:\"gsw:Benutzer [[User:$1|$1]] ([[User talk:$1|Diskussion]]) het die Syte glescht, nochdäm Du aagfange hesch si z bearbeite.\nD Begrindig isch gsi:\n:\'\'$2\'\'\nBitte bstätig, ass Du die Syte wirkli wit nej aalege.\";'),('gsw','messages:confirmrecreate-noreason','s:177:\"gsw:Benutzer [[User:$1|$1]] ([[User talk:$1|Diskussion]]) het die Syte glescht, nochdäm Du aagfange hesch si z bearbeite. Bitte bstätig, ass Du die Syte wirkli wit nej aalege.\";'),('gsw','messages:content-failed-to-parse','s:54:\"gsw:Parse vum Inhalt $2 fir Modell $1 fählgschlaa: $3\";'),('gsw','messages:content-json-empty-array','s:18:\"gsw:Läären Array\";'),('gsw','messages:content-json-empty-object','s:18:\"gsw:Läärs Objekt\";'),('gsw','messages:content-model-css','s:7:\"gsw:CSS\";'),('gsw','messages:content-model-javascript','s:14:\"gsw:JavaScript\";'),('gsw','messages:content-model-json','s:7:\"en:JSON\";'),('gsw','messages:content-model-text','s:12:\"gsw:Klartext\";'),('gsw','messages:content-model-wikitext','s:12:\"gsw:Wikitext\";'),('gsw','messages:content-not-allowed-here','s:58:\"gsw:Dr Inhalt „$1“ isch uf dr Syte [[:$2]] nit erlaubt\";'),('gsw','messages:contentmodelediterror','s:150:\"gsw:Du chasch die Version nid bearbeite. Si het ds Inhaltsmodäll <code>$1</code>, aber ds aktuellen Inhaltsmodäll vo der Syten isch <code>$2</code>.\";'),('gsw','messages:continue-editing','s:24:\"gsw:Zum Bearbeitigsfäld\";'),('gsw','messages:contribslink','s:11:\"gsw:Byträg\";'),('gsw','messages:contribsub2','s:28:\"gsw:Vu {{GENDER:$3|$1}} ($2)\";'),('gsw','messages:contributions','s:18:\"gsw:Benutzerbytreg\";'),('gsw','messages:contributions-subtitle','s:24:\"de:Für {{GENDER:$3|$1}}\";'),('gsw','messages:contributions-summary','s:3:\"en:\";'),('gsw','messages:contributions-title','s:31:\"gsw:Benutzerbyytreg vu „$1“\";'),('gsw','messages:contributions-userdoesnotexist','s:49:\"gsw:Ds Benutzerkonto «$1» isch nid registriert.\";'),('gsw','messages:converter-manual-rule-error','s:74:\"gsw:Bi dr manuälle Sprochkonvertierigsregle isch e Fähler entdeckt wore.\";'),('gsw','messages:copyright','s:86:\"gsw:Dr Inhalt vu dere Syte stoht unter dr Lizänz $1, wänn s nit andersch aagee isch.\";'),('gsw','messages:copyrightpage','s:28:\"gsw:{{ns:project}}:Copyright\";'),('gsw','messages:copyrightwarning','s:725:\"gsw:\'\'\'Bitte <big>kopier kener Internetsyte</big>, wo nid dyner eigete sy, bruuch <big>kener urhäberrächtlech gschützte Wärch</big> ohni Erloubnis vor Copyright-Inhaberschaft!\'\'\'<br />\nHiemit gisch du zue, das du dä Tekscht \'\'\'sälber gschribe\'\'\' hesch, das der Tekscht Allgmeinguet (\'\'\'public domain\'\'\') isch, oder das der \'\'\'Copyright-Inhaberschaft\'\'\' iri \'\'\'Zuestimmig\'\'\' het \'gä. Falls dä Tekscht scho nöumen anders isch veröffentlecht worde, de schryb das bitte uf d Diskussionssyte.\n<i>Bis dir bewusst, dass alli {{SITENAME}}-Byträg outomatisch under der „$2“ stöh (für Details vgl. $1). We du nid wosch, das anderi dy Bytrag chöu veränderen u wyterverbreite, de drück nid uf „Syte spychere“.</i>\";'),('gsw','messages:copyrightwarning2','s:478:\"gsw:Dängge Si dra, dass alli Änderige {{GRAMMAR:dativ {{SITENAME}}}} vo andere Benutzer wider gänderet oder glöscht chönne wärde. Wenn Si nit wänn, dass ander Lüt an Ihrem Tekscht ummedoktere denn schicke Si ihn jetz nit ab.<br />\nSi verspräche uns usserdäm, dass Si des alles selber gschribe oder vo nere Quälle kopiert hen, wo Public Domain odr sunscht frei isch (lueg $1 für Details).\n\'\'\'SETZE SI DO OHNI ERLAUBNIS KEINI URHEBERRÄCHTLICH GSCHÜTZTI WÄRK INE!\'\'\'\";'),('gsw','messages:copyupload-allowed-domains','s:3:\"en:\";'),('gsw','messages:copyuploaddisabled','s:44:\"gsw:S Uffelade iber URL isch abschalte wore.\";'),('gsw','messages:create','s:12:\"gsw:Erstelle\";'),('gsw','messages:create-local','s:29:\"gsw:Lokali Bschrybig zuefiege\";'),('gsw','messages:createaccount','s:30:\"gsw:Nöis Benutzerkonto aalege\";'),('gsw','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('gsw','messages:createaccount-text','s:279:\"gsw:Fir Dii isch e Benutzerkonto \"$2\" uf {{SITENAME}} ($4) aaglait wore. S Passwort fir \"$2\" , wu automatisch generiert woren isch, isch \"$3\". Du sottsch Di jetz aamälde un s Passwort ändere.\n\nWänn s Benutzerkonto us Versäh aaglait woren isch, chasch die Nochricht ignoriere.\";'),('gsw','messages:createaccount-title','s:47:\"gsw:Aalege vum e Benutzerkonto fir {{SITENAME}}\";'),('gsw','messages:createaccountblock','s:36:\"gsw:Aalege vu Benutzerchonte gsperrt\";'),('gsw','messages:createaccounterror','s:45:\"gsw:Het s Benutzerkonto nit chenne aalege: $1\";'),('gsw','messages:createaccountmail','s:79:\"gsw:E temporär Zuefallspasswort bruuchen un an di aagee E-Mail-Adräss schicke\";'),('gsw','messages:createaccountmail-help','s:106:\"gsw:Cha brucht wäre zum e Benutzerkonto fir e anderi Person aazlege, ohni ass mer s Passwort mueß wisse.\";'),('gsw','messages:createacct-another-continue-submit','s:50:\"gsw:Wytermache mit em Aalege vun eme Benutzerkonto\";'),('gsw','messages:createacct-another-email-ph','s:29:\"gsw:Gib Dyy E-Mail-Adräss yy\";'),('gsw','messages:createacct-another-realname-tip','s:102:\"gsw:Dr richtig Name isch optional.\nWänn Du ne aagiisch, wird er bruucht fir d Zueornig vu dr Byytreg.\";'),('gsw','messages:createacct-another-submit','s:24:\"gsw:Benutzerkonto aalege\";'),('gsw','messages:createacct-another-username-ph','s:28:\"gsw:Gib Dyy Benutzernamen yy\";'),('gsw','messages:createacct-benefit-body1','s:40:\"gsw:{{PLURAL:$1|Bearbeitig|Bearbeitige}}\";'),('gsw','messages:createacct-benefit-body2','s:27:\"gsw:{{PLURAL:$1|Syte|Syte}}\";'),('gsw','messages:createacct-benefit-body3','s:44:\"gsw:{{PLURAL:$1|aktive Autor|aktivi Autore}}\";'),('gsw','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('gsw','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('gsw','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('gsw','messages:createacct-benefit-heading','s:51:\"gsw:{{SITENAME}} wird vu Mänsche wie Dir gschaffe.\";'),('gsw','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('gsw','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('gsw','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('gsw','messages:createacct-continue-submit','s:50:\"gsw:Wytermache mit em Aalege vun eme Benutzerkonto\";'),('gsw','messages:createacct-email-ph','s:29:\"gsw:Gib Dyy E-Mail-Adräss yy\";'),('gsw','messages:createacct-emailoptional','s:29:\"gsw:E-Mail-Adräss (optional)\";'),('gsw','messages:createacct-emailrequired','s:18:\"gsw:E-Mail-Adräss\";'),('gsw','messages:createacct-error','s:40:\"gsw:Fähler bim Aalege vum Benutzerkonto\";'),('gsw','messages:createacct-helpusername','s:3:\"en:\";'),('gsw','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('gsw','messages:createacct-loginerror','s:171:\"gsw:S Benutzerkonto isch erfolgrych aagleit wore, aber du hesch nit chenne automatisch aagmäldet wäre. Bitte mach wyter mit dr [[Special:UserLogin|manuälle Aamäldig]].\";'),('gsw','messages:createacct-normalization','s:85:\"de:Dein Benutzername wird aufgrund technischer Beschränkungen in „$2“ geändert.\";'),('gsw','messages:createacct-realname','s:28:\"gsw:Richtige Name (optional)\";'),('gsw','messages:createacct-reason','s:9:\"gsw:Grund\";'),('gsw','messages:createacct-reason-confirm','s:132:\"de:Der eingegebene Grund war eine E-Mail-Adresse. Wenn dies beabsichtigt ist, klicke bitte erneut auf „Benutzerkonto erstellen“.\";'),('gsw','messages:createacct-reason-help','s:48:\"gsw:Im Neiaamäldigs-Logbuech aazeigti Nochricht\";'),('gsw','messages:createacct-reason-ph','s:44:\"gsw:Wurum Du ne ander Benutzerkonto aaleisch\";'),('gsw','messages:createacct-submit','s:28:\"gsw:Dyy Benutzerkonto aalege\";'),('gsw','messages:createacct-temp-warning','s:128:\"de:Die Bearbeitungen, die du mit deinem temporären Konto vorgenommen hast, werden nicht auf dein permanentes Konto übertragen.\";'),('gsw','messages:createacct-username-help','s:3:\"en:\";'),('gsw','messages:createacct-useuniquepass','s:106:\"de:Es wird empfohlen, ein eindeutiges Passwort zu verwenden, das du auf keiner anderen Website verwendest.\";'),('gsw','messages:createacct-yourpassword-ph','s:18:\"gsw:Passwort yygee\";'),('gsw','messages:createacct-yourpasswordagain','s:21:\"gsw:Passwort bstetige\";'),('gsw','messages:createacct-yourpasswordagain-ph','s:27:\"gsw:Gib s Passwort nomol yy\";'),('gsw','messages:created','s:11:\"gsw:aagleit\";'),('gsw','messages:creating','s:19:\"gsw:„$1“ aalege\";'),('gsw','messages:credentialsform-account','s:16:\"de:Benutzername:\";'),('gsw','messages:credentialsform-provider','s:32:\"de:Typ der Anmeldeinformationen:\";'),('gsw','messages:creditspage','s:20:\"gsw:Syteinformatione\";'),('gsw','messages:cur','s:8:\"gsw:Jetz\";'),('gsw','messages:currentevents','s:21:\"gsw:Aktuelli Mäldige\";'),('gsw','messages:currentevents-url','s:27:\"gsw:Project:Aktuelli Termin\";'),('gsw','messages:currentrev','s:18:\"gsw:Itzigi Version\";'),('gsw','messages:currentrev-asof','s:27:\"gsw:Aktuälli Version vu $1\";'),('gsw','messages:currentrevisionlink','s:18:\"gsw:Itzigi Version\";'),('gsw','messages:customcssprotected','s:126:\"gsw:Du bisch nid berächtigt, die Syte mit CSS z bearbeite, wel si zue dr persenlige Yystellige vun eme andere Benutzer ghert.\";'),('gsw','messages:customjsonprotected','s:130:\"de:Du hast keine Berechtigung, diese JSON-Seite zu bearbeiten, da sie persönliche Einstellungen eines anderen Benutzers enthält.\";'),('gsw','messages:customjsprotected','s:129:\"gsw:Du bisch nid berächtigt, die Javaskript-Syte z bearbeite, wel si zue dr persenlige Yystellige vun eme andere Benutzer ghert.\";'),('gsw','messages:databaseerror','s:26:\"gsw:Fähler in dr Datebank\";'),('gsw','messages:databaseerror-error','s:15:\"gsw:Fähler: $1\";'),('gsw','messages:databaseerror-function','s:16:\"gsw:Funktion: $1\";'),('gsw','messages:databaseerror-query','s:14:\"gsw:Abfrog: $1\";'),('gsw','messages:databaseerror-text','s:83:\"gsw:S het e Datebankabfrogfähler gee.\nDes chennt e Fähler in dr Software aazeige.\";'),('gsw','messages:databaseerror-textcl','s:38:\"gsw:S het e Datebankabfrogfähler gee.\";'),('gsw','messages:databaselocked','s:38:\"de:Die Datenbank ist bereits gesperrt.\";'),('gsw','messages:databasenotlocked','s:33:\"gsw:D Datebank isch nüt gsperrt.\";'),('gsw','messages:date','s:27:\"de:Von Datum (und früher):\";'),('gsw','messages:date-range-from','s:13:\"de:Von Datum:\";'),('gsw','messages:date-range-to','s:13:\"de:Bis Datum:\";'),('gsw','messages:datedefault','s:13:\"gsw:kei Aagab\";'),('gsw','messages:days','s:31:\"gsw:{{PLURAL:$1|1 Tag|$1 Täg}}\";'),('gsw','messages:days-abbrev','s:7:\"en:$1 d\";'),('gsw','messages:dberr-again','s:40:\"gsw:Wart e paar Minute un lad derno nej.\";'),('gsw','messages:dberr-info','s:36:\"gsw:(Kei Zuegriff uf d Datebank: $1)\";'),('gsw','messages:dberr-info-hidden','s:32:\"gsw:(Kei Zuegriff uf d Datebank)\";'),('gsw','messages:dberr-problems','s:64:\"gsw:Excusez! Die Seite het im Momänt tächnischi Schwirigkeite.\";'),('gsw','messages:deadendpages','s:38:\"gsw:Artikel ohni Links («Sackgasse»)\";'),('gsw','messages:deadendpages-summary','s:3:\"en:\";'),('gsw','messages:deadendpagestext','s:58:\"gsw:Die Syte verwyyse nit zue anderi Syte in {{SITENAME}}.\";'),('gsw','messages:dec','s:8:\"gsw:Dez.\";'),('gsw','messages:december','s:13:\"gsw:Dezämber\";'),('gsw','messages:december-gen','s:13:\"gsw:Dezämber\";'),('gsw','messages:default','s:16:\"gsw:Voryystellig\";'),('gsw','messages:default-skin-not-found','s:2097:\"gsw:He nu so de! Di vorygstellti Benutzeroberflächi für dys Wiki – definiert under <code dir=\"ltr\">$wgDefaultSkin</code> als <code>$1</code> – steit nid zur Verfüegig.\n\nI dyren Installation het’s schynt’s di {{PLURAL:$4|folgendi Benutzeroberflächi|folgende Benutzeroberflächine}}:\n\n$2\n\nLueg under [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] für Information drüber, wie d se chasch {{PLURAL:$4|aktiviere|aktivieren und eini dervo chasch vorystelle}}.\n\n; Falls du MediaWiki grad installiert hesch:\n: Müglecherwys hesch es ab git installiert oder mit eren andere Methode diräkt ab em Quellcode. De isch es z erwarte. Probier [https://www.mediawiki.org/wiki/Category:All_skins Benutzeroberflächine us em Verzeichnis vo mediawiki.org] z installiere. Es git mehreri Müglechkeite derzue:\n:* Der [https://www.mediawiki.org/wiki/Download Installierer als tar.gz-Datei] abelade. Är het mehreri Benutzeroberflächinen und Erwyterige derby. Du chasch ds Benutzeroberflächine-Verzeichnis <code>skins/</code> druus use kopiere.\n:* tar.gz-Dateie für einzelni Benutzeroberflächine vo [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org] abelade.\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins Git zum Abelade vo MediaWiki-Benutzeroberflächine bruuche].\n: We du e MediaWiki-Entwickler/in bisch, söt s derby nid zu Konflikte mit dym git Repositorium cho.\n\n; Falls du MediaWiki grad ufe nöüst Stand hesch bbracht:\n: MediaWiki ab 1.24 aktiviert di installierte Benutzeroberflächine nümm automatisch (lueg [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Skin autodiscovery]). Für di {{PLURAL:$5|installierti Benutzeroberflächi|installierte Benutzeroberflächine}} z aktiviere, chasch di {{PLURAL:$5|folgendi Zyle|folgende Zyle}} i d Datei <code>LocalSettings.php</code> kopiere:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Falls du grad d Datei <code>LocalSettings.php</code> hesch gänderet:\n: Lueg genau nache, öb s vilech Tippfähler het i de Näme vo de Benutzeroberflächine.\";'),('gsw','messages:default-skin-not-found-no-skins','s:1477:\"gsw:He nu so de! Di vorygstellti Benutzeroberflächi für dys Wiki – definiert under <code dir=\"ltr\">$wgDefaultSkin</code> als <code>$1</code> – steit nid zur Verfüegig.\n\nDu hesch kener Benutzeroberflächinen installiert.\n\n; Falls du MediaWiki grad installiert oder ufe nöüst Stand bracht hesch:\n: Müglecherwys hesch es ab git installiert oder mit eren andere Methode diräkt ab em Quellcode. De isch es z erwarte. MediaWiki ab 1.24 het kener Benutzeroberflächinen im Houpt-Repository derby. Probier [https://www.mediawiki.org/wiki/Category:All_skins Benutzeroberflächine us em Verzeichnis vo mediawiki.org] z installiere. Es git mehreri Müglechkeite derzue:\n:* Der [https://www.mediawiki.org/wiki/Download Installierer als tar.gz-Datei] abelade. Är het mehreri Benutzeroberflächinen und Erwyterige derby. Du chasch ds Benutzeroberflächine-Verzeichnis <code>skins/</code> druus use kopiere.\n:* tar.gz-Dateie für einzelni Benutzeroberflächine vo [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org] abelade.\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins Git zum Abelade vo MediaWiki-Benutzeroberflächine bruuche].\n: We du e MediaWiki-Entwickler/in bisch, söt s derby nid zu Konflikte mit dym Git-Repositorium cho. Lueg under [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual: Skin configuration] für Information drüber, wie du Benutzeroberflächi chasch aktivieren und vorystelle.\";'),('gsw','messages:default-skin-not-found-row-disabled','s:57:\"gsw:* <code>$1</code> / $2 (<strong>deaktiviert</strong>)\";'),('gsw','messages:default-skin-not-found-row-enabled','s:38:\"gsw:* <code>$1</code> / $2 (aktiviert)\";'),('gsw','messages:defaultmessagetext','s:16:\"gsw:Standardtext\";'),('gsw','messages:defemailsubject','s:45:\"gsw:{{SITENAME}}-E-Mail vum Benutzer „$1“\";'),('gsw','messages:deflate-invaliddeflate','s:62:\"de:Der angegebene Inhalt ist nicht ordnungsgemäß komprimiert\";'),('gsw','messages:delete','s:10:\"gsw:Lesche\";'),('gsw','messages:delete-confirm','s:19:\"gsw:„$1“ lesche\";'),('gsw','messages:delete-edit-reasonlist','s:24:\"gsw:Leschgrind bearbeite\";'),('gsw','messages:delete-edit-reasonlist-suppress','s:30:\"de:Oversightgründe bearbeiten\";'),('gsw','messages:delete-error-associated-alreadytalk','s:87:\"de:Die zugehörige Diskussionsseite einer Diskussionsseite kann nicht gelöscht werden.\";'),('gsw','messages:delete-error-associated-doesnotexist','s:84:\"de:Eine nicht existierende zugehörige Diskussionsseite kann nicht gelöscht werden.\";'),('gsw','messages:delete-hook-aborted','s:69:\"gsw:D Leschig isch ohni Erchlärung dur e Schnittstell abbroche wore.\";'),('gsw','messages:delete-legend','s:10:\"gsw:Lesche\";'),('gsw','messages:delete-scheduled','s:72:\"de:Die Löschung der Seite „$1“ wurde eingeplant.\nBitte habe Geduld.\";'),('gsw','messages:delete-talk-summary-prefix','s:59:\"de:Zusammen mit der zugehörigen Seite gelöscht; Grund: $1\";'),('gsw','messages:delete-toobig','s:220:\"gsw:Die Syte het e arg langi Versionsgschicht mit meh as $1 {{PLURAL:$1|Version|Versione}}. S Lesche vu sonige Syte isch yygschränkt wore go verhindere, ass dr Server vu {{SITENAME}} us Versäh zytwys iberlaschtet wird.\";'),('gsw','messages:delete-toomanyrevisions','s:193:\"de:Du versuchst, mehr als $1 {{PLURAL:$1|Version|Versionen}} gleichzeiitig zu löschen.\nEin solcher Vorgang wurde eingeschränkt, um eine versehentliche Störung von {{SITENAME}} zu verhindern.\";'),('gsw','messages:delete-warning-toobig','s:146:\"gsw:Die Syte het e arg langi Versionsgschicht mit meh as $1 {{PLURAL:$1|Version|Versione}}. S Lesche cha dr Datebankbetriib vu {{SITENAME}} stere.\";'),('gsw','messages:delete_and_move_confirm','s:41:\"gsw:D Ziilsyte für d Verschiebig lösche\";'),('gsw','messages:delete_and_move_reason','s:66:\"gsw:glöscht, zume Platz für s Verschiebe vo „[[$1]]“ z mache\";'),('gsw','messages:delete_and_move_text','s:137:\"gsw:== D Ziilsyte isch scho vorhande, lösche?==\n\nD Syte „[[:$1]]“ gits scho. Wottsch du si lösche, zume Platz zum verschiebe mache?\";'),('gsw','messages:delete_redirect_and_move_text','s:133:\"de:Die Zielseite „[[:$1]]“ existiert bereits als Weiterleitung.\nMöchtest du diese löschen, um die Seite verschieben zu können?\";'),('gsw','messages:deletecomment','s:10:\"gsw:Grund:\";'),('gsw','messages:deleted-page-and-talkpage','s:99:\"de:„$1“ und „$2“ wurden gelöscht.\nSiehe $3 für eine Aufzeichnung der letzten Löschungen.\";'),('gsw','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('gsw','messages:deletedcontributions','s:19:\"gsw:Gleschti Bytreg\";'),('gsw','messages:deletedcontributions-summary','s:3:\"en:\";'),('gsw','messages:deletedcontributions-title','s:19:\"gsw:Gleschti Bytreg\";'),('gsw','messages:deletedhist','s:21:\"gsw:Gleschti Versione\";'),('gsw','messages:deletedrevision','s:20:\"gsw:alti Version: $1\";'),('gsw','messages:deletedtext','s:75:\"gsw:«$1» isch glescht wore.\nIm $2 het s e Lischt vu dr letschte Leschige.\";'),('gsw','messages:deletedwhileediting','s:88:\"gsw:\'\'\'Obacht\'\'\': Die Syte isch glescht wore, nochdäm Du aagfange hesch si z bearbeite!\";'),('gsw','messages:deleteotherreason','s:31:\"gsw:Andere/zuesätzleche Grund:\";'),('gsw','messages:deletepage','s:16:\"gsw:Syte lösche\";'),('gsw','messages:deletepage-deletetalk','s:39:\"de:Zugehörige Diskussionseite löschen\";'),('gsw','messages:deletepage-submit','s:16:\"gsw:Syte lösche\";'),('gsw','messages:deletepage-summary','s:3:\"en:\";'),('gsw','messages:deleteprotected','s:64:\"gsw:Du chasch die Syte nid lösche, wil si isch gschützt worde.\";'),('gsw','messages:deletereason-dropdown','s:120:\"gsw:* Allgmeini Leschgrind\n** Spam\n** Wunsch vum Autor\n** Urheberrächtsverletzig\n** Vandalismus\n** Defekti Wyterleitung\";'),('gsw','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('gsw','messages:deletereasonotherlist','s:16:\"gsw:Andere Grund\";'),('gsw','messages:deleting-backlinks-warning','s:135:\"gsw:\'\'\'Obacht:\'\'\' D Syte, wo du wosch lösche, isch uf [[Special:WhatLinksHere/{{FULLPAGENAME}}|anderne Syte]] verlinkt oder y’bunde.\";'),('gsw','messages:deleting-subpages-warning','s:182:\"de:<strong>Warnung:</strong> Die Seite, die du löschen möchtest, hat [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|eine Unterseite|$1 Unterseiten|51=über 50 Unterseiten}}]].\";'),('gsw','messages:deleting-talkpage-subpages-warning','s:205:\"de:<strong>Warnung:</strong> Die zugehörige Diskussionsseite, die du löschen möchtest, hat [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|eine Unterseite|$1 Unterseiten|51=über 50 Unterseiten}}]].\";'),('gsw','messages:deletionlog','s:19:\"gsw:Lösch-Logbuech\";'),('gsw','messages:dellogpage','s:19:\"gsw:Lösch-Logbuech\";'),('gsw','messages:dellogpagetext','s:54:\"gsw:Des isch s Logbuech vu dr gleschte Syte un Dateie.\";'),('gsw','messages:destfilename','s:13:\"gsw:Ziilname:\";'),('gsw','messages:diff','s:14:\"gsw:Unterschid\";'),('gsw','messages:diff-empty','s:20:\"gsw:(kei Unterschid)\";'),('gsw','messages:diff-form','s:20:\"gsw:e \'\'\'Formular\'\'\'\";'),('gsw','messages:diff-form-error-revid','s:34:\"de:Numerische Versions-ID eingeben\";'),('gsw','messages:diff-form-oldid','s:34:\"de:Alte Versionskennung (optional)\";'),('gsw','messages:diff-form-other-revid','s:14:\"de:Versions-ID\";'),('gsw','messages:diff-form-revid','s:35:\"de:Versionskennung des Unterschieds\";'),('gsw','messages:diff-form-submit','s:24:\"de:Unterschiede anzeigen\";'),('gsw','messages:diff-form-summary','s:3:\"en:\";'),('gsw','messages:diff-multi-manyusers','s:181:\"gsw:({{PLURAL:$1|Ei Version|$1 Versione}} vu meh {{PLURAL:$2|eim Benutzer|$2 Benutzer}}, {{PLURAL:$1|wu derzwische lyt un nit aazeigt wird|wu derzwische lige un nit aazeigt wäre}})\";'),('gsw','messages:diff-multi-otherusers','s:114:\"gsw:({{PLURAL:$1|Ei Version|$1 Versione}} derzwüsche vo {{PLURAL:$2|öpper anderem|$2 andernen}} isch nid azeigt)\";'),('gsw','messages:diff-multi-sameuser','s:149:\"gsw:({{PLURAL:$1|E Version vum nämlige Benutzer, wu derzwische lyt, wird|$1 Versione vum nämlige Benutzer, wu derzwische lige, wäre}} nit aazeigt)\";'),('gsw','messages:diff-paragraph-moved-tonew','s:73:\"de:Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen.\";'),('gsw','messages:diff-paragraph-moved-toold','s:73:\"de:Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen.\";'),('gsw','messages:difference-missing-revision','s:354:\"gsw:{{PLURAL:$2|Ei Version|$2 Versione}} vui däre Unterschidsaazeig ($1) {{PLURAL:$2|isch|sin}} nit gfunde wore.\n\nDää Fähler chunnt normalerwyys dur e veraltete Link zue dr Versionsgschicht vun ere Syte, wu in dr Zwischezyt glescht woren isch.\nEinzelheite chasch im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lesch-Logbuech] bschaue.\";'),('gsw','messages:difference-multipage','s:29:\"gsw:(Unterschid zwische Syte)\";'),('gsw','messages:difference-title','s:38:\"gsw:$1: Unterschid zwische dr Versione\";'),('gsw','messages:difference-title-multipage','s:41:\"gsw:$1 un $2: Unterschid zwüsche de Syte\";'),('gsw','messages:directorycreateerror','s:56:\"gsw:S Verzeichnis „$1“ het nit chenne aaglait wäre.\";'),('gsw','messages:directoryreadonlyerror','s:47:\"gsw:S Werterbuech „$1“ isch schrybgschitzt.\";'),('gsw','messages:disabledspecialpage-disabled','s:65:\"de:Diese Seite wurde durch einen Systemadministrator deaktiviert.\";'),('gsw','messages:disclaimerpage','s:21:\"gsw:Project:Impressum\";'),('gsw','messages:disclaimers','s:13:\"gsw:Impressum\";'),('gsw','messages:djvu_page_error','s:45:\"gsw:DjVu-Syte isch uusserhalb vum Sytebereich\";'),('gsw','messages:double-redirect-fixed-maintenance','s:86:\"gsw:Doppleti Wyterleitig vo [[$1]] uf [[$2]] automatisch in ere Wartigsarbeit gflickt.\";'),('gsw','messages:double-redirect-fixed-move','s:105:\"gsw:D Syte [[$1]] isch verschobe.\nUnder irem Namen isch automatisch e Wyterleitig uf [[$2]] agleit worde.\";'),('gsw','messages:double-redirect-fixer','s:21:\"gsw:DoubleRedirectBot\";'),('gsw','messages:doubleredirects','s:37:\"gsw:Doppleti Wyterleitige (Redirects)\";'),('gsw','messages:doubleredirects-summary','s:3:\"en:\";'),('gsw','messages:doubleredirectstext','s:327:\"gsw:Die Lischt zeigt Wyterleitige, wu uf anderi Wyterleitige verwyyse.\nIn jedere Zyylete het s Link zue dr erschte un dr zwote Wyterleitig un s Ziil vu dr zwote Wyterleitig, wu normalerwys di gwinscht Ziilsyten isch. Do sott eigetli scho di erscht Wyterleitig druf zeige.\n<del>Durgstricheni</del> Yytreg sin scho erledigt wore.\";'),('gsw','messages:download','s:11:\"gsw:Abelade\";'),('gsw','messages:duplicate-args-category','s:59:\"gsw:Syte, wu doppleti Argumänt in Vorlagenufruef verwände\";'),('gsw','messages:duplicate-args-category-desc','s:180:\"gsw:Uf dr Syte het s Vorlagenufruef, wu Duplikat vu Argumänt verwände, wie <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> oder <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('gsw','messages:duplicate-args-warning','s:155:\"gsw:<strong>Obacht:</strong> D Syte [[:$1]] rüefft [[:$2]] ab. Im Abrueff het der Parameter «$3» meh weder ei Wärt. Nume der letst Wärt chunt zum Zug.\";'),('gsw','messages:duplicate-defaultsort','s:93:\"gsw:Obacht: Dr Sortierigsschlüssel „$2“ iberschrybt dr vorig brucht Schlüssel „$1“.\";'),('gsw','messages:duplicate-displaytitle','s:96:\"gsw:<strong>Obacht:</strong> Der Azeigtitel «$2» überschrybt der früecher Azeigtitel «$1».\";'),('gsw','messages:duplicatesoffile','s:130:\"gsw:Die {{PLURAL:$1|Datei isch e Duplikat|$1 Dateie sin Duplikat}} vu däre Datei ([[Special:FileDuplicateSearch/$2|meh Detail]]):\";'),('gsw','messages:duration-centuries','s:44:\"gsw:$1 {{PLURAL:$1|Johrhundert|Johrhundert}}\";'),('gsw','messages:duration-days','s:29:\"gsw:$1 {{PLURAL:$1|Tag|Täg}}\";'),('gsw','messages:duration-decades','s:39:\"gsw:$1 {{PLURAL:$1|Johrzehnt|Johrzeht}}\";'),('gsw','messages:duration-hours','s:33:\"gsw:$1 {{PLURAL:$1|Stund|Stunde}}\";'),('gsw','messages:duration-millennia','s:46:\"gsw:$1 {{PLURAL:$1|Jahrtöusert|Jahrtöusert}}\";'),('gsw','messages:duration-minutes','s:33:\"gsw:$1 {{PLURAL:$1|Minut|Minute}}\";'),('gsw','messages:duration-seconds','s:35:\"gsw:$1 {{PLURAL:$1|Sekund|Sekunde}}\";'),('gsw','messages:duration-weeks','s:32:\"gsw:$1 {{PLURAL:$1|Wuche|Wuche}}\";'),('gsw','messages:duration-years','s:30:\"gsw:$1 {{PLURAL:$1|Johr|Johr}}\";'),('gsw','messages:eauthentsent','s:251:\"gsw:E Bstätigungs-Mail isch an die Adräss gschickt wore, wu Du aagee hesch.\n\nVoreb ass no mee Mails iber d {{SITENAME}}-Mailfunktion an die Adräss gschickt wäre, muesch d Inschtruktione in däm Mail befolge, zum bstätige, ass es wirkli Dyys isch.\";'),('gsw','messages:edit','s:11:\"gsw:Ändere\";'),('gsw','messages:edit-already-exists','s:64:\"gsw:Di nej Syte het nid chenne aaglait wäre, wel s si scho git.\";'),('gsw','messages:edit-conflict','s:24:\"gsw:Bearbeitigskonflikt.\";'),('gsw','messages:edit-gone-missing','s:73:\"gsw:D Syte het nid chenne aktalisiert wäre.\nSi isch schyns glescht wore.\";'),('gsw','messages:edit-hook-aborted','s:72:\"gsw:D Bearbeitig isch ohni Erchlärung dur e Schnittstell abbroche wore.\";'),('gsw','messages:edit-local','s:30:\"gsw:Lokali Bschrybig bearbeite\";'),('gsw','messages:edit-no-change','s:86:\"gsw:Dyyni Bearbeitig isch ignoriert wore, wel kei Änderig am Täxt gmacht woren isch.\";'),('gsw','messages:edit-slots-cannot-add','s:101:\"de:{{PLURAL:$1|Der folgende Schlitz wird|Die folgenden Schlitze werden}} hier nicht unterstützt: $2.\";'),('gsw','messages:edit-slots-cannot-remove','s:143:\"de:{{PLURAL:$1|Der folgende Schlitz ist erforderlich und kann|Die folgenden Schlitze sind erforderlich und können}} nicht entfernt werden: $2.\";'),('gsw','messages:edit-slots-missing','s:78:\"de:{{PLURAL:$1|Der folgende Schlitz fehlt|Die folgenden Schlitze fehlen}}: $2.\";'),('gsw','messages:edit-textarea-aria-label','s:18:\"de:Wikitext-Editor\";'),('gsw','messages:edit_form_incomplete','s:152:\"gsw:\'\'\'Dr Inhalt vum Bearbeitigsformular isch nit vollständig zum Server chuu. Bitte prief Dyy Bearbeitigen uf Vollständigkeit un versuech s nomol.\'\'\'\";'),('gsw','messages:editcomment','s:46:\"gsw:D Änderigszämmefassig isch: <em>$1</em>.\";'),('gsw','messages:editconflict','s:32:\"gsw:Bearbeitigs-Konflikt: «$1»\";'),('gsw','messages:editfont-monospace','s:40:\"gsw:Schrift mit ere feschte Zeichebreiti\";'),('gsw','messages:editfont-sansserif','s:29:\"gsw:Serifelosi Groteskschrift\";'),('gsw','messages:editfont-serif','s:22:\"gsw:Schrift mit Serife\";'),('gsw','messages:editfont-style','s:56:\"gsw:Schriftfamilie fir dr Text im Bearbeitigsfänschter:\";'),('gsw','messages:edithelp','s:30:\"gsw:Rotschläg fir s Bearbeite\";'),('gsw','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('gsw','messages:editing','s:23:\"gsw:Bearbeite vo «$1»\";'),('gsw','messages:editingcomment','s:36:\"gsw:Bearbeite vu $1 (Neje Abschnitt)\";'),('gsw','messages:editinginterface','s:172:\"gsw:<strong>Warnig:</strong> Uf däre Syte het s Täxt, wu vu dr MediaWiki-Software brucht wird. Änderigen uf däre Syte wirke si uf d Benutzeroberflechi vu däm Wiki uus.\";'),('gsw','messages:editingold','s:154:\"gsw:\'\'\'Obacht: Du bisch en alti Version vo däm Artikel am Bearbeite.\nAlli nöiere Versione wärden überschribe, we du uf «Syte spychere» drücksch.\'\'\'\";'),('gsw','messages:editingsection','s:32:\"gsw:Bearbeite vo «$1» (Absatz)\";'),('gsw','messages:editinguser','s:172:\"gsw:{{GENDER:$1|Em <strong>[[User:$1|$1]]</strong> $2 syni Rächt|Der <strong>[[User:$1|$1]]</strong> $2 iri Rächt|Rächt vo <strong>[[User:$1|$1]]</strong> $2}} bearbeite\";'),('gsw','messages:editlink','s:13:\"gsw:bearbeite\";'),('gsw','messages:editnotice-notext','s:4:\"en:-\";'),('gsw','messages:editold','s:10:\"gsw:Ändre\";'),('gsw','messages:editpage','s:24:\"de:Eine Seite bearbeiten\";'),('gsw','messages:editpage-cannot-use-custom-model','s:59:\"gsw:Ds Inhaltsmodäll vo dere Syte lat sech nid la ändere.\";'),('gsw','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('gsw','messages:editpage-invalidcontentmodel-text','s:54:\"de:Das Inhaltsmodell „$1“ wird nicht unterstützt.\";'),('gsw','messages:editpage-invalidcontentmodel-title','s:45:\"de:Das Inhaltsmodell wird nicht unterstützt.\";'),('gsw','messages:editpage-notsupportedcontentformat-text','s:66:\"gsw:S Inhaltsformat $1 wird vum Inhaltsmodäll $2 nit unterstitzt.\";'),('gsw','messages:editpage-notsupportedcontentformat-title','s:40:\"gsw:S Inhaltsformat wird nit unterstitzt\";'),('gsw','messages:editpage-summary','s:3:\"en:\";'),('gsw','messages:editpage-tos-summary','s:4:\"en:-\";'),('gsw','messages:editsection','s:11:\"gsw:ändere\";'),('gsw','messages:editsectionhint','s:25:\"gsw:Abschnitt ändere: $1\";'),('gsw','messages:edittools','s:93:\"gsw:<!-- Dää Text wird unter em \"Ändere\"-Formular un bim \"Uffelade\"-Formular aagzeigt. -->\";'),('gsw','messages:edittools-upload','s:4:\"en:-\";'),('gsw','messages:editundo','s:16:\"gsw:rückgängig\";'),('gsw','messages:editusergroup','s:29:\"gsw:Ändere vo Benutzerrächt\";'),('gsw','messages:editwatchlist-summary','s:3:\"en:\";'),('gsw','messages:ellipsis','s:6:\"de:…\";'),('gsw','messages:email','s:10:\"gsw:E-Mail\";'),('gsw','messages:email-allow-new-users-label','s:67:\"de:Sehr neuen anderen Benutzern erlauben, E-Mails an mich zu senden\";'),('gsw','messages:email-legend','s:52:\"gsw:E-Mail an e andere {{SITENAME}}-Benutzer schicke\";'),('gsw','messages:email-mutelist-label','s:64:\"de:Diesen Benutzern das Versenden von E-Mails an mich verbieten:\";'),('gsw','messages:emailauthenticated','s:58:\"gsw:Dyy E-Mail-Adräss isch am $2 am $3 Uhr bstetigt wore.\";'),('gsw','messages:emailblock','s:26:\"gsw:E-Mail-Versand gsperrt\";'),('gsw','messages:emailccme','s:37:\"gsw:Schick e Kopii vu dr E-Mail a mii\";'),('gsw','messages:emailccsubject','s:40:\"gsw:Kopii vu Dyynere Nochricht an $1: $2\";'),('gsw','messages:emailconfirmlink','s:30:\"gsw:E-Poscht-Adräss bstätige\";'),('gsw','messages:emaildisabled','s:56:\"gsw:Iber die Websyte chenne kei E-Mail verschickt wäre.\";'),('gsw','messages:emailfrom','s:7:\"gsw:Vu:\";'),('gsw','messages:emaillink','s:20:\"gsw:E-Mail abschicke\";'),('gsw','messages:emailmessage','s:14:\"gsw:Nochricht:\";'),('gsw','messages:emailnotarget','s:78:\"gsw:Benutzername fir dr Empfang vun ere E-Mail git s nit oder isch nit giltig.\";'),('gsw','messages:emailnotauthenticated','s:208:\"gsw:Dyni E-Mail-Adräss isch nonig bstätigt. Wäg däm gehn di erwyterete E-Mail-Funktione nonig.\nFir d Bstätigung muesch em Link nogoh, wu Dir gschickt woren isch. Du chasch au e neie sonig Link aafordere:\";'),('gsw','messages:emailpagetext','s:238:\"gsw:Du chasch {{GENDER:$1|em Benutzer|dr Benutzeri}} mit däm Formular e E-Mail schicke.\nAs Absender wird d E-Mail-Adräss us Dyyne [[Special:Preferences|Yystellige]] yytrait, ass {{GENDER:$1|dr Benutzer|d Benutzeri}} Dir cha Antwort gee.\";'),('gsw','messages:emailsend','s:13:\"gsw:Abschicke\";'),('gsw','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('gsw','messages:emailsent','s:23:\"gsw:E-Mail furtgschickt\";'),('gsw','messages:emailsenttext','s:37:\"gsw:Dys E-Mail isch verschickt worde.\";'),('gsw','messages:emailsubject','s:13:\"gsw:Beträff:\";'),('gsw','messages:emailtarget','s:40:\"gsw:Dr Benutzername vum Empfänger yygee\";'),('gsw','messages:emailto','s:7:\"gsw:An:\";'),('gsw','messages:emailuser','s:19:\"gsw:Es Mail schrybe\";'),('gsw','messages:emailuser-summary','s:3:\"en:\";'),('gsw','messages:emailuser-title-notarget','s:22:\"gsw:E-Mail an Benutzer\";'),('gsw','messages:emailuser-title-target','s:64:\"gsw:E-Mail an {{GENDER:$1|dää Benutzer|die Benutzeri}} schicke\";'),('gsw','messages:emailuserfooter','s:138:\"gsw:{{GENDER:$1|Der $1|D $1|$1}} het das E-mail {{GENDER:$2|em|der|a}} $2 gschickt über d Funktion «{{int:emailuser}}» uf {{SITENAME}}.\";'),('gsw','messages:emailusername','s:17:\"gsw:Benutzername:\";'),('gsw','messages:emailusernamesubmit','s:13:\"gsw:Ibertrage\";'),('gsw','messages:empty-file','s:48:\"gsw:D Datei, wu Du ibertrait hesch, isch läär.\";'),('gsw','messages:empty-username','s:33:\"de:(kein Benutzername verfügbar)\";'),('gsw','messages:emptyfile','s:143:\"gsw:Di uffeglade Datei isch schyyns läär. Dr Grund cha ne Tippfähler im Dateiname syy. Bitte iberprief, eb du die Datei wirkli wit uffelade.\";'),('gsw','messages:enhancedrc-history','s:20:\"gsw:Versionsgschicht\";'),('gsw','messages:enhancedrc-since-last-visit','s:41:\"gsw:{{PLURAL:$1|$1}} syt em letste Bsuech\";'),('gsw','messages:enotif_anon_editor','s:23:\"gsw:Anonyme Benutzer $1\";'),('gsw','messages:enotif_body','s:753:\"gsw:Sali $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nZämmenfassig vum Autor: $PAGESUMMARY $PAGEMINOREDIT\n\nKontakt zum Autor:\nMail $PAGEEDITOR_EMAIL\nWiki $PAGEEDITOR_WIKI\n\n\nEs wird kei wyteri Nochricht iber Änderige gschickt, bis Du uf sälli Syte gohsch un di aamäldsch. Uf Dyyre Beobachtigssyte chasch d Beobachtigsmarker fir alli Syte zrucksetze, wu Du beobachte tuesch.\n\n             Dyy fryndli {{SITENAME}}-Nochrichtesyschtem\n\n---\nGo d Yystellige vu dr E-Mail-Benochrichtigung aapasse, gang uf {{canonicalurl:{{#special:Preferences}}}}\n\nGo d Yystellige vu Dyyre Beobachtigslischte ändere, gang uf {{canonicalurl:{{#special:EditWatchlist}}}}\n\nGo d Syte us Dyyre Beobachtigslischte uuseneh, gang uf $UNWATCHURL\n\nRuckmäldig un wyteri Hilf: $HELPPAGE\";'),('gsw','messages:enotif_body_intro_changed','s:117:\"gsw:D {{SITENAME}}-Syte $1 isch am $PAGEEDITDATE vu {{GENDER:$2|$2}} verschobe wore. Lueg $3 fir di aktuäll Version.\";'),('gsw','messages:enotif_body_intro_created','s:115:\"gsw:D {{SITENAME}}-Syte $1 isch am $PAGEEDITDATE vu {{GENDER:$2|$2}} aagleit wore. Lueg $3 fir di aktuäll Version.\";'),('gsw','messages:enotif_body_intro_deleted','s:91:\"gsw:D {{SITENAME}}-Syte $1 isch am $PAGEEDITDATE vu {{GENDER:$2|$2}} glescht wore. Lueg $3.\";'),('gsw','messages:enotif_body_intro_moved','s:117:\"gsw:D {{SITENAME}}-Syte $1 isch am $PAGEEDITDATE vu {{GENDER:$2|$2}} verschobe wore. Lueg $3 fir di aktuäll Version.\";'),('gsw','messages:enotif_body_intro_restored','s:124:\"gsw:D {{SITENAME}}-Syte $1 isch am $PAGEEDITDATE vu {{GENDER:$2|$2}} widerhärgstellt wore. Lueg $3 fir di aktuäll Version.\";'),('gsw','messages:enotif_impersonal_salutation','s:25:\"gsw:{{SITENAME}}-Benutzer\";'),('gsw','messages:enotif_lastdiff','s:30:\"gsw:Lueg $1 no däre Änderig.\";'),('gsw','messages:enotif_lastvisited','s:37:\"gsw:$1 zeigt alli Änderige uf s Mol.\";'),('gsw','messages:enotif_minoredit','s:33:\"de:Dies ist eine kleine Änderung\";'),('gsw','messages:enotif_reset','s:34:\"gsw:Alli Syte as aagluegt markiere\";'),('gsw','messages:enotif_subject_changed','s:59:\"gsw:{{SITENAME}}-Syte $1 isch vu {{GENDER:$2|$2}} gänderet\";'),('gsw','messages:enotif_subject_created','s:62:\"gsw:{{SITENAME}}-Syte $1 isch vu {{GENDER:$2|$2}} aagleit wore\";'),('gsw','messages:enotif_subject_deleted','s:62:\"gsw:{{SITENAME}}-Syte $1 isch vu {{GENDER:$2|$2}} glescht wore\";'),('gsw','messages:enotif_subject_moved','s:64:\"gsw:{{SITENAME}}-Syte $1 isch vu {{GENDER:$2|$2}} verschobe wore\";'),('gsw','messages:enotif_subject_restored','s:71:\"gsw:{{SITENAME}}-Syte $1 isch vu {{GENDER:$2|$2}} widerhärgstellt wore\";'),('gsw','messages:enterlockreason','s:107:\"gsw:Bitte gib e Grund y, worum d Datebank soll gsperrt wäre un e Yschätzig wie lang si soll gsperrt blybe\";'),('gsw','messages:error','s:11:\"gsw:Fähler\";'),('gsw','messages:errorpagetitle','s:11:\"gsw:Fähler\";'),('gsw','messages:exbeforeblank','s:49:\"gsw:Inhalt voreb d Syte gläärt woren isch: \'$1\'\";'),('gsw','messages:exception-nologin','s:18:\"gsw:Nit aagmäldet\";'),('gsw','messages:exception-nologin-text','s:65:\"gsw:Du muesch Di aamälde go die Syte oder Aktion ufruefe chenne.\";'),('gsw','messages:exception-nologin-text-manual','s:59:\"gsw:Du muesch Di $1 go die Syte oder Aktion ufruefe chenne.\";'),('gsw','messages:excontent','s:22:\"gsw:Alter Inhalt: \'$1\'\";'),('gsw','messages:excontentauthor','s:115:\"gsw:einzigen Inhalt: «$1», bearbeitet nume dür «[[Special:Contributions/$2|$2]]» ([[User talk:$2|Diskussion]])\";'),('gsw','messages:exif-aperturevalue','s:21:\"gsw:APEX-Bländewärt\";'),('gsw','messages:exif-artist','s:12:\"gsw:Fotograf\";'),('gsw','messages:exif-attributionurl','s:56:\"gsw:Bi Wyterverwändig vu däm Wärch bitte verlinke uf:\";'),('gsw','messages:exif-bitspersample','s:26:\"gsw:Bit pro Farbkomponente\";'),('gsw','messages:exif-brightnessvalue','s:26:\"gsw:APEX-Hälligkeitswärt\";'),('gsw','messages:exif-cameraownername','s:17:\"gsw:Kamerabsitzer\";'),('gsw','messages:exif-citycreated','s:38:\"gsw:Stadt, wu s Foto ufgnuu woren isch\";'),('gsw','messages:exif-citydest','s:16:\"gsw:Zeigti Stadt\";'),('gsw','messages:exif-colorspace','s:12:\"gsw:Farbruum\";'),('gsw','messages:exif-colorspace-1','s:7:\"en:sRGB\";'),('gsw','messages:exif-colorspace-65535','s:18:\"gsw:Nit kalibriert\";'),('gsw','messages:exif-componentsconfiguration','s:34:\"gsw:Bedytig vu einzelne Komponente\";'),('gsw','messages:exif-componentsconfiguration-0','s:13:\"gsw:Git s nit\";'),('gsw','messages:exif-componentsconfiguration-1','s:4:\"en:Y\";'),('gsw','messages:exif-componentsconfiguration-2','s:5:\"en:Cb\";'),('gsw','messages:exif-componentsconfiguration-3','s:5:\"en:Cr\";'),('gsw','messages:exif-componentsconfiguration-4','s:4:\"en:R\";'),('gsw','messages:exif-componentsconfiguration-5','s:4:\"en:G\";'),('gsw','messages:exif-componentsconfiguration-6','s:4:\"en:B\";'),('gsw','messages:exif-compressedbitsperpixel','s:30:\"gsw:Komprimierti Bit pro Pixel\";'),('gsw','messages:exif-compression','s:25:\"gsw:Art vu dr Kompression\";'),('gsw','messages:exif-compression-1','s:17:\"gsw:Uukomprimiert\";'),('gsw','messages:exif-compression-2','s:72:\"gsw:CCITT Gruppe 3 1-dimensionali modifizierti Huffman-Lauflengekodierig\";'),('gsw','messages:exif-compression-3','s:30:\"gsw:CCITT Gruppe 3 Faxkodierig\";'),('gsw','messages:exif-compression-32773','s:27:\"en:PackBits (Macintosh RLE)\";'),('gsw','messages:exif-compression-32946','s:18:\"en:Deflate (PKZIP)\";'),('gsw','messages:exif-compression-34712','s:11:\"en:JPEG2000\";'),('gsw','messages:exif-compression-4','s:30:\"gsw:CCITT Gruppe 4 Faxkodierig\";'),('gsw','messages:exif-compression-5','s:6:\"en:LZW\";'),('gsw','messages:exif-compression-6','s:13:\"en:JPEG (old)\";'),('gsw','messages:exif-compression-7','s:7:\"en:JPEG\";'),('gsw','messages:exif-compression-8','s:18:\"en:Deflate (Adobe)\";'),('gsw','messages:exif-contact','s:23:\"gsw:Kontaktinformatione\";'),('gsw','messages:exif-contact-value','s:55:\"en:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$4, $5, $6 $7\n</div>\n$8\";'),('gsw','messages:exif-contentwarning','s:17:\"gsw:Inhaltswarnig\";'),('gsw','messages:exif-contrast','s:14:\"gsw:Kontrascht\";'),('gsw','messages:exif-contrast-0','s:10:\"gsw:Normal\";'),('gsw','messages:exif-contrast-1','s:11:\"gsw:Schwach\";'),('gsw','messages:exif-contrast-2','s:10:\"gsw:Starch\";'),('gsw','messages:exif-coordinate-format','s:22:\"en:$1° $2′ $3″ $4\";'),('gsw','messages:exif-copyright','s:17:\"gsw:Urheberrächt\";'),('gsw','messages:exif-copyrighted','s:24:\"gsw:Urheberrächtsstatus\";'),('gsw','messages:exif-copyrighted-false','s:40:\"gsw:Urheberrächtsstatus nit feschtgleit\";'),('gsw','messages:exif-copyrighted-true','s:12:\"gsw:Gschitzt\";'),('gsw','messages:exif-copyrightowner','s:25:\"gsw:Urheberrächtsinhaber\";'),('gsw','messages:exif-countrycodecreated','s:50:\"gsw:Code fir dr Staat, wu s Foto ufgnuu woren isch\";'),('gsw','messages:exif-countrycodedest','s:27:\"gsw:Code fir dr zeigt Staat\";'),('gsw','messages:exif-countrycreated','s:38:\"gsw:Staat, wu s Foto ufgnuu woren isch\";'),('gsw','messages:exif-countrydest','s:16:\"gsw:Zeigte Staat\";'),('gsw','messages:exif-credit','s:31:\"gsw:Namesnännig/ Vereffetliger\";'),('gsw','messages:exif-croppedareaimageheightpixels','s:30:\"de:Panorama beschnittene Höhe\";'),('gsw','messages:exif-croppedareaimagewidthpixels','s:31:\"de:Panorama beschnittene Breite\";'),('gsw','messages:exif-croppedarealeftpixels','s:27:\"de:Panorama Beschnitt links\";'),('gsw','messages:exif-croppedareatoppixels','s:26:\"de:Panorama Beschnitt oben\";'),('gsw','messages:exif-customrendered','s:38:\"gsw:Benutzerdefinierti Bildverarbeitig\";'),('gsw','messages:exif-customrendered-0','s:10:\"gsw:Normal\";'),('gsw','messages:exif-customrendered-1','s:21:\"gsw:Benutzerdefiniert\";'),('gsw','messages:exif-customrendered-2','s:36:\"de:HDR (kein gespeichertes Original)\";'),('gsw','messages:exif-customrendered-3','s:29:\"de:HDR (Original gespeichert)\";'),('gsw','messages:exif-customrendered-4','s:22:\"de:Original (für HDR)\";'),('gsw','messages:exif-customrendered-6','s:11:\"de:Panorama\";'),('gsw','messages:exif-customrendered-7','s:15:\"de:Porträt-HDR\";'),('gsw','messages:exif-customrendered-8','s:10:\"de:Poträt\";'),('gsw','messages:exif-datetime','s:19:\"gsw:Spycherzytpunkt\";'),('gsw','messages:exif-datetimedigitized','s:27:\"gsw:Digitalisierigszytpunkt\";'),('gsw','messages:exif-datetimeexpires','s:17:\"gsw:Nit bruche no\";'),('gsw','messages:exif-datetimemetadata','s:57:\"gsw:Datum, wu d Metadate s letscht Mol gänderet wore sin\";'),('gsw','messages:exif-datetimeoriginal','s:21:\"gsw:Erfassigszytpunkt\";'),('gsw','messages:exif-datetimereleased','s:19:\"gsw:Vereffetligt am\";'),('gsw','messages:exif-dc-contributor','s:13:\"gsw:Mitmacher\";'),('gsw','messages:exif-dc-coverage','s:41:\"gsw:Ertlige oder zytlige Ramme vum Medium\";'),('gsw','messages:exif-dc-date','s:16:\"gsw:Datumsaagabe\";'),('gsw','messages:exif-dc-publisher','s:17:\"gsw:Vereffentlige\";'),('gsw','messages:exif-dc-relation','s:18:\"gsw:Ähnligi Medie\";'),('gsw','messages:exif-dc-rights','s:10:\"gsw:Rächt\";'),('gsw','messages:exif-dc-source','s:19:\"gsw:Mediehärchumft\";'),('gsw','messages:exif-dc-type','s:12:\"gsw:Medietyp\";'),('gsw','messages:exif-devicesettingdescription','s:19:\"gsw:Grät-Yystellig\";'),('gsw','messages:exif-digitalzoomratio','s:15:\"gsw:Digitalzoom\";'),('gsw','messages:exif-disclaimer','s:21:\"gsw:Haftigsuusschluss\";'),('gsw','messages:exif-editstatus','s:34:\"gsw:Redaktionälle Status vum Foto\";'),('gsw','messages:exif-event','s:23:\"gsw:Dargstellt Ereignis\";'),('gsw','messages:exif-exifversion','s:16:\"gsw:Exif-Version\";'),('gsw','messages:exif-exposurebiasvalue','s:21:\"gsw:Beliechtigsvorgab\";'),('gsw','messages:exif-exposureindex','s:20:\"gsw:Beliechtigsindex\";'),('gsw','messages:exif-exposurelockused','s:30:\"de:Belichtungssperre verwendet\";'),('gsw','messages:exif-exposurelockused-false','s:7:\"de:Nein\";'),('gsw','messages:exif-exposurelockused-true','s:5:\"de:Ja\";'),('gsw','messages:exif-exposuremode','s:20:\"gsw:Beliechtigsmodus\";'),('gsw','messages:exif-exposuremode-0','s:27:\"gsw:Automatischi Beliechtig\";'),('gsw','messages:exif-exposuremode-1','s:24:\"gsw:Manuälli Beliechtig\";'),('gsw','messages:exif-exposuremode-2','s:21:\"gsw:Beliechtigzyylete\";'),('gsw','messages:exif-exposureprogram','s:23:\"gsw:Beliechtigsprogramm\";'),('gsw','messages:exif-exposureprogram-0','s:15:\"gsw:Nit bekannt\";'),('gsw','messages:exif-exposureprogram-1','s:11:\"gsw:Manuell\";'),('gsw','messages:exif-exposureprogram-2','s:20:\"gsw:Standardprogramm\";'),('gsw','messages:exif-exposureprogram-3','s:16:\"gsw:Zytautomatik\";'),('gsw','messages:exif-exposureprogram-4','s:20:\"gsw:Bländeautomatik\";'),('gsw','messages:exif-exposureprogram-5','s:51:\"gsw:Kreativprogramm (hochi Schärfetiefi bevorzugt)\";'),('gsw','messages:exif-exposureprogram-6','s:54:\"gsw:Aktions-Programm (churzi Beliechtigszyt bevorzugt)\";'),('gsw','messages:exif-exposureprogram-7','s:20:\"gsw:Porträ-Programm\";'),('gsw','messages:exif-exposureprogram-8','s:22:\"gsw:Landschaftsufnahme\";'),('gsw','messages:exif-exposuretime','s:19:\"gsw:Beliechtigsduur\";'),('gsw','messages:exif-exposuretime-format','s:19:\"gsw:$1 Sekunde ($2)\";'),('gsw','messages:exif-filesource','s:22:\"gsw:Quäll vu dr Datei\";'),('gsw','messages:exif-filesource-3','s:28:\"gsw:Digitali Standbildkamera\";'),('gsw','messages:exif-firstphotodate','s:25:\"de:Datum des ersten Fotos\";'),('gsw','messages:exif-fixtureidentifier','s:11:\"gsw:Kolumne\";'),('gsw','messages:exif-flash','s:9:\"gsw:Blitz\";'),('gsw','messages:exif-flash-fired-0','s:13:\"gsw:kei Blitz\";'),('gsw','messages:exif-flash-fired-1','s:17:\"gsw:Blitz usglest\";'),('gsw','messages:exif-flash-function-1','s:21:\"gsw:Kei Blitzfunktion\";'),('gsw','messages:exif-flash-mode-1','s:19:\"gsw:erzwunge Blitze\";'),('gsw','messages:exif-flash-mode-2','s:19:\"gsw:Blitz abgstellt\";'),('gsw','messages:exif-flash-mode-3','s:13:\"gsw:Automatik\";'),('gsw','messages:exif-flash-redeye-1','s:23:\"gsw:Roti-Auge-Reduktion\";'),('gsw','messages:exif-flash-return-0','s:26:\"gsw:Blitz schickt kei Date\";'),('gsw','messages:exif-flash-return-2','s:41:\"gsw:kei Reflexion vum Blitz feschtgstellt\";'),('gsw','messages:exif-flash-return-3','s:37:\"gsw:Reflexion vum Blitz feschtgstellt\";'),('gsw','messages:exif-flashenergy','s:17:\"gsw:Blitzstärchi\";'),('gsw','messages:exif-flashpixversion','s:33:\"gsw:unterstitzti Flashpix-Version\";'),('gsw','messages:exif-fnumber','s:10:\"gsw:F-Wert\";'),('gsw','messages:exif-fnumber-format','s:7:\"en:f/$1\";'),('gsw','messages:exif-focallength','s:14:\"gsw:Brännwyti\";'),('gsw','messages:exif-focallength-format','s:8:\"en:$1 mm\";'),('gsw','messages:exif-focallengthin35mmfilm','s:37:\"gsw:Brännwyti (Chleibildäquivalent)\";'),('gsw','messages:exif-focalplaneresolutionunit','s:32:\"gsw:Einheit vu dr Sensor-Uflesig\";'),('gsw','messages:exif-focalplaneresolutionunit-2','s:8:\"gsw:Zoll\";'),('gsw','messages:exif-focalplanexresolution','s:29:\"gsw:Sensor-Uflesig horizontal\";'),('gsw','messages:exif-focalplaneyresolution','s:27:\"gsw:Sensor-Uflesig vertikal\";'),('gsw','messages:exif-fullpanoheightpixels','s:23:\"de:Panorama volle Höhe\";'),('gsw','messages:exif-fullpanowidthpixels','s:24:\"de:Panorama volle Breite\";'),('gsw','messages:exif-gaincontrol','s:16:\"gsw:Verstärchig\";'),('gsw','messages:exif-gaincontrol-0','s:9:\"gsw:Keini\";'),('gsw','messages:exif-gaincontrol-1','s:15:\"gsw:Low gain up\";'),('gsw','messages:exif-gaincontrol-2','s:16:\"gsw:High gain up\";'),('gsw','messages:exif-gaincontrol-3','s:17:\"gsw:Low gain down\";'),('gsw','messages:exif-gaincontrol-4','s:18:\"gsw:High gain down\";'),('gsw','messages:exif-giffilecomment','s:22:\"gsw:GIF-Dateikommentar\";'),('gsw','messages:exif-gpsaltitude','s:9:\"gsw:Hechi\";'),('gsw','messages:exif-gpsaltitude-above-sealevel','s:48:\"gsw:$1 {{PLURAL:$1|Meter}} iber em Meeresspiegel\";'),('gsw','messages:exif-gpsaltitude-below-sealevel','s:49:\"gsw:$1 {{PLURAL:$1|Meter}} unter em Meeresspiegel\";'),('gsw','messages:exif-gpsaltituderef','s:15:\"gsw:Bezugshechi\";'),('gsw','messages:exif-gpsareainformation','s:21:\"gsw:Name vum GPS-Biet\";'),('gsw','messages:exif-gpsdatestamp','s:13:\"gsw:GPS-Datum\";'),('gsw','messages:exif-gpsdestbearing','s:16:\"gsw:Motivrichtig\";'),('gsw','messages:exif-gpsdestbearingref','s:32:\"gsw:Referänz fir d Motivrichtig\";'),('gsw','messages:exif-gpsdestdistance','s:19:\"gsw:Motiventfärnig\";'),('gsw','messages:exif-gpsdestdistance-k','s:13:\"gsw:Kilometer\";'),('gsw','messages:exif-gpsdestdistance-m','s:8:\"gsw:Myle\";'),('gsw','messages:exif-gpsdestdistance-n','s:11:\"gsw:Seemyle\";'),('gsw','messages:exif-gpsdestdistanceref','s:35:\"gsw:Referänz fir d Motiventfärnig\";'),('gsw','messages:exif-gpsdestlatitude','s:10:\"gsw:Breiti\";'),('gsw','messages:exif-gpsdestlatituderef','s:26:\"gsw:Referänz fir d Breiti\";'),('gsw','messages:exif-gpsdestlongitude','s:10:\"gsw:Längi\";'),('gsw','messages:exif-gpsdestlongituderef','s:26:\"gsw:Referänz fir d Längi\";'),('gsw','messages:exif-gpsdifferential','s:29:\"gsw:GPS-Differentialkorrektur\";'),('gsw','messages:exif-gpsdirection-m','s:23:\"gsw:Magnetischi Richtig\";'),('gsw','messages:exif-gpsdirection-t','s:24:\"gsw:Tatsächligi Richtig\";'),('gsw','messages:exif-gpsdop','s:18:\"gsw:Masspräzision\";'),('gsw','messages:exif-gpsdop-excellent','s:20:\"gsw:Uuszeichnet ($1)\";'),('gsw','messages:exif-gpsdop-fair','s:19:\"gsw:Akzeptabel ($1)\";'),('gsw','messages:exif-gpsdop-good','s:13:\"gsw:Guet ($1)\";'),('gsw','messages:exif-gpsdop-moderate','s:15:\"gsw:Mittel ($1)\";'),('gsw','messages:exif-gpsdop-poor','s:16:\"gsw:Schwach ($1)\";'),('gsw','messages:exif-gpsimgdirection','s:15:\"gsw:Bildrichtig\";'),('gsw','messages:exif-gpsimgdirectionref','s:38:\"gsw:Referänz fir d Usrichtig vum Bild\";'),('gsw','messages:exif-gpslatitude','s:23:\"gsw:Geografischi Breiti\";'),('gsw','messages:exif-gpslatitude-n','s:17:\"gsw:nerdl. Breiti\";'),('gsw','messages:exif-gpslatitude-s','s:16:\"gsw:sidl. Breiti\";'),('gsw','messages:exif-gpslatituderef','s:28:\"gsw:nerdl. oder sidl. Breiti\";'),('gsw','messages:exif-gpslongitude','s:23:\"gsw:Geografischi Längi\";'),('gsw','messages:exif-gpslongitude-e','s:18:\"gsw:eschtl. Längi\";'),('gsw','messages:exif-gpslongitude-w','s:19:\"gsw:weschtl. Längi\";'),('gsw','messages:exif-gpslongituderef','s:32:\"gsw:eschtl. oder weschtl. Längi\";'),('gsw','messages:exif-gpsmapdatum','s:28:\"gsw:Geodätisch Datum brucht\";'),('gsw','messages:exif-gpsmeasuremode','s:17:\"gsw:Mässverfahre\";'),('gsw','messages:exif-gpsmeasuremode-2','s:26:\"gsw:2-dimensionali Mässig\";'),('gsw','messages:exif-gpsmeasuremode-3','s:26:\"gsw:3-dimensionali Mässig\";'),('gsw','messages:exif-gpsprocessingmethod','s:25:\"gsw:Name vum GPS-Verfahre\";'),('gsw','messages:exif-gpssatellites','s:47:\"gsw:Satellite, wu fir d Mässig brucht wore sin\";'),('gsw','messages:exif-gpsspeed','s:37:\"gsw:Gschwindigkeit vum GPS-Empfänger\";'),('gsw','messages:exif-gpsspeed-k','s:8:\"gsw:km/h\";'),('gsw','messages:exif-gpsspeed-m','s:7:\"gsw:mph\";'),('gsw','messages:exif-gpsspeed-n','s:10:\"gsw:Chnote\";'),('gsw','messages:exif-gpsspeedref','s:26:\"gsw:Gschwindigkeitseinheit\";'),('gsw','messages:exif-gpsstatus','s:20:\"gsw:Empfängerstatus\";'),('gsw','messages:exif-gpsstatus-a','s:17:\"gsw:Mässig lauft\";'),('gsw','messages:exif-gpsstatus-v','s:34:\"gsw:Interoperabilität vu Mässige\";'),('gsw','messages:exif-gpstimestamp','s:11:\"gsw:GPS-Zyt\";'),('gsw','messages:exif-gpstrack','s:19:\"gsw:Bewegigsrichtig\";'),('gsw','messages:exif-gpstrackref','s:35:\"gsw:Referänz fir d Bewegigsrichtig\";'),('gsw','messages:exif-gpsversionid','s:19:\"gsw:GPS-Tag-Version\";'),('gsw','messages:exif-headline','s:15:\"gsw:Iberschrift\";'),('gsw','messages:exif-identifier','s:12:\"gsw:Chännig\";'),('gsw','messages:exif-iimcategory','s:13:\"gsw:Kategorii\";'),('gsw','messages:exif-iimcategory-ace','s:35:\"gsw:Chunscht, Kultur un Unterhaltig\";'),('gsw','messages:exif-iimcategory-clj','s:26:\"gsw:Kriminalitet un Rächt\";'),('gsw','messages:exif-iimcategory-dis','s:26:\"gsw:Katastrofen un Uafäll\";'),('gsw','messages:exif-iimcategory-edu','s:10:\"gsw:Bildig\";'),('gsw','messages:exif-iimcategory-evn','s:11:\"gsw:Umwält\";'),('gsw','messages:exif-iimcategory-fin','s:26:\"gsw:Wirtschaft un Gschäft\";'),('gsw','messages:exif-iimcategory-hth','s:13:\"gsw:Gsundheit\";'),('gsw','messages:exif-iimcategory-hum','s:17:\"gsw:Inträssebiet\";'),('gsw','messages:exif-iimcategory-lab','s:9:\"gsw:Arbet\";'),('gsw','messages:exif-iimcategory-lif','s:24:\"gsw:Lifestyle un Frejzyt\";'),('gsw','messages:exif-iimcategory-pol','s:11:\"gsw:Politik\";'),('gsw','messages:exif-iimcategory-rel','s:22:\"gsw:Religion un Glaube\";'),('gsw','messages:exif-iimcategory-sci','s:30:\"gsw:Wisseschaft un Tächnologi\";'),('gsw','messages:exif-iimcategory-soi','s:17:\"gsw:Soziali Theme\";'),('gsw','messages:exif-iimcategory-spo','s:9:\"gsw:Sport\";'),('gsw','messages:exif-iimcategory-war','s:31:\"gsw:Chrieg, Konflikt un Uurueje\";'),('gsw','messages:exif-iimcategory-wea','s:11:\"gsw:Wätter\";'),('gsw','messages:exif-iimsupplementalcategory','s:26:\"gsw:Zuesätzligi Kategorie\";'),('gsw','messages:exif-iimversion','s:15:\"gsw:IIM-Version\";'),('gsw','messages:exif-imagedescription','s:13:\"gsw:Bildtitel\";'),('gsw','messages:exif-imagelength','s:10:\"gsw:Längi\";'),('gsw','messages:exif-imageuniqueid','s:11:\"gsw:Bild-ID\";'),('gsw','messages:exif-imagewidth','s:10:\"gsw:Breiti\";'),('gsw','messages:exif-initialcameradolly','s:20:\"de:Erste Kamerafahrt\";'),('gsw','messages:exif-initialhorizontalfovdegrees','s:41:\"de:Anfangs-Sichtfeld (horizontal in Grad)\";'),('gsw','messages:exif-initialverticalfovdegrees','s:39:\"de:Anfangs-Sichtfeld (vertikal in Grad)\";'),('gsw','messages:exif-initialviewheadingdegrees','s:29:\"de:Anfangsansicht Kurs (Grad)\";'),('gsw','messages:exif-initialviewpitchdegrees','s:43:\"de:Neigungswinkel der Anfangsansicht (Grad)\";'),('gsw','messages:exif-initialviewrolldegrees','s:39:\"de:Rollwinkel der Anfangsansicht (Grad)\";'),('gsw','messages:exif-intellectualgenre','s:18:\"gsw:Art vum Medium\";'),('gsw','messages:exif-isospeedratings','s:29:\"gsw:Filmempfindlichkeit (ISO)\";'),('gsw','messages:exif-isospeedratings-overflow','s:21:\"gsw:Greßer wie 65535\";'),('gsw','messages:exif-jpegfilecomment','s:23:\"gsw:JPEG-Dateikommentar\";'),('gsw','messages:exif-jpeginterchangeformat','s:23:\"gsw:Offset zue JPEG SOI\";'),('gsw','messages:exif-jpeginterchangeformatlength','s:22:\"gsw:JPEG-Date in Bytes\";'),('gsw','messages:exif-keywords','s:19:\"gsw:Schlisselwerter\";'),('gsw','messages:exif-label','s:14:\"gsw:Bezeichnig\";'),('gsw','messages:exif-languagecode','s:10:\"gsw:Sproch\";'),('gsw','messages:exif-lastphotodate','s:26:\"de:Datum des letzten Fotos\";'),('gsw','messages:exif-lens','s:19:\"gsw:Brucht Objektiv\";'),('gsw','messages:exif-licenseurl','s:43:\"gsw:URL vu dr Urheberrächtsaagab (Lizänz)\";'),('gsw','messages:exif-lightsource','s:16:\"gsw:Liechtquäll\";'),('gsw','messages:exif-lightsource-0','s:15:\"gsw:Nit bekannt\";'),('gsw','messages:exif-lightsource-1','s:13:\"gsw:Tagliecht\";'),('gsw','messages:exif-lightsource-10','s:11:\"gsw:Wulchig\";'),('gsw','messages:exif-lightsource-11','s:11:\"gsw:Schatte\";'),('gsw','messages:exif-lightsource-12','s:45:\"gsw:Tagliecht fluoreszierig (D 5700–7100 K)\";'),('gsw','messages:exif-lightsource-13','s:43:\"gsw:Tagwyss fluoreszierig (N 4600–5400 K)\";'),('gsw','messages:exif-lightsource-14','s:45:\"gsw:Chaltwyss fluoreszierig (W 3900–4500 K)\";'),('gsw','messages:exif-lightsource-15','s:41:\"gsw:Wyss fluoreszierig (WW 3200–3700 K)\";'),('gsw','messages:exif-lightsource-17','s:20:\"gsw:Standardliecht A\";'),('gsw','messages:exif-lightsource-18','s:20:\"gsw:Standardliecht B\";'),('gsw','messages:exif-lightsource-19','s:20:\"gsw:Standardliecht C\";'),('gsw','messages:exif-lightsource-2','s:17:\"gsw:Fluoreszierig\";'),('gsw','messages:exif-lightsource-20','s:6:\"en:D55\";'),('gsw','messages:exif-lightsource-21','s:6:\"en:D65\";'),('gsw','messages:exif-lightsource-22','s:6:\"en:D75\";'),('gsw','messages:exif-lightsource-23','s:6:\"en:D50\";'),('gsw','messages:exif-lightsource-24','s:29:\"gsw:ISO Studio Chunschtliecht\";'),('gsw','messages:exif-lightsource-255','s:23:\"gsw:Anderi Liechtquäll\";'),('gsw','messages:exif-lightsource-3','s:14:\"gsw:Glieilampe\";'),('gsw','messages:exif-lightsource-4','s:9:\"gsw:Blitz\";'),('gsw','messages:exif-lightsource-9','s:17:\"gsw:Schen Wätter\";'),('gsw','messages:exif-locationdest','s:24:\"gsw:Dargstellte Standort\";'),('gsw','messages:exif-locationdestcode','s:36:\"gsw:Code fir dr dargstellte Standort\";'),('gsw','messages:exif-make','s:14:\"gsw:Hersteller\";'),('gsw','messages:exif-make-value','s:5:\"en:$1\";'),('gsw','messages:exif-maxaperturevalue','s:20:\"gsw:Greschti Bländi\";'),('gsw','messages:exif-maxaperturevalue-value','s:17:\"en:$1 APEX (f/$2)\";'),('gsw','messages:exif-meteringmode','s:17:\"gsw:Mässverfahre\";'),('gsw','messages:exif-meteringmode-0','s:15:\"gsw:Nit bekannt\";'),('gsw','messages:exif-meteringmode-1','s:19:\"gsw:Durchschnittlig\";'),('gsw','messages:exif-meteringmode-2','s:18:\"gsw:Mittizentriert\";'),('gsw','messages:exif-meteringmode-255','s:10:\"gsw:Anderi\";'),('gsw','messages:exif-meteringmode-3','s:16:\"gsw:Spot-Mässig\";'),('gsw','messages:exif-meteringmode-4','s:24:\"gsw:Mehfach-Spot-Mässig\";'),('gsw','messages:exif-meteringmode-5','s:12:\"gsw:Muschter\";'),('gsw','messages:exif-meteringmode-6','s:12:\"gsw:Bildteil\";'),('gsw','messages:exif-model','s:10:\"gsw:Modell\";'),('gsw','messages:exif-model-value','s:5:\"en:$1\";'),('gsw','messages:exif-morepermissionsurl','s:35:\"gsw:Alternativi Lizänzinformatione\";'),('gsw','messages:exif-nickname','s:26:\"gsw:Gängige Name vum Foto\";'),('gsw','messages:exif-objectcycle','s:46:\"gsw:Tageszyt, wu des Medium drfir bstimmt isch\";'),('gsw','messages:exif-objectcycle-a','s:16:\"gsw:Nume demorge\";'),('gsw','messages:exif-objectcycle-b','s:19:\"gsw:Demorge un zobe\";'),('gsw','messages:exif-objectcycle-p','s:13:\"gsw:Nume zobe\";'),('gsw','messages:exif-objectname','s:14:\"gsw:Churztitel\";'),('gsw','messages:exif-organisationinimage','s:28:\"gsw:Dargstellti Organisation\";'),('gsw','messages:exif-orientation','s:16:\"gsw:Orientierung\";'),('gsw','messages:exif-orientation-1','s:10:\"gsw:Normal\";'),('gsw','messages:exif-orientation-2','s:24:\"gsw:Horizontal gspieglet\";'),('gsw','messages:exif-orientation-3','s:19:\"gsw:Um 180° drillt\";'),('gsw','messages:exif-orientation-4','s:22:\"gsw:Vertikal gspieglet\";'),('gsw','messages:exif-orientation-5','s:68:\"gsw:Gege dr Uhrzeigersinn um 90° drillt un derno vertikal gspieglet\";'),('gsw','messages:exif-orientation-6','s:40:\"gsw:Um 90° gege dr Uhrzeigersinn drillt\";'),('gsw','messages:exif-orientation-7','s:63:\"gsw:Um 90° im Uhrzeigersinn drillt un derno vertikal gspieglet\";'),('gsw','messages:exif-orientation-8','s:38:\"gsw:Um 90° im dr Uhrzeigersinn drillt\";'),('gsw','messages:exif-originaldocumentid','s:42:\"gsw:Eidytigi Chännig vum Orginaldokumänt\";'),('gsw','messages:exif-originalimageheight','s:31:\"gsw:Bildhechi vor em Zueschnyde\";'),('gsw','messages:exif-originalimagewidth','s:32:\"gsw:Bildbreiti vor em Zueschnyde\";'),('gsw','messages:exif-originaltransmissionref','s:58:\"gsw:Code vum Standort wu s Foto uus ibermittlet woren isch\";'),('gsw','messages:exif-personinimage','s:22:\"gsw:Dargstellti Person\";'),('gsw','messages:exif-photometricinterpretation','s:21:\"gsw:Pixelzämmesetzig\";'),('gsw','messages:exif-photometricinterpretation-0','s:29:\"de:Schwarzweiß (Weiß ist 0)\";'),('gsw','messages:exif-photometricinterpretation-1','s:31:\"de:Schwarzweiß (Schwarz ist 0)\";'),('gsw','messages:exif-photometricinterpretation-10','s:29:\"de:CIE L*a*b* (ITU-Kodierung)\";'),('gsw','messages:exif-photometricinterpretation-2','s:6:\"en:RGB\";'),('gsw','messages:exif-photometricinterpretation-3','s:10:\"de:Palette\";'),('gsw','messages:exif-photometricinterpretation-32803','s:22:\"de:Farbfilteranordnung\";'),('gsw','messages:exif-photometricinterpretation-34892','s:13:\"de:Linear roh\";'),('gsw','messages:exif-photometricinterpretation-4','s:19:\"de:Transparenzmaske\";'),('gsw','messages:exif-photometricinterpretation-5','s:33:\"de:Getrennt (Wahrscheinlich CMYK)\";'),('gsw','messages:exif-photometricinterpretation-6','s:8:\"en:YCbCr\";'),('gsw','messages:exif-photometricinterpretation-8','s:13:\"en:CIE L*a*b*\";'),('gsw','messages:exif-photometricinterpretation-9','s:29:\"de:CIE L*a*b* (ICC-Kodierung)\";'),('gsw','messages:exif-pixelxdimension','s:14:\"gsw:Bildbreiti\";'),('gsw','messages:exif-pixelydimension','s:13:\"gsw:Bildhechi\";'),('gsw','messages:exif-planarconfiguration','s:17:\"gsw:Dateusrichtig\";'),('gsw','messages:exif-planarconfiguration-1','s:14:\"gsw:Grobformat\";'),('gsw','messages:exif-planarconfiguration-2','s:16:\"gsw:Planarformat\";'),('gsw','messages:exif-pngfilecomment','s:22:\"gsw:PNG-Dateikommentar\";'),('gsw','messages:exif-poseheadingdegrees','s:27:\"de:Winkel des Kurses (Grad)\";'),('gsw','messages:exif-posepitchdegrees','s:24:\"de:Neigungswinkel (Grad)\";'),('gsw','messages:exif-poserolldegrees','s:20:\"de:Rollwinkel (Grad)\";'),('gsw','messages:exif-preferredattributionname','s:52:\"gsw:Bi Wyterverwändig vu däm Wärch, bitte nänne:\";'),('gsw','messages:exif-primarychromaticities','s:20:\"gsw:Primäri Farbart\";'),('gsw','messages:exif-projectiontype','s:17:\"de:Projektionstyp\";'),('gsw','messages:exif-projectiontype-equirectangular','s:20:\"de:Äquirektangulär\";'),('gsw','messages:exif-provinceorstatecreated','s:56:\"gsw:Provinz oder Gliedstaat, wu s Foto ufgnuu woren isch\";'),('gsw','messages:exif-provinceorstatedest','s:41:\"gsw:Zeigti Provinz oder zeigte Gliedstaat\";'),('gsw','messages:exif-rating','s:21:\"gsw:Bewärting (us 5)\";'),('gsw','messages:exif-rating-rejected','s:13:\"gsw:Abglähnt\";'),('gsw','messages:exif-referenceblackwhite','s:30:\"gsw:Schwarz/Wyss-Referenzpinkt\";'),('gsw','messages:exif-relatedsoundfile','s:23:\"gsw:Zuegherigi Tondatei\";'),('gsw','messages:exif-rightscertificate','s:30:\"gsw:Rächtverwaltigszertifikat\";'),('gsw','messages:exif-rowsperstrip','s:36:\"gsw:Aazahl vu dr Zyylete pro Streife\";'),('gsw','messages:exif-samplesperpixel','s:27:\"gsw:Aazahl vu dr Komponente\";'),('gsw','messages:exif-saturation','s:14:\"gsw:Sättigung\";'),('gsw','messages:exif-saturation-0','s:10:\"gsw:Normal\";'),('gsw','messages:exif-saturation-1','s:22:\"gsw:Niideri Sättigung\";'),('gsw','messages:exif-saturation-2','s:20:\"gsw:Hochi Sättigung\";'),('gsw','messages:exif-scenecapturetype','s:20:\"gsw:Art vu dr Ufnahm\";'),('gsw','messages:exif-scenecapturetype-0','s:12:\"gsw:Standard\";'),('gsw','messages:exif-scenecapturetype-1','s:14:\"gsw:Landschaft\";'),('gsw','messages:exif-scenecapturetype-2','s:12:\"gsw:Porträt\";'),('gsw','messages:exif-scenecapturetype-3','s:14:\"gsw:Nachtszene\";'),('gsw','messages:exif-scenecode','s:20:\"gsw:IPTC-Aasichtcode\";'),('gsw','messages:exif-scenetype','s:12:\"gsw:Szenetyp\";'),('gsw','messages:exif-scenetype-1','s:31:\"gsw:E diräkt fotografiert Bild\";'),('gsw','messages:exif-sensingmethod','s:15:\"gsw:Mässmethod\";'),('gsw','messages:exif-sensingmethod-1','s:17:\"gsw:Nit definiert\";'),('gsw','messages:exif-sensingmethod-2','s:22:\"gsw:Ei-Chip-Farbsensor\";'),('gsw','messages:exif-sensingmethod-3','s:24:\"gsw:Zwee-Chip-Farbsensor\";'),('gsw','messages:exif-sensingmethod-4','s:24:\"gsw:Drej-Chip-Farbsensor\";'),('gsw','messages:exif-sensingmethod-5','s:32:\"gsw:Farbruum sequenziäll Sensor\";'),('gsw','messages:exif-sensingmethod-7','s:21:\"gsw:Trilineare Sensor\";'),('gsw','messages:exif-sensingmethod-8','s:40:\"gsw:Farbruum linear sequenziälle Sensor\";'),('gsw','messages:exif-serialnumber','s:29:\"gsw:Serienummere vu dr Kamera\";'),('gsw','messages:exif-sharpness','s:12:\"gsw:Schärfi\";'),('gsw','messages:exif-sharpness-0','s:10:\"gsw:Normal\";'),('gsw','messages:exif-sharpness-1','s:11:\"gsw:Schwach\";'),('gsw','messages:exif-sharpness-2','s:10:\"gsw:Starch\";'),('gsw','messages:exif-shutterspeedvalue','s:28:\"gsw:APEX-Beliechtigszytwärt\";'),('gsw','messages:exif-software','s:12:\"gsw:Software\";'),('gsw','messages:exif-software-value','s:5:\"en:$1\";'),('gsw','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('gsw','messages:exif-source','s:11:\"gsw:Quälle\";'),('gsw','messages:exif-sourcephotoscount','s:24:\"de:Anzahl der Quellfotos\";'),('gsw','messages:exif-specialinstructions','s:21:\"gsw:Bsunderi Aawysige\";'),('gsw','messages:exif-spectralsensitivity','s:28:\"gsw:Spektrali Empfindligkeit\";'),('gsw','messages:exif-stitchingsoftware','s:21:\"de:Stitching-Software\";'),('gsw','messages:exif-stripbytecounts','s:35:\"gsw:Bytes pro komprimiertem Streife\";'),('gsw','messages:exif-stripoffsets','s:20:\"gsw:Bilddate-Versatz\";'),('gsw','messages:exif-subjectarea','s:11:\"gsw:Beryych\";'),('gsw','messages:exif-subjectdistance','s:14:\"gsw:Entfärnig\";'),('gsw','messages:exif-subjectdistance-value','s:12:\"gsw:$1 Meter\";'),('gsw','messages:exif-subjectdistancerange','s:19:\"gsw:Motiventfärnig\";'),('gsw','messages:exif-subjectdistancerange-0','s:15:\"gsw:Nit bekannt\";'),('gsw','messages:exif-subjectdistancerange-1','s:9:\"gsw:Makro\";'),('gsw','messages:exif-subjectdistancerange-2','s:8:\"gsw:Noch\";'),('gsw','messages:exif-subjectdistancerange-3','s:13:\"gsw:Wyt ewäg\";'),('gsw','messages:exif-subjectlocation','s:17:\"gsw:Motivstandort\";'),('gsw','messages:exif-subjectnewscode','s:13:\"gsw:Themecode\";'),('gsw','messages:exif-subjectnewscode-value','s:10:\"en:$2 ($1)\";'),('gsw','messages:exif-sublocationcreated','s:42:\"gsw:Stadtteil, wu s Foto ufgnuu woren isch\";'),('gsw','messages:exif-sublocationdest','s:20:\"gsw:Zeigte Stadtteil\";'),('gsw','messages:exif-subsectime','s:29:\"gsw:Spycherzytpunkt (1/100 s)\";'),('gsw','messages:exif-subsectimedigitized','s:37:\"gsw:Digitalisierigszytpunkt (1/100 s)\";'),('gsw','messages:exif-subsectimeoriginal','s:31:\"gsw:Erfassigszytpunkt (1/100 s)\";'),('gsw','messages:exif-unknowndate','s:21:\"gsw:Nit bekannt Datum\";'),('gsw','messages:exif-urgency','s:16:\"gsw:Dringligkeit\";'),('gsw','messages:exif-urgency-high','s:13:\"gsw:Hoch ($1)\";'),('gsw','messages:exif-urgency-low','s:14:\"gsw:Nider ($1)\";'),('gsw','messages:exif-urgency-normal','s:15:\"gsw:Normal ($1)\";'),('gsw','messages:exif-urgency-other','s:37:\"gsw:Benutzerdefinierti Prioritet ($1)\";'),('gsw','messages:exif-usageterms','s:20:\"gsw:Nutzigsbedingige\";'),('gsw','messages:exif-usepanoramaviewer','s:32:\"de:Panorama-Betrachter verwenden\";'),('gsw','messages:exif-usepanoramaviewer-false','s:7:\"de:Nein\";'),('gsw','messages:exif-usepanoramaviewer-true','s:5:\"de:Ja\";'),('gsw','messages:exif-usercomment','s:21:\"gsw:Benutzerkommentar\";'),('gsw','messages:exif-webstatement','s:30:\"gsw:Online-Urheberrächtsaagab\";'),('gsw','messages:exif-whitebalance','s:16:\"gsw:Wyssabglyych\";'),('gsw','messages:exif-whitebalance-0','s:15:\"gsw:Automatisch\";'),('gsw','messages:exif-whitebalance-1','s:12:\"gsw:Manuäll\";'),('gsw','messages:exif-whitepoint','s:24:\"gsw:Manuäll mit Mässig\";'),('gsw','messages:exif-worldregioncreated','s:44:\"gsw:Wältregion, wu s Foto ufgnuu woren isch\";'),('gsw','messages:exif-worldregiondest','s:23:\"gsw:Zeigti Wältregione\";'),('gsw','messages:exif-writer','s:12:\"gsw:Schryber\";'),('gsw','messages:exif-xresolution','s:23:\"gsw:Horizontali Uflesig\";'),('gsw','messages:exif-xyresolution-c','s:9:\"en:$1 dpc\";'),('gsw','messages:exif-xyresolution-i','s:9:\"en:$1 dpi\";'),('gsw','messages:exif-ycbcrcoefficients','s:22:\"gsw:YCbCr-Koeffiziente\";'),('gsw','messages:exif-ycbcrpositioning','s:24:\"gsw:Y un C Positionierig\";'),('gsw','messages:exif-ycbcrpositioning-1','s:14:\"gsw:Zäntriert\";'),('gsw','messages:exif-ycbcrpositioning-2','s:14:\"gsw:Benochbert\";'),('gsw','messages:exif-ycbcrsubsampling','s:31:\"gsw:Subsampling Rate vu Y bis C\";'),('gsw','messages:exif-yresolution','s:21:\"gsw:Vertikali Uflesig\";'),('gsw','messages:expand_templates_generate_rawhtml','s:20:\"gsw:Rohs HTML azeige\";'),('gsw','messages:expand_templates_generate_xml','s:24:\"gsw:Zeig XML-Parser-Baum\";'),('gsw','messages:expand_templates_html_output','s:22:\"gsw:Usgab i rohem HTML\";'),('gsw','messages:expand_templates_input','s:15:\"gsw:Yygabfäld:\";'),('gsw','messages:expand_templates_input_missing','s:54:\"de:Du musst mindestens einen Eingabe-Wikitext angeben.\";'),('gsw','messages:expand_templates_intro','s:312:\"gsw:Die Spezialsyte nimt Text und expandiert alli Vorlage rekursiv, wo drinn stöh.\nSi expandiert ou Parserfunkione wi <code><nowiki>{{</nowiki>#language:…}}</code> und Variable wi <code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nEigetlech expandiert si praktisch alles, wo i dopplete gschweiffte Chlammere steit.\";'),('gsw','messages:expand_templates_ok','s:12:\"gsw:Uusfiere\";'),('gsw','messages:expand_templates_output','s:12:\"gsw:Ergebnis\";'),('gsw','messages:expand_templates_preview','s:12:\"gsw:Vorschou\";'),('gsw','messages:expand_templates_preview_fail_html','s:349:\"gsw:<em>Wil uf {{SITENAME}} rohs HTML aktiviert isch und wil Sitzigsdate sy verlore ’gange, isch d Vorschou zum Schutz vor JavaScript-Agriffe versteckt.</em>\n\n<strong>We das e legitime Versuech für’ne Vorschou isch, de versuech’s bitte nomal.</strong>\nWe’s immer no nid geit, probier di [[Special:UserLogout|abzmälden]] und wider azmälde.\";'),('gsw','messages:expand_templates_preview_fail_html_anon','s:295:\"gsw:<em>Wil uf {{SITENAME}} rohs HTML aktiviert isch und wil Sitzigsdate sy verlore ’gange, isch d Vorschou zum Schutz vor JavaScript-Agriffe versteckt.</em>\n\n<strong>We das e legitime Versuech für’ne Vorschou isch, de [[Special:UserLogin|mäld di bitte a]] und versuech’s nomal.</strong>\";'),('gsw','messages:expand_templates_remove_comments','s:20:\"gsw:Kommentar useneh\";'),('gsw','messages:expand_templates_remove_nowiki','s:44:\"gsw:<nowiki>-Befähl im Ergebnis unterdrucke\";'),('gsw','messages:expand_templates_title','s:44:\"gsw:Kontexttitel, fir {{FULLPAGENAME}} etc.:\";'),('gsw','messages:expand_templates_xml_output','s:13:\"gsw:XML-Usgab\";'),('gsw','messages:expandtemplates','s:22:\"gsw:Vorlage expandiere\";'),('gsw','messages:expansion-depth-exceeded-category','s:48:\"gsw:Syte, wo d Expansionsdiefi überschritte hen\";'),('gsw','messages:expansion-depth-exceeded-category-desc','s:53:\"gsw:D Syte iberschrytet di maximal Expandierigstiefi.\";'),('gsw','messages:expansion-depth-exceeded-warning','s:49:\"gsw:Die Syte het d Expansionsdiefi überschritte.\";'),('gsw','messages:expensive-parserfunction-category','s:57:\"gsw:Syte, wu ufwändigi Parserfunktione z vyylmol ufruefe\";'),('gsw','messages:expensive-parserfunction-category-desc','s:221:\"gsw:Uf dere Syte het’s z vil ufwändigi Parserfunktione (wi <code>#ifexist</code>), vgl. [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('gsw','messages:expensive-parserfunction-warning','s:154:\"gsw:Achtig: In däre Syte het s z vyyl Ufruef vu ufwändige Parserfunktione.\n\nS {{PLURAL:$2|derf nid meh wie ein Ufruef|derfe nid meh wie $1 Ufruef}} gee.\";'),('gsw','messages:explainconflict','s:323:\"gsw:Öpper anders het dä Artikel gänderet, wo du ne sälber am Ändere bisch gsy.\nIm obere Tekschtfäld steit der jitzig Artikel.\nIm untere Tekschtfält stöh dyni Änderige.\nBitte überträg dyni Änderigen i ds obere Tekschtfäld.\nWe du «$1» drücksch, de wird \'\'\'nume\'\'\' der Inhalt vom obere Tekschtfäld gspycheret.\";'),('gsw','messages:export','s:22:\"gsw:Sytenen exportiere\";'),('gsw','messages:export-addcat','s:15:\"gsw:Dezuefüege\";'),('gsw','messages:export-addcattext','s:37:\"gsw:Syte us dere Kategori dezuefüege\";'),('gsw','messages:export-addns','s:12:\"gsw:Zuefiege\";'),('gsw','messages:export-addnstext','s:35:\"gsw:Syte us em Namensruum zuefiege:\";'),('gsw','messages:export-download','s:26:\"gsw:Als XML-Datei spychere\";'),('gsw','messages:export-manual','s:30:\"de:Seiten manuell hinzufügen:\";'),('gsw','messages:export-pagelinks','s:81:\"gsw:Vergleichti Syten automatisch mit exportiere bis zuen ere Rekursionstiefi vu:\";'),('gsw','messages:export-submit','s:21:\"gsw:Sytene exportiere\";'),('gsw','messages:export-summary','s:3:\"en:\";'),('gsw','messages:export-templates','s:23:\"gsw:Vorlage mit yybinde\";'),('gsw','messages:exportall','s:24:\"gsw:Alli Syte exportiere\";'),('gsw','messages:exportcuronly','s:83:\"gsw:Numme d aktuelli Version vo dr Syte exportiere, statt dr ganze Versionsgschicht\";'),('gsw','messages:exportlistauthors','s:68:\"gsw:Fir jedi Syte di vollständig Lischt vu dr Bearbeiter derzue tue\";'),('gsw','messages:exportnohistory','s:142:\"gsw:----\n\'\'\'Hywys:\'\'\' S Exportiere vo ganzi Versionsgschichte durch des Formular isch us Gründ vo dr Leischtig vum Syschtem abgschaltet worde\";'),('gsw','messages:exporttext','s:594:\"gsw:Du chasch dr Text un d Versionsgschicht vu einzelne Syte in ere XML-Datei exportiere. Die Datei cha derno in e ander MediaWiki-Wiki importiert wäre iber [[Special:Import|Importiere]].\nZum Exportiere trag dr Sytetitel in dr Täxtchaschte unter yy, ei Titel pro Zyyle, un wehl us, eb Du di aktuäll Version mitsamt dr eltere Versione (mit dr Versionsgschicht-Zyyle) oder nume di aktuäll Version mit dr Information iber di letscht Bearbeitig. In däm Fall chasch au e Link fir dr Export verwände, z. B. [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] fir d Syte \"[[{{MediaWiki:Mainpage}}]]\".\";'),('gsw','messages:external_image_whitelist','s:465:\"gsw:  #Die Zyylete nit verändere<pre>\n#Unte chenne Fragmänt vu reguläre Usdrick (dr Teil zwische dr //) yygee wäre\n#Die wäre mit dr URL vu Bilder us externe Quälle vergliche\n#E positive Verglyych fiert zue dr Aazeig vum Bild, suscht wird s Bild nume as Link aazeigt\n#Zyylete, wu mit eme # aafange, wäre as Kommentar behandlet\n#Des isch nit abhängig vum Einzelfall\n\n#Fragmänt vu reguläre Usdrick noch däre Zyylete yytrage. Die Zyylete nit verändere</pre>\";'),('gsw','messages:externaldberror','s:125:\"gsw:Entwäder s lit e Fähler bi dr externe Authentifizierung vor, oder Du derfsch Dyy extern Benutzerkonto nid aktualisiere.\";'),('gsw','messages:faq','s:34:\"gsw:Froge, wo vilmol gstellt wäre\";'),('gsw','messages:feb','s:8:\"gsw:Feb.\";'),('gsw','messages:february','s:11:\"gsw:Februar\";'),('gsw','messages:february-gen','s:11:\"gsw:Februar\";'),('gsw','messages:feed-atom','s:7:\"en:Atom\";'),('gsw','messages:feed-invalid','s:31:\"gsw:Nit giltige Abonnement-Typ.\";'),('gsw','messages:feed-rss','s:6:\"en:RSS\";'),('gsw','messages:feed-unavailable','s:36:\"gsw:S stehn keini Feeds z Verfiegig.\";'),('gsw','messages:feedback-adding','s:45:\"gsw:Ruggmäldig wird zur Syte dezuegfiegt …\";'),('gsw','messages:feedback-back','s:10:\"gsw:Zrügg\";'),('gsw','messages:feedback-bugcheck','s:93:\"gsw:Schen! Bitte iberprief no, eb s sich doderby nit um e scho [$1 bekannte Fähler] handlet.\";'),('gsw','messages:feedback-bugnew','s:48:\"gsw:Ich haa s iberprieft. Dr nej Fähler mälde.\";'),('gsw','messages:feedback-bugornote','s:282:\"gsw:Wän Du detailliert e tächnisch Probläm witt bschryybe, no mäld bitte [$1 ne Fähler].\nSunscht chasch au s eifach Formular unte nutze. Dyy Kommentar wird, zämme mit Dyym Benutzername un dr Version vu Dyym Webbrowser un em Betribssyschtem, uf dr Syte „[$3 $2]“ zuegfiegt.\";'),('gsw','messages:feedback-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:feedback-close','s:15:\"gsw:Isch gmacht\";'),('gsw','messages:feedback-dialog-intro','s:142:\"gsw:Du chasch ds eifache Formular unde bruuche, für’ne Rückmäldig z gä. Dy Kommentar chunt zäme mit dym Benutzernamen uf d Syte «$1».\";'),('gsw','messages:feedback-dialog-title','s:20:\"gsw:Rückmäldig gä\";'),('gsw','messages:feedback-error1','s:51:\"gsw:Fäälermäldig: Unbekannts Ergebniss vo de API\";'),('gsw','messages:feedback-error4','s:76:\"gsw:Fähler: Der Fähler het sech nid under em a’gänige Titel la spychere\";'),('gsw','messages:feedback-external-bug-report-button','s:30:\"gsw:E technischi Ufgab yreiche\";'),('gsw','messages:feedback-message','s:15:\"gsw:Noochricht:\";'),('gsw','messages:feedback-subject','s:13:\"gsw:Beträff:\";'),('gsw','messages:feedback-submit','s:25:\"gsw:Ruggmäldig abschigge\";'),('gsw','messages:feedback-terms','s:158:\"gsw:I bi mer bewusst, das my User Agent exakti Versionen über my Browser und mys Betribssystem enthaltet und zäme mit der Rückmäldig veröffentlecht wird.\";'),('gsw','messages:feedback-termsofuse','s:81:\"gsw:I stimme zue, Rückmäldig z liferen i Überystimmig mit de Nutzigsbedingige.\";'),('gsw','messages:feedback-thanks','s:77:\"gsw:Dankschen. Dyy Ruckmäldig isch uf dr Syte „[$2 $1]“ gspycheret wore.\";'),('gsw','messages:feedback-thanks-title','s:10:\"gsw:Merci!\";'),('gsw','messages:feedback-useragent','s:15:\"gsw:User Agent:\";'),('gsw','messages:fewestrevisions','s:38:\"gsw:Syte mit de wenigschte Bearbeitige\";'),('gsw','messages:fewestrevisions-summary','s:3:\"en:\";'),('gsw','messages:file-anchor-link','s:10:\"gsw:Bildli\";'),('gsw','messages:file-deleted-duplicate','s:137:\"gsw:E identischi Version vu däre Datei ([[:$1]]) isch friejer scho mol glescht wore. Iberprief s Leschlogbuech, voreb Du si uffeladesch.\";'),('gsw','messages:file-deleted-duplicate-notitle','s:196:\"gsw:En idäntischi Datei isch chürzlech glöscht u der Titel underdrückt worde.\nFür d Situation vor em Wider-Ufelade z prüeffe, söttsch öpper frage, wo di underdrückte Dateidate cha aluege.\";'),('gsw','messages:file-exists-duplicate','s:75:\"gsw:Die Datei isch e Duplikat vu {{PLURAL:$1|däre Datei|däne $1 Dateie}}:\";'),('gsw','messages:file-exists-sharedrepo','s:104:\"gsw:Dr gwehlt Dateiname wird scho in ere gmeinsam gnutzte Mediedatebank brucht.\nBitte wehl e andre Name.\";'),('gsw','messages:file-info','s:33:\"gsw:Dateigressi: $1, MIME-Typ: $2\";'),('gsw','messages:file-info-gif-frames','s:32:\"gsw:$1 {{PLURAL:$1|Ramme|Ramme}}\";'),('gsw','messages:file-info-gif-looped','s:18:\"gsw:Ändlosschlupf\";'),('gsw','messages:file-info-png-frames','s:32:\"gsw:$1 {{PLURAL:$1|Ramme|Ramme}}\";'),('gsw','messages:file-info-png-looped','s:18:\"gsw:Ändlosschlupf\";'),('gsw','messages:file-info-png-repeat','s:39:\"gsw:het $1 {{PLURAL:$1|Mol|Mol}} gspilt\";'),('gsw','messages:file-info-size','s:50:\"gsw:$1 × $2 Pixel, Dateigrößi: $3, MIME-Typ: $4\";'),('gsw','messages:file-info-size-pages','s:78:\"gsw:$1 × $2 Pixel, Dateigreßi: $3, MIME-Typ: $4, $5 {{PLURAL:$5|Syte| Syte}}\";'),('gsw','messages:file-no-thumb-animation','s:99:\"gsw:\'\'\'Hiiwyys: Wäge tächnische Bschränkige wäre Vorschaubilder vu däre Datei nit animiert.\'\'\'\";'),('gsw','messages:file-no-thumb-animation-gif','s:123:\"gsw:\'\'\'Hiiwyys: Wäge tächnische Bschränkige wäre Vorschaubilder vu hochuufgleste GIF-Dateien wie däre nit animiert.\'\'\'\";'),('gsw','messages:file-nohires','s:38:\"gsw:Kei höcheri Uflösig verfüegbar.\";'),('gsw','messages:file-thumbnail-no','s:219:\"gsw:Dr Dateiname fangt mit <strong>$1</strong> aa. Des wyyst uf e Bild mit ere verringerte Gressi \'\'(thumbnail)\'\' hi.\nBitte prief, eb D s Bild in voller Uflesig vorlige hesch un lad derno des unter em Originalname uffe.\";'),('gsw','messages:file-too-large','s:49:\"gsw:D Datei, wu Du ibertrait hesch, isch z groß.\";'),('gsw','messages:filecopyerror','s:50:\"gsw:D Datei $1 het nit no $2 chenne kopiert wäre.\";'),('gsw','messages:filedelete','s:18:\"gsw:Lesch „$1“\";'),('gsw','messages:filedelete-archive-read-only','s:74:\"gsw:S Archiv-Verzeichnis „$1“ cha nit dur dr Webserver bschribe wäre.\";'),('gsw','messages:filedelete-comment','s:10:\"gsw:Grund:\";'),('gsw','messages:filedelete-current-unregistered','s:76:\"gsw:D Datei „$1“, wu aagee woren isch, isch nit in dr Datebank vorhande.\";'),('gsw','messages:filedelete-edit-reasonlist','s:24:\"gsw:Leschgrind bearbeite\";'),('gsw','messages:filedelete-edit-reasonlist-suppress','s:30:\"de:Oversightgründe bearbeiten\";'),('gsw','messages:filedelete-intro','s:77:\"gsw:Du leschesch d Datei \'\'\'„[[Media:$1|$1]]“\'\'\' mit dr Versionsgschicht.\";'),('gsw','messages:filedelete-intro-old','s:87:\"gsw:Du leschesch vu dr Datei \'\'\'„[[Media:$1|$1]]“\'\'\' d [$4 Version vum $2, $3 Uhr].\";'),('gsw','messages:filedelete-legend','s:17:\"gsw:Lesch d Datei\";'),('gsw','messages:filedelete-maintenance','s:90:\"gsw:S Leschen un Widerhärstelle vu Dateie isch wäge Wartigsarbete e Zytlang deaktiviert.\";'),('gsw','messages:filedelete-maintenance-title','s:34:\"gsw:D Datei cha nit glescht wäre.\";'),('gsw','messages:filedelete-missing','s:69:\"gsw:D Datei „$1“ cha nit glescht wäre, wel si nit vorhande isch.\";'),('gsw','messages:filedelete-nofile','s:37:\"gsw:\'\'\'„$1“\'\'\' isch nit vorhande.\";'),('gsw','messages:filedelete-nofile-old','s:79:\"gsw:S git vu \'\'\'„$1“\'\'\' kei archivierti Version mit Attribut, wu aagee sin.\";'),('gsw','messages:filedelete-old-unregistered','s:84:\"gsw:D Datei-Version „$1“, wu aagee woren isch, isch nit in dr Datebank vorhande.\";'),('gsw','messages:filedelete-otherreason','s:30:\"gsw:Andere/zuesätzlige Grund:\";'),('gsw','messages:filedelete-reason-dropdown','s:65:\"gsw:* Allgmeini Leschgrind\n** Urheberrächtsverletzig\n** Duplikat\";'),('gsw','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('gsw','messages:filedelete-reason-otherlist','s:16:\"gsw:Andere Grund\";'),('gsw','messages:filedelete-submit','s:10:\"gsw:Lesche\";'),('gsw','messages:filedelete-success','s:37:\"gsw:\'\'\'„$1“\'\'\' isch glescht wore.\";'),('gsw','messages:filedelete-success-old','s:87:\"gsw:Vu dr Datei \'\'\'„[[Media:$1|$1]]“\'\'\' isch d Version vum $2, $3 Uhr glescht wore.\";'),('gsw','messages:filedeleteerror','s:44:\"gsw:Datei \"$1\" het nit glöscht werre kinne.\";'),('gsw','messages:filedeleteerror-long','s:59:\"gsw:Bi dr Datei-Leschig sin Fähler feschtgstellt wore:\n\n$1\";'),('gsw','messages:filedeleteerror-short','s:35:\"gsw:Fähler bi dr Datei-Leschig: $1\";'),('gsw','messages:filedesc','s:14:\"gsw:Bschryybig\";'),('gsw','messages:fileduplicatesearch','s:25:\"gsw:Datei-Duplikat sueche\";'),('gsw','messages:fileduplicatesearch-filename','s:14:\"gsw:Dateiname:\";'),('gsw','messages:fileduplicatesearch-info','s:57:\"gsw:$1 × $2 Pixel<br />Dateigressi: $3<br />MIME-Typ: $4\";'),('gsw','messages:fileduplicatesearch-noresults','s:54:\"gsw:S isch kei Datei mit em Name „$1“ gfunde wore.\";'),('gsw','messages:fileduplicatesearch-result-1','s:49:\"gsw:D Datei „$1“ het kei identischi Duplikat.\";'),('gsw','messages:fileduplicatesearch-result-n','s:83:\"gsw:D Datei „$1“ het {{PLURAL:$2|1 identisch Duplikat|$2 identischi Duplikat}}.\";'),('gsw','messages:fileduplicatesearch-submit','s:10:\"gsw:Sueche\";'),('gsw','messages:fileduplicatesearch-summary','s:63:\"gsw:Suech no Datei-Duplikat uf dr Grundlag vu ihrem Hash-Wärt.\";'),('gsw','messages:fileexists','s:159:\"gsw:Es git scho’ne Datei mit däm Name. Bitte prüeff <strong>[[:$1]]</strong>, we d’ nid sicher bisch, öb {{GENDER:|d’}} se wosch ändere.\n[[$1|thumb]]\";'),('gsw','messages:fileexists-duplicate-version','s:140:\"de:Die hochgeladene Datei ist ein exaktes Duplikat {{PLURAL:$2|einer älteren Version|von älteren Versionen}} von <strong>[[:$1]]</strong>.\";'),('gsw','messages:fileexists-extension','s:227:\"gsw:S git scho ne Datei mit eme ähnlige Name: [[$2|thumb]]\n* Name vu Datei, wu soll uffeglade were: <strong>[[:$1]]</strong>\n* Name vu dr Datei, wu s scho git: <strong>[[:$2]]</strong>\nVilech wosch en eidütigere Name bruuche?\";'),('gsw','messages:fileexists-forbidden','s:158:\"gsw:S git scho ne Datei mit däm Name. Si cha nit iberschribe wäre. Bitte gang zruck un lad die Datei unter eme andere Name uffe. [[File:$1|thumb|center|$1]]\";'),('gsw','messages:fileexists-no-change','s:102:\"de:Die hochgeladene Datei ist ein exaktes Duplikat der aktuellen Version von <strong>[[:$1]]</strong>.\";'),('gsw','messages:fileexists-shared-forbidden','s:169:\"gsw:S git scho ne Datei mit däm Name im Zentrale Mediearchiv.\nWänn Du die Datei einewäg wit uffelade, gang bitte zruck un ändere dr Name.\n[[File:$1|thumb|center|$1]]\";'),('gsw','messages:fileexists-thumbnail-yes','s:238:\"gsw:Die Datei isch schyyns e Bild mit ere verringerte Gressi \'\'(thumbnail)\'\'. [[$1|thumb]]\nBitte prief d Datei <strong>[[:$1]]</strong>.\nWänn s Bild in dr Originalgressi isch, no isch s nit netig, ass e extra Vorschaubild uffeglade wird.\";'),('gsw','messages:filehist','s:17:\"gsw:Dateiversione\";'),('gsw','messages:filehist-comment','s:13:\"gsw:Kommentar\";'),('gsw','messages:filehist-current','s:11:\"gsw:aktuell\";'),('gsw','messages:filehist-datetime','s:15:\"gsw:Version vom\";'),('gsw','messages:filehist-deleteall','s:24:\"gsw:Alli Versione lesche\";'),('gsw','messages:filehist-deleteone','s:22:\"gsw:Die Version lesche\";'),('gsw','messages:filehist-dimensions','s:9:\"gsw:Mäß\";'),('gsw','messages:filehist-filesize','s:16:\"gsw:Dateigrößi\";'),('gsw','messages:filehist-help','s:59:\"gsw:Klick uf e Zytpunkt zu aazeige, wie s dert usgsäh het.\";'),('gsw','messages:filehist-nothumb','s:29:\"gsw:Kei Vorschaubild vorhande\";'),('gsw','messages:filehist-revert','s:14:\"gsw:zrucksetze\";'),('gsw','messages:filehist-thumb','s:16:\"gsw:Vorschaubild\";'),('gsw','messages:filehist-thumbtext','s:35:\"gsw:Vorschaubild fir Version vum $1\";'),('gsw','messages:filehist-user','s:12:\"gsw:Benutzer\";'),('gsw','messages:filemissing','s:19:\"gsw:D Datei fäält\";'),('gsw','messages:filename','s:13:\"gsw:Dateiname\";'),('gsw','messages:filename-bad-prefix','s:207:\"gsw:Dr Dateiname fangt mit \'\'\'„$1“\'\'\' aa. Des isch isch normalerwyys dr Dateiname, wu vun ere Digitalkamera vorgee wird un d Datei nit bschryybt.\nBitte gib dr Datei e Name, wu dr Inhalt besser bschryybt.\";'),('gsw','messages:filename-prefix-blacklist','s:473:\"de: #<!-- Diese Zeile darf nicht verändert werden! --> <pre>\n#  Syntax:\n#   * Alles von einem #-Zeichen bis zum Ende der Zeile ist ein Kommentar.\n#   * Jede nicht-leere Zeile ist der Anfang eines typischen Dateinamens, der automatisch von einer Digitalkamera erzeugt wird.\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # einige Mobiltelefone\nIMG # allgemein\nJD # Jenoptik\nMGP # Pentax\nPICT # verschiedene\n #</pre> <!-- Diese Zeile darf nicht verändert werden!-->\";'),('gsw','messages:filename-thumb-name','s:255:\"gsw:Das gseht uus wi’ne Titel für’nes Vorschoubildli. Bitte lad kener Vorschoubildli zrügg ufen uf ds glyche Wiki. We’s nid eso isch, de tue bitte der Dateinamen eso ändere, das er ussagchräftiger isch u nid ds Präfix vomene Vorschoubildli het.\";'),('gsw','messages:filename-toolong','s:51:\"gsw:Dateiname dürfe nit grösser wie 240 Bytes sy.\";'),('gsw','messages:filename-tooshort','s:30:\"gsw:Dr Dateiname isch z churz.\";'),('gsw','messages:filenotfound','s:37:\"gsw:Datei \"$1\" isch nit gfunde worre.\";'),('gsw','messages:filepage-nofile','s:34:\"gsw:S git kei Datei mit däm Name.\";'),('gsw','messages:filepage-nofile-link','s:69:\"gsw:S git no kei Datei mit däm Name, aber Du chasch [$1 si ufelade].\";'),('gsw','messages:filepage.css','s:100:\"de:/* Das folgende CSS wird auf Dateibeschreibungsseiten, auch auf fremden Client-Wikis, geladen. */\";'),('gsw','messages:filepageexists','s:278:\"gsw:E Bschryybigssyte isch scho as <strong>[[:$1]]</strong> aagleit wore, s git aber kei Datei mit däm Name.\nDie Zämmefassig, wu Du yygee hesch, wird nit uf d Bschryybigssyte ibernuh.\nDu muesch d Bschryybigssyte noch em Uffelade vu dr Datei no manuäll bearbeite.\n[[$1|thumb]]\";'),('gsw','messages:filereadonlyerror','s:198:\"gsw:D Datei „$1“ cha nit gänderet wäre, wel uf s Dateirepositorium „$2“ nume Läsezuegriff megli isch.\n\nDr Administrator, wu dr Schrybzuegriff gsperrt het, het dää Grund aagee: „$3“.\";'),('gsw','messages:filerenameerror','s:54:\"gsw:D Datei \"$1\" het nit in \"$2\" umgnennt werre kinne.\";'),('gsw','messages:filereuploadsummary','s:19:\"gsw:Dateiänderige:\";'),('gsw','messages:filerevert','s:26:\"gsw:Zrucksetze vu „$1“\";'),('gsw','messages:filerevert-badversion','s:68:\"gsw:S git kei Version vu dr Datei zum Zytpunkt, wu aagee woren isch.\";'),('gsw','messages:filerevert-comment','s:10:\"gsw:Grund:\";'),('gsw','messages:filerevert-defaultcomment','s:48:\"gsw:Zruckgsetzt uf d Version vum $1, $2 Uhr ($3)\";'),('gsw','messages:filerevert-identical','s:86:\"de:Die aktuelle Version der Datei ist bereits mit der ausgewählten Version identisch.\";'),('gsw','messages:filerevert-intro','s:85:\"gsw:Du setzesch d Datei \'\'\'[[Media:$1|$1]]\'\'\' uf d [$4 Version vum $2, $3 Uhr] zruck.\";'),('gsw','messages:filerevert-legend','s:20:\"gsw:Datei zrucksetze\";'),('gsw','messages:filerevert-submit','s:14:\"gsw:Zrucksetze\";'),('gsw','messages:filerevert-success','s:81:\"gsw:\'\'\'[[Media:$1|$1]]\'\'\' isch uf d [$4 Version vum $2, $3 Uhr] zruckgsetzt wore.\";'),('gsw','messages:filesource','s:12:\"gsw:Quälle:\";'),('gsw','messages:filestatus','s:26:\"gsw:Urheberrächts-Status:\";'),('gsw','messages:filetype-bad-ie-mime','s:137:\"gsw:Die Datei cha nit uffeglade wäre, wel dr Internet Explorer si as „$1“ kennt, wu e nit erlaubte, villicht gferlige Dateityp isch.\";'),('gsw','messages:filetype-badmime','s:62:\"gsw:Dateie mit em MIME-Typ „$1“ derfe nit uffeglade wäre.\";'),('gsw','messages:filetype-banned','s:32:\"gsw:Dää Dateityp isch gsperrt.\";'),('gsw','messages:filetype-banned-type','s:172:\"gsw:\'\'\'„.$1“\'\'\' {{PLURAL:$4|isch e Dateiformat, wu nit erlaubt isch|sin Dateitype, wu nit erlaubt sin}}.\n Erlaubt {{PLURAL:$3|isch s Dateiformat|sin d Dateiformat}} $2.\";'),('gsw','messages:filetype-mime-mismatch','s:59:\"gsw:D Dateierwyterig „.$1“ passt nit zum MIME-Typ ($2).\";'),('gsw','messages:filetype-missing','s:75:\"gsw:D Datei, wu soll uffeglade wäre, het kei Erwyterig (z. B. „.jpg“).\";'),('gsw','messages:filetype-unwanted-type','s:125:\"gsw:\'\'\'„.$1“\'\'\' isch e Dateiformat, wu nit gwinscht isch. Erlaubt {{PLURAL:$3|isch s Dateiformat|sin d Dateiformat}}: $2.\";'),('gsw','messages:fileuploadsummary','s:23:\"gsw:Bschryybig/Quälle:\";'),('gsw','messages:filewasdeleted','s:175:\"gsw:E Datei mit däm Name isch scho mol uffeglade wore un isch in dr Zwischezyt wider glescht wore. Bitte prief zerscht dr Yytrag im $1, voreb Du die Datei wirkli spycheresch.\";'),('gsw','messages:fix-double-redirects','s:62:\"gsw:Alli Wyterleitige, wo uf de alte Titel zeige, aktualisiere\";'),('gsw','messages:formatnum-nan','s:13:\"de:Keine Zahl\";'),('gsw','messages:formerror','s:59:\"gsw:Fähler: Ds Formular het nid chönne verarbeitet wärde\";'),('gsw','messages:fri','s:7:\"gsw:Fri\";'),('gsw','messages:friday','s:10:\"gsw:Fritig\";'),('gsw','messages:friday-at','s:16:\"gsw:Frytig um $1\";'),('gsw','messages:gallery-slideshow-toggle','s:28:\"de:Vorschaubilder umschalten\";'),('gsw','messages:gender-female','s:78:\"gsw:«D Benutzerin», «d {dy Name}», «iri Bearbeitig», «si schrybt» etc.\";'),('gsw','messages:gender-male','s:82:\"gsw:«Der Benutzer», «der {dy Name}», «syni Bearbeitig», «är schrybt» etc.\";'),('gsw','messages:gender-notknown','s:35:\"de:Die Person bearbeitet Wikiseiten\";'),('gsw','messages:gender-unknown','s:82:\"gsw:«Der Benutzer», «der {dy Name}», «syni Bearbeitig», «är schrybt» etc.\";'),('gsw','messages:generic-pool-error','s:159:\"gsw:Excusez, d Server sin zur Zyt iberlaschtet.\nS versueche grad zvyl Benutzer die Ressource aazluege.\nBitte wart e paar Momänt, voreb Du s nomol versuechsch.\";'),('gsw','messages:go','s:8:\"gsw:Site\";'),('gsw','messages:googleanalytics-desc','s:69:\"gsw:Macht s Yybinde vum Google-Analytics-Skript (ga.js) uf Syte megli\";'),('gsw','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('gsw','messages:gotointerwiki','s:25:\"de:{{SITENAME}} verlassen\";'),('gsw','messages:gotointerwiki-external','s:127:\"de:Du bist dabei, {{SITENAME}} zu verlassen, um [[$2]] zu besuchen, was eine externe Website ist.\n\n\'\'\'[$1 Auf $1 fortfahren]\'\'\'\";'),('gsw','messages:gotointerwiki-invalid','s:38:\"de:Der angegebene Titel ist ungültig.\";'),('gsw','messages:grant-basic','s:14:\"de:Basisrechte\";'),('gsw','messages:grant-blockusers','s:33:\"de:Benutzer sperren und freigeben\";'),('gsw','messages:grant-createaccount','s:27:\"de:Benutzerkonten erstellen\";'),('gsw','messages:grant-createeditmovepage','s:47:\"de:Seiten erstellen, bearbeiten und verschieben\";'),('gsw','messages:grant-delete','s:50:\"de:Seiten, Versionen und Logbucheinträge löschen\";'),('gsw','messages:grant-editinterface','s:67:\"de:Den MediaWiki-Namensraum und wikiweites/Benutzer-JSON bearbeiten\";'),('gsw','messages:grant-editmycssjs','s:47:\"de:Dein Benutzer-CSS/JSON/JavaScript bearbeiten\";'),('gsw','messages:grant-editmyoptions','s:64:\"de:Deine Benutzereinstellungen und JSON-Konfiguration bearbeiten\";'),('gsw','messages:grant-editmywatchlist','s:37:\"de:Deine Beobachtungsliste bearbeiten\";'),('gsw','messages:grant-editpage','s:31:\"de:Vorhandene Seiten bearbeiten\";'),('gsw','messages:grant-editprotected','s:32:\"de:Geschützte Seiten bearbeiten\";'),('gsw','messages:grant-editsiteconfig','s:44:\"de:Wikiweites und Benutzer-CSS/JS bearbeiten\";'),('gsw','messages:grant-generic','s:24:\"de:Rechtegruppe „$1“\";'),('gsw','messages:grant-group-administration','s:37:\"de:Administrative Aktionen ausführen\";'),('gsw','messages:grant-group-customization','s:30:\"de:Anpassung und Einstellungen\";'),('gsw','messages:grant-group-email','s:19:\"de:E-Mail versenden\";'),('gsw','messages:grant-group-file-interaction','s:26:\"de:Mit Medien interagieren\";'),('gsw','messages:grant-group-high-volume','s:32:\"de:Massenaktivitäten ausführen\";'),('gsw','messages:grant-group-other','s:28:\"de:Verschiedene Aktivitäten\";'),('gsw','messages:grant-group-page-interaction','s:26:\"de:Mit Seiten interagieren\";'),('gsw','messages:grant-group-private-information','s:41:\"de:Auf private Daten über dich zugreifen\";'),('gsw','messages:grant-group-watchlist-interaction','s:44:\"de:Mit deiner Beobachtungsliste interagieren\";'),('gsw','messages:grant-highvolume','s:22:\"de:Massenbearbeitungen\";'),('gsw','messages:grant-import','s:24:\"de:Versionen importieren\";'),('gsw','messages:grant-mergehistory','s:31:\"de:Versionsgeschichten vereinen\";'),('gsw','messages:grant-oversight','s:50:\"de:Benutzer verstecken und Versionen unterdrücken\";'),('gsw','messages:grant-patrol','s:38:\"de:Änderungen an Seiten kontrollieren\";'),('gsw','messages:grant-privateinfo','s:38:\"de:Auf private Informationen zugreifen\";'),('gsw','messages:grant-protect','s:33:\"de:Seiten schützen und freigeben\";'),('gsw','messages:grant-rollback','s:38:\"de:Änderungen an Seiten zurücksetzen\";'),('gsw','messages:grant-sendemail','s:39:\"de:E-Mails an andere Benutzer versenden\";'),('gsw','messages:grant-uploadeditmovefile','s:46:\"de:Dateien hochladen, ersetzen und verschieben\";'),('gsw','messages:grant-uploadfile','s:25:\"de:Neue Dateien hochladen\";'),('gsw','messages:grant-viewdeleted','s:40:\"de:Gelöschte Dateien und Seiten ansehen\";'),('gsw','messages:grant-viewmywatchlist','s:34:\"de:Deine Beobachtungsliste ansehen\";'),('gsw','messages:grant-viewrestrictedlogs','s:40:\"de:Beschränkte Logbucheinträge ansehen\";'),('gsw','messages:group','s:10:\"gsw:Grupp:\";'),('gsw','messages:group-all','s:10:\"gsw:(alli)\";'),('gsw','messages:group-autoconfirmed','s:22:\"gsw:Bstetigti Benutzer\";'),('gsw','messages:group-autoconfirmed-member','s:83:\"gsw:{{GENDER:$1|Automatisch bstätigter Benutzer|Automatisch bstätigti Benutzeri}}\";'),('gsw','messages:group-autoconfirmed.css','s:85:\"de:/* CSS an dieser Stelle wirkt sich nur auf automatisch bestätigte Benutzer aus */\";'),('gsw','messages:group-autoconfirmed.js','s:88:\"de:/* Das folgende JavaScript wird nur für automatisch bestätigte Benutzer geladen. */\";'),('gsw','messages:group-bot','s:10:\"gsw:Bötli\";'),('gsw','messages:group-bot-member','s:24:\"gsw:{{GENDER:$1|Bötli}}\";'),('gsw','messages:group-bot.css','s:57:\"de:/* CSS an dieser Stelle wirkt sich nur auf Bots aus */\";'),('gsw','messages:group-bot.js','s:60:\"de:/* Das folgende JavaScript wird nur für Bots geladen. */\";'),('gsw','messages:group-bureaucrat','s:14:\"gsw:Bürokrate\";'),('gsw','messages:group-bureaucrat-member','s:38:\"gsw:{{GENDER:$1|Bürokrat|Bürokrati}}\";'),('gsw','messages:group-bureaucrat.css','s:60:\"de:/* Das folgende CSS wird nur für Bürokraten geladen. */\";'),('gsw','messages:group-bureaucrat.js','s:67:\"de:/* Das folgende JavaScript wird nur für Bürokraten geladen. */\";'),('gsw','messages:group-interface-admin','s:30:\"de:Oberflächenadministratoren\";'),('gsw','messages:group-interface-admin-member','s:70:\"de:{{GENDER:$1|Oberflächenadministrator|Oberflächenadministratorin}}\";'),('gsw','messages:group-membership-link-with-expiry','s:14:\"de:$1 (bis $2)\";'),('gsw','messages:group-named','s:23:\"de:Angemeldete Benutzer\";'),('gsw','messages:group-suppress','s:17:\"gsw:Underdrücker\";'),('gsw','messages:group-suppress-member','s:47:\"gsw:{{GENDER:$1|Underdrücker|Underdrückerin}}\";'),('gsw','messages:group-sysop','s:11:\"gsw:Ammanne\";'),('gsw','messages:group-sysop-member','s:33:\"gsw:{{GENDER:$1|Ammann|Amtsfrou}}\";'),('gsw','messages:group-sysop.css','s:68:\"de:/* CSS an dieser Stelle wirkt sich nur auf Administratoren aus */\";'),('gsw','messages:group-sysop.js','s:71:\"de:/* Das folgende JavaScript wird nur für Administratoren geladen. */\";'),('gsw','messages:group-user','s:12:\"gsw:Benutzer\";'),('gsw','messages:group-user-member','s:36:\"gsw:{{GENDER:$1|Benutzer|Benutzeri}}\";'),('gsw','messages:group-user.css','s:73:\"de:/* CSS an dieser Stelle wirkt sich nur auf angemeldete Benutzer aus */\";'),('gsw','messages:group-user.js','s:76:\"de:/* Das folgende JavaScript wird nur für angemeldete Benutzer geladen. */\";'),('gsw','messages:grouppage-autoconfirmed','s:37:\"gsw:{{ns:project}}:Bstetigti Benutzer\";'),('gsw','messages:grouppage-bot','s:25:\"gsw:{{ns:project}}:Bötli\";'),('gsw','messages:grouppage-bureaucrat','s:29:\"gsw:{{ns:project}}:Bürokrate\";'),('gsw','messages:grouppage-interface-admin','s:45:\"de:{{ns:project}}:Oberflächenadministratoren\";'),('gsw','messages:grouppage-named','s:38:\"de:{{ns:project}}:Angemeldete Benutzer\";'),('gsw','messages:grouppage-suppress','s:31:\"gsw:{{ns:project}}:Underdrücke\";'),('gsw','messages:grouppage-sysop','s:26:\"gsw:{{ns:project}}:Ammanne\";'),('gsw','messages:grouppage-user','s:27:\"gsw:{{ns:project}}:Benutzer\";'),('gsw','messages:guesstimezone','s:25:\"gsw:Vom Browser la ysetze\";'),('gsw','messages:headline-anchor-title','s:26:\"gsw:Link zu däm Abschnitt\";'),('gsw','messages:hebrew-calendar-m1','s:10:\"en:Tishrei\";'),('gsw','messages:hebrew-calendar-m1-gen','s:10:\"en:Tishrei\";'),('gsw','messages:hebrew-calendar-m10','s:8:\"en:Tamuz\";'),('gsw','messages:hebrew-calendar-m10-gen','s:8:\"en:Tamuz\";'),('gsw','messages:hebrew-calendar-m11','s:5:\"en:Av\";'),('gsw','messages:hebrew-calendar-m11-gen','s:5:\"en:Av\";'),('gsw','messages:hebrew-calendar-m12','s:7:\"en:Elul\";'),('gsw','messages:hebrew-calendar-m12-gen','s:7:\"en:Elul\";'),('gsw','messages:hebrew-calendar-m2','s:11:\"en:Cheshvan\";'),('gsw','messages:hebrew-calendar-m2-gen','s:11:\"en:Cheshvan\";'),('gsw','messages:hebrew-calendar-m3','s:9:\"en:Kislev\";'),('gsw','messages:hebrew-calendar-m3-gen','s:9:\"en:Kislev\";'),('gsw','messages:hebrew-calendar-m4','s:8:\"en:Tevet\";'),('gsw','messages:hebrew-calendar-m4-gen','s:8:\"en:Tevet\";'),('gsw','messages:hebrew-calendar-m5','s:9:\"en:Shevat\";'),('gsw','messages:hebrew-calendar-m5-gen','s:9:\"en:Shevat\";'),('gsw','messages:hebrew-calendar-m6','s:7:\"en:Adar\";'),('gsw','messages:hebrew-calendar-m6-gen','s:7:\"en:Adar\";'),('gsw','messages:hebrew-calendar-m6a','s:9:\"en:Adar I\";'),('gsw','messages:hebrew-calendar-m6a-gen','s:9:\"en:Adar I\";'),('gsw','messages:hebrew-calendar-m6b','s:10:\"en:Adar II\";'),('gsw','messages:hebrew-calendar-m6b-gen','s:10:\"en:Adar II\";'),('gsw','messages:hebrew-calendar-m7','s:8:\"en:Nisan\";'),('gsw','messages:hebrew-calendar-m7-gen','s:8:\"en:Nisan\";'),('gsw','messages:hebrew-calendar-m8','s:7:\"en:Iyar\";'),('gsw','messages:hebrew-calendar-m8-gen','s:7:\"en:Iyar\";'),('gsw','messages:hebrew-calendar-m9','s:8:\"en:Sivan\";'),('gsw','messages:hebrew-calendar-m9-gen','s:8:\"en:Sivan\";'),('gsw','messages:help','s:8:\"gsw:Hilf\";'),('gsw','messages:help-mediawiki','s:21:\"de:Hilfe zu MediaWiki\";'),('gsw','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('gsw','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('gsw','messages:helppage-top-gethelp','s:8:\"gsw:Hilf\";'),('gsw','messages:hidden-categories','s:58:\"gsw:{{PLURAL:$1|Versteckti Kategori|Versteckti Kategorie}}\";'),('gsw','messages:hidden-category-category','s:24:\"gsw:Versteckti Kategorie\";'),('gsw','messages:hidden-category-category-desc','s:170:\"gsw:Im Syteninhalt vor Kategorie steit <code><nowiki>__HIDDENCAT__</nowiki></code>. Das verhinderet, das si standardmäässig im Chaste mit de Kategorielinks azeigt wird.\";'),('gsw','messages:hiddencategories','s:88:\"gsw:Die Syte ghert zue {{PLURAL:$1|einere versteckte Kategori|$1 versteckte Kategorie}}:\";'),('gsw','messages:hide','s:13:\"gsw:usblände\";'),('gsw','messages:hidetoc','s:13:\"gsw:zueklappe\";'),('gsw','messages:hijri-calendar-m1','s:11:\"en:Muharram\";'),('gsw','messages:hijri-calendar-m10','s:11:\"de:Schawwal\";'),('gsw','messages:hijri-calendar-m11','s:15:\"de:Dhu l-qaʿda\";'),('gsw','messages:hijri-calendar-m12','s:17:\"de:Dhu l-hiddscha\";'),('gsw','messages:hijri-calendar-m2','s:8:\"en:Safar\";'),('gsw','messages:hijri-calendar-m3','s:18:\"de:Rabiʿ al-auwal\";'),('gsw','messages:hijri-calendar-m4','s:19:\"de:Rabiʿ ath-thani\";'),('gsw','messages:hijri-calendar-m5','s:18:\"de:Dschumada l-ula\";'),('gsw','messages:hijri-calendar-m6','s:24:\"de:Dschumada th-thaniyya\";'),('gsw','messages:hijri-calendar-m7','s:11:\"de:Radschab\";'),('gsw','messages:hijri-calendar-m8','s:12:\"de:Schaʿban\";'),('gsw','messages:hijri-calendar-m9','s:10:\"en:Ramadan\";'),('gsw','messages:hist','s:12:\"gsw:Versione\";'),('gsw','messages:histfirst','s:13:\"gsw:eltischti\";'),('gsw','messages:histlast','s:12:\"gsw:neischti\";'),('gsw','messages:histlegend','s:384:\"gsw:Du chasch zwei Versionen uswähle und verglyche. Due d Radiobutton vu dr Versione, wu wettsch verglyche, markiere, un druck uf Enter oder d Schaltflechi am untere Rand.<br>\n\nLegänd: <strong>({{int:cur}})</strong> = Unterschid zue dr aktuälle Version, <strong>({{int:last}})</strong> = Unterschid zue dr vorige Version, <strong>{{int:minoreditletter}}</strong> = Chlaini Änderig\";'),('gsw','messages:history','s:12:\"gsw:Versione\";'),('gsw','messages:history-edit-tags','s:46:\"gsw:Markierige vo usgwählte Versionen ändere\";'),('gsw','messages:history-empty','s:48:\"de:Es wurden keine passenden Versionen gefunden.\";'),('gsw','messages:history-feed-description','s:49:\"gsw:Versionsgschicht fir die Syte in {{SITENAME}}\";'),('gsw','messages:history-feed-empty','s:143:\"gsw:Di aagforderet Syte git s nid. Villicht isch si glescht oder verschobe wore. [[Special:Search|Suech]] {{SITENAME}} fir neji Syte, wu passe.\";'),('gsw','messages:history-feed-item-nocomment','s:12:\"gsw:$1 um $2\";'),('gsw','messages:history-feed-title','s:20:\"gsw:Versionsgschicht\";'),('gsw','messages:history-fieldset-title','s:20:\"gsw:Versione filtere\";'),('gsw','messages:history-show-deleted','s:26:\"gsw:Nume gleschti Versione\";'),('gsw','messages:history-title','s:24:\"gsw:$1: Versionsgschicht\";'),('gsw','messages:history_copyright','s:4:\"en:-\";'),('gsw','messages:history_short','s:19:\"gsw:Versione/Autore\";'),('gsw','messages:history_small','s:20:\"gsw:Versionsgschicht\";'),('gsw','messages:historyaction-submit','s:21:\"de:Versionen anzeigen\";'),('gsw','messages:historyempty','s:10:\"gsw:läär\";'),('gsw','messages:historysize','s:35:\"gsw:({{PLURAL:$1|1 Byte|$1 Bytes}})\";'),('gsw','messages:historywarning','s:118:\"gsw:<strong>Warnig:</strong> Die Syte, wu Du wit lesche, het e Versionsgschicht mit $1 {{PLURAL:$1|Version|Versione}}:\";'),('gsw','messages:hookaborted','s:84:\"gsw:D Änderig, wu Du versuecht hesch, isch wäg eme Erwyterigs-Hooks abbroche wore.\";'),('gsw','messages:hours','s:35:\"gsw:{{PLURAL:$1|1 Stund|$1 Stunde}}\";'),('gsw','messages:hours-abbrev','s:7:\"en:$1 h\";'),('gsw','messages:hours-ago','s:41:\"gsw:vor {{PLURAL:$1|eire Stund|$1 Stund}}\";'),('gsw','messages:htmlform-chosen-placeholder','s:18:\"gsw:Wehl en Option\";'),('gsw','messages:htmlform-cloner-create','s:20:\"gsw:Wyteri derzuetue\";'),('gsw','messages:htmlform-cloner-delete','s:12:\"gsw:Furtnäh\";'),('gsw','messages:htmlform-cloner-required','s:35:\"gsw:Es bruucht mindistens ei Wärt.\";'),('gsw','messages:htmlform-date-invalid','s:102:\"de:Der eingegebene Wert wurde nicht als Datum erkannt. Versuche die Verwendung des Formats JJJJ-MM-TT.\";'),('gsw','messages:htmlform-date-placeholder','s:13:\"de:JJJJ-MM-TT\";'),('gsw','messages:htmlform-date-toohigh','s:69:\"de:Der eingegebene Wert liegt nach dem spätesten erlaubten Datum $1.\";'),('gsw','messages:htmlform-date-toolow','s:68:\"de:Der eingegebene Wert liegt vor dem frühesten erlaubten Datum $1.\";'),('gsw','messages:htmlform-datetime-invalid','s:121:\"de:Der eingegebene Wert ist kein erkanntes Datum und keine Zeit. Versuche die Verwendung des Formats JJJJ-MM-TT HH:MM:SS.\";'),('gsw','messages:htmlform-datetime-placeholder','s:22:\"de:JJJJ-MM-TT HH:MM:SS\";'),('gsw','messages:htmlform-datetime-toohigh','s:82:\"de:Der eingegebene Wert liegt nach dem spätesten erlaubten Datum und der Zeit $1.\";'),('gsw','messages:htmlform-datetime-toolow','s:81:\"de:Der eingegebene Wert liegt vor dem frühesten erlaubten Datum und der Zeit $1.\";'),('gsw','messages:htmlform-float-invalid','s:46:\"gsw:D Wärt, wu du aagee hesch, isch kei Zahl.\";'),('gsw','messages:htmlform-int-invalid','s:48:\"gsw:Dr Wärt, wu aagee hesch, isch kei Ganzzahl.\";'),('gsw','messages:htmlform-int-toohigh','s:56:\"gsw:Dr Wärt, wu aagee hesch, isch iber em Maximum vu $1\";'),('gsw','messages:htmlform-int-toolow','s:57:\"gsw:Dr Wärt, wu aagee hesch, isch unter em Minimum vu $1\";'),('gsw','messages:htmlform-invalid-input','s:36:\"gsw:Mit e Teil Yygabe git s Probläm\";'),('gsw','messages:htmlform-multiselect-toomany','s:70:\"de:Die Anzahl der ausgewählten Punkte liegt über dem Maximum von $1.\";'),('gsw','messages:htmlform-no','s:7:\"gsw:Nei\";'),('gsw','messages:htmlform-required','s:26:\"gsw:Dää Wert wird brucht\";'),('gsw','messages:htmlform-reset','s:31:\"gsw:Änderige ruckgängig mache\";'),('gsw','messages:htmlform-select-badoption','s:54:\"gsw:Dr Wärt, wu aagee hesch, isch kei giltigi Option.\";'),('gsw','messages:htmlform-selectorother-other','s:10:\"gsw:Anderi\";'),('gsw','messages:htmlform-submit','s:13:\"gsw:Ibertrage\";'),('gsw','messages:htmlform-tag-not-allowed','s:35:\"de:$1 ist keine erlaubte Markierung\";'),('gsw','messages:htmlform-time-invalid','s:94:\"de:Der eingegebene Wert ist keine erkannte Zeit. Versuche die Verwendung des Formats HH:MM:SS.\";'),('gsw','messages:htmlform-time-placeholder','s:11:\"de:HH:MM:SS\";'),('gsw','messages:htmlform-time-toohigh','s:68:\"de:Der eingegebene Wert liegt nach der spätesten erlaubten Zeit $1.\";'),('gsw','messages:htmlform-time-toolow','s:67:\"de:Der eingegebene Wert liegt vor der frühesten erlaubten Zeit $1.\";'),('gsw','messages:htmlform-title-badnamespace','s:49:\"gsw:[[:$1]] isch nid im Namensruum «{{ns:$2}}».\";'),('gsw','messages:htmlform-title-interwiki','s:55:\"de:$1 ist ein Interwiki-Titel, er muss aber lokal sein.\";'),('gsw','messages:htmlform-title-not-creatable','s:50:\"gsw:«$1» isch kei Sytename, wo sech lat la alege\";'),('gsw','messages:htmlform-title-not-exists','s:19:\"gsw:$1 git’s nid.\";'),('gsw','messages:htmlform-user-not-exists','s:36:\"gsw:<strong>$1</strong> git’s nid.\";'),('gsw','messages:htmlform-user-not-valid','s:46:\"gsw:<strong>$1</strong> isch ke gültige Name.\";'),('gsw','messages:htmlform-yes','s:6:\"gsw:Jo\";'),('gsw','messages:http-bad-status','s:53:\"gsw:Bi dr HTTP-Aafrog isch e Fähler ufdrätte: $1 $2\";'),('gsw','messages:http-curl-error','s:38:\"gsw:Fähler bim Ufsueche vu dr URL: $1\";'),('gsw','messages:http-internal-error','s:24:\"de:Interner HTTP-Fehler.\";'),('gsw','messages:http-invalid-scheme','s:52:\"gsw:URL mit em Schema „$1“ wäre nit unterstitzt\";'),('gsw','messages:http-invalid-url','s:23:\"gsw:Nit giltigi URL: $1\";'),('gsw','messages:http-read-error','s:30:\"gsw:Fähler bim Läse vu HTTP.\";'),('gsw','messages:http-request-error','s:40:\"gsw:Fähler bim Verschicke vu dr Aafrog.\";'),('gsw','messages:http-timed-out','s:29:\"gsw:Uuszyt bim HTTP-Versuech.\";'),('gsw','messages:ignorewarning','s:40:\"gsw:Warnig ignoriere un d Datei spychere\";'),('gsw','messages:ignorewarnings','s:21:\"gsw:Warnige ignoriere\";'),('gsw','messages:illegal-filename','s:34:\"gsw:Dr Dateiname isch nit erlaubt.\";'),('gsw','messages:illegalfilename','s:139:\"gsw:Im Dateiname „$1“ het s zmindescht ei Zeiche, wu nit erlaubt isch. Bitte gib dr Datei e andere Name un versuech nomol si uffezlade.\";'),('gsw','messages:ilsubmit','s:9:\"gsw:Suech\";'),('gsw','messages:imageinvalidfilename','s:42:\"gsw:De Name vo dr Ziildatei isch ungültig\";'),('gsw','messages:imagelinks','s:26:\"gsw:Verwändig vu dr Datei\";'),('gsw','messages:imagelisttext','s:75:\"gsw:Hie isch e Lischte vo \'\'\'$1\'\'\' {{PLURAL:$1|Datei|Dateie}}, sortiert $2.\";'),('gsw','messages:imagemaxsize','s:66:\"gsw:Maximali Gressi vu Bilder :<br />\'\' (uf Bildbschrybigs-Syte)\'\'\";'),('gsw','messages:imagenocrossnamespace','s:72:\"gsw:Dateie chönne nüt ussem {{ns:file}}-Namensruum use verschobe werde\";'),('gsw','messages:imagepage','s:13:\"gsw:Dateisyte\";'),('gsw','messages:imagetypemismatch','s:49:\"gsw:D nöii Dateierwiiterig passt nüt zu sym Typ\";'),('gsw','messages:img-auth-accessdenied','s:24:\"gsw:Zuegriff verweigeret\";'),('gsw','messages:img-auth-badtitle','s:52:\"gsw:Giltige Titel vu „$1“ cha nit aagleit wäre.\";'),('gsw','messages:img-auth-isdir','s:89:\"gsw:Du versuechsch, uf e Verzeichnis „$1“ zuezgryfe.\nNume Dateizuegriff isch erlaubt.\";'),('gsw','messages:img-auth-nofile','s:29:\"gsw:Datei „$1“ git s nit.\";'),('gsw','messages:img-auth-noread','s:37:\"gsw:Benutzer derf „$1“ nit läse.\";'),('gsw','messages:img-auth-notindir','s:65:\"gsw:Dr gwinscht Pfad isch nit im konfigurierte Uploadverzeichnis.\";'),('gsw','messages:img-auth-public','s:152:\"gsw:img_auth.php git Dateie vun eme privaten Wiki uus.\nDes Wiki isch as effentlig Wiki konfiguriert.\nUs Sicherheitsgrinde isch img_auth.php deaktiviert.\";'),('gsw','messages:img-auth-streaming','s:24:\"gsw:Am Lade vu „$1“.\";'),('gsw','messages:img-lang-default','s:20:\"gsw:(Standardsproch)\";'),('gsw','messages:img-lang-go','s:8:\"gsw:Gang\";'),('gsw','messages:img-lang-info','s:30:\"gsw:Des Bild in $1 rendere. $2\";'),('gsw','messages:img-lang-opt','s:10:\"en:$2 ($1)\";'),('gsw','messages:imgfile','s:9:\"gsw:Datei\";'),('gsw','messages:imgmultigo','s:9:\"gsw:Gang!\";'),('gsw','messages:imgmultigoto','s:19:\"gsw:Gang uf Syte $1\";'),('gsw','messages:imgmultipagenext','s:23:\"gsw:nächschti Syte →\";'),('gsw','messages:imgmultipageprev','s:20:\"gsw:← vorderi Syte\";'),('gsw','messages:immobile-source-namespace','s:63:\"gsw:Syte ussem „$1“-Namensruum chönne nüt verschobe werde\";'),('gsw','messages:immobile-source-namespace-iw','s:80:\"de:Seiten auf anderen Wikis können nicht von diesem Wiki aus verschoben werden.\";'),('gsw','messages:immobile-source-page','s:38:\"gsw:Die Syte cha nüt verschobe werde.\";'),('gsw','messages:immobile-target-namespace','s:63:\"gsw:Syte chönne nüt in de „$1“-Namensruum verschobe werde\";'),('gsw','messages:immobile-target-namespace-iw','s:67:\"gsw:E Interwiki-Link isch kei gültigs Ziil für e Syteverschiebig.\";'),('gsw','messages:immobile-target-page','s:45:\"gsw:Uf die Ziilsyte cha nüt verschobe werde.\";'),('gsw','messages:import','s:21:\"gsw:Sytene importiere\";'),('gsw','messages:import-assign-known-users','s:90:\"de:Weist Bearbeitungen lokalen Benutzern zu, wo der benannte Benutzer lokal vorhanden ist.\";'),('gsw','messages:import-comment','s:10:\"gsw:Grund:\";'),('gsw','messages:import-error-bad-location','s:151:\"gsw:D Version $2 mit em Inhaltsmodäll $3 lat sech i däm Wiki nid under «$1» la spychere, wil das Inhaltsmodäll uf dere Syte nid understützt isch.\";'),('gsw','messages:import-error-edit','s:100:\"gsw:Die Syte „$1“ isch nit importiert worde, wyl du nit dezue berächtigt bisch, si z bearbeite.\";'),('gsw','messages:import-error-interwiki','s:111:\"gsw:D Syte „$1“ isch nit importiert wore, wel dr Name vun ere fir externi Link (Interwiki) reserviert isch.\";'),('gsw','messages:import-error-invalid','s:118:\"gsw:D Syte «$1» isch nid importiert worde, wil der Name, wo si hätt söllen übercho, i däm Wiki nid gültig isch.\";'),('gsw','messages:import-error-special','s:111:\"gsw:D Syte „$1“ isch nit importiert wore, wel si zuen eme bsundere Namensruum ghert, wu kei Syte megli sin.\";'),('gsw','messages:import-error-unserialize','s:170:\"gsw:D Version $2 vu dr Syte „$1“ het nit chenne deserialisiert wäre. D Version isch fir d Verwändig vum Inhaltsmodäll $3 gmäldet wore, wu as $4 serialisiert isch.\";'),('gsw','messages:import-interwiki-history','s:51:\"gsw:Alli früeneri Versione vo dere Syte importiere\";'),('gsw','messages:import-interwiki-sourcepage','s:24:\"gsw:Ursprünglechi Syte:\";'),('gsw','messages:import-interwiki-sourcewiki','s:24:\"gsw:Ursprünglechs Wiki:\";'),('gsw','messages:import-interwiki-submit','s:10:\"gsw:Import\";'),('gsw','messages:import-interwiki-templates','s:22:\"gsw:Mit allene Vorlage\";'),('gsw','messages:import-interwiki-text','s:205:\"gsw:Wääl e Wiki un e Syte zum Importiere us.\nS Datum vo de Bearbeitige un d Benutzernäme blybe erhalte.\nAlli Import-Aktione us anderne Wiki werde im [[Special:Log/import|Import-Logbuech]] protokolliert.\";'),('gsw','messages:import-invalid-interwiki','s:60:\"gsw:Us däm Wiki wo du aagää hesch isch kei Import mögli.\";'),('gsw','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('gsw','messages:import-logentry-interwiki-detail','s:54:\"gsw:$1 {{PLURAL:$1|Version|Versione}} us $2 importiert\";'),('gsw','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('gsw','messages:import-logentry-upload-detail','s:49:\"gsw:$1 {{PLURAL:$1|Version|Versionen}} importiert\";'),('gsw','messages:import-mapping-default','s:35:\"gsw:Zu de Standard-Orten importiere\";'),('gsw','messages:import-mapping-namespace','s:31:\"gsw:In e Namensruum importiere:\";'),('gsw','messages:import-mapping-subpage','s:48:\"gsw:Als Undersyte vor folgende Syten importiere:\";'),('gsw','messages:import-noarticle','s:45:\"gsw:Du hesch kei Syte zum importiere aagää!\";'),('gsw','messages:import-nonewrevisions','s:106:\"gsw:Es sy kener Versionen importiert worde (entweder sy si scho alli da gsy oder es het e Fähler ’gä).\";'),('gsw','messages:import-options-wrong','s:61:\"gsw:Falschi {{PLURAL:$2|Option|Optione}}: <nowiki>$1</nowiki>\";'),('gsw','messages:import-parse-failure','s:28:\"gsw:Fääler bim XML-Import:\";'),('gsw','messages:import-revision-count','s:45:\"gsw:– {{PLURAL:$1|1 Vérsion|$1 Vérsiona}}\";'),('gsw','messages:import-rootpage-invalid','s:40:\"gsw:Dää Stammsytename isch nit giltig.\";'),('gsw','messages:import-rootpage-nosubpage','s:69:\"gsw:Im Namensruum „$1“ vu dr Stammsyte sin kei Untersyte erlaubt.\";'),('gsw','messages:import-summary','s:3:\"en:\";'),('gsw','messages:import-token-mismatch','s:65:\"gsw:D Sitzigsdate sin verlore gange. Bitte versuech es noo emool.\";'),('gsw','messages:import-upload','s:20:\"gsw:XML-Date ufelade\";'),('gsw','messages:import-upload-filename','s:14:\"gsw:Dateiname:\";'),('gsw','messages:import-upload-username-prefix','s:21:\"de:Interwiki-Präfix:\";'),('gsw','messages:importbadinterwiki','s:27:\"gsw:Falscher Interwiki-Link\";'),('gsw','messages:importcantopen','s:48:\"gsw:D Importdatei het nit chenne ufgmacht wäre.\";'),('gsw','messages:imported-log-entries','s:63:\"gsw:$1 {{PLURAL:$1|lLogbuechyytrag|Logbuechyytreg}} importiert.\";'),('gsw','messages:importfailed','s:32:\"gsw:Dr Import isch misslunge: $1\";'),('gsw','messages:importinterwiki','s:35:\"gsw:Us emnen andere Wiki importiere\";'),('gsw','messages:importlogpage','s:19:\"gsw:Import-Logbuech\";'),('gsw','messages:importlogpagetext','s:77:\"gsw:Adminischtrativer Import vo Sytene mit Versionsgschichte us anderi Wikis.\";'),('gsw','messages:importnofile','s:43:\"gsw:Es isch kei Importdatei ufeglade worde.\";'),('gsw','messages:importnopages','s:51:\"gsw:Es isch kei Syte doo wo mer importiere chönnt.\";'),('gsw','messages:importnoprefix','s:44:\"de:Es wurde kein Interwiki-Präfix angegeben\";'),('gsw','messages:importnosources','s:132:\"gsw:Es isch kes Wiki a’gä worde, wo druus söll importiert wärde, u ds diräkten Ufelade vo Versionsgschichten isch deaktiviert.\";'),('gsw','messages:importstart','s:23:\"gsw:Importiere Syte …\";'),('gsw','messages:importsuccess','s:31:\"gsw:Dr Import isch abgschlosse.\";'),('gsw','messages:importtext','s:147:\"gsw:Datei iber d Spezialsyte [[Special:Export|Exportfunktion]] us em Quellwiki exportiere.\nDie uf em lokale Rächner spychere un derno do uffelade.\";'),('gsw','messages:importunknownsource','s:30:\"gsw:Importquell isch unbekannt\";'),('gsw','messages:importuploaderrorpartial','s:98:\"gsw:S Ufelade vo dr Importdatei isch misslunge. D Datei het numme zum Deil chönne ufeglade werde.\";'),('gsw','messages:importuploaderrorsize','s:87:\"gsw:S Ufelade vo dr Importdatei isch misslunge. D Datei isch grösser als erlaubt isch.\";'),('gsw','messages:importuploaderrortemp','s:81:\"gsw:S Ufelade vo dr Importdatei isch misslunge. E temporärs Verzeichnis fäält.\";'),('gsw','messages:index-category','s:21:\"gsw:Verzeichneti Syte\";'),('gsw','messages:index-category-desc','s:163:\"gsw:Uf dere Syte steit <code><nowiki>__INDEX__</nowiki></code> (u si ghört zumene Namensruum wo die Flag erloubt isch). Drum wird si usnahmswys vo Bots indiziert.\";'),('gsw','messages:infiniteblock','s:15:\"gsw:uubegränzt\";'),('gsw','messages:intentionallyblankpage','s:68:\"gsw:Die Syte isch absichtlich leer. Si wird für Benchmarks bruucht.\";'),('gsw','messages:interlanguage-link-title','s:12:\"de:$1 – $2\";'),('gsw','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('gsw','messages:interlanguage-link-title-nonlang','s:12:\"de:$1 – $2\";'),('gsw','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('gsw','messages:internalerror','s:20:\"gsw:Interner Fähler\";'),('gsw','messages:internalerror-fatal-exception','s:43:\"gsw:Fatale Uusnahmefähler vum Typ „$1“\";'),('gsw','messages:internalerror_info','s:23:\"gsw:Interne Fähler: $1\";'),('gsw','messages:invalid-chunk-offset','s:26:\"gsw:Nit giltige Startpunkt\";'),('gsw','messages:invalid-content-data','s:25:\"gsw:Uugiltigi Inhaltsdate\";'),('gsw','messages:invalid-indicator-name','s:103:\"gsw:<strong>Fähler:</strong> Ds Attribut <code>name</code> vom Sytestatusindikator darf nid läär sy.\";'),('gsw','messages:invalid-json-data','s:23:\"de:Ungültiges JSON: $1\";'),('gsw','messages:invalid-langconvert-attrs','s:208:\"de:<strong>Fehler:</strong> Die Attribute <code>from</code> und <code>to</code> des Langconvert-Tags dürfen nicht leer sein und müssen BCP 47-Codes für konvertierbare Varianten derselben Sprache enthalten.\";'),('gsw','messages:invalidateemail','s:45:\"gsw:S Bestätige vo dr E-Mail-Adress abbreche\";'),('gsw','messages:invalidemailaddress','s:160:\"gsw:Diä E-Mail-Adress isch nit akzeptiert worre, wil s ä ugültigs Format ghet het.\nBitte gib ä neiji Adress in nem gültige Format ii, odr tue s Feld leere.\";'),('gsw','messages:invalidtitle','s:20:\"de:Ungültiger Titel\";'),('gsw','messages:invalidtitle-knownnamespace','s:63:\"gsw:Nit-gültige Titel mit Namensruum „$2“ un Text „$3“\";'),('gsw','messages:invalidtitle-unknownnamespace','s:72:\"gsw:Ungültige Titel mit unbekannte Namensruumnummer $1 un Text „$2“\";'),('gsw','messages:invert','s:18:\"gsw:Uswahl umkehre\";'),('gsw','messages:ip_range_exceeded','s:88:\"de:Der IP-Adressbereich überschreitet seinen maximalen Bereich. Erlaubter Bereich: /$1.\";'),('gsw','messages:ip_range_invalid','s:32:\"gsw:Uugiltige IP-Adrässberyych.\";'),('gsw','messages:ip_range_toolarge','s:60:\"gsw:Adrässberyych, wu greßer sin wie /$1, sin nit erlaubt.\";'),('gsw','messages:ip_range_toolow','s:50:\"de:IP-Adressbereiche sind im Grunde nicht erlaubt.\";'),('gsw','messages:ipaddressorusername','s:33:\"gsw:IP-Adräss oder Benutzername:\";'),('gsw','messages:ipb-action-create','s:24:\"de:Neue Seiten erstellen\";'),('gsw','messages:ipb-action-move','s:21:\"de:Seiten verschieben\";'),('gsw','messages:ipb-action-upload','s:24:\"de:Hochladen von Dateien\";'),('gsw','messages:ipb-block-not-found','s:237:\"de:Die Sperre konnte nicht gesetzt werden, aber es wurde keine bestehende Sperre für „$1“ gefunden. Wenn dieses Problem weiterhin besteht, [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users melde es bitte ].\";'),('gsw','messages:ipb-blockingself','s:68:\"gsw:Du bist grad am Sperre vu Dir sälber! Wettsch des wirkli mache?\";'),('gsw','messages:ipb-blocklist','s:35:\"gsw:Alli aktuälle Sperrine aazeige\";'),('gsw','messages:ipb-blocklist-contribs','s:47:\"gsw:Benutzerbyträg {{GENDER:$1|vom|vor|vo}} $1\";'),('gsw','messages:ipb-blocklist-duration-left','s:25:\"de:Sperre läuft ab in $1\";'),('gsw','messages:ipb-change-block','s:41:\"gsw:Nomol sperre mit däne Sperrparameter\";'),('gsw','messages:ipb-confirm','s:20:\"gsw:Sperrig bstetige\";'),('gsw','messages:ipb-confirmaction','s:122:\"gsw:We du dir sicher bisch, das d’s würklech wosch mache, de tue bitte unde ds Fäld «{{int:ipb-confirm}}» achrüzle.\";'),('gsw','messages:ipb-confirmhideuser','s:192:\"gsw:Du bist grad am Sperre vun eme Benutzer im Modus „Benutzer verstecke“. Des fiert derzue, ass dr Benutzername in allne Lischten un Logbiecher unterdruckt wird. Wettsch des wirkli mache?\";'),('gsw','messages:ipb-default-expiry','s:3:\"en:\";'),('gsw','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('gsw','messages:ipb-disableusertalk','s:93:\"gsw:Dää Benutzer dra hindere syy eigeni Diskussionssyte z bearbeite, solang er gsperrt isch\";'),('gsw','messages:ipb-edit-dropdown','s:24:\"gsw:Sperrgrind bearbeite\";'),('gsw','messages:ipb-empty-block','s:70:\"de:Für die übertragene Sperre sind keine Einschränkungen aktiviert.\";'),('gsw','messages:ipb-hardblock','s:80:\"gsw:Aagmäldeti Benutzer dra hindere, Bearbeitige unter däre IP-Adräss vorzneh\";'),('gsw','messages:ipb-namespaces-label','s:15:\"de:Namensräume\";'),('gsw','messages:ipb-needreblock','s:84:\"gsw:{{GENDER:|De|D|}} „$1“ isch scho gsperrt. Mechtsch d Sperrparameter ändere?\";'),('gsw','messages:ipb-otherblocks-header','s:40:\"gsw:Anderi {{PLURAL:$1|Sperri|Sperrine}}\";'),('gsw','messages:ipb-pages-label','s:9:\"de:Seiten\";'),('gsw','messages:ipb-partial','s:12:\"de:Teilweise\";'),('gsw','messages:ipb-partial-help','s:160:\"de:Ermöglicht die Auswahl der zu sperrenden Seiten und Namensräume. Sperrt keine Standardaktionen, sondern lässt dich bestimmte spezifische Aktionen sperren.\";'),('gsw','messages:ipb-prevent-user-talk-edit','s:176:\"de:Das Bearbeiten der eigenen Diskussionsseite muss bei einer partiellen Sperre erlaubt bleiben, es sei denn, diese enthält Beschränkungen zum Benutzerdiskussions-Namensraum.\";'),('gsw','messages:ipb-sitewide','s:27:\"de:Auf der gesamten Website\";'),('gsw','messages:ipb-sitewide-help','s:179:\"de:Sperrt die Bearbeitung auf allen Seiten und in allen Namensräumen. Sperrt auch Standardaktionen ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Hilfe])\";'),('gsw','messages:ipb-unblock','s:31:\"gsw:IP-Adräss/Benutzer frejgee\";'),('gsw','messages:ipb-unblock-addr','s:20:\"gsw:„$1“ frejgee\";'),('gsw','messages:ipb_already_blocked','s:36:\"gsw:„$1“ isch scho gsperrt wore.\";'),('gsw','messages:ipb_blocked_as_range','s:122:\"gsw:Fähler: D IP-Adräss $1 isch as Teil vu dr Beryychssperri $2 indirekt gsperrt. S isch nit megli, nume $1 z entsperre.\";'),('gsw','messages:ipb_cant_unblock','s:81:\"gsw:Fähler: Sperr-ID $1 nit gfunde. S cha syy, ass d Sperri scho ufghoben isch .\";'),('gsw','messages:ipb_expiry_invalid','s:49:\"gsw:D Duur, wu yygee woren isch, isch nit giltig.\";'),('gsw','messages:ipb_expiry_old','s:56:\"de:Der Zeitpunkt des Ablaufs liegt in der Vergangenheit.\";'),('gsw','messages:ipb_expiry_temp','s:57:\"gsw:Versteckti Benutzername-Sperrine solle permanent syy.\";'),('gsw','messages:ipb_hide_invalid','s:118:\"gsw:S isch nit megli des Benutzerkonto z unterdrucke, wel s meh wie {{PLURAL:$1|ei Bearbeitig|$1 Bearbeitige}} ufwyst.\";'),('gsw','messages:ipb_hide_partial','s:70:\"de:Versteckte Benutzernamenssperren müssen websiteweite Sperren sein.\";'),('gsw','messages:ipbblocked','s:87:\"gsw:Du chasch keini andere Benutzer sperre oder entsperre, wel Du sälber gsperrt bisch\";'),('gsw','messages:ipbcreateaccount','s:39:\"gsw:Aalege vu Benutzerchonte verhindere\";'),('gsw','messages:ipbemailban','s:25:\"gsw:E-Mail-Versand sperre\";'),('gsw','messages:ipbenableautoblock','s:142:\"gsw:Sperr di aktuäll vu däm Benutzer brucht IP-Adräss un automatisch alli wytere, wun er nimmt go Syte bearbeite oder Benutzerchonte aalege\";'),('gsw','messages:ipbhidename','s:85:\"gsw:Benutzername in dr Lischt vu aktive Sperrine un im Benutzerverzeichnis verstecke.\";'),('gsw','messages:ipblocklist','s:21:\"gsw:Gsperrti Benutzer\";'),('gsw','messages:ipblocklist-empty','s:34:\"gsw:In dr Lischt het s kei Yytreg.\";'),('gsw','messages:ipblocklist-legend','s:34:\"gsw:Suech no eme gsperrte Benutzer\";'),('gsw','messages:ipblocklist-localblock','s:17:\"gsw:Lokali Sperri\";'),('gsw','messages:ipblocklist-no-results','s:59:\"gsw:Di gsuecht IP-Adräss/dr Benutzername isch nit gsperrt.\";'),('gsw','messages:ipblocklist-otherblocks','s:40:\"gsw:Anderi {{PLURAL:$1|Sperri|Sperrine}}\";'),('gsw','messages:ipblocklist-submit','s:10:\"gsw:Sueche\";'),('gsw','messages:ipbnounblockself','s:39:\"gsw:Du derfsch di nit sälber entsperre\";'),('gsw','messages:ipboptions','s:160:\"gsw:2 Stunde:2 hours,1 Tag:1 day,3 Täg:3 days,1 Wuche:1 week,2 Wuche:2 weeks,1 Monet:1 month,3 Monet:3 months,6 Monet:6 months,1 Johr:1 year,Fir immer:infinite\";'),('gsw','messages:ipbother','s:27:\"gsw:Anderi Duur (englisch):\";'),('gsw','messages:ipbreason','s:10:\"gsw:Grund:\";'),('gsw','messages:ipbreason-dropdown','s:401:\"gsw:* Allgmeini Sperrgrind\n** Lesche vu Syte\n** Aalege vu bledsinnige Syte\n** Vylfachi Verstess gege d Richtlinie fir Weblink\n** Verstoss gege dr Grundsatz „Kei persenligi Aagriff“\n* Benutzerspezifischi Sperrgrind\n** Uugeignete Benutzername\n** Neijaamäldig vun eme uubschränkt gsperrte Benutzer\n* IP-spezifischi Sperrgrind\n** Proxy, wäge Vandalismus vu einzelne Benutzer lengerfrischtig gsperrt\";'),('gsw','messages:ipbsubmit','s:30:\"gsw:IP-Adräss/Benutzer sperre\";'),('gsw','messages:ipbwatchuser','s:39:\"gsw:Benutzer(diskussions)syte beobachte\";'),('gsw','messages:ipusubmit','s:21:\"gsw:Die Sperri useneh\";'),('gsw','messages:iranian-calendar-m1','s:12:\"en:Farvardin\";'),('gsw','messages:iranian-calendar-m10','s:6:\"en:Dey\";'),('gsw','messages:iranian-calendar-m11','s:9:\"en:Bahman\";'),('gsw','messages:iranian-calendar-m12','s:9:\"en:Esfand\";'),('gsw','messages:iranian-calendar-m2','s:14:\"en:Ordibehesht\";'),('gsw','messages:iranian-calendar-m3','s:10:\"en:Khordad\";'),('gsw','messages:iranian-calendar-m4','s:6:\"en:Tir\";'),('gsw','messages:iranian-calendar-m5','s:9:\"en:Mordad\";'),('gsw','messages:iranian-calendar-m6','s:12:\"en:Shahrivar\";'),('gsw','messages:iranian-calendar-m7','s:7:\"en:Mehr\";'),('gsw','messages:iranian-calendar-m8','s:7:\"en:Aban\";'),('gsw','messages:iranian-calendar-m9','s:7:\"en:Azar\";'),('gsw','messages:isimage','s:15:\"gsw:Dateigleich\";'),('gsw','messages:isredirect','s:20:\"gsw:Wyterleitigssyte\";'),('gsw','messages:istemplate','s:18:\"gsw:Vorlageybindig\";'),('gsw','messages:jan','s:8:\"gsw:Jan.\";'),('gsw','messages:january','s:11:\"gsw:Jänner\";'),('gsw','messages:january-gen','s:11:\"gsw:Jänner\";'),('gsw','messages:javascripttest','s:21:\"gsw:JavaScript-Tescht\";'),('gsw','messages:javascripttest-qunit-intro','s:57:\"gsw:Lueg d [$1 Dokumentation zue Tescht] uf mediawiki.org\";'),('gsw','messages:json-error-ctrl-char','s:56:\"gsw:Stüürzeichefähler, müglecherwys falschi Kodierig\";'),('gsw','messages:json-error-depth','s:53:\"gsw:Di maximali Tieffi zum Bygelen isch überschritte\";'),('gsw','messages:json-error-invalid-property-name','s:48:\"de:Der dekodierte Eigenschaftsname ist ungültig\";'),('gsw','messages:json-error-state-mismatch','s:37:\"gsw:Ungültigs oder fählerhafts JSON\";'),('gsw','messages:json-error-syntax','s:18:\"gsw:Syntax-Fähler\";'),('gsw','messages:json-error-unknown','s:53:\"gsw:Es het es Problem mit em JSON ’gä. Fähler: $1\";'),('gsw','messages:json-error-utf16','s:61:\"de:Fehlerhafte UTF-16-Zeichen, möglicherweise falsch codiert\";'),('gsw','messages:json-error-utf8','s:59:\"gsw:Ungültigi UTF-8-Zeiche, müglecherwys falschi Kodierig\";'),('gsw','messages:json-warn-trailing-comma','s:91:\"gsw:Us em JSON {{PLURAL:$1|isch eis aghänkts Komma|sy $1 aghänkti Komma}} furtgnoh worde.\";'),('gsw','messages:jul','s:8:\"gsw:Jul.\";'),('gsw','messages:july','s:8:\"gsw:Juli\";'),('gsw','messages:july-gen','s:8:\"gsw:Juli\";'),('gsw','messages:jumpto','s:13:\"gsw:Gump zue:\";'),('gsw','messages:jumptonavigation','s:14:\"gsw:Navigation\";'),('gsw','messages:jumptosearch','s:9:\"gsw:Suech\";'),('gsw','messages:jun','s:8:\"gsw:Jun.\";'),('gsw','messages:june','s:8:\"gsw:Juni\";'),('gsw','messages:june-gen','s:8:\"gsw:Juni\";'),('gsw','messages:just-now','s:14:\"gsw:grad ersch\";'),('gsw','messages:lag-warn-high','s:136:\"gsw:Wäg ere hoche Datebank-Uslaschtig wäre d Bearbeitige in dr letschte {{PLURAL:$1|Sekund|$1 Sekunde}} in däre Lischt nonig aazeigt.\";'),('gsw','messages:lag-warn-normal','s:99:\"gsw:Bearbeitige in dr letschte {{PLURAL:$1|Sekund|$1 Sekunde}} wäre in däre Lischt nonig aazeigt.\";'),('gsw','messages:laggedreplicamode','s:60:\"gsw:Warnig: di letschte Änderige wäre u. U. nonig aazeigt!\";'),('gsw','messages:language-converter-depth-warning','s:55:\"gsw:Gränz vu dr Sprochkonvertertiefi iberschritte ($1)\";'),('gsw','messages:large-file','s:86:\"gsw:D Dateigressi sott, wänn s goht, nit gresser syy wie $1. Die Datei isch $2 gross.\";'),('gsw','messages:largefileserver','s:71:\"gsw:Die Datei isch gresser wie die vum Server yygstellti Maximalgressi.\";'),('gsw','messages:last','s:10:\"gsw:vorane\";'),('gsw','messages:lastmodifiedat','s:44:\"gsw:Letschti Bearbeitig vo dere Syte: $2, $1\";'),('gsw','messages:lastmodifiedatby','s:57:\"gsw:Diese Seite wurde zuletzt geändert um $2, $1 von $3.\";'),('gsw','messages:license','s:12:\"gsw:Lizänz:\";'),('gsw','messages:license-header','s:16:\"gsw:Lizänzierig\";'),('gsw','messages:license-nopreview','s:36:\"gsw:(s isch kei Vorschau verfiegbar)\";'),('gsw','messages:licenses','s:4:\"en:-\";'),('gsw','messages:licenses-edit','s:28:\"gsw:Linzänzoptionen ändere\";'),('gsw','messages:limitreport-cputime','s:23:\"gsw:Beaspruchti CPU-Zyt\";'),('gsw','messages:limitreport-cputime-value','s:31:\"gsw:{{PLURAL:$1|Ei|$1}} Sekunde\";'),('gsw','messages:limitreport-expansiondepth','s:28:\"gsw:Grösti Expansionstieffi\";'),('gsw','messages:limitreport-expansiondepth-value','s:8:\"de:$1/$2\";'),('gsw','messages:limitreport-expensivefunctioncount','s:36:\"gsw:Azahl ufwändigi Parserfunktione\";'),('gsw','messages:limitreport-expensivefunctioncount-value','s:8:\"en:$1/$2\";'),('gsw','messages:limitreport-postexpandincludesize','s:40:\"gsw:Ybindigsgröössi nach em Expandiere\";'),('gsw','messages:limitreport-postexpandincludesize-value','s:28:\"gsw:$1/$2 {{PLURAL:$2|Byte}}\";'),('gsw','messages:limitreport-ppvisitednodes','s:44:\"gsw:Azahl vom Präprozässer bsuechti Chnote\";'),('gsw','messages:limitreport-ppvisitednodes-value','s:8:\"de:$1/$2\";'),('gsw','messages:limitreport-templateargumentsize','s:30:\"gsw:Vorlagenargumäntgröössi\";'),('gsw','messages:limitreport-templateargumentsize-value','s:28:\"gsw:$1/$2 {{PLURAL:$2|Byte}}\";'),('gsw','messages:limitreport-title','s:25:\"gsw:Parser-Profilingdate:\";'),('gsw','messages:limitreport-unstrip-depth','s:26:\"de:Unstrip-Rekursionstiefe\";'),('gsw','messages:limitreport-unstrip-depth-value','s:12:\"de:$1 von $2\";'),('gsw','messages:limitreport-unstrip-size','s:39:\"de:Unstrip-Größe nach dem Expandieren\";'),('gsw','messages:limitreport-unstrip-size-value','s:37:\"de:$1 von $2 {{PLURAL:$2|Byte|Bytes}}\";'),('gsw','messages:limitreport-walltime','s:19:\"gsw:Beaspruchti Zyt\";'),('gsw','messages:limitreport-walltime-value','s:31:\"gsw:{{PLURAL:$1|Ei|$1}} Sekunde\";'),('gsw','messages:lineno','s:12:\"gsw:Zyle $1:\";'),('gsw','messages:linkaccounts','s:29:\"de:Benutzerkonten verknüpfen\";'),('gsw','messages:linkaccounts-submit','s:29:\"de:Benutzerkonten verknüpfen\";'),('gsw','messages:linkaccounts-success-text','s:38:\"de:Das Benutzerkonto wurde verknüpft.\";'),('gsw','messages:linksearch','s:17:\"gsw:Weblinksuechi\";'),('gsw','messages:linksearch-error','s:57:\"gsw:Platzhalter chönne numme am Aafang verwändet werre.\";'),('gsw','messages:linksearch-line','s:28:\"gsw:$1 isch vo $2 verknüpft\";'),('gsw','messages:linksearch-ns','s:15:\"gsw:Namensruum:\";'),('gsw','messages:linksearch-ok','s:10:\"gsw:Sueche\";'),('gsw','messages:linksearch-pat','s:18:\"gsw:Suechmuschter:\";'),('gsw','messages:linksearch-summary','s:3:\"en:\";'),('gsw','messages:linksearch-text','s:359:\"gsw:Die Spezialsyte macht d Suechi no Syte megli, wu s bstimmti Weblink din het. Doderby chenne Platzhalter wie zem Byschpel <code>*.byschpel.de</code> brucht wäre. S mueß zmindecht ei Top-Level-Domain, z. B. „*.org“. aagee wäre. <br />{{PLURAL:$2|Unterstitzt Protokoll|Unterstitzti Protokoll}}: $1 (Standard isch http, wänn kei Protokoll aagee isch.)\";'),('gsw','messages:linkshere','s:54:\"gsw:Die Sytene hen e Link, wu zu \'\'\'„$2“\'\'\' fiere:\";'),('gsw','messages:linkstoimage','s:61:\"gsw:Die {{PLURAL:$1|Syte bruucht|$1 Syte bruuche}} die Datei:\";'),('gsw','messages:linkstoimage-more','s:226:\"gsw:Meh wie {{PLURAL:$1|ei Syte verwyyst|$1 Syte verwyyse}} uf die Datei.\nDie Lischt zeigt nume {{PLURAL:$1|dr erscht Link|di erschte $1 Link}} uf die Datei.\nE [[Special:WhatLinksHere/$2|vollständigi Lischt]] isch verfiegbar.\";'),('gsw','messages:linkstoimage-redirect','s:28:\"gsw:$1 (Dateiwyterleitig) $2\";'),('gsw','messages:linterror-bogus-image-options','s:26:\"de:Fehlerhafte Dateioption\";'),('gsw','messages:linterror-deletable-table-tag','s:42:\"de:Tabellen-Tag, das gelöscht werden soll\";'),('gsw','messages:linterror-html5-misnesting','s:50:\"de:Missbräuchliche Verschachtelung (jetzt kaputt)\";'),('gsw','messages:linterror-misc-tidy-replacement-issues','s:35:\"de:Verschiedene Auszeichnungsfehler\";'),('gsw','messages:linterror-misnested-tag','s:80:\"de:Falsch verschachtelte Tags, die ordnungsgemäß verschachtelt werden sollten.\";'),('gsw','messages:linterror-missing-end-tag','s:20:\"de:Fehlendes End-Tag\";'),('gsw','messages:linterror-multi-colon-escape','s:23:\"de:Mehrere Doppelpunkte\";'),('gsw','messages:linterror-multiline-html-table-in-list','s:49:\"de:Mehrzeilen-HTML5-Tabelle innerhalb einer Liste\";'),('gsw','messages:linterror-multiple-unclosed-formatting-tags','s:61:\"de:Mehrere nicht geschlossene Formatierungstags auf der Seite\";'),('gsw','messages:linterror-obsolete-tag','s:22:\"de:Veraltetes HTML-Tag\";'),('gsw','messages:linterror-pwrap-bug-workaround','s:44:\"de:Workaround für einen Absatzumbruchfehler\";'),('gsw','messages:linterror-self-closed-tag','s:26:\"de:Selbstschließendes Tag\";'),('gsw','messages:linterror-stripped-tag','s:18:\"de:Ignoriertes Tag\";'),('gsw','messages:linterror-tidy-font-bug','s:45:\"de:Font-Tag versucht die Linkfarbe zu ändern\";'),('gsw','messages:linterror-tidy-whitespace-bug','s:20:\"de:Leerzeichenfehler\";'),('gsw','messages:linterror-unclosed-quotes-in-heading','s:87:\"de:Nicht geschlossenes Anführungszeichen, das das Inhaltsverzeichnis auslaufen lässt.\";'),('gsw','messages:listduplicatedfiles','s:32:\"gsw:Liste vo Dateie mit Duplikat\";'),('gsw','messages:listduplicatedfiles-entry','s:60:\"gsw:[[:File:$1|$1]] het [[$3|{{PLURAL:$2|eis|$2}} Duplikat]]\";'),('gsw','messages:listduplicatedfiles-summary','s:158:\"gsw:Das isch e Liste vo Dateie, wo di aktuelli Version idäntisch isch mit der aktuelle Version von eren andere Datei. Nume lokali Dateie sy berücksichtiget.\";'),('gsw','messages:listfiles','s:21:\"gsw:Lischte vo Bilder\";'),('gsw','messages:listfiles-delete','s:11:\"gsw:lösche\";'),('gsw','messages:listfiles-latestversion','s:20:\"gsw:Aktuelli Version\";'),('gsw','messages:listfiles-latestversion-no','s:7:\"gsw:Nei\";'),('gsw','messages:listfiles-latestversion-yes','s:6:\"gsw:Ja\";'),('gsw','messages:listfiles-show-all','s:37:\"gsw:Alti Versione vom Bild yschliesse\";'),('gsw','messages:listfiles-summary','s:56:\"gsw:Die Spezialsyte lischtet alli uffegladene Dateie uf.\";'),('gsw','messages:listfiles-userdoesnotexist','s:41:\"gsw:Ds Konto «$1» isch nid registriert.\";'),('gsw','messages:listfiles_count','s:12:\"gsw:Versione\";'),('gsw','messages:listfiles_date','s:9:\"gsw:Datum\";'),('gsw','messages:listfiles_description','s:14:\"gsw:Bschryybig\";'),('gsw','messages:listfiles_name','s:8:\"gsw:Name\";'),('gsw','messages:listfiles_size','s:10:\"gsw:Gressi\";'),('gsw','messages:listfiles_subpage','s:30:\"de:Von $1 hochgeladene Dateien\";'),('gsw','messages:listfiles_thumb','s:18:\"gsw:Vorschaubilder\";'),('gsw','messages:listfiles_user','s:12:\"gsw:Benutzer\";'),('gsw','messages:listgrants','s:17:\"de:Berechtigungen\";'),('gsw','messages:listgrants-grant','s:15:\"de:Berechtigung\";'),('gsw','messages:listgrants-grant-display','s:23:\"en:$1 <code>($2)</code>\";'),('gsw','messages:listgrants-rights','s:9:\"de:Rechte\";'),('gsw','messages:listgrants-summary','s:489:\"de:Es folgt eine Liste mit Berechtigungen mit ihrem verknüpften Zugriff auf Benutzerrechte. Benutzer können Anwendungen autorisieren, um ihr Benutzerkonto zu verwenden, aber mit beschränkten Berechtigungen basierend auf den Rechten, die der Benutzer der Anwendung gegeben hat. Eine Anwendung agiert im Namen eines Benutzers, die keine Rechte verwenden kann, die der Benutzer nicht hat.\nEs gibt [[{{MediaWiki:Listgrouprights-helppage}}|zusätzliche Informationen]] über einzelne Rechte.\";'),('gsw','messages:listgrouprights','s:25:\"gsw:Benutzergruppe-Rächt\";'),('gsw','messages:listgrouprights-addgroup','s:72:\"gsw:Cha Benutzer zue {{PLURAL:$2|däre Grupp|däne Gruppe}} zuefiege: $1\";'),('gsw','messages:listgrouprights-addgroup-all','s:43:\"gsw:Cha Benutzer zue allene Gruppe zuefiege\";'),('gsw','messages:listgrouprights-addgroup-self','s:75:\"gsw:Cha {{PLURAL:$2|e Gruppe|Gruppe}} zum eigene Benutzerkonto zuefiege: $1\";'),('gsw','messages:listgrouprights-addgroup-self-all','s:53:\"gsw:Cha alli Gruppe zum eigene Benutzerkonto zuefiege\";'),('gsw','messages:listgrouprights-group','s:9:\"gsw:Grupp\";'),('gsw','messages:listgrouprights-helppage','s:21:\"gsw:Help:Grupperächt\";'),('gsw','messages:listgrouprights-key','s:129:\"gsw:* <span class=\"listgrouprights-granted\">Bewilligt Rächt</span>\n* <span class=\"listgrouprights-revoked\">Entzoge Rächt</span>\";'),('gsw','messages:listgrouprights-members','s:22:\"gsw:(Mitgliiderlischt)\";'),('gsw','messages:listgrouprights-namespaceprotection-header','s:32:\"gsw:Yschränkige nach Namensruum\";'),('gsw','messages:listgrouprights-namespaceprotection-namespace','s:14:\"gsw:Namensruum\";'),('gsw','messages:listgrouprights-namespaceprotection-restrictedto','s:24:\"gsw:Rächt zum Bearbeite\";'),('gsw','messages:listgrouprights-removegroup','s:69:\"gsw:Cha Benutzer us {{PLURAL:$2|däre Grupp|däne Gruppe}} useneh: $1\";'),('gsw','messages:listgrouprights-removegroup-all','s:40:\"gsw:Cha Benutzer us allene Gruppe useneh\";'),('gsw','messages:listgrouprights-removegroup-self','s:75:\"gsw:Cha {{PLURAL:$2|e Gruppe|Gruppe}} us em eigene Benutzerkonto useneh: $1\";'),('gsw','messages:listgrouprights-removegroup-self-all','s:53:\"gsw:Cha alli Gruppe us em eigene Benutzerkonto useneh\";'),('gsw','messages:listgrouprights-right-display','s:68:\"en:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('gsw','messages:listgrouprights-right-revoked','s:68:\"en:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('gsw','messages:listgrouprights-rights','s:10:\"gsw:Rächt\";'),('gsw','messages:listgrouprights-summary','s:212:\"gsw:Des isch e Liste vu dr Benutzergruppe, wu in däm Wiki definiert sin, un dr Rächt, wu dermit verbunde sin.\nZuesätzligi Informatione iber einzelni Rächt git s [[{{MediaWiki:Listgrouprights-helppage}}|doo]].\";'),('gsw','messages:listredirects','s:39:\"gsw:Lischte vo Wyterleitige (Redirects)\";'),('gsw','messages:listredirects-summary','s:3:\"en:\";'),('gsw','messages:listusers','s:23:\"gsw:Lischte vo Benutzer\";'),('gsw','messages:listusers-blocked','s:13:\"gsw:(gsperrt)\";'),('gsw','messages:listusers-creationsort','s:26:\"gsw:Sortiert noch em Datum\";'),('gsw','messages:listusers-desc','s:22:\"gsw:Reihefolg umchehre\";'),('gsw','messages:listusers-editsonly','s:34:\"gsw:Zeig nume Benutzer mit Byytreg\";'),('gsw','messages:listusers-noresult','s:24:\"gsw:Kei Benutzer gfunde.\";'),('gsw','messages:listusers-submit','s:8:\"gsw:Zeig\";'),('gsw','messages:listusers-summary','s:3:\"en:\";'),('gsw','messages:listusers-temporarygroupsonly','s:55:\"de:Nur Benutzer in temporären Benutzergruppen anzeigen\";'),('gsw','messages:listusersfrom','s:21:\"gsw:Zeig Benutzer ab:\";'),('gsw','messages:localtime','s:12:\"gsw:Ortszyt:\";'),('gsw','messages:lockbtn','s:21:\"gsw:D Datebank sperre\";'),('gsw','messages:lockconfirm','s:42:\"gsw:Joo, ich wott d Datebank ächt sperre.\";'),('gsw','messages:lockdb','s:21:\"gsw:D Datebank sperre\";'),('gsw','messages:lockdbsuccesssub','s:44:\"gsw:D Datebank isch erfolgrych gsperrt worde\";'),('gsw','messages:lockdbsuccesstext','s:156:\"gsw:D {{SITENAME}}-Datebank isch gsperrt worde.<br />Bitte vergiss nüt d Datebank [[Special:UnlockDB|wider freizgää]], sobald d Wartung abgschlosse isch.\";'),('gsw','messages:lockdbtext','s:225:\"gsw:Durch s Sperre vo dere Datebank werde alli Benutzer devo abghalte Syte z bearbeite, ihri Ystellige z ändre usw. Bitte bstätig dass du des würkli wottsch mache, un dass du d Datebank nooch dynrer Wartig wider freigisch.\";'),('gsw','messages:lockedbyandtime','s:27:\"gsw:(vu $1 am $2 am $3 Uhr)\";'),('gsw','messages:lockfilenotwritable','s:149:\"gsw:Die Datebank-Sperrdatei cha nüt beschrybe werde. Zume die Datebank chönne Sperre oder Freigää, muess si vum Webserver chönne bschrybe werde.\";'),('gsw','messages:lockmanager-fail-acquirelock','s:56:\"gsw:D Sperri fir „$1“ het nit chenne abgruefe wäre.\";'),('gsw','messages:lockmanager-fail-closelock','s:61:\"gsw:D Sperrdatei fir „$1“ het nit chenne zuegmacht wäre.\";'),('gsw','messages:lockmanager-fail-conflict','s:77:\"de:Konnte keine Sperre erhalten. Jemand anderes macht etwas mit dieser Datei.\";'),('gsw','messages:lockmanager-fail-db-bucket','s:96:\"gsw:Mit em Sammelabruef $1 hän nit gnue Verbindige zue Sperrdatebanke chenne härgstellt wäre.\";'),('gsw','messages:lockmanager-fail-db-release','s:63:\"gsw:D Sperrine uf dr Datebank $1 hän nit chenne frejgee wäre.\";'),('gsw','messages:lockmanager-fail-deletelock','s:59:\"gsw:D Sperrdatei fir „$1“ het nit chenne glescht wäre.\";'),('gsw','messages:lockmanager-fail-openlock','s:60:\"gsw:D Sperrdatei fir „$1“ het nit chenne ufgmacht wäre.\";'),('gsw','messages:lockmanager-fail-releaselock','s:55:\"gsw:D Sperri fir „$1“ het nit chenne frejgee wäre.\";'),('gsw','messages:lockmanager-fail-svr-acquire','s:62:\"gsw:D Sperrine uf em Server $1 hän nit chenne abgruefe wäre.\";'),('gsw','messages:lockmanager-fail-svr-release','s:61:\"gsw:D Sperrine uf em Server $1 hän nit chenne frejgee wäre.\";'),('gsw','messages:lockmanager-notlocked','s:67:\"gsw:„$1“ het nit chenne entsperrt wäre, wel s kei Sperrig git.\";'),('gsw','messages:locknoconfirm','s:47:\"gsw:Du hesch s Bstätigungsfäld nüt markiert.\";'),('gsw','messages:log','s:14:\"gsw:Logbiecher\";'),('gsw','messages:log-action-filter-all','s:7:\"de:Alle\";'),('gsw','messages:log-action-filter-block','s:12:\"de:Sperrtyp:\";'),('gsw','messages:log-action-filter-block-block','s:10:\"de:Sperren\";'),('gsw','messages:log-action-filter-block-reblock','s:20:\"de:Sperrveränderung\";'),('gsw','messages:log-action-filter-block-unblock','s:12:\"de:Freigaben\";'),('gsw','messages:log-action-filter-contentmodel','s:34:\"de:Typ der Inhaltsmodelländerung:\";'),('gsw','messages:log-action-filter-contentmodel-change','s:25:\"de:Inhaltsmodelländerung\";'),('gsw','messages:log-action-filter-contentmodel-new','s:64:\"de:Erstellung einer Seite mit einem Nicht-Standard-Inhaltsmodell\";'),('gsw','messages:log-action-filter-delete','s:13:\"de:Löschtyp:\";'),('gsw','messages:log-action-filter-delete-delete','s:18:\"de:Seitenlöschung\";'),('gsw','messages:log-action-filter-delete-delete_redir','s:37:\"de:Überschreiben einer Weiterleitung\";'),('gsw','messages:log-action-filter-delete-delete_redir2','s:37:\"de:Überschreiben einer Weiterleitung\";'),('gsw','messages:log-action-filter-delete-event','s:27:\"de:Logbucheintrag-Löschung\";'),('gsw','messages:log-action-filter-delete-restore','s:26:\"de:Seitenwiederherstellung\";'),('gsw','messages:log-action-filter-delete-revision','s:20:\"de:Versionslöschung\";'),('gsw','messages:log-action-filter-import','s:13:\"de:Importtyp:\";'),('gsw','messages:log-action-filter-import-interwiki','s:20:\"de:Transwiki-Importe\";'),('gsw','messages:log-action-filter-import-upload','s:45:\"de:Import durch das Hochladen einer XML-Datei\";'),('gsw','messages:log-action-filter-managetags','s:40:\"de:Typ der Markierungsverwaltungsaktion:\";'),('gsw','messages:log-action-filter-managetags-activate','s:25:\"de:Markierungsaktivierung\";'),('gsw','messages:log-action-filter-managetags-create','s:24:\"de:Markierungserstellung\";'),('gsw','messages:log-action-filter-managetags-deactivate','s:27:\"de:Markierungsdeaktivierung\";'),('gsw','messages:log-action-filter-managetags-delete','s:23:\"de:Markierungslöschung\";'),('gsw','messages:log-action-filter-move','s:20:\"de:Verschiebungstyp:\";'),('gsw','messages:log-action-filter-move-move','s:56:\"de:Verschiebung ohne Überschreibung von Weiterleitungen\";'),('gsw','messages:log-action-filter-move-move_redir','s:55:\"de:Verschiebung mit Überschreibung von Weiterleitungen\";'),('gsw','messages:log-action-filter-newusers','s:36:\"de:Typ der Benutzerkontenerstellung:\";'),('gsw','messages:log-action-filter-newusers-autocreate','s:26:\"de:Automatische Erstellung\";'),('gsw','messages:log-action-filter-newusers-byemail','s:49:\"de:Erstellung mit per E-Mail zugesandtem Passwort\";'),('gsw','messages:log-action-filter-newusers-create','s:37:\"de:Erstellung durch anonymen Benutzer\";'),('gsw','messages:log-action-filter-newusers-create2','s:42:\"de:Erstellung durch registrierten Benutzer\";'),('gsw','messages:log-action-filter-patrol','s:15:\"de:Kontrolltyp:\";'),('gsw','messages:log-action-filter-patrol-autopatrol','s:25:\"de:Automatische Kontrolle\";'),('gsw','messages:log-action-filter-patrol-patrol','s:21:\"de:Manuelle Kontrolle\";'),('gsw','messages:log-action-filter-protect','s:13:\"de:Schutztyp:\";'),('gsw','messages:log-action-filter-protect-modify','s:21:\"de:Schutzveränderung\";'),('gsw','messages:log-action-filter-protect-move_prot','s:28:\"de:Verschobener Seitenschutz\";'),('gsw','messages:log-action-filter-protect-protect','s:9:\"de:Schutz\";'),('gsw','messages:log-action-filter-protect-unprotect','s:12:\"de:Freigaben\";'),('gsw','messages:log-action-filter-rights','s:27:\"de:Typ der Rechteänderung:\";'),('gsw','messages:log-action-filter-rights-autopromote','s:25:\"de:Automatische Änderung\";'),('gsw','messages:log-action-filter-rights-rights','s:21:\"de:Manuelle Änderung\";'),('gsw','messages:log-action-filter-suppress','s:22:\"de:Unterdrückungstyp:\";'),('gsw','messages:log-action-filter-suppress-block','s:38:\"de:Benutzerunterdrückung durch Sperre\";'),('gsw','messages:log-action-filter-suppress-delete','s:23:\"de:Seitenunterdrückung\";'),('gsw','messages:log-action-filter-suppress-event','s:32:\"de:Logbucheintrag-Unterdrückung\";'),('gsw','messages:log-action-filter-suppress-reblock','s:41:\"de:Benutzerunterdrückung durch Neusperre\";'),('gsw','messages:log-action-filter-suppress-revision','s:25:\"de:Versionsunterdrückung\";'),('gsw','messages:log-action-filter-upload','s:15:\"de:Hochladetyp:\";'),('gsw','messages:log-action-filter-upload-overwrite','s:19:\"de:Wiederhochladung\";'),('gsw','messages:log-action-filter-upload-revert','s:17:\"de:Zurücksetzung\";'),('gsw','messages:log-action-filter-upload-upload','s:18:\"de:Neue Hochladung\";'),('gsw','messages:log-description-contentmodel','s:62:\"gsw:Ereignis, wo mit em Inhaltsmodäll von ere Syte z tüe hei\";'),('gsw','messages:log-description-create','s:54:\"de:Es folgt eine Liste der letzten Seitenerstellungen.\";'),('gsw','messages:log-description-managetags','s:268:\"gsw:Uf dere Syte het’s Verwaltigsufgabe für [[Special:Tags|Markierige]]. Ds Logbuech zeigt numen Aktione, wo manuell von ere/emen Administrator/in sy usgfüert worde. D Wiki-Software cha Markierigen alegen oder lösche, ohni das es i däm Logbuech verzeichnet wird.\";'),('gsw','messages:log-description-pagelang','s:55:\"gsw:Das isch es Logbuech für Änderige vo Sytesprache.\";'),('gsw','messages:log-description-tag','s:222:\"gsw:Die Syte zeigt [[Special:Tags|Markierige]], wo by einzelne Versionen oder Logbuechyträg äxtra sy derzueta oder furtgnoh worde. Markierige als Teil von ere Bearbeitig, Löschig oder ähnlechen Aktion sy nid ufgfüert.\";'),('gsw','messages:log-edit-tags','s:55:\"gsw:Markierige vo den usgwählte Logbuechyträg ändere\";'),('gsw','messages:log-fulllog','s:29:\"gsw:Ds ganze Logbuech aaluege\";'),('gsw','messages:log-name-contentmodel','s:40:\"gsw:Protokoll vo Inhaltsmodälländerige\";'),('gsw','messages:log-name-create','s:28:\"de:Seitenerstellungs-Logbuch\";'),('gsw','messages:log-name-managetags','s:33:\"gsw:Markierigsverwaltigs-Logbuech\";'),('gsw','messages:log-name-pagelang','s:28:\"gsw:Sprachänderigs-Logbuech\";'),('gsw','messages:log-name-tag','s:23:\"gsw:Markierigs-Logbuech\";'),('gsw','messages:log-title-wildcard','s:22:\"gsw:Titel fangt aa mit\";'),('gsw','messages:logdelete-failure','s:57:\"gsw:\'\'\'Logbuchsichtbarkeit cha nit gänderet wäre:\'\'\'\n$1\";'),('gsw','messages:logdelete-selected','s:68:\"gsw:{{PLURAL:$1|Usgwehlte Logbuechyytrag|Usgwehlti Logbuechyytreg}}:\";'),('gsw','messages:logdelete-success','s:48:\"gsw:\'\'\'Logbuechaasicht erfolgryych gänderet.\'\'\'\";'),('gsw','messages:logdelete-text','s:106:\"gsw:Gleschti Logbuechyytreg blybe no dr Logbiecher, Teil vu ihrem Inhalt sin aber nimi effetli zuegängig.\";'),('gsw','messages:logempty','s:33:\"gsw:Kei Yyträg gfunde, wu passe.\";'),('gsw','messages:logentry-block-block','s:84:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het {{GENDER:$4|der $3|d $3|$3}} für $5 gsperrt $6\";'),('gsw','messages:logentry-block-reblock','s:83:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het {{GENDER:$4|der $3|d $3|$3}} bis $5 gsperrt $6\";'),('gsw','messages:logentry-block-unblock','s:75:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het {{GENDER:$4|der $3|d $3|$3}} entsperrt\";'),('gsw','messages:logentry-contentmodel-change','s:96:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het ds Inhaltsmodäll vor Syte $3 gänderet vo «$4» uf «$5»\";'),('gsw','messages:logentry-contentmodel-change-revert','s:15:\"gsw:zrüggsetze\";'),('gsw','messages:logentry-contentmodel-change-revertlink','s:15:\"gsw:zrüggsetze\";'),('gsw','messages:logentry-contentmodel-new','s:90:\"de:$1 {{GENDER:$2|erstellte}} die Seite $3 mit einem Nicht-Standard-Inhaltsmodell „$5“\";'),('gsw','messages:logentry-create-create','s:42:\"de:$1 {{GENDER:$2|erstellte}} die Seite $3\";'),('gsw','messages:logentry-delete-delete','s:49:\"gsw:{{GENDER:$2|Dr|D|}} $1 het d Syte $3 glöscht\";'),('gsw','messages:logentry-delete-delete_redir','s:70:\"de:$1 {{GENDER:$2|löschte}} die Weiterleitung $3 durch Überschreiben\";'),('gsw','messages:logentry-delete-delete_redir2','s:70:\"de:$1 {{GENDER:$2|löschte}} die Weiterleitung $3 durch Überschreiben\";'),('gsw','messages:logentry-delete-event','s:130:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sichtbarkeit {{PLURAL:$5|vumene Logbuechyytrag|vo $5 Logbuechyyträg}} gänderet uff $3: $4\";'),('gsw','messages:logentry-delete-event-legacy','s:87:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sichtbarkeit vo Logbuechyyträg uff $3 gänderet\";'),('gsw','messages:logentry-delete-restore','s:69:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 wider härgstellt ($4)\";'),('gsw','messages:logentry-delete-restore-nocount','s:57:\"de:$1 {{GENDER:$2|stellte}} die Seite „$3“ wieder her\";'),('gsw','messages:logentry-delete-revision','s:116:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sichtbarkeit {{PLURAL:$5|vunere Version|vo $5 Versione}} gänderet uff $3: $4\";'),('gsw','messages:logentry-delete-revision-legacy','s:80:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sichtbarkeit vo Versione uff $3 gänderet\";'),('gsw','messages:logentry-import-interwiki','s:70:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het $3 vomenen andere Wiki importiert\";'),('gsw','messages:logentry-import-interwiki-details','s:83:\"de:$1 {{GENDER:$2|importierte}} $3 von $5 ({{PLURAL:$4|Eine Version|$4 Versionen}})\";'),('gsw','messages:logentry-import-upload','s:68:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het $3 importiert per Datei-Ufelade\";'),('gsw','messages:logentry-import-upload-details','s:108:\"de:$1 {{GENDER:$2|importierte}} $3 durch das Hochladen einer Datei ({{PLURAL:$4|Eine Version|$4 Versionen}})\";'),('gsw','messages:logentry-managetags-activate','s:102:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Markierig $4 zum Gebruuch vo Benutzer/innen oder Bots aktiviert\";'),('gsw','messages:logentry-managetags-create','s:62:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Markierig «$4» agleit\";'),('gsw','messages:logentry-managetags-deactivate','s:104:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Markierig $4 zum Gebruuch vo Benutzer/innen oder Bots deaktiviert\";'),('gsw','messages:logentry-managetags-delete','s:161:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Markierig «$4» glöscht (us {{PLURAL:$5|eire Version oder eim Logbuechytrag|$5 Versionen oder Logbuechyträg}} furtgnoh)\";'),('gsw','messages:logentry-merge-merge','s:75:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het $3 i $4 zämegfüert (Versione bis $5)\";'),('gsw','messages:logentry-move-move','s:56:\"gsw:{{GENDER:$2|Dr|D}} $1 het d Seite $3 uf $4 verschobe\";'),('gsw','messages:logentry-move-move-noredirect','s:92:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 nooch $4 verschobe ohni e Wyterleitig aazlege\";'),('gsw','messages:logentry-move-move_redir','s:104:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 nooch $4 verschobe un het deby e Wyterleitig überschribe\";'),('gsw','messages:logentry-move-move_redir-noredirect','s:131:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 nooch $4 verschobe un het deby e Wyterleitig überschribe, ohni sälber eini aazlege\";'),('gsw','messages:logentry-newusers-autocreate','s:67:\"gsw:Ds {{GENDER:$2|Benutzerkonto}} $1 isch automatisch agleit worde\";'),('gsw','messages:logentry-newusers-byemail','s:112:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het ds Benutzerkonto $3 agleit und ds Passwort isch per E-Mail verschickt worde\";'),('gsw','messages:logentry-newusers-create','s:52:\"gsw:Benutzerkonto $1 {{GENDER:$2|isch aagleit wore}}\";'),('gsw','messages:logentry-newusers-create2','s:63:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het ds Benutzerkonto $3 agleit\";'),('gsw','messages:logentry-newusers-newusers','s:53:\"gsw:{{GENDER:$2|Benutzerkonto}} $1 isch aagleit wore.\";'),('gsw','messages:logentry-non-editing-block-block','s:118:\"de:$1 {{GENDER:$2|sperrte}} {{GENDER:$4|$3}} für angegebene Nicht-Bearbeitungsaktionen mit einer Ablaufzeit von $5 $6\";'),('gsw','messages:logentry-non-editing-block-reblock','s:147:\"de:$1 {{GENDER:$2|änderte}} die Sperreinstellungen für {{GENDER:$4|$3}} für angegebene Nicht-Bearbeitungsaktionen mit einer Ablaufzeit von $5 $6\";'),('gsw','messages:logentry-pagelang-pagelang','s:81:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sytesprach vo $3 vo $4 uf $5 g’änderet.\";'),('gsw','messages:logentry-partialblock-block','s:78:\"de:$1 {{GENDER:$2|sperrte}} {{GENDER:$4|$3}} für $7 für eine Dauer von $5 $6\";'),('gsw','messages:logentry-partialblock-block-action','s:39:\"de:die {{PLURAL:$1|Aktion|Aktionen}} $2\";'),('gsw','messages:logentry-partialblock-block-ns','s:68:\"de:die Bearbeitung {{PLURAL:$1|des Namensraums|der Namensräume}} $2\";'),('gsw','messages:logentry-partialblock-block-page','s:52:\"de:die Bearbeitung der {{PLURAL:$1|Seite|Seiten}} $2\";'),('gsw','messages:logentry-partialblock-reblock','s:111:\"de:$1 {{GENDER:$2|änderte}} die Sperreinstellungen für {{GENDER:$4|$3}} auf $7 mit einer Ablaufzeit von $5 $6\";'),('gsw','messages:logentry-patrol-patrol','s:84:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het Version $4 vo Syte $3 als kontrolliert markiert\";'),('gsw','messages:logentry-patrol-patrol-auto','s:97:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het Version $4 vor Syte $3 automatisch als kontrolliert markiert\";'),('gsw','messages:logentry-protect-modify','s:77:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het ds Schutzniveau vor Syte $3 gänderet $4\";'),('gsw','messages:logentry-protect-modify-cascade','s:91:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het ds Schutzniveau vor Syte $3 gänderet $4 [mit Kaskade]\";'),('gsw','messages:logentry-protect-move_prot','s:76:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Schutzystellige vo $4 uf $3 verschobe\";'),('gsw','messages:logentry-protect-protect','s:59:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 gschützt $4\";'),('gsw','messages:logentry-protect-protect-cascade','s:73:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 gschützt $4 [mit Kaskade]\";'),('gsw','messages:logentry-protect-unprotect','s:69:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het der Schutz vor Syte $3 furtgnoh.\";'),('gsw','messages:logentry-rights-autopromote','s:79:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} isch automatisch vo $4 uf $5 beförderet worde\";'),('gsw','messages:logentry-rights-rights','s:87:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Gruppezuegherigkeit fir $3 vu $4 uf $5 gänderet\";'),('gsw','messages:logentry-rights-rights-legacy','s:75:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Gruppezuegherigkeit fir $3 gänderet\";'),('gsw','messages:logentry-suppress-block','s:83:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het {{GENDER:$4|der $3|d $3|$3}} bis $5 gsperrt $6\";'),('gsw','messages:logentry-suppress-delete','s:59:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Syte $3 unterdrückt\";'),('gsw','messages:logentry-suppress-event','s:138:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het diskret d Sichtbarkeit {{PLURAL:$5|vumene Logbuechyytrag|vo $5 Logbuechyyträg}} gänderet uff $3: $4\";'),('gsw','messages:logentry-suppress-event-legacy','s:95:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sichtbarkeit vo Logbuechyyträg diskret uff $3 gänderet\";'),('gsw','messages:logentry-suppress-reblock','s:114:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Sperrystellige {{GENDER:$4|füre $3|für d $3|für $3}} bis $5 gänderet $6\";'),('gsw','messages:logentry-suppress-revision','s:124:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het diskret d Sichtbarkeit {{PLURAL:$5|vunere Version|vo $5 Versione}} gänderet uff $3: $4\";'),('gsw','messages:logentry-suppress-revision-legacy','s:88:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het diskret d Sichtbarkeit vo Versione uff $3 gänderet\";'),('gsw','messages:logentry-tag-update-add-logentry','s:119:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d {{PLURAL:$7|Markierig|Markierige}} $6 zum Logbuechytrag $5 vor Syte $3 derzueta.\";'),('gsw','messages:logentry-tag-update-add-revision','s:113:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d {{PLURAL:$7|Markierig|Markierige}} $6 zur Version $4 vor Syte $3 derzueta.\";'),('gsw','messages:logentry-tag-update-logentry','s:161:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Markierige bim Logbuechytrag $5 vor Syte $3 aktualisiert ({{PLURAL:$7|eini|$6}} derzueta, {{PLURAL:$9|eini|$8}} furtgnoh).\";'),('gsw','messages:logentry-tag-update-remove-logentry','s:119:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d {{PLURAL:$9|Markierig|Markierige}} $8 vom Logbuechytrag $5 vor Syte $3 furtgnoh.\";'),('gsw','messages:logentry-tag-update-remove-revision','s:113:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d {{PLURAL:$9|Markierig|Markierige}} $8 vor Version $4 vor Syte $3 furtgnoh.\";'),('gsw','messages:logentry-tag-update-revision','s:155:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het d Markierige bir Version $4 vor Syte $3 aktualisiert ({{PLURAL:$7|eini|$6}} derzueta, {{PLURAL:$9|eini|$8}} furtgnoh).\";'),('gsw','messages:logentry-upload-overwrite','s:68:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het e nöüi Version vo $3 ufeglade\";'),('gsw','messages:logentry-upload-revert','s:48:\"gsw:{{GENDER:$2|Der $1|D $1|$1}} het $3 ufeglade\";'),('gsw','messages:logentry-upload-upload','s:42:\"gsw:{{GENDER:$2|Dr|D}} $1 het $3 uffeglade\";'),('gsw','messages:logeventslist-more-filters','s:36:\"de:Zusätzliche Logbücher anzeigen:\";'),('gsw','messages:logeventslist-newusers-log','s:24:\"de:Neuanmeldungs-Logbuch\";'),('gsw','messages:logeventslist-patrol-log','s:19:\"de:Kontroll-Logbuch\";'),('gsw','messages:logeventslist-submit','s:11:\"de:Anzeigen\";'),('gsw','messages:logeventslist-tag-log','s:22:\"de:Markierungs-Logbuch\";'),('gsw','messages:logging-out-notify','s:37:\"de:Du wirst abgemeldet, bitte warten.\";'),('gsw','messages:login','s:12:\"gsw:Aamälde\";'),('gsw','messages:login-abort-generic','s:56:\"gsw:Dyy Aamäldig isch nit erfolgryych gsii – Abbroche\";'),('gsw','messages:login-migrated-generic','s:81:\"gsw:Dy Benutzerkonto isch migriert wore, Dy Benutzername git s nimi uf däm Wiki.\";'),('gsw','messages:login-security','s:35:\"gsw:Due dyni Identität verifiziere\";'),('gsw','messages:login-throttled','s:104:\"gsw:Du hesch z vilmol umesuscht versuecht, Di aazmälde. Bitte wart $1, voreb Du s non emol versuechsch.\";'),('gsw','messages:login-userblocked','s:55:\"gsw:Dää Benutzer isch gsperrt. Aamäldig nit erlaubt.\";'),('gsw','messages:loginerror','s:25:\"gsw:Fähler bir Aamäldig\";'),('gsw','messages:loginlanguagelabel','s:14:\"gsw:Sproch: $1\";'),('gsw','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('gsw','messages:loginprompt','s:3:\"en:\";'),('gsw','messages:loginreqlink','s:12:\"gsw:aamälde\";'),('gsw','messages:loginreqpagetext','s:43:\"gsw:Du muesch Di $1, zum Syte chenne läse.\";'),('gsw','messages:loginreqtitle','s:25:\"gsw:S brucht d Aamäldig.\";'),('gsw','messages:loginsuccess','s:60:\"gsw:\'\'\'Du bisch jetz als \"$1\" bi {{SITENAME}} aagmäldet.\'\'\'\";'),('gsw','messages:loginsuccesstitle','s:14:\"gsw:Aagmäldet\";'),('gsw','messages:logout','s:12:\"gsw:Abmälde\";'),('gsw','messages:logout-failed','s:39:\"de:Abmeldung derzeit nicht möglich: $1\";'),('gsw','messages:logouttext','s:187:\"gsw:\'\'\'Du bisch jetz abgmäldet.\'\'\'\n\nObacht: s cha syy, ass bstimmti Syte eso aazeigt wäre, wie wänn Du allno aagmäldet wärsch, bis Du dr Zwischespycher vu Dyym Browser glescht hesch.\";'),('gsw','messages:lonelypages','s:20:\"gsw:Verwaisti Sytene\";'),('gsw','messages:lonelypages-summary','s:3:\"en:\";'),('gsw','messages:lonelypagestext','s:78:\"gsw:Die Syte wäre nit yybunde oder s wird nit uf si verwiise in {{SITENAME}}.\";'),('gsw','messages:longpage-hint','s:4:\"en:-\";'),('gsw','messages:longpageerror','s:208:\"gsw:\'\'\'Fähler: Dä Täxt, wu Du spychere wit, isch {{PLURAL:$1|ei Kilobyte|$1 Kilobyte}} groß. Des isch greßer wie s erlaubt Maximum vu {{PLURAL:$2|eim Kilobyte|$2 Kilobyte}}.\'\'\' S Spychere isch nit megli.\";'),('gsw','messages:longpages','s:17:\"gsw:Langi Artikel\";'),('gsw','messages:longpages-summary','s:3:\"en:\";'),('gsw','messages:magiclink-tracking-isbn','s:44:\"de:Seiten, die magische ISBN-Links verwenden\";'),('gsw','messages:magiclink-tracking-isbn-desc','s:154:\"de:Diese Seite verwendet magische ISBN-Links. Siehe [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] für die Migration.\";'),('gsw','messages:magiclink-tracking-pmid','s:44:\"de:Seiten, die magische PMID-Links verwenden\";'),('gsw','messages:magiclink-tracking-pmid-desc','s:154:\"de:Diese Seite verwendet magische PMID-Links. Siehe [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] für die Migration.\";'),('gsw','messages:magiclink-tracking-rfc','s:43:\"de:Seiten, die magische RFC-Links verwenden\";'),('gsw','messages:magiclink-tracking-rfc-desc','s:153:\"de:Diese Seite verwendet magische RFC-Links. Siehe [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] für die Migration.\";'),('gsw','messages:mailerror','s:37:\"gsw:Fähler bim Sende vun de Mail: $1\";'),('gsw','messages:mailmypassword','s:26:\"gsw:E nei Passwort schicke\";'),('gsw','messages:mailnologin','s:55:\"gsw:Du bisch nid aagmäldet oder hesch keis Mail aaggä\";'),('gsw','messages:mailnologintext','s:184:\"gsw:Du muesch [[Special:UserLogin|aagmäldet syy]] un e bstätigti E-Mail-Adräss in Dyyne [[Special:Preferences|Yystellige]] aagee ha, fir dass epper anderem es E-Mail chasch schicke.\";'),('gsw','messages:mainpage','s:13:\"gsw:Houptsyte\";'),('gsw','messages:mainpage-description','s:13:\"gsw:Houptsyte\";'),('gsw','messages:mainpage-nstab','s:13:\"gsw:Houptsyte\";'),('gsw','messages:mainpage-title','s:4:\"en:-\";'),('gsw','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('gsw','messages:mar','s:9:\"gsw:Mär.\";'),('gsw','messages:march','s:9:\"gsw:März\";'),('gsw','messages:march-gen','s:9:\"gsw:März\";'),('gsw','messages:markaspatrolleddiff','s:25:\"gsw:Als patrulyrt markyre\";'),('gsw','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('gsw','messages:markaspatrolledtext','s:27:\"gsw:Erschtversion patrulyre\";'),('gsw','messages:markaspatrolledtext-file','s:48:\"de:Diese Dateiversion als kontrolliert markieren\";'),('gsw','messages:markedaspatrolled','s:28:\"gsw:As kontrolliert markiert\";'),('gsw','messages:markedaspatrollederror','s:46:\"gsw:Markierig as „kontrolliert“ nit megli.\";'),('gsw','messages:markedaspatrollederror-noautopatrol','s:70:\"gsw:S isch nit erlaubt, eigeni Bearbeitige as kontrolliert z markiere.\";'),('gsw','messages:markedaspatrollederrortext','s:37:\"gsw:Du muesch e Syteänderig uswehle.\";'),('gsw','messages:markedaspatrollednotify','s:58:\"gsw:Die Änderig an $1 isch as kontrolliert markiert wore.\";'),('gsw','messages:markedaspatrolledtext','s:69:\"gsw:Di uusgwehlt Änderig [[:$1]] isch vum Fäldhieter aagluegt wore.\";'),('gsw','messages:maximum-size','s:18:\"gsw:Maximalgressi:\";'),('gsw','messages:may','s:7:\"gsw:Mei\";'),('gsw','messages:may-gen','s:7:\"gsw:Mai\";'),('gsw','messages:may_long','s:7:\"gsw:Mai\";'),('gsw','messages:mcrundo-changed','s:114:\"de:Die Seite wurde verändert, seit du dir den Versionsunterschied ansiehst. Bitte überprüfe die neue Änderung.\";'),('gsw','messages:mcrundo-missingparam','s:50:\"de:Erforderliche Parameter fehlen bei der Anfrage.\";'),('gsw','messages:mcrundo-parse-failed','s:51:\"de:Die neue Version konnte nicht geparst werden: $1\";'),('gsw','messages:mcrundofailed','s:37:\"de:Rückgängigmachung fehlgeschlagen\";'),('gsw','messages:mediastatistics','s:27:\"gsw:Statistike zu Dateitype\";'),('gsw','messages:mediastatistics-allbytes','s:111:\"de:Gesamte Dateigröße für insgesamt {{PLURAL:$3|$3 Datei|$3 Dateien}}: {{PLURAL:$1|Ein Byte|$1 Bytes}} ($2).\";'),('gsw','messages:mediastatistics-bytespertype','s:136:\"de:Gesamte Dateigröße für diesen Abschnitt für {{PLURAL:$4|$4 Datei|$4 Dateien}} ($5 %): {{PLURAL:$1|Ein Byte|$1 Bytes}} ($2; $3 %).\";'),('gsw','messages:mediastatistics-header-3d','s:13:\"de:3D-Dateien\";'),('gsw','messages:mediastatistics-header-archive','s:23:\"gsw:Komprimierti Dateie\";'),('gsw','messages:mediastatistics-header-audio','s:9:\"gsw:Audio\";'),('gsw','messages:mediastatistics-header-bitmap','s:17:\"gsw:Bitmap-Bilder\";'),('gsw','messages:mediastatistics-header-drawing','s:28:\"gsw:Zeichnige (Vektorbilder)\";'),('gsw','messages:mediastatistics-header-executable','s:22:\"gsw:Usfüerbari Dateie\";'),('gsw','messages:mediastatistics-header-multimedia','s:14:\"gsw:Rich Media\";'),('gsw','messages:mediastatistics-header-office','s:10:\"gsw:Office\";'),('gsw','messages:mediastatistics-header-text','s:8:\"gsw:Text\";'),('gsw','messages:mediastatistics-header-total','s:15:\"de:Alle Dateien\";'),('gsw','messages:mediastatistics-header-unknown','s:13:\"gsw:Unbekannt\";'),('gsw','messages:mediastatistics-header-video','s:9:\"gsw:Video\";'),('gsw','messages:mediastatistics-nbytes','s:40:\"gsw:{{PLURAL:$1|Eis|$1}} Byte ($2; $3 %)\";'),('gsw','messages:mediastatistics-nfiles','s:12:\"de:$1 ($2 %)\";'),('gsw','messages:mediastatistics-summary','s:170:\"gsw:Statistiken über di ufegladnige Dateitype. Berücksichtiget isch jewyle nume di nöüsti Version von ere Datei. Alti oder glöschti Versione sy nid berücksichtiget.\";'),('gsw','messages:mediastatistics-table-count','s:16:\"gsw:Azahl Dateie\";'),('gsw','messages:mediastatistics-table-extensions','s:24:\"gsw:Müglechi Erwyterige\";'),('gsw','messages:mediastatistics-table-mimetype','s:12:\"gsw:MIME-Typ\";'),('gsw','messages:mediastatistics-table-totalbytes','s:18:\"gsw:Gsamtgröössi\";'),('gsw','messages:mediawarning','s:155:\"gsw:\'\'\'Warnig:\'\'\' In däre Art Datei chennt s e beswillige Programmcode din ha. Wänn du die Datei uusfiersch, cha s syy, ass Dyy Syschtem bschädigt wird.\";'),('gsw','messages:mediawikipage','s:23:\"gsw:Inhaltssyte aazeige\";'),('gsw','messages:mergehistory','s:33:\"gsw:Versionsgschichte zämmefiere\";'),('gsw','messages:mergehistory-autocomment','s:46:\"gsw:„[[:$1]]“ zämegfierd no „[[:$2]]“\";'),('gsw','messages:mergehistory-box','s:45:\"gsw:Versionsgschichte vu zwoo Syte zämefiere\";'),('gsw','messages:mergehistory-comment','s:50:\"gsw:„[[:$1]]“ zämegfierd no „[[:$2]]“: $3\";'),('gsw','messages:mergehistory-done','s:86:\"gsw:{{PLURAL:$3|1 Version|$3 Versione}} vu „$1“ isch no „[[:$2]]“ zämegfierd.\";'),('gsw','messages:mergehistory-empty','s:44:\"gsw:S chenne kei Versione zämegfierd wäre.\";'),('gsw','messages:mergehistory-fail','s:76:\"gsw:Zämefierig vu dr Versione nid megli, bitte prief d Syte un d Zytaagobe.\";'),('gsw','messages:mergehistory-fail-bad-timestamp','s:27:\"de:Ungültiger Zeitstempel.\";'),('gsw','messages:mergehistory-fail-invalid-dest','s:24:\"de:Ungültige Zielseite.\";'),('gsw','messages:mergehistory-fail-invalid-source','s:25:\"de:Ungültige Quellseite.\";'),('gsw','messages:mergehistory-fail-no-change','s:93:\"de:Keine Versionen zusammengeführt. Kontrolliere bitte die Seiten- und Zeitparameter erneut.\";'),('gsw','messages:mergehistory-fail-permission','s:83:\"de:Keine ausreichenden Berechtigungen, um die Versionsgeschichte zusammenzuführen.\";'),('gsw','messages:mergehistory-fail-self-merge','s:39:\"de:Quell- und Zielseite sind identisch.\";'),('gsw','messages:mergehistory-fail-timestamps-overlap','s:75:\"de:Die Quellversionen überlappen sich oder kommen nach den Ziel-Versionen.\";'),('gsw','messages:mergehistory-fail-toobig','s:137:\"gsw:D Versionsgschichte lö sech nid la zämefüere, wil me meh weder ds Limit {{PLURAL:$1|eire Version|$1 Versione}} müesst verschiebe.\";'),('gsw','messages:mergehistory-from','s:18:\"gsw:Ursprungssyte:\";'),('gsw','messages:mergehistory-go','s:48:\"gsw:Zeig d Versione, wu zämegfierd chenne wäre\";'),('gsw','messages:mergehistory-header','s:202:\"gsw:Mit däre Spezialsyte chasch d Versionsgschicht vun ere Ursprungssyte mit dr Versionsgchicht vun ee Ziilsyte zämefiere.\nStell sicher, ass d Versionsgschicht vun eme Artikel historisch korrekt isch.\";'),('gsw','messages:mergehistory-into','s:13:\"gsw:Ziilsyte:\";'),('gsw','messages:mergehistory-invalid-destination','s:42:\"gsw:Ziilsyte muess e giltige Sytename syy.\";'),('gsw','messages:mergehistory-invalid-source','s:47:\"gsw:Ursprungssyte muess e giltige Sytename syy.\";'),('gsw','messages:mergehistory-list','s:41:\"gsw:Versione, wu zämegfierd chenne wäre\";'),('gsw','messages:mergehistory-merge','s:233:\"gsw:Die Versione vu „[[:$1]]“ chenne no „[[:$2]]“ ibertrait wäre. Markier d Version, wu d Versione bis zuen ere solle yyschliessli ibertrage wäre. Bitte gib Acht, ass d Nutzig vu dr Navigationsgleicher d Uuswahl zrucksetzt.\";'),('gsw','messages:mergehistory-no-destination','s:40:\"gsw:Ziilsyte „$1“ isch nit vorhande.\";'),('gsw','messages:mergehistory-no-source','s:45:\"gsw:Ursprungssyte „$1“ isch nit vorhande.\";'),('gsw','messages:mergehistory-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:mergehistory-redirect-text','s:3:\"en:\";'),('gsw','messages:mergehistory-revisionrow','s:29:\"en:$1 ($2) $3 . . $4 $5 $6 $7\";'),('gsw','messages:mergehistory-same-destination','s:51:\"gsw:Uusgangs- un Ziilsyte derfe nit di nämlige syy\";'),('gsw','messages:mergehistory-source-deleted','s:163:\"de:Zusätzlich wurde [[:$1]] gelöscht, weil es keine sichtbaren Versionen mehr hat und sein Inhaltsmodell das Hinterlassen von Weiterleitungen nicht unterstützt.\";'),('gsw','messages:mergehistory-source-deleted-reason','s:183:\"de:Die Quellseite wird nach dem Zusammenführen der Versionsgeschichte automatisch gelöscht, da ihr Inhaltsmodell keine Weiterleitungen und keine verbleibenden Versionen unterstützt\";'),('gsw','messages:mergehistory-submit','s:23:\"gsw:Fier Versione zäme\";'),('gsw','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('gsw','messages:mergelog','s:25:\"gsw:Zämefierigs-Logbuech\";'),('gsw','messages:mergelogpagetext','s:71:\"gsw:Des isch e Lischt vu dr letschte Zämefierige vu Versionsgschichte.\";'),('gsw','messages:metadata','s:12:\"gsw:Metadate\";'),('gsw','messages:metadata-collapse','s:32:\"gsw:Erwytereti Details verstecke\";'),('gsw','messages:metadata-expand','s:29:\"gsw:Erwytereti Details azeige\";'),('gsw','messages:metadata-fields','s:366:\"gsw:Die Fälder vu dr EXIF-Metadate, wu in däm MediaWiki-Systemtext aagee sin, wäre uf Bildbschrybigssyte mit ere yyklappte Metadatetabälle aazeigt.\nAndri wäre standardmäßig nit aazeigt.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('gsw','messages:metadata-help','s:237:\"gsw:Die Datei het wyteri Informatione, allwäg vor Digitalkamera oder vom Scanner wo se het gschaffe.\nWe die Datei isch veränderet worde, de cha\'s sy, das die zuesätzlechi Information für di verändereti Datei nümm richtig zuetrifft.\";'),('gsw','messages:metadata-langitem','s:26:\"en:<strong>$2:</strong> $1\";'),('gsw','messages:metadata-langitem-default','s:5:\"en:$1\";'),('gsw','messages:mimesearch','s:15:\"gsw:MIME-Suechi\";'),('gsw','messages:mimesearch-summary','s:221:\"gsw:Uf däre Spezialsyte chenne d Dateie noch em MIME-Typ gfilteret wäre. In dr Yygob muess es alliwyl dr Medie- un Subtyp din haa, byspilswys <code>image/jpeg</code> oder <code>image/*</code> (lueg Bildbschryybigssyte).\";'),('gsw','messages:mimetype','s:13:\"gsw:MIME-Typ:\";'),('gsw','messages:minimum-size','s:19:\"gsw:Mindeschtgressi\";'),('gsw','messages:minlength1','s:52:\"gsw:Dateinäme mien zmindescht e Buechstab lang syy.\";'),('gsw','messages:minoredit','s:34:\"gsw:Numen es birebitzeli gänderet\";'),('gsw','messages:minoreditletter','s:5:\"gsw:C\";'),('gsw','messages:minutes','s:35:\"gsw:{{PLURAL:$1|1 Minut|$1 Minute}}\";'),('gsw','messages:minutes-abbrev','s:9:\"en:$1 min\";'),('gsw','messages:minutes-ago','s:43:\"gsw:vor {{PLURAL:$1|eire Minute|$1 Minute}}\";'),('gsw','messages:missing-article','s:271:\"gsw:Dr Täkscht fir „$1“ $2 isch nit in dr Datebank gfunde wore.\n\nDie Syte isch villicht glescht oder verschobe wore.\n\nWänn s des nit isch, hesch villicht e Fähler in dr Software gfunde. Bitte mäld des eme [[Special:ListUsers/sysop|Ammann]] un gib d URL derzue aa.\";'),('gsw','messages:missing-revision','s:311:\"gsw:D Version $1 vu dr Syte mit Name „{{FULLPAGENAME}}“ git s nit.\n\nDää Fähler chunnt normalerwyys dur e veraltete Link zue dr Versionsgschicht vun ere Syte, wu in dr Zwischezyt glescht woren isch.\nEinzelheite chasch im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lesch-Logbuech] bschaue.\";'),('gsw','messages:missing-revision-content','s:76:\"de:Der Inhalt der Version $1 der Seite „$2“ konnte nicht geladen werden.\";'),('gsw','messages:missing-revision-permission','s:225:\"de:Die Version #$1 gehört zu einer gelöschten Seite. Du kannst sie [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} ansehen]; Details stehen im [{{fullurl:{{#Special:Log}}/delete|page=$3}} Löschlogbuch].\";'),('gsw','messages:missingarticle-diff','s:41:\"gsw:(Unterschid zwische Versione: $1, $2)\";'),('gsw','messages:missingarticle-rev','s:25:\"gsw:(Versionsnummere: $1)\";'),('gsw','messages:missingcommentheader','s:164:\"gsw:<strong>Obacht:</strong> Du hesch kei Iberschrift für dä Kommentar yygee.\nWänn nomol uf „$1“ drucksch, wird Dyyni Bearbeitig ohni Iberschrift gspicheret.\";'),('gsw','messages:missingcommenttext','s:36:\"gsw:Bitte gib Dyy Kommentar unte yy.\";'),('gsw','messages:missingsummary','s:118:\"gsw:\'\'\'Obacht:\'\'\' Du hesch kei Zämefassig aagee. Wenn du nomol uf Spychere drucksch, wird d Änderung ohni gspychert.\";'),('gsw','messages:mobile-frontend-account-create-captcha-placeholder','s:29:\"de:Bestätigungscode eingeben\";'),('gsw','messages:mobile-frontend-account-create-email-placeholder','s:28:\"de:E-Mail-Adresse (optional)\";'),('gsw','messages:mobile-frontend-account-create-submit','s:15:\"de:Registrieren\";'),('gsw','messages:mobile-frontend-app-title','s:13:\"de:Mobile App\";'),('gsw','messages:mobile-frontend-back-to-top-of-section','s:27:\"gsw:Ei Abschnitt zruckgumpe\";'),('gsw','messages:mobile-frontend-browse-tags-header','s:15:\"de:Markierungen\";'),('gsw','messages:mobile-frontend-categories-add','s:27:\"de:Zu Kategorie hinzufügen\";'),('gsw','messages:mobile-frontend-categories-add-heading','s:67:\"de:<strong><span>$1</span> zu neuen Kategorien hinzufügen</strong>\";'),('gsw','messages:mobile-frontend-categories-add-wait','s:38:\"de:Speichere Kategorien, bitte warten.\";'),('gsw','messages:mobile-frontend-categories-heading','s:30:\"de:<strong>Kategorien</strong>\";'),('gsw','messages:mobile-frontend-categories-hidden','s:18:\"de:Organisatorisch\";'),('gsw','messages:mobile-frontend-categories-nocat','s:62:\"de:Diese Seite wurde bislang noch keiner Kategorie zugeordnet.\";'),('gsw','messages:mobile-frontend-categories-nodata','s:77:\"de:Es gab einen Fehler. Hast du einige Kategorien zum Speichern hinzugefügt?\";'),('gsw','messages:mobile-frontend-categories-nomatch','s:91:\"de:Es wurde keine Kategorie für deine Anfrage gefunden. Du solltest eine andere versuchen.\";'),('gsw','messages:mobile-frontend-categories-normal','s:17:\"de:Inhaltsbasiert\";'),('gsw','messages:mobile-frontend-categories-search','s:20:\"de:Kategorien suchen\";'),('gsw','messages:mobile-frontend-categories-subheading','s:55:\"de:Die Seite wurde den folgenden Kategorien zugeordnet:\";'),('gsw','messages:mobile-frontend-categories-summary','s:29:\"de:Zu Kategorien hinzugefügt\";'),('gsw','messages:mobile-frontend-changeslist-ip','s:20:\"de:Anonymer Benutzer\";'),('gsw','messages:mobile-frontend-changeslist-nocomment','s:31:\"gsw:kei Bearbeitigszämmefassig\";'),('gsw','messages:mobile-frontend-clear-search','s:11:\"gsw:Lääre\";'),('gsw','messages:mobile-frontend-commons-category-view','s:17:\"de:Bilder für $1\";'),('gsw','messages:mobile-frontend-console-recruit','s:312:\"de:\\o/ Hey! Dies ist Open-Source-Software und wir brauchen Freiwillige, um uns beim Erstellen dieser Sache zu unterstützen, sie besser zu machen und Fehler zu beheben, die du vielleicht in dieser JavaScript-Konsole gesehen hast!\n\nDu findest unser Backlog unter https://phabricator.wikimedia.org/project/view/67/\";'),('gsw','messages:mobile-frontend-contribution-summary','s:76:\"de:Alle Versionen bearbeitet von {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('gsw','messages:mobile-frontend-cookies-required','s:111:\"de:Cookies sind erforderlich, um zwischen Ansichtsmodi zu wechseln. Bitte aktiviere sie und versuche es erneut.\";'),('gsw','messages:mobile-frontend-copyright','s:70:\"gsw:Dr Inhalt isch verfiegbar unter $1, wänn nyt andersch aagee isch.\";'),('gsw','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('gsw','messages:mobile-frontend-desc','s:46:\"gsw:Optimiert Darstellig fir Mobili Ändgerät\";'),('gsw','messages:mobile-frontend-diffview-404-desc','s:63:\"de:Die Kennung für die gewünschte Version ist nicht vorhanden\";'),('gsw','messages:mobile-frontend-diffview-404-title','s:21:\"de:Ungültige Version\";'),('gsw','messages:mobile-frontend-diffview-anonymous','s:20:\"de:Anonymer Benutzer\";'),('gsw','messages:mobile-frontend-diffview-bytesadded','s:46:\"de:{{PLURAL:$1|Ein Byte|$1 Byte}} hinzugefügt\";'),('gsw','messages:mobile-frontend-diffview-bytesnochange','s:30:\"de:Keine Änderung der Größe\";'),('gsw','messages:mobile-frontend-diffview-bytesremoved','s:42:\"de:{{PLURAL:$1|Ein Byte|$1 Byte}} entfernt\";'),('gsw','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('gsw','messages:mobile-frontend-diffview-editcount','s:61:\"de:<div>$1</div> {{PLURAL:$1|Eine Bearbeitung|Bearbeitungen}}\";'),('gsw','messages:mobile-frontend-diffview-explained','s:67:\"de:Die folgenden Zeilen wurden hinzugefügt (+) und entfernt (−):\";'),('gsw','messages:mobile-frontend-diffview-title','s:14:\"de:Änderungen\";'),('gsw','messages:mobile-frontend-disable-images','s:44:\"gsw:Bilder in dr mobilen Aasicht deaktiviere\";'),('gsw','messages:mobile-frontend-dismiss-notification','s:33:\"gsw:die Benochrichtigung zuemache\";'),('gsw','messages:mobile-frontend-donate-button-label','s:10:\"de:Spenden\";'),('gsw','messages:mobile-frontend-donate-image-anon','s:63:\"de:Bitte melde dich an, um die hochgeladenen Dateien anzusehen.\";'),('gsw','messages:mobile-frontend-donate-image-heading','s:26:\"de:Deine letzten Beiträge\";'),('gsw','messages:mobile-frontend-donate-image-login-action','s:129:\"de:<strong>Medien auf {{SITENAME}} werden von Menschen wie dir gespendet.</strong><br />Melde dich an, um deine Medien zu teilen.\";'),('gsw','messages:mobile-frontend-donate-image-nouploads','s:31:\"de:Keine hochgeladenen Dateien.\";'),('gsw','messages:mobile-frontend-donate-image-signup-action','s:60:\"de:Registriere dich, um deine Medien mit der Welt zu teilen.\";'),('gsw','messages:mobile-frontend-donate-image-title','s:23:\"de:Hochgeladene Dateien\";'),('gsw','messages:mobile-frontend-donate-photo-first-upload-success','s:55:\"de:Erfolgreich! Vielen Dank für deinen ersten Beitrag!\";'),('gsw','messages:mobile-frontend-donate-photo-upload-success','s:71:\"de:Erfolgreich! Dein Bild kann jetzt auf {{SITENAME}} verwendet werden!\";'),('gsw','messages:mobile-frontend-drawer-cancel','s:12:\"de:Abbrechen\";'),('gsw','messages:mobile-frontend-edit-login-action','s:83:\"de:<strong>Hilf, {{SITENAME}} zu verbessern.</strong><br />Zum Bearbeiten anmelden.\";'),('gsw','messages:mobile-frontend-edit-signup-action','s:87:\"de:<strong>Hilf, {{SITENAME}} zu verbessern.</strong><br />Zum Bearbeiten registrieren.\";'),('gsw','messages:mobile-frontend-editor-abusefilter-disallow','s:88:\"de:Diese Bearbeitung konnte nicht gespeichert werden, da ein Problem festgestellt wurde.\";'),('gsw','messages:mobile-frontend-editor-abusefilter-read-more','s:13:\"de:Mehr lesen\";'),('gsw','messages:mobile-frontend-editor-abusefilter-warning','s:100:\"de:Warnung: Willst du diese Bearbeitung wirklich speichern? Mit dieser könnte es ein Problem geben.\";'),('gsw','messages:mobile-frontend-editor-add-reference','s:14:\"de:Hinzufügen\";'),('gsw','messages:mobile-frontend-editor-anon','s:28:\"de:Ohne Anmeldung bearbeiten\";'),('gsw','messages:mobile-frontend-editor-anonwarning','s:318:\"de:<strong>Warnung:</strong> Du bist nicht angemeldet. Deine IP-Adresse wird öffentlich sichtbar, wenn du Bearbeitungen durchführst. Falls du dich <strong>anmeldest</strong> oder <strong>ein Benutzerkonto erstellst</strong>, werden deine Bearbeitungen zusammen mit anderen Beiträgen deinem Benutzernamen zugeordnet.\";'),('gsw','messages:mobile-frontend-editor-blocked-info','s:136:\"de:Deine IP-Adresse wurde für das Bearbeiten gesperrt. Die Sperre wurde von {{GENDER:$1|$1}} aus dem folgenden Grund durchgeführt: $2.\";'),('gsw','messages:mobile-frontend-editor-blocked-info-loggedin','s:135:\"de:Dein Benutzerkonto ist für das Bearbeiten gesperrt. Die Sperre wurde von {{GENDER:$2|$2}} aus dem folgenden Grund durchgeführt: $1\";'),('gsw','messages:mobile-frontend-editor-bold','s:7:\"de:Fett\";'),('gsw','messages:mobile-frontend-editor-bold-text','s:14:\"de:Fetter Text\";'),('gsw','messages:mobile-frontend-editor-cancel','s:12:\"de:Abbrechen\";'),('gsw','messages:mobile-frontend-editor-cancel-confirm','s:50:\"de:Willst du wirklich deine Bearbeitung verwerfen?\";'),('gsw','messages:mobile-frontend-editor-captcha-try-again','s:37:\"de:Falscher Code. Versuche es erneut.\";'),('gsw','messages:mobile-frontend-editor-continue','s:11:\"de:Nächste\";'),('gsw','messages:mobile-frontend-editor-cta','s:35:\"de:Hilf, diese Seite zu verbessern!\";'),('gsw','messages:mobile-frontend-editor-disabled','s:58:\"de:Diese Seite ist geschützt, um Vandalismus vorzubeugen.\";'),('gsw','messages:mobile-frontend-editor-edit','s:13:\"gsw:Bearbeite\";'),('gsw','messages:mobile-frontend-editor-editing','s:13:\"de:Bearbeiten\";'),('gsw','messages:mobile-frontend-editor-editing-page','s:50:\"de:<span><strong>Bearbeiten</strong> von $1</span>\";'),('gsw','messages:mobile-frontend-editor-error','s:51:\"de:Fehler. Die Bearbeitung wurde nicht gespeichert.\";'),('gsw','messages:mobile-frontend-editor-error-conflict','s:70:\"de:Fehler. Ein anderer Benutzer hat inzwischen diese Seite bearbeitet.\";'),('gsw','messages:mobile-frontend-editor-error-loading','s:53:\"de:Fehler. Der Abschnitt konnte nicht geladen werden.\";'),('gsw','messages:mobile-frontend-editor-error-preview','s:106:\"de:Beim Laden der Vorschau ist ein unerwarteter Fehler aufgetreten. Bitte schließen und erneut versuchen.\";'),('gsw','messages:mobile-frontend-editor-insert-reference','s:27:\"de:Einzelnachweis einfügen\";'),('gsw','messages:mobile-frontend-editor-italic','s:9:\"de:Kursiv\";'),('gsw','messages:mobile-frontend-editor-italic-text','s:16:\"de:Kursiver Text\";'),('gsw','messages:mobile-frontend-editor-keep-editing','s:20:\"de:Weiter bearbeiten\";'),('gsw','messages:mobile-frontend-editor-licensing','s:144:\"de:Durch das Speichern von Änderungen stimmst du der Veröffentlichung deines Beitrags unter {{PLURAL:$2|der Lizenz|den Lizenzen}} „$1“ zu.\";'),('gsw','messages:mobile-frontend-editor-licensing-with-terms','s:155:\"de:Durch das Speichern von Änderungen stimmst du den $1 und der Veröffentlichung deines Beitrags unter {{PLURAL:$3|der Lizenz|den Lizenzen}} „$2“ zu.\";'),('gsw','messages:mobile-frontend-editor-new-page-confirm','s:82:\"de:{{GENDER:$1|Möchtest}} du wirklich eine neue Seite auf {{SITENAME}} erstellen?\";'),('gsw','messages:mobile-frontend-editor-newpage-prompt','s:80:\"de:Diese Seite ist nicht vorhanden. Warum bist du nicht mutig und erstellst sie?\";'),('gsw','messages:mobile-frontend-editor-placeholder','s:63:\"de:Dieser Abschnitt ist leer. Sei der Erste, der ihn erweitert!\";'),('gsw','messages:mobile-frontend-editor-placeholder-new-page','s:63:\"de:{{GENDER:$1|Du}} erstellst eine neue Seite auf {{SITENAME}}!\";'),('gsw','messages:mobile-frontend-editor-previewing-page','s:48:\"de:<span><strong>Vorschau</strong> von $1</span>\";'),('gsw','messages:mobile-frontend-editor-redirect-title','s:35:\"de:Weiterleitung auf den Editor …\";'),('gsw','messages:mobile-frontend-editor-redlink-create','s:18:\"de:Seite erstellen\";'),('gsw','messages:mobile-frontend-editor-redlink-explain','s:41:\"de:Diese Seite wurde noch nicht erstellt.\";'),('gsw','messages:mobile-frontend-editor-redlink-leave','s:14:\"de:Nein danke.\";'),('gsw','messages:mobile-frontend-editor-reference','s:17:\"de:Einzelnachweis\";'),('gsw','messages:mobile-frontend-editor-reference-placeholder','s:39:\"de:Welche Quelle möchtest du zuweisen?\";'),('gsw','messages:mobile-frontend-editor-save','s:12:\"de:Speichern\";'),('gsw','messages:mobile-frontend-editor-success','s:52:\"de:Erfolgreich! Deine Bearbeitung wurde gespeichert.\";'),('gsw','messages:mobile-frontend-editor-success-landmark-1','s:65:\"de:Herzlichen Glückwunsch! Du bist jetzt ein {{SITENAME}}-Autor!\";'),('gsw','messages:mobile-frontend-editor-success-new-page','s:60:\"de:Herzlichen Glückwunsch zur Erstellung einer neuen Seite!\";'),('gsw','messages:mobile-frontend-editor-summary','s:19:\"de:Zusammenfassung:\";'),('gsw','messages:mobile-frontend-editor-summary-placeholder','s:55:\"de:Beispiel: Tippfehler korrigiert, Inhalt hinzugefügt\";'),('gsw','messages:mobile-frontend-editor-summary-request','s:36:\"de:Wie hast du die Seite verbessert?\";'),('gsw','messages:mobile-frontend-editor-switch-confirm','s:101:\"de:Du musst deine Bearbeitung speichern, bevor du zu einem anderen Bearbeitungsmodus wechseln kannst.\";'),('gsw','messages:mobile-frontend-editor-switch-editor','s:18:\"de:Editor wechseln\";'),('gsw','messages:mobile-frontend-editor-switch-visual-editor','s:37:\"de:Zur visuellen Bearbeitung wechseln\";'),('gsw','messages:mobile-frontend-editor-terms-link','s:27:\"de:[$1 Nutzungsbedingungen]\";'),('gsw','messages:mobile-frontend-editor-tutorial-cancel','s:13:\"de:Nein danke\";'),('gsw','messages:mobile-frontend-editor-tutorial-confirm','s:30:\"de:Mit dem Bearbeiten anfangen\";'),('gsw','messages:mobile-frontend-editor-tutorial-summary','s:80:\"de:Versuche, die Seite „$1“ zu verbessern.<br />Habe keine Angst vor Markup.\";'),('gsw','messages:mobile-frontend-editor-unavailable','s:112:\"de:Das mobile Bearbeiten ist derzeit für deinen Browser nicht verfügbar. Bitte versuche einen anderen Browser.\";'),('gsw','messages:mobile-frontend-editor-undo-unsupported','s:79:\"de:Das Rückgängigmachen wird derzeit von mobilen Geräten nicht unterstützt.\";'),('gsw','messages:mobile-frontend-editor-uploadenable','s:73:\"de:Bitte lade zuerst ein Foto hoch, damit du die Seite bearbeiten kannst.\";'),('gsw','messages:mobile-frontend-editor-viewing-source-page','s:60:\"de:<strong>Quelltext betrachten von</strong><span> $1</span>\";'),('gsw','messages:mobile-frontend-editor-wait','s:39:\"de:Speichere Bearbeitung. Bitte warten.\";'),('gsw','messages:mobile-frontend-enable-images','s:42:\"gsw:Bilder in dr mobilen Aasicht aktiviere\";'),('gsw','messages:mobile-frontend-expand-sections-description','s:73:\"de:Immer alle Abschnitte beim Navigieren auf eine neue Seite expandieren.\";'),('gsw','messages:mobile-frontend-expand-sections-status','s:30:\"de:Alle Abschnitte expandieren\";'),('gsw','messages:mobile-frontend-featured-article','s:18:\"gsw:Inhalt vum Tag\";'),('gsw','messages:mobile-frontend-first-upload-wizard-new-page-1','s:55:\"de:Bilder auf {{SITENAME}} kommen von Wikimedia Commons\";'),('gsw','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:54:\"de:Teile deine Bilder. Erwecke {{SITENAME}} zum Leben!\";'),('gsw','messages:mobile-frontend-first-upload-wizard-new-page-2','s:128:\"de:Vermeide urheberrechtlich geschütztes Material, das du im Internet gefunden hast, ebenso Bilder von Postern, Buchcovern etc.\";'),('gsw','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:51:\"de:Deine Bilder bilden Menschen auf der ganzen Welt\";'),('gsw','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:14:\"de:Verstanden?\";'),('gsw','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:6:\"de:Ja!\";'),('gsw','messages:mobile-frontend-fontchanger-desc','s:73:\"de:Vergrößert oder verkleinert die Textgröße zur besseren Lesbarkeit.\";'),('gsw','messages:mobile-frontend-fontchanger-link','s:17:\"de:Schriftgröße\";'),('gsw','messages:mobile-frontend-footer-contact','s:11:\"gsw:Kontakt\";'),('gsw','messages:mobile-frontend-footer-sitename','s:16:\"gsw:{{SITENAME}}\";'),('gsw','messages:mobile-frontend-generic-404-desc','s:63:\"de:Die Seite, nach der du suchst, konnte nicht gefunden werden.\";'),('gsw','messages:mobile-frontend-generic-404-title','s:34:\"de:Fehler – Seite nicht gefunden\";'),('gsw','messages:mobile-frontend-generic-login','s:51:\"gsw:{{SITENAME}} wird vu Mänsche wie Dir gschaffe.\";'),('gsw','messages:mobile-frontend-generic-login-action','s:28:\"gsw:Mäld Di aa zum Mitmache\";'),('gsw','messages:mobile-frontend-generic-login-new','s:105:\"de:<strong>{{SITENAME}} wurde von Menschen wie dir erstellt.</strong><br />Melde dich an zum Mitarbeiten.\";'),('gsw','messages:mobile-frontend-generic-signup-action','s:30:\"de:Zur Mitarbeit registrieren.\";'),('gsw','messages:mobile-frontend-history','s:47:\"de:Die Versionsgeschichte dieser Seite ansehen.\";'),('gsw','messages:mobile-frontend-history-404-desc','s:163:\"de:Für eine nicht vorhandene Seite kann keine Versionsgeschichte angezeigt werden. Entweder wurde die Seite gelöscht oder du bist einem ungültigen Link gefolgt.\";'),('gsw','messages:mobile-frontend-history-404-title','s:24:\"de:Seite nicht vorhanden\";'),('gsw','messages:mobile-frontend-history-no-results','s:73:\"de:Keine Versionsgeschichteneinträge entsprechen dem angegebenen Filter.\";'),('gsw','messages:mobile-frontend-home-button','s:9:\"gsw:Start\";'),('gsw','messages:mobile-frontend-image-cancel-confirm','s:23:\"de:Hochladen abbrechen?\";'),('gsw','messages:mobile-frontend-image-heading-describe','s:25:\"de:Bild \'\'\'beschreiben\'\'\'\";'),('gsw','messages:mobile-frontend-image-uploading','s:27:\"de:Bild \'\'\'hochladen\'\'\' …\";'),('gsw','messages:mobile-frontend-images-status','s:10:\"gsw:Bilder\";'),('gsw','messages:mobile-frontend-language-article-heading','s:30:\"gsw:In ere andere Sproch läse\";'),('gsw','messages:mobile-frontend-language-header','s:75:\"gsw:De Artikel isch uff {{PLURAL:$1|einere Sprooch|$1 Sprooche}} verfiegbar\";'),('gsw','messages:mobile-frontend-language-heading','s:28:\"de:<strong>Sprachen</strong>\";'),('gsw','messages:mobile-frontend-language-site-choose','s:17:\"gsw:Sproch sueche\";'),('gsw','messages:mobile-frontend-language-variant-header','s:56:\"de:Variante von {{#language:{{CONTENTLANG}}}} auswählen\";'),('gsw','messages:mobile-frontend-languages-404-desc','s:48:\"de:Es muss ein gültiger Titel angegeben werden.\";'),('gsw','messages:mobile-frontend-languages-404-title','s:17:\"de:Sprachenfehler\";'),('gsw','messages:mobile-frontend-languages-header','s:11:\"de:Sprachen\";'),('gsw','messages:mobile-frontend-languages-header-page','s:18:\"de:$1 – Sprachen\";'),('gsw','messages:mobile-frontend-languages-nonexistent-title','s:42:\"de:Die Seite „$1“ ist nicht vorhanden.\";'),('gsw','messages:mobile-frontend-languages-text','s:64:\"de:$1 ist verfügbar in {{PLURAL:$2|einer Sprache|$2 Sprachen}}.\";'),('gsw','messages:mobile-frontend-languages-variant-header','s:46:\"de:Varianten von {{#language:{{CONTENTLANG}}}}\";'),('gsw','messages:mobile-frontend-last-modified-date','s:34:\"gsw:Zletscht gänderat am $1 am $2\";'),('gsw','messages:mobile-frontend-last-modified-days','s:57:\"de:Zuletzt geändert vor {{PLURAL:$1|einem Tag|$1 Tagen}}\";'),('gsw','messages:mobile-frontend-last-modified-hours','s:62:\"de:Zuletzt geändert vor {{PLURAL:$1|einer Stunde|$1 Stunden}}\";'),('gsw','messages:mobile-frontend-last-modified-just-now','s:24:\"de:Gerade eben geändert\";'),('gsw','messages:mobile-frontend-last-modified-minutes','s:62:\"de:Zuletzt geändert vor {{PLURAL:$1|einer Minute|$1 Minuten}}\";'),('gsw','messages:mobile-frontend-last-modified-months','s:61:\"de:Zuletzt geändert vor {{PLURAL:$1|einem Monat|$1 Monaten}}\";'),('gsw','messages:mobile-frontend-last-modified-seconds','s:64:\"de:Zuletzt geändert vor {{PLURAL:$1|einer Sekunde|$1 Sekunden}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-days','s:129:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einem Tag|$3 Tagen}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-hours','s:134:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einer Stunde|$3 Stunden}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-just-now','s:104:\"de:[$3 Zuletzt {{GENDER:$1|bearbeitet}}] gerade eben von {{PLURAL:$4|[$5 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-minutes','s:134:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einer Minute|$3 Minuten}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-months','s:133:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einem Monat|$3 Monaten}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-seconds','s:136:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einer Sekunde|$3 Sekunden}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-with-user-years','s:131:\"de:[$4 Zuletzt {{GENDER:$1|bearbeitet}} vor {{PLURAL:$3|einem Jahr|$3 Jahren}}] von {{PLURAL:$5|[$6 $2]|0=einem anonymen Benutzer}}\";'),('gsw','messages:mobile-frontend-last-modified-years','s:59:\"de:Zuletzt geändert vor {{PLURAL:$1|einem Jahr|$1 Jahren}}\";'),('gsw','messages:mobile-frontend-lead-image-tutorial-confirm','s:20:\"de:Hochladen starten\";'),('gsw','messages:mobile-frontend-lead-image-tutorial-summary','s:160:\"de:Stelle sicher, dass dein Bild bei der Illustration der Seite helfen kann. Es sollte ein Bild sein, das du erstellt hast und das keine Urheberrechte verletzt.\";'),('gsw','messages:mobile-frontend-loading-message','s:11:\"de:Lade …\";'),('gsw','messages:mobile-frontend-logged-in-homepage-notification','s:18:\"de:Willkommen, $1!\";'),('gsw','messages:mobile-frontend-logged-in-toast-notification','s:21:\"de:Angemeldet als $1.\";'),('gsw','messages:mobile-frontend-logged-out','s:18:\"gsw:Nit aagmäldet\";'),('gsw','messages:mobile-frontend-login','s:12:\"gsw:Aamälde\";'),('gsw','messages:mobile-frontend-main-menu','s:13:\"de:Hauptmenü\";'),('gsw','messages:mobile-frontend-main-menu-account-create','s:24:\"gsw:Benutzerkonto aalege\";'),('gsw','messages:mobile-frontend-main-menu-back','s:16:\"de:Zurück gehen\";'),('gsw','messages:mobile-frontend-main-menu-button-tooltip','s:22:\"gsw:Hauptmenü ufmache\";'),('gsw','messages:mobile-frontend-main-menu-featured','s:21:\"gsw:Bsundersch glunge\";'),('gsw','messages:mobile-frontend-main-menu-login','s:12:\"gsw:Aamälde\";'),('gsw','messages:mobile-frontend-main-menu-logout','s:12:\"gsw:Abmälde\";'),('gsw','messages:mobile-frontend-main-menu-nearby','s:18:\"gsw:In de Nööchi\";'),('gsw','messages:mobile-frontend-main-menu-page-title','s:20:\"de:Websitenavigation\";'),('gsw','messages:mobile-frontend-main-menu-settings','s:14:\"gsw:Yystellige\";'),('gsw','messages:mobile-frontend-main-menu-settings-heading','s:19:\"gsw:Mobilyystellige\";'),('gsw','messages:mobile-frontend-main-menu-upload','s:23:\"de:Hochgeladene Dateien\";'),('gsw','messages:mobile-frontend-main-menu-watchlist','s:22:\"gsw:Beobachtigslischte\";'),('gsw','messages:mobile-frontend-media-details','s:15:\"de:Einzelheiten\";'),('gsw','messages:mobile-frontend-media-license-link','s:20:\"de:Lizenzinformation\";'),('gsw','messages:mobile-frontend-meta-data-issues','s:35:\"gsw:Mit däm Artikel git s Probläm\";'),('gsw','messages:mobile-frontend-meta-data-issues-categories','s:24:\"de:Über diese Kategorie\";'),('gsw','messages:mobile-frontend-meta-data-issues-header','s:28:\"gsw:Dää Artikel verbessere\";'),('gsw','messages:mobile-frontend-meta-data-issues-header-talk','s:20:\"de:Über diese Seite\";'),('gsw','messages:mobile-frontend-meta-data-issues-talk','s:31:\"de:Über diese Diskussionsseite\";'),('gsw','messages:mobile-frontend-missing-image','s:8:\"gsw:Bild\";'),('gsw','messages:mobile-frontend-nearby-distance','s:33:\"de:{{PLURAL:$1|Ein|$1}} Kilometer\";'),('gsw','messages:mobile-frontend-nearby-distance-meters','s:29:\"de:{{PLURAL:$1|Ein|$1}} Meter\";'),('gsw','messages:mobile-frontend-nearby-error','s:59:\"de:„In der Nähe“ von {{SITENAME}} hat einige Probleme.\";'),('gsw','messages:mobile-frontend-nearby-error-guidance','s:46:\"de:Versuche, deinen Standort zu aktualisieren.\";'),('gsw','messages:mobile-frontend-nearby-loading','s:43:\"de:Themen laden, die in deiner Nähe liegen\";'),('gsw','messages:mobile-frontend-nearby-lookup-ui-error','s:95:\"de:„In der Nähe“ von {{SITENAME}} konnte nicht herausfinden, wo du bist. Erneut versuchen?\";'),('gsw','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:66:\"de:Versuche es auf einer freien Fläche mit einem besseren Signal.\";'),('gsw','messages:mobile-frontend-nearby-noresults','s:81:\"de:Hier ist es ruhig … Es wurden keine Seiten mit Themen in der Nähe gefunden.\";'),('gsw','messages:mobile-frontend-nearby-noresults-guidance','s:93:\"de:Versuche eine neue Seite zu erstellen oder den Standort für eine vorhandene hinzuzufügen\";'),('gsw','messages:mobile-frontend-nearby-permission','s:98:\"de:„In der Nähe“ von {{SITENAME}} hat keine Berechtigung, um auf deinen Standort zuzugreifen.\";'),('gsw','messages:mobile-frontend-nearby-permission-guidance','s:149:\"de:Bitte stelle sicher, dass du eine Berechtigung zum Anzeigen deines Standortes gegeben hast. Überprüfe die Standorteinstellungen deines Browsers.\";'),('gsw','messages:mobile-frontend-nearby-refresh','s:25:\"de:Standort aktualisieren\";'),('gsw','messages:mobile-frontend-nearby-requirements','s:81:\"de:Leider unterstützt dein Webbrowser nicht „In der Nähe“ von {{SITENAME}}.\";'),('gsw','messages:mobile-frontend-nearby-requirements-guidance','s:79:\"de:Versuche einen anderen Browser oder aktiviere JavaScript, falls deaktiviert.\";'),('gsw','messages:mobile-frontend-nearby-sectiontext','s:39:\"de:In der Nähe des Themas dieser Seite\";'),('gsw','messages:mobile-frontend-nearby-title','s:15:\"de:In der Nähe\";'),('gsw','messages:mobile-frontend-news-items','s:20:\"gsw:In dr Nochrichte\";'),('gsw','messages:mobile-frontend-opt-in-explain','s:141:\"gsw:Wänn du bim Beta-Test mitmachsch, chunnsch Zuegriff uf experimentälli Funktione iber, wu aber au Probläm un Fähler chenne verursache.\";'),('gsw','messages:mobile-frontend-overlay-close','s:13:\"de:Schließen\";'),('gsw','messages:mobile-frontend-overlay-continue','s:13:\"de:Fortfahren\";'),('gsw','messages:mobile-frontend-page-edit-summary','s:63:\"de:<span><strong>Bearbeitungszusammenfassung</strong> $1</span>\";'),('gsw','messages:mobile-frontend-page-menu-contents','s:10:\"gsw:Inhalt\";'),('gsw','messages:mobile-frontend-page-menu-history','s:12:\"gsw:Versione\";'),('gsw','messages:mobile-frontend-page-menu-language-current','s:32:\"de:{{#language:{{CONTENTLANG}}}}\";'),('gsw','messages:mobile-frontend-pageaction-edit-tooltip','s:54:\"gsw:Due dr Yyfierirgsabschnitt fir die Syte bearbeite.\";'),('gsw','messages:mobile-frontend-pageaction-upload-tooltip','s:51:\"de:Lade ein Einführungsfoto für diese Seite hoch.\";'),('gsw','messages:mobile-frontend-panel-betaoptin-msg','s:182:\"de:Möchtest du einige neue Funktionen austesten? Durch die Teilnahme an Beta erhältst du Zugriff auf experimentelle Funktionen unter dem Risiko, dass Fehler und Probleme auftreten.\";'),('gsw','messages:mobile-frontend-panel-cancel','s:13:\"de:Nein danke\";'),('gsw','messages:mobile-frontend-panel-ok','s:7:\"de:Okay\";'),('gsw','messages:mobile-frontend-password','s:13:\"gsw:Passwort:\";'),('gsw','messages:mobile-frontend-password-confirm-placeholder','s:23:\"de:Passwort bestätigen\";'),('gsw','messages:mobile-frontend-password-placeholder','s:12:\"gsw:Passwort\";'),('gsw','messages:mobile-frontend-photo-article-donate-comment','s:54:\"de:Beigetragenes Bild von Spezial:Hochgeladene Dateien\";'),('gsw','messages:mobile-frontend-photo-article-edit-comment','s:48:\"de:Bild zur Verwendung in der Seite hinzugefügt\";'),('gsw','messages:mobile-frontend-photo-caption-placeholder','s:40:\"de:Beschreibe dieses Bild (erforderlich)\";'),('gsw','messages:mobile-frontend-photo-licensing','s:113:\"de:Durch das Hochladen dieses Bildes stimmst du der Veröffentlichung deines Bildes unter der Lizenz „$1“ zu.\";'),('gsw','messages:mobile-frontend-photo-licensing-with-terms','s:120:\"de:Durch Hochladen dieses Bildes stimmst du den $1 und der Veröffentlichung deines Bildes unter der Lizenz „$2“ zu.\";'),('gsw','messages:mobile-frontend-photo-ownership','s:38:\"de:Ich, $1, habe dieses Bild erstellt.\";'),('gsw','messages:mobile-frontend-photo-ownership-confirm','s:14:\"de:Verstanden!\";'),('gsw','messages:mobile-frontend-photo-ownership-help','s:18:\"de:Was heißt das?\";'),('gsw','messages:mobile-frontend-photo-submit','s:12:\"de:Hochladen\";'),('gsw','messages:mobile-frontend-photo-upload','s:39:\"de:Ein Bild zu dieser Seite hinzufügen\";'),('gsw','messages:mobile-frontend-photo-upload-anon','s:63:\"de:Bitte melde dich an, um ein Bild dieser Seite hinzuzufügen.\";'),('gsw','messages:mobile-frontend-photo-upload-comment','s:30:\"de:Bild zur Seite hinzugefügt\";'),('gsw','messages:mobile-frontend-photo-upload-copyvio','s:153:\"de:Warnung! Dieses Foto sieht verdächtig aus. Falls dies kein selbst aufgenommenes Foto ist, lade es bitte nicht hoch. Möchtest du wirklich fortfahren?\";'),('gsw','messages:mobile-frontend-photo-upload-error','s:34:\"de:Fehler. Bitte erneut versuchen.\";'),('gsw','messages:mobile-frontend-photo-upload-error-file-type','s:30:\"de:Bitte nur Bilder hochladen.\";'),('gsw','messages:mobile-frontend-photo-upload-error-filename','s:65:\"de:Fehler. Bitte eine aussagekräftigere Zusammenfassung angeben.\";'),('gsw','messages:mobile-frontend-photo-upload-generic','s:21:\"de:Ein Bild beitragen\";'),('gsw','messages:mobile-frontend-photo-upload-invalid-user','s:47:\"de:Der Benutzer „$1“ ist nicht registriert.\";'),('gsw','messages:mobile-frontend-photo-upload-success-article','s:53:\"de:Erfolgreich! Dein Bild ist jetzt auf dieser Seite.\";'),('gsw','messages:mobile-frontend-photo-upload-unavailable','s:72:\"de:Das Hochladen von Bildern wird von deinem Browser nicht unterstützt.\";'),('gsw','messages:mobile-frontend-photo-upload-user-count','s:87:\"de:{{PLURAL:$1|<span>1</span> hochgeladene Datei|<span>$1</span> hochgeladene Dateien}}\";'),('gsw','messages:mobile-frontend-photo-upload-user-count-over-limit','s:28:\"de:500+ hochgeladene Dateien\";'),('gsw','messages:mobile-frontend-placeholder','s:26:\"gsw:{{SITENAME}} dursueche\";'),('gsw','messages:mobile-frontend-placeholder-app','s:37:\"de:{{SITENAME}} durchsuchen (Web-App)\";'),('gsw','messages:mobile-frontend-placeholder-beta','s:34:\"de:{{SITENAME}} durchsuchen (Beta)\";'),('gsw','messages:mobile-frontend-pointer-dismiss','s:13:\"de:Ausblenden\";'),('gsw','messages:mobile-frontend-privacy-link-text','s:14:\"gsw:Dateschutz\";'),('gsw','messages:mobile-frontend-profile-activity-heading','s:20:\"de:Letzte Aktivität\";'),('gsw','messages:mobile-frontend-profile-error','s:11:\"de:Oh nein!\";'),('gsw','messages:mobile-frontend-profile-footer-ancient','s:194:\"de:[[Special:Contributions/$1|{{PLURAL:$3|Eine Bearbeitung|$3 Bearbeitungen}} durchgeführt]] und [[Special:Uploads/$1|{{PLURAL:$4|eine Datei|$4 Dateien|500=mehr als 500 Dateien}} hochgeladen]].\";'),('gsw','messages:mobile-frontend-profile-footer-days','s:226:\"de:Beigetreten vor {{PLURAL:$2|einem Tag|$2 Tagen}} mit [[Special:Contributions/$1|{{PLURAL:$3|einer Bearbeitung|$3 Bearbeitungen}}]] und [[Special:Uploads/$1|{{PLURAL:$4|einer hochgeladenen Datei|$4 hochgeladenen Dateien}}]].\";'),('gsw','messages:mobile-frontend-profile-footer-months','s:236:\"de:Beigetreten vor über {{PLURAL:$2|einem Monat|$2 Monaten}} mit [[Special:Contributions/$1|{{PLURAL:$3|einer Bearbeitung|$3 Bearbeitungen}}]] und [[Special:Uploads/$1|{{PLURAL:$4|einer hochgeladenen Datei|$4 hochgeladenen Dateien}}]].\";'),('gsw','messages:mobile-frontend-profile-footer-years','s:234:\"de:Beigetreten vor über {{PLURAL:$2|einem Jahr|$2 Jahren}} mit [[Special:Contributions/$1|{{PLURAL:$3|einer Bearbeitung|$3 Bearbeitungen}}]] und [[Special:Uploads/$1|{{PLURAL:$4|einer hochgeladenen Datei|$4 hochgeladenen Dateien}}]].\";'),('gsw','messages:mobile-frontend-profile-last-edit','s:91:\"de:{{GENDER:$3|Bearbeitete}} die Seite [[:$1]], {{PLURAL:$2|gestern|vor $2 Tagen|0=heute}}.\";'),('gsw','messages:mobile-frontend-profile-last-thank','s:83:\"de:Zuletzt {{GENDER:$2|gedankt}} {{GENDER:$1|durch}} [[Special:UserProfile/$1|$1]].\";'),('gsw','messages:mobile-frontend-profile-noargs','s:99:\"de:Es wurde kein Benutzername angegeben. Bitte gib einen Benutzernamen an, um ein Profil anzusehen.\";'),('gsw','messages:mobile-frontend-profile-nouser','s:176:\"de:Es ist kein Benutzer mit diesem Namen vorhanden. Bei Benutzernamen wird zwischen Groß- und Kleinschreibung unterschieden. Überprüfe bitte, ob er korrekt eingegeben wurde.\";'),('gsw','messages:mobile-frontend-profile-title','s:17:\"de:Benutzerprofil\";'),('gsw','messages:mobile-frontend-profile-userpage-link','s:40:\"de:{{GENDER:$1|Benutzerseite}} besuchen.\";'),('gsw','messages:mobile-frontend-profile-usertalk','s:35:\"de:Mit {{GENDER:$1|$1}} diskutieren\";'),('gsw','messages:mobile-frontend-quick-lookup-looking','s:24:\"de:Suchen nach „$1“.\";'),('gsw','messages:mobile-frontend-quick-lookup-no-results','s:49:\"de:Es konnte nichts mit „$1“ gefunden werden.\";'),('gsw','messages:mobile-frontend-quick-lookup-not-internal','s:44:\"de:Leider ist dies kein Link in dieses Wiki.\";'),('gsw','messages:mobile-frontend-random-button','s:11:\"gsw:Zuefall\";'),('gsw','messages:mobile-frontend-references-citation','s:12:\"de:Zitierung\";'),('gsw','messages:mobile-frontend-regular-site','s:22:\"gsw:Klassischi Aasicht\";'),('gsw','messages:mobile-frontend-requires-mobile','s:117:\"de:Diese Seite ist für Desktoprechner nicht verfügbar. Bitte wähle am Seitenende den Link für die mobile Ansicht.\";'),('gsw','messages:mobile-frontend-requires-optin','s:160:\"de:Diese Seite ist nicht verfügbar, bis du dich für unseren Beta-Modus angemeldet hast. Besuche zur Anmeldung die [[Special:MobileOptions|Einstellungsseite]].\";'),('gsw','messages:mobile-frontend-requires-title','s:25:\"de:Seite nicht verfügbar\";'),('gsw','messages:mobile-frontend-save-error','s:87:\"de:Fehler beim Speichern der Einstellungen. Stelle sicher, dass Cookies aktiviert sind.\";'),('gsw','messages:mobile-frontend-save-settings','s:23:\"gsw:Yystellige spychere\";'),('gsw','messages:mobile-frontend-saving-exit-page','s:115:\"de:Dein Beitrag wird noch gespeichert. Beim Verlassen gehen deine Beiträge verloren. Willst du wirklich abbrechen?\";'),('gsw','messages:mobile-frontend-search-content','s:18:\"de:Suche in Seiten\";'),('gsw','messages:mobile-frontend-search-content-no-results','s:100:\"de:„{{int:mobile-frontend-search-content}}“, um zu sehen, ob der Suchbegriff irgendwo auftaucht.\";'),('gsw','messages:mobile-frontend-search-feedback-link-text','s:30:\"de:Gib uns deine Rückmeldung.\";'),('gsw','messages:mobile-frontend-search-feedback-prompt','s:52:\"de:Konntest du nicht das finden, wonach du suchtest?\";'),('gsw','messages:mobile-frontend-search-no-results','s:32:\"de:Keine Seite mit diesem Titel.\";'),('gsw','messages:mobile-frontend-search-submit','s:8:\"gsw:Gang\";'),('gsw','messages:mobile-frontend-settings-beta','s:8:\"gsw:Beta\";'),('gsw','messages:mobile-frontend-settings-images-explain','s:41:\"de:Alle Bildinhalte in einer Seite laden.\";'),('gsw','messages:mobile-frontend-settings-site-description','s:126:\"gsw:{{SITENAME}} stoht in {{PLURAL:$1|ere Sproch|$1 Sproche}} z Verfiegig. Alli verfiegbare Sprochversione sin unten ufgfiert.\";'),('gsw','messages:mobile-frontend-settings-site-header','s:24:\"gsw:{{SITENAME}}-Sproche\";'),('gsw','messages:mobile-frontend-sign-in-error-heading','s:10:\"de:Hoppla!\";'),('gsw','messages:mobile-frontend-sign-in-heading','s:12:\"gsw:Aamälde\";'),('gsw','messages:mobile-frontend-sign-in-why','s:79:\"de:Falls du ein {{SITENAME}}-Benutzerkonto hast, kannst du dich unten anmelden.\";'),('gsw','messages:mobile-frontend-sign-up-heading','s:15:\"de:Registrieren\";'),('gsw','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:24:\"de:Wo drückt der Schuh?\";'),('gsw','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:8:\"de:Thema\";'),('gsw','messages:mobile-frontend-talk-add-overlay-submit','s:25:\"de:Diskussion hinzufügen\";'),('gsw','messages:mobile-frontend-talk-back-to-filepage','s:30:\"de:Zurück zur Datei „$1“.\";'),('gsw','messages:mobile-frontend-talk-back-to-page','s:30:\"de:Zurück zur Seite „$1“.\";'),('gsw','messages:mobile-frontend-talk-back-to-projectpage','s:37:\"de:Zurück zur Projektseite „$1“.\";'),('gsw','messages:mobile-frontend-talk-back-to-userpage','s:56:\"de:Zurück zur Benutzerseite von „{{GENDER:$1|$1}}“.\";'),('gsw','messages:mobile-frontend-talk-edit-summary','s:33:\"de:Neuer Diskussionsabschnitt: $1\";'),('gsw','messages:mobile-frontend-talk-explained','s:48:\"de:Die folgenden Diskussionen sind derzeit aktiv\";'),('gsw','messages:mobile-frontend-talk-explained-empty','s:46:\"de:Zu dieser Seite gibt es keine Diskussionen.\";'),('gsw','messages:mobile-frontend-talk-fullpage','s:22:\"de:Als Wikiseite lesen\";'),('gsw','messages:mobile-frontend-talk-overlay-header','s:13:\"de:Diskussion\";'),('gsw','messages:mobile-frontend-talk-overlay-lead-header','s:24:\"de:Unbenannte Diskussion\";'),('gsw','messages:mobile-frontend-talk-reply','s:10:\"de:Antwort\";'),('gsw','messages:mobile-frontend-talk-reply-info','s:68:\"de:Deine Antwort wird automatisch mit deinem Benutzernamen signiert.\";'),('gsw','messages:mobile-frontend-talk-reply-success','s:72:\"de:Deine Antwort wurde erfolgreich auf der Diskussionsseite gespeichert.\";'),('gsw','messages:mobile-frontend-talk-topic-error','s:81:\"de:Das Thema konnte aufgrund eines unbekannten Fehlers nicht hinzugefügt werden.\";'),('gsw','messages:mobile-frontend-talk-topic-error-badtoken','s:123:\"de:Es gab einen Fehler auf dem Server. Deine Bearbeitung konnte nicht gespeichert werden. Versuche, die Seite neu zu laden.\";'),('gsw','messages:mobile-frontend-talk-topic-error-permission','s:100:\"de:Das Thema konnte nicht hinzugefügt werden. Du hast nicht die Berechtigung, Seiten zu bearbeiten.\";'),('gsw','messages:mobile-frontend-talk-topic-error-protected','s:103:\"de:Diese Diskussionsseite ist geschützt. Du hast nicht die Berechtigung, Themen auf ihr hinzuzufügen.\";'),('gsw','messages:mobile-frontend-talk-topic-error-spam','s:63:\"de:Das Thema wurde abgelehnt, da es ein Spam-Fragment enthielt.\";'),('gsw','messages:mobile-frontend-talk-topic-feedback','s:62:\"de:Es wurde ein neues Thema der Diskussionsseite hinzugefügt!\";'),('gsw','messages:mobile-frontend-talk-topic-wait','s:51:\"de:Dein neues Thema wird gespeichert, bitte warten.\";'),('gsw','messages:mobile-frontend-terms-text','s:20:\"gsw:Nutzigsbedingige\";'),('gsw','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('gsw','messages:mobile-frontend-thanked-notice','s:75:\"de:$1 wurde gesagt, dass du {{GENDER:$2|seine|ihre|die}} Bearbeitung magst.\";'),('gsw','messages:mobile-frontend-user-account','s:16:\"de:Benutzerkonto\";'),('gsw','messages:mobile-frontend-user-button-tooltip','s:36:\"de:Meine Benachrichtigungen anzeigen\";'),('gsw','messages:mobile-frontend-user-cta','s:84:\"de:Bitte melde dich an oder registriere dich, um deine Benachrichtigungen anzusehen.\";'),('gsw','messages:mobile-frontend-user-newmessages','s:55:\"de:Du hast neue Nachrichten auf deiner Diskussionsseite\";'),('gsw','messages:mobile-frontend-userlogin-loggedin-register','s:126:\"de:Du bist bereits als {{GENDER:$1|$1}} angemeldet.\nNutze das unten stehende Formular, um einen anderen Benutzer zu erstellen.\";'),('gsw','messages:mobile-frontend-username','s:17:\"gsw:Benutzername:\";'),('gsw','messages:mobile-frontend-username-placeholder','s:16:\"gsw:Benutzername\";'),('gsw','messages:mobile-frontend-view','s:18:\"gsw:Mobili Aasicht\";'),('gsw','messages:mobile-frontend-view-desktop','s:16:\"gsw:Arbetsflechi\";'),('gsw','messages:mobile-frontend-view-mobile','s:9:\"gsw:Mobil\";'),('gsw','messages:mobile-frontend-view-source','s:23:\"de:Quelltext betrachten\";'),('gsw','messages:mobile-frontend-watch-login','s:49:\"de:Füge „$1“ deiner Beobachtungsliste hinzu.\";'),('gsw','messages:mobile-frontend-watchlist-a-z','s:12:\"de:Auflisten\";'),('gsw','messages:mobile-frontend-watchlist-a-z-empty-howto','s:191:\"de:Du beobachtest derzeit keine Seiten. Deine Beobachtungsliste hilft dir dabei, die Seiten zu verfolgen, an denen du interessiert bist. Beobachte Seiten, indem du das Sternensymbol antippst.\";'),('gsw','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:31:\"de:Klicke auf das Sternensymbol\";'),('gsw','messages:mobile-frontend-watchlist-add','s:52:\"de:$1 wurde zu deiner Beobachtungsliste hinzugefügt\";'),('gsw','messages:mobile-frontend-watchlist-back-home','s:25:\"de:Zurück zur Hauptseite\";'),('gsw','messages:mobile-frontend-watchlist-cta','s:52:\"de:Verfolge diese Seite und alle Änderungen an ihr.\";'),('gsw','messages:mobile-frontend-watchlist-cta-button-login','s:12:\"gsw:Aamälde\";'),('gsw','messages:mobile-frontend-watchlist-cta-button-signup','s:15:\"de:Registrieren\";'),('gsw','messages:mobile-frontend-watchlist-error','s:75:\"de:Es gab ein Problem beim Beobachten dieser Seite. Bitte erneut versuchen.\";'),('gsw','messages:mobile-frontend-watchlist-feed','s:12:\"de:Geändert\";'),('gsw','messages:mobile-frontend-watchlist-feed-empty','s:65:\"de:Es gibt keine Seiten mit kürzlich durchgeführten Änderungen\";'),('gsw','messages:mobile-frontend-watchlist-filter-all','s:7:\"de:Alle\";'),('gsw','messages:mobile-frontend-watchlist-filter-articles','s:9:\"de:Seiten\";'),('gsw','messages:mobile-frontend-watchlist-filter-other','s:9:\"de:Andere\";'),('gsw','messages:mobile-frontend-watchlist-filter-talk','s:13:\"de:Diskussion\";'),('gsw','messages:mobile-frontend-watchlist-login-action','s:35:\"de:Melde dich an, um dies zu sehen.\";'),('gsw','messages:mobile-frontend-watchlist-more','s:7:\"de:mehr\";'),('gsw','messages:mobile-frontend-watchlist-please-wait','s:68:\"de:Bitte warten. Die Beobachtungsaktion dauert länger als erwartet.\";'),('gsw','messages:mobile-frontend-watchlist-purpose','s:146:\"de:<strong>Eine Beobachtungsliste hilft dir, Seiten zu merken und Änderungen an ihnen zu verfolgen.</strong><br />Melde dich an, um sie zu sehen.\";'),('gsw','messages:mobile-frontend-watchlist-removed','s:49:\"de:$1 wurde von deiner Beobachtungsliste entfernt\";'),('gsw','messages:mobile-frontend-watchlist-signup-action','s:150:\"de:<strong>Eine Beobachtungsliste hilft dir Seiten einzumerken und Änderungen an ihnen zu verfolgen.</strong> Registriere dich, um jetzt zu beginnen.\";'),('gsw','messages:mobile-frontend-watchlist-view','s:34:\"de:Deine Beobachtungsliste ansehen\";'),('gsw','messages:mobile.css','s:76:\"de:/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */\";'),('gsw','messages:mobile.js','s:83:\"de:/* Das folgende JavaScript wird für alle Nutzer der Mobilen Version geladen. */\";'),('gsw','messages:modeleditnotsupported-text','s:76:\"de:Das Bearbeiten wird für Seiten des Inhaltsmodells $1 nicht unterstützt.\";'),('gsw','messages:modeleditnotsupported-title','s:28:\"de:Bearbeiten nicht möglich\";'),('gsw','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('gsw','messages:modifiedarticleprotection-comment','s:67:\"de:{{GENDER:$2|Änderte}} die Schutzeinstellungen für „[[$1]]“\";'),('gsw','messages:mon','s:8:\"gsw:Män\";'),('gsw','messages:monday','s:11:\"gsw:Mäntig\";'),('gsw','messages:monday-at','s:17:\"gsw:Mäntig um $1\";'),('gsw','messages:month','s:12:\"gsw:u Monet:\";'),('gsw','messages:months','s:36:\"gsw:{{PLURAL:$1|$1 Monet|$1 Mönet}}\";'),('gsw','messages:monthsall','s:8:\"gsw:alli\";'),('gsw','messages:moredotdotdot','s:11:\"gsw:Meh …\";'),('gsw','messages:morelinkstoimage','s:57:\"gsw:[[Special:WhatLinksHere/$1|Meh Links]] fir die Datei.\";'),('gsw','messages:morenotlisted','s:45:\"gsw:Die Lischt isch vilycht nit vollständig.\";'),('gsw','messages:mostcategories','s:37:\"gsw:Sytene mit de meischte Kategorië\";'),('gsw','messages:mostcategories-summary','s:3:\"en:\";'),('gsw','messages:mostimages','s:32:\"gsw:Am meischte verlinkti Dateie\";'),('gsw','messages:mostimages-summary','s:3:\"en:\";'),('gsw','messages:mostinterwikis','s:38:\"gsw:Syte mit de meischte Interwikilink\";'),('gsw','messages:mostinterwikis-summary','s:3:\"en:\";'),('gsw','messages:mostlinked','s:44:\"gsw:Syte, wo am meischte druff verwyyse wird\";'),('gsw','messages:mostlinked-summary','s:3:\"en:\";'),('gsw','messages:mostlinkedcategories','s:36:\"gsw:Am meischte verlinkti Kategorië\";'),('gsw','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('gsw','messages:mostlinkedtemplates','s:27:\"gsw:Meist-y’bundnigi Syte\";'),('gsw','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('gsw','messages:mostrevisions','s:36:\"gsw:Syte mit de meischte Bearbeitige\";'),('gsw','messages:mostrevisions-summary','s:3:\"en:\";'),('gsw','messages:move','s:14:\"gsw:Verschiebe\";'),('gsw','messages:move-leave-redirect','s:27:\"gsw:E Wyterleitig hinterloo\";'),('gsw','messages:move-over-sharedrepo','s:152:\"gsw:==Datei git s==\n[[:$1]] git s in ere gmeinsam gnutzte Mediedatebank. S Verschiebe vun ere Datei uf dää Titel iberschrybt di gmeinsam gnutzt Datei.\";'),('gsw','messages:move-page','s:23:\"gsw:„$1“ verschiebe\";'),('gsw','messages:move-page-legend','s:22:\"gsw:Artikel verschiebe\";'),('gsw','messages:move-redirect-text','s:3:\"en:\";'),('gsw','messages:move-subpages','s:33:\"gsw:Untersyte verschiebe (bis $1)\";'),('gsw','messages:move-talk-subpages','s:55:\"gsw:Untersyte vu dr Diskussionssyte verschiebe (bis $1)\";'),('gsw','messages:move-watch','s:22:\"gsw:Die Syte beobachte\";'),('gsw','messages:movecategorypage-warning','s:219:\"gsw:<strong>Obacht:</strong> Du bisch e Kategoriesyten am Verschiebe. Bitte dänk dra, das nume die Syte verschobe wird. D Syte, wo zur alte Kategorie ghöre, wärde <strong>nid</strong> i di nöüi Kategorie verschobe.\";'),('gsw','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('gsw','messages:moveddeleted-notice','s:111:\"gsw:Die Syte git s nit.\nZur Information het s do s Lesch-, Syteschutz- un Verschiebungs-Logbuech vu däre Syte.\";'),('gsw','messages:moveddeleted-notice-recent','s:143:\"gsw:Die Syten isch leider ersch grad glöscht worde (i de letste 24 Stund). Zur Information stöh unde ds Lösch- und ds Verschiebigs-Logbuech.\";'),('gsw','messages:movelogpage','s:25:\"gsw:Verschiebigs-Logbuech\";'),('gsw','messages:movelogpagetext','s:62:\"gsw:Des isch e Lischte mit allene Syte wo verschobe worde sin.\";'),('gsw','messages:movenologintext','s:104:\"gsw:Du muesch e regischtrierte Benutzer syy un Di [[Special:UserLogin|aamälde]] go die Syte verschiebe.\";'),('gsw','messages:movenosubpage','s:31:\"gsw:Die Syte het kei Untersyte.\";'),('gsw','messages:movenotallowed','s:35:\"gsw:Du derfsch kei Syte verschiebe.\";'),('gsw','messages:movenotallowedfile','s:37:\"gsw:Du derfsch kei Dateie verschiebe.\";'),('gsw','messages:movepage-delete-first','s:162:\"de:Die Zielseite hat zu viele Versionen, um sie als Teil einer Seitenverschiebung zu löschen. Bitte lösche zuerst die Seite manuell und versuche es dann erneut.\";'),('gsw','messages:movepage-invalid-target-title','s:44:\"de:Der gewünschte Seitenname ist ungültig.\";'),('gsw','messages:movepage-max-pages','s:117:\"gsw:D Maximalaazaal vo $1 {{PLURAL:$1|Syte|Syte}} isch verschobe worde. Mee chönne automatisch nüt verschobe werde.\";'),('gsw','messages:movepage-moved','s:42:\"gsw:\'\'\'\"$1\" isch verschobe wore uf \"$2\"\'\'\'\";'),('gsw','messages:movepage-moved-noredirect','s:58:\"gsw:D Erstellig vonere Wyterleitig isch unterdruggt worde.\";'),('gsw','messages:movepage-moved-redirect','s:36:\"gsw:E Wyterleitig isch aagleit wore.\";'),('gsw','messages:movepage-page-exists','s:73:\"gsw:D Syte „$1“ gits scho un cha nüt automatisch überschribe werde.\";'),('gsw','messages:movepage-page-moved','s:53:\"gsw:D Syte „$1“ isch uf „$2“ verschobe worde.\";'),('gsw','messages:movepage-page-unmoved','s:65:\"gsw:D Syte „$1“ het nüt chönne uf „$2“ verschobe werde.\";'),('gsw','messages:movepage-source-doesnt-exist','s:65:\"de:Die Seite $1 existiert nicht und kann nicht verschoben werden.\";'),('gsw','messages:movepage-summary','s:3:\"en:\";'),('gsw','messages:movepagebtn','s:22:\"gsw:Artikel verschiebe\";'),('gsw','messages:movepagetalktext','s:269:\"gsw:We du das Chästli achrüzlisch, de wird di zueghörigi Diskussionssyten automatisch zum nöüe Titel verschobe, ussert es git dört scho’ne Diskussionssyte, wo nid läär isch.\n\nI däm Fäll muesch du d Syte vo Hand verschieben oder zämefüere, we du das wosch.\";'),('gsw','messages:movepagetext','s:907:\"gsw:Mit däm Formular chasch e Syte umnänne, indäm Du si mitsamt allne Versionen uf e neje Titel verschiebsch.\nDr alt Titel wird derno zum eje wyterleite.\nDu chasch Wyterleitige, wu uf dr Originaltitel verwyse, automatisch korrigiere loo.\nStell sicher, dass Du im Aaschluss alli [[Special:DoubleRedirects|dopplete]] oder [[Special:BrokenRedirects|defekte Wyterleitige]] iberpriefsch.\nDu bisch derfir verantwortlig, ass Link wyter uf s korräkt Ziil verwyse.\n\nD Syte wird \'\'\'nit\'\'\' verschobe, wänn s scho ne Syte mit em vorgsähne Titel git, usser s isch e Wyterleitig ohni Versionsgschicht.\nDes heißt, ass Du d Umnännig chasch ruckgängig mache, wänn e Fähler gmacht hesch. Du chasch dergege kei Syte, wu s scho git, iberschrybe.\n\n\'\'\'Warnig!\'\'\'\nD Verschiebig cha wyteri un nit erwarteti Folge fir vylmol bsuechti Syte haa.\nDu sottsch wäge däm d Konsequänze verstande haa, vorbe jetz wyter machsch.\";'),('gsw','messages:movepagetext-noredirectfixer','s:834:\"gsw:Mit däm Formular unte chasch e Syte umnänne, indäm Du si mitsamt allene Versione uf e neje Titel verschiebsch.\nDr alt Titel leitet derno zum neje wyter.\nStell sicher, ass Du im Aaschluss alli [[Special:DoubleRedirects|dopplete]] oder [[Special:BrokenRedirects|kaputtige Wyterleitige]] iberpriefsch.\nDu bisch derfir verantwortli, ass Link wyter uf s korräkt Ziil verwyyse.\n\nD Syte wird \'\'\'nit\'\'\' verschobe, wänn s scho ne Syte git mit em vorgsähne Titel, ußer sälli isch läär oder e Wyterletig ohni ne Versionsgschicht.\nDes bedytet, ass Du d Umnännig chasch ruckgängig mache, wänn Du ne Fähler gmacht hesch. Du chasch aber kei Syte iberschryybe.\n\n\'\'\'Warnig!\'\'\'\nD Verschiebig cha großi un nit erwarteti Folge haa fir hyfig bsuechti Syte.\nDu sottsch wäge däm d Konsequänze verstande haa, voreb Du jetz wytermachsch.\";'),('gsw','messages:movepagetext-noredirectsupport','s:701:\"de:Mit untenstehendem Formular kannst du eine Seite umbenennen, indem du sie mitsamt allen Versionen auf einen neuen Titel verschiebst. Du bist dafür verantwortlich, dass Links weiterhin auf das korrekte Ziel verweisen. \n\nDie Seite wird <strong>nicht</strong> verschoben, sofern es bereits eine Seite mit dem vorgesehenen Titel gibt. Dies bedeutet, dass du die Umbenennung rückgängig machen kannst, sofern du einen Fehler gemacht hast. Du kannst hingegen keine existierende Seite überschreiben.\n\n<strong>Hinweis:</strong> Die Verschiebung kann weitreichende und unerwartete Folgen für häufig besuchte Seiten haben. Du solltest daher die Konsequenzen verstanden haben, bevor du jetzt fortfährst.\";'),('gsw','messages:movereason','s:10:\"gsw:Grund:\";'),('gsw','messages:movesubpage','s:37:\"gsw:{{PLURAL:$1|Untersyte|Untersyte}}\";'),('gsw','messages:movesubpagetalktext','s:141:\"de:Die dazugehörige Diskussionsseite hat {{PLURAL:$1|eine Unterseite, die unten angezeigt wird|$1 Unterseiten, die unten angezeigt werden}}.\";'),('gsw','messages:movesubpagetalktext-truncated','s:168:\"de:Die {{PLURAL:$1|erste Unterseite für die entsprechende Diskussionsseite wird|ersten $1 Unterseiten für die entsprechende Diskussionsseite werden}} unten angezeigt.\";'),('gsw','messages:movesubpagetext','s:54:\"gsw:Die Syte het $1 {{PLURAL:$1|Untersyte|Untersyte}}.\";'),('gsw','messages:movesubpagetext-truncated','s:114:\"de:Die {{PLURAL:$1|erste Unterseite dieser Seite wird|ersten $1 Unterseiten dieser Seite werden}} unten angezeigt.\";'),('gsw','messages:movetalk','s:51:\"gsw:Diskussionssyte nach Müglechkeit mitverschiebe\";'),('gsw','messages:movethispage','s:22:\"gsw:Artikel verschiebe\";'),('gsw','messages:moveuserpage-warning','s:164:\"gsw:\'\'\'Warnig:\'\'\' Du bis am Verschiebe vun ere Benutzersyte. Bitte gib Achtig, ass doderdur nume die Syte verschobe wird, aber dr Benutzer \'\'\'nit\'\'\' umgnännt wird.\";'),('gsw','messages:mute-preferences','s:32:\"de:Stummschaltungs-Einstellungen\";'),('gsw','messages:mw-widgets-abandonedit','s:102:\"de:Bist du sicher, dass du den Bearbeitungsmodus verlassen möchtest, ohne vorher zu veröffentlichen?\";'),('gsw','messages:mw-widgets-abandonedit-discard','s:26:\"de:Bearbeitungen verwerfen\";'),('gsw','messages:mw-widgets-abandonedit-keep','s:20:\"de:Weiter bearbeiten\";'),('gsw','messages:mw-widgets-abandonedit-title','s:18:\"de:Bist du sicher?\";'),('gsw','messages:mw-widgets-categoryselector-add-category-placeholder','s:33:\"de:Eine Kategorie hinzufügen …\";'),('gsw','messages:mw-widgets-copytextlayout-copy','s:11:\"de:Kopieren\";'),('gsw','messages:mw-widgets-copytextlayout-copy-fail','s:62:\"de:Der Text konnte nicht in die Zwischenablage kopiert werden.\";'),('gsw','messages:mw-widgets-copytextlayout-copy-success','s:38:\"de:Text in die Zwischenablage kopiert.\";'),('gsw','messages:mw-widgets-dateinput-no-date','s:24:\"gsw:Keis Datum usgsuecht\";'),('gsw','messages:mw-widgets-dateinput-placeholder-day','s:14:\"gsw:JJJJ-MM-TT\";'),('gsw','messages:mw-widgets-dateinput-placeholder-month','s:11:\"gsw:JJJJ-MM\";'),('gsw','messages:mw-widgets-mediasearch-input-placeholder','s:21:\"de:Nach Medien suchen\";'),('gsw','messages:mw-widgets-mediasearch-noresults','s:29:\"de:Keine Ergebnisse gefunden.\";'),('gsw','messages:mw-widgets-mediasearch-recent-uploads','s:52:\"de:{{GENDER:$1|Deine}} letzten hochgeladenen Dateien\";'),('gsw','messages:mw-widgets-mediasearch-results-aria-label','s:24:\"de:Medien-Suchergebnisse\";'),('gsw','messages:mw-widgets-table-row-delete','s:17:\"de:Zeile löschen\";'),('gsw','messages:mw-widgets-tagmultiselect-placeholder','s:26:\"de:Weitere hinzufügen …\";'),('gsw','messages:mw-widgets-titleinput-description-new-page','s:25:\"gsw:d Syte git’s no nid\";'),('gsw','messages:mw-widgets-titleinput-description-redirect','s:21:\"gsw:Wyterleitig uf $1\";'),('gsw','messages:mw-widgets-titlesmultiselect-placeholder','s:26:\"de:Weitere hinzufügen …\";'),('gsw','messages:mw-widgets-usersmultiselect-placeholder','s:26:\"de:Weitere hinzufügen …\";'),('gsw','messages:mycontris','s:18:\"gsw:Myyni Byyträg\";'),('gsw','messages:mycustomcssprotected','s:42:\"gsw:Du derfsch die CSS-Syte nit bearbeite.\";'),('gsw','messages:mycustomjsonprotected','s:62:\"de:Du hast keine Berechtigung, diese JSON-Seite zu bearbeiten.\";'),('gsw','messages:mycustomjsprotected','s:49:\"gsw:Du derfsch die JavaScript-Syte nit bearbeite.\";'),('gsw','messages:mycustomjsredirectprotected','s:151:\"de:Du hast keine Berechtigung, diese JavaScript-Seite zu bearbeiten, da sie eine Weiterleitung, die nicht in deinen Benutzernamensraum zeigt, enthält.\";'),('gsw','messages:mypage','s:8:\"gsw:Syte\";'),('gsw','messages:mypreferences','s:14:\"gsw:Yystellige\";'),('gsw','messages:mypreferencesprotected','s:45:\"gsw:Du derfsch Dyni Yystellige nit bearbeite.\";'),('gsw','messages:myprivateinfoprotected','s:56:\"gsw:Du derfsch Dyni privaten Informatione nit bearbeite.\";'),('gsw','messages:mytalk','s:18:\"gsw:Diskussionsyte\";'),('gsw','messages:mywatchlist','s:22:\"gsw:Beobachtigslischte\";'),('gsw','messages:namespace','s:15:\"gsw:Namensruum:\";'),('gsw','messages:namespace-nosubpages','s:53:\"de:Der Namensraum „$1“ erlaubt keine Unterseiten.\";'),('gsw','messages:namespace_association','s:26:\"gsw:Zuegordnete Namensruum\";'),('gsw','messages:namespaceprotected','s:76:\"gsw:Du hesch kei Berächtigung, die Syte im \'\'\'$1\'\'\'-Namensruum z bearbeite.\";'),('gsw','messages:namespaces','s:14:\"gsw:Namensryym\";'),('gsw','messages:namespacesall','s:8:\"gsw:alli\";'),('gsw','messages:nav-login-createaccount','s:27:\"gsw:Aamälde / Konto aalege\";'),('gsw','messages:navigation','s:14:\"gsw:Navigation\";'),('gsw','messages:navigation-heading','s:20:\"gsw:Navigationsmenü\";'),('gsw','messages:nbytes','s:31:\"gsw:$1 {{PLURAL:$1|Byte|Bytes}}\";'),('gsw','messages:ncategories','s:39:\"gsw:$1 {{PLURAL:$1|Kategori|Kategorie}}\";'),('gsw','messages:nchanges','s:39:\"gsw:$1 {{PLURAL:$1|Änderig|Änderige}}\";'),('gsw','messages:nearby','s:35:\"de:Seiten zu Themen in deiner Nähe\";'),('gsw','messages:negative-namespace-not-supported','s:63:\"de:Namensräume mit negativen Werten werden nicht unterstützt.\";'),('gsw','messages:newarticle','s:9:\"gsw:(Nej)\";'),('gsw','messages:newarticletext','s:245:\"gsw:Du bisch eme Link nogange zuen ere Syte, wu s nid git.\nZum die Syte aalege, chasch do in däm Chaschte unte aafange schrybe (lueg [$1 Hilfe] fir meh Informatione).\nWänn do nid hesch welle aane goh, no druck in Dyynem Browser uf \'\'\'Zruck\'\'\'.\";'),('gsw','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('gsw','messages:newimages','s:26:\"gsw:Gallery vo noie Bilder\";'),('gsw','messages:newimages-hidepatrolled','s:35:\"de:Kontrollierte Dateien ausblenden\";'),('gsw','messages:newimages-legend','s:10:\"gsw:Filter\";'),('gsw','messages:newimages-mediatype','s:13:\"de:Medientyp:\";'),('gsw','messages:newimages-showbots','s:26:\"gsw:Ufelade vo Bots azeige\";'),('gsw','messages:newimages-summary','s:60:\"gsw:Die Spezialsyte zeigt di zletscht uffegladene Dateie aa.\";'),('gsw','messages:newimages-user','s:31:\"de:IP-Adresse oder Benutzername\";'),('gsw','messages:newimagestext','s:4:\"en:-\";'),('gsw','messages:newmessagesdifflinkplural','s:49:\"gsw:letschti {{PLURAL:$1|Änderig|999=Änderige}}\";'),('gsw','messages:newmessageslinkplural','s:54:\"gsw:{{PLURAL:$1|e neji Nochricht|999=neji Nochrichte}}\";'),('gsw','messages:newpage','s:14:\"gsw:Nöji Syte\";'),('gsw','messages:newpageletter','s:5:\"gsw:N\";'),('gsw','messages:newpages','s:17:\"gsw:Nöji Artikel\";'),('gsw','messages:newpages-showhide-bots','s:10:\"de:Bots $1\";'),('gsw','messages:newpages-showhide-patrolled','s:31:\"de:Kontrollierte Änderungen $1\";'),('gsw','messages:newpages-showhide-redirect','s:21:\"de:Weiterleitungen $1\";'),('gsw','messages:newpages-showhide-registered','s:27:\"de:Registrierte Benutzer $1\";'),('gsw','messages:newpages-submit','s:11:\"de:Anzeigen\";'),('gsw','messages:newpages-summary','s:3:\"en:\";'),('gsw','messages:newpages-username','s:17:\"gsw:Benutzername:\";'),('gsw','messages:newpassword','s:18:\"gsw:Nöis Passwort\";'),('gsw','messages:newsection','s:18:\"de:Neuer Abschnitt\";'),('gsw','messages:newsection-page','s:12:\"de:Zielseite\";'),('gsw','messages:newsection-submit','s:17:\"de:Gehe zur Seite\";'),('gsw','messages:newsection-summary','s:3:\"en:\";'),('gsw','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('gsw','messages:newsectionsummary','s:27:\"gsw:Neje Abschnitt /* $1 */\";'),('gsw','messages:newtitle','s:17:\"gsw:Nöüe Titel:\";'),('gsw','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('gsw','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('gsw','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('gsw','messages:newuserlogpage','s:26:\"gsw:Nejaamäldigs-Logbuech\";'),('gsw','messages:newuserlogpagetext','s:56:\"gsw:Des isch e Logbuech fir nej aagleiti Benutzerchonte.\";'),('gsw','messages:newwindow','s:28:\"gsw:(imene nöie Fänschter)\";'),('gsw','messages:next','s:14:\"gsw:Nächschti\";'),('gsw','messages:next-page','s:17:\"gsw:nächsti Syte\";'),('gsw','messages:nextdiff','s:27:\"gsw:Nächschti Änderig →\";'),('gsw','messages:nextn','s:42:\"gsw:{{PLURAL:$1|nächschte|nächschti $1}}\";'),('gsw','messages:nextn-title','s:55:\"gsw:{{PLURAL:$1|Negscht Ergebnis|Negschti $1 Ergebnis}}\";'),('gsw','messages:nextpage','s:23:\"gsw:Nächscht Syte ($1)\";'),('gsw','messages:nextrevision','s:26:\"gsw:Nächschti Version →\";'),('gsw','messages:nimagelinks','s:40:\"gsw:Brucht uf $1 {{PLURAL:$1|Syte|Syte}}\";'),('gsw','messages:ninterwikis','s:51:\"gsw:{{PLURAL:$1|Ei Interwikilink|$1 Interwikilink}}\";'),('gsw','messages:nlinks','s:31:\"gsw:$1 {{PLURAL:$1|Link|Links}}\";'),('gsw','messages:nmembers','s:32:\"gsw:$1 {{PLURAL:$1|Syte|Sytene}}\";'),('gsw','messages:nmemberschanged','s:32:\"gsw:$1 → $2 {{PLURAL:$2|Syte}}\";'),('gsw','messages:no-null-revision','s:72:\"gsw:Di nej Nullversion fir d Syte „$1“ het nit chennen aagleit wäre\";'),('gsw','messages:noarticletext','s:309:\"gsw:Uf däre Syte het s no kei Täxt. \nDu chasch uf andere Syte [[Special:Search/{{PAGENAME}}|dä Yytrag sueche]], <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} dr Logbuechyytrag sueche, wo dezue ghert],\noder [{{fullurl:{{FULLPAGENAME}}|action=edit}} die Syte erstelle]</span>.\";'),('gsw','messages:noarticletext-nopermission','s:283:\"gsw:In däre Syte het s zur Zyt no kei Text.\nDu chasch dää Titel uf andre Syte [[Special:Search/{{PAGENAME}}|sueche]]\noder <span class=\"plainlinks\">in dr zuegherige [{{fullurl:{{#special:Log}}|page={{FULLPAGENAMEE}}}} Logbiecher sueche].</span> Du derfsch aber die Syte nit aalege.\";'),('gsw','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('gsw','messages:noautoblockblock','s:25:\"gsw:Autoblock deaktiviert\";'),('gsw','messages:nocontribs','s:63:\"gsw:S sin keini Benutzerbyytreg mit däne Kriterie gfunde wore.\";'),('gsw','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('gsw','messages:nocookiesfornew','s:198:\"gsw:S Benutzerkonto isch nit aagleit wore, wel d Datehärchumft nit het chenne uusgmacht wäre.\nS mueß sichergstellt syy, ass Cookies aktiviert sin. Derno ddie Syte nomol lade un s wider versueche.\";'),('gsw','messages:nocookieslogin','s:120:\"gsw:{{SITENAME}} brucht Cookies fir e Aamäldig. Du hesch d Cookies deaktiviert. Aktivier si bitte un versuech s no mol.\";'),('gsw','messages:nocookiesnew','s:221:\"gsw:Dr Benutzerzuegang isch aaglait wore, aber Du bisch nid yygloggt. {{SITENAME}} brucht fir die Funktion Cookies, bitte tue die aktiviere un logg Di derno mit Dyynem neje Benutzername un em Passwort, wu drzue ghert, yy.\";'),('gsw','messages:nocreate-loggedin','s:48:\"gsw:Du bisch nid berächtigt, neji Syte aazlege.\";'),('gsw','messages:nocreatetext','s:154:\"gsw:Uf {{SITENAME}} isch d Erstellig vo nöue Syten ygschränkt.\nDu chasch nur Syten ändere, wo\'s scho git, oder muesch di [[Special:UserLogin|amälde]].\";'),('gsw','messages:nocredits','s:48:\"gsw:Fir die Syte sin kein Informatione vorhande.\";'),('gsw','messages:node-count-exceeded-category','s:43:\"gsw:Syte, wo d Chnotezaal überschritte hen\";'),('gsw','messages:node-count-exceeded-category-desc','s:49:\"gsw:D Syte iberschrytet di maximal Chnotenaazahl.\";'),('gsw','messages:node-count-exceeded-warning','s:48:\"gsw:Die Syte het d Chnotepunktzaal iberschritte.\";'),('gsw','messages:noemail','s:50:\"gsw:Dr Benutzer \"$1\" het kei E-Mail-Adräss aagee.\";'),('gsw','messages:noemailcreate','s:44:\"gsw:Du muesch e giltigi E-Mail-Adräss aagee\";'),('gsw','messages:noemailprefs','s:85:\"gsw:Du hesch kei E-Mail-Adrässen aaggä, drum sy di folgende Funktione nid müglech.\";'),('gsw','messages:noemailtext','s:98:\"gsw:Dää Benutzer het kei bstätigti E-Mail-Adräss aagee oder wet kei E-Mail vo andere Benutzer.\";'),('gsw','messages:noemailtitle','s:23:\"gsw:Kei e-Mail-Adrässe\";'),('gsw','messages:nohistory','s:44:\"gsw:S git kei Versionsgschicht fir die Syte.\";'),('gsw','messages:noimages','s:22:\"gsw:Kei Dateie gfunde.\";'),('gsw','messages:noindex-category','s:31:\"gsw:Syte wu nit verzeichnet sin\";'),('gsw','messages:noindex-category-desc','s:179:\"gsw:Die Syte wird nid vo Bots indiziert, wil ds magische Wort <code><nowiki>__NOINDEX__</nowiki></code> uf ere steit und wil si zumene Namensruum ghört, wo die Flag erloubt isch.\";'),('gsw','messages:nolicense','s:17:\"gsw:kei Voruswahl\";'),('gsw','messages:nolinkshere','s:43:\"gsw:Kei Artikel verwyyst uf \'\'\'„$2“\'\'\'.\";'),('gsw','messages:nolinkshere-ns','s:62:\"gsw:Kei Syte verwyyst uf \'\'\'„$2“\'\'\' im gwehlte Namensruum.\";'),('gsw','messages:nolinkstoimage','s:34:\"gsw:Kei Artikel bruucht die Datei.\";'),('gsw','messages:noname','s:35:\"gsw:Du muesch e Benutzername aagee.\";'),('gsw','messages:nonfile-cannot-move-to-file','s:64:\"gsw:Nit-Dateie chenne nit in dr Datei-Namensruum verschobe wäre\";'),('gsw','messages:nonmain-slot-differences-therefore-readonly','s:238:\"de:Du kannst den Wikitext auf dieser Version der Seite nicht bearbeiten, da es seit dieser Version Änderungen an den Daten auf der Seite gegeben hat, die nicht Wikitext-basiert sind. [$1 Um diese Version wiederherzustellen, klicke hier.]\";'),('gsw','messages:nonnumeric-formatnum','s:52:\"de:Seiten mit nicht-numerischen formatnum-Argumenten\";'),('gsw','messages:nonnumeric-formatnum-desc','s:87:\"de:Die Seite enthält ein nicht-numerisches Argument für die Parserfunktion formatnum.\";'),('gsw','messages:nonwrite-api-promise-error','s:120:\"gsw:Dr HTTP-Header „Promise-Non-Write-API-Action“ isch gsändet wore, aber d Aafrog isch an e API-Schrybmodul gange.\";'),('gsw','messages:nopagetext','s:49:\"gsw:D Ziilsyte, wu aagee isch, isch nit vorhande.\";'),('gsw','messages:nopagetitle','s:30:\"gsw:Ziilsyte isch nit vorhande\";'),('gsw','messages:noscript.css','s:88:\"de:/* Das folgende CSS wirkt sich für Benutzer aus, die JavaScript deaktiviert haben */\";'),('gsw','messages:nospecialpagetext','s:143:\"gsw:<strong>Die Spezialsyte git s nit.</strong>\n\nAlli verfiegbare Spezialsyte sin in dr [[Special:SpecialPages|Lischt vu Spezialsyte]] z finde.\";'),('gsw','messages:nosuchaction','s:24:\"gsw:Die Aktion git s nit\";'),('gsw','messages:nosuchactiontext','s:178:\"gsw:Di Aktion, wu in dr URL aagee isch, isch nit giltig.\nVillicht hesch d URL falsch yygee oder bisch eme falsche Link noogange.\nDes chennt au ne Fähler aazeige in {{SITENAME}}.\";'),('gsw','messages:nosuchsectiontext','s:152:\"gsw:Du hesch versuecht e Abschnitt z bearbeite, wu s nid git.\nS cha syy, ass er verschoben oder glescht woren isch, derwylscht Du d Syte aagluegt hesch.\";'),('gsw','messages:nosuchsectiontitle','s:24:\"gsw:Abschnitt nit gfunde\";'),('gsw','messages:nosuchspecialpage','s:29:\"gsw:Die Spezialsyte git s nit\";'),('gsw','messages:nosuchuser','s:154:\"gsw:Dr Benutzername „$1“ git s nit.\n\nIberprief d Schrybwys, au d Groß- un Chlaischrybig, oder mäld Di as [[Special:CreateAccount|neje Benutzer aa]].\";'),('gsw','messages:nosuchusershort','s:65:\"gsw:S git kei Benutzername „$1“. Bitte iberprief d Schrybwys.\";'),('gsw','messages:notanarticle','s:12:\"gsw:Kei Syte\";'),('gsw','messages:notargettext','s:77:\"gsw:Du hesch nit aagee, uf weli Syte die Funktion soll druf aagwändet wäre.\";'),('gsw','messages:notargettitle','s:18:\"gsw:Kei Syte aagee\";'),('gsw','messages:note','s:18:\"gsw:\'\'\'Obacht: \'\'\'\";'),('gsw','messages:notextmatches','s:34:\"gsw:Kei Iberyystimmige mit Inhalte\";'),('gsw','messages:notificationemail_body_changed','s:240:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst, hat auf {{SITENAME}} die E-Mail-Adresse für das Benutzerkonto „$2“ auf „$3“ geändert.\n\nFalls du dies nicht warst, kontaktiere bitte umgehend einen Administrator des Wikis.\";'),('gsw','messages:notificationemail_body_removed','s:226:\"de:Jemand mit der IP-Adresse $1, wahrscheinlich du selbst, hat auf {{SITENAME}} die E-Mail-Adresse für das Benutzerkonto „$2“ entfernt.\n\nFalls du dies nicht warst, kontaktiere bitte umgehend einen Administrator des Wikis.\";'),('gsw','messages:notificationemail_subject_changed','s:67:\"de:Die registrierte E-Mail-Adresse auf {{SITENAME}} wurde geändert\";'),('gsw','messages:notificationemail_subject_removed','s:66:\"de:Die registrierte E-Mail-Adresse auf {{SITENAME}} wurde entfernt\";'),('gsw','messages:notloggedin','s:18:\"gsw:Nit aagmäldet\";'),('gsw','messages:notvisiblerev','s:29:\"gsw:Version isch glescht wore\";'),('gsw','messages:nouserspecified','s:32:\"gsw:Bitte gib e Benutzername yy.\";'),('gsw','messages:nov','s:8:\"gsw:Nov.\";'),('gsw','messages:november','s:13:\"gsw:Novämber\";'),('gsw','messages:november-gen','s:13:\"gsw:Novämber\";'),('gsw','messages:nowatchlist','s:50:\"gsw:Du hesch ke Yträg uf dyre Beobachtigslischte.\";'),('gsw','messages:nowikiemailtext','s:60:\"gsw:De Benutzer möcht kei E-Mails vo andri Benutzer erhalte\";'),('gsw','messages:nrevisions','s:39:\"gsw:$1 {{PLURAL:$1|Revision|Revisione}}\";'),('gsw','messages:ns-specialprotected','s:44:\"gsw:Spezialsyte chenne nid bearbeitet wäre.\";'),('gsw','messages:nstab-category','s:13:\"gsw:Kategorie\";'),('gsw','messages:nstab-help','s:8:\"gsw:Hilf\";'),('gsw','messages:nstab-image','s:10:\"gsw:Bildli\";'),('gsw','messages:nstab-main','s:8:\"gsw:Syte\";'),('gsw','messages:nstab-mainpage','s:13:\"gsw:Houptsyte\";'),('gsw','messages:nstab-media','s:13:\"gsw:Mediesyte\";'),('gsw','messages:nstab-mediawiki','s:13:\"gsw:Nochricht\";'),('gsw','messages:nstab-project','s:15:\"gsw:Projektsyte\";'),('gsw','messages:nstab-special','s:15:\"gsw:Spezialsyte\";'),('gsw','messages:nstab-talk','s:3:\"en:\";'),('gsw','messages:nstab-template','s:10:\"gsw:Vorlag\";'),('gsw','messages:nstab-user','s:31:\"gsw:{{GENDER:$1|Benutzername}}:\";'),('gsw','messages:ntimes','s:7:\"en:$1×\";'),('gsw','messages:ntransclusions','s:40:\"gsw:brucht uf $1 {{PLURAL:$1|Syte|Syte}}\";'),('gsw','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('gsw','messages:oct','s:8:\"gsw:Okt.\";'),('gsw','messages:october','s:11:\"gsw:Oktober\";'),('gsw','messages:october-gen','s:11:\"gsw:Oktober\";'),('gsw','messages:ok','s:6:\"gsw:OK\";'),('gsw','messages:oldpassword','s:17:\"gsw:Alts Passwort\";'),('gsw','messages:ooui-combobox-button-label','s:22:\"de:Optionen umschalten\";'),('gsw','messages:ooui-dialog-message-accept','s:7:\"de:Okay\";'),('gsw','messages:ooui-dialog-message-reject','s:12:\"de:Abbrechen\";'),('gsw','messages:ooui-dialog-process-continue','s:13:\"de:Fortfahren\";'),('gsw','messages:ooui-dialog-process-dismiss','s:13:\"de:Ausblenden\";'),('gsw','messages:ooui-dialog-process-error','s:28:\"de:Etwas ist schief gelaufen\";'),('gsw','messages:ooui-dialog-process-retry','s:19:\"de:Erneut versuchen\";'),('gsw','messages:ooui-field-help','s:8:\"de:Hilfe\";'),('gsw','messages:ooui-item-remove','s:12:\"de:Entfernen\";'),('gsw','messages:ooui-outline-control-move-down','s:33:\"de:Element nach unten verschieben\";'),('gsw','messages:ooui-outline-control-move-up','s:32:\"de:Element nach oben verschieben\";'),('gsw','messages:ooui-outline-control-remove','s:20:\"de:Element entfernen\";'),('gsw','messages:ooui-popup-widget-close-button-aria-label','s:13:\"de:Schließen\";'),('gsw','messages:ooui-selectfile-button-select','s:24:\"de:Eine Datei auswählen\";'),('gsw','messages:ooui-selectfile-button-select-multiple','s:23:\"de:Datei(en) auswählen\";'),('gsw','messages:ooui-selectfile-dragdrop-placeholder','s:23:\"de:Dateien hier ablegen\";'),('gsw','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:25:\"de:Datei(en) hier ablegen\";'),('gsw','messages:ooui-selectfile-not-supported','s:43:\"de:Die Dateiauswahl wird nicht unterstützt\";'),('gsw','messages:ooui-selectfile-placeholder','s:26:\"de:Keine Datei ausgewählt\";'),('gsw','messages:ooui-toolbar-more','s:7:\"de:Mehr\";'),('gsw','messages:ooui-toolgroup-collapse','s:10:\"de:Weniger\";'),('gsw','messages:ooui-toolgroup-expand','s:7:\"de:Mehr\";'),('gsw','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('gsw','messages:othercontribs','s:34:\"gsw:Basiert auf der Arbeit von $1.\";'),('gsw','messages:otherlanguages','s:22:\"gsw:In andere Sprooche\";'),('gsw','messages:others','s:10:\"gsw:anderi\";'),('gsw','messages:overwrite','s:66:\"gsw:S Iberschryybe vun ere Datei, wu s scho git, isch nit erlaubt.\";'),('gsw','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('gsw','messages:page-atom-feed','s:26:\"gsw:Atom-Feed fir „$1“\";'),('gsw','messages:page-rss-feed','s:26:\"gsw:RSS-Feed für „$1“\";'),('gsw','messages:page_first','s:9:\"gsw:Afang\";'),('gsw','messages:page_last','s:9:\"gsw:Ändi\";'),('gsw','messages:pagecategories','s:36:\"gsw:{{PLURAL:$1|Kategori|Kategorie}}\";'),('gsw','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('gsw','messages:pagedata-bad-title','s:25:\"de:Ungültiger Titel: $1.\";'),('gsw','messages:pagedata-not-acceptable','s:63:\"de:Kein passendes Format gefunden. Unterstützte MIME-Typen: $1\";'),('gsw','messages:pagedata-text','s:361:\"de:Diese Seite stellt eine Datenschnittstelle für Seiten zur Verfügung. Bitte gib mithilfe der Unterseitensyntax den Seitentitel in der URL an.\n* Übertragungen von Inhalten werden basierend auf dem Accept-Header deines Clients ausgeführt. Das bedeutet, dass die Seitendaten in dem Format zur Verfügung gestellt werden, das von deinem Client bevorzugt wird.\";'),('gsw','messages:pagedata-title','s:14:\"de:Seitendaten\";'),('gsw','messages:pagehist','s:21:\"gsw:Versionsgeschicht\";'),('gsw','messages:pagehistory','s:21:\"de:Versionsgeschichte\";'),('gsw','messages:pagehistory-summary','s:3:\"en:\";'),('gsw','messages:pageid','s:19:\"de:Seitenkennung $1\";'),('gsw','messages:pageinfo','s:22:\"de:Seiteninformationen\";'),('gsw','messages:pageinfo-article-id','s:12:\"gsw:Syten-ID\";'),('gsw','messages:pageinfo-authors','s:35:\"gsw:Aazahl vu unterschidlige Autore\";'),('gsw','messages:pageinfo-category-files','s:23:\"gsw:Aazahl vu dr Dateie\";'),('gsw','messages:pageinfo-category-info','s:24:\"gsw:Kategoriinformatione\";'),('gsw','messages:pageinfo-category-pages','s:21:\"gsw:Aazahl vu dr Syte\";'),('gsw','messages:pageinfo-category-subcats','s:31:\"gsw:Aazahl vu dr Unterkategorie\";'),('gsw','messages:pageinfo-category-total','s:26:\"gsw:Gsamti Azahl Mitglider\";'),('gsw','messages:pageinfo-content-model','s:23:\"gsw:Syteninhaltsmodäll\";'),('gsw','messages:pageinfo-content-model-change','s:10:\"de:ändern\";'),('gsw','messages:pageinfo-contentpage','s:24:\"gsw:Zellt as Inhaltssyte\";'),('gsw','messages:pageinfo-contentpage-yes','s:6:\"gsw:Jo\";'),('gsw','messages:pageinfo-default-sort','s:28:\"gsw:Standardsortierkriterium\";'),('gsw','messages:pageinfo-display-title','s:15:\"gsw:Aazeigtitel\";'),('gsw','messages:pageinfo-edits','s:22:\"gsw:Aazahl Bearbeitige\";'),('gsw','messages:pageinfo-few-visiting-watchers','s:95:\"gsw:Es chönnt öpper gä oder ou nid, wo beobachtet und di letste Bearbeitigen am aluegen isch\";'),('gsw','messages:pageinfo-few-watchers','s:46:\"gsw:Weniger wie {{PLURAL:$1|ei|$1}} Beobachter\";'),('gsw','messages:pageinfo-file-hash','s:18:\"de:Prüfsummenwert\";'),('gsw','messages:pageinfo-firsttime','s:14:\"gsw:Aagleit am\";'),('gsw','messages:pageinfo-firstuser','s:14:\"gsw:Aagleit vu\";'),('gsw','messages:pageinfo-footer','s:4:\"en:-\";'),('gsw','messages:pageinfo-header','s:4:\"en:-\";'),('gsw','messages:pageinfo-header-basic','s:21:\"gsw:Basisinformatione\";'),('gsw','messages:pageinfo-header-edits','s:15:\"gsw:Bearbeitige\";'),('gsw','messages:pageinfo-header-properties','s:20:\"gsw:Syteneigeschafte\";'),('gsw','messages:pageinfo-header-restrictions','s:14:\"gsw:Syteschutz\";'),('gsw','messages:pageinfo-hidden-categories','s:52:\"gsw:Versteckti {{PLURAL:$1|Kategori|Kategorie}} ($1)\";'),('gsw','messages:pageinfo-language','s:22:\"gsw:Syteninhaltssproch\";'),('gsw','messages:pageinfo-language-change','s:10:\"de:ändern\";'),('gsw','messages:pageinfo-lasttime','s:35:\"gsw:Datum vu dr letschte Bearbeitig\";'),('gsw','messages:pageinfo-lastuser','s:23:\"gsw:Letschte Bearbeiter\";'),('gsw','messages:pageinfo-length','s:23:\"gsw:Sytelengi (in Byte)\";'),('gsw','messages:pageinfo-magic-words','s:52:\"gsw:{{PLURAL:$1|Magischs Wort|Magischi Werter}} ($1)\";'),('gsw','messages:pageinfo-namespace','s:13:\"de:Namensraum\";'),('gsw','messages:pageinfo-not-current','s:72:\"gsw:Die Informatione chenne leider nit fir alti Versionen aazeigt wäre.\";'),('gsw','messages:pageinfo-protect-cascading','s:32:\"gsw:Syte mit Kaskadeschutz vu do\";'),('gsw','messages:pageinfo-protect-cascading-from','s:29:\"gsw:Syte mit Kaskadeschutz vu\";'),('gsw','messages:pageinfo-protect-cascading-yes','s:6:\"gsw:Jo\";'),('gsw','messages:pageinfo-recent-authors','s:35:\"gsw:Aazahl vu unterschidlige Autore\";'),('gsw','messages:pageinfo-recent-edits','s:55:\"gsw:Aazahl vu dr letschte Bearbeitige (innerhalb vu $1)\";'),('gsw','messages:pageinfo-redirects-name','s:42:\"gsw:Zahl vu dr Wyterleitige zue däre Syte\";'),('gsw','messages:pageinfo-redirects-value','s:5:\"de:$1\";'),('gsw','messages:pageinfo-redirectsto','s:22:\"gsw:Weiterleitung nach\";'),('gsw','messages:pageinfo-redirectsto-info','s:15:\"gsw:Information\";'),('gsw','messages:pageinfo-robot-index','s:11:\"gsw:Erlaubt\";'),('gsw','messages:pageinfo-robot-noindex','s:15:\"gsw:Nit erlaubt\";'),('gsw','messages:pageinfo-robot-policy','s:32:\"gsw:Indexierig dur Suechmaschine\";'),('gsw','messages:pageinfo-subpages-name','s:27:\"gsw:Untersyte vu däre Syte\";'),('gsw','messages:pageinfo-subpages-value','s:80:\"gsw:$1 ($2 {{PLURAL:$2|Wyterleitig|Wyterleitige}}; $3 {{PLURAL:$3|anderi Syte}})\";'),('gsw','messages:pageinfo-summary','s:3:\"en:\";'),('gsw','messages:pageinfo-templates','s:47:\"gsw:Yybundeni {{PLURAL:$1|Vorlag|Vorlage}} ($1)\";'),('gsw','messages:pageinfo-title','s:29:\"gsw:Informatione zue „$1“\";'),('gsw','messages:pageinfo-toolboxlink','s:28:\"gsw:Informatione zue dr Syte\";'),('gsw','messages:pageinfo-transclusions','s:44:\"gsw:Yybunden in {{PLURAL:$1|1 Syte|$1 Syte}}\";'),('gsw','messages:pageinfo-user-id','s:18:\"de:Benutzerkennung\";'),('gsw','messages:pageinfo-view-protect-log','s:53:\"de:Das Seitenschutz-Logbuch für diese Seite ansehen.\";'),('gsw','messages:pageinfo-visiting-watchers','s:77:\"gsw:Azahl vo dene, wo d Syte beobachten und di letste Bearbeitige hei agluegt\";'),('gsw','messages:pageinfo-watchers','s:24:\"gsw:Aazahl vu Beobachter\";'),('gsw','messages:pagelang-db-failed','s:56:\"de:Die Datenbank konnte die Seitensprache nicht ändern.\";'),('gsw','messages:pagelang-language','s:10:\"gsw:Sprach\";'),('gsw','messages:pagelang-name','s:8:\"gsw:Syte\";'),('gsw','messages:pagelang-nonexistent-page','s:36:\"de:Die Seite $1 ist nicht vorhanden.\";'),('gsw','messages:pagelang-reason','s:8:\"de:Grund\";'),('gsw','messages:pagelang-select-lang','s:19:\"gsw:Sprach ussueche\";'),('gsw','messages:pagelang-submit','s:15:\"de:Übermitteln\";'),('gsw','messages:pagelang-unchanged-language','s:58:\"de:Die Seite $1 ist bereits auf die Sprache $2 festgelegt.\";'),('gsw','messages:pagelang-unchanged-language-default','s:80:\"de:Die Seite $1 ist bereits auf die Standardinhaltssprache des Wikis festgelegt.\";'),('gsw','messages:pagelang-use-default','s:26:\"gsw:Standardsprach bruuche\";'),('gsw','messages:pagelanguage','s:25:\"gsw:Uswahl vor Sytesprach\";'),('gsw','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('gsw','messages:pagemovedsub','s:26:\"gsw:Verschiebig erfolgrych\";'),('gsw','messages:pager-newer-n','s:42:\"gsw:{{PLURAL:$1|nächschte|nächschte $1}}\";'),('gsw','messages:pager-older-n','s:34:\"gsw:{{PLURAL:$1|vorige|vorige $1}}\";'),('gsw','messages:pagesize','s:11:\"gsw:(Bytes)\";'),('gsw','messages:pageswithprop','s:32:\"gsw:Syte mit ere Syteneigeschaft\";'),('gsw','messages:pageswithprop-legend','s:32:\"gsw:Syte mit ere Syteneigeschaft\";'),('gsw','messages:pageswithprop-prop','s:20:\"gsw:Eigeschaftsname:\";'),('gsw','messages:pageswithprop-prophidden-binary','s:54:\"gsw:Eigeschaftswärte mit Binärdate sy versteckt ($1)\";'),('gsw','messages:pageswithprop-prophidden-long','s:47:\"gsw:Syteneigeschaften über $1 kB sy nid azeigt\";'),('gsw','messages:pageswithprop-reverse','s:39:\"de:In umgekehrter Reihenfolge sortieren\";'),('gsw','messages:pageswithprop-sortbyvalue','s:34:\"de:Nach Eigenschaftswert sortieren\";'),('gsw','messages:pageswithprop-submit','s:12:\"gsw:Gang ane\";'),('gsw','messages:pageswithprop-summary','s:3:\"en:\";'),('gsw','messages:pageswithprop-text','s:77:\"gsw:Die Spezialsyte lischet Syten auf, wu ne bstimmti Syteneigeschaft bruche.\";'),('gsw','messages:pagetitle','s:22:\"de:$1 – {{SITENAME}}\";'),('gsw','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('gsw','messages:paramvalidator-badbool','s:110:\"de:Ungültiger Wert „$2“ für den booleschen Parameter „$1“. Übergib $3 für true oder $5 für false.\";'),('gsw','messages:paramvalidator-badexpiry','s:64:\"de:Ungültiger Wert „$2“ für den Ablauf-Parameter „$1“.\";'),('gsw','messages:paramvalidator-badexpiry-duration','s:102:\"de:Der gegebene Wert „$2“ für den Parameter <var>$1<var> überschreitet das Maximum von „$3“.\";'),('gsw','messages:paramvalidator-badexpiry-duration-max','s:141:\"de:Der gegebene Wert „$2“ für den Parameter <var>$1<var> überschreitet das Maximum von „$3“. Verwende wird stattdessen das Maximum.\";'),('gsw','messages:paramvalidator-badexpiry-past','s:83:\"de:Der Wert „$2“ für den Ablauf-Parameter „$1“ liegt in der Vergangenheit.\";'),('gsw','messages:paramvalidator-badfloat','s:63:\"de:Ungültiger Wert „$2“ für den Float-Parameter „$1“.\";'),('gsw','messages:paramvalidator-badfloat-notfinite','s:88:\"de:Der Wert „$2“ für den Float-Parameter „$1“ ist zu groß oder ist keine Zahl.\";'),('gsw','messages:paramvalidator-badinteger','s:70:\"de:Ungültiger Wert „$2“ für den ganzzahligen Parameter „$1“.\";'),('gsw','messages:paramvalidator-badtimestamp','s:69:\"de:Ungültiger Wert „$2“ für den Zeitstempel-Parameter „$1“.\";'),('gsw','messages:paramvalidator-badtitle','s:91:\"de:Ungültiger Wert „$2“ für Titel-Parameter <var>$1<var>: kein gültiger Titelstring.\";'),('gsw','messages:paramvalidator-badupload-cantwrite','s:132:\"de:Die Datei für „$1“ konnte aufgrund einer Server-Fehlkonfiguration (Schreibfehler) nicht zur Verarbeitung gespeichert werden.\";'),('gsw','messages:paramvalidator-badupload-formsize','s:81:\"de:Die hochgeladene Datei für „$1“ überschreitet das clientseitige Maximum.\";'),('gsw','messages:paramvalidator-badupload-inisize','s:88:\"de:Die hochgeladene Datei für „$1“ überschreitet das serverseitige Maximum von $3.\";'),('gsw','messages:paramvalidator-badupload-nofile','s:71:\"de:Für den Upload-Parameter „$1“ wurde keine Datei bereitgestellt.\";'),('gsw','messages:paramvalidator-badupload-notmpdir','s:147:\"de:Die Datei für „$1“ konnte aufgrund einer Server-Fehlkonfiguration nicht zur Verarbeitung gespeichert werden (kein temporäres Verzeichnis).\";'),('gsw','messages:paramvalidator-badupload-notupload','s:195:\"de:Der Datei-Upload-Parameter „$1“ ist kein Datei-Upload; stelle sicher, dass du multipart/form-data für den POST verwendest und einen Dateinamen in den Content-Disposition-Header einfügst.\";'),('gsw','messages:paramvalidator-badupload-partial','s:59:\"de:Die Datei für „$1“ wurde nur teilweise hochgeladen.\";'),('gsw','messages:paramvalidator-badupload-phpext','s:71:\"de:Eine PHP-Erweiterung verhinderte den Upload der Datei für „$1“.\";'),('gsw','messages:paramvalidator-baduser','s:69:\"de:Ungültiger Wert „$2“ für den Benutzerparameter <var>$1<var>.\";'),('gsw','messages:paramvalidator-badvalue-enummulti','s:121:\"de:Ungültiger Wert „$2“ für den Parameter „$1“. {{PLURAL:$4|Nur „$3“ ist erlaubt.|Erlaubte Werte sind $3.}}\";'),('gsw','messages:paramvalidator-badvalue-enumnotmulti','s:56:\"de:Nicht erkannter Wert für den Parameter „$1“: $2.\";'),('gsw','messages:paramvalidator-deprecated-value','s:61:\"de:Der Wert „$2“für den Parameter „$1“ ist veraltet.\";'),('gsw','messages:paramvalidator-emptystring','s:19:\"de:der leere String\";'),('gsw','messages:paramvalidator-help-default','s:15:\"de:Standard: $1\";'),('gsw','messages:paramvalidator-help-default-empty','s:19:\"de:Standard: (leer)\";'),('gsw','messages:paramvalidator-help-deprecated','s:33:\"de:Dieser Parameter ist veraltet.\";'),('gsw','messages:paramvalidator-help-multi-all','s:50:\"de:Um alle Werte anzugeben, verwende <kbd>$1<kbd>.\";'),('gsw','messages:paramvalidator-help-multi-max','s:127:\"de:Die maximale Anzahl von Werten beträgt {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} für Clients, denen höhere Limits erlaubt sind).\";'),('gsw','messages:paramvalidator-help-multi-max-simple','s:59:\"de:Die maximale Anzahl von Werten beträgt {{PLURAL:$1|$1}}\";'),('gsw','messages:paramvalidator-help-multi-separate','s:92:\"de:Trenne die Werte mit „|“, oder stelle der Liste U+001F vor und trenne sie mit U+001F.\";'),('gsw','messages:paramvalidator-help-required','s:37:\"de:Dieser Parameter ist erforderlich.\";'),('gsw','messages:paramvalidator-help-type-boolean','s:53:\"de:Typ: {{PLURAL:$1|1=Boolean|2=Liste Boolean-Werte}}\";'),('gsw','messages:paramvalidator-help-type-enum','s:148:\"de:{{PLURAL:$1|1=Einer der folgenden Werte|2=Werte (getrennt durchh U+007C (Pipe) oder Präfix der Liste mit U+001F und getrennt durch U+001F)}}: $2\";'),('gsw','messages:paramvalidator-help-type-enum-can-be-empty','s:56:\"de:{{PLURAL:$2|0=Muss leer sein|Kann leer sein oder $1}}\";'),('gsw','messages:paramvalidator-help-type-expiry','s:218:\"de:Typ: {{PLURAL:$1|1=Ablaufzeit|2=Liste von Ablaufzeiten}}.\n\nKann relativ (z.B. <kbd>5 months</kbd> oder <kbd>2 weeks</kbd>) oder absolut (z.B. <kbd>2014-09-18T12:34:56Z</kbd>) sein. Für keine Ablaufzeit verwende $2.\";'),('gsw','messages:paramvalidator-help-type-float','s:67:\"de:Type {{PLURAL:$1|1=Gleitkommazahl|2=Liste von Gleitkommazahlen}}\";'),('gsw','messages:paramvalidator-help-type-integer','s:55:\"de:Typ: {{PLURAL:$1|1=Ganzzahl|2=Liste von Ganzzahlen}}\";'),('gsw','messages:paramvalidator-help-type-limit','s:30:\"de:Typ: integer oder „max“\";'),('gsw','messages:paramvalidator-help-type-number-max','s:80:\"de:{{PLURAL:$1|1=Der Wert darf|2=Die Werte dürfen}} nicht größer sein als $3.\";'),('gsw','messages:paramvalidator-help-type-number-min','s:79:\"de:{{PLURAL:$1|1=Der Wert darf|2=Die Werte dürfen}} nicht kleiner sein als $2.\";'),('gsw','messages:paramvalidator-help-type-number-minmax','s:79:\"de:{{PLURAL:$1|1=Der Wert muss|2=Die Werte müssen}} zwischen $2 und $3 liegen.\";'),('gsw','messages:paramvalidator-help-type-presenceboolean','s:15:\"de:Typ: boolean\";'),('gsw','messages:paramvalidator-help-type-string-maxbytes','s:63:\"de:Kann nicht länger sein als {{PLURAL:$1|ein Byte|$1 Bytes}}.\";'),('gsw','messages:paramvalidator-help-type-string-maxchars','s:60:\"de:Kann nicht länger sein als {{PLURAL:$1|ein|$1}} Zeichen.\";'),('gsw','messages:paramvalidator-help-type-timestamp','s:60:\"de:Typ: {{PLURAL:$1|1=Zeitstempel|2=Liste von Zeitstempeln}}\";'),('gsw','messages:paramvalidator-help-type-title','s:18:\"de:Typ: Seitenname\";'),('gsw','messages:paramvalidator-help-type-title-must-exist','s:51:\"de:Es werden nur Seiten akzeptiert, die existieren.\";'),('gsw','messages:paramvalidator-help-type-title-no-must-exist','s:40:\"de:Akzeptiert nicht existierende Seiten.\";'),('gsw','messages:paramvalidator-help-type-upload','s:91:\"de:Muss als Dateiupload mithilfe eines multipart/form-data-Formulars bereitgestellt werden.\";'),('gsw','messages:paramvalidator-help-type-user','s:90:\"de:Typ: {{PLURAL:$1|1=Benutzer|2=Liste von Benutzern}}, {{PLURAL:$3|von|von einem der}} $2\";'),('gsw','messages:paramvalidator-help-type-user-subtype-cidr','s:20:\"de:IP-Adress-Bereich\";'),('gsw','messages:paramvalidator-help-type-user-subtype-id','s:30:\"de:Benutzer-ID (z.B. \"#12345\")\";'),('gsw','messages:paramvalidator-help-type-user-subtype-interwiki','s:45:\"de:Interwiki-Name (z.B. \"prefix>ExampleName\")\";'),('gsw','messages:paramvalidator-help-type-user-subtype-ip','s:13:\"de:IP-Adresse\";'),('gsw','messages:paramvalidator-help-type-user-subtype-name','s:15:\"de:Benutzername\";'),('gsw','messages:paramvalidator-maxbytes','s:105:\"de:Der Wert für den Parameter „$1“ kann nicht länger als $3 {{PLURAL:$3|Byte|Bytes}} sein (war $4).\";'),('gsw','messages:paramvalidator-maxchars','s:88:\"de:The value for parameter \"$1\" cannot be longer than $3 {{PLURAL:$3|Zeichen}} (war $4).\";'),('gsw','messages:paramvalidator-missingparam','s:46:\"de:Der Parameter „$1“ muss gesetzt werden.\";'),('gsw','messages:paramvalidator-missingtitle','s:94:\"de:Ungültiger Wert „$2“ für den Titelparameter <var>$1</var>: Die Seite existiert nicht.\";'),('gsw','messages:paramvalidator-notmulti','s:139:\"de:Der Parameter „$1“ akzeptiert nur einen einzigen Wert. U+001F-Mehrwerttrennung darf nur für mehrwertige Parameter verwendet werden.\";'),('gsw','messages:paramvalidator-outofrange-max','s:81:\"de:Der Wert „$2“ für den Parameter „$1“ darf nicht größer als $4 sein.\";'),('gsw','messages:paramvalidator-outofrange-min','s:84:\"de:Der Wert „$2“ für den Parameter „$1“ darf nicht weniger als $3 betragen.\";'),('gsw','messages:paramvalidator-outofrange-minmax','s:80:\"de:Der Wert „$2“ für den Parameter „$1“ muss zwischen $3 und $4 liegen.\";'),('gsw','messages:paramvalidator-param-deprecated','s:39:\"de:Der Parameter „$1“ ist veraltet.\";'),('gsw','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('gsw','messages:paramvalidator-toomanyvalues','s:81:\"de:Zu viele Werte für den Parameter „$1“ geliefert. Die Grenze liegt bei $2.\";'),('gsw','messages:paramvalidator-unclearnowtimestamp','s:207:\"de:Die Übergabe von „$2“ für den Zeitstempel-Parameter „$1“ ist veraltet. Wenn aus irgendeinem Grund die aktuelle Zeit explizit angeben muss, ohne sie clientseitig zu berechnen, verwende „now“.\";'),('gsw','messages:paramvalidator-unrecognizedvalues','s:84:\"de:Nicht {{PLURAL:$4|erkannter Wert|erkannte Werte}} für den Parameter „$1“: $3\";'),('gsw','messages:parentheses','s:7:\"en:($1)\";'),('gsw','messages:parentheses-end','s:4:\"en:)\";'),('gsw','messages:parentheses-start','s:4:\"en:(\";'),('gsw','messages:parser-template-loop-warning','s:35:\"gsw:Vorlagelätsch entdeckt: [[$1]]\";'),('gsw','messages:parser-template-recursion-depth-warning','s:50:\"gsw:Vorlagerekursionstiefegränz iberschritte ($1)\";'),('gsw','messages:parser-unstrip-loop-warning','s:27:\"gsw:Zirkelbezug festgstellt\";'),('gsw','messages:parsoid-client-error','s:33:\"de:Ungültige Parsoid-Eingabe: $1\";'),('gsw','messages:parsoid-resource-limit-exceeded','s:51:\"de:Limit für Parsoid-Ressourcen überschritten: $1\";'),('gsw','messages:parsoid-stash-rate-limit-error','s:119:\"de:Die Vorabspeicherung ist fehlgeschlagen, weil ein Limit überschritten wurde. Bitte versuche es später noch einmal.\";'),('gsw','messages:password-change-forbidden','s:50:\"gsw:Du chasch uf däm Wiki kei Passwerter ändere.\";'),('gsw','messages:password-login-forbidden','s:65:\"gsw:D Verwändig vu däm Benutzernamen un Passwort isch verbotte.\";'),('gsw','messages:password-name-match','s:64:\"gsw:Dyy Passwort muess sich vu Dyynem Benutzername unterscheide.\";'),('gsw','messages:password-substring-username-match','s:70:\"de:Dein Passwort darf nicht innerhalb deines Benutzernamens vorkommen.\";'),('gsw','messages:passwordincommonlist','s:144:\"de:Das eingegebene Passwort befindet sich in einer Liste sehr häufig verwendeter Passwörter. Bitte suche dir ein individuelleres Passwort aus.\";'),('gsw','messages:passwordpolicies','s:22:\"de:Passwortrichtlinien\";'),('gsw','messages:passwordpolicies-group','s:9:\"de:Gruppe\";'),('gsw','messages:passwordpolicies-policies','s:14:\"de:Richtlinien\";'),('gsw','messages:passwordpolicies-policy-display','s:68:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('gsw','messages:passwordpolicies-policy-displaywithflags','s:124:\"en:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('gsw','messages:passwordpolicies-policy-maximalpasswordlength','s:71:\"de:Ein Passwort muss weniger als {{PLURAL:$1|ein|$1}} Zeichen lang sein\";'),('gsw','messages:passwordpolicies-policy-minimalpasswordlength','s:70:\"de:Ein Passwort muss mindestens {{PLURAL:$1|ein|$1}} Zeichen lang sein\";'),('gsw','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:94:\"de:Für die Anmeldung muss das Passwort muss mindestens {{PLURAL:$1|ein|$1}} Zeichen lang sein\";'),('gsw','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:67:\"de:Das Passwort darf keine Teilzeichenfolge des Benutzernamens sein\";'),('gsw','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:94:\"de:Das Passwort darf nicht mit einer bestimmten Liste von Standardpasswörtern übereinstimmen\";'),('gsw','messages:passwordpolicies-policy-passwordnotincommonlist','s:98:\"de:Das Passwort darf nicht in der Liste der 100.000 am häufigsten verwendeten Passwörter stehen.\";'),('gsw','messages:passwordpolicies-policyflag-forcechange','s:42:\"de:muss bei der Anmeldung geändert werden\";'),('gsw','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:42:\"de:Änderung bei der Anmeldung vorschlagen\";'),('gsw','messages:passwordpolicies-summary','s:109:\"de:Dies ist eine Liste der wirksamen Passwortrichtlinien für die in diesem Wiki definierten Benutzergruppen.\";'),('gsw','messages:passwordremindertext','s:411:\"gsw:Ebber mit dr IP-Adress $1 het e nej Passwort fir d Aamäldig bi {{SITENAME}} ($4) aagfordert, wahrschyyns Du sälber.\n\nS automatisch generiert Passwort fir dr Benutzer \"$2\" heisst jetz: \"$3\"\n\nDu sottsch dich jetzt aamälde un s Passwort ändere.\nDes Passwort lauft ab in {{PLURAL:$5|eim Tag|$5 Täg}}.\n\n\nBitte ignorier die E-Mail, wänn Du s nid sälber aagforderet hesch. S alt Passwort blybt wyter giltig.\";'),('gsw','messages:passwordremindertitle','s:33:\"gsw:Nei Passwort fir {{SITENAME}}\";'),('gsw','messages:passwordreset','s:23:\"gsw:Passwort zruggsetze\";'),('gsw','messages:passwordreset-disabled','s:66:\"gsw:S Zrucksetze vu Passwerter isch in däm Wiki deaktiviert wore.\";'),('gsw','messages:passwordreset-domain','s:11:\"gsw:Domain:\";'),('gsw','messages:passwordreset-email','s:19:\"gsw:E-Mail-Adräss:\";'),('gsw','messages:passwordreset-emaildisabled','s:57:\"gsw:D E-Mail-Funktione sin uf däm Wiki deaktiviert wore.\";'),('gsw','messages:passwordreset-emailelement','s:46:\"gsw:Benutzername: \n$1\n\nTemporär Passwort: \n$2\";'),('gsw','messages:passwordreset-emailtext-ip','s:595:\"gsw:Eber mit dr IP-Adresse $1, wahrschyns Du sälber, het e Erinnerig an Dyyni Benutzerkonteninformatione fir {{SITENAME}} aagforderet ($4). \n\n{{PLURAL:$3|Des Benutzerkonto isch|Die Benutzerkonte sin}} mit däre E-Mail-Adräss verchnipft: \n\n$2 \n\n{{PLURAL:$3|Des temporär Passwort lauft|Die temporäre Passwerter laufe}} in {{PLURAL:$5|eim Tag|$5 Täg}} ab.\nDu sottsch di aamälden un e nej Passwort vergee. Wänn eber ander die Aafrog gstellt het oder Du di wider an Dyy alt Passwort chasch erinnere un s nimi wettsch ändere, chasch die Nochricht ignorieren un alsfurt Dyy alt Passwort bruche.\";'),('gsw','messages:passwordreset-emailtext-require-email','s:348:\"de:Wenn du diese Anfrage jedoch nicht generiert hast und unerwünschte E-Mails verhindern möchtest, kannst du deine E-Mail-Optionen über\n$1\naktualisieren.\nDu kannst festlegen, dass sowohl Benutzername als auch E-Mail-Adresse benötigt werden, um die Passwort-Zurücksetzen-E-Mail zu veranlassen. Dies kann die Anzahl solcher Vorfälle verringern.\";'),('gsw','messages:passwordreset-emailtext-user','s:557:\"gsw:Dr Benutzer $1 bi {{SITENAME}} het e Zrucksetzig vu Dym Passwort bi {{SITENAME}} aagforderet ($4). \n\n{{PLURAL:$3|Des Benutzerkonto isch|Die Benutzerkonte sin}} mit däre E-Mail-Adräss verchnipft: \n\n$2 \n\n{{PLURAL:$3|Des temporär Passwort lauft|Die temporäre Passwerter laufe}} in {{PLURAL:$5|eim Tag|$5 Täg}} ab.\nDu sottsch di aamälden un e nej Passwort vergee. Wänn eber ander die Aafrog gstellt het oder Du di wider an Dyy alt Passwort chasch erinnere un s nimi wettsch ändere, chasch die Nochricht ignorieren un alsfurt Dyy alt Passwort bruche.\";'),('gsw','messages:passwordreset-emailtitle','s:46:\"gsw:Benutzerkontoinformationen uf {{SITENAME}}\";'),('gsw','messages:passwordreset-ignored','s:113:\"de:Die Passwortzurücksetzung konnte nicht verarbeitet werden. Vielleicht wurde kein Dienstanbieter konfiguriert?\";'),('gsw','messages:passwordreset-nocaller','s:37:\"de:Es muss ein Rufer angegeben werden\";'),('gsw','messages:passwordreset-nodata','s:66:\"de:Weder ein Benutzername noch eine E-Mail-Adresse wurde angegeben\";'),('gsw','messages:passwordreset-nosuchcaller','s:32:\"de:Rufer ist nicht vorhanden: $1\";'),('gsw','messages:passwordreset-success','s:54:\"gsw:Passwort fir Benutzer-ID $1 isch zrugggsetzt wore.\";'),('gsw','messages:passwordreset-success-details-generic','s:604:\"de:Wenn die eingereichten Informationen gültig sind, wird eine E-Mail zum Zurücksetzen des Passworts gesendet. Wenn du keine E-Mail erhalten hast, empfehlen wir dir, die [[mw:Special:MyLanguage/Help:Reset_password|Hilfeseite zum Zurücksetzen des Passworts]] zu besuchen oder es später nochmal zu versuchen. Du kannst nur <strong>eine begrenzte Anzahl von Passwortzurücksetzungen innerhalb einer kurzen Zeitspanne anfordern. Beachte, dass nur eine E-Mail zum Zurücksetzen des Passworts pro gültiges Konto {{PLURAL:$1|pro Stunde|alle $1 Stunden}}</strong> gesendet wird, um Missbrauch zu verhindern.\";'),('gsw','messages:passwordreset-success-info','s:46:\"de:Die von dir übermittelten Details sind: $1\";'),('gsw','messages:passwordreset-text-many','s:71:\"gsw:{{PLURAL:$1|Fill eis vu dr Fälder uus go Dy Passwort zrucksetze.}}\";'),('gsw','messages:passwordreset-text-one','s:52:\"gsw:Fill des Formular uus go Dy Passwort zrucksetze.\";'),('gsw','messages:passwordreset-username','s:17:\"gsw:Benutzername:\";'),('gsw','messages:passwordsent','s:132:\"gsw:E temporär Passwort isch an d E-Mail-Adräss vum Benutzer \"$1\" gschickt wore.\nBitte mäld Di dodemit aa, wänn s iberchu hesch.\";'),('gsw','messages:passwordtoolong','s:67:\"gsw:Passwerter derfe nit lenger syy wie {{PLURAL:$1|ei|$1}} Zeiche.\";'),('gsw','messages:passwordtooshort','s:68:\"gsw:Passwerter mien zmindescht {{PLURAL:$1|1 Zeiche|$1 Zeiche}} haa.\";'),('gsw','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('gsw','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('gsw','messages:patrol-log-header','s:33:\"gsw:Des isch s Kontroll-Logbuech.\";'),('gsw','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('gsw','messages:patrol-log-page','s:21:\"gsw:Kontroll-Logbuech\";'),('gsw','messages:pear-mail-error','s:5:\"en:$1\";'),('gsw','messages:percent','s:12:\"de:$1&#160;%\";'),('gsw','messages:perfcached','s:161:\"gsw:Die Informatione chemme us em Zwischespycher un sin derwyl villicht nit aktuäll. Maximal {{PLURAL:$1|ei Ergebnis isch|$1 Ergebnis sin}} im Cache verfiegbar.\";'),('gsw','messages:perfcachedts','s:171:\"gsw:Die Date stamme us em Zwischespycher un sin am $1 s letscht Mol aktualisiert wore. Maximal {{PLURAL:$4|ei Ergebnis isch|$4 Ergebnis sin}} im Zwischespycher verfiegbar.\";'),('gsw','messages:period-am','s:6:\"gsw:AM\";'),('gsw','messages:period-pm','s:6:\"gsw:PM\";'),('gsw','messages:permalink','s:20:\"gsw:Bschtändigi URL\";'),('gsw','messages:permanentlink','s:19:\"de:Permanenter Link\";'),('gsw','messages:permanentlink-revid','s:18:\"de:Versionskennung\";'),('gsw','messages:permanentlink-submit','s:18:\"de:Gehe zu Version\";'),('gsw','messages:permanentlink-summary','s:3:\"en:\";'),('gsw','messages:permissionserrors','s:25:\"gsw:Berächtigungsfähler\";'),('gsw','messages:permissionserrorstext','s:77:\"gsw:Du bisch nid berächtigt, die Aktion uszfiere. {{PLURAL:$1|Grund|Grind}}:\";'),('gsw','messages:permissionserrorstext-withaction','s:60:\"gsw:Du bisch nit berächtigt, $2.\n{{PLURAL:$1|Grund|Grind}}:\";'),('gsw','messages:personaltools','s:26:\"gsw:Persönlichi Wärkzüg\";'),('gsw','messages:php-mail-error','s:5:\"en:$1\";'),('gsw','messages:php-mail-error-unknown','s:54:\"gsw:Nit bekannte Fähler mit dr Funktion mail() vu PHP\";'),('gsw','messages:php-uploaddisabledtext','s:93:\"gsw:S Uffelade vu PHP-Dateie isch deaktiviert wore. Bitte iberprief d file_uploads-Yystellig.\";'),('gsw','messages:pipe-separator','s:14:\"en:&#32;|&#32;\";'),('gsw','messages:policy-url','s:21:\"gsw:Project:Leitlinie\";'),('gsw','messages:pool-errorunknown','s:24:\"gsw:Nit bekannte Fähler\";'),('gsw','messages:pool-queuefull','s:28:\"gsw:D Warteschlang isch voll\";'),('gsw','messages:pool-servererror','s:51:\"gsw:Dr Poolzellerdienscht isch nit verfiegbar ($1).\";'),('gsw','messages:pool-timeout','s:45:\"gsw:\nDi maximal Wartezyt fir e Lock isch umme\";'),('gsw','messages:poolcounter-usage-error','s:26:\"gsw:Verwändigsfähler: $1\";'),('gsw','messages:portal','s:22:\"gsw:Gmeinschaftsportal\";'),('gsw','messages:portal-url','s:31:\"gsw:Project:Gmeinschafts-Portal\";'),('gsw','messages:post-expand-template-argument-category','s:50:\"gsw:Syte, wu s ignorierti Vorlageargumänt din het\";'),('gsw','messages:post-expand-template-argument-category-desc','s:173:\"gsw:Nach em Expandiere vomene Vorlagenargumänt (öppis i dreifache gschweiffte Chlammere wie <code>{{{Foo}}}</code>) isch d Syte gröser als <code>$wgMaxArticleSize</code>.\";'),('gsw','messages:post-expand-template-argument-warning','s:143:\"gsw:Warnig: In däre Syte het s zmindescht ei Argumänt in ere Vorlag, wu z gross isch, wänn s expandiert isch. Die Argumänt wäre ignoriert.\";'),('gsw','messages:post-expand-template-inclusion-category','s:71:\"gsw:Syte, wu d maximal Gressi vu dr yybundene Vorlage iberschritte isch\";'),('gsw','messages:post-expand-template-inclusion-category-desc','s:140:\"gsw:Nach em Expandiere vo allne Vorlagen übertrifft d Sytegröössi <code>$wgMaxArticleSize</code>. Drum sy es paar Vorlage nid expandiert.\";'),('gsw','messages:post-expand-template-inclusion-warning','s:96:\"gsw:Warnig: D Gressi vu yybundene Vorlage isch z gross, e Teil Vorlage chenne nid yybunde wäre.\";'),('gsw','messages:postedit-confirmation-created','s:29:\"gsw:D Syte isch aaglait wore.\";'),('gsw','messages:postedit-confirmation-published','s:43:\"de:Deine Bearbeitung wurde veröffentlicht.\";'),('gsw','messages:postedit-confirmation-restored','s:38:\"gsw:D Syte isch widerhärgstellt wore.\";'),('gsw','messages:postedit-confirmation-saved','s:40:\"gsw:Dyy Bearbeitig isch gspycheret wore.\";'),('gsw','messages:postedit-temp-created','s:223:\"de:Es wurde ein automatisch generiertes Konto für dich erstellt, indem ein Cookie in deinem Browser gesetzt wurde. Um einen Namen deiner Wahl zu wählen und mehr Funktionen zu erhalten, erwäge ein [$1 Konto zu erstellen].\";'),('gsw','messages:postedit-temp-created-label','s:20:\"de:Temporäres Konto\";'),('gsw','messages:powersearch-legend','s:20:\"gsw:Erwytereti Suech\";'),('gsw','messages:powersearch-ns','s:24:\"gsw:Suech in Namensryym:\";'),('gsw','messages:powersearch-remember','s:43:\"gsw:Uswahl für zuekünftigi Suechine merke\";'),('gsw','messages:powersearch-toggleall','s:8:\"gsw:Alli\";'),('gsw','messages:powersearch-togglelabel','s:13:\"gsw:Wehl uus:\";'),('gsw','messages:powersearch-togglenone','s:9:\"gsw:Keini\";'),('gsw','messages:preferences','s:14:\"gsw:Yystellige\";'),('gsw','messages:preferences-summary','s:3:\"en:\";'),('gsw','messages:prefixindex','s:27:\"gsw:Alli Syte (mit Präfix)\";'),('gsw','messages:prefixindex-namespace','s:39:\"gsw:Alli Syte mit Präfix (Nameruum $1)\";'),('gsw','messages:prefixindex-strip','s:31:\"gsw:Präfix ir Listen abschnyde\";'),('gsw','messages:prefixindex-submit','s:11:\"de:Anzeigen\";'),('gsw','messages:prefixindex-summary','s:3:\"en:\";'),('gsw','messages:prefs-advancedediting','s:21:\"gsw:Allgmeini Optione\";'),('gsw','messages:prefs-advancedrc','s:22:\"gsw:Erwytereti Optione\";'),('gsw','messages:prefs-advancedrendering','s:22:\"gsw:Erwytereti Optione\";'),('gsw','messages:prefs-advancedsearchoptions','s:22:\"gsw:Erwytereti Optione\";'),('gsw','messages:prefs-advancedwatchlist','s:22:\"gsw:Erwytereti Optione\";'),('gsw','messages:prefs-changeemail','s:42:\"gsw:E-Mail-Adrässen änderen oder lösche\";'),('gsw','messages:prefs-changesrc','s:25:\"de:Angezeigte Änderungen\";'),('gsw','messages:prefs-changeswatchlist','s:25:\"de:Angezeigte Änderungen\";'),('gsw','messages:prefs-common-config','s:34:\"gsw:Gmeinsam CSS/JS fir alli Skin:\";'),('gsw','messages:prefs-custom-css','s:26:\"gsw:Benutzerdefinierti CSS\";'),('gsw','messages:prefs-custom-js','s:24:\"gsw:Benutzerdefiniert JS\";'),('gsw','messages:prefs-custom-json','s:27:\"de:Benutzerdefiniertes JSON\";'),('gsw','messages:prefs-dateformat','s:16:\"gsw:Datumsformat\";'),('gsw','messages:prefs-developertools','s:22:\"de:Entwicklerwerkzeuge\";'),('gsw','messages:prefs-diffs','s:20:\"gsw:Versionsverglych\";'),('gsw','messages:prefs-discussion','s:20:\"de:Diskussionsseiten\";'),('gsw','messages:prefs-displayrc','s:17:\"gsw:Aazeigoptione\";'),('gsw','messages:prefs-displaywatchlist','s:17:\"gsw:Aazeigoptione\";'),('gsw','messages:prefs-editing','s:16:\"gsw:Tekscht-Ygab\";'),('gsw','messages:prefs-editor','s:23:\"gsw:Bearbeitigsfänster\";'),('gsw','messages:prefs-edits','s:29:\"gsw:Aazahl vu dr Bearbeitige:\";'),('gsw','messages:prefs-editwatchlist','s:29:\"gsw:Beobachtigslisten ändere\";'),('gsw','messages:prefs-editwatchlist-clear','s:28:\"gsw:Beobachtigsliste lääre\";'),('gsw','messages:prefs-editwatchlist-edit','s:20:\"gsw:Normal bearbeite\";'),('gsw','messages:prefs-editwatchlist-label','s:45:\"gsw:Yträg uf dyre Beobachtigslisten ändere:\";'),('gsw','messages:prefs-editwatchlist-raw','s:37:\"gsw:Imene groosse Textfäld bearbeite\";'),('gsw','messages:prefs-email','s:18:\"gsw:E-Mail-Optione\";'),('gsw','messages:prefs-emailconfirm-label','s:23:\"gsw:E-Mail-Bstätigung:\";'),('gsw','messages:prefs-files','s:10:\"gsw:Bilder\";'),('gsw','messages:prefs-help-email','s:135:\"gsw:D Aagab vun ere E-Mail isch optional, macht aber s Zueschicke vun eme Ersatzpasswort meglig, wänn Du dyy Passwort vergässe hesch.\";'),('gsw','messages:prefs-help-email-others','s:181:\"gsw:Ussertdäm chasch es zuela, das anderi dir über’ne Link uf dym Wikipedia-Konto (Benutzersyte) es E-Mail chöü schicke.\nDyni E-Mail-Adrässen überchöme si derby nid z gseh.\";'),('gsw','messages:prefs-help-email-required','s:38:\"gsw:S brucht e giltigi E-Mail-Adräss.\";'),('gsw','messages:prefs-help-gender','s:311:\"gsw:* Die Agab isch freiwillig. D Software bruucht se, für di mit em korräkte grammatische Genus azrede oder gägenüber anderne z erwähne. Die Information isch öffetlech z gseh.\n\n* By der ersten Option wird ds generische Maskulinum azeigt. Es chunt also uf ds Glychen use, wi we me di dritti Option wählt.\";'),('gsw','messages:prefs-help-prefershttps','s:70:\"gsw:Die Ystellig würkt sech uus, we du di ds nächste Mal amäldisch.\";'),('gsw','messages:prefs-help-realname','s:101:\"gsw:Der ächt Namen isch optional.\nWe d’nen agisch, de lö sech dyni Byträg uf di la zrüggfüere.\";'),('gsw','messages:prefs-help-recentchangescount','s:86:\"gsw:Des umfasst d Lischt vu dr letschte Änderige, d Versionsgschicht un d Logbiecher.\";'),('gsw','messages:prefs-help-requireemail','s:74:\"de:Dies verbessert die Privatsphäre und verhindert unerwünschte E-Mails.\";'),('gsw','messages:prefs-help-signature','s:155:\"gsw:Byyträg uf Diskussionssyte sotte mit „<nowiki>~~~~</nowiki>“ unterschribe wäre, was derno in d Unterschrift mit eme Zytstämpfel umgwandlet wird.\";'),('gsw','messages:prefs-help-skin-responsive','s:68:\"de:Anpassung des Layouts an die Bildschirmgröße auf Mobilgeräten.\";'),('gsw','messages:prefs-help-tokenmanagement','s:243:\"de:Du kannst den geheimen Schlüssel zum Zugriff auf den Webfeed der Beobachtungsliste für dein Benutzerkonto ansehen und zurücksetzen. Jeder, der den Schlüssel kennt, kann deine Beobachtungsliste lesen. Deshalb teile ihn anderen nicht mit.\";'),('gsw','messages:prefs-help-variant','s:112:\"gsw:Dyni bevorzugti Schrybvariante oder Orthographi, wo de Inhalt vo däm Wiki aazeigt drin aazeigt werde söll.\";'),('gsw','messages:prefs-help-watchlist-token2','s:231:\"gsw:Des isch dr gheim Schlissel zum Webfeed vu Dyre Beobachtigslischt.\nE jede, wu ne chännt, cha Dyni Beobachtigslischt läse. tue ne wäge däm nit mit andere teile.\n[[Special:ResetTokens|Druck do, wän Du ne muesch zrucksetze]].\";'),('gsw','messages:prefs-help-yourpassword','s:76:\"de:Die Kontowiederherstellung ist aktiviert. Weitere Einstellungen unter $1.\";'),('gsw','messages:prefs-i18n','s:24:\"gsw:Internationalisierig\";'),('gsw','messages:prefs-info','s:21:\"gsw:Basisinformatione\";'),('gsw','messages:prefs-labs','s:18:\"gsw:Alphafunktione\";'),('gsw','messages:prefs-memberingroups','s:61:\"gsw:{{GENDER:$2|Mitglid}} vu dr {{PLURAL:$1|Benutzergruppe}}:\";'),('gsw','messages:prefs-memberingroups-type','s:5:\"de:$2\";'),('gsw','messages:prefs-misc','s:16:\"gsw:Verschidnigs\";'),('gsw','messages:prefs-namespaces','s:14:\"gsw:Namensryym\";'),('gsw','messages:prefs-pageswatchlist','s:21:\"de:Beobachtete Seiten\";'),('gsw','messages:prefs-personal','s:16:\"gsw:Benutzerdate\";'),('gsw','messages:prefs-preview','s:12:\"gsw:Vorschou\";'),('gsw','messages:prefs-rc','s:22:\"gsw:Letschti Änderige\";'),('gsw','messages:prefs-registration','s:15:\"gsw:Aamäldzyt:\";'),('gsw','messages:prefs-registration-date-time','s:13:\"de:$2, $3 Uhr\";'),('gsw','messages:prefs-rendering','s:18:\"gsw:Sytedarstellig\";'),('gsw','messages:prefs-reset-confirm','s:53:\"de:Ja, ich möchte meine Einstellungen zurücksetzen.\";'),('gsw','messages:prefs-reset-intro','s:115:\"gsw:Du chasch die Syte verwände go d Yystellige uf dr Standard zrucksetze.\nDes cha nimmi ruckgängig gmacht wäre.\";'),('gsw','messages:prefs-resetpass','s:20:\"gsw:Passwort ändere\";'),('gsw','messages:prefs-searchmisc','s:12:\"de:Allgemein\";'),('gsw','messages:prefs-searchoptions','s:16:\"gsw:Suechoptione\";'),('gsw','messages:prefs-setemail','s:27:\"gsw:E-Mail-Adräss festlaie\";'),('gsw','messages:prefs-signature','s:16:\"gsw:Unterschrift\";'),('gsw','messages:prefs-signature-error-details','s:16:\"de:Mehr erfahren\";'),('gsw','messages:prefs-signature-highlight-error','s:21:\"de:Fehlerort anzeigen\";'),('gsw','messages:prefs-signature-invalid-disallow','s:139:\"de:Deine aktuelle Unterschrift ist ungültig. Bis du sie korrigierst, wird beim Signieren deiner Kommentare die Standardsignatur verwendet.\";'),('gsw','messages:prefs-signature-invalid-new','s:133:\"de:Deine aktuelle Unterschrift ist ungültig. Du kannst sie zwar noch verwenden, aber nicht mehr ändern, bis du sie korrigiert hast.\";'),('gsw','messages:prefs-signature-invalid-warning','s:66:\"de:Deine Unterschrift kann bei einigen Tools Probleme verursachen.\";'),('gsw','messages:prefs-skin','s:22:\"gsw:Benutzeroberflechi\";'),('gsw','messages:prefs-skin-prefs','s:45:\"de:Einstellungen für die Benutzeroberfläche\";'),('gsw','messages:prefs-skin-responsive','s:31:\"de:Responsiven Modus aktivieren\";'),('gsw','messages:prefs-tabs-navigation-hint','s:83:\"gsw:Tipp: Mit der linggen u der rächte Pfyltaste chasch zwüsche de Tabs wächsle.\";'),('gsw','messages:prefs-timeoffset','s:17:\"gsw:Zytunterschid\";'),('gsw','messages:prefs-tokenwatchlist','s:40:\"gsw:Schlüssel für persönleche Webfeed\";'),('gsw','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('gsw','messages:prefs-user-downloaddata-info','s:10:\"de:ansehen\";'),('gsw','messages:prefs-user-downloaddata-label','s:29:\"de:Zugriff auf Benutzerdaten:\";'),('gsw','messages:prefs-user-pages','s:16:\"gsw:Benutzersyte\";'),('gsw','messages:prefs-user-restoreprefs-info','s:67:\"de:Alle Standardeinstellungen wiederherstellen (in allen Bereichen)\";'),('gsw','messages:prefs-user-restoreprefs-label','s:31:\"de:Einstellungen zurücksetzen:\";'),('gsw','messages:prefs-vector-enable-vector-1-help','s:313:\"de:Im Laufe der kommenden Jahre wird die Benutzeroberfläche Vector schrittweise modernisiert. Mit dem klassischen Vector kannst du die bisherige Version von Vector (Stand: Dezember 2019) weiterhin verwenden. Mehr über die Modernisierungen findest du auf der [[mw:Reading/Web/Desktop_Improvements|Projektseite]].\";'),('gsw','messages:prefs-vector-enable-vector-1-label','s:30:\"de:Verwende klassischen Vector\";'),('gsw','messages:prefs-watchlist','s:22:\"gsw:Beobachtigslischte\";'),('gsw','messages:prefs-watchlist-days','s:74:\"gsw:Aazahl vu dr Täg, wu d Beobchtigslischt standardmässig soll umfasse:\";'),('gsw','messages:prefs-watchlist-days-max','s:40:\"gsw:Maximal {{PLURAL:$1|ei Tag|$1 Täg}}\";'),('gsw','messages:prefs-watchlist-edits','s:32:\"gsw:Maximali Zahl vu dr Yyträg:\";'),('gsw','messages:prefs-watchlist-edits-max','s:25:\"gsw:Maximali Aazahl: 1000\";'),('gsw','messages:prefs-watchlist-managetokens','s:18:\"de:Token verwalten\";'),('gsw','messages:prefs-watchlist-token','s:36:\"gsw:Beobachtigslischte-Chännzeiche:\";'),('gsw','messages:prefsnologintext2','s:47:\"gsw:Bitte mäld di a, für Ystellige z ändere.\";'),('gsw','messages:prev-page','s:16:\"gsw:vorderi Syte\";'),('gsw','messages:preview','s:12:\"gsw:Vorschou\";'),('gsw','messages:previewconflict','s:113:\"gsw:Die Vorschau zeigt dr Inhalt vum obere Täxtfäld. Eso siht dr Artikel us, wän Du jetz uf Spychere drucksch.\";'),('gsw','messages:previewerrortext','s:80:\"gsw:Es het e Fähler ’gä bim Versuech, e Vorschou vo dynen Änderige z zeige.\";'),('gsw','messages:previewnote','s:83:\"gsw:<strong>Das isch numen e Vorschau</strong>\nDie Syte isch nonig gspycheret wore!\";'),('gsw','messages:previousdiff','s:24:\"gsw:← Vorderi Änderig\";'),('gsw','messages:previousrevision','s:23:\"gsw:← Vorderi Version\";'),('gsw','messages:prevn','s:34:\"gsw:{{PLURAL:$1|vorige|vorigi $1}}\";'),('gsw','messages:prevn-title','s:51:\"gsw:{{PLURAL:$1|Vorig Ergebnis|Vorigi $1 Ergebnis}}\";'),('gsw','messages:prevpage','s:21:\"gsw:Vorderi Syte ($1)\";'),('gsw','messages:print','s:10:\"gsw:Drucke\";'),('gsw','messages:print.css','s:59:\"de:/* Das folgende CSS wird in der Druckausgabe geladen. */\";'),('gsw','messages:printableversion','s:17:\"gsw:Druck-Aasicht\";'),('gsw','messages:printableversion-deprecated-warning','s:198:\"de:Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.\";'),('gsw','messages:privacy','s:14:\"gsw:Dateschutz\";'),('gsw','messages:privacypage','s:22:\"gsw:Project:Dateschutz\";'),('gsw','messages:prot_1movedto2','s:42:\"gsw:[[$1]] isch uf [[$2]] verschobe worde.\";'),('gsw','messages:protect','s:12:\"gsw:Schütze\";'),('gsw','messages:protect-badnamespace-text','s:54:\"gsw:Syte in däm Namensruum chenne nit gschitzt wäre.\";'),('gsw','messages:protect-badnamespace-title','s:29:\"gsw:Nit-schitzbare Namensruum\";'),('gsw','messages:protect-cantedit','s:112:\"gsw:Du chasch der Schutzstatus vo dere Syte nid ändere, wil du kener Berächtigunge hesch, für se z bearbeite.\";'),('gsw','messages:protect-cascade','s:61:\"gsw:Kaskadesperrig – alli yybundnige Vorlage sy mitgsperrt.\";'),('gsw','messages:protect-cascadeon','s:201:\"gsw:Die Syten isch gschützt, wil si i {{PLURAL:$1|der|de}} folgende Syten y’bunden isch, wo derfür e Kaskadesperrig gilt.\nÄnderigen am Schutzstatus vo dere Syte hei kei Yfluss uf d Kaskadesperrig.\";'),('gsw','messages:protect-default','s:17:\"gsw:Alle Benutzer\";'),('gsw','messages:protect-dropdown','s:112:\"gsw:*Allgmeini Schutzgrind\n** Link-Spam\n** Editwar\n** Vylmol yybundeni Vorlag\n** Syte mit ere hoche Bsuecherzahl\";'),('gsw','messages:protect-edit-reasonlist','s:25:\"gsw:Schutzgrind bearbeite\";'),('gsw','messages:protect-existing-expiry','s:40:\"gsw:Aktuälls Syteschutzänd: $2, $3 Uhr\";'),('gsw','messages:protect-existing-expiry-infinity','s:39:\"gsw:Momentani Ablouffzyt: unbeschränkt\";'),('gsw','messages:protect-expiring','s:16:\"gsw:bis $1 (UTC)\";'),('gsw','messages:protect-expiring-local','s:10:\"gsw:bis $1\";'),('gsw','messages:protect-expiry-indefinite','s:16:\"gsw:uubschränkt\";'),('gsw','messages:protect-expiry-options','s:144:\"gsw:1 Stund:1 hour,1 Tag:1 day,1 Wuche:1 week,2 Wuche:2 weeks,1 Monet:1 month,3 Monet:3 months,6 Monet:6 months,1 Johr:1 year,Fir immer:infinite\";'),('gsw','messages:protect-fallback','s:56:\"gsw:Nume Benutzer mit dr „$1“-Berächtigung erlaube.\";'),('gsw','messages:protect-legend','s:28:\"gsw:Syteschutzstatus ändere\";'),('gsw','messages:protect-level-autoconfirmed','s:47:\"gsw:Nume automatisch bstetigte Benutzer erlaube\";'),('gsw','messages:protect-level-sysop','s:25:\"gsw:Numme Ammanne erlaube\";'),('gsw','messages:protect-locked-access','s:127:\"gsw:Dys Konto het nid di nötige Rächt, für der Schutzstatus z ändere.\nHie sy di aktuelle Schutzystellige vor Syte \'\'\'$1\'\'\':\";'),('gsw','messages:protect-locked-blocked','s:145:\"gsw:Du chasch dr Syteschutz nit ändere, wel Dyy Benutzerkonto gsperrt isch. Do sin di aktuälle Syteschutz-Yystellige fir d Syte \'\'\'„$1“:\'\'\'\";'),('gsw','messages:protect-locked-dblock','s:148:\"gsw:D Datebank isch gsperrt, dr Syteschutz cha wäge däm nit gänderet wäre. Doo sin di aktuälle Syteschutz-Yystellige fir d Syte \'\'\'„$1“:\'\'\'\";'),('gsw','messages:protect-norestrictiontypes-text','s:77:\"gsw:Die Syte cha nit gschitzt wäre, wel kei Bschränkigstype verfiegbar sin.\";'),('gsw','messages:protect-norestrictiontypes-title','s:23:\"gsw:Nit schitzbari Syte\";'),('gsw','messages:protect-otherreason','s:30:\"gsw:Andere/zuesätzlige Grund:\";'),('gsw','messages:protect-otherreason-op','s:16:\"gsw:Andere Grund\";'),('gsw','messages:protect-othertime','s:21:\"gsw:Anderi Sperrduur:\";'),('gsw','messages:protect-othertime-op','s:20:\"gsw:anderi Sperrduur\";'),('gsw','messages:protect-summary-cascade','s:11:\"gsw:Kaskade\";'),('gsw','messages:protect-summary-desc','s:15:\"en:[$1=$2] ($3)\";'),('gsw','messages:protect-text','s:70:\"gsw:Hie chasch der Schutzstatus vor Syte \'\'\'$1\'\'\' azeigen und ändere.\";'),('gsw','messages:protect-title','s:30:\"gsw:Schutz vu „$1“ ändere\";'),('gsw','messages:protect-title-notallowed','s:30:\"gsw:Schutz aaluege vu „$1“\";'),('gsw','messages:protect-unchain-permissions','s:37:\"gsw:Wyteri Schutzoptione frej schalte\";'),('gsw','messages:protect_change','s:11:\"gsw:ändere\";'),('gsw','messages:protect_expiry_invalid','s:38:\"gsw:Di gwählti Duur isch nid gültig.\";'),('gsw','messages:protect_expiry_old','s:40:\"gsw:Di gwählti Duur isch scho vergange.\";'),('gsw','messages:protectcomment','s:10:\"gsw:Grund:\";'),('gsw','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('gsw','messages:protectedarticle-comment','s:39:\"de:{{GENDER:$2|Schützte}} „[[$1]]“\";'),('gsw','messages:protectedinterface','s:113:\"gsw:In däre Syte het s Text fir s Sproch-Interface vu dr Software un si isch gsperrt, zum Missbruch z verhindre.\";'),('gsw','messages:protectedpage','s:19:\"gsw:Gschützti Syte\";'),('gsw','messages:protectedpagemovewarning','s:158:\"gsw:\'\'\'WARNIG:\'\'\' Die Syte isch gschitzt wore, ass si nume Benutzer mit Ammannerächt chenne verschiebe.\nAs Referänz wird do dr letscht Logbuechyytrag aagee:\";'),('gsw','messages:protectedpages','s:21:\"gsw:Gschützti Sytene\";'),('gsw','messages:protectedpages-cascade','s:31:\"gsw:Nume Syte mit Kaskadeschutz\";'),('gsw','messages:protectedpages-expiry','s:17:\"gsw:Gschützt bis\";'),('gsw','messages:protectedpages-filters','s:10:\"de:Filter:\";'),('gsw','messages:protectedpages-indef','s:42:\"gsw:Nume uubschränkt gschitzti Syte zeige\";'),('gsw','messages:protectedpages-noredirect','s:27:\"gsw:Wyterleitigen usblände\";'),('gsw','messages:protectedpages-page','s:8:\"gsw:Syte\";'),('gsw','messages:protectedpages-params','s:19:\"gsw:Schutzparameter\";'),('gsw','messages:protectedpages-performer','s:16:\"gsw:Gschützt vo\";'),('gsw','messages:protectedpages-reason','s:9:\"gsw:Grund\";'),('gsw','messages:protectedpages-submit','s:18:\"de:Seiten anzeigen\";'),('gsw','messages:protectedpages-summary','s:188:\"gsw:Die Liste zeigt Syte, wo momentan gschützt sy. Under «[[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]]» isch e Liste vo Title, wo’s nid erloubt isch, e Syte dermit azlege.\";'),('gsw','messages:protectedpages-timestamp','s:15:\"gsw:Zytstämpel\";'),('gsw','messages:protectedpages-unknown-performer','s:13:\"gsw:Unbekannt\";'),('gsw','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('gsw','messages:protectedpages-unknown-timestamp','s:13:\"gsw:Unbekannt\";'),('gsw','messages:protectedpagesempty','s:55:\"gsw:Aktuäll sin kei Syte mit däne Parameter gschitzt.\";'),('gsw','messages:protectedpagetext','s:42:\"gsw:Die Syte isch fir s Bearbeite gsperrt.\";'),('gsw','messages:protectedpagewarning','s:165:\"gsw:\'\'\'WARNIG: Die Syten isch gsperrt wore, ass si nume Benutzer mit Administrator-Rächt chenne verändere.\'\'\'\nAs Referänz wird do dr letscht Logbuechyytrag aagee:\";'),('gsw','messages:protectedtitles','s:18:\"gsw:Gsperrti Titel\";'),('gsw','messages:protectedtitles-submit','s:17:\"de:Titel anzeigen\";'),('gsw','messages:protectedtitles-summary','s:188:\"gsw:Die Liste zeigt Title, wo’s momentan nid erloubt isch, e Syte dermit azlege. Under «[[{{#special:ProtectedPages}}|{{int:protectedpages}}]]» isch e Liste vo gschützte Syte z finde.\";'),('gsw','messages:protectedtitlesempty','s:72:\"gsw:Im Momänt sin kei Syte fir s Nejaalege gsperrt mit däne Parameter.\";'),('gsw','messages:protectexpiry','s:16:\"gsw:Gsperrt bis:\";'),('gsw','messages:protectlogpage','s:23:\"gsw:Syteschutz-Logbuech\";'),('gsw','messages:protectlogtext','s:129:\"gsw:Des isch s Syteschutz-Logbuech.\nLueg d [[Special:ProtectedPages|Lischt vu dr gschitzte Syte]] fir alli zurzyt gschitzte Syte.\";'),('gsw','messages:protectpage','s:24:\"de:Schützen einer Seite\";'),('gsw','messages:protectpage-summary','s:3:\"en:\";'),('gsw','messages:proxyblocker','s:17:\"gsw:Proxy blocker\";'),('gsw','messages:proxyblockreason','s:183:\"gsw:Dyni IP-Adrässe isch gsperrt wore, wel si ne ufige Proxy isch. Bitte kontaktier Dyyn Internet-Provider oder Dyni Systemadministratore un informier si iber des Sicherheitsproblem.\";'),('gsw','messages:pt-createaccount','s:30:\"gsw:Nöis Benutzerkonto aalege\";'),('gsw','messages:pt-login','s:12:\"gsw:Aamälde\";'),('gsw','messages:pt-login-button','s:12:\"gsw:Aamälde\";'),('gsw','messages:pt-login-continue-button','s:23:\"de:Anmeldung fortfahren\";'),('gsw','messages:pt-userlogout','s:12:\"gsw:Abmälde\";'),('gsw','messages:publishchanges','s:22:\"gsw:Änderige spychere\";'),('gsw','messages:publishchanges-start','s:26:\"gsw:Änderige spychere …\";'),('gsw','messages:publishpage','s:17:\"gsw:Syte spychere\";'),('gsw','messages:publishpage-start','s:17:\"gsw:Syte spychere\";'),('gsw','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('gsw','messages:purge','s:17:\"gsw:Cache lääre\";'),('gsw','messages:purge-summary','s:3:\"en:\";'),('gsw','messages:querypage-disabled','s:71:\"gsw:Die Spezialsyte isch deaktiviert wore us Leischtigserhaltigs-Grind.\";'),('gsw','messages:querypage-no-updates','s:113:\"gsw:\'\'\'D Aktualisierigsfunktion fir die Syte isch im Momänt deaktiviert. D Date wäre vorerscht nit ernejert.\'\'\'\";'),('gsw','messages:querypage-updates-periodical','s:64:\"de:Aktualisierungen für diese Seite werden periodisch erneuert.\";'),('gsw','messages:quotation-marks','s:10:\"gsw:«$1»\";'),('gsw','messages:randomincategory','s:38:\"gsw:Zuefälligi Syten us ere Kategorie\";'),('gsw','messages:randomincategory-category','s:14:\"gsw:Kategorie:\";'),('gsw','messages:randomincategory-invalidcategory','s:42:\"gsw:«$1» isch ke gültigi Kategoriename.\";'),('gsw','messages:randomincategory-legend','s:38:\"gsw:Zuefälligi Syten us ere Kategorie\";'),('gsw','messages:randomincategory-nopages','s:56:\"gsw:Ir Kategorie [[:Category:$1|$1]] het’s kener Syte.\";'),('gsw','messages:randomincategory-submit','s:8:\"gsw:Gang\";'),('gsw','messages:randompage','s:20:\"gsw:Zuefalls-Artikel\";'),('gsw','messages:randompage-nopages','s:73:\"gsw:S het kei Syte in {{PLURAL:$2|däm Namensruum|däne Namensryym}}: $1.\";'),('gsw','messages:randompage-url','s:17:\"en:Special:Random\";'),('gsw','messages:randomredirect','s:27:\"gsw:Zuefälligi Wyterleitig\";'),('gsw','messages:randomredirect-nopages','s:57:\"gsw:Im Namensruum „$1“ sin kei Wyterleitige vorhande.\";'),('gsw','messages:randomrootpage','s:24:\"gsw:Zuefelligi Stammsyte\";'),('gsw','messages:range_block_disabled','s:65:\"gsw:D Megligkeit, ganzi Adrässryym z sperre, isch nit aktiviert.\";'),('gsw','messages:rawhtml-notallowed','s:83:\"de:&lt;html&gt;-Tags können nicht außerhalb von normalen Seiten verwendet werden.\";'),('gsw','messages:rawmessage','s:5:\"en:$1\";'),('gsw','messages:rc-change-size','s:30:\"de:$1 {{PLURAL:$1|Byte|Bytes}}\";'),('gsw','messages:rc-change-size-new','s:45:\"gsw:$1 {{PLURAL:$1|Byte|Byte}} no dr Änderig\";'),('gsw','messages:rc-old-title','s:35:\"gsw:urspringlig aaglait as „$1“\";'),('gsw','messages:rcfilters-activefilters','s:16:\"de:Aktive Filter\";'),('gsw','messages:rcfilters-activefilters-hide','s:13:\"de:Ausblenden\";'),('gsw','messages:rcfilters-activefilters-hide-tooltip','s:40:\"de:Bereich der aktiven Filter ausblenden\";'),('gsw','messages:rcfilters-activefilters-show','s:11:\"de:Anzeigen\";'),('gsw','messages:rcfilters-activefilters-show-tooltip','s:38:\"de:Bereich der aktiven Filter anzeigen\";'),('gsw','messages:rcfilters-advancedfilters','s:20:\"de:Erweiterte Filter\";'),('gsw','messages:rcfilters-allcontents-label','s:21:\"de:Alle Inhaltsseiten\";'),('gsw','messages:rcfilters-alldiscussions-label','s:25:\"de:Alle Diskussionsseiten\";'),('gsw','messages:rcfilters-clear-all-filters','s:23:\"de:Alle Filter löschen\";'),('gsw','messages:rcfilters-date-popup-title','s:26:\"de:Zu suchende Zeitperiode\";'),('gsw','messages:rcfilters-days-show-days','s:32:\"de:{{PLURAL:$1|Ein Tag|$1 Tage}}\";'),('gsw','messages:rcfilters-days-show-hours','s:39:\"de:{{PLURAL:$1|Eine Stunde|$1 Stunden}}\";'),('gsw','messages:rcfilters-days-title','s:14:\"de:Letzte Tage\";'),('gsw','messages:rcfilters-empty-filter','s:60:\"de:Keine aktiven Filter. Es werden alle Beiträge angezeigt.\";'),('gsw','messages:rcfilters-exclude-button-off','s:29:\"de:Ausgewählte ausschließen\";'),('gsw','messages:rcfilters-exclude-button-on','s:30:\"de:Ausgewählte ausgeschlossen\";'),('gsw','messages:rcfilters-filter-bots-description','s:74:\"de:Bearbeitungen, die von automatisierten Werkzeugen durchgeführt wurden.\";'),('gsw','messages:rcfilters-filter-bots-label','s:6:\"de:Bot\";'),('gsw','messages:rcfilters-filter-categorization-description','s:87:\"de:Einträge von Seiten, die zu Kategorien hinzugefügt oder aus ihnen entfernt wurden.\";'),('gsw','messages:rcfilters-filter-categorization-label','s:23:\"de:Kategorieänderungen\";'),('gsw','messages:rcfilters-filter-editsbyother-description','s:41:\"de:Alle Änderungen außer deine eigenen.\";'),('gsw','messages:rcfilters-filter-editsbyother-label','s:26:\"de:Änderungen von anderen\";'),('gsw','messages:rcfilters-filter-editsbyself-description','s:27:\"de:Deine eigenen Beiträge.\";'),('gsw','messages:rcfilters-filter-editsbyself-label','s:22:\"de:Änderungen von dir\";'),('gsw','messages:rcfilters-filter-excluded','s:17:\"de:Ausgeschlossen\";'),('gsw','messages:rcfilters-filter-humans-description','s:68:\"de:Bearbeitungen, die von menschlichen Autoren durchgeführt wurden.\";'),('gsw','messages:rcfilters-filter-humans-label','s:20:\"de:Mensch (kein Bot)\";'),('gsw','messages:rcfilters-filter-lastrevision-description','s:47:\"de:Nur die aktuellste Änderung an einer Seite.\";'),('gsw','messages:rcfilters-filter-lastrevision-label','s:21:\"de:Aktuellste Version\";'),('gsw','messages:rcfilters-filter-logactions-description','s:99:\"de:Administrative Aktionen, Benutzerkontenerstellungen, Seitenlöschungen, hochgeladene Dateien …\";'),('gsw','messages:rcfilters-filter-logactions-label','s:19:\"de:Logbucheinträge\";'),('gsw','messages:rcfilters-filter-major-description','s:61:\"de:Bearbeitungen, die nicht als geringfügig markiert wurden.\";'),('gsw','messages:rcfilters-filter-major-label','s:27:\"de:Nicht-kleine Änderungen\";'),('gsw','messages:rcfilters-filter-minor-description','s:62:\"de:Bearbeitungen, die der Autor als geringfügig markiert hat.\";'),('gsw','messages:rcfilters-filter-minor-label','s:21:\"de:Kleine Änderungen\";'),('gsw','messages:rcfilters-filter-newpages-description','s:46:\"de:Bearbeitungen, die zu neuen Seiten führen.\";'),('gsw','messages:rcfilters-filter-newpages-label','s:21:\"de:Seitenerstellungen\";'),('gsw','messages:rcfilters-filter-pageedits-description','s:78:\"de:Änderungen am Wikiinhalt oder an Diskussionen, Kategoriebeschreibungen …\";'),('gsw','messages:rcfilters-filter-pageedits-label','s:22:\"de:Seitenbearbeitungen\";'),('gsw','messages:rcfilters-filter-previousrevision-description','s:65:\"de:Alle Änderungen, die nicht die „aktuellste Version“ sind.\";'),('gsw','messages:rcfilters-filter-previousrevision-label','s:31:\"de:Nicht die aktuellste Version\";'),('gsw','messages:rcfilters-filter-reviewstatus-auto-description','s:101:\"de:Bearbeitungen von erweiterten Benutzern, deren Arbeit automatisch als kontrolliert markiert wurde.\";'),('gsw','messages:rcfilters-filter-reviewstatus-auto-label','s:27:\"de:Automatisch kontrolliert\";'),('gsw','messages:rcfilters-filter-reviewstatus-manual-description','s:63:\"de:Bearbeitungen, die manuell als kontrolliert markiert wurden.\";'),('gsw','messages:rcfilters-filter-reviewstatus-manual-label','s:23:\"de:Manuell kontrolliert\";'),('gsw','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:86:\"de:Bearbeitungen, die nicht manuell oder automatisch als kontrolliert markiert wurden.\";'),('gsw','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:17:\"de:Unkontrolliert\";'),('gsw','messages:rcfilters-filter-showlinkedfrom-label','s:57:\"de:Änderungen auf Seiten anzeigen, die verlinkt sind von\";'),('gsw','messages:rcfilters-filter-showlinkedfrom-option-label','s:107:\"de:<strong>Seiten</strong>, die <strong>von</strong> der ausgewählten Seite <strong>verlinkt</strong> sind\";'),('gsw','messages:rcfilters-filter-showlinkedto-label','s:53:\"de:Änderungen auf Seiten anzeigen, die verlinken auf\";'),('gsw','messages:rcfilters-filter-showlinkedto-option-label','s:102:\"de:<strong>Seiten</strong>, die <strong>auf</strong> die ausgewählte Seite <strong>verlinken</strong>\";'),('gsw','messages:rcfilters-filter-user-experience-level-experienced-description','s:97:\"de:Angemeldete Autoren mit mehr als 500 Bearbeitungen und einer Aktivität von mehr als 30 Tagen.\";'),('gsw','messages:rcfilters-filter-user-experience-level-experienced-label','s:21:\"de:Erfahrene Benutzer\";'),('gsw','messages:rcfilters-filter-user-experience-level-learner-description','s:100:\"de:Angemeldete Autoren, deren Erfahrung zwischen „Neulinge“ und „Erfahrene Benutzer“ fällt.\";'),('gsw','messages:rcfilters-filter-user-experience-level-learner-label','s:12:\"de:Anfänger\";'),('gsw','messages:rcfilters-filter-user-experience-level-newcomer-description','s:108:\"de:Angemeldete Autoren, die weniger als 10 Bearbeitungen oder eine Aktivität von weniger als 4 Tagen haben.\";'),('gsw','messages:rcfilters-filter-user-experience-level-newcomer-label','s:11:\"de:Neulinge\";'),('gsw','messages:rcfilters-filter-user-experience-level-registered-description','s:23:\"de:Angemeldete Autoren.\";'),('gsw','messages:rcfilters-filter-user-experience-level-registered-label','s:13:\"de:Angemeldet\";'),('gsw','messages:rcfilters-filter-user-experience-level-unregistered-description','s:38:\"de:Autoren, die nicht angemeldet sind.\";'),('gsw','messages:rcfilters-filter-user-experience-level-unregistered-label','s:15:\"de:Unangemeldet\";'),('gsw','messages:rcfilters-filter-watchlist-notwatched-description','s:57:\"de:Alle außer Änderungen an deinen beobachteten Seiten.\";'),('gsw','messages:rcfilters-filter-watchlist-notwatched-label','s:34:\"de:Nicht auf der Beobachtungsliste\";'),('gsw','messages:rcfilters-filter-watchlist-watched-description','s:54:\"de:Änderungen an Seiten auf deiner Beobachtungsliste.\";'),('gsw','messages:rcfilters-filter-watchlist-watched-label','s:28:\"de:Auf der Beobachtungsliste\";'),('gsw','messages:rcfilters-filter-watchlist-watchednew-description','s:100:\"de:Änderungen an beobachteten Seiten, die du nicht besucht hast, seitdem die Änderungen auftraten.\";'),('gsw','messages:rcfilters-filter-watchlist-watchednew-label','s:38:\"de:Neue Beobachtungslisten-Änderungen\";'),('gsw','messages:rcfilters-filter-watchlistactivity-seen-description','s:65:\"de:Änderungen an Seiten, die du seit dem Auftreten besucht hast.\";'),('gsw','messages:rcfilters-filter-watchlistactivity-seen-label','s:23:\"de:Gesehene Änderungen\";'),('gsw','messages:rcfilters-filter-watchlistactivity-unseen-description','s:71:\"de:Änderungen an Seiten, die du seit dem Auftreten nicht besucht hast.\";'),('gsw','messages:rcfilters-filter-watchlistactivity-unseen-label','s:25:\"de:Ungesehene Änderungen\";'),('gsw','messages:rcfilters-filtergroup-authorship','s:25:\"de:Beitrags-Autorenschaft\";'),('gsw','messages:rcfilters-filtergroup-automated','s:27:\"de:Automatisierte Beiträge\";'),('gsw','messages:rcfilters-filtergroup-changetype','s:20:\"de:Typ der Änderung\";'),('gsw','messages:rcfilters-filtergroup-lastrevision','s:23:\"de:Aktuellste Versionen\";'),('gsw','messages:rcfilters-filtergroup-reviewstatus','s:23:\"de:Überprüfungsstatus\";'),('gsw','messages:rcfilters-filtergroup-significance','s:12:\"de:Bedeutung\";'),('gsw','messages:rcfilters-filtergroup-user-experience-level','s:35:\"de:Benutzeranmeldung und -erfahrung\";'),('gsw','messages:rcfilters-filtergroup-watchlist','s:21:\"de:Beobachtete Seiten\";'),('gsw','messages:rcfilters-filtergroup-watchlistactivity','s:31:\"de:Beobachtungslistenaktivität\";'),('gsw','messages:rcfilters-filterlist-noresults','s:24:\"de:Keine Filter gefunden\";'),('gsw','messages:rcfilters-filterlist-title','s:9:\"de:Filter\";'),('gsw','messages:rcfilters-filterlist-whatsthis','s:24:\"de:Wie funktioniert das?\";'),('gsw','messages:rcfilters-group-results-by-page','s:35:\"de:Ergebnisse nach Seite gruppieren\";'),('gsw','messages:rcfilters-hideminor-conflicts-typeofchange','s:153:\"de:Bestimmte Änderungstypen können nicht als „klein“ festgelegt werden, so dass dieser Filter mit den folgenden Änderungstypfiltern kollidiert: $1\";'),('gsw','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:251:\"de:Der Filter „Kleine Bearbeitungen“ kollidiert mit einem oder mehreren Änderungstypfiltern, da bestimmte Änderungstypen nicht als „klein“ festgelegt werden können. Die kollidierenden Filter sind oben im Bereich der aktiven Filter markiert.\";'),('gsw','messages:rcfilters-highlightbutton-title','s:25:\"de:Ergebnisse hervorheben\";'),('gsw','messages:rcfilters-highlighted-filters-list','s:20:\"de:Hervorgehoben: $1\";'),('gsw','messages:rcfilters-highlightmenu-help','s:61:\"de:Eine Farbe auswählen, um diese Eigenschaft hervorzuheben.\";'),('gsw','messages:rcfilters-highlightmenu-title','s:24:\"de:Eine Farbe auswählen\";'),('gsw','messages:rcfilters-hours-title','s:17:\"de:Letzte Stunden\";'),('gsw','messages:rcfilters-invalid-filter','s:21:\"de:Ungültiger Filter\";'),('gsw','messages:rcfilters-legend-heading','s:43:\"de:<strong>Liste von Abkürzungen:</strong>\";'),('gsw','messages:rcfilters-limit-and-date-label','s:50:\"de:{{PLURAL:$1|Eine Änderung|$1 Änderungen}}, $2\";'),('gsw','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:62:\"de:Ergebnisse nach Anzahl der Änderungen und Zeitraum filtern\";'),('gsw','messages:rcfilters-limit-title','s:26:\"de:Anzuzeigende Ergebnisse\";'),('gsw','messages:rcfilters-liveupdates-button','s:24:\"de:Live-Aktualisierungen\";'),('gsw','messages:rcfilters-liveupdates-button-title-off','s:42:\"de:Neue Änderungen bei Auftreten anzeigen\";'),('gsw','messages:rcfilters-liveupdates-button-title-on','s:36:\"de:Live-Aktualisierungen ausschalten\";'),('gsw','messages:rcfilters-noresults-conflict','s:77:\"de:Keine Ergebnisse gefunden, da sich die Suchkriterien in Konflikt befinden.\";'),('gsw','messages:rcfilters-other-review-tools','s:33:\"de:Andere Überprüfungswerkzeuge\";'),('gsw','messages:rcfilters-preference-help','s:182:\"de:Lädt die [[{{#special:RecentChanges}}|letzten Änderungen]] und [[{{#special:RecentChangesLinked}}|Änderungen an verlinkten Seiten]] ohne die Filter- oder Hervorhebungsfunktion.\";'),('gsw','messages:rcfilters-preference-label','s:54:\"de:„Letzte Änderungen“ frei von JavaScript nutzen\";'),('gsw','messages:rcfilters-quickfilters','s:22:\"de:Gespeicherte Filter\";'),('gsw','messages:rcfilters-quickfilters-placeholder-description','s:147:\"de:Um deine Filtereinstellungen zu speichern und später erneut zu verwenden, klicke unten auf das Lesezeichensymbol im Bereich der aktiven Filter.\";'),('gsw','messages:rcfilters-quickfilters-placeholder-title','s:32:\"de:Noch keine Filter gespeichert\";'),('gsw','messages:rcfilters-restore-default-filters','s:34:\"de:Standardfilter wiederherstellen\";'),('gsw','messages:rcfilters-savedqueries-add-new-title','s:41:\"de:Aktuelle Filtereinstellungen speichern\";'),('gsw','messages:rcfilters-savedqueries-already-saved','s:120:\"de:Diese Filter sind bereits gespeichert. Ändere deine Einstellungen, um einen neuen Gespeicherten Filter zu erstellen.\";'),('gsw','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:27:\"de:Standardfilter erstellen\";'),('gsw','messages:rcfilters-savedqueries-apply-label','s:19:\"de:Filter erstellen\";'),('gsw','messages:rcfilters-savedqueries-cancel-label','s:12:\"de:Abbrechen\";'),('gsw','messages:rcfilters-savedqueries-defaultlabel','s:22:\"de:Gespeicherte Filter\";'),('gsw','messages:rcfilters-savedqueries-new-name-label','s:7:\"de:Name\";'),('gsw','messages:rcfilters-savedqueries-new-name-placeholder','s:35:\"de:Beschreibe den Zweck des Filters\";'),('gsw','messages:rcfilters-savedqueries-remove','s:11:\"de:Löschen\";'),('gsw','messages:rcfilters-savedqueries-rename','s:13:\"de:Umbenennen\";'),('gsw','messages:rcfilters-savedqueries-setdefault','s:25:\"de:Als Standard festlegen\";'),('gsw','messages:rcfilters-savedqueries-unsetdefault','s:25:\"de:Als Standard entfernen\";'),('gsw','messages:rcfilters-search-placeholder','s:72:\"de:Änderungen filtern (Menü oder Suche für den Filternamen verwenden)\";'),('gsw','messages:rcfilters-search-placeholder-mobile','s:9:\"de:Filter\";'),('gsw','messages:rcfilters-show-new-changes','s:35:\"de:Neue Änderungen seit $1 ansehen\";'),('gsw','messages:rcfilters-state-message-fullcoverage','s:163:\"de:Das Auswählen aller Filter in dieser Gruppe ist das Gleiche wie das Auswählen keines Filters. Deshalb hat dieser Filter keinen Effekt. Die Gruppe enthält: $1\";'),('gsw','messages:rcfilters-state-message-subset','s:215:\"de:Dieser Filter hat keinen Effekt, da seine Ergebnisse mit denen {{PLURAL:$2|des folgenden breiteren Filters|der folgenden breiteren Filter}} einbezogen sind (versuche die Hervorhebung, um sie zu unterscheiden): $1\";'),('gsw','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('gsw','messages:rcfilters-tag-prefix-namespace-inverted','s:29:\"de:<strong>:nicht</strong> $1\";'),('gsw','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('gsw','messages:rcfilters-tag-remove','s:21:\"de:„$1“ entfernen\";'),('gsw','messages:rcfilters-target-page-placeholder','s:51:\"de:Einen Seitennamen (oder eine Kategorie) eingeben\";'),('gsw','messages:rcfilters-typeofchange-conflicts-hideminor','s:158:\"de:Dieser Änderungstypfilter kollidiert mit dem Filter „Kleine Bearbeitungen“. Bestimmte Änderungstypen können nicht als „klein“ festgelegt werden.\";'),('gsw','messages:rcfilters-view-namespaces-tooltip','s:37:\"de:Ergebnisse nach Namensraum filtern\";'),('gsw','messages:rcfilters-view-return-to-default-tooltip','s:31:\"de:Zurück zum Hauptfiltermenü\";'),('gsw','messages:rcfilters-view-tags','s:26:\"de:Markierte Bearbeitungen\";'),('gsw','messages:rcfilters-view-tags-help-icon-tooltip','s:53:\"de:Mehr über Bearbeitungen mit Markierungen erfahren\";'),('gsw','messages:rcfilters-view-tags-tooltip','s:61:\"de:Ergebnisse filtern, die Bearbeitungsmarkierungen verwenden\";'),('gsw','messages:rcfilters-watchlist-edit-watchlist-button','s:49:\"de:Deine Liste der beobachteten Seiten bearbeiten\";'),('gsw','messages:rcfilters-watchlist-markseen-button','s:41:\"de:Alle Änderungen als gesehen markieren\";'),('gsw','messages:rcfilters-watchlist-preference-help','s:102:\"de:Lädt die [[{{#special:Watchlist}}|Beobachtungsliste]] ohne Filtersuche oder Hervorhebungsfunktion.\";'),('gsw','messages:rcfilters-watchlist-preference-label','s:47:\"de:Beobachtungsliste frei von JavaScript nutzen\";'),('gsw','messages:rcfilters-watchlist-showupdated','s:104:\"de:Seiten, die verändert wurden, seit du sie zuletzt besucht hast, sind <strong>fett</strong> markiert.\";'),('gsw','messages:rclinks','s:59:\"gsw:Zeig di letschte $1 Änderige vo de vergangene $2 Täg.\";'),('gsw','messages:rclistfrom','s:40:\"gsw:Nume Änderige syt $3, $2 Uhr zeige.\";'),('gsw','messages:rclistfromreset','s:30:\"de:Datumsauswahl zurücksetzen\";'),('gsw','messages:rcnotefrom','s:110:\"gsw:Azeigt {{PLURAL:$5|isch d Änderig|sy maximal <strong>$1</strong> Änderige}} syt <strong>$3, $4</strong>.\";'),('gsw','messages:rcpatroldisabled','s:45:\"gsw:Kontroll vu dr letschte Änderige gsperrt\";'),('gsw','messages:rcpatroldisabledtext','s:64:\"gsw:D Kontroll vu dr letschte Änderige isch im Momänt gsperrt.\";'),('gsw','messages:rcshowhideanons','s:31:\"gsw:Nid aagmäldete Benutzer $1\";'),('gsw','messages:rcshowhideanons-hide','s:13:\"gsw:usblände\";'),('gsw','messages:rcshowhideanons-show','s:11:\"gsw:aazeige\";'),('gsw','messages:rcshowhidebots','s:11:\"gsw:Bots $1\";'),('gsw','messages:rcshowhidebots-hide','s:13:\"gsw:usblände\";'),('gsw','messages:rcshowhidebots-show','s:11:\"gsw:aazeige\";'),('gsw','messages:rcshowhidecategorization','s:26:\"gsw:Sytekategorisierige $1\";'),('gsw','messages:rcshowhidecategorization-hide','s:13:\"gsw:nid zeige\";'),('gsw','messages:rcshowhidecategorization-show','s:9:\"gsw:zeige\";'),('gsw','messages:rcshowhideliu','s:30:\"gsw:Regischtrierti Benutzer $1\";'),('gsw','messages:rcshowhideliu-hide','s:13:\"gsw:usblände\";'),('gsw','messages:rcshowhideliu-show','s:11:\"gsw:aazeige\";'),('gsw','messages:rcshowhidemine','s:23:\"gsw:Eigeni Änderige $1\";'),('gsw','messages:rcshowhidemine-hide','s:13:\"gsw:usblände\";'),('gsw','messages:rcshowhidemine-show','s:11:\"gsw:aazeige\";'),('gsw','messages:rcshowhideminor','s:19:\"gsw:Chlynigkeite $1\";'),('gsw','messages:rcshowhideminor-hide','s:13:\"gsw:usblände\";'),('gsw','messages:rcshowhideminor-show','s:11:\"gsw:aazeige\";'),('gsw','messages:rcshowhidepatr','s:42:\"gsw:Vum Fäldhieter aagluegti Änderige $1\";'),('gsw','messages:rcshowhidepatr-hide','s:13:\"gsw:usblände\";'),('gsw','messages:rcshowhidepatr-show','s:11:\"gsw:aazeige\";'),('gsw','messages:readonly','s:25:\"gsw:Datebank isch gsperrt\";'),('gsw','messages:readonly_lag','s:145:\"gsw:D Datebank isch automatisch gperrt wore, wil di verteilte Datebankserver (Sklave) mien mit em Hauptdatebankserver (Meischter) abgliche wäre.\";'),('gsw','messages:readonlytext','s:123:\"gsw:D Datebank isch e Zyt lang gsperrt fir Nejyytreg un Änderige. Bitte versuech s speter no mol.\n\nGrund vu dr Sperrig: $1\";'),('gsw','messages:readonlywarning','s:251:\"gsw:\'\'\'Achtig: D Datebank isch fir Wartigsarbete gesperrt. Wäge däm chenne Dyyni Änderige im Momänt nit gspycheret wäre.\nSichere de Täxt bitte lokal uf Dyynem Computer un versuech speter nomol, d Änderige z ibertrage.\'\'\'\n\nGrund fir d Sperri: $1\";'),('gsw','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('gsw','messages:recentchanges','s:22:\"gsw:Letschti Änderige\";'),('gsw','messages:recentchanges-feed-description','s:65:\"gsw:Di letschten Änderige vo {{SITENAME}} i däm Feed abonniere.\";'),('gsw','messages:recentchanges-label-bot','s:49:\"gsw:Die Bearbeitig isch dur e Bott uusgfiert wore\";'),('gsw','messages:recentchanges-label-minor','s:31:\"gsw:Des isch e chleini Änderig\";'),('gsw','messages:recentchanges-label-newpage','s:54:\"gsw:Mit däre Bearbeitig isch e neji Syte aagleit wore\";'),('gsw','messages:recentchanges-label-plusminus','s:44:\"gsw:Di gänderet Sytegreßi (Aazahl in Byte)\";'),('gsw','messages:recentchanges-label-unpatrolled','s:63:\"gsw:Die Bearbeitig isch nonig vun eme Fäldhieter aagluegt wore\";'),('gsw','messages:recentchanges-legend','s:24:\"gsw:Optione vu dr Aazeig\";'),('gsw','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('gsw','messages:recentchanges-legend-heading','s:29:\"gsw:<strong>Legänd:</strong>\";'),('gsw','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('gsw','messages:recentchanges-legend-newpage','s:92:\"gsw:{{int:recentchanges-label-newpage}} (lueg au d [[Special:NewPages|Lischt vu neie Syte]])\";'),('gsw','messages:recentchanges-legend-plusminus','s:14:\"de:\'\'(±123)\'\'\";'),('gsw','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('gsw','messages:recentchanges-legend-watchlistexpiry','s:35:\"de:Vorübergehend beobachtete Seite\";'),('gsw','messages:recentchanges-network','s:118:\"de:Aufgrund eines technischen Fehlers konnten keine Ergebnisse geladen werden. Bitte versuche, die Seite neu zu laden.\";'),('gsw','messages:recentchanges-noresult','s:57:\"gsw:Im usgwählte Zytruum het’s kener Änderige ’gä.\";'),('gsw','messages:recentchanges-notargetpage','s:78:\"de:Gib einen Seitennamen ein, um Änderungen bezüglich dieser Seite zu sehen.\";'),('gsw','messages:recentchanges-page-added-to-category','s:35:\"gsw:[[:$1]] zur Kategorie derzue ta\";'),('gsw','messages:recentchanges-page-added-to-category-bundled','s:100:\"gsw:[[:$1]] und [[Special:WhatLinksHere/$1|{{PLURAL:$2|ei|$2}}]] anderi Syte zur Kategorie derzue ta\";'),('gsw','messages:recentchanges-page-removed-from-category','s:34:\"gsw:[[:$1]] vor Kategorie furtgnoh\";'),('gsw','messages:recentchanges-page-removed-from-category-bundled','s:70:\"gsw:[[:$1]] und {{PLURAL:$2|ei|$2}} anderi Syte vor Kategorie furtgnoh\";'),('gsw','messages:recentchanges-submit','s:11:\"de:Anzeigen\";'),('gsw','messages:recentchanges-summary','s:68:\"gsw:Uf däre Syte chasch di letschte Änderige in däm Wiki aaluege.\";'),('gsw','messages:recentchanges-timeout','s:101:\"de:Die Zeit für diese Suche wurde überschritten. Du kannst verschiedene Suchparameter ausprobieren.\";'),('gsw','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('gsw','messages:recentchangescount','s:60:\"gsw:Aazahl vu Bearbeitige, wu standardmässig aazeigt wäre:\";'),('gsw','messages:recentchangesdays','s:96:\"gsw:Aazahl vu dr Täg, wu d Lischt vu dr  „Letschte Änderige“ standardmässig soll umfasse:\";'),('gsw','messages:recentchangesdays-max','s:39:\"gsw:(Maximal $1 {{PLURAL:$1|Tag|Täg}})\";'),('gsw','messages:recentchangeslinked','s:22:\"gsw:Verlinktes prüefe\";'),('gsw','messages:recentchangeslinked-feed','s:22:\"gsw:Verlinktes prüefe\";'),('gsw','messages:recentchangeslinked-page','s:9:\"gsw:Syte:\";'),('gsw','messages:recentchangeslinked-summary','s:282:\"gsw:Gib e Sytename yy go Änderige uf Syte sää, wu uf oder vu däre Syte verlinkt sin. Go Mitglider vun ere Kategori sää, gib „{{ns:category}}:\'\'Name vu dr Kategori\'\'“ yy. Änderige an Syte uf [[Special:Watchlist|dyre Beobachtigslischt]] sin <strong>fett</strong> firighebt.\";'),('gsw','messages:recentchangeslinked-title','s:50:\"gsw:Änderigen a Sytene, wo „$1“ druf verlinkt\";'),('gsw','messages:recentchangeslinked-to','s:52:\"gsw:Zeig Änderige uf Syte, wu uff die Syte verwyyse\";'),('gsw','messages:recentchangeslinked-toolbox','s:22:\"gsw:Verlinktes prüefe\";'),('gsw','messages:recentchangestext','s:4:\"en:-\";'),('gsw','messages:recreate','s:16:\"gsw:Nomol aalege\";'),('gsw','messages:recreate-moveddeleted-warn','s:212:\"gsw:\'\'\'Obacht: Du bisch e Syten am aalege, wo scho emol glescht woren isch.\'\'\'\n\nBitte iberprief, eb s sinnvoll isch, mit em Bearbeite wyter z mache.\nZue Dyyre Information sihsch do s Lesch-Logbuech vo däre Syte:\";'),('gsw','messages:red-link-title','s:23:\"gsw:$1 (Syte git s nit)\";'),('gsw','messages:redirect','s:79:\"gsw:Wyterleitig uf Datei, Benutzersyte, Syte, Syteversion oder Logbuechyytraag.\";'),('gsw','messages:redirect-file','s:13:\"gsw:Dateiname\";'),('gsw','messages:redirect-logid','s:17:\"de:Logbucheintrag\";'),('gsw','messages:redirect-lookup','s:11:\"gsw:Sueche:\";'),('gsw','messages:redirect-not-exists','s:20:\"gsw:Wärt nit gfunde\";'),('gsw','messages:redirect-not-numeric','s:31:\"de:Der Wert ist nicht numerisch\";'),('gsw','messages:redirect-page','s:12:\"gsw:Syten-ID\";'),('gsw','messages:redirect-revision','s:15:\"gsw:Syteversion\";'),('gsw','messages:redirect-submit','s:8:\"gsw:Gang\";'),('gsw','messages:redirect-summary','s:442:\"gsw:Die Spezialsyte leitet wyter uf e Benutzersyte (numerischi Benutzerkännig aagee), Syte (Sytekännig aagee), Syteversion (Versionskännig aagee), e Datei (Dateiname aagee) oder en Logbeuchyytrag (Logbuechkennig aagee). Benutzig: Usage: [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], oder [[{{#Special:Redirect}}/logid/186]].\";'),('gsw','messages:redirect-text','s:3:\"en:\";'),('gsw','messages:redirect-user','s:15:\"gsw:Benutzer-ID\";'),('gsw','messages:redirect-value','s:10:\"gsw:Wärt:\";'),('gsw','messages:redirectedfrom','s:25:\"gsw:(Witergleitet vun $1)\";'),('gsw','messages:redirectexists','s:135:\"de:Eine Weiterleitung nach [[:$1]] existiert bereits und sie kann nicht automatisch gelöscht werden.\nBitte wähle einen anderen Namen.\";'),('gsw','messages:redirectpagesub','s:19:\"gsw:Umgleiteti Syte\";'),('gsw','messages:redirectto','s:19:\"gsw:Wyterleitig uf:\";'),('gsw','messages:removecredentials','s:33:\"de:Anmeldeinformationen entfernen\";'),('gsw','messages:removecredentials-invalidsubpage','s:55:\"de:$1 ist kein gültiger Typ für Anmeldeinformationen.\";'),('gsw','messages:removecredentials-submit','s:33:\"de:Anmeldeinformationen entfernen\";'),('gsw','messages:removecredentials-success','s:46:\"de:Deine Anmeldeinformationen wurden entfernt.\";'),('gsw','messages:removedwatchtext','s:101:\"gsw:«[[:$1]]» isch mitsamt Diskussionssyte us dyre [[Special:Watchlist|Beobachtigsliste]] gstriche.\";'),('gsw','messages:removedwatchtext-short','s:57:\"gsw:D Syte «$1» isch us dyre Beobachtigsliste gstriche.\";'),('gsw','messages:removedwatchtext-talk','s:113:\"de:„[[:$1]]“ und ihre dazugehörige Seite wurden von deiner [[Special:Watchlist|Beobachtungsliste]] entfernt.\";'),('gsw','messages:removewatch','s:35:\"gsw:Us der Beobachtigsliste usegnuu\";'),('gsw','messages:resetpass-abort-generic','s:58:\"gsw:D Passwortänderig isch dur e Erwyterig abbroche wore.\";'),('gsw','messages:resetpass-expired','s:78:\"gsw:Dy Passwort isch abglofe. Bitte leg e nej Passwort fir d Aamäldig fescht.\";'),('gsw','messages:resetpass-expired-soft','s:179:\"gsw:Dy Passwort isch abgloffe un mueß zruckgsetzt wäre. Bitte wehl jetz e nei Passwort uus oder klick uf „{{int:authprovider-resetpass-skip-label}}“, go s speter zrucksetze.\";'),('gsw','messages:resetpass-no-info','s:68:\"gsw:Du muesch Di aamälde zum uf die Syte diräkt zuegryfe z chenne.\";'),('gsw','messages:resetpass-recycled','s:34:\"gsw:Bitte due Dy Passwort ändere.\";'),('gsw','messages:resetpass-submit-cancel','s:13:\"gsw:Abbräche\";');
INSERT INTO `mw_l10n_cache` VALUES ('gsw','messages:resetpass-submit-loggedin','s:20:\"gsw:Passwort ändere\";'),('gsw','messages:resetpass-temp-emailed','s:132:\"gsw:Du hesch Di mit eme temporäre E-Mail-Code aagmäldet.\nGo d Aamäldig abzschließe, muesch e jetz no ne nej Passwort feschtlege:\";'),('gsw','messages:resetpass-temp-password','s:23:\"gsw:Temporär Passwort:\";'),('gsw','messages:resetpass-validity','s:89:\"de:Dein Passwort ist nicht gültig: $1\n\nBitte lege zur Anmeldung ein neues Passwort fest.\";'),('gsw','messages:resetpass-validity-soft','s:154:\"gsw:Dy Passwort isch nit giltig: $1\n\nBitte wehl jetz e nei Passwort oder klick uf „{{int:authprovider-resetpass-skip-label}}“, go s speter zrucksetze.\";'),('gsw','messages:resetpass-wrong-oldpass','s:142:\"gsw:S temporär oder aktuäll Passwort isch nimi giltig.\nVillicht hesch Dyy Passwort scho gänderet oder e nej temporär Passwort aagforderet.\";'),('gsw','messages:resetpass_announce','s:66:\"gsw:Go d Aamäldig abzschließe, muesch e nej Passwort feschtlege.\";'),('gsw','messages:resetpass_forbidden','s:39:\"gsw:S Passwort cha nid gänderet wäre.\";'),('gsw','messages:resetpass_forbidden-reason','s:53:\"de:Die Passwörter können nicht geändert werden: $1\";'),('gsw','messages:resetpass_header','s:23:\"gsw:Passwort zrucksetze\";'),('gsw','messages:resetpass_submit','s:35:\"gsw:Passwort ibermittle un aamälde\";'),('gsw','messages:resetpass_text','s:36:\"gsw:<!-- Tue do dr Text ergänze -->\";'),('gsw','messages:resettokens','s:20:\"gsw:Token zrucksetze\";'),('gsw','messages:resettokens-done','s:22:\"gsw:Token zruckgsetzt.\";'),('gsw','messages:resettokens-no-tokens','s:35:\"gsw:S git kei Token zum Zrucksetze.\";'),('gsw','messages:resettokens-resetbutton','s:31:\"gsw:Uusgwehlti Token zrucksetze\";'),('gsw','messages:resettokens-summary','s:3:\"en:\";'),('gsw','messages:resettokens-text','s:238:\"gsw:Du chasch Token zrucksetze, wu Dir dr Zuegriff uf bstimmti privati Date megli mache, wu mit Dym Benutzerkonto do verchnipft sin.\n\nDes sottsch nume mache, wänn Du d Token us Versää mit eberem teilt hesch oder Dy Konto gfehrdet isch.\";'),('gsw','messages:resettokens-token-label','s:28:\"gsw:$1 (aktuälle Wärt: $2)\";'),('gsw','messages:resettokens-tokens','s:10:\"gsw:Token:\";'),('gsw','messages:resettokens-watchlist-token','s:109:\"gsw:Token fir dr Webfeed (Atom/RSS) vu dr [[Special:Watchlist|Änderigen an Syten uf Dyre Beobachtigslischt]]\";'),('gsw','messages:rest-bad-content-model','s:31:\"de:Schlechtes Inhaltsmodell: $1\";'),('gsw','messages:rest-bad-json-body','s:63:\"de:Schlechter Hauptteil der Anfrage, muss ein JSON-Objekt sein.\";'),('gsw','messages:rest-badtoken','s:43:\"de:Das angegebene CSRF-Token ist ungültig.\";'),('gsw','messages:rest-cannot-load-file','s:52:\"de:Die Datei von „$1“ kann nicht geladen werden.\";'),('gsw','messages:rest-compare-inaccessible','s:83:\"de:Die durch den Parameter $1 angegebene Version ist nicht öffentlich zugänglich.\";'),('gsw','messages:rest-compare-nonexistent','s:65:\"de:Die durch den Parameter $1 angegebene Version existiert nicht.\";'),('gsw','messages:rest-compare-page-mismatch','s:97:\"de:Die angegebenen Versionen gehören zu verschiedenen Seiten; sie zu vergleichen wird abgelehnt.\";'),('gsw','messages:rest-compare-permission-denied','s:60:\"de:Benutzer hat keinen Zugang zu den angeforderten Versionen\";'),('gsw','messages:rest-compare-wikidiff2','s:57:\"de:Dieser Endpunkt erfordert wikidiff2 1.9.0 oder höher.\";'),('gsw','messages:rest-compare-wrong-content','s:126:\"de:Der Slot $1 der durch den Parameter $2 angegebenen Version hat einen Inhaltstyp, der nicht in Text konvertiert werden kann.\";'),('gsw','messages:rest-cross-origin-anon-write','s:58:\"de:Anonyme Cross-Origin-Schreibanfragen sind nicht erlaubt\";'),('gsw','messages:rest-extraneous-csrf-token','s:174:\"de:Fremdes CSRF-Token gefunden. CSRF-Token dürfen nicht verwendet werden, wenn Authentifizierungsmechanismen wie OAuth verwendet werden, die gegen CSRF-Angriffe sicher sind.\";'),('gsw','messages:rest-html-backend-error','s:43:\"de:Parsoid-HTML kann nicht abgerufen werden\";'),('gsw','messages:rest-invalid-user','s:49:\"de:Der angegebene Benutzername ($1) ist ungültig\";'),('gsw','messages:rest-json-body-parse-error','s:64:\"de:Parsen des Hauptteils der Anfrage als JSON fehlgeschlagen: $1\";'),('gsw','messages:rest-media-too-many-links','s:58:\"de:Zu viele Medienlinks auf Titel $1 gefunden ($2 erlaubt)\";'),('gsw','messages:rest-missing-body-field','s:55:\"de:Pflichtfeld „$1“ fehlt im Hauptteil der Anfrage.\";'),('gsw','messages:rest-no-match','s:84:\"de:Der angeforderte relative Pfad ($1) stimmte mit keinem bekannten Handler überein\";'),('gsw','messages:rest-no-revision','s:52:\"de:Version für Titel $1 kann nicht abgerufen werden\";'),('gsw','messages:rest-nonexistent-revision','s:46:\"de:Die angegebene Version ($1) existiert nicht\";'),('gsw','messages:rest-nonexistent-title','s:44:\"de:Der angegebene Titel ($1) existiert nicht\";'),('gsw','messages:rest-nonexistent-title-revision','s:77:\"de:Die angegebene Version ($1) existiert nicht für die angegebene Seite ($2)\";'),('gsw','messages:rest-nonexistent-user','s:52:\"de:Der angegebene Benutzer ($1) ist nicht vorhanden.\";'),('gsw','messages:rest-page-source-type-error','s:72:\"de:Der Inhaltstyp der angeforderten Seitenquelle wird nicht unterstützt\";'),('gsw','messages:rest-pagehistory-incompatible-params','s:84:\"de:Die Parameter \"older_than\" und \"newer_than\" können nicht beide angegeben werden.\";'),('gsw','messages:rest-pagehistory-param-range-error','s:43:\"de:Die Versions-ID muss größer als 0 sein\";'),('gsw','messages:rest-pagehistory-timestamp-error','s:75:\"de:Zeitstempel für die angegebene Version kann nicht abgerufen werden ($1)\";'),('gsw','messages:rest-pagehistorycount-parameters-invalid','s:69:\"de:Die angegebene Kombination von Parametern wird nicht unterstützt.\";'),('gsw','messages:rest-pagehistorycount-too-many-revisions','s:79:\"de:Der angegebene Titel enthält zu viele Versionen, um diese Anzahl abzurufen.\";'),('gsw','messages:rest-pagehistorycount-type-unrecognized','s:49:\"de:Die angegebene Zählart ($1) ist nicht gültig\";'),('gsw','messages:rest-permission-denied-anon','s:52:\"de:Für nicht angemeldete Benutzer nicht zugänglich\";'),('gsw','messages:rest-permission-denied-revision','s:69:\"de:Der Benutzer hat keinen Zugriff auf die angeforderte Version ($1).\";'),('gsw','messages:rest-permission-denied-title','s:58:\"de:Der Benutzer hat keine Rechte zum Lesen des Titels ($1)\";'),('gsw','messages:rest-prefix-mismatch','s:98:\"de:Der angeforderte Pfad ($1) konnte nicht innerhalb des REST-API-Root-Pfades ($2) gefunden werden\";'),('gsw','messages:rest-requires-safe-against-csrf','s:66:\"de:Dieser Endpunkt erfordert einen CSRF-sicheren Sitzungsanbieter.\";'),('gsw','messages:rest-resource-limit-exceeded','s:79:\"de:Die Ressourcengrenzen wurden bei der Bearbeitung der Anfrage überschritten.\";'),('gsw','messages:rest-search-error','s:51:\"de:Fehler bei der Rückgabe von Suchergebnissen: $1\";'),('gsw','messages:rest-update-cannot-create-page','s:222:\"de:Die Seite „$1“ kann nicht erstellt werden, da sie bereits existiert. Um die bestehende Seite zu aktualisieren, gib die Basis-Versions-ID in der Struktur unter dem Schlüssel „latest“ im Hauptteil der Anfrage an.\";'),('gsw','messages:rest-wrong-method','s:135:\"de:Die angeforderte Methode ($1) war keine {{PLURAL:$3|erlaubte Methode für diesen Pfad|der erlaubten Methoden für diesen Pfad}} ($2)\";'),('gsw','messages:restore-count-files','s:35:\"de:{{PLURAL:$1|1 Datei|$1 Dateien}}\";'),('gsw','messages:restore-count-revisions','s:39:\"de:{{PLURAL:$1|1 Version|$1 Versionen}}\";'),('gsw','messages:restorelink','s:56:\"gsw:{{PLURAL:$1|gleschti Änderig|$1 gleschti Ändrige}}\";'),('gsw','messages:restoreprefs','s:64:\"gsw:Alli Standardyystellige widerhärstelle (in allne Abschnitt)\";'),('gsw','messages:restricted-displaytitle','s:136:\"de:<strong>Warnung:</strong> Der Anzeigetitel „$1“ wurde ignoriert, da er nicht mit dem tatsächlichen Seitentitel gleichwertig ist.\";'),('gsw','messages:restricted-displaytitle-ignored','s:39:\"de:Seiten mit ignorierten Anzeigetiteln\";'),('gsw','messages:restricted-displaytitle-ignored-desc','s:146:\"de:Die Seite hat einen ignorierten <code><nowiki>{{DISPLAYTITLE}}</nowiki></code>, da er nicht mit dem tatsächlichen Seitentitel äquivalent ist.\";'),('gsw','messages:restriction-blank','s:3:\"en:\";'),('gsw','messages:restriction-create','s:10:\"gsw:Aalege\";'),('gsw','messages:restriction-edit','s:13:\"gsw:Bearbeite\";'),('gsw','messages:restriction-level','s:17:\"gsw:Schutzhöchi:\";'),('gsw','messages:restriction-level-all','s:8:\"gsw:alli\";'),('gsw','messages:restriction-level-autoconfirmed','s:56:\"gsw:gschitzt (nume aagmäldeti Benutzer, wu nit nej sin)\";'),('gsw','messages:restriction-level-sysop','s:27:\"gsw:gschitzt (nume Ammanne)\";'),('gsw','messages:restriction-move','s:14:\"gsw:Verschiebe\";'),('gsw','messages:restriction-type','s:16:\"gsw:Schutzstatus\";'),('gsw','messages:restriction-upload','s:12:\"gsw:Uffelade\";'),('gsw','messages:restrictionsfield-badip','s:62:\"de:Ungültige IP-Adresse oder ungültiger IP-Adressbereich: $1\";'),('gsw','messages:restrictionsfield-help','s:113:\"de:Eine IP-Adresse oder ein CIDR-Bereich pro Zeile. Um alles zu aktivieren, verwende:\n<pre>\n0.0.0.0/0\n::/0\n</pre>\";'),('gsw','messages:restrictionsfield-label','s:30:\"de:Erlaubte IP-Adressbereiche:\";'),('gsw','messages:retrievedfrom','s:12:\"gsw:Vun \"$1\"\";'),('gsw','messages:returnto','s:22:\"gsw:Zruck zur Syte $1.\";'),('gsw','messages:retypenew','s:35:\"gsw:Nöis Passwort (es zwöits Mal)\";'),('gsw','messages:reuploaddesc','s:46:\"gsw:Abbrächen un zrugg zue dr Syte \"Uffelade\"\";'),('gsw','messages:rev-deleted-comment','s:27:\"gsw:(Zämmefassig uusegnuh)\";'),('gsw','messages:rev-deleted-diff-view','s:202:\"gsw:Eine vu dr Versione vu däm Unterschid isch \'\'\'glescht\'\'\' wore.\nDu chasch dää Unterschid allno aaluege; Details het\'s im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Leschlogbuech].\";'),('gsw','messages:rev-deleted-event','s:30:\"gsw:(Logbuechdetails uusegnuh)\";'),('gsw','messages:rev-deleted-no-diff','s:191:\"gsw:Du chasch die Änderig nit aaluege, wel eini vu dr Versione \'\'\'glescht\'\'\' woren isch.\nVillicht het s Detail im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lesch-Logbuech].\";'),('gsw','messages:rev-deleted-text-permission','s:153:\"gsw:Die Version isch \'\'\'glescht\'\'\' wore.\nInformation zue dr Leschig un e Begrindig het s im [{{fullurl:{{#Special:Log}}/delete|page=$1}} Lesch-Logbuech].\";'),('gsw','messages:rev-deleted-text-unhide','s:208:\"gsw:Die Version isch \'\'\'gelöscht\'\'\' worde.\nMee Angabe chasch im [{{fullurl:{{#special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lösch-Logbuech] finde.\nDu chasch [$1 die Version allno aaluege], wänn de wottsch.\";'),('gsw','messages:rev-deleted-text-view','s:150:\"gsw:Die Version isch \'\'\'glescht\'\'\' wore.\nDu chasch si allno aaluege. Details findsch im [{{fullurl:{{#special:Log}}/delete|page=$1}} Lösch-Logbuech].\";'),('gsw','messages:rev-deleted-unhide-diff','s:212:\"gsw:Eini vu dr Versione isch \'\'\'glescht\'\'\' wore.\nDetails het\'s im [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} Lesch-Logbuech].\nDu chasch [$1 dä Unterschid allno aaluege] wänn Du wytermache witt.\";'),('gsw','messages:rev-deleted-user','s:27:\"gsw:(Benutzername uusegnuh)\";'),('gsw','messages:rev-deleted-user-contribs','s:87:\"gsw:[Benutzername oder IP-Adräss uusegnuu - Bearbeitig in dr Byytragslischt versteckt]\";'),('gsw','messages:rev-delundel','s:17:\"gsw:zeig/versteck\";'),('gsw','messages:rev-showdeleted','s:8:\"gsw:zeig\";'),('gsw','messages:rev-suppressed-diff-view','s:217:\"gsw:Eine vu dr Versione vu däm Unterschid isch \'\'\'unterdruckt\'\'\' wore.\nDu chasch dää Unterschid allno aaluege; Details het\'s im [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} Unterdrückigslogbuech].\";'),('gsw','messages:rev-suppressed-no-diff','s:101:\"gsw:Du chasch dää Versionsunterschid nit bschaue, wel eini vu dr Versione \'\'\'glescht\'\'\' woren isch.\";'),('gsw','messages:rev-suppressed-text','s:59:\"de:Diese Seitenversion wurde <strong>unterdrückt</strong>.\";'),('gsw','messages:rev-suppressed-text-permission','s:144:\"gsw:Die Version isch <strong>unterdruckt</strong> wore.\nEinzelheite het s im [{{fullurl:{{#Special:Log}}/suppress|page=$1}} Oversight-Logbuech].\";'),('gsw','messages:rev-suppressed-text-unhide','s:221:\"gsw:Die Version isch \'\'\'unterdrückt\'\'\' worde.\nMee Angabe chasch im [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} Unterdrückigs-Logbuech] finde.\nDu chasch [$1 die Version allno aaluege], wänn de wottsch.\";'),('gsw','messages:rev-suppressed-text-view','s:160:\"gsw:Die Version isch \'\'\'unterdruckt\'\'\' wore.\nDu chasch si allno aaluege; Detail het\'s im [{{fullurl:{{#Special:Log}}/suppress|page=$1}} Unterdruckigs-Logbuech].\";'),('gsw','messages:rev-suppressed-unhide-diff','s:234:\"gsw:Eini vu dr Versione vu däne bode isch \'\'\'unterdruckt\'\'\'.\nEinzelheite derzue het\'s im [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} Unterdruckigs-Logbuech].\nDu chasch [$1 dr Unterschid allno aaluege] wänn du witt.\";'),('gsw','messages:revdel-restore','s:24:\"gsw:Sichtbarkeit ändere\";'),('gsw','messages:revdelete-concurrent-change','s:170:\"gsw:Fähler bim Bearbeite vum yytrag mit em Datum $2, $1: schyns isch dr Status vu eberem gänderet wore, voreb Du vorghaa hesch, e z bearbeite.\nBitte prief d Logbiecher.\";'),('gsw','messages:revdelete-confirm','s:165:\"gsw:Bitte tue bstetige, ass Du vor hesch, des z mache, d Konsequänze drus verstohsch un s machsch in Inbereinstimmig mit dr [[{{MediaWiki:Policy-url}}|Richtlinie]].\";'),('gsw','messages:revdelete-content-hid','s:20:\"gsw:Inhalt versteckt\";'),('gsw','messages:revdelete-content-unhid','s:21:\"gsw:Inhalt füregholt\";'),('gsw','messages:revdelete-edit-reasonlist','s:24:\"gsw:Leschgrind bearbeite\";'),('gsw','messages:revdelete-edit-reasonlist-suppress','s:30:\"de:Oversightgründe bearbeiten\";'),('gsw','messages:revdelete-failure','s:68:\"gsw:\'\'\'Versionssichtbarkeit het nit chenne aktualisiert wäre.\'\'\'\n$1\";'),('gsw','messages:revdelete-hide-comment','s:35:\"gsw:Bearbeitigskommentar versteckle\";'),('gsw','messages:revdelete-hide-current','s:115:\"gsw:Fähler bim Verstecke vum Yytrag mit em Datum $2, $1: des isch di aktuäll Version.\nSi cha nit versteckt wäre.\";'),('gsw','messages:revdelete-hide-image','s:25:\"gsw:Bildinhalt versteckle\";'),('gsw','messages:revdelete-hide-name','s:29:\"gsw:Zil u Parameter verstecke\";'),('gsw','messages:revdelete-hide-restricted','s:52:\"gsw:Date vu Ammanne glyych unterdrucke wie vu andere\";'),('gsw','messages:revdelete-hide-text','s:34:\"gsw:Täxt vu dr Version versteckle\";'),('gsw','messages:revdelete-hide-user','s:47:\"gsw:Benutzername/d IP vum Bearbeiter versteckle\";'),('gsw','messages:revdelete-legend','s:43:\"gsw:Setze vu dr Sichtbarkeits-Yyschränkige\";'),('gsw','messages:revdelete-log','s:10:\"gsw:Grund:\";'),('gsw','messages:revdelete-modify-missing','s:70:\"gsw:Fähler bim Bearbeite vum Yytrag ID $1: Är fählt in dr Datebank!\";'),('gsw','messages:revdelete-modify-no-access','s:140:\"gsw:Fähler bim Bearbeite vum Yytrag mit em Datum $2, $1: dää Yytrag isch as „yygschränkt“ markiert wore.\nDu hesch kei Zuegriff druf.\";'),('gsw','messages:revdelete-no-change','s:93:\"gsw:\'\'\'Warnig:\'\'\' dr Yytrag mit em Datum $2, $1 het scho di gwinscht Sichtbarkeitsyystellige.\";'),('gsw','messages:revdelete-no-file','s:42:\"gsw:D Datei, wu Du aagee hesch, git s nit.\";'),('gsw','messages:revdelete-nooldid-text','s:174:\"gsw:Entweder hesch kei Zilversion usgwählt, für die Funktion drann uszfüere, oder di usgwählti Zilversion git’s nid oder du probiersch, di aktuelli Version z verstecke.\";'),('gsw','messages:revdelete-nooldid-title','s:21:\"gsw:Kei Version aagee\";'),('gsw','messages:revdelete-offender','s:18:\"gsw:Versionsautor:\";'),('gsw','messages:revdelete-only-restricted','s:177:\"gsw:Fähler bim Uusblände vum Byytrag vum $2, $1: Du chasch kei Yyträg vor Adminischtratore unterdrucke, ohni ass Du au eini vu dr andere Unterdruckigsoptione uusgwehlt hesch.\";'),('gsw','messages:revdelete-otherreason','s:30:\"gsw:Andere/Zuesätzlige Grund:\";'),('gsw','messages:revdelete-radio-same','s:17:\"gsw:(nit ändere)\";'),('gsw','messages:revdelete-radio-set','s:15:\"gsw:Verstecklet\";'),('gsw','messages:revdelete-radio-unset','s:12:\"gsw:Sichtbar\";'),('gsw','messages:revdelete-reason-dropdown','s:130:\"gsw:*Gängigi Leschgrind\n**Urheberrächtsverletzig\n**Falschi Information iber Persone\n**Informatione, wu villicht anderi belaidige\";'),('gsw','messages:revdelete-reason-dropdown-suppress','s:81:\"de:*Allgemeine Unterdrückungsgründe\n** Unangemessene persönliche Informationen\";'),('gsw','messages:revdelete-reasonotherlist','s:16:\"gsw:Andere Grund\";'),('gsw','messages:revdelete-restricted','s:39:\"gsw:Yyschränkige gälte au fir Ammanne\";'),('gsw','messages:revdelete-selected-file','s:67:\"gsw:Uusgwehlti {{PLURAL:$1|Dateiversion|Dateiversione}} vu [[:$2]]:\";'),('gsw','messages:revdelete-selected-text','s:57:\"gsw:Uusgwehlti {{PLURAL:$1|Version|Versione}} vu [[:$2]]:\";'),('gsw','messages:revdelete-show-file-confirm','s:108:\"gsw:Bisch sicher, ass Du di glescht Version vu dr Datei „<nowiki>$1</nowiki>“ vum $2 am $3 witt aaluege?\";'),('gsw','messages:revdelete-show-file-submit','s:6:\"gsw:Jo\";'),('gsw','messages:revdelete-show-no-access','s:138:\"gsw:Fähler bim Aazeige vum Yytrag mit em Datum $2, $1: dää Yytrag isch as „yygschränkt“ markiert wore.\nDu hesch kei Zuegriff druf.\";'),('gsw','messages:revdelete-submit','s:69:\"gsw:Uf {{PLURAL:$1|di uusgwehlt Version|usgwehlti Versione}} aawände\";'),('gsw','messages:revdelete-success','s:51:\"gsw:\'\'\'Versionsaasicht erfolgryych aktualisiert.\'\'\'\";'),('gsw','messages:revdelete-summary-hid','s:37:\"gsw:Bearbeitigszämmefassig versteckt\";'),('gsw','messages:revdelete-summary-unhid','s:38:\"gsw:Bearbeitigszämmefassig füregholt\";'),('gsw','messages:revdelete-suppress','s:52:\"gsw:Grund vu dr Leschig au vor dr Ammanne versteckle\";'),('gsw','messages:revdelete-suppress-text','s:156:\"gsw:Unterdruckige sotte \'\'\'nume\'\'\' in däne Fäll bruucht wäre:\n* Nit aabrochti Informatione\n*: \'\'Adrässe, Telifonnummere, Sozialversicherigsnummere usw.\'\";'),('gsw','messages:revdelete-text-file','s:120:\"gsw:Gleschti Dateiversione blybe no in dr Datei-Versionsgschicht, Teil vu ihrem Inhalt sin aber nimi effetli zuegängig.\";'),('gsw','messages:revdelete-text-others','s:154:\"gsw:Anderi Administratore hän no Zuegriff uf dr verdeckt Inhalt un chenne ne au widerhärstelle, solang keini zuesetzlige Bschränkige feschtgleit wäre.\";'),('gsw','messages:revdelete-text-text','s:106:\"gsw:Gleschti Versione blybe no dr Versionsgschicht, Teil vu ihrem Inhalt sin aber nimi effetli zuegängig.\";'),('gsw','messages:revdelete-uname-hid','s:26:\"gsw:Benutzername versteckt\";'),('gsw','messages:revdelete-uname-unhid','s:24:\"gsw:Benutzername freigee\";'),('gsw','messages:revdelete-unrestricted','s:37:\"gsw:Yyschränkige fir Ammanne ufghobe\";'),('gsw','messages:revdelete-unsuppress','s:57:\"gsw:Yyschränkige fir di widerhergstellte Versione ufhebe\";'),('gsw','messages:reverted','s:33:\"gsw:Uf e alti Version zruckgsetzt\";'),('gsw','messages:revertmerge','s:33:\"gsw:Zämefierig ruckgängig mache\";'),('gsw','messages:revertmove','s:20:\"gsw:Zrugg verschiebe\";'),('gsw','messages:revertpage','s:168:\"gsw:Ruckgängig gmacht zue dr letschte Änderig vo [[Special:Contributions/$2|$2]] ([[User talk:$2|Diskussion]]) mit de letzte Version vo [[User:$1|$1]] widerhergstellt\";'),('gsw','messages:revertpage-anon','s:114:\"de:Änderungen von [[Special:Contributions/$2|$2]] wurden auf die letzte Version von [[User:$1|$1]] zurückgesetzt\";'),('gsw','messages:revertpage-nouser','s:127:\"gsw:Bearbeitige ruckgängig gmacht vu (Benutzername uusegnuu), letschti Fassig vu {{GENDER:$1|[[User:$1|$1]]}} widerhärgstellt\";'),('gsw','messages:revid','s:13:\"de:Version $1\";'),('gsw','messages:revision-info','s:47:\"gsw:Version vu $4, $5 Uhr vu {{GENDER:$6|$2}}$7\";'),('gsw','messages:revision-info-current','s:4:\"en:-\";'),('gsw','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('gsw','messages:revisionasof','s:17:\"gsw:Version vo $1\";'),('gsw','messages:revisiondelete','s:34:\"gsw:Versione lesche/widerherstelle\";'),('gsw','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('gsw','messages:right-apihighlimits','s:32:\"gsw:Hecheri Limit in API-Abfroge\";'),('gsw','messages:right-applychangetags','s:72:\"gsw:Zäme mit den eigeten Änderige [[Special:Tags|Markierigen]] abringe\";'),('gsw','messages:right-autoconfirmed','s:41:\"gsw:Kei Bschränkig dur IP-basierti Limit\";'),('gsw','messages:right-autocreateaccount','s:58:\"de:Automatische Anmeldung mit einem externen Benutzerkonto\";'),('gsw','messages:right-autopatrol','s:58:\"gsw:Markier eigeni Bearbeitige automatisch as kontrolliert\";'),('gsw','messages:right-bigdelete','s:44:\"gsw:Syte lesche mit grosse Versionsgschichte\";'),('gsw','messages:right-block','s:34:\"gsw:Benutzer sperre (Schrybrächt)\";'),('gsw','messages:right-blockemail','s:44:\"gsw:Benutzer am Verschicke vu E-Mail hindere\";'),('gsw','messages:right-bot','s:37:\"gsw:Behandlig as automatische Prozess\";'),('gsw','messages:right-browsearchive','s:24:\"gsw:Gleschti Syte sueche\";'),('gsw','messages:right-changetags','s:106:\"gsw:Beliebigi [[Special:Tags|Markierige]] by einzelne Versionen oder Logbuechyträg derzuetue oder lösche\";'),('gsw','messages:right-createaccount','s:24:\"gsw:Benutzerkonto aalege\";'),('gsw','messages:right-createpage','s:40:\"gsw:Syten aalege (usser Diskussionssyte)\";'),('gsw','messages:right-createtalk','s:26:\"gsw:Diskussionssyte aalege\";'),('gsw','messages:right-delete','s:15:\"gsw:Syte lesche\";'),('gsw','messages:right-delete-redirect','s:49:\"de:Löschen einer Weiterleitung mit einer Version\";'),('gsw','messages:right-deletechangetags','s:59:\"de:[[Special:Tags|Markierungen]] aus der Datenbank löschen\";'),('gsw','messages:right-deletedhistory','s:77:\"gsw:Gleschti Versione in der Versionsgschicht aaluege, ohni dr zuegherig Text\";'),('gsw','messages:right-deletedtext','s:74:\"gsw:Gleschti Text un Versionsunterschid zwische gleschte Versionen aaluege\";'),('gsw','messages:right-deletelogentry','s:54:\"gsw:Einzelni Logbuech-Yytreg lesche un widerhärstelle\";'),('gsw','messages:right-deleterevision','s:49:\"gsw:Lesche un Widerherstelle vu einzelne Versione\";'),('gsw','messages:right-edit','s:18:\"gsw:Syte bearbeite\";'),('gsw','messages:right-editcontentmodel','s:40:\"gsw:Inhaltsmodäll vo’re Syten ändere\";'),('gsw','messages:right-editinterface','s:31:\"gsw:Benutzerinterface bearbeite\";'),('gsw','messages:right-editmyoptions','s:29:\"gsw:Eigeti Ystelligen ändere\";'),('gsw','messages:right-editmyprivateinfo','s:74:\"gsw:Eigeti privati Daten ändere (byspilswys E-Mail-Adrässe, ächte Name)\";'),('gsw','messages:right-editmyusercss','s:35:\"gsw:Dyni eigete CSS-Dateien ändere\";'),('gsw','messages:right-editmyuserjs','s:38:\"gsw:Eigeti JavaScript-Dateie bearbeite\";'),('gsw','messages:right-editmyuserjson','s:42:\"de:Eigene Benutzer-JSON-Dateien bearbeiten\";'),('gsw','messages:right-editmyuserjsredirect','s:74:\"de:Eigene Benutzer-JavaScript-Dateien bearbeiten, die Weiterleitungen sind\";'),('gsw','messages:right-editmywatchlist','s:116:\"gsw:Eigeti Beobachtigslisten ändere. Ou ohni das Rächt chöme dür’nes paar Aktione Syten uf d Beobachtigsliste.\";'),('gsw','messages:right-editprotected','s:64:\"gsw:Mit «{{int:protect-level-sysop}}» gschützti Syten ändere\";'),('gsw','messages:right-editsemiprotected','s:68:\"gsw:Mit «{{protect-level-autoconfirmed}}» gschützti Syten ändere\";'),('gsw','messages:right-editsitecss','s:26:\"de:Wikiweit CSS bearbeiten\";'),('gsw','messages:right-editsitejs','s:35:\"de:Wikiweites JavaScript bearbeiten\";'),('gsw','messages:right-editsitejson','s:29:\"de:Wikiweites JSON bearbeiten\";'),('gsw','messages:right-editusercss','s:46:\"gsw:Bearbeite vu CSS-Dateie vu andere Benutzer\";'),('gsw','messages:right-edituserjs','s:45:\"gsw:Bearbeite vu JS-Dateie vu andere Benutzer\";'),('gsw','messages:right-edituserjson','s:47:\"gsw:Bearbeite vu JSON-Dateie vu andere Benutzer\";'),('gsw','messages:right-hideuser','s:37:\"gsw:E Benutzername sperre un verberge\";'),('gsw','messages:right-import','s:34:\"gsw:Syte us andere Wiki importiere\";'),('gsw','messages:right-importupload','s:32:\"gsw:Syten iber Dateie importiere\";'),('gsw','messages:right-ipblock-exempt','s:53:\"gsw:Uusnahm vu IP-Sperrine, Autoblock und Rangesperre\";'),('gsw','messages:right-managechangetags','s:66:\"gsw:[[Special:Tags|Markierigen]] ir Datebank schaffen oder lösche\";'),('gsw','messages:right-markbotedits','s:63:\"gsw:Schnell zruckgsetzti Bearbeitige as Bot-Bearbeitig markiere\";'),('gsw','messages:right-mergehistory','s:40:\"gsw:Versionsgschichte vu Syte zämefiere\";'),('gsw','messages:right-mf-uploadbutton','s:57:\"de:Die Hochlade-Schaltfläche auf mobilen Seiten benutzen\";'),('gsw','messages:right-minoredit','s:32:\"gsw:Bearbeitige as chly markiere\";'),('gsw','messages:right-move','s:19:\"gsw:Syte verschiebe\";'),('gsw','messages:right-move-categorypages','s:28:\"gsw:Kategoriesyte verschiebe\";'),('gsw','messages:right-move-rootuserpages','s:33:\"gsw:Haupt-Benutzersyte verschiebe\";'),('gsw','messages:right-move-subpages','s:40:\"gsw:Syte verschiebe mitsamt dr Untersyte\";'),('gsw','messages:right-movefile','s:21:\"gsw:Dateie verschiebe\";'),('gsw','messages:right-noanalytics','s:47:\"de:Von der Web-Analytics-Verfolgung ausgenommen\";'),('gsw','messages:right-nominornewtalk','s:92:\"gsw:Chleini Bearbeitige an Diskussionssyte fiehre nit zuen ere „Neiji Nochrichte“-Aazeig\";'),('gsw','messages:right-noratelimit','s:29:\"gsw:Kei Bschränkig dur Limit\";'),('gsw','messages:right-override-export-depth','s:70:\"gsw:Exportier Syte mitsamt dr vergleichte Syte bis zuen ere Tiefi vu 5\";'),('gsw','messages:right-pagelang','s:22:\"gsw:Sytesprach ändere\";'),('gsw','messages:right-patrol','s:49:\"gsw:Markier Bearbeitige vu Andere as kontrolliert\";'),('gsw','messages:right-patrolmarks','s:58:\"gsw:D Kontrollmarkierige in dr letschten Änderige aaluege\";'),('gsw','messages:right-protect','s:64:\"gsw:Syteschutzstatus änderen un kaskadegschitzti Syte bearbeite\";'),('gsw','messages:right-purge','s:35:\"gsw:Sytecache lääre ohni Ruckfrog\";'),('gsw','messages:right-read','s:14:\"gsw:Syte läse\";'),('gsw','messages:right-reupload','s:35:\"gsw:E Datei, wu s git, iberschryybe\";'),('gsw','messages:right-reupload-own','s:54:\"gsw:E Datei iberschryybe, wu mer sälber uffeglade het\";'),('gsw','messages:right-reupload-shared','s:93:\"gsw:Lokals Iberschryybe vun ere Datei, wu in eme gmeinsam gnutzte Repositorium vorhanden isch\";'),('gsw','messages:right-rollback','s:95:\"gsw:D Bearbeitige vum letschte Benutzer, wu ne einzelni Syte bearbeitet het, schnell zrucksetze\";'),('gsw','messages:right-sendemail','s:37:\"gsw:E-Mail an anderi Benutzer schicke\";'),('gsw','messages:right-siteadmin','s:32:\"gsw:Datebank sperre un entsperre\";'),('gsw','messages:right-suppressionlog','s:30:\"gsw:Privati Logbiecher aaluege\";'),('gsw','messages:right-suppressredirect','s:59:\"gsw:Bim Verschiebe s Aalege vun ere Wyterleitig unterdrucke\";'),('gsw','messages:right-suppressrevision','s:79:\"gsw:Bestimmti Versione vor allne Lüt verstecke, wider füre holen oder aluege.\";'),('gsw','messages:right-unblockself','s:26:\"gsw:Sich sälber entsperre\";'),('gsw','messages:right-undelete','s:23:\"gsw:Syte widerherstelle\";'),('gsw','messages:right-unwatchedpages','s:44:\"gsw:D Lischt vu nit beobachtete Syte aaluege\";'),('gsw','messages:right-upload','s:19:\"gsw:Dateie uffelade\";'),('gsw','messages:right-upload_by_url','s:40:\"gsw:E Datei uffelade vun ere URL-Adräss\";'),('gsw','messages:right-userrights','s:28:\"gsw:Benutzerrächt bearbeite\";'),('gsw','messages:right-userrights-interwiki','s:43:\"gsw:Benutzerrächt in andere Wiki bearbeite\";'),('gsw','messages:right-viewmyprivateinfo','s:73:\"gsw:Eigeti privati Daten aluege (byspilswys E-Mail-Adrässe, ächte Name)\";'),('gsw','messages:right-viewmywatchlist','s:35:\"gsw:Eigeti Beobachtigslisten aluege\";'),('gsw','messages:right-viewsuppressed','s:46:\"gsw:Vor allne Lüt versteckti Versionen aluege\";'),('gsw','messages:right-writeapi','s:24:\"gsw:D writeAPI verwände\";'),('gsw','messages:rightslog','s:27:\"gsw:Benutzerrächt-Logbuech\";'),('gsw','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('gsw','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('gsw','messages:rightslogentry-temporary-group','s:25:\"de:$1 (temporär, bis $2)\";'),('gsw','messages:rightslogtext','s:58:\"gsw:Des ischs Logbuech vun de Änderunge on Bnutzerrechte.\";'),('gsw','messages:rightsnone','s:11:\"gsw:(keini)\";'),('gsw','messages:rollback','s:30:\"gsw:Zrucksetze vu dr Änderige\";'),('gsw','messages:rollback-confirmation-confirm','s:21:\"de:Bitte bestätigen:\";'),('gsw','messages:rollback-confirmation-no','s:12:\"de:Abbrechen\";'),('gsw','messages:rollback-confirmation-yes','s:16:\"de:Zurücksetzen\";'),('gsw','messages:rollback-missingparam','s:49:\"de:In der Anfrage fehlen erforderliche Parameter.\";'),('gsw','messages:rollback-missingrevision','s:50:\"de:Die Versionsdaten konnten nicht geladen werden.\";'),('gsw','messages:rollback-success','s:105:\"gsw:D Änderige vu $1 sin ruckgängig gmacht wore un di letscht Version vu $2 isch widerhärgstellt wore.\";'),('gsw','messages:rollbackfailed','s:37:\"gsw:S Zrucksetze het nit funktioniert\";'),('gsw','messages:rollbacklink','s:15:\"gsw:Zrüggsetze\";'),('gsw','messages:rollbacklinkcount','s:51:\"gsw:{{PLURAL:$1|Ei Version|$1 Versione}} zrucksetze\";'),('gsw','messages:rollbacklinkcount-morethan','s:59:\"gsw:Meh wie {{PLURAL:$1|ei Version|$1 Versione}} zrucksetze\";'),('gsw','messages:rotate-comment','s:62:\"gsw:Bild um $1 {{PLURAL:$1|Grad}} im Uhrzeigersinn ’drähjt.\";'),('gsw','messages:sat','s:7:\"gsw:Sam\";'),('gsw','messages:saturday','s:13:\"gsw:Samschtig\";'),('gsw','messages:saturday-at','s:17:\"gsw:Samstig um $1\";'),('gsw','messages:savearticle','s:17:\"gsw:Syte spychere\";'),('gsw','messages:savearticle-start','s:22:\"de:Seite speichern …\";'),('gsw','messages:savechanges','s:24:\"de:Änderungen speichern\";'),('gsw','messages:savechanges-start','s:28:\"de:Änderungen speichern …\";'),('gsw','messages:savedprefs','s:39:\"gsw:Dyni Ystellige sy gspycheret worde.\";'),('gsw','messages:savedrights','s:107:\"gsw:{{GENDER:$1|Em $1 syni Benutzerrächt|Der $1 iri Benutzerrächt|D Benutzerrächt vo $1}} sy gspycheret.\";'),('gsw','messages:savefile','s:18:\"gsw:Datei spychere\";'),('gsw','messages:saveprefs','s:22:\"gsw:Änderige spychere\";'),('gsw','messages:saveusergroups','s:32:\"gsw:Gruppezuegherigkeit spychere\";'),('gsw','messages:scarytranscludedisabled','s:41:\"gsw:[Interwiki-Yybindig isch deaktiviert]\";'),('gsw','messages:scarytranscludefailed','s:46:\"gsw:[Vorlage-Yybindig fir $1 isch gescheitert]\";'),('gsw','messages:scarytranscludefailed-httpstatus','s:50:\"gsw:[Vorlagenabruef fählgschlaa fir $1: HTTP  $2]\";'),('gsw','messages:scarytranscludetoolong','s:21:\"gsw:[URL isch z lang]\";'),('gsw','messages:search','s:9:\"gsw:Suech\";'),('gsw','messages:search-category','s:18:\"gsw:(Kategorie $1)\";'),('gsw','messages:search-error','s:40:\"gsw:Bi dr Suechi het s e Fähler gee: $1\";'),('gsw','messages:search-external','s:17:\"gsw:Externi Suech\";'),('gsw','messages:search-file-match','s:37:\"gsw:(Resultat us em Inhalt vo Dateie)\";'),('gsw','messages:search-filter-title-prefix','s:58:\"de:Nur in Seiten suchen, deren Titel mit „$1“ beginnt.\";'),('gsw','messages:search-filter-title-prefix-reset','s:26:\"de:Alle Seiten durchsuchen\";'),('gsw','messages:search-ignored-headings','s:486:\"gsw: #<!-- die Zylede nit ändere --> <pre>\n# Iberschrifte, wu vu dr Suechi ignoriert wäre.\n# Die Änderige wäre wirksam, sobald d Syte mit dr Iberschrift indexiert woren isch.\n# Du chasch d Sytenindexierig zwinge, indäm e Nulledit machsch.\n# Syntax:\n#   * Alles, was bis zum Zyledenänd noch ere Rute („#“) chunnt, isch e Kommentar.\n#   * E jedi nit-lääri Zylede isch dr Titel, wu exakt mueß ignoriert wäre.\nFueßnote\nWeblink\nLueg au\n #</pre> <!-- die Zylede nit ändere -->\";'),('gsw','messages:search-interwiki-custom','s:3:\"en:\";'),('gsw','messages:search-interwiki-more','s:9:\"gsw:(meh)\";'),('gsw','messages:search-interwiki-more-results','s:21:\"de:Weitere Ergebnisse\";'),('gsw','messages:search-interwiki-resultset-link','s:27:\"de:Alle Ergebnisse anzeigen\";'),('gsw','messages:search-invalid-sort-order','s:142:\"de:Die Sortierreihenfolge von $1 wurde nicht erkannt und deshalb wird die Standardsortierung angewendet. Gültige Sortierreihenfolgen sind: $2\";'),('gsw','messages:search-match-redirect-help','s:103:\"de:Wähle dies aus, um zur Seite weiterzuleiten, wenn ein Seitenname mit dem Suchbegriff übereinstimmt\";'),('gsw','messages:search-match-redirect-label','s:48:\"de:Weiterleitung zum exakten Treffer beim Suchen\";'),('gsw','messages:search-nonefound','s:58:\"gsw:Fir Dyyni Suechaafrog sin keini Ergebniss gfunde wore.\";'),('gsw','messages:search-nonefound-thiswiki','s:78:\"de:Es gibt auf dieser Website keine der Suchanfrage entsprechenden Ergebnisse.\";'),('gsw','messages:search-redirect','s:23:\"gsw:(Wyterleitig vo $1)\";'),('gsw','messages:search-relatedarticle','s:13:\"gsw:Verwandti\";'),('gsw','messages:search-result-category-size','s:126:\"gsw:{{PLURAL:$1|1 Kategorii|$1 Kategorie}} ({{PLURAL:$2|1 Unterkategorii|$2 Unterkategorie}}, {{PLURAL:$3|1 Datei|$3 Dateie}})\";'),('gsw','messages:search-result-size','s:39:\"gsw:$1 ({{PLURAL:$2|1 Wort|$2 Werter}})\";'),('gsw','messages:search-rewritten','s:57:\"gsw:Resultat für $1 sy azeigt. Würklech nach $2 sueche.\";'),('gsw','messages:search-section','s:18:\"gsw:(Abschnitt $1)\";'),('gsw','messages:search-showingresults','s:128:\"gsw:{{PLURAL:$4|Ergebnis <strong>$1</strong> vu <strong>$3</strong>|Ergebnis <strong>$1 bis $2</strong> vu <strong>$3</strong>}}\";'),('gsw','messages:search-suggest','s:26:\"gsw:Hesch „$1“ gmeint?\";'),('gsw','messages:search-summary','s:3:\"en:\";'),('gsw','messages:search-unknown-profile','s:96:\"de:Das Suchprofil von $1 wurde nicht erkannt und deshalb wird das Standardsuchprofil angewendet.\";'),('gsw','messages:search-warning','s:47:\"de:Beim Suchen ist eine Warnung aufgetreten: $1\";'),('gsw','messages:searchall','s:8:\"gsw:alli\";'),('gsw','messages:searcharticle','s:10:\"gsw:Sueche\";'),('gsw','messages:searchbutton','s:9:\"gsw:Suech\";'),('gsw','messages:searchdisabled','s:146:\"gsw:D {{SITENAME}}-Suech isch deaktiviert. Du chasch mit Google sueche, s cha aber syy ass dr Suechindex vu Google fir {{SITENAME}} veraltet isch.\";'),('gsw','messages:searchlimit-help','s:22:\"de:Maximale Anzahl: $1\";'),('gsw','messages:searchlimit-label','s:74:\"de:Anzahl der Suchergebnisse, die auf jeder Seite angezeigt werden sollen:\";'),('gsw','messages:searchmenu-exists','s:23:\"gsw:* Syte \'\'\'[[$1]]\'\'\'\";'),('gsw','messages:searchmenu-new','s:164:\"gsw:<strong>Leg d Syte „[[:$1]]“ in däm Wiki aa.</strong> {{PLURAL:$2|0=|Lueg au d Syte, wu iber Dy Suech gfunde wore sin.|Lueg au di gfundene Suechergebnis.}}\";'),('gsw','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('gsw','messages:searchprofile-advanced','s:13:\"gsw:Erwyteret\";'),('gsw','messages:searchprofile-advanced-tooltip','s:30:\"gsw:Suech in wytere Namensryym\";'),('gsw','messages:searchprofile-articles','s:15:\"gsw:Inhaltssyte\";'),('gsw','messages:searchprofile-articles-tooltip','s:16:\"gsw:Sueche in $1\";'),('gsw','messages:searchprofile-everything','s:9:\"gsw:Alles\";'),('gsw','messages:searchprofile-everything-tooltip','s:50:\"gsw:Gsamte Inhalt dursueche (au d Diskussionssyte)\";'),('gsw','messages:searchprofile-images','s:14:\"gsw:Multimedia\";'),('gsw','messages:searchprofile-images-tooltip','s:22:\"gsw:Noch Bilder sueche\";'),('gsw','messages:searchrelated','s:12:\"gsw:verwandt\";'),('gsw','messages:searchresults','s:19:\"gsw:Suech-Ergäbnis\";'),('gsw','messages:searchresults-title','s:31:\"gsw:Suechergebniss fir „$1“\";'),('gsw','messages:searchresultshead','s:19:\"gsw:Suech-Ergäbnis\";'),('gsw','messages:searchsuggest-containing','s:22:\"gsw:No Syte sueche mit\";'),('gsw','messages:searchsuggest-search','s:26:\"gsw:{{SITENAME}} dursueche\";'),('gsw','messages:seconds','s:37:\"gsw:{{PLURAL:$1|1 Sekund|$1 Sekunde}}\";'),('gsw','messages:seconds-abbrev','s:7:\"en:$1 s\";'),('gsw','messages:seconds-ago','s:45:\"gsw:vor {{PLURAL:$1|eire Sekunde|$1 Sekunde}}\";'),('gsw','messages:sectioneditnotsupported-text','s:59:\"gsw:Abschnitt bearbeite wird uf däre Syte nit unterstitzt.\";'),('gsw','messages:sectioneditnotsupported-title','s:44:\"gsw:Abschnitt bearbeite wird nit unterstitzt\";'),('gsw','messages:selfmove','s:55:\"gsw:Der nöi Artikelname mues en andere sy als der alt!\";'),('gsw','messages:selfredirect','s:252:\"gsw:<strong>Obacht:</strong> Du bisch die Syten uf sech sälber am Wyterleite.\nVilech hesch für d Wyterleitig ds falsche Zil y’gä, oder vilech bisch di falschi Syten am bearbeite.\nWe d’ nomal «$1» kliksch, de wird d Wyterleitig einewäg agleit.\";'),('gsw','messages:semicolon-separator','s:9:\"en:;&#32;\";'),('gsw','messages:semiprotectedpagemovewarning','s:152:\"gsw:\'\'\'OBACHT:\'\'\' Die Syte isch gschitzt wore, ass si nume aagmäldeti Benutzer chenne verschiebe.\nAs Referänz wird do dr letscht Logbuechyytrag aagee:\";'),('gsw','messages:semiprotectedpagewarning','s:157:\"gsw:\'\'\'Obacht\'\'\': Die Syte isch halb gsperrt, ass si nume vu aagmäldete Benutzer cha bearbeitet wäre.\nAs Referänz wird do dr letscht Logbuechyytrag aagee:\";'),('gsw','messages:sep','s:8:\"gsw:Sep.\";'),('gsw','messages:september','s:14:\"gsw:Septämber\";'),('gsw','messages:september-gen','s:14:\"gsw:Septämber\";'),('gsw','messages:servertime','s:24:\"gsw:Aktuälli Serverzyt:\";'),('gsw','messages:session_fail_preview','s:267:\"gsw:\'\'\'Dyyni Bearbeitig het nid chenne gspycheret wäre, wel Sitzigsdate verlore gange sin.\nBitte versuech s nomol. Derzue drucksch unter däre Täxtvorschau nomol uf „Syte spychere“.\nWänn s Problem blybt, [[Special:UserLogout|mäld Di ab]] un derno wider aa.\'\'\'\";'),('gsw','messages:session_fail_preview_html','s:417:\"gsw:\'\'\'Dyyni Bearbeitig het nid chenne gspycheret wäre, wel Sitzigsdate verlore gange sin.\'\'\'\n\n\'\'Wel in {{SITENAME}} s Spychere vun ere reine HTML aktiviert isch, isch d Vorschau usbländet wore, zum JavaScript-Attacke z verhindere.\'\'\n\n\'\'\'\nBitte versuech s nomol. Derzue drucksch unter däre Täxtvorschau nomol uf „Syte spicherne“.\nWänn s Problem blybt, [[Special:UserLogout|mäld Di ab]] un derno wider aa.\'\'\'\";'),('gsw','messages:sessionfailure','s:263:\"gsw:S het e Probläm mit em Ibertrage vu Dyyne Benutzerdate gee.\nDie Aktion isch wäge däm us Sicherheitsgrind abbroche wore go ne falschi Zueornig vu Dyyne Änderige zuen eme andere Benutzer verhindere.\nBitte gang zruck, tue d Syte nej lade un versuech s nomol.\";'),('gsw','messages:sessionfailure-title','s:18:\"gsw:Sitzigsfähler\";'),('gsw','messages:sessionmanager-tie','s:77:\"de:Mehrere Anfrageauthentifikationstypen konnten nicht kombiniert werden: $1.\";'),('gsw','messages:sessionprovider-generic','s:15:\"de:$1-Sitzungen\";'),('gsw','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:28:\"de:cookiebasierten Sitzungen\";'),('gsw','messages:sessionprovider-nocookies','s:106:\"de:Cookies sind eventuell deaktiviert. Stelle sicher, dass Cookies aktiviert sind, und versuche es erneut.\";'),('gsw','messages:shared-repo','s:30:\"gsw:eme gmeinsame Repositorium\";'),('gsw','messages:shared-repo-from','s:9:\"gsw:vu $1\";'),('gsw','messages:shared-repo-name-wikimediacommons','s:20:\"en:Wikimedia Commons\";'),('gsw','messages:shareddescriptionfollows','s:4:\"en:-\";'),('gsw','messages:sharedupload','s:74:\"gsw:Die Datei isch vu $1. S cha syy, ass si vu andere Projekt brucht wird.\";'),('gsw','messages:sharedupload-desc-create','s:144:\"gsw:Die Datei stammt us $1 un cha uf andere Projäkt brucht wäre.\nVillicht witt d Bschryybig uf dr dertige [$2 Dateibschryybigssyte] bearbeite.\";'),('gsw','messages:sharedupload-desc-edit','s:144:\"gsw:Die Datei stammt us $1 un cha uf andere Projäkt brucht wäre.\nVillicht witt d Bschryybig uf dr dertige [$2 Dateibschryybigssyte] bearbeite.\";'),('gsw','messages:sharedupload-desc-here','s:131:\"gsw:Die Datei isch vu $1 un derf vu andere Projäkt bruucht wäre. D Bschryybig vu dr [$2 Dateibschryybigssyte] wird unten aazeigt.\";'),('gsw','messages:sharedupload-desc-there','s:127:\"gsw:Die Datei isch vu $1 un derf vu andere Projäkt bruucht wäre. Lueg uf dr [$2 Dateibschryybigssyte] no wytere Informatione.\";'),('gsw','messages:shortpages','s:18:\"gsw:Churzi Artikel\";'),('gsw','messages:shortpages-summary','s:3:\"en:\";'),('gsw','messages:show','s:12:\"gsw:yblände\";'),('gsw','messages:show-big-image','s:17:\"gsw:Originaldatei\";'),('gsw','messages:show-big-image-other','s:50:\"gsw:Wyteri {{PLURAL:$2|Ufflösig|Ufflösige}}: $1.\";'),('gsw','messages:show-big-image-preview','s:33:\"gsw:Greßi vu däre Vorschau: $1.\";'),('gsw','messages:show-big-image-preview-differ','s:47:\"gsw:Gröössi vor $3-Vorschou vor $2-Datei: $1.\";'),('gsw','messages:show-big-image-size','s:18:\"gsw:$1 × $2 Pixel\";'),('gsw','messages:showdiff','s:19:\"gsw:Änderige zeige\";'),('gsw','messages:showhideselectedlogentries','s:47:\"gsw:Uusgwehlti Logbuechyytreg aazeige/verstecke\";'),('gsw','messages:showhideselectedversions','s:39:\"gsw:Uusgwehlti Versione zeige/verstecke\";'),('gsw','messages:showingresults','s:103:\"gsw:Do {{PLURAL:$1|isch \'\'\'1\'\'\' Ergebnis|sin \'\'\'$1\'\'\' Ergebniss}}, s fangt aa mit dr Nummerer \'\'\'$2.\'\'\'\";'),('gsw','messages:showingresultsinrange','s:165:\"gsw:Do unte {{PLURAL:$1|wird <strong>ei</strong> Ergebnis|wäre bis zue <strong>$1</strong> Ergebnis}} im Berych <strong>$2</strong> bis <strong>$3</strong> aazeigt.\";'),('gsw','messages:shown-title','s:52:\"gsw:Zeig $1 {{PLURAL:$1|Ergebnis|Ergebnis}} pro Syte\";'),('gsw','messages:showpreview','s:20:\"gsw:Vorschau aaluege\";'),('gsw','messages:showtoc','s:12:\"gsw:ufklappe\";'),('gsw','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('gsw','messages:sig-text','s:7:\"en:--$1\";'),('gsw','messages:signature','s:62:\"gsw:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|Diskussion]])\";'),('gsw','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('gsw','messages:signature-temp','s:76:\"de:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|Diskussion]])\";'),('gsw','messages:signupend','s:3:\"en:\";'),('gsw','messages:signupend-https','s:3:\"en:\";'),('gsw','messages:signupstart','s:3:\"en:\";'),('gsw','messages:simpleantispam-label','s:57:\"gsw:Spamschutz-Priefig. \nDo <strong>nyt</strong> yytrage!\";'),('gsw','messages:site-atom-feed','s:21:\"gsw:Atom-Feed für $1\";'),('gsw','messages:site-rss-feed','s:19:\"gsw:RSS-Feed fir $1\";'),('gsw','messages:sitecsspreview','s:97:\"gsw:\'\'\'Obacht: Du luegsch nume ne Vorschau vu däm CSS aa.\'\'\'\n\'\'\'S isch nonig gspycheret wore!\'\'\'\";'),('gsw','messages:sitecssprotected','s:101:\"de:Du hast keine Berechtigung, diese CSS-Seite zu bearbeiten, da sie alle Besucher betreffen könnte.\";'),('gsw','messages:sitejsonpreview','s:117:\"de:<strong>Dies ist nur eine Vorschau dieser JSON-Konfiguration.</strong>\nDie Seite wurde noch nicht veröffentlicht!\";'),('gsw','messages:sitejsonprotected','s:102:\"de:Du hast keine Berechtigung, diese JSON-Seite zu bearbeiten, da sie alle Besucher betreffen könnte.\";'),('gsw','messages:sitejspreview','s:104:\"gsw:\'\'\'Obacht: Du luegsch nume ne Vorschau vu däm JavaScript aa.\'\'\'\n\'\'\'S isch nonig gspycheret wore!\'\'\'\";'),('gsw','messages:sitejsprotected','s:108:\"de:Du hast keine Berechtigung, diese JavaScript-Seite zu bearbeiten, da sie alle Besucher betreffen könnte.\";'),('gsw','messages:sitenotice','s:4:\"en:-\";'),('gsw','messages:siterawhtmlprotected','s:155:\"de:Du bist nicht berechtigt, diese Seite zu bearbeiten, weil sie rohes HTML beeinhaltet, welches modifiziert werden kann, um alle Besucher zu beeinflussen.\";'),('gsw','messages:sitesubtitle','s:3:\"en:\";'),('gsw','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('gsw','messages:siteuser','s:28:\"gsw:{{SITENAME}}-Benutzer $1\";'),('gsw','messages:siteusers','s:51:\"gsw:{{SITENAME}}-{{PLURAL:$2|Benutzer|Benutzer}} $1\";'),('gsw','messages:size-bytes','s:30:\"de:$1 {{PLURAL:$1|Byte|Bytes}}\";'),('gsw','messages:size-exabytes','s:8:\"en:$1 EB\";'),('gsw','messages:size-exapixel','s:8:\"en:$1 EP\";'),('gsw','messages:size-gigabytes','s:8:\"de:$1 GB\";'),('gsw','messages:size-gigapixel','s:8:\"en:$1 GP\";'),('gsw','messages:size-kilobytes','s:8:\"en:$1 KB\";'),('gsw','messages:size-kilopixel','s:8:\"en:$1 KP\";'),('gsw','messages:size-megabytes','s:8:\"de:$1 MB\";'),('gsw','messages:size-megapixel','s:8:\"en:$1 MP\";'),('gsw','messages:size-petabytes','s:8:\"en:$1 PB\";'),('gsw','messages:size-petapixel','s:8:\"en:$1 PP\";'),('gsw','messages:size-pixel','s:25:\"de:$1 {{PLURAL:$1|Pixel}}\";'),('gsw','messages:size-quettabytes','s:8:\"en:$1 QB\";'),('gsw','messages:size-quettapixel','s:8:\"en:$1 QP\";'),('gsw','messages:size-ronnabytes','s:8:\"en:$1 RB\";'),('gsw','messages:size-ronnapixel','s:8:\"en:$1 RP\";'),('gsw','messages:size-terabytes','s:8:\"en:$1 TB\";'),('gsw','messages:size-terapixel','s:8:\"en:$1 TP\";'),('gsw','messages:size-yottabytes','s:8:\"en:$1 YB\";'),('gsw','messages:size-yottapixel','s:8:\"en:$1 YP\";'),('gsw','messages:size-zettabytes','s:8:\"en:$1 ZB\";'),('gsw','messages:size-zettapixel','s:8:\"en:$1 ZP\";'),('gsw','messages:skin-action-addsection','s:22:\"gsw:Abschnitt zuefiege\";'),('gsw','messages:skin-action-delete','s:10:\"gsw:Lesche\";'),('gsw','messages:skin-action-move','s:14:\"gsw:Verschiebe\";'),('gsw','messages:skin-action-protect','s:12:\"gsw:Schütze\";'),('gsw','messages:skin-action-undelete','s:19:\"gsw:Widerhärstelle\";'),('gsw','messages:skin-action-unprotect','s:22:\"gsw:Syteschutz ändere\";'),('gsw','messages:skin-action-viewdeleted','s:15:\"gsw:$1 aaluege?\";'),('gsw','messages:skin-action-viewsource','s:21:\"de:Quelltext anzeigen\";'),('gsw','messages:skin-preview','s:12:\"gsw:Vorschou\";'),('gsw','messages:skin-view-create','s:12:\"gsw:Erstelle\";'),('gsw','messages:skin-view-create-local','s:29:\"gsw:Lokali Bschrybig zuefiege\";'),('gsw','messages:skin-view-edit','s:11:\"gsw:Ändere\";'),('gsw','messages:skin-view-edit-local','s:30:\"gsw:Lokali Bschrybig bearbeite\";'),('gsw','messages:skin-view-foreign','s:17:\"gsw:Uf $1 aaluege\";'),('gsw','messages:skin-view-history','s:20:\"gsw:Versionsgschicht\";'),('gsw','messages:skin-view-view','s:9:\"gsw:Läse\";'),('gsw','messages:skinname-minerva','s:10:\"en:Minerva\";'),('gsw','messages:skinname-vector','s:20:\"de:Vector alt (2010)\";'),('gsw','messages:skinname-vector-2022','s:16:\"de:Vector (2022)\";'),('gsw','messages:slot-name-main','s:8:\"de:Haupt\";'),('gsw','messages:softblockrangesreason','s:88:\"de:Anonyme Beiträge von deiner IP-Adresse ($1) sind nicht erlaubt. Bitte melde dich an.\";'),('gsw','messages:sorbs','s:8:\"en:DNSBL\";'),('gsw','messages:sorbs_create_account_reason','s:119:\"gsw:D IP-Adräss isch in dr DNSBL vu {{SITENAME}} as uffige PROXY glischtet. S Aalege vu neije Benutzer isch nit megli.\";'),('gsw','messages:sorbsreason','s:76:\"gsw:D IP-Adräss isch in dr DNSBL vu {{SITENAME}} as uffige PROXY glischtet.\";'),('gsw','messages:sort-ascending','s:20:\"gsw:Ufezues sortiere\";'),('gsw','messages:sort-descending','s:20:\"gsw:Abezues sortiere\";'),('gsw','messages:sort-initial','s:28:\"de:Ursprüngliche Sortierung\";'),('gsw','messages:sort-rowspan-error','s:192:\"de:Diese Seite enthält eine Tabelle mit einem rowspan-Attribut, das sich über mehr Zeilen erstreckt, als die Tabelle tatsächlich hat. Du kannst dies beheben, indem du die Seite bearbeitest.\";'),('gsw','messages:sourcefilename','s:16:\"gsw:Quälldatei:\";'),('gsw','messages:sourceurl','s:15:\"gsw:Quäll-URL:\";'),('gsw','messages:sp-contributions-blocked-notice','s:99:\"gsw:Dää Benutzer isch zur Zyt gsperrt. Do chunnt dr aktuäll Yytrag us em Benutzersperr-Logbuech:\";'),('gsw','messages:sp-contributions-blocked-notice-anon','s:99:\"gsw:Die IP-Adräss isch zur Zyt gsperrt.\nDo chunnt dr aktuäll Yytrag us em Benutzersperr-Logbuech:\";'),('gsw','messages:sp-contributions-blocked-notice-anon-partial','s:112:\"de:Diese IP-Adresse ist derzeit teilweise gesperrt.\nEs folgt der aktuelle Eintrag aus dem Benutzersperr-Logbuch:\";'),('gsw','messages:sp-contributions-blocked-notice-partial','s:111:\"de:Dieser Benutzer ist derzeit teilweise gesperrt.\nEs folgt der aktuelle Eintrag aus dem Benutzersperr-Logbuch:\";'),('gsw','messages:sp-contributions-blocklog','s:17:\"gsw:Sperrlogbuech\";'),('gsw','messages:sp-contributions-concurrency-ip','s:110:\"de:Entschuldigung, es erfolgen zu viele Anfragen von deiner IP-Adresse. Bitte versuche es später noch einmal.\";'),('gsw','messages:sp-contributions-concurrency-user','s:113:\"de:Entschuldigung, es erfolgen zu viele Anfragen von deinem Benutzerkonto. Bitte versuche es später noch einmal.\";'),('gsw','messages:sp-contributions-deleted','s:19:\"gsw:gleschti Bytreg\";'),('gsw','messages:sp-contributions-explain','s:3:\"en:\";'),('gsw','messages:sp-contributions-footer','s:4:\"en:-\";'),('gsw','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('gsw','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('gsw','messages:sp-contributions-hideminor','s:32:\"de:Kleine Änderungen ausblenden\";'),('gsw','messages:sp-contributions-logs','s:14:\"gsw:Logbiecher\";'),('gsw','messages:sp-contributions-newonly','s:51:\"gsw:Nume Byträg zeige, wo e nöüi Syte hei agleit\";'),('gsw','messages:sp-contributions-outofrange','s:124:\"de:Es konnten keine Ergebnisse angezeigt werden. Der angeforderte IP-Adressbereich ist größer als die CIDR-Grenze von /$1.\";'),('gsw','messages:sp-contributions-search','s:28:\"gsw:Suech no Benutzerbiträg\";'),('gsw','messages:sp-contributions-submit','s:10:\"gsw:Sueche\";'),('gsw','messages:sp-contributions-suppresslog','s:33:\"gsw:underdrückti Benutzerbyträg\";'),('gsw','messages:sp-contributions-talk','s:14:\"gsw:Diskussion\";'),('gsw','messages:sp-contributions-toponly','s:50:\"gsw:Nume Byträg zeige, won en aktuelli Version sy\";'),('gsw','messages:sp-contributions-uploads','s:22:\"gsw:Uffegladeni Dateie\";'),('gsw','messages:sp-contributions-username','s:32:\"gsw:IP-Adress oder Benutzername:\";'),('gsw','messages:sp-contributions-userrights','s:28:\"gsw:Benutzerrächtsverwaltig\";'),('gsw','messages:sp-deletedcontributions-contribs','s:12:\"gsw:Byyträg\";'),('gsw','messages:sp-newimages-showfrom','s:35:\"gsw:Zeig neiji Dateie ab $1, $2 Uhr\";'),('gsw','messages:spam_blanking','s:60:\"gsw:In allene Versione het s Links zue $1 gha, sufer gmacht.\";'),('gsw','messages:spam_deleting','s:56:\"gsw:Alli Versione mit eme Link zue $1 sin glescht woret.\";'),('gsw','messages:spam_reverting','s:56:\"gsw:Letschti Version ohni Links zue $1 widerhärgstellt.\";'),('gsw','messages:spambot_username','s:27:\"gsw:MediaWiki Spam-Syyferig\";'),('gsw','messages:spamprotectionmatch','s:60:\"gsw:\'\'\'Dää Text isch vum Spamfilter gfunde wore: \'\'$1\'\'\'\'\'\";'),('gsw','messages:spamprotectiontext','s:122:\"gsw:D Syte, wu du wit spychere, isch vum Spamschutzfilter blockiert wore. Des lyt wahrschyyns am e Link uf e externi Syte.\";'),('gsw','messages:spamprotectiontitle','s:21:\"gsw:Spamschutz-Filter\";'),('gsw','messages:special-characters-group-arabic','s:12:\"gsw:Arabisch\";'),('gsw','messages:special-characters-group-arabicextended','s:23:\"gsw:Erwyyterts Arabisch\";'),('gsw','messages:special-characters-group-bangla','s:14:\"gsw:Bengalisch\";'),('gsw','messages:special-characters-group-canadianaboriginal','s:27:\"de:Kanadische Silbenschrift\";'),('gsw','messages:special-characters-group-cyrillic','s:14:\"gsw:Kyrillisch\";'),('gsw','messages:special-characters-group-devanagari','s:14:\"gsw:Devanagari\";'),('gsw','messages:special-characters-group-greek','s:14:\"gsw:Griechisch\";'),('gsw','messages:special-characters-group-greekextended','s:25:\"de:Erweitertes Griechisch\";'),('gsw','messages:special-characters-group-gujarati','s:12:\"gsw:Gujarati\";'),('gsw','messages:special-characters-group-hebrew','s:14:\"gsw:Hebräisch\";'),('gsw','messages:special-characters-group-ipa','s:7:\"gsw:IPA\";'),('gsw','messages:special-characters-group-khmer','s:9:\"gsw:Khmer\";'),('gsw','messages:special-characters-group-lao','s:7:\"gsw:Lao\";'),('gsw','messages:special-characters-group-latin','s:13:\"gsw:Latynisch\";'),('gsw','messages:special-characters-group-latinextended','s:18:\"gsw:Latin Extended\";'),('gsw','messages:special-characters-group-persian','s:12:\"gsw:Persisch\";'),('gsw','messages:special-characters-group-runes','s:8:\"de:Runen\";'),('gsw','messages:special-characters-group-sinhala','s:17:\"gsw:Singhalesisch\";'),('gsw','messages:special-characters-group-symbols','s:10:\"gsw:Symbol\";'),('gsw','messages:special-characters-group-tamil','s:13:\"gsw:Tamilisch\";'),('gsw','messages:special-characters-group-telugu','s:10:\"gsw:Telugu\";'),('gsw','messages:special-characters-group-thai','s:8:\"gsw:Thai\";'),('gsw','messages:special-characters-title-emdash','s:16:\"gsw:Gviertstrich\";'),('gsw','messages:special-characters-title-endash','s:20:\"gsw:Halbgviertstrich\";'),('gsw','messages:special-characters-title-minus','s:16:\"gsw:Minus-Zeiche\";'),('gsw','messages:specialdeletepage-page','s:12:\"de:Zielseite\";'),('gsw','messages:specialdeletepage-submit','s:16:\"de:Gehe zu Seite\";'),('gsw','messages:specialeditpage-page','s:12:\"de:Zielseite\";'),('gsw','messages:specialeditpage-submit','s:16:\"de:Gehe zu Seite\";'),('gsw','messages:speciallogtitlelabel','s:61:\"gsw:Zil (Titel oder «{{ns:user}}:Name» für Benutzer/inne):\";'),('gsw','messages:specialloguserlabel','s:32:\"gsw:Benutzer, wu des gmacht het:\";'),('gsw','messages:specialmute','s:8:\"de:Stumm\";'),('gsw','messages:specialmute-email-footer','s:83:\"de:Um Deine E-Mail Einstellungen für {{BIDI:$2}} zu verwalten, besuche bitte <$1>.\";'),('gsw','messages:specialmute-error-invalid-user','s:58:\"de:Der gesuchte Benutzername konnte nicht gefunden werden.\";'),('gsw','messages:specialmute-error-no-options','s:252:\"de:Stummschaltungs-Funktionen sind nicht verfügbar. Gründe dafür könnten sein: Du hast deine E-Mail-Adresse nicht bestätigt, ein Administrator hat die E-Mail-Funktionen deaktiviert oder eine E-Mail-Stummschaltungsliste in diesem Wiki eingerichtet.\";'),('gsw','messages:specialmute-header','s:96:\"de:Bitte wähle deine Stummschaltungseinstellungen für Benutzer <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('gsw','messages:specialmute-label-mute-email','s:73:\"de:E-Mails {{GENDER:$1|dieses Benutzers|dieser Benutzerin}} stummschalten\";'),('gsw','messages:specialmute-login-required','s:73:\"de:Bitte melde dich an, um deine Stummschaltungseinstellungen zu ändern.\";'),('gsw','messages:specialmute-submit','s:14:\"de:Bestätigen\";'),('gsw','messages:specialmute-success','s:152:\"de:Deine Stummschaltungseinstellungen wurden aktualisiert. Schau dir alle stummgeschalteten Benutzer in [[Special:Preferences|deinen Einstellungen]] an.\";'),('gsw','messages:specialpage','s:15:\"gsw:Spezialsyte\";'),('gsw','messages:specialpage-empty','s:45:\"gsw:In dr Syte het s no kei aktuälli Yytreg.\";'),('gsw','messages:specialpage-securitylevel-not-allowed','s:113:\"de:Leider bist du nicht berechtigt, diese Seite zu benutzen, da deine Identität nicht verifiziert werden konnte.\";'),('gsw','messages:specialpage-securitylevel-not-allowed-title','s:16:\"de:Nicht erlaubt\";'),('gsw','messages:specialpagehistory-page','s:12:\"de:Zielseite\";'),('gsw','messages:specialpagehistory-submit','s:16:\"de:Gehe zu Seite\";'),('gsw','messages:specialpageinfo-page','s:12:\"de:Zielseite\";'),('gsw','messages:specialpageinfo-submit','s:16:\"de:Gehe zu Seite\";'),('gsw','messages:specialpages','s:17:\"gsw:Spezialsytene\";'),('gsw','messages:specialpages-group-changes','s:39:\"gsw:D letschte Änderige un Logbüecher\";'),('gsw','messages:specialpages-group-developer','s:24:\"gsw:Entwicklerwärchzyyg\";'),('gsw','messages:specialpages-group-highuse','s:34:\"gsw:Syte wo hüüfig bruucht werde\";'),('gsw','messages:specialpages-group-login','s:25:\"gsw:Aamälde/Konto aalege\";'),('gsw','messages:specialpages-group-maintenance','s:18:\"gsw:Wartigslischte\";'),('gsw','messages:specialpages-group-media','s:9:\"gsw:Medie\";'),('gsw','messages:specialpages-group-other','s:21:\"gsw:Andri Spezialsyte\";'),('gsw','messages:specialpages-group-pages','s:19:\"gsw:Lischte vo Syte\";'),('gsw','messages:specialpages-group-pagetools','s:19:\"gsw:Sytewerchzüüg\";'),('gsw','messages:specialpages-group-redirects','s:29:\"gsw:Spezialsyte wo wyterleite\";'),('gsw','messages:specialpages-group-spam','s:21:\"gsw:Spam-Wärchzüüg\";'),('gsw','messages:specialpages-group-users','s:22:\"gsw:Benutzer un Rächt\";'),('gsw','messages:specialpages-group-wiki','s:22:\"gsw:Date un Wärchzyyg\";'),('gsw','messages:specialpages-note-cached','s:4:\"en:-\";'),('gsw','messages:specialpages-note-restricted','s:112:\"gsw:* Normali Spezialsyte.\n* <span class=\"mw-specialpagerestricted\">Spezialsyte mit bschränktem Zuegang.</span>\";'),('gsw','messages:specialpages-note-top','s:21:\"gsw:Zeichenerklärig:\";'),('gsw','messages:specialpages-summary','s:3:\"en:\";'),('gsw','messages:specialprotectpage-page','s:12:\"de:Zielseite\";'),('gsw','messages:specialprotectpage-submit','s:16:\"de:Gehe zu Seite\";'),('gsw','messages:specialpurge-page','s:12:\"de:Zielseite\";'),('gsw','messages:specialpurge-submit','s:16:\"de:Gehe zu Seite\";'),('gsw','messages:statistics','s:13:\"gsw:Statistik\";'),('gsw','messages:statistics-articles','s:15:\"gsw:Inhaltssyte\";'),('gsw','messages:statistics-articles-desc','s:3:\"en:\";'),('gsw','messages:statistics-edits','s:19:\"gsw:Sytebearbeitige\";'),('gsw','messages:statistics-edits-average','s:40:\"gsw:Bearbeitige pro Syte im Durchschnitt\";'),('gsw','messages:statistics-files','s:22:\"gsw:Uffegladeni Dateie\";'),('gsw','messages:statistics-files-desc','s:3:\"en:\";'),('gsw','messages:statistics-footer','s:3:\"en:\";'),('gsw','messages:statistics-header-edits','s:26:\"gsw:Bearbeitigsstatischtik\";'),('gsw','messages:statistics-header-hooks','s:23:\"gsw:Anderi Statischtike\";'),('gsw','messages:statistics-header-pages','s:19:\"gsw:Sytestatischtik\";'),('gsw','messages:statistics-header-users','s:24:\"gsw:Benutzer-Statischtik\";'),('gsw','messages:statistics-pages','s:8:\"gsw:Syte\";'),('gsw','messages:statistics-pages-desc','s:67:\"gsw:Alli Syten in däm Wiki, mit Diskussionssyte, Wyterleitige usw.\";'),('gsw','messages:statistics-summary','s:3:\"en:\";'),('gsw','messages:statistics-users','s:27:\"gsw:Regischtrierti Benutzer\";'),('gsw','messages:statistics-users-active','s:19:\"gsw:Aktivi Benutzer\";'),('gsw','messages:statistics-users-active-desc','s:89:\"gsw:Benutzer mit Bearbeitige {{PLURAL:$1|in dr letschte 24 Stund|in dr letschte $1 Täg}}\";'),('gsw','messages:storedversion','s:23:\"gsw:Gspychereti Version\";'),('gsw','messages:subcategories','s:18:\"gsw:Unterkategorie\";'),('gsw','messages:subject','s:13:\"gsw:Beträff:\";'),('gsw','messages:summary','s:17:\"gsw:Zämmefassig:\";'),('gsw','messages:summary-preview','s:29:\"gsw:Vorschou vor Zämefassig:\";'),('gsw','messages:sun','s:7:\"gsw:Sun\";'),('gsw','messages:sunday','s:11:\"gsw:Sunntig\";'),('gsw','messages:sunday-at','s:17:\"gsw:Sunntig am $1\";'),('gsw','messages:suppress','s:16:\"gsw:Underdrücke\";'),('gsw','messages:suppressionlog','s:22:\"gsw:Oversight-Logbuech\";'),('gsw','messages:suppressionlogtext','s:250:\"gsw:Des isch s Logbuech vu dr Oversight-Aktione (Änderige vu dr Sichtbarkeit vu Versione, Bearbeitigskommentar, Benutzernäme un Benutzersperrine).\nLueg uff d [[Special:BlockList|Lischt vo gsperrte IP-Adrässe un Benutzernäme]] für aktuell Sperre.\";'),('gsw','messages:suspicious-userlogout','s:153:\"gsw:Dyy Versuech di abzmälde isch abbroche wore, wel s uusgsäh het, wie wänn s vun eme bschedigte Browser oder eme Cacheproxy uus gsändet woren isch.\";'),('gsw','messages:svg-long-desc','s:61:\"gsw:SVG-Datei, Basisgrößi: $1 × $2 Pixel, Dateigrößi: $3\";'),('gsw','messages:svg-long-desc-animated','s:68:\"gsw:Animierti SVG-Datei, Basisgreßi $1 × $2 Pixel, Dateigreßi: $3\";'),('gsw','messages:svg-long-error','s:28:\"gsw:Ungültigi SVG-Datei: $1\";'),('gsw','messages:syntaxhighlight-desc','s:110:\"gsw:Syntax firihebe <code>&lt;syntaxhighlight&gt;</code> mit Hilf vum [http://pygments.org/ GeSHi-Highlighter]\";'),('gsw','messages:syntaxhighlight-enclose-category','s:41:\"de:Seiten mit veraltetem enclose-Attribut\";'),('gsw','messages:syntaxhighlight-enclose-category-desc','s:79:\"de:Die Syntaxhervorhebung auf der Seite verwendet die veraltete enclose-Syntax.\";'),('gsw','messages:syntaxhighlight-error-category','s:40:\"de:Seiten mit Syntaxhervorhebungsfehlern\";'),('gsw','messages:syntaxhighlight-error-category-desc','s:88:\"de:Es gab einen Fehler bei der Syntaxhervorhebung des auf der Seite eingebetteten Codes.\";'),('gsw','messages:syntaxhighlight-error-exceeds-size-limit','s:130:\"de:Die Codegröße von {{PLURAL:$1|einem Byte|$1 Bytes}} überschreitet das erlaubte Maximum von {{PLURAL:$2|einem Byte|$2 Bytes}}\";'),('gsw','messages:syntaxhighlight-error-pygments-invocation-failure','s:36:\"de:Fehler beim Aufrufen von Pygments\";'),('gsw','messages:syntaxhighlight-error-unknown-language','s:30:\"de:Unbekannte Sprache „$1“\";'),('gsw','messages:syntaxhighlight-source-category','s:39:\"de:Seiten mit dem veralteten source-Tag\";'),('gsw','messages:syntaxhighlight-source-category-desc','s:75:\"de:Die Syntaxhervorhebung auf der Seite verwendet das veraltete source-Tag.\";'),('gsw','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"de:Code\";'),('gsw','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:10:\"de:Sprache\";'),('gsw','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:10:\"de:(Keine)\";'),('gsw','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:25:\"de:Zeilennummern anzeigen\";'),('gsw','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:20:\"de:Startzeilennummer\";'),('gsw','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:12:\"de:Codeblock\";'),('gsw','messages:systemblockedtext','s:289:\"de:Dein Benutzername oder deine IP-Adresse wurde von MediaWiki automatisch gesperrt.\nDer angegebene Grund ist:\n\n:<em>$2</em>\n\n* Beginn der Sperre: $8\n* Ablauf der Sperre: $6\n* Sperre betrifft: $7\n\nDeine aktuelle IP-Adresse ist $3.\nBitte gib alle oben stehenden Details in jeder Anfrage an.\";'),('gsw','messages:table_pager_empty','s:17:\"gsw:Kei Ergebniss\";'),('gsw','messages:table_pager_first','s:16:\"gsw:Erschti Syte\";'),('gsw','messages:table_pager_last','s:17:\"gsw:Letschti Syte\";'),('gsw','messages:table_pager_limit','s:30:\"gsw:Zeig $1 Yträg pro Syte aa\";'),('gsw','messages:table_pager_limit_label','s:21:\"gsw:Yyträg pro Syte:\";'),('gsw','messages:table_pager_limit_submit','s:8:\"gsw:Gang\";'),('gsw','messages:table_pager_next','s:19:\"gsw:Näggschti Syte\";'),('gsw','messages:table_pager_prev','s:16:\"gsw:Vorderi Syte\";'),('gsw','messages:tag-filter','s:38:\"gsw:[[Special:Tags|Markierigs]]filter:\";'),('gsw','messages:tag-filter-submit','s:10:\"gsw:Filter\";'),('gsw','messages:tag-hidden','s:29:\"de:$1 (versteckte Markierung)\";'),('gsw','messages:tag-list-wrapper','s:59:\"gsw:[[Special:Tags|{{PLURAL:$1|Markierig|Markierige}}]]: $2\";'),('gsw','messages:tag-mobile_edit','s:21:\"gsw:Mobili Bearbeitig\";'),('gsw','messages:tag-mobile_edit-description','s:34:\"de:Mobil bearbeitet (Web oder App)\";'),('gsw','messages:tag-mobile_web_edit','s:25:\"gsw:Mobili Web-Bearbeitig\";'),('gsw','messages:tag-mobile_web_edit-description','s:37:\"de:Bearbeitet von der mobilen Website\";'),('gsw','messages:tag-mw-blank','s:10:\"de:Geleert\";'),('gsw','messages:tag-mw-blank-description','s:47:\"de:Bearbeitungen, die eine Seite geleert haben.\";'),('gsw','messages:tag-mw-changed-redirect-target','s:31:\"de:Weiterleitungsziel geändert\";'),('gsw','messages:tag-mw-changed-redirect-target-description','s:67:\"de:Bearbeitungen, die das Ziel einer Weiterleitung geändert haben.\";'),('gsw','messages:tag-mw-contentmodelchange','s:31:\"de:Änderung des Inhaltsmodells\";'),('gsw','messages:tag-mw-contentmodelchange-description','s:135:\"de:Bearbeitungen, die [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel das Inhaltsmodell einer Seite ändern]\";'),('gsw','messages:tag-mw-manual-revert','s:26:\"de:Manuelle Zurücksetzung\";'),('gsw','messages:tag-mw-manual-revert-description','s:81:\"de:Bearbeitungen, die die Seite manuell in einen vorherigen Zustand zurücksetzen\";'),('gsw','messages:tag-mw-new-redirect','s:21:\"de:Neue Weiterleitung\";'),('gsw','messages:tag-mw-new-redirect-description','s:103:\"de:Bearbeitungen, die eine neue Weiterleitung erstellen oder eine Seite auf eine Weiterleitung ändern.\";'),('gsw','messages:tag-mw-removed-redirect','s:25:\"de:Weiterleitung entfernt\";'),('gsw','messages:tag-mw-removed-redirect-description','s:89:\"de:Bearbeitungen, die eine vorhandene Weiterleitung auf eine Nicht-Weiterleitung ändern.\";'),('gsw','messages:tag-mw-replace','s:10:\"de:Ersetzt\";'),('gsw','messages:tag-mw-replace-description','s:70:\"de:Bearbeitungen, die mehr als 90 % des Inhalts einer Seite entfernen.\";'),('gsw','messages:tag-mw-reverted','s:17:\"de:Zurückgesetzt\";'),('gsw','messages:tag-mw-reverted-description','s:87:\"de:Bearbeitungen, die später durch eine andere Bearbeitung rückgängig gemacht wurden\";'),('gsw','messages:tag-mw-rollback','s:17:\"de:Zurücksetzung\";'),('gsw','messages:tag-mw-rollback-description','s:98:\"de:Bearbeitungen, die frühere Bearbeitungen mithilfe des Zurücksetzen-Links rückgängig machen.\";'),('gsw','messages:tag-mw-server-side-upload','s:34:\"de:Serverseitig hochgeladene Datei\";'),('gsw','messages:tag-mw-server-side-upload-description','s:65:\"de:Mediendateien, die über ein Wartungsskript hochgeladen wurden\";'),('gsw','messages:tag-mw-undo','s:22:\"de:Rückgängigmachung\";'),('gsw','messages:tag-mw-undo-description','s:93:\"de:Bearbeitungen, die frühere Versionen mit dem Link „Rückgängig machen“ zurücksetzen\";'),('gsw','messages:tagline','s:19:\"gsw:Us {{SITENAME}}\";'),('gsw','messages:tags','s:24:\"gsw:Änderigs-Tag priefe\";'),('gsw','messages:tags-actions-header','s:11:\"gsw:Aktione\";'),('gsw','messages:tags-activate','s:13:\"gsw:aktiviere\";'),('gsw','messages:tags-activate-not-allowed','s:49:\"gsw:D Markierig «$1» lat sech nid la aktiviere.\";'),('gsw','messages:tags-activate-not-found','s:35:\"gsw:D Markierig «$1» git’s nid.\";'),('gsw','messages:tags-activate-question','s:51:\"gsw:Du bisch drann, d Markierig «$1» z aktiviere.\";'),('gsw','messages:tags-activate-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:tags-activate-submit','s:13:\"gsw:Aktiviere\";'),('gsw','messages:tags-activate-title','s:23:\"gsw:Markierig aktiviere\";'),('gsw','messages:tags-active-header','s:10:\"gsw:Aktiv?\";'),('gsw','messages:tags-active-no','s:7:\"gsw:Nei\";'),('gsw','messages:tags-active-yes','s:6:\"gsw:Jo\";'),('gsw','messages:tags-apply-blocked','s:124:\"de:Du kannst keine Änderungsmarkierungen zusammen mit deinen Änderungen anwenden, während {{GENDER:$1|du}} gesperrt bist.\";'),('gsw','messages:tags-apply-no-permission','s:70:\"gsw:Du hesch nid ds Rächt, Änderige mit Änderigsmarkierige z mache.\";'),('gsw','messages:tags-apply-not-allowed-multi','s:90:\"gsw:Di {{PLURAL:$2|folgendi Markierig|folgende Markierige}} darf me nid vo Hand ysetze: $1\";'),('gsw','messages:tags-apply-not-allowed-one','s:50:\"gsw:D Markierig «$1» darf me nid vo Hand ysetze.\";'),('gsw','messages:tags-create-already-exists','s:37:\"gsw:D Markierig «$1» git’s scho.\";'),('gsw','messages:tags-create-explanation','s:120:\"gsw:Standardmäässig wärde nöüi Markierige zur Verfüegig gstellt, so das se Benutzer/innen und Bots chöü bruuche.\";'),('gsw','messages:tags-create-heading','s:26:\"gsw:Nöüi Markierig alege\";'),('gsw','messages:tags-create-invalid-chars','s:95:\"gsw:Markierigsnäme dörffe kei Kommas (<code>,</code>) oder Schregstriche (<code>/</code>) ha.\";'),('gsw','messages:tags-create-invalid-title-chars','s:77:\"gsw:Markierigsnäme dörffe kei Zeiche ha, wo me nid i Sytenäme cha bruuche.\";'),('gsw','messages:tags-create-no-name','s:37:\"gsw:Du muesch e Markierigsnamen agä.\";'),('gsw','messages:tags-create-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:tags-create-submit','s:9:\"gsw:Alege\";'),('gsw','messages:tags-create-tag-name','s:19:\"gsw:Markierigsname:\";'),('gsw','messages:tags-create-warnings-above','s:110:\"gsw:Bim Versuech, d Markierig «$1» azlege, het’s di {{PLURAL:$2|folgendi Warnig|folgende Warnige}} ’gä:\";'),('gsw','messages:tags-create-warnings-below','s:52:\"gsw:Möchtsch mit em Alege vor Markierig wytermache?\";'),('gsw','messages:tags-deactivate','s:15:\"gsw:deaktiviere\";'),('gsw','messages:tags-deactivate-not-allowed','s:51:\"gsw:D Markierig «$1» lat sech nid la deaktiviere.\";'),('gsw','messages:tags-deactivate-question','s:53:\"gsw:Du bisch drann, d Markierig «$1» z deaktiviere.\";'),('gsw','messages:tags-deactivate-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:tags-deactivate-submit','s:15:\"gsw:Deaktiviere\";'),('gsw','messages:tags-deactivate-title','s:25:\"gsw:Markierig deaktiviere\";'),('gsw','messages:tags-delete','s:11:\"gsw:lösche\";'),('gsw','messages:tags-delete-explanation-active','s:186:\"gsw:<strong>D Markierig «$1» isch immer no aktiv und blybt ou zuekünftig im Ysatz.</strong> We du das wosch verhindere, de gang die Markierig dört ga deaktiviere, wo si ygsetzt isch.\";'),('gsw','messages:tags-delete-explanation-in-use','s:145:\"gsw:Si wird vo {{PLURAL:$2|eire Version oder eim Logbuechytrag|allne $2 Versionen oder Logbuechyträg}} furtgnoh, wo momentan dermit markiert sy.\";'),('gsw','messages:tags-delete-explanation-initial','s:65:\"gsw:Du bisch drann, d Markierig «$1» us der Datebank z lösche.\";'),('gsw','messages:tags-delete-explanation-warning','s:214:\"gsw:Die Aktion isch <strong>für immer</strong> und <strong>lat sech nid la rückgängig mache</strong>, nid emal vo Datebank-Administrator/inne. Bis dir ganz sicher, das es die Markierig isch, wo du wosch lösche.\";'),('gsw','messages:tags-delete-no-permission','s:64:\"de:Du bist nicht berechtigt, Änderungsmarkierungen zu löschen.\";'),('gsw','messages:tags-delete-not-allowed','s:114:\"gsw:Von eren Erwyterig definierti Markierige lö sech nid la lösche, ussert d Erwyterig erloubt’s usdrücklech.\";'),('gsw','messages:tags-delete-not-found','s:35:\"gsw:D Markierig «$1» git’s nid.\";'),('gsw','messages:tags-delete-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:tags-delete-submit','s:32:\"gsw:Markierig für immer lösche\";'),('gsw','messages:tags-delete-title','s:21:\"gsw:Markierig lösche\";'),('gsw','messages:tags-delete-too-many-uses','s:120:\"gsw:D Markierig «$1» isch by meh als {{PLURAL:$2|eire Version|$2 Versionen}} ygsetzt. Drum lat si sech nid la lösche.\";'),('gsw','messages:tags-delete-warnings-after-delete','s:118:\"gsw:D Markierig «$1» isch erfolgrych glöscht, aber es het di {{PLURAL:$2|folgendi Warnig|folgende Warnige}} ’gä:\";'),('gsw','messages:tags-description-header','s:28:\"gsw:Vollständigi Bschryybig\";'),('gsw','messages:tags-display-header','s:36:\"gsw:Benännig uf dr Änderigslischte\";'),('gsw','messages:tags-edit','s:13:\"gsw:bearbeite\";'),('gsw','messages:tags-edit-add','s:29:\"gsw:Die Markierige derzuetue:\";'),('gsw','messages:tags-edit-chosen-no-results','s:34:\"gsw:Es git ke Markierige, wo passe\";'),('gsw','messages:tags-edit-chosen-placeholder','s:24:\"gsw:Markierigen ussueche\";'),('gsw','messages:tags-edit-existing-tags','s:24:\"gsw:Ygsetzti Markierige:\";'),('gsw','messages:tags-edit-existing-tags-none','s:13:\"gsw:\'\'Keini\'\'\";'),('gsw','messages:tags-edit-failure','s:44:\"gsw:D Änderige hei sech nid la usfüere: $1\";'),('gsw','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('gsw','messages:tags-edit-logentry-legend','s:99:\"gsw:Markierige by {{PLURAL:$1|däm Logbuechytrag|allne $1 Logbuechyträg}} derzuetue oder furtnäh.\";'),('gsw','messages:tags-edit-logentry-selected','s:69:\"gsw:{{PLURAL:$1|Usgwählte Logbuechytrag|Usgwählti Logbuechyträg}}:\";'),('gsw','messages:tags-edit-logentry-submit','s:76:\"gsw:Änderige by {{PLURAL:$1|däm Logbuechytrag|$1 Logbuechyträg}} usfüere\";'),('gsw','messages:tags-edit-manage-link','s:23:\"gsw:Markierige verwalte\";'),('gsw','messages:tags-edit-new-tags','s:22:\"gsw:Nöüi Markierige:\";'),('gsw','messages:tags-edit-none-selected','s:72:\"gsw:Bitte suech mindistens ei Markierig uus zum Derzuetue oder Furtnäh.\";'),('gsw','messages:tags-edit-nooldid-text','s:124:\"gsw:Entweder hesch du kei Zilversion a’gä, für die Funktion dermit uszfüere, oder es git di a’gänigi Zilversion nid.\";'),('gsw','messages:tags-edit-nooldid-title','s:25:\"gsw:Ungültigi Zilversion\";'),('gsw','messages:tags-edit-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:tags-edit-remove','s:28:\"gsw:Die Markierige furtnäh:\";'),('gsw','messages:tags-edit-remove-all-tags','s:30:\"gsw:(alli Markierige furtnäh)\";'),('gsw','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('gsw','messages:tags-edit-revision-legend','s:88:\"gsw:Markierige by {{PLURAL:$1|dere Versione|allne $1 Versione}} derzuetue oder furtnäh.\";'),('gsw','messages:tags-edit-revision-selected','s:68:\"gsw:{{PLURAL:$1|Usgwählti Version|Usgwählti Versione}} vo [[:$2]]:\";'),('gsw','messages:tags-edit-revision-submit','s:65:\"gsw:Änderige by {{PLURAL:$1|dere Version|$1 Versionen}} usfüere\";'),('gsw','messages:tags-edit-success','s:40:\"gsw:D Änderige sy erfolgrych usgfüert.\";'),('gsw','messages:tags-edit-title','s:24:\"gsw:Markierige bearbeite\";'),('gsw','messages:tags-hidden','s:14:\"de:(versteckt)\";'),('gsw','messages:tags-hitcount','s:39:\"gsw:$1 {{PLURAL:$1|Änderig|Änderige}}\";'),('gsw','messages:tags-hitcount-header','s:23:\"gsw:Markierti Änderige\";'),('gsw','messages:tags-intro','s:91:\"gsw:Die Syte zeigt alli Tag, wu Bearbeitige mit markiert wäre un derzue d Bedytig vun ene.\";'),('gsw','messages:tags-manage-blocked','s:93:\"de:Du kannst keine Änderungsmarkierungen verwalten, während {{GENDER:$1|du}} gesperrt bist.\";'),('gsw','messages:tags-manage-no-permission','s:59:\"gsw:Du hesch nid ds Rächt, Änderigsmarkierige z verwalte.\";'),('gsw','messages:tags-source-extension','s:32:\"gsw:Von eren Erwyterig definiert\";'),('gsw','messages:tags-source-header','s:12:\"gsw:Ursprung\";'),('gsw','messages:tags-source-manual','s:47:\"gsw:Manuell vo Benutzer/innen oder Bots ygsetzt\";'),('gsw','messages:tags-source-none','s:20:\"gsw:Nümm ’bruucht\";'),('gsw','messages:tags-summary','s:3:\"en:\";'),('gsw','messages:tags-tag','s:18:\"gsw:Markierigsname\";'),('gsw','messages:tags-title','s:7:\"gsw:Tag\";'),('gsw','messages:tags-update-add-not-allowed-multi','s:93:\"gsw:Di {{PLURAL:$2|folgendi Markierig|folgende Markierige}} darf me nid vo Hand derzuetue: $1\";'),('gsw','messages:tags-update-add-not-allowed-one','s:50:\"gsw:D Markierig «$1» darf me nid vo Hand ysetze.\";'),('gsw','messages:tags-update-blocked','s:110:\"de:Du kannst keine Änderungsmarkierungen hinzufügen oder entfernen, während {{GENDER:$1|du}} gesperrt bist.\";'),('gsw','messages:tags-update-no-permission','s:114:\"gsw:Du hesch nid ds Rächt, Änderigsmarkierige by einzelne Versionen oder Logbuechyträg yzsetzen oder furtznäh.\";'),('gsw','messages:tags-update-remove-not-allowed-multi','s:92:\"gsw:Di {{PLURAL:$2|folgendi Markierig|folgende Markierige}} darf me nid vo Hand furtnäh: $1\";'),('gsw','messages:tags-update-remove-not-allowed-one','s:44:\"gsw:D Markierig «$1» darf me nid furtnäh.\";'),('gsw','messages:talk','s:14:\"gsw:Diskussion\";'),('gsw','messages:talkpageheader','s:4:\"en:-\";'),('gsw','messages:talkpagelinktext','s:14:\"gsw:Diskussion\";'),('gsw','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('gsw','messages:template-equals-category','s:38:\"de:Seiten, die = als Vorlage verwenden\";'),('gsw','messages:template-equals-category-desc','s:273:\"de:Die Seite enthält <code><nowiki>{{=}}</nowiki></code>, aber in diesem Wiki erfolgt keine Auflösung nach <code>=</code> mehr.  Diese Verwendung ist veraltet; eine zukünftige MediaWiki-Version wird <code><nowiki>{{=}}</nowiki></code> als Parser-Funktion implementieren.\";'),('gsw','messages:template-equals-warning','s:298:\"de:<strong>Warnung:</strong> Die Seite enthält <code><nowiki>{{=}}</nowiki></code>, aber in diesem Wiki erfolgt keine Auflösung nach <code>=</code> mehr. Diese Verwendung ist veraltet; eine zukünftige MediaWiki-Version wird <code><nowiki>{{=}}</nowiki></code> als Parser-Funktion implementieren.\";'),('gsw','messages:template-loop-category','s:31:\"de:Seiten mit Vorlagenschleifen\";'),('gsw','messages:template-loop-category-desc','s:103:\"de:Die Seite enthält eine Vorlagenschleife, z.&nbsp;B. eine Vorlage, die sich selbst rekursiv aufruft.\";'),('gsw','messages:template-loop-warning','s:132:\"de:<strong>Warnung:</strong> Diese Seite ruft [[:$1]] auf, die eine Vorlagenschleife verursacht (ein unendlicher rekursiver Aufruf).\";'),('gsw','messages:template-protected','s:21:\"gsw:(schrybgschützt)\";'),('gsw','messages:template-semiprotected','s:65:\"gsw:(schrybgschitzt fir Benutzer, wo nit aagmäldet oder nei sin)\";'),('gsw','messages:templatepage','s:23:\"gsw:Vorlagesyte aazeige\";'),('gsw','messages:templatesused','s:98:\"gsw:{{PLURAL:$1|Vorlag, wu in däm Artikel brucht wird|Vorlage, wu in däm Artikel brucht wäre}}:\";'),('gsw','messages:templatesusedpreview','s:102:\"gsw:{{PLURAL:$1|Vorlag, wu in däre Vorschau brucht wird|Vorlage, wu in däre Vorschau brucht wäre}}:\";'),('gsw','messages:templatesusedsection','s:102:\"gsw:{{PLURAL:$1|Vorlag, wu in däm Abschnitt brucht wird|Vorlage, wu in däm Abschnitt brucht wäre}}:\";'),('gsw','messages:textmatches','s:30:\"gsw:Iberyystimmige mit Inhalte\";'),('gsw','messages:thisisdeleted','s:38:\"gsw:Aaluege oder widerherstelle vu $1?\";'),('gsw','messages:throttled-mailpassword','s:229:\"gsw:In dr letschte {{PLURAL:$1|Stund|$1 Stunde}} isch scho ne nej Passwort aagforderet wore. Zum Missbruch vu däre Funktion z verhindere, cha nume {{PLURAL:$1|eimol in dr Stund|alli $1 Stunde}} e nej Passwort aageforderet wäre.\";'),('gsw','messages:thu','s:7:\"gsw:Dun\";'),('gsw','messages:thumbnail-dest-create','s:66:\"gsw:D Miniaturaasicht het nit chenne an däm Ort gspycheret wäre.\";'),('gsw','messages:thumbnail-more','s:15:\"gsw:Vergreßere\";'),('gsw','messages:thumbnail-temp-create','s:74:\"gsw:D Datei fir di temporär Miniaturaasicht het nit chenne aagleit wäre.\";'),('gsw','messages:thumbnail_dest_directory','s:45:\"gsw:S Ziilverzeichnis cha nüt erstellt werde\";'),('gsw','messages:thumbnail_error','s:46:\"gsw:Fähler bir Härstellig vo re Vorschou: $1\";'),('gsw','messages:thumbnail_error_remote','s:27:\"gsw:Fälermäldig vo $1:\n$2\";'),('gsw','messages:thumbnail_gd-library','s:64:\"gsw:Uuvollständigi GD-Library-Konfiguration: Funktion $1 fählt\";'),('gsw','messages:thumbnail_image-failure-limit','s:136:\"gsw:Ir letsti het’s z vil misslungnigi Versüech ’gä (mindistens $1), das Vorschoubild z rendere. Bitte versuech’s später wider.\";'),('gsw','messages:thumbnail_image-missing','s:27:\"gsw:Datei fählt schyns: $1\";'),('gsw','messages:thumbnail_image-size-zero','s:52:\"de:Die Dateigröße des Bildes scheint null zu sein.\";'),('gsw','messages:thumbnail_image-type','s:32:\"gsw:Bildtyp wird nit unterstitzt\";'),('gsw','messages:thumbnail_invalid_params','s:34:\"gsw:Ungültigs Thumbnail-Parameter\";'),('gsw','messages:thumbnail_toobigimagearea','s:35:\"gsw:Dateiabmässig überschrytet $1\";'),('gsw','messages:thumbsize','s:27:\"gsw:Bildvorschou-Gröössi:\";'),('gsw','messages:thursday','s:13:\"gsw:Dunschtig\";'),('gsw','messages:thursday-at','s:18:\"gsw:Donnstig um $1\";'),('gsw','messages:timeouterror','s:34:\"de:Zeitüberschreitung des Servers\";'),('gsw','messages:timeouterror-text','s:87:\"de:Die maximale Anfragezeit von $1 {{PLURAL:$1|Sekunde|Sekunden}} wurde überschritten.\";'),('gsw','messages:timezone-local','s:8:\"de:Lokal\";'),('gsw','messages:timezone-useoffset-placeholder','s:47:\"de:Beispielwerte: „-07:00“ oder „01:00“\";'),('gsw','messages:timezone-utc','s:6:\"en:UTC\";'),('gsw','messages:timezonelegend','s:12:\"gsw:Zytzone:\";'),('gsw','messages:timezoneregion-africa','s:10:\"gsw:Afrika\";'),('gsw','messages:timezoneregion-america','s:11:\"gsw:Amerika\";'),('gsw','messages:timezoneregion-antarctica','s:13:\"gsw:Antarktis\";'),('gsw','messages:timezoneregion-arctic','s:10:\"gsw:Arktis\";'),('gsw','messages:timezoneregion-asia','s:8:\"gsw:Asie\";'),('gsw','messages:timezoneregion-atlantic','s:21:\"gsw:Atlantische Ozean\";'),('gsw','messages:timezoneregion-australia','s:15:\"gsw:Auschtralie\";'),('gsw','messages:timezoneregion-europe','s:10:\"gsw:Europa\";'),('gsw','messages:timezoneregion-indian','s:18:\"gsw:Indische Ozean\";'),('gsw','messages:timezoneregion-pacific','s:20:\"gsw:Pazifische Ozean\";'),('gsw','messages:timezoneuseoffset','s:30:\"gsw:Anderi (Unterschiid aagee)\";'),('gsw','messages:timezoneuseserverdefault','s:38:\"gsw:Standardzyt vum Server bruche ($1)\";'),('gsw','messages:title-invalid','s:43:\"de:Der angefragte Seitentitel ist ungültig\";'),('gsw','messages:title-invalid-characters','s:61:\"gsw:Im beatreite Sytetitel het’s ungültigi Zeiche: «$1».\";'),('gsw','messages:title-invalid-empty','s:86:\"gsw:Der beatreit Sytetitel isch läär oder beisteit nur us em Name vomene Namensruum.\";'),('gsw','messages:title-invalid-interwiki','s:78:\"gsw:Im beatreite Sytetitel het’s en Interwiki-Link. Das geit imne Titel nid.\";'),('gsw','messages:title-invalid-leading-colon','s:75:\"gsw:Der beatreit Sytetitel fat mit emne Strichpunkt a. Das isch nid zuegla.\";'),('gsw','messages:title-invalid-magic-tilde','s:94:\"gsw:Im beatreite Sytetitel het’s ds magische Wort <nowiki>~~~</nowiki>. Das isch nid zuegla.\";'),('gsw','messages:title-invalid-relative','s:149:\"gsw:Im Titel het’s e relative Pfad (./, ../). Relativi Pfäd sy i Title nid zuegla. Si chöü derzue füere, das e Browser d Syte nid cha erreiche.\";'),('gsw','messages:title-invalid-talk-namespace','s:82:\"gsw:Der beatreit Sytetitel beziet sech uf’ne Diskussionssyte wo’s nid cha gä.\";'),('gsw','messages:title-invalid-too-long','s:115:\"gsw:Der beatreit Sytetitel isch z läng. Är darf nid länger sy als $1 {{PLURAL:$1|Byte|Bytes}} ir UTF-8-Codierig.\";'),('gsw','messages:title-invalid-utf8','s:69:\"gsw:Im beatreite Sytetitel het’s Zeiche, wo gäge UTF-8 verstoosse.\";'),('gsw','messages:titlematches','s:33:\"gsw:Iberyystimmige mit Sytentitel\";'),('gsw','messages:titleprotected','s:128:\"gsw:E Syte mit däm Name cha nid aaglait wäre.\nDie Sperri isch dur [[User:$1|$1]] yygrichtet wore mit dr Begrindig <em>$2</em>.\";'),('gsw','messages:titleprotectedwarning','s:188:\"gsw:\'\'\'Obacht: S Aalege vu däre Syte isch gsperrt. Wäg däm bruucht mer [[Special:ListGroupRights|bstimmti Rächt]] go si aalege.\'\'\'\nAs Referänz wird do dr letscht Logbuechyytrag aagee:\";'),('gsw','messages:tmp-create-error','s:53:\"gsw:E tämporäri Datei het nit chenne aagleit wäre.\";'),('gsw','messages:tmp-write-error','s:48:\"gsw:Fähler bim Schryybe vu dr tämporäre Datei\";'),('gsw','messages:toc','s:22:\"gsw:Inhaltsverzeichnis\";'),('gsw','messages:today-at','s:5:\"en:$1\";'),('gsw','messages:tog-ccmeonemails','s:55:\"gsw:Schick mr Kopie vo de E-Mails, won i andere schick.\";'),('gsw','messages:tog-diffonly','s:50:\"gsw:Numme Versionsunterschiid aazeige, ohni d Syte\";'),('gsw','messages:tog-editondblclick','s:32:\"gsw:Syte ändere mit Doppelklick\";'),('gsw','messages:tog-editsectiononrightclick','s:63:\"gsw:Einzelni Absätz ändere mit Rächtsclick uf d Iberschrifte\";'),('gsw','messages:tog-enotifminoredits','s:63:\"gsw:Au bi chlaine Änderige an Syte oder Dateie ne Mail schicke\";'),('gsw','messages:tog-enotifrevealaddr','s:60:\"gsw:Dyni E-Mail-Adrässe wird i Benachrichtigungsmails zeigt\";'),('gsw','messages:tog-enotifusertalkpages','s:76:\"gsw:Schick mer es Mail, we öpper myni Benutzerdiskussionssyte het gänderet\";'),('gsw','messages:tog-enotifwatchlistpages','s:84:\"gsw:Schick mer e Mail, wänn e Syte oder e Datei gänderet wird, wun i beobachte due\";'),('gsw','messages:tog-extendwatchlist','s:81:\"gsw:Beobachtungslischte erwytere go alli Änderige aazeige, nit numme di letschte\";'),('gsw','messages:tog-fancysig','s:87:\"gsw:Unterschrift as Wikitext behandle (ohni automatischi Verlinkig zue dyre Nutzersyte)\";'),('gsw','messages:tog-forceeditsummary','s:54:\"gsw:Sag mer s, wänn i s Zämmefassigsfeld läär loss\";'),('gsw','messages:tog-hidecategorization','s:40:\"gsw:Kategorisierige vo de Syte nid zeige\";'),('gsw','messages:tog-hideminor','s:38:\"gsw:Keini «chlyni Änderige» aazeige\";'),('gsw','messages:tog-hidepatrolled','s:84:\"gsw:Vu Fäldhieter/inne aagluegti Änderige in dr „Letschte Änderige“ usblände\";'),('gsw','messages:tog-minordefault','s:58:\"gsw:Alli dyni Änderigen als «chlyni Änderige» markiere\";'),('gsw','messages:tog-newpageshidepatrolled','s:83:\"gsw:Vu Fäldhieter/inne aagluegti Änderige in dr Lischt „Neiji Syte“ usblände\";'),('gsw','messages:tog-norollbackdiff','s:45:\"gsw:Unterschid noch em Zrucksetze nit aazeige\";'),('gsw','messages:tog-oldsig','s:26:\"gsw:Aktuelli Unterschrift:\";'),('gsw','messages:tog-prefershttps','s:57:\"gsw:Wänn aagmäldet, alliwyl e sicheri Verbindig bruuche\";'),('gsw','messages:tog-previewonfirst','s:45:\"gsw:Vorschou scho bim ersten Editieren azeige\";'),('gsw','messages:tog-previewontop','s:51:\"gsw:Vorschou oberhalb vom Editierfänschter aazeige\";'),('gsw','messages:tog-requireemail','s:128:\"de:E-Mail zum Zurücksetzen des Passworts nur senden, wenn sowohl die E-Mail-Adresse als auch der Benutzername angegeben wurden.\";'),('gsw','messages:tog-showhiddencats','s:32:\"gsw:Zeig di versteckte Kategorie\";'),('gsw','messages:tog-shownumberswatching','s:134:\"gsw:Aazahl Benutzer aazeige, wo ne Syten am Aaluege sy (i den Artikelsyte, i de «letschten Änderigen» und i der Beobachtigslischte)\";'),('gsw','messages:tog-showrollbackconfirmation','s:82:\"de:Bei Klick auf „kommentarlos zurücksetzen“ eine Sicherheitsabfrage anzeigen\";'),('gsw','messages:tog-underline','s:23:\"gsw:Links unterstryche:\";'),('gsw','messages:tog-useeditwarning','s:77:\"gsw:Warn mi, wänn I ne Syte verloss mit Bearbeitige, wu nonig gspycheret sin\";'),('gsw','messages:tog-uselivepreview','s:44:\"gsw:Vorschau ohni Neilade vu dr Syte aazaige\";'),('gsw','messages:tog-usenewrc','s:84:\"gsw:Änderigen uf „Letschte Änderige“ un dr Beobachtigslischt no Syte gruppiere\";'),('gsw','messages:tog-watchcreations','s:71:\"gsw:Sälber gmachti Sytene un uffegladeni Dateie automatisch  beobachte\";'),('gsw','messages:tog-watchdefault','s:59:\"gsw:Sälber gändereti Syte un Dateie automatisch beobachte\";'),('gsw','messages:tog-watchdeletion','s:59:\"gsw:Sälber gleschti Sytene un Dateie automatisch beobachte\";'),('gsw','messages:tog-watchlisthideanons','s:58:\"gsw:Bearbeitige vu anonyme Benutzer (IP-Adresse) usblände\";'),('gsw','messages:tog-watchlisthidebots','s:49:\"gsw:Bot-Änderige in d Beobachtigslischt usblende\";'),('gsw','messages:tog-watchlisthidecategorization','s:39:\"gsw:Kategorisierig vo de Syte nid zeige\";'),('gsw','messages:tog-watchlisthideliu','s:49:\"gsw:Bearbeitige vu aagmäldete Benutzer usblände\";'),('gsw','messages:tog-watchlisthideminor','s:57:\"gsw:Chlyni Änderige nit in de Beobachtigslischte aazeige\";'),('gsw','messages:tog-watchlisthideown','s:53:\"gsw:Eigeni Änderige uf d Beobachtigslischt usblände\";'),('gsw','messages:tog-watchlisthidepatrolled','s:73:\"gsw:vum Fäldhieter aagluegti Änderige in dr Beobachtigslischt usblände\";'),('gsw','messages:tog-watchlistreloadautomatically','s:101:\"gsw:Wänn e Filter gänderet woren isch, d Beobachtigslischt automatisch nei lade (brucht JavaScript)\";'),('gsw','messages:tog-watchlistunwatchlinks','s:184:\"gsw:Diräkti Nimi-Beobachte-/Beobachte-Markierige ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) zue beobachtete Syte mit Ändrige zuefiege (doderfiur bruucht s JavaScript)\";'),('gsw','messages:tog-watchmoves','s:62:\"gsw:Sälber verschobeni Sytene un Dateie automatisch beobachte\";'),('gsw','messages:tog-watchrollback','s:54:\"gsw:Syte, wun i zruckgsetzt haa, automatisch beobachte\";'),('gsw','messages:tog-watchuploads','s:79:\"gsw:Die Dateie, wonni uffelad, automatisch uff myni Beobachtigslischt druff due\";'),('gsw','messages:tool-link-contributions','s:34:\"gsw:{{GENDER:$1|Benutzer-Byträg}}\";'),('gsw','messages:tool-link-emailuser','s:64:\"gsw:E-Mail an {{GENDER:$1|dää Benutzer|die Benutzeri}} schicke\";'),('gsw','messages:tool-link-userrights','s:40:\"gsw:{{GENDER:$1|Benutzergruppe}} ändere\";'),('gsw','messages:tool-link-userrights-readonly','s:40:\"gsw:{{GENDER:$1|Benutzergruppe}} aaluege\";'),('gsw','messages:toolbox','s:14:\"gsw:Wärchzyyg\";'),('gsw','messages:tooltip-ca-addsection','s:26:\"gsw:Neje Abschnitt aafange\";'),('gsw','messages:tooltip-ca-delete','s:18:\"gsw:Syten entsorge\";'),('gsw','messages:tooltip-ca-edit','s:22:\"gsw:Die Syte bearbeite\";'),('gsw','messages:tooltip-ca-history','s:37:\"gsw:Früecheri Versione vo dere Syte.\";'),('gsw','messages:tooltip-ca-move','s:41:\"gsw:Dür ds Verschiebe gits e nöie Name.\";'),('gsw','messages:tooltip-ca-nstab-category','s:28:\"gsw:D Kategoryesyten aaluege\";'),('gsw','messages:tooltip-ca-nstab-help','s:24:\"gsw:D Hilfssyten aaluege\";'),('gsw','messages:tooltip-ca-nstab-image','s:25:\"gsw:Die Bildsyten aaluege\";'),('gsw','messages:tooltip-ca-nstab-main','s:25:\"gsw:Artikelinhalt aaluege\";'),('gsw','messages:tooltip-ca-nstab-media','s:21:\"gsw:Mediasyte aaluege\";'),('gsw','messages:tooltip-ca-nstab-mediawiki','s:28:\"gsw:D Systemmäldige aaluege\";'),('gsw','messages:tooltip-ca-nstab-project','s:25:\"gsw:D Projektsyte aaluege\";'),('gsw','messages:tooltip-ca-nstab-special','s:56:\"gsw:Sell isch e Spezialsyte, du chasch se nid bearbeite.\";'),('gsw','messages:tooltip-ca-nstab-template','s:20:\"gsw:D Vorlag aaluege\";'),('gsw','messages:tooltip-ca-nstab-user','s:24:\"gsw:Benutzersyte aaluege\";'),('gsw','messages:tooltip-ca-protect','s:20:\"gsw:Seite beschütze\";'),('gsw','messages:tooltip-ca-talk','s:32:\"gsw:Diskussion zum Artikelinhalt\";'),('gsw','messages:tooltip-ca-undelete','s:29:\"gsw:Sodeli, da isch es wider.\";'),('gsw','messages:tooltip-ca-unprotect','s:22:\"gsw:Syteschutz ändere\";'),('gsw','messages:tooltip-ca-unwatch','s:50:\"gsw:Nim die Syte us dyre Beobachtungslischte furt.\";'),('gsw','messages:tooltip-ca-unwatch-expiring','s:99:\"de:Noch {{PLURAL:$1|1 Tag|$1 Tage}} auf deiner Beobachtungsliste. Klicke hier, um sie zu entfernen.\";'),('gsw','messages:tooltip-ca-unwatch-expiring-hours','s:84:\"de:Noch ein paar Stunden auf deiner Beobachtungsliste. Klicken, um sie zu entfernen.\";'),('gsw','messages:tooltip-ca-view','s:3:\"en:\";'),('gsw','messages:tooltip-ca-viewsource','s:62:\"gsw:Die Syte isch geschützt. Du chasch der Quelltext aaluege.\";'),('gsw','messages:tooltip-ca-watch','s:45:\"gsw:Tue die Syten uf dyni Beobachtigslischte.\";'),('gsw','messages:tooltip-compareselectedversions','s:70:\"gsw:Underschide zwüsche zwo usgwählte Versione vo dere Syten azeige.\";'),('gsw','messages:tooltip-cur','s:34:\"de:Unterschied zur letzten Version\";'),('gsw','messages:tooltip-diff','s:49:\"gsw:Zeigt a, was du am Tekscht hesch veränderet.\";'),('gsw','messages:tooltip-feed-atom','s:29:\"gsw:Atom-Feed für selli Syte\";'),('gsw','messages:tooltip-feed-rss','s:28:\"gsw:RSS-Feed für selli Syte\";'),('gsw','messages:tooltip-invert','s:119:\"gsw:Des Chäschtli aaklicke go Änderige im gwehlte Namensruum un, wänn uusgwehlt, im zuegherige Namensruum uusblände\";'),('gsw','messages:tooltip-last','s:42:\"de:Unterschied zur vorangegangenen Version\";'),('gsw','messages:tooltip-minoredit','s:35:\"gsw:Die Änderig als chly markiere.\";'),('gsw','messages:tooltip-n-currentevents','s:55:\"gsw:Hindergrundinformatione zu aktuellen Ereignis finde\";'),('gsw','messages:tooltip-n-help','s:24:\"gsw:Ds Ort zum Usefinde.\";'),('gsw','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('gsw','messages:tooltip-n-mainpage','s:23:\"gsw:Gang uf d Houptsyte\";'),('gsw','messages:tooltip-n-mainpage-description','s:20:\"gsw:Uf Hauptsyte goh\";'),('gsw','messages:tooltip-n-portal','s:60:\"gsw:Über ds Projekt, was du chasch mache, wo du was findsch\";'),('gsw','messages:tooltip-n-randompage','s:22:\"gsw:E zuefälligi Syte\";'),('gsw','messages:tooltip-n-recentchanges','s:50:\"gsw:Lischte vo de letschten Änderige i däm Wiki.\";'),('gsw','messages:tooltip-namespace_association','s:132:\"gsw:Des Chäschtli aaklicke go dr Diskussionsnamensruum oder dr Namesnruum zuesätzlig mityybezie, wu zue Dyre Uuswahl derzue ghert.\";'),('gsw','messages:tooltip-p-cactions','s:19:\"de:Weitere Optionen\";'),('gsw','messages:tooltip-p-lang','s:3:\"en:\";'),('gsw','messages:tooltip-p-logo','s:13:\"gsw:Houptsyte\";'),('gsw','messages:tooltip-p-namespaces','s:3:\"en:\";'),('gsw','messages:tooltip-p-navigation','s:3:\"en:\";'),('gsw','messages:tooltip-p-personal','s:16:\"de:Benutzermenü\";'),('gsw','messages:tooltip-p-tb','s:3:\"en:\";'),('gsw','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('gsw','messages:tooltip-p-user-page','s:3:\"en:\";'),('gsw','messages:tooltip-p-variants','s:3:\"en:\";'),('gsw','messages:tooltip-p-views','s:3:\"en:\";'),('gsw','messages:tooltip-preferences-save','s:23:\"gsw:Yystellige spychere\";'),('gsw','messages:tooltip-preview','s:63:\"gsw:Vorschou vo dynen Änderige. Bitte vor em Spycheren aluege!\";'),('gsw','messages:tooltip-pt-anoncontribs','s:73:\"de:Eine Liste der Bearbeitungen, die von dieser IP-Adresse gemacht wurden\";'),('gsw','messages:tooltip-pt-anontalk','s:49:\"gsw:Diskussione über Änderige vo dere IP-Adress\";'),('gsw','messages:tooltip-pt-anonuserpage','s:55:\"gsw:D Benutzersyte vo der IP-Adress wo du mit schaffsch\";'),('gsw','messages:tooltip-pt-createaccount','s:79:\"gsw:Du chasch gärn e Benutzerkonto aalege un Di aamälde. Du muesch s aber nit\";'),('gsw','messages:tooltip-pt-login','s:12:\"gsw:Aamälde\";'),('gsw','messages:tooltip-pt-login-private','s:52:\"de:Du musst dich anmelden, um dieses Wiki zu nutzen.\";'),('gsw','messages:tooltip-pt-logout','s:12:\"gsw:Abmälde\";'),('gsw','messages:tooltip-pt-mycontris','s:42:\"gsw:E Lischt vu {{GENDER:|Dyyne}} Byyträg\";'),('gsw','messages:tooltip-pt-mytalk','s:38:\"gsw:{{GENDER:|Dyyni}}  Diskussionssyte\";'),('gsw','messages:tooltip-pt-preferences','s:30:\"gsw:{{GENDER:|Dyni}} Ystellige\";'),('gsw','messages:tooltip-pt-tmpuserpage','s:56:\"de:Dein automatisch generierter temporärer Benutzername\";'),('gsw','messages:tooltip-pt-userpage','s:34:\"gsw:{{GENDER:|Dyyni}} Benutzersyte\";'),('gsw','messages:tooltip-pt-watchlist','s:35:\"gsw:Lischte vo de beobachtete Syte.\";'),('gsw','messages:tooltip-publish','s:37:\"de:Deine Änderungen veröffentlichen\";'),('gsw','messages:tooltip-recreate','s:69:\"gsw:Die Syte nöi erstelle, trotz dass si emool glöscht worren isch.\";'),('gsw','messages:tooltip-rollback','s:95:\"gsw:Mach alli letschti Ändrige uf dere Syte, wo vo däm Benutzer gmacht worre sin, ruggängig.\";'),('gsw','messages:tooltip-save','s:22:\"gsw:Änderige spychere\";'),('gsw','messages:tooltip-search','s:28:\"gsw:Dürchsuech {{SITENAME}}\";'),('gsw','messages:tooltip-search-fulltext','s:45:\"gsw:Suech nooch Syte wo de Teggscht dinne hen\";'),('gsw','messages:tooltip-search-go','s:59:\"gsw:Gang zunere Syte mit gnau däm Name, falls es eini git.\";'),('gsw','messages:tooltip-summary','s:32:\"gsw:Gib e churzi Zämmefassig yy\";'),('gsw','messages:tooltip-t-contributions','s:57:\"gsw:E Lischt vo de Byträg vo {{GENDER:$1|däm Benutzer}}\";'),('gsw','messages:tooltip-t-emailuser','s:62:\"gsw:Schigg e E-Mail aa {{GENDER:$1|de Benutzer|die Benutzeri}}\";'),('gsw','messages:tooltip-t-info','s:36:\"gsw:Meh Informationen über die Syte\";'),('gsw','messages:tooltip-t-permalink','s:47:\"gsw:E bständige Link uf die Version vo dr Syte\";'),('gsw','messages:tooltip-t-print','s:40:\"gsw:E Version vo dere Syte zum Usdrugge.\";'),('gsw','messages:tooltip-t-recentchangeslinked','s:56:\"gsw:Letschti Änderige vo de Syte, wo vo do verlinkt sin\";'),('gsw','messages:tooltip-t-specialpages','s:32:\"gsw:Lischte vo allne Spezialsyte\";'),('gsw','messages:tooltip-t-upload','s:19:\"gsw:Dateien ufelade\";'),('gsw','messages:tooltip-t-whatlinkshere','s:44:\"gsw:Lischte vo allne Sytene, wo do ane linke\";'),('gsw','messages:tooltip-undo','s:123:\"gsw:Mach numme die eint Ändrig rugggängig, un zeig e Vorschau aa. Doodurch chasch in dr Zammefassig e Begründig aagää.\";'),('gsw','messages:tooltip-upload','s:23:\"gsw:Aafange mit ufelade\";'),('gsw','messages:tooltip-vector-anon-user-menu-title','s:19:\"de:Weitere Optionen\";'),('gsw','messages:tooltip-watch','s:45:\"gsw:Tue die Syten uf dyni Beobachtigslischte.\";'),('gsw','messages:tooltip-watchlist-expiry','s:69:\"de:Diese Seite vorübergehend zu deiner Beobachtungsliste hinzufügen\";'),('gsw','messages:tooltip-watchlistedit-normal-submit','s:18:\"gsw:Yytreg uuseneh\";'),('gsw','messages:tooltip-watchlistedit-raw-submit','s:36:\"gsw:D Beobachtigslischt aktualisiere\";'),('gsw','messages:tooltip-whatlinkshere-invert','s:96:\"gsw:Tue das Chästli abhääggle, für kener Links vo Syten us em usgwählte Namensruum z zeige.\";'),('gsw','messages:trackingcategories','s:23:\"gsw:Tracking-Kategorië\";'),('gsw','messages:trackingcategories-desc','s:41:\"gsw:Kriterje für d Ybindig vo Kategorië\";'),('gsw','messages:trackingcategories-disabled','s:30:\"gsw:Kategorie isch deaktiviert\";'),('gsw','messages:trackingcategories-msg','s:23:\"gsw:Tracking-Kategorië\";'),('gsw','messages:trackingcategories-name','s:22:\"gsw:Name vor Nachricht\";'),('gsw','messages:trackingcategories-nodesc','s:31:\"gsw:Kei Beschrybig verfüegbar.\";'),('gsw','messages:trackingcategories-summary','s:186:\"gsw:Das isch e Liste vo Tracking-Kategorië, wo d MediaWiki-Software automatisch füllt. Iri Näme cha men ändere, we me di entsprächende Systemmäldigen im {{ns:8}}-Namensruum apasst.\";'),('gsw','messages:transaction-duration-limit-exceeded','s:270:\"gsw:Go ne großi Verzegerig in dr Datereplikation z vermyyde, isch die Transaktion abbroche wore. D Schrybduur ($1) het d Gränze vu $2 Sekunden iberschritte. Wänn du vyl Objäkt uf s Mol ändere duesch, versuech statt däm, d Änderige uf mehreri Operationen ufzdeile.\";'),('gsw','messages:transaction-max-statement-time-exceeded','s:232:\"de:Um eine hohe Datenbankbelastung zu vermeiden, wurde diese Abfrage abgebrochen, da die Dauer das Limit überschritten hat.\nWenn du viele Elemente auf einmal liest, versuche stattdessen, mehrere kleinere Operationen durchzuführen.\";'),('gsw','messages:translateinterface','s:151:\"gsw:Go Ibersetzige fir alli Wiki zuefiege oder ändere, bruuch bitte [https://translatewiki.net/ translatewiki.net], s MediaWiki-Lokalisierigsprojäkt.\";'),('gsw','messages:tue','s:7:\"gsw:Zys\";'),('gsw','messages:tuesday','s:12:\"gsw:Zischtig\";'),('gsw','messages:tuesday-at','s:16:\"gsw:Zystig um $1\";'),('gsw','messages:uctop','s:11:\"gsw:aktuell\";'),('gsw','messages:unblock','s:20:\"gsw:Benutzer frejgee\";'),('gsw','messages:unblock-hideuser','s:86:\"gsw:Du chasch dää Benutzer nit entsperre, wel syy Benutzername versteckt woren isch.\";'),('gsw','messages:unblock-summary','s:3:\"en:\";'),('gsw','messages:unblocked','s:36:\"gsw:[[User:$1|$1]] isch frejgee wore\";'),('gsw','messages:unblocked-id','s:34:\"gsw:Sperr-ID $1 isch freijgee wore\";'),('gsw','messages:unblocked-ip','s:55:\"gsw:[[Special:Contributions/$1|$1]] isch nümm gsperrt.\";'),('gsw','messages:unblocked-range','s:32:\"gsw:D Sperri fir $1 isch ufghobe\";'),('gsw','messages:unblockip','s:22:\"gsw:IP-Adräss frejgee\";'),('gsw','messages:unblockiptext','s:66:\"gsw:Mit däm Formular chasch e IP-Adräss oder e Benutzer frejgee.\";'),('gsw','messages:unblocklink','s:11:\"gsw:freigä\";'),('gsw','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('gsw','messages:uncategorized-categories-exceptionlist','s:280:\"de: # Enthält eine Liste der Kategorien, die nicht auf Spezial:Nicht_kategorisierte_Kategorien erwähnt werden sollen. Eine pro Zeile. Beginne mit „*“. Zeilen, die mit einem anderen Zeichen beginnen (inklusive Leerzeichen), werden ignoriert. Für Kommentare verwende „#“.\";'),('gsw','messages:uncategorizedcategories','s:32:\"gsw:Nit kategorisierte Kategorie\";'),('gsw','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('gsw','messages:uncategorizedimages','s:29:\"gsw:Nid kategorisierti Dateie\";'),('gsw','messages:uncategorizedimages-summary','s:3:\"en:\";'),('gsw','messages:uncategorizedpages','s:29:\"gsw:Nit kategorisierte Sytene\";'),('gsw','messages:uncategorizedpages-summary','s:3:\"en:\";'),('gsw','messages:uncategorizedtemplates','s:30:\"gsw:Nid kategorisierti Vorlage\";'),('gsw','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('gsw','messages:undelete','s:33:\"gsw:Gleschti Syte widerhärstelle\";'),('gsw','messages:undelete-back-to-list','s:38:\"de:Alle gelöschten Versionen anzeigen\";'),('gsw','messages:undelete-bad-store-key','s:132:\"gsw:D Dateiversion mit em Zytstämpfel $1 het nit chenne widerhärgstellt wäre: D Datei isch scho vor em Lesche nimmi vorhande gsi.\";'),('gsw','messages:undelete-cantcreate','s:155:\"de:Du kannst diese Seite nicht wiederherstellen, da es keine vorhandene Seite mit diesem Namen gibt und du nicht berechtigt bist, diese Seite zu erstellen.\";'),('gsw','messages:undelete-cantedit','s:104:\"de:Du kannst diese Seite nicht wiederherstellen, da du nicht berechtigt bist, diese Seite zu bearbeiten.\";'),('gsw','messages:undelete-cleanup-error','s:60:\"gsw:Fähler bim Lesche vu dr nit benutzte Archiv-Version $1.\";'),('gsw','messages:undelete-error','s:55:\"gsw:Bim Widerhärstelle vu dr Syte het s e Fähler gee.\";'),('gsw','messages:undelete-error-associated-alreadytalk','s:95:\"de:Die zugehörige Diskussionsseite einer Diskussionsseite kann nicht wiederhergestellt werden.\";'),('gsw','messages:undelete-error-associated-notdeleted','s:94:\"de:Die zugehörige Diskussionsseite hat keine Versionen, die wiederhergestellt werden können.\";'),('gsw','messages:undelete-fieldset-title','s:19:\"gsw:Widerhärstelle\";'),('gsw','messages:undelete-filename-mismatch','s:112:\"gsw:D Dateiversion mit em Zytstämpfel $1 het nit chenne widerhärgstellt wäre: D Dateinäme passe nit zuenand.\";'),('gsw','messages:undelete-header','s:98:\"gsw:Lueg im [[Special:Log/delete|Lesch-Logbuech]] no Syte, wu in dr letschte Zyt glescht wore sin.\";'),('gsw','messages:undelete-missing-filearchive','s:150:\"gsw:D Datei mit dr Archiv-ID $1 cha nit widerhärgstellt wäre, wel si nit in dr Datebank vorhanden isch. Villicht isch si scho widerhärgstellt wore.\";'),('gsw','messages:undelete-no-results','s:67:\"gsw:Im Archiv isch kei Syte gfunde wore, wu zum Suechbegriff passt.\";'),('gsw','messages:undelete-nodiff','s:32:\"gsw:Kei vorigi Version vorhande.\";'),('gsw','messages:undelete-revision','s:50:\"gsw:Gleschti Version vu $1 (vum $4 am $5 Uhr), $3:\";'),('gsw','messages:undelete-revision-row2','s:32:\"en:$1 ($2) $3 . . $4 $5 $6 $7 $8\";'),('gsw','messages:undelete-search-box','s:26:\"gsw:Suech no gleschte Syte\";'),('gsw','messages:undelete-search-full','s:49:\"de:Seitennamen anzeigen, die Folgendes enthalten:\";'),('gsw','messages:undelete-search-prefix','s:35:\"gsw:Zeig d Syte aa, wu aafange mit:\";'),('gsw','messages:undelete-search-submit','s:10:\"gsw:Sueche\";'),('gsw','messages:undelete-search-title','s:24:\"gsw:Gleschti Syte sueche\";'),('gsw','messages:undelete-show-file-confirm','s:109:\"gsw:Bisch sicher, ass Du e gleschti Version vu dr Datei „<nowiki>$1</nowiki>“ vum $2, $3 Uhr wit aaluege?\";'),('gsw','messages:undelete-show-file-submit','s:6:\"gsw:Jo\";'),('gsw','messages:undelete-summary','s:3:\"en:\";'),('gsw','messages:undelete-talk-summary-prefix','s:67:\"de:Zusammen mit der zugehörigen Seite wiederhergestellt; Grund: $1\";'),('gsw','messages:undelete-undeletetalk','s:68:\"de:Alle Versionen der zugehörigen Diskussionsseite wiederherstellen\";'),('gsw','messages:undelete_short','s:54:\"gsw:{{PLURAL:$1|1 Version|$1 Versione}} widerherstelle\";'),('gsw','messages:undeletebtn','s:19:\"gsw:Widerhärstelle\";'),('gsw','messages:undeletecomment','s:10:\"gsw:Grund:\";'),('gsw','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('gsw','messages:undeletedpage','s:150:\"gsw:\'\'\'„$1“\'\'\' isch widerhärgstellt wore.\n\nIm [[Special:Log/delete|Lesch-Logbuech]] findsch e Ibersicht vu dr gleschte un widerhärgstellte Syte.\";'),('gsw','messages:undeleteextrahelp','s:300:\"gsw:* Go d Syte ganz mit allene Versione widerhärzstelle, wehl kei Version us, gib e Begrindig aa un druck uf „{{int:undeletebtn}}“.\n* Mechtsch nume bstimmti Versione widerhärstelle, no wehl die bitte einzeln no dr Markierige us, gib e Begrindig aa un druck derno uf „{{int:undeletebtn}}“..\";'),('gsw','messages:undeletehistory','s:245:\"gsw:Wänn Du die Syte widerhärstellsch, wäre au alli alte Versione widerhärgstellt.\nWänn syt dr Leschig e neiji Syte mit em glyche Name aagleit woren isch, no wäre di widerhärgstellte Versione chronologisch in d Versionsgschicht yygordnet.\";'),('gsw','messages:undeletehistorynoadmin','s:248:\"gsw:Dä Artikel isch glescht wore. Dr Grund fir d Leschig isch in dr Zämmefassig aagee, derzue au Aagaabe zum letschte Benutzer, wu dä Artikel bearbeitet het vor dr Leschig. Dr aktuäll Täxt vum gleschte Artikel isch nume zuegängli fir Ammanne.\";'),('gsw','messages:undeleteinvert','s:19:\"gsw:Uswahl umchehre\";'),('gsw','messages:undeletelink','s:27:\"gsw:aaluege/widerhärstelle\";'),('gsw','messages:undeletepage','s:33:\"gsw:Gleschti Syte widerhärstelle\";'),('gsw','messages:undeletepagetext','s:121:\"gsw:Die {{PLURAL:$1|Syte isch glescht wore un cha|$1 Syte sin glescht wore un chenne}} vu Ammanne widerhärgstellt wäre:\";'),('gsw','messages:undeletepagetitle','s:63:\"gsw:\'\'\'Doo wäre di gleschte Versione vu [[:$1|$1]] aazeigt\'\'\'.\";'),('gsw','messages:undeleterevdel','s:233:\"gsw:D Widerhärstellig wird nit durgfiert, wänn di neijscht Version versteckt isch oder s versteckti Teil dinne het.\nIn däm Fall darf di neijscht Version nit markiert wäre oder ihre Status muess uf normali Version gänderet wäre.\";'),('gsw','messages:undeleterevision-duplicate-revid','s:163:\"de:{{PLURAL:$1|Eine Version konnte|$1 Versionen konnten}} nicht wiederhergestellt werden, da ihre <code>rev_id</code> bereits in Verwendung {{PLURAL:$1|ist|sind}}.\";'),('gsw','messages:undeleterevision-missing','s:139:\"gsw:Version isch nit giltig oder fählt. Entwäder isch de Link falsch oder d Version isch us em Archiv widerhärgstellt oder usegnuh wore.\";'),('gsw','messages:undeleterevisions','s:46:\"gsw:$1 {{PLURAL:$1|Version|Versione}} glöscht\";'),('gsw','messages:undeleteviewlink','s:11:\"gsw:aaluege\";'),('gsw','messages:underline-always','s:9:\"gsw:immer\";'),('gsw','messages:underline-default','s:58:\"gsw:Voryystellig vu dr Benutzeroberfleichi oder em Brwoser\";'),('gsw','messages:underline-never','s:7:\"gsw:nie\";'),('gsw','messages:undo-failure','s:109:\"gsw:D Änderig het nid chenne ruckgängig gmacht wäre, wel dää Abschnitt mittlerwyli gänderet woren isch.\";'),('gsw','messages:undo-main-slot-only','s:112:\"de:Die Bearbeitung konnte nicht rückgängig gemacht werden, da sie Inhalte außerhalb der Hauptspalte enthält.\";'),('gsw','messages:undo-nochange','s:60:\"gsw:Schyns isch die Bearbeitig scho rugggängig gmacht wore.\";'),('gsw','messages:undo-norev','s:96:\"gsw:D Bearbeitig het nid chenne ruckgängig gmacht wäre, wel si nid vorhande oder glescht isch.\";'),('gsw','messages:undo-success','s:134:\"gsw:Zum die Änderig ruckgängig z mache, kontrollier bitte d Bearbeitig in dr Verglichsaasicht un druck derno uf „Syte spichere“.\";'),('gsw','messages:undo-summary','s:112:\"gsw:D Änderig $1 vu [[Special:Contributions/$2|$2]] ([[User talk:$2|Diskussion]]) isch ruckgängig gmacht wore.\";'),('gsw','messages:undo-summary-anon','s:72:\"de:Änderung $1 von [[Special:Contributions/$2|$2]] rückgängig gemacht\";'),('gsw','messages:undo-summary-import','s:80:\"de:Änderung importierte Version $1 von Benutzer [[:$2|$3]] rückgängig gemacht\";'),('gsw','messages:undo-summary-import2','s:72:\"de:Änderung importierte Version $1 von Benutzer $2 rückgängig gemacht\";'),('gsw','messages:undo-summary-username-hidden','s:63:\"gsw:Änderig $1 vun eme versteckte Benutzer ruckgängig gmacht.\";'),('gsw','messages:unexpected','s:57:\"gsw:Wärt, wu nit erwartet woren isch: „$1“=„$2“.\";'),('gsw','messages:unicode-support-fail','s:165:\"de:Es scheint, als ob dein Browser kein Unicode unterstützt. Dies ist erforderlich zum Bearbeiten von Seiten, so dass deine Bearbeitung nicht veröffentlicht wurde.\";'),('gsw','messages:unit-pixel','s:5:\"en:px\";'),('gsw','messages:unknown-error','s:37:\"gsw:S het e nit bekannte Fähler gee.\";'),('gsw','messages:unlinkaccounts','s:25:\"de:Benutzerkonten trennen\";'),('gsw','messages:unlinkaccounts-success','s:36:\"de:Das Benutzerkonto wurde getrennt.\";'),('gsw','messages:unlockbtn','s:24:\"gsw:D Datebank freigää\";'),('gsw','messages:unlockconfirm','s:39:\"gsw:Joo, ich wott d Datebank freigää.\";'),('gsw','messages:unlockdb','s:24:\"gsw:D Datebank freigää\";'),('gsw','messages:unlockdbsuccesssub','s:46:\"gsw:D Datebank isch erfolgrych freigää worde\";'),('gsw','messages:unlockdbsuccesstext','s:49:\"gsw:D {{SITENAME}}-Datebank isch freigää worde.\";'),('gsw','messages:unlockdbtext','s:157:\"gsw:Durch s Entsperre vo dr Datebank chönne alli Benutzer wider Syte bearbeite, ihri Ystellige ändre usw. Bitte bstätig dass du des würkli wottsch mache.\";'),('gsw','messages:unpatrolledletter','s:4:\"en:!\";'),('gsw','messages:unprotect','s:22:\"gsw:Syteschutz ändere\";'),('gsw','messages:unprotected-js','s:211:\"de:Aus Sicherheitsgründen kann JavaScript-Code nicht mehr von ungeschützten Seiten geladen werden. Erstelle die JavaScript-Seite bitte ausschließlich im Namensraum „MediaWiki“ oder als Benutzerunterseite.\";'),('gsw','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('gsw','messages:unprotectedarticle-comment','s:54:\"de:{{GENDER:$2|Entfernte}} den Schutz von „[[$1]]“\";'),('gsw','messages:unregistered-user-config','s:131:\"de:Aus Sicherheitsgründen können JavaScript-, CSS- und JSON-Benutzerunterseiten nicht für unangemeldete Benutzer geladen werden.\";'),('gsw','messages:unstrip-depth-category','s:64:\"de:Seiten, auf denen die Unstrip-Tiefengrenze überschritten ist\";'),('gsw','messages:unstrip-depth-category-desc','s:65:\"de:Diese Seite überschreitet das Unstrip-Verschachtelungs-Limit.\";'),('gsw','messages:unstrip-depth-warning','s:52:\"gsw:Rekursionsgränz bim Ufflöse überschritte ($1)\";'),('gsw','messages:unstrip-size-category','s:66:\"de:Seiten, auf denen die Unstrip-Größengrenze überschritten ist\";'),('gsw','messages:unstrip-size-category-desc','s:57:\"de:Diese Seite überschreitet das Unstrip-Größen-Limit.\";'),('gsw','messages:unstrip-size-warning','s:45:\"de:Unstrip-Größengrenze überschritten ($1)\";'),('gsw','messages:unsupported-content-diff','s:82:\"de:Versionsvergleiche werden für Seiten des Inhaltsmodells $1 nicht unterstützt.\";'),('gsw','messages:unsupported-content-diff2','s:103:\"de:Versionsvergleiche zwischen den Inhaltsmodellen $1 und $2 werden auf diesem Wiki nicht unterstützt.\";'),('gsw','messages:unsupported-content-model','s:90:\"de:<strong>Warnung:</strong> Das Inhaltsmodell $1 wird auf diesem Wiki nicht unterstützt.\";'),('gsw','messages:unusedcategories','s:27:\"gsw:Nid bruuchti Kategorië\";'),('gsw','messages:unusedcategories-summary','s:3:\"en:\";'),('gsw','messages:unusedcategoriestext','s:105:\"gsw:Die Spezialsyte zeigt alli lääre Kategorie, d. h. si wäre nit brucht vu andre Syte oder Kategorie.\";'),('gsw','messages:unusedimages','s:20:\"gsw:Verwaiste Bilder\";'),('gsw','messages:unusedimages-summary','s:3:\"en:\";'),('gsw','messages:unusedimagestext','s:236:\"gsw:Die Dateie, wu do ufgfiert wäre, gits, si wäre aber uf keire Syte brucht.\nBitte gib Acht, ass anderi Netzsyte die Datei mit ere diräkte URL chenne verlinke. Des wird nit as Verwändig erkannt. Wäge däm wird d Datei do ufgfiert.\";'),('gsw','messages:unusedimagestext-categorizedimgisused','s:327:\"de:Die folgenden Dateien sind vorhanden, jedoch auf keiner Seite eingebunden. Kategorisierte Bilder werden als verwendet betrachtet, trotzdem werden sie auf keiner Seite eingebunden.\nBitte beachte, dass andere Websites auf eine Datei mit einer direkten URL verlinken können und hier trotz aktiver Nutzung noch gelistet werden.\";'),('gsw','messages:unusedtemplates','s:24:\"gsw:Nid bruuchti Vorlage\";'),('gsw','messages:unusedtemplates-summary','s:3:\"en:\";'),('gsw','messages:unusedtemplatestext','s:164:\"gsw:Die Syte lischtet alli Syten im {{ns:template}}-Namensruum uf, wu nit in andere Syte yybunden sin.\nIberprief anderi Link zue dr Vorlage, voreb Du die leschesch.\";'),('gsw','messages:unusedtemplateswlh','s:15:\"gsw:Anderi Link\";'),('gsw','messages:unwatch','s:19:\"gsw:nümm beobachte\";'),('gsw','messages:unwatchedpages','s:24:\"gsw:Unbeobachteti Sytene\";'),('gsw','messages:unwatchedpages-summary','s:3:\"en:\";'),('gsw','messages:unwatching','s:27:\"gsw:Nümm am beobachten …\";'),('gsw','messages:unwatchthispage','s:19:\"gsw:Nimmi beobachte\";'),('gsw','messages:updated','s:15:\"gsw:(Gänderet)\";'),('gsw','messages:updatedmarker','s:38:\"gsw:(gändret syt mym letschte Bsuech)\";'),('gsw','messages:updatewatchlist','s:34:\"de:Beobachtungsliste aktualisieren\";'),('gsw','messages:upload','s:18:\"gsw:Datei uffelade\";'),('gsw','messages:upload-copy-upload-invalid-domain','s:66:\"gsw:As Kopi uffeladbari Dateie sin iber die Domain nit verfiegbar.\";'),('gsw','messages:upload-curl-error28','s:33:\"gsw:Zyt iberschritte bim Uffelade\";'),('gsw','messages:upload-curl-error28-text','s:159:\"gsw:D Syte brucht z lang fir e Antwort. Prief, eb d Syte online isch, wart e Rung un versuech s derno nomol. S cha au sinnvoll syy, s speter nomol z versueche.\";'),('gsw','messages:upload-curl-error6','s:29:\"gsw:URL isch nit z verwitsche\";'),('gsw','messages:upload-curl-error6-text','s:109:\"gsw:D URL, wu aagee woren isch, isch nit z verwitsche. Prief d URL uf Fähler un dr Online-Status vu dr Syte.\";'),('gsw','messages:upload-default-description','s:4:\"en:-\";'),('gsw','messages:upload-description','s:19:\"gsw:Dateibschryybig\";'),('gsw','messages:upload-dialog-button-back','s:10:\"de:Zurück\";'),('gsw','messages:upload-dialog-button-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:upload-dialog-button-done','s:10:\"gsw:Fertig\";'),('gsw','messages:upload-dialog-button-save','s:12:\"gsw:Spychere\";'),('gsw','messages:upload-dialog-button-upload','s:11:\"gsw:Ufelade\";'),('gsw','messages:upload-dialog-disabled','s:67:\"de:Dateiuploads mit diesem Dialog sind auf diesem Wiki deaktiviert.\";'),('gsw','messages:upload-dialog-title','s:17:\"gsw:Datei ufelade\";'),('gsw','messages:upload-disallowed-here','s:41:\"gsw:Du chasch die Datei nit iberschryybe.\";'),('gsw','messages:upload-file-error','s:19:\"gsw:Interne Fähler\";'),('gsw','messages:upload-file-error-text','s:139:\"gsw:Bim Aalege vun ere temporäre Datei uf em Server isch e interne Fähler uftrette.\nBitte informier e [[Special:ListUsers/sysop|Ammann]].\";'),('gsw','messages:upload-foreign-cant-load-config','s:99:\"de:Die Konfiguration für Dateiuploads in das fremde Dateirepositorium konnte nicht geladen werden.\";'),('gsw','messages:upload-foreign-cant-upload','s:107:\"de:Dieses Wiki ist nicht konfiguriert, um Dateien auf das gewünschte fremde Dateirepositorium hochzuladen.\";'),('gsw','messages:upload-form-label-infoform-categories','s:14:\"gsw:Kategorië\";'),('gsw','messages:upload-form-label-infoform-date','s:9:\"gsw:Datum\";'),('gsw','messages:upload-form-label-infoform-description','s:14:\"gsw:Beschrybig\";'),('gsw','messages:upload-form-label-infoform-description-tooltip','s:138:\"de:Beschreibe kurz alles Bedeutende über das Werk.\nErwähne für ein Foto die wesentlichen abgebildeten Dinge, das Ereignis oder den Ort.\";'),('gsw','messages:upload-form-label-infoform-name','s:8:\"gsw:Name\";'),('gsw','messages:upload-form-label-infoform-name-tooltip','s:118:\"de:Ein eindeutiger und beschreibender Titel in Klartext mit Leerzeichen als Dateiname. Lasse die Dateierweiterung weg.\";'),('gsw','messages:upload-form-label-infoform-title','s:11:\"gsw:Details\";'),('gsw','messages:upload-form-label-not-own-work-local-generic-foreign','s:158:\"gsw:Du chasch es ou mit der [[Special:Upload|Syte zum Ufeladen uf {{SITENAME}}]] probiere, falls du die Datei dört under denen irne Bedingige chasch ufelade.\";'),('gsw','messages:upload-form-label-not-own-work-local-generic-local','s:81:\"gsw:Du chasch es ou mit der [[Special:Upload|Standardsyte zum Ufelade]] probiere.\";'),('gsw','messages:upload-form-label-not-own-work-message-generic-foreign','s:154:\"gsw:Bitte schliess dä Dialog und versuech’s mit eren andere Methode, falls du die Datei nid under de Bedingige vom gmeinsame Repository chasch ufelade.\";'),('gsw','messages:upload-form-label-not-own-work-message-generic-local','s:168:\"gsw:We du die Datei nid under de Nutzigsbedingigen und Lizänzrichtlinje vo {{SITENAME}} chasch ufelade, de schliess bitte dä Dialog u probier’s uf’nen anderi Art.\";'),('gsw','messages:upload-form-label-own-work','s:29:\"gsw:Das han i sälber gmacht.\";'),('gsw','messages:upload-form-label-own-work-message-generic-foreign','s:147:\"gsw:I bi mer bewusst, das i die Datei in es gmeinsams Repository ufelade. I bestätige, das mi derby a d Nutzigs- und Lizänzbedingige dört halte.\";'),('gsw','messages:upload-form-label-own-work-message-generic-local','s:107:\"gsw:I bestätige, das i die Datei under de Nutzigsbedingigen und Lizänzrichtlinje vo {{SITENAME}} ufelade.\";'),('gsw','messages:upload-form-label-usage-filename','s:13:\"gsw:Dateiname\";'),('gsw','messages:upload-form-label-usage-title','s:14:\"gsw:Verwändig\";'),('gsw','messages:upload-http-error','s:37:\"gsw:E HTTP-Fähler isch ufträtte: $1\";'),('gsw','messages:upload-maxfilesize','s:28:\"gsw:Maximali Dateigressi: $1\";'),('gsw','messages:upload-misc-error','s:37:\"gsw:Nit bekannte Fähler bim Uffelade\";'),('gsw','messages:upload-misc-error-text','s:208:\"gsw:Bim Uffelade isch e nit bekannte Fähler uftrette.\nPrief d URL uf Fähler un dr Online-Status vu dr Syte un versuech s no mol.\nWänn s Problem alno uftritt, informier e [[Special:ListUsers/sysop|Ammann]].\";'),('gsw','messages:upload-options','s:26:\"gsw:Optione fir s Uffelade\";'),('gsw','messages:upload-permitted','s:74:\"gsw:{{PLURAL:$2|Dateityp, wu erlaubt isch|Dateitype, wu erlaubt sin}}: $1.\";'),('gsw','messages:upload-preferred','s:78:\"gsw:{{PLURAL:$2|Dateityp, wu bevorzugt isch|Dateitype, wu bevorzugt sin}}: $1.\";'),('gsw','messages:upload-prohibited','s:82:\"gsw:{{PLURAL:$2|Dateityp, wu nit erlaubt isch|Dateitype, wu nit erlaubt sin}}: $1.\";'),('gsw','messages:upload-proto-error','s:21:\"gsw:Falschs Protokoll\";'),('gsw','messages:upload-proto-error-text','s:74:\"gsw:D URL muess mit <code>http://</code> oder <code>ftp://</code> aafange.\";'),('gsw','messages:upload-recreate-warning','s:143:\"gsw:\'\'\'Warnig: E Datei mit däm Name isch scho mol glescht oder verschobe wore.\'\'\'\n\nDo het s e Uuszug us em Lesch- un eme Verschiebigslogbuech:\";'),('gsw','messages:upload-scripted-dtd','s:97:\"de:Es können keine SVG-Dateien hochgeladen werden, die keine Standard-DTD-Deklaration enthalten.\";'),('gsw','messages:upload-scripted-pi-callback','s:78:\"gsw:E Datei mit Verarbeitigsbefählen imnen XML-Stylesheet cha me nid ufelade.\";'),('gsw','messages:upload-source','s:15:\"gsw:Quälldatei\";'),('gsw','messages:upload-summary','s:3:\"en:\";'),('gsw','messages:upload-too-many-redirects','s:37:\"gsw:In dr URL het s zvyl Wyterleitige\";'),('gsw','messages:upload-tryagain','s:40:\"gsw:Gändereti Dateibschryybig abschicke\";'),('gsw','messages:upload-tryagain-nostash','s:70:\"de:Erneut hochgeladene Datei und veränderte Beschreibung übermitteln\";'),('gsw','messages:upload_directory_missing','s:90:\"gsw:S Upload-Verzeichnis ($1) fählt un het au dur dr Netzserver nit chenne aagleit wäre.\";'),('gsw','messages:upload_directory_read_only','s:70:\"gsw:Dr Netzserver het kei Schryybrächt fir s Upload-Verzeichnis ($1).\";'),('gsw','messages:upload_source_file','s:43:\"gsw:(dyni usgsuechti Datei vo dym Computer)\";'),('gsw','messages:upload_source_url','s:69:\"gsw: (usgsuechti Datei vomne gültige, öffetlech zuegänglechen URL)\";'),('gsw','messages:uploadbtn','s:22:\"gsw:Bild lokal ufelade\";'),('gsw','messages:uploaddisabled','s:24:\"gsw:Uffelade deaktiviert\";'),('gsw','messages:uploaddisabledtext','s:42:\"gsw:S Uffelade vu Dateie isch deaktiviert.\";'),('gsw','messages:uploaded-animate-svg','s:141:\"gsw:Ir ufegladnigen SVG-Datei het’s en «animate»-Tag, wo über ds «from»-Attribut <code>&lt;$1 $2=\"$3\"&gt;</code> chönnt href ändere.\";'),('gsw','messages:uploaded-event-handler-on-svg','s:82:\"gsw:I SVG-Dateien isch ds Event-Handler-Attribut <code>$1=\"$2\"</code> nid erloubt.\";'),('gsw','messages:uploaded-hostile-svg','s:71:\"gsw:Im Style-Elemänt vor ufegladnigen SVG-Datei het’s unsichers CSS.\";'),('gsw','messages:uploaded-href-attribute-svg','s:314:\"de:<a>-Elemente können nur auf Daten verlinken (href): (eingebettete Datei), http://, https:// oder fragment-Ziele (#, gleiches Dokument). Für andere Elemente wie <image> sind nur data: und fragment erlaubt. Versuche beim Exportieren deiner SVG-Datei Bilder einzubinden. <code>&lt;$1 $2=\"$3\"&gt;</code> gefunden.\";'),('gsw','messages:uploaded-href-unsafe-target-svg','s:97:\"gsw:Ir ufegladnige SVG-Datei het’s es href uf ds unsichere Zil <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('gsw','messages:uploaded-image-filter-svg','s:98:\"gsw:Ir ufegladnigen SVG-Datei het’s e Bildfilter mit emnen URL: <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('gsw','messages:uploaded-remote-url-svg','s:123:\"gsw:Ir ufegladnigen SVG-Datei het’s es Style-Attribut mit emnen externen URL: <code>$1=\"$2\"</code>. Das isch nid erloubt.\";'),('gsw','messages:uploaded-script-svg','s:64:\"gsw:Ir ufegladnigen SVG-Datei het’s ds Skript-Elemänt «$1».\";'),('gsw','messages:uploaded-setting-event-handler-svg','s:135:\"gsw:Ir ufegladnigen SVG-Datei het’s ds Event-Handler-Attribut <code>&lt;$1 $2=\"$3\"&gt;</code>. Event-Handler-Attribut sy nid erloubt.\";'),('gsw','messages:uploaded-setting-handler-svg','s:131:\"gsw:Ir ufegladnigen SVG-Datei het’s es «handler»-Attribut mit Externem/Date/Script: <code>$1=\"$2\"</code>. Das isch nid erloubt.\";'),('gsw','messages:uploaded-setting-href-svg','s:112:\"gsw:Es isch nid erloubt, mit emne «set»-Tag es «href»-Attribut zumenen übergordneten Elemänt derzue z tue.\";'),('gsw','messages:uploaded-wrong-setting-svg','s:165:\"gsw:Ir ufegladnigen SVG-Datei git e «set»-Tag emnen Attribut es externs Zil oder es Daten- oder Script-Zil: <code>&lt;set to=\"$1\"&gt;</code>. Das isch nid erloubt.\";'),('gsw','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('gsw','messages:uploaderror','s:24:\"gsw:Fähler bim Uffelade\";'),('gsw','messages:uploadfooter','s:4:\"en:-\";'),('gsw','messages:uploadinvalidxml','s:61:\"gsw:S XML in dr uffegladene Datei het nit chenne parst wäre.\";'),('gsw','messages:uploadlogpage','s:19:\"gsw:Dateie-Logbuech\";'),('gsw','messages:uploadlogpagetext','s:131:\"gsw:Des isch s Logbuech vu dr uffegladene Dateie.\nLueg au d [[Special:NewFiles|Galerii vu neije Dateie]] fir e visuälle Iberblick.\";'),('gsw','messages:uploadnewversion-linktext','s:41:\"gsw:E nöui Version vo dere Datei ufelade\";'),('gsw','messages:uploadnologin','s:18:\"gsw:Nit aagmäldet\";'),('gsw','messages:uploadnologintext','s:40:\"gsw:Für Dateien ufezlade, muesch di $1.\";'),('gsw','messages:uploadscripted','s:108:\"gsw:In däre Datei git s HTML- oder Scriptcode, wu fälschligerwyys vun eme Webbrowser usgfiert chennt were.\";'),('gsw','messages:uploadscriptednamespace','s:77:\"gsw:I deren SVG-Datei het’s der illegal Namensruum «<nowiki>$1</nowiki>».\";'),('gsw','messages:uploadstash','s:32:\"gsw:Vorabspycherig binm Uffelade\";'),('gsw','messages:uploadstash-bad-path','s:32:\"de:Der Pfad ist nicht vorhanden.\";'),('gsw','messages:uploadstash-bad-path-bad-format','s:63:\"de:Der Schlüssel „$1“ ist nicht in einem passenden Format.\";'),('gsw','messages:uploadstash-bad-path-invalid','s:30:\"de:Der Pfad ist nicht gültig.\";'),('gsw','messages:uploadstash-bad-path-no-handler','s:82:\"de:Es wurde kein Verarbeitungsprogramm für den MIME-Typ $1 der Datei $2 gefunden.\";'),('gsw','messages:uploadstash-bad-path-unknown-type','s:28:\"de:Unbekannter Typ „$1“.\";'),('gsw','messages:uploadstash-bad-path-unrecognized-thumb-name','s:36:\"de:Nicht erkannter Vorschaubildname.\";'),('gsw','messages:uploadstash-badtoken','s:129:\"gsw:S Uuseneh vu dr vorab gspycherete Dateien isch fählgschlaa, villicht wel d Sitzigsdaten abglofe sin. Bitte versuech s nomol.\";'),('gsw','messages:uploadstash-clear','s:39:\"gsw:Di vorab gspycherete Dateie uuseneh\";'),('gsw','messages:uploadstash-errclear','s:63:\"gsw:S Uuseneh vu dr vorab gspycherete Dateie isch fählgschlaa.\";'),('gsw','messages:uploadstash-exception','s:57:\"de:Upload konnte nicht gespeichert werden ($1): „$2“.\";'),('gsw','messages:uploadstash-file-not-found','s:60:\"de:Der Schlüssel „$1“ wurde nicht im Speicher gefunden.\";'),('gsw','messages:uploadstash-file-not-found-missing-content-type','s:31:\"de:Fehlender Inhaltstyp-Header.\";'),('gsw','messages:uploadstash-file-not-found-no-local-path','s:48:\"de:Kein lokaler Pfad für das skalierte Element.\";'),('gsw','messages:uploadstash-file-not-found-no-remote-thumb','s:64:\"de:Das Abrufen des Vorschaubildes ist fehlgeschlagen: $1\nURL: $2\";'),('gsw','messages:uploadstash-file-not-found-no-thumb','s:50:\"de:Das Vorschaubild konnte nicht abgerufen werden.\";'),('gsw','messages:uploadstash-file-not-found-not-exists','s:76:\"de:Der Pfad konnte nicht gefunden werden oder die Datei ist nicht eindeutig.\";'),('gsw','messages:uploadstash-file-too-large','s:71:\"de:Es kann keine Datei angeboten werden, die größer als $1 Bytes ist.\";'),('gsw','messages:uploadstash-no-such-key','s:65:\"de:Kein entsprechender Schlüssel ($1). Entfernen nicht möglich.\";'),('gsw','messages:uploadstash-nofiles','s:41:\"gsw:S git keini vorab gspycherete Dateie.\";'),('gsw','messages:uploadstash-not-logged-in','s:74:\"de:Es ist kein Benutzer angemeldet. Dateien müssen zu Benutzern gehören.\";'),('gsw','messages:uploadstash-refresh','s:36:\"gsw:Lischt vu dr Dateie aktualisiere\";'),('gsw','messages:uploadstash-summary','s:215:\"gsw:Die Syte macht dr Zuegriff uf Dateie megli, wu uffeglade wore sin (oder grad uffeglade wäre), wu aber nonig uf em Wiki publiziert wore sin. Die Dateie cha no niemer aaluege, ußer däjenig, wu si uffelade duet.\";'),('gsw','messages:uploadstash-thumbnail','s:23:\"de:Vorschaubild ansehen\";'),('gsw','messages:uploadstash-wrong-owner','s:57:\"de:Diese Datei ($1) gehört nicht dem aktuellen Benutzer.\";'),('gsw','messages:uploadstash-zero-length','s:39:\"de:Die Datei hat eine Größe von null.\";'),('gsw','messages:uploadtext','s:772:\"gsw:Verwänd des Formular unte zum Dateie uffelade.\nZum friejer uffegladeni Dateie aazluege oder z sueche lueg uf dr [[Special:FileList|Lischt vu uffegladene Dateie]],\nWeli Dateie uffeglade sin, sihsch im [[Special:Log/upload|Logbuech vu dr uffegladene Dateie]], weli glescht sin im [[Special:Log/delete|Lesch-Logbuech]]\n\nZum e Datei oder e Bild in ere Syte yyzböue, schryybsch eifach:\n* \'\'\'<nowiki>[[</nowiki>{{ns:file}}<nowiki>:file.jpg]]</nowiki>\'\'\' fir di voll Version vu dr Datei\n* \'\'\'<nowiki>[[</nowiki>{{ns:file}}<nowiki>:file.png|al text]]</nowiki>\'\'\' fir e 200 Pixel grossi Version im e Chaschte mit \'alt text\' as Bschrybig\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code>\'\'\' fir e diräkt Link zuer dr Datei ohni ass si aazeigt wird\";'),('gsw','messages:uploadvirus','s:44:\"gsw:In däre Datei het s e Virus! Detail: $1\";'),('gsw','messages:uploadwarning','s:10:\"gsw:Warnig\";'),('gsw','messages:uploadwarning-text','s:66:\"gsw:Bitte tue unte d Dateibsschryybig ändere un versuech s nomol.\";'),('gsw','messages:uploadwarning-text-nostash','s:91:\"de:Bitte lade die Datei erneut hoch, ändere unten die Beschreibung und versuche es erneut.\";'),('gsw','messages:user-mail-no-addy','s:83:\"gsw:Es isch versuecht worde e E-Mail ohni Angab vunere E-Mail-Adräss z verschigge.\";'),('gsw','messages:user-mail-no-body','s:88:\"gsw:S isch versuecht wore, ne E-Mail mit eme lääre oder z churze Tekscht z verschicke.\";'),('gsw','messages:usercreated','s:37:\"gsw:{{GENDER:$3|Aagleit}} uf $1 am $2\";'),('gsw','messages:usercssispublic','s:135:\"de:Bitte beachten: CSS-Unterseiten sollten keine vertraulichen Daten enthalten, da sie von anderen Benutzern eingesehen werden können.\";'),('gsw','messages:usercsspreview','s:245:\"gsw:== Vorschau vu Dyynem Benutzer-CSS. ==\n\'\'\'Wichtig:\'\'\' Noch em Spichere muesch Dyynem Browser sage, ass er die nej Version ladet:\n\n\'\'\'Mozilla:\'\'\' \'\'Strg-Shift-R\'\', \'\'\'IE:\'\'\' \'\'Strg-F5\'\', \'\'\'Safari:\'\'\' \'\'Cmd-Shift-R\'\', \'\'\'Konqueror:\'\'\' \'\'F5\'\'.\";'),('gsw','messages:usercssyoucanpreview','s:100:\"gsw:\'\'\'Tipp:\'\'\' Nimm dr „{{int:showpreview}}”-Chnopf, zum Dyy nej CSS vor em Spichere z teschte.\";'),('gsw','messages:usereditcount','s:43:\"gsw:$1 {{PLURAL:$1|Bearbeitig|Bearbeitige}}\";'),('gsw','messages:userexists','s:53:\"gsw:Dä Benutzername git s scho.\nBitte nimm e andere.\";'),('gsw','messages:userinvalidconfigtitle','s:229:\"gsw:\'\'\'Achtig:\'\'\' D Skin „$1“ git s nid. Dänk dra, ass benutzerspezifischi .css- und .js-Syte mit eme Chleibuechstabe mien aafange, also z B. \'\'{{ns:user}}:Mustermann/vector.css\'\' statt \'\'{{ns:user}}:Mustermann/Vector.css\'\'.\";'),('gsw','messages:userjsdangerous','s:310:\"de:Bitte beachten: Die auf dieser Seite enthaltenen Skripte werden jedes Mal ausgeführt, wenn du eine Seite lädst. Bösartiger Code, der hier hinzugefügt wird, kann zu einer Kompromittierung des Kontos führen. Der Code wird ausgeführt, wenn du deine Änderungen auf dieser Seite in der Vorschau anschaust.\";'),('gsw','messages:userjsispublic','s:142:\"de:Bitte beachten: JavaScript-Unterseiten sollten keine vertraulichen Daten enthalten, da sie von anderen Benutzern eingesehen werden können.\";'),('gsw','messages:userjsonispublic','s:125:\"de:Bitte beachten: JSON-Unterseiten sollten keine vertraulichen Daten enthalten, da sie von anderen Benutzern einsehbar sind.\";'),('gsw','messages:userjsonpreview','s:132:\"de:<strong>Du testest/zeigst nur eine Vorschau deiner Benutzer-JSON-Konfiguration an.\nSie wurde noch nicht veröffentlicht!</strong>\";'),('gsw','messages:userjsonyoucanpreview','s:126:\"de:<strong>Tipp:</strong> Benutze den „{{int:showpreview}}“-Button, um dein neues JSON vor dem Veröffentlichen zu testen.\";'),('gsw','messages:userjspreview','s:243:\"gsw:== Vorschau vu Dyynem Benutzer-Javascript. ==\n\'\'\'Gib acht:\'\'\' Noch em Spychere muesch Dyy Browser aawyse di nej Version z lade: \'\'\'Mozilla:\'\'\' \'\'Strg-Shift-R\'\', \'\'\'IE:\'\'\' \'\'Strg-F5\'\', \'\'\'Safari:\'\'\' \'\'Cmd-Shift-R\'\', \'\'\'Konqueror:\'\'\' \'\'F5\'\'.\";'),('gsw','messages:userjsyoucanpreview','s:99:\"gsw:\'\'\'Tipp:\'\'\' „Nimm dr {{int:showpreview}}”-Chnopf, zum Dyy nej JS vor em Spichere z teschte.\";'),('gsw','messages:userlogin-createanother','s:33:\"gsw:En ander Benutzerkonto aalege\";'),('gsw','messages:userlogin-helplink2','s:21:\"gsw:Hilf bim Aamälde\";'),('gsw','messages:userlogin-joinproject','s:28:\"gsw:Bi {{SITENAME}} aamälde\";'),('gsw','messages:userlogin-loggedin','s:118:\"gsw:Du bisch scho as {{GENDER:$1|$1}} aagmäldet.\nBruuch s Formular unte go Di unter eme andere Benutzername aamälde.\";'),('gsw','messages:userlogin-noaccount','s:25:\"gsw:No kei Benutzerkonto?\";'),('gsw','messages:userlogin-reauth','s:80:\"gsw:Du muesch di nomol aamälde go z verifiziere, ass du {{GENDER:$1|$1}} bisch.\";'),('gsw','messages:userlogin-remembermypassword','s:21:\"gsw:Aagmäldet blyybe\";'),('gsw','messages:userlogin-resetpassword-link','s:23:\"gsw:Passwort vergässe?\";'),('gsw','messages:userlogin-signwithsecure','s:29:\"gsw:Sicheri Verbindig bruuche\";'),('gsw','messages:userlogin-yourname','s:16:\"gsw:Benutzername\";'),('gsw','messages:userlogin-yourname-ph','s:28:\"gsw:Gib Dyy Benutzernamen yy\";'),('gsw','messages:userlogin-yourpassword','s:12:\"gsw:Passwort\";'),('gsw','messages:userlogin-yourpassword-ph','s:23:\"gsw:Gib Dyy Passwort yy\";'),('gsw','messages:userlogout','s:12:\"gsw:Abmälde\";'),('gsw','messages:userlogout-continue','s:30:\"de:Möchtest du dich abmelden?\";'),('gsw','messages:userlogout-summary','s:3:\"en:\";'),('gsw','messages:userlogout-temp','s:132:\"de:Bist du sicher, dass du dich abmelden möchtest? Es gibt keine Möglichkeit, dich wieder mit deinem temporären Konto anzumelden.\";'),('gsw','messages:usermaildisabled','s:29:\"gsw:Benutzer-E-Mail abgstellt\";'),('gsw','messages:usermaildisabledtext','s:64:\"gsw:Du chasch in däm Wiki kei E-Mail an anderi Benutzer schicke\";'),('gsw','messages:usermessage-editor','s:20:\"gsw:System-Messenger\";'),('gsw','messages:usermessage-summary','s:31:\"gsw:Systemnochricht gspycheret.\";'),('gsw','messages:usermessage-template','s:30:\"de:MediaWiki:Benutzernachricht\";'),('gsw','messages:username','s:31:\"gsw:{{GENDER:$1|Benutzername}}:\";'),('gsw','messages:usernameinprogress','s:65:\"gsw:Es Konto für dä Namen isch am erstellt wärde.\nBitte warte.\";'),('gsw','messages:userpage-userdoesnotexist','s:113:\"gsw:S Benutzerkonto „<nowiki>$1</nowiki>“ git s nit. Bitte prief, eb Du die Syte wirkli wit aalege/bearbeite.\";'),('gsw','messages:userpage-userdoesnotexist-view','s:50:\"gsw:S Benutzerkonto „$1“ isch nit registriert.\";'),('gsw','messages:userrights','s:28:\"gsw:Benutzerrächtsverwaltig\";'),('gsw','messages:userrights-cannot-shorten-expiry','s:198:\"de:Du kannst den Ablauf der Mitgliedschaft in der Gruppe „$1“ nicht vorverlegen. Nur Benutzer mit der Berechtigung, diese Gruppe hinzuzufügen und zu entfernen, können Ablaufzeiten vorverlegen.\";'),('gsw','messages:userrights-changeable-col','s:45:\"gsw:Gruppezuegherigkeit, wu Du chasch ändere\";'),('gsw','messages:userrights-conflict','s:95:\"gsw:Di veränderete Rächt göh nid uuf! Bitte lueg d Änderige düren u tue se nomal spychere.\";'),('gsw','messages:userrights-editusergroup','s:33:\"gsw:Gruppezuegherigkeit bearbeite\";'),('gsw','messages:userrights-expiry','s:10:\"de:Ablauf:\";'),('gsw','messages:userrights-expiry-current','s:13:\"de:Ablauf: $1\";'),('gsw','messages:userrights-expiry-existing','s:29:\"de:Vorhandener Ablauf: $3, $2\";'),('gsw','messages:userrights-expiry-in-past','s:70:\"de:Die Ablaufzeit für die Gruppe „$1“ liegt in der Vergangenheit.\";'),('gsw','messages:userrights-expiry-none','s:14:\"de:Kein Ablauf\";'),('gsw','messages:userrights-expiry-options','s:95:\"de:1 Tag:1 day,1 Woche:1 week,1 Monat:1 month,3 Monate:3 months,6 Monate:6 months,1 Jahr:1 year\";'),('gsw','messages:userrights-expiry-othertime','s:15:\"de:Andere Zeit:\";'),('gsw','messages:userrights-groups-help','s:493:\"gsw:Du chasch {{GENDER:$1|däm Benutzer syni|dere Benutzerin iri|dere Person iri}} Gruppezueghörigkeit ändere:\n* Es markierts Chästli bedütet, das {{GENDER:$1|der Benutzer|d Benutzerin|d Person}} zur Gruppe ghört.\n* Es nid markierts Chästli bedütet, das {{GENDER:$1|der Benutzer|d Benutzerin|d Person}} nid zur Gruppe ghört.\n* Es Stärnli «*» nach emne Gruppename zeigt a, das du die Gruppezueghörigkeit zwar chasch ändere, aber das du ein Änderig nümm chasch rückgängig mache.\";'),('gsw','messages:userrights-groupsmember','s:16:\"gsw:Mitgliid vu:\";'),('gsw','messages:userrights-groupsmember-auto','s:27:\"gsw:Automatisch Mitglid vu:\";'),('gsw','messages:userrights-groupsmember-type','s:5:\"de:$2\";'),('gsw','messages:userrights-invalid-expiry','s:57:\"de:Die Ablaufzeit für die Gruppe „$1“ ist ungültig.\";'),('gsw','messages:userrights-irreversible-marker','s:6:\"en:$1*\";'),('gsw','messages:userrights-lookup-user','s:33:\"gsw:Verwalt d Gruppezuegherigkeit\";'),('gsw','messages:userrights-no-interwiki','s:74:\"gsw:Du hesch nit d Berächtigung, Benutzerrächt in andere Wiki z ändere.\";'),('gsw','messages:userrights-no-shorten-expiry-marker','s:6:\"en:$1#\";'),('gsw','messages:userrights-nodatabase','s:51:\"gsw:D Datebank $1 git s nit oder si isch nit lokal.\";'),('gsw','messages:userrights-reason','s:10:\"gsw:Grund:\";'),('gsw','messages:userrights-summary','s:3:\"en:\";'),('gsw','messages:userrights-systemuser','s:74:\"de:{{GENDER:$1|Dieser Benutzer|Diese Benutzerin}} ist ein System-Benutzer.\";'),('gsw','messages:userrights-unchangeable-col','s:49:\"gsw:Gruppezuegherigkeit, wu Du nit chasch ändere\";'),('gsw','messages:userrights-user-editname','s:17:\"gsw:Benutzername:\";'),('gsw','messages:userrights-viewusergroup','s:40:\"de:{{GENDER:$1|Benutzergruppen}} ansehen\";'),('gsw','messages:variantname-crh','s:6:\"en:crh\";'),('gsw','messages:variantname-crh-cyrl','s:11:\"en:crh-Cyrl\";'),('gsw','messages:variantname-crh-latn','s:11:\"en:crh-Latn\";'),('gsw','messages:variantname-gan','s:6:\"en:gan\";'),('gsw','messages:variantname-gan-hans','s:7:\"en:Hans\";'),('gsw','messages:variantname-gan-hant','s:7:\"en:Hant\";'),('gsw','messages:variantname-ike-cans','s:11:\"en:ike-Cans\";'),('gsw','messages:variantname-ike-latn','s:11:\"en:ike-Latn\";'),('gsw','messages:variantname-iu','s:5:\"en:iu\";'),('gsw','messages:variantname-kk','s:5:\"en:kk\";'),('gsw','messages:variantname-kk-arab','s:10:\"en:kk-Arab\";'),('gsw','messages:variantname-kk-cn','s:8:\"en:kk-CN\";'),('gsw','messages:variantname-kk-cyrl','s:10:\"en:kk-Cyrl\";'),('gsw','messages:variantname-kk-kz','s:8:\"en:kk-KZ\";'),('gsw','messages:variantname-kk-latn','s:10:\"en:kk-Latn\";'),('gsw','messages:variantname-kk-tr','s:8:\"en:kk-TR\";'),('gsw','messages:variantname-ku','s:5:\"en:ku\";'),('gsw','messages:variantname-ku-arab','s:10:\"en:ku-Arab\";'),('gsw','messages:variantname-ku-latn','s:10:\"en:ku-Latn\";'),('gsw','messages:variantname-shi','s:6:\"en:shi\";'),('gsw','messages:variantname-shi-latn','s:11:\"en:shi-Latn\";'),('gsw','messages:variantname-shi-tfng','s:11:\"en:shi-Tfng\";'),('gsw','messages:variantname-sr','s:5:\"en:sr\";'),('gsw','messages:variantname-sr-cyrl','s:10:\"en:sr-Cyrl\";'),('gsw','messages:variantname-sr-ec','s:10:\"en:sr-Cyrl\";'),('gsw','messages:variantname-sr-el','s:10:\"en:sr-Latn\";'),('gsw','messages:variantname-sr-latn','s:10:\"en:sr-Latn\";'),('gsw','messages:variantname-tg','s:5:\"en:tg\";'),('gsw','messages:variantname-tg-cyrl','s:10:\"en:tg-Cyrl\";'),('gsw','messages:variantname-tg-latn','s:10:\"en:tg-Latn\";'),('gsw','messages:variantname-tly','s:6:\"en:tly\";'),('gsw','messages:variantname-tly-cyrl','s:11:\"en:tly-Cyrl\";'),('gsw','messages:variantname-uz','s:5:\"en:uz\";'),('gsw','messages:variantname-uz-cyrl','s:10:\"en:uz-Cyrl\";'),('gsw','messages:variantname-uz-latn','s:10:\"en:uz-Latn\";'),('gsw','messages:variantname-zh','s:5:\"en:zh\";'),('gsw','messages:variantname-zh-cn','s:5:\"en:CN\";'),('gsw','messages:variantname-zh-hans','s:7:\"en:Hans\";'),('gsw','messages:variantname-zh-hant','s:7:\"en:Hant\";'),('gsw','messages:variantname-zh-hk','s:5:\"en:HK\";'),('gsw','messages:variantname-zh-mo','s:5:\"en:MO\";'),('gsw','messages:variantname-zh-my','s:5:\"en:MY\";'),('gsw','messages:variantname-zh-sg','s:5:\"en:SG\";'),('gsw','messages:variantname-zh-tw','s:5:\"en:TW\";'),('gsw','messages:variants','s:12:\"gsw:Variante\";'),('gsw','messages:vector-2022-prefs-talkpage','s:58:\"de:[[mw:Talk:Reading/Web/Desktop_Improvements|Diskussion]]\";'),('gsw','messages:vector-action-addsection','s:22:\"gsw:Abschnitt zuefiege\";'),('gsw','messages:vector-action-delete','s:10:\"gsw:Lesche\";'),('gsw','messages:vector-action-move','s:14:\"gsw:Verschiebe\";'),('gsw','messages:vector-action-protect','s:11:\"gsw:Schitze\";'),('gsw','messages:vector-action-toggle-sidebar','s:26:\"de:Seitenleiste umschalten\";'),('gsw','messages:vector-action-undelete','s:19:\"gsw:Widerhärstelle\";'),('gsw','messages:vector-action-unprotect','s:22:\"gsw:Syteschutz ändere\";'),('gsw','messages:vector-anon-user-menu-pages','s:35:\"de:Seiten für abgemeldete Benutzer\";'),('gsw','messages:vector-anon-user-menu-pages-label','s:36:\"de:Erfahre mehr über das Bearbeiten\";'),('gsw','messages:vector-anon-user-menu-pages-learn','s:24:\"de:Weitere Informationen\";'),('gsw','messages:vector-article-tools-nav-label','s:12:\"de:Werkzeuge\";'),('gsw','messages:vector-intro-page','s:19:\"de:Help:Einführung\";'),('gsw','messages:vector-jumptocontent','s:22:\"de:Zum Inhalt springen\";'),('gsw','messages:vector-jumptonavigation','s:26:\"de:Zur Navigation springen\";'),('gsw','messages:vector-jumptosearch','s:21:\"de:Zur Suche springen\";'),('gsw','messages:vector-language-button-aria-label','s:102:\"de:Zu einem Artikel in einer anderen Sprache gehen. Verfügbar in {{PLURAL:$1|$1 Sprache|$1 Sprachen}}\";'),('gsw','messages:vector-language-button-label','s:38:\"gsw:{{PLURAL:$1|$1 Sproch|$1 Sproche}}\";'),('gsw','messages:vector-language-redirect-to-top','s:130:\"de:In {{SITENAME}} befinden sich die Sprachlinks am oberen Rand der Seite gegenüber dem Artikeltitel. [[#p-lang-btn|Zum Anfang]].\";'),('gsw','messages:vector-language-variant-switcher-label','s:25:\"de:Sprachvariante ändern\";'),('gsw','messages:vector-languages','s:11:\"de:Sprachen\";'),('gsw','messages:vector-main-menu-tooltip','s:13:\"de:Hauptmenü\";'),('gsw','messages:vector-more-actions','s:7:\"gsw:Meh\";'),('gsw','messages:vector-no-language-button-aria-label','s:95:\"de:Dieser Artikel existiert nur in dieser Sprache. Füge den Artikel für andere Sprachen hinzu\";'),('gsw','messages:vector-no-language-button-label','s:23:\"de:Sprachen hinzufügen\";'),('gsw','messages:vector-opt-out','s:37:\"de:Umschalten zum bisherigen Aussehen\";'),('gsw','messages:vector-opt-out-tooltip','s:109:\"de:Ändere deine Einstellungen, um zum alten Aussehen der Benutzeroberfläche zurückzukehren (Legacy-Vector)\";'),('gsw','messages:vector-search-loader','s:29:\"de:Laden von Suchvorschlägen\";'),('gsw','messages:vector-searchsuggest-containing','s:103:\"gsw:No Syte sueche, wu s <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong> din het\";'),('gsw','messages:vector-site-nav-label','s:10:\"de:Website\";'),('gsw','messages:vector-skin-desc','s:290:\"de:Stellt eine Benutzeroberfläche in zwei Varianten bereit:\n* 2011 – moderne Variante mit frischem Aussehen und vielen Verbesserungen der Benutzerfreundlichkeit\n* 2022 – neueste Variante, die als Teil des „[[mw:Desktop Improvements|Desktop-Improvements]]“-Projekts entwickelt wurde\";'),('gsw','messages:vector-specialversion-name','s:9:\"en:Vector\";'),('gsw','messages:vector-toc-beginning','s:9:\"de:Anfang\";'),('gsw','messages:vector-toc-collapsible-button-label','s:32:\"de:Inhaltsverzeichnis umschalten\";'),('gsw','messages:vector-toc-heading','s:21:\"de:Inhaltsverzeichnis\";'),('gsw','messages:vector-toc-menu-tooltip','s:21:\"de:Inhaltsverzeichnis\";'),('gsw','messages:vector-toc-toggle-button-label','s:31:\"de:Unterabschnitt $1 umschalten\";'),('gsw','messages:vector-toc-toggle-position-sidebar','s:34:\"de:In die Seitenleiste verschieben\";'),('gsw','messages:vector-toc-toggle-position-title','s:12:\"de:Verbergen\";'),('gsw','messages:vector-view-create','s:10:\"gsw:Aalege\";'),('gsw','messages:vector-view-edit','s:13:\"gsw:Bearbeite\";'),('gsw','messages:vector-view-history','s:20:\"gsw:Versionsgschicht\";'),('gsw','messages:vector-view-view','s:9:\"gsw:Läse\";'),('gsw','messages:vector-view-viewsource','s:22:\"gsw:Quälltext aaluege\";'),('gsw','messages:vector.css','s:84:\"de:/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */\";'),('gsw','messages:vector.js','s:91:\"de:/* Das folgende JavaScript wird für Benutzer der Vector-Benutzeroberfläche geladen. */\";'),('gsw','messages:verification-error','s:45:\"gsw:Die Datei het d Dateipriefig nit bstande.\";'),('gsw','messages:version','s:11:\"gsw:Version\";'),('gsw','messages:version-antispam','s:14:\"gsw:Spamschutz\";'),('gsw','messages:version-api','s:20:\"de:API-Erweiterungen\";'),('gsw','messages:version-credits-not-found','s:82:\"gsw:S sin keini detaillierte Danksagigsinformatione fir die Erwyterig gfunde wore.\";'),('gsw','messages:version-credits-summary','s:74:\"gsw:Mir danke däne Lyt fir ihri Bytreg zue [[Special:Version|MediaWiki]].\";'),('gsw','messages:version-credits-title','s:21:\"gsw:Danksagige fir $1\";'),('gsw','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('gsw','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('gsw','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('gsw','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('gsw','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('gsw','messages:version-editors','s:11:\"de:Editoren\";'),('gsw','messages:version-entrypoints','s:20:\"gsw:Yygangspunkt-URL\";'),('gsw','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('gsw','messages:version-entrypoints-articlepath','s:88:\"de:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Artikelpfad]\";'),('gsw','messages:version-entrypoints-header-entrypoint','s:16:\"gsw:Yygangspunkt\";'),('gsw','messages:version-entrypoints-header-url','s:7:\"gsw:URL\";'),('gsw','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('gsw','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('gsw','messages:version-entrypoints-scriptpath','s:86:\"de:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Skriptpfad]\";'),('gsw','messages:version-ext-colheader-credits','s:10:\"gsw:Autore\";'),('gsw','messages:version-ext-colheader-description','s:14:\"gsw:Bschryybig\";'),('gsw','messages:version-ext-colheader-license','s:11:\"gsw:Lizänz\";'),('gsw','messages:version-ext-colheader-name','s:13:\"gsw:Erwyterig\";'),('gsw','messages:version-ext-colheader-version','s:11:\"gsw:Version\";'),('gsw','messages:version-ext-license','s:11:\"gsw:Lizänz\";'),('gsw','messages:version-extensions','s:27:\"gsw:Installierti Erwyterige\";'),('gsw','messages:version-hook-name','s:21:\"gsw:Schnittstellename\";'),('gsw','messages:version-hook-subscribedby','s:13:\"gsw:Ufruef vu\";'),('gsw','messages:version-hooks','s:28:\"gsw:Schnittstelle \'\'(Hook)\'\'\";'),('gsw','messages:version-libraries','s:28:\"gsw:Installierti Bibliotheke\";'),('gsw','messages:version-libraries-authors','s:14:\"gsw:Autor/inne\";'),('gsw','messages:version-libraries-description','s:14:\"gsw:Beschrybig\";'),('gsw','messages:version-libraries-library','s:14:\"gsw:Bibliothek\";'),('gsw','messages:version-libraries-license','s:11:\"gsw:Lizänz\";'),('gsw','messages:version-libraries-version','s:11:\"gsw:Version\";'),('gsw','messages:version-license','s:11:\"gsw:Lizänz\";'),('gsw','messages:version-license-info','s:898:\"gsw:MediaWiki isch e freji Software, d. h. s cha, no dr Bedingige vu dr GNU General Public-Lizänz, wu vu dr Free Software Foundation vereffentligt woren isch, wyterverteilt un/oder modifiziert wäre. Doderbyy cha d Version 2, oder no eigenem Ermässe, jedi nejeri Version vu dr Lizänz brucht wäre.\n\nDes Programm wird in dr Hoffnig verteilt, ass es nitzli isch, aber OHNI JEDI GARANTI un sogar ohni di impliziert Garanti vun ere MÄRTGÄNGIGKEIT oder EIGNIG FIR E BSTIMMTE ZWÄCK. Doderzue git meh Hiiwys in dr GNU General Public-Lizänz.\n\nE [{{SERVER}}{{SCRIPTPATH}}/COPYING Kopi vu dr GNU General Public-Lizänz] sott zämme mit däm Programm verteilt wore syy. Wänn des nit eso isch, cha ne Kopi bi dr Free Software Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA, schriftli aagforderet oder [//www.gnu.org/licenses/old-licenses/gpl-2.0.html online gläse] wäre.\";'),('gsw','messages:version-license-not-found','s:79:\"gsw:S sin keini detaillierte Lizänzinformatione fir die Erwyterig gfunde wore.\";'),('gsw','messages:version-license-title','s:18:\"gsw:Lizänz fir $1\";'),('gsw','messages:version-mediahandlers','s:17:\"gsw:Medie-Handler\";'),('gsw','messages:version-no-ext-name','s:14:\"gsw:[kei Name]\";'),('gsw','messages:version-other','s:10:\"gsw:Anders\";'),('gsw','messages:version-parser-extensiontags','s:32:\"gsw:Parser-Erwyterige \'\'(tags)\'\'\";'),('gsw','messages:version-parser-function-hooks','s:20:\"gsw:Parser-Funktione\";'),('gsw','messages:version-parserhooks','s:24:\"gsw:Parser-Schnittstelle\";'),('gsw','messages:version-poweredby-credits','s:111:\"gsw:Die Websyte nutzt \'\'\'[https://www.mediawiki.org/wiki/MediaWiki/de MediaWiki]\'\'\', Copyright © 2001–$1 $2.\";'),('gsw','messages:version-poweredby-others','s:10:\"gsw:anderi\";'),('gsw','messages:version-poweredby-translators','s:35:\"gsw:Ibersetzer vu translatewiki.net\";'),('gsw','messages:version-poweredby-various','s:23:\"de:Verschiedene Autoren\";'),('gsw','messages:version-skin-colheader-name','s:8:\"gsw:Name\";'),('gsw','messages:version-skins','s:37:\"gsw:Installierti Benutzeroberflechine\";'),('gsw','messages:version-software','s:25:\"gsw:Installierti Software\";'),('gsw','messages:version-software-product','s:11:\"gsw:Produkt\";'),('gsw','messages:version-software-version','s:11:\"gsw:Version\";'),('gsw','messages:version-specialpages','s:15:\"gsw:Spezialsyte\";'),('gsw','messages:version-summary','s:3:\"en:\";'),('gsw','messages:version-variables','s:12:\"gsw:Variable\";'),('gsw','messages:version-version','s:7:\"en:($1)\";'),('gsw','messages:versionrequired','s:40:\"gsw:Version $1 vun MediaWiki wird brucht\";'),('gsw','messages:versionrequiredtext','s:84:\"gsw:Version $1 vu MediaWiki wird brucht zum die Syte nutze. Lueg [[Special:Version]]\";'),('gsw','messages:video-dims','s:15:\"en:$1, $2 × $3\";'),('gsw','messages:view','s:11:\"gsw:Aaluege\";'),('gsw','messages:view-pool-contention','s:18:\"en:pool contention\";'),('gsw','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('gsw','messages:view-pool-error','s:157:\"gsw:Excusez, d Server sin zur Zyt iberlaschtet.\nS versueche grad zvyl Benutzer die Syte aazluege.\nBitte wart e paar Minute, voreb Du s nomol versuechsch.\n\n$1\";'),('gsw','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('gsw','messages:viewcount','s:58:\"gsw:Die Syte isch {{PLURAL:$1|eimol|$1 Mol}} bsuecht wore.\";'),('gsw','messages:viewdeleted','s:15:\"gsw:$1 aaluege?\";'),('gsw','messages:viewdeleted_short','s:67:\"gsw:{{PLURAL:$1|ei gleschti Änderig|$1 gleschti Ändrige}} aaluege\";'),('gsw','messages:viewdeletedpage','s:25:\"gsw:Gleschti Syte aazeige\";'),('gsw','messages:viewhelppage','s:18:\"gsw:D Hilf aazeige\";'),('gsw','messages:viewinguserrights','s:96:\"de:Benutzergruppen {{GENDER:$1|des Benutzers|der Benutzerin}} <strong>[[User:$1|$1]]</strong> $2\";'),('gsw','messages:viewpagelogs','s:37:\"gsw:Logbüecher für die Syten azeige\";'),('gsw','messages:viewpagelogs-lowercase','s:26:\"de:Logbücher dieser Seite\";'),('gsw','messages:viewprevnext','s:58:\"gsw:($1 {{int:pipe-separator}} $2) aazeige; ($3) uf ds Mal\";'),('gsw','messages:views','s:21:\"gsw:Wievylmol agluegt\";'),('gsw','messages:viewsource','s:21:\"gsw:Quelltext aaluege\";'),('gsw','messages:viewsource-title','s:28:\"gsw:Quälltext vu $1 aaluege\";'),('gsw','messages:viewsourcelink','s:23:\"gsw:Quälltäxt aaluege\";'),('gsw','messages:viewsourceold','s:20:\"gsw:Quelltext azeige\";'),('gsw','messages:viewsourcetext','s:60:\"gsw:Du chasch der Quelltext vo dere Syten aluegen u kopiere.\";'),('gsw','messages:viewtalkpage','s:14:\"gsw:Diskussion\";'),('gsw','messages:viewyourtext','s:87:\"gsw:Du chasch dr Quälltext vu \'\'\'Dyne Bearbeitige\'\'\' vu däre Syte aaluege un kopiere.\";'),('gsw','messages:virus-badscanner','s:72:\"gsw:Fählerhafti Konfiguration: Virescanner, wu nid bekannt isch: \'\'$1\'\'\";'),('gsw','messages:virus-scanfailed','s:39:\"gsw:Scan het nid funktioniert (code $1)\";'),('gsw','messages:virus-unknownscanner','s:37:\"gsw:Virescanner, wu nid bekannt isch:\";'),('gsw','messages:wantedcategories','s:39:\"gsw:Bruuchti Kategorie, wo s no nid git\";'),('gsw','messages:wantedcategories-summary','s:3:\"en:\";'),('gsw','messages:wantedfiles','s:21:\"gsw:Dateie, wu fähle\";'),('gsw','messages:wantedfiles-summary','s:3:\"en:\";'),('gsw','messages:wantedfiletext-cat','s:242:\"gsw:Die Dateie wäre brucht, s git si aber nit. Dateie us främde Repositorie chenne einewäg do ufglischtet syy un wäre <del>durgstriche</del> dargstellt. Zuesätzli wäre Syte, wu s die nit vorhande Datei dinne het, in d [[:$1]] yygordnet.\";'),('gsw','messages:wantedfiletext-cat-noforeign','s:115:\"gsw:Die Dateie sy y’bunde, aber es git se nid. Syte, wo nid vorhandnigi Dateien ybinde, sy under [[:$1]] z finde.\";'),('gsw','messages:wantedfiletext-nocat','s:167:\"gsw:Die Dateie wäre brucht, s git si aber nit. Vorhandeni Dateie us främde Repositorie chenne do einewäg ufglischtet syy un wäre <del>durgstriche</del> dargstellt.\";'),('gsw','messages:wantedfiletext-nocat-noforeign','s:48:\"gsw:Die Dateie sy y’bunde, aber es git se nid.\";'),('gsw','messages:wantedpages','s:22:\"gsw:Artikel, wo fähle\";'),('gsw','messages:wantedpages-badtitle','s:37:\"gsw:Nit giltige Titel im Ergebnis: $1\";'),('gsw','messages:wantedpages-summary','s:243:\"gsw:Liste vo de meist-verlinkte Syte, wo’s nid git. Nid derby sy Syte, wo nume Wyterleitige druf verlinke. Syte, wo’s nid git u wo Wyterleitige druf verlinke, sy i der [[{{#special:BrokenRedirects}}|Liste vo kabutte Wyterleitige]] z finde.\";'),('gsw','messages:wantedtemplates','s:22:\"gsw:Vorlage, wu fähle\";'),('gsw','messages:wantedtemplates-summary','s:3:\"en:\";'),('gsw','messages:watch','s:13:\"gsw:Beobachte\";'),('gsw','messages:watching','s:20:\"gsw:Am beobachte …\";'),('gsw','messages:watchlist','s:22:\"gsw:Beobachtigslischte\";'),('gsw','messages:watchlist-details','s:104:\"gsw:{{PLURAL:$1|Ei Syte wird|$1 Syte wärde}} beobachtet (Diskussionssyte nid zelt, aber ou beobachtet).\";'),('gsw','messages:watchlist-expires-in-aria-label','s:46:\"de:Auslaufende Seite auf der Beobachtungsliste\";'),('gsw','messages:watchlist-expiring-days-full-text','s:65:\"de:Noch {{PLURAL:$1|$1 Tag|$1 Tage}} auf deiner Beobachtungsliste\";'),('gsw','messages:watchlist-expiring-hours-full-text','s:53:\"de:Noch ein paar Stunden auf deiner Beobachtungsliste\";'),('gsw','messages:watchlist-expiry-days-left','s:52:\"de:{{PLURAL:$1|$1 Tag verbleibt|$1 Tage verbleiben}}\";'),('gsw','messages:watchlist-expiry-hours-left','s:26:\"de:Nur noch wenige Stunden\";'),('gsw','messages:watchlist-expiry-options','s:88:\"de:Dauerhaft:infinite,1 Woche:1 week,1 Monat:1 month,3 Monate:3 months,6 Monate:6 months\";'),('gsw','messages:watchlist-hide','s:13:\"de:Ausblenden\";'),('gsw','messages:watchlist-options','s:17:\"gsw:Aazeigoptione\";'),('gsw','messages:watchlist-submit','s:11:\"de:Anzeigen\";'),('gsw','messages:watchlist-summary','s:3:\"en:\";'),('gsw','messages:watchlist-unwatch','s:5:\"en:×\";'),('gsw','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('gsw','messages:watchlistanontext','s:80:\"gsw:Du muesch di amälde, für dyni Beobachtigslisten azluegen oder z bearbeite.\";'),('gsw','messages:watchlistedit-clear-done','s:41:\"gsw:Dyni Beobachtigslisten isch gläärt.\";'),('gsw','messages:watchlistedit-clear-explain','s:60:\"gsw:Jeden einzel Ytrag wird us der Beobachtigsliste gstriche\";'),('gsw','messages:watchlistedit-clear-jobqueue','s:82:\"de:Deine Beobachtungsliste wird geleert. Dies kann einige Zeit in Anspruch nehmen!\";'),('gsw','messages:watchlistedit-clear-legend','s:28:\"gsw:Beobachtigsliste lääre\";'),('gsw','messages:watchlistedit-clear-removed','s:73:\"gsw:{{PLURAL:$1|$1 Syten isch|$1 Syte sy}} nümm uf der Beobachtigsliste:\";'),('gsw','messages:watchlistedit-clear-submit','s:70:\"gsw:Beobachtigsliste lääre (Das lat sech nid la rückgängig mache!)\";'),('gsw','messages:watchlistedit-clear-title','s:28:\"gsw:Beobachtigsliste lääre\";'),('gsw','messages:watchlistedit-clear-titles','s:14:\"gsw:Sytenäme:\";'),('gsw','messages:watchlistedit-normal-done','s:89:\"gsw:{{PLURAL:$1|ei Ytrag isch|$1 Yträg sin}} vo dynrer Beobachtigslischt entfernt worde:\";'),('gsw','messages:watchlistedit-normal-explain','s:277:\"gsw:Doo unte sihsch d Yytreg uf Dyyre Beobachtigslischt. Zum e Yytrag uusenee muesch s Chäschtli dernäbe markiere un derno ganz unte uf „{{int:Watchlistedit-normal-submit}}“ drucke. Du chasch Dyyni Beobachtigslischt au als [[Special:EditWatchlist/raw|Lischte bearbeite]].\";'),('gsw','messages:watchlistedit-normal-legend','s:47:\"gsw:Yträg vo dynrer Beobachtigslischt entferne\";'),('gsw','messages:watchlistedit-normal-submit','s:19:\"gsw:Yträg usenää\";'),('gsw','messages:watchlistedit-normal-title','s:33:\"gsw:D Beobachtigslischt bearbeite\";'),('gsw','messages:watchlistedit-raw-added','s:63:\"gsw:{{PLURAL:$1|ei Ytrag isch|$1 Yträg sin}} dezuedüü worde:\";'),('gsw','messages:watchlistedit-raw-done','s:51:\"gsw:Dyni Beobachtigslischt isch aktualisiert worde.\";'),('gsw','messages:watchlistedit-raw-explain','s:308:\"gsw:Do unte sihsch d Yytreg uf Dyyre Beobachtigslischt im Lischteformat. Du chasch die Yytreg zyyledewyys uusenee oder zuefiege.\nPro Zyylede isch ei Yytrag erlaubt. Wänn fertig bisch, druck uf „{{int:Watchlistedit-raw-submit}}“.\nDu chasch au d [[Special:EditWatchlist|Standard-Bearbeitigssyte]] bruuche.\";'),('gsw','messages:watchlistedit-raw-legend','s:45:\"gsw:D Beobachtigslischt als Lischte bearbeite\";'),('gsw','messages:watchlistedit-raw-removed','s:60:\"gsw:{{PLURAL:$1|ei Ytrag isch|$1 Yträg sin}} usegnoo worde:\";'),('gsw','messages:watchlistedit-raw-submit','s:36:\"gsw:D Beobachtigslischt aktualisiere\";'),('gsw','messages:watchlistedit-raw-title','s:45:\"gsw:D Beobachtigslischt als Lischte bearbeite\";'),('gsw','messages:watchlistedit-raw-titles','s:11:\"gsw:Yträg:\";'),('gsw','messages:watchlistedit-too-many','s:43:\"gsw:Es het z vil Syte, für se hie azzeige.\";'),('gsw','messages:watchlistfor2','s:10:\"gsw:Fir $1\";'),('gsw','messages:watchlistnotwatchable','s:31:\"de:Seite ist nicht beobachtbar.\";'),('gsw','messages:watchlisttools-clear','s:28:\"gsw:Beobachtigsliste lääre\";'),('gsw','messages:watchlisttools-edit','s:20:\"gsw:normal bearbeite\";'),('gsw','messages:watchlisttools-raw','s:36:\"gsw:imene große Textfäld bearbeite\";'),('gsw','messages:watchlisttools-view','s:31:\"gsw:Beobachtigsliste: Änderige\";'),('gsw','messages:watchnologin','s:27:\"gsw:Du bisch nit aagmäldet\";'),('gsw','messages:watchthis','s:25:\"gsw:Dä Artikel beobachte\";'),('gsw','messages:watchthispage','s:22:\"gsw:Die Syte beobachte\";'),('gsw','messages:watchthisupload','s:22:\"gsw:Die Syte beobachte\";'),('gsw','messages:wed','s:7:\"gsw:Mit\";'),('gsw','messages:wednesday','s:13:\"gsw:Mittwuche\";'),('gsw','messages:wednesday-at','s:17:\"gsw:Midwuch um $1\";'),('gsw','messages:weeks','s:26:\"gsw:{{PLURAL:$1|$1 Wuche}}\";'),('gsw','messages:welcomecreation-msg','s:117:\"gsw:Dyy Benutzerkonto isch aagleit wore.\nVergiss nit, Dyni [[Special:Preferences|{{SITENAME}}-Yystellige]] z ändere.\";'),('gsw','messages:welcomeuser','s:17:\"gsw:Willchuu, $1!\";'),('gsw','messages:whatlinkshere','s:25:\"gsw:Was verwyst do druff?\";'),('gsw','messages:whatlinkshere-count','s:64:\"de:Angezeigt {{PLURAL:$1|wird ein Eintrag|werden $1 Einträge}}.\";'),('gsw','messages:whatlinkshere-hideimages','s:24:\"gsw:Dateilink uusblände\";'),('gsw','messages:whatlinkshere-hidelinks','s:19:\"gsw:Link uusblände\";'),('gsw','messages:whatlinkshere-hideredirs','s:27:\"gsw:Wyterleitige uusblände\";'),('gsw','messages:whatlinkshere-hidetrans','s:31:\"gsw:Vorlageyybindige uusblände\";'),('gsw','messages:whatlinkshere-links','s:13:\"gsw:← Links\";'),('gsw','messages:whatlinkshere-next','s:41:\"gsw:{{PLURAL:$1|nächscht|nächschti $1}}\";'),('gsw','messages:whatlinkshere-page','s:9:\"gsw:Syte:\";'),('gsw','messages:whatlinkshere-prev','s:35:\"gsw:{{PLURAL:$1|vorder|vorderi $1}}\";'),('gsw','messages:whatlinkshere-sectionredir','s:39:\"de:Weiterleitung zum Abschnitt „$1“\";'),('gsw','messages:whatlinkshere-submit','s:6:\"de:Los\";'),('gsw','messages:whatlinkshere-summary','s:3:\"en:\";'),('gsw','messages:whatlinkshere-title','s:35:\"gsw:Sytene, wo uf „$1“ verlinke\";'),('gsw','messages:whitelistedittext','s:42:\"gsw:Du muesch Di $1 zum Artikel bearbeite.\";'),('gsw','messages:widthheight','s:11:\"en:$1 × $2\";'),('gsw','messages:widthheightpage','s:42:\"gsw:$1 × $2, {{PLURAL:$3|1 Syte|$3 Syte}}\";'),('gsw','messages:wikieditor','s:53:\"gsw:Oberflechi fir s fortgschritte Wikitext-Bearbeite\";'),('gsw','messages:wikieditor-desc','s:104:\"gsw:Stellt e uusklappbari Wikitext-Bearbeitigsoberflechi z Verfiegig un vili Modul mit extra Megligkeite\";'),('gsw','messages:wikieditor-loading','s:11:\"gsw:Am Lade\";'),('gsw','messages:wikieditor-preview-changes-tab','s:13:\"gsw:Änderige\";'),('gsw','messages:wikieditor-preview-loading','s:15:\"gsw:Am Lade ...\";'),('gsw','messages:wikieditor-preview-preference','s:44:\"gsw:Gegeiniberstelligs-Vorschau meglig mache\";'),('gsw','messages:wikieditor-preview-tab','s:12:\"gsw:Vorschau\";'),('gsw','messages:wikieditor-publish-button-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:wikieditor-publish-button-publish','s:14:\"gsw:Publiziere\";'),('gsw','messages:wikieditor-publish-dialog-goback','s:9:\"gsw:Zruck\";'),('gsw','messages:wikieditor-publish-dialog-minor','s:36:\"gsw:Chleinigkeite sin gänderet wore\";'),('gsw','messages:wikieditor-publish-dialog-publish','s:14:\"gsw:Publiziere\";'),('gsw','messages:wikieditor-publish-dialog-summary','s:73:\"gsw:Zämmefassig (churzi Bschryybig vu dr Änderige, wu du gmacht hesch):\";'),('gsw','messages:wikieditor-publish-dialog-title','s:30:\"gsw:Uf {{SITENAME}} publiziere\";'),('gsw','messages:wikieditor-publish-dialog-watch','s:22:\"gsw:Die Syte beobachte\";'),('gsw','messages:wikieditor-publish-preference','s:53:\"gsw:Schritt-fir-Schritt-Vereffentlichung meglig mache\";'),('gsw','messages:wikieditor-toolbar','s:33:\"gsw:Wärchzygchäschtli bearbeite\";'),('gsw','messages:wikieditor-toolbar-desc','s:76:\"gsw:Wärchzygchäschtli mit ere verbesserete Benutzerfrejndligkeit bearbeite\";'),('gsw','messages:wikieditor-toolbar-dialogs-preference','s:53:\"gsw:Dialog aktiviere zum Links, Tabälle usw. yysetze\";'),('gsw','messages:wikieditor-toolbar-file-caption','s:14:\"gsw:Bschrybig:\";'),('gsw','messages:wikieditor-toolbar-file-default','s:14:\"gsw:(Standard)\";'),('gsw','messages:wikieditor-toolbar-file-float','s:15:\"gsw:Uusrichtig:\";'),('gsw','messages:wikieditor-toolbar-file-format','s:11:\"gsw:Format:\";'),('gsw','messages:wikieditor-toolbar-file-format-none','s:9:\"gsw:keini\";'),('gsw','messages:wikieditor-toolbar-file-size','s:11:\"gsw:Greßi:\";'),('gsw','messages:wikieditor-toolbar-file-target','s:14:\"gsw:Dateiname:\";'),('gsw','messages:wikieditor-toolbar-group-format','s:10:\"gsw:Format\";'),('gsw','messages:wikieditor-toolbar-group-insert','s:11:\"gsw:Yyfiege\";'),('gsw','messages:wikieditor-toolbar-help-content-bold-description','s:8:\"gsw:Fett\";'),('gsw','messages:wikieditor-toolbar-help-content-bold-result','s:34:\"gsw:<strong>Fette Tekscht</strong>\";'),('gsw','messages:wikieditor-toolbar-help-content-bold-syntax','s:23:\"gsw:\'\'\'Fette Tekscht\'\'\'\";'),('gsw','messages:wikieditor-toolbar-help-content-bolditalic-description','s:21:\"gsw:Fett &amp; kursiv\";'),('gsw','messages:wikieditor-toolbar-help-content-bolditalic-result','s:57:\"gsw:<strong><em>Fette &amp; kursive Tekscht</em></strong>\";'),('gsw','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:41:\"gsw:\'\'\'\'\'Fette &amp; kursive Tekscht\'\'\'\'\'\";'),('gsw','messages:wikieditor-toolbar-help-content-file-caption','s:15:\"de:Beschreibung\";'),('gsw','messages:wikieditor-toolbar-help-content-file-description','s:19:\"gsw:Yygfiegti Datei\";'),('gsw','messages:wikieditor-toolbar-help-content-file-syntax','s:28:\"gsw:[[$1:Example.png|$2|$3]]\";'),('gsw','messages:wikieditor-toolbar-help-content-heading2-description','s:24:\"gsw:Iberschrift 2. Ebeni\";'),('gsw','messages:wikieditor-toolbar-help-content-heading2-result','s:32:\"gsw:<h2>Iberschriftetekscht</h2>\";'),('gsw','messages:wikieditor-toolbar-help-content-heading2-syntax','s:29:\"gsw:== Iberschriftetekscht ==\";'),('gsw','messages:wikieditor-toolbar-help-content-heading3-description','s:24:\"gsw:Iberschrift 3. Ebeni\";'),('gsw','messages:wikieditor-toolbar-help-content-heading3-result','s:32:\"gsw:<h3>Iberschriftetekscht</h3>\";'),('gsw','messages:wikieditor-toolbar-help-content-heading3-syntax','s:31:\"gsw:=== Iberschriftetekscht ===\";'),('gsw','messages:wikieditor-toolbar-help-content-heading4-description','s:24:\"gsw:Iberschrift 4. Ebeni\";'),('gsw','messages:wikieditor-toolbar-help-content-heading4-result','s:32:\"gsw:<h4>Iberschriftetekscht</h4>\";'),('gsw','messages:wikieditor-toolbar-help-content-heading4-syntax','s:33:\"gsw:==== Iberschriftetekscht ====\";'),('gsw','messages:wikieditor-toolbar-help-content-heading5-description','s:24:\"gsw:Iberschrift 5. Ebeni\";'),('gsw','messages:wikieditor-toolbar-help-content-heading5-result','s:32:\"gsw:<h5>Iberschriftetekscht</h5>\";'),('gsw','messages:wikieditor-toolbar-help-content-heading5-syntax','s:35:\"gsw:===== Iberschriftetekscht =====\";'),('gsw','messages:wikieditor-toolbar-help-content-ilink-description','s:17:\"gsw:Intärne Link\";'),('gsw','messages:wikieditor-toolbar-help-content-ilink-result','s:61:\"gsw:<a href=\'#\'>Gleichname</a><br /><a href=\'#\'>Sytetitel</a>\";'),('gsw','messages:wikieditor-toolbar-help-content-ilink-syntax','s:49:\"gsw:[[Page title|Gleichname]]<br />[[Page title]]\";'),('gsw','messages:wikieditor-toolbar-help-content-indent-description','s:14:\"gsw:Zeileyyzug\";'),('gsw','messages:wikieditor-toolbar-help-content-indent-result','s:89:\"gsw:Normale Tekscht<dl><dd>Yygruckte Tekscht<dl><dd>Yygruckte Tekscht</dd></dl></dd></dl>\";'),('gsw','messages:wikieditor-toolbar-help-content-indent-syntax','s:68:\"gsw:Normale Tekscht<br />:Yygruckte Tekscht<br />::Yygruckte Tekscht\";'),('gsw','messages:wikieditor-toolbar-help-content-italic-description','s:10:\"gsw:Kursiv\";'),('gsw','messages:wikieditor-toolbar-help-content-italic-result','s:28:\"gsw:<em>Kursive Tekscht</em>\";'),('gsw','messages:wikieditor-toolbar-help-content-italic-syntax','s:23:\"gsw:\'\'Kursive Tekscht\'\'\";'),('gsw','messages:wikieditor-toolbar-help-content-named-reference-description','s:27:\"de:Benannter Einzelnachweis\";'),('gsw','messages:wikieditor-toolbar-help-content-named-reference-result','s:44:\"de:Seitentext.<sup><a href=\'#\'>[2]</a></sup>\";'),('gsw','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:82:\"de:Seitentext.&lt;ref name=\"test\"&gt;[http://www.example.org Linktext]&lt;/ref&gt;\";'),('gsw','messages:wikieditor-toolbar-help-content-olist-description','s:22:\"gsw:Nummerierti Lischt\";'),('gsw','messages:wikieditor-toolbar-help-content-olist-result','s:55:\"gsw:<ol><li>Lischtepunkt</li><li>Lischtepunkt</li></ol>\";'),('gsw','messages:wikieditor-toolbar-help-content-olist-syntax','s:38:\"gsw:# Lischtepunkt<br /># Lischtepunkt\";'),('gsw','messages:wikieditor-toolbar-help-content-reference-description','s:11:\"gsw:Quälle\";'),('gsw','messages:wikieditor-toolbar-help-content-reference-result','s:46:\"gsw:Sytetekscht.<sup><a href=\'#\'>[1]</a></sup>\";'),('gsw','messages:wikieditor-toolbar-help-content-reference-syntax','s:101:\"gsw:Sytetekscht.&lt;ref&gt;[http://www.byschpil.org Gleichtekscht], zuesätzlige Tekscht.&lt;/ref&gt;\";'),('gsw','messages:wikieditor-toolbar-help-content-rereference-description','s:48:\"gsw:Zuesätzlige Verwändig vu dr glyche Quälle\";'),('gsw','messages:wikieditor-toolbar-help-content-rereference-result','s:46:\"gsw:Sytetekscht.<sup><a href=\'#\'>[2]</a></sup>\";'),('gsw','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('gsw','messages:wikieditor-toolbar-help-content-showreferences-description','s:19:\"gsw:Quälle aazeige\";'),('gsw','messages:wikieditor-toolbar-help-content-showreferences-result','s:219:\"gsw:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.byschpil.org\' class=\'Extärne Tekscht\' href=\'#\'>Linktekscht</a>, zuesätzlige Tekscht.</li></ol>\";'),('gsw','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('gsw','messages:wikieditor-toolbar-help-content-signature-description','s:16:\"gsw:Unterschrift\";'),('gsw','messages:wikieditor-toolbar-help-content-signature-result','s:111:\"gsw:<a href=\'#\' title=\'{{#special:mypage}}\'>Benutzername</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>)\";'),('gsw','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('gsw','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:29:\"gsw:Unterschrift mit Zytaagab\";'),('gsw','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:139:\"gsw:--<a href=\'#\' title=\'{{#special:mypage}}\'>Benutzername</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>talk</a>) 15:54, 10 June 2009 (UTC)\";'),('gsw','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('gsw','messages:wikieditor-toolbar-help-content-ulist-description','s:23:\"gsw:Lischt mit Ufzellig\";'),('gsw','messages:wikieditor-toolbar-help-content-ulist-result','s:55:\"gsw:<ul><li>Lischtepunkt</li><li>Lischtepunkt</li></ul>\";'),('gsw','messages:wikieditor-toolbar-help-content-ulist-syntax','s:38:\"gsw:* Lischtepunkt<br />* Lischtepunkt\";'),('gsw','messages:wikieditor-toolbar-help-content-xlink-description','s:17:\"gsw:Extärne Link\";'),('gsw','messages:wikieditor-toolbar-help-content-xlink-result','s:162:\"gsw:<a href=\'#\' class=\'external\'>Gleichname</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.byschpil.org</a>\";'),('gsw','messages:wikieditor-toolbar-help-content-xlink-syntax','s:100:\"gsw:[http://www.byschpil.org Gleichname]<br />[http://www.byschpil.org]<br />http://www.byschpil.org\";'),('gsw','messages:wikieditor-toolbar-help-heading-description','s:13:\"gsw:Bschrybig\";'),('gsw','messages:wikieditor-toolbar-help-heading-result','s:25:\"gsw:Was Du derby kriegsch\";'),('gsw','messages:wikieditor-toolbar-help-heading-syntax','s:20:\"gsw:Was Du schrybsch\";'),('gsw','messages:wikieditor-toolbar-help-page-discussion','s:14:\"gsw:Diskussion\";'),('gsw','messages:wikieditor-toolbar-help-page-file','s:10:\"gsw:Dateie\";'),('gsw','messages:wikieditor-toolbar-help-page-format','s:14:\"gsw:Formatiere\";'),('gsw','messages:wikieditor-toolbar-help-page-heading','s:16:\"gsw:Iberschrifte\";'),('gsw','messages:wikieditor-toolbar-help-page-link','s:9:\"gsw:Links\";'),('gsw','messages:wikieditor-toolbar-help-page-list','s:11:\"gsw:Lischte\";'),('gsw','messages:wikieditor-toolbar-help-page-reference','s:11:\"gsw:Quälle\";'),('gsw','messages:wikieditor-toolbar-hidesig','s:66:\"gsw:Dr Unterschriftebutton bi Syte im Artikelnamensruum uusblände\";'),('gsw','messages:wikieditor-toolbar-loading','s:15:\"gsw:Am Lade ...\";'),('gsw','messages:wikieditor-toolbar-preference','s:60:\"gsw:Verbesseret Bearbeitigs-Wärchzygchäschtli meglig mache\";'),('gsw','messages:wikieditor-toolbar-section-advanced','s:13:\"gsw:Erwyteret\";'),('gsw','messages:wikieditor-toolbar-section-characters','s:16:\"gsw:Sunderzeiche\";'),('gsw','messages:wikieditor-toolbar-section-help','s:8:\"gsw:Hilf\";'),('gsw','messages:wikieditor-toolbar-tool-big','s:9:\"gsw:Groß\";'),('gsw','messages:wikieditor-toolbar-tool-big-example','s:27:\"gsw:Grossgschribene Tekscht\";'),('gsw','messages:wikieditor-toolbar-tool-bold','s:9:\"gsw:Fätt\";'),('gsw','messages:wikieditor-toolbar-tool-bold-example','s:17:\"gsw:Tekscht fätt\";'),('gsw','messages:wikieditor-toolbar-tool-file','s:19:\"gsw:Yygfiegti Datei\";'),('gsw','messages:wikieditor-toolbar-tool-file-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:wikieditor-toolbar-tool-file-example','s:16:\"gsw:Byschpil.jpg\";'),('gsw','messages:wikieditor-toolbar-tool-file-insert','s:11:\"gsw:Yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-file-title','s:17:\"gsw:Datei yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-gallery','s:18:\"gsw:Bildergallerii\";'),('gsw','messages:wikieditor-toolbar-tool-gallery-example','s:53:\"gsw:Byschpil.jpg|Bschriftig1\nByschpil.jpg|Bschriftig2\";'),('gsw','messages:wikieditor-toolbar-tool-heading','s:15:\"gsw:Iberschrift\";'),('gsw','messages:wikieditor-toolbar-tool-heading-1','s:11:\"gsw:Ebeni 1\";'),('gsw','messages:wikieditor-toolbar-tool-heading-2','s:11:\"gsw:Ebeni 2\";'),('gsw','messages:wikieditor-toolbar-tool-heading-3','s:11:\"gsw:Ebeni 3\";'),('gsw','messages:wikieditor-toolbar-tool-heading-4','s:11:\"gsw:Ebeni 4\";'),('gsw','messages:wikieditor-toolbar-tool-heading-5','s:11:\"gsw:Ebeni 5\";'),('gsw','messages:wikieditor-toolbar-tool-heading-example','s:23:\"gsw:Iberschriftetekscht\";'),('gsw','messages:wikieditor-toolbar-tool-ilink','s:17:\"gsw:Intärne Link\";'),('gsw','messages:wikieditor-toolbar-tool-ilink-example','s:15:\"gsw:Gleichtitel\";'),('gsw','messages:wikieditor-toolbar-tool-italic','s:10:\"gsw:Kursiv\";'),('gsw','messages:wikieditor-toolbar-tool-italic-example','s:18:\"gsw:Tekscht kursiv\";'),('gsw','messages:wikieditor-toolbar-tool-link','s:8:\"gsw:Link\";'),('gsw','messages:wikieditor-toolbar-tool-link-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:wikieditor-toolbar-tool-link-empty','s:50:\"gsw:Du hesch nyt yygee, wu druf cha verwise wäre.\";'),('gsw','messages:wikieditor-toolbar-tool-link-ext','s:30:\"gsw:Zuen ere extärne Netzsyte\";'),('gsw','messages:wikieditor-toolbar-tool-link-ext-target','s:13:\"gsw:URL-Link:\";'),('gsw','messages:wikieditor-toolbar-tool-link-ext-text','s:15:\"gsw:Gleichtext:\";'),('gsw','messages:wikieditor-toolbar-tool-link-insert','s:16:\"gsw:Link yysetze\";'),('gsw','messages:wikieditor-toolbar-tool-link-int','s:37:\"gsw:Zuen eme Wikiartikel/ere Wikisyte\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-invalid','s:49:\"gsw:Dr Titel, wu Du aagee hesch, isch nit giltig.\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target','s:17:\"gsw:Artikeltitel:\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:25:\"de:Begriffsklärungsseite\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:19:\"gsw:Syte git s scho\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:17:\"gsw:Extärne Link\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:21:\"gsw:Nit giltige Titel\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:32:\"gsw:Am Priefe, eb s Syte git ...\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:18:\"gsw:Syte git s nit\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:21:\"gsw:Sytename oder URL\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-text','s:15:\"gsw:Gleichtext:\";'),('gsw','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:37:\"gsw:Text yygee, wu soll aazeigt wäre\";'),('gsw','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:106:\"gsw:D URL, wu Du yygee hesch, siht uus wie ne Link zuen ere andre Wikisyte.\nWettsch e intärne Link setze?\";'),('gsw','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:17:\"gsw:Extärne Link\";'),('gsw','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:17:\"gsw:Intärne Link\";'),('gsw','messages:wikieditor-toolbar-tool-link-title','s:16:\"gsw:Link yysetze\";'),('gsw','messages:wikieditor-toolbar-tool-newline','s:14:\"gsw:Neji Zeile\";'),('gsw','messages:wikieditor-toolbar-tool-nowiki','s:24:\"gsw:Kei Wiki-Formatierig\";'),('gsw','messages:wikieditor-toolbar-tool-nowiki-example','s:33:\"gsw:Do nit-formatierte Text yygee\";'),('gsw','messages:wikieditor-toolbar-tool-olist','s:22:\"gsw:Nummerierti Lischt\";'),('gsw','messages:wikieditor-toolbar-tool-olist-example','s:29:\"gsw:Nummerierti Lischte-Punkt\";'),('gsw','messages:wikieditor-toolbar-tool-redirect','s:15:\"gsw:Wyterleitig\";'),('gsw','messages:wikieditor-toolbar-tool-redirect-example','s:16:\"gsw:Ziilsytename\";'),('gsw','messages:wikieditor-toolbar-tool-reference','s:11:\"gsw:Quälle\";'),('gsw','messages:wikieditor-toolbar-tool-reference-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:wikieditor-toolbar-tool-reference-example','s:31:\"gsw:Do Fuessnotetekscht yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-reference-insert','s:11:\"gsw:Yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-reference-text','s:17:\"gsw:Referänztext\";'),('gsw','messages:wikieditor-toolbar-tool-reference-title','s:21:\"gsw:Referänz yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-replace','s:22:\"gsw:Suechen un ersetze\";'),('gsw','messages:wikieditor-toolbar-tool-replace-button-findnext','s:19:\"gsw:Negschti sueche\";'),('gsw','messages:wikieditor-toolbar-tool-replace-button-replace','s:11:\"gsw:Ersetze\";'),('gsw','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:16:\"gsw:Alli ersetze\";'),('gsw','messages:wikieditor-toolbar-tool-replace-case','s:42:\"gsw:Groß- un Chleibuechstabe unterscheide\";'),('gsw','messages:wikieditor-toolbar-tool-replace-close','s:12:\"gsw:Zuemache\";'),('gsw','messages:wikieditor-toolbar-tool-replace-emptysearch','s:34:\"gsw:Du hesch nyt yygee zum Sueche.\";'),('gsw','messages:wikieditor-toolbar-tool-replace-invalidregex','s:67:\"gsw:Dää regulär Uusdruck, wu Du yygee hesch, isch nit giltig: $1\";'),('gsw','messages:wikieditor-toolbar-tool-replace-nomatch','s:39:\"gsw:Zue Dyyre Suech git s kei Träffer.\";'),('gsw','messages:wikieditor-toolbar-tool-replace-regex','s:72:\"gsw:D Zeichechette wu gsuecht soll wäre as reguläre Uusdruck versueche\";'),('gsw','messages:wikieditor-toolbar-tool-replace-replace','s:16:\"gsw:Ersetze dur:\";'),('gsw','messages:wikieditor-toolbar-tool-replace-search','s:14:\"gsw:Sueche no:\";'),('gsw','messages:wikieditor-toolbar-tool-replace-success','s:27:\"gsw:$1 Ersetzige durgfiert.\";'),('gsw','messages:wikieditor-toolbar-tool-replace-title','s:21:\"gsw:Sueche un ersetze\";'),('gsw','messages:wikieditor-toolbar-tool-signature','s:32:\"gsw:Unterschrift un Zytstämpfel\";'),('gsw','messages:wikieditor-toolbar-tool-small','s:9:\"gsw:Chlei\";'),('gsw','messages:wikieditor-toolbar-tool-small-example','s:27:\"gsw:Chleigschribene Tekscht\";'),('gsw','messages:wikieditor-toolbar-tool-subscript','s:15:\"gsw:Untergsetzt\";'),('gsw','messages:wikieditor-toolbar-tool-subscript-example','s:24:\"gsw:Untergsetzte Tekscht\";'),('gsw','messages:wikieditor-toolbar-tool-superscript','s:14:\"gsw:Hochgsetzt\";'),('gsw','messages:wikieditor-toolbar-tool-superscript-example','s:23:\"gsw:Hochgsetzte Tekscht\";'),('gsw','messages:wikieditor-toolbar-tool-table','s:12:\"gsw:Tabälle\";'),('gsw','messages:wikieditor-toolbar-tool-table-cancel','s:13:\"gsw:Abbräche\";'),('gsw','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:10:\"gsw:Spalte\";'),('gsw','messages:wikieditor-toolbar-tool-table-dimensions-header','s:23:\"gsw:Iberschrift yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:8:\"gsw:Zyle\";'),('gsw','messages:wikieditor-toolbar-tool-table-example','s:14:\"gsw:Zälletext\";'),('gsw','messages:wikieditor-toolbar-tool-table-example-cell-text','s:14:\"gsw:Zälletext\";'),('gsw','messages:wikieditor-toolbar-tool-table-example-header','s:15:\"gsw:Iberschrift\";'),('gsw','messages:wikieditor-toolbar-tool-table-example-old','s:173:\"gsw:-\n! Chopf 1\n! Chopf 2\n! Chopf 3\n|-\n| Zyylete 1, Zälle 1\n| Zyylete 1, Zälle 2\n| Zyylete 1, Zälle 3\n|-\n| Zyylete 2, Zälle 1\n| Zyylete 2, Zälle 2\n| Zyylete 2, Zälle 3\";'),('gsw','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('gsw','messages:wikieditor-toolbar-tool-table-insert','s:11:\"gsw:Yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-table-invalidnumber','s:57:\"gsw:Du hesch kei giltigi Zahl vu Zyyle oder Spalte yygee.\";'),('gsw','messages:wikieditor-toolbar-tool-table-preview','s:12:\"gsw:Vorschau\";'),('gsw','messages:wikieditor-toolbar-tool-table-sortable','s:29:\"gsw:Tabälle sortierbar mache\";'),('gsw','messages:wikieditor-toolbar-tool-table-title','s:20:\"gsw:Tabälle yyfiege\";'),('gsw','messages:wikieditor-toolbar-tool-table-toomany','s:91:\"gsw:Yyfiege vun ere Tabälle mit meh wie $1 Zälle isch nit megli in däm Dialogfänschter.\";'),('gsw','messages:wikieditor-toolbar-tool-table-wikitable','s:19:\"gsw:Style mit Ramme\";'),('gsw','messages:wikieditor-toolbar-tool-table-zero','s:58:\"gsw:Du chasch kei Tabälle yyfiege ohni Zyyle oder Spalte.\";'),('gsw','messages:wikieditor-toolbar-tool-ulist','s:22:\"gsw:Nummerierti Lischt\";'),('gsw','messages:wikieditor-toolbar-tool-ulist-example','s:25:\"gsw:Ufzelligslischtepunkt\";'),('gsw','messages:wikieditor-toolbar-tool-xlink','s:46:\"gsw:Extärne Link (dänk an s Präfix http://)\";'),('gsw','messages:wikieditor-toolbar-tool-xlink-example','s:39:\"gsw:http://www.byschpil.com Gleichtitel\";'),('gsw','messages:wikieditor-wikitext-tab','s:12:\"gsw:WikiText\";'),('gsw','messages:windows-nonascii-filename','s:57:\"gsw:Des Wiki unterstitzt kei Dateinäme mit Sonderzeiche.\";'),('gsw','messages:withoutinterwiki','s:40:\"gsw:Sytenen ohni Links zu andere Sprache\";'),('gsw','messages:withoutinterwiki-legend','s:11:\"gsw:Vorsilb\";'),('gsw','messages:withoutinterwiki-submit','s:8:\"gsw:Zeig\";'),('gsw','messages:withoutinterwiki-summary','s:51:\"gsw:Die Syte verwyyse nit uf anderi Sprochversione.\";'),('gsw','messages:wlheader-enotif','s:43:\"gsw:E-Mail-Benachrichtigung isch aktiviert.\";'),('gsw','messages:wlheader-showupdated','s:85:\"gsw:Syte, wo syt em letste Bsuech hei gänderet, sy <strong>fett</strong> dargstellt.\";'),('gsw','messages:wlnote','s:185:\"gsw:Unde {{PLURAL:$1|steit di letsti Änderig|stöh di letste <strong>$1</strong> Änderigen}} us {{PLURAL:$2|der letste Stund|de letste <strong>$2</strong> Stunde}}. Stand: $3, $4 Uhr.\";'),('gsw','messages:wlshowhideanons','s:19:\"de:Anonyme Benutzer\";'),('gsw','messages:wlshowhidebots','s:7:\"de:Bots\";'),('gsw','messages:wlshowhidecategorization','s:24:\"de:Seitenkategorisierung\";'),('gsw','messages:wlshowhideliu','s:24:\"de:Registrierte Benutzer\";'),('gsw','messages:wlshowhidemine','s:22:\"de:Meine Bearbeitungen\";'),('gsw','messages:wlshowhideminor','s:23:\"de:Kleine Bearbeitungen\";'),('gsw','messages:wlshowhidepatr','s:30:\"de:Kontrollierte Bearbeitungen\";'),('gsw','messages:wlshowtime','s:28:\"de:Anzuzeigende Zeitperiode:\";'),('gsw','messages:word-separator','s:8:\"en:&#32;\";'),('gsw','messages:wrongpassword','s:67:\"gsw:Des Passwort isch falsch (oder fählt). Bitte versuech s nomol.\";'),('gsw','messages:wrongpasswordempty','s:67:\"gsw:Du hesch vergässe dyy Passwort yyzgee. Bitte versuech s nomol.\";'),('gsw','messages:xffblockreason','s:179:\"gsw:En IP-Adrässen im Header «X-Forwarded-For» isch gsperrt worde, entweder dyni oder die vomene Proxy-Server, wo du bruuchsch. Der ursprünglechi Grund für d Sperrig isch: $1\";'),('gsw','messages:xml-error-string','s:41:\"gsw:$1 Zeile $2, Spalte $3, (Byte $4): $5\";'),('gsw','messages:year','s:13:\"gsw:bis Jahr:\";'),('gsw','messages:years','s:25:\"gsw:{{PLURAL:$1|$1 Jahr}}\";'),('gsw','messages:yesterday-at','s:19:\"gsw:Geschtert am $1\";'),('gsw','messages:youhavenewmessages','s:21:\"gsw:Du hesch $1 ($2).\";'),('gsw','messages:youhavenewmessagesfromusers','s:70:\"gsw:Du hesch $1 vu {{PLURAL:$3|eme andere Benutzer|$3 Benutzer}} ($2).\";'),('gsw','messages:youhavenewmessagesmanyusers','s:37:\"gsw:Du hesch $1 vu vil Benutzer ($2).\";'),('gsw','messages:yourdiff','s:14:\"gsw:Unterschid\";'),('gsw','messages:yourdomainname','s:17:\"gsw:Dyyni Domäne\";'),('gsw','messages:youremail','s:19:\"gsw:E-Mail-Adräss:\";'),('gsw','messages:yourgender','s:48:\"gsw:Wie sölle Systemmäldigen über di brichte?\";'),('gsw','messages:yourlanguage','s:11:\"gsw:Sproch:\";'),('gsw','messages:yourname','s:20:\"gsw:Dyy Benutzername\";'),('gsw','messages:yournick','s:17:\"gsw:Unterschrift:\";'),('gsw','messages:yourpassword','s:13:\"gsw:Passwort:\";'),('gsw','messages:yourpasswordagain','s:26:\"gsw:Passwort no mol yygee:\";'),('gsw','messages:yourrealname','s:15:\"gsw:Echte Name:\";'),('gsw','messages:yourtext','s:13:\"gsw:Dyy Täxt\";'),('gsw','messages:yourvariant','s:31:\"gsw:Sproochvariante vum Inhalt:\";'),('gsw','messages:zip-bad','s:130:\"gsw:D Datei isch kaputt oder e ZIP-Datei, wu us andere Grind nit cha gläse wäre.\nSi cha wäge däm nit richtig iberprieft wäre.\";'),('gsw','messages:zip-file-open-error','s:70:\"gsw:S het e Fähler gee bim Ufmache vu dr Datei fir d ZIP-Iberpriefig.\";'),('gsw','messages:zip-unsupported','s:134:\"gsw:Die ZIP-Datei het Komprimierigseigeschafte, wu nit vu MediaWiki unterstitzt wäre.\nSi cha wäge däm nit richtig iberprieft wäre.\";'),('gsw','messages:zip-wrong-format','s:51:\"gsw:D Datei, wu Du aagee hesch, isch kei ZIP-Datei.\";'),('gsw','minimumGroupingDigits','N;'),('gsw','namespaceAliases','a:4:{s:4:\"Bild\";i:6;s:15:\"Bild_Diskussion\";i:7;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('gsw','namespaceGenderAliases','a:2:{i:2;a:2:{s:4:\"male\";s:8:\"Benutzer\";s:6:\"female\";s:10:\"Benutzerin\";}i:3;a:2:{s:4:\"male\";s:19:\"Benutzer_Diskussion\";s:6:\"female\";s:21:\"Benutzerin_Diskussion\";}}'),('gsw','namespaceNames','a:17:{i:-2;s:6:\"Medium\";i:-1;s:7:\"Spezial\";i:1;s:10:\"Diskussion\";i:2;s:8:\"Benutzer\";i:3;s:19:\"Benutzer_Diskussion\";i:5;s:13:\"$1_Diskussion\";i:6;s:5:\"Datei\";i:7;s:16:\"Datei_Diskussion\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"MediaWiki_Diskussion\";i:10;s:7:\"Vorlage\";i:11;s:18:\"Vorlage_Diskussion\";i:12;s:5:\"Hilfe\";i:13;s:16:\"Hilfe_Diskussion\";i:14;s:9:\"Kategorie\";i:15;s:20:\"Kategorie_Diskussion\";i:0;s:0:\"\";}'),('gsw','originalFallbackSequence','a:1:{i:0;s:2:\"de\";}'),('gsw','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('gsw','pluralRules','a:1:{i:0;s:50:\"n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000\";}'),('gsw','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:64:\"gsw:Project:Über {{UCFIRST:{{GRAMMAR:akkusativ|{{SITENAME}}}}}}\";s:9:\"aboutsite\";s:44:\"gsw:Über {{GRAMMAR:akkusativ|{{SITENAME}}}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:11:\"gsw:Aktione\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"en:[$1]\";s:15:\"comma-separator\";s:9:\"en:,&#32;\";s:13:\"currentevents\";s:21:\"gsw:Aktuelli Mäldige\";s:17:\"currentevents-url\";s:27:\"gsw:Project:Aktuelli Termin\";s:14:\"disclaimerpage\";s:21:\"gsw:Project:Impressum\";s:11:\"disclaimers\";s:13:\"gsw:Impressum\";s:4:\"edit\";s:11:\"gsw:Ändere\";s:11:\"editsection\";s:11:\"gsw:ändere\";s:15:\"editsectionhint\";s:25:\"gsw:Abschnitt ändere: $1\";s:4:\"help\";s:8:\"gsw:Hilf\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:12:\"de:$1 – $2\";s:6:\"jumpto\";s:13:\"gsw:Gump zue:\";s:16:\"jumptonavigation\";s:14:\"gsw:Navigation\";s:12:\"jumptosearch\";s:9:\"gsw:Suech\";s:14:\"lastmodifiedat\";s:44:\"gsw:Letschti Bearbeitig vo dere Syte: $2, $1\";s:8:\"mainpage\";s:13:\"gsw:Houptsyte\";s:20:\"mainpage-description\";s:13:\"gsw:Houptsyte\";s:14:\"mainpage-nstab\";s:13:\"gsw:Houptsyte\";s:10:\"namespaces\";s:14:\"gsw:Namensryym\";s:10:\"navigation\";s:14:\"gsw:Navigation\";s:23:\"nav-login-createaccount\";s:27:\"gsw:Aamälde / Konto aalege\";s:10:\"nstab-main\";s:8:\"gsw:Syte\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:36:\"gsw:{{PLURAL:$1|Kategori|Kategorie}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:22:\"de:$1 – {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:20:\"gsw:Bschtändigi URL\";s:13:\"personaltools\";s:26:\"gsw:Persönlichi Wärkzüg\";s:6:\"portal\";s:22:\"gsw:Gmeinschaftsportal\";s:10:\"portal-url\";s:31:\"gsw:Project:Gmeinschafts-Portal\";s:16:\"printableversion\";s:17:\"gsw:Druck-Aasicht\";s:7:\"privacy\";s:14:\"gsw:Dateschutz\";s:11:\"privacypage\";s:22:\"gsw:Project:Dateschutz\";s:10:\"randompage\";s:20:\"gsw:Zuefalls-Artikel\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:22:\"gsw:Letschti Änderige\";s:27:\"recentchangeslinked-toolbox\";s:22:\"gsw:Verlinktes prüefe\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:12:\"gsw:Vun \"$1\"\";s:6:\"search\";s:9:\"gsw:Suech\";s:13:\"searcharticle\";s:10:\"gsw:Sueche\";s:12:\"searchbutton\";s:9:\"gsw:Suech\";s:20:\"searchsuggest-search\";s:26:\"gsw:{{SITENAME}} dursueche\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:20:\"gsw:Navigationsmenü\";s:14:\"site-atom-feed\";s:21:\"gsw:Atom-Feed für $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:17:\"gsw:Spezialsytene\";s:7:\"tagline\";s:19:\"gsw:Us {{SITENAME}}\";s:4:\"talk\";s:14:\"gsw:Diskussion\";s:7:\"toolbox\";s:14:\"gsw:Wärchzyyg\";s:15:\"tooltip-ca-edit\";s:22:\"gsw:Die Syte bearbeite\";s:18:\"tooltip-ca-history\";s:37:\"gsw:Früecheri Versione vo dere Syte.\";s:21:\"tooltip-ca-nstab-main\";s:25:\"gsw:Artikelinhalt aaluege\";s:15:\"tooltip-ca-talk\";s:32:\"gsw:Diskussion zum Artikelinhalt\";s:21:\"tooltip-ca-viewsource\";s:62:\"gsw:Die Syte isch geschützt. Du chasch der Quelltext aaluege.\";s:23:\"tooltip-n-currentevents\";s:55:\"gsw:Hindergrundinformatione zu aktuellen Ereignis finde\";s:14:\"tooltip-n-help\";s:24:\"gsw:Ds Ort zum Usefinde.\";s:30:\"tooltip-n-mainpage-description\";s:20:\"gsw:Uf Hauptsyte goh\";s:16:\"tooltip-n-portal\";s:60:\"gsw:Über ds Projekt, was du chasch mache, wo du was findsch\";s:20:\"tooltip-n-randompage\";s:22:\"gsw:E zuefälligi Syte\";s:23:\"tooltip-n-recentchanges\";s:50:\"gsw:Lischte vo de letschten Änderige i däm Wiki.\";s:14:\"tooltip-p-logo\";s:13:\"gsw:Houptsyte\";s:16:\"tooltip-pt-login\";s:12:\"gsw:Aamälde\";s:24:\"tooltip-pt-createaccount\";s:79:\"gsw:Du chasch gärn e Benutzerkonto aalege un Di aamälde. Du muesch s aber nit\";s:14:\"tooltip-search\";s:28:\"gsw:Dürchsuech {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:45:\"gsw:Suech nooch Syte wo de Teggscht dinne hen\";s:17:\"tooltip-search-go\";s:59:\"gsw:Gang zunere Syte mit gnau däm Name, falls es eini git.\";s:14:\"tooltip-t-info\";s:36:\"gsw:Meh Informationen über die Syte\";s:19:\"tooltip-t-permalink\";s:47:\"gsw:E bständige Link uf die Version vo dr Syte\";s:15:\"tooltip-t-print\";s:40:\"gsw:E Version vo dere Syte zum Usdrugge.\";s:29:\"tooltip-t-recentchangeslinked\";s:56:\"gsw:Letschti Änderige vo de Syte, wo vo do verlinkt sin\";s:22:\"tooltip-t-specialpages\";s:32:\"gsw:Lischte vo allne Spezialsyte\";s:23:\"tooltip-t-whatlinkshere\";s:44:\"gsw:Lischte vo allne Sytene, wo do ane linke\";s:8:\"variants\";s:12:\"gsw:Variante\";s:16:\"vector-view-edit\";s:13:\"gsw:Bearbeite\";s:19:\"vector-view-history\";s:20:\"gsw:Versionsgschicht\";s:16:\"vector-view-view\";s:9:\"gsw:Läse\";s:9:\"viewcount\";s:58:\"gsw:Die Syte isch {{PLURAL:$1|eimol|$1 Mol}} bsuecht wore.\";s:5:\"views\";s:21:\"gsw:Wievylmol agluegt\";s:13:\"whatlinkshere\";s:25:\"gsw:Was verwyst do druff?\";s:14:\"word-separator\";s:8:\"en:&#32;\";}s:11:\"dateFormats\";a:26:{s:9:\"dmyt time\";s:3:\"H:i\";s:9:\"dmyt date\";s:6:\"j. F Y\";s:9:\"dmyt both\";s:11:\"j. M Y, H:i\";s:10:\"dmyts time\";s:5:\"H:i:s\";s:10:\"dmyts date\";s:6:\"j. F Y\";s:10:\"dmyts both\";s:13:\"j. M Y, H:i:s\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:6:\"j. F Y\";s:8:\"dmy both\";s:11:\"H:i, j. M Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y M j\";s:8:\"ymd both\";s:10:\"H:i, Y M j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"F j, Y\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:8:\"mdy both\";s:11:\"H:i, F j, Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:6:\"Medium\";i:-1;s:7:\"Spezial\";i:1;s:10:\"Diskussion\";i:2;s:8:\"Benutzer\";i:3;s:19:\"Benutzer_Diskussion\";i:5;s:13:\"$1_Diskussion\";i:6;s:5:\"Datei\";i:7;s:16:\"Datei_Diskussion\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"MediaWiki_Diskussion\";i:10;s:7:\"Vorlage\";i:11;s:18:\"Vorlage_Diskussion\";i:12;s:5:\"Hilfe\";i:13;s:16:\"Hilfe_Diskussion\";i:14;s:9:\"Kategorie\";i:15;s:20:\"Kategorie_Diskussion\";i:0;s:0:\"\";}}'),('gsw','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('gsw','rtl','b:0;'),('gsw','separatorTransformTable','a:2:{s:1:\",\";s:1:\".\";s:1:\".\";s:1:\",\";}'),('gsw','specialPageAliases','a:142:{s:11:\"Allmessages\";a:4:{i:0;s:15:\"Alli_Nochrichte\";i:1;s:27:\"MediaWiki-Systemnachrichten\";i:2;s:17:\"Systemnachrichten\";i:3;s:11:\"AllMessages\";}s:8:\"Allpages\";a:3:{i:0;s:9:\"Alli_Syte\";i:1;s:11:\"Alle_Seiten\";i:2;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:3:{i:0;s:14:\"Veralteti_Syte\";i:1;s:15:\"Älteste_Seiten\";i:2;s:12:\"AncientPages\";}s:8:\"Badtitle\";a:3:{i:0;s:21:\"Nit-gültige_Sytename\";i:1;s:22:\"Ungültiger_Seitenname\";i:2;s:8:\"Badtitle\";}s:9:\"Blankpage\";a:4:{i:0;s:10:\"Läärsyte\";i:1;s:9:\"Leerseite\";i:2;s:11:\"Leere_Seite\";i:3;s:9:\"BlankPage\";}s:5:\"Block\";a:5:{i:0;s:6:\"Sperre\";i:1;s:7:\"Sperren\";i:2;s:5:\"Block\";i:3;s:7:\"BlockIP\";i:4;s:9:\"BlockUser\";}s:9:\"BlockList\";a:8:{i:0;s:11:\"Gsperrti_IP\";i:1;s:17:\"Liste_der_Sperren\";i:2;s:21:\"Gesperrte_IP-Adressen\";i:3;s:13:\"Gesperrte_IPs\";i:4;s:10:\"Sperrliste\";i:5;s:9:\"BlockList\";i:6;s:10:\"ListBlocks\";i:7;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:3:{i:0;s:10:\"ISBN-Suech\";i:1;s:10:\"ISBN-Suche\";i:2;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:4:{i:0;s:20:\"Kaputti_Wyterlaitige\";i:1;s:23:\"Defekte_Weiterleitungen\";i:2;s:23:\"Kaputte_Weiterleitungen\";i:3;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:3:{i:0;s:9:\"Kategorie\";i:1;s:10:\"Kategorien\";i:2;s:10:\"Categories\";}s:11:\"ChangeEmail\";a:3:{i:0;s:21:\"E-Mai-Adräss_ändere\";i:1;s:22:\"E-Mail-Adresse_ändern\";i:2;s:11:\"ChangeEmail\";}s:14:\"ChangePassword\";a:6:{i:0;s:15:\"Passwort_ändre\";i:1;s:16:\"Passwort_ändern\";i:2;s:22:\"Passwort_zurücksetzen\";i:3;s:14:\"ChangePassword\";i:4;s:9:\"ResetPass\";i:5;s:13:\"ResetPassword\";}s:12:\"ComparePages\";a:3:{i:0;s:15:\"Syte_verglyyche\";i:1;s:18:\"Seiten_vergleichen\";i:2;s:12:\"ComparePages\";}s:12:\"Confirmemail\";a:4:{i:0;s:15:\"E-Mail_bstetige\";i:1;s:18:\"E-Mail_bestätigen\";i:2;s:18:\"E-Mail_bestaetigen\";i:3;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:4:{i:0;s:8:\"Byytreeg\";i:1;s:9:\"Beiträge\";i:2;s:13:\"Contributions\";i:3;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:3:{i:0;s:22:\"Benutzerchonto_aaleege\";i:1;s:21:\"Benutzerkonto_anlegen\";i:2;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:3:{i:0;s:13:\"Sackgassesyte\";i:1;s:16:\"Sackgassenseiten\";i:2;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:3:{i:0;s:17:\"Gleschti_Byytreeg\";i:1;s:20:\"Gelöschte_Beiträge\";i:2;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:3:{i:0;s:21:\"Doppleti_Wyterlaitige\";i:1;s:24:\"Doppelte_Weiterleitungen\";i:2;s:15:\"DoubleRedirects\";}s:13:\"EditWatchlist\";a:3:{i:0;s:27:\"Bearbeitigslischt_bearbeite\";i:1;s:28:\"Beobachtungsliste_bearbeiten\";i:2;s:13:\"EditWatchlist\";}s:9:\"Emailuser\";a:6:{i:0;s:6:\"E-Mail\";i:1;s:13:\"E-Mail_senden\";i:2;s:6:\"Mailen\";i:3;s:6:\"E-Mail\";i:4;s:9:\"EmailUser\";i:5;s:5:\"Email\";}s:15:\"ExpandTemplates\";a:3:{i:0;s:18:\"Vorlage_expandiere\";i:1;s:20:\"Vorlagen_expandieren\";i:2;s:15:\"ExpandTemplates\";}s:6:\"Export\";a:3:{i:0;s:10:\"Exportiere\";i:1;s:11:\"Exportieren\";i:2;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:3:{i:0;s:36:\"Syte_wo_am_wenigschte_bearbeitet_sin\";i:1;s:25:\"Wenigstbearbeitete_Seiten\";i:2;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:4:{i:0;s:20:\"Datei-Duplikat-Suech\";i:1;s:18:\"Dateiduplikatsuche\";i:2;s:20:\"Datei-Duplikat-Suche\";i:3;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:3:{i:0;s:9:\"Dateipfad\";i:1;s:9:\"Dateipfad\";i:2;s:8:\"FilePath\";}s:6:\"Import\";a:3:{i:0;s:10:\"Importiere\";i:1;s:11:\"Importieren\";i:2;s:6:\"Import\";}s:15:\"Invalidateemail\";a:4:{i:0;s:19:\"E-Mail_nit_bstetige\";i:1;s:24:\"E-Mail_nicht_bestätigen\";i:2;s:24:\"E-Mail_nicht_bestaetigen\";i:3;s:15:\"InvalidateEmail\";}s:10:\"LinkSearch\";a:4:{i:0;s:14:\"Suech_no_Links\";i:1;s:12:\"Weblinksuche\";i:2;s:13:\"Weblink-Suche\";i:3;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:3:{i:0;s:7:\"Ammanne\";i:1;s:15:\"Administratoren\";i:2;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:3:{i:0;s:6:\"Bötli\";i:1;s:4:\"Bots\";i:2;s:8:\"ListBots\";}s:9:\"Listfiles\";a:6:{i:0;s:6:\"Dateie\";i:1;s:7:\"Dateien\";i:2;s:10:\"Dateiliste\";i:3;s:9:\"ListFiles\";i:4;s:8:\"FileList\";i:5;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:4:{i:0;s:12:\"Grupperächt\";i:1;s:13:\"Gruppenrechte\";i:2;s:15:\"ListGroupRights\";i:3;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:3:{i:0;s:12:\"Wyterleitige\";i:1;s:15:\"Weiterleitungen\";i:2;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:6:{i:0;s:15:\"Benutzerlischte\";i:1;s:8:\"Benutzer\";i:2;s:13:\"Benutzerliste\";i:3;s:9:\"ListUsers\";i:4;s:8:\"UserList\";i:5;s:5:\"Users\";}s:6:\"Lockdb\";a:3:{i:0;s:15:\"Datebank_sperre\";i:1;s:17:\"Datenbank_sperren\";i:2;s:6:\"LockDB\";}s:3:\"Log\";a:4:{i:0;s:8:\"Logbuech\";i:1;s:7:\"Logbuch\";i:2;s:3:\"Log\";i:3;s:4:\"Logs\";}s:11:\"Lonelypages\";a:4:{i:0;s:14:\"Verwaisti_Syte\";i:1;s:16:\"Verwaiste_Seiten\";i:2;s:11:\"LonelyPages\";i:3;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:3:{i:0;s:10:\"Langi_Syte\";i:1;s:15:\"Längste_Seiten\";i:2;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:3:{i:0;s:28:\"Versionsgschichte_zämefiere\";i:1;s:28:\"Versionsgeschichten_vereinen\";i:2;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:3:{i:0;s:10:\"MIME-Suech\";i:1;s:14:\"MIME-Typ-Suche\";i:2;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:3:{i:0;s:37:\"Syte_wo_am_meischte_kategorisiert_sin\";i:1;s:26:\"Meistkategorisierte_Seiten\";i:2;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:5:{i:0;s:34:\"Dateie_wo_am_meischte_brucht_wäre\";i:1;s:21:\"Meistbenutzte_Dateien\";i:2;s:15:\"MostLinkedFiles\";i:3;s:9:\"MostFiles\";i:4;s:10:\"MostImages\";}s:10:\"Mostlinked\";a:4:{i:0;s:39:\"Syte_wo_am_meischte_druff_verlinkt_isch\";i:1;s:21:\"Meistverlinkte_Seiten\";i:2;s:15:\"MostLinkedPages\";i:3;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:4:{i:0;s:37:\"Kategorie_wo_am_meischte_brucht_wäre\";i:1;s:24:\"Meistbenutzte_Kategorien\";i:2;s:20:\"MostLinkedCategories\";i:3;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:5:{i:0;s:35:\"Vorlage_wo_am_meischte_brucht_wäre\";i:1;s:22:\"Meistbenutzte_Vorlagen\";i:2;s:20:\"MostTranscludedPages\";i:3;s:19:\"MostLinkedTemplates\";i:4;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:3:{i:0;s:34:\"Syte_wo_am_meischte_bearbeitet_sin\";i:1;s:23:\"Meistbearbeitete_Seiten\";i:2;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:3:{i:0;s:10:\"Verschiebe\";i:1;s:11:\"Verschieben\";i:2;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:4:{i:0;s:14:\"Myyni_Byytreeg\";i:1;s:15:\"Meine_Beiträge\";i:2;s:15:\"MyContributions\";i:3;s:10:\"MyContribs\";}s:10:\"MyLanguage\";a:3:{i:0;s:13:\"Myyni_Sprooch\";i:1;s:13:\"Meine_Sprache\";i:2;s:10:\"MyLanguage\";}s:6:\"Mypage\";a:3:{i:0;s:18:\"Myyni_Benutzersyte\";i:1;s:19:\"Meine_Benutzerseite\";i:2;s:6:\"MyPage\";}s:6:\"Mytalk\";a:3:{i:0;s:21:\"Myyni_Diskussionssyte\";i:1;s:22:\"Meine_Diskussionsseite\";i:2;s:6:\"MyTalk\";}s:9:\"Myuploads\";a:4:{i:0;s:26:\"Dateie_wonni_uffeglade_han\";i:1;s:27:\"Meine_hochgeladenen_Dateien\";i:2;s:9:\"MyUploads\";i:3;s:7:\"MyFiles\";}s:9:\"Newimages\";a:4:{i:0;s:11:\"Neji_Dateie\";i:1;s:12:\"Neue_Dateien\";i:2;s:8:\"NewFiles\";i:3;s:9:\"NewImages\";}s:8:\"Newpages\";a:3:{i:0;s:9:\"Neji_Syte\";i:1;s:11:\"Neue_Seiten\";i:2;s:8:\"NewPages\";}s:13:\"PasswordReset\";a:3:{i:0;s:19:\"Passwort_zruggsetze\";i:1;s:21:\"Passwort_neu_vergeben\";i:2;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:5:{i:0;s:9:\"Permalink\";i:1;s:16:\"Permanenter_Link\";i:2;s:9:\"Permalink\";i:3;s:13:\"PermanentLink\";i:4;s:9:\"PermaLink\";}s:11:\"Preferences\";a:3:{i:0;s:9:\"Ystellige\";i:1;s:13:\"Einstellungen\";i:2;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:3:{i:0;s:19:\"Vorsilbeverzeichnis\";i:1;s:12:\"Präfixindex\";i:2;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:3:{i:0;s:14:\"Gschitzti_Syte\";i:1;s:18:\"Geschützte_Seiten\";i:2;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:4:{i:0;s:14:\"Gsperrti_Titel\";i:1;s:17:\"Geschützte_Titel\";i:2;s:15:\"Gesperrte_Titel\";i:3;s:15:\"ProtectedTitles\";}s:16:\"RandomInCategory\";a:3:{i:0;s:19:\"Zuefelligi_Kategori\";i:1;s:22:\"Zufällig_in_Kategorie\";i:2;s:16:\"RandomInCategory\";}s:10:\"Randompage\";a:4:{i:0;s:15:\"Zuefelligi_Syte\";i:1;s:16:\"Zufällige_Seite\";i:2;s:6:\"Random\";i:3;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:3:{i:0;s:22:\"Zuefelligi_Wyterleitig\";i:1;s:24:\"Zufällige_Weiterleitung\";i:2;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:3:{i:0;s:18:\"Letschti_Änderige\";i:1;s:18:\"Letzte_Änderungen\";i:2;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:4:{i:0;s:27:\"Änderige_an_verlinkte_Syte\";i:1;s:32:\"Änderungen_an_verlinkten_Seiten\";i:2;s:19:\"RecentChangesLinked\";i:3;s:14:\"RelatedChanges\";}s:14:\"Revisiondelete\";a:3:{i:0;s:15:\"Versionsleschig\";i:1;s:17:\"Versionslöschung\";i:2;s:14:\"RevisionDelete\";}s:6:\"Search\";a:3:{i:0;s:5:\"Suech\";i:1;s:5:\"Suche\";i:2;s:6:\"Search\";}s:10:\"Shortpages\";a:3:{i:0;s:11:\"Churzi_Syte\";i:1;s:16:\"Kürzeste_Seiten\";i:2;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:3:{i:0;s:11:\"Spezialsyte\";i:1;s:13:\"Spezialseiten\";i:2;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:4:{i:0;s:11:\"Statischtik\";i:1;s:9:\"Statistik\";i:2;s:10:\"Statistics\";i:3;s:5:\"Stats\";}s:4:\"Tags\";a:3:{i:0;s:10:\"Markierige\";i:1;s:12:\"Markierungen\";i:2;s:4:\"Tags\";}s:7:\"Unblock\";a:3:{i:0;s:7:\"Freigee\";i:1;s:9:\"Freigeben\";i:2;s:7:\"Unblock\";}s:23:\"Uncategorizedcategories\";a:3:{i:0;s:34:\"Kategorie_wo_nit_kategorisiert_sin\";i:1;s:31:\"Nicht_kategorisierte_Kategorien\";i:2;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:4:{i:0;s:31:\"Dateie_wo_nit_kategorisiert_sin\";i:1;s:28:\"Nicht_kategorisierte_Dateien\";i:2;s:18:\"UncategorizedFiles\";i:3;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:3:{i:0;s:29:\"Syte_wo_nit_kategorisiert_sin\";i:1;s:27:\"Nicht_kategorisierte_Seiten\";i:2;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:3:{i:0;s:32:\"Vorlage_wo_nit_kategorisiert_sin\";i:1;s:29:\"Nicht_kategorisierte_Vorlagen\";i:2;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:3:{i:0;s:15:\"Widerhärstelle\";i:1;s:16:\"Wiederherstellen\";i:2;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:3:{i:0;s:29:\"Sperrig_vu_dr_Datebank_ufhebe\";i:1;s:20:\"Datenbank_entsperren\";i:2;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:3:{i:0;s:29:\"Kategorie_wo_nit_brucht_wäre\";i:1;s:21:\"Unbenutzte_Kategorien\";i:2;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:4:{i:0;s:26:\"Dateie_wo_nit_brucht_wäre\";i:1;s:18:\"Unbenutzte_Dateien\";i:2;s:11:\"UnusedFiles\";i:3;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:3:{i:0;s:27:\"Vorlage_wo_nit_brucht_wäre\";i:1;s:19:\"Unbenutzte_Vorlagen\";i:2;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:4:{i:0;s:28:\"Syte_wu_nit_beobachtet_wäre\";i:1;s:17:\"Ignorierte_Seiten\";i:2;s:20:\"Unbeobachtete_Seiten\";i:3;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:3:{i:0;s:8:\"Uffelade\";i:1;s:9:\"Hochladen\";i:2;s:6:\"Upload\";}s:9:\"Userlogin\";a:4:{i:0;s:7:\"Amälde\";i:1;s:8:\"Anmelden\";i:2;s:9:\"UserLogin\";i:3;s:5:\"Login\";}s:10:\"Userlogout\";a:4:{i:0;s:8:\"Abmälde\";i:1;s:8:\"Abmelden\";i:2;s:10:\"UserLogout\";i:3;s:6:\"Logout\";}s:10:\"Userrights\";a:5:{i:0;s:14:\"Benutzerrächt\";i:1;s:14:\"Benutzerrechte\";i:2;s:10:\"UserRights\";i:3;s:9:\"MakeSysop\";i:4;s:7:\"MakeBot\";}s:16:\"Wantedcategories\";a:3:{i:0;s:25:\"Kategorie_wo_gwinscht_sin\";i:1;s:22:\"Gewünschte_Kategorien\";i:2;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:4:{i:0;s:16:\"Dateie_wo_fähle\";i:1;s:19:\"Gewünschte_Dateien\";i:2;s:16:\"Fehlende_Dateien\";i:3;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:4:{i:0;s:20:\"Syte_wo_gwinscht_sin\";i:1;s:18:\"Gewünschte_Seiten\";i:2;s:11:\"WantedPages\";i:3;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:4:{i:0;s:17:\"Vorlage_wo_fähle\";i:1;s:20:\"Gewünschte_Vorlagen\";i:2;s:17:\"Fehlende_Vorlagen\";i:3;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:3:{i:0;s:18:\"Beobachtigslischte\";i:1;s:17:\"Beobachtungsliste\";i:2;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:4:{i:0;s:22:\"Was_verwyyst_do_druff?\";i:1;s:9:\"Linkliste\";i:2;s:12:\"Verweisliste\";i:3;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:3:{i:0;s:14:\"Ohni_Interwiki\";i:1;s:19:\"Fehlende_Interwikis\";i:2;s:16:\"WithoutInterwiki\";}s:7:\"History\";a:2:{i:0;s:18:\"Versionsgeschichte\";i:1;s:7:\"History\";}s:13:\"MobileOptions\";a:2:{i:0;s:15:\"Mobile_Optionen\";i:1;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:2:{i:0;s:20:\"Hochgeladene_Dateien\";i:1;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:2:{i:0;s:19:\"Mobiler_Unterschied\";i:1;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:2:{i:0;s:14:\"Mobiler_Editor\";i:1;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:2:{i:0;s:13:\"Mobiles_Menü\";i:1;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:2:{i:0;s:15:\"Mobile_Sprachen\";i:1;s:15:\"MobileLanguages\";}s:6:\"Nearby\";a:2:{i:0;s:12:\"In_der_Nähe\";i:1;s:6:\"Nearby\";}s:11:\"UserProfile\";a:2:{i:0;s:14:\"Benutzerprofil\";i:1;s:11:\"UserProfile\";}s:11:\"Activeusers\";a:2:{i:0;s:15:\"Aktive_Benutzer\";i:1;s:11:\"ActiveUsers\";}s:12:\"AllMyUploads\";a:3:{i:0;s:18:\"Alle_meine_Dateien\";i:1;s:12:\"AllMyUploads\";i:2;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:2:{i:0;s:9:\"API-Hilfe\";i:1;s:7:\"ApiHelp\";}s:4:\"Diff\";a:4:{i:0;s:4:\"Diff\";i:1;s:9:\"Differenz\";i:2;s:11:\"Unterschied\";i:3;s:4:\"Diff\";}s:14:\"JavaScriptTest\";a:2:{i:0;s:15:\"JavaScript-Test\";i:1;s:14:\"JavaScriptTest\";}s:19:\"ListDuplicatedFiles\";a:3:{i:0;s:14:\"Dateiduplikate\";i:1;s:19:\"ListDuplicatedFiles\";i:2;s:18:\"ListFileDuplicates\";}s:15:\"MediaStatistics\";a:2:{i:0;s:17:\"Medienstatistiken\";i:1;s:15:\"MediaStatistics\";}s:14:\"Mostinterwikis\";a:2:{i:0;s:21:\"Meiste_Interwikilinks\";i:1;s:14:\"MostInterwikis\";}s:10:\"NewSection\";a:3:{i:0;s:15:\"Neuer_Abschnitt\";i:1;s:10:\"NewSection\";i:2;s:10:\"Newsection\";}s:12:\"PageLanguage\";a:2:{i:0;s:13:\"Seitensprache\";i:1;s:12:\"PageLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:24:\"Seiten_mit_Eigenschaften\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:14:\"Randomrootpage\";a:2:{i:0;s:21:\"Zufällige_Stammseite\";i:1;s:14:\"RandomRootpage\";}s:8:\"Redirect\";a:2:{i:0;s:13:\"Weiterleitung\";i:1;s:8:\"Redirect\";}s:11:\"ResetTokens\";a:2:{i:0;s:20:\"Tokens_zurücksetzen\";i:1;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:2:{i:0;s:20:\"Aufträge_ausführen\";i:1;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:2:{i:0;s:19:\"Tracking-Kategorien\";i:1;s:18:\"TrackingCategories\";}s:11:\"UploadStash\";a:2:{i:0;s:16:\"Hochladespeicher\";i:1;s:11:\"UploadStash\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:7:\"Version\";a:1:{i:0;s:7:\"Version\";}}'),('oc','bookstoreList','a:1:{s:9:\"Amazon.fr\";s:41:\"https://www.amazon.fr/exec/obidos/ISBN=$1\";}'),('oc','compiledPluralRules','a:1:{i:0;s:17:\"i 1 in v 0 in and\";}'),('oc','dateFormats','a:23:{s:14:\"oc normal time\";s:3:\"H.i\";s:14:\"oc normal date\";s:10:\"j F \"de\" Y\";s:14:\"oc normal both\";s:18:\"j F \"de\" Y \"a\" H.i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"M j, Y\";s:8:\"mdy both\";s:11:\"H:i, M j, Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j M Y\";s:8:\"dmy both\";s:10:\"H:i, j M Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y M j\";s:8:\"ymd both\";s:10:\"H:i, Y M j\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}'),('oc','datePreferenceMigrationMap','a:4:{i:0;s:7:\"default\";i:1;s:3:\"mdy\";i:2;s:3:\"dmy\";i:3;s:3:\"ymd\";}'),('oc','datePreferences','a:3:{i:0;s:7:\"default\";i:1;s:9:\"oc normal\";i:2;s:8:\"ISO 8601\";}'),('oc','defaultDateFormat','s:9:\"oc normal\";'),('oc','deps','a:60:{i:0;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesOc.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:1;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:2;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:3;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:25:\"\0FileDependency\0timestamp\";i:1452380595;}i:4;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492332;}i:5;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:6;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:7;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:8;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:9;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";b:0;}i:10;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492357;}i:11;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:12;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1639397770;}i:13;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:14;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/oc.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:15;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:16;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:17;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:18;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:19;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:20;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:21;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:22;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:23;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1726467800;}i:24;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:25;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/ca.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:26;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesCa.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:27;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:28;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:29;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492330;}i:30;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:31;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:32;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:33;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:34;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:35;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:36;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:37;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1669875756;}i:38;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:39;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/fr.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:40;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesFr.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:41;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:42;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:43;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:55:\"/home/markto6/public_html/wiki/w/languages/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492329;}i:44;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:60:\"/home/markto6/public_html/wiki/w/languages/i18n/exif/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492333;}i:45;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/includes/api/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492317;}i:46;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/includes/Rest/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492313;}i:47;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:64:\"/home/markto6/public_html/wiki/w/resources/lib/ooui/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492341;}i:48;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:74:\"/home/markto6/public_html/wiki/w/includes/libs/ParamValidator/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492322;}i:49;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:58:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1727492356;}i:50;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:67:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1450708786;}i:51;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:78:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1638510946;}i:52;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:71:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1452380596;}i:53;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:72:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n/en.json\";s:25:\"\0FileDependency\0timestamp\";i:1434490493;}i:54;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:66:\"/home/markto6/public_html/wiki/w/languages/messages/MessagesEn.php\";s:25:\"\0FileDependency\0timestamp\";i:1727492334;}i:55;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:59:\"/home/markto6/public_html/wiki/w/languages/data/plurals.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}i:56;O:14:\"FileDependency\":2:{s:24:\"\0FileDependency\0filename\";s:69:\"/home/markto6/public_html/wiki/w/languages/data/plurals-mediawiki.xml\";s:25:\"\0FileDependency\0timestamp\";i:1727492327;}s:24:\"wgExtensionMessagesFiles\";O:16:\"GlobalDependency\":2:{s:22:\"\0GlobalDependency\0name\";s:24:\"wgExtensionMessagesFiles\";s:23:\"\0GlobalDependency\0value\";a:2:{s:19:\"MobileFrontendAlias\";s:83:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/MobileFrontend.alias.php\";s:15:\"googleAnalytics\";s:84:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.i18n.php\";}}s:14:\"wgMessagesDirs\";O:20:\"MainConfigDependency\":2:{s:26:\"\0MainConfigDependency\0name\";s:12:\"MessagesDirs\";s:27:\"\0MainConfigDependency\0value\";a:5:{s:6:\"Vector\";a:1:{i:0;s:50:\"/home/markto6/public_html/wiki/w/skins/Vector/i18n\";}s:10:\"WikiEditor\";a:1:{i:0;s:59:\"/home/markto6/public_html/wiki/w/extensions/WikiEditor/i18n\";}s:21:\"SyntaxHighlight_GeSHi\";a:1:{i:0;s:70:\"/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/i18n\";}s:14:\"MobileFrontend\";s:63:\"/home/markto6/public_html/wiki/w/extensions/MobileFrontend/i18n\";s:15:\"googleAnalytics\";s:64:\"/home/markto6/public_html/wiki/w/extensions/googleAnalytics/i18n\";}}s:7:\"version\";O:18:\"ConstantDependency\":2:{s:24:\"\0ConstantDependency\0name\";s:26:\"LocalisationCache::VERSION\";s:25:\"\0ConstantDependency\0value\";i:5;}}'),('oc','digitGroupingPattern','s:9:\"#,##0.###\";'),('oc','digitTransformTable','N;'),('oc','fallback','s:6:\"ca, fr\";'),('oc','fallback8bitEncoding','s:12:\"windows-1252\";'),('oc','fallbackSequence','a:3:{i:0;s:2:\"ca\";i:1;s:2:\"fr\";i:2;s:2:\"en\";}'),('oc','imageFiles','N;'),('oc','linkPrefixCharset','s:23:\"a-zA-Z\\x{80}-\\x{10ffff}\";'),('oc','linkPrefixExtension','b:0;'),('oc','linkTrail','s:37:\"/^([a-zàâçéèêîôû]+)(.*)$/sDu\";'),('oc','list','a:1:{s:8:\"messages\";a:7550:{i:0;s:13:\"tog-underline\";i:1;s:13:\"tog-hideminor\";i:2;s:17:\"tog-hidepatrolled\";i:3;s:25:\"tog-newpageshidepatrolled\";i:4;s:22:\"tog-hidecategorization\";i:5;s:19:\"tog-extendwatchlist\";i:6;s:12:\"tog-usenewrc\";i:7;s:18:\"tog-editondblclick\";i:8;s:27:\"tog-editsectiononrightclick\";i:9;s:18:\"tog-watchcreations\";i:10;s:16:\"tog-watchdefault\";i:11;s:14:\"tog-watchmoves\";i:12;s:17:\"tog-watchdeletion\";i:13;s:16:\"tog-watchuploads\";i:14;s:17:\"tog-watchrollback\";i:15;s:16:\"tog-minordefault\";i:16;s:16:\"tog-previewontop\";i:17;s:18:\"tog-previewonfirst\";i:18;s:24:\"tog-enotifwatchlistpages\";i:19;s:23:\"tog-enotifusertalkpages\";i:20;s:20:\"tog-enotifminoredits\";i:21;s:20:\"tog-enotifrevealaddr\";i:22;s:23:\"tog-shownumberswatching\";i:23;s:10:\"tog-oldsig\";i:24;s:12:\"tog-fancysig\";i:25;s:18:\"tog-uselivepreview\";i:26;s:20:\"tog-forceeditsummary\";i:27;s:20:\"tog-watchlisthideown\";i:28;s:21:\"tog-watchlisthidebots\";i:29;s:22:\"tog-watchlisthideminor\";i:30;s:20:\"tog-watchlisthideliu\";i:31;s:32:\"tog-watchlistreloadautomatically\";i:32;s:25:\"tog-watchlistunwatchlinks\";i:33;s:22:\"tog-watchlisthideanons\";i:34;s:26:\"tog-watchlisthidepatrolled\";i:35;s:31:\"tog-watchlisthidecategorization\";i:36;s:16:\"tog-ccmeonemails\";i:37;s:12:\"tog-diffonly\";i:38;s:18:\"tog-showhiddencats\";i:39;s:18:\"tog-norollbackdiff\";i:40;s:18:\"tog-useeditwarning\";i:41;s:16:\"tog-prefershttps\";i:42;s:28:\"tog-showrollbackconfirmation\";i:43;s:16:\"tog-requireemail\";i:44;s:16:\"underline-always\";i:45;s:15:\"underline-never\";i:46;s:17:\"underline-default\";i:47;s:14:\"editfont-style\";i:48;s:18:\"editfont-monospace\";i:49;s:18:\"editfont-sansserif\";i:50;s:14:\"editfont-serif\";i:51;s:6:\"sunday\";i:52;s:6:\"monday\";i:53;s:7:\"tuesday\";i:54;s:9:\"wednesday\";i:55;s:8:\"thursday\";i:56;s:6:\"friday\";i:57;s:8:\"saturday\";i:58;s:3:\"sun\";i:59;s:3:\"mon\";i:60;s:3:\"tue\";i:61;s:3:\"wed\";i:62;s:3:\"thu\";i:63;s:3:\"fri\";i:64;s:3:\"sat\";i:65;s:7:\"january\";i:66;s:8:\"february\";i:67;s:5:\"march\";i:68;s:5:\"april\";i:69;s:8:\"may_long\";i:70;s:4:\"june\";i:71;s:4:\"july\";i:72;s:6:\"august\";i:73;s:9:\"september\";i:74;s:7:\"october\";i:75;s:8:\"november\";i:76;s:8:\"december\";i:77;s:11:\"january-gen\";i:78;s:12:\"february-gen\";i:79;s:9:\"march-gen\";i:80;s:9:\"april-gen\";i:81;s:7:\"may-gen\";i:82;s:8:\"june-gen\";i:83;s:8:\"july-gen\";i:84;s:10:\"august-gen\";i:85;s:13:\"september-gen\";i:86;s:11:\"october-gen\";i:87;s:12:\"november-gen\";i:88;s:12:\"december-gen\";i:89;s:3:\"jan\";i:90;s:3:\"feb\";i:91;s:3:\"mar\";i:92;s:3:\"apr\";i:93;s:3:\"may\";i:94;s:3:\"jun\";i:95;s:3:\"jul\";i:96;s:3:\"aug\";i:97;s:3:\"sep\";i:98;s:3:\"oct\";i:99;s:3:\"nov\";i:100;s:3:\"dec\";i:101;s:9:\"period-am\";i:102;s:9:\"period-pm\";i:103;s:14:\"pagecategories\";i:104;s:15:\"category_header\";i:105;s:13:\"subcategories\";i:106;s:21:\"category-media-header\";i:107;s:14:\"category-empty\";i:108;s:17:\"hidden-categories\";i:109;s:24:\"hidden-category-category\";i:110;s:21:\"category-subcat-count\";i:111;s:29:\"category-subcat-count-limited\";i:112;s:22:\"category-article-count\";i:113;s:30:\"category-article-count-limited\";i:114;s:19:\"category-file-count\";i:115;s:27:\"category-file-count-limited\";i:116;s:14:\"index-category\";i:117;s:16:\"noindex-category\";i:118;s:20:\"broken-file-category\";i:119;s:5:\"about\";i:120;s:7:\"article\";i:121;s:9:\"newwindow\";i:122;s:6:\"cancel\";i:123;s:13:\"moredotdotdot\";i:124;s:13:\"morenotlisted\";i:125;s:6:\"mypage\";i:126;s:6:\"mytalk\";i:127;s:8:\"anontalk\";i:128;s:10:\"navigation\";i:129;s:3:\"and\";i:130;s:3:\"faq\";i:131;s:7:\"actions\";i:132;s:10:\"namespaces\";i:133;s:8:\"variants\";i:134;s:18:\"navigation-heading\";i:135;s:14:\"errorpagetitle\";i:136;s:8:\"returnto\";i:137;s:7:\"tagline\";i:138;s:4:\"help\";i:139;s:14:\"help-mediawiki\";i:140;s:6:\"search\";i:141;s:23:\"search-ignored-headings\";i:142;s:12:\"searchbutton\";i:143;s:2:\"go\";i:144;s:13:\"searcharticle\";i:145;s:17:\"skin-view-history\";i:146;s:7:\"history\";i:147;s:13:\"history_short\";i:148;s:13:\"history_small\";i:149;s:13:\"updatedmarker\";i:150;s:16:\"printableversion\";i:151;s:35:\"printableversion-deprecated-warning\";i:152;s:9:\"permalink\";i:153;s:5:\"print\";i:154;s:4:\"view\";i:155;s:14:\"skin-view-view\";i:156;s:17:\"skin-view-foreign\";i:157;s:4:\"edit\";i:158;s:14:\"skin-view-edit\";i:159;s:10:\"edit-local\";i:160;s:6:\"create\";i:161;s:16:\"skin-view-create\";i:162;s:12:\"create-local\";i:163;s:6:\"delete\";i:164;s:14:\"undelete_short\";i:165;s:17:\"viewdeleted_short\";i:166;s:7:\"protect\";i:167;s:14:\"protect_change\";i:168;s:21:\"skin-action-unprotect\";i:169;s:9:\"unprotect\";i:170;s:7:\"newpage\";i:171;s:16:\"talkpagelinktext\";i:172;s:11:\"specialpage\";i:173;s:13:\"personaltools\";i:174;s:4:\"talk\";i:175;s:5:\"views\";i:176;s:7:\"toolbox\";i:177;s:8:\"cactions\";i:178;s:20:\"tool-link-userrights\";i:179;s:29:\"tool-link-userrights-readonly\";i:180;s:19:\"tool-link-emailuser\";i:181;s:9:\"imagepage\";i:182;s:13:\"mediawikipage\";i:183;s:12:\"templatepage\";i:184;s:12:\"viewhelppage\";i:185;s:12:\"categorypage\";i:186;s:12:\"viewtalkpage\";i:187;s:14:\"otherlanguages\";i:188;s:14:\"redirectedfrom\";i:189;s:15:\"redirectpagesub\";i:190;s:10:\"redirectto\";i:191;s:14:\"lastmodifiedat\";i:192;s:9:\"viewcount\";i:193;s:13:\"protectedpage\";i:194;s:6:\"jumpto\";i:195;s:16:\"jumptonavigation\";i:196;s:12:\"jumptosearch\";i:197;s:15:\"view-pool-error\";i:198;s:18:\"generic-pool-error\";i:199;s:12:\"pool-timeout\";i:200;s:14:\"pool-queuefull\";i:201;s:17:\"pool-errorunknown\";i:202;s:16:\"pool-servererror\";i:203;s:23:\"poolcounter-usage-error\";i:204;s:9:\"aboutsite\";i:205;s:9:\"aboutpage\";i:206;s:9:\"copyright\";i:207;s:13:\"copyrightpage\";i:208;s:13:\"currentevents\";i:209;s:17:\"currentevents-url\";i:210;s:11:\"disclaimers\";i:211;s:14:\"disclaimerpage\";i:212;s:8:\"edithelp\";i:213;s:20:\"helppage-top-gethelp\";i:214;s:8:\"mainpage\";i:215;s:20:\"mainpage-description\";i:216;s:10:\"policy-url\";i:217;s:6:\"portal\";i:218;s:10:\"portal-url\";i:219;s:7:\"privacy\";i:220;s:11:\"privacypage\";i:221;s:9:\"badaccess\";i:222;s:16:\"badaccess-group0\";i:223;s:16:\"badaccess-groups\";i:224;s:15:\"versionrequired\";i:225;s:19:\"versionrequiredtext\";i:226;s:2:\"ok\";i:227;s:13:\"retrievedfrom\";i:228;s:18:\"youhavenewmessages\";i:229;s:27:\"youhavenewmessagesfromusers\";i:230;s:27:\"youhavenewmessagesmanyusers\";i:231;s:21:\"newmessageslinkplural\";i:232;s:25:\"newmessagesdifflinkplural\";i:233;s:11:\"editsection\";i:234;s:7:\"editold\";i:235;s:13:\"viewsourceold\";i:236;s:8:\"editlink\";i:237;s:14:\"viewsourcelink\";i:238;s:15:\"editsectionhint\";i:239;s:3:\"toc\";i:240;s:7:\"showtoc\";i:241;s:7:\"hidetoc\";i:242;s:20:\"collapsible-collapse\";i:243;s:18:\"collapsible-expand\";i:244;s:19:\"confirmable-confirm\";i:245;s:15:\"confirmable-yes\";i:246;s:14:\"confirmable-no\";i:247;s:13:\"thisisdeleted\";i:248;s:11:\"viewdeleted\";i:249;s:11:\"restorelink\";i:250;s:12:\"feed-invalid\";i:251;s:16:\"feed-unavailable\";i:252;s:13:\"site-rss-feed\";i:253;s:14:\"site-atom-feed\";i:254;s:13:\"page-rss-feed\";i:255;s:14:\"page-atom-feed\";i:256;s:14:\"red-link-title\";i:257;s:15:\"sort-descending\";i:258;s:14:\"sort-ascending\";i:259;s:12:\"sort-initial\";i:260;s:18:\"sort-rowspan-error\";i:261;s:10:\"nstab-main\";i:262;s:10:\"nstab-user\";i:263;s:11:\"nstab-media\";i:264;s:13:\"nstab-special\";i:265;s:13:\"nstab-project\";i:266;s:11:\"nstab-image\";i:267;s:15:\"nstab-mediawiki\";i:268;s:14:\"nstab-template\";i:269;s:10:\"nstab-help\";i:270;s:14:\"nstab-category\";i:271;s:14:\"mainpage-nstab\";i:272;s:12:\"nosuchaction\";i:273;s:16:\"nosuchactiontext\";i:274;s:17:\"nosuchspecialpage\";i:275;s:17:\"nospecialpagetext\";i:276;s:5:\"error\";i:277;s:13:\"databaseerror\";i:278;s:18:\"databaseerror-text\";i:279;s:20:\"databaseerror-textcl\";i:280;s:19:\"databaseerror-query\";i:281;s:22:\"databaseerror-function\";i:282;s:19:\"databaseerror-error\";i:283;s:35:\"transaction-duration-limit-exceeded\";i:284;s:39:\"transaction-max-statement-time-exceeded\";i:285;s:17:\"laggedreplicamode\";i:286;s:8:\"readonly\";i:287;s:15:\"enterlockreason\";i:288;s:12:\"readonlytext\";i:289;s:15:\"missing-article\";i:290;s:18:\"missingarticle-rev\";i:291;s:19:\"missingarticle-diff\";i:292;s:12:\"readonly_lag\";i:293;s:26:\"nonwrite-api-promise-error\";i:294;s:12:\"timeouterror\";i:295;s:17:\"timeouterror-text\";i:296;s:13:\"internalerror\";i:297;s:18:\"internalerror_info\";i:298;s:29:\"internalerror-fatal-exception\";i:299;s:13:\"filecopyerror\";i:300;s:15:\"filerenameerror\";i:301;s:15:\"filedeleteerror\";i:302;s:20:\"directorycreateerror\";i:303;s:22:\"directoryreadonlyerror\";i:304;s:12:\"filenotfound\";i:305;s:10:\"unexpected\";i:306;s:9:\"formerror\";i:307;s:15:\"badarticleerror\";i:308;s:12:\"cannotdelete\";i:309;s:18:\"cannotdelete-title\";i:310;s:16:\"delete-scheduled\";i:311;s:19:\"delete-hook-aborted\";i:312;s:16:\"no-null-revision\";i:313;s:8:\"badtitle\";i:314;s:12:\"badtitletext\";i:315;s:13:\"title-invalid\";i:316;s:19:\"title-invalid-empty\";i:317;s:18:\"title-invalid-utf8\";i:318;s:23:\"title-invalid-interwiki\";i:319;s:28:\"title-invalid-talk-namespace\";i:320;s:24:\"title-invalid-characters\";i:321;s:22:\"title-invalid-relative\";i:322;s:25:\"title-invalid-magic-tilde\";i:323;s:22:\"title-invalid-too-long\";i:324;s:27:\"title-invalid-leading-colon\";i:325;s:10:\"perfcached\";i:326;s:12:\"perfcachedts\";i:327;s:20:\"querypage-no-updates\";i:328;s:28:\"querypage-updates-periodical\";i:329;s:10:\"viewsource\";i:330;s:22:\"skin-action-viewsource\";i:331;s:16:\"viewsource-title\";i:332;s:15:\"actionthrottled\";i:333;s:19:\"actionthrottledtext\";i:334;s:17:\"protectedpagetext\";i:335;s:14:\"viewsourcetext\";i:336;s:12:\"viewyourtext\";i:337;s:18:\"protectedinterface\";i:338;s:16:\"editinginterface\";i:339;s:18:\"translateinterface\";i:340;s:16:\"cascadeprotected\";i:341;s:18:\"namespaceprotected\";i:342;s:18:\"customcssprotected\";i:343;s:19:\"customjsonprotected\";i:344;s:17:\"customjsprotected\";i:345;s:16:\"sitecssprotected\";i:346;s:17:\"sitejsonprotected\";i:347;s:15:\"sitejsprotected\";i:348;s:20:\"siterawhtmlprotected\";i:349;s:20:\"mycustomcssprotected\";i:350;s:21:\"mycustomjsonprotected\";i:351;s:19:\"mycustomjsprotected\";i:352;s:22:\"myprivateinfoprotected\";i:353;s:22:\"mypreferencesprotected\";i:354;s:19:\"ns-specialprotected\";i:355;s:14:\"titleprotected\";i:356;s:17:\"filereadonlyerror\";i:357;s:12:\"invalidtitle\";i:358;s:27:\"invalidtitle-knownnamespace\";i:359;s:29:\"invalidtitle-unknownnamespace\";i:360;s:17:\"exception-nologin\";i:361;s:22:\"exception-nologin-text\";i:362;s:29:\"exception-nologin-text-manual\";i:363;s:16:\"virus-badscanner\";i:364;s:16:\"virus-scanfailed\";i:365;s:20:\"virus-unknownscanner\";i:366;s:10:\"logouttext\";i:367;s:18:\"logging-out-notify\";i:368;s:13:\"logout-failed\";i:369;s:21:\"cannotlogoutnow-title\";i:370;s:20:\"cannotlogoutnow-text\";i:371;s:11:\"welcomeuser\";i:372;s:19:\"welcomecreation-msg\";i:373;s:8:\"yourname\";i:374;s:18:\"userlogin-yourname\";i:375;s:21:\"userlogin-yourname-ph\";i:376;s:30:\"createacct-another-username-ph\";i:377;s:12:\"yourpassword\";i:378;s:23:\"prefs-help-yourpassword\";i:379;s:22:\"userlogin-yourpassword\";i:380;s:25:\"userlogin-yourpassword-ph\";i:381;s:26:\"createacct-yourpassword-ph\";i:382;s:17:\"yourpasswordagain\";i:383;s:24:\"createacct-useuniquepass\";i:384;s:28:\"createacct-yourpasswordagain\";i:385;s:31:\"createacct-yourpasswordagain-ph\";i:386;s:28:\"userlogin-remembermypassword\";i:387;s:24:\"userlogin-signwithsecure\";i:388;s:17:\"cannotlogin-title\";i:389;s:16:\"cannotlogin-text\";i:390;s:20:\"cannotloginnow-title\";i:391;s:19:\"cannotloginnow-text\";i:392;s:25:\"cannotcreateaccount-title\";i:393;s:24:\"cannotcreateaccount-text\";i:394;s:14:\"yourdomainname\";i:395;s:25:\"password-change-forbidden\";i:396;s:15:\"externaldberror\";i:397;s:5:\"login\";i:398;s:14:\"login-security\";i:399;s:23:\"nav-login-createaccount\";i:400;s:6:\"logout\";i:401;s:10:\"userlogout\";i:402;s:11:\"notloggedin\";i:403;s:19:\"userlogin-noaccount\";i:404;s:21:\"userlogin-joinproject\";i:405;s:13:\"createaccount\";i:406;s:28:\"userlogin-resetpassword-link\";i:407;s:19:\"userlogin-helplink2\";i:408;s:18:\"userlogin-loggedin\";i:409;s:16:\"userlogin-reauth\";i:410;s:23:\"userlogin-createanother\";i:411;s:24:\"createacct-emailrequired\";i:412;s:24:\"createacct-emailoptional\";i:413;s:19:\"createacct-email-ph\";i:414;s:27:\"createacct-another-email-ph\";i:415;s:17:\"createaccountmail\";i:416;s:22:\"createaccountmail-help\";i:417;s:19:\"createacct-realname\";i:418;s:17:\"createacct-reason\";i:419;s:20:\"createacct-reason-ph\";i:420;s:22:\"createacct-reason-help\";i:421;s:25:\"createacct-reason-confirm\";i:422;s:17:\"createacct-submit\";i:423;s:25:\"createacct-another-submit\";i:424;s:26:\"createacct-continue-submit\";i:425;s:34:\"createacct-another-continue-submit\";i:426;s:26:\"createacct-benefit-heading\";i:427;s:24:\"createacct-benefit-body1\";i:428;s:24:\"createacct-benefit-body2\";i:429;s:24:\"createacct-benefit-body3\";i:430;s:9:\"badretype\";i:431;s:18:\"usernameinprogress\";i:432;s:10:\"userexists\";i:433;s:24:\"createacct-normalization\";i:434;s:10:\"loginerror\";i:435;s:16:\"createacct-error\";i:436;s:18:\"createaccounterror\";i:437;s:12:\"nocookiesnew\";i:438;s:14:\"nocookieslogin\";i:439;s:15:\"nocookiesfornew\";i:440;s:21:\"createacct-loginerror\";i:441;s:23:\"createacct-temp-warning\";i:442;s:6:\"noname\";i:443;s:17:\"loginsuccesstitle\";i:444;s:12:\"loginsuccess\";i:445;s:10:\"nosuchuser\";i:446;s:15:\"nosuchusershort\";i:447;s:15:\"nouserspecified\";i:448;s:17:\"login-userblocked\";i:449;s:13:\"wrongpassword\";i:450;s:18:\"wrongpasswordempty\";i:451;s:16:\"passwordtooshort\";i:452;s:15:\"passwordtoolong\";i:453;s:20:\"passwordincommonlist\";i:454;s:19:\"password-name-match\";i:455;s:33:\"password-substring-username-match\";i:456;s:24:\"password-login-forbidden\";i:457;s:14:\"mailmypassword\";i:458;s:21:\"passwordremindertitle\";i:459;s:20:\"passwordremindertext\";i:460;s:7:\"noemail\";i:461;s:13:\"noemailcreate\";i:462;s:12:\"passwordsent\";i:463;s:20:\"blocked-mailpassword\";i:464;s:12:\"eauthentsent\";i:465;s:22:\"throttled-mailpassword\";i:466;s:9:\"mailerror\";i:467;s:26:\"acct_creation_throttle_hit\";i:468;s:18:\"emailauthenticated\";i:469;s:21:\"emailnotauthenticated\";i:470;s:12:\"noemailprefs\";i:471;s:16:\"emailconfirmlink\";i:472;s:19:\"invalidemailaddress\";i:473;s:17:\"cannotchangeemail\";i:474;s:13:\"emaildisabled\";i:475;s:14:\"accountcreated\";i:476;s:18:\"accountcreatedtext\";i:477;s:19:\"createaccount-title\";i:478;s:18:\"createaccount-text\";i:479;s:15:\"login-throttled\";i:480;s:19:\"login-abort-generic\";i:481;s:22:\"login-migrated-generic\";i:482;s:18:\"loginlanguagelabel\";i:483;s:21:\"suspicious-userlogout\";i:484;s:31:\"createacct-another-realname-tip\";i:485;s:8:\"pt-login\";i:486;s:15:\"pt-login-button\";i:487;s:24:\"pt-login-continue-button\";i:488;s:16:\"pt-createaccount\";i:489;s:13:\"pt-userlogout\";i:490;s:22:\"php-mail-error-unknown\";i:491;s:17:\"user-mail-no-addy\";i:492;s:17:\"user-mail-no-body\";i:493;s:14:\"changepassword\";i:494;s:18:\"resetpass_announce\";i:495;s:14:\"resetpass_text\";i:496;s:16:\"resetpass_header\";i:497;s:11:\"oldpassword\";i:498;s:11:\"newpassword\";i:499;s:9:\"retypenew\";i:500;s:16:\"resetpass_submit\";i:501;s:22:\"changepassword-success\";i:502;s:24:\"changepassword-throttled\";i:503;s:12:\"botpasswords\";i:504;s:20:\"botpasswords-summary\";i:505;s:21:\"botpasswords-disabled\";i:506;s:26:\"botpasswords-no-central-id\";i:507;s:21:\"botpasswords-existing\";i:508;s:22:\"botpasswords-createnew\";i:509;s:25:\"botpasswords-editexisting\";i:510;s:29:\"botpasswords-label-needsreset\";i:511;s:24:\"botpasswords-label-appid\";i:512;s:25:\"botpasswords-label-create\";i:513;s:25:\"botpasswords-label-update\";i:514;s:25:\"botpasswords-label-cancel\";i:515;s:25:\"botpasswords-label-delete\";i:516;s:32:\"botpasswords-label-resetpassword\";i:517;s:25:\"botpasswords-label-grants\";i:518;s:24:\"botpasswords-help-grants\";i:519;s:32:\"botpasswords-label-grants-column\";i:520;s:22:\"botpasswords-bad-appid\";i:521;s:33:\"botpasswords-toolong-restrictions\";i:522;s:27:\"botpasswords-toolong-grants\";i:523;s:26:\"botpasswords-insert-failed\";i:524;s:26:\"botpasswords-update-failed\";i:525;s:26:\"botpasswords-created-title\";i:526;s:25:\"botpasswords-created-body\";i:527;s:26:\"botpasswords-updated-title\";i:528;s:25:\"botpasswords-updated-body\";i:529;s:26:\"botpasswords-deleted-title\";i:530;s:25:\"botpasswords-deleted-body\";i:531;s:24:\"botpasswords-newpassword\";i:532;s:24:\"botpasswords-no-provider\";i:533;s:31:\"botpasswords-restriction-failed\";i:534;s:25:\"botpasswords-invalid-name\";i:535;s:22:\"botpasswords-not-exist\";i:536;s:24:\"botpasswords-needs-reset\";i:537;s:19:\"botpasswords-locked\";i:538;s:19:\"resetpass_forbidden\";i:539;s:26:\"resetpass_forbidden-reason\";i:540;s:17:\"resetpass-no-info\";i:541;s:25:\"resetpass-submit-loggedin\";i:542;s:23:\"resetpass-submit-cancel\";i:543;s:23:\"resetpass-wrong-oldpass\";i:544;s:18:\"resetpass-recycled\";i:545;s:22:\"resetpass-temp-emailed\";i:546;s:23:\"resetpass-temp-password\";i:547;s:23:\"resetpass-abort-generic\";i:548;s:17:\"resetpass-expired\";i:549;s:22:\"resetpass-expired-soft\";i:550;s:18:\"resetpass-validity\";i:551;s:23:\"resetpass-validity-soft\";i:552;s:13:\"passwordreset\";i:553;s:22:\"passwordreset-text-one\";i:554;s:23:\"passwordreset-text-many\";i:555;s:22:\"passwordreset-disabled\";i:556;s:27:\"passwordreset-emaildisabled\";i:557;s:22:\"passwordreset-username\";i:558;s:20:\"passwordreset-domain\";i:559;s:19:\"passwordreset-email\";i:560;s:24:\"passwordreset-emailtitle\";i:561;s:26:\"passwordreset-emailtext-ip\";i:562;s:28:\"passwordreset-emailtext-user\";i:563;s:26:\"passwordreset-emailelement\";i:564;s:21:\"passwordreset-success\";i:565;s:37:\"passwordreset-success-details-generic\";i:566;s:26:\"passwordreset-success-info\";i:567;s:37:\"passwordreset-emailtext-require-email\";i:568;s:22:\"passwordreset-nocaller\";i:569;s:26:\"passwordreset-nosuchcaller\";i:570;s:21:\"passwordreset-ignored\";i:571;s:20:\"passwordreset-nodata\";i:572;s:11:\"changeemail\";i:573;s:18:\"changeemail-header\";i:574;s:19:\"changeemail-no-info\";i:575;s:20:\"changeemail-oldemail\";i:576;s:20:\"changeemail-newemail\";i:577;s:25:\"changeemail-newemail-help\";i:578;s:16:\"changeemail-none\";i:579;s:20:\"changeemail-password\";i:580;s:18:\"changeemail-submit\";i:581;s:21:\"changeemail-throttled\";i:582;s:20:\"changeemail-nochange\";i:583;s:21:\"changeemail-maxlength\";i:584;s:11:\"resettokens\";i:585;s:16:\"resettokens-text\";i:586;s:21:\"resettokens-no-tokens\";i:587;s:18:\"resettokens-tokens\";i:588;s:23:\"resettokens-token-label\";i:589;s:27:\"resettokens-watchlist-token\";i:590;s:16:\"resettokens-done\";i:591;s:23:\"resettokens-resetbutton\";i:592;s:7:\"summary\";i:593;s:7:\"subject\";i:594;s:9:\"minoredit\";i:595;s:9:\"watchthis\";i:596;s:11:\"savearticle\";i:597;s:11:\"savechanges\";i:598;s:11:\"publishpage\";i:599;s:14:\"publishchanges\";i:600;s:17:\"savearticle-start\";i:601;s:17:\"savechanges-start\";i:602;s:17:\"publishpage-start\";i:603;s:20:\"publishchanges-start\";i:604;s:7:\"preview\";i:605;s:11:\"showpreview\";i:606;s:8:\"showdiff\";i:607;s:12:\"blankarticle\";i:608;s:15:\"anoneditwarning\";i:609;s:18:\"anonpreviewwarning\";i:610;s:14:\"missingsummary\";i:611;s:12:\"selfredirect\";i:612;s:18:\"missingcommenttext\";i:613;s:20:\"missingcommentheader\";i:614;s:15:\"summary-preview\";i:615;s:16:\"previewerrortext\";i:616;s:12:\"blockedtitle\";i:617;s:11:\"blockedtext\";i:618;s:15:\"autoblockedtext\";i:619;s:17:\"systemblockedtext\";i:620;s:15:\"blockednoreason\";i:621;s:25:\"blockedtext-composite-ids\";i:622;s:28:\"blockedtext-composite-no-ids\";i:623;s:28:\"blockedtext-composite-reason\";i:624;s:17:\"whitelistedittext\";i:625;s:15:\"confirmedittext\";i:626;s:18:\"nosuchsectiontitle\";i:627;s:17:\"nosuchsectiontext\";i:628;s:13:\"loginreqtitle\";i:629;s:12:\"loginreqlink\";i:630;s:16:\"loginreqpagetext\";i:631;s:12:\"accmailtitle\";i:632;s:11:\"accmailtext\";i:633;s:10:\"newarticle\";i:634;s:14:\"newarticletext\";i:635;s:16:\"anontalkpagetext\";i:636;s:13:\"noarticletext\";i:637;s:26:\"noarticletext-nopermission\";i:638;s:27:\"missing-revision-permission\";i:639;s:16:\"missing-revision\";i:640;s:24:\"missing-revision-content\";i:641;s:25:\"userpage-userdoesnotexist\";i:642;s:30:\"userpage-userdoesnotexist-view\";i:643;s:25:\"blocked-notice-logextract\";i:644;s:14:\"clearyourcache\";i:645;s:20:\"usercssyoucanpreview\";i:646;s:21:\"userjsonyoucanpreview\";i:647;s:19:\"userjsyoucanpreview\";i:648;s:14:\"usercsspreview\";i:649;s:15:\"userjsonpreview\";i:650;s:13:\"userjspreview\";i:651;s:14:\"sitecsspreview\";i:652;s:15:\"sitejsonpreview\";i:653;s:13:\"sitejspreview\";i:654;s:22:\"userinvalidconfigtitle\";i:655;s:7:\"updated\";i:656;s:4:\"note\";i:657;s:11:\"previewnote\";i:658;s:16:\"continue-editing\";i:659;s:15:\"previewconflict\";i:660;s:20:\"session_fail_preview\";i:661;s:25:\"session_fail_preview_html\";i:662;s:20:\"edit_form_incomplete\";i:663;s:7:\"editing\";i:664;s:24:\"edit-textarea-aria-label\";i:665;s:8:\"creating\";i:666;s:14:\"editingsection\";i:667;s:14:\"editingcomment\";i:668;s:12:\"editconflict\";i:669;s:15:\"explainconflict\";i:670;s:8:\"yourtext\";i:671;s:13:\"storedversion\";i:672;s:10:\"editingold\";i:673;s:20:\"unicode-support-fail\";i:674;s:8:\"yourdiff\";i:675;s:16:\"copyrightwarning\";i:676;s:17:\"copyrightwarning2\";i:677;s:32:\"editpage-cannot-use-custom-model\";i:678;s:13:\"longpageerror\";i:679;s:15:\"readonlywarning\";i:680;s:20:\"protectedpagewarning\";i:681;s:24:\"semiprotectedpagewarning\";i:682;s:23:\"cascadeprotectedwarning\";i:683;s:21:\"titleprotectedwarning\";i:684;s:13:\"templatesused\";i:685;s:20:\"templatesusedpreview\";i:686;s:20:\"templatesusedsection\";i:687;s:18:\"template-protected\";i:688;s:22:\"template-semiprotected\";i:689;s:16:\"hiddencategories\";i:690;s:9:\"edittools\";i:691;s:12:\"nocreatetext\";i:692;s:17:\"nocreate-loggedin\";i:693;s:29:\"sectioneditnotsupported-title\";i:694;s:28:\"sectioneditnotsupported-text\";i:695;s:27:\"modeleditnotsupported-title\";i:696;s:26:\"modeleditnotsupported-text\";i:697;s:17:\"permissionserrors\";i:698;s:21:\"permissionserrorstext\";i:699;s:32:\"permissionserrorstext-withaction\";i:700;s:21:\"contentmodelediterror\";i:701;s:26:\"recreate-moveddeleted-warn\";i:702;s:19:\"moveddeleted-notice\";i:703;s:26:\"moveddeleted-notice-recent\";i:704;s:11:\"log-fulllog\";i:705;s:17:\"edit-hook-aborted\";i:706;s:17:\"edit-gone-missing\";i:707;s:13:\"edit-conflict\";i:708;s:14:\"edit-no-change\";i:709;s:29:\"postedit-confirmation-created\";i:710;s:30:\"postedit-confirmation-restored\";i:711;s:27:\"postedit-confirmation-saved\";i:712;s:31:\"postedit-confirmation-published\";i:713;s:27:\"postedit-temp-created-label\";i:714;s:19:\"edit-already-exists\";i:715;s:18:\"defaultmessagetext\";i:716;s:23:\"content-failed-to-parse\";i:717;s:20:\"invalid-content-data\";i:718;s:17:\"invalid-json-data\";i:719;s:24:\"content-not-allowed-here\";i:720;s:34:\"editpage-invalidcontentmodel-title\";i:721;s:33:\"editpage-invalidcontentmodel-text\";i:722;s:40:\"editpage-notsupportedcontentformat-title\";i:723;s:39:\"editpage-notsupportedcontentformat-text\";i:724;s:14:\"slot-name-main\";i:725;s:22:\"content-model-wikitext\";i:726;s:18:\"content-model-text\";i:727;s:24:\"content-model-javascript\";i:728;s:17:\"content-model-css\";i:729;s:25:\"content-json-empty-object\";i:730;s:24:\"content-json-empty-array\";i:731;s:22:\"duplicate-args-warning\";i:732;s:23:\"duplicate-args-category\";i:733;s:28:\"duplicate-args-category-desc\";i:734;s:32:\"expensive-parserfunction-warning\";i:735;s:33:\"expensive-parserfunction-category\";i:736;s:38:\"post-expand-template-inclusion-warning\";i:737;s:39:\"post-expand-template-inclusion-category\";i:738;s:37:\"post-expand-template-argument-warning\";i:739;s:38:\"post-expand-template-argument-category\";i:740;s:28:\"parser-template-loop-warning\";i:741;s:22:\"template-loop-category\";i:742;s:27:\"template-loop-category-desc\";i:743;s:21:\"template-loop-warning\";i:744;s:39:\"parser-template-recursion-depth-warning\";i:745;s:32:\"language-converter-depth-warning\";i:746;s:28:\"node-count-exceeded-category\";i:747;s:33:\"node-count-exceeded-category-desc\";i:748;s:27:\"node-count-exceeded-warning\";i:749;s:33:\"expansion-depth-exceeded-category\";i:750;s:38:\"expansion-depth-exceeded-category-desc\";i:751;s:32:\"expansion-depth-exceeded-warning\";i:752;s:27:\"parser-unstrip-loop-warning\";i:753;s:21:\"unstrip-depth-warning\";i:754;s:22:\"unstrip-depth-category\";i:755;s:20:\"unstrip-size-warning\";i:756;s:21:\"unstrip-size-category\";i:757;s:27:\"converter-manual-rule-error\";i:758;s:12:\"undo-success\";i:759;s:12:\"undo-failure\";i:760;s:10:\"undo-norev\";i:761;s:13:\"undo-nochange\";i:762;s:12:\"undo-summary\";i:763;s:17:\"undo-summary-anon\";i:764;s:19:\"undo-summary-import\";i:765;s:20:\"undo-summary-import2\";i:766;s:28:\"undo-summary-username-hidden\";i:767;s:12:\"viewpagelogs\";i:768;s:22:\"viewpagelogs-lowercase\";i:769;s:9:\"nohistory\";i:770;s:10:\"currentrev\";i:771;s:15:\"currentrev-asof\";i:772;s:12:\"revisionasof\";i:773;s:13:\"revision-info\";i:774;s:16:\"previousrevision\";i:775;s:12:\"nextrevision\";i:776;s:19:\"currentrevisionlink\";i:777;s:3:\"cur\";i:778;s:4:\"next\";i:779;s:4:\"last\";i:780;s:10:\"page_first\";i:781;s:9:\"page_last\";i:782;s:10:\"histlegend\";i:783;s:22:\"history-fieldset-title\";i:784;s:20:\"history-show-deleted\";i:785;s:9:\"histfirst\";i:786;s:8:\"histlast\";i:787;s:11:\"historysize\";i:788;s:12:\"historyempty\";i:789;s:18:\"history-feed-title\";i:790;s:24:\"history-feed-description\";i:791;s:27:\"history-feed-item-nocomment\";i:792;s:18:\"history-feed-empty\";i:793;s:17:\"history-edit-tags\";i:794;s:19:\"rev-deleted-comment\";i:795;s:16:\"rev-deleted-user\";i:796;s:17:\"rev-deleted-event\";i:797;s:25:\"rev-deleted-user-contribs\";i:798;s:27:\"rev-deleted-text-permission\";i:799;s:30:\"rev-suppressed-text-permission\";i:800;s:23:\"rev-deleted-text-unhide\";i:801;s:26:\"rev-suppressed-text-unhide\";i:802;s:21:\"rev-deleted-text-view\";i:803;s:24:\"rev-suppressed-text-view\";i:804;s:19:\"rev-deleted-no-diff\";i:805;s:22:\"rev-suppressed-no-diff\";i:806;s:23:\"rev-deleted-unhide-diff\";i:807;s:26:\"rev-suppressed-unhide-diff\";i:808;s:21:\"rev-deleted-diff-view\";i:809;s:24:\"rev-suppressed-diff-view\";i:810;s:12:\"rev-delundel\";i:811;s:15:\"rev-showdeleted\";i:812;s:14:\"revisiondelete\";i:813;s:23:\"revdelete-nooldid-title\";i:814;s:22:\"revdelete-nooldid-text\";i:815;s:17:\"revdelete-no-file\";i:816;s:27:\"revdelete-show-file-confirm\";i:817;s:26:\"revdelete-show-file-submit\";i:818;s:23:\"revdelete-selected-text\";i:819;s:23:\"revdelete-selected-file\";i:820;s:18:\"logdelete-selected\";i:821;s:19:\"revdelete-text-text\";i:822;s:19:\"revdelete-text-file\";i:823;s:14:\"logdelete-text\";i:824;s:21:\"revdelete-text-others\";i:825;s:17:\"revdelete-confirm\";i:826;s:23:\"revdelete-suppress-text\";i:827;s:16:\"revdelete-legend\";i:828;s:19:\"revdelete-hide-text\";i:829;s:20:\"revdelete-hide-image\";i:830;s:19:\"revdelete-hide-name\";i:831;s:22:\"revdelete-hide-comment\";i:832;s:19:\"revdelete-hide-user\";i:833;s:25:\"revdelete-hide-restricted\";i:834;s:20:\"revdelete-radio-same\";i:835;s:19:\"revdelete-radio-set\";i:836;s:21:\"revdelete-radio-unset\";i:837;s:18:\"revdelete-suppress\";i:838;s:20:\"revdelete-unsuppress\";i:839;s:13:\"revdelete-log\";i:840;s:16:\"revdelete-submit\";i:841;s:17:\"revdelete-success\";i:842;s:17:\"revdelete-failure\";i:843;s:17:\"logdelete-success\";i:844;s:17:\"logdelete-failure\";i:845;s:14:\"revdel-restore\";i:846;s:8:\"pagehist\";i:847;s:11:\"deletedhist\";i:848;s:22:\"revdelete-hide-current\";i:849;s:24:\"revdelete-show-no-access\";i:850;s:26:\"revdelete-modify-no-access\";i:851;s:24:\"revdelete-modify-missing\";i:852;s:19:\"revdelete-no-change\";i:853;s:27:\"revdelete-concurrent-change\";i:854;s:25:\"revdelete-only-restricted\";i:855;s:25:\"revdelete-reason-dropdown\";i:856;s:34:\"revdelete-reason-dropdown-suppress\";i:857;s:21:\"revdelete-otherreason\";i:858;s:25:\"revdelete-reasonotherlist\";i:859;s:25:\"revdelete-edit-reasonlist\";i:860;s:34:\"revdelete-edit-reasonlist-suppress\";i:861;s:18:\"revdelete-offender\";i:862;s:14:\"suppressionlog\";i:863;s:18:\"suppressionlogtext\";i:864;s:12:\"mergehistory\";i:865;s:19:\"mergehistory-header\";i:866;s:16:\"mergehistory-box\";i:867;s:17:\"mergehistory-from\";i:868;s:17:\"mergehistory-into\";i:869;s:17:\"mergehistory-list\";i:870;s:18:\"mergehistory-merge\";i:871;s:15:\"mergehistory-go\";i:872;s:19:\"mergehistory-submit\";i:873;s:18:\"mergehistory-empty\";i:874;s:17:\"mergehistory-done\";i:875;s:17:\"mergehistory-fail\";i:876;s:31:\"mergehistory-fail-bad-timestamp\";i:877;s:32:\"mergehistory-fail-invalid-source\";i:878;s:30:\"mergehistory-fail-invalid-dest\";i:879;s:27:\"mergehistory-fail-no-change\";i:880;s:28:\"mergehistory-fail-permission\";i:881;s:28:\"mergehistory-fail-self-merge\";i:882;s:36:\"mergehistory-fail-timestamps-overlap\";i:883;s:24:\"mergehistory-fail-toobig\";i:884;s:22:\"mergehistory-no-source\";i:885;s:27:\"mergehistory-no-destination\";i:886;s:27:\"mergehistory-invalid-source\";i:887;s:32:\"mergehistory-invalid-destination\";i:888;s:24:\"mergehistory-autocomment\";i:889;s:20:\"mergehistory-comment\";i:890;s:29:\"mergehistory-same-destination\";i:891;s:19:\"mergehistory-reason\";i:892;s:8:\"mergelog\";i:893;s:11:\"revertmerge\";i:894;s:16:\"mergelogpagetext\";i:895;s:13:\"history-title\";i:896;s:16:\"difference-title\";i:897;s:26:\"difference-title-multipage\";i:898;s:20:\"difference-multipage\";i:899;s:6:\"lineno\";i:900;s:23:\"compareselectedversions\";i:901;s:24:\"showhideselectedversions\";i:902;s:8:\"editundo\";i:903;s:10:\"diff-empty\";i:904;s:19:\"diff-multi-sameuser\";i:905;s:21:\"diff-multi-otherusers\";i:906;s:20:\"diff-multi-manyusers\";i:907;s:26:\"diff-paragraph-moved-tonew\";i:908;s:26:\"diff-paragraph-moved-toold\";i:909;s:27:\"difference-missing-revision\";i:910;s:13:\"searchresults\";i:911;s:26:\"search-filter-title-prefix\";i:912;s:32:\"search-filter-title-prefix-reset\";i:913;s:19:\"searchresults-title\";i:914;s:12:\"titlematches\";i:915;s:11:\"textmatches\";i:916;s:13:\"notextmatches\";i:917;s:5:\"prevn\";i:918;s:5:\"nextn\";i:919;s:9:\"prev-page\";i:920;s:9:\"next-page\";i:921;s:11:\"prevn-title\";i:922;s:11:\"nextn-title\";i:923;s:11:\"shown-title\";i:924;s:12:\"viewprevnext\";i:925;s:17:\"searchmenu-exists\";i:926;s:14:\"searchmenu-new\";i:927;s:22:\"searchprofile-articles\";i:928;s:20:\"searchprofile-images\";i:929;s:24:\"searchprofile-everything\";i:930;s:22:\"searchprofile-advanced\";i:931;s:30:\"searchprofile-articles-tooltip\";i:932;s:28:\"searchprofile-images-tooltip\";i:933;s:32:\"searchprofile-everything-tooltip\";i:934;s:30:\"searchprofile-advanced-tooltip\";i:935;s:18:\"search-result-size\";i:936;s:27:\"search-result-category-size\";i:937;s:15:\"search-redirect\";i:938;s:14:\"search-section\";i:939;s:15:\"search-category\";i:940;s:17:\"search-file-match\";i:941;s:14:\"search-suggest\";i:942;s:16:\"search-rewritten\";i:943;s:31:\"search-interwiki-resultset-link\";i:944;s:21:\"search-interwiki-more\";i:945;s:29:\"search-interwiki-more-results\";i:946;s:21:\"search-relatedarticle\";i:947;s:13:\"searchrelated\";i:948;s:9:\"searchall\";i:949;s:14:\"showingresults\";i:950;s:21:\"showingresultsinrange\";i:951;s:21:\"search-showingresults\";i:952;s:16:\"search-nonefound\";i:953;s:25:\"search-nonefound-thiswiki\";i:954;s:18:\"powersearch-legend\";i:955;s:14:\"powersearch-ns\";i:956;s:23:\"powersearch-togglelabel\";i:957;s:21:\"powersearch-toggleall\";i:958;s:22:\"powersearch-togglenone\";i:959;s:20:\"powersearch-remember\";i:960;s:15:\"search-external\";i:961;s:14:\"searchdisabled\";i:962;s:12:\"search-error\";i:963;s:14:\"search-warning\";i:964;s:11:\"preferences\";i:965;s:13:\"mypreferences\";i:966;s:11:\"prefs-edits\";i:967;s:17:\"prefsnologintext2\";i:968;s:10:\"prefs-skin\";i:969;s:16:\"prefs-skin-prefs\";i:970;s:12:\"skin-preview\";i:971;s:11:\"datedefault\";i:972;s:10:\"prefs-labs\";i:973;s:16:\"prefs-user-pages\";i:974;s:14:\"prefs-personal\";i:975;s:8:\"prefs-rc\";i:976;s:15:\"prefs-watchlist\";i:977;s:19:\"prefs-editwatchlist\";i:978;s:25:\"prefs-editwatchlist-label\";i:979;s:24:\"prefs-editwatchlist-edit\";i:980;s:23:\"prefs-editwatchlist-raw\";i:981;s:25:\"prefs-editwatchlist-clear\";i:982;s:20:\"prefs-watchlist-days\";i:983;s:24:\"prefs-watchlist-days-max\";i:984;s:21:\"prefs-watchlist-edits\";i:985;s:25:\"prefs-watchlist-edits-max\";i:986;s:21:\"prefs-watchlist-token\";i:987;s:28:\"prefs-watchlist-managetokens\";i:988;s:10:\"prefs-misc\";i:989;s:15:\"prefs-resetpass\";i:990;s:17:\"prefs-changeemail\";i:991;s:14:\"prefs-setemail\";i:992;s:11:\"prefs-email\";i:993;s:15:\"prefs-rendering\";i:994;s:16:\"prefs-searchmisc\";i:995;s:9:\"saveprefs\";i:996;s:12:\"restoreprefs\";i:997;s:13:\"prefs-editing\";i:998;s:17:\"searchresultshead\";i:999;s:17:\"recentchangesdays\";i:1000;s:21:\"recentchangesdays-max\";i:1001;s:18:\"recentchangescount\";i:1002;s:29:\"prefs-help-recentchangescount\";i:1003;s:27:\"prefs-help-watchlist-token2\";i:1004;s:26:\"prefs-help-tokenmanagement\";i:1005;s:29:\"prefs-user-downloaddata-label\";i:1006;s:29:\"prefs-user-restoreprefs-label\";i:1007;s:10:\"savedprefs\";i:1008;s:11:\"savedrights\";i:1009;s:14:\"timezonelegend\";i:1010;s:9:\"localtime\";i:1011;s:24:\"timezoneuseserverdefault\";i:1012;s:17:\"timezoneuseoffset\";i:1013;s:10:\"servertime\";i:1014;s:13:\"guesstimezone\";i:1015;s:21:\"timezoneregion-africa\";i:1016;s:22:\"timezoneregion-america\";i:1017;s:25:\"timezoneregion-antarctica\";i:1018;s:21:\"timezoneregion-arctic\";i:1019;s:19:\"timezoneregion-asia\";i:1020;s:23:\"timezoneregion-atlantic\";i:1021;s:24:\"timezoneregion-australia\";i:1022;s:21:\"timezoneregion-europe\";i:1023;s:21:\"timezoneregion-indian\";i:1024;s:22:\"timezoneregion-pacific\";i:1025;s:10:\"allowemail\";i:1026;s:27:\"email-allow-new-users-label\";i:1027;s:20:\"email-mutelist-label\";i:1028;s:19:\"prefs-searchoptions\";i:1029;s:16:\"prefs-namespaces\";i:1030;s:7:\"default\";i:1031;s:11:\"prefs-files\";i:1032;s:16:\"prefs-custom-css\";i:1033;s:17:\"prefs-custom-json\";i:1034;s:15:\"prefs-custom-js\";i:1035;s:19:\"prefs-common-config\";i:1036;s:17:\"prefs-reset-intro\";i:1037;s:24:\"prefs-emailconfirm-label\";i:1038;s:9:\"youremail\";i:1039;s:8:\"username\";i:1040;s:20:\"prefs-memberingroups\";i:1041;s:33:\"group-membership-link-with-expiry\";i:1042;s:18:\"prefs-registration\";i:1043;s:12:\"yourrealname\";i:1044;s:12:\"yourlanguage\";i:1045;s:11:\"yourvariant\";i:1046;s:18:\"prefs-help-variant\";i:1047;s:8:\"yournick\";i:1048;s:20:\"prefs-help-signature\";i:1049;s:6:\"badsig\";i:1050;s:12:\"badsiglength\";i:1051;s:25:\"linterror-missing-end-tag\";i:1052;s:22:\"linterror-obsolete-tag\";i:1053;s:10:\"yourgender\";i:1054;s:14:\"gender-unknown\";i:1055;s:11:\"gender-male\";i:1056;s:13:\"gender-female\";i:1057;s:17:\"prefs-help-gender\";i:1058;s:5:\"email\";i:1059;s:19:\"prefs-help-realname\";i:1060;s:16:\"prefs-help-email\";i:1061;s:23:\"prefs-help-email-others\";i:1062;s:25:\"prefs-help-email-required\";i:1063;s:10:\"prefs-info\";i:1064;s:10:\"prefs-i18n\";i:1065;s:15:\"prefs-signature\";i:1066;s:31:\"prefs-signature-highlight-error\";i:1067;s:29:\"prefs-signature-error-details\";i:1068;s:16:\"prefs-dateformat\";i:1069;s:16:\"prefs-timeoffset\";i:1070;s:21:\"prefs-advancedediting\";i:1071;s:20:\"prefs-developertools\";i:1072;s:12:\"prefs-editor\";i:1073;s:16:\"prefs-discussion\";i:1074;s:13:\"prefs-preview\";i:1075;s:16:\"prefs-advancedrc\";i:1076;s:23:\"prefs-advancedrendering\";i:1077;s:27:\"prefs-advancedsearchoptions\";i:1078;s:23:\"prefs-advancedwatchlist\";i:1079;s:15:\"prefs-displayrc\";i:1080;s:22:\"prefs-displaywatchlist\";i:1081;s:15:\"prefs-changesrc\";i:1082;s:22:\"prefs-changeswatchlist\";i:1083;s:20:\"prefs-pageswatchlist\";i:1084;s:20:\"prefs-tokenwatchlist\";i:1085;s:11:\"prefs-diffs\";i:1086;s:23:\"prefs-help-prefershttps\";i:1087;s:26:\"prefs-tabs-navigation-hint\";i:1088;s:10:\"userrights\";i:1089;s:22:\"userrights-lookup-user\";i:1090;s:24:\"userrights-user-editname\";i:1091;s:13:\"editusergroup\";i:1092;s:11:\"editinguser\";i:1093;s:17:\"viewinguserrights\";i:1094;s:24:\"userrights-editusergroup\";i:1095;s:24:\"userrights-viewusergroup\";i:1096;s:14:\"saveusergroups\";i:1097;s:23:\"userrights-groupsmember\";i:1098;s:28:\"userrights-groupsmember-auto\";i:1099;s:22:\"userrights-groups-help\";i:1100;s:17:\"userrights-reason\";i:1101;s:23:\"userrights-no-interwiki\";i:1102;s:21:\"userrights-nodatabase\";i:1103;s:25:\"userrights-changeable-col\";i:1104;s:27:\"userrights-unchangeable-col\";i:1105;s:25:\"userrights-expiry-current\";i:1106;s:22:\"userrights-expiry-none\";i:1107;s:17:\"userrights-expiry\";i:1108;s:26:\"userrights-expiry-existing\";i:1109;s:27:\"userrights-expiry-othertime\";i:1110;s:25:\"userrights-expiry-options\";i:1111;s:25:\"userrights-invalid-expiry\";i:1112;s:25:\"userrights-expiry-in-past\";i:1113;s:32:\"userrights-cannot-shorten-expiry\";i:1114;s:19:\"userrights-conflict\";i:1115;s:5:\"group\";i:1116;s:10:\"group-user\";i:1117;s:11:\"group-named\";i:1118;s:19:\"group-autoconfirmed\";i:1119;s:9:\"group-bot\";i:1120;s:11:\"group-sysop\";i:1121;s:21:\"group-interface-admin\";i:1122;s:16:\"group-bureaucrat\";i:1123;s:14:\"group-suppress\";i:1124;s:9:\"group-all\";i:1125;s:17:\"group-user-member\";i:1126;s:26:\"group-autoconfirmed-member\";i:1127;s:16:\"group-bot-member\";i:1128;s:18:\"group-sysop-member\";i:1129;s:28:\"group-interface-admin-member\";i:1130;s:23:\"group-bureaucrat-member\";i:1131;s:21:\"group-suppress-member\";i:1132;s:14:\"grouppage-user\";i:1133;s:23:\"grouppage-autoconfirmed\";i:1134;s:13:\"grouppage-bot\";i:1135;s:15:\"grouppage-sysop\";i:1136;s:25:\"grouppage-interface-admin\";i:1137;s:20:\"grouppage-bureaucrat\";i:1138;s:18:\"grouppage-suppress\";i:1139;s:10:\"right-read\";i:1140;s:10:\"right-edit\";i:1141;s:16:\"right-createpage\";i:1142;s:16:\"right-createtalk\";i:1143;s:19:\"right-createaccount\";i:1144;s:23:\"right-autocreateaccount\";i:1145;s:15:\"right-minoredit\";i:1146;s:10:\"right-move\";i:1147;s:19:\"right-move-subpages\";i:1148;s:24:\"right-move-rootuserpages\";i:1149;s:24:\"right-move-categorypages\";i:1150;s:14:\"right-movefile\";i:1151;s:22:\"right-suppressredirect\";i:1152;s:12:\"right-upload\";i:1153;s:14:\"right-reupload\";i:1154;s:18:\"right-reupload-own\";i:1155;s:21:\"right-reupload-shared\";i:1156;s:19:\"right-upload_by_url\";i:1157;s:11:\"right-purge\";i:1158;s:19:\"right-autoconfirmed\";i:1159;s:9:\"right-bot\";i:1160;s:20:\"right-nominornewtalk\";i:1161;s:19:\"right-apihighlimits\";i:1162;s:14:\"right-writeapi\";i:1163;s:12:\"right-delete\";i:1164;s:15:\"right-bigdelete\";i:1165;s:20:\"right-deletelogentry\";i:1166;s:20:\"right-deleterevision\";i:1167;s:20:\"right-deletedhistory\";i:1168;s:17:\"right-deletedtext\";i:1169;s:19:\"right-browsearchive\";i:1170;s:14:\"right-undelete\";i:1171;s:22:\"right-suppressrevision\";i:1172;s:20:\"right-viewsuppressed\";i:1173;s:20:\"right-suppressionlog\";i:1174;s:11:\"right-block\";i:1175;s:16:\"right-blockemail\";i:1176;s:14:\"right-hideuser\";i:1177;s:20:\"right-ipblock-exempt\";i:1178;s:17:\"right-unblockself\";i:1179;s:13:\"right-protect\";i:1180;s:19:\"right-editprotected\";i:1181;s:23:\"right-editsemiprotected\";i:1182;s:22:\"right-editcontentmodel\";i:1183;s:19:\"right-editinterface\";i:1184;s:17:\"right-editusercss\";i:1185;s:18:\"right-edituserjson\";i:1186;s:16:\"right-edituserjs\";i:1187;s:17:\"right-editsitecss\";i:1188;s:18:\"right-editsitejson\";i:1189;s:16:\"right-editsitejs\";i:1190;s:19:\"right-editmyusercss\";i:1191;s:20:\"right-editmyuserjson\";i:1192;s:18:\"right-editmyuserjs\";i:1193;s:21:\"right-viewmywatchlist\";i:1194;s:21:\"right-editmywatchlist\";i:1195;s:23:\"right-viewmyprivateinfo\";i:1196;s:23:\"right-editmyprivateinfo\";i:1197;s:19:\"right-editmyoptions\";i:1198;s:14:\"right-rollback\";i:1199;s:18:\"right-markbotedits\";i:1200;s:17:\"right-noratelimit\";i:1201;s:12:\"right-import\";i:1202;s:18:\"right-importupload\";i:1203;s:12:\"right-patrol\";i:1204;s:16:\"right-autopatrol\";i:1205;s:17:\"right-patrolmarks\";i:1206;s:20:\"right-unwatchedpages\";i:1207;s:18:\"right-mergehistory\";i:1208;s:16:\"right-userrights\";i:1209;s:26:\"right-userrights-interwiki\";i:1210;s:15:\"right-siteadmin\";i:1211;s:27:\"right-override-export-depth\";i:1212;s:15:\"right-sendemail\";i:1213;s:22:\"right-managechangetags\";i:1214;s:21:\"right-applychangetags\";i:1215;s:16:\"right-changetags\";i:1216;s:22:\"right-deletechangetags\";i:1217;s:13:\"grant-generic\";i:1218;s:28:\"grant-group-page-interaction\";i:1219;s:28:\"grant-group-file-interaction\";i:1220;s:33:\"grant-group-watchlist-interaction\";i:1221;s:17:\"grant-group-email\";i:1222;s:23:\"grant-group-high-volume\";i:1223;s:25:\"grant-group-customization\";i:1224;s:26:\"grant-group-administration\";i:1225;s:31:\"grant-group-private-information\";i:1226;s:17:\"grant-group-other\";i:1227;s:16:\"grant-blockusers\";i:1228;s:19:\"grant-createaccount\";i:1229;s:24:\"grant-createeditmovepage\";i:1230;s:12:\"grant-delete\";i:1231;s:19:\"grant-editinterface\";i:1232;s:17:\"grant-editmycssjs\";i:1233;s:19:\"grant-editmyoptions\";i:1234;s:21:\"grant-editmywatchlist\";i:1235;s:20:\"grant-editsiteconfig\";i:1236;s:14:\"grant-editpage\";i:1237;s:19:\"grant-editprotected\";i:1238;s:16:\"grant-highvolume\";i:1239;s:12:\"grant-import\";i:1240;s:15:\"grant-oversight\";i:1241;s:12:\"grant-patrol\";i:1242;s:17:\"grant-privateinfo\";i:1243;s:13:\"grant-protect\";i:1244;s:14:\"grant-rollback\";i:1245;s:15:\"grant-sendemail\";i:1246;s:24:\"grant-uploadeditmovefile\";i:1247;s:16:\"grant-uploadfile\";i:1248;s:11:\"grant-basic\";i:1249;s:17:\"grant-viewdeleted\";i:1250;s:21:\"grant-viewmywatchlist\";i:1251;s:24:\"grant-viewrestrictedlogs\";i:1252;s:14:\"newuserlogpage\";i:1253;s:18:\"newuserlogpagetext\";i:1254;s:9:\"rightslog\";i:1255;s:13:\"rightslogtext\";i:1256;s:11:\"action-read\";i:1257;s:22:\"skin-action-addsection\";i:1258;s:11:\"action-edit\";i:1259;s:17:\"action-createpage\";i:1260;s:17:\"action-createtalk\";i:1261;s:20:\"action-createaccount\";i:1262;s:24:\"action-autocreateaccount\";i:1263;s:14:\"action-history\";i:1264;s:16:\"action-minoredit\";i:1265;s:11:\"action-move\";i:1266;s:20:\"action-move-subpages\";i:1267;s:25:\"action-move-rootuserpages\";i:1268;s:25:\"action-move-categorypages\";i:1269;s:15:\"action-movefile\";i:1270;s:13:\"action-upload\";i:1271;s:15:\"action-reupload\";i:1272;s:22:\"action-reupload-shared\";i:1273;s:20:\"action-upload_by_url\";i:1274;s:15:\"action-writeapi\";i:1275;s:13:\"action-delete\";i:1276;s:21:\"action-deleterevision\";i:1277;s:21:\"action-deletelogentry\";i:1278;s:21:\"action-deletedhistory\";i:1279;s:18:\"action-deletedtext\";i:1280;s:20:\"action-browsearchive\";i:1281;s:15:\"action-undelete\";i:1282;s:23:\"action-suppressrevision\";i:1283;s:21:\"action-suppressionlog\";i:1284;s:12:\"action-block\";i:1285;s:14:\"action-protect\";i:1286;s:15:\"action-rollback\";i:1287;s:13:\"action-import\";i:1288;s:19:\"action-importupload\";i:1289;s:13:\"action-patrol\";i:1290;s:17:\"action-autopatrol\";i:1291;s:21:\"action-unwatchedpages\";i:1292;s:19:\"action-mergehistory\";i:1293;s:17:\"action-userrights\";i:1294;s:27:\"action-userrights-interwiki\";i:1295;s:16:\"action-siteadmin\";i:1296;s:16:\"action-sendemail\";i:1297;s:20:\"action-editmyoptions\";i:1298;s:22:\"action-editmywatchlist\";i:1299;s:22:\"action-viewmywatchlist\";i:1300;s:24:\"action-viewmyprivateinfo\";i:1301;s:24:\"action-editmyprivateinfo\";i:1302;s:23:\"action-editcontentmodel\";i:1303;s:23:\"action-managechangetags\";i:1304;s:22:\"action-applychangetags\";i:1305;s:17:\"action-changetags\";i:1306;s:23:\"action-deletechangetags\";i:1307;s:12:\"action-purge\";i:1308;s:8:\"nchanges\";i:1309;s:27:\"enhancedrc-since-last-visit\";i:1310;s:18:\"enhancedrc-history\";i:1311;s:13:\"recentchanges\";i:1312;s:20:\"recentchanges-legend\";i:1313;s:21:\"recentchanges-summary\";i:1314;s:22:\"recentchanges-noresult\";i:1315;s:21:\"recentchanges-timeout\";i:1316;s:21:\"recentchanges-network\";i:1317;s:26:\"recentchanges-notargetpage\";i:1318;s:30:\"recentchanges-feed-description\";i:1319;s:27:\"recentchanges-label-newpage\";i:1320;s:25:\"recentchanges-label-minor\";i:1321;s:23:\"recentchanges-label-bot\";i:1322;s:31:\"recentchanges-label-unpatrolled\";i:1323;s:29:\"recentchanges-label-plusminus\";i:1324;s:28:\"recentchanges-legend-heading\";i:1325;s:28:\"recentchanges-legend-newpage\";i:1326;s:20:\"recentchanges-submit\";i:1327;s:20:\"rcfilters-tag-remove\";i:1328;s:24:\"rcfilters-legend-heading\";i:1329;s:28:\"rcfilters-other-review-tools\";i:1330;s:31:\"rcfilters-group-results-by-page\";i:1331;s:23:\"rcfilters-activefilters\";i:1332;s:28:\"rcfilters-activefilters-hide\";i:1333;s:28:\"rcfilters-activefilters-show\";i:1334;s:36:\"rcfilters-activefilters-hide-tooltip\";i:1335;s:36:\"rcfilters-activefilters-show-tooltip\";i:1336;s:25:\"rcfilters-advancedfilters\";i:1337;s:21:\"rcfilters-limit-title\";i:1338;s:30:\"rcfilters-limit-and-date-label\";i:1339;s:26:\"rcfilters-date-popup-title\";i:1340;s:20:\"rcfilters-days-title\";i:1341;s:21:\"rcfilters-hours-title\";i:1342;s:24:\"rcfilters-days-show-days\";i:1343;s:25:\"rcfilters-days-show-hours\";i:1344;s:34:\"rcfilters-highlighted-filters-list\";i:1345;s:22:\"rcfilters-quickfilters\";i:1346;s:40:\"rcfilters-quickfilters-placeholder-title\";i:1347;s:46:\"rcfilters-quickfilters-placeholder-description\";i:1348;s:35:\"rcfilters-savedqueries-defaultlabel\";i:1349;s:29:\"rcfilters-savedqueries-rename\";i:1350;s:33:\"rcfilters-savedqueries-setdefault\";i:1351;s:35:\"rcfilters-savedqueries-unsetdefault\";i:1352;s:29:\"rcfilters-savedqueries-remove\";i:1353;s:37:\"rcfilters-savedqueries-new-name-label\";i:1354;s:43:\"rcfilters-savedqueries-new-name-placeholder\";i:1355;s:34:\"rcfilters-savedqueries-apply-label\";i:1356;s:49:\"rcfilters-savedqueries-apply-and-setdefault-label\";i:1357;s:35:\"rcfilters-savedqueries-cancel-label\";i:1358;s:36:\"rcfilters-savedqueries-add-new-title\";i:1359;s:36:\"rcfilters-savedqueries-already-saved\";i:1360;s:33:\"rcfilters-restore-default-filters\";i:1361;s:27:\"rcfilters-clear-all-filters\";i:1362;s:26:\"rcfilters-show-new-changes\";i:1363;s:28:\"rcfilters-search-placeholder\";i:1364;s:35:\"rcfilters-search-placeholder-mobile\";i:1365;s:24:\"rcfilters-invalid-filter\";i:1366;s:22:\"rcfilters-empty-filter\";i:1367;s:26:\"rcfilters-filterlist-title\";i:1368;s:30:\"rcfilters-filterlist-whatsthis\";i:1369;s:31:\"rcfilters-highlightbutton-title\";i:1370;s:29:\"rcfilters-highlightmenu-title\";i:1371;s:28:\"rcfilters-highlightmenu-help\";i:1372;s:30:\"rcfilters-filterlist-noresults\";i:1373;s:28:\"rcfilters-noresults-conflict\";i:1374;s:30:\"rcfilters-state-message-subset\";i:1375;s:36:\"rcfilters-state-message-fullcoverage\";i:1376;s:32:\"rcfilters-filtergroup-authorship\";i:1377;s:34:\"rcfilters-filter-editsbyself-label\";i:1378;s:40:\"rcfilters-filter-editsbyself-description\";i:1379;s:35:\"rcfilters-filter-editsbyother-label\";i:1380;s:41:\"rcfilters-filter-editsbyother-description\";i:1381;s:43:\"rcfilters-filtergroup-user-experience-level\";i:1382;s:55:\"rcfilters-filter-user-experience-level-registered-label\";i:1383;s:61:\"rcfilters-filter-user-experience-level-registered-description\";i:1384;s:57:\"rcfilters-filter-user-experience-level-unregistered-label\";i:1385;s:63:\"rcfilters-filter-user-experience-level-unregistered-description\";i:1386;s:53:\"rcfilters-filter-user-experience-level-newcomer-label\";i:1387;s:59:\"rcfilters-filter-user-experience-level-newcomer-description\";i:1388;s:52:\"rcfilters-filter-user-experience-level-learner-label\";i:1389;s:58:\"rcfilters-filter-user-experience-level-learner-description\";i:1390;s:56:\"rcfilters-filter-user-experience-level-experienced-label\";i:1391;s:62:\"rcfilters-filter-user-experience-level-experienced-description\";i:1392;s:31:\"rcfilters-filtergroup-automated\";i:1393;s:27:\"rcfilters-filter-bots-label\";i:1394;s:33:\"rcfilters-filter-bots-description\";i:1395;s:29:\"rcfilters-filter-humans-label\";i:1396;s:35:\"rcfilters-filter-humans-description\";i:1397;s:34:\"rcfilters-filtergroup-reviewstatus\";i:1398;s:53:\"rcfilters-filter-reviewstatus-unpatrolled-description\";i:1399;s:47:\"rcfilters-filter-reviewstatus-unpatrolled-label\";i:1400;s:48:\"rcfilters-filter-reviewstatus-manual-description\";i:1401;s:42:\"rcfilters-filter-reviewstatus-manual-label\";i:1402;s:46:\"rcfilters-filter-reviewstatus-auto-description\";i:1403;s:40:\"rcfilters-filter-reviewstatus-auto-label\";i:1404;s:34:\"rcfilters-filtergroup-significance\";i:1405;s:28:\"rcfilters-filter-minor-label\";i:1406;s:34:\"rcfilters-filter-minor-description\";i:1407;s:28:\"rcfilters-filter-major-label\";i:1408;s:34:\"rcfilters-filter-major-description\";i:1409;s:31:\"rcfilters-filtergroup-watchlist\";i:1410;s:40:\"rcfilters-filter-watchlist-watched-label\";i:1411;s:46:\"rcfilters-filter-watchlist-watched-description\";i:1412;s:43:\"rcfilters-filter-watchlist-watchednew-label\";i:1413;s:49:\"rcfilters-filter-watchlist-watchednew-description\";i:1414;s:43:\"rcfilters-filter-watchlist-notwatched-label\";i:1415;s:49:\"rcfilters-filter-watchlist-notwatched-description\";i:1416;s:39:\"rcfilters-filtergroup-watchlistactivity\";i:1417;s:47:\"rcfilters-filter-watchlistactivity-unseen-label\";i:1418;s:53:\"rcfilters-filter-watchlistactivity-unseen-description\";i:1419;s:45:\"rcfilters-filter-watchlistactivity-seen-label\";i:1420;s:51:\"rcfilters-filter-watchlistactivity-seen-description\";i:1421;s:32:\"rcfilters-filtergroup-changetype\";i:1422;s:32:\"rcfilters-filter-pageedits-label\";i:1423;s:38:\"rcfilters-filter-pageedits-description\";i:1424;s:31:\"rcfilters-filter-newpages-label\";i:1425;s:37:\"rcfilters-filter-newpages-description\";i:1426;s:37:\"rcfilters-filter-categorization-label\";i:1427;s:43:\"rcfilters-filter-categorization-description\";i:1428;s:33:\"rcfilters-filter-logactions-label\";i:1429;s:39:\"rcfilters-filter-logactions-description\";i:1430;s:42:\"rcfilters-hideminor-conflicts-typeofchange\";i:1431;s:42:\"rcfilters-typeofchange-conflicts-hideminor\";i:1432;s:34:\"rcfilters-filtergroup-lastrevision\";i:1433;s:35:\"rcfilters-filter-lastrevision-label\";i:1434;s:41:\"rcfilters-filter-lastrevision-description\";i:1435;s:39:\"rcfilters-filter-previousrevision-label\";i:1436;s:45:\"rcfilters-filter-previousrevision-description\";i:1437;s:25:\"rcfilters-filter-excluded\";i:1438;s:39:\"rcfilters-tag-prefix-namespace-inverted\";i:1439;s:28:\"rcfilters-exclude-button-off\";i:1440;s:27:\"rcfilters-exclude-button-on\";i:1441;s:19:\"rcfilters-view-tags\";i:1442;s:33:\"rcfilters-view-namespaces-tooltip\";i:1443;s:27:\"rcfilters-view-tags-tooltip\";i:1444;s:40:\"rcfilters-view-return-to-default-tooltip\";i:1445;s:37:\"rcfilters-view-tags-help-icon-tooltip\";i:1446;s:28:\"rcfilters-liveupdates-button\";i:1447;s:37:\"rcfilters-liveupdates-button-title-on\";i:1448;s:38:\"rcfilters-liveupdates-button-title-off\";i:1449;s:35:\"rcfilters-watchlist-markseen-button\";i:1450;s:41:\"rcfilters-watchlist-edit-watchlist-button\";i:1451;s:31:\"rcfilters-watchlist-showupdated\";i:1452;s:26:\"rcfilters-preference-label\";i:1453;s:25:\"rcfilters-preference-help\";i:1454;s:36:\"rcfilters-watchlist-preference-label\";i:1455;s:35:\"rcfilters-watchlist-preference-help\";i:1456;s:37:\"rcfilters-filter-showlinkedfrom-label\";i:1457;s:44:\"rcfilters-filter-showlinkedfrom-option-label\";i:1458;s:35:\"rcfilters-filter-showlinkedto-label\";i:1459;s:42:\"rcfilters-filter-showlinkedto-option-label\";i:1460;s:33:\"rcfilters-target-page-placeholder\";i:1461;s:27:\"rcfilters-allcontents-label\";i:1462;s:30:\"rcfilters-alldiscussions-label\";i:1463;s:10:\"rcnotefrom\";i:1464;s:15:\"rclistfromreset\";i:1465;s:10:\"rclistfrom\";i:1466;s:15:\"rcshowhideminor\";i:1467;s:20:\"rcshowhideminor-show\";i:1468;s:20:\"rcshowhideminor-hide\";i:1469;s:14:\"rcshowhidebots\";i:1470;s:19:\"rcshowhidebots-show\";i:1471;s:19:\"rcshowhidebots-hide\";i:1472;s:13:\"rcshowhideliu\";i:1473;s:18:\"rcshowhideliu-show\";i:1474;s:18:\"rcshowhideliu-hide\";i:1475;s:15:\"rcshowhideanons\";i:1476;s:20:\"rcshowhideanons-show\";i:1477;s:20:\"rcshowhideanons-hide\";i:1478;s:14:\"rcshowhidepatr\";i:1479;s:19:\"rcshowhidepatr-show\";i:1480;s:19:\"rcshowhidepatr-hide\";i:1481;s:14:\"rcshowhidemine\";i:1482;s:19:\"rcshowhidemine-show\";i:1483;s:19:\"rcshowhidemine-hide\";i:1484;s:24:\"rcshowhidecategorization\";i:1485;s:29:\"rcshowhidecategorization-show\";i:1486;s:29:\"rcshowhidecategorization-hide\";i:1487;s:7:\"rclinks\";i:1488;s:4:\"diff\";i:1489;s:4:\"hist\";i:1490;s:4:\"hide\";i:1491;s:4:\"show\";i:1492;s:15:\"minoreditletter\";i:1493;s:13:\"newpageletter\";i:1494;s:13:\"boteditletter\";i:1495;s:18:\"rc-change-size-new\";i:1496;s:17:\"newsectionsummary\";i:1497;s:12:\"rc-old-title\";i:1498;s:19:\"recentchangeslinked\";i:1499;s:24:\"recentchangeslinked-feed\";i:1500;s:27:\"recentchangeslinked-toolbox\";i:1501;s:25:\"recentchangeslinked-title\";i:1502;s:27:\"recentchangeslinked-summary\";i:1503;s:24:\"recentchangeslinked-page\";i:1504;s:22:\"recentchangeslinked-to\";i:1505;s:36:\"recentchanges-page-added-to-category\";i:1506;s:44:\"recentchanges-page-added-to-category-bundled\";i:1507;s:40:\"recentchanges-page-removed-from-category\";i:1508;s:19:\"autochange-username\";i:1509;s:6:\"upload\";i:1510;s:9:\"uploadbtn\";i:1511;s:12:\"reuploaddesc\";i:1512;s:15:\"upload-tryagain\";i:1513;s:13:\"uploadnologin\";i:1514;s:17:\"uploadnologintext\";i:1515;s:24:\"upload_directory_missing\";i:1516;s:26:\"upload_directory_read_only\";i:1517;s:11:\"uploaderror\";i:1518;s:23:\"upload-recreate-warning\";i:1519;s:10:\"uploadtext\";i:1520;s:16:\"upload-permitted\";i:1521;s:16:\"upload-preferred\";i:1522;s:17:\"upload-prohibited\";i:1523;s:13:\"uploadlogpage\";i:1524;s:17:\"uploadlogpagetext\";i:1525;s:8:\"filename\";i:1526;s:8:\"filedesc\";i:1527;s:17:\"fileuploadsummary\";i:1528;s:19:\"filereuploadsummary\";i:1529;s:10:\"filestatus\";i:1530;s:10:\"filesource\";i:1531;s:13:\"ignorewarning\";i:1532;s:14:\"ignorewarnings\";i:1533;s:10:\"minlength1\";i:1534;s:15:\"illegalfilename\";i:1535;s:16:\"filename-toolong\";i:1536;s:11:\"badfilename\";i:1537;s:22:\"filetype-mime-mismatch\";i:1538;s:16:\"filetype-badmime\";i:1539;s:20:\"filetype-bad-ie-mime\";i:1540;s:22:\"filetype-unwanted-type\";i:1541;s:20:\"filetype-banned-type\";i:1542;s:16:\"filetype-missing\";i:1543;s:10:\"empty-file\";i:1544;s:14:\"file-too-large\";i:1545;s:17:\"filename-tooshort\";i:1546;s:15:\"filetype-banned\";i:1547;s:18:\"verification-error\";i:1548;s:11:\"hookaborted\";i:1549;s:16:\"illegal-filename\";i:1550;s:9:\"overwrite\";i:1551;s:13:\"unknown-error\";i:1552;s:16:\"tmp-create-error\";i:1553;s:15:\"tmp-write-error\";i:1554;s:10:\"large-file\";i:1555;s:15:\"largefileserver\";i:1556;s:9:\"emptyfile\";i:1557;s:25:\"windows-nonascii-filename\";i:1558;s:10:\"fileexists\";i:1559;s:14:\"filepageexists\";i:1560;s:20:\"fileexists-extension\";i:1561;s:24:\"fileexists-thumbnail-yes\";i:1562;s:17:\"file-thumbnail-no\";i:1563;s:20:\"fileexists-forbidden\";i:1564;s:27:\"fileexists-shared-forbidden\";i:1565;s:20:\"fileexists-no-change\";i:1566;s:28:\"fileexists-duplicate-version\";i:1567;s:21:\"file-exists-duplicate\";i:1568;s:22:\"file-deleted-duplicate\";i:1569;s:30:\"file-deleted-duplicate-notitle\";i:1570;s:13:\"uploadwarning\";i:1571;s:18:\"uploadwarning-text\";i:1572;s:8:\"savefile\";i:1573;s:14:\"uploaddisabled\";i:1574;s:18:\"copyuploaddisabled\";i:1575;s:18:\"uploaddisabledtext\";i:1576;s:22:\"php-uploaddisabledtext\";i:1577;s:14:\"uploadscripted\";i:1578;s:23:\"uploadscriptednamespace\";i:1579;s:16:\"uploadinvalidxml\";i:1580;s:11:\"uploadvirus\";i:1581;s:13:\"upload-source\";i:1582;s:14:\"sourcefilename\";i:1583;s:9:\"sourceurl\";i:1584;s:12:\"destfilename\";i:1585;s:18:\"upload-maxfilesize\";i:1586;s:18:\"upload-description\";i:1587;s:14:\"upload-options\";i:1588;s:15:\"watchthisupload\";i:1589;s:14:\"filewasdeleted\";i:1590;s:19:\"filename-bad-prefix\";i:1591;s:25:\"filename-prefix-blacklist\";i:1592;s:18:\"upload-proto-error\";i:1593;s:23:\"upload-proto-error-text\";i:1594;s:17:\"upload-file-error\";i:1595;s:22:\"upload-file-error-text\";i:1596;s:17:\"upload-misc-error\";i:1597;s:22:\"upload-misc-error-text\";i:1598;s:25:\"upload-too-many-redirects\";i:1599;s:17:\"upload-http-error\";i:1600;s:33:\"upload-copy-upload-invalid-domain\";i:1601;s:19:\"upload-dialog-title\";i:1602;s:27:\"upload-dialog-button-cancel\";i:1603;s:25:\"upload-dialog-button-back\";i:1604;s:25:\"upload-dialog-button-done\";i:1605;s:25:\"upload-dialog-button-save\";i:1606;s:27:\"upload-dialog-button-upload\";i:1607;s:32:\"upload-form-label-infoform-title\";i:1608;s:31:\"upload-form-label-infoform-name\";i:1609;s:38:\"upload-form-label-infoform-description\";i:1610;s:29:\"upload-form-label-usage-title\";i:1611;s:32:\"upload-form-label-usage-filename\";i:1612;s:26:\"upload-form-label-own-work\";i:1613;s:37:\"upload-form-label-infoform-categories\";i:1614;s:31:\"upload-form-label-infoform-date\";i:1615;s:50:\"upload-form-label-not-own-work-local-generic-local\";i:1616;s:50:\"upload-form-label-own-work-message-generic-foreign\";i:1617;s:54:\"upload-form-label-not-own-work-message-generic-foreign\";i:1618;s:19:\"backend-fail-stream\";i:1619;s:19:\"backend-fail-backup\";i:1620;s:22:\"backend-fail-notexists\";i:1621;s:19:\"backend-fail-hashes\";i:1622;s:20:\"backend-fail-notsame\";i:1623;s:24:\"backend-fail-invalidpath\";i:1624;s:19:\"backend-fail-delete\";i:1625;s:21:\"backend-fail-describe\";i:1626;s:26:\"backend-fail-alreadyexists\";i:1627;s:18:\"backend-fail-store\";i:1628;s:17:\"backend-fail-copy\";i:1629;s:17:\"backend-fail-move\";i:1630;s:21:\"backend-fail-opentemp\";i:1631;s:22:\"backend-fail-writetemp\";i:1632;s:22:\"backend-fail-closetemp\";i:1633;s:17:\"backend-fail-read\";i:1634;s:19:\"backend-fail-create\";i:1635;s:20:\"backend-fail-maxsize\";i:1636;s:21:\"backend-fail-readonly\";i:1637;s:19:\"backend-fail-synced\";i:1638;s:20:\"backend-fail-connect\";i:1639;s:21:\"backend-fail-internal\";i:1640;s:24:\"backend-fail-contenttype\";i:1641;s:22:\"backend-fail-batchsize\";i:1642;s:19:\"backend-fail-usable\";i:1643;s:21:\"lockmanager-notlocked\";i:1644;s:26:\"lockmanager-fail-closelock\";i:1645;s:27:\"lockmanager-fail-deletelock\";i:1646;s:28:\"lockmanager-fail-acquirelock\";i:1647;s:25:\"lockmanager-fail-openlock\";i:1648;s:28:\"lockmanager-fail-releaselock\";i:1649;s:26:\"lockmanager-fail-db-bucket\";i:1650;s:27:\"lockmanager-fail-db-release\";i:1651;s:28:\"lockmanager-fail-svr-acquire\";i:1652;s:28:\"lockmanager-fail-svr-release\";i:1653;s:19:\"zip-file-open-error\";i:1654;s:16:\"zip-wrong-format\";i:1655;s:7:\"zip-bad\";i:1656;s:15:\"zip-unsupported\";i:1657;s:11:\"uploadstash\";i:1658;s:19:\"uploadstash-summary\";i:1659;s:17:\"uploadstash-clear\";i:1660;s:19:\"uploadstash-nofiles\";i:1661;s:20:\"uploadstash-errclear\";i:1662;s:19:\"uploadstash-refresh\";i:1663;s:21:\"uploadstash-thumbnail\";i:1664;s:20:\"uploadstash-bad-path\";i:1665;s:28:\"uploadstash-bad-path-invalid\";i:1666;s:33:\"uploadstash-bad-path-unknown-type\";i:1667;s:20:\"invalid-chunk-offset\";i:1668;s:21:\"img-auth-accessdenied\";i:1669;s:17:\"img-auth-notindir\";i:1670;s:17:\"img-auth-badtitle\";i:1671;s:15:\"img-auth-nofile\";i:1672;s:14:\"img-auth-isdir\";i:1673;s:18:\"img-auth-streaming\";i:1674;s:15:\"img-auth-public\";i:1675;s:15:\"img-auth-noread\";i:1676;s:16:\"http-invalid-url\";i:1677;s:19:\"http-invalid-scheme\";i:1678;s:18:\"http-request-error\";i:1679;s:15:\"http-read-error\";i:1680;s:14:\"http-timed-out\";i:1681;s:15:\"http-curl-error\";i:1682;s:15:\"http-bad-status\";i:1683;s:19:\"http-internal-error\";i:1684;s:18:\"upload-curl-error6\";i:1685;s:23:\"upload-curl-error6-text\";i:1686;s:19:\"upload-curl-error28\";i:1687;s:24:\"upload-curl-error28-text\";i:1688;s:7:\"license\";i:1689;s:14:\"license-header\";i:1690;s:9:\"nolicense\";i:1691;s:13:\"licenses-edit\";i:1692;s:17:\"license-nopreview\";i:1693;s:17:\"upload_source_url\";i:1694;s:18:\"upload_source_file\";i:1695;s:16:\"listfiles-delete\";i:1696;s:17:\"listfiles-summary\";i:1697;s:26:\"listfiles-userdoesnotexist\";i:1698;s:7:\"imgfile\";i:1699;s:9:\"listfiles\";i:1700;s:17:\"listfiles_subpage\";i:1701;s:15:\"listfiles_thumb\";i:1702;s:14:\"listfiles_date\";i:1703;s:14:\"listfiles_name\";i:1704;s:14:\"listfiles_user\";i:1705;s:14:\"listfiles_size\";i:1706;s:21:\"listfiles_description\";i:1707;s:15:\"listfiles_count\";i:1708;s:18:\"listfiles-show-all\";i:1709;s:23:\"listfiles-latestversion\";i:1710;s:27:\"listfiles-latestversion-yes\";i:1711;s:26:\"listfiles-latestversion-no\";i:1712;s:16:\"file-anchor-link\";i:1713;s:8:\"filehist\";i:1714;s:13:\"filehist-help\";i:1715;s:18:\"filehist-deleteall\";i:1716;s:18:\"filehist-deleteone\";i:1717;s:15:\"filehist-revert\";i:1718;s:16:\"filehist-current\";i:1719;s:17:\"filehist-datetime\";i:1720;s:14:\"filehist-thumb\";i:1721;s:18:\"filehist-thumbtext\";i:1722;s:16:\"filehist-nothumb\";i:1723;s:13:\"filehist-user\";i:1724;s:19:\"filehist-dimensions\";i:1725;s:17:\"filehist-filesize\";i:1726;s:16:\"filehist-comment\";i:1727;s:10:\"imagelinks\";i:1728;s:12:\"linkstoimage\";i:1729;s:17:\"linkstoimage-more\";i:1730;s:14:\"nolinkstoimage\";i:1731;s:16:\"morelinkstoimage\";i:1732;s:21:\"linkstoimage-redirect\";i:1733;s:16:\"duplicatesoffile\";i:1734;s:12:\"sharedupload\";i:1735;s:23:\"sharedupload-desc-there\";i:1736;s:22:\"sharedupload-desc-here\";i:1737;s:15:\"filepage-nofile\";i:1738;s:20:\"filepage-nofile-link\";i:1739;s:25:\"uploadnewversion-linktext\";i:1740;s:16:\"shared-repo-from\";i:1741;s:11:\"shared-repo\";i:1742;s:33:\"shared-repo-name-wikimediacommons\";i:1743;s:22:\"upload-disallowed-here\";i:1744;s:10:\"filerevert\";i:1745;s:17:\"filerevert-legend\";i:1746;s:16:\"filerevert-intro\";i:1747;s:18:\"filerevert-comment\";i:1748;s:25:\"filerevert-defaultcomment\";i:1749;s:17:\"filerevert-submit\";i:1750;s:18:\"filerevert-success\";i:1751;s:21:\"filerevert-badversion\";i:1752;s:20:\"filerevert-identical\";i:1753;s:10:\"filedelete\";i:1754;s:17:\"filedelete-legend\";i:1755;s:16:\"filedelete-intro\";i:1756;s:20:\"filedelete-intro-old\";i:1757;s:18:\"filedelete-comment\";i:1758;s:17:\"filedelete-submit\";i:1759;s:18:\"filedelete-success\";i:1760;s:22:\"filedelete-success-old\";i:1761;s:17:\"filedelete-nofile\";i:1762;s:21:\"filedelete-nofile-old\";i:1763;s:22:\"filedelete-otherreason\";i:1764;s:27:\"filedelete-reason-otherlist\";i:1765;s:26:\"filedelete-reason-dropdown\";i:1766;s:26:\"filedelete-edit-reasonlist\";i:1767;s:22:\"filedelete-maintenance\";i:1768;s:28:\"filedelete-maintenance-title\";i:1769;s:10:\"mimesearch\";i:1770;s:18:\"mimesearch-summary\";i:1771;s:8:\"mimetype\";i:1772;s:8:\"download\";i:1773;s:14:\"unwatchedpages\";i:1774;s:13:\"listredirects\";i:1775;s:19:\"listduplicatedfiles\";i:1776;s:25:\"listduplicatedfiles-entry\";i:1777;s:15:\"unusedtemplates\";i:1778;s:19:\"unusedtemplatestext\";i:1779;s:18:\"unusedtemplateswlh\";i:1780;s:10:\"randompage\";i:1781;s:18:\"randompage-nopages\";i:1782;s:16:\"randomincategory\";i:1783;s:32:\"randomincategory-invalidcategory\";i:1784;s:24:\"randomincategory-nopages\";i:1785;s:25:\"randomincategory-category\";i:1786;s:23:\"randomincategory-legend\";i:1787;s:23:\"randomincategory-submit\";i:1788;s:14:\"randomredirect\";i:1789;s:22:\"randomredirect-nopages\";i:1790;s:10:\"statistics\";i:1791;s:23:\"statistics-header-pages\";i:1792;s:23:\"statistics-header-edits\";i:1793;s:23:\"statistics-header-users\";i:1794;s:23:\"statistics-header-hooks\";i:1795;s:19:\"statistics-articles\";i:1796;s:16:\"statistics-pages\";i:1797;s:21:\"statistics-pages-desc\";i:1798;s:16:\"statistics-files\";i:1799;s:16:\"statistics-edits\";i:1800;s:24:\"statistics-edits-average\";i:1801;s:16:\"statistics-users\";i:1802;s:23:\"statistics-users-active\";i:1803;s:28:\"statistics-users-active-desc\";i:1804;s:13:\"pageswithprop\";i:1805;s:20:\"pageswithprop-legend\";i:1806;s:18:\"pageswithprop-text\";i:1807;s:18:\"pageswithprop-prop\";i:1808;s:20:\"pageswithprop-submit\";i:1809;s:29:\"pageswithprop-prophidden-long\";i:1810;s:31:\"pageswithprop-prophidden-binary\";i:1811;s:15:\"doubleredirects\";i:1812;s:19:\"doubleredirectstext\";i:1813;s:26:\"double-redirect-fixed-move\";i:1814;s:33:\"double-redirect-fixed-maintenance\";i:1815;s:21:\"double-redirect-fixer\";i:1816;s:15:\"brokenredirects\";i:1817;s:19:\"brokenredirectstext\";i:1818;s:20:\"brokenredirects-edit\";i:1819;s:22:\"brokenredirects-delete\";i:1820;s:16:\"withoutinterwiki\";i:1821;s:24:\"withoutinterwiki-summary\";i:1822;s:23:\"withoutinterwiki-legend\";i:1823;s:23:\"withoutinterwiki-submit\";i:1824;s:15:\"fewestrevisions\";i:1825;s:6:\"nbytes\";i:1826;s:11:\"ncategories\";i:1827;s:11:\"ninterwikis\";i:1828;s:6:\"nlinks\";i:1829;s:8:\"nmembers\";i:1830;s:15:\"nmemberschanged\";i:1831;s:10:\"nrevisions\";i:1832;s:11:\"nimagelinks\";i:1833;s:14:\"ntransclusions\";i:1834;s:17:\"specialpage-empty\";i:1835;s:11:\"lonelypages\";i:1836;s:15:\"lonelypagestext\";i:1837;s:18:\"uncategorizedpages\";i:1838;s:23:\"uncategorizedcategories\";i:1839;s:19:\"uncategorizedimages\";i:1840;s:22:\"uncategorizedtemplates\";i:1841;s:16:\"unusedcategories\";i:1842;s:12:\"unusedimages\";i:1843;s:16:\"wantedcategories\";i:1844;s:11:\"wantedpages\";i:1845;s:19:\"wantedpages-summary\";i:1846;s:20:\"wantedpages-badtitle\";i:1847;s:11:\"wantedfiles\";i:1848;s:18:\"wantedfiletext-cat\";i:1849;s:28:\"wantedfiletext-cat-noforeign\";i:1850;s:20:\"wantedfiletext-nocat\";i:1851;s:30:\"wantedfiletext-nocat-noforeign\";i:1852;s:15:\"wantedtemplates\";i:1853;s:10:\"mostlinked\";i:1854;s:20:\"mostlinkedcategories\";i:1855;s:19:\"mostlinkedtemplates\";i:1856;s:14:\"mostcategories\";i:1857;s:10:\"mostimages\";i:1858;s:14:\"mostinterwikis\";i:1859;s:13:\"mostrevisions\";i:1860;s:11:\"prefixindex\";i:1861;s:21:\"prefixindex-namespace\";i:1862;s:18:\"prefixindex-submit\";i:1863;s:17:\"prefixindex-strip\";i:1864;s:10:\"shortpages\";i:1865;s:9:\"longpages\";i:1866;s:12:\"deadendpages\";i:1867;s:16:\"deadendpagestext\";i:1868;s:14:\"protectedpages\";i:1869;s:22:\"protectedpages-filters\";i:1870;s:20:\"protectedpages-indef\";i:1871;s:22:\"protectedpages-cascade\";i:1872;s:25:\"protectedpages-noredirect\";i:1873;s:32:\"cachedspecial-viewing-cached-ttl\";i:1874;s:19:\"protectedpagesempty\";i:1875;s:24:\"protectedpages-timestamp\";i:1876;s:19:\"protectedpages-page\";i:1877;s:21:\"protectedpages-expiry\";i:1878;s:24:\"protectedpages-performer\";i:1879;s:21:\"protectedpages-params\";i:1880;s:21:\"protectedpages-reason\";i:1881;s:21:\"protectedpages-submit\";i:1882;s:32:\"protectedpages-unknown-timestamp\";i:1883;s:32:\"protectedpages-unknown-performer\";i:1884;s:15:\"protectedtitles\";i:1885;s:23:\"protectedtitles-summary\";i:1886;s:20:\"protectedtitlesempty\";i:1887;s:22:\"protectedtitles-submit\";i:1888;s:9:\"listusers\";i:1889;s:19:\"listusers-editsonly\";i:1890;s:22:\"listusers-creationsort\";i:1891;s:14:\"listusers-desc\";i:1892;s:13:\"usereditcount\";i:1893;s:11:\"usercreated\";i:1894;s:8:\"newpages\";i:1895;s:15:\"newpages-submit\";i:1896;s:17:\"newpages-username\";i:1897;s:12:\"ancientpages\";i:1898;s:4:\"move\";i:1899;s:12:\"movethispage\";i:1900;s:16:\"unusedimagestext\";i:1901;s:20:\"unusedcategoriestext\";i:1902;s:13:\"notargettitle\";i:1903;s:12:\"notargettext\";i:1904;s:11:\"nopagetitle\";i:1905;s:10:\"nopagetext\";i:1906;s:13:\"pager-newer-n\";i:1907;s:13:\"pager-older-n\";i:1908;s:8:\"suppress\";i:1909;s:18:\"querypage-disabled\";i:1910;s:7:\"apihelp\";i:1911;s:22:\"apihelp-no-such-module\";i:1912;s:10:\"apisandbox\";i:1913;s:17:\"apisandbox-submit\";i:1914;s:16:\"apisandbox-reset\";i:1915;s:16:\"apisandbox-retry\";i:1916;s:21:\"apisandbox-load-error\";i:1917;s:24:\"apisandbox-no-parameters\";i:1918;s:19:\"apisandbox-helpurls\";i:1919;s:19:\"apisandbox-examples\";i:1920;s:29:\"apisandbox-dynamic-parameters\";i:1921;s:39:\"apisandbox-dynamic-parameters-add-label\";i:1922;s:45:\"apisandbox-dynamic-parameters-add-placeholder\";i:1923;s:31:\"apisandbox-dynamic-error-exists\";i:1924;s:32:\"apisandbox-deprecated-parameters\";i:1925;s:22:\"apisandbox-fetch-token\";i:1926;s:20:\"apisandbox-add-multi\";i:1927;s:38:\"apisandbox-submit-invalid-fields-title\";i:1928;s:40:\"apisandbox-submit-invalid-fields-message\";i:1929;s:18:\"apisandbox-results\";i:1930;s:26:\"apisandbox-sending-request\";i:1931;s:26:\"apisandbox-loading-results\";i:1932;s:37:\"apisandbox-request-selectformat-label\";i:1933;s:35:\"apisandbox-request-format-url-label\";i:1934;s:28:\"apisandbox-request-url-label\";i:1935;s:29:\"apisandbox-request-json-label\";i:1936;s:23:\"apisandbox-request-time\";i:1937;s:21:\"apisandbox-alert-page\";i:1938;s:22:\"apisandbox-alert-field\";i:1939;s:19:\"apisandbox-continue\";i:1940;s:25:\"apisandbox-continue-clear\";i:1941;s:22:\"apisandbox-param-limit\";i:1942;s:36:\"apisandbox-multivalue-all-namespaces\";i:1943;s:32:\"apisandbox-multivalue-all-values\";i:1944;s:11:\"booksources\";i:1945;s:25:\"booksources-search-legend\";i:1946;s:16:\"booksources-isbn\";i:1947;s:18:\"booksources-search\";i:1948;s:16:\"booksources-text\";i:1949;s:24:\"booksources-invalid-isbn\";i:1950;s:22:\"magiclink-tracking-rfc\";i:1951;s:23:\"magiclink-tracking-pmid\";i:1952;s:23:\"magiclink-tracking-isbn\";i:1953;s:19:\"specialloguserlabel\";i:1954;s:20:\"speciallogtitlelabel\";i:1955;s:3:\"log\";i:1956;s:20:\"logeventslist-submit\";i:1957;s:13:\"all-logs-page\";i:1958;s:11:\"alllogstext\";i:1959;s:8:\"logempty\";i:1960;s:18:\"log-title-wildcard\";i:1961;s:26:\"showhideselectedlogentries\";i:1962;s:15:\"checkbox-select\";i:1963;s:12:\"checkbox-all\";i:1964;s:13:\"checkbox-none\";i:1965;s:15:\"checkbox-invert\";i:1966;s:8:\"allpages\";i:1967;s:8:\"nextpage\";i:1968;s:8:\"prevpage\";i:1969;s:12:\"allpagesfrom\";i:1970;s:10:\"allpagesto\";i:1971;s:11:\"allarticles\";i:1972;s:14:\"allinnamespace\";i:1973;s:14:\"allpagessubmit\";i:1974;s:14:\"allpagesprefix\";i:1975;s:16:\"allpagesbadtitle\";i:1976;s:15:\"allpages-bad-ns\";i:1977;s:23:\"allpages-hide-redirects\";i:1978;s:10:\"categories\";i:1979;s:17:\"categories-submit\";i:1980;s:18:\"categoriespagetext\";i:1981;s:14:\"categoriesfrom\";i:1982;s:20:\"deletedcontributions\";i:1983;s:26:\"deletedcontributions-title\";i:1984;s:32:\"sp-deletedcontributions-contribs\";i:1985;s:10:\"linksearch\";i:1986;s:14:\"linksearch-pat\";i:1987;s:13:\"linksearch-ns\";i:1988;s:13:\"linksearch-ok\";i:1989;s:15:\"linksearch-text\";i:1990;s:15:\"linksearch-line\";i:1991;s:16:\"linksearch-error\";i:1992;s:13:\"listusersfrom\";i:1993;s:16:\"listusers-submit\";i:1994;s:18:\"listusers-noresult\";i:1995;s:17:\"listusers-blocked\";i:1996;s:11:\"activeusers\";i:1997;s:17:\"activeusers-intro\";i:1998;s:17:\"activeusers-count\";i:1999;s:16:\"activeusers-from\";i:2000;s:20:\"activeusers-noresult\";i:2001;s:18:\"activeusers-submit\";i:2002;s:15:\"listgrouprights\";i:2003;s:23:\"listgrouprights-summary\";i:2004;s:19:\"listgrouprights-key\";i:2005;s:21:\"listgrouprights-group\";i:2006;s:22:\"listgrouprights-rights\";i:2007;s:24:\"listgrouprights-helppage\";i:2008;s:23:\"listgrouprights-members\";i:2009;s:24:\"listgrouprights-addgroup\";i:2010;s:27:\"listgrouprights-removegroup\";i:2011;s:28:\"listgrouprights-addgroup-all\";i:2012;s:31:\"listgrouprights-removegroup-all\";i:2013;s:29:\"listgrouprights-addgroup-self\";i:2014;s:32:\"listgrouprights-removegroup-self\";i:2015;s:33:\"listgrouprights-addgroup-self-all\";i:2016;s:36:\"listgrouprights-removegroup-self-all\";i:2017;s:42:\"listgrouprights-namespaceprotection-header\";i:2018;s:45:\"listgrouprights-namespaceprotection-namespace\";i:2019;s:48:\"listgrouprights-namespaceprotection-restrictedto\";i:2020;s:10:\"listgrants\";i:2021;s:16:\"listgrants-grant\";i:2022;s:17:\"listgrants-rights\";i:2023;s:18:\"trackingcategories\";i:2024;s:22:\"trackingcategories-msg\";i:2025;s:23:\"trackingcategories-name\";i:2026;s:23:\"trackingcategories-desc\";i:2027;s:31:\"restricted-displaytitle-ignored\";i:2028;s:20:\"nonnumeric-formatnum\";i:2029;s:25:\"nonnumeric-formatnum-desc\";i:2030;s:25:\"trackingcategories-nodesc\";i:2031;s:27:\"trackingcategories-disabled\";i:2032;s:11:\"mailnologin\";i:2033;s:15:\"mailnologintext\";i:2034;s:9:\"emailuser\";i:2035;s:22:\"emailuser-title-target\";i:2036;s:24:\"emailuser-title-notarget\";i:2037;s:13:\"emailpagetext\";i:2038;s:15:\"defemailsubject\";i:2039;s:16:\"usermaildisabled\";i:2040;s:20:\"usermaildisabledtext\";i:2041;s:12:\"noemailtitle\";i:2042;s:11:\"noemailtext\";i:2043;s:15:\"nowikiemailtext\";i:2044;s:13:\"emailnotarget\";i:2045;s:11:\"emailtarget\";i:2046;s:13:\"emailusername\";i:2047;s:19:\"emailusernamesubmit\";i:2048;s:12:\"email-legend\";i:2049;s:9:\"emailfrom\";i:2050;s:7:\"emailto\";i:2051;s:12:\"emailsubject\";i:2052;s:12:\"emailmessage\";i:2053;s:9:\"emailsend\";i:2054;s:9:\"emailccme\";i:2055;s:14:\"emailccsubject\";i:2056;s:9:\"emailsent\";i:2057;s:13:\"emailsenttext\";i:2058;s:15:\"emailuserfooter\";i:2059;s:19:\"usermessage-summary\";i:2060;s:18:\"usermessage-editor\";i:2061;s:9:\"watchlist\";i:2062;s:11:\"mywatchlist\";i:2063;s:13:\"watchlistfor2\";i:2064;s:11:\"nowatchlist\";i:2065;s:17:\"watchlistanontext\";i:2066;s:12:\"watchnologin\";i:2067;s:8:\"addwatch\";i:2068;s:14:\"addedwatchtext\";i:2069;s:20:\"addedwatchtext-short\";i:2070;s:11:\"removewatch\";i:2071;s:16:\"removedwatchtext\";i:2072;s:22:\"removedwatchtext-short\";i:2073;s:5:\"watch\";i:2074;s:13:\"watchthispage\";i:2075;s:7:\"unwatch\";i:2076;s:15:\"unwatchthispage\";i:2077;s:12:\"notanarticle\";i:2078;s:13:\"notvisiblerev\";i:2079;s:17:\"watchlist-details\";i:2080;s:15:\"wlheader-enotif\";i:2081;s:20:\"wlheader-showupdated\";i:2082;s:6:\"wlnote\";i:2083;s:14:\"watchlist-hide\";i:2084;s:16:\"watchlist-submit\";i:2085;s:10:\"wlshowtime\";i:2086;s:15:\"wlshowhideminor\";i:2087;s:14:\"wlshowhidebots\";i:2088;s:13:\"wlshowhideliu\";i:2089;s:15:\"wlshowhideanons\";i:2090;s:14:\"wlshowhidepatr\";i:2091;s:14:\"wlshowhidemine\";i:2092;s:24:\"wlshowhidecategorization\";i:2093;s:17:\"watchlist-options\";i:2094;s:8:\"watching\";i:2095;s:10:\"unwatching\";i:2096;s:12:\"enotif_reset\";i:2097;s:28:\"enotif_impersonal_salutation\";i:2098;s:22:\"enotif_subject_deleted\";i:2099;s:22:\"enotif_subject_created\";i:2100;s:20:\"enotif_subject_moved\";i:2101;s:23:\"enotif_subject_restored\";i:2102;s:22:\"enotif_subject_changed\";i:2103;s:25:\"enotif_body_intro_deleted\";i:2104;s:25:\"enotif_body_intro_created\";i:2105;s:23:\"enotif_body_intro_moved\";i:2106;s:26:\"enotif_body_intro_restored\";i:2107;s:25:\"enotif_body_intro_changed\";i:2108;s:18:\"enotif_lastvisited\";i:2109;s:15:\"enotif_lastdiff\";i:2110;s:18:\"enotif_anon_editor\";i:2111;s:11:\"enotif_body\";i:2112;s:16:\"enotif_minoredit\";i:2113;s:7:\"created\";i:2114;s:7:\"changed\";i:2115;s:21:\"deletepage-deletetalk\";i:2116;s:17:\"deletepage-submit\";i:2117;s:7:\"confirm\";i:2118;s:9:\"excontent\";i:2119;s:15:\"excontentauthor\";i:2120;s:13:\"exbeforeblank\";i:2121;s:14:\"delete-confirm\";i:2122;s:13:\"delete-legend\";i:2123;s:14:\"historywarning\";i:2124;s:20:\"historyaction-submit\";i:2125;s:17:\"confirmdeletetext\";i:2126;s:14:\"actioncomplete\";i:2127;s:12:\"actionfailed\";i:2128;s:11:\"deletedtext\";i:2129;s:10:\"dellogpage\";i:2130;s:14:\"dellogpagetext\";i:2131;s:11:\"deletionlog\";i:2132;s:15:\"log-name-create\";i:2133;s:22:\"log-description-create\";i:2134;s:8:\"reverted\";i:2135;s:13:\"deletecomment\";i:2136;s:17:\"deleteotherreason\";i:2137;s:21:\"deletereasonotherlist\";i:2138;s:21:\"deletereason-dropdown\";i:2139;s:22:\"delete-edit-reasonlist\";i:2140;s:13:\"delete-toobig\";i:2141;s:21:\"delete-warning-toobig\";i:2142;s:15:\"deleteprotected\";i:2143;s:8:\"rollback\";i:2144;s:29:\"rollback-confirmation-confirm\";i:2145;s:24:\"rollback-confirmation-no\";i:2146;s:12:\"rollbacklink\";i:2147;s:17:\"rollbacklinkcount\";i:2148;s:26:\"rollbacklinkcount-morethan\";i:2149;s:14:\"rollbackfailed\";i:2150;s:12:\"cantrollback\";i:2151;s:13:\"alreadyrolled\";i:2152;s:11:\"editcomment\";i:2153;s:10:\"revertpage\";i:2154;s:17:\"revertpage-nouser\";i:2155;s:16:\"rollback-success\";i:2156;s:20:\"sessionfailure-title\";i:2157;s:14:\"sessionfailure\";i:2158;s:18:\"changecontentmodel\";i:2159;s:30:\"changecontentmodel-title-label\";i:2160;s:30:\"changecontentmodel-model-label\";i:2161;s:31:\"changecontentmodel-reason-label\";i:2162;s:25:\"changecontentmodel-submit\";i:2163;s:36:\"changecontentmodel-emptymodels-title\";i:2164;s:39:\"logentry-contentmodel-change-revertlink\";i:2165;s:35:\"logentry-contentmodel-change-revert\";i:2166;s:14:\"protectlogpage\";i:2167;s:14:\"protectlogtext\";i:2168;s:24:\"protectedarticle-comment\";i:2169;s:33:\"modifiedarticleprotection-comment\";i:2170;s:26:\"unprotectedarticle-comment\";i:2171;s:13:\"protect-title\";i:2172;s:24:\"protect-title-notallowed\";i:2173;s:14:\"prot_1movedto2\";i:2174;s:26:\"protect-badnamespace-title\";i:2175;s:25:\"protect-badnamespace-text\";i:2176;s:31:\"protect-norestrictiontypes-text\";i:2177;s:32:\"protect-norestrictiontypes-title\";i:2178;s:14:\"protect-legend\";i:2179;s:14:\"protectcomment\";i:2180;s:13:\"protectexpiry\";i:2181;s:22:\"protect_expiry_invalid\";i:2182;s:18:\"protect_expiry_old\";i:2183;s:27:\"protect-unchain-permissions\";i:2184;s:12:\"protect-text\";i:2185;s:22:\"protect-locked-blocked\";i:2186;s:21:\"protect-locked-dblock\";i:2187;s:21:\"protect-locked-access\";i:2188;s:17:\"protect-cascadeon\";i:2189;s:15:\"protect-default\";i:2190;s:16:\"protect-fallback\";i:2191;s:27:\"protect-level-autoconfirmed\";i:2192;s:19:\"protect-level-sysop\";i:2193;s:23:\"protect-summary-cascade\";i:2194;s:16:\"protect-expiring\";i:2195;s:22:\"protect-expiring-local\";i:2196;s:25:\"protect-expiry-indefinite\";i:2197;s:15:\"protect-cascade\";i:2198;s:16:\"protect-cantedit\";i:2199;s:17:\"protect-othertime\";i:2200;s:20:\"protect-othertime-op\";i:2201;s:23:\"protect-existing-expiry\";i:2202;s:32:\"protect-existing-expiry-infinity\";i:2203;s:19:\"protect-otherreason\";i:2204;s:22:\"protect-otherreason-op\";i:2205;s:16:\"protect-dropdown\";i:2206;s:23:\"protect-edit-reasonlist\";i:2207;s:22:\"protect-expiry-options\";i:2208;s:16:\"restriction-type\";i:2209;s:17:\"restriction-level\";i:2210;s:12:\"minimum-size\";i:2211;s:12:\"maximum-size\";i:2212;s:8:\"pagesize\";i:2213;s:16:\"restriction-edit\";i:2214;s:16:\"restriction-move\";i:2215;s:18:\"restriction-create\";i:2216;s:18:\"restriction-upload\";i:2217;s:23:\"restriction-level-sysop\";i:2218;s:31:\"restriction-level-autoconfirmed\";i:2219;s:21:\"restriction-level-all\";i:2220;s:8:\"undelete\";i:2221;s:12:\"undeletepage\";i:2222;s:17:\"undeletepagetitle\";i:2223;s:15:\"viewdeletedpage\";i:2224;s:23:\"skin-action-viewdeleted\";i:2225;s:16:\"undeletepagetext\";i:2226;s:23:\"undelete-fieldset-title\";i:2227;s:17:\"undeleteextrahelp\";i:2228;s:17:\"undeleterevisions\";i:2229;s:15:\"undeletehistory\";i:2230;s:14:\"undeleterevdel\";i:2231;s:22:\"undeletehistorynoadmin\";i:2232;s:17:\"undelete-revision\";i:2233;s:24:\"undeleterevision-missing\";i:2234;s:15:\"undelete-nodiff\";i:2235;s:11:\"undeletebtn\";i:2236;s:12:\"undeletelink\";i:2237;s:16:\"undeleteviewlink\";i:2238;s:14:\"undeleteinvert\";i:2239;s:15:\"undeletecomment\";i:2240;s:14:\"cannotundelete\";i:2241;s:13:\"undeletedpage\";i:2242;s:15:\"undelete-header\";i:2243;s:21:\"undelete-search-title\";i:2244;s:19:\"undelete-search-box\";i:2245;s:22:\"undelete-search-prefix\";i:2246;s:22:\"undelete-search-submit\";i:2247;s:19:\"undelete-no-results\";i:2248;s:26:\"undelete-filename-mismatch\";i:2249;s:22:\"undelete-bad-store-key\";i:2250;s:22:\"undelete-cleanup-error\";i:2251;s:28:\"undelete-missing-filearchive\";i:2252;s:14:\"undelete-error\";i:2253;s:26:\"undelete-show-file-confirm\";i:2254;s:25:\"undelete-show-file-submit\";i:2255;s:9:\"namespace\";i:2256;s:6:\"invert\";i:2257;s:14:\"tooltip-invert\";i:2258;s:21:\"namespace_association\";i:2259;s:29:\"tooltip-namespace_association\";i:2260;s:14:\"blanknamespace\";i:2261;s:13:\"contributions\";i:2262;s:23:\"tool-link-contributions\";i:2263;s:19:\"contributions-title\";i:2264;s:9:\"mycontris\";i:2265;s:12:\"anoncontribs\";i:2266;s:11:\"contribsub2\";i:2267;s:30:\"contributions-userdoesnotexist\";i:2268;s:10:\"nocontribs\";i:2269;s:5:\"uctop\";i:2270;s:5:\"month\";i:2271;s:4:\"year\";i:2272;s:4:\"date\";i:2273;s:25:\"sp-contributions-blocklog\";i:2274;s:28:\"sp-contributions-suppresslog\";i:2275;s:24:\"sp-contributions-deleted\";i:2276;s:24:\"sp-contributions-uploads\";i:2277;s:21:\"sp-contributions-logs\";i:2278;s:21:\"sp-contributions-talk\";i:2279;s:27:\"sp-contributions-userrights\";i:2280;s:31:\"sp-contributions-blocked-notice\";i:2281;s:36:\"sp-contributions-blocked-notice-anon\";i:2282;s:23:\"sp-contributions-search\";i:2283;s:25:\"sp-contributions-username\";i:2284;s:24:\"sp-contributions-toponly\";i:2285;s:24:\"sp-contributions-newonly\";i:2286;s:26:\"sp-contributions-hideminor\";i:2287;s:23:\"sp-contributions-submit\";i:2288;s:13:\"whatlinkshere\";i:2289;s:19:\"whatlinkshere-title\";i:2290;s:18:\"whatlinkshere-page\";i:2291;s:9:\"linkshere\";i:2292;s:11:\"nolinkshere\";i:2293;s:14:\"nolinkshere-ns\";i:2294;s:10:\"isredirect\";i:2295;s:10:\"istemplate\";i:2296;s:7:\"isimage\";i:2297;s:18:\"whatlinkshere-prev\";i:2298;s:18:\"whatlinkshere-next\";i:2299;s:19:\"whatlinkshere-links\";i:2300;s:24:\"whatlinkshere-hideredirs\";i:2301;s:23:\"whatlinkshere-hidetrans\";i:2302;s:23:\"whatlinkshere-hidelinks\";i:2303;s:24:\"whatlinkshere-hideimages\";i:2304;s:20:\"whatlinkshere-submit\";i:2305;s:11:\"autoblockid\";i:2306;s:5:\"block\";i:2307;s:7:\"unblock\";i:2308;s:13:\"changeblockip\";i:2309;s:7:\"blockip\";i:2310;s:11:\"blockiptext\";i:2311;s:19:\"ipaddressorusername\";i:2312;s:9:\"ipbreason\";i:2313;s:18:\"ipbreason-dropdown\";i:2314;s:13:\"ipb-hardblock\";i:2315;s:16:\"ipbcreateaccount\";i:2316;s:11:\"ipbemailban\";i:2317;s:18:\"ipbenableautoblock\";i:2318;s:9:\"ipbsubmit\";i:2319;s:8:\"ipbother\";i:2320;s:10:\"ipboptions\";i:2321;s:11:\"ipbhidename\";i:2322;s:12:\"ipbwatchuser\";i:2323;s:19:\"ipb-disableusertalk\";i:2324;s:16:\"ipb-change-block\";i:2325;s:11:\"ipb-confirm\";i:2326;s:11:\"ipb-partial\";i:2327;s:15:\"ipb-pages-label\";i:2328;s:12:\"badipaddress\";i:2329;s:17:\"blockipsuccesssub\";i:2330;s:18:\"blockipsuccesstext\";i:2331;s:16:\"ipb-blockingself\";i:2332;s:17:\"ipb-edit-dropdown\";i:2333;s:16:\"ipb-unblock-addr\";i:2334;s:11:\"ipb-unblock\";i:2335;s:13:\"ipb-blocklist\";i:2336;s:22:\"ipb-blocklist-contribs\";i:2337;s:27:\"ipb-blocklist-duration-left\";i:2338;s:13:\"block-actions\";i:2339;s:13:\"block-details\";i:2340;s:12:\"block-expiry\";i:2341;s:13:\"block-options\";i:2342;s:12:\"block-reason\";i:2343;s:12:\"block-target\";i:2344;s:24:\"block-target-placeholder\";i:2345;s:9:\"unblockip\";i:2346;s:13:\"unblockiptext\";i:2347;s:9:\"ipusubmit\";i:2348;s:9:\"unblocked\";i:2349;s:15:\"unblocked-range\";i:2350;s:12:\"unblocked-id\";i:2351;s:12:\"unblocked-ip\";i:2352;s:9:\"blocklist\";i:2353;s:20:\"autoblocklist-submit\";i:2354;s:11:\"ipblocklist\";i:2355;s:18:\"ipblocklist-legend\";i:2356;s:20:\"blocklist-userblocks\";i:2357;s:20:\"blocklist-tempblocks\";i:2358;s:23:\"blocklist-addressblocks\";i:2359;s:14:\"blocklist-type\";i:2360;s:26:\"blocklist-type-opt-partial\";i:2361;s:21:\"blocklist-rangeblocks\";i:2362;s:19:\"blocklist-timestamp\";i:2363;s:16:\"blocklist-target\";i:2364;s:16:\"blocklist-expiry\";i:2365;s:12:\"blocklist-by\";i:2366;s:16:\"blocklist-params\";i:2367;s:16:\"blocklist-reason\";i:2368;s:18:\"ipblocklist-submit\";i:2369;s:22:\"ipblocklist-localblock\";i:2370;s:23:\"ipblocklist-otherblocks\";i:2371;s:13:\"infiniteblock\";i:2372;s:13:\"anononlyblock\";i:2373;s:16:\"noautoblockblock\";i:2374;s:18:\"createaccountblock\";i:2375;s:10:\"emailblock\";i:2376;s:20:\"blocklist-nousertalk\";i:2377;s:22:\"blocklist-editing-page\";i:2378;s:24:\"blocklist-editing-action\";i:2379;s:17:\"ipblocklist-empty\";i:2380;s:22:\"ipblocklist-no-results\";i:2381;s:9:\"blocklink\";i:2382;s:11:\"unblocklink\";i:2383;s:16:\"change-blocklink\";i:2384;s:12:\"contribslink\";i:2385;s:9:\"emaillink\";i:2386;s:11:\"autoblocker\";i:2387;s:12:\"blocklogpage\";i:2388;s:16:\"blocklog-showlog\";i:2389;s:24:\"blocklog-showsuppresslog\";i:2390;s:12:\"blocklogtext\";i:2391;s:24:\"block-log-flags-anononly\";i:2392;s:24:\"block-log-flags-nocreate\";i:2393;s:27:\"block-log-flags-noautoblock\";i:2394;s:23:\"block-log-flags-noemail\";i:2395;s:26:\"block-log-flags-nousertalk\";i:2396;s:31:\"block-log-flags-angry-autoblock\";i:2397;s:26:\"block-log-flags-hiddenname\";i:2398;s:20:\"range_block_disabled\";i:2399;s:18:\"ipb_expiry_invalid\";i:2400;s:15:\"ipb_expiry_temp\";i:2401;s:16:\"ipb_hide_invalid\";i:2402;s:19:\"ipb_already_blocked\";i:2403;s:15:\"ipb-needreblock\";i:2404;s:22:\"ipb-otherblocks-header\";i:2405;s:16:\"unblock-hideuser\";i:2406;s:16:\"ipb_cant_unblock\";i:2407;s:20:\"ipb_blocked_as_range\";i:2408;s:16:\"ip_range_invalid\";i:2409;s:17:\"ip_range_toolarge\";i:2410;s:12:\"proxyblocker\";i:2411;s:16:\"proxyblockreason\";i:2412;s:11:\"sorbsreason\";i:2413;s:27:\"sorbs_create_account_reason\";i:2414;s:20:\"cant-see-hidden-user\";i:2415;s:10:\"ipbblocked\";i:2416;s:16:\"ipbnounblockself\";i:2417;s:6:\"lockdb\";i:2418;s:8:\"unlockdb\";i:2419;s:10:\"lockdbtext\";i:2420;s:12:\"unlockdbtext\";i:2421;s:11:\"lockconfirm\";i:2422;s:13:\"unlockconfirm\";i:2423;s:7:\"lockbtn\";i:2424;s:9:\"unlockbtn\";i:2425;s:13:\"locknoconfirm\";i:2426;s:16:\"lockdbsuccesssub\";i:2427;s:18:\"unlockdbsuccesssub\";i:2428;s:17:\"lockdbsuccesstext\";i:2429;s:19:\"unlockdbsuccesstext\";i:2430;s:19:\"lockfilenotwritable\";i:2431;s:17:\"databasenotlocked\";i:2432;s:15:\"lockedbyandtime\";i:2433;s:9:\"move-page\";i:2434;s:16:\"move-page-legend\";i:2435;s:12:\"movepagetext\";i:2436;s:28:\"movepagetext-noredirectfixer\";i:2437;s:16:\"movepagetalktext\";i:2438;s:20:\"moveuserpage-warning\";i:2439;s:15:\"movenologintext\";i:2440;s:14:\"movenotallowed\";i:2441;s:18:\"movenotallowedfile\";i:2442;s:19:\"cant-move-user-page\";i:2443;s:22:\"cant-move-to-user-page\";i:2444;s:23:\"cant-move-category-page\";i:2445;s:26:\"cant-move-to-category-page\";i:2446;s:18:\"cant-move-subpages\";i:2447;s:20:\"namespace-nosubpages\";i:2448;s:8:\"newtitle\";i:2449;s:10:\"move-watch\";i:2450;s:11:\"movepagebtn\";i:2451;s:12:\"pagemovedsub\";i:2452;s:14:\"movepage-moved\";i:2453;s:23:\"movepage-moved-redirect\";i:2454;s:25:\"movepage-moved-noredirect\";i:2455;s:13:\"articleexists\";i:2456;s:23:\"cantmove-titleprotected\";i:2457;s:8:\"movetalk\";i:2458;s:13:\"move-subpages\";i:2459;s:18:\"move-talk-subpages\";i:2460;s:20:\"movepage-page-exists\";i:2461;s:19:\"movepage-page-moved\";i:2462;s:21:\"movepage-page-unmoved\";i:2463;s:18:\"movepage-max-pages\";i:2464;s:11:\"movelogpage\";i:2465;s:15:\"movelogpagetext\";i:2466;s:11:\"movesubpage\";i:2467;s:15:\"movesubpagetext\";i:2468;s:13:\"movenosubpage\";i:2469;s:10:\"movereason\";i:2470;s:10:\"revertmove\";i:2471;s:20:\"delete_and_move_text\";i:2472;s:23:\"delete_and_move_confirm\";i:2473;s:22:\"delete_and_move_reason\";i:2474;s:8:\"selfmove\";i:2475;s:25:\"immobile-source-namespace\";i:2476;s:25:\"immobile-target-namespace\";i:2477;s:28:\"immobile-target-namespace-iw\";i:2478;s:20:\"immobile-source-page\";i:2479;s:20:\"immobile-target-page\";i:2480;s:21:\"imagenocrossnamespace\";i:2481;s:27:\"nonfile-cannot-move-to-file\";i:2482;s:17:\"imagetypemismatch\";i:2483;s:20:\"imageinvalidfilename\";i:2484;s:20:\"fix-double-redirects\";i:2485;s:19:\"move-leave-redirect\";i:2486;s:24:\"protectedpagemovewarning\";i:2487;s:28:\"semiprotectedpagemovewarning\";i:2488;s:20:\"move-over-sharedrepo\";i:2489;s:22:\"file-exists-sharedrepo\";i:2490;s:6:\"export\";i:2491;s:10:\"exporttext\";i:2492;s:9:\"exportall\";i:2493;s:13:\"exportcuronly\";i:2494;s:15:\"exportnohistory\";i:2495;s:17:\"exportlistauthors\";i:2496;s:13:\"export-submit\";i:2497;s:17:\"export-addcattext\";i:2498;s:13:\"export-addcat\";i:2499;s:16:\"export-addnstext\";i:2500;s:12:\"export-addns\";i:2501;s:15:\"export-download\";i:2502;s:16:\"export-templates\";i:2503;s:16:\"export-pagelinks\";i:2504;s:13:\"export-manual\";i:2505;s:11:\"allmessages\";i:2506;s:15:\"allmessagesname\";i:2507;s:18:\"allmessagesdefault\";i:2508;s:18:\"allmessagescurrent\";i:2509;s:15:\"allmessagestext\";i:2510;s:34:\"allmessages-not-supported-database\";i:2511;s:25:\"allmessages-filter-legend\";i:2512;s:18:\"allmessages-filter\";i:2513;s:29:\"allmessages-filter-unmodified\";i:2514;s:22:\"allmessages-filter-all\";i:2515;s:27:\"allmessages-filter-modified\";i:2516;s:18:\"allmessages-prefix\";i:2517;s:20:\"allmessages-language\";i:2518;s:25:\"allmessages-filter-submit\";i:2519;s:28:\"allmessages-filter-translate\";i:2520;s:14:\"thumbnail-more\";i:2521;s:11:\"filemissing\";i:2522;s:15:\"thumbnail_error\";i:2523;s:22:\"thumbnail_error_remote\";i:2524;s:15:\"djvu_page_error\";i:2525;s:21:\"thumbnail-temp-create\";i:2526;s:21:\"thumbnail-dest-create\";i:2527;s:24:\"thumbnail_invalid_params\";i:2528;s:24:\"thumbnail_dest_directory\";i:2529;s:20:\"thumbnail_image-type\";i:2530;s:20:\"thumbnail_gd-library\";i:2531;s:23:\"thumbnail_image-missing\";i:2532;s:6:\"import\";i:2533;s:15:\"importinterwiki\";i:2534;s:21:\"import-interwiki-text\";i:2535;s:27:\"import-interwiki-sourcewiki\";i:2536;s:27:\"import-interwiki-sourcepage\";i:2537;s:24:\"import-interwiki-history\";i:2538;s:26:\"import-interwiki-templates\";i:2539;s:23:\"import-interwiki-submit\";i:2540;s:22:\"import-mapping-default\";i:2541;s:24:\"import-mapping-namespace\";i:2542;s:22:\"import-upload-filename\";i:2543;s:14:\"import-comment\";i:2544;s:10:\"importtext\";i:2545;s:11:\"importstart\";i:2546;s:21:\"import-revision-count\";i:2547;s:13:\"importnopages\";i:2548;s:20:\"imported-log-entries\";i:2549;s:12:\"importfailed\";i:2550;s:19:\"importunknownsource\";i:2551;s:14:\"importcantopen\";i:2552;s:18:\"importbadinterwiki\";i:2553;s:13:\"importsuccess\";i:2554;s:15:\"importnosources\";i:2555;s:12:\"importnofile\";i:2556;s:21:\"importuploaderrorsize\";i:2557;s:24:\"importuploaderrorpartial\";i:2558;s:21:\"importuploaderrortemp\";i:2559;s:20:\"import-parse-failure\";i:2560;s:16:\"import-noarticle\";i:2561;s:21:\"import-nonewrevisions\";i:2562;s:16:\"xml-error-string\";i:2563;s:13:\"import-upload\";i:2564;s:21:\"import-token-mismatch\";i:2565;s:24:\"import-invalid-interwiki\";i:2566;s:17:\"import-error-edit\";i:2567;s:20:\"import-error-invalid\";i:2568;s:20:\"import-options-wrong\";i:2569;s:23:\"import-rootpage-invalid\";i:2570;s:25:\"import-rootpage-nosubpage\";i:2571;s:13:\"importlogpage\";i:2572;s:17:\"importlogpagetext\";i:2573;s:29:\"import-logentry-upload-detail\";i:2574;s:32:\"import-logentry-interwiki-detail\";i:2575;s:14:\"javascripttest\";i:2576;s:26:\"javascripttest-qunit-intro\";i:2577;s:19:\"tooltip-pt-userpage\";i:2578;s:23:\"tooltip-pt-anonuserpage\";i:2579;s:17:\"tooltip-pt-mytalk\";i:2580;s:19:\"tooltip-pt-anontalk\";i:2581;s:22:\"tooltip-pt-preferences\";i:2582;s:20:\"tooltip-pt-watchlist\";i:2583;s:20:\"tooltip-pt-mycontris\";i:2584;s:16:\"tooltip-pt-login\";i:2585;s:17:\"tooltip-pt-logout\";i:2586;s:24:\"tooltip-pt-createaccount\";i:2587;s:15:\"tooltip-ca-talk\";i:2588;s:15:\"tooltip-ca-edit\";i:2589;s:21:\"tooltip-ca-addsection\";i:2590;s:21:\"tooltip-ca-viewsource\";i:2591;s:18:\"tooltip-ca-history\";i:2592;s:18:\"tooltip-ca-protect\";i:2593;s:20:\"tooltip-ca-unprotect\";i:2594;s:17:\"tooltip-ca-delete\";i:2595;s:19:\"tooltip-ca-undelete\";i:2596;s:15:\"tooltip-ca-move\";i:2597;s:16:\"tooltip-ca-watch\";i:2598;s:18:\"tooltip-ca-unwatch\";i:2599;s:14:\"tooltip-search\";i:2600;s:17:\"tooltip-search-go\";i:2601;s:23:\"tooltip-search-fulltext\";i:2602;s:18:\"tooltip-p-cactions\";i:2603;s:14:\"tooltip-p-logo\";i:2604;s:18:\"tooltip-n-mainpage\";i:2605;s:30:\"tooltip-n-mainpage-description\";i:2606;s:16:\"tooltip-n-portal\";i:2607;s:23:\"tooltip-n-currentevents\";i:2608;s:23:\"tooltip-n-recentchanges\";i:2609;s:20:\"tooltip-n-randompage\";i:2610;s:14:\"tooltip-n-help\";i:2611;s:23:\"tooltip-t-whatlinkshere\";i:2612;s:29:\"tooltip-t-recentchangeslinked\";i:2613;s:16:\"tooltip-feed-rss\";i:2614;s:17:\"tooltip-feed-atom\";i:2615;s:23:\"tooltip-t-contributions\";i:2616;s:19:\"tooltip-t-emailuser\";i:2617;s:14:\"tooltip-t-info\";i:2618;s:16:\"tooltip-t-upload\";i:2619;s:22:\"tooltip-t-specialpages\";i:2620;s:15:\"tooltip-t-print\";i:2621;s:19:\"tooltip-t-permalink\";i:2622;s:21:\"tooltip-ca-nstab-main\";i:2623;s:21:\"tooltip-ca-nstab-user\";i:2624;s:22:\"tooltip-ca-nstab-media\";i:2625;s:24:\"tooltip-ca-nstab-special\";i:2626;s:24:\"tooltip-ca-nstab-project\";i:2627;s:22:\"tooltip-ca-nstab-image\";i:2628;s:26:\"tooltip-ca-nstab-mediawiki\";i:2629;s:25:\"tooltip-ca-nstab-template\";i:2630;s:21:\"tooltip-ca-nstab-help\";i:2631;s:25:\"tooltip-ca-nstab-category\";i:2632;s:17:\"tooltip-minoredit\";i:2633;s:12:\"tooltip-save\";i:2634;s:15:\"tooltip-publish\";i:2635;s:15:\"tooltip-preview\";i:2636;s:12:\"tooltip-diff\";i:2637;s:31:\"tooltip-compareselectedversions\";i:2638;s:13:\"tooltip-watch\";i:2639;s:35:\"tooltip-watchlistedit-normal-submit\";i:2640;s:32:\"tooltip-watchlistedit-raw-submit\";i:2641;s:16:\"tooltip-recreate\";i:2642;s:14:\"tooltip-upload\";i:2643;s:16:\"tooltip-rollback\";i:2644;s:12:\"tooltip-undo\";i:2645;s:24:\"tooltip-preferences-save\";i:2646;s:15:\"tooltip-summary\";i:2647;s:10:\"common.css\";i:2648;s:9:\"print.css\";i:2649;s:11:\"common.json\";i:2650;s:9:\"common.js\";i:2651;s:9:\"anonymous\";i:2652;s:8:\"siteuser\";i:2653;s:8:\"anonuser\";i:2654;s:16:\"lastmodifiedatby\";i:2655;s:13:\"othercontribs\";i:2656;s:6:\"others\";i:2657;s:9:\"siteusers\";i:2658;s:9:\"anonusers\";i:2659;s:11:\"creditspage\";i:2660;s:9:\"nocredits\";i:2661;s:19:\"spamprotectiontitle\";i:2662;s:18:\"spamprotectiontext\";i:2663;s:19:\"spamprotectionmatch\";i:2664;s:16:\"spambot_username\";i:2665;s:14:\"spam_reverting\";i:2666;s:13:\"spam_blanking\";i:2667;s:13:\"spam_deleting\";i:2668;s:20:\"simpleantispam-label\";i:2669;s:14:\"pageinfo-title\";i:2670;s:20:\"pageinfo-not-current\";i:2671;s:21:\"pageinfo-header-basic\";i:2672;s:21:\"pageinfo-header-edits\";i:2673;s:28:\"pageinfo-header-restrictions\";i:2674;s:26:\"pageinfo-header-properties\";i:2675;s:22:\"pageinfo-display-title\";i:2676;s:21:\"pageinfo-default-sort\";i:2677;s:15:\"pageinfo-length\";i:2678;s:19:\"pageinfo-article-id\";i:2679;s:17:\"pageinfo-language\";i:2680;s:24:\"pageinfo-language-change\";i:2681;s:22:\"pageinfo-content-model\";i:2682;s:29:\"pageinfo-content-model-change\";i:2683;s:21:\"pageinfo-robot-policy\";i:2684;s:20:\"pageinfo-robot-index\";i:2685;s:22:\"pageinfo-robot-noindex\";i:2686;s:17:\"pageinfo-watchers\";i:2687;s:21:\"pageinfo-few-watchers\";i:2688;s:23:\"pageinfo-redirects-name\";i:2689;s:22:\"pageinfo-subpages-name\";i:2690;s:23:\"pageinfo-subpages-value\";i:2691;s:18:\"pageinfo-firstuser\";i:2692;s:18:\"pageinfo-firsttime\";i:2693;s:17:\"pageinfo-lastuser\";i:2694;s:17:\"pageinfo-lasttime\";i:2695;s:14:\"pageinfo-edits\";i:2696;s:16:\"pageinfo-authors\";i:2697;s:21:\"pageinfo-recent-edits\";i:2698;s:23:\"pageinfo-recent-authors\";i:2699;s:20:\"pageinfo-magic-words\";i:2700;s:26:\"pageinfo-hidden-categories\";i:2701;s:18:\"pageinfo-templates\";i:2702;s:22:\"pageinfo-transclusions\";i:2703;s:20:\"pageinfo-toolboxlink\";i:2704;s:20:\"pageinfo-redirectsto\";i:2705;s:25:\"pageinfo-redirectsto-info\";i:2706;s:20:\"pageinfo-contentpage\";i:2707;s:24:\"pageinfo-contentpage-yes\";i:2708;s:26:\"pageinfo-protect-cascading\";i:2709;s:30:\"pageinfo-protect-cascading-yes\";i:2710;s:31:\"pageinfo-protect-cascading-from\";i:2711;s:22:\"pageinfo-category-info\";i:2712;s:23:\"pageinfo-category-total\";i:2713;s:23:\"pageinfo-category-pages\";i:2714;s:25:\"pageinfo-category-subcats\";i:2715;s:23:\"pageinfo-category-files\";i:2716;s:16:\"pageinfo-user-id\";i:2717;s:25:\"pageinfo-view-protect-log\";i:2718;s:19:\"markaspatrolleddiff\";i:2719;s:19:\"markaspatrolledtext\";i:2720;s:17:\"markedaspatrolled\";i:2721;s:21:\"markedaspatrolledtext\";i:2722;s:16:\"rcpatroldisabled\";i:2723;s:20:\"rcpatroldisabledtext\";i:2724;s:22:\"markedaspatrollederror\";i:2725;s:26:\"markedaspatrollederrortext\";i:2726;s:35:\"markedaspatrollederror-noautopatrol\";i:2727;s:23:\"markedaspatrollednotify\";i:2728;s:15:\"patrol-log-page\";i:2729;s:17:\"patrol-log-header\";i:2730;s:28:\"confirm-markpatrolled-button\";i:2731;s:15:\"deletedrevision\";i:2732;s:21:\"filedeleteerror-short\";i:2733;s:20:\"filedeleteerror-long\";i:2734;s:18:\"filedelete-missing\";i:2735;s:27:\"filedelete-old-unregistered\";i:2736;s:31:\"filedelete-current-unregistered\";i:2737;s:28:\"filedelete-archive-read-only\";i:2738;s:12:\"previousdiff\";i:2739;s:8:\"nextdiff\";i:2740;s:12:\"mediawarning\";i:2741;s:12:\"imagemaxsize\";i:2742;s:9:\"thumbsize\";i:2743;s:15:\"widthheightpage\";i:2744;s:9:\"file-info\";i:2745;s:14:\"file-info-size\";i:2746;s:20:\"file-info-size-pages\";i:2747;s:12:\"file-nohires\";i:2748;s:13:\"svg-long-desc\";i:2749;s:22:\"svg-long-desc-animated\";i:2750;s:14:\"svg-long-error\";i:2751;s:14:\"show-big-image\";i:2752;s:22:\"show-big-image-preview\";i:2753;s:29:\"show-big-image-preview-differ\";i:2754;s:20:\"show-big-image-other\";i:2755;s:19:\"show-big-image-size\";i:2756;s:20:\"file-info-gif-looped\";i:2757;s:20:\"file-info-gif-frames\";i:2758;s:20:\"file-info-png-looped\";i:2759;s:20:\"file-info-png-repeat\";i:2760;s:20:\"file-info-png-frames\";i:2761;s:9:\"newimages\";i:2762;s:13:\"imagelisttext\";i:2763;s:17:\"newimages-summary\";i:2764;s:16:\"newimages-legend\";i:2765;s:14:\"newimages-user\";i:2766;s:18:\"newimages-showbots\";i:2767;s:23:\"newimages-hidepatrolled\";i:2768;s:8:\"noimages\";i:2769;s:24:\"gallery-slideshow-toggle\";i:2770;s:8:\"ilsubmit\";i:2771;s:6:\"bydate\";i:2772;s:21:\"sp-newimages-showfrom\";i:2773;s:7:\"seconds\";i:2774;s:7:\"minutes\";i:2775;s:5:\"hours\";i:2776;s:4:\"days\";i:2777;s:5:\"weeks\";i:2778;s:6:\"months\";i:2779;s:5:\"years\";i:2780;s:3:\"ago\";i:2781;s:8:\"just-now\";i:2782;s:9:\"hours-ago\";i:2783;s:11:\"minutes-ago\";i:2784;s:11:\"seconds-ago\";i:2785;s:9:\"monday-at\";i:2786;s:10:\"tuesday-at\";i:2787;s:12:\"wednesday-at\";i:2788;s:11:\"thursday-at\";i:2789;s:9:\"friday-at\";i:2790;s:11:\"saturday-at\";i:2791;s:9:\"sunday-at\";i:2792;s:12:\"yesterday-at\";i:2793;s:14:\"bad_image_list\";i:2794;s:19:\"variantname-kk-arab\";i:2795;s:19:\"variantname-ku-arab\";i:2796;s:8:\"metadata\";i:2797;s:13:\"metadata-help\";i:2798;s:15:\"metadata-expand\";i:2799;s:17:\"metadata-collapse\";i:2800;s:15:\"metadata-fields\";i:2801;s:13:\"namespacesall\";i:2802;s:9:\"monthsall\";i:2803;s:12:\"confirmemail\";i:2804;s:20:\"confirmemail_noemail\";i:2805;s:17:\"confirmemail_text\";i:2806;s:20:\"confirmemail_pending\";i:2807;s:17:\"confirmemail_send\";i:2808;s:17:\"confirmemail_sent\";i:2809;s:21:\"confirmemail_oncreate\";i:2810;s:23:\"confirmemail_sendfailed\";i:2811;s:20:\"confirmemail_invalid\";i:2812;s:22:\"confirmemail_needlogin\";i:2813;s:20:\"confirmemail_success\";i:2814;s:21:\"confirmemail_loggedin\";i:2815;s:20:\"confirmemail_subject\";i:2816;s:17:\"confirmemail_body\";i:2817;s:25:\"confirmemail_body_changed\";i:2818;s:21:\"confirmemail_body_set\";i:2819;s:24:\"confirmemail_invalidated\";i:2820;s:15:\"invalidateemail\";i:2821;s:33:\"notificationemail_subject_changed\";i:2822;s:33:\"notificationemail_subject_removed\";i:2823;s:23:\"scarytranscludedisabled\";i:2824;s:21:\"scarytranscludefailed\";i:2825;s:32:\"scarytranscludefailed-httpstatus\";i:2826;s:22:\"scarytranscludetoolong\";i:2827;s:19:\"deletedwhileediting\";i:2828;s:15:\"confirmrecreate\";i:2829;s:24:\"confirmrecreate-noreason\";i:2830;s:8:\"recreate\";i:2831;s:19:\"confirm-purge-title\";i:2832;s:20:\"confirm_purge_button\";i:2833;s:17:\"confirm-purge-top\";i:2834;s:20:\"confirm-purge-bottom\";i:2835;s:20:\"confirm-watch-button\";i:2836;s:17:\"confirm-watch-top\";i:2837;s:24:\"watchlist-expiry-options\";i:2838;s:22:\"confirm-unwatch-button\";i:2839;s:19:\"confirm-unwatch-top\";i:2840;s:23:\"confirm-rollback-button\";i:2841;s:15:\"colon-separator\";i:2842;s:15:\"quotation-marks\";i:2843;s:13:\"formatnum-nan\";i:2844;s:16:\"imgmultipageprev\";i:2845;s:16:\"imgmultipagenext\";i:2846;s:10:\"imgmultigo\";i:2847;s:12:\"imgmultigoto\";i:2848;s:16:\"img-lang-default\";i:2849;s:13:\"img-lang-info\";i:2850;s:11:\"img-lang-go\";i:2851;s:16:\"table_pager_next\";i:2852;s:16:\"table_pager_prev\";i:2853;s:17:\"table_pager_first\";i:2854;s:16:\"table_pager_last\";i:2855;s:17:\"table_pager_limit\";i:2856;s:23:\"table_pager_limit_label\";i:2857;s:24:\"table_pager_limit_submit\";i:2858;s:17:\"table_pager_empty\";i:2859;s:14:\"autosumm-blank\";i:2860;s:16:\"autosumm-replace\";i:2861;s:16:\"autoredircomment\";i:2862;s:25:\"autosumm-removed-redirect\";i:2863;s:12:\"autosumm-new\";i:2864;s:17:\"autosumm-newblank\";i:2865;s:10:\"size-bytes\";i:2866;s:14:\"size-kilobytes\";i:2867;s:14:\"size-megabytes\";i:2868;s:14:\"size-gigabytes\";i:2869;s:15:\"lag-warn-normal\";i:2870;s:13:\"lag-warn-high\";i:2871;s:26:\"watchlistedit-normal-title\";i:2872;s:27:\"watchlistedit-normal-legend\";i:2873;s:28:\"watchlistedit-normal-explain\";i:2874;s:27:\"watchlistedit-normal-submit\";i:2875;s:25:\"watchlistedit-normal-done\";i:2876;s:23:\"watchlistedit-raw-title\";i:2877;s:24:\"watchlistedit-raw-legend\";i:2878;s:25:\"watchlistedit-raw-explain\";i:2879;s:24:\"watchlistedit-raw-titles\";i:2880;s:24:\"watchlistedit-raw-submit\";i:2881;s:22:\"watchlistedit-raw-done\";i:2882;s:23:\"watchlistedit-raw-added\";i:2883;s:25:\"watchlistedit-raw-removed\";i:2884;s:25:\"watchlistedit-clear-title\";i:2885;s:26:\"watchlistedit-clear-legend\";i:2886;s:27:\"watchlistedit-clear-explain\";i:2887;s:26:\"watchlistedit-clear-titles\";i:2888;s:26:\"watchlistedit-clear-submit\";i:2889;s:24:\"watchlistedit-clear-done\";i:2890;s:27:\"watchlistedit-clear-removed\";i:2891;s:22:\"watchlistedit-too-many\";i:2892;s:20:\"watchlisttools-clear\";i:2893;s:19:\"watchlisttools-view\";i:2894;s:19:\"watchlisttools-edit\";i:2895;s:18:\"watchlisttools-raw\";i:2896;s:9:\"signature\";i:2897;s:14:\"timezone-local\";i:2898;s:21:\"duplicate-defaultsort\";i:2899;s:22:\"duplicate-displaytitle\";i:2900;s:7:\"version\";i:2901;s:18:\"version-extensions\";i:2902;s:13:\"version-skins\";i:2903;s:20:\"version-specialpages\";i:2904;s:19:\"version-parserhooks\";i:2905;s:17:\"version-variables\";i:2906;s:15:\"version-editors\";i:2907;s:16:\"version-antispam\";i:2908;s:13:\"version-other\";i:2909;s:21:\"version-mediahandlers\";i:2910;s:13:\"version-hooks\";i:2911;s:28:\"version-parser-extensiontags\";i:2912;s:29:\"version-parser-function-hooks\";i:2913;s:17:\"version-hook-name\";i:2914;s:25:\"version-hook-subscribedby\";i:2915;s:19:\"version-no-ext-name\";i:2916;s:15:\"version-license\";i:2917;s:19:\"version-ext-license\";i:2918;s:26:\"version-ext-colheader-name\";i:2919;s:27:\"version-skin-colheader-name\";i:2920;s:29:\"version-ext-colheader-version\";i:2921;s:29:\"version-ext-colheader-license\";i:2922;s:33:\"version-ext-colheader-description\";i:2923;s:29:\"version-ext-colheader-credits\";i:2924;s:21:\"version-license-title\";i:2925;s:25:\"version-license-not-found\";i:2926;s:21:\"version-credits-title\";i:2927;s:25:\"version-credits-not-found\";i:2928;s:25:\"version-poweredby-credits\";i:2929;s:24:\"version-poweredby-others\";i:2930;s:29:\"version-poweredby-translators\";i:2931;s:25:\"version-poweredby-various\";i:2932;s:16:\"version-software\";i:2933;s:24:\"version-software-product\";i:2934;s:24:\"version-software-version\";i:2935;s:19:\"version-entrypoints\";i:2936;s:37:\"version-entrypoints-header-entrypoint\";i:2937;s:30:\"version-entrypoints-header-url\";i:2938;s:17:\"version-libraries\";i:2939;s:25:\"version-libraries-library\";i:2940;s:25:\"version-libraries-version\";i:2941;s:25:\"version-libraries-license\";i:2942;s:29:\"version-libraries-description\";i:2943;s:25:\"version-libraries-authors\";i:2944;s:8:\"redirect\";i:2945;s:16:\"redirect-summary\";i:2946;s:15:\"redirect-submit\";i:2947;s:15:\"redirect-lookup\";i:2948;s:14:\"redirect-value\";i:2949;s:13:\"redirect-user\";i:2950;s:13:\"redirect-page\";i:2951;s:17:\"redirect-revision\";i:2952;s:13:\"redirect-file\";i:2953;s:14:\"redirect-logid\";i:2954;s:19:\"redirect-not-exists\";i:2955;s:20:\"redirect-not-numeric\";i:2956;s:19:\"fileduplicatesearch\";i:2957;s:27:\"fileduplicatesearch-summary\";i:2958;s:28:\"fileduplicatesearch-filename\";i:2959;s:26:\"fileduplicatesearch-submit\";i:2960;s:24:\"fileduplicatesearch-info\";i:2961;s:28:\"fileduplicatesearch-result-1\";i:2962;s:28:\"fileduplicatesearch-result-n\";i:2963;s:29:\"fileduplicatesearch-noresults\";i:2964;s:12:\"specialpages\";i:2965;s:21:\"specialpages-note-top\";i:2966;s:28:\"specialpages-note-restricted\";i:2967;s:30:\"specialpages-group-maintenance\";i:2968;s:24:\"specialpages-group-other\";i:2969;s:24:\"specialpages-group-login\";i:2970;s:26:\"specialpages-group-changes\";i:2971;s:24:\"specialpages-group-media\";i:2972;s:24:\"specialpages-group-users\";i:2973;s:26:\"specialpages-group-highuse\";i:2974;s:24:\"specialpages-group-pages\";i:2975;s:28:\"specialpages-group-pagetools\";i:2976;s:23:\"specialpages-group-wiki\";i:2977;s:28:\"specialpages-group-redirects\";i:2978;s:23:\"specialpages-group-spam\";i:2979;s:28:\"specialpages-group-developer\";i:2980;s:9:\"blankpage\";i:2981;s:22:\"intentionallyblankpage\";i:2982;s:24:\"external_image_whitelist\";i:2983;s:4:\"tags\";i:2984;s:10:\"tag-filter\";i:2985;s:17:\"tag-filter-submit\";i:2986;s:16:\"tag-list-wrapper\";i:2987;s:19:\"tag-mw-new-redirect\";i:2988;s:23:\"tag-mw-removed-redirect\";i:2989;s:10:\"tags-title\";i:2990;s:10:\"tags-intro\";i:2991;s:8:\"tags-tag\";i:2992;s:19:\"tags-display-header\";i:2993;s:23:\"tags-description-header\";i:2994;s:18:\"tags-source-header\";i:2995;s:18:\"tags-active-header\";i:2996;s:20:\"tags-hitcount-header\";i:2997;s:19:\"tags-actions-header\";i:2998;s:15:\"tags-active-yes\";i:2999;s:14:\"tags-active-no\";i:3000;s:21:\"tags-source-extension\";i:3001;s:18:\"tags-source-manual\";i:3002;s:16:\"tags-source-none\";i:3003;s:11:\"tags-hidden\";i:3004;s:9:\"tags-edit\";i:3005;s:11:\"tags-delete\";i:3006;s:13:\"tags-activate\";i:3007;s:15:\"tags-deactivate\";i:3008;s:13:\"tags-hitcount\";i:3009;s:25:\"tags-manage-no-permission\";i:3010;s:19:\"tags-create-heading\";i:3011;s:20:\"tags-create-tag-name\";i:3012;s:18:\"tags-create-reason\";i:3013;s:18:\"tags-create-submit\";i:3014;s:17:\"tags-delete-title\";i:3015;s:18:\"tags-delete-reason\";i:3016;s:19:\"tags-activate-title\";i:3017;s:20:\"tags-activate-reason\";i:3018;s:20:\"tags-activate-submit\";i:3019;s:21:\"tags-deactivate-title\";i:3020;s:22:\"tags-deactivate-reason\";i:3021;s:22:\"tags-deactivate-submit\";i:3022;s:15:\"tags-edit-title\";i:3023;s:21:\"tags-edit-manage-link\";i:3024;s:23:\"tags-edit-existing-tags\";i:3025;s:28:\"tags-edit-existing-tags-none\";i:3026;s:18:\"tags-edit-new-tags\";i:3027;s:13:\"tags-edit-add\";i:3028;s:16:\"tags-edit-remove\";i:3029;s:25:\"tags-edit-remove-all-tags\";i:3030;s:28:\"tags-edit-chosen-placeholder\";i:3031;s:16:\"tags-edit-reason\";i:3032;s:12:\"comparepages\";i:3033;s:13:\"compare-page1\";i:3034;s:13:\"compare-page2\";i:3035;s:12:\"compare-rev1\";i:3036;s:12:\"compare-rev2\";i:3037;s:14:\"compare-submit\";i:3038;s:27:\"compare-revision-not-exists\";i:3039;s:9:\"diff-form\";i:3040;s:16:\"diff-form-submit\";i:3041;s:10:\"newsection\";i:3042;s:17:\"newsection-submit\";i:3043;s:8:\"editpage\";i:3044;s:20:\"specialeditpage-page\";i:3045;s:22:\"specialeditpage-submit\";i:3046;s:10:\"deletepage\";i:3047;s:8:\"pageinfo\";i:3048;s:20:\"specialpageinfo-page\";i:3049;s:22:\"specialpageinfo-submit\";i:3050;s:11:\"pagehistory\";i:3051;s:23:\"specialpagehistory-page\";i:3052;s:25:\"specialpagehistory-submit\";i:3053;s:11:\"protectpage\";i:3054;s:25:\"specialprotectpage-submit\";i:3055;s:5:\"purge\";i:3056;s:17:\"specialpurge-page\";i:3057;s:19:\"specialpurge-submit\";i:3058;s:14:\"dberr-problems\";i:3059;s:11:\"dberr-again\";i:3060;s:10:\"dberr-info\";i:3061;s:17:\"dberr-info-hidden\";i:3062;s:22:\"htmlform-invalid-input\";i:3063;s:25:\"htmlform-select-badoption\";i:3064;s:20:\"htmlform-int-invalid\";i:3065;s:22:\"htmlform-float-invalid\";i:3066;s:19:\"htmlform-int-toolow\";i:3067;s:20:\"htmlform-int-toohigh\";i:3068;s:28:\"htmlform-multiselect-toomany\";i:3069;s:17:\"htmlform-required\";i:3070;s:15:\"htmlform-submit\";i:3071;s:14:\"htmlform-reset\";i:3072;s:28:\"htmlform-selectorother-other\";i:3073;s:11:\"htmlform-no\";i:3074;s:12:\"htmlform-yes\";i:3075;s:27:\"htmlform-chosen-placeholder\";i:3076;s:22:\"htmlform-cloner-create\";i:3077;s:22:\"htmlform-cloner-delete\";i:3078;s:24:\"htmlform-cloner-required\";i:3079;s:25:\"htmlform-date-placeholder\";i:3080;s:25:\"htmlform-time-placeholder\";i:3081;s:29:\"htmlform-datetime-placeholder\";i:3082;s:21:\"htmlform-date-invalid\";i:3083;s:21:\"htmlform-time-invalid\";i:3084;s:25:\"htmlform-datetime-invalid\";i:3085;s:28:\"htmlform-title-not-creatable\";i:3086;s:25:\"htmlform-title-not-exists\";i:3087;s:24:\"htmlform-title-interwiki\";i:3088;s:24:\"htmlform-user-not-exists\";i:3089;s:23:\"htmlform-user-not-valid\";i:3090;s:24:\"htmlform-tag-not-allowed\";i:3091;s:22:\"logentry-delete-delete\";i:3092;s:28:\"logentry-delete-delete_redir\";i:3093;s:23:\"logentry-delete-restore\";i:3094;s:21:\"logentry-delete-event\";i:3095;s:24:\"logentry-delete-revision\";i:3096;s:28:\"logentry-delete-event-legacy\";i:3097;s:31:\"logentry-delete-revision-legacy\";i:3098;s:24:\"logentry-suppress-delete\";i:3099;s:23:\"logentry-suppress-event\";i:3100;s:26:\"logentry-suppress-revision\";i:3101;s:30:\"logentry-suppress-event-legacy\";i:3102;s:33:\"logentry-suppress-revision-legacy\";i:3103;s:21:\"revdelete-content-hid\";i:3104;s:21:\"revdelete-summary-hid\";i:3105;s:19:\"revdelete-uname-hid\";i:3106;s:23:\"revdelete-content-unhid\";i:3107;s:23:\"revdelete-summary-unhid\";i:3108;s:21:\"revdelete-uname-unhid\";i:3109;s:20:\"revdelete-restricted\";i:3110;s:22:\"revdelete-unrestricted\";i:3111;s:20:\"logentry-block-block\";i:3112;s:22:\"logentry-block-unblock\";i:3113;s:22:\"logentry-block-reblock\";i:3114;s:23:\"logentry-suppress-block\";i:3115;s:25:\"logentry-suppress-reblock\";i:3116;s:22:\"logentry-import-upload\";i:3117;s:25:\"logentry-import-interwiki\";i:3118;s:20:\"logentry-merge-merge\";i:3119;s:18:\"logentry-move-move\";i:3120;s:29:\"logentry-move-move-noredirect\";i:3121;s:24:\"logentry-move-move_redir\";i:3122;s:35:\"logentry-move-move_redir-noredirect\";i:3123;s:22:\"logentry-patrol-patrol\";i:3124;s:27:\"logentry-patrol-patrol-auto\";i:3125;s:26:\"logentry-newusers-newusers\";i:3126;s:24:\"logentry-newusers-create\";i:3127;s:25:\"logentry-newusers-create2\";i:3128;s:25:\"logentry-newusers-byemail\";i:3129;s:28:\"logentry-newusers-autocreate\";i:3130;s:22:\"logentry-rights-rights\";i:3131;s:29:\"logentry-rights-rights-legacy\";i:3132;s:27:\"logentry-rights-autopromote\";i:3133;s:22:\"logentry-upload-upload\";i:3134;s:25:\"logentry-upload-overwrite\";i:3135;s:22:\"logentry-upload-revert\";i:3136;s:19:\"log-name-managetags\";i:3137;s:26:\"logentry-managetags-create\";i:3138;s:26:\"logentry-managetags-delete\";i:3139;s:28:\"logentry-managetags-activate\";i:3140;s:30:\"logentry-managetags-deactivate\";i:3141;s:12:\"log-name-tag\";i:3142;s:28:\"logentry-tag-update-revision\";i:3143;s:10:\"rightsnone\";i:3144;s:15:\"feedback-adding\";i:3145;s:13:\"feedback-back\";i:3146;s:17:\"feedback-bugcheck\";i:3147;s:15:\"feedback-bugnew\";i:3148;s:15:\"feedback-cancel\";i:3149;s:14:\"feedback-close\";i:3150;s:35:\"feedback-external-bug-report-button\";i:3151;s:21:\"feedback-dialog-title\";i:3152;s:21:\"feedback-dialog-intro\";i:3153;s:15:\"feedback-error1\";i:3154;s:16:\"feedback-message\";i:3155;s:16:\"feedback-subject\";i:3156;s:15:\"feedback-submit\";i:3157;s:15:\"feedback-thanks\";i:3158;s:21:\"feedback-thanks-title\";i:3159;s:18:\"feedback-useragent\";i:3160;s:20:\"searchsuggest-search\";i:3161;s:24:\"searchsuggest-containing\";i:3162;s:16:\"searchlimit-help\";i:3163;s:28:\"api-clientside-error-timeout\";i:3164;s:36:\"api-clientside-error-invalidresponse\";i:3165;s:18:\"api-error-badtoken\";i:3166;s:19:\"api-error-emptypage\";i:3167;s:23:\"api-error-publishfailed\";i:3168;s:21:\"api-error-stashfailed\";i:3169;s:25:\"api-error-unknown-warning\";i:3170;s:22:\"api-error-unknownerror\";i:3171;s:16:\"duration-seconds\";i:3172;s:16:\"duration-minutes\";i:3173;s:14:\"duration-hours\";i:3174;s:13:\"duration-days\";i:3175;s:14:\"duration-weeks\";i:3176;s:14:\"duration-years\";i:3177;s:16:\"duration-decades\";i:3178;s:18:\"duration-centuries\";i:3179;s:18:\"duration-millennia\";i:3180;s:14:\"rotate-comment\";i:3181;s:17:\"limitreport-title\";i:3182;s:19:\"limitreport-cputime\";i:3183;s:25:\"limitreport-cputime-value\";i:3184;s:20:\"limitreport-walltime\";i:3185;s:26:\"limitreport-walltime-value\";i:3186;s:26:\"limitreport-ppvisitednodes\";i:3187;s:33:\"limitreport-postexpandincludesize\";i:3188;s:39:\"limitreport-postexpandincludesize-value\";i:3189;s:32:\"limitreport-templateargumentsize\";i:3190;s:38:\"limitreport-templateargumentsize-value\";i:3191;s:26:\"limitreport-expansiondepth\";i:3192;s:34:\"limitreport-expensivefunctioncount\";i:3193;s:15:\"expandtemplates\";i:3194;s:22:\"expand_templates_intro\";i:3195;s:22:\"expand_templates_title\";i:3196;s:22:\"expand_templates_input\";i:3197;s:23:\"expand_templates_output\";i:3198;s:27:\"expand_templates_xml_output\";i:3199;s:28:\"expand_templates_html_output\";i:3200;s:19:\"expand_templates_ok\";i:3201;s:32:\"expand_templates_remove_comments\";i:3202;s:30:\"expand_templates_remove_nowiki\";i:3203;s:29:\"expand_templates_generate_xml\";i:3204;s:33:\"expand_templates_generate_rawhtml\";i:3205;s:24:\"expand_templates_preview\";i:3206;s:12:\"pagelanguage\";i:3207;s:13:\"pagelang-name\";i:3208;s:17:\"pagelang-language\";i:3209;s:20:\"pagelang-use-default\";i:3210;s:20:\"pagelang-select-lang\";i:3211;s:15:\"pagelang-reason\";i:3212;s:15:\"pagelang-submit\";i:3213;s:25:\"pagelang-nonexistent-page\";i:3214;s:14:\"right-pagelang\";i:3215;s:15:\"action-pagelang\";i:3216;s:17:\"log-name-pagelang\";i:3217;s:24:\"log-description-pagelang\";i:3218;s:26:\"logentry-pagelang-pagelang\";i:3219;s:34:\"default-skin-not-found-row-enabled\";i:3220;s:35:\"default-skin-not-found-row-disabled\";i:3221;s:15:\"mediastatistics\";i:3222;s:22:\"mediastatistics-nbytes\";i:3223;s:30:\"mediastatistics-table-mimetype\";i:3224;s:32:\"mediastatistics-table-extensions\";i:3225;s:27:\"mediastatistics-table-count\";i:3226;s:32:\"mediastatistics-table-totalbytes\";i:3227;s:30:\"mediastatistics-header-unknown\";i:3228;s:29:\"mediastatistics-header-bitmap\";i:3229;s:30:\"mediastatistics-header-drawing\";i:3230;s:28:\"mediastatistics-header-audio\";i:3231;s:28:\"mediastatistics-header-video\";i:3232;s:33:\"mediastatistics-header-multimedia\";i:3233;s:29:\"mediastatistics-header-office\";i:3234;s:27:\"mediastatistics-header-text\";i:3235;s:33:\"mediastatistics-header-executable\";i:3236;s:30:\"mediastatistics-header-archive\";i:3237;s:28:\"mediastatistics-header-total\";i:3238;s:18:\"json-error-unknown\";i:3239;s:25:\"json-error-state-mismatch\";i:3240;s:17:\"json-error-syntax\";i:3241;s:21:\"headline-anchor-title\";i:3242;s:30:\"special-characters-group-latin\";i:3243;s:38:\"special-characters-group-latinextended\";i:3244;s:28:\"special-characters-group-ipa\";i:3245;s:32:\"special-characters-group-symbols\";i:3246;s:30:\"special-characters-group-greek\";i:3247;s:38:\"special-characters-group-greekextended\";i:3248;s:33:\"special-characters-group-cyrillic\";i:3249;s:31:\"special-characters-group-arabic\";i:3250;s:39:\"special-characters-group-arabicextended\";i:3251;s:32:\"special-characters-group-persian\";i:3252;s:31:\"special-characters-group-hebrew\";i:3253;s:31:\"special-characters-group-bangla\";i:3254;s:30:\"special-characters-group-tamil\";i:3255;s:31:\"special-characters-group-telugu\";i:3256;s:32:\"special-characters-group-sinhala\";i:3257;s:33:\"special-characters-group-gujarati\";i:3258;s:35:\"special-characters-group-devanagari\";i:3259;s:29:\"special-characters-group-thai\";i:3260;s:28:\"special-characters-group-lao\";i:3261;s:30:\"special-characters-group-khmer\";i:3262;s:30:\"special-characters-group-runes\";i:3263;s:31:\"special-characters-title-endash\";i:3264;s:31:\"special-characters-title-emdash\";i:3265;s:30:\"special-characters-title-minus\";i:3266;s:22:\"mw-widgets-abandonedit\";i:3267;s:30:\"mw-widgets-abandonedit-discard\";i:3268;s:27:\"mw-widgets-abandonedit-keep\";i:3269;s:28:\"mw-widgets-abandonedit-title\";i:3270;s:30:\"mw-widgets-copytextlayout-copy\";i:3271;s:28:\"mw-widgets-dateinput-no-date\";i:3272;s:40:\"mw-widgets-mediasearch-input-placeholder\";i:3273;s:32:\"mw-widgets-mediasearch-noresults\";i:3274;s:27:\"mw-widgets-table-row-delete\";i:3275;s:52:\"mw-widgets-categoryselector-add-category-placeholder\";i:3276;s:39:\"mw-widgets-usersmultiselect-placeholder\";i:3277;s:37:\"mw-widgets-tagmultiselect-placeholder\";i:3278;s:40:\"mw-widgets-titlesmultiselect-placeholder\";i:3279;s:15:\"date-range-from\";i:3280;s:13:\"date-range-to\";i:3281;s:23:\"sessionprovider-generic\";i:3282;s:55:\"sessionprovider-mediawiki-session-cookiesessionprovider\";i:3283;s:25:\"sessionprovider-nocookies\";i:3284;s:14:\"randomrootpage\";i:3285;s:23:\"log-action-filter-block\";i:3286;s:24:\"log-action-filter-delete\";i:3287;s:24:\"log-action-filter-import\";i:3288;s:28:\"log-action-filter-managetags\";i:3289;s:22:\"log-action-filter-move\";i:3290;s:26:\"log-action-filter-newusers\";i:3291;s:24:\"log-action-filter-patrol\";i:3292;s:25:\"log-action-filter-protect\";i:3293;s:24:\"log-action-filter-rights\";i:3294;s:26:\"log-action-filter-suppress\";i:3295;s:24:\"log-action-filter-upload\";i:3296;s:21:\"log-action-filter-all\";i:3297;s:29:\"log-action-filter-block-block\";i:3298;s:31:\"log-action-filter-block-reblock\";i:3299;s:31:\"log-action-filter-block-unblock\";i:3300;s:31:\"log-action-filter-delete-delete\";i:3301;s:32:\"log-action-filter-delete-restore\";i:3302;s:34:\"log-action-filter-import-interwiki\";i:3303;s:35:\"log-action-filter-managetags-create\";i:3304;s:35:\"log-action-filter-managetags-delete\";i:3305;s:37:\"log-action-filter-managetags-activate\";i:3306;s:39:\"log-action-filter-managetags-deactivate\";i:3307;s:33:\"log-action-filter-newusers-create\";i:3308;s:34:\"log-action-filter-newusers-create2\";i:3309;s:37:\"log-action-filter-newusers-autocreate\";i:3310;s:34:\"log-action-filter-newusers-byemail\";i:3311;s:31:\"log-action-filter-patrol-patrol\";i:3312;s:35:\"log-action-filter-patrol-autopatrol\";i:3313;s:33:\"log-action-filter-protect-protect\";i:3314;s:32:\"log-action-filter-protect-modify\";i:3315;s:35:\"log-action-filter-protect-unprotect\";i:3316;s:35:\"log-action-filter-protect-move_prot\";i:3317;s:31:\"log-action-filter-rights-rights\";i:3318;s:36:\"log-action-filter-rights-autopromote\";i:3319;s:32:\"log-action-filter-suppress-event\";i:3320;s:35:\"log-action-filter-suppress-revision\";i:3321;s:33:\"log-action-filter-suppress-delete\";i:3322;s:31:\"log-action-filter-upload-upload\";i:3323;s:34:\"log-action-filter-upload-overwrite\";i:3324;s:35:\"authmanager-authn-autocreate-failed\";i:3325;s:27:\"authmanager-create-disabled\";i:3326;s:29:\"authmanager-autocreate-noperm\";i:3327;s:25:\"authmanager-password-help\";i:3328;s:23:\"authmanager-domain-help\";i:3329;s:23:\"authmanager-retype-help\";i:3330;s:23:\"authmanager-email-label\";i:3331;s:22:\"authmanager-email-help\";i:3332;s:26:\"authmanager-realname-label\";i:3333;s:25:\"authmanager-realname-help\";i:3334;s:29:\"authmanager-provider-password\";i:3335;s:38:\"authmanager-provider-temporarypassword\";i:3336;s:32:\"authprovider-confirmlink-message\";i:3337;s:38:\"authprovider-confirmlink-request-label\";i:3338;s:37:\"authprovider-confirmlink-success-line\";i:3339;s:31:\"authprovider-confirmlink-failed\";i:3340;s:33:\"authprovider-resetpass-skip-label\";i:3341;s:17:\"authform-newtoken\";i:3342;s:16:\"authform-notoken\";i:3343;s:19:\"authform-wrongtoken\";i:3344;s:43:\"specialpage-securitylevel-not-allowed-title\";i:3345;s:17:\"changecredentials\";i:3346;s:17:\"removecredentials\";i:3347;s:24:\"removecredentials-submit\";i:3348;s:24:\"credentialsform-provider\";i:3349;s:23:\"credentialsform-account\";i:3350;s:28:\"cannotlink-no-provider-title\";i:3351;s:22:\"cannotlink-no-provider\";i:3352;s:12:\"linkaccounts\";i:3353;s:25:\"linkaccounts-success-text\";i:3354;s:19:\"linkaccounts-submit\";i:3355;s:16:\"userjsonispublic\";i:3356;s:23:\"restrictionsfield-badip\";i:3357;s:11:\"specialmute\";i:3358;s:18:\"specialmute-submit\";i:3359;s:5:\"revid\";i:3360;s:6:\"pageid\";i:3361;s:14:\"pagedata-title\";i:3362;s:22:\"passwordpolicies-group\";i:3363;s:25:\"passwordpolicies-policies\";i:3364;s:42:\"paramvalidator-help-type-user-subtype-name\";i:3365;s:40:\"paramvalidator-help-type-user-subtype-ip\";i:3366;s:22:\"skin-view-create-local\";i:3367;s:14:\"nstab-mainpage\";i:3368;s:20:\"skin-view-edit-local\";i:3369;s:19:\"skin-action-protect\";i:3370;s:20:\"skin-action-undelete\";i:3371;s:18:\"skin-action-delete\";i:3372;s:16:\"skin-action-move\";i:3373;s:15:\"exif-imagewidth\";i:3374;s:16:\"exif-imagelength\";i:3375;s:18:\"exif-bitspersample\";i:3376;s:16:\"exif-compression\";i:3377;s:30:\"exif-photometricinterpretation\";i:3378;s:16:\"exif-orientation\";i:3379;s:20:\"exif-samplesperpixel\";i:3380;s:24:\"exif-planarconfiguration\";i:3381;s:21:\"exif-ycbcrsubsampling\";i:3382;s:21:\"exif-ycbcrpositioning\";i:3383;s:16:\"exif-xresolution\";i:3384;s:16:\"exif-yresolution\";i:3385;s:17:\"exif-stripoffsets\";i:3386;s:17:\"exif-rowsperstrip\";i:3387;s:20:\"exif-stripbytecounts\";i:3388;s:26:\"exif-jpeginterchangeformat\";i:3389;s:32:\"exif-jpeginterchangeformatlength\";i:3390;s:15:\"exif-whitepoint\";i:3391;s:26:\"exif-primarychromaticities\";i:3392;s:22:\"exif-ycbcrcoefficients\";i:3393;s:24:\"exif-referenceblackwhite\";i:3394;s:13:\"exif-datetime\";i:3395;s:21:\"exif-imagedescription\";i:3396;s:9:\"exif-make\";i:3397;s:10:\"exif-model\";i:3398;s:13:\"exif-software\";i:3399;s:11:\"exif-artist\";i:3400;s:14:\"exif-copyright\";i:3401;s:16:\"exif-exifversion\";i:3402;s:20:\"exif-flashpixversion\";i:3403;s:15:\"exif-colorspace\";i:3404;s:28:\"exif-componentsconfiguration\";i:3405;s:27:\"exif-compressedbitsperpixel\";i:3406;s:20:\"exif-pixelxdimension\";i:3407;s:20:\"exif-pixelydimension\";i:3408;s:16:\"exif-usercomment\";i:3409;s:21:\"exif-relatedsoundfile\";i:3410;s:21:\"exif-datetimeoriginal\";i:3411;s:22:\"exif-datetimedigitized\";i:3412;s:15:\"exif-subsectime\";i:3413;s:23:\"exif-subsectimeoriginal\";i:3414;s:24:\"exif-subsectimedigitized\";i:3415;s:17:\"exif-exposuretime\";i:3416;s:24:\"exif-exposuretime-format\";i:3417;s:12:\"exif-fnumber\";i:3418;s:20:\"exif-exposureprogram\";i:3419;s:24:\"exif-spectralsensitivity\";i:3420;s:20:\"exif-isospeedratings\";i:3421;s:22:\"exif-shutterspeedvalue\";i:3422;s:18:\"exif-aperturevalue\";i:3423;s:20:\"exif-brightnessvalue\";i:3424;s:22:\"exif-exposurebiasvalue\";i:3425;s:21:\"exif-maxaperturevalue\";i:3426;s:20:\"exif-subjectdistance\";i:3427;s:17:\"exif-meteringmode\";i:3428;s:16:\"exif-lightsource\";i:3429;s:10:\"exif-flash\";i:3430;s:16:\"exif-focallength\";i:3431;s:16:\"exif-subjectarea\";i:3432;s:16:\"exif-flashenergy\";i:3433;s:26:\"exif-focalplanexresolution\";i:3434;s:26:\"exif-focalplaneyresolution\";i:3435;s:29:\"exif-focalplaneresolutionunit\";i:3436;s:20:\"exif-subjectlocation\";i:3437;s:18:\"exif-exposureindex\";i:3438;s:18:\"exif-sensingmethod\";i:3439;s:15:\"exif-filesource\";i:3440;s:14:\"exif-scenetype\";i:3441;s:19:\"exif-customrendered\";i:3442;s:17:\"exif-exposuremode\";i:3443;s:17:\"exif-whitebalance\";i:3444;s:21:\"exif-digitalzoomratio\";i:3445;s:26:\"exif-focallengthin35mmfilm\";i:3446;s:21:\"exif-scenecapturetype\";i:3447;s:16:\"exif-gaincontrol\";i:3448;s:13:\"exif-contrast\";i:3449;s:15:\"exif-saturation\";i:3450;s:14:\"exif-sharpness\";i:3451;s:29:\"exif-devicesettingdescription\";i:3452;s:25:\"exif-subjectdistancerange\";i:3453;s:18:\"exif-imageuniqueid\";i:3454;s:17:\"exif-gpsversionid\";i:3455;s:19:\"exif-gpslatituderef\";i:3456;s:16:\"exif-gpslatitude\";i:3457;s:20:\"exif-gpslongituderef\";i:3458;s:17:\"exif-gpslongitude\";i:3459;s:19:\"exif-gpsaltituderef\";i:3460;s:16:\"exif-gpsaltitude\";i:3461;s:17:\"exif-gpstimestamp\";i:3462;s:18:\"exif-gpssatellites\";i:3463;s:14:\"exif-gpsstatus\";i:3464;s:19:\"exif-gpsmeasuremode\";i:3465;s:11:\"exif-gpsdop\";i:3466;s:16:\"exif-gpsspeedref\";i:3467;s:13:\"exif-gpsspeed\";i:3468;s:16:\"exif-gpstrackref\";i:3469;s:13:\"exif-gpstrack\";i:3470;s:23:\"exif-gpsimgdirectionref\";i:3471;s:20:\"exif-gpsimgdirection\";i:3472;s:16:\"exif-gpsmapdatum\";i:3473;s:23:\"exif-gpsdestlatituderef\";i:3474;s:20:\"exif-gpsdestlatitude\";i:3475;s:24:\"exif-gpsdestlongituderef\";i:3476;s:21:\"exif-gpsdestlongitude\";i:3477;s:22:\"exif-gpsdestbearingref\";i:3478;s:19:\"exif-gpsdestbearing\";i:3479;s:23:\"exif-gpsdestdistanceref\";i:3480;s:20:\"exif-gpsdestdistance\";i:3481;s:24:\"exif-gpsprocessingmethod\";i:3482;s:23:\"exif-gpsareainformation\";i:3483;s:17:\"exif-gpsdatestamp\";i:3484;s:20:\"exif-gpsdifferential\";i:3485;s:20:\"exif-jpegfilecomment\";i:3486;s:13:\"exif-keywords\";i:3487;s:23:\"exif-worldregioncreated\";i:3488;s:19:\"exif-countrycreated\";i:3489;s:23:\"exif-countrycodecreated\";i:3490;s:27:\"exif-provinceorstatecreated\";i:3491;s:16:\"exif-citycreated\";i:3492;s:23:\"exif-sublocationcreated\";i:3493;s:20:\"exif-worldregiondest\";i:3494;s:16:\"exif-countrydest\";i:3495;s:20:\"exif-countrycodedest\";i:3496;s:24:\"exif-provinceorstatedest\";i:3497;s:13:\"exif-citydest\";i:3498;s:20:\"exif-sublocationdest\";i:3499;s:15:\"exif-objectname\";i:3500;s:24:\"exif-specialinstructions\";i:3501;s:13:\"exif-headline\";i:3502;s:11:\"exif-credit\";i:3503;s:11:\"exif-source\";i:3504;s:15:\"exif-editstatus\";i:3505;s:12:\"exif-urgency\";i:3506;s:22:\"exif-fixtureidentifier\";i:3507;s:17:\"exif-locationdest\";i:3508;s:21:\"exif-locationdestcode\";i:3509;s:16:\"exif-objectcycle\";i:3510;s:12:\"exif-contact\";i:3511;s:11:\"exif-writer\";i:3512;s:17:\"exif-languagecode\";i:3513;s:15:\"exif-iimversion\";i:3514;s:16:\"exif-iimcategory\";i:3515;s:28:\"exif-iimsupplementalcategory\";i:3516;s:20:\"exif-datetimeexpires\";i:3517;s:21:\"exif-datetimereleased\";i:3518;s:28:\"exif-originaltransmissionref\";i:3519;s:15:\"exif-identifier\";i:3520;s:9:\"exif-lens\";i:3521;s:17:\"exif-serialnumber\";i:3522;s:20:\"exif-cameraownername\";i:3523;s:10:\"exif-label\";i:3524;s:21:\"exif-datetimemetadata\";i:3525;s:13:\"exif-nickname\";i:3526;s:11:\"exif-rating\";i:3527;s:22:\"exif-rightscertificate\";i:3528;s:16:\"exif-copyrighted\";i:3529;s:19:\"exif-copyrightowner\";i:3530;s:15:\"exif-usageterms\";i:3531;s:17:\"exif-webstatement\";i:3532;s:23:\"exif-originaldocumentid\";i:3533;s:15:\"exif-licenseurl\";i:3534;s:23:\"exif-morepermissionsurl\";i:3535;s:19:\"exif-attributionurl\";i:3536;s:29:\"exif-preferredattributionname\";i:3537;s:19:\"exif-pngfilecomment\";i:3538;s:15:\"exif-disclaimer\";i:3539;s:19:\"exif-contentwarning\";i:3540;s:19:\"exif-giffilecomment\";i:3541;s:22:\"exif-intellectualgenre\";i:3542;s:20:\"exif-subjectnewscode\";i:3543;s:14:\"exif-scenecode\";i:3544;s:10:\"exif-event\";i:3545;s:24:\"exif-organisationinimage\";i:3546;s:18:\"exif-personinimage\";i:3547;s:24:\"exif-originalimageheight\";i:3548;s:23:\"exif-originalimagewidth\";i:3549;s:18:\"exif-compression-1\";i:3550;s:18:\"exif-compression-2\";i:3551;s:18:\"exif-compression-3\";i:3552;s:18:\"exif-compression-4\";i:3553;s:21:\"exif-copyrighted-true\";i:3554;s:22:\"exif-copyrighted-false\";i:3555;s:32:\"exif-photometricinterpretation-1\";i:3556;s:16:\"exif-unknowndate\";i:3557;s:18:\"exif-orientation-1\";i:3558;s:18:\"exif-orientation-2\";i:3559;s:18:\"exif-orientation-3\";i:3560;s:18:\"exif-orientation-4\";i:3561;s:18:\"exif-orientation-5\";i:3562;s:18:\"exif-orientation-6\";i:3563;s:18:\"exif-orientation-7\";i:3564;s:18:\"exif-orientation-8\";i:3565;s:26:\"exif-planarconfiguration-1\";i:3566;s:26:\"exif-planarconfiguration-2\";i:3567;s:21:\"exif-colorspace-65535\";i:3568;s:30:\"exif-componentsconfiguration-0\";i:3569;s:30:\"exif-componentsconfiguration-5\";i:3570;s:22:\"exif-exposureprogram-0\";i:3571;s:22:\"exif-exposureprogram-1\";i:3572;s:22:\"exif-exposureprogram-2\";i:3573;s:22:\"exif-exposureprogram-3\";i:3574;s:22:\"exif-exposureprogram-4\";i:3575;s:22:\"exif-exposureprogram-5\";i:3576;s:22:\"exif-exposureprogram-6\";i:3577;s:22:\"exif-exposureprogram-7\";i:3578;s:22:\"exif-exposureprogram-8\";i:3579;s:26:\"exif-subjectdistance-value\";i:3580;s:19:\"exif-meteringmode-0\";i:3581;s:19:\"exif-meteringmode-1\";i:3582;s:19:\"exif-meteringmode-2\";i:3583;s:19:\"exif-meteringmode-3\";i:3584;s:19:\"exif-meteringmode-4\";i:3585;s:19:\"exif-meteringmode-5\";i:3586;s:19:\"exif-meteringmode-6\";i:3587;s:21:\"exif-meteringmode-255\";i:3588;s:18:\"exif-lightsource-0\";i:3589;s:18:\"exif-lightsource-1\";i:3590;s:18:\"exif-lightsource-2\";i:3591;s:18:\"exif-lightsource-3\";i:3592;s:18:\"exif-lightsource-4\";i:3593;s:18:\"exif-lightsource-9\";i:3594;s:19:\"exif-lightsource-10\";i:3595;s:19:\"exif-lightsource-11\";i:3596;s:19:\"exif-lightsource-12\";i:3597;s:19:\"exif-lightsource-13\";i:3598;s:19:\"exif-lightsource-14\";i:3599;s:19:\"exif-lightsource-15\";i:3600;s:19:\"exif-lightsource-17\";i:3601;s:19:\"exif-lightsource-18\";i:3602;s:19:\"exif-lightsource-19\";i:3603;s:19:\"exif-lightsource-24\";i:3604;s:20:\"exif-lightsource-255\";i:3605;s:18:\"exif-flash-fired-0\";i:3606;s:18:\"exif-flash-fired-1\";i:3607;s:19:\"exif-flash-return-0\";i:3608;s:19:\"exif-flash-return-2\";i:3609;s:19:\"exif-flash-return-3\";i:3610;s:17:\"exif-flash-mode-1\";i:3611;s:17:\"exif-flash-mode-2\";i:3612;s:17:\"exif-flash-mode-3\";i:3613;s:21:\"exif-flash-function-1\";i:3614;s:19:\"exif-flash-redeye-1\";i:3615;s:31:\"exif-focalplaneresolutionunit-2\";i:3616;s:20:\"exif-sensingmethod-1\";i:3617;s:20:\"exif-sensingmethod-2\";i:3618;s:20:\"exif-sensingmethod-3\";i:3619;s:20:\"exif-sensingmethod-4\";i:3620;s:20:\"exif-sensingmethod-5\";i:3621;s:20:\"exif-sensingmethod-7\";i:3622;s:20:\"exif-sensingmethod-8\";i:3623;s:17:\"exif-filesource-3\";i:3624;s:16:\"exif-scenetype-1\";i:3625;s:21:\"exif-customrendered-0\";i:3626;s:21:\"exif-customrendered-1\";i:3627;s:19:\"exif-exposuremode-0\";i:3628;s:19:\"exif-exposuremode-1\";i:3629;s:19:\"exif-exposuremode-2\";i:3630;s:19:\"exif-whitebalance-0\";i:3631;s:19:\"exif-whitebalance-1\";i:3632;s:23:\"exif-scenecapturetype-0\";i:3633;s:23:\"exif-scenecapturetype-1\";i:3634;s:23:\"exif-scenecapturetype-2\";i:3635;s:23:\"exif-scenecapturetype-3\";i:3636;s:18:\"exif-gaincontrol-0\";i:3637;s:18:\"exif-gaincontrol-1\";i:3638;s:18:\"exif-gaincontrol-2\";i:3639;s:18:\"exif-gaincontrol-3\";i:3640;s:18:\"exif-gaincontrol-4\";i:3641;s:15:\"exif-contrast-0\";i:3642;s:15:\"exif-contrast-1\";i:3643;s:15:\"exif-contrast-2\";i:3644;s:17:\"exif-saturation-0\";i:3645;s:17:\"exif-saturation-1\";i:3646;s:17:\"exif-saturation-2\";i:3647;s:16:\"exif-sharpness-0\";i:3648;s:16:\"exif-sharpness-1\";i:3649;s:16:\"exif-sharpness-2\";i:3650;s:27:\"exif-subjectdistancerange-0\";i:3651;s:27:\"exif-subjectdistancerange-1\";i:3652;s:27:\"exif-subjectdistancerange-2\";i:3653;s:27:\"exif-subjectdistancerange-3\";i:3654;s:18:\"exif-gpslatitude-n\";i:3655;s:18:\"exif-gpslatitude-s\";i:3656;s:19:\"exif-gpslongitude-e\";i:3657;s:19:\"exif-gpslongitude-w\";i:3658;s:31:\"exif-gpsaltitude-above-sealevel\";i:3659;s:31:\"exif-gpsaltitude-below-sealevel\";i:3660;s:16:\"exif-gpsstatus-a\";i:3661;s:16:\"exif-gpsstatus-v\";i:3662;s:21:\"exif-gpsmeasuremode-2\";i:3663;s:21:\"exif-gpsmeasuremode-3\";i:3664;s:15:\"exif-gpsspeed-k\";i:3665;s:15:\"exif-gpsspeed-m\";i:3666;s:15:\"exif-gpsspeed-n\";i:3667;s:22:\"exif-gpsdestdistance-k\";i:3668;s:22:\"exif-gpsdestdistance-m\";i:3669;s:22:\"exif-gpsdestdistance-n\";i:3670;s:21:\"exif-gpsdop-excellent\";i:3671;s:16:\"exif-gpsdop-good\";i:3672;s:20:\"exif-gpsdop-moderate\";i:3673;s:16:\"exif-gpsdop-fair\";i:3674;s:16:\"exif-gpsdop-poor\";i:3675;s:18:\"exif-objectcycle-a\";i:3676;s:18:\"exif-objectcycle-p\";i:3677;s:18:\"exif-objectcycle-b\";i:3678;s:19:\"exif-gpsdirection-t\";i:3679;s:19:\"exif-gpsdirection-m\";i:3680;s:23:\"exif-ycbcrpositioning-1\";i:3681;s:23:\"exif-ycbcrpositioning-2\";i:3682;s:19:\"exif-dc-contributor\";i:3683;s:16:\"exif-dc-coverage\";i:3684;s:12:\"exif-dc-date\";i:3685;s:17:\"exif-dc-publisher\";i:3686;s:16:\"exif-dc-relation\";i:3687;s:14:\"exif-dc-rights\";i:3688;s:14:\"exif-dc-source\";i:3689;s:12:\"exif-dc-type\";i:3690;s:20:\"exif-rating-rejected\";i:3691;s:29:\"exif-isospeedratings-overflow\";i:3692;s:20:\"exif-iimcategory-ace\";i:3693;s:20:\"exif-iimcategory-clj\";i:3694;s:20:\"exif-iimcategory-dis\";i:3695;s:20:\"exif-iimcategory-fin\";i:3696;s:20:\"exif-iimcategory-edu\";i:3697;s:20:\"exif-iimcategory-evn\";i:3698;s:20:\"exif-iimcategory-hth\";i:3699;s:20:\"exif-iimcategory-hum\";i:3700;s:20:\"exif-iimcategory-lab\";i:3701;s:20:\"exif-iimcategory-lif\";i:3702;s:20:\"exif-iimcategory-pol\";i:3703;s:20:\"exif-iimcategory-rel\";i:3704;s:20:\"exif-iimcategory-sci\";i:3705;s:20:\"exif-iimcategory-soi\";i:3706;s:20:\"exif-iimcategory-spo\";i:3707;s:20:\"exif-iimcategory-war\";i:3708;s:20:\"exif-iimcategory-wea\";i:3709;s:19:\"exif-urgency-normal\";i:3710;s:16:\"exif-urgency-low\";i:3711;s:17:\"exif-urgency-high\";i:3712;s:18:\"exif-urgency-other\";i:3713;s:25:\"apihelp-main-param-action\";i:3714;s:25:\"apihelp-main-param-format\";i:3715;s:29:\"apihelp-main-param-assertuser\";i:3716;s:31:\"apihelp-main-param-curtimestamp\";i:3717;s:21:\"apihelp-block-summary\";i:3718;s:26:\"apihelp-block-param-userid\";i:3719;s:26:\"apihelp-block-param-reason\";i:3720;s:28:\"apihelp-block-param-nocreate\";i:3721;s:29:\"apihelp-checktoken-param-type\";i:3722;s:30:\"apihelp-checktoken-param-token\";i:3723;s:36:\"apihelp-checktoken-param-maxtokenage\";i:3724;s:33:\"apihelp-checktoken-example-simple\";i:3725;s:31:\"apihelp-compare-param-fromtitle\";i:3726;s:28:\"apihelp-compare-param-fromid\";i:3727;s:29:\"apihelp-compare-param-fromrev\";i:3728;s:29:\"apihelp-compare-param-totitle\";i:3729;s:26:\"apihelp-compare-param-toid\";i:3730;s:27:\"apihelp-compare-param-torev\";i:3731;s:26:\"apihelp-compare-param-prop\";i:3732;s:36:\"apihelp-compare-paramvalue-prop-diff\";i:3733;s:25:\"apihelp-compare-example-1\";i:3734;s:29:\"apihelp-createaccount-summary\";i:3735;s:22:\"apihelp-delete-summary\";i:3736;s:29:\"apihelp-delete-example-simple\";i:3737;s:24:\"apihelp-disabled-summary\";i:3738;s:20:\"apihelp-edit-summary\";i:3739;s:31:\"apihelp-edit-param-sectiontitle\";i:3740;s:23:\"apihelp-edit-param-text\";i:3741;s:24:\"apihelp-edit-param-minor\";i:3742;s:27:\"apihelp-edit-param-notminor\";i:3743;s:22:\"apihelp-edit-param-bot\";i:3744;s:25:\"apihelp-edit-example-edit\";i:3745;s:28:\"apihelp-edit-example-prepend\";i:3746;s:25:\"apihelp-emailuser-summary\";i:3747;s:30:\"apihelp-emailuser-param-target\";i:3748;s:31:\"apihelp-emailuser-param-subject\";i:3749;s:28:\"apihelp-emailuser-param-text\";i:3750;s:28:\"apihelp-emailuser-param-ccme\";i:3751;s:35:\"apihelp-expandtemplates-param-title\";i:3752;s:34:\"apihelp-expandtemplates-param-text\";i:3753;s:48:\"apihelp-expandtemplates-paramvalue-prop-wikitext\";i:3754;s:33:\"apihelp-feedcontributions-summary\";i:3755;s:42:\"apihelp-feedcontributions-param-feedformat\";i:3756;s:36:\"apihelp-feedcontributions-param-year\";i:3757;s:37:\"apihelp-feedcontributions-param-month\";i:3758;s:41:\"apihelp-feedcontributions-param-tagfilter\";i:3759;s:43:\"apihelp-feedcontributions-param-deletedonly\";i:3760;s:41:\"apihelp-feedcontributions-param-hideminor\";i:3761;s:44:\"apihelp-feedcontributions-param-showsizediff\";i:3762;s:42:\"apihelp-feedrecentchanges-param-feedformat\";i:3763;s:41:\"apihelp-feedrecentchanges-param-hideminor\";i:3764;s:45:\"apihelp-feedrecentchanges-param-hidepatrolled\";i:3765;s:42:\"apihelp-feedrecentchanges-param-hidemyself\";i:3766;s:41:\"apihelp-feedrecentchanges-param-tagfilter\";i:3767;s:40:\"apihelp-feedrecentchanges-example-simple\";i:3768;s:29:\"apihelp-feedwatchlist-summary\";i:3769;s:38:\"apihelp-feedwatchlist-param-feedformat\";i:3770;s:37:\"apihelp-feedwatchlist-example-default\";i:3771;s:32:\"apihelp-filerevert-param-comment\";i:3772;s:36:\"apihelp-filerevert-param-archivename\";i:3773;s:30:\"apihelp-help-example-recursive\";i:3774;s:25:\"apihelp-help-example-help\";i:3775;s:28:\"apihelp-import-param-summary\";i:3776;s:24:\"apihelp-import-param-xml\";i:3777;s:24:\"apihelp-login-param-name\";i:3778;s:28:\"apihelp-login-param-password\";i:3779;s:26:\"apihelp-login-param-domain\";i:3780;s:27:\"apihelp-login-example-login\";i:3781;s:26:\"apihelp-managetags-summary\";i:3782;s:28:\"apihelp-mergehistory-summary\";i:3783;s:33:\"apihelp-mergehistory-param-reason\";i:3784;s:34:\"apihelp-mergehistory-example-merge\";i:3785;s:44:\"apihelp-mergehistory-example-merge-timestamp\";i:3786;s:20:\"apihelp-move-summary\";i:3787;s:25:\"apihelp-move-param-reason\";i:3788;s:31:\"apihelp-opensearch-param-search\";i:3789;s:29:\"apihelp-options-example-reset\";i:3790;s:26:\"apihelp-parse-example-page\";i:3791;s:26:\"apihelp-parse-example-text\";i:3792;s:29:\"apihelp-parse-example-summary\";i:3793;s:22:\"apihelp-patrol-summary\";i:3794;s:25:\"apihelp-patrol-param-rcid\";i:3795;s:26:\"apihelp-patrol-param-revid\";i:3796;s:27:\"apihelp-patrol-example-rcid\";i:3797;s:28:\"apihelp-patrol-example-revid\";i:3798;s:23:\"apihelp-protect-summary\";i:3799;s:28:\"apihelp-protect-param-reason\";i:3800;s:31:\"apihelp-protect-example-protect\";i:3801;s:24:\"apihelp-query-param-list\";i:3802;s:24:\"apihelp-query-param-meta\";i:3803;s:35:\"apihelp-query+allcategories-summary\";i:3804;s:55:\"apihelp-query+alldeletedrevisions-paraminfo-nonuseronly\";i:3805;s:44:\"apihelp-query+alldeletedrevisions-param-from\";i:3806;s:34:\"apihelp-query+allimages-param-sort\";i:3807;s:40:\"apihelp-query+allpages-param-filterredir\";i:3808;s:48:\"apihelp-query+allredirects-paramvalue-prop-title\";i:3809;s:34:\"apihelp-query+allrevisions-summary\";i:3810;s:40:\"apihelp-query+mystashedfiles-param-limit\";i:3811;s:52:\"apihelp-query+alltransclusions-paramvalue-prop-title\";i:3812;s:46:\"apihelp-query+alltransclusions-param-namespace\";i:3813;s:42:\"apihelp-query+alltransclusions-param-limit\";i:3814;s:35:\"apihelp-query+blocks-example-simple\";i:3815;s:34:\"apihelp-query+blocks-example-users\";i:3816;s:49:\"apihelp-query+categorymembers-paramvalue-prop-ids\";i:3817;s:45:\"apihelp-query+exturlusage-paramvalue-prop-ids\";i:3818;s:45:\"apihelp-query+exturlusage-paramvalue-prop-url\";i:3819;s:46:\"apihelp-query+filearchive-paramvalue-prop-sha1\";i:3820;s:46:\"apihelp-query+filearchive-paramvalue-prop-user\";i:3821;s:53:\"apihelp-query+filearchive-paramvalue-prop-description\";i:3822;s:46:\"apihelp-query+filearchive-paramvalue-prop-mime\";i:3823;s:50:\"apihelp-query+filearchive-paramvalue-prop-bitdepth\";i:3824;s:49:\"apihelp-query+imageinfo-paramvalue-prop-timestamp\";i:3825;s:39:\"apihelp-query+imageinfo-param-urlheight\";i:3826;s:47:\"apihelp-query+pageswithprop-paramvalue-prop-ids\";i:3827;s:34:\"apihelp-query+redirects-param-prop\";i:3828;s:46:\"apihelp-query+redirects-paramvalue-prop-pageid\";i:3829;s:45:\"apihelp-query+redirects-paramvalue-prop-title\";i:3830;s:48:\"apihelp-query+redirects-paramvalue-prop-fragment\";i:3831;s:39:\"apihelp-query+redirects-param-namespace\";i:3832;s:35:\"apihelp-query+redirects-param-limit\";i:3833;s:31:\"apihelp-query+revisions-summary\";i:3834;s:52:\"apihelp-query+revisions+base-paramvalue-prop-content\";i:3835;s:49:\"apihelp-query+revisions+base-paramvalue-prop-tags\";i:3836;s:42:\"apihelp-query+search-paramvalue-prop-score\";i:3837;s:47:\"apihelp-query+search-paramvalue-prop-hasrelated\";i:3838;s:35:\"apihelp-query+search-example-simple\";i:3839;s:33:\"apihelp-query+search-example-text\";i:3840;s:48:\"apihelp-query+watchlist-paramvalue-type-external\";i:3841;s:43:\"apihelp-query+watchlist-paramvalue-type-new\";i:3842;s:43:\"apihelp-query+watchlist-paramvalue-type-log\";i:3843;s:29:\"apihelp-resetpassword-summary\";i:3844;s:32:\"apihelp-resetpassword-param-user\";i:3845;s:28:\"apihelp-stashedit-param-text\";i:3846;s:24:\"apihelp-tag-param-reason\";i:3847;s:23:\"apihelp-unblock-summary\";i:3848;s:28:\"apihelp-unblock-param-reason\";i:3849;s:26:\"apihelp-unblock-example-id\";i:3850;s:29:\"apihelp-undelete-param-reason\";i:3851;s:29:\"apihelp-userrights-param-user\";i:3852;s:31:\"apihelp-userrights-param-userid\";i:3853;s:39:\"apihelp-validatepassword-param-password\";i:3854;s:20:\"api-help-main-header\";i:3855;s:24:\"api-help-flag-deprecated\";i:3856;s:15:\"api-help-source\";i:3857;s:23:\"api-help-source-unknown\";i:3858;s:16:\"api-help-license\";i:3859;s:23:\"api-help-license-noname\";i:3860;s:24:\"api-help-license-unknown\";i:3861;s:19:\"api-help-parameters\";i:3862;s:25:\"api-help-param-deprecated\";i:3863;s:25:\"api-help-datatypes-header\";i:3864;s:17:\"apierror-badquery\";i:3865;s:24:\"apierror-cannotviewtitle\";i:3866;s:24:\"apierror-cantblock-email\";i:3867;s:18:\"apierror-cantblock\";i:3868;s:17:\"apierror-canthide\";i:3869;s:26:\"apierror-cantimport-upload\";i:3870;s:19:\"apierror-cantimport\";i:3871;s:25:\"apierror-copyuploadbadurl\";i:3872;s:27:\"apierror-create-titleexists\";i:3873;s:24:\"apierror-emptynewsection\";i:3874;s:25:\"apierror-filedoesnotexist\";i:3875;s:15:\"apierror-noedit\";i:3876;s:29:\"apierror-noimageredirect-anon\";i:3877;s:24:\"apierror-noimageredirect\";i:3878;s:22:\"apierror-nosuchsection\";i:3879;s:27:\"apierror-nosuchsection-what\";i:3880;s:33:\"apierror-permissiondenied-generic\";i:3881;s:30:\"apierror-protect-invalidaction\";i:3882;s:29:\"apierror-protect-invalidlevel\";i:3883;s:25:\"apierror-stashinvalidfile\";i:3884;s:28:\"apierror-unknownerror-nocode\";i:3885;s:21:\"apierror-unknownerror\";i:3886;s:22:\"apierror-unknownformat\";i:3887;s:26:\"apierror-unrecognizedvalue\";i:3888;s:23:\"apiwarn-invalidcategory\";i:3889;s:20:\"apiwarn-invalidtitle\";i:3890;s:15:\"apiwarn-notfile\";i:3891;s:32:\"apiwarn-validationfailed-badpref\";i:3892;s:18:\"apiwarn-wgdebugapi\";i:3893;s:20:\"api-feed-error-title\";i:3894;s:19:\"api-exception-trace\";i:3895;s:18:\"api-credits-header\";i:3896;s:30:\"ooui-outline-control-move-down\";i:3897;s:28:\"ooui-outline-control-move-up\";i:3898;s:27:\"ooui-outline-control-remove\";i:3899;s:17:\"ooui-toolbar-more\";i:3900;s:21:\"ooui-toolgroup-expand\";i:3901;s:23:\"ooui-toolgroup-collapse\";i:3902;s:26:\"ooui-dialog-message-accept\";i:3903;s:26:\"ooui-dialog-message-reject\";i:3904;s:25:\"ooui-dialog-process-error\";i:3905;s:27:\"ooui-dialog-process-dismiss\";i:3906;s:25:\"ooui-dialog-process-retry\";i:3907;s:28:\"ooui-dialog-process-continue\";i:3908;s:26:\"ooui-combobox-button-label\";i:3909;s:29:\"ooui-selectfile-button-select\";i:3910;s:29:\"ooui-selectfile-not-supported\";i:3911;s:27:\"ooui-selectfile-placeholder\";i:3912;s:36:\"ooui-selectfile-dragdrop-placeholder\";i:3913;s:15:\"ooui-field-help\";i:3914;s:15:\"skinname-vector\";i:3915;s:14:\"vector-opt-out\";i:3916;s:10:\"vector.css\";i:3917;s:9:\"vector.js\";i:3918;s:16:\"vector-languages\";i:3919;s:28:\"vector-language-button-label\";i:3920;s:31:\"vector-no-language-button-label\";i:3921;s:24:\"vector-action-addsection\";i:3922;s:20:\"vector-action-delete\";i:3923;s:18:\"vector-action-move\";i:3924;s:21:\"vector-action-protect\";i:3925;s:22:\"vector-action-undelete\";i:3926;s:23:\"vector-action-unprotect\";i:3927;s:18:\"vector-view-create\";i:3928;s:16:\"vector-view-edit\";i:3929;s:19:\"vector-view-history\";i:3930;s:16:\"vector-view-view\";i:3931;s:22:\"vector-view-viewsource\";i:3932;s:23:\"vector-jumptonavigation\";i:3933;s:19:\"vector-jumptosearch\";i:3934;s:20:\"vector-jumptocontent\";i:3935;s:19:\"vector-more-actions\";i:3936;s:31:\"vector-searchsuggest-containing\";i:3937;s:20:\"vector-toc-beginning\";i:3938;s:24:\"vector-main-menu-tooltip\";i:3939;s:10:\"wikieditor\";i:3940;s:15:\"wikieditor-desc\";i:3941;s:23:\"wikieditor-wikitext-tab\";i:3942;s:18:\"wikieditor-loading\";i:3943;s:29:\"wikieditor-preview-preference\";i:3944;s:22:\"wikieditor-preview-tab\";i:3945;s:30:\"wikieditor-preview-changes-tab\";i:3946;s:26:\"wikieditor-preview-loading\";i:3947;s:29:\"wikieditor-publish-preference\";i:3948;s:33:\"wikieditor-publish-button-publish\";i:3949;s:32:\"wikieditor-publish-button-cancel\";i:3950;s:31:\"wikieditor-publish-dialog-title\";i:3951;s:33:\"wikieditor-publish-dialog-summary\";i:3952;s:31:\"wikieditor-publish-dialog-minor\";i:3953;s:31:\"wikieditor-publish-dialog-watch\";i:3954;s:33:\"wikieditor-publish-dialog-publish\";i:3955;s:32:\"wikieditor-publish-dialog-goback\";i:3956;s:18:\"wikieditor-toolbar\";i:3957;s:23:\"wikieditor-toolbar-desc\";i:3958;s:29:\"wikieditor-toolbar-preference\";i:3959;s:37:\"wikieditor-toolbar-dialogs-preference\";i:3960;s:26:\"wikieditor-toolbar-hidesig\";i:3961;s:26:\"wikieditor-toolbar-loading\";i:3962;s:28:\"wikieditor-toolbar-tool-bold\";i:3963;s:36:\"wikieditor-toolbar-tool-bold-example\";i:3964;s:30:\"wikieditor-toolbar-tool-italic\";i:3965;s:38:\"wikieditor-toolbar-tool-italic-example\";i:3966;s:29:\"wikieditor-toolbar-tool-ilink\";i:3967;s:37:\"wikieditor-toolbar-tool-ilink-example\";i:3968;s:29:\"wikieditor-toolbar-tool-xlink\";i:3969;s:37:\"wikieditor-toolbar-tool-xlink-example\";i:3970;s:28:\"wikieditor-toolbar-tool-link\";i:3971;s:34:\"wikieditor-toolbar-tool-link-title\";i:3972;s:32:\"wikieditor-toolbar-tool-link-int\";i:3973;s:39:\"wikieditor-toolbar-tool-link-int-target\";i:3974;s:47:\"wikieditor-toolbar-tool-link-int-target-tooltip\";i:3975;s:37:\"wikieditor-toolbar-tool-link-int-text\";i:3976;s:45:\"wikieditor-toolbar-tool-link-int-text-tooltip\";i:3977;s:32:\"wikieditor-toolbar-tool-link-ext\";i:3978;s:39:\"wikieditor-toolbar-tool-link-ext-target\";i:3979;s:37:\"wikieditor-toolbar-tool-link-ext-text\";i:3980;s:35:\"wikieditor-toolbar-tool-link-insert\";i:3981;s:35:\"wikieditor-toolbar-tool-link-cancel\";i:3982;s:53:\"wikieditor-toolbar-tool-link-int-target-status-exists\";i:3983;s:56:\"wikieditor-toolbar-tool-link-int-target-status-notexists\";i:3984;s:54:\"wikieditor-toolbar-tool-link-int-target-status-invalid\";i:3985;s:55:\"wikieditor-toolbar-tool-link-int-target-status-external\";i:3986;s:54:\"wikieditor-toolbar-tool-link-int-target-status-loading\";i:3987;s:40:\"wikieditor-toolbar-tool-link-int-invalid\";i:3988;s:46:\"wikieditor-toolbar-tool-link-lookslikeinternal\";i:3989;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-int\";i:3990;s:50:\"wikieditor-toolbar-tool-link-lookslikeinternal-ext\";i:3991;s:34:\"wikieditor-toolbar-tool-link-empty\";i:3992;s:28:\"wikieditor-toolbar-tool-file\";i:3993;s:36:\"wikieditor-toolbar-tool-file-example\";i:3994;s:34:\"wikieditor-toolbar-tool-file-title\";i:3995;s:30:\"wikieditor-toolbar-file-target\";i:3996;s:31:\"wikieditor-toolbar-file-caption\";i:3997;s:28:\"wikieditor-toolbar-file-size\";i:3998;s:29:\"wikieditor-toolbar-file-float\";i:3999;s:31:\"wikieditor-toolbar-file-default\";i:4000;s:30:\"wikieditor-toolbar-file-format\";i:4001;s:35:\"wikieditor-toolbar-file-format-none\";i:4002;s:35:\"wikieditor-toolbar-tool-file-insert\";i:4003;s:35:\"wikieditor-toolbar-tool-file-cancel\";i:4004;s:33:\"wikieditor-toolbar-tool-reference\";i:4005;s:41:\"wikieditor-toolbar-tool-reference-example\";i:4006;s:40:\"wikieditor-toolbar-tool-reference-cancel\";i:4007;s:39:\"wikieditor-toolbar-tool-reference-title\";i:4008;s:40:\"wikieditor-toolbar-tool-reference-insert\";i:4009;s:38:\"wikieditor-toolbar-tool-reference-text\";i:4010;s:33:\"wikieditor-toolbar-tool-signature\";i:4011;s:35:\"wikieditor-toolbar-section-advanced\";i:4012;s:31:\"wikieditor-toolbar-tool-heading\";i:4013;s:33:\"wikieditor-toolbar-tool-heading-1\";i:4014;s:33:\"wikieditor-toolbar-tool-heading-2\";i:4015;s:33:\"wikieditor-toolbar-tool-heading-3\";i:4016;s:33:\"wikieditor-toolbar-tool-heading-4\";i:4017;s:33:\"wikieditor-toolbar-tool-heading-5\";i:4018;s:39:\"wikieditor-toolbar-tool-heading-example\";i:4019;s:31:\"wikieditor-toolbar-group-format\";i:4020;s:29:\"wikieditor-toolbar-tool-ulist\";i:4021;s:37:\"wikieditor-toolbar-tool-ulist-example\";i:4022;s:29:\"wikieditor-toolbar-tool-olist\";i:4023;s:37:\"wikieditor-toolbar-tool-olist-example\";i:4024;s:30:\"wikieditor-toolbar-tool-nowiki\";i:4025;s:38:\"wikieditor-toolbar-tool-nowiki-example\";i:4026;s:32:\"wikieditor-toolbar-tool-redirect\";i:4027;s:40:\"wikieditor-toolbar-tool-redirect-example\";i:4028;s:27:\"wikieditor-toolbar-tool-big\";i:4029;s:35:\"wikieditor-toolbar-tool-big-example\";i:4030;s:29:\"wikieditor-toolbar-tool-small\";i:4031;s:37:\"wikieditor-toolbar-tool-small-example\";i:4032;s:35:\"wikieditor-toolbar-tool-superscript\";i:4033;s:43:\"wikieditor-toolbar-tool-superscript-example\";i:4034;s:33:\"wikieditor-toolbar-tool-subscript\";i:4035;s:41:\"wikieditor-toolbar-tool-subscript-example\";i:4036;s:31:\"wikieditor-toolbar-group-insert\";i:4037;s:31:\"wikieditor-toolbar-tool-gallery\";i:4038;s:39:\"wikieditor-toolbar-tool-gallery-example\";i:4039;s:31:\"wikieditor-toolbar-tool-newline\";i:4040;s:29:\"wikieditor-toolbar-tool-table\";i:4041;s:41:\"wikieditor-toolbar-tool-table-example-old\";i:4042;s:47:\"wikieditor-toolbar-tool-table-example-cell-text\";i:4043;s:44:\"wikieditor-toolbar-tool-table-example-header\";i:4044;s:35:\"wikieditor-toolbar-tool-table-title\";i:4045;s:45:\"wikieditor-toolbar-tool-table-dimensions-rows\";i:4046;s:48:\"wikieditor-toolbar-tool-table-dimensions-columns\";i:4047;s:47:\"wikieditor-toolbar-tool-table-dimensions-header\";i:4048;s:39:\"wikieditor-toolbar-tool-table-wikitable\";i:4049;s:38:\"wikieditor-toolbar-tool-table-sortable\";i:4050;s:37:\"wikieditor-toolbar-tool-table-example\";i:4051;s:37:\"wikieditor-toolbar-tool-table-preview\";i:4052;s:36:\"wikieditor-toolbar-tool-table-insert\";i:4053;s:36:\"wikieditor-toolbar-tool-table-cancel\";i:4054;s:37:\"wikieditor-toolbar-tool-table-toomany\";i:4055;s:43:\"wikieditor-toolbar-tool-table-invalidnumber\";i:4056;s:34:\"wikieditor-toolbar-tool-table-zero\";i:4057;s:31:\"wikieditor-toolbar-tool-replace\";i:4058;s:37:\"wikieditor-toolbar-tool-replace-title\";i:4059;s:38:\"wikieditor-toolbar-tool-replace-search\";i:4060;s:39:\"wikieditor-toolbar-tool-replace-replace\";i:4061;s:36:\"wikieditor-toolbar-tool-replace-case\";i:4062;s:37:\"wikieditor-toolbar-tool-replace-regex\";i:4063;s:47:\"wikieditor-toolbar-tool-replace-button-findnext\";i:4064;s:46:\"wikieditor-toolbar-tool-replace-button-replace\";i:4065;s:49:\"wikieditor-toolbar-tool-replace-button-replaceall\";i:4066;s:37:\"wikieditor-toolbar-tool-replace-close\";i:4067;s:39:\"wikieditor-toolbar-tool-replace-nomatch\";i:4068;s:39:\"wikieditor-toolbar-tool-replace-success\";i:4069;s:43:\"wikieditor-toolbar-tool-replace-emptysearch\";i:4070;s:44:\"wikieditor-toolbar-tool-replace-invalidregex\";i:4071;s:37:\"wikieditor-toolbar-section-characters\";i:4072;s:31:\"wikieditor-toolbar-section-help\";i:4073;s:43:\"wikieditor-toolbar-help-heading-description\";i:4074;s:38:\"wikieditor-toolbar-help-heading-syntax\";i:4075;s:38:\"wikieditor-toolbar-help-heading-result\";i:4076;s:35:\"wikieditor-toolbar-help-page-format\";i:4077;s:33:\"wikieditor-toolbar-help-page-link\";i:4078;s:36:\"wikieditor-toolbar-help-page-heading\";i:4079;s:33:\"wikieditor-toolbar-help-page-list\";i:4080;s:33:\"wikieditor-toolbar-help-page-file\";i:4081;s:38:\"wikieditor-toolbar-help-page-reference\";i:4082;s:39:\"wikieditor-toolbar-help-page-discussion\";i:4083;s:50:\"wikieditor-toolbar-help-content-italic-description\";i:4084;s:45:\"wikieditor-toolbar-help-content-italic-syntax\";i:4085;s:45:\"wikieditor-toolbar-help-content-italic-result\";i:4086;s:48:\"wikieditor-toolbar-help-content-bold-description\";i:4087;s:43:\"wikieditor-toolbar-help-content-bold-syntax\";i:4088;s:43:\"wikieditor-toolbar-help-content-bold-result\";i:4089;s:54:\"wikieditor-toolbar-help-content-bolditalic-description\";i:4090;s:49:\"wikieditor-toolbar-help-content-bolditalic-syntax\";i:4091;s:49:\"wikieditor-toolbar-help-content-bolditalic-result\";i:4092;s:49:\"wikieditor-toolbar-help-content-ilink-description\";i:4093;s:44:\"wikieditor-toolbar-help-content-ilink-syntax\";i:4094;s:44:\"wikieditor-toolbar-help-content-ilink-result\";i:4095;s:49:\"wikieditor-toolbar-help-content-xlink-description\";i:4096;s:44:\"wikieditor-toolbar-help-content-xlink-syntax\";i:4097;s:44:\"wikieditor-toolbar-help-content-xlink-result\";i:4098;s:52:\"wikieditor-toolbar-help-content-heading2-description\";i:4099;s:47:\"wikieditor-toolbar-help-content-heading2-syntax\";i:4100;s:47:\"wikieditor-toolbar-help-content-heading2-result\";i:4101;s:52:\"wikieditor-toolbar-help-content-heading3-description\";i:4102;s:47:\"wikieditor-toolbar-help-content-heading3-syntax\";i:4103;s:47:\"wikieditor-toolbar-help-content-heading3-result\";i:4104;s:52:\"wikieditor-toolbar-help-content-heading4-description\";i:4105;s:47:\"wikieditor-toolbar-help-content-heading4-syntax\";i:4106;s:47:\"wikieditor-toolbar-help-content-heading4-result\";i:4107;s:52:\"wikieditor-toolbar-help-content-heading5-description\";i:4108;s:47:\"wikieditor-toolbar-help-content-heading5-syntax\";i:4109;s:47:\"wikieditor-toolbar-help-content-heading5-result\";i:4110;s:49:\"wikieditor-toolbar-help-content-ulist-description\";i:4111;s:44:\"wikieditor-toolbar-help-content-ulist-syntax\";i:4112;s:44:\"wikieditor-toolbar-help-content-ulist-result\";i:4113;s:49:\"wikieditor-toolbar-help-content-olist-description\";i:4114;s:44:\"wikieditor-toolbar-help-content-olist-syntax\";i:4115;s:44:\"wikieditor-toolbar-help-content-olist-result\";i:4116;s:48:\"wikieditor-toolbar-help-content-file-description\";i:4117;s:43:\"wikieditor-toolbar-help-content-file-syntax\";i:4118;s:53:\"wikieditor-toolbar-help-content-reference-description\";i:4119;s:48:\"wikieditor-toolbar-help-content-reference-syntax\";i:4120;s:48:\"wikieditor-toolbar-help-content-reference-result\";i:4121;s:55:\"wikieditor-toolbar-help-content-rereference-description\";i:4122;s:50:\"wikieditor-toolbar-help-content-rereference-result\";i:4123;s:58:\"wikieditor-toolbar-help-content-showreferences-description\";i:4124;s:53:\"wikieditor-toolbar-help-content-showreferences-result\";i:4125;s:62:\"wikieditor-toolbar-help-content-signaturetimestamp-description\";i:4126;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-result\";i:4127;s:53:\"wikieditor-toolbar-help-content-signature-description\";i:4128;s:48:\"wikieditor-toolbar-help-content-signature-result\";i:4129;s:50:\"wikieditor-toolbar-help-content-indent-description\";i:4130;s:45:\"wikieditor-toolbar-help-content-indent-syntax\";i:4131;s:45:\"wikieditor-toolbar-help-content-indent-result\";i:4132;s:20:\"syntaxhighlight-desc\";i:4133;s:30:\"syntaxhighlight-error-category\";i:4134;s:64:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language\";i:4135;s:61:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title\";i:4136;s:50:\"mobile-frontend-account-create-captcha-placeholder\";i:4137;s:48:\"mobile-frontend-account-create-email-placeholder\";i:4138;s:37:\"mobile-frontend-account-create-submit\";i:4139;s:38:\"mobile-frontend-back-to-top-of-section\";i:4140;s:37:\"mobile-frontend-changeslist-nocomment\";i:4141;s:28:\"mobile-frontend-clear-search\";i:4142;s:25:\"mobile-frontend-copyright\";i:4143;s:20:\"mobile-frontend-desc\";i:4144;s:34:\"mobile-frontend-diffview-404-title\";i:4145;s:34:\"mobile-frontend-diffview-anonymous\";i:4146;s:35:\"mobile-frontend-diffview-bytesadded\";i:4147;s:37:\"mobile-frontend-diffview-bytesremoved\";i:4148;s:34:\"mobile-frontend-diffview-editcount\";i:4149;s:30:\"mobile-frontend-diffview-title\";i:4150;s:36:\"mobile-frontend-dismiss-notification\";i:4151;s:34:\"mobile-frontend-donate-image-title\";i:4152;s:27:\"mobile-frontend-editor-edit\";i:4153;s:32:\"mobile-frontend-featured-article\";i:4154;s:30:\"mobile-frontend-footer-contact\";i:4155;s:31:\"mobile-frontend-footer-sitename\";i:4156;s:29:\"mobile-frontend-generic-login\";i:4157;s:36:\"mobile-frontend-generic-login-action\";i:4158;s:27:\"mobile-frontend-home-button\";i:4159;s:29:\"mobile-frontend-images-status\";i:4160;s:40:\"mobile-frontend-language-article-heading\";i:4161;s:36:\"mobile-frontend-language-site-choose\";i:4162;s:34:\"mobile-frontend-last-modified-date\";i:4163;s:34:\"mobile-frontend-last-modified-days\";i:4164;s:35:\"mobile-frontend-last-modified-hours\";i:4165;s:37:\"mobile-frontend-last-modified-minutes\";i:4166;s:36:\"mobile-frontend-last-modified-months\";i:4167;s:37:\"mobile-frontend-last-modified-seconds\";i:4168;s:35:\"mobile-frontend-last-modified-years\";i:4169;s:47:\"mobile-frontend-logged-in-homepage-notification\";i:4170;s:44:\"mobile-frontend-logged-in-toast-notification\";i:4171;s:26:\"mobile-frontend-logged-out\";i:4172;s:21:\"mobile-frontend-login\";i:4173;s:40:\"mobile-frontend-main-menu-account-create\";i:4174;s:40:\"mobile-frontend-main-menu-button-tooltip\";i:4175;s:31:\"mobile-frontend-main-menu-login\";i:4176;s:32:\"mobile-frontend-main-menu-logout\";i:4177;s:32:\"mobile-frontend-main-menu-nearby\";i:4178;s:36:\"mobile-frontend-main-menu-page-title\";i:4179;s:34:\"mobile-frontend-main-menu-settings\";i:4180;s:42:\"mobile-frontend-main-menu-settings-heading\";i:4181;s:35:\"mobile-frontend-main-menu-watchlist\";i:4182;s:39:\"mobile-frontend-meta-data-issues-header\";i:4183;s:29:\"mobile-frontend-missing-image\";i:4184;s:26:\"mobile-frontend-news-items\";i:4185;s:34:\"mobile-frontend-page-menu-contents\";i:4186;s:33:\"mobile-frontend-page-menu-history\";i:4187;s:24:\"mobile-frontend-password\";i:4188;s:44:\"mobile-frontend-password-confirm-placeholder\";i:4189;s:36:\"mobile-frontend-password-placeholder\";i:4190;s:36:\"mobile-frontend-photo-upload-generic\";i:4191;s:27:\"mobile-frontend-placeholder\";i:4192;s:33:\"mobile-frontend-placeholder-alpha\";i:4193;s:32:\"mobile-frontend-placeholder-beta\";i:4194;s:33:\"mobile-frontend-privacy-link-text\";i:4195;s:34:\"mobile-frontend-profile-last-thank\";i:4196;s:29:\"mobile-frontend-random-button\";i:4197;s:28:\"mobile-frontend-regular-site\";i:4198;s:29:\"mobile-frontend-search-submit\";i:4199;s:29:\"mobile-frontend-settings-beta\";i:4200;s:36:\"mobile-frontend-settings-site-header\";i:4201;s:37:\"mobile-frontend-sign-in-error-heading\";i:4202;s:31:\"mobile-frontend-sign-in-heading\";i:4203;s:31:\"mobile-frontend-sign-up-heading\";i:4204;s:26:\"mobile-frontend-terms-text\";i:4205;s:24:\"mobile-frontend-username\";i:4206;s:36:\"mobile-frontend-username-placeholder\";i:4207;s:20:\"mobile-frontend-view\";i:4208;s:28:\"mobile-frontend-view-desktop\";i:4209;s:27:\"mobile-frontend-view-mobile\";i:4210;s:29:\"mobile-frontend-watchlist-a-z\";i:4211;s:45:\"mobile-frontend-watchlist-a-z-empty-howto-alt\";i:4212;s:35:\"mobile-frontend-watchlist-back-home\";i:4213;s:42:\"mobile-frontend-watchlist-cta-button-login\";i:4214;s:43:\"mobile-frontend-watchlist-cta-button-signup\";i:4215;s:30:\"mobile-frontend-watchlist-feed\";i:4216;s:36:\"mobile-frontend-watchlist-filter-all\";i:4217;s:41:\"mobile-frontend-watchlist-filter-articles\";i:4218;s:38:\"mobile-frontend-watchlist-filter-other\";i:4219;s:37:\"mobile-frontend-watchlist-filter-talk\";i:4220;s:34:\"mobile-frontend-watchlist-modified\";i:4221;s:30:\"mobile-frontend-watchlist-more\";i:4222;s:6:\"nearby\";i:4223;s:15:\"tag-mobile_edit\";i:4224;s:19:\"tag-mobile_web_edit\";i:4225;s:39:\"mobile-frontend-pageaction-edit-tooltip\";i:4226;s:43:\"mobile-frontend-meta-data-issues-categories\";i:4227;s:24:\"mobile-frontend-panel-ok\";i:4228;s:20:\"googleanalytics-desc\";i:4229;s:17:\"right-noanalytics\";i:4230;s:9:\"pagetitle\";i:4231;s:23:\"autocreate-edit-warning\";i:4232;s:26:\"autocreate-preview-warning\";i:4233;s:19:\"blockedtext-partial\";i:4234;s:21:\"blockedtext-composite\";i:4235;s:16:\"edittools-upload\";i:4236;s:21:\"edit-slots-cannot-add\";i:4237;s:24:\"edit-slots-cannot-remove\";i:4238;s:18:\"edit-slots-missing\";i:4239;s:21:\"postedit-temp-created\";i:4240;s:20:\"confirmleave-warning\";i:4241;s:18:\"content-model-json\";i:4242;s:25:\"unsupported-content-model\";i:4243;s:24:\"unsupported-content-diff\";i:4244;s:25:\"unsupported-content-diff2\";i:4245;s:24:\"template-equals-category\";i:4246;s:29:\"template-equals-category-desc\";i:4247;s:23:\"template-equals-warning\";i:4248;s:27:\"unstrip-depth-category-desc\";i:4249;s:26:\"unstrip-size-category-desc\";i:4250;s:19:\"undo-main-slot-only\";i:4251;s:11:\"tooltip-cur\";i:4252;s:12:\"tooltip-last\";i:4253;s:13:\"history-empty\";i:4254;s:19:\"rev-suppressed-text\";i:4255;s:34:\"mergehistory-source-deleted-reason\";i:4256;s:27:\"mergehistory-source-deleted\";i:4257;s:24:\"mergehistory-revisionrow\";i:4258;s:25:\"search-invalid-sort-order\";i:4259;s:22:\"search-unknown-profile\";i:4260;s:21:\"prefs-skin-responsive\";i:4261;s:26:\"prefs-help-skin-responsive\";i:4262;s:28:\"prefs-user-downloaddata-info\";i:4263;s:28:\"prefs-user-restoreprefs-info\";i:4264;s:30:\"timezone-useoffset-placeholder\";i:4265;s:19:\"prefs-reset-confirm\";i:4266;s:25:\"prefs-memberingroups-type\";i:4267;s:28:\"prefs-registration-date-time\";i:4268;s:10:\"badsightml\";i:4269;s:11:\"badsiglinks\";i:4270;s:11:\"badsigsubst\";i:4271;s:15:\"badsiglinebreak\";i:4272;s:29:\"linterror-bogus-image-options\";i:4273;s:29:\"linterror-deletable-table-tag\";i:4274;s:26:\"linterror-html5-misnesting\";i:4275;s:38:\"linterror-misc-tidy-replacement-issues\";i:4276;s:23:\"linterror-misnested-tag\";i:4277;s:28:\"linterror-multi-colon-escape\";i:4278;s:38:\"linterror-multiline-html-table-in-list\";i:4279;s:43:\"linterror-multiple-unclosed-formatting-tags\";i:4280;s:30:\"linterror-pwrap-bug-workaround\";i:4281;s:25:\"linterror-self-closed-tag\";i:4282;s:22:\"linterror-stripped-tag\";i:4283;s:23:\"linterror-tidy-font-bug\";i:4284;s:29:\"linterror-tidy-whitespace-bug\";i:4285;s:36:\"linterror-unclosed-quotes-in-heading\";i:4286;s:15:\"gender-notknown\";i:4287;s:23:\"prefs-help-requireemail\";i:4288;s:31:\"prefs-signature-invalid-warning\";i:4289;s:27:\"prefs-signature-invalid-new\";i:4290;s:32:\"prefs-signature-invalid-disallow\";i:4291;s:28:\"userrights-groupsmember-type\";i:4292;s:21:\"userrights-systemuser\";i:4293;s:30:\"userrights-irreversible-marker\";i:4294;s:15:\"grouppage-named\";i:4295;s:21:\"right-delete-redirect\";i:4296;s:26:\"right-editmyuserjsredirect\";i:4297;s:18:\"grant-mergehistory\";i:4298;s:22:\"action-delete-redirect\";i:4299;s:20:\"action-apihighlimits\";i:4300;s:20:\"action-autoconfirmed\";i:4301;s:16:\"action-bigdelete\";i:4302;s:17:\"action-blockemail\";i:4303;s:10:\"action-bot\";i:4304;s:20:\"action-editprotected\";i:4305;s:24:\"action-editsemiprotected\";i:4306;s:20:\"action-editinterface\";i:4307;s:18:\"action-editusercss\";i:4308;s:19:\"action-edituserjson\";i:4309;s:17:\"action-edituserjs\";i:4310;s:18:\"action-editsitecss\";i:4311;s:19:\"action-editsitejson\";i:4312;s:17:\"action-editsitejs\";i:4313;s:20:\"action-editmyusercss\";i:4314;s:21:\"action-editmyuserjson\";i:4315;s:19:\"action-editmyuserjs\";i:4316;s:27:\"action-editmyuserjsredirect\";i:4317;s:21:\"action-viewsuppressed\";i:4318;s:15:\"action-hideuser\";i:4319;s:21:\"action-ipblock-exempt\";i:4320;s:18:\"action-unblockself\";i:4321;s:18:\"action-noratelimit\";i:4322;s:19:\"action-reupload-own\";i:4323;s:21:\"action-nominornewtalk\";i:4324;s:19:\"action-markbotedits\";i:4325;s:18:\"action-patrolmarks\";i:4326;s:28:\"action-override-export-depth\";i:4327;s:23:\"action-suppressredirect\";i:4328;s:30:\"recentchanges-legend-plusminus\";i:4329;s:36:\"recentchanges-legend-watchlistexpiry\";i:4330;s:48:\"rcfilters-limit-and-date-popup-dialog-aria-label\";i:4331;s:49:\"rcfilters-hideminor-conflicts-typeofchange-global\";i:4332;s:17:\"unpatrolledletter\";i:4333;s:14:\"rc-change-size\";i:4334;s:48:\"recentchanges-page-removed-from-category-bundled\";i:4335;s:23:\"upload-tryagain-nostash\";i:4336;s:26:\"uploadwarning-text-nostash\";i:4337;s:27:\"upload-scripted-pi-callback\";i:4338;s:19:\"upload-scripted-dtd\";i:4339;s:19:\"uploaded-script-svg\";i:4340;s:20:\"uploaded-hostile-svg\";i:4341;s:29:\"uploaded-event-handler-on-svg\";i:4342;s:27:\"uploaded-href-attribute-svg\";i:4343;s:31:\"uploaded-href-unsafe-target-svg\";i:4344;s:20:\"uploaded-animate-svg\";i:4345;s:34:\"uploaded-setting-event-handler-svg\";i:4346;s:25:\"uploaded-setting-href-svg\";i:4347;s:25:\"uploaded-image-filter-svg\";i:4348;s:19:\"filename-thumb-name\";i:4349;s:26:\"upload-foreign-cant-upload\";i:4350;s:31:\"upload-foreign-cant-load-config\";i:4351;s:22:\"upload-dialog-disabled\";i:4352;s:39:\"upload-form-label-infoform-name-tooltip\";i:4353;s:46:\"upload-form-label-infoform-description-tooltip\";i:4354;s:48:\"upload-form-label-own-work-message-generic-local\";i:4355;s:52:\"upload-form-label-not-own-work-message-generic-local\";i:4356;s:52:\"upload-form-label-not-own-work-local-generic-foreign\";i:4357;s:18:\"backend-fail-sizes\";i:4358;s:17:\"backend-fail-stat\";i:4359;s:17:\"backend-fail-hash\";i:4360;s:25:\"lockmanager-fail-conflict\";i:4361;s:20:\"uploadstash-badtoken\";i:4362;s:21:\"uploadstash-exception\";i:4363;s:44:\"uploadstash-bad-path-unrecognized-thumb-name\";i:4364;s:31:\"uploadstash-bad-path-no-handler\";i:4365;s:31:\"uploadstash-bad-path-bad-format\";i:4366;s:26:\"uploadstash-file-not-found\";i:4367;s:35:\"uploadstash-file-not-found-no-thumb\";i:4368;s:40:\"uploadstash-file-not-found-no-local-path\";i:4369;s:42:\"uploadstash-file-not-found-no-remote-thumb\";i:4370;s:47:\"uploadstash-file-not-found-missing-content-type\";i:4371;s:37:\"uploadstash-file-not-found-not-exists\";i:4372;s:26:\"uploadstash-file-too-large\";i:4373;s:25:\"uploadstash-not-logged-in\";i:4374;s:23:\"uploadstash-wrong-owner\";i:4375;s:23:\"uploadstash-no-such-key\";i:4376;s:23:\"uploadstash-zero-length\";i:4377;s:22:\"sharedupload-desc-edit\";i:4378;s:24:\"sharedupload-desc-create\";i:4379;s:35:\"filedelete-edit-reasonlist-suppress\";i:4380;s:27:\"listduplicatedfiles-summary\";i:4381;s:21:\"pageswithprop-reverse\";i:4382;s:25:\"pageswithprop-sortbyvalue\";i:4383;s:38:\"uncategorized-categories-exceptionlist\";i:4384;s:22:\"protectedpages-summary\";i:4385;s:29:\"listusers-temporarygroupsonly\";i:4386;s:37:\"unusedimagestext-categorizedimgisused\";i:4387;s:17:\"apisandbox-jsonly\";i:4388;s:16:\"apisandbox-intro\";i:4389;s:18:\"apisandbox-loading\";i:4390;s:37:\"apisandbox-templated-parameter-reason\";i:4391;s:24:\"apisandbox-results-error\";i:4392;s:35:\"apisandbox-results-login-suppressed\";i:4393;s:36:\"apisandbox-request-format-json-label\";i:4394;s:35:\"apisandbox-request-format-php-label\";i:4395;s:28:\"apisandbox-request-php-label\";i:4396;s:27:\"apisandbox-results-fixtoken\";i:4397;s:32:\"apisandbox-results-fixtoken-fail\";i:4398;s:27:\"magiclink-tracking-rfc-desc\";i:4399;s:28:\"magiclink-tracking-pmid-desc\";i:4400;s:28:\"magiclink-tracking-isbn-desc\";i:4401;s:26:\"logeventslist-more-filters\";i:4402;s:24:\"logeventslist-patrol-log\";i:4403;s:21:\"logeventslist-tag-log\";i:4404;s:26:\"logeventslist-newusers-log\";i:4405;s:13:\"log-edit-tags\";i:4406;s:18:\"activeusers-groups\";i:4407;s:25:\"activeusers-excludegroups\";i:4408;s:29:\"listgrouprights-right-display\";i:4409;s:29:\"listgrouprights-right-revoked\";i:4410;s:26:\"trackingcategories-summary\";i:4411;s:36:\"restricted-displaytitle-ignored-desc\";i:4412;s:21:\"noindex-category-desc\";i:4413;s:19:\"index-category-desc\";i:4414;s:44:\"post-expand-template-inclusion-category-desc\";i:4415;s:43:\"post-expand-template-argument-category-desc\";i:4416;s:38:\"expensive-parserfunction-category-desc\";i:4417;s:25:\"broken-file-category-desc\";i:4418;s:29:\"hidden-category-category-desc\";i:4419;s:21:\"watchlistnotwatchable\";i:4420;s:15:\"updatewatchlist\";i:4421;s:19:\"addedwatchtext-talk\";i:4422;s:30:\"addedwatchexpiry-options-label\";i:4423;s:21:\"addedwatchexpiryhours\";i:4424;s:26:\"addedwatchexpiryhours-talk\";i:4425;s:20:\"addedwatchexpirytext\";i:4426;s:25:\"addedwatchexpirytext-talk\";i:4427;s:26:\"addedwatchindefinitelytext\";i:4428;s:31:\"addedwatchindefinitelytext-talk\";i:4429;s:21:\"removedwatchtext-talk\";i:4430;s:26:\"watchlist-expiry-days-left\";i:4431;s:33:\"watchlist-expiring-days-full-text\";i:4432;s:27:\"watchlist-expiry-hours-left\";i:4433;s:34:\"watchlist-expiring-hours-full-text\";i:4434;s:26:\"delete-talk-summary-prefix\";i:4435;s:25:\"deleted-page-and-talkpage\";i:4436;s:22:\"logentry-create-create\";i:4437;s:31:\"delete-edit-reasonlist-suppress\";i:4438;s:23:\"delete-toomanyrevisions\";i:4439;s:35:\"delete-error-associated-alreadytalk\";i:4440;s:36:\"delete-error-associated-doesnotexist\";i:4441;s:26:\"deleting-backlinks-warning\";i:4442;s:25:\"deleting-subpages-warning\";i:4443;s:25:\"rollback-confirmation-yes\";i:4444;s:21:\"rollback-missingparam\";i:4445;s:24:\"rollback-missingrevision\";i:4446;s:15:\"revertpage-anon\";i:4447;s:25:\"changecontentmodel-legend\";i:4448;s:32:\"changecontentmodel-current-label\";i:4449;s:32:\"changecontentmodel-success-title\";i:4450;s:31:\"changecontentmodel-success-text\";i:4451;s:33:\"changecontentmodel-cannot-convert\";i:4452;s:34:\"changecontentmodel-nodirectediting\";i:4453;s:35:\"changecontentmodel-emptymodels-text\";i:4454;s:21:\"log-name-contentmodel\";i:4455;s:28:\"log-description-contentmodel\";i:4456;s:25:\"logentry-contentmodel-new\";i:4457;s:28:\"logentry-contentmodel-change\";i:4458;s:20:\"protect-summary-desc\";i:4459;s:32:\"undeleterevision-duplicate-revid\";i:4460;s:21:\"undelete-undeletetalk\";i:4461;s:20:\"undelete-search-full\";i:4462;s:28:\"undelete-talk-summary-prefix\";i:4463;s:37:\"undelete-error-associated-alreadytalk\";i:4464;s:36:\"undelete-error-associated-notdeleted\";i:4465;s:21:\"undelete-back-to-list\";i:4466;s:28:\"tooltip-whatlinkshere-invert\";i:4467;s:22:\"contributions-subtitle\";i:4468;s:32:\"negative-namespace-not-supported\";i:4469;s:39:\"sp-contributions-blocked-notice-partial\";i:4470;s:44:\"sp-contributions-blocked-notice-anon-partial\";i:4471;s:27:\"sp-contributions-outofrange\";i:4472;s:33:\"sp-contributions-concurrency-user\";i:4473;s:31:\"sp-contributions-concurrency-ip\";i:4474;s:19:\"whatlinkshere-count\";i:4475;s:26:\"whatlinkshere-sectionredir\";i:4476;s:12:\"ipb-sitewide\";i:4477;s:17:\"ipb-sitewide-help\";i:4478;s:16:\"ipb-partial-help\";i:4479;s:17:\"ipb-action-create\";i:4480;s:15:\"ipb-action-move\";i:4481;s:17:\"ipb-action-upload\";i:4482;s:20:\"ipb-namespaces-label\";i:4483;s:15:\"ipb-empty-block\";i:4484;s:19:\"ipb-block-not-found\";i:4485;s:19:\"ipb-confirmhideuser\";i:4486;s:17:\"ipb-confirmaction\";i:4487;s:13:\"autoblocklist\";i:4488;s:20:\"autoblocklist-legend\";i:4489;s:25:\"autoblocklist-localblocks\";i:4490;s:30:\"autoblocklist-total-autoblocks\";i:4491;s:19:\"autoblocklist-empty\";i:4492;s:25:\"autoblocklist-otherblocks\";i:4493;s:20:\"blocklist-autoblocks\";i:4494;s:21:\"blocklist-indefblocks\";i:4495;s:22:\"blocklist-type-opt-all\";i:4496;s:27:\"blocklist-type-opt-sitewide\";i:4497;s:17:\"blocklist-editing\";i:4498;s:26:\"blocklist-editing-sitewide\";i:4499;s:20:\"blocklist-editing-ns\";i:4500;s:14:\"empty-username\";i:4501;s:26:\"ipb-prevent-user-talk-edit\";i:4502;s:14:\"ipb_expiry_old\";i:4503;s:16:\"ipb_hide_partial\";i:4504;s:17:\"ip_range_exceeded\";i:4505;s:15:\"ip_range_toolow\";i:4506;s:21:\"softblockrangesreason\";i:4507;s:14:\"xffblockreason\";i:4508;s:27:\"cant-block-nonexistent-page\";i:4509;s:14:\"databaselocked\";i:4510;s:30:\"movepagetext-noredirectsupport\";i:4511;s:24:\"movecategorypage-warning\";i:4512;s:10:\"cannotmove\";i:4513;s:21:\"movepage-delete-first\";i:4514;s:14:\"redirectexists\";i:4515;s:28:\"movepage-source-doesnt-exist\";i:4516;s:19:\"movesubpagetalktext\";i:4517;s:29:\"delete_redirect_and_move_text\";i:4518;s:28:\"immobile-source-namespace-iw\";i:4519;s:29:\"movepage-invalid-target-title\";i:4520;s:16:\"bad-target-model\";i:4521;s:25:\"thumbnail_toobigimagearea\";i:4522;s:25:\"thumbnail_image-size-zero\";i:4523;s:29:\"thumbnail_image-failure-limit\";i:4524;s:22:\"import-mapping-subpage\";i:4525;s:29:\"import-upload-username-prefix\";i:4526;s:25:\"import-assign-known-users\";i:4527;s:14:\"importnoprefix\";i:4528;s:22:\"import-error-interwiki\";i:4529;s:20:\"import-error-special\";i:4530;s:24:\"import-error-unserialize\";i:4531;s:25:\"import-error-bad-location\";i:4532;s:22:\"tooltip-pt-tmpuserpage\";i:4533;s:23:\"tooltip-pt-anoncontribs\";i:4534;s:24:\"tooltip-pt-login-private\";i:4535;s:27:\"tooltip-ca-unwatch-expiring\";i:4536;s:33:\"tooltip-ca-unwatch-expiring-hours\";i:4537;s:18:\"tooltip-p-personal\";i:4538;s:24:\"tooltip-watchlist-expiry\";i:4539;s:24:\"interlanguage-link-title\";i:4540;s:12:\"noscript.css\";i:4541;s:23:\"group-autoconfirmed.css\";i:4542;s:14:\"group-user.css\";i:4543;s:13:\"group-bot.css\";i:4544;s:15:\"group-sysop.css\";i:4545;s:20:\"group-bureaucrat.css\";i:4546;s:22:\"group-autoconfirmed.js\";i:4547;s:13:\"group-user.js\";i:4548;s:12:\"group-bot.js\";i:4549;s:14:\"group-sysop.js\";i:4550;s:19:\"group-bureaucrat.js\";i:4551;s:18:\"pageinfo-namespace\";i:4552;s:26:\"pageinfo-visiting-watchers\";i:4553;s:30:\"pageinfo-few-visiting-watchers\";i:4554;s:24:\"pageinfo-redirects-value\";i:4555;s:18:\"pageinfo-file-hash\";i:4556;s:24:\"markaspatrolledtext-file\";i:4557;s:25:\"confirm-markpatrolled-top\";i:4558;s:23:\"file-no-thumb-animation\";i:4559;s:27:\"file-no-thumb-animation-gif\";i:4560;s:19:\"newimages-mediatype\";i:4561;s:10:\"video-dims\";i:4562;s:14:\"seconds-abbrev\";i:4563;s:14:\"minutes-abbrev\";i:4564;s:12:\"hours-abbrev\";i:4565;s:11:\"days-abbrev\";i:4566;s:17:\"variantname-zh-cn\";i:4567;s:17:\"variantname-zh-tw\";i:4568;s:17:\"variantname-zh-hk\";i:4569;s:17:\"variantname-zh-mo\";i:4570;s:17:\"variantname-zh-sg\";i:4571;s:17:\"variantname-zh-my\";i:4572;s:17:\"variantname-sr-ec\";i:4573;s:14:\"variantname-uz\";i:4574;s:19:\"variantname-uz-latn\";i:4575;s:19:\"variantname-uz-cyrl\";i:4576;s:17:\"metadata-langitem\";i:4577;s:30:\"notificationemail_body_changed\";i:4578;s:30:\"notificationemail_body_removed\";i:4579;s:19:\"confirm-watch-label\";i:4580;s:31:\"watchlist-expires-in-aria-label\";i:4581;s:27:\"confirm-watch-button-expiry\";i:4582;s:20:\"confirm-rollback-top\";i:4583;s:23:\"confirm-rollback-bottom\";i:4584;s:24:\"confirm-mcrrestore-title\";i:4585;s:21:\"confirm-mcrundo-title\";i:4586;s:13:\"mcrundofailed\";i:4587;s:20:\"mcrundo-missingparam\";i:4588;s:15:\"mcrundo-changed\";i:4589;s:20:\"mcrundo-parse-failed\";i:4590;s:7:\"percent\";i:4591;s:32:\"autosumm-changed-redirect-target\";i:4592;s:28:\"watchlistedit-clear-jobqueue\";i:4593;s:14:\"signature-temp\";i:4594;s:23:\"restricted-displaytitle\";i:4595;s:22:\"invalid-indicator-name\";i:4596;s:25:\"invalid-langconvert-attrs\";i:4597;s:23:\"version-credits-summary\";i:4598;s:20:\"version-license-info\";i:4599;s:28:\"disabledspecialpage-disabled\";i:4600;s:10:\"tag-hidden\";i:4601;s:25:\"tag-mw-contentmodelchange\";i:4602;s:37:\"tag-mw-contentmodelchange-description\";i:4603;s:31:\"tag-mw-new-redirect-description\";i:4604;s:35:\"tag-mw-removed-redirect-description\";i:4605;s:30:\"tag-mw-changed-redirect-target\";i:4606;s:42:\"tag-mw-changed-redirect-target-description\";i:4607;s:12:\"tag-mw-blank\";i:4608;s:24:\"tag-mw-blank-description\";i:4609;s:14:\"tag-mw-replace\";i:4610;s:26:\"tag-mw-replace-description\";i:4611;s:15:\"tag-mw-rollback\";i:4612;s:27:\"tag-mw-rollback-description\";i:4613;s:11:\"tag-mw-undo\";i:4614;s:23:\"tag-mw-undo-description\";i:4615;s:20:\"tag-mw-manual-revert\";i:4616;s:32:\"tag-mw-manual-revert-description\";i:4617;s:15:\"tag-mw-reverted\";i:4618;s:27:\"tag-mw-reverted-description\";i:4619;s:25:\"tag-mw-server-side-upload\";i:4620;s:37:\"tag-mw-server-side-upload-description\";i:4621;s:19:\"tags-manage-blocked\";i:4622;s:23:\"tags-create-explanation\";i:4623;s:19:\"tags-create-no-name\";i:4624;s:25:\"tags-create-invalid-chars\";i:4625;s:31:\"tags-create-invalid-title-chars\";i:4626;s:26:\"tags-create-already-exists\";i:4627;s:26:\"tags-create-warnings-above\";i:4628;s:26:\"tags-create-warnings-below\";i:4629;s:31:\"tags-delete-explanation-initial\";i:4630;s:30:\"tags-delete-explanation-in-use\";i:4631;s:31:\"tags-delete-explanation-warning\";i:4632;s:30:\"tags-delete-explanation-active\";i:4633;s:18:\"tags-delete-submit\";i:4634;s:23:\"tags-delete-not-allowed\";i:4635;s:21:\"tags-delete-not-found\";i:4636;s:25:\"tags-delete-too-many-uses\";i:4637;s:33:\"tags-delete-warnings-after-delete\";i:4638;s:25:\"tags-delete-no-permission\";i:4639;s:22:\"tags-activate-question\";i:4640;s:25:\"tags-activate-not-allowed\";i:4641;s:23:\"tags-activate-not-found\";i:4642;s:24:\"tags-deactivate-question\";i:4643;s:27:\"tags-deactivate-not-allowed\";i:4644;s:24:\"tags-apply-no-permission\";i:4645;s:18:\"tags-apply-blocked\";i:4646;s:26:\"tags-apply-not-allowed-one\";i:4647;s:28:\"tags-apply-not-allowed-multi\";i:4648;s:25:\"tags-update-no-permission\";i:4649;s:19:\"tags-update-blocked\";i:4650;s:31:\"tags-update-add-not-allowed-one\";i:4651;s:33:\"tags-update-add-not-allowed-multi\";i:4652;s:34:\"tags-update-remove-not-allowed-one\";i:4653;s:36:\"tags-update-remove-not-allowed-multi\";i:4654;s:27:\"tags-edit-revision-selected\";i:4655;s:27:\"tags-edit-logentry-selected\";i:4656;s:25:\"tags-edit-revision-legend\";i:4657;s:25:\"tags-edit-logentry-legend\";i:4658;s:27:\"tags-edit-chosen-no-results\";i:4659;s:25:\"tags-edit-revision-submit\";i:4660;s:25:\"tags-edit-logentry-submit\";i:4661;s:17:\"tags-edit-success\";i:4662;s:17:\"tags-edit-failure\";i:4663;s:23:\"tags-edit-nooldid-title\";i:4664;s:22:\"tags-edit-nooldid-text\";i:4665;s:23:\"tags-edit-none-selected\";i:4666;s:15:\"diff-form-oldid\";i:4667;s:15:\"diff-form-revid\";i:4668;s:21:\"diff-form-other-revid\";i:4669;s:21:\"diff-form-error-revid\";i:4670;s:13:\"permanentlink\";i:4671;s:19:\"permanentlink-revid\";i:4672;s:20:\"permanentlink-submit\";i:4673;s:15:\"newsection-page\";i:4674;s:22:\"specialdeletepage-page\";i:4675;s:24:\"specialdeletepage-submit\";i:4676;s:23:\"specialprotectpage-page\";i:4677;s:20:\"htmlform-date-toolow\";i:4678;s:21:\"htmlform-date-toohigh\";i:4679;s:20:\"htmlform-time-toolow\";i:4680;s:21:\"htmlform-time-toohigh\";i:4681;s:24:\"htmlform-datetime-toolow\";i:4682;s:25:\"htmlform-datetime-toohigh\";i:4683;s:27:\"htmlform-title-badnamespace\";i:4684;s:29:\"logentry-delete-delete_redir2\";i:4685;s:31:\"logentry-delete-restore-nocount\";i:4686;s:23:\"restore-count-revisions\";i:4687;s:19:\"restore-count-files\";i:4688;s:32:\"logentry-partialblock-block-page\";i:4689;s:30:\"logentry-partialblock-block-ns\";i:4690;s:34:\"logentry-partialblock-block-action\";i:4691;s:27:\"logentry-partialblock-block\";i:4692;s:29:\"logentry-partialblock-reblock\";i:4693;s:30:\"logentry-import-upload-details\";i:4694;s:33:\"logentry-import-interwiki-details\";i:4695;s:26:\"logentry-protect-move_prot\";i:4696;s:26:\"logentry-protect-unprotect\";i:4697;s:24:\"logentry-protect-protect\";i:4698;s:32:\"logentry-protect-protect-cascade\";i:4699;s:23:\"logentry-protect-modify\";i:4700;s:31:\"logentry-protect-modify-cascade\";i:4701;s:26:\"log-description-managetags\";i:4702;s:19:\"log-description-tag\";i:4703;s:32:\"logentry-tag-update-add-revision\";i:4704;s:30:\"rightslogentry-temporary-group\";i:4705;s:18:\"feedback-bugornote\";i:4706;s:15:\"feedback-error4\";i:4707;s:14:\"feedback-terms\";i:4708;s:19:\"feedback-termsofuse\";i:4709;s:27:\"search-match-redirect-label\";i:4710;s:26:\"search-match-redirect-help\";i:4711;s:17:\"searchlimit-label\";i:4712;s:30:\"api-clientside-error-noconnect\";i:4713;s:25:\"api-clientside-error-http\";i:4714;s:28:\"api-clientside-error-aborted\";i:4715;s:25:\"limitreport-unstrip-depth\";i:4716;s:24:\"limitreport-unstrip-size\";i:4717;s:30:\"limitreport-unstrip-size-value\";i:4718;s:34:\"expand_templates_preview_fail_html\";i:4719;s:39:\"expand_templates_preview_fail_html_anon\";i:4720;s:30:\"expand_templates_input_missing\";i:4721;s:27:\"pagelang-unchanged-language\";i:4722;s:35:\"pagelang-unchanged-language-default\";i:4723;s:18:\"pagelang-db-failed\";i:4724;s:22:\"default-skin-not-found\";i:4725;s:31:\"default-skin-not-found-no-skins\";i:4726;s:23:\"mediastatistics-summary\";i:4727;s:28:\"mediastatistics-bytespertype\";i:4728;s:24:\"mediastatistics-allbytes\";i:4729;s:24:\"json-warn-trailing-comma\";i:4730;s:16:\"json-error-depth\";i:4731;s:20:\"json-error-ctrl-char\";i:4732;s:15:\"json-error-utf8\";i:4733;s:32:\"json-error-invalid-property-name\";i:4734;s:16:\"json-error-utf16\";i:4735;s:43:\"special-characters-group-canadianaboriginal\";i:4736;s:35:\"mw-widgets-copytextlayout-copy-fail\";i:4737;s:38:\"mw-widgets-copytextlayout-copy-success\";i:4738;s:36:\"mw-widgets-dateinput-placeholder-day\";i:4739;s:38:\"mw-widgets-dateinput-placeholder-month\";i:4740;s:37:\"mw-widgets-mediasearch-recent-uploads\";i:4741;s:41:\"mw-widgets-mediasearch-results-aria-label\";i:4742;s:42:\"mw-widgets-titleinput-description-new-page\";i:4743;s:42:\"mw-widgets-titleinput-description-redirect\";i:4744;s:18:\"sessionmanager-tie\";i:4745;s:30:\"log-action-filter-contentmodel\";i:4746;s:37:\"log-action-filter-contentmodel-change\";i:4747;s:34:\"log-action-filter-contentmodel-new\";i:4748;s:37:\"log-action-filter-delete-delete_redir\";i:4749;s:38:\"log-action-filter-delete-delete_redir2\";i:4750;s:30:\"log-action-filter-delete-event\";i:4751;s:33:\"log-action-filter-delete-revision\";i:4752;s:31:\"log-action-filter-import-upload\";i:4753;s:27:\"log-action-filter-move-move\";i:4754;s:33:\"log-action-filter-move-move_redir\";i:4755;s:32:\"log-action-filter-suppress-block\";i:4756;s:34:\"log-action-filter-suppress-reblock\";i:4757;s:31:\"log-action-filter-upload-revert\";i:4758;s:33:\"authmanager-authn-not-in-progress\";i:4759;s:28:\"authmanager-authn-no-primary\";i:4760;s:31:\"authmanager-authn-no-local-user\";i:4761;s:36:\"authmanager-authn-no-local-user-link\";i:4762;s:32:\"authmanager-change-not-supported\";i:4763;s:29:\"authmanager-create-from-login\";i:4764;s:34:\"authmanager-create-not-in-progress\";i:4765;s:29:\"authmanager-create-no-primary\";i:4766;s:27:\"authmanager-link-no-primary\";i:4767;s:32:\"authmanager-link-not-in-progress\";i:4768;s:32:\"authmanager-autocreate-exception\";i:4769;s:28:\"authmanager-userdoesnotexist\";i:4770;s:45:\"authmanager-userlogin-remembermypassword-help\";i:4771;s:25:\"authmanager-username-help\";i:4772;s:36:\"authmanager-provider-password-domain\";i:4773;s:32:\"authprovider-confirmlink-ok-help\";i:4774;s:32:\"authprovider-resetpass-skip-help\";i:4775;s:24:\"authform-nosession-login\";i:4776;s:25:\"authform-nosession-signup\";i:4777;s:37:\"specialpage-securitylevel-not-allowed\";i:4778;s:21:\"authpage-cannot-login\";i:4779;s:30:\"authpage-cannot-login-continue\";i:4780;s:22:\"authpage-cannot-create\";i:4781;s:31:\"authpage-cannot-create-continue\";i:4782;s:20:\"authpage-cannot-link\";i:4783;s:29:\"authpage-cannot-link-continue\";i:4784;s:28:\"cannotauth-not-allowed-title\";i:4785;s:22:\"cannotauth-not-allowed\";i:4786;s:24:\"changecredentials-submit\";i:4787;s:32:\"changecredentials-invalidsubpage\";i:4788;s:25:\"changecredentials-success\";i:4789;s:32:\"removecredentials-invalidsubpage\";i:4790;s:25:\"removecredentials-success\";i:4791;s:30:\"cannotunlink-no-provider-title\";i:4792;s:24:\"cannotunlink-no-provider\";i:4793;s:14:\"unlinkaccounts\";i:4794;s:22:\"unlinkaccounts-success\";i:4795;s:32:\"authenticationdatachange-ignored\";i:4796;s:14:\"userjsispublic\";i:4797;s:15:\"usercssispublic\";i:4798;s:15:\"userjsdangerous\";i:4799;s:23:\"restrictionsfield-label\";i:4800;s:22:\"restrictionsfield-help\";i:4801;s:19:\"specialmute-success\";i:4802;s:28:\"specialmute-label-mute-email\";i:4803;s:18:\"specialmute-header\";i:4804;s:30:\"specialmute-error-invalid-user\";i:4805;s:28:\"specialmute-error-no-options\";i:4806;s:24:\"specialmute-email-footer\";i:4807;s:26:\"specialmute-login-required\";i:4808;s:16:\"mute-preferences\";i:4809;s:18:\"rawhtml-notallowed\";i:4810;s:13:\"gotointerwiki\";i:4811;s:21:\"gotointerwiki-invalid\";i:4812;s:22:\"gotointerwiki-external\";i:4813;s:17:\"undelete-cantedit\";i:4814;s:19:\"undelete-cantcreate\";i:4815;s:13:\"pagedata-text\";i:4816;s:23:\"pagedata-not-acceptable\";i:4817;s:18:\"pagedata-bad-title\";i:4818;s:24:\"unregistered-user-config\";i:4819;s:16:\"passwordpolicies\";i:4820;s:24:\"passwordpolicies-summary\";i:4821;s:45:\"passwordpolicies-policy-minimalpasswordlength\";i:4822;s:52:\"passwordpolicies-policy-minimumpasswordlengthtologin\";i:4823;s:59:\"passwordpolicies-policy-passwordcannotbesubstringinusername\";i:4824;s:51:\"passwordpolicies-policy-passwordcannotmatchdefaults\";i:4825;s:45:\"passwordpolicies-policy-maximalpasswordlength\";i:4826;s:47:\"passwordpolicies-policy-passwordnotincommonlist\";i:4827;s:39:\"passwordpolicies-policyflag-forcechange\";i:4828;s:48:\"passwordpolicies-policyflag-suggestchangeonlogin\";i:4829;s:27:\"mycustomjsredirectprotected\";i:4830;s:22:\"deflate-invaliddeflate\";i:4831;s:14:\"unprotected-js\";i:4832;s:19:\"userlogout-continue\";i:4833;s:15:\"userlogout-temp\";i:4834;s:22:\"paramvalidator-baduser\";i:4835;s:29:\"paramvalidator-help-type-user\";i:4836;s:42:\"paramvalidator-help-type-user-subtype-cidr\";i:4837;s:47:\"paramvalidator-help-type-user-subtype-interwiki\";i:4838;s:40:\"paramvalidator-help-type-user-subtype-id\";i:4839;s:23:\"paramvalidator-badtitle\";i:4840;s:27:\"paramvalidator-missingtitle\";i:4841;s:30:\"paramvalidator-help-type-title\";i:4842;s:41:\"paramvalidator-help-type-title-must-exist\";i:4843;s:44:\"paramvalidator-help-type-title-no-must-exist\";i:4844;s:43:\"nonmain-slot-differences-therefore-readonly\";i:4845;s:18:\"config-missing-key\";i:4846;s:18:\"config-invalid-key\";i:4847;s:21:\"changeslist-nocomment\";i:4848;s:30:\"parsoid-stash-rate-limit-error\";i:4849;s:22:\"newpages-showhide-bots\";i:4850;s:27:\"newpages-showhide-patrolled\";i:4851;s:26:\"newpages-showhide-redirect\";i:4852;s:28:\"newpages-showhide-registered\";i:4853;s:19:\"exif-fnumber-format\";i:4854;s:23:\"exif-focallength-format\";i:4855;s:18:\"exif-compression-6\";i:4856;s:32:\"exif-photometricinterpretation-0\";i:4857;s:32:\"exif-photometricinterpretation-3\";i:4858;s:32:\"exif-photometricinterpretation-4\";i:4859;s:32:\"exif-photometricinterpretation-5\";i:4860;s:32:\"exif-photometricinterpretation-9\";i:4861;s:33:\"exif-photometricinterpretation-10\";i:4862;s:36:\"exif-photometricinterpretation-32803\";i:4863;s:36:\"exif-photometricinterpretation-34892\";i:4864;s:19:\"exif-xyresolution-i\";i:4865;s:19:\"exif-xyresolution-c\";i:4866;s:21:\"exif-customrendered-2\";i:4867;s:21:\"exif-customrendered-3\";i:4868;s:21:\"exif-customrendered-4\";i:4869;s:21:\"exif-customrendered-6\";i:4870;s:21:\"exif-customrendered-7\";i:4871;s:21:\"exif-customrendered-8\";i:4872;s:19:\"exif-firstphotodate\";i:4873;s:18:\"exif-lastphotodate\";i:4874;s:19:\"exif-projectiontype\";i:4875;s:35:\"exif-projectiontype-equirectangular\";i:4876;s:22:\"exif-usepanoramaviewer\";i:4877;s:27:\"exif-usepanoramaviewer-true\";i:4878;s:28:\"exif-usepanoramaviewer-false\";i:4879;s:21:\"exif-exposurelockused\";i:4880;s:26:\"exif-exposurelockused-true\";i:4881;s:27:\"exif-exposurelockused-false\";i:4882;s:23:\"exif-poseheadingdegrees\";i:4883;s:21:\"exif-posepitchdegrees\";i:4884;s:20:\"exif-poserolldegrees\";i:4885;s:30:\"exif-initialviewheadingdegrees\";i:4886;s:28:\"exif-initialviewpitchdegrees\";i:4887;s:27:\"exif-initialviewrolldegrees\";i:4888;s:32:\"exif-initialhorizontalfovdegrees\";i:4889;s:30:\"exif-initialverticalfovdegrees\";i:4890;s:22:\"exif-sourcephotoscount\";i:4891;s:32:\"exif-croppedareaimagewidthpixels\";i:4892;s:33:\"exif-croppedareaimageheightpixels\";i:4893;s:24:\"exif-fullpanowidthpixels\";i:4894;s:25:\"exif-fullpanoheightpixels\";i:4895;s:26:\"exif-croppedarealeftpixels\";i:4896;s:25:\"exif-croppedareatoppixels\";i:4897;s:23:\"exif-initialcameradolly\";i:4898;s:22:\"exif-stitchingsoftware\";i:4899;s:40:\"apihelp-compare-paramvalue-prop-diffsize\";i:4900;s:29:\"apihelp-edit-param-createonly\";i:4901;s:31:\"apihelp-edit-param-contentmodel\";i:4902;s:36:\"apihelp-feedrecentchanges-param-from\";i:4903;s:40:\"apihelp-feedrecentchanges-param-hidebots\";i:4904;s:41:\"apihelp-feedrecentchanges-param-hideanons\";i:4905;s:39:\"apihelp-feedrecentchanges-param-hideliu\";i:4906;s:38:\"apihelp-feedrecentchanges-param-target\";i:4907;s:20:\"apihelp-help-summary\";i:4908;s:34:\"apihelp-imagerotate-param-rotation\";i:4909;s:29:\"apihelp-import-param-rootpage\";i:4910;s:32:\"apihelp-opensearch-param-suggest\";i:4911;s:29:\"apihelp-protect-param-cascade\";i:4912;s:42:\"apihelp-query+blocks-paramvalue-prop-flags\";i:4913;s:45:\"apihelp-query+pageswithprop-example-generator\";i:4914;s:45:\"apihelp-query+watchlist-paramvalue-prop-title\";i:4915;s:44:\"apihelp-query+watchlist-paramvalue-prop-user\";i:4916;s:46:\"apihelp-query+watchlist-paramvalue-prop-userid\";i:4917;s:47:\"apihelp-query+watchlist-paramvalue-prop-comment\";i:4918;s:49:\"apihelp-query+watchlist-paramvalue-prop-timestamp\";i:4919;s:46:\"apihelp-query+watchlist-paramvalue-prop-patrol\";i:4920;s:47:\"apihelp-query+watchlist-paramvalue-prop-loginfo\";i:4921;s:20:\"rest-prefix-mismatch\";i:4922;s:22:\"rest-nonexistent-title\";i:4923;s:31:\"rest-nonexistent-title-revision\";i:4924;s:25:\"rest-nonexistent-revision\";i:4925;s:21:\"rest-nonexistent-user\";i:4926;s:17:\"rest-invalid-user\";i:4927;s:27:\"rest-permission-denied-anon\";i:4928;s:28:\"rest-permission-denied-title\";i:4929;s:31:\"rest-permission-denied-revision\";i:4930;s:28:\"rest-resource-limit-exceeded\";i:4931;s:34:\"rest-pagehistory-param-range-error\";i:4932;s:32:\"rest-pagehistory-timestamp-error\";i:4933;s:39:\"rest-pagehistorycount-type-unrecognized\";i:4934;s:40:\"rest-pagehistorycount-parameters-invalid\";i:4935;s:25:\"rest-compare-inaccessible\";i:4936;s:40:\"rest-pagehistorycount-too-many-revisions\";i:4937;s:17:\"rest-search-error\";i:4938;s:27:\"rest-page-source-type-error\";i:4939;s:16:\"rest-no-revision\";i:4940;s:25:\"rest-media-too-many-links\";i:4941;s:23:\"rest-html-backend-error\";i:4942;s:18:\"rest-bad-json-body\";i:4943;s:26:\"rest-json-body-parse-error\";i:4944;s:23:\"rest-missing-body-field\";i:4945;s:22:\"rest-bad-content-model\";i:4946;s:30:\"rest-update-cannot-create-page\";i:4947;s:21:\"rest-cannot-load-file\";i:4948;s:16:\"ooui-item-remove\";i:4949;s:38:\"ooui-selectfile-button-select-multiple\";i:4950;s:45:\"ooui-selectfile-dragdrop-placeholder-multiple\";i:4951;s:41:\"ooui-popup-widget-close-button-aria-label\";i:4952;s:32:\"paramvalidator-badupload-partial\";i:4953;s:26:\"paramvalidator-emptystring\";i:4954;s:27:\"paramvalidator-missingparam\";i:4955;s:31:\"paramvalidator-param-deprecated\";i:4956;s:27:\"paramvalidator-help-default\";i:4957;s:33:\"paramvalidator-help-default-empty\";i:4958;s:30:\"paramvalidator-help-deprecated\";i:4959;s:36:\"paramvalidator-help-multi-max-simple\";i:4960;s:29:\"paramvalidator-help-multi-all\";i:4961;s:28:\"paramvalidator-help-required\";i:4962;s:32:\"paramvalidator-help-type-boolean\";i:4963;s:42:\"paramvalidator-help-type-enum-can-be-empty\";i:4964;s:32:\"paramvalidator-help-type-integer\";i:4965;s:30:\"paramvalidator-help-type-limit\";i:4966;s:35:\"paramvalidator-help-type-number-max\";i:4967;s:40:\"paramvalidator-help-type-presenceboolean\";i:4968;s:40:\"paramvalidator-help-type-string-maxbytes\";i:4969;s:40:\"paramvalidator-help-type-string-maxchars\";i:4970;s:34:\"paramvalidator-help-type-timestamp\";i:4971;s:20:\"skinname-vector-2022\";i:4972;s:26:\"vector-specialversion-name\";i:4973;s:16:\"vector-skin-desc\";i:4974;s:34:\"prefs-vector-enable-vector-1-label\";i:4975;s:33:\"prefs-vector-enable-vector-1-help\";i:4976;s:22:\"vector-opt-out-tooltip\";i:4977;s:28:\"vector-action-toggle-sidebar\";i:4978;s:33:\"vector-language-button-aria-label\";i:4979;s:36:\"vector-no-language-button-aria-label\";i:4980;s:31:\"vector-language-redirect-to-top\";i:4981;s:38:\"vector-language-variant-switcher-label\";i:4982;s:20:\"vector-search-loader\";i:4983;s:17:\"vector-intro-page\";i:4984;s:18:\"vector-toc-heading\";i:4985;s:30:\"vector-toc-toggle-button-label\";i:4986;s:27:\"vector-anon-user-menu-pages\";i:4987;s:33:\"vector-anon-user-menu-pages-learn\";i:4988;s:33:\"vector-anon-user-menu-pages-label\";i:4989;s:23:\"vector-toc-menu-tooltip\";i:4990;s:35:\"vector-toc-collapsible-button-label\";i:4991;s:30:\"vector-article-tools-nav-label\";i:4992;s:21:\"vector-site-nav-label\";i:4993;s:26:\"vector-2022-prefs-talkpage\";i:4994;s:35:\"tooltip-vector-anon-user-menu-title\";i:4995;s:31:\"syntaxhighlight-source-category\";i:4996;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code\";i:4997;s:65:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines\";i:4998;s:25:\"mobile-frontend-app-title\";i:4999;s:34:\"mobile-frontend-categories-heading\";i:5000;s:37:\"mobile-frontend-categories-subheading\";i:5001;s:32:\"mobile-frontend-categories-nocat\";i:5002;s:30:\"mobile-frontend-changeslist-ip\";i:5003;s:37:\"mobile-frontend-commons-category-view\";i:5004;s:36:\"mobile-frontend-contribution-summary\";i:5005;s:32:\"mobile-frontend-cookies-required\";i:5006;s:33:\"mobile-frontend-diffview-404-desc\";i:5007;s:34:\"mobile-frontend-diffview-explained\";i:5008;s:30:\"mobile-frontend-disable-images\";i:5009;s:36:\"mobile-frontend-donate-image-heading\";i:5010;s:41:\"mobile-frontend-donate-image-login-action\";i:5011;s:38:\"mobile-frontend-donate-image-nouploads\";i:5012;s:42:\"mobile-frontend-donate-image-signup-action\";i:5013;s:49:\"mobile-frontend-donate-photo-first-upload-success\";i:5014;s:43:\"mobile-frontend-donate-photo-upload-success\";i:5015;s:29:\"mobile-frontend-drawer-cancel\";i:5016;s:33:\"mobile-frontend-edit-login-action\";i:5017;s:34:\"mobile-frontend-edit-signup-action\";i:5018;s:43:\"mobile-frontend-editor-abusefilter-disallow\";i:5019;s:44:\"mobile-frontend-editor-abusefilter-read-more\";i:5020;s:42:\"mobile-frontend-editor-abusefilter-warning\";i:5021;s:27:\"mobile-frontend-editor-anon\";i:5022;s:29:\"mobile-frontend-editor-cancel\";i:5023;s:37:\"mobile-frontend-editor-cancel-confirm\";i:5024;s:40:\"mobile-frontend-editor-captcha-try-again\";i:5025;s:31:\"mobile-frontend-editor-continue\";i:5026;s:26:\"mobile-frontend-editor-cta\";i:5027;s:31:\"mobile-frontend-editor-disabled\";i:5028;s:35:\"mobile-frontend-editor-editing-page\";i:5029;s:28:\"mobile-frontend-editor-error\";i:5030;s:37:\"mobile-frontend-editor-error-conflict\";i:5031;s:36:\"mobile-frontend-editor-error-loading\";i:5032;s:35:\"mobile-frontend-editor-keep-editing\";i:5033;s:37:\"mobile-frontend-editor-newpage-prompt\";i:5034;s:34:\"mobile-frontend-editor-placeholder\";i:5035;s:38:\"mobile-frontend-editor-previewing-page\";i:5036;s:37:\"mobile-frontend-editor-redirect-title\";i:5037;s:27:\"mobile-frontend-editor-save\";i:5038;s:30:\"mobile-frontend-editor-success\";i:5039;s:41:\"mobile-frontend-editor-success-landmark-1\";i:5040;s:39:\"mobile-frontend-editor-success-new-page\";i:5041;s:42:\"mobile-frontend-editor-summary-placeholder\";i:5042;s:36:\"mobile-frontend-editor-switch-editor\";i:5043;s:43:\"mobile-frontend-editor-switch-visual-editor\";i:5044;s:38:\"mobile-frontend-editor-tutorial-cancel\";i:5045;s:39:\"mobile-frontend-editor-tutorial-confirm\";i:5046;s:39:\"mobile-frontend-editor-tutorial-summary\";i:5047;s:34:\"mobile-frontend-editor-unavailable\";i:5048;s:42:\"mobile-frontend-editor-viewing-source-page\";i:5049;s:27:\"mobile-frontend-editor-wait\";i:5050;s:36:\"mobile-frontend-editor-redlink-leave\";i:5051;s:27:\"mobile-frontend-editor-bold\";i:5052;s:29:\"mobile-frontend-editor-italic\";i:5053;s:32:\"mobile-frontend-editor-bold-text\";i:5054;s:34:\"mobile-frontend-editor-italic-text\";i:5055;s:32:\"mobile-frontend-editor-reference\";i:5056;s:39:\"mobile-frontend-editor-insert-reference\";i:5057;s:44:\"mobile-frontend-editor-reference-placeholder\";i:5058;s:36:\"mobile-frontend-editor-add-reference\";i:5059;s:29:\"mobile-frontend-enable-images\";i:5060;s:43:\"mobile-frontend-expand-sections-description\";i:5061;s:38:\"mobile-frontend-expand-sections-status\";i:5062;s:46:\"mobile-frontend-first-upload-wizard-new-page-1\";i:5063;s:53:\"mobile-frontend-first-upload-wizard-new-page-1-header\";i:5064;s:46:\"mobile-frontend-first-upload-wizard-new-page-2\";i:5065;s:53:\"mobile-frontend-first-upload-wizard-new-page-2-header\";i:5066;s:53:\"mobile-frontend-first-upload-wizard-new-page-3-header\";i:5067;s:49:\"mobile-frontend-first-upload-wizard-new-page-3-ok\";i:5068;s:32:\"mobile-frontend-generic-404-desc\";i:5069;s:33:\"mobile-frontend-generic-404-title\";i:5070;s:33:\"mobile-frontend-generic-login-new\";i:5071;s:37:\"mobile-frontend-generic-signup-action\";i:5072;s:23:\"mobile-frontend-history\";i:5073;s:32:\"mobile-frontend-history-404-desc\";i:5074;s:33:\"mobile-frontend-history-404-title\";i:5075;s:34:\"mobile-frontend-history-no-results\";i:5076;s:36:\"mobile-frontend-image-cancel-confirm\";i:5077;s:38:\"mobile-frontend-image-heading-describe\";i:5078;s:31:\"mobile-frontend-image-uploading\";i:5079;s:31:\"mobile-frontend-language-header\";i:5080;s:32:\"mobile-frontend-language-heading\";i:5081;s:39:\"mobile-frontend-language-variant-header\";i:5082;s:34:\"mobile-frontend-languages-404-desc\";i:5083;s:35:\"mobile-frontend-languages-404-title\";i:5084;s:32:\"mobile-frontend-languages-header\";i:5085;s:37:\"mobile-frontend-languages-header-page\";i:5086;s:43:\"mobile-frontend-languages-nonexistent-title\";i:5087;s:30:\"mobile-frontend-languages-text\";i:5088;s:40:\"mobile-frontend-languages-variant-header\";i:5089;s:38:\"mobile-frontend-last-modified-just-now\";i:5090;s:44:\"mobile-frontend-last-modified-with-user-days\";i:5091;s:45:\"mobile-frontend-last-modified-with-user-hours\";i:5092;s:48:\"mobile-frontend-last-modified-with-user-just-now\";i:5093;s:47:\"mobile-frontend-last-modified-with-user-minutes\";i:5094;s:46:\"mobile-frontend-last-modified-with-user-months\";i:5095;s:47:\"mobile-frontend-last-modified-with-user-seconds\";i:5096;s:45:\"mobile-frontend-last-modified-with-user-years\";i:5097;s:43:\"mobile-frontend-lead-image-tutorial-confirm\";i:5098;s:43:\"mobile-frontend-lead-image-tutorial-summary\";i:5099;s:34:\"mobile-frontend-main-menu-featured\";i:5100;s:32:\"mobile-frontend-main-menu-upload\";i:5101;s:29:\"mobile-frontend-media-details\";i:5102;s:34:\"mobile-frontend-media-license-link\";i:5103;s:32:\"mobile-frontend-meta-data-issues\";i:5104;s:31:\"mobile-frontend-nearby-distance\";i:5105;s:38:\"mobile-frontend-nearby-distance-meters\";i:5106;s:28:\"mobile-frontend-nearby-error\";i:5107;s:37:\"mobile-frontend-nearby-error-guidance\";i:5108;s:30:\"mobile-frontend-nearby-loading\";i:5109;s:38:\"mobile-frontend-nearby-lookup-ui-error\";i:5110;s:47:\"mobile-frontend-nearby-lookup-ui-error-guidance\";i:5111;s:32:\"mobile-frontend-nearby-noresults\";i:5112;s:41:\"mobile-frontend-nearby-noresults-guidance\";i:5113;s:33:\"mobile-frontend-nearby-permission\";i:5114;s:42:\"mobile-frontend-nearby-permission-guidance\";i:5115;s:30:\"mobile-frontend-nearby-refresh\";i:5116;s:35:\"mobile-frontend-nearby-requirements\";i:5117;s:44:\"mobile-frontend-nearby-requirements-guidance\";i:5118;s:28:\"mobile-frontend-nearby-title\";i:5119;s:30:\"mobile-frontend-opt-in-explain\";i:5120;s:29:\"mobile-frontend-overlay-close\";i:5121;s:32:\"mobile-frontend-overlay-continue\";i:5122;s:44:\"mobile-frontend-photo-article-donate-comment\";i:5123;s:42:\"mobile-frontend-photo-article-edit-comment\";i:5124;s:41:\"mobile-frontend-photo-caption-placeholder\";i:5125;s:31:\"mobile-frontend-photo-ownership\";i:5126;s:39:\"mobile-frontend-photo-ownership-confirm\";i:5127;s:36:\"mobile-frontend-photo-ownership-help\";i:5128;s:28:\"mobile-frontend-photo-submit\";i:5129;s:28:\"mobile-frontend-photo-upload\";i:5130;s:33:\"mobile-frontend-photo-upload-anon\";i:5131;s:36:\"mobile-frontend-photo-upload-comment\";i:5132;s:34:\"mobile-frontend-photo-upload-error\";i:5133;s:44:\"mobile-frontend-photo-upload-error-file-type\";i:5134;s:43:\"mobile-frontend-photo-upload-error-filename\";i:5135;s:44:\"mobile-frontend-photo-upload-success-article\";i:5136;s:40:\"mobile-frontend-photo-upload-unavailable\";i:5137;s:39:\"mobile-frontend-photo-upload-user-count\";i:5138;s:50:\"mobile-frontend-photo-upload-user-count-over-limit\";i:5139;s:40:\"mobile-frontend-profile-activity-heading\";i:5140;s:29:\"mobile-frontend-profile-error\";i:5141;s:38:\"mobile-frontend-profile-footer-ancient\";i:5142;s:35:\"mobile-frontend-profile-footer-days\";i:5143;s:37:\"mobile-frontend-profile-footer-months\";i:5144;s:36:\"mobile-frontend-profile-footer-years\";i:5145;s:33:\"mobile-frontend-profile-last-edit\";i:5146;s:29:\"mobile-frontend-profile-title\";i:5147;s:37:\"mobile-frontend-profile-userpage-link\";i:5148;s:32:\"mobile-frontend-profile-usertalk\";i:5149;s:26:\"mobile-frontend-save-error\";i:5150;s:29:\"mobile-frontend-save-settings\";i:5151;s:32:\"mobile-frontend-saving-exit-page\";i:5152;s:30:\"mobile-frontend-search-content\";i:5153;s:41:\"mobile-frontend-search-content-no-results\";i:5154;s:33:\"mobile-frontend-search-no-results\";i:5155;s:39:\"mobile-frontend-settings-images-explain\";i:5156;s:41:\"mobile-frontend-settings-site-description\";i:5157;s:27:\"mobile-frontend-sign-in-why\";i:5158;s:52:\"mobile-frontend-talk-add-overlay-content-placeholder\";i:5159;s:52:\"mobile-frontend-talk-add-overlay-subject-placeholder\";i:5160;s:39:\"mobile-frontend-talk-add-overlay-submit\";i:5161;s:33:\"mobile-frontend-talk-back-to-page\";i:5162;s:37:\"mobile-frontend-talk-back-to-userpage\";i:5163;s:40:\"mobile-frontend-talk-back-to-projectpage\";i:5164;s:37:\"mobile-frontend-talk-back-to-filepage\";i:5165;s:33:\"mobile-frontend-talk-edit-summary\";i:5166;s:30:\"mobile-frontend-talk-explained\";i:5167;s:36:\"mobile-frontend-talk-explained-empty\";i:5168;s:35:\"mobile-frontend-talk-overlay-header\";i:5169;s:40:\"mobile-frontend-talk-overlay-lead-header\";i:5170;s:26:\"mobile-frontend-talk-reply\";i:5171;s:31:\"mobile-frontend-talk-reply-info\";i:5172;s:34:\"mobile-frontend-talk-reply-success\";i:5173;s:30:\"mobile-frontend-thanked-notice\";i:5174;s:28:\"mobile-frontend-user-account\";i:5175;s:35:\"mobile-frontend-user-button-tooltip\";i:5176;s:24:\"mobile-frontend-user-cta\";i:5177;s:27:\"mobile-frontend-view-source\";i:5178;s:27:\"mobile-frontend-watch-login\";i:5179;s:41:\"mobile-frontend-watchlist-a-z-empty-howto\";i:5180;s:29:\"mobile-frontend-watchlist-add\";i:5181;s:29:\"mobile-frontend-watchlist-cta\";i:5182;s:36:\"mobile-frontend-watchlist-feed-empty\";i:5183;s:38:\"mobile-frontend-watchlist-login-action\";i:5184;s:33:\"mobile-frontend-watchlist-purpose\";i:5185;s:33:\"mobile-frontend-watchlist-removed\";i:5186;s:39:\"mobile-frontend-watchlist-signup-action\";i:5187;s:30:\"mobile-frontend-watchlist-view\";i:5188;s:27:\"tag-mobile_edit-description\";i:5189;s:31:\"tag-mobile_web_edit-description\";i:5190;s:28:\"mobile-frontend-panel-cancel\";i:5191;s:25:\"categoryviewer-pagedlinks\";i:5192;s:24:\"category-header-numerals\";i:5193;s:16:\"backlinksubtitle\";i:5194;s:9:\"feed-atom\";i:5195;s:8:\"feed-rss\";i:5196;s:35:\"userrights-no-shorten-expiry-marker\";i:5197;s:6:\"ntimes\";i:5198;s:26:\"uploaded-wrong-setting-svg\";i:5199;s:28:\"uploaded-setting-handler-svg\";i:5200;s:23:\"uploaded-remote-url-svg\";i:5201;s:12:\"filepage.css\";i:5202;s:24:\"apisandbox-continue-help\";i:5203;s:18:\"listgrants-summary\";i:5204;s:24:\"listgrants-grant-display\";i:5205;s:20:\"usermessage-template\";i:5206;s:34:\"deleting-talkpage-subpages-warning\";i:5207;s:22:\"undelete-revision-row2\";i:5208;s:5:\"sorbs\";i:5209;s:25:\"movesubpagetext-truncated\";i:5210;s:29:\"movesubpagetalktext-truncated\";i:5211;s:32:\"interlanguage-link-title-nonlang\";i:5212;s:11:\"widthheight\";i:5213;s:19:\"variantname-zh-hans\";i:5214;s:19:\"variantname-zh-hant\";i:5215;s:14:\"variantname-zh\";i:5216;s:20:\"variantname-gan-hans\";i:5217;s:20:\"variantname-gan-hant\";i:5218;s:15:\"variantname-gan\";i:5219;s:19:\"variantname-sr-cyrl\";i:5220;s:17:\"variantname-sr-el\";i:5221;s:19:\"variantname-sr-latn\";i:5222;s:14:\"variantname-sr\";i:5223;s:17:\"variantname-kk-kz\";i:5224;s:17:\"variantname-kk-tr\";i:5225;s:17:\"variantname-kk-cn\";i:5226;s:19:\"variantname-kk-cyrl\";i:5227;s:19:\"variantname-kk-latn\";i:5228;s:14:\"variantname-kk\";i:5229;s:19:\"variantname-ku-latn\";i:5230;s:14:\"variantname-ku\";i:5231;s:19:\"variantname-tg-cyrl\";i:5232;s:19:\"variantname-tg-latn\";i:5233;s:14:\"variantname-tg\";i:5234;s:20:\"variantname-tly-cyrl\";i:5235;s:15:\"variantname-tly\";i:5236;s:20:\"variantname-ike-cans\";i:5237;s:20:\"variantname-ike-latn\";i:5238;s:14:\"variantname-iu\";i:5239;s:20:\"variantname-shi-tfng\";i:5240;s:20:\"variantname-shi-latn\";i:5241;s:15:\"variantname-shi\";i:5242;s:15:\"variantname-crh\";i:5243;s:20:\"variantname-crh-latn\";i:5244;s:20:\"variantname-crh-cyrl\";i:5245;s:10:\"unit-pixel\";i:5246;s:19:\"semicolon-separator\";i:5247;s:15:\"comma-separator\";i:5248;s:14:\"pipe-separator\";i:5249;s:14:\"word-separator\";i:5250;s:8:\"ellipsis\";i:5251;s:11:\"parentheses\";i:5252;s:17:\"parentheses-start\";i:5253;s:15:\"parentheses-end\";i:5254;s:8:\"brackets\";i:5255;s:14:\"brackets-start\";i:5256;s:12:\"brackets-end\";i:5257;s:12:\"img-lang-opt\";i:5258;s:14:\"size-terabytes\";i:5259;s:14:\"size-petabytes\";i:5260;s:13:\"size-exabytes\";i:5261;s:15:\"size-zettabytes\";i:5262;s:15:\"size-yottabytes\";i:5263;s:15:\"size-ronnabytes\";i:5264;s:16:\"size-quettabytes\";i:5265;s:10:\"size-pixel\";i:5266;s:14:\"size-kilopixel\";i:5267;s:14:\"size-megapixel\";i:5268;s:14:\"size-gigapixel\";i:5269;s:14:\"size-terapixel\";i:5270;s:14:\"size-petapixel\";i:5271;s:13:\"size-exapixel\";i:5272;s:15:\"size-zettapixel\";i:5273;s:15:\"size-yottapixel\";i:5274;s:15:\"size-ronnapixel\";i:5275;s:16:\"size-quettapixel\";i:5276;s:12:\"bitrate-bits\";i:5277;s:16:\"bitrate-kilobits\";i:5278;s:16:\"bitrate-megabits\";i:5279;s:16:\"bitrate-gigabits\";i:5280;s:16:\"bitrate-terabits\";i:5281;s:16:\"bitrate-petabits\";i:5282;s:15:\"bitrate-exabits\";i:5283;s:17:\"bitrate-zettabits\";i:5284;s:17:\"bitrate-yottabits\";i:5285;s:17:\"bitrate-ronnabits\";i:5286;s:18:\"bitrate-quettabits\";i:5287;s:19:\"iranian-calendar-m1\";i:5288;s:19:\"iranian-calendar-m2\";i:5289;s:19:\"iranian-calendar-m3\";i:5290;s:19:\"iranian-calendar-m4\";i:5291;s:19:\"iranian-calendar-m5\";i:5292;s:19:\"iranian-calendar-m6\";i:5293;s:19:\"iranian-calendar-m7\";i:5294;s:19:\"iranian-calendar-m8\";i:5295;s:19:\"iranian-calendar-m9\";i:5296;s:20:\"iranian-calendar-m10\";i:5297;s:20:\"iranian-calendar-m11\";i:5298;s:20:\"iranian-calendar-m12\";i:5299;s:17:\"hijri-calendar-m1\";i:5300;s:17:\"hijri-calendar-m2\";i:5301;s:17:\"hijri-calendar-m3\";i:5302;s:17:\"hijri-calendar-m4\";i:5303;s:17:\"hijri-calendar-m5\";i:5304;s:17:\"hijri-calendar-m6\";i:5305;s:17:\"hijri-calendar-m7\";i:5306;s:17:\"hijri-calendar-m8\";i:5307;s:17:\"hijri-calendar-m9\";i:5308;s:18:\"hijri-calendar-m10\";i:5309;s:18:\"hijri-calendar-m11\";i:5310;s:18:\"hijri-calendar-m12\";i:5311;s:18:\"hebrew-calendar-m1\";i:5312;s:18:\"hebrew-calendar-m2\";i:5313;s:18:\"hebrew-calendar-m3\";i:5314;s:18:\"hebrew-calendar-m4\";i:5315;s:18:\"hebrew-calendar-m5\";i:5316;s:18:\"hebrew-calendar-m6\";i:5317;s:19:\"hebrew-calendar-m6a\";i:5318;s:19:\"hebrew-calendar-m6b\";i:5319;s:18:\"hebrew-calendar-m7\";i:5320;s:18:\"hebrew-calendar-m8\";i:5321;s:18:\"hebrew-calendar-m9\";i:5322;s:19:\"hebrew-calendar-m10\";i:5323;s:19:\"hebrew-calendar-m11\";i:5324;s:19:\"hebrew-calendar-m12\";i:5325;s:22:\"hebrew-calendar-m1-gen\";i:5326;s:22:\"hebrew-calendar-m2-gen\";i:5327;s:22:\"hebrew-calendar-m3-gen\";i:5328;s:22:\"hebrew-calendar-m4-gen\";i:5329;s:22:\"hebrew-calendar-m5-gen\";i:5330;s:22:\"hebrew-calendar-m6-gen\";i:5331;s:23:\"hebrew-calendar-m6a-gen\";i:5332;s:23:\"hebrew-calendar-m6b-gen\";i:5333;s:22:\"hebrew-calendar-m7-gen\";i:5334;s:22:\"hebrew-calendar-m8-gen\";i:5335;s:22:\"hebrew-calendar-m9-gen\";i:5336;s:23:\"hebrew-calendar-m10-gen\";i:5337;s:23:\"hebrew-calendar-m11-gen\";i:5338;s:23:\"hebrew-calendar-m12-gen\";i:5339;s:12:\"timezone-utc\";i:5340;s:11:\"version-api\";i:5341;s:15:\"version-version\";i:5342;s:31:\"version-entrypoints-articlepath\";i:5343;s:30:\"version-entrypoints-scriptpath\";i:5344;s:32:\"logentry-non-editing-block-block\";i:5345;s:34:\"logentry-non-editing-block-reblock\";i:5346;s:32:\"logentry-tag-update-add-logentry\";i:5347;s:35:\"logentry-tag-update-remove-revision\";i:5348;s:35:\"logentry-tag-update-remove-logentry\";i:5349;s:28:\"logentry-tag-update-logentry\";i:5350;s:32:\"limitreport-ppvisitednodes-value\";i:5351;s:32:\"limitreport-expansiondepth-value\";i:5352;s:40:\"limitreport-expensivefunctioncount-value\";i:5353;s:31:\"limitreport-unstrip-depth-value\";i:5354;s:22:\"mediastatistics-nfiles\";i:5355;s:25:\"mediastatistics-header-3d\";i:5356;s:31:\"authprovider-confirmlink-option\";i:5357;s:36:\"authprovider-confirmlink-failed-line\";i:5358;s:31:\"passwordpolicies-policy-display\";i:5359;s:40:\"passwordpolicies-policy-displaywithflags\";i:5360;s:31:\"parsoid-resource-limit-exceeded\";i:5361;s:20:\"parsoid-client-error\";i:5362;s:22:\"exif-coordinate-format\";i:5363;s:18:\"exif-contact-value\";i:5364;s:26:\"exif-subjectnewscode-value\";i:5365;s:18:\"exif-compression-5\";i:5366;s:18:\"exif-compression-7\";i:5367;s:18:\"exif-compression-8\";i:5368;s:22:\"exif-compression-32773\";i:5369;s:22:\"exif-compression-32946\";i:5370;s:22:\"exif-compression-34712\";i:5371;s:32:\"exif-photometricinterpretation-2\";i:5372;s:32:\"exif-photometricinterpretation-6\";i:5373;s:32:\"exif-photometricinterpretation-8\";i:5374;s:17:\"exif-colorspace-1\";i:5375;s:30:\"exif-componentsconfiguration-1\";i:5376;s:30:\"exif-componentsconfiguration-2\";i:5377;s:30:\"exif-componentsconfiguration-3\";i:5378;s:30:\"exif-componentsconfiguration-4\";i:5379;s:30:\"exif-componentsconfiguration-6\";i:5380;s:19:\"exif-lightsource-20\";i:5381;s:19:\"exif-lightsource-21\";i:5382;s:19:\"exif-lightsource-22\";i:5383;s:19:\"exif-lightsource-23\";i:5384;s:27:\"exif-maxaperturevalue-value\";i:5385;s:33:\"apihelp-main-extended-description\";i:5386;s:25:\"apihelp-main-param-maxlag\";i:5387;s:26:\"apihelp-main-param-smaxage\";i:5388;s:25:\"apihelp-main-param-maxage\";i:5389;s:25:\"apihelp-main-param-assert\";i:5390;s:28:\"apihelp-main-param-requestid\";i:5391;s:27:\"apihelp-main-param-servedby\";i:5392;s:35:\"apihelp-main-param-responselanginfo\";i:5393;s:25:\"apihelp-main-param-origin\";i:5394;s:26:\"apihelp-main-param-uselang\";i:5395;s:26:\"apihelp-main-param-variant\";i:5396;s:30:\"apihelp-main-param-errorformat\";i:5397;s:45:\"apihelp-main-paramvalue-errorformat-plaintext\";i:5398;s:44:\"apihelp-main-paramvalue-errorformat-wikitext\";i:5399;s:39:\"apihelp-main-paramvalue-errorformat-raw\";i:5400;s:40:\"apihelp-main-paramvalue-errorformat-none\";i:5401;s:38:\"apihelp-main-paramvalue-errorformat-bc\";i:5402;s:28:\"apihelp-main-param-errorlang\";i:5403;s:33:\"apihelp-main-param-errorsuselocal\";i:5404;s:24:\"apihelp-block-param-user\";i:5405;s:26:\"apihelp-block-param-expiry\";i:5406;s:28:\"apihelp-block-param-anononly\";i:5407;s:29:\"apihelp-block-param-autoblock\";i:5408;s:27:\"apihelp-block-param-noemail\";i:5409;s:28:\"apihelp-block-param-hidename\";i:5410;s:33:\"apihelp-block-param-allowusertalk\";i:5411;s:27:\"apihelp-block-param-reblock\";i:5412;s:29:\"apihelp-block-param-watchuser\";i:5413;s:35:\"apihelp-block-param-watchlistexpiry\";i:5414;s:24:\"apihelp-block-param-tags\";i:5415;s:27:\"apihelp-block-param-partial\";i:5416;s:36:\"apihelp-block-param-pagerestrictions\";i:5417;s:41:\"apihelp-block-param-namespacerestrictions\";i:5418;s:38:\"apihelp-block-param-actionrestrictions\";i:5419;s:31:\"apihelp-block-example-ip-simple\";i:5420;s:34:\"apihelp-block-example-user-complex\";i:5421;s:40:\"apihelp-changeauthenticationdata-summary\";i:5422;s:49:\"apihelp-changeauthenticationdata-example-password\";i:5423;s:34:\"apihelp-changecontentmodel-summary\";i:5424;s:38:\"apihelp-changecontentmodel-param-title\";i:5425;s:39:\"apihelp-changecontentmodel-param-pageid\";i:5426;s:40:\"apihelp-changecontentmodel-param-summary\";i:5427;s:37:\"apihelp-changecontentmodel-param-tags\";i:5428;s:38:\"apihelp-changecontentmodel-param-model\";i:5429;s:36:\"apihelp-changecontentmodel-param-bot\";i:5430;s:34:\"apihelp-changecontentmodel-example\";i:5431;s:26:\"apihelp-checktoken-summary\";i:5432;s:27:\"apihelp-clearhasmsg-summary\";i:5433;s:29:\"apihelp-clearhasmsg-example-1\";i:5434;s:27:\"apihelp-clientlogin-summary\";i:5435;s:33:\"apihelp-clientlogin-example-login\";i:5436;s:34:\"apihelp-clientlogin-example-login2\";i:5437;s:23:\"apihelp-compare-summary\";i:5438;s:36:\"apihelp-compare-extended-description\";i:5439;s:29:\"apihelp-compare-param-frompst\";i:5440;s:31:\"apihelp-compare-param-fromslots\";i:5441;s:37:\"apihelp-compare-param-fromtext-{slot}\";i:5442;s:40:\"apihelp-compare-param-fromsection-{slot}\";i:5443;s:45:\"apihelp-compare-param-fromcontentmodel-{slot}\";i:5444;s:46:\"apihelp-compare-param-fromcontentformat-{slot}\";i:5445;s:30:\"apihelp-compare-param-fromtext\";i:5446;s:38:\"apihelp-compare-param-fromcontentmodel\";i:5447;s:39:\"apihelp-compare-param-fromcontentformat\";i:5448;s:33:\"apihelp-compare-param-fromsection\";i:5449;s:32:\"apihelp-compare-param-torelative\";i:5450;s:27:\"apihelp-compare-param-topst\";i:5451;s:29:\"apihelp-compare-param-toslots\";i:5452;s:35:\"apihelp-compare-param-totext-{slot}\";i:5453;s:38:\"apihelp-compare-param-tosection-{slot}\";i:5454;s:43:\"apihelp-compare-param-tocontentmodel-{slot}\";i:5455;s:44:\"apihelp-compare-param-tocontentformat-{slot}\";i:5456;s:28:\"apihelp-compare-param-totext\";i:5457;s:36:\"apihelp-compare-param-tocontentmodel\";i:5458;s:37:\"apihelp-compare-param-tocontentformat\";i:5459;s:31:\"apihelp-compare-param-tosection\";i:5460;s:35:\"apihelp-compare-paramvalue-prop-rel\";i:5461;s:35:\"apihelp-compare-paramvalue-prop-ids\";i:5462;s:37:\"apihelp-compare-paramvalue-prop-title\";i:5463;s:36:\"apihelp-compare-paramvalue-prop-user\";i:5464;s:39:\"apihelp-compare-paramvalue-prop-comment\";i:5465;s:45:\"apihelp-compare-paramvalue-prop-parsedcomment\";i:5466;s:36:\"apihelp-compare-paramvalue-prop-size\";i:5467;s:41:\"apihelp-compare-paramvalue-prop-timestamp\";i:5468;s:30:\"apihelp-compare-param-difftype\";i:5469;s:27:\"apihelp-compare-param-slots\";i:5470;s:41:\"apihelp-createaccount-param-preservestate\";i:5471;s:36:\"apihelp-createaccount-example-create\";i:5472;s:25:\"apihelp-cspreport-summary\";i:5473;s:34:\"apihelp-cspreport-param-reportonly\";i:5474;s:30:\"apihelp-cspreport-param-source\";i:5475;s:26:\"apihelp-delete-param-title\";i:5476;s:27:\"apihelp-delete-param-pageid\";i:5477;s:27:\"apihelp-delete-param-reason\";i:5478;s:25:\"apihelp-delete-param-tags\";i:5479;s:31:\"apihelp-delete-param-deletetalk\";i:5480;s:26:\"apihelp-delete-param-watch\";i:5481;s:30:\"apihelp-delete-param-watchlist\";i:5482;s:36:\"apihelp-delete-param-watchlistexpiry\";i:5483;s:28:\"apihelp-delete-param-unwatch\";i:5484;s:29:\"apihelp-delete-param-oldimage\";i:5485;s:29:\"apihelp-delete-example-reason\";i:5486;s:24:\"apihelp-edit-param-title\";i:5487;s:25:\"apihelp-edit-param-pageid\";i:5488;s:26:\"apihelp-edit-param-section\";i:5489;s:26:\"apihelp-edit-param-summary\";i:5490;s:23:\"apihelp-edit-param-tags\";i:5491;s:28:\"apihelp-edit-param-baserevid\";i:5492;s:32:\"apihelp-edit-param-basetimestamp\";i:5493;s:33:\"apihelp-edit-param-starttimestamp\";i:5494;s:27:\"apihelp-edit-param-recreate\";i:5495;s:27:\"apihelp-edit-param-nocreate\";i:5496;s:24:\"apihelp-edit-param-watch\";i:5497;s:26:\"apihelp-edit-param-unwatch\";i:5498;s:28:\"apihelp-edit-param-watchlist\";i:5499;s:34:\"apihelp-edit-param-watchlistexpiry\";i:5500;s:22:\"apihelp-edit-param-md5\";i:5501;s:30:\"apihelp-edit-param-prependtext\";i:5502;s:29:\"apihelp-edit-param-appendtext\";i:5503;s:23:\"apihelp-edit-param-undo\";i:5504;s:28:\"apihelp-edit-param-undoafter\";i:5505;s:27:\"apihelp-edit-param-redirect\";i:5506;s:32:\"apihelp-edit-param-contentformat\";i:5507;s:24:\"apihelp-edit-param-token\";i:5508;s:25:\"apihelp-edit-example-undo\";i:5509;s:31:\"apihelp-emailuser-example-email\";i:5510;s:31:\"apihelp-expandtemplates-summary\";i:5511;s:35:\"apihelp-expandtemplates-param-revid\";i:5512;s:34:\"apihelp-expandtemplates-param-prop\";i:5513;s:50:\"apihelp-expandtemplates-paramvalue-prop-categories\";i:5514;s:50:\"apihelp-expandtemplates-paramvalue-prop-properties\";i:5515;s:48:\"apihelp-expandtemplates-paramvalue-prop-volatile\";i:5516;s:43:\"apihelp-expandtemplates-paramvalue-prop-ttl\";i:5517;s:47:\"apihelp-expandtemplates-paramvalue-prop-modules\";i:5518;s:52:\"apihelp-expandtemplates-paramvalue-prop-jsconfigvars\";i:5519;s:59:\"apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars\";i:5520;s:49:\"apihelp-expandtemplates-paramvalue-prop-parsetree\";i:5521;s:45:\"apihelp-expandtemplates-param-includecomments\";i:5522;s:41:\"apihelp-expandtemplates-param-generatexml\";i:5523;s:46:\"apihelp-expandtemplates-param-showstrategykeys\";i:5524;s:38:\"apihelp-expandtemplates-example-simple\";i:5525;s:36:\"apihelp-feedcontributions-param-user\";i:5526;s:41:\"apihelp-feedcontributions-param-namespace\";i:5527;s:39:\"apihelp-feedcontributions-param-toponly\";i:5528;s:39:\"apihelp-feedcontributions-param-newonly\";i:5529;s:40:\"apihelp-feedcontributions-example-simple\";i:5530;s:33:\"apihelp-feedrecentchanges-summary\";i:5531;s:41:\"apihelp-feedrecentchanges-param-namespace\";i:5532;s:38:\"apihelp-feedrecentchanges-param-invert\";i:5533;s:42:\"apihelp-feedrecentchanges-param-associated\";i:5534;s:36:\"apihelp-feedrecentchanges-param-days\";i:5535;s:37:\"apihelp-feedrecentchanges-param-limit\";i:5536;s:50:\"apihelp-feedrecentchanges-param-hidecategorization\";i:5537;s:44:\"apihelp-feedrecentchanges-param-showlinkedto\";i:5538;s:40:\"apihelp-feedrecentchanges-example-30days\";i:5539;s:33:\"apihelp-feedwatchlist-param-hours\";i:5540;s:42:\"apihelp-feedwatchlist-param-linktosections\";i:5541;s:37:\"apihelp-feedwatchlist-example-all6hrs\";i:5542;s:26:\"apihelp-filerevert-summary\";i:5543;s:33:\"apihelp-filerevert-param-filename\";i:5544;s:33:\"apihelp-filerevert-example-revert\";i:5545;s:26:\"apihelp-help-param-modules\";i:5546;s:29:\"apihelp-help-param-submodules\";i:5547;s:38:\"apihelp-help-param-recursivesubmodules\";i:5548;s:29:\"apihelp-help-param-helpformat\";i:5549;s:23:\"apihelp-help-param-wrap\";i:5550;s:22:\"apihelp-help-param-toc\";i:5551;s:25:\"apihelp-help-example-main\";i:5552;s:31:\"apihelp-help-example-submodules\";i:5553;s:26:\"apihelp-help-example-query\";i:5554;s:27:\"apihelp-imagerotate-summary\";i:5555;s:30:\"apihelp-imagerotate-param-tags\";i:5556;s:34:\"apihelp-imagerotate-example-simple\";i:5557;s:37:\"apihelp-imagerotate-example-generator\";i:5558;s:22:\"apihelp-import-summary\";i:5559;s:35:\"apihelp-import-extended-description\";i:5560;s:36:\"apihelp-import-param-interwikiprefix\";i:5561;s:37:\"apihelp-import-param-assignknownusers\";i:5562;s:36:\"apihelp-import-param-interwikisource\";i:5563;s:34:\"apihelp-import-param-interwikipage\";i:5564;s:32:\"apihelp-import-param-fullhistory\";i:5565;s:30:\"apihelp-import-param-templates\";i:5566;s:30:\"apihelp-import-param-namespace\";i:5567;s:25:\"apihelp-import-param-tags\";i:5568;s:29:\"apihelp-import-example-import\";i:5569;s:27:\"apihelp-linkaccount-summary\";i:5570;s:32:\"apihelp-linkaccount-example-link\";i:5571;s:21:\"apihelp-login-summary\";i:5572;s:34:\"apihelp-login-extended-description\";i:5573;s:49:\"apihelp-login-extended-description-nobotpasswords\";i:5574;s:25:\"apihelp-login-param-token\";i:5575;s:22:\"apihelp-logout-summary\";i:5576;s:29:\"apihelp-logout-example-logout\";i:5577;s:34:\"apihelp-managetags-param-operation\";i:5578;s:46:\"apihelp-managetags-paramvalue-operation-create\";i:5579;s:46:\"apihelp-managetags-paramvalue-operation-delete\";i:5580;s:48:\"apihelp-managetags-paramvalue-operation-activate\";i:5581;s:50:\"apihelp-managetags-paramvalue-operation-deactivate\";i:5582;s:28:\"apihelp-managetags-param-tag\";i:5583;s:31:\"apihelp-managetags-param-reason\";i:5584;s:39:\"apihelp-managetags-param-ignorewarnings\";i:5585;s:29:\"apihelp-managetags-param-tags\";i:5586;s:33:\"apihelp-managetags-example-create\";i:5587;s:33:\"apihelp-managetags-example-delete\";i:5588;s:35:\"apihelp-managetags-example-activate\";i:5589;s:37:\"apihelp-managetags-example-deactivate\";i:5590;s:31:\"apihelp-mergehistory-param-from\";i:5591;s:33:\"apihelp-mergehistory-param-fromid\";i:5592;s:29:\"apihelp-mergehistory-param-to\";i:5593;s:31:\"apihelp-mergehistory-param-toid\";i:5594;s:36:\"apihelp-mergehistory-param-timestamp\";i:5595;s:23:\"apihelp-move-param-from\";i:5596;s:25:\"apihelp-move-param-fromid\";i:5597;s:21:\"apihelp-move-param-to\";i:5598;s:27:\"apihelp-move-param-movetalk\";i:5599;s:31:\"apihelp-move-param-movesubpages\";i:5600;s:29:\"apihelp-move-param-noredirect\";i:5601;s:24:\"apihelp-move-param-watch\";i:5602;s:26:\"apihelp-move-param-unwatch\";i:5603;s:28:\"apihelp-move-param-watchlist\";i:5604;s:34:\"apihelp-move-param-watchlistexpiry\";i:5605;s:33:\"apihelp-move-param-ignorewarnings\";i:5606;s:23:\"apihelp-move-param-tags\";i:5607;s:25:\"apihelp-move-example-move\";i:5608;s:26:\"apihelp-opensearch-summary\";i:5609;s:30:\"apihelp-opensearch-param-limit\";i:5610;s:34:\"apihelp-opensearch-param-namespace\";i:5611;s:34:\"apihelp-opensearch-param-redirects\";i:5612;s:46:\"apihelp-opensearch-paramvalue-redirects-return\";i:5613;s:47:\"apihelp-opensearch-paramvalue-redirects-resolve\";i:5614;s:41:\"apihelp-opensearch-param-redirects-append\";i:5615;s:31:\"apihelp-opensearch-param-format\";i:5616;s:40:\"apihelp-opensearch-param-warningsaserror\";i:5617;s:29:\"apihelp-opensearch-example-te\";i:5618;s:23:\"apihelp-options-summary\";i:5619;s:36:\"apihelp-options-extended-description\";i:5620;s:27:\"apihelp-options-param-reset\";i:5621;s:32:\"apihelp-options-param-resetkinds\";i:5622;s:28:\"apihelp-options-param-change\";i:5623;s:32:\"apihelp-options-param-optionname\";i:5624;s:33:\"apihelp-options-param-optionvalue\";i:5625;s:30:\"apihelp-options-example-change\";i:5626;s:31:\"apihelp-options-example-complex\";i:5627;s:25:\"apihelp-paraminfo-summary\";i:5628;s:31:\"apihelp-paraminfo-param-modules\";i:5629;s:34:\"apihelp-paraminfo-param-helpformat\";i:5630;s:36:\"apihelp-paraminfo-param-querymodules\";i:5631;s:34:\"apihelp-paraminfo-param-mainmodule\";i:5632;s:37:\"apihelp-paraminfo-param-pagesetmodule\";i:5633;s:37:\"apihelp-paraminfo-param-formatmodules\";i:5634;s:27:\"apihelp-paraminfo-example-1\";i:5635;s:27:\"apihelp-paraminfo-example-2\";i:5636;s:21:\"apihelp-parse-summary\";i:5637;s:34:\"apihelp-parse-extended-description\";i:5638;s:25:\"apihelp-parse-param-title\";i:5639;s:24:\"apihelp-parse-param-text\";i:5640;s:25:\"apihelp-parse-param-revid\";i:5641;s:27:\"apihelp-parse-param-summary\";i:5642;s:24:\"apihelp-parse-param-page\";i:5643;s:26:\"apihelp-parse-param-pageid\";i:5644;s:29:\"apihelp-parse-param-redirects\";i:5645;s:25:\"apihelp-parse-param-oldid\";i:5646;s:24:\"apihelp-parse-param-prop\";i:5647;s:34:\"apihelp-parse-paramvalue-prop-text\";i:5648;s:39:\"apihelp-parse-paramvalue-prop-langlinks\";i:5649;s:40:\"apihelp-parse-paramvalue-prop-categories\";i:5650;s:44:\"apihelp-parse-paramvalue-prop-categorieshtml\";i:5651;s:35:\"apihelp-parse-paramvalue-prop-links\";i:5652;s:39:\"apihelp-parse-paramvalue-prop-templates\";i:5653;s:36:\"apihelp-parse-paramvalue-prop-images\";i:5654;s:43:\"apihelp-parse-paramvalue-prop-externallinks\";i:5655;s:38:\"apihelp-parse-paramvalue-prop-sections\";i:5656;s:35:\"apihelp-parse-paramvalue-prop-revid\";i:5657;s:42:\"apihelp-parse-paramvalue-prop-displaytitle\";i:5658;s:38:\"apihelp-parse-paramvalue-prop-subtitle\";i:5659;s:39:\"apihelp-parse-paramvalue-prop-headitems\";i:5660;s:38:\"apihelp-parse-paramvalue-prop-headhtml\";i:5661;s:37:\"apihelp-parse-paramvalue-prop-modules\";i:5662;s:42:\"apihelp-parse-paramvalue-prop-jsconfigvars\";i:5663;s:49:\"apihelp-parse-paramvalue-prop-encodedjsconfigvars\";i:5664;s:40:\"apihelp-parse-paramvalue-prop-indicators\";i:5665;s:37:\"apihelp-parse-paramvalue-prop-iwlinks\";i:5666;s:38:\"apihelp-parse-paramvalue-prop-wikitext\";i:5667;s:40:\"apihelp-parse-paramvalue-prop-properties\";i:5668;s:45:\"apihelp-parse-paramvalue-prop-limitreportdata\";i:5669;s:45:\"apihelp-parse-paramvalue-prop-limitreporthtml\";i:5670;s:39:\"apihelp-parse-paramvalue-prop-parsetree\";i:5671;s:43:\"apihelp-parse-paramvalue-prop-parsewarnings\";i:5672;s:47:\"apihelp-parse-paramvalue-prop-parsewarningshtml\";i:5673;s:35:\"apihelp-parse-param-wrapoutputclass\";i:5674;s:23:\"apihelp-parse-param-pst\";i:5675;s:27:\"apihelp-parse-param-onlypst\";i:5676;s:38:\"apihelp-parse-param-effectivelanglinks\";i:5677;s:27:\"apihelp-parse-param-section\";i:5678;s:32:\"apihelp-parse-param-sectiontitle\";i:5679;s:38:\"apihelp-parse-param-disablelimitreport\";i:5680;s:29:\"apihelp-parse-param-disablepp\";i:5681;s:38:\"apihelp-parse-param-disableeditsection\";i:5682;s:45:\"apihelp-parse-param-disablestylededuplication\";i:5683;s:36:\"apihelp-parse-param-showstrategykeys\";i:5684;s:31:\"apihelp-parse-param-generatexml\";i:5685;s:27:\"apihelp-parse-param-preview\";i:5686;s:34:\"apihelp-parse-param-sectionpreview\";i:5687;s:30:\"apihelp-parse-param-disabletoc\";i:5688;s:27:\"apihelp-parse-param-useskin\";i:5689;s:33:\"apihelp-parse-param-contentformat\";i:5690;s:32:\"apihelp-parse-param-contentmodel\";i:5691;s:31:\"apihelp-parse-example-texttitle\";i:5692;s:25:\"apihelp-patrol-param-tags\";i:5693;s:27:\"apihelp-protect-param-title\";i:5694;s:28:\"apihelp-protect-param-pageid\";i:5695;s:33:\"apihelp-protect-param-protections\";i:5696;s:28:\"apihelp-protect-param-expiry\";i:5697;s:26:\"apihelp-protect-param-tags\";i:5698;s:27:\"apihelp-protect-param-watch\";i:5699;s:31:\"apihelp-protect-param-watchlist\";i:5700;s:37:\"apihelp-protect-param-watchlistexpiry\";i:5701;s:33:\"apihelp-protect-example-unprotect\";i:5702;s:34:\"apihelp-protect-example-unprotect2\";i:5703;s:21:\"apihelp-purge-summary\";i:5704;s:35:\"apihelp-purge-param-forcelinkupdate\";i:5705;s:44:\"apihelp-purge-param-forcerecursivelinkupdate\";i:5706;s:28:\"apihelp-purge-example-simple\";i:5707;s:31:\"apihelp-purge-example-generator\";i:5708;s:21:\"apihelp-query-summary\";i:5709;s:34:\"apihelp-query-extended-description\";i:5710;s:24:\"apihelp-query-param-prop\";i:5711;s:32:\"apihelp-query-param-indexpageids\";i:5712;s:26:\"apihelp-query-param-export\";i:5713;s:32:\"apihelp-query-param-exportnowrap\";i:5714;s:32:\"apihelp-query-param-exportschema\";i:5715;s:25:\"apihelp-query-param-iwurl\";i:5716;s:31:\"apihelp-query-param-rawcontinue\";i:5717;s:31:\"apihelp-query-example-revisions\";i:5718;s:30:\"apihelp-query-example-allpages\";i:5719;s:38:\"apihelp-query+allcategories-param-from\";i:5720;s:36:\"apihelp-query+allcategories-param-to\";i:5721;s:40:\"apihelp-query+allcategories-param-prefix\";i:5722;s:37:\"apihelp-query+allcategories-param-dir\";i:5723;s:37:\"apihelp-query+allcategories-param-min\";i:5724;s:37:\"apihelp-query+allcategories-param-max\";i:5725;s:39:\"apihelp-query+allcategories-param-limit\";i:5726;s:38:\"apihelp-query+allcategories-param-prop\";i:5727;s:48:\"apihelp-query+allcategories-paramvalue-prop-size\";i:5728;s:50:\"apihelp-query+allcategories-paramvalue-prop-hidden\";i:5729;s:40:\"apihelp-query+allcategories-example-size\";i:5730;s:45:\"apihelp-query+allcategories-example-generator\";i:5731;s:41:\"apihelp-query+alldeletedrevisions-summary\";i:5732;s:52:\"apihelp-query+alldeletedrevisions-paraminfo-useronly\";i:5733;s:45:\"apihelp-query+alldeletedrevisions-param-start\";i:5734;s:43:\"apihelp-query+alldeletedrevisions-param-end\";i:5735;s:42:\"apihelp-query+alldeletedrevisions-param-to\";i:5736;s:46:\"apihelp-query+alldeletedrevisions-param-prefix\";i:5737;s:43:\"apihelp-query+alldeletedrevisions-param-tag\";i:5738;s:44:\"apihelp-query+alldeletedrevisions-param-user\";i:5739;s:51:\"apihelp-query+alldeletedrevisions-param-excludeuser\";i:5740;s:49:\"apihelp-query+alldeletedrevisions-param-namespace\";i:5741;s:60:\"apihelp-query+alldeletedrevisions-param-miser-user-namespace\";i:5742;s:54:\"apihelp-query+alldeletedrevisions-param-generatetitles\";i:5743;s:46:\"apihelp-query+alldeletedrevisions-example-user\";i:5744;s:49:\"apihelp-query+alldeletedrevisions-example-ns-main\";i:5745;s:35:\"apihelp-query+allfileusages-summary\";i:5746;s:38:\"apihelp-query+allfileusages-param-from\";i:5747;s:36:\"apihelp-query+allfileusages-param-to\";i:5748;s:40:\"apihelp-query+allfileusages-param-prefix\";i:5749;s:40:\"apihelp-query+allfileusages-param-unique\";i:5750;s:38:\"apihelp-query+allfileusages-param-prop\";i:5751;s:47:\"apihelp-query+allfileusages-paramvalue-prop-ids\";i:5752;s:49:\"apihelp-query+allfileusages-paramvalue-prop-title\";i:5753;s:39:\"apihelp-query+allfileusages-param-limit\";i:5754;s:37:\"apihelp-query+allfileusages-param-dir\";i:5755;s:37:\"apihelp-query+allfileusages-example-b\";i:5756;s:42:\"apihelp-query+allfileusages-example-unique\";i:5757;s:52:\"apihelp-query+allfileusages-example-unique-generator\";i:5758;s:45:\"apihelp-query+allfileusages-example-generator\";i:5759;s:31:\"apihelp-query+allimages-summary\";i:5760;s:33:\"apihelp-query+allimages-param-dir\";i:5761;s:34:\"apihelp-query+allimages-param-from\";i:5762;s:32:\"apihelp-query+allimages-param-to\";i:5763;s:35:\"apihelp-query+allimages-param-start\";i:5764;s:33:\"apihelp-query+allimages-param-end\";i:5765;s:36:\"apihelp-query+allimages-param-prefix\";i:5766;s:37:\"apihelp-query+allimages-param-minsize\";i:5767;s:37:\"apihelp-query+allimages-param-maxsize\";i:5768;s:34:\"apihelp-query+allimages-param-sha1\";i:5769;s:40:\"apihelp-query+allimages-param-sha1base36\";i:5770;s:34:\"apihelp-query+allimages-param-user\";i:5771;s:40:\"apihelp-query+allimages-param-filterbots\";i:5772;s:34:\"apihelp-query+allimages-param-mime\";i:5773;s:35:\"apihelp-query+allimages-param-limit\";i:5774;s:33:\"apihelp-query+allimages-example-b\";i:5775;s:38:\"apihelp-query+allimages-example-recent\";i:5776;s:41:\"apihelp-query+allimages-example-mimetypes\";i:5777;s:41:\"apihelp-query+allimages-example-generator\";i:5778;s:30:\"apihelp-query+alllinks-summary\";i:5779;s:33:\"apihelp-query+alllinks-param-from\";i:5780;s:31:\"apihelp-query+alllinks-param-to\";i:5781;s:35:\"apihelp-query+alllinks-param-prefix\";i:5782;s:35:\"apihelp-query+alllinks-param-unique\";i:5783;s:33:\"apihelp-query+alllinks-param-prop\";i:5784;s:42:\"apihelp-query+alllinks-paramvalue-prop-ids\";i:5785;s:44:\"apihelp-query+alllinks-paramvalue-prop-title\";i:5786;s:38:\"apihelp-query+alllinks-param-namespace\";i:5787;s:34:\"apihelp-query+alllinks-param-limit\";i:5788;s:32:\"apihelp-query+alllinks-param-dir\";i:5789;s:32:\"apihelp-query+alllinks-example-b\";i:5790;s:37:\"apihelp-query+alllinks-example-unique\";i:5791;s:47:\"apihelp-query+alllinks-example-unique-generator\";i:5792;s:40:\"apihelp-query+alllinks-example-generator\";i:5793;s:33:\"apihelp-query+allmessages-summary\";i:5794;s:40:\"apihelp-query+allmessages-param-messages\";i:5795;s:36:\"apihelp-query+allmessages-param-prop\";i:5796;s:44:\"apihelp-query+allmessages-param-enableparser\";i:5797;s:41:\"apihelp-query+allmessages-param-nocontent\";i:5798;s:44:\"apihelp-query+allmessages-param-includelocal\";i:5799;s:36:\"apihelp-query+allmessages-param-args\";i:5800;s:38:\"apihelp-query+allmessages-param-filter\";i:5801;s:42:\"apihelp-query+allmessages-param-customised\";i:5802;s:36:\"apihelp-query+allmessages-param-lang\";i:5803;s:36:\"apihelp-query+allmessages-param-from\";i:5804;s:34:\"apihelp-query+allmessages-param-to\";i:5805;s:37:\"apihelp-query+allmessages-param-title\";i:5806;s:38:\"apihelp-query+allmessages-param-prefix\";i:5807;s:37:\"apihelp-query+allmessages-example-ipb\";i:5808;s:36:\"apihelp-query+allmessages-example-de\";i:5809;s:30:\"apihelp-query+allpages-summary\";i:5810;s:33:\"apihelp-query+allpages-param-from\";i:5811;s:31:\"apihelp-query+allpages-param-to\";i:5812;s:35:\"apihelp-query+allpages-param-prefix\";i:5813;s:38:\"apihelp-query+allpages-param-namespace\";i:5814;s:36:\"apihelp-query+allpages-param-minsize\";i:5815;s:36:\"apihelp-query+allpages-param-maxsize\";i:5816;s:35:\"apihelp-query+allpages-param-prtype\";i:5817;s:36:\"apihelp-query+allpages-param-prlevel\";i:5818;s:44:\"apihelp-query+allpages-param-prfiltercascade\";i:5819;s:34:\"apihelp-query+allpages-param-limit\";i:5820;s:32:\"apihelp-query+allpages-param-dir\";i:5821;s:44:\"apihelp-query+allpages-param-filterlanglinks\";i:5822;s:37:\"apihelp-query+allpages-param-prexpiry\";i:5823;s:53:\"apihelp-query+allpages-paramvalue-prexpiry-indefinite\";i:5824;s:51:\"apihelp-query+allpages-paramvalue-prexpiry-definite\";i:5825;s:46:\"apihelp-query+allpages-paramvalue-prexpiry-all\";i:5826;s:32:\"apihelp-query+allpages-example-b\";i:5827;s:40:\"apihelp-query+allpages-example-generator\";i:5828;s:50:\"apihelp-query+allpages-example-generator-revisions\";i:5829;s:34:\"apihelp-query+allredirects-summary\";i:5830;s:37:\"apihelp-query+allredirects-param-from\";i:5831;s:35:\"apihelp-query+allredirects-param-to\";i:5832;s:39:\"apihelp-query+allredirects-param-prefix\";i:5833;s:39:\"apihelp-query+allredirects-param-unique\";i:5834;s:37:\"apihelp-query+allredirects-param-prop\";i:5835;s:46:\"apihelp-query+allredirects-paramvalue-prop-ids\";i:5836;s:51:\"apihelp-query+allredirects-paramvalue-prop-fragment\";i:5837;s:52:\"apihelp-query+allredirects-paramvalue-prop-interwiki\";i:5838;s:42:\"apihelp-query+allredirects-param-namespace\";i:5839;s:38:\"apihelp-query+allredirects-param-limit\";i:5840;s:36:\"apihelp-query+allredirects-param-dir\";i:5841;s:36:\"apihelp-query+allredirects-example-b\";i:5842;s:41:\"apihelp-query+allredirects-example-unique\";i:5843;s:51:\"apihelp-query+allredirects-example-unique-generator\";i:5844;s:44:\"apihelp-query+allredirects-example-generator\";i:5845;s:38:\"apihelp-query+allrevisions-param-start\";i:5846;s:36:\"apihelp-query+allrevisions-param-end\";i:5847;s:37:\"apihelp-query+allrevisions-param-user\";i:5848;s:44:\"apihelp-query+allrevisions-param-excludeuser\";i:5849;s:42:\"apihelp-query+allrevisions-param-namespace\";i:5850;s:47:\"apihelp-query+allrevisions-param-generatetitles\";i:5851;s:39:\"apihelp-query+allrevisions-example-user\";i:5852;s:41:\"apihelp-query+allrevisions-example-ns-any\";i:5853;s:36:\"apihelp-query+mystashedfiles-summary\";i:5854;s:39:\"apihelp-query+mystashedfiles-param-prop\";i:5855;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-size\";i:5856;s:49:\"apihelp-query+mystashedfiles-paramvalue-prop-type\";i:5857;s:43:\"apihelp-query+mystashedfiles-example-simple\";i:5858;s:38:\"apihelp-query+alltransclusions-summary\";i:5859;s:41:\"apihelp-query+alltransclusions-param-from\";i:5860;s:39:\"apihelp-query+alltransclusions-param-to\";i:5861;s:43:\"apihelp-query+alltransclusions-param-prefix\";i:5862;s:43:\"apihelp-query+alltransclusions-param-unique\";i:5863;s:41:\"apihelp-query+alltransclusions-param-prop\";i:5864;s:50:\"apihelp-query+alltransclusions-paramvalue-prop-ids\";i:5865;s:40:\"apihelp-query+alltransclusions-param-dir\";i:5866;s:40:\"apihelp-query+alltransclusions-example-b\";i:5867;s:45:\"apihelp-query+alltransclusions-example-unique\";i:5868;s:55:\"apihelp-query+alltransclusions-example-unique-generator\";i:5869;s:48:\"apihelp-query+alltransclusions-example-generator\";i:5870;s:30:\"apihelp-query+allusers-summary\";i:5871;s:33:\"apihelp-query+allusers-param-from\";i:5872;s:31:\"apihelp-query+allusers-param-to\";i:5873;s:35:\"apihelp-query+allusers-param-prefix\";i:5874;s:32:\"apihelp-query+allusers-param-dir\";i:5875;s:34:\"apihelp-query+allusers-param-group\";i:5876;s:41:\"apihelp-query+allusers-param-excludegroup\";i:5877;s:35:\"apihelp-query+allusers-param-rights\";i:5878;s:33:\"apihelp-query+allusers-param-prop\";i:5879;s:48:\"apihelp-query+allusers-paramvalue-prop-blockinfo\";i:5880;s:45:\"apihelp-query+allusers-paramvalue-prop-groups\";i:5881;s:53:\"apihelp-query+allusers-paramvalue-prop-implicitgroups\";i:5882;s:45:\"apihelp-query+allusers-paramvalue-prop-rights\";i:5883;s:48:\"apihelp-query+allusers-paramvalue-prop-editcount\";i:5884;s:51:\"apihelp-query+allusers-paramvalue-prop-registration\";i:5885;s:49:\"apihelp-query+allusers-paramvalue-prop-centralids\";i:5886;s:34:\"apihelp-query+allusers-param-limit\";i:5887;s:42:\"apihelp-query+allusers-param-witheditsonly\";i:5888;s:40:\"apihelp-query+allusers-param-activeusers\";i:5889;s:41:\"apihelp-query+allusers-param-attachedwiki\";i:5890;s:32:\"apihelp-query+allusers-example-y\";i:5891;s:37:\"apihelp-query+authmanagerinfo-summary\";i:5892;s:62:\"apihelp-query+authmanagerinfo-param-securitysensitiveoperation\";i:5893;s:47:\"apihelp-query+authmanagerinfo-param-requestsfor\";i:5894;s:43:\"apihelp-query+authmanagerinfo-example-login\";i:5895;s:50:\"apihelp-query+authmanagerinfo-example-login-merged\";i:5896;s:64:\"apihelp-query+authmanagerinfo-example-securitysensitiveoperation\";i:5897;s:31:\"apihelp-query+backlinks-summary\";i:5898;s:35:\"apihelp-query+backlinks-param-title\";i:5899;s:36:\"apihelp-query+backlinks-param-pageid\";i:5900;s:39:\"apihelp-query+backlinks-param-namespace\";i:5901;s:33:\"apihelp-query+backlinks-param-dir\";i:5902;s:41:\"apihelp-query+backlinks-param-filterredir\";i:5903;s:35:\"apihelp-query+backlinks-param-limit\";i:5904;s:38:\"apihelp-query+backlinks-param-redirect\";i:5905;s:38:\"apihelp-query+backlinks-example-simple\";i:5906;s:41:\"apihelp-query+backlinks-example-generator\";i:5907;s:28:\"apihelp-query+blocks-summary\";i:5908;s:32:\"apihelp-query+blocks-param-start\";i:5909;s:30:\"apihelp-query+blocks-param-end\";i:5910;s:30:\"apihelp-query+blocks-param-ids\";i:5911;s:32:\"apihelp-query+blocks-param-users\";i:5912;s:29:\"apihelp-query+blocks-param-ip\";i:5913;s:32:\"apihelp-query+blocks-param-limit\";i:5914;s:31:\"apihelp-query+blocks-param-prop\";i:5915;s:39:\"apihelp-query+blocks-paramvalue-prop-id\";i:5916;s:41:\"apihelp-query+blocks-paramvalue-prop-user\";i:5917;s:43:\"apihelp-query+blocks-paramvalue-prop-userid\";i:5918;s:39:\"apihelp-query+blocks-paramvalue-prop-by\";i:5919;s:41:\"apihelp-query+blocks-paramvalue-prop-byid\";i:5920;s:46:\"apihelp-query+blocks-paramvalue-prop-timestamp\";i:5921;s:43:\"apihelp-query+blocks-paramvalue-prop-expiry\";i:5922;s:43:\"apihelp-query+blocks-paramvalue-prop-reason\";i:5923;s:42:\"apihelp-query+blocks-paramvalue-prop-range\";i:5924;s:49:\"apihelp-query+blocks-paramvalue-prop-restrictions\";i:5925;s:31:\"apihelp-query+blocks-param-show\";i:5926;s:32:\"apihelp-query+categories-summary\";i:5927;s:35:\"apihelp-query+categories-param-prop\";i:5928;s:48:\"apihelp-query+categories-paramvalue-prop-sortkey\";i:5929;s:50:\"apihelp-query+categories-paramvalue-prop-timestamp\";i:5930;s:47:\"apihelp-query+categories-paramvalue-prop-hidden\";i:5931;s:35:\"apihelp-query+categories-param-show\";i:5932;s:36:\"apihelp-query+categories-param-limit\";i:5933;s:41:\"apihelp-query+categories-param-categories\";i:5934;s:34:\"apihelp-query+categories-param-dir\";i:5935;s:39:\"apihelp-query+categories-example-simple\";i:5936;s:42:\"apihelp-query+categories-example-generator\";i:5937;s:34:\"apihelp-query+categoryinfo-summary\";i:5938;s:41:\"apihelp-query+categoryinfo-example-simple\";i:5939;s:37:\"apihelp-query+categorymembers-summary\";i:5940;s:41:\"apihelp-query+categorymembers-param-title\";i:5941;s:42:\"apihelp-query+categorymembers-param-pageid\";i:5942;s:40:\"apihelp-query+categorymembers-param-prop\";i:5943;s:51:\"apihelp-query+categorymembers-paramvalue-prop-title\";i:5944;s:53:\"apihelp-query+categorymembers-paramvalue-prop-sortkey\";i:5945;s:59:\"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix\";i:5946;s:50:\"apihelp-query+categorymembers-paramvalue-prop-type\";i:5947;s:55:\"apihelp-query+categorymembers-paramvalue-prop-timestamp\";i:5948;s:45:\"apihelp-query+categorymembers-param-namespace\";i:5949;s:40:\"apihelp-query+categorymembers-param-type\";i:5950;s:41:\"apihelp-query+categorymembers-param-limit\";i:5951;s:40:\"apihelp-query+categorymembers-param-sort\";i:5952;s:39:\"apihelp-query+categorymembers-param-dir\";i:5953;s:41:\"apihelp-query+categorymembers-param-start\";i:5954;s:39:\"apihelp-query+categorymembers-param-end\";i:5955;s:51:\"apihelp-query+categorymembers-param-starthexsortkey\";i:5956;s:49:\"apihelp-query+categorymembers-param-endhexsortkey\";i:5957;s:54:\"apihelp-query+categorymembers-param-startsortkeyprefix\";i:5958;s:52:\"apihelp-query+categorymembers-param-endsortkeyprefix\";i:5959;s:48:\"apihelp-query+categorymembers-param-startsortkey\";i:5960;s:46:\"apihelp-query+categorymembers-param-endsortkey\";i:5961;s:44:\"apihelp-query+categorymembers-example-simple\";i:5962;s:47:\"apihelp-query+categorymembers-example-generator\";i:5963;s:34:\"apihelp-query+contributors-summary\";i:5964;s:38:\"apihelp-query+contributors-param-group\";i:5965;s:45:\"apihelp-query+contributors-param-excludegroup\";i:5966;s:39:\"apihelp-query+contributors-param-rights\";i:5967;s:46:\"apihelp-query+contributors-param-excluderights\";i:5968;s:38:\"apihelp-query+contributors-param-limit\";i:5969;s:41:\"apihelp-query+contributors-example-simple\";i:5970;s:38:\"apihelp-query+deletedrevisions-summary\";i:5971;s:51:\"apihelp-query+deletedrevisions-extended-description\";i:5972;s:42:\"apihelp-query+deletedrevisions-param-start\";i:5973;s:40:\"apihelp-query+deletedrevisions-param-end\";i:5974;s:40:\"apihelp-query+deletedrevisions-param-tag\";i:5975;s:41:\"apihelp-query+deletedrevisions-param-user\";i:5976;s:48:\"apihelp-query+deletedrevisions-param-excludeuser\";i:5977;s:45:\"apihelp-query+deletedrevisions-example-titles\";i:5978;s:45:\"apihelp-query+deletedrevisions-example-revids\";i:5979;s:33:\"apihelp-query+deletedrevs-summary\";i:5980;s:46:\"apihelp-query+deletedrevs-extended-description\";i:5981;s:41:\"apihelp-query+deletedrevs-paraminfo-modes\";i:5982;s:37:\"apihelp-query+deletedrevs-param-start\";i:5983;s:35:\"apihelp-query+deletedrevs-param-end\";i:5984;s:36:\"apihelp-query+deletedrevs-param-from\";i:5985;s:34:\"apihelp-query+deletedrevs-param-to\";i:5986;s:38:\"apihelp-query+deletedrevs-param-prefix\";i:5987;s:38:\"apihelp-query+deletedrevs-param-unique\";i:5988;s:35:\"apihelp-query+deletedrevs-param-tag\";i:5989;s:36:\"apihelp-query+deletedrevs-param-user\";i:5990;s:43:\"apihelp-query+deletedrevs-param-excludeuser\";i:5991;s:41:\"apihelp-query+deletedrevs-param-namespace\";i:5992;s:37:\"apihelp-query+deletedrevs-param-limit\";i:5993;s:36:\"apihelp-query+deletedrevs-param-prop\";i:5994;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-revid\";i:5995;s:50:\"apihelp-query+deletedrevs-paramvalue-prop-parentid\";i:5996;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-user\";i:5997;s:48:\"apihelp-query+deletedrevs-paramvalue-prop-userid\";i:5998;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-comment\";i:5999;s:55:\"apihelp-query+deletedrevs-paramvalue-prop-parsedcomment\";i:6000;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-minor\";i:6001;s:45:\"apihelp-query+deletedrevs-paramvalue-prop-len\";i:6002;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-sha1\";i:6003;s:49:\"apihelp-query+deletedrevs-paramvalue-prop-content\";i:6004;s:47:\"apihelp-query+deletedrevs-paramvalue-prop-token\";i:6005;s:46:\"apihelp-query+deletedrevs-paramvalue-prop-tags\";i:6006;s:39:\"apihelp-query+deletedrevs-example-mode1\";i:6007;s:39:\"apihelp-query+deletedrevs-example-mode2\";i:6008;s:44:\"apihelp-query+deletedrevs-example-mode3-main\";i:6009;s:44:\"apihelp-query+deletedrevs-example-mode3-talk\";i:6010;s:30:\"apihelp-query+disabled-summary\";i:6011;s:36:\"apihelp-query+duplicatefiles-summary\";i:6012;s:40:\"apihelp-query+duplicatefiles-param-limit\";i:6013;s:38:\"apihelp-query+duplicatefiles-param-dir\";i:6014;s:44:\"apihelp-query+duplicatefiles-param-localonly\";i:6015;s:43:\"apihelp-query+duplicatefiles-example-simple\";i:6016;s:46:\"apihelp-query+duplicatefiles-example-generated\";i:6017;s:32:\"apihelp-query+embeddedin-summary\";i:6018;s:36:\"apihelp-query+embeddedin-param-title\";i:6019;s:37:\"apihelp-query+embeddedin-param-pageid\";i:6020;s:40:\"apihelp-query+embeddedin-param-namespace\";i:6021;s:34:\"apihelp-query+embeddedin-param-dir\";i:6022;s:42:\"apihelp-query+embeddedin-param-filterredir\";i:6023;s:36:\"apihelp-query+embeddedin-param-limit\";i:6024;s:39:\"apihelp-query+embeddedin-example-simple\";i:6025;s:42:\"apihelp-query+embeddedin-example-generator\";i:6026;s:30:\"apihelp-query+extlinks-summary\";i:6027;s:34:\"apihelp-query+extlinks-param-limit\";i:6028;s:37:\"apihelp-query+extlinks-param-protocol\";i:6029;s:34:\"apihelp-query+extlinks-param-query\";i:6030;s:38:\"apihelp-query+extlinks-param-expandurl\";i:6031;s:37:\"apihelp-query+extlinks-example-simple\";i:6032;s:33:\"apihelp-query+exturlusage-summary\";i:6033;s:36:\"apihelp-query+exturlusage-param-prop\";i:6034;s:47:\"apihelp-query+exturlusage-paramvalue-prop-title\";i:6035;s:40:\"apihelp-query+exturlusage-param-protocol\";i:6036;s:37:\"apihelp-query+exturlusage-param-query\";i:6037;s:41:\"apihelp-query+exturlusage-param-namespace\";i:6038;s:37:\"apihelp-query+exturlusage-param-limit\";i:6039;s:41:\"apihelp-query+exturlusage-param-expandurl\";i:6040;s:40:\"apihelp-query+exturlusage-example-simple\";i:6041;s:33:\"apihelp-query+filearchive-summary\";i:6042;s:36:\"apihelp-query+filearchive-param-from\";i:6043;s:34:\"apihelp-query+filearchive-param-to\";i:6044;s:38:\"apihelp-query+filearchive-param-prefix\";i:6045;s:37:\"apihelp-query+filearchive-param-limit\";i:6046;s:35:\"apihelp-query+filearchive-param-dir\";i:6047;s:36:\"apihelp-query+filearchive-param-sha1\";i:6048;s:42:\"apihelp-query+filearchive-param-sha1base36\";i:6049;s:36:\"apihelp-query+filearchive-param-prop\";i:6050;s:51:\"apihelp-query+filearchive-paramvalue-prop-timestamp\";i:6051;s:46:\"apihelp-query+filearchive-paramvalue-prop-size\";i:6052;s:52:\"apihelp-query+filearchive-paramvalue-prop-dimensions\";i:6053;s:59:\"apihelp-query+filearchive-paramvalue-prop-parseddescription\";i:6054;s:51:\"apihelp-query+filearchive-paramvalue-prop-mediatype\";i:6055;s:50:\"apihelp-query+filearchive-paramvalue-prop-metadata\";i:6056;s:53:\"apihelp-query+filearchive-paramvalue-prop-archivename\";i:6057;s:40:\"apihelp-query+filearchive-example-simple\";i:6058;s:34:\"apihelp-query+filerepoinfo-summary\";i:6059;s:37:\"apihelp-query+filerepoinfo-param-prop\";i:6060;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-apiurl\";i:6061;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-articlepath\";i:6062;s:52:\"apihelp-query+filerepoinfo-paramvalue-prop-canUpload\";i:6063;s:54:\"apihelp-query+filerepoinfo-paramvalue-prop-displayname\";i:6064;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-favicon\";i:6065;s:59:\"apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription\";i:6066;s:57:\"apihelp-query+filerepoinfo-paramvalue-prop-initialCapital\";i:6067;s:48:\"apihelp-query+filerepoinfo-paramvalue-prop-local\";i:6068;s:47:\"apihelp-query+filerepoinfo-paramvalue-prop-name\";i:6069;s:50:\"apihelp-query+filerepoinfo-paramvalue-prop-rootUrl\";i:6070;s:55:\"apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl\";i:6071;s:49:\"apihelp-query+filerepoinfo-paramvalue-prop-server\";i:6072;s:51:\"apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl\";i:6073;s:46:\"apihelp-query+filerepoinfo-paramvalue-prop-url\";i:6074;s:41:\"apihelp-query+filerepoinfo-example-simple\";i:6075;s:31:\"apihelp-query+fileusage-summary\";i:6076;s:34:\"apihelp-query+fileusage-param-prop\";i:6077;s:46:\"apihelp-query+fileusage-paramvalue-prop-pageid\";i:6078;s:45:\"apihelp-query+fileusage-paramvalue-prop-title\";i:6079;s:48:\"apihelp-query+fileusage-paramvalue-prop-redirect\";i:6080;s:39:\"apihelp-query+fileusage-param-namespace\";i:6081;s:35:\"apihelp-query+fileusage-param-limit\";i:6082;s:34:\"apihelp-query+fileusage-param-show\";i:6083;s:48:\"apihelp-query+fileusage-paramvalue-show-redirect\";i:6084;s:49:\"apihelp-query+fileusage-paramvalue-show-!redirect\";i:6085;s:38:\"apihelp-query+fileusage-example-simple\";i:6086;s:41:\"apihelp-query+fileusage-example-generator\";i:6087;s:31:\"apihelp-query+imageinfo-summary\";i:6088;s:34:\"apihelp-query+imageinfo-param-prop\";i:6089;s:44:\"apihelp-query+imageinfo-paramvalue-prop-user\";i:6090;s:46:\"apihelp-query+imageinfo-paramvalue-prop-userid\";i:6091;s:47:\"apihelp-query+imageinfo-paramvalue-prop-comment\";i:6092;s:53:\"apihelp-query+imageinfo-paramvalue-prop-parsedcomment\";i:6093;s:54:\"apihelp-query+imageinfo-paramvalue-prop-canonicaltitle\";i:6094;s:43:\"apihelp-query+imageinfo-paramvalue-prop-url\";i:6095;s:44:\"apihelp-query+imageinfo-paramvalue-prop-size\";i:6096;s:50:\"apihelp-query+imageinfo-paramvalue-prop-dimensions\";i:6097;s:44:\"apihelp-query+imageinfo-paramvalue-prop-sha1\";i:6098;s:44:\"apihelp-query+imageinfo-paramvalue-prop-mime\";i:6099;s:49:\"apihelp-query+imageinfo-paramvalue-prop-thumbmime\";i:6100;s:49:\"apihelp-query+imageinfo-paramvalue-prop-mediatype\";i:6101;s:48:\"apihelp-query+imageinfo-paramvalue-prop-metadata\";i:6102;s:54:\"apihelp-query+imageinfo-paramvalue-prop-commonmetadata\";i:6103;s:51:\"apihelp-query+imageinfo-paramvalue-prop-extmetadata\";i:6104;s:51:\"apihelp-query+imageinfo-paramvalue-prop-archivename\";i:6105;s:48:\"apihelp-query+imageinfo-paramvalue-prop-bitdepth\";i:6106;s:53:\"apihelp-query+imageinfo-paramvalue-prop-uploadwarning\";i:6107;s:47:\"apihelp-query+imageinfo-paramvalue-prop-badfile\";i:6108;s:35:\"apihelp-query+imageinfo-param-limit\";i:6109;s:35:\"apihelp-query+imageinfo-param-start\";i:6110;s:33:\"apihelp-query+imageinfo-param-end\";i:6111;s:38:\"apihelp-query+imageinfo-param-urlwidth\";i:6112;s:45:\"apihelp-query+imageinfo-param-metadataversion\";i:6113;s:49:\"apihelp-query+imageinfo-param-extmetadatalanguage\";i:6114;s:50:\"apihelp-query+imageinfo-param-extmetadatamultilang\";i:6115;s:47:\"apihelp-query+imageinfo-param-extmetadatafilter\";i:6116;s:38:\"apihelp-query+imageinfo-param-urlparam\";i:6117;s:49:\"apihelp-query+imageinfo-param-badfilecontexttitle\";i:6118;s:39:\"apihelp-query+imageinfo-param-localonly\";i:6119;s:38:\"apihelp-query+imageinfo-example-simple\";i:6120;s:37:\"apihelp-query+imageinfo-example-dated\";i:6121;s:28:\"apihelp-query+images-summary\";i:6122;s:32:\"apihelp-query+images-param-limit\";i:6123;s:33:\"apihelp-query+images-param-images\";i:6124;s:30:\"apihelp-query+images-param-dir\";i:6125;s:35:\"apihelp-query+images-example-simple\";i:6126;s:38:\"apihelp-query+images-example-generator\";i:6127;s:32:\"apihelp-query+imageusage-summary\";i:6128;s:36:\"apihelp-query+imageusage-param-title\";i:6129;s:37:\"apihelp-query+imageusage-param-pageid\";i:6130;s:40:\"apihelp-query+imageusage-param-namespace\";i:6131;s:34:\"apihelp-query+imageusage-param-dir\";i:6132;s:42:\"apihelp-query+imageusage-param-filterredir\";i:6133;s:36:\"apihelp-query+imageusage-param-limit\";i:6134;s:39:\"apihelp-query+imageusage-param-redirect\";i:6135;s:39:\"apihelp-query+imageusage-example-simple\";i:6136;s:42:\"apihelp-query+imageusage-example-generator\";i:6137;s:26:\"apihelp-query+info-summary\";i:6138;s:29:\"apihelp-query+info-param-prop\";i:6139;s:45:\"apihelp-query+info-paramvalue-prop-protection\";i:6140;s:41:\"apihelp-query+info-paramvalue-prop-talkid\";i:6141;s:42:\"apihelp-query+info-paramvalue-prop-watched\";i:6142;s:43:\"apihelp-query+info-paramvalue-prop-watchers\";i:6143;s:51:\"apihelp-query+info-paramvalue-prop-visitingwatchers\";i:6144;s:56:\"apihelp-query+info-paramvalue-prop-notificationtimestamp\";i:6145;s:44:\"apihelp-query+info-paramvalue-prop-subjectid\";i:6146;s:49:\"apihelp-query+info-paramvalue-prop-associatedpage\";i:6147;s:38:\"apihelp-query+info-paramvalue-prop-url\";i:6148;s:43:\"apihelp-query+info-paramvalue-prop-readable\";i:6149;s:42:\"apihelp-query+info-paramvalue-prop-preload\";i:6150;s:47:\"apihelp-query+info-paramvalue-prop-displaytitle\";i:6151;s:48:\"apihelp-query+info-paramvalue-prop-varianttitles\";i:6152;s:46:\"apihelp-query+info-paramvalue-prop-linkclasses\";i:6153;s:36:\"apihelp-query+info-param-linkcontext\";i:6154;s:36:\"apihelp-query+info-param-testactions\";i:6155;s:42:\"apihelp-query+info-param-testactionsdetail\";i:6156;s:55:\"apihelp-query+info-paramvalue-testactionsdetail-boolean\";i:6157;s:52:\"apihelp-query+info-paramvalue-testactionsdetail-full\";i:6158;s:53:\"apihelp-query+info-paramvalue-testactionsdetail-quick\";i:6159;s:33:\"apihelp-query+info-example-simple\";i:6160;s:37:\"apihelp-query+info-example-protection\";i:6161;s:33:\"apihelp-query+iwbacklinks-summary\";i:6162;s:46:\"apihelp-query+iwbacklinks-extended-description\";i:6163;s:38:\"apihelp-query+iwbacklinks-param-prefix\";i:6164;s:37:\"apihelp-query+iwbacklinks-param-title\";i:6165;s:37:\"apihelp-query+iwbacklinks-param-limit\";i:6166;s:36:\"apihelp-query+iwbacklinks-param-prop\";i:6167;s:50:\"apihelp-query+iwbacklinks-paramvalue-prop-iwprefix\";i:6168;s:49:\"apihelp-query+iwbacklinks-paramvalue-prop-iwtitle\";i:6169;s:35:\"apihelp-query+iwbacklinks-param-dir\";i:6170;s:40:\"apihelp-query+iwbacklinks-example-simple\";i:6171;s:43:\"apihelp-query+iwbacklinks-example-generator\";i:6172;s:29:\"apihelp-query+iwlinks-summary\";i:6173;s:31:\"apihelp-query+iwlinks-param-url\";i:6174;s:32:\"apihelp-query+iwlinks-param-prop\";i:6175;s:41:\"apihelp-query+iwlinks-paramvalue-prop-url\";i:6176;s:33:\"apihelp-query+iwlinks-param-limit\";i:6177;s:34:\"apihelp-query+iwlinks-param-prefix\";i:6178;s:33:\"apihelp-query+iwlinks-param-title\";i:6179;s:31:\"apihelp-query+iwlinks-param-dir\";i:6180;s:36:\"apihelp-query+iwlinks-example-simple\";i:6181;s:35:\"apihelp-query+langbacklinks-summary\";i:6182;s:48:\"apihelp-query+langbacklinks-extended-description\";i:6183;s:38:\"apihelp-query+langbacklinks-param-lang\";i:6184;s:39:\"apihelp-query+langbacklinks-param-title\";i:6185;s:39:\"apihelp-query+langbacklinks-param-limit\";i:6186;s:38:\"apihelp-query+langbacklinks-param-prop\";i:6187;s:50:\"apihelp-query+langbacklinks-paramvalue-prop-lllang\";i:6188;s:51:\"apihelp-query+langbacklinks-paramvalue-prop-lltitle\";i:6189;s:37:\"apihelp-query+langbacklinks-param-dir\";i:6190;s:42:\"apihelp-query+langbacklinks-example-simple\";i:6191;s:45:\"apihelp-query+langbacklinks-example-generator\";i:6192;s:31:\"apihelp-query+langlinks-summary\";i:6193;s:35:\"apihelp-query+langlinks-param-limit\";i:6194;s:33:\"apihelp-query+langlinks-param-url\";i:6195;s:34:\"apihelp-query+langlinks-param-prop\";i:6196;s:43:\"apihelp-query+langlinks-paramvalue-prop-url\";i:6197;s:48:\"apihelp-query+langlinks-paramvalue-prop-langname\";i:6198;s:47:\"apihelp-query+langlinks-paramvalue-prop-autonym\";i:6199;s:34:\"apihelp-query+langlinks-param-lang\";i:6200;s:35:\"apihelp-query+langlinks-param-title\";i:6201;s:33:\"apihelp-query+langlinks-param-dir\";i:6202;s:44:\"apihelp-query+langlinks-param-inlanguagecode\";i:6203;s:38:\"apihelp-query+langlinks-example-simple\";i:6204;s:34:\"apihelp-query+languageinfo-summary\";i:6205;s:47:\"apihelp-query+languageinfo-extended-description\";i:6206;s:37:\"apihelp-query+languageinfo-param-prop\";i:6207;s:47:\"apihelp-query+languageinfo-paramvalue-prop-code\";i:6208;s:48:\"apihelp-query+languageinfo-paramvalue-prop-bcp47\";i:6209;s:46:\"apihelp-query+languageinfo-paramvalue-prop-dir\";i:6210;s:50:\"apihelp-query+languageinfo-paramvalue-prop-autonym\";i:6211;s:47:\"apihelp-query+languageinfo-paramvalue-prop-name\";i:6212;s:52:\"apihelp-query+languageinfo-paramvalue-prop-fallbacks\";i:6213;s:51:\"apihelp-query+languageinfo-paramvalue-prop-variants\";i:6214;s:37:\"apihelp-query+languageinfo-param-code\";i:6215;s:41:\"apihelp-query+languageinfo-example-simple\";i:6216;s:50:\"apihelp-query+languageinfo-example-autonym-name-de\";i:6217;s:56:\"apihelp-query+languageinfo-example-fallbacks-variants-oc\";i:6218;s:44:\"apihelp-query+languageinfo-example-bcp47-dir\";i:6219;s:27:\"apihelp-query+links-summary\";i:6220;s:35:\"apihelp-query+links-param-namespace\";i:6221;s:31:\"apihelp-query+links-param-limit\";i:6222;s:32:\"apihelp-query+links-param-titles\";i:6223;s:29:\"apihelp-query+links-param-dir\";i:6224;s:34:\"apihelp-query+links-example-simple\";i:6225;s:37:\"apihelp-query+links-example-generator\";i:6226;s:38:\"apihelp-query+links-example-namespaces\";i:6227;s:31:\"apihelp-query+linkshere-summary\";i:6228;s:34:\"apihelp-query+linkshere-param-prop\";i:6229;s:46:\"apihelp-query+linkshere-paramvalue-prop-pageid\";i:6230;s:45:\"apihelp-query+linkshere-paramvalue-prop-title\";i:6231;s:48:\"apihelp-query+linkshere-paramvalue-prop-redirect\";i:6232;s:39:\"apihelp-query+linkshere-param-namespace\";i:6233;s:35:\"apihelp-query+linkshere-param-limit\";i:6234;s:34:\"apihelp-query+linkshere-param-show\";i:6235;s:48:\"apihelp-query+linkshere-paramvalue-show-redirect\";i:6236;s:49:\"apihelp-query+linkshere-paramvalue-show-!redirect\";i:6237;s:38:\"apihelp-query+linkshere-example-simple\";i:6238;s:41:\"apihelp-query+linkshere-example-generator\";i:6239;s:31:\"apihelp-query+logevents-summary\";i:6240;s:34:\"apihelp-query+logevents-param-prop\";i:6241;s:43:\"apihelp-query+logevents-paramvalue-prop-ids\";i:6242;s:45:\"apihelp-query+logevents-paramvalue-prop-title\";i:6243;s:44:\"apihelp-query+logevents-paramvalue-prop-type\";i:6244;s:44:\"apihelp-query+logevents-paramvalue-prop-user\";i:6245;s:46:\"apihelp-query+logevents-paramvalue-prop-userid\";i:6246;s:49:\"apihelp-query+logevents-paramvalue-prop-timestamp\";i:6247;s:47:\"apihelp-query+logevents-paramvalue-prop-comment\";i:6248;s:53:\"apihelp-query+logevents-paramvalue-prop-parsedcomment\";i:6249;s:47:\"apihelp-query+logevents-paramvalue-prop-details\";i:6250;s:44:\"apihelp-query+logevents-paramvalue-prop-tags\";i:6251;s:34:\"apihelp-query+logevents-param-type\";i:6252;s:36:\"apihelp-query+logevents-param-action\";i:6253;s:35:\"apihelp-query+logevents-param-start\";i:6254;s:33:\"apihelp-query+logevents-param-end\";i:6255;s:34:\"apihelp-query+logevents-param-user\";i:6256;s:35:\"apihelp-query+logevents-param-title\";i:6257;s:39:\"apihelp-query+logevents-param-namespace\";i:6258;s:36:\"apihelp-query+logevents-param-prefix\";i:6259;s:33:\"apihelp-query+logevents-param-tag\";i:6260;s:35:\"apihelp-query+logevents-param-limit\";i:6261;s:38:\"apihelp-query+logevents-example-simple\";i:6262;s:35:\"apihelp-query+pagepropnames-summary\";i:6263;s:39:\"apihelp-query+pagepropnames-param-limit\";i:6264;s:42:\"apihelp-query+pagepropnames-example-simple\";i:6265;s:31:\"apihelp-query+pageprops-summary\";i:6266;s:34:\"apihelp-query+pageprops-param-prop\";i:6267;s:38:\"apihelp-query+pageprops-example-simple\";i:6268;s:35:\"apihelp-query+pageswithprop-summary\";i:6269;s:42:\"apihelp-query+pageswithprop-param-propname\";i:6270;s:38:\"apihelp-query+pageswithprop-param-prop\";i:6271;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-title\";i:6272;s:49:\"apihelp-query+pageswithprop-paramvalue-prop-value\";i:6273;s:39:\"apihelp-query+pageswithprop-param-limit\";i:6274;s:37:\"apihelp-query+pageswithprop-param-dir\";i:6275;s:42:\"apihelp-query+pageswithprop-example-simple\";i:6276;s:34:\"apihelp-query+prefixsearch-summary\";i:6277;s:47:\"apihelp-query+prefixsearch-extended-description\";i:6278;s:39:\"apihelp-query+prefixsearch-param-search\";i:6279;s:42:\"apihelp-query+prefixsearch-param-namespace\";i:6280;s:38:\"apihelp-query+prefixsearch-param-limit\";i:6281;s:39:\"apihelp-query+prefixsearch-param-offset\";i:6282;s:41:\"apihelp-query+prefixsearch-example-simple\";i:6283;s:40:\"apihelp-query+prefixsearch-param-profile\";i:6284;s:37:\"apihelp-query+protectedtitles-summary\";i:6285;s:45:\"apihelp-query+protectedtitles-param-namespace\";i:6286;s:41:\"apihelp-query+protectedtitles-param-level\";i:6287;s:41:\"apihelp-query+protectedtitles-param-limit\";i:6288;s:41:\"apihelp-query+protectedtitles-param-start\";i:6289;s:39:\"apihelp-query+protectedtitles-param-end\";i:6290;s:40:\"apihelp-query+protectedtitles-param-prop\";i:6291;s:55:\"apihelp-query+protectedtitles-paramvalue-prop-timestamp\";i:6292;s:50:\"apihelp-query+protectedtitles-paramvalue-prop-user\";i:6293;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-userid\";i:6294;s:53:\"apihelp-query+protectedtitles-paramvalue-prop-comment\";i:6295;s:59:\"apihelp-query+protectedtitles-paramvalue-prop-parsedcomment\";i:6296;s:52:\"apihelp-query+protectedtitles-paramvalue-prop-expiry\";i:6297;s:51:\"apihelp-query+protectedtitles-paramvalue-prop-level\";i:6298;s:44:\"apihelp-query+protectedtitles-example-simple\";i:6299;s:47:\"apihelp-query+protectedtitles-example-generator\";i:6300;s:31:\"apihelp-query+querypage-summary\";i:6301;s:34:\"apihelp-query+querypage-param-page\";i:6302;s:35:\"apihelp-query+querypage-param-limit\";i:6303;s:44:\"apihelp-query+querypage-example-ancientpages\";i:6304;s:28:\"apihelp-query+random-summary\";i:6305;s:41:\"apihelp-query+random-extended-description\";i:6306;s:36:\"apihelp-query+random-param-namespace\";i:6307;s:32:\"apihelp-query+random-param-limit\";i:6308;s:35:\"apihelp-query+random-param-redirect\";i:6309;s:38:\"apihelp-query+random-param-filterredir\";i:6310;s:35:\"apihelp-query+random-example-simple\";i:6311;s:38:\"apihelp-query+random-example-generator\";i:6312;s:35:\"apihelp-query+recentchanges-summary\";i:6313;s:39:\"apihelp-query+recentchanges-param-start\";i:6314;s:37:\"apihelp-query+recentchanges-param-end\";i:6315;s:43:\"apihelp-query+recentchanges-param-namespace\";i:6316;s:38:\"apihelp-query+recentchanges-param-user\";i:6317;s:45:\"apihelp-query+recentchanges-param-excludeuser\";i:6318;s:37:\"apihelp-query+recentchanges-param-tag\";i:6319;s:38:\"apihelp-query+recentchanges-param-slot\";i:6320;s:38:\"apihelp-query+recentchanges-param-prop\";i:6321;s:48:\"apihelp-query+recentchanges-paramvalue-prop-user\";i:6322;s:50:\"apihelp-query+recentchanges-paramvalue-prop-userid\";i:6323;s:51:\"apihelp-query+recentchanges-paramvalue-prop-comment\";i:6324;s:57:\"apihelp-query+recentchanges-paramvalue-prop-parsedcomment\";i:6325;s:49:\"apihelp-query+recentchanges-paramvalue-prop-flags\";i:6326;s:53:\"apihelp-query+recentchanges-paramvalue-prop-timestamp\";i:6327;s:49:\"apihelp-query+recentchanges-paramvalue-prop-title\";i:6328;s:47:\"apihelp-query+recentchanges-paramvalue-prop-ids\";i:6329;s:49:\"apihelp-query+recentchanges-paramvalue-prop-sizes\";i:6330;s:52:\"apihelp-query+recentchanges-paramvalue-prop-redirect\";i:6331;s:53:\"apihelp-query+recentchanges-paramvalue-prop-patrolled\";i:6332;s:57:\"apihelp-query+recentchanges-paramvalue-prop-autopatrolled\";i:6333;s:51:\"apihelp-query+recentchanges-paramvalue-prop-loginfo\";i:6334;s:48:\"apihelp-query+recentchanges-paramvalue-prop-tags\";i:6335;s:48:\"apihelp-query+recentchanges-paramvalue-prop-sha1\";i:6336;s:38:\"apihelp-query+recentchanges-param-show\";i:6337;s:39:\"apihelp-query+recentchanges-param-limit\";i:6338;s:38:\"apihelp-query+recentchanges-param-type\";i:6339;s:41:\"apihelp-query+recentchanges-param-toponly\";i:6340;s:39:\"apihelp-query+recentchanges-param-title\";i:6341;s:51:\"apihelp-query+recentchanges-param-generaterevisions\";i:6342;s:42:\"apihelp-query+recentchanges-example-simple\";i:6343;s:45:\"apihelp-query+recentchanges-example-generator\";i:6344;s:31:\"apihelp-query+redirects-summary\";i:6345;s:34:\"apihelp-query+redirects-param-show\";i:6346;s:48:\"apihelp-query+redirects-paramvalue-show-fragment\";i:6347;s:49:\"apihelp-query+redirects-paramvalue-show-!fragment\";i:6348;s:38:\"apihelp-query+redirects-example-simple\";i:6349;s:41:\"apihelp-query+redirects-example-generator\";i:6350;s:44:\"apihelp-query+revisions-extended-description\";i:6351;s:48:\"apihelp-query+revisions-paraminfo-singlepageonly\";i:6352;s:37:\"apihelp-query+revisions-param-startid\";i:6353;s:35:\"apihelp-query+revisions-param-endid\";i:6354;s:35:\"apihelp-query+revisions-param-start\";i:6355;s:33:\"apihelp-query+revisions-param-end\";i:6356;s:34:\"apihelp-query+revisions-param-user\";i:6357;s:41:\"apihelp-query+revisions-param-excludeuser\";i:6358;s:33:\"apihelp-query+revisions-param-tag\";i:6359;s:39:\"apihelp-query+revisions-example-content\";i:6360;s:37:\"apihelp-query+revisions-example-last5\";i:6361;s:38:\"apihelp-query+revisions-example-first5\";i:6362;s:44:\"apihelp-query+revisions-example-first5-after\";i:6363;s:52:\"apihelp-query+revisions-example-first5-not-localhost\";i:6364;s:43:\"apihelp-query+revisions-example-first5-user\";i:6365;s:39:\"apihelp-query+revisions+base-param-prop\";i:6366;s:48:\"apihelp-query+revisions+base-paramvalue-prop-ids\";i:6367;s:50:\"apihelp-query+revisions+base-paramvalue-prop-flags\";i:6368;s:54:\"apihelp-query+revisions+base-paramvalue-prop-timestamp\";i:6369;s:49:\"apihelp-query+revisions+base-paramvalue-prop-user\";i:6370;s:51:\"apihelp-query+revisions+base-paramvalue-prop-userid\";i:6371;s:49:\"apihelp-query+revisions+base-paramvalue-prop-size\";i:6372;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsize\";i:6373;s:49:\"apihelp-query+revisions+base-paramvalue-prop-sha1\";i:6374;s:53:\"apihelp-query+revisions+base-paramvalue-prop-slotsha1\";i:6375;s:57:\"apihelp-query+revisions+base-paramvalue-prop-contentmodel\";i:6376;s:52:\"apihelp-query+revisions+base-paramvalue-prop-comment\";i:6377;s:58:\"apihelp-query+revisions+base-paramvalue-prop-parsedcomment\";i:6378;s:50:\"apihelp-query+revisions+base-paramvalue-prop-roles\";i:6379;s:54:\"apihelp-query+revisions+base-paramvalue-prop-parsetree\";i:6380;s:40:\"apihelp-query+revisions+base-param-slots\";i:6381;s:40:\"apihelp-query+revisions+base-param-limit\";i:6382;s:50:\"apihelp-query+revisions+base-param-expandtemplates\";i:6383;s:46:\"apihelp-query+revisions+base-param-generatexml\";i:6384;s:40:\"apihelp-query+revisions+base-param-parse\";i:6385;s:42:\"apihelp-query+revisions+base-param-section\";i:6386;s:41:\"apihelp-query+revisions+base-param-diffto\";i:6387;s:45:\"apihelp-query+revisions+base-param-difftotext\";i:6388;s:48:\"apihelp-query+revisions+base-param-difftotextpst\";i:6389;s:48:\"apihelp-query+revisions+base-param-contentformat\";i:6390;s:28:\"apihelp-query+search-summary\";i:6391;s:33:\"apihelp-query+search-param-search\";i:6392;s:36:\"apihelp-query+search-param-namespace\";i:6393;s:31:\"apihelp-query+search-param-what\";i:6394;s:31:\"apihelp-query+search-param-info\";i:6395;s:31:\"apihelp-query+search-param-prop\";i:6396;s:36:\"apihelp-query+search-param-qiprofile\";i:6397;s:41:\"apihelp-query+search-paramvalue-prop-size\";i:6398;s:46:\"apihelp-query+search-paramvalue-prop-wordcount\";i:6399;s:46:\"apihelp-query+search-paramvalue-prop-timestamp\";i:6400;s:44:\"apihelp-query+search-paramvalue-prop-snippet\";i:6401;s:49:\"apihelp-query+search-paramvalue-prop-titlesnippet\";i:6402;s:52:\"apihelp-query+search-paramvalue-prop-redirectsnippet\";i:6403;s:50:\"apihelp-query+search-paramvalue-prop-redirecttitle\";i:6404;s:51:\"apihelp-query+search-paramvalue-prop-sectionsnippet\";i:6405;s:49:\"apihelp-query+search-paramvalue-prop-sectiontitle\";i:6406;s:52:\"apihelp-query+search-paramvalue-prop-categorysnippet\";i:6407;s:48:\"apihelp-query+search-paramvalue-prop-isfilematch\";i:6408;s:50:\"apihelp-query+search-paramvalue-prop-extensiondata\";i:6409;s:32:\"apihelp-query+search-param-limit\";i:6410;s:36:\"apihelp-query+search-param-interwiki\";i:6411;s:34:\"apihelp-query+search-param-backend\";i:6412;s:41:\"apihelp-query+search-param-enablerewrites\";i:6413;s:31:\"apihelp-query+search-param-sort\";i:6414;s:38:\"apihelp-query+search-example-generator\";i:6415;s:30:\"apihelp-query+siteinfo-summary\";i:6416;s:33:\"apihelp-query+siteinfo-param-prop\";i:6417;s:46:\"apihelp-query+siteinfo-paramvalue-prop-general\";i:6418;s:49:\"apihelp-query+siteinfo-paramvalue-prop-namespaces\";i:6419;s:55:\"apihelp-query+siteinfo-paramvalue-prop-namespacealiases\";i:6420;s:57:\"apihelp-query+siteinfo-paramvalue-prop-specialpagealiases\";i:6421;s:49:\"apihelp-query+siteinfo-paramvalue-prop-magicwords\";i:6422;s:49:\"apihelp-query+siteinfo-paramvalue-prop-statistics\";i:6423;s:51:\"apihelp-query+siteinfo-paramvalue-prop-interwikimap\";i:6424;s:48:\"apihelp-query+siteinfo-paramvalue-prop-dbrepllag\";i:6425;s:49:\"apihelp-query+siteinfo-paramvalue-prop-usergroups\";i:6426;s:48:\"apihelp-query+siteinfo-paramvalue-prop-libraries\";i:6427;s:49:\"apihelp-query+siteinfo-paramvalue-prop-extensions\";i:6428;s:53:\"apihelp-query+siteinfo-paramvalue-prop-fileextensions\";i:6429;s:49:\"apihelp-query+siteinfo-paramvalue-prop-rightsinfo\";i:6430;s:51:\"apihelp-query+siteinfo-paramvalue-prop-restrictions\";i:6431;s:48:\"apihelp-query+siteinfo-paramvalue-prop-languages\";i:6432;s:55:\"apihelp-query+siteinfo-paramvalue-prop-languagevariants\";i:6433;s:44:\"apihelp-query+siteinfo-paramvalue-prop-skins\";i:6434;s:52:\"apihelp-query+siteinfo-paramvalue-prop-extensiontags\";i:6435;s:52:\"apihelp-query+siteinfo-paramvalue-prop-functionhooks\";i:6436;s:48:\"apihelp-query+siteinfo-paramvalue-prop-showhooks\";i:6437;s:48:\"apihelp-query+siteinfo-paramvalue-prop-variables\";i:6438;s:48:\"apihelp-query+siteinfo-paramvalue-prop-protocols\";i:6439;s:53:\"apihelp-query+siteinfo-paramvalue-prop-defaultoptions\";i:6440;s:51:\"apihelp-query+siteinfo-paramvalue-prop-uploaddialog\";i:6441;s:37:\"apihelp-query+siteinfo-param-filteriw\";i:6442;s:38:\"apihelp-query+siteinfo-param-showalldb\";i:6443;s:42:\"apihelp-query+siteinfo-param-numberingroup\";i:6444;s:43:\"apihelp-query+siteinfo-param-inlanguagecode\";i:6445;s:37:\"apihelp-query+siteinfo-example-simple\";i:6446;s:40:\"apihelp-query+siteinfo-example-interwiki\";i:6447;s:37:\"apihelp-query+siteinfo-example-replag\";i:6448;s:36:\"apihelp-query+stashimageinfo-summary\";i:6449;s:42:\"apihelp-query+stashimageinfo-param-filekey\";i:6450;s:45:\"apihelp-query+stashimageinfo-param-sessionkey\";i:6451;s:43:\"apihelp-query+stashimageinfo-example-simple\";i:6452;s:43:\"apihelp-query+stashimageinfo-example-params\";i:6453;s:26:\"apihelp-query+tags-summary\";i:6454;s:30:\"apihelp-query+tags-param-limit\";i:6455;s:29:\"apihelp-query+tags-param-prop\";i:6456;s:39:\"apihelp-query+tags-paramvalue-prop-name\";i:6457;s:46:\"apihelp-query+tags-paramvalue-prop-displayname\";i:6458;s:46:\"apihelp-query+tags-paramvalue-prop-description\";i:6459;s:43:\"apihelp-query+tags-paramvalue-prop-hitcount\";i:6460;s:42:\"apihelp-query+tags-paramvalue-prop-defined\";i:6461;s:41:\"apihelp-query+tags-paramvalue-prop-source\";i:6462;s:41:\"apihelp-query+tags-paramvalue-prop-active\";i:6463;s:33:\"apihelp-query+tags-example-simple\";i:6464;s:31:\"apihelp-query+templates-summary\";i:6465;s:39:\"apihelp-query+templates-param-namespace\";i:6466;s:35:\"apihelp-query+templates-param-limit\";i:6467;s:39:\"apihelp-query+templates-param-templates\";i:6468;s:33:\"apihelp-query+templates-param-dir\";i:6469;s:38:\"apihelp-query+templates-example-simple\";i:6470;s:41:\"apihelp-query+templates-example-generator\";i:6471;s:42:\"apihelp-query+templates-example-namespaces\";i:6472;s:28:\"apihelp-query+tokens-summary\";i:6473;s:31:\"apihelp-query+tokens-param-type\";i:6474;s:35:\"apihelp-query+tokens-example-simple\";i:6475;s:34:\"apihelp-query+tokens-example-types\";i:6476;s:35:\"apihelp-query+transcludedin-summary\";i:6477;s:38:\"apihelp-query+transcludedin-param-prop\";i:6478;s:50:\"apihelp-query+transcludedin-paramvalue-prop-pageid\";i:6479;s:49:\"apihelp-query+transcludedin-paramvalue-prop-title\";i:6480;s:52:\"apihelp-query+transcludedin-paramvalue-prop-redirect\";i:6481;s:43:\"apihelp-query+transcludedin-param-namespace\";i:6482;s:39:\"apihelp-query+transcludedin-param-limit\";i:6483;s:38:\"apihelp-query+transcludedin-param-show\";i:6484;s:52:\"apihelp-query+transcludedin-paramvalue-show-redirect\";i:6485;s:53:\"apihelp-query+transcludedin-paramvalue-show-!redirect\";i:6486;s:42:\"apihelp-query+transcludedin-example-simple\";i:6487;s:45:\"apihelp-query+transcludedin-example-generator\";i:6488;s:34:\"apihelp-query+usercontribs-summary\";i:6489;s:38:\"apihelp-query+usercontribs-param-limit\";i:6490;s:38:\"apihelp-query+usercontribs-param-start\";i:6491;s:36:\"apihelp-query+usercontribs-param-end\";i:6492;s:37:\"apihelp-query+usercontribs-param-user\";i:6493;s:43:\"apihelp-query+usercontribs-param-userprefix\";i:6494;s:40:\"apihelp-query+usercontribs-param-userids\";i:6495;s:40:\"apihelp-query+usercontribs-param-iprange\";i:6496;s:42:\"apihelp-query+usercontribs-param-namespace\";i:6497;s:37:\"apihelp-query+usercontribs-param-prop\";i:6498;s:46:\"apihelp-query+usercontribs-paramvalue-prop-ids\";i:6499;s:48:\"apihelp-query+usercontribs-paramvalue-prop-title\";i:6500;s:52:\"apihelp-query+usercontribs-paramvalue-prop-timestamp\";i:6501;s:50:\"apihelp-query+usercontribs-paramvalue-prop-comment\";i:6502;s:56:\"apihelp-query+usercontribs-paramvalue-prop-parsedcomment\";i:6503;s:47:\"apihelp-query+usercontribs-paramvalue-prop-size\";i:6504;s:51:\"apihelp-query+usercontribs-paramvalue-prop-sizediff\";i:6505;s:48:\"apihelp-query+usercontribs-paramvalue-prop-flags\";i:6506;s:52:\"apihelp-query+usercontribs-paramvalue-prop-patrolled\";i:6507;s:56:\"apihelp-query+usercontribs-paramvalue-prop-autopatrolled\";i:6508;s:47:\"apihelp-query+usercontribs-paramvalue-prop-tags\";i:6509;s:37:\"apihelp-query+usercontribs-param-show\";i:6510;s:36:\"apihelp-query+usercontribs-param-tag\";i:6511;s:40:\"apihelp-query+usercontribs-param-toponly\";i:6512;s:39:\"apihelp-query+usercontribs-example-user\";i:6513;s:43:\"apihelp-query+usercontribs-example-ipprefix\";i:6514;s:30:\"apihelp-query+userinfo-summary\";i:6515;s:33:\"apihelp-query+userinfo-param-prop\";i:6516;s:48:\"apihelp-query+userinfo-paramvalue-prop-blockinfo\";i:6517;s:45:\"apihelp-query+userinfo-paramvalue-prop-hasmsg\";i:6518;s:45:\"apihelp-query+userinfo-paramvalue-prop-groups\";i:6519;s:55:\"apihelp-query+userinfo-paramvalue-prop-groupmemberships\";i:6520;s:53:\"apihelp-query+userinfo-paramvalue-prop-implicitgroups\";i:6521;s:45:\"apihelp-query+userinfo-paramvalue-prop-rights\";i:6522;s:55:\"apihelp-query+userinfo-paramvalue-prop-changeablegroups\";i:6523;s:46:\"apihelp-query+userinfo-paramvalue-prop-options\";i:6524;s:48:\"apihelp-query+userinfo-paramvalue-prop-editcount\";i:6525;s:49:\"apihelp-query+userinfo-paramvalue-prop-ratelimits\";i:6526;s:60:\"apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits\";i:6527;s:47:\"apihelp-query+userinfo-paramvalue-prop-realname\";i:6528;s:44:\"apihelp-query+userinfo-paramvalue-prop-email\";i:6529;s:49:\"apihelp-query+userinfo-paramvalue-prop-acceptlang\";i:6530;s:55:\"apihelp-query+userinfo-paramvalue-prop-registrationdate\";i:6531;s:50:\"apihelp-query+userinfo-paramvalue-prop-unreadcount\";i:6532;s:49:\"apihelp-query+userinfo-paramvalue-prop-centralids\";i:6533;s:52:\"apihelp-query+userinfo-paramvalue-prop-latestcontrib\";i:6534;s:41:\"apihelp-query+userinfo-param-attachedwiki\";i:6535;s:37:\"apihelp-query+userinfo-example-simple\";i:6536;s:35:\"apihelp-query+userinfo-example-data\";i:6537;s:27:\"apihelp-query+users-summary\";i:6538;s:30:\"apihelp-query+users-param-prop\";i:6539;s:45:\"apihelp-query+users-paramvalue-prop-blockinfo\";i:6540;s:42:\"apihelp-query+users-paramvalue-prop-groups\";i:6541;s:52:\"apihelp-query+users-paramvalue-prop-groupmemberships\";i:6542;s:50:\"apihelp-query+users-paramvalue-prop-implicitgroups\";i:6543;s:42:\"apihelp-query+users-paramvalue-prop-rights\";i:6544;s:45:\"apihelp-query+users-paramvalue-prop-editcount\";i:6545;s:48:\"apihelp-query+users-paramvalue-prop-registration\";i:6546;s:45:\"apihelp-query+users-paramvalue-prop-emailable\";i:6547;s:42:\"apihelp-query+users-paramvalue-prop-gender\";i:6548;s:46:\"apihelp-query+users-paramvalue-prop-centralids\";i:6549;s:45:\"apihelp-query+users-paramvalue-prop-cancreate\";i:6550;s:38:\"apihelp-query+users-param-attachedwiki\";i:6551;s:31:\"apihelp-query+users-param-users\";i:6552;s:33:\"apihelp-query+users-param-userids\";i:6553;s:34:\"apihelp-query+users-example-simple\";i:6554;s:31:\"apihelp-query+watchlist-summary\";i:6555;s:36:\"apihelp-query+watchlist-param-allrev\";i:6556;s:35:\"apihelp-query+watchlist-param-start\";i:6557;s:33:\"apihelp-query+watchlist-param-end\";i:6558;s:39:\"apihelp-query+watchlist-param-namespace\";i:6559;s:34:\"apihelp-query+watchlist-param-user\";i:6560;s:41:\"apihelp-query+watchlist-param-excludeuser\";i:6561;s:35:\"apihelp-query+watchlist-param-limit\";i:6562;s:34:\"apihelp-query+watchlist-param-prop\";i:6563;s:43:\"apihelp-query+watchlist-paramvalue-prop-ids\";i:6564;s:45:\"apihelp-query+watchlist-paramvalue-prop-flags\";i:6565;s:53:\"apihelp-query+watchlist-paramvalue-prop-parsedcomment\";i:6566;s:50:\"apihelp-query+watchlist-paramvalue-prop-autopatrol\";i:6567;s:45:\"apihelp-query+watchlist-paramvalue-prop-sizes\";i:6568;s:61:\"apihelp-query+watchlist-paramvalue-prop-notificationtimestamp\";i:6569;s:44:\"apihelp-query+watchlist-paramvalue-prop-tags\";i:6570;s:46:\"apihelp-query+watchlist-paramvalue-prop-expiry\";i:6571;s:34:\"apihelp-query+watchlist-param-show\";i:6572;s:34:\"apihelp-query+watchlist-param-type\";i:6573;s:44:\"apihelp-query+watchlist-paramvalue-type-edit\";i:6574;s:50:\"apihelp-query+watchlist-paramvalue-type-categorize\";i:6575;s:35:\"apihelp-query+watchlist-param-owner\";i:6576;s:35:\"apihelp-query+watchlist-param-token\";i:6577;s:38:\"apihelp-query+watchlist-example-simple\";i:6578;s:37:\"apihelp-query+watchlist-example-props\";i:6579;s:38:\"apihelp-query+watchlist-example-expiry\";i:6580;s:38:\"apihelp-query+watchlist-example-allrev\";i:6581;s:41:\"apihelp-query+watchlist-example-generator\";i:6582;s:45:\"apihelp-query+watchlist-example-generator-rev\";i:6583;s:39:\"apihelp-query+watchlist-example-wlowner\";i:6584;s:34:\"apihelp-query+watchlistraw-summary\";i:6585;s:42:\"apihelp-query+watchlistraw-param-namespace\";i:6586;s:38:\"apihelp-query+watchlistraw-param-limit\";i:6587;s:37:\"apihelp-query+watchlistraw-param-prop\";i:6588;s:50:\"apihelp-query+watchlistraw-paramvalue-prop-changed\";i:6589;s:37:\"apihelp-query+watchlistraw-param-show\";i:6590;s:38:\"apihelp-query+watchlistraw-param-owner\";i:6591;s:38:\"apihelp-query+watchlistraw-param-token\";i:6592;s:36:\"apihelp-query+watchlistraw-param-dir\";i:6593;s:42:\"apihelp-query+watchlistraw-param-fromtitle\";i:6594;s:40:\"apihelp-query+watchlistraw-param-totitle\";i:6595;s:41:\"apihelp-query+watchlistraw-example-simple\";i:6596;s:44:\"apihelp-query+watchlistraw-example-generator\";i:6597;s:40:\"apihelp-removeauthenticationdata-summary\";i:6598;s:47:\"apihelp-removeauthenticationdata-example-simple\";i:6599;s:51:\"apihelp-resetpassword-extended-description-noroutes\";i:6600;s:33:\"apihelp-resetpassword-param-email\";i:6601;s:34:\"apihelp-resetpassword-example-user\";i:6602;s:35:\"apihelp-resetpassword-example-email\";i:6603;s:30:\"apihelp-revisiondelete-summary\";i:6604;s:33:\"apihelp-revisiondelete-param-type\";i:6605;s:35:\"apihelp-revisiondelete-param-target\";i:6606;s:32:\"apihelp-revisiondelete-param-ids\";i:6607;s:33:\"apihelp-revisiondelete-param-hide\";i:6608;s:33:\"apihelp-revisiondelete-param-show\";i:6609;s:37:\"apihelp-revisiondelete-param-suppress\";i:6610;s:35:\"apihelp-revisiondelete-param-reason\";i:6611;s:33:\"apihelp-revisiondelete-param-tags\";i:6612;s:39:\"apihelp-revisiondelete-example-revision\";i:6613;s:34:\"apihelp-revisiondelete-example-log\";i:6614;s:24:\"apihelp-rollback-summary\";i:6615;s:37:\"apihelp-rollback-extended-description\";i:6616;s:28:\"apihelp-rollback-param-title\";i:6617;s:29:\"apihelp-rollback-param-pageid\";i:6618;s:27:\"apihelp-rollback-param-tags\";i:6619;s:27:\"apihelp-rollback-param-user\";i:6620;s:30:\"apihelp-rollback-param-summary\";i:6621;s:30:\"apihelp-rollback-param-markbot\";i:6622;s:32:\"apihelp-rollback-param-watchlist\";i:6623;s:38:\"apihelp-rollback-param-watchlistexpiry\";i:6624;s:31:\"apihelp-rollback-example-simple\";i:6625;s:32:\"apihelp-rollback-example-summary\";i:6626;s:19:\"apihelp-rsd-summary\";i:6627;s:26:\"apihelp-rsd-example-simple\";i:6628;s:40:\"apihelp-setnotificationtimestamp-summary\";i:6629;s:53:\"apihelp-setnotificationtimestamp-extended-description\";i:6630;s:54:\"apihelp-setnotificationtimestamp-param-entirewatchlist\";i:6631;s:48:\"apihelp-setnotificationtimestamp-param-timestamp\";i:6632;s:46:\"apihelp-setnotificationtimestamp-param-torevid\";i:6633;s:53:\"apihelp-setnotificationtimestamp-param-newerthanrevid\";i:6634;s:44:\"apihelp-setnotificationtimestamp-example-all\";i:6635;s:45:\"apihelp-setnotificationtimestamp-example-page\";i:6636;s:54:\"apihelp-setnotificationtimestamp-example-pagetimestamp\";i:6637;s:49:\"apihelp-setnotificationtimestamp-example-allpages\";i:6638;s:31:\"apihelp-setpagelanguage-summary\";i:6639;s:53:\"apihelp-setpagelanguage-extended-description-disabled\";i:6640;s:35:\"apihelp-setpagelanguage-param-title\";i:6641;s:36:\"apihelp-setpagelanguage-param-pageid\";i:6642;s:34:\"apihelp-setpagelanguage-param-lang\";i:6643;s:36:\"apihelp-setpagelanguage-param-reason\";i:6644;s:34:\"apihelp-setpagelanguage-param-tags\";i:6645;s:40:\"apihelp-setpagelanguage-example-language\";i:6646;s:39:\"apihelp-setpagelanguage-example-default\";i:6647;s:25:\"apihelp-stashedit-summary\";i:6648;s:38:\"apihelp-stashedit-extended-description\";i:6649;s:29:\"apihelp-stashedit-param-title\";i:6650;s:31:\"apihelp-stashedit-param-section\";i:6651;s:36:\"apihelp-stashedit-param-sectiontitle\";i:6652;s:39:\"apihelp-stashedit-param-stashedtexthash\";i:6653;s:36:\"apihelp-stashedit-param-contentmodel\";i:6654;s:37:\"apihelp-stashedit-param-contentformat\";i:6655;s:33:\"apihelp-stashedit-param-baserevid\";i:6656;s:31:\"apihelp-stashedit-param-summary\";i:6657;s:19:\"apihelp-tag-summary\";i:6658;s:22:\"apihelp-tag-param-rcid\";i:6659;s:23:\"apihelp-tag-param-revid\";i:6660;s:23:\"apihelp-tag-param-logid\";i:6661;s:21:\"apihelp-tag-param-add\";i:6662;s:24:\"apihelp-tag-param-remove\";i:6663;s:22:\"apihelp-tag-param-tags\";i:6664;s:23:\"apihelp-tag-example-rev\";i:6665;s:23:\"apihelp-tag-example-log\";i:6666;s:24:\"apihelp-unblock-param-id\";i:6667;s:26:\"apihelp-unblock-param-user\";i:6668;s:28:\"apihelp-unblock-param-userid\";i:6669;s:26:\"apihelp-unblock-param-tags\";i:6670;s:28:\"apihelp-unblock-example-user\";i:6671;s:24:\"apihelp-undelete-summary\";i:6672;s:37:\"apihelp-undelete-extended-description\";i:6673;s:28:\"apihelp-undelete-param-title\";i:6674;s:27:\"apihelp-undelete-param-tags\";i:6675;s:33:\"apihelp-undelete-param-timestamps\";i:6676;s:30:\"apihelp-undelete-param-fileids\";i:6677;s:32:\"apihelp-undelete-param-watchlist\";i:6678;s:38:\"apihelp-undelete-param-watchlistexpiry\";i:6679;s:35:\"apihelp-undelete-param-undeletetalk\";i:6680;s:29:\"apihelp-undelete-example-page\";i:6681;s:34:\"apihelp-undelete-example-revisions\";i:6682;s:29:\"apihelp-unlinkaccount-summary\";i:6683;s:36:\"apihelp-unlinkaccount-example-simple\";i:6684;s:22:\"apihelp-upload-summary\";i:6685;s:35:\"apihelp-upload-extended-description\";i:6686;s:29:\"apihelp-upload-param-filename\";i:6687;s:28:\"apihelp-upload-param-comment\";i:6688;s:25:\"apihelp-upload-param-tags\";i:6689;s:25:\"apihelp-upload-param-text\";i:6690;s:26:\"apihelp-upload-param-watch\";i:6691;s:30:\"apihelp-upload-param-watchlist\";i:6692;s:36:\"apihelp-upload-param-watchlistexpiry\";i:6693;s:35:\"apihelp-upload-param-ignorewarnings\";i:6694;s:25:\"apihelp-upload-param-file\";i:6695;s:24:\"apihelp-upload-param-url\";i:6696;s:28:\"apihelp-upload-param-filekey\";i:6697;s:31:\"apihelp-upload-param-sessionkey\";i:6698;s:26:\"apihelp-upload-param-stash\";i:6699;s:29:\"apihelp-upload-param-filesize\";i:6700;s:27:\"apihelp-upload-param-offset\";i:6701;s:26:\"apihelp-upload-param-chunk\";i:6702;s:26:\"apihelp-upload-param-async\";i:6703;s:32:\"apihelp-upload-param-checkstatus\";i:6704;s:26:\"apihelp-upload-example-url\";i:6705;s:30:\"apihelp-upload-example-filekey\";i:6706;s:26:\"apihelp-userrights-summary\";i:6707;s:28:\"apihelp-userrights-param-add\";i:6708;s:31:\"apihelp-userrights-param-expiry\";i:6709;s:31:\"apihelp-userrights-param-remove\";i:6710;s:31:\"apihelp-userrights-param-reason\";i:6711;s:29:\"apihelp-userrights-param-tags\";i:6712;s:31:\"apihelp-userrights-example-user\";i:6713;s:33:\"apihelp-userrights-example-userid\";i:6714;s:33:\"apihelp-userrights-example-expiry\";i:6715;s:32:\"apihelp-validatepassword-summary\";i:6716;s:45:\"apihelp-validatepassword-extended-description\";i:6717;s:35:\"apihelp-validatepassword-param-user\";i:6718;s:36:\"apihelp-validatepassword-param-email\";i:6719;s:39:\"apihelp-validatepassword-param-realname\";i:6720;s:34:\"apihelp-validatepassword-example-1\";i:6721;s:34:\"apihelp-validatepassword-example-2\";i:6722;s:21:\"apihelp-watch-summary\";i:6723;s:25:\"apihelp-watch-param-title\";i:6724;s:26:\"apihelp-watch-param-expiry\";i:6725;s:27:\"apihelp-watch-param-unwatch\";i:6726;s:27:\"apihelp-watch-example-watch\";i:6727;s:34:\"apihelp-watch-example-watch-expiry\";i:6728;s:29:\"apihelp-watch-example-unwatch\";i:6729;s:31:\"apihelp-watch-example-generator\";i:6730;s:30:\"apihelp-format-example-generic\";i:6731;s:32:\"apihelp-format-param-wrappedhtml\";i:6732;s:20:\"apihelp-json-summary\";i:6733;s:27:\"apihelp-json-param-callback\";i:6734;s:23:\"apihelp-json-param-utf8\";i:6735;s:24:\"apihelp-json-param-ascii\";i:6736;s:32:\"apihelp-json-param-formatversion\";i:6737;s:39:\"apihelp-json-paramvalue-formatversion-1\";i:6738;s:39:\"apihelp-json-paramvalue-formatversion-2\";i:6739;s:44:\"apihelp-json-paramvalue-formatversion-latest\";i:6740;s:22:\"apihelp-jsonfm-summary\";i:6741;s:20:\"apihelp-none-summary\";i:6742;s:19:\"apihelp-php-summary\";i:6743;s:31:\"apihelp-php-param-formatversion\";i:6744;s:38:\"apihelp-php-paramvalue-formatversion-1\";i:6745;s:38:\"apihelp-php-paramvalue-formatversion-2\";i:6746;s:43:\"apihelp-php-paramvalue-formatversion-latest\";i:6747;s:21:\"apihelp-phpfm-summary\";i:6748;s:21:\"apihelp-rawfm-summary\";i:6749;s:19:\"apihelp-xml-summary\";i:6750;s:22:\"apihelp-xml-param-xslt\";i:6751;s:37:\"apihelp-xml-param-includexmlnamespace\";i:6752;s:21:\"apihelp-xmlfm-summary\";i:6753;s:16:\"api-format-title\";i:6754;s:29:\"api-format-prettyprint-header\";i:6755;s:39:\"api-format-prettyprint-header-only-html\";i:6756;s:41:\"api-format-prettyprint-header-hyperlinked\";i:6757;s:29:\"api-format-prettyprint-status\";i:6758;s:22:\"api-login-fail-aborted\";i:6759;s:30:\"api-login-fail-aborted-nobotpw\";i:6760;s:33:\"api-login-fail-badsessionprovider\";i:6761;s:25:\"api-login-fail-sameorigin\";i:6762;s:24:\"api-pageset-param-titles\";i:6763;s:25:\"api-pageset-param-pageids\";i:6764;s:24:\"api-pageset-param-revids\";i:6765;s:27:\"api-pageset-param-generator\";i:6766;s:37:\"api-pageset-param-redirects-generator\";i:6767;s:39:\"api-pageset-param-redirects-nogenerator\";i:6768;s:31:\"api-pageset-param-converttitles\";i:6769;s:14:\"api-help-title\";i:6770;s:13:\"api-help-lead\";i:6771;s:28:\"api-help-undocumented-module\";i:6772;s:22:\"api-help-flag-internal\";i:6773;s:24:\"api-help-flag-readrights\";i:6774;s:25:\"api-help-flag-writerights\";i:6775;s:26:\"api-help-flag-mustbeposted\";i:6776;s:23:\"api-help-flag-generator\";i:6777;s:24:\"api-help-parameters-note\";i:6778;s:31:\"api-help-param-deprecated-label\";i:6779;s:23:\"api-help-param-internal\";i:6780;s:29:\"api-help-param-internal-label\";i:6781;s:24:\"api-help-param-templated\";i:6782;s:34:\"api-help-param-templated-var-first\";i:6783;s:28:\"api-help-param-templated-var\";i:6784;s:22:\"api-help-datatypes-top\";i:6785;s:25:\"api-help-datatype-boolean\";i:6786;s:24:\"api-help-datatype-expiry\";i:6787;s:27:\"api-help-datatype-timestamp\";i:6788;s:31:\"api-help-templatedparams-header\";i:6789;s:24:\"api-help-templatedparams\";i:6790;s:26:\"api-help-param-type-expiry\";i:6791;s:25:\"api-help-param-type-limit\";i:6792;s:35:\"api-help-param-type-presenceboolean\";i:6793;s:29:\"api-help-param-type-timestamp\";i:6794;s:24:\"api-help-param-type-enum\";i:6795;s:29:\"api-help-param-multi-separate\";i:6796;s:24:\"api-help-param-multi-all\";i:6797;s:28:\"api-help-param-default-empty\";i:6798;s:20:\"api-help-param-token\";i:6799;s:26:\"api-help-param-token-webui\";i:6800;s:37:\"api-help-param-disabled-in-miser-mode\";i:6801;s:36:\"api-help-param-limited-in-miser-mode\";i:6802;s:24:\"api-help-param-direction\";i:6803;s:35:\"api-help-paramvalue-direction-newer\";i:6804;s:35:\"api-help-paramvalue-direction-older\";i:6805;s:23:\"api-help-param-continue\";i:6806;s:29:\"api-help-param-no-description\";i:6807;s:17:\"api-help-examples\";i:6808;s:20:\"api-help-permissions\";i:6809;s:31:\"api-help-permissions-granted-to\";i:6810;s:28:\"api-help-right-apihighlimits\";i:6811;s:27:\"api-help-open-in-apisandbox\";i:6812;s:34:\"api-help-authmanager-general-usage\";i:6813;s:35:\"api-help-authmanagerhelper-requests\";i:6814;s:34:\"api-help-authmanagerhelper-request\";i:6815;s:40:\"api-help-authmanagerhelper-messageformat\";i:6816;s:45:\"api-help-authmanagerhelper-mergerequestfields\";i:6817;s:40:\"api-help-authmanagerhelper-preservestate\";i:6818;s:36:\"api-help-authmanagerhelper-returnurl\";i:6819;s:35:\"api-help-authmanagerhelper-continue\";i:6820;s:44:\"api-help-authmanagerhelper-additional-params\";i:6821;s:27:\"apierror-allimages-redirect\";i:6822;s:37:\"apierror-allpages-generator-redirects\";i:6823;s:27:\"apierror-appendnotsupported\";i:6824;s:22:\"apierror-articleexists\";i:6825;s:25:\"apierror-assertanonfailed\";i:6826;s:24:\"apierror-assertbotfailed\";i:6827;s:30:\"apierror-assertnameduserfailed\";i:6828;s:25:\"apierror-assertuserfailed\";i:6829;s:20:\"apierror-autoblocked\";i:6830;s:32:\"apierror-bad-badfilecontexttitle\";i:6831;s:33:\"apierror-badconfig-resulttoosmall\";i:6832;s:20:\"apierror-badcontinue\";i:6833;s:16:\"apierror-baddiff\";i:6834;s:18:\"apierror-baddiffto\";i:6835;s:26:\"apierror-badformat-generic\";i:6836;s:18:\"apierror-badformat\";i:6837;s:34:\"apierror-badgenerator-notgenerator\";i:6838;s:29:\"apierror-badgenerator-unknown\";i:6839;s:14:\"apierror-badip\";i:6840;s:15:\"apierror-badmd5\";i:6841;s:31:\"apierror-badmodule-badsubmodule\";i:6842;s:31:\"apierror-badmodule-nosubmodules\";i:6843;s:21:\"apierror-badparameter\";i:6844;s:21:\"apierror-badtimestamp\";i:6845;s:17:\"apierror-badtoken\";i:6846;s:18:\"apierror-badupload\";i:6847;s:15:\"apierror-badurl\";i:6848;s:16:\"apierror-baduser\";i:6849;s:31:\"apierror-badvalue-notmultivalue\";i:6850;s:28:\"apierror-bad-watchlist-token\";i:6851;s:24:\"apierror-blockedfrommail\";i:6852;s:16:\"apierror-blocked\";i:6853;s:24:\"apierror-blocked-partial\";i:6854;s:25:\"apierror-botsnotsupported\";i:6855;s:33:\"apierror-cannot-async-upload-file\";i:6856;s:29:\"apierror-cannotreauthenticate\";i:6857;s:31:\"apierror-cantchangecontentmodel\";i:6858;s:33:\"apierror-cantoverwrite-sharedfile\";i:6859;s:17:\"apierror-cantsend\";i:6860;s:21:\"apierror-cantundelete\";i:6861;s:33:\"apierror-cantview-deleted-comment\";i:6862;s:37:\"apierror-cantview-deleted-description\";i:6863;s:34:\"apierror-cantview-deleted-metadata\";i:6864;s:42:\"apierror-cantview-deleted-revision-content\";i:6865;s:29:\"apierror-changeauth-norequest\";i:6866;s:40:\"apierror-changecontentmodel-missingtitle\";i:6867;s:43:\"apierror-changecontentmodel-nodirectediting\";i:6868;s:40:\"apierror-changecontentmodel-cannotbeused\";i:6869;s:42:\"apierror-changecontentmodel-cannot-convert\";i:6870;s:24:\"apierror-chunk-too-small\";i:6871;s:21:\"apierror-cidrtoobroad\";i:6872;s:33:\"apierror-compare-maintextrequired\";i:6873;s:25:\"apierror-compare-no-title\";i:6874;s:34:\"apierror-compare-nosuchfromsection\";i:6875;s:32:\"apierror-compare-nosuchtosection\";i:6876;s:31:\"apierror-compare-nofromrevision\";i:6877;s:23:\"apierror-compare-notext\";i:6878;s:29:\"apierror-compare-notorevision\";i:6879;s:26:\"apierror-concurrency-limit\";i:6880;s:36:\"apierror-compare-relative-to-deleted\";i:6881;s:36:\"apierror-compare-relative-to-nothing\";i:6882;s:38:\"apierror-contentserializationexception\";i:6883;s:22:\"apierror-contenttoobig\";i:6884;s:30:\"apierror-contentmodel-mismatch\";i:6885;s:28:\"apierror-copyuploadbaddomain\";i:6886;s:19:\"apierror-csp-report\";i:6887;s:34:\"apierror-deletedrevs-param-not-1-2\";i:6888;s:32:\"apierror-deletedrevs-param-not-3\";i:6889;s:29:\"apierror-edit-invalidredirect\";i:6890;s:18:\"apierror-emptypage\";i:6891;s:24:\"apierror-exceptioncaught\";i:6892;s:28:\"apierror-exceptioncaughttype\";i:6893;s:35:\"apierror-fileexists-sharedrepo-perm\";i:6894;s:19:\"apierror-filenopath\";i:6895;s:32:\"apierror-filetypecannotberotated\";i:6896;s:18:\"apierror-formatphp\";i:6897;s:28:\"apierror-imageusage-badtitle\";i:6898;s:28:\"apierror-import-unknownerror\";i:6899;s:38:\"apierror-integeroutofrange-abovebotmax\";i:6900;s:35:\"apierror-integeroutofrange-abovemax\";i:6901;s:39:\"apierror-integeroutofrange-belowminimum\";i:6902;s:24:\"apierror-invalidcategory\";i:6903;s:22:\"apierror-invalid-chunk\";i:6904;s:22:\"apierror-invalidexpiry\";i:6905;s:25:\"apierror-invalid-file-key\";i:6906;s:23:\"apierror-invalidiprange\";i:6907;s:20:\"apierror-invalidlang\";i:6908;s:22:\"apierror-invalidmethod\";i:6909;s:24:\"apierror-invalidoldimage\";i:6910;s:38:\"apierror-invalidparammix-cannotusewith\";i:6911;s:36:\"apierror-invalidparammix-mustusewith\";i:6912;s:42:\"apierror-invalidparammix-parse-new-section\";i:6913;s:24:\"apierror-invalidparammix\";i:6914;s:23:\"apierror-invalidsection\";i:6915;s:30:\"apierror-invalidsha1base36hash\";i:6916;s:24:\"apierror-invalidsha1hash\";i:6917;s:21:\"apierror-invalidtitle\";i:6918;s:24:\"apierror-invalidurlparam\";i:6919;s:20:\"apierror-invaliduser\";i:6920;s:22:\"apierror-invaliduserid\";i:6921;s:21:\"apierror-ipoutofrange\";i:6922;s:17:\"apierror-maxbytes\";i:6923;s:17:\"apierror-maxchars\";i:6924;s:23:\"apierror-maxlag-generic\";i:6925;s:15:\"apierror-maxlag\";i:6926;s:27:\"apierror-mimesearchdisabled\";i:6927;s:30:\"apierror-missingcontent-pageid\";i:6928;s:29:\"apierror-missingcontent-revid\";i:6929;s:34:\"apierror-missingcontent-revid-role\";i:6930;s:37:\"apierror-missingparam-at-least-one-of\";i:6931;s:28:\"apierror-missingparam-one-of\";i:6932;s:21:\"apierror-missingparam\";i:6933;s:26:\"apierror-missingrev-pageid\";i:6934;s:25:\"apierror-missingrev-title\";i:6935;s:32:\"apierror-missingtitle-createonly\";i:6936;s:21:\"apierror-missingtitle\";i:6937;s:28:\"apierror-missingtitle-byname\";i:6938;s:23:\"apierror-moduledisabled\";i:6939;s:29:\"apierror-multival-only-one-of\";i:6940;s:18:\"apierror-multpages\";i:6941;s:34:\"apierror-mustbeloggedin-changeauth\";i:6942;s:31:\"apierror-mustbeloggedin-generic\";i:6943;s:36:\"apierror-mustbeloggedin-linkaccounts\";i:6944;s:34:\"apierror-mustbeloggedin-removeauth\";i:6945;s:35:\"apierror-mustbeloggedin-uploadstash\";i:6946;s:23:\"apierror-mustbeloggedin\";i:6947;s:21:\"apierror-mustbeposted\";i:6948;s:23:\"apierror-mustpostparams\";i:6949;s:19:\"apierror-noapiwrite\";i:6950;s:18:\"apierror-nochanges\";i:6951;s:25:\"apierror-nodeleteablefile\";i:6952;s:26:\"apierror-no-direct-editing\";i:6953;s:20:\"apierror-noedit-anon\";i:6954;s:20:\"apierror-nosuchlogid\";i:6955;s:21:\"apierror-nosuchpageid\";i:6956;s:19:\"apierror-nosuchrcid\";i:6957;s:20:\"apierror-nosuchrevid\";i:6958;s:21:\"apierror-nosuchuserid\";i:6959;s:17:\"apierror-notarget\";i:6960;s:23:\"apierror-notpatrollable\";i:6961;s:23:\"apierror-nouploadmodule\";i:6962;s:33:\"apierror-opensearch-json-warnings\";i:6963;s:24:\"apierror-pagecannotexist\";i:6964;s:20:\"apierror-pagedeleted\";i:6965;s:26:\"apierror-pagelang-disabled\";i:6966;s:19:\"apierror-paramempty\";i:6967;s:30:\"apierror-parsetree-notwikitext\";i:6968;s:36:\"apierror-parsetree-notwikitext-title\";i:6969;s:19:\"apierror-pastexpiry\";i:6970;s:25:\"apierror-permissiondenied\";i:6971;s:36:\"apierror-permissiondenied-patrolflag\";i:6972;s:33:\"apierror-permissiondenied-unblock\";i:6973;s:29:\"apierror-prefixsearchdisabled\";i:6974;s:30:\"apierror-promised-nonwrite-api\";i:6975;s:20:\"apierror-ratelimited\";i:6976;s:22:\"apierror-readapidenied\";i:6977;s:17:\"apierror-readonly\";i:6978;s:23:\"apierror-reauthenticate\";i:6979;s:28:\"apierror-redirect-appendonly\";i:6980;s:33:\"apierror-revdel-mutuallyexclusive\";i:6981;s:26:\"apierror-revdel-needtarget\";i:6982;s:27:\"apierror-revdel-paramneeded\";i:6983;s:24:\"apierror-revisions-badid\";i:6984;s:27:\"apierror-revisions-norevids\";i:6985;s:29:\"apierror-revisions-singlepage\";i:6986;s:21:\"apierror-revwrongpage\";i:6987;s:23:\"apierror-searchdisabled\";i:6988;s:29:\"apierror-sectionreplacefailed\";i:6989;s:29:\"apierror-sectionsnotsupported\";i:6990;s:34:\"apierror-sectionsnotsupported-what\";i:6991;s:13:\"apierror-show\";i:6992;s:34:\"apierror-siteinfo-includealldenied\";i:6993;s:25:\"apierror-sizediffdisabled\";i:6994;s:21:\"apierror-spamdetected\";i:6995;s:32:\"apierror-specialpage-cantexecute\";i:6996;s:28:\"apierror-stashedfilenotfound\";i:6997;s:30:\"apierror-stashedit-missingtext\";i:6998;s:29:\"apierror-stashfailed-complete\";i:6999;s:30:\"apierror-stashfailed-nosession\";i:7000;s:25:\"apierror-stashfilestorage\";i:7001;s:27:\"apierror-stashnosuchfilekey\";i:7002;s:25:\"apierror-stashpathinvalid\";i:7003;s:24:\"apierror-stashwrongowner\";i:7004;s:24:\"apierror-stashzerolength\";i:7005;s:22:\"apierror-systemblocked\";i:7006;s:38:\"apierror-templateexpansion-notwikitext\";i:7007;s:23:\"apierror-toofewexpiries\";i:7008;s:22:\"apierror-toomanyvalues\";i:7009;s:22:\"apierror-unknownaction\";i:7010;s:30:\"apierror-unknownerror-editpage\";i:7011;s:27:\"apierror-unrecognizedparams\";i:7012;s:24:\"apierror-unsupportedrepo\";i:7013;s:29:\"apierror-upload-filekeyneeded\";i:7014;s:33:\"apierror-upload-filekeynotallowed\";i:7015;s:26:\"apierror-upload-inprogress\";i:7016;s:29:\"apierror-upload-missingresult\";i:7017;s:23:\"apierror-urlparamnormal\";i:7018;s:23:\"apierror-writeapidenied\";i:7019;s:39:\"apiwarn-alldeletedrevisions-performance\";i:7020;s:19:\"apiwarn-badurlparam\";i:7021;s:15:\"apiwarn-badutf8\";i:7022;s:34:\"apiwarn-checktoken-percentencoding\";i:7023;s:23:\"apiwarn-compare-no-next\";i:7024;s:23:\"apiwarn-compare-no-prev\";i:7025;s:30:\"apiwarn-compare-nocontentmodel\";i:7026;s:31:\"apiwarn-deprecation-deletedrevs\";i:7027;s:33:\"apiwarn-deprecation-httpsexpected\";i:7028;s:31:\"apiwarn-deprecation-login-botpw\";i:7029;s:33:\"apiwarn-deprecation-login-nobotpw\";i:7030;s:31:\"apiwarn-deprecation-login-token\";i:7031;s:32:\"apiwarn-deprecation-missingparam\";i:7032;s:29:\"apiwarn-deprecation-parameter\";i:7033;s:35:\"apiwarn-deprecation-parse-headitems\";i:7034;s:45:\"apiwarn-deprecation-post-without-content-type\";i:7035;s:29:\"apiwarn-deprecation-purge-get\";i:7036;s:35:\"apiwarn-deprecation-withreplacement\";i:7037;s:20:\"apiwarn-difftohidden\";i:7038;s:26:\"apiwarn-errorprinterfailed\";i:7039;s:40:\"apiwarn-ignoring-invalid-templated-value\";i:7040;s:31:\"apiwarn-invalidxmlstylesheetext\";i:7041;s:28:\"apiwarn-invalidxmlstylesheet\";i:7042;s:30:\"apiwarn-invalidxmlstylesheetns\";i:7043;s:26:\"apiwarn-moduleswithoutvars\";i:7044;s:30:\"apiwarn-nothumb-noimagehandler\";i:7045;s:28:\"apiwarn-parse-nocontentmodel\";i:7046;s:30:\"apiwarn-parse-revidwithouttext\";i:7047;s:30:\"apiwarn-parse-titlewithouttext\";i:7048;s:26:\"apiwarn-redirectsandrevids\";i:7049;s:21:\"apiwarn-tokens-origin\";i:7050;s:23:\"apiwarn-truncatedresult\";i:7051;s:27:\"apiwarn-unclearnowtimestamp\";i:7052;s:26:\"apiwarn-unrecognizedvalues\";i:7053;s:24:\"apiwarn-unsupportedarray\";i:7054;s:21:\"apiwarn-urlparamwidth\";i:7055;s:33:\"apiwarn-validationfailed-badchars\";i:7056;s:34:\"apiwarn-validationfailed-cannotset\";i:7057;s:35:\"apiwarn-validationfailed-keytoolong\";i:7058;s:37:\"apiwarn-validationfailed-valuetoolong\";i:7059;s:24:\"apiwarn-validationfailed\";i:7060;s:16:\"api-usage-docref\";i:7061;s:25:\"api-usage-mailinglist-ref\";i:7062;s:11:\"api-credits\";i:7063;s:17:\"rest-wrong-method\";i:7064;s:13:\"rest-no-match\";i:7065;s:36:\"rest-pagehistory-incompatible-params\";i:7066;s:26:\"rest-compare-page-mismatch\";i:7067;s:30:\"rest-compare-permission-denied\";i:7068;s:24:\"rest-compare-nonexistent\";i:7069;s:26:\"rest-compare-wrong-content\";i:7070;s:22:\"rest-compare-wikidiff2\";i:7071;s:26:\"rest-extraneous-csrf-token\";i:7072;s:28:\"rest-cross-origin-anon-write\";i:7073;s:31:\"rest-requires-safe-against-csrf\";i:7074;s:13:\"rest-badtoken\";i:7075;s:22:\"paramvalidator-badbool\";i:7076;s:24:\"paramvalidator-badexpiry\";i:7077;s:33:\"paramvalidator-badexpiry-duration\";i:7078;s:37:\"paramvalidator-badexpiry-duration-max\";i:7079;s:29:\"paramvalidator-badexpiry-past\";i:7080;s:23:\"paramvalidator-badfloat\";i:7081;s:33:\"paramvalidator-badfloat-notfinite\";i:7082;s:25:\"paramvalidator-badinteger\";i:7083;s:27:\"paramvalidator-badtimestamp\";i:7084;s:34:\"paramvalidator-badupload-cantwrite\";i:7085;s:33:\"paramvalidator-badupload-formsize\";i:7086;s:32:\"paramvalidator-badupload-inisize\";i:7087;s:31:\"paramvalidator-badupload-nofile\";i:7088;s:33:\"paramvalidator-badupload-notmpdir\";i:7089;s:34:\"paramvalidator-badupload-notupload\";i:7090;s:31:\"paramvalidator-badupload-phpext\";i:7091;s:33:\"paramvalidator-badvalue-enummulti\";i:7092;s:36:\"paramvalidator-badvalue-enumnotmulti\";i:7093;s:31:\"paramvalidator-deprecated-value\";i:7094;s:23:\"paramvalidator-maxbytes\";i:7095;s:23:\"paramvalidator-maxchars\";i:7096;s:23:\"paramvalidator-notmulti\";i:7097;s:29:\"paramvalidator-outofrange-max\";i:7098;s:32:\"paramvalidator-outofrange-minmax\";i:7099;s:29:\"paramvalidator-outofrange-min\";i:7100;s:28:\"paramvalidator-toomanyvalues\";i:7101;s:34:\"paramvalidator-unclearnowtimestamp\";i:7102;s:33:\"paramvalidator-unrecognizedvalues\";i:7103;s:34:\"paramvalidator-help-multi-separate\";i:7104;s:29:\"paramvalidator-help-multi-max\";i:7105;s:29:\"paramvalidator-help-type-enum\";i:7106;s:31:\"paramvalidator-help-type-expiry\";i:7107;s:30:\"paramvalidator-help-type-float\";i:7108;s:38:\"paramvalidator-help-type-number-minmax\";i:7109;s:35:\"paramvalidator-help-type-number-min\";i:7110;s:31:\"paramvalidator-help-type-upload\";i:7111;s:34:\"vector-toc-toggle-position-sidebar\";i:7112;s:32:\"vector-toc-toggle-position-title\";i:7113;s:55:\"wikieditor-toolbar-tool-link-int-target-status-disambig\";i:7114;s:44:\"wikieditor-toolbar-help-content-file-caption\";i:7115;s:59:\"wikieditor-toolbar-help-content-named-reference-description\";i:7116;s:54:\"wikieditor-toolbar-help-content-named-reference-syntax\";i:7117;s:54:\"wikieditor-toolbar-help-content-named-reference-result\";i:7118;s:35:\"syntaxhighlight-error-category-desc\";i:7119;s:32:\"syntaxhighlight-enclose-category\";i:7120;s:37:\"syntaxhighlight-enclose-category-desc\";i:7121;s:36:\"syntaxhighlight-source-category-desc\";i:7122;s:60:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none\";i:7123;s:68:\"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline\";i:7124;s:49:\"syntaxhighlight-error-pygments-invocation-failure\";i:7125;s:38:\"syntaxhighlight-error-unknown-language\";i:7126;s:40:\"syntaxhighlight-error-exceeds-size-limit\";i:7127;s:41:\"abusefilter-edit-builder-vars-user-mobile\";i:7128;s:22:\"action-mf-uploadbutton\";i:7129;s:20:\"beta-feature-minerva\";i:7130;s:32:\"beta-feature-minerva-description\";i:7131;s:30:\"mobile-frontend-categories-add\";i:7132;s:33:\"mobile-frontend-categories-search\";i:7133;s:34:\"mobile-frontend-categories-nomatch\";i:7134;s:33:\"mobile-frontend-categories-nodata\";i:7135;s:34:\"mobile-frontend-categories-summary\";i:7136;s:38:\"mobile-frontend-categories-add-heading\";i:7137;s:35:\"mobile-frontend-categories-add-wait\";i:7138;s:33:\"mobile-frontend-categories-normal\";i:7139;s:33:\"mobile-frontend-categories-hidden\";i:7140;s:38:\"mobile-frontend-diffview-bytesnochange\";i:7141;s:33:\"mobile-frontend-donate-image-anon\";i:7142;s:31:\"mobile-frontend-pointer-dismiss\";i:7143;s:34:\"mobile-frontend-editor-anonwarning\";i:7144;s:44:\"mobile-frontend-editor-blocked-info-loggedin\";i:7145;s:35:\"mobile-frontend-editor-blocked-info\";i:7146;s:30:\"mobile-frontend-editor-editing\";i:7147;s:36:\"mobile-frontend-editor-error-preview\";i:7148;s:32:\"mobile-frontend-editor-licensing\";i:7149;s:43:\"mobile-frontend-editor-licensing-with-terms\";i:7150;s:33:\"mobile-frontend-editor-terms-link\";i:7151;s:39:\"mobile-frontend-editor-new-page-confirm\";i:7152;s:43:\"mobile-frontend-editor-placeholder-new-page\";i:7153;s:38:\"mobile-frontend-editor-summary-request\";i:7154;s:30:\"mobile-frontend-editor-summary\";i:7155;s:37:\"mobile-frontend-editor-switch-confirm\";i:7156;s:39:\"mobile-frontend-editor-undo-unsupported\";i:7157;s:35:\"mobile-frontend-editor-uploadenable\";i:7158;s:38:\"mobile-frontend-editor-redlink-explain\";i:7159;s:37:\"mobile-frontend-editor-redlink-create\";i:7160;s:32:\"mobile-frontend-fontchanger-link\";i:7161;s:32:\"mobile-frontend-fontchanger-desc\";i:7162;s:25:\"mobile-frontend-main-menu\";i:7163;s:30:\"mobile-frontend-main-menu-back\";i:7164;s:37:\"mobile-frontend-meta-data-issues-talk\";i:7165;s:44:\"mobile-frontend-meta-data-issues-header-talk\";i:7166;s:34:\"mobile-frontend-nearby-sectiontext\";i:7167;s:33:\"mobile-frontend-page-edit-summary\";i:7168;s:31:\"mobile-frontend-photo-licensing\";i:7169;s:42:\"mobile-frontend-photo-licensing-with-terms\";i:7170;s:36:\"mobile-frontend-photo-upload-copyvio\";i:7171;s:41:\"mobile-frontend-photo-upload-invalid-user\";i:7172;s:31:\"mobile-frontend-placeholder-app\";i:7173;s:30:\"mobile-frontend-profile-noargs\";i:7174;s:30:\"mobile-frontend-profile-nouser\";i:7175;s:35:\"mobile-frontend-references-citation\";i:7176;s:31:\"mobile-frontend-requires-mobile\";i:7177;s:30:\"mobile-frontend-requires-optin\";i:7178;s:30:\"mobile-frontend-requires-title\";i:7179;s:29:\"mobile-frontend-talk-fullpage\";i:7180;s:35:\"mobile-frontend-talk-topic-feedback\";i:7181;s:32:\"mobile-frontend-talk-topic-error\";i:7182;s:42:\"mobile-frontend-talk-topic-error-protected\";i:7183;s:43:\"mobile-frontend-talk-topic-error-permission\";i:7184;s:37:\"mobile-frontend-talk-topic-error-spam\";i:7185;s:41:\"mobile-frontend-talk-topic-error-badtoken\";i:7186;s:31:\"mobile-frontend-talk-topic-wait\";i:7187;s:32:\"mobile-frontend-user-newmessages\";i:7188;s:43:\"mobile-frontend-userlogin-loggedin-register\";i:7189;s:37:\"mobile-frontend-watchlist-please-wait\";i:7190;s:31:\"mobile-frontend-watchlist-error\";i:7191;s:36:\"mobile-frontend-quick-lookup-looking\";i:7192;s:39:\"mobile-frontend-quick-lookup-no-results\";i:7193;s:41:\"mobile-frontend-quick-lookup-not-internal\";i:7194;s:10:\"mobile.css\";i:7195;s:9:\"mobile.js\";i:7196;s:21:\"right-mf-uploadbutton\";i:7197;s:41:\"mobile-frontend-pageaction-upload-tooltip\";i:7198;s:30:\"apihelp-mobileview-description\";i:7199;s:29:\"apihelp-mobileview-param-page\";i:7200;s:33:\"apihelp-mobileview-param-redirect\";i:7201;s:33:\"apihelp-mobileview-param-sections\";i:7202;s:29:\"apihelp-mobileview-param-prop\";i:7203;s:40:\"apihelp-mobileview-param-prop-withimages\";i:7204;s:36:\"apihelp-mobileview-param-sectionprop\";i:7205;s:34:\"apihelp-mobileview-param-pageprops\";i:7206;s:32:\"apihelp-mobileview-param-variant\";i:7207;s:33:\"apihelp-mobileview-param-noimages\";i:7208;s:35:\"apihelp-mobileview-param-noheadings\";i:7209;s:36:\"apihelp-mobileview-param-notransform\";i:7210;s:46:\"apihelp-mobileview-param-onlyrequestedsections\";i:7211;s:31:\"apihelp-mobileview-param-offset\";i:7212;s:31:\"apihelp-mobileview-param-maxlen\";i:7213;s:34:\"apihelp-mobileview-param-thumbsize\";i:7214;s:35:\"apihelp-mobileview-param-thumbwidth\";i:7215;s:36:\"apihelp-mobileview-param-thumbheight\";i:7216;s:28:\"apihelp-mobileview-example-1\";i:7217;s:28:\"apihelp-mobileview-example-2\";i:7218;s:28:\"apihelp-mobileview-example-3\";i:7219;s:32:\"apihelp-parse-param-mobileformat\";i:7220;s:28:\"apihelp-parse-param-noimages\";i:7221;s:28:\"apihelp-parse-param-mainpage\";i:7222;s:35:\"mobile-frontend-donate-button-label\";i:7223;s:31:\"mobile-frontend-loading-message\";i:7224;s:31:\"mobile-frontend-console-recruit\";i:7225;s:34:\"mobile-frontend-browse-tags-header\";i:7226;s:35:\"mobile-frontend-panel-betaoptin-msg\";i:7227;s:41:\"mobile-frontend-search-feedback-link-text\";i:7228;s:38:\"mobile-frontend-search-feedback-prompt\";i:7229;s:7:\"sidebar\";i:7230;s:18:\"pagecategorieslink\";i:7231;s:9:\"sitetitle\";i:7232;s:12:\"sitesubtitle\";i:7233;s:10:\"addsection\";i:7234;s:14:\"talkpageheader\";i:7235;s:22:\"view-pool-dirty-output\";i:7236;s:20:\"view-pool-contention\";i:7237;s:17:\"view-pool-timeout\";i:7238;s:12:\"edithelppage\";i:7239;s:8:\"helppage\";i:7240;s:14:\"mainpage-title\";i:7241;s:23:\"mainpage-title-loggedin\";i:7242;s:23:\"pagetitle-view-mainpage\";i:7243;s:10:\"sitenotice\";i:7244;s:10:\"anonnotice\";i:7245;s:28:\"newsectionheaderdefaultlevel\";i:7246;s:10:\"nstab-talk\";i:7247;s:23:\"createacct-helpusername\";i:7248;s:24:\"createacct-username-help\";i:7249;s:11:\"loginprompt\";i:7250;s:18:\"userlogout-summary\";i:7251;s:13:\"helplogin-url\";i:7252;s:26:\"createacct-imgcaptcha-help\";i:7253;s:24:\"createacct-benefit-icon1\";i:7254;s:24:\"createacct-benefit-head1\";i:7255;s:24:\"createacct-benefit-icon2\";i:7256;s:24:\"createacct-benefit-head2\";i:7257;s:24:\"createacct-benefit-icon3\";i:7258;s:24:\"createacct-benefit-head3\";i:7259;s:17:\"nocookiesforlogin\";i:7260;s:11:\"signupstart\";i:7261;s:9:\"signupend\";i:7262;s:15:\"signupend-https\";i:7263;s:11:\"emailsender\";i:7264;s:18:\"loginlanguagelinks\";i:7265;s:15:\"pear-mail-error\";i:7266;s:14:\"php-mail-error\";i:7267;s:22:\"changepassword-summary\";i:7268;s:19:\"changeemail-summary\";i:7269;s:19:\"resettokens-summary\";i:7270;s:8:\"sig-text\";i:7271;s:18:\"newarticletextanon\";i:7272;s:12:\"talkpagetext\";i:7273;s:17:\"noarticletextanon\";i:7274;s:17:\"editnotice-notext\";i:7275;s:23:\"editpage-head-copy-warn\";i:7276;s:20:\"editpage-tos-summary\";i:7277;s:13:\"longpage-hint\";i:7278;s:18:\"addsection-preload\";i:7279;s:20:\"addsection-editintro\";i:7280;s:26:\"createaccount-hook-aborted\";i:7281;s:21:\"revision-info-current\";i:7282;s:12:\"revision-nav\";i:7283;s:17:\"history_copyright\";i:7284;s:41:\"mergehistory-warning-redirect-not-created\";i:7285;s:26:\"mergehistory-redirect-text\";i:7286;s:18:\"pagemerge-logentry\";i:7287;s:14:\"search-summary\";i:7288;s:23:\"searchmenu-new-nocreate\";i:7289;s:23:\"search-interwiki-custom\";i:7290;s:12:\"googlesearch\";i:7291;s:15:\"opensearch-desc\";i:7292;s:19:\"preferences-summary\";i:7293;s:36:\"prefs-user-downloaddata-help-message\";i:7294;s:18:\"userrights-summary\";i:7295;s:17:\"recentchanges-url\";i:7296;s:17:\"recentchangestext\";i:7297;s:26:\"recentchanges-legend-minor\";i:7298;s:24:\"recentchanges-legend-bot\";i:7299;s:32:\"recentchanges-legend-unpatrolled\";i:7300;s:30:\"rcfilters-tag-prefix-namespace\";i:7301;s:25:\"rcfilters-tag-prefix-tags\";i:7302;s:43:\"number-of-watching-users-for-recent-changes\";i:7303;s:14:\"upload-summary\";i:7304;s:12:\"uploadfooter\";i:7305;s:26:\"upload-default-description\";i:7306;s:13:\"uploadedimage\";i:7307;s:14:\"overwroteimage\";i:7308;s:8:\"licenses\";i:7309;s:24:\"shareddescriptionfollows\";i:7310;s:35:\"filedelete-reason-dropdown-suppress\";i:7311;s:22:\"unwatchedpages-summary\";i:7312;s:21:\"listredirects-summary\";i:7313;s:23:\"unusedtemplates-summary\";i:7314;s:14:\"randompage-url\";i:7315;s:18:\"statistics-summary\";i:7316;s:24:\"statistics-articles-desc\";i:7317;s:21:\"statistics-files-desc\";i:7318;s:17:\"statistics-footer\";i:7319;s:21:\"pageswithprop-summary\";i:7320;s:23:\"doubleredirects-summary\";i:7321;s:23:\"brokenredirects-summary\";i:7322;s:29:\"brokenredirects-delete-reason\";i:7323;s:23:\"fewestrevisions-summary\";i:7324;s:19:\"lonelypages-summary\";i:7325;s:26:\"uncategorizedpages-summary\";i:7326;s:31:\"uncategorizedcategories-summary\";i:7327;s:27:\"uncategorizedimages-summary\";i:7328;s:30:\"uncategorizedtemplates-summary\";i:7329;s:24:\"unusedcategories-summary\";i:7330;s:20:\"unusedimages-summary\";i:7331;s:24:\"wantedcategories-summary\";i:7332;s:19:\"wantedfiles-summary\";i:7333;s:23:\"wantedtemplates-summary\";i:7334;s:18:\"mostlinked-summary\";i:7335;s:28:\"mostlinkedcategories-summary\";i:7336;s:27:\"mostlinkedtemplates-summary\";i:7337;s:22:\"mostcategories-summary\";i:7338;s:18:\"mostimages-summary\";i:7339;s:22:\"mostinterwikis-summary\";i:7340;s:21:\"mostrevisions-summary\";i:7341;s:19:\"prefixindex-summary\";i:7342;s:18:\"shortpages-summary\";i:7343;s:17:\"longpages-summary\";i:7344;s:20:\"deadendpages-summary\";i:7345;s:29:\"protectedpages-unknown-reason\";i:7346;s:17:\"listusers-summary\";i:7347;s:16:\"newpages-summary\";i:7348;s:20:\"ancientpages-summary\";i:7349;s:15:\"apihelp-summary\";i:7350;s:12:\"apihelp-link\";i:7351;s:18:\"apisandbox-summary\";i:7352;s:19:\"booksources-summary\";i:7353;s:6:\"rfcurl\";i:7354;s:9:\"pubmedurl\";i:7355;s:16:\"allpages-summary\";i:7356;s:18:\"categories-summary\";i:7357;s:28:\"deletedcontributions-summary\";i:7358;s:18:\"linksearch-summary\";i:7359;s:19:\"activeusers-summary\";i:7360;s:17:\"emailuser-summary\";i:7361;s:17:\"watchlist-summary\";i:7362;s:17:\"watchlist-unwatch\";i:7363;s:22:\"watchlist-unwatch-undo\";i:7364;s:30:\"deletereason-dropdown-suppress\";i:7365;s:16:\"protectedarticle\";i:7366;s:25:\"modifiedarticleprotection\";i:7367;s:18:\"unprotectedarticle\";i:7368;s:22:\"movedarticleprotection\";i:7369;s:17:\"restriction-blank\";i:7370;s:16:\"undelete-summary\";i:7371;s:21:\"contributions-summary\";i:7372;s:24:\"sp-contributions-explain\";i:7373;s:23:\"sp-contributions-footer\";i:7374;s:28:\"sp-contributions-footer-anon\";i:7375;s:34:\"sp-contributions-footer-anon-range\";i:7376;s:21:\"whatlinkshere-summary\";i:7377;s:15:\"unblock-summary\";i:7378;s:17:\"blocklist-summary\";i:7379;s:13:\"blocklogentry\";i:7380;s:16:\"reblock-logentry\";i:7381;s:15:\"unblocklogentry\";i:7382;s:18:\"ipb-default-expiry\";i:7383;s:21:\"ipb-default-expiry-ip\";i:7384;s:16:\"movepage-summary\";i:7385;s:18:\"move-redirect-text\";i:7386;s:31:\"category-move-redirect-override\";i:7387;s:14:\"export-summary\";i:7388;s:14:\"import-summary\";i:7389;s:22:\"import-logentry-upload\";i:7390;s:25:\"import-logentry-interwiki\";i:7391;s:21:\"accesskey-pt-userpage\";i:7392;s:25:\"accesskey-pt-anonuserpage\";i:7393;s:19:\"accesskey-pt-mytalk\";i:7394;s:21:\"accesskey-pt-anontalk\";i:7395;s:24:\"accesskey-pt-preferences\";i:7396;s:22:\"accesskey-pt-watchlist\";i:7397;s:22:\"accesskey-pt-mycontris\";i:7398;s:25:\"accesskey-pt-anoncontribs\";i:7399;s:18:\"accesskey-pt-login\";i:7400;s:26:\"accesskey-pt-login-private\";i:7401;s:19:\"accesskey-pt-logout\";i:7402;s:26:\"accesskey-pt-createaccount\";i:7403;s:17:\"accesskey-ca-view\";i:7404;s:17:\"accesskey-ca-talk\";i:7405;s:17:\"accesskey-ca-edit\";i:7406;s:23:\"accesskey-ca-addsection\";i:7407;s:23:\"accesskey-ca-viewsource\";i:7408;s:20:\"accesskey-ca-history\";i:7409;s:20:\"accesskey-ca-protect\";i:7410;s:22:\"accesskey-ca-unprotect\";i:7411;s:19:\"accesskey-ca-delete\";i:7412;s:21:\"accesskey-ca-undelete\";i:7413;s:17:\"accesskey-ca-move\";i:7414;s:18:\"accesskey-ca-watch\";i:7415;s:20:\"accesskey-ca-unwatch\";i:7416;s:16:\"accesskey-search\";i:7417;s:19:\"accesskey-search-go\";i:7418;s:25:\"accesskey-search-fulltext\";i:7419;s:16:\"accesskey-p-logo\";i:7420;s:26:\"accesskey-n-help-mediawiki\";i:7421;s:20:\"accesskey-n-mainpage\";i:7422;s:32:\"accesskey-n-mainpage-description\";i:7423;s:18:\"accesskey-n-portal\";i:7424;s:25:\"accesskey-n-currentevents\";i:7425;s:25:\"accesskey-n-recentchanges\";i:7426;s:22:\"accesskey-n-randompage\";i:7427;s:16:\"accesskey-n-help\";i:7428;s:25:\"accesskey-t-whatlinkshere\";i:7429;s:31:\"accesskey-t-recentchangeslinked\";i:7430;s:18:\"accesskey-feed-rss\";i:7431;s:19:\"accesskey-feed-atom\";i:7432;s:25:\"accesskey-t-contributions\";i:7433;s:21:\"accesskey-t-emailuser\";i:7434;s:16:\"accesskey-t-info\";i:7435;s:21:\"accesskey-t-permalink\";i:7436;s:17:\"accesskey-t-print\";i:7437;s:18:\"accesskey-t-upload\";i:7438;s:24:\"accesskey-t-specialpages\";i:7439;s:23:\"accesskey-ca-nstab-main\";i:7440;s:23:\"accesskey-ca-nstab-user\";i:7441;s:24:\"accesskey-ca-nstab-media\";i:7442;s:26:\"accesskey-ca-nstab-special\";i:7443;s:26:\"accesskey-ca-nstab-project\";i:7444;s:24:\"accesskey-ca-nstab-image\";i:7445;s:28:\"accesskey-ca-nstab-mediawiki\";i:7446;s:27:\"accesskey-ca-nstab-template\";i:7447;s:23:\"accesskey-ca-nstab-help\";i:7448;s:27:\"accesskey-ca-nstab-category\";i:7449;s:19:\"accesskey-minoredit\";i:7450;s:14:\"accesskey-save\";i:7451;s:17:\"accesskey-publish\";i:7452;s:17:\"accesskey-preview\";i:7453;s:14:\"accesskey-diff\";i:7454;s:33:\"accesskey-compareselectedversions\";i:7455;s:15:\"accesskey-watch\";i:7456;s:26:\"accesskey-watchlist-expiry\";i:7457;s:16:\"accesskey-upload\";i:7458;s:26:\"accesskey-preferences-save\";i:7459;s:17:\"accesskey-summary\";i:7460;s:24:\"accesskey-userrights-set\";i:7461;s:23:\"accesskey-blockip-block\";i:7462;s:16:\"accesskey-export\";i:7463;s:16:\"accesskey-import\";i:7464;s:37:\"accesskey-watchlistedit-normal-submit\";i:7465;s:34:\"accesskey-watchlistedit-raw-submit\";i:7466;s:15:\"tooltip-ca-view\";i:7467;s:14:\"tooltip-p-lang\";i:7468;s:20:\"tooltip-p-navigation\";i:7469;s:20:\"tooltip-p-namespaces\";i:7470;s:12:\"tooltip-p-tb\";i:7471;s:18:\"tooltip-p-variants\";i:7472;s:15:\"tooltip-p-views\";i:7473;s:36:\"tooltip-p-user-interface-preferences\";i:7474;s:19:\"tooltip-p-user-page\";i:7475;s:24:\"tooltip-n-help-mediawiki\";i:7476;s:33:\"interlanguage-link-title-langonly\";i:7477;s:36:\"interlanguage-link-title-nonlangonly\";i:7478;s:15:\"pageinfo-header\";i:7479;s:15:\"pageinfo-footer\";i:7480;s:19:\"markaspatrolledlink\";i:7481;s:13:\"newimagestext\";i:7482;s:8:\"today-at\";i:7483;s:25:\"metadata-langitem-default\";i:7484;s:18:\"autocomment-prefix\";i:7485;s:29:\"block-autoblock-exemptionlist\";i:7486;s:21:\"editwatchlist-summary\";i:7487;s:14:\"signature-anon\";i:7488;s:15:\"version-summary\";i:7489;s:20:\"version-db-mysql-url\";i:7490;s:22:\"version-db-mariadb-url\";i:7491;s:22:\"version-db-percona-url\";i:7492;s:23:\"version-db-postgres-url\";i:7493;s:21:\"version-db-sqlite-url\";i:7494;s:29:\"version-entrypoints-index-php\";i:7495;s:27:\"version-entrypoints-api-php\";i:7496;s:28:\"version-entrypoints-rest-php\";i:7497;s:13:\"redirect-text\";i:7498;s:20:\"specialpages-summary\";i:7499;s:24:\"specialpages-note-cached\";i:7500;s:12:\"tags-summary\";i:7501;s:30:\"tags-edit-revision-explanation\";i:7502;s:30:\"tags-edit-logentry-explanation\";i:7503;s:20:\"comparepages-summary\";i:7504;s:17:\"diff-form-summary\";i:7505;s:21:\"permanentlink-summary\";i:7506;s:18:\"newsection-summary\";i:7507;s:16:\"editpage-summary\";i:7508;s:18:\"deletepage-summary\";i:7509;s:16:\"pageinfo-summary\";i:7510;s:19:\"pagehistory-summary\";i:7511;s:19:\"protectpage-summary\";i:7512;s:13:\"purge-summary\";i:7513;s:10:\"rawmessage\";i:7514;s:14:\"deletedarticle\";i:7515;s:16:\"undeletedarticle\";i:7516;s:15:\"patrol-log-line\";i:7517;s:15:\"patrol-log-auto\";i:7518;s:15:\"patrol-log-diff\";i:7519;s:9:\"1movedto2\";i:7520;s:15:\"1movedto2_redir\";i:7521;s:23:\"newuserlog-create-entry\";i:7522;s:24:\"newuserlog-create2-entry\";i:7523;s:27:\"newuserlog-autocreate-entry\";i:7524;s:14:\"rightslogentry\";i:7525;s:26:\"rightslogentry-autopromote\";i:7526;s:35:\"authmanager-account-password-domain\";i:7527;s:37:\"authprovider-confirmlink-request-help\";i:7528;s:26:\"copyupload-allowed-domains\";i:7529;s:15:\"exif-make-value\";i:7530;s:16:\"exif-model-value\";i:7531;s:19:\"exif-software-value\";i:7532;s:27:\"exif-software-version-value\";i:7533;s:20:\"apihelp-main-summary\";i:7534;s:40:\"apihelp-main-paramvalue-errorformat-html\";i:7535;s:14:\"api-help-flags\";i:7536;s:18:\"api-help-help-urls\";i:7537;s:32:\"api-help-no-extended-description\";i:7538;s:23:\"apierror-stashexception\";i:7539;s:30:\"paramvalidator-param-sensitive\";i:7540;s:42:\"wikieditor-toolbar-tool-table-example-text\";i:7541;s:50:\"wikieditor-toolbar-help-content-rereference-syntax\";i:7542;s:53:\"wikieditor-toolbar-help-content-showreferences-syntax\";i:7543;s:57:\"wikieditor-toolbar-help-content-signaturetimestamp-syntax\";i:7544;s:48:\"wikieditor-toolbar-help-content-signature-syntax\";i:7545;s:32:\"mobile-frontend-current-language\";i:7546;s:30:\"mobile-frontend-diffview-comma\";i:7547;s:42:\"mobile-frontend-page-menu-language-current\";i:7548;s:25:\"mobile-frontend-terms-url\";i:7549;s:16:\"skinname-minerva\";}}'),('oc','magicWords','a:172:{s:12:\"anchorencode\";a:4:{i:0;i:0;i:1;s:14:\"ENCÒDAANCÒRA\";i:2;s:12:\"ANCHORENCODE\";i:3;s:11:\"ENCODEANCRE\";}s:12:\"basepagename\";a:4:{i:0;i:1;i:1;s:15:\"NOMBASADEPAGINA\";i:2;s:12:\"BASEPAGENAME\";i:3;s:13:\"NOMBASEDEPAGE\";}s:13:\"basepagenamee\";a:4:{i:0;i:1;i:1;s:16:\"NOMBASADEPAGINAX\";i:2;s:13:\"BASEPAGENAMEE\";i:3;s:14:\"NOMBASEDEPAGEX\";}s:15:\"contentlanguage\";a:9:{i:0;i:1;i:1;s:14:\"LENGACONTENGUT\";i:2;s:13:\"LENGCONTENGUT\";i:3;s:15:\"CONTENTLANGUAGE\";i:4;s:11:\"CONTENTLANG\";i:5;s:15:\"IDIOMACONTINGUT\";i:6;s:16:\"LLENGUACONTINGUT\";i:7;s:13:\"LANGUECONTENU\";i:8;s:11:\"LANGCONTENU\";}s:10:\"currentday\";a:7:{i:0;i:1;i:1;s:11:\"JORNCORRENT\";i:2;s:10:\"JORNACTUAL\";i:3;s:10:\"CURRENTDAY\";i:4;s:9:\"DIAACTUAL\";i:5;s:10:\"JOURACTUEL\";i:6;s:11:\"JOUR1ACTUEL\";}s:11:\"currentday2\";a:6:{i:0;i:1;i:1;s:12:\"JORNCORRENT2\";i:2;s:11:\"JORNACTUAL2\";i:3;s:11:\"CURRENTDAY2\";i:4;s:10:\"DIAACTUAL2\";i:5;s:11:\"JOUR2ACTUEL\";}s:14:\"currentdayname\";a:6:{i:0;i:1;i:1;s:14:\"NOMJORNCORRENT\";i:2;s:13:\"NOMJORNACTUAL\";i:3;s:14:\"CURRENTDAYNAME\";i:4;s:12:\"NOMDIAACTUAL\";i:5;s:13:\"NOMJOURACTUEL\";}s:10:\"currentdow\";a:4:{i:0;i:1;i:1;s:10:\"JDSCORRENT\";i:2;s:10:\"CURRENTDOW\";i:3;s:9:\"JDSACTUEL\";}s:11:\"currenthour\";a:6:{i:0;i:1;i:1;s:11:\"ORACORRENTA\";i:2;s:10:\"ORAACTUALA\";i:3;s:11:\"CURRENTHOUR\";i:4;s:10:\"HORAACTUAL\";i:5;s:13:\"HEUREACTUELLE\";}s:12:\"currentmonth\";a:7:{i:0;i:1;i:1;s:10:\"MESCORRENT\";i:2;s:9:\"MESACTUAL\";i:3;s:12:\"CURRENTMONTH\";i:4;s:13:\"CURRENTMONTH2\";i:5;s:10:\"MOISACTUEL\";i:6;s:11:\"MOIS2ACTUEL\";}s:18:\"currentmonthabbrev\";a:5:{i:0;i:1;i:1;s:15:\"ABREVMESCORRENT\";i:2;s:14:\"ABREVMESACTUAL\";i:3;s:18:\"CURRENTMONTHABBREV\";i:4;s:15:\"ABREVMOISACTUEL\";}s:16:\"currentmonthname\";a:5:{i:0;i:1;i:1;s:13:\"NOMMESCORRENT\";i:2;s:12:\"NOMMESACTUAL\";i:3;s:16:\"CURRENTMONTHNAME\";i:4;s:13:\"NOMMOISACTUEL\";}s:19:\"currentmonthnamegen\";a:5:{i:0;i:1;i:1;s:16:\"NOMGENMESCORRENT\";i:2;s:15:\"NOMGENMESACTUAL\";i:3;s:19:\"CURRENTMONTHNAMEGEN\";i:4;s:16:\"NOMGENMOISACTUEL\";}s:11:\"currenttime\";a:6:{i:0;i:1;i:1;s:12:\"DATACORRENTA\";i:2;s:11:\"DATAACTUALA\";i:3;s:11:\"CURRENTTIME\";i:4;s:11:\"HORARICTUAL\";i:5;s:13:\"HORAIREACTUEL\";}s:16:\"currenttimestamp\";a:4:{i:0;i:1;i:1;s:13:\"INSTANTACTUAL\";i:2;s:16:\"CURRENTTIMESTAMP\";i:3;s:13:\"INSTANTACTUEL\";}s:14:\"currentversion\";a:6:{i:0;i:1;i:1;s:14:\"VERSIONACTUALA\";i:2;s:14:\"CURRENTVERSION\";i:3;s:13:\"VERSIÓACTUAL\";i:4;s:12:\"VERSIOACTUAL\";i:5;s:15:\"VERSIONACTUELLE\";}s:11:\"currentweek\";a:4:{i:0;i:1;i:1;s:15:\"SETMANACORRENTA\";i:2;s:11:\"CURRENTWEEK\";i:3;s:15:\"SEMAINEACTUELLE\";}s:11:\"currentyear\";a:6:{i:0;i:1;i:1;s:14:\"ANNADACORRENTA\";i:2;s:13:\"ANNADAACTUALA\";i:3;s:11:\"CURRENTYEAR\";i:4;s:9:\"ANYACTUAL\";i:5;s:13:\"ANNEEACTUELLE\";}s:11:\"defaultsort\";a:8:{i:0;i:1;i:1;s:7:\"ORDENA:\";i:2;s:13:\"CLAUDETRIADA:\";i:3;s:12:\"DEFAULTSORT:\";i:4;s:15:\"DEFAULTSORTKEY:\";i:5;s:20:\"DEFAULTCATEGORYSORT:\";i:6;s:10:\"CLEFDETRI:\";i:7;s:9:\"CLEDETRI:\";}s:13:\"directionmark\";a:7:{i:0;i:1;i:1;s:14:\"MARCADIRECCION\";i:2;s:8:\"MARCADIR\";i:3;s:13:\"DIRECTIONMARK\";i:4;s:7:\"DIRMARK\";i:5;s:15:\"MARQUEDIRECTION\";i:6;s:9:\"MARQUEDIR\";}s:12:\"displaytitle\";a:6:{i:0;i:1;i:1;s:13:\"AFICHARTÍTOL\";i:2;s:12:\"DISPLAYTITLE\";i:3;s:6:\"TÍTOL\";i:4;s:5:\"TITOL\";i:5;s:13:\"AFFICHERTITRE\";}s:8:\"filepath\";a:6:{i:0;i:0;i:1;s:6:\"CAMIN:\";i:2;s:9:\"FILEPATH:\";i:3;s:6:\"CAMÍ:\";i:4;s:5:\"CAMI:\";i:5;s:7:\"CHEMIN:\";}s:8:\"forcetoc\";a:8:{i:0;i:0;i:1;s:16:\"__FORÇARTAULA__\";i:2;s:17:\"__FORÇARSOMARI__\";i:3;s:14:\"__FORÇARTDM__\";i:4;s:12:\"__FORCETOC__\";i:5;s:15:\"__FORÇATAULA__\";i:6;s:18:\"__FORCERSOMMAIRE__\";i:7;s:13:\"__FORCERTDM__\";}s:9:\"formatnum\";a:3:{i:0;i:0;i:1;s:12:\"FORMATNOMBRE\";i:2;s:9:\"FORMATNUM\";}s:12:\"fullpagename\";a:4:{i:0;i:1;i:1;s:16:\"NOMPAGINACOMPLET\";i:2;s:12:\"FULLPAGENAME\";i:3;s:14:\"NOMPAGECOMPLET\";}s:13:\"fullpagenamee\";a:4:{i:0;i:1;i:1;s:17:\"NOMPAGINACOMPLETX\";i:2;s:13:\"FULLPAGENAMEE\";i:3;s:15:\"NOMPAGECOMPLETX\";}s:7:\"fullurl\";a:4:{i:0;i:0;i:1;s:12:\"URLCOMPLETA:\";i:2;s:8:\"FULLURL:\";i:3;s:12:\"URLCOMPLETE:\";}s:8:\"fullurle\";a:4:{i:0;i:0;i:1;s:13:\"URLCOMPLETAX:\";i:2;s:9:\"FULLURLE:\";i:3;s:13:\"URLCOMPLETEX:\";}s:6:\"gender\";a:3:{i:0;i:0;i:1;s:6:\"GENRE:\";i:2;s:7:\"GENDER:\";}s:7:\"grammar\";a:4:{i:0;i:0;i:1;s:10:\"GRAMATICA:\";i:2;s:8:\"GRAMMAR:\";i:3;s:10:\"GRAMMAIRE:\";}s:9:\"hiddencat\";a:4:{i:0;i:1;i:1;s:14:\"__CATAMAGADA__\";i:2;s:13:\"__HIDDENCAT__\";i:3;s:13:\"__CATCACHEE__\";}s:12:\"img_baseline\";a:6:{i:0;i:1;i:1;s:13:\"linha_de_basa\";i:2;s:8:\"baseline\";i:3;s:14:\"línia de base\";i:4;s:4:\"base\";i:5;s:13:\"ligne-de-base\";}s:10:\"img_border\";a:5:{i:0;i:1;i:1;s:9:\"bordadura\";i:2;s:6:\"border\";i:3;s:4:\"vora\";i:4;s:7:\"bordure\";}s:10:\"img_bottom\";a:4:{i:0;i:1;i:1;s:3:\"bas\";i:2;s:6:\"bottom\";i:3;s:4:\"baix\";}s:10:\"img_center\";a:5:{i:0;i:1;i:1;s:7:\"centrat\";i:2;s:6:\"center\";i:3;s:6:\"centre\";i:4;s:7:\"centré\";}s:10:\"img_framed\";a:10:{i:0;i:1;i:1;s:6:\"quadre\";i:2;s:9:\"enquagrat\";i:3;s:5:\"frame\";i:4;s:6:\"framed\";i:5;s:8:\"enframed\";i:6;s:4:\"marc\";i:7;s:5:\"cadre\";i:8;s:8:\"encadré\";i:9;s:7:\"encadre\";}s:13:\"img_frameless\";a:7:{i:0;i:1;i:1;s:11:\"sens_quadre\";i:2;s:9:\"frameless\";i:3;s:10:\"sense marc\";i:4;s:10:\"sans_cadre\";i:5;s:12:\"non_encadré\";i:6;s:11:\"non_encadre\";}s:8:\"img_left\";a:7:{i:0;i:1;i:1;s:9:\"esquèrra\";i:2;s:9:\"senèstra\";i:3;s:6:\"gaucha\";i:4;s:4:\"left\";i:5;s:8:\"esquerra\";i:6;s:6:\"gauche\";}s:8:\"img_link\";a:5:{i:0;i:1;i:1;s:8:\"ligam=$1\";i:2;s:7:\"link=$1\";i:3;s:10:\"enllaç=$1\";i:4;s:7:\"lien=$1\";}s:15:\"img_manualthumb\";a:6:{i:0;i:1;i:1;s:10:\"vinheta=$1\";i:2;s:12:\"thumbnail=$1\";i:3;s:8:\"thumb=$1\";i:4;s:12:\"miniatura=$1\";i:5;s:11:\"vignette=$1\";}s:10:\"img_middle\";a:5:{i:0;i:1;i:1;s:5:\"mitan\";i:2;s:6:\"middle\";i:3;s:6:\"mitjà\";i:4;s:6:\"milieu\";}s:8:\"img_none\";a:6:{i:0;i:1;i:1;s:5:\"neant\";i:2;s:7:\"nonrés\";i:3;s:4:\"none\";i:4;s:3:\"cap\";i:5;s:6:\"néant\";}s:9:\"img_right\";a:5:{i:0;i:1;i:1;s:6:\"drecha\";i:2;s:5:\"dreta\";i:3;s:5:\"right\";i:4;s:6:\"droite\";}s:7:\"img_sub\";a:5:{i:0;i:1;i:1;s:6:\"indici\";i:2;s:3:\"ind\";i:3;s:3:\"sub\";i:4;s:6:\"indice\";}s:9:\"img_super\";a:5:{i:0;i:1;i:1;s:3:\"exp\";i:2;s:5:\"super\";i:3;s:3:\"sup\";i:4;s:8:\"exposant\";}s:15:\"img_text_bottom\";a:6:{i:0;i:1;i:1;s:10:\"bas-tèxte\";i:2;s:7:\"bas-txt\";i:3;s:11:\"text-bottom\";i:4;s:9:\"baix-text\";i:5;s:9:\"bas-texte\";}s:12:\"img_text_top\";a:7:{i:0;i:1;i:1;s:11:\"naut-tèxte\";i:2;s:8:\"naut-txt\";i:3;s:8:\"text-top\";i:4;s:9:\"dalt-text\";i:5;s:10:\"haut-texte\";i:6;s:8:\"haut-txt\";}s:13:\"img_thumbnail\";a:6:{i:0;i:1;i:1;s:7:\"vinheta\";i:2;s:5:\"thumb\";i:3;s:9:\"thumbnail\";i:4;s:9:\"miniatura\";i:5;s:8:\"vignette\";}s:7:\"img_top\";a:5:{i:0;i:1;i:1;s:4:\"naut\";i:2;s:3:\"top\";i:3;s:4:\"dalt\";i:4;s:4:\"haut\";}s:11:\"img_upright\";a:13:{i:0;i:1;i:1;s:8:\"redreça\";i:2;s:10:\"redreça$1\";i:3;s:11:\"redreça $1\";i:4;s:7:\"upright\";i:5;s:10:\"upright=$1\";i:6;s:10:\"upright $1\";i:7;s:9:\"redreçat\";i:8;s:12:\"redreçat=$1\";i:9;s:12:\"redreçat $1\";i:10;s:8:\"redresse\";i:11;s:11:\"redresse=$1\";i:12;s:11:\"redresse_$1\";}s:8:\"language\";a:6:{i:0;i:0;i:1;s:7:\"#LENGA:\";i:2;s:10:\"#LANGUAGE:\";i:3;s:8:\"#IDIOMA:\";i:4;s:9:\"#LLENGUA:\";i:5;s:8:\"#LANGUE:\";}s:2:\"lc\";a:3:{i:0;i:0;i:1;s:6:\"MINUS:\";i:2;s:3:\"LC:\";}s:7:\"lcfirst\";a:3:{i:0;i:0;i:1;s:10:\"INITMINUS:\";i:2;s:8:\"LCFIRST:\";}s:8:\"localday\";a:6:{i:0;i:1;i:1;s:9:\"JORNLOCAL\";i:2;s:8:\"LOCALDAY\";i:3;s:8:\"DIALOCAL\";i:4;s:9:\"JOURLOCAL\";i:5;s:10:\"JOUR1LOCAL\";}s:9:\"localday2\";a:5:{i:0;i:1;i:1;s:10:\"JORNLOCAL2\";i:2;s:9:\"LOCALDAY2\";i:3;s:9:\"DIALOCAL2\";i:4;s:10:\"JOUR2LOCAL\";}s:12:\"localdayname\";a:5:{i:0;i:1;i:1;s:12:\"NOMJORNLOCAL\";i:2;s:12:\"LOCALDAYNAME\";i:3;s:11:\"NOMDIALOCAL\";i:4;s:12:\"NOMJOURLOCAL\";}s:8:\"localdow\";a:3:{i:0;i:1;i:1;s:8:\"JDSLOCAL\";i:2;s:8:\"LOCALDOW\";}s:9:\"localhour\";a:5:{i:0;i:1;i:1;s:9:\"ORALOCALA\";i:2;s:9:\"LOCALHOUR\";i:3;s:9:\"HORALOCAL\";i:4;s:11:\"HEURELOCALE\";}s:10:\"localmonth\";a:6:{i:0;i:1;i:1;s:8:\"MESLOCAL\";i:2;s:10:\"LOCALMONTH\";i:3;s:11:\"LOCALMONTH2\";i:4;s:9:\"MOISLOCAL\";i:5;s:10:\"MOIS2LOCAL\";}s:16:\"localmonthabbrev\";a:4:{i:0;i:1;i:1;s:13:\"ABREVMESLOCAL\";i:2;s:16:\"LOCALMONTHABBREV\";i:3;s:14:\"ABREVMOISLOCAL\";}s:14:\"localmonthname\";a:4:{i:0;i:1;i:1;s:11:\"NOMMESLOCAL\";i:2;s:14:\"LOCALMONTHNAME\";i:3;s:12:\"NOMMOISLOCAL\";}s:17:\"localmonthnamegen\";a:4:{i:0;i:1;i:1;s:14:\"NOMGENMESLOCAL\";i:2;s:17:\"LOCALMONTHNAMEGEN\";i:3;s:15:\"NOMGENMOISLOCAL\";}s:9:\"localtime\";a:5:{i:0;i:1;i:1;s:10:\"ORARILOCAL\";i:2;s:9:\"LOCALTIME\";i:3;s:11:\"HORARILOCAL\";i:4;s:12:\"HORAIRELOCAL\";}s:14:\"localtimestamp\";a:3:{i:0;i:1;i:1;s:12:\"INSTANTLOCAL\";i:2;s:14:\"LOCALTIMESTAMP\";}s:8:\"localurl\";a:4:{i:0;i:0;i:1;s:10:\"URLLOCALA:\";i:2;s:9:\"LOCALURL:\";i:3;s:10:\"URLLOCALE:\";}s:9:\"localurle\";a:4:{i:0;i:0;i:1;s:11:\"URLLOCALAX:\";i:2;s:10:\"LOCALURLE:\";i:3;s:11:\"URLLOCALEX:\";}s:9:\"localweek\";a:4:{i:0;i:1;i:1;s:13:\"SETMANALOCALA\";i:2;s:9:\"LOCALWEEK\";i:3;s:13:\"SEMAINELOCALE\";}s:9:\"localyear\";a:5:{i:0;i:1;i:1;s:12:\"ANNADALOCALA\";i:2;s:9:\"LOCALYEAR\";i:3;s:8:\"ANYLOCAL\";i:4;s:11:\"ANNEELOCALE\";}s:9:\"namespace\";a:4:{i:0;i:1;i:1;s:15:\"ESPACINOMENATGE\";i:2;s:9:\"NAMESPACE\";i:3;s:13:\"ESPACENOMMAGE\";}s:10:\"namespacee\";a:4:{i:0;i:1;i:1;s:16:\"ESPACINOMENATGEX\";i:2;s:10:\"NAMESPACEE\";i:3;s:14:\"ESPACENOMMAGEX\";}s:14:\"newsectionlink\";a:4:{i:0;i:1;i:1;s:23:\"__LIGAMSECCIONNOVÈLA__\";i:2;s:18:\"__NEWSECTIONLINK__\";i:3;s:23:\"__LIENNOUVELLESECTION__\";}s:13:\"noeditsection\";a:6:{i:0;i:0;i:1;s:22:\"__SECCIONNONEDITABLA__\";i:2;s:17:\"__NOEDITSECTION__\";i:3;s:21:\"__SECCIÓNOEDITABLE__\";i:4;s:20:\"__SECCIONOEDITABLE__\";i:5;s:22:\"__SECTIONNONEDITABLE__\";}s:9:\"nogallery\";a:8:{i:0;i:0;i:1;s:17:\"__CAPDEGALARIÁ__\";i:2;s:16:\"__CAPDEGALARIA__\";i:3;s:22:\"__PASCAPDEDEGALARIÁ__\";i:4;s:13:\"__NOGALLERY__\";i:5;s:14:\"__CAPGALERIA__\";i:6;s:13:\"__NOGALERIA__\";i:7;s:17:\"__AUCUNEGALERIE__\";}s:7:\"noindex\";a:5:{i:0;i:1;i:1;s:17:\"__PASCAPDINDÈX__\";i:2;s:11:\"__NOINDEX__\";i:3;s:12:\"__CAPINDEX__\";i:4;s:14:\"__AUCUNINDEX__\";}s:16:\"nonewsectionlink\";a:4:{i:0;i:1;i:1;s:31:\"__PASCAPDELIGAMSECCIONNOVÈLA__\";i:2;s:20:\"__NONEWSECTIONLINK__\";i:3;s:28:\"__AUCUNLIENNOUVELLESECTION__\";}s:5:\"notoc\";a:9:{i:0;i:0;i:1;s:14:\"__CAPDETAULA__\";i:2;s:18:\"__PASCAPDESOMARI__\";i:3;s:15:\"__PASCAPDETDM__\";i:4;s:9:\"__NOTOC__\";i:5;s:12:\"__CAPTAULA__\";i:6;s:11:\"__NOTAULA__\";i:7;s:17:\"__AUCUNSOMMAIRE__\";i:8;s:13:\"__AUCUNETDM__\";}s:2:\"ns\";a:3:{i:0;i:0;i:1;s:8:\"ESPACEN:\";i:2;s:3:\"NS:\";}s:19:\"numberofactiveusers\";a:4:{i:0;i:1;i:1;s:23:\"NOMBREUTILIZAIRESACTIUS\";i:2;s:19:\"NUMBEROFACTIVEUSERS\";i:3;s:24:\"NOMBREUTILISATEURSACTIFS\";}s:14:\"numberofadmins\";a:3:{i:0;i:1;i:1;s:12:\"NOMBREADMINS\";i:2;s:14:\"NUMBEROFADMINS\";}s:16:\"numberofarticles\";a:4:{i:0;i:1;i:1;s:14:\"NOMBREARTICLES\";i:2;s:16:\"NUMBEROFARTICLES\";i:3;s:16:\"NOMBRED\'ARTICLES\";}s:13:\"numberofedits\";a:5:{i:0;i:1;i:1;s:14:\"NOMBREEDICIONS\";i:2;s:12:\"NOMBREMODIFS\";i:3;s:13:\"NUMBEROFEDITS\";i:4;s:16:\"NOMBRED\'EDICIONS\";}s:13:\"numberoffiles\";a:6:{i:0;i:1;i:1;s:15:\"NOMBREFICHIÈRS\";i:2;s:13:\"NUMBEROFFILES\";i:3;s:13:\"NOMBREFITXERS\";i:4;s:14:\"NOMBRED\'ARXIUS\";i:5;s:14:\"NOMBREFICHIERS\";}s:13:\"numberofpages\";a:4:{i:0;i:1;i:1;s:13:\"NOMBREPAGINAS\";i:2;s:13:\"NUMBEROFPAGES\";i:3;s:11:\"NOMBREPAGES\";}s:13:\"numberofusers\";a:6:{i:0;i:1;i:1;s:17:\"NOMBREUTILIZAIRES\";i:2;s:13:\"NUMBEROFUSERS\";i:3;s:13:\"NOMBREUSUARIS\";i:4;s:15:\"NOMBRED\'USUARIS\";i:5;s:18:\"NOMBREUTILISATEURS\";}s:7:\"padleft\";a:7:{i:0;i:0;i:1;s:17:\"BORRATGEESQUÈRRA\";i:2;s:7:\"PADLEFT\";i:3;s:18:\"SEPARACIÓESQUERRA\";i:4;s:17:\"SEPARACIOESQUERRA\";i:5;s:14:\"BOURRAGEGAUCHE\";i:6;s:12:\"BOURREGAUCHE\";}s:8:\"padright\";a:7:{i:0;i:0;i:1;s:14:\"BORRATGEDRECHA\";i:2;s:8:\"PADRIGHT\";i:3;s:15:\"SEPARACIÓDRETA\";i:4;s:14:\"SEPARACIODRETA\";i:5;s:14:\"BOURRAGEDROITE\";i:6;s:12:\"BOURREDROITE\";}s:8:\"pagename\";a:6:{i:0;i:1;i:1;s:9:\"NOMPAGINA\";i:2;s:8:\"PAGENAME\";i:3;s:10:\"NOMPÀGINA\";i:4;s:12:\"NOMDELAPLANA\";i:5;s:7:\"NOMPAGE\";}s:9:\"pagenamee\";a:4:{i:0;i:1;i:1;s:10:\"NOMPAGINAX\";i:2;s:9:\"PAGENAMEE\";i:3;s:8:\"NOMPAGEX\";}s:15:\"pagesincategory\";a:8:{i:0;i:1;i:1;s:14:\"PAGINASDINSCAT\";i:2;s:15:\"PAGESINCATEGORY\";i:3;s:10:\"PAGESINCAT\";i:4;s:19:\"PÀGINESENCATEGORIA\";i:5;s:18:\"PAGINESENCATEGORIA\";i:6;s:12:\"PAGINESENCAT\";i:7;s:12:\"PAGESDANSCAT\";}s:16:\"pagesinnamespace\";a:6:{i:0;i:1;i:1;s:18:\"PAGINASDINSESPACI:\";i:2;s:17:\"PAGESINNAMESPACE:\";i:3;s:10:\"PAGESINNS:\";i:4;s:20:\"PÀGINESENESPAINOMS:\";i:5;s:16:\"PAGESDANSESPACE:\";}s:8:\"pagesize\";a:7:{i:0;i:1;i:1;s:11:\"TALHAPAGINA\";i:2;s:8:\"PAGESIZE\";i:3;s:11:\"MIDAPÀGINA\";i:4;s:10:\"MIDAPAGINA\";i:5;s:13:\"MIDADELAPLANA\";i:6;s:10:\"TAILLEPAGE\";}s:15:\"protectionlevel\";a:6:{i:0;i:1;i:1;s:18:\"NIVÈLDEPROTECCION\";i:2;s:15:\"PROTECTIONLEVEL\";i:3;s:16:\"NIVELLPROTECCIÓ\";i:4;s:15:\"NIVELLPROTECCIO\";i:5;s:18:\"NIVEAUDEPROTECTION\";}s:3:\"raw\";a:4:{i:0;i:0;i:1;s:6:\"LINHA:\";i:2;s:5:\"BRUT:\";i:3;s:4:\"RAW:\";}s:9:\"rawsuffix\";a:4:{i:0;i:1;i:1;s:4:\"BRUT\";i:2;s:1:\"B\";i:3;s:1:\"R\";}s:8:\"redirect\";a:6:{i:0;i:0;i:1;s:12:\"#REDIRECCION\";i:2;s:9:\"#REDIRECT\";i:3;s:12:\"#REDIRECCIÓ\";i:4;s:11:\"#REDIRECCIO\";i:5;s:12:\"#REDIRECTION\";}s:11:\"revisionday\";a:5:{i:0;i:1;i:1;s:11:\"DATAVERSION\";i:2;s:11:\"REVISIONDAY\";i:3;s:11:\"JOURVERSION\";i:4;s:12:\"JOUR1VERSION\";}s:12:\"revisionday2\";a:4:{i:0;i:1;i:1;s:12:\"DATAVERSION2\";i:2;s:12:\"REVISIONDAY2\";i:3;s:12:\"JOUR2VERSION\";}s:10:\"revisionid\";a:4:{i:0;i:1;i:1;s:14:\"NUMÈROVERSION\";i:2;s:10:\"REVISIONID\";i:3;s:9:\"IDVERSION\";}s:13:\"revisionmonth\";a:4:{i:0;i:1;i:1;s:11:\"MESREVISION\";i:2;s:13:\"REVISIONMONTH\";i:3;s:11:\"MOISVERSION\";}s:17:\"revisiontimestamp\";a:4:{i:0;i:1;i:1;s:11:\"ORAREVISION\";i:2;s:17:\"REVISIONTIMESTAMP\";i:3;s:14:\"INSTANTVERSION\";}s:12:\"revisionyear\";a:5:{i:0;i:1;i:1;s:14:\"ANNADAREVISION\";i:2;s:10:\"ANREVISION\";i:3;s:12:\"REVISIONYEAR\";i:4;s:12:\"ANNEEVERSION\";}s:10:\"scriptpath\";a:4:{i:0;i:0;i:1;s:12:\"CAMINESCRIPT\";i:2;s:10:\"SCRIPTPATH\";i:3;s:12:\"CHEMINSCRIPT\";}s:6:\"server\";a:4:{i:0;i:0;i:1;s:8:\"SERVIDOR\";i:2;s:6:\"SERVER\";i:3;s:7:\"SERVEUR\";}s:10:\"servername\";a:4:{i:0;i:0;i:1;s:11:\"NOMSERVIDOR\";i:2;s:10:\"SERVERNAME\";i:3;s:10:\"NOMSERVEUR\";}s:8:\"sitename\";a:5:{i:0;i:1;i:1;s:6:\"NOMSIT\";i:2;s:15:\"NOMSITE_NOMSITI\";i:3;s:8:\"SITENAME\";i:4;s:7:\"NOMSITE\";}s:7:\"special\";a:4:{i:0;i:0;i:1;s:8:\"especial\";i:2;s:7:\"special\";i:3;s:8:\"spécial\";}s:14:\"staticredirect\";a:6:{i:0;i:1;i:1;s:23:\"__REDIRECCIONESTATICA__\";i:2;s:18:\"__STATICREDIRECT__\";i:3;s:23:\"__REDIRECCIÓESTATICA__\";i:4;s:22:\"__REDIRECCIOESTATICA__\";i:5;s:23:\"__REDIRECTIONSTATIQUE__\";}s:15:\"subjectpagename\";a:8:{i:0;i:1;i:1;s:17:\"NOMPAGINASUBJECTE\";i:2;s:18:\"NOMPAGINASUBJÈCTE\";i:3;s:16:\"NOMPAGINAARTICLE\";i:4;s:15:\"SUBJECTPAGENAME\";i:5;s:15:\"ARTICLEPAGENAME\";i:6;s:12:\"NOMPAGESUJET\";i:7;s:14:\"NOMPAGEARTICLE\";}s:16:\"subjectpagenamee\";a:8:{i:0;i:1;i:1;s:18:\"NOMPAGINASUBJECTEX\";i:2;s:19:\"NOMPAGINASUBJÈCTEX\";i:3;s:17:\"NOMPAGINAARTICLEX\";i:4;s:16:\"SUBJECTPAGENAMEE\";i:5;s:16:\"ARTICLEPAGENAMEE\";i:6;s:13:\"NOMPAGESUJETX\";i:7;s:15:\"NOMPAGEARTICLEX\";}s:12:\"subjectspace\";a:8:{i:0;i:1;i:1;s:14:\"ESPACISUBJECTE\";i:2;s:15:\"ESPACISUBJÈCTE\";i:3;s:13:\"ESPACIARTICLE\";i:4;s:12:\"SUBJECTSPACE\";i:5;s:12:\"ARTICLESPACE\";i:6;s:11:\"ESPACESUJET\";i:7;s:13:\"ESPACEARTICLE\";}s:13:\"subjectspacee\";a:8:{i:0;i:1;i:1;s:15:\"ESPACISUBJECTEX\";i:2;s:16:\"ESPACISUBJÈCTEX\";i:3;s:14:\"ESPACIARTICLEX\";i:4;s:13:\"SUBJECTSPACEE\";i:5;s:13:\"ARTICLESPACEE\";i:6;s:12:\"ESPACESUJETX\";i:7;s:14:\"ESPACEARTICLEX\";}s:11:\"subpagename\";a:4:{i:0;i:1;i:1;s:12:\"NOMSOSPAGINA\";i:2;s:11:\"SUBPAGENAME\";i:3;s:11:\"NOMSOUSPAGE\";}s:12:\"subpagenamee\";a:4:{i:0;i:1;i:1;s:13:\"NOMSOSPAGINAX\";i:2;s:12:\"SUBPAGENAMEE\";i:3;s:12:\"NOMSOUSPAGEX\";}s:3:\"tag\";a:6:{i:0;i:0;i:1;s:6:\"balisa\";i:2;s:3:\"tag\";i:3;s:8:\"etiqueta\";i:4;s:8:\"marcador\";i:5;s:6:\"balise\";}s:12:\"talkpagename\";a:4:{i:0;i:1;i:1;s:19:\"NOMPAGINADISCUSSION\";i:2;s:12:\"TALKPAGENAME\";i:3;s:17:\"NOMPAGEDISCUSSION\";}s:13:\"talkpagenamee\";a:4:{i:0;i:1;i:1;s:20:\"NOMPAGINADISCUSSIONX\";i:2;s:13:\"TALKPAGENAMEE\";i:3;s:18:\"NOMPAGEDISCUSSIONX\";}s:9:\"talkspace\";a:4:{i:0;i:1;i:1;s:16:\"ESPACIDISCUSSION\";i:2;s:9:\"TALKSPACE\";i:3;s:16:\"ESPACEDISCUSSION\";}s:10:\"talkspacee\";a:4:{i:0;i:1;i:1;s:17:\"ESPACIDISCUSSIONX\";i:2;s:10:\"TALKSPACEE\";i:3;s:17:\"ESPACEDISCUSSIONX\";}s:3:\"toc\";a:7:{i:0;i:0;i:1;s:9:\"__TAULA__\";i:2;s:10:\"__SOMARI__\";i:3;s:7:\"__TDM__\";i:4;s:7:\"__TOC__\";i:5;s:9:\"__RESUM__\";i:6;s:12:\"__SOMMAIRE__\";}s:2:\"uc\";a:4:{i:0;i:0;i:1;s:6:\"MAJUS:\";i:2;s:6:\"CAPIT:\";i:3;s:3:\"UC:\";}s:7:\"ucfirst\";a:4:{i:0;i:0;i:1;s:10:\"INITMAJUS:\";i:2;s:8:\"UCFIRST:\";i:3;s:10:\"INITCAPIT:\";}s:9:\"urlencode\";a:4:{i:0;i:0;i:1;s:11:\"ENCÒDAURL:\";i:2;s:10:\"URLENCODE:\";i:3;s:10:\"ENCODEURL:\";}s:7:\"img_alt\";a:2:{i:0;i:1;i:1;s:6:\"alt=$1\";}s:9:\"img_class\";a:3:{i:0;i:1;i:1;s:8:\"class=$1\";i:2;s:9:\"classe=$1\";}s:8:\"img_lang\";a:5:{i:0;i:1;i:1;s:7:\"lang=$1\";i:2;s:10:\"llengua=$1\";i:3;s:9:\"idioma=$1\";i:4;s:9:\"langue=$1\";}s:8:\"img_page\";a:5:{i:0;i:1;i:1;s:10:\"pàgina=$1\";i:2;s:10:\"pàgina $1\";i:3;s:7:\"page=$1\";i:4;s:7:\"page $1\";}s:9:\"img_width\";a:2:{i:0;i:1;i:1;s:4:\"$1px\";}s:11:\"articlepath\";a:3:{i:0;i:0;i:1;s:13:\"CHEMINARTICLE\";i:2;s:11:\"ARTICLEPATH\";}s:12:\"canonicalurl\";a:3:{i:0;i:0;i:1;s:13:\"URLCANONIQUE:\";i:2;s:13:\"CANONICALURL:\";}s:13:\"canonicalurle\";a:3:{i:0;i:0;i:1;s:14:\"URLCANONIQUEX:\";i:2;s:14:\"CANONICALURLE:\";}s:13:\"currentmonth1\";a:3:{i:0;i:1;i:1;s:11:\"MOIS1ACTUEL\";i:2;s:13:\"CURRENTMONTH1\";}s:19:\"defaultsort_noerror\";a:3:{i:0;i:0;i:1;s:10:\"sanserreur\";i:2;s:7:\"noerror\";}s:21:\"defaultsort_noreplace\";a:3:{i:0;i:0;i:1;s:13:\"sansremplacer\";i:2;s:9:\"noreplace\";}s:11:\"localmonth1\";a:3:{i:0;i:1;i:1;s:10:\"MOIS1LOCAL\";i:2;s:11:\"LOCALMONTH1\";}s:15:\"namespacenumber\";a:3:{i:0;i:1;i:1;s:19:\"NOMBREESPACENOMMAGE\";i:2;s:15:\"NAMESPACENUMBER\";}s:15:\"nocommafysuffix\";a:3:{i:0;i:0;i:1;s:7:\"SANSSEP\";i:2;s:5:\"NOSEP\";}s:16:\"nocontentconvert\";a:5:{i:0;i:0;i:1;s:25:\"__SANSCONVERSIONCONTENU__\";i:2;s:10:\"__SANSCC__\";i:3;s:20:\"__NOCONTENTCONVERT__\";i:4;s:8:\"__NOCC__\";}s:14:\"notitleconvert\";a:5:{i:0;i:0;i:1;s:23:\"__SANSCONVERSIONTITRE__\";i:2;s:10:\"__SANSCT__\";i:3;s:18:\"__NOTITLECONVERT__\";i:4;s:8:\"__NOTC__\";}s:3:\"nse\";a:3:{i:0;i:0;i:1;s:9:\"ESPACENX:\";i:2;s:4:\"NSE:\";}s:13:\"numberingroup\";a:5:{i:0;i:1;i:1;s:16:\"NOMBREDANSGROUPE\";i:2;s:12:\"NBDANSGROUPE\";i:3;s:13:\"NUMBERINGROUP\";i:4;s:10:\"NUMINGROUP\";}s:6:\"pageid\";a:3:{i:0;i:0;i:1;s:6:\"IDPAGE\";i:2;s:6:\"PAGEID\";}s:19:\"pagesincategory_all\";a:3:{i:0;i:0;i:1;s:4:\"tous\";i:2;s:3:\"all\";}s:21:\"pagesincategory_files\";a:3:{i:0;i:0;i:1;s:8:\"fichiers\";i:2;s:5:\"files\";}s:23:\"pagesincategory_subcats\";a:3:{i:0;i:0;i:1;s:8:\"souscats\";i:2;s:7:\"subcats\";}s:6:\"plural\";a:3:{i:0;i:0;i:1;s:8:\"PLURIEL:\";i:2;s:7:\"PLURAL:\";}s:14:\"revisionmonth1\";a:3:{i:0;i:1;i:1;s:12:\"MOISVERSION1\";i:2;s:14:\"REVISIONMONTH1\";}s:12:\"revisionuser\";a:3:{i:0;i:1;i:1;s:18:\"UTILISATEURVERSION\";i:2;s:12:\"REVISIONUSER\";}s:12:\"rootpagename\";a:3:{i:0;i:1;i:1;s:13:\"NOMPAGERACINE\";i:2;s:12:\"ROOTPAGENAME\";}s:13:\"rootpagenamee\";a:3:{i:0;i:1;i:1;s:14:\"NOMPAGERACINEX\";i:2;s:13:\"ROOTPAGENAMEE\";}s:8:\"speciale\";a:3:{i:0;i:0;i:1;s:9:\"spéciale\";i:2;s:8:\"speciale\";}s:9:\"stylepath\";a:3:{i:0;i:0;i:1;s:11:\"CHEMINSTYLE\";i:2;s:9:\"STYLEPATH\";}s:8:\"url_path\";a:3:{i:0;i:0;i:1;s:6:\"CHEMIN\";i:2;s:4:\"PATH\";}s:9:\"url_query\";a:3:{i:0;i:0;i:1;s:8:\"QUESTION\";i:2;s:5:\"QUERY\";}s:1:\"!\";a:2:{i:0;i:1;i:1;s:1:\"!\";}s:1:\"=\";a:2:{i:0;i:1;i:1;s:1:\"=\";}s:4:\"bidi\";a:2:{i:0;i:0;i:1;s:5:\"BIDI:\";}s:16:\"cascadingsources\";a:2:{i:0;i:1;i:1;s:16:\"CASCADINGSOURCES\";}s:20:\"displaytitle_noerror\";a:2:{i:0;i:0;i:1;s:7:\"noerror\";}s:22:\"displaytitle_noreplace\";a:2:{i:0;i:0;i:1;s:9:\"noreplace\";}s:20:\"expectunusedcategory\";a:2:{i:0;i:1;i:1;s:24:\"__EXPECTUNUSEDCATEGORY__\";}s:10:\"formatdate\";a:3:{i:0;i:0;i:1;s:10:\"formatdate\";i:2;s:10:\"dateformat\";}s:5:\"index\";a:2:{i:0;i:1;i:1;s:9:\"__INDEX__\";}s:3:\"int\";a:2:{i:0;i:0;i:1;s:4:\"INT:\";}s:3:\"msg\";a:2:{i:0;i:0;i:1;s:4:\"MSG:\";}s:5:\"msgnw\";a:2:{i:0;i:0;i:1;s:6:\"MSGNW:\";}s:12:\"pagelanguage\";a:2:{i:0;i:1;i:1;s:12:\"PAGELANGUAGE\";}s:21:\"pagesincategory_pages\";a:2:{i:0;i:0;i:1;s:5:\"pages\";}s:16:\"protectionexpiry\";a:2:{i:0;i:1;i:1;s:16:\"PROTECTIONEXPIRY\";}s:12:\"revisionsize\";a:2:{i:0;i:1;i:1;s:12:\"REVISIONSIZE\";}s:9:\"safesubst\";a:2:{i:0;i:0;i:1;s:10:\"SAFESUBST:\";}s:5:\"subst\";a:2:{i:0;i:0;i:1;s:6:\"SUBST:\";}s:8:\"url_wiki\";a:2:{i:0;i:0;i:1;s:4:\"WIKI\";}}'),('oc','messages:1movedto2','s:25:\"en:moved [[$1]] to [[$2]]\";'),('oc','messages:1movedto2_redir','s:39:\"en:moved [[$1]] to [[$2]] over redirect\";'),('oc','messages:about','s:12:\"oc:A prepaus\";'),('oc','messages:aboutpage','s:20:\"oc:Project:A prepaus\";'),('oc','messages:aboutsite','s:28:\"oc:A prepaus de {{SITENAME}}\";'),('oc','messages:abusefilter-edit-builder-vars-user-mobile','s:81:\"fr:Si un utilisateur est ou non en cours de modification via l’interface mobile\";'),('oc','messages:accesskey-blockip-block','s:4:\"en:s\";'),('oc','messages:accesskey-ca-addsection','s:4:\"en:+\";'),('oc','messages:accesskey-ca-delete','s:4:\"en:d\";'),('oc','messages:accesskey-ca-edit','s:4:\"en:e\";'),('oc','messages:accesskey-ca-history','s:4:\"en:h\";'),('oc','messages:accesskey-ca-move','s:4:\"en:m\";'),('oc','messages:accesskey-ca-nstab-category','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-help','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-image','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-main','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-media','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-mediawiki','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-project','s:4:\"en:a\";'),('oc','messages:accesskey-ca-nstab-special','s:3:\"en:\";'),('oc','messages:accesskey-ca-nstab-template','s:4:\"en:c\";'),('oc','messages:accesskey-ca-nstab-user','s:4:\"en:c\";'),('oc','messages:accesskey-ca-protect','s:4:\"en:=\";'),('oc','messages:accesskey-ca-talk','s:4:\"en:t\";'),('oc','messages:accesskey-ca-undelete','s:4:\"en:d\";'),('oc','messages:accesskey-ca-unprotect','s:4:\"en:=\";'),('oc','messages:accesskey-ca-unwatch','s:4:\"en:w\";'),('oc','messages:accesskey-ca-view','s:3:\"en:\";'),('oc','messages:accesskey-ca-viewsource','s:4:\"en:e\";'),('oc','messages:accesskey-ca-watch','s:4:\"en:w\";'),('oc','messages:accesskey-compareselectedversions','s:4:\"en:v\";'),('oc','messages:accesskey-diff','s:4:\"en:v\";'),('oc','messages:accesskey-export','s:4:\"en:s\";'),('oc','messages:accesskey-feed-atom','s:3:\"en:\";'),('oc','messages:accesskey-feed-rss','s:3:\"en:\";'),('oc','messages:accesskey-import','s:4:\"en:s\";'),('oc','messages:accesskey-minoredit','s:4:\"en:i\";'),('oc','messages:accesskey-n-currentevents','s:3:\"en:\";'),('oc','messages:accesskey-n-help','s:3:\"en:\";'),('oc','messages:accesskey-n-help-mediawiki','s:3:\"en:\";'),('oc','messages:accesskey-n-mainpage','s:4:\"en:z\";'),('oc','messages:accesskey-n-mainpage-description','s:4:\"en:z\";'),('oc','messages:accesskey-n-portal','s:3:\"en:\";'),('oc','messages:accesskey-n-randompage','s:4:\"en:x\";'),('oc','messages:accesskey-n-recentchanges','s:4:\"en:r\";'),('oc','messages:accesskey-p-logo','s:3:\"en:\";'),('oc','messages:accesskey-preferences-save','s:4:\"en:s\";'),('oc','messages:accesskey-preview','s:4:\"en:p\";'),('oc','messages:accesskey-pt-anoncontribs','s:4:\"en:y\";'),('oc','messages:accesskey-pt-anontalk','s:4:\"en:n\";'),('oc','messages:accesskey-pt-anonuserpage','s:4:\"en:.\";'),('oc','messages:accesskey-pt-createaccount','s:3:\"en:\";'),('oc','messages:accesskey-pt-login','s:4:\"en:o\";'),('oc','messages:accesskey-pt-login-private','s:4:\"en:o\";'),('oc','messages:accesskey-pt-logout','s:3:\"en:\";'),('oc','messages:accesskey-pt-mycontris','s:4:\"en:y\";'),('oc','messages:accesskey-pt-mytalk','s:4:\"en:n\";'),('oc','messages:accesskey-pt-preferences','s:3:\"en:\";'),('oc','messages:accesskey-pt-userpage','s:4:\"en:.\";'),('oc','messages:accesskey-pt-watchlist','s:4:\"en:l\";'),('oc','messages:accesskey-publish','s:4:\"en:s\";'),('oc','messages:accesskey-save','s:4:\"en:s\";'),('oc','messages:accesskey-search','s:4:\"en:f\";'),('oc','messages:accesskey-search-fulltext','s:3:\"en:\";'),('oc','messages:accesskey-search-go','s:3:\"en:\";'),('oc','messages:accesskey-summary','s:4:\"en:b\";'),('oc','messages:accesskey-t-contributions','s:3:\"en:\";'),('oc','messages:accesskey-t-emailuser','s:3:\"en:\";'),('oc','messages:accesskey-t-info','s:3:\"en:\";'),('oc','messages:accesskey-t-permalink','s:3:\"en:\";'),('oc','messages:accesskey-t-print','s:4:\"en:p\";'),('oc','messages:accesskey-t-recentchangeslinked','s:4:\"en:k\";'),('oc','messages:accesskey-t-specialpages','s:4:\"en:q\";'),('oc','messages:accesskey-t-upload','s:4:\"en:u\";'),('oc','messages:accesskey-t-whatlinkshere','s:4:\"en:j\";'),('oc','messages:accesskey-upload','s:4:\"en:s\";'),('oc','messages:accesskey-userrights-set','s:4:\"en:s\";'),('oc','messages:accesskey-watch','s:4:\"en:w\";'),('oc','messages:accesskey-watchlist-expiry','s:3:\"en:\";'),('oc','messages:accesskey-watchlistedit-normal-submit','s:4:\"en:s\";'),('oc','messages:accesskey-watchlistedit-raw-submit','s:4:\"en:s\";'),('oc','messages:accmailtext','s:221:\"oc:Un senhal generat aleatòriament per [[User talk:$1|$1]] es estat mandat a $2.\nLo senhal per aqueste compte novèl pòt èsser cambiat sus la pagina \'\'[[Special:ChangePassword|Cambiament de senhal]]\'\' aprèp connexion.\";'),('oc','messages:accmailtitle','s:17:\"oc:Senhal mandat.\";'),('oc','messages:accountcreated','s:16:\"oc:Compte creat.\";'),('oc','messages:accountcreatedtext','s:104:\"oc:Lo compte d\'utilizaire per [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|discussion]]) es estat creat.\";'),('oc','messages:acct_creation_throttle_hit','s:303:\"oc:Los visitors d\'aqueste wiki qu\'utilizan vòstra adreça IP an creat {{PLURAL:$1|compte|comptes}} durant las darrièras $2, aquò es lo limit maximum autorizat pendent aqueste periòde.\nEn consequéncia, la creacion de compte pels visitors qu\'utilizan aquesta adreça IP es temporàriament suspenduda.\";'),('oc','messages:action-apihighlimits','s:55:\"ca:utilitzar límits més alts en les consultes a l\'API\";'),('oc','messages:action-applychangetags','s:53:\"oc:Aplicar las etiquetas amb los vòstres cambiaments\";'),('oc','messages:action-autoconfirmed','s:83:\"ca:no veure\'s afectat pels límits de freqüència d\'edició basats en l\'adreça IP\";'),('oc','messages:action-autocreateaccount','s:57:\"oc:Crear automaticament aquel compte d\'usatgièr extèrne\";'),('oc','messages:action-autopatrol','s:52:\"oc:aver vòstra modificacion marcada coma patrolhada\";'),('oc','messages:action-bigdelete','s:45:\"ca:eliminar les pàgines amb grans historials\";'),('oc','messages:action-block','s:42:\"oc:blocar aqueste utilizaire a l’edicion\";'),('oc','messages:action-blockemail','s:48:\"ca:blocar un usuari per tal que no enviï correu\";'),('oc','messages:action-bot','s:42:\"ca:ser tractat com un procés automatitzat\";'),('oc','messages:action-browsearchive','s:33:\"oc:recercar de paginas suprimidas\";'),('oc','messages:action-changetags','s:106:\"oc:Apondre e suprimir arbitràriament d\'etiquetas a las revisions individualas e a las entradas de jornal.\";'),('oc','messages:action-createaccount','s:36:\"oc:crear aqueste compte d\'utilizaire\";'),('oc','messages:action-createpage','s:23:\"oc:crear aquesta pagina\";'),('oc','messages:action-createtalk','s:37:\"oc:crear aquesta pagina de discussion\";'),('oc','messages:action-delete','s:26:\"oc:suprimir aquesta pagina\";'),('oc','messages:action-delete-redirect','s:53:\"ca:sobreescriure les redireccions d\'una sola revisió\";'),('oc','messages:action-deletechangetags','s:51:\"oc:Suprimir d\'etiquetas dempuèi la basa de donadas\";'),('oc','messages:action-deletedhistory','s:42:\"oc:veire l’istoric suprimit d\'una pagina\";'),('oc','messages:action-deletedtext','s:45:\"oc:Afichar lo tèxte de la revision suprimida\";'),('oc','messages:action-deletelogentry','s:35:\"oc:suprimir las entradas del jornal\";'),('oc','messages:action-deleterevision','s:25:\"oc:suprimir las revisions\";'),('oc','messages:action-edit','s:27:\"oc:modificar aquesta pagina\";'),('oc','messages:action-editcontentmodel','s:45:\"oc:Editar lo modèl de contengut d\'una pagina\";'),('oc','messages:action-editinterface','s:33:\"ca:editar la interfície d\'usuari\";'),('oc','messages:action-editmyoptions','s:35:\"oc:modificar vòstras preferéncias\";'),('oc','messages:action-editmyprivateinfo','s:45:\"oc:modificar vòstras informacions personalas\";'),('oc','messages:action-editmyusercss','s:43:\"ca:modificar els vostres propis fitxers CSS\";'),('oc','messages:action-editmyuserjs','s:50:\"ca:modificar els vostres propis fitxers JavaScript\";'),('oc','messages:action-editmyuserjson','s:44:\"ca:modificar els vostres propis fitxers JSON\";'),('oc','messages:action-editmyuserjsredirect','s:75:\"ca:modificar els fitxers JavaScript del vostre usuari que són redireccions\";'),('oc','messages:action-editmywatchlist','s:39:\"oc:modificar vòstra lista de seguiment\";'),('oc','messages:action-editprotected','s:68:\"ca:modificar pàgines protegides com «{{int:protect-level-sysop}}»\";'),('oc','messages:action-editsemiprotected','s:76:\"ca:modificar pàgines protegides com «{{int:protect-level-autoconfirmed}}»\";'),('oc','messages:action-editsitecss','s:32:\"ca:modificar el CSS del lloc web\";'),('oc','messages:action-editsitejs','s:39:\"ca:modificar el JavaScript del lloc web\";'),('oc','messages:action-editsitejson','s:33:\"ca:modificar el JSON del lloc web\";'),('oc','messages:action-editusercss','s:45:\"ca:modificar els fitxers CSS d\'altres usuaris\";'),('oc','messages:action-edituserjs','s:52:\"ca:modificar els fitxers JavaScript d\'altres usuaris\";'),('oc','messages:action-edituserjson','s:46:\"ca:modificar els fitxers JSON d\'altres usuaris\";'),('oc','messages:action-hideuser','s:49:\"ca:blocar un nom d\'usuari, amagant-lo del públic\";'),('oc','messages:action-history','s:39:\"oc:afichar l’istoric d\'aquesta pagina\";'),('oc','messages:action-import','s:45:\"oc:importar de paginas dempuèi un autre wiki\";'),('oc','messages:action-importupload','s:54:\"oc:importar de paginas dempuèi un fichièr telecargat\";'),('oc','messages:action-ipblock-exempt','s:59:\"ca:ignorar bloquejos de la IP, automàtics o per intervals.\";'),('oc','messages:action-managechangetags','s:35:\"oc:Crear e (des)activar d\'etiquetas\";'),('oc','messages:action-markbotedits','s:63:\"ca:marcar les edicions revertides com si les hagués fet un bot\";'),('oc','messages:action-mergehistory','s:40:\"oc:fusionar l’istoric d\'aquesta pagina\";'),('oc','messages:action-mf-uploadbutton','s:74:\"fr:utiliser le système de téléchargement spécifique au frontal mobile.\";'),('oc','messages:action-minoredit','s:39:\"oc:marcar aqueste cambiament coma menor\";'),('oc','messages:action-move','s:27:\"oc:renomenar aquesta pagina\";'),('oc','messages:action-move-categorypages','s:36:\"oc:Renomenar de paginas de categoria\";'),('oc','messages:action-move-rootuserpages','s:51:\"oc:renomenar las paginas de l’utilizaire de basa.\";'),('oc','messages:action-move-subpages','s:44:\"oc:renomenar aquesta pagina e sas sospaginas\";'),('oc','messages:action-movefile','s:29:\"oc:renomenar aqueste fichièr\";'),('oc','messages:action-nominornewtalk','s:98:\"ca:no activar l\'avís de missatges nous quan es realitzin edicions menors a pàgines de discussió\";'),('oc','messages:action-noratelimit','s:60:\"ca:no veure\'s afectat pels límits de freqüència d\'edició\";'),('oc','messages:action-override-export-depth','s:80:\"ca:exportar pàgines, incloent aquelles enllaçades fins a una profunditat de 5.\";'),('oc','messages:action-pagelang','s:32:\"oc:cambiar la lenga de la pagina\";'),('oc','messages:action-patrol','s:53:\"oc:marcar la modificacion dels autres coma patrolhada\";'),('oc','messages:action-patrolmarks','s:57:\"ca:veure les marques de vigilància en els canvis recents\";'),('oc','messages:action-protect','s:57:\"oc:modificar los nivèls de proteccion per aquesta pagina\";'),('oc','messages:action-purge','s:24:\"oc:purgar aquesta pagina\";'),('oc','messages:action-read','s:23:\"oc:legir aquesta pagina\";'),('oc','messages:action-reupload','s:36:\"oc:espotir aqueste fichièr existent\";'),('oc','messages:action-reupload-own','s:54:\"ca:sobreescriure fitxers existents que hàgiu carregat\";'),('oc','messages:action-reupload-shared','s:54:\"oc:passar otra aqueste fichièr sus un depaus partejat\";'),('oc','messages:action-rollback','s:96:\"oc:anullar rapidament las modificacions del darrièr utilizaire qu\'a modificat una pagina donada\";'),('oc','messages:action-sendemail','s:31:\"oc:mandar corrièrs electronics\";'),('oc','messages:action-siteadmin','s:46:\"oc:verrolhar o desverrolhar la basa de donadas\";'),('oc','messages:action-suppressionlog','s:30:\"oc:veire aqueste jornal privat\";'),('oc','messages:action-suppressredirect','s:71:\"ca:no crear redireccions des de les pàgines d\'origen en reanomenar-les\";'),('oc','messages:action-suppressrevision','s:47:\"oc:visionar e restablir de revisions suprimidas\";'),('oc','messages:action-unblockself','s:25:\"ca:desblocar-se un mateix\";'),('oc','messages:action-undelete','s:23:\"oc:restablir de paginas\";'),('oc','messages:action-unwatchedpages','s:48:\"oc:veire la lista de las paginas pas susvelhadas\";'),('oc','messages:action-upload','s:28:\"oc:importar aqueste fichièr\";'),('oc','messages:action-upload_by_url','s:62:\"oc:importar aqueste fichièr a partir d’una adreça internet\";'),('oc','messages:action-userrights','s:44:\"oc:modificar totes los dreits d’utilizaire\";'),('oc','messages:action-userrights-interwiki','s:65:\"oc:modificar los dreits d’utilizaire e los sus d’autres wikis\";'),('oc','messages:action-viewmyprivateinfo','s:41:\"oc:veire vòstras informacions personalas\";'),('oc','messages:action-viewmywatchlist','s:46:\"oc:afichar vòstra pròpria lista de seguiment\";'),('oc','messages:action-viewsuppressed','s:46:\"ca:veure revisions amagades a tots els usuaris\";'),('oc','messages:action-writeapi','s:33:\"oc:utilizar l‘API d’escritura\";'),('oc','messages:actioncomplete','s:19:\"oc:Accion efectuada\";'),('oc','messages:actionfailed','s:25:\"oc:L’accion a fracassat\";'),('oc','messages:actions','s:10:\"oc:Accions\";'),('oc','messages:actionthrottled','s:18:\"oc:Accion limitada\";'),('oc','messages:actionthrottledtext','s:212:\"oc:Per lutar contra lo spam, l’utilizacion d\'aquesta accion es limitada a un cèrt nombre de còps dins un periòde pro cort. S\'avèra qu\'avètz despassat aqueste limit. Ensajatz tornamai dins qualques minutas.\";'),('oc','messages:activeusers','s:32:\"oc:Lista dels utilizaires actius\";'),('oc','messages:activeusers-count','s:100:\"oc:$1 {{PLURAL:$1|accion|accions}} al moment {{PLURAL:$3|del darrièr jorn|dels $3 darrièrs jorns}}\";'),('oc','messages:activeusers-excludegroups','s:46:\"ca:Exclou els usuaris que pertanyen als grups:\";'),('oc','messages:activeusers-from','s:37:\"oc:Afichar los utilizaires dempuèi :\";'),('oc','messages:activeusers-groups','s:46:\"ca:Mostra els usuaris que pertanyen als grups:\";'),('oc','messages:activeusers-intro','s:153:\"oc:Aquò es una lista dels utilizaires qu\'an exerçat una activitat quina que siá al cors {{PLURAL:$1|de la darrièra jornada|dels $1 darrièrs jorns}}.\";'),('oc','messages:activeusers-noresult','s:31:\"oc:Cap d\'utilizaire pas trobat.\";'),('oc','messages:activeusers-submit','s:33:\"oc:Afichar los utilizaires actius\";'),('oc','messages:activeusers-summary','s:3:\"en:\";'),('oc','messages:addedwatchexpiry-options-label','s:36:\"ca:Durada de la llista de seguiment:\";'),('oc','messages:addedwatchexpiryhours','s:132:\"ca:S\'han afegit «[[:$1]]» i la seva pàgina de discussió a la vostra [[Special:Watchlist|llista de seguiment]] durant unes hores.\";'),('oc','messages:addedwatchexpiryhours-talk','s:128:\"ca:S\'han afegit «[[:$1]]» i la seva pàgina associada a la vostra [[Special:Watchlist|llista de seguiment]] durant unes hores.\";'),('oc','messages:addedwatchexpirytext','s:118:\"ca:\"[[:$1]]\" i la seva pàgina de discussió s\'ha afegit a la vostra [[Special:Watchlist|llista de seguiment]] per $2.\";'),('oc','messages:addedwatchexpirytext-talk','s:123:\"ca:«[[:$1]]» i la seva pàgina associada han estat afegides a la vostra [[Special:Watchlist|llista de seguiment]] per $2.\";'),('oc','messages:addedwatchindefinitelytext','s:126:\"ca:\"[[:$1]]\" i la seva pàgina de discussió s\'han afegit a la vostra [[Special:Watchlist|llista de seguiment]] permanentment.\";'),('oc','messages:addedwatchindefinitelytext-talk','s:124:\"ca:S\'han afegit «[[:$1]]» i la seva pàgina associada a la vostra [[Special:Watchlist|llista de seguiment]] permanentment.\";'),('oc','messages:addedwatchtext','s:126:\"oc:La pagina « [[:$1]] » e sa pagina de discussion son estadas apondudas a vòstra [[Special:Watchlist|lista de seguiment]].\";'),('oc','messages:addedwatchtext-short','s:74:\"oc:La pagina « $1 » es estada aponduda a vòstra lista de seguiment.\";'),('oc','messages:addedwatchtext-talk','s:116:\"ca:«[[:$1]]» i la seva pàgina associada han estat afegides a la vostra [[Special:Watchlist|llista de seguiment]].\";'),('oc','messages:addsection','s:4:\"en:+\";'),('oc','messages:addsection-editintro','s:3:\"en:\";'),('oc','messages:addsection-preload','s:3:\"en:\";'),('oc','messages:addwatch','s:34:\"oc:Apondre a la lista de seguiment\";'),('oc','messages:ago','s:9:\"oc:I a $1\";'),('oc','messages:all-logs-page','s:32:\"oc:Totas las operacions publicas\";'),('oc','messages:allarticles','s:20:\"oc:Totas las paginas\";'),('oc','messages:allinnamespace','s:47:\"oc:Totas las paginas (dins l\'espaci de noms $1)\";'),('oc','messages:alllogstext','s:191:\"oc:Afichatge combinat de totes los jornals de {{SITENAME}}.\nPodètz restrénher la vista en seleccionant un tipe de jornal, un nom d’utilizaire (cassa sensibla) o una pagina ciblada (idem).\";'),('oc','messages:allmessages','s:36:\"oc:Lista dels messatges del sistèma\";'),('oc','messages:allmessages-filter','s:38:\"oc:Filtrar per estat de modificacion :\";'),('oc','messages:allmessages-filter-all','s:8:\"oc:Totes\";'),('oc','messages:allmessages-filter-legend','s:9:\"oc:Filtre\";'),('oc','messages:allmessages-filter-modified','s:12:\"oc:Modificat\";'),('oc','messages:allmessages-filter-submit','s:10:\"oc:Filtrar\";'),('oc','messages:allmessages-filter-translate','s:11:\"oc:Traduire\";'),('oc','messages:allmessages-filter-unmodified','s:16:\"oc:Pas modificat\";'),('oc','messages:allmessages-language','s:10:\"oc:Lenga :\";'),('oc','messages:allmessages-not-supported-database','s:125:\"oc:Aquesta pagina \'\'\'{{ns:special}}:Allmessages\'\'\' es pas utilizabla perque \'\'\'$wgUseDatabaseMessages\'\'\' es estat desactivat.\";'),('oc','messages:allmessages-prefix','s:23:\"oc:Filtrar per prefix :\";'),('oc','messages:allmessagescurrent','s:18:\"oc:Messatge actual\";'),('oc','messages:allmessagesdefault','s:22:\"oc:Messatge per defaut\";'),('oc','messages:allmessagesname','s:15:\"oc:Nom del camp\";'),('oc','messages:allmessagestext','s:291:\"oc:Aquò es la lista de totes los messatges disponibles dins l’espaci MediaWiki.\nVisitatz la [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation Localizacion MediaWiki] e [https://translatewiki.net translatewiki.net] se desiratz contribuir a la localizacion MediaWiki generica.\";'),('oc','messages:allowemail','s:60:\"oc:Autorizar los autres utilizaires a me mandar de corrièls\";'),('oc','messages:allpages','s:20:\"oc:Totas las paginas\";'),('oc','messages:allpages-bad-ns','s:50:\"oc:{{SITENAME}} a pas d’espaci de noms « $1 ».\";'),('oc','messages:allpages-hide-redirects','s:26:\"oc:Amagar las redireccions\";'),('oc','messages:allpages-summary','s:3:\"en:\";'),('oc','messages:allpagesbadtitle','s:180:\"oc:Lo títol rensenhat per la pagina es incorrècte o possedís un prefix reservat. Conten segurament un o mantun caractèr especial que pòt pas èsser utilizats dins los títols.\";'),('oc','messages:allpagesfrom','s:36:\"oc:Afichar las paginas a partir de :\";'),('oc','messages:allpagesprefix','s:49:\"oc:Afichar las paginas que començan pel prefix :\";'),('oc','messages:allpagessubmit','s:10:\"oc:Validar\";'),('oc','messages:allpagesto','s:31:\"oc:Afichar las paginas fins a :\";'),('oc','messages:alreadyrolled','s:424:\"oc:Impossible d\'anullar la darrièra modificacion de l\'article « [[:$1]] » efectuada per [[User:$2|$2]] ([[User talk:$2|Discutir]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]) ;\nqualqu’un mai ja a modificat o revocat la pagina.\n\nLa darrièra modificacion es estada efectuada per [[User:$3|$3]] ([[User talk:$3|Discutir]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).\";'),('oc','messages:ancientpages','s:23:\"oc:Articles mai ancians\";'),('oc','messages:ancientpages-summary','s:3:\"en:\";'),('oc','messages:and','s:9:\"oc:&#32;e\";'),('oc','messages:anoncontribs','s:16:\"oc:Contribucions\";'),('oc','messages:anoneditwarning','s:307:\"oc:<strong>Atencion :<strong> sètz pas connectat.\nVòstra adreça IP serà visibla per tot lo monde se fasètz de modificacions. Se <strong>[$1 vos connectatz]</strong> o <strong>[$2 creatz un compte]</strong>, vòstras modificacions seràn atribuidas a vòstre nom d’utilizaire, entre autres avantatges.\";'),('oc','messages:anonnotice','s:4:\"en:-\";'),('oc','messages:anononlyblock','s:30:\"oc:utilizaire anonim unicament\";'),('oc','messages:anonpreviewwarning','s:121:\"oc:\'\'Sètz pas identificat. Salvar enregistrarà vòstra adreça IP dins l’istoric de las modificacions de la pagina.\'\'\";'),('oc','messages:anontalk','s:13:\"oc:Discussion\";'),('oc','messages:anontalkpagetext','s:635:\"oc:----\n<em>Sètz sus la pagina de discussion d\'un{{GENDER:||a|}} utilizair{{GENDER:|e|a|e}} anonim{{GENDER:||a|}} qu\'a pas encara creat un compte o que n\'utiliza pas<em>.\nPer aquesta rason, nos cal utilizar son adreça IP per l\'identificar.\nUna adreça d\'aqueste tipe pòt èsser partejada entre mantun utilizaire.\nSe sètz un{{GENDER:||a|}} utilizair{{GENDER:|e|a|e}} anonim{{GENDER:||a|}} e se constatatz que de comentaris que vos concernisson pas vos son estats adreçats, podètz [[Special:CreateAccount|crear un compte]] o [[Special:UserLogin|vos connectar]] per evitar tota confusion venenta amb d’autres contributors anonims.\";'),('oc','messages:anonuser','s:41:\"oc:l\'utilizaire anonim $1 de {{SITENAME}}\";'),('oc','messages:anonusers','s:79:\"oc:{{PLURAL:$2|l\'utilizaire anonim|los utilizaires anonims}} $1 de {{SITENAME}}\";'),('oc','messages:anonymous','s:70:\"oc:{{PLURAL:$1|Utilizaire anonim|Utilizaires anonims}} de {{SITENAME}}\";'),('oc','messages:api-clientside-error-aborted','s:36:\"ca:S\'ha interromput la sol·licitud.\";'),('oc','messages:api-clientside-error-http','s:43:\"ca:El servidor ha tornat un error: HTTP $1.\";'),('oc','messages:api-clientside-error-invalidresponse','s:35:\"oc:Respònsa invalida dau serveire.\";'),('oc','messages:api-clientside-error-noconnect','s:125:\"ca:No s\'ha pogut connectar amb el servidor. Assegureu-vos que teniu una connexió a Internet funcionant i torneu-ho a provar.\";'),('oc','messages:api-clientside-error-timeout','s:55:\"oc:Lo servidor a pas respondut dins lo relambi previst.\";'),('oc','messages:api-credits','s:439:\"fr:Développeurs de l’API :\n* Yuri Astrakhan (créateur, développeur en chef de sept. 2006 à sept. 2007)\n* Roan Kattouw (développeur en chef de sept. 2007 à 2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (développeur en chef de 2013 à 2020)\n\nVeuillez envoyer vos commentaires, suggestions et questions à mediawiki-api@lists.wikimedia.org\nou remplir un rapport de bogue sur https://phabricator.wikimedia.org/.\";'),('oc','messages:api-credits-header','s:15:\"oc:Mercejaments\";'),('oc','messages:api-error-badtoken','s:39:\"oc:Error intèrna : marrit « geton ».\";'),('oc','messages:api-error-emptypage','s:45:\"oc:Creacion de paginas voidas pas autorizada.\";'),('oc','messages:api-error-publishfailed','s:74:\"oc:Error intèrna: Lo servidor a pas pogut publicar lo fichièr temporari.\";'),('oc','messages:api-error-stashfailed','s:78:\"oc:Error intèrna : lo servidor a pas pogut enregistrar lo fichièr temporari.\";'),('oc','messages:api-error-unknown-warning','s:40:\"oc:Avertiment desconegut : « $1 ».\";'),('oc','messages:api-error-unknownerror','s:31:\"oc:Error desconeguda : « $1 »\";'),('oc','messages:api-exception-trace','s:17:\"oc:$1 a $2($3)\n$4\";'),('oc','messages:api-feed-error-title','s:13:\"oc:Error ($1)\";'),('oc','messages:api-format-prettyprint-header','s:440:\"fr:Voici la représentation HTML du format $1. HTML est utile pour le débogage, mais inapproprié pour être utilisé dans une application.\n\nSpécifiez le paramètre <var>format</var> pour modifier le format de sortie. Pour voir la représentation non HTML du format $1, mettez <kbd>format=$2</kbd>.\n\nVoyez la [[mw:Special:MyLanguage/API|documentation complète]], ou l’[[Special:ApiHelp/main|aide de l’API]] pour plus d’information.\";'),('oc','messages:api-format-prettyprint-header-hyperlinked','s:424:\"fr:Voici la représentation HTML du format $1. HTML convient au débogage, mais est inapproprié pour être utilisé dans une application.\n\nSpécifiez le paramètre <var>format</var> pour modifier le format de sortie. Pour voir la représentation non HTML du format $1, mettez [$3 <kbd>format=$2</kbd>].\n\nVoir la [[mw:API|documentation complète]], ou l’[[Special:ApiHelp/main|aide de l’API]] pour plus d’informations.\";'),('oc','messages:api-format-prettyprint-header-only-html','s:261:\"fr:Ceci est une représentation HTML à des fins de débogage, et n’est pas approprié pour une utilisation applicative.\n\nVoir la [[mw:Special:MyLanguage/API|documentation complète]], ou l’[[Special:ApiHelp/main|aide de l’API]] pour plus d’information.\";'),('oc','messages:api-format-prettyprint-status','s:62:\"fr:Cette réponse serait retournée avec l’état HTTP $1 $2.\";'),('oc','messages:api-format-title','s:36:\"fr:Résultat de l’API de MediaWiki\";'),('oc','messages:api-help-authmanager-general-usage','s:1645:\"fr:La procédure générale pour utiliser ce module est la suivante :\n# Récupérer les champs disponibles avec <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> avec <kbd>amirequestsfor=$4</kbd>, ainsi qu’un jeton <kbd>$5</kbd> avec <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Présenter les champs à l’utilisateur et faites-les lui soumettre.\n# Effectuez l’envoi à ce module, en fournissant <var>$1returnurl</var> et les champs appropriés.\n# Vérifiez la valeur du champ <samp>status</samp> (état) dans la réponse.\n#* Si vous avez reçu <samp>PASS</samp> (réussite) ou <samp>FAIL</samp> (échec), c’est terminé ; l’opération a soit réussi, soit échoué.\n#* Si vous avez reçu <samp>UI</samp> (interface utilisateur), affichez les nouveaux champs à l’utilisateur et faites-les lui soumettre ; puis effectuez leur envoi à ce module avec <var>$1continue</var> et l’ensemble des champs appropriés et reprenez à l’étape 4.\n#* Si vous avez reçu <samp>REDIRECT</samp> (redirection), dirigez l’utilisateur vers la cible indiquée dans le champ <samp>redirecttarget</samp> et attendez son retour à <var>$1returnurl</var> ; puis effectuez l’envoi à ce module avec <var>$1continue</var> et tous les champs passés à l’URL de retour et reprenez à l’étape 4.\n#* Si vous avez reçu <samp>RESTART</samp> (redémarrer), cela veut dire que l’authentification a fonctionné, mais nous n’avons aucun compte utilisateur lié ; vous pouvez traiter cela comme une valeur <samp>UI</samp> (interface utilisateur) ou <samp>FAIL</samp> (échec).\";'),('oc','messages:api-help-authmanagerhelper-additional-params','s:378:\"fr:Ce module accepte des paramètres supplémentaires selon les requêtes d’authentification disponibles. Utiliser <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> avec <kbd>amirequestsfor=$1</kbd> (ou une réponse précédente de ce module, le cas échéant) pour déterminer les requêtes disponibles et les champs qu’elles utilisent.\";'),('oc','messages:api-help-authmanagerhelper-continue','s:161:\"fr:Cette requête est une continuation après une précédente réponse <samp>UI</samp> ou <samp>REDIRECT</samp>. Cela ou <var>$1returnurl</var> est obligatoire.\";'),('oc','messages:api-help-authmanagerhelper-mergerequestfields','s:94:\"fr:Fusionner dans un tableau le champ information de toutes les demandes d’authentification.\";'),('oc','messages:api-help-authmanagerhelper-messageformat','s:50:\"fr:Format à utiliser pour retourner les messages.\";'),('oc','messages:api-help-authmanagerhelper-preservestate','s:95:\"fr:Conserver l’état d’une précédente tentative de connexion qui a échoué, si possible.\";'),('oc','messages:api-help-authmanagerhelper-request','s:208:\"fr:Utiliser cette requête d’authentification, avec l’<samp>id</samp> renvoyé par <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> avec <kbd>amirequestsfor=$1</kbd>.\";'),('oc','messages:api-help-authmanagerhelper-requests','s:267:\"fr:Utiliser uniquement ces requêtes d’authentification, avec l’<samp>id</samp> renvoyé par <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> avec <kbd>amirequestsfor=$1</kbd> ou depuis une réponse précédente de ce module.\";'),('oc','messages:api-help-authmanagerhelper-returnurl','s:630:\"fr:Renvoyer l’URL pour les flux d’authentification tiers, qui doit être absolue. Soit celle-ci, soit <var>$1continue</var> est obligatoire.\n\nÀ la réception d’une réponse <samp>REDIRECT</samp> (rédirection), vous ouvrirez typiquement un navigateur ou une vue web vers l’URL spécifiée dans le champ <samp>redirecttarget</samp> pour un flux d’authentification tiers. Une cela se termine, le tiers renverra le navigateur ou l’affichage web vers cette URL. Vous devez extraire toute requête et tous les paramètres POST de l’URL et les passer à ce module de l’API comme une requête avec <var>$1continue</var>.\";'),('oc','messages:api-help-datatype-boolean','s:227:\"fr:Les paramètres booléens fonctionnent comme des cases à cocher HTML : si le paramètre est spécifié, quelle que soit sa valeur, il est considéré comme vrai. Pour une valeur fausse, omettre complètement le paramètre.\";'),('oc','messages:api-help-datatype-expiry','s:360:\"fr:Les valeurs d’expiration peuvent être relatives (par ex. <kbd>5 months</kbd> pour 5 mois ou <kbd>2 weeks</kbd> pour 2 semaines) ou absolues (par ex. <kbd>2014-09-18T12:34:56Z</kbd>). Pour ne pas avoir d’expiration, utiliser <kbd>infinite</kbd> (infini), <kbd>indefinite</kbd> (non défini), <kbd>infinity</kbd> (infinité) ou <kbd>never</kbd> (jamais).\";'),('oc','messages:api-help-datatype-timestamp','s:461:\"fr:Les horodatages peuvent être spécifiés sous plusieurs formes, voir [[mw:Special:MyLanguage/Timestamp|les formats d’entrée de la bibliothèque Timestamp documentés sur mediawiki.org]] pour plus de détails. La date et l’heure ISO 8601 sont recommandés : <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. De plus, la chaîne <kbd>now</kbd> peut être utilisée pour spécifier l’horodatage courant.\";'),('oc','messages:api-help-datatypes-header','s:18:\"oc:Tipe de donadas\";'),('oc','messages:api-help-datatypes-top','s:836:\"fr:Toute entrée de texte dans MediaWiki devrait être encodée en UTF-8 sous forme normalisée canonique précomposée (NFC). MediaWiki peut tenter de convertir d’autres entrées, mais cela peut faire échouer certaines opérations (comme des [[Special:ApiHelp/edit|modifications de pages]] avec les vérifications MD5).\n\nLes paramètres qui prennent plusieurs valeurs sont normalement soumis avec les valeurs séparées par des barres verticales, par ex. <kbd>param=valeur1|valeur2</kbd> ou <kbd>param=valeur1%7Cvaleur2</kbd>. Si une valeur doit contenir une barre verticale, utiliser le contrôle U+001F (séparateur d’unité) comme séparateur \'\'et\'\' préfixer la valeur par U+001F, par ex. <kbd>param=%1Fvaleur1%1Fvaleur2</kbd>.\n\nCertains types de paramètre dans les requêtes de l’API nécessitent plus d’explications :\";'),('oc','messages:api-help-examples','s:30:\"fr:Exemple{{PLURAL:$1||s}} :\";'),('oc','messages:api-help-flag-deprecated','s:29:\"oc:Aqueste modul es obsolèt.\";'),('oc','messages:api-help-flag-generator','s:52:\"fr:Ce module peut être utilisé comme générateur.\";'),('oc','messages:api-help-flag-internal','s:108:\"fr:<strong>Ce module est interne ou instable.</strong> Son fonctionnement peut être modifié sans préavis.\";'),('oc','messages:api-help-flag-mustbeposted','s:50:\"fr:Ce module accepte seulement les requêtes POST.\";'),('oc','messages:api-help-flag-readrights','s:46:\"fr:Ce module nécessite des droits de lecture.\";'),('oc','messages:api-help-flag-writerights','s:49:\"fr:Ce module nécessite des droits d’écriture.\";'),('oc','messages:api-help-flags','s:3:\"en:\";'),('oc','messages:api-help-help-urls','s:3:\"en:\";'),('oc','messages:api-help-lead','s:175:\"fr:Ceci est une page d’aide de l’API de MediaWiki générée automatiquement.\n\nDocumentation et exemples : https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page\";'),('oc','messages:api-help-license','s:24:\"oc:Licéncia : [[$1|$2]]\";'),('oc','messages:api-help-license-noname','s:36:\"oc:Licéncia : [[$1|Veire lo ligam]]\";'),('oc','messages:api-help-license-unknown','s:63:\"oc:Licéncia : <span class=\"apihelp-unknown\">desconeguda</span>\";'),('oc','messages:api-help-main-header','s:18:\"oc:Modul principal\";'),('oc','messages:api-help-no-extended-description','s:3:\"en:\";'),('oc','messages:api-help-open-in-apisandbox','s:47:\"fr:<small>[ouvrir dans le bac à sable]</small>\";'),('oc','messages:api-help-param-continue','s:233:\"fr:Quand plus de résultats sont disponibles, utilisez ceci pour continuer. Des informations plus détaillées sur la façon de continuer les requêtes [[mw:Special:MyLanguage/API:Continue|peuvent être trouvées sur mediawiki.org]].\";'),('oc','messages:api-help-param-default-empty','s:60:\"fr:Par défaut : <span class=\"apihelp-empty\">(vide)</span>\";'),('oc','messages:api-help-param-deprecated','s:12:\"oc:Obsolèt.\";'),('oc','messages:api-help-param-deprecated-label','s:12:\"fr:obsolète\";'),('oc','messages:api-help-param-direction','s:39:\"fr:Dans quelle direction énumérer :\";'),('oc','messages:api-help-param-disabled-in-miser-mode','s:87:\"fr:Désactivé à cause du [[mw:Special:MyLanguage/Manual:$wgMiserMode|mode économe]].\";'),('oc','messages:api-help-param-internal','s:11:\"fr:Interne.\";'),('oc','messages:api-help-param-internal-label','s:10:\"fr:interne\";'),('oc','messages:api-help-param-limited-in-miser-mode','s:268:\"fr:<strong>NOTE :</strong> du fait du [[mw:Special:MyLanguage/Manual:$wgMiserMode|mode économe]], utiliser cela peut aboutir à renvoyer moins de résultats que <var>$1limit</var> avant de continuer ; dans les cas extrêmes, cela peut ne renvoyer aucun résultat.\";'),('oc','messages:api-help-param-multi-all','s:62:\"fr:Pour spécifier toutes les valeurs, utiliser <kbd>$1</kbd>.\";'),('oc','messages:api-help-param-multi-separate','s:88:\"fr:Valeurs séparées par <kbd>|</kbd> ou [[Special:ApiHelp/main#main/datatypes|autre]].\";'),('oc','messages:api-help-param-no-description','s:58:\"fr:<span class=\"apihelp-empty\">(aucune description)</span>\";'),('oc','messages:api-help-param-templated','s:112:\"fr:Ceci est un [[Special:ApiHelp/main#main/templatedparams|paramètre de modèle]]. En faisant une requête, $2.\";'),('oc','messages:api-help-param-templated-var','s:61:\"fr:<var>&#x7B;$1&#x7D;</var> par les valeurs de <var>$2</var>\";'),('oc','messages:api-help-param-templated-var-first','s:108:\"fr:<var>&#x7B;$1&#x7D;</var> dans le nom du paramètre doit être remplacé par des valeurs de <var>$2</var>\";'),('oc','messages:api-help-param-token','s:96:\"fr:Un jeton « $1 » récupéré par [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]\";'),('oc','messages:api-help-param-token-webui','s:81:\"fr:Pour rester compatible, le jeton utilisé dans l’IHM web est aussi accepté.\";'),('oc','messages:api-help-param-type-enum','s:144:\"fr:{{PLURAL:$1|1=Une des valeurs suivantes|2=Valeurs (séparées par <kbd>{{!}}</kbd> ou [[Special:ApiHelp/main#main/datatypes|autre]])}} : $2\";'),('oc','messages:api-help-param-type-expiry','s:119:\"fr:Type : {{PLURAL:$1|1=expiration|2=liste d’expirations}} ([[Special:ApiHelp/main#main/datatype/expiry|détails]])\";'),('oc','messages:api-help-param-type-limit','s:36:\"fr:Type : entier ou <kbd>max</kbd>\";'),('oc','messages:api-help-param-type-presenceboolean','s:77:\"fr:Type : booléen ([[Special:ApiHelp/main#main/datatype/boolean|détails]])\";'),('oc','messages:api-help-param-type-timestamp','s:131:\"fr:Type : {{PLURAL:$1|1=horodatage|2=liste d’horodatages}} ([[Special:ApiHelp/main#main/datatype/timestamp|formats autorisés]])\";'),('oc','messages:api-help-parameters','s:41:\"oc:{{PLURAL:$1|Paramètre|Paramètres}} :\";'),('oc','messages:api-help-parameters-note','s:52:\"fr:D\'autres paramètres généraux sont disponibles.\";'),('oc','messages:api-help-paramvalue-direction-newer','s:90:\"fr:lister les plus anciens en premier ; note : $1start doit être antérieur à $1end.\";'),('oc','messages:api-help-paramvalue-direction-older','s:106:\"fr:lister les plus récents en premier (par défaut) ; note : $1start doit être postérieur à $1end.\";'),('oc','messages:api-help-permissions','s:35:\"fr:Autorisation{{PLURAL:$1||s}} :\";'),('oc','messages:api-help-permissions-granted-to','s:37:\"fr:Accordé à : {{PLURAL:$1|}}$2\";'),('oc','messages:api-help-right-apihighlimits','s:210:\"fr:Utiliser des valeurs plus hautes dans les requêtes de l’API (requêtes lentes : $1 ; requêtes rapides : $2). Les limites pour les requêtes lentes s’appliquent aussi aux paramètres multivalués.\";'),('oc','messages:api-help-source','s:12:\"oc:Font : $1\";'),('oc','messages:api-help-source-unknown','s:58:\"oc:Font : <span class=\"apihelp-unknown\">desconeguda</span>\";'),('oc','messages:api-help-templatedparams','s:698:\"fr:Les paramètres dynamiques (nommés selon un format modèle) prennent en charge les cas où un module d’API a besoin d’une valeur pour chaque valeur d’un autre paramètre quelconque. Par exemple, s’il y avait un module d’API pour demander un fruit, il pourrait avoir un paramètre statique <var>fruits</var> pour spécifier quels fruits sont demandés et un paramètre dynamique <var>{fruit}-quantité</var> pour spécifier la quantité demandée de chacun des fruits. Un client de l’API qui voudrait une pomme, cinq bananes et vingt fraises pourrait alors faire une requête comme <kbd>fruits=pommes|bananes|fraises&pommes-quantité=1&bananes-quantité=5&fraises-quantité=20</kbd>.\";'),('oc','messages:api-help-templatedparams-header','s:25:\"fr:Paramètres de modèle\";'),('oc','messages:api-help-title','s:28:\"fr:Aide de l’API MediaWiki\";'),('oc','messages:api-help-undocumented-module','s:42:\"fr:Aucune documentation pour le module $1.\";'),('oc','messages:api-login-fail-aborted','s:351:\"fr:L’authentification nécessite une interaction avec l’utilisateur, qui n’est pas prise en charge par <kbd>action=login</kbd>. Pour pouvoir se connecter avec <kbd>action=login</kbd>, voyez [[Special:BotPasswords]]. Pour continuer à utiliser la connexion du compte principal, voyez <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('oc','messages:api-login-fail-aborted-nobotpw','s:221:\"fr:L’authentification nécessite une interaction avec l’utilisateur, qui n’est pas prise en charge par <kbd>action=login</kbd>. Pour se connecter, voyez <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('oc','messages:api-login-fail-badsessionprovider','s:46:\"fr:Impossible de se connecter en utilisant $1.\";'),('oc','messages:api-login-fail-sameorigin','s:89:\"fr:Impossible de se connecter quand la politique de même origine n’est pas appliquée.\";'),('oc','messages:api-pageset-param-converttitles','s:238:\"fr:Convertir les titres dans d’autres variantes si nécessaire. Fonctionne uniquement si la langue de contenu du wiki prend en charge la conversion en variantes. Les langues qui prennent en charge la conversion en variantes incluent $1.\";'),('oc','messages:api-pageset-param-generator','s:233:\"fr:Obtenir la liste des pages sur lesquelles travailler en exécutant le module de requête spécifié.\n\n<strong>NOTE :<strong> les noms de paramètre du générateur doivent être préfixés avec un « g », voir les exemples.\";'),('oc','messages:api-pageset-param-pageids','s:56:\"fr:Une liste des IDs de pages sur lesquelles travailler.\";'),('oc','messages:api-pageset-param-redirects-generator','s:173:\"fr:Résoudre automatiquement les redirections dans <var>$1titles</var>, <var>$1pageids</var> et <var>$1revids</var>, et dans les pages renvoyées par <var>$1generator</var>.\";'),('oc','messages:api-pageset-param-redirects-nogenerator','s:116:\"fr:Résoudre automatiquement les redirections dans <var>$1titles</var>, <var>$1pageids</var> et <var>$1revids</var>.\";'),('oc','messages:api-pageset-param-revids','s:336:\"fr:Une liste d’identifiants de révision sur lesquels travailler. Noter bien que presque tous les modules de requête convertiront les identifiants de révision en identifiant de la page correspondante et travailleront plutôt sur la dernière révision. Seul <kbd>prop=revisions</kbd> utilise les révisions exactes pour sa réponse.\";'),('oc','messages:api-pageset-param-titles','s:48:\"fr:Une liste des titres sur lesquels travailler.\";'),('oc','messages:api-usage-docref','s:49:\"fr:Voir $1 concernant l’utilisation de l’API.\";'),('oc','messages:api-usage-mailinglist-ref','s:255:\"fr:Abonnez-vous à la liste de diffusion <var>mediawiki-api-announce</var> sur &lt;https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/&gt; pour être averti des obsolescences dans l’API ou de modifications en rupture.\";'),('oc','messages:apierror-allimages-redirect','s:142:\"fr:Utiliser <kbd>gaifilterredir=nonredirects</kbd> au lieu de <var>redirects</var> quand <kbd>allimages</kbd> est utilisé comme générateur.\";'),('oc','messages:apierror-allpages-generator-redirects','s:144:\"fr:Utiliser <kbd>gapfilterredir=nonredirects</kbd> au lieu de <var>redirects</var> quand <kbd>allpages</kbd> est utilisé comme un générateur.\";'),('oc','messages:apierror-appendnotsupported','s:71:\"fr:Impossible d’ajouter aux pages utilisant le modèle de contenu $1.\";'),('oc','messages:apierror-articleexists','s:61:\"fr:L’article que vous essayez de créer l’a déjà été.\";'),('oc','messages:apierror-assertanonfailed','s:81:\"fr:Vous n’êtes plus déconnecté, donc l’action n’a pas pu être achevée.\";'),('oc','messages:apierror-assertbotfailed','s:92:\"fr:Vous n’avez pas le droit <code>bot</code>, donc l’action n’a pas pu être achevée.\";'),('oc','messages:apierror-assertnameduserfailed','s:101:\"fr:Vous n’êtes plus connecté en tant que « $1 », donc l’action n’a pas pu être achevée.\";'),('oc','messages:apierror-assertuserfailed','s:78:\"fr:Vous n’êtes plus connecté, donc l’action n’a pas pu être achevée.\";'),('oc','messages:apierror-autoblocked','s:115:\"fr:Votre adresse IP a été bloquée automatiquement, parce qu’elle a été utilisée par un utilisateur bloqué.\";'),('oc','messages:apierror-bad-badfilecontexttitle','s:71:\"fr:Titre invalide dans le paramètre <var>$1badfilecontexttitle</var> .\";'),('oc','messages:apierror-bad-watchlist-token','s:107:\"fr:Jeton de liste de suivi fourni non valide. Veuillez mettre un jeton valide dans [[Special:Preferences]].\";'),('oc','messages:apierror-badconfig-resulttoosmall','s:130:\"fr:La valeur de <code>$wgAPIMaxResultSize</code> sur ce wiki est trop petite pour contenir des informations de résultat basiques.\";'),('oc','messages:apierror-badcontinue','s:121:\"fr:Paramètre de continuation non valide. Vous devez passer la valeur d’origine renvoyée par la requête précédente.\";'),('oc','messages:apierror-baddiff','s:132:\"fr:La différence ne peut être récupérée. Une ou les deux révisions n’existent pas ou vous n’avez pas le droit de les voir.\";'),('oc','messages:apierror-baddiffto','s:120:\"fr:<var>$1diffto</var> doit être fixé à un nombre positif ou nul, <kbd>prev</kbd>, <kbd>next</kbd> ou <kbd>cur</kbd>.\";'),('oc','messages:apierror-badformat','s:98:\"fr:Le format demandé $1 n’est pas pris en charge pour le modèle de contenu $2 utilisé par $3.\";'),('oc','messages:apierror-badformat-generic','s:82:\"fr:Le format demandé $1 n’est pas pris en charge pour le modèle de contenu $2.\";'),('oc','messages:apierror-badgenerator-notgenerator','s:73:\"fr:Le module <kbd>$1</kbd> ne peut pas être utilisé comme générateur.\";'),('oc','messages:apierror-badgenerator-unknown','s:35:\"fr:<kbd>generator=$1</kbd> inconnu.\";'),('oc','messages:apierror-badip','s:28:\"fr:Paramètre IP non valide.\";'),('oc','messages:apierror-badmd5','s:48:\"fr:Le hachage MD5 fourni n’était pas correct.\";'),('oc','messages:apierror-badmodule-badsubmodule','s:63:\"fr:Le module <kbd>$1</kbd> n’a pas de sous-module « $2 ».\";'),('oc','messages:apierror-badmodule-nosubmodules','s:53:\"fr:Le module <kbd>$1</kbd> n’a pas de sous-modules.\";'),('oc','messages:apierror-badparameter','s:54:\"fr:Valeur non valide pour le paramètre <var>$1</var>.\";'),('oc','messages:apierror-badquery','s:22:\"oc:Requèsta invalida.\";'),('oc','messages:apierror-badtimestamp','s:88:\"fr:Valeur non valide « $2 » pour le paramètre de référence horaire <var>$1</var>.\";'),('oc','messages:apierror-badtoken','s:25:\"fr:Jeton CSRF non valide.\";'),('oc','messages:apierror-badupload','s:265:\"fr:Le paramètre de téléversement de fichier <var>$1</var> n’est pas un téléversement de fichier ; assurez-vous d’utiliser <code>multipart/form-data</code> pour votre POST et d’inclure un nom de fichier dans l’entête <code>Content-Disposition</code>.\";'),('oc','messages:apierror-badurl','s:73:\"fr:Valeur « $2 » non valide pour le paramètre d’URL <var>$1</var>.\";'),('oc','messages:apierror-baduser','s:77:\"fr:Valeur « $2 » non valide pour le paramètre utilisateur <var>$1</var>.\";'),('oc','messages:apierror-badvalue-notmultivalue','s:101:\"fr:La séparation multi-valeur U+001F ne peut être utilisée que pour des paramètres multi-valeurs.\";'),('oc','messages:apierror-blocked','s:41:\"fr:Vous avez été bloqué pour modifier.\";'),('oc','messages:apierror-blocked-partial','s:58:\"fr:Vous avez été bloqué en modification sur cette page.\";'),('oc','messages:apierror-blockedfrommail','s:54:\"fr:Vous avez été bloqué pour l’envoi de courriel.\";'),('oc','messages:apierror-botsnotsupported','s:63:\"fr:Cette interface n’est pas prise en charge pour les robots.\";'),('oc','messages:apierror-cannot-async-upload-file','s:351:\"fr:Les paramètres <var>async</var> et <var>file</var> ne peuvent pas être combinés. Si vous voulez un traitement asynchrone de votre fichier téléversé, importez-le d’abord dans la réserve (en utilisant le paramètre <var>stash</var>) puis publiez le fichier importé de façon asynchrone (en utilisant <var>filekey</var> et <var>async</var>).\";'),('oc','messages:apierror-cannotreauthenticate','s:88:\"fr:Cette action n’est pas disponible car votre identité ne peut pas être vérifiée.\";'),('oc','messages:apierror-cannotviewtitle','s:34:\"oc:Sètz pas autorizat a veire $1.\";'),('oc','messages:apierror-cantblock','s:47:\"oc:Avètz pas lo dreit de blocar d\'utilizaires.\";'),('oc','messages:apierror-cantblock-email','s:100:\"oc:Avètz pas lo dreit de blocar d\'utilizaires per mandar de corrièrs electronics via aqueste wiki.\";'),('oc','messages:apierror-cantchangecontentmodel','s:77:\"fr:Vous n’avez pas le droit de modifier le modèle de contenu d’une page.\";'),('oc','messages:apierror-canthide','s:77:\"oc:Avètz pas lo dreit d\'amagar los noms d\'utilizaire dins lo jornal de blog.\";'),('oc','messages:apierror-cantimport','s:45:\"oc:Avètz pas lo dreit d\'importar de paginas.\";'),('oc','messages:apierror-cantimport-upload','s:58:\"oc:Avètz pas lo dreit d\'importar de paginas telecargadas.\";'),('oc','messages:apierror-cantoverwrite-sharedfile','s:99:\"fr:Le fichier cible existe dans un dépôt partagé et vous n’avez pas le droit de le substituer.\";'),('oc','messages:apierror-cantsend','s:209:\"fr:Vous n’êtes pas connecté, vous n’avez pas d’adresse de courriel confirmée, ou vous n’êtes pas autorisé à envoyer des courriels aux autres utilisateurs, donc vous ne pouvez envoyer de courriel.\";'),('oc','messages:apierror-cantundelete','s:112:\"fr:Impossible d’annuler : les révisions demandées peuvent ne plus exister ou avoir déjà été annulées.\";'),('oc','messages:apierror-cantview-deleted-comment','s:77:\"fr:Vous n’avez pas la permission de visualiser les commentaires supprimés.\";'),('oc','messages:apierror-cantview-deleted-description','s:84:\"fr:Vous n’avez pas le droit d’afficher les descriptions des fichiers supprimés.\";'),('oc','messages:apierror-cantview-deleted-metadata','s:85:\"fr:Vous n’avez pas le droit d’afficher les métadonnées des fichiers supprimés.\";'),('oc','messages:apierror-cantview-deleted-revision-content','s:87:\"fr:Vous n’avez pas la permission de visualiser le contenu des révisions supprimées.\";'),('oc','messages:apierror-changeauth-norequest','s:57:\"fr:Échec à la création de la requête de modification.\";'),('oc','messages:apierror-changecontentmodel-cannot-convert','s:67:\"fr:Impossible de convertir $1 en modèle de contenu <code>$2</code>\";'),('oc','messages:apierror-changecontentmodel-cannotbeused','s:70:\"fr:Le modèle de contenu <code>$1</code> ne peut être utilisé sur $2\";'),('oc','messages:apierror-changecontentmodel-missingtitle','s:167:\"fr:La page que vous avez spécifiée n’existe pas. Pour créer une nouvelle page avec un modèle de contenu personnalisé, utiliser le module <kbd>action=edit</kbd>.\";'),('oc','messages:apierror-changecontentmodel-nodirectediting','s:87:\"fr:Le modèle de contenu <code>$1</code> ne prend pas en charge la modification directe\";'),('oc','messages:apierror-chunk-too-small','s:104:\"fr:La taille minimale d’un segment est de $1 octet{{PLURAL:$1||s}} pour les segments hors le dernier.\";'),('oc','messages:apierror-cidrtoobroad','s:64:\"fr:Les plages CIDR $1 plus large que /$2 ne sont pas acceptées.\";'),('oc','messages:apierror-compare-maintextrequired','s:160:\"fr:Le paramètre <var>$1text-main</var> est obligatoire lorsque <var>$1slots</var> contient <kbd>main</kbd> (impossible de supprimer l’emplacement principal).\";'),('oc','messages:apierror-compare-no-title','s:140:\"fr:Impossible de faire une transformation avant enregistrement sans titre. Essayez de spécifier <var>fromtitle</var> ou <var>totitle</var>.\";'),('oc','messages:apierror-compare-nofromrevision','s:102:\"fr:Aucune révision \'from\'. Spécifiez <var>fromrev</var>, <var>fromtitle</var>, ou <var>fromid</var>.\";'),('oc','messages:apierror-compare-nosuchfromsection','s:55:\"fr:Il n’y a pas de section $1 dans le contenu \'from\'.\";'),('oc','messages:apierror-compare-nosuchtosection','s:61:\"fr:Il n’y a pas de section $1 dans le contenu « to ».\";'),('oc','messages:apierror-compare-notext','s:77:\"fr:Le paramètre <var>$1</var> ne peut pas être utilisé sans <var>$2</var>.\";'),('oc','messages:apierror-compare-notorevision','s:102:\"fr:Aucune révision « to ». Spécifiez <var>torev</var>, <var>totitle</var>, ou <var>toid</var>.\";'),('oc','messages:apierror-compare-relative-to-deleted','s:92:\"fr:Impossible d’utiliser <kbd>torelative=$1</kbd> par rapport à une révision supprimée.\";'),('oc','messages:apierror-compare-relative-to-nothing','s:81:\"fr:Pas de révision \'depuis\' pour <var>torelative</var> à laquelle se rapporter.\";'),('oc','messages:apierror-concurrency-limit','s:133:\"fr:Une limite de parallélisation a été dépassée. Veuillez surveiller le retour de chaque requête avant de soumettre le suivant.\";'),('oc','messages:apierror-contentmodel-mismatch','s:148:\"fr:Le contenu que vous avez fourni utilise le modèle de contenu <kbd>$1</kbd>, alors que le modèle de contenu actuel de la page est <kbd>$2</kbd>.\";'),('oc','messages:apierror-contentserializationexception','s:45:\"fr:Échec de sérialisation du contenu : $1\";'),('oc','messages:apierror-contenttoobig','s:129:\"fr:Le contenu que vous avez fourni dépasse la limite de taille d’un article, qui est de $1 {{PLURAL:$1|kibioctet|kibioctets}}.\";'),('oc','messages:apierror-copyuploadbaddomain','s:73:\"fr:Les téléversements par URL ne sont pas autorisés depuis ce domaine.\";'),('oc','messages:apierror-copyuploadbadurl','s:62:\"oc:Los telecargaments son pas autorizats dempuèi aquesta URL.\";'),('oc','messages:apierror-create-titleexists','s:75:\"oc:Los títols existents pòdon pas èsser protegits amb <kbd>create</kbd>.\";'),('oc','messages:apierror-csp-report','s:51:\"fr:Erreur lors du traitement du rapport CSP : $1.\";'),('oc','messages:apierror-deletedrevs-param-not-1-2','s:80:\"fr:Le paramètre <var>$1</var> ne peut pas être utilisé dans les modes 1 ou 2.\";'),('oc','messages:apierror-deletedrevs-param-not-3','s:73:\"fr:Le paramètre <var>$1</var> ne peut pas être utilisé dans le mode 3.\";'),('oc','messages:apierror-edit-invalidredirect','s:114:\"fr:Impossible de modifier <kbd>$1</kbd> en suivant une redirection, car la cible <kbd>$2</kbd> n’est pas valide.\";'),('oc','messages:apierror-emptynewsection','s:56:\"oc:Es pas possible de crear de novèlas seccions voidas.\";'),('oc','messages:apierror-emptypage','s:62:\"fr:Il n’est pas possible de créer de nouvelles pages vides.\";'),('oc','messages:apierror-exceptioncaught','s:34:\"fr:[$1] Exception interceptée: $2\";'),('oc','messages:apierror-exceptioncaughttype','s:41:\"fr:[$1] Exception interceptée de type $2\";'),('oc','messages:apierror-filedoesnotexist','s:27:\"oc:Lo fichier existís pas.\";'),('oc','messages:apierror-fileexists-sharedrepo-perm','s:121:\"fr:Le fichier cible existe dans un dépôt partagé. Utiliser le paramètre <var>ignorewarnings</var> pour le substituer.\";'),('oc','messages:apierror-filenopath','s:69:\"fr:Il n’est pas possible de récupérer le chemin du fichier local.\";'),('oc','messages:apierror-filetypecannotberotated','s:48:\"fr:Le type du fichier ne peut pas être tourné.\";'),('oc','messages:apierror-formatphp','s:132:\"fr:Cette réponse ne peut pas être représentée en utilisant <kbd>format=php</kbd>. Voir https://phabricator.wikimedia.org/T68776.\";'),('oc','messages:apierror-imageusage-badtitle','s:53:\"fr:Le titre pour <kbd>$1</kbd> doit être un fichier.\";'),('oc','messages:apierror-import-unknownerror','s:49:\"fr:Erreur inconnue lors de l’importation : $1.\";'),('oc','messages:apierror-integeroutofrange-abovebotmax','s:100:\"fr:<var>$1</var> ne peut pas dépasser $2 (fixé à $3) pour les robots ou les opérateurs système.\";'),('oc','messages:apierror-integeroutofrange-abovemax','s:78:\"fr:<var>$1</var> ne peut pas dépasser $2 (fixé à $3) pour les utilisateurs.\";'),('oc','messages:apierror-integeroutofrange-belowminimum','s:66:\"fr:<var>$1</var> ne peut pas être inférieur à $2 (fixé à $3).\";'),('oc','messages:apierror-invalid-chunk','s:84:\"fr:Le déplacement plus le segment actuel dépassent la taille demandée du fichier.\";'),('oc','messages:apierror-invalid-file-key','s:51:\"fr:Ne correspond pas à une clé valide de fichier.\";'),('oc','messages:apierror-invalidcategory','s:67:\"fr:Le nom de la catégorie que vous avez entré n’est pas valide.\";'),('oc','messages:apierror-invalidexpiry','s:44:\"fr:Heure d’expiration invalide « $1 ».\";'),('oc','messages:apierror-invalidiprange','s:38:\"fr:Plage CIDR « $1 » non valide.\";'),('oc','messages:apierror-invalidlang','s:62:\"fr:Code de langue non valide pour le paramètre <var>$1</var>.\";'),('oc','messages:apierror-invalidmethod','s:58:\"fr:Méthode HTTP non valide. Utilisez plutôt GET ou POST.\";'),('oc','messages:apierror-invalidoldimage','s:60:\"fr:Le paramètre <var>oldimage</var> a un format non valide.\";'),('oc','messages:apierror-invalidparammix','s:76:\"fr:{{PLURAL:$2|Les paramètres}} $1 ne peuvent pas être utilisés ensemble.\";'),('oc','messages:apierror-invalidparammix-cannotusewith','s:77:\"fr:Le paramètre <kbd>$1</kbd> ne peut pas être utilisé avec <kbd>$2</kbd>.\";'),('oc','messages:apierror-invalidparammix-mustusewith','s:78:\"fr:Le paramètre <kbd>$1</kbd> ne peut être utilisé qu’avec <kbd>$2</kbd>.\";'),('oc','messages:apierror-invalidparammix-parse-new-section','s:184:\"fr:<kbd>section=new</kbd> ne peut pas être combiné avec les paramètres <var>oldid</var>, <var>pageid</var> ou <var>page</var>. Veuillez utiliser <var>title</var> et <var>text</var>.\";'),('oc','messages:apierror-invalidsection','s:98:\"fr:Le paramètre <var>section</var> doit être un identifiant de section valide ou <kbd>new</kbd>.\";'),('oc','messages:apierror-invalidsha1base36hash','s:51:\"fr:Le hachage SHA1Base36 fourni n’est pas valide.\";'),('oc','messages:apierror-invalidsha1hash','s:45:\"fr:Le hachage SHA1 fourni n’est pas valide.\";'),('oc','messages:apierror-invalidtitle','s:28:\"fr:Mauvais titre « $1 ».\";'),('oc','messages:apierror-invalidurlparam','s:67:\"fr:Valeur non valide pour <var>$1urlparam</var> (<kbd>$2=$3</kbd>).\";'),('oc','messages:apierror-invaliduser','s:46:\"fr:Nom d’utilisateur « $1 » incorrect.\";'),('oc','messages:apierror-invaliduserid','s:59:\"fr:L’ID d’utilisateur <var>$1</var> n’est pas valide.\";'),('oc','messages:apierror-ipoutofrange','s:98:\"fr:La plage CIDR demandée « $1 » ne peut pas être plus étendue que la limite CIDR de /$2.\";'),('oc','messages:apierror-maxbytes','s:79:\"fr:Le paramètre <var>$1</var> ne peut pas dépasser $2 octets{{PLURAL:$2||s}}\";'),('oc','messages:apierror-maxchars','s:78:\"fr:Le paramètre <var>$1</var> ne peut excéder $2 catactères{{PLURAL:$2||s}}\";'),('oc','messages:apierror-maxlag','s:58:\"fr:Attente de $2 : $1 seconde{{PLURAL:$1||s}} de retard.\";'),('oc','messages:apierror-maxlag-generic','s:87:\"fr:Attente d’un serveur de base de données : $1 seconde{{PLURAL:$1||s}} de retard.\";'),('oc','messages:apierror-mimesearchdisabled','s:64:\"fr:La recherche par type MIME est désactivée en mode économe.\";'),('oc','messages:apierror-missingcontent-pageid','s:43:\"fr:Contenu manquant pour la page d’ID $1.\";'),('oc','messages:apierror-missingcontent-revid','s:46:\"fr:Contenu de la révision d’ID $1 manquant.\";'),('oc','messages:apierror-missingcontent-revid-role','s:74:\"fr:Contenu manquant pour l’identifiant de révision $1 pour le rôle $2.\";'),('oc','messages:apierror-missingparam','s:50:\"fr:Le paramètre <var>$1</var> doit être défini.\";'),('oc','messages:apierror-missingparam-at-least-one-of','s:78:\"fr:{{PLURAL:$2|Le paramètre|Au moins un des paramètres}} $1 est obligatoire.\";'),('oc','messages:apierror-missingparam-one-of','s:69:\"fr:{{PLURAL:$2|Le paramètre|Un des paramètres}} $1 est obligatoire.\";'),('oc','messages:apierror-missingrev-pageid','s:50:\"fr:Aucune révision actuelle de la page d’ID $1.\";'),('oc','messages:apierror-missingrev-title','s:41:\"fr:Aucune révision actuelle de titre $1.\";'),('oc','messages:apierror-missingtitle','s:52:\"fr:La page que vous avez spécifiée n’existe pas.\";'),('oc','messages:apierror-missingtitle-byname','s:29:\"fr:La page $1 n’existe pas.\";'),('oc','messages:apierror-missingtitle-createonly','s:80:\"fr:Les titres manquants ne peuvent être protégés qu’avec <kbd>create</kbd>.\";'),('oc','messages:apierror-moduledisabled','s:47:\"fr:Le module <kbd>$1</kbd> a été désactivé.\";'),('oc','messages:apierror-multival-only-one-of','s:84:\"fr:{{PLURAL:$3|Seul|Seul un des}} $2 est autorisé pour le paramètre <var>$1</var>.\";'),('oc','messages:apierror-multpages','s:65:\"fr:<var>$1</var> ne peut être utilisé qu’avec une seule page.\";'),('oc','messages:apierror-mustbeloggedin','s:38:\"fr:Vous devez être connecté pour $1.\";'),('oc','messages:apierror-mustbeloggedin-changeauth','s:78:\"fr:Vous devez être connecté pour modifier les données d’authentification.\";'),('oc','messages:apierror-mustbeloggedin-generic','s:30:\"fr:Vous devez être connecté.\";'),('oc','messages:apierror-mustbeloggedin-linkaccounts','s:52:\"fr:Vous devez être connecté pour lier des comptes.\";'),('oc','messages:apierror-mustbeloggedin-removeauth','s:79:\"fr:Vous devez être connecté pour supprimer les données d’authentification.\";'),('oc','messages:apierror-mustbeloggedin-uploadstash','s:104:\"fr:La zone de préparation des téléversements n’est disponible que pour les utilisateurs connectés.\";'),('oc','messages:apierror-mustbeposted','s:56:\"fr:Le module <kbd>$1</kbd> nécessite une requête POST.\";'),('oc','messages:apierror-mustpostparams','s:229:\"fr:Le{{PLURAL:$2||s}} paramètre{{PLURAL:$2||s}} suivant{{PLURAL:$2||s}} {{PLURAL:$2|a|ont}} été trouvé{{PLURAL:$2||s}} dans la chaîne de requête, mais doi{{PLURAL:$2||ven}}t figurer dans le corps de la requête POST : $1.\";'),('oc','messages:apierror-no-direct-editing','s:113:\"fr:La modification directe via l’API n’est pas prise en charge pour le modèle de contenu $1 utilisé par $2.\";'),('oc','messages:apierror-noapiwrite','s:59:\"fr:La modification de ce wiki via l’API est désactivée.\";'),('oc','messages:apierror-nochanges','s:41:\"fr:Aucun changement n’a été demandé.\";'),('oc','messages:apierror-nodeleteablefile','s:44:\"fr:Pas de telle ancienne version du fichier.\";'),('oc','messages:apierror-noedit','s:48:\"oc:Avètz pas lo dreit de modificar las paginas.\";'),('oc','messages:apierror-noedit-anon','s:63:\"fr:Les utilisateurs anonymes ne peuvent pas modifier les pages.\";'),('oc','messages:apierror-noimageredirect','s:57:\"oc:Avètz pas lo dreit de crear de redireccions d\'imatge.\";'),('oc','messages:apierror-noimageredirect-anon','s:69:\"oc:Los utilizaires anonims pòdon pas crear de redireccions d\'imatge.\";'),('oc','messages:apierror-nosuchlogid','s:56:\"fr:Il n’y a pas d’entrée de journal avec l’ID $1.\";'),('oc','messages:apierror-nosuchpageid','s:41:\"fr:Il n’y a pas de page avec l’ID $1.\";'),('oc','messages:apierror-nosuchrcid','s:58:\"fr:Il n’y a pas de modification récente avec l’ID $1.\";'),('oc','messages:apierror-nosuchrevid','s:41:\"fr:Il n’y a pas de révision d’ID $1.\";'),('oc','messages:apierror-nosuchsection','s:25:\"oc:I a pas de seccion $1.\";'),('oc','messages:apierror-nosuchsection-what','s:33:\"oc:I a pas de seccion $1 dins $2.\";'),('oc','messages:apierror-nosuchuserid','s:50:\"fr:Il n’y a pas d’utilisateur ayant l’ID $1.\";'),('oc','messages:apierror-notarget','s:66:\"fr:Vous n’avez pas spécifié de cible valide pour cette action.\";'),('oc','messages:apierror-notpatrollable','s:78:\"fr:La révision r$1 ne peut pas être patrouillée car elle est trop ancienne.\";'),('oc','messages:apierror-nouploadmodule','s:43:\"fr:Aucun module de téléversement défini.\";'),('oc','messages:apierror-opensearch-json-warnings','s:88:\"fr:Les avertissements ne peuvent pas être représentés dans le format JSON OpenSearch.\";'),('oc','messages:apierror-pagecannotexist','s:54:\"fr:L’espace de noms ne permet pas de pages réelles.\";'),('oc','messages:apierror-pagedeleted','s:78:\"fr:La page a été supprimée depuis que vous avez récupéré son horodatage.\";'),('oc','messages:apierror-pagelang-disabled','s:74:\"fr:Il n’est pas possible de modifier la langue d’une page sur ce wiki.\";'),('oc','messages:apierror-paramempty','s:54:\"fr:Le paramètre <var>$1</var> ne peut pas être vide.\";'),('oc','messages:apierror-parsetree-notwikitext','s:84:\"fr:<kbd>prop=parsetree</kbd> n’est pris en charge que pour le contenu en wikicode.\";'),('oc','messages:apierror-parsetree-notwikitext-title','s:121:\"fr:<kbd>prop=parsetree</kbd> n’est pris en charge que pour du contenu en wikicode. $1 utilise le modèle de contenu $2.\";'),('oc','messages:apierror-pastexpiry','s:52:\"fr:La date d’expiration « $1 » est dépassée.\";'),('oc','messages:apierror-permissiondenied','s:41:\"fr:Vous n’avez pas la permission de $1.\";'),('oc','messages:apierror-permissiondenied-generic','s:25:\"oc:Autorizacion refusada.\";'),('oc','messages:apierror-permissiondenied-patrolflag','s:114:\"fr:Vous avez besoin du droit <code>patrol</code> ou <code>patrolmarks</code> pour demander le drapeau patrouillé.\";'),('oc','messages:apierror-permissiondenied-unblock','s:61:\"fr:Vous n’avez pas le droit de débloquer les utilisateurs.\";'),('oc','messages:apierror-prefixsearchdisabled','s:63:\"fr:La recherche par préfixe est désactivée en mode économe.\";'),('oc','messages:apierror-promised-nonwrite-api','s:129:\"fr:L’entête HTTP <code>Promise-Non-Write-API-Action</code> ne peut pas être envoyé aux modules de l’API en mode écriture.\";'),('oc','messages:apierror-protect-invalidaction','s:43:\"oc:Tipe de proteccion invalid « $1 ».\";'),('oc','messages:apierror-protect-invalidlevel','s:45:\"oc:Nivèl de proteccion invalid « $1 ».\";'),('oc','messages:apierror-ratelimited','s:86:\"fr:Vous avez dépassé votre limite de débit. Veuillez attendre un peu et réessayer.\";'),('oc','messages:apierror-readapidenied','s:64:\"fr:Vous avez besoin du droit de lecture pour utiliser ce module.\";'),('oc','messages:apierror-readonly','s:50:\"fr:Ce wiki est actuellement en mode lecture seule.\";'),('oc','messages:apierror-reauthenticate','s:110:\"fr:Vous ne vous êtes pas authentifié récemment pour cette session ; veuillez vous authentifier à nouveau.\";'),('oc','messages:apierror-redirect-appendonly','s:189:\"fr:Vous avez essayé de modifier en utilisant le mode de suivi de redirection, qui doit être utilisé en lien avec <kbd>section=new</kbd>, <var>prependtext</var>, ou <var>appendtext</var>.\";'),('oc','messages:apierror-revdel-mutuallyexclusive','s:96:\"fr:Le même champ ne peut pas être utilisé à la fois pour <var>hide</var> et <var>show</var>.\";'),('oc','messages:apierror-revdel-needtarget','s:54:\"fr:Un titre cible est nécessaire pour ce type RevDel.\";'),('oc','messages:apierror-revdel-paramneeded','s:82:\"fr:Au moins une valeur est nécessaire pour <var>hide</var> et/ou <var>show</var>.\";'),('oc','messages:apierror-revisions-badid','s:63:\"fr:Pas de correction trouvée pour le paramètre <var>$1</var>.\";'),('oc','messages:apierror-revisions-norevids','s:261:\"fr:Le paramètre <var>revids</var> ne peut pas être utilisé avec les options de liste (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, et <var>$1end</var>).\";'),('oc','messages:apierror-revisions-singlepage','s:348:\"fr:<var>titles</var>, <var>pageids</var> ou un générateur a été utilisé pour fournir plusieurs pages, mais les paramètres <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> et <var>$1end</var> ne peuvent être utilisés que sur une seule page.\";'),('oc','messages:apierror-revwrongpage','s:39:\"fr:r$1 n’est pas une révision de $2.\";'),('oc','messages:apierror-searchdisabled','s:47:\"fr:La recherche <var>$1</var> est désactivée.\";'),('oc','messages:apierror-sectionreplacefailed','s:51:\"fr:Impossible de fusionner la section mise à jour.\";'),('oc','messages:apierror-sectionsnotsupported','s:75:\"fr:Les sections ne sont pas prises en charge pour le modèle de contenu $1.\";'),('oc','messages:apierror-sectionsnotsupported-what','s:52:\"fr:Les sections ne sont pas prises en charge par $1.\";'),('oc','messages:apierror-show','s:92:\"fr:Paramètre incorrect - des valeurs mutuellement exclusives ne peuvent pas être fournies.\";'),('oc','messages:apierror-siteinfo-includealldenied','s:109:\"fr:Impossible d’afficher toutes les informations du serveur, sauf si <var>$wgShowHostnames</var> vaut vrai.\";'),('oc','messages:apierror-sizediffdisabled','s:67:\"fr:La différence de taille est désactivée dans le mode économe.\";'),('oc','messages:apierror-spamdetected','s:109:\"fr:Votre modification a été refusée parce qu’elle contenait un fragment de pourriel : <code>$1</code>.\";'),('oc','messages:apierror-specialpage-cantexecute','s:90:\"fr:Vous n’avez pas l’autorisation d’afficher les résultats de cette page spéciale.\";'),('oc','messages:apierror-stashedfilenotfound','s:57:\"fr:Impossible de trouver le fichier dans la réserve: $1.\";'),('oc','messages:apierror-stashedit-missingtext','s:62:\"fr:Pas de texte en réserve associé à la donnée de hachage.\";'),('oc','messages:apierror-stashexception','s:5:\"en:$1\";'),('oc','messages:apierror-stashfailed-complete','s:97:\"fr:Un téléversement par morceaux est déjà achevé, vérifiez l’état pour plus de détails.\";'),('oc','messages:apierror-stashfailed-nosession','s:66:\"fr:Aucune session de téléversement par morceaux avec cette clé.\";'),('oc','messages:apierror-stashfilestorage','s:62:\"fr:Impossible de stocker le téléversement en réserve : $1\";'),('oc','messages:apierror-stashinvalidfile','s:32:\"oc:Fichièr de resèrva invalid.\";'),('oc','messages:apierror-stashnosuchfilekey','s:24:\"fr:Filekey inconnue: $1.\";'),('oc','messages:apierror-stashpathinvalid','s:68:\"fr:La clé du fichier n’a pas le bon format ou est invalide : $1.\";'),('oc','messages:apierror-stashwrongowner','s:30:\"fr:Erreur de propriétaire: $1\";'),('oc','messages:apierror-stashzerolength','s:83:\"fr:Fichier est de longueur nulle, et n’a pas pu être mis dans la réserve : $1.\";'),('oc','messages:apierror-systemblocked','s:57:\"fr:Vous avez été bloqué automatiquement par MediaWiki.\";'),('oc','messages:apierror-templateexpansion-notwikitext','s:126:\"fr:Le développement des modèles n’est pris en charge que pour du contenu en wikicode. $1 utilise le modèle de contenu $2.\";'),('oc','messages:apierror-toofewexpiries','s:166:\"fr:$1 {{PLURAL:$1|horodatage d’expiration a été fourni|horodatages d’expiration ont été fournis}} alors que $2 {{PLURAL:$2|était attendu|étaient attendus}}.\";'),('oc','messages:apierror-toomanyvalues','s:79:\"fr:Trop de valeurs fournies pour le paramètre <var>$1</var>. La limite est $2.\";'),('oc','messages:apierror-unknownaction','s:63:\"fr:L’action spécifiée, <kbd>$1</kbd>, n’est pas reconnue.\";'),('oc','messages:apierror-unknownerror','s:36:\"oc:Error desconeguda : « $1 ».\";'),('oc','messages:apierror-unknownerror-editpage','s:32:\"fr:Erreur inconnue EditPage: $1.\";'),('oc','messages:apierror-unknownerror-nocode','s:21:\"oc:Error desconeguda.\";'),('oc','messages:apierror-unknownformat','s:34:\"oc:Format desconegut « $1 ».\";'),('oc','messages:apierror-unrecognizedparams','s:65:\"fr:Paramètre{{PLURAL:$2||s}} non reconnu{{PLURAL:$2||s}} : $1.\";'),('oc','messages:apierror-unrecognizedvalue','s:57:\"oc:Valor pas reconeguda del paramètre <var>$1</var>: $2.\";'),('oc','messages:apierror-unsupportedrepo','s:90:\"fr:Le dépôt local des fichiers ne prend pas en charge la recherche de toutes les images.\";'),('oc','messages:apierror-upload-filekeyneeded','s:80:\"fr:Un <var>filekey</var> est nécessaire si le <var>décalage</var> est non nul.\";'),('oc','messages:apierror-upload-filekeynotallowed','s:78:\"fr:Pas possible de fournir une <var>filekey</var> si <var>offset</var> vaut 0.\";'),('oc','messages:apierror-upload-inprogress','s:67:\"fr:Le téléversement à partir de la réserve est déjà en cours.\";'),('oc','messages:apierror-upload-missingresult','s:48:\"fr:Pas de résultat dans les données d’état.\";'),('oc','messages:apierror-urlparamnormal','s:65:\"fr:Impossible de normaliser les paramètres de l’image pour $1.\";'),('oc','messages:apierror-writeapidenied','s:74:\"fr:Vous n’êtes pas autorisé à modifier ce wiki au travers de l’API.\";'),('oc','messages:apihelp','s:17:\"oc:Ajuda de l\'API\";'),('oc','messages:apihelp-block-example-ip-simple','s:87:\"fr:Bloquer l’adresse IP <kbd>192.0.2.5</kbd> pour trois jours avec un motif indiqué.\";'),('oc','messages:apihelp-block-example-user-complex','s:151:\"fr:Bloquer indéfiniment l’utilisateur <kbd>Vandal</kbd> avec le motif indiqué et empêcher la création de nouveau compte et l’envoi de courriel.\";'),('oc','messages:apihelp-block-param-actionrestrictions','s:139:\"fr:Liste des actions que l’utilisateur est empêché d’effectuer. Ne s’applique que quand <var>partial</var> est positionné à vrai.\";'),('oc','messages:apihelp-block-param-allowusertalk','s:172:\"fr:Autoriser les utilisateurs à modifier leur propre page de discussion (dépend de <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).\";'),('oc','messages:apihelp-block-param-anononly','s:127:\"fr:Bloquer uniquement les utilisateurs anonymes (c’est-à-dire désactiver les modifications anonymes pour cette adresse IP).\";'),('oc','messages:apihelp-block-param-autoblock','s:150:\"fr:Bloquer automatiquement la dernière adresse IP utilisée et toute les adresses IP subséquentes depuis lesquelles ils ont essayé de se connecter.\";'),('oc','messages:apihelp-block-param-expiry','s:298:\"fr:Durée d’expiration (exprimée en anglais). Peut être relative (par ex. <kbd>5 months</kbd> ou <kbd>2 weeks</kbd>) ou absolue (par ex. <kbd>2014-09-18T12:34:56Z</kbd>). Si elle est indiquée comme <kbd>infinite</kbd>, <kbd>indefinite</kbd> ou <kbd>never</kbd>, le blocage n’expirera jamais.\";'),('oc','messages:apihelp-block-param-hidename','s:109:\"fr:Masque le nom de l’utilisateur dans le journal des blocages (nécessite le droit <code>hideuser</code>).\";'),('oc','messages:apihelp-block-param-namespacerestrictions','s:173:\"fr:Liste d’identifiants d’espaces de noms sur lesquels l’utilisateur est bloqué en modification. Ne s’applique que quand <var>partial</var> est positionné à vrai.\";'),('oc','messages:apihelp-block-param-nocreate','s:34:\"oc:Empachar la creacion de compte.\";'),('oc','messages:apihelp-block-param-noemail','s:113:\"fr:Empêcher l’utilisateur d’envoyer des courriels via le wiki (nécessite le droit <code>blockemail</code>).\";'),('oc','messages:apihelp-block-param-pagerestrictions','s:144:\"fr:Liste des titres pour lesquels bloquer l’utilisateur en modification. Ne s’applique que quand <var>partial</var> est positionné à vrai.\";'),('oc','messages:apihelp-block-param-partial','s:106:\"fr:Bloquer un utilisateur pour des pages ou des espaces de nom spécifiques plutôt que pour tout un site.\";'),('oc','messages:apihelp-block-param-reason','s:22:\"oc:Motiu del blocatge.\";'),('oc','messages:apihelp-block-param-reblock','s:71:\"fr:Si l’utilisateur est déjà bloqué, écraser le blocage existant.\";'),('oc','messages:apihelp-block-param-tags','s:76:\"fr:Modifier les balises à appliquer à l’entrée du journal des blocages.\";'),('oc','messages:apihelp-block-param-user','s:26:\"fr:Utilisateur à bloquer.\";'),('oc','messages:apihelp-block-param-userid','s:77:\"oc:ID d\'utilizaire de blocar. Pòt pas èsser utilizat amb <var>$1user</var>.\";'),('oc','messages:apihelp-block-param-watchlistexpiry','s:135:\"fr:Horodatage d’expiration de la liste de suivi. Omettre complètement ce paramètre pour laisser l’expiration actuelle inchangée.\";'),('oc','messages:apihelp-block-param-watchuser','s:93:\"fr:Surveiller les pages utilisateur et de discussion de l’utilisateur ou de l’adresse IP.\";'),('oc','messages:apihelp-block-summary','s:24:\"oc:Blocar un utilizaire.\";'),('oc','messages:apihelp-changeauthenticationdata-example-password','s:101:\"fr:Tentative de modification du mot de passe de l’utilisateur actuel en <kbd>ExamplePassword</kbd>.\";'),('oc','messages:apihelp-changeauthenticationdata-summary','s:74:\"fr:Modifier les données d’authentification pour l’utilisateur actuel.\";'),('oc','messages:apihelp-changecontentmodel-example','s:81:\"fr:Modifier la page principale pour avoir le modèle de contenu <code>text</code>\";'),('oc','messages:apihelp-changecontentmodel-param-bot','s:78:\"fr:Marquer la modification du modèle de contenu avec une indication de robot.\";'),('oc','messages:apihelp-changecontentmodel-param-model','s:41:\"fr:Modèle de contenu du nouveau contenu.\";'),('oc','messages:apihelp-changecontentmodel-param-pageid','s:131:\"fr:Identifiant de la page pour en modifier le modèle de contenu. Ne peut pas être utilisé conjointement avec <var>$1title</var>.\";'),('oc','messages:apihelp-changecontentmodel-param-summary','s:68:\"fr:Modifier le résumé et le motif de l’enregistrement au journal\";'),('oc','messages:apihelp-changecontentmodel-param-tags','s:84:\"fr:Changer les marques à appliquer à l’entrée du journal et à la modification.\";'),('oc','messages:apihelp-changecontentmodel-param-title','s:123:\"fr:Titre de la page pour modifier le modèle de contenu. Ne peut pas être utilisé conjointement avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-changecontentmodel-summary','s:46:\"fr:Modifier le modèle de contenu d’une page\";'),('oc','messages:apihelp-checktoken-example-simple','s:53:\"oc:Testar la validitat d\'un geton de <kbd>csrf</kbd>.\";'),('oc','messages:apihelp-checktoken-param-maxtokenage','s:68:\"oc:Temps maximum autorizat per l\'utilizacion del geton, en segondas.\";'),('oc','messages:apihelp-checktoken-param-token','s:19:\"oc:Geton de testar.\";'),('oc','messages:apihelp-checktoken-param-type','s:23:\"oc:Tipe de geton testat\";'),('oc','messages:apihelp-checktoken-summary','s:111:\"fr:Vérifier la validité d’un jeton de <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\";'),('oc','messages:apihelp-clearhasmsg-example-1','s:70:\"fr:Effacer le drapeau <code>hasmsg</code> pour l’utilisateur actuel.\";'),('oc','messages:apihelp-clearhasmsg-summary','s:69:\"fr:Efface le drapeau <code>hasmsg</code> pour l’utilisateur actuel.\";'),('oc','messages:apihelp-clientlogin-example-login','s:139:\"fr:Commencer le processus de connexion au wiki en tant qu’utilisateur <kbd>Example</kbd> avec le mot de passe <kbd>ExamplePassword</kbd>.\";'),('oc','messages:apihelp-clientlogin-example-login2','s:207:\"fr:Continuer la connexion après avoir obtenu une réponse <samp>UI</samp> (interface utilisateur) pour l’authentification à deux facteurs, en fournissant un <var>OATHToken</var> valant <kbd>987654</kbd>.\";'),('oc','messages:apihelp-clientlogin-summary','s:63:\"fr:Se connecter au wiki en utilisant la procédure interactive.\";'),('oc','messages:apihelp-compare-example-1','s:51:\"oc:Crear una diferéncia entre las revisions 1 e 2.\";'),('oc','messages:apihelp-compare-extended-description','s:157:\"fr:Vous devez passer un numéro de version, un titre de page, un ID de page, un texte ou une référence relative pour à la fois « from » et « to ».\";'),('oc','messages:apihelp-compare-param-difftype','s:51:\"fr:Renvoyer la comparaison au format HTML en ligne.\";'),('oc','messages:apihelp-compare-param-fromcontentformat','s:98:\"fr:Spécifiez <kbd>fromslots=main</kbd> et utilisez <var>fromcontentformat-main</var> à la place.\";'),('oc','messages:apihelp-compare-param-fromcontentformat-{slot}','s:74:\"fr:Format de sérialisation de contenu de <var>fromtext-&#x7B;slot}</var>.\";'),('oc','messages:apihelp-compare-param-fromcontentmodel','s:97:\"fr:Spécifiez <kbd>fromslots=main</kbd> et utilisez <var>fromcontentmodel-main</var> à la place.\";'),('oc','messages:apihelp-compare-param-fromcontentmodel-{slot}','s:142:\"fr:Modèle de contenu de <var>fromtext-&#x7B;slot&#x7D;</var>. Si non fourni, il sera déduit en fonction de la valeur des autres paramètres.\";'),('oc','messages:apihelp-compare-param-fromid','s:41:\"oc:ID de la primièra pagina de comparar.\";'),('oc','messages:apihelp-compare-param-frompst','s:94:\"fr:Effectuer une transformation avant enregistrement sur <var>fromtext-&#x7B;slot&#x7D;</var>.\";'),('oc','messages:apihelp-compare-param-fromrev','s:34:\"oc:Primièra revision de comparar.\";'),('oc','messages:apihelp-compare-param-fromsection','s:69:\"fr:N’utiliser que la section spécifiée du contenu « from ».\";'),('oc','messages:apihelp-compare-param-fromsection-{slot}','s:267:\"fr:Si <var>fromtext-&#x7B;slot}</var> est le contenu d’une seule section, c’est l’identifiant de la section. Il sera fusionné dans la version spécifiée par <var>fromtitle</var>, <var>fromid</var> ou <var>fromrev</var> comme pour les modifications de section.\";'),('oc','messages:apihelp-compare-param-fromslots','s:363:\"fr:Substituer le contenu de la version spécifiée par <var>fromtitle</var>, <var>fromid</var> ou <var>fromrev</var>.\n\nCe paramètre spécifie les emplacements à modifier. Utilisez <var>fromtext-&#x7B;slot&#x7D;</var>, <var>fromcontentmodel-&#x7B;slot&#x7D;</var> et <var>fromcontentformat-&#x7B;slot&#x7D;</var> pour spécifier le contenu de chaque emplacement.\";'),('oc','messages:apihelp-compare-param-fromtext','s:89:\"fr:Spécifiez <kbd>fromslots=main</kbd> et utilisez <var>fromtext-main</var> à la place.\";'),('oc','messages:apihelp-compare-param-fromtext-{slot}','s:99:\"fr:Texte de l’emplacement spécifié. S’il est omis, l’emplacement est retiré de la version.\";'),('oc','messages:apihelp-compare-param-fromtitle','s:31:\"oc:Primièr títol de comparar.\";'),('oc','messages:apihelp-compare-param-prop','s:32:\"oc:Quinas informacions obténer.\";'),('oc','messages:apihelp-compare-param-slots','s:127:\"fr:Retourner des diffs individuels pour ces emplacements (\'\'slots\'\'), plutôt qu’un diff combiné pour tous les emplacements.\";'),('oc','messages:apihelp-compare-param-tocontentformat','s:94:\"fr:Spécifiez <kbd>toslots=main</kbd> et utilisez <var>tocontentformat-main</var> à la place.\";'),('oc','messages:apihelp-compare-param-tocontentformat-{slot}','s:77:\"fr:Format de sérialisation du contenu de <var>totext-&#x7B;slot&#x7D;</var>.\";'),('oc','messages:apihelp-compare-param-tocontentmodel','s:93:\"fr:Spécifiez <kbd>toslots=main</kbd> et utilisez <var>tocontentmodel-main</var> à la place.\";'),('oc','messages:apihelp-compare-param-tocontentmodel-{slot}','s:140:\"fr:Modèle de contenu de <var>totext-&#x7B;slot&#x7D;</var>. Si non fourni, il sera déduit en fonction de la valeur des autres paramètres.\";'),('oc','messages:apihelp-compare-param-toid','s:39:\"oc:ID de la segonda pagina de comparar.\";'),('oc','messages:apihelp-compare-param-topst','s:71:\"fr:Faire une transformation avant enregistrement sur <var>totext</var>.\";'),('oc','messages:apihelp-compare-param-torelative','s:194:\"fr:Utiliser une version relative à la version déterminée par <var>fromtitle</var>, <var>fromid</var> ou <var>fromrev</var>. Toutes les autres options « <var>to</var> » seront ignorées.\";'),('oc','messages:apihelp-compare-param-torev','s:32:\"oc:Segonda revision de comparar.\";'),('oc','messages:apihelp-compare-param-tosection','s:67:\"fr:N’utiliser que la section spécifiée du contenu « to ».\";'),('oc','messages:apihelp-compare-param-tosection-{slot}','s:259:\"fr:Si <var>totext-&#x7B;slot}</var> est le contenu d’une seule section, c’est l’identifiant de la section. Il sera fusionné dans la version spécifiée par <var>totitle</var>, <var>toid</var> ou <var>torev</var> comme pour les modifications de section.\";'),('oc','messages:apihelp-compare-param-toslots','s:364:\"fr:Substitue le contenu de la version spécifiée par <var>totitle</var>, <var>toid</var> ou <var>torev</var>.\n\nCe paramètre spécifie les emplacements qui vont être modifiés. Utilisez <var>totext-&#x7B;slot&#x7D;</var>, <var>tocontentmodel-&#x7B;slot&#x7D;</var>, et <var>tocontentformat-&#x7B;slot&#x7D;</var> pour spécifier le contenu de chaque emplacement.\";'),('oc','messages:apihelp-compare-param-totext','s:85:\"fr:Spécifiez <kbd>toslots=main</kbd> et utilisez <var>totext-main</var> à la place.\";'),('oc','messages:apihelp-compare-param-totext-{slot}','s:99:\"fr:Texte de l’emplacement spécifié. S’il est omis, l’emplacement est retiré de la version.\";'),('oc','messages:apihelp-compare-param-totitle','s:29:\"oc:Segond títol de comparar.\";'),('oc','messages:apihelp-compare-paramvalue-prop-comment','s:179:\"fr:Le commentaire des versions « from » et « to ». Si le commentaire a été supprimé d’une version, une propriété <samp>fromcommenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-compare-paramvalue-prop-diff','s:16:\"oc:Lo diff HTML.\";'),('oc','messages:apihelp-compare-paramvalue-prop-diffsize','s:51:\"ca:La mida de l\'HTML de les diferències, en bytes.\";'),('oc','messages:apihelp-compare-paramvalue-prop-ids','s:114:\"fr:Les identifiants de page et de version des versions « from » (à partir de) et « to » (jusqu’à).\";'),('oc','messages:apihelp-compare-paramvalue-prop-parsedcomment','s:220:\"fr:Le commentaire analysé des versions « from » et « to ». Si le commentaire a été supprimé d’une version, une propriété <samp>fromcommenthidden</samp> ou <samp>tocommenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-compare-paramvalue-prop-rel','s:126:\"fr:L’identifiant des versions venant avant « from » (à partir de) et après « to » (jusqu’à), s’il y en a.\";'),('oc','messages:apihelp-compare-paramvalue-prop-size','s:94:\"fr:La taille des versions versions « from » (à partir de) et « to » (jusqu’à).\";'),('oc','messages:apihelp-compare-paramvalue-prop-timestamp','s:47:\"fr:Horodatage pour les révisions \'de\' et \'à\'.\";'),('oc','messages:apihelp-compare-paramvalue-prop-title','s:101:\"fr:Le titre de page des versions versions « from » (à partir de) et « to » (jusqu’à).\";'),('oc','messages:apihelp-compare-paramvalue-prop-user','s:224:\"fr:Le nom et l’ID d’utilisateur des versions « from » et « to ». Si l’utilisateur a été supprimé d’une version, une propriété <samp>fromuserhidden</samp> ou <samp>touserhidden</samp> sera retournée.\";'),('oc','messages:apihelp-compare-summary','s:43:\"fr:Obtenir la différence entre deux pages.\";'),('oc','messages:apihelp-createaccount-example-create','s:127:\"fr:Commencer le processus de création de l’utilisateur <kbd>Exemple</kbd> avec le mot de passe <kbd>ExempleMotDePasse</kbd>.\";'),('oc','messages:apihelp-createaccount-param-preservestate','s:394:\"fr:Si <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> a retourné true pour <samp>hasprimarypreservedstate</samp>, les demandes marquées comme <samp>primary-required</samp> doivent être omises. Si elle a retourné une valeur non vide pour <samp>preservedusername</samp>, ce nom d’utilisateur doit être utilisé pour le paramètre <var>username</var>.\";'),('oc','messages:apihelp-createaccount-summary','s:40:\"oc:Creatz un novèl compte d\'utilizaire.\";'),('oc','messages:apihelp-cspreport-param-reportonly','s:97:\"fr:Marquer comme étant un rapport d’une politique de surveillance et non une politique exigée\";'),('oc','messages:apihelp-cspreport-param-source','s:66:\"fr:Ce qui a généré l’entête CSP qui a déclenché ce rapport\";'),('oc','messages:apihelp-cspreport-summary','s:238:\"fr:Utilisé par les navigateurs pour signaler les violations de la politique de confidentialité du contenu. Ce module ne devrait jamais être utilisé, sauf quand il est utilisé automatiquement par un navigateur web compatible avec CSP.\";'),('oc','messages:apihelp-delete-example-reason','s:84:\"fr:Supprimer [[{{MediaWiki:Mainpage}}]] avec le motif <kbd>Preparing for move</kbd>.\";'),('oc','messages:apihelp-delete-example-simple','s:36:\"oc:Suprimir la <kbd>Main Page</kbd>.\";'),('oc','messages:apihelp-delete-param-deletetalk','s:51:\"fr:Supprimer la page de discussion, si elle existe.\";'),('oc','messages:apihelp-delete-param-oldimage','s:147:\"fr:Le nom de l’ancienne image à supprimer tel que fourni par [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].\";'),('oc','messages:apihelp-delete-param-pageid','s:90:\"fr:Identifiant de la page que vous voulez supprimer. Incompatible avec <var>$1title</var>.\";'),('oc','messages:apihelp-delete-param-reason','s:90:\"fr:Motif de suppression. Si non défini, un motif généré automatiquement sera utilisé.\";'),('oc','messages:apihelp-delete-param-tags','s:85:\"fr:Modifier les balises à appliquer à l’entrée dans le journal des suppressions.\";'),('oc','messages:apihelp-delete-param-title','s:95:\"fr:Titre de la page que vous voulez supprimer. Impossible à utiliser avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-delete-param-unwatch','s:68:\"fr:Supprimer la page de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-delete-param-watch','s:66:\"fr:Ajouter la page à la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-delete-param-watchlist','s:154:\"fr:Ajouter ou supprimer sans distinction la page votre liste de suivi, utiliser les préférences (ignorées pour les robots) ou ne rien changer au suivi.\";'),('oc','messages:apihelp-delete-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-delete-summary','s:23:\"oc:Suprimir una pagina.\";'),('oc','messages:apihelp-disabled-summary','s:37:\"oc:Aqueste modul es estat desactivat.\";'),('oc','messages:apihelp-edit-example-edit','s:23:\"oc:Modificar una pagina\";'),('oc','messages:apihelp-edit-example-prepend','s:55:\"oc:Prefixar una pagina per <kbd>_&#95;NOTOC_&#95;</kbd>\";'),('oc','messages:apihelp-edit-example-undo','s:68:\"fr:Annuler les versions 13579 à 13585 avec un résumé automatique.\";'),('oc','messages:apihelp-edit-param-appendtext','s:168:\"fr:Ajouter ce texte à la fin de la page ou de la section. A priorité sur $1text.\n\nUtiliser $1section=new pour ajouter une nouvelle section, plutôt que ce paramètre.\";'),('oc','messages:apihelp-edit-param-baserevid','s:354:\"fr:Identifiant de la version de base, utilisé pour détecter les conflits de modification. Peut être obtenu via [[Special:ApiHelp/query+revisions|<var>action=query&prop=revisions</var>]]. Les conflits entre des modifications d’un même utilisateur provoquent l’échec de la modification à moins que «<var> basetimestamp</var> » soit défini.\";'),('oc','messages:apihelp-edit-param-basetimestamp','s:282:\"fr:Horodatage de la version de base, utilisé pour détecter les conflits de modification. Peut être obtenu via [[Special:ApiHelp/query+revisions|<var>action=query&prop=revisions&rvprop=timestamp</var>]]. Les conflits entre des modifications d’un même utilisateur sont ignorés.\";'),('oc','messages:apihelp-edit-param-bot','s:60:\"oc:Marcar aquesta modificacion coma efectuada per un robòt.\";'),('oc','messages:apihelp-edit-param-contentformat','s:74:\"fr:Format de sérialisation du contenu utilisé pour le texte d’entrée.\";'),('oc','messages:apihelp-edit-param-contentmodel','s:40:\"ca:Model de contingut del nou contingut.\";'),('oc','messages:apihelp-edit-param-createonly','s:44:\"ca:No editeu aquesta pàgina si ja existeix.\";'),('oc','messages:apihelp-edit-param-md5','s:196:\"fr:Le hachage MD5 du paramètre $1text, ou bien les paramètres $1prependtext et $1appendtext concaténés. Si défini, la modification ne sera pas effectuée à moins que le hachage soit correct.\";'),('oc','messages:apihelp-edit-param-minor','s:23:\"oc:Modificacion menora.\";'),('oc','messages:apihelp-edit-param-nocreate','s:46:\"fr:Lever une erreur si la page n’existe pas.\";'),('oc','messages:apihelp-edit-param-notminor','s:27:\"oc:Modificacion pas menora.\";'),('oc','messages:apihelp-edit-param-pageid','s:89:\"fr:Identifiant de la page que vous voulez modifier. Incompatible avec <var>$1title</var>.\";'),('oc','messages:apihelp-edit-param-prependtext','s:82:\"fr:Ajouter ce texte au début de la page ou de la section. A priorité sur $1text.\";'),('oc','messages:apihelp-edit-param-recreate','s:84:\"fr:Ignorer toutes les erreurs concernant la page qui a été supprimée entre temps.\";'),('oc','messages:apihelp-edit-param-redirect','s:46:\"fr:Résoudre automatiquement les redirections.\";'),('oc','messages:apihelp-edit-param-section','s:188:\"fr:Identifiant de section. <kbd>0</kbd> pour la section de tête, <kbd>new</kbd> pour une nouvelle section. C’est souvent un entier positif, mais il peut également être non numérique.\";'),('oc','messages:apihelp-edit-param-sectiontitle','s:35:\"oc:Lo títol d\'una seccion novèla.\";'),('oc','messages:apihelp-edit-param-starttimestamp','s:314:\"fr:L’horodatage, lorsque le processus de modification a commencé, est utilisé pour détecter les conflits de modification. Une valeur appropriée peut être obtenue en utilisant <var>[[Special:ApiHelp/main|curtimestamp]]</var> au début de ce processus (par ex. en chargeant le contenu de la page à modifier).\";'),('oc','messages:apihelp-edit-param-summary','s:415:\"fr:Résumé de modification.\n\nQuand ce paramètre n’est pas fourni ou vide, [[mw:Special:MyLanguage/Autosummary|un résumé de modification peut être généré automatiquement]].\n\nEn utilisant <var>$1section=new</var> et si <var>$1sectiontitle</var> n’est pas fourni, la valeur de ce paramètre est utilisée à la place pour le titre de la section et un résumé de modification est généré automatiquement.\";'),('oc','messages:apihelp-edit-param-tags','s:51:\"fr:Modifier les balises à appliquer à la version.\";'),('oc','messages:apihelp-edit-param-text','s:26:\"oc:Contengut de la pagina.\";'),('oc','messages:apihelp-edit-param-title','s:98:\"fr:Titre de la page que vous voulez modifier. Impossible de l’utiliser avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-edit-param-token','s:112:\"fr:Le jeton doit toujours être envoyé en tant que dernier paramètre, ou au moins après le paramètre $1text.\";'),('oc','messages:apihelp-edit-param-undo','s:72:\"fr:Annuler cette version. Écrase $1text, $1prependtext et $1appendtext.\";'),('oc','messages:apihelp-edit-param-undoafter','s:113:\"fr:Annuler toutes les versions depuis $1undo jusqu’à celle-ci. Si non défini, annuler uniquement une version.\";'),('oc','messages:apihelp-edit-param-unwatch','s:68:\"fr:Supprimer la page de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-edit-param-watch','s:66:\"fr:Ajouter la page à la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-edit-param-watchlist','s:152:\"fr:Ajouter ou supprimer sans condition la page de votre liste de suivi, utiliser les préférences (ignorer pour les robots) ou ne pas changer le suivi.\";'),('oc','messages:apihelp-edit-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-edit-summary','s:33:\"oc:Crear e modificar las paginas.\";'),('oc','messages:apihelp-emailuser-example-email','s:96:\"fr:Envoyer un courriel à l’utilisateur <kbd>WikiSysop</kbd> avec le texte <kbd>Content</kbd>.\";'),('oc','messages:apihelp-emailuser-param-ccme','s:54:\"oc:Me mandar una còpia d\'aqueste corrièr electronic.\";'),('oc','messages:apihelp-emailuser-param-subject','s:26:\"oc:Entèsta del subjècte.\";'),('oc','messages:apihelp-emailuser-param-target','s:43:\"oc:Utilizaire que i cal mandar lo corrièl.\";'),('oc','messages:apihelp-emailuser-param-text','s:32:\"oc:Còs del corrièr electronic.\";'),('oc','messages:apihelp-emailuser-summary','s:51:\"oc:Mandar un corrièr electronic un l’utilizaire.\";'),('oc','messages:apihelp-expandtemplates-example-simple','s:74:\"fr:Développe le wikicode <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.\";'),('oc','messages:apihelp-expandtemplates-param-generatexml','s:82:\"fr:Générer l’arbre d’analyse XML (remplacé par « $1prop=parsetree »).\";'),('oc','messages:apihelp-expandtemplates-param-includecomments','s:60:\"fr:S’il faut inclure les commentaires HTML dans la sortie.\";'),('oc','messages:apihelp-expandtemplates-param-prop','s:170:\"fr:Quelles informations récupérer.\n\nNoter que si aucune valeur n’est sélectionnée, le résultat contiendra le wikitexte, mais la sortie sera dans un format désuet.\";'),('oc','messages:apihelp-expandtemplates-param-revid','s:105:\"fr:Identifiant de version, pour <code><nowiki>{{REVISIONID}}</nowiki></code> et les variables similaires.\";'),('oc','messages:apihelp-expandtemplates-param-showstrategykeys','s:105:\"fr:Indique s’il faut inclure les informations sur la stratégie interne de fusion dans jsconfigvars .\";'),('oc','messages:apihelp-expandtemplates-param-text','s:27:\"oc:Wikitèxte de convertir.\";'),('oc','messages:apihelp-expandtemplates-param-title','s:23:\"oc:Títol de la pagina.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-categories','s:112:\"fr:Toutes les catégories présentes dans l’entrée qui ne sont pas représentées dans la sortie en wikicode.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars','s:110:\"fr:Donne les variables de configuration JavaScript spécifiques à la page sous la forme d’une chaîne JSON.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-jsconfigvars','s:75:\"fr:Donne les variables de configuration JavaScript spécifiques à la page.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-modules','s:214:\"fr:Tous les modules ResourceLoader que les fonctions d’analyse ont demandé d’ajouter à la sortie. Soit <kbd>jsconfigvars</kbd>, soit <kbd>encodedjsconfigvars</kbd> doit être demandé avec <kbd>modules</kbd>.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-parsetree','s:44:\"fr:L’arbre d’analyse XML de l’entrée.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-properties','s:89:\"fr:Propriétés de la page définies par des mots magiques développés dans le wikicode.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-ttl','s:84:\"fr:Le délai maximum après lequel les caches du résultat doivent être invalidés.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-volatile','s:88:\"fr:Si la sortie est volatile et ne devrait pas être réutilisée ailleurs dans la page.\";'),('oc','messages:apihelp-expandtemplates-paramvalue-prop-wikitext','s:28:\"oc:Lo wikitèxte desvolopat.\";'),('oc','messages:apihelp-expandtemplates-summary','s:59:\"fr:Réalise l’expansion de tous les modèles en wikicode.\";'),('oc','messages:apihelp-feedcontributions-example-simple','s:68:\"fr:Renvoyer les contributions de l’utilisateur <kbd>Exemple</kbd>.\";'),('oc','messages:apihelp-feedcontributions-param-deletedonly','s:49:\"oc:Afichar solament las contribucions suprimidas.\";'),('oc','messages:apihelp-feedcontributions-param-feedformat','s:22:\"oc:Lo format del flux.\";'),('oc','messages:apihelp-feedcontributions-param-hideminor','s:34:\"oc:Amagar los cambiaments mendres.\";'),('oc','messages:apihelp-feedcontributions-param-month','s:36:\"oc:A partir del mes (e mai recent) :\";'),('oc','messages:apihelp-feedcontributions-param-namespace','s:55:\"fr:Par quels espaces de noms filtrer les contributions.\";'),('oc','messages:apihelp-feedcontributions-param-newonly','s:73:\"fr:Afficher uniquement les modifications qui sont des créations de page.\";'),('oc','messages:apihelp-feedcontributions-param-showsizediff','s:55:\"oc:Afichar la diferéncia de talha entre las revisions.\";'),('oc','messages:apihelp-feedcontributions-param-tagfilter','s:52:\"oc:Filtrar las contribucions qu\'an aquestas balisas.\";'),('oc','messages:apihelp-feedcontributions-param-toponly','s:74:\"fr:Afficher uniquement les modifications qui sont les dernières versions.\";'),('oc','messages:apihelp-feedcontributions-param-user','s:57:\"fr:Pour quels utilisateurs récupérer les contributions.\";'),('oc','messages:apihelp-feedcontributions-param-year','s:42:\"oc:A partir de l’annada (e mai recent) :\";'),('oc','messages:apihelp-feedcontributions-summary','s:57:\"oc:Renvia lo fial de las contribucions d’un utilizaire.\";'),('oc','messages:apihelp-feedrecentchanges-example-30days','s:53:\"fr:Afficher les modifications récentes sur 30 jours.\";'),('oc','messages:apihelp-feedrecentchanges-example-simple','s:37:\"oc:Afichar los darrièrs cambiaments.\";'),('oc','messages:apihelp-feedrecentchanges-param-associated','s:65:\"fr:Inclure l’espace de noms associé (discussion ou principal).\";'),('oc','messages:apihelp-feedrecentchanges-param-days','s:39:\"fr:Jours auxquels limiter le résultat.\";'),('oc','messages:apihelp-feedrecentchanges-param-feedformat','s:22:\"oc:Lo format del flux.\";'),('oc','messages:apihelp-feedrecentchanges-param-from','s:36:\"ca:Mostra els canvis des de llavors.\";'),('oc','messages:apihelp-feedrecentchanges-param-hideanons','s:32:\"ca:Amaga les edicions anònimes.\";'),('oc','messages:apihelp-feedrecentchanges-param-hidebots','s:30:\"ca:Amaga les edicions de bots.\";'),('oc','messages:apihelp-feedrecentchanges-param-hidecategorization','s:59:\"fr:Masquer les changements de catégories d’appartenance.\";'),('oc','messages:apihelp-feedrecentchanges-param-hideliu','s:43:\"ca:Amaga les edicions d\'usuaris registrats.\";'),('oc','messages:apihelp-feedrecentchanges-param-hideminor','s:36:\"oc:Amagar las modificacions menoras.\";'),('oc','messages:apihelp-feedrecentchanges-param-hidemyself','s:59:\"oc:Amagar las modificacions faitas per l\'utilizaire actual.\";'),('oc','messages:apihelp-feedrecentchanges-param-hidepatrolled','s:43:\"oc:Amagar las modificacions contrarotladas.\";'),('oc','messages:apihelp-feedrecentchanges-param-invert','s:53:\"fr:Tous les espaces de noms sauf celui sélectionné.\";'),('oc','messages:apihelp-feedrecentchanges-param-limit','s:44:\"fr:Nombre maximal de résultats à renvoyer.\";'),('oc','messages:apihelp-feedrecentchanges-param-namespace','s:48:\"fr:Espace de noms auquel limiter les résultats.\";'),('oc','messages:apihelp-feedrecentchanges-param-showlinkedto','s:87:\"fr:Afficher les modifications plutôt sur les pages liées vers la page sélectionnée.\";'),('oc','messages:apihelp-feedrecentchanges-param-tagfilter','s:22:\"oc:Filtrar per balisa.\";'),('oc','messages:apihelp-feedrecentchanges-param-target','s:74:\"ca:Mostra només els canvis de les pàgines enllaçades a aquesta pàgina.\";'),('oc','messages:apihelp-feedrecentchanges-summary','s:45:\"fr:Renvoie un fil de modifications récentes.\";'),('oc','messages:apihelp-feedwatchlist-example-all6hrs','s:88:\"fr:Afficher toutes les modifications sur les pages suivies lors des 6 dernières heures.\";'),('oc','messages:apihelp-feedwatchlist-example-default','s:44:\"oc:Afichar lo flux de la lista de seguiment.\";'),('oc','messages:apihelp-feedwatchlist-param-feedformat','s:22:\"oc:Lo format del flux.\";'),('oc','messages:apihelp-feedwatchlist-param-hours','s:81:\"fr:Lister les pages modifiées durant ce nombre d’heures jusqu’à maintenant.\";'),('oc','messages:apihelp-feedwatchlist-param-linktosections','s:61:\"fr:Lier directement vers les sections modifiées si possible.\";'),('oc','messages:apihelp-feedwatchlist-summary','s:40:\"oc:Renvia un flux de lista de seguiment.\";'),('oc','messages:apihelp-filerevert-example-revert','s:84:\"fr:Rétablir <kbd>Wiki.png</kbd> dans la version du <kbd>2011-03-05T15:27:40Z</kbd>.\";'),('oc','messages:apihelp-filerevert-param-archivename','s:46:\"oc:Nom d’archiu de la revision de restablir.\";'),('oc','messages:apihelp-filerevert-param-comment','s:27:\"oc:Telecargar lo comentari.\";'),('oc','messages:apihelp-filerevert-param-filename','s:80:\"fr:Nom du fichier cible, sans le préfixe « File: » ou « Fichier: ».\";'),('oc','messages:apihelp-filerevert-summary','s:50:\"fr:Rétablir un fichier dans une ancienne version.\";'),('oc','messages:apihelp-format-example-generic','s:58:\"fr:Renvoyer le résultat de la requête dans le format $1.\";'),('oc','messages:apihelp-format-param-wrappedhtml','s:129:\"fr:Renvoyer le HTML avec une jolie mise en forme pour l’impression et les modules ResourceLoader associés comme un objet JSON.\";'),('oc','messages:apihelp-help-example-help','s:38:\"oc:Ajuda pel modul d’ajuda el-meteis\";'),('oc','messages:apihelp-help-example-main','s:33:\"fr:Aide pour le module principal.\";'),('oc','messages:apihelp-help-example-query','s:44:\"fr:Aide pour deux sous-modules de recherche.\";'),('oc','messages:apihelp-help-example-recursive','s:31:\"oc:Tota l\'ajuda sus una pagina.\";'),('oc','messages:apihelp-help-example-submodules','s:62:\"fr:Aide pour <kbd>action=query</kbd> et tous ses sous-modules.\";'),('oc','messages:apihelp-help-param-helpformat','s:32:\"fr:Format de sortie de l’aide.\";'),('oc','messages:apihelp-help-param-modules','s:193:\"fr:Modules pour lesquels afficher l’aide (valeurs des paramètres <var>action</var> et <var>format</var>, ou <kbd>main</kbd>). Les sous-modules peuvent être spécifiés avec un <kbd>+</kbd>.\";'),('oc','messages:apihelp-help-param-recursivesubmodules','s:63:\"fr:Inclure l’aide pour les sous-modules de façon récursive.\";'),('oc','messages:apihelp-help-param-submodules','s:59:\"fr:Inclure l’aide pour les sous-modules du module nommé.\";'),('oc','messages:apihelp-help-param-toc','s:55:\"fr:Inclure une table des matières dans la sortie HTML.\";'),('oc','messages:apihelp-help-param-wrap','s:65:\"fr:Inclure la sortie dans une structure standard de réponse API.\";'),('oc','messages:apihelp-help-summary','s:46:\"ca:Mostra l’ajuda dels mòduls especificats.\";'),('oc','messages:apihelp-imagerotate-example-generator','s:89:\"fr:Faire pivoter toutes les images de <kbd>Category:Flip</kbd> de <kbd>180</kbd> degrés.\";'),('oc','messages:apihelp-imagerotate-example-simple','s:70:\"fr:Faire pivoter <kbd>File:Example.png</kbd> de <kbd>90</kbd> degrés.\";'),('oc','messages:apihelp-imagerotate-param-rotation','s:72:\"ca:Graus per a girar la imatge en el sentit de les agulles del rellotge.\";'),('oc','messages:apihelp-imagerotate-param-tags','s:76:\"fr:Balises à appliquer à l’entrée dans le journal des téléversements.\";'),('oc','messages:apihelp-imagerotate-summary','s:41:\"fr:Faire pivoter une ou plusieurs images.\";'),('oc','messages:apihelp-import-example-import','s:95:\"fr:Importer [[meta:Help:ParserFunctions]] vers l’espace de noms 100 avec tout l’historique.\";'),('oc','messages:apihelp-import-extended-description','s:213:\"fr:Noter que la requête HTTP POST doit être effectuée comme un import de fichier (c’est-à-dire en utilisant <var>multipart/form-data</var>) lors de l’envoi d’un fichier pour le paramètre <var>xml</var>.\";'),('oc','messages:apihelp-import-param-assignknownusers','s:101:\"fr:Affecter les modifications aux utilisateurs locaux quand l’utilisateur nommé existe localement.\";'),('oc','messages:apihelp-import-param-fullhistory','s:105:\"fr:Pour les importations interwiki : importer tout l’historique et pas seulement la version courante.\";'),('oc','messages:apihelp-import-param-interwikipage','s:56:\"fr:Pour les importations interwiki : page à importer.\";'),('oc','messages:apihelp-import-param-interwikiprefix','s:192:\"fr:Pour les importations téléversées : le préfixe interwiki à appliquer aux noms d’utilisateurs inconnus (et aux utilisateurs connus si <var>$1assignknownusers</var> est positionné).\";'),('oc','messages:apihelp-import-param-interwikisource','s:67:\"fr:Pour les importations interwiki : wiki depuis lequel importer.\";'),('oc','messages:apihelp-import-param-namespace','s:87:\"fr:Importer vers cet espace de noms. Impossible à utiliser avec <var>$1rootpage</var>.\";'),('oc','messages:apihelp-import-param-rootpage','s:107:\"ca:Importa com a subpàgina d\'aquesta pàgina. No es pot utilitzar conjuntament amb <var>$1namespace</var>.\";'),('oc','messages:apihelp-import-param-summary','s:55:\"oc:Resumit de l’importacion de l’entrada de jornal.\";'),('oc','messages:apihelp-import-param-tags','s:123:\"fr:Modifier les balises à appliquer à l’entrée du journal d’importation et à la version zéro des pages importées.\";'),('oc','messages:apihelp-import-param-templates','s:79:\"fr:Pour les importations interwiki : importer aussi tous les modèles inclus.\";'),('oc','messages:apihelp-import-param-xml','s:27:\"oc:Fichièr XML telecargat.\";'),('oc','messages:apihelp-import-summary','s:67:\"fr:Importer une page depuis un autre wiki ou depuis un fichier XML.\";'),('oc','messages:apihelp-json-param-ascii','s:185:\"fr:Si spécifié, encode tous les caractères non ASCII en utilisant des séquences d’échappement hexadécimales. Valeur par défaut quand <var>formatversion</var> vaut <kbd>1</kbd>.\";'),('oc','messages:apihelp-json-param-callback','s:170:\"fr:Si spécifié, inclut la sortie dans l’appel d’une fonction fournie. Pour plus de sûreté, toutes les données spécifiques à l’utilisateur seront restreintes.\";'),('oc','messages:apihelp-json-param-formatversion','s:26:\"fr:Mise en forme de sortie\";'),('oc','messages:apihelp-json-param-utf8','s:238:\"fr:Si spécifié, encode la plupart des caractères non ASCII (mais pas tous) en UTF-8 au lieu de les remplacer par leur séquence d’échappement hexadécimale. Valeur par défaut quand <var>formatversion</var> ne vaut pas <kbd>1</kbd>.\";'),('oc','messages:apihelp-json-paramvalue-formatversion-1','s:110:\"fr:Formats rétro-compatibles (booléens de style XML, clés <samp>*</samp> pour les nœuds de contenu, etc.).\";'),('oc','messages:apihelp-json-paramvalue-formatversion-2','s:18:\"fr:Format moderne.\";'),('oc','messages:apihelp-json-paramvalue-formatversion-latest','s:101:\"fr:Utiliser la dernière mise en forme (actuellement, <kbd>2</kbd>), peut changer sans avertissement.\";'),('oc','messages:apihelp-json-summary','s:38:\"fr:Sortir les données au format JSON.\";'),('oc','messages:apihelp-jsonfm-summary','s:92:\"fr:Extraire les données au format JSON (HTML mis en forme améliorée pour l’impression).\";'),('oc','messages:apihelp-link','s:28:\"en:[[Special:ApiHelp/$1|$2]]\";'),('oc','messages:apihelp-linkaccount-example-link','s:77:\"fr:Commencer le processus de liaison d’un compte depuis <kbd>Exemple</kbd>.\";'),('oc','messages:apihelp-linkaccount-summary','s:69:\"fr:Lier un compte d’un fournisseur tiers à l’utilisateur actuel.\";'),('oc','messages:apihelp-login-example-login','s:16:\"oc:Se connectar.\";'),('oc','messages:apihelp-login-extended-description','s:332:\"fr:Cette action ne devrait être utilisée qu’en combinaison avec [[Special:BotPasswords]] ; son utilisation pour se connecter au compte principal est obsolète et peut échouer sans avertissement. Pour se connecter en toute sécurité au compte principal, utiliser <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('oc','messages:apihelp-login-extended-description-nobotpasswords','s:168:\"fr:Cette action est désuète et peut échouer sans prévenir. Pour se connecter sans problème, utiliser <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.\";'),('oc','messages:apihelp-login-param-domain','s:23:\"oc:Domeni (facultatiu).\";'),('oc','messages:apihelp-login-param-name','s:20:\"oc:Nom d\'utilizaire.\";'),('oc','messages:apihelp-login-param-password','s:10:\"oc:Senhal.\";'),('oc','messages:apihelp-login-param-token','s:54:\"fr:Jeton de connexion obtenu à la première requête.\";'),('oc','messages:apihelp-login-summary','s:75:\"fr:Se connecter et récupérer les témoins (cookies) d’authentification.\";'),('oc','messages:apihelp-logout-example-logout','s:39:\"fr:Déconnecter l’utilisateur actuel.\";'),('oc','messages:apihelp-logout-summary','s:54:\"fr:Se déconnecter et effacer les données de session.\";'),('oc','messages:apihelp-main-extended-description','s:1560:\"fr:<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/API:Etiquette|Étiquette et consignes d’utilisation]]\n* [[mw:Special:MyLanguage/API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Liste de diffusion]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ Annonces de l’API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Suivi des anomalies et demandes d’amélioration]\n</div>\n<strong>État :</strong> l’API de MediaWiki est une interface stable et mature qui est prise en charge et améliorée de façon active. Bien que nous essayions de l’éviter, nous avons parfois besoin de faire des modifications non rétrocompatibles ; inscrivez-vous à [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ la liste de diffusion \'\'mediawiki-api-announce\'\'] pour être informé des mises à jour.\n\n<strong>Requêtes erronées :</strong> si des requêtes erronées sont envoyées à l’API, un entête HTTP sera renvoyé avec la clé « MediaWiki-API-Error ». La valeur de cet entête et le code d’erreur renvoyé prendront la même valeur. Pour plus d’informations, voyez [[mw:Special:MyLanguage/API:Errors_and_warnings|API:Erreurs et avertissements]].\n\n<p class=\"mw-apisandbox-link\"><strong>Test :</strong> pour faciliter le test des requêtes à l’API, utilisez le [[Special:ApiSandbox|bac à sable de l’API]].</p>\";'),('oc','messages:apihelp-main-param-action','s:29:\"oc:Quina accion cal efectuar.\";'),('oc','messages:apihelp-main-param-assert','s:253:\"fr:Vérifier que l’utilisateur est connecté lorsque la valeur est <kbd>user</kbd>, ou bien qu’il n’est <em>pas</em> connecté si elle est <kbd>anon</kbd>, ou encore qu’il a le droit d’un utilisateur robot lorsque la valeur est <kbd>bot</kbd>.\";'),('oc','messages:apihelp-main-param-assertuser','s:57:\"oc:Verificar l\'utilizaire actual es l\'utilizaire nomenat.\";'),('oc','messages:apihelp-main-param-curtimestamp','s:50:\"oc:Inclure l’orodatatge actual dins lo resultat.\";'),('oc','messages:apihelp-main-param-errorformat','s:77:\"fr:Format à utiliser pour la sortie de texte d’avertissement et d’erreur\";'),('oc','messages:apihelp-main-param-errorlang','s:450:\"fr:Langue à utiliser pour les avertissements et les erreurs. Spécifier un des codes langues utilisables renvoyés par <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> avec <kbd>siprop=languages</kbd>, sinon <kbd>content</kbd> pour utiliser la langue du contenu de ce wiki, ou encore <kbd>uselang</kbd> pour utiliser la même valeur que le paramètre <var>uselang</var> (la langue préférée pour l’interface utilisateur).\";'),('oc','messages:apihelp-main-param-errorsuselocal','s:132:\"fr:S’il est fourni, les textes d’erreur utiliseront des messages adaptés à la langue dans l’espace de noms {{ns:MediaWiki}}.\";'),('oc','messages:apihelp-main-param-format','s:24:\"oc:Lo format de sortida.\";'),('oc','messages:apihelp-main-param-maxage','s:143:\"fr:Fixer l’entête HTTP de contrôle de cache <code>max-age</code> au nombre indiqué de secondes. Les erreurs ne sont jamais mises en cache.\";'),('oc','messages:apihelp-main-param-maxlag','s:628:\"fr:La latence maximale peut être utilisée quand MediaWiki est installé sur une grappe de réplication de bases de données. Pour éviter des actions provoquant un supplément de latence de réplication de site, ce paramètre peut faire attendre le client jusqu’à ce que la latence de réplication soit inférieure à une valeur spécifiée. En cas de latence excessive, le code d’erreur <samp>maxlag</samp> est renvoyé avec un message tel que <samp>Attente de $host : $lag secondes de délai</samp>.<br />Voyez [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manuel : paramètre Maxlag]] pour plus d’informations.\";'),('oc','messages:apihelp-main-param-origin','s:1229:\"fr:En accédant à l’API au moyen d’une requête AJAX inter-domaines (CORS), indiquez le protocole et le nom de domaine d’origine dans ce paramètre. Celui-ci doit être inclus dans toute requête de \'\'pré-envol\'\' et doit donc faire partie de l’URI de la requête (pas du corps de la requête POST).\n\nPour les requêtes authentifiées, cela doit correspondre exactement à une des origines dans l’entête <code>Origin</code>, il doit donc être fixé avec quelque chose comme <kbd>https://en.wikipedia.org</kbd> ou <kbd>https://meta.wikimedia.org</kbd>. Si ce paramètre ne correspond pas à l’entête <code>Origin</code>, une réponse 403 sera renvoyée. Si ce paramètre correspond à l’entête <code>Origin</code> et l’origine indiquée est autorisée, l’API renseignera les entêtes <code>Access-Control-Allow-Origin</code> et <code>Access-Control-Allow-Credentials</code> dans sa réponse.\n\nPour les requêtes non authentifiées, indiquez la valeur <kbd>*</kbd>. L’API renseignera l’entête <code>Access-Control-Allow-Origin</code> dans sa réponse, mais <code>Access-Control-Allow-Credentials</code> vaudra <code>false</code> et toutes les données spécifiques à l’utilisateur seront restreintes.\";'),('oc','messages:apihelp-main-param-requestid','s:108:\"fr:Toute valeur fournie ici sera incluse dans la réponse. Peut être utilisé pour distinguer des demandes.\";'),('oc','messages:apihelp-main-param-responselanginfo','s:100:\"fr:Inclure les langues utilisées pour <var>uselang</var> et <var>errorlang</var> dans le résultat.\";'),('oc','messages:apihelp-main-param-servedby','s:75:\"fr:Inclure le nom d’hôte qui a renvoyé la requête dans les résultats.\";'),('oc','messages:apihelp-main-param-smaxage','s:138:\"fr:Fixer l’entête HTTP de contrôle de cache <code>s-maxage</code> à ce nombre de secondes. Les erreurs ne sont jamais mises en cache.\";'),('oc','messages:apihelp-main-param-uselang','s:407:\"fr:Langue à utiliser pour les traductions de message : utilisez la requête de l’API <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> avec <kbd>siprop=languages</kbd> pour renvoyer une liste de codes de langue, sinon indiquez <kbd>user</kbd> pour utiliser la langue préférée de l’utilisateur actuel, ou bien <kbd>content</kbd> pour utiliser la langue du contenu de ce wiki.\";'),('oc','messages:apihelp-main-param-variant','s:107:\"fr:Variante de la langue. Ne fonctionne que si la langue de base prend en charge la conversion en variante.\";'),('oc','messages:apihelp-main-paramvalue-errorformat-bc','s:105:\"fr:Format utilisé avant MediaWiki 1.29. <var>errorlang</var> et <var>errorsuselocal</var> sont ignorés.\";'),('oc','messages:apihelp-main-paramvalue-errorformat-html','s:7:\"en:HTML\";'),('oc','messages:apihelp-main-paramvalue-errorformat-none','s:53:\"fr:Sortie sans texte, seulement les codes d’erreur.\";'),('oc','messages:apihelp-main-paramvalue-errorformat-plaintext','s:73:\"fr:Wikicode avec les balises HTML supprimés et les entités remplacées.\";'),('oc','messages:apihelp-main-paramvalue-errorformat-raw','s:34:\"fr:Clé et paramètres du message.\";'),('oc','messages:apihelp-main-paramvalue-errorformat-wikitext','s:25:\"fr:Wikicode non analysé.\";'),('oc','messages:apihelp-main-summary','s:3:\"en:\";'),('oc','messages:apihelp-managetags-example-activate','s:97:\"fr:Activer une balise nommée <kbd>spam</kbd> avec le motif <kbd>For use in edit patrolling</kbd>\";'),('oc','messages:apihelp-managetags-example-create','s:96:\"fr:Créer une balise nommée <kbd>spam</kbd> avec le motif <kbd>For use in edit patrolling</kbd>\";'),('oc','messages:apihelp-managetags-example-deactivate','s:93:\"fr:Désactiver une balise nommée <kbd>spam</kbd> avec le motif <kbd>No longer required</kbd>\";'),('oc','messages:apihelp-managetags-example-delete','s:77:\"fr:Supprimer la balise <kbd>vandlaism</kbd> avec le motif <kbd>Misspelt</kbd>\";'),('oc','messages:apihelp-managetags-param-ignorewarnings','s:86:\"fr:S’il faut ignorer tout avertissement qui surviendrait au cours de l’opération.\";'),('oc','messages:apihelp-managetags-param-operation','s:34:\"fr:Quelle opération effectuer :\";'),('oc','messages:apihelp-managetags-param-reason','s:80:\"fr:Un motif facultatif pour créer, supprimer, activer ou désactiver la balise.\";'),('oc','messages:apihelp-managetags-param-tag','s:350:\"fr:Balise à créer, supprimer, activer ou désactiver. Pour la création de balise, elle ne doit pas exister. Pour la suppression de balise, elle doit exister. Pour l’activation de balise, elle doit exister et ne pas être utilisée par une extension. Pour la désactivation de balise, elle doit être actuellement active et définie manuellement.\";'),('oc','messages:apihelp-managetags-param-tags','s:86:\"fr:Modifier les balises à appliquer à l’entrée du journal de gestion des balises.\";'),('oc','messages:apihelp-managetags-paramvalue-operation-activate','s:97:\"fr:activer une balise de modification, permettant aux utilisateurs de l’appliquer manuellement.\";'),('oc','messages:apihelp-managetags-paramvalue-operation-create','s:67:\"fr:créer une nouvelle balise de modification pour un usage manuel.\";'),('oc','messages:apihelp-managetags-paramvalue-operation-deactivate','s:101:\"fr:désactiver une balise de modification, empêchant les utilisateurs de l’appliquer manuellement.\";'),('oc','messages:apihelp-managetags-paramvalue-operation-delete','s:232:\"fr:supprimer une balise de modification de la base de données, ce qui inclut supprimer la balise de toutes les versions, des entrées de modifications récentes, ainsi que des entrées de journal dans lesquelles elle est utilisée.\";'),('oc','messages:apihelp-managetags-summary','s:80:\"oc:Efectuar de prètzfaits de gestion relatius a la modificacion de las balisas.\";'),('oc','messages:apihelp-mergehistory-example-merge','s:90:\"oc:Fusionar l’istoric complet de <kbd>AncianaPagina</kbd> dins <kbd>NovèlaPagina</kbd>.\";'),('oc','messages:apihelp-mergehistory-example-merge-timestamp','s:134:\"oc:Fusionar las revisions de la pagina <kbd>AncianaPagina</kbd> fins al <kbd>2015-12-31T04:37:41Z</kbd> dins <kbd>NovèlaPagina</kbd>.\";'),('oc','messages:apihelp-mergehistory-param-from','s:115:\"fr:Titre de la page depuis laquelle l’historique sera fusionné. Impossible à utiliser avec <var>$1fromid</var>.\";'),('oc','messages:apihelp-mergehistory-param-fromid','s:119:\"fr:Identifiant de la page depuis laquelle l’historique sera fusionné. Impossible à utiliser avec <var>$1from</var>.\";'),('oc','messages:apihelp-mergehistory-param-reason','s:34:\"oc:Rason per fusionar l’istoric.\";'),('oc','messages:apihelp-mergehistory-param-timestamp','s:251:\"fr:Horodatage jusqu’auquel les versions seront déplacées de l’historique de la page source vers l’historique de la page de destination. S’il est omis, tout l’historique de la page source sera fusionné dans celui de la page de destination.\";'),('oc','messages:apihelp-mergehistory-param-to','s:111:\"fr:Titre de la page vers laquelle l’historique sera fusionné. Impossible à utiliser avec <var>$1toid</var>.\";'),('oc','messages:apihelp-mergehistory-param-toid','s:115:\"fr:Identifiant de la page vers laquelle l’historique sera fusionné. Impossible à utiliser avec <var>$1to</var>.\";'),('oc','messages:apihelp-mergehistory-summary','s:35:\"oc:Fusionar leis istorics de pagina\";'),('oc','messages:apihelp-mobileview-description','s:60:\"fr:Retourne les données nécessaires pour les vues mobiles.\";'),('oc','messages:apihelp-mobileview-example-1','s:70:\"fr:Obtenir des informations au sujet de la section 0 de [[Doom metal]]\";'),('oc','messages:apihelp-mobileview-example-2','s:110:\"fr:Obtenir des informations au sujet de section 0 et des sections contenant des références de [[Candlemass]]\";'),('oc','messages:apihelp-mobileview-example-3','s:167:\"fr:Obtenir des informations au sujet de sections 1 de même qu\'à celles qui suivent, et pour addition, les sections qui contiennent des références de [[Candlemass]]\";'),('oc','messages:apihelp-mobileview-param-maxlen','s:112:\"fr:Traiter tout résultat textuel d\'une seule chaîne de caractères, et limitez le résultat à cette longueur.\";'),('oc','messages:apihelp-mobileview-param-noheadings','s:51:\"fr:Ne pas inclure les en-têtes dans la production.\";'),('oc','messages:apihelp-mobileview-param-noimages','s:30:\"fr:Retourner HTML sans images.\";'),('oc','messages:apihelp-mobileview-param-notransform','s:70:\"fr:Ne pas transformer le HTML dans la version spécifique aux mobiles.\";'),('oc','messages:apihelp-mobileview-param-offset','s:121:\"fr:Traiter tout résultat textuel d\'une seule chaîne de caractères, et retournez la sous-chaîne à partir de ce point.\";'),('oc','messages:apihelp-mobileview-param-onlyrequestedsections','s:93:\"fr:Retourner uniquement les sections demandées, même celles contentant les $1prop=sections.\";'),('oc','messages:apihelp-mobileview-param-page','s:31:\"fr:Titre de la page à traiter.\";'),('oc','messages:apihelp-mobileview-param-pageprops','s:129:\"fr:Quelles propriétés de page retourner, une liste séparée de trait verticale (\'|\') ou bien \'*\' pour toutes les propriétés.\";'),('oc','messages:apihelp-mobileview-param-prop','s:971:\"fr:Les informations à obtenir:\n;texte:HTML des articles sélectionnés.\n;sections:Informations sur toutes les sections de la page.\n;normalizedtitle:Titre normalisé de la page.\n;dernière modification:ISO 8601 date de la dernière modification, par exemple, \'2014-04-13T22:42:14Z\'.\n;lastmodifiedby:Informations sur l\'utilisateur qui a modifié la page dernièrement.\n;révision:le Retour de l\'identification de la révision actuelle de la page.\n;protection:Informations sur le niveau de protection.\n;modifiable:Si l\'utilisateur actuel peut modifier cette page. Cela comprend tous les facteurs pour les utilisateurs enregistrés, mais pas le statut bloqué pour les utilisateurs anonymes.\n;languagecount:Nombre de langues dans laquelle la page est disponible.\n;hasvariants:Si la page est disponible dans d\'autres variantes de la langue.\n;displaytitle:Le titre rendu de la page, avec {{DISPLAYTITLE}} et telles informations appliquées.\n;pageprops:propriétés de la Page.\";'),('oc','messages:apihelp-mobileview-param-prop-withimages','s:1083:\"fr:Les informations à obtenir:\n;texte:HTML des articles sélectionnés.\n;sections:Informations sur toutes les sections de la page.\n;normalizedtitle:Titre normalisé de la page.\n;dernière modification:ISO 8601 date de la dernière modification, par exemple, \'2014-04-13T22:42:14Z\'.\n;lastmodifiedby:Informations sur l\'utilisateur qui a modifié la page dernièrement.\n;révision:le Retour de l\'identification de la révision actuelle de la page.\n;protection:Informations sur le niveau de protection.\n;modifiable:Si l\'utilisateur actuel peut modifier cette page. Cela comprend tous les facteurs pour les utilisateurs enregistrés, mais pas le statut bloqué pour les utilisateurs anonymes.\n;languagecount:Nombre de langues dans laquelle la page est disponible.\n;hasvariants:Si la page est disponible dans d\'autres variantes de la langue.\n;displaytitle:Le titre rendu de la page, avec {{DISPLAYTITLE}} et telles informations appliquées.\n;pageprops:propriétés de la Page.\n;image: Informations d\'une image associée à cette page.\n;thumb; Vignette d\'une image associée à cette page.\";'),('oc','messages:apihelp-mobileview-param-redirect','s:45:\"fr:Si les redirections doivent être suivies.\";'),('oc','messages:apihelp-mobileview-param-sectionprop','s:56:\"fr:Lesquelles des informations sur les sections obtenir.\";'),('oc','messages:apihelp-mobileview-param-sections','s:516:\"fr:Une liste séparée de traits verticaux correspondant aux numéros de sections pour lesquelles retourner du texte. \'toutes\' peut être utilisé pour un retour de toutes les sections. Les gammes dans le format \'1-4\' signifie \'obtenir les sections 1,2,3,4\'. Les gammes manquant un deuxième chiffre, par exemple \'1-\', signifie \'obtenir toutes les sections jusqu\'à la fin de la série\'. \'références\' peut être utilisé pour spécifier que toutes les sections contenant des références doivent être retournées.\";'),('oc','messages:apihelp-mobileview-param-thumbheight','s:35:\"fr:Hauteur maximale de la vignette.\";'),('oc','messages:apihelp-mobileview-param-thumbsize','s:42:\"fr:Les dimensions maximales des vignettes.\";'),('oc','messages:apihelp-mobileview-param-thumbwidth','s:34:\"fr:Largeur maximum de la vignette.\";'),('oc','messages:apihelp-mobileview-param-variant','s:57:\"fr:Convertir le contenu dans cette variante de la langue.\";'),('oc','messages:apihelp-move-example-move','s:83:\"fr:Renommer <kbd>Badtitle</kbd> en <kbd>Goodtitle</kbd> sans garder de redirection.\";'),('oc','messages:apihelp-move-param-from','s:85:\"fr:Titre de la page à renommer. Impossible de l’utiliser avec <var>$1fromid</var>.\";'),('oc','messages:apihelp-move-param-fromid','s:85:\"fr:Identifiant de la page à renommer. Impossible à utiliser avec <var>$1from</var>.\";'),('oc','messages:apihelp-move-param-ignorewarnings','s:35:\"fr:Ignorer tous les avertissements.\";'),('oc','messages:apihelp-move-param-movesubpages','s:45:\"fr:Renommer les sous-pages, le cas échéant.\";'),('oc','messages:apihelp-move-param-movetalk','s:50:\"fr:Renommer la page de discussion, si elle existe.\";'),('oc','messages:apihelp-move-param-noredirect','s:32:\"fr:Ne pas créer de redirection.\";'),('oc','messages:apihelp-move-param-reason','s:31:\"oc:Motiu del cambiament de nom.\";'),('oc','messages:apihelp-move-param-tags','s:127:\"fr:Modifier les balises à appliquer à l’entrée du journal des renommages et à la version zéro de la page de destination.\";'),('oc','messages:apihelp-move-param-to','s:28:\"fr:Nouveau titre de la page.\";'),('oc','messages:apihelp-move-param-unwatch','s:86:\"fr:Supprimer la page et la redirection de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-move-param-watch','s:84:\"fr:Ajouter la page et la redirection à la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-move-param-watchlist','s:178:\"fr:Ajouter ou supprimer sans condition la page de votre liste de suivi de l\'utilisateur actuel, utiliser les préférences (ignorées pour les robots) ou ne pas changer le suivi.\";'),('oc','messages:apihelp-move-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-move-summary','s:25:\"oc:Desplaçar una pagina.\";'),('oc','messages:apihelp-no-such-module','s:39:\"oc:Lo modul « $1 » es introbable.\";'),('oc','messages:apihelp-none-summary','s:20:\"fr:Ne rien extraire.\";'),('oc','messages:apihelp-opensearch-example-te','s:51:\"fr:Trouver les pages commençant par <kbd>Te</kbd>.\";'),('oc','messages:apihelp-opensearch-param-format','s:23:\"fr:Le format de sortie.\";'),('oc','messages:apihelp-opensearch-param-limit','s:44:\"fr:Nombre maximal de résultats à renvoyer.\";'),('oc','messages:apihelp-opensearch-param-namespace','s:119:\"fr:Espaces de nom à rechercher. Ignoré if <var>$1search</var> commence avec le préfixe d’un espace de noms valide.\";'),('oc','messages:apihelp-opensearch-param-redirects','s:38:\"fr:Comment gérer les redirections :\";'),('oc','messages:apihelp-opensearch-param-redirects-append','s:151:\"fr:Pour des raisons historiques, la valeur par défaut est « return » pour <kbd>$1format=json</kbd> et « resolve » pour les autres formats.\";'),('oc','messages:apihelp-opensearch-param-search','s:22:\"oc:Cadena de recèrca.\";'),('oc','messages:apihelp-opensearch-param-suggest','s:22:\"ca:Ja no s’utilitza.\";'),('oc','messages:apihelp-opensearch-param-warningsaserror','s:118:\"fr:Si des avertissements apparaissent avec <kbd>format=json</kbd>, renvoyer une erreur d’API au lieu de les ignorer.\";'),('oc','messages:apihelp-opensearch-paramvalue-redirects-resolve','s:68:\"fr:Renvoie la page cible. Peut renvoyer moins de $1limit résultats.\";'),('oc','messages:apihelp-opensearch-paramvalue-redirects-return','s:37:\"fr:Renvoie la redirection elle-même.\";'),('oc','messages:apihelp-opensearch-summary','s:64:\"fr:Rechercher dans le wiki en utilisant le protocole OpenSearch.\";'),('oc','messages:apihelp-options-example-change','s:70:\"fr:Modifier les préférences <kbd>skin</kbd> et <kbd>hideminor</kbd>.\";'),('oc','messages:apihelp-options-example-complex','s:97:\"fr:Réinitialiser toutes les préférences, puis définir <kbd>skin</kbd> et <kbd>nickname</kbd>.\";'),('oc','messages:apihelp-options-example-reset','s:41:\"oc:Reïnicializar totas las preferéncias\";'),('oc','messages:apihelp-options-extended-description','s:244:\"fr:Seules les options inscrites dans le noyau ou dans l’une des extensions installées, ou les options avec des clés préfixées par <code>userjs-</code> (conçues pour être utilisées dans les scripts utilisateur), peuvent être définies.\";'),('oc','messages:apihelp-options-param-change','s:461:\"fr:Liste des modifications, au format « nom=valeur » (par ex. « skin=vector »). Si aucune valeur n’est fournie (pas même un signe égal), par ex., « nomoption|autreoption|… », l’option sera réinitialisée à sa valeur par défaut. Pour toute valeur passée contenant une barre verticale (<kbd>|</kbd>), utiliser le [[Special:ApiHelp/main#main/datatypes|séparateur alternatif de valeur multiple]] pour que l’opération soit correcte.\";'),('oc','messages:apihelp-options-param-optionname','s:97:\"fr:Nom de l’option qui doit être définie avec la valeur fournie par <var>$1optionvalue</var>.\";'),('oc','messages:apihelp-options-param-optionvalue','s:65:\"fr:La valeur de l\'option spécifiée par <var>$1optionname</var>.\";'),('oc','messages:apihelp-options-param-reset','s:72:\"fr:Réinitialise les préférences avec les valeurs par défaut du site.\";'),('oc','messages:apihelp-options-param-resetkinds','s:98:\"fr:Liste des types d’options à réinitialiser quand l’option <var>$1reset</var> est définie.\";'),('oc','messages:apihelp-options-summary','s:54:\"fr:Modifier les préférences de l\'utilisateur actuel.\";'),('oc','messages:apihelp-paraminfo-example-1','s:287:\"fr:Afficher les informations pour <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> et <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.\";'),('oc','messages:apihelp-paraminfo-example-2','s:109:\"fr:Afficher les informations pour tous les sous-modules de <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.\";'),('oc','messages:apihelp-paraminfo-param-formatmodules','s:125:\"fr:Liste des noms de module de mise en forme (valeur du paramètre <var>format</var>). Utiliser plutôt <var>$1modules</var>.\";'),('oc','messages:apihelp-paraminfo-param-helpformat','s:32:\"fr:Format des chaînes d’aide.\";'),('oc','messages:apihelp-paraminfo-param-mainmodule','s:127:\"fr:Obtenir également des informations sur le module principal (niveau supérieur). Utiliser plutôt <kbd>$1modules=main</kbd>.\";'),('oc','messages:apihelp-paraminfo-param-modules','s:274:\"fr:Liste des noms de module (valeurs des paramètres <var>action</var> et <var>format</var>, ou <kbd>main</kbd>). Peut spécifier des sous-modules avec un <kbd>+</kbd>, ou tous les sous-modules avec <kbd>+*</kbd>, ou tous les sous-modules récursivement avec <kbd>+**</kbd>.\";'),('oc','messages:apihelp-paraminfo-param-pagesetmodule','s:139:\"fr:Obtenir également des informations sur le module des ensembles de pages (en fournissant <kbd>titles=</kbd> et les paramètres proches).\";'),('oc','messages:apihelp-paraminfo-param-querymodules','s:201:\"fr:Liste des noms des modules de requête (valeur des paramètres <var>prop</var>, <var>meta</var> ou <var>list</var>). Utiliser <kbd>$1modules=query+foo</kbd> au lieu de <kbd>$1querymodules=foo</kbd>.\";'),('oc','messages:apihelp-paraminfo-summary','s:55:\"fr:Obtenir des informations sur les modules de l’API.\";'),('oc','messages:apihelp-parse-example-page','s:23:\"oc:Analisar una pagina.\";'),('oc','messages:apihelp-parse-example-summary','s:23:\"oc:Analisar un resumit.\";'),('oc','messages:apihelp-parse-example-text','s:26:\"oc:Analisar lo wikitèxte.\";'),('oc','messages:apihelp-parse-example-texttitle','s:60:\"fr:Analyser du wikicode, en spécifiant le titre de la page.\";'),('oc','messages:apihelp-parse-extended-description','s:586:\"fr:Voyez les différents « prop-modules » de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> pour obtenir des informations sur la version actuelle d’une page.\n\nIl y a plusieurs moyens de spécifier le texte à analyser :\n# spécifier une page ou une version, en utilisant <var>$1page</var>, <var>$1pageid</var> ou <var>$1oldid</var> ;\n# spécifier explicitement un contenu, en utilisant <var>$1text</var>, <var>$1title</var>, <var>$1revid</var> et <var>$1contentmodel</var> ;\n# spécifier uniquement un résumé à analyser. <var>$1prop</var> doit avoir une valeur vide.\";'),('oc','messages:apihelp-parse-param-contentformat','s:117:\"fr:Format de sérialisation du contenu utilisé pour le texte d’entrée. Valide uniquement si utilisé avec $1text.\";'),('oc','messages:apihelp-parse-param-contentmodel','s:190:\"fr:Modèle de contenu du texte d’entrée. Si omis, $1title doit être spécifié et la valeur par défaut sera le modèle du titre spécifié. Valide uniquement quand utilisé avec $1text.\";'),('oc','messages:apihelp-parse-param-disableeditsection','s:78:\"fr:Omettre les liens de modification de section de la sortie de l’analyseur.\";'),('oc','messages:apihelp-parse-param-disablelimitreport','s:120:\"fr:Omettre le rapport de limites (« rapport de limites du nouveau préprocesseur ») de la sortie de l’analyseur.\";'),('oc','messages:apihelp-parse-param-disablepp','s:56:\"fr:Utiliser <var>$1disablelimitreport</var> à la place.\";'),('oc','messages:apihelp-parse-param-disablestylededuplication','s:86:\"fr:Ne pas dédupliquer les feuilles de style incluses dans la sortie de l’analyseur.\";'),('oc','messages:apihelp-parse-param-disabletoc','s:49:\"fr:Omettre la table des matières dans la sortie.\";'),('oc','messages:apihelp-parse-param-effectivelanglinks','s:104:\"fr:Inclut les liens de langue fournis par les extensions (à utiliser avec <kbd>$1prop=langlinks</kbd>).\";'),('oc','messages:apihelp-parse-param-generatexml','s:135:\"fr:Générer un arbre d’analyse XML (nécessite le modèle de contenu <code>$1</code> ; remplacé par <kbd>$2prop=parsetree</kbd>).\";'),('oc','messages:apihelp-parse-param-mainpage','s:63:\"fr:Appliquer les transformations mobiles à la page principale.\";'),('oc','messages:apihelp-parse-param-mobileformat','s:78:\"fr:Retourner l\'analyse de sortie dans un format adapté aux appareils mobiles.\";'),('oc','messages:apihelp-parse-param-noimages','s:43:\"fr:Désactiver les images en sortie mobile.\";'),('oc','messages:apihelp-parse-param-oldid','s:90:\"fr:Analyser le contenu de cette version. Écrase <var>$1page</var> et <var>$1pageid</var>.\";'),('oc','messages:apihelp-parse-param-onlypst','s:231:\"fr:Effectuer une transformation de préenregistrement (PST) de l’entrée, mais ne pas l’analyser. Renvoie le même wikicode, après que la PST a été appliquée. Valide uniquement quand c’est utilisé avec <var>$1text</var>.\";'),('oc','messages:apihelp-parse-param-page','s:96:\"fr:Analyser le contenu de cette page. Incompatible avec <var>$1text</var> et <var>$1title</var>.\";'),('oc','messages:apihelp-parse-param-pageid','s:64:\"fr:Analyser le contenu de cette page. Écrase <var>$1page</var>.\";'),('oc','messages:apihelp-parse-param-preview','s:28:\"fr:Analyser en mode aperçu.\";'),('oc','messages:apihelp-parse-param-prop','s:35:\"fr:Quelles informations obtenir :\";'),('oc','messages:apihelp-parse-param-pst','s:147:\"fr:Effectuer une transformation de préenregistrement de l’entrée avant de l’analyser. Valide uniquement quand c’est utilisé avec du texte.\";'),('oc','messages:apihelp-parse-param-redirects','s:111:\"fr:Si le paramètre <var>$1page</var> ou <var>$1pageid</var> est positionné sur une redirection, la résoudre.\";'),('oc','messages:apihelp-parse-param-revid','s:105:\"fr:Identifiant de version, pour <code><nowiki>{{REVISIONID}}</nowiki></code> et les variables similaires.\";'),('oc','messages:apihelp-parse-param-section','s:307:\"fr:Traiter uniquement le contenu de la section ayant cet identifiant.\n\nQuand la valeur est <kbd>new</kbd>, traite <var>$1text</var> et <var>$1sectiontitle</var> comme s’ils correspondaient à une nouvelle section de la page.\n\nLa valeur <kbd>new</kbd> n’est autorisée que si <var>text</var> est défini.\";'),('oc','messages:apihelp-parse-param-sectionpreview','s:75:\"fr:Analyser en mode aperçu de section (active également le mode aperçu).\";'),('oc','messages:apihelp-parse-param-sectiontitle','s:233:\"fr:Nouveau titre de section quand <var>section</var> vaut <kbd>new</kbd> (nouveau).\n\nÀ la différence d’une modification de page, cela ne se replie pas à la valeur de <var>summary</var> (résumé) quand le titre est omis ou vide.\";'),('oc','messages:apihelp-parse-param-showstrategykeys','s:105:\"fr:Indique s’il faut inclure les informations sur la stratégie interne de fusion dans jsconfigvars .\";'),('oc','messages:apihelp-parse-param-summary','s:24:\"fr:Résumé à analyser.\";'),('oc','messages:apihelp-parse-param-text','s:117:\"fr:Texte à analyser. utiliser <var>$1title</var> ou <var>$1contentmodel</var> pour contrôler le modèle de contenu.\";'),('oc','messages:apihelp-parse-param-title','s:147:\"fr:Titre de la page à laquelle appartient le texte. Si omis, <var>$1contentmodel</var> doit être spécifié et [[API]] sera utilisé comme titre.\";'),('oc','messages:apihelp-parse-param-useskin','s:249:\"fr:Appliquer l’habillage sélectionné sur la sortie de l’analyseur. Cela peut affecter les propriétés suivantes : <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.\";'),('oc','messages:apihelp-parse-param-wrapoutputclass','s:67:\"fr:Classe CSS à utiliser pour formater la sortie de l’analyseur.\";'),('oc','messages:apihelp-parse-paramvalue-prop-categories','s:53:\"fr:Fournit les catégories dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-categorieshtml','s:43:\"fr:Fournit la version HTML des catégories.\";'),('oc','messages:apihelp-parse-paramvalue-prop-displaytitle','s:40:\"fr:Ajoute le titre du wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-encodedjsconfigvars','s:100:\"fr:Fournit les variables de configuration JavaScript spécifiques à la page comme une chaîne JSON.\";'),('oc','messages:apihelp-parse-paramvalue-prop-externallinks','s:56:\"fr:Fournit les liens externes dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-headhtml','s:165:\"fr:Fournit le type de document, à partir de l’analyse des éléments <code>&lt;html&gt;</code>, <code>&lt;head&gt;</code> et <code>&lt;body&gt;</code> de la page.\";'),('oc','messages:apihelp-parse-paramvalue-prop-headitems','s:92:\"fr:Fournit les éléments à mettre dans l’élément <code>&lt;head&gt;</code> de la page.\";'),('oc','messages:apihelp-parse-paramvalue-prop-images','s:48:\"fr:Fournit les images dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-indicators','s:75:\"fr:Fournit le HTML des indicateurs d’état de page utilisés sur la page.\";'),('oc','messages:apihelp-parse-paramvalue-prop-iwlinks','s:57:\"fr:Fournit les liens interwiki dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-jsconfigvars','s:136:\"fr:Fournit les variables de configuration JavaScript spécifiques à la page. Pour les appliquer, utiliser <code>mw.config.set()</code>.\";'),('oc','messages:apihelp-parse-paramvalue-prop-langlinks','s:52:\"fr:Fournit les liens de langue du wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-limitreportdata','s:139:\"fr:Fournit le rapport de limite d’une manière structurée. Ne fournit aucune donnée si <var>$1disablelimitreport</var> est positionné.\";'),('oc','messages:apihelp-parse-paramvalue-prop-limitreporthtml','s:126:\"fr:Fournit la version HTML du rapport de limite. Ne fournit aucune donnée si <var>$1disablelimitreport</var> est positionné.\";'),('oc','messages:apihelp-parse-paramvalue-prop-links','s:56:\"fr:Fournit les liens internes dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-modules','s:244:\"fr:Fournit les modules ResourceLoader utilisés sur la page. Pour les charger, utiliser <code>mw.loader.using()</code>. Soit <kbd>jsconfigvars</kbd>, soit <kbd>encodedjsconfigvars</kbd> doit être demandé conjointement avec <kbd>modules</kbd>.\";'),('oc','messages:apihelp-parse-paramvalue-prop-parsetree','s:104:\"fr:L’arbre d’analyse XML du contenu de la version (nécessite le modèle de contenu <code>$1</code>)\";'),('oc','messages:apihelp-parse-paramvalue-prop-parsewarnings','s:112:\"fr:Fournit les messages d’avertissement qui sont apparus lors de l’analyse de contenu (au format wikitexte).\";'),('oc','messages:apihelp-parse-paramvalue-prop-parsewarningshtml','s:107:\"fr:Fournit les messages d’avertissement qui sont apparus lors de l’analyse de contenu (au format HTML).\";'),('oc','messages:apihelp-parse-paramvalue-prop-properties','s:73:\"fr:Fournit les diverses propriétés définies dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-revid','s:58:\"fr:Ajoute l’identifiant de version de la page analysée.\";'),('oc','messages:apihelp-parse-paramvalue-prop-sections','s:50:\"fr:Fournit les sections dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-subtitle','s:58:\"fr:Ajoute le sous-titre de la page pour la page analysée.\";'),('oc','messages:apihelp-parse-paramvalue-prop-templates','s:50:\"fr:Fournit les modèles dans le wikicode analysé.\";'),('oc','messages:apihelp-parse-paramvalue-prop-text','s:41:\"fr:Fournit le texte analysé du wikicode.\";'),('oc','messages:apihelp-parse-paramvalue-prop-wikitext','s:56:\"fr:Fournit le wikicode d’origine qui a été analysé.\";'),('oc','messages:apihelp-parse-summary','s:63:\"fr:Analyse le contenu et renvoie le résultat de l’analyseur.\";'),('oc','messages:apihelp-patrol-example-rcid','s:37:\"oc:Patrolhar una modificacion recenta\";'),('oc','messages:apihelp-patrol-example-revid','s:25:\"oc:Patrolhar una revision\";'),('oc','messages:apihelp-patrol-param-rcid','s:43:\"oc:ID de modificacion recenta de patrolhar.\";'),('oc','messages:apihelp-patrol-param-revid','s:31:\"oc:ID de revision de patrolhar.\";'),('oc','messages:apihelp-patrol-param-tags','s:82:\"fr:Modifier les balises à appliquer à l’entrée dans le journal de patrouille.\";'),('oc','messages:apihelp-patrol-summary','s:39:\"oc:Patrolhar una pagina o una revision.\";'),('oc','messages:apihelp-php-param-formatversion','s:29:\"fr:Mise en forme de la sortie\";'),('oc','messages:apihelp-php-paramvalue-formatversion-1','s:110:\"fr:Formats rétro-compatibles (booléens de style XML, clés <samp>*</samp> pour les nœuds de contenu, etc.).\";'),('oc','messages:apihelp-php-paramvalue-formatversion-2','s:25:\"fr:Mise en forme moderne.\";'),('oc','messages:apihelp-php-paramvalue-formatversion-latest','s:101:\"fr:Utiliser la dernière mise en forme (actuellement, <kbd>2</kbd>), peut changer sans avertissement.\";'),('oc','messages:apihelp-php-summary','s:54:\"fr:Extraire les données au format sérialisé de PHP.\";'),('oc','messages:apihelp-phpfm-summary','s:105:\"fr:Extraire les données au format sérialisé de PHP (mise en forme HTML améliorée pour l\'impression).\";'),('oc','messages:apihelp-protect-example-protect','s:22:\"oc:Protegir una pagina\";'),('oc','messages:apihelp-protect-example-unprotect','s:154:\"fr:Retirer la protection d’une page en mettant les restrictions à <kbd>all</kbd> (c’est-à-dire que tout le monde est autorisé à faire l’action).\";'),('oc','messages:apihelp-protect-example-unprotect2','s:69:\"fr:Retirer la protection de la page en ne mettant aucune restriction.\";'),('oc','messages:apihelp-protect-param-cascade','s:191:\"ca:Activa la protecció en cascada (és a dir, protegeix les plantilles i imatges utilitzades en aquesta pàgina). S\'ignora si cap dels nivells de protecció suporta la protecció en cascada.\";'),('oc','messages:apihelp-protect-param-expiry','s:240:\"fr:Horodatages d’expiration. Si un seul horodatage est fourni, il sera utilisé pour toutes les protections. Utiliser <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd> ou <kbd>never</kbd> pour une protection sans expiration.\";'),('oc','messages:apihelp-protect-param-pageid','s:71:\"fr:Identifiant de la page à (dé)protéger. Incompatible avec $1title.\";'),('oc','messages:apihelp-protect-param-protections','s:356:\"fr:Liste des niveaux de protection, au format <kbd>action=<var>niveau</var></kbd> (par exemple <kbd>edit=sysop</kbd>). Un niveau <kbd>all</kbd> (tout), indique que tout le monde est autorisé à effectuer l\'action, c\'est-à-dire l\'absence de toute restriction.\n\n<strong>NOTE :<strong> toutes les actions non listées auront leur restrictions supprimées.\";'),('oc','messages:apihelp-protect-param-reason','s:28:\"oc:Motiu de (des)proteccion.\";'),('oc','messages:apihelp-protect-param-tags','s:82:\"fr:Modifier les balises à appliquer à l’entrée dans le journal de protection.\";'),('oc','messages:apihelp-protect-param-title','s:66:\"fr:Titre de la page à (dé)protéger. Incompatible avec $1pageid.\";'),('oc','messages:apihelp-protect-param-watch','s:94:\"fr:Si activé, ajouter la page (dé)protégée à la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-protect-param-watchlist','s:180:\"fr:Ajouter ou supprimer sans condition la page de la liste de suivi de l’utilisateur actuel, utiliser les préférences (ignoérées pour les robots) ou ne pas modifier le suivi.\";'),('oc','messages:apihelp-protect-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-protect-summary','s:52:\"oc:Modificar lo nivèl de proteccion d’una pagina.\";'),('oc','messages:apihelp-purge-example-generator','s:66:\"fr:Purger les 10 premières pages de l’espace de noms principal.\";'),('oc','messages:apihelp-purge-example-simple','s:76:\"fr:Purger les pages <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> et <kbd>API</kbd>.\";'),('oc','messages:apihelp-purge-param-forcelinkupdate','s:96:\"fr:Mettre à jour les tables de liens et faire d’autres mises à jour de données secondaires.\";'),('oc','messages:apihelp-purge-param-forcerecursivelinkupdate','s:129:\"fr:Fait comme <kbd>forcelinkupdate</kbd> et met à jour les tables de liens pour toute page qui utilise cette page comme modèle.\";'),('oc','messages:apihelp-purge-summary','s:37:\"fr:Vider le cache des titres fournis.\";'),('oc','messages:apihelp-query+allcategories-example-generator','s:122:\"fr:Récupérer les informations sur la page de catégorie elle-même pour les catégories commençant par <kbd>List</kbd>.\";'),('oc','messages:apihelp-query+allcategories-example-size','s:83:\"fr:Lister les catégories avec l’information sur le nombre de pages dans chacune.\";'),('oc','messages:apihelp-query+allcategories-param-dir','s:33:\"fr:Direction dans laquelle trier.\";'),('oc','messages:apihelp-query+allcategories-param-from','s:61:\"fr:La catégorie depuis laquelle commencer l’énumération.\";'),('oc','messages:apihelp-query+allcategories-param-limit','s:35:\"fr:Combien de catégories renvoyer.\";'),('oc','messages:apihelp-query+allcategories-param-max','s:73:\"fr:Renvoyer uniquement les catégories avec au plus ce nombre de membres.\";'),('oc','messages:apihelp-query+allcategories-param-min','s:74:\"fr:Renvoyer uniquement les catégories avec au moins ce nombre de membres.\";'),('oc','messages:apihelp-query+allcategories-param-prefix','s:76:\"fr:Rechercher tous les titres de catégorie qui commencent par cette valeur.\";'),('oc','messages:apihelp-query+allcategories-param-prop','s:39:\"fr:Quelles propriétés récupérer :\";'),('oc','messages:apihelp-query+allcategories-param-to','s:56:\"fr:La catégorie à laquelle terminer l’énumération.\";'),('oc','messages:apihelp-query+allcategories-paramvalue-prop-hidden','s:85:\"fr:Marque les catégories qui sont masquées avec <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('oc','messages:apihelp-query+allcategories-paramvalue-prop-size','s:48:\"fr:Ajoute le nombre de pages dans la catégorie.\";'),('oc','messages:apihelp-query+allcategories-summary','s:33:\"oc:Enumerar totas las categorias.\";'),('oc','messages:apihelp-query+alldeletedrevisions-example-ns-main','s:83:\"fr:Lister les 50 premières versions supprimées dans l’espace de noms principal.\";'),('oc','messages:apihelp-query+alldeletedrevisions-example-user','s:91:\"fr:Lister les 50 dernières contributions supprimées par l\'utilisateur <kbd>Example</kbd>.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-excludeuser','s:62:\"fr:Ne pas lister les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-from','s:35:\"oc:Aviar la lista a aqueste títol.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-generatetitles','s:112:\"fr:Lorsque c’est utilisé comme un générateur, générer des titres plutôt que des identifiants de version.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-miser-user-namespace','s:316:\"fr:<strong>REMARQUE :</strong> du fait du [[mw:Special:MyLanguage/Manual:$wgMiserMode|mode économe]], utiliser ensemble <var>$1user</var> et <var>$1namespace</var> peut aboutir à renvoyer moins de <var>$1limit</var> résultats avant de continuer ; dans des cas extrêmes, cela peut ne renvoyer aucun résultat.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-namespace','s:55:\"fr:Lister uniquement les pages dans cet espace de noms.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-prefix','s:67:\"fr:Rechercher tous les titres de page commençant par cette valeur.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-tag','s:62:\"fr:Lister uniquement les versions marquées avec cette balise.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-to','s:33:\"fr:Arrêter la liste à ce titre.\";'),('oc','messages:apihelp-query+alldeletedrevisions-param-user','s:66:\"fr:Lister uniquement les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+alldeletedrevisions-paraminfo-nonuseronly','s:47:\"oc:Impossible d\'utilizar amb <var>$3user</var>.\";'),('oc','messages:apihelp-query+alldeletedrevisions-paraminfo-useronly','s:48:\"fr:Utilisable uniquement avec <var>$3user</var>.\";'),('oc','messages:apihelp-query+alldeletedrevisions-summary','s:87:\"fr:Lister toutes les versions supprimées par un utilisateur ou dans un espace de noms.\";'),('oc','messages:apihelp-query+allfileusages-example-b','s:157:\"fr:Lister les titres des fichiers, y compris ceux manquants, avec les identifiants des pages qui les référencent, en commençant à la lettre <kbd>B</kbd>.\";'),('oc','messages:apihelp-query+allfileusages-example-generator','s:44:\"fr:Obtient les pages contenant les fichiers.\";'),('oc','messages:apihelp-query+allfileusages-example-unique','s:40:\"fr:Lister des titres de fichier uniques.\";'),('oc','messages:apihelp-query+allfileusages-example-unique-generator','s:69:\"fr:Obtient tous les titres de fichier, en marquant ceux qui manquent.\";'),('oc','messages:apihelp-query+allfileusages-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+allfileusages-param-from','s:65:\"fr:Le titre du fichier depuis lequel commencer l’énumération.\";'),('oc','messages:apihelp-query+allfileusages-param-limit','s:44:\"fr:Combien d’éléments renvoyer au total.\";'),('oc','messages:apihelp-query+allfileusages-param-prefix','s:72:\"fr:Rechercher tous les fichiers dont le titre commence par cette valeur.\";'),('oc','messages:apihelp-query+allfileusages-param-prop','s:35:\"fr:Quelles informations inclure :\";'),('oc','messages:apihelp-query+allfileusages-param-to','s:57:\"fr:Le titre du fichier auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+allfileusages-param-unique','s:196:\"fr:Afficher uniquement les titres de fichiers distincts. Ne peut pas être utilisé avec $1prop=ids.\nQuand ceci est utilisé comme générateur, produit les pages cibles au lieu des pages sources.\";'),('oc','messages:apihelp-query+allfileusages-paramvalue-prop-ids','s:83:\"fr:Ajoute les identifiants de pages qui l’utilisent (incompatible avec $1unique).\";'),('oc','messages:apihelp-query+allfileusages-paramvalue-prop-title','s:30:\"fr:Ajoute le titre du fichier.\";'),('oc','messages:apihelp-query+allfileusages-summary','s:73:\"fr:Lister toutes les utilisations de fichiers, y compris les inexistants.\";'),('oc','messages:apihelp-query+allimages-example-b','s:76:\"fr:Afficher une liste des fichiers en commençant à la lettre <kbd>B</kbd>.\";'),('oc','messages:apihelp-query+allimages-example-generator','s:85:\"fr:Afficher les informations sur 4 fichiers en commençant à la lettre <kbd>T</kbd>.\";'),('oc','messages:apihelp-query+allimages-example-mimetypes','s:96:\"fr:Afficher une liste de fichiers avec un type MIME <kbd>image/png</kbd> ou <kbd>image/gif</kbd>\";'),('oc','messages:apihelp-query+allimages-example-recent','s:94:\"fr:Afficher une liste de fichiers récemment téléversés, semblable à [[Special:NewFiles]].\";'),('oc','messages:apihelp-query+allimages-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+allimages-param-end','s:103:\"fr:L’horodatage auquel arrêter l’énumération. Ne peut être utilisé qu’avec $1sort=timestamp.\";'),('oc','messages:apihelp-query+allimages-param-filterbots','s:152:\"fr:Comment filtrer les fichiers téléversés par des robots. Ne peut être utilisé qu’avec $1sort=timestamp. Ne peut pas être utilisé avec $1user.\";'),('oc','messages:apihelp-query+allimages-param-from','s:126:\"fr:Le titre de l’image depuis laquelle commencer l’énumération. Ne peut être utilisé qu’avec <var>$1sort=name</var>.\";'),('oc','messages:apihelp-query+allimages-param-limit','s:40:\"fr:Combien d’images renvoyer au total.\";'),('oc','messages:apihelp-query+allimages-param-maxsize','s:60:\"fr:Restreindre aux images avec au plus ce nombre d’octets.\";'),('oc','messages:apihelp-query+allimages-param-mime','s:62:\"fr:Quels types MIME rechercher, par ex. <kbd>image/jpeg</kbd>.\";'),('oc','messages:apihelp-query+allimages-param-minsize','s:61:\"fr:Restreindre aux images avec au moins ce nombre d’octets.\";'),('oc','messages:apihelp-query+allimages-param-prefix','s:118:\"fr:Rechercher toutes les images dont le titre commence par cette valeur. Ne peut être utilisé qu’avec $1sort=name.\";'),('oc','messages:apihelp-query+allimages-param-sha1','s:51:\"fr:Hachage SHA1 de l’image. Écrase $1sha1base36.\";'),('oc','messages:apihelp-query+allimages-param-sha1base36','s:66:\"fr:Hachage SHA1 de l’image en base 36 (utilisé dans MediaWiki).\";'),('oc','messages:apihelp-query+allimages-param-sort','s:37:\"oc:Proprietat per la quala cal triar.\";'),('oc','messages:apihelp-query+allimages-param-start','s:122:\"fr:L’horodatage depuis lequel commencer l’énumération. Ne peut être utilisé qu’avec <var>$1sort=timestamp</var>.\";'),('oc','messages:apihelp-query+allimages-param-to','s:105:\"fr:Le titre de l’image auquel arrêter l’énumération. Ne peut être utilisé qu’avec $1sort=name.\";'),('oc','messages:apihelp-query+allimages-param-user','s:190:\"fr:Renvoyer seulement les fichiers dont la dernière version a été téléversée par cet utilisateur. Utilisable uniquement avec $1sort=timestamp. Impossible à utiliser avec $1filterbots.\";'),('oc','messages:apihelp-query+allimages-summary','s:50:\"fr:Énumérer toutes les images séquentiellement.\";'),('oc','messages:apihelp-query+alllinks-example-b','s:152:\"fr:Lister les titres liés, y compris ceux manquants, avec les identifiants des pages d’où ils proviennent, en commençant à la lettre <kbd>B</kbd>.\";'),('oc','messages:apihelp-query+alllinks-example-generator','s:41:\"fr:Obtient les pages contenant les liens.\";'),('oc','messages:apihelp-query+alllinks-example-unique','s:34:\"fr:Liste les titres liés uniques.\";'),('oc','messages:apihelp-query+alllinks-example-unique-generator','s:60:\"fr:Obtient tous les titres liés, en marquant les manquants.\";'),('oc','messages:apihelp-query+alllinks-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+alllinks-param-from','s:62:\"fr:Le titre du lien depuis lequel commencer l’énumération.\";'),('oc','messages:apihelp-query+alllinks-param-limit','s:44:\"fr:Combien d’éléments renvoyer au total.\";'),('oc','messages:apihelp-query+alllinks-param-namespace','s:36:\"fr:L’espace de noms à énumérer.\";'),('oc','messages:apihelp-query+alllinks-param-prefix','s:65:\"fr:Rechercher tous les titres liés commençant par cette valeur.\";'),('oc','messages:apihelp-query+alllinks-param-prop','s:47:\"fr:Quels éléments d’information inclure :\";'),('oc','messages:apihelp-query+alllinks-param-to','s:54:\"fr:Le titre du lien auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+alllinks-param-unique','s:200:\"fr:Afficher uniquement les titres liés distincts. Impossible à utiliser avec <kbd>$1prop=ids</kbd>.\nQuand ceci est utilisé comme un générateur, produit les pages cibles au lieu des pages sources.\";'),('oc','messages:apihelp-query+alllinks-paramvalue-prop-ids','s:100:\"fr:Ajoute l’identifiant de la page avec le lien (impossible à utiliser avec <var>$1unique</var>).\";'),('oc','messages:apihelp-query+alllinks-paramvalue-prop-title','s:27:\"fr:Ajoute le titre du lien.\";'),('oc','messages:apihelp-query+alllinks-summary','s:68:\"fr:Énumérer tous les liens pointant vers un espace de noms donné.\";'),('oc','messages:apihelp-query+allmessages-example-de','s:78:\"fr:Afficher les messages <kbd>august</kbd> et <kbd>mainpage</kbd> en allemand.\";'),('oc','messages:apihelp-query+allmessages-example-ipb','s:60:\"fr:Afficher les messages qui commencent par <kbd>ipb-</kbd>.\";'),('oc','messages:apihelp-query+allmessages-param-args','s:43:\"fr:Arguments à substituer dans le message.\";'),('oc','messages:apihelp-query+allmessages-param-customised','s:71:\"fr:Renvoyer uniquement les messages dans cet état de personnalisation.\";'),('oc','messages:apihelp-query+allmessages-param-enableparser','s:145:\"fr:Positionner pour activer l’analyseur, cela prétraitera le wikicode du message (substitution des mots magiques, gestion des modèles, etc.).\";'),('oc','messages:apihelp-query+allmessages-param-filter','s:76:\"fr:Renvoyer uniquement les messages dont les noms contiennent cette chaîne.\";'),('oc','messages:apihelp-query+allmessages-param-from','s:54:\"fr:Renvoyer les messages en commençant à ce message.\";'),('oc','messages:apihelp-query+allmessages-param-includelocal','s:322:\"fr:Inclure aussi les messages locaux, c’est-à-dire les messages qui n’existent pas dans le logiciel mais dans l’espace de noms {{ns:MediaWiki}}.\nCela liste toutes les pages de l’espace de noms {{ns:MediaWiki}}, donc aussi celles qui ne sont pas vraiment des messages, telles que [[MediaWiki:Common.js|Common.js]].\";'),('oc','messages:apihelp-query+allmessages-param-lang','s:43:\"fr:Renvoyer les messages dans cette langue.\";'),('oc','messages:apihelp-query+allmessages-param-messages','s:80:\"fr:Quels messages sortir. <kbd>*</kbd> (par défaut) signifie tous les messages.\";'),('oc','messages:apihelp-query+allmessages-param-nocontent','s:73:\"fr:Si positionné, ne pas inclure le contenu des messages dans la sortie.\";'),('oc','messages:apihelp-query+allmessages-param-prefix','s:42:\"fr:Renvoyer les messages avec ce préfixe.\";'),('oc','messages:apihelp-query+allmessages-param-prop','s:32:\"fr:Quelles propriétés obtenir.\";'),('oc','messages:apihelp-query+allmessages-param-title','s:99:\"fr:Nom de page à utiliser comme contexte en analysant le message (pour l’option $1enableparser).\";'),('oc','messages:apihelp-query+allmessages-param-to','s:52:\"fr:Renvoyer les messages en terminant à ce message.\";'),('oc','messages:apihelp-query+allmessages-summary','s:40:\"fr:Renvoyer les messages depuis ce site.\";'),('oc','messages:apihelp-query+allpages-example-b','s:73:\"fr:Afficher une liste de pages, en commençant à la lettre <kbd>B</kbd>.\";'),('oc','messages:apihelp-query+allpages-example-generator','s:80:\"fr:Afficher les informations sur 4 pages commençant par la lettre <kbd>T</kbd>.\";'),('oc','messages:apihelp-query+allpages-example-generator-revisions','s:92:\"fr:Afficher le contenu des 2 premières pages non redirigées commençant par <kbd>Re</kbd>.\";'),('oc','messages:apihelp-query+allpages-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+allpages-param-filterlanglinks','s:132:\"fr:Filtrer si une page a des liens de langue. Noter que cela ne prend pas en compte les liens de langue ajoutés par des extensions.\";'),('oc','messages:apihelp-query+allpages-param-filterredir','s:25:\"oc:Quinas paginas listar.\";'),('oc','messages:apihelp-query+allpages-param-from','s:65:\"fr:Le titre de la page depuis lequel commencer l’énumération.\";'),('oc','messages:apihelp-query+allpages-param-limit','s:38:\"fr:Combien de pages renvoyer au total.\";'),('oc','messages:apihelp-query+allpages-param-maxsize','s:55:\"fr:Limiter aux pages avec au plus ce nombre d’octets.\";'),('oc','messages:apihelp-query+allpages-param-minsize','s:56:\"fr:Limiter aux pages avec au moins ce nombre d’octets.\";'),('oc','messages:apihelp-query+allpages-param-namespace','s:36:\"fr:L’espace de noms à énumérer.\";'),('oc','messages:apihelp-query+allpages-param-prefix','s:70:\"fr:Rechercher tous les titres de page qui commencent par cette valeur.\";'),('oc','messages:apihelp-query+allpages-param-prexpiry','s:67:\"fr:Quelle expiration de protection sur laquelle filtrer la page :\";'),('oc','messages:apihelp-query+allpages-param-prfiltercascade','s:96:\"fr:Filtrer les protections selon leur mise en cascade (ignoré si $1prtype n’est pas défini).\";'),('oc','messages:apihelp-query+allpages-param-prlevel','s:114:\"fr:Filtrer les protections basées sur le niveau de protection (doit être utilisé avec le paramètre $1prtype=).\";'),('oc','messages:apihelp-query+allpages-param-prtype','s:44:\"fr:Limiter aux pages protégées uniquement.\";'),('oc','messages:apihelp-query+allpages-param-to','s:56:\"fr:Le titre de la page auquel stopper l’énumération.\";'),('oc','messages:apihelp-query+allpages-paramvalue-prexpiry-all','s:73:\"fr:Obtenir toutes les pages avec une expiration de protection quelconque.\";'),('oc','messages:apihelp-query+allpages-paramvalue-prexpiry-definite','s:86:\"fr:n’obtenir que les pages avec une expiration de protection définie (spécifique).\";'),('oc','messages:apihelp-query+allpages-paramvalue-prexpiry-indefinite','s:71:\"fr:n’obtenir que les pages avec une expiration de protection infinie.\";'),('oc','messages:apihelp-query+allpages-summary','s:79:\"fr:Énumérer toutes les pages séquentiellement dans un espace de noms donné.\";'),('oc','messages:apihelp-query+allredirects-example-b','s:147:\"fr:Lister les pages cibles, y compris celles manquantes, avec les identifiants des pages d’où elles proviennent, en commençant à <kbd>B</kbd>.\";'),('oc','messages:apihelp-query+allredirects-example-generator','s:48:\"fr:Obtient les pages contenant les redirections.\";'),('oc','messages:apihelp-query+allredirects-example-unique','s:35:\"fr:Lister des pages cibles uniques.\";'),('oc','messages:apihelp-query+allredirects-example-unique-generator','s:63:\"fr:Obtient toutes les pages cibles, en marquant les manquantes.\";'),('oc','messages:apihelp-query+allredirects-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+allredirects-param-from','s:65:\"fr:Le titre de la redirection auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+allredirects-param-limit','s:44:\"fr:Combien d’éléments renvoyer au total.\";'),('oc','messages:apihelp-query+allredirects-param-namespace','s:36:\"fr:L’espace de noms à énumérer.\";'),('oc','messages:apihelp-query+allredirects-param-prefix','s:66:\"fr:Rechercher toutes les pages cible commençant par cette valeur.\";'),('oc','messages:apihelp-query+allredirects-param-prop','s:35:\"fr:Quelles informations inclure :\";'),('oc','messages:apihelp-query+allredirects-param-to','s:64:\"fr:Le titre de la redirection auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+allredirects-param-unique','s:204:\"fr:Afficher uniquement les pages cibles distinctes. Impossible à utiliser avec <var>$1prop=ids|fragment|interwiki</var>.\nUtilisé avec un générateur, produit les pages cibles au lieu des pages sources.\";'),('oc','messages:apihelp-query+allredirects-paramvalue-prop-fragment','s:105:\"fr:Ajoute le fragment de la redirection, s’il existe (impossible à utiliser avec <var>$1unique</var>).\";'),('oc','messages:apihelp-query+allredirects-paramvalue-prop-ids','s:102:\"fr:Ajoute l’identifiant de la page de redirection (impossible à utiliser avec <var>$1unique</var>).\";'),('oc','messages:apihelp-query+allredirects-paramvalue-prop-interwiki','s:115:\"fr:Ajoute le préfixe interwiki de la redirection, s’il existe (impossible à utiliser avec <var>$1unique</var>).\";'),('oc','messages:apihelp-query+allredirects-paramvalue-prop-title','s:37:\"oc:Apond lo títol de la redireccion.\";'),('oc','messages:apihelp-query+allredirects-summary','s:57:\"fr:Lister toutes les redirections vers un espace de noms.\";'),('oc','messages:apihelp-query+allrevisions-example-ns-any','s:72:\"fr:Lister les 50 premières versions de n’importe quel espace de noms.\";'),('oc','messages:apihelp-query+allrevisions-example-user','s:80:\"fr:Lister les 50 dernières contributions de l’utilisateur <kbd>Example</kbd>.\";'),('oc','messages:apihelp-query+allrevisions-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+allrevisions-param-excludeuser','s:62:\"fr:Ne pas lister les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+allrevisions-param-generatetitles','s:92:\"fr:Utilisé comme générateur, génère des titres plutôt que des identifiants de version.\";'),('oc','messages:apihelp-query+allrevisions-param-namespace','s:55:\"fr:Lister uniquement les pages dans cet espace de noms.\";'),('oc','messages:apihelp-query+allrevisions-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+allrevisions-param-user','s:66:\"fr:Lister uniquement les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+allrevisions-summary','s:30:\"oc:Listar totas las revisions.\";'),('oc','messages:apihelp-query+alltransclusions-example-b','s:139:\"fr:Lister les titres inclus, y compris les manquants, avec les identifiants des pages d’où ils viennent, en commençant à <kbd>B</kbd>.\";'),('oc','messages:apihelp-query+alltransclusions-example-generator','s:49:\"fr:Obtient les pages contenant les transclusions.\";'),('oc','messages:apihelp-query+alltransclusions-example-unique','s:36:\"fr:Lister des titres inclus uniques.\";'),('oc','messages:apihelp-query+alltransclusions-example-unique-generator','s:61:\"fr:Obtient tous les titres inclus, en marquant les manquants.\";'),('oc','messages:apihelp-query+alltransclusions-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+alltransclusions-param-from','s:73:\"fr:Le titre de la transclusion depuis lequel commencer l’énumération.\";'),('oc','messages:apihelp-query+alltransclusions-param-limit','s:43:\"oc:Quant d’elements cal renviar al total.\";'),('oc','messages:apihelp-query+alltransclusions-param-namespace','s:33:\"oc:L’espaci de noms d\'enumerar.\";'),('oc','messages:apihelp-query+alltransclusions-param-prefix','s:69:\"fr:Rechercher tous les titres inclus qui commencent par cette valeur.\";'),('oc','messages:apihelp-query+alltransclusions-param-prop','s:47:\"fr:Quels éléments d’information inclure :\";'),('oc','messages:apihelp-query+alltransclusions-param-to','s:65:\"fr:Le titre de la transclusion auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+alltransclusions-param-unique','s:179:\"fr:Afficher uniquement les titres inclus. Impossible à utiliser avec <var>$1prop=ids</var>.\nUtilisé avec un générateur, produit les pages cibles plutôt que les pages sources.\";'),('oc','messages:apihelp-query+alltransclusions-paramvalue-prop-ids','s:90:\"fr:Ajoute l’identifiant de la page qui transclut (impossible à utiliser avec $1unique).\";'),('oc','messages:apihelp-query+alltransclusions-paramvalue-prop-title','s:38:\"oc:Apond lo títol de la transclusion.\";'),('oc','messages:apihelp-query+alltransclusions-summary','s:122:\"fr:Lister toutes les transclusions (pages intégrées en utilisant &#123;&#123;x&#125;&#125;), y compris les inexistantes.\";'),('oc','messages:apihelp-query+allusers-example-y','s:58:\"fr:Lister les utilisateurs en commençant à <kbd>Y</kbd>.\";'),('oc','messages:apihelp-query+allusers-param-activeusers','s:120:\"fr:Lister uniquement les utilisateurs actifs durant l{{PLURAL:$1|e|es $1}} dernier{{PLURAL:$1||s}} jour{{PLURAL:$1||s}}.\";'),('oc','messages:apihelp-query+allusers-param-attachedwiki','s:124:\"fr:Avec <kbd>$1prop=centralids</kbd>, indiquer aussi si l’utilisateur est attaché au wiki identifié par cet identifiant.\";'),('oc','messages:apihelp-query+allusers-param-dir','s:33:\"fr:Direction dans laquelle trier.\";'),('oc','messages:apihelp-query+allusers-param-excludegroup','s:53:\"fr:Exclure les utilisateurs dans les groupes donnés.\";'),('oc','messages:apihelp-query+allusers-param-from','s:61:\"fr:Le nom d’utilisateur auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+allusers-param-group','s:64:\"fr:Inclure uniquement les utilisateurs dans les groupes donnés.\";'),('oc','messages:apihelp-query+allusers-param-limit','s:53:\"fr:Combien de noms d’utilisateur renvoyer au total.\";'),('oc','messages:apihelp-query+allusers-param-prefix','s:68:\"fr:Rechercher tous les utilisateurs qui commencent par cette valeur.\";'),('oc','messages:apihelp-query+allusers-param-prop','s:47:\"fr:Quels éléments d’information inclure :\";'),('oc','messages:apihelp-query+allusers-param-rights','s:244:\"fr:Inclure uniquement les utilisateurs avec les droits donnés. Ne comprend pas les droits accordés par des groupes implicites ou auto-promus comme <var>*</var> (tous), <var>user</var> (utilisateur) ou <var>autoconfirmed</var> (autoconfirmé).\";'),('oc','messages:apihelp-query+allusers-param-to','s:60:\"fr:Le nom d’utilisateur auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+allusers-param-witheditsonly','s:74:\"fr:Lister uniquement les utilisateurs qui ont effectué des modifications.\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-blockinfo','s:70:\"fr:Ajoute les informations sur un blocage en cours de l’utilisateur.\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-centralids','s:84:\"fr:Ajoute les identifiants centraux et l’état d’attachement de l’utilisateur.\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-editcount','s:58:\"fr:Ajoute le compteur de modifications de l’utilisateur.\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-groups','s:156:\"fr:Liste les groupes auxquels appartient l’utilisateur. Cela utilise beaucoup de ressources du serveur et peut renvoyer moins de résultats que la limite.\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-implicitgroups','s:74:\"fr:Liste tous les groupes dont l’utilisateur est automatiquement membre.\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-registration','s:104:\"fr:Ajoute l’horodatage de l’inscription de l’utilisateur, s’il est disponible (peut être vide).\";'),('oc','messages:apihelp-query+allusers-paramvalue-prop-rights','s:49:\"fr:Liste les droits dont dispose l’utilisateur.\";'),('oc','messages:apihelp-query+allusers-summary','s:45:\"fr:Énumérer tous les utilisateurs inscrits.\";'),('oc','messages:apihelp-query+authmanagerinfo-example-login','s:86:\"fr:Récupérer les requêtes qui peuvent être utilisées au début d’une connexion.\";'),('oc','messages:apihelp-query+authmanagerinfo-example-login-merged','s:128:\"fr:Récupérer les requêtes qui peuvent être utilisées au début d’une connexion, avec les champs de formulaire fusionnés.\";'),('oc','messages:apihelp-query+authmanagerinfo-example-securitysensitiveoperation','s:80:\"fr:Tester si l’authentification est suffisante pour l’action <kbd>foo</kbd>.\";'),('oc','messages:apihelp-query+authmanagerinfo-param-requestsfor','s:133:\"fr:Récupérer les informations sur les requêtes d’authentification nécessaires pour l’action d’authentification spécifiée.\";'),('oc','messages:apihelp-query+authmanagerinfo-param-securitysensitiveoperation','s:164:\"fr:Tester si l’état actuel d’authentification de l’utilisateur est suffisant pour l’opération spécifiée comme sensible au point de vue de la sécurité.\";'),('oc','messages:apihelp-query+authmanagerinfo-summary','s:81:\"fr:Récupérer les informations concernant l’état actuel d’authentification.\";'),('oc','messages:apihelp-query+backlinks-example-generator','s:88:\"fr:Obtenir les informations sur les pages ayant un lien vers [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+backlinks-example-simple','s:54:\"fr:Afficher les liens vers [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+backlinks-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+backlinks-param-filterredir','s:188:\"fr:Comment filtrer les redirections. Si positionné à <kbd>nonredirects</kbd> (pas les redirections) lorsque <var>$1redirect</var> est activé, cela ne s’applique qu’au second niveau.\";'),('oc','messages:apihelp-query+backlinks-param-limit','s:227:\"fr:Combien de pages renvoyer au total. Si <var>$1redirect</var> est activé, la limite s’applique à chaque niveau séparément, ce qui signifie que jusqu’à (2 × <var>$1limit</var>) résultats pouvant être renvoyés.\";'),('oc','messages:apihelp-query+backlinks-param-namespace','s:36:\"fr:L’espace de noms à énumérer.\";'),('oc','messages:apihelp-query+backlinks-param-pageid','s:76:\"fr:Identifiant de la page à chercher. Incompatible avec <var>$1title</var>.\";'),('oc','messages:apihelp-query+backlinks-param-redirect','s:166:\"fr:Si le lien vers une page est une redirection, trouver également toutes les pages qui ont un lien vers cette redirection. La limite maximale est divisée par deux.\";'),('oc','messages:apihelp-query+backlinks-param-title','s:72:\"fr:Titre à rechercher. Impossible à utiliser avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-query+backlinks-summary','s:65:\"fr:Trouver toutes les pages qui ont un lien vers la page donnée.\";'),('oc','messages:apihelp-query+blocks-example-simple','s:23:\"oc:Listar los blocatges\";'),('oc','messages:apihelp-query+blocks-example-users','s:75:\"oc:Listar los blocatges dels utilizaires <kbd>Alice</kbd> e <kbd>Bob</kbd>.\";'),('oc','messages:apihelp-query+blocks-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+blocks-param-ids','s:60:\"fr:Liste des identifiants de blocage à lister (facultatif).\";'),('oc','messages:apihelp-query+blocks-param-ip','s:243:\"fr:Obtenir tous les blocages s’appliquant à cette adresse IP ou à cette plage CIDR, y compris les blocages de plage.\nImpossible à utiliser avec <var>$3users</var>. Les plages CIDR plus larges que IPv4/$1 ou IPv6/$2 ne sont pas acceptées.\";'),('oc','messages:apihelp-query+blocks-param-limit','s:43:\"fr:Le nombre maximal de blocages à lister.\";'),('oc','messages:apihelp-query+blocks-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+blocks-param-show','s:203:\"fr:Afficher uniquement les éléments correspondant à ces critères.\nPar exemple, pour voir uniquement les blocages illimités (non temporaires) sur les adresses IP, indiquer <kbd>$1show=ip|!temp</kbd>.\";'),('oc','messages:apihelp-query+blocks-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+blocks-param-users','s:53:\"fr:Liste des utilisateurs à rechercher (facultatif).\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-by','s:63:\"fr:Ajoute le nom de l’utilisateur ayant effectué le blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-byid','s:72:\"fr:Ajoute l’identifiant de l’utilisateur ayant effectué le blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-expiry','s:51:\"fr:Ajoute l’horodatage d’expiration du blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-flags','s:64:\"ca:Etiqueta el bandejament amb «autoblock», «anononly», etc.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-id','s:37:\"fr:Ajoute l’identifiant du blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-range','s:60:\"fr:Ajoute la plage d’adresses IP affectée par le blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-reason','s:44:\"fr:Ajoute le motif invoqué pour le blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-restrictions','s:98:\"fr:Ajoute les restrictions de blocage partiel si le blocage ne s’applique pas pour tout le site.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-timestamp','s:53:\"fr:Ajoute l’horodatage de mise en place du blocage.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-user','s:44:\"fr:Ajoute le nom de l’utilisateur bloqué.\";'),('oc','messages:apihelp-query+blocks-paramvalue-prop-userid','s:53:\"fr:Ajoute l’identifiant de l’utilisateur bloqué.\";'),('oc','messages:apihelp-query+blocks-summary','s:56:\"fr:Lister tous les utilisateurs et adresses IP bloqués.\";'),('oc','messages:apihelp-query+categories-example-generator','s:106:\"fr:Obtenir des informations sur toutes les catégories utilisées dans la page <kbd>Albert Einstein</kbd>.\";'),('oc','messages:apihelp-query+categories-example-simple','s:94:\"fr:Obtenir une liste des catégories auxquelles appartient la page <kbd>Albert Einstein</kbd>.\";'),('oc','messages:apihelp-query+categories-param-categories','s:112:\"fr:Lister uniquement ces catégories. Utile pour vérifier si une certaine page est dans une catégorie donnée.\";'),('oc','messages:apihelp-query+categories-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+categories-param-limit','s:35:\"fr:Combien de catégories renvoyer.\";'),('oc','messages:apihelp-query+categories-param-prop','s:73:\"fr:Quelles propriétés supplémentaires obtenir de chaque catégorie :\";'),('oc','messages:apihelp-query+categories-param-show','s:40:\"fr:Quelle sorte de catégories afficher.\";'),('oc','messages:apihelp-query+categories-paramvalue-prop-hidden','s:75:\"fr:Marque les catégories cachées avec <code>_&#95;HIDDENCAT_&#95;</code>.\";'),('oc','messages:apihelp-query+categories-paramvalue-prop-sortkey','s:115:\"fr:Ajoute la clé de tri (chaîne hexadécimale) et son préfixe (partie lisible par un humain) pour la catégorie.\";'),('oc','messages:apihelp-query+categories-paramvalue-prop-timestamp','s:57:\"fr:Ajoute l’horodatage de l’ajout dans la catégorie.\";'),('oc','messages:apihelp-query+categories-summary','s:68:\"fr:Lister toutes les catégories auxquelles les pages appartiennent.\";'),('oc','messages:apihelp-query+categoryinfo-example-simple','s:83:\"fr:Obtenir les informations sur <kbd>Category:Foo</kbd> et <kbd>Category:Bar</kbd>.\";'),('oc','messages:apihelp-query+categoryinfo-summary','s:57:\"fr:Renvoie les informations sur les catégories données.\";'),('oc','messages:apihelp-query+categorymembers-example-generator','s:87:\"fr:Obtenir des informations sur les 10 premières pages de <kbd>Category:Physics</kbd>.\";'),('oc','messages:apihelp-query+categorymembers-example-simple','s:66:\"fr:Obtenir les 10 premières pages de <kbd>Category:Physics</kbd>.\";'),('oc','messages:apihelp-query+categorymembers-param-dir','s:31:\"fr:Dans quelle direction trier.\";'),('oc','messages:apihelp-query+categorymembers-param-end','s:127:\"fr:Horodatage auquel terminer la liste. Peut être utilisé uniquement avec <kbd>$1sort=timestamp</kbd> (trié par horodatage).\";'),('oc','messages:apihelp-query+categorymembers-param-endhexsortkey','s:205:\"fr:Clé de tri à laquelle arrêter la liste, telle que renvoyée par <kbd>$1prop=sortkey</kbd> (propriété de la clé de tri). Utilisable uniquement avec <kbd>$1sort=sortkey</kbd> (trié par horodatage).\";'),('oc','messages:apihelp-query+categorymembers-param-endsortkey','s:82:\"fr:Utiliser plutôt <var>$1endhexsortkey</var> (clé de tri hexadécimale de fin).\";'),('oc','messages:apihelp-query+categorymembers-param-endsortkeyprefix','s:329:\"fr:Préfixe de la clé de tri <strong>avant</strong> laquelle se termine la liste (et non pas <strong>à</strong> ; si cette valeur existe, elle ne sera pas incluse !). Utilisable uniquement avec <var>$1sort=sortkey</var> (propriété de la clé de tri). Écrase <var>$1endhexsortkey</var> (clé de tri hexadécimale de fin).\";'),('oc','messages:apihelp-query+categorymembers-param-limit','s:42:\"fr:Le nombre maximal de pages à renvoyer.\";'),('oc','messages:apihelp-query+categorymembers-param-namespace','s:231:\"fr:Inclure uniquement les pages dans ces espaces de nom. Remarquez que <kbd>$1type=subcat</kbd> (sous-catégorie) ou <kbd>$1type=file</kbd> (fichier) peuvent être utilisés à la place de <kbd>$1namespace=14</kbd> ou <kbd>6</kbd>.\";'),('oc','messages:apihelp-query+categorymembers-param-pageid','s:103:\"fr:Identifiant de la page de la catégorie à énumérer. Incompatible avec <var>$1title</var> (titre).\";'),('oc','messages:apihelp-query+categorymembers-param-prop','s:47:\"fr:Quels éléments d’information inclure :\";'),('oc','messages:apihelp-query+categorymembers-param-sort','s:34:\"fr:Propriété par laquelle trier.\";'),('oc','messages:apihelp-query+categorymembers-param-start','s:128:\"fr:Horodatage auquel commencer la liste. Peut être utilisé uniquement avec <kbd>$1sort=timestamp</kbd> (trié par horodatage).\";'),('oc','messages:apihelp-query+categorymembers-param-starthexsortkey','s:206:\"fr:Clé de tri à laquelle commencer la liste, telle que renvoyée par <kbd>$1prop=sortkey</kbd> (propriété de la clé de tri). Utilisable uniquement avec <kbd>$1sort=sortkey</kbd> (trié par horodatage).\";'),('oc','messages:apihelp-query+categorymembers-param-startsortkey','s:38:\"fr:Utiliser plutôt $1starthexsortkey.\";'),('oc','messages:apihelp-query+categorymembers-param-startsortkeyprefix','s:223:\"fr:Préfixe de la clé de tri à laquelle commencer la liste. Utilisable uniquement avec <kbd>$1sort=sortkey</kbd> (propriété de la clé de tri). Écrase <var>$1starthexsortkey</var> (clé de tri hexadécimale de début).\";'),('oc','messages:apihelp-query+categorymembers-param-title','s:164:\"fr:Quelle catégorie énumérer (obligatoire). Doit comprendre le préfixe <kbd>{{ns:category}}:</kbd>. Incompatible avec <var>$1pageid</var> (identifiant de page).\";'),('oc','messages:apihelp-query+categorymembers-param-type','s:127:\"fr:Quel type de membres de la catégorie inclure. Ignoré quand <kbd>$1sort=timestamp</kbd> (trié par horodatage) est défini.\";'),('oc','messages:apihelp-query+categorymembers-paramvalue-prop-ids','s:29:\"oc:Apond l’ID de la pagina.\";'),('oc','messages:apihelp-query+categorymembers-paramvalue-prop-sortkey','s:89:\"fr:Ajoute la clé de tri utilisée pour trier dans la catégorie (chaîne hexadécimale).\";'),('oc','messages:apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix','s:128:\"fr:Ajoute le préfixe de la clé de tri utilisé pour trier dans la catégorie (partie lisible par un humain de la clé de tri).\";'),('oc','messages:apihelp-query+categorymembers-paramvalue-prop-timestamp','s:53:\"fr:Ajoute l’horodatage de l’inclusion de la page.\";'),('oc','messages:apihelp-query+categorymembers-paramvalue-prop-title','s:71:\"fr:Ajoute le titre et l’identifiant de l’espace de noms de la page.\";'),('oc','messages:apihelp-query+categorymembers-paramvalue-prop-type','s:122:\"fr:Ajoute le type sous lequel a été catégorisée la page (<samp>page</samp>, <samp>subcat</samp> ou <samp>file</samp>).\";'),('oc','messages:apihelp-query+categorymembers-summary','s:54:\"fr:Lister toutes les pages d’une catégorie donnée.\";'),('oc','messages:apihelp-query+contributors-example-simple','s:65:\"fr:Afficher les contributeurs dans la [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+contributors-param-excludegroup','s:203:\"fr:Exclure les utilisateurs des groupes donnés. Ne pas inclure les groupes implicites ou auto-promus comme <var>*</var> (tous), <var>user</var> (utilisateur) ou <var>autoconfirmed</var> (autoconfirmé).\";'),('oc','messages:apihelp-query+contributors-param-excluderights','s:233:\"fr:Exclure les utilisateurs ayant les droits donnés. Ne pas inclure les droits accordés par les groupes implicites ou auto-promus comme <var>*</var> (tous), <var>user</var> (utilisateur) ou <var>autoconfirmed</var> (autoconfirmé).\";'),('oc','messages:apihelp-query+contributors-param-group','s:218:\"fr:Inclut uniquement les utilisateurs dans les groupes donnés. N’inclut pas les groupes implicites ou auto-promus comme <var>*</var> (tous), <var>user</var> (utilisateur) ou <var>autoconfirmed</var> (autoconfirmé).\";'),('oc','messages:apihelp-query+contributors-param-limit','s:37:\"fr:Combien de contributeurs renvoyer.\";'),('oc','messages:apihelp-query+contributors-param-rights','s:244:\"fr:Inclure uniquement les utilisateurs ayant les droits donnés. Ne pas inclure les droits accordés par les groupes implicites ou auto-promus comme <var>*</var> (tous), <var>user</var> (utilisateur) ou <var>autoconfirmed</var> (autoconfirmé).\";'),('oc','messages:apihelp-query+contributors-summary','s:101:\"fr:Obtenir la liste des contributeurs connectés et le nombre de contributeurs anonymes d’une page.\";'),('oc','messages:apihelp-query+deletedrevisions-example-revids','s:72:\"fr:Lister les informations pour la version supprimée <kbd>123456</kbd>.\";'),('oc','messages:apihelp-query+deletedrevisions-example-titles','s:122:\"fr:Lister les révisions supprimées de la page [[{{MediaWiki:Mainpage}}]] et de sa page de discussion, avec leur contenu.\";'),('oc','messages:apihelp-query+deletedrevisions-extended-description','s:387:\"fr:Peut être utilisé de différentes manières :\n# obtenir les versions supprimées pour un ensemble de pages, défini par des titres ou des identifiants de page (liste ordonnée par titre et horodatage) ;\n# obtenir les données sur un ensemble de versions supprimées, défini par leurs identifiants avec leurs identifiants de version (liste ordonnée par identifiant de version).\";'),('oc','messages:apihelp-query+deletedrevisions-param-end','s:123:\"fr:L’horodatage auquel arrêter l’énumération. Ignoré lors du traitement d’une liste d’identifiants de versions.\";'),('oc','messages:apihelp-query+deletedrevisions-param-excludeuser','s:62:\"fr:Ne pas lister les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+deletedrevisions-param-start','s:124:\"fr:L’horodatage auquel commencer l’énumération. Ignoré lors du traitement d’une liste d’identifiants de versions.\";'),('oc','messages:apihelp-query+deletedrevisions-param-tag','s:61:\"fr:Lister uniquement les versions marquées par cette balise.\";'),('oc','messages:apihelp-query+deletedrevisions-param-user','s:66:\"fr:Lister uniquement les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+deletedrevisions-summary','s:55:\"fr:Obtenir les informations sur une version supprimée.\";'),('oc','messages:apihelp-query+deletedrevs-example-mode1','s:142:\"fr:Lister les dernières révisions supprimées des pages [[{{MediaWiki:Mainpage}}]] et <kbd>Talk:Main Page</kbd>, avec leur contenu (mode 1).\";'),('oc','messages:apihelp-query+deletedrevs-example-mode2','s:81:\"fr:Lister les 50 dernières contributions de <kbd>Bob</kbd> supprimées (mode 2).\";'),('oc','messages:apihelp-query+deletedrevs-example-mode3-main','s:92:\"fr:Lister les 50 premières versions supprimées dans l’espace de noms principal (mode 3).\";'),('oc','messages:apihelp-query+deletedrevs-example-mode3-talk','s:91:\"fr:Lister les 50 premières pages supprimées dans l’espace de noms {{ns:talk}} (mode 3).\";'),('oc','messages:apihelp-query+deletedrevs-extended-description','s:490:\"fr:Opère selon trois modes :\n# Lister les versions supprimées pour les titres donnés, triées par horodatage.\n# Lister les contributions supprimées pour l’utilisateur donné, triées par horodatage (aucun titre spécifié).\n# Lister toutes les versions supprimées dans l’espace de noms donné, triées par titre et horodatage (aucun titre spécifié, <var>$1user</var> non défini).\n\nCertains paramètres ne s’appliquent qu’à certains modes et sont ignorés dans les autres.\";'),('oc','messages:apihelp-query+deletedrevs-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+deletedrevs-param-excludeuser','s:62:\"fr:Ne pas lister les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+deletedrevs-param-from','s:34:\"fr:Commencer la liste à ce titre.\";'),('oc','messages:apihelp-query+deletedrevs-param-limit','s:43:\"fr:Le nombre maximal de versions à lister.\";'),('oc','messages:apihelp-query+deletedrevs-param-namespace','s:55:\"fr:Lister uniquement les pages dans cet espace de noms.\";'),('oc','messages:apihelp-query+deletedrevs-param-prefix','s:67:\"fr:Rechercher tous les titres de page commençant par cette valeur.\";'),('oc','messages:apihelp-query+deletedrevs-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+deletedrevs-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+deletedrevs-param-tag','s:61:\"fr:Lister uniquement les versions marquées par cette balise.\";'),('oc','messages:apihelp-query+deletedrevs-param-to','s:33:\"fr:Arrêter la liste à ce titre.\";'),('oc','messages:apihelp-query+deletedrevs-param-unique','s:50:\"fr:Lister uniquement une version pour chaque page.\";'),('oc','messages:apihelp-query+deletedrevs-param-user','s:66:\"fr:Lister uniquement les versions réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+deletedrevs-paraminfo-modes','s:30:\"fr:Mode{{PLURAL:$1||s}} : $2\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-comment','s:39:\"fr:ajoute le commentaire de la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-content','s:35:\"fr:ajoute le contenu de la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-len','s:48:\"fr:ajoute la longueur (en octets) de la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-minor','s:36:\"fr:marque si la version est mineure.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-parentid','s:64:\"fr:ajoute l’identifiant de la version précédente de la page.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-parsedcomment','s:48:\"fr:ajoute le commentaire analysé de la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-revid','s:51:\"fr:ajoute l’identifiant de la version supprimée.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-sha1','s:55:\"fr:ajoute le hachage SHA-1 (en base 16) de la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-tags','s:27:\"fr:balises pour la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-token','s:36:\"fr:fournit le jeton de modification.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-user','s:53:\"fr:ajoute l’utilisateur ayant réalisé la version.\";'),('oc','messages:apihelp-query+deletedrevs-paramvalue-prop-userid','s:72:\"fr:ajoute l’identifiant de l’utilisateur qui a réalisé la version.\";'),('oc','messages:apihelp-query+deletedrevs-summary','s:35:\"fr:Lister les versions supprimées.\";'),('oc','messages:apihelp-query+disabled-summary','s:45:\"fr:Ce module de requête a été désactivé.\";'),('oc','messages:apihelp-query+duplicatefiles-example-generated','s:48:\"fr:Rechercher les doublons de tous les fichiers.\";'),('oc','messages:apihelp-query+duplicatefiles-example-simple','s:65:\"fr:Rechercher les doublons de [[:File:Albert Einstein Head.jpg]].\";'),('oc','messages:apihelp-query+duplicatefiles-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+duplicatefiles-param-limit','s:46:\"fr:Combien de fichiers dupliqués à renvoyer.\";'),('oc','messages:apihelp-query+duplicatefiles-param-localonly','s:60:\"fr:Rechercher uniquement les fichiers dans le dépôt local.\";'),('oc','messages:apihelp-query+duplicatefiles-summary','s:107:\"fr:Lister tous les fichiers qui sont des doublons des fichiers donnés d’après leurs valeurs de hachage.\";'),('oc','messages:apihelp-query+embeddedin-example-generator','s:80:\"fr:Obtenir les informations sur les pages qui incluent <kbd>Template:Stub</kbd>.\";'),('oc','messages:apihelp-query+embeddedin-example-simple','s:60:\"fr:Afficher les pages qui incluent <kbd>Template:Stub</kbd>.\";'),('oc','messages:apihelp-query+embeddedin-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+embeddedin-param-filterredir','s:36:\"fr:Comment filtrer les redirections.\";'),('oc','messages:apihelp-query+embeddedin-param-limit','s:38:\"fr:Combien de pages renvoyer au total.\";'),('oc','messages:apihelp-query+embeddedin-param-namespace','s:36:\"fr:L’espace de noms à énumérer.\";'),('oc','messages:apihelp-query+embeddedin-param-pageid','s:67:\"fr:Identifiant de la page à rechercher. Incompatible avec $1title.\";'),('oc','messages:apihelp-query+embeddedin-param-title','s:76:\"fr:Titre à rechercher. Incompatible avec $1pageid (identifiant de la page).\";'),('oc','messages:apihelp-query+embeddedin-summary','s:76:\"fr:Trouver toutes les pages qui incluent (par transclusion) le titre donné.\";'),('oc','messages:apihelp-query+extlinks-example-simple','s:89:\"fr:Obtenir une liste des liens externes présents sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+extlinks-param-expandurl','s:71:\"fr:Étendre les URL relatives au protocole avec le protocole canonique.\";'),('oc','messages:apihelp-query+extlinks-param-limit','s:29:\"fr:Combien de liens renvoyer.\";'),('oc','messages:apihelp-query+extlinks-param-protocol','s:194:\"fr:Protocole de l’URL. Si vide et <var>$1query</var> est positionné, le protocole est <kbd>http</kbd>. Laisser à la fois ceci et <var>$1query</var> vides pour lister tous les liens externes.\";'),('oc','messages:apihelp-query+extlinks-param-query','s:118:\"fr:Rechercher une chaîne sans protocole. Utile pour vérifier si une certaine page contient une certaine URL externe.\";'),('oc','messages:apihelp-query+extlinks-summary','s:97:\"fr:Renvoyer toutes les URL externes (pas les liens interwiki) présentes dans les pages données.\";'),('oc','messages:apihelp-query+exturlusage-example-simple','s:77:\"fr:Afficher les pages avec un lien vers <kbd>https://www.mediawiki.org</kbd>.\";'),('oc','messages:apihelp-query+exturlusage-param-expandurl','s:71:\"fr:Étendre les URL relatives au protocole avec le protocole canonique.\";'),('oc','messages:apihelp-query+exturlusage-param-limit','s:29:\"fr:Combien de pages renvoyer.\";'),('oc','messages:apihelp-query+exturlusage-param-namespace','s:36:\"fr:Les espaces de nom à énumérer.\";'),('oc','messages:apihelp-query+exturlusage-param-prop','s:47:\"fr:Quels éléments d’information inclure :\";'),('oc','messages:apihelp-query+exturlusage-param-protocol','s:199:\"fr:Protocole de l’URL. Si vide et que <var>$1query</var>  est positionné, le protocole est <kbd>http</kbd>. Laisser à la fois ceci et <var>$1query</var> vides pour lister tous les liens externes.\";'),('oc','messages:apihelp-query+exturlusage-param-query','s:126:\"fr:Rechercher une chaîne sans protocole. Voyez [[Special:LinkSearch]]. Laisser ceci vide pour lister tous les liens externes.\";'),('oc','messages:apihelp-query+exturlusage-paramvalue-prop-ids','s:29:\"oc:Apond l’ID de la pagina.\";'),('oc','messages:apihelp-query+exturlusage-paramvalue-prop-title','s:71:\"fr:Ajoute le titre et l’identifiant de l’espace de noms de la page.\";'),('oc','messages:apihelp-query+exturlusage-paramvalue-prop-url','s:40:\"oc:Apond l\'URL utilizada dins la pagina.\";'),('oc','messages:apihelp-query+exturlusage-summary','s:56:\"fr:Énumérer les pages qui contiennent une URL donnée.\";'),('oc','messages:apihelp-query+filearchive-example-simple','s:54:\"fr:Afficher une liste de tous les fichiers supprimés.\";'),('oc','messages:apihelp-query+filearchive-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+filearchive-param-from','s:60:\"fr:Le titre de l’image auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+filearchive-param-limit','s:40:\"fr:Combien d’images renvoyer au total.\";'),('oc','messages:apihelp-query+filearchive-param-prefix','s:72:\"fr:Rechercher tous les titres d’image qui commencent par cette valeur.\";'),('oc','messages:apihelp-query+filearchive-param-prop','s:49:\"fr:Quelles informations sur l’image obtenir :\";'),('oc','messages:apihelp-query+filearchive-param-sha1','s:62:\"fr:Hachage SHA1 de l’image. Écrase <var>$1sha1base36</var>.\";'),('oc','messages:apihelp-query+filearchive-param-sha1base36','s:66:\"fr:Hachage SHA1 de l’image en base 36 (utilisé dans MediaWiki).\";'),('oc','messages:apihelp-query+filearchive-param-to','s:59:\"fr:Le titre de l’image auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-archivename','s:95:\"fr:Ajoute le nom de fichier de la version en archive pour les versions autres que la dernière.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-bitdepth','s:43:\"oc:Apond la prigondor de bit de la version.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-description','s:50:\"oc:Apond la descripcion de la version de l\'imatge.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-dimensions','s:24:\"fr:Alias pour la taille.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-mediatype','s:41:\"fr:Ajoute le type de média de l’image.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-metadata','s:61:\"fr:Liste les métadonnées Exif pour la version de l’image.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-mime','s:29:\"oc:Apond lo MIME de l\'imatge.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-parseddescription','s:41:\"fr:Analyser la description de la version.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-sha1','s:36:\"oc:Apond lo hash SHA-1 per l\'imatge.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-size','s:109:\"fr:Ajoute la taille de l’image en octets et la hauteur, la largeur et le nombre de page (le cas échéant).\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-timestamp','s:55:\"fr:Ajoute l’horodatage pour la version téléversée.\";'),('oc','messages:apihelp-query+filearchive-paramvalue-prop-user','s:65:\"oc:Apond l’utilizaire qu\'a telecargat la version de l’imatge.\";'),('oc','messages:apihelp-query+filearchive-summary','s:61:\"fr:Énumérer séquentiellement tous les fichiers supprimés.\";'),('oc','messages:apihelp-query+filerepoinfo-example-simple','s:57:\"fr:Obtenir des informations sur les dépôts de fichiers.\";'),('oc','messages:apihelp-query+filerepoinfo-param-prop','s:110:\"fr:Quelles propriétés du dépôt obtenir (les propriétés disponibles peuvent varier sur d’autres wikis).\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-apiurl','s:102:\"fr:URL vers l’API du dépôt — utile pour obtenir des informations sur l’image depuis l’hôte.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-articlepath','s:120:\"fr:<var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> du wiki du dépôt, ou bien un équivalent.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-canUpload','s:118:\"fr:Si les fichiers peuvent être téléversés sur ce dépôt, par exemple via CORS et l’authentification partagée.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-displayname','s:51:\"fr:Le nom lisible par un humain du wiki du dépôt.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-favicon','s:129:\"fr:URL de l’icône de favori pour le dépôt du wiki, depuis <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription','s:141:\"fr:Si les pages de description de fichier sont récupérées de ce dépôt lors de l’affichage des pages de description de fichier locales.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-initialCapital','s:69:\"fr:Si les noms de fichier commencent implicitement par une majuscule.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-local','s:45:\"fr:Si ce dépôt est le dépôt local ou pas.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-name','s:205:\"fr:La clé du dépôt — utilisée dans les valeurs de retour, par ex. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> et [[Special:ApiHelp/query+imageinfo|imageinfo]].\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-rootUrl','s:55:\"fr:Chemin de l’URL racine pour les chemins d’image.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl','s:86:\"fr:Chemin de l’URL racine pour l’installation de MediaWiki sur le wiki du dépôt.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-server','s:110:\"fr:<var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> du wiki du dépôt, ou bien un équivalent.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl','s:58:\"fr:Chemin de l’URL racine pour les chemins de vignettes.\";'),('oc','messages:apihelp-query+filerepoinfo-paramvalue-prop-url','s:41:\"fr:Chemin de l’URL de la zone publique.\";'),('oc','messages:apihelp-query+filerepoinfo-summary','s:99:\"fr:Renvoyer les métadonnées d’information sur les dépôts d’images configurés dans le wiki.\";'),('oc','messages:apihelp-query+fileusage-example-generator','s:78:\"fr:Obtenir les informations sur les pages qui utilisent [[:File:Example.jpg]].\";'),('oc','messages:apihelp-query+fileusage-example-simple','s:67:\"fr:Obtenir une liste des pages qui utilisent [[:File:Example.jpg]].\";'),('oc','messages:apihelp-query+fileusage-param-limit','s:35:\"fr:Combien d’éléments renvoyer.\";'),('oc','messages:apihelp-query+fileusage-param-namespace','s:56:\"fr:Inclure uniquement les pages dans ces espaces de nom.\";'),('oc','messages:apihelp-query+fileusage-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+fileusage-param-show','s:76:\"fr:Afficher uniquement les éléments qui correspondent à ces critères :\";'),('oc','messages:apihelp-query+fileusage-paramvalue-prop-pageid','s:30:\"fr:Identifiant de chaque page.\";'),('oc','messages:apihelp-query+fileusage-paramvalue-prop-redirect','s:42:\"fr:Indique si la page est une redirection.\";'),('oc','messages:apihelp-query+fileusage-paramvalue-prop-title','s:24:\"fr:Titre de chaque page.\";'),('oc','messages:apihelp-query+fileusage-paramvalue-show-!redirect','s:44:\"fr:afficher uniquement les non-redirections.\";'),('oc','messages:apihelp-query+fileusage-paramvalue-show-redirect','s:40:\"fr:afficher uniquement les redirections.\";'),('oc','messages:apihelp-query+fileusage-summary','s:63:\"fr:Trouver toutes les pages qui utilisent les fichiers donnés.\";'),('oc','messages:apihelp-query+imageinfo-example-dated','s:93:\"fr:Récupérer les informations sur les versions de [[:File:Test.jpg]] depuis 2008 et après.\";'),('oc','messages:apihelp-query+imageinfo-example-simple','s:94:\"fr:Récupérer les informations sur la version actuelle de [[:File:Albert Einstein Head.jpg]].\";'),('oc','messages:apihelp-query+imageinfo-param-badfilecontexttitle','s:161:\"fr:Si <kbd>$2prop=badfile</kbd> est indiqué, il s’agit du titre de la page utilisé pour évaluer la [[MediaWiki:Bad image list]] (liste de mauvaises images).\";'),('oc','messages:apihelp-query+imageinfo-param-end','s:39:\"fr:Horodatage auquel arrêter la liste.\";'),('oc','messages:apihelp-query+imageinfo-param-extmetadatafilter','s:100:\"fr:Si spécifié et non vide, seules ces clés seront renvoyées pour <var>$1prop=extmetadata</var>.\";'),('oc','messages:apihelp-query+imageinfo-param-extmetadatalanguage','s:245:\"fr:Dans quelle langue récupérer les métadonnées étendues. Cela affecte à la fois la sélection de la traduction à récupérer, s’il y en a plusieurs, et comment des éléments comme les nombres et d’autres valeurs sont mises en forme.\";'),('oc','messages:apihelp-query+imageinfo-param-extmetadatamultilang','s:110:\"fr:Si des traductions pour la propriété de métadonnées étendues sont disponibles, les récupérer toutes.\";'),('oc','messages:apihelp-query+imageinfo-param-limit','s:55:\"fr:Combien de versions de fichier renvoyer par fichier.\";'),('oc','messages:apihelp-query+imageinfo-param-localonly','s:60:\"fr:Rechercher les fichiers uniquement dans le dépôt local.\";'),('oc','messages:apihelp-query+imageinfo-param-metadataversion','s:166:\"fr:Version de métadonnées à utiliser. Si <kbd>latest</kbd> est spécifié, utiliser la dernière version. Par défaut à <kbd>1</kbd> pour la rétrocompatibilité.\";'),('oc','messages:apihelp-query+imageinfo-param-prop','s:46:\"fr:Quelles informations du fichier obtenir :\";'),('oc','messages:apihelp-query+imageinfo-param-start','s:40:\"fr:Horodatage auquel commencer la liste.\";'),('oc','messages:apihelp-query+imageinfo-param-urlheight','s:24:\"oc:Similar a $1urlwidth.\";'),('oc','messages:apihelp-query+imageinfo-param-urlparam','s:211:\"fr:Une chaîne de paramètres spécifique à l’analyseur. Par exemple, les PDF peuvent utiliser <kbd>page15-100px</kbd>. <var>$1urlwidth</var> doit être utilisé et être cohérent avec <var>$1urlparam</var>.\";'),('oc','messages:apihelp-query+imageinfo-param-urlwidth','s:246:\"fr:Si <var>$2prop=url</var> est défini, une URL vers une image mise à l’échelle de cette largeur sera renvoyée.\nPour des raisons de performance si cette option est utilisée, pas plus de $1 images mises à l’échelle ne seront renvoyées.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-archivename','s:202:\"fr:Ajoute le nom de fichier de la version d’archive pour les versions autres que la dernière. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-badfile','s:92:\"fr:Ajoute si le fichier figure dans [[MediaWiki:Bad image list]] (liste de mauvaises images)\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-bitdepth','s:156:\"fr:Ajoute la profondeur de couleurs de la version. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-canonicaltitle','s:146:\"fr:Ajoute le titre canonique du fichier. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-comment','s:143:\"fr:Commentaire sur la version. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-commonmetadata','s:194:\"fr:Liste les métadonnées génériques du format du fichier pour la version du fichier. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-dimensions','s:24:\"fr:Alias pour la taille.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-extmetadata','s:219:\"fr:Liste les métadonnées mises en forme combinées depuis diverses sources. Les résultats sont au format HTML. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-mediatype','s:145:\"fr:Ajoute le type de média du fichier. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-metadata','s:163:\"fr:Liste les métadonnées Exif de la version du fichier. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-mime','s:140:\"fr:Ajoute le type MIME du fichier. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-parsedcomment','s:154:\"fr:Analyser le commentaire de la version. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-sha1','s:144:\"fr:Ajoute le hachage SHA-1 du fichier. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-size','s:109:\"fr:Ajoute la taille du fichier en octets et sa hauteur, sa largeur et le compteur de page (le cas échéant).\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-thumbmime','s:206:\"fr:Ajoute le type MIME de la vignette de l’image (nécessite l’URL et le paramètre $1urlwidth). Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-timestamp','s:49:\"oc:Apond l’orodatatge a la version telecargada.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-uploadwarning','s:157:\"fr:Utilisé par la page Special:Upload pour obtenir les informations sur un fichier existant. Non conçu pour être utilisé en dehors du cœur de MediaWiki.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-url','s:165:\"fr:Fournit l’URL du fichier et de la page de description. Si le fichier a été supprimé d’une version, une propriété <samp>filehidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-user','s:179:\"fr:Ajoute l’utilisateur qui a téléversé chaque version du fichier. Si l’utilisateur a été supprimé des versions, une propriété <samp>userhidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-paramvalue-prop-userid','s:205:\"fr:Ajouter l’identifiant de l’utilisateur qui a téléversé chaque version du fichier. Si l’utilisateur est celui d’une version supprimée, une propriété <samp>userhidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+imageinfo-summary','s:76:\"fr:Renvoie les informations du fichier et l’historique de téléversement.\";'),('oc','messages:apihelp-query+images-example-generator','s:99:\"fr:Obtenir les informations sur tous les fichiers utilisés sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+images-example-simple','s:83:\"fr:Obtenir une liste des fichiers utilisés sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+images-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+images-param-images','s:103:\"fr:Lister uniquement ces fichiers. Utile pour vérifier si une page donnée utilise un certain fichier.\";'),('oc','messages:apihelp-query+images-param-limit','s:32:\"fr:Combien de fichiers renvoyer.\";'),('oc','messages:apihelp-query+images-summary','s:62:\"fr:Renvoie tous les fichiers contenus dans les pages données.\";'),('oc','messages:apihelp-query+imageusage-example-generator','s:91:\"fr:Obtenir les informations sur les pages qui utilisent [[:File:Albert Einstein Head.jpg]].\";'),('oc','messages:apihelp-query+imageusage-example-simple','s:71:\"fr:Afficher les pages qui utilisent [[:File:Albert Einstein Head.jpg]].\";'),('oc','messages:apihelp-query+imageusage-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+imageusage-param-filterredir','s:165:\"fr:Comment filtrer les redirections. Si positionné à <kbd>nonredirects</kbd> quand <var>$1redirect</var> est activé, cela ne s’appliquera qu’au second niveau.\";'),('oc','messages:apihelp-query+imageusage-param-limit','s:228:\"fr:Combien de pages renvoyer au total. Si <var>$1redirect</var> est activé, la limite s’applique à chaque niveau séparément, ce qui veut dire que jusqu’à (2 × <var>$1limit</var>) résultats peuvent être renvoyés.\";'),('oc','messages:apihelp-query+imageusage-param-namespace','s:36:\"fr:L’espace de noms à énumérer.\";'),('oc','messages:apihelp-query+imageusage-param-pageid','s:67:\"fr:Identifiant de la page à rechercher. Incompatible avec $1title.\";'),('oc','messages:apihelp-query+imageusage-param-redirect','s:166:\"fr:Si le lien vers une page est une redirection, trouver toutes les pages qui ont également un lien vers cette redirection. La limite maximale est divisée par deux.\";'),('oc','messages:apihelp-query+imageusage-param-title','s:90:\"fr:Titre à rechercher. Ne peut pas être utilisé conjointement avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-query+imageusage-summary','s:68:\"fr:Trouver toutes les pages qui utilisent le titre d’image donné.\";'),('oc','messages:apihelp-query+info-example-protection','s:96:\"fr:Obtenir des informations générales et de protection sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+info-example-simple','s:67:\"fr:Obtenir les informations sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+info-param-linkcontext','s:173:\"fr:Le titre du contexte à utiliser pour déterminer les classes CSS supplémentaires (par ex. les couleurs de lien) quand <var>$1prop</var> contient <var>linkclasses</var>.\";'),('oc','messages:apihelp-query+info-param-prop','s:56:\"fr:Quelles propriétés supplémentaires récupérer :\";'),('oc','messages:apihelp-query+info-param-testactions','s:81:\"fr:Tester si l’utilisateur actuel peut effectuer certaines actions sur la page.\";'),('oc','messages:apihelp-query+info-param-testactionsdetail','s:225:\"fr:Niveau de détail pour <var>$1testactions</var>. Utiliser les paramètres <var>errorformat</var> et <var>errorlang</var> du [[Special:ApiHelp/main|module principal]] pour contrôler la mise en forme des messages renvoyés.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-associatedpage','s:117:\"fr:Le titre préfixé du [[:mw:Special:MyLanguage/Help:Associated_pages|sujet ou de la page de discussion associé]].\";'),('oc','messages:apihelp-query+info-paramvalue-prop-displaytitle','s:73:\"fr:Fournit la manière dont le titre de la page est réellement affiché.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-linkclasses','s:194:\"fr:Fournit des classes CSS supplémentaires (par ex. des couleurs de lien) utilisées pour les liens vers cette page s’ils doivent apparaître sur la page nommée par <var>$1linkcontext</var>.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-notificationtimestamp','s:70:\"fr:L’horodatage de notification de la liste de suivi de chaque page.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-preload','s:73:\"fr:Fournit le texte de pré-remplissage renvoyé par EditFormPreloadText.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-protection','s:49:\"fr:Lister le niveau de protection de chaque page.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-readable','s:91:\"fr:Si l’utilisateur peut lire cette page. Utiliser plutôt <kbd>intestactions=read</kbd>.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-subjectid','s:75:\"fr:L’identifiant de page de la page parente de chaque page de discussion.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-talkid','s:77:\"fr:L’identifiant de la page de discussion associé à chaque page de sujet.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-url','s:90:\"fr:Fournit une URL complète, une URL de modification et l’URL canonique de chaque page.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-varianttitles','s:85:\"fr:Donne le titre affiché dans toutes les variantes de la langue de contenu du site.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-visitingwatchers','s:160:\"fr:Le nombre d’utilisateurs qui ont chaque page dans leur liste de suivi et qui ont consulté les modifications récentes de cette page, si c’est autorisé.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-watched','s:44:\"fr:Lister l’état de suivi de chaque page.\";'),('oc','messages:apihelp-query+info-paramvalue-prop-watchers','s:47:\"fr:Le nombre de suiveurs, si c’est autorisé.\";'),('oc','messages:apihelp-query+info-paramvalue-testactionsdetail-boolean','s:53:\"fr:Renvoyer une valeur booléenne pour chaque action.\";'),('oc','messages:apihelp-query+info-paramvalue-testactionsdetail-full','s:127:\"fr:Renvoyer des messages décrivant pourquoi l’action n’est pas autorisée, ou bien un tableau vide si elle est autorisée.\";'),('oc','messages:apihelp-query+info-paramvalue-testactionsdetail-quick','s:65:\"fr:Comme <kbd>full</kbd> mais en sautant les contrôles coûteux.\";'),('oc','messages:apihelp-query+info-summary','s:48:\"fr:Obtenir les informations de base sur la page.\";'),('oc','messages:apihelp-query+iwbacklinks-example-generator','s:82:\"fr:Obtenir des informations sur les pages qui ont un lien vers [[wikibooks:Test]].\";'),('oc','messages:apihelp-query+iwbacklinks-example-simple','s:61:\"fr:Obtenir les pages qui ont un lien vers [[wikibooks:Test]].\";'),('oc','messages:apihelp-query+iwbacklinks-extended-description','s:198:\"fr:Peut être utilisé pour trouver tous les liens avec un préfixe, ou bien tous les liens vers un titre (avec un préfixe donné). Sans paramètre, équivaut à « tous les liens interwiki ».\";'),('oc','messages:apihelp-query+iwbacklinks-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+iwbacklinks-param-limit','s:29:\"fr:Combien de pages renvoyer.\";'),('oc','messages:apihelp-query+iwbacklinks-param-prefix','s:31:\"fr:Préfixe pour l’interwiki.\";'),('oc','messages:apihelp-query+iwbacklinks-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+iwbacklinks-param-title','s:80:\"fr:Lien interwiki à rechercher. Doit être utilisé avec <var>$1blprefix</var>.\";'),('oc','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwprefix','s:39:\"fr:Ajoute le préfixe de l’interwiki.\";'),('oc','messages:apihelp-query+iwbacklinks-paramvalue-prop-iwtitle','s:36:\"fr:Ajoute le titre de l’interwiki.\";'),('oc','messages:apihelp-query+iwbacklinks-summary','s:74:\"fr:Trouver toutes les pages qui ont un lien vers le lien interwiki donné.\";'),('oc','messages:apihelp-query+iwlinks-example-simple','s:69:\"fr:Obtenir les liens interwiki de la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+iwlinks-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+iwlinks-param-limit','s:39:\"fr:Combien de liens interwiki renvoyer.\";'),('oc','messages:apihelp-query+iwlinks-param-prefix','s:60:\"fr:Renvoyer uniquement les liens interwiki avec ce préfixe.\";'),('oc','messages:apihelp-query+iwlinks-param-prop','s:79:\"fr:Quelles propriétés supplémentaires obtenir pour chaque lien interwiki :\";'),('oc','messages:apihelp-query+iwlinks-param-title','s:78:\"fr:Lien interwiki à rechercher. Doit être utilisé avec <var>$1prefix</var>.\";'),('oc','messages:apihelp-query+iwlinks-param-url','s:105:\"fr:S\'il faut obtenir l’URL complète (ne peut pas être utilisé conjointement avec <var>$1prop</var>).\";'),('oc','messages:apihelp-query+iwlinks-paramvalue-prop-url','s:28:\"fr:Ajoute l’URL complète.\";'),('oc','messages:apihelp-query+iwlinks-summary','s:64:\"fr:Renvoie tous les liens interwiki venant des pages indiquées.\";'),('oc','messages:apihelp-query+langbacklinks-example-generator','s:76:\"fr:Obtenir les informations sur les pages qui ont un lien vers [[:fr:Test]].\";'),('oc','messages:apihelp-query+langbacklinks-example-simple','s:55:\"fr:Obtenir les pages qui ont un lien vers [[:fr:Test]].\";'),('oc','messages:apihelp-query+langbacklinks-extended-description','s:322:\"fr:Peut être utilisé pour trouver tous les liens interlangue avec un code de langue donné, ou bien tous les liens vers un titre (avec une langue donnée). Sans paramètre, équivaut à « tous les liens interlangue ».\n\nNotez que cela peut ne pas prendre en compte les liens interlangue ajoutés par des extensions.\";'),('oc','messages:apihelp-query+langbacklinks-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+langbacklinks-param-lang','s:35:\"fr:Langue pour le lien interlangue.\";'),('oc','messages:apihelp-query+langbacklinks-param-limit','s:38:\"fr:Combien de pages renvoyer au total.\";'),('oc','messages:apihelp-query+langbacklinks-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+langbacklinks-param-title','s:78:\"fr:Lien interlangue à rechercher. Doit être utilisé avec <var>$1lang</var>.\";'),('oc','messages:apihelp-query+langbacklinks-paramvalue-prop-lllang','s:48:\"fr:Ajoute le code de langue du lien interlangue.\";'),('oc','messages:apihelp-query+langbacklinks-paramvalue-prop-lltitle','s:39:\"fr:Ajoute le titre du lien interlangue.\";'),('oc','messages:apihelp-query+langbacklinks-summary','s:78:\"fr:Trouver toutes les pages qui ont un lien vers le lien interlangue indiqué.\";'),('oc','messages:apihelp-query+langlinks-example-simple','s:71:\"fr:Obtenir les liens interlangue de la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+langlinks-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+langlinks-param-inlanguagecode','s:51:\"fr:Code de langue pour les noms de langue traduits.\";'),('oc','messages:apihelp-query+langlinks-param-lang','s:68:\"fr:Renvoyer uniquement les liens interlangue avec ce code de langue.\";'),('oc','messages:apihelp-query+langlinks-param-limit','s:41:\"fr:Combien de liens interlangue renvoyer.\";'),('oc','messages:apihelp-query+langlinks-param-prop','s:81:\"fr:Quelles propriétés supplémentaires obtenir pour chaque lien interlangue :\";'),('oc','messages:apihelp-query+langlinks-param-title','s:66:\"fr:Lien à rechercher. Doit être utilisé avec <var>$1lang</var>.\";'),('oc','messages:apihelp-query+langlinks-param-url','s:111:\"fr:S’il faut récupérer l’URL complète (ne peut pas être utilisé conjointement avec <var>$1prop</var>).\";'),('oc','messages:apihelp-query+langlinks-paramvalue-prop-autonym','s:36:\"fr:Ajoute le nom natif de la langue.\";'),('oc','messages:apihelp-query+langlinks-paramvalue-prop-langname','s:144:\"fr:Ajoute le nom traduit (au mieux) de la langue de la page liée. Utiliser <var>$1inlanguagecode</var> pour contrôler la langue de traduction.\";'),('oc','messages:apihelp-query+langlinks-paramvalue-prop-url','s:28:\"fr:Ajoute l’URL complète.\";'),('oc','messages:apihelp-query+langlinks-summary','s:57:\"fr:Renvoie tous les liens interlangue des pages données.\";'),('oc','messages:apihelp-query+languageinfo-example-autonym-name-de','s:88:\"fr:Obtenir les autonymes et les noms en allemand de toutes les langues prises en charge.\";'),('oc','messages:apihelp-query+languageinfo-example-bcp47-dir','s:91:\"fr:Obtenir le code de langue BCP 47 et la direction de toutes les langues prises en charge.\";'),('oc','messages:apihelp-query+languageinfo-example-fallbacks-variants-oc','s:64:\"fr:Obtenir les langues de repli et les variantes de l’occitan.\";'),('oc','messages:apihelp-query+languageinfo-example-simple','s:70:\"fr:Obtenir les codes de langue de toutes les langues prises en charge.\";'),('oc','messages:apihelp-query+languageinfo-extended-description','s:157:\"fr:Une [[mw:Special:MyLanguage/API:Continue|continuation]] peut être appliquée si la récupération des informations prend trop de temps pour une requête.\";'),('oc','messages:apihelp-query+languageinfo-param-code','s:101:\"fr:Codes de langue des langues qui doivent être renvoyées, ou <kbd>*</kbd> pour toutes les langues.\";'),('oc','messages:apihelp-query+languageinfo-param-prop','s:51:\"fr:Quelles informations obtenir pour chaque langue.\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-autonym','s:80:\"fr:L’autonyme d’une langue, c’est-à-dire son nom natif dans cette langue.\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-bcp47','s:37:\"fr:Le code de langue standard BCP 47.\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-code','s:124:\"fr:Le code de langue (ce code est spécifique à MediaWiki, bien qu’il y ait des recouvrements avec d’autres standards).\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-dir','s:128:\"fr:La direction d’écriture de la langue : <samp>ltr</samp> (de gauche à droite) ou <samp>rtl</samp> (de droite à gauche).\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-fallbacks','s:212:\"fr:Les codes de langue des langues de repli configurées pour cette langue. Le repli final implicite sur « en » n’est pas inclus (mais certaines langues peuvent se replier sur « en » explicitement).\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-name','s:151:\"fr:Le nom de la langue traduit dans la langue spécifiée par le paramètre <var>uselang</var>, avec l\'application des langues de repli si nécessaire.\";'),('oc','messages:apihelp-query+languageinfo-paramvalue-prop-variants','s:71:\"fr:Les codes de langue des variantes prises en charge par cette langue.\";'),('oc','messages:apihelp-query+languageinfo-summary','s:57:\"fr:Renvoyer les informations sur les langues disponibles.\";'),('oc','messages:apihelp-query+links-example-generator','s:82:\"fr:Obtenir des informations sur tous les liens de page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+links-example-namespaces','s:114:\"fr:Obtenir les liens de la page [[{{MediaWiki:Mainpage}}]] dans les espaces de nom {{ns:user}} et {{ns:template}}.\";'),('oc','messages:apihelp-query+links-example-simple','s:58:\"fr:Obtenir les liens de la page [[{{MediaWiki:Mainpage}}]]\";'),('oc','messages:apihelp-query+links-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+links-param-limit','s:29:\"fr:Combien de liens renvoyer.\";'),('oc','messages:apihelp-query+links-param-namespace','s:58:\"fr:Afficher les liens uniquement dans ces espaces de noms.\";'),('oc','messages:apihelp-query+links-param-titles','s:128:\"fr:Lister uniquement les liens vers ces titres. Utile pour vérifier si une certaine page comporte un lien vers un titre donné.\";'),('oc','messages:apihelp-query+links-summary','s:45:\"fr:Renvoie tous les liens des pages données.\";'),('oc','messages:apihelp-query+linkshere-example-generator','s:82:\"fr:Obtenir des informations sur les pages liées à la [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+linkshere-example-simple','s:68:\"fr:Obtenir une liste des pages liées à [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+linkshere-param-limit','s:34:\"fr:Combien de résultats renvoyer.\";'),('oc','messages:apihelp-query+linkshere-param-namespace','s:57:\"fr:Inclure uniquement les pages dans ces espaces de noms.\";'),('oc','messages:apihelp-query+linkshere-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+linkshere-param-show','s:76:\"fr:Afficher uniquement les éléments qui correspondent à ces critères :\";'),('oc','messages:apihelp-query+linkshere-paramvalue-prop-pageid','s:30:\"fr:Identifiant de chaque page.\";'),('oc','messages:apihelp-query+linkshere-paramvalue-prop-redirect','s:42:\"fr:Indique si la page est une redirection.\";'),('oc','messages:apihelp-query+linkshere-paramvalue-prop-title','s:24:\"fr:Titre de chaque page.\";'),('oc','messages:apihelp-query+linkshere-paramvalue-show-!redirect','s:44:\"fr:Afficher uniquement les non-redirections.\";'),('oc','messages:apihelp-query+linkshere-paramvalue-show-redirect','s:40:\"fr:Afficher uniquement les redirections.\";'),('oc','messages:apihelp-query+linkshere-summary','s:66:\"fr:Trouver toutes les pages ayant un lien vers les pages données.\";'),('oc','messages:apihelp-query+logevents-example-simple','s:43:\"fr:Liste les entrées de journal récentes.\";'),('oc','messages:apihelp-query+logevents-param-action','s:258:\"fr:Filtrer les actions du journal sur cette seule action. Écrase <var>$1type</var>. Dans la liste des valeurs possibles, les valeurs suivies d’un astérisque, comme <kbd>action/*</kbd>, peuvent comprendre différentes chaînes après la barre oblique (/).\";'),('oc','messages:apihelp-query+logevents-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+logevents-param-limit','s:59:\"fr:Combien d’entrées d’événements renvoyer au total.\";'),('oc','messages:apihelp-query+logevents-param-namespace','s:66:\"fr:Filtrer les entrées sur celles dans l’espace de noms donné.\";'),('oc','messages:apihelp-query+logevents-param-prefix','s:66:\"fr:Filtrer les entrées sur celles qui commencent par ce préfixe.\";'),('oc','messages:apihelp-query+logevents-param-prop','s:35:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+logevents-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+logevents-param-tag','s:79:\"fr:Lister uniquement les entrées d’événements marquées avec cette balise.\";'),('oc','messages:apihelp-query+logevents-param-title','s:65:\"fr:Filtrer les entrées sur celles relatives à une page donnée.\";'),('oc','messages:apihelp-query+logevents-param-type','s:52:\"fr:Filtrer les entrées du journal sur ce seul type.\";'),('oc','messages:apihelp-query+logevents-param-user','s:74:\"fr:Filtrer les entrées sur celles réalisées par l’utilisateur donné.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-comment','s:189:\"fr:Ajoute le commentaire de l’événement du journal. Si le commentaire a été supprimé dans la version, une propriété <samp>commenthidden</samp> (commentaire masqué) sera renvoyée.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-details','s:211:\"fr:Liste les détails supplémentaires sur l’événement du journal. Si l’événement du journal a été supprimé dans la version, une propriété <samp>actionhidden</samp> (action masquée) sera renvoyée.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-ids','s:45:\"fr:Ajoute l’identifiant de l’événement.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-parsedcomment','s:198:\"fr:Ajoute le commentaire analysé de l’événement du journal. Si le commentaire a été supprimé dans la version, une propriété <samp>commenthidden</samp> (commentaire masqué) sera renvoyée.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-tags','s:51:\"fr:Liste les balises de l’événement du journal.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-timestamp','s:55:\"fr:Ajoute l’horodatage de l’événement du journal.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-title','s:62:\"fr:Ajoute le titre de la page pour l’événement du journal.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-type','s:45:\"fr:Ajoute le type d’événement du journal.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-user','s:176:\"fr:Ajoute l’utilisateur responsable de l’événement du journal. Si l’utilisateur a été supprimé de la version, une propriété <samp>userhidden</samp> sera renvoyée.\";'),('oc','messages:apihelp-query+logevents-paramvalue-prop-userid','s:219:\"fr:Ajoute l’identifiant de l’utilisateur responsable de l’événement du journal. Si l’utilisateur a été supprimé dans la version, une propriété <samp>userhidden</samp> (utilisateur masqué) sera renvoyée.\";'),('oc','messages:apihelp-query+logevents-summary','s:51:\"fr:Obtenir des événements à partir des journaux.\";'),('oc','messages:apihelp-query+mystashedfiles-example-simple','s:142:\"fr:Obtenir la clé de fichier, la taille de fichier et la taille en pixels des fichiers du cache de téléversement de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+mystashedfiles-param-limit','s:31:\"oc:Quant de fichièrs obténer.\";'),('oc','messages:apihelp-query+mystashedfiles-param-prop','s:54:\"fr:Quelles propriétés récupérer pour les fichiers.\";'),('oc','messages:apihelp-query+mystashedfiles-paramvalue-prop-size','s:67:\"fr:Récupérer la taille du fichier et les dimensions de l’image.\";'),('oc','messages:apihelp-query+mystashedfiles-paramvalue-prop-type','s:61:\"fr:Récupérer le type MIME du fichier et son type de média.\";'),('oc','messages:apihelp-query+mystashedfiles-summary','s:88:\"fr:Obtenir une liste des fichiers du cache de téléversement de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+pagepropnames-example-simple','s:47:\"fr:Obtenir les 10 premiers noms de propriété.\";'),('oc','messages:apihelp-query+pagepropnames-param-limit','s:41:\"fr:Le nombre maximal de noms à renvoyer.\";'),('oc','messages:apihelp-query+pagepropnames-summary','s:69:\"fr:Lister tous les noms de propriété de page utilisés sur le wiki.\";'),('oc','messages:apihelp-query+pageprops-example-simple','s:83:\"fr:Obtenir les propriétés des pages <kbd>Main Page</kbd> et <kbd>MediaWiki</kbd>.\";'),('oc','messages:apihelp-query+pageprops-param-prop','s:259:\"fr:Lister uniquement ces propriétés de page (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> renvoie les noms de propriété de page utilisés). Utile pour vérifier si des pages utilisent une certaine propriété de page.\";'),('oc','messages:apihelp-query+pageprops-summary','s:78:\"fr:Obtenir diverses propriétés de page définies dans le contenu de la page.\";'),('oc','messages:apihelp-query+pageswithprop-example-generator','s:99:\"ca:Obtenir informació addicional sobre les 10 primeres pàgines utilitzant <code>__NOTOC__</code>.\";'),('oc','messages:apihelp-query+pageswithprop-example-simple','s:99:\"fr:Lister les 10 premières pages qui utilisent <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.\";'),('oc','messages:apihelp-query+pageswithprop-param-dir','s:31:\"fr:Dans quelle direction trier.\";'),('oc','messages:apihelp-query+pageswithprop-param-limit','s:42:\"fr:Le nombre maximal de pages à renvoyer.\";'),('oc','messages:apihelp-query+pageswithprop-param-prop','s:35:\"fr:Quelles informations inclure :\";'),('oc','messages:apihelp-query+pageswithprop-param-propname','s:195:\"fr:Propriété de page pour laquelle énumérer les pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> renvoie les noms des propriétés de page utilisés).\";'),('oc','messages:apihelp-query+pageswithprop-paramvalue-prop-ids','s:29:\"oc:Apond l’ID de la pagina.\";'),('oc','messages:apihelp-query+pageswithprop-paramvalue-prop-title','s:71:\"fr:Ajoute le titre et l’identifiant de l’espace de noms de la page.\";'),('oc','messages:apihelp-query+pageswithprop-paramvalue-prop-value','s:46:\"fr:Ajoute la valeur de la propriété de page.\";'),('oc','messages:apihelp-query+pageswithprop-summary','s:69:\"fr:Lister toutes les pages utilisant une propriété de page donnée.\";'),('oc','messages:apihelp-query+prefixsearch-example-simple','s:68:\"fr:Rechercher les titres de page commençant par <kbd>meaning</kbd>.\";'),('oc','messages:apihelp-query+prefixsearch-extended-description','s:587:\"fr:Malgré les similarités dans le nom, ce module n’est pas destiné à être l’équivalent de [[Special:PrefixIndex]] ; pour cela, voyez <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> avec le paramètre <kbd>apprefix</kbd>. Le but de ce module est similaire à <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd> : prendre l’entrée utilisateur et fournir les meilleurs titres s’en approchant. Selon le serveur du moteur de recherche, cela peut inclure la correction des fautes de frappe, éviter des redirections, ou d’autres heuristiques.\";'),('oc','messages:apihelp-query+prefixsearch-param-limit','s:44:\"fr:Nombre maximal de résultats à renvoyer.\";'),('oc','messages:apihelp-query+prefixsearch-param-namespace','s:118:\"fr:Espaces de noms à rechercher. Ignoré if <var>$1search</var> commence avec le préfixe d\'un espace de noms valide.\";'),('oc','messages:apihelp-query+prefixsearch-param-offset','s:34:\"fr:Nombre de résultats à sauter.\";'),('oc','messages:apihelp-query+prefixsearch-param-profile','s:36:\"fr:Rechercher le profil à utiliser.\";'),('oc','messages:apihelp-query+prefixsearch-param-search','s:23:\"fr:Chaîne recherchée.\";'),('oc','messages:apihelp-query+prefixsearch-summary','s:62:\"fr:Effectuer une recherche de préfixe sur les titres de page.\";'),('oc','messages:apihelp-query+protectedtitles-example-generator','s:82:\"fr:Trouver les liens vers les titres protégés dans l’espace de noms principal.\";'),('oc','messages:apihelp-query+protectedtitles-example-simple','s:31:\"fr:Lister les titres protégés\";'),('oc','messages:apihelp-query+protectedtitles-param-end','s:53:\"fr:Arrêter la liste à cet horodatage de protection.\";'),('oc','messages:apihelp-query+protectedtitles-param-level','s:63:\"fr:Lister uniquement les titres avec ces niveaux de protection.\";'),('oc','messages:apihelp-query+protectedtitles-param-limit','s:38:\"fr:Combien de pages renvoyer au total.\";'),('oc','messages:apihelp-query+protectedtitles-param-namespace','s:56:\"fr:Lister uniquement les titres dans ces espaces de nom.\";'),('oc','messages:apihelp-query+protectedtitles-param-prop','s:33:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+protectedtitles-param-start','s:54:\"fr:Commencer la liste à cet horodatage de protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-comment','s:44:\"fr:Ajoute le commentaire pour la protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-expiry','s:52:\"fr:Ajoute l’horodatage de levée de la protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-level','s:34:\"fr:Ajoute le niveau de protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-parsedcomment','s:51:\"fr:Ajoute le commentaire analysé de la protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-timestamp','s:55:\"fr:Ajoute l’horodatage de l’ajout de la protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-user','s:54:\"fr:Ajoute l’utilisateur ayant ajouté la protection.\";'),('oc','messages:apihelp-query+protectedtitles-paramvalue-prop-userid','s:64:\"fr:Ajoute l’ID de l’utilisateur ayant ajouté la protection.\";'),('oc','messages:apihelp-query+protectedtitles-summary','s:50:\"fr:Lister tous les titres protégés en création.\";'),('oc','messages:apihelp-query+querypage-example-ancientpages','s:55:\"fr:Renvoyer les résultats de [[Special:Ancientpages]].\";'),('oc','messages:apihelp-query+querypage-param-limit','s:36:\"fr:Nombre de résultats à renvoyer.\";'),('oc','messages:apihelp-query+querypage-param-page','s:74:\"fr:Le nom de la page spéciale. Notez que ce nom est sensible à la casse.\";'),('oc','messages:apihelp-query+querypage-summary','s:73:\"fr:Obtenir une liste fournie par une page spéciale basée sur QueryPage.\";'),('oc','messages:apihelp-query+random-example-generator','s:97:\"fr:Renvoyer les informations de la page sur deux pages au hasard de l’espace de noms principal.\";'),('oc','messages:apihelp-query+random-example-simple','s:66:\"fr:Obtenir deux pages aléatoires de l’espace de noms principal.\";'),('oc','messages:apihelp-query+random-extended-description','s:354:\"fr:Les pages sont listées dans un ordre prédéterminé, seul le point de départ est aléatoire. Par exemple, cela signifie que si la première page dans la liste est <samp>Accueil</samp>, la seconde sera <em>toujours</em> <samp>Liste des singes de fiction</samp>, la troisième <samp>Liste de personnes figurant sur les timbres de Vanuatu</samp>, etc.\";'),('oc','messages:apihelp-query+random-param-filterredir','s:36:\"fr:Comment filtrer les redirections.\";'),('oc','messages:apihelp-query+random-param-limit','s:53:\"fr:Limiter le nombre de pages aléatoires renvoyées.\";'),('oc','messages:apihelp-query+random-param-namespace','s:55:\"fr:Renvoyer seulement des pages de ces espaces de noms.\";'),('oc','messages:apihelp-query+random-param-redirect','s:72:\"fr:Utilisez <kbd>$1filterredir=redirects</kbd> au lieu de ce paramètre.\";'),('oc','messages:apihelp-query+random-summary','s:46:\"fr:Récupèrer un ensemble de pages au hasard.\";'),('oc','messages:apihelp-query+recentchanges-example-generator','s:78:\"fr:Obtenir l’information de page sur les modifications récentes non relues.\";'),('oc','messages:apihelp-query+recentchanges-example-simple','s:37:\"fr:Lister les modifications récentes\";'),('oc','messages:apihelp-query+recentchanges-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+recentchanges-param-excludeuser','s:67:\"fr:Ne pas lister les modifications réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+recentchanges-param-generaterevisions','s:237:\"fr:Utilisé comme générateur, générer des identifiants de version plutôt que des titres.\nLes entrées de modification récentes sans identifiant de version associé (par ex. la plupart des entrées de journaux) ne généreront rien.\";'),('oc','messages:apihelp-query+recentchanges-param-limit','s:46:\"fr:Combien de modifications renvoyer au total.\";'),('oc','messages:apihelp-query+recentchanges-param-namespace','s:63:\"fr:Liste uniquement les modifications dans ces espaces de noms.\";'),('oc','messages:apihelp-query+recentchanges-param-prop','s:46:\"fr:Inclure des informations supplémentaires :\";'),('oc','messages:apihelp-query+recentchanges-param-show','s:190:\"fr:Afficher uniquement les éléments correspondant à ces critères. Par exemple, pour voir uniquement les modifications mineures par des utilisateurs connectés, mettre $1show=minor|!anon.\";'),('oc','messages:apihelp-query+recentchanges-param-slot','s:75:\"fr:Lister uniquement les modifications qui touchent l’emplacement nommé.\";'),('oc','messages:apihelp-query+recentchanges-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+recentchanges-param-tag','s:67:\"fr:Lister uniquement les modifications marquées avec cette balise.\";'),('oc','messages:apihelp-query+recentchanges-param-title','s:62:\"fr:Lister uniquement les entrées concernant une page donnée.\";'),('oc','messages:apihelp-query+recentchanges-param-toponly','s:76:\"fr:Lister uniquement les modifications qui portent sur la dernière version.\";'),('oc','messages:apihelp-query+recentchanges-param-type','s:40:\"fr:Quels types de modification afficher.\";'),('oc','messages:apihelp-query+recentchanges-param-user','s:71:\"fr:Lister uniquement les modifications réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-autopatrolled','s:85:\"fr:Marque les modifications patrouillables comme patrouillée automatiquement ou non.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-comment','s:157:\"fr:Ajoute le commentaire de la modification. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-flags','s:41:\"fr:Ajoute les balises de la modification.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-ids','s:144:\"fr:Ajoute l’identifiant de la page, l’identifiant des modifications récentes et les identifiants de l’ancienne et de la nouvelle version.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-loginfo','s:108:\"fr:Ajoute des informations du journal (identifiant du journal, type de trace, etc.) aux entrées du journal.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-parsedcomment','s:168:\"fr:Ajoute le commentaire analysé pour la modification. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-patrolled','s:58:\"fr:Marque les modifications à relire comme relues ou pas.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-redirect','s:57:\"fr:Marque la modification si la page est une redirection.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-sha1','s:182:\"fr:Ajoute le hachage du contenu pour les entrées associées à une version. Si le contenu a été supprimé d’une version, une propriété <samp>sha1hidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-sizes','s:66:\"fr:Ajoute l’ancienne et la nouvelle taille de la page en octets.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-tags','s:36:\"fr:Liste les balises de l’entrée.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-timestamp','s:44:\"fr:Ajoute l’horodatage de la modification.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-title','s:40:\"fr:Ajoute le titre de la page modifiée.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-user','s:223:\"fr:Ajoute l’utilisateur responsable de la modification, ainsi qu’un marqueur s’il s\'agit d’une adresse IP. Si l\'utilisateur a été supprimé d’une version, une propriété <samp>userhidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+recentchanges-paramvalue-prop-userid','s:176:\"fr:Ajoute l’ID de l’utilisateur responsable de la modification. Si l\'utilisateur a été supprimé d’une version, une propriété <samp>userhidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+recentchanges-summary','s:42:\"fr:Énumérer les modifications récentes.\";'),('oc','messages:apihelp-query+redirects-example-generator','s:87:\"fr:Obtenir des informations sur toutes les redirections vers [[{{MediaWiki:Mainpage}}]]\";'),('oc','messages:apihelp-query+redirects-example-simple','s:70:\"fr:Obtenir une liste des redirections vers [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+redirects-param-limit','s:37:\"oc:Quant de redireccions cal renviar.\";'),('oc','messages:apihelp-query+redirects-param-namespace','s:62:\"oc:Inclure unicament las paginas dins aqueles espacis de noms.\";'),('oc','messages:apihelp-query+redirects-param-prop','s:37:\"oc:Quinas proprietats cal recuperar :\";'),('oc','messages:apihelp-query+redirects-param-show','s:70:\"fr:Afficher uniquement les éléments correspondant à ces critères :\";'),('oc','messages:apihelp-query+redirects-paramvalue-prop-fragment','s:47:\"oc:Fragment de cada redireccion, se n’i a un.\";'),('oc','messages:apihelp-query+redirects-paramvalue-prop-pageid','s:36:\"oc:ID de pagina de cada redireccion.\";'),('oc','messages:apihelp-query+redirects-paramvalue-prop-title','s:30:\"oc:Títol de cada redireccion.\";'),('oc','messages:apihelp-query+redirects-paramvalue-show-!fragment','s:54:\"fr:Afficher uniquement les redirections sans fragment.\";'),('oc','messages:apihelp-query+redirects-paramvalue-show-fragment','s:57:\"fr:Afficher uniquement les redirections avec un fragment.\";'),('oc','messages:apihelp-query+redirects-summary','s:59:\"fr:Renvoie toutes les redirections vers les pages données.\";'),('oc','messages:apihelp-query+revisions+base-param-contentformat','s:103:\"fr:Format de sérialisation utilisé pour <var>$1difftotext</var> et attendu pour la sortie du contenu.\";'),('oc','messages:apihelp-query+revisions+base-param-diffto','s:264:\"fr:Utiliser <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> à la place. ID de révision à prendre pour comparer chaque révision. Utiliser <kbd>prev</kbd>, <kbd>next</kbd> et <kbd>cur</kbd> pour la version précédente, suivante et actuelle respectivement.\";'),('oc','messages:apihelp-query+revisions+base-param-difftotext','s:290:\"fr:Utiliser <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> à la place. Texte auquel comparer chaque révision. Compare uniquement un nombre limité de révisions. Écrase <var>$1diffto</var>. Si <var>$1section</var> est positionné, seule cette section sera comparée avec ce texte.\";'),('oc','messages:apihelp-query+revisions+base-param-difftotextpst','s:226:\"fr:Utiliser <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> à la place. Effectuer une transformation avant enregistrement sur le texte avant de le comparer. Valide uniquement quand utilisé avec <var>$1difftotext</var>.\";'),('oc','messages:apihelp-query+revisions+base-param-expandtemplates','s:180:\"fr:Utiliser <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> à la place. Développer les modèles dans le contenu de la révision (nécessite $1prop=content).\";'),('oc','messages:apihelp-query+revisions+base-param-generatexml','s:244:\"fr:Utiliser <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> ou <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> à la place. Générer l’arbre d’analyse XML pour le contenu de la révision (nécessite $1prop=content).\";'),('oc','messages:apihelp-query+revisions+base-param-limit','s:46:\"fr:Limiter le nombre de révisions renvoyées.\";'),('oc','messages:apihelp-query+revisions+base-param-parse','s:228:\"fr:Utiliser <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> à la place. Analyser le contenu de la révision (nécessite $1prop=content). Pour des raisons de performance, si cette option est utilisée, $1limit est forcé à 1.\";'),('oc','messages:apihelp-query+revisions+base-param-prop','s:55:\"fr:Quelles propriétés obtenir pour chaque révision :\";'),('oc','messages:apihelp-query+revisions+base-param-section','s:72:\"fr:Récupérer seulement le contenu de la section ayant cet identifiant.\";'),('oc','messages:apihelp-query+revisions+base-param-slots','s:270:\"fr:Pour quels emplacements de version renvoyer des données, quand les propriétés relatives aux emplacements sont incluses dans <var>$1props</var>. Si omis, les données de l’emplacement <kbd>main</kbd> (principal) seront renvoyées dans un format rétro-compatible.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-comment','s:163:\"fr:Commentaire de l’utilisateur pour la version. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-content','s:25:\"oc:Tèxte de la revision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-contentmodel','s:69:\"fr:Identifiant du modèle de contenu de chaque créneau de révision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-flags','s:39:\"fr:Attributs de la révision (mineure).\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-ids','s:35:\"fr:L’identifiant de la révision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-parsedcomment','s:171:\"fr:Commentaire analysé de l’utilisateur sur la version. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-parsetree','s:252:\"fr:Utiliser <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> ou <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> à la place. L’arbre d’analyse XML du contenu de la révision (nécessite le modèle de contenu <code>$1</code>).\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-roles','s:77:\"fr:Lister les rôles d’emplacement de contenu qui existent dans la version.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-sha1','s:155:\"fr:Hachage SHA-1 (en hexadécimal) de la version. Si le contenu a été supprimé d’une version, une propriété <samp>sha1hidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-size','s:40:\"fr:Longueur (en octets) de la révision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-slotsha1','s:189:\"fr:Hachage SHA-1 (en hexadécimal) de chaque emplacement de version. Si le contenu a été supprimé d’une version, une propriété <samp>sha1hidden</samp> (SHA1 masqué) sera retournée.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-slotsize','s:59:\"fr:Longueur (en octets) de chaque emplacement de révision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-tags','s:26:\"oc:Balisas de la revision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-timestamp','s:34:\"fr:L’horodatage de la révision.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-user','s:179:\"fr:L’utilisateur qui a réalisé la version. Si l’utilisateur a été supprimé d’une version, une propriété <samp>userhidden</samp> (utilisateur masqué) sera retournée.\";'),('oc','messages:apihelp-query+revisions+base-paramvalue-prop-userid','s:162:\"fr:L’ID de l’utilisateur créateur de la version. Si l\'utilisateur a été supprimé d’une version, une propriété <samp>userhidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+revisions-example-content','s:108:\"fr:Obtenir des données pour la dernière révision des titres <kbd>API</kbd> et [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+revisions-example-first5','s:69:\"fr:Obtenir les 5 premières révisions de [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+revisions-example-first5-after','s:100:\"fr:Obtenir les 5 premières versions de [[{{MediaWiki:Mainpage}}]] réalisées après le 01/05/2006.\";'),('oc','messages:apihelp-query+revisions-example-first5-not-localhost','s:149:\"fr:Obtenir les 5 premières versions de [[{{MediaWiki:Mainpage}}]] qui n’ont pas été réalisées par un utilisateur anonyme <kbd>127.0.0.1</kbd>.\";'),('oc','messages:apihelp-query+revisions-example-first5-user','s:142:\"fr:Obtenir les 5 premières versions de [[{{MediaWiki:Mainpage}}]] qui ont été réalisées par l’utilisateur <kbd>MediaWiki default</kbd>.\";'),('oc','messages:apihelp-query+revisions-example-last5','s:69:\"fr:Obtenir les 5 dernières révisions de [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+revisions-extended-description','s:436:\"fr:Peut être utilisé de différentes manières :\n# obtenir les données sur un ensemble de pages (dernière version), en indiquant les titres ou les identifiants de page ;\n# obtenir les versions d’une page donnée, en indiquant les titres ou les identifiants de page avec un horodatage de début ou de fin ou une limite en nombre ;\n# obtenir des données sur un ensemble de versions en indiquant leurs identifiants de version.\";'),('oc','messages:apihelp-query+revisions-param-end','s:40:\"fr:Énumérer jusqu’à cet horodatage.\";'),('oc','messages:apihelp-query+revisions-param-endid','s:160:\"fr:Arrêter l’énumération à l’horodatage de cette version. La version doit exister mais il n’est pas nécessaire que ce soit une version de cette page.\";'),('oc','messages:apihelp-query+revisions-param-excludeuser','s:62:\"fr:Exclure les versions réalisées par un utilisateur donné.\";'),('oc','messages:apihelp-query+revisions-param-start','s:61:\"fr:À quel horodatage de version commencer l’énumération.\";'),('oc','messages:apihelp-query+revisions-param-startid','s:164:\"fr:Commencer l’énumération à partir de la date de cette version. La version doit exister mais il n’est pas nécessaire que ce soit une version de cette page.\";'),('oc','messages:apihelp-query+revisions-param-tag','s:64:\"fr:Lister uniquement les révisions marquées avec cette balise.\";'),('oc','messages:apihelp-query+revisions-param-user','s:73:\"fr:Inclure uniquement les versions réalisées par un utilisateur donné.\";'),('oc','messages:apihelp-query+revisions-paraminfo-singlepageonly','s:55:\"fr:Utilisable uniquement avec une seule page (mode #2).\";'),('oc','messages:apihelp-query+revisions-summary','s:43:\"oc:Recuperar las informacions de relectura.\";'),('oc','messages:apihelp-query+search-example-generator','s:93:\"fr:Obtenir les informations sur les pages renvoyées par une recherche de <kbd>meaning</kbd>.\";'),('oc','messages:apihelp-query+search-example-simple','s:31:\"oc:Recercar <kbd>meaning</kbd>.\";'),('oc','messages:apihelp-query+search-example-text','s:46:\"oc:Recercar de tèxtes per <kbd>meaning</kbd>.\";'),('oc','messages:apihelp-query+search-param-backend','s:75:\"fr:Quel serveur de recherche utiliser, si ce n’est pas celui par défaut.\";'),('oc','messages:apihelp-query+search-param-enablerewrites','s:223:\"fr:Activer la réécriture interne de la requête. Les serveurs de recherche peuvent réécrire la requête en une autre qui est censée donner de meilleurs résultats, par exemple en corrigeant les erreurs d’orthographe.\";'),('oc','messages:apihelp-query+search-param-info','s:34:\"fr:Quelles métadonnées renvoyer.\";'),('oc','messages:apihelp-query+search-param-interwiki','s:80:\"fr:Inclure les résultats interwiki dans la recherche, s’ils sont disponibles.\";'),('oc','messages:apihelp-query+search-param-limit','s:38:\"fr:Combien de pages renvoyer au total.\";'),('oc','messages:apihelp-query+search-param-namespace','s:50:\"fr:Rechercher uniquement dans ces espaces de noms.\";'),('oc','messages:apihelp-query+search-param-prop','s:34:\"fr:Quelles propriétés renvoyer :\";'),('oc','messages:apihelp-query+search-param-qiprofile','s:84:\"fr:Profil indépendant des requêtes à utiliser (affecte algorithme de classement).\";'),('oc','messages:apihelp-query+search-param-search','s:242:\"fr:Rechercher les titres de page ou le contenu correspondant à cette valeur. Vous pouvez utiliser la chaîne de recherche pour invoquer des fonctionnalités de recherche spéciales, selon ce que met en œuvre le serveur de recherche du wiki.\";'),('oc','messages:apihelp-query+search-param-sort','s:50:\"fr:Fixe l’ordre de tri des résultats renvoyés.\";'),('oc','messages:apihelp-query+search-param-what','s:36:\"fr:Quel type de recherche effectuer.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-categorysnippet','s:110:\"fr:Ajoute le nom de la catégorie correspondante, avec le balisage mettant en évidence le terme de recherche.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-extensiondata','s:70:\"fr:Va ajouter des données générées supplémentaires par extension.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-hasrelated','s:11:\"oc:Ignorat.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-isfilematch','s:81:\"fr:Ajoute un booléen indiquant si la recherche correspond au contenu du fichier.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-redirectsnippet','s:113:\"fr:Ajoute le titre de la redirection correspondante, avec le balisage mettant en évidence le terme de recherche.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-redirecttitle','s:52:\"fr:Ajoute le titre de la redirection correspondante.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-score','s:11:\"oc:Ignorat.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-sectionsnippet','s:109:\"fr:Ajoute le titre de la section correspondante, avec le balisage mettant en évidence le terme de recherche.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-sectiontitle','s:48:\"fr:Ajoute le titre de la section correspondante.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-size','s:41:\"fr:Ajoute la taille de la page en octets.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-snippet','s:93:\"fr:Ajoute un extrait de la page, avec le balisage mettant en évidence le terme de recherche.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-timestamp','s:65:\"fr:Ajoute l’horodatage de la dernière modification de la page.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-titlesnippet','s:91:\"fr:Ajoute le titre de la page, avec le balisage mettant en évidence le terme de recherche.\";'),('oc','messages:apihelp-query+search-paramvalue-prop-wordcount','s:39:\"fr:Ajoute le nombre de mots de la page.\";'),('oc','messages:apihelp-query+search-summary','s:46:\"fr:Effectuer une recherche en texte intégral.\";'),('oc','messages:apihelp-query+siteinfo-example-interwiki','s:53:\"fr:Extraire une liste des préfixes interwiki locaux.\";'),('oc','messages:apihelp-query+siteinfo-example-replag','s:49:\"fr:Vérifier la latence de réplication actuelle.\";'),('oc','messages:apihelp-query+siteinfo-example-simple','s:37:\"fr:Extraire les informations du site.\";'),('oc','messages:apihelp-query+siteinfo-param-filteriw','s:105:\"fr:Renvoyer uniquement les entrées locales ou uniquement les non locales de la correspondance interwiki.\";'),('oc','messages:apihelp-query+siteinfo-param-inlanguagecode','s:99:\"fr:Code de langue pour les noms de langue localisés (du mieux possible) et les noms d’habillage.\";'),('oc','messages:apihelp-query+siteinfo-param-numberingroup','s:53:\"fr:Liste le nombre d’utilisateurs dans les groupes.\";'),('oc','messages:apihelp-query+siteinfo-param-prop','s:33:\"fr:Quelles informations obtenir :\";'),('oc','messages:apihelp-query+siteinfo-param-showalldb','s:97:\"fr:Lister tous les serveurs de base de données, pas seulement celui avec la plus grande latence.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-dbrepllag','s:87:\"fr:Renvoie le serveur de base de données ayant la plus grande latence de réplication.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-defaultoptions','s:70:\"fr:Renvoie les valeurs par défaut pour les préférences utilisateur.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-extensions','s:50:\"fr:Renvoie les extensions installées sur le wiki.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-extensiontags','s:64:\"fr:Renvoie une liste des balises d’extension de l’analyseur.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-fileextensions','s:98:\"fr:Renvoie la liste des extensions de fichiers (types de fichiers) autorisées au téléversement.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-functionhooks','s:64:\"fr:Renvoie une liste des accroches de fonction de l’analyseur.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-general','s:35:\"fr:Information globale du système.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-interwikimap','s:135:\"fr:Renvoie la correspondance interwiki (éventuellement filtrée, éventuellement localisée en utilisant <var>$1inlanguagecode</var>).\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-languages','s:133:\"fr:Renvoie une liste des langues que MediaWiki prend en charge (éventuellement localisée en utilisant <var>$1inlanguagecode</var>).\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-languagevariants','s:175:\"fr:Renvoie une liste de codes de langue pour lesquels [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] est activé, et les variantes prises en charge pour chacun.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-libraries','s:54:\"fr:Renvoie les bibliothèques installées sur le wiki.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-magicwords','s:42:\"fr:Liste des mots magiques et leurs alias.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-namespacealiases','s:50:\"fr:Liste des alias des espaces de noms déclarés.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-namespaces','s:64:\"fr:Liste des espaces de noms déclarés avec leur nom canonique.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-protocols','s:70:\"fr:Renvoie une liste de protocoles autorisés dans les liens externes.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-restrictions','s:81:\"fr:Renvoie l’information sur les types de restriction disponibles (protection).\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-rightsinfo','s:87:\"fr:Renvoie l’information sur les droits du wiki (sa licence), si elle est disponible.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-showhooks','s:131:\"fr:Renvoie une liste de toutes les accroches souscrites (contenu de <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-skins','s:155:\"fr:Renvoie une liste de tous les habillages activés (éventuellement localisé en utilisant <var>$1inlanguagecode</var>, sinon dans la langue du contenu).\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-specialpagealiases','s:40:\"fr:Liste des alias des pages spéciales.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-statistics','s:36:\"fr:Renvoie les statistiques du site.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-uploaddialog','s:59:\"fr:Renvoie la configuration du dialogue de téléversement.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-usergroups','s:59:\"fr:Renvoie les groupes utilisateur et les droits associés.\";'),('oc','messages:apihelp-query+siteinfo-paramvalue-prop-variables','s:39:\"fr:Renvoie une liste d\'IDs de variable.\";'),('oc','messages:apihelp-query+siteinfo-summary','s:53:\"fr:Renvoyer les informations générales sur le site.\";'),('oc','messages:apihelp-query+stashimageinfo-example-params','s:58:\"fr:Renvoie les vignettes pour deux fichiers mis de côté.\";'),('oc','messages:apihelp-query+stashimageinfo-example-simple','s:59:\"fr:Renvoie les informations sur un fichier mis en réserve.\";'),('oc','messages:apihelp-query+stashimageinfo-param-filekey','s:96:\"fr:Clé qui identifie un téléversement précédent qui a été temporairement mis en réserve.\";'),('oc','messages:apihelp-query+stashimageinfo-param-sessionkey','s:59:\"fr:Alias pour $1filekey, pour la compatibilité ascendante.\";'),('oc','messages:apihelp-query+stashimageinfo-summary','s:68:\"fr:Renvoie les informations de fichier des fichiers mis en réserve.\";'),('oc','messages:apihelp-query+tags-example-simple','s:34:\"fr:Lister les balises disponibles.\";'),('oc','messages:apihelp-query+tags-param-limit','s:42:\"fr:Le nombre maximal de balises à lister.\";'),('oc','messages:apihelp-query+tags-param-prop','s:37:\"fr:Quelles propriétés récupérer :\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-active','s:38:\"fr:Si la balise est encore appliquée.\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-defined','s:37:\"fr:Indique si la balise est définie.\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-description','s:38:\"fr:Ajoute la description de la balise.\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-displayname','s:45:\"fr:Ajoute le message système pour la balise.\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-hitcount','s:82:\"fr:Ajoute le nombre de révisions et d’entrées du journal qui ont cette balise.\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-name','s:30:\"fr:Ajoute le nom de la balise.\";'),('oc','messages:apihelp-query+tags-paramvalue-prop-source','s:222:\"fr:Retourne les sources de la balise, ce qui comprend <samp>extension</samp> pour les balises définies par une extension et <samp>manual</samp> pour les balises pouvant être appliquées manuellement par les utilisateurs.\";'),('oc','messages:apihelp-query+tags-summary','s:38:\"fr:Lister les balises de modification.\";'),('oc','messages:apihelp-query+templates-example-generator','s:98:\"fr:Obtenir des informations sur les pages modèle utilisé sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+templates-example-namespaces','s:129:\"fr:Obtenir les pages des espaces de noms {{ns:user}} et {{ns:template}} qui sont inclues dans la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+templates-example-simple','s:73:\"fr:Obtenir les modèles utilisés sur la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+templates-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+templates-param-limit','s:32:\"fr:Combien de modèles renvoyer.\";'),('oc','messages:apihelp-query+templates-param-namespace','s:61:\"fr:Afficher les modèles uniquement dans ces espaces de noms.\";'),('oc','messages:apihelp-query+templates-param-templates','s:103:\"fr:Lister uniquement ces modèles. Utile pour vérifier si une certaine page utilise un modèle donné.\";'),('oc','messages:apihelp-query+templates-summary','s:61:\"fr:Renvoie toutes les pages incluses dans les pages fournies.\";'),('oc','messages:apihelp-query+tokens-example-simple','s:43:\"fr:Récupérer un jeton csrf (par défaut).\";'),('oc','messages:apihelp-query+tokens-example-types','s:53:\"fr:Récupérer un jeton de suivi et un de patrouille.\";'),('oc','messages:apihelp-query+tokens-param-type','s:30:\"fr:Types de jeton à demander.\";'),('oc','messages:apihelp-query+tokens-summary','s:70:\"fr:Récupère les jetons pour les actions de modification de données.\";'),('oc','messages:apihelp-query+transcludedin-example-generator','s:78:\"fr:Obtenir des informations sur les pages incluant [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+transcludedin-example-simple','s:67:\"fr:Obtenir une liste des pages incluant [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query+transcludedin-param-limit','s:23:\"fr:Combien en renvoyer.\";'),('oc','messages:apihelp-query+transcludedin-param-namespace','s:56:\"fr:Inclure uniquement les pages dans ces espaces de nom.\";'),('oc','messages:apihelp-query+transcludedin-param-prop','s:33:\"fr:Quelles propriétés obtenir :\";'),('oc','messages:apihelp-query+transcludedin-param-show','s:74:\"fr:Afficher uniquement les éléments qui correspondent à ces critères :\";'),('oc','messages:apihelp-query+transcludedin-paramvalue-prop-pageid','s:30:\"fr:Identifiant de chaque page.\";'),('oc','messages:apihelp-query+transcludedin-paramvalue-prop-redirect','s:44:\"fr:Marque si cette page est une redirection.\";'),('oc','messages:apihelp-query+transcludedin-paramvalue-prop-title','s:24:\"fr:Titre de chaque page.\";'),('oc','messages:apihelp-query+transcludedin-paramvalue-show-!redirect','s:44:\"fr:Afficher uniquement les non-redirections.\";'),('oc','messages:apihelp-query+transcludedin-paramvalue-show-redirect','s:40:\"fr:Afficher uniquement les redirections.\";'),('oc','messages:apihelp-query+transcludedin-summary','s:60:\"fr:Trouver toutes les pages qui incluent les pages données.\";'),('oc','messages:apihelp-query+usercontribs-example-ipprefix','s:93:\"fr:Afficher les contributions de toutes les adresses IP avec le préfixe <kbd>192.0.2.</kbd>.\";'),('oc','messages:apihelp-query+usercontribs-example-user','s:66:\"fr:Afficher les contributions de l\'utilisateur <kbd>Exemple</kbd>.\";'),('oc','messages:apihelp-query+usercontribs-param-end','s:91:\"fr:L’horodatage auquel arrêter le retour, c.-à-d. les révisions après cet horodatage.\";'),('oc','messages:apihelp-query+usercontribs-param-iprange','s:161:\"fr:La plage CIDR pour laquelle récupérer les contributions. Ne peut pas être utilisé avec <var>$1user</var>, <var>$1userprefix</var> ou <var>$1userids</var>.\";'),('oc','messages:apihelp-query+usercontribs-param-limit','s:50:\"fr:Le nombre maximal de contributions à renvoyer.\";'),('oc','messages:apihelp-query+usercontribs-param-namespace','s:64:\"fr:Lister uniquement les contributions dans ces espaces de noms.\";'),('oc','messages:apihelp-query+usercontribs-param-prop','s:45:\"fr:Inclure des informations supplémentaires:\";'),('oc','messages:apihelp-query+usercontribs-param-show','s:392:\"fr:Afficher uniquement les éléments correspondant à ces critères, par ex. les modifications non mineures uniquement : <kbd>$2show=!minor</kbd>.\n\nSi <kbd>$2show=patrolled</kbd> ou <kbd>$2show=!patrolled</kbd> est positionné, les révisions plus anciennes que <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|seconde|secondes}}) ne seront pas affichées.\";'),('oc','messages:apihelp-query+usercontribs-param-start','s:89:\"fr:L’horodatage de début à retourner, c.-à-d. les versions d’avant cet horodatage.\";'),('oc','messages:apihelp-query+usercontribs-param-tag','s:64:\"fr:Lister uniquement les révisions marquées avec cette balise.\";'),('oc','messages:apihelp-query+usercontribs-param-toponly','s:65:\"fr:Lister uniquement les modifications de la dernière révision.\";'),('oc','messages:apihelp-query+usercontribs-param-user','s:166:\"fr:Les utilisateurs pour lesquels récupérer les contributions. Ne peut pas être utilisé avec <var>$1userid</var> <var>$1userprefix</var>, ou <var>$1iprange</var>.\";'),('oc','messages:apihelp-query+usercontribs-param-userids','s:181:\"fr:Les identifiants des utilisateurs pour lesquels récupérer les contributions. Ne peut pas être utilisé avec <var>$1user</var>, <var>$1userprefix</var> ou <var>$1iprange</var>.\";'),('oc','messages:apihelp-query+usercontribs-param-userprefix','s:199:\"fr:Récupérer les contributions pour tous les utilisateurs dont les noms commencent par cette valeur. Ne peut pas être utilisé avec <var>$1user</var>, <var>$1userids</var> ou <var>$1iprange</var>.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-autopatrolled','s:58:\"fr:Marque les modifications patrouillées automatiquement.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-comment','s:157:\"fr:Ajoute le commentaire de la modification. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-flags','s:41:\"fr:Ajoute les marques de la modification.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-ids','s:48:\"fr:Ajoute l’ID de page et l’ID de révision.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-parsedcomment','s:166:\"fr:Ajoute le commentaire analysé de la modification. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-patrolled','s:35:\"fr:Marque les modifications relues.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-size','s:48:\"fr:Ajoute la nouvelle taille de la modification.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-sizediff','s:74:\"fr:Ajoute le delta de taille de la modification par rapport à son parent.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-tags','s:40:\"fr:Liste les balises de la modification.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-timestamp','s:44:\"fr:Ajoute l’horodatage de la modification.\";'),('oc','messages:apihelp-query+usercontribs-paramvalue-prop-title','s:59:\"fr:Ajoute le titre et l’ID d’espace de noms de la page.\";'),('oc','messages:apihelp-query+usercontribs-summary','s:53:\"fr:Obtenir toutes les modifications d\'un utilisateur.\";'),('oc','messages:apihelp-query+userinfo-example-data','s:72:\"fr:Obtenir des informations supplémentaires sur l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-example-simple','s:55:\"fr:Obtenir des informations sur l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-param-attachedwiki','s:118:\"fr:Avec <kbd>$1prop=centralids</kbd>, indiquer si l’utilisateur est attaché au wiki identifié par cet identifiant.\";'),('oc','messages:apihelp-query+userinfo-param-prop','s:33:\"fr:Quelles informations inclure :\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-acceptlang','s:109:\"fr:Renvoie en écho l’entête <code>Accept-Language</code> envoyé par le client dans un format structuré.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-blockinfo','s:80:\"fr:Marque si l’utilisateur actuel est bloqué, par qui, et pour quelle raison.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-centralids','s:75:\"fr:Ajoute les IDs centraux et l’état d’attachement de l’utilisateur.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-changeablegroups','s:84:\"fr:Liste les groupes pour lesquels l’utilisateur actuel peut ajouter ou supprimer.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-editcount','s:65:\"fr:Ajoute le compteur de modifications de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-email','s:85:\"fr:Ajoute l’adresse de courriel de l’utilisateur et sa date d’authentification.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-groupmemberships','s:146:\"fr:Liste les groupes auxquels l’utilisateur actuel a été explicitement affecté, avec la date d’expiration de chaque appartenance au groupe.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-groups','s:69:\"fr:Liste tous les groupes auxquels appartient l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-hasmsg','s:93:\"fr:Ajoute une balise <samp>messages</samp> si l’utilisateur actuel a des messages en cours.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-implicitgroups','s:81:\"fr:Liste tous les groupes dont l’utilisateur actuel est automatiquement membre.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-latestcontrib','s:64:\"fr:Ajoute la date de la dernière contribution de l\'utilisateur.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-options','s:74:\"fr:Liste toutes les préférences qu’a définies l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-ratelimits','s:79:\"fr:Liste toutes les limites de débit s’appliquant à l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-realname','s:48:\"fr:Ajoute le vrai nom de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-registrationdate','s:53:\"fr:Ajoute la date d’inscription de l’utilisateur.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-rights','s:55:\"fr:Liste tous les droits qu’a l’utilisateur actuel.\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits','s:199:\"fr:Liste toutes les limites de taux qui s’appliqueraient à l’utilisateur actuel s’il n’était pas exempté de toutes les limites de débit d’après ses droits utilisateur ou son adresse IP\";'),('oc','messages:apihelp-query+userinfo-paramvalue-prop-unreadcount','s:142:\"fr:Ajoute le compteur de pages non lues de la liste de suivi de l’utilisateur (au maximum $1 ; renvoie <samp>$2</samp> s’il y en a plus).\";'),('oc','messages:apihelp-query+userinfo-summary','s:56:\"fr:Obtenir des informations sur l’utilisateur courant.\";'),('oc','messages:apihelp-query+users-example-simple','s:67:\"fr:Renvoyer des informations pour l\'utilisateur <kbd>Example</kbd>.\";'),('oc','messages:apihelp-query+users-param-attachedwiki','s:118:\"fr:Avec <kbd>$1prop=centralids</kbd>, indiquer si l’utilisateur est attaché au wiki identifié par cet identifiant.\";'),('oc','messages:apihelp-query+users-param-prop','s:33:\"fr:Quelles informations inclure :\";'),('oc','messages:apihelp-query+users-param-userids','s:71:\"fr:Une liste d’ID utilisateur pour lesquels obtenir des informations.\";'),('oc','messages:apihelp-query+users-param-users','s:69:\"fr:Une liste d’utilisateurs pour lesquels obtenir des informations.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-blockinfo','s:73:\"fr:Marque si l’utilisateur est bloqué, par qui, et pour quelle raison.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-cancreate','s:103:\"fr:Indique si un compte peut être créé pour les noms d’utilisateurs valides mais non enregistrés.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-centralids','s:75:\"fr:Ajoute les IDs centraux et l’état d’attachement de l’utilisateur.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-editcount','s:58:\"fr:Ajoute le compteur de modifications de l’utilisateur.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-emailable','s:91:\"fr:Marque si l’utilisateur peut et veut recevoir des courriels via [[Special:Emailuser]].\";'),('oc','messages:apihelp-query+users-paramvalue-prop-gender','s:95:\"fr:Marque le sexe de l’utilisateur. Renvoie « male », « female », ou « unknown ».\";'),('oc','messages:apihelp-query+users-paramvalue-prop-groupmemberships','s:146:\"fr:Liste les groupes auxquels chaque utilisateur a été explicitement affecté, avec la date d’expiration de l’appartenance à chaque groupe.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-groups','s:65:\"fr:Liste tous les groupes auxquels appartient chaque utilisateur.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-implicitgroups','s:73:\"fr:Liste tous les groupes dont un utilisateur est automatiquement membre.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-registration','s:60:\"fr:Ajoute l’horodatage d’inscription de l’utilisateur.\";'),('oc','messages:apihelp-query+users-paramvalue-prop-rights','s:47:\"fr:Liste tous les droits qu’a un utilisateur.\";'),('oc','messages:apihelp-query+users-summary','s:59:\"fr:Obtenir des informations sur une liste d’utilisateurs.\";'),('oc','messages:apihelp-query+watchlist-example-allrev','s:124:\"fr:Chercher les informations sur toutes les modifications récentes des pages de la liste de suivi de l’utilisateur actuel\";'),('oc','messages:apihelp-query+watchlist-example-expiry','s:227:\"fr:Récupérer des informations supplémentaires sur la révision maître pour les pages récemment modifiées de la liste de suivi de l’utilisateur actuel, avec la date d\'expiration pour les éléments temporairement suivis.\";'),('oc','messages:apihelp-query+watchlist-example-generator','s:121:\"fr:Chercher l’information de la page sur les pages récemment modifiées de la liste de suivi de l’utilisateur actuel\";'),('oc','messages:apihelp-query+watchlist-example-generator-rev','s:134:\"fr:Chercher l’information de la révision pour les modifications récentes des pages de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+watchlist-example-props','s:151:\"fr:Chercher des informations supplémentaires sur la révision de tête des pages récemment modifiées de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+watchlist-example-simple','s:113:\"fr:Lister la révision de tête des pages récemment modifiées dans la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+watchlist-example-wlowner','s:121:\"fr:Lister la révision de tête des pages récemment modifiées de la liste de suivi de l\'utilisateur <kbd>Exemple</kbd>.\";'),('oc','messages:apihelp-query+watchlist-param-allrev','s:89:\"fr:Inclure les multiples révisions de la même page dans l’intervalle de temps fourni.\";'),('oc','messages:apihelp-query+watchlist-param-end','s:52:\"fr:L’horodatage auquel arrêter l’énumération.\";'),('oc','messages:apihelp-query+watchlist-param-excludeuser','s:67:\"fr:Ne pas lister les modifications réalisées par cet utilisateur.\";'),('oc','messages:apihelp-query+watchlist-param-limit','s:55:\"fr:Combien de résultats au total renvoyer par demande.\";'),('oc','messages:apihelp-query+watchlist-param-namespace','s:62:\"fr:Filtrer les modifications aux seuls espaces de nom fournis.\";'),('oc','messages:apihelp-query+watchlist-param-owner','s:85:\"fr:Utilisé avec $1token pour accéder à la liste de suivi d’un autre utilisateur.\";'),('oc','messages:apihelp-query+watchlist-param-prop','s:50:\"fr:Quelles propriétés supplémentaires obtenir :\";'),('oc','messages:apihelp-query+watchlist-param-show','s:219:\"fr:Afficher uniquement les éléments qui correspondent à ces critères. Par exemple, pour voir uniquement les modifications mineures réalisées par des utilisateurs connectés, indiquer <var>$1show=minor|!anon</var>.\";'),('oc','messages:apihelp-query+watchlist-param-start','s:53:\"fr:L’horodatage auquel commencer l’énumération.\";'),('oc','messages:apihelp-query+watchlist-param-token','s:202:\"fr:Un jeton de sécurité (disponible dans les [[Special:Preferences#mw-prefsection-watchlist|préférences]] de l’utilisateur) pour autoriser l’accès à la liste de suivi d’un autre utilisateur.\";'),('oc','messages:apihelp-query+watchlist-param-type','s:41:\"fr:Quels types de modification afficher :\";'),('oc','messages:apihelp-query+watchlist-param-user','s:59:\"fr:Lister uniquement les modifications par cet utilisateur.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-autopatrol','s:67:\"fr:Marque les modifications qui sont patrouillées automatiquement.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-comment','s:124:\"ca:Afegeix un comentari de l\'edició. Si s\'ha suprimit el comentari, es retornarà una propietat <samp>commenthidden</samp>.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-expiry','s:31:\"fr:Ajoute la date d\'expiration.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-flags','s:43:\"fr:Ajoute les marqueurs de la modification.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-ids','s:42:\"fr:Ajoute les IDs de révision et de page.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-loginfo','s:47:\"ca:Afegeix informació de registre, si s\'escau.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-notificationtimestamp','s:92:\"fr:Ajoute l’horodatage de la dernière notification de la modification à l’utilisateur.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-parsedcomment','s:166:\"fr:Ajoute le commentaire analysé de la modification. Si le commentaire a été supprimé d’une version, une propriété <samp>commenthidden</samp> sera retournée.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-patrol','s:49:\"ca:Etiqueta les modificacions que són vigilades.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-sizes','s:54:\"fr:Ajoute les tailles ancienne et nouvelle de la page.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-tags','s:45:\"fr:Liste les balises associées à l\'entrée.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-timestamp','s:38:\"ca:Afegeix la datació de l’edició.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-title','s:35:\"ca:Afegeix el títol de la pàgina.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-user','s:136:\"ca:Afegeix l\'usuari que ha fet l\'edició. Si s\'ha eliminat la revisió de l\'usuari, es retornarà una propietat <samp>userhidden</samp>.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-prop-userid','s:159:\"ca:Afegeix l\'identificador de l\'usuari que ha fet l\'edició. Si l\'usuari ha estat eliminat de la revisió, es retornarà una propietat <samp>userhidden</samp>.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-type-categorize','s:50:\"fr:Modifications d’appartenance aux catégories.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-type-edit','s:34:\"fr:Modifications normales de page.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-type-external','s:25:\"oc:Cambiaments extèrnes.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-type-log','s:23:\"oc:Entradas del jornal.\";'),('oc','messages:apihelp-query+watchlist-paramvalue-type-new','s:24:\"oc:Creacions de paginas.\";'),('oc','messages:apihelp-query+watchlist-summary','s:96:\"fr:Obtenir les modifications récentes des pages de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+watchlistraw-example-generator','s:89:\"fr:Chercher l’information sur les pages de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+watchlistraw-example-simple','s:69:\"fr:Lister les pages dans la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query+watchlistraw-param-dir','s:37:\"fr:La direction dans laquelle lister.\";'),('oc','messages:apihelp-query+watchlistraw-param-fromtitle','s:85:\"fr:Titre (avec le préfixe d’espace de noms) auquel commencer l’énumération :\";'),('oc','messages:apihelp-query+watchlistraw-param-limit','s:56:\"fr:Combien de résultats renvoyer au total par requête.\";'),('oc','messages:apihelp-query+watchlistraw-param-namespace','s:64:\"fr:Lister uniquement les pages dans les espaces de noms fournis.\";'),('oc','messages:apihelp-query+watchlistraw-param-owner','s:85:\"fr:Utilisé avec $1token pour accéder à la liste de suivi d’un autre utilisateur.\";'),('oc','messages:apihelp-query+watchlistraw-param-prop','s:50:\"fr:Quelles propriétés supplémentaires obtenir :\";'),('oc','messages:apihelp-query+watchlistraw-param-show','s:67:\"fr:Lister uniquement les éléments correspondant à ces critères.\";'),('oc','messages:apihelp-query+watchlistraw-param-token','s:202:\"fr:Un jeton de sécurité (disponible dans les [[Special:Preferences#mw-prefsection-watchlist|préférences]] de l’utilisateur) pour permettre l’accès à la liste de suivi d’un autre utilisateur.\";'),('oc','messages:apihelp-query+watchlistraw-param-totitle','s:86:\"fr:Terminer l’énumération avec ce titre (inclure le préfixe d’espace de noms) :\";'),('oc','messages:apihelp-query+watchlistraw-paramvalue-prop-changed','s:102:\"fr:Ajoute l’horodatage de la dernière notification de l’utilisateur à propos de la modification.\";'),('oc','messages:apihelp-query+watchlistraw-summary','s:75:\"fr:Obtenir toutes les pages de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-query-example-allpages','s:70:\"fr:Récupérer les versions des pages commençant par <kbd>API/</kbd>.\";'),('oc','messages:apihelp-query-example-revisions','s:157:\"fr:Récupérer [[Special:ApiHelp/query+siteinfo|les informations du site]] et [[Special:ApiHelp/query+revisions|les versions]] de [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-query-extended-description','s:162:\"fr:Toutes les modifications de données devront d’abord utiliser une requête pour obtenir un jeton, afin d’éviter les abus de la part de sites malveillants.\";'),('oc','messages:apihelp-query-param-export','s:79:\"fr:Exporter les versions actuelles de toutes les pages données ou générées.\";'),('oc','messages:apihelp-query-param-exportnowrap','s:142:\"fr:Renvoyer le XML exporté sans l’inclure dans un résultat XML (même format que [[Special:Export]]). Utilisable uniquement avec $1export.\";'),('oc','messages:apihelp-query-param-exportschema','s:122:\"fr:Utiliser la version donnée du format de vidage XML lors de l’export. Utilisable uniquement avec <var>$1export</var>.\";'),('oc','messages:apihelp-query-param-indexpageids','s:105:\"fr:Inclure une section « pageids » supplémentaire listant tous les identifiants de page renvoyés.\";'),('oc','messages:apihelp-query-param-iwurl','s:86:\"fr:Indique s’il faut obtenir l’URL complète quand le titre est un lien interwiki.\";'),('oc','messages:apihelp-query-param-list','s:26:\"oc:Quinas listas obténer.\";'),('oc','messages:apihelp-query-param-meta','s:31:\"oc:Quinas metadonadas obténer.\";'),('oc','messages:apihelp-query-param-prop','s:60:\"fr:Quelles propriétés obtenir pour les pages interrogées.\";'),('oc','messages:apihelp-query-param-rawcontinue','s:87:\"fr:Renvoyer les données brutes de <samp>query-continue</samp> permettant de continuer.\";'),('oc','messages:apihelp-query-summary','s:66:\"fr:Récupérer des données de MediaWiki et à propos de celui-ci.\";'),('oc','messages:apihelp-rawfm-summary','s:131:\"fr:Extraire les données, y compris les éléments de débogage, au format JSON (mise en forme HTML améliorée pour l\'impression).\";'),('oc','messages:apihelp-removeauthenticationdata-example-simple','s:101:\"fr:Tentative de suppression des données de l’utilisateur pour <kbd>FooAuthenticationRequest</kbd>.\";'),('oc','messages:apihelp-removeauthenticationdata-summary','s:75:\"fr:Supprimer les données d’authentification pour l’utilisateur actuel.\";'),('oc','messages:apihelp-resetpassword-example-email','s:135:\"fr:Envoyer un courriel pour la réinitialisation de mot de passe à tous les utilisateurs avec l’adresse <kbd>user@example.com</kbd>.\";'),('oc','messages:apihelp-resetpassword-example-user','s:98:\"fr:Envoyer un courriel de réinitialisation du mot de passe à l’utilisateur <kbd>Exemple</kbd>.\";'),('oc','messages:apihelp-resetpassword-extended-description-noroutes','s:212:\"fr:Aucun chemin pour réinitialiser le mot de passe n’est disponible.\n\nActiver les chemins dans <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> pour utiliser ce module.\";'),('oc','messages:apihelp-resetpassword-param-email','s:66:\"fr:Adresse courriel de l’utilisateur ayant été réinitialisé.\";'),('oc','messages:apihelp-resetpassword-param-user','s:41:\"oc:Utilizaire qu\'es estat reïnicializat.\";'),('oc','messages:apihelp-resetpassword-summary','s:82:\"oc:Mandar un corrier electronic de reïnicializacion de son senhau a l\'utilizaire.\";'),('oc','messages:apihelp-revisiondelete-example-log','s:143:\"fr:Masquer toutes les données de l’entrée de journal <kbd>67890</kbd> avec le motif <kbd>Violation de Biographie de Personne Vivante</kbd>.\";'),('oc','messages:apihelp-revisiondelete-example-revision','s:93:\"fr:Masquer le contenu de la révision <kbd>12345</kbd> de la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-revisiondelete-param-hide','s:38:\"fr:Quoi masquer pour chaque révision.\";'),('oc','messages:apihelp-revisiondelete-param-ids','s:49:\"fr:Identifiants pour les révisions à supprimer.\";'),('oc','messages:apihelp-revisiondelete-param-reason','s:57:\"fr:Motif de suppression ou d’annulation de suppression.\";'),('oc','messages:apihelp-revisiondelete-param-show','s:40:\"fr:Quoi démasquer pour chaque révision\";'),('oc','messages:apihelp-revisiondelete-param-suppress','s:75:\"fr:S’il faut supprimer les données aux administrateurs comme aux autres.\";'),('oc','messages:apihelp-revisiondelete-param-tags','s:70:\"fr:Balises à appliquer à l’entrée dans le journal de suppression.\";'),('oc','messages:apihelp-revisiondelete-param-target','s:87:\"fr:Titre de page pour la suppression de révision, s’il est nécessaire pour le type.\";'),('oc','messages:apihelp-revisiondelete-param-type','s:59:\"fr:Type de suppression de révision en cours de traitement.\";'),('oc','messages:apihelp-revisiondelete-summary','s:41:\"fr:Supprimer et rétablir des révisions.\";'),('oc','messages:apihelp-rollback-example-simple','s:109:\"fr:Annuler les dernières modifications à [[{{MediaWiki:Mainpage}}]] par l’utilisateur <kbd>Example</kbd>.\";'),('oc','messages:apihelp-rollback-example-summary','s:268:\"fr:Annuler les dernières modifications de la page [[{{MediaWiki:Mainpage}}]] par l’utilisateur à l’adresse IP <kbd>192.0.2.5</kbd> avec le résumé <kbd>Annulation de vandalisme<kbd>, et marquer ces modifications et l’annulation comme modifications de robots.\";'),('oc','messages:apihelp-rollback-extended-description','s:146:\"fr:Si le dernier utilisateur à avoir modifié la page a réalisé plusieurs modifications successives d’affilé, elles seront toutes annulées.\";'),('oc','messages:apihelp-rollback-param-markbot','s:108:\"fr:Marquer les modifications révoquées et la révocation comme des modifications réalisées par un robot.\";'),('oc','messages:apihelp-rollback-param-pageid','s:77:\"fr:Identifiant de la page à restaurer. Incompatible avec <var>$1title</var>.\";'),('oc','messages:apihelp-rollback-param-summary','s:104:\"fr:Personnaliser le résumé de la modification. S’il est vide, le résumé par défaut sera utilisé.\";'),('oc','messages:apihelp-rollback-param-tags','s:42:\"fr:Balises à appliquer à la révocation.\";'),('oc','messages:apihelp-rollback-param-title','s:82:\"fr:Titre de la page à restaurer. Impossible à utiliser avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-rollback-param-user','s:73:\"fr:Nom de l’utilisateur dont les modifications doivent être annulées.\";'),('oc','messages:apihelp-rollback-param-watchlist','s:157:\"fr:Ajouter ou supprimer sans distinction la page de votre liste de suivi, utiliser les préférences (ignorées pour les robots) ou ne pas modifier le suivi.\";'),('oc','messages:apihelp-rollback-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-rollback-summary','s:51:\"fr:Annuler les dernières modifications de la page.\";'),('oc','messages:apihelp-rsd-example-simple','s:26:\"fr:Exporter le schéma RSD\";'),('oc','messages:apihelp-rsd-summary','s:54:\"fr:Exporter un schéma RSD (Découverte Très Simple).\";'),('oc','messages:apihelp-setnotificationtimestamp-example-all','s:73:\"fr:Réinitialiser l’état de notification pour toute la liste de suivi.\";'),('oc','messages:apihelp-setnotificationtimestamp-example-allpages','s:105:\"fr:Réinitialiser l’état de notification sur les pages dans l’espace de noms <kbd>{{ns:user}}</kbd>.\";'),('oc','messages:apihelp-setnotificationtimestamp-example-page','s:76:\"fr:Réinitialiser l’état de notification pour [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-setnotificationtimestamp-example-pagetimestamp','s:147:\"fr:Fixer l’horodatage de notification pour [[{{MediaWiki:Mainpage}}]] afin que toutes les modifications depuis le 1 janvier 2012 soient non vues.\";'),('oc','messages:apihelp-setnotificationtimestamp-extended-description','s:201:\"fr:Cela affecte la mise en évidence des pages modifiées dans la liste de suivi et l’historique, et l’envoi de courriel quand la préférence « {{int:tog-enotifwatchlistpages}} » est activée.\";'),('oc','messages:apihelp-setnotificationtimestamp-param-entirewatchlist','s:43:\"fr:Travailler sur toutes les pages suivies.\";'),('oc','messages:apihelp-setnotificationtimestamp-param-newerthanrevid','s:90:\"fr:Révision pour fixer l’horodatage de notification plus récent (une page uniquement).\";'),('oc','messages:apihelp-setnotificationtimestamp-param-timestamp','s:43:\"fr:Horodatage auquel dater la notification.\";'),('oc','messages:apihelp-setnotificationtimestamp-param-torevid','s:86:\"fr:Révision pour laquelle fixer l’horodatage de notification (une page uniquement).\";'),('oc','messages:apihelp-setnotificationtimestamp-summary','s:72:\"fr:Mettre à jour l’horodatage de notification pour les pages suivies.\";'),('oc','messages:apihelp-setpagelanguage-example-default','s:94:\"fr:Remplacer la langue de la page ayant l\'ID 123 par la langue par défaut du contenu du wiki.\";'),('oc','messages:apihelp-setpagelanguage-example-language','s:69:\"fr:Changer la langue de la page [[{{MediaWiki:Mainpage}}]] en basque.\";'),('oc','messages:apihelp-setpagelanguage-extended-description-disabled','s:197:\"fr:Il n’est pas possible de modifier la langue d’une page sur ce wiki.\n\nActiver <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> pour utiliser cette action.\";'),('oc','messages:apihelp-setpagelanguage-param-lang','s:159:\"fr:Code de langue vers lequel la page doit être changée. Utiliser <kbd>defaut</kbd> pour réinitialiser la page sur la langue par défaut du contenu du wiki.\";'),('oc','messages:apihelp-setpagelanguage-param-pageid','s:103:\"fr:Identifiant de la page dont vous souhaitez modifier la langue. Incompatible avec <var>$1title</var>.\";'),('oc','messages:apihelp-setpagelanguage-param-reason','s:28:\"fr:Motif de la modification.\";'),('oc','messages:apihelp-setpagelanguage-param-tags','s:88:\"fr:Modifier les balises à appliquer à l\'entrée du journal résultant de cette action.\";'),('oc','messages:apihelp-setpagelanguage-param-title','s:112:\"fr:Titre de la page dont vous souhaitez modifier la langue. Ne peut pas être utilisé avec <var>$1pageid</var>.\";'),('oc','messages:apihelp-setpagelanguage-summary','s:35:\"fr:Modifier la langue d’une page.\";'),('oc','messages:apihelp-stashedit-extended-description','s:141:\"fr:Ceci est destiné à être utilisé via AJAX depuis le formulaire d’édition pour améliorer la performance de la sauvegarde de la page.\";'),('oc','messages:apihelp-stashedit-param-baserevid','s:52:\"fr:Identifiant de révision de la révision de base.\";'),('oc','messages:apihelp-stashedit-param-contentformat','s:68:\"fr:Format de sérialisation de contenu utilisé pour le texte saisi.\";'),('oc','messages:apihelp-stashedit-param-contentmodel','s:41:\"fr:Modèle de contenu du nouveau contenu.\";'),('oc','messages:apihelp-stashedit-param-section','s:106:\"fr:Identifiant de section. <kbd>0</kbd> pour la section du haut, <kbd>new</kbd> pour une nouvelle section.\";'),('oc','messages:apihelp-stashedit-param-sectiontitle','s:38:\"fr:Le titre pour une nouvelle section.\";'),('oc','messages:apihelp-stashedit-param-stashedtexthash','s:94:\"fr:Empreinte du contenu de la page venant d’une réserve préalable à utiliser à la place.\";'),('oc','messages:apihelp-stashedit-param-summary','s:25:\"fr:Résumé du changement\";'),('oc','messages:apihelp-stashedit-param-text','s:26:\"oc:Contengut de la pagina.\";'),('oc','messages:apihelp-stashedit-param-title','s:45:\"fr:Titre de la page en cours de modification.\";'),('oc','messages:apihelp-stashedit-summary','s:54:\"fr:Préparer des modifications dans le cache partagé.\";'),('oc','messages:apihelp-summary','s:3:\"en:\";'),('oc','messages:apihelp-tag-example-log','s:126:\"fr:Supprimer la balise <kbd>spam</kbd> à partir de l’ID d’entrée de journal 123 avec le motif <kbd>Wrongly applied</kbd>\";'),('oc','messages:apihelp-tag-example-rev','s:100:\"fr:Ajoute la balise <kbd>vandalism</kbd> à partir de l’ID de révision 123 sans indiquer de motif\";'),('oc','messages:apihelp-tag-param-add','s:89:\"fr:Balises à ajouter. Seules les balises définies manuellement peuvent être ajoutées.\";'),('oc','messages:apihelp-tag-param-logid','s:96:\"fr:Un ou plusieurs IDs d’entrée de journal à partir desquels ajouter ou supprimer la balise.\";'),('oc','messages:apihelp-tag-param-rcid','s:98:\"fr:Un ou plusieurs IDs de modification récente à partir desquels ajouter ou supprimer la balise.\";'),('oc','messages:apihelp-tag-param-reason','s:28:\"oc:Motiu de la modificacion.\";'),('oc','messages:apihelp-tag-param-remove','s:134:\"fr:Balises à supprimer. Seules les balises qui sont soit définies manuellement soit pas du tout définies peuvent être supprimées.\";'),('oc','messages:apihelp-tag-param-revid','s:86:\"fr:Un ou plusieurs IDs de révision à partir desquels ajouter ou supprimer la balise.\";'),('oc','messages:apihelp-tag-param-tags','s:96:\"fr:Balises à appliquer à l’entrée de journal qui sera créée en résultat de cette action.\";'),('oc','messages:apihelp-tag-summary','s:106:\"fr:Ajouter ou retirer des balises de modification aux révisions ou aux entrées de journal individuelles.\";'),('oc','messages:apihelp-unblock-example-id','s:44:\"oc:Levar lo blocatge d’ID #<kbd>105</kbd>.\";'),('oc','messages:apihelp-unblock-example-user','s:83:\"fr:Débloquer l’utilisateur <kbd>Bob</kbd> avec le motif <kbd>Désolé Bob</kbd>.\";'),('oc','messages:apihelp-unblock-param-id','s:109:\"fr:ID du blocage à lever (obtenu via <kbd>list=blocks</kbd>). Impossible à utiliser avec <var>$1user</var>.\";'),('oc','messages:apihelp-unblock-param-reason','s:25:\"oc:Motiu del desblocatge.\";'),('oc','messages:apihelp-unblock-param-tags','s:79:\"fr:Modifier les balises à appliquer à l’entrée dans le journal de blocage.\";'),('oc','messages:apihelp-unblock-param-user','s:88:\"fr:Utilisateur à débloquer. Impossible à utiliser en même temps que <var>$1id</var>.\";'),('oc','messages:apihelp-unblock-param-userid','s:55:\"fr:Spécifier plutôt <kbd>$1user=#<var>ID</var></kbd>.\";'),('oc','messages:apihelp-unblock-summary','s:27:\"oc:Desblocar un utilizaire.\";'),('oc','messages:apihelp-undelete-example-page','s:64:\"fr:Annuler la suppression de la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-undelete-example-revisions','s:83:\"fr:Annuler la suppression de deux révisions de la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-undelete-extended-description','s:284:\"fr:Une liste des révisions supprimées (avec les horodatages) peut être récupérée via [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], et une liste d’IDs de fichiers supprimés peut être récupérée via [[Special:ApiHelp/query+filearchive|list=filearchive]].\";'),('oc','messages:apihelp-undelete-param-fileids','s:136:\"fr:IDs des révisions de fichier à restaurer. Si <var>$1timestamps</var> et <var>$1fileids</var> sont vides, toutes seront restaurées.\";'),('oc','messages:apihelp-undelete-param-reason','s:25:\"oc:Motiu de restabliment.\";'),('oc','messages:apihelp-undelete-param-tags','s:83:\"fr:Modifier les balises à appliquer à l’entrée dans le journal de suppression.\";'),('oc','messages:apihelp-undelete-param-timestamps','s:131:\"fr:Horodatages des versions à restaurer. Si <var>$1timestamps</var> et <var>$1fileids</var> sont vides, toutes seront restaurées.\";'),('oc','messages:apihelp-undelete-param-title','s:33:\"fr:Titre de la page à restaurer.\";'),('oc','messages:apihelp-undelete-param-undeletetalk','s:83:\"fr:Restaurer toutes les versions de la page de discussion associée, s’il y en a.\";'),('oc','messages:apihelp-undelete-param-watchlist','s:155:\"fr:Ajouter ou supprimer sans condition la page de votre liste de suivi, utiliser les préférences (ignorées pour les robots) ou ne pas modifier le suivi.\";'),('oc','messages:apihelp-undelete-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-undelete-summary','s:50:\"fr:Restaurer des versions d’une page supprimée.\";'),('oc','messages:apihelp-unlinkaccount-example-simple','s:128:\"fr:Essayer de supprimer le lien de l’utilisateur actuel pour le fournisseur associé avec <kbd>FooAuthenticationRequest</kbd>.\";'),('oc','messages:apihelp-unlinkaccount-summary','s:60:\"fr:Supprimer un compte tiers lié de l’utilisateur actuel.\";'),('oc','messages:apihelp-upload-example-filekey','s:74:\"fr:Terminer un téléversement qui a échoué à cause d’avertissements.\";'),('oc','messages:apihelp-upload-example-url','s:30:\"fr:Téléverser depuis une URL\";'),('oc','messages:apihelp-upload-extended-description','s:723:\"fr:Plusieurs méthodes sont disponibles :\n* téléverser directement le contenu du fichier, en utilisant le paramètre <var>$1file</var> ;\n* téléverser le fichier par morceaux, en utilisant les paramètres <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> ;\n* pour que le serveur MediaWiki récupère un fichier depuis une URL, utilisez le paramètre <var>$1url</var> ;\n* terminer un téléversement précédent qui a échoué à cause d’avertissements, en utilisant le paramètre <var>$1filekey</var>.\nNoter l’envoi par la requête HTTP POST doit être effectué comme un téléversement de fichier (c’-à-d. en utilisant <code>multipart/form-data</code>) en envoyant le <var>$1file</var>.\";'),('oc','messages:apihelp-upload-param-async','s:89:\"fr:Faire les grosses opérations de fichiers de façon asynchrone quand c’est possible.\";'),('oc','messages:apihelp-upload-param-checkstatus','s:87:\"fr:Récupérer uniquement l’état de téléversement pour la clé de fichier donnée.\";'),('oc','messages:apihelp-upload-param-chunk','s:21:\"fr:Partie du contenu.\";'),('oc','messages:apihelp-upload-param-comment','s:150:\"fr:Téléverser le commentaire. Utilisé aussi comme texte de la page initiale pour les nouveaux fichiers si <var>$1text</var> n’est pas spécifié.\";'),('oc','messages:apihelp-upload-param-file','s:22:\"fr:Contenu du fichier.\";'),('oc','messages:apihelp-upload-param-filekey','s:81:\"fr:Clé identifiant un téléversement précédent temporairement mis en attente.\";'),('oc','messages:apihelp-upload-param-filename','s:24:\"fr:Nom de fichier cible.\";'),('oc','messages:apihelp-upload-param-filesize','s:36:\"fr:Taille du téléversement entier.\";'),('oc','messages:apihelp-upload-param-ignorewarnings','s:35:\"fr:Ignorer tous les avertissements.\";'),('oc','messages:apihelp-upload-param-offset','s:31:\"fr:Décalage du bloc en octets.\";'),('oc','messages:apihelp-upload-param-sessionkey','s:77:\"fr:Comme $1filekey, conservé pour des raisons de compatibilité descendante.\";'),('oc','messages:apihelp-upload-param-stash','s:101:\"fr:Si positionné, le serveur conservera temporairement le fichier au lieu de l’ajouter au dépôt.\";'),('oc','messages:apihelp-upload-param-tags','s:123:\"fr:Modifier les balises à appliquer à l’entrée du journal de téléversement et à la révision de la page du fichier.\";'),('oc','messages:apihelp-upload-param-text','s:53:\"fr:Texte de page initiale pour les nouveaux fichiers.\";'),('oc','messages:apihelp-upload-param-url','s:31:\"fr:URL où chercher le fichier.\";'),('oc','messages:apihelp-upload-param-watch','s:18:\"fr:Suivre la page.\";'),('oc','messages:apihelp-upload-param-watchlist','s:155:\"fr:Ajouter ou supprimer sans condition la page de votre liste de suivi, utiliser les préférences (ignorées pour les robots) ou ne pas modifier le suivi.\";'),('oc','messages:apihelp-upload-param-watchlistexpiry','s:138:\"fr:Délai d’expiration de la liste de suivi. Omettez complètement ce paramètre pour laisser inchangé le délai actuel d’expiration.\";'),('oc','messages:apihelp-upload-summary','s:79:\"fr:Téléverser un fichier, ou obtenir l’état des téléversements en cours.\";'),('oc','messages:apihelp-userrights-example-expiry','s:89:\"fr:Ajouter l\'utilisateur <kbd>SometimeSysop</kbd> au groupe <kbd>sysop</kbd> pour 1 mois.\";'),('oc','messages:apihelp-userrights-example-user','s:140:\"fr:Ajouter l’utilisateur <kbd>FooBot</kbd> au groupe <kbd>bot</kbd> et le supprimer des groupes <kbd>sysop</kbd> et <kbd>bureaucrat</kbd>.\";'),('oc','messages:apihelp-userrights-example-userid','s:145:\"fr:Ajouter l’utilisateur d’ID <kbd>123</kbd> au groupe <kbd>bot</kbd>, et le supprimer des groupes <kbd>sysop</kbd> et <kbd>bureaucrat</kbd>.\";'),('oc','messages:apihelp-userrights-param-add','s:148:\"fr:Ajouter les utilisateurs à ces groupes, ou s’ils sont déjà membres, mettre à jour la date d’expiration de leur appartenance à ce groupe.\";'),('oc','messages:apihelp-userrights-param-expiry','s:435:\"fr:Horodatages d’expiration. Peuvent être relatifs (par ex. <kbd>5 mois</kbd> ou <kbd>2 semaines</kbd>) ou absolus (par ex. <kbd>2014-09-18T12:34:56Z</kbd>). Si uniquement un horodatage est fixé, il sera utilisé pour tous les groupes passés au paramètre <var>$1add</var>. Utiliser <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, ou <kbd>never</kbd> pour un lien de groupe d’utilisateurs qui n’expire jamais.\";'),('oc','messages:apihelp-userrights-param-reason','s:28:\"fr:Motif de la modification.\";'),('oc','messages:apihelp-userrights-param-remove','s:44:\"fr:Supprimer l’utilisateur de ces groupes.\";'),('oc','messages:apihelp-userrights-param-tags','s:91:\"fr:Modifier les balises à appliquer à l’entrée dans le journal des droits utilisateur.\";'),('oc','messages:apihelp-userrights-param-user','s:14:\"oc:Utilizaire.\";'),('oc','messages:apihelp-userrights-param-userid','s:22:\"oc:ID de l\'utilizaire.\";'),('oc','messages:apihelp-userrights-summary','s:61:\"fr:Modifier l’appartenance d’un utilisateur à un groupe.\";'),('oc','messages:apihelp-validatepassword-example-1','s:71:\"fr:Valider le mot de passe <kbd>foobar</kbd> pour l\'utilisateur actuel.\";'),('oc','messages:apihelp-validatepassword-example-2','s:99:\"fr:Valider le mot de passe <kbd>qwerty</kbd> pour la création de l\'utilisateur <kbd>Example</kbd>.\";'),('oc','messages:apihelp-validatepassword-extended-description','s:279:\"fr:La validité est signalée comme <samp>Good</samp> (bonne) si le mot de passe est acceptable, <samp>Change</samp> (à changer) s’il peut encore être utilisé pour se connecter mais doit être changé, ou bien <samp>Invalid</samp> (non valide) s’il n’est pas utilisable.\";'),('oc','messages:apihelp-validatepassword-param-email','s:56:\"fr:Adresse courriel, pour tester la création de compte.\";'),('oc','messages:apihelp-validatepassword-param-password','s:21:\"oc:Senhal de validar.\";'),('oc','messages:apihelp-validatepassword-param-realname','s:48:\"fr:Vrai nom, pour tester la création de compte.\";'),('oc','messages:apihelp-validatepassword-param-user','s:102:\"fr:Nom de l\'utilisateur, pour tester la création de compte. L\'utilisateur ne doit pas déjà exister.\";'),('oc','messages:apihelp-validatepassword-summary','s:90:\"fr:Valider un mot de passe conformément aux règles concernant les mots de passe du wiki.\";'),('oc','messages:apihelp-watch-example-generator','s:63:\"fr:Suivre les premières pages de l’espace de noms principal.\";'),('oc','messages:apihelp-watch-example-unwatch','s:53:\"fr:Ne plus suivre la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-watch-example-watch','s:45:\"fr:Suivre la page [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:apihelp-watch-example-watch-expiry','s:97:\"fr:Suivre les pages [[{{MediaWiki:Mainpage}}]], <kbd>Foo</kbd> et <kbd>Bar</kbd> pendant un mois.\";'),('oc','messages:apihelp-watch-param-expiry','s:161:\"fr:Horodatage d’expiration à appliquer à toutes les pages fournies. Omettre totalement ce paramètre pour laisser inchangé toutes les expirations actuelles.\";'),('oc','messages:apihelp-watch-param-title','s:69:\"fr:La page à (ne plus) suivre. Utiliser plutôt <var>$1titles</var>.\";'),('oc','messages:apihelp-watch-param-unwatch','s:62:\"fr:Si défini, la page ne sera plus suivie plutôt que suivie.\";'),('oc','messages:apihelp-watch-summary','s:81:\"fr:Ajouter ou supprimer des pages de la liste de suivi de l’utilisateur actuel.\";'),('oc','messages:apihelp-xml-param-includexmlnamespace','s:47:\"fr:Si spécifié, ajoute un espace de noms XML.\";'),('oc','messages:apihelp-xml-param-xslt','s:179:\"fr:Si spécifié, ajoute la page nommée comme une feuille de style XSL. La valeur doit être un titre dans l’espace de noms {{ns:MediaWiki}} se terminant par <code>.xsl</code>.\";'),('oc','messages:apihelp-xml-summary','s:39:\"fr:Extraire les données au format XML.\";'),('oc','messages:apihelp-xmlfm-summary','s:69:\"fr:Extraire les données au format XML (affiché proprement en HTML).\";'),('oc','messages:apisandbox','s:20:\"oc:Nauc de sabla API\";'),('oc','messages:apisandbox-add-multi','s:10:\"oc:Apondre\";'),('oc','messages:apisandbox-alert-field','s:41:\"oc:La valor d\'aqueste camp es pas valida.\";'),('oc','messages:apisandbox-alert-page','s:45:\"oc:Los camps d\'aquesta pagina son pas valids.\";'),('oc','messages:apisandbox-continue','s:12:\"oc:Contunhar\";'),('oc','messages:apisandbox-continue-clear','s:10:\"oc:Escafar\";'),('oc','messages:apisandbox-continue-help','s:236:\"fr:{{int:apisandbox-continue}} [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Query#Continuing_queries continuera] la dernière requête ; {{int:apisandbox-continue-clear}} effacera les paramètres relatifs à la continuation.\";'),('oc','messages:apisandbox-deprecated-parameters','s:24:\"oc:Paramètres obsolèts\";'),('oc','messages:apisandbox-dynamic-error-exists','s:41:\"oc:Existís ja un paramètre nomenat \"$1\"\";'),('oc','messages:apisandbox-dynamic-parameters','s:28:\"oc:Paramètres suplementaris\";'),('oc','messages:apisandbox-dynamic-parameters-add-label','s:25:\"oc:Apondon del paramètre\";'),('oc','messages:apisandbox-dynamic-parameters-add-placeholder','s:21:\"oc:Nom del paramètre\";'),('oc','messages:apisandbox-examples','s:11:\"oc:Exemples\";'),('oc','messages:apisandbox-fetch-token','s:28:\"oc:Auto-emplenatge del geton\";'),('oc','messages:apisandbox-helpurls','s:17:\"oc:Ligams d\'ajuda\";'),('oc','messages:apisandbox-intro','s:593:\"ca:Utilitzau aquesta pàgina per a experimentar amb el <strong>MediaWiki API de servei del web</strong>.\nConsulteu [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page la seva documentació] per detalls més llunyans d\'ús d\'API. Exemple: [https://www.mediawiki.org/wiki/Special:MyLanguage/API:Tutorial#A_simple_query busca els títols de les pàgines que coincideixin amb una determinada paraula clau]. Seleccioneu una acció per a veure més exemples.\n\nNoteu que, tot i que això és una pàgina de proves, les accions que dueu a terme en aquesta pàgina poden modificar el wiki.\";'),('oc','messages:apisandbox-jsonly','s:63:\"ca:Es necessita JavaScript per utilitzar l\'espai de proves API.\";'),('oc','messages:apisandbox-load-error','s:96:\"oc:Una error s\'es produita pendent lo cargament de las informacions del modul \"$1\" de l\'API : $2\";'),('oc','messages:apisandbox-loading','s:62:\"ca:S\'està carregant la informació del mòdul d\'API «$1»...\";'),('oc','messages:apisandbox-loading-results','s:39:\"oc:Recepcion dels resultats de l\'API...\";'),('oc','messages:apisandbox-multivalue-all-namespaces','s:33:\"oc:$1 (totes los espacis de noms)\";'),('oc','messages:apisandbox-multivalue-all-values','s:24:\"oc:$1 (totas las valors)\";'),('oc','messages:apisandbox-no-parameters','s:45:\"oc:Aqueste modul API a pas cap de paramètre.\";'),('oc','messages:apisandbox-param-limit','s:55:\"oc:Entrar <kbd>max</kbd> per utilizar lo limit maximal.\";'),('oc','messages:apisandbox-request-format-json-label','s:7:\"ca:JSON\";'),('oc','messages:apisandbox-request-format-php-label','s:13:\"ca:Matriu PHP\";'),('oc','messages:apisandbox-request-format-url-label','s:31:\"oc:Cadena de requèsta de l\'URL\";'),('oc','messages:apisandbox-request-json-label','s:21:\"oc:Demandar de JSON :\";'),('oc','messages:apisandbox-request-php-label','s:30:\"ca:Matriu PHP de sol·licitud:\";'),('oc','messages:apisandbox-request-selectformat-label','s:45:\"oc:Afichar las donadas de la requèsta coma :\";'),('oc','messages:apisandbox-request-time','s:45:\"oc:Durada de la demanda : {{PLURAL:$1|$1 ms}}\";'),('oc','messages:apisandbox-request-url-label','s:18:\"oc:Requèsta URL :\";'),('oc','messages:apisandbox-reset','s:10:\"oc:Escafar\";'),('oc','messages:apisandbox-results','s:12:\"oc:Resultats\";'),('oc','messages:apisandbox-results-error','s:78:\"ca:S\'ha produït un error en carregar la resposta de la consulta de l\'API: $1.\";'),('oc','messages:apisandbox-results-fixtoken','s:45:\"ca:Corregeix el testimoni i torna-ho a enviar\";'),('oc','messages:apisandbox-results-fixtoken-fail','s:47:\"ca:No s\'ha pogut recuperar el testimoni «$1».\";'),('oc','messages:apisandbox-results-login-suppressed','s:334:\"ca:S\'ha processat aquesta sol·licitud com a usuari fora de sessió atès que podria utilitzar-se per a esquivar la seguretat de mateix origen (Same-Origin) del navegador. Tingueu present que la gestió del testimoni automàtic de l\'entorn de proves de l\'API no funciona adequadament amb aquestes sol·licituds. Ompliu-les manualment.\";'),('oc','messages:apisandbox-retry','s:20:\"oc:Ensajar tornarmai\";'),('oc','messages:apisandbox-sending-request','s:39:\"oc:Mandadís de la requèsta a l\'API...\";'),('oc','messages:apisandbox-submit','s:17:\"oc:Far la demanda\";'),('oc','messages:apisandbox-submit-invalid-fields-message','s:56:\"oc:Corregissètz los camps indicats e ensajatz tornamai.\";'),('oc','messages:apisandbox-submit-invalid-fields-title','s:29:\"oc:Certans camps son invalids\";'),('oc','messages:apisandbox-summary','s:3:\"en:\";'),('oc','messages:apisandbox-templated-parameter-reason','s:139:\"ca:Aquest [[Special:ApiHelp/main#main/templatedparams|paràmetre en plantilla]] s\'ofereix basat en {{PLURAL:$1|el valor|els valors}} de $2.\";'),('oc','messages:apiwarn-alldeletedrevisions-performance','s:101:\"fr:Pour de meilleures performances lors de la génération des titres, mettre <kbd>$1dir=newer</kbd>.\";'),('oc','messages:apiwarn-badurlparam','s:104:\"fr:Impossible d\'analyser <var>$1urlparam</var> pour $2. En utilisant seulement la largeur et la hauteur.\";'),('oc','messages:apiwarn-badutf8','s:315:\"fr:La valeur passée pour <var>$1</var> contient des données non valides ou non normalisées. Les données textuelles doivent être de l’Unicode valide sous forme normalisée précomposée (NFC), sans aucun autre caractère de contrôle C0 que la tabulation (\\t), le saut de ligne (\\n) et le retour chariot (\\r).\";'),('oc','messages:apiwarn-checktoken-percentencoding','s:112:\"fr:Vérifier que les symboles tels que \"+\" dans le jeton sont correctement codés avec des pourcents dans l\'URL.\";'),('oc','messages:apiwarn-compare-no-next','s:115:\"fr:La version $2 est la dernière version de $1, il n\'existe pas de version <kbd>torelative=next</kbd> à comparer.\";'),('oc','messages:apiwarn-compare-no-prev','s:111:\"fr:La version $2 est la plus ancienne de $1, il n\'existe pas de version <kbd>torelative=prev</kbd> à comparer.\";'),('oc','messages:apiwarn-compare-nocontentmodel','s:72:\"fr:Aucun modèle de contenu n’a pu être déterminé, $1 est supposé.\";'),('oc','messages:apiwarn-deprecation-deletedrevs','s:153:\"fr:<kbd>list=deletedrevs</kbd> est devenu désuet. Veuillez utiliser <kbd>prop=deletedrevisions</kbd> ou <kbd>list=alldeletedrevisions</kbd> à la place.\";'),('oc','messages:apiwarn-deprecation-httpsexpected','s:49:\"fr:HTTP est utilisé alors que HTTPS est attendu.\";'),('oc','messages:apiwarn-deprecation-login-botpw','s:334:\"fr:La connexion au compte principal via <kbd>action=login</kbd> est périmée et peut cesser de fonctionner sans avertissement. Pour continuer à vous connecter avec <kbd>action=login</kbd>, voyez [[Special:BotPasswords]]. Pour continuer en vous connectant au compte principal en toute sécurité, voyez <kbd>action=clientlogin</kbd>.\";'),('oc','messages:apiwarn-deprecation-login-nobotpw','s:205:\"fr:La connexion au compte principal via <kbd>action=login</kbd> est désuète et peut cesser de fonctionner sans avertissement. Pour vous connecter en toute sécurité, voyez <kbd>action=clientlogin</kbd>.\";'),('oc','messages:apiwarn-deprecation-login-token','s:145:\"fr:La récupération d’un jeton via <kbd>action=login</kbd> est désuète. Utilisez <kbd>action=query&meta=tokens&type=login</kbd> à la place.\";'),('oc','messages:apiwarn-deprecation-missingparam','s:185:\"fr:Comme <var>$1</var> n’a pas été spécifié, un format ancien a été utilisé pour la sortie. Ce format est obsolète, et dans le futur, le nouveau format sera toujours utilisé.\";'),('oc','messages:apiwarn-deprecation-parameter','s:43:\"fr:Le paramètre <var>$1</var> est désuet.\";'),('oc','messages:apiwarn-deprecation-parse-headitems','s:241:\"fr:<kbd>prop=headitems</kbd> est désuet depuis MediaWiki 1.28. Utilisez <kbd>prop=headhtml</kbd> lors de la création de nouveaux documents HTML, ou <kbd>prop=modules|jsconfigvars</kbd> lors de la mise à jour d’un document côté client.\";'),('oc','messages:apiwarn-deprecation-post-without-content-type','s:120:\"fr:Une requête POST a été effectuée sans entête <code>Content-Type</code>. Cela ne fonctionne pas de façon fiable.\";'),('oc','messages:apiwarn-deprecation-purge-get','s:98:\"fr:L’utilisation de <kbd>action=purge</kbd> via un GET est désuète. Utilisez POST à la place.\";'),('oc','messages:apiwarn-deprecation-withreplacement','s:74:\"fr:<kbd>$1</kbd> est désuet. Veuillez utiliser <kbd>$2</kbd> à la place.\";'),('oc','messages:apiwarn-difftohidden','s:65:\"fr:Impossible de faire un diff avec r$1 : le contenu est masqué.\";'),('oc','messages:apiwarn-errorprinterfailed','s:59:\"fr:Erreur échec imprimante. Nouvel essai sans paramètres.\";'),('oc','messages:apiwarn-ignoring-invalid-templated-value','s:93:\"fr:Ignorer la valeur <kbd>$2</kbd> dans <var>$1</var> en traitant les paramètres de modèle.\";'),('oc','messages:apiwarn-invalidcategory','s:37:\"oc:« $1 » es pas una categoria.\";'),('oc','messages:apiwarn-invalidtitle','s:39:\"oc:« $1 » es pas un títol valid.\";'),('oc','messages:apiwarn-invalidxmlstylesheet','s:58:\"fr:Feuille de style spécifiée non valide ou inexistante.\";'),('oc','messages:apiwarn-invalidxmlstylesheetext','s:67:\"fr:Une feuille de style doit avoir une extension <code>.xsl</code>.\";'),('oc','messages:apiwarn-invalidxmlstylesheetns','s:78:\"fr:La feuille de style devrait être dans l’espace de noms {{ns:MediaWiki}}.\";'),('oc','messages:apiwarn-moduleswithoutvars','s:211:\"fr:La propriété <kbd>modules</kbd> a été définie mais pas <kbd>jsconfigvars</kbd> ni <kbd>encodedjsconfigvars</kbd>. Les variables de configuration sont nécessaires pour une utilisation correcte du module.\";'),('oc','messages:apiwarn-notfile','s:35:\"oc:« $1 » es pas un fichièr.\";'),('oc','messages:apiwarn-nothumb-noimagehandler','s:88:\"fr:Impossible de créer la vignette car $1 n’a pas de gestionnaire d’image associé.\";'),('oc','messages:apiwarn-parse-nocontentmodel','s:89:\"fr:Ni <var>title</var> ni <var>contentmodel</var> n’ont été fournis, $1 est supposé.\";'),('oc','messages:apiwarn-parse-revidwithouttext','s:183:\"fr:<var>revid</var> utilisé sans <var>text</var>, et les propriétés de la page analysée ont été demandées. Vouliez-vous utiliser <var>oldid</var> au lieu de <var>revid</var> ?\";'),('oc','messages:apiwarn-parse-titlewithouttext','s:201:\"fr:<var>title</var> utilisé sans <var>text</var>, et les propriétés de page analysées sont nécessaires. Voulez-vous dire que vous voulez utiliser <var>page</var> à la place de <var>title</var> ?\";'),('oc','messages:apiwarn-redirectsandrevids','s:197:\"fr:La résolution de la redirection ne peut pas être utilisée avec le paramètre <var>revids</var>. Toutes les redirections vers lesquelles pointent <var>revids</var> n’ont pas été résolues.\";'),('oc','messages:apiwarn-tokens-origin','s:102:\"fr:Les jetons ne peuvent pas être obtenus quand la politique de même origine n’est pas appliquée.\";'),('oc','messages:apiwarn-truncatedresult','s:89:\"fr:Ce résultat a été tronqué parce que sinon, il dépasserait la limite de $1 octets.\";'),('oc','messages:apiwarn-unclearnowtimestamp','s:239:\"fr:Passer « $2 » comme paramètre d’horodatage <var>$1</var> est obsolète. Si, pour une raison quelconque, vous avez besoin de spécifier explicitement l’heure courante sans la recalculer du côté client, utilisez <kbd>now</kbd>.\";'),('oc','messages:apiwarn-unrecognizedvalues','s:97:\"fr:{{PLURAL:$3|Valeur non reconnue|Valeurs non reconnues}} pour le paramètre <var>$1</var> : $2.\";'),('oc','messages:apiwarn-unsupportedarray','s:86:\"fr:Le paramètre <var>$1</var> utilise une syntaxe PHP de tableau non prise en charge.\";'),('oc','messages:apiwarn-urlparamwidth','s:171:\"fr:Valeur de la largeur définie dans <var>$1urlparam</var> ($2) ignorée en faveur de la largeur calculée à partir de <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).\";'),('oc','messages:apiwarn-validationfailed','s:46:\"fr:Erreur de validation pour <kbd>$1</kbd>: $2\";'),('oc','messages:apiwarn-validationfailed-badchars','s:154:\"fr:caractères non valides dans la clé (<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>et <code>-</code> sont les seuls autorisés).\";'),('oc','messages:apiwarn-validationfailed-badpref','s:31:\"oc:pas una preferéncia valida.\";'),('oc','messages:apiwarn-validationfailed-cannotset','s:47:\"fr:ne peut pas être initialisé par ce module.\";'),('oc','messages:apiwarn-validationfailed-keytoolong','s:81:\"fr:clé trop longue (au plus $1 octet{{PLURAL:$1||s}} autorisé{{PLURAL:$1||s}}).\";'),('oc','messages:apiwarn-validationfailed-valuetoolong','s:84:\"fr:valeur trop longue (au plus $1 octet{{PLURAL:$1||s}} autorisé{{PLURAL:$1||s}}).\";'),('oc','messages:apiwarn-wgdebugapi','s:82:\"oc:<strong>Avertiment de seguretat :</strong> <var>$wgDebugAPI</var> es activat.\";'),('oc','messages:apr','s:6:\"oc:abr\";'),('oc','messages:april','s:8:\"oc:abril\";'),('oc','messages:april-gen','s:10:\"oc:d\'abril\";'),('oc','messages:article','s:10:\"oc:Article\";'),('oc','messages:articleexists','s:120:\"oc:Existís ja un article que pòrta aqueste títol, o lo títol qu\'avètz causit es pas valid.\nCausissètz-ne un autre.\";'),('oc','messages:aug','s:6:\"oc:ago\";'),('oc','messages:august','s:8:\"oc:agost\";'),('oc','messages:august-gen','s:10:\"oc:d\'agost\";'),('oc','messages:authenticationdatachange-ignored','s:97:\"ca:No s\'ha gestionat el canvi de dades d\'autenticació. Potser no s\'ha configurat cap proveïdor?\";'),('oc','messages:authform-newtoken','s:20:\"oc:Geton mancant. $1\";'),('oc','messages:authform-nosession-login','s:109:\"ca:L’autenticació fou exitosa, però el vostre navegador no pot «recordar» haver iniciat la sessió.\n\n$1\";'),('oc','messages:authform-nosession-signup','s:102:\"ca:S’ha creat el compte, però el vostre navegador no pot «recordar» haver iniciat la sessió.\n\n$1\";'),('oc','messages:authform-notoken','s:16:\"oc:Geton mancant\";'),('oc','messages:authform-wrongtoken','s:15:\"oc:Marrit geton\";'),('oc','messages:authmanager-account-password-domain','s:8:\"en:$1@$2\";'),('oc','messages:authmanager-authn-autocreate-failed','s:62:\"oc:La creacion automatica d’un compte local a fracassat : $1\";'),('oc','messages:authmanager-authn-no-local-user','s:83:\"ca:Les credencials proporcionades no estan associades amb cap usuari d\'aquest wiki.\";'),('oc','messages:authmanager-authn-no-local-user-link','s:234:\"ca:Les credencials subministrades són vàlides però no estan associades a cap usuari d\'aquest wiki. Inicieu la sessió d\'una manera diferent o creeu un usuari nou i podreu connectar les vostres credencials anteriors a aquest compte.\";'),('oc','messages:authmanager-authn-no-primary','s:51:\"ca:Les dades credencials no s\'han pogut autenticar.\";'),('oc','messages:authmanager-authn-not-in-progress','s:106:\"ca:L\'autenticació no està en curs o les dades de sessió s\'han perdut. Comenceu de nou des del principi.\";'),('oc','messages:authmanager-autocreate-exception','s:86:\"ca:La creació automàtica de comptes s\'ha inhabilitat temporalment per errors previs.\";'),('oc','messages:authmanager-autocreate-noperm','s:54:\"oc:La creacion automatica de compte es pas autorizada.\";'),('oc','messages:authmanager-change-not-supported','s:97:\"ca:No es poden canviar les credencials proporcionades, atès que no hi ha res que les fes servir.\";'),('oc','messages:authmanager-create-disabled','s:40:\"oc:La creacion de compte es desactivada.\";'),('oc','messages:authmanager-create-from-login','s:41:\"ca:Per crear un compte, ompliu els camps.\";'),('oc','messages:authmanager-create-no-primary','s:85:\"ca:Les credencials proporcionades no poden utilitzar-se per a la creació de comptes.\";'),('oc','messages:authmanager-create-not-in-progress','s:122:\"ca:La creació de comptes no és en curs o bé s\'han perdut les dades de sessió. Torneu a provar-ho des del començament.\";'),('oc','messages:authmanager-domain-help','s:41:\"oc:Domeni per l\'autentificacion extèrna.\";'),('oc','messages:authmanager-email-help','s:33:\"oc:Adreça de corrièr electronic\";'),('oc','messages:authmanager-email-label','s:22:\"oc:Corrièr electronic\";'),('oc','messages:authmanager-link-no-primary','s:83:\"ca:Les credencials proporcionades no poden utilitzar-se per a l\'enllaç de comptes.\";'),('oc','messages:authmanager-link-not-in-progress','s:125:\"ca:La vinculació de comptes no és en curs o bé s\'han perdut les dades de sessió. Torneu a provar-ho des del començament.\";'),('oc','messages:authmanager-password-help','s:32:\"oc:Senhal per l\'autentificacion.\";'),('oc','messages:authmanager-provider-password','s:29:\"oc:Autentificacion amb senhal\";'),('oc','messages:authmanager-provider-password-domain','s:50:\"ca:Autenticació basada en contrasenya i en domini\";'),('oc','messages:authmanager-provider-temporarypassword','s:20:\"oc:Senhal provisòri\";'),('oc','messages:authmanager-realname-help','s:27:\"oc:Nom real de l\'utilizaire\";'),('oc','messages:authmanager-realname-label','s:17:\"oc:Nom vertadièr\";'),('oc','messages:authmanager-retype-help','s:42:\"oc:Senhal un còp de mai per confirmacion.\";'),('oc','messages:authmanager-userdoesnotexist','s:48:\"ca:El compte d\'usuari «$1» no està registrat.\";'),('oc','messages:authmanager-userlogin-remembermypassword-help','s:70:\"ca:Si cal recordar la contrasenya després de la durada de la sessió.\";'),('oc','messages:authmanager-username-help','s:38:\"ca:Nom d\'usuari per a l\'autenticació.\";'),('oc','messages:authpage-cannot-create','s:48:\"ca:No s\'ha pogut iniciar la creació del compte.\";'),('oc','messages:authpage-cannot-create-continue','s:90:\"ca:No es pot prosseguir la creació del compte. Probablement la vostra sessió ha expirat.\";'),('oc','messages:authpage-cannot-link','s:46:\"ca:No s\'ha pogut iniciar l\'enllaç del compte.\";'),('oc','messages:authpage-cannot-link-continue','s:105:\"ca:No es pot continuar amb l\'enllaç del compte. Possiblement s\'ha esgotat el temps de la vostra sessió.\";'),('oc','messages:authpage-cannot-login','s:36:\"ca:No s\'ha pogut iniciar la sessió.\";'),('oc','messages:authpage-cannot-login-continue','s:89:\"ca:No es pot continuar amb l\'inici de sessió. Probablement la vostra sessió ha expirat.\";'),('oc','messages:authprovider-confirmlink-failed','s:48:\"oc:La ligason del compte a pas plan capitat : $1\";'),('oc','messages:authprovider-confirmlink-failed-line','s:12:\"fr:$1 : $2\";'),('oc','messages:authprovider-confirmlink-message','s:228:\"oc:D’aprèp vòstras darrièras temtativas de connexion, los comptes seguents pòson èsser ligats a vòstre compte wiki. Los ligar vos permetrà de vos connectar via aquestes comptes. Seleccionatz los que devon èsser ligats.\";'),('oc','messages:authprovider-confirmlink-ok-help','s:63:\"ca:Continua després de mostrar missatges d\'error en l\'enllaç.\";'),('oc','messages:authprovider-confirmlink-option','s:10:\"fr:$1 ($2)\";'),('oc','messages:authprovider-confirmlink-request-help','s:3:\"en:\";'),('oc','messages:authprovider-confirmlink-request-label','s:34:\"oc:Comptes que devon èsser ligats\";'),('oc','messages:authprovider-confirmlink-success-line','s:27:\"oc:$1 : Ligats amb succès.\";'),('oc','messages:authprovider-resetpass-skip-help','s:39:\"ca:Omet el restabliment de contrasenya.\";'),('oc','messages:authprovider-resetpass-skip-label','s:9:\"oc:Sautar\";'),('oc','messages:autoblockedtext','s:752:\"oc:Vòstra adreça IP es estada blocada automaticament perque es estada utilizada per un autre utilizaire, el-meteis blocat per $1.\nLa rason invocada es :\n\n:\'\'$2\'\'\n\n* Començament del blocatge : $8\n* Expiracion del blocatge : $6\n* Compte blocat : $7\n\nPodètz contactar $1 o un dels autres [[{{MediaWiki:Grouppage-sysop}}|administrators]] per discutir d\'aqueste blocatge.\n\nNotatz que podètz pas utilizar la foncionalitat \"Mandar un messatge a aqueste utilizaire\" tant qu\'auretz pas  una adreça e-mail enregistrada dins vòstras [[Special:Preferences|preferéncias]] e tant que seretz pas blocat per son utilizacion.\n\nVòstra adreça IP actuala es $3, e lo numèro de blocatge es $5.\nPrecisatz aquestas indicacions dins totas las requèstas que faretz.\";'),('oc','messages:autoblocker','s:177:\"oc:Sètz estat blocat automaticament perque vòstra adreça IP es estada utilizada recentament per « [[User:$1|$1]] ».\nLo motiu provesit pel blocatge de $1 es « $2 »\";'),('oc','messages:autoblockid','s:25:\"oc:Blocatge automatic #$1\";'),('oc','messages:autoblocklist','s:24:\"ca:Blocatges automàtics\";'),('oc','messages:autoblocklist-empty','s:48:\"ca:La llista de blocatges automàtics és buida.\";'),('oc','messages:autoblocklist-legend','s:35:\"ca:Llista els blocatges automàtics\";'),('oc','messages:autoblocklist-localblocks','s:71:\"ca:{{PLURAL:$1|Blocatge automàtic local|Blocatges automàtics locals}}\";'),('oc','messages:autoblocklist-otherblocks','s:78:\"ca:{{PLURAL:$1|Un altre blocatge automàtic|Uns altres blocatges automàtics}}\";'),('oc','messages:autoblocklist-submit','s:11:\"oc:Recercar\";'),('oc','messages:autoblocklist-total-autoblocks','s:44:\"ca:Nombre total de blocatges automàtics: $1\";'),('oc','messages:autochange-username','s:36:\"oc:Cambiament automatic de MediaWiki\";'),('oc','messages:autocomment-prefix','s:3:\"en:\";'),('oc','messages:autocreate-edit-warning','s:409:\"ca:<strong>Avís:</strong> no heu iniciat sessió. La vostra edició s\'atribuirà a un <strong>nom generat automàticament</strong> afegint una galeta al vostre navegador. La vostra adreça IP serà visible per als usuaris de confiança. Si <strong>[$1 inicieu sessió]</strong> o <strong>[$2 creeu un compte]</strong>, les vostres modificacions s\'atribuiran al nom que trieu, juntament amb altres avantatges.\";'),('oc','messages:autocreate-preview-warning','s:160:\"ca:<em>No heu iniciat sessió. La vostra edició s\'atribuirà a un nom generat automàticament i la vostra adreça IP serà visible per als administradors.</em>\";'),('oc','messages:autoredircomment','s:27:\"oc:Redireccion cap a [[$1]]\";'),('oc','messages:autosumm-blank','s:27:\"oc:Blanquiment de la pagina\";'),('oc','messages:autosumm-changed-redirect-target','s:67:\"ca:S\'ha canviat la destinació de la redirecció de [[$1]] a [[$2]]\";'),('oc','messages:autosumm-new','s:37:\"oc:Creacion de la pagina amb « $1 »\";'),('oc','messages:autosumm-newblank','s:22:\"oc:Pagina voida creada\";'),('oc','messages:autosumm-removed-redirect','s:34:\"oc:Redireccion supprimida a [[$1]]\";'),('oc','messages:autosumm-replace','s:57:\"oc:Resumit automatic : contengut remplaçat per « $1 ».\";'),('oc','messages:backend-fail-alreadyexists','s:30:\"oc:Lo fichièr $1 existís ja.\";'),('oc','messages:backend-fail-backup','s:39:\"oc:Impossible de salvar lo fichièr $1.\";'),('oc','messages:backend-fail-batchsize','s:157:\"oc:Lo supòrt d\'emmagazinatge a provesit un lòt de $1 {{PLURAL:$1|operacion|operacions}} de fichièr ; lo limit es de $2 {{PLURAL:$2|operacion|operacions}}.\";'),('oc','messages:backend-fail-closetemp','s:46:\"oc:Impossible de tampar lo fichièr temporari.\";'),('oc','messages:backend-fail-connect','s:62:\"oc:Impossible de se connectar al supòrt d\'emmagazinatge \"$1\".\";'),('oc','messages:backend-fail-contenttype','s:84:\"oc:Impossible de determinar lo tipe de contengut del fichièr d\'emmagazinar en \"$1\".\";'),('oc','messages:backend-fail-copy','s:59:\"oc:Impossible de copiar lo fichièr « $1 » dins « $2 ».\";'),('oc','messages:backend-fail-create','s:40:\"oc:Impossible d\'escriure lo fichièr $1.\";'),('oc','messages:backend-fail-delete','s:47:\"oc:Impossible de suprimir lo fichièr « $1 ».\";'),('oc','messages:backend-fail-describe','s:61:\"oc:Impossible de modificar las metadonadas del fichièr \"$1\".\";'),('oc','messages:backend-fail-hash','s:71:\"ca:No s’ha pogut determinar el resum criptogràfic del fitxer «$1».\";'),('oc','messages:backend-fail-hashes','s:67:\"oc:Impossible d\'obténer lis hashatges del fichièr per comparason.\";'),('oc','messages:backend-fail-internal','s:76:\"oc:Una error desconeguda s\'es produita dins lo supòrt d\'emmagazinatge \"$1\".\";'),('oc','messages:backend-fail-invalidpath','s:44:\"oc:$1 es pas un camin d\'emmagazinatge valid.\";'),('oc','messages:backend-fail-maxsize','s:100:\"oc:Impossible d\'escriure lo fichièr $1 perque es mai grand {{PLURAL:$2|qu\'un octet|que $2 octets}}.\";'),('oc','messages:backend-fail-move','s:64:\"oc:Impossible de desplaçar lo fichièr « $1 » cap a « $2 ».\";'),('oc','messages:backend-fail-notexists','s:31:\"oc:Lo fichièr $1 existís pas.\";'),('oc','messages:backend-fail-notsame','s:44:\"oc:Un fichièr diferent existís ja per $1 .\";'),('oc','messages:backend-fail-opentemp','s:46:\"oc:Impossible de dobrir lo fichièr temporari.\";'),('oc','messages:backend-fail-read','s:38:\"oc:Impossible de legir lo fichièr $1.\";'),('oc','messages:backend-fail-readonly','s:94:\"oc:Lo supòrt d\'emmagazinatge \"$1\" es actualament en lectura sola. La rason indicada es : \"$2\"\";'),('oc','messages:backend-fail-sizes','s:61:\"ca:No s\'ha pogut obtenir les mides dels fitxers per comparar.\";'),('oc','messages:backend-fail-stat','s:54:\"ca:No s’ha pogut llegir l’estat del fitxer «$1».\";'),('oc','messages:backend-fail-store','s:63:\"oc:Impossible d\'emmagazinar lo fichièr « $1 » dins « $2 ».\";'),('oc','messages:backend-fail-stream','s:38:\"oc:Impossible de legir lo fichièr $1.\";'),('oc','messages:backend-fail-synced','s:90:\"oc:Lo fichièr \"$1\" es dins un estat incoerent dins los supòrts d\'emmagazinatge intèrnes\";'),('oc','messages:backend-fail-usable','s:123:\"oc:Impossible de legir o d\'escriure lo fichièr « $1 » en rason de dreits insufisents o repertòris/contenidors mancants.\";'),('oc','messages:backend-fail-writetemp','s:52:\"oc:Impossible d\'escriure dins lo fichièr temporari.\";'),('oc','messages:backlinksubtitle','s:9:\"fr:← $1\";'),('oc','messages:bad-target-model','s:94:\"ca:El destí desitjat utilitza un model de contingut diferent. No es pot convertir de $1 a $2.\";'),('oc','messages:bad_image_list','s:315:\"oc:Lo format es lo seguent :\n\nSolas las listas d\'enumeracion (las linhas començant per *) son presas en compte. Lo primièr ligam d\'una linha deu èsser cap a un imatge marrit.\nLos autres ligams sus la meteissa linha son considerats coma d\'excepcions, per exemple de paginas sus las quals l\'imatge deu aparéisser.\";'),('oc','messages:badaccess','s:22:\"oc:Error de permission\";'),('oc','messages:badaccess-group0','s:73:\"oc:Avètz pas los dreits sufisents per realizar l’accion que demandatz.\";'),('oc','messages:badaccess-groups','s:129:\"oc:L’accion qu\'ensajatz de realizar es pas accessibla qu’als utilizaires {{PLURAL:$2|del grop|d´un d´aquestes gropes}}: $1.\";'),('oc','messages:badarticleerror','s:63:\"oc:Aquesta accion pòt pas èsser efectuada sus aquesta pagina.\";'),('oc','messages:badfilename','s:40:\"oc:L\'imatge es estat renomenat « $1 ».\";'),('oc','messages:badipaddress','s:30:\"oc:L\'adreça IP es incorrècta\";'),('oc','messages:badretype','s:49:\"oc:Los senhals qu\'avètz picats son pas identics.\";'),('oc','messages:badsig','s:65:\"oc:Signatura bruta incorrècta, verificatz vòstras balisas HTML.\";'),('oc','messages:badsightml','s:69:\"ca:La vostra signatura conté una sintaxi HTML no vàlida o obsoleta:\";'),('oc','messages:badsiglength','s:87:\"oc:Vòstra signatura es tròp longa.\nDeu aver, al maximum $1 caractèr{{PLURAL:$1||s}}.\";'),('oc','messages:badsiglinebreak','s:70:\"ca:La vostra signatura ha de consistir en una sola línia de wikitext.\";'),('oc','messages:badsiglinks','s:175:\"ca:La vostra signatura ha d’incloure un enllaç a la vostra pàgina d’usuari, pàgina de conversa o contribucions d’aquest wiki. Afegiu-lo, per exemple: <code>$1</code>.\";'),('oc','messages:badsigsubst','s:118:\"ca:La vostra signatura conté informació imbricada (p. ex. <code>subst:</code> o <code><nowiki>~~~~</nowiki></code>).\";'),('oc','messages:badtitle','s:16:\"oc:Títol marrit\";'),('oc','messages:badtitletext','s:205:\"oc:Lo títol de la pagina demandada es invalid, void o s’agís d’un títol interlenga o interprojècte mal ligat. Benlèu conten un o maites caractèrs que pòdon pas èsser utilizats dins los títols.\";'),('oc','messages:beta-feature-minerva','s:68:\"fr:Activer le thème mobile ({{int:skinname-minerva}}) sur le bureau\";'),('oc','messages:beta-feature-minerva-description','s:164:\"fr:Faire du thème utilisé sur les périphériques mobiles un thème de bureau sélectionnable dans l’onglet « {{int:prefs-rendering}} » des préférences.\";'),('oc','messages:bitrate-bits','s:29:\"fr:$1 bit{{PLURAL:$1||s}}/s\";'),('oc','messages:bitrate-exabits','s:12:\"fr:$1 Eb/s\";'),('oc','messages:bitrate-gigabits','s:12:\"fr:$1 Gb/s\";'),('oc','messages:bitrate-kilobits','s:12:\"fr:$1 kb/s\";'),('oc','messages:bitrate-megabits','s:12:\"fr:$1 Mb/s\";'),('oc','messages:bitrate-petabits','s:12:\"fr:$1 Pb/s\";'),('oc','messages:bitrate-quettabits','s:12:\"fr:$1 Qb/s\";'),('oc','messages:bitrate-ronnabits','s:12:\"fr:$1 Rb/s\";'),('oc','messages:bitrate-terabits','s:12:\"fr:$1 Tb/s\";'),('oc','messages:bitrate-yottabits','s:12:\"fr:$1 Yb/s\";'),('oc','messages:bitrate-zettabits','s:12:\"fr:$1 Zb/s\";'),('oc','messages:blankarticle','s:146:\"oc:<strong>Atencion :</strong> La pagina que creatz es voida.\nSe clicatz tornarmai sus « $1 », la pagina serà creada sens cap de contengut.\";'),('oc','messages:blanknamespace','s:14:\"oc:(Principal)\";'),('oc','messages:blankpage','s:15:\"oc:Pagina voida\";'),('oc','messages:block','s:23:\"oc:Blocar un utilizaire\";'),('oc','messages:block-actions','s:19:\"oc:Tipe de blocatge\";'),('oc','messages:block-autoblock-exemptionlist','s:3:\"en:\";'),('oc','messages:block-details','s:23:\"oc:Detalhs dau blocatge\";'),('oc','messages:block-expiry','s:24:\"oc:Durada del blocatge :\";'),('oc','messages:block-log-flags-angry-autoblock','s:35:\"oc:autoblocatge melhorat en servici\";'),('oc','messages:block-log-flags-anononly','s:31:\"oc:utilizaires anonims solament\";'),('oc','messages:block-log-flags-hiddenname','s:26:\"oc:nom d\'utilizaire amagat\";'),('oc','messages:block-log-flags-noautoblock','s:36:\"oc:autoblocatge de las IP desactivat\";'),('oc','messages:block-log-flags-nocreate','s:32:\"oc:creacion de compte interdicha\";'),('oc','messages:block-log-flags-noemail','s:42:\"oc:Mandadís de corrièr electronic blocat\";'),('oc','messages:block-log-flags-nousertalk','s:54:\"oc:pòt pas modificar sa pròpria pagina de discussion\";'),('oc','messages:block-options','s:28:\"oc:Options suplementàrias :\";'),('oc','messages:block-reason','s:12:\"oc:Rason :\";'),('oc','messages:block-target','s:59:\"oc:Nom d\'utilizaire, adreiça IP ò ensemble d\'adreiças IP\";'),('oc','messages:block-target-placeholder','s:45:\"oc:Nom d\'utilizaire, 1.1.1.42, ò 1.1.1.42/16\";'),('oc','messages:blocked-mailpassword','s:152:\"oc:Vòstra adreça IP es blocada en edicion. Per evitar los abuses, es pas autorizat d\'utilizar la recuperacion de senhal a partir d\'aquesta adreça IP.\";'),('oc','messages:blocked-notice-logextract','s:139:\"oc:Aqueste utilizaire es actualament blocat.\nLa darrièra entrada del jornal dels blocatges es indicada çaijós a títol d’informacion :\";'),('oc','messages:blockednoreason','s:23:\"oc:Cap de rason balhada\";'),('oc','messages:blockedtext','s:660:\"oc:\'\'\'Vòstre compte d\'utilizaire o vòstra adreça IP es estat blocat\'\'\'\n\nLo blocatge es estat efectuat per $1.\nLa rason invocada es la seguenta : \'\'$2\'\'.\n\n* Començament del blocatge : $8\n* Expiracion del blocatge : $6\n* Compte blocat : $7.\n\nPodètz contactar $1 o un autre [[{{MediaWiki:Grouppage-sysop}}|administrator]] per ne discutir.\nPodètz pas utilizar la foncion « Mandar un corrièr electronic a aqueste utilizaire » que se una adreça de corrièr valida es especificada dins vòstras [[Special:Preferences|preferéncias]].\nVòstra adreça IP actuala es $3 e vòstre identificant de blocatge es #$5.\nInclusètz aquesta adreça dins tota requèsta.\";'),('oc','messages:blockedtext-composite','s:266:\"ca:El vostre nom d\'usuari o adreça IP ha estat bloquejada perla següent raó: <em>$2</em>\n\n* Inici del bloqueig: $8\n* Caducitat del bloqueig: $6\n\n* $5\n\nLa vostra adreça IP actual és $3.\nReferiu-vos als detalls anteriors en qualsevol consulta que feu al respecte.\";'),('oc','messages:blockedtext-composite-ids','s:103:\"oc:Blòt IP pertinent : $1 (la vòstra adreiça IP pòu tanben aparéisser dins una lista de blocatges)\";'),('oc','messages:blockedtext-composite-no-ids','s:79:\"oc:La vòstra adreiça IP aparéisse dins mai d\'una lista d\'adreiças blocadas.\";'),('oc','messages:blockedtext-composite-reason','s:87:\"oc:Mai d\'un blocatge es en vigor còntra lo vòstre còmpte e/ò la vòstra adreiça IP\";'),('oc','messages:blockedtext-partial','s:473:\"ca:<strong>El vostre nom d\'usuari o adreça IP està bloquejada per a realitzar aquesta tasca. Tot i això, encara podeu fer altres operacions en aquest lloc, com ara editar algunes pàgines.</strong>podeu veure\'n tots els detalls a [[Special:MyContributions|contribucions del compte]].\n\nEl bloqueig ha estat efectuat per $1.\n\nLa raó del bloqueig és <em>$2</em>.\n\n* Inici del bloqueig: $8\n* Expiració del bloqueig: $6\n* Destinatari del bloqueig: $7\n* ID del bloqueig #$5\";'),('oc','messages:blockedtitle','s:25:\"oc:L\'utilizaire es blocat\";'),('oc','messages:blockip','s:49:\"oc:Blocar l’{{GENDER:$1|utilizaire|utilizaira}}\";'),('oc','messages:blockipsuccesssub','s:19:\"oc:Blocatge capitat\";'),('oc','messages:blockipsuccesstext','s:185:\"oc:[[Special:Contributions/$1|$1]] es esta{{GENDER:||t|(da)}} bloca{{GENDER:||t|(da)}}.<br />\nPodètz consultar la [[Special:BlockList|lista dels comptes e de las adreças IP blocats]].\";'),('oc','messages:blockiptext','s:584:\"oc:Utilizatz lo formulari çaijós per blocar las temptativas de modificacion a partir d\'una adreça IP especifica o d\'un nom d\'utilizaire.\nUna tala mesura deuriá pas èsser presa pas que per empachar lo vandalisme e en acòrd amb las [[{{MediaWiki:Policy-url}}|règlas intèrnas]].\nDonatz çaijós un motiu precís (per exemple en citant las paginas que son estadas vandalizadas).\nPodètz blocar de plajas d’adreças IP en utilizant la sintaxi [https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] ; la mai granda plaja autorizada es /$1 per IP v4 e /$2 per IP v6.\";'),('oc','messages:blocklink','s:9:\"oc:blocar\";'),('oc','messages:blocklist','s:22:\"oc:Utilizaires blocats\";'),('oc','messages:blocklist-addressblocks','s:44:\"oc:Amagar los blocatges d\'adreças IP unicas\";'),('oc','messages:blocklist-autoblocks','s:34:\"ca:Amaga els blocatges automàtics\";'),('oc','messages:blocklist-by','s:42:\"oc:Administrator qu\'a efectuat lo blocatge\";'),('oc','messages:blocklist-editing','s:10:\"ca:edició\";'),('oc','messages:blocklist-editing-action','s:10:\"oc:accions\";'),('oc','messages:blocklist-editing-ns','s:17:\"ca:espais de noms\";'),('oc','messages:blocklist-editing-page','s:10:\"oc:paginas\";'),('oc','messages:blocklist-editing-sitewide','s:26:\"ca:edició (a tot el lloc)\";'),('oc','messages:blocklist-expiry','s:20:\"oc:Data d\'expiracion\";'),('oc','messages:blocklist-indefblocks','s:33:\"ca:Amaga els blocatges indefinits\";'),('oc','messages:blocklist-nousertalk','s:57:\"oc:pòdon pas modificar lor pròpria pagina de discussion\";'),('oc','messages:blocklist-params','s:26:\"oc:Paramètres de blocatge\";'),('oc','messages:blocklist-rangeblocks','s:31:\"oc:Amagar los blòts de portada\";'),('oc','messages:blocklist-reason','s:8:\"oc:Motiu\";'),('oc','messages:blocklist-summary','s:3:\"en:\";'),('oc','messages:blocklist-target','s:8:\"oc:Cibla\";'),('oc','messages:blocklist-tempblocks','s:34:\"oc:Amagar los blocatges temporaris\";'),('oc','messages:blocklist-timestamp','s:13:\"oc:Data e ora\";'),('oc','messages:blocklist-type','s:9:\"oc:Tipe :\";'),('oc','messages:blocklist-type-opt-all','s:6:\"ca:Tot\";'),('oc','messages:blocklist-type-opt-partial','s:10:\"oc:Parciau\";'),('oc','messages:blocklist-type-opt-sitewide','s:20:\"ca:A tot el lloc web\";'),('oc','messages:blocklist-userblocks','s:34:\"oc:Amagar los blocatges de comptes\";'),('oc','messages:blocklog-showlog','s:103:\"oc:Aqueste utilizaire es estat blocat precedentament. Lo jornal dels blocatges es disponible çaijós :\";'),('oc','messages:blocklog-showsuppresslog','s:116:\"oc:Aqueste utilizaire es estat blocat e amagat precedentament. Lo jornal de las supressions es disponible çaijós :\";'),('oc','messages:blocklogentry','s:50:\"en:blocked [[$1]] with an expiration time of $2 $3\";'),('oc','messages:blocklogpage','s:25:\"oc:Istoric dels blocatges\";'),('oc','messages:blocklogtext','s:252:\"oc:Aquò es l\'istoric dels blocatges e desblocatges dels utilizaires.\nLas adreças IP automaticament blocadas son pas listadas.\nConsultatz la [[Special:BlockList|lista dels utilizaires blocats]] per veire los bandiments e blocatges actualament en cors.\";'),('oc','messages:booksources','s:26:\"oc:Obratges de referéncia\";'),('oc','messages:booksources-invalid-isbn','s:127:\"oc:Lo numèro ISBN balhat sembla pas èsser valid ; verificatz s\'avètz fait una error al moment de la còpia dempuèi la font.\";'),('oc','messages:booksources-isbn','s:9:\"oc:ISBN :\";'),('oc','messages:booksources-search','s:11:\"oc:Recercar\";'),('oc','messages:booksources-search-legend','s:44:\"oc:Recercar demest d\'obratges de referéncia\";'),('oc','messages:booksources-summary','s:3:\"en:\";'),('oc','messages:booksources-text','s:264:\"oc:Vaquí una lista de ligams cap a d’autres sites que vendon de libres nòus e d’ocasion e suls quals trobaretz benlèu d\'entresenhas suls obratges que cercatz. {{SITENAME}} es pas ligada a cap d\'aquestas societats, a pas l’intencion de ne far la promocion.\";'),('oc','messages:boteditletter','s:4:\"oc:b\";'),('oc','messages:botpasswords','s:21:\"oc:Senhals de robòts\";'),('oc','messages:botpasswords-bad-appid','s:41:\"oc:Lo nom del robòt «$1» es pas valid.\";'),('oc','messages:botpasswords-created-body','s:106:\"oc:Lo senhal pel robòt « $1 » de l\'{{GENDER:$2|utilizaire|utilizaira}} « $2 » es estat creat.\";'),('oc','messages:botpasswords-created-title','s:26:\"oc:Senhal de robòts creat\";'),('oc','messages:botpasswords-createnew','s:36:\"oc:Crear un novèl senhal de robòts\";'),('oc','messages:botpasswords-deleted-body','s:103:\"oc:Lo senhal pel robòt « $1 » de l\'{{GENDER:$2|utilizaire|utilizaira}} « $2 » es suprimit.\";'),('oc','messages:botpasswords-deleted-title','s:29:\"oc:Senhal de robòts suprimit\";'),('oc','messages:botpasswords-disabled','s:39:\"oc:Los senhals robòts son desactivats.\";'),('oc','messages:botpasswords-editexisting','s:42:\"oc:Modificar un senhal de robòts existent\";'),('oc','messages:botpasswords-existing','s:31:\"oc:Senhals de robòts existents\";'),('oc','messages:botpasswords-help-grants','s:267:\"oc:Lo vòstre compte d\'usatgièr dispausa ja de las autorizacions d\'accès. Lo fach d\'abilitar una autorizacion aicí dona pas cap d\'accès que lo vòstre compte d\'usatgièr aguès pas abans. Vejatz la [[Special:ListGrants|lista d\'autorizacions]] per mai informacion.\";'),('oc','messages:botpasswords-insert-failed','s:81:\"oc:Fracàs de l’apondon del nom de robòt « $1 ». Es ja estat apondut ?\";'),('oc','messages:botpasswords-invalid-name','s:91:\"oc:Lo nom d\'usatgièr especificat conten pas de separador de mot de passa de robòt (\"$1\").\";'),('oc','messages:botpasswords-label-appid','s:19:\"oc:Nom del robòt :\";'),('oc','messages:botpasswords-label-cancel','s:10:\"oc:Anullar\";'),('oc','messages:botpasswords-label-create','s:8:\"oc:Crear\";'),('oc','messages:botpasswords-label-delete','s:11:\"oc:Suprimir\";'),('oc','messages:botpasswords-label-grants','s:22:\"oc:Dreits aplicables :\";'),('oc','messages:botpasswords-label-grants-column','s:10:\"oc:Acordat\";'),('oc','messages:botpasswords-label-needsreset','s:61:\"oc:(lo vòstre mot de passa deu èsser inicializat tornarmai)\";'),('oc','messages:botpasswords-label-resetpassword','s:27:\"oc:Reïnicializar lo senhal\";'),('oc','messages:botpasswords-label-update','s:15:\"oc:Metre a jorn\";'),('oc','messages:botpasswords-locked','s:80:\"oc:Podètz pas vos connectar amb un senhal de bòt se vòstre còmpte es blocat.\";'),('oc','messages:botpasswords-needs-reset','s:106:\"oc:Cal tornar inicializar lo mot de passa pel robòt nomenat \"$2\" de l\'utilizaire {{GENDER:$1|user}} \"$1\".\";'),('oc','messages:botpasswords-newpassword','s:371:\"oc:Lo mot de passa novèl per se connectar a <strong>$1</strong> es <strong>$2</strong>. <em>Vos cal lo registrar per lo vos remembrar mai tard.</em> <br> (Per los robòts vièlhs qu\'an de besonh que lo nom per se connectar siá lo meteis que lo nom d\'utilizaire, podètz tanben emplegar <strong>$3</strong> coma nom d\'utilizaire e <strong>$4</strong> coma mot de passa.)\";'),('oc','messages:botpasswords-no-central-id','s:89:\"oc:Per utilizar los senhals de robòts, vos cal èsser connectat a un compte centralizat.\";'),('oc','messages:botpasswords-no-provider','s:49:\"oc:BotPasswordsSessionProvider es pas disponible.\";'),('oc','messages:botpasswords-not-exist','s:69:\"oc:L\'usatgièr «$1» a pas de mot de passa de robòt nomenat «$2».\";'),('oc','messages:botpasswords-restriction-failed','s:70:\"oc:Las restriccions de mot de passa de bots empachan aquela connexion.\";'),('oc','messages:botpasswords-summary','s:388:\"oc:<em>Lei senhals de bòt</em> permèton d\'accedir a un còmpte d\'utilizaire via l\'API sensa utilizacion leis identificants dau sieu còmpte principau. Pasmens, lei drechs d\'utilizaire disponibles en essent connectat amb un tau còmpte pòdon èsser reduchs.\n\nSe comprenètz pas perque faire aquò, es que n\'avètz pas besonh. Degun deu vos demandar de crear un tau senhal e de li donar.\";'),('oc','messages:botpasswords-toolong-grants','s:53:\"oc:Las permissions seleccionadas son tròp nombrosas.\";'),('oc','messages:botpasswords-toolong-restrictions','s:53:\"oc:Los adreças o intervalles IP son tròp nombroses.\";'),('oc','messages:botpasswords-update-failed','s:65:\"oc:Impossible d\'actualizar lo nom del bot \"$1\". Foguèt suprimit?\";'),('oc','messages:botpasswords-updated-body','s:111:\"oc:Lo senhal pel robòt « $1 » de l\'{{GENDER:$2|utilizaire|utilizaira}} « $2 » es estat mes a jorn.\";'),('oc','messages:botpasswords-updated-title','s:31:\"oc:Senhal de robòts mes a jorn\";'),('oc','messages:brackets','s:7:\"fr:[$1]\";'),('oc','messages:brackets-end','s:4:\"fr:]\";'),('oc','messages:brackets-start','s:4:\"fr:[\";'),('oc','messages:broken-file-category','s:41:\"oc:Paginas amb ligams de fichièrs copats\";'),('oc','messages:broken-file-category-desc','s:116:\"ca:La pàgina conté un enllaç de fitxer trencat (un enllaç per inserir un fitxer quan aquest fitxer no existeix).\";'),('oc','messages:brokenredirects','s:23:\"oc:Redireccions copadas\";'),('oc','messages:brokenredirects-delete','s:11:\"oc:suprimir\";'),('oc','messages:brokenredirects-delete-reason','s:3:\"en:\";'),('oc','messages:brokenredirects-edit','s:12:\"oc:modificar\";'),('oc','messages:brokenredirects-summary','s:3:\"en:\";'),('oc','messages:brokenredirectstext','s:68:\"oc:Aquestas redireccions mènan cap a de paginas qu\'existisson pas :\";'),('oc','messages:bydate','s:11:\"oc:per data\";'),('oc','messages:cachedspecial-viewing-cached-ttl','s:96:\"oc:Visualizatz una version d\'aquesta pagina mesa en cache, que pòt èsser datada d’al mai $1.\";'),('oc','messages:cactions','s:6:\"oc:Mai\";'),('oc','messages:cancel','s:10:\"oc:Anullar\";'),('oc','messages:cannotauth-not-allowed','s:45:\"ca:No teniu permisos per utilitzar la pàgina\";'),('oc','messages:cannotauth-not-allowed-title','s:26:\"ca:S\'ha denegat el permís\";'),('oc','messages:cannotchangeemail','s:99:\"oc:Las adreças de corrièr electronic dels comptes pòdon pas èsser modificadas sus aqueste wiki.\";'),('oc','messages:cannotcreateaccount-text','s:82:\"oc:La creacion dirècta de comptes d\'utilizaires es pas activada sus aqueste wiki.\";'),('oc','messages:cannotcreateaccount-title','s:33:\"oc:Creacion de comptes impossibla\";'),('oc','messages:cannotdelete','s:125:\"oc:Impossible de suprimir la pagina o lo fichièr « $1 ».\nBenlèu la supression ja es estada efectuada per qualqu’un mai.\";'),('oc','messages:cannotdelete-title','s:40:\"oc:Impossible de suprimir la pagina \"$1\"\";'),('oc','messages:cannotlink-no-provider','s:45:\"oc:I a pas de compte que pòsca èsser ligat.\";'),('oc','messages:cannotlink-no-provider-title','s:46:\"oc:I a pas de comptes que pòdon èsser ligats\";'),('oc','messages:cannotlogin-text','s:32:\"oc:La connexion es pas possibla.\";'),('oc','messages:cannotlogin-title','s:29:\"oc:Impossible de se connectar\";'),('oc','messages:cannotloginnow-text','s:48:\"oc:La connexion es pas possibla en utilizant $1.\";'),('oc','messages:cannotloginnow-title','s:33:\"oc:Impossible de se connectar ara\";'),('oc','messages:cannotlogoutnow-text','s:51:\"oc:La desconnexion es pas possibla en utilizant $1.\";'),('oc','messages:cannotlogoutnow-title','s:36:\"oc:Impossible de se desconnectar ara\";'),('oc','messages:cannotmove','s:94:\"ca:No s\'ha pogut reanomenar la pàgina {{PLURAL:$1|pel motiu següent|pels motius següents}}:\";'),('oc','messages:cannotundelete','s:54:\"oc:Certanas o totas las restitucions an fracassat :\n$1\";'),('oc','messages:cannotunlink-no-provider','s:57:\"ca:No hi ha comptes enllaçats que poden desenllaçar-se.\";'),('oc','messages:cannotunlink-no-provider-title','s:47:\"ca:No hi ha comptes enllaçats per desenllaçar\";'),('oc','messages:cant-block-nonexistent-page','s:65:\"ca:No podeu blocar un usuari de $1 perquè la pàgina no existeix\";'),('oc','messages:cant-move-category-page','s:67:\"oc:Avètz pas la permission de renomenar las paginas de categorias.\";'),('oc','messages:cant-move-subpages','s:50:\"oc:Avètz pas lo dreit de renomenar de sospaginas.\";'),('oc','messages:cant-move-to-category-page','s:77:\"oc:Avètz pas lo dreit de renomenar una pagina cap a una pagina de categoria.\";'),('oc','messages:cant-move-to-user-page','s:119:\"oc:Avètz pas la permission de tornar nomenar una pagina cap a una pagina d\'utilizaire (a l\'excepcion d\'una sospagina).\";'),('oc','messages:cant-move-user-page','s:79:\"oc:Avètz pas la permission de renomenar las paginas principalas d\'utilizaires.\";'),('oc','messages:cant-see-hidden-user','s:149:\"oc:L\'utilizaire qu\'ensajatz de blocar es ja estat blocat e amagat. Sens lo dreit hideuser, podètz pas veire o modificar lo blocatge de l\'utilizaire.\";'),('oc','messages:cantmove-titleprotected','s:131:\"oc:Avètz pas la possibilitat de desplaçar una pagina cap a aqueste emplaçament perque lo títol es estat protegit a la creacion.\";'),('oc','messages:cantrollback','s:105:\"oc:Impossible d\'anullar : l\'autor es la sola persona a aver efectuat de modificacions sus aqueste article\";'),('oc','messages:cascadeprotected','s:215:\"oc:Aquesta pagina es protegida perque es inclusa dins {{PLURAL:$1|la pagina seguenta qu\'es estada protegida|las paginas seguentas que son estadas protegidas}} amb l’opcion « proteccion en cascada » activada :\n$2\";'),('oc','messages:cascadeprotectedwarning','s:329:\"oc:<strong>ATENCION :</strong> Aquesta pagina es estada protegida de biais que sols los utilizaires amb [[Special:ListGroupRights|de dreches especifics]] la pòscan modificar perque es inclusa dins {{PLURAL:$1|la pagina protegida seguenta, qu\'a|las paginas protegidas seguentas,  qu\'an}} la « proteccion en cascada » activada :\";'),('oc','messages:categories','s:13:\"oc:Categorias\";'),('oc','messages:categories-submit','s:10:\"oc:Afichar\";'),('oc','messages:categories-summary','s:3:\"en:\";'),('oc','messages:categoriesfrom','s:43:\"oc:Afichar las categorias que començan a :\";'),('oc','messages:categoriespagetext','s:274:\"oc:{{PLURAL:$1|La categoria seguenta es utilizada|Las categorias seguentas son utilizadas}} per de paginas o de fichièrs.\n[[Special:UnusedCategories|Las categorias inutilizadas]] son pas afichadas aicí.\nVejatz tanben [[Special:WantedCategories|las categorias demandadas]].\";'),('oc','messages:category-article-count','s:188:\"oc:{{PLURAL:$2|Aquesta categoria conten unicament la pagina seguenta.|{{PLURAL:$1|La pagina seguenta figura|Las $1 paginas seguentas figuran}} dins aquesta categoria, sus un total de $2.}}\";'),('oc','messages:category-article-count-limited','s:103:\"oc:{{PLURAL:$1|La pagina seguenta figura|Las $1 paginas seguentas figuran}} dins la presenta categoria.\";'),('oc','messages:category-empty','s:107:\"oc:\'\'Actualament, aquesta categoria conten pas cap d\'articles, de soscategoria o de fichièr multimèdia.\'\'\";'),('oc','messages:category-file-count','s:191:\"oc:{{PLURAL:$2|Aquesta categoria conten unicament lo fichièr seguent.|{{PLURAL:$1|Lo fichièr seguent figura|Los $1 fichièrs seguents figuran}} dins aquesta categoria, sus una soma de $2.}}\";'),('oc','messages:category-file-count-limited','s:105:\"oc:{{PLURAL:$1|Lo fichièr seguent figura|Los $1 fichièrs seguents figuran}} dins la presenta categoria.\";'),('oc','messages:category-header-numerals','s:16:\"fr:$1 – $2\";'),('oc','messages:category-media-header','s:51:\"oc:Fichièrs multimèdia dins la categoria « $1 »\";'),('oc','messages:category-move-redirect-override','s:4:\"en:-\";'),('oc','messages:category-subcat-count','s:175:\"oc:{{PLURAL:$2|Aquesta categoria dispausa pas que de la soscategoria seguenta.|Aquesta categoria dispausa de {{PLURAL:$1|soscategoria|$1 soscategorias}}, sus un total de $2.}}\";'),('oc','messages:category-subcat-count-limited','s:85:\"oc:Aquesta categoria dispausa {{PLURAL:$1|d’una soscategoria|de $1 soscategorias}}.\";'),('oc','messages:category_header','s:38:\"oc:Articles dins la categoria « $1 »\";'),('oc','messages:categorypage','s:37:\"oc:Vejatz la pagina de las categorias\";'),('oc','messages:categoryviewer-pagedlinks','s:12:\"fr:($1) ($2)\";'),('oc','messages:change-blocklink','s:24:\"oc:Modificar lo blocatge\";'),('oc','messages:changeblockip','s:24:\"oc:Modificar lo blocatge\";'),('oc','messages:changecontentmodel','s:50:\"oc:Modificar lo modèl de contengut d’una pagina\";'),('oc','messages:changecontentmodel-cannot-convert','s:63:\"ca:El contingut a [[:$1]] no es pot convertir a un tipus de $2.\";'),('oc','messages:changecontentmodel-current-label','s:29:\"ca:Model de contingut actual:\";'),('oc','messages:changecontentmodel-emptymodels-text','s:58:\"ca:El contingut a [[:$1]] no pot convertir-se a cap tipus.\";'),('oc','messages:changecontentmodel-emptymodels-title','s:44:\"oc:Cap de modèl de contengut pas disponible\";'),('oc','messages:changecontentmodel-legend','s:31:\"ca:Canvia el model de contingut\";'),('oc','messages:changecontentmodel-model-label','s:29:\"oc:Novèl modèl de contengut\";'),('oc','messages:changecontentmodel-nodirectediting','s:55:\"ca:El model de contingut $1 no permet l\'edició directa\";'),('oc','messages:changecontentmodel-reason-label','s:10:\"oc:Motiu :\";'),('oc','messages:changecontentmodel-submit','s:12:\"oc:Modificar\";'),('oc','messages:changecontentmodel-success-text','s:49:\"ca:S\'ha canviat el tipus de contingut de [[:$1]].\";'),('oc','messages:changecontentmodel-success-title','s:37:\"ca:S\'ha canviat el model de contingut\";'),('oc','messages:changecontentmodel-title-label','s:26:\"oc:Títol de la pagina :\";'),('oc','messages:changecredentials','s:48:\"oc:Modificar las informacions d’identificacion\";'),('oc','messages:changecredentials-invalidsubpage','s:40:\"ca:$1 no és tipus de credencial vàlid.\";'),('oc','messages:changecredentials-submit','s:31:\"ca:Canvia les dades credencials\";'),('oc','messages:changecredentials-success','s:47:\"ca:Les vostres credencials han estat canviades.\";'),('oc','messages:changed','s:13:\"oc:modificada\";'),('oc','messages:changeemail','s:43:\"oc:Cambiar o suprimir l\'adreça electronica\";'),('oc','messages:changeemail-header','s:245:\"oc:Completatz aqueste formulari per modificar vòstra adreça de corrièl. Se volètz suprimir l’associacion d’una adreça de corrièl amb vòstre compte, daissatz la novèla adreça de corrièl voida al moment de la somission del formulari.\";'),('oc','messages:changeemail-maxlength','s:86:\"oc:La vòstra adreiça de corrier electronic deu comportar 255 caractèrs au maximom .\";'),('oc','messages:changeemail-newemail','s:30:\"oc:Novela adreça electronica:\";'),('oc','messages:changeemail-newemail-help','s:250:\"oc:Vos cal daissar aquel camp void se volètz suprimir la vòstra adreça electronica. Mas, se suprimètz aquela adreça poiretz pas tornar inicializar lo mot de passa se l\'avètz doblidat e recebretz pas de corrièrs electronics dempuèi aquel wiki.\";'),('oc','messages:changeemail-no-info','s:61:\"oc:Vos cal èsser connectat per aver accès a aquesta pagina.\";'),('oc','messages:changeemail-nochange','s:77:\"oc:Vos cal picar una novèla adreça electronica, diferenta de la precedenta.\";'),('oc','messages:changeemail-none','s:12:\"oc:(pas cap)\";'),('oc','messages:changeemail-oldemail','s:31:\"oc:Adreça electronica actuala:\";'),('oc','messages:changeemail-password','s:36:\"oc:Vòstre senhal sus {{SITENAME}} :\";'),('oc','messages:changeemail-submit','s:34:\"oc:Cambiar l\'adreça electronica :\";'),('oc','messages:changeemail-summary','s:3:\"en:\";'),('oc','messages:changeemail-throttled','s:90:\"oc:Avètz fait tròp de temptativas de connexion.\nEsperatz $1 abans d’ensajar tornarmai.\";'),('oc','messages:changepassword','s:26:\"oc:Modificacion del senhal\";'),('oc','messages:changepassword-success','s:38:\"oc:Vòstre senhal es estat modificat !\";'),('oc','messages:changepassword-summary','s:3:\"en:\";'),('oc','messages:changepassword-throttled','s:109:\"oc:Avètz ensajat un tròp grand nombre de connexions darrièrament.\nEsperatz $1 abans d’ensajar tornarmai.\";'),('oc','messages:changeslist-nocomment','s:28:\"ca:Cap resum de modificació\";'),('oc','messages:checkbox-all','s:6:\"oc:Tot\";'),('oc','messages:checkbox-invert','s:11:\"oc:Inversar\";'),('oc','messages:checkbox-none','s:10:\"oc:Pas cap\";'),('oc','messages:checkbox-select','s:19:\"oc:Seleccionar : $1\";'),('oc','messages:clearyourcache','s:889:\"oc:<strong>Nòta</strong>: Aprèp aver enregistrat vòstras modificacions, es possible que vos calga forçar lo recargament complet de l\'escondedor de vòstre navigador per veire los cambiaments: \n* <strong>Firefox / Safari:</strong> mantenètz la tòca <em>Maj</em> (<em>Shift</em>) en clicant lo boton <em>Actualizar</em> o quichatz sus <em>Ctrl-F5</em> o <em>Ctrl-R</em>  (<em>⌘-R</em> sus un Mac)\n* <strong>Google Chrome:</strong> Quichatz sus <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> sus un Mac) \n* <strong>Internet Explorer / Edge:</strong> Mantenètz la tòca <em>Ctrl</em> en clicant sul boton <em>Actualizar</em>, o quichatz <em>Ctrl-F5</em> \n* <strong>Opera:</strong> anatz dins <em>Menú → Settings</em> (<em>Opera → Preferéncias</em> sus un Mac) e puèi a <em>Confidencialitat & seguretat → Escafar las donadas d’exploracion → Imatges e fichièrs en cache</em>.\";'),('oc','messages:collapsible-collapse','s:10:\"oc:Rebatre\";'),('oc','messages:collapsible-expand','s:12:\"oc:Desplegar\";'),('oc','messages:colon-separator','s:15:\"oc:&nbsp;:&#32;\";'),('oc','messages:comma-separator','s:9:\"fr:,&#32;\";'),('oc','messages:common.css','s:69:\"oc:/** Lo CSS plaçat aicí serà aplicat a totas las aparéncias. */\";'),('oc','messages:common.js','s:94:\"oc:/* Tot JavaScript serà cargat amb cada pagina accedida per un utilizaire quin que siá. */\";'),('oc','messages:common.json','s:97:\"oc:/* Qual JSON que siá aquí serà cargat per totes los utilizators sus cada pagina cargada. */\";'),('oc','messages:compare-page1','s:11:\"oc:Pagina 1\";'),('oc','messages:compare-page2','s:11:\"oc:Pagina 2\";'),('oc','messages:compare-rev1','s:12:\"oc:Version 1\";'),('oc','messages:compare-rev2','s:12:\"oc:Version 2\";'),('oc','messages:compare-revision-not-exists','s:51:\"oc:La revision qu\'avètz especificada existís pas.\";'),('oc','messages:compare-submit','s:11:\"oc:Comparar\";'),('oc','messages:comparepages','s:22:\"oc:Comparar de paginas\";'),('oc','messages:comparepages-summary','s:3:\"en:\";'),('oc','messages:compareselectedversions','s:38:\"oc:Comparar las versions seleccionadas\";'),('oc','messages:config-invalid-key','s:64:\"ca:Paràmetre de configuració de MediaWiki no vàlid «$1»: $2\";'),('oc','messages:config-missing-key','s:60:\"ca:Manca el paràmetre de configuració de MediaWiki: «$1»\";'),('oc','messages:confirm','s:12:\"oc:Confirmar\";'),('oc','messages:confirm-markpatrolled-button','s:12:\"oc:D\'acòrdi\";'),('oc','messages:confirm-markpatrolled-top','s:54:\"ca:Voleu marcar la revisió $3 de $2 com a patrullada?\";'),('oc','messages:confirm-mcrrestore-title','s:24:\"ca:Restaura una revisió\";'),('oc','messages:confirm-mcrundo-title','s:19:\"ca:Desfés un canvi\";'),('oc','messages:confirm-purge-bottom','s:89:\"oc:Purgar una pagina vioda l\'escondedor e fòrça la darrièra version a èsser afichada.\";'),('oc','messages:confirm-purge-title','s:26:\"oc:La pagina serà purgada\";'),('oc','messages:confirm-purge-top','s:58:\"oc:Volètz refrescar aquesta pagina (purgar l\'escondedor)?\";'),('oc','messages:confirm-rollback-bottom','s:81:\"ca:Aquesta acció revertirà immediatament els canvis seleccionats de la pàgina.\";'),('oc','messages:confirm-rollback-button','s:12:\"oc:D\'acòrdi\";'),('oc','messages:confirm-rollback-top','s:49:\"ca:Voleu revertir les modificacions a la pàgina?\";'),('oc','messages:confirm-unwatch-button','s:12:\"oc:D\'acòrdi\";'),('oc','messages:confirm-unwatch-top','s:55:\"oc:Levar aquesta pagina de vòstra lista de seguiment ?\";'),('oc','messages:confirm-watch-button','s:12:\"oc:D\'acòrdi\";'),('oc','messages:confirm-watch-button-expiry','s:9:\"ca:Vigila\";'),('oc','messages:confirm-watch-label','s:42:\"ca:Freqüència de la llista de seguiment:\";'),('oc','messages:confirm-watch-top','s:56:\"oc:Apondre aquesta pagina a vòstra lista de seguiment ?\";'),('oc','messages:confirm_purge_button','s:12:\"oc:Confirmar\";'),('oc','messages:confirmable-confirm','s:36:\"oc:Sètz segur{{GENDER:||a|(a)}} ?\";'),('oc','messages:confirmable-no','s:6:\"oc:Non\";'),('oc','messages:confirmable-yes','s:6:\"oc:Òc\";'),('oc','messages:confirmdeletetext','s:271:\"oc:Sètz a mand de suprimir una pagina o un fichièr, e mai totas sas versions anterioras istorizadas.\nConfirmatz qu\'es plan çò que volètz far, que ne comprenètz las consequéncias e que fasètz aquò en acòrdi amb las [[{{MediaWiki:Policy-url}}|règlas intèrnas]].\";'),('oc','messages:confirmedittext','s:194:\"oc:Vos cal confirmar vòstra adreça electronica abans de modificar l\'enciclopèdia. Picatz e validatz vòstra adreça electronica amb l\'ajuda de la pagina [[Special:Preferences|preferéncias]].\";'),('oc','messages:confirmemail','s:45:\"oc:Confirmar l\'adreça de corrièr electronic\";'),('oc','messages:confirmemail_body','s:545:\"oc:Qualqu’un, probablament vos,e amb l’adreça IP $1, a enregistrat un compte « $2 » amb aquesta adreça de corrièr electronic sul site {{SITENAME}}.\n\nPer confirmar qu\'aqueste compte vos aparten vertadièrament e activar las foncions de messatjariá sus {{SITENAME}}, seguissètz lo ligam çaijós dins vòstre navigador :\n\n$3\n\nSe s’agís pas de vos, dobriscatz pas lo ligam.\nAqueste còdi de confirmacion expirarà lo $4, seguissètz l’autre ligam çaijós dins vòstre navigador :\n\n$5\n\nAqueste còdi de confirmacion expirarà lo $4.\";'),('oc','messages:confirmemail_body_changed','s:572:\"oc:Qualqu’un, probablament vos, a partir de l’adreça IP $1,\na modificat l’adreça de corrièr associada al compte « $2 » de {{SITENAME}}\nen aquesta adreça.\n\nPer confirmar qu\'aqueste compte vos aparten vertadièrament e per tal\nde reactivar las foncions de messatjariá sus {{SITENAME}},\nseguissètz aqueste ligam dins vòstre navigador :\n\n$3\n\nS\'aqueste compte vos aparten *pas*, dobriscatz pas aqueste ligam ;\npodètz seguir l’autre ligam çaijós per anullar la\nconfirmacion de vòstra adreça de corrièl :\n\n$5\n\nAqueste còdi de confirmacion expirarà lo $4.\";'),('oc','messages:confirmemail_body_set','s:523:\"oc:Qualqu’un, probablament vos, dempuèi l’adreça IP $1, a modificat l\'adreça de corrièr electronic del compte « $2 » amb aquesta sul site {{SITENAME}}.\n\nPer confirmar qu\'aqueste compte vos aparten vertadièrament e reactivar las foncions de messatjariá sus {{SITENAME}}, seguissètz lo ligam çaijós dins vòstre navigador :\n\n$3\n\nAqueste còdi de confirmacion expirarà lo $4.\n\nSe s’agís *pas* de vòstre compte, seguissètz aqueste ligam per anullar la confirmacion de l\'adreça de corrièr electronic :\n\n$5\";'),('oc','messages:confirmemail_invalid','s:69:\"oc:Còdi de confirmacion incorrècte. Benlèu que lo còdi a expirat.\";'),('oc','messages:confirmemail_invalidated','s:62:\"oc:Confirmacion de l’adreça de corrièr electronic anullada\";'),('oc','messages:confirmemail_loggedin','s:37:\"oc:Ara, vòstra adreça es confirmada\";'),('oc','messages:confirmemail_needlogin','s:71:\"oc:Vos cal vos $1 per confirmar vòstra adreça de corrièr electronic.\";'),('oc','messages:confirmemail_noemail','s:116:\"oc:L’adreça de corrièr electronic configurada dins vòstras [[Special:Preferences|preferéncias]] es pas valida.\";'),('oc','messages:confirmemail_oncreate','s:236:\"oc:Un còdi de confirmacion es estat mandat a vòstra adreça de corrièr electronic.\nAqueste còdi es pas requesit per se connectar, mas n\'auretz besonh per activar las foncionalitats ligadas als corrièrs electronics sus aqueste wiki.\";'),('oc','messages:confirmemail_pending','s:195:\"oc:Un còdi de confirmacion ja vos es estat mandat per corrièr electronic ;\nse venètz de crear vòstre compte, esperatz qualques minutas que l’e-mail arribe abans de demandar un còdi novèl.\";'),('oc','messages:confirmemail_send','s:34:\"oc:Mandar un còdi de confirmacion\";'),('oc','messages:confirmemail_sendfailed','s:166:\"oc:{{SITENAME}} pòt pas mandar lo corrièr de confirmacion.\nVerificatz se vòstra adreça conten pas de caractèrs interdiches.\n\nRetorn del programa de corrièr : $1\";'),('oc','messages:confirmemail_sent','s:46:\"oc:Corrièr electronic de confirmacion mandat.\";'),('oc','messages:confirmemail_subject','s:67:\"oc:Confirmacion d’adreça de corrièr electronic per {{SITENAME}}\";'),('oc','messages:confirmemail_success','s:106:\"oc:Vòstra adreça de corrièr electronic es confirmada. Ara, vos podètz connectar e aprofechar del wiki.\";'),('oc','messages:confirmemail_text','s:360:\"oc:{{SITENAME}} necessita la verificacion de vòstra adreça de corrièr electronic abans de poder utilizar tota foncion de messatjariá. Utilizatz lo boton çaijós per mandar un corrièr electronic de confirmacion a vòstra adreça. Lo corrièr contendrà un ligam contenent un còdi, cargatz aqueste ligam dins vòstre navigador per validar vòstra adreça.\";'),('oc','messages:confirmleave-warning','s:74:\"ca:En abandonar la pàgina pot provocar que perdeu els canvis que heu fet.\";'),('oc','messages:confirmrecreate','s:244:\"oc:L\'utilizair{{GENDER:$1|e|a}} [[User:$1|$1]] ([[User talk:$1|Discussion]]) a suprimit aquesta pagina, mentre qu\'aviatz començat de l\'editar, pel motiu seguent:\n: <em>$2</em>\nConfirmatz que sètz segur que volètz tornar crear aquesta pagina.\";'),('oc','messages:confirmrecreate-noreason','s:214:\"oc:L\'utilizair{{GENDER:$1|e|a}}[[User:$1|$1]] ([[User talk:$1|Discussion]]) a suprimit aquesta pagina, mentre qu\'aviatz començat de la modificar. Confirmatz que sètz segur que volètz tornar crear aquesta pagina.\";'),('oc','messages:content-failed-to-parse','s:61:\"oc:Fracàs de l\'analisi del contengut de $2 pel modèl $1: $3\";'),('oc','messages:content-json-empty-array','s:15:\"oc:Tablèu void\";'),('oc','messages:content-json-empty-object','s:16:\"oc:Objècte void\";'),('oc','messages:content-model-css','s:6:\"oc:CSS\";'),('oc','messages:content-model-javascript','s:13:\"oc:JavaScript\";'),('oc','messages:content-model-json','s:7:\"ca:JSON\";'),('oc','messages:content-model-text','s:14:\"oc:tèxte brut\";'),('oc','messages:content-model-wikitext','s:13:\"oc:wikitèxte\";'),('oc','messages:content-not-allowed-here','s:59:\"oc:Lo contengut \"$1\" es pas autorizat sus la pagina [[:$2]]\";'),('oc','messages:contentmodelediterror','s:171:\"oc:Podètz pas modificar aquela revision perque lo sieu modèl de contengut es <code>$1</code>, qu\'es diferent del modèl de contengut actual de la pagina <code>$2</code>.\";'),('oc','messages:continue-editing','s:34:\"oc:Anar a la zòna de modificacion\";'),('oc','messages:contribslink','s:16:\"oc:contribucions\";'),('oc','messages:contribsub2','s:28:\"oc:Per {{GENDER:$3|$1}} ($2)\";'),('oc','messages:contributions','s:34:\"oc:Contribucions de l’utilizaire\";'),('oc','messages:contributions-subtitle','s:25:\"ca:Per a {{GENDER:$3|$1}}\";'),('oc','messages:contributions-summary','s:3:\"en:\";'),('oc','messages:contributions-title','s:50:\"oc:Lista de las contribucions de l’utilizaire $1\";'),('oc','messages:contributions-userdoesnotexist','s:54:\"oc:Lo compte d\'utilizaire « $1 » es pas enregistrat.\";'),('oc','messages:converter-manual-rule-error','s:64:\"oc:Error detectada dins la règla manuala de conversion de lenga\";'),('oc','messages:copyright','s:72:\"oc:Lo contengut es disponible jos licéncia $1 levat mencion contrària.\";'),('oc','messages:copyrightpage','s:27:\"oc:{{ns:project}}:Copyright\";'),('oc','messages:copyrightwarning','s:472:\"oc:Totas las contribucions a {{SITENAME}} son consideradas coma publicadas jols tèrmes de la $2 (vejatz $1 per mai de detalhs). Se desiratz pas que vòstres escrits sián modificats e distribuits a volontat, mercés de los sometre pas aicí.<br /> Nos prometètz tanben qu\'avètz escrit aquò vos-meteis, o que l’avètz copiat d’una font provenent del domeni public, o d’una ressorsa liura.\'\'\'UTILIZETZ PAS DE TRABALHS JOS COPYRIGHT SENS AUTORIZACION EXPRÈSSA !\'\'\'\";'),('oc','messages:copyrightwarning2','s:485:\"oc:Totas las contribucions a {{SITENAME}} pòdon èsser modificadas o suprimidas per d’autres utilizaires. Se desiratz pas que vòstres escrits sián modificats e distribuits a volontat, mercés de los sometre pas aicí.<br /> Tanben nos prometètz qu\'avètz escrit aquò vos-meteis, o que l’avètz copiat d’una font provenent del domeni public, o d’una ressorsa liura. (vejatz $1 per mai de detalhs). \'\'\'UTILIZETZ PAS DE TRABALHS JOS COPYRIGHT SENS AUTORIZACION EXPRÈSSA !\'\'\'\";'),('oc','messages:copyupload-allowed-domains','s:3:\"en:\";'),('oc','messages:copyuploaddisabled','s:44:\"oc:Mandadís de fichièr per URL desactivat.\";'),('oc','messages:create','s:8:\"oc:Crear\";'),('oc','messages:create-local','s:33:\"oc:Apondre una descripcion locala\";'),('oc','messages:createaccount','s:25:\"oc:Crear un compte novèl\";'),('oc','messages:createaccount-hook-aborted','s:5:\"en:$1\";'),('oc','messages:createaccount-text','s:275:\"oc:Qualqu\'un a creat un compte per vòstra adreça de corrièr electronic sus {{SITENAME}} ($4) intitolat « $2 », amb per senhal « $3 ». Deuriaz dobrir una sessilha e cambiar, tre ara, aqueste senhal.\n\nIgnoratz aqueste messatge se aqueste compte es estat creat per error.\";'),('oc','messages:createaccount-title','s:40:\"oc:Creacion d\'un compte per {{SITENAME}}\";'),('oc','messages:createaccountblock','s:36:\"oc:La creacion de compte es blocada.\";'),('oc','messages:createaccounterror','s:37:\"oc:Impossible de crear lo compte : $1\";'),('oc','messages:createaccountmail','s:92:\"oc:Utilizar un senhal aleatòri temporari e lo mandar a l’adreça de corrièl especificada\";'),('oc','messages:createaccountmail-help','s:93:\"oc:Pòt s\'utilizar per crear un compte per una autra persona sens conéisser lo mot de passa.\";'),('oc','messages:createacct-another-continue-submit','s:34:\"oc:Contunhar la creacion de compte\";'),('oc','messages:createacct-another-email-ph','s:41:\"oc:Picar l\'adreça de corrièr electronic\";'),('oc','messages:createacct-another-realname-tip','s:124:\"oc:Lo nom vertadièr es opcional.\nSe decidissètz de lo provesir, serà utilizat per atribuir a l’utilizaire sos trabalhs.\";'),('oc','messages:createacct-another-submit','s:18:\"oc:Crear un compte\";'),('oc','messages:createacct-another-username-ph','s:28:\"oc:Picar lo nom d\'utilizaire\";'),('oc','messages:createacct-benefit-body1','s:39:\"oc:{{PLURAL:$1|cambiament|cambiaments}}\";'),('oc','messages:createacct-benefit-body2','s:31:\"oc:{{PLURAL:$1|pagina|paginas}}\";'),('oc','messages:createacct-benefit-body3','s:56:\"oc:{{PLURAL:$1|contributor recent|contributors recents}}\";'),('oc','messages:createacct-benefit-head1','s:20:\"en:{{NUMBEROFEDITS}}\";'),('oc','messages:createacct-benefit-head2','s:23:\"en:{{NUMBEROFARTICLES}}\";'),('oc','messages:createacct-benefit-head3','s:26:\"en:{{NUMBEROFACTIVEUSERS}}\";'),('oc','messages:createacct-benefit-heading','s:48:\"oc:{{SITENAME}} es escrit per de monde coma vos.\";'),('oc','messages:createacct-benefit-icon1','s:13:\"en:icon-edits\";'),('oc','messages:createacct-benefit-icon2','s:13:\"en:icon-pages\";'),('oc','messages:createacct-benefit-icon3','s:20:\"en:icon-contributors\";'),('oc','messages:createacct-continue-submit','s:34:\"oc:Contunhar la creacion de compte\";'),('oc','messages:createacct-email-ph','s:49:\"oc:Entratz vòstra adreça de corrièr electronic\";'),('oc','messages:createacct-emailoptional','s:47:\"oc:Adreça de corrièr electronic (facultativa)\";'),('oc','messages:createacct-emailrequired','s:22:\"oc:Adreça electronica\";'),('oc','messages:createacct-error','s:44:\"oc:Error al moment de la creacion del compte\";'),('oc','messages:createacct-helpusername','s:3:\"en:\";'),('oc','messages:createacct-imgcaptcha-help','s:3:\"en:\";'),('oc','messages:createacct-loginerror','s:137:\"oc:Lo compte es estat creat corrèctament mas vos podètz pas connectar automaticament. [[Special:UserLogin|Connectatz-vos manualament]].\";'),('oc','messages:createacct-normalization','s:86:\"oc:Vòstre nom d\'utilizaire serà modificat en \"$2\" en causa de restriccions tecnicas.\";'),('oc','messages:createacct-realname','s:30:\"oc:Nom vertadièr (facultatiu)\";'),('oc','messages:createacct-reason','s:34:\"oc:Motiu (enregistrat publicament)\";'),('oc','messages:createacct-reason-confirm','s:127:\"oc:La rason qu\'avètz intrat es un corrier electronic. S\'aquò es volontari, mercé de tornar clicar sus « Crear un còmpte »\";'),('oc','messages:createacct-reason-help','s:56:\"oc:Messatge afichat dins lo jornal de creacion de compte\";'),('oc','messages:createacct-reason-ph','s:33:\"oc:Perqué creatz un autre compte\";'),('oc','messages:createacct-submit','s:24:\"oc:Creatz vòstre compte\";'),('oc','messages:createacct-temp-warning','s:115:\"oc:Lei modificacions realizadas per vòstre còmpte temporari seràn pas reatribuïdas a vòstre còmpte permanent.\";'),('oc','messages:createacct-username-help','s:3:\"en:\";'),('oc','messages:createacct-useuniquepass','s:78:\"oc:Es conselhar d\'utilizar un senhal unic, non utilizat sus un autre site web.\";'),('oc','messages:createacct-yourpassword-ph','s:19:\"oc:Picatz un senhal\";'),('oc','messages:createacct-yourpasswordagain','s:23:\"oc:Confirmatz lo senhal\";'),('oc','messages:createacct-yourpasswordagain-ph','s:30:\"oc:Entratz lo senhal tornarmai\";'),('oc','messages:created','s:9:\"oc:creada\";'),('oc','messages:creating','s:17:\"oc:Creacion de $1\";'),('oc','messages:credentialsform-account','s:18:\"oc:Nom du compte :\";'),('oc','messages:credentialsform-provider','s:44:\"oc:Tipe d’informacion d’identificacion :\";'),('oc','messages:creditspage','s:24:\"oc:Crèdits de la pagina\";'),('oc','messages:cur','s:7:\"oc:actu\";'),('oc','messages:currentevents','s:14:\"oc:Actualitats\";'),('oc','messages:currentevents-url','s:22:\"oc:Project:Actualitats\";'),('oc','messages:currentrev','s:18:\"oc:Version actuala\";'),('oc','messages:currentrev-asof','s:33:\"oc:Version actuala en data del $1\";'),('oc','messages:currentrevisionlink','s:29:\"oc:vejatz la version correnta\";'),('oc','messages:customcssprotected','s:110:\"oc:Avètz pas la permission d\'editar aquesta pagina CSS perque conten de preferéncias d’autres utilizaires.\";'),('oc','messages:customjsonprotected','s:113:\"oc:Avètz pas la permission d\'editar aquesta pagina JSON perque conten las preferéncias d’un autre utilizator.\";'),('oc','messages:customjsprotected','s:117:\"oc:Avètz pas la permission d\'editar aquesta pagina JavaScript perque conten de preferéncias d’autres utilizaires.\";'),('oc','messages:databaseerror','s:30:\"oc:Error de la basa de donadas\";'),('oc','messages:databaseerror-error','s:13:\"oc:Error : $1\";'),('oc','messages:databaseerror-function','s:15:\"oc:Foncion : $1\";'),('oc','messages:databaseerror-query','s:17:\"oc:Requèsta : $1\";'),('oc','messages:databaseerror-text','s:106:\"oc:Una error de requèsta de basa de donadas s\'es produita. Aquò pòt provenir d\'un bug dins lo logicial.\";'),('oc','messages:databaseerror-textcl','s:59:\"oc:Una error de requèsta de basa de donadas s\'es produita.\";'),('oc','messages:databaselocked','s:38:\"ca:La bases de dades ja està blocada.\";'),('oc','messages:databasenotlocked','s:40:\"oc:La basa de donadas es pas verrolhada.\";'),('oc','messages:date','s:33:\"oc:A partir de la data (e abans):\";'),('oc','messages:date-range-from','s:17:\"oc:A partir dau :\";'),('oc','messages:date-range-to','s:12:\"oc:Fins au :\";'),('oc','messages:datedefault','s:26:\"oc:Pas cap de preferéncia\";'),('oc','messages:days','s:33:\"oc:{{PLURAL:$1|$1 jorn|$1 jorns}}\";'),('oc','messages:days-abbrev','s:7:\"ca:$1 d\";'),('oc','messages:dberr-again','s:56:\"oc:Ensajatz d\'esperar qualques minutas e tornatz cargar.\";'),('oc','messages:dberr-info','s:48:\"oc:(Accès a la basa de donadas impossible : $1)\";'),('oc','messages:dberr-info-hidden','s:43:\"oc:(Accès a la basa de donadas impossible)\";'),('oc','messages:dberr-problems','s:63:\"oc:O planhèm ! Aqueste site rencontra de dificultats tecnicas.\";'),('oc','messages:deadendpages','s:29:\"oc:Paginas sul camin d\'enlòc\";'),('oc','messages:deadendpages-summary','s:3:\"en:\";'),('oc','messages:deadendpagestext','s:92:\"oc:Las paginas seguentas contenon pas cap de ligam cap a d’autras paginas de {{SITENAME}}.\";'),('oc','messages:dec','s:6:\"oc:dec\";'),('oc','messages:december','s:11:\"oc:decembre\";'),('oc','messages:december-gen','s:14:\"oc:de decembre\";'),('oc','messages:default','s:9:\"oc:defaut\";'),('oc','messages:default-skin-not-found','s:1853:\"ca:Vaja! L\'aparença per defecte per al wiki, definit en <code dir=\"ltr\">$wgDefaultSkin</code> com <code>$1</code>, no està disponible.\n\nLa vostra instal·lació sembla que inclou {{PLURAL:$4|skin|apariències}}. Consulteu [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skin_configuration Manual: Configuració d\'apariències] per a la informació de com habilitar {{PLURAL:$4|it|triar-ne una per defecte}}.\n\n$2\n\n; Si heu acabat d\'instal·lar MediaWiki:\n: Probablement l\'instal·làveu des de git, o directament des del codi font utilitzant algun altre mètode. Això és l\'esperat. Intenteu instal·lar algunes aparences des del [https://www.mediawiki.org/wiki/Category:All_skins directori d\'aparences de mediawiki.org], per:\n: * Descarregar l\'[https://www.mediawiki.org/wiki/Special:MyLanguage/ instal·lador tarball], que ve amb diverses aparences i ampliacions. Podeu copiar i enganxar el directori <code>skins/</code> des d\'aquí.\n: * Descarregar tarballs de skin individuals de [https://www.mediawiki.org/wiki/Special:SkinDistributor mediawiki.org].\n:*[https://www.mediawiki.org/wiki/Special:MyLanguage/Download_from_Git#Using_Git_to_download_MediaWiki_skins Usar Git per a descarregar skins].\n: Fent això no s\'hauria d\'interferir amb el vostre dipòsit git si sou un desenvolupador de MediaWiki.\n; Si només heu actualitzat MediaWiki:\n: Per MediaWiki 1.24 i posteriors ja no permet aparences instal·lades automàticament (consulteu [https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery Manual: Aparences autodiscovery]). Podeu enganxar {{PLURAL:$5|línia|línies}} en <code>LocalSettings.php</code> per permetre {{PLURAL:$5|the|all}} installed {{PLURAL:$5|skin|skins}}:\n\n<pre dir=\"ltr\">$3</pre>\n\n; Si només heu modificat <code>LocalSettings.php</code>:\n: Comproveu que no hi hagi errors tipogràfics en els noms de l\'aparença.\";'),('oc','messages:default-skin-not-found-no-skins','s:1215:\"ca:Vaja! L\'aparença per defecte pel vostre wiki, definida a <code>$wgDefaultSkin</code> com <code>$1</code>, no està disponible.\n\nNo teniu cap aparença instal·lada.\n\n\n; Si heu acabat d\'instal·lar o actualitzar MediaWiki:\n: Probablement l\'heu instal·lat des de git, o directament des del codi font utilitzant algun altre mètode. Això és l\'esperat. Per MediaWiki 1.24 i posteriors ja no s\'inclouen aparences en el repositori principal. Proveu d\'instal·lar algunes aparences des del [https://www.mediawiki.org/wiki/Category:All_skins directori d\'aparences de mediawiki.org] per:\n: * Descarregar l\'[https://www.mediawiki.org/wiki/Special:MyLanguage/Download instal·lador \'\'tarball\'\'], que ve amb diverses aparences i extensions. Podeu copiar i enganxar el directori <code>skins/</code> des d\'aquí.\n:* [https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins Usar Git per a descarregar aparences].\n: Fent això no s\'hauria d\'interferir amb el vostre repositori de git si sou un desenvolupador de MediaWiki. Consulteu [https://www.mediawiki.org/wiki/Manual:Skin_configuration Manual:configuració Skin] per a més informació sobre com permetre aparences i triar-ne per defecte.\";'),('oc','messages:default-skin-not-found-row-disabled','s:55:\"oc:* <code>$1</code> / $2 (<strong>desactivat</strong>)\";'),('oc','messages:default-skin-not-found-row-enabled','s:35:\"oc:* <code>$1</code> / $2 (activat)\";'),('oc','messages:defaultmessagetext','s:22:\"oc:Messatge per defaut\";'),('oc','messages:defemailsubject','s:49:\"oc:{{SITENAME}} Corrièl de l\'utilizaire « $1 »\";'),('oc','messages:deflate-invaliddeflate','s:60:\"ca:El contingut proporcionat no està deflactat adequadament\";'),('oc','messages:delete','s:11:\"oc:Suprimir\";'),('oc','messages:delete-confirm','s:17:\"oc:Escafar «$1»\";'),('oc','messages:delete-edit-reasonlist','s:39:\"oc:Modifica los motius de la supression\";'),('oc','messages:delete-edit-reasonlist-suppress','s:36:\"ca:Modifica els motius de supressió\";'),('oc','messages:delete-error-associated-alreadytalk','s:85:\"ca:No es pot suprimir la pàgina de discussió associada d\'una pàgina de discussió.\";'),('oc','messages:delete-error-associated-doesnotexist','s:74:\"ca:No es pot suprimir una pàgina de discussió associada que no existeix.\";'),('oc','messages:delete-hook-aborted','s:84:\"oc:Supression anullada per una extension.\nCap d\'explicacion es pas estada provesida.\";'),('oc','messages:delete-legend','s:10:\"oc:Escafar\";'),('oc','messages:delete-scheduled','s:75:\"oc:S\'es programada la pagina «$1» per èsser eliminada.\nAjatz paciéncia.\";'),('oc','messages:delete-talk-summary-prefix','s:73:\"ca:Suprimeix conjuntament amb la pàgina associada pel motiu següent: $1\";'),('oc','messages:delete-toobig','s:202:\"oc:Aquesta pagina dispausa d\'un istoric important, depassant {{PLURAL:$1|revision|revisions}}.\nLa supression de talas paginas es estada limitada per evitar de perturbacions accidentalas de {{SITENAME}}.\";'),('oc','messages:delete-toomanyrevisions','s:187:\"ca:Esteu provant de suprimir més {{PLURAL:$1|d\'$1 revisió|de $1 revisions}} a l\'hora.\nS\'ha restringit aquest tipus d\'operacions per tal d\'evitar disrupcions accidentals de {{SITENAME}}.\";'),('oc','messages:delete-warning-toobig','s:202:\"oc:Aquesta pagina dispausa d\'un istoric important, depassant {{PLURAL:$1|revision|revisions}}.\nLa suprimir pòt perturbar lo foncionament de la basa de donada de {{SITENAME}}.\nD\'efectuar amb prudéncia.\";'),('oc','messages:delete_and_move_confirm','s:88:\"oc:Òc, accèpti de suprimir la pagina de destinacion per permetre lo cambiament de nom.\";'),('oc','messages:delete_and_move_reason','s:75:\"oc:Pagina suprimida per permetre lo cambiament de nom dempuèi « [[$1]] »\";'),('oc','messages:delete_and_move_text','s:151:\"oc:La pagina de destinacion « [[:$1]] » existís ja.\nSètz segur{{GENDER:||a|}} que la volètz suprimir pe permetre aqueste cambiament de nom ?\";'),('oc','messages:delete_redirect_and_move_text','s:125:\"ca:La pàgina de destinació «[[:$1]]» ja existeix com a redirecció.\nVoleu suprimir-la i deixar lloc per al reanomenament?\";'),('oc','messages:deletecomment','s:10:\"oc:Motiu :\";'),('oc','messages:deleted-page-and-talkpage','s:84:\"ca:S\'ha suprimit «$1» i «$2».\nConsulteu a $3 un registre de supressions recents.\";'),('oc','messages:deletedarticle','s:19:\"en:deleted \"[[$1]]\"\";'),('oc','messages:deletedcontributions','s:45:\"oc:Contribucions suprimidas d’un utilizaire\";'),('oc','messages:deletedcontributions-summary','s:3:\"en:\";'),('oc','messages:deletedcontributions-title','s:45:\"oc:Contribucions suprimidas d’un utilizaire\";'),('oc','messages:deletedhist','s:29:\"oc:Istoric de las supressions\";'),('oc','messages:deletedrevision','s:45:\"oc:La version anciana $1 es estada suprimida.\";'),('oc','messages:deletedtext','s:79:\"oc:\"$1\" es estat suprimit.\nVejatz $2 per una lista de las supressions recentas.\";'),('oc','messages:deletedwhileediting','s:99:\"oc:\'\'\'Atencion\'\'\' : aquesta pagina es estada suprimida aprèp qu\'avètz començat de la modificar !\";'),('oc','messages:deleteotherreason','s:34:\"oc:Motius suplementaris o autres :\";'),('oc','messages:deletepage','s:21:\"oc:Suprimir la pagina\";'),('oc','messages:deletepage-deletetalk','s:45:\"oc:Suprimir la pagina de discussion associada\";'),('oc','messages:deletepage-submit','s:21:\"oc:Suprimir la pagina\";'),('oc','messages:deletepage-summary','s:3:\"en:\";'),('oc','messages:deleteprotected','s:66:\"oc:Podètz pas suprimir aquesta pagina perque es estada protegida.\";'),('oc','messages:deletereason-dropdown','s:163:\"oc:* Motius de supression los mai corrents\n** Corrièrs indesirables\n** Vandalisme\n** Violacion dels dreits d’autor\n** Demanda de l’autor\n** Redireccion copada\";'),('oc','messages:deletereason-dropdown-suppress','s:3:\"en:\";'),('oc','messages:deletereasonotherlist','s:14:\"oc:Autre motiu\";'),('oc','messages:deleting-backlinks-warning','s:155:\"ca:<strong>Atenció:</strong>\n[[Special:WhatLinksHere/{{FULLPAGENAME}}|Altres pàgines]] enllacen aquí o inclouen la pàgina que esteu a punt de suprimir.\";'),('oc','messages:deleting-subpages-warning','s:178:\"ca:<strong>Avís</strong>: La pàgina que esteu a punt d\'eliminar [[Special:PrefixIndex/{{FULLPAGENAME}}/|{{PLURAL:$1|una subpàgina|$1 subpàgines|51=més de 50 subpàgines}}]].\";'),('oc','messages:deleting-talkpage-subpages-warning','s:220:\"fr:<strong>Attention :</strong> la page de discussion associée à la page que vous allez supprimer possède [[Special:PrefixIndex/{{TALKPAGENAME}}/|{{PLURAL:$1|une sous-page|$1 sous-pages|51=plus de 50 sous-pages}}]].\";'),('oc','messages:deletionlog','s:27:\"oc:istoric dels escafaments\";'),('oc','messages:dellogpage','s:27:\"oc:Istoric dels escafaments\";'),('oc','messages:dellogpagetext','s:56:\"oc:Vaquí çaijós la lista de las supressions recentas.\";'),('oc','messages:destfilename','s:51:\"oc:Nom jolqual lo fichièr serà enregistrat&nbsp;:\";'),('oc','messages:diff','s:6:\"oc:dif\";'),('oc','messages:diff-empty','s:27:\"oc:(Pas cap de diferéncia)\";'),('oc','messages:diff-form','s:15:\"oc:Diferéncias\";'),('oc','messages:diff-form-error-revid','s:43:\"ca:Introduïu l\'ID de la revisió numèrica\";'),('oc','messages:diff-form-oldid','s:38:\"ca:ID de la revisió antiga (opcional)\";'),('oc','messages:diff-form-other-revid','s:20:\"ca:ID de la revisió\";'),('oc','messages:diff-form-revid','s:35:\"ca:ID de revisió de la diferència\";'),('oc','messages:diff-form-submit','s:27:\"oc:Mostrar las diferéncias\";'),('oc','messages:diff-form-summary','s:3:\"en:\";'),('oc','messages:diff-multi-manyusers','s:168:\"oc:({{PLURAL:$1|Una revision intermediària amagada|$1 revisions intermediàrias amagadas}}) per ({{PLURAL:$2|un utilizaire pas afichada|$2 utilizaires pas afichadas}})\";'),('oc','messages:diff-multi-otherusers','s:165:\"oc:({{PLURAL:$1|Una revision intermediària|$1 revisions intermediàrias}} per {{PLURAL:$2|un autre utilizaire|$2 utilizaires}} pas {{PLURAL:$1|afichada|afichadas}})\";'),('oc','messages:diff-multi-sameuser','s:146:\"oc:({{PLURAL:$1|Una revision intermediària pel meteis utilizaire pas afichada|$1 revisions intermediàrias pel meteis utilizaire pas afichadas}})\";'),('oc','messages:diff-paragraph-moved-tonew','s:82:\"oc:Lo paragraf foguèt desplaçat. Fasètz un clic per anar a l\'emplaçament nòu.\";'),('oc','messages:diff-paragraph-moved-toold','s:84:\"oc:Lo paragraf foguèt desplaçat. Fasètz un clic par anar a l\'emplaçament ancian.\";'),('oc','messages:difference-missing-revision','s:368:\"oc:{{PLURAL:$2|Una revision|$2 revisions}} d\'aquesta diferéncia ($1) {{PLURAL:$2|es pas estada trobada|son pas estadas trobadas}}.\n\nAquò se produtz en general en seguent un ligam de diferéncia obsolèta cap a una pagina qu\'es estada suprimada.\nPodètz trobar de detalhs dins lo [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} jornal de las supressions].\";'),('oc','messages:difference-multipage','s:35:\"oc:(Diferéncias entre las paginas)\";'),('oc','messages:difference-title','s:38:\"oc:$1 : Diferéncia entre lei versions\";'),('oc','messages:difference-title-multipage','s:53:\"oc:Diferéncias entre las paginas « $1 » e « $2 »\";'),('oc','messages:directorycreateerror','s:44:\"oc:Impossible de crear lo dorsièr « $1 ».\";'),('oc','messages:directoryreadonlyerror','s:49:\"oc:Lo repertòri « $1 » es en lectura sola.\";'),('oc','messages:disabledspecialpage-disabled','s:62:\"ca:Un administrador del sistema ha desactivat aquesta pàgina.\";'),('oc','messages:disclaimerpage','s:31:\"oc:Project:Avertiments generals\";'),('oc','messages:disclaimers','s:14:\"oc:Avertiments\";'),('oc','messages:djvu_page_error','s:27:\"oc:Pagina DjVu fòra limits\";'),('oc','messages:double-redirect-fixed-maintenance','s:106:\"oc:Correccion automatica de la dobla redireccion de [[$1]] cap a [[$2]] dins un prètzfait de mantenença.\";'),('oc','messages:double-redirect-fixed-move','s:96:\"oc:[[$1]] es estat desplaçat.\nEs estat mes a jorn automaticament e redirigís ara cap a [[$2]].\";'),('oc','messages:double-redirect-fixer','s:27:\"oc:Corrector de redireccion\";'),('oc','messages:doubleredirects','s:22:\"oc:Redireccions doblas\";'),('oc','messages:doubleredirects-summary','s:3:\"en:\";'),('oc','messages:doubleredirectstext','s:434:\"oc:Vaquí una lista de las paginas que redirigisson cap a de paginas que son elas-meteissas de paginas de redireccion.\nCada entrada conten de ligams cap a la primièra e la segonda redireccions, e mai la primièra linha de tèxte de la segonda pagina, çò que provesís, de costuma, la « vertadièra » pagina cibla, cap a la quala la primièra redireccion deuriá redirigir.\nLas entradas <del>barradas</del> son estadas resolgudas.\";'),('oc','messages:download','s:16:\"oc:telecargament\";'),('oc','messages:duplicate-args-category','s:68:\"oc:Paginas utilizant d\'arguments duplicats dins los apèls de modèl\";'),('oc','messages:duplicate-args-category-desc','s:182:\"oc:La pagina conten de cridas a patrons qu\'emplagan d\'arguments duplicats, coma  <code><nowiki>{{foo|bar=1|bar=2}}</nowiki></code> or <code><nowiki>{{foo|bar|1=baz}}</nowiki></code>.\";'),('oc','messages:duplicate-args-warning','s:146:\"oc:<strong>Attention:</strong> [[:$1]] crida [[:$2]] amb mai d\'una valor pel paramètre \"$3\". S\'emplegarà solament  la darrièra valor provesida.\";'),('oc','messages:duplicate-defaultsort','s:85:\"oc:Atencion : La clau de triada per defaut « $2 » espotís la mai recenta « $1 ».\";'),('oc','messages:duplicate-displaytitle','s:105:\"oc:<strong>Atencion :</strong> Lo títol d\'afichatge «$2» remplaça l\'ancian títol d\'afichatge «$1».\";'),('oc','messages:duplicatesoffile','s:165:\"oc:{{PLURAL:$1|Lo fichièr seguent es un duplicata|Los fichièrs seguents son de duplicatas}} d\'aqueste fichièr ([[Special:FileDuplicateSearch/$2|mai de detalhs]]):\";'),('oc','messages:duration-centuries','s:28:\"oc:$1 sègle{{PLURAL:$1||s}}\";'),('oc','messages:duration-days','s:26:\"oc:$1 jorn{{PLURAL:$1||s}}\";'),('oc','messages:duration-decades','s:29:\"oc:$1 decenni{{PLURAL:$1||s}}\";'),('oc','messages:duration-hours','s:25:\"oc:$1 ora{{PLURAL:$1||s}}\";'),('oc','messages:duration-millennia','s:29:\"oc:$1 milleni{{PLURAL:$1||s}}\";'),('oc','messages:duration-minutes','s:28:\"oc:$1 minuta{{PLURAL:$1||s}}\";'),('oc','messages:duration-seconds','s:29:\"oc:$1 segonda{{PLURAL:$1||s}}\";'),('oc','messages:duration-weeks','s:29:\"oc:$1 setmana{{PLURAL:$1||s}}\";'),('oc','messages:duration-years','s:28:\"oc:$1 annada{{PLURAL:$1||s}}\";'),('oc','messages:eauthentsent','s:235:\"oc:Un corrièr de confirmacion es estat mandat a l’adreça indicada.\nAbans qu’un autre corrièr sià mandat a aqueste compte, vos caldrà seguir las instruccions donadas dins lo messatge per confirmar que lo compte es plan vòstre.\";'),('oc','messages:edit','s:12:\"oc:Modificar\";'),('oc','messages:edit-already-exists','s:57:\"oc:La pagina novèla a pogut èsser creada .\nExistís ja.\";'),('oc','messages:edit-conflict','s:26:\"oc:Modificar lo conflicte.\";'),('oc','messages:edit-gone-missing','s:72:\"oc:A pas pogut metre a jorn la pagina.\nSembla que siá estada suprimida.\";'),('oc','messages:edit-hook-aborted','s:70:\"oc:Modificacion fracassada per croquet.\nCap d\'explicacion pas balhada.\";'),('oc','messages:edit-local','s:34:\"oc:Modificar la descripcion locala\";'),('oc','messages:edit-no-change','s:101:\"oc:Vòstra modificacion es estada ignorada perque cap de cambiament es pas estat fait dins lo tèxte.\";'),('oc','messages:edit-slots-cannot-add','s:77:\"ca:{{PLURAL:$1|L\'espai no està|Els espais no estan}} implementats aquí: $2.\";'),('oc','messages:edit-slots-cannot-remove','s:133:\"ca:{{PLURAL:$1|L\'espai següent és necessari i no es pot suprimir|Els espais següents són necessaris i no es poden suprimir}}: $2.\";'),('oc','messages:edit-slots-missing','s:76:\"ca:Hi {{PLURAL:$1|manca l\'espai següent|manquen els espais següents}}: $2.\";'),('oc','messages:edit-textarea-aria-label','s:27:\"oc:Editor de sorsa Wikitext\";'),('oc','messages:edit_form_incomplete','s:154:\"oc:\'\'\'D\'unas partidas del formulari de modificacion an pas atench lo servidor, verificatz que vòstras modificacions son intactas e ensajatz tornarmai.\'\'\'\";'),('oc','messages:editcomment','s:52:\"oc:Lo resumit de la modificacion èra : <em>$1</em>.\";'),('oc','messages:editconflict','s:33:\"oc:Conflicte de modificacion : $1\";'),('oc','messages:editfont-monospace','s:24:\"oc:Poliça monoespaçada\";'),('oc','messages:editfont-sansserif','s:26:\"oc:Poliça sens empatament\";'),('oc','messages:editfont-serif','s:26:\"oc:Poliça amb empataments\";'),('oc','messages:editfont-style','s:43:\"oc:Estil de poliça de la zòna d\'edicion :\";'),('oc','messages:edithelp','s:22:\"oc:Ajuda per l\'edicion\";'),('oc','messages:edithelppage','s:71:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages\";'),('oc','messages:editing','s:21:\"oc:Modificacion de $1\";'),('oc','messages:editingcomment','s:39:\"oc:Modificacion de $1 (seccion novèla)\";'),('oc','messages:editinginterface','s:274:\"oc:<strong>Atencion:</strong> sètz a mand de modificar una pagina utilizada per crear lo tèxt de l’interfàcia del logicial. Los cambiaments efectuats sus aquela pagina se repercutaràn sus l\'aparéncia de l\'interfàcia d\'utilizaire pels autres utilizaires d\'aquel Wiki.\";'),('oc','messages:editingold','s:166:\"oc:\'\'\'Atencion : sètz a modificar una version obsolèta d\'aquesta pagina. Se salvatz, totas las modificacions efectuadas dempuèi aquesta version seràn perdudas.\'\'\'\";'),('oc','messages:editingsection','s:31:\"oc:Modificacion de $1 (seccion)\";'),('oc','messages:editinguser','s:107:\"oc:Modificacion dels dreits de l’{{GENDER:$1|utilizator|utilizatritz}} <strong>[[User:$1|$1]]</strong> $2\";'),('oc','messages:editlink','s:12:\"oc:modificar\";'),('oc','messages:editnotice-notext','s:4:\"en:-\";'),('oc','messages:editold','s:12:\"oc:Modificar\";'),('oc','messages:editpage','s:23:\"oc:Modificar una pagina\";'),('oc','messages:editpage-cannot-use-custom-model','s:66:\"oc:Lo modèl de contengut d\'aquela pagina pòt pas èsser cambiat.\";'),('oc','messages:editpage-head-copy-warn','s:4:\"en:-\";'),('oc','messages:editpage-invalidcontentmodel-text','s:48:\"oc:Lo modèl de contengut «$1» es pas permés.\";'),('oc','messages:editpage-invalidcontentmodel-title','s:34:\"oc:Modèl de contengut pas permés\";'),('oc','messages:editpage-notsupportedcontentformat-text','s:78:\"oc:Lo format de contengut $1 es pas pres en carga pel modèl de contengut $2 .\";'),('oc','messages:editpage-notsupportedcontentformat-title','s:40:\"oc:Format de contengut pas pres en carga\";'),('oc','messages:editpage-summary','s:3:\"en:\";'),('oc','messages:editpage-tos-summary','s:4:\"en:-\";'),('oc','messages:editsection','s:12:\"oc:modificar\";'),('oc','messages:editsectionhint','s:28:\"oc:Modificar la seccion : $1\";'),('oc','messages:edittools','s:108:\"oc:<!-- Tot tèxte picat aicí serà afichat jos las bóstias de modificacion o d’impòrt de fichièr. -->\";'),('oc','messages:edittools-upload','s:4:\"ca:-\";'),('oc','messages:editundo','s:9:\"oc:desfar\";'),('oc','messages:editusergroup','s:35:\"oc:Cargar de gropes d’utilizaires\";'),('oc','messages:editwatchlist-summary','s:3:\"en:\";'),('oc','messages:ellipsis','s:6:\"fr:...\";'),('oc','messages:email','s:22:\"oc:Corrièr electronic\";'),('oc','messages:email-allow-new-users-label','s:52:\"oc:Autorizar corrièr electronic d\'utilizaires nòus\";'),('oc','messages:email-legend','s:70:\"oc:Mandar un corrièr electronic a un autre utilizaire de {{SITENAME}}\";'),('oc','messages:email-mutelist-label','s:69:\"oc:Enebís a aqueles usatgièrs de m\'enviar de corrièrs electronics:\";'),('oc','messages:emailauthenticated','s:74:\"oc:Vòstra adreça de corrièr electronic es estada confirmada lo $2 a $3.\";'),('oc','messages:emailblock','s:42:\"oc:mandadís de corrièr electronic blocat\";'),('oc','messages:emailccme','s:64:\"oc:Me mandar per corrièr electronic una còpia de mon messatge.\";'),('oc','messages:emailccsubject','s:39:\"oc:Còpia de vòstre messatge a $1 : $2\";'),('oc','messages:emailconfirmlink','s:52:\"oc:Confirmatz vòstra adreça de corrièr electronic\";'),('oc','messages:emaildisabled','s:45:\"oc:Aqueste site pòt pas mandar de corrièls.\";'),('oc','messages:emailfrom','s:7:\"oc:De :\";'),('oc','messages:emaillink','s:32:\"oc:Mandar un corrièr electronic\";'),('oc','messages:emailmessage','s:13:\"oc:Messatge :\";'),('oc','messages:emailnotarget','s:57:\"oc:Nom d\'utilizaire del destinatari inexistent o invalid.\";'),('oc','messages:emailnotauthenticated','s:138:\"oc:Vòstra adreça de corrièr electronic es pas encara confirmada. Cap de corrièr serà pas mandat per caduna de las foncions seguentas.\";'),('oc','messages:emailpagetext','s:343:\"oc:Podètz utilizar lo formulari çaijós per mandar un corrièr electronic a {{GENDER:$1|aqueste utilizaire|aquesta utilizaira}}.\nL\'adreça electronica qu\'avètz indicada dins [[Special:Preferences|vòstras preferéncias]] apareisserà dins lo camp « Expeditor » de vòstre messatge. E mai, lo destinatari vos poirà respondre dirèctament.\";'),('oc','messages:emailsend','s:9:\"oc:Mandar\";'),('oc','messages:emailsender','s:15:\"en:{{SITENAME}}\";'),('oc','messages:emailsent','s:18:\"oc:Messatge mandat\";'),('oc','messages:emailsenttext','s:36:\"oc:Vòstre messatge es estat mandat.\";'),('oc','messages:emailsubject','s:14:\"oc:Subjècte :\";'),('oc','messages:emailtarget','s:46:\"oc:Entratz lo nom d\'utilizaire del destinatari\";'),('oc','messages:emailto','s:16:\"oc:Destinatari :\";'),('oc','messages:emailuser','s:42:\"oc:Mandar un messatge a aqueste utilizaire\";'),('oc','messages:emailuser-summary','s:3:\"en:\";'),('oc','messages:emailuser-title-notarget','s:49:\"oc:Mandar un corrièr electronic a l’utilizaire\";'),('oc','messages:emailuser-title-target','s:75:\"oc:Mandar un corrièl a {{GENDER:$1|aqueste utilizaire|aquesta utilizaira}}\";'),('oc','messages:emailuserfooter','s:379:\"oc:Aqueste corrièr electronic es {{GENDER:$1|estat mandat}} per « $1 » a « {{GENDER:$2|$2}} » per la foncion « {{int:emailuser}} » sus {{SITENAME}}. Se {{GENDER:$2|respondètz}} a aqueste corrièl, {{GENDER:$2|vòstre}} corrièl serà mandat dirèctament a l’{{GENDER:$1|emeteire inicial}}, en {{GENDER:$1|li}} mencionant {{GENDER:$2|vòstra}} adreça de courrièl .\";'),('oc','messages:emailusername','s:21:\"oc:Nom d\'utilizaire :\";'),('oc','messages:emailusernamesubmit','s:10:\"oc:Sometre\";'),('oc','messages:empty-file','s:42:\"oc:Lo fichièr qu\'avètz somés èra void.\";'),('oc','messages:empty-username','s:31:\"ca:(nom d\'usuari no disponible)\";'),('oc','messages:emptyfile','s:175:\"oc:Lo fichièr que volètz importar sembla void. Aquò pòt èsser degut a una error dins lo nom del fichièr. Verificatz que desiratz vertadièrament copiar aqueste fichièr.\";'),('oc','messages:enhancedrc-history','s:10:\"oc:istoric\";'),('oc','messages:enhancedrc-since-last-visit','s:48:\"oc:$1 {{PLURAL:$1|dempuèi la darrièra visita}}\";'),('oc','messages:enotif_anon_editor','s:23:\"oc:utilizaire anonim $1\";'),('oc','messages:enotif_body','s:816:\"oc:Car $WATCHINGUSERNAME,\n\n$PAGEINTRO $NEWPAGE\n\nResumit del contributor :\n$PAGESUMMARY $PAGEMINOREDIT\n\nContactatz aqueste contributor :\ncorrièl : $PAGEEDITOR_EMAIL\nwiki : $PAGEEDITOR_WIKI\n\nI aurà pas d’autras notificacions en cas de cambiaments ulteriors, levat se visitatz aquela pagina un còp connectat. Podètz tanben reïnicializar las bandièras de notificacion per totas las paginas de vòstra lista de seguiment.\n\nVòstre sistèma de notificacion de {{SITENAME}}\n\n--\nPour modificar los paramètres de notificacion per corrièl, visitatz {{canonicalurl:{{#special:Preferences}}}}\n\nPer modificar los paramètres de vòstra lista de seguiment, visitatz\n{{canonicalurl:{{#special:EditWatchlist}}}}\n\nPer suprimir la pagina de vòstra lista de seguiment, visitatz\n$UNWATCHURL\n\nRetorn e assisténcia :\n$HELPPAGE\";'),('oc','messages:enotif_body_intro_changed','s:126:\"oc:La pagina $1 sus {{SITENAME}} es estada modificada lo $PAGEEDITDATE per {{gender:$2|$2}}, veire $3 per la revision actuala.\";'),('oc','messages:enotif_body_intro_created','s:122:\"oc:La pagina $1 sus {{SITENAME}} es estada creada lo $PAGEEDITDATE per {{gender:$2|$2}}, veire $3 per la revision actuala.\";'),('oc','messages:enotif_body_intro_deleted','s:124:\"oc:La pagina $1 sus {{SITENAME}} es estada escafada lo $PAGEEDITDATE per {{gender:$2|$2}}, veire $3 per la revision actuala.\";'),('oc','messages:enotif_body_intro_moved','s:126:\"oc:La pagina $1 sus {{SITENAME}} es estada renomenada lo $PAGEEDITDATE per {{gender:$2|$2}}, veire $3 per la revision actuala.\";'),('oc','messages:enotif_body_intro_restored','s:126:\"oc:La pagina $1 sus {{SITENAME}} es estada restablida lo $PAGEEDITDATE per {{gender:$2|$2}}, veire $3 per la revision actuala.\";'),('oc','messages:enotif_impersonal_salutation','s:29:\"oc:Utilizaire de {{SITENAME}}\";'),('oc','messages:enotif_lastdiff','s:48:\"oc:Consultatz $1 per veire aquesta modificacion.\";'),('oc','messages:enotif_lastvisited','s:77:\"oc:Consultatz $1 per totes los cambiaments dempuèi vòstra darrièra visita.\";'),('oc','messages:enotif_minoredit','s:35:\"oc:Aquò es una modificacion menora\";'),('oc','messages:enotif_reset','s:42:\"oc:Marcar totas las paginas coma visitadas\";'),('oc','messages:enotif_subject_changed','s:74:\"oc:La pagina $1 sus {{SITENAME}} es estada modificada per {{GENDER:$2|$2}}\";'),('oc','messages:enotif_subject_created','s:70:\"oc:La pagina $1 sus {{SITENAME}} es estada creada per {{GENDER:$2|$2}}\";'),('oc','messages:enotif_subject_deleted','s:73:\"oc:La pagina $1 sus {{SITENAME}} es estada suprimida per {{GENDER:$2|$2}}\";'),('oc','messages:enotif_subject_moved','s:74:\"oc:La pagina $1 sus {{SITENAME}} es estada renomenada per {{GENDER:$2|$2}}\";'),('oc','messages:enotif_subject_restored','s:74:\"oc:La pagina $1 sus {{SITENAME}} es estada restablida per {{GENDER:$2|$2}}\";'),('oc','messages:enterlockreason','s:71:\"oc:Indicatz la rason del verrolhatge, e mai una estimacion de sa durada\";'),('oc','messages:error','s:8:\"oc:Error\";'),('oc','messages:errorpagetitle','s:18:\"oc:Error de títol\";'),('oc','messages:exbeforeblank','s:44:\"oc:lo contengut abans blanquiment èra :\'$1\'\";'),('oc','messages:exception-nologin','s:16:\"oc:Pas connectat\";'),('oc','messages:exception-nologin-text','s:92:\"oc:[[Special:Userlogin|Connectatz-vos]] per poder accedir a aquesta pagina o aquesta accion.\";'),('oc','messages:exception-nologin-text-manual','s:58:\"oc:$1 per poder accedir a aquesta pagina o aquesta accion.\";'),('oc','messages:excontent','s:17:\"oc:contenent \'$1\'\";'),('oc','messages:excontentauthor','s:108:\"oc:conteniá « $1 » e son sol contributor èra «[[Special:Contributions/$2|$2]]» ([[User talk:$2|talk]])\";'),('oc','messages:exif-aperturevalue','s:22:\"oc:Dobertura de l\'APEX\";'),('oc','messages:exif-artist','s:8:\"oc:Autor\";'),('oc','messages:exif-attributionurl','s:61:\"oc:Al moment de la reütilizacion d\'aqueste trabalh, ligatz a\";'),('oc','messages:exif-bitspersample','s:23:\"oc:Bits per compausanta\";'),('oc','messages:exif-brightnessvalue','s:18:\"oc:Luminança APEX\";'),('oc','messages:exif-cameraownername','s:36:\"oc:Proprietari de l\'aparelh de fòto\";'),('oc','messages:exif-citycreated','s:46:\"oc:Vila dins la quala la fòto es estada presa\";'),('oc','messages:exif-citydest','s:20:\"oc:Vila representada\";'),('oc','messages:exif-colorspace','s:22:\"oc:Espaci colorimetric\";'),('oc','messages:exif-colorspace-1','s:7:\"fr:sRGB\";'),('oc','messages:exif-colorspace-65535','s:15:\"oc:Pas calibrat\";'),('oc','messages:exif-componentsconfiguration','s:36:\"oc:Significacion de cada compausanta\";'),('oc','messages:exif-componentsconfiguration-0','s:15:\"oc:existís pas\";'),('oc','messages:exif-componentsconfiguration-1','s:4:\"fr:Y\";'),('oc','messages:exif-componentsconfiguration-2','s:5:\"fr:Cb\";'),('oc','messages:exif-componentsconfiguration-3','s:5:\"fr:Cr\";'),('oc','messages:exif-componentsconfiguration-4','s:4:\"fr:R\";'),('oc','messages:exif-componentsconfiguration-5','s:4:\"oc:V\";'),('oc','messages:exif-componentsconfiguration-6','s:4:\"fr:B\";'),('oc','messages:exif-compressedbitsperpixel','s:37:\"oc:Mòde de compression de l’imatge\";'),('oc','messages:exif-compression','s:22:\"oc:Tipe de compression\";'),('oc','messages:exif-compression-1','s:19:\"oc:Sens compression\";'),('oc','messages:exif-compression-2','s:70:\"oc:CCITT Grop 3 Longor de l\'encodatge Huffman modificat de dimension 1\";'),('oc','messages:exif-compression-3','s:33:\"oc:CCITT Grop 3 encodatge del fax\";'),('oc','messages:exif-compression-32773','s:27:\"fr:PackBits (Macintosh RLE)\";'),('oc','messages:exif-compression-32946','s:18:\"fr:Deflate (PKZIP)\";'),('oc','messages:exif-compression-34712','s:11:\"fr:JPEG2000\";'),('oc','messages:exif-compression-4','s:33:\"oc:CCITT Grop 4 encodatge del fax\";'),('oc','messages:exif-compression-5','s:6:\"fr:LZW\";'),('oc','messages:exif-compression-6','s:15:\"ca:JPEG (antic)\";'),('oc','messages:exif-compression-7','s:7:\"fr:JPEG\";'),('oc','messages:exif-compression-8','s:18:\"fr:Deflate (Adobe)\";'),('oc','messages:exif-contact','s:27:\"oc:Informacions de contacte\";'),('oc','messages:exif-contact-value','s:54:\"fr:$1\n\n$2\n<div class=\"adr\">\n$3\n\n$6 $4, $5\n$7\n</div>\n$8\";'),('oc','messages:exif-contentwarning','s:27:\"oc:Avertiment sul contengut\";'),('oc','messages:exif-contrast','s:12:\"oc:Contraste\";'),('oc','messages:exif-contrast-0','s:9:\"oc:Normal\";'),('oc','messages:exif-contrast-1','s:8:\"oc:Feble\";'),('oc','messages:exif-contrast-2','s:8:\"oc:Fòrt\";'),('oc','messages:exif-coordinate-format','s:28:\"fr:$1° $2′ $3″ $4\";'),('oc','messages:exif-copyright','s:25:\"oc:Detentor del copyright\";'),('oc','messages:exif-copyrighted','s:28:\"oc:Estatut del dreit d\'autor\";'),('oc','messages:exif-copyrighted-false','s:42:\"oc:Estat dels dreits d’autor pas definit\";'),('oc','messages:exif-copyrighted-true','s:26:\"oc:Somés al dreit d\'autor\";'),('oc','messages:exif-copyrightowner','s:29:\"oc:Detentor del dreit d\'autor\";'),('oc','messages:exif-countrycodecreated','s:56:\"oc:Còdi del país dins lo qual la fòto es estada presa\";'),('oc','messages:exif-countrycodedest','s:30:\"oc:Còdi del país representat\";'),('oc','messages:exif-countrycreated','s:46:\"oc:País dins lo qual la fòto es estada presa\";'),('oc','messages:exif-countrydest','s:20:\"oc:País representat\";'),('oc','messages:exif-credit','s:22:\"oc:Credit / provesidor\";'),('oc','messages:exif-croppedareaimageheightpixels','s:33:\"ca:Alçada retallada del panorama\";'),('oc','messages:exif-croppedareaimagewidthpixels','s:33:\"ca:Amplada retallada del panorama\";'),('oc','messages:exif-croppedarealeftpixels','s:31:\"ca:Retall esquerre del panorama\";'),('oc','messages:exif-croppedareatoppixels','s:31:\"ca:Retall superior del panorama\";'),('oc','messages:exif-customrendered','s:37:\"oc:Tractament d’imatge personalizat\";'),('oc','messages:exif-customrendered-0','s:21:\"oc:Procediment normal\";'),('oc','messages:exif-customrendered-1','s:27:\"oc:Procediment personalizat\";'),('oc','messages:exif-customrendered-2','s:26:\"ca:HDR (original no desat)\";'),('oc','messages:exif-customrendered-3','s:23:\"ca:HDR (original desat)\";'),('oc','messages:exif-customrendered-4','s:23:\"ca:Original (per a HDR)\";'),('oc','messages:exif-customrendered-6','s:11:\"ca:Panorama\";'),('oc','messages:exif-customrendered-7','s:13:\"ca:Retrat HDR\";'),('oc','messages:exif-customrendered-8','s:9:\"ca:Retrat\";'),('oc','messages:exif-datetime','s:40:\"oc:Data e ora de cambiament del fichièr\";'),('oc','messages:exif-datetimedigitized','s:29:\"oc:Data e ora de numerizacion\";'),('oc','messages:exif-datetimeexpires','s:22:\"oc:Utilizar pas aprèp\";'),('oc','messages:exif-datetimemetadata','s:55:\"oc:Data de la darrièra modificacion de las metadonadas\";'),('oc','messages:exif-datetimeoriginal','s:41:\"oc:Data e ora de la generacion de donadas\";'),('oc','messages:exif-datetimereleased','s:13:\"oc:Paregut lo\";'),('oc','messages:exif-dc-contributor','s:15:\"oc:Contributors\";'),('oc','messages:exif-dc-coverage','s:43:\"oc:Portada espaciala o temporala del mèdia\";'),('oc','messages:exif-dc-date','s:10:\"oc:Data(s)\";'),('oc','messages:exif-dc-publisher','s:9:\"oc:Editor\";'),('oc','messages:exif-dc-relation','s:20:\"oc:Mèdias connèxes\";'),('oc','messages:exif-dc-rights','s:9:\"oc:Dreits\";'),('oc','messages:exif-dc-source','s:14:\"oc:Mèdia font\";'),('oc','messages:exif-dc-type','s:17:\"oc:Tipe de mèdia\";'),('oc','messages:exif-devicesettingdescription','s:49:\"oc:Descripcion de la configuracion del dispositiu\";'),('oc','messages:exif-digitalzoomratio','s:38:\"oc:Taus d’agrandiment numeric (zoom)\";'),('oc','messages:exif-disclaimer','s:14:\"oc:Desistiment\";'),('oc','messages:exif-editstatus','s:32:\"oc:Estatut editorial de l\'imatge\";'),('oc','messages:exif-event','s:24:\"oc:Eveniment representat\";'),('oc','messages:exif-exifversion','s:15:\"oc:Version exif\";'),('oc','messages:exif-exposurebiasvalue','s:28:\"oc:Correccion d’exposicion\";'),('oc','messages:exif-exposureindex','s:24:\"oc:Indèx d’exposicion\";'),('oc','messages:exif-exposurelockused','s:42:\"ca:S\'ha utilitzat el bloqueig d\'exposició\";'),('oc','messages:exif-exposurelockused-false','s:5:\"ca:No\";'),('oc','messages:exif-exposurelockused-true','s:6:\"ca:Sí\";'),('oc','messages:exif-exposuremode','s:23:\"oc:Mòde d’exposicion\";'),('oc','messages:exif-exposuremode-0','s:24:\"oc:Exposicion automatica\";'),('oc','messages:exif-exposuremode-1','s:21:\"oc:Exposicion manuala\";'),('oc','messages:exif-exposuremode-2','s:36:\"oc:Forqueta (Bracketting) automatica\";'),('oc','messages:exif-exposureprogram','s:26:\"oc:Programa d’exposicion\";'),('oc','messages:exif-exposureprogram-0','s:12:\"oc:Indefinit\";'),('oc','messages:exif-exposureprogram-1','s:9:\"oc:Manual\";'),('oc','messages:exif-exposureprogram-2','s:18:\"oc:Programa normal\";'),('oc','messages:exif-exposureprogram-3','s:27:\"oc:Prioritat a la dobertura\";'),('oc','messages:exif-exposureprogram-4','s:29:\"oc:Prioritat a l’obturacion\";'),('oc','messages:exif-exposureprogram-5','s:61:\"oc:Programa de creacion (preferéncia a la prigondor de camp)\";'),('oc','messages:exif-exposureprogram-6','s:65:\"oc:Programa d\'accion (preferéncia a la velocitat d’obturacion)\";'),('oc','messages:exif-exposureprogram-7','s:60:\"oc:Mòde retrait (per clichats de prèp amb rèireplan fosc)\";'),('oc','messages:exif-exposureprogram-8','s:55:\"oc:Mòde païsatge (per de clichats de païsatges nets)\";'),('oc','messages:exif-exposuretime','s:21:\"oc:Temps d\'exposicion\";'),('oc','messages:exif-exposuretime-format','s:14:\"oc:$1 seg ($2)\";'),('oc','messages:exif-filesource','s:20:\"oc:Font del fichièr\";'),('oc','messages:exif-filesource-3','s:27:\"oc:Aparelh de fòto numeric\";'),('oc','messages:exif-firstphotodate','s:26:\"ca:Data de la primera foto\";'),('oc','messages:exif-fixtureidentifier','s:24:\"oc:Nom element recurrent\";'),('oc','messages:exif-flash','s:8:\"oc:Flash\";'),('oc','messages:exif-flash-fired-0','s:24:\"oc:Flash pas desenclavat\";'),('oc','messages:exif-flash-fired-1','s:20:\"oc:Flash desenclavat\";'),('oc','messages:exif-flash-function-1','s:26:\"oc:Pas de foncion de flash\";'),('oc','messages:exif-flash-mode-1','s:28:\"oc:lum del flash obligatòri\";'),('oc','messages:exif-flash-mode-2','s:35:\"oc:supression del flash obligatòri\";'),('oc','messages:exif-flash-mode-3','s:18:\"oc:Mòde automatic\";'),('oc','messages:exif-flash-redeye-1','s:26:\"oc:Mòde anti uèlhs roges\";'),('oc','messages:exif-flash-return-0','s:59:\"oc:cap d\'estroboscòpi retorna pas una foncion de deteccion\";'),('oc','messages:exif-flash-return-2','s:46:\"oc:l\'estroboscòpi retorna un lum pas detectat\";'),('oc','messages:exif-flash-return-3','s:42:\"oc:l\'estroboscòpi retorna un lum detectat\";'),('oc','messages:exif-flashenergy','s:20:\"oc:Energia del flash\";'),('oc','messages:exif-flashpixversion','s:29:\"oc:Version Flashpix suportada\";'),('oc','messages:exif-fnumber','s:20:\"oc:Nombre f (Focala)\";'),('oc','messages:exif-fnumber-format','s:7:\"ca:f/$1\";'),('oc','messages:exif-focallength','s:19:\"oc:Longor de focala\";'),('oc','messages:exif-focallength-format','s:8:\"ca:$1 mm\";'),('oc','messages:exif-focallengthin35mmfilm','s:38:\"oc:Longor de focala per un filme 35 mm\";'),('oc','messages:exif-focalplaneresolutionunit','s:39:\"oc:Unitat de resolucion de focala plana\";'),('oc','messages:exif-focalplaneresolutionunit-2','s:7:\"oc:poce\";'),('oc','messages:exif-focalplanexresolution','s:37:\"oc:Resolucion orizontala focala plana\";'),('oc','messages:exif-focalplaneyresolution','s:36:\"oc:Resolucion verticala focala plana\";'),('oc','messages:exif-fullpanoheightpixels','s:29:\"ca:Alçada total del panorama\";'),('oc','messages:exif-fullpanowidthpixels','s:29:\"ca:Amplada total del panorama\";'),('oc','messages:exif-gaincontrol','s:30:\"oc:Contraròtle de luminositat\";'),('oc','messages:exif-gaincontrol-0','s:6:\"oc:Cap\";'),('oc','messages:exif-gaincontrol-1','s:39:\"oc:Augmentacion febla de l’aquisicion\";'),('oc','messages:exif-gaincontrol-2','s:40:\"oc:Augmentacion fòrta de l’aquisicion\";'),('oc','messages:exif-gaincontrol-3','s:36:\"oc:Reduccion febla de l’aquisicion\";'),('oc','messages:exif-gaincontrol-4','s:37:\"oc:Reduccion fòrta de l’aquisicion\";'),('oc','messages:exif-giffilecomment','s:28:\"oc:Comentari de fichièr GIF\";'),('oc','messages:exif-gpsaltitude','s:10:\"oc:Altitud\";'),('oc','messages:exif-gpsaltitude-above-sealevel','s:66:\"oc:$1 {{PLURAL:$1|mètre|mètres}} en dessús del nivèl de la mar\";'),('oc','messages:exif-gpsaltitude-below-sealevel','s:65:\"oc:$1 {{PLURAL:$1|mètre|mètres}} en dejós del nivèl de la mar\";'),('oc','messages:exif-gpsaltituderef','s:26:\"oc:Referéncia d’altitud\";'),('oc','messages:exif-gpsareainformation','s:22:\"oc:Nom de la zòna GPS\";'),('oc','messages:exif-gpsdatestamp','s:11:\"oc:Data GPS\";'),('oc','messages:exif-gpsdestbearing','s:31:\"oc:Relevament de la destinacion\";'),('oc','messages:exif-gpsdestbearingref','s:47:\"oc:Referéncia pel relevament de la destinacion\";'),('oc','messages:exif-gpsdestdistance','s:30:\"oc:Distància a la destinacion\";'),('oc','messages:exif-gpsdestdistance-k','s:15:\"oc:Quilomètres\";'),('oc','messages:exif-gpsdestdistance-m','s:17:\"oc:Milas anglesas\";'),('oc','messages:exif-gpsdestdistance-n','s:17:\"oc:Milas nauticas\";'),('oc','messages:exif-gpsdestdistanceref','s:50:\"oc:Referéncia per la distància de la destinacion\";'),('oc','messages:exif-gpsdestlatitude','s:28:\"oc:Latitud de la destinacion\";'),('oc','messages:exif-gpsdestlatituderef','s:47:\"oc:Referéncia per la latitud de la destinacion\";'),('oc','messages:exif-gpsdestlongitude','s:29:\"oc:Longitud de la destinacion\";'),('oc','messages:exif-gpsdestlongituderef','s:48:\"oc:Referéncia per la longitud de la destinacion\";'),('oc','messages:exif-gpsdifferential','s:30:\"oc:Correccion diferenciala GPS\";'),('oc','messages:exif-gpsdirection-m','s:17:\"oc:Nòrd magnetic\";'),('oc','messages:exif-gpsdirection-t','s:24:\"oc:Direccion vertadièra\";'),('oc','messages:exif-gpsdop','s:25:\"oc:Precision de la mesura\";'),('oc','messages:exif-gpsdop-excellent','s:18:\"oc:Excellenta ($1)\";'),('oc','messages:exif-gpsdop-fair','s:16:\"oc:Passable ($1)\";'),('oc','messages:exif-gpsdop-good','s:12:\"oc:Bona ($1)\";'),('oc','messages:exif-gpsdop-moderate','s:14:\"oc:Mejana ($1)\";'),('oc','messages:exif-gpsdop-poor','s:15:\"oc:Marrida ($1)\";'),('oc','messages:exif-gpsimgdirection','s:26:\"oc:Direccion de l’imatge\";'),('oc','messages:exif-gpsimgdirectionref','s:48:\"oc:Referéncia per l’orientacion de l’imatge\";'),('oc','messages:exif-gpslatitude','s:10:\"oc:Latitud\";'),('oc','messages:exif-gpslatitude-n','s:16:\"oc:Latitud Nòrd\";'),('oc','messages:exif-gpslatitude-s','s:14:\"oc:Latitud Sud\";'),('oc','messages:exif-gpslatituderef','s:43:\"oc:Referéncia per la Latitud (Nòrd o Sud)\";'),('oc','messages:exif-gpslongitude','s:11:\"oc:Longitud\";'),('oc','messages:exif-gpslongitude-e','s:16:\"oc:Longitud Èst\";'),('oc','messages:exif-gpslongitude-w','s:17:\"oc:Longitud Oèst\";'),('oc','messages:exif-gpslongituderef','s:45:\"oc:Referéncia per la longitud (Èst o Oèst)\";'),('oc','messages:exif-gpsmapdatum','s:29:\"oc:Sistèma geodesic utilizat\";'),('oc','messages:exif-gpsmeasuremode','s:18:\"oc:Mòde de mesura\";'),('oc','messages:exif-gpsmeasuremode-2','s:25:\"oc:Mesura de 2 dimensions\";'),('oc','messages:exif-gpsmeasuremode-3','s:25:\"oc:Mesura de 3 dimensions\";'),('oc','messages:exif-gpsprocessingmethod','s:40:\"oc:Nom del metòde de tractament del GPS\";'),('oc','messages:exif-gpssatellites','s:36:\"oc:Satellits utilizats per la mesura\";'),('oc','messages:exif-gpsspeed','s:29:\"oc:Velocitat del receptor GPS\";'),('oc','messages:exif-gpsspeed-k','s:23:\"oc:Quilomètres per ora\";'),('oc','messages:exif-gpsspeed-m','s:16:\"oc:Miles per ora\";'),('oc','messages:exif-gpsspeed-n','s:8:\"oc:Noses\";'),('oc','messages:exif-gpsspeedref','s:39:\"oc:Unitat de velocitat del receptor GPS\";'),('oc','messages:exif-gpsstatus','s:21:\"oc:Estat del receptor\";'),('oc','messages:exif-gpsstatus-a','s:17:\"oc:Mesura en cors\";'),('oc','messages:exif-gpsstatus-v','s:33:\"oc:Interoperabilitat de la mesura\";'),('oc','messages:exif-gpstimestamp','s:28:\"oc:Ora GPS (relòtge atomic)\";'),('oc','messages:exif-gpstrack','s:25:\"oc:Direccion del movement\";'),('oc','messages:exif-gpstrackref','s:44:\"oc:Referéncia per la direccion del movement\";'),('oc','messages:exif-gpsversionid','s:33:\"oc:Version de la balisa (tag) GPS\";'),('oc','messages:exif-headline','s:9:\"oc:Títol\";'),('oc','messages:exif-identifier','s:15:\"oc:Identificant\";'),('oc','messages:exif-iimcategory','s:12:\"oc:Categoria\";'),('oc','messages:exif-iimcategory-ace','s:26:\"oc:Arts, cultura e lésers\";'),('oc','messages:exif-iimcategory-clj','s:16:\"oc:Crime e dreit\";'),('oc','messages:exif-iimcategory-dis','s:27:\"oc:Catastròfas e accidents\";'),('oc','messages:exif-iimcategory-edu','s:12:\"oc:Educacion\";'),('oc','messages:exif-iimcategory-evn','s:15:\"oc:Environament\";'),('oc','messages:exif-iimcategory-fin','s:19:\"oc:Economia e afars\";'),('oc','messages:exif-iimcategory-hth','s:9:\"oc:Santat\";'),('oc','messages:exif-iimcategory-hum','s:16:\"oc:Interès uman\";'),('oc','messages:exif-iimcategory-lab','s:10:\"oc:Trabalh\";'),('oc','messages:exif-iimcategory-lif','s:29:\"oc:Mòde de vida e de lésers\";'),('oc','messages:exif-iimcategory-pol','s:11:\"oc:Politica\";'),('oc','messages:exif-iimcategory-rel','s:24:\"oc:Religion e cresenças\";'),('oc','messages:exif-iimcategory-sci','s:25:\"oc:Sciéncia e tecnologia\";'),('oc','messages:exif-iimcategory-soi','s:21:\"oc:Questions socialas\";'),('oc','messages:exif-iimcategory-spo','s:11:\"oc:Espòrts\";'),('oc','messages:exif-iimcategory-war','s:33:\"oc:Guèrra, conflictes e borrolhs\";'),('oc','messages:exif-iimcategory-wea','s:9:\"oc:Metèo\";'),('oc','messages:exif-iimsupplementalcategory','s:29:\"oc:Categorias suplementàrias\";'),('oc','messages:exif-iimversion','s:14:\"oc:version IIM\";'),('oc','messages:exif-imagedescription','s:23:\"oc:Títol de l’imatge\";'),('oc','messages:exif-imagelength','s:9:\"oc:Nautor\";'),('oc','messages:exif-imageuniqueid','s:34:\"oc:Identificant unic de l’imatge\";'),('oc','messages:exif-imagewidth','s:9:\"oc:Largor\";'),('oc','messages:exif-initialcameradolly','s:39:\"ca:Posició inicial de la càmera dolly\";'),('oc','messages:exif-initialhorizontalfovdegrees','s:47:\"ca:Camp de visió inicial (graus en horizontal)\";'),('oc','messages:exif-initialverticalfovdegrees','s:45:\"ca:Camp de visió inicial (graus en vertical)\";'),('oc','messages:exif-initialviewheadingdegrees','s:40:\"ca:Direcció inicial de la vista (graus)\";'),('oc','messages:exif-initialviewpitchdegrees','s:42:\"ca:Inclinació inicial de la vista (graus)\";'),('oc','messages:exif-initialviewrolldegrees','s:39:\"ca:Rotació inicial de la vista (graus)\";'),('oc','messages:exif-intellectualgenre','s:17:\"oc:Tipe d\'element\";'),('oc','messages:exif-isospeedratings','s:19:\"oc:Sensibilitat ISO\";'),('oc','messages:exif-isospeedratings-overflow','s:22:\"oc:Mai grand que 65535\";'),('oc','messages:exif-jpegfilecomment','s:29:\"oc:Comentari de fichièr JPEG\";'),('oc','messages:exif-jpeginterchangeformat','s:24:\"oc:Posicion del SOI JPEG\";'),('oc','messages:exif-jpeginterchangeformatlength','s:37:\"oc:Talha en octet de las donadas JPEG\";'),('oc','messages:exif-keywords','s:13:\"oc:Mots claus\";'),('oc','messages:exif-label','s:11:\"oc:Libellat\";'),('oc','messages:exif-languagecode','s:8:\"oc:Lenga\";'),('oc','messages:exif-lastphotodate','s:26:\"ca:Data de la darrera foto\";'),('oc','messages:exif-lens','s:21:\"oc:Lentilha utilizada\";'),('oc','messages:exif-licenseurl','s:22:\"oc:URL de la licéncia\";'),('oc','messages:exif-lightsource','s:15:\"oc:Font de lutz\";'),('oc','messages:exif-lightsource-0','s:14:\"oc:Desconeguda\";'),('oc','messages:exif-lightsource-1','s:16:\"oc:Lutz del jorn\";'),('oc','messages:exif-lightsource-10','s:18:\"oc:Temps ennivolat\";'),('oc','messages:exif-lightsource-11','s:8:\"oc:Ombra\";'),('oc','messages:exif-lightsource-12','s:59:\"oc:Esclairatge fluorescent lutz del jorn (D 5700 – 7100K)\";'),('oc','messages:exif-lightsource-13','s:51:\"oc:Esclairatge fluorescent blanc (N 4600 – 5400K)\";'),('oc','messages:exif-lightsource-14','s:56:\"oc:Esclairatge fluorescent blanc freg (W 3900 – 4500K)\";'),('oc','messages:exif-lightsource-15','s:52:\"oc:Esclairatge fluorescent blanc (WW 3200 – 3700K)\";'),('oc','messages:exif-lightsource-17','s:18:\"oc:Lum estandard A\";'),('oc','messages:exif-lightsource-18','s:18:\"oc:Lum estandard B\";'),('oc','messages:exif-lightsource-19','s:18:\"oc:Lum estandard C\";'),('oc','messages:exif-lightsource-2','s:14:\"oc:Fluorescent\";'),('oc','messages:exif-lightsource-20','s:6:\"fr:D55\";'),('oc','messages:exif-lightsource-21','s:6:\"fr:D65\";'),('oc','messages:exif-lightsource-22','s:6:\"fr:D75\";'),('oc','messages:exif-lightsource-23','s:6:\"fr:D50\";'),('oc','messages:exif-lightsource-24','s:28:\"oc:Tungstèni ISO d\'estudiò\";'),('oc','messages:exif-lightsource-255','s:20:\"oc:Autra font de lum\";'),('oc','messages:exif-lightsource-3','s:31:\"oc:Tungstèn (lum incandescent)\";'),('oc','messages:exif-lightsource-4','s:8:\"oc:Flash\";'),('oc','messages:exif-lightsource-9','s:13:\"oc:Temps clar\";'),('oc','messages:exif-locationdest','s:20:\"oc:Luòc representat\";'),('oc','messages:exif-locationdestcode','s:30:\"oc:Còdi del luòc representat\";'),('oc','messages:exif-make','s:27:\"oc:Fabricant de l’aparelh\";'),('oc','messages:exif-make-value','s:5:\"en:$1\";'),('oc','messages:exif-maxaperturevalue','s:28:\"oc:Camp de dobertura maximal\";'),('oc','messages:exif-maxaperturevalue-value','s:23:\"fr:$1 APEX (f / $2)\";'),('oc','messages:exif-meteringmode','s:18:\"oc:Mòde de mesura\";'),('oc','messages:exif-meteringmode-0','s:13:\"oc:Desconegut\";'),('oc','messages:exif-meteringmode-1','s:9:\"oc:Mejana\";'),('oc','messages:exif-meteringmode-2','s:25:\"oc:Mesura centrala mejana\";'),('oc','messages:exif-meteringmode-255','s:8:\"oc:Autra\";'),('oc','messages:exif-meteringmode-3','s:9:\"oc:Espòt\";'),('oc','messages:exif-meteringmode-4','s:14:\"oc:MultiEspòt\";'),('oc','messages:exif-meteringmode-5','s:9:\"oc:Paleta\";'),('oc','messages:exif-meteringmode-6','s:10:\"oc:Parcial\";'),('oc','messages:exif-model','s:24:\"oc:Modèl de l’aparelh\";'),('oc','messages:exif-model-value','s:5:\"en:$1\";'),('oc','messages:exif-morepermissionsurl','s:47:\"oc:Informacions sus las licéncias alternativas\";'),('oc','messages:exif-nickname','s:27:\"oc:Nom informal de l\'imatge\";'),('oc','messages:exif-objectcycle','s:58:\"oc:Moment de la jornada al qual aqueste mèdia es destinat\";'),('oc','messages:exif-objectcycle-a','s:17:\"oc:Matin solament\";'),('oc','messages:exif-objectcycle-b','s:14:\"oc:Matin e ser\";'),('oc','messages:exif-objectcycle-p','s:18:\"oc:Serada solament\";'),('oc','messages:exif-objectname','s:14:\"oc:Títol cort\";'),('oc','messages:exif-organisationinimage','s:28:\"oc:Organizacion representada\";'),('oc','messages:exif-orientation','s:14:\"oc:Orientacion\";'),('oc','messages:exif-orientation-1','s:10:\"oc:Normala\";'),('oc','messages:exif-orientation-2','s:27:\"oc:Inversada orizontalament\";'),('oc','messages:exif-orientation-3','s:18:\"oc:Virada de 180°\";'),('oc','messages:exif-orientation-4','s:26:\"oc:Inversada verticalament\";'),('oc','messages:exif-orientation-5','s:66:\"oc:Virada de 90° dins lo sens antiorari e inversada verticalament\";'),('oc','messages:exif-orientation-6','s:40:\"oc:Virada de 90° dins lo sens antiorari\";'),('oc','messages:exif-orientation-7','s:62:\"oc:Virada de 90° dins lo sens orari e inversada verticalament\";'),('oc','messages:exif-orientation-8','s:36:\"oc:Virada de 90° dins lo sens orari\";'),('oc','messages:exif-originaldocumentid','s:42:\"oc:Identificant unic del document original\";'),('oc','messages:exif-originalimageheight','s:47:\"oc:Nautor de l\'imatge abans d\'èsser requadrada\";'),('oc','messages:exif-originalimagewidth','s:47:\"oc:Largor de l\'imatge abans d\'èsser requadrada\";'),('oc','messages:exif-originaltransmissionref','s:53:\"oc:Còdi de localizacion de la transmission originala\";'),('oc','messages:exif-personinimage','s:23:\"oc:Persona representada\";'),('oc','messages:exif-photometricinterpretation','s:49:\"oc:Composicion dels pixèls (Modèl colorimetric)\";'),('oc','messages:exif-photometricinterpretation-0','s:30:\"ca:Negre i blanc (blanc és 0)\";'),('oc','messages:exif-photometricinterpretation-1','s:30:\"oc:Blanc e negre (0 pel negre)\";'),('oc','messages:exif-photometricinterpretation-10','s:32:\"ca:CIE L*a*b* (codificació ITU)\";'),('oc','messages:exif-photometricinterpretation-2','s:6:\"fr:RVB\";'),('oc','messages:exif-photometricinterpretation-3','s:9:\"ca:Paleta\";'),('oc','messages:exif-photometricinterpretation-32803','s:29:\"ca:Matriu de filtres de color\";'),('oc','messages:exif-photometricinterpretation-34892','s:17:\"ca:Lineal en brut\";'),('oc','messages:exif-photometricinterpretation-4','s:29:\"ca:Màscara de transparència\";'),('oc','messages:exif-photometricinterpretation-5','s:30:\"ca:Separat (probablement CMYK)\";'),('oc','messages:exif-photometricinterpretation-6','s:8:\"fr:YCbCr\";'),('oc','messages:exif-photometricinterpretation-8','s:16:\"fr:L*a*b* du CIE\";'),('oc','messages:exif-photometricinterpretation-9','s:32:\"ca:CIE L*a*b* (codificació ICC)\";'),('oc','messages:exif-pixelxdimension','s:23:\"oc:Largor de l’imatge\";'),('oc','messages:exif-pixelydimension','s:23:\"oc:Nautor de l’imatge\";'),('oc','messages:exif-planarconfiguration','s:29:\"oc:Arrengament de las donadas\";'),('oc','messages:exif-planarconfiguration-1','s:20:\"oc:Donadas atenentas\";'),('oc','messages:exif-planarconfiguration-2','s:20:\"oc:Donadas separadas\";'),('oc','messages:exif-pngfilecomment','s:29:\"oc:Comentari de fichièr JPEG\";'),('oc','messages:exif-poseheadingdegrees','s:35:\"ca:Direcció d\'enquadrament (graus)\";'),('oc','messages:exif-posepitchdegrees','s:22:\"ca:Inclinació (graus)\";'),('oc','messages:exif-poserolldegrees','s:19:\"ca:Rotació (graus)\";'),('oc','messages:exif-preferredattributionname','s:62:\"oc:Al moment de la reütilizacion d\'aqueste trabalh, creditatz\";'),('oc','messages:exif-primarychromaticities','s:41:\"oc:Cromaticitats de las colors primàrias\";'),('oc','messages:exif-projectiontype','s:22:\"ca:Tipus de projecció\";'),('oc','messages:exif-projectiontype-equirectangular','s:18:\"ca:Equirectangular\";'),('oc','messages:exif-provinceorstatecreated','s:59:\"oc:Província o Estat dins lo qual la fòto es estada presa\";'),('oc','messages:exif-provinceorstatedest','s:33:\"oc:Província o Estat representat\";'),('oc','messages:exif-rating','s:16:\"oc:Nòta (sus 5)\";'),('oc','messages:exif-rating-rejected','s:10:\"oc:Regetat\";'),('oc','messages:exif-referenceblackwhite','s:38:\"oc:Valors de referéncia blanc e negre\";'),('oc','messages:exif-relatedsoundfile','s:27:\"oc:Fichièr àudio associat\";'),('oc','messages:exif-rightscertificate','s:36:\"oc:Certificat de gestion dels dreits\";'),('oc','messages:exif-rowsperstrip','s:29:\"oc:Nombre de linhas per benda\";'),('oc','messages:exif-samplesperpixel','s:50:\"oc:Nombre de compausants (Compausantas per pixèl)\";'),('oc','messages:exif-saturation','s:13:\"oc:Saturacion\";'),('oc','messages:exif-saturation-0','s:9:\"oc:Normal\";'),('oc','messages:exif-saturation-1','s:19:\"oc:Saturacion febla\";'),('oc','messages:exif-saturation-2','s:21:\"oc:Saturacion elevada\";'),('oc','messages:exif-scenecapturetype','s:31:\"oc:Tipe de captura de la scèna\";'),('oc','messages:exif-scenecapturetype-0','s:12:\"oc:Estandard\";'),('oc','messages:exif-scenecapturetype-1','s:12:\"oc:Païsatge\";'),('oc','messages:exif-scenecapturetype-2','s:10:\"oc:Retrait\";'),('oc','messages:exif-scenecapturetype-3','s:19:\"oc:Scèna nuechenca\";'),('oc','messages:exif-scenecode','s:23:\"oc:Còdi de scèna IPTC\";'),('oc','messages:exif-scenetype','s:17:\"oc:Tipe de scèna\";'),('oc','messages:exif-scenetype-1','s:34:\"oc:Imatge dirèctament fotografiat\";'),('oc','messages:exif-sensingmethod','s:19:\"oc:Tipe de captador\";'),('oc','messages:exif-sensingmethod-1','s:14:\"oc:Pas definit\";'),('oc','messages:exif-sensingmethod-2','s:45:\"oc:Captador de zòna de colors monocromaticas\";'),('oc','messages:exif-sensingmethod-3','s:43:\"oc:Captador de zòna de colors bicromaticas\";'),('oc','messages:exif-sensingmethod-4','s:44:\"oc:Captador de zòna de colors tricromaticas\";'),('oc','messages:exif-sensingmethod-5','s:31:\"oc:Captador de color sequencial\";'),('oc','messages:exif-sensingmethod-7','s:21:\"oc:Captador trilinear\";'),('oc','messages:exif-sensingmethod-8','s:38:\"oc:Captador de color linear sequencial\";'),('oc','messages:exif-serialnumber','s:41:\"oc:Numèro de seria de l\'aparelh de fòto\";'),('oc','messages:exif-sharpness','s:10:\"oc:Netetat\";'),('oc','messages:exif-sharpness-0','s:10:\"oc:Normala\";'),('oc','messages:exif-sharpness-1','s:8:\"oc:Doça\";'),('oc','messages:exif-sharpness-2','s:7:\"oc:Dura\";'),('oc','messages:exif-shutterspeedvalue','s:37:\"oc:velocitat d’obturacion de l\'APEX\";'),('oc','messages:exif-software','s:20:\"oc:Logicial utilizat\";'),('oc','messages:exif-software-value','s:5:\"en:$1\";'),('oc','messages:exif-software-version-value','s:18:\"en:$1 (Version $2)\";'),('oc','messages:exif-source','s:7:\"oc:Font\";'),('oc','messages:exif-sourcephotoscount','s:34:\"ca:Nombre de fotografies a la font\";'),('oc','messages:exif-specialinstructions','s:26:\"oc:Instruccions especialas\";'),('oc','messages:exif-spectralsensitivity','s:26:\"oc:Sensibilitat espectrala\";'),('oc','messages:exif-stitchingsoftware','s:23:\"ca:Programari per cosir\";'),('oc','messages:exif-stripbytecounts','s:28:\"oc:Talha en octets per benda\";'),('oc','messages:exif-stripoffsets','s:44:\"oc:Emplaçament de las donadas de l’imatge\";'),('oc','messages:exif-subjectarea','s:29:\"oc:Emplaçament del subjècte\";'),('oc','messages:exif-subjectdistance','s:27:\"oc:Distància del subjècte\";'),('oc','messages:exif-subjectdistance-value','s:37:\"oc:{{PLURAL:$1|$1 mètre|$1 mètres}}\";'),('oc','messages:exif-subjectdistancerange','s:27:\"oc:Distància del subjècte\";'),('oc','messages:exif-subjectdistancerange-0','s:13:\"oc:Desconegut\";'),('oc','messages:exif-subjectdistancerange-1','s:9:\"oc:Macrò\";'),('oc','messages:exif-subjectdistancerange-2','s:9:\"oc:Sarrat\";'),('oc','messages:exif-subjectdistancerange-3','s:11:\"oc:Luenhenc\";'),('oc','messages:exif-subjectlocation','s:25:\"oc:Posicion del subjècte\";'),('oc','messages:exif-subjectnewscode','s:22:\"oc:Còdi del subjècte\";'),('oc','messages:exif-subjectnewscode-value','s:10:\"fr:$2 ($1)\";'),('oc','messages:exif-sublocationcreated','s:60:\"oc:Partida de la vila dins la quala la fòto es estada presa\";'),('oc','messages:exif-sublocationdest','s:34:\"oc:Partida de la vila representada\";'),('oc','messages:exif-subsectime','s:30:\"oc:Data de darrièr cambiament\";'),('oc','messages:exif-subsectimedigitized','s:26:\"oc:Data de la numerizacion\";'),('oc','messages:exif-subsectimeoriginal','s:29:\"oc:Data de la presa originala\";'),('oc','messages:exif-unknowndate','s:19:\"oc:Data desconeguda\";'),('oc','messages:exif-urgency','s:12:\"oc:Urgéncia\";'),('oc','messages:exif-urgency-high','s:13:\"oc:Nauta ($1)\";'),('oc','messages:exif-urgency-low','s:13:\"oc:Febla ($1)\";'),('oc','messages:exif-urgency-normal','s:15:\"oc:Normala ($1)\";'),('oc','messages:exif-urgency-other','s:43:\"oc:Urgéncia definida per l\'utilizaire ($1)\";'),('oc','messages:exif-usageterms','s:27:\"oc:Condicions d\'utilizacion\";'),('oc','messages:exif-usepanoramaviewer','s:31:\"ca:Utilitza el visor panoràmic\";'),('oc','messages:exif-usepanoramaviewer-false','s:5:\"ca:No\";'),('oc','messages:exif-usepanoramaviewer-true','s:6:\"ca:Sí\";'),('oc','messages:exif-usercomment','s:29:\"oc:Comentaris de l\'utilizaire\";'),('oc','messages:exif-webstatement','s:41:\"oc:Declaracion de dreits d\'autor en linha\";'),('oc','messages:exif-whitebalance','s:23:\"oc:Balança dels blancs\";'),('oc','messages:exif-whitebalance-0','s:34:\"oc:Balança dels blancs automatica\";'),('oc','messages:exif-whitebalance-1','s:31:\"oc:Balança dels blancs manuala\";'),('oc','messages:exif-whitepoint','s:30:\"oc:Cromaticitat del punt blanc\";'),('oc','messages:exif-worldregioncreated','s:57:\"oc:Region del mond dins la quala la fòto es estada presa\";'),('oc','messages:exif-worldregiondest','s:31:\"oc:Region del mond representada\";'),('oc','messages:exif-writer','s:8:\"oc:Autor\";'),('oc','messages:exif-xresolution','s:24:\"oc:Resolucion orizontala\";'),('oc','messages:exif-xyresolution-c','s:9:\"ca:$1 ppc\";'),('oc','messages:exif-xyresolution-i','s:9:\"ca:$1 ppp\";'),('oc','messages:exif-ycbcrcoefficients','s:81:\"oc:Coeficients de la matritz de transformacion de l’espaci colorimetric (YCbCr)\";'),('oc','messages:exif-ycbcrpositioning','s:22:\"oc:Posicionament YCbCr\";'),('oc','messages:exif-ycbcrpositioning-1','s:10:\"oc:Centrat\";'),('oc','messages:exif-ycbcrpositioning-2','s:11:\"oc:Cosituat\";'),('oc','messages:exif-ycbcrsubsampling','s:63:\"oc:Taus d’escandalhatge de las compausantas de la crominança\";'),('oc','messages:exif-yresolution','s:23:\"oc:Resolucion verticala\";'),('oc','messages:expand_templates_generate_rawhtml','s:23:\"oc:Afichar lo HTML brut\";'),('oc','messages:expand_templates_generate_xml','s:29:\"oc:Veire l\'arborescéncia XML\";'),('oc','messages:expand_templates_html_output','s:31:\"oc:Sortida en HTML sens filtrar\";'),('oc','messages:expand_templates_input','s:32:\"oc:Picatz vòstre tèxte aicí :\";'),('oc','messages:expand_templates_input_missing','s:58:\"ca:Cal que proporcioneu al menys algun wikitext d\'entrada.\";'),('oc','messages:expand_templates_intro','s:408:\"oc:Aquesta pagina especiala accèpta un tèxte wiki source e permet de realizar recursivament l’espandiment dels modèls que conten.\nRealiza tanben l’espandiment de las foncions del parser talas coma\n<code><nowiki>{{</nowiki>#language:...}}</code> e de variablas coma\n<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.\nEn fait, realiza l\'espandiment de gaireben tot çò qu\'es enquadrat per d\'acoladas doblas.\";'),('oc','messages:expand_templates_ok','s:12:\"oc:D\'acòrdi\";'),('oc','messages:expand_templates_output','s:28:\"oc:Visualizatz lo resultat :\";'),('oc','messages:expand_templates_preview','s:19:\"oc:Previsualizacion\";'),('oc','messages:expand_templates_preview_fail_html','s:427:\"ca:<em>Atès que {{SITENAME}} té HTML cru habilitat i s\'ha produït una pèrdua de dades de la sessió, s\'ha amagat la vista prèvia com a mesura de precaució contra atacs en JavaScript.</em>\n\n<strong>Si això és un intent de previsualització legítim, torneu-ho a provar.</strong>\nSi encara no funciona, intenteu [[Special:UserLogout|finalitzar la sessió]] i comproveu si el vostre navegador permet galetes d\'aquest lloc.\";'),('oc','messages:expand_templates_preview_fail_html_anon','s:298:\"ca:<em>Atès que {{SITENAME}} té l\'HTML cru habilitat i no heu iniciat una sessió, s\'ha amagat la previsualització com a prevenció d\'atacs en JavaScript.</em>\n\n<strong>Si això és un intent de previsualització legítim, [[Special:UserLogin|inicieu una sessió]] i torneu-ho a provar.</strong>\";'),('oc','messages:expand_templates_remove_comments','s:27:\"oc:Suprimir los comentaris.\";'),('oc','messages:expand_templates_remove_nowiki','s:52:\"oc:Suprimís los marcadors <nowiki> dins lo resultat\";'),('oc','messages:expand_templates_title','s:68:\"oc:Títol de la pagina, se lo còdi utiliza {{FULLPAGENAME}}, etc. :\";'),('oc','messages:expand_templates_xml_output','s:14:\"oc:Sortida XML\";'),('oc','messages:expandtemplates','s:27:\"oc:Espandiment dels modèls\";'),('oc','messages:expansion-depth-exceeded-category','s:54:\"oc:Paginas ont la prigondor d\'espandiment es depassada\";'),('oc','messages:expansion-depth-exceeded-category-desc','s:59:\"oc:La pagina depassa la prigondor d’espandiment maximala.\";'),('oc','messages:expansion-depth-exceeded-warning','s:46:\"oc:Pagina depassant la prigondor d\'espandiment\";'),('oc','messages:expensive-parserfunction-category','s:66:\"oc:Paginas amb tròp d’apèls dispendioses de foncions parsaires\";'),('oc','messages:expensive-parserfunction-category-desc','s:226:\"ca:La pàgina utilitza massa funcions d\'analitzador costoses (com <code>#ifexist</code>). Vegeu [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].\";'),('oc','messages:expensive-parserfunction-warning','s:202:\"oc:Atencion : Aquesta pagina conten tròp d’apèls dispendioses de foncions del parser.\n\nI deurià aver mens de {{PLURAL:$2|ampèl|ampèls}}, e actualament {{PLURAL:$1|i a $1 ampèl|i a $1 ampèls}}..\";'),('oc','messages:explainconflict','s:380:\"oc:Aqueste pagina es estada salvada après qu\'avètz començat de la modificar.\nLa zòna d\'edicion superiora conten lo tèxte tal coma es enregistrat actualament dins la basa de donadas.\nVòstras modificacions apareisson dins la zòna d\'edicion inferiora.\nVos va caler aportar vòstras modificacions al tèxte existent.\n\'\'\'Sol\'\'\' lo tèxte de la zòna superiora serà enregistrat.\";'),('oc','messages:export','s:22:\"oc:Exportar de paginas\";'),('oc','messages:export-addcat','s:10:\"oc:Apondre\";'),('oc','messages:export-addcattext','s:40:\"oc:Apondre las paginas de la categoria :\";'),('oc','messages:export-addns','s:10:\"oc:Apondre\";'),('oc','messages:export-addnstext','s:45:\"oc:Apondre de paginas dins l\'espaci de noms :\";'),('oc','messages:export-download','s:30:\"oc:Salvar en tant que fichièr\";'),('oc','messages:export-manual','s:35:\"oc:Apondre de paginas manualament :\";'),('oc','messages:export-pagelinks','s:51:\"oc:Enclure las paginas ligadas a una prigondor de :\";'),('oc','messages:export-submit','s:11:\"oc:Exportar\";'),('oc','messages:export-summary','s:3:\"en:\";'),('oc','messages:export-templates','s:22:\"oc:Enclure los modèls\";'),('oc','messages:exportall','s:29:\"oc:Exportar totas las paginas\";'),('oc','messages:exportcuronly','s:66:\"oc:Exportar unicament la version correnta sens l’istoric complet\";'),('oc','messages:exportlistauthors','s:63:\"oc:Inclure una lista completa dels contributors per cada pagina\";'),('oc','messages:exportnohistory','s:165:\"oc:----\n\'\'\'Nòta :\'\'\' l’exportacion completa de l’istoric de las paginas amb l’ajuda d\'aqueste formulari es estada desactivada per de rasons de performàncias.\";'),('oc','messages:exporttext','s:647:\"oc:Podètz exportar en XML lo tèxte e l’istoric d’una pagina o d’un ensemble de paginas; lo resultat pòt alara èsser importat dins un autre wiki que fonciona amb lo logicial MediaWiki.\n\nPer exportar de paginas, entratz lors títols dins la bóstia de tèxte çaijós, un títol per linha, e seleccionatz s\'o desiratz o pas la version actuala amb totas las versions ancianas, amb la pagina d’istoric, o simplament la pagina actuala amb d\'informacions sus la darrièra modificacion.\n\nDins aqueste darrièr cas, podètz tanben utilizar un ligam, coma [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] per la pagina [[{{MediaWiki:Mainpage}}]].\";'),('oc','messages:external_image_whitelist','s:576:\"oc: #Daissatz aquesta linha exactament coma es.<pre>\n#Indicatz los fragments d’expression racionalas (sonque la partida indicada entre los //) çaijós.\n#Correspondràn amb las URLs dels imatges extèrnes\n#Los que correspondon s\'aficharàn coma d\'imatges, siquenon solament un ligam cap a l\'imatge serà afichat.\n#Las linhas que començan amb un # seràn consideradas coma de comentaris.\n#Aquesta linha es pas sensibla a la cassa.\n\n#Metètz totes los fragments d’expressions racionalas al dessús d\'aquesta linha. Daissatz aquesta darrièra linha exactament coma es.</pre>\";'),('oc','messages:externaldberror','s:151:\"oc:Siá una error s’es produita amb la basa de donadas d’autentificacion extèrna, siá sètz pas autorizat a metre a jorn vòstre compte extèrne.\";'),('oc','messages:faq','s:6:\"oc:FAQ\";'),('oc','messages:feb','s:6:\"oc:feb\";'),('oc','messages:february','s:11:\"oc:febrièr\";'),('oc','messages:february-gen','s:14:\"oc:de febrièr\";'),('oc','messages:feed-atom','s:7:\"fr:Atom\";'),('oc','messages:feed-invalid','s:24:\"oc:Tipe de flux invalid.\";'),('oc','messages:feed-rss','s:6:\"fr:RSS\";'),('oc','messages:feed-unavailable','s:48:\"oc:Los fluxes de sindicacion son pas disponibles\";'),('oc','messages:feedback-adding','s:48:\"oc:Apondon de vòstres comentaris a la pagina...\";'),('oc','messages:feedback-back','s:9:\"oc:Retorn\";'),('oc','messages:feedback-bugcheck','s:77:\"oc:Remirable ! Verificatz simplament qu\'es pas un dels [$1 bugs ja coneguts].\";'),('oc','messages:feedback-bugnew','s:39:\"oc:Ai verificat. Senhalar un bug novèl\";'),('oc','messages:feedback-bugornote','s:263:\"ca:Si podeu descriure un problema tècnic en detall, [$1 informeu-ne].\nAltrament, podeu fer servir un senzill formulari a continuació. El vostre comentari s\'afegirà a la pàgina «[$3 $2]», juntament amb el vostre nom d\'usuari i el navegador que esteu emprant.\";'),('oc','messages:feedback-cancel','s:10:\"oc:Anullar\";'),('oc','messages:feedback-close','s:7:\"oc:Fait\";'),('oc','messages:feedback-dialog-intro','s:160:\"oc:Podètz utilizar lo formulari aíçi dessota per nos comunicar lo vòstre comentari. Serà apondut a la pagina « $1 », amb lo vòstre nom d\'utilizaire.\";'),('oc','messages:feedback-dialog-title','s:23:\"oc:Sometre un comentari\";'),('oc','messages:feedback-error1','s:42:\"oc:Error : Resultat de l\'IPA pas reconegut\";'),('oc','messages:feedback-error4','s:67:\"ca:Error: no s\'ha pogut publicar amb el títol d\'avís proporcionat\";'),('oc','messages:feedback-external-bug-report-button','s:25:\"oc:Senhalar un bug tecnic\";'),('oc','messages:feedback-message','s:13:\"oc:Messatge :\";'),('oc','messages:feedback-subject','s:14:\"oc:Subjècte :\";'),('oc','messages:feedback-submit','s:9:\"oc:Mandar\";'),('oc','messages:feedback-terms','s:172:\"ca:Entenc que la informació del meu agent d\'usuari inclou les versions exactes del meu navegador i del meu sistema operatiu i que seran publicades amb els meus comentaris.\";'),('oc','messages:feedback-termsofuse','s:69:\"ca:Accepto proporcionar informació d\'acord amb les Condicions d\'ús.\";'),('oc','messages:feedback-thanks','s:72:\"oc:Mercé ! Vòstre comentari es estat publicat sus la pagina \"[$2 $1]\".\";'),('oc','messages:feedback-thanks-title','s:12:\"oc:Mercés !\";'),('oc','messages:feedback-useragent','s:21:\"oc:Agent utilizaire :\";'),('oc','messages:fewestrevisions','s:31:\"oc:Paginas las mens modificadas\";'),('oc','messages:fewestrevisions-summary','s:3:\"en:\";'),('oc','messages:file-anchor-link','s:11:\"oc:Fichièr\";'),('oc','messages:file-deleted-duplicate','s:166:\"oc:Un fichièr identic a aqueste ([[:$1]]) ja es estat suprimit. Vos caldriá verificar lo jornal de las supressions d\'aqueste fichièr abans de la tornar telecargar.\";'),('oc','messages:file-deleted-duplicate-notitle','s:244:\"oc:Un fichièr identic a aqueste fichièr es ja estat suprimit amai lo títol. \nVos caldriá demandar a qualqu\'un la possibilitat de verificar lo jornal d\'aqueste fichièr suprimit per tal d\'examinar la situacion  abans de l\'importar tornarmai.\";'),('oc','messages:file-exists-duplicate','s:92:\"oc:Aqueste fichièr es un doble {{PLURAL:$1|del fichièr seguent|dels fichièrs seguents}} :\";'),('oc','messages:file-exists-sharedrepo','s:97:\"oc:Lo nom causit es ja utilizat per un fichièr sus un depaus partejat.\nCausissètz un autre nom.\";'),('oc','messages:file-info','s:40:\"oc:Talha del fichièr: $1, tipe MIME: $2\";'),('oc','messages:file-info-gif-frames','s:34:\"oc:$1 {{PLURAL:$1|imatge|imatges}}\";'),('oc','messages:file-info-gif-looped','s:11:\"oc:en bocla\";'),('oc','messages:file-info-png-frames','s:34:\"oc:$1 {{PLURAL:$1|imatge|imatges}}\";'),('oc','messages:file-info-png-looped','s:11:\"oc:en bocla\";'),('oc','messages:file-info-png-repeat','s:36:\"oc:jogat $1 {{PLURAL:$1|còp|còps}}\";');
INSERT INTO `mw_l10n_cache` VALUES ('oc','messages:file-info-size','s:57:\"oc:$1 × $2 pixèl, talha del fichièr: $3, tipe MIME: $4\";'),('oc','messages:file-info-size-pages','s:90:\"oc:$1 × $2 pixèls, talha de fichièr: $3, tipe MIME: $4, $5 {{PLURAL:$5|pagina|paginas}}\";'),('oc','messages:file-no-thumb-animation','s:100:\"ca:<strong>Nota: per limitacions tècniques no s\'animaran les miniatures per aquest fitxer.</strong>\";'),('oc','messages:file-no-thumb-animation-gif','s:126:\"ca:<strong>Nota: per limitacions tècniques no s\'animaran les miniatures d\'alta resolució d\'imatges GIF com aquesta.</strong>\";'),('oc','messages:file-nohires','s:45:\"oc:Pas de resolucion mai nauta de disponibla.\";'),('oc','messages:file-thumbnail-no','s:227:\"oc:Lo nom del fichièr comença per <strong>$1</strong>.\nEs possible que s’agisca d’una version reducha \'\'(miniatura)\'\'.\nSe dispausatz del fichièr en resolucion nauta, importatz-lo, si que non cambiatz lo nom del fichièr.\";'),('oc','messages:file-too-large','s:49:\"oc:Lo fichièr qu\'avètz somés èra tròp grand.\";'),('oc','messages:filecopyerror','s:60:\"oc:Impossible de copiar lo fichièr « $1 » cap a « $2 ».\";'),('oc','messages:filedelete','s:14:\"oc:Suprimir $1\";'),('oc','messages:filedelete-archive-read-only','s:71:\"oc:Lo dorsièr d’archivatge « $1 » es pas modificable pel servidor.\";'),('oc','messages:filedelete-comment','s:10:\"oc:Motiu :\";'),('oc','messages:filedelete-current-unregistered','s:67:\"oc:Lo fichièr especificat « $1 » es pas dins la basa de donadas.\";'),('oc','messages:filedelete-edit-reasonlist','s:39:\"oc:Modifica los motius de la supression\";'),('oc','messages:filedelete-edit-reasonlist-suppress','s:36:\"ca:Modifica els motius de supressió\";'),('oc','messages:filedelete-intro','s:62:\"oc:Sètz a suprimir \'\'\'[[Media:$1|$1]]\'\'\' amb tot son istoric.\";'),('oc','messages:filedelete-intro-old','s:72:\"oc:Sètz a escafar la version de \'\'\'[[Media:$1|$1]]\'\'\' del [$4 $2 a $3].\";'),('oc','messages:filedelete-legend','s:23:\"oc:Suprimir lo fichièr\";'),('oc','messages:filedelete-maintenance','s:102:\"oc:La supression e lo restabliment de fichièrs es temporàriament desactivada pendent la mantenença.\";'),('oc','messages:filedelete-maintenance-title','s:37:\"oc:Impossible de suprimir lo fichièr\";'),('oc','messages:filedelete-missing','s:69:\"oc:Lo fichièr « $1 » pòt pas èsser suprimit perque existís pas.\";'),('oc','messages:filedelete-nofile','s:25:\"oc:\'\'\'$1\'\'\' existís pas.\";'),('oc','messages:filedelete-nofile-old','s:79:\"oc:Existís pas cap de version archivada de \'\'\'$1\'\'\' amb los atributs indicats.\";'),('oc','messages:filedelete-old-unregistered','s:80:\"oc:La revision del fichièr especificat « $1 » es pas dins la basa de donadas.\";'),('oc','messages:filedelete-otherreason','s:35:\"oc:Rason diferenta/suplementària :\";'),('oc','messages:filedelete-reason-dropdown','s:89:\"oc:*Motius de supression costumièrs\n** Violacion de dreit d’autor\n** Fichièr duplicat\";'),('oc','messages:filedelete-reason-dropdown-suppress','s:3:\"en:\";'),('oc','messages:filedelete-reason-otherlist','s:14:\"oc:Autra rason\";'),('oc','messages:filedelete-submit','s:11:\"oc:Suprimir\";'),('oc','messages:filedelete-success','s:30:\"oc:\'\'\'$1\'\'\' es estat suprimit.\";'),('oc','messages:filedelete-success-old','s:71:\"oc:La version de \'\'\'[[Media:$1|$1]]\'\'\' del $2 a $3 es estada suprimida.\";'),('oc','messages:filedeleteerror','s:47:\"oc:Impossible de suprimir lo fichièr « $1 ».\";'),('oc','messages:filedeleteerror-long','s:82:\"oc:D\'errors son estadas rencontradas al moment de la supression del fichièr :\n\n$1\";'),('oc','messages:filedeleteerror-short','s:53:\"oc:Error al moment de la supression del fichièr : $1\";'),('oc','messages:filedesc','s:14:\"oc:Descripcion\";'),('oc','messages:fileduplicatesearch','s:35:\"oc:Recèrca dels fichièrs en doble\";'),('oc','messages:fileduplicatesearch-filename','s:21:\"oc:Nom del fichièr :\";'),('oc','messages:fileduplicatesearch-info','s:68:\"oc:$1 × $2 pixèls<br />Talha del fichièr : $3<br />MIME type : $4\";'),('oc','messages:fileduplicatesearch-noresults','s:56:\"oc:Cap de fichièr nomenat « $1 » es pas estat trobat.\";'),('oc','messages:fileduplicatesearch-result-1','s:47:\"oc:Lo fichièr « $1 » a pas de doble identic.\";'),('oc','messages:fileduplicatesearch-result-n','s:75:\"oc:Lo fichièr « $1 » a {{PLURAL:$2|1 doble identic|$2 dobles identics}}.\";'),('oc','messages:fileduplicatesearch-submit','s:11:\"oc:Recercar\";'),('oc','messages:fileduplicatesearch-summary','s:83:\"oc:Recèrca de las còpias de fichièrs identics d\'aprèp lor emprenta de hachatge.\";'),('oc','messages:fileexists','s:161:\"oc:Un fichièr amb aqueste nom existís ja.\nMercé de verificar <strong>[[:$1]]</strong>\nse sètz pas segur{{GENDER:||a|}} que o volètz remplaçar. [[$1|thumb]]\";'),('oc','messages:fileexists-duplicate-version','s:134:\"oc:Lo fichièr mandat es una còpia exacta {{PLURAL:$2|d\'una version precedenta|de versions precedentas}} de <strong>[[:$1]]</strong>.\";'),('oc','messages:fileexists-extension','s:223:\"oc:Un fichièr amb un nom pròchi existís ja : [[$2|thumb]]\n* Nom del fichièr d\'importar : <strong>[[:$1]]</strong>\n* Nom del fichièr existent : <strong>[[:$2]]</strong>\nBenlèu que podètz utilizar un nom mai explicit ?\";'),('oc','messages:fileexists-forbidden','s:197:\"oc:Un fichièr amb aqueste nom existís ja e pòt pas èsser espotit.\nSe volètz totjorn importar aquel fichièr, mercé de tornar en arrièr e d\'utilizar un nom novèl. [[File:$1|thumb|center|$1]]\";'),('oc','messages:fileexists-no-change','s:96:\"oc:Lo fichièr telecargat es una còpia exacta de la version actuala de <strong>[[:$1]]</strong>\";'),('oc','messages:fileexists-shared-forbidden','s:186:\"oc:Un fichièr amb lo meteis nom existís ja dins la basa de donadas comuna.\nS\'o volètz importar tornamai, tornatz en rèire e importatz-lo jos un autre nom. [[File:$1|thumb|center|$1]]\";'),('oc','messages:fileexists-thumbnail-yes','s:261:\"oc:Lo fichièr sembla èsser un imatge en talha reducha \'\'(thumbnail)\'\'. [[$1|thumb]]\nVerificatz lo fichièr <strong>[[:$1]]</strong>.\nSe lo fichièr verificat es lo meteis imatge (dins una resolucion melhora), es pas de besonh d’importar una version reducha.\";'),('oc','messages:filehist','s:23:\"oc:Istoric del fichièr\";'),('oc','messages:filehist-comment','s:12:\"oc:Comentari\";'),('oc','messages:filehist-current','s:9:\"oc:actual\";'),('oc','messages:filehist-datetime','s:13:\"oc:Data e ora\";'),('oc','messages:filehist-deleteall','s:15:\"oc:suprimir tot\";'),('oc','messages:filehist-deleteone','s:11:\"oc:suprimir\";'),('oc','messages:filehist-dimensions','s:13:\"oc:Dimensions\";'),('oc','messages:filehist-filesize','s:21:\"oc:Talha del fichièr\";'),('oc','messages:filehist-help','s:85:\"oc:Clicar sus una data e una ora per veire lo fichièr tal coma èra a aqueste moment\";'),('oc','messages:filehist-nothumb','s:19:\"oc:Pas de miniatura\";'),('oc','messages:filehist-revert','s:10:\"oc:revocar\";'),('oc','messages:filehist-thumb','s:12:\"oc:Miniatura\";'),('oc','messages:filehist-thumbtext','s:34:\"oc:Miniatura per la version del $1\";'),('oc','messages:filehist-user','s:13:\"oc:Utilizaire\";'),('oc','messages:filemissing','s:18:\"oc:Fichièr absent\";'),('oc','messages:filename','s:19:\"oc:Nom del fichièr\";'),('oc','messages:filename-bad-prefix','s:213:\"oc:Lo nom del fichièr qu\'importatz comença per \'\'\'\"$1\"\'\'\' qu\'es un nom generalament donat pels aparelhs de fòto numerica e que decritz pas lo fichièr. Causissetz un nom de fichièr descrivent vòstre fichièr.\";'),('oc','messages:filename-prefix-blacklist','s:456:\"oc: #<!-- daissatz aquesta linha coma es --> <pre>\n# La sintaxi es la seguenta :\n#   * Tot çò que seguís lo caractèr \"#\" fins a la fin de la linha es un comentari\n#   * Tota linha non vioda es un prefix tipic de nom de fichièr assignat automaticament pels aparelhs numerics\nCIMG # Casio\nDSC_ # Nikon\nDSCF # Fuji\nDSCN # Nikon\nDUW # some mobil phones\nIMG # generic\nJD # Jenoptik\nMGP # Pentax\nPICT # misc.\n #</pre> <!-- daissatz aquesta linha coma es -->\";'),('oc','messages:filename-thumb-name','s:216:\"ca:Aquest títol sembla que és d\'una miniatura. No pengeu versions en miniatura en el mateix wiki. Si no és el cas, corregiu el nom del fitxer per a que sigui més descriptiu i que no tingui un prefix de miniatura.\";'),('oc','messages:filename-toolong','s:52:\"oc:Lo nom del fichièr pòt pas depassar 240 octets.\";'),('oc','messages:filename-tooshort','s:36:\"oc:Lo nom de fichièr es tròp cort.\";'),('oc','messages:filenotfound','s:45:\"oc:Impossible de trobar lo fichièr « $1 ».\";'),('oc','messages:filepage-nofile','s:48:\"oc:Cap de fichièr amb aqueste nom existís pas.\";'),('oc','messages:filepage-nofile-link','s:83:\"oc:Cap de fichièr amb aqueste nom existís pas, mas ne podètz [$1 telecargar un].\";'),('oc','messages:filepage.css','s:137:\"fr:/* Les styles CSS placés ici sont inclus dans la page de description du fichier, également incluse sur des wikis clients externes */\";'),('oc','messages:filepageexists','s:312:\"oc:La pagina de descripcion per aqueste fichièr ja es estada creada aicí <strong>[[:$1]]</strong>, mas cap de fichièr existís pas actualament jos aqueste nom.\nLo resumit qu\'anatz especificar apareisserà pas sus la pagina de descripcion.\nPer o far, vos caldrà modificar la pagina manualament. [[$1|vinheta]]\";'),('oc','messages:filereadonlyerror','s:195:\"oc:Impossible de modificar lo fichièr « $1 » perque lo repertòri de fichièrs « $2 » es en lectura sola.\n\nL\'administrator del sistèma que l\'a verrolhat a provesit aqueste motiu : « $3 ».\";'),('oc','messages:filerenameerror','s:60:\"oc:Impossible de renomenar lo fichièr « $1 » en « $2 ».\";'),('oc','messages:filereuploadsummary','s:31:\"oc:Modificacions del fichièr :\";'),('oc','messages:filerevert','s:13:\"oc:Revocar $1\";'),('oc','messages:filerevert-badversion','s:70:\"oc:I a pas de version mai anciana del fichièr amb lo Timestamp donat.\";'),('oc','messages:filerevert-comment','s:10:\"oc:Motiu :\";'),('oc','messages:filerevert-defaultcomment','s:45:\"oc:Revocat fins a la version del $1 a $2 ($3)\";'),('oc','messages:filerevert-identical','s:78:\"oc:La version actuala del fichièr es ja identica a aquela qu\'es seleccionada.\";'),('oc','messages:filerevert-intro','s:74:\"oc:Anatz revocar \'\'\'[[Media:$1|$1]]\'\'\' fins a [$4 la version del $2 a $3].\";'),('oc','messages:filerevert-legend','s:22:\"oc:Revocar lo fichièr\";'),('oc','messages:filerevert-submit','s:10:\"oc:Revocar\";'),('oc','messages:filerevert-success','s:77:\"oc:\'\'\'[[Media:$1|$1]]\'\'\' es estat revocat fins a [$4 la version del $2 a $3].\";'),('oc','messages:filesource','s:9:\"oc:Font :\";'),('oc','messages:filestatus','s:32:\"oc:Estatut dels dreits d\'autor :\";'),('oc','messages:filetype-bad-ie-mime','s:160:\"oc:Lo fichièr pòt pas èsser importat perque serià detectat coma « $1 » per Internet Explorer, tipe de fichièr interdich perque potencialament dangierós.\";'),('oc','messages:filetype-badmime','s:68:\"oc:Los fichièrs del tipe MIME « $1 » pòdon pas èsser importats.\";'),('oc','messages:filetype-banned','s:40:\"oc:Aqueste tipe de fichièr es interdich\";'),('oc','messages:filetype-banned-type','s:202:\"oc:\'\'\' « .$1 » \'\'\'{{PLURAL:$4|es pas un tipe de fichièr autorizat|son pas de tipes de fichièrs autorizats}}. \n{{PLURAL:$3|Lo tipe de fichièr autorizat es|Los tipes de fichièrs autorizats son}} $2.\";'),('oc','messages:filetype-mime-mismatch','s:93:\"oc:L\'extension del fichièr « .$1 » correspond pas al tipe MIME detectat del fichièr ($2).\";'),('oc','messages:filetype-missing','s:67:\"oc:Lo fichièr a pas cap d\'extension (coma « .jpg » per exemple).\";'),('oc','messages:filetype-unwanted-type','s:142:\"oc:«.$1»\'\'\' es un format de fichièr pas desirat.\n{{PLURAL:$3|Lo tipe de fichièr preconizat es|Los tipes de fichièrs preconizats son}} $2.\";'),('oc','messages:fileuploadsummary','s:12:\"oc:Resumit :\";'),('oc','messages:filewasdeleted','s:135:\"oc:Un fichièr amb aqueste nom ja es estat copiat, puèi suprimit. Vos caldriá verificar lo $1 abans de procedir a una còpia novèla.\";'),('oc','messages:fix-double-redirects','s:65:\"oc:Metre a jorn las redireccions que puntant cap al títol ancian\";'),('oc','messages:formatnum-nan','s:16:\"oc:Pas un nombre\";'),('oc','messages:formerror','s:44:\"oc:Error: Impossible de sometre lo formulari\";'),('oc','messages:fri','s:6:\"oc:Div\";'),('oc','messages:friday','s:12:\"oc:divendres\";'),('oc','messages:friday-at','s:17:\"oc:Divendres a $1\";'),('oc','messages:gallery-slideshow-toggle','s:24:\"oc:Bascular las vinhetas\";'),('oc','messages:gender-female','s:31:\"oc:Modifica de paginas del wiki\";'),('oc','messages:gender-male','s:30:\"oc:Modifica de pagina del wiki\";'),('oc','messages:gender-notknown','s:12:\"ca:No binari\";'),('oc','messages:gender-unknown','s:99:\"oc:Quand farà mencion de vos, lo logicial utilizarà de mots de genre neutre, quand serà possible\";'),('oc','messages:generic-pool-error','s:183:\"oc:O planhèm, los servidors son subrecargats pel moment.\nTròp d’utilizaires ensajan de consultar aquesta ressorsa.\nEsperatz un moment abans d\'ensajar d’accedir a aquesta pagina.\";'),('oc','messages:go','s:12:\"oc:Consultar\";'),('oc','messages:googleanalytics-desc','s:89:\"oc:Apond un escript Google Analitic (ga.js) dins las paginas MediaWiki per las recèrcas.\";'),('oc','messages:googlesearch','s:633:\"en:<form method=\"get\" action=\"//www.google.com/search\" id=\"googlesearch\">\n	<input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n	<input type=\"hidden\" name=\"num\" value=\"50\" />\n	<input type=\"hidden\" name=\"ie\" value=\"$2\" />\n	<input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n	<input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n	<input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n	<input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>\";'),('oc','messages:gotointerwiki','s:36:\"ca:A punt d’abandonar {{SITENAME}}\";'),('oc','messages:gotointerwiki-external','s:112:\"ca:Esteu a punt d’abandonar {{SITENAME}} per a visitar [[$2]], un lloc web diferent.\n\n\'\'\'[$1 Continua a $1]\'\'\'\";'),('oc','messages:gotointerwiki-invalid','s:39:\"ca:El títol especificat no és vàlid.\";'),('oc','messages:grant-basic','s:17:\"oc:Dreits de basa\";'),('oc','messages:grant-blockusers','s:35:\"oc:Blocar e desblocar d\'utilizaires\";'),('oc','messages:grant-createaccount','s:19:\"oc:Crear de comptes\";'),('oc','messages:grant-createeditmovepage','s:43:\"oc:Crear, modificar e desplaçar de paginas\";'),('oc','messages:grant-delete','s:52:\"oc:Suprimir paginas, revisions e dintradas de jornal\";'),('oc','messages:grant-editinterface','s:77:\"oc:Modificar l\'espaci de noms de MediaWiki e  JSON del siti o de l\'utilizaire\";'),('oc','messages:grant-editmycssjs','s:51:\"oc:Modificar vòstre CSS/JSON/JavaScript utilizator\";'),('oc','messages:grant-editmyoptions','s:48:\"oc:Modificar vòstras preferéncias d\'utilizaire\";'),('oc','messages:grant-editmywatchlist','s:42:\"oc:Modificar la vòstra lista de seguiment\";'),('oc','messages:grant-editpage','s:34:\"oc:Modificar de paginas existentas\";'),('oc','messages:grant-editprotected','s:34:\"oc:Modificar de paginas protegidas\";'),('oc','messages:grant-editsiteconfig','s:49:\"oc:Modificar lo CSS/JS del siti e de l\'utilizaire\";'),('oc','messages:grant-generic','s:34:\"oc:ensemble de dreits « $1 »\";'),('oc','messages:grant-group-administration','s:37:\"oc:Efectuar d\'accions administrativas\";'),('oc','messages:grant-group-customization','s:34:\"oc:Personalizacion e preferéncias\";'),('oc','messages:grant-group-email','s:32:\"oc:Mandar un corrièr electronic\";'),('oc','messages:grant-group-file-interaction','s:27:\"oc:Interagir amb de mèdias\";'),('oc','messages:grant-group-high-volume','s:39:\"oc:Realizar una activitat de volum naut\";'),('oc','messages:grant-group-other','s:23:\"oc:Activitats divèrsas\";'),('oc','messages:grant-group-page-interaction','s:27:\"oc:Interagir amb de paginas\";'),('oc','messages:grant-group-private-information','s:38:\"oc:Accedir a vòstras donadas privadas\";'),('oc','messages:grant-group-watchlist-interaction','s:43:\"oc:Interagir amb vòstra lista de seguiment\";'),('oc','messages:grant-highvolume','s:29:\"oc:Modificacion de volum naut\";'),('oc','messages:grant-import','s:24:\"oc:Importar de revisions\";'),('oc','messages:grant-mergehistory','s:41:\"ca:Fusiona els historials de les pàgines\";'),('oc','messages:grant-oversight','s:49:\"oc:Amagar los usatgièrs e suprimir las revisions\";'),('oc','messages:grant-patrol','s:41:\"oc:Verificar las modificacions de paginas\";'),('oc','messages:grant-privateinfo','s:38:\"oc:Accedir a las informacions privadas\";'),('oc','messages:grant-protect','s:33:\"oc:Protegir e desprotegir paginas\";'),('oc','messages:grant-rollback','s:39:\"oc:Anullar modificacions sus de paginas\";'),('oc','messages:grant-sendemail','s:56:\"oc:Mandar de corriers electronics als autres utilizaires\";'),('oc','messages:grant-uploadeditmovefile','s:50:\"oc:Telecargar, remplaçar e renomenar de fichièrs\";'),('oc','messages:grant-uploadfile','s:32:\"oc:Importar de fichièrs novèls\";'),('oc','messages:grant-viewdeleted','s:44:\"oc:Afichar los fichièrs e paginas suprimits\";'),('oc','messages:grant-viewmywatchlist','s:37:\"oc:Afichar vòstra lista de seguiment\";'),('oc','messages:grant-viewrestrictedlogs','s:49:\"oc:Afichar las entradas del jornal confidencialas\";'),('oc','messages:group','s:9:\"oc:Grop :\";'),('oc','messages:group-all','s:10:\"oc:(totes)\";'),('oc','messages:group-autoconfirmed','s:27:\"oc:Utilizaires enregistrats\";'),('oc','messages:group-autoconfirmed-member','s:25:\"oc:Utilizaire enregistrat\";'),('oc','messages:group-autoconfirmed.css','s:67:\"ca:/* El CSS d\'aquí només afectarà els usuaris autoconfirmats */\";'),('oc','messages:group-autoconfirmed.js','s:89:\"ca:/* Qualsevol JavaScript d\'aquí es carregarà només per als usuaris autoconfirmats */\";'),('oc','messages:group-bot','s:8:\"oc:Bòts\";'),('oc','messages:group-bot-member','s:9:\"oc:Robòt\";'),('oc','messages:group-bot.css','s:49:\"ca:/* El CSS d\'aquí només afectarà els bots */\";'),('oc','messages:group-bot.js','s:71:\"ca:/* Qualsevol JavaScript d\'aquí es carregarà només per als bots */\";'),('oc','messages:group-bureaucrat','s:13:\"oc:Burocratas\";'),('oc','messages:group-bureaucrat-member','s:12:\"oc:Burocrata\";'),('oc','messages:group-bureaucrat.css','s:56:\"ca:/* El CSS d\'aquí només afectarà els buròcrates */\";'),('oc','messages:group-bureaucrat.js','s:78:\"ca:/* Qualsevol JavaScript d\'aquí es carregarà només per als buròcrates */\";'),('oc','messages:group-interface-admin','s:34:\"oc:Administrators de l\'interfàcia\";'),('oc','messages:group-interface-admin-member','s:45:\"oc:{{GENDER:$1|interfàcia d\'administracion}}\";'),('oc','messages:group-membership-link-with-expiry','s:17:\"oc:$1 (fins a $2)\";'),('oc','messages:group-named','s:27:\"oc:Utilizaires enregistrats\";'),('oc','messages:group-suppress','s:13:\"oc:Limitadors\";'),('oc','messages:group-suppress-member','s:38:\"oc:{{GENDER:$1|limitador|limitatritz}}\";'),('oc','messages:group-sysop','s:17:\"oc:Administrators\";'),('oc','messages:group-sysop-member','s:16:\"oc:Administrator\";'),('oc','messages:group-sysop.css','s:51:\"ca:/* El CSS d\'aquí només afectarà els sysops */\";'),('oc','messages:group-sysop.js','s:73:\"ca:/* Qualsevol JavaScript d\'aquí es carregarà només per als sysops */\";'),('oc','messages:group-user','s:14:\"oc:Utilizaires\";'),('oc','messages:group-user-member','s:13:\"oc:Utilizaire\";'),('oc','messages:group-user.css','s:63:\"ca:/* El CSS d\'aquí només afectarà els usuaris registrats */\";'),('oc','messages:group-user.js','s:85:\"ca:/* Qualsevol JavaScript d\'aquí es carregarà només per als usuaris registrats */\";'),('oc','messages:grouppage-autoconfirmed','s:42:\"oc:{{ns:project}}:Utilizaires enregistrats\";'),('oc','messages:grouppage-bot','s:23:\"oc:{{ns:project}}:Bòts\";'),('oc','messages:grouppage-bureaucrat','s:28:\"oc:{{ns:project}}:Burocratas\";'),('oc','messages:grouppage-interface-admin','s:49:\"oc:{{ns:project}}:Administrators de l\'interfàcia\";'),('oc','messages:grouppage-named','s:36:\"ca:{{ns:project}}:Usuaris registrats\";'),('oc','messages:grouppage-suppress','s:28:\"oc:{{ns:project}}:Supressors\";'),('oc','messages:grouppage-sysop','s:32:\"oc:{{ns:project}}:Administrators\";'),('oc','messages:grouppage-user','s:29:\"oc:{{ns:project}}:Utilizaires\";'),('oc','messages:guesstimezone','s:34:\"oc:Utilizar la valor del navigador\";'),('oc','messages:headline-anchor-title','s:30:\"oc:Ligam cap a aquesta seccion\";'),('oc','messages:hebrew-calendar-m1','s:9:\"fr:tichri\";'),('oc','messages:hebrew-calendar-m1-gen','s:9:\"fr:tichri\";'),('oc','messages:hebrew-calendar-m10','s:9:\"fr:tamouz\";'),('oc','messages:hebrew-calendar-m10-gen','s:9:\"fr:tamouz\";'),('oc','messages:hebrew-calendar-m11','s:5:\"fr:av\";'),('oc','messages:hebrew-calendar-m11-gen','s:5:\"fr:av\";'),('oc','messages:hebrew-calendar-m12','s:8:\"fr:eloul\";'),('oc','messages:hebrew-calendar-m12-gen','s:8:\"fr:eloul\";'),('oc','messages:hebrew-calendar-m2','s:10:\"fr:hechvan\";'),('oc','messages:hebrew-calendar-m2-gen','s:10:\"fr:hechvan\";'),('oc','messages:hebrew-calendar-m3','s:9:\"fr:kislev\";'),('oc','messages:hebrew-calendar-m3-gen','s:9:\"fr:kislev\";'),('oc','messages:hebrew-calendar-m4','s:9:\"fr:tévet\";'),('oc','messages:hebrew-calendar-m4-gen','s:9:\"fr:tévet\";'),('oc','messages:hebrew-calendar-m5','s:9:\"fr:chevat\";'),('oc','messages:hebrew-calendar-m5-gen','s:9:\"fr:chevat\";'),('oc','messages:hebrew-calendar-m6','s:7:\"fr:adar\";'),('oc','messages:hebrew-calendar-m6-gen','s:7:\"fr:adar\";'),('oc','messages:hebrew-calendar-m6a','s:9:\"fr:adar I\";'),('oc','messages:hebrew-calendar-m6a-gen','s:9:\"fr:adar I\";'),('oc','messages:hebrew-calendar-m6b','s:10:\"fr:adar II\";'),('oc','messages:hebrew-calendar-m6b-gen','s:10:\"fr:adar II\";'),('oc','messages:hebrew-calendar-m7','s:9:\"fr:nissan\";'),('oc','messages:hebrew-calendar-m7-gen','s:9:\"fr:nissan\";'),('oc','messages:hebrew-calendar-m8','s:7:\"fr:iyar\";'),('oc','messages:hebrew-calendar-m8-gen','s:7:\"fr:iyar\";'),('oc','messages:hebrew-calendar-m9','s:8:\"fr:sivan\";'),('oc','messages:hebrew-calendar-m9-gen','s:8:\"fr:sivan\";'),('oc','messages:help','s:8:\"oc:Ajuda\";'),('oc','messages:help-mediawiki','s:25:\"oc:Ajuda tocant MediaWiki\";'),('oc','messages:helplogin-url','s:68:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Logging_in\";'),('oc','messages:helppage','s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";'),('oc','messages:helppage-top-gethelp','s:8:\"oc:Ajuda\";'),('oc','messages:hidden-categories','s:54:\"oc:{{PLURAL:$1|Categoria amagada|Categorias amagadas}}\";'),('oc','messages:hidden-category-category','s:22:\"oc:Categorias amagadas\";'),('oc','messages:hidden-category-category-desc','s:192:\"ca:La categoria conté <code><nowiki>__HIDDENCAT__</nowiki></code> en el contingut de la pàgina, fet que impedeix que aparegui en la caixa d\'enllaços de categoria a les pàgines per defecte.\";'),('oc','messages:hiddencategories','s:88:\"oc:{{PLURAL:$1|Categoria amagada|Categorias amagadas}} qu\'aquesta pagina ne fa partida :\";'),('oc','messages:hide','s:9:\"oc:amagar\";'),('oc','messages:hidetoc','s:9:\"oc:amagar\";'),('oc','messages:hijri-calendar-m1','s:12:\"fr:Mouharram\";'),('oc','messages:hijri-calendar-m10','s:10:\"fr:Chawwal\";'),('oc','messages:hijri-calendar-m11','s:18:\"fr:Dhou al qi’da\";'),('oc','messages:hijri-calendar-m12','s:16:\"fr:Dhou al-hijja\";'),('oc','messages:hijri-calendar-m2','s:8:\"fr:Safar\";'),('oc','messages:hijri-calendar-m3','s:16:\"fr:Rabia al awal\";'),('oc','messages:hijri-calendar-m4','s:18:\"fr:Rabia ath-thani\";'),('oc','messages:hijri-calendar-m5','s:18:\"fr:Joumada al oula\";'),('oc','messages:hijri-calendar-m6','s:21:\"fr:Joumada ath-thania\";'),('oc','messages:hijri-calendar-m7','s:8:\"fr:Rajab\";'),('oc','messages:hijri-calendar-m8','s:11:\"fr:Chaabane\";'),('oc','messages:hijri-calendar-m9','s:10:\"fr:Ramadan\";'),('oc','messages:hist','s:6:\"oc:ist\";'),('oc','messages:histfirst','s:19:\"oc:Las mai ancianas\";'),('oc','messages:histlast','s:19:\"oc:Las mai recentas\";'),('oc','messages:histlegend','s:161:\"oc:Legenda : ({{MediaWiki:Cur}}) = diferéncia amb la version actuala ,\n({{MediaWiki:Last}}) = diferéncia amb la version precedenta, <b>m</b> = cambiament menor\";'),('oc','messages:history','s:10:\"oc:Istoric\";'),('oc','messages:history-edit-tags','s:54:\"oc:Modificar las balisas de las versions seleccionadas\";'),('oc','messages:history-empty','s:49:\"ca:No s\'han trobat revisions que hi coincideixin.\";'),('oc','messages:history-feed-description','s:38:\"oc:Istoric per aquesta pagina sul wiki\";'),('oc','messages:history-feed-empty','s:160:\"oc:La pagina demandada existís pas.\nBenlèu es estada escafada o renomenada.\nEnsajatz de [[Special:Search|recercar sul wiki]] per trobar de paginas en rapòrt.\";'),('oc','messages:history-feed-item-nocomment','s:11:\"oc:$1 lo $2\";'),('oc','messages:history-feed-title','s:26:\"oc:Istoric de las versions\";'),('oc','messages:history-fieldset-title','s:24:\"oc:Filtrar lei revisions\";'),('oc','messages:history-show-deleted','s:31:\"oc:Revision suprimida unicament\";'),('oc','messages:history-title','s:31:\"oc:$1 : Istoric de las versions\";'),('oc','messages:history_copyright','s:4:\"en:-\";'),('oc','messages:history_short','s:10:\"oc:Istoric\";'),('oc','messages:history_small','s:10:\"oc:istoric\";'),('oc','messages:historyaction-submit','s:10:\"oc:Afichar\";'),('oc','messages:historyempty','s:7:\"oc:void\";'),('oc','messages:historysize','s:36:\"oc:({{PLURAL:$1|1 octet|$1 octets}})\";'),('oc','messages:historywarning','s:122:\"oc:<strong>Atencion :</strong> la pagina que sètz a mand de suprimir a un istoric amb $1 {{PLURAL:$1|version|versions}} :\";'),('oc','messages:hookaborted','s:95:\"oc:La modificacion qu\'avètz ensajat de realizar es estada anullada per un croquet d\'extension.\";'),('oc','messages:hours','s:31:\"oc:{{PLURAL:$1|$1 ora|$1 oras}}\";'),('oc','messages:hours-abbrev','s:7:\"ca:$1 h\";'),('oc','messages:hours-ago','s:32:\"oc:i a $1 {{PLURAL:$1|ora|oras}}\";'),('oc','messages:htmlform-chosen-placeholder','s:20:\"oc:Causir una opcion\";'),('oc','messages:htmlform-cloner-create','s:17:\"oc:Apondre encara\";'),('oc','messages:htmlform-cloner-delete','s:11:\"oc:Suprimir\";'),('oc','messages:htmlform-cloner-required','s:37:\"oc:Una valor al mens es obligatòria.\";'),('oc','messages:htmlform-date-invalid','s:87:\"oc:La valor especificada es pas una data reconeguda. Assaiatz amb lo format YYYY-MM-DD.\";'),('oc','messages:htmlform-date-placeholder','s:13:\"oc:AAAA-MM-JJ\";'),('oc','messages:htmlform-date-toohigh','s:76:\"ca:El valor que heu especificat és després de la darrera data permesa: $1.\";'),('oc','messages:htmlform-date-toolow','s:79:\"ca:El valor que heu especificat és abans de la més pròxima data permesa: $1.\";'),('oc','messages:htmlform-datetime-invalid','s:100:\"oc:La valor especificada es pas un orodatatge reconegut. Assaiatz amb lo format YYYY-MM-DD HH:MM:SS.\";'),('oc','messages:htmlform-datetime-placeholder','s:22:\"oc:AAAA-MM-JJ HH:MM:SS\";'),('oc','messages:htmlform-datetime-toohigh','s:76:\"ca:El valor que heu especificat és posterior a la data i hora permeses, $1.\";'),('oc','messages:htmlform-datetime-toolow','s:87:\"ca:El valor que heu especificat és anterior a la data i hora més antiga permeses, $1.\";'),('oc','messages:htmlform-float-invalid','s:52:\"oc:La valor qu\'avètz especificada es pas un nombre.\";'),('oc','messages:htmlform-int-invalid','s:60:\"oc:La valor qu\'avètz especificada es pas un nombre entièr.\";'),('oc','messages:htmlform-int-toohigh','s:66:\"oc:La valor qu\'avètz especificada es en dessús del minimum de $1\";'),('oc','messages:htmlform-int-toolow','s:65:\"oc:La valor qu\'avètz especificada es en dejós del minimum de $1\";'),('oc','messages:htmlform-invalid-input','s:47:\"oc:De problèmas son arribats amb d\'unas valors\";'),('oc','messages:htmlform-multiselect-toomany','s:65:\"oc:Lo nombre d\'elements especificats es superior au maximom de $1\";'),('oc','messages:htmlform-no','s:6:\"oc:Non\";'),('oc','messages:htmlform-required','s:32:\"oc:Aquesta valor es obligatòria\";'),('oc','messages:htmlform-reset','s:27:\"oc:Desfar las modificacions\";'),('oc','messages:htmlform-select-badoption','s:60:\"oc:La valor qu\'avètz especificada es pas una opcion valida.\";'),('oc','messages:htmlform-selectorother-other','s:8:\"oc:Autre\";'),('oc','messages:htmlform-submit','s:10:\"oc:Sometre\";'),('oc','messages:htmlform-tag-not-allowed','s:35:\"oc:$1 es pas una balisa autorizada.\";'),('oc','messages:htmlform-time-invalid','s:84:\"oc:La valor especificada es pas una ora reconeguda. Assaiatz amb lo format HH:MM:SS.\";'),('oc','messages:htmlform-time-placeholder','s:11:\"oc:HH:MM:SS\";'),('oc','messages:htmlform-time-toohigh','s:78:\"ca:El valor que heu especificat és posterior a la darrera hora permesa de $1.\";'),('oc','messages:htmlform-time-toolow','s:79:\"ca:El valor que heu especificat és abans de la més pròxima hora permesa: $1.\";'),('oc','messages:htmlform-title-badnamespace','s:54:\"ca:[[:$1]] no es troba en l\'espai de noms \"{{ns:$2}}\".\";'),('oc','messages:htmlform-title-interwiki','s:51:\"oc:$1 es un títol interwiki, deuriá èsser locau.\";'),('oc','messages:htmlform-title-not-creatable','s:61:\"oc:« $1 » es pas un títol de pagina que podètz crear.\";'),('oc','messages:htmlform-title-not-exists','s:19:\"oc:$1 existís pas.\";'),('oc','messages:htmlform-user-not-exists','s:36:\"oc:<strong>$1</strong> existís pas.\";'),('oc','messages:htmlform-user-not-valid','s:56:\"oc:<strong>$1</strong> es pas un nom d\'utilizaire valid.\";'),('oc','messages:htmlform-yes','s:6:\"oc:Òc\";'),('oc','messages:http-bad-status','s:63:\"oc:I a agut un problèma al moment de la requèsta HTTP : $1 $2\";'),('oc','messages:http-curl-error','s:51:\"oc:Error al moment de la recuperacion de l\'URL : $1\";'),('oc','messages:http-internal-error','s:23:\"oc:Error intèrna HTTP.\";'),('oc','messages:http-invalid-scheme','s:54:\"oc:Las URLs amb l\"esquèma « $1 » son pas suportadas\";'),('oc','messages:http-invalid-url','s:23:\"oc:URL incorrècta : $1\";'),('oc','messages:http-read-error','s:25:\"oc:HTTP Error de lectura.\";'),('oc','messages:http-request-error','s:61:\"oc:Error desconeguda al moment del mandadís de la requèsta.\";'),('oc','messages:http-timed-out','s:26:\"oc:HTTP request timed out.\";'),('oc','messages:ignorewarning','s:46:\"oc:Ignorar l’avertiment e salvar lo fichièr\";'),('oc','messages:ignorewarnings','s:51:\"oc:Ignorar los avertiments al moment de l’impòrt\";'),('oc','messages:illegal-filename','s:40:\"oc:Lo nom del fichièr es pas autorizat.\";'),('oc','messages:illegalfilename','s:146:\"oc:Lo nom de fichièr « $1 » conten de caractèrs interdiches dins los títols de paginas. Mercé de lo tornar nomenar e de lo copiar tornarmai.\";'),('oc','messages:ilsubmit','s:9:\"oc:Cercar\";'),('oc','messages:imageinvalidfilename','s:43:\"oc:Lo nom del fichièr cibla es incorrècte\";'),('oc','messages:imagelinks','s:35:\"oc:Paginas que contenon lo fichièr\";'),('oc','messages:imagelisttext','s:77:\"oc:Vaquí una lista de \'\'\'$1\'\'\' {{PLURAL:$1|fichièr|fichièrs}} classats $2.\";'),('oc','messages:imagemaxsize','s:86:\"oc:Format maximal dels imatges :<br />\'\'(per las paginas de descripcion d’imatges)\'\'\";'),('oc','messages:imagenocrossnamespace','s:85:\"oc:Pòt pas desplaçar un imatge cap a un espaci de nomenatge que siá pas un imatge.\";'),('oc','messages:imagepage','s:31:\"oc:Veire la pagina del fichièr\";'),('oc','messages:imagetypemismatch','s:70:\"oc:L\'extension novèla d\'aqueste fichièr reconeis pas aqueste format.\";'),('oc','messages:img-auth-accessdenied','s:17:\"oc:Accès refusat\";'),('oc','messages:img-auth-badtitle','s:65:\"oc:Impossible de construire un títol valid a partir de « $1 ».\";'),('oc','messages:img-auth-isdir','s:84:\"oc:Ensajatz d\'accedir al repertòri « $1 ».\nSol l\'accès als fichièrs es permesa.\";'),('oc','messages:img-auth-nofile','s:37:\"oc:Lo fichièr « $1 » existís pas.\";'),('oc','messages:img-auth-noread','s:55:\"oc:L\'utilizaire a pas lo dreit en lectura sus « $1 ».\";'),('oc','messages:img-auth-notindir','s:70:\"oc:Lo camin demandat es pas lo repertòri de telecargament configurat.\";'),('oc','messages:img-auth-public','s:176:\"oc:La foncion d\'img_auth.php es d\'afichar de fichièrs d\'un wiki privat.\nAqueste wiki es configurat coma un wiki public.\nPer una seguretat optimala, img_auth.php es desactivat.\";'),('oc','messages:img-auth-streaming','s:35:\"oc:Lectura en continú de « $1 ».\";'),('oc','messages:img-lang-default','s:21:\"oc:(lenga per defaut)\";'),('oc','messages:img-lang-go','s:9:\"oc:Amodar\";'),('oc','messages:img-lang-info','s:35:\"oc:Afichar aqueste imatge en $1 $2.\";'),('oc','messages:img-lang-opt','s:10:\"fr:$2 ($1)\";'),('oc','messages:imgfile','s:11:\"oc:fichièr\";'),('oc','messages:imgmultigo','s:12:\"oc:Accedir !\";'),('oc','messages:imgmultigoto','s:22:\"oc:Anar a la pagina $1\";'),('oc','messages:imgmultipagenext','s:22:\"oc:pagina seguenta →\";'),('oc','messages:imgmultipageprev','s:24:\"oc:← pagina precedenta\";'),('oc','messages:immobile-source-namespace','s:67:\"oc:Podètz pas renomenar las paginas dins l\'espaci de noms « $1 »\";'),('oc','messages:immobile-source-namespace-iw','s:58:\"ca:Les pàgines d\'altres wikis no poden moure\'s en aquest.\";'),('oc','messages:immobile-source-page','s:40:\"oc:Aquesta pagina se pòt pas renomenar.\";'),('oc','messages:immobile-target-namespace','s:68:\"oc:Podètz pas desplaçar de paginas cap a l\'espaci de noms « $1 »\";'),('oc','messages:immobile-target-namespace-iw','s:74:\"oc:Los ligams interwikis son pas una cibla valida pels cambiaments de nom.\";'),('oc','messages:immobile-target-page','s:64:\"oc:Es pas possible de desplaçar la pagina cap a aqueste títol.\";'),('oc','messages:import','s:22:\"oc:Importar de paginas\";'),('oc','messages:import-assign-known-users','s:89:\"ca:Assigna modificacions a usuaris locals allà on l\'usuari en concret existeix localment\";'),('oc','messages:import-comment','s:14:\"oc:Comentari :\";'),('oc','messages:import-error-bad-location','s:150:\"ca:La revisió $2 que utilitza el model de contingut $3 no es pot emmagatzemar a «$1» en aquest wiki, perquè el model no és permès en la pàgina.\";'),('oc','messages:import-error-edit','s:88:\"oc:La pagina « $1 » es pas estada importada perque sètz pas autorizat a la modificar.\";'),('oc','messages:import-error-interwiki','s:108:\"ca:No s\'ha importat la pàgina «$1» perquè el seu nom està reservat per a enllaços externs (interwiki).\";'),('oc','messages:import-error-invalid','s:116:\"oc:Pagina « $1 » es pas importada perque lo nom amb lo qual seriá estada importada es pas valid sus aqueste wiki.\";'),('oc','messages:import-error-special','s:111:\"ca:No s\'importa la pàgina «$1» perquè el seu nom pertany a l\'espai de noms especial que no permet pàgines.\";'),('oc','messages:import-error-unserialize','s:143:\"ca:La revisió $2 de la pàgina \"$1\" no pot ser desserialitzada. La revisió indica que utilitza el model de contingut $3 serialitzat com a $4.\";'),('oc','messages:import-interwiki-history','s:58:\"oc:Copiar totas las versions de l\'istoric d\'aquesta pagina\";'),('oc','messages:import-interwiki-sourcepage','s:16:\"oc:Pagina font :\";'),('oc','messages:import-interwiki-sourcewiki','s:14:\"oc:Wiki font :\";'),('oc','messages:import-interwiki-submit','s:11:\"oc:Importar\";'),('oc','messages:import-interwiki-templates','s:28:\"oc:Inclure totes los modèls\";'),('oc','messages:import-interwiki-text','s:265:\"oc:Seleccionatz un wiki e un títol de pagina d\'importar.\nLas datas de las versions e los noms dels contributors seràn preservats.\nTotas las accions d’importacion a partir d\'autres wikis son conservadas dins l\' [[Special:Log/import|istoric de las importacions]].\";'),('oc','messages:import-invalid-interwiki','s:54:\"oc:Impossible d\'importar dempuèi lo wiki especificat.\";'),('oc','messages:import-logentry-interwiki','s:17:\"en:transwikied $1\";'),('oc','messages:import-logentry-interwiki-detail','s:71:\"oc:$1 {{PLURAL:$1|revision importada|revisions importadas}} dempuèi $2\";'),('oc','messages:import-logentry-upload','s:33:\"en:imported [[$1]] by file upload\";'),('oc','messages:import-logentry-upload-detail','s:59:\"oc:$1 {{PLURAL:$1|revision importada|revisions importadas}}\";'),('oc','messages:import-mapping-default','s:40:\"oc:Importar als emplaçaments per defaut\";'),('oc','messages:import-mapping-namespace','s:37:\"oc:Importar cap a un espaci de noms :\";'),('oc','messages:import-mapping-subpage','s:52:\"ca:Importa com a subpàgines de la pàgina següent:\";'),('oc','messages:import-noarticle','s:29:\"oc:Pas de pagina d\'importar !\";'),('oc','messages:import-nonewrevisions','s:93:\"oc:Cap de revision pas importada (totas èran ja presentas, o ignoradas del fait d’errors).\";'),('oc','messages:import-options-wrong','s:70:\"oc:{{PLURAL:$2|Marrida opcion|Marridas opcions}} : <nowiki>$1</nowiki>\";'),('oc','messages:import-parse-failure','s:42:\"oc:Ruptura dins l\'analisi de l\'impòrt XML\";'),('oc','messages:import-revision-count','s:36:\"oc:$1 {{PLURAL:$1|version|versions}}\";'),('oc','messages:import-rootpage-invalid','s:50:\"oc:La pagina raiç provesida es un títol invalid.\";'),('oc','messages:import-rootpage-nosubpage','s:76:\"oc:L\'espaci de noms « $1 » de la pagina raiç autoriza pas las sospaginas.\";'),('oc','messages:import-summary','s:3:\"en:\";'),('oc','messages:import-token-mismatch','s:322:\"oc:Pèrda de las donadas de session.\n\nBenlèu que sètz estats desconnectats. <strong>Verificatz que sètz totjorn connectat e reensajatz</strong>.\nSe aquò fonciona totjorn pas, ensajatz de [[Special:UserLogout|vos desconnectar]] e reconnectatz-vos, e verificatz que vòstre navigador accèpta los cookies d\'aqueste site.\";'),('oc','messages:import-upload','s:27:\"oc:Impòrt d\'un fichier XML\";'),('oc','messages:import-upload-filename','s:21:\"oc:Nom del fichièr :\";'),('oc','messages:import-upload-username-prefix','s:20:\"ca:Prefix interwiki:\";'),('oc','messages:importbadinterwiki','s:25:\"oc:Ligam interwiki marrit\";'),('oc','messages:importcantopen','s:46:\"oc:Impossible de dobrir lo fichièr d\'importar\";'),('oc','messages:imported-log-entries','s:83:\"oc:$1 {{PLURAL:$1|entrada|entradas}} del jornal {{PLURAL:$1|importada|importadas}}.\";'),('oc','messages:importfailed','s:49:\"oc:Fracàs de l\'importacion : <nowiki>$1</nowiki>\";'),('oc','messages:importinterwiki','s:36:\"oc:Importar a partir d\'un autre wiki\";'),('oc','messages:importlogpage','s:41:\"oc:Istoric de las importacions de paginas\";'),('oc','messages:importlogpagetext','s:81:\"oc:Impòrts administratius de paginas amb l’istoric a partir dels autres wikis.\";'),('oc','messages:importnofile','s:41:\"oc:Cap de fichièr es pas estat importat.\";'),('oc','messages:importnopages','s:28:\"oc:Cap de pagina d\'importar.\";'),('oc','messages:importnoprefix','s:44:\"ca:No s\'ha proporcionat cap prefix interwiki\";'),('oc','messages:importnosources','s:91:\"oc:Cap de font wiki es pas estada definida e l\'impòrt dirècte d’istorics es desactivat.\";'),('oc','messages:importstart','s:28:\"oc:Impòrt de las paginas...\";'),('oc','messages:importsuccess','s:24:\"oc:L\'impòrt a capitat !\";'),('oc','messages:importtext','s:165:\"oc:Exportatz lo fichièr dempuèi lo wiki d’origina en utilizant [[Special:Export|aisina d\'exportacion]].\nSalvatz-lo sus vòstre disc dur puèi importatz-lo aicí.\";'),('oc','messages:importunknownsource','s:41:\"oc:Tipe de la font d’impòrt desconegut\";'),('oc','messages:importuploaderrorpartial','s:99:\"oc:Lo telecargament del fichièr d\'importar a pas capitat. Aqueste o es pas estat que parcialament.\";'),('oc','messages:importuploaderrorsize','s:100:\"oc:Lo telecargament del fichièr d\'importar a pas capitat. Sa talha es mai granda que la autorizada.\";'),('oc','messages:importuploaderrortemp','s:92:\"oc:Lo telecargament del fichièr d\'importar a pas capitat. Un dorsièr temporari es mancant.\";'),('oc','messages:index-category','s:20:\"oc:Paginas indexadas\";'),('oc','messages:index-category-desc','s:173:\"ca:La pàgina conté un <code><nowiki>__INDEX__</nowiki></code> (i és en un espai de noms on està permès) i per tant està indexat per robots quan normalment no ho seria.\";'),('oc','messages:infiniteblock','s:12:\"oc:permanent\";'),('oc','messages:intentionallyblankpage','s:95:\"oc:Aquesta pagina es intencionalament voida e es utilizada coma un tèst de performància, eca.\";'),('oc','messages:interlanguage-link-title','s:10:\"ca:$1 - $2\";'),('oc','messages:interlanguage-link-title-langonly','s:5:\"en:$1\";'),('oc','messages:interlanguage-link-title-nonlang','s:16:\"fr:$1 – $2\";'),('oc','messages:interlanguage-link-title-nonlangonly','s:5:\"en:$1\";'),('oc','messages:internalerror','s:17:\"oc:Error intèrna\";'),('oc','messages:internalerror-fatal-exception','s:28:\"oc:Error fatala de tipe \"$1\"\";'),('oc','messages:internalerror_info','s:21:\"oc:Error intèrna: $1\";'),('oc','messages:invalid-chunk-offset','s:28:\"oc:Offset de segment invalid\";'),('oc','messages:invalid-content-data','s:34:\"oc:Donadas del contengut invalidas\";'),('oc','messages:invalid-indicator-name','s:111:\"ca:<strong>Error:</strong> No pot estar buit l\'atribut <code>name</code> dels indicadors d\'estat de la pàgina.\";'),('oc','messages:invalid-json-data','s:21:\"oc:JSON pas valid: $1\";'),('oc','messages:invalid-langconvert-attrs','s:206:\"ca:<strong>Error:</strong> Els atributs de l\'etiqueta de Langconvert <code>from</code> i <code>to</code> no han de ser buits i han de contenir codis BCP 47 per a variants convertibles de la mateixa llengua.\";'),('oc','messages:invalidateemail','s:50:\"oc:Anullar la confirmacion del corrièr electronic\";'),('oc','messages:invalidemailaddress','s:173:\"oc:Aquesta adreça de corrièr electronic pòt pas èsser acceptada perque sembla qu\'a un format incorrècte.\nPicatz una adreça plan formatada o daissatz aqueste camp void.\";'),('oc','messages:invalidtitle','s:19:\"oc:Títol non valid\";'),('oc','messages:invalidtitle-knownnamespace','s:70:\"oc:Títol invalid amb l\'espaci de noms « $2 » e l\'intitulat « $3 »\";'),('oc','messages:invalidtitle-unknownnamespace','s:87:\"oc:Títol invalid amb lo numèro d\'espaci de noms $1 e l\'intitulat « $2 » desconeguts\";'),('oc','messages:invert','s:24:\"oc:Inversar la seleccion\";'),('oc','messages:ip_range_exceeded','s:72:\"ca:L\'interval d\'IP excedeix el seu límit màxim. Interval permès: /$1.\";'),('oc','messages:ip_range_invalid','s:24:\"oc:Plaja IP incorrècta.\";'),('oc','messages:ip_range_toolarge','s:67:\"oc:Los blocatges de plajas mai grandas que /$1 son pas autorizadas.\";'),('oc','messages:ip_range_toolow','s:59:\"ca:L\'interval d\'adreces IP no són permesos a la pràctica.\";'),('oc','messages:ipaddressorusername','s:36:\"oc:Adreça IP o nom d’utilizaire :\";'),('oc','messages:ipb-action-create','s:29:\"ca:Creació de pàgines noves\";'),('oc','messages:ipb-action-move','s:28:\"ca:Reanomenament de pàgines\";'),('oc','messages:ipb-action-upload','s:22:\"ca:Càrrega de fitxers\";'),('oc','messages:ipb-block-not-found','s:203:\"ca:No s\'ha pogut fer el blocatge, però s\'ha trobat que existia un blocatge de «$1». Si el problema persisteix, [https://www.mediawiki.org/wiki/Special:MyLanguage/Help_talk:Blocking_users informeu-ne].\";'),('oc','messages:ipb-blockingself','s:100:\"oc:Sètz a mand de blocar vòstre pròpri compte ! Sètz segur{{GENDER:||a}} que volètz far aquò ?\";'),('oc','messages:ipb-blocklist','s:33:\"oc:Vejatz los blocatges existents\";'),('oc','messages:ipb-blocklist-contribs','s:37:\"oc:Contribucions per {{GENDER:$1|$1}}\";'),('oc','messages:ipb-blocklist-duration-left','s:13:\"oc:$1 restant\";'),('oc','messages:ipb-change-block','s:60:\"oc:Tornar blocar aqueste utilizaire amb aquestes paramètres\";'),('oc','messages:ipb-confirm','s:24:\"oc:Confirmar lo blocatge\";'),('oc','messages:ipb-confirmaction','s:95:\"ca:Si esteu segur que voleu fer-ho, marqueu el camp «{{int:ipb-confirm}}» a la part inferior.\";'),('oc','messages:ipb-confirmhideuser','s:159:\"ca:Esteu a punt de blocar un usuari amb l\'opció d\'amagar el seu nom. Això suprimirà el seu nom a totes les llistes i registres. Esteu segur de voler-ho fer?\";'),('oc','messages:ipb-default-expiry','s:3:\"en:\";'),('oc','messages:ipb-default-expiry-ip','s:3:\"en:\";'),('oc','messages:ipb-disableusertalk','s:52:\"oc:Modificacion de lor pròpria pagina de discussion\";'),('oc','messages:ipb-edit-dropdown','s:46:\"oc:Modificar los motius de blocatge per defaut\";'),('oc','messages:ipb-empty-block','s:55:\"ca:El bloc tramès no té habilitades les restriccions.\";'),('oc','messages:ipb-hardblock','s:83:\"oc:Empachar los utilizaires connectats de modificar en utilizant aquesta adreça IP\";'),('oc','messages:ipb-namespaces-label','s:17:\"ca:Espais de noms\";'),('oc','messages:ipb-needreblock','s:55:\"oc:$1 ja es blocat. Volètz modificar los paramètres ?\";'),('oc','messages:ipb-otherblocks-header','s:48:\"oc:{{PLURAL:$1|Autre blocatge|Autres blocatges}}\";'),('oc','messages:ipb-pages-label','s:10:\"oc:Paginas\";'),('oc','messages:ipb-partial','s:10:\"oc:Parciau\";'),('oc','messages:ipb-partial-help','s:148:\"ca:Permet seleccionar les pàgines i espais de noms per blocar. No bloca les accions per defecte, però us deixa bloca certes accions específiques.\";'),('oc','messages:ipb-prevent-user-talk-edit','s:171:\"ca:Editar la pàgina de discussió pròpia ha de ser permès en un blocatge parcial, a menys que la restricció inclogui l\'espai de noms de discussió de pàgina d\'usuari.\";'),('oc','messages:ipb-sitewide','s:20:\"ca:A tot el lloc web\";'),('oc','messages:ipb-sitewide-help','s:186:\"ca:Bloca l\'edició en totes les pàgines i espais de noms. També bloca les accions per defecte ([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Blocking_users Més informació])\";'),('oc','messages:ipb-unblock','s:52:\"oc:Desblocar un compte d\'utilizaire o una adreça IP\";'),('oc','messages:ipb-unblock-addr','s:15:\"oc:Desblocar $1\";'),('oc','messages:ipb_already_blocked','s:24:\"oc:« $1 » ja es blocat\";'),('oc','messages:ipb_blocked_as_range','s:174:\"oc:Error : L\'adreça IP $1 es pas estada blocada dirèctament e doncas pòt pas èsser deblocada. Çaquelà, es estada blocada per la plaja $2 la quala pòt èsser deblocada.\";'),('oc','messages:ipb_cant_unblock','s:102:\"oc:Error : Lo blocatge d’ID $1 existís pas. Es possible qu’un desblocatge ja siá estat efectuat.\";'),('oc','messages:ipb_expiry_invalid','s:32:\"oc:Temps d’expiracion invalid.\";'),('oc','messages:ipb_expiry_old','s:41:\"ca:El temps de vençuda és en el passat.\";'),('oc','messages:ipb_expiry_temp','s:67:\"oc:Las plajas dels utilizaires amagats deurián èsser permanentas.\";'),('oc','messages:ipb_hide_invalid','s:114:\"oc:Impossible de suprimir aqueste compte ; sembla qu\'a mai {{PLURAL:$1|d’una modificacion|de $1 modificacions}}.\";'),('oc','messages:ipb_hide_partial','s:80:\"ca:Els blocatges de nom d\'usuari ocults han de ser blocatges de tot el lloc web.\";'),('oc','messages:ipbblocked','s:141:\"oc:Podètz pas blocar o desblocar d\'autres utilizaire, perque vos {{GENDER:|meteis|meteissa|meteis}} sètz {{GENDER:|blocat|blocada|blocat}}.\";'),('oc','messages:ipbcreateaccount','s:21:\"oc:Creacion de compte\";'),('oc','messages:ipbemailban','s:61:\"oc:Empachar l’utilizaire de mandar de corrièrs electronics\";'),('oc','messages:ipbenableautoblock','s:74:\"oc:Blocar automaticament las adreças IP utilizadas per aqueste utilizaire\";'),('oc','messages:ipbhidename','s:68:\"oc:Amagar lo nom d’utilizaire de las modificacions e de las listas\";'),('oc','messages:ipblocklist','s:22:\"oc:Utilizaires blocats\";'),('oc','messages:ipblocklist-empty','s:36:\"oc:La lista dels blocatges es voida.\";'),('oc','messages:ipblocklist-legend','s:30:\"oc:Cercar un utilizaire blocat\";'),('oc','messages:ipblocklist-localblock','s:17:\"oc:Blocatge local\";'),('oc','messages:ipblocklist-no-results','s:54:\"oc:L’adreça IP o l’utilizaire es pas esta blocat.\";'),('oc','messages:ipblocklist-otherblocks','s:48:\"oc:{{PLURAL:$1|Autre blocatge|Autres blocatges}}\";'),('oc','messages:ipblocklist-submit','s:11:\"oc:Recercar\";'),('oc','messages:ipbnounblockself','s:49:\"oc:Sètz pas autorizat a vos desblocar vos meteis\";'),('oc','messages:ipboptions','s:165:\"oc:2 oras:2 hours,1 jorn:1 day,3 jorns:3 days,1 setmana:1 week,2 setmanas:2 weeks,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 an:1 year,indefinidament:infinite\";'),('oc','messages:ipbother','s:15:\"oc:Autra durada\";'),('oc','messages:ipbreason','s:10:\"oc:Motiu :\";'),('oc','messages:ipbreason-dropdown','s:415:\"oc:* Motius de blocatge mai frequents\n** Insercion d’informacions faussas\n** Supression injustificada de contengut de las paginas\n** Insercion repetida de ligams extèrnes publicitaris (spam)\n** Insercion de contengut sens cap de sens e de bordilhas dins las paginas\n** Temptativa d’intimidacion o agarriment\n** Abús d’utilizacion de comptes multiples\n** Nom d’utilizaire inacceptable, injuriós o difamant\";'),('oc','messages:ipbsubmit','s:28:\"oc:Blocar aqueste utilizaire\";'),('oc','messages:ipbwatchuser','s:71:\"oc:Seguir las paginas d\'utilizaire e de discussion d\'aqueste utilizaire\";'),('oc','messages:ipusubmit','s:28:\"oc:Suprimir aqueste blocatge\";'),('oc','messages:iranian-calendar-m1','s:12:\"fr:Farvardin\";'),('oc','messages:iranian-calendar-m10','s:6:\"fr:Dey\";'),('oc','messages:iranian-calendar-m11','s:9:\"fr:Bahman\";'),('oc','messages:iranian-calendar-m12','s:9:\"fr:Esfand\";'),('oc','messages:iranian-calendar-m2','s:14:\"fr:Ordibehesht\";'),('oc','messages:iranian-calendar-m3','s:11:\"fr:Khordâd\";'),('oc','messages:iranian-calendar-m4','s:6:\"fr:Tir\";'),('oc','messages:iranian-calendar-m5','s:10:\"fr:Mordâd\";'),('oc','messages:iranian-calendar-m6','s:12:\"fr:Shahrivar\";'),('oc','messages:iranian-calendar-m7','s:7:\"fr:Mehr\";'),('oc','messages:iranian-calendar-m8','s:9:\"fr:Âbân\";'),('oc','messages:iranian-calendar-m9','s:8:\"fr:Âzar\";'),('oc','messages:isimage','s:24:\"oc:ligam cap al fichièr\";'),('oc','messages:isredirect','s:24:\"oc:pagina de redireccion\";'),('oc','messages:istemplate','s:12:\"oc:inclusion\";'),('oc','messages:jan','s:6:\"oc:gen\";'),('oc','messages:january','s:10:\"oc:genièr\";'),('oc','messages:january-gen','s:13:\"oc:de genièr\";'),('oc','messages:javascripttest','s:22:\"oc:Tèst de JavaScript\";'),('oc','messages:javascripttest-qunit-intro','s:58:\"oc:Veire [$1 la documentacion de tèst] sus mediawiki.org.\";'),('oc','messages:json-error-ctrl-char','s:71:\"ca:Error de caràcter de control, possiblement incorrectament codificat\";'),('oc','messages:json-error-depth','s:46:\"ca:S\'ha superat la profunditat màxima de pila\";'),('oc','messages:json-error-invalid-property-name','s:52:\"ca:El nom descodificat de la propietat no és vàlid\";'),('oc','messages:json-error-state-mismatch','s:28:\"oc:JSON invalid o mal format\";'),('oc','messages:json-error-syntax','s:19:\"oc:Error de sintaxi\";'),('oc','messages:json-error-unknown','s:41:\"oc:I a un problema amb lo JSON. Error: $1\";'),('oc','messages:json-error-utf16','s:75:\"ca:Caràcters UTF-18 amb mal format. Possiblement codificats incorrectament\";'),('oc','messages:json-error-utf8','s:69:\"ca:Caràcters UTF-8 amb errors de format, probablement mal codificats\";'),('oc','messages:json-warn-trailing-comma','s:87:\"ca:$1 al final {{PLURAL:$1|coma ha estat eliminada|comes han estat eliminades}} de JSON\";'),('oc','messages:jul','s:7:\"oc:julh\";'),('oc','messages:july','s:9:\"oc:julhet\";'),('oc','messages:july-gen','s:12:\"oc:de julhet\";'),('oc','messages:jumpto','s:11:\"oc:Anar a :\";'),('oc','messages:jumptonavigation','s:13:\"oc:navigacion\";'),('oc','messages:jumptosearch','s:11:\"oc:Recercar\";'),('oc','messages:jun','s:7:\"oc:junh\";'),('oc','messages:june','s:7:\"oc:junh\";'),('oc','messages:june-gen','s:10:\"oc:de junh\";'),('oc','messages:just-now','s:9:\"oc:sulpic\";'),('oc','messages:lag-warn-high','s:171:\"oc:En rason d’una fòrta carga de las basas de donadas, los cambiaments que datan de mens de $1 {{PLURAL:$1|segonda|segondas}} pòdon aparéisser pas dins aquesta lista.\";'),('oc','messages:lag-warn-normal','s:116:\"oc:Los cambiaments que datan de mens de $1 {{PLURAL:$1|segonda|segondas}} pòdon aparéisser pas dins aquesta lista.\";'),('oc','messages:laggedreplicamode','s:107:\"oc:<strong>Atencion :</strong> Aquesta pagina pòt conténer pas totes los darrièrs cambiaments efectuats.\";'),('oc','messages:language-converter-depth-warning','s:62:\"oc:Limit de prigondor del convertissor de lenga depassada ($1)\";'),('oc','messages:large-file','s:88:\"oc:Los fichièrs importats deurián pas èsser mai gros que $1 ; aqueste fichièr fa $2.\";'),('oc','messages:largefileserver','s:65:\"oc:La talha d\'aqueste fichièr es superiora al maximum autorizat.\";'),('oc','messages:last','s:7:\"oc:darr\";'),('oc','messages:lastmodifiedat','s:67:\"oc:Aquela pagina es estada modificada pel darrièr còp lo $1 a $2.\";'),('oc','messages:lastmodifiedatby','s:74:\"oc:Aquela pagina es estada modificada pel darrièr còp lo $1 a $2 per $3.\";'),('oc','messages:license','s:19:\"oc:Licéncia&nbsp;:\";'),('oc','messages:license-header','s:28:\"oc:Publicat jos licéncia(s)\";'),('oc','messages:license-nopreview','s:32:\"oc:(Previsualizacion impossibla)\";'),('oc','messages:licenses','s:4:\"en:-\";'),('oc','messages:licenses-edit','s:37:\"oc:Modificar las opcions de licéncia\";'),('oc','messages:limitreport-cputime','s:28:\"oc:Temps CPU d’utilizacion\";'),('oc','messages:limitreport-cputime-value','s:36:\"oc:$1 {{PLURAL:$1|segonda|segondas}}\";'),('oc','messages:limitreport-expansiondepth','s:39:\"oc:Mai granda prigondor d’espandiment\";'),('oc','messages:limitreport-expansiondepth-value','s:14:\"fr:$1 / $2\";'),('oc','messages:limitreport-expensivefunctioncount','s:42:\"oc:Nombre de foncions d’analisi costosas\";'),('oc','messages:limitreport-expensivefunctioncount-value','s:14:\"fr:$1 / $2\";'),('oc','messages:limitreport-postexpandincludesize','s:41:\"oc:Talha d’inclusion aprèp espandiment\";'),('oc','messages:limitreport-postexpandincludesize-value','s:35:\"oc:$1/$2 {{PLURAL:$2|octet|octets}}\";'),('oc','messages:limitreport-ppvisitednodes','s:45:\"oc:Nombre de nosèls de preprocessor visitats\";'),('oc','messages:limitreport-ppvisitednodes-value','s:14:\"fr:$1 / $2\";'),('oc','messages:limitreport-templateargumentsize','s:35:\"oc:Talha de l’argument del modèl\";'),('oc','messages:limitreport-templateargumentsize-value','s:35:\"oc:$1/$2 {{PLURAL:$2|octet|octets}}\";'),('oc','messages:limitreport-title','s:47:\"oc:Donadas d’optimizacion de l’analisador :\";'),('oc','messages:limitreport-unstrip-depth','s:53:\"ca:Profunditat de recursió de la funció «unstrip»\";'),('oc','messages:limitreport-unstrip-depth-value','s:14:\"fr:$1 / $2\";'),('oc','messages:limitreport-unstrip-size','s:57:\"ca:Mida després de l\'expansió de la funció «unstrip»\";'),('oc','messages:limitreport-unstrip-size-value','s:33:\"ca:$1/$2 {{PLURAL:$2|byte|bytes}}\";'),('oc','messages:limitreport-walltime','s:29:\"oc:Temps real d’utilizacion\";'),('oc','messages:limitreport-walltime-value','s:36:\"oc:$1 {{PLURAL:$1|segonda|segondas}}\";'),('oc','messages:lineno','s:13:\"oc:Linha $1 :\";'),('oc','messages:linkaccounts','s:20:\"oc:Ligar los comptes\";'),('oc','messages:linkaccounts-submit','s:20:\"oc:Ligar los comptes\";'),('oc','messages:linkaccounts-success-text','s:28:\"oc:Lo compte es estat ligat.\";'),('oc','messages:linksearch','s:31:\"oc:Recèrca de ligams extèrnes\";'),('oc','messages:linksearch-error','s:97:\"oc:Los caractèrs « joker » pòdon pas èsser utilizats qu’al començament del nom de domeni.\";'),('oc','messages:linksearch-line','s:33:\"oc:$1 amb un ligam a partir de $2\";'),('oc','messages:linksearch-ns','s:20:\"oc:Espacis de noms :\";'),('oc','messages:linksearch-ok','s:11:\"oc:Recercar\";'),('oc','messages:linksearch-pat','s:28:\"oc:Recercar l’expression :\";'),('oc','messages:linksearch-summary','s:3:\"en:\";'),('oc','messages:linksearch-text','s:272:\"oc:De caractèrs jokers coma « *.wikipedia.org » pòdon èsser utilizats.\nNecessitan al mens un domeni de nivèl superior, per exemple « *.org ».<br />\n{{PLURAL:$2|Protocòl reconegut|Protocòls reconeguts}}: $1 (http:// per defaut se cap de protocòl es pas indicat).\";'),('oc','messages:linkshere','s:57:\"oc:Las paginas çaijós contenon un ligam cap a \'\'\'$2\'\'\':\";'),('oc','messages:linkstoimage','s:94:\"oc:{{PLURAL:$1|La pagina çaijós compòrta|Las paginas çaijós compòrtan}} aqueste imatge :\";'),('oc','messages:linkstoimage-more','s:289:\"oc:Mai {{PLURAL:$1|d’un ligam de pagina|de $1 ligams de paginas}} cap a aqueste fichièr.\nLa lista seguenta aficha {{PLURAL:$1|lo primièr ligam de pagina|los $1 primièrs ligams de pagina}} unicament cap a aqueste fichièr.\nUna [[Special:WhatLinksHere/$2|lista completa]] es disponibla.\";'),('oc','messages:linkstoimage-redirect','s:34:\"oc:$1 (redireccion de fichièr) $2\";'),('oc','messages:linterror-bogus-image-options','s:30:\"ca:Opció de fitxer no vàlida\";'),('oc','messages:linterror-deletable-table-tag','s:31:\"ca:Etiqueta de taula a suprimir\";'),('oc','messages:linterror-html5-misnesting','s:34:\"ca:Mala inclusió (ara incorrecta)\";'),('oc','messages:linterror-misc-tidy-replacement-issues','s:30:\"ca:Diversos errors de marcatge\";'),('oc','messages:linterror-misnested-tag','s:36:\"ca:Etiqueta mal imbricada a corregir\";'),('oc','messages:linterror-missing-end-tag','s:24:\"oc:Balisa de fin absenta\";'),('oc','messages:linterror-multi-colon-escape','s:36:\"ca:Escapament de dos punts múltiple\";'),('oc','messages:linterror-multiline-html-table-in-list','s:44:\"ca:Taula multilínia HTML5 dins d\'una llista\";'),('oc','messages:linterror-multiple-unclosed-formatting-tags','s:57:\"ca:Diverses etiquetes de format sense tancar a la pàgina\";'),('oc','messages:linterror-obsolete-tag','s:24:\"oc:Balisa HTML obsolèta\";'),('oc','messages:linterror-pwrap-bug-workaround','s:51:\"ca:Esquivament de l\'error d\'ajustament de paràgraf\";'),('oc','messages:linterror-self-closed-tag','s:24:\"ca:Etiqueta auto-tancada\";'),('oc','messages:linterror-stripped-tag','s:25:\"ca:Etiqueta no aparellada\";'),('oc','messages:linterror-tidy-font-bug','s:53:\"ca:L\'etiqueta font intenta canviar el color d\'enllaç\";'),('oc','messages:linterror-tidy-whitespace-bug','s:43:\"ca:Incidència d\'anàlisi d\'espais en blanc\";'),('oc','messages:linterror-unclosed-quotes-in-heading','s:60:\"ca:Cometes sense tancar que desborden la taula de continguts\";'),('oc','messages:listduplicatedfiles','s:30:\"oc:Lista de fichièrs en doble\";'),('oc','messages:listduplicatedfiles-entry','s:63:\"oc:[[:File:$1|$1]] a [[$3|{{PLURAL:$2|un doblon|$2 doblons}}]].\";'),('oc','messages:listduplicatedfiles-summary','s:159:\"ca:Aquesta és una llista de fitxers on la darrera versió és un duplicat de la darrera versió d\'algun altre fitxer. Es consideren només els fitxers locals.\";'),('oc','messages:listfiles','s:21:\"oc:Lista dels imatges\";'),('oc','messages:listfiles-delete','s:11:\"oc:suprimir\";'),('oc','messages:listfiles-latestversion','s:18:\"oc:Version actuala\";'),('oc','messages:listfiles-latestversion-no','s:6:\"oc:Non\";'),('oc','messages:listfiles-latestversion-yes','s:6:\"oc:Òc\";'),('oc','messages:listfiles-show-all','s:45:\"oc:Inclure las ancianas versions dels imatges\";'),('oc','messages:listfiles-summary','s:84:\"oc:Aquesta pagina especiala permet de far la lista de totes los fichièrs importats.\";'),('oc','messages:listfiles-userdoesnotexist','s:58:\"oc:Lo compte d\'utilizaire « $1 » es pas enregistrat.\";'),('oc','messages:listfiles_count','s:11:\"oc:Versions\";'),('oc','messages:listfiles_date','s:7:\"oc:Data\";'),('oc','messages:listfiles_description','s:14:\"oc:Descripcion\";'),('oc','messages:listfiles_name','s:6:\"oc:Nom\";'),('oc','messages:listfiles_size','s:20:\"oc:Talha (en octets)\";'),('oc','messages:listfiles_subpage','s:16:\"oc:Enviat per $1\";'),('oc','messages:listfiles_thumb','s:12:\"oc:Miniatura\";'),('oc','messages:listfiles_user','s:13:\"oc:Utilizaire\";'),('oc','messages:listgrants','s:16:\"oc:Autorizacions\";'),('oc','messages:listgrants-grant','s:10:\"oc:Acordar\";'),('oc','messages:listgrants-grant-display','s:23:\"fr:$1 <code>($2)</code>\";'),('oc','messages:listgrants-rights','s:9:\"oc:Dreits\";'),('oc','messages:listgrants-summary','s:540:\"fr:Voici une liste des autorisations (ou rôles) accordées avec leur accès associé aux droits utilisateur. Les utilisateurs peuvent autoriser les applications à utiliser leur compte, mais avec des droits limités selon les droits que l’utilisateur a accordés à l’application. Une application agissant au nom d’un utilisateur ne peut toutefois pas, de fait, utiliser des droits dont ne dispose pas l’utilisateur.\nIl peut y avoir [[{{MediaWiki:Listgrouprights-helppage}}|plus d’information]] concernant les droits individuels.\";'),('oc','messages:listgrouprights','s:35:\"oc:Dreits dels gropes d\'utilizaires\";'),('oc','messages:listgrouprights-addgroup','s:49:\"oc:Pòt apondre $2 {{PLURAL:$2|grop|gropes}} : $1\";'),('oc','messages:listgrouprights-addgroup-all','s:32:\"oc:Pòt apondre totes los gropes\";'),('oc','messages:listgrouprights-addgroup-self','s:77:\"oc:Se pòt apondre {{PLURAL:$2|lo grop|los gropes}} a son compte pròpri : $1\";'),('oc','messages:listgrouprights-addgroup-self-all','s:56:\"oc:Se pòt apondre totes los gropes a son compte pròpri\";'),('oc','messages:listgrouprights-group','s:7:\"oc:Grop\";'),('oc','messages:listgrouprights-helppage','s:26:\"oc:Help:Dreits dels gropes\";'),('oc','messages:listgrouprights-key','s:133:\"oc:Legenda :\n*<span class=\"listgrouprights-granted\">Dreit autrejat</span>\n*<span class=\"listgrouprights-revoked\">Dreit revocat</span>\";'),('oc','messages:listgrouprights-members','s:23:\"oc:(lista dels membres)\";'),('oc','messages:listgrouprights-namespaceprotection-header','s:32:\"oc:Restriccions d\'espaci de noms\";'),('oc','messages:listgrouprights-namespaceprotection-namespace','s:17:\"oc:Espaci de noms\";'),('oc','messages:listgrouprights-namespaceprotection-restrictedto','s:54:\"oc:Dreit(s) que permet(on) a l\'utilizaire de modificar\";'),('oc','messages:listgrouprights-removegroup','s:48:\"oc:Pòt levar $2 {{PLURAL:$2|gropa|gropes}} : $1\";'),('oc','messages:listgrouprights-removegroup-all','s:30:\"oc:Pòt levar totes los gropes\";'),('oc','messages:listgrouprights-removegroup-self','s:76:\"oc:Se pòt levar {{PLURAL:$2|lo grop|los gropes}} de son compte pròpri : $1\";'),('oc','messages:listgrouprights-removegroup-self-all','s:55:\"oc:Se pòt levar totes los gropes de son compte pròpri\";'),('oc','messages:listgrouprights-right-display','s:68:\"ca:<span class=\"listgrouprights-granted\">$1 <code>($2)</code></span>\";'),('oc','messages:listgrouprights-right-revoked','s:68:\"ca:<span class=\"listgrouprights-revoked\">$1 <code>($2)</code></span>\";'),('oc','messages:listgrouprights-rights','s:19:\"oc:Dreits associats\";'),('oc','messages:listgrouprights-summary','s:225:\"oc:Aquesta pagina conten una lista de gropes definits sus aqueste wiki e mai los dreits d\'accès qu\'i son associats.\nI pòt aver [[{{MediaWiki:Listgrouprights-helppage}}|d\'entresenhas complementàrias]] a prepaus dels dreits.\";'),('oc','messages:listredirects','s:28:\"oc:Lista de las redireccions\";'),('oc','messages:listredirects-summary','s:3:\"en:\";'),('oc','messages:listusers','s:26:\"oc:Lista dels participants\";'),('oc','messages:listusers-blocked','s:11:\"oc:(blocat)\";'),('oc','messages:listusers-creationsort','s:29:\"oc:Triar per data de creacion\";'),('oc','messages:listusers-desc','s:29:\"oc:Triar en òrdre descendent\";'),('oc','messages:listusers-editsonly','s:66:\"oc:Far veire sonque los utilizaires qu\'an al mens una contribucion\";'),('oc','messages:listusers-noresult','s:34:\"oc:Cap d’utilizaires pas trobat.\";'),('oc','messages:listusers-submit','s:10:\"oc:Mostrar\";'),('oc','messages:listusers-summary','s:3:\"en:\";'),('oc','messages:listusers-temporarygroupsonly','s:61:\"ca:Mostra només els usuaris en els grups d\'usuaris temporals\";'),('oc','messages:listusersfrom','s:40:\"oc:Afichar los utilizaires a partir de :\";'),('oc','messages:localtime','s:15:\"oc:Ora locala :\";'),('oc','messages:lockbtn','s:21:\"oc:Verrolhar la banca\";'),('oc','messages:lockconfirm','s:57:\"oc:Òc, confirmi que desiri verrolhar la basa de donadas.\";'),('oc','messages:lockdb','s:20:\"oc:Verrolhar la basa\";'),('oc','messages:lockdbsuccesssub','s:34:\"oc:Verrolhatge de la basa capitat.\";'),('oc','messages:lockdbsuccesstext','s:167:\"oc:La basa de donadas de {{SITENAME}} es verrolhada.<br />\n\nDoblidetz pas de [[Special:UnlockDB|la desverrolhar]] quand auretz acabat vòstra operacion de mantenença.\";'),('oc','messages:lockdbtext','s:383:\"oc:Lo clavatge de la basa de donadas empacharà totes los utilizaires de modificar las paginas, de salvar lors preferéncias, de modificar lor lista de seguiment e d\'efectuar totas las autras operacions necessitant de modificacions dins la basa de donadas.\nConfirmatz qu\'es plan çò que volètz far e que desblocaretz la banca tre que vòstra operacion de mantenença serà acabada.\";'),('oc','messages:lockedbyandtime','s:22:\"oc:(per $1 lo $2 a $3)\";'),('oc','messages:lockfilenotwritable','s:153:\"oc:Lo fichièr de blocatge de la basa de donadas es pas inscriptible. Per blocar o desblocar la basa de donadas, vos cal poder escriure sul servidor web.\";'),('oc','messages:lockmanager-fail-acquirelock','s:61:\"oc:Impossible d\'obténer lo fichièr de verrolh per « $1 ».\";'),('oc','messages:lockmanager-fail-closelock','s:60:\"oc:Impossible de tampar lo fichièr de verrolh per « $1 ».\";'),('oc','messages:lockmanager-fail-conflict','s:87:\"ca:No s\'ha pogut obtenir el bloqueig. Algú altre està fent quelcom amb aquest fitxer.\";'),('oc','messages:lockmanager-fail-db-bucket','s:83:\"oc:Impossible de contactar pro de basas de donadas de verrolhatge dins lo godet $1.\";'),('oc','messages:lockmanager-fail-db-release','s:69:\"oc:Impossible de daissar anar los verrolhs sus la basa de donadas $1.\";'),('oc','messages:lockmanager-fail-deletelock','s:62:\"oc:Impossible de suprimir lo fichièr de verrolh per « $1 ».\";'),('oc','messages:lockmanager-fail-openlock','s:60:\"oc:Impossible de dobrir lo fichièr de verrolh per « $1 ».\";'),('oc','messages:lockmanager-fail-releaselock','s:66:\"oc:Impossible de daissar anar lo fichièr de verrolh per « $1 ».\";'),('oc','messages:lockmanager-fail-svr-acquire','s:52:\"oc:Impossible d\'aquerir de verrolhs sul servidor $1.\";'),('oc','messages:lockmanager-fail-svr-release','s:59:\"oc:Impossible de daissar anar los verrolhs sul servidor $1.\";'),('oc','messages:lockmanager-notlocked','s:59:\"oc:Impossible de desverrolhar « $1 » ; es pas verrolhada.\";'),('oc','messages:locknoconfirm','s:45:\"oc:Avètz pas marcat la casa de confirmacion.\";'),('oc','messages:log','s:10:\"oc:Jornals\";'),('oc','messages:log-action-filter-all','s:6:\"oc:Tot\";'),('oc','messages:log-action-filter-block','s:21:\"oc:Tipe de blocatge :\";'),('oc','messages:log-action-filter-block-block','s:11:\"oc:Blocatge\";'),('oc','messages:log-action-filter-block-reblock','s:27:\"oc:Modificacion de blocatge\";'),('oc','messages:log-action-filter-block-unblock','s:12:\"oc:Desblocar\";'),('oc','messages:log-action-filter-contentmodel','s:48:\"ca:Tipus de modificació del model de contingut:\";'),('oc','messages:log-action-filter-contentmodel-change','s:31:\"ca:Canvi del model de contingut\";'),('oc','messages:log-action-filter-contentmodel-new','s:63:\"ca:Creació de pàgina amb un model de contingut no per defecte\";'),('oc','messages:log-action-filter-delete','s:23:\"oc:Tipe de supression :\";'),('oc','messages:log-action-filter-delete-delete','s:24:\"oc:Supression de paginas\";'),('oc','messages:log-action-filter-delete-delete_redir','s:36:\"ca:Sobreescriptura de la redirecció\";'),('oc','messages:log-action-filter-delete-delete_redir2','s:36:\"ca:Sobreescriptura de la redirecció\";'),('oc','messages:log-action-filter-delete-event','s:25:\"ca:Registre de supressió\";'),('oc','messages:log-action-filter-delete-restore','s:25:\"oc:Restabliment de pagina\";'),('oc','messages:log-action-filter-delete-revision','s:26:\"ca:Supressió de revisions\";'),('oc','messages:log-action-filter-import','s:23:\"oc:Tipe d\'importacion :\";'),('oc','messages:log-action-filter-import-interwiki','s:20:\"oc:Impòrt transwiki\";'),('oc','messages:log-action-filter-import-upload','s:41:\"ca:Importació mitjançant càrrega d\'XML\";'),('oc','messages:log-action-filter-managetags','s:46:\"oc:Tipe d\'accion de gestion de las etiquetas :\";'),('oc','messages:log-action-filter-managetags-activate','s:27:\"oc:Activacion de l\'etiqueta\";'),('oc','messages:log-action-filter-managetags-create','s:21:\"oc:Creacion de balisa\";'),('oc','messages:log-action-filter-managetags-deactivate','s:30:\"oc:Desactivacion de l\'etiqueta\";'),('oc','messages:log-action-filter-managetags-delete','s:23:\"oc:Supression de balisa\";'),('oc','messages:log-action-filter-move','s:26:\"oc:Tipe de desplaçament :\";'),('oc','messages:log-action-filter-move-move','s:49:\"ca:Reanomena sense sobreescriure les redireccions\";'),('oc','messages:log-action-filter-move-move_redir','s:44:\"ca:Reanomena sobreescrivint les redireccions\";'),('oc','messages:log-action-filter-newusers','s:31:\"oc:Tipe de creacion de compte :\";'),('oc','messages:log-action-filter-newusers-autocreate','s:22:\"oc:Creacion automatica\";'),('oc','messages:log-action-filter-newusers-byemail','s:56:\"oc:Creacion amb un senhal mandat per corrièr electronic\";'),('oc','messages:log-action-filter-newusers-create','s:36:\"oc:Creacion per un utilizaire anonim\";'),('oc','messages:log-action-filter-newusers-create2','s:41:\"oc:Creacion per un utilizaire enregistrat\";'),('oc','messages:log-action-filter-patrol','s:21:\"oc:Tipe de patrolha :\";'),('oc','messages:log-action-filter-patrol-autopatrol','s:22:\"oc:Patrolha automatica\";'),('oc','messages:log-action-filter-patrol-patrol','s:19:\"oc:Patrolha manuala\";'),('oc','messages:log-action-filter-protect','s:23:\"oc:Tipe de proteccion :\";'),('oc','messages:log-action-filter-protect-modify','s:32:\"oc:Modificacion de la proteccion\";'),('oc','messages:log-action-filter-protect-move_prot','s:28:\"oc:Proteccion de renomenatge\";'),('oc','messages:log-action-filter-protect-protect','s:13:\"oc:Proteccion\";'),('oc','messages:log-action-filter-protect-unprotect','s:16:\"oc:Desproteccion\";'),('oc','messages:log-action-filter-rights','s:33:\"oc:Tipe de cambiament de dreits :\";'),('oc','messages:log-action-filter-rights-autopromote','s:23:\"oc:Cambiament automatic\";'),('oc','messages:log-action-filter-rights-rights','s:20:\"oc:Cambiament manual\";'),('oc','messages:log-action-filter-suppress','s:23:\"oc:Tipe de supression :\";'),('oc','messages:log-action-filter-suppress-block','s:35:\"ca:Supressió d\'usuari per blocatge\";'),('oc','messages:log-action-filter-suppress-delete','s:23:\"oc:Supression de pagina\";'),('oc','messages:log-action-filter-suppress-event','s:23:\"oc:Supression de jornal\";'),('oc','messages:log-action-filter-suppress-reblock','s:37:\"ca:Supressió d\'usuari per reblocatge\";'),('oc','messages:log-action-filter-suppress-revision','s:25:\"oc:Supression de revision\";'),('oc','messages:log-action-filter-upload','s:22:\"oc:Tipe de mandadís :\";'),('oc','messages:log-action-filter-upload-overwrite','s:16:\"oc:Tornar mandar\";'),('oc','messages:log-action-filter-upload-revert','s:12:\"ca:Reverteix\";'),('oc','messages:log-action-filter-upload-upload','s:19:\"oc:Mandadís novèl\";'),('oc','messages:log-description-contentmodel','s:170:\"ca:Aquesta pàgina llista els canvis al model de contingut de les pàgines, i les pàgines que van ser creades amb un model de contingut diferent del que és per defecte.\";'),('oc','messages:log-description-create','s:61:\"oc:Aicí dessota, la lista dei darrierei creacions de pagina.\";'),('oc','messages:log-description-managetags','s:311:\"ca:Aquesta pàgina té llistades les tasques de gestió referents a les [[Special:Tags|etiquetes]]. El registre conté només les accions dutes a terme manualment per un administrador; algunes etiquetes poden ser creades o eliminades pel programari wiki sense deixar inventariada una entrada en aquest registre.\";'),('oc','messages:log-description-pagelang','s:70:\"oc:Aquò es un jornal dels cambiaments dins las lengas de las paginas.\";'),('oc','messages:log-description-tag','s:263:\"ca:La pàgina mostra quan els usuaris han afegit o suprimit [[Special:Tags|etiquetes]] de revisions individuals o entrades de registre. El registre no llista accions d\'etiquetatge quan ocorren com a part d\'una modificació, eliminació o cap altra acció similar.\";'),('oc','messages:log-edit-tags','s:65:\"ca:Edita les etiquetes de les entrades seleccionades del registre\";'),('oc','messages:log-fulllog','s:26:\"oc:Veire lo jornal complet\";'),('oc','messages:log-name-contentmodel','s:44:\"ca:Registre de canvis del model de contingut\";'),('oc','messages:log-name-create','s:33:\"oc:Jornau dei creacions de pagina\";'),('oc','messages:log-name-managetags','s:41:\"oc:Jornal de las modificacions de balisas\";'),('oc','messages:log-name-pagelang','s:35:\"oc:Traçar los cambiaments de lenga\";'),('oc','messages:log-name-tag','s:24:\"oc:Jornal de las balisas\";'),('oc','messages:log-title-wildcard','s:55:\"oc:Recercar de títols que començan per aqueste tèxte\";'),('oc','messages:logdelete-failure','s:67:\"oc:\'\'\'La visibilitat del jornal a pas pogut èsser definida :\'\'\'\n$1\";'),('oc','messages:logdelete-selected','s:84:\"oc:{{PLURAL:$1|Eveniment d\'istoric seleccionat|Eveniments d\'istoric seleccionats}} :\";'),('oc','messages:logdelete-success','s:37:\"oc:Visibilitat del jornal modificada.\";'),('oc','messages:logdelete-text','s:146:\"oc:Los eveniments del jornal suprimits contunharàn d\'aparéisser dins los jornals, mas una partida de lor contengut serà indisponibla al public.\";'),('oc','messages:logempty','s:46:\"oc:Non i a res d\'indicacions dins lo registre.\";'),('oc','messages:logentry-block-block','s:51:\"oc:$1 {{GENDER:$2|a blocat}} {{GENDER:$4|$3}} $5 $6\";'),('oc','messages:logentry-block-reblock','s:86:\"oc:$1 {{GENDER:$2|a modificat}} los paramètres de blocatge per {{GENDER:$4|$3}} $5 $6\";'),('oc','messages:logentry-block-unblock','s:48:\"oc:$1 {{GENDER:$2|a desblocat}} {{GENDER:$4|$3}}\";'),('oc','messages:logentry-contentmodel-change','s:88:\"ca:$1 {{GENDER:$2|ha canviat}} el model de contingut de la pàgina $3 de «$4» a «$5»\";'),('oc','messages:logentry-contentmodel-change-revert','s:12:\"oc:restablir\";'),('oc','messages:logentry-contentmodel-change-revertlink','s:12:\"oc:restablir\";'),('oc','messages:logentry-contentmodel-new','s:99:\"ca:$1 {{GENDER:$2|va crear}} la pàgina $3 utilitzant un model de contingut no per defecte («$5»)\";'),('oc','messages:logentry-create-create','s:42:\"ca:$1 {{GENDER:$2|va crear}} la pàgina $3\";'),('oc','messages:logentry-delete-delete','s:43:\"oc:$1 {{GENDER:$2|a suprimit}} la pagina $3\";'),('oc','messages:logentry-delete-delete_redir','s:63:\"oc:$1 {{GENDER:$2|suprimit}} redirigit cap a $3 per espotiment.\";'),('oc','messages:logentry-delete-delete_redir2','s:67:\"ca:$1 {{GENDER:$2|ha esborrat}} la redirecció $3 sobreescrivint-la\";'),('oc','messages:logentry-delete-event','s:126:\"oc:$1 {{GENDER:$2|a modificat}} la visibilitat {{PLURAL:$5|d\'un eveniment del jornal|de $5 eveniments del jornal}} sus $3 : $4\";'),('oc','messages:logentry-delete-event-legacy','s:80:\"oc:$1 {{GENDER:$2|a modificat}} la visibilitat dels eveniments del jornal sus $3\";'),('oc','messages:logentry-delete-restore','s:49:\"oc:$1 {{GENDER:$2|a restablit}} la pagina $3 ($4)\";'),('oc','messages:logentry-delete-restore-nocount','s:60:\"ca:$1 {{GENDER:$2|va desfer la supressió de}} la pàgina $3\";'),('oc','messages:logentry-delete-revision','s:113:\"oc:$1 {{GENDER:$2|a modificat}} la visibilitat {{PLURAL:$5|d\'una revision|de $5 revisions}} sus la pagina $3 : $4\";'),('oc','messages:logentry-delete-revision-legacy','s:80:\"oc:$1 {{GENDER:$2|a modificat}} la visibilitat de las revisions sus la pagina $3\";'),('oc','messages:logentry-import-interwiki','s:56:\"oc:$1 {{GENDER:$2|a importat}} $3 dempuèi un autre wiki\";'),('oc','messages:logentry-import-interwiki-details','s:78:\"ca:$1 {{GENDER:$2|ha importat}} $3 de $5 ($4 {{PLURAL:$4|revisió|revisions}})\";'),('oc','messages:logentry-import-upload','s:63:\"oc:$1 {{GENDER:$2|a importat}} $3 per telecargament de fichièr\";'),('oc','messages:logentry-import-upload-details','s:95:\"ca:$1 {{GENDER:$2|ha importat}} $3 per càrrega de fitxer ($4 {{PLURAL:$4|revisió|revisions}})\";'),('oc','messages:logentry-managetags-activate','s:91:\"oc:$1 {{GENDER:$2|a activat}} la balisa \"$4\" per l’usatge dels utilizaires e dels robòts\";'),('oc','messages:logentry-managetags-create','s:51:\"oc:$1 {{GENDER:$2|a creat}} la balisa « $4 ».\";'),('oc','messages:logentry-managetags-deactivate','s:102:\"oc:$1 {{GENDER:$2|a desactivat}} la balisa « $4 » per l’usatge dels utilizaires e dels robòts\";'),('oc','messages:logentry-managetags-delete','s:148:\"oc:$1 {{GENDER:$2|a suprimit}} la balisa « $4 » (levada {{PLURAL:$5|d\'una revision o entrada de jornal|de $5 revisions o entradas de jornal}})\";'),('oc','messages:logentry-merge-merge','s:61:\"oc:$1 {{GENDER:$2|a fusionat}} $3 en $4 (revisions fins a $5)\";'),('oc','messages:logentry-move-move','s:55:\"oc:$1  {{GENDER:$2|a desplaçat}} la pagina $3 cap a $4\";'),('oc','messages:logentry-move-move-noredirect','s:86:\"oc:$1 {{GENDER:$2|a desplaçat}} la pagina $3 cap a $4 sens daissar cap de redireccion\";'),('oc','messages:logentry-move-move_redir','s:82:\"oc:$1 {{GENDER:$2|a desplaçat}} la pagina $3 cap a $4 per dessús una redireccion\";'),('oc','messages:logentry-move-move_redir-noredirect','s:114:\"oc:$1 {{GENDER:$2|a desplaçat}} la pagina $3 cap a $4 per dessús una redireccion sens daissar cap de redireccion\";'),('oc','messages:logentry-newusers-autocreate','s:59:\"oc:Lo compte $1 {{GENDER:$2|es estat creat}} automaticament\";'),('oc','messages:logentry-newusers-byemail','s:116:\"oc:Lo compte d\'utilizaire $3 {{GENDER:$2|es estat creat}} per $1 e lo senhal es estat mandat per corrièr electronic\";'),('oc','messages:logentry-newusers-create','s:57:\"oc:Lo compte d\'utilizaire $1 {{GENDER:$2|es estat creat}}\";'),('oc','messages:logentry-newusers-create2','s:64:\"oc:Lo compte d\'utilizaire $3 {{GENDER:$2|es estat creat}} per $1\";'),('oc','messages:logentry-newusers-newusers','s:55:\"oc:Lo compte utilizaire $1 {{GENDER:$2|es estat creat}}\";'),('oc','messages:logentry-non-editing-block-block','s:141:\"fr:$1{{GENDER:$2|}} a bloqué $3{{GENDER:$4|}} pour les actions spécifiées autres que la modification ; durée avant expiration : $5 $6\";'),('oc','messages:logentry-non-editing-block-reblock','s:172:\"fr:$1{{GENDER:$2|}} a modifié les paramètres du blocage de $3{{GENDER:$4|}} pour les actions spécifiées autres que la modification ; durée avant expiration : $5 $6\";'),('oc','messages:logentry-pagelang-pagelang','s:66:\"oc:$1 {{GENDER:$2|a cambiat}} la lenga de la pagina $3 de $4 a $5.\";'),('oc','messages:logentry-partialblock-block','s:87:\"ca:$1 {{GENDER:$2|ha blocat}} {{GENDER:$4|$3}} de $7 amb un temps d\'expiració de $5 $6\";'),('oc','messages:logentry-partialblock-block-action','s:40:\"ca:{{PLURAL:$1|l\'acció|les accions}} $2\";'),('oc','messages:logentry-partialblock-block-ns','s:56:\"ca:{{PLURAL:$1|l’espai de noms|els espais de noms}} $2\";'),('oc','messages:logentry-partialblock-block-page','s:43:\"ca:{{PLURAL:$1|la pàgina|les pàgines}} $2\";'),('oc','messages:logentry-partialblock-reblock','s:125:\"ca:$1 {{GENDER:$2|ha canviat}} els paràmetres de blocatge de {{GENDER:$4|$3}}, blocant $7 amb un temps d\'expiració de $5 $6\";'),('oc','messages:logentry-patrol-patrol','s:73:\"oc:$1 {{GENDER:$2|a marcat}} la revision $4 de la pagina $3 coma relegida\";'),('oc','messages:logentry-patrol-patrol-auto','s:88:\"oc:$1 {{GENDER:$2|a marcat automaticament}} la revision $4 de la pagina $3 coma relegida\";'),('oc','messages:logentry-protect-modify','s:69:\"ca:$1 {{GENDER:$2|ha canviat}} els paràmetres de protecció de $3 $4\";'),('oc','messages:logentry-protect-modify-cascade','s:82:\"ca:$1 {{GENDER:$2|ha canviat}} els paràmetres de protecció de $3 $4 [en cascada]\";'),('oc','messages:logentry-protect-move_prot','s:69:\"ca:$1 {{GENDER:$2|ha traslladat}} els valors de protecció de $4 a $3\";'),('oc','messages:logentry-protect-protect','s:37:\"ca:$1 {{GENDER:$2|ha protegit}} $3 $4\";'),('oc','messages:logentry-protect-protect-cascade','s:50:\"ca:$1 {{GENDER:$2|ha protegit}} $3 $4 [en cascada]\";'),('oc','messages:logentry-protect-unprotect','s:51:\"ca:$1 {{GENDER:$2|ha suprimit}} la protecció de $3\";'),('oc','messages:logentry-rights-autopromote','s:64:\"oc:$1 {{GENDER:$2|es estat promolgut}} automaticament de $4 a $5\";'),('oc','messages:logentry-rights-rights','s:75:\"oc:$1 a modificat l’apartenéncia al grop per {{GENDER:$6|$3}} de $4 a $5\";'),('oc','messages:logentry-rights-rights-legacy','s:62:\"oc:$1 {{GENDER:$2|a modificat}} l\'apartenéncia al grop per $3\";'),('oc','messages:logentry-suppress-block','s:51:\"oc:$1 {{GENDER:$2|a blocat}} {{GENDER:$4|$3}} $5 $6\";'),('oc','messages:logentry-suppress-delete','s:43:\"oc:$1 {{GENDER:$2|a suprimit}} la pagina $3\";'),('oc','messages:logentry-suppress-event','s:138:\"oc:$1 {{GENDER:$2|a modificat secretament}} la visibilitat {{PLURAL:$5|d\'un eveniment del jornal|de $5 eveniments del jornal}} sus $3 : $4\";'),('oc','messages:logentry-suppress-event-legacy','s:92:\"oc:$1 {{GENDER:$2|a modificat secretament}} la visibilitat dels eveniments del jornal sus $3\";'),('oc','messages:logentry-suppress-reblock','s:86:\"oc:$1 {{GENDER:$2|a modificat}} los paramètres de blocatge per {{GENDER:$4|$3}} $5 $6\";'),('oc','messages:logentry-suppress-revision','s:125:\"oc:$1 {{GENDER:$2|a modificat secretament}} la visibilitat {{PLURAL:$5|d\'una revision|de $5 revisions}} sus la pagina $3 : $4\";'),('oc','messages:logentry-suppress-revision-legacy','s:92:\"oc:$1 {{GENDER:$2|a modificat secretament}} la visibilitat de las revisions sus la pagina $3\";'),('oc','messages:logentry-tag-update-add-logentry','s:111:\"fr:$1{{GENDER:$2|}} a ajouté {{PLURAL:$7|la balise|les balises}} $6 à l’entrée de journal $5 de la page $3\";'),('oc','messages:logentry-tag-update-add-revision','s:105:\"ca:$1 {{GENDER:$2|ha afegit}} {{PLURAL:$7|l\'etiqueta|les etiquetes}} $6 a la revisió $4 de la pàgina $3\";'),('oc','messages:logentry-tag-update-logentry','s:170:\"fr:$1{{GENDER:$2|}} a mis à jour les balises de l’entrée de journal $5 de la page $3 ($6 {{PLURAL:$7|ajoutée|ajoutées}} ; $8 {{PLURAL:$9|supprimée|supprimées}})\";'),('oc','messages:logentry-tag-update-remove-logentry','s:113:\"fr:$1{{GENDER:$2|}} a supprimé {{PLURAL:$9|la balise|les balises}} $8 de l’entrée de journal $5 de la page $3\";'),('oc','messages:logentry-tag-update-remove-revision','s:101:\"fr:$1{{GENDER:$2|}} a supprimé {{PLURAL:$9|la balise|les balises}} $8 de la version $4 de la page $3\";'),('oc','messages:logentry-tag-update-revision','s:158:\"oc:$1 {{GENDER:$2|a mes a jorn}} las balisas de la revision $4 de la pagina $3 ($6 {{PLURAL:$7|aponduda|apondudas}} ; $8 {{PLURAL:$9|suprimida|suprimidas}})\";'),('oc','messages:logentry-upload-overwrite','s:58:\"oc:$1 {{GENDER:$2|a telecargat}} una novèla version de $3\";'),('oc','messages:logentry-upload-revert','s:35:\"oc:$1 {{GENDER:$2|a telecargat}} $3\";'),('oc','messages:logentry-upload-upload','s:31:\"oc:$1 {{GENDER:$2|a mandat}} $3\";'),('oc','messages:logeventslist-more-filters','s:36:\"ca:Mostra els registres addicionals:\";'),('oc','messages:logeventslist-newusers-log','s:33:\"ca:Registre de creació d\'usuaris\";'),('oc','messages:logeventslist-patrol-log','s:23:\"ca:Registre de patrulla\";'),('oc','messages:logeventslist-submit','s:10:\"oc:Afichar\";'),('oc','messages:logeventslist-tag-log','s:23:\"ca:Registre d\'etiquetes\";'),('oc','messages:logging-out-notify','s:30:\"oc:Vos desconnectam, esperatz.\";'),('oc','messages:login','s:17:\"oc:Identificacion\";'),('oc','messages:login-abort-generic','s:56:\"oc:Vòstra temptativa de connexion a fracassat - Anullat\";'),('oc','messages:login-migrated-generic','s:93:\"oc:S\'a migrat lo vòstre compte, e lo vòstre nom d\'usatgièr existís pas mai en aquel wiki.\";'),('oc','messages:login-security','s:30:\"oc:Verificar vòstra identitat\";'),('oc','messages:login-throttled','s:109:\"oc:Avètz ensajat un tròp grand nombre de connexions darrièrament.\nEsperatz $1 abans d’ensajar tornarmai.\";'),('oc','messages:login-userblocked','s:58:\"oc:Aqueste utilizaire es blocat. Connexion pas autorizada.\";'),('oc','messages:loginerror','s:25:\"oc:Error d\'identificacion\";'),('oc','messages:loginlanguagelabel','s:12:\"oc:Lenga: $1\";'),('oc','messages:loginlanguagelinks','s:156:\"en:* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl\";'),('oc','messages:loginprompt','s:3:\"en:\";'),('oc','messages:loginreqlink','s:12:\"oc:connectar\";'),('oc','messages:loginreqpagetext','s:47:\"oc:Vos cal vos $1 per veire las autras paginas.\";'),('oc','messages:loginreqtitle','s:24:\"oc:Connexion necessària\";'),('oc','messages:loginsuccess','s:103:\"oc:<strong>Sètz actualament connect{{GENDER:$1||at|ada}} a {{SITENAME}} en tant que « $1 ».</strong>\";'),('oc','messages:loginsuccesstitle','s:12:\"oc:Connectat\";'),('oc','messages:logout','s:18:\"oc:Se desconnectar\";'),('oc','messages:logout-failed','s:43:\"oc:Impossible de se desconnectar ara : $1\";'),('oc','messages:logouttext','s:186:\"oc:\'\'\'Ara, sètz desconnectat.\'\'\'\n\nNotatz que d\'unas paginas pòdon èsser encara afichadas coma s\'eratz encara connectat, fins al moment qu\'escafaretz l\'escondedor de vòstre navigador.\";'),('oc','messages:lonelypages','s:21:\"oc:Paginas orfanèlas\";'),('oc','messages:lonelypages-summary','s:3:\"en:\";'),('oc','messages:lonelypagestext','s:96:\"oc:Las paginas seguentas son pas ligadas o enclusas a partir d’autras paginas de {{SITENAME}}.\";'),('oc','messages:longpage-hint','s:4:\"en:-\";'),('oc','messages:longpageerror','s:163:\"oc:\'\'\'ERROR : Lo tèxte qu\'avètz somés fa {{PLURAL:$1|un Kio|$1 Kio}}, çò que depassa lo limit fixat a {{PLURAL:$2|un Kio|$2 Kio}}.\'\'\'. Pòt pas èsser salvat.\";'),('oc','messages:longpages','s:17:\"oc:Paginas longas\";'),('oc','messages:longpages-summary','s:3:\"en:\";'),('oc','messages:magiclink-tracking-isbn','s:42:\"oc:Paginas utilizant de ligams magics ISBN\";'),('oc','messages:magiclink-tracking-isbn-desc','s:167:\"ca:Aquesta pàgina utilitza enllaços màgics ISBN. Vegeu [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] per saber com canviar-los.\";'),('oc','messages:magiclink-tracking-pmid','s:42:\"oc:Paginas utilizant de ligams magics PMID\";'),('oc','messages:magiclink-tracking-pmid-desc','s:167:\"ca:Aquesta pàgina utilitza enllaços màgics PMID. Vegeu [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] per saber com canviar-los.\";'),('oc','messages:magiclink-tracking-rfc','s:41:\"oc:Paginas utilizant de ligams magics RFC\";'),('oc','messages:magiclink-tracking-rfc-desc','s:166:\"ca:Aquesta pàgina utilitza enllaços màgics RFC. Vegeu [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Magic_links mediawiki.org] per saber com canviar-los.\";'),('oc','messages:mailerror','s:47:\"oc:Error en mandant lo corrièr electronic : $1\";'),('oc','messages:mailmypassword','s:27:\"oc:Reïnicializar lo senhal\";'),('oc','messages:mailnologin','s:16:\"oc:Pas d\'adreça\";'),('oc','messages:mailnologintext','s:204:\"oc:Vos cal èsser [[Special:UserLogin|connectat(ada)]]\ne aver indicat una adreça electronica valida dins vòstras [[Special:Preferences|preferéncias]]\nper poder mandar un messatge a un autre utilizaire.\";'),('oc','messages:mainpage','s:10:\"oc:Acuèlh\";'),('oc','messages:mainpage-description','s:10:\"oc:Acuèlh\";'),('oc','messages:mainpage-nstab','s:10:\"oc:Acuèlh\";'),('oc','messages:mainpage-title','s:4:\"en:-\";'),('oc','messages:mainpage-title-loggedin','s:4:\"en:-\";'),('oc','messages:mar','s:8:\"oc:març\";'),('oc','messages:march','s:8:\"oc:març\";'),('oc','messages:march-gen','s:11:\"oc:de març\";'),('oc','messages:markaspatrolleddiff','s:39:\"oc:Marcar coma essent pas un vandalisme\";'),('oc','messages:markaspatrolledlink','s:7:\"en:[$1]\";'),('oc','messages:markaspatrolledtext','s:45:\"oc:Marcar aqueste article coma pas vandalizat\";'),('oc','messages:markaspatrolledtext-file','s:44:\"ca:Marc la versió del fitxer com patrullada\";'),('oc','messages:markedaspatrolled','s:29:\"oc:Marcat coma pas vandalizat\";'),('oc','messages:markedaspatrollederror','s:45:\"oc:Pòt pas èsser marcat coma pas vandalizat\";'),('oc','messages:markedaspatrollederror-noautopatrol','s:83:\"oc:Avètz pas lo dreit de marcar vòstras pròprias modificacions coma susvelhadas.\";'),('oc','messages:markedaspatrollederrortext','s:76:\"oc:Vos cal seleccionar una version per poder la marcar coma pas vandalizada.\";'),('oc','messages:markedaspatrollednotify','s:62:\"oc:Aquesta modificacion de $1 es estada marcada coma relegida.\";'),('oc','messages:markedaspatrolledtext','s:65:\"oc:La revision seleccionada de [[:$1]] es estada coma patrolhada.\";'),('oc','messages:maximum-size','s:19:\"oc:Talha maximala :\";'),('oc','messages:may','s:6:\"oc:mai\";'),('oc','messages:may-gen','s:9:\"oc:de mai\";'),('oc','messages:may_long','s:6:\"oc:mai\";'),('oc','messages:mcrundo-changed','s:84:\"ca:La pàgina ha canviat d\'ençà que heu vist la diferència. Reviseu el nou canvi.\";'),('oc','messages:mcrundo-missingparam','s:54:\"ca:Manquen paràmetres obligatoris en la sol·licitud.\";'),('oc','messages:mcrundo-parse-failed','s:47:\"ca:No s\'ha pogut analitzar la revisió nova: $1\";'),('oc','messages:mcrundofailed','s:22:\"ca:Ha fallat el desfer\";'),('oc','messages:mediastatistics','s:28:\"oc:Estatisticas suls mèdias\";'),('oc','messages:mediastatistics-allbytes','s:121:\"ca:Mida total de fitxer total de {{PLURAL:$3|$3 tot el fitxer|$3 tots els fitxers}}: {{PLURAL:$1|$1 byte|$1 bytes}} ($2).\";'),('oc','messages:mediastatistics-bytespertype','s:134:\"ca:Mida de fitxer total d’aquesta secció d{{PLURAL: \'$4|$4 fitxer|e $4 fitxers}} ($5): {{PLURAL:$1|$1 byte|$1 bytes}} ($2; $3 %).\";'),('oc','messages:mediastatistics-header-3d','s:5:\"fr:3D\";'),('oc','messages:mediastatistics-header-archive','s:22:\"oc:Formats compressats\";'),('oc','messages:mediastatistics-header-audio','s:9:\"oc:Àudio\";'),('oc','messages:mediastatistics-header-bitmap','s:17:\"oc:Imatges Bitmap\";'),('oc','messages:mediastatistics-header-drawing','s:32:\"oc:Dessenhs (imatges vectorials)\";'),('oc','messages:mediastatistics-header-executable','s:14:\"oc:Executables\";'),('oc','messages:mediastatistics-header-multimedia','s:13:\"oc:Mèdia ric\";'),('oc','messages:mediastatistics-header-office','s:11:\"oc:Burotica\";'),('oc','messages:mediastatistics-header-text','s:10:\"oc:Textual\";'),('oc','messages:mediastatistics-header-total','s:22:\"oc:Totes los fichièrs\";'),('oc','messages:mediastatistics-header-unknown','s:13:\"oc:Desconegut\";'),('oc','messages:mediastatistics-header-video','s:10:\"oc:Vidèos\";'),('oc','messages:mediastatistics-nbytes','s:48:\"oc:{{PLURAL:$1|$1 octet|$1 octets}} ($2 ; $3%)\";'),('oc','messages:mediastatistics-nfiles','s:14:\"fr:$1 ($2 %)\";'),('oc','messages:mediastatistics-summary','s:172:\"ca:Les estadístiques sobre els tipus de fitxers pujats. Això només inclou la versió més recent d\'un fitxer. S\'exclouen les versions antigues o eliminades dels fitxers.\";'),('oc','messages:mediastatistics-table-count','s:22:\"oc:Nombre de fichièrs\";'),('oc','messages:mediastatistics-table-extensions','s:23:\"oc:Extensions possiblas\";'),('oc','messages:mediastatistics-table-mimetype','s:12:\"oc:Tipe MIME\";'),('oc','messages:mediastatistics-table-totalbytes','s:18:\"oc:Talha combinada\";'),('oc','messages:mediawarning','s:147:\"oc:<strong>Atencion :</strong> Aqueste tipe de fichièr pòt conténer de còdi malvolent.\nSe l\'executatz, vòstre sistèma pòt èsser compromés.\";'),('oc','messages:mediawikipage','s:34:\"oc:Vejatz la pagina dels messatges\";'),('oc','messages:mergehistory','s:36:\"oc:Fusion dels istorics d\'una pagina\";'),('oc','messages:mergehistory-autocomment','s:31:\"oc:[[:$1]] fusionat amb [[:$2]]\";'),('oc','messages:mergehistory-box','s:42:\"oc:Fusionar las versions de doas paginas :\";'),('oc','messages:mergehistory-comment','s:36:\"oc:[[:$1]] fusionat amb [[:$2]] : $3\";'),('oc','messages:mergehistory-done','s:105:\"oc:$3 version{{PLURAL:$3||s}} de $1 {{PLURAL:$3|es estada fusionada|son estada fusionadas}} dins [[:$2]].\";'),('oc','messages:mergehistory-empty','s:45:\"oc:Cap de revision pòt pas èsser fusionada.\";'),('oc','messages:mergehistory-fail','s:116:\"oc:Impossible de procedir a la fusion dels istorics. Seleccionatz  tornamai la pagina e mai los paramètres de data.\";'),('oc','messages:mergehistory-fail-bad-timestamp','s:31:\"oc:L’orodatatge es pas valid.\";'),('oc','messages:mergehistory-fail-invalid-dest','s:39:\"oc:La pagina de destinacion es invalida\";'),('oc','messages:mergehistory-fail-invalid-source','s:32:\"oc:La pagina font es pas valida.\";'),('oc','messages:mergehistory-fail-no-change','s:111:\"oc:La fusion d\'istoric a pas fusionat cap de revision. Tornatz  verificar la pagina e los paramètres de temps.\";'),('oc','messages:mergehistory-fail-permission','s:63:\"oc:Avètz pas de permissions sufisentas per fusionar l\'istoric.\";'),('oc','messages:mergehistory-fail-self-merge','s:59:\"oc:Las paginas d\'origina e de destinacion son las meteissas\";'),('oc','messages:mergehistory-fail-timestamps-overlap','s:73:\"oc:Las revisions d\'origina se superpausan o seguisson las de destinacion.\";'),('oc','messages:mergehistory-fail-toobig','s:146:\"oc:Impossible d’efectuar la fusion de l’istoric perque un nombre de {{PLURAL:$1|revisions}} superior al limit de $1 deuriá èsser desplaçat.\";'),('oc','messages:mergehistory-from','s:21:\"oc:Pagina d\'origina :\";'),('oc','messages:mergehistory-go','s:33:\"oc:Veire las edicions fusionablas\";'),('oc','messages:mergehistory-header','s:192:\"oc:Aquesta pagina vos permet de fusionar las revisions de l\'istoric d\'una pagina d\'origina cap a una novèla.\nAsseguratz-vos qu\'aqueste cambiament pòsca conservar la continuitat de l\'istoric.\";'),('oc','messages:mergehistory-into','s:26:\"oc:Pagina de destinacion :\";'),('oc','messages:mergehistory-invalid-destination','s:53:\"oc:La pagina de destinacion deu aver un títol valid.\";'),('oc','messages:mergehistory-invalid-source','s:50:\"oc:La pagina d’origina deu aver un títol valid.\";'),('oc','messages:mergehistory-list','s:36:\"oc:Edicion dels istorics fusionables\";'),('oc','messages:mergehistory-merge','s:285:\"oc:Las versions seguentas de [[:$1]] pòdon èsser fusionadas amb [[:$2]]. Utilizatz lo boton ràdio de la colomna per fusionar unicament las versions creadas del començament fins a la data indicada. Notatz plan que l\'utilizacion dels ligams de navigacion reïnicializarà la colomna.\";'),('oc','messages:mergehistory-no-destination','s:44:\"oc:La pagina de destinacion $1 existís pas.\";'),('oc','messages:mergehistory-no-source','s:39:\"oc:La pagina d\'origina $1 existís pas.\";'),('oc','messages:mergehistory-reason','s:10:\"oc:Motiu :\";'),('oc','messages:mergehistory-redirect-text','s:3:\"en:\";'),('oc','messages:mergehistory-revisionrow','s:26:\"ca:$1 ($2) $3 . . $4 $5 $6\";'),('oc','messages:mergehistory-same-destination','s:71:\"oc:Las paginas d\'origina e de destinacion pòdon pas èsser la meteissa\";'),('oc','messages:mergehistory-source-deleted','s:137:\"ca:A més a més, s\'ha suprimit [[:$1]] perquè ja no té cap revisió visible i el seu model de contingut no en permet les redireccions.\";'),('oc','messages:mergehistory-source-deleted-reason','s:181:\"ca:La pàgina d\'origen s\'ha eliminat automàticament després de la fusió de l\'historial atès que el seu model de contingut no permet les redireccions i no hi quedava cap revisió\";'),('oc','messages:mergehistory-submit','s:25:\"oc:Fusionar las revisions\";'),('oc','messages:mergehistory-warning-redirect-not-created','s:3:\"en:\";'),('oc','messages:mergelog','s:25:\"oc:Istoric de las fusions\";'),('oc','messages:mergelogpagetext','s:102:\"oc:Vaquí, çaijós, la lista de las fusions las mai recentas de l\'istoric d\'una pagina amb una autra.\";'),('oc','messages:metadata','s:14:\"oc:Metadonadas\";'),('oc','messages:metadata-collapse','s:36:\"oc:Amagar las entresenhas detalhadas\";'),('oc','messages:metadata-expand','s:39:\"oc:Far veire las entresenhas detalhadas\";'),('oc','messages:metadata-fields','s:390:\"oc:Los camps de metadonadas d’EXIF listats dins aqueste messatge seràn incluses dins la pagina de descripcion de l’imatge quand la taula de metadonadas serà redusida. Los autres camps seràn amagats per defaut.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* isospeedratings\n* focallength\n* artist\n* copyright\n* imagedescription\n* gpslatitude\n* gpslongitude\n* gpsaltitude\";'),('oc','messages:metadata-help','s:278:\"oc:Aqueste fichièr conten d\'entresenhas suplementàrias probablament apondudas per l’aparelh de fòto numeric o l\'escanèr que las a aquesas. Se lo fichièr es estat modificat dempuèi son estat original, d\'unes detalhs pòdon reflectir pas entièrament l’imatge modificat.\";'),('oc','messages:metadata-langitem','s:26:\"ca:<strong>$2:</strong> $1\";'),('oc','messages:metadata-langitem-default','s:5:\"en:$1\";'),('oc','messages:mimesearch','s:25:\"oc:Recèrca per tipe MIME\";'),('oc','messages:mimesearch-summary','s:178:\"oc:Aquesta pagina vos permet de filtrar los fichièrs en foncion de lor tipe MIME. Entrada : tipe_de_contengut/sostipe o tipe_de_contengut/*, per exemple <code>image/jpeg</code>.\";'),('oc','messages:mimetype','s:14:\"oc:Tipe MIME :\";'),('oc','messages:minimum-size','s:17:\"oc:Talha minimala\";'),('oc','messages:minlength1','s:59:\"oc:Los noms de fichièrs devon comprendre almens una letra.\";'),('oc','messages:minoredit','s:31:\"oc:Aquò es un cambiament menor\";'),('oc','messages:minoreditletter','s:4:\"oc:m\";'),('oc','messages:minutes','s:37:\"oc:{{PLURAL:$1|$1 minuta|$1 minutas}}\";'),('oc','messages:minutes-abbrev','s:9:\"ca:$1 min\";'),('oc','messages:minutes-ago','s:38:\"oc:i a $1 {{PLURAL:$1|minuta|minutas}}\";'),('oc','messages:missing-article','s:409:\"oc:La basa de donada a pas trobat lo tèxte d’una pagina qu’auriá degut trobar, intitolada « $1 » $2.\n\nAquò es, en principi, causat en seguissent lo ligam perimit d\'un diff o de l’istoric cap a una pagina qu\'es estada suprimida.\n\nS\'es pas lo cas, belèu avètz trobat un bòg dins lo programa.\nInformatz-ne un [[Special:ListUsers/sysop|administrator]] aprèp aver notada l’adreça cibla del ligam.\";'),('oc','messages:missing-revision','s:315:\"oc:La revision n° $1 de la pagina intitulada « {{FULLPAGENAME}} » existís pas.\n\nAquò se produtz en general en seguent un ligam istoric obsolèt cap a una pagina qu\'es estada suprimida.\nPodètz trobar mai de detalhs dins lo [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} jornal de las supressions].\";'),('oc','messages:missing-revision-content','s:75:\"oc:Lo contengut de la version #$1 de la pagina \"$2\" pòu pas èsser cargat.\";'),('oc','messages:missing-revision-permission','s:237:\"oc:La version #$1 apartèn a una pagina suprimida. Podètz [{{fullurl:{{#Special:Undelete}}|target=$3&timestamp=$2&diff=prev}} view it]; lei detalhs pòdon èsser trobats sus lo [{{fullurl:{{#Special:Log}}/delete|page=$3}} deletion log].\";'),('oc','messages:missingarticle-diff','s:17:\"oc:(Diff: $1, $2)\";'),('oc','messages:missingarticle-rev','s:18:\"oc:(revision#: $1)\";'),('oc','messages:missingcommentheader','s:174:\"oc:<strong>Rapèl :</strong> Avètz pas provesit cap de subjècte per aqueste comentari.\nSe clicatz tornamai sus \"$1\", vòstra modificacion serà enregistrada sens subjècte.\";'),('oc','messages:missingcommenttext','s:32:\"oc:Mercé de metre un comentari.\";'),('oc','messages:missingsummary','s:170:\"oc:<strong>Atencion :</strong> avètz pas escrich de resumit de la vòstra modificacion.\nSe clicatz encara sus \"$1\", la vòstra publicacion serà publicada sensa resumit.\";'),('oc','messages:mobile-frontend-account-create-captcha-placeholder','s:35:\"oc:Entratz lo còde de confirmacion\";'),('oc','messages:mobile-frontend-account-create-email-placeholder','s:36:\"oc:Adreça de corrièl (facultativa)\";'),('oc','messages:mobile-frontend-account-create-submit','s:18:\"oc:Inscrivètz-vos\";'),('oc','messages:mobile-frontend-app-title','s:20:\"ca:Aplicació mòbil\";'),('oc','messages:mobile-frontend-back-to-top-of-section','s:23:\"oc:Tornar d\'una seccion\";'),('oc','messages:mobile-frontend-browse-tags-header','s:10:\"fr:Balises\";'),('oc','messages:mobile-frontend-categories-add','s:27:\"fr:Ajouter à la catégorie\";'),('oc','messages:mobile-frontend-categories-add-heading','s:71:\"fr:<strong>Ajouter<span> $1</span> à de nouvelles catégories</strong>\";'),('oc','messages:mobile-frontend-categories-add-wait','s:54:\"fr:Enrigistrement des catégories, veuillez patienter.\";'),('oc','messages:mobile-frontend-categories-heading','s:30:\"ca:<strong>Categories</strong>\";'),('oc','messages:mobile-frontend-categories-hidden','s:18:\"fr:Organisationnel\";'),('oc','messages:mobile-frontend-categories-nocat','s:53:\"ca:Aquesta pàgina no pertany encara a cap categoria.\";'),('oc','messages:mobile-frontend-categories-nodata','s:73:\"fr:Il y a une erreur. Avez-vous ajouté des catégories pour enregistrer?\";'),('oc','messages:mobile-frontend-categories-nomatch','s:82:\"fr:Pas de catégorie trouvée pour votre requête. Vous devriez essayer une autre.\";'),('oc','messages:mobile-frontend-categories-normal','s:23:\"fr:Basé sur le contenu\";'),('oc','messages:mobile-frontend-categories-search','s:27:\"fr:Chercher des catégories\";'),('oc','messages:mobile-frontend-categories-subheading','s:49:\"ca:La pàgina pertany a les categories següents:\";'),('oc','messages:mobile-frontend-categories-summary','s:29:\"fr:Ajouté à des catégories\";'),('oc','messages:mobile-frontend-changeslist-ip','s:17:\"ca:Usuari anònim\";'),('oc','messages:mobile-frontend-changeslist-nocomment','s:37:\"oc:pas cap de resumit de modificacion\";'),('oc','messages:mobile-frontend-clear-search','s:10:\"oc:Escafar\";'),('oc','messages:mobile-frontend-commons-category-view','s:17:\"ca:Imatges per $1\";'),('oc','messages:mobile-frontend-console-recruit','s:326:\"fr:\\o/ Hey! C\'est un logiciel open source et nous avons besoin de volontaires pour nous aider à construire cette chose, le rendre meilleur et résoudre les éventuels bugs que vous pourriez voir dans cette console JavaScript!\n\nVous pouvez trouver notre carnet de commandes @ https://phabricator.wikimedia.org/project/view/67/\";'),('oc','messages:mobile-frontend-contribution-summary','s:75:\"ca:Totes les edicions fetes per {{GENDER:$1|[[Special:UserProfile/$1|$1]]}}\";'),('oc','messages:mobile-frontend-cookies-required','s:121:\"ca:Les galetes són necessàries per canviar de mode de visualització. Si us plau, activa-les i intenta-ho un altre cop.\";'),('oc','messages:mobile-frontend-copyright','s:72:\"oc:Lo contengut es disponible jos licéncia $1 levat mencion contrària.\";'),('oc','messages:mobile-frontend-current-language','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('oc','messages:mobile-frontend-desc','s:18:\"oc:Afichatge mobil\";'),('oc','messages:mobile-frontend-diffview-404-desc','s:64:\"ca:L\'identificador de revisió que heu sol·licitat no existeix.\";'),('oc','messages:mobile-frontend-diffview-404-title','s:19:\"oc:Marrida revision\";'),('oc','messages:mobile-frontend-diffview-anonymous','s:20:\"oc:Utilizaire anonim\";'),('oc','messages:mobile-frontend-diffview-bytesadded','s:49:\"oc:$1 {{PLURAL:$1|octet apondut|octets aponduts}}\";'),('oc','messages:mobile-frontend-diffview-bytesnochange','s:29:\"fr:Aucun changement de taille\";'),('oc','messages:mobile-frontend-diffview-bytesremoved','s:51:\"oc:$1 {{PLURAL:$1|octet suprimit|octets suprimits}}\";'),('oc','messages:mobile-frontend-diffview-comma','s:9:\"en:$1, $2\";'),('oc','messages:mobile-frontend-diffview-editcount','s:53:\"oc:<div>$1</div> {{PLURAL:$1|cambiament|cambiaments}}\";'),('oc','messages:mobile-frontend-diffview-explained','s:65:\"ca:Les següents línies han estat afegides (+) i eliminades (-):\";'),('oc','messages:mobile-frontend-diffview-title','s:14:\"oc:Cambiaments\";'),('oc','messages:mobile-frontend-disable-images','s:44:\"ca:Inhabilita les imatges al lloc web mòbil\";'),('oc','messages:mobile-frontend-dismiss-notification','s:31:\"oc:regetar aquesta notificacion\";'),('oc','messages:mobile-frontend-donate-button-label','s:15:\"fr:Faire un don\";'),('oc','messages:mobile-frontend-donate-image-anon','s:70:\"fr:Prière de vous identifier pour voir la page des téléchargements.\";'),('oc','messages:mobile-frontend-donate-image-heading','s:37:\"ca:Les vostres darreres contribucions\";'),('oc','messages:mobile-frontend-donate-image-login-action','s:70:\"ca:Inicieu una sessió per a compartir els vostres arxius multimèdia.\";'),('oc','messages:mobile-frontend-donate-image-nouploads','s:23:\"ca:No hi ha càrregues.\";'),('oc','messages:mobile-frontend-donate-image-signup-action','s:73:\"ca:Registreu-vos per compartir els vostres arxius multimèdia amb tothom.\";'),('oc','messages:mobile-frontend-donate-image-title','s:17:\"oc:Telecargaments\";'),('oc','messages:mobile-frontend-donate-photo-first-upload-success','s:57:\"ca:Molt bé! Gràcies per la vostra primera contribució!\";'),('oc','messages:mobile-frontend-donate-photo-upload-success','s:67:\"ca:Molt bé! Ara la vostra imatge es pot fer servir a {{SITENAME}}!\";'),('oc','messages:mobile-frontend-drawer-cancel','s:11:\"ca:Anul·la\";'),('oc','messages:mobile-frontend-edit-login-action','s:30:\"ca:Inicieu sessió per editar.\";'),('oc','messages:mobile-frontend-edit-signup-action','s:30:\"ca:Creeu un compte per editar.\";'),('oc','messages:mobile-frontend-editor-abusefilter-disallow','s:75:\"ca:No s\'ha pogut desar aquesta edició perquè hi hem detectat un problema.\";'),('oc','messages:mobile-frontend-editor-abusefilter-read-more','s:19:\"ca:Més informació\";'),('oc','messages:mobile-frontend-editor-abusefilter-warning','s:80:\"ca:Avís: esteu segur que voleu desar aquesta edició? Pot haver-hi un problema.\";'),('oc','messages:mobile-frontend-editor-add-reference','s:10:\"ca:Afegeix\";'),('oc','messages:mobile-frontend-editor-anon','s:19:\"ca:Edició anònima\";'),('oc','messages:mobile-frontend-editor-anonwarning','s:309:\"fr:<strong>Attention</strong> : vous êtes déconnecté. Votre adresse IP sera affichée publiquement si vous modifiez quoi que ce soit. Si vous </strong>vous connectez</strong> ou <strong>créez un compte</strong>, vos modifications seront associées à votre nom d’utilisateur, parmi d’autres avantages.\";'),('oc','messages:mobile-frontend-editor-blocked-info','s:124:\"fr:Votre adresse IP est bloquée en modification. Le blocage a été fait par {{GENDER:$1|$1}} pour la raison suivante : $2.\";'),('oc','messages:mobile-frontend-editor-blocked-info-loggedin','s:128:\"fr:Votre compte est bloqué de toute modification. Le bloc a été mis en place par {{GENDER:$2|$2}} pour la raison suivante: $1\";'),('oc','messages:mobile-frontend-editor-bold','s:10:\"ca:Negreta\";'),('oc','messages:mobile-frontend-editor-bold-text','s:18:\"ca:Text en negreta\";'),('oc','messages:mobile-frontend-editor-cancel','s:13:\"ca:Cancel·la\";'),('oc','messages:mobile-frontend-editor-cancel-confirm','s:46:\"ca:Realment voleu abandonar la vostra edició?\";'),('oc','messages:mobile-frontend-editor-captcha-try-again','s:43:\"ca:Codi incorrecte, proveu-ho un altre cop.\";'),('oc','messages:mobile-frontend-editor-continue','s:11:\"ca:Següent\";'),('oc','messages:mobile-frontend-editor-cta','s:37:\"ca:Ajudeu a millorar aquesta pàgina!\";'),('oc','messages:mobile-frontend-editor-disabled','s:62:\"ca:Aquesta pàgina està protegida per a evitar el vandalisme.\";'),('oc','messages:mobile-frontend-editor-edit','s:12:\"oc:Modificar\";'),('oc','messages:mobile-frontend-editor-editing','s:15:\"fr:Modification\";'),('oc','messages:mobile-frontend-editor-editing-page','s:43:\"ca:<strong>Editant</strong><span> $1</span>\";'),('oc','messages:mobile-frontend-editor-error','s:28:\"ca:Error, edició no desada.\";'),('oc','messages:mobile-frontend-editor-error-conflict','s:52:\"ca:Error, un altre usuari ha editat aquesta pàgina.\";'),('oc','messages:mobile-frontend-editor-error-loading','s:40:\"ca:Error, no es pot carregar la secció.\";'),('oc','messages:mobile-frontend-editor-error-preview','s:120:\"fr:Erreur, quelque chose d’inattendu s’est produit lors du chargement de l’aperçu. Veuillez fermer et réessayer.\";'),('oc','messages:mobile-frontend-editor-insert-reference','s:27:\"ca:Insereix una referència\";'),('oc','messages:mobile-frontend-editor-italic','s:10:\"ca:Cursiva\";'),('oc','messages:mobile-frontend-editor-italic-text','s:18:\"ca:Text en cursiva\";'),('oc','messages:mobile-frontend-editor-keep-editing','s:18:\"ca:Segueix editant\";'),('oc','messages:mobile-frontend-editor-licensing','s:127:\"fr:En enregistrant des modifications, vous acceptez de livrer votre contribution sous {{PLURAL:$2|la license|les licenses}} $1.\";'),('oc','messages:mobile-frontend-editor-licensing-with-terms','s:143:\"fr:En enregistrant ces modifications, vous acceptez les $1 et acceptez de livrer votre contribution sous la {{PLURAL:$3|license|licenses}} $2 .\";'),('oc','messages:mobile-frontend-editor-new-page-confirm','s:89:\"fr:{{GENDER:$1|Êtes-vous sûr de vouloir créer}} une nouvelle page sur {{SITENAME}} ?\";'),('oc','messages:mobile-frontend-editor-newpage-prompt','s:69:\"ca:Aquesta pàgina no existeix. Per què no us hi llenceu i la creeu?\";'),('oc','messages:mobile-frontend-editor-placeholder','s:61:\"ca:Aquesta secció és buida. Sigueu el primer en ampliar-la!\";'),('oc','messages:mobile-frontend-editor-placeholder-new-page','s:99:\"fr:{{GENDER:$1|Vous}} {{GENDER:$1|êtes en train de créer}} une nouvelle page sur {{SITENAME}} !\";'),('oc','messages:mobile-frontend-editor-previewing-page','s:52:\"ca:<span><strong>Vista prèvia de</strong> $1</span>\";'),('oc','messages:mobile-frontend-editor-redirect-title','s:27:\"ca:Redirigint a l\'editor...\";'),('oc','messages:mobile-frontend-editor-redlink-create','s:18:\"fr:Créer une page\";'),('oc','messages:mobile-frontend-editor-redlink-explain','s:45:\"fr:Cette page n’a pas encore été créée.\";'),('oc','messages:mobile-frontend-editor-redlink-leave','s:16:\"ca:No, gràcies.\";'),('oc','messages:mobile-frontend-editor-reference','s:14:\"ca:Referència\";'),('oc','messages:mobile-frontend-editor-reference-placeholder','s:30:\"ca:A quina font et refereixes?\";'),('oc','messages:mobile-frontend-editor-save','s:7:\"ca:Desa\";'),('oc','messages:mobile-frontend-editor-success','s:40:\"ca:Molt bé! S\'ha desat la modificació.\";'),('oc','messages:mobile-frontend-editor-success-landmark-1','s:48:\"ca:Enhorabona, ja sou un editor de {{SITENAME}}!\";'),('oc','messages:mobile-frontend-editor-success-new-page','s:49:\"ca:Enhorabona per la creació d\'una nova pàgina!\";'),('oc','messages:mobile-frontend-editor-summary','s:13:\"fr:Résumé :\";'),('oc','messages:mobile-frontend-editor-summary-placeholder','s:40:\"ca:Expliqueu què heu canviat (opcional)\";'),('oc','messages:mobile-frontend-editor-summary-request','s:43:\"fr:Comment avez-vous amélioré la page ?\";'),('oc','messages:mobile-frontend-editor-switch-confirm','s:95:\"fr:Vous devez enregistrer votre modification avant de basculer dans un autre mode d’édition.\";'),('oc','messages:mobile-frontend-editor-switch-editor','s:18:\"ca:Canvia d\'editor\";'),('oc','messages:mobile-frontend-editor-switch-visual-editor','s:26:\"ca:Canvia a edició visual\";'),('oc','messages:mobile-frontend-editor-terms-link','s:32:\"fr:[$1 Conditions d\'Utilisation]\";'),('oc','messages:mobile-frontend-editor-tutorial-cancel','s:15:\"ca:No, gràcies\";'),('oc','messages:mobile-frontend-editor-tutorial-confirm','s:20:\"ca:Comença a editar\";'),('oc','messages:mobile-frontend-editor-tutorial-summary','s:75:\"ca:Ajudeu a millorar la pàgina $1.<br />No tingueu por de la sintaxi wiki.\";'),('oc','messages:mobile-frontend-editor-unavailable','s:115:\"ca:L\'edició mòbil no està disponible actualment en el teu navegador. Si us plau prova amb un navegador diferent.\";'),('oc','messages:mobile-frontend-editor-undo-unsupported','s:82:\"fr:L’annulation n’est pour le moment pas supportée sur les terminaux mobiles.\";'),('oc','messages:mobile-frontend-editor-uploadenable','s:77:\"fr:Veuillez d’abord télécharger une photo pour autoriser la modification.\";'),('oc','messages:mobile-frontend-editor-viewing-source-page','s:48:\"ca:<strong>Codi font de</strong><span> $1</span>\";'),('oc','messages:mobile-frontend-editor-wait','s:40:\"ca:Desant l\'edició, espereu si us plau.\";'),('oc','messages:mobile-frontend-enable-images','s:42:\"ca:Habilita les imatges al lloc web mòbil\";'),('oc','messages:mobile-frontend-expand-sections-description','s:73:\"ca:Expandir sempre totes les seccions quan es navegui a una altra pàgina\";'),('oc','messages:mobile-frontend-expand-sections-status','s:30:\"ca:Expandir totes les seccions\";'),('oc','messages:mobile-frontend-featured-article','s:32:\"oc:Contengut recomandat del jorn\";'),('oc','messages:mobile-frontend-first-upload-wizard-new-page-1','s:60:\"ca:Les imatges de {{SITENAME}} provenen de Wikimedia Commons\";'),('oc','messages:mobile-frontend-first-upload-wizard-new-page-1-header','s:68:\"ca:Aporteu les vostres imatges. Ajudeu que {{SITENAME}} tingui vida!\";'),('oc','messages:mobile-frontend-first-upload-wizard-new-page-2','s:129:\"ca:No utilitzeu material amb drets d\'autor que hagueu trobat a internet, així com imatges de pòsters, portades de llibres, etc.\";'),('oc','messages:mobile-frontend-first-upload-wizard-new-page-2-header','s:87:\"ca:Les vostres imatges ajuden a què gent de tot el món pugui accedir a la informació\";'),('oc','messages:mobile-frontend-first-upload-wizard-new-page-3-header','s:17:\"ca:Ho heu entès?\";'),('oc','messages:mobile-frontend-first-upload-wizard-new-page-3-ok','s:7:\"ca:Sí!\";'),('oc','messages:mobile-frontend-fontchanger-desc','s:76:\"fr:Augmenter ou diminuer la taille du texte pour des raisons de lisibilité.\";'),('oc','messages:mobile-frontend-fontchanger-link','s:19:\"fr:Taille de police\";'),('oc','messages:mobile-frontend-footer-contact','s:11:\"oc:Contacte\";'),('oc','messages:mobile-frontend-footer-sitename','s:15:\"oc:{{SITENAME}}\";'),('oc','messages:mobile-frontend-generic-404-desc','s:53:\"ca:No s\'ha pogut trobar la pàgina que esteu buscant.\";'),('oc','messages:mobile-frontend-generic-404-title','s:29:\"ca:Error - Pàgina no trobada\";'),('oc','messages:mobile-frontend-generic-login','s:46:\"oc:{{SITENAME}} es fach per de monde coma vos.\";'),('oc','messages:mobile-frontend-generic-login-action','s:33:\"oc:Connectatz-vos per contribuir.\";'),('oc','messages:mobile-frontend-generic-login-new','s:99:\"ca:<strong>{{SITENAME}} està fet per gent com tu.</strong><br />Registreu-vos per a contribuir-hi.\";'),('oc','messages:mobile-frontend-generic-signup-action','s:34:\"ca:Creeu un compte per contribuir.\";'),('oc','messages:mobile-frontend-history','s:49:\"ca:Vegeu l\'historial d\'edició d\'aquesta pàgina.\";'),('oc','messages:mobile-frontend-history-404-desc','s:129:\"ca:No es pot visualitzar l\'historial d\'una pàgina que no existeix. Potser s\'ha esborrat, o pots haver seguit un enllaç trencat.\";'),('oc','messages:mobile-frontend-history-404-title','s:25:\"ca:No existeix la pàgina\";'),('oc','messages:mobile-frontend-history-no-results','s:50:\"ca:El filtre no ha donat resultats de l\'historial.\";'),('oc','messages:mobile-frontend-home-button','s:10:\"oc:Acuèlh\";'),('oc','messages:mobile-frontend-image-cancel-confirm','s:27:\"ca:Cancel·lar la càrrega?\";'),('oc','messages:mobile-frontend-image-heading-describe','s:28:\"ca:\'\'\'Descriviu\'\'\' la imatge\";'),('oc','messages:mobile-frontend-image-uploading','s:28:\"ca:\'\'\'Carregant\'\'\' imatge...\";'),('oc','messages:mobile-frontend-images-status','s:10:\"oc:Imatges\";'),('oc','messages:mobile-frontend-language-article-heading','s:29:\"oc:Legir dins una autra lenga\";'),('oc','messages:mobile-frontend-language-header','s:73:\"ca:Aquesta pàgina està disponible en $1 {{PLURAL:$1|llengua|llengües}}\";'),('oc','messages:mobile-frontend-language-heading','s:29:\"ca:<strong>Llengües</strong>\";'),('oc','messages:mobile-frontend-language-site-choose','s:21:\"oc:Recèrcar la lenga\";'),('oc','messages:mobile-frontend-language-variant-header','s:55:\"ca:Escolliu la variant de {{#language:{{CONTENTLANG}}}}\";'),('oc','messages:mobile-frontend-languages-404-desc','s:36:\"ca:Cal especificar un títol vàlid.\";'),('oc','messages:mobile-frontend-languages-404-title','s:21:\"ca:Error de llengües\";'),('oc','messages:mobile-frontend-languages-header','s:12:\"ca:Llengües\";'),('oc','messages:mobile-frontend-languages-header-page','s:17:\"ca:$1 - Llengües\";'),('oc','messages:mobile-frontend-languages-nonexistent-title','s:31:\"ca:La pàgina \"$1\" no existeix.\";'),('oc','messages:mobile-frontend-languages-text','s:60:\"ca:$1 està disponible en $2 {{PLURAL:$2|llengua|llengües}}\";'),('oc','messages:mobile-frontend-languages-variant-header','s:44:\"ca:variants de {{#language:{{CONTENTLANG}}}}\";'),('oc','messages:mobile-frontend-last-modified-date','s:37:\"oc:Darrièra modificacion lo $1, a $2\";'),('oc','messages:mobile-frontend-last-modified-days','s:60:\"oc:Darrièra modificacion i a {{PLURAL:$1|$1 jorn|$1 jorns}}\";'),('oc','messages:mobile-frontend-last-modified-hours','s:58:\"oc:Darrièra modificacion i a {{PLURAL:$1|$1 ora|$1 oras}}\";'),('oc','messages:mobile-frontend-last-modified-just-now','s:38:\"ca:Darrera modificació fa uns moments\";'),('oc','messages:mobile-frontend-last-modified-minutes','s:64:\"oc:Darrièra modificacion i a {{PLURAL:$1|$1 minuta|$1 minutas}}\";'),('oc','messages:mobile-frontend-last-modified-months','s:59:\"oc:Darrièra modificacion i a {{PLURAL:$1|$1 mes|$1 meses}}\";'),('oc','messages:mobile-frontend-last-modified-seconds','s:66:\"oc:Darrièra modificacion i a {{PLURAL:$1|$1 segonda|$1 segondas}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-days','s:120:\"ca:[$4 Darrera {{GENDER:$1|modificació}} fa {{PLURAL:$3|$3 dia|$3 dies}}] per {{PLURAL:$5|[$6 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-hours','s:122:\"ca:[$4 Darrera {{GENDER:$1|modificació}} fa {{PLURAL:$3|$3 hora|$3 hores}}] per {{PLURAL:$5|[$6 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-just-now','s:103:\"ca:[$3 Darrera {{GENDER:$1|modificació}}] fa uns moments per {{PLURAL:$4|[$5 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-minutes','s:124:\"ca:[$4 Darrera {{GENDER:$1|modificació}} fa {{PLURAL:$3|$3 minut|$3 minuts}}] per {{PLURAL:$5|[$6 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-months','s:121:\"ca:[$4 Darrera {{GENDER:$1|modificació}} fa {{PLURAL:$3|$3 mes|$3 mesos}}] per {{PLURAL:$5|[$6 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-seconds','s:124:\"ca:[$4 Darrera {{GENDER:$1|modificació}} fa {{PLURAL:$3|$3 segon|$3 segons}}] per {{PLURAL:$5|[$6 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-with-user-years','s:120:\"ca:[$4 Darrera {{GENDER:$1|modificació}} fa {{PLURAL:$3|$3 any|$3 anys}}] per {{PLURAL:$5|[$6 $2]|0=un usuari anònim}}\";'),('oc','messages:mobile-frontend-last-modified-years','s:56:\"oc:Darrièra modificacion i a {{PLURAL:$1|$1 an|$1 ans}}\";'),('oc','messages:mobile-frontend-lead-image-tutorial-confirm','s:21:\"ca:Inicia la càrrega\";'),('oc','messages:mobile-frontend-lead-image-tutorial-summary','s:152:\"ca:Assegureu-vos que la vostra imatge pot ajudar a il·lustrar la pàgina. Ha de ser una imatge que hagueu creat i que no infringeixi els drets d\'autor.\";'),('oc','messages:mobile-frontend-loading-message','s:16:\"fr:Chargement…\";'),('oc','messages:mobile-frontend-logged-in-homepage-notification','s:18:\"oc:Benvenguda, $1!\";'),('oc','messages:mobile-frontend-logged-in-toast-notification','s:28:\"oc:Connectat en tant que $1.\";'),('oc','messages:mobile-frontend-logged-out','s:22:\"oc:Pas connectat(-ada)\";'),('oc','messages:mobile-frontend-login','s:15:\"oc:Se connectar\";'),('oc','messages:mobile-frontend-main-menu','s:17:\"fr:Menu principal\";'),('oc','messages:mobile-frontend-main-menu-account-create','s:18:\"oc:Crear un compte\";'),('oc','messages:mobile-frontend-main-menu-back','s:9:\"fr:Retour\";'),('oc','messages:mobile-frontend-main-menu-button-tooltip','s:28:\"oc:Dobrir lo menú principal\";'),('oc','messages:mobile-frontend-main-menu-featured','s:11:\"ca:Destacat\";'),('oc','messages:mobile-frontend-main-menu-login','s:17:\"oc:Connectatz-vos\";'),('oc','messages:mobile-frontend-main-menu-logout','s:18:\"oc:Se desconnectar\";'),('oc','messages:mobile-frontend-main-menu-nearby','s:15:\"oc:A proximitat\";'),('oc','messages:mobile-frontend-main-menu-page-title','s:26:\"oc:Navigacion dins lo site\";'),('oc','messages:mobile-frontend-main-menu-settings','s:14:\"oc:Paramètres\";'),('oc','messages:mobile-frontend-main-menu-settings-heading','s:14:\"oc:Paramètres\";'),('oc','messages:mobile-frontend-main-menu-upload','s:13:\"ca:Càrregues\";'),('oc','messages:mobile-frontend-main-menu-watchlist','s:21:\"oc:Lista de seguiment\";'),('oc','messages:mobile-frontend-media-details','s:10:\"ca:Detalls\";'),('oc','messages:mobile-frontend-media-license-link','s:34:\"ca:Informació sobre la llicència\";'),('oc','messages:mobile-frontend-meta-data-issues','s:43:\"ca:Aquesta pàgina té algunes incidències\";'),('oc','messages:mobile-frontend-meta-data-issues-categories','s:32:\"oc:A prepaus d\'aquesta categoria\";'),('oc','messages:mobile-frontend-meta-data-issues-header','s:13:\"oc:Problèmas\";'),('oc','messages:mobile-frontend-meta-data-issues-header-talk','s:26:\"fr:À propos de cette page\";'),('oc','messages:mobile-frontend-meta-data-issues-talk','s:40:\"fr:À propos de cette page de discussion\";'),('oc','messages:mobile-frontend-missing-image','s:9:\"oc:Imatge\";'),('oc','messages:mobile-frontend-nearby-distance','s:22:\"ca:{{PLURAL:$1|$1 km}}\";'),('oc','messages:mobile-frontend-nearby-distance-meters','s:21:\"ca:{{PLURAL:$1|$1 m}}\";'),('oc','messages:mobile-frontend-nearby-error','s:57:\"ca:{{SITENAME}} està tenint alguns problemes amb A prop.\";'),('oc','messages:mobile-frontend-nearby-error-guidance','s:48:\"ca:Proveu d\'actualitzar la vostra localització.\";'),('oc','messages:mobile-frontend-nearby-loading','s:62:\"ca:Carregant articles propers a la vostra localització actual\";'),('oc','messages:mobile-frontend-nearby-lookup-ui-error','s:74:\"ca:{{SITENAME}} A prop no pot esbrinar on sou... ho intenteu un altre cop?\";'),('oc','messages:mobile-frontend-nearby-lookup-ui-error-guidance','s:45:\"ca:Proveu una àrea oberta amb millor senyal.\";'),('oc','messages:mobile-frontend-nearby-noresults','s:53:\"ca:Sou enmig d\'enlloc i no hem pogut trobar cap tema.\";'),('oc','messages:mobile-frontend-nearby-noresults-guidance','s:74:\"ca:Proveu de crear una nova pàgina o afegiu la ubicació d\'una d\'existent\";'),('oc','messages:mobile-frontend-nearby-permission','s:76:\"ca:{{SITENAME}} A prop no té permís per accedir a la vostra localització.\";'),('oc','messages:mobile-frontend-nearby-permission-guidance','s:153:\"ca:Si us plau, assegureu-vos que doneu permisos per mostrar on sou. Potser necessitareu comprovar la configuració de localització del vostre navegador.\";'),('oc','messages:mobile-frontend-nearby-refresh','s:120:\"ca:Hem trobat una localització més precisa per a vostè. Feu clic aquí per actualitzar la llista de pàgines properes\";'),('oc','messages:mobile-frontend-nearby-requirements','s:71:\"ca:Ho lamentem! El vostre navegador web no suporta {{SITENAME}} A prop.\";'),('oc','messages:mobile-frontend-nearby-requirements-guidance','s:74:\"ca:Proveu amb un altre navegador o activeu JavaScript si l\'heu desactivat.\";'),('oc','messages:mobile-frontend-nearby-sectiontext','s:31:\"fr:Près du sujet de cette page\";'),('oc','messages:mobile-frontend-nearby-title','s:9:\"ca:A prop\";'),('oc','messages:mobile-frontend-news-items','s:14:\"oc:Actualitats\";'),('oc','messages:mobile-frontend-opt-in-explain','s:125:\"ca:Quan proveu la versió beta, tindreu accés a les característiques experimentals assumint el risc de trobar-hi problemes.\";'),('oc','messages:mobile-frontend-overlay-close','s:8:\"ca:Tanca\";'),('oc','messages:mobile-frontend-overlay-continue','s:11:\"ca:Continua\";'),('oc','messages:mobile-frontend-page-edit-summary','s:59:\"fr:<span><strong>Modifier le résumé</strong> de $1</span>\";'),('oc','messages:mobile-frontend-page-menu-contents','s:13:\"oc:contenguts\";'),('oc','messages:mobile-frontend-page-menu-history','s:10:\"oc:Istoric\";'),('oc','messages:mobile-frontend-page-menu-language-current','s:32:\"en:{{#language:{{CONTENTLANG}}}}\";'),('oc','messages:mobile-frontend-pageaction-edit-tooltip','s:55:\"oc:Modificar la seccion fial director d\'aquesta pagina.\";'),('oc','messages:mobile-frontend-pageaction-upload-tooltip','s:61:\"fr:Télécharger une photo de fil conducteur pour cette page.\";'),('oc','messages:mobile-frontend-panel-betaoptin-msg','s:193:\"fr:Voulez-vous essayer quelques nouvelles fonctionnalités ? En adhérant à la bêta, vous aurez accès à des fonctionnalités expérimentales, au risque de rencontrer des bugs et problèmes.\";'),('oc','messages:mobile-frontend-panel-cancel','s:15:\"ca:No, gràcies\";'),('oc','messages:mobile-frontend-panel-ok','s:12:\"oc:D\'acòrdi\";'),('oc','messages:mobile-frontend-password','s:11:\"oc:Senhal :\";'),('oc','messages:mobile-frontend-password-confirm-placeholder','s:23:\"oc:Confirmatz lo senhal\";'),('oc','messages:mobile-frontend-password-placeholder','s:9:\"oc:Senhal\";'),('oc','messages:mobile-frontend-photo-article-donate-comment','s:41:\"ca:Imatge aportada des de Special:Uploads\";'),('oc','messages:mobile-frontend-photo-article-edit-comment','s:44:\"ca:Imatge afegida per ser usada a la pàgina\";'),('oc','messages:mobile-frontend-photo-caption-placeholder','s:36:\"ca:Descriu aquesta imatge (requerit)\";'),('oc','messages:mobile-frontend-photo-licensing','s:82:\"fr:En  téléchargeant cette image, vous acceptez de la livrer sous la licence $1.\";'),('oc','messages:mobile-frontend-photo-licensing-with-terms','s:100:\"fr:En téléchargeant cette image, vous acceptez les $1 et acceptez de la livrer sous la licence $2.\";'),('oc','messages:mobile-frontend-photo-ownership','s:35:\"ca:Jo, $1, he creat aquesta imatge.\";'),('oc','messages:mobile-frontend-photo-ownership-confirm','s:12:\"ca:Molt bé!\";'),('oc','messages:mobile-frontend-photo-ownership-help','s:24:\"ca:Què significa això?\";'),('oc','messages:mobile-frontend-photo-submit','s:10:\"ca:Carrega\";'),('oc','messages:mobile-frontend-photo-upload','s:37:\"ca:Afegiu una imatge a aquest article\";'),('oc','messages:mobile-frontend-photo-upload-anon','s:73:\"ca:Si us plau, inicieu sessió per a afegir una imatge a aquesta pàgina.\";'),('oc','messages:mobile-frontend-photo-upload-comment','s:29:\"ca:Imatge afegida a l\'article\";'),('oc','messages:mobile-frontend-photo-upload-copyvio','s:175:\"fr:Attention ! Cette photo semble suspecte. Si ce n’est pas une photo que vous avez prise, veuillez ne pas la télécharger. Voulez-vous toujours continuer quand même ?\";'),('oc','messages:mobile-frontend-photo-upload-error','s:23:\"ca:Error, prova de nou.\";'),('oc','messages:mobile-frontend-photo-upload-error-file-type','s:40:\"ca:Si us plau, carregueu només imatges.\";'),('oc','messages:mobile-frontend-photo-upload-error-filename','s:58:\"ca:Error, si us plau proporciona un resum més descriptiu.\";'),('oc','messages:mobile-frontend-photo-upload-generic','s:27:\"oc:Contribuir amb un imatge\";'),('oc','messages:mobile-frontend-photo-upload-invalid-user','s:56:\"fr:L’utilisateur « $1 » n’est pas enregistré.\";'),('oc','messages:mobile-frontend-photo-upload-success-article','s:57:\"ca:Molt bé! La vostra imatge ara és en aquesta pàgina.\";'),('oc','messages:mobile-frontend-photo-upload-unavailable','s:56:\"ca:El vostre navegador no suporta la càrrega d\'imatges.\";'),('oc','messages:mobile-frontend-photo-upload-user-count','s:67:\"ca:{{PLURAL:$1|<span>1</span> càrrega|<span>$1</span> càrregues}}\";'),('oc','messages:mobile-frontend-photo-upload-user-count-over-limit','s:18:\"ca:500+ càrregues\";'),('oc','messages:mobile-frontend-placeholder','s:28:\"oc:Recercar sus {{SITENAME}}\";'),('oc','messages:mobile-frontend-placeholder-alpha','s:43:\"oc:Recercar sus {{SITENAME}} (Experimental)\";'),('oc','messages:mobile-frontend-placeholder-app','s:49:\"fr:Rechercher dans {{SITENAME}} (Application web)\";'),('oc','messages:mobile-frontend-placeholder-beta','s:32:\"oc:Recercar {{SITENAME}} (Bèta)\";'),('oc','messages:mobile-frontend-pointer-dismiss','s:10:\"fr:Rejeter\";'),('oc','messages:mobile-frontend-privacy-link-text','s:19:\"oc:Confidencialitat\";'),('oc','messages:mobile-frontend-profile-activity-heading','s:19:\"ca:Activitat recent\";'),('oc','messages:mobile-frontend-profile-error','s:9:\"ca:Oh no!\";'),('oc','messages:mobile-frontend-profile-footer-ancient','s:166:\"ca:Ha fet [[Special:Contributions/$1|{{PLURAL:$3|1 edició|$3 edicions}}]] i [[Special:Uploads/$1|{{PLURAL:$4|1 càrrega|$4 càrregues|500=més de 500 càrregues}}]].\";'),('oc','messages:mobile-frontend-profile-footer-days','s:214:\"ca:Registrat fa {{PLURAL:$2|1 dia|$2 dies}} amb [[Special:Contributions/$1|{{PLURAL:$3|1 modificació|$3 modificacions}}]] i [[Special:Uploads/$1|{{PLURAL:$4|1 càrrega|$4 càrregues|500=més de 500 càrregues}}]].\";'),('oc','messages:mobile-frontend-profile-footer-months','s:225:\"ca:Registrat fa més {{PLURAL:$2|d\'1 mes|de $2 mesos}} amb [[Special:Contributions/$1|{{PLURAL:$3|1 modificació|$3 modificacions}}]] i [[Special:Uploads/$1|{{PLURAL:$4|1 càrrega|$4 càrregues|500=més de 500 càrregues}}]].\";'),('oc','messages:mobile-frontend-profile-footer-years','s:239:\"ca:Es va registrar fa més {{PLURAL:$2|d\'1 any|de $2 anys}} comptant amb [[Special:Contributions/$1|{{PLURAL:$3|1 modificació|$3 modificacions}}]] i [[Special:Uploads/$1|{{PLURAL:$4|1 càrrega|$4 càrregues|500=més de 500 càrregues}}]].\";'),('oc','messages:mobile-frontend-profile-last-edit','s:94:\"ca:{{GENDER:$3|Ha modificat}} la pàgina [[:$1]], {{PLURAL:$2|ahir|fa $2 dies|0=avui mateix}}.\";'),('oc','messages:mobile-frontend-profile-last-thank','s:73:\"oc:{{GENDER:$2|Mercejat}} {{GENDER:$1|per}} [[Special:UserProfile/$1|$1]]\";'),('oc','messages:mobile-frontend-profile-noargs','s:108:\"fr:Aucun utilisateur n’a été indiqué. Veuillez indiquer un nom d’utilisateur pour afficher un profil.\";'),('oc','messages:mobile-frontend-profile-nouser','s:155:\"fr:Il n’existe pas d’utilisateur avec ce nom. Les noms d’utilisateur sont sensibles à la casse, veuillez donc vérifier si vous l’avez bien tapé.\";'),('oc','messages:mobile-frontend-profile-title','s:18:\"ca:Perfil d\'usuari\";'),('oc','messages:mobile-frontend-profile-userpage-link','s:30:\"ca:Visita la pàgina d\'usuari.\";'),('oc','messages:mobile-frontend-profile-usertalk','s:32:\"ca:{{GENDER:$1|Conversa amb $1}}\";'),('oc','messages:mobile-frontend-quick-lookup-looking','s:26:\"fr:Cherchant la page \'$1\'.\";'),('oc','messages:mobile-frontend-quick-lookup-no-results','s:56:\"fr:Il n\'existe aucune information correspondant à \'$1\'.\";'),('oc','messages:mobile-frontend-quick-lookup-not-internal','s:49:\"fr:Désolé, ceci n\'est pas un lien dans ce wiki.\";'),('oc','messages:mobile-frontend-random-button','s:12:\"oc:A l\'azard\";'),('oc','messages:mobile-frontend-references-citation','s:11:\"fr:Citation\";'),('oc','messages:mobile-frontend-regular-site','s:30:\"oc:Desactivar la version mobil\";'),('oc','messages:mobile-frontend-requires-mobile','s:120:\"fr:Cette page n’est pas disponible sur le bureau. Veuillez cliquer sur le lien d’affichage mobile en bas de la page.\";'),('oc','messages:mobile-frontend-requires-optin','s:155:\"fr:Cette page n’est pas accessible sauf si vous avez choisi notre mode bêta. Allez sur la [[Special:MobileOptions|page de paramètres]] pour le choisir.\";'),('oc','messages:mobile-frontend-requires-title','s:20:\"fr:Page indisponible\";'),('oc','messages:mobile-frontend-save-error','s:82:\"ca:Error en desar la configuració. Assegureu-vos que teniu les galetes activades.\";'),('oc','messages:mobile-frontend-save-settings','s:7:\"ca:Desa\";'),('oc','messages:mobile-frontend-saving-exit-page','s:127:\"ca:Encara s’està desant la vostra contribució. Si sortiu ara, es perdran les vostres contribucions. Segur que voleu sortir?\";'),('oc','messages:mobile-frontend-search-content','s:27:\"ca:Buscar dins les pàgines\";'),('oc','messages:mobile-frontend-search-content-no-results','s:96:\"ca:\'\'\'{{int:mobile-frontend-search-content}}\'\'\' per veure si aquesta frase apareix a algun lloc.\";'),('oc','messages:mobile-frontend-search-feedback-link-text','s:26:\"fr:Donnez-nous votre avis.\";'),('oc','messages:mobile-frontend-search-feedback-prompt','s:54:\"fr:Vous n’avez pas trouvé ce que vous cherchiez ?\";'),('oc','messages:mobile-frontend-search-no-results','s:42:\"ca:No hi ha cap pàgina amb aquest títol.\";'),('oc','messages:mobile-frontend-search-submit','s:12:\"oc:Consultar\";'),('oc','messages:mobile-frontend-settings-beta','s:8:\"oc:Bèta\";'),('oc','messages:mobile-frontend-settings-images-explain','s:58:\"ca:Carrega totes les imatges que apareguin en una pàgina.\";'),('oc','messages:mobile-frontend-settings-site-description','s:125:\"ca:{{SITENAME}} està disponible en $1 {{PLURAL:$1|idioma|idiomes}}. Totes les versions disponibles es llisten a continuació\";'),('oc','messages:mobile-frontend-settings-site-header','s:25:\"oc:Lengas de {{SITENAME}}\";'),('oc','messages:mobile-frontend-sign-in-error-heading','s:6:\"oc:Ops\";'),('oc','messages:mobile-frontend-sign-in-heading','s:12:\"oc:Connexion\";'),('oc','messages:mobile-frontend-sign-in-why','s:60:\"ca:Si teniu un compte a {{SITENAME}}, podeu identificar-vos.\";'),('oc','messages:mobile-frontend-sign-up-heading','s:18:\"oc:Inscrivètz-vos\";'),('oc','messages:mobile-frontend-talk-add-overlay-content-placeholder','s:21:\"ca:Què tens en ment?\";'),('oc','messages:mobile-frontend-talk-add-overlay-subject-placeholder','s:7:\"ca:Tema\";'),('oc','messages:mobile-frontend-talk-add-overlay-submit','s:22:\"ca:Crea una discussió\";'),('oc','messages:mobile-frontend-talk-back-to-filepage','s:26:\"ca:Torna al fitxer «$1».\";'),('oc','messages:mobile-frontend-talk-back-to-page','s:26:\"ca:Torna a l\'article \"$1\".\";'),('oc','messages:mobile-frontend-talk-back-to-projectpage','s:41:\"ca:Torna a la pàgina de projecte «$1».\";'),('oc','messages:mobile-frontend-talk-back-to-userpage','s:54:\"ca:Torna a la pàgina d’usuari «{{GENDER:$1|$1}}».\";'),('oc','messages:mobile-frontend-talk-edit-summary','s:35:\"ca:Nova secció de la discussió:$1\";'),('oc','messages:mobile-frontend-talk-explained','s:50:\"ca:Les següents converses són actives actualment\";'),('oc','messages:mobile-frontend-talk-explained-empty','s:44:\"ca:No hi ha converses sobre aquesta pàgina.\";'),('oc','messages:mobile-frontend-talk-fullpage','s:27:\"fr:Lire comme une page wiki\";'),('oc','messages:mobile-frontend-talk-overlay-header','s:13:\"ca:Discussió\";'),('oc','messages:mobile-frontend-talk-overlay-lead-header','s:26:\"ca:Discussió sense títol\";'),('oc','messages:mobile-frontend-talk-reply','s:12:\"ca:Respondre\";'),('oc','messages:mobile-frontend-talk-reply-info','s:96:\"ca:Tingues en compte que la teva resposta serà automàticament signada amb el teu nom d\'usuari.\";'),('oc','messages:mobile-frontend-talk-reply-success','s:63:\"ca:La resposta s\'ha desat amb èxit a la pàgina de discussió.\";'),('oc','messages:mobile-frontend-talk-topic-error','s:71:\"fr:Le sujet ne peut pas être ajouté à cause d’une erreur inconnue.\";'),('oc','messages:mobile-frontend-talk-topic-error-badtoken','s:123:\"fr:Il y a eu une erreur sur le serveur. Votre modification ne peut pas être enregistrée. Essayez de recharger cette page.\";'),('oc','messages:mobile-frontend-talk-topic-error-permission','s:88:\"fr:Ce sujet ne peut pas être ajouté. Vous n’avez pas le droit de modifier les pages.\";'),('oc','messages:mobile-frontend-talk-topic-error-protected','s:94:\"fr:Cette page de discussion est protégée, vous n’avez pas le droit d’y ajouter de sujet.\";'),('oc','messages:mobile-frontend-talk-topic-error-spam','s:68:\"fr:Ce sujet a été refusé car il contient un fragment de pourriel.\";'),('oc','messages:mobile-frontend-talk-topic-feedback','s:53:\"fr:Nouveau sujet ajouté à la page de discussion !\";'),('oc','messages:mobile-frontend-talk-topic-wait','s:69:\"fr:Enregistrement de votre nouveau sujet. Attendez, s\'il vous plaît.\";'),('oc','messages:mobile-frontend-terms-text','s:27:\"oc:Condicions d\'utilizacion\";'),('oc','messages:mobile-frontend-terms-url','s:3:\"en:\";'),('oc','messages:mobile-frontend-thanked-notice','s:82:\"ca:S\'ha comunicat a $1 que t\'agrada {{GENDER:$2|la seva|la seva|la seva}} edició.\";'),('oc','messages:mobile-frontend-user-account','s:18:\"ca:compte d\'usuari\";'),('oc','messages:mobile-frontend-user-button-tooltip','s:33:\"ca:Mostra les meves notificacions\";'),('oc','messages:mobile-frontend-user-cta','s:74:\"ca:Identifiqueu-vos o registreu-vos per a veure les vostres notificacions.\";'),('oc','messages:mobile-frontend-user-newmessages','s:62:\"fr:Vous avez de nouveaux messages sur votre page de discussion\";'),('oc','messages:mobile-frontend-userlogin-loggedin-register','s:128:\"fr:Vous êtes déjà connecté en tant que {{GENDER:$1|$1}}.\nutilisez le formulaire ci-dessous pour créer un autre utilisateur.\";'),('oc','messages:mobile-frontend-username','s:21:\"oc:Nom d\'utilizaire :\";'),('oc','messages:mobile-frontend-username-placeholder','s:19:\"oc:Nom d\'utilizaire\";'),('oc','messages:mobile-frontend-view','s:18:\"oc:Afichatge mobil\";'),('oc','messages:mobile-frontend-view-desktop','s:9:\"oc:Burèu\";'),('oc','messages:mobile-frontend-view-mobile','s:8:\"oc:Mobil\";'),('oc','messages:mobile-frontend-view-source','s:22:\"ca:Mostra el codi font\";'),('oc','messages:mobile-frontend-watch-login','s:50:\"ca:S\'ha afegit $1 a la vostra llista de seguiment.\";'),('oc','messages:mobile-frontend-watchlist-a-z','s:8:\"oc:Lista\";'),('oc','messages:mobile-frontend-watchlist-a-z-empty-howto','s:172:\"ca:Actualment no està seguint cap pàgina. La seva llista de seguiment li ajuda a seguir de prop les pàgines que us interessen. Seguiu pàgines activant la icona d\'estel.\";'),('oc','messages:mobile-frontend-watchlist-a-z-empty-howto-alt','s:44:\"oc:Clicatz sus l’estela amont de la pagina\";'),('oc','messages:mobile-frontend-watchlist-add','s:49:\"ca:S\'ha afegit $1 a la vostra llista de seguiment\";'),('oc','messages:mobile-frontend-watchlist-back-home','s:23:\"oc:Retorn a l’acuèlh\";'),('oc','messages:mobile-frontend-watchlist-cta','s:59:\"ca:Seguiu aquesta pàgina i tots els canvis que s\'hi facin.\";'),('oc','messages:mobile-frontend-watchlist-cta-button-login','s:17:\"oc:Connectatz-vos\";'),('oc','messages:mobile-frontend-watchlist-cta-button-signup','s:18:\"oc:Inscrivètz-vos\";'),('oc','messages:mobile-frontend-watchlist-error','s:80:\"fr:Il y a eu un problème à l’observation de cette page. Veuillez réessayer.\";'),('oc','messages:mobile-frontend-watchlist-feed','s:13:\"oc:Modificats\";'),('oc','messages:mobile-frontend-watchlist-feed-empty','s:39:\"ca:Hi ha cap pàgina amb canvis recents\";'),('oc','messages:mobile-frontend-watchlist-filter-all','s:8:\"oc:Totes\";'),('oc','messages:mobile-frontend-watchlist-filter-articles','s:10:\"oc:Paginas\";'),('oc','messages:mobile-frontend-watchlist-filter-other','s:9:\"oc:Autres\";'),('oc','messages:mobile-frontend-watchlist-filter-talk','s:13:\"oc:Discussion\";'),('oc','messages:mobile-frontend-watchlist-login-action','s:32:\"ca:Inicieu sessió per veure-la.\";'),('oc','messages:mobile-frontend-watchlist-modified','s:15:\"oc:Modificat $1\";'),('oc','messages:mobile-frontend-watchlist-more','s:6:\"oc:mai\";'),('oc','messages:mobile-frontend-watchlist-please-wait','s:78:\"fr:Veuillez patienter, l’action d’observation est plus longue que prévue.\";'),('oc','messages:mobile-frontend-watchlist-purpose','s:111:\"ca:Una llista de seguiment us permet marcar les pàgines com a favorites, i a seguir els canvis que s\'hi facin.\";'),('oc','messages:mobile-frontend-watchlist-removed','s:52:\"ca:S\'ha eliminat $1 de la vostra llista de seguiment\";'),('oc','messages:mobile-frontend-watchlist-signup-action','s:34:\"ca:Registreu-vos per crear-ne una.\";'),('oc','messages:mobile-frontend-watchlist-view','s:32:\"ca:Mostra la llista de seguiment\";'),('oc','messages:mobile.css','s:76:\"fr:/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */\";'),('oc','messages:mobile.js','s:83:\"fr:/* Le Javascript placé ici n’affectera que les utilisateurs du site mobile */\";'),('oc','messages:modeleditnotsupported-text','s:59:\"oc:L’edicion es pas suportada pel modèl de contengut $1.\";'),('oc','messages:modeleditnotsupported-title','s:36:\"oc:Modificacion pas presa a en carga\";'),('oc','messages:modifiedarticleprotection','s:43:\"en:changed protection settings for \"[[$1]]\"\";'),('oc','messages:modifiedarticleprotection-comment','s:71:\"oc:{{GENDER:$2|A cambiat lo nivèl de proteccion}} per « [[$1]] »\";'),('oc','messages:mon','s:6:\"oc:Dil\";'),('oc','messages:monday','s:9:\"oc:diluns\";'),('oc','messages:monday-at','s:14:\"oc:Diluns a $1\";'),('oc','messages:month','s:36:\"oc:A partir del mes (e precedents) :\";'),('oc','messages:months','s:32:\"oc:{{PLURAL:$1|$1 mes|$1 meses}}\";'),('oc','messages:monthsall','s:8:\"oc:totes\";'),('oc','messages:moredotdotdot','s:11:\"oc:E mai...\";'),('oc','messages:morelinkstoimage','s:74:\"oc:Vejatz [[Special:WhatLinksHere/$1|mai de ligams]] cap a aqueste imatge.\";'),('oc','messages:morenotlisted','s:40:\"oc:Aquesta lista pòt èsser incompleta.\";'),('oc','messages:mostcategories','s:42:\"oc:Articles utilizant lo mai de categorias\";'),('oc','messages:mostcategories-summary','s:3:\"en:\";'),('oc','messages:mostimages','s:26:\"oc:Fichièrs mai utilizats\";'),('oc','messages:mostimages-summary','s:3:\"en:\";'),('oc','messages:mostinterwikis','s:34:\"oc:Paginas amb lo mai d\'interwikis\";'),('oc','messages:mostinterwikis-summary','s:3:\"en:\";'),('oc','messages:mostlinked','s:22:\"oc:Paginas mai ligadas\";'),('oc','messages:mostlinked-summary','s:3:\"en:\";'),('oc','messages:mostlinkedcategories','s:28:\"oc:Categorias mai utilizadas\";'),('oc','messages:mostlinkedcategories-summary','s:3:\"en:\";'),('oc','messages:mostlinkedtemplates','s:27:\"oc:Paginas las mai inclusas\";'),('oc','messages:mostlinkedtemplates-summary','s:3:\"en:\";'),('oc','messages:mostrevisions','s:30:\"oc:Paginas las mai modificadas\";'),('oc','messages:mostrevisions-summary','s:3:\"en:\";'),('oc','messages:move','s:12:\"oc:Renomenar\";'),('oc','messages:move-leave-redirect','s:35:\"oc:Daissar una redireccion darrièr\";'),('oc','messages:move-over-sharedrepo','s:127:\"oc:[[:$1]] existís ja sus un depaus partejat. Renomenar aqueste fichièr rendrà lo fichièr sul depaus partejat inaccessible.\";'),('oc','messages:move-page','s:15:\"oc:Renomenar $1\";'),('oc','messages:move-page-legend','s:23:\"oc:Renomenar una pagina\";'),('oc','messages:move-redirect-text','s:3:\"en:\";'),('oc','messages:move-subpages','s:40:\"oc:Renomenar las sospaginas (maximum $1)\";'),('oc','messages:move-talk-subpages','s:75:\"oc:Renomenar las sospaginas de la pagina de discussion (maximum $1 paginas)\";'),('oc','messages:move-watch','s:24:\"oc:Seguir aquesta pagina\";'),('oc','messages:movecategorypage-warning','s:234:\"ca:<strong>Avís:</strong> Esteu a punt de moure una pàgina de categoria. Tingueu en compte que només es mourà aquesta pàgina, i que les pàgines dins la categoria antiga <em>no</em> es recategoritzaran automàticament en la nova.\";'),('oc','messages:movedarticleprotection','s:54:\"en:moved protection settings from \"[[$2]]\" to \"[[$1]]\"\";'),('oc','messages:moveddeleted-notice','s:159:\"oc:Aquesta pagina es estada suprimida.\nLo jornal de las supressions, de las proteccions e dels desplaçaments de la pagina es afichat çaijós per referéncia.\";'),('oc','messages:moveddeleted-notice-recent','s:189:\"oc:Desolat, aquela pagina foguèt recentament suprimida (en las darrièras 24 oras).\nPodètz consultar lo registre de las supressions, proteccions e dels renomenatges de la pagina çai-jos.\";'),('oc','messages:movelogpage','s:34:\"oc:Istoric dels cambiaments de nom\";'),('oc','messages:movelogpagetext','s:57:\"oc:Vaquí la lista de las darrièras paginas renomenadas.\";'),('oc','messages:movenologintext','s:156:\"oc:Per poder renomenar una pagina, vos cal èsser [[Special:UserLogin|indentific{{GENDER:||t|da)}}]]\nen tant qu\'utilizaire enregistrat amb pro d\'ancianetat.\";'),('oc','messages:movenosubpage','s:41:\"oc:Aquesta pagina a pas cap de sospagina.\";'),('oc','messages:movenotallowed','s:52:\"oc:Avètz pas la permission de renomenar de paginas.\";'),('oc','messages:movenotallowedfile','s:56:\"oc:Avètz pas la permission de desplaçar los fichièrs.\";'),('oc','messages:movepage-delete-first','s:165:\"ca:La pàgina de destinació té massa revisions per eliminar com a part del trasllat de pàgina. Elimineu primer la pàgina manualment i llavors torneu-ho a provar.\";'),('oc','messages:movepage-invalid-target-title','s:37:\"ca:El nom sol·licitat no és vàlid.\";'),('oc','messages:movepage-max-pages','s:143:\"oc:Lo maximum de $1 {{PLURAL:$1|pagina es estada renomenada|paginas son estadas renomenadas}} e cap d\'autra o poirà pas èsser automaticament.\";'),('oc','messages:movepage-moved','s:50:\"oc:\'\'\'« $1 » es estada renomenada en « $2 »\'\'\'\";'),('oc','messages:movepage-moved-noredirect','s:53:\"oc:La creacion de la redireccion es estada suprimida.\";'),('oc','messages:movepage-moved-redirect','s:36:\"oc:Una redireccion es estada creada.\";'),('oc','messages:movepage-page-exists','s:70:\"oc:La pagina $1 existís ja e pòt pas èsser espotida automaticament.\";'),('oc','messages:movepage-page-moved','s:43:\"oc:La pagina $1 es estada renomenada en $2.\";'),('oc','messages:movepage-page-unmoved','s:45:\"oc:La pagina $1 pòt èsser renomenada en $2.\";'),('oc','messages:movepage-source-doesnt-exist','s:52:\"ca:La pàgina $1 no existeix i no pot reanomenar-se.\";'),('oc','messages:movepage-summary','s:3:\"en:\";'),('oc','messages:movepagebtn','s:22:\"oc:Renomenar l\'article\";'),('oc','messages:movepagetalktext','s:263:\"oc:Se marcatz aquesta casa, la pagina de discussion associada serà automaticament renomenada levat se una pagina de discussion, non voida, existís ja amb aqueste nom novèl.\n\nDins aqueste cas, vos caldrà renomenar o fusionar la pagina manualament se o volètz.\";'),('oc','messages:movepagetext','s:1113:\"oc:Utilizatz lo formulari çaijós per renomenar una pagina, en desplaçant tot son istoric cap al nom novèl. Lo títol ancian vendrà una pagina de redireccion cap al títol novèl.\nPodètz metre a jorn automaticament las redireccions actualas que puntan cap al títol original.\nSe causissètz de lo far pas, asseguratz-vos de verificar tota [[Special:DoubleRedirects|redireccion dobla]] o [[Special:BrokenRedirects|redireccion copada]]. Avètz la responsabilitat de vos assegurar que los ligams contunhan de puntar cap a lor destinacion supausada.\n\nNotatz que la pagina serà <strong>pas</strong>  renomada s\'existís ja una pagina amb lo novèl títol, levat se aquesta darrièra a un istoric de modificacions verge e es una simpla redireccion. \nAquò significa que podètz renomenar una pagina cap a sa posicion d\'origina se vos sètz enganat e que podètz pas espotir una pagina existenta.\n\n<strong>Atencion !</strong>\nAquò pòt provocar un cambiament radical e imprevist per una pagina consultada frequentament ; asseguratz-vos qu\'avètz comprés las consequéncias de vòstra accion abans de contunhar.\";'),('oc','messages:movepagetext-noredirectfixer','s:988:\"oc:Utilizatz lo formulari çaijós per renomenar una pagina, en desplaçant tot son istoric cap al nom novèl.\nL’ancian títol vendrà una pagina de redireccion cap al novèl títol.\nVerificatz plan las [[Special:DoubleRedirects|doblas redireccions]] o las [[Special:BrokenRedirects|redireccions copadas]].\nAvètz la responsabilitat de vos assegurar que los ligams contuhan de puntar cap a lor destinacion supausada.\n\nNotatz que la pagina serà <strong>pas</strong> desplaçada se existís ja una pagina amb lo títol novèl, levat se aquesta darrièra a un istoric de modificacions verge e es siá void, siá una simpla redireccion. Aquò permet de renomenar una pagina cap a sa posicion d’origina se lo desplaçament s’avèra erronèu, e es impossible d’espotir una pagina existenta.\n\n<strong>Atencion !</strong>\nAquò pòt provocar un cambiament radical e imprevist per una pagina sovent consultada ; asseguratz-vos de n\'aver comprés las consequéncias abans de contunhar.\";'),('oc','messages:movepagetext-noredirectsupport','s:176:\"ca:<strong> Nota: </strong>\nAixò pot ser un canvi dràstic i inesperat per a una pàgina popular;\nAssegureu-vos d’entendre les conseqüències d’aquest abans de continuar.\";'),('oc','messages:movereason','s:10:\"oc:Motiu :\";'),('oc','messages:movesubpage','s:28:\"oc:Sospagina{{PLURAL:$1||s}}\";'),('oc','messages:movesubpagetalktext','s:119:\"ca:La pàgina de discussió corresponent té $1 {{PLURAL:$1|subpàgina mostrada|subpàgines mostrades}} a continuació.\";'),('oc','messages:movesubpagetalktext-truncated','s:125:\"fr:Les premières $1 {{PLURAL:$1|sous-page|sous-pages}} pour la page de discussion correspondante sont affichées ci-dessous.\";'),('oc','messages:movesubpagetext','s:86:\"oc:Aquesta pagina a $1 {{PLURAL:$1|sospagina afichada|sospaginas afichadas}} çaijós.\";'),('oc','messages:movesubpagetext-truncated','s:98:\"fr:Les premières $1 {{PLURAL:$1|sous-page|sous-pages}} de cette pages sont affichées ci-dessous.\";'),('oc','messages:movetalk','s:53:\"oc:Renomenar tanben la pagina de discussion associada\";'),('oc','messages:movethispage','s:22:\"oc:Renomenar la pagina\";'),('oc','messages:moveuserpage-warning','s:177:\"oc:\'\'\'Atencion :\'\'\' Sètz a mand de tornar nomenar una pagina d’utilizaire. Notatz que sola la pagina serà renomenada e que l’utilizaire \'\'\'ne\'\'\' serà \'\'\'pas\'\'\' renomenat.\";'),('oc','messages:mute-preferences','s:32:\"ca:Preferències de silenciament\";'),('oc','messages:mw-widgets-abandonedit','s:91:\"oc:Sètz segur que volètz quitar lo mòde de modificacion sens enregistrar d\'en primièr ?\";'),('oc','messages:mw-widgets-abandonedit-discard','s:28:\"oc:Ignorar las modificacions\";'),('oc','messages:mw-widgets-abandonedit-keep','s:25:\"oc:Contunhar de modificar\";'),('oc','messages:mw-widgets-abandonedit-title','s:15:\"oc:Sètz segur?\";'),('oc','messages:mw-widgets-categoryselector-add-category-placeholder','s:27:\"oc:Apondre una categoria...\";'),('oc','messages:mw-widgets-copytextlayout-copy','s:9:\"oc:Copiar\";'),('oc','messages:mw-widgets-copytextlayout-copy-fail','s:39:\"ca:Ha fallat la còpia al portaretalls.\";'),('oc','messages:mw-widgets-copytextlayout-copy-success','s:31:\"ca:S\'ha copiat al portaretalls.\";'),('oc','messages:mw-widgets-dateinput-no-date','s:31:\"oc:Cap de data pas seleccionada\";'),('oc','messages:mw-widgets-dateinput-placeholder-day','s:13:\"ca:AAAA-MM-DD\";'),('oc','messages:mw-widgets-dateinput-placeholder-month','s:10:\"ca:AAAA-MM\";'),('oc','messages:mw-widgets-mediasearch-input-placeholder','s:22:\"oc:Recercar de mèdias\";'),('oc','messages:mw-widgets-mediasearch-noresults','s:30:\"oc:Cap de resultat pas trobat.\";'),('oc','messages:mw-widgets-mediasearch-recent-uploads','s:52:\"ca:{{GENDER:$1|Les vostres}} actualitzacions recents\";'),('oc','messages:mw-widgets-mediasearch-results-aria-label','s:36:\"ca:Resultats de la cerca multimèdia\";'),('oc','messages:mw-widgets-table-row-delete','s:20:\"oc:Suprimir la linha\";'),('oc','messages:mw-widgets-tagmultiselect-placeholder','s:17:\"oc:Apondre mai...\";'),('oc','messages:mw-widgets-titleinput-description-new-page','s:32:\"ca:la pàgina no existeix encara\";'),('oc','messages:mw-widgets-titleinput-description-redirect','s:18:\"ca:redirigeix a $1\";'),('oc','messages:mw-widgets-titlesmultiselect-placeholder','s:17:\"oc:Apondre mai...\";'),('oc','messages:mw-widgets-usersmultiselect-placeholder','s:17:\"oc:Apondre mai...\";'),('oc','messages:mycontris','s:16:\"oc:Contribucions\";'),('oc','messages:mycustomcssprotected','s:55:\"oc:Avètz pas lo dreit de modificar aquesta pagina CSS.\";'),('oc','messages:mycustomjsonprotected','s:61:\"oc:Avètz pas la permission de modificar aquesta pagina JSON.\";'),('oc','messages:mycustomjsprotected','s:62:\"oc:Avètz pas lo dreit de modificar aquesta pagina JavaScript.\";'),('oc','messages:mycustomjsredirectprotected','s:133:\"ca:No teniu permisos per modificar aquesta pàgina JavaScript perquè és una redirecció i no apunta dins del vostre espai d\'usuari.\";'),('oc','messages:mypage','s:9:\"oc:Pagina\";'),('oc','messages:mypreferences','s:16:\"oc:Preferéncias\";'),('oc','messages:mypreferencesprotected','s:62:\"oc:Avètz pas los dreits per modificar vòstras preferéncias.\";'),('oc','messages:myprivateinfoprotected','s:72:\"oc:Avètz pas los dreits per modificar vòstras informacions personalas.\";'),('oc','messages:mytalk','s:13:\"oc:Discussion\";'),('oc','messages:mywatchlist','s:21:\"oc:Lista de seguiment\";'),('oc','messages:namespace','s:19:\"oc:Espaci de noms :\";'),('oc','messages:namespace-nosubpages','s:63:\"oc:L’espaci de noms « $1 » autoriza pas las sospaginas.\";'),('oc','messages:namespace_association','s:25:\"oc:Espaci de nom associat\";'),('oc','messages:namespaceprotected','s:90:\"oc:Avètz pas la permission de modificar las paginas de l’espaci de noms « \'\'\'$1\'\'\' ».\";'),('oc','messages:namespaces','s:18:\"oc:Espacis de noms\";'),('oc','messages:namespacesall','s:8:\"oc:Totes\";'),('oc','messages:nav-login-createaccount','s:33:\"oc:Crear un compte o se connectar\";'),('oc','messages:navigation','s:13:\"oc:Navigacion\";'),('oc','messages:navigation-heading','s:22:\"oc:Menú de navigacion\";'),('oc','messages:nbytes','s:32:\"oc:$1 {{PLURAL:$1|octet|octets}}\";'),('oc','messages:ncategories','s:40:\"oc:$1 {{PLURAL:$1|categoria|categorias}}\";'),('oc','messages:nchanges','s:42:\"oc:$1 {{PLURAL:$1|cambiament|cambiaments}}\";'),('oc','messages:nearby','s:23:\"oc:Paginas prèp de vos\";'),('oc','messages:negative-namespace-not-supported','s:53:\"ca:No es permeten espais de noms amb valors negatius.\";'),('oc','messages:newarticle','s:11:\"oc:(Novèl)\";'),('oc','messages:newarticletext','s:388:\"oc:Avètz seguit un ligam cap a una pagina qu’existís pas encara o qu\'es estada [{{fullurl:Special:Log|type=delete&page={{FULLPAGENAMEE}}}} escafada].\nPer crear aquesta pagina, picatz vòstre tèxte dins la bóstia çaijós (podètz consultar [$1 la pagina d’ajuda] per mai d’entresenhas).\nSe sètz arribat(ada) aicí per error, clicatz sul boton \'\'\'retorn\'\'\' de vòstre navigador.\";'),('oc','messages:newarticletextanon','s:28:\"en:{{int:newarticletext|$1}}\";'),('oc','messages:newimages','s:34:\"oc:Galariá dels fichièrs novèls\";'),('oc','messages:newimages-hidepatrolled','s:39:\"oc:Amagar los telecargaments patrolhats\";'),('oc','messages:newimages-legend','s:9:\"oc:Filtre\";'),('oc','messages:newimages-mediatype','s:21:\"ca:Tipus multimèdia:\";'),('oc','messages:newimages-showbots','s:38:\"oc:Afichar los impòrts per de robòts\";'),('oc','messages:newimages-summary','s:69:\"oc:Aquesta pagina especiala aficha los darrièrs fichièrs importats.\";'),('oc','messages:newimages-user','s:33:\"oc:Adreiça IP o nom d\'utilizaire\";'),('oc','messages:newimagestext','s:4:\"en:-\";'),('oc','messages:newmessagesdifflinkplural','s:58:\"oc:{{PLURAL:$1|darrièr cambiament|darrièrs cambiaments}}\";'),('oc','messages:newmessageslinkplural','s:56:\"oc:{{PLURAL:$1|un novèl messatge|de novèls messatges}}\";'),('oc','messages:newpage','s:17:\"oc:Pagina novèla\";'),('oc','messages:newpageletter','s:4:\"oc:N\";'),('oc','messages:newpages','s:19:\"oc:Paginas novèlas\";'),('oc','messages:newpages-showhide-bots','s:10:\"ca:$1 bots\";'),('oc','messages:newpages-showhide-patrolled','s:31:\"ca:$1 modificacions patrullades\";'),('oc','messages:newpages-showhide-redirect','s:18:\"ca:$1 redireccions\";'),('oc','messages:newpages-showhide-registered','s:24:\"ca:$1 usuaris registrats\";'),('oc','messages:newpages-submit','s:10:\"oc:Afichar\";'),('oc','messages:newpages-summary','s:3:\"en:\";'),('oc','messages:newpages-username','s:21:\"oc:Nom d\'utilizaire :\";'),('oc','messages:newpassword','s:18:\"oc:Senhal novèl :\";'),('oc','messages:newsection','s:18:\"oc:Seccion novèla\";'),('oc','messages:newsection-page','s:22:\"ca:Pàgina destinació\";'),('oc','messages:newsection-submit','s:19:\"oc:Anar a la pagina\";'),('oc','messages:newsection-summary','s:3:\"en:\";'),('oc','messages:newsectionheaderdefaultlevel','s:11:\"en:== $1 ==\";'),('oc','messages:newsectionsummary','s:27:\"oc:/* $1 */ seccion novèla\";'),('oc','messages:newtitle','s:18:\"oc:Títol novèl :\";'),('oc','messages:newuserlog-autocreate-entry','s:32:\"en:Account created automatically\";'),('oc','messages:newuserlog-create-entry','s:19:\"en:New user account\";'),('oc','messages:newuserlog-create2-entry','s:25:\"en:created new account $1\";'),('oc','messages:newuserlogpage','s:38:\"oc:Istoric de las creacions de comptes\";'),('oc','messages:newuserlogpagetext','s:52:\"oc:Jornal de las creacions de comptes d\'utilizaires.\";'),('oc','messages:newwindow','s:34:\"oc:(dobrís una fenèstra novèla)\";'),('oc','messages:next','s:6:\"oc:seg\";'),('oc','messages:next-page','s:18:\"oc:pagina seguenta\";'),('oc','messages:nextdiff','s:25:\"oc:Cambiament seguent →\";'),('oc','messages:nextn','s:38:\"oc:{{PLURAL:$1|seguenta|$1 seguentas}}\";'),('oc','messages:nextn-title','s:55:\"oc:$1 {{PLURAL:$1|resultat seguent|resultats seguents}}\";'),('oc','messages:nextpage','s:23:\"oc:Pagina seguenta ($1)\";'),('oc','messages:nextrevision','s:23:\"oc:Version seguenta →\";'),('oc','messages:nimagelinks','s:47:\"oc:Utilizat sus $1 {{PLURAL:$1|pagina|paginas}}\";'),('oc','messages:ninterwikis','s:40:\"oc:$1 {{PLURAL:$1|interwiki|interwikis}}\";'),('oc','messages:nlinks','s:32:\"oc:$1 {{PLURAL:$1|ligam|ligams}}\";'),('oc','messages:nmembers','s:34:\"oc:$1 {{PLURAL:$1|membre|membres}}\";'),('oc','messages:nmemberschanged','s:41:\"oc:$1 → $2 {{PLURAL:$2|membre|membres}}\";'),('oc','messages:no-null-revision','s:76:\"oc:Impossible de crear una novèla revision voida per la pagina « $1 »\";'),('oc','messages:noarticletext','s:368:\"oc:Pel moment, i a pas cap de tèxte sus aquesta pagina.\nPodètz [[Special:Search/{{PAGENAME}}|aviar una recèrca sul títol d\'aqueste títol de pagina]] dins las autras pagina,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} recercar dins las operacions ligadas],\no [{{fullurl:{{FULLPAGENAME}}|action=edit}} crear aquesta pagina]</span>.\";'),('oc','messages:noarticletext-nopermission','s:288:\"oc:Actualament i a pas cap de tèxte dins aquesta pagina.\nPodètz [[Special:Search/{{PAGENAME}}|far una recèrca sul títol de la pagina]] dins las autras paginas,\no <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} recercar dins los jornals associats]</span>.\";'),('oc','messages:noarticletextanon','s:24:\"en:{{int:noarticletext}}\";'),('oc','messages:noautoblockblock','s:32:\"oc:blocatge automatic desactivat\";'),('oc','messages:nocontribs','s:81:\"oc:Cap de modificacion correspondenta a aquestes critèris es pas estada trobada.\";'),('oc','messages:nocookiesforlogin','s:25:\"en:{{int:nocookieslogin}}\";'),('oc','messages:nocookiesfornew','s:174:\"oc:Lo compte d\'utilizaire es pas estat creat, perque avèm pas pogut identificar son origina.\nVerificatz qu\'avètz activat los cookies, recargatz la pagina e tornatz ensajar.\";'),('oc','messages:nocookieslogin','s:120:\"oc:{{SITENAME}} utiliza de cookies per la connexion mas avètz los cookies desactivats. Activatz-los e reconnectatz-vos.\";'),('oc','messages:nocookiesnew','s:213:\"oc:Lo compte d\'utilizaire es estat creat, mas sètz pas connectat. {{SITENAME}} utiliza de cookies per la connexion mas los avètz desactivats. Activatz-los e reconnectatz-vos amb lo meteis nom e lo meteis senhal.\";'),('oc','messages:nocreate-loggedin','s:57:\"oc:Avètz pas la permission de crear de paginas novèlas.\";'),('oc','messages:nocreatetext','s:186:\"oc:{{SITENAME}} a restrenta la possibilitat de crear de paginas novèlas.\nPodètz tonar en rèire e modificar una pagina existenta, [[Special:UserLogin|vos connectar o crear un compte]].\";'),('oc','messages:nocredits','s:73:\"oc:I a pas d’entresenhas d’atribucion disponiblas per aquesta pagina.\";'),('oc','messages:node-count-exceeded-category','s:44:\"oc:Paginas ont nombre de nosèls es depassat\";'),('oc','messages:node-count-exceeded-category-desc','s:55:\"oc:Aquesta pagina depassa lo nombre maximal de nosèls.\";'),('oc','messages:node-count-exceeded-warning','s:42:\"oc:Pagina que depassa lo nombre de nosèls\";'),('oc','messages:noemail','s:82:\"oc:Cap d\'adreça electronica es pas estada enregistrada per l\'utilizaire « $1 ».\";'),('oc','messages:noemailcreate','s:50:\"oc:Vos cal provesir una adreça de corrièl valida\";'),('oc','messages:noemailprefs','s:99:\"oc:Cap d\'adreça electronica es pas estada indicada, las foncions seguentas seràn pas disponiblas.\";'),('oc','messages:noemailtext','s:69:\"oc:Aqueste utilizaire a pas especificat d\'adreça electronica valida.\";'),('oc','messages:noemailtitle','s:28:\"oc:Pas d\'adreça electronica\";'),('oc','messages:nohistory','s:45:\"oc:Existís pas d\'istoric per aquesta pagina.\";'),('oc','messages:noimages','s:30:\"oc:Cap d\'imatge d\'afichar pas.\";'),('oc','messages:noindex-category','s:24:\"oc:Paginas pas indexadas\";'),('oc','messages:noindex-category-desc','s:168:\"ca:La pàgina conté una paraula màgica <code><nowiki>__NOINDEX__</nowiki></code> (i és en un espai de noms on està permesa) i per tant no està indexada per robots.\";'),('oc','messages:nolicense','s:32:\"oc:Cap de licéncia seleccionada\";'),('oc','messages:nolinkshere','s:52:\"oc:Cap de pagina conten pas de ligam cap a \'\'\'$2\'\'\'.\";'),('oc','messages:nolinkshere-ns','s:82:\"oc:Cap de pagina conten pas de ligam cap a \'\'\'$2\'\'\' dins l’espaci de nom causit.\";'),('oc','messages:nolinkstoimage','s:65:\"oc:I a ges de pagina que compòrta un ligam vèrs aqueste imatge.\";'),('oc','messages:noname','s:46:\"oc:Avètz pas picat de nom d\'utilizaire valid.\";'),('oc','messages:nonfile-cannot-move-to-file','s:86:\"oc:Impossible de renomenar quicòm mai qu\'un fichièr cap a l\'espaci de noms fichièr.\";'),('oc','messages:nonmain-slot-differences-therefore-readonly','s:227:\"ca:No podeu editar el wikitext en la revisió d\'aquesta pàgina, atès que s\'han produït canvis en les dades de la pàgina des d\'aquesta revisió que no són basats en wikitext. [$1 Per a restaurar la revisió feu clic ací.].\";'),('oc','messages:nonnumeric-formatnum','s:47:\"oc:Paginas amb arguments formatnum non numerics\";'),('oc','messages:nonnumeric-formatnum-desc','s:70:\"oc:La pagina conten un argument non numeric per la fonccion formatnum.\";'),('oc','messages:nonwrite-api-promise-error','s:100:\"oc:L\'entèsta HTTP \'Promise-Non-Write-API-Action\' es estat mandat, mai es pas una requista de l\'API.\";'),('oc','messages:nopagetext','s:51:\"oc:La pagina cibla qu\'avètz indicada existís pas.\";'),('oc','messages:nopagetitle','s:22:\"oc:Cap de pagina cibla\";'),('oc','messages:noscript.css','s:82:\"ca:/* El CSS d\'aquí afectarà els usuaris que tinguin el JavaScript desactivat */\";'),('oc','messages:nospecialpagetext','s:212:\"oc:<strong>Avètz demandat una pagina especiala qu\'es pas reconeguda pel logicial {{SITENAME}}.</strong>\n\nUna lista de las paginas especialas pòt èsser trobada sus [[Special:SpecialPages|{{int:specialpages}}]].\";'),('oc','messages:nosuchaction','s:21:\"oc:Accion desconeguda\";'),('oc','messages:nosuchactiontext','s:195:\"oc:L\'accion especificada dins l\'Url es invalida.\nBenlèu avètz mal picat l’URL o seguit un ligam incorrècte.\nAquò tanben pòt indicar un problèma dins lo logicial utilizat per {{SITENAME}}.\";'),('oc','messages:nosuchsectiontext','s:148:\"oc:Avètz ensajat de modificar una seccion qu’existís pas.\nBenlèu qu\'es estada desplaçada o suprimida dempuèi qu\'avètz legida aquesta pagina.\";'),('oc','messages:nosuchsectiontitle','s:34:\"oc:Impossible de trobar la seccion\";'),('oc','messages:nosuchspecialpage','s:31:\"oc:Pagina especiala inexistanta\";'),('oc','messages:nosuchuser','s:170:\"oc:L\'utilizaire « $1 » existís pas.\nLo nom d\'utilizaire es sensible a la cassa.\nVerificatz vòstra ortografia, o [[Special:CreateAccount|creatz-vos un compte novèl]].\";'),('oc','messages:nosuchusershort','s:73:\"oc:I a pas de contributor amb lo nom « $1 ». Verificatz l’ortografia.\";'),('oc','messages:notanarticle','s:20:\"oc:Pas cap d\'article\";'),('oc','messages:notargettext','s:51:\"oc:Indicatz una pagina cibla o un utilizaire cibla.\";'),('oc','messages:notargettitle','s:15:\"oc:Pas de cibla\";'),('oc','messages:note','s:16:\"oc:\'\'\'Nòta :\'\'\'\";'),('oc','messages:notextmatches','s:55:\"oc:Cap de tèxte d\'article correspond pas a la recèrca\";'),('oc','messages:notificationemail_body_changed','s:225:\"ca:Algú des de l\'adreça IP $1, probablement vós, ha canviat l\'adreça de correu electrònic del compte a {{SITENAME}} de «$2» a «$3».\n\nSi no heu estat vós mateix, contacteu immediatament amb un administrador del lloc.\";'),('oc','messages:notificationemail_body_removed','s:214:\"ca:Algú des de l\'adreça IP $1, probablement vós, ha eliminat l\'adreça de correu electrònic «$2» del compte a {{SITENAME}}.\n\nSi no heu estat vós mateix, contacteu immediatament amb un administrador del lloc.\";'),('oc','messages:notificationemail_subject_changed','s:83:\"oc:L\'adreça de corrièr electronic enregistrada de {{SITENAME}} es estada cambiada\";'),('oc','messages:notificationemail_subject_removed','s:84:\"oc:L\'adreça de corrièr electronic enregistrada de {{SITENAME}} es estada suprimida\";'),('oc','messages:notloggedin','s:33:\"oc:Vos sètz pas identificat(ada)\";'),('oc','messages:notvisiblerev','s:20:\"oc:Version suprimida\";'),('oc','messages:nouserspecified','s:48:\"oc:Vos cal especificar vòstre nom d\'utilizaire.\";'),('oc','messages:nov','s:6:\"oc:nov\";'),('oc','messages:november','s:11:\"oc:novembre\";'),('oc','messages:november-gen','s:14:\"oc:de novembre\";'),('oc','messages:nowatchlist','s:55:\"oc:Vòstra lista de seguiment conten pas cap d\'article.\";'),('oc','messages:nowikiemailtext','s:101:\"oc:Aqueste utilizaire a causit de recebre pas de corrièr electronic de la part d\'autres utilizaires.\";'),('oc','messages:nrevisions','s:38:\"oc:$1 {{PLURAL:$1|revision|revisions}}\";'),('oc','messages:ns-specialprotected','s:89:\"oc:Las paginas dins l’espaci de noms « {{ns:special}} » pòdon pas èsser modificadas\";'),('oc','messages:nstab-category','s:12:\"oc:Categoria\";'),('oc','messages:nstab-help','s:8:\"oc:Ajuda\";'),('oc','messages:nstab-image','s:11:\"oc:Fichièr\";'),('oc','messages:nstab-main','s:10:\"oc:Article\";'),('oc','messages:nstab-mainpage','s:10:\"oc:Acuèlh\";'),('oc','messages:nstab-media','s:20:\"oc:Pagina del mèdia\";'),('oc','messages:nstab-mediawiki','s:11:\"oc:Messatge\";'),('oc','messages:nstab-project','s:22:\"oc:Pagina de projècte\";'),('oc','messages:nstab-special','s:19:\"oc:Pagina especiala\";'),('oc','messages:nstab-talk','s:3:\"en:\";'),('oc','messages:nstab-template','s:9:\"oc:Modèl\";'),('oc','messages:nstab-user','s:27:\"oc:{{GENDER:$1|Utilizator}}\";'),('oc','messages:ntimes','s:7:\"fr:$1×\";'),('oc','messages:ntransclusions','s:47:\"oc:Utilizat sus $1 {{PLURAL:$1|pagina|paginas}}\";'),('oc','messages:number-of-watching-users-for-recent-changes','s:7:\"en:[$1]\";'),('oc','messages:oct','s:6:\"oc:oct\";'),('oc','messages:october','s:10:\"oc:octobre\";'),('oc','messages:october-gen','s:12:\"oc:d\'octobre\";'),('oc','messages:ok','s:12:\"oc:D\'acòrdi\";'),('oc','messages:oldpassword','s:18:\"oc:Senhal ancian :\";'),('oc','messages:ooui-combobox-button-label','s:23:\"oc:Capvirar las opcions\";'),('oc','messages:ooui-dialog-message-accept','s:12:\"oc:D\'acòrdi\";'),('oc','messages:ooui-dialog-message-reject','s:10:\"oc:Anullar\";'),('oc','messages:ooui-dialog-process-continue','s:12:\"oc:Contunhar\";'),('oc','messages:ooui-dialog-process-dismiss','s:10:\"oc:Regetar\";'),('oc','messages:ooui-dialog-process-error','s:19:\"oc:Quicòm a trucat\";'),('oc','messages:ooui-dialog-process-retry','s:20:\"oc:Ensajatz tornamai\";'),('oc','messages:ooui-field-help','s:8:\"oc:Ajuda\";'),('oc','messages:ooui-item-remove','s:12:\"ca:Suprimeix\";'),('oc','messages:ooui-outline-control-move-down','s:26:\"oc:Far davalar l’element\";'),('oc','messages:ooui-outline-control-move-up','s:25:\"oc:Far montar l’element\";'),('oc','messages:ooui-outline-control-remove','s:23:\"oc:Suprimir l’element\";'),('oc','messages:ooui-popup-widget-close-button-aria-label','s:8:\"ca:Tanca\";'),('oc','messages:ooui-selectfile-button-select','s:26:\"oc:Seleccionar un fichièr\";'),('oc','messages:ooui-selectfile-button-select-multiple','s:23:\"ca:Selecció de fitxers\";'),('oc','messages:ooui-selectfile-dragdrop-placeholder','s:29:\"oc:Depausar lo fichièr aicí\";'),('oc','messages:ooui-selectfile-dragdrop-placeholder-multiple','s:30:\"ca:Dipositeu els fitxers aquí\";'),('oc','messages:ooui-selectfile-not-supported','s:40:\"oc:Lo tipe de fichièr es pas compatible\";'),('oc','messages:ooui-selectfile-placeholder','s:34:\"oc:Cap de fichièr pas seleccionat\";'),('oc','messages:ooui-toolbar-more','s:6:\"oc:Mai\";'),('oc','messages:ooui-toolgroup-collapse','s:7:\"oc:Mens\";'),('oc','messages:ooui-toolgroup-expand','s:6:\"oc:Mai\";'),('oc','messages:opensearch-desc','s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";'),('oc','messages:othercontribs','s:27:\"oc:Basat sul trabalh de $1.\";'),('oc','messages:otherlanguages','s:23:\"oc:Dins d\'autras lengas\";'),('oc','messages:others','s:9:\"oc:autres\";'),('oc','messages:overwrite','s:49:\"oc:Espotir un fichièr existent es pas autorizat.\";'),('oc','messages:overwroteimage','s:37:\"en:uploaded a new version of \"[[$1]]\"\";'),('oc','messages:page-atom-feed','s:20:\"oc:Flux Atom de \"$1\"\";'),('oc','messages:page-rss-feed','s:19:\"oc:Flux RSS de \"$1\"\";'),('oc','messages:page_first','s:12:\"oc:primièra\";'),('oc','messages:page_last','s:12:\"oc:darrièra\";'),('oc','messages:pagecategories','s:37:\"oc:{{PLURAL:$1|Categoria|Categorias}}\";'),('oc','messages:pagecategorieslink','s:21:\"en:Special:Categories\";'),('oc','messages:pagedata-bad-title','s:23:\"ca:Títol no vàlid: $1\";'),('oc','messages:pagedata-not-acceptable','s:76:\"ca:No s\'ha trobat cap format que hi coincideixi. Els tipus MIME permesos: $1\";'),('oc','messages:pagedata-text','s:341:\"ca:Aquesta pàgina proporciona una interfície de dades a les pàgines. Proporcioneu el títol de pàgina en l\'URL fent servir la sintaxi de subpàgina.\n* La negociació de contingut s\'aplica d\'acord amb la capçalera «Accept» del client. Això vol dir que les dades de la pàgina es proporcionaran en el format preferit pel vostre client.\";'),('oc','messages:pagedata-title','s:23:\"oc:Donadas de la pagina\";'),('oc','messages:pagehist','s:23:\"oc:Istoric de la pagina\";'),('oc','messages:pagehistory','s:23:\"oc:Istoric de la pagina\";'),('oc','messages:pagehistory-summary','s:3:\"en:\";'),('oc','messages:pageid','s:18:\"oc:ID de pagina $1\";'),('oc','messages:pageinfo','s:27:\"oc:Informacion de la pagina\";'),('oc','messages:pageinfo-article-id','s:23:\"oc:Numèro de la pagina\";'),('oc','messages:pageinfo-authors','s:35:\"oc:Nombre total d\'autors distinctes\";'),('oc','messages:pageinfo-category-files','s:22:\"oc:Nombre de fichièrs\";'),('oc','messages:pageinfo-category-info','s:32:\"oc:Informacions sus la categoria\";'),('oc','messages:pageinfo-category-pages','s:20:\"oc:Nombre de paginas\";'),('oc','messages:pageinfo-category-subcats','s:26:\"oc:Nombre de soscategorias\";'),('oc','messages:pageinfo-category-total','s:26:\"oc:Nombre total de membres\";'),('oc','messages:pageinfo-content-model','s:35:\"oc:Modèl de contengut de la pagina\";'),('oc','messages:pageinfo-content-model-change','s:12:\"oc:modificar\";'),('oc','messages:pageinfo-contentpage','s:35:\"oc:Comptat coma pagina de contengut\";'),('oc','messages:pageinfo-contentpage-yes','s:6:\"oc:Òc\";'),('oc','messages:pageinfo-default-sort','s:28:\"oc:Clau de triada per defaut\";'),('oc','messages:pageinfo-display-title','s:17:\"oc:Títol afichat\";'),('oc','messages:pageinfo-edits','s:32:\"oc:Nombre total de modificacions\";'),('oc','messages:pageinfo-few-visiting-watchers','s:78:\"ca:Pot o no pot haver-hi un usuari vigilant visitant les modificacions recents\";'),('oc','messages:pageinfo-few-watchers','s:50:\"oc:Mens de $1 {{PLURAL:$1|observator|observators}}\";'),('oc','messages:pageinfo-file-hash','s:17:\"ca:Valor de resum\";'),('oc','messages:pageinfo-firsttime','s:32:\"oc:Data de creacion de la pagina\";'),('oc','messages:pageinfo-firstuser','s:23:\"oc:Creator de la pagina\";'),('oc','messages:pageinfo-footer','s:4:\"en:-\";'),('oc','messages:pageinfo-header','s:4:\"en:-\";'),('oc','messages:pageinfo-header-basic','s:23:\"oc:Informacions de basa\";'),('oc','messages:pageinfo-header-edits','s:31:\"oc:Istoric de las modificacions\";'),('oc','messages:pageinfo-header-properties','s:27:\"oc:Proprietats de la pagina\";'),('oc','messages:pageinfo-header-restrictions','s:26:\"oc:Proteccion de la pagina\";'),('oc','messages:pageinfo-hidden-categories','s:59:\"oc:{{PLURAL:$1|Categoria amagada|Categorias amagadas}} ($1)\";'),('oc','messages:pageinfo-language','s:35:\"oc:Lenga del contengut de la pagina\";'),('oc','messages:pageinfo-language-change','s:12:\"oc:modificar\";'),('oc','messages:pageinfo-lasttime','s:36:\"oc:Data de la darrièra modificacion\";'),('oc','messages:pageinfo-lastuser','s:23:\"oc:Darrièr contributor\";'),('oc','messages:pageinfo-length','s:33:\"oc:Talha de la pagina (en octets)\";'),('oc','messages:pageinfo-magic-words','s:43:\"oc:{{PLURAL:$1|Mot magic|Mots magics}} ($1)\";'),('oc','messages:pageinfo-namespace','s:16:\"ca:Espai de noms\";'),('oc','messages:pageinfo-not-current','s:85:\"oc:O planhèm, impossible de provesir aquesta informacion per las ancianas revisions.\";'),('oc','messages:pageinfo-protect-cascading','s:40:\"oc:Las proteccions son dedusidas d\'aicí\";'),('oc','messages:pageinfo-protect-cascading-from','s:41:\"oc:Las proteccions son dedusidas dempuèi\";'),('oc','messages:pageinfo-protect-cascading-yes','s:6:\"oc:Òc\";'),('oc','messages:pageinfo-recent-authors','s:36:\"oc:Nombre d\'autors distintes recents\";'),('oc','messages:pageinfo-recent-edits','s:59:\"oc:Nombre de modificacions recentas (dins los darrièrs $1)\";'),('oc','messages:pageinfo-redirects-name','s:46:\"oc:Nombre de redireccions cap a aquesta pagina\";'),('oc','messages:pageinfo-redirects-value','s:5:\"ca:$1\";'),('oc','messages:pageinfo-redirectsto','s:18:\"oc:Redirigir cap a\";'),('oc','messages:pageinfo-redirectsto-info','s:7:\"oc:info\";'),('oc','messages:pageinfo-robot-index','s:13:\"oc:Autorizada\";'),('oc','messages:pageinfo-robot-noindex','s:13:\"oc:Interdicha\";'),('oc','messages:pageinfo-robot-policy','s:25:\"oc:Indexacion per robòts\";'),('oc','messages:pageinfo-subpages-name','s:30:\"oc:Sospaginas d\'aquesta pagina\";'),('oc','messages:pageinfo-subpages-value','s:100:\"oc:$1 ($2 {{PLURAL:$2|redireccion|redireccions}}; $3 {{PLURAL:$3|non-redireccion|non-redireccions}})\";'),('oc','messages:pageinfo-summary','s:3:\"en:\";'),('oc','messages:pageinfo-templates','s:53:\"oc:{{PLURAL:$1|Modèl inclús|Modèls incluses}} ($1)\";'),('oc','messages:pageinfo-title','s:28:\"oc:Informacions per « $1 »\";'),('oc','messages:pageinfo-toolboxlink','s:28:\"oc:Informacion sus la pagina\";'),('oc','messages:pageinfo-transclusions','s:59:\"oc:{{PLURAL:$1|Pagina traduita|Paginas traduitas}} sus ($1)\";'),('oc','messages:pageinfo-user-id','s:21:\"oc:ID de l\'utilizaire\";'),('oc','messages:pageinfo-view-protect-log','s:46:\"oc:Veire lo jornau de proteccion de la pagina.\";'),('oc','messages:pageinfo-visiting-watchers','s:71:\"ca:Nombre de vigilants de la pàgina que han visitat els canvis recents\";'),('oc','messages:pageinfo-watchers','s:69:\"oc:Nombre de contributors qu\'an la pagina dins lor lista de seguiment\";'),('oc','messages:pagelang-db-failed','s:65:\"ca:La base de dades no ha pogut canviar la llengua de la pàgina.\";'),('oc','messages:pagelang-language','s:8:\"oc:Lenga\";'),('oc','messages:pagelang-name','s:9:\"oc:Pagina\";'),('oc','messages:pagelang-nonexistent-page','s:29:\"oc:La pagina $1 existís pas.\";'),('oc','messages:pagelang-reason','s:8:\"oc:Motiu\";'),('oc','messages:pagelang-select-lang','s:23:\"oc:Seleccionar la lenga\";'),('oc','messages:pagelang-submit','s:9:\"oc:Mandar\";'),('oc','messages:pagelang-unchanged-language','s:56:\"ca:La pàgina $1 ja està configurada en la llengua: $2.\";'),('oc','messages:pagelang-unchanged-language-default','s:86:\"ca:La pàgina $1 ja està configurada en la llengua de contingut per defecte del wiki.\";'),('oc','messages:pagelang-use-default','s:31:\"oc:Utilizar la lenga per defaut\";'),('oc','messages:pagelanguage','s:32:\"oc:Cambiar la lenga de la pagina\";'),('oc','messages:pagemerge-logentry','s:49:\"en:merged [[$1]] into [[$2]] (revisions up to $3)\";'),('oc','messages:pagemovedsub','s:28:\"oc:Cambiament de nom capitat\";'),('oc','messages:pager-newer-n','s:46:\"oc:{{PLURAL:$1|1 mai recenta|$1 mai recentas}}\";'),('oc','messages:pager-older-n','s:46:\"oc:{{PLURAL:$1|1 mai anciana|$1 mai ancianas}}\";'),('oc','messages:pagesize','s:11:\"oc:(octets)\";'),('oc','messages:pageswithprop','s:39:\"oc:Paginas amb una proprietat de pagina\";'),('oc','messages:pageswithprop-legend','s:39:\"oc:Paginas amb una proprietat de pagina\";'),('oc','messages:pageswithprop-prop','s:25:\"oc:Nom de la proprietat :\";'),('oc','messages:pageswithprop-prophidden-binary','s:44:\"oc:valor de proprietat binària amagada ($1)\";'),('oc','messages:pageswithprop-prophidden-long','s:50:\"oc:valor de proprietat de tèxte long amagada ($1)\";'),('oc','messages:pageswithprop-reverse','s:19:\"ca:Ordena en invers\";'),('oc','messages:pageswithprop-sortbyvalue','s:35:\"ca:Ordena pel valor de la propietat\";'),('oc','messages:pageswithprop-submit','s:7:\"oc:Anar\";'),('oc','messages:pageswithprop-summary','s:3:\"en:\";'),('oc','messages:pageswithprop-text','s:94:\"oc:Aquesta pagina fa la lista de las paginas qu\'utilizan una proprietat de pagina particulara.\";'),('oc','messages:pagetitle','s:20:\"ca:$1 - {{SITENAME}}\";'),('oc','messages:pagetitle-view-mainpage','s:15:\"en:{{SITENAME}}\";'),('oc','messages:paramvalidator-badbool','s:109:\"fr:Valeur « $2 » non valide pour le paramètre booléen « $1 ». Passer $3 pour vrai, ou $5 pour faux.\";'),('oc','messages:paramvalidator-badexpiry','s:77:\"fr:Valeur « $2 » non valide pour le paramètre d’expiration « $1 ».\";'),('oc','messages:paramvalidator-badexpiry-duration','s:95:\"fr:La valeur « $2 » donnée pour le paramètre <var>$1</var> dépasse le maximum de « $3 ».\";'),('oc','messages:paramvalidator-badexpiry-duration-max','s:142:\"fr:La valeur « $2 » donnée pour le paramètre <var>$1</var> dépasse le maximum de « $3 ». Utilisation de la valeur maximale à la place.\";'),('oc','messages:paramvalidator-badexpiry-past','s:88:\"fr:La valeur « $2 » pour le paramètre d’expiration « $1 » est dans le passé.\";'),('oc','messages:paramvalidator-badfloat','s:71:\"fr:Valeur « $2 » non valide pour le paramètre flottant « $1 ».\";'),('oc','messages:paramvalidator-badfloat-notfinite','s:104:\"fr:La valeur « $2 » pour le paramètre flottant « $1 » est trop grande ou n’est pas un nombre.\";'),('oc','messages:paramvalidator-badinteger','s:69:\"fr:Valeur « $2 » non valide pour le paramètre entier « $1 ».\";'),('oc','messages:paramvalidator-badtimestamp','s:77:\"fr:Valeur « $2 » non valide pour le paramètre d’horodatage « $1 ».\";'),('oc','messages:paramvalidator-badtitle','s:104:\"ca:El valor «$2» no és vàlid per al paràmetre de títol <var>$1</var>: cadena de títol no vàlida.\";'),('oc','messages:paramvalidator-badupload-cantwrite','s:149:\"fr:Le fichier pour « $1 » n’a pas pu être stocké pour être traité du fait d’une mauvaise configuration du serveur (échec d’écriture).\";'),('oc','messages:paramvalidator-badupload-formsize','s:90:\"fr:Le fichier téléchargé pour « $1 » dépasse le maximum spécifié pour le client.\";'),('oc','messages:paramvalidator-badupload-inisize','s:81:\"fr:Le fichier téléchargé pour « $1 » dépasse le maximum du serveur de $3.\";'),('oc','messages:paramvalidator-badupload-nofile','s:87:\"fr:Aucun fichier n’a été fourni pour le paramètre de téléversement « $1 ».\";'),('oc','messages:paramvalidator-badupload-notmpdir','s:159:\"fr:Le fichier pour « $1 » n’a pas pu être enregistré pour traitement du fait d’une mauvaise configuration du serveur (pas de répertoire temporaire).\";'),('oc','messages:paramvalidator-badupload-notupload','s:268:\"fr:Le paramètre de téléversement de fichier « $1 » n’est pas un téléversement de fichier ; assurez-vous d’utiliser le format « multipart/form-data » pour votre POST et d’inclure un nom de fichier dans l’entête « Content-Disposition ».\";'),('oc','messages:paramvalidator-badupload-partial','s:58:\"ca:S’ha pujat només parcialment el fitxer per a «$1».\";'),('oc','messages:paramvalidator-badupload-phpext','s:79:\"fr:Une extension PHP a empêché le téléversement du fichier pour « $1 ».\";'),('oc','messages:paramvalidator-baduser','s:67:\"ca:Valor no vàlid «$2» per al paràmetre d\'usuari <var>$1</var>.\";'),('oc','messages:paramvalidator-badvalue-enummulti','s:140:\"fr:Valeur « $2 » non valide pour le paramètre « $1 ». {{PLURAL:$4|Seul « $3 » est autorisé.|Les valeurs autorisées sont $3.}}\";'),('oc','messages:paramvalidator-badvalue-enumnotmulti','s:59:\"fr:Valeur non reconnue pour le paramètre « $1 » : $2.\";'),('oc','messages:paramvalidator-deprecated-value','s:68:\"fr:La valeur « $2 » pour le paramètre « $1 » est obsolète.\";'),('oc','messages:paramvalidator-emptystring','s:18:\"ca:la cadena buida\";'),('oc','messages:paramvalidator-help-default','s:18:\"ca:Per defecte: $1\";'),('oc','messages:paramvalidator-help-default-empty','s:22:\"ca:Per defecte: (buit)\";'),('oc','messages:paramvalidator-help-deprecated','s:29:\"ca:El paràmetre és obsolet.\";'),('oc','messages:paramvalidator-help-multi-all','s:63:\"ca:Per a especificar tots els valors, feu servir <kbd>$1</kbd>.\";'),('oc','messages:paramvalidator-help-multi-max','s:131:\"fr:Le nombre maximal de valeurs est {{PLURAL:$1|}}$1 (ou {{PLURAL:$2|}}$2 pour les clients ayant droit aux limites plus élevées).\";'),('oc','messages:paramvalidator-help-multi-max-simple','s:51:\"ca:El nombre màxim de valors és {{PLURAL:$1|$1}}.\";'),('oc','messages:paramvalidator-help-multi-separate','s:98:\"fr:Séparer les valeurs avec « | », ou préfixer la liste avec U+001F et séparer avec U+001F.\";'),('oc','messages:paramvalidator-help-required','s:25:\"ca:Cal aquest paràmetre.\";'),('oc','messages:paramvalidator-help-type-boolean','s:54:\"ca:Tipus: {{PLURAL:$1|1=booleà|2=llista de booleans}}\";'),('oc','messages:paramvalidator-help-type-enum','s:163:\"fr:{{PLURAL:$1|1=Une des valeurs suivantes|2=Valeurs (séparer avec U+007C (barre verticale), ou préfixer la liste avec U+001F et la séparer avec U+001F)}} : $2\";'),('oc','messages:paramvalidator-help-type-enum-can-be-empty','s:55:\"ca:{{PLURAL:$2|0=Cal que sigui buit|Pot ser buit o $1}}\";'),('oc','messages:paramvalidator-help-type-expiry','s:234:\"fr:Type : {{PLURAL:$1|1=expiration|2=liste d’expirations}}.\n\nPeut être relatif (par ex. <kbd>5 months</kbd> ou <kbd>2 weeks</kbd>) ou absolu (par ex. <kbd>2014-09-18T12:34:56Z</kbd>). Pour ne pas avoir d’expiration, utiliser $2.\";'),('oc','messages:paramvalidator-help-type-float','s:56:\"fr:Type : {{PLURAL:$1|1=flottant|2=liste de flottants}}\";'),('oc','messages:paramvalidator-help-type-integer','s:49:\"ca:Tipus: {{PLURAL:$1|1=enter|2=llista d\'enters}}\";'),('oc','messages:paramvalidator-help-type-limit','s:24:\"ca:Type: enter o «max»\";'),('oc','messages:paramvalidator-help-type-number-max','s:78:\"ca:{{PLURAL:$1|1=El valor no ha|2=Els valors no han}} de ser més gran que $3.\";'),('oc','messages:paramvalidator-help-type-number-min','s:106:\"fr:{{PLURAL:$1|1=La valeur ne peut|2=Les valeurs ne peuvent}} pas être inférieure{{PLURAL:$1||s}} à $2.\";'),('oc','messages:paramvalidator-help-type-number-minmax','s:77:\"fr:{{PLURAL:$1|1=La valeur doit|2=Les valeurs doivent}} être entre $2 et $3.\";'),('oc','messages:paramvalidator-help-type-presenceboolean','s:17:\"ca:Tipus: booleà\";'),('oc','messages:paramvalidator-help-type-string-maxbytes','s:57:\"ca:No pot tenir més {{PLURAL:$1|d\'$1 byte|de $1 bytes}}.\";'),('oc','messages:paramvalidator-help-type-string-maxchars','s:67:\"ca:No pot tenir més {{PLURAL:$1|d\'$1 caràcter|de $1 caràcters}}.\";'),('oc','messages:paramvalidator-help-type-timestamp','s:56:\"ca:Tipus: {{PLURAL:$1|1=datació|2=llista de datacions}}\";'),('oc','messages:paramvalidator-help-type-title','s:27:\"ca:Tipus: títol de pàgina\";'),('oc','messages:paramvalidator-help-type-title-must-exist','s:45:\"ca:Només s\'accepten pàgines que existeixen.\";'),('oc','messages:paramvalidator-help-type-title-no-must-exist','s:38:\"ca:Accepta pàgines que no existeixen.\";'),('oc','messages:paramvalidator-help-type-upload','s:92:\"fr:Doit être posté sous forme de téléversement de fichier utilisant multipart/form-data.\";'),('oc','messages:paramvalidator-help-type-user','s:90:\"ca:Tipus: {{PLURAL:$1|1=usuari|2=llista d\'usuaris}}, {{PLURAL:$3|per|per qualsevol de}} $2\";'),('oc','messages:paramvalidator-help-type-user-subtype-cidr','s:24:\"ca:Interval d\'adreces IP\";'),('oc','messages:paramvalidator-help-type-user-subtype-id','s:35:\"ca:ID d\'usuari (p. ex., «#12345»)\";'),('oc','messages:paramvalidator-help-type-user-subtype-interwiki','s:48:\"ca:nom interwiki (p. ex., «prefix>NomExemple»)\";'),('oc','messages:paramvalidator-help-type-user-subtype-ip','s:5:\"oc:IP\";'),('oc','messages:paramvalidator-help-type-user-subtype-name','s:19:\"oc:Nom d\'utilizaire\";'),('oc','messages:paramvalidator-maxbytes','s:127:\"fr:La valeur du paramètre « $1 » ne peut pas dépasser $3 octet{{PLURAL:$3||s}} (c’était $4 octet{{PLURAL:$3||s}}).\";'),('oc','messages:paramvalidator-maxchars','s:122:\"fr:La valeur pour le paramètre « $1 » ne peut pas dépasser $3 {{PLURAL:$3|caractère|caractères}} (elle était $4).\";'),('oc','messages:paramvalidator-missingparam','s:36:\"ca:Cal definir el paràmetre «$1».\";'),('oc','messages:paramvalidator-missingtitle','s:99:\"ca:El valor «$2» no és vàlid per al paràmetre de títol <var>$1</var>: la pàgina no existeix.\";'),('oc','messages:paramvalidator-notmulti','s:162:\"fr:Le paramètre « $1 » n’accepte qu’une seule valeur. La séparation multi-valeurs U+001F ne peut être utilisée que pour les paramètres multi-valués.\";'),('oc','messages:paramvalidator-outofrange-max','s:79:\"fr:La valeur « $2 » pour le paramètre « $1 » ne doit pas dépasser $4.\";'),('oc','messages:paramvalidator-outofrange-min','s:90:\"fr:La valeur « $2 » pour le paramètre « $1 » ne doit pas être inférieure à $3.\";'),('oc','messages:paramvalidator-outofrange-minmax','s:80:\"fr:La valeur « $2 » pour le paramètre « $1 » doit être entre $3 et $4.\";'),('oc','messages:paramvalidator-param-deprecated','s:36:\"ca:El paràmetre «$1» és obsolet.\";'),('oc','messages:paramvalidator-param-sensitive','s:3:\"en:\";'),('oc','messages:paramvalidator-toomanyvalues','s:76:\"fr:Trop de valeurs fournies pour le paramètre « $1 ». La limite est $2.\";'),('oc','messages:paramvalidator-unclearnowtimestamp','s:242:\"fr:Passer « $2 » pour le paramètre d’horodatage « $1 » a été marqué obsolète. Si, pour une raison quelconque, vous avez besoin de spécifier explicitement l’heure actuelle sans la calculer côté client, utilisez « now ».\";'),('oc','messages:paramvalidator-unrecognizedvalues','s:94:\"fr:{{PLURAL:$4|Valeur non reconnue|Valeurs non reconnues}} pour le paramètre « $1 » : $3\";'),('oc','messages:parentheses','s:7:\"fr:($1)\";'),('oc','messages:parentheses-end','s:4:\"fr:)\";'),('oc','messages:parentheses-start','s:4:\"fr:(\";'),('oc','messages:parser-template-loop-warning','s:36:\"oc:Modèl en bocla detectat : [[$1]]\";'),('oc','messages:parser-template-recursion-depth-warning','s:59:\"oc:Limit de longor de la recursion del modèl depassat ($1)\";'),('oc','messages:parser-unstrip-loop-warning','s:34:\"oc:Bocla pas desmontabla detectada\";'),('oc','messages:parsoid-client-error','s:39:\"fr:Entrée de Parsoid non valide : $1\";'),('oc','messages:parsoid-resource-limit-exceeded','s:52:\"fr:Limite de ressources de Parsoid dépassée : $1\";'),('oc','messages:parsoid-stash-rate-limit-error','s:104:\"ca:L\'emmagatzemament ha fallat perquè s\'ha superat la freqüència límit. Torneu-ho a provar després.\";'),('oc','messages:password-change-forbidden','s:54:\"oc:Podètz pas modificar los senhals sus aqueste wiki.\";'),('oc','messages:password-login-forbidden','s:65:\"oc:L\'usatge d\'aquestes nom d\'utilizaire e senhal es pas autorisat\";'),('oc','messages:password-name-match','s:68:\"oc:Vòstre senhal deu èsser diferent de vòstre nom d’utilizaire.\";'),('oc','messages:password-substring-username-match','s:69:\"oc:Vòstre senhal pòu pas aparéisser dins vòstre nom d\'utilizaire.\";'),('oc','messages:passwordincommonlist','s:117:\"oc:Lo senhal intrat fa partida de la lista dei senhals frequentament utilizats. Mercé de chausir un senhal pus unic.\";'),('oc','messages:passwordpolicies','s:29:\"ca:Polítiques de contrasenya\";'),('oc','messages:passwordpolicies-group','s:7:\"oc:Grop\";'),('oc','messages:passwordpolicies-policies','s:12:\"oc:Politicas\";'),('oc','messages:passwordpolicies-policy-display','s:68:\"fr:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span>\";'),('oc','messages:passwordpolicies-policy-displaywithflags','s:124:\"fr:<span class=\"passwordpolicies-policy\">$1 <code>($2)</code></span> <span class=\"passwordpolicies-policy-flags\">($3)</span>\";'),('oc','messages:passwordpolicies-policy-maximalpasswordlength','s:91:\"ca:Les contrasenyes han de tenir menys de $1 {{PLURAL:$1|caràcter|caràcters}} d\'extensió\";'),('oc','messages:passwordpolicies-policy-minimalpasswordlength','s:85:\"ca:La contrasenya ha de tenir un mínim {{PLURAL:$1|d\'un caràcter|de $1 caràcters}}\";'),('oc','messages:passwordpolicies-policy-minimumpasswordlengthtologin','s:125:\"ca:Les contrasenyes han de tenir com a mínim $1 {{PLURAL:$1|caràcter|caràcters}} d\'extensió per poder iniciar una sessió\";'),('oc','messages:passwordpolicies-policy-passwordcannotbesubstringinusername','s:72:\"ca:La contrasenya no pot ser una subcadena de text dins del nom d\'usuari\";'),('oc','messages:passwordpolicies-policy-passwordcannotmatchdefaults','s:89:\"ca:La contrasenya no pot coincidir amb una llista específica de contrasenyes per defecte\";'),('oc','messages:passwordpolicies-policy-passwordnotincommonlist','s:106:\"ca:La contrasenya no pot trobar-se en la llista de les 100.000 contrasenyes utilitzades més habitualment.\";'),('oc','messages:passwordpolicies-policyflag-forcechange','s:35:\"ca:cal canviar a l\'inici de sessió\";'),('oc','messages:passwordpolicies-policyflag-suggestchangeonlogin','s:39:\"ca:suggereix canvi a l\'inici de sessió\";'),('oc','messages:passwordpolicies-summary','s:108:\"ca:Hi ha una llista de polítiques de contrasenyes efectives per als grups d\'usuari definits en aquest wiki.\";'),('oc','messages:passwordremindertext','s:541:\"oc:Qualqu\'un (probablament vos, amb l\'adreça IP $1) a demandat un senhal novèl per {{SITENAME}} ($4). Un senhal temporari es estat creat per l’utilizaire « $2 » e es « $3 ». S\'aquò èra vòstra intencion, vos caldrà vos connectar e causir un senhal novèl.\nVòstre senhal temporari expirarà dins $5 {{PLURAL:$5|jorn|jorns}}.\n\nSe sètz pas l’autor d\'aquesta demanda, o se vos remembratz ara de vòstre senhal ancian e que desiratz pas mai ne cambiar, podètz ignorar aqueste messatge e contunhar d\'utilizar vòstre senhal ancian.\";'),('oc','messages:passwordremindertitle','s:43:\"oc:Senhal temporari novèl sus {{SITENAME}}\";'),('oc','messages:passwordreset','s:28:\"oc:Remesa a zèro del senhal\";'),('oc','messages:passwordreset-disabled','s:76:\"oc:La reïnicializacion dels senhals es estada desactivada sus aqueste wiki.\";'),('oc','messages:passwordreset-domain','s:10:\"oc:Domeni:\";'),('oc','messages:passwordreset-email','s:35:\"oc:Adreça de corrièr electronic :\";'),('oc','messages:passwordreset-emaildisabled','s:71:\"oc:Las foncionalitats e-mail son estadas desactivadas sus aqueste wiki.\";'),('oc','messages:passwordreset-emailelement','s:41:\"oc:Utilizaire: \n$1\n\nSenhal temporari: \n$2\";'),('oc','messages:passwordreset-emailtext-ip','s:670:\"oc:Qualqu\'un (probablament vos, dempuèi l\'adreça IP $1) a demandat una reïnicializacion de vòstre senhal per {{SITENAME}} ($4). {{PLURAL:$3|Lo compte d\'utilizaire seguent es associat|Los comptes d\'utilizaires seguents son associats}} a aquesta adreça de corrièr electronic :\n\n$2\n\n{{PLURAL:$3|Aqueste senhal temporari expirarà|Aquestes senhals temporaris expiraràn}} dins {{PLURAL:$5|un jorn|$5 jorns}}. Ara, vos cal vos connectar e causir un senhal novèl. Se aquesta demanda proven pas de vos, o que vos sètz remembrat de vòstre senhal inicial, e que volètz pas mai lo modificar, podètz ignorar aqueste messatge e contunhar d\'utilizar vòstre ancian senhal.\";'),('oc','messages:passwordreset-emailtext-require-email','s:385:\"oc:Pasmens, s\'avètz pas iniciat aquela demanda e volètz empachar lo mandadís de corriers electronics non desirats, podètz benlèu metre a jorn lei vòstreis opcions de messatjariá dins $1.\nEs possible d\'exigir un nom d\'utilizaire e una adreiça electronica per generar de corriers electronics de reïnicializacion de senhal. Aquò pòu redurre lo nombre d\'aqueu genre d\'incidents.\";'),('oc','messages:passwordreset-emailtext-user','s:648:\"oc:L\'utilizaire $1 sus {{SITENAME}} a demandat una reïnicializacion de vòstre senhal per {{SITENAME}} ($4). {{PLURAL:$3|Lo compte d\'utilizaire seguent es associat|Los comptes d\'utilizaires seguents son associats}} a aquesta adreça de corrièr electronic :\n\n$2\n\n{{PLURAL:$3|Aqueste senhal temporari expirarà|Aquestes senhals temporaris expiraràn}} dins {{PLURAL:$5|un jorn|$5 jorns}}. Ara, vos cal vos connectar e causir un senhal novèl. Se aquesta demanda proven pas de vos, o que vos sètz remembrat de vòstre senhal inicial, e que lo volètz pas mai modificar, podètz ignorar aqueste messatge e contunhar d\'utilizar vòstre ancian senhal.\";'),('oc','messages:passwordreset-emailtitle','s:40:\"oc:Detailhs d\'un compte per {{SITENAME}}\";'),('oc','messages:passwordreset-ignored','s:107:\"oc:Lo restabliment del mot de passa s\'es pas plan realizat. Benlèu i aviá pas cap de fornidor configurat?\";'),('oc','messages:passwordreset-nocaller','s:27:\"oc:Cal provesir un apelaire\";'),('oc','messages:passwordreset-nodata','s:73:\"oc:Pas cap de nom d\'usatgièr o d\'adreça electronica foguèron provesits\";'),('oc','messages:passwordreset-nosuchcaller','s:32:\"oc:L’apelant existís pas : $1\";'),('oc','messages:passwordreset-success','s:59:\"oc:Avètz demandat una reïnicializacion de vòstre senhal.\";'),('oc','messages:passwordreset-success-details-generic','s:532:\"oc:Se l\'informacion somesa es valida, una reïnicializacion dau senhal es estada mandada. S\'avètz pas recebut lo corrier electronic, vos recomandam d\'anar sus la [[mw:Special:MyLanguage/Help:Reset_password|pagina d\'ajuda per reïnicializar son senhal]] ò de tornar assaiar ulteriorament. Podètz solament demandar un nombre limitat de reïnicializacions de senhal pendent una durada de temps corta. De mai, per empachar d\'abús, solament un corrier electronic es mandat totei lei {{PLURAL:$1|ora|$1 oras}}</strong> a cada còmpte.\";'),('oc','messages:passwordreset-success-info','s:39:\"oc:Lei detalhs qu\'avètz somes son : $1\";'),('oc','messages:passwordreset-text-many','s:103:\"oc:{{PLURAL:$1|Completatz un d\'aqueles camps per recebre un senhal temporari per corrièr electronic.}}\";'),('oc','messages:passwordreset-text-one','s:65:\"oc:Emplenatz aqueste formulari per reïnicializar vòstre senhal.\";'),('oc','messages:passwordreset-username','s:21:\"oc:Nom d\'utilizaire :\";'),('oc','messages:passwordsent','s:129:\"oc:Un senhal novèl es estat mandat a l\'adreça electronica de l\'utilizaire « $1 ».\nIdentificatz-vos tre que l\'aurètz recebut.\";'),('oc','messages:passwordtoolong','s:81:\"oc:Mots de passa pòdon pas aver mai de  {{PLURAL:$1|1 caractèr|$1 caractèrs}}.\";'),('oc','messages:passwordtooshort','s:80:\"oc:Vòstre senhal deu conténer al mens {{PLURAL:$1|1 caractèr|$1 caractèrs}}.\";'),('oc','messages:patrol-log-auto','s:14:\"en:(automatic)\";'),('oc','messages:patrol-log-diff','s:14:\"en:revision $1\";'),('oc','messages:patrol-log-header','s:48:\"oc:Vaquí un jornal de las versions patrolhadas.\";'),('oc','messages:patrol-log-line','s:31:\"en:marked $1 of $2 patrolled $3\";'),('oc','messages:patrol-log-page','s:38:\"oc:Istoric de las versions patrolhadas\";'),('oc','messages:pear-mail-error','s:5:\"en:$1\";'),('oc','messages:percent','s:12:\"ca:$1&#160;%\";'),('oc','messages:perfcached','s:146:\"oc:Las donadas seguendas son en cache e benlèu, son pas a jorn. Un maximum de {{PLURAL:$1|un resultat|$1 resultats}} es disponible dins lo cache.\";'),('oc','messages:perfcachedts','s:146:\"oc:Las donadas seguendas son en cache e benlèu, son pas a jorn. Un maximum de {{PLURAL:$1|un resultat|$1 resultats}} es disponible dins lo cache.\";'),('oc','messages:period-am','s:5:\"oc:AM\";'),('oc','messages:period-pm','s:5:\"oc:PM\";'),('oc','messages:permalink','s:16:\"oc:Ligam istoric\";'),('oc','messages:permanentlink','s:20:\"ca:Enllaç permanent\";'),('oc','messages:permanentlink-revid','s:19:\"ca:ID de la revisó\";'),('oc','messages:permanentlink-submit','s:21:\"ca:Vés a la revisió\";'),('oc','messages:permanentlink-summary','s:3:\"en:\";'),('oc','messages:permissionserrors','s:22:\"oc:Error de permission\";'),('oc','messages:permissionserrorstext','s:123:\"oc:Avètz pas la permission d’efectuar l’operacion demandada per {{PLURAL:$1|la rason seguenta|las rasons seguentas}} :\";'),('oc','messages:permissionserrorstext-withaction','s:92:\"oc:Sètz pas autorizat(ada) a $2, per {{PLURAL:$1|la rason seguenta|las rasons seguentas}} :\";'),('oc','messages:personaltools','s:21:\"oc:Aisinas personalas\";'),('oc','messages:php-mail-error','s:5:\"en:$1\";'),('oc','messages:php-mail-error-unknown','s:51:\"oc:Error desconeguda dins la foncion mail() de PHP.\";'),('oc','messages:php-uploaddisabledtext','s:113:\"oc:Lo telecargament de fichièrs es estat desactivat dins PHP. Verificatz l\'opcion de configuracion file_uploads.\";'),('oc','messages:pipe-separator','s:14:\"fr:&#32;|&#32;\";'),('oc','messages:policy-url','s:18:\"oc:Project:Règlas\";'),('oc','messages:pool-errorunknown','s:20:\"oc:Error desconeguda\";'),('oc','messages:pool-queuefull','s:30:\"oc:La fila de trabalh es plena\";'),('oc','messages:pool-servererror','s:64:\"oc:Lo servici de comptatge de la reserva es pas disponible ($1).\";'),('oc','messages:pool-timeout','s:49:\"oc:Relambi depassat pendent l\'espèra del verrolh\";'),('oc','messages:poolcounter-usage-error','s:29:\"oc:Error d’utilizacion : $1\";'),('oc','messages:portal','s:13:\"oc:Comunautat\";'),('oc','messages:portal-url','s:18:\"oc:Project:Acuèlh\";'),('oc','messages:post-expand-template-argument-category','s:67:\"oc:Paginas que contenon al mens un paramètre de modèl pas evaluat\";'),('oc','messages:post-expand-template-argument-category-desc','s:170:\"ca:La pàgina és més gran que <code>$wgMaxArticleSize</code> després d\'expandir un argument de plantilla (quelcom entre claus triples, com ara <code>{{{Foo}}}</code>).\";'),('oc','messages:post-expand-template-argument-warning','s:201:\"oc:Atencion : Aquesta pagina conten al mens un paramètre de modèl que l\'inclusion es renduda impossibla. Aprèp extension, aqueste auriá produit un resultat tròp long, doncas, es pas estat inclús.\";'),('oc','messages:post-expand-template-inclusion-category','s:53:\"oc:Paginas que contenon tròp d\'inclusions de modèls\";'),('oc','messages:post-expand-template-inclusion-category-desc','s:160:\"ca:La mida de la pàgina és més gran que <code>$wgMaxArticleSize</code> un cop expandides totes les plantilles, per tant algunes plantilles no s\'han expandit.\";'),('oc','messages:post-expand-template-inclusion-warning','s:107:\"oc:Atencion : Aquesta pagina conten tròp d\'inclusions de modèls.\nD\'unas inclusions seràn pas efectuadas.\";'),('oc','messages:postedit-confirmation-created','s:30:\"oc:La pagina es estada creada.\";'),('oc','messages:postedit-confirmation-published','s:45:\"oc:La vòstra modificacion foguèt publicada.\";'),('oc','messages:postedit-confirmation-restored','s:34:\"oc:La pagina es estada restablida.\";'),('oc','messages:postedit-confirmation-saved','s:42:\"oc:Vòstra modificacion es estada salvada.\";'),('oc','messages:postedit-temp-created','s:186:\"ca:S\'ha creat un compte generat automàticament per a vós afegint una galeta al vostre navegador. Per triar el nom que escolliu i obtenir més funcions, considereu [$1 crear un compte].\";'),('oc','messages:postedit-temp-created-label','s:19:\"oc:Compte temporari\";'),('oc','messages:powersearch-legend','s:21:\"oc:Recèrca avançada\";'),('oc','messages:powersearch-ns','s:37:\"oc:Recercar dins los espacis de nom :\";'),('oc','messages:powersearch-remember','s:58:\"oc:Se remembrar de la seleccion per las recèrcas venentas\";'),('oc','messages:powersearch-toggleall','s:6:\"oc:Tot\";'),('oc','messages:powersearch-togglelabel','s:11:\"oc:Marcar :\";'),('oc','messages:powersearch-togglenone','s:10:\"oc:Pas cap\";'),('oc','messages:preferences','s:16:\"oc:Preferéncias\";'),('oc','messages:preferences-summary','s:3:\"en:\";'),('oc','messages:prefixindex','s:41:\"oc:Totas las paginas que començan per…\";'),('oc','messages:prefixindex-namespace','s:51:\"oc:Totas las paginas amb prefix (espaci de noms $1)\";'),('oc','messages:prefixindex-strip','s:32:\"oc:Levar lo prefix dins la lista\";'),('oc','messages:prefixindex-submit','s:10:\"oc:Afichar\";'),('oc','messages:prefixindex-summary','s:3:\"en:\";'),('oc','messages:prefs-advancedediting','s:20:\"oc:Opcions generalas\";'),('oc','messages:prefs-advancedrc','s:21:\"oc:Opcions avançadas\";'),('oc','messages:prefs-advancedrendering','s:21:\"oc:Opcions avançadas\";'),('oc','messages:prefs-advancedsearchoptions','s:21:\"oc:Opcions avançadas\";'),('oc','messages:prefs-advancedwatchlist','s:21:\"oc:Opcions avançadas\";'),('oc','messages:prefs-changeemail','s:43:\"oc:Cambiar o suprimir l\'adreça electronica\";'),('oc','messages:prefs-changesrc','s:23:\"oc:cambiaments mostrats\";'),('oc','messages:prefs-changeswatchlist','s:23:\"oc:Cambiaments mostrats\";'),('oc','messages:prefs-common-config','s:61:\"oc:JavaScript, CSS e JSON partejat per totes los abilhatges :\";'),('oc','messages:prefs-custom-css','s:19:\"oc:CSS personalizat\";'),('oc','messages:prefs-custom-js','s:26:\"oc:JavaScript personalizat\";'),('oc','messages:prefs-custom-json','s:20:\"oc:JSON personalizat\";'),('oc','messages:prefs-dateformat','s:22:\"oc:Format de las datas\";'),('oc','messages:prefs-developertools','s:27:\"oc:Aisinas del desvolopaire\";'),('oc','messages:prefs-diffs','s:15:\"oc:Diferéncias\";'),('oc','messages:prefs-discussion','s:24:\"oc:Paginas de discussion\";'),('oc','messages:prefs-displayrc','s:22:\"oc:Opcions d\'afichatge\";'),('oc','messages:prefs-displaywatchlist','s:22:\"oc:Opcions d\'afichatge\";'),('oc','messages:prefs-editing','s:28:\"oc:Fenèstra de modificacion\";'),('oc','messages:prefs-editor','s:9:\"oc:Editor\";'),('oc','messages:prefs-edits','s:24:\"oc:Nombre d’edicions :\";'),('oc','messages:prefs-editwatchlist','s:34:\"oc:Modificar la lista de seguiment\";'),('oc','messages:prefs-editwatchlist-clear','s:32:\"oc:Escafar la lista de seguiment\";'),('oc','messages:prefs-editwatchlist-edit','s:57:\"oc:Veire e levar de títols de vòstra lista de seguiment\";'),('oc','messages:prefs-editwatchlist-label','s:53:\"oc:Modificar de títols de vòstra lista de seguiment\";'),('oc','messages:prefs-editwatchlist-raw','s:48:\"oc:Modificar la lista de seguiment en mòde brut\";'),('oc','messages:prefs-email','s:34:\"oc:Opcions del corrièr electronic\";'),('oc','messages:prefs-emailconfirm-label','s:41:\"oc:Confirmacion del corrièr electronic :\";'),('oc','messages:prefs-files','s:12:\"oc:Fichièrs\";'),('oc','messages:prefs-help-email','s:269:\"oc:L’adreça de corrièr electronic es facultativa mas vos permet de reçaupre lo senhal se lo doblidatz.\nTanben podètz causir de permetre a d’autres de vos contactar per vòstra pagina d’utilizaire o la de discussion sens sofracha de desvelar vòstra idenditat.\";'),('oc','messages:prefs-help-email-others','s:247:\"oc:Tanben podètz causir de daissar los autres vos contactar per corrièl via un ligam sus vòstra pagina de discussion d\'utilizaire o pagina d\'utilizaire.\nVòstra adreça de corrièr electronic es pas revelada quand los utilizaires vos contactan.\";'),('oc','messages:prefs-help-email-required','s:49:\"oc:Una adreça de corrièr electronic es requesa.\";'),('oc','messages:prefs-help-gender','s:203:\"oc:Definir aquesta preferéncia es facultatiu.\nAqueste logicial utiliza sa valor per s’adreçar a vos e vos mencionar als autres en utilizant lo bon genre gramatical.\nAquesta informacion serà publica.\";'),('oc','messages:prefs-help-prefershttps','s:78:\"oc:Aquesta preferéncia serà efectiva al moment de vòstra connexion que ven.\";'),('oc','messages:prefs-help-realname','s:110:\"oc:Lo nom vertadièr es facultatiu.\nSe l\'especificatz, serà utilizat per vos atribuir vòstras contribucions.\";'),('oc','messages:prefs-help-recentchangescount','s:24:\"oc:Nombre maximum : 1000\";'),('oc','messages:prefs-help-requireemail','s:92:\"ca:Això millora la privacitat i ajuda a evitar que rebeu correus electrònics no desitjats.\";'),('oc','messages:prefs-help-signature','s:160:\"oc:Los comentaris sus las paginas de discussion devon èsser signats amb « <nowiki>~~~~</nowiki> », que serà convertit en vòstra signatura e un orodatament.\";'),('oc','messages:prefs-help-skin-responsive','s:63:\"ca:Adapta la disposició a la mida de la pantalla en el mòbil.\";'),('oc','messages:prefs-help-tokenmanagement','s:223:\"oc:Podètz veire e tornar inicializar la clau secreta del vòstre compte que pòt accedir al flux Web de la vòstre lista de seguit. Tota persona que coneis la clau poirà legir la vòstra lista, alara la compartissètz pas\";'),('oc','messages:prefs-help-variant','s:109:\"oc:Vòstra varianta o ortografia preferida dins la quala cal afichar las paginas de contengut d\'aqueste wiki.\";'),('oc','messages:prefs-help-watchlist-token2','s:239:\"oc:Aquí la clau secreta del flux Web de vòstra lista de seguiment.\nTota persona que la coneis poirà legir vòstra lista de seguiment, doncas, la comuniquetz pas.\nSe necessari, [[Special:ResetTokens|clicatz aicí per la reïnicializar]].\";'),('oc','messages:prefs-help-yourpassword','s:75:\"oc:La recuperacion del compte es activada. Veire $1 per mai de paramètres.\";'),('oc','messages:prefs-i18n','s:23:\"oc:Internationalizacion\";'),('oc','messages:prefs-info','s:22:\"oc:Informacion de basa\";'),('oc','messages:prefs-labs','s:28:\"oc:Foncionalitats « labs »\";'),('oc','messages:prefs-memberingroups','s:66:\"oc:{{GENDER:$2|Membre|Membra}} {{PLURAL:$1|del grop|dels gropes}}:\";'),('oc','messages:prefs-memberingroups-type','s:5:\"ca:$1\";'),('oc','messages:prefs-misc','s:26:\"oc:Preferéncias divèrsas\";'),('oc','messages:prefs-namespaces','s:19:\"oc:Noms d’espacis\";'),('oc','messages:prefs-pageswatchlist','s:19:\"oc:Paginas seguidas\";'),('oc','messages:prefs-personal','s:25:\"oc:Entresenhas personalas\";'),('oc','messages:prefs-preview','s:19:\"oc:Previsualizacion\";'),('oc','messages:prefs-rc','s:24:\"oc:Darrièrs cambiaments\";'),('oc','messages:prefs-registration','s:32:\"oc:Data de creacion del compte :\";'),('oc','messages:prefs-registration-date-time','s:5:\"ca:$1\";'),('oc','messages:prefs-rendering','s:13:\"oc:Aparéncia\";'),('oc','messages:prefs-reset-confirm','s:52:\"ca:Sí, vull reinicialitzar les meves preferències.\";'),('oc','messages:prefs-reset-intro','s:136:\"oc:Podètz utilizar aquesta pagina per restablir vòstras preferéncias a las valors per defaut del site. Aquò pòt pas èsser desfait.\";'),('oc','messages:prefs-resetpass','s:22:\"oc:Modificar lo senhal\";'),('oc','messages:prefs-searchmisc','s:10:\"oc:General\";'),('oc','messages:prefs-searchoptions','s:11:\"oc:Recèrca\";'),('oc','messages:prefs-setemail','s:33:\"oc:Entrar una adreça electronica\";'),('oc','messages:prefs-signature','s:12:\"oc:Signatura\";'),('oc','messages:prefs-signature-error-details','s:15:\"oc:Ne saber mai\";'),('oc','messages:prefs-signature-highlight-error','s:40:\"oc:Afichar l’emplaçament de l’error\";'),('oc','messages:prefs-signature-invalid-disallow','s:146:\"ca:La vostra signatura actual no és vàlida. Fins que no la corregiu, s\'utilitzarà la signatura predeterminada en signar els vostres comentaris.\";'),('oc','messages:prefs-signature-invalid-new','s:128:\"ca:La vostra signatura actual no és vàlida. Tot i que encara podeu utilitzar-lo, no podreu canviar-lo fins que no el corregiu.\";'),('oc','messages:prefs-signature-invalid-warning','s:62:\"ca:La vostra signatura pot causar problemes amb algunes eines.\";'),('oc','messages:prefs-skin','s:13:\"oc:Aparéncia\";'),('oc','messages:prefs-skin-prefs','s:32:\"oc:Preferéncias de l\'aparéncia\";'),('oc','messages:prefs-skin-responsive','s:27:\"ca:Activa el mode responsiu\";'),('oc','messages:prefs-tabs-navigation-hint','s:97:\"oc:Astúcia : Podètz utilizar las sagetas d\'esquèrra e de dreita per navigar entre los onglets.\";'),('oc','messages:prefs-timeoffset','s:19:\"oc:Descalatge orari\";'),('oc','messages:prefs-tokenwatchlist','s:8:\"oc:Geton\";'),('oc','messages:prefs-user-downloaddata-help-message','s:3:\"en:\";'),('oc','messages:prefs-user-downloaddata-info','s:46:\"ca:Les dades del meu compte en aquest projecte\";'),('oc','messages:prefs-user-downloaddata-label','s:23:\"oc:Donadas del compte :\";'),('oc','messages:prefs-user-pages','s:23:\"oc:Paginas d\'utilizaire\";'),('oc','messages:prefs-user-restoreprefs-info','s:71:\"ca:Restaura totes les preferències per defecte (en totes les seccions)\";'),('oc','messages:prefs-user-restoreprefs-label','s:33:\"oc:Reinicializar los paramètres:\";'),('oc','messages:prefs-vector-enable-vector-1-help','s:274:\"ca:En els propers anys, s\'anirà actualitzant gradualment l\'aparença Vector. La versió antiga de Vector us permet deixar-la tal com està a desembre de 2019. Per a saber més sobre les actualitzacions, vegeu la [[mw:Reading/Web/Desktop_Improvements|pàgina del projecte]].\";'),('oc','messages:prefs-vector-enable-vector-1-label','s:34:\"ca:Usa la versió antiga de Vector\";'),('oc','messages:prefs-watchlist','s:21:\"oc:Lista de seguiment\";'),('oc','messages:prefs-watchlist-days','s:57:\"oc:Nombre de jorns d\'afichar dins la lista de seguiment :\";'),('oc','messages:prefs-watchlist-days-max','s:36:\"oc:(maximum $1 jorn{{PLURAL:$1||s}})\";'),('oc','messages:prefs-watchlist-edits','s:73:\"oc:Nombre maximal de modificacions d\'afichar dins la lista de seguiment :\";'),('oc','messages:prefs-watchlist-edits-max','s:24:\"oc:Nombre maximum : 1000\";'),('oc','messages:prefs-watchlist-managetokens','s:25:\"oc:Administrar los getons\";'),('oc','messages:prefs-watchlist-token','s:36:\"oc:Geton per la lista de seguiment :\";'),('oc','messages:prefsnologintext2','s:55:\"oc:Connectatz-vos per modificar vòstras preferéncias.\";'),('oc','messages:prev-page','s:20:\"oc:pagina precedenta\";'),('oc','messages:preview','s:16:\"oc:Previsualizar\";'),('oc','messages:previewconflict','s:133:\"oc:Aquesta previsualizacion fa veire lo tèxte de la bóstia de modificacion superiora coma apareisserà se causissètz de lo salvar.\";'),('oc','messages:previewerrortext','s:80:\"oc:S\'es produsida una error quand ensagèretz  de previsualizar los cambiaments.\";'),('oc','messages:previewnote','s:120:\"oc:\'\'\'Remembratz-vos qu\'es pas qu\'una previsualizacion.\'\'\'\nVòstras modificacions son pas encara estadas enregistradas !\";'),('oc','messages:previousdiff','s:27:\"oc:← Cambiament precedent\";'),('oc','messages:previousrevision','s:25:\"oc:← Version precedenta\";'),('oc','messages:prevn','s:42:\"oc:{{PLURAL:$1|precedenta|$1 precedentas}}\";'),('oc','messages:prevn-title','s:59:\"oc:$1 {{PLURAL:$1|resultat precedent|resultats precedents}}\";'),('oc','messages:prevpage','s:25:\"oc:Pagina precedenta ($1)\";'),('oc','messages:print','s:11:\"oc:Imprimir\";'),('oc','messages:print.css','s:55:\"oc:/* Lo CSS plaçat aicí afectarà las impressions */\";'),('oc','messages:printableversion','s:21:\"oc:Version imprimibla\";'),('oc','messages:printableversion-deprecated-warning','s:222:\"oc:La version imprimibla es pas mai presa en carga e pòt conténer d’errors de generacion. Volgatz metre a jorn vòstre marcapagina de navegador e utilizar la foncion d’impression per defaut del navegador a la plaça.\";'),('oc','messages:privacy','s:31:\"oc:Politica de confidencialitat\";'),('oc','messages:privacypage','s:27:\"oc:Project:Confidencialitat\";'),('oc','messages:prot_1movedto2','s:31:\"oc:a renomenat [[$1]] en [[$2]]\";'),('oc','messages:protect','s:11:\"oc:Protegir\";'),('oc','messages:protect-badnamespace-text','s:72:\"oc:Las paginas dins aqueste espaci de noms pòdon pas èsser protegidas.\";'),('oc','messages:protect-badnamespace-title','s:32:\"oc:Espaci de noms pas protegible\";'),('oc','messages:protect-cantedit','s:112:\"oc:Podètz pas modificar los nivèls de proteccion d\'aquesta pagina perque avètz pas la permission de l\'editar.\";'),('oc','messages:protect-cascade','s:77:\"oc:Proteccion en cascada - Protegís totas las paginas enclusas dins aquesta.\";'),('oc','messages:protect-cascadeon','s:322:\"oc:Aquesta pagina es protegida perque es transclusa dins {{PLURAL:$1|la pagina seguenta qu\'es estada protegida|las paginas seguentas que son estadas protegidas}}, amb l’opcion « proteccion en cascada » d\'activada.\nPodètz cambiar lo nivèl de proteccion d\'aquesta pagina sens qu\'aquò afècte la proteccion en cascada.\";'),('oc','messages:protect-default','s:34:\"oc:Autorizar totes los utilizaires\";'),('oc','messages:protect-dropdown','s:124:\"oc:*Motius de proteccion mai corrents\n** Vandalisme excessiu\n** Spam excessiu\n** Guèrra d\'edicion\n** Pagina de trafic fòrt\";'),('oc','messages:protect-edit-reasonlist','s:37:\"oc:Modificar las rasons de proteccion\";'),('oc','messages:protect-existing-expiry','s:44:\"oc:Durada d’expiracion existenta : $2 a $3\";'),('oc','messages:protect-existing-expiry-infinity','s:44:\"oc:Relambi d’expiracion existent : infinit\";'),('oc','messages:protect-expiring','s:15:\"oc:expira lo $1\";'),('oc','messages:protect-expiring-local','s:15:\"oc:expira lo $1\";'),('oc','messages:protect-expiry-indefinite','s:12:\"oc:indefinit\";'),('oc','messages:protect-expiry-options','s:148:\"oc:1 ora:1 hour,1 jorn:1 day,1 setmana:1 week,2 setmanas:2 weeks,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 an:1 year,indefinidament:infinite\";'),('oc','messages:protect-fallback','s:60:\"oc:Autorizar unicament los utilizaires amb lo dreit « $1 »\";'),('oc','messages:protect-legend','s:26:\"oc:Confirmar la proteccion\";'),('oc','messages:protect-level-autoconfirmed','s:53:\"oc:Autorizar unicament los utilizaires autoconfirmats\";'),('oc','messages:protect-level-sysop','s:41:\"oc:Autorizar unicament los administrators\";'),('oc','messages:protect-locked-access','s:155:\"oc:Avètz pas los dreits necessaris per modificar los nivèls de proteccion de las paginas.\nVaquí los reglatges actuals de la pagina <strong>$1</strong> :\";'),('oc','messages:protect-locked-blocked','s:155:\"oc:Podètz pas modificar los nivèls de proteccion tant que sètz bloca{{GENDER:||t|ada}}.. Vaquí los reglatges actuals de la pagina <strong>$1</strong> :\";'),('oc','messages:protect-locked-dblock','s:157:\"oc:Lo nivèl de proteccion pòt pas èsser modificat perque la basa de donadas es verrolhada.\nVaquí los reglatges actuals de la pagina <strong>$1</strong> :\";'),('oc','messages:protect-norestrictiontypes-text','s:93:\"oc:Aquesta pagina pòt pas èsser protegida perque i a pas de tipe de restriccion disponible.\";'),('oc','messages:protect-norestrictiontypes-title','s:24:\"oc:Pagina pas protegibla\";'),('oc','messages:protect-otherreason','s:31:\"oc:Motiu suplementari o autre :\";'),('oc','messages:protect-otherreason-op','s:14:\"oc:Autra rason\";'),('oc','messages:protect-othertime','s:21:\"oc:Autra expiracion :\";'),('oc','messages:protect-othertime-op','s:19:\"oc:Autra expiracion\";'),('oc','messages:protect-summary-cascade','s:24:\"oc:proteccion en cascada\";'),('oc','messages:protect-summary-desc','s:15:\"ca:[$1=$2] ($3)\";'),('oc','messages:protect-text','s:77:\"oc:Podètz consultar e modificar lo nivèl de proteccion de la pagina «$1».\";'),('oc','messages:protect-title','s:46:\"oc:Cambiar lo nivèl de proteccion de « $1 »\";'),('oc','messages:protect-title-notallowed','s:44:\"oc:Veire lo nivèl de proteccion de « $1 »\";'),('oc','messages:protect-unchain-permissions','s:50:\"oc:Desverrolhar ancara mai d\'opcions de proteccion\";'),('oc','messages:protect_change','s:12:\"oc:Modificar\";'),('oc','messages:protect_expiry_invalid','s:37:\"oc:Lo temps d’expiracion es invalid\";'),('oc','messages:protect_expiry_old','s:40:\"oc:Lo temps d’expiracion ja es passat.\";'),('oc','messages:protectcomment','s:10:\"oc:Rason :\";'),('oc','messages:protectedarticle','s:21:\"en:protected \"[[$1]]\"\";'),('oc','messages:protectedarticle-comment','s:44:\"oc:{{GENDER:$2|A protegit}} « [[$1]] »\";'),('oc','messages:protectedinterface','s:282:\"oc:Aquesta pagina provesís de tèxte d’interfàcia pel logicial susaqueste wiki, e es protegida per evitar los abuses.\nPer apondre o modificar de traduccions sus totes los wikis, utilizatz [https://translatewiki.net/ translatewiki.net], lo projècte de localizacion de MediaWiki.\";'),('oc','messages:protectedpage','s:19:\"oc:Pagina protegida\";'),('oc','messages:protectedpagemovewarning','s:211:\"oc:\'\'\'ATENCION:\'\'\' Aquesta pagina es estada protegida per que sonque los utilizaires qu\'an los dreits d\'administrators la pòscan renomenar. La darrièra entrada del jornal es afichada çaijós per referéncia :\";'),('oc','messages:protectedpages','s:21:\"oc:Paginas protegidas\";'),('oc','messages:protectedpages-cascade','s:39:\"oc:Unicament las proteccions en cascada\";'),('oc','messages:protectedpages-expiry','s:12:\"oc:Expira lo\";'),('oc','messages:protectedpages-filters','s:14:\"oc:Filtres :\";'),('oc','messages:protectedpages-indef','s:40:\"oc:Unicament las proteccions permanentas\";'),('oc','messages:protectedpages-noredirect','s:26:\"oc:Amagar las redireccions\";'),('oc','messages:protectedpages-page','s:9:\"oc:Pagina\";'),('oc','messages:protectedpages-params','s:28:\"oc:Paramètres de proteccion\";'),('oc','messages:protectedpages-performer','s:31:\"oc:Proteccion de l’utilizaire\";'),('oc','messages:protectedpages-reason','s:8:\"oc:Motiu\";'),('oc','messages:protectedpages-submit','s:22:\"oc:Afichar las paginas\";'),('oc','messages:protectedpages-summary','s:231:\"ca:Aquesta pàgina llista les pàgines existents que estan protegides actualment. Per a consultar la llista de títols protegits perquè no puguin crear-se\'n pàgines, vegeu [[{{#special:ProtectedTitles}}|{{int:protectedtitles}}]].\";'),('oc','messages:protectedpages-timestamp','s:13:\"oc:Orodatatge\";'),('oc','messages:protectedpages-unknown-performer','s:24:\"oc:Utilizaire desconegut\";'),('oc','messages:protectedpages-unknown-reason','s:6:\"en:—\";'),('oc','messages:protectedpages-unknown-timestamp','s:13:\"oc:Desconegut\";'),('oc','messages:protectedpagesempty','s:46:\"oc:Cap de pagina es pas protegida actualament.\";'),('oc','messages:protectedpagetext','s:86:\"oc:Aquesta pagina es estada protegida per empachar sa modificacion o d\'autras accions.\";'),('oc','messages:protectedpagewarning','s:201:\"oc:\'\'\'AVERTIMENT : Aquesta pagina es protegida. Sols los utilizaires qu\'an l\'estatut d\'administrator la p�don modificar. \'\'\' La darri�ra entrada del jornal es afichada �aij�s per refer�ncia :\";'),('oc','messages:protectedtitles','s:20:\"oc:Títols protegits\";'),('oc','messages:protectedtitles-submit','s:22:\"oc:Afichar los títols\";'),('oc','messages:protectedtitles-summary','s:218:\"oc:Aquò es una lista dels títols de pagina que son a l\'ora d\'ara protegits contra la creacion. Per una lista de las paginas existentas que son protegidas, veire [[{{#special:ProtectedPages}}|{{int:protectedpages}}]].\";'),('oc','messages:protectedtitlesempty','s:70:\"oc:Cap de títol es pas actualament protegit amb aquestes paramètres.\";'),('oc','messages:protectexpiry','s:37:\"oc:Expiracion (expira pas per defaut)\";'),('oc','messages:protectlogpage','s:29:\"oc:Istoric de las proteccions\";'),('oc','messages:protectlogtext','s:202:\"oc:Aquí una lista de las modificacions de las proteccions de paginas.\nConsultatz la [[Special:ProtectedPages|lista de las paginas protegidas]] per la lista de las proteccions actualament operacionalas.\";'),('oc','messages:protectpage','s:22:\"oc:Protegir una pagina\";'),('oc','messages:protectpage-summary','s:3:\"en:\";'),('oc','messages:proxyblocker','s:32:\"oc:Blocaire de mandatari (proxy)\";'),('oc','messages:proxyblockreason','s:204:\"oc:Vòstra ip es estada blocada perque s’agís d’un proxy dobèrt. Mercé de contactar vòstre fornidor d’accès internet o vòstre supòrt tecnic e de l’informar d\'aqueste problèma de seguretat.\";'),('oc','messages:pt-createaccount','s:18:\"oc:Crear un compte\";'),('oc','messages:pt-login','s:15:\"oc:Se connectar\";'),('oc','messages:pt-login-button','s:15:\"oc:Se connectar\";'),('oc','messages:pt-login-continue-button','s:25:\"oc:Contunhar la connexion\";'),('oc','messages:pt-userlogout','s:18:\"oc:Se desconnectar\";'),('oc','messages:publishchanges','s:29:\"oc:Publicar las modificacions\";'),('oc','messages:publishchanges-start','s:32:\"oc:Publicar las modificacions...\";'),('oc','messages:publishpage','s:21:\"oc:Publicar la pagina\";'),('oc','messages:publishpage-start','s:21:\"oc:Publicar la pagina\";'),('oc','messages:pubmedurl','s:49:\"en://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract\";'),('oc','messages:purge','s:9:\"oc:Purgar\";'),('oc','messages:purge-summary','s:3:\"en:\";'),('oc','messages:querypage-disabled','s:75:\"oc:Aquesta pagina especiala es desactivada per de rasons de performàncias.\";'),('oc','messages:querypage-no-updates','s:110:\"oc:Las mesas a jorn per aquesta pagina son actualamnt desactivadas. Las donadas çaijós son pas mesas a jorn.\";'),('oc','messages:querypage-updates-periodical','s:65:\"oc:Las mesas a jorn d’aquesta pagina se realizan periodicament.\";'),('oc','messages:quotation-marks','s:15:\"oc:« $1 »\";'),('oc','messages:randomincategory','s:37:\"oc:Pagina a l\'azard dins la categoria\";'),('oc','messages:randomincategory-category','s:14:\"oc:Categoria :\";'),('oc','messages:randomincategory-invalidcategory','s:49:\"oc:« $1 » es pas un nom de categoria valid.\";'),('oc','messages:randomincategory-legend','s:37:\"oc:Pagina a l\'azard dins la categoria\";'),('oc','messages:randomincategory-nopages','s:47:\"oc:I a pas cap de pagina dins [[:Category:$1]].\";'),('oc','messages:randomincategory-submit','s:9:\"oc:Amodar\";'),('oc','messages:randompage','s:23:\"oc:Una pagina a l\'azard\";'),('oc','messages:randompage-nopages','s:85:\"oc:I a pas cap de pagina dins {{PLURAL:$2|l\'espaci de nom|los espacis de noms}} : $1.\";'),('oc','messages:randompage-url','s:17:\"en:Special:Random\";'),('oc','messages:randomredirect','s:38:\"oc:Una pagina de redireccion a l\'azard\";'),('oc','messages:randomredirect-nopages','s:60:\"oc:I a pas cap de redireccion dins l\'espaci de nom « $1 ».\";'),('oc','messages:randomrootpage','s:26:\"oc:Pagina raiç aleatòria\";'),('oc','messages:range_block_disabled','s:50:\"oc:Lo blocatge de plajas d\'IP es estat desactivat.\";'),('oc','messages:rawhtml-notallowed','s:86:\"ca:No és possible fer servir les etiquetes &lt;html&gt; fora de les pàgines normals.\";'),('oc','messages:rawmessage','s:5:\"en:$1\";'),('oc','messages:rc-change-size','s:5:\"ca:$1\";'),('oc','messages:rc-change-size-new','s:50:\"oc:$1 {{PLURAL:$1|octet|octets}} aprèp cambiament\";'),('oc','messages:rc-old-title','s:31:\"oc:creat amb lo títol « $1 »\";'),('oc','messages:rcfilters-activefilters','s:17:\"oc:Filtres actius\";'),('oc','messages:rcfilters-activefilters-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcfilters-activefilters-hide-tooltip','s:35:\"oc:Amagar l\'airal de filtres actius\";'),('oc','messages:rcfilters-activefilters-show','s:10:\"oc:Mostrar\";'),('oc','messages:rcfilters-activefilters-show-tooltip','s:37:\"oc:Mòstrar l\'airal de filtres actius\";'),('oc','messages:rcfilters-advancedfilters','s:20:\"oc:Filtres avançats\";'),('oc','messages:rcfilters-allcontents-label','s:24:\"oc:Totei lei contenguts.\";'),('oc','messages:rcfilters-alldiscussions-label','s:24:\"oc:Totas las discussions\";'),('oc','messages:rcfilters-clear-all-filters','s:28:\"oc:Escafar totes los filtres\";'),('oc','messages:rcfilters-date-popup-title','s:31:\"oc:Periòde de temps per cercar\";'),('oc','messages:rcfilters-days-show-days','s:32:\"oc:($1 {{PLURAL:$1|jorn|jorns}})\";'),('oc','messages:rcfilters-days-show-hours','s:28:\"oc:$1 {{PLURAL:$1|ora|oras}}\";'),('oc','messages:rcfilters-days-title','s:18:\"oc:Darrièrs jorns\";'),('oc','messages:rcfilters-empty-filter','s:68:\"oc:I a pas cap de filtre actiu. Se mòstran totas las contribucions.\";'),('oc','messages:rcfilters-exclude-button-off','s:27:\"oc:Exclure los seleccionats\";'),('oc','messages:rcfilters-exclude-button-on','s:24:\"oc:Seleccionats excluses\";'),('oc','messages:rcfilters-filter-bots-description','s:46:\"oc:Cambiaments faits per d\'aisinas automaticas\";'),('oc','messages:rcfilters-filter-bots-label','s:9:\"oc:Robòt\";'),('oc','messages:rcfilters-filter-categorization-description','s:69:\"oc:Registraments de paginas apondudas o suprimidas de las categorias.\";'),('oc','messages:rcfilters-filter-categorization-label','s:27:\"oc:Cambiaments de categoria\";'),('oc','messages:rcfilters-filter-editsbyother-description','s:55:\"oc:Totes los cambiaments a l\'excepcion de los vòstres.\";'),('oc','messages:rcfilters-filter-editsbyother-label','s:36:\"oc:Modificacions faitas pels autres.\";'),('oc','messages:rcfilters-filter-editsbyself-description','s:36:\"oc:Vòstras pròprias contribucions.\";'),('oc','messages:rcfilters-filter-editsbyself-label','s:31:\"oc:Modificacions faitas per vos\";'),('oc','messages:rcfilters-filter-excluded','s:10:\"oc:Exclús\";'),('oc','messages:rcfilters-filter-humans-description','s:44:\"oc:Modificacions faitas per d\'editors umans.\";'),('oc','messages:rcfilters-filter-humans-label','s:27:\"oc:Èsser uman (pas robòt)\";'),('oc','messages:rcfilters-filter-lastrevision-description','s:48:\"oc:Sonque lo cambiament de pagina lo mai recent.\";'),('oc','messages:rcfilters-filter-lastrevision-label','s:21:\"oc:Darrièra revision\";'),('oc','messages:rcfilters-filter-logactions-description','s:95:\"oc:Accions dels administrators, creacions de comptes, supressions de paginas, telecargaments...\";'),('oc','messages:rcfilters-filter-logactions-label','s:20:\"oc:Accions traçadas\";'),('oc','messages:rcfilters-filter-major-description','s:43:\"oc:Modificacions pas marcadas coma menoras.\";'),('oc','messages:rcfilters-filter-major-label','s:28:\"oc:Modificacions pas menoras\";'),('oc','messages:rcfilters-filter-minor-description','s:53:\"oc:Modificacions que l\'autor a marcadas coma menoras.\";'),('oc','messages:rcfilters-filter-minor-label','s:21:\"oc:Cambiaments menors\";'),('oc','messages:rcfilters-filter-newpages-description','s:49:\"oc:Modificacions a l\'origina de paginas novèlas.\";'),('oc','messages:rcfilters-filter-newpages-label','s:22:\"oc:Creacions de pagina\";'),('oc','messages:rcfilters-filter-pageedits-description','s:101:\"oc:Modificacions del contengut del wiki, de las discussions, de las descripcions de las categorias...\";'),('oc','messages:rcfilters-filter-pageedits-label','s:26:\"oc:Modificacions de pagina\";'),('oc','messages:rcfilters-filter-previousrevision-description','s:63:\"oc:Totes los cambiaments que son pas «la darrièra revision».\";'),('oc','messages:rcfilters-filter-previousrevision-label','s:28:\"oc:Pas la darrièra revision\";'),('oc','messages:rcfilters-filter-reviewstatus-auto-description','s:99:\"oc:Edicions per d\'usatgièrs experimentats que lor trabalh es marcat automaticament coma verificat.\";'),('oc','messages:rcfilters-filter-reviewstatus-auto-label','s:27:\"oc:Verificat automaticament\";'),('oc','messages:rcfilters-filter-reviewstatus-manual-description','s:44:\"oc:Cambiaments manuals marcats coma revisats\";'),('oc','messages:rcfilters-filter-reviewstatus-manual-label','s:24:\"oc:Verificat manualament\";'),('oc','messages:rcfilters-filter-reviewstatus-unpatrolled-description','s:78:\"oc:Cambiaments que son pas marcats coma revisats manualament o automaticament.\";'),('oc','messages:rcfilters-filter-reviewstatus-unpatrolled-label','s:16:\"oc:Pas patrolhat\";'),('oc','messages:rcfilters-filter-showlinkedfrom-label','s:59:\"oc:Mostrar los cambiaments sus las paginas ligadas dempuèi\";'),('oc','messages:rcfilters-filter-showlinkedfrom-option-label','s:60:\"oc:<strong>Paginas ligadas a</strong> la pagina seleccionada\";'),('oc','messages:rcfilters-filter-showlinkedto-label','s:51:\"oc:Mostrar los cambiaments de las paginas ligadas a\";'),('oc','messages:rcfilters-filter-showlinkedto-option-label','s:60:\"oc:<strong>Paginas ligadas a</strong> la pagina seleccionada\";'),('oc','messages:rcfilters-filter-user-experience-level-experienced-description','s:72:\"oc:Editors registrats amb mai de 500 cambiaments e 30 jorns d\'activitat.\";'),('oc','messages:rcfilters-filter-user-experience-level-experienced-label','s:28:\"oc:Utilizaires experimentats\";'),('oc','messages:rcfilters-filter-user-experience-level-learner-description','s:112:\"oc:Editors registrats, que lor nivèl d\'experiéncia es entre \"Utilizaire novelari\" e \"Utilizaire experimentat.\"\";'),('oc','messages:rcfilters-filter-user-experience-level-learner-label','s:12:\"oc:Aprenents\";'),('oc','messages:rcfilters-filter-user-experience-level-newcomer-description','s:98:\"oc:Editors registrats qu\'an fait mens de 10 cambiaments o que son actius dempuèi mens de 4 jorns.\";'),('oc','messages:rcfilters-filter-user-experience-level-newcomer-label','s:20:\"oc:Novèls arribants\";'),('oc','messages:rcfilters-filter-user-experience-level-registered-description','s:22:\"oc:Editors connectats.\";'),('oc','messages:rcfilters-filter-user-experience-level-registered-label','s:12:\"oc:Connectat\";'),('oc','messages:rcfilters-filter-user-experience-level-unregistered-description','s:34:\"oc:Editors que son pas connectats.\";'),('oc','messages:rcfilters-filter-user-experience-level-unregistered-label','s:16:\"oc:Pas connectat\";'),('oc','messages:rcfilters-filter-watchlist-notwatched-description','s:80:\"oc:Tot a l\'excepcion de cambiaments faits sus las vòstras paginas de seguiment.\";'),('oc','messages:rcfilters-filter-watchlist-notwatched-label','s:35:\"oc:Es pas sus la lista de seguiment\";'),('oc','messages:rcfilters-filter-watchlist-watched-description','s:70:\"oc:Cambiaments faits sus las paginas de la vòstra lista de seguiment.\";'),('oc','messages:rcfilters-filter-watchlist-watched-label','s:28:\"oc:Sus la lista de seguiment\";'),('oc','messages:rcfilters-filter-watchlist-watchednew-description','s:110:\"oc:Cambiaments dins las paginas en seguiment qu\'avètz pas vistas dempuèi que de cambiaments foguèron faits.\";'),('oc','messages:rcfilters-filter-watchlist-watchednew-label','s:49:\"oc:Cambiaments novèls dins la lista de seguiment\";'),('oc','messages:rcfilters-filter-watchlistactivity-seen-description','s:93:\"oc:Cambiaments dins las paginas qu\'avètz vistas dempuèi que de cambiaments foguèron faits.\";'),('oc','messages:rcfilters-filter-watchlistactivity-seen-label','s:34:\"oc:Cambiaments qu\'avètz ja vistes\";'),('oc','messages:rcfilters-filter-watchlistactivity-unseen-description','s:110:\"oc:Cambiaments dins las paginas en seguiment qu\'avètz pas vistas dempuèi que de cambiaments foguèron faits.\";'),('oc','messages:rcfilters-filter-watchlistactivity-unseen-label','s:24:\"oc:Cambiaments pas vists\";'),('oc','messages:rcfilters-filtergroup-authorship','s:34:\"oc:Paternitat de las contribucions\";'),('oc','messages:rcfilters-filtergroup-automated','s:30:\"oc:Contribucions automatizadas\";'),('oc','messages:rcfilters-filtergroup-changetype','s:21:\"oc:Tipe de cambiament\";'),('oc','messages:rcfilters-filtergroup-lastrevision','s:23:\"oc:Darrièras revisions\";'),('oc','messages:rcfilters-filtergroup-reviewstatus','s:20:\"oc:Estat de revision\";'),('oc','messages:rcfilters-filtergroup-significance','s:16:\"oc:Significacion\";'),('oc','messages:rcfilters-filtergroup-user-experience-level','s:46:\"oc:Registrament dels usatgièrs e experiéncia\";'),('oc','messages:rcfilters-filtergroup-watchlist','s:35:\"oc:Paginas de la lista de seguiment\";'),('oc','messages:rcfilters-filtergroup-watchlistactivity','s:38:\"oc:Activitat sus la lista de seguiment\";'),('oc','messages:rcfilters-filterlist-noresults','s:27:\"oc:Cap de filtre pas trobat\";'),('oc','messages:rcfilters-filterlist-title','s:10:\"oc:Filtres\";'),('oc','messages:rcfilters-filterlist-whatsthis','s:26:\"oc:Cossí fonciona aquò ?\";'),('oc','messages:rcfilters-group-results-by-page','s:35:\"oc:Agropar los resultats per pagina\";'),('oc','messages:rcfilters-hideminor-conflicts-typeofchange','s:160:\"oc:D\'unes tipes de cambiament pòdon pas èsser designats coma \"minors\", doncas aqueste filtre es en conflicte amb los filtres de Tipe de cambiament seguent: $1\";'),('oc','messages:rcfilters-hideminor-conflicts-typeofchange-global','s:243:\"ca:El filtre de \"modificacions menors\" està en conflicte amb un o més filtres de Tipus de canvi. Hi ha alguns canvis que no es poden designar com a \"menors\". A l\'àrea de filtres Actius, més amunt, trobareu marcats els filtres en conflicte.\";'),('oc','messages:rcfilters-highlightbutton-title','s:24:\"oc:Valorar los resultats\";'),('oc','messages:rcfilters-highlighted-filters-list','s:24:\"oc:Mes en evidéncia: $1\";'),('oc','messages:rcfilters-highlightmenu-help','s:50:\"oc:Causir una color per valorar aquesta proprietat\";'),('oc','messages:rcfilters-highlightmenu-title','s:19:\"oc:Causir una color\";'),('oc','messages:rcfilters-hours-title','s:18:\"oc:Darrièras oras\";'),('oc','messages:rcfilters-invalid-filter','s:19:\"oc:Filtre pas valid\";'),('oc','messages:rcfilters-legend-heading','s:46:\"oc:<strong>Lista de las abreviacions:</strong>\";'),('oc','messages:rcfilters-limit-and-date-label','s:46:\"oc:$1 {{PLURAL:$1|cambiament|cambiaments}}, $2\";'),('oc','messages:rcfilters-limit-and-date-popup-dialog-aria-label','s:64:\"ca:Filtra els resultats per nombre de canvis i període de temps\";'),('oc','messages:rcfilters-limit-title','s:23:\"oc:Resultats d\'affichar\";'),('oc','messages:rcfilters-liveupdates-button','s:28:\"oc:Actualizacion en dirècte\";'),('oc','messages:rcfilters-liveupdates-button-title-off','s:50:\"oc:Mostrar cambiaments novèls tanlèu se produson\";'),('oc','messages:rcfilters-liveupdates-button-title-on','s:41:\"oc:Desactivar los cambiaments en dirècte\";'),('oc','messages:rcfilters-noresults-conflict','s:82:\"oc:S\'es pas trobat cap de resultat perque los critèris de cèrca son en conflicte\";'),('oc','messages:rcfilters-other-review-tools','s:32:\"oc:Autras aisinas de supervision\";'),('oc','messages:rcfilters-preference-help','s:84:\"oc:Cargar los cambiaments recents sens las foncions de filtratge o de mesa en valor.\";'),('oc','messages:rcfilters-preference-label','s:40:\"oc:Utilizar l\'interfàcia non-Javascript\";'),('oc','messages:rcfilters-quickfilters','s:18:\"oc:Filtres salvats\";'),('oc','messages:rcfilters-quickfilters-placeholder-description','s:166:\"oc:Per salvagardar los paramètres de los vòstres filtres e tornar los utilizar mai tard , clicatz sus l\'icòna dels favorits dins l\'airal de Filtres Actius, dejós.\";'),('oc','messages:rcfilters-quickfilters-placeholder-title','s:35:\"oc:Pas encara de filtre salvagardat\";'),('oc','messages:rcfilters-restore-default-filters','s:35:\"oc:Restaurar los filtres per defaut\";'),('oc','messages:rcfilters-savedqueries-add-new-title','s:48:\"oc:Salvagardar los paramètres del filtre actual\";'),('oc','messages:rcfilters-savedqueries-already-saved','s:113:\"oc:Aquestes filtres son ja salvagardats. Vos cal modificar de paramètres per crear un novèl filtre salvagardat.\";'),('oc','messages:rcfilters-savedqueries-apply-and-setdefault-label','s:29:\"oc:Crear lo filtre per defaut\";'),('oc','messages:rcfilters-savedqueries-apply-label','s:18:\"oc:Crear un filtre\";'),('oc','messages:rcfilters-savedqueries-cancel-label','s:10:\"oc:Anullar\";'),('oc','messages:rcfilters-savedqueries-defaultlabel','s:18:\"oc:Filtres salvats\";'),('oc','messages:rcfilters-savedqueries-new-name-label','s:6:\"oc:Nom\";'),('oc','messages:rcfilters-savedqueries-new-name-placeholder','s:34:\"oc:Descriure l\'objècte del filtre\";'),('oc','messages:rcfilters-savedqueries-remove','s:11:\"oc:Suprimir\";'),('oc','messages:rcfilters-savedqueries-rename','s:12:\"oc:Renomenar\";'),('oc','messages:rcfilters-savedqueries-setdefault','s:21:\"oc:Activar per defaut\";'),('oc','messages:rcfilters-savedqueries-unsetdefault','s:22:\"oc:Suprimir per defaut\";'),('oc','messages:rcfilters-search-placeholder','s:76:\"oc:Filtrar los cambiaments (utilizatz lo menut o cercatz lo nom d\'un filtre)\";'),('oc','messages:rcfilters-search-placeholder-mobile','s:10:\"oc:Filtres\";'),('oc','messages:rcfilters-show-new-changes','s:40:\"oc:Veire los cambiaments los mai recents\";'),('oc','messages:rcfilters-state-message-fullcoverage','s:138:\"oc:Seleccionar totes los filtres d\'aquel grop es equivalent a una seleccion voida, doncas aquel filtre a pas d\'efèit. Lo grop compren: $1\";'),('oc','messages:rcfilters-state-message-subset','s:210:\"oc:Aquel filtre fonciona pas perque los seus resultats son inclús dins los resultats de la cerca seguenta , {{PLURAL:$2|filtre mai larg |filtres mai larges}} (ensajatz de los destriar amb la mesa en forma): $1\";'),('oc','messages:rcfilters-tag-prefix-namespace','s:6:\"en::$1\";'),('oc','messages:rcfilters-tag-prefix-namespace-inverted','s:27:\"oc:<strong>:Pas</strong> $1\";'),('oc','messages:rcfilters-tag-prefix-tags','s:6:\"en:#$1\";'),('oc','messages:rcfilters-tag-remove','s:16:\"oc:Suprimir \'$1\'\";'),('oc','messages:rcfilters-target-page-placeholder','s:49:\"oc:Picatz lo nom d\'una pagina (o d\'una categoria)\";'),('oc','messages:rcfilters-typeofchange-conflicts-hideminor','s:167:\"oc:Aqueste filtre «Tipe de cambiament» es en conflicte amb lo filtre «Edicions minoras». D\'unes tipes de cambiaments pòdon pas èstre considerats coma «minors».\";'),('oc','messages:rcfilters-view-namespaces-tooltip','s:44:\"oc:Resultat del filtratge per espaci de noms\";'),('oc','messages:rcfilters-view-return-to-default-tooltip','s:39:\"oc:Tornar al menut de filtres principal\";'),('oc','messages:rcfilters-view-tags','s:22:\"oc:Cambiaments marcats\";'),('oc','messages:rcfilters-view-tags-help-icon-tooltip','s:40:\"oc:Ne saber mai suls cambiaments marcats\";'),('oc','messages:rcfilters-view-tags-tooltip','s:48:\"oc:Resultat del filtratge per etiqueta d\'edicion\";'),('oc','messages:rcfilters-watchlist-edit-watchlist-button','s:46:\"oc:Editar la vòstra lista de paginas seguidas\";'),('oc','messages:rcfilters-watchlist-markseen-button','s:43:\"oc:Marcar totes los cambiaments coma vistes\";'),('oc','messages:rcfilters-watchlist-preference-help','s:82:\"oc:Cargar la lista se seguiment sens las foncions de filtratge o de mesa en valor.\";'),('oc','messages:rcfilters-watchlist-preference-label','s:40:\"oc:Utilizar l\'interfàcia non-JavaScript\";'),('oc','messages:rcfilters-watchlist-showupdated','s:172:\"oc:Los cambiaments faches a las paginas qu\'avètz pas visitat dempuèi que foguèron modificadas, son escrits en <strong>letras espessas</strong> amb un cercle plen davant.\";'),('oc','messages:rclinks','s:81:\"oc:Afichar los $1 darrièrs cambiaments efectuats al cors dels $2 darrièrs jorns\";'),('oc','messages:rclistfrom','s:55:\"oc:Afichar las modificacions novèlas dempuèi lo $3 $2\";'),('oc','messages:rclistfromreset','s:45:\"oc:Tornar inicializar la seleccion de la data\";'),('oc','messages:rcnotefrom','s:156:\"oc:Çaijós {{PLURAL:$5|la modificacion efectuada|las modificacions efectuadas}} dempuèi lo <strong>$3, $4</strong> (afichadas fins a <strong>$1</strong>).\";'),('oc','messages:rcpatroldisabled','s:70:\"oc:La foncion de relectura dels darrièrs cambiaments es pas activada.\";'),('oc','messages:rcpatroldisabledtext','s:87:\"oc:La foncionalitat de relectura dels darrièrs cambiaments es actualament desactivada.\";'),('oc','messages:rcshowhideanons','s:29:\"oc:$1 los utilizaires anonims\";'),('oc','messages:rcshowhideanons-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhideanons-show','s:10:\"oc:Afichar\";'),('oc','messages:rcshowhidebots','s:17:\"oc:$1 los robòts\";'),('oc','messages:rcshowhidebots-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhidebots-show','s:10:\"oc:Afichar\";'),('oc','messages:rcshowhidecategorization','s:38:\"oc:$1 la categorizacion de las paginas\";'),('oc','messages:rcshowhidecategorization-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhidecategorization-show','s:10:\"oc:Afichar\";'),('oc','messages:rcshowhideliu','s:34:\"oc:$1 los utilizaires enregistrats\";'),('oc','messages:rcshowhideliu-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhideliu-show','s:10:\"oc:Afichar\";'),('oc','messages:rcshowhidemine','s:23:\"oc:$1 mas modificacions\";'),('oc','messages:rcshowhidemine-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhidemine-show','s:10:\"oc:Afichar\";'),('oc','messages:rcshowhideminor','s:28:\"oc:$1 los cambiaments menors\";'),('oc','messages:rcshowhideminor-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhideminor-show','s:10:\"oc:Afichar\";'),('oc','messages:rcshowhidepatr','s:35:\"oc:$1 las modificacions susvelhadas\";'),('oc','messages:rcshowhidepatr-hide','s:9:\"oc:Amagar\";'),('oc','messages:rcshowhidepatr-show','s:10:\"oc:Afichar\";'),('oc','messages:readonly','s:47:\"oc:Mesas a jorn blocadas sus la basa de donadas\";'),('oc','messages:readonly_lag','s:138:\"oc:La basa de donadas es estada automaticament verrolhada pendent que los servidors segondaris ratrapan lor retard sul servidor principal.\";'),('oc','messages:readonlytext','s:272:\"oc:Los empeutons e mesas a jorn de la basa de donadas son actualament blocats, probablament per permetre la mantenença de la basa, aprèp aquò, tot dintrarà dins l\'òrdre.\n\nL’administrator qu\'a verrolhat la basa de donadas a balhat l’explicacion seguenta :<br /> $1\";'),('oc','messages:readonlywarning','s:270:\"oc:<strong>AVERTIMENT: La basa de donadas es estada verrolhada per d’operacions de mantenença. Poiretz doncas pas publicar vòstras modificacions pel moment.</strong>\nL’administrator sistèma qu’a verrolhada la basa de donadas a donat l’explicacion seguenta: $1\";'),('oc','messages:reblock-logentry','s:69:\"en:changed block settings for [[$1]] with an expiration time of $2 $3\";'),('oc','messages:recentchanges','s:24:\"oc:Darrièrs cambiaments\";'),('oc','messages:recentchanges-feed-description','s:69:\"oc:Seguissètz los darrièrs cambiaments d\'aqueste wiki dins un flux.\";'),('oc','messages:recentchanges-label-bot','s:52:\"oc:Aqueste cambiament es estat efectuat per un bòt.\";'),('oc','messages:recentchanges-label-minor','s:30:\"oc:Aqueste cambiament es menor\";'),('oc','messages:recentchanges-label-newpage','s:50:\"oc:Aquesta modificacion a creat una pagina novèla\";'),('oc','messages:recentchanges-label-plusminus','s:63:\"oc:La talha de la pagina a cambiat d\'aqueste nombre d’octets.\";'),('oc','messages:recentchanges-label-unpatrolled','s:52:\"oc:Aqueste cambiament es pas estat verificat encara.\";'),('oc','messages:recentchanges-legend','s:37:\"oc:Opcions dels darrièrs cambiaments\";'),('oc','messages:recentchanges-legend-bot','s:34:\"en:{{int:recentchanges-label-bot}}\";'),('oc','messages:recentchanges-legend-heading','s:29:\"oc:<strong>Legenda :</strong>\";'),('oc','messages:recentchanges-legend-minor','s:36:\"en:{{int:recentchanges-label-minor}}\";'),('oc','messages:recentchanges-legend-newpage','s:108:\"oc:{{int:recentchanges-label-newpage}} (veire tanben la [[Special:NewPages|lista de las paginas novèlas]]).\";'),('oc','messages:recentchanges-legend-plusminus','s:14:\"ca:(\'\'±123\'\')\";'),('oc','messages:recentchanges-legend-unpatrolled','s:42:\"en:{{int:recentchanges-label-unpatrolled}}\";'),('oc','messages:recentchanges-legend-watchlistexpiry','s:31:\"ca:Pàgina seguida temporalment\";'),('oc','messages:recentchanges-network','s:109:\"oc:Se pòt pas afichar pas cap de resultat en causa d\'una error tecnica. Ensajatz de tornar cargar la pagina.\";'),('oc','messages:recentchanges-noresult','s:83:\"oc:Pas cap de modificacion que correspond a aqueles critèris sul periòde indicat.\";'),('oc','messages:recentchanges-notargetpage','s:83:\"oc:Dintrar lo nom d\'una pagina per veire los cambiaments relatius a aquesta pagina.\";'),('oc','messages:recentchanges-page-added-to-category','s:33:\"oc:[[:$1]] apondut a la categoria\";'),('oc','messages:recentchanges-page-added-to-category-bundled','s:102:\"oc:[[:$1]] ajustat a la categoria, [[Special:WhatLinksHere/$1|aquela pagina es inclusa dins d\'autras]]\";'),('oc','messages:recentchanges-page-removed-from-category','s:35:\"oc:[[:$1]] suprimit de la categoria\";'),('oc','messages:recentchanges-page-removed-from-category-bundled','s:104:\"ca:[[:$1]] treta de la categoria, [[Special:WhatLinksHere/$1|aquesta pàgina està inclosa en d\'altres]]\";'),('oc','messages:recentchanges-submit','s:10:\"oc:Afichar\";'),('oc','messages:recentchanges-summary','s:72:\"oc:Vaquí sus aquesta pagina, los darrièrs cambiaments de {{SITENAME}}.\";'),('oc','messages:recentchanges-timeout','s:87:\"oc:Aquesta cerca dura tròp de temps. Podètz ensajar de paramètres de cerca diferents\";'),('oc','messages:recentchanges-url','s:24:\"en:Special:RecentChanges\";'),('oc','messages:recentchangescount','s:104:\"oc:Nombre de modificacions d\'afichar per defauta dins los cambiaments recents, los istorics e los logs :\";'),('oc','messages:recentchangesdays','s:61:\"oc:Nombre de jorns d\'afichar dins los darrièrs cambiaments :\";'),('oc','messages:recentchangesdays-max','s:40:\"oc:(maximum $1 {{PLURAL:$1|jorn|jorns}})\";'),('oc','messages:recentchangeslinked','s:21:\"oc:Seguit dels ligams\";'),('oc','messages:recentchangeslinked-feed','s:21:\"oc:Seguit dels ligams\";'),('oc','messages:recentchangeslinked-page','s:21:\"oc:Nom de la pagina :\";'),('oc','messages:recentchangeslinked-summary','s:323:\"oc:Dintrar un nom de pagina per veire las modificacions faitas recentament sus de paginas ligadas dempuèi o cap a aquesta pagina (per veire los membres d’una categoria, entratz Categoria:Nom de categoria). Las modificacions de las paginas de [[Special:Watchlist|vòstra lista de seguiment]] son <strong>en gras</strong>.\";'),('oc','messages:recentchangeslinked-title','s:38:\"oc:Seguit dels ligams associats a \"$1\"\";'),('oc','messages:recentchangeslinked-to','s:81:\"oc:Afichar los cambiaments cap a las paginas ligadas al luòc de la pagina donada\";'),('oc','messages:recentchangeslinked-toolbox','s:21:\"oc:Seguit dels ligams\";'),('oc','messages:recentchangestext','s:4:\"en:-\";'),('oc','messages:recreate','s:15:\"oc:Tornar crear\";'),('oc','messages:recreate-moveddeleted-warn','s:243:\"oc:\'\'\'Atencion : sètz a tornar crear una pagina qu\'es estada suprimida precedentament.\'\'\'\n\nDemandatz-vos s\'es vertadièrament apropriat de contunhar de l’editar.\nL’istoric de las supressions e dels cambiaments de nom es afichat çaijós :\";'),('oc','messages:red-link-title','s:30:\"oc:$1 (la pagina existís pas)\";'),('oc','messages:redirect','s:71:\"oc:Redirigir per ID de fichièr, utilizaire, pagina, revision o jornal.\";'),('oc','messages:redirect-file','s:19:\"oc:Nom del fichièr\";'),('oc','messages:redirect-logid','s:15:\"oc:ID de jornal\";'),('oc','messages:redirect-lookup','s:13:\"oc:Recèrca :\";'),('oc','messages:redirect-not-exists','s:20:\"oc:Valor pas trobada\";'),('oc','messages:redirect-not-numeric','s:21:\"oc:Valor non numerica\";'),('oc','messages:redirect-page','s:15:\"oc:ID de pagina\";'),('oc','messages:redirect-revision','s:24:\"oc:Revision de la pagina\";'),('oc','messages:redirect-submit','s:10:\"oc:Validar\";'),('oc','messages:redirect-summary','s:475:\"oc:Aquesta pagina especiala redirigís cap a un fichièr (nom de fichièr provesit), una pagina (ID de revision o de pagina provesit), una pagina d’utilizaire (identificant numeric de l’utilizaire provesit), o una entrada de jornal (ID del jornal provesit). Utilizacion : [[{{#Special:Redirect}}/file/Example.jpg]], [[{{#Special:Redirect}}/page/64308]], [[{{#Special:Redirect}}/revision/328429]], [[{{#Special:Redirect}}/user/101]], o [[{{#Special:Redirect}}/logid/186]].\";'),('oc','messages:redirect-text','s:3:\"en:\";'),('oc','messages:redirect-user','s:21:\"oc:ID de l\'utilizaire\";'),('oc','messages:redirect-value','s:10:\"oc:Valor :\";'),('oc','messages:redirectedfrom','s:26:\"oc:(Redirigit dempuèi $1)\";'),('oc','messages:redirectexists','s:98:\"ca:Ja existeix una redirecció a [[:$1]] i no es pot suprimir automàticament.\nTrieu un altre nom.\";'),('oc','messages:redirectpagesub','s:24:\"oc:Pagina de redireccion\";'),('oc','messages:redirectto','s:20:\"oc:Redirigir cap a :\";'),('oc','messages:removecredentials','s:45:\"oc:Suprimir las informacions d\'identificacion\";'),('oc','messages:removecredentials-invalidsubpage','s:43:\"ca:$1 no és un tipus de credencial vàlid.\";'),('oc','messages:removecredentials-submit','s:45:\"oc:Suprimir las informacions d\'identificacion\";'),('oc','messages:removecredentials-success','s:41:\"ca:S\'ha suprimit les vostres credencials.\";'),('oc','messages:removedwatchtext','s:125:\"oc:La pagina « [[:$1]] » e sa pagina de discussion son estadas levadas de vòstra [[Special:Watchlist|lista de seguiment]].\";'),('oc','messages:removedwatchtext-short','s:76:\"oc:La pagina « $1 » es estada suprimida de vòstra lista de seguiment.\";'),('oc','messages:removedwatchtext-talk','s:108:\"ca:S\'ha tret «[[:$1]]» i la seva pàgina associada de la vostra [[Special:Watchlist|llista de seguiment]].\";'),('oc','messages:removewatch','s:36:\"oc:Suprimir de la lista de seguiment\";'),('oc','messages:resetpass-abort-generic','s:66:\"oc:La modificacion del senhal es estada anulada per una extension.\";'),('oc','messages:resetpass-expired','s:74:\"oc:Vòstre senhal a expirat. Provesissètz-ne un novèl per vos connectar.\";'),('oc','messages:resetpass-expired-soft','s:173:\"oc:Vòstre senhal a expirat, e deu èsser reïnicializat. Causissètz-ne un novèl ara, o clicatz sus « {{int:authprovider-resetpass-skip-label}} » per o far mai tard.\";'),('oc','messages:resetpass-no-info','s:61:\"oc:Vos cal èsser connectat per aver accès a aquesta pagina.\";'),('oc','messages:resetpass-recycled','s:63:\"oc:Reïnicializatz vòstre senhal a quicòm mai que l’actual.\";'),('oc','messages:resetpass-submit-cancel','s:10:\"oc:Anullar\";'),('oc','messages:resetpass-submit-loggedin','s:22:\"oc:Modificar lo senhal\";'),('oc','messages:resetpass-temp-emailed','s:158:\"oc:Sètz connect{{GENDER:|at|ada}} amb un còdi temporari provesit per corrièr electronic.\nPer acabar la connexion, vos cal provesir un senhal novèl aicí :\";'),('oc','messages:resetpass-temp-password','s:21:\"oc:Senhal temporari :\";'),('oc','messages:resetpass-validity','s:86:\"oc:Vòstre senhal es invalid : $1\n\nMercé d\'intrar un senhal novèu per vos connectar.\";'),('oc','messages:resetpass-validity-soft','s:168:\"oc:Vòstre senhal es pas valid : $1\n\nCausissètz un senhal novèl ara, o clicatz sus « {{int:authprovider-resetpass-skip-label}} » per lo reïnicializar mai tard.\";'),('oc','messages:resetpass-wrong-oldpass','s:119:\"oc:Senhal actual o temporari invalid.\nBenlèu ja avètz modificat vòstre senhal o demandat un senhal temporari novèl.\";'),('oc','messages:resetpass_announce','s:65:\"oc:Per acabar l’enregistrament, vos cal picar un senhal novèl.\";'),('oc','messages:resetpass_forbidden','s:41:\"oc:Los senhals pòdon pas èsser cambiats\";'),('oc','messages:resetpass_forbidden-reason','s:46:\"oc:Los senhaus pòdon pas èsser cambiats : $1\";'),('oc','messages:resetpass_header','s:33:\"oc:Modificar lo senhal del compte\";'),('oc','messages:resetpass_submit','s:38:\"oc:Cambiar lo senhal e s’enregistrar\";'),('oc','messages:resetpass_text','s:37:\"oc:<!-- Apondètz lo tèxte aicí -->\";'),('oc','messages:resettokens','s:28:\"oc:Reïnicializar los getons\";'),('oc','messages:resettokens-done','s:26:\"oc:Getons reïnicializats.\";'),('oc','messages:resettokens-no-tokens','s:42:\"oc:I a pas cap de geton de reïnicializar.\";'),('oc','messages:resettokens-resetbutton','s:41:\"oc:Reïnicializar los getons seleccionats\";'),('oc','messages:resettokens-summary','s:3:\"en:\";'),('oc','messages:resettokens-text','s:238:\"oc:Aici, podètz reïnicializar los getons que permeton d’accedir a d\'unas donadas privadas associadas a vòstre compte.\n\nLo vos caldriá far se las avètz partejats accidentalament amb qualqu\'un o se vòstre compte es estat compromés.\";'),('oc','messages:resettokens-token-label','s:26:\"oc:$1 (valor actuala : $2)\";'),('oc','messages:resettokens-tokens','s:11:\"oc:Getons :\";'),('oc','messages:resettokens-watchlist-token','s:112:\"oc:Geton pel flux (Atom/RSS) web de [[Special:Watchlist|modificacions de paginas de vòstra lista de seguiment]]\";'),('oc','messages:rest-bad-content-model','s:36:\"ca:Model de contingut incorrecte: $1\";'),('oc','messages:rest-bad-json-body','s:68:\"ca:Cos de la sol·licitud incorrecte. Cal que sigui un objecte JSON.\";'),('oc','messages:rest-badtoken','s:43:\"fr:Le jeton CSRF fourni n’est pas valide.\";'),('oc','messages:rest-cannot-load-file','s:62:\"ca:No es pot carregar el fitxer corresponent al títol «$1».\";'),('oc','messages:rest-compare-inaccessible','s:77:\"ca:La revisió especificada pel paràmetre $1 no és accessible públicament.\";'),('oc','messages:rest-compare-nonexistent','s:62:\"fr:La version spécifiée par le paramètre $1 n’existe pas.\";'),('oc','messages:rest-compare-page-mismatch','s:97:\"fr:Les révisions spécifiées appartiennent à des pages différentes ; refus de les comparer.\";'),('oc','messages:rest-compare-permission-denied','s:60:\"fr:L’utilisateur n’a pas accès aux versions demandées.\";'),('oc','messages:rest-compare-wikidiff2','s:68:\"fr:Ce point de terminaison nécessite wikidiff2 1.9.0 ou supérieur.\";'),('oc','messages:rest-compare-wrong-content','s:130:\"fr:L’emplacement $1 de la version spécifiée par le paramètre $2 a un type de contenu qui ne peut pas être converti en texte.\";'),('oc','messages:rest-cross-origin-anon-write','s:84:\"fr:Les requêtes d’écriture anonymes d’origine croisée ne sont pas autorisées\";'),('oc','messages:rest-extraneous-csrf-token','s:199:\"fr:Jeton CRSF superflu trouvé. Les jetons CSRF ne doivent pas être utilisés lors de l’utilisation de mécanismes d’authentification tels que OAuth, qui sont sûrs vis-à-vis des attaques CSRF.\";'),('oc','messages:rest-html-backend-error','s:41:\"ca:No es pot recuperar l\'HTML de Parsoid.\";'),('oc','messages:rest-invalid-user','s:49:\"ca:El nom d\'usuari especificat ($1) no és vàlid\";'),('oc','messages:rest-json-body-parse-error','s:62:\"ca:L\'anàlisi del cos de sol·licitud com a JSON ha fallat: $1\";'),('oc','messages:rest-media-too-many-links','s:73:\"ca:S\'han trobat massa enllaços multimèdia en el títol $1 ($2 permesos)\";'),('oc','messages:rest-missing-body-field','s:68:\"ca:No hi és el camp obligatori «$1» en el cos de la sol·licitud.\";'),('oc','messages:rest-no-match','s:77:\"fr:Le chemin relatif requis ($1) ne correspondait à aucun gestionnaire connu\";'),('oc','messages:rest-no-revision','s:52:\"ca:No s\'ha pogut recuperar la revisió del títol $1\";'),('oc','messages:rest-nonexistent-revision','s:44:\"ca:La revisió especificada ($1) no existeix\";'),('oc','messages:rest-nonexistent-title','s:41:\"ca:El títol especificat ($1) no existeix\";'),('oc','messages:rest-nonexistent-title-revision','s:79:\"ca:La revisió especificada ($1) no existeix per a la pàgina especificada ($2)\";'),('oc','messages:rest-nonexistent-user','s:40:\"ca:L\'usuari especificat ($1) no existeix\";'),('oc','messages:rest-page-source-type-error','s:78:\"ca:No és permès el tipus de contingut de la font de la pàgina sol·licitada\";'),('oc','messages:rest-pagehistory-incompatible-params','s:148:\"fr:Les paramètres « older_than » (plus ancien que) et « newer_than » (plus récent que) ne peuvent pas être spécifiés simultanément\";'),('oc','messages:rest-pagehistory-param-range-error','s:48:\"ca:L\'ID de la revisió ha de ser més gran que 0\";'),('oc','messages:rest-pagehistory-timestamp-error','s:73:\"ca:No es pot recuperar la marca horària de la revisió especificada ($1)\";'),('oc','messages:rest-pagehistorycount-parameters-invalid','s:60:\"ca:La combinació de paràmetres especificada no és permesa\";'),('oc','messages:rest-pagehistorycount-too-many-revisions','s:79:\"ca:El títol especificat conté massa revisions per a recuperar-ne el recompte.\";'),('oc','messages:rest-pagehistorycount-type-unrecognized','s:54:\"ca:El tipus de recompte ($1) especificat no és vàlid\";'),('oc','messages:rest-permission-denied-anon','s:39:\"ca:No accessible per a usuaris anònims\";'),('oc','messages:rest-permission-denied-revision','s:56:\"ca:L\'usuari no té accés a revisió sol·licitada ($1).\";'),('oc','messages:rest-permission-denied-title','s:55:\"ca:L\'usuari no té permisos per a llegir el títol ($1)\";'),('oc','messages:rest-prefix-mismatch','s:81:\"ca:El camí sol·licitat ($1) no es troba dins del camí arrel ($2) de l\'API REST\";'),('oc','messages:rest-requires-safe-against-csrf','s:104:\"fr:Ce point de terminaison exige un fournisseur de session qui protège des usurpations de sites (CSRF).\";'),('oc','messages:rest-resource-limit-exceeded','s:71:\"ca:S\'han exhaurit els límits de recursos en processar la sol·licitud.\";'),('oc','messages:rest-search-error','s:67:\"ca:S\'ha produït un error en retornar els resultats de la cerca: $1\";'),('oc','messages:rest-update-cannot-create-page','s:198:\"ca:No es pot crear la pàgina «$1» perquè ja existeix. Per a actualitzar la pàgina existent, proporcioneu l\'ID de revisió base en l\'estructura sota la clau «latest» en el cos de sol·licitud.\";'),('oc','messages:rest-wrong-method','s:144:\"fr:La méthode requise ($1) n’était pas {{PLURAL:$3|la méthode autorisée pour ce chemin|une des méthodes autorisées pour ce chemin}} ($2)\";'),('oc','messages:restore-count-files','s:37:\"ca:{{PLURAL:$1|Un fitxer|$1 fitxers}}\";'),('oc','messages:restore-count-revisions','s:42:\"ca:{{PLURAL:$1|Una revisió|$1 revisions}}\";'),('oc','messages:restorelink','s:59:\"oc:{{PLURAL:$1|una edicion escafada|$1 edicions escafadas}}\";'),('oc','messages:restoreprefs','s:71:\"oc:Restablir totes los paramètres per defaut (dins totas las seccions)\";'),('oc','messages:restricted-displaytitle','s:125:\"ca:<strong>Avís:</strong> El títol a mostrar «$1» ha estat ignorat ja que no és equivalent al títol real de la pàgina.\";'),('oc','messages:restricted-displaytitle-ignored','s:46:\"oc:Paginas amb de títols d\'afichatge ignorats\";'),('oc','messages:restricted-displaytitle-ignored-desc','s:146:\"ca:La pàgina té un <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> que ha estat ignorat perquè no és equivalent al títol actual de la pàgina.\";'),('oc','messages:restriction-blank','s:3:\"en:\";'),('oc','messages:restriction-create','s:8:\"oc:Crear\";'),('oc','messages:restriction-edit','s:15:\"oc:Modificacion\";'),('oc','messages:restriction-level','s:26:\"oc:Nivèl de restriccion :\";'),('oc','messages:restriction-level-all','s:8:\"oc:Totes\";'),('oc','messages:restriction-level-autoconfirmed','s:17:\"oc:Semiproteccion\";'),('oc','messages:restriction-level-sysop','s:22:\"oc:Proteccion completa\";'),('oc','messages:restriction-move','s:20:\"oc:Cambiament de nom\";'),('oc','messages:restriction-type','s:15:\"oc:Permission :\";'),('oc','messages:restriction-upload','s:11:\"oc:Importar\";'),('oc','messages:restrictionsfield-badip','s:35:\"oc:Adreça IP o plaja invalida : $1\";'),('oc','messages:restrictionsfield-help','s:100:\"ca:Una adreça IP o rang CIDR per línia. Per a activar-ho tot, feu servir <pre>0.0.0.0/0\n::/0</pre>\";'),('oc','messages:restrictionsfield-label','s:27:\"ca:Intervals d\'IP permesos:\";'),('oc','messages:retrievedfrom','s:25:\"oc:Recuperada de « $1 »\";'),('oc','messages:returnto','s:25:\"oc:Tornar a la pagina $1.\";'),('oc','messages:retypenew','s:31:\"oc:Confirmar lo senhal novèl :\";'),('oc','messages:reuploaddesc','s:46:\"oc:Anullar lo cargament e tornar al formulari.\";'),('oc','messages:rev-deleted-comment','s:34:\"oc:(resumit de comentari suprimit)\";'),('oc','messages:rev-deleted-diff-view','s:217:\"oc:Una de las revisions d\'aquesta diff es estada \'\'\'suprimida\'\'\'.\nPodètz veire aquesta diff ; i pòt aver mai de detalhs dins lo [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} jornal de las supressions].\";'),('oc','messages:rev-deleted-event','s:35:\"oc:(detalhs de l\'entrada suprimida)\";'),('oc','messages:rev-deleted-no-diff','s:207:\"oc:Podètz pas veire aquesta dif per que una de las versions es estada \'\'\'escafada\'\'\'.\nI pòt aver mai de detalhs dins lo [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} jornal dels escafaments].\";'),('oc','messages:rev-deleted-text-permission','s:159:\"oc:Aquesta version de la pagina es estada \'\'\'escafada\'\'\'.\nI pòt aver de detalhs dins lo [{{fullurl:{{#Special:Log}}/delete|page=$1}} jornal dels escafaments].\";'),('oc','messages:rev-deleted-text-unhide','s:253:\"oc:Aquesta version de la pagina es estada \'\'\'escafada\'\'\'.\nI pòt aver mai de detalhs dins [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} lo jornal dels escafaments].\nComa administrator, podètz encara [$1 veire aquesta version] s\'o volètz.\";'),('oc','messages:rev-deleted-text-view','s:187:\"oc:Aquesta version de la pagina es estada \'\'\'escafada\'\'\'.\nLa podètz visualizar ; de detalhs son disponibles dins lo [{{fullurl:{{#Special:Log}}/delete|page=$1}} jornal dels escafaments].\";'),('oc','messages:rev-deleted-unhide-diff','s:254:\"oc:Una de las revisions d\'aquesta diferéncia es estada \'\'\'escafada\'\'\'.\nDe detalhs son disponibles dins lo [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} jornal dels escafaments].\nPodètz totjorn [$1 veire aquesta diferéncia] se lo volètz.\";'),('oc','messages:rev-deleted-user','s:32:\"oc:(nom d’utilizaire suprimit)\";'),('oc','messages:rev-deleted-user-contribs','s:89:\"oc:[nom d\'utilizaire o adreça IP suprimida - modificacion amagada sus las contribucions]\";'),('oc','messages:rev-delundel','s:17:\"oc:afichar/amagar\";'),('oc','messages:rev-showdeleted','s:10:\"oc:afichar\";'),('oc','messages:rev-suppressed-diff-view','s:216:\"oc:Una de las revisions d\'aquesta diff es estada \'\'\'escafada\'\'\'.\nPodètz veire aquesta diff ; i pòt aver mai de detalhs dins lo [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} jornal dels escafaments].\";'),('oc','messages:rev-suppressed-no-diff','s:97:\"oc:Pod�tz pas veire aquesta difer�ncia perque una de las revisions es estada \'\'\'suprimida\'\'\'.\";'),('oc','messages:rev-suppressed-text','s:67:\"ca:Aquesta revisió de pàgina ha estat <strong>suprimida</strong>.\";'),('oc','messages:rev-suppressed-text-permission','s:173:\"oc:Aquesta version de la page es estada <strong>suprimida</strong>.\nLos detalhs se tròban dins lo [{{fullurl:{{#Special:Log}}/suppress|page=$1}} jornal de las supressions].\";'),('oc','messages:rev-suppressed-text-unhide','s:258:\"oc:Aquesta version de la pagina es estada \'\'\'suprimida\'\'\'.\nI pòt aver mai de detalhs dins [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} lo jornal de las supressions].\nComa administrator, podètz encara [$1 veire aquesta version] s\'o volètz.\";'),('oc','messages:rev-suppressed-text-view','s:192:\"oc:Aquesta version de la pagina es estada \'\'\'suprimida\'\'\'.\nLa podètz visualizar ; de detalhs son disponibles dins lo [{{fullurl:{{#Special:Log}}/suppress|page=$1}} jornal de las supressions].\";'),('oc','messages:rev-suppressed-unhide-diff','s:252:\"oc:Una de las revisions d\'aqueste diff es estada \'\'\'suprimida\'\'\'.\nDe detalhs son disponibles dins lo [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} jornal de las supressions].\nPodètz totjorn [$1 veire aqueste diff] se volètz contunhar.\";'),('oc','messages:revdel-restore','s:27:\"oc:Modificar la visibilitat\";'),('oc','messages:revdelete-concurrent-change','s:166:\"oc:Error al moment de la modificacion de l\'element datat del $1 a $2 : son estatut es estat cambiat per qualqu\'un mai pendent qu\'o modificatz.\nVerificatz los jornals.\";'),('oc','messages:revdelete-confirm','s:160:\"oc:Confirmatz que volètz efectuar aquesta accion, que ne comprenètz las consequéncias, e qu\'o fasètz en acòrd amb [[{{MediaWiki:Policy-url}}|las règlas]].\";'),('oc','messages:revdelete-content-hid','s:19:\"oc:contengut amagat\";'),('oc','messages:revdelete-content-unhid','s:20:\"oc:contengut afichat\";'),('oc','messages:revdelete-edit-reasonlist','s:39:\"oc:Modifica los motius de la supression\";'),('oc','messages:revdelete-edit-reasonlist-suppress','s:36:\"oc:Rasons de supression de l\'edicion\";'),('oc','messages:revdelete-failure','s:74:\"oc:\'\'\'La visibilitat de la revision a pas pogut èsser mesa a jorn :\'\'\'\n$1\";'),('oc','messages:revdelete-hide-comment','s:23:\"oc:Modificar lo resumit\";'),('oc','messages:revdelete-hide-current','s:119:\"oc:Error al moment de la supression de l\'element datat del $1 e $2 : es la revision correnta.\nPòt pas èsser suprimit.\";'),('oc','messages:revdelete-hide-image','s:35:\"oc:Amagar lo contengut del fichièr\";'),('oc','messages:revdelete-hide-name','s:36:\"oc:Amagar la cibla e los paramètres\";'),('oc','messages:revdelete-hide-restricted','s:64:\"oc:Suprimir aquestas donadas als administrators e mai als autres\";'),('oc','messages:revdelete-hide-text','s:24:\"oc:Tèxte de la revision\";'),('oc','messages:revdelete-hide-user','s:46:\"oc:Nom d’utilizaire/Adreça IP de l’editor\";'),('oc','messages:revdelete-legend','s:47:\"oc:Metre en plaça de restriccions de version :\";'),('oc','messages:revdelete-log','s:10:\"oc:Motiu :\";'),('oc','messages:revdelete-modify-missing','s:101:\"oc:Error al moment de la modificacion de l\'element amb l\'ID $1 : es mancant dins la basa de donadas !\";'),('oc','messages:revdelete-modify-no-access','s:122:\"oc:Error al moment de la modificacion de l\'element datat del $1 a $2 : es marcat coma « restrent ».\nI avètz pas accès.\";'),('oc','messages:revdelete-no-change','s:94:\"oc:\'\'\'Atencion :\'\'\' l\'element datat del $1 a $2 ja a los paramètres de visibilitat demandats.\";'),('oc','messages:revdelete-no-file','s:40:\"oc:Lo fichièr especificat existís pas.\";'),('oc','messages:revdelete-nooldid-text','s:167:\"oc:Avètz pas precisat la o las revision(s) cibla(s) per aquesta foncion, o alara la revision especificada existís pas, o alara ensajatz d\'amagar la revision actuala.\";'),('oc','messages:revdelete-nooldid-title','s:33:\"oc:Cibla per la revision invalida\";'),('oc','messages:revdelete-offender','s:25:\"oc:Autor de la revision :\";'),('oc','messages:revdelete-only-restricted','s:179:\"oc:Error al moment de la supression de l\'entrada datada del $1 a $2 : podètz pas suprimir aqueles elements als administrators sens seleccionar tanben d\'opcions de supression mai.\";'),('oc','messages:revdelete-otherreason','s:39:\"oc:Autra rason / rason suplementària :\";'),('oc','messages:revdelete-radio-same','s:16:\"oc:(cambiar pas)\";'),('oc','messages:revdelete-radio-set','s:9:\"oc:Amagat\";'),('oc','messages:revdelete-radio-unset','s:10:\"oc:Visible\";'),('oc','messages:revdelete-reason-dropdown','s:170:\"oc:* Rasons correntas de supression\n** Violacion dels dreits d\'autors\n** Comentari inapropriat\n** Nom d\'utilizaire inapropriat\n** Informacion potencialament difamatòria.\";'),('oc','messages:revdelete-reason-dropdown-suppress','s:73:\"oc:* Rasons correntas de supression\n** Informacion personala inapropriada\";'),('oc','messages:revdelete-reasonotherlist','s:14:\"oc:Autra rason\";'),('oc','messages:revdelete-restricted','s:46:\"oc:aplicar las restriccions als administrators\";'),('oc','messages:revdelete-selected-file','s:97:\"oc:{{PLURAL:$1|Version de fichièr seleccionada|Versions de fichièr seleccionadas}} de [[:$2]] :\";'),('oc','messages:revdelete-selected-text','s:75:\"oc:{{PLURAL:$1|Revision seleccionada|Revisions seleccionadas}} de [[:$2]] :\";'),('oc','messages:revdelete-show-file-confirm','s:116:\"oc:Sètz segur(a) que volètz veire la revision suprimida del fichièr « <nowiki>$1</nowiki> » datant del $2 a $3?\";'),('oc','messages:revdelete-show-file-submit','s:6:\"oc:Òc\";'),('oc','messages:revdelete-show-no-access','s:118:\"oc:Error al moment de l\'afichatge de l\'element datat del $1 e $2 : es marcat coma « restrent ».\nI avètz pas accès.\";'),('oc','messages:revdelete-submit','s:79:\"oc:Aplicar {{PLURAL:$1|a la version seleccionada|a las versions seleccionadas}}\";'),('oc','messages:revdelete-success','s:43:\"oc:Visibilitat de las versions mesa a jorn.\";'),('oc','messages:revdelete-summary-hid','s:33:\"oc:resumit de modificacion amagat\";'),('oc','messages:revdelete-summary-unhid','s:34:\"oc:resumit de modificacion afichat\";'),('oc','messages:revdelete-suppress','s:76:\"oc:Suprimir las donadas dels administrators e tanben dels autres utilizaires\";'),('oc','messages:revdelete-suppress-text','s:231:\"oc:La supression deu èsser utilizada \'\'\'sonque\'\'\' dins los cases seguents :\n* Informacions potencialament difamatòrias\n* Informacions personalas inapropriadas\n*: \'\'adreça, numèro de telefòn, numèro de seguretat sociala, ...\'\'\";'),('oc','messages:revdelete-text-file','s:161:\"oc:Las versions de fichièr suprimidas contunharàn d\'aparéisser dins l’istoric dels fichièrs, mas una partida de lor contengut serà indisponibla al public.\";'),('oc','messages:revdelete-text-others','s:156:\"oc:Los autres administrators seràn totjorn en mesura d\'accedir al contengut amagat e de lo restablir, levat se de restriccions suplementàrias son fixadas.\";'),('oc','messages:revdelete-text-text','s:148:\"oc:Las revisions suprimidas contunharàn d\'aparéisser dins l’istoric de la pagina, mas una partida de lor contengut serà inaccessibla al public.\";'),('oc','messages:revdelete-uname-hid','s:28:\"oc:nom d’utilizaire amagat\";'),('oc','messages:revdelete-uname-unhid','s:29:\"oc:nom d’utilizaire afichat\";'),('oc','messages:revdelete-unrestricted','s:43:\"oc:restriccions levadas pels administrators\";'),('oc','messages:revdelete-unsuppress','s:54:\"oc:Levar las restriccions sus las versions restablidas\";'),('oc','messages:reverted','s:40:\"oc:Restabliment de la version precedenta\";'),('oc','messages:revertmerge','s:10:\"oc:Separar\";'),('oc','messages:revertmove','s:10:\"oc:anullar\";'),('oc','messages:revertpage','s:144:\"oc:Anullacion de las modificacions de [[Special:Contributions/$2|$2]] ([[User talk:$2|Discussion]]) cap a la darrièra version de [[User:$1|$1]]\";'),('oc','messages:revertpage-anon','s:110:\"ca:S\'han revertit les modificacions de [[Special:Contributions/$2|$2]] a la darrera revisió de [[User:$1|$1]]\";'),('oc','messages:revertpage-nouser','s:115:\"oc:Revocacion de las modificacions per un utilizaire amagat a la darrièra version per {{GENDER:$1|[[User:$1|$1]]}}\";'),('oc','messages:revid','s:13:\"oc:version $1\";'),('oc','messages:revision-info','s:40:\"oc:Version del $1 per {{GENDER:$6|$2}}$7\";'),('oc','messages:revision-info-current','s:4:\"en:-\";'),('oc','messages:revision-nav','s:68:\"en:($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)\";'),('oc','messages:revisionasof','s:17:\"oc:Version del $1\";'),('oc','messages:revisiondelete','s:33:\"oc:Suprimir/Restablir de versions\";'),('oc','messages:rfcurl','s:36:\"en:https://tools.ietf.org/html/rfc$1\";'),('oc','messages:right-apihighlimits','s:57:\"oc:Utilizar de limits superiors dins las requèstas l\'API\";'),('oc','messages:right-applychangetags','s:71:\"oc:Aplicar [[Special:Tags|las balisas]] amb sas pròprias modificacions\";'),('oc','messages:right-autoconfirmed','s:76:\"oc:Èsser pas afectat per las limitacions de debit ligadas a las adreças IP\";'),('oc','messages:right-autocreateaccount','s:73:\"oc:Comença una session automaticament amb un compte d\'usatgièr extèrne\";'),('oc','messages:right-autopatrol','s:62:\"oc:Aver sos cambiaments marcats automaticament coma verificats\";'),('oc','messages:right-bigdelete','s:44:\"oc:Suprimir de paginas amb d\'istorics grands\";'),('oc','messages:right-block','s:43:\"oc:Blocar d\'autres utilizaires en escritura\";'),('oc','messages:right-blockemail','s:60:\"oc:Empachar un utilizaire de mandar de corrièrs electronics\";'),('oc','messages:right-bot','s:49:\"oc:Èsser tractat coma un procediment automatizat\";'),('oc','messages:right-browsearchive','s:33:\"oc:Recercar de paginas suprimidas\";'),('oc','messages:right-changetags','s:112:\"oc:Apondre e suprimir arbitràriament [[Special:Tags|tags]] sus de revisions individualas e d\'intradas de jornal\";'),('oc','messages:right-createaccount','s:40:\"oc:Crear de comptes d\'utilizaire novèls\";'),('oc','messages:right-createpage','s:58:\"oc:Crear de paginas (que son pas de paginas de discussion)\";'),('oc','messages:right-createtalk','s:33:\"oc:Crear de paginas de discussion\";'),('oc','messages:right-delete','s:22:\"oc:Suprimir de paginas\";'),('oc','messages:right-delete-redirect','s:52:\"ca:Eliminar les redireccions amb una única revisió\";'),('oc','messages:right-deletechangetags','s:61:\"oc:Suprimir [[Special:Tags|tags]] dempuèi la basa de donadas\";'),('oc','messages:right-deletedhistory','s:65:\"oc:Veire las entradas dels istorics suprimits mas sens lor tèxte\";'),('oc','messages:right-deletedtext','s:76:\"oc:Veire lo tèxte suprimit e las diferéncias entre las versions suprimidas\";'),('oc','messages:right-deletelogentry','s:58:\"oc:Suprimir e restablir una entrada particulara del jornal\";'),('oc','messages:right-deleterevision','s:60:\"oc:Suprimir e restablir una revision especifica d\'una pagina\";'),('oc','messages:right-edit','s:24:\"oc:Modificar las paginas\";'),('oc','messages:right-editcontentmodel','s:50:\"oc:Modificar lo modèl de contengut d’una pagina\";'),('oc','messages:right-editinterface','s:39:\"oc:Modificar l\'interfàcia d\'utilizaire\";'),('oc','messages:right-editmyoptions','s:35:\"oc:Modificar vòstras preferéncias\";'),('oc','messages:right-editmyprivateinfo','s:74:\"oc:Modificar vòstras donadas personalas (exemple adreça, nom vertadièr)\";'),('oc','messages:right-editmyusercss','s:55:\"oc:Modificar vòstres pròpris fichièrs CSS utilizaire\";'),('oc','messages:right-editmyuserjs','s:62:\"oc:Modificar vòstres pròpris fichièrs JavaScript utilizaire\";'),('oc','messages:right-editmyuserjson','s:58:\"oc:Modificar vòstres fichièrs JSON d\'utilizator pròpris\";'),('oc','messages:right-editmyuserjsredirect','s:76:\"ca:Modificar els fitxers JavaScript del vostre usuari que són redireccions.\";'),('oc','messages:right-editmywatchlist','s:128:\"oc:Modificar vòstra pròpria lista de seguiment. Remarcatz que certanas accions apondràn encara de paginas sens aqueste dreit.\";'),('oc','messages:right-editprotected','s:73:\"oc:Modificar las paginas protegidas amb « {{int:protect-level-sysop}} »\";'),('oc','messages:right-editsemiprotected','s:81:\"oc:Modificar las paginas protegidas amb « {{int:protect-level-autoconfirmed}} »\";'),('oc','messages:right-editsitecss','s:28:\"oc:Modificar lo CSS del siti\";'),('oc','messages:right-editsitejs','s:35:\"oc:Modificar lo Javascript del siti\";'),('oc','messages:right-editsitejson','s:29:\"oc:Modificar lo JSON del siti\";'),('oc','messages:right-editusercss','s:51:\"oc:Modificar los fichièrs CSS d\'autres utilizaires\";'),('oc','messages:right-edituserjs','s:50:\"oc:Modificar los fichièrs JS d\'autres utilizaires\";'),('oc','messages:right-edituserjson','s:55:\"oc:Modificar los fichièrs JSON dels autres utilizators\";'),('oc','messages:right-hideuser','s:52:\"oc:Blocar un utilizaire en amagant son nom al public\";'),('oc','messages:right-import','s:46:\"oc:Importar de paginas dempuèi d\'autres wikis\";'),('oc','messages:right-importupload','s:43:\"oc:Importar de paginas dempuèi un fichièr\";'),('oc','messages:right-ipblock-exempt','s:98:\"oc:Èsser pas afectat per las IP blocadas, los blocatges automatics e los blocatges de plajas d\'IP\";'),('oc','messages:right-managechangetags','s:52:\"oc:Crear, activar e desactivar [[Special:Tags|tags]]\";'),('oc','messages:right-markbotedits','s:90:\"oc:Marcar los cambiaments revocats coma de cambiaments que son estats faits per de robòts\";'),('oc','messages:right-mergehistory','s:39:\"oc:Fusionar los istorics de las paginas\";'),('oc','messages:right-mf-uploadbutton','s:65:\"fr:Utiliser le bouton de téléchargement sur les pages de mobile\";'),('oc','messages:right-minoredit','s:36:\"oc:Marcar de cambiaments coma menors\";'),('oc','messages:right-move','s:23:\"oc:Renomenar de paginas\";'),('oc','messages:right-move-categorypages','s:36:\"oc:Renomenar de paginas de categoria\";'),('oc','messages:right-move-rootuserpages','s:51:\"oc:Renomenar la pagina principala d’un utilizaire\";'),('oc','messages:right-move-subpages','s:43:\"oc:Desplaçar de paginas amb lor sospaginas\";'),('oc','messages:right-movefile','s:27:\"oc:Desplaçar los fichièrs\";'),('oc','messages:right-noanalytics','s:45:\"oc:Pas concernit pel seguiment d\'analisis web\";'),('oc','messages:right-nominornewtalk','s:136:\"oc:Desenclavar pas lo bendèl \"Avètz de messatges novèls\" al moment d\'un cambiament menor sus una pagina de discussion d\'un utilizaire\";'),('oc','messages:right-noratelimit','s:34:\"oc:Pas afectat pels limits de taus\";'),('oc','messages:right-override-export-depth','s:89:\"oc:Exportar las paginas en incluent las paginas ligadas fins a una prigondor de 5 nivèls\";'),('oc','messages:right-pagelang','s:32:\"oc:Cambiar la lenga de la pagina\";'),('oc','messages:right-patrol','s:40:\"oc:Marcar de cambiaments coma verificats\";'),('oc','messages:right-patrolmarks','s:69:\"oc:Veire los marcatges de susvelhança dins los darrièrs cambiaments\";'),('oc','messages:right-protect','s:84:\"oc:Modificar los nivèls de proteccion e modificar las paginas protegidas en cascada\";'),('oc','messages:right-purge','s:37:\"oc:Voidar l\'antememòria d\'una pagina\";'),('oc','messages:right-read','s:20:\"oc:Legir las paginas\";'),('oc','messages:right-reupload','s:31:\"oc:Espotir un fichièr existent\";'),('oc','messages:right-reupload-own','s:55:\"oc:Espotir un fichièr telecargat pel meteis utilizaire\";'),('oc','messages:right-reupload-shared','s:64:\"oc:Espotir localament un fichièr present sus un depaus partejat\";'),('oc','messages:right-rollback','s:82:\"oc:Revocacion rapida del darrièr utilizaire qu\'a modificat una pagina particulara\";'),('oc','messages:right-sendemail','s:44:\"oc:Mandar un corrièl als autres utilizaires\";'),('oc','messages:right-siteadmin','s:46:\"oc:Verrolhar e desverrolhar la basa de donadas\";'),('oc','messages:right-suppressionlog','s:28:\"oc:Veire los jornals privats\";'),('oc','messages:right-suppressredirect','s:78:\"oc:Crear pas de redireccion dempuèi la pagina anciana en renomenant la pagina\";'),('oc','messages:right-suppressrevision','s:96:\"oc:Afichar, amagar e desamagar de revisions especificas de paginas per quin utilizaire que siá.\";'),('oc','messages:right-unblockself','s:25:\"oc:Se desblocar se-meteis\";'),('oc','messages:right-undelete','s:23:\"oc:Restablir una pagina\";'),('oc','messages:right-unwatchedpages','s:45:\"oc:Veire la lista de las paginas pas seguidas\";'),('oc','messages:right-upload','s:26:\"oc:Telecargar de fichièrs\";'),('oc','messages:right-upload_by_url','s:48:\"oc:Importar un fichièr dempuèi una adreça URL\";'),('oc','messages:right-userrights','s:45:\"oc:Modificar totes los dreits d\'un utilizaire\";'),('oc','messages:right-userrights-interwiki','s:63:\"oc:Modificar los dreits d\'utilizaires que son sus un autre wiki\";'),('oc','messages:right-viewmyprivateinfo','s:70:\"oc:Veire vòstras donadas personalas (exemple adreça, nom vertadièr)\";'),('oc','messages:right-viewmywatchlist','s:46:\"oc:Afichar vòstra pròpria lista de seguiment\";'),('oc','messages:right-viewsuppressed','s:62:\"oc:Afichar las revisions amagadas per quin utilizaire que siá\";'),('oc','messages:right-writeapi','s:39:\"oc:Utilizar l\'API per modificar lo wiki\";'),('oc','messages:rightslog','s:41:\"oc:Istoric de las modificacions d\'estatut\";'),('oc','messages:rightslogentry','s:48:\"en:changed group membership for $1 from $2 to $3\";'),('oc','messages:rightslogentry-autopromote','s:43:\"en:was automatically promoted from $2 to $3\";'),('oc','messages:rightslogentry-temporary-group','s:27:\"ca:$1 (temporal, fins a $2)\";'),('oc','messages:rightslogtext','s:64:\"oc:Aquò es un jornal dels cambiaments d\'estatut d’utilizaire.\";'),('oc','messages:rightsnone','s:8:\"oc:(cap)\";'),('oc','messages:rollback','s:28:\"oc:Anullar las modificacions\";'),('oc','messages:rollback-confirmation-confirm','s:17:\"oc:Confirmatz :\";'),('oc','messages:rollback-confirmation-no','s:10:\"oc:Anullar\";'),('oc','messages:rollback-confirmation-yes','s:12:\"ca:Reverteix\";'),('oc','messages:rollback-missingparam','s:56:\"ca:Paràmetres necessaris que falten en la sol·licitud.\";'),('oc','messages:rollback-missingrevision','s:46:\"ca:No es poden carregar les dades de revisió.\";'),('oc','messages:rollback-success','s:69:\"oc:Anullacion de las modificacions de $1 ; retorn a la version de $2.\";'),('oc','messages:rollbackfailed','s:29:\"oc:L\'anullacion a pas capitat\";'),('oc','messages:rollbacklink','s:10:\"oc:anullar\";'),('oc','messages:rollbacklinkcount','s:54:\"oc:revocar $1 {{PLURAL:$1|modificacion|modificacions}}\";'),('oc','messages:rollbacklinkcount-morethan','s:61:\"oc:revocar mai de $1 {{PLURAL:$1|modificacion|modificacions}}\";'),('oc','messages:rotate-comment','s:91:\"oc:Imatge pivotat de $1 {{PLURAL:$1|gras|grases}} dins lo sens de las agulhas d\'una mòstra\";'),('oc','messages:sat','s:7:\"oc:Diss\";'),('oc','messages:saturday','s:11:\"oc:dissabte\";'),('oc','messages:saturday-at','s:16:\"oc:Dissabte a $1\";'),('oc','messages:savearticle','s:9:\"oc:Salvar\";'),('oc','messages:savearticle-start','s:27:\"oc:Enregistrar la pagina...\";'),('oc','messages:savechanges','s:30:\"oc:Enregistrar los cambiaments\";'),('oc','messages:savechanges-start','s:32:\"oc:Enregistrar las modificacions\";'),('oc','messages:savedprefs','s:42:\"oc:Las preferéncias son estadas salvadas.\";'),('oc','messages:savedrights','s:71:\"oc:Los dreits d\'utilizaire de {{GENDER:$1|$1}} son estats enregistrats.\";'),('oc','messages:savefile','s:21:\"oc:Salvar lo fichièr\";'),('oc','messages:saveprefs','s:32:\"oc:Enregistrar las preferéncias\";'),('oc','messages:saveusergroups','s:68:\"oc:Enregistrar los gropes de l’{{GENDER:$1|utilizaire|utilizaira}}\";'),('oc','messages:scarytranscludedisabled','s:45:\"oc:[La transclusion interwiki es desactivada]\";'),('oc','messages:scarytranscludefailed','s:51:\"oc:[La recuperacion de modèl a pas capitat per $1]\";'),('oc','messages:scarytranscludefailed-httpstatus','s:62:\"oc:[Fracàs de la recuperacion del modèl per  $1 : HTTP  $2 ]\";'),('oc','messages:scarytranscludetoolong','s:27:\"oc:[L’URL es tròp longa]\";'),('oc','messages:search','s:11:\"oc:Recercar\";'),('oc','messages:search-category','s:17:\"oc:(categoria $1)\";'),('oc','messages:search-error','s:44:\"oc:Una error s\'es produita en recercant : $1\";'),('oc','messages:search-external','s:20:\"oc:Recèrca extèrna\";'),('oc','messages:search-file-match','s:41:\"oc:(correspond al contengut del fichièr)\";'),('oc','messages:search-filter-title-prefix','s:68:\"oc:Cèrca solament dins lei paginas que son títol comença per \"$1\"\";'),('oc','messages:search-filter-title-prefix-reset','s:29:\"oc:Recercar totas las paginas\";'),('oc','messages:search-ignored-headings','s:567:\"oc: #<!-- pas modificar aquela linha --> <pre>\n# Títols dei seccions que seràn ignoradas per la recèrca.\n# Lei cambiaments realizats aíçi intran en vigor tre l\'indexacion de la pagina.\n# Es possible de fòrçar la reindexacion de la pagina en realizant una modificacion vueja.\n# La sintaxi es la seguenta :\n#   * Totei leis elements plaçats après un \"#\" fins a la fin de la linha son de comentaris.\n#   * Tota linha non vueja es lo títol exact a ignorar, compres la cassa.\nReferéncias\nLiames intèrnes\nVeire tanben\n#</pre> <!-- pas modificar aquela linha -->\";'),('oc','messages:search-interwiki-custom','s:3:\"en:\";'),('oc','messages:search-interwiki-more','s:8:\"oc:(mai)\";'),('oc','messages:search-interwiki-more-results','s:19:\"oc:mai de resultats\";'),('oc','messages:search-interwiki-resultset-link','s:30:\"oc:Mòstra totes los resultats\";'),('oc','messages:search-invalid-sort-order','s:105:\"ca:L\'ordre triat $1 no es reconeix, i s\'aplicarà l\'ordre per defecte.\n\nLes ordenacions vàlides són: $2\";'),('oc','messages:search-match-redirect-help','s:106:\"ca:Selecciona per a redirigir a una pàgina quan el títol de la pàgina coincideixi amb el que heu cercat\";'),('oc','messages:search-match-redirect-label','s:48:\"ca:Redirigeix a coincidències exactes en cercar\";'),('oc','messages:search-nonefound','s:56:\"oc:Non i a cap de resultat correspondent a la requèsta.\";'),('oc','messages:search-nonefound-thiswiki','s:73:\"oc:I a pas de resultats que correspondon a la requèsta sus aqueste site.\";'),('oc','messages:search-redirect','s:28:\"oc:(redireccion dempuèi $1)\";'),('oc','messages:search-relatedarticle','s:10:\"oc:Relatat\";'),('oc','messages:search-result-category-size','s:91:\"oc:$1 membre{{PLURAL:$1||s}} ($2 soscategoria{{PLURAL:$2||s}}, $3 fichièr{{PLURAL:$3||s}})\";'),('oc','messages:search-result-size','s:35:\"oc:$1 ({{PLURAL:$2|1 mot|$2 mots}})\";'),('oc','messages:search-rewritten','s:71:\"oc:S’i mòstran los resultats de $1. Cercatz «$2» en luòc d\'aquò.\";'),('oc','messages:search-section','s:15:\"oc:(seccion $1)\";'),('oc','messages:search-showingresults','s:134:\"oc:{{PLURAL:$4|Resultat <strong>$1</strong> demest <strong>$3</strong>|Resultats <strong>$1 a $2</strong> demest <strong>$3</strong>}}\";'),('oc','messages:search-suggest','s:26:\"oc:Avètz volgut dire : $1\";'),('oc','messages:search-summary','s:3:\"en:\";'),('oc','messages:search-unknown-profile','s:75:\"ca:No es reconeix el perfil de cerca $1. S\'aplicarà el perfil per defecte.\";'),('oc','messages:search-warning','s:43:\"oc:Una error s\'es produsida en cercant : $1\";'),('oc','messages:searchall','s:8:\"oc:Totes\";'),('oc','messages:searcharticle','s:12:\"oc:Consultar\";'),('oc','messages:searchbutton','s:11:\"oc:Recercar\";'),('oc','messages:searchdisabled','s:192:\"oc:La recèrca sus {{SITENAME}} es desactivada.\nEn esperant la reactivacion, podètz efectuar una recèrca via Google.\nAtencion, lor indexacion de contengut {{SITENAME}} benlèu es pas a jorn.\";'),('oc','messages:searchlimit-help','s:24:\"oc:Nombre maximom : $1\";'),('oc','messages:searchlimit-label','s:67:\"ca:Nombre de resultats de la cerca que es mostraran a cada pàgina:\";'),('oc','messages:searchmenu-exists','s:109:\"oc:I a una pagina dicha \"[[:$1]]\" sus {{SITENAME}}. {{PLURAL:$2|0=|See also the other search results found.}}\";'),('oc','messages:searchmenu-new','s:197:\"oc:<strong>Crear la pagina « [[:$1|$1]] » sus aqueste wiki !</strong> {{PLURAL:$2|0=|Vejatz tanben la pagina trobada amb vòstra recèrca.|Vejatz tanben los resultats de vòstra recèrca.}}\";'),('oc','messages:searchmenu-new-nocreate','s:3:\"en:\";'),('oc','messages:searchprofile-advanced','s:11:\"oc:Avançat\";'),('oc','messages:searchprofile-advanced-tooltip','s:48:\"oc:Recercar dins d\'espacis de noms personalizats\";'),('oc','messages:searchprofile-articles','s:23:\"oc:Paginas de contengut\";'),('oc','messages:searchprofile-articles-tooltip','s:19:\"oc:Recercar dins $1\";'),('oc','messages:searchprofile-everything','s:6:\"oc:Tot\";'),('oc','messages:searchprofile-everything-tooltip','s:77:\"oc:Recercar dins tot lo contengut (tot incluissent las paginas de discussion)\";'),('oc','messages:searchprofile-images','s:14:\"oc:Multimèdia\";'),('oc','messages:searchprofile-images-tooltip','s:24:\"oc:Recercar de fichièrs\";'),('oc','messages:searchrelated','s:10:\"oc:relatat\";'),('oc','messages:searchresults','s:27:\"oc:Resultats de la recèrca\";'),('oc','messages:searchresults-title','s:40:\"oc:Resultats de la recèrca per « $1 »\";'),('oc','messages:searchresultshead','s:11:\"oc:Recèrca\";'),('oc','messages:searchsuggest-containing','s:35:\"oc:Cercar lei paginas que contènon\";'),('oc','messages:searchsuggest-search','s:28:\"oc:Recercar sus {{SITENAME}}\";'),('oc','messages:seconds','s:39:\"oc:{{PLURAL:$1|$1 segonda|$1 segondas}}\";'),('oc','messages:seconds-abbrev','s:7:\"ca:$1 s\";'),('oc','messages:seconds-ago','s:40:\"oc:i a $1 {{PLURAL:$1|segonda|segondas}}\";'),('oc','messages:sectioneditnotsupported-text','s:86:\"oc:La modificacion d\'una seccion es pas suportada dins aquesta pagina de modificacion.\";'),('oc','messages:sectioneditnotsupported-title','s:45:\"oc:Modificacion de seccion pas presa en carga\";'),('oc','messages:selfmove','s:121:\"oc:Los títols d’origina e de destinacion son los meteisses : impossible de tornar nomenar una pagina sus ela-meteissa.\";'),('oc','messages:selfredirect','s:264:\"oc:<strong>Atencion:</strong> Sètz a redirigir aquela pagina cap a se meteissa.\nPodètz aver especificat un faus objectiu per la redireccion, o benlèu avètz modificar una pagina incorrècta.\nSe tornatz faire un clic \"$1\" , la redireccion serà çaquelà creada.\";'),('oc','messages:semicolon-separator','s:15:\"fr:&nbsp;;&#32;\";'),('oc','messages:semiprotectedpagemovewarning','s:214:\"oc:<strong>Nòta :<strong> Aquesta pagina es estada protegida per que sonque los utilizaires confirmats automaticament la pòscan tornar mudar. La darrièra entrada del jornal es afichada çai-jos per referéncia :\";'),('oc','messages:semiprotectedpagewarning','s:222:\"oc:<strong>Nòta:</strong> Aquesta pagina es estada protegida d\'un tal biais que sols los contribuidors confirmats automaticament la pòscan modificar. La darrièra entrada del jornal es afichada çai-jos per referéncia :\";'),('oc','messages:sep','s:6:\"oc:set\";'),('oc','messages:september','s:11:\"oc:setembre\";'),('oc','messages:september-gen','s:14:\"oc:de setembre\";'),('oc','messages:servertime','s:21:\"oc:Ora del servidor :\";'),('oc','messages:session_fail_preview','s:424:\"oc:O planhèm, podèm pas enregistrar vòstra modificacion a causa d’una pèrda d’informacions a prepaus de vòstra session.\n\nBenlèu que sètz estat desconnectat. <strong>Verificatz que sètz encara connectat e ensajatz tornamai.</strong>\nSe aquò fracassa tornamai, ensajatz en vos [[Special:UserLogout|desconnectant]], puèi en vos reconnectant, e verificatz que vòstre navigador accèpta los cookies d\'aqueste site.\";'),('oc','messages:session_fail_preview_html','s:451:\"oc:O planhèm, podèm pas enregistrar vòstra modificacion a causa d’una pèrda d’informacions que concernís vòstra session.\n\n<em>Perque {{SITENAME}} a activat l’HTML brut, la previsualizacion es estada amagada per prevenir un atac per JavaScript.</em>\n\n<strong>Se la temptativa de modificacion èra legitima, ensajatz encara.</strong>\nS\'aquò capita pas un còp de mai, [[Special:UserLogout|desconnectatz-vos]], puèi connectatz-vos tornamai.\";'),('oc','messages:sessionfailure','s:234:\"oc:Vòstra session de connexion sembla aver de problèmas ;\naquesta accion es estada anullada en prevencion d’un piratatge de session.\nClicatz sus « Precedent » e tornatz cargar la pagina d’ont venètz, puèi ensajatz tornarmai.\";'),('oc','messages:sessionfailure-title','s:25:\"oc:La session a fracassat\";'),('oc','messages:sessionmanager-tie','s:77:\"ca:No es poden combinar diferents tipus de sol·licituds d\'autenticació: $1.\";'),('oc','messages:sessionprovider-generic','s:14:\"oc:sessions $1\";'),('oc','messages:sessionprovider-mediawiki-session-cookiesessionprovider','s:34:\"oc:sessions basadas sus de cookies\";'),('oc','messages:sessionprovider-nocookies','s:132:\"oc:Es possible que los testimònis (\'\'cookies\'\') sián desactivats. Asseguratz-vos qu\'avètz activat los testimònis e recomençatz.\";'),('oc','messages:shared-repo','s:21:\"oc:un depaus partejat\";'),('oc','messages:shared-repo-from','s:8:\"oc:de $1\";'),('oc','messages:shared-repo-name-wikimediacommons','s:21:\"oc:Wikimèdia Commons\";'),('oc','messages:shareddescriptionfollows','s:4:\"en:-\";'),('oc','messages:sharedupload','s:82:\"oc:Aqueste fichièr proven de $1 e pòt èsser utilizat per d’autres projèctes.\";'),('oc','messages:sharedupload-desc-create','s:148:\"ca:Aquest fitxer és de $1 i potser el fan servir altres projectes.\nPotser voleu modificar-ne la descripció en la seva [$2 pàgina de descripció].\";'),('oc','messages:sharedupload-desc-edit','s:148:\"ca:Aquest fitxer és de $1 i potser el fan servir altres projectes.\nPotser voleu modificar-ne la descripció en la seva [$2 pàgina de descripció].\";'),('oc','messages:sharedupload-desc-here','s:150:\"oc:Aqueste fichièr proven de $1 e pòt èsser utilizat per d\'autres projèctes. La descripcion de [$2 sa pagina de descripcion] es afichada çaijós.\";'),('oc','messages:sharedupload-desc-there','s:140:\"oc:Aqueste fichièr proven de $1 e pòt èsser utilizat per d\'autres projèctes. Vejatz [$2 sa pagina de descripcion] per mai d\'entresenhas.\";'),('oc','messages:shortpages','s:18:\"oc:Paginas brèvas\";'),('oc','messages:shortpages-summary','s:3:\"en:\";'),('oc','messages:show','s:12:\"oc:far veire\";'),('oc','messages:show-big-image','s:21:\"oc:Fichièr d\'origina\";'),('oc','messages:show-big-image-other','s:58:\"oc:{{PLURAL:$2|Autra resolucion|Autras resolucions}} : $1.\";'),('oc','messages:show-big-image-preview','s:40:\"oc:Talha d\'aquesta previsualizacion: $1.\";'),('oc','messages:show-big-image-preview-differ','s:66:\"oc:Talha d\'aquesta previsualizacion $3 per aquest fichièr $2: $1.\";'),('oc','messages:show-big-image-size','s:19:\"oc:$1 × $2 pixèls\";'),('oc','messages:showdiff','s:24:\"oc:Veire los cambiaments\";'),('oc','messages:showhideselectedlogentries','s:54:\"oc:Afichar/amagar las entradas de jornal seleccionadas\";'),('oc','messages:showhideselectedversions','s:44:\"oc:Afichar/amagar las versions seleccionadas\";'),('oc','messages:showingresults','s:77:\"oc:Afichatge de <b>$1</b> resultat{{PLURAL:$1||s}} a partir del n°<b>$2</b>.\";'),('oc','messages:showingresultsinrange','s:157:\"oc:Afichar çaijós fins a {{PLURAL:$1|<strong>1</strong> resultat|<strong>$1</strong> resultats}} dins la seria #<strong>$2</strong> a #<strong>$3</strong>.\";'),('oc','messages:shown-title','s:57:\"oc:Afichar $1 {{PLURAL:$1|resultat|resultats}} per pagina\";'),('oc','messages:showpreview','s:16:\"oc:Previsualizar\";'),('oc','messages:showtoc','s:10:\"oc:afichar\";'),('oc','messages:sidebar','s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";'),('oc','messages:sig-text','s:7:\"en:--$1\";'),('oc','messages:signature','s:61:\"oc:[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|discussion]])\";'),('oc','messages:signature-anon','s:39:\"en:[[{{#special:Contributions}}/$1|$2]]\";'),('oc','messages:signature-temp','s:76:\"ca:[[{{#special:Contributions}}/$1|$2]] ([[{{ns:user_talk}}:$1|discussió]])\";'),('oc','messages:signupend','s:3:\"en:\";'),('oc','messages:signupend-https','s:3:\"en:\";'),('oc','messages:signupstart','s:3:\"en:\";'),('oc','messages:simpleantispam-label','s:62:\"oc:Verificacion antispam.\nInscriviscatz \'\'\'PAS RES\'\'\' dedins !\";'),('oc','messages:site-atom-feed','s:18:\"oc:Flux Atom de $1\";'),('oc','messages:site-rss-feed','s:17:\"oc:Flux RSS de $1\";'),('oc','messages:sitecsspreview','s:120:\"oc:\'\'\'Remembratz-vos que sètz a previsualizar vòstre pròpri fuèlh CSS !\'\'\'\n\'\'\'Es pas estada encara enregistrada !\'\'\'\";'),('oc','messages:sitecssprotected','s:98:\"oc:Avètz pas la permissionde modificar aquela pagina CSS perque pòt afectar  totes los visitors.\";'),('oc','messages:sitejsonpreview','s:132:\"oc:<strong>Remembratz-vos que fasètz pas que previsualizar aquesta configuracion JSON.\nEs pas encara estada salvagardada !</strong>\";'),('oc','messages:sitejsonprotected','s:99:\"oc:Avètz pas la permission de modificar aquela pagina JSON perque pòt afectar totes los visitors.\";'),('oc','messages:sitejspreview','s:121:\"oc:\'\'\'Remembratz-vos que sètz a visualizar o testar vòstre còdi JavaScript e qu’es pas encara estat enregistrat !\'\'\'\";'),('oc','messages:sitejsprotected','s:112:\"oc:Avètz pas la permissions de modificar aquela pagina de Javascript perque poiriá afectar totes los visitors.\";'),('oc','messages:sitenotice','s:4:\"en:-\";'),('oc','messages:siterawhtmlprotected','s:134:\"oc:Avètz pas la permission d\'editar aquela pagina perque conten sonque còdi HTML pur. La modificar pòt afectar totes los vistitors.\";'),('oc','messages:sitesubtitle','s:3:\"en:\";'),('oc','messages:sitetitle','s:15:\"en:{{SITENAME}}\";'),('oc','messages:siteuser','s:32:\"oc:Utilizaire $1 de {{SITENAME}}\";'),('oc','messages:siteusers','s:125:\"oc:{{PLURAL:$2|{{GENDER:$1|l’utilizaire|l’utilizaira}}|{{Gender:$1|los utilizaires|las utilizairas}}}} $1 de {{SITENAME}}\";'),('oc','messages:size-bytes','s:32:\"oc:$1 {{PLURAL:$1|octet|octets}}\";'),('oc','messages:size-exabytes','s:11:\"fr:$1 Eio\";'),('oc','messages:size-exapixel','s:13:\"fr:$1&nbsp;Ep\";'),('oc','messages:size-gigabytes','s:8:\"oc:$1 Go\";'),('oc','messages:size-gigapixel','s:13:\"fr:$1&nbsp;Gp\";'),('oc','messages:size-kilobytes','s:8:\"oc:$1 Ko\";'),('oc','messages:size-kilopixel','s:11:\"fr:$1 kpx\";'),('oc','messages:size-megabytes','s:8:\"oc:$1 Mo\";'),('oc','messages:size-megapixel','s:13:\"fr:$1&nbsp;Mp\";'),('oc','messages:size-petabytes','s:11:\"fr:$1 Pio\";'),('oc','messages:size-petapixel','s:13:\"fr:$1&nbsp;Pp\";'),('oc','messages:size-pixel','s:27:\"fr:$1 pixel{{PLURAL:$1||s}}\";'),('oc','messages:size-quettabytes','s:11:\"fr:$1 Qio\";'),('oc','messages:size-quettapixel','s:10:\"fr:$1 QP\";'),('oc','messages:size-ronnabytes','s:11:\"fr:$1 Rio\";'),('oc','messages:size-ronnapixel','s:10:\"fr:$1 RP\";'),('oc','messages:size-terabytes','s:11:\"fr:$1 Tio\";'),('oc','messages:size-terapixel','s:13:\"fr:$1&nbsp;Tp\";'),('oc','messages:size-yottabytes','s:11:\"fr:$1 Yio\";'),('oc','messages:size-yottapixel','s:13:\"fr:$1&nbsp;Yp\";'),('oc','messages:size-zettabytes','s:11:\"fr:$1 Zio\";'),('oc','messages:size-zettapixel','s:9:\"fr:$1 Zp\";'),('oc','messages:skin-action-addsection','s:23:\"oc:Apondre un subjècte\";'),('oc','messages:skin-action-delete','s:11:\"oc:Suprimir\";'),('oc','messages:skin-action-move','s:12:\"oc:Renomenar\";'),('oc','messages:skin-action-protect','s:11:\"oc:Protegir\";'),('oc','messages:skin-action-undelete','s:12:\"oc:Restablir\";'),('oc','messages:skin-action-unprotect','s:14:\"oc:Desprotegir\";'),('oc','messages:skin-action-viewdeleted','s:12:\"oc:Veire $1?\";'),('oc','messages:skin-action-viewsource','s:18:\"oc:Afichar la font\";'),('oc','messages:skin-preview','s:16:\"oc:Previsualizar\";'),('oc','messages:skin-view-create','s:8:\"oc:Crear\";'),('oc','messages:skin-view-create-local','s:33:\"oc:Apondre una descripcion locala\";'),('oc','messages:skin-view-edit','s:12:\"oc:Modificar\";'),('oc','messages:skin-view-edit-local','s:34:\"oc:Modificar la descripcion locala\";'),('oc','messages:skin-view-foreign','s:15:\"oc:Veire sus $1\";'),('oc','messages:skin-view-history','s:18:\"oc:Veire l\'istoric\";'),('oc','messages:skin-view-view','s:8:\"oc:Legir\";'),('oc','messages:skinname-minerva','s:10:\"en:Minerva\";'),('oc','messages:skinname-vector','s:24:\"oc:Vector (version 2010)\";'),('oc','messages:skinname-vector-2022','s:16:\"ca:Vector (2022)\";'),('oc','messages:slot-name-main','s:12:\"oc:Principal\";'),('oc','messages:softblockrangesreason','s:99:\"ca:Les aportacions anònimes no són admeses des de la vostra adreça IP ($1). Inicieu una sessió.\";'),('oc','messages:sorbs','s:8:\"fr:DNSBL\";'),('oc','messages:sorbs_create_account_reason','s:122:\"oc:Vòstra adreça IP es listada en tant que mandatari (proxy) dobèrt DNSBL per {{SITENAME}}.\nPodètz pas crear un compte\";'),('oc','messages:sorbsreason','s:94:\"oc:Vòstra adreça IP es listada en tant que mandatari (proxy) dobèrt DNSBL per {{SITENAME}}.\";'),('oc','messages:sort-ascending','s:31:\"oc:Botar en òrdre descreissent\";'),('oc','messages:sort-descending','s:28:\"oc:Botar en òrdre creissent\";'),('oc','messages:sort-initial','s:16:\"oc:Tria iniciala\";'),('oc','messages:sort-rowspan-error','s:184:\"oc:Aquesta pagina contèn un tablèu amb un atribut rowspan qu\'ocupa mai de linhas qu\'ocupa mai de linhas que lo contengut reau dau tablèu. Podètz o corregir en modificant la pagina.\";'),('oc','messages:sourcefilename','s:26:\"oc:Nom del fichièr font :\";'),('oc','messages:sourceurl','s:13:\"oc:URL font :\";'),('oc','messages:sp-contributions-blocked-notice','s:139:\"oc:Aqueste utilizaire es actualament blocat. La darrièra entrada del jornal dels blocatges es indicada çaijós a títol d’informacion :\";'),('oc','messages:sp-contributions-blocked-notice-anon','s:140:\"oc:Aquesta adreça IP es actualament blocada.\nLa darrièra intrada del jornal dels blocatges es indicada çaijós a títol d’informacion :\";'),('oc','messages:sp-contributions-blocked-notice-anon-partial','s:138:\"ca:Actualment, aquesta adreça IP es troba parcialment blocada.\nPer més detalls, l\'última entrada del registre es mostra a continuació:\";'),('oc','messages:sp-contributions-blocked-notice-partial','s:144:\"ca:Actualment, aquest compte d\'usuari està parcialment blocat.\nPer a més informació, a continuació es mostra l\'última entrada del registre:\";'),('oc','messages:sp-contributions-blocklog','s:25:\"oc:Istoric dels blocatges\";'),('oc','messages:sp-contributions-concurrency-ip','s:108:\"ca:Ho sentim. Hi ha massa sol·licituds fetes des de la vostra adreça IP. Torneu-ho a provar més endavant.\";'),('oc','messages:sp-contributions-concurrency-user','s:102:\"ca:Ho sentim. Hi ha massa sol·licituds fetes des del vostre compte. Torneu-ho a provar més endavant.\";'),('oc','messages:sp-contributions-deleted','s:68:\"oc:contribucions de l\'{{GENDER:$1|utilizaire|utilizaira}} suprimidas\";'),('oc','messages:sp-contributions-explain','s:3:\"en:\";'),('oc','messages:sp-contributions-footer','s:4:\"en:-\";'),('oc','messages:sp-contributions-footer-anon','s:4:\"en:-\";'),('oc','messages:sp-contributions-footer-anon-range','s:4:\"en:-\";'),('oc','messages:sp-contributions-hideminor','s:35:\"oc:Amagar las modificacions menoras\";'),('oc','messages:sp-contributions-logs','s:10:\"oc:jornals\";'),('oc','messages:sp-contributions-newonly','s:69:\"oc:Afichar unicament las modificacions que son de creacions de pagina\";'),('oc','messages:sp-contributions-outofrange','s:114:\"ca:No és possible mostrar els resultats. L\'interval demanat d\'adreces IP és més gran que el límit CIDR de /$1.\";'),('oc','messages:sp-contributions-search','s:27:\"oc:Cercar las contribucions\";'),('oc','messages:sp-contributions-submit','s:9:\"oc:Cercar\";'),('oc','messages:sp-contributions-suppresslog','s:68:\"oc:contribucions de l\'{{GENDER:$1|utilizaire|utilizaira}} suprimidas\";'),('oc','messages:sp-contributions-talk','s:11:\"oc:Discutir\";'),('oc','messages:sp-contributions-toponly','s:72:\"oc:Mostrar sonque las contribucions que son las darrièras dels articles\";'),('oc','messages:sp-contributions-uploads','s:11:\"oc:impòrts\";'),('oc','messages:sp-contributions-username','s:36:\"oc:Adreça IP o nom d’utilizaire :\";'),('oc','messages:sp-contributions-userrights','s:50:\"oc:gerir los dreits d’utilizair{{GENDER:$1|e|a}}\";'),('oc','messages:sp-deletedcontributions-contribs','s:16:\"oc:contribucions\";'),('oc','messages:sp-newimages-showfrom','s:59:\"oc:Afichar los imatges novèls importats dempuèi lo $2, $1\";'),('oc','messages:spam_blanking','s:68:\"oc:Totas las versions que contenon de ligams cap a $1 son blanquidas\";'),('oc','messages:spam_deleting','s:63:\"oc:Totas las versions contenián de ligams cap a $1, supression\";'),('oc','messages:spam_reverting','s:72:\"oc:Restabliment de la darrièra version que conten pas de ligam cap a $1\";'),('oc','messages:spambot_username','s:33:\"oc:Netejatge de spam de MediaWiki\";'),('oc','messages:spamprotectionmatch','s:76:\"oc:La cadena de caractèrs « \'\'\'$1\'\'\' » a desenclavat lo detector de spam.\";'),('oc','messages:spamprotectiontext','s:173:\"oc:La pagina qu\'avètz ensajat de publicar es estada blocada pel filtre antispam.\nAquò es probablament causat per un ligam sus lista negra que punta cap a un site extèrne.\";'),('oc','messages:spamprotectiontitle','s:52:\"oc:Pagina protegida automaticament per causa de spam\";'),('oc','messages:special-characters-group-arabic','s:8:\"oc:Arabi\";'),('oc','messages:special-characters-group-arabicextended','s:17:\"oc:Arabi espandit\";'),('oc','messages:special-characters-group-bangla','s:10:\"oc:Bengali\";'),('oc','messages:special-characters-group-canadianaboriginal','s:25:\"ca:Sil·labaris canadencs\";'),('oc','messages:special-characters-group-cyrillic','s:11:\"oc:Cirillic\";'),('oc','messages:special-characters-group-devanagari','s:13:\"oc:Devanagari\";'),('oc','messages:special-characters-group-greek','s:8:\"oc:Grèc\";'),('oc','messages:special-characters-group-greekextended','s:17:\"oc:Grèc espandit\";'),('oc','messages:special-characters-group-gujarati','s:11:\"oc:Gujarati\";'),('oc','messages:special-characters-group-hebrew','s:9:\"oc:Ebrieu\";'),('oc','messages:special-characters-group-ipa','s:6:\"oc:API\";'),('oc','messages:special-characters-group-khmer','s:8:\"oc:Cmèr\";'),('oc','messages:special-characters-group-lao','s:10:\"oc:Laocian\";'),('oc','messages:special-characters-group-latin','s:8:\"oc:Latin\";'),('oc','messages:special-characters-group-latinextended','s:17:\"oc:Latin espandit\";'),('oc','messages:special-characters-group-persian','s:9:\"oc:Pèrse\";'),('oc','messages:special-characters-group-runes','s:8:\"oc:Runas\";'),('oc','messages:special-characters-group-sinhala','s:12:\"oc:Cingalés\";'),('oc','messages:special-characters-group-symbols','s:11:\"oc:Simbòls\";'),('oc','messages:special-characters-group-tamil','s:8:\"oc:Tamol\";'),('oc','messages:special-characters-group-telugu','s:10:\"oc:Telogó\";'),('oc','messages:special-characters-group-thai','s:6:\"oc:Tai\";'),('oc','messages:special-characters-title-emdash','s:13:\"oc:jonhent em\";'),('oc','messages:special-characters-title-endash','s:18:\"oc:jonhent anglés\";'),('oc','messages:special-characters-title-minus','s:13:\"oc:signe mens\";'),('oc','messages:specialdeletepage-page','s:25:\"ca:Pàgina de destinació\";'),('oc','messages:specialdeletepage-submit','s:20:\"ca:Vés a la pàgina\";'),('oc','messages:specialeditpage-page','s:24:\"oc:Pagina de destinacion\";'),('oc','messages:specialeditpage-submit','s:19:\"oc:Anar a la pagina\";'),('oc','messages:speciallogtitlelabel','s:50:\"oc:Cibla (títol o {{ns:user}}:nom d\'utilizaire) :\";'),('oc','messages:specialloguserlabel','s:10:\"oc:Autor :\";'),('oc','messages:specialmute','s:9:\"oc:Amudir\";'),('oc','messages:specialmute-email-footer','s:85:\"ca:Per a gestionar les preferències de correu de l\'usuari {{BIDI:$2}}, visiteu <$1>.\";'),('oc','messages:specialmute-error-invalid-user','s:54:\"ca:No s’ha trobat el nom d’usuari que heu indicat.\";'),('oc','messages:specialmute-error-no-options','s:283:\"ca:Les funcions de silenci no estan disponibles. Això és possible perquè no heu confirmat la vostra adreça de correu electrònic, o perquè l’administrador del wiki ha inhabilitat les funcions de correu electrònic i/o la llista d\'adreces electròniques excloses d\'aquest wiki.\";'),('oc','messages:specialmute-header','s:100:\"ca:Seleccioneu les vostres preferències de silenciament de l\'usuari <b>{{BIDI:[[User:$1|$1]]}}</b>.\";'),('oc','messages:specialmute-label-mute-email','s:69:\"ca:Silencia els missatges de correu electrònic de {{GENDER:$1|user}}\";'),('oc','messages:specialmute-login-required','s:69:\"ca:Inicieu una sessió per canviar les preferències de silenciament.\";'),('oc','messages:specialmute-submit','s:12:\"oc:Confirmar\";'),('oc','messages:specialmute-success','s:147:\"ca:S\'han actualitzat les vostres preferències de silenciament. Vegeu tots els usuaris silenciats a les [[Special:Preferences|your preferències]].\";'),('oc','messages:specialpage','s:19:\"oc:Pagina especiala\";'),('oc','messages:specialpage-empty','s:27:\"oc:Aquesta pagina es voida.\";'),('oc','messages:specialpage-securitylevel-not-allowed','s:92:\"ca:Ho sentim, no podeu utilitzar la pàgina perquè no es pot verificar la vostra identitat.\";'),('oc','messages:specialpage-securitylevel-not-allowed-title','s:11:\"oc:Interdit\";'),('oc','messages:specialpagehistory-page','s:24:\"oc:Pagina de destinacion\";'),('oc','messages:specialpagehistory-submit','s:19:\"oc:Anar a la pagina\";'),('oc','messages:specialpageinfo-page','s:24:\"oc:Pagina de destinacion\";'),('oc','messages:specialpageinfo-submit','s:19:\"oc:Anar a la pagina\";'),('oc','messages:specialpages','s:21:\"oc:Paginas especialas\";'),('oc','messages:specialpages-group-changes','s:34:\"oc:Darrièrs cambiaments e jornals\";'),('oc','messages:specialpages-group-developer','s:27:\"oc:Aisinas del desvolopaire\";'),('oc','messages:specialpages-group-highuse','s:37:\"oc:Utilizacion intensa de las paginas\";'),('oc','messages:specialpages-group-login','s:30:\"oc:S\'identificar / s\'inscriure\";'),('oc','messages:specialpages-group-maintenance','s:26:\"oc:Rapòrts de mantenença\";'),('oc','messages:specialpages-group-media','s:53:\"oc:Rapòrts dels fichièrs de mèdias e dels impòrts\";'),('oc','messages:specialpages-group-other','s:28:\"oc:Autras paginas especialas\";'),('oc','messages:specialpages-group-pages','s:20:\"oc:Listas de paginas\";'),('oc','messages:specialpages-group-pagetools','s:26:\"oc:Aisinas per las paginas\";'),('oc','messages:specialpages-group-redirects','s:15:\"oc:Redireccions\";'),('oc','messages:specialpages-group-spam','s:19:\"oc:Aisinas antispam\";'),('oc','messages:specialpages-group-users','s:32:\"oc:Utilizaires e dreits estacats\";'),('oc','messages:specialpages-group-wiki','s:20:\"oc:Donadas e aisinas\";'),('oc','messages:specialpages-note-cached','s:4:\"en:-\";'),('oc','messages:specialpages-note-restricted','s:112:\"oc:* Paginas especialas normalas.\n* <span class=\"mw-specialpagerestricted\">Paginas especialas restrentas.</span>\";'),('oc','messages:specialpages-note-top','s:10:\"oc:Legenda\";'),('oc','messages:specialpages-summary','s:3:\"en:\";'),('oc','messages:specialprotectpage-page','s:25:\"ca:Pàgina de destinació\";'),('oc','messages:specialprotectpage-submit','s:19:\"oc:Anar a la pagina\";'),('oc','messages:specialpurge-page','s:24:\"oc:Pagina de destinacion\";'),('oc','messages:specialpurge-submit','s:19:\"oc:Anar a la pagina\";'),('oc','messages:statistics','s:15:\"oc:Estatisticas\";'),('oc','messages:statistics-articles','s:23:\"oc:Paginas de contengut\";'),('oc','messages:statistics-articles-desc','s:3:\"en:\";'),('oc','messages:statistics-edits','s:71:\"oc:Modificacions de paginas dempuèi que {{SITENAME}} foguèt installat\";'),('oc','messages:statistics-edits-average','s:35:\"oc:Modificacions mejanas per pagina\";'),('oc','messages:statistics-files','s:22:\"oc:Fichièrs importats\";'),('oc','messages:statistics-files-desc','s:3:\"en:\";'),('oc','messages:statistics-footer','s:3:\"en:\";'),('oc','messages:statistics-header-edits','s:32:\"oc:Estatisticas sus las edicions\";'),('oc','messages:statistics-header-hooks','s:22:\"oc:Autras estatisticas\";'),('oc','messages:statistics-header-pages','s:30:\"oc:Estatisticas de las paginas\";'),('oc','messages:statistics-header-users','s:28:\"oc:Estatisticas d\'utilizaire\";'),('oc','messages:statistics-pages','s:10:\"oc:Paginas\";'),('oc','messages:statistics-pages-desc','s:88:\"oc:Totas las paginas del wiki, enclusas las paginas de discussion, las redireccions, ...\";'),('oc','messages:statistics-summary','s:3:\"en:\";'),('oc','messages:statistics-users','s:27:\"oc:Utilizaires enregistrats\";'),('oc','messages:statistics-users-active','s:21:\"oc:Utilizaires actius\";'),('oc','messages:statistics-users-active-desc','s:106:\"oc:Utilizaires qu\'an fait al mens una accion pendent {{PLURAL:$1|lo darrièr jorn|los $1 darrièrs jorns}}\";'),('oc','messages:storedversion','s:23:\"oc:Version enregistrada\";'),('oc','messages:subcategories','s:16:\"oc:Soscategorias\";'),('oc','messages:subject','s:14:\"oc:Subjècte :\";'),('oc','messages:summary','s:12:\"oc:Resumit :\";'),('oc','messages:summary-preview','s:48:\"oc:Previsualizacion del resumit de modificacion:\";'),('oc','messages:sun','s:7:\"oc:Dimg\";'),('oc','messages:sunday','s:10:\"oc:dimenge\";'),('oc','messages:sunday-at','s:15:\"oc:Dimenge a $1\";'),('oc','messages:suppress','s:12:\"oc:Supressor\";'),('oc','messages:suppressionlog','s:28:\"oc:Jornal de las supressions\";'),('oc','messages:suppressionlogtext','s:252:\"oc:Çaijós, se tròba la lista de las supressions e dels blocatges que comprenon las revisions amagadas als administrators. Vejatz [[Special:BlockList|la lista dels blocatges de las IP]] per la lista dels fòrabandiments e dels blocatges operacionals.\";'),('oc','messages:suspicious-userlogout','s:146:\"oc:Vòstra demanda de desconnexion es estada refusada perque sembla qu’es estada mandada per un navigador copat o la mesa en cache d’un proxy.\";'),('oc','messages:svg-long-desc','s:59:\"oc:Fichièr SVG, resolucion de $1 × $2 pixèls, talha : $3\";'),('oc','messages:svg-long-desc-animated','s:70:\"oc:Fichièr SVG animat, talha $1 x $2 pixèls, talha del fichièr : $3\";'),('oc','messages:svg-long-error','s:28:\"oc:Fichièr SVG invalid : $1\";'),('oc','messages:syntaxhighlight-desc','s:161:\"oc:Provesís la mesa en relèu de la sintaxi per la balisa <code>&lt;syntaxhighlight&gt;</code> en utilizant [http://pygments.org/ la coloracion sintaxica GeSHi]\";'),('oc','messages:syntaxhighlight-enclose-category','s:51:\"fr:Pages utilisant des attributs enclose obsolètes\";'),('oc','messages:syntaxhighlight-enclose-category-desc','s:88:\"fr:La coloration syntaxique sur la page utilise une syntaxe « enclose » obsolète.\";'),('oc','messages:syntaxhighlight-error-category','s:47:\"oc:Paginas amb d\'errors de coloracion sintaxica\";'),('oc','messages:syntaxhighlight-error-category-desc','s:90:\"fr:Il y a eu une erreur lors de la tentative de mise en valeur du code inclus sur la page.\";'),('oc','messages:syntaxhighlight-error-exceeds-size-limit','s:105:\"fr:La taille du code ($1 octet{{PLURAL:$1||s}}) dépasse le maximum autorisé ($2 octet{{PLURAL:$2||s}})\";'),('oc','messages:syntaxhighlight-error-pygments-invocation-failure','s:32:\"fr:Impossible d\'appeler Pygments\";'),('oc','messages:syntaxhighlight-error-unknown-language','s:23:\"fr:Langue inconnue \"$1\"\";'),('oc','messages:syntaxhighlight-source-category','s:47:\"ca:Pàgines que usen etiquetes source obsoletes\";'),('oc','messages:syntaxhighlight-source-category-desc','s:78:\"fr:La coloration syntaxique sur la page utilise des balises source obsolètes.\";'),('oc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code','s:7:\"ca:Codi\";'),('oc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language','s:8:\"oc:Lenga\";'),('oc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none','s:10:\"fr:(aucun)\";'),('oc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines','s:32:\"ca:Mostra els números de línia\";'),('oc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline','s:29:\"fr:Numéro de ligne de début\";'),('oc','messages:syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title','s:17:\"oc:blòc de còdi\";'),('oc','messages:systemblockedtext','s:318:\"oc:Lo vòstre nom d\'usatgièr o adreça IP foguèt estat blocat automaticament pel MediaWiki.\nLo motiu balhat es:\n\n:<em>$2</em>\n\n* Començament del blocatge: $8\n* Fin del delai de blocatge: $6\n* Element pertocat: $7\n\nLa vòstra adreça IP actuala es $3.\nApondètz las donadas de mai amont per cada demanda  que faretz.\";'),('oc','messages:table_pager_empty','s:22:\"oc:Pas cap de resultat\";'),('oc','messages:table_pager_first','s:19:\"oc:Primièra pagina\";'),('oc','messages:table_pager_last','s:19:\"oc:Darrièra pagina\";'),('oc','messages:table_pager_limit','s:35:\"oc:Far veire $1 elements per pagina\";'),('oc','messages:table_pager_limit_label','s:25:\"oc:Resultats per pagina :\";'),('oc','messages:table_pager_limit_submit','s:10:\"oc:Accedir\";'),('oc','messages:table_pager_next','s:18:\"oc:Pagina seguenta\";'),('oc','messages:table_pager_prev','s:20:\"oc:Pagina precedenta\";'),('oc','messages:tag-filter','s:41:\"oc:Filtrar las [[Special:Tags|balisas]] :\";'),('oc','messages:tag-filter-submit','s:10:\"oc:Filtrar\";'),('oc','messages:tag-hidden','s:23:\"ca:$1 (etiqueta oculta)\";'),('oc','messages:tag-list-wrapper','s:53:\"oc:[[Special:Tags|{{PLURAL:$1|Balisa|Balisas}}]] : $2\";'),('oc','messages:tag-mobile_edit','s:25:\"oc:Modificacion per mobil\";'),('oc','messages:tag-mobile_edit-description','s:46:\"ca:Modificació feta des de mòbil (web o app)\";'),('oc','messages:tag-mobile_web_edit','s:29:\"oc:Modificacion pel web mobil\";'),('oc','messages:tag-mobile_web_edit-description','s:50:\"ca:Modificació feta des de lloc web per a mòbils\";'),('oc','messages:tag-mw-blank','s:12:\"ca:Buidament\";'),('oc','messages:tag-mw-blank-description','s:43:\"ca:Modificacions que blanquegen una pàgina\";'),('oc','messages:tag-mw-changed-redirect-target','s:46:\"ca:La destinació de la redirecció ha canviat\";'),('oc','messages:tag-mw-changed-redirect-target-description','s:61:\"ca:Modificacions que canvien la destinació d\'una redirecció\";'),('oc','messages:tag-mw-contentmodelchange','s:30:\"ca:canvi de model de contingut\";'),('oc','messages:tag-mw-contentmodelchange-description','s:140:\"ca:Modificacions que [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:ChangeContentModel canvien el model de contingut] d\'una pàgina\";'),('oc','messages:tag-mw-manual-revert','s:19:\"ca:Reversió manual\";'),('oc','messages:tag-mw-manual-revert-description','s:79:\"ca:Modificacions que restauren manualment la pàgina a un estat anterior exacte\";'),('oc','messages:tag-mw-new-redirect','s:22:\"oc:Redireccion novèla\";'),('oc','messages:tag-mw-new-redirect-description','s:87:\"ca:Modificacions que creen una redirecció nova o canvien una pàgina a una redirecció\";'),('oc','messages:tag-mw-removed-redirect','s:24:\"oc:Redireccion suprimida\";'),('oc','messages:tag-mw-removed-redirect-description','s:85:\"ca:Modificacions que canvien una redirecció existent a una pàgina sense redirecció\";'),('oc','messages:tag-mw-replace','s:15:\"ca:Substitució\";'),('oc','messages:tag-mw-replace-description','s:70:\"ca:Modificacions que eliminen més del 90% del contingut d\'una pàgina\";'),('oc','messages:tag-mw-reverted','s:12:\"ca:Revertida\";'),('oc','messages:tag-mw-reverted-description','s:71:\"ca:Modificacions revertides més endavant amb una modificació diferent\";'),('oc','messages:tag-mw-rollback','s:12:\"ca:Reversió\";'),('oc','messages:tag-mw-rollback-description','s:76:\"ca:Modificacions que desfan les anteriors fent servir l\'enllaç de Reverteix\";'),('oc','messages:tag-mw-server-side-upload','s:35:\"ca:Càrrega del costat del servidor\";'),('oc','messages:tag-mw-server-side-upload-description','s:61:\"ca:Fitxers multimèdia carregats amb un script de manteniment\";'),('oc','messages:tag-mw-undo','s:10:\"ca:Desfés\";'),('oc','messages:tag-mw-undo-description','s:74:\"ca:Modificacions que desfan les anteriors fent servir l\'enllaç de Desfés\";'),('oc','messages:tagline','s:30:\"oc:Un article de {{SITENAME}}.\";'),('oc','messages:tags','s:39:\"oc:Balisas de las modificacions validas\";'),('oc','messages:tags-actions-header','s:10:\"oc:Accions\";'),('oc','messages:tags-activate','s:10:\"oc:activar\";'),('oc','messages:tags-activate-not-allowed','s:45:\"ca:No és possible activar l\'etiqueta «$1».\";'),('oc','messages:tags-activate-not-found','s:33:\"ca:L\'etiqueta «$1» no existeix.\";'),('oc','messages:tags-activate-question','s:44:\"ca:Esteu a punt d\'activar l\'etiqueta «$1».\";'),('oc','messages:tags-activate-reason','s:10:\"oc:Motiu :\";'),('oc','messages:tags-activate-submit','s:10:\"oc:Activar\";'),('oc','messages:tags-activate-title','s:20:\"oc:Activar la balisa\";'),('oc','messages:tags-active-header','s:10:\"oc:Actiu ?\";'),('oc','messages:tags-active-no','s:6:\"oc:Non\";'),('oc','messages:tags-active-yes','s:6:\"oc:Òc\";'),('oc','messages:tags-apply-blocked','s:108:\"ca:No podeu aplicar etiquetes de canvis amb els vostres canvis mentre estigueu {{GENDER:$1|blocat|blocada}}.\";'),('oc','messages:tags-apply-no-permission','s:70:\"ca:No teniu permís per canviar etiquetes juntament amb altres canvis.\";'),('oc','messages:tags-apply-not-allowed-multi','s:96:\"ca:No es permet aplicar manualment {{PLURAL:$2|l\'etiqueta següent|les etiquetes següents}}: $1\";'),('oc','messages:tags-apply-not-allowed-one','s:53:\"ca:No es permet aplicar l\'etiqueta «$1» manualment.\";'),('oc','messages:tags-create-already-exists','s:31:\"ca:L\'etiqueta \"$1\" ja existeix.\";'),('oc','messages:tags-create-explanation','s:86:\"ca:Per defecte, les etiquetes acabades de crear estaran disponibles per usuaris i bots\";'),('oc','messages:tags-create-heading','s:27:\"oc:Crear una balisa novèla\";'),('oc','messages:tags-create-invalid-chars','s:136:\"ca:Els noms d\'etiqueta no han de contenir comes (<code>,</code>), barres verticals(<code>|</code>) ni barres obliqües (<code>/</code>).\";'),('oc','messages:tags-create-invalid-title-chars','s:99:\"ca:Els noms d\'etiqueta no poden contenir caràcters que no es poden usar en els títols de pàgina.\";'),('oc','messages:tags-create-no-name','s:39:\"ca:Heu d\'especificar un nom d\'etiqueta.\";'),('oc','messages:tags-create-reason','s:10:\"oc:Rason :\";'),('oc','messages:tags-create-submit','s:8:\"oc:Crear\";'),('oc','messages:tags-create-tag-name','s:21:\"oc:Nom de la balisa :\";'),('oc','messages:tags-create-warnings-above','s:139:\"ca:{{PLURAL:$2|S\'ha registrat la següent advertència|S\'han registrat les següents advertències}} durant la creació de l\'etiqueta \"$1\":\";'),('oc','messages:tags-create-warnings-below','s:37:\"ca:Voleu continuar creant l\'etiqueta?\";'),('oc','messages:tags-deactivate','s:13:\"oc:desactivar\";'),('oc','messages:tags-deactivate-not-allowed','s:48:\"ca:No és possible desactivar l\'etiqueta «$1».\";'),('oc','messages:tags-deactivate-question','s:48:\"ca:Esteu a punt de desactivar l\'etiqueta «$1».\";'),('oc','messages:tags-deactivate-reason','s:10:\"oc:Motiu :\";'),('oc','messages:tags-deactivate-submit','s:13:\"oc:Desactivar\";'),('oc','messages:tags-deactivate-title','s:23:\"oc:Desactivar la balisa\";'),('oc','messages:tags-delete','s:11:\"oc:suprimir\";'),('oc','messages:tags-delete-explanation-active','s:205:\"ca:<strong>L\'etiqueta \"$1\" encara està activa, i continuarà aplicant-se en el futur.</strong> Per evitar que això passi, dirigiu-vos al lloc (o llocs) d\'activació de l\'etiqueta i deshabiliteu-la allà.\";'),('oc','messages:tags-delete-explanation-in-use','s:139:\"ca:Se suprimirà de {{PLURAL:$2|$2 revisió o entrada de registre|totes les $2 revisions i/o entrades de registre}} on s\'aplica actualment.\";'),('oc','messages:tags-delete-explanation-initial','s:65:\"ca:Esteu a punt d\'eliminar l\'etiqueta «$1» de la base de dades.\";'),('oc','messages:tags-delete-explanation-warning','s:217:\"ca:Aquesta acció és <strong>irreversible</strong> i <strong>no es pot desfer</strong>, ni tan sols els administradors de la base de dades poden desfer-la. Assegureu-vos que aquesta és l\'etiqueta que voleu suprimir.\";'),('oc','messages:tags-delete-no-permission','s:60:\"ca:No teniu permisos per a eliminar les etiquetes de canvis.\";'),('oc','messages:tags-delete-not-allowed','s:114:\"ca:Les etiquetes definides per una extensió no es poden esborrar tret que l\'extensió ho permeti específicament.\";'),('oc','messages:tags-delete-not-found','s:33:\"ca:L\'etiqueta «$1» no existeix.\";'),('oc','messages:tags-delete-reason','s:10:\"oc:Motiu :\";'),('oc','messages:tags-delete-submit','s:46:\"ca:Suprimeix irreversiblement aquesta etiqueta\";'),('oc','messages:tags-delete-title','s:21:\"oc:Suprimir la balisa\";'),('oc','messages:tags-delete-too-many-uses','s:113:\"ca:L\'etiqueta «$1» s\'aplica a més {{PLURAL:$2|d\'$2 revisió|de $2 revisions}} i, per tant, no pot eliminar-se.\";'),('oc','messages:tags-delete-warnings-after-delete','s:144:\"ca:L\'etiqueta «$1» ha estat esborrada, però {{PLURAL:$2|s\'ha registrat l\'advertència següent|s\'han registrat les advertències següents}}:\";'),('oc','messages:tags-description-header','s:36:\"oc:Descripcion completa de la balisa\";'),('oc','messages:tags-display-header','s:46:\"oc:Aparéncia dins las listas de modificacions\";'),('oc','messages:tags-edit','s:12:\"oc:modificar\";'),('oc','messages:tags-edit-add','s:29:\"oc:Apondre aquestas balisas :\";'),('oc','messages:tags-edit-chosen-no-results','s:49:\"ca:No s’han trobat coincidències d’etiquetes\";'),('oc','messages:tags-edit-chosen-placeholder','s:31:\"oc:Seleccionar certanas balisas\";'),('oc','messages:tags-edit-existing-tags','s:23:\"oc:Balisas existentas :\";'),('oc','messages:tags-edit-existing-tags-none','s:19:\"oc:<em>Pas cap</em>\";'),('oc','messages:tags-edit-failure','s:42:\"ca:No s’han pogut aplicar els canvis:\n$1\";'),('oc','messages:tags-edit-logentry-explanation','s:3:\"en:\";'),('oc','messages:tags-edit-logentry-legend','s:112:\"ca:Afegeix o suprimeix etiquetes {{PLURAL:$1|d\'aquesta entrada del registre|de totes les entrades del registre}}\";'),('oc','messages:tags-edit-logentry-selected','s:93:\"ca:{{PLURAL:$1|Esdeveniment de registre seleccionat|Esdeveniments de registre seleccionats}}:\";'),('oc','messages:tags-edit-logentry-submit','s:88:\"ca:Aplica els canvis a {{PLURAL:$1|aquesta entrada de registre|$1 entrades de registre}}\";'),('oc','messages:tags-edit-manage-link','s:20:\"oc:Gerir las balisas\";'),('oc','messages:tags-edit-new-tags','s:21:\"oc:Balisas novèlas :\";'),('oc','messages:tags-edit-none-selected','s:63:\"ca:Seleccioneu com a mínim una etiqueta per afegir o suprimir.\";'),('oc','messages:tags-edit-nooldid-text','s:119:\"ca:O bé no heu especificat una revisió de destinació en realitzar la funció o la revisió especificada no existeix.\";'),('oc','messages:tags-edit-nooldid-title','s:36:\"ca:Revisió de l\'objectiu no vàlida\";'),('oc','messages:tags-edit-reason','s:10:\"oc:Motiu :\";'),('oc','messages:tags-edit-remove','s:30:\"oc:Suprimir aquestas balisas :\";'),('oc','messages:tags-edit-remove-all-tags','s:31:\"oc:(suprimir totas las balisas)\";'),('oc','messages:tags-edit-revision-explanation','s:3:\"en:\";'),('oc','messages:tags-edit-revision-legend','s:91:\"ca:Afegeix o suprimeix etiquetes {{PLURAL:$1|d\'aquesta revisió|de totes les $1 revisions}}\";'),('oc','messages:tags-edit-revision-selected','s:74:\"ca:{{PLURAL:$1|Revisió seleccionada|Revisions seleccionades}} de [[:$2]]:\";'),('oc','messages:tags-edit-revision-submit','s:68:\"ca:Aplica els canvis a {{PLURAL:$1|a aquesta revisió|$1 revisions}}\";'),('oc','messages:tags-edit-success','s:30:\"ca:S’han aplicat els canvis.\";'),('oc','messages:tags-edit-title','s:24:\"oc:Modificar las balisas\";'),('oc','messages:tags-hidden','s:13:\"oc:(escondut)\";'),('oc','messages:tags-hitcount','s:42:\"oc:$1 {{PLURAL:$1|cambiament|cambiaments}}\";'),('oc','messages:tags-hitcount-header','s:26:\"oc:Modificacions balisadas\";'),('oc','messages:tags-intro','s:115:\"oc:Aquesta pagina lista las balisas que lo logicial pòt utilizar per marcar una modificacion, e lor significacion.\";'),('oc','messages:tags-manage-blocked','s:72:\"ca:No podeu canviar etiquetes mentre esteu {{GENDER:$1|blocat|blocada}}.\";'),('oc','messages:tags-manage-no-permission','s:66:\"oc:Avètz pas la permission de gerir las modificacions de balisas.\";'),('oc','messages:tags-source-extension','s:23:\"oc:Definit pel logicial\";'),('oc','messages:tags-source-header','s:7:\"oc:Font\";'),('oc','messages:tags-source-manual','s:52:\"oc:Aplicada manualament pels utilizaires e los bòts\";'),('oc','messages:tags-source-none','s:11:\"oc:Obsolèt\";'),('oc','messages:tags-summary','s:3:\"en:\";'),('oc','messages:tags-tag','s:19:\"oc:Nom de la balisa\";'),('oc','messages:tags-title','s:10:\"oc:Balisas\";'),('oc','messages:tags-update-add-not-allowed-multi','s:95:\"ca:No es permet afegir manualment {{PLURAL:$2|l\'etiqueta següent|les etiquetes següents}}: $1\";'),('oc','messages:tags-update-add-not-allowed-one','s:52:\"ca:No es permet afegir manualment l\'etiqueta «$1».\";'),('oc','messages:tags-update-blocked','s:95:\"ca:No podeu afegir o suprimir etiquetes de canvis mentre estigueu {{GENDER:$1|blocat|blocada}}.\";'),('oc','messages:tags-update-no-permission','s:112:\"ca:No teniu permisos per a afegir o suprimir etiquetes de canvi de revisions individuals o entrades de registre.\";'),('oc','messages:tags-update-remove-not-allowed-multi','s:97:\"ca:No es permet eliminar manualment {{PLURAL:$2|l\'etiqueta següent|les etiquetes següents}}: $1\";'),('oc','messages:tags-update-remove-not-allowed-one','s:43:\"ca:No es permet treure l’etiqueta «$1».\";'),('oc','messages:talk','s:13:\"oc:Discussion\";'),('oc','messages:talkpageheader','s:4:\"en:-\";'),('oc','messages:talkpagelinktext','s:13:\"oc:discussion\";'),('oc','messages:talkpagetext','s:34:\"en:<!-- MediaWiki:talkpagetext -->\";'),('oc','messages:template-equals-category','s:47:\"ca:Pàgines que utilitzen «=» com a plantilla\";'),('oc','messages:template-equals-category-desc','s:247:\"ca:La pàgina conté <code><nowiki>{{=}}</nowiki></code>, però en aquest wiki no expandeix a <code>=</code>. Aquest ús és obsolet. En una versió futura del MediaWiki s\'implementarà <code><nowiki>{{=}}</nowiki></code> com a funció d\'anàlisi.\";'),('oc','messages:template-equals-warning','s:271:\"ca:<strong>Avís:</strong> la pàgina conté <code><nowiki>{{=}}</nowiki></code>, però en aquest wiki no expandeix a <code>=</code>. Aquest ús és obsolet. En una versió futura del MediaWiki s\'implementarà <code><nowiki>{{=}}</nowiki></code> com a funció d\'anàlisi.\";'),('oc','messages:template-loop-category','s:31:\"oc:Paginas amb boclas de patron\";'),('oc','messages:template-loop-category-desc','s:103:\"oc:La pagina conten una bocla dins lo patron, es a dire, un patron que se sona el meteis recursivament.\";'),('oc','messages:template-loop-warning','s:130:\"oc:<strong>Atencion:</strong> Aquesta pagina sona [[:$1]. Aquò es la causa d\'una bocla de patron (una sonada infinida recursiva).\";'),('oc','messages:template-protected','s:13:\"oc:(protegit)\";'),('oc','messages:template-semiprotected','s:17:\"oc:(semiprotegit)\";'),('oc','messages:templatepage','s:30:\"oc:Vejatz la pagina del modèl\";'),('oc','messages:templatesused','s:71:\"oc:{{PLURAL:$1|Modèl utilizat|Modèls utilizats}} sus aquesta pagina :\";'),('oc','messages:templatesusedpreview','s:82:\"oc:{{PLURAL:$1|Modèl utilizat|Modèls utilizats}} dins aquesta previsualizacion :\";'),('oc','messages:templatesusedsection','s:73:\"oc:{{PLURAL:$1|Modèl utilizat|Modèls utilizats}} dins aquesta seccion :\";'),('oc','messages:textmatches','s:48:\"oc:Correspondéncias dins los tèxtes d\'articles\";'),('oc','messages:thisisdeleted','s:35:\"oc:Desiratz afichar o restablir $1?\";'),('oc','messages:throttled-mailpassword','s:283:\"oc:Un corrièr electronic de reïnicializacion de vòstre senhal es ja estat mandat durant {{PLURAL:$1|la darrièra ora|las $1 darrièras oras}}. Per evitar los abuses, un sol corrièr de reïnicializacion de vòstre senhal serà pas mandat per {{PLURAL:$1|ora|interval de $1 oras}}.\";'),('oc','messages:thu','s:6:\"oc:Dij\";'),('oc','messages:thumbnail-dest-create','s:57:\"oc:Impossible d\'enregistrar la vinheta sus la destinacion\";'),('oc','messages:thumbnail-more','s:11:\"oc:Agrandir\";'),('oc','messages:thumbnail-temp-create','s:55:\"oc:Impossible de crear lo fichièr de vinheta temporari\";'),('oc','messages:thumbnail_dest_directory','s:51:\"oc:Impossible de crear lo repertòri de destinacion\";'),('oc','messages:thumbnail_error','s:54:\"oc:Error al moment de la creacion de la miniatura : $1\";'),('oc','messages:thumbnail_error_remote','s:30:\"oc:Messatge d\'error de $1 :\n$2\";'),('oc','messages:thumbnail_gd-library','s:72:\"oc:Configuracion incompleta de la bibliotèca GD : foncion $1 introbabla\";'),('oc','messages:thumbnail_image-failure-limit','s:122:\"ca:Hi ha hagut massa intents fallits recents ($1 o més) per dibuixar aquesta miniatura.\nTorneu-ho a provar més endavant.\";'),('oc','messages:thumbnail_image-missing','s:41:\"oc:Lo fichièr seguent es introbable : $1\";'),('oc','messages:thumbnail_image-size-zero','s:47:\"ca:La mida del fitxer d\'imatge sembla ser zero.\";'),('oc','messages:thumbnail_image-type','s:31:\"oc:Tipe d’imatge pas suportat\";'),('oc','messages:thumbnail_invalid_params','s:39:\"oc:Paramètres de la miniatura invalids\";'),('oc','messages:thumbnail_toobigimagearea','s:41:\"ca:Fitxer amb dimensions més gran que $1\";'),('oc','messages:thumbsize','s:26:\"oc:Talha de la miniatura :\";'),('oc','messages:thursday','s:10:\"oc:dijòus\";'),('oc','messages:thursday-at','s:15:\"oc:Dijòus a $1\";'),('oc','messages:timeouterror','s:41:\"oc:Temps d\'espèra del servidor despassat\";'),('oc','messages:timeouterror-text','s:82:\"oc:Lo temps maximum per la requèsta de $1 {{PLURAL:$1|second|seconds}} es passat.\";'),('oc','messages:timezone-local','s:8:\"oc:Local\";'),('oc','messages:timezone-useoffset-placeholder','s:43:\"ca:Valors d\'exemple: «-07:00» o «01:00»\";'),('oc','messages:timezone-utc','s:6:\"fr:UTC\";'),('oc','messages:timezonelegend','s:14:\"oc:Fus orari :\";'),('oc','messages:timezoneregion-africa','s:9:\"oc:Africa\";'),('oc','messages:timezoneregion-america','s:10:\"oc:America\";'),('oc','messages:timezoneregion-antarctica','s:12:\"oc:Antartica\";'),('oc','messages:timezoneregion-arctic','s:8:\"oc:Artic\";'),('oc','messages:timezoneregion-asia','s:7:\"oc:Asia\";'),('oc','messages:timezoneregion-atlantic','s:17:\"oc:Ocean Atlantic\";'),('oc','messages:timezoneregion-australia','s:13:\"oc:Austràlia\";'),('oc','messages:timezoneregion-europe','s:10:\"oc:Euròpa\";'),('oc','messages:timezoneregion-indian','s:15:\"oc:Ocean Indian\";'),('oc','messages:timezoneregion-pacific','s:16:\"oc:Ocean Pacific\";'),('oc','messages:timezoneuseoffset','s:36:\"oc:Autre (especificar lo descalatge)\";'),('oc','messages:timezoneuseserverdefault','s:38:\"oc:Utilizar la valor del servidor ($1)\";'),('oc','messages:title-invalid','s:42:\"oc:Lo títol de pagina demandat es invalid\";'),('oc','messages:title-invalid-characters','s:78:\"oc:Lo títol  de la pagina demandada conten de caractèrs invalids : « $1 ».\";'),('oc','messages:title-invalid-empty','s:94:\"oc:Lo títol de la pagina sollicitada es vuèg o conten solament lo nom d’un espaci de noms.\";'),('oc','messages:title-invalid-interwiki','s:104:\"oc:Lo títol de la pagina sollicitada conten un ligam interwiki que pòt pas èsser utilizat en títols.\";'),('oc','messages:title-invalid-leading-colon','s:69:\"oc:Lo títol de la pagina sollicitada conten dos ponches a la debuta.\";'),('oc','messages:title-invalid-magic-tilde','s:104:\"oc:Lo títol de la pagina sollicitada conten una sequéncia de tildas pas valida (<nowiki>~~~</nowiki>).\";'),('oc','messages:title-invalid-relative','s:138:\"oc:Lo títol conten un camin relatiu. Los títols relatius (./, ../) son pas valids perque los navigadors web pòdon pas sovent i arribar.\";'),('oc','messages:title-invalid-talk-namespace','s:99:\"oc:Lo títol de la pagina demandada fa referéncia a una pagina de discussion que pòt pas existir.\";'),('oc','messages:title-invalid-too-long','s:127:\"oc:Lo títol de la pagina demandat es tròp long. Deu pas conténer mai de $1 {{PLURAL:$1|octet|octets}} en codificacion UTF-8.\";'),('oc','messages:title-invalid-utf8','s:77:\"oc:Lo títol de la pagina sollicitada conten una sequéncia UTF-8 pas valida.\";'),('oc','messages:titlematches','s:48:\"oc:Correspondéncias dins los títols d\'articles\";'),('oc','messages:titleprotected','s:110:\"oc:Aqueste títol es estat protegit contra tota creacion per [[User:$1|$1]].\nLo motiu avançat es <em>$2</em>.\";'),('oc','messages:titleprotectedwarning','s:225:\"oc:\'\'\'ATENCION : Aquesta pagina es estada protegida de tal biais que de [[Special:ListGroupRights|dreits especifics]] son requesits per la poder crear.\'\'\' La darrièra entrada del jornal es afichada çaijós per referéncia :\";'),('oc','messages:tmp-create-error','s:45:\"oc:Impossible de crear lo fichièr temporari.\";'),('oc','messages:tmp-write-error','s:44:\"oc:Error d\'escritura del fichièr temporari.\";'),('oc','messages:toc','s:9:\"oc:Somari\";'),('oc','messages:today-at','s:5:\"en:$1\";'),('oc','messages:tog-ccmeonemails','s:83:\"oc:Me mandar una còpia dels corrièrs electronics que mandi als autres utilizaires\";'),('oc','messages:tog-diffonly','s:57:\"oc:Far pas veire lo contengut de las paginas jos las difs\";'),('oc','messages:tog-editondblclick','s:64:\"oc:Modificar de paginas amb un clic doble (necessita JavaScript)\";'),('oc','messages:tog-editsectiononrightclick','s:98:\"oc:Activar la modificacion de seccions en fasent un clic dreit suls títols (necessita JavaScript)\";'),('oc','messages:tog-enotifminoredits','s:112:\"oc:M’avertir per corrièr electronic quitament en cas de modificacions menoras de las paginas o dels fichièrs\";'),('oc','messages:tog-enotifrevealaddr','s:83:\"oc:Afichar mon adreça electronica dins la los corrièrs electronics d’avertiment\";'),('oc','messages:tog-enotifusertalkpages','s:88:\"oc:M’avertir per corrièr electronic en cas de modificacion de ma pagina de discussion\";'),('oc','messages:tog-enotifwatchlistpages','s:107:\"oc:M’avertir per corrièr electronic quand una pagina o un fichièr de ma lista de seguiment es modificat\";'),('oc','messages:tog-extendwatchlist','s:105:\"oc:Espandir la lista de seguiment per afichar totas las modificacions e non pas solament las mai recentas\";'),('oc','messages:tog-fancysig','s:65:\"oc:Tractar la signatura coma de wikitèxte (sens ligam automatic)\";'),('oc','messages:tog-forceeditsummary','s:110:\"oc:M\'avertir quand ai pas completat lo contengut de la bóstia de comentaris (o daissat lo resumit per defaut)\";'),('oc','messages:tog-hidecategorization','s:42:\"oc:Amagar la categorizacion de las paginas\";'),('oc','messages:tog-hideminor','s:63:\"oc:Amagar los cambiaments menors dins los darrièrs cambiaments\";'),('oc','messages:tog-hidepatrolled','s:70:\"oc:Amagar las modificacions susvelhadas dins los darrièrs cambiaments\";'),('oc','messages:tog-minordefault','s:61:\"oc:Considerar totas las modificacions coma menoras per defaut\";'),('oc','messages:tog-newpageshidepatrolled','s:69:\"oc:Amagar las paginas susvelhadas de la lista de las paginas novèlas\";'),('oc','messages:tog-norollbackdiff','s:42:\"oc:Afichar pas lo diff aprèp aver revocat\";'),('oc','messages:tog-oldsig','s:32:\"oc:Vòstra signatura existenta :\";'),('oc','messages:tog-prefershttps','s:63:\"oc:Utilizatz totjorn una connexion securizada per vos connectar\";'),('oc','messages:tog-previewonfirst','s:66:\"oc:Far veire la previsualizacion al moment de la primièra edicion\";'),('oc','messages:tog-previewontop','s:71:\"oc:Far veire la previsualizacion al dessús de la zòna de modificacion\";'),('oc','messages:tog-requireemail','s:127:\"oc:Mandar un e-mail de reinicializacion dau senhau unicament quand son donats l\'adreiça de messatjariá e lo nom d\'utilizaire.\";'),('oc','messages:tog-showhiddencats','s:34:\"oc:Afichar las categorias amagadas\";'),('oc','messages:tog-shownumberswatching','s:63:\"oc:Afichar lo nombre d\'utilizaires que seguisson aquesta pagina\";'),('oc','messages:tog-showrollbackconfirmation','s:79:\"oc:Afichar una demanda de confiermacion quand cliqui sus un liame de revocacion\";'),('oc','messages:tog-underline','s:24:\"oc:Soslinhar los ligams:\";'),('oc','messages:tog-useeditwarning','s:82:\"oc:M’avisar quand quiti una pagina de modificacion sens publicar los cambiaments\";'),('oc','messages:tog-uselivepreview','s:61:\"oc:Afichar las previsualizacions sens tornar cargar la pagina\";'),('oc','messages:tog-usenewrc','s:92:\"oc:Agropar los cambiaments per pagina dins los darrièrs cambiaments e la lista de seguiment\";'),('oc','messages:tog-watchcreations','s:84:\"oc:Apondre las paginas que creï e los fichièrs qu\'impòrti a ma lista de seguiment\";'),('oc','messages:tog-watchdefault','s:88:\"oc:Apondre las paginas que modifiqui e los fichièrs qu\'impòrti a ma lista de seguiment\";'),('oc','messages:tog-watchdeletion','s:78:\"oc:Apondre las paginas e los fichièrs que suprimissi de ma lista de seguiment\";'),('oc','messages:tog-watchlisthideanons','s:49:\"oc:Amaga, de la lista, las modificacions anonimas\";'),('oc','messages:tog-watchlisthidebots','s:69:\"oc:Amagar los cambiaments faits pels bòts dins la lista de seguiment\";'),('oc','messages:tog-watchlisthidecategorization','s:42:\"oc:Amagar la categorizacion de las paginas\";'),('oc','messages:tog-watchlisthideliu','s:68:\"oc:Amaga, de la lista, las modificacions pels utilizaires connectats\";'),('oc','messages:tog-watchlisthideminor','s:62:\"oc:Amagar las modificacions menoras dins la lista de seguiment\";'),('oc','messages:tog-watchlisthideown','s:64:\"oc:Amagar mas pròprias modificacions dins la lista de seguiment\";'),('oc','messages:tog-watchlisthidepatrolled','s:64:\"oc:Amagar las modificacions susvelhadas de la lista de seguiment\";'),('oc','messages:tog-watchlistreloadautomatically','s:117:\"oc:Recargar automaticament la lista de seguiment quand las opcions de filtratge son modificadas (JavaScript requesit)\";'),('oc','messages:tog-watchlistunwatchlinks','s:220:\"oc:Apondre de ligams per seguir dirèctament o per quitar de seguir ({{int:Watchlist-unwatch}}/{{int:Watchlist-unwatch-undo}}) las intradas de la lista de seguiment (JavaScript es necessari per utilizar la foncionalitat)\";'),('oc','messages:tog-watchmoves','s:81:\"oc:Apondre las paginas e los fichièrs que tòrni nomenar a ma lista de seguiment\";'),('oc','messages:tog-watchrollback','s:88:\"oc:Apondre a ma lista de seguiment las paginas sus las qualas ai efectuat una revocacion\";'),('oc','messages:tog-watchuploads','s:70:\"oc:Apondre los novèls fichièrs qu’impòrti a ma lista de seguiment\";'),('oc','messages:tool-link-contributions','s:60:\"oc:Contribucions de l\'{{GENDER:$1|utilizator|utilizatritz }}\";'),('oc','messages:tool-link-emailuser','s:78:\"oc:Mandar un corrièr electronic a {{GENDER:$1|l’utilizaire|l’utilizaira}}\";'),('oc','messages:tool-link-userrights','s:38:\"oc:Modificar los grops de l\'utilizator\";'),('oc','messages:tool-link-userrights-readonly','s:34:\"oc:Mòstrar los grops d\'utilizator\";'),('oc','messages:toolbox','s:10:\"oc:Aisinas\";'),('oc','messages:tooltip-ca-addsection','s:32:\"oc:Començar una seccion novèla\";'),('oc','messages:tooltip-ca-delete','s:26:\"oc:Suprimir aquesta pagina\";'),('oc','messages:tooltip-ca-edit','s:27:\"oc:Modificar aquesta pagina\";'),('oc','messages:tooltip-ca-history','s:54:\"oc:Los autors e versions precedentas d\'aquesta pagina.\";'),('oc','messages:tooltip-ca-move','s:27:\"oc:Renomenar aquesta pagina\";'),('oc','messages:tooltip-ca-nstab-category','s:35:\"oc:Vejatz la pagina de la categoria\";'),('oc','messages:tooltip-ca-nstab-help','s:29:\"oc:Vejatz la pagina d’ajuda\";'),('oc','messages:tooltip-ca-nstab-image','s:31:\"oc:Veire la pagina del fichièr\";'),('oc','messages:tooltip-ca-nstab-main','s:20:\"oc:Veire l’article\";'),('oc','messages:tooltip-ca-nstab-media','s:29:\"oc:Veire la pagina del mèdia\";'),('oc','messages:tooltip-ca-nstab-mediawiki','s:34:\"oc:Vejatz lo messatge del sistèma\";'),('oc','messages:tooltip-ca-nstab-project','s:32:\"oc:Veire la pagina del projècte\";'),('oc','messages:tooltip-ca-nstab-special','s:61:\"oc:Aquò es una pagina especiala, e la podètz pas modificar.\";'),('oc','messages:tooltip-ca-nstab-template','s:19:\"oc:Vejatz lo modèl\";'),('oc','messages:tooltip-ca-nstab-user','s:31:\"oc:Veire la pagina d\'utilizaire\";'),('oc','messages:tooltip-ca-protect','s:26:\"oc:Protegir aquesta pagina\";'),('oc','messages:tooltip-ca-talk','s:40:\"oc:Discussion a prepaus d\'aquesta pagina\";'),('oc','messages:tooltip-ca-undelete','s:27:\"oc:Restablir aquesta pagina\";'),('oc','messages:tooltip-ca-unprotect','s:41:\"oc:Cambiar la proteccion d\'aquesta pagina\";'),('oc','messages:tooltip-ca-unwatch','s:54:\"oc:Levatz aquesta pagina de vòstra lista de seguiment\";'),('oc','messages:tooltip-ca-unwatch-expiring','s:71:\"ca:{{PLURAL:$1|1 dia restant|$1 dies restants}}. Feu clic per eliminar.\";'),('oc','messages:tooltip-ca-unwatch-expiring-hours','s:82:\"ca:Queden unes poques hores en la llista de seguiment. Feu clic per a suprimir-lo.\";'),('oc','messages:tooltip-ca-view','s:3:\"en:\";'),('oc','messages:tooltip-ca-viewsource','s:73:\"oc:Aquesta pagina es protegida. Çaquelà, ne podètz veire lo contengut.\";'),('oc','messages:tooltip-ca-watch','s:56:\"oc:Apondètz aquesta pagina a vòstra lista de seguiment\";'),('oc','messages:tooltip-compareselectedversions','s:64:\"oc:Afichar las diferéncias entre doas versions d\'aquesta pagina\";'),('oc','messages:tooltip-cur','s:38:\"ca:Diferència amb la darrera revisió\";'),('oc','messages:tooltip-diff','s:54:\"oc:Aficha los cambiaments qu\'avètz aportats al tèxte\";'),('oc','messages:tooltip-feed-atom','s:31:\"oc:Flux Atom per aquesta pagina\";'),('oc','messages:tooltip-feed-rss','s:30:\"oc:Flux RSS per aquesta pagina\";'),('oc','messages:tooltip-invert','s:141:\"oc:Marcatz aquesta casa per amagar las modificacions de las paginas dins l\'espaci de noms seleccionat (e l\'espaci de noms associat se marcat)\";'),('oc','messages:tooltip-last','s:40:\"ca:Diferència amb la revisió precedent\";'),('oc','messages:tooltip-minoredit','s:52:\"oc:Marcar mas modificacions coma un cambiament menor\";'),('oc','messages:tooltip-n-currentevents','s:47:\"oc:Trobar d\'entresenhas suls eveniments actuals\";'),('oc','messages:tooltip-n-help','s:30:\"oc:L\'endrech per s\'assabentar.\";'),('oc','messages:tooltip-n-help-mediawiki','s:3:\"en:\";'),('oc','messages:tooltip-n-mainpage','s:32:\"oc:Visitatz la pagina principala\";'),('oc','messages:tooltip-n-mainpage-description','s:21:\"oc:Anar a l’acuèlh\";'),('oc','messages:tooltip-n-portal','s:75:\"oc:A prepaus del projècte, çò que podètz far, ont trobar d\'informacions\";'),('oc','messages:tooltip-n-randompage','s:31:\"oc:Afichar una pagina a l\'azard\";'),('oc','messages:tooltip-n-recentchanges','s:44:\"oc:Lista dels darrièrs cambiaments sul wiki\";'),('oc','messages:tooltip-namespace_association','s:113:\"oc:Marcatz aquesta casa per inclure tanben l\'espaci de noms de discussion associat a l\'espaci de noms seleccionat\";'),('oc','messages:tooltip-p-cactions','s:16:\"oc:Mai d\'opcions\";'),('oc','messages:tooltip-p-lang','s:3:\"en:\";'),('oc','messages:tooltip-p-logo','s:20:\"oc:Pagina principala\";'),('oc','messages:tooltip-p-namespaces','s:3:\"en:\";'),('oc','messages:tooltip-p-navigation','s:3:\"en:\";'),('oc','messages:tooltip-p-personal','s:17:\"ca:Menú d\'usuari\";'),('oc','messages:tooltip-p-tb','s:3:\"en:\";'),('oc','messages:tooltip-p-user-interface-preferences','s:3:\"en:\";'),('oc','messages:tooltip-p-user-page','s:3:\"en:\";'),('oc','messages:tooltip-p-variants','s:3:\"en:\";'),('oc','messages:tooltip-p-views','s:3:\"en:\";'),('oc','messages:tooltip-preferences-save','s:27:\"oc:Salvar las preferéncias\";'),('oc','messages:tooltip-preview','s:66:\"oc:Mercé de previsualizar vòstras modificacions abans de salvar!\";'),('oc','messages:tooltip-pt-anoncontribs','s:65:\"ca:Una llista de les modificacions fetes des d\'aquesta adreça IP\";'),('oc','messages:tooltip-pt-anontalk','s:49:\"oc:La pagina de discussion per aquesta adreça IP\";'),('oc','messages:tooltip-pt-anonuserpage','s:63:\"oc:La pagina d\'utilizare de l’IP amb la quala contribuissètz\";'),('oc','messages:tooltip-pt-createaccount','s:89:\"oc:Vos es conselhat de crear un compte e de vos connectar ; pasmens, es pas obligatòri\";'),('oc','messages:tooltip-pt-login','s:65:\"oc:Sètz convidat(ada) a vos identificar, mas es pas obligatòri.\";'),('oc','messages:tooltip-pt-login-private','s:58:\"ca:Cal que inicieu una sessió per a utilitzar aquest wiki\";'),('oc','messages:tooltip-pt-logout','s:18:\"oc:Se desconnectar\";'),('oc','messages:tooltip-pt-mycontris','s:46:\"oc:Lista de {{GENDER:|vòstras}} contribucions\";'),('oc','messages:tooltip-pt-mytalk','s:43:\"oc:{{GENDER:|Vòstra}} pagina de discussion\";'),('oc','messages:tooltip-pt-preferences','s:37:\"oc:{{GENDER:|Vòstras}} preferéncias\";'),('oc','messages:tooltip-pt-tmpuserpage','s:58:\"ca:El vostre nom d\'usuari temporal generat automàticament\";'),('oc','messages:tooltip-pt-userpage','s:53:\"oc:Vòstra pagina d\'{{GENDER:|utilizaire|utilizaira}}\";'),('oc','messages:tooltip-pt-watchlist','s:42:\"oc:La lista de las paginas que seguissètz\";'),('oc','messages:tooltip-publish','s:34:\"oc:Publicar vòstras modificacions\";'),('oc','messages:tooltip-recreate','s:58:\"oc:Tornar crear la pagina, quitament se es estada escafada\";'),('oc','messages:tooltip-rollback','s:95:\"oc:\"Revocar\" anulla en un clic la o las edicion(s) sus aquesta pagina del darrièr contributor.\";'),('oc','messages:tooltip-save','s:32:\"oc:Salvar vòstras modificacions\";'),('oc','messages:tooltip-search','s:27:\"oc:Cercar dins {{SITENAME}}\";'),('oc','messages:tooltip-search-fulltext','s:54:\"oc:Recercar las paginas que compòrtan aqueste tèxte.\";'),('oc','messages:tooltip-search-go','s:71:\"oc:Anar cap a una pagina que pòrta exactament aqueste nom se existís.\";'),('oc','messages:tooltip-summary','s:29:\"oc:Apondètz un brèu resumit\";'),('oc','messages:tooltip-t-contributions','s:92:\"oc:Veire la lista de las contribucions d\'{{GENDER:$1|aqueste utilizaire|aquesta utilizaira}}\";'),('oc','messages:tooltip-t-emailuser','s:86:\"oc:Mandar un corrièr electronic a {{GENDER:$1|aqueste utilizaire|aquesta utilizaira}}\";'),('oc','messages:tooltip-t-info','s:41:\"oc:Mai d’informacion sus aquesta pagina\";'),('oc','messages:tooltip-t-permalink','s:53:\"oc:Ligam permanent cap a aquesta version de la pagina\";'),('oc','messages:tooltip-t-print','s:38:\"oc:Version imprimibla d\'aquesta pagina\";'),('oc','messages:tooltip-t-recentchangeslinked','s:68:\"oc:Lista dels darrièrs cambiaments de las paginas ligadas a aquesta\";'),('oc','messages:tooltip-t-specialpages','s:40:\"oc:Lista de totas las paginas especialas\";'),('oc','messages:tooltip-t-upload','s:50:\"oc:Mandar un imatge o fichièr mèdia sul servidor\";'),('oc','messages:tooltip-t-whatlinkshere','s:41:\"oc:Lista de las paginas ligadas a aquesta\";'),('oc','messages:tooltip-undo','s:154:\"oc:\"Desfar\" revòca aquesta edicion e dobrís la fenèstra d’edicion en mòde previsualizacion. Permet d’apondre una rason dins la bóstia de resumit.\";'),('oc','messages:tooltip-upload','s:22:\"oc:Amodar lo mandadís\";'),('oc','messages:tooltip-vector-anon-user-menu-title','s:15:\"ca:Més opcions\";'),('oc','messages:tooltip-watch','s:54:\"oc:Apondre aquesta pagina a vòstra lista de seguiment\";'),('oc','messages:tooltip-watchlist-expiry','s:70:\"ca:Afegir temporalment aquesta pàgina a la vostra llista de seguiment\";'),('oc','messages:tooltip-watchlistedit-normal-submit','s:20:\"oc:Levar los títols\";'),('oc','messages:tooltip-watchlistedit-raw-submit','s:39:\"oc:Mesa a jorn de la lista de seguiment\";'),('oc','messages:tooltip-whatlinkshere-invert','s:93:\"ca:Marca aquest requadre per amagar els enllaços de pàgines en l\'espai de noms seleccionat.\";'),('oc','messages:trackingcategories','s:26:\"oc:Categorias de seguiment\";'),('oc','messages:trackingcategories-desc','s:41:\"oc:Critèri d’inclusion de la categoria\";'),('oc','messages:trackingcategories-disabled','s:30:\"oc:La categoria es desactivada\";'),('oc','messages:trackingcategories-msg','s:25:\"oc:Categoria de seguiment\";'),('oc','messages:trackingcategories-name','s:19:\"oc:Nom del messatge\";'),('oc','messages:trackingcategories-nodesc','s:37:\"oc:Cap de descripcion pas disponibla.\";'),('oc','messages:trackingcategories-summary','s:219:\"ca:Aquesta pàgina llista les categories de seguiment que s\'omplen automàticament pel programari MediaWiki. Es poden canviar els seus noms modificant els missatges del sistema corresponents en l\'espai de noms {{ns:8}}.\";'),('oc','messages:transaction-duration-limit-exceeded','s:321:\"oc:Per defugir una aumentacion tròp importanta dau relambi de replicacion, aquesta transaccion es estada annulada car la durada d\'escritura ($1) a passat lo limit de $2 segondas.\nSe cercatz de modificar un gròs nombre d\'elements d\'un biais simultanèu, assaiatz puslèu de realizar l\'operacion en d\'etapas pus pichonas.\";'),('oc','messages:transaction-max-statement-time-exceeded','s:220:\"oc:Per evitar de cargar tròp de donadas, aquesta requista es estada annulada car sa durada a passat lo limit.\nSe legissetz fòrça elements d\'un biais simultanèu, assaiatz puslèu de realizar d\'operacions pus pichonas.\";'),('oc','messages:translateinterface','s:161:\"oc:Per apondre o cambiar de traduccions per totes los wikis, utilizatz [https://translatewiki.net/ translatewiki.net], lo projècte de localizacion de MediaWiki.\";'),('oc','messages:tue','s:7:\"oc:Dima\";'),('oc','messages:tuesday','s:9:\"oc:dimars\";'),('oc','messages:tuesday-at','s:14:\"oc:Dimars a $1\";'),('oc','messages:uctop','s:9:\"oc:actual\";'),('oc','messages:unblock','s:26:\"oc:Desblocar un utilizaire\";'),('oc','messages:unblock-hideuser','s:91:\"oc:Podètz pas desblocar aqueste utilizaire, perque son nom d’utilizaire es estat amagat.\";'),('oc','messages:unblock-summary','s:3:\"en:\";'),('oc','messages:unblocked','s:36:\"oc:[[User:$1|$1]] es estat desblocat\";'),('oc','messages:unblocked-id','s:32:\"oc:Lo blocatge $1 es estat levat\";'),('oc','messages:unblocked-ip','s:54:\"oc:[[Special:Contributions/$1|$1]] es estat desblocat.\";'),('oc','messages:unblocked-range','s:24:\"oc:$1 es estat desblocat\";'),('oc','messages:unblockip','s:43:\"oc:Desblocar un utilizaire o una adreça IP\";'),('oc','messages:unblockiptext','s:120:\"oc:Utilizatz lo formulari çaijós per restablir l\'accès en escritura\na partir d\'una adreça IP precedentament blocada.\";'),('oc','messages:unblocklink','s:12:\"oc:desblocar\";'),('oc','messages:unblocklogentry','s:15:\"en:unblocked $1\";'),('oc','messages:uncategorized-categories-exceptionlist','s:265:\"ca: # Conté una llista de categories no no s\'haurien de mencionar a Special:UncategorizedCategories. Una per línia, començant amb «*». Les línies que comencin amb un altre caràcter (incloent l\'espai en blanc) són ignorades. Utilitzeu «#» per a comentaris.\";'),('oc','messages:uncategorizedcategories','s:29:\"oc:Categorias sens categorias\";'),('oc','messages:uncategorizedcategories-summary','s:3:\"en:\";'),('oc','messages:uncategorizedimages','s:26:\"oc:Imatges sens categorias\";'),('oc','messages:uncategorizedimages-summary','s:3:\"en:\";'),('oc','messages:uncategorizedpages','s:26:\"oc:Paginas sens categorias\";'),('oc','messages:uncategorizedpages-summary','s:3:\"en:\";'),('oc','messages:uncategorizedtemplates','s:25:\"oc:Modèls sens categoria\";'),('oc','messages:uncategorizedtemplates-summary','s:3:\"en:\";'),('oc','messages:undelete','s:30:\"oc:Veire las paginas escafadas\";'),('oc','messages:undelete-back-to-list','s:40:\"ca:Mostra totes les revisions suprimides\";'),('oc','messages:undelete-bad-store-key','s:98:\"oc:Impossible de restablir lo fichièr datat del $1 : lo fichièr èra absent abans la supression.\";'),('oc','messages:undelete-cantcreate','s:109:\"ca:No pot recuperar aquesta pàgina ja que no existeix cap pàgina amb aquest nom i no se li permet crear-la.\";'),('oc','messages:undelete-cantedit','s:77:\"ca:Com que no podeu editar aquesta pàgina, no en podeu desfer la supressió.\";'),('oc','messages:undelete-cleanup-error','s:71:\"oc:Error al moment de la supression de l’archiu inutilizada « $1 ».\";'),('oc','messages:undelete-error','s:30:\"oc:Pagina d\'error d\'anullacion\";'),('oc','messages:undelete-error-associated-alreadytalk','s:86:\"ca:No es pot recuperar la pàgina de discussió associada d\'una pàgina de discussió.\";'),('oc','messages:undelete-error-associated-notdeleted','s:81:\"ca:La pàgina de discussió associada no té cap revisió que es pugui recuperar.\";'),('oc','messages:undelete-fieldset-title','s:25:\"oc:Restablir las versions\";'),('oc','messages:undelete-filename-mismatch','s:73:\"oc:Impossible de restablir lo fichièr datat del $1 : fichièr introbable\";'),('oc','messages:undelete-header','s:113:\"oc:Consultatz l’[[Special:Log/delete|istoric de las supressions]] per veire las paginas recentament suprimidas.\";'),('oc','messages:undelete-missing-filearchive','s:124:\"oc:Impossible de restablir lo fichièr amb l’ID $1 perque es pas dins la basa de donadas. Benlèu ja i es estat restablit.\";'),('oc','messages:undelete-no-results','s:84:\"oc:Cap de pagina correspondent a la recèrca es pas estada trobada dins los archius.\";'),('oc','messages:undelete-nodiff','s:42:\"oc:Cap de revision precedenta pas trobada.\";'),('oc','messages:undelete-revision','s:59:\"oc:Version suprimida de $1, (revision del $4 a $5) per $3 :\";'),('oc','messages:undelete-revision-row2','s:32:\"fr:$1 ($2) $3 — $4 $5 $6 $7 $8\";'),('oc','messages:undelete-search-box','s:30:\"oc:Cercar una pagina suprimida\";'),('oc','messages:undelete-search-full','s:45:\"ca:Mostra títols de pàgines que continguin:\";'),('oc','messages:undelete-search-prefix','s:44:\"oc:Far veire las paginas que començan per :\";'),('oc','messages:undelete-search-submit','s:9:\"oc:Cercar\";'),('oc','messages:undelete-search-title','s:34:\"oc:Recercar las paginas suprimidas\";'),('oc','messages:undelete-show-file-confirm','s:122:\"oc:Sètz segur(a) que volètz visionar una version suprimida del fichièr « <nowiki>$1</nowiki> » que data del $2 a $3 ?\";'),('oc','messages:undelete-show-file-submit','s:6:\"oc:Òc\";'),('oc','messages:undelete-summary','s:3:\"en:\";'),('oc','messages:undelete-talk-summary-prefix','s:83:\"ca:Restaurada amb la seva pàgina de discussió associada amb el següent motiu: $1\";'),('oc','messages:undelete-undeletetalk','s:70:\"ca:Restaureu totes les revisions de la pàgina de discussió associada\";'),('oc','messages:undelete_short','s:59:\"oc:Restablir {{PLURAL:$1|1 modificacion| $1 modificacions}}\";'),('oc','messages:undeletebtn','s:12:\"oc:Restaurar\";'),('oc','messages:undeletecomment','s:10:\"oc:Motiu :\";'),('oc','messages:undeletedarticle','s:21:\"en:undeleted \"[[$1]]\"\";'),('oc','messages:undeletedpage','s:186:\"oc:<strong>La pagina $1 es estada restaurada</strong>.\n\nConsultatz l\'[[Special:Log/delete|istoric de las supressions]] per veire la lista de las supressions e dels restabliments recents.\";'),('oc','messages:undeleteextrahelp','s:284:\"oc:Per restablir l\'istoric complet d\'aquesta pagina, daissatz vèrjas totas las casas de marcar, puèi clicatz sus \'\'\'\'\'Restablir\'\'\'\'\'.\nPer efectuar un restabliment parcial, marcatz las casas que correspondon a las versions que son de restablir, puèi clicatz sus \'\'\'\'\'Restablir\'\'\'\'\'.\";'),('oc','messages:undeletehistory','s:298:\"oc:Se restablissètz la pagina, totas las revisions seràn plaçadas tornamai dins l\'istoric.\n\nS\'una pagina novèla amb lo meteis nom es estada creada dempuèi la supression, las revisions restablidas apareisseràn dins l\'istoric anterior e la version correnta serà pas automaticament remplaçada.\";'),('oc','messages:undeletehistorynoadmin','s:251:\"oc:Aqueste article es estat suprimit. Lo motiu de la supression es indicat dins lo resumit çaijós, amb los detalhs dels utilizaires que l’an modificat abans sa supression. Lo contengut d\'aquestas versions es pas accessible qu’als administrators.\";'),('oc','messages:undeleteinvert','s:24:\"oc:Inversar la seleccion\";'),('oc','messages:undeletelink','s:18:\"oc:veire/restaurar\";'),('oc','messages:undeletepage','s:39:\"oc:Veire e restablir la pagina escafada\";'),('oc','messages:undeletepagetext','s:298:\"oc:{{PLURAL:$1|Aquesta pagina es estada escafada e se tròba|Aquestas paginas son estadas escafadas e se tròban}} dins l\'archiu. {{PLURAL:$1|Figura|Figuran}} encara dins la basa de donada e {{PLURAL:$1|pòt èsser restablida|pòdon èsser restablidas}}.\nL\'archiu pòt èsser escafat periodicament.\";'),('oc','messages:undeletepagetitle','s:73:\"oc:\'\'\'La lista seguenta se compausa de versions suprimidas de [[:$1]]\'\'\'.\";'),('oc','messages:undeleterevdel','s:277:\"oc:Lo restabliment serà pas efectuat se, fin finala, la version mai recenta de la pagina es parcialament suprimida. Dins aqueste cas, vos cal deseleccionatz las versions mai recentas (en naut). Las versions dels fichièrs a las qualas avètz pas accès seràn pas restablidas.\";'),('oc','messages:undeleterevision-duplicate-revid','s:167:\"ca:No s\'ha pogut desfer la supressió {{PLURAL:$1|d\'una revisió|de $1 revisions}}, perquè {{PLURAL:$1|el seu|els seus}} <code>rev_id</code> ja s\'estaven fent servir.\";'),('oc','messages:undeleterevision-missing','s:124:\"oc:Version invalida o mancanta. Benlèu avètz un ligam marrit, o la version es estada restablida o suprimida de l’archiu.\";'),('oc','messages:undeleterevisions','s:63:\"oc:{{PLURAL:$1|Una revision suprimida|$1 revisions suprimidas}}\";'),('oc','messages:undeleteviewlink','s:8:\"oc:veire\";'),('oc','messages:underline-always','s:10:\"oc:Totjorn\";'),('oc','messages:underline-default','s:45:\"oc:Valor per defaut del navigador o del tèma\";'),('oc','messages:underline-never','s:12:\"oc:Pas jamai\";'),('oc','messages:undo-failure','s:111:\"oc:Aquesta modificacion a pas pogut èsser desfaita a causa de conflictes amb de modificacions intermediàrias.\";'),('oc','messages:undo-main-slot-only','s:97:\"ca:No s\'ha pogut desfer la modificació perquè implicava contingut de fora de l\'espai principal.\";'),('oc','messages:undo-nochange','s:52:\"oc:Sembla que la modificacion es ja estada anullada.\";'),('oc','messages:undo-norev','s:99:\"oc:La modificacion a pas pogut èsser desfaita perque siá es inexistenta siá es estada suprimida.\";'),('oc','messages:undo-success','s:204:\"oc:Aquesta modificacion va èsser desfaita. Confirmatz los cambiaments (visibles en bas d\'aquesta pagina), puèi salvatz se sètz d’acòrdi. Mercés de motivar l’anullacion dins la bóstia de resumit.\";'),('oc','messages:undo-summary','s:102:\"oc:Anullacion de las modificacions $1 de [[Special:Contributions/$2|$2]] ([[User talk:$2|discussion]])\";'),('oc','messages:undo-summary-anon','s:59:\"oc:Desfar la revision $1 de [[Special:Contributions/$2|$2]]\";'),('oc','messages:undo-summary-import','s:62:\"oc:Desfar la revision $1 importada per l\'utilizaire [[:$2|$3]]\";'),('oc','messages:undo-summary-import2','s:54:\"oc:Desfar la revision $1 importada per l\'utilizaire $2\";'),('oc','messages:undo-summary-username-hidden','s:50:\"oc:Anullar la revision $1 per un utilizaire amagat\";'),('oc','messages:unexpected','s:42:\"oc:Valor imprevista : « $1 » = « $2 ».\";'),('oc','messages:unicode-support-fail','s:158:\"oc:Sembla que lo vòstre navigador siá pas compatible amb Unicode. Aquò es necessari per modificar las paginas, la vòstra edicion foguèt pas enregistrada.\";'),('oc','messages:unit-pixel','s:5:\"fr:px\";'),('oc','messages:unknown-error','s:39:\"oc:Una error desconeguda s\'es produita.\";'),('oc','messages:unlinkaccounts','s:26:\"ca:Desenllaça els comptes\";'),('oc','messages:unlinkaccounts-success','s:31:\"ca:El compte s\'ha desenllaçat.\";'),('oc','messages:unlockbtn','s:23:\"oc:Desverrolhar la basa\";'),('oc','messages:unlockconfirm','s:60:\"oc:Òc, confirmi que desiri desverrolhar la basa de donadas.\";'),('oc','messages:unlockdb','s:23:\"oc:Desverrolhar la basa\";'),('oc','messages:unlockdbsuccesssub','s:22:\"oc:Basa desverrolhada.\";'),('oc','messages:unlockdbsuccesstext','s:55:\"oc:La basa de donadas de {{SITENAME}} es desverrolhada.\";'),('oc','messages:unlockdbtext','s:308:\"oc:Lo desclavatge de la basa de donadas permetrà a totes los utilizaires de modificar tornamai de paginas, de metre a jorn lors preferéncias e lor lista de seguiment, e mai d\'efectuar las autras operacions que necessitan de modificacions dins la basa de donadas.\nConfirmatz qu\'es plan çò que volètz far.\";'),('oc','messages:unpatrolledletter','s:4:\"ca:!\";'),('oc','messages:unprotect','s:14:\"oc:Desprotegir\";'),('oc','messages:unprotected-js','s:166:\"ca:Per motius de seguretat, el JavaScript no es pot carregar de les pàgines desprotegides. Creeu javascript en l\'espai de noms MediaWiki o en una subpàgina d\'usuari\";'),('oc','messages:unprotectedarticle','s:35:\"en:removed protection from \"[[$1]]\"\";'),('oc','messages:unprotectedarticle-comment','s:61:\"oc:{{GENDER:$2|A suprimit la proteccion}} de « [[$1]] »\";'),('oc','messages:unregistered-user-config','s:135:\"ca:Per motius de seguretat, el JavaScript, el CSS i el JSON de les subpàgines d\'usuari no es pot carregar per a usuaris no registrats.\";'),('oc','messages:unstrip-depth-category','s:71:\"oc:Paginas que la limita de prigondor de desvolopament i  es despassada\";'),('oc','messages:unstrip-depth-category-desc','s:64:\"ca:La pàgina excedeix el límit de profunditat de substitució.\";'),('oc','messages:unstrip-depth-warning','s:51:\"oc:Limit de recursion pas desmontable depassat ($1)\";'),('oc','messages:unstrip-size-category','s:68:\"oc:Paginas que la limita de la mesura de desvolopament es despassada\";'),('oc','messages:unstrip-size-category-desc','s:57:\"ca:La pàgina excedeix el límit de mida de substitució.\";'),('oc','messages:unstrip-size-warning','s:52:\"oc:Limita de mesura de desvolopament despassada ($1)\";'),('oc','messages:unsupported-content-diff','s:62:\"ca:Les diferències no funcionen per al model de contingut $1.\";'),('oc','messages:unsupported-content-diff2','s:86:\"ca:Les diferències entre els models de contingut $1 i $2 no funcionen en aquest wiki.\";'),('oc','messages:unsupported-content-model','s:80:\"ca:<strong>Avís:</strong> No es permet el model de contingut $1 en aquest wiki.\";'),('oc','messages:unusedcategories','s:26:\"oc:Categorias inutilizadas\";'),('oc','messages:unusedcategories-summary','s:3:\"en:\";'),('oc','messages:unusedcategoriestext','s:89:\"oc:Las categorias seguentas existisson mas cap d\'article o de categoria los utilizan pas.\";'),('oc','messages:unusedimages','s:20:\"oc:Imatges orfanèls\";'),('oc','messages:unusedimages-summary','s:3:\"en:\";'),('oc','messages:unusedimagestext','s:260:\"oc:Los fichièrs seguents existisson, mas son pas incluses dins cap de pagina.\nNotatz que d’autres sites pòdon aver un ligam dirècte cap a un fichièr, e doncas qu’un fichièr pòt èsser listat aicí alara qu’es en realitat utilisat sus aqueles sites.\";'),('oc','messages:unusedimagestext-categorizedimgisused','s:343:\"ca:Els fitxers següents existeixen, però no estan incrustats en cap pàgina. Es considera que les imatges categoritzades són usades, encara que no estiguin incrustades a cap pàgina.\nTingueu present que altres llocs web poden enllaçar un fitxer amb un URL directe i pot continuar estant llistat ací malgrat que sigui utilitzat activament.\";'),('oc','messages:unusedtemplates','s:22:\"oc:Modèls inutilizats\";'),('oc','messages:unusedtemplates-summary','s:3:\"en:\";'),('oc','messages:unusedtemplatestext','s:218:\"oc:Aquesta pagina lista totas las paginas de l’espaci de noms {{ns:template}} que son pas enclusas dins cap d\'autra pagina.\nDoblidetz pas de verificar se i a pas d’autre ligam cap als modèls abans de los suprimir.\";'),('oc','messages:unusedtemplateswlh','s:16:\"oc:autres ligams\";'),('oc','messages:unwatch','s:21:\"oc:Arrestar de seguir\";'),('oc','messages:unwatchedpages','s:23:\"oc:Paginas pas seguidas\";'),('oc','messages:unwatchedpages-summary','s:3:\"en:\";'),('oc','messages:unwatching','s:20:\"oc:Fin del seguit...\";'),('oc','messages:unwatchthispage','s:21:\"oc:Arrestar de seguir\";'),('oc','messages:updated','s:15:\"oc:(Mes a jorn)\";'),('oc','messages:updatedmarker','s:46:\"oc:modificat dempuèi vòstra darrièra visita\";'),('oc','messages:updatewatchlist','s:36:\"ca:Actualitza la llista de seguiment\";'),('oc','messages:upload','s:23:\"oc:Importar un fichièr\";'),('oc','messages:upload-copy-upload-invalid-domain','s:75:\"oc:La còpia dels telecargaments es pas disponibla dempuèi aqueste domeni.\";'),('oc','messages:upload-curl-error28','s:51:\"oc:Depassament de la sosta al moment de l’impòrt\";'),('oc','messages:upload-curl-error28-text','s:176:\"oc:Lo site a pres tròp de temps per respondre. Verificatz que lo site es en linha, esperatz un pauc e ensajatz tornarmai. Tanben podètz ensajar a una ora d\'afluéncia mendra.\";'),('oc','messages:upload-curl-error6','s:28:\"oc:Pòt pas aténher l’URL\";'),('oc','messages:upload-curl-error6-text','s:108:\"oc:L’URL provesida pòt pas èsser atencha. Verificatz que l’URL es corrècta e que lo site es en linha.\";'),('oc','messages:upload-default-description','s:4:\"en:-\";'),('oc','messages:upload-description','s:27:\"oc:Descripcion del fichièr\";'),('oc','messages:upload-dialog-button-back','s:9:\"oc:Retorn\";'),('oc','messages:upload-dialog-button-cancel','s:10:\"oc:Anullar\";'),('oc','messages:upload-dialog-button-done','s:9:\"oc:Acabat\";'),('oc','messages:upload-dialog-button-save','s:14:\"oc:Enregistrar\";'),('oc','messages:upload-dialog-button-upload','s:9:\"oc:Mandar\";'),('oc','messages:upload-dialog-disabled','s:95:\"ca:La càrrega de fitxers utilitzant aquest quadre de diàleg està desactivada en aquest wiki.\";'),('oc','messages:upload-dialog-title','s:21:\"oc:Mandar un fichièr\";'),('oc','messages:upload-disallowed-here','s:43:\"oc:Podètz pas remplaçar aqueste fichièr.\";'),('oc','messages:upload-file-error','s:17:\"oc:Error intèrna\";'),('oc','messages:upload-file-error-text','s:157:\"oc:Una error intèrna s\'es produita en volent crear un fichièr temporari sul servidor. Contactatz un [[Special:ListUsers/sysop|administrator del sistèma]].\";'),('oc','messages:upload-foreign-cant-load-config','s:86:\"ca:No s\'ha pogut carregar la configuració per a pujar fitxers a un repositori extern.\";'),('oc','messages:upload-foreign-cant-upload','s:87:\"ca:Aquest wiki no està configurat per pujar fitxers al repositori extern sol·licitat.\";'),('oc','messages:upload-form-label-infoform-categories','s:13:\"oc:Categorias\";'),('oc','messages:upload-form-label-infoform-date','s:7:\"oc:Data\";'),('oc','messages:upload-form-label-infoform-description','s:14:\"oc:Descripcion\";'),('oc','messages:upload-form-label-infoform-description-tooltip','s:191:\"ca:Descriviu breument tot el que sigui notable d\'aquesta obra.\nSi es tracta d\'una fotografia, esmenteu els principals elements que hi ha representats o bé l\'esdeveniment o lloc en qüestió.\";'),('oc','messages:upload-form-label-infoform-name','s:6:\"oc:Nom\";'),('oc','messages:upload-form-label-infoform-name-tooltip','s:163:\"ca:Un únic títol descriptiu pel fitxer, que servirà com a nom del fitxer. Podeu utilitzar llenguatge senzill amb espais. No hi inclogueu l\'extensió del fitxer.\";'),('oc','messages:upload-form-label-infoform-title','s:10:\"oc:Detalhs\";'),('oc','messages:upload-form-label-not-own-work-local-generic-foreign','s:157:\"ca:També us recomanem que utilitzeu [[Special:Upload|la pàgina de càrrega a {{SITENAME}}]] si aquest fitxer es pot carregar seguint les seves polítiques.\";'),('oc','messages:upload-form-label-not-own-work-local-generic-local','s:83:\"oc:Tanben podètz ensajar [[Special:Upload|la pagina de telecargament per defaut]].\";'),('oc','messages:upload-form-label-not-own-work-message-generic-foreign','s:174:\"oc:Se sètz pas en capacitat de mandar aqueste fichièr segon las règlas d\'aqueste depaus partejat, mercé de tampar aquesta bóstia de dialòg a d\'ensajar un autre metòde.\";'),('oc','messages:upload-form-label-not-own-work-message-generic-local','s:151:\"ca:Si no podeu carregar aquest fitxer sota les polítiques de {{SITENAME}}, si us plau, tanqueu aquest quadre de diàleg i proveu amb un altre mètode.\";'),('oc','messages:upload-form-label-own-work','s:30:\"oc:Soi l\'autor d\'aquesta òbra\";'),('oc','messages:upload-form-label-own-work-message-generic-foreign','s:177:\"oc:Compreni que mandi aqueste fichièr cap a un depaus partejat. Confirmi qu\'agissi en acòrd amb las condicions d\'utilizacion e las règlas relativas a las licéncias en vigor.\";'),('oc','messages:upload-form-label-own-work-message-generic-local','s:133:\"ca:Confirmo que estic carregant aquest fitxer seguint les condicions d\'ús i polítiques de concessió de llicències a {{SITENAME}}.\";'),('oc','messages:upload-form-label-usage-filename','s:19:\"oc:Nom del fichièr\";'),('oc','messages:upload-form-label-usage-title','s:14:\"oc:Utilizacion\";'),('oc','messages:upload-http-error','s:38:\"oc:Una error HTTP es intervenguda : $1\";'),('oc','messages:upload-maxfilesize','s:35:\"oc:Talha maximala del fichièr : $1\";'),('oc','messages:upload-misc-error','s:32:\"oc:Error d’impòrt desconeguda\";'),('oc','messages:upload-misc-error-text','s:229:\"oc:Una error desconeguda s\'es produita pendent l’impòrt.\nVerificatz que l’URL es valida e accessibla, puèi ensajatz tornamai.\nSe lo problèma persistís, contactatz un [[Special:ListUsers/sysop|administrator del sistèma]].\";'),('oc','messages:upload-options','s:27:\"oc:Opcions de telecargament\";'),('oc','messages:upload-permitted','s:57:\"oc:{{PLURAL:$2|Tipe|Tipes}} de fichièrs autorizats : $1.\";'),('oc','messages:upload-preferred','s:56:\"oc:{{PLURAL:$2|Tipe|Tipes}} de fichièrs preferits : $1.\";'),('oc','messages:upload-prohibited','s:58:\"oc:{{PLURAL:$2|Tipe|Tipes}} de fichièrs interdiches : $1.\";'),('oc','messages:upload-proto-error','s:24:\"oc:Protocòl incorrècte\";'),('oc','messages:upload-proto-error-text','s:90:\"oc:L’impòrt requerís d\'URLs començant per <code>http://</code> o <code>ftp://</code>.\";'),('oc','messages:upload-recreate-warning','s:188:\"oc:\'\'\'Atencion : Un fichièr amb aqueste nom es estat suprimit o desplaçat.\'\'\'\n\nLo jornal de las supressions e lo dels desplaçaments d\'aquesta pagina son afichats aicí per informacion :\";'),('oc','messages:upload-scripted-dtd','s:82:\"ca:No es poden pujar fitxers SVG que continguin una declaració DTD no estàndard.\";'),('oc','messages:upload-scripted-pi-callback','s:98:\"ca:No es poden carregar arxius que continguin instruccions de processament de pàgines d\'estil XML\";'),('oc','messages:upload-source','s:16:\"oc:Fichièr font\";'),('oc','messages:upload-summary','s:3:\"en:\";'),('oc','messages:upload-too-many-redirects','s:37:\"oc:L\'URL conten tròp de redireccions\";'),('oc','messages:upload-tryagain','s:48:\"oc:Mandar la descripcion del fichièr modificada\";'),('oc','messages:upload-tryagain-nostash','s:62:\"ca:Envia el fitxer carregat de nou i la descripció modificada\";'),('oc','messages:upload_directory_missing','s:89:\"oc:Lo repertòri d’impòrt ($1) es mancant e a pas pogut èsser creat pel servidor web.\";'),('oc','messages:upload_directory_read_only','s:61:\"oc:Lo servidor Web pòt escriure dins lo dorsièr cibla ($1).\";'),('oc','messages:upload_source_file','s:55:\"oc:(vòstre fichièr causit dempuèi vòstre ordinator)\";'),('oc','messages:upload_source_url','s:82:\"oc:(lo fichièr qu\'avètz causit dempuèi una URL valida e accessibla publicament)\";'),('oc','messages:uploadbtn','s:23:\"oc:Importar un fichièr\";'),('oc','messages:uploaddisabled','s:54:\"oc:O planhèm, lo mandadís de fichièr es desactivat.\";'),('oc','messages:uploaddisabledtext','s:56:\"oc:L\'impòrt de fichièrs cap al servidor es desactivat.\";'),('oc','messages:uploaded-animate-svg','s:148:\"ca:S\'ha trobat l\'etiqueta «animate» que pot estar canviant l\'href mitjançant l\'atribut <code>&lt;$1 $2=\"$3\"&gt;</code> en el fitxer SVG carregat.\";'),('oc','messages:uploaded-event-handler-on-svg','s:103:\"ca:No es permet establir els atributs de gestió d’esdeveniments <code>$1=\"$2\"</code> en fitxers SVG.\";'),('oc','messages:uploaded-hostile-svg','s:83:\"ca:S’ha trobat codi CSS no segur a l’element d’estil del fitxer SVG carregat.\";'),('oc','messages:uploaded-href-attribute-svg','s:264:\"ca:Els elements <a> només poden enllaçar (href) amb objectius «data:» (fitxer incrustat), «http://», «https://» o de fragment («#», «same-document»). Proveu d\'incrustar les imatges en exportar el vostre SVG. S\'ha trobat <code>&lt;$1 $2=\"$3\"&gt;</code>.\";'),('oc','messages:uploaded-href-unsafe-target-svg','s:133:\"ca:S’ha trobat un element «href» amb dades no segures: destinació URI <code>&lt;$1 $2=\"$3\"&gt;</code> en el fitxer SVG carregat.\";'),('oc','messages:uploaded-image-filter-svg','s:103:\"ca:S\'ha trobat un filtre d\'imatge amb l\'URL: <code>&lt;$1 $2=\"$3\"&gt;</code> en el fitxer SVG carregat.\";'),('oc','messages:uploaded-remote-url-svg','s:148:\"fr:Les SVG qui positionnent un attribut de style avec une URL distante sont bloqués. <code>$1=\"$2\"</code> trouvé dans le fichier SVG téléversé.\";'),('oc','messages:uploaded-script-svg','s:71:\"ca:S’ha trobat l’element programable «$1» al fitxer SVG carregat.\";'),('oc','messages:uploaded-setting-event-handler-svg','s:144:\"ca:La configuració d\'atributs per la gestió d\'esdeveniments està bloquejada. S\'ha trobat <code>&lt;$1 $2=\"$3\"&gt;</code> al fitxer SVG pujat.\";'),('oc','messages:uploaded-setting-handler-svg','s:192:\"fr:Les SVG qui positionnent l’attribut « handler » avec une cible distante, de données ou de script sont bloqués. <code>$1=\"$2\"</code> a été trouvé dans le fichier SVG téléversé.\";'),('oc','messages:uploaded-setting-href-svg','s:103:\"ca:La utilització de l\'etiqueta «set» per afegir un atribut «href» a l\'element pare està blocada.\";'),('oc','messages:uploaded-wrong-setting-svg','s:225:\"fr:L’utilisation de la balise « set » pour ajouter à un attribut quelconque une cible distante, de données ou de script est interdite. <code>&lt;set to=\"$1\"&gt;</code> a été trouvé dans le fichier SVG téléversé.\";'),('oc','messages:uploadedimage','s:20:\"en:uploaded \"[[$1]]\"\";'),('oc','messages:uploaderror','s:8:\"oc:Error\";'),('oc','messages:uploadfooter','s:4:\"en:-\";'),('oc','messages:uploadinvalidxml','s:64:\"oc:Lo XML dins lo fichièr importat a pas pogut èsser analisat.\";'),('oc','messages:uploadlogpage','s:55:\"oc:Istoric de las importacions de fichièrs multimèdia\";'),('oc','messages:uploadlogpagetext','s:159:\"oc:Aquí la lista dels darrièrs fichièrs copiats sul servidor.\nVejatz la [[Special:NewFiles|galariá dels imatges novèls]] per una presentacion mai visuala.\";'),('oc','messages:uploadnewversion-linktext','s:50:\"oc:Importar una version novèla d\'aqueste fichièr\";'),('oc','messages:uploadnologin','s:33:\"oc:Vos sètz pas identificat(ada)\";'),('oc','messages:uploadnologintext','s:40:\"oc:Vos cal $1 per importar de fichièrs.\";'),('oc','messages:uploadscripted','s:134:\"oc:Aqueste fichièr conten de còdi HTML o un escript que poiriá èsser interpretat d\'un biais incorrècte per un navigador Internet.\";'),('oc','messages:uploadscriptednamespace','s:85:\"oc:Aqueste fichièr SVG conten un espaci de noms \'<nowiki>$1</nowiki>\' pas autorizat.\";'),('oc','messages:uploadstash','s:18:\"oc:Cache d\'impòrt\";'),('oc','messages:uploadstash-bad-path','s:25:\"oc:Lo camin existís pas.\";'),('oc','messages:uploadstash-bad-path-bad-format','s:48:\"ca:La clau «$1» no està en un format adequat.\";'),('oc','messages:uploadstash-bad-path-invalid','s:25:\"oc:Lo camin es pas valid.\";'),('oc','messages:uploadstash-bad-path-no-handler','s:64:\"ca:No s\'ha trobat cap gestor per al tipus MIME $1 del fitxer $2.\";'),('oc','messages:uploadstash-bad-path-unknown-type','s:32:\"oc:Tipe « $1 » desconegut.\";'),('oc','messages:uploadstash-bad-path-unrecognized-thumb-name','s:33:\"ca:Nom de miniatura no reconegut.\";'),('oc','messages:uploadstash-badtoken','s:114:\"ca:No s\'ha pogut realitzar l\'acció, possiblement perquè ha caducat la vostra identificació. Intenteu-ho de nou.\";'),('oc','messages:uploadstash-clear','s:33:\"oc:Escafar los fichièrs en cache\";'),('oc','messages:uploadstash-errclear','s:44:\"oc:La supression dels fichièrs a fracassat.\";'),('oc','messages:uploadstash-exception','s:65:\"ca:No s\'ha pogut emmagatzemar la càrrega en reserva ($1): «$2»\";'),('oc','messages:uploadstash-file-not-found','s:41:\"ca:La clau «$1» no es troba en reserva.\";'),('oc','messages:uploadstash-file-not-found-missing-content-type','s:46:\"ca:Manca una capçalera de tipus de contingut.\";'),('oc','messages:uploadstash-file-not-found-no-local-path','s:52:\"ca:No hi ha cap camí local per a l\'element escalat.\";'),('oc','messages:uploadstash-file-not-found-no-remote-thumb','s:57:\"ca:Ha fallat la recuperació de la miniatura: $1\nURL = $2\";'),('oc','messages:uploadstash-file-not-found-no-thumb','s:39:\"ca:No s\'ha pogut obtenir una miniatura.\";'),('oc','messages:uploadstash-file-not-found-not-exists','s:57:\"ca:No es pot trobar el camí, o bé no és un fitxer pla.\";'),('oc','messages:uploadstash-file-too-large','s:52:\"ca:No es pot servir un fitxer més gran de $1 bytes.\";'),('oc','messages:uploadstash-no-such-key','s:48:\"ca:No existeix la clau ($1). No es pot suprimir.\";'),('oc','messages:uploadstash-nofiles','s:46:\"oc:Avètz pas de fichièrs en cache d\'impòrt.\";'),('oc','messages:uploadstash-not-logged-in','s:80:\"ca:Cap usuari ha iniciat una sessió. Els fitxers han de pertànyer als usuaris.\";'),('oc','messages:uploadstash-refresh','s:37:\"oc:Actualizar la lista dels fichièrs\";'),('oc','messages:uploadstash-summary','s:227:\"oc:Aquesta pagina dona accès als fichièrs que son importats (o en cors d\'importacion), mas son pas encara publicats dins lo wiki. Aqueles fichièrs son pas encara visibles, levat per l\'utilizaire a l\'origina de l\'importacion.\";'),('oc','messages:uploadstash-thumbnail','s:24:\"oc:afichar una miniatura\";'),('oc','messages:uploadstash-wrong-owner','s:51:\"ca:Aquest fitxer ($1) no pertany a l\'usuari actual.\";'),('oc','messages:uploadstash-zero-length','s:27:\"ca:El fitxer té mida zero.\";'),('oc','messages:uploadtext','s:903:\"oc:Utilizatz lo formulari çaijós per importar de fichièrs sul servidor.\nPer veire o recercar d\'imatges mandats precedentament, consultatz [[Special:FileList|la lista dels imatges]]. Las còpias e las supressions tanben son enregistradas dins l\'[[Special:Log/upload|istoric dels impòrts]], las supressions dins l’[[Special:Log/delete|istoric de las supressions]].\n\nPer inclure un imatge dins una pagina, utilizatz un ligam de la forma\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:fichièr.jpg]]</nowiki></code>\'\'\',\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:fichièr.png|200px|thumb|left|tèxte descriptiu]]</nowiki></code>\'\'\' per utilizar una miniatura de 200 pixèls de larg dins una bóstia a esquèrra amb \'tèxte descriptiu\' coma descripcion\n* \'\'\'<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:fichièr.ogg]]</nowiki></code>\'\'\' per ligar dirèctament cap al fichièr sens l\'afichar.\";'),('oc','messages:uploadvirus','s:74:\"oc:Aqueste fichièr conten un virús ! Per mai de detalhs, consultatz : $1\";'),('oc','messages:uploadwarning','s:13:\"oc:Atencion !\";'),('oc','messages:uploadwarning-text','s:63:\"oc:Modificatz la descripcion del fichièr e ensajatz tornarmai.\";'),('oc','messages:uploadwarning-text-nostash','s:86:\"ca:Torneu a carregar el fitxer, modifiqueu la descripció a sota i torneu-ho a provar.\";'),('oc','messages:user-mail-no-addy','s:56:\"oc:Ensajat de mandar un corrièr electronic sens adreça\";'),('oc','messages:user-mail-no-body','s:88:\"oc:Ensag de mandadís d\'un corrièr electronic amb un còs void o desrasonablament cort.\";'),('oc','messages:usercreated','s:33:\"oc:{{GENDER:$3|Creat}} lo $1 a $2\";'),('oc','messages:usercssispublic','s:116:\"ca:Tingueu en compte que les subpàgines CSS no contenen dades confidencials que siguin visibles per altres usuaris.\";'),('oc','messages:usercsspreview','s:120:\"oc:\'\'\'Remembratz-vos que sètz a previsualizar vòstre pròpri fuèlh CSS !\'\'\'\n\'\'\'Es pas estada encara enregistrada !\'\'\'\";'),('oc','messages:usercssyoucanpreview','s:121:\"oc:\'\'\'Astúcia :\'\'\' Utilizatz lo boton \'Previsualizacion\' per testar vòstre fuèlh css/js novèl abans de l\'enregistrar.\";'),('oc','messages:usereditcount','s:42:\"oc:$1 {{PLURAL:$1|cambiament|cambiaments}}\";'),('oc','messages:userexists','s:79:\"oc:Lo nom d\'utilizaire qu\'avètz picat ja es utilizat.\nCausissètz-ne un autre.\";'),('oc','messages:userinvalidconfigtitle','s:231:\"oc:\'\'\'Atencion :\'\'\' existís pas d\'estil « $1 ». Remembratz-vos que las paginas personalas amb extensions .css e .js utilizan de títols en minusculas, per exemple, {{ns:user}}:Foo/vector.css e non pas {{ns:user}}:Foo/Vector.css.\";'),('oc','messages:userjsdangerous','s:245:\"ca:Tingueu en compte: els scripts inclosos en aquesta pàgina s\'executaran sempre que carregueu una pàgina. Qualsevol codi maliciós inclòs podria comprometre el vostre compte. El codi s\'executarà quan previsualitzeu els canvis de la pàgina.\";'),('oc','messages:userjsispublic','s:144:\"ca:Tingueu en compte que les subpàgines de JavaScript no haurien de contenir dades confidencials perquè poden ser visibles per altres usuaris.\";'),('oc','messages:userjsonispublic','s:125:\"oc:De notar : las jos-paginas JSON devon pas contenir de donadas confidencialas perque d\'autres utilizators las pòdon veire.\";'),('oc','messages:userjsonpreview','s:111:\"oc:Remembratz-vos que sètz a testar vòstre configuracion  utilizaire JSON\nEs pas encara estada enregistrada !\";'),('oc','messages:userjsonyoucanpreview','s:119:\"oc:<strong>Astúcia :</strong> Utilizatz lo boton \"{{int:showpreview}}\" per testar vòstre novèl JSON abans de salvar.\";'),('oc','messages:userjspreview','s:121:\"oc:\'\'\'Remembratz-vos que sètz a visualizar o testar vòstre còdi JavaScript e qu’es pas encara estat enregistrat !\'\'\'\";'),('oc','messages:userjsyoucanpreview','s:121:\"oc:\'\'\'Astúcia :\'\'\' Utilizatz lo boton \'Previsualizacion\' per testar vòstre fuèlh css/js novèl abans de l\'enregistrar.\";'),('oc','messages:userlogin-createanother','s:24:\"oc:Crear un autre compte\";'),('oc','messages:userlogin-helplink2','s:23:\"oc:Ajuda a la connexion\";'),('oc','messages:userlogin-joinproject','s:26:\"oc:Rejonhètz {{SITENAME}}\";'),('oc','messages:userlogin-loggedin','s:126:\"oc:Sètz ja connectat en tant que {{GENDER:$1|$1}}.\nUtilizatz lo formulari çaijós per vos connectar amb un autre utilizaire.\";'),('oc','messages:userlogin-noaccount','s:25:\"oc:Avètz pas de compte ?\";'),('oc','messages:userlogin-reauth','s:68:\"oc:Vos cal vos reconnectar per verificar que sètz {{GENDER:$1|$1}}.\";'),('oc','messages:userlogin-remembermypassword','s:27:\"oc:Gardar ma session activa\";'),('oc','messages:userlogin-resetpassword-link','s:20:\"oc:Senhal doblidat ?\";'),('oc','messages:userlogin-signwithsecure','s:36:\"oc:Utilizar una connexion securizada\";'),('oc','messages:userlogin-yourname','s:19:\"oc:Nom d\'utilizaire\";'),('oc','messages:userlogin-yourname-ph','s:34:\"oc:Picatz vòstre nom d\'utilizaire\";'),('oc','messages:userlogin-yourpassword','s:9:\"oc:Senhal\";'),('oc','messages:userlogin-yourpassword-ph','s:24:\"oc:Picatz vòstre senhal\";'),('oc','messages:userlogout','s:15:\"oc:Desconnexion\";'),('oc','messages:userlogout-continue','s:31:\"ca:Voleu finalitzar la sessió?\";'),('oc','messages:userlogout-summary','s:3:\"en:\";'),('oc','messages:userlogout-temp','s:127:\"ca:Esteu segur que voleu finalitzar la sessió? No hi haurà forma de tornar a iniciar la sessió en el vostre compte temporal.\";'),('oc','messages:usermaildisabled','s:73:\"oc:Lo mandadís de corrièrs electronics entre utilizairers es desactivat\";'),('oc','messages:usermaildisabledtext','s:84:\"oc:Podètz pas mandar de corrièrs electronics a d\'autres utilizaires sus aquel wiki\";'),('oc','messages:usermessage-editor','s:27:\"oc:Messatgièr del sistèma\";'),('oc','messages:usermessage-summary','s:37:\"oc:A daissat un messatge de sistèma.\";'),('oc','messages:usermessage-template','s:31:\"fr:MediaWiki:MessageUtilisateur\";'),('oc','messages:username','s:51:\"oc:{{GENDER:$1|Nom d\'utilizaire|Nom d\'utilizaira}}:\";'),('oc','messages:usernameinprogress','s:71:\"oc:La creacion d\'un compte per aquel usatgièr es ja en cors. Esperatz.\";'),('oc','messages:userpage-userdoesnotexist','s:122:\"oc:Lo compte d\'utilizaire « <nowiki>$1</nowiki> » es pas enregistrat. Indicatz se volètz crear o editar aquesta pagina.\";'),('oc','messages:userpage-userdoesnotexist-view','s:54:\"oc:Lo compte d\'utilizaire « $1 » es pas enregistrat.\";'),('oc','messages:userrights','s:26:\"oc:Dreits dels utilizaires\";'),('oc','messages:userrights-cannot-shorten-expiry','s:161:\"oc:Podètz pas acorchar la durada d\'expiracion dels membres del grop \"$1\".Sonque los usatgièrs amb de permissions per apondre e levar aqueste grop o pòdon far.\";'),('oc','messages:userrights-changeable-col','s:33:\"oc:Los gropes que podètz cambiar\";'),('oc','messages:userrights-conflict','s:105:\"oc:Conflicte de modificacion de dreits d\'utilizaire ! Relegissètz e confirmatz vòstras modificacions.\";'),('oc','messages:userrights-editusergroup','s:38:\"oc:Modificar los grops de l\'utilizator\";'),('oc','messages:userrights-expiry','s:24:\"oc:Data d’expiracion :\";'),('oc','messages:userrights-expiry-current','s:15:\"oc:Expira lo $1\";'),('oc','messages:userrights-expiry-existing','s:41:\"oc:Data d\'expiracion existenta : $2 à $3\";'),('oc','messages:userrights-expiry-in-past','s:54:\"oc:Lo temps d\'expiracion pel grop  \"$1\" es trespassat.\";'),('oc','messages:userrights-expiry-none','s:13:\"oc:Expira pas\";'),('oc','messages:userrights-expiry-options','s:92:\"oc:1 jorn:1 day,1 setmana:1 week,1 mes:1 month,3 meses:3 months,6 meses:6 months,1 an:1 year\";'),('oc','messages:userrights-expiry-othertime','s:16:\"oc:Autre temps :\";'),('oc','messages:userrights-groups-help','s:440:\"oc:Podètz modificar los gropes qu\'aqueste utilizaire ne fa partida:\n* Una casa marcada significa que l\'utilizaire {{GENDER:$1|e|a}} se tròba dins aqueste grop.\n* Una casa pas marcada significa, al contrari, que s’i tròba pas.\n* Un asterisc * indica que podètz pas suprimir aqueste grop un còp que l\'avètz apondut e recipròcament.\n* Un dièsi (#) indica que podètz que aumentar lo delai d\'expiracion del grop e non pas lo diminuir.\";'),('oc','messages:userrights-groupsmember','s:14:\"oc:Membre de :\";'),('oc','messages:userrights-groupsmember-auto','s:23:\"oc:Membre implicit de :\";'),('oc','messages:userrights-groupsmember-type','s:5:\"ca:$1\";'),('oc','messages:userrights-invalid-expiry','s:52:\"oc:La data d\'expiracion pel grop \"$1\" es pas valida.\";'),('oc','messages:userrights-irreversible-marker','s:6:\"ca:$1*\";'),('oc','messages:userrights-lookup-user','s:28:\"oc:Seleccionar un utilizaire\";'),('oc','messages:userrights-no-interwiki','s:83:\"oc:Sètz pas abilitat per modificar los dreits dels utilizaires sus d\'autres wikis.\";'),('oc','messages:userrights-no-shorten-expiry-marker','s:6:\"fr:$1#\";'),('oc','messages:userrights-nodatabase','s:62:\"oc:La basa de donadas « $1 » existís pas o es pas en local.\";'),('oc','messages:userrights-reason','s:10:\"oc:Motiu :\";'),('oc','messages:userrights-summary','s:3:\"en:\";'),('oc','messages:userrights-systemuser','s:75:\"ca:{{GENDER:$1|Aquest és un usuari|Aquesta és una usuària}} del sistema.\";'),('oc','messages:userrights-unchangeable-col','s:37:\"oc:Los gropes que podètz pas cambiar\";'),('oc','messages:userrights-user-editname','s:33:\"oc:Entrar un nom d’utilizaire :\";'),('oc','messages:userrights-viewusergroup','s:53:\"oc:Afichar los gropes de l\'utilizair{{GENDER:$1|e|a}}\";'),('oc','messages:variantname-crh','s:6:\"fr:crh\";'),('oc','messages:variantname-crh-cyrl','s:11:\"fr:crh-Cyrl\";'),('oc','messages:variantname-crh-latn','s:11:\"fr:crh-Latn\";'),('oc','messages:variantname-gan','s:6:\"fr:gan\";'),('oc','messages:variantname-gan-hans','s:26:\"fr:sinogrammes simplifiés\";'),('oc','messages:variantname-gan-hant','s:28:\"fr:sinogrammes traditionnels\";'),('oc','messages:variantname-ike-cans','s:11:\"fr:ike-cans\";'),('oc','messages:variantname-ike-latn','s:11:\"fr:ike-latn\";'),('oc','messages:variantname-iu','s:5:\"fr:iu\";'),('oc','messages:variantname-kk','s:5:\"fr:kk\";'),('oc','messages:variantname-kk-arab','s:11:\"oc:kk-arabi\";'),('oc','messages:variantname-kk-cn','s:8:\"fr:kk-CN\";'),('oc','messages:variantname-kk-cyrl','s:10:\"fr:kk-Cyrl\";'),('oc','messages:variantname-kk-kz','s:8:\"fr:kk-KZ\";'),('oc','messages:variantname-kk-latn','s:10:\"fr:kk-Latn\";'),('oc','messages:variantname-kk-tr','s:8:\"fr:kk-TR\";'),('oc','messages:variantname-ku','s:5:\"fr:ku\";'),('oc','messages:variantname-ku-arab','s:11:\"oc:ku-Arabi\";'),('oc','messages:variantname-ku-latn','s:10:\"fr:ku-latn\";'),('oc','messages:variantname-shi','s:6:\"fr:shi\";'),('oc','messages:variantname-shi-latn','s:11:\"fr:shi-Latn\";'),('oc','messages:variantname-shi-tfng','s:11:\"fr:shi-Tfng\";'),('oc','messages:variantname-sr','s:5:\"fr:sr\";'),('oc','messages:variantname-sr-cyrl','s:10:\"fr:sr-Cyrl\";'),('oc','messages:variantname-sr-ec','s:8:\"ca:sr-ec\";'),('oc','messages:variantname-sr-el','s:10:\"fr:sr-Latn\";'),('oc','messages:variantname-sr-latn','s:10:\"fr:sr-Latn\";'),('oc','messages:variantname-tg','s:5:\"fr:tg\";'),('oc','messages:variantname-tg-cyrl','s:10:\"fr:tg-cyrl\";'),('oc','messages:variantname-tg-latn','s:10:\"fr:tg-latn\";'),('oc','messages:variantname-tly','s:6:\"fr:tly\";'),('oc','messages:variantname-tly-cyrl','s:11:\"fr:tly-Cyrl\";'),('oc','messages:variantname-uz','s:5:\"ca:uz\";'),('oc','messages:variantname-uz-cyrl','s:10:\"ca:uz-Cyrl\";'),('oc','messages:variantname-uz-latn','s:10:\"ca:uz-Latn\";'),('oc','messages:variantname-zh','s:5:\"fr:zh\";'),('oc','messages:variantname-zh-cn','s:5:\"ca:cn\";'),('oc','messages:variantname-zh-hans','s:26:\"fr:sinogrammes simplifiés\";'),('oc','messages:variantname-zh-hant','s:28:\"fr:sinogrammes traditionnels\";'),('oc','messages:variantname-zh-hk','s:5:\"ca:hk\";'),('oc','messages:variantname-zh-mo','s:5:\"ca:mo\";'),('oc','messages:variantname-zh-my','s:5:\"ca:my\";'),('oc','messages:variantname-zh-sg','s:5:\"ca:sg\";'),('oc','messages:variantname-zh-tw','s:5:\"ca:tw\";'),('oc','messages:variants','s:12:\"oc:Variantas\";'),('oc','messages:vector-2022-prefs-talkpage','s:58:\"ca:[[mw:Talk:Reading/Web/Desktop_Improvements|Discussió]]\";'),('oc','messages:vector-action-addsection','s:23:\"oc:Apondre un subjècte\";'),('oc','messages:vector-action-delete','s:11:\"oc:Suprimir\";'),('oc','messages:vector-action-move','s:12:\"oc:Renomenar\";'),('oc','messages:vector-action-protect','s:11:\"oc:Protegir\";'),('oc','messages:vector-action-toggle-sidebar','s:35:\"ca:Mostra o oculta la barra lateral\";'),('oc','messages:vector-action-undelete','s:12:\"oc:Restablir\";'),('oc','messages:vector-action-unprotect','s:25:\"oc:Suprimir la proteccion\";'),('oc','messages:vector-anon-user-menu-pages','s:39:\"ca:Pàgines per a editors no registrats\";'),('oc','messages:vector-anon-user-menu-pages-label','s:41:\"ca:Vegeu més informació sobre l\'edició\";'),('oc','messages:vector-anon-user-menu-pages-learn','s:19:\"ca:més informació\";'),('oc','messages:vector-article-tools-nav-label','s:8:\"ca:Eines\";'),('oc','messages:vector-intro-page','s:20:\"ca:Help:Introducció\";'),('oc','messages:vector-jumptocontent','s:22:\"oc:Vejatz lo contengut\";'),('oc','messages:vector-jumptonavigation','s:23:\"oc:Sautar la navigacion\";'),('oc','messages:vector-jumptosearch','s:21:\"oc:Sautar la recèrca\";'),('oc','messages:vector-language-button-aria-label','s:94:\"ca:Vés a un article en una altra llengua. Disponible en {{PLURAL:$1|$1 llengua|$1 llengües}}\";'),('oc','messages:vector-language-button-label','s:35:\"oc:{{PLURAL:$1|$1 lenga|$1 lengas}}\";'),('oc','messages:vector-language-redirect-to-top','s:144:\"ca:En aquest projecte {{SITENAME}}, els enllaços de llengua són a dalt de la pàgina a l\'altre costat del títol. [[#p-lang-btn|Vés a dalt]].\";'),('oc','messages:vector-language-variant-switcher-label','s:31:\"ca:Canvia la variant de llengua\";'),('oc','messages:vector-languages','s:9:\"oc:Lengas\";'),('oc','messages:vector-main-menu-tooltip','s:18:\"oc:Menut principal\";'),('oc','messages:vector-more-actions','s:6:\"oc:Mai\";'),('oc','messages:vector-no-language-button-aria-label','s:93:\"ca:Aquest article només existeix en aquesta llengua. Afegiu l\'article per a altres llengües\";'),('oc','messages:vector-no-language-button-label','s:20:\"oc:Apondre una lenga\";'),('oc','messages:vector-opt-out','s:29:\"oc:Cambia a l\'ancian aspècte\";'),('oc','messages:vector-opt-out-tooltip','s:90:\"ca:Canvia la configuració per tornar a l\'aspecte anterior de l\'aparença (Vector heretat)\";'),('oc','messages:vector-search-loader','s:38:\"ca:Carregant els suggeriments de cerca\";'),('oc','messages:vector-searchsuggest-containing','s:106:\"oc:Cercar lei paginas que contènon <strong class=\"cdx-typeahead-search__search-footer__query\">$1</strong>\";'),('oc','messages:vector-site-nav-label','s:7:\"ca:Lloc\";'),('oc','messages:vector-skin-desc','s:249:\"ca:Proporciona dues aparences Vector:\n* 2011 - La versió moderna de MonoBook amb aspecte refrescat i moltes millores d\'usabilitat.\n* 2022 - La versió Vector construïda com a part del projecte [[mw:Desktop Improvements]] de la Fundació Wikimedia.\";'),('oc','messages:vector-specialversion-name','s:9:\"ca:Vector\";'),('oc','messages:vector-toc-beginning','s:15:\"oc:Començament\";'),('oc','messages:vector-toc-collapsible-button-label','s:34:\"ca:Commuta la taula de continguts.\";'),('oc','messages:vector-toc-heading','s:12:\"ca:Contingut\";'),('oc','messages:vector-toc-menu-tooltip','s:22:\"ca:Taula de continguts\";'),('oc','messages:vector-toc-toggle-button-label','s:27:\"ca:Commuta la subsecció $1\";'),('oc','messages:vector-toc-toggle-position-sidebar','s:36:\"fr:déplacer vers la barre latérale\";'),('oc','messages:vector-toc-toggle-position-title','s:10:\"fr:masquer\";'),('oc','messages:vector-view-create','s:8:\"oc:Crear\";'),('oc','messages:vector-view-edit','s:12:\"oc:Modificar\";'),('oc','messages:vector-view-history','s:20:\"oc:Mostrar l\'istoric\";'),('oc','messages:vector-view-view','s:8:\"oc:Legir\";'),('oc','messages:vector-view-viewsource','s:19:\"oc:Mostrar lo còdi\";'),('oc','messages:vector.css','s:79:\"oc:/* Lo CSS plaçat aicí afectarà los utilizaires de l’abilhatge Vector */\";'),('oc','messages:vector.js','s:120:\"oc:/* Tot JavaScript aicí serà cargat amb las paginas accedidas pels utilizaires de l’abilhatge Vector unicament. */\";'),('oc','messages:verification-error','s:61:\"oc:Aqueste fichièr passa pas la verificacion dels fichièrs.\";'),('oc','messages:version','s:10:\"oc:Version\";'),('oc','messages:version-antispam','s:22:\"oc:Prevencion del spam\";'),('oc','messages:version-api','s:6:\"fr:API\";'),('oc','messages:version-credits-not-found','s:93:\"oc:Cap d\'informacion detalhada dels mercejaments es pas estada trobada per aquesta extension.\";'),('oc','messages:version-credits-summary','s:106:\"ca:El nostre reconeixement a les següents persones per la seva aportació a [[Special:Version|MediaWiki]]\";'),('oc','messages:version-credits-title','s:22:\"oc:Mercejaments per $1\";'),('oc','messages:version-db-mariadb-url','s:23:\"en:https://mariadb.org/\";'),('oc','messages:version-db-mysql-url','s:25:\"en:https://www.mysql.com/\";'),('oc','messages:version-db-percona-url','s:49:\"en:http://www.percona.com/software/percona-server\";'),('oc','messages:version-db-postgres-url','s:29:\"en:http://www.postgresql.org/\";'),('oc','messages:version-db-sqlite-url','s:26:\"en:https://www.sqlite.org/\";'),('oc','messages:version-editors','s:10:\"oc:Editors\";'),('oc','messages:version-entrypoints','s:27:\"oc:URL dels punts d\'entrada\";'),('oc','messages:version-entrypoints-api-php','s:77:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php]\";'),('oc','messages:version-entrypoints-articlepath','s:95:\"fr:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Chemin d’article]\";'),('oc','messages:version-entrypoints-header-entrypoint','s:17:\"oc:Punt d\'entrada\";'),('oc','messages:version-entrypoints-header-url','s:6:\"oc:URL\";'),('oc','messages:version-entrypoints-index-php','s:81:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php]\";'),('oc','messages:version-entrypoints-rest-php','s:79:\"en:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php]\";'),('oc','messages:version-entrypoints-scriptpath','s:92:\"fr:[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Chemin de script]\";'),('oc','messages:version-ext-colheader-credits','s:9:\"oc:Autors\";'),('oc','messages:version-ext-colheader-description','s:14:\"oc:Descripcion\";'),('oc','messages:version-ext-colheader-license','s:12:\"oc:Licéncia\";'),('oc','messages:version-ext-colheader-name','s:13:\"oc:Extensions\";'),('oc','messages:version-ext-colheader-version','s:10:\"oc:Version\";'),('oc','messages:version-ext-license','s:12:\"oc:Licéncia\";'),('oc','messages:version-extensions','s:25:\"oc:Extensions installadas\";'),('oc','messages:version-hook-name','s:18:\"oc:Nom del croquet\";'),('oc','messages:version-hook-subscribedby','s:14:\"oc:Definit per\";'),('oc','messages:version-hooks','s:11:\"oc:Croquets\";'),('oc','messages:version-libraries','s:27:\"oc:Bibliotècas installadas\";'),('oc','messages:version-libraries-authors','s:9:\"oc:Autors\";'),('oc','messages:version-libraries-description','s:14:\"oc:Descripcion\";'),('oc','messages:version-libraries-library','s:14:\"oc:Bibliotèca\";'),('oc','messages:version-libraries-license','s:12:\"oc:Licéncia\";'),('oc','messages:version-libraries-version','s:10:\"oc:Version\";'),('oc','messages:version-license','s:25:\"oc:Licéncia de MediaWiki\";'),('oc','messages:version-license-info','s:874:\"ca:MediaWiki és programari lliure, podeu redistribuir-lo i/o modificar-lo sota els termes de la Llicència Pública General GNU publicada per la Free Software Foundation, sigui de la seva versió 2 o (a elecció vostra) de qualsevol versió posterior. \n\nMediaWiki es distribueix en l\'esperança de ser d\'utilitat, però <em>SENSE CAP GARANTIA</em>; ni tan sols la garantia implícita de <strong>COMERCIALITZACIÓ</strong> o <strong>ADEQUACIÓ A UNA FINALITAT DETERMINADA</strong>. Vegeu la Llicència Pública General GNU per a més informació.\n\nAmb aquest programa heu d\'haver rebut [{{SERVER}}{{SCRIPTPATH}}/COPYING una còpia de la Llicència Pública General GNU]; si no és així, adreceu-vos a la Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA o bé [//www.gnu.org/licenses/old-licenses/gpl-2.0.html llegiu-la en línia].\";'),('oc','messages:version-license-not-found','s:91:\"oc:Cap d\'informacion detalhada de la licéncia es pas estada trobada per aquesta extension.\";'),('oc','messages:version-license-title','s:19:\"oc:Licéncia per $1\";'),('oc','messages:version-mediahandlers','s:18:\"oc:Supòrts mèdia\";'),('oc','messages:version-no-ext-name','s:13:\"oc:[sens nom]\";'),('oc','messages:version-other','s:10:\"oc:Divèrs\";'),('oc','messages:version-parser-extensiontags','s:37:\"oc:Balisas suplementàrias del parser\";'),('oc','messages:version-parser-function-hooks','s:38:\"oc:Croquets de las foncions del parser\";'),('oc','messages:version-parserhooks','s:24:\"oc:Extensions del parser\";'),('oc','messages:version-poweredby-credits','s:117:\"oc:Aqueste wiki fonciona gràcias a <strong>[https://www.mediawiki.org/ MediaWiki]</strong>, copyright © 2001-$1 $2.\";'),('oc','messages:version-poweredby-others','s:9:\"oc:autres\";'),('oc','messages:version-poweredby-translators','s:34:\"oc:traductors de translatewiki.net\";'),('oc','messages:version-poweredby-various','s:20:\"oc:Divèrseis autors\";'),('oc','messages:version-skin-colheader-name','s:13:\"oc:Aparéncia\";'),('oc','messages:version-skins','s:24:\"oc:Abilhatges installats\";'),('oc','messages:version-software','s:21:\"oc:Logicial installat\";'),('oc','messages:version-software-product','s:10:\"oc:Produit\";'),('oc','messages:version-software-version','s:10:\"oc:Version\";'),('oc','messages:version-specialpages','s:21:\"oc:Paginas especialas\";'),('oc','messages:version-summary','s:3:\"en:\";'),('oc','messages:version-variables','s:12:\"oc:Variablas\";'),('oc','messages:version-version','s:7:\"fr:($1)\";'),('oc','messages:versionrequired','s:38:\"oc:Version $1 de MediaWiki necessària\";'),('oc','messages:versionrequiredtext','s:130:\"oc:La version $1 de MediaWiki es necessària per utilizar aquesta pagina. Consultatz [[Special:Version|la pagina de las versions]]\";'),('oc','messages:video-dims','s:15:\"ca:$1, $2 × $3\";'),('oc','messages:view','s:8:\"oc:Veire\";'),('oc','messages:view-pool-contention','s:18:\"en:pool contention\";'),('oc','messages:view-pool-dirty-output','s:26:\"en:parser cache is expired\";'),('oc','messages:view-pool-error','s:183:\"oc:O planhèm, los servidors son subrecargats pel moment.\nTròp d’utilizaires cercan a accedir a aquesta pagina.\nEsperatz un moment abans d\'ensajar d’accedir a aquesta pagina.\n\n$1\";'),('oc','messages:view-pool-timeout','s:16:\"en:pool overload\";'),('oc','messages:viewcount','s:70:\"oc:Aquesta pagina es estada consultada {{PLURAL:$1|un còp|$1 còps}}.\";'),('oc','messages:viewdeleted','s:12:\"oc:Veire $1?\";'),('oc','messages:viewdeleted_short','s:65:\"oc:Veire {{PLURAL:$1|una edicion escafada|$1 edicions escafadas}}\";'),('oc','messages:viewdeletedpage','s:33:\"oc:Istoric de la pagina suprimida\";'),('oc','messages:viewhelppage','s:27:\"oc:Vejatz la pagina d\'ajuda\";'),('oc','messages:viewinguserrights','s:82:\"oc:Afichatge dels dreches de {{GENDER:$1|user}} <strong>[[User:$1|$1]]</strong> $2\";'),('oc','messages:viewpagelogs','s:43:\"oc:Vejatz las operacions per aquesta pagina\";'),('oc','messages:viewpagelogs-lowercase','s:37:\"oc:veire los jornals d\'aquesta pagina\";'),('oc','messages:viewprevnext','s:45:\"oc:Veire ($1 {{int:pipe-separator}} $2) ($3).\";'),('oc','messages:views','s:13:\"oc:Afichatges\";'),('oc','messages:viewsource','s:23:\"oc:Veire lo tèxte font\";'),('oc','messages:viewsource-title','s:22:\"oc:Veire la font de $1\";'),('oc','messages:viewsourcelink','s:16:\"oc:veire la font\";'),('oc','messages:viewsourceold','s:16:\"oc:veire la font\";'),('oc','messages:viewsourcetext','s:56:\"oc:Podètz veire e copiar lo contengut d\'aquesta pagina.\";'),('oc','messages:viewtalkpage','s:23:\"oc:Pagina de discussion\";'),('oc','messages:viewyourtext','s:99:\"oc:Podètz veire e copiar lo contengut de <strong>vòstras modificacions</strong> a aquesta pagina.\";'),('oc','messages:virus-badscanner','s:64:\"oc:Marrida configuracion : escaner de virús desconegut : \'\'$1\'\'\";'),('oc','messages:virus-scanfailed','s:36:\"oc:Fracàs de la recèrca (còdi $1)\";'),('oc','messages:virus-unknownscanner','s:26:\"oc:antivirús desconegut :\";'),('oc','messages:wantedcategories','s:28:\"oc:Categorias mai demandadas\";'),('oc','messages:wantedcategories-summary','s:3:\"en:\";'),('oc','messages:wantedfiles','s:21:\"oc:Fichièrs desirats\";'),('oc','messages:wantedfiles-summary','s:3:\"en:\";'),('oc','messages:wantedfiletext-cat','s:331:\"oc:Los fichièrs seguents son utilizats, mas existisson pas localament. Se se tròban sus un depaus partejat, pòdon èsser listats aicí, mentre que sián, de fait, ja disponibles. Totes aqueles falses positius seràn <del>raiats</del>. Amai, las paginas qu\'intègran de fichièrs qu\'existisson pas son repertoriadas dins [[:$1]].\";'),('oc','messages:wantedfiletext-cat-noforeign','s:148:\"oc:Los fichièrs seguents son utilizats mas existisson pas. Amai, las paginas qu\'intègran los fichièrs qu\'existisson pas son listats dins [[:$1]].\";'),('oc','messages:wantedfiletext-nocat','s:237:\"oc:Los fichièrs seguents son utilizats, mas existisson pas localament. Se se tròban sus un depaus partejat, pòdon èsser listats aicí, mentre que sián, de fait, ja disponibles. Totes aqueles falses positius seràn <del>raiats</del>.\";'),('oc','messages:wantedfiletext-nocat-noforeign','s:59:\"oc:Los fichièrs seguents son utilizats mas existisson pas.\";'),('oc','messages:wantedpages','s:25:\"oc:Paginas mai demandadas\";'),('oc','messages:wantedpages-badtitle','s:41:\"oc:Títol invalid dins los resultats : $1\";'),('oc','messages:wantedpages-summary','s:312:\"oc:Lista de las paginas inexistentas qu\'an lo mai de ligams cap a elas, en excluent las paginas qu\'an pas que de redireccions puntant cap a elas. Per aver una lista de las paginas inexistentas qu\'an de redireccions puntant cap a elas, vejatz [[{{#special:BrokenRedirects}}|la lista de las redireccions copadas]].\";'),('oc','messages:wantedtemplates','s:20:\"oc:Modèls demandats\";'),('oc','messages:wantedtemplates-summary','s:3:\"en:\";'),('oc','messages:watch','s:9:\"oc:Seguir\";'),('oc','messages:watching','s:12:\"oc:Seguit...\";'),('oc','messages:watchlist','s:21:\"oc:Lista de seguiment\";'),('oc','messages:watchlist-details','s:110:\"oc:{{PLURAL:$1|$1 pagina es|$1 paginas son}} dins vòstra lista de seguiment (emai las paginas de discussion).\";'),('oc','messages:watchlist-expires-in-aria-label','s:46:\"ca:Element a la llista de seguiment que expira\";'),('oc','messages:watchlist-expiring-days-full-text','s:71:\"ca:{{PLURAL:$1|1 dia|$1 dies}} restants a la vostra llista de seguiment\";'),('oc','messages:watchlist-expiring-hours-full-text','s:58:\"ca:Resten unes poques hores en la seva llista de seguiment\";'),('oc','messages:watchlist-expiry-days-left','s:44:\"ca:{{PLURAL:$1|queda $1 dia|queden $1 dies}}\";'),('oc','messages:watchlist-expiry-hours-left','s:28:\"ca:Queden unes quantes hores\";'),('oc','messages:watchlist-expiry-options','s:86:\"oc:Permanent:infinite,1 setmana:1 week,1 mes:1 month,3 meses:3 months,6 meses:6 months\";'),('oc','messages:watchlist-hide','s:9:\"oc:Amagar\";'),('oc','messages:watchlist-options','s:35:\"oc:Opcions de la lista de seguiment\";'),('oc','messages:watchlist-submit','s:10:\"oc:Afichar\";'),('oc','messages:watchlist-summary','s:3:\"en:\";'),('oc','messages:watchlist-unwatch','s:5:\"en:×\";'),('oc','messages:watchlist-unwatch-undo','s:4:\"en:+\";'),('oc','messages:watchlistanontext','s:88:\"oc:Connectatz-vos per visualizar o modificar los elements de vòstra lista de seguiment.\";'),('oc','messages:watchlistedit-clear-done','s:49:\"oc:Vòstra lista de seguiment es estada escafada.\";'),('oc','messages:watchlistedit-clear-explain','s:67:\"oc:Totes los títols seràn suprimits de vòstra lista de seguiment\";'),('oc','messages:watchlistedit-clear-jobqueue','s:79:\"ca:S\'està netejant la vostra llista de seguiment. Això pot trigar una estona!\";'),('oc','messages:watchlistedit-clear-legend','s:32:\"oc:Escafar la lista de seguiment\";'),('oc','messages:watchlistedit-clear-removed','s:72:\"oc:{{PLURAL:$1|Un títol es estat levat|$1 títols son estats levats}} :\";'),('oc','messages:watchlistedit-clear-submit','s:55:\"oc:Escafar la lista de seguiment (aquò es permanent !)\";'),('oc','messages:watchlistedit-clear-title','s:31:\"oc:Voidar la lista de seguiment\";'),('oc','messages:watchlistedit-clear-titles','s:12:\"oc:Títols :\";'),('oc','messages:watchlistedit-normal-done','s:107:\"oc:{{PLURAL:$1|Una pagina es estada levada|$1 paginas son estadas levadas}} de vòstra lista de seguiment :\";'),('oc','messages:watchlistedit-normal-explain','s:281:\"oc:Las paginas que seguissètz son visiblas çaijós, classadas per espaci de noms.\nPer levar una pagina (e sa pagina de discussion) de la lista, seleccionatz la casa al costat puèi clicatz sul boton en bas.\nTanben la podètz [[Special:EditWatchlist/raw|modificar en mòde brut]].\";'),('oc','messages:watchlistedit-normal-legend','s:44:\"oc:Levar de paginas de la lista de seguiment\";'),('oc','messages:watchlistedit-normal-submit','s:34:\"oc:Levar las paginas seleccionadas\";'),('oc','messages:watchlistedit-normal-title','s:40:\"oc:Modificacion de la lista de seguiment\";'),('oc','messages:watchlistedit-raw-added','s:81:\"oc:{{PLURAL:$1|Una pagina es estada aponduda|$1 paginas son estadas apondudas}} :\";'),('oc','messages:watchlistedit-raw-done','s:52:\"oc:Vòstra lista de seguiment es estada mesa a jorn.\";'),('oc','messages:watchlistedit-raw-explain','s:310:\"oc:Los títols de vòstra lista de seguiment son afichats çaijós e pòdon èsser modificats en los apondent o los levant de la lista (un títol per linha). Quand avètz acabat, clicatz sul boton « {{int:Watchlistedit-raw-submit}} » en bas. Tanben podètz [[Special:EditWatchlist|utilizar l\'editor normal]].\";'),('oc','messages:watchlistedit-raw-legend','s:54:\"oc:Modificacion de la lista de seguiment en mòde brut\";'),('oc','messages:watchlistedit-raw-removed','s:77:\"oc:{{PLURAL:$1|Una pagina es estada levada|$1 paginas son estadas levadas}} :\";'),('oc','messages:watchlistedit-raw-submit','s:24:\"oc:Metre la lista a jorn\";'),('oc','messages:watchlistedit-raw-title','s:53:\"oc:Modificacion de la lista de seguiment (mòde brut)\";'),('oc','messages:watchlistedit-raw-titles','s:12:\"oc:Títols :\";'),('oc','messages:watchlistedit-too-many','s:40:\"oc:I a tròp de paginas d\'afichar aicí.\";'),('oc','messages:watchlistfor2','s:9:\"oc:Per $1\";'),('oc','messages:watchlistnotwatchable','s:31:\"ca:No es pot seguir la pàgina.\";'),('oc','messages:watchlisttools-clear','s:32:\"oc:Escafar la lista de seguiment\";'),('oc','messages:watchlisttools-edit','s:42:\"oc:Veire e modificar la lista de seguiment\";'),('oc','messages:watchlisttools-raw','s:34:\"oc:Modificar la lista (mòde brut)\";'),('oc','messages:watchlisttools-view','s:21:\"oc:Lista de seguiment\";'),('oc','messages:watchnologin','s:33:\"oc:Vos sètz pas identificat(ada)\";'),('oc','messages:watchthis','s:24:\"oc:Seguir aquesta pagina\";'),('oc','messages:watchthispage','s:24:\"oc:Seguir aquesta pagina\";'),('oc','messages:watchthisupload','s:26:\"oc:Seguir aqueste fichièr\";'),('oc','messages:wed','s:8:\"oc:Dimè\";'),('oc','messages:wednesday','s:12:\"oc:dimècres\";'),('oc','messages:wednesday-at','s:17:\"oc:Dimècres a $1\";'),('oc','messages:weeks','s:39:\"oc:{{PLURAL:$1|$1 setmana|$1 setmanas}}\";'),('oc','messages:welcomecreation-msg','s:138:\"oc:Vòstre compte d\'utilizaire es estat creat.\nDoblidetz pas de modificar [[Special:Preferences|vòstras preferéncias per {{SITENAME}}]].\";'),('oc','messages:welcomeuser','s:24:\"oc:Benvenguda, $1&nbsp;!\";'),('oc','messages:whatlinkshere','s:20:\"oc:Paginas connèxas\";'),('oc','messages:whatlinkshere-count','s:43:\"ca:Hi ha $1 {{PLURAL:$1|element|elements}}.\";'),('oc','messages:whatlinkshere-hideimages','s:32:\"oc:Amagar los ligams de fichièr\";'),('oc','messages:whatlinkshere-hidelinks','s:20:\"oc:Amagar los ligams\";'),('oc','messages:whatlinkshere-hideredirs','s:28:\"oc:Escondre lei redireccions\";'),('oc','messages:whatlinkshere-hidetrans','s:27:\"oc:Escondre leis inclusions\";'),('oc','messages:whatlinkshere-links','s:13:\"oc:← ligams\";'),('oc','messages:whatlinkshere-next','s:36:\"oc:{{PLURAL:$1|seguent|$1 seguents}}\";'),('oc','messages:whatlinkshere-page','s:11:\"oc:Pagina :\";'),('oc','messages:whatlinkshere-prev','s:42:\"oc:{{PLURAL:$1|precedenta|$1 precedentas}}\";'),('oc','messages:whatlinkshere-sectionredir','s:33:\"ca:redirigeix a la secció «$1»\";'),('oc','messages:whatlinkshere-submit','s:10:\"oc:Validar\";'),('oc','messages:whatlinkshere-summary','s:3:\"en:\";'),('oc','messages:whatlinkshere-title','s:36:\"oc:Paginas que puntan cap a « $1 »\";'),('oc','messages:whitelistedittext','s:47:\"oc:Vos cal èsser $1 per modificar las paginas.\";'),('oc','messages:widthheight','s:15:\"fr:$1 × $2\";'),('oc','messages:widthheightpage','s:44:\"oc:$1 × $2, $3 {{PLURAL:$3|pagina|paginas}}\";'),('oc','messages:wikieditor','s:54:\"oc:Interfàcia avançada de modificacion de wikitèxte\";'),('oc','messages:wikieditor-desc','s:95:\"oc:Provesís una interfàcia de modificacion de wikitèxte extensible e mantuna foncionalitats.\";'),('oc','messages:wikieditor-loading','s:12:\"oc:Cargament\";'),('oc','messages:wikieditor-preview-changes-tab','s:14:\"oc:Cambiaments\";'),('oc','messages:wikieditor-preview-loading','s:15:\"oc:Cargament...\";'),('oc','messages:wikieditor-preview-preference','s:46:\"oc:Activar la previsualizacion còsta a còsta\";'),('oc','messages:wikieditor-preview-tab','s:19:\"oc:Previsualizacion\";'),('oc','messages:wikieditor-publish-button-cancel','s:10:\"oc:Anullar\";'),('oc','messages:wikieditor-publish-button-publish','s:11:\"oc:Publicar\";'),('oc','messages:wikieditor-publish-dialog-goback','s:9:\"oc:Retorn\";'),('oc','messages:wikieditor-publish-dialog-minor','s:22:\"oc:Modificacion menora\";'),('oc','messages:wikieditor-publish-dialog-publish','s:11:\"oc:Publicar\";'),('oc','messages:wikieditor-publish-dialog-summary','s:88:\"oc:Resumit de modificacion (descrivètz brèvament los cambiaments qu\'avètz aportats) :\";'),('oc','messages:wikieditor-publish-dialog-title','s:28:\"oc:Publicar sus {{SITENAME}}\";'),('oc','messages:wikieditor-publish-dialog-watch','s:24:\"oc:Seguir aquesta pagina\";'),('oc','messages:wikieditor-publish-preference','s:41:\"oc:Activar la publicacion etapa per etapa\";'),('oc','messages:wikieditor-toolbar','s:36:\"oc:Barra d’aisinas de modificacion\";'),('oc','messages:wikieditor-toolbar-desc','s:68:\"oc:Modificacion de la barra d\'aisinas amb l\'utilizabilitat melhorada\";'),('oc','messages:wikieditor-toolbar-dialogs-preference','s:104:\"oc:Activar los assistents per apondre de ligams, de tablèus emai la foncion de recèrca e remplaçament\";'),('oc','messages:wikieditor-toolbar-file-caption','s:11:\"oc:Legenda:\";'),('oc','messages:wikieditor-toolbar-file-default','s:15:\"oc:(per defaut)\";'),('oc','messages:wikieditor-toolbar-file-float','s:15:\"oc:Alinhament :\";'),('oc','messages:wikieditor-toolbar-file-format','s:11:\"oc:Format :\";'),('oc','messages:wikieditor-toolbar-file-format-none','s:10:\"oc:pas cap\";'),('oc','messages:wikieditor-toolbar-file-size','s:10:\"oc:Talha :\";'),('oc','messages:wikieditor-toolbar-file-target','s:20:\"oc:Nom de fichièr :\";'),('oc','messages:wikieditor-toolbar-group-format','s:9:\"oc:Format\";'),('oc','messages:wikieditor-toolbar-group-insert','s:10:\"oc:Inserir\";'),('oc','messages:wikieditor-toolbar-help-content-bold-description','s:7:\"oc:Gras\";'),('oc','messages:wikieditor-toolbar-help-content-bold-result','s:34:\"oc:<strong>Tèxte en gras</strong>\";'),('oc','messages:wikieditor-toolbar-help-content-bold-syntax','s:23:\"oc:\'\'\'Tèxte en gras\'\'\'\";'),('oc','messages:wikieditor-toolbar-help-content-bolditalic-description','s:21:\"oc:Gras &amp; italica\";'),('oc','messages:wikieditor-toolbar-help-content-bolditalic-result','s:60:\"oc:<strong><em>Tèxte en gras &amp; en italica</em></strong>\";'),('oc','messages:wikieditor-toolbar-help-content-bolditalic-syntax','s:44:\"oc:\'\'\'\'\'Tèxte en gras &amp; en italica\'\'\'\'\'\";'),('oc','messages:wikieditor-toolbar-help-content-file-caption','s:23:\"fr:Texte de la légende\";'),('oc','messages:wikieditor-toolbar-help-content-file-description','s:19:\"oc:Fichièr inserit\";'),('oc','messages:wikieditor-toolbar-help-content-file-syntax','s:27:\"oc:[[$1:Exemple.png|$2|$3]]\";'),('oc','messages:wikieditor-toolbar-help-content-heading2-description','s:26:\"oc:Títol de segond nivèl\";'),('oc','messages:wikieditor-toolbar-help-content-heading2-result','s:29:\"oc:<h2>Tèxte del títol</h2>\";'),('oc','messages:wikieditor-toolbar-help-content-heading2-syntax','s:26:\"oc:== Tèxte del títol ==\";'),('oc','messages:wikieditor-toolbar-help-content-heading3-description','s:26:\"oc:Títol de tresen nivèl\";'),('oc','messages:wikieditor-toolbar-help-content-heading3-result','s:29:\"oc:<h3>Tèxte del títol</h3>\";'),('oc','messages:wikieditor-toolbar-help-content-heading3-syntax','s:28:\"oc:=== Tèxte del títol ===\";'),('oc','messages:wikieditor-toolbar-help-content-heading4-description','s:27:\"oc:Títol de quatren nivèl\";'),('oc','messages:wikieditor-toolbar-help-content-heading4-result','s:29:\"oc:<h4>Tèxte del títol</h4>\";'),('oc','messages:wikieditor-toolbar-help-content-heading4-syntax','s:30:\"oc:==== Tèxte del títol ====\";'),('oc','messages:wikieditor-toolbar-help-content-heading5-description','s:27:\"oc:Títol de cinquen nivèl\";'),('oc','messages:wikieditor-toolbar-help-content-heading5-result','s:29:\"oc:<h5>Tèxte del títol</h5>\";'),('oc','messages:wikieditor-toolbar-help-content-heading5-syntax','s:32:\"oc:===== Tèxte del títol =====\";'),('oc','messages:wikieditor-toolbar-help-content-ilink-description','s:17:\"oc:Ligam intèrne\";'),('oc','messages:wikieditor-toolbar-help-content-ilink-result','s:76:\"oc:<a href=\'#\'>Tèxte del ligam</a><br /><a href=\'#\'>Títol de la pagina</a>\";'),('oc','messages:wikieditor-toolbar-help-content-ilink-syntax','s:72:\"oc:[[Títol de la pagina|Tèxte del ligam]]<br />[[Títol de la pagina]]\";'),('oc','messages:wikieditor-toolbar-help-content-indent-description','s:13:\"oc:Identacion\";'),('oc','messages:wikieditor-toolbar-help-content-indent-result','s:82:\"oc:Tèxte normal<dl><dd>Tèxte indentat<dl><dd>Tèxte indentat</dd></dl></dd></dl>\";'),('oc','messages:wikieditor-toolbar-help-content-indent-syntax','s:61:\"oc:Tèxte normal<br />:Tèxte indentat<br />::Tèxte indentat\";'),('oc','messages:wikieditor-toolbar-help-content-italic-description','s:10:\"oc:Italica\";'),('oc','messages:wikieditor-toolbar-help-content-italic-result','s:29:\"oc:<em>Tèxte en italica</em>\";'),('oc','messages:wikieditor-toolbar-help-content-italic-syntax','s:24:\"oc:\'\'Tèxte en italica\'\'\";'),('oc','messages:wikieditor-toolbar-help-content-named-reference-description','s:22:\"fr:Référence nommée\";'),('oc','messages:wikieditor-toolbar-help-content-named-reference-result','s:50:\"fr:Texte de la page.<sup><a href=\'#\'>[2]</a></sup>\";'),('oc','messages:wikieditor-toolbar-help-content-named-reference-syntax','s:93:\"fr:Texte de la page.&lt;ref name=\"test\"&gt;[http://www.example.org Texte du lien]&lt;/ref&gt;\";'),('oc','messages:wikieditor-toolbar-help-content-olist-description','s:19:\"oc:Lista numerotada\";'),('oc','messages:wikieditor-toolbar-help-content-olist-result','s:68:\"oc:<ol><li>Element de la lista</li><li>Element de la lista</li></ol>\";'),('oc','messages:wikieditor-toolbar-help-content-olist-syntax','s:51:\"oc:# Element de la lista<br /># Element de la lista\";'),('oc','messages:wikieditor-toolbar-help-content-reference-description','s:14:\"oc:Referéncia\";'),('oc','messages:wikieditor-toolbar-help-content-reference-result','s:53:\"oc:Tèxte de la pagina <sup><a href=\'#\'>[1]</a></sup>\";'),('oc','messages:wikieditor-toolbar-help-content-reference-syntax','s:106:\"oc:Tèxte de la pagina.&lt;ref&gt;[http://www.example.org tèxte del ligam], tèxte adicional.&lt;/ref&gt;\";'),('oc','messages:wikieditor-toolbar-help-content-rereference-description','s:52:\"oc:Utilizacion adicionala de la meteissa referéncia\";'),('oc','messages:wikieditor-toolbar-help-content-rereference-result','s:53:\"oc:Tèxte de la pagina <sup><a href=\'#\'>[2]</a></sup>\";'),('oc','messages:wikieditor-toolbar-help-content-rereference-syntax','s:28:\"en:&lt;ref name=\"test\" /&gt;\";'),('oc','messages:wikieditor-toolbar-help-content-showreferences-description','s:27:\"oc:Afichar las referéncias\";'),('oc','messages:wikieditor-toolbar-help-content-showreferences-result','s:215:\"oc:<ol class=\'references\'><li id=\'cite_note-test-0\'><b><a title=\'\' href=\'#\'>^</a></b> <a rel=\'nofollow\' title=\'http://www.example.org\' class=\'external text\' href=\'#\'>Tèxte del ligam</a>, tèxte adicional.</li></ol>\";'),('oc','messages:wikieditor-toolbar-help-content-showreferences-syntax','s:23:\"en:&lt;references /&gt;\";'),('oc','messages:wikieditor-toolbar-help-content-signature-description','s:12:\"oc:Signatura\";'),('oc','messages:wikieditor-toolbar-help-content-signature-result','s:118:\"oc:<a href=\'#\' title=\'{{#special:mypage}}\'>Nom d\'utilizaire</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>discutir</a>)\";'),('oc','messages:wikieditor-toolbar-help-content-signature-syntax','s:6:\"en:~~~\";'),('oc','messages:wikieditor-toolbar-help-content-signaturetimestamp-description','s:21:\"oc:Signatura amb data\";'),('oc','messages:wikieditor-toolbar-help-content-signaturetimestamp-result','s:153:\"oc:--<a href=\'#\' title=\'{{#special:mypage}}\'>Nom d\'utilizaire</a> (<a href=\'#\' title=\'{{#special:mytalk}}\'>discutir</a>) 10 de junh de 2009 a 15:54 (UTC)\";'),('oc','messages:wikieditor-toolbar-help-content-signaturetimestamp-syntax','s:9:\"en:--~~~~\";'),('oc','messages:wikieditor-toolbar-help-content-ulist-description','s:22:\"oc:Lista amb de piuses\";'),('oc','messages:wikieditor-toolbar-help-content-ulist-result','s:68:\"oc:<ul><li>Element de la lista</li><li>Element de la lista</li></ul>\";'),('oc','messages:wikieditor-toolbar-help-content-ulist-syntax','s:51:\"oc:* Element de la lista<br />* Element de la lista\";'),('oc','messages:wikieditor-toolbar-help-content-xlink-description','s:17:\"oc:Ligam extèrne\";'),('oc','messages:wikieditor-toolbar-help-content-xlink-result','s:166:\"oc:<a href=\'#\' class=\'external\'>Tèxte del ligam</a><br /><a href=\'#\' class=\'external autonumber\'>[1]</a><br /><a href=\'#\' class=\'external\'>http://www.exemple.org</a>\";'),('oc','messages:wikieditor-toolbar-help-content-xlink-syntax','s:102:\"oc:[http://www.exemple.org Tèxte del ligam]<br />[http://www.exemple.org]<br />http://www.exemple.org\";'),('oc','messages:wikieditor-toolbar-help-heading-description','s:14:\"oc:Descripcion\";'),('oc','messages:wikieditor-toolbar-help-heading-result','s:20:\"oc:Çò qu\'obtenètz\";'),('oc','messages:wikieditor-toolbar-help-heading-syntax','s:18:\"oc:Çò que picatz\";'),('oc','messages:wikieditor-toolbar-help-page-discussion','s:13:\"oc:Discussion\";'),('oc','messages:wikieditor-toolbar-help-page-file','s:12:\"oc:Fichièrs\";'),('oc','messages:wikieditor-toolbar-help-page-format','s:13:\"oc:Formatatge\";'),('oc','messages:wikieditor-toolbar-help-page-heading','s:10:\"oc:Títols\";'),('oc','messages:wikieditor-toolbar-help-page-link','s:9:\"oc:Ligams\";'),('oc','messages:wikieditor-toolbar-help-page-list','s:9:\"oc:Listas\";'),('oc','messages:wikieditor-toolbar-help-page-reference','s:15:\"oc:Referéncias\";'),('oc','messages:wikieditor-toolbar-hidesig','s:78:\"oc:Amagar lo boton de signatura dins las paginas de l\'espaci de noms principal\";'),('oc','messages:wikieditor-toolbar-loading','s:16:\"oc:Cargament ...\";'),('oc','messages:wikieditor-toolbar-preference','s:39:\"oc:Activar la barra d\'aisinas melhorada\";'),('oc','messages:wikieditor-toolbar-section-advanced','s:11:\"oc:Avançat\";'),('oc','messages:wikieditor-toolbar-section-characters','s:23:\"oc:Caractèrs especials\";'),('oc','messages:wikieditor-toolbar-section-help','s:8:\"oc:Ajuda\";'),('oc','messages:wikieditor-toolbar-tool-big','s:8:\"oc:Grand\";'),('oc','messages:wikieditor-toolbar-tool-big-example','s:15:\"oc:Tèxte grand\";'),('oc','messages:wikieditor-toolbar-tool-bold','s:7:\"oc:Gras\";'),('oc','messages:wikieditor-toolbar-tool-bold-example','s:17:\"oc:Tèxte en gras\";'),('oc','messages:wikieditor-toolbar-tool-file','s:19:\"oc:Fichièr inserit\";'),('oc','messages:wikieditor-toolbar-tool-file-cancel','s:10:\"oc:Anullar\";'),('oc','messages:wikieditor-toolbar-tool-file-example','s:14:\"oc:Exemple.jpg\";'),('oc','messages:wikieditor-toolbar-tool-file-insert','s:10:\"oc:Inserir\";'),('oc','messages:wikieditor-toolbar-tool-file-title','s:23:\"oc:Importar un fichièr\";'),('oc','messages:wikieditor-toolbar-tool-gallery','s:24:\"oc:Galariá de fichièrs\";'),('oc','messages:wikieditor-toolbar-tool-gallery-example','s:54:\"oc:Exemple.jpg|Descripcion 1\nExemple.jpg|Descripcion 2\";'),('oc','messages:wikieditor-toolbar-tool-heading','s:9:\"oc:Títol\";'),('oc','messages:wikieditor-toolbar-tool-heading-1','s:11:\"oc:Nivèl 1\";'),('oc','messages:wikieditor-toolbar-tool-heading-2','s:11:\"oc:Nivèl 2\";'),('oc','messages:wikieditor-toolbar-tool-heading-3','s:11:\"oc:Nivèl 3\";'),('oc','messages:wikieditor-toolbar-tool-heading-4','s:11:\"oc:Nivèl 4\";'),('oc','messages:wikieditor-toolbar-tool-heading-5','s:11:\"oc:Nivèl 5\";'),('oc','messages:wikieditor-toolbar-tool-heading-example','s:20:\"oc:Tèxte del títol\";'),('oc','messages:wikieditor-toolbar-tool-ilink','s:17:\"oc:Ligam intèrne\";'),('oc','messages:wikieditor-toolbar-tool-ilink-example','s:19:\"oc:Títol del ligam\";'),('oc','messages:wikieditor-toolbar-tool-italic','s:10:\"oc:Italica\";'),('oc','messages:wikieditor-toolbar-tool-italic-example','s:20:\"oc:Tèxte en italica\";'),('oc','messages:wikieditor-toolbar-tool-link','s:8:\"oc:Ligam\";'),('oc','messages:wikieditor-toolbar-tool-link-cancel','s:12:\"oc:Abandonar\";'),('oc','messages:wikieditor-toolbar-tool-link-empty','s:49:\"oc:Avètz pas entrat res que pòsca èsser ligat.\";'),('oc','messages:wikieditor-toolbar-tool-link-ext','s:32:\"oc:Cap a una pagina web extèrna\";'),('oc','messages:wikieditor-toolbar-tool-link-ext-target','s:24:\"oc:URL cibla del ligam :\";'),('oc','messages:wikieditor-toolbar-tool-link-ext-text','s:21:\"oc:Tèxte del ligam :\";'),('oc','messages:wikieditor-toolbar-tool-link-insert','s:19:\"oc:Inserir lo ligam\";'),('oc','messages:wikieditor-toolbar-tool-link-int','s:37:\"oc:Cap a un article / una pagina wiki\";'),('oc','messages:wikieditor-toolbar-tool-link-int-invalid','s:50:\"oc:Lo títol qu\'avètz especificat es incorrècte.\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target','s:26:\"oc:Títol de l’article :\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-status-disambig','s:21:\"fr:Page d’homonymie\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-status-exists','s:21:\"oc:La pagina existís\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-status-external','s:17:\"oc:Ligam extèrne\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-status-invalid','s:17:\"oc:Títol invalid\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-status-loading','s:48:\"oc:Verificacion de l\'existéncia de la pagina...\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-status-notexists','s:25:\"oc:La pagina existís pas\";'),('oc','messages:wikieditor-toolbar-tool-link-int-target-tooltip','s:28:\"oc:Títol de la pagina o URL\";'),('oc','messages:wikieditor-toolbar-tool-link-int-text','s:21:\"oc:Tèxte del ligam :\";'),('oc','messages:wikieditor-toolbar-tool-link-int-text-tooltip','s:47:\"oc:Entratz lo tèxte que deuriá èsser afichat\";'),('oc','messages:wikieditor-toolbar-tool-link-lookslikeinternal','s:126:\"oc:L\'URL qu\'avètz especificada sembla ligar cap a una autra pagina del wiki. Volètz utilizar un ligam intèrne a la plaça ?\";'),('oc','messages:wikieditor-toolbar-tool-link-lookslikeinternal-ext','s:17:\"oc:Ligam extèrne\";'),('oc','messages:wikieditor-toolbar-tool-link-lookslikeinternal-int','s:17:\"oc:Ligam intèrne\";'),('oc','messages:wikieditor-toolbar-tool-link-title','s:19:\"oc:Inserir un ligam\";'),('oc','messages:wikieditor-toolbar-tool-newline','s:16:\"oc:Saut de linha\";'),('oc','messages:wikieditor-toolbar-tool-nowiki','s:25:\"oc:Pas de formatatge wiki\";'),('oc','messages:wikieditor-toolbar-tool-nowiki-example','s:39:\"oc:Inserir aicí un tèxte pas formatat\";'),('oc','messages:wikieditor-toolbar-tool-olist','s:19:\"oc:Lista numerotada\";'),('oc','messages:wikieditor-toolbar-tool-olist-example','s:33:\"oc:Element de la lista numerotada\";'),('oc','messages:wikieditor-toolbar-tool-redirect','s:15:\"oc:Redireccions\";'),('oc','messages:wikieditor-toolbar-tool-redirect-example','s:34:\"oc:Nom de la pagina de destinacion\";'),('oc','messages:wikieditor-toolbar-tool-reference','s:14:\"oc:Referéncia\";'),('oc','messages:wikieditor-toolbar-tool-reference-cancel','s:10:\"oc:Anullar\";'),('oc','messages:wikieditor-toolbar-tool-reference-example','s:55:\"oc:Inserir lo tèxte de la nòta en bas de pagina aicí\";'),('oc','messages:wikieditor-toolbar-tool-reference-insert','s:10:\"oc:Inserir\";'),('oc','messages:wikieditor-toolbar-tool-reference-text','s:27:\"oc:Tèxte de la referéncia\";'),('oc','messages:wikieditor-toolbar-tool-reference-title','s:26:\"oc:Inserir una referéncia\";'),('oc','messages:wikieditor-toolbar-tool-replace','s:24:\"oc:Recercar & remplaçar\";'),('oc','messages:wikieditor-toolbar-tool-replace-button-findnext','s:22:\"oc:Recercar lo seguent\";'),('oc','messages:wikieditor-toolbar-tool-replace-button-replace','s:13:\"oc:Remplaçar\";'),('oc','messages:wikieditor-toolbar-tool-replace-button-replaceall','s:17:\"oc:Remplaçar tot\";'),('oc','messages:wikieditor-toolbar-tool-replace-case','s:28:\"oc:Far correspondre la cassa\";'),('oc','messages:wikieditor-toolbar-tool-replace-close','s:9:\"oc:Tampar\";'),('oc','messages:wikieditor-toolbar-tool-replace-emptysearch','s:44:\"oc:Avètz pas indicat de tèxte de recercar.\";'),('oc','messages:wikieditor-toolbar-tool-replace-invalidregex','s:50:\"oc:L\'expression racionala entrada es invalida : $1\";'),('oc','messages:wikieditor-toolbar-tool-replace-nomatch','s:57:\"oc:Vòstra recèrca a pas trobat cap de correspondéncia.\";'),('oc','messages:wikieditor-toolbar-tool-replace-regex','s:61:\"oc:Tractar la cadena de recèrca coma una expression regulara\";'),('oc','messages:wikieditor-toolbar-tool-replace-replace','s:19:\"oc:Remplaçar amb :\";'),('oc','messages:wikieditor-toolbar-tool-replace-search','s:13:\"oc:Recercar :\";'),('oc','messages:wikieditor-toolbar-tool-replace-success','s:61:\"oc:$1 {{PLURAL:$1|remplaçament fach|remplaçaments faches}}.\";'),('oc','messages:wikieditor-toolbar-tool-replace-title','s:24:\"oc:Recercar e remplaçar\";'),('oc','messages:wikieditor-toolbar-tool-signature','s:19:\"oc:Signatura e data\";'),('oc','messages:wikieditor-toolbar-tool-small','s:9:\"oc:Pichon\";'),('oc','messages:wikieditor-toolbar-tool-small-example','s:16:\"oc:Tèxte pichon\";'),('oc','messages:wikieditor-toolbar-tool-subscript','s:9:\"oc:Indici\";'),('oc','messages:wikieditor-toolbar-tool-subscript-example','s:19:\"oc:Tèxte en indici\";'),('oc','messages:wikieditor-toolbar-tool-superscript','s:11:\"oc:Exponent\";'),('oc','messages:wikieditor-toolbar-tool-superscript-example','s:21:\"oc:Tèxte en exponent\";'),('oc','messages:wikieditor-toolbar-tool-table','s:10:\"oc:Tablèu\";'),('oc','messages:wikieditor-toolbar-tool-table-cancel','s:10:\"oc:Anullar\";'),('oc','messages:wikieditor-toolbar-tool-table-dimensions-columns','s:11:\"oc:Colomnas\";'),('oc','messages:wikieditor-toolbar-tool-table-dimensions-header','s:30:\"oc:Inclure la linha d\'entèsta\";'),('oc','messages:wikieditor-toolbar-tool-table-dimensions-rows','s:9:\"oc:Linhas\";'),('oc','messages:wikieditor-toolbar-tool-table-example','s:23:\"oc:Tèxte de la cellula\";'),('oc','messages:wikieditor-toolbar-tool-table-example-cell-text','s:23:\"oc:Tèxte de la cellula\";'),('oc','messages:wikieditor-toolbar-tool-table-example-header','s:23:\"oc:Tèxte de l\'entèsta\";'),('oc','messages:wikieditor-toolbar-tool-table-example-old','s:157:\"oc:-\n! entèsta 1\n! entèsta 2\n! entèsta 3\n|-\n| linha 1, casa 1\n| linha 1, casa 2\n| linha 1, casa 3\n|-\n| linha 2, casa 1\n| linha 2, casa 2\n| linha 2, casa 3\";'),('oc','messages:wikieditor-toolbar-tool-table-example-text','s:219:\"en:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.\";'),('oc','messages:wikieditor-toolbar-tool-table-insert','s:10:\"oc:Inserir\";'),('oc','messages:wikieditor-toolbar-tool-table-invalidnumber','s:61:\"oc:Avètz pas entrat un nombre de linhas o de colomnas valid.\";'),('oc','messages:wikieditor-toolbar-tool-table-preview','s:19:\"oc:Previsualizacion\";'),('oc','messages:wikieditor-toolbar-tool-table-sortable','s:25:\"oc:Far lo tablèu triable\";'),('oc','messages:wikieditor-toolbar-tool-table-title','s:21:\"oc:Inserir un tablèu\";'),('oc','messages:wikieditor-toolbar-tool-table-toomany','s:83:\"oc:Es pas possible d\'inserir un tablèu de mai de 1000 cellulas amb aquesta aisina.\";'),('oc','messages:wikieditor-toolbar-tool-table-wikitable','s:23:\"oc:Estil amb bordaduras\";'),('oc','messages:wikieditor-toolbar-tool-table-zero','s:60:\"oc:Podètz pas inserir un tablèu sens linha o sens colomna.\";'),('oc','messages:wikieditor-toolbar-tool-ulist','s:22:\"oc:Lista amb de piuses\";'),('oc','messages:wikieditor-toolbar-tool-ulist-example','s:36:\"oc:Element de la lista amb de piuses\";'),('oc','messages:wikieditor-toolbar-tool-xlink','s:53:\"oc:Ligam extèrne ( doblidetz pas lo prefix http:// )\";'),('oc','messages:wikieditor-toolbar-tool-xlink-example','s:42:\"oc:http://www.example.com títol del ligam\";'),('oc','messages:wikieditor-wikitext-tab','s:13:\"oc:Wikitèxte\";'),('oc','messages:windows-nonascii-filename','s:79:\"oc:Aqueste wiki supòrta pas los noms de fichièrs amb de caractèrs especials.\";'),('oc','messages:withoutinterwiki','s:34:\"oc:Paginas sens ligams interlengas\";'),('oc','messages:withoutinterwiki-legend','s:9:\"oc:Prefix\";'),('oc','messages:withoutinterwiki-submit','s:10:\"oc:Afichar\";'),('oc','messages:withoutinterwiki-summary','s:82:\"oc:Las paginas seguentas an pas de ligams cap a las versions dins d\'autras lengas.\";'),('oc','messages:wlheader-enotif','s:55:\"oc:La notificacion per corrièr electronic es activada.\";'),('oc','messages:wlheader-showupdated','s:105:\"oc:Las paginas que son estadas modificadas dempuèi vòstra darrièra visita son afichadas en \'\'\'gras\'\'\'.\";'),('oc','messages:wlnote','s:233:\"oc:Çaijós {{PLURAL:$1|figura la darrièra modificacion efectuada|figuran las <strong>$1</strong> darrièras modificacions efectuadas}} pendent {{PLURAL:$2|la darrièra ora|las <strong>$2</strong> darrièras oras}}, dempuèi $3, $4.\";'),('oc','messages:wlshowhideanons','s:22:\"oc:utilizaires anonims\";'),('oc','messages:wlshowhidebots','s:10:\"oc:Robòts\";'),('oc','messages:wlshowhidecategorization','s:30:\"oc:categorizacion de la pagina\";'),('oc','messages:wlshowhideliu','s:27:\"oc:utilizaires enregistrats\";'),('oc','messages:wlshowhidemine','s:20:\"oc:mas modificacions\";'),('oc','messages:wlshowhideminor','s:21:\"oc:cambiaments menors\";'),('oc','messages:wlshowhidepatr','s:27:\"oc:modificacions repassadas\";'),('oc','messages:wlshowtime','s:21:\"oc:Periòde afichat :\";'),('oc','messages:word-separator','s:8:\"fr:&#32;\";'),('oc','messages:wrongpassword','s:70:\"oc:Lo nom d\'utilizaire o lo senhal es incorrècte.\nEnsajatz tornarmai.\";'),('oc','messages:wrongpasswordempty','s:62:\"oc:Lo senhal picat èra void. Se vos plai, ensajatz tornarmai.\";'),('oc','messages:xffblockreason','s:175:\"ca:Una adreça IP present en la capçalera X-Forwarded-For, sigui vostra o la d\'un servidor proxy que esteu utilitzant, ha estat blocada. El motiu inicial del blocatge és: $1\";'),('oc','messages:xml-error-string','s:43:\"oc:$1 a la linha $2, col $3 (octet $4) : $5\";'),('oc','messages:year','s:43:\"oc:A partir de l’annada (e precedentas) :\";'),('oc','messages:years','s:29:\"oc:{{PLURAL:$1|$1 an|$1 ans}}\";'),('oc','messages:yesterday-at','s:12:\"oc:Ièr a $1\";'),('oc','messages:youhavenewmessages','s:18:\"oc:Avètz $1 ($2).\";'),('oc','messages:youhavenewmessagesfromusers','s:79:\"oc:Avètz $1 {{PLURAL:$3|d\'un autre utilizaire|de $3 autres utilizaires}} ($2).\";'),('oc','messages:youhavenewmessagesmanyusers','s:41:\"oc:Avètz $1 de fòrça utilizaires ($2).\";'),('oc','messages:yourdiff','s:15:\"oc:Diferéncias\";'),('oc','messages:yourdomainname','s:17:\"oc:Vòstre domeni\";'),('oc','messages:youremail','s:35:\"oc:Adreça de corrièr electronic :\";'),('oc','messages:yourgender','s:45:\"oc:Cossí vos agrada mai d\'èsser descrit ?\";'),('oc','messages:yourlanguage','s:27:\"oc:Lenga de l\'interfàcia :\";'),('oc','messages:yourname','s:21:\"oc:Nom d\'utilizaire :\";'),('oc','messages:yournick','s:34:\"oc:Signatura per las discussions :\";'),('oc','messages:yourpassword','s:19:\"oc:Vòstre senhal :\";'),('oc','messages:yourpasswordagain','s:24:\"oc:Confirmar lo senhal :\";'),('oc','messages:yourrealname','s:19:\"oc:Nom vertadièr :\";'),('oc','messages:yourtext','s:17:\"oc:Vòstre tèxte\";'),('oc','messages:yourvariant','s:26:\"oc:Varianta lingüistica :\";'),('oc','messages:zip-bad','s:112:\"oc:Lo fichièr es un archiu ZIP corromput o illegible.\nPòt pas èsser verificat corrèctament per la seguretat.\";'),('oc','messages:zip-file-open-error','s:87:\"oc:Una error s\'es produita al moment de la dobertura del fichièr ZIP per contraròtle.\";'),('oc','messages:zip-unsupported','s:147:\"oc:Lo fichièr es un archiu ZIP qu\'utiliza de caracteristicas pas suportadas per MediaWiki. \nSa seguretat pòt pas èsser verificada corrèctament.\";'),('oc','messages:zip-wrong-format','s:48:\"oc:Lo fichièr especificat es pas un archiu ZIP.\";'),('oc','minimumGroupingDigits','N;'),('oc','namespaceAliases','a:22:{s:10:\"Utilisator\";i:2;s:21:\"Discussion_Utilisator\";i:3;s:20:\"Discutida_Utilisator\";i:3;s:16:\"Discutida_Imatge\";i:7;s:11:\"Mediaòiqui\";i:8;s:22:\"Discussion_Mediaòiqui\";i:9;s:21:\"Discutida_Mediaòiqui\";i:9;s:16:\"Discutida_Modèl\";i:11;s:15:\"Discutida_Ajuda\";i:13;s:19:\"Discutida_Categoria\";i:15;s:6:\"Imatge\";i:6;s:17:\"Discussion_Imatge\";i:7;s:17:\"Imatge_Discussió\";i:7;s:8:\"Discuter\";i:1;s:22:\"Discussion_Utilisateur\";i:3;s:18:\"Discussion_Fichier\";i:7;s:16:\"Discussion_Image\";i:7;s:18:\"Discussion_Modèle\";i:11;s:15:\"Discussion_Aide\";i:13;s:21:\"Discussion_Catégorie\";i:15;s:5:\"Image\";i:6;s:10:\"Image_talk\";i:7;}'),('oc','namespaceGenderAliases','a:0:{}'),('oc','namespaceNames','a:17:{i:-2;s:6:\"Mèdia\";i:-1;s:8:\"Especial\";i:1;s:8:\"Discutir\";i:2;s:10:\"Utilizaire\";i:3;s:21:\"Discussion_Utilizaire\";i:5;s:13:\"Discussion_$1\";i:6;s:8:\"Fichièr\";i:7;s:19:\"Discussion_Fichièr\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"Discussion_MediaWiki\";i:10;s:6:\"Modèl\";i:11;s:17:\"Discussion_Modèl\";i:12;s:5:\"Ajuda\";i:13;s:16:\"Discussion_Ajuda\";i:14;s:9:\"Categoria\";i:15;s:20:\"Discussion_Categoria\";i:0;s:0:\"\";}'),('oc','originalFallbackSequence','a:2:{i:0;s:2:\"ca\";i:1;s:2:\"fr\";}'),('oc','pluralRuleTypes','a:1:{i:0;s:3:\"one\";}'),('oc','pluralRules','a:1:{i:0;s:26:\"i = 1 and v = 0 @integer 1\";}'),('oc','preload','a:3:{s:8:\"messages\";a:111:{s:9:\"aboutpage\";s:20:\"oc:Project:A prepaus\";s:9:\"aboutsite\";s:28:\"oc:A prepaus de {{SITENAME}}\";s:17:\"accesskey-ca-edit\";s:4:\"en:e\";s:20:\"accesskey-ca-history\";s:4:\"en:h\";s:23:\"accesskey-ca-nstab-main\";s:4:\"en:c\";s:17:\"accesskey-ca-talk\";s:4:\"en:t\";s:23:\"accesskey-ca-viewsource\";s:4:\"en:e\";s:25:\"accesskey-n-currentevents\";s:3:\"en:\";s:16:\"accesskey-n-help\";s:3:\"en:\";s:32:\"accesskey-n-mainpage-description\";s:4:\"en:z\";s:18:\"accesskey-n-portal\";s:3:\"en:\";s:22:\"accesskey-n-randompage\";s:4:\"en:x\";s:25:\"accesskey-n-recentchanges\";s:4:\"en:r\";s:16:\"accesskey-p-logo\";s:3:\"en:\";s:18:\"accesskey-pt-login\";s:4:\"en:o\";s:26:\"accesskey-pt-createaccount\";s:3:\"en:\";s:16:\"accesskey-search\";s:4:\"en:f\";s:25:\"accesskey-search-fulltext\";s:3:\"en:\";s:19:\"accesskey-search-go\";s:3:\"en:\";s:16:\"accesskey-t-info\";s:3:\"en:\";s:21:\"accesskey-t-permalink\";s:3:\"en:\";s:17:\"accesskey-t-print\";s:4:\"en:p\";s:31:\"accesskey-t-recentchangeslinked\";s:4:\"en:k\";s:24:\"accesskey-t-specialpages\";s:4:\"en:q\";s:25:\"accesskey-t-whatlinkshere\";s:4:\"en:j\";s:7:\"actions\";s:10:\"oc:Accions\";s:10:\"anonnotice\";s:4:\"en:-\";s:8:\"brackets\";s:7:\"fr:[$1]\";s:15:\"comma-separator\";s:9:\"fr:,&#32;\";s:13:\"currentevents\";s:14:\"oc:Actualitats\";s:17:\"currentevents-url\";s:22:\"oc:Project:Actualitats\";s:14:\"disclaimerpage\";s:31:\"oc:Project:Avertiments generals\";s:11:\"disclaimers\";s:14:\"oc:Avertiments\";s:4:\"edit\";s:12:\"oc:Modificar\";s:11:\"editsection\";s:12:\"oc:modificar\";s:15:\"editsectionhint\";s:28:\"oc:Modificar la seccion : $1\";s:4:\"help\";s:8:\"oc:Ajuda\";s:8:\"helppage\";s:66:\"en:https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents\";s:24:\"interlanguage-link-title\";s:10:\"ca:$1 - $2\";s:6:\"jumpto\";s:11:\"oc:Anar a :\";s:16:\"jumptonavigation\";s:13:\"oc:navigacion\";s:12:\"jumptosearch\";s:11:\"oc:Recercar\";s:14:\"lastmodifiedat\";s:67:\"oc:Aquela pagina es estada modificada pel darrièr còp lo $1 a $2.\";s:8:\"mainpage\";s:10:\"oc:Acuèlh\";s:20:\"mainpage-description\";s:10:\"oc:Acuèlh\";s:14:\"mainpage-nstab\";s:10:\"oc:Acuèlh\";s:10:\"namespaces\";s:18:\"oc:Espacis de noms\";s:10:\"navigation\";s:13:\"oc:Navigacion\";s:23:\"nav-login-createaccount\";s:33:\"oc:Crear un compte o se connectar\";s:10:\"nstab-main\";s:10:\"oc:Article\";s:15:\"opensearch-desc\";s:37:\"en:{{SITENAME}} ({{CONTENTLANGUAGE}})\";s:14:\"pagecategories\";s:37:\"oc:{{PLURAL:$1|Categoria|Categorias}}\";s:18:\"pagecategorieslink\";s:21:\"en:Special:Categories\";s:9:\"pagetitle\";s:20:\"ca:$1 - {{SITENAME}}\";s:23:\"pagetitle-view-mainpage\";s:15:\"en:{{SITENAME}}\";s:9:\"permalink\";s:16:\"oc:Ligam istoric\";s:13:\"personaltools\";s:21:\"oc:Aisinas personalas\";s:6:\"portal\";s:13:\"oc:Comunautat\";s:10:\"portal-url\";s:18:\"oc:Project:Acuèlh\";s:16:\"printableversion\";s:21:\"oc:Version imprimibla\";s:7:\"privacy\";s:31:\"oc:Politica de confidencialitat\";s:11:\"privacypage\";s:27:\"oc:Project:Confidencialitat\";s:10:\"randompage\";s:23:\"oc:Una pagina a l\'azard\";s:14:\"randompage-url\";s:17:\"en:Special:Random\";s:13:\"recentchanges\";s:24:\"oc:Darrièrs cambiaments\";s:27:\"recentchangeslinked-toolbox\";s:21:\"oc:Seguit dels ligams\";s:17:\"recentchanges-url\";s:24:\"en:Special:RecentChanges\";s:13:\"retrievedfrom\";s:25:\"oc:Recuperada de « $1 »\";s:6:\"search\";s:11:\"oc:Recercar\";s:13:\"searcharticle\";s:12:\"oc:Consultar\";s:12:\"searchbutton\";s:11:\"oc:Recercar\";s:20:\"searchsuggest-search\";s:28:\"oc:Recercar sus {{SITENAME}}\";s:7:\"sidebar\";s:171:\"en:\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES\";s:18:\"navigation-heading\";s:22:\"oc:Menú de navigacion\";s:14:\"site-atom-feed\";s:18:\"oc:Flux Atom de $1\";s:10:\"sitenotice\";s:4:\"en:-\";s:12:\"specialpages\";s:21:\"oc:Paginas especialas\";s:7:\"tagline\";s:30:\"oc:Un article de {{SITENAME}}.\";s:4:\"talk\";s:13:\"oc:Discussion\";s:7:\"toolbox\";s:10:\"oc:Aisinas\";s:15:\"tooltip-ca-edit\";s:27:\"oc:Modificar aquesta pagina\";s:18:\"tooltip-ca-history\";s:54:\"oc:Los autors e versions precedentas d\'aquesta pagina.\";s:21:\"tooltip-ca-nstab-main\";s:20:\"oc:Veire l’article\";s:15:\"tooltip-ca-talk\";s:40:\"oc:Discussion a prepaus d\'aquesta pagina\";s:21:\"tooltip-ca-viewsource\";s:73:\"oc:Aquesta pagina es protegida. Çaquelà, ne podètz veire lo contengut.\";s:23:\"tooltip-n-currentevents\";s:47:\"oc:Trobar d\'entresenhas suls eveniments actuals\";s:14:\"tooltip-n-help\";s:30:\"oc:L\'endrech per s\'assabentar.\";s:30:\"tooltip-n-mainpage-description\";s:21:\"oc:Anar a l’acuèlh\";s:16:\"tooltip-n-portal\";s:75:\"oc:A prepaus del projècte, çò que podètz far, ont trobar d\'informacions\";s:20:\"tooltip-n-randompage\";s:31:\"oc:Afichar una pagina a l\'azard\";s:23:\"tooltip-n-recentchanges\";s:44:\"oc:Lista dels darrièrs cambiaments sul wiki\";s:14:\"tooltip-p-logo\";s:20:\"oc:Pagina principala\";s:16:\"tooltip-pt-login\";s:65:\"oc:Sètz convidat(ada) a vos identificar, mas es pas obligatòri.\";s:24:\"tooltip-pt-createaccount\";s:89:\"oc:Vos es conselhat de crear un compte e de vos connectar ; pasmens, es pas obligatòri\";s:14:\"tooltip-search\";s:27:\"oc:Cercar dins {{SITENAME}}\";s:23:\"tooltip-search-fulltext\";s:54:\"oc:Recercar las paginas que compòrtan aqueste tèxte.\";s:17:\"tooltip-search-go\";s:71:\"oc:Anar cap a una pagina que pòrta exactament aqueste nom se existís.\";s:14:\"tooltip-t-info\";s:41:\"oc:Mai d’informacion sus aquesta pagina\";s:19:\"tooltip-t-permalink\";s:53:\"oc:Ligam permanent cap a aquesta version de la pagina\";s:15:\"tooltip-t-print\";s:38:\"oc:Version imprimibla d\'aquesta pagina\";s:29:\"tooltip-t-recentchangeslinked\";s:68:\"oc:Lista dels darrièrs cambiaments de las paginas ligadas a aquesta\";s:22:\"tooltip-t-specialpages\";s:40:\"oc:Lista de totas las paginas especialas\";s:23:\"tooltip-t-whatlinkshere\";s:41:\"oc:Lista de las paginas ligadas a aquesta\";s:8:\"variants\";s:12:\"oc:Variantas\";s:16:\"vector-view-edit\";s:12:\"oc:Modificar\";s:19:\"vector-view-history\";s:20:\"oc:Mostrar l\'istoric\";s:16:\"vector-view-view\";s:8:\"oc:Legir\";s:9:\"viewcount\";s:70:\"oc:Aquesta pagina es estada consultada {{PLURAL:$1|un còp|$1 còps}}.\";s:5:\"views\";s:13:\"oc:Afichatges\";s:13:\"whatlinkshere\";s:20:\"oc:Paginas connèxas\";s:14:\"word-separator\";s:8:\"fr:&#32;\";}s:11:\"dateFormats\";a:23:{s:14:\"oc normal time\";s:3:\"H.i\";s:14:\"oc normal date\";s:10:\"j F \"de\" Y\";s:14:\"oc normal both\";s:18:\"j F \"de\" Y \"a\" H.i\";s:8:\"mdy time\";s:3:\"H:i\";s:8:\"mdy date\";s:6:\"M j, Y\";s:8:\"mdy both\";s:11:\"H:i, M j, Y\";s:8:\"dmy time\";s:3:\"H:i\";s:8:\"dmy date\";s:5:\"j M Y\";s:8:\"dmy both\";s:10:\"H:i, j M Y\";s:8:\"ymd time\";s:3:\"H:i\";s:8:\"ymd date\";s:5:\"Y M j\";s:8:\"ymd both\";s:10:\"H:i, Y M j\";s:13:\"mdy monthonly\";s:3:\"F Y\";s:10:\"mdy pretty\";s:3:\"F j\";s:13:\"dmy monthonly\";s:3:\"F Y\";s:10:\"dmy pretty\";s:3:\"j F\";s:13:\"ymd monthonly\";s:3:\"Y F\";s:10:\"ymd pretty\";s:3:\"F j\";s:13:\"ISO 8601 time\";s:11:\"xnH:xni:xns\";s:13:\"ISO 8601 date\";s:11:\"xnY-xnm-xnd\";s:18:\"ISO 8601 monthonly\";s:7:\"xnY-xnm\";s:13:\"ISO 8601 both\";s:25:\"xnY-xnm-xnd\"T\"xnH:xni:xns\";s:15:\"ISO 8601 pretty\";s:7:\"xnm-xnd\";}s:14:\"namespaceNames\";a:17:{i:-2;s:6:\"Mèdia\";i:-1;s:8:\"Especial\";i:1;s:8:\"Discutir\";i:2;s:10:\"Utilizaire\";i:3;s:21:\"Discussion_Utilizaire\";i:5;s:13:\"Discussion_$1\";i:6;s:8:\"Fichièr\";i:7;s:19:\"Discussion_Fichièr\";i:8;s:9:\"MediaWiki\";i:9;s:20:\"Discussion_MediaWiki\";i:10;s:6:\"Modèl\";i:11;s:17:\"Discussion_Modèl\";i:12;s:5:\"Ajuda\";i:13;s:16:\"Discussion_Ajuda\";i:14;s:9:\"Categoria\";i:15;s:20:\"Discussion_Categoria\";i:0;s:0:\"\";}}'),('oc','preloadedMessages','a:111:{i:0;s:9:\"aboutpage\";i:1;s:9:\"aboutsite\";i:2;s:17:\"accesskey-ca-edit\";i:3;s:20:\"accesskey-ca-history\";i:4;s:23:\"accesskey-ca-nstab-main\";i:5;s:17:\"accesskey-ca-talk\";i:6;s:23:\"accesskey-ca-viewsource\";i:7;s:25:\"accesskey-n-currentevents\";i:8;s:16:\"accesskey-n-help\";i:9;s:32:\"accesskey-n-mainpage-description\";i:10;s:18:\"accesskey-n-portal\";i:11;s:22:\"accesskey-n-randompage\";i:12;s:25:\"accesskey-n-recentchanges\";i:13;s:16:\"accesskey-p-logo\";i:14;s:18:\"accesskey-pt-login\";i:15;s:26:\"accesskey-pt-createaccount\";i:16;s:16:\"accesskey-search\";i:17;s:25:\"accesskey-search-fulltext\";i:18;s:19:\"accesskey-search-go\";i:19;s:16:\"accesskey-t-info\";i:20;s:21:\"accesskey-t-permalink\";i:21;s:17:\"accesskey-t-print\";i:22;s:31:\"accesskey-t-recentchangeslinked\";i:23;s:24:\"accesskey-t-specialpages\";i:24;s:25:\"accesskey-t-whatlinkshere\";i:25;s:7:\"actions\";i:26;s:10:\"anonnotice\";i:27;s:8:\"brackets\";i:28;s:15:\"comma-separator\";i:29;s:13:\"currentevents\";i:30;s:17:\"currentevents-url\";i:31;s:14:\"disclaimerpage\";i:32;s:11:\"disclaimers\";i:33;s:4:\"edit\";i:34;s:11:\"editsection\";i:35;s:15:\"editsectionhint\";i:36;s:4:\"help\";i:37;s:8:\"helppage\";i:38;s:24:\"interlanguage-link-title\";i:39;s:6:\"jumpto\";i:40;s:16:\"jumptonavigation\";i:41;s:12:\"jumptosearch\";i:42;s:14:\"lastmodifiedat\";i:43;s:8:\"mainpage\";i:44;s:20:\"mainpage-description\";i:45;s:14:\"mainpage-nstab\";i:46;s:10:\"namespaces\";i:47;s:10:\"navigation\";i:48;s:23:\"nav-login-createaccount\";i:49;s:10:\"nstab-main\";i:50;s:15:\"opensearch-desc\";i:51;s:14:\"pagecategories\";i:52;s:18:\"pagecategorieslink\";i:53;s:9:\"pagetitle\";i:54;s:23:\"pagetitle-view-mainpage\";i:55;s:9:\"permalink\";i:56;s:13:\"personaltools\";i:57;s:6:\"portal\";i:58;s:10:\"portal-url\";i:59;s:16:\"printableversion\";i:60;s:7:\"privacy\";i:61;s:11:\"privacypage\";i:62;s:10:\"randompage\";i:63;s:14:\"randompage-url\";i:64;s:13:\"recentchanges\";i:65;s:27:\"recentchangeslinked-toolbox\";i:66;s:17:\"recentchanges-url\";i:67;s:13:\"retrievedfrom\";i:68;s:6:\"search\";i:69;s:13:\"searcharticle\";i:70;s:12:\"searchbutton\";i:71;s:20:\"searchsuggest-search\";i:72;s:7:\"sidebar\";i:73;s:18:\"navigation-heading\";i:74;s:14:\"site-atom-feed\";i:75;s:10:\"sitenotice\";i:76;s:12:\"specialpages\";i:77;s:7:\"tagline\";i:78;s:4:\"talk\";i:79;s:7:\"toolbox\";i:80;s:15:\"tooltip-ca-edit\";i:81;s:18:\"tooltip-ca-history\";i:82;s:21:\"tooltip-ca-nstab-main\";i:83;s:15:\"tooltip-ca-talk\";i:84;s:21:\"tooltip-ca-viewsource\";i:85;s:23:\"tooltip-n-currentevents\";i:86;s:14:\"tooltip-n-help\";i:87;s:30:\"tooltip-n-mainpage-description\";i:88;s:16:\"tooltip-n-portal\";i:89;s:20:\"tooltip-n-randompage\";i:90;s:23:\"tooltip-n-recentchanges\";i:91;s:14:\"tooltip-p-logo\";i:92;s:16:\"tooltip-pt-login\";i:93;s:24:\"tooltip-pt-createaccount\";i:94;s:14:\"tooltip-search\";i:95;s:23:\"tooltip-search-fulltext\";i:96;s:17:\"tooltip-search-go\";i:97;s:14:\"tooltip-t-info\";i:98;s:19:\"tooltip-t-permalink\";i:99;s:15:\"tooltip-t-print\";i:100;s:29:\"tooltip-t-recentchangeslinked\";i:101;s:22:\"tooltip-t-specialpages\";i:102;s:23:\"tooltip-t-whatlinkshere\";i:103;s:8:\"variants\";i:104;s:16:\"vector-view-edit\";i:105;s:19:\"vector-view-history\";i:106;s:16:\"vector-view-view\";i:107;s:9:\"viewcount\";i:108;s:5:\"views\";i:109;s:13:\"whatlinkshere\";i:110;s:14:\"word-separator\";}'),('oc','rtl','b:0;'),('oc','separatorTransformTable','a:2:{s:1:\",\";s:2:\" \";s:1:\".\";s:1:\",\";}'),('oc','specialPageAliases','a:142:{s:11:\"Allmessages\";a:9:{i:0;s:17:\"Messatge_sistèma\";i:1;s:21:\"Messatge_del_sistèma\";i:2;s:9:\"Missatges\";i:3;s:9:\"MediaWiki\";i:4;s:17:\"Messages_système\";i:5;s:16:\"Messages_systeme\";i:6;s:16:\"Messagessystème\";i:7;s:15:\"Messagessysteme\";i:8;s:11:\"AllMessages\";}s:8:\"Allpages\";a:5:{i:0;s:17:\"Totas_las_paginas\";i:1;s:18:\"Llista_de_pàgines\";i:2;s:16:\"Toutes_les_pages\";i:3;s:14:\"ToutesLesPages\";i:4;s:8:\"AllPages\";}s:12:\"Ancientpages\";a:7:{i:0;s:16:\"Paginas_ancianas\";i:1;s:15:\"Pàgines_velles\";i:2;s:15:\"Pages_anciennes\";i:3;s:14:\"PagesAnciennes\";i:4;s:15:\"Anciennes_pages\";i:5;s:14:\"AnciennesPages\";i:6;s:12:\"AncientPages\";}s:9:\"Blankpage\";a:7:{i:0;s:13:\"Pagina_blanca\";i:1;s:12:\"PaginaBlanca\";i:2;s:16:\"Pàgina_en_blanc\";i:3;s:5:\"Blanc\";i:4;s:12:\"Page_blanche\";i:5;s:11:\"PageBlanche\";i:6;s:9:\"BlankPage\";}s:5:\"Block\";a:8:{i:0;s:6:\"Blocar\";i:1;s:8:\"Blocatge\";i:2;s:5:\"Bloca\";i:3;s:7:\"Bloquer\";i:4;s:7:\"Blocage\";i:5;s:5:\"Block\";i:6;s:7:\"BlockIP\";i:7;s:9:\"BlockUser\";}s:9:\"BlockList\";a:15:{i:0;s:19:\"Utilizaires_blocats\";i:1;s:15:\"Usuaris_blocats\";i:2;s:18:\"Liste_des_blocages\";i:3;s:16:\"ListeDesBlocages\";i:4;s:8:\"Blocages\";i:5;s:21:\"Utilisateurs_bloqués\";i:6;s:20:\"UtilisateursBloqués\";i:7;s:20:\"Utilisateurs_bloques\";i:8;s:19:\"UtilisateursBloques\";i:9;s:12:\"IP_bloquées\";i:10;s:10:\"IPBloquees\";i:11;s:11:\"IPBloquées\";i:12;s:9:\"BlockList\";i:13;s:10:\"ListBlocks\";i:14;s:11:\"IPBlockList\";}s:11:\"Booksources\";a:12:{i:0;s:22:\"Obratge_de_referéncia\";i:1;s:23:\"Obratges_de_referéncia\";i:2;s:22:\"Fonts_bibliogràfiques\";i:3;s:23:\"Ouvrages_de_référence\";i:4;s:21:\"Ouvrages_de_reference\";i:5;s:21:\"Ouvragesderéférence\";i:6;s:19:\"Ouvragesdereference\";i:7;s:14:\"Recherche_ISBN\";i:8;s:14:\"Recherche_isbn\";i:9;s:13:\"RechercheISBN\";i:10;s:13:\"Rechercheisbn\";i:11;s:11:\"BookSources\";}s:15:\"BrokenRedirects\";a:8:{i:0;s:20:\"Redireccions_copadas\";i:1;s:19:\"RedireccionsCopadas\";i:2;s:21:\"Redireccions_rompudes\";i:3;s:21:\"Redirections_cassées\";i:4;s:19:\"RedirectionCassées\";i:5;s:20:\"Redirections_cassees\";i:6;s:19:\"RedirectionsCassees\";i:7;s:15:\"BrokenRedirects\";}s:10:\"Categories\";a:3:{i:0;s:10:\"Categorias\";i:1;s:11:\"Catégories\";i:2;s:10:\"Categories\";}s:14:\"ChangePassword\";a:8:{i:0;s:28:\"Reïnicializacion_del_senhal\";i:1;s:25:\"Reinicializaciondelsenhal\";i:2;s:20:\"Reinicia_contrasenya\";i:3;s:26:\"Changement_du_mot_de_passe\";i:4;s:22:\"ChangementDuMotDePasse\";i:5;s:14:\"ChangePassword\";i:6;s:9:\"ResetPass\";i:7;s:13:\"ResetPassword\";}s:12:\"Confirmemail\";a:8:{i:0;s:32:\"Confirmar_lo_corrièr_electronic\";i:1;s:29:\"Confirmarlocorrièrelectronic\";i:2;s:27:\"ConfirmarCorrièrElectronic\";i:3;s:16:\"Confirma_adreça\";i:4;s:30:\"Confirmer_l\'adresse_de_contact\";i:5;s:21:\"Confirmer_le_courriel\";i:6;s:19:\"ConfirmerLeCourriel\";i:7;s:12:\"ConfirmEmail\";}s:13:\"Contributions\";a:4:{i:0;s:13:\"Contribucions\";i:1;s:13:\"Contribucions\";i:2;s:13:\"Contributions\";i:3;s:8:\"Contribs\";}s:13:\"CreateAccount\";a:8:{i:0;s:15:\"Crear_un_compte\";i:1;s:13:\"CrearUnCompte\";i:2;s:11:\"CrearCompte\";i:3;s:11:\"Crea_compte\";i:4;s:16:\"Créer_un_compte\";i:5;s:14:\"CréerUnCompte\";i:6;s:12:\"CréerCompte\";i:7;s:13:\"CreateAccount\";}s:12:\"Deadendpages\";a:5:{i:0;s:26:\"Paginas_sul_camin_d\'enlòc\";i:1;s:8:\"Atzucacs\";i:2;s:16:\"Pages_en_impasse\";i:3;s:14:\"PagesEnImpasse\";i:4;s:12:\"DeadendPages\";}s:20:\"DeletedContributions\";a:7:{i:0;s:23:\"Contribucions_escafadas\";i:1;s:22:\"ContribucionsEscafadas\";i:2;s:24:\"Contribucions_esborrades\";i:3;s:25:\"Contributions_supprimées\";i:4;s:24:\"ContributionsSupprimées\";i:5;s:22:\"ContributionSupprimees\";i:6;s:20:\"DeletedContributions\";}s:15:\"DoubleRedirects\";a:8:{i:0;s:19:\"Redireccions_doblas\";i:1;s:18:\"RedireccionsDoblas\";i:2;s:19:\"Redireccions_dobles\";i:3;s:20:\"Doubles_redirections\";i:4;s:19:\"DoublesRedirections\";i:5;s:20:\"Redirections_doubles\";i:6;s:19:\"RedirectionsDoubles\";i:7;s:15:\"DoubleRedirects\";}s:9:\"Emailuser\";a:13:{i:0;s:19:\"Corrièr_electronic\";i:1;s:5:\"Emèl\";i:2;s:6:\"Emèil\";i:3;s:14:\"Envia_missatge\";i:4;s:19:\"Envoyer_un_courriel\";i:5;s:17:\"EnvoyerUnCourriel\";i:6;s:8:\"Courriel\";i:7;s:17:\"Envoyer_un_e-mail\";i:8;s:14:\"EnvoyerUnEMail\";i:9;s:6:\"E-mail\";i:10;s:5:\"EMail\";i:11;s:9:\"EmailUser\";i:12;s:5:\"Email\";}s:6:\"Export\";a:6:{i:0;s:8:\"Exportar\";i:1;s:11:\"Exportacion\";i:2;s:7:\"Exporta\";i:3;s:8:\"Exporter\";i:4;s:11:\"Exportation\";i:5;s:6:\"Export\";}s:15:\"Fewestrevisions\";a:11:{i:0;s:17:\"Mens_de_revisions\";i:1;s:23:\"Pàgines_menys_editades\";i:2;s:26:\"Pages_les_moins_modifiées\";i:3;s:23:\"PagesLesMoinsModifiées\";i:4;s:25:\"Pages_les_moins_modifiees\";i:5;s:22:\"PagesLesMoinsModifiees\";i:6;s:19:\"Les_moins_modifiés\";i:7;s:17:\"LesMoinsModifiés\";i:8;s:18:\"Les_moins_modifies\";i:9;s:16:\"LesMoinsModifies\";i:10;s:15:\"FewestRevisions\";}s:19:\"FileDuplicateSearch\";a:6:{i:0;s:26:\"Recèrca_fichièr_en_doble\";i:1;s:23:\"RecèrcaFichièrEnDoble\";i:2;s:23:\"Cerca_fitxers_duplicats\";i:3;s:27:\"Recherche_fichier_en_double\";i:4;s:24:\"RechercheFichierEnDouble\";i:5;s:19:\"FileDuplicateSearch\";}s:8:\"Filepath\";a:7:{i:0;s:18:\"Camin_del_Fichièr\";i:1;s:16:\"CamindelFichièr\";i:2;s:13:\"CaminFichièr\";i:3;s:17:\"Chemin_du_fichier\";i:4;s:15:\"CheminDuFichier\";i:5;s:13:\"CheminFichier\";i:6;s:8:\"FilePath\";}s:6:\"Import\";a:6:{i:0;s:7:\"Impòrt\";i:1;s:11:\"Importacion\";i:2;s:7:\"Importa\";i:3;s:8:\"Importer\";i:4;s:11:\"Importation\";i:5;s:6:\"Import\";}s:15:\"Invalidateemail\";a:6:{i:0;s:29:\"Invalidar_Corrièr_electronic\";i:1;s:27:\"InvalidarCorrièrElectronic\";i:2;s:21:\"Invalider_le_courriel\";i:3;s:18:\"Invalider_courriel\";i:4;s:17:\"InvaliderCourriel\";i:5;s:15:\"InvalidateEmail\";}s:10:\"LinkSearch\";a:8:{i:0;s:18:\"Recèrca_de_ligams\";i:1;s:16:\"RecèrcaDeLigams\";i:2;s:13:\"Enllaços_web\";i:3;s:15:\"Busca_enllaços\";i:4;s:23:\"Recerca_d\'enllaços_web\";i:5;s:17:\"Recherche_de_lien\";i:6;s:18:\"Recherche_de_liens\";i:7;s:10:\"LinkSearch\";}s:10:\"Listadmins\";a:14:{i:0;s:25:\"Lista_dels_administrators\";i:1;s:23:\"Listadelsadministrators\";i:2;s:17:\"Lista_dels_admins\";i:3;s:15:\"Listadelsadmins\";i:4;s:12:\"Lista_admins\";i:5;s:11:\"Listaadmins\";i:6;s:14:\"Administradors\";i:7;s:25:\"Liste_des_administrateurs\";i:8;s:23:\"Listedesadministrateurs\";i:9;s:16:\"Liste_des_admins\";i:10;s:14:\"Listedesadmins\";i:11;s:12:\"Liste_admins\";i:12;s:11:\"Listeadmins\";i:13;s:10:\"ListAdmins\";}s:8:\"Listbots\";a:8:{i:0;s:16:\"Lista_dels_Bòts\";i:1;s:14:\"ListadelsBòts\";i:2;s:15:\"Lista_dels_Bots\";i:3;s:13:\"ListadelsBots\";i:4;s:4:\"Bots\";i:5;s:14:\"Liste_des_bots\";i:6;s:12:\"ListedesBots\";i:7;s:8:\"ListBots\";}s:9:\"Listfiles\";a:11:{i:0;s:18:\"Lista_dels_imatges\";i:1;s:16:\"ListaDelsImatges\";i:2;s:7:\"Imatges\";i:3;s:7:\"Fitxers\";i:4;s:18:\"Liste_des_fichiers\";i:5;s:16:\"ListeDesFichiers\";i:6;s:16:\"Liste_des_images\";i:7;s:14:\"ListeDesImages\";i:8;s:9:\"ListFiles\";i:9;s:8:\"FileList\";i:10;s:9:\"ImageList\";}s:15:\"Listgrouprights\";a:11:{i:0;s:28:\"Lista_dels_gropes_utilizaire\";i:1;s:25:\"ListadelsGropesUtilizaire\";i:2;s:21:\"ListaGropesUtilizaire\";i:3;s:29:\"Tièra_dels_gropes_utilizaire\";i:4;s:26:\"TièradelsGropesUtilizaire\";i:5;s:22:\"TièraGropesUtilizaire\";i:6;s:26:\"Drets_dels_grups_d\'usuaris\";i:7;s:26:\"Liste_des_droits_de_groupe\";i:8;s:23:\"ListeDesDroitsDeGroupes\";i:9;s:15:\"ListGroupRights\";i:10;s:15:\"UserGroupRights\";}s:13:\"Listredirects\";a:18:{i:0;s:25:\"Lista_de_las_redireccions\";i:1;s:22:\"Listadelasredireccions\";i:2;s:20:\"Lista_dels_redirects\";i:3;s:18:\"Listadelsredirects\";i:4;s:18:\"Lista_redireccions\";i:5;s:17:\"Listaredireccions\";i:6;s:15:\"Lista_redirects\";i:7;s:14:\"Listaredirects\";i:8;s:12:\"Redireccions\";i:9;s:22:\"Liste_des_redirections\";i:10;s:20:\"Listedesredirections\";i:11;s:19:\"Liste_des_redirects\";i:12;s:17:\"Listedesredirects\";i:13;s:18:\"Liste_redirections\";i:14;s:17:\"Listeredirections\";i:15;s:15:\"Liste_redirects\";i:16;s:14:\"Listeredirects\";i:17;s:13:\"ListRedirects\";}s:9:\"Listusers\";a:9:{i:0;s:22:\"Lista_dels_utilizaires\";i:1;s:20:\"ListaDelsUtilizaires\";i:2;s:7:\"Usuaris\";i:3;s:22:\"Liste_des_utilisateurs\";i:4;s:20:\"ListeDesUtilisateurs\";i:5;s:12:\"Utilisateurs\";i:6;s:9:\"ListUsers\";i:7;s:8:\"UserList\";i:8;s:5:\"Users\";}s:6:\"Lockdb\";a:11:{i:0;s:18:\"Varrolhar_la_banca\";i:1;s:8:\"Bloca_bd\";i:2;s:19:\"Verrouiller_la_base\";i:3;s:17:\"Verrouillerlabase\";i:4;s:16:\"Verrouiller_base\";i:5;s:15:\"Verrouillerbase\";i:6;s:14:\"Verrouiller_BD\";i:7;s:13:\"VerrouillerBD\";i:8;s:14:\"Verrouiller_bd\";i:9;s:13:\"Verrouillerbd\";i:10;s:6:\"LockDB\";}s:3:\"Log\";a:7:{i:0;s:6:\"Jornal\";i:1;s:7:\"Jornals\";i:2;s:8:\"Registre\";i:3;s:7:\"Journal\";i:4;s:8:\"Journaux\";i:5;s:3:\"Log\";i:6;s:4:\"Logs\";}s:11:\"Lonelypages\";a:6:{i:0;s:18:\"Paginas_orfanèlas\";i:1;s:17:\"Pàgines_òrfenes\";i:2;s:16:\"Pages_orphelines\";i:3;s:15:\"PagesOrphelines\";i:4;s:11:\"LonelyPages\";i:5;s:13:\"OrphanedPages\";}s:9:\"Longpages\";a:5:{i:0;s:14:\"Articles_longs\";i:1;s:17:\"Pàgines_llargues\";i:2;s:13:\"Pages_longues\";i:3;s:12:\"PagesLongues\";i:4;s:9:\"LongPages\";}s:12:\"MergeHistory\";a:8:{i:0;s:18:\"Fusionar_l\'istoric\";i:1;s:16:\"Fusionarlistoric\";i:2;s:17:\"Fusiona_historial\";i:3;s:25:\"Fusionner_les_historiques\";i:4;s:20:\"FusionnerHistoriques\";i:5;s:22:\"Fusionner_l\'historique\";i:6;s:20:\"Fusionnerlhistorique\";i:7;s:12:\"MergeHistory\";}s:10:\"MIMEsearch\";a:7:{i:0;s:13:\"Recèrca_MIME\";i:1;s:10:\"Cerca_MIME\";i:2;s:14:\"Recherche_MIME\";i:3;s:13:\"RechercheMIME\";i:4;s:14:\"Recherche_mime\";i:5;s:13:\"Recherchemime\";i:6;s:10:\"MIMESearch\";}s:14:\"Mostcategories\";a:11:{i:0;s:17:\"Mai_de_categorias\";i:1;s:28:\"Pàgines_amb_més_categories\";i:2;s:29:\"Pages_les_plus_catégorisées\";i:3;s:26:\"PagesLesPlusCatégorisées\";i:4;s:27:\"Pages_les_plus_categorisees\";i:5;s:24:\"PagesLesPlusCategorisees\";i:6;s:22:\"Les_plus_catégorisés\";i:7;s:20:\"LesPlusCatégorisés\";i:8;s:20:\"Les_plus_categorises\";i:9;s:18:\"LesPlusCategorises\";i:10;s:14:\"MostCategories\";}s:10:\"Mostimages\";a:21:{i:0;s:13:\"Mai_d\'imatges\";i:1;s:19:\"Imatges_més_útils\";i:2;s:23:\"Fichiers_les_plus_liés\";i:3;s:20:\"FichiersLesPlusLiés\";i:4;s:22:\"Fichiers_les_plus_lies\";i:5;s:19:\"FichiersLesPlusLies\";i:6;s:27:\"Fichiers_les_plus_utilisés\";i:7;s:24:\"FichiersLesPlusUtilisés\";i:8;s:26:\"Fichiers_les_plus_utilises\";i:9;s:23:\"FichiersLesPlusUtilises\";i:10;s:22:\"Images_les_plus_liées\";i:11;s:19:\"ImagesLesPlusLiées\";i:12;s:21:\"Images_les_plus_liees\";i:13;s:18:\"ImagesLesPlusLiees\";i:14;s:26:\"Images_les_plus_utilisées\";i:15;s:23:\"ImagesLesPlusUtilisées\";i:16;s:25:\"Images_les_plus_utilisees\";i:17;s:22:\"ImagesLesPlusUtilisees\";i:18;s:15:\"MostLinkedFiles\";i:19;s:9:\"MostFiles\";i:20;s:10:\"MostImages\";}s:10:\"Mostlinked\";a:12:{i:0;s:21:\"Imatges_mai_utilizats\";i:1;s:25:\"Pàgines_més_enllaçades\";i:2;s:21:\"Pages_les_plus_liées\";i:3;s:18:\"PagesLesPlusLiées\";i:4;s:20:\"Pages_les_plus_liees\";i:5;s:17:\"PagesLesPlusLiees\";i:6;s:15:\"Les_plus_liées\";i:7;s:13:\"LesPlusLiées\";i:8;s:14:\"Les_plus_liees\";i:9;s:12:\"LesPlusLiees\";i:10;s:15:\"MostLinkedPages\";i:11;s:10:\"MostLinked\";}s:20:\"Mostlinkedcategories\";a:13:{i:0;s:25:\"Categorias_mai_utilizadas\";i:1;s:23:\"CategoriasMaiUtilizadas\";i:2;s:22:\"Categories_més_útils\";i:3;s:27:\"Catégories_les_plus_liées\";i:4;s:24:\"CatégoriesLesPlusLiées\";i:5;s:25:\"Categories_les_plus_liees\";i:6;s:22:\"CategoriesLesPlusLiees\";i:7;s:31:\"Catégories_les_plus_utilisées\";i:8;s:28:\"CatégoriesLesPlusUtilisées\";i:9;s:29:\"Categories_les_plus_utilisees\";i:10;s:26:\"CategoriesLesPlusUtilisees\";i:11;s:20:\"MostLinkedCategories\";i:12;s:18:\"MostUsedCategories\";}s:19:\"Mostlinkedtemplates\";a:14:{i:0;s:21:\"Modèls_mai_utilizats\";i:1;s:19:\"ModèlsMaiUtilizats\";i:2;s:22:\"Plantilles_més_útils\";i:3;s:23:\"Modèles_les_plus_liés\";i:4;s:20:\"ModèlesLesPlusLiés\";i:5;s:21:\"Modeles_les_plus_lies\";i:6;s:18:\"ModelesLesPlusLies\";i:7;s:27:\"Modèles_les_plus_utilisés\";i:8;s:24:\"ModèlesLesPlusUtilisés\";i:9;s:25:\"Modeles_les_plus_utilises\";i:10;s:22:\"ModelesLesPlusUtilises\";i:11;s:20:\"MostTranscludedPages\";i:12;s:19:\"MostLinkedTemplates\";i:13;s:17:\"MostUsedTemplates\";}s:13:\"Mostrevisions\";a:11:{i:0;s:16:\"Mai_de_revisions\";i:1;s:22:\"Pàgines_més_editades\";i:2;s:25:\"Pages_les_plus_modifiées\";i:3;s:22:\"PagesLesPlusModifiées\";i:4;s:24:\"Pages_les_plus_modifiees\";i:5;s:21:\"PagesLesPlusModifiees\";i:6;s:18:\"Les_plus_modifiés\";i:7;s:16:\"LesPlusModifiés\";i:8;s:17:\"Les_plus_modifies\";i:9;s:15:\"LesPlusModifies\";i:10;s:13:\"MostRevisions\";}s:8:\"Movepage\";a:7:{i:0;s:14:\"Tornar_nomenar\";i:1;s:17:\"Cambiament_de_nom\";i:2;s:9:\"Reanomena\";i:3;s:17:\"Renommer_une_page\";i:4;s:8:\"Renommer\";i:5;s:9:\"Renommage\";i:6;s:8:\"MovePage\";}s:15:\"Mycontributions\";a:7:{i:0;s:17:\"Mas_contribucions\";i:1;s:16:\"Mascontribucions\";i:2;s:22:\"Contribucions_pròpies\";i:3;s:17:\"Mes_contributions\";i:4;s:16:\"Mescontributions\";i:5;s:15:\"MyContributions\";i:6;s:10:\"MyContribs\";}s:6:\"Mypage\";a:6:{i:0;s:9:\"Ma_pagina\";i:1;s:8:\"Mapagina\";i:2;s:16:\"Pàgina_personal\";i:3;s:7:\"Ma_page\";i:4;s:6:\"Mapage\";i:5;s:6:\"MyPage\";}s:6:\"Mytalk\";a:6:{i:0;s:15:\"Mas_discussions\";i:1;s:14:\"Masdiscussions\";i:2;s:19:\"Discussió_personal\";i:3;s:15:\"Mes_discussions\";i:4;s:14:\"Mesdiscussions\";i:5;s:6:\"MyTalk\";}s:9:\"Newimages\";a:10:{i:0;s:15:\"Imatges_novèls\";i:1;s:14:\"ImatgesNovèls\";i:2;s:13:\"Imatges_noves\";i:3;s:12:\"Fitxers_nous\";i:4;s:17:\"Nouveaux_fichiers\";i:5;s:16:\"NouveauxFichiers\";i:6;s:16:\"Nouvelles_images\";i:7;s:15:\"NouvellesImages\";i:8;s:8:\"NewFiles\";i:9;s:9:\"NewImages\";}s:8:\"Newpages\";a:9:{i:0;s:16:\"Paginas_novèlas\";i:1;s:14:\"Pàgines_noves\";i:2;s:15:\"Nouvelles_pages\";i:3;s:14:\"NouvellesPages\";i:4;s:15:\"Pages_récentes\";i:5;s:14:\"PagesRécentes\";i:6;s:14:\"Pages_recentes\";i:7;s:13:\"PagesRecentes\";i:8;s:8:\"NewPages\";}s:11:\"Preferences\";a:4:{i:0;s:13:\"Preferéncias\";i:1;s:13:\"Preferències\";i:2;s:13:\"Préférences\";i:3;s:11:\"Preferences\";}s:11:\"Prefixindex\";a:6:{i:0;s:6:\"Indèx\";i:1;s:16:\"Cerca_per_prefix\";i:2;s:5:\"Index\";i:3;s:9:\"Préfixes\";i:4;s:8:\"Prefixes\";i:5;s:11:\"PrefixIndex\";}s:14:\"Protectedpages\";a:7:{i:0;s:18:\"Paginas_protegidas\";i:1;s:19:\"Pàgines_protegides\";i:2;s:17:\"Pages_protégées\";i:3;s:16:\"PagesProtégées\";i:4;s:15:\"Pages_protegees\";i:5;s:14:\"PagesProtegees\";i:6;s:14:\"ProtectedPages\";}s:15:\"Protectedtitles\";a:8:{i:0;s:17:\"Títols_protegits\";i:1;s:16:\"TítolsProtegits\";i:2;s:17:\"Títols_protegits\";i:3;s:17:\"Titres_protégés\";i:4;s:16:\"TitresProtégés\";i:5;s:15:\"Titres_proteges\";i:6;s:14:\"TitresProteges\";i:7;s:15:\"ProtectedTitles\";}s:10:\"Randompage\";a:12:{i:0;s:16:\"Pagina_a_l\'azard\";i:1;s:16:\"Article_aleatori\";i:2;s:5:\"Atzar\";i:3;s:8:\"Aleatori\";i:4;s:14:\"Page_au_hasard\";i:5;s:12:\"PageAuHasard\";i:6;s:9:\"Au_hasard\";i:7;s:8:\"AuHasard\";i:8;s:10:\"Aléatoire\";i:9;s:9:\"Aleatoire\";i:10;s:6:\"Random\";i:11;s:10:\"RandomPage\";}s:14:\"Randomredirect\";a:16:{i:0;s:21:\"Redireccion_a_l\'azard\";i:1;s:18:\"Redirect_a_l\'azard\";i:2;s:22:\"Redirecció_aleatòria\";i:3;s:21:\"Redirection_au_hasard\";i:4;s:18:\"Redirect_au_hasard\";i:5;s:19:\"Redirectionauhasard\";i:6;s:16:\"Redirectauhasard\";i:7;s:22:\"Redirection_aléatoire\";i:8;s:19:\"Redirect_aléatoire\";i:9;s:21:\"Redirectionaléatoire\";i:10;s:18:\"Redirectaléatoire\";i:11;s:21:\"Redirection_aleatoire\";i:12;s:18:\"Redirect_aleatoire\";i:13;s:20:\"Redirectionaleatoire\";i:14;s:17:\"Redirectaleatoire\";i:15;s:14:\"RandomRedirect\";}s:13:\"Recentchanges\";a:9:{i:0;s:21:\"Darrièrs_cambiaments\";i:1;s:20:\"DarrièrsCambiaments\";i:2;s:24:\"Darrièras_Modificacions\";i:3;s:14:\"Canvis_recents\";i:4;s:23:\"Modifications_récentes\";i:5;s:22:\"Modifications_recentes\";i:6;s:22:\"ModificationsRécentes\";i:7;s:21:\"ModificationsRecentes\";i:8;s:13:\"RecentChanges\";}s:19:\"Recentchangeslinked\";a:6:{i:0;s:18:\"Seguit_dels_ligams\";i:1;s:9:\"Seguiment\";i:2;s:15:\"Suivi_des_liens\";i:3;s:13:\"SuiviDesLiens\";i:4;s:19:\"RecentChangesLinked\";i:5;s:14:\"RelatedChanges\";}s:14:\"Revisiondelete\";a:7:{i:0;s:19:\"Versions_suprimidas\";i:1;s:15:\"Esborra_versió\";i:2;s:20:\"Versions_supprimées\";i:3;s:19:\"Versions_supprimees\";i:4;s:18:\"Versionsupprimées\";i:5;s:17:\"Versionsupprimees\";i:6;s:14:\"RevisionDelete\";}s:6:\"Search\";a:8:{i:0;s:8:\"Recèrca\";i:1;s:8:\"Recercar\";i:2;s:6:\"Cercar\";i:3;s:5:\"Cerca\";i:4;s:9:\"Recherche\";i:5;s:10:\"Rechercher\";i:6;s:8:\"Chercher\";i:7;s:6:\"Search\";}s:10:\"Shortpages\";a:5:{i:0;s:15:\"Articles_brèus\";i:1;s:15:\"Pàgines_curtes\";i:2;s:13:\"Pages_courtes\";i:3;s:12:\"PagesCourtes\";i:4;s:10:\"ShortPages\";}s:12:\"Specialpages\";a:7:{i:0;s:18:\"Paginas_especialas\";i:1;s:18:\"Pàgines_especials\";i:2;s:16:\"Pages_spéciales\";i:3;s:15:\"PagesSpéciales\";i:4;s:15:\"Pages_speciales\";i:5;s:14:\"PagesSpeciales\";i:6;s:12:\"SpecialPages\";}s:10:\"Statistics\";a:7:{i:0;s:12:\"Estatisticas\";i:1;s:5:\"Stats\";i:2;s:14:\"Estadístiques\";i:3;s:12:\"Statistiques\";i:4;s:5:\"Stats\";i:5;s:10:\"Statistics\";i:6;s:5:\"Stats\";}s:4:\"Tags\";a:3:{i:0;s:7:\"Balisas\";i:1;s:7:\"Balises\";i:2;s:4:\"Tags\";}s:23:\"Uncategorizedcategories\";a:11:{i:0;s:25:\"Categorias_sens_categoria\";i:1;s:26:\"Categories_sense_categoria\";i:2;s:30:\"Catégories_non_catégorisées\";i:3;s:28:\"CatégoriesNonCatégorisées\";i:4;s:27:\"Categories_non_categorisees\";i:5;s:25:\"CategoriesNonCategorisees\";i:6;s:27:\"Catégories_sans_catégorie\";i:7;s:25:\"CatégoriesSansCatégorie\";i:8;s:25:\"Categories_sans_categorie\";i:9;s:23:\"CategoriesSansCategorie\";i:10;s:23:\"UncategorizedCategories\";}s:19:\"Uncategorizedimages\";a:20:{i:0;s:22:\"Imatges_sens_categoria\";i:1;s:23:\"Imatges_sense_categoria\";i:2;s:26:\"Fichiers_non_catégorisés\";i:3;s:24:\"FichiersNonCatégorisés\";i:4;s:24:\"Fichiers_non_categorises\";i:5;s:22:\"FichiersNonCategorises\";i:6;s:24:\"Fichiers_sans_catégorie\";i:7;s:22:\"FichiersSansCatégorie\";i:8;s:23:\"Fichiers_sans_categorie\";i:9;s:21:\"FichiersSansCategorie\";i:10;s:25:\"Images_non_catégorisées\";i:11;s:23:\"ImagesNonCatégorisées\";i:12;s:23:\"Images_non_categorisees\";i:13;s:21:\"ImagesNonCategorisees\";i:14;s:22:\"Images_sans_catégorie\";i:15;s:20:\"ImagesSansCatégorie\";i:16;s:21:\"Images_sans_categorie\";i:17;s:19:\"ImagesSansCategorie\";i:18;s:18:\"UncategorizedFiles\";i:19;s:19:\"UncategorizedImages\";}s:18:\"Uncategorizedpages\";a:11:{i:0;s:22:\"Paginas_sens_categoria\";i:1;s:24:\"Pàgines_sense_categoria\";i:2;s:24:\"Pages_non_catégorisées\";i:3;s:22:\"PagesNonCatégorisées\";i:4;s:22:\"Pages_non_categorisees\";i:5;s:20:\"PagesNonCategorisees\";i:6;s:21:\"Pages_sans_catégorie\";i:7;s:19:\"PagesSansCatégorie\";i:8;s:20:\"Pages_sans_categorie\";i:9;s:18:\"PagesSansCategorie\";i:10;s:18:\"UncategorizedPages\";}s:22:\"Uncategorizedtemplates\";a:11:{i:0;s:22:\"Modèls_sens_categoria\";i:1;s:26:\"Plantilles_sense_categoria\";i:2;s:26:\"Modèles_non_catégorisés\";i:3;s:24:\"ModèlesNonCatégorisés\";i:4;s:23:\"Modeles_non_categorises\";i:5;s:21:\"ModelesNonCategorises\";i:6;s:24:\"Modèles_sans_catégorie\";i:7;s:22:\"ModèlesSansCatégorie\";i:8;s:23:\"Modeles_sans_catégorie\";i:9;s:21:\"ModelesSansCatégorie\";i:10;s:22:\"UncategorizedTemplates\";}s:8:\"Undelete\";a:6:{i:0;s:9:\"Restablir\";i:1;s:12:\"Restabliment\";i:2;s:8:\"Restaura\";i:3;s:9:\"Restaurer\";i:4;s:12:\"Restauration\";i:5;s:8:\"Undelete\";}s:8:\"Unlockdb\";a:19:{i:0;s:21:\"Desvarrolhar_la_banca\";i:1;s:11:\"Desbloca_bd\";i:2;s:22:\"Déverrouiller_la_base\";i:3;s:20:\"Déverrouillerlabase\";i:4;s:21:\"Deverrouiller_la_base\";i:5;s:19:\"Deverrouillerlabase\";i:6;s:19:\"Déverrouiller_base\";i:7;s:18:\"Déverrouillerbase\";i:8;s:18:\"Deverrouiller_base\";i:9;s:17:\"Deverrouillerbase\";i:10;s:17:\"Déverrouiller_BD\";i:11;s:16:\"DéverrouillerBD\";i:12;s:16:\"Deverrouiller_BD\";i:13;s:15:\"DeverrouillerBD\";i:14;s:17:\"Déverrouiller_bd\";i:15;s:16:\"Déverrouillerbd\";i:16;s:16:\"Deverrouiller_bd\";i:17;s:15:\"Deverrouillerbd\";i:18;s:8:\"UnlockDB\";}s:16:\"Unusedcategories\";a:11:{i:0;s:23:\"Categorias_inutilizadas\";i:1;s:20:\"Categories_no_usades\";i:2;s:24:\"Catégories_inutilisées\";i:3;s:23:\"CatégoriesInutilisées\";i:4;s:22:\"Categories_inutilisees\";i:5;s:21:\"CategoriesInutilisees\";i:6;s:26:\"Catégories_non_utilisées\";i:7;s:24:\"CatégoriesNonUtilisées\";i:8;s:24:\"Categories_non_utilisees\";i:9;s:22:\"CategoriesNonUtilisees\";i:10;s:16:\"UnusedCategories\";}s:12:\"Unusedimages\";a:20:{i:0;s:19:\"Imatges_inutilizats\";i:1;s:17:\"Imatges_no_usades\";i:2;s:20:\"Fichiers_inutilisés\";i:3;s:19:\"FichiersInutilisés\";i:4;s:19:\"Fichiers_inutilises\";i:5;s:18:\"FichiersInutilises\";i:6;s:22:\"Fichiers_non_utilisés\";i:7;s:21:\"FichiersNon_utilisés\";i:8;s:21:\"Fichiers_non_utilises\";i:9;s:20:\"FichiersNon_utilises\";i:10;s:19:\"Images_inutilisées\";i:11;s:18:\"ImagesInutilisées\";i:12;s:18:\"Images_inutilisees\";i:13;s:17:\"ImagesInutilisees\";i:14;s:21:\"Images_non_utilisées\";i:15;s:19:\"ImagesNonUtilisées\";i:16;s:20:\"Images_non_utilisees\";i:17;s:18:\"ImagesNonUtilisees\";i:18;s:11:\"UnusedFiles\";i:19;s:12:\"UnusedImages\";}s:15:\"Unusedtemplates\";a:18:{i:0;s:19:\"Modèls_inutilizats\";i:1;s:18:\"Modèlsinutilizats\";i:2;s:18:\"Models_inutilizats\";i:3;s:17:\"Modelsinutilizats\";i:4;s:21:\"Modèls_pas_utilizats\";i:5;s:19:\"Modèlspasutilizats\";i:6;s:20:\"Models_pas_utilizats\";i:7;s:18:\"Modelspasutilizats\";i:8;s:20:\"Plantilles_no_usades\";i:9;s:20:\"Modèles_inutilisés\";i:10;s:19:\"Modèlesinutilisés\";i:11;s:18:\"Modeles_inutilises\";i:12;s:17:\"Modelesinutilises\";i:13;s:22:\"Modèles_non_utilisés\";i:14;s:20:\"Modèlesnonutilisés\";i:15;s:20:\"Modeles_non_utilises\";i:16;s:18:\"Modelesnonutilises\";i:17;s:15:\"UnusedTemplates\";}s:14:\"Unwatchedpages\";a:5:{i:0;s:20:\"Paginas_pas_seguidas\";i:1;s:18:\"Pàgines_desateses\";i:2;s:17:\"Pages_non_suivies\";i:3;s:15:\"Pagesnonsuivies\";i:4;s:14:\"UnwatchedPages\";}s:6:\"Upload\";a:10:{i:0;s:13:\"Telecargament\";i:1;s:14:\"Telecargaments\";i:2;s:7:\"Carrega\";i:3;s:12:\"Téléverser\";i:4;s:10:\"Televerser\";i:5;s:15:\"Téléversement\";i:6;s:13:\"Televersement\";i:7;s:16:\"Téléchargement\";i:8;s:14:\"Telechargement\";i:9;s:6:\"Upload\";}s:9:\"Userlogin\";a:6:{i:0;s:16:\"Nom_d\'utilizaire\";i:1;s:18:\"Registre_i_entrada\";i:2;s:9:\"Connexion\";i:3;s:14:\"Identification\";i:4;s:9:\"UserLogin\";i:5;s:5:\"Login\";}s:10:\"Userlogout\";a:6:{i:0;s:12:\"Desconnexion\";i:1;s:17:\"Finalitza_sessió\";i:2;s:12:\"Déconnexion\";i:3;s:11:\"Deconnexion\";i:4;s:10:\"UserLogout\";i:5;s:6:\"Logout\";}s:10:\"Userrights\";a:9:{i:0;s:7:\"Dreches\";i:1;s:10:\"Permission\";i:2;s:5:\"Drets\";i:3;s:11:\"Permissions\";i:4;s:6:\"Droits\";i:5;s:23:\"Droits_des_utilisateurs\";i:6;s:10:\"UserRights\";i:7;s:9:\"MakeSysop\";i:8;s:7:\"MakeBot\";}s:16:\"Wantedcategories\";a:7:{i:0;s:21:\"Categorias_demandadas\";i:1;s:20:\"Categories_demanades\";i:2;s:22:\"Catégories_demandées\";i:3;s:21:\"CatégoriesDemandées\";i:4;s:20:\"Categories_demandees\";i:5;s:19:\"CategoriesDemandees\";i:6;s:16:\"WantedCategories\";}s:11:\"Wantedfiles\";a:8:{i:0;s:19:\"Fichièrs_demandats\";i:1;s:18:\"FichièrsDemandats\";i:2;s:15:\"Arxius_demanats\";i:3;s:18:\"Fichiers_demandés\";i:4;s:17:\"FichiersDemandés\";i:5;s:17:\"Fichiers_demandes\";i:6;s:16:\"FichiersDemandes\";i:7;s:11:\"WantedFiles\";}s:11:\"Wantedpages\";a:12:{i:0;s:18:\"Paginas_demandadas\";i:1;s:18:\"Pàgines_demanades\";i:2;s:16:\"Pages_demandées\";i:3;s:15:\"PagesDemandées\";i:4;s:15:\"Pages_demandees\";i:5;s:14:\"PagesDemandees\";i:6;s:13:\"Liens_brisés\";i:7;s:12:\"LiensBrisés\";i:8;s:12:\"Liens_brises\";i:9;s:11:\"LiensBrises\";i:10;s:11:\"WantedPages\";i:11;s:11:\"BrokenLinks\";}s:15:\"Wantedtemplates\";a:8:{i:0;s:17:\"Modèls_demandats\";i:1;s:16:\"ModèlsDemandats\";i:2;s:20:\"Plantilles_demanades\";i:3;s:18:\"Modèles_demandés\";i:4;s:17:\"ModèlesDemandés\";i:5;s:16:\"Modeles_demandes\";i:6;s:15:\"ModelesDemandes\";i:7;s:15:\"WantedTemplates\";}s:9:\"Watchlist\";a:11:{i:0;s:15:\"Lista_de_seguit\";i:1;s:14:\"ListraDeSeguit\";i:2;s:6:\"Seguit\";i:3;s:18:\"Lista_de_seguiment\";i:4;s:17:\"ListraDeSeguiment\";i:5;s:9:\"Seguiment\";i:6;s:19:\"Llista_de_seguiment\";i:7;s:14:\"Liste_de_suivi\";i:8;s:12:\"ListeDeSuivi\";i:9;s:5:\"Suivi\";i:10;s:9:\"Watchlist\";}s:13:\"Whatlinkshere\";a:7:{i:0;s:15:\"Paginas_ligadas\";i:1;s:9:\"Enllaços\";i:2;s:12:\"Pages_liées\";i:3;s:11:\"PagesLiées\";i:4;s:11:\"Pages_liees\";i:5;s:10:\"PagesLiees\";i:6;s:13:\"WhatLinksHere\";}s:16:\"Withoutinterwiki\";a:10:{i:0;s:14:\"Sens_interwiki\";i:1;s:13:\"Sensinterwiki\";i:2;s:15:\"Sens_interwikis\";i:3;s:14:\"Sensinterwikis\";i:4;s:15:\"Sense_interwiki\";i:5;s:14:\"Sans_interwiki\";i:6;s:13:\"Sansinterwiki\";i:7;s:15:\"Sans_interwikis\";i:8;s:14:\"Sansinterwikis\";i:9;s:16:\"WithoutInterwiki\";}s:6:\"Nearby\";a:2:{i:0;s:6:\"A_prop\";i:1;s:6:\"Nearby\";}s:11:\"Activeusers\";a:4:{i:0;s:14:\"Usuaris_actius\";i:1;s:19:\"Utilisateurs_actifs\";i:2;s:18:\"UtilisateursActifs\";i:3;s:11:\"ActiveUsers\";}s:8:\"Badtitle\";a:4:{i:0;s:17:\"Títol_incorrecte\";i:1;s:13:\"Mauvais_titre\";i:2;s:12:\"MauvaisTitre\";i:3;s:8:\"Badtitle\";}s:11:\"ChangeEmail\";a:5:{i:0;s:27:\"Canvia_adreça_electrònica\";i:1;s:16:\"Changer_courriel\";i:2;s:15:\"ChangerCourriel\";i:3;s:14:\"ChangerCouriel\";i:4;s:11:\"ChangeEmail\";}s:15:\"ExpandTemplates\";a:3:{i:0;s:23:\"Expansió_de_plantilles\";i:1;s:20:\"ExpansionDesModèles\";i:2;s:15:\"ExpandTemplates\";}s:7:\"Unblock\";a:5:{i:0;s:8:\"Desbloca\";i:1;s:11:\"Desbloqueja\";i:2;s:10:\"Débloquer\";i:3;s:10:\"Déblocage\";i:4;s:7:\"Unblock\";}s:7:\"Version\";a:2:{i:0;s:7:\"Versió\";i:1;s:7:\"Version\";}s:12:\"ComparePages\";a:2:{i:0;s:18:\"Comparer_des_pages\";i:1;s:12:\"ComparePages\";}s:13:\"EditWatchlist\";a:3:{i:0;s:22:\"Éditer_Liste_de_suivi\";i:1;s:19:\"ÉditerListeDeSuivi\";i:2;s:13:\"EditWatchlist\";}s:10:\"MyLanguage\";a:3:{i:0;s:9:\"Ma_langue\";i:1;s:8:\"MaLangue\";i:2;s:10:\"MyLanguage\";}s:13:\"PagesWithProp\";a:5:{i:0;s:25:\"Pages_avec_la_propriété\";i:1;s:13:\"PagesWithProp\";i:2;s:13:\"Pageswithprop\";i:3;s:11:\"PagesByProp\";i:4;s:11:\"Pagesbyprop\";}s:13:\"PasswordReset\";a:3:{i:0;s:33:\"Réinitialisation_du_mot_de_passe\";i:1;s:29:\"RéinitialisationDuMotDePasse\";i:2;s:13:\"PasswordReset\";}s:13:\"PermanentLink\";a:4:{i:0;s:14:\"Lien_permanent\";i:1;s:13:\"LienPermanent\";i:2;s:13:\"PermanentLink\";i:3;s:9:\"PermaLink\";}s:16:\"RandomInCategory\";a:2:{i:0;s:34:\"Page_au_hasard_dans_une_catégorie\";i:1;s:16:\"RandomInCategory\";}s:8:\"Redirect\";a:2:{i:0;s:11:\"Redirection\";i:1;s:8:\"Redirect\";}s:7:\"History\";a:1:{i:0;s:7:\"History\";}s:13:\"MobileOptions\";a:1:{i:0;s:13:\"MobileOptions\";}s:7:\"Uploads\";a:1:{i:0;s:7:\"Uploads\";}s:10:\"MobileDiff\";a:1:{i:0;s:10:\"MobileDiff\";}s:12:\"MobileEditor\";a:1:{i:0;s:12:\"MobileEditor\";}s:10:\"MobileMenu\";a:1:{i:0;s:10:\"MobileMenu\";}s:15:\"MobileLanguages\";a:1:{i:0;s:15:\"MobileLanguages\";}s:8:\"TopicTag\";a:1:{i:0;s:8:\"TopicTag\";}s:11:\"UserProfile\";a:1:{i:0;s:11:\"UserProfile\";}s:12:\"AllMyUploads\";a:2:{i:0;s:12:\"AllMyUploads\";i:1;s:10:\"AllMyFiles\";}s:7:\"ApiHelp\";a:1:{i:0;s:7:\"ApiHelp\";}s:10:\"ApiSandbox\";a:1:{i:0;s:10:\"ApiSandbox\";}s:13:\"AutoblockList\";a:2:{i:0;s:13:\"AutoblockList\";i:1;s:14:\"ListAutoblocks\";}s:12:\"BotPasswords\";a:1:{i:0;s:12:\"BotPasswords\";}s:18:\"ChangeContentModel\";a:1:{i:0;s:18:\"ChangeContentModel\";}s:17:\"ChangeCredentials\";a:1:{i:0;s:17:\"ChangeCredentials\";}s:10:\"DeletePage\";a:2:{i:0;s:10:\"DeletePage\";i:1;s:6:\"Delete\";}s:4:\"Diff\";a:1:{i:0;s:4:\"Diff\";}s:8:\"EditPage\";a:2:{i:0;s:8:\"EditPage\";i:1;s:4:\"Edit\";}s:8:\"EditTags\";a:1:{i:0;s:8:\"EditTags\";}s:13:\"GoToInterwiki\";a:1:{i:0;s:13:\"GoToInterwiki\";}s:14:\"JavaScriptTest\";a:1:{i:0;s:14:\"JavaScriptTest\";}s:12:\"LinkAccounts\";a:1:{i:0;s:12:\"LinkAccounts\";}s:19:\"ListDuplicatedFiles\";a:2:{i:0;s:19:\"ListDuplicatedFiles\";i:1;s:18:\"ListFileDuplicates\";}s:10:\"Listgrants\";a:1:{i:0;s:10:\"ListGrants\";}s:15:\"MediaStatistics\";a:1:{i:0;s:15:\"MediaStatistics\";}s:14:\"Mostinterwikis\";a:1:{i:0;s:14:\"MostInterwikis\";}s:4:\"Mute\";a:1:{i:0;s:4:\"Mute\";}s:9:\"Myuploads\";a:2:{i:0;s:9:\"MyUploads\";i:1;s:7:\"MyFiles\";}s:10:\"NewSection\";a:2:{i:0;s:10:\"NewSection\";i:1;s:10:\"Newsection\";}s:8:\"PageData\";a:1:{i:0;s:8:\"PageData\";}s:11:\"PageHistory\";a:2:{i:0;s:11:\"PageHistory\";i:1;s:7:\"History\";}s:8:\"PageInfo\";a:2:{i:0;s:8:\"PageInfo\";i:1;s:4:\"Info\";}s:12:\"PageLanguage\";a:1:{i:0;s:12:\"PageLanguage\";}s:16:\"PasswordPolicies\";a:1:{i:0;s:16:\"PasswordPolicies\";}s:11:\"ProtectPage\";a:2:{i:0;s:11:\"ProtectPage\";i:1;s:7:\"Protect\";}s:5:\"Purge\";a:1:{i:0;s:5:\"Purge\";}s:14:\"Randomrootpage\";a:1:{i:0;s:14:\"RandomRootpage\";}s:17:\"RemoveCredentials\";a:1:{i:0;s:17:\"RemoveCredentials\";}s:11:\"ResetTokens\";a:1:{i:0;s:11:\"ResetTokens\";}s:7:\"RunJobs\";a:1:{i:0;s:7:\"RunJobs\";}s:18:\"TrackingCategories\";a:1:{i:0;s:18:\"TrackingCategories\";}s:14:\"UnlinkAccounts\";a:1:{i:0;s:14:\"UnlinkAccounts\";}s:11:\"UploadStash\";a:1:{i:0;s:11:\"UploadStash\";}}');
/*!40000 ALTER TABLE `mw_l10n_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_langlinks`
--

DROP TABLE IF EXISTS `mw_langlinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_langlinks` (
  `ll_from` int(10) unsigned NOT NULL DEFAULT 0,
  `ll_lang` varbinary(35) NOT NULL DEFAULT '',
  `ll_title` varbinary(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`ll_from`,`ll_lang`),
  KEY `ll_lang` (`ll_lang`,`ll_title`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_langlinks`
--

LOCK TABLES `mw_langlinks` WRITE;
/*!40000 ALTER TABLE `mw_langlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_langlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_linktarget`
--

DROP TABLE IF EXISTS `mw_linktarget`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_linktarget` (
  `lt_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lt_namespace` int(11) NOT NULL,
  `lt_title` varbinary(255) NOT NULL,
  PRIMARY KEY (`lt_id`),
  UNIQUE KEY `lt_namespace_title` (`lt_namespace`,`lt_title`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_linktarget`
--

LOCK TABLES `mw_linktarget` WRITE;
/*!40000 ALTER TABLE `mw_linktarget` DISABLE KEYS */;
INSERT INTO `mw_linktarget` VALUES (2,0,'Academics'),(6,0,'Graduate_Coursework_Portfolio'),(3,0,'Hobby'),(8,0,'IPi_Soft_Evaluation'),(4,0,'Journal'),(12,0,'Myo_SDK_MATLAB_MEX_Wrapper'),(9,0,'Myo_SDK_MEX_Wrapper'),(5,0,'Project'),(13,0,'Sphero_API_MATLAB_SDK'),(10,0,'Sphero_API_Matlab_SDK'),(11,0,'Sphero_API_Tutorial'),(7,0,'Undergraduate_Coursework_Portfolio'),(1,10,'Work_In_Progress');
/*!40000 ALTER TABLE `mw_linktarget` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_log_search`
--

DROP TABLE IF EXISTS `mw_log_search`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_log_search` (
  `ls_field` varbinary(32) NOT NULL,
  `ls_value` varbinary(255) NOT NULL,
  `ls_log_id` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`ls_field`,`ls_value`,`ls_log_id`),
  KEY `ls_log_id` (`ls_log_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_log_search`
--

LOCK TABLES `mw_log_search` WRITE;
/*!40000 ALTER TABLE `mw_log_search` DISABLE KEYS */;
INSERT INTO `mw_log_search` VALUES ('associated_rev_id','279',34),('associated_rev_id','282',38),('associated_rev_id','282',39),('pr_id','1',31),('pr_id','2',31),('pr_id','3',31);
/*!40000 ALTER TABLE `mw_log_search` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_logging`
--

DROP TABLE IF EXISTS `mw_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_logging` (
  `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `log_type` varbinary(32) NOT NULL DEFAULT '',
  `log_action` varbinary(32) NOT NULL DEFAULT '',
  `log_timestamp` binary(14) NOT NULL DEFAULT '19700101000000',
  `log_actor` bigint(20) unsigned NOT NULL,
  `log_namespace` int(11) NOT NULL DEFAULT 0,
  `log_title` varbinary(255) NOT NULL DEFAULT '',
  `log_page` int(10) unsigned DEFAULT NULL,
  `log_comment_id` bigint(20) unsigned NOT NULL,
  `log_params` blob NOT NULL,
  `log_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`log_id`),
  KEY `log_page_id_time` (`log_page`,`log_timestamp`),
  KEY `log_actor_type_time` (`log_actor`,`log_type`,`log_timestamp`),
  KEY `log_type_action` (`log_type`,`log_action`,`log_timestamp`),
  KEY `log_type_time` (`log_type`,`log_timestamp`),
  KEY `log_actor_time` (`log_actor`,`log_timestamp`),
  KEY `log_page_time` (`log_namespace`,`log_title`,`log_timestamp`),
  KEY `log_times` (`log_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_logging`
--

LOCK TABLES `mw_logging` WRITE;
/*!40000 ALTER TABLE `mw_logging` DISABLE KEYS */;
INSERT INTO `mw_logging` VALUES (1,'patrol','patrol','20150714050812',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:2;s:9:\"5::previd\";i:0;s:7:\"6::auto\";i:1;}',0),(2,'patrol','patrol','20150714050850',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:3;s:9:\"5::previd\";i:2;s:7:\"6::auto\";i:1;}',0),(3,'patrol','patrol','20150714050935',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:4;s:9:\"5::previd\";i:3;s:7:\"6::auto\";i:1;}',0),(4,'patrol','patrol','20150714051029',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:5;s:9:\"5::previd\";i:4;s:7:\"6::auto\";i:1;}',0),(5,'patrol','patrol','20150714051225',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:6;s:9:\"5::previd\";i:5;s:7:\"6::auto\";i:1;}',0),(6,'patrol','patrol','20150714051248',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:7;s:9:\"5::previd\";i:6;s:7:\"6::auto\";i:1;}',0),(7,'patrol','patrol','20150714051423',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:8;s:9:\"5::previd\";i:7;s:7:\"6::auto\";i:1;}',0),(8,'patrol','patrol','20150714052413',1,0,'Main_Page',1,1,'a:3:{s:8:\"4::curid\";i:9;s:9:\"5::previd\";i:1;s:7:\"6::auto\";i:1;}',0),(9,'patrol','patrol','20150714052449',1,0,'Academics',3,1,'a:3:{s:8:\"4::curid\";i:10;s:9:\"5::previd\";i:0;s:7:\"6::auto\";i:1;}',0),(10,'patrol','patrol','20150714052634',1,0,'Main_Page',1,1,'a:3:{s:8:\"4::curid\";i:11;s:9:\"5::previd\";i:9;s:7:\"6::auto\";i:1;}',0),(11,'patrol','patrol','20150714052704',1,0,'Project',4,1,'a:3:{s:8:\"4::curid\";i:12;s:9:\"5::previd\";i:0;s:7:\"6::auto\";i:1;}',0),(12,'patrol','patrol','20150714052833',1,0,'Hobby',5,1,'a:3:{s:8:\"4::curid\";i:13;s:9:\"5::previd\";i:0;s:7:\"6::auto\";i:1;}',0),(13,'newusers','create2','20150714053830',1,2,'Mark',0,1,'a:1:{s:9:\"4::userid\";i:2;}',0),(14,'upload','upload','20150714055711',2,6,'Mt_logo.png',6,8,'a:2:{s:8:\"img_sha1\";s:31:\"be9l9l0k08l8pj80dsfvwoi08e1n8rh\";s:13:\"img_timestamp\";s:14:\"20150714055711\";}',0),(15,'newusers','byemail','20151117055323',1,2,'Yijuilee',0,1,'a:1:{s:9:\"4::userid\";i:3;}',0),(16,'patrol','patrol','20151117060940',1,3,'Yijuilee',12,1,'a:3:{s:8:\"4::curid\";i:97;s:9:\"5::previd\";i:0;s:7:\"6::auto\";i:1;}',0),(17,'patrol','patrol','20151117061032',1,0,'Sphero_API_Matlab_SDK',8,1,'a:3:{s:8:\"4::curid\";i:98;s:9:\"5::previd\";i:96;s:7:\"6::auto\";i:1;}',0),(18,'upload','upload','20151121054940',2,6,'Ipi_soft_human_motion_capture_workflow.png',15,1,'a:2:{s:8:\"img_sha1\";s:31:\"44eguysrflzro2il647t31zftodcgcy\";s:13:\"img_timestamp\";s:14:\"20151121054940\";}',0),(19,'newusers','byemail','20151209171505',1,2,'Cyberblitzx',0,1,'a:1:{s:9:\"4::userid\";i:4;}',0),(20,'move','move','20160410044103',2,0,'Myo_SDK_MEX_Wrapper',19,123,'a:2:{s:9:\"4::target\";s:26:\"Myo SDK MATLAB MEX Wrapper\";s:10:\"5::noredir\";s:1:\"0\";}',0),(21,'move','move','20160418031501',2,0,'Sphero_API_Matlab_SDK',8,1,'a:2:{s:9:\"4::target\";s:21:\"Sphero API MATLAB SDK\";s:10:\"5::noredir\";s:1:\"0\";}',0),(22,'patrol','patrol','20160421045822',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:232;s:9:\"5::previd\";i:8;s:7:\"6::auto\";i:1;}',0),(23,'patrol','patrol','20160421050342',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:233;s:9:\"5::previd\";i:232;s:7:\"6::auto\";i:1;}',0),(24,'patrol','patrol','20160421050436',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:234;s:9:\"5::previd\";i:233;s:7:\"6::auto\";i:1;}',0),(25,'patrol','patrol','20160421050503',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:235;s:9:\"5::previd\";i:234;s:7:\"6::auto\";i:1;}',0),(26,'patrol','patrol','20160421050553',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:236;s:9:\"5::previd\";i:235;s:7:\"6::auto\";i:1;}',0),(27,'patrol','patrol','20160421050725',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:237;s:9:\"5::previd\";i:236;s:7:\"6::auto\";i:1;}',0),(28,'patrol','patrol','20160421051114',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:238;s:9:\"5::previd\";i:237;s:7:\"6::auto\";i:1;}',0),(29,'patrol','patrol','20160421051729',1,8,'Sidebar',2,1,'a:3:{s:8:\"4::curid\";i:239;s:9:\"5::previd\";i:238;s:7:\"6::auto\";i:1;}',0),(30,'upload','upload','20160430042918',1,6,'Mt_logo_mono_neg_blu_135x135.png',23,1,'a:2:{s:8:\"img_sha1\";s:31:\"c6jpxjg2isfnep557ipcz4yjca9dq40\";s:13:\"img_timestamp\";s:14:\"20160430042918\";}',0),(31,'protect','protect','20160430043124',1,6,'Mt_logo_mono_neg_blu_135x135.png',23,124,'‎[edit=sysop] (indefinite)‎[move=sysop] (indefinite)‎[upload=sysop] (indefinite)\n',0),(32,'upload','upload','20160801232645',2,6,'Fb_glass_half_full_engineer.jpg',24,1,'a:2:{s:8:\"img_sha1\";s:31:\"a6p0ciwtpbtmbysw70wcqc6kitjie48\";s:13:\"img_timestamp\";s:14:\"20160801232645\";}',0),(33,'newusers','byemail','20250815031523',1,2,'Melissa',0,1,'a:1:{s:9:\"4::userid\";i:5;}',0),(34,'create','create','20250815230400',2,0,'Journal/Test',25,125,'a:1:{s:17:\"associated_rev_id\";i:279;}',0),(35,'renameuser','renameuser','20250815233105',1,2,'Marktoma',0,126,'a:3:{s:10:\"4::olduser\";s:8:\"Marktoma\";s:10:\"5::newuser\";s:4:\"Mark\";s:8:\"6::edits\";i:249;}',0),(36,'delete','delete','20250816014903',1,6,'Mt_logo.png',6,127,'a:0:{}',0),(37,'delete','delete','20250816014959',1,6,'Mt_logo_mono_neg_blu_135x135.png',23,128,'a:0:{}',0),(38,'upload','upload','20250816033545',2,6,'Every-Time-I-Die-Radical-album-cover-header.jpg',26,1,'a:3:{s:8:\"img_sha1\";s:31:\"5sazkme7dqmfkjm0zzkidrgfmtvvry6\";s:13:\"img_timestamp\";s:14:\"20250816033545\";s:17:\"associated_rev_id\";i:282;}',0),(39,'create','create','20250816033545',2,6,'Every-Time-I-Die-Radical-album-cover-header.jpg',26,1,'a:1:{s:17:\"associated_rev_id\";i:282;}',0);
/*!40000 ALTER TABLE `mw_logging` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_math`
--

DROP TABLE IF EXISTS `mw_math`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_math` (
  `math_inputhash` varbinary(16) NOT NULL,
  `math_outputhash` varbinary(16) NOT NULL,
  `math_html_conservativeness` tinyint(4) NOT NULL,
  `math_html` blob DEFAULT NULL,
  `math_mathml` blob DEFAULT NULL,
  PRIMARY KEY (`math_inputhash`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_math`
--

LOCK TABLES `mw_math` WRITE;
/*!40000 ALTER TABLE `mw_math` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_math` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_mathoid`
--

DROP TABLE IF EXISTS `mw_mathoid`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_mathoid` (
  `math_inputhash` varbinary(16) NOT NULL,
  `math_input` blob NOT NULL,
  `math_tex` blob DEFAULT NULL,
  `math_mathml` blob DEFAULT NULL,
  `math_svg` blob DEFAULT NULL,
  `math_style` tinyint(4) DEFAULT NULL,
  `math_input_type` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`math_inputhash`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_mathoid`
--

LOCK TABLES `mw_mathoid` WRITE;
/*!40000 ALTER TABLE `mw_mathoid` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_mathoid` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_module_deps`
--

DROP TABLE IF EXISTS `mw_module_deps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_module_deps` (
  `md_module` varbinary(255) NOT NULL,
  `md_skin` varbinary(32) NOT NULL,
  `md_deps` mediumblob NOT NULL,
  PRIMARY KEY (`md_module`,`md_skin`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_module_deps`
--

LOCK TABLES `mw_module_deps` WRITE;
/*!40000 ALTER TABLE `mw_module_deps` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_module_deps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_objectcache`
--

DROP TABLE IF EXISTS `mw_objectcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_objectcache` (
  `keyname` varbinary(255) NOT NULL DEFAULT '',
  `value` mediumblob DEFAULT NULL,
  `exptime` binary(14) NOT NULL,
  `modtoken` varbinary(17) NOT NULL DEFAULT '00000000000000000',
  `flags` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`keyname`),
  KEY `exptime` (`exptime`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_objectcache`
--

LOCK TABLES `mw_objectcache` WRITE;
/*!40000 ALTER TABLE `mw_objectcache` DISABLE KEYS */;
INSERT INTO `mw_objectcache` VALUES ('global:resourceloader-filter:minify-css:9:033f4c80c522a56099d54f66cd7d9272','Tn J\"얦}fHPm\0R+K/[]+sf0M}\"EM)qHk\\0EpUzGt?ڜA]6W2/k8ɨxIǘ\'~0J36\'p~HP7Ϡ@ނox%*8)͖Ad|Zp1\Zz[ϳ`F%GWfRs	{vL޻֪\'3\Z֩7n2WPfs*q	K|͇U%#^=朎[c&|BBO6󽯵mt\'\r\nM0EݛPΩJ\"c\Z*b^)\\5=]\Z \'m=XdsRoVx;X܀a\r,XTXhBX,m¿SZP_ë{b,Kq}3o3Hv\0uKxe.wEʴ-gRX	\Z?M+~;','20250816230403','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:04a2d4e3e691aa52db58e630624bb997',']koJ+;f73-|3\0SeʲS)Q)~+$&,թ>]G݇9m>\"ooY0Y18YN?|~]Ls6z\nfz~Q/W2Vc^Hor߿ߍ]\\av(Ϯ9n!N:_nW_o !O5ٲҡ`qńt}ue\\\\!OJ(WnGjM\':k˛r+kJG}-8Qmg˿_lh(ݬ<;ˬ(;m|R?Sz1BēWX!.H\"0-<Y<HPpPOlxji?dׁDw6{ ְ\\@>#A:.Hcs~.d?/8+QY.I>\'7	V@HT&Qf\npȻqiA\nWq(\nO0e=-kOX~B	}_R^!zf8>&`O	xa0$+7WYIJJ.7&mj]\ZEWgZ\n Wj\'\\Ż	GOz=7Bّ;u=$2\0ݩ{ss\'r\Zݟ 3\\s\nc,nMp(>(f7_߬4}ן;YodȩnpeNT;?vF\"V92LFbΖMjJɱɸ~:FBy ]|Ai\nbbM\'M6 MԌVVuR;ܦ\"ޔPUrWLO/avU\0zeV&{㤖F$$A+)P$lݍ2Q`+Š7k/^tۈ$-mD}Zkv[U@~2	wr@00ٽo=<IXBr=D$!|SRHք4HYbSALC\0P4`&$95k\n]Z&0ՠ6`\rEae\rXò|h+%MFu[vn*,>\r\rs^.;b9r1N/t+r5_y-Y̪gVUO\'\"a\Z>0^%-?9ϴ|\'mGMh5ns=6%8di@.n)S^	&fn݁p-]9+;7ᛄ@\rj^=OͪӤ 1۷&c4Ǿefg%{}Ȅmh3=gb,1+SeHCRK[ŃtaH䐨BQF!Ճ7JL@0ԮJaJ79eK8(ÿ5YȿjC~\"FA\0M|T6#*C6\"֚  !o5xhd>m߸Xo5lq6˟j0|6%c+7pn.T֨qБ,rDv/xv@InןؒEbwUl2R\"9YU\nU->1\rBQM֎X!%A5q\\=z>3p+2~kv74ܿ,(XhRw?1+AcD(3c>5SJ##ė)	Ę܁PTac$<\"P31ĜjW@_diz|;ľ@fc)XJ?jh?gAd\'A(f	@\'e\r*;O/iAvH>$|~-o*K=LgZ?n\';9yAhwn y\n3Rej\'a:D,\\\ZFjYl4Ξ{!5wB=	{=eO܃M6+0oe%tXՅY:G\n GuLjof.lgg@~Ol@\"\"0*# Yov\\m\r\\E(^+K	EIT:wQU	\n]=	t cYS.ݽgPBEكtë\Zݨz\'A{m=i~2JY;T*d,7UiIFN*A@\Zu^(\"ڽGKȄ>JiJafE9)̌4Si&qZ߈	yyw;2K@xߘt$#E(!Q2+(dNQ1@T7r_ DFwKFJICz0De&A%J$ĤOĳK~I&e`ΓDԀ;qTE	CxW1Њ$3\'p$mHˊ:=>(^UYH\\r%>BW1GQZ|sY:N\ZJ(#ܢ9>\n3B*HZ\rr7&o8DVuzUj:=t\0hu-k(LA]\'|PI$R\rӶ\'\"DbT(o8<ZyVoxzbv<cH\"QwOi7NCߵ\Z\n=9GslnIA*CߎσZ{(+v9^T@b9ws\ZmMǞz:Fկk\nUW3~FwG_4\ncjiU`y5J&w>i?RfHp\'7NGNb9igs`Xn;7yޝhF/}<.Ѻ*HzUM`q\n%ܔ 8<\r?Лz\0>I\">orM5AcL@+,k`v]E!wN]!+y3y>=;`PK	<n`I]_\"HdA,\"A\Z\'п<:;OKC\ryG0k_N4]m:]<ΪB9Y46-N3^QK~#\"X\'nTX<ĳsh\\Γ5\'hǤ{4Q|QxNѹ`~#1+$d9]tr{}3[no:)\\VFGc^Y%\Z$X+L+45yxj=̴9+,:<*j*M(-z5	ɛy[e\0&=\0Gy&5C҇3^n\Z<4/|9lҼ3F!ѸU2*G5ZV+_::TGsk3t-+eS4t{@\"d2T0PP-NGC|0Yc3ԏr*\'z7:Z 9@ R2Hu8ZG\ZnYQFRsU]+$0f\r1ӂW\0ܗ]ՠ>w~}oz]I^̒<-&:U&1gi(&QVJ	j>HZ]Ft|\rC(\rH ,,*\ZFFO,.͙De蔒wS%4`9Ph<hw_ov$RDCxUa._AՎgÎ߫zn>h`IǢELNNx=Wa`yD^Rt_=rOvshן.c>:^zɽ>tաjFMq?Aav;[Cvgbi1fI1czs7[Mxx`ń]}mJF)w\"QJӁTF:K4minj8\\t-NA׌4JKNPc%\Z/˘wLU3E4SF\\WSn&t \0BFM0\'(F&QғGͺV+#:uL68#B[Ձ c\'=tnmHWMtn7ǫӈdN$U7$@̵*\Z%&rZJD[.[U4[4r,*%\"%Wв\'*]B!m\\B/c0RdLkęK]Pq12*fJSpxhl/&db\'0^KZ!$0Vކ4\rH&L6S-w)+DyR	]myۈ:g:*wϖ(r2%UN`hTYlldy9\\\\ twÓ:z&3tg\06dJmq3)LY6YۿQ^Bw|GKYosQm)%6#E)I06d\ZXE<Jl[Y$CTOQڶD Q[[0%&:9SU[\n`jVPulyN0-Ieu2具Jj芫T?cT@ҺMv,awBQ#%#jb[tR<dSZ6DW#eݗTV)GVfxһ`\Zo	<}B\rI-\\	[m_d\rmRb&1\nX^7Fw*y:%!0F%QtDTT0ÖBTna]$;/M|ڒ gDV{F\Zޓ1ho\'>gF=3QόoW|Om?sc{ؾMlߘ)ooP{<bE)wkdXTb*)\0lST-\"4)#D\r!:NV\',?#3#H.X*CL-^^[5\"\r%	CE܌A5ټS*bE5ZVQ\Z0H~LH\"\ZH%VEUĈ.﫞{(CƌƇLe@	*,s֥ZHL)kͿR`4\Z뿑~Ѹ50lRǻ8lSHl%߇b/\\߹<#aO7\Z\\%Qf7~]zQB*a;\\Kji\nsRlha\riibusz|Mǂ1	Fh\n*-j[Α7kI\"(SbW.eOЋ˃Q+y5>mߩ\\}t#H>U<AxA\'r8|y쭏s62aYe-4_4ؾM\'XESlZE/y\'>dG\nKWJto܍&&zSLx,!WdhJ7;J&۝&9!SצJ2$\rᗻK.MU-{$kުtG}Ś+we2y0BॼrdE&/d|SP[r#7uABXn}UgZ/BP[9DiMzНlc,tif#\'UA9ͥ1	/\\ۖ\\e$p>0>Mͷ1Ƈc)\Z?T%Uk/\Z|jCac\nNܮcҫ7g9MOD>y\'1P[ܙtfG1d})>Qދ0xSu?Ͱde7XNs\r sǏdf`Sy>OhPgqZ*׋Z~~se:p+1aEQ(+2B:=9qnHze6xaI,/iּVnb:sh\0114ue<LÉD̼$kmY+/a)ejvtpb`܍zO=J8Bq`FznAP%\"zF	\'>SaHz>VOr}z\"G7#&_\Z8\\1kbAv3Bބα(\Z#m%boن\0Qd)oI\\+(\\{`q?K(UrRF+ŃU8NF1fn2\'Tg\0\0l!Oa} =De^xye^ZoaR\n{8#M ~Ʃj>%\0u.8m}̘ER1#/\"QH>@k\rӧzqZw!^{f?74M\'z\'&uvpfȰ՘a)r˵W\"pE޵\"6.TƂ8\"#yPu\\~.;CAe~2I??grAegkig\rxsg6fQ@b7Zf\011	\'\"{ta[\nwQ4;0=bOKg4ZV#{Q迭g?a9d{C\'mQڡ}t鐪9/=t \rS[oԼgͧ/\n]ݫѣ\'CT U!B\\Gcs9m\'=+Yy_{L_ⵯ\nþ\Z٩HGqAZVDTFiD1mtNG9ilx_ h\"T6+e1cOߊlMP> Q]CpbFj=z&hzU2FKAꉱ|Tkͳ`1z\0%FmPˢF\'_d\ZJ!0fYUn.VH.\\.4L]ZXEW$.\"EYJAvٵ-״CH8-osLG^q!z^!990>/Ǫie0+_<RzlG	,XS5;o 9)0^\ZkJ7ofsl/F~h\\wzt$pZFuW\n/O\'^As1,B)D~Q><>ڊIALs.?{&Ϫ^%mعDKT?7F}(\'\"Y$kwb9`|!Vy^DHT\nZqT\ryl|1vڣʾM彾AG70UiN|it~','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:06d79ed8a8049473bebed7b6e2f8b964','Rn |7SiO\nKy{f5 XZ|Nu_jְa|S?\nm &ʚU\'z n﶑	D%-y\ZRnH\"8+ѥ/ɓbh.:kq.\nbDT4D\nJt~*4S !A^)\Z\0zX\"V$a$0_ Q`L9x,=K&GyTQcDe׺~f?϶ͷjٜ8(tRD*\n3sp:v+4uD}/w5<`mzגH:wuUv?Ň{|.;ie,{5CLb@asJ/:(m@&Y/Y9n*Md͏}{n\r[acO+>d݄2t]F9/@~s','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0789d6f7fe066aac45573f5f55302f23','}j0_kn?PْU5ݛz2v\'TxtMv2NdEOTl*Au2>Xn!GTqe\n%Ofy\ZiWĈ<~V[ÕsY7>f2<{yb5/!e)1hs\n׾AJE-01J','20250817014846','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0921473000a6afade0bd05355a4879f3','M0_p8|.6Ew7cLf͌itiHn8+l\0=xPb8QNM.8mQ[EnzG;MQ0c$2p1B!͚tۥ$=Rݞ.','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:097da7ac2bd41d0dfa91aa88048fd809','o8R=oNW퉇$$hT!UOߌ(kjO~La;ǣ\r*+iVe/:1I,jhNtW>dILem?]>޺w$lhdeUqp8$2k\n&y,m!>)UM\"%`M~Jdxw`\'\"GLp1/EY]p0^Y0r&O\nxkzx@|tJ盟:JLii/P0ZdQVxpevU󩮖uݖm#סW>7faugɣ\\(V^UݓOZlM::]\n8DnCl#⮋P<qpElV\";FYHeY(,tQQ:rzBd?ߕyKS?l~pu,	XdPe廯>i{3$ă&؈M_V??&e_GU쿄\"uհ?^ B.7G\r6F?GBF㐮:Q#Yۑ:19![Xw(+bY?)\"_V#<VhyCζkrAʝ?00rbw!fA@Q?@8zEѸ<?HlFr:\0}@=kE?7\n\',\n pZJa@-*`FiE~IGG&.8	\"ޘw+C4d\Z+Y4Lf#FS[ٲ}btoz6_\r`lש@[Uw\Zz,m+@~\"&\\ₗ^h -ǳ[\Zea6e!\Z0K\nUlK\'NFV[N~Fl\0y:˂$$aWjjk%QU(|4;JaZ37+*,hZr]9ySV>:ZuFQB6\n(Aoxm0U;S\n{el-ꥶ&֛_','20250816225341','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:09aa5f90434b9f15947c334898906176','UMo0+B19qڬl0`ǁh[,0\'>Y${\"iʲEtu.rK98&R(l5s?Qa!\'$skipB+&1s$EGvcJ΅iϢe;qZ1(!GV9mgMvfM:+؊+cB7uvm\0M!I\\\0Sp$-6M5Mjɫo\Z.l%%R\",c;:)r\"B\'wP;X%$(#yxLiD^86X9%w	cM!y9{ʧE\"?_fmFMx\\E]/V˛:G!i=ME{fnzG36\rZ\nN6`&4Rc%,6`PYdxǧ\'o\rOî`c`Y\"65)\\)C+|h*[e0M9d:V`<h܏PLZB4viq09ھӢSe)aޠ_:Vl:qi_6Rqϖnrj0xFV}K\nqGv~Bۅ{\'yKjNW~6_?\0','20250816230254','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0a144d0b4d3a4b6f959471fb1543f3a0','XK6+bmz[,{nD[RJя!\rH\\G\Zv_Iqm\ZV93]O8:Wp-x-;^VdJUDMFlw[3WJW\\RIS!̵Vzn0}%3RUbwqÛɉV/7ZljSP,5p߱u0\r3Zk\Zβ)&/3cǪJ,I ;d~ǵ%\n~0*i$NiZ3N(%\\K⿶7Ba.;,P2uAAʜ%\ZrfqEJe9yhP_mg3QN~aV\rp̐h%8;^+_6Zm\nw+J\ZgSw;7z}	9Bl,+V&3FZetde/~[VbNw_\\n:?@kϓژd7ayIޗTX,4]\'\0-@(@t-0\ncFS2wч7=zPDӧu	IFqFRY$HN<$I$&ILI\0\n!xI2B!+.ȊgYiA-\"A)	 ENBxʝ8(rzDJB3p(38:I^`F!Op`9q )YRfi$H\nr\0>&6ؖ\n\"\ZX\0݋чH@zb%!@c:&N<FZ:qA2[ mTp`؉hdyr`l	&.vcc\"\nNCa^y|wX38W[c`cm`zᜄf\n82\'\n]K:\rM_GStR^3/-=ѧm_}F5ҭF:%߮wI,\nɫN?+i#>(dfZw3Ufs}1x+iٷfmo==|L1&˿','20250816234951','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0b0422ab04c2a26165f4dffad9195e9e',']Y+Ri\'\re&OJݷ6e=B;힞ld#K\'$约qU૨\Zj he5ug\0E#Jp縪\n$\'\r7AK䭗|]5vִedU쑺ۻõtEne#j&lpW\rreCY\'gAY=,\r)a\nU٪avQ2dy@Gq226.zq9ij99cA	ytmh8i8@T]4eWqmze,G%TP6qgCAY-J@4,Tt糲29Ib*V50\r\nT3ϊ=CP<Vs\ZAn~)yP\r٧@ذ\"o@Şgo)sOX߮*A\rul\ZR\"u\"{J\n@(L̊\nĽo]dt\'b\\2|Jp!9N$\0aSHgcb{[WCe8ñ7:\nkC7ǳ,vYugpȰiS)G\ZOyr+VU(E gxq5vp=$ZYPDZ+%f,eD!-h㮳0yրtkh,XU&H/r)hL**A]V|#&D3S>\0E\0E m\ZtC)OI\"<զ}Wv6r\naS\\!?\"2Q\nRy\"J\Z\0}{;:em&SbZQ~SzeBa-Z˕w8.sIqMie!#6uvE&3}#=&q#XW<|PU9\\X4uT}4ѲNf4,Rn9:1Z9>Ӄ?cfZJ\\}hfrEmu*i;6[裶EdD0zIdfٺڳu\\ZAk$	UEwl]xd_lkI\'3\Z~fR%r\"!nE*laL=~@/+\ZiJ.ko (ꋿFWH6}|ǎ>OވEg^d8f6u=te5ʯyQmvpQǈ?c!\rY=W>ieeQ7m\nKw}AIIhܸaqukZ-fBmq\\\Zou۵Cu|7mT~=u<;׏?{zXOEng*cc,\\\Z6\ZlO`-Fi\Z*{̌gfpzU20,]BCR_q;:#^[P<3U=^6tr\rX\Z8]݀>Z]qumÿ]$w;!9\Z.wǮk`dBEB\rWo혦2\r\rixxÿ]0}7\\0f5d\Zĵ|s0tݘ>\Z`\Z{f\0na&Yu	+]?E$lY\nwMzZm}{ǉhZi3\ntʁ+gyr4]5؀pbˈ nޱ⋷?519Niپ\Z	2?i^D?_5-vKn	\\]GA+Â \'!HZI1Bldct8&IC:4)LƩ)jYؗ}	]t@R96ރ\'U?_TBv7\\3(H~#jb\Z$Z{|Rd#dPАk@Cό7\09o	QDStfJepIX8.5L\r&fg\r>\Z+O2rߥ_1|)P50 ,>3D2FU^гǟeBp|E6fp)<ٻ%>=G8M{1ןUlyzDJ\'Pc|4	ϓ9CL|ϓ?Y\\K\'qG9Q`X9I1)a:q?/?O71\04A	BC댙N7%}\r^\nb/2W3:>/OSX<\ZM&:dVK6(0NGQr\'&=\Z4vО`EkRA.)\0u]_K*P.~ƪ^,V8	|[P!\\l8u\rfTra)7gO/3\r\"\\{ mNIvjg]w_KC\Z,(A\r^4RͯbgKzT_8/`4)8;>\0naYMYX|9߇p);(_\r坼PLDm?GjgUBr\'wtx\rQ]G9ptcےRÒ7G :RoR;!sE*C1+4[qBȇהx͇$T\0q$&QiE*E-I$	?׆Pa3C5.\nB6*@L0UOw\Z0؈?,h_\ZRp@`EiJp7ǕoA?_(oGՍü34PJ\\,ALŖX2=#:˯Z\0*,\'M_nyxv@iC@gԸ+\r8ŭ3gH\\st\'H\')t!б\"Y\0{m^E=,7/\'u/coQQm^SأkZ#R5n(#E#JNgy.<Dؗ4DF*`NWK*tq~_J4(,Ϋ\"=\Z\nѯb62ٳ!NUu_g \"ފ{ }sئ\'<Eyl','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0c4a210a415bf6360305614cd6a0a540','Wn6\"j\"	@3Zb$\"R#c璒{\Zd`l*:AG4N٧veWʂ1Z4}#W/دx#K#!/Dg>~03eCRvֲMN~BNΙ;<Qb-4rd1^7x]m6O]{6}P<WipȰ;	)Ip]k^VZmjFnZِ\"Lwc*r\\T.ϊ+@?JicŅ>{1|DǟG/x;կYmK6\0uYmL/ݎBt`A	ϳQmwt\\.0]\0>9`/iy=Ԩ\nR.\"<-kHJqJHb$PH2\r&q&MIȚ\rC)GFBd%\0I*=-I%ZX$H}A:s$(K9sTi%)86!aq(QpB$P1d)LIlf	I9ڔ.YR2Hr\0͞HG07\ZCE8=b9<園dchRH=Cx%!$\":F$:sARAr!Q%\"g@C+ϳý}f\n^LbNm09<r\'4o9=xgCvo0~_7DWu=oC{Ja[*`\rtBOaO!]z>6[\':IA\'}/Tt> X(cp\\^uUJN(7\Z7ڴ͙9g7F}?v0wËm>;񧇩','20250816225400','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0c6b4c1793b295f8cac12f337742fbef',']o8UҌv`!d4jVHF=%$PJF]s[ 4g&9}^\r>8bv>H-Mʬn>;eKu]=n$lX.ITk|ߔ.khhnw_.ța6{YU\'<d_,	yV~[d?G>}i̠IT\"cI%^y9>̿l*zԃÓ	N^ǧ,s懄~M1#68q\"H9#R԰T0xϸ[*rhp/BhBnQdJm3kMVEY╗_VϗzP͇ZnWI_L5tW꺪;Dg\07\01sN6b窍u5W\\;zGK`eY&=Ӣ,DAԻ4^pgxT_7TPIb:er%DD\0#>L1(yVN3$cn3FߜY\\lWU;\\yK\0\Z#bwi2tG<$pIԂ/b4pG^L1s_Ǭ,y_Y<DaWwܻXE\n۱ŽnrIʽohb6&p؊Lhh[\Z$yay~ozgT]n.4$^<;hE.[De.Vv!A54=]ycKUcaǨ\"4?qJt`L`畔3{c\nf9{YV\\	c4ie]q\"&j^!Y2oϼ0\n/ 4шqU/<CQi]>#LBA4ҨtiޭWuC~}&5Rj{4\Z{A1ux!f}=LsO:IWGb:Cg4qαLcw$Q@;`#hy;ӵ>tdӋ','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0d94cbe0515e6661ee829047a349d4d9','ˎ0_ŊU8nZEg\'q0*DSCsi Ez0>|}>g9I!Ii̓+/B&,?,D }}m~u?ɋa=7SD_Ɣ*S2))dM%*ÍVЌpd(}/BY~Mp(|Mykt#i)2I3Th6DfЂ/Y\\PD[}LI4ib&?Eq4S^1Wte\'G5`Bf׶\"6\"HSn佹A&i9Ix\'TZdϔ8mP[Z83s(G	I0j!iSUrājYIu1~։+ 4 = 7MnV\\a}]A|{LXf=F_֙ՙUvA&+\"fUCdv_n0^׼/A&e^v[=\0lI4g\r{<p0Wc9M|b_t580aC7m,.qg@QRC6{xfְ¯wcdP!lh_g!;hcl`2z7','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0dcf306f08aec07f8d50eb8d3127db77','SQ0\n]R\"Mյz!{VleL B{\rmv?53{3hҗߖzUv4MHr8Yj\Z &:a4QV+TLnM>p.k;3\r@yp\nxUcRNhVk7wߚ	AcCK%%XRA|_FPx0Mp]ző(XX,\Z=\nKMyEeX̲s\nk/n,_kwazi[.(V4G)iKƉe	JxՒۣ{fiL=f\\Q=	3p11A|Ā\Z+H\'ՃA9.EMIZXd9..DDEo{Px$5z*jș:*2E=v%qb	I֛XmRbc?@y\\///','20250817011647','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0e2836b63b4ad465d8b1cf6c15949ab9','=i۸E_Lǒoy],\rYz-$#ۗ$J\"%ݝt źX\"Ȝ/y3=m ;pig=Gωtrmd;O>_\n-חA͇ԍSuHh9^\0qˇnlږo\Zbyx\Z\"C;AxCA.}<lY;O1pO|`c\n,߻ߛ\nxinzXNZ\\\'VDZ\0C!R>HF1⦗I&`qb9*(\'Os\\!=ف@Ɗ16tr}&l^wi#_(g=I9iFE\'}>!GXS/-BY5\0vvg4\"\Z&5=}5Z̐\'j^\05OA \0f`e{gd8[{tGf\nZ2J\r9uo)Bm z߼	B&zw`BhI2LuYA<gQ{NcdbpqPN#b!\\kHk>CGb<^H]?x4ᚈ`H :X64chhɌ`֋=ĜCt?zGDr7erC_#=Y	H\nO2f%ZNY\n3\'2K䀪pe\0U![Lo\rcL\'JE$X9+hFoXzK\\,Lpe/-.kһ.\0,]9RÑ>EcD[{tW5X\r\\\'GeX\r2PE!HEj}κ-I@j~ҧ\\]F1AǿSfv-2(8\0t<5STF! \\|FbPnRN.o#DuݱH\Z5v>՗ښ0ӷ2v(,눁*j)0I,dhF\":;҈å`aZ`|˨< 7ZT\'aᑋ:\nw=Xg\Z#kc!%\"Q]+u\0K0#[(57*ЫLk1n+Af^6zm[犺^m(CDmR=<Bw#OrJ|c2͛Buoe#,U2]U`	L=;g1A.!\\g`j%j	тm=%,Lמ&zUQRpZ\re(`4\"VTDLumʣ5Otv\nDuU]0ZWU.mkH\'1:/֕LogKtm\"GnaZӤF\"hL\\Y=N@yyc+hӧwlZEtF(u\0[4jJ<-q5ilh^B&:x][ޅ]\Zov%ԆӼ^mrp^_\\=>\'V/!7	O73df\n]_.ä(tY!z.cܵEcY$PۂWƗuZ.\\>OD۰zwFa泠s}r>GƝO(Fn吻:ۓR_NACoИhl,\rӨ(VF\n-+|i^\Z:Νa\\RRT΅s?C:t54ΐ@Tikzik6}QJM]b%vݿ]a%w6wک_rٌ]9k =+DF-0 E܏J#/`zl/)*_\0s;L_\Z.&xEW+,oݹ]	v.l?LnaF6Od0]:s^B&ǋHՈV7e	wҶ~)Z.i֤\'V+NS*P+CMW6\0\\㱕H@C3U9e#ٙ-?,X:?\0Ql6\ZLeژ4V3gF\rhiB׬X7O	!\'qIv\Zx⹗I,3YF@PuCFUЊPvſ#$[!jXtuջ\\ROsu=~QъпcŖI?DvNCw6(?E\'$_Ejш17\Ztz>ސEߍbx1?7~=XVs>bOGłɕ>>N	g1!%+m5ϫo;]͇O^}`0@l1@xK\r}GrPp<e{33zTIN-y?|P`4^RB)\ZJ\Z!Z7Տ7:ѩLZGtMFv^~ۭnX2]#V9Eك0-\0Q\r\0\nFlHƁu\rFL_PÌ)/Hh-<DX9XgY:5Y}|[-xj]٫?g54]&1C-g\ZE\r^#CO25}~#}1Z+\\-zmLm}4ՙ}D^`om[`y]d߬J&lCU}3u[|S7^\\@Ae+4h^	b @})]ZUZ\n?G(+ޠ\n+_nm[_tMg/\Z[>zm)\'yAݬ`f/ޙ?W䎜T,_fB޴Bk(TGꝪ/OUm]+P|D9k@X;}5t	\Z?#UѫWJU`s:Sj|fh\"\ZHyi+;6Ӑ)t~&|χ\rU!/Ro\n33_ʜb9<&$|<cSX;]X\\u6/\0:6}tYqaâ`\\CT(qJEjl)Sq|>-ľzD#&WSd|Bc1`n\nn⺐uKΜ1<]L^i(|\'f}w(k1;iu*֦^4 yPdᔺp&\nc}R}-\'o;;ntUE{t+2\n6_&o|h=@DQw\'^Vl2hͽsȡ$w{7yLbcs6ApEtp`\'Bɉomm Jx! cpyA,f\\;Vs&)N8g=;~zw4PSib:;96ۗ3(hB1`ڡG`-.].E\"L	T6	\0h3z`ټ{ŭ~x\Zr?uɘÞ2 k>2*~p\nЮlO&ĀbLAtlm\0D%X,7>!vEfM)ԡ22ےΔz1h$aou<[תewwإAv?gme2$OmbɕWx߅5NxA+gb4A\\1(PPP0ȕ\r5\'Ή\"^mvDkKlJ75>V$,o6x)QDjOi\\Pp?HB1D}Æѓ\Ze.30HDMmt-r||hazT\"p3OJNDNg	&0Ћ10-h;9䈄a\nUIkKh-! \'ya#[-ٷ̘yq@0%Ah912K8!\0$Vf9yA%d\nhh7LE&ݜр6aG\rO0&&t$wjТW=ԣk,nHh\r//hCd>@v	_Ы^5/iʱKI	XLxKj/еMLD,=*Dx>sU+T[UuHge?qW[%]S<ZǘjI\r\\\\NVtk\r2Ag\0B)~UrEh*m\'Dh &DxArePЧ97j6}$V%|/E#~R#hu;txtֈ`%FM=U6}!ԫ+ѻ	F|\nj8޷RPԶeM},Bѱ=UG誚-Kz;aX>K0bjQ/3SY4+2p\\*h u@#/*f.r;-rr`\'WVHP*ą)r$J`\nV-= =E&&s|VBB>^.8!x5Ӌ\\a~\"h8\07T[@NmbVj|ޥnJm\\Lqga	q&	ttҹ\0m%MCXU^VrӂR\rךr\\\Z$5Gu<&PfEY=6(tݖۧVoiӭr|\\_j@eah6o51į1F6nMƅjRVr-%w]qq\r3{A	:\n[%7w	c\"\"ww\r$ޑC}mGV6_\\zͥ?fw*3dsA*ͪЌM6r;povIxCKqX\ZybvL]Vۥ0{3H&l/|vw*NVPe&}՗hԟf\0ot6F/:os^:95wcM7`yB7;\'҉\nrxţ-śTh(TyV%dk=)%)K*D\n-\ZC~P.\Z\0\\xd\0Ί87#qN,]RLN.L6ޟ=\"T ЅyuOȰ\ZJOpЁv*\0lp{5+aFyom>.O!ޗs\"Cݘ/,Mt%,rKr\\ 哛%j(yndsI5<KDӇCE\\qTb˶19Uxo t/ras,4~n\\XL,A5\Z`-J7BV1MR!Wh\\ZyU; ;>֧!B]I*B\'UV<^ݝJlHmЅj4I tF&CZH#LdI~}Ḫ]RX:x\"OA(|(xc)ʳ5i(Q:\'ڊ{x\'WG<|SNh2ga7)NOWOuL_U9k)rVɢiXv<GxRq\ZVB@2[lv&=*5O\'hqϋa*z\"W6z{9$Q_j%n+%IVqcuдtc߾g7D̎\Znƿ;\\!僷\0{N̤`ZaB,7cW`41ww<W.x!:|V|Zx.FH$\r{a\\?:b6ongǮGd!\n9A>	|QS2lq^|,Ivϯ rّtE:_:s|H{6`%	d!YԶx/Ok\Zm#-H͑?͑uUxnLGݜ9EB˥Hvb4Ӧ\0_~;fJCAkI>TqͺJ#{e^P*vY^hlxQ 0Yv@S*\"vﵡҼXnk4cjyYtq2PGHI/]P+=9]VL,+̈.\0-@G-l+ªy~P00κ-fp[H:4\'\ZlSՌFjyCZ.>)JNmj~\Z%\r?P=hz1G	QH#bzz(=֯X[=C4VZ7Wn7LY\\Y~p_l\"s0%4ȈZ\\E͉ڞ[Xý^ ^>n\ZƺY?S7\\̵BdJRl.{%9,)I$8;K(Ť(Aً+$F;y	|z$Z9ħd_!Iµv+\"f4B~4i\"[OA0̈́\'Tv<YY\0qvv|%=]\\ic/ֶߜдSŮf-(clSkXH8B`G؊\'XBFv@ɛ{z[ɼdܸ*+D>*\rkW<k\nV2y$悜ArIPTiYґǠU4ƻG#zähi+YNR.#-i{`ŕQ+ߏ<=6ssK-*u0LMl$k,^3*J{N\rg#?{OR6ƏK6뱥M[OEdKhHTX~~fBc@E3W.~+=֓^6myy娽\Zl7qxy%Pe,l#(]\0bA\'˹F*7 \'#H@ߓl<6\n,NZ6Fg)U\"|s89@Ţh\0^39CܜdZ/v2SE#7','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0e523da125b02f29409d82417f85a9bc','UO0W*I+K\rmhLى/\rǎEs6\';6ZNV<o;,Rb\"A\nttM;֬Fm	\0Ӕ*bjwD2jT\\T$d--H\' I([l^b3q`^P)؋ׯ5EAE.yhS	xb	6Aĭ&s;B(_&uŕhJCރ\r%Roku~vA̴)56TW|y\'tmeڥ xv~;ȹvw/mͰᲫ\Z?}uq~队$0>QЄO\0DGيͨ؄vrO\\NǓӵ(&Xs.`b2\\u]:7V-\"mf)E\ZK,-PN7Tjڑ1ղ2bn@}t]w*C}( pHIfYlv:޴]P&- 6\\fc;7B8X7ؽ$t\"\ZǗ»\"CS($Z\Z/xYOjy:?Y.$zj[i{ϿU]ɽ8+a܀uRc\\;\"m/','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:0e76158f440b9298fcf1c3886dafe3d6','+25RR--II-/*-I,JO-./,ϳJL*)-IKI215U\0','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:10b33d4182f7c3a81b2a9bf7daea6fbc','mK0m fH\\x\0/P`6epw1>x*eyhxubvyl},bB=:Td!μ.Kä[8w](H՞!Q\r]\nmZ:zsAHs&# q?;`*Kun5UקXp!M}7D\r','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:11e7a96fb15ea8ac649d793127d34100','ݗ]o0iH\\݌uE{5KI%&aLkhA%gZ=\'P}%ܤ0\\=i0WX4c>Tٻ2a=6.B@EiLi\"z>mZU<c5.m\ZX-ƉxZ7)o?[\0{WmD*2.K	dcrz,[&ykj_\rr!&zɼ6hx%q\\Uejzq=θ*uaG`Ϗ^VbE\'ϸSD\r}dF@$@z\0	\"!AnѣlA9>!\"?!Rwfb#3͛f:淿Htn|+fe{B^5Cd	3zx\Z\n;S}yY6yV?Q[\"8R	C@37vf7M`ºS֬;uEH0=QMH+OM_f`U\'pe>2=7C_/xAY/dcZ2CJo+C_Ӭ~ҾL0K}1R^&@O18Gե\"\0a 1K\rPvMaM)Xi(dK^=?','20250817032615','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:12aa2ab505457965f87fc599df5eadad','\\sWغ7>_%YoԤi4|HvIIPdW	dYśs:bXx?{,o(E	k\'~twT2g:ߓC<\ZsPY2K#&í%eO\n<8,oGyz_=QEӲ&q31pCt1V\03Zneug[/.:&37r\n~f\Z޴4G;<چ#W55>տӈ&lU=mX%ջ`-81ø}J*PTK\\DLS\\ZdiD5	)_\Zf_XM\ZwNgטTeAҏ6jأ,Pys4]^<VOw_6,p3\0Pfa)>Ћ4>T:AVmUTUQ֘OQLq	Fl4(ު9X3\n1C?޳.+u={t-bw/ɽlfiq?!wya\'k{@˭t\'桮x6+/W~QW0+8Zݽ:~qo58oҼ*k\n4;q	gEȁ4&U5E^M^7Վު[/N\\Mj,|⍽s;M(uw7M|rřlUz+ĜĖhRYǔbhڬ6\rf\Z	bثi:[;ʞ,RDòFJIO\r\0]ÊOg#;Ӷ\\tMX%qt/AsQ򪦮G׋eWJ/X/d#YXNC7Hc(0\nʄ):rOӍ:[BQĂ?r9.yݗ;˸l@*xCX M3Z*&:T:D12<\'mwj!@YBAb50LEmfbUg8\'>BＹ\\\\Rn)/{c	claGh1e0afDx^>0wNn\\|3T4O}+P`bǡZs4Xw_f	-f͢0ˇ컡`<|+AQB7ČZDj3۪(j_}=Dz3T,~\nbVd4w~i|#èfbluDt˂VM\Z󱬣Fǜ.s{\"zZESD&|}͏b|wWkc8KH2t3HL1+zbW.Z>)<69;}ko\ZEA;gg|ogѹ	i&X<{?HtOνNgP*}M?x濒#33?\\n?D#snYO\0:|\"OeN:Bw/Ǿ4ut?77!bt0{b>]R/>X_yn~چVw{`j\nz(c9\"l\'3P8k*s	%!gUi\n40^[\ZɊh2(\Z/KC\"\\Y9Qz)y3{p\'\0M:-h\\x3R>E忉wC%َ\'&،Di̴\ZEg}saeK|v3Qg)-3Y`fPp\rZ+\'l,UX9=Ω=ܠfӞ/j}0\"bӲ&gxuwR2w\\f47l`LT\r֗œGsQ|782|nT,u/ԛq[mVW5BńT%=WqcBgW|\Z?8\ZP0|0Q*ad;߬X-ea>sku΃`f5HI;}HY@}bfiTtʲa1[L+rVϳ}%>h7b,,gg\r1.%Q2%Q%Q>6$zuAjVHYgI3nuXQٓ\rTի^>F5l9c5XM_*%wMly>VSw-<>{=	]fW6>zHːE9K1x6#&X7vӞ|MZBlO\\MJs ZFDH|\\NM=77l0hocutμ9Wxė#JG \ZW;oXxe1eQ3#C5)2d[>1ndq\rk6D0ՓTh>1asX3)qT.8By;ŋSE^Z2ؘ	ev>ٚs/4|^Ḛf>(a6`y/mm%D.Πd[AIyp<s0j\"ywpht1d8|yǥcLqz&\'BqpKN99o˯Hg*tҥJW*]A>n!\'λuBP7]i%aLs.TTJk>tG	:4W*/+LҘrҹJ*]tҵJTQ)g+23TޣRFw\'Y.[~?F5jlB<3^%r܀4$S8_[l#hEv).vT^N99XY;:=!#DuJ!`nWyr]RtTLFl=\"Wvى;tf3g[EureuJGϮ];\\qG.fWS콳S8^lqvZg­v:Y`\"2re\n+\'+g38U!v89]Gitͦm4854#0	KfP&͈11rb|DhZÀ{`Ȟ@2-rEj@2\rhB͔x\\]4C@a	KA	D}lǶ=s*\0!wtwwwlwvgdwvw\\wugTwuwLwtgDwtg<wsw4wsg,wrw$wrwwqwwqgwpwwpgvogvogvngvngvmwA{fEОà%`DLh($9ښyni5shi0hkCǖA0@ښ.`\Zr5#fDО=A[Ӡn hk:\"P̥ښ!\r@4, \Z4@@f\n@C!DA3--ѠCK4, \Z4\n!{cH4htԀK4hFA3\r@A\rM\'Q\nhLhXB4h\0Za	Ѡ%`\Z4S\0\Z\n	4,!\Z\ryniZZa	ѠP`H[F0@@X4\\A3\rhX4,\Z4\rhX4h:\"P̥Df\"`@\nA3\r+$.#РPHaѰhsKK4h\r+̀{`Ȟ@2\rz\Z4]\"5\rhЌ@\naРiPD\nA	hB\'`.%$\Z4C\Z\r!hXC4h&t	B\rk5Df[ZA3hXC4hCǖh0+Р\r,hЌ@f\Z\0\rkM%\Z\0\rN@:s)(!Ѡ-;Wк]w`C-h]A+m\0vt\\i/~%uc{\ZXkjͤ~>{r{]i_0HMx1sͱJC[;@y{/u\Z<sKݹz݋NR&eZxN@୵m,z-4Z2&8S?.xY0\'g~iK6cq~t\0ggQl?}\rnc_ ptM}\r6QPiwRߋ6o','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:13621c94c11069b8012a321372bca599','N@E%ꚩE;Hk\'N-<%mH	U˙kkԋ^n6d,ʃWpXFJOZ&2?ߌń*R+B6/PJ\ZCed5y&*,*ȮEߢmB(VdvdW,ӿ?m#9C/\0J}4!oJt:0kl]z&}	!BSm]$yetNŉ7[','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:13dc17863780ee9b32311ab80564be42',']A\n0EzBq x&c;LB2\"%x:f\\|elKUX	T7rJQ)O]5oyK}˟+:`rjE,hnx','20250817004321','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:14e1cc66e10d19512edac80c34edce2e','<ECpa!AӴ~^Q4-іzE3!%Y$vv\\N\'Qp^lShc\ZI0ǧ>Bet2=8\rI/}Ecg1~C%~qx~CQ@7~~l\\?Kzoςع&qs?l:`ə;?LӈOO9JOwgc6l8lmP+΃xm{-Ft0b^&N{[S\'{ mVvhlNTU`73.xĉ8W4\"dg\');uSCA;1|\Z	{21 z$9T9TA\\G.6*攄\'۶f[6RFoel}7☤zQDh%[͡nT^T5Ŝǡ=>Zf\"&s\ZHvX86Q0l|(^4J\'fOoڥd!fq\0)w<D\'꠩bwޓ0[l#U&[xo5^!9B,~lE ?A\" z4w\0a@\"\Z|_MI9$aFrJ7`M@EdLhU[n@Z̉S*#\0r=T].5`{Aq\rl  FEM䴂q\'C!d\rt\"^\0yЧڼ	`*Iyrs;ki侚ҥk+ U|V;dT:h&qz\0^@wч]#epI@=2-KMCoĜ!I4ͼF-$/<FGr*ekI6Ҁ7dŎ5@怒\nt\0.;\n<:|֙b,|0we]~&z%dE#JfF>xΓ&հ K(H\ZjTۇ?eLb\\]F\"`*ncoDQZ*e	] ܁r(^Bid狀j5\\\rF[k}v\\(;-K9l]L|>O\n<E~q߯kumqxoh~~#;vd2y/^Py\034x\Z_<|s|)h05o6S\\he*j~cK\ZRo1ߨPчp`>R|01ptu8Bb\0xmPO06พB\'p}\rZ?#F˽E&*]):WgSgg@*߆\0|(Ľ+~u15a#!J.\\s#IКoY	b1s)8lħ$tLœ7=\\RO݋\\,JqMyXi;2ͮ\'<%/))$<Szkq+HXq>A>G`}MK1u9c9큌T$ciw?Z/:M^*{4]$Xq(V$j}On~(;{V\Zw/YIwBu6J;HKjÄY?&,Yl-Q4?$4bMGIDMˋyJC,.\"Oo$&X%K ٻ{F?<բc3-g!xq3\0j@Gو:d{yni,|4>4>wlX׀a-q-E\Z̦\\ڇrj8U=[ʇeY7lcӒ]M9w\'kҺ۩K*pftDn?ݻ֘uS: \'?dB&dlKo*L	ħ\n\r\\=z8%13W\r,ls}G	uE]iKALww۝q**Z[E9XZNp}*,h4[G䟉u2pVdVglezL0`JdDVw8Z\n\'wJ\0U̶̘>eaH j~ȠbK@#]\02v(8+\" a\'ꪑDN Bm\ZGmHZob3F%V-?\"%o/ŚOμ)̺3\n,IF&t[ԏ\"e$qNa([cþ۝InfJXLxL_6Xzv.v4\'HN鲮:)8\"v%4e}Qo:R2c|X4B|f;.\"آδ\rH#\r9&=\n0\02(J$osg\ZMz59ߟ{S{4,|6uT$+O53b;^X8`	UwsQ5ӕ#,+9r̃J\0B&O\"uOQ_Bmw74F\ny/z<j|XdXQaŁO,\"iWLGOu\'\'0O.#~$.~AY2\"4LxtU˻~S&kRNEQ	$C~ꤾPcE-٦{x\"MU%?qágs|)e>QPǗ_{s8CG˲\ZpG.}RσV\"Ь=\0$vNG`bw9-z0/_j630C ?Kh?Ur`\'[sCQds[VNrV\nY~p3}ʑZsMڣOm 8xU$\"4\"G ,ܙ Y<fp.ذa<\r\nk=lGܓ^AY={EE+rۡ6°ܼڪv7:wuuVĖ<x>ޑCA5\'a\rUc\02\';\0Mߧ9{XEzsƎER_f!($ٞŌ^i}G\ZZg%b	(xx.B@\ZGC\ZDL%\r\rWC˘#sfdCYzT4ҍ\\p9@;ǯ@,;;^Rtj((%p3\n0\Z~mrkZ0aIǁ7yhccݒK=ޫ]\"BZpvR]ʃw㗃ٞDd(62(agZ\"˪-F%ګNDK&_O&ZtIEϚWpJ{DW!:S:Vao[+jA\nU>ղG\'BbI\0ZjQPt#hN\ZcQj:_ϜYc#jg@P\':+80ubk8tdQ\r#0T#n4QC^7RLEƽVj0a* i#PEPfb7E8STME\\DG$p`a]<cIj 7u4l*=\0NX>@>p@Ӥ<$B25?wG{y~{ุË;|]~-+UY5}9gɗ3tY1&&7Vֵ\"ֵk\Z@ȽJo(jG/Ág]L7䣖⾈D;Qfvz4(@g`%)LQHOU)gl\"S)]{ȅ\'?\\\ZGÅ\r,Q<sF\'tI8Sim\Z*Cab/@>hpHt^|\rm|?H7ϻ}.uEbtG\ZEZH,\\Ѵ*0_Z*˄<1lk\n/+m~Qk2dJOgS=l\\\ncM;#Sqt>-*ް:isv(6N\0GL1K\0[~:YǟĪ+NZuݿ~[[eivlS}r^	|3','20250816225401','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:16a13202bd68e180bb85b597a2b5f4e0','S]0JUV\rVk=	xx\"^CH\'c3uo͠*vf<VdAhQCS/qe*A	85x$/*\'BCqX{Xdq`1DEHɦwLm\Z-Ě`,\rUA,K,qBk651BxhfJ6M\n\0v5C.ړGkj\"a-k4չfU9bui~d%I>iWp\Z:76QjuV@I\"G]K5yyy\\h)6/v|,:+s`mzB{k~M~pzrWQ-\\Um[hPV_\rb;s6e6Q.4Jjz*\0','20250816233233','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:17701114908b36c802e5645a1934d73f','Uo6W|MZ l.rFWԷS*<`kMmѿYva?THǿwOO5pHc!ڀ)[]*Sl|]:nY\r.7g2΍ibSY<.2^eٿ Pm5m\\N\nj=P1NQ+~\0A;l|||J}?@>zд5 oyևÆY7[OX/f\n߿ux\\QJFo*7\Z] \"+¼ByCV7E|qnmhLQZd}t?}[ޮӛscVngY>LVR5$N16sXNԓ&7Aj\'9PHy\Zƹ}h^-~\":#K/#G dFȮ4]e M%P\0e74-0`(<Z)z1Ay%ƑtbTj~6<;\0GCѭ8Wda)@Vu~(M+(ŨcBF:]m&\'w(\nNx@J%0EWNzxY;ė0JcB/*`({?C@LI9al.jgсpſۼkXjVť6X68}V؎͍\Z	M\0pDbH|}$\"x Q#d3q?4݂umImӎ~H+iq˺ڍ\"3i,撩]k,}cșYg4t\n,5\0)(Je!دYM[fIMMU)(ܼа@Lҫ2Eau.\'c8 VVPP?g','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:18379eab2967eacbd2a5dd1b0fdac01b',']s\ZWg:[ݝeO霷l\'^!Iv$O~Hplh*+/@-$[H<@h<㵢_%5UG/kk[h2\\IFN^}@Pl,ϳ3{؞TM%y8ac}o\'q,z#חj\0\0׀~24ye\'\Z~ޚ.D!)K\'HϤ!.A@7\"tx6N:S>SRSuͶB$9tU1$pcZv5O4$`6]3ru`Fd_-.jĮ:A	=z:\\Kה0ˁXT䓳CEt9*ft;hxΑ`ٵMPխkbLc	>kCIutMK^nZ&ZiX9cغ_\r7@2L`b$iʹQU%cSD􂐖Ή#dk,gi(*b5S$	wZi\"D\r+(\nL|&$%␁mAGiJS\\\0*|FAbwC֕DKAXo]1Q ntD (|JbדXil〯.Օ\n!j!HVP\Zp7woۖ#vͳ@3naS4]*t<et-K=ie2ATVAU<\0@yxX\\l︸m-w}K=)FJ]t\\<lMu U6\Zar,X,6m[BXe-9J؊3md\'\":X{>bb䰡\Z)I\"<U}*Wr]@a0aEÒ__!@	,y\00܎Ҵ2Ȣ-Q*ԋ(-\nk0nWXqv^k\rۨl)51{%\ZyTm20\ndᓘBf⼮+$*ݣ2~,*w+}7-=(6#B˔Gu4Z(<mCTAaѺB-\"%&шXL\"3=֥-T?*Z!1k*+u&FBo]FZQw3Z*w8/mӥ1Ѵ#U*`(1(5K\0hjɓF ĩj/\Z4\\J-t-.,{-\"5z	⸚56Cd[׶]\Zvx3٤&*5Fz\r\"&|~P6+Z4+8Ou&%aNվ\"L\r\Zk4u\'\rq5k-owax\n7Q<G=4s/\\?~Q\ZZP#,\'WVg;kZSj>^,f)/5ѨGF\r020.U\'T⹛>jlXk ~-\Zt9FUjj/U\n;pHzծ\npɰ+vo^\rovx%3զjN*2OFn`z\rn47`oKăT\np7hRЀiŖ㯱&S&国kt\0k0=t+01(K_MXa,$ /eYWȕjQ\nYn;NH3J뱖KW\\9@ki\ZK[JT~Rŝ,uX4ӧ93A[=Nrxb@o[q%*ymo\"BƕL\nV/FCAOq~N\\vL4)s/7%?gye,	l5\r:Dଡ-zhpGI4cǉ/lmݰEbS}΍I*+mPъ{GYH=l}1SO8~<ϖ8ZgY/?ElYjDbG<;b냆^>&߈b<g\r|bSa #X^rs\0ŉSwn`\Zr/GO_>x9j@H\rGrPז\re{\r^UE0Y4~F\'Y4|;ҩ;,lPa%>?>TMNu{thn3~/cVc8_,/)\0uX*_cUp\'!A@5̦/l8ǁq5FPra݌)7gN3tL \\y (YST^ׂzrf]=wīC\ZMOgsӥȐop]N_t6g9YbW~a?Nm^`pSr[?qۘ;cp |]=Ǘ͊l+leyجжͪǢ>ܳQ@!/;*x\0}֎8A8V\\tjV*$.;D2xg0Owsy1`UuM<n_ql[8=,8FG~#&7hNy0\\W-\\W-|xM|HLBT#> TZe|]B JQUU8(7yVsQrxg@Ww\0\n1T5uuK@94 w\rYT/N3\"㤿d/.|*_aGQx8jpR.bXbʷ<̔\'wlh.0ݻ²R<\0\nl:)k3Κ	@^rm}3j/?\n:b%A3$ٽ;}=k\r7K.}XKG,\\n^oO4ˉ`KkER5tYh*)34OtppZCku{Jec<y{lm+6L:ݯDTnIEؗ/;:!DQaW)@=e?j7z_$AB1^˒XF<>m','20250816230324','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:18af8877e2de4fc3c10064a8210d426d','+23R--OϯNJLN//KMLO*-/sAj\nM-Ҍ5k','20250817015007','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:19e57141f2524f81f169da4a3d71d243','\n0EEvB0uld0LIZWU^u\'ՉPP7bw	k)D`r\ZM[Yƙz1TFpix8=,;uc%f|\r','20250816225342','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1aa6a9c7ff6e31bbb21f53138f801c95','=\r6EXW\\ۻb$k_C@K*nfHId:۬iH9pZx0^i1=o}?i<%XGI@h-ңsN[v-5TP|u9sx-wK㥱qzB_\nNq)}/nk=vkS{Wۀ%/(ϢzӘ9..ZdGk+ۑTωE&;MԴ\\Z7XsEB	Zf쏋$Z#?JK)5<4pW9LN;6K7##jبFHӟ;[MWQBr]w\02\'Z/[GOԋg	g-<\'1>\Z\Z=5\rcmw~k탼mR,\"\nV!$P$6s1Mŝ-O0߳y\\!<Ly\"cڭ0 yfz3[aNX<UOܚRp6 :]+EL.Uⷱ ]l,&]΄ϻWN\'σ-Av|\ZMyZb]Yƀ<,]n@90a%X+JBiP.b	2l%+\"[^9#w6@1AnG	TPsnr\'~`NUP¨Z6@GØ`O1)<;/\0AhS.Th0*\nvqvP6MvJ/=T8&@UM%7WAIe]CP4FU\'eefxdt5$4\\3=bD\"qq|HSnӛ5BC[PkP5<A%fiG ?\"){lQ!1ОAʕ\0\"vɚ\'[S8;V \\NGoxlV\ZlH\0<%3wI>gNf5T;j^(5ӁLXwt疒0:``ॐwHzagsp %Rҫweww!\0qE*t:C0֤5*F\\ZiS\'\\c!><FĿ~0,&]-rӥ_0믯\\!b͛zZ,^JUnQ5V\'\Z*KjFO+nGz\02=W|3JfյIZ:+C=\"}U	Vk\"UצA\rm8}Ɋ\Z)n}曯6߼}0 (JǨ2ʤkU){A+#9>Yץg\\cAClm\0:L]啲Oe}p=wsY/ySiz*\"/~RzxLMZ$C5LeJF8k#g:/\\~ѹ`E!^Qy2})I%+gﷹDڷ%*\\_\\Y]F\rHxj\r[yzA=&J5e`>&i{ħ)iZċ\\,<:>׫(Zu-`|D(,#\rm%IFћ߽?c\0ȖY+޿y1?x-l\\\"\rYtK?i2(Y9\"ۘ\'qeC[-_ke12<a~yWS.\"}B_a03.g(re7r ?ULP?\n`K\nl\00ACs]!ߜ(e4P2\"aFeZP;qnP+~>XX3	lwUO᷏J㲰3<ǫ2Rܲdӝ@M+1V&k!Kd)\ro %#	{pp\\=elp:-0J.Hƴ6Dߴ7ksk&^A6!0ƗGH0krȄE&Q}x8s1;[	-?z?eКwbq\nɩ[n5\r+WoI\ZC\03nLf;}@jQhXF|5x{8HѷMGcw:`4<LP\"-\n%5#3|{H\nj]z&VkMN7c4\Z9Z҆ $Wn=Q\nˁ%XhjGWʕ%T>5kXsSKUP=\rުp%KzaLeL.\0;*ؔQoD=ZԲ!H/P{2Z~q.S\'gh\'y}?3VEbW4ܭ>g\no~Dd,+q<JYAjЙbi\\,Zt;N8f㬜tH6 Sأts6ԛ;S]T}*wLuŷPJDS(fhjSܝȷKsU,}(WxNiZR}hKN#>QL\Z)\0>G_Bl%~su/yD Ɖ6w{m43d55z:r~acxZLqc!{|F#yB	]va1ѻ@w?\0]ĺ^XqV`AܮK#,|5k;(Zi\'LepWē|~*Ie0۴\"SNb֢y9V§ȗS9(}Vw;z)\'|m{Ɔ{`b6rlAʇguu#(EJ1-,cHVNBܥS겤{$K\"͎faW:U)ݽi{$WrYi,a~{W^\nFsp^Jݑ1LX:jX*׽MoƣYmPtِ~ns41ߤ_4bP0$Z\r!ێj.-_I^c5\\N\nR$\0\Z\'s98bu\'WD>\\-`f˩<p5;ӽRU[hm64aL-C&!\052t~\nJ&u\Z4oh:r_(>=ͥhPF;ľcho0:D9`F=Ao((\r<EGܝ7mpϝ	1bȨ^\n7+}P<ÿ=R}TbX\rJ1h{dtc0\nhp|~p>E$\n |\0\"O$`dc\rݞ%}|.JYEߝ\r,cX)~kgb	vٮj1Uw⬞t>v\rLjCT:T\rmgOVtS	MJU_郛?L\0~x)}Ӂ62LD7	`c~ZoGDN|G1j3ڀȋahy]:5n܌\0\r6 eF4Bэ&GcFj4@7Ї\'GAEbf`7E\r3Ȇ@I؏Haѧw@>15l	MJCIvYB<@]yѕ/t六^̏Uaٗ,x9|^gʼ鯨yܠ5Y5Xb;X]2>>~y]~b#cghV/2x^#zTGǱϖI}s7[U.X<gb讱{7O,06\"6K=˓}7+`P`p4OC]%xqIg)MJ=6$C)r@=!1	50?13ޗ9ڝs{ڦ^$D0/u?w3M~!fI\"m^=+1lgw0n\'&P%I/S> ]ɞai@xd|vOVtTIvC39/Ө&L{碲Q=Ƴi?hW΍~`|60?&gk>W>rd~6%Rg9VgAIG,Dx(ZWdox)sr2&@6ջwy9uRㄖFKKCuϿ(c.<;f$⋈n\"͏pqMݔa<&$FmC(^/=\0e-˚y/;ӆ:2ɦiQ}ߋS/g&sZ_	v6`҂=̯e{{:RFr#Y\0(\Z&Zщ6U0z_\\^2QNl$<3Z(`~\\0OgVa*Y3\0ъ<Bi,=,[eV#\rSYgYS2k}Nwg2I)\\pg\r^4㉢%3!,M#(E	sS┬؇*	G1;:SfЩr_)^U6\"Mi W+ 2KL$G}q%;Q!\\PTNtYkTBCt̺?5qxyT*fˌC5qy\\OM=!S3н^gz<RRqRAYh?80{hsZ{sx\ZU	7\0=_b/g`:TvVNa+KF)9*&Ӿ*5ŹkO?j6\\{%hbِ*/cl8gr|\'Adi% 	jz4޺nkӺS]@<Jd6 ?W|','20250817004306','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1c46d9a6645fa429df63dd09c85ceab2','\n0CePvJƍ$4uaPKa($=isxsiYz/l[\"aNL8\"eoAeg,L;(裭WK®2H[l@ot','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1cb53a9791785192dea21b605fdb1e53','Tn0\"A5Gơ\nXȕD\"RǑA0Pݙ]i[ެET\0~¦,܏bT:(4)mnM^\Zfpm(nBLT 9m2Oy6iL%KȑVM滹Egj͝ʨ\n96rNPW`uБ?|> )8bw6qBҖ~pCkI{?9FHW)c2|`s>tdYSH2i4Pbꆨ$OaVg(9+Y&RowOَ%a,g`U0k3la\'zs{9Ft34&9WVwF\Z+вe\'()%\0$-F)a\\L\\\0JVXE>ҕ(\Z.cg?q*r\"4MbFu.9Sxv/cZIU	K*U	=3,$Ͳܢ=]\r%\0Z`8^N@kK-pO;]^\0Lv6%oIM\"','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1cf97d9bff145a40cca91632126bdad2','rۺWP{2B余;3,N5]@$(!&	]z\Zu]v?/2Hz$δil\08oPe i1~%i1mc>640Wx~d+tK\"D[$chDr&$?@H>na\'d+<yr:_(e6D>3%O$[hrN32Nv1&6aJzxɶYVۀk\0S٭	4ƙ٨`K.5L\r4BSX\\\"۵ު%EXD^Ξڽ͎ xjZ(HhQxy,gHs0:r\\.H5uT5\0mWMH8D1JO9I(FQsB\nxi -ng}*v#x܍fSR<hhNKJ)^pɨRsVE1ʦLk<JFik-Z)KD_)bs^ryr	~:L3>JAǊHDʕxyiJݴ[2HOhxGWБ\\b Q 7K-w:uxN|`9 HBRBꐉOj߄3c0VZV8!7	KѤ2	\09N4ȥpG6.W7{ҜCh\ZGc=yST ,tG/S`B͘)r3ͽN[;> s	~l8cx(qQBizJ-#hv;GG;rdS\"G;DrlC&-Q%3p/`E|k60nYG-6hY	\\:)E\nji.>pثBfwLr:d\Z~noEځ[kuiYA҆\\q6\"t¾ \n\':C\nt,	\n\Z2IА䳪RMk`.3L>\'*ZFK.|eeDezD\rpX{T`aw#P%%X1WuT%ehZ\Z~8Z3T4&^ō\Z;q*MNt\\sP?tU`4\"#ͿE5Mo7k@L\rv+YhFMxTNG$CB~1nO&!v!U;2eϡKWK\'IЉdckRd3+܉Kx|OgD[\0I<r~oWh~G67IU\r&$<gUm>UN3O\'IulR ^Dֽ>k\'Y8R@ƼRJ佺Հ/y9bi`wl^qSݡK{ȉꞇr\"$Z\nN3]iyye8_6bNTEa\0-Gzqr*D\'5KUM&ĩk@ٸjy%\'eN;sB]ތ\r(CkeVȝڅNL跦lUT8	)\":	Ԁ譺3+uXnC\rRu+Kô#%QUskABA)fy.[JRHV#	$S;!ݝ4,㠔Nq\Z6e-2TH4mkI1J*#Y\ZO8	8*r>~]=l	ن%uƲ[o\Z1n>\r>\"\\cJyjO)p*I^RqџON,($\nԟRISZ77Q˻H`n}ӴCJ; m_$PMg>ּf5eSZʃs\n&m|hQ1.}S;,8(ID,\'Kep4O6L}_ ܚ{˖^mı5Z\r{kcru4gW2UuzgJB*?^-X_o6f4`|zJ#[95TІ>4fW5%߰-4}䣡ޔft\Z|K,( &!)\Zg-7ko7bcñ&Gx\08<\ZOU/A `ln7}(z`$hܦi)-qf+0MYV3P%KoQ.9H?@X\0朔%x@W*\n8NsP(+F_k]#{rGj|Ơ-F|YCs,&hn~`\\_Q?yconOx1^O-rA7Fm2@Arߕt*:g9|cgߙ{y~Ժ~誆J2R?l%ưaAdH:rK@[ \'Y*~sخU_YQW<1C)`^oTPǭ+K}֗#X)&TuB2hLk<=f7@Y1ZT\0pօ\"l}BtD,[{W_)cgv]V2n p!֣\Z)o\Zvh 2eU_r6_opUӯJyAnT\"IT?5isbX2*7','20250817042052','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1de567179cac1fe0e55e40cbd6e39566','R]k0+ElNӿwܤZ.2nnrGirE,4Hxt)\':?#GکI(Ab8Rx/lfFLV@uu_aYv{tbZP/1e,Y[%-aIɗ\nWtRs+M>/%%j\Z)6fKm[:пziNpҡ$&:rF!Dl2&_$ퟕ%0feUyzwvn}t{1Yi0i|p>9Ѩ,>v7','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1e322e751523fa4733b7d772a0104071','n6WXXI[T\Zͥ=BI\r-$e;kw(ɭE{X?ypexYZ\r2	q&u\n{,[(lvGWBV+=(6bZH(duL9dJV5sbp_m48jx\"{}r+j]\0i`mLϟ+ۺI]\\NeD#t̳`C^C!AzEpu\0D9/qMЗ\'k\"~[ƣ;:|j7ϻJ[W.\'w!jh\\ævK3M50Fہ狢4IiXXҟb\ZER*,^O*H)QDh@$L\0\\\"zbVE(ߣ\r*ebB$Ǆќ\0,G$1]8AK{Ϗ@?,\"As---VAyD1*#Z9(#pGG\0O4)5m1=\r.S7<Bg=VLB\\$/v8kP.n|c(3V\n0I<S@W䒮@)}KWFX+72QL&o``\0ǡ>-8;GO\\+mضSbr$.HKDz,a(KƋJ\0e!pb<ƻcfm[[!v5G\rN\nMnyayk,4Z#5FK+\Z)\Z^ֲ85;d\ZǱ\ruM+ty?t[X&JmWet#MY>fb- ku\"Ut,L\0KGxHDy<N7<\\KJ%viw҉=̪Z޿;n>J8#I]1\r/\n	Mgx\rE?ɵ]+\r;.Mȵ}*F','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1e6c2f924c19938389b8ac4529857131','Un0~jj#adMib&I;I	Zmw}uV7[Ȯ0ڳ`Yy%(c^go&y?_?Y\rF\'5jcAqzJkXz`E3bǂlUMqz^	H`JPg0zt&]iM%1W3Sy\\u1zkiFqeVHl]О\\#t=&^(̯#d`Oʻu0{2v/O$f(\n|=m]yEؼl8)L%( *tw6*;GOBnh4UGzSг#6n}vҴ;2z^׋=N3\0ai.zC;Cǎho1sL&ݩFM ŏbCπWBհE^rAAkw4km3/В>P-D\'D9碠4^C,p]-l)(<_,m4}Ӊ1@͛E@eb[wS3$~ƾLV덅6i)8Pkx2.t)K贈Eɨ;eDo:Zo\\;RO++Y%/cUNdCAf.I^p_n?4hp}Zcl _:\0|I221\\(FWj^Dc`@\nzH','20250817042053','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:1e875ea5b78a473ea26c81c454726922','][s+ST%1sTgxS*c$j :,!B(h}6knVRqO_~a%}Ji\Z/h8ϻ˻2.˧)M|vg2ѥٿX~*A$ >Ud~x~~fϒ-pAN	&t7E:{wT8!UYl\"J@wQ+A~	b[Mx$ xTpQEm]CdjEⅺNID@.\Z52hV>|=Ř}eX-sc*-fCݪYn݂lՆ\"V=	Rsb@;6:/ТY1T!rB˭2\"U~7~0K9;Nw?LG$NۜVt:,C)g؟U܏yY\"\0!0֢Xع!PaPPINDq\\\rMލA:Q{U֝QضpNfom\0VRAcmQt`>n4%ᜀZ1e>w`B}#PpCa!2N\017Xn0x<*Zܥh.j	i=7QMs3<\n\r#ʠ&`\n\"{ksPl<_\nڏdC~L|t:\\B`rM{\ni|T	<=`4;\0}\"Rip7	&2#_*/0(OLZQz\nftp/c.5	nMb%=«;x!@[:JhbGUw%Q\'>D6>o\Z7\\|\ZPf+[fuߊdSJ&fux	fV&zm(h`|rZh;o1|ox)\ri-͎ݹ=߹s_gQ\'mgyĦ;reZܗ\n$jZ[W{_j.s#_\Zszoye7_4c#(>H-̒ڑ\"	1Aw/Nm?lF{eWОr䙃SAXfEI_JG lhXpHev\'NiYB.ߨ!qgz}xwlK=.uAl׎\Z,Yx{o˕~M|ܬ>foP^/	[ DQ\n*c\n`1Lã>:~|\ZEAhT#综3P @-#P>壠Us2R=O\"S܂*.!̌iGZ-\".s!c<zn||c;MerC_hAͰ:&H^&}\rƐ[maQmkF{[C\n/{0DʂzP&N*aPDZ&~޽d5cI tE,1b7Gml4yܴ|yN͛Ζq%rӼ1PXdi\0(>;7@:!IZ/?\ZT:@Cdq0S`mpD!p8]}_򘯱KcͰ/-+}aX+Ħ:G`F]TCc8\0A}6\Zət+lgq1ǐT:¥~2#|5U(wx$\0<HG\Z\"ko(jG2Kw	as6}BMNwārQ-qgUf=5;r`z!MI☕\nL`k|wM\'z9mv*_HMC.Ci֬Z\0壀]`W5<ΩSN\nk?5peAL$D!Y@XUx}jFQY7jQ:G/X|ylI4\Z@1\rͺY\'.ӎ>G\Z7`YxjN4s8AA/%3rN\"*CqT\0\"}\\B\\@XFsHuU9\'\\Aʫٵ\'8~@,qlOKrwye<}:sճ6$ʛ\ZS;G<\nꘂ_r)c>BPWPS0Elja_v]s\Z771,Ng0SWXa貽|_Z۟fkɨ9FBx/	npdfDZ14@	4,O4*`+2r\\	GUUe}A|X5%&rb_\ZV8=SiyEOn8(L#vAiy\\w\\$Ƕŵ|_`9;1Ό\r_};3_}3kUEA*\\PoTafTϼp:	~AyycL[(`4l oTlhCҲH\\69S\0V\0ԓCt|ŏs?}8V>it8\nIDtRefeKcv\'Z,O(l7NbTv\re9\0t|qɟӇBeK{̷5\"F1cb5Î2	.QՉE:%Bh.hk\0f0','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:20beaacb505ef8abbb5d56d50009bf5f',']mo:+Hv.1Cv4RVpg\rI$sHC	u_&1ccU\'Zѻ9VK^]j2}YWtHouOW60oog38\\nq&D^߳{Vs&~~147g\\}GA@\"/|[dpHߦۜ\\}_9\'4\'\ZUrQRi\0ϫLO_*:_z{:PݐyQ}gB^__nz>7XޮW7l1@h\"Z&[e> W\n\"RfP8*\0G*T<,L`ÿ 𿀣꼒4$\\TC.&L!8s2I}zfh1O>,+ZdU\"J|S\n\'sQ#	*I\0l Dxr%4dɄ@eb\\\0<QQAfhe#M̠	1dyfphkyUٮfpxK[\Z\r7y6f%^q`1=((g!N@77L|C܌no(gH۬ilQ&\rfC PGۃoTO1?pEO_l\n1N3Iy8bp\'\"0\03=|nU)rTO\"@98e݉Ziҕ۝W\"Kۣ|FXЗ-\"7	Ew\\M4S	=(G5dhn˵:\\7S>.^q8G3f-frabluؔFz.҃/454EH7C׉W4tv4F{gBckT7!_d=D0Њ5[mv5JHǒdp0ݘ-/[!!t⟙9BAn?-Jf~n2x6yD\\>+5%lzXHګbɖSE߾Q?|_:WM\'J]l	EG([ob\"_F\'<N=3#l]gr\"@RS־.r&J3;᧜Bt qc~xͶx}w.\Z^^<26z\roNֱDϬ &mo>0iȹ[.K+s9$.B\"ܦZbu8p\r^7b7rp[\0n	_Y\0\0{_s2Oy(K,g$dє3%)\"Df%$iBS;\nR>K:G3SgHD1k&?&9r& 7avp\rHƤM\niRȽe)h}iF\'9._T/<]xj}hpݭ)磚?mm[+P*`A!#QnfdPM\\dp\r(.+P3w08v*<QlX(nh)n`bURᄭ*d\ZbU\'V,3fYᤋ)cͤ.)\Zq\r6Of;Bt@\\BO<xE\r;.bp](XBavJq5J{Nu>՚ao{u;qDÍ\nZYD*rKjBsĤd1*0[-5pT@-C	8v@cOWE^\nzSaT4ji4a7s|MBB1iBF#rЫdlX(OyY&J=NN4jGF%(*L!4,(%f }|\\\n}CA5#!f>{\"2FqBbДuGPb1֘^L\r4Ɇ*bb~KVmcj%T;8`iqSKL l+~\\0Ab3(\nV\Z/T_Q?Wi]ey[M]-1P#!LLK@Ab+K( dMIN3;И3u7:@Oӻ0~l\r>`Diގj*Ǘpf8-LzWf$b*y<|C\'pc\\\n$@+@aK#5x+0Z/F/s`#A dBT3zLlӃU:$=a۔Ǯ&ؒd`EQTkDև_#s=JrƲT1ew!p706$cFBT<fӕ)w2?\"*z?gp\\I,WW@/˖6>=.B7M9%<甗5E\Z$¸\\zW%?%|	D_GUn&:#ydҭT\r\'ɡ>Fg6x#ͿmPS2_\rDs|#P9E=!<4O8*Nܢn|\"ʈ(\\OUa\ZzN߾}Żf,fcRԨ~=$D |,4uZ֓DNeXDn_!\"9\0|=z&\\\rM1n,Gr/j^⤖|]Xזo4AΒHsV7a\\\0:,lb3x\nR]oC.F)̘05NI\'#GgfpÖY=~>nNcDE|2gWHٮg/HxQI=\nS#.pq3GO3,0_Z.+67_\Z:JȥabqǇaE25Wěk^Oh!{n;5U$2\n0@=Wa^HەCޡCCWӣi:c6|խҟ̗W~(=dd/PTjH-*&{q?<GM@)w0y_l<\r\Z=5x?AچrIȶHM]`qэn\'m{v\"\0GZj/I,E5;\0%.䂂t@:䘣{~iR߬Y$yiQyzW9g\r(%d=jDOnIY20OW4%*dKj*P] V}6~L,y5c1D1`=_nyku*jOOS{*Itq!^aNu[OLU`0j:\n}*i6R>nt#;n.*\0,}9Xg*mW\"J;_gˇL&_qc;* (Л$y<uUXu:ld`{f^o#,]Εl8qΑ/m\Zw.Y. pXȀt<ȀNNge\06|T w4lgD$^̗ߺ$IW6]\r`Nt	m֏:3%lnHK5}4ȩ?N\" WEu&#g]\nUն*A;ޞ/ju\"JcH,}jY(WeWNR\n˴^U~~Z\Zmq7-G8њiyۓ+uŨ%z֞huel丰Ӵ^|.Y\ZaF[gNcaj@X?','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2184aaf195ae842e28d681c93ff8d07f','Wn8n\"Btm4Mw)tѧ~yMb;őےl84s898} rZ2FCgX{B`D3r\\)G0sIie$pvR{\Z\Z)i\"ef[8sv⩮IbC]|Y+.t	W4*1{/,5ڃgؼͥٱD\"Ibz%<#f`QlUICⴴYo@wW#㗚q.P]}\Z5JM6\"UQ,s%)+x\nqT2bfݺWP\0.k()H)ښHH}hrܜ1L_47i\Zl\nv׾{naePEF6\ZgYe-a\r:R#qހ~𚄟vvv쇐p]y\ncsEѐ˯n]?LR5a,S~[	.j?cJ5F12|.\0yB=`ӓ	I\\B UɰcN>c.ق\Z9U>\\1]ʋ <Sx\0{ɧ7Jƪ\n+t(6am@y(p˸[0dWGLa&yrivKyG=r@vc4վ&=beV\r9Ӿ[7+RY+\r_4o5Ȩ9#fFStr\\#Cw1E;pc.@j0	ц*\\;}.凜XM⽔sU^FOQ;J߲擆1ىoe`N=鮝rDq	dj8[G 28^SFWR3rAHL1lQp-@W^Z\\BN9Ab\nUa֮\\#$oF/m+e:s^`Pf\0pldBW5\r`CFqhs\n)N\0M1\nBHȦI$,MǃҘ:=m/&fr{s #I)OƌA#zx_m{k#d+<5%ϱE}Nz','20250816225333','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:21b90b9617e0440d7fd51620348b6b19',']Y+Ri\'\re&OJݷ6lw{6fvOOxvtt6}Ӆ#<\0E{aCU6\0D}Z%Tt8ZEǰ̱\"i9e!7jx4-ێ#U+uTlv=t `\r=4y8J=ǀnf4t`6uIˏu\Z4}⃵vons]܎:調yiEfs3\0^gB8x`amyYɨEE\\r8YDSdL;3FGtH:\nqdf莃T\"!b횲1aZ4,b6۔]Ή`Jd_-!PU& G2<@g\ZerwsJڥcY\r34hF0-ruavQ2@Ys&Aꪊ1S&2=[XHkd>С5RlN=vuk<o\\{gԁ&3eRB>I;gy/J@,Tt^29IbĖlx4+bBeRy5ރ,4[yį#\"60	؛dJIK!ۂb1\04Ĥ@U\\LFw$ƥ\"- (RtHV>M1l,[P=7pRUՄ~,+\r\\\0s=Y	gpȰǌ21G\ZOyr+MjiZf\0<<(\"s=\\ϱ;\0B=FzJ݌l\\2z|mu R4.\Zla\"0ծ66SJ..r+QRyb\0\0!!Á.\nk<&[T^1ڸ󂙋tWgnG~!Dd\nD`7}{;FحVpԥԡ^@YaPXyrg5\\vXdoGmsȈa\\:\"YGjO#xM<|PU9T5uT}{4Ѳ̨_KJ*|w׍hxO|an{Pj)rʣ:3UxN4E\\N!Vl]QhF,\'Yfjqfk\r-7[\'Tޥ6\ZuY}ٮi\'Qw3[*w.mו	\\lQDRtSc*Qk\0:YhMo\Z[6RkdѼV\ZɦKrϓ{7bRآV_d8f6y)ˇ5dvnw/ImT~=kj;,<D\n-lMNCm^NV&uftz;,a:\\wmYŬ;Ym!Ym.|/!YCU6*]fǟA^/NG\'Tj1I:.5l4؎ZV3i\Z*wD\'p:U2,]BCR_;:#^[J_<w3U=^6tr\rX\Z.kq7]Q\Z$v%I&6_kW`ds\\ccM\\7G<W뒙zK\r\nrN\'7p\\C07`faw\\JvwMbpCrh4fKؓi`\05vcdji=xJT#\'vPPef*5(jE,\'YhX+$sW\\9@{T\rW vMMq`ѕ3.V昹0\0]5.2`4BO](QO(-%u|-7ZDx@K*=]79%h$q9.Iʎ\'B]\\pc˵a+eYmKsCN?o01#8i(1V\"A\reD<cR&x0 ,>3D2UmsǟUCX|m1SNYp8)k\'㸠V_>U)1?nPCݰ_>!	b<Ir\'[F<Yq>\'#z9>/r\0K$LIMsH[a/|]~71\r8Ï/Q}y`t\"|慓#qǫ[Z)Lы*yb9LԤ_I&^UVK6(0ďQr\'&{=6`K3|A)u\\^s*?cU/q/1E@-LwJ;/NqhGl79{7s\rه,e㋧C;]+xCłyNU^_Myp~7wtT7x]usHyV2;gC>Hыx&`EP;1,~.heP9[\\,\n΂\0\0ϒbI\0;1=@{oDWج>Ym_ՏEן}gBh-O\0{Iu\'H٭*THZO0a\0c:h9en_qlx4FGA#&4Ip\'<+RiwP\\YB>k>$T%T#y> TZS\\BO J4ո(l7y3Ixg@dTw\0J1T=uuj@xѾ4 &,ӌ8lo+8*cw>QT=?>{g33.-3e(&	<D6G\"Lhq4K\0kt:Z܎\Z<B(m`[\\NBeJ;, $]^> }$Wgo%3	zCArk !Ӄߋi&_~9{S~/Țz>P}9M67`5E1QFFhF8 \\{*^R}v>O,x.Nk<[ZQ7˗Q%{|d?p*h+Sw1n\"v\r2魸 \'w~46qoտ','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2252e92a6b85b1a010e2f8e4ff9f297e','X[6+8Hq876JmVqű#c		@\\<-:yO^ET)J\"T3VgÛ~]Q!F(s&Кfb3SW[hh>;kt6a3AьK>Sea\"1tcL\Z#i&AM=> 8UQHet 	noњΖ̠%b9DHATllrJ&EB0TM[[O=*\\ͭuh2Z^eG)yϟ:WjL}\Z=\\qMc5g\"wH0̃/&f˫w#\06RU8M\'qx3`#\'@KҠ߭ЭW3ixC&)9VQdSh@|b׺\rhD=U$OrL]T2pDXqyxX%+b,NQXL;<Џ)3!U`f0PMG;OHysQl|ֺ{شU\0`Nޓ/P.-;}j,f3ƙ&T2Fy><\\:74o\nV4:π|gCdAr&7/-3pcv%ĪxwΩH{!&&=A ZDD2ZW`EV,9㶖,b#/U9(T3.՝\\p Z{Ji+$spmi<0ۂ~=\0zK; \'W įw7#-`Q`ńƆ}9T9@o4nIaxV6jӬ:yZ;Z__,L7L[1\r+ۙp>\n-`g_{Ə`	ʸ\\\'6tIEQ7[NA9~r\\6..{K\Zc	-\'ʟ\rxVA.WhОz\"%If4TdZ%ګ:TAV\0Rd,\\%fr\nt`llmV8+na_vOo\nQkAڝT$u>:nֲ]B8{!i7	\02Cq`]ʆimkk5vwv5q^Vth(S>3AE/˺\0{U	֮c1g8.9TtߝvI]]cf h\"vZ0(Zª\r?z:d,fvd<^):!m]lrkUJRZ2@u5n&=]\"Nl/p0NWQ\r{o#ַ\n#$M;J|@M\nե1\ZO3,gӊ1ҍrI8XFZ>,1`vnѣuJtOzf=`/nN^g\0sZ7gƍkBD9K(aO)=KhI8r*\0\nËfUU\'lSHi$]Vsp8n,@޲[E<]\rg$ײ\\\"\nfZed{Ӕ\0s`Iv4r+UT[do.A{5','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:25b20fe14e0d77217ad61dd1649e9f21','+26R-M,IMJLˮN,.IKU\0','20250817000526','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:27c9e170a61b9398b5454e7e228dcd61','u]n RUj`i0,Y{qC\'7I\"`M\\2XLޥ=Zz5>IuLL9	ݩhʣʛ2O|G& Rklu4fo8\\Eewꬔ~R\\\0P=7rRqcdiJU-ʞ9Z+IDspVGU߾qhol?','20250816225401','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2801df2f8304b3025c4b2059d856faaf','M0_p8|.6Ew7cLf͌itiHn8+l\0=xPb8QNM.8mQ[EnzG;MQ0c$2p1B!͚tۥ$=Rݞ.','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2993ab2bde54ab932ad0d8e162e2ee68','n0EMpkcAiQѪ\"4/<s-ί97Tnq~GDļsЍ\Zr\n:L;IhN%fxY\n30Bf \n1.z\n=PBke&\"w!i VqY	k\rTFZГ<Y!Ѻv!/Smi,B:%O5Ҍ\ZTyy&_XQ<缕r7M[\\3Y_[IO/m9n,]i|βKP\ZK*yy|#','20250817032631','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2a1fb857cb4bb20d2099bd323e2168e6','WKo6+\"6\ZҢޖAS.h@KE\"U~d\r)ea\Z[m8#s|iH+hA	i\\kKə)V֧s;:Wp-+\\VJtdoҊ,[I>*-يKd+g-ԎIQwO?J\\jMcDcdV΢J.N`ay9PR(lԶYke%{Ӹ\0\rFk,s`EdulYU	mvfƊIu-?XڨD?2ehLj-h}1K[YqX%j@ۋ\rAwj/T@2~qMJu}OS(aTn:Rڢ\nzսbѰ\ri_\Zgֶb譪p;lEɕfy6ex˙u|xKpwuNgkgdFAdQ{:|ok5r:en˭]!TeR[~\'hA8I*^b1\0}\00\0wm\'W}\05@\n?XBJ0F{<>֨o..~N\Zh?5!(HB\"\'DbKos$$aIH	LIfC \'.Le$IB!\'\0$YDrG99[ES&\0xcY)M1J3If6%Q+!38r:$`^F\'Sɼx#uF,SH=p\0>@\n\"\Zqpz/$b\0JB$tuL6ԋOzB\0gL̖`Bi0[j8}m=Nxzzzԃ\n_R@+;$la|mr{	6[\':IA\'*ͳ}N׽Q	Xy($Si\rogꛘ]3ug{Ik>ξh\rSXtNb8\'˿\0','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2a52c04bfc2ed9d7b5def074b60e887f','nW\r\nOZKe;NdLP0Zm\"(PrEudS4<_V3y!$c=N1MQ{0f4E\'	8F_bNO;7[~gqf193ů?\\CQHXIP;ʂm6_X=ifGB~X1H>eow,;n$̎uQfe-CZ1bz{Ҝ2{]O[ґW,%kɛ2JBK]zݸ)\0،%gYnN\\Uexp\\ȩ);8;š&-Ƨ#Z?b!kţQD8㌦ݫMݡT7Юs8*tKo-M@X\\R+.Z!yr,O$0G֍kIMP2jnK0$w-whLA/V\'8q,cHHÍܶV=[xQhl.q8*f1nnޝ8댾ҫuXC>LW[/L~eLqMz!sJ~l-Ӻrpdvz4Ł@g{}]BgYod|z7JKJ)p%)0\0/A\"|x߭kJ6Lhܖق(a6Ĭ[Mi7,_Aq6x闇h\rSq`\"(NHrQ< 9v?Wʽ,bfs`5+c᭐HwG<	JbO>\';;4=z% ep ~8+q8F,\\h슆J4KnZ9(aۛOPWttS2@@/^\n!.O_6MKn!c0,G=HjԭM{)QhC(o[ hBTp$r(ajRYe`($-pV\\!ޣGEx5H%Ii\r;to\n\"d\"4Xu%{m,	e*EVqme+!誺daQqޣJG{\Z(\\g2ޥhͰd\r/#`eOC63f_32/RԧHS,=.3)\"=9J>CpZs~N\r숑){.)\Z.l!z;t:sѭ?ݺm\ndJJְ(4&)Hz،:GE;^(άXTvÃ-COeA\Z2Hq6Qv\0,U8>VhA5G$p*G`\n& ji8?Зb4uJNu=N\"\\]rFQW8U!֭t}UP,ҸVBQbx@~ލ3޼VW4!X!VB ^TdiRo*#\Z;DHvLEtٿ؉g>nF=pB`4nrϲg@5c[1ˑD\Ze6-lZMٴ.	m_*\\Z4\Z栁f)mk\Zqڨ@]r=)49^[_<\\t2cqFt~6͐i<!LۄE\Zt-$gt]	Jg|x\"L3*FHuyfʟN\"\"aH7בֿ,yU2IAo?OҜHPqQJqqAx[ߕÁ/r^*<BP26Ci+n`bynWO WWfVmMi\\dy[}Քw=\"T&g`r;B(;Xz,Ii7X{1ȕbw(a<CqVAwUzy%N\"e	:z쎽	,\0o\0+Gf!G\0@\\}mL2pbj\"= KRrYdreKi70Ty.\ZR&/4%r4$b66:/ʁX`)b/-џ\\G\'H9hJI^C`U1jںt;p1f[hJ\\ZZQtIie=0׊\n\"X\ZLI	Hܫ_^N,q=|hCRǴsHMڈT)Pqp{j.LH2j2=dv.ןhJ)v	_߻Š2XkTT!Ժ)*RSTh#Ÿ\\ǹV:+[>Oy݌iѶ	;BIV頻-;|@צCv9|/NM9euD!Ȫ-\\Cz?~6Eql0^\r64G:ʢ0n\0UevjͶaL[wAT +SdԈېK-s\rPsxt̩iU#\ZXW+1hlt\\l4*l|6B=ibO*ȈRTt\'S*@Xmh-i\\V-\n+\\ޏ3g	\nC^HUZY&ރ]Z^<ے5\\i','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2a874eecce57f2edfc3c3fdfb2eb6b1e','}iZ_1söb>/ߐMAEiVߙ&ж\Z!3O<yYtk5Qcյ.ˊ)/e*WEIRG_ʲe~?$C߿ۊ|~][mM7߫uRlհ^e|\Z{]2ŕcGWt]\\؊1I0g:n*U_OUnUV$Ò\Z~VC Cyd(Z#둨)4}I}LV%0Ľ.2i_WZJ>c5	 v} Eu3%nEIw/3U7)cُn[P㊮RkIcﲢG}noٮhBp]V%mM9R^f[GS[}\"ULٯ\0ѧ\\T}e\"j*tSu[WJ$ݯ/\'H0??7%y\'h+b躾^.\Zk<}zšoH+!?TXThEW|w\0{SЧt聝fQ7\\rrTY :ܕAL(@pPC\\h&uT0sAjE:g[at+&!3\\m|:wt1G#.w;MZ]\\K#])M]AL\'Xja`{j;;9?5Zg.fu-[Rɴ?`̢ןo7_i\"5?|uZRkE!dQAEL9|B5}j/bXȳՠ2\r^wakvt&Ty\"E\"XY2Ȩ<W1P$gKƕJRUG\'H-<k&\'Bg#܂\'<A\07]rR7ǆ^	+\08;W{uvڢsfS~]9*XA=a4|;v\00H=B;㡾	&TkQT;&[δhܛIQ$<{{m惓\'fvցC.V\'\'tt><\r!2tGWtPAUH]uP9Yv86:%:\0{Z2WOlaHNk\ZYRS1|tCzB!۴J~a\nlvW[p\rnzu+)-~ߑaf~]=+$oif=ϧ\0l1ݍ8lO`\rGmM{z	8(\"?FTQrRU0Oj|W&\\@F[5(N{ț\\1n.l]Y:ĕPYƹgy\n(Gz$1|/)j$Tcn=SfM:#`{D7VIYFЇ^QtW\09>Ry5椉ր\\\rhk8c4@,tZDE[m	`@{3$bljS	\04ߐ<g=M![1#+Co7[\'\r>og^m[/\'B,+ALG0ѭG|AxG\n\rFwkP[N+\nP2e0U{FYOpŅ`%mݲlpK^Ep>+SNY?o#x0Ϳ3C[bes`&Gľ+sk}^sB<%>l5CMViluzdΤ;-13S\rޠ5V݈Ч:Q\"w#vktΛwQS{4D:u9Bp耪$Ć>ѡu;h6&\'o3&OS 2^^_\0(Ę9Szm21|CQwf6]DϕyF],[fPqPfqiO7mX	B[<4%_5f_G][\raYgfW-PS	(EƬq<!`K_*sH훭~EMq* I\ZmQ\Z\\+(]F6SuA<@\\j҄\\Mn@^ZI-7ĊG\0a9DMtF.xoJejc:Z?6=U*Wz05gl#XLK|(uGi6p6\ZzvZ!o3u@6VfEZY3!g\r̮#gd; uѢpe6l4jKp\rtX|vΘ17ӝIvn@tP`(Eǚ%i(A\r\\5aPWԾui.\0.i\'b&NrXUJjcˌdlAYnGX]vm0w\ZKmKEhnc@=U(آ\08\rv}<\r?~^T(IU271	\"Q@=n)gKvk[.<oɫՈˢfCmFQ>HM6]Ta!ndߴ^mFjfPpzQ,uɬ,ՃURJZwI@fL G\'o9ix?NYҴ׳H1(z\\sit|!IuVlFaxEB<=QCޛfM-`mJW`[m:Ms{FMk9Se\"i\'ZXN@0^xIZ!^CzDqtcg-0(I6\0Z+\Z*M\\{rǎv8Ꞇ6t%<<-s͝ZÎ@1jw\nӪ.ׅN\\V)t{u<\ZZ{ΉSx)KGkkxvPl[nxs:Je4з&hv6]B͉5z:t2+4jBy5:-kԔ1D5魅Nk:6>ؗ\"۬]Q7DưB]u]Dk \0i0ˠGxFuvi,YWau6jj:}aoԘEFd5l	P:Pd-=Rغ?8G--]mr;KeJ[jKTb0\0^2jw}W9Ic8+핯D`!dfiNWmÜ0:fo\rxKΠt/1][uнD㽱4:躩/zi5MC)+mzxĒߚ΢EkD۫ej/)[7j];M\r\nIaGSjB!hs9IRorȲ&M:|#E<sεAiŐU\Zn{:L3f`֔ZoAkF-~OmNٵ2\n\'^<{	mvñkU}@j^g1ޟ۱_ZT.Q7/&ڧs؟pf5f2꺳W+pKԅw^~;/#oμW~v8(ej{ʘe{^Q:빀t3QSZ8P8t2@ӫp\\}l\0u<WPK*4{.Gڭ2=Bvȡ5\'+2\0U8	W}L/SGax$\'ȉ\'ѹF[`CnmӤfad47݂e0ePviSQF}UN	غ`+;1S9سy1_Gcqiے7Mky\"u*&k*Ԣ=iwWMA*!a~0t$x^gtrV;Hk>uUj[^cAGQWtڰँF[A\rͭw^Zً#\r(H;jxN\rPR}[Mnc1C|3GlZ\Z=]a>~fV\r譝pLZcXH=ך~q<vE%}1Go|+ʸ7l◫6	j)QK;rRVNe\\jX+δbEٓ&hNn;%R,^-p켴#A23fSxK\Z\nO\\6F^8!F$|V\r7A`mϖFزevV8d\\Tf\r-5[4YӒGa[ךTin	H6FӔ`vtM[cMLVwPլ\\$\r`@n˧~!:*BPB7ntҦ̒G_Z/ěOWrz\\+wwMV,`A7`+a\0my\0uZX-a4UG3a)gjm!\r囧,o	\\\Zh\0>,0)G-.\ZCʀ\"~;=UA5qT{yK\0:,%y\0MAE1@8\0}{rkX~?Pd޵R!}\rZ[4XHkgeS6G\ZkӒ|GiaDZ	îY9R\0:\Z;!H)\'gڮ1\rM5}OyZ\0]NTu7[PL,Y?V3\'\0N7^SǆZGSzhLHK`\0?nۃqlƪ#^SH/\\skO\'L\0V&|muT\r|x;X<ޒEbb KMnAZ=v}&DRx԰d嬹ǂ8S_yiםt&=fZmZ3*Y;vֻ\"403=UI(P~eWpWF>@oY``Ɋ 5wpP\rx&0 2<-Ǒ|{65GQ7@Bj+T@s<H\0*Dd:7ɖkrdba8!X}6FHڻhޏsvqѭz#O9`}u.^WP6Gcjwmi]ì>	촍Nemg&2_VJSA,1¶pȮLB$yt*g깬E;$MnJuoqXcy_\\ܰn\Z\rKɡ2Ȯm\rpR:w%ZwKM@!Td~D-k5腜VTS{֭!7(A(=\\\'R@e8dCƼߗכZ/?On+Wʼ^+ze^y2Wʼ^+ze^y2W7zѲB3ݷ3Zt\n2Wt_+}eL2Wt_+}eL2?{wox/,S3eZLi2Wʴ^+zeZLi2Wʴ^+zeZ3u4߸`DV2Wf^+3{ef앙2Wf^+3{ef앙^.s~ó;+s~eί92Wʜ_+s~eί92Wʜ_+s~K9{\Z*Vj*=\rv\rdV͂Glp\'%rkh\rO9dNexʬ.\\5*\0JOPg\"o5)fG+j|F/@+h\"G+҄1*DKG|m[^~\r^8R98E:R8ڐ#bUBz9XJnb5WZ,`	q}U!2O&1^f`TbipTbh\\ܵ.m,+P<B*@,bC+B,\"B+@,\"_.k,B}iȯl\0A!*_ b|\\lȶmX|S\rԹ3O^_bZKE/vsjnbNEb116LLVu~-c-DkU4_B7\\/j^]<)U<\rZ	*Vi,\Z-R4x#H)q͋1ଏjH8R4k*vK%3*~Ê,C2P-C˓,\"5YJ?I#ɖt)[@UQ#qLxBi蝨UɰjRR~Ɍ;Gݕļ%n4d;4^< znѧ\rK	6G%(+D;\Zy^%~kklANJӪQ%PLY(vN	4n/L:e\'sj,\rѵr|5ӷ$3uSm4\"Rrײf.U}Mk\ZJnsǶX	7ϔl}\nNŭ{!Dy{BsHjWFl6F\nBȀ/(̪VD\Z<׾:\Z9*H;e5\n]y}D;ϋ2%`jgUgd\0µŦF8bƣl}g}hV}wcqxX7nbHQ.gk\ZF\Z\\Z+/l\"\r﫞\'64-ʺU͋NȬ:(ZlinHe CVp\"\\cn\'EsaS3zOJ<KqHoi,Uo`%:1+Gu,)%u@Y;Y?(P,8Kf7Q,OeC]3E7P_+uR%*TlqOH-J~30\nbXҙh@,LWa1n,b1nTb1nčR8\"s/&0ss2***oO\rNBlRbpQ_Ljˑp5?Tʖu)\'R<Եe q豨38(&\\WƏdt\\VЃI.zV_BQBlSGɯgug]+җAyt\0ٟ?\r\"	Šv\"GͺRC<Ç?<+嫰+*S^^DO_APߪSc2#BmMU8=]\Zzmznk+0}؟^t}G^e*([N57CܷB{QuS{%˖	xyxwY\Z54|u}Eɴ?`̢ןoc+{Et{E·R~-ܠS$[7N(Rڇ!_}CErXX~/p[r%k?<6߂OS֝`\nҹv,}o_[C~#jDĔ[>UCםϘHhwOX\"VZPGr˼M\\vtC_0|uKzkW0s58d3~UW	Z7G.W.Byo\n +x4uy4tSF\n!76}Z	i~w~5yԸ[\\{ZeYTn|GRB{mO|__|@%o᝼gX U]^B\"QXbw:Vi!\Z+YIB !D&@<%&Rrs7LҎZZ7eQc#mNקb*χ}G\nyk\n7OVdQo?	}jL%NQ(|rJM|hn>C%x\r!	y.~CO^&|w؁ci]r3x$`gDʏF^%!nGrwі|y1FB ϯr,WO5[QL_G%șΟ+^!5!5!5!5!5!5!5!5!5!5!5!5!5!5!5!5!5kԼ?}lW4xqWaӃ۪(g4Zc}k-~C2wg(,X^,òq89[8aH@zZp;i07(U-J1[\\?|?,?z8Z[uSh2~MkjĪ🏂ʙ͂ʚ`ME3.Zr/KVQ\'ɾ$xpN3]BsKʃnA5a?`+5A Guٖ:\'`sQ彵\nuުÏU| KD&ߗ\"V䩁=& 8EQ!\"fc/QOgXC8\\SzA_$J ƂI<)sOj`mGdֈ<ѿJUG}/l,I&Fؔ/8RbJ`*-y+G$^갭O*|\n]\rAvpX@J$E>X}o_߯5V$&큂4\0(p/8JY @QB$^ZA؛uGgH?,\0#T(>$f09Y&FR 9|`2eA|\Z8HR^W\'ׂ_;#f<-r,lIPhi~0)Z_%ץ/h _ ߃[-|oTB}t[\n9\"JG1Ha;{Ec>O¯}L\0~-b..>n\r\n)Gᗰae\"sJqEb	K,ZDZ(5dWw\rgﾂe9(:;d2qYQ=s@k磯8X=A|}&d:J>w(<bI~킸K~g>Iw0\Z%4/je5祦Jʙ:/};X/\"<\"\ro-f-$^{۽5ꡞLS5,эkw90y=)kqWEyeτǉ\rD5=\Zp/~e=\"h}o#eAY<D\'\",Ex0S5D\n[H?eht\n%|2qF`R5|gb6g\\QEރG]\r{[.nPCÉQBL,-BwmaNUφ\0ݶC|_)P\n9{U-?x6מ(/c80ŅFu_lLu{/	LlNP(=zރYD!N6؊^/xm)Is[kyTt@痟\"4E} Fo}\ZI>Ead^b`xK8Dx6ml\"w%^aOa_OAmС#zI!A^t>[\"hB{cd[Դ\09w~%RxSDb]z^y!$ីHOۊ|o58JQ&`0z0ΚH}Ua_\ZLpvTkpcǏ)&-o5LZAUhgvÛ#0<!\ZWQC-=w׺\rjSډN\0\0<<\\HZM\r>at;XN6\'TxZm{jнLYUDr?EK?{D#R&$L:)N1{1bo#cp~5\r}QL&a#ꪞq!x}qe=82Ծc	Dɰ=svob;tf	-H\nUl5GJKkx^幌 w:-[\\\ZWx[E_zY\\DGGdFT_\0O:I9*U\'w9.}<{	-jM\'H!+L>񞳬&C8]p hFV,0A)~ Wx#}3*Os_Mgr6nXsSÒ$%F)BM@[xt1з8w~Wu%r\")\"{fީߥvk\'RzJ!6e#S}6B%\\2@$&f3WV8o~7r7]@xvAQ`&/݃GM$u:0>u!±kjn\'_ӈl$CΟL`8WBZj\"7\0!¸q3GdD?DQB^c	!2zt*&yTV\09$L1Dy36tɰPo3sDX\Z.:{Q\nJlqˌ$?#eѺú&7? B_뀕x/ko-PC>\"CA9nJPLײW߇D^ӳ|:WƇ5S %Xz50','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2ab731ad3e43843da0efbd232bee45d0','RMo0+ӤVjEnG`[$c}M)γw/R]3dC)wc7C-\ZUكqHeTK&@UfQo%LO4k-%uBF|3S$*i{~uJٽ6i_fGӂE/ش$E]26ŁZzb[\\!3D>w9k3\'oX 5U<ka{M?\0}DUi.@1R\r`D0>VH`ueоu\rݣxNK5wBvNs\"zOQ.3X','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2b46357bd8559d664abf741fc35d54bb','j0wlZvi`vjj%Y\nGN/?rg$*@rc!$J!y\n\'\'u6,C(XWT(F|,TZ	nb4ǸH\\NzQ`6V\Z2L,2h.)(498t 7))lX	K?#;\ZTrӆRxp}Y$=/c첪>*\r)Zq!4=gXB!\\P	>8\\ӥ\rh{}q.j:\\\"󴙄:8ElD+S֥RD;fC\r.[e5{z!79Wr6̻9&7.ɷB\'}<Ej&_','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2d882276b6a1f061565e8ca4cf733a02','Rn0|`2Eh(-	3gC>?,PH.Ct߇Ih\\0qUz1qYF&G-\Z0`ΥhL1:㠿͌DLb&Oɥ0 ͓E \nHIt.s/xAJrȨ	E;>oդX[0btq\0{˲!Ŭ=(O*>\ntZ?zw??϶7E{tVFT`ǧhvkB,YOBZ]o3:;3DsVNT?HØ˾U)m̭W7yU9OE52]FCbI(lNS){xABmA~\\do wR#C#+Ǎ&2Cx_|fBV氱+ỴR1wu9^IZ̞s/','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2d8be06c4970b6042992719fb5470b4f','\\]o+\0ZtɈIY!n`7!c82R-Ǣ(8+99h/:sY:iROxx<~N/|}7\"֋/F*rEEx6\"[./C\0A02,&Ƴi/H@E+\\f5[c$UK	.c}22S?pRɤR$ib4d*T\'fJ*\'@axq\n[5tN)eaBQfb&0Ca.%b.y\Z#&\"	7D[(ְP83nA:(/3*pqeANᣅ\Zn&\0v3.X5Xi--|LR9m-G1/V-̦d2s<Bdw޻:_̧r9+X;OP<EZebu(<x5lhK\rI8%7%pǤ;C95aejE\'f$}J\'Mv&~7<7_{Dtu:ϗb<;\0HcdH*%\0,6!2QR<2zFu3)j2\062JH:푵\0|c6zMwj<0-t><|C@o\n芊!Fteva@\"\ZPDX!ؐ,%I=2ηf3y|7Ndl.0ʬ4a\0{*bY?@9Ap0P0v~m8cD=F8ˤ\\TyfMr9cz4:>0F\'k£(*HH{Ql&#ClQ,R&2*ECj\rŖG$SoNj=n:p˓x-mK;8+ALFX v.8>,f(8>ӁH	}0Ԗ3P\Z;nZLKR5 D[{** 3QZl Д{s;t􏠍fB(Y~g8]VˎyXA9v<z~2N8xa!ne^>+}cU/OyAa\r;8OnA vG%6s</Q&jSFr\"	E{%|ސ]/NRJ|XkHlZ5uz:\0g|4	.zݫcÃ}oJ:ŖwAZQgf?I߅_,Er&9~%KlpR*3L&b1%͐=P.j	O웝H7[oIZ/{Ơg؝F=%}^d#>b8]ׇs bQ\n=j]멾nRQgs054c߹hNsWw6aW^lAg_@@Ø3U~\n\'Cކ3m\'jKU@g=f<hp/\rr5?>@l\'qoտi#hBc%rf=s{$8Xu1p:>Uk\\pIY2P%3aS\" fSʴ}\\$>3#,qda1`\nXIU\r`Ϩ7iXk\nKVK68֘\nx\\4W0U\"I=r\rt@忧wKsg].uL\ZTQ0LZRk3\02`f$,\n[`J*o +g2\\\n\n %Y7몤\Zh`\\6\rcEP(DO̦\0]\0ȗZp`1hɫ*8?Pηe*UY]JI,_mR^ڮZM\n\n8[2a1Sڧu/)bwVsҿ֠.)]g d[̵dH2>g}Z~Vyѥqȣ˷{sUwvq0-k%vbKԂ	;p%:gBd(D~Im;%~G4`G15^$d]̹\'z.ב*j3>R|~\'%XV\r	b%K@.UI(XT\\W\Z}[:`PQ&b5N*<3FN{kz97\\y-ΖGF~[X7m?E|T$4Z}̭wfvz*_obh','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2e11ca930f98a8e059d6a443fe569d93','ŐJ@F_E\n.J-$x\'I\\	iƠPWs9(WʐK	h`z\ZТާV8SmC-Y氉1J2I]y4./M҃zh\"P+2#Jm,38<*>c\0I(Y/wOK~N3k\nYr	@?xڽ\0','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:2ee1239d8ec2631167f8c1e50cabc51f','UMo0+B19qll0`ǂh[,0\'>Y${\"iʲEtbaM)\n\n٨jhH׹ѵV89rh#\n1U\\BgѲڝ8ӘJ#̶3V&E;&lZ1uwқ;cS&Mp.)8`wVe^·kz`jMkA9x9[Ic:.BΟN\\dYbhfD/V		H><5B\Z%9leXGBH{g~v(iy#=}Yo%;`F׋}tXEf֣nr\"Nj3X#36\rZ\nN6`&4Rs%,&`PYdxǧ\'o\rî`s`YO\"65)\\)C+|h*O\\e09d:V`<h܏PLZB4viq09ھӢSe)aޠ:Vl:qi6Ryϖnrj0xGV}K\nqGv~Bۅ{\'촛yKjNW~8_?\0','20250816234952','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:31159a932df6284704af9404c7ea92b9','Qn0B<(N`C`m%bf>9&Y7$OF?A`TC/ȕn9nDwqBE\r_)JrCszo׃%JyDo?>˖DISoC\\Y&r(/w7ضaRo8\'Þ\nl1meB1ԙ:fө*OUnPFQ1h䊉o\\O@=| YFF,j)(iCe=eR$cr7b,&䔛#d\'߁oԿп|=nU~j;vaytƇ','20250817032641','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:31bcbf67b170bf19bf7b923248363f97','X[6+VRAUWjU5U2.fF;Ȱ@6~2.JD_c쟱_\raY9Uȸ+y<Ľm^nf٤ک_nrA61KBi)>ekZMR%-6ony*z,\\ikT]_.132cT\rzqX-i	Ε+S&-ӓ֖f9#諧WL i}]Y8ۖiQuH	|Dׁa}?.m\rl[dDϸm(\r69nDi{g;-\"\'I,P<JzxQ\'Dv[,V>RZqLR6\ZL`D k(xuUh_3U\"ٳ\'匾qL}ҔDtp2t(0k޽K<TV`j5&U:	Oҹ*0rs&Nx6+rEo#p<<U\0@di\Z\nTɗŔx^8S>t.gnn7\'	[3K\n2pE;m(LxaFeA)Agi13uǿ[h	`3&ĉǞN122_0\r\\8fd+ORLsg&VWSX%EJ| Z]xRmi\"DDMξW2nAUK.ݢPB׋%ʖ,94L{@S0n2cV.uOӬ<y\\;_Zx0guOU)צ,߀]FSQ9\0JP՟.i+|V~^%\'P_$fc,L\0_?A0f?o\nb3sYj4qr!߄VCG*p8񔥮PWYSq.BQx\0-ꥤ\0;E$YdBp3Y͹[7Ԭ49RX]Ӯ4]NZXiV0p+U|d\0D	>DCT~\"eD8B.1k׸\\vnݜwϰi?0K0|`UӔPR\r3g+ɹL\n/\Z}\'rϰ@Ι~z{5v]Oan~ lނ`yO;X.tU1\nV]Q{.$gKs$rKA	vѽWEIsNjnl\nԙ,э{IsL˟Yscs;j|#7Dp%1J^`^KHrBܞۗqǂ]9`oPFhxw+F\rnF.(-&P̯GDq}zYxHs\'hT{a~,ؿUJQXt+rң8]aEIs7/$U*=liT]Vs<DGߢHW|ȫ]\'s	2!k{% \"\"2A׻kh_+Aq7؍n^\Z7\0','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:33305a73417cd08e1fd15905642d72b8','Sˎ0YC[>h-۰3A1l吋FU\'\07JΙQK&2ORD	?B@іYݘt\"H]H\Z=?KmAci/!uK`\\B}ۙJѣ!a9\rM>:oE$Dh_|3\r)L$ֲpbXW}?=Et-3CZꝫ E{\ZO!޷Zn (\\ynJ>*EPÖqؒ.8	]H,GdVϥ.k\'e.R/\\;gf5uǹ\rT8k@=hϢ*q,2Yw=^atl?=^N1 8|!B9O)nYgOR=?\0','20250817004337','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:34168ca2aa7df621e78e52a045861cff','\\m۸+-Qɐ巍C8DDdIn)IQ)ip8/_vU5r\'\nʽ4N`f-u-{^P|-2+k\\c6\0Do\"#Jϣ$nJrK쨇fZ\\@TZy\"xɒ,oGy\"+,@Cq01\0	J{L3\'z̲		޲r\nDuač0Y].>qf9Ha,Id/1LG)	ްK?-W<u1+0W5YC7!UQǀ]L`T\n@]eaBY\Zc%u*/LN\ZFb*8ڿac\Z%;`2(;g!qL^n1lNG(>.eIVe}<EQJ/l5C~\\\Z-1|e\nX(|X!4_t͌`S|\n%vK BfqaԬ~k<of{?kH+n7CigKYi~?RsΑUoR:!Č1W+xuy:yyjv?Q(3Jo]U@򷁘7s:s)k.|m#X+v]h8N,u)+`;Ctmx*)4CyPYF0IB05 AGP$5ٹy[xN;d8t8͚	\0lw-\' n]5^Hvƌ1K+iu/\n2ƻ\nKjyiy\Z5P)h{l \Z^0TD!P[3NC\r>P!Ű̓kJaCj=}0kh\\ *~BHq?}&TzQdb0&4攲}U=$#Q]~#Fg<0oȍg\'.iTy\0 H@ \ZAL<3,˩Mw.+	N^@bA]w3萬@\'Tp鍀2a+\'+#/{%yj0]\\d^<Z		\'KOi-#)И<0䖔(-jXx].<mѲ)\"^@0XKCa#>럗UhvNRJ4ZBp!󝘳 ̯a4(8sa,9	quT	kQesJoapoRJܧ\\LDy,5xNcٯ54|<:㭼gE2ͳ_@wy;Y\"kw[m:\r`E4\Zl:%ޒ7Ib%@]f_Upp0k$Pc%̮P^4$d*`lm3\'`t򦘲%2;ɴOF![P&Q#Q`/aW%%q\\&}fqjwX[=7\\2JM\Zi}nVύɶ_=wR2˦Ziq*x--\0EQޚF	Ajn4,w&-	1qi]/)o:8҄*rm/V(~|X}Nt6`MG>q6xx1o$M\"NtWg|<I-oxF[i9k4bzJbV%ݮ \Zf4\n=b\0FEӀQ:fcIOÂDSpF?N̢^3Y? tײ7T2hvk\rư}_;=[sWRi^(7h <}53\'Ėt<)EB!R	^`;@#v:F0/\Z6A]yh(jsJ$61mj`.U1	ai?.j^oz5%?$L\r8TЕ6*IoFX<hTYQγNNEݍѦ>\Z1\\e&yo^ y/Cu}))`܉ghBQP)˒Q$m\rOO99y\Zo6J:\rQS<L΃\ra{whTNŏ!г<L`;Uš攐ܮd58j%٩`W,tK6\n	pDNUK0{jFn5v)ԙ,Js8\"gRZeܢgψߞvZ%ZW]7x\0Qkhƪx).*{OYˣWi[ԃKA\'pE[F1&C/\Z.0x~xSlUfș@LY7q-K)Z,Ƶ滛b٬87jv+d\rh#oKU$c(`\n?[\'ǌl,\n+]\ZulȑC%K61V˗F5\0L\'FL<\ZB!ȣq@;jƝZ3%^i>EWfUnf*xήj7w6YL#>l	8y,grΧ_K|]ֽUu,z_0r++N&vMSnKLmMJ喱49KNX2Ц,O:NpEo+S4f\Z	5 LԽ:F,K\'\n㥩83]m[}4-O~<oƌm.c;<q14>5Vݎ@QQwF=\'W+l@c@p4Wn߅ʼﰻUQ7өIFм/{\Zةil!_#.綈=u6%nR5P>ey=<^w*S cS7J65\rlڔ]؆0*pLk\Z:<\ncҝiȆأcOT~	A]ؾ{\r7m\\(=6eKmYj=}/2E\n\'Jzߝ,#gkzƨN$\ZĸC?','20250816225342','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:36f5422b99bf6a9f07f854670315a2e5','n8_muV*Q$k0`U0vF}@\'ǀ{.2pj(=fS;lq}xV?ㅴf9ɎQ\"`<uH(>yl7_(A,\\Kǌo&*X8E|U]_]4bm槏!>|l|o߲5Kx]d*es-4I-LݺfTcX),2[MOòb\r(.}~,~Ee2ީ3m|A^lXaK<8xz=1ز mNcm>/^Xk罿%\Z;[>M}B7]x=e>\nu\\}9i,@xt]4px[%X_ɈBz{</Dnn]uΌ\Z[ |w!mbO˓!tȀ\r~8\rۂt|n8b8e:Mx} Eߥn5Ju8&E!v!6d춎ï%#A)?JiN(c!q$6?q[ygZF{ꝅ]߭v\\1ήͫj~*p}>4}\n:;~=O[xEqp[/.d$MݮI,WIAS꯻MK3:1#ZjJli}s?	9 VԈn7!B]wR}\'\ZufwC4ݧQ\r+E>2kw[Dsb\'F2۬ї8qtnJ|.S괻OmztIQQĈΌZntb+uS:&^&$Ԗ)R\'LS#хzLLNDG&t*Mmv$\ZXj#Zюmtn֝6e+Է)wF\n3%?YTFeTb\">I?xf77ȀSIXO\'\'FĊ~:Ut(\0+(VPX}@PXe@zo\0XA@jb<\0tb;`}\nw\0U\0+(VPXXǰwjt:=\'\'VP4X]@/hE@gj\0jq\0\0ZEX\rU\0+G{Q.X\r@:bE6\0*l\0׀(VXPhI\r:}Bi\0U\0+(VCPX@N?E3E+f:\0tX\0t\nHd}Mꓳ4i]ߦ,$SQlG1eF~IVmQje<phnog^մ΋?\"-\ZxׯV=x\ryҾӼ!Ҿ6=Zt,̊o`/Ⱥ7OU;y63%:1{qyy-S*\r*˝z?m66UJh=ehl64nڭw2Lj3lҚd6LiC47ym!_^gk-	e}*tF3zbMgX&hZd໾Ǐ}iѠjT׊M%6X:_G]cWGX_vƃ I!)P@?ci\\o0ŎҗX7^1$Ӄ7\\{','20250817013707','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:390249e695a12579209d7cd3a6737480','WK6+bmĤE%oݞ{nD[RJя!\rHG\Z0|B=L-JBr2G\nDY]+kި[I>6JȔvɈ-vk~Ǖ%׸PR|ssAǳdFΠR.N`ax99HeF4XMer\ZZVpX^vfF2q\ZY60efylYYf%_#y;=qmD$JnDUڰƌS0JI#ZWB5-PqXK(l\Z(MSP~eN<D\ZrfqEJe9>K#@ufڡF4BV/@,j!Kpvnq+Vl6%nU\',1\\/Ϧ4o9wnu!r8Lm)f\"~,+V&3FZetde/~[{뭖I˝vZ.fAC5݇IeL/f{g\r\'=)?rJ,[i N\07|:!е_sϓ\nAbFoguOIBqBbY$HNz,LIIL&>%4 f}!+6L%$} +.JϲSFe(s`JH%OV>NRHAhncC\\@VG!	P#W)$d1$NHmJ#@ԪIi$\nHr\0?Ő&6a)-E0b1?9&IH@zB%!@C:FNzF$:u$^<\"ڨQ>L]ؙV==o.45\'R\Z>=pB\nnf9B%O֯)VX:L]\'v	P\0t՗w[#\ZHA#?H>QpL^uU\nNyD%k6\n3W1ͭ3uǼs[I>ξh4k:1%9tv,','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:39363d5746d051e9aa03d3e3d3ac615b','R]k0+ElNӿwܤZ.2nnrGirE,4Hxt)\':?#GکI(Ab8Rx/lfFLV@uu_aYv{tbZP/1e,Y[%-aIɗ\nWtRs+M>/%%j\Z)6fKm[:пziNpҡ$&:rF!Dl2&_$ퟕ%0feUyzwvn}t{1Yi0i|p>9Ѩ,>v7','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:3a52276e4d226ce12a917d78542144b6','Tn0{HDA ~E脈,	ˌK\\n:$II/W_eQU0֡Ӕ%:r\0ת=[d$ AßG8u* Bڧj7zuԆ+{h\Z\rg)^<9lYKSVOhA]@?Bc)4eh<04\nަN4xnKJz_2e3̿Qnٻ\\]?;+ז`DM4֢_`к*^/1%-XkwN_2X9Za7q&gpV(ESvړy%H,72sO;n/6o`-욤;CJ*RXS;`ZV?+vp(P{-2\n.Neˣ$&0|@o/fG<.w\")t%W+^ASkhH}83ᖝ^','20250817000526','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:3c87b055a23f0587a1cd3c4c05535d5b','+25R--LIO--NM,J+(-	Td$VZed&\'g*Y\0','20250817032622','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:3d2b41c920246008def714503893123d','Y[o\\\r+B\0-Z%}j7w=q`2ǋv\Z$hh<EEQ5ܼX_NW;=;Wwtxp>쟯;at|Ë\r_|/2pwzz??Dխ8<>$GN7s\\a]WΗ#nO,qQOww÷w%%֖~	\\KԺKޔQ\"\'\nHl>-axB]Z%P]N?.e0tZ\"Pw>TRVΓe.iLb}waU<u\r.DG(~++Uu;FX7vZ7\rћ1/&bsf7j/?Ҫ3v𥠾\Z)JZ9R1yT+-@ֱ携UWӛ=u2WVyTYg<r6ԎyĿM{߼\"|}fb*G[+p[+2\ra2Q݁?Z87VMוb{iW8,Hs30J+35}|F_{b1~ ~<*?fK}u!`Q- 횀}G(ث+HXR|B&.2UFzsJ$F+D\nπAaMR\nvD\ZH1qL8SE84b\'$4	m7#\rLfc\"W9yEG*hAogat+;.)b$\nM֒\r^BGP0c289\nr\0nK\rRqe^Φ	ctf4w,U1M]yfvsvCG>)}6%e3MdfC^n8M62R]OJhu\rN(3:3;شb-\ZJb,z/16LccIݻI+QK[6`ʈXTė0{736i˞M<[y̳~x,eSŞecsBfikA	;\\d+si*m5AW^j2X\'\n]FY5Kte\"N@J*/IG#a/	97tq̸EQ$$\"%:MHq\0Fa(C	wiM;L<sWWh3)A]B%\n[Y&bh֋JGOI$$PCyjwv$x;x!=ӲףrCh930l2>Z*@I:?W;0TdV4-(\Z	\Zh_ЀP(4)YÎBcODܡU<M]l\rK&R|y<V+|/5.:O/%Kbǚָ,SP4UEVfVgԙ³<b;@S.>)c5WFr%%9\'b`|Z\\t-cy W<yF\\fR\Z#AW/4ѥhU′BViU~ɡ3h̘A5lxr<}\\Лj]b~8d|UhBc=<K(lixUB]JH_<U>)Kz#n]ygM+Z]lR&0wAU-z7\nE4ɳ^?-x&Z\"1ۑ,F\Zx>Ԃ/Ria.~yP:\\.d)Z4@(:X\\mł4(uQˈ\"\ZPKZ|EaeѽH3iFY-ɮ!ҊeP\'^uV\\gމL+~ElFUu֝aЪG1<2ϋ3YGhRsQW,3X<S4[!y\ZT|T~/O;Y}4y=-=\r@b_zD \'O 4-1{S,j&wZ&(2Vq#Vˍ|9\\lrKNh8dU!ѩeɊ9-nG*tʍIJvF[:6qyc-h<l_S\")zQC4\r9MWCܒl:5{\'ҫdKr$]nZ@fmشҐxׅu\"/,n\\_8QgFV\ZFD?^_UFFzR5[sꂤYThJ(BS,zd\0SEFԅu|eVYIhS(\rojO-~˿','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:3d2ea14fedd3d99fef64c43c5afb1098','=kFrwŎ|DҌ!I.0p@goOHER.F$\\<>?/x1	4Y&N<\"˳8C?EegXUyoMqI4_\\?wqbJQ\ZFi-4A@ٯXy8IV\n${Yb!z6\')yK8,:F#z-2|W*z\"i~њWu]\"wi>tbAc&Y\'Fu\"\ZVE!m6^5ټUhx6SxS}mtˤJEFU<`ֳ4U~XV\\ǘsrd5EI?aElrXn>S&{m\'&^ED0Mz	Ӛ!4chnt\r o6-x:\n(6pdgSɺsD1GH-T6 &HJzL1aN͜y☜31I(MJx(]oURlCEcM@lL|L\'}9<cH=9ޮI$Z>zx\Z]8Z$NB{\"Ƃ(\'`>e&);:H-cһikeXl.I7}T e#\"v.X<*\r\"P\ZFá\ZoQqc1nXVoi R?MMRߺvNݜ]~Bc<Kbd@drֺ2$\"1tJJH[Bsg$+ѡ\'f,KUTwl:z77zKY	 $m*gǻv2{@aafn2BB}Rzl5EqL?XX@uEMd[#g>A+4sb\ZBwǍ0Zo,[Ƌ~xͪjhK܃y}0ڦKirC-kۛ]bzCxwB*h2pۑ6rlvw7x\0S3&.Hz\'vnx7 _8ce_Bþ*h;\\σ@w}-ziTDj*<Թc\rm4ޝى<l#DH)WX=wŤn>y`o;*2\Z[[U8ԨGBlO> !mˁ-C65OBq@\'^?ozBF>=l[ rdq{>oW89\\;R9m4~͢_$Gژ0ģ)d\Z \Z7z\ZnOΒUEśhoopd;j{͐یQNWrrvמgZqWXG5\n9e8*p<鿣t8ߖ^qګ\0gA|B!yi%(PrArN3^\0W=ۙ^\rֈUZ[}Q42vI\0Wҷ5ƶM/BӁw7Bz]~+3cڭȋƬpڪ&_u\\)ݜJ\0W2a}J+N_>Rx^kڬ3ƹXu	N]>5)L6Mװ\\yV$ɒ^EEEYa🛡Q!ΈVHK!xF7ڏ1Bb&Oӥ$CS(.1En8sm^Y_%Gk_5a45i,; @NR6\Z =$BC:h%Qć8W4_\0qd^uadtm#8%_$LCC GE6m^c&J(7hKEU!hMT|4tQlf:\nv8,*d>k	3NnHv<ȃA3!gnqWr#~\'W^X_n[O$=Z=wգ[-*~1G\Z5a?HKHq<\'2	ldIӲ$MQ_#ʅhh9h5}߈jR&&Oٚ|+\ZE&qki[eXL\\bߘ\"«h[[:hdC&*@2R^>H0qW\r8	CoMcvÍ~C>\r0yGfAdbGH%hϧWP8\rbUTATԆŃKGKS6ChuHN1nl2T?tyq^jrE1Z_jGKQ`X0zD,q5dNx#5lXOM8/I`MK&ZP/ɍt$϶teԯUOOZOwKuyn7*vY\rVOp!)վ٭e;;w1_\'ӑ-/%־xIr(K2xn,9?\'lvԴjY,O.ge	A7tD\'{Bu!-\"U\n(kt	Tpv0Y23DQ>6־f+Z54Hmkwh*吧vJf?=~OyCxv\\a2>E;ibBWR3T+z\0hTP`Ѩ%L;;Ras6q/H4fk!\'o9r%v,v%:F;>?Lulغ\'\rgSFLv2h#$6\0)X Z\nV͉7\0Xl>tym5O@@cwEMui!*1a٭;zlxНnuc7]\ZKh̘JHWCzo;?U}e6I~jt1DmխN ,&V}͵f2۱y/,͌\ZVb\ZjYGFKag\Zĝ;ti޺p/eq۞X%lc[-!`\'koJE=.گ)aaǐ^  \rJ=͢{\0HT7ZmlV*2]^$hzONIZ\'c7K5J[j\0;m9ړV9w\nPUo#XǀK+j\"ްB@qK(\'2)uA<*fe1Iq\Z\n,ƛ9f<}+mqȉ9%	LqpZQjxb\"c^\r)}$nw3^>=.{s@9?B_ZfU?q>hayzc	RU0{>WSIb\Zx4\n+nkuПp1W\\ڦ-hN8]ݡ;`@7\0kUTԽΦ2?7#N>+xت*OMc5\ZKsӥ&!lQC7i?1ʰ\r*P^C1}\rA>7.4/cIŇk\n3D9tA28_!_+lX6v\'v_\"ľoQlgY;#6qgȳ7,S!ȳvw|:YKis.O *fA6k	sy>0`r)3:dTe;?O+֣1e1-B:Ů|ռ:Q |<-Շr8	3>b¬Zx\\>.5ڌD\"\ZREX\rQ<ȹմHGv0@e}n=Q#vT!\0t d_tفJ`r\0qC?0uDidNep\noDHs{VV팹q$O5H:aZ4ې)ϐ7]1z􈝹pTP	0\Zb(l8,35X\rNGέ*yIk0E%t}|k]<TfޗV9pH>Kqstwe띜CY;=d\'z2|\0pcjUޠ-F@J?\0 P\rӰ@)LdYalvX 8\nC̴2w\Z0  qd۰:<7@sAת1\'!|=s^!:KF}s#(^VdL>[edXI=jL-5B\n܍Fx7Q6@5)MV.g.Bo !T@pRc6Dr\'ЬK{yB0xjp<ؐv^fuq{26Դ}R8sja]ǟjJ&w)sT잌\r5iH}E\r3FH3af!4_>t9F2fO&zNUd/jtg1F\n5IQ9f\Z)PwC[`e~80m;NK[̡C-9PS6uo3@ܠgtSmWSCa@\")wOT	=D 7*T%\'~A00&zHê@6hfې\07[n\Z\'@Y(bï~1%_w5l\"UF,.\'-Ido._*b]zqOad\0qҫD:G\0DV#CY<O޳I5ҵ^z;b\niL17JIK#Ta2E`ǭ3®WuG^Swn5]z^82`\\T1-V^4j\nx` $PPQOn6\Z6ckxh\ZI32JSJ{8c3&J.3fyA)YLLs	x}%פaoyx[RWؒym,&@>߄!OUƬ|ơ9>\r^`׋kW+p7KZ=X7>6/YB}j,?4D b,$@]dG5 bbzgVIȓmO77	DgzNr(̹CϕaTjo<mɌs눲íWŤ\00gt6#bvLgWXH]1bQUaaFdp:vz)o\\u,w{/%Ewߕr>sS/XQW.N/Ǫu+Dn]Ӱ9o?K:-iTj8\"յG8ȱh%1@~~uW%w^n~&}-v`K}.ė<5x!_@x5v=uwp3N}0?gXv.?9\ZqCvadb\nCg痌t~P\"bebg\nғa1&ˎU\\ .[49QFB!$Y&BV-HzwAY+ZkL*WZ1NyA\'cݐ.[cܟxP\\@\r]jDD&bj@pOɣ.vySXhazV\Z|cOǔ]C\r]*dKΧwIy7\"ݒZĜw]nE9*s`ś|\\B\Zew d|{Jh`[ڹx;Z]h#ՁݟBwAZ{8az*6!%\0r%$>D j*0:El)&>*Q#Q8+)ֈ-6H6̾g9+5*^s\"R.O7\Z]J]lDtĞNz7y*O5{f4C|0ŵS{Ҥc>7I\" 6\rWC4C|Eplhhj\'v|[y	}χP嶠E:lV#\rެԲ]g]G	#&i\Z:\Z\rؤ<T$|1Y/ϖ	[ymoءn|	C..BG3\"-ɀ02- 9!V\\D7nd\0EY%BRD1>[941mV>]+cYWf	Jt)G߯5P	jƛ1wnmV]jܡMt\na׎:6v*zܠn UDT[\\ܫrPk&Dkc*+Xtn|~)[N_ugJrwV\Z8 [ɉQ5UDfx{,Y<sNx6̗e$#0lIHFSGDsznͭu\0(mDw\0G}@r2==:a!X3kK4LQׁ{,8ٷWvw9OiϚvda\\QG0Wqx={k\ZpJ:{\\u&lo=|ʿsȂM&@QRZΐb:S1\0guh-aa\ZKMܶSƖ)}鎢OWoxǑaqΗ?r.Dc){\Zw~bG=Y筥vfPCj&եe) ,<Y;TݸfJtk~l|V?+j$ߩfag=-ۻk:g&zU~w61\"[Ҧ4CձCwEܨuQ*J\0Nтõ冠qIZ\Z7)!4uVָuck͌UD{.q }nMiQB^D2\'u\nw#}Z_};a|p@.%{t#)4&ҩf(=	ː\ZXS߳V/ÌkSu\'RGS[\n\"e\"Q6p{s63Ojeɞ\"Dsۇ2Hm`|AwwrP7l^OQƵs*YG$䭼jٷ7Re>m|I\r*ޑ`UbW>)UrQqOrpȏ:o8N,5?@XEm\Ze.>BQ#,0AEclC*q%]ycW\0$i(mP	aO(zrl>M7֙jG޵$G[Jxf)Fw^z?\"88TnZRۧ)4fkWxp<xL+jdH%)[:g2q\\`%Ns /M5$&˼wQbYl\Z0?oRH/Bb~dZRxF,a&K_9րJې2~TfחTl@./U~E2>-pfg⿣^&* .ӯ0!#,XԿR$ID6\0-ꇲljX\\c,n}s%h	1iFA?=]ʰWwxق[?ڂɜ7QkcvSX6n$hg|o.3U=!n۞ie9\'I~q :2yO{wi_Bu9.7	$7B{d?sF:1tOOz^X\"!9DA/7 hM\'ƣJT9֊x-䐱L:p2*×\"9\0Nt04[VщwL\"N~hT`͐@|uEi[c[N{`oׅE$epT]BSb\ZۘVBn&4\n{\'\r/|ArN`[ik\ZjaKN=4*EX_|CQ:C`*mVt۲59S\n?jXx4MByη\"pWlwy;\r:]O!׭Qxng.[o(,#>9K~rs^8h{%(\rUL{[*]	ݺn-]=ݪRNC~D8#;M4[|EuCE/hѷ8pyM7I/&|','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:3fc877b4414a1dc563e70c2387784868','ŐJ@F_E\n.J-$x\'I\\	iƠPWs9(WʐK	h`z\ZТާV8SmC-Y氉1J2I]y4./M҃zh\"P+2#Jm,38<*>c\0I(Y/wOK~N3k\nYr	@?xڽ\0','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:3ffd24aec27f6ee7064454420c513906','ԿN0w?\"Ā@	IOϑn$Pߝ&Sj{O?C*\rr$D[jۢhQUpjݯݓuЊ%H|(\r *\n8*Oŧu$ЅjbA9FKMǈe0cfFg8֤iȜ426/fhx?8o!QMyy}XypbslFK*JwL}cShFb@\\b)43Vْw\rYsTK%\Z9K','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4050ce62e418cff6f81809068a1887c4','j0wlZvi`vjj%Y\nGN/?rg$*@rc!$J!y\n\'\'u6,C(XWT(F|,TZ	nb4ǸH\\NzQ`6V\Z2L,2h.)(498t 7))lX	K?#;\ZTrӆRxp}Y$=/c첪>*\r)Zq!4=gXB!\\P	>8\\ӥ\rh{}q.j:\\\"󴙄:8ElD+S֥RD;fC\r.[e5{z!79Wr6̻9&7.ɷB\'}<Ej&_','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:40ffb9b18174f094f981ee9b07272806','TMo6+ZspokS;Vd\0mіY$Nfx}4ǒȇ<~:~~Q!\ZG醈_&ob,.r}T1PE|/˪檋~phQm;P*tf\r2ޝC?-hGGzp5J(ހ`OV/..;*^}aYK\"MRfz &~\n	85at`KbIJhhy⨛p2Ef4@OuLdgY52Wr`#[r~럟}rY$#:΅5W*S1\'4|50SMʤ`G|X	z\"Q2t@):y^al$u3fէGGS>ΐWE#\rMq\Z\naIYYѴĹح\ZacC\\_<1_0/S!	߼QN]c#n9L=θV59xx_	!|\Z\\*1\ZGfwDKFyf;V7KR7^{eP4YԻ6LQ)@gcq-5@=ǠN$vG7!M%_D8owFcsUk\nҐ}<~n|ӝ\n\0s;g5m1_dMLwտ','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4285b4d464d362edd166c7138df167a2','=ko:۠xHevŻ`wQkWF$GI{Jyyx^$O3w4bIh<58ɯ].mk!Yt}Hf2d+EViMhiYh!#֦<\rnWmYyz6}\"LKH܋$I6k̷\\0աM+xXID[V02i:.z\0G9\ZNIwSoC]s*ŨtNI4_E\Z}-z[Y4ֶd5ȵg_ ·0&^8uai}mdA$8\'\\59O7.bxCJQq=0C>_1J:Z=^|cdwG|/_\r[VyvonۭIz{cAWr3V5g\rC5ˀ. L@P[#݇_8_!J?>!s\r4icf#}fk\'AD7f,Z,h+Ⱥ3;2ǶOFxwW/Hȣ5i7ÈUn0!̂R5(\ZV26]Cx,Yc/\\^I\\\r}IEmQ$9\"$>a[u\n>T>ar)|JnSey.>t wI(HP*Q.44W솗I*{ֲ\"3q+u=NNcގrj4_Aߍ\'?n\"CB~@˦_-TgU:֝IX~b9d\0Yc*4oØY\\ z2A_ԁi1b@+[xo$\\0k̏r@p΁{Fl_MwVwg8Ӭ-26<fY :^hoc;ܧdIR{D5jٻ4eǟSJ<@p/{SVD;2mp5Kwק><|wҬ9b:ƿK/L8ӿ-GPDuy/HSsVD3HdMO*\"<pxsƺ1led3tdiȊs\n=GpVo܋zma1^yH_㘄Z5I(xɇZz]-\ZB\\ -9hѽz102f?\"xKc0g\'~.8+\'k9BCMuTDmdETs-Zx%&\'߂jsM_38]͢gNW<E\n|0/i5ʒF_ Ɯ\Zsk̹{r$ː`$JZn5 Ulh\rUJ򉗤**`.20\r%ͻ)4Vix5^8?4KR%`s\\25\Zٓ#/o%qёpxybY#@<IH\rl੘BX+j-b_\0{d@/_jw2pC嚷\nBlyZ-O{SHCJ\'k3iw଩NMc(_W3?n\0=BJ-ms\0N8A-l8X*x:EHl9E{v ~@*s&9xv<nFiHkp:[NCU%*.ݦ7@OCR?ew4\0 _i&aQ\n0t\0LFb\"&~1k?YepOMdး_C>Hq,`%2\r#58*t-pWwRYUt`:#n\Z.pؐ,A\'Zk-D/\Zs\ZyEj\r\\o48]- \nZ0#2|$Z\ntxl5~\\.o1>wy+uz?hS Hm^*]v+pfD\ZW\nK]jj]mV-Iso-qW(/Ow@E6֦x&;Ů0\r8SwZ cA]Z3^KÝ1+h,PȨ+KQy\06j5b17S3LY_Q/>4brLs[\"2\nWrA2\rJD*#\r+O>[:`\rgIseKSᰥ $.IJhCmB*j֡eSՍU:NcƱuZv6vPRYt!LUxSAwo\rTP߫yw#$݉e&q_1lYEa),E34<E1apr6)^\0ݵft)K{Vy4Z\'ԪOxC:H\",$ͪe}Fϯ*)yMF|wmVW2Ѩ	p숂{,07!o79+<$,~NaKK@fcY(ʔ~lF0@ԊLj\"2CORH:aBVW7b{d쫦d{F\' }՛E_Ԗ+]C6D܃ۻ>*\n9,}[`$UcK$zMR]%?5/t|\Zp5@	Y)z_;F=rmWf.&ӽK%Nz+\"xS)!NΨd2xmN3w*TIz32.[lLq[>A%˭r\rOf{Zj*2L۟g3eK8^G΄^8sB2ɲO~lae`DMg,\r}@~pW=m&]}☇Aف4D#@X+2mܞɽ.2IaE\"z4W=Q:ito&|}~6\ZEgy{p[Q4EoOu/<4oGh*S,72k;lOUX<+\"w]ӣkޖ?]Ht[˘n5Z?y0eXe)AUHA=]@;2pf(EƮegG1*3Afb2rIOxW͎8s\"cmeRb4=k=ȅUcGJao;բL$<lhv%9\ZP&>!F(~D֛%rF\Z5BQ{d\Zh]?bq叡zdB@Caޖ|eHrV$\ra(|&k;FϨkjTUg\0LE^aa|0Qqo~y>Yȣiy_Afz3AK׋tPqqb^:[I%$Ғo_2[ITY>Ib>֫\rTm7g:L	~NTm4\"bWzIsrX>\'Y<.\0w?~ڞy{3k14f_mX9\r\nedݜj#??4[AÉ>_A &o~\ZneCSA-iBfirx*ij޸7EtT>1k\n U:1-8_?K?U#	|`[v{Qe>H@\\N:+bRrc%M{uueؑfr0-*=kn$S!y0OsRNpь4)ު/;%g\09,wh%#M>to7\0oIg9uhz(ijb.y;@Z2wۛgy,ؽ`IW(Ca\\e~`u`ðVv܏)2MZ1ZoS	)_-ޮN\Zn)W%Ա\'\"?.{,0LaTMZ?gyVE\ZWź`MӮ)i|˖\n۱+zj	j#_<=\'x߻>׏PKd\n_48L,x˔\n\"Q*SHIoZ+Jc6l(/ⓥvX63H17P$hz43C)mVTR*iVJH-KVfMwX!;e\Z7aX̬-@9?kgڂErv[=okgHf4H#IGݖ4\r(A`(UJŤ\r\"URjIk8 OwӴ*٥$f\0\n$tm?S׎n4OSSVݛb<&,R%Dg3uo8 jAV,bqrnuۃX,g5Z?6	vp~{$RNwUIcqH2l\n)}%9x#(6!UsLto3c;{:%Jyh/6THEtJC\"RB::k~🥛)]dȲ#e%mL 4=ڛ7TZU\0','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:431106f33e103147af73177bccee967e','U[O0+hHuҕD&=;Iؑ}e}@f\"}j, 6EqO%-\r\\r\0^UqPT;B$@UusU67%eˬOrGAc_wwyoq안X9,ۋ;C9<Jw6Y\'JvkR\\ɐF\n!jE.^\"Wv\"]L9ՌRЇc1\\Jn?q\'u\Z*]*^;Xm9*}@{ާW[72\"g;=w`}_3ѿqȷW7%%?CE7uCLIfyfowe Su|n6\"\r*x&FtʶqcfZU5e,8\n3Rrm$9fjL*u(1\Z:;R=Q}BHl 1U:Hrug~@!IGBEVSkC[uʘ$9$2\"鈺/\\xhS@]W	,+뷚]UkTPX]ߐ(5wbqP=hgUwn\\~ط8#9gI-foE','20250816234951','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:440d8f4c5ed8accadddf0debb6ae4cc1','T0k{a:J@a%\0qvi2Ա#iZ;:(̛y9AoR<B=9*27Is4i\":+L`Q9\rF\Zs~j6q|>_cŤH/j#˖^E$Ȝ:D1#c*IXW\ZCoAƩm:\"w-Eyw\"\rraNFzgZTP>tDuqOsj9>  $n^j,͈::=sjKBS-TV\rl\"IHW;4\\\ZlPksg2m`L;_ٹaɸ\Z r3|`>\r,ȀMVyB]0yhOH#t~l!]u`@`x=Tƻj2q^m[f	j?VϳSJ-]2/| Ղ3R8a!.Θ$`K6!̒o7/IhZ) ⵳j~^̏$0^','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:44a903f525310450306ce4098ed984ca','+4R--OϯNJLN//KMLO*-/sSS}KAjsRrJ\rM+X /\"\\V\Z\0','20250816225333','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4555c5b8ee4d75d65df8bd58e8bac5d1','WKo6+,ԤEيm*\rK۞r$JU5w(ɭE=oGexFوTf˱t}F`\n~k\0[(l\'Bk=(6JΑ̥mfptI8qe͜;jtmFgQ\ZNpˊպ/pmH)6mF[餮Y&j\'Lr2܁atʳ`C^C ArEpu\0gZΗ}3]b~=so/CjQQg=}P4Z;װtۑ݌hSN0Q/`c(]Vӎ\rݞ\0(Gj+2D!B*Їhv]\Z>RJbzs`E$PF[LU, (YQ:Gs`I?%]<%~~p #o	bGS@ܿr=@<81DO_Q@P|#occǺNBMLg\rT[1	r,㴅RC	[)\\!T]YOt5J<xX4Z\\XgZ_oƺ}߳o89\'ϼL+mvٍmS&ǫ8\rM\nD:,<5\0e_<»Mjn[[!3\0}5\'\rN]\nMnYɻa$Yk,4c	ed\nN\rekY~HzEYdid\'catM+%z{_tKX*\nmEt#MQ>fb,׃ 8SHIDDX.1!\"?v>R(ONTxtZMgpQyϬ?%!mx{2<Ozc:kf@-AVkwR5ء-\"ӦT/','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4556fe24e13740528854197e304f8585',']is8\Z+tm%hkk/TmOMam* I\\߾gBmKB:C;RΕCs3=\'f0li>2z\"s!CCD̈E;^Fslm\rOBCx<\ZQrtsq#|{@;A\n#tYؘmg;(.^ѡQwPDG cZ={/}unוӭ5=\\cMKٜBz\\6;25[?AA.q5|u:*S]	WMUUqR	,1*i_a,i*dk^&>AVE*({Aѿ5]~\\}id!r{sHv|Ul\\}Eu<CD$]GԱivBA!o&vtqR2[L*َǟ;IyN=;j6^}½1xr\0:7+y!oQ@`{hnEycC qM{E4ۢfj.x!Tvd#jCP=yMJwBFP#I\Z4p\rE?_G]u;>[o:Kqƣ\Z3A#zJ@m%E	ـIZI2??> 0I1KſEJo¤%H\nJpIS14M,=A\0\\F/0oJ9_<bFjvz\'j3\'T<QgH^ԑ	pK{o\0 \nE)\0>clT\'k4:jwd ,9JHBl=_Ll.\\h̔E̋A f쩊!za&PN\\4??8.)\Z)CD:[Y3741HDmt6I,EWOj\ZQf06gڣ\rž=0->|ãj,9ωKx1XUW̔π>t:}/[r&c:w4[rF7;¢jkk\"ק7RQj$;]%;6ODLE/>AĺkO6`ܵHwZyjJsj\Z.;7[/$a/Uym.3u>5\rҗ 7_}A@^m\0Lh$fp]ҕgdifRc6s%sMCw.c2nzjSZ&QzaATD90r(US)\'k*[B-a]4!o!CB-ȋhZ4LLiZ\"Jhk#b(,ǲ_ǖm ;`ͅAL\'wj0yX~?y_\\<us	Id<\\qN\rK%%99E<9M؉ϒdT*B\\Lϱ:f;6\"Di;(VtÇ!_-%yE#]Ȓyb2lkVc*V2\rJ\\iD}M<XP`^:e,?%\0Ądॴ1d)\n6 Kgu\">l]D#e#2%βoc0U&(靚L3mAC1J&5DW4:܄I7JI{ouEA_g#lXKվ㯆Ō cB~VV-ֲ6O`)(Ӷ4=G{%R*OXMw,K{r?^ʋ}Ç??{\'պV=v^>V~ݽ=}\'}{xE.0W0RN}h-WڲPKi>NCk3B;I>De&5\\Hn61nڶ\n6;r16N-\'U{ʶTŽ	:<l4{rZs#?sm#KBfAbqBUӴZBT\'IUXtɑ\ZV@RtKܦ$%JK~WhYRXӅ߱(\"Mա=Ú.#YmqDe|\')alpDv_uDܳbLN%32yn&MH	2XVyCt2Y$O@UhQp T\\!ӿ{u|A}kDꯥzWsa%3ٗ,p_.;WѸ7\\7}}\'^k	̩|W<h/Arlr_!քV!oMhВjOU!i*\'U?N[:d2CY>{#fr	 )xv3=vU>+ǅcy,{4ˎl-(4X!rMg\ra*ƃ\r,؊Jjۼ;h0[8\Zn}ݮXUd|}anS9goj֫6U>+3vmG]#=a`( \\\\5U0k~QaїhebL]#{Iz4s`)SSbj:A\r֐&b>L)m~Hc(M5qo+惦@sTOaP1$&2C-ɃRhQ\"NʤA\rCCMw\"!!B\"1IM|)vep$P Y;9j]D 88hl]uiB-\'Cj[{	=M=N`LERsH,֠F+g=hd&yA\\{ťj\'8	Vw1c/,auk̰C	!)(h+--\"Q:u!a@\"B#Xku9Ⴀ|{`Ǌ\0x*\'I-E}Gvİ.?o00OǒRMͿ2[.v/٘.GhG$j7L\"u\'\ZV)FbK:;b1qs]\Zte&BQU?F61U{\rlh;҆L2]|fyB{ԅ!Rl>g;Y\Zo\Zm=\'Q\'~\r/n#ڎힳqiGV`%\n{=NӥP1o{qw:81(I,Hm!\"լlW.3h/Xlr;(\"6z?','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:474309a948342dd3c5db20699717d4b4','o8R=oNW퉇$$hT!UOߌ(kjO~La;ǣ\r*+iVe/:1I,jhNtW>dILem?]>޺w$lhdeUqp8$2k\n&y,m!>)UM\"%`M~Jdxw`\'\"GLp1/EY]p0^Y0r&O\nxkzx@|tJ盟:JLii/P0ZdQVxpevU󩮖uݖm#סW>7faugɣ\\(V^UݓOZlM::]\n8DnCl#⮋P<qpElV\";FYHeY(,tQQ:rzBd?ߕyKS?l~pu,	XdPe廯>i{3$ă&؈M_V??&e_GU쿄\"uհ?^ B.7G\r6F?GBF㐮:Q#Yۑ:19![Xw(+bY?)\"_V#<VhyCζkrAʝ?00rbw!fA@Q?@8zEѸ<?HlFr:\0}@=kE?7\n\',\n pZJa@-*`FiE~IGG&.8	\"ޘw+C4d\Z+Y4Lf#FS[ٲ}btoz6_\r`lש@[Uw\Zz,m+@~\"&\\ₗ^h -ǳ[\Zea6e!\Z0K\nUlK\'NFV[N~Fl\0y:˂$$aWjjk%QU(|4;JaZ37+*,hZr]9ySV>:ZuFQB6\n(Aoxm0U;S\n{el-ꥶ&֛_','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:47fe74c35ee3de28aec0a0a692a07906','1\n@F,GH#iL2\rUClbaYlRgagT\ZT@x8@ot7dqKFG~>QӬٗ._-Em\Z}֦{','20250817014846','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:48c219e79e892299120c53ad2e16002b',']mȵ+$ѴXww7YeMW;QtC6ݽ~Ob)l(\nOjglUN* PeYyzE_7-;~ ,1DEF:޸iWq{UR8~>V\0翩:#6 D~X<}>4r\n-Q.īTi[M$&Z_A$7N,Bg-?-c{7:xErDһvQ:.xPph0憡#E>2]\0H1o1qbF6>hH+9tl;Q<	=#4L4IFޫ\0oBFz\rpRГ&Ou$(_r*|~Xm\rZM:E0mJ=7^A8F^@\0y6>ba}L)!?}͹G3l&3ENfB.$`3E],Itr=/rXxϙ4b\Zb\"@\n+(ȱ(\rIy撴\rx!:H۠X^w>\\͙i%2>P\'\\2-s`B8|D2xY]EԖ?_wAhoQ? \ZxE\r{eC+<5!$P9vv׫ GΥo?Up짥\r9̹U_C#P~sQ/ǹa}SYHf0k\Z$M,\ncpOscBQo/Cs$iQ(\"+$6X\ZLqhNIihTh 9xy>c*l,,Ϛi;)7stlϐ=5,^l8:|E%\\GKJQ)KmEOt/0ԩ,TP7mrn o?ħRx%:{έ2۸`X/UdP)H\nXCn\nx`j=ŅST~SC{JUB+vvqMla#5ł-=Sm\"`R\"\"\ZϓBn㩬Yb\'H[%3\\)|7fXc	8\Z]z&@^:f>;E\rgYE	YEmDeC\0iNš̱f=&wz=6zʦF\ZXkI9UA&-x^VW7XgWdQ{ym\'Sɋgl0k?t#\0Z%abשּׂ!rvڊ>Β-\r6Dȶt\n.ZCQʍm?Egt$m-Dhth_zhFʒ;p1~GkAFڌ\'.~;m;Pm6`61q/3a	{Pӱdj%y&/rNqKW_jIM%~,+&&]@K& BAjvCڲĵ㧤m죸Vs\Zy(5]pj%\n|R[ 7)IMSe{@)Z=*d#v-LwT#[,l#`i`_e\n%5S1VT.$sVFm`9/zp\\PLɜΕŤo5FݛxEҳ׊Ӆ^gS%\"Svdi&	yALR*ӨaUhbs{VZ.I?\Z7i7q-Ҋ-M\'Or.},YH:-G͎$|.SqNV\rD+H:`eŶ_tӿ-`X*J2O6=lԧ;n\\raʦ)MK\"<WTNcb=ɇKJHl{?XJv#\\D@[5dGڦ;.4hf-a42,T-&hlRt7^ϭ ٬\Za!*k&8F;e7r1\n)\'1g»2,:+!0KHWFRRv\'Qz-Z1]7ѭ-wcikz̮Q,,B}hĉd);K 5Z\"D`\Zم|堤m}5~V3ɐӕ(<MCS#J\\4㆛z3oVܨ^j荲T}~^|Z]J_/i>?L,Fu7g-SPbb-m>FƻՎN~\Z]^\"*JxG5=IEd7ZfOnERĭY6͊ĮZNGo\\|owJKN3]P]B6\rￏGt7$$V^8[ewJ-d-*	;p)1Z\Z!3.=A.k_$$C1UYyF))Lg22OJJ|b Gǰt/EY3[iCRbA1eӉHP\rh0m3N)ѱY~x_uM݉	e)5Ҟ26agl8A7ކ\r	uy[JFxeޘ=9YmӍvז\ZnjTxyH:|S*ÅIӏ:OeUD|8}T%ZܜlnGaN?sfkĹ h19n22uٔ4\rjX/cEűFȗ\nY(5,>xxy䧥zji,\"30V\r{Z<*fdiG騝iG:jgްp.QdAtT\rJԵL#W[)uRI.LGmEՊH[qȦ3}r^\'exb2}]	l)PϮh9ڮR֑H@T4#ʓR~<[v;͌uŐMi%_6~I-uۂr<St5,ښh]Æ0c#Lٜ\Z_bByRb&N\Z*Tn[;zb~A<(=c>M񣡳&\nCP0Qo},!<T\"K\r$ôG0y)\nk0eH\n&2ra\r\\\"<1n)?h1.ì;0<x0>aNf&3`,c)6߀YG<T\"K\r$üG05y\nÜ!y((Xʅ\r7`F>JמJtIژwb~&k:3ڮmsM26葉ύ9\r`-D\'ƧKUtCiuǣ6Kបڮ$o\\r7^w֙oG\0?m=3d Yyc\'K+cGm<=A]\rH޸Xnɛ64=I!WCS\"I\Zg˖W!%ynرǣ6Kឬڮ$o\\	n̟syc\'5Dx*\\`h|\nazH׭W!%ynرǣ6^-Ywڮ=\'ϲ3we!9yG\0unc{º\0 ˺ײU9H¯\'{<jc$o.v5 yx7!eቫp)u`!=JQ7f˦]-]{<jc$o.v5 yxYrٴ5Dx*\\`h|\naCdߨe.ǖ=1:}9[mW자gx?$UOR\0O`6\nO!Ag\n\n>رǣ6Ka孶weMycYyk\r\n\ZBXǐHQ7f.ǖ=1:}=;Vi܍9yCKz0|}m\ZBXEz\\듸%ocxL߰PGN~P+cx=4-y{T	OwvQ1\nߞ0ѫ`?;F1jpE<sN_==<@ox	ߞs\'s\nǎ1j<3|ɐڹZ67:}0<G4y\r(\\?&0|{\n{\'Ͻz\03oh;Ǩ\'Z~\'F2$d<Ig<qQ`N{\0L==Z<vQ[ᶍ!Vpl<ot`z<4!:&.oOaWywر?Fm>yf4E<n9y^\"*<=sGS;y$>-ֱ?Fm<qmWϻ\\>X癆\rX\\o۸	ߞsݶq3׷mjx\0&/o۸!\\^v=^=\0Oێcg6e@<e9y~BUyڶ9Dy₣)<Xg~m:Ǩ>բzQot`:oG<wQ&<\nߞs%Ϸ1jksy~Mɺ9}|^jݰ8=]O݄<xz6{ʭ$\'|h=yQ<Y]vsbo#yiZXFgL\'/v2_a`ƻg\'/w<<%/=ʑ{zߜ\'/Kc|+/<mb\"ĵGC>\'/z ~}e4q|F\07>ɏܭ.\'}>S{2%VM^nܢ6ǟtwQ9~(sb\'qӞƔ0w<=&|קePӣ\\M^ʭ$/|hs{\\s3xp._>Y?0@^.gbhe\'.a\nC\r>OL(vk@ccw[eu1ɡ<>vv˧sEԅW=gK>u~6S;\\\\\rBӦpbo~:F>g~`Z;i\"lvXN^J^Oypla`Xg7U]yeT͵\r<SSAs_I|\":`TH<M,YtJ9זJS\\oI\'>2]ΥW6crU6U0c#Q	~\'Oyr=[*_9Jfb\nk[a>?͍N&<,`1X5fm(߽rH\\,t߯IR \ZtCVLiwS;=r}OCLs}}Lr^++TSʝ} X@mX@^+,#OiC6\08z^{vV?Ǝ(?:zA^{vVFNt?\n8?M >zA1^{1vVAk4לz;u||CK:Ҹ9Q|Υ;J*M-Ƕ,Y1Z%)<{OƕL2?-Ni5\\9\"ҕD+<HWZ\r6~BxN(T[@l8?\"3VGjUOoEn9=MU*SeXe/ȿ:O\"dX!pu[drH=0_j|;k~p%$ʰ\r0w~4lQ82$Aj2ԍ}Ǔuh9`%>`uSӋBqA䙼TD,`> CꘈqMegFJ-54*\0#~$&k6F߳VX;mD|4@#m\Zr]Hm$:~4)eL	3\"z{O]yP_Ci{,+8{yI0w~\0\"xnd\\aT}s&\'򠣐 ;Q$}\\QKLdi<FQݕKc>\'\rXS<Zhq:B7u0BG@e^G,Br`$zmd`P0\0~\'UE&\\wHLJ	<+\n_ߺVUUiAD\Zd3`5E-XNT|/Kʽ\"bq+@<40\n,Xi9	N!>D|ߢE@=HGN`@wNZ}Hy/Kh`1V&_h?/W]	i UuiKlJɉ4i\"?B|K\Z\\Qម\Zy*YǢm8:wЇ~DA^\'-q(=\04R*ggTzσi ]\ZTq#%i}\\V>Y|\\\'ß\Z^1fhfS{a6`RGcQ,BiE)=>43;4!C;eո)o?G]ڊ0L4\n]ԿʱJ0LP܂l@S\nsn1]\"WJ+\'3Un\\6G\\bea\"\"QFzh )!!hםZqq3tjRiD638rqH\0j|Ol#:/8onj\\ڳ\\-WPFi3CHlbqLzHFݼT{R_1mA','20250817032615','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4b4d36f15ad2b6e96280ad0bf12fce4a','+2RR\0','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4b83c19b38e4ccb78615ce43447881e6','\n0_EvBQ	^9@ۤɔ=ptw|?LHP<	O\0S%%.؍73e/:PGcIM4@:3>wMfeU`cj9DE .6eW) ,/dm	Ɵ ևNm-r*S\\o;ԅ$Hm{\0','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4bbb31236746335eadf6aed3924a6247','\\[o+\0R!.ewwXqvi~J,YNGӖDsxRb|>[$O/Dfw?/|v6ݦb2|T*n./.ēBA@\"{Zn3Mtl?-fO\\}!A<f3Jt[z-\rQƥa*ÇQqcZ\"$rM%W\"+4\"Q}Z	gٗ%M$dV0SKEd$FHJj\"\n~F2EV)L嚙gE~	/\nH/wxyNY?*}wwW{;9^׳f#A7g6x74_^ƀuYծ]1\\\0̕DG&q0:IuԷ:j~ٗ\'dbr@!y$ͤU\Z誈\"RiDm|iA%\0i5w`<N^#H?~L׋mJ:\nԫvuZ#`TaC|j8 pɦDGd7O\n+qQ1J{5 s\'d< .T	vw $3`f5\Z3&\rdx5zC\r\\P>/_(D6(QS1{!CSĉ;lxyp$;0_\n{!ԥQ\'k>!Vc|mlej&`?c3})FA\nqnz?7Qo8Ӹ	謝\"4^Y\rޘ\Z}N~(Y@sg	0j6G	hV\0nq,	z?BI= r.լt1PID8O\n_pjYMHÔ|*J(JVR&\'Z\n9:4}p:năhP\\D$n%Z3~@Q1@[m]W*Ø)^j8Shx?I8hZFs\\gLHaG92-&Lĺ}t$+5a$UʗCĂ^5rBM6\0|/W(0vAeG$yvVz?Spô-biB4KD`Ȯbpsp[<\'YH%\n%\"Z,V0nBk!^kK;=ĠΫu[=9g6Cγ1ШpfǙqN.<jI?&\rY5hVOX\\r>U~~y\Z#QW#{eXJJb(CR;V5r#&4TU]8T΁¹ν{Ӫ[kƧRFAePsUE;S~EWj1\09\"!SLU\'k]DT&+ml+x([TiYrKWH9J\0\r4-*rf@5\n]6AC3@m#[FexoLS!rJ)xاJZXGؠ	ԙ4OGd\Z;O4p=(F#Zsq#SA\ZM1}]َ\0TIS~^*])Mۺ	hs5OῒqT5mr`5Esj	=(RhYyiԈ*˩ʧ}?%܍J׬0e#I<\'=A|㇞gq+t#sQ9SSȶ}N#`1//aبnhyؾijl?\'TNdb5-\"IΖC\".ui3=1|\'5mYk4@kigRib*J\"-JN1I_\n4*.ZTʩP؍&$cfw]\0+!abg)zmL郪\" +Z i-+Jե\ZN*\Z!)|yf0\0+,>;Z8dG\\/\rѦ(}5}~42ϧN8>g:W8kZ\'Js\ntjntXݳ|v_w/[];yndbf+NB^oŐ/P^֞{1P+^^⁴c+҉ܐAE(o\rm7YFfd3ei̻d~}r\rDE%s|)5n^##k%+A%oWY0{ps(\ZxY,7gGڒvזtr-y$qi3(6~;{hv\"\n8z^fZFRhd(&N:ڕ*RV8\n8c뿏{A?e:c+OC6!','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:4dfaf5978810b028cbfaaf280b9c5268','}붑z5#HcfcW^l6NrkuQ\"5\"Q)߾x4zNΈ Fh4F1Mg|8pnyˣpBoqx̝*#(i	h&/m\rpOfyda֔)&`2ۥl<Ko8g2\"6*j:YcL6AøRI|:\"{}>ΖYZFiWu?`=G*^fq/,7e\\&wpF9)Pf6ܾ:!yrul_-Epn$ݷ»O4zzy[Á-KiEWY*lY\rn\'=<ěG\0Uˣ+;RvWٶ|̳-$Z.E3ȣ>*{ﭲ4rm}~Ϳ_W#l@\Z-fiFmt$zp2ZqyY__o^f;`C(Ҡ\'(˩skvX	-h^Iz9.ex:I$\n2\'3%(s\'dhu,.@BTh	}#EFFUFة%aBUͧ\\q.yZ4NH:	E4#Q%E--5]\n(FTֻ͢m6A3m<m0ƩGw7q9)rD6\'1--jt旝yb/*29\n(J֑SZ\"pk`uGQwڙ^=\0=l\'SJ(`AhpV( OBLJxZ\r%jڴκ!m;^Ty NE	Pl=Nf2Ʋ)I(x}1r=s&)>=?м[ݢ!O_@L0Z1mX\n\"5әuB;-H\'HCfzAI/8C4^oO~D%QmF1dxTP,l˷hb\nG\rR-%g>7q&MDW+c#Gy6Xp%jLmEeFXH6;\"`2۶\"y\":na),Uk gGQ?W<տ,C9o<\nQݫr{sS^\'Ʀ!/00DVeI_=GO4B\ZBSF&xRz*\nH&Lj{!\ZϮ*6*ӐT27+*Q&(ӹhhx͖aL,Uf=[\'wHFO4dnӊw$-\'M;Е0\"l4nH1Biz-mƍ<J:NDXO@Hڛ\'5XI+qs}sHOi>-l/ȗl_⧘\rhJ[y$	/~4\ZDFSw辪w0=nSk?	\r|*c?ܲ:qFm Ks+r5A\'<Zl\Z	+jsaKak1-do|3,=̨s#)Y\'ЙG\n(fMũy0m}2}Dy\Z$QL=~Ƀ-ЎR(ϳ|_Is	]|B.Ux7\"Dn{6J)!*0Σ%wiL޼ED]DuL1tkif<}[*#UR7c9k74Q@|b:u`,u8)\'_i+s>=T[w?:E?xXT\0@X+Yɟ>$Me(llm:`9v\\A#&C6_8_dIx	YeҴCWˠ$S3KN<*pS!b.1쩕HeE	vA$b}_E	c{O`nא✠\\ǉri\'JZQ­	s#ΞZL#-QbxvB	>c!\"R\\e^\\H4pJ}3Kfb+cWҒ+^;y\'q`5_\\#%SbCb\'*AfPD]l\0@5DcPZm9QiA?E;lNx0	TAw; D\"O4N<AuƊ	:x{5r\n|wtu\rF{Gj0OW&|Σwf^G>RϪ2^8W`p? )O^݀^93c4֬s|uP6Qz&\nh롻]]O:f*Ȭlq[q?	o C.H;U|ae#+ =]Ҥ&Vhc\"S]&A[	\',z0ІS3k<KO)ECHIKXONԔ,G1örG3\"$[FV~D$r;a@_HiuZJX	-\'_v$#:׻YyGqsCke\',ai)\07	go1WaGV\'XUZq.fW\"!h;px]15\\5޾ƨaMV[5{F21;;G\r2B*]2?/5h@_\\M97[l|upVCgpW#\0Vv?p	3\ny\\g2^waal}as&(oEmfnC8r^mȄ*f\r;߱ߩz^VuvsMD U=&ï&;߱ߩ}o[Rs6`2sLHDNOhopMY7EL/K=Z0|Lӓ^EU$ZzUK5mHq*ԗO:\"\\(2Zo&0ҹL#r=iq՟]xSQHHQڤ1-\\Y*Sh.A*zxѻ$5oz\"tǢmE^ۗ\0{x\\}M:{oq7r0,{cA_ﰷt(\'OPrA^bIз):GߢF(4.Y\n(1nOAg\Zv]B.h\'!2S(32fJstD\na&:d!`3G%WlĮz3B>y@䩀/UQu\0p)3QJPzT	J2[[P7.(@&FI*3tKPQJ\0B\r{\Zy;qΎ3vl(SGy:q3t(3y9QN2rl(y8Q3p(Fy7κQ΍3nol8y6`>d2QgƲ}Ȳeb\r3`,[&R31CC-gβebW=3C-@䩀/Ul\0p˖),g9g2XL0-Aݜee5hT3tKPl\"\ZF\Zd\0ό\ZF\Zdb\r3` )x5 5 5SLgF\r#H\r2\n<D\nR%85˨A>H\ZdQL0jjjϠnN\r#@\ry\r\ZULo\0 !@QRLQRLs\Zd\"011x_=sj]̨aA&@\'S_\0p53SL0j	F\rc@\rc@\rͩaA>A\n\r[\Zd\"0j@j<3j@j5|@QLfb00 gN\r25L 5(y*KԠ\0.\"9xsj	F\r2aaA>95L\055hT3tKPSL\0F\rSH\r2QgF\rSH\r2H0j<L\Z\Z\Zd}̩A&v3)\0\0\"O|~\ZTe SX$\0sN\r2A&5L5L5gP7)*`7n	Jpj bzcco[Ỹ- 뺛e].v>l?vwZ>t\nCzC:L9R	;sD\\y+wgW8Cӽ/xd״uǹvo{PϹ]n*	A;t>8DuYn9GJVA}cطldY/);u<gq{BQ·uh֛OK?\0Ż~e&\Zv?7WN\nR+B`{9\"NxIkj\\eOpiY^ ½xI>A_ZZx85P;5ow7!U}[H$(w=RC`/-%_Ӥ!(G-N2/<˷ -f#\"4)}Wp·A\\*6|imsG0.?[n\nkr၇80/2\Z\'ήƃ?m3p^ք (;Fh7%`xo<{Ɍ	\nP5jA*Y\'/h2yj¨((Ora\naHV? (d\"}bSV\\;fa.|gWQn$Ah~ZU2hQ<KB:G7; ߉Hf{ʹ^K8Ǜ#3\\9uzu@68dc3\r4gƢ1+?@xDfl;koF=IYY)ie`QNJN<GH8G}1),+qWG,\'Ўl<LHSrZyؔ615f׉)j\nюBykS668nsq!`MƋg )<c;f៙8ˁV~\"o,(Z=HšOam*@%q+nk,/7pjKu럻8*0rؽTkQ1f{-\"{8k\'ѱXHV j3Bā@.Έola+Ǡ}\rwcZwŶJwA9=~79r	zt)Z˂-D:sY%;&D䒺L/\n5YY栵YlQґ3q|Ҧ\Z)?L\'kX 1k-s2!fk`:`d)+jšS*`,zVNٿ5g ڂAmڂ3VNje%E=})ZZ!j\rmIͰf9M\r5<r/e^ү3*>hi&biO+5k5d\rFMa,\0K/t\Z6yw?`ߪF=EVZ-AI=eUo/70Sz-D8\\ɒ0x`.F׊	HQcwB47\0J^p[@Zt}QYׯ@+Zm[u}eWm#EۮWǷ;C۪ʉ.MUE٭TvǓ?\'D|B\r<[Ooԣim:ງ#i6Dlp	vfS16=iwԯhբKjmA~\\իFҋC\rUC,v1ӷCEߘ3	Pq_Gְ?RcTw$ p8=/M[̪=.&1{zyyVet3cPBʊ;ajG]mBvɊAjG^@-@xd-w9]QfOfCe#=`t{aVINvx`_~\'wñ?9\n!VѰQ}|ole;\r-oYLYUUUUUUUU#V$њQ-/~v\\\\4|R){q\'6y7پ>tTuY_erܳ\roSQn=\ZFMu5uSqO\\c%J+aE .\0g\"6ruA#R=_Fk<\'b-HDQ\rv-Wp림1(`ŐqgsxmNoHdp`\n-j6аJZh}408{\"# }^\'ʰ|T<T\"e PV|Cj*4DJGvE&/\nT#>˧7L\05vi\066Җ	%7T9hv &1ːT\Z봣\0T|ۼ0av5.o4v\rwm4%JTf,%˼9v<E6i\"K9Y>K}h\\zJ_MZHO$Zpz\Z촘]W祮k\n+>}HC%)~ZCSI?Vǩ*-wMaͦ&B= RBAįleY=jibs&\"6mK=ת[#:{-,[b/	^}*R%J+ՉW,3g-+A,u\0\r+МĲ`R;[QAZxE+\Z8K4~ov-s|R\rQʗډ$ΨCJ\\XѯdPy:jSh)+1S]  *Yuk)75WO񂞝LkQF:4 O7QA~f:_68ɳk589x?fVKϠ\r@Q#;+$)k~pG?vwQe0WDEcV𯝡|<zQ\')RgL;gdŚ~A?vwQeVpɅ\"\\\"t	F#11FsL@	c\nrLm:s3:NkJ~TME-/3:x:Mv8k\\v-P++;|gRݧ;rv3#bB#\Z#Z$3䂱Dݯ3Qb#5|h`M0n	쫺I`fWfeDl}zhq2FN+=O<J Ek2xM6nS/eЫ2;պj;ZB͸ ]fLa8LBcqz$}QTM*[9\\+>uSk;N0*i`4%wQO:l\r͓\'Je$?\Z,W]27$ \ZFZSYA|︑ZEܡ\\qdنfWkF}-`SϤ傿Ϭ-+Wܲx.4Rk@x~b:{2%fʂh~&yζ\"=.%,`E[k	ɯĄkRKV8͛҈D`ZI=wzǴ5b}]n.*_N?_90۳JcT);/\\8=BWqC?P2\Z8@r#Eh%KY:.i0L,$-w;{KޏJETcdi3n2&H*xFUO5rsVy oAIwyGk]x-m=\'˝eoH,o9oKG]TKk%ۨU܄=Ve$J$`ҷDu&սkrH*->\Zyv{LW*Y3&H-z/W8ǧ\'oWqWOzk\'$o7û\Z:Ӿ?I?ܾ5E\'=eTHP$F3 KM]DQz	XްuDIOP/ž}lpp?iK*1w˓\0Ʋߚgk5\0#*g.e(9DZ*pq¸;<KLU\nxYsBK\" |{_|\\^O3Giif{s@-Ȗӷh\Z¦#eʟ/s7y^WqR޵Q9RB\"cӧZ\\а0MW<߳bwp{\r\r\"\n9moώfN5r[;sjz9mHTܓ[!1er=eӱ3}eE)*(-89(\'A\Z\n{PWc\r`k`-l[RS$k\"\\Oc`36#9,múL\rc,VwL1wF$iYavviRUu	ycݿɷܘ@*+~=/\Z/4\0-S\r8YfUJ3ᥘ^9@$Քksnh3~4Wv0w̝Q~{G;!5ZąREϤ8,iSֽ[mCg,;P$LTg_L%tE]*DIۿ4)>Bi\\v~kasÐ;T\rWnm+љq,ʲzUz˖NZ׮+[ՊOKa+xd\0x͜IBb\nnHAvsY2srriCmJ$jBbV%)l\'~\'KWS^l1,O[>[ѭ4O@߭-Km\re#&̡-!(fV=<t!<v՝ӛV5ܩ5>u~D^}umސOe;ɚYT4:`l6H+4z\0xlZ+pZuL-u52v.w<&WY D<\'eކ{aer4,	\nqn;iN1fC9\'Ki;XMLs^՜@*ign3EUj8TY:G,9~`7p ]cC+Q^w}\\ȋ^JmlTEuEDkaeȃ,\\}u\';gQt܁3TG:ĕZ2mO]q%6NMzZldeXKa;j8\r骵?=E9__^<k( 2j\\X|~E%kWFsQv.p\\}0\\lx@`J;^&w1vݸEQV\r%mx}nJ鉧p3\\VYfB(כ\0LZKi6N:9\'dN-}*~Qf`-%Eoqm#\Z}ϥ|FCgtj4C8yX8I, \n\0h=?eǞ?9(钏EZ=ri\";wTP.18SEQ.~>8<Y\0*>Fɒ\rj%YfV~GD@}av!WLfՖaQv6yYs-3ۊPz=f8I,95᱕~83ǎu`\0~8.)1΁\0PZK% P:scղ\\L\'5D9l>\ZH}by\rNtR4+L,weϣ\"!=Q6|u7F\rqT${|U~X[}wfJx3TZ.1?s)PfNK?xx)g2SB,ץ23?fJ>!R(~?}(ܼQe$1{\ZCSseeMNXR@Cۓ59,;Bޓ;7z9x46[oK&j}z\ZYDA\\eND\"Q\r=nwf4\ZIVM#٦s:c7Ǘח1\r_}ۿ??_~&?_\r𛗯苯o??}|uR_|?3IP\0.\Zg;}EuB$f[fـ_Z=wi]D\"ɲBL0rH\Zeg_C^y]#mv8,L91bш,p\Z\'kxIa\'e.jQ{CLkqhrGh,aU Ψ\"\0UF¥DP(/R=ZfI{)\\6A*X*x6V=5ItPi0\rV+E?\Zw6;6XxiF8$<,EmX2\r ,vRud0\\kަۺ\Z[A;/TMK#\rPG=垦\ZNAu9BRD]vva6ck6=\\\"ڨGֱ:L-+C;誎!\n#tᵝ!VX\'&ԡX	/ww خjz>wC]4]φA3Hpg8v(HȬ:(e$ĉWMƢAX$pG[GnrfjSN\0<b\rNKL:!tlO6j,`N:\Z\Z[*ϰ*/a2M[}qchƥ\\[dhAdbRN\"6zJ+65ʊK5)\ZI,@fJtkVѤ/ W22r\r9@Uu*\ZUHFsB@!CS_٦.:Q_FSML\ZqKP.Zt/F Lh7a~w&zfKKo~]gqp	*:(Kfpd;b>|teѐiHy$6j.0Flw#t,0Wk8TKŐ(&Ǩj	V_ˆ<X7V!_!\rOHuۓ{ۣ14*y/=\"e4Pp;0}}}\\`\\2uvڹYQla?՜ y0!XY\rr6\">5QQiêF*+tB`*qQa`Q\"\Z <nf\'P8*l8Ԇv lS\n@ʟm\0S#!]G0 vNMzSLm5DN=	3.EXx\0\\rɪw\Z\\{c&_ՕMEcXq2Au\'QT$ߘVIdN=F2Kkg{X8\'Ѧ;$.\'J|ZvnJ5IUECFAn,+Noz0q>ss&/=ED鬪Kz_vXp7YWΣ03m\r(C[-hDĪ? QHuޡ\"zpI@N\rn\n(i^{ga?\rg:fr+w+2kV۽T-O\r_N?d\0axzE^]ŏDle8;g/\0, (=xzY|>@5PG Gm;Ci\\\\Әa\\@o׼Uw-ZT\rx.f\Zv\0f^67m ]P:o{n؇5n,h\0J6JʔEEY	\\<ܫ:pɶ;`<.ɮFj[*k\rݬż-Nn2\nqzRrەd\n;G%?tpd\'+yUZ#}?ZMݭǹL{DA*#Co9w	^TmU s)~۹p\0@V#4Jw`t07j-KQIs%V^fZM;mUDUi6I\'s.A0\nNL~YUDgT7[w\Z!b@_UusПT\"YZ^k5T0*oiW\nx	\"lz\0!s-Y6r\'\"eV&NfݫxA:ڽ}xkvӁu+/yvgp\'	rp%U]YLv\rw@L\'zSw=C -<5LnՊ}*|ɶoͳ\Z>rqB=k:|ù#\"}4t<A~e}Ρߛ>}W M my8d9<߀7x۶s3VakGt0oWaiݧrsGrα~(c88aZ9ȑu9K$&QM9}r`l3/=6/\'28,zx\rn/]ȪdՉEnsyfyG{G	n,ٯv0-Qur+@lețXiW0*\"4ZyO4c̜V\\lpYmڲӁ:*޼L4\\S۰j_\Z0(4xTj?ЇsЌg0w-&luBzC.;%ugQ`0}|Px\ZWbbi.mO.z{Nh','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5133f63e6775d8c73528722729584fd2','Sێ0]4v /HnvIqNڝ%؎wk@&\'*}#r	((ZQ%!5\\x75!|lt3u)-c{{6y;9X{>g9~9oEBԧ\'UiGűfױѫm#7ث$&ޒQ+\08y㭅Q^6GzSToE2ᗧj y70\\?D]?cs3g\nP4zU.Y\n8B\Z#nR%%e^Y3Dg4-{J\"6;$g׫H߼P\\C\ZcL\r`vT,zE`]{މ4U','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:53a4ee8453ea1ba112a3b9edec472927','UMo0+TZ)^fnAQ+%!r604F\Z/$B6Jƞ7o|`9=	@~Ųc#\"1@^UwX**d#O@7JFئ)\"Uퟒ\'	le-HG \n(Z^g9`Spa&RI8xle0VnJePɀGF l.^ƽeٰO(z[B4%I)?\\@	,*y[q9\"U`JU8>]e*u!=3]d[|xg;!rv|}]qPˋ+vC=TpX7Җ3%3[PnW\\̵Mg;kQHP3Vy!i.x|iUɤS0))jC,Q̧74ji1׳ҁ|nA~w&Csuk$ pӹIfQ-v6޴5MC|yL,>Pli\rg 4  kL2z|)-ﲬ:j]o9RI)]n8~Q:sBj\ZM.<=\"ru{8#a܀2UTe\\Y\"Ҍ6Q','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5626f20e5779189e4b3762d416f112a3','WMo@+#KZ5ql^RE%=aU`U{wǍKn$o7f`*ϥFVQZ9y(ruce/%o%W~5.:Xxuٮcތ\Zyiyڳmֱ29&2T	8c\"d㹑+@KsJt>4^*[if\r_M6#Q盌5?q\\&Fۻێ܏8[ԈRr5W\":NEO}kwj.U%Og\roD}g\ZQTVNSql«Cw-07a\\+u$s([  l,7vdF==T4(:[Z}UP^ݰk+?V7L07:DZ?pxa~17lNC\\3ǺkSRpb/\'\\i?m5|4(;*#N˦6y4Ջme_3C.fp!Ae>+UaեaǀV~>','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5764f5eea24d4fec6e13454a597627be','=kqb84yHpp$sAl @IԈX	ߞ~G]؇;HvuuuuuUuuU||{-{[1\r,yM:ܧmiu˼ȓ7(8Ǻ.mڏ<K$\\gOҗ}q%)tga/u% 1u˪(\"\\Oa/uQn2DO`Vůi23 i:	CIЈ\nߒǴهnVkBձB]Wk+Rzj$ͱ\n<O#Ǧ\r2ѐJbu[L={K/I\",ٺ6fpWƯhUu:UZ2:0m`Y8S~n9}xOq\rVeM?aElrXog>yLF>Fpl2&}&=ڄiÁh	jgYN27:{ӆt|CD]:\n(ͷtd%gS馛sD1GHT6 &OzMHJL1aN\\tf<qLN&$&b%<uR|KESm@lL|̢\ZIFس{J*О֟I$Zk 4$qH>=E%Q*NHu9;|\n\"KSvt(Zp	w=67NRǱܥeU}mOq,0\\&yU\ZDzO5\ZC5_&G!\0SIӰ?gɒ0K63)K2|z~:ۻ\\7B>>;/x胗ɘ䨭e6ICb?8/ܕC$&w 41IV,ƣ@KY][J|6Ê7fKY) $m:4揓JHz鲝\"1l,TiI+Z!uL=l&N^yADO,jJ/z9\r\rXasXd}{?>>n	zCf2^#\\5pmWUK[,]dq._^m[xo\\t\'5»5ZWAsߎc(ZwIUGқ8w;3-rZmWAslz}5[Mki5} Z|yTWӅPykj[gv)Nva.~\"1<gz\\aqlUZ:ZZܺ@߽.^:o|lκE~%9/N?<Td4M7^pQ7ؒ|8ABh[ljTOsɽdM~mf;|z`vv_?8A*~<{ޭqpsҗwq]gHs=w1Diih%4:k\"ſHP!10Gc)dF \Z7z\ZOΒug)w!cKdWrrvמgZq0TXG5\nä9e8*p<(Gp-ՓxwkW=	!΂jC\"TT{UmKQzv{ujBUEBgK$Tz>3!3<;X+ThmU,ڱV|&z\\I6>\nMGp.4ы^xٿIo0s}0hJʲ([i|Uq٧vs+e$\\Ʉ+D8}WdJyy}[r,<b6Yz8஛o\'89\nw>:|jSm`oa),íHᙔ˪࿴C-C˝(<B|oc:LV)KIQ]a\n.dS q> &8Kaš\Z.i?jXX	@l$_4ϫ$AzVi˅t4J@LIh\0jh]ucdt\"8%_4$G<>їѢMfWI퇓 η\rڒvIY1yUmr\'\'\rq4ëM1	ˢfmɗ/y a薋|̓<4p0#=b\\|x%v}E[e%,ED\"/7ߋ%oaXW9Ѩ	$FZBzHaV%M4O6-o:$)R.DE[QBc&U`\")zGVh;dkc&gdH*Re]\Z,-^ŻA\'m7Q\0dh2PF;.}a=,h787n;?24P_$F5(A{>!2i2?7\nZo6.\\Z=Ƨ_?ECDDCrcCgIR#.==R>>?D]Â\'bkW$wĭa^2b8nxMbk\\2$7QB|On4;> )|3,~r5ČEy:.w^k&dwKuTjR~~f	HaJ2淊Lީc|LGBxt[%ɱ\0/p㍸\\ۙR2g0~d<>uOK<פ◤ҝLb#jFp=iR@YKؠ~x΀˵z|M!&?pE5[ѪaN4@z}m[kTF`&@G7e(<uS:0{K hZƳ׶,⍩>ѴI)-f t%9A,b;A%O^ HZ¬KX#u`=wnҋHm{㘜s.7_b<k_cdNS_WvA!}p6ed=Nb`4fLF_fA<;2%l\'ܵű~(,ty/2\00&0Ur?RU!9.CTbH#{ò[wǫ\n[aw;n4>11;\r!Yͯ>n8ë\Zq#[˜m2$b06[3C\'@XLv0_hdwc^X5,Oǳ\r\nZ5	)2;w%Ӳu@_Z!ΓL=JنǺF[BO6٪,hz\\V_SN9!;AA\ZjzEg\0\\o\n\ZETeZ!w;/L|\rkA􌟜\"/Nou k|\'ӷ̄bv$s\"̵\'s<+x=1x;5F*W5~;M!E!a[$QHOUZ邖yTXdk5H	ew!ϓXL?	syV8۪s>(J$HK%AI%\rͣ&EƼ(\ZRNsIܥsf<P}z\\\r*V{1|\n(x.\ZvoC}&HaD3oVu^OA$Qk੗(_pA}C\\9Epi\"b;t}4lt]UQP&~N8;=}V6UU`/k4KMB<73ߣ83:o=ҮbaTؽb}o}/YQ%97<hcgr7@d\npCVlN(hes_}ߡͷvG\\mfF]g߷owyBgflU\\@vÛ:m\nmC}`dSf8tȨܣn~pGbR->\0cZZW˅u]H}up-@\rxZ1qg|8ǧy#ۅ|%]jjoD$=47j?,%\Zxsicn15Ia3r:R#vT!\0t d_tكJ`r\0qK?0MDidNep\noDHs{VV݌hp$O5HzaZې)ϐ7]1z􈝹pTP	0\Zb(|<,3X܍NGmGxy\ZȻE%t}|k]<TfޗV9pH>+q{tw盽CY7=d\'z2|\0pnb\ZU٠-F@J?\0 Pt\rӰ@)LdYalvX 8\nCܴ2w\Z0  qd۰:<7@sAת1\'!|=wA!:+F}{#(_M4%\'_CQUp2B{2\ryR^&zÛ\0Gmכhb&y37A Qftmsg1`R04`d^g\"-52L`3i$!6Wseeܞ5mdZt9eҬɝg\'#vcM\ZD_CÌQNY͗}7]Nٓ	SՅ \Z(&wJ)cgR;\'),*`eD\"zwЬ0w=LS|sG@8Pdfm[67hb,|W5RXHS`%5f>ꎬ4Hi끊x5rɉ_.7>LIR*M\'Z6d0\0\r#	P{ؼ3t=GL71w]\'g-!ۃHgeIK[˗X`^GSY7\0z&6:	.wu1 @52\'\0a;nPV>ji#{6IV6ҜBoRrp^]!<m6ۙ=Fia@>iP5|i?\n\"\\0\\ȔsFf_ܭˀ}\n;f\\7Ū+FMa\0Lq2F#fNa\rM#I@QQP&؈BFSiJi}0c\Z}D	g7/(%	rtb.aݱo]7L&o\ZoK\n[2omz2^ѧS}?6ibf	k\0߽qhF@:\'F.X7ţÒ4C\riiğМ\Z>4K.I8ДQy;X^#5~dg7	DgzNr(,CϕaTn<wɌs눲íWŤ\00|6khDFS;}R_XT!pU1{#1nA}Vou3:ګ%NweR\"_g.w0W\Z/*IXpy%(W[܍Pk\Z3m}{w9J\r\'_vq9s׶D>F:#rrȯDMׯѤol	5zBٽڜ\'#p4w(nGs.noxƩ0<\'e8?ONFп}F %##](_8X\'ćؙ»dX:)-ۜHCZ	B<!h	֨$+h绠O,fI-\rF&+<Ԡ@nH1Oc(.	.5\"\"Ei1RpIr5\08٧bd),4Bt0=L|o\rAѧc.烡.x%ӻnIw{b;H.9qM>z[xL!J}?\rE}|;f2>ӽvVD-q\\HV.t@O;QG|tmVm0=o9\\&C\'+%#m\nstIG%adV Jy5%\Zt_f֛9l|EFkXD&<_vZ\">0(ΝI3C[ȳ?@\rb\'29\0d窰qq44x/߿&4M$yw\\U]vPvaۡe6\0v45pXJG;e>|x	-xRCr[\"Z=6mR呆LyoVjفƳ.˄ӑ,UC\rp@lSX*C,2dKՀޯ7P7G!}yL{Ad@i\\EJ6V\\D7ngZ:.Q.Qw7SIsrhcj|VƲP#1SNhN!c7cG@մG~¾mvUTA@(f1޹er8$MN5\rTV(u_.:$3UΕp5pAVɓjrNYx态a\"l/oIF`ؒb1u%h䍦([!) 1\0 34kQt\0dzzuclgN0i=aٯ#Yprh痽1o,dxsӁ5C¸q$\"H0wC{82a#A5*WtM]{z@7!6 \0FQK%k9C͚(O\0LgWe֡i,\rCpN[\n;>]Gǻf8@Omvt1)!M9&\ZOcNwָ\r@g\"1A\ra^MV2j_ҧV&BdPu+iuY\\|*a\Zo<p(\'0r஝\'f䞙&N\Z\\TzrZĈF0oI~WosGԋ+\'u\r.7uoKҸM	9&д]Z\r;Ut]ogϸ%L\"utkJ[.z&AC0>XQƙѰvᛈ\04F[GKc\"*i֎ғ)59\r={`b1̸>Uw\"u<uš@/қ[&e#!|\"V#8O_)*4I0}4ߥ9Z7.tw*u5z`\\{uDBʇa}1LVا]Y@bo.we3XzUϭcJ\\bT쭜<%εohK{E2`x[iFO@PTcf2fP9d8i;І\n,ugI|4i\0Jv-`S\'J:2޲;O&͚MƭцwVR\"^Dm|}F\n9A]bޏ$9>3U[`+/H]-d)Bӌ\Z5c#z:\n8	<&|G2$ӌ-GJ\n38A~\'9&ms\Ze^p8,{avL\ri>o7H/BbadZRxF٬`sx&K_9րJې2~vחUl@./U~E2>-pfg⿣^&* .ӯ0!#,XԿR$ID6\0-\ZnjX\\c,~}s׀%h	1iF0=]ʰWwxق[?ƂɜqbvSX.n剟I<.k]gzBܶ=s+N.ك;RT AM+Be=ƹjӾGsP_nHn.yN\"2<8ucxyɒ?#yg.c}8p䴿k	Y܃M7c{I*G(RX+n \"A|C2e_\08EМnY\Z\'1es4;=DuJR5C79f]Y[c6n9:ݡ-],ERA\".|R9#/A?)	D4	{. \'֭45b\rd%h\ZR]c\"s,/cP>Ǳ~!0W+:mYdՋD5,<4dz&ۃ\\xw+滼e\'ւ(<3-6^[ꜥְAs/VϽ[ІA*[ѮXDM疮nU)C!_?!\rcw\Z','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:57a40a113d94cf38379c7f9eacd03b72','=i۸E_Lǒoy],\rYz-$#ۗ$J\"%ݝt źX\"Ȝ/y3=m ;pig=Gωtrmd;O>_\n-חA͇ԍSuHh9^\0qˇnlږo\Zbyx\Z\"C;AxCA.}<lY;O1pO|`c\n,߻ߛ\nxinzXNZ\\\'VDZ\0C!R>HF1⦗I&`qb9*(\'Os\\!=ف@Ɗ16tr}&l^wi#_(g=I9iFE\'}>!GXS/-BY5\0vvg4\"\Z&5=}5Z̐\'j^\05OA \0f`e{gd8[{tGf\nZ2J\r9uo)Bm z߼	B&zw`BhI2LuYA<gQ{NcdbpqPN#b!\\kHk>CGb<^H]?x4ᚈ`H :X64chhɌ`֋=ĜCt?zGDr7erC_#=Y	H\nO2f%ZNY\n3\'2K䀪pe\0U![Lo\rcL\'JE$X9+hFoXzK\\,Lpe/-.kһ.\0,]9RÑ>EcD[{tW5X\r\\\'GeX\r2PE!HEj}κ-I@j~ҧ\\]F1AǿSfv-2(8\0t<5STF! \\|FbPnRN.o#DuݱH\Z5v>՗ښ0ӷ2v(,눁*j)0I,dhF\":;҈å`aZ`|˨< 7ZT\'aᑋ:\nw=Xg\Z#kc!%\"Q]+u\0K0#[(57*ЫLk1n+Af^6zm[犺^m(CDmR=<Bw#OrJ|c2͛Buoe#,U2]U`	L=;g1A.!\\g`j%j	тm=%,Lמ&zUQRpZ\re(`4\"VTDLumʣ5Otv\nDuU]0ZWU.mkH\'1:/֕LogKtm\"GnaZӤF\"hL\\Y=N@yyc+hӧwlZEtF(u\0[4jJ<-q5ilh^B&:x][ޅ]\Zov%ԆӼ^mrp^_\\=>\'V/!7	O73df\n]_.ä(tY!z.cܵEcY$PۂWƗuZ.\\>OD۰zwFa泠s}r>GƝO(Fn吻:ۓR_NACoИhl,\rӨ(VF\n-+|i^\Z:Νa\\RRT΅s?C:t54ΐ@Tikzik6}QJM]b%vݿ]a%w6wک_rٌ]9k =+DF-0 E܏J#/`zl/)*_\0s;L_\Z.&xEW+,oݹ]	v.l?LnaF6Od0]:s^B&ǋHՈV7e	wҶ~)Z.i֤\'V+NS*P+CMW6\0\\㱕H@C3U9e#ٙ-?,X:?\0Ql6\ZLeژ4V3gF\rhiB׬X7O	!\'qIv\Zx⹗I,3YF@PuCFUЊPvſ#$[!jXtuջ\\ROsu=~QъпcŖI?DvNCw6(?E\'$_Ejш17\Ztz>ސEߍbx1?7~=XVs>bOGłɕ>>N	g1!%+m5ϫo;]͇O^}`0@l1@xK\r}GrPp<e{33zTIN-y?|P`4^RB)\ZJ\Z!Z7Տ7:ѩLZGtMFv^~ۭnX2]#V9Eك0-\0Q\r\0\nFlHƁu\rFL_PÌ)/Hh-<DX9XgY:5Y}|[-xj]٫?g54]&1C-g\ZE\r^#CO25}~#}1Z+\\-zmLm}4ՙ}D^`om[`y]d߬J&lCU}3u[|S7^\\@Ae+4h^	b @})]ZUZ\n?G(+ޠ\n+_nm[_tMg/\Z[>zm)\'yAݬ`f/ޙ?W䎜T,_fB޴Bk(TGꝪ/OUm]+P|D9k@X;}5t	\Z?#UѫWJU`s:Sj|fh\"\ZHyi+;6Ӑ)t~&|χ\rU!/Ro\n33_ʜb9<&$|<cSX;]X\\u6/\0:6}tYqaâ`\\CT(qJEjl)Sq|>-ľzD#&WSd|Bc1`n\nn⺐uKΜ1<]L^i(|\'f}w(k1;iu*֦^4 yPdᔺp&\nc}R}-\'o;;ntUE{t+2\n6_&o|h=@DQw\'^Vl2hͽsȡ$w{7yLbcs6ApEtp`\'Bɉomm Jx! cpyA,f\\;Vs&)N8g=;~zw4PSib:;96ۗ3(hB1`ڡG`-.].E\"L	T6	\0h3z`ټ{ŭ~x\Zr?uɘÞ2 k>2*~p\nЮlO&ĀbLAtlm\0D%X,7>!vEfM)ԡ22ےΔz1h$aou<[תewwإAv?gme2$OmbɕWx߅5NxA+gb4A\\1(PPP0ȕ\r5\'Ή\"^mvDkKlJ75>V$,o6x)QDjOi\\Pp?HB1D}Æѓ\Ze.30HDMmt-r||hazT\"p3OJNDNg	&0Ћ10-h;9䈄a\nUIkKh-! \'ya#[-ٷ̘yq@0%Ah912K8!\0$Vf9yA%d\nhh7LE&ݜр6aG\rO0&&t$wjТW=ԣk,nHh\r//hCd>@v	_Ы^5/iʱKI	XLxKj/еMLD,=*Dx>sU+T[UuHge?qW[%]S<ZǘjI\r\\\\NVtk\r2Ag\0B)~UrEh*m\'Dh &DxArePЧ97j6}$V%|/E#~R#hu;txtֈ`%FM=U6}!ԫ+ѻ	F|\nj8޷RPԶeM},Bѱ=UG誚-Kz;aX>K0bjQ/3SY4+2p\\*h u@#/*f.r;-rr`\'WVHP*ą)r$J`\nV-= =E&&s|VBB>^.8!x5Ӌ\\a~\"h8\07T[@NmbVj|ޥnJm\\Lqga	q&	ttҹ\0m%MCXU^VrӂR\rךr\\\Z$5Gu<&PfEY=6(tݖۧVoiӭr|\\_j@eah6o51į1F6nMƅjRVr-%w]qq\r3{A	:\n[%7w	c\"\"ww\r$ޑC}mGV6_\\zͥ?fw*3dsA*ͪЌM6r;povIxCKqX\ZybvL]Vۥ0{3H&l/|vw*NVPe&}՗hԟf\0ot6F/:os^:95wcM7`yB7;\'҉\nrxţ-śTh(TyV%dk=)%)K*D\n-\ZC~P.\Z\0\\xd\0Ί87#qN,]RLN.L6ޟ=\"T ЅyuOȰ\ZJOpЁv*\0lp{5+aFyom>.O!ޗs\"Cݘ/,Mt%,rKr\\ 哛%j(yndsI5<KDӇCE\\qTb˶19Uxo t/ras,4~n\\XL,A5\Z`-J7BV1MR!Wh\\ZyU; ;>֧!B]I*B\'UV<^ݝJlHmЅj4I tF&CZH#LdI~}Ḫ]RX:x\"OA(|(xc)ʳ5i(Q:\'ڊ{x\'WG<|SNh2ga7)NOWOuL_U9k)rVɢiXv<GxRq\ZVB@2[lv&=*5O\'hqϋa*z\"W6z{9$Q_j%n+%IVqcuдtc߾g7D̎\Znƿ;\\!僷\0{N̤`ZaB,7cW`41ww<W.x!:|V|Zx.FH$\r{a\\?:b6ongǮGd!\n9A>	|QS2lq^|,Ivϯ rّtE:_:s|H{6`%	d!YԶx/Ok\Zm#-H͑?͑uUxnLGݜ9EB˥Hvb4Ӧ\0_~;fJCAkI>TqͺJ#{e^P*vY^hlxQ 0Yv@S*\"vﵡҼXnk4cjyYtq2PGHI/]P+=9]VL,+̈.\0-@G-l+ªy~P00κ-fp[H:4\'\ZlSՌFjyCZ.>)JNmj~\Z%\r?P=hz1G	QH#bzz(=֯X[=C4VZ7Wn7LY\\Y~p_l\"s0%4ȈZ\\E͉ڞ[Xý^ ^>n\ZƺY?S7\\̵BdJRl.{%9,)I$8;K(Ť(Aً+$F;y	|z$Z9ħd_!Iµv+\"f4B~4i\"[OA0̈́\'Tv<YY\0qvv|%=]\\ic/ֶߜдSŮf-(clSkXH8B`G؊\'XBFv@ɛ{z[ɼdܸ*+D>*\rkW<k\nV2y$悜ArIPTiYґǠU4ƻG#zähi+YNR.#-i{`ŕQ+ߏ<=6ssK-*u0LMl$k,^3*J{N\rg#?{OR6ƏK6뱥M[OEdKhHTX~~fBc@E3W.~+=֓^6myy娽\Zl7qxy%Pe,l#(]\0bA\'˹F*7 \'#H@ߓl<6\n,NZ6Fg)U\"|s89@Ţh\0^39CܜdZ/v2SE#7','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5a0789f865bcf7a3b12bb444258aebef','Y͎6~k2	\n))z)Y4(jmGs{,t#Y([n 2rf83wY$)WB*Yd?|cveXڎ	ٛ)Ji(T=%G#	)Rn1!y6].ifGTo\02,	\0P^8ekJި(\\;ÕH]W\Z-K8\r6K^=arb=\n;fC=hVvoÕ)п$i(7liN#>w@1Jb*ud.`N\"U}~p+atQhpQv,?VOLEKS\ZN _iƍs 9%`e⹇B@Y]Y]>JmF+XXH\rS|3JFǒR0\'>\\va<.qk]0l?e~X˘\Z/V0\nOk)\nNg,\09V/2IƝ46mzV$5\\$flzJ\n$,B/EXrdŀrT@gK(U$YJ I!.g9hr+8*ST({vZ~zi_;j]5u~5\0 ?e)M!W	5ޕ3wa\Z+f+{婓u{)\rs2R-Wս#JLX}Q_M_T]wgG,$Ȕi]{\ZmVL\'_a)2\\\n۩5`/l/oCk\rfpn5g,=5zR\"<&L3:`{\r|C.px=rKW@\rf7&;7rC1$݂i$ԏX]>qd\"W8b/j4a%xi><tn֭ZX״gYPCBN6F}BtI7OuG)H\n\Zqh#%R%X&a!VT`{lA	:qKEWԠ%}ǲ\ns!P\r%Z0*<w ᖽ[JqKll1}f9kujg\0F\0=~~KmaCzmߝ!!Gg:BKJ,k臁]MTO=Il{E66%5:ؖ1b/DK7-`Lt|@0rsKyznx/{tmPH:։v/tHw\rr}<9|~b+j<$F!a\Z`!8gz(SDOt/P<><~x$qS]8x#A6^{XֿY-{h*DP a4%p@GgB|TsGaڳzsNBdTa}N-ȆJH#)oyג|>','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5bf1881c04357ac388330f125a5080a6','X_o6*\"j:,^҇ˀ\0-QkJHʒ+HIvv;(]zdUd\"[F`Z$\Z1\Z4,Iu;oI»4:J?uvޒpo?*8,,xE6Tj	gIkZkZ*BHP.4NqEWkqF\Z$ENgHH4=\\5\'\":#\\4\\SHh؍4žPzgn,8tڧF{NiؓMW\Znt?MID4RmWuƃRǷ70C0կwT¿jQ]-L.=q̆IQVw\\^Z20ۨ6ρIlha yVc9,s7y :Ef\Zf\0_}?!_\"嗻7FᷓY\02ސ\\&\"k];yQ2u+YaTU	+t0BsKWɨdiNj>&&#D\"RlC܈*-KۜhwJ5\\wf~\n.dv\\ϛ=[!s*vX;=xvP{Q_\0ajbVKSv\'Q@JX;\'|Nax$Xt\r6~$G0&\0dp4\n(|\'4X_F-Ia,dk\'S`F\"@qorsS:]]nOŦsZ|bizK.?ګ@V+J`%ggEͿôHb{%4ٸ^0#RitQ	puvcT{?YҸ1{0\\+]*5\088/\\dcm}$[UF\029!eQbs2&[\Z}`+=GQʐT.\\aKnwq\r){isV()V;t:2-Or¿=f]iSȵ}l{HOx4ˬVk[aľ>fҧU**2[fx^C ڭX^\'[`l\\5P;On9*?cu>a\ZJ9iX_-\\|F5rXtS)G7_`yNIc >\rYڛap7{B\0(fsh	a\n:!\"6AXf(@Alk(:,ԁ(2䢒P̠)L-oAom[a#+)\rEpOW˓o','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5c752f61f557d6f95ea8262327a0e231','=kqb84yHpp$rAl @IԈXTHfoOHER.ÝG$\\<>?-~{1	4Y&N<\"˳8M?Ee;zu<7ڦ8$U?/ɟ8yUJ/qQ%(\r4y{U\Z i},ʼX$b	ʿek,Vy=QXns{ERg@<y%UhaƫIVq4?Vhͫc.y}+T:j m,#:O\r\"А\nby6L	{l^*D4ViqM)>ᶈhey:eR%\"N*0m`Y*?,K~c9]xOqOf/KF\"$r0\"69,fqz)Ҷ	p\"\"}&=ʄíGh	jgiS7:{ӆxڷ|CD]w{d`U^82c˳dιmyD$Il*HJzL1aN͜y☜31I(MJx(]oURlCEcM@lL|L\'}9<cH=9ޮI$Z>zx\Z]8Z$NB{\"Ƃ(\'`e&);:H-cһikeXl.I7}T e#\"v.X<*\r\"P\ZFá\Z/Qqc1nXVoi R?MMRߺvNݜ]~B_c<Kbd@drֺ2$\"1tJJH[Bsg$+ѡ\'f,KUTl:z7zKY	 $m*gǻv2{@aafa2BB}Rzl5EqL?XX@uEMd[#g>A+4sb\ZBǍ0Zo,[Ƌ~xͪjhK܃y}0ڦKirC-kۛ]bzCpB*h2pۑ6rlvw7x\0S3&.Hz\'vax7 _8ce_Bþ*h;\\σ@w}-ziTDO?j*<Թc\rm4ޝى<l#DH)WX=wŤn>`o;*2\Z[[U8ԨGBlO> !mˁ-C65OBq@\'^?ozBF>=l[ rdqx>oW89\\;R9m4~͢_$Gژ0ģ)d \Z7z\Zn/ΒUEśhoopd;j{͐ی?QNWrrvמgZqWXG5\n9e8*p<%Gp-h{kW=	!΂jC\"TT;UmKQ:v{ujBUEBg9$Tz>3!3x^\rEhdVq+>J=okm^FAkn8]}E~/<_$7f>[EYUM*SQ92d|ԕ\"W}+2<>YUgs9~49p̓y?9|iRm`a.4ŭH%ߛQ!ΈVHK!xF7ڏ1Bb&Oӥ$CS(.1En8sm^Y_%Gk_5a45i,; @NR6w\rjIUQr!M(C+\Z/8il:0S2:߶Vے/jL&!d GߣED6/1j%GAm%md\\&*>N\Z:(IWy3cyUi_Fy a-iy0h2aF:ĸ!Jnd9 KXzcD0oZ+瓏Pܾz`Ka^p/(C&i	!.d_4Am,iwxZ)tt[pC\rmQ4GQMD	!?[wQԬm?EoUʔ5X,V1Z)\"OV->oI,#eu#=:~o\0}a=4h787n;K<~dI !vqkP|zE\ne.VE}oJ._[;@EmX<zO4e#80Z!:&CC0pF(\'\\{{ܭ}}~	Љ8dN׮N]3^I&7⿉[Öep܄9$dHnڭ%(1hqIw|ARlKgXNZ>t\\|oTLXɮ-}b`Mס\'K9/[˘*^3qz[x2	R\"o틗$ꎞ	.p7rs֪ogKMˬ\"P>/pqYF/q;~AGZz\'Tw\"_FAk.3CDE`ckUCÜ_iڶ&~ר\nLPyj/`)/yh\Zώ_\"?lWև(C6t\'U1Z@Js*XpR[-v\nJx=\ZAi\'bG\"=z&鑆c-3$%19\\n|wy׮DȜ~u֑鿮[ׁ}lʈWAS{ v2ebu5١a.h՜x3\n-CIgiצp~Y961xWܨT\nQ1CQ:3@<^V\0\nV\\7vХYɌAn\Z|o~5w^׈ZllX?N\'FC9.Vݚ\Z$\r>\0bbۇ\\`&̨a%l68udonpT|֪QOAAܹcOgLo>.ҺhQP(&/:V5A6FdA[㲬r1fxe	P,:|\0D|S8<.Nߖ(Jh-yE+Yg䴜!|Ap2Fnx3Y[e*k#a=isA]~Uܩ6uTޮi\n)\r\rz $qB\Zr(R̣jV7AJ(}bIc&\'!VAQ\"A@Z(y-t\Z7O\nu(ih7!&.2EѐrK\"6={7!WI=#T@e[ug-հX>V\"?Xb4A\n#Y\nfӇ\n}\n\"IZOFsōu\r.6KQ-	a;wF6`ʀTfge[U	i|Fcin$ĳ{c!->=j=#\'FAk(!e,)spMV1v(Ǹ~4H\0k?k%?-FkTd>-l:kzĕA<ly}fp*yna0OA>~^5~	dW,f6a14F6L.8eClawz8 &ۢ0q\\^uW \n${ۀPy@\'asGs|ZU0:\'XҥBHDZCc{CvR!9Wܡ6_9#wϭ\'jĎ1a$\\˔.;P	V n(H2L<iBAݰ\")?Q|ynao_uê1w215I]\',5^f_8sX=FB3\n*A4FC\riȹ5ဳQ//iYYO[]a,0>.g	^>n5Wyl~h?k\'\0Bǐ[rzRO\0uL_JPP\0H)^BJvCCw~cp\Z02%,2NYaswֳ}PNC@$8taVFh Z5T=6@t+Dg)Ԩor*?pȋnXF(|O!ԣ&߂_X*hDWqxhz3&BjE(\r$|Y8]>\ZaF3:`(TW|2ci/BQBH\Z&O_@4Ҏګ̹2nO܆6O\nN-luS2TW3eꃂݓ&\riȡa(zi&,>.\'HɄYϩjCBP;Ș\\3)ꝓ0LC\"|v\0\0nhV`LMpG)>qi9# zVE3cqjrʦzU}Աnsq\n}\\tj(|H$)j3bGV$@E\n/Hu$^|XѦ-l2\0ߑ|uCc=E_}܏#䫘;C³A3tEv2%-KE,K/)?N=UzCWһH \Z#Tpa~r(+g4XG6IFҜTBoRrp^^!X?כ=Fia@>iP5|i;\n\"\\0\\ȘuFz_ܭK]\n;f\\7Ū+FMa\0q2F#fOa\rM#I@tQQPt&؀BFSiJi}0c\Z|D	e7/(%k	rpb.aݱo]7L:o\ZoK\n[2Mz%2^ѧc};6IcJҘ584BK#,`zq\ncQaI4KOOFD%$\0VL?Qsj?	yI;LIn]79Tv2LAm6\Z9qzQ6W\"u꽘 l2fw5Z=cĀQlՎ޾\n+F,?\"HsLnA]Vou3:%NweR\"_g.w0W\Z/*IXpy%(W[܍Pk\Z3M}sYܷ9J\r\'_vq9s׶D>F:#rrȯDMׯѤl	t5zBٝڜ\'#ro4w(nGs.nnxƩ0<\'e8?ONFп}F %##](_8X\01\">=_bEtH<@<!VBe\"-jނd\Zw|I,\"Ȥrᴡ\Zh42\r5zt	0!FDp2-&P.8K\0?<Zc,7 Yƿgw<6(~L|0B|zw#5uQyW28< v1_Ioϕ)Dɡ(\\wS_LƧΪ:z\0%ê6T%t\'_!4ꉯ۪	b[b WI>/JD	@۩\\&<bf02+Zk㼂ir/AimoP{z6O2ciWx{.l%xO7vt6`_:wbO)=T\r킛<K~J(J=Wd|D3a>	UyީiQ\0\\M庈,MpQkn;M.;An(A0n2\\3v\0\Z<{~8	,f><v~8v^)pR!TG|mh-h&.Hæ7+@WYfC)IIu|C 6iO,	F#~鳥`@xBVbۛ5v#_{˥ь=v\"tm~2 LLpM|N\"~7!ir;ѓ&L@QVIG&괐w;WM\\mOZ֕Z£8;~qךsXCMEmA.R5Ц}z:`kGh{v=BnP7\nYyuL*.doՁف\\=C7IWM1,zeJWEwsIofiz-꯺s%I9;+\rs䨚y\"\\<ӝ,y``XF<3[{X~*__	jy%hf=JzSGH]B\0Z6;p> yl0wy,S6%AAq{ߨlxeo\ruF;;sgP;0lɫ8<R]ߞ=εL~P\nU8%c:DWh7u_?8d& Hjl-gHђii%\n:0bn۩{cKѾtG?ڧtkjCI۰D8DhK֟b9IZd=f|[qL?HRj;3!֋C\nSTKDWPP[n\\3%U5?6>k5TԃRɰ3LmFݵXaČ3I*\\SN^K;-iSP!X\"{nԺ(zqw|qb\'hArCPָ$-cMkƉuKkкSEױ5f[*=e8>IN(rGj\"㓺\r>J]د?K>8DD\0ܒAm*TIvNeH\rѩVaƵg_Eũ-z^ݲ(=a9_\'c5dO}U9C$60Q̠PIp69#V5[FbE?$we=XzUӭcJ\\fT쭜<%εmhK{E2`x[jnGuO@PTcf2fP98i;І\n,ugI|4I\ZJv-`S\'J:2޲[O&uڭцw	ҖR\"^Dm|}F\n9Anޏ$9>3U[`+/H]-d)BӔ\Z5cz<8	<&|C2$-GJ\n38A~2\'9&m\Z˥^p(,{aL\r?oRH/Bb!~dZRxF3,a&K5`9րʀې2~TfטTl@./U~EȒ>-prg⿣^&* .ӯ0!#,XԿR$JD6\0-ꇲljXr\\c,n}s׀%h	LIEnOQקwr..^ƠO6iFMTڠt9Vu\r6F,};	e<~WOg[9/T?ݸ\rsrePpSＧqKܯQT@H~#	gA_^|^X\"\"9lI_o&QЦH=NG$I3Zr,E7M%	[.թ.:|)E-Csehxϔ/R)6J)O	Ĺ_嘶8M59봧w]XNPzNJMJq/K!!Id/$Hf\ZIy7| $$ֺF_mxMRyYDzmj(x8կ3vjE߱-ze3թ𣆅Ly@,|{Ԟ+=ow|Ӱ52x݂P֘vzi2C7(71w*WY0\\ʴG-r-KPۭs߭/%;4\'3ӴQ*߼Wd^?FY~[gyxDirj[\']?','20250816234953','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5c7d3bbfeeff40d4cde5db0f53606357','=k8rEIcg۸G.%{mE%$T([̘b,EXl(fC7</G5}VY;XMsHM3K=\'m%di$E9&\n\0V1-CZXY+e/q/ر2gi[-].,z;Yû˞9~deWkP_yҒe\0[?o`|dK\\ī_jPeysP~1<z$y\\p}q<\ns_Ku>P=S[/UE/K\rt+ذ}-Y~Ǖ(@{x\nM|y=#qz8~v(xu4YΙ]|\0*\Zl4Cvyl/\n@\'Ƣ|K\"R<(>$y%0[qy\\ײDo?跼ǜa?EY^+<<9[i	]O\'|/_YJaLwB&{qU*5\"@\"J(LD\".DDT9d\"٩50}mJuW\\jV2OKE@	;|;QʂwkvF^k_jd BG{)O,Ij+DyMc!ۋX[QRZ׃QMerJ;QBTZw.i}\nct3an&%U(dChu7A!XP\\-Uh]@\08v0Eig;A%\nbq|\ZereSpFnGv1KqA狧뺱mjR_ȕ`b 5ӛ:]ƒci}޳@%1xzg,KPCz,޳ze:=CvV]]!Vϋ\\8ޤqFD,F+()BcUUAǸYʘU<P	JjevY	U!u\n\ZÂ|{PXՎIKe\n㖯wq/0#11GQ8JBlql.<}_2pYAY9}~ؐ`=cO.9;z\'4\n={c|r(?Ͽ7ᬧW!a>*+qx(%ۇfٌjĽ\"K{gdXt:%;pP&XX1J6ǉ\rk=P;;c>,9_}kEkCܽx>?z,ۜozcﱹ\"rv m~P7_<x͚mY/nd.,mpc5Y8휽dqDZ4w!8fyP࿭xk+]-\\`0OCRKmṡ_T? F1o ͥf%p]A7Ɍk>ZIENj\0%!Ŵ\rf49ƉMl?T{5fmPkd|V>HǇq\Zv[fy?q;^aEyQ\0q[qdAT`VNJ9ߌ%9\"$k\0ɔ<La跬\"FUHLo6#;;m+Y\\t(p8\\$p-KHh)	s&[~i\\^tGr5wX@#Tu!iսWWa 6E#51<|)<Miϵ_?7`ņFdGb8$-e\ne&z^GmN		7\Z`n0X)vP\nSC߼??ON][xkQUJ\r\ZY?FUZz,u)Qzڔl(^(ռZLN}\r Z_`l?$\n誢ш/LG54޼.!^E&V;15ERV(p!7\\#SH`ʲcŗ\"_y7Nh\n6*(̂u/ϿF{ڸ6\\f\r_{hơے:wBsv0oI>Z[hء݌ar8w-f5sTp0t\'p4v\\]f]&s\Z=l=F*~\na杽A^nJ@*ań$aVu`L9O6B˶~\Z\ZaiYltV^\ZVR0͇&be->]ޏvū񜎦W ](Ts7!*\r{+<vn\rz*&Q^:䮠s$tB3԰BlP:ϭfXVyk!QKHl`;U¿]6䂤K1Y\"XQP V.X©˸lF6;YeM]{chvPMѳ\ntm׸	L\Z\"cʏeΒ؜lA8^E+=j]a9wY[C``9ұoO@T 4@#dV{\r}`Cex&[?JMa@OPj{KP- aN.)S9Ye $^[·Bkpgia7LxJ\0@I,4@:YMJm΂ޏ#	F #%cw7l^HBᙱM\\\rIxM;jZUPWc3Y{a1Qv~n9\'$Jvv2Ljunq1iXv,Q5\'uqeR\'P:$:5Y\"(ckq`iOa51p])hn\ZmBP;OUx̵kz21\"0ya	e$l/QY+7t<aҒ/ACKV>K06T| WtmCbcL-FҽzQ9\nt\\NՒ\Z੦Ud9qw\"v(%y@<liSRGH\nɏ<֤H;k	bwԘnx\ZBN\ZKb֞Vkz`̎NmaADjR*E)W& ,<1ވsg{.V]Kvw)`cυew\";\"\rW,V/QX.D\'\rpV\0,gK؜]$븊[&ڎHoл|Mfz,>P8t\Z^Ͱ\Z$j$*ˁj^m]C-nx1/&Z4$.yTӺCVh\"HQ%qSd.*}wKOYʓ#g󸃌hVïޞ(~mX<Cߑ߉ߙߧeqlc{)X*4vL1ALw~C;Rc;QS;Ssh}RۿrEW0%&Pw~w~w~ꗌᯃA8xd3j6ϩ{l䁑s3]rf6f&]0hE\n΄[D[g=@\ZcUykvcϬ|ndSgxp3bUkrrTŲY*7V*X,ȿ*꧃/N搤V7c5l;Χ\'zz^;oO3c\rz^;{Wl||t=\nw<zsv{A. ;\'Χt|ϔ;Aq|EǙ;	B(c77ЕN9Hev{ÒuZe\nkRgp%V-Mg$#ZIIIgp\r*N*2:-VN:2 +hTg+(JJNs*#*ԙT?>t -F-I\r*D\ZK[Zey9;;y9;;y;9y;9};y;yu;9q;m;iy6a!e:S4쐲ltF2Ȳu&%iZYvHYvHY|Ӓe̱N#)RaG4}3eWYNJNsɲuY 		iҶd!a:%*h7nIjH3AaDAg\nFjQjЙ-Mg$Ԡ3)IBH\r#J\r#J\r:NKjЙcFjQjRaG4}3\ZԠ)4\\R 5RÈPÈPN%55t%!Ag\"RØR$0Ԡ3[HAgR\ZƔ\ZƔ\ZtkԠ3:0Ԡ3 +hTg$5TASZ%\'iAj11&mKjj-TAtKRCRD	)H\ZaBAg4RΤ$M!5L(5L(5:-Agu\ZaBAgHAdWHj2.RNJNsI\r:Ԡ3H\rB\rB\r:Mږ0!Ԡ[ҩz#薤\"H\rSJ\r:S4RÔRli:#IIBjRjRjЙuZR4RÔRΐ\n;ȮSPe\\Ni	\ZtAg\Z\Z\Zt-aJAS-F-I\rI\r:Dm~:ky2|\n)Q[\rZ9Xl qL>L)m뮽gq!!GMF,nҥL=_4r[>-fmU[һn=RA8nM8ʗ:.``\n]CS~Y9ecuGZ\"a+^PSVUXOry@C|Ơ2;\0RC <81\rwHq$0~B~eg~<=jf<N\'VSGD\0v=\'%>/[gveOms{̚4r~.~8\Z̦O5g\rrѫ*hMU&;ςC=CgDDy /SFu\"^-\Z9Q\nX㻇ouL^1L_4\'=3ܩCG~o3z$a!Xgؠ|OGɩ|Q}:dB)~<bu \0::u<Q#ZBNh8=zW\"d33H%~G]g>\n\0&RIY\Z|MFˮ0n0Ū*uwˮ0n0ŪwUΗ]a`:,%EVWdot3#RςžH,,h\'C׍qq\n#.fl($L;/VIn\\$|Bo{%,j1B]N7!\rXU1*RKj4\0YyRrlX%\'%V`;\\A.3Fk%6CQmn]M+֨mfymH佌7ޢcVrtؾP`{f5q=H{yN*սbs[oAh\\ݪ\r>[qUJ=*T)*W~E*ߢV;\'3rGvxlu+no*֡@uAj,74l6ۇHTLnP#(nZ]4&fa13j_aJ&mTN<fѬPN::>.|>;7YjД,uN{%6/\"˃gqx\0syry7\'X1|EHhp/u{8~Bm8aiJOc*\"k%~F`n\Z	3RK&$r6 Z&ߚ! SF5Lz+.8pW\0񓁣\0Q-T8x92KyrHŊwÞ-{\Zjk^6#9\ZU7-{޸\\tSv\r+xk	h70ķ\0[ӒJh7і#	]H .`dZs]zaLF.=L\nn̫Dr?Wb@r-i{8~BQxYs \nQںt?8ںm;hl,1瞃s6ؿؽe\r=zs=q\"u&Tή== 7vwbP]x\'\"ztߕ_D搽 b2o[.f#Zto}MF^ceƉx|q\"[K~۰X]w#Ү<te0H0\'K.^&+(U C8?\n/4b(99`6uCDjIS][%>|_g2R`Cd;7f7Pw4ãõ0E:4]\'>xWqw5ntvۄ[uoSUNGkE;mmN˵n/;zB	NhEB\\G\0pO;{2DRio.:A_Ϯ_L(%5}Wk]d 5ۗB\r*H]x Ma6[A;|	7s1(t+ґ5\r:wmWMNrsN!Y90nԨ/\\LCW\r/5!1>+Խ47\"\'vU~l .pۄR\"fwPD\ZNg~8ĲjiHFMY9Ր*D+2v5QM.iF]Iӹ}VmϬs6	QT-vLNhIg\\`1B~>Ut3yCsY	Q+YW}~`pkսN)8~FK0N# [n)l57e\Z&n(\'?@8]/j*\"a8!\Zһm&\06xi\ZiKɃvTh$8\\|{F4nlC~ݘN-Bk*\0lJ9$8wbReohRm0gY0qٺ}g[f~}f[;f5\"مJ6Kے\ZĞ\nlgqWoj=w:kA`ҭWAxw\ZUKƒ`;;DW#+_(4(4W#28.-CoRzDSMm%z:\0?l+p`)GG$\"ގ~=\'|&b\rl:D}٭AV\'ye}r>kޠCqc6>g%+DN><sRf7|TcTzbz+\"X>+B|HݘnU:Mg{+m<ll-9W74f1]ٷ	?SG_fӬw+:A	/hFvI\0Z7e)Qb09(/A\rV~mB3&{\nuE[OlλWnٜƧiЉ0IvǮqf)!P7zqS؞<iYֲeQT_R٩ i-v%<8*wMif\r{I#h*V{P\'ԥZd\rtnNo*Z셕L~	i<b;հIʗeyunK֭Auu;m6zF(OP,i1\\t,JMO%:-]Tm<>T)4Od\\EvjK9aVӰoO#Ͳ44QK)gtO5&/A/U}dWYGL]PAŗ]t@f;Wf<^3pr0N@.-+Ǧz6q\nӸsD|e֛M\Z=tV~pؕ9\ZȀ?Zm~8 =}R c`ڝ.?pz_QZOf,#\\w٢\r\0I)%(󒉅)`(_7jl\nE0qy\'˴puQ`/KGKyzl}Sb+RU@^+c+ц.o1Y,+2O2aafMQO3dH\r>\\}2i˷tݡ4>B`Rh\'<s3>DG\Z|5ӕ@L!&/vņ]{\0:Qɽ}V{pϵ0\n\nTG%Йx\0i\00|ߢ\rƉ:\"o(W|?1\"NlU\Z/B\'12يY1p~R@I6Y\0,\'_','20250817015007','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:5e08d1460286249250c38840522aa65d','k6XT$+쭪~/N<N	E$`7iC yx/RfEdҤR[i&CiFmyR\Z\"6\nvA\"ű0PZqt<4:꠴/s\'-\ZIH!N#zG8l:LWR*՝P22m2rrBBѼ<ԙFvW _B{QXc;5ύ.=Nɑ$\'r։jCs5B^k[-AY\">rN)\0Orn^dvh4BuAH͟*K3*E6\ZF^HẐkk¬cאtv2{)r$#t	cN&Ed{bbWn-q=S<A\"k~\ZUV.D):|O\"+\\1\'fQXY}7n= h<z!rޱI7Bv;a[\r_vGh_pΉ!ᾔ1EԿÀE8?ܷN=&q?ԩu~osxO:f\ZPOoIRIEl用[O\'fC;[FCKGp+L\"\"];^oqzx;GN?p	,^e<gzKDaQ}Q}fZy5΢De`=9Zs֎nT-h:-TW6zm%d_W7xk^d(53PɾC3','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:626ad5d681b8730afcee01e4401d88e2','Z_o8*V\'5T@nK{};\rZ#c@vuZxf<3v<=,!*%e3M)8*\"\'@(ۅ	.UN\nBnCoa/v{;\"Abr(I`f\Z$.^o\'UFs)90#Oe) p eEUD\0e\\$P Uez\\)EIo\n*AE[Hq\0\ZXŇnZRBc(>%ƍm G5Lv\0VƗP3Jj~`0wճ?Sx&)i_\r)P2X~1%\ZNAmM\rgig`QCb젡c\n1`[7<1`t1Q.*9ONdŤ1 ֔MY\Zzߓ=胫gi{D	ۇ6wUق#1pa(6PV3ʹCՒ7/!Ӽ@ݤE}O+(YzﺵwkLb:OSO\"S?=\\k&C,%PCbDy7_c4VzJA6Hܛ(ZgXm~n7\r1(NkIiu7ۄeq2Jӣ Aen\n\0jG14]to.@aRL1`(cCA\r\Z2ڐ\"pxO0ƷRb.w0Q;\\H5MiC4?A~L-jNbX똓_^\'7&w15۲\nƼ%IZs5sfӘqtyYC^ycr\0WLZъ(@\nmJp&g%|_>=V[+	|:u4^)%XS?^*XfO2	]Iff<M^F@ֻBӣ33vIe֍wm\\҂o	LAٔgq|Tz޶}\rBkB(̔+NT߶o)[ZtrϦaFZ>ZW*3̩C_e)Tٔ&UM9ʉ\r3݋S*SK~ݟ0Mv3%Tψ#ە?XFgVqy7fy@I\"OK\"2g\Z҅tGoyV}+#pKi37l^Yr 1^k^]9kJK^Z}:5A\0eEQg4B\0PtA-oW9f,;#Mu=)JVɉ\"|A>MD9mTƺUJgJK`\")AѝnL6,mr\Z^Q$\\.sK(a9(s;ֺjt\"V\r+-(ƠKczee@o_nM5$E͘L޶|pm/`5zWdf&V]wy6#[ٰ3*moG}¸2vrAߠ?B=M=;ೳf|)ٺRPw-Ұ`\"k+D^RN^빹xPXu,fޒĈsAڈpRj~KJ*0xb;/8Lt9%1{ج\0o\"DW24::#im|qnu=sKAgP\'\"Z|/^t{.7#us89ɧ4jϑ?/\0','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:63037afbfe07185f14f7e941de7fe8d4','=k8rEwlG=6,6a?FI^c×$*dglcݒXU,ŪbUڬryQezvH$NYɋKʿޝi?N,l-C(:les9bTA@_\\VE9i^r*5͟7LP9O`G4#@Lk@퓗CZYub{RF.afŹLk_+썛Wi>͆񹚥ygG\\duK%n=EIBx4yF<e(qsOپUu9UZeQw5aVF.N\Z3hQ}XV[2JsY^Hd6kHӹ6\Z1v(k@q\r/Okt4M4O0tgVm=p#~Aݔl(OTׄKIwPbei>оބ!taqt0mv*fۦ8߶»\\FtQ.boxaSp2U86\r=;,ExY`!,E:rE8	<]tNd;(&%>-z,bcIjoA>\n7N-л?QVޖޗQ__\rTJQ5t4¦5DNn}6 &R\n鴾\Z(fH}Il\'2+%&`yzȻ۱&7DLM/Z֑>&s;ru3~]-h̀Ϣg4\\Vx	Lu=z	vy<5\0_ױ6OPOvg+H3<*gdc\0wu\n8ON?$I,{{6\"Ky[OTb.vq2?msC(PASv3t,8֘|괮2,_,A.ɯ\"\rDmYeazǭ<ȲSW@0yhr\\1HVsP\r4`.+ҩ\"c\rx`\"11K4Wzad]bcҝwa1>@5;/pCk\r`Yz{<]:n$C5^@D	z{hJi!FJ?9UXu}\rt(l\'s6]q${Tn3׺S7#*E\Z`m=\Z\"tbIqc\"+V1]7~ 0Ӊ}pcˎX㾀FfeVee۲w#\rxj!\0j.<*\\_L7zG!nI1U#wK8)Q\\aO-JƝ%3;οmaA~ܘ0PvWdIg	Fgul;\"?PD8ز$ӉshMnѷ\r|g\'RX-=x:bR뢥`@}ߋ-N#x\Zia F|}7IIp%{ӴI!U: ElO.4#y3[<	z|m7׾Հ/퀇+ukh՞aoYt?Zʉ\0i\'5Զ,Vko8}\\\nGaˣdfrL){IO\nH8\\|i,$iyWb2\"V5bnPWw_UJKY+YJG!~)ʒFoŹV;šky.zp&W1)z+e\0h{W}\0>oGIS&@pCoٹ~C.\Z_?nIZ.J膌8([ra`]oF,6E_fo2_>i!$P0>x0FEt1&caC,FYv${3->4 G@`Ӆ\Zթk&*t>}OM0D0I|?Pa>g[O0sX1MFdgF݄*)#v;}˷A\\``+JУqYvh@Velx3>fsnDgCH?{u\'5RM3C\0)\0+\Z	y<GG&\"3ԅ!lE<\0v+-Y\0Lc|+!- }ǵmM+Q#{03\0GԆ	ׅ䉾%M^C{?U~\Z\0yKQ?EZtl	p|wYh5!Gt/		ѓsӮt	p{֡L\'\\~%n{9kW#|ήo_zL%xj_B8	}8蜇.¯Do8D9ކJǊI\08O}ިe3\'^Ơ}hcJQSEe1X!M֬a\"u5y\\\0܊4\']<!vĀaG<m/K\ZdKQ]EV}KPҺ>\'\\K6Vspqr)XΈ.@Rә=㶝}i(GnO>qK4\r\0\'z%(G3(6foE)̂ӣqb_=mo4@v(W9p]<dZ􄈖{NT[w3RfV(+e-3iY1xab{XlHA_q\"&j,j\Zj,$(\Zϐ:\Zޗfb=lW1VSVP:.`~br}EG|Λ],)HSMLDn:w*ָ՞1AqQFj,i3MbS#86etHO+ph-UYHAN!ҶKbk0TP=3yi/}Qv?sg!Sʬ+;@G.֟ɏ`5\rLh	t}34OCVH-ʙ347{\rdO9oS&^䯼01oCYQv.x?O	=\n,fʍNuIآ,$Nb%NNz\nKTpd~x9I5>dOis^\rȳ9VhEo@\\uy\n3!;o\\e)QG딧fqf(~D\nmL?\ZPZ=5c<\nKyG\Z+R}oj>) \\l<@EfnZN \0:\"=RR:w\0X]@9O ګ\ZED(`&9u9xLBqj8[WèXm$JےiO5DT<&K%{7&C>_GzyKjt^8^0q49k3£Gio\rl>gvނiGٖ&GDAiӐ^<Z]D4	čܮm+lR>Ɲn6d-;gZ&7;{,zf!ú(7g{흺d uHQpId]lam_GVǆ/b!ǀ.Mi\'Wĥ1BLR|:ȥlUpk$%Y;\Z+8i+*{\'LA51tWdA4O*͒4#< Φ&GshD~wl?{fU4u4t`k<52@Ca#\nJ~wk7&#8mV;nYP[qvUſf<\neC9WiΆ9e^ø]՟Og9%:mSz,i-fQfnֲn!9xvEW_ʇgJъ>\Z2nIsc,+)64k5])V틢FYЋU?}ÈA !_z,!ȩ# Tw|@{L[iSf*_	I`78mXg|ptK̲0\0=NSxeoV?4C$|PԎ+SLa(XiS-3Ƀc\rMVU\n.Ɔdql7|bL(=i\rR+Lbb)\'Iȏ*?\rέhoYI}of508xw񣍛NxH\0R(yJ%~=#JY%(]֢U~;;T~yiSf^ΪQ%B2-ԈI\r\n7\"\n	NDj!ĄLNabVא;c}ↄue-fJj$DQ@pr\0?~W-QKna9=/Yegv}Ww<\n5|!/9슲e$@÷:eqB`ݰw\rdۘGAUw 659M$\"!dѕ-/j|Q\ZT60o5/.[^/ک& %3re*;CK?рץЬ~Gh	Оne>aqhb1ј6x>,A0\nQΰCuPl#&f3d\"ؘI<{Y*	gJz)]\'Vvkk.MWYFxz7nw7XEiANS`h[j)ɀDyEP$8~)k#zkżͥFWPr~K\Z\\V@~>\02aj%S׎̏J\r.p7t7ˎԃXH%$J9ہ,Z+P[.ad\Z)\"3}NX[<`XFU\r~eZXڳxhSD`[ŶwkvhAD#JD?gUX]RםzEά6aN\\w`#e+DجhO0MZFKҌ-Y&N?:wR$Ќ@u+p\'Q9;J	^Mv0MXb4eKJۙ\0\rnW68#KuPnXS=ߍCa`]iWu=ܿQ\\7I5S<P+\r(*^&hv߳	jc\0ёDU64ڑ5`ilkv3E<{Ը8	\\ҫm$JZP!P>\0\njBC2Z!kFh(OeL$Q#4{+襚5$/ywai#d蓶oq|s]`E}0P@4ɶKRTh:v>הKY/\0aL@df(LUo1U{\r7og\ZCFn/-\'Z5RG0I}Y/ 	tvE_68#Ǖ-,ADp2dS\r(MZ`ܞ7՟e%Y^Om\\/\ZBr)8WNvޔPU(=9̟\ZDJ>THaN?ȳpS9{]ń\0=g-ݤwT\0-O\r:XܦS\r}Xh~=50jW. u-]p;SJvT,P>~Ou.wp*P|8qx+eQ_+x)W]a$Ƈ%1GNM&եԲ콻Mjü[)۪:꾙.\r$i|](XIv=vr^x	؈2~ևv\'ƈ*6{,B>Z36gb.(*FH*oD%I(4c!^Gn1uoq03@%h	\\IŪi\r	!Iƺ-Wm]&QuSxGTq<{HOc&Y@QQ\'ܻ?+U5KxߔS\n\'Wx`~Zp\'ҟKUpC\'7p*ڑqr\'/L.`S;WlpYr{qS/4U\r\"LΦC1UgQ`\0m+q|yvɄ7c%5VnjKs-酘ۦs\r[]LYBTn8rOoܯnI#H?%-|{WpJ ]ߛV\r@8L{`Jb@e_]?b7d\rxGH)OϋRU/0','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:636bb8a29a4fd6ab4abd0b7a1b97d2f4','Wn6v\0mJv$S}PbLI%v{X\rl_|fs9sf_w\Z@n!k\rLE]\ni(BvkADsC\"<~H\nN\\H<?.521ϲ̀\' :T:f?Ɩ;,|+Nfq{lujPūQ]{X6(m?/T}W(@Mrm;ψSm*7EEQ:m砞<USA80,yI8O]XH~#GeZ.;s2?&-0g\\TVT!/y6E[$Q&!#D\r`{X\n\n<?PU=RnNbVv|gRLS)xPX!WJ4(T쓗P,Thaxj7]\'1ilԛk}*Hk U0@ZjÓs]JQn ١Ŧe@H`\r_xVHeXnBdhrP\n\'qjː߸M;?+M|&]ky6?&ah\0\n%\nOcw85 .ۇż>4zjoK͹\0=+O?v*LJq\r	Otp:Oٵ1X$VvJaÐLcV<s=oFE?]Qմ\ZC$	kaԔ:qBzg^:ea%ZJZr\"ןD7ýsސ,c44Sb8\nA\\n\ZG\0/̥M?zP\Z\Z0Ͷ|OLLl7l5܈Rv]2˵≯\Z!\rs\Z{Dkgo6wA^V#ޏq}%Q/~M3>~b^~F82`@YFv5_Ҧyp8g쨾}A8#=7!#ܦy/^ϦVhR`0Ϯ8Ԩkbg_h}?a	2&|8^\ZcQB7B@2{+>ʑE2,2/','20250817032622','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6478b45c6e1623a6ac815ef5adbd1eb3','WKo6+E,4E-e\\z/쁖$\ZR\n`o,mYyPJ\ZЏ|aWFiC%ǡs+oeciD7\"r,UxUɾZ֍ɩ?deYla#D	DW̆&{ UK@6-vF\r^+cTwmfD2h;~w|:^Wh;\\Vꚗ/V\Z81i1n |vjWC%%_N59I-qa%yWk|;*]FE\r^}BӢ1fWnGvQ^1퀧D6лTeʙzh0J]G@,TwM*A`ްoQDlYþv$\'$\n0(&A@9taJ$\nĄQBSPSD+/b)!QH 8IeuS\"~\nR)DSĩBH+NP_&Rۘ!TB\"{HbD	  s&HaHP\'s4aL)MLC Kja2&\ZCsciƆx2µAe\':$i)ROQaJH8Ð0;IG#[L ?>#ڨ*B\'RҧήW.nK+Ki^sɑ7Эfy1t]׭E|AC\'3/&Uk1r+@3J֭9^7c#vҵtS{ZO:UIF{[^!Nt	s6n}`4g|1=Q','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6478e298819d4045457c14dc619e87eb','=k8rEwlG~uH\\.86dp Kt[dHv\Z$T%=dĪb,Vvج7ϋbvNg(C(g4IP~IEoۼQTu_s]6i9\"Qt19vN(EYo1 	K|.ܞ4QYO}Q&\'0	Ca4#@Lk@퓗cZYub{RF.qfŹLk_+썛ůӪP}0W-w(s5KΎ02qJbw+g/iyP6R	:D>C=>VTTibKEuaY8jZ?cDfΠGaZz8k(Ivuz2bt.x\"٬\"O\0gj,ڣ<c\\5?>lгijy9^S?js1bdCa8xB&wXJD+.Qm8_+G%]oSY0޶i%2r	+&:E\'#	N>\\c{,г2o]DלŨ}^}~FRԯ#}y*sͳ|GwliLvc!b1֞(6miYճf$KfW]xUx8pmen\"w-/\nhR\"͍a6%rr0gV8LU@955|7C@LӍO>`;Y()^a+Gݎ|7!\'Kgj\n|\ZPVW4ݙXI2nA{7oLC==yߵǃHPUgگH֛&at8xyW^F<A=%ړ\"}ЖQ9{\"`_`C$\"?Ng*4	m\\WLzx\nsA$Vi/c2xE\nZj8\ZKGȢ\nnPo>N t*r8@ODfUˎN}Ӊ,;a:y-5A*Çj hsYvN}k؝TYҥ)<$U$Tw\rC\0ay_kcq#\":Na%QtX3h&jE}ɕ|m@s/UXu}\rt(l\'s6]q${Tn37S7#*E\Z`m=\Z\"tbIqc\"+V1]7~ 0Ӊ}pc˞\n}FfeVee۱#\rxj!\0j.<*\\_L7zG!nI1U#wG8-Q\\aOJƝ%3;οkeA~ܘ1Pv_dIg	Fgul;\"?PD8ز$ӉshMnѷ\r|g\'RX-=x:bR뢥`sO}ߋ-N#x\Zia F|}7IIp%{ӴM!U: ElO.4#y3[<	z|m7׾Հ/퀇+ukh՞aoYt?Zʉ\0i\'5Զ,Vo8C|\n7Ga˃dfrL){IO\nI8\\i,&iyWb]v\Zd`1x+/*%U`%xVeh,%lwe_\\+е<=8Bvhҫ|j^\0hཫ>}#NW\r8o顷<d]o\r/L߇wX_-K%tCFQt-90_^7#	}/37\n^/]Tjq(?ECED	:HM!s,UTxF\Z?ȣKwR[0yBd5Sq:~[Di\"p|`$N>(03ǝr\'{9\rY&K23nBLKی{.\00l0+J7УqYvh@Velx3>fsnDgCH?u\'5Rm3C\0)\0+\Z	y<GG&\"3ԅ!lE<\0v+-Y\0Lc|+!- }ǵmM+Q#{03\0GԆ	ׅ䉾%M^C{?U~\Z\0yKQ?EZtl	p|wYh5!Gt/		ѓsӮt	p{֡L\'\\~%n{9kW#|ήo_zL%xj_B8	}8蜇.¯Do8F9ކJǊI\08O}ިe3\'^Ơ}hcJQSEe1X!M֬a\"u5y\\\0܊4\']<!vĀaG<m/K\ZdKQ]EV}KPҺ>\'\\K6Nspqr)XΈ.@Rә=㶝}i(GnO>qK4\r\0\'z%(G3(6foE)̂ӣqb_=mo4@v,W9p]<dZ􄈖{NT[w3RfV(;(e-3iY1xab{XlHA_q\"&j,j\Zj,$(\Zϐ:\Zޗfb=lW1VSVP:.`~:r}EG|Λ],)HSMLDn:w*ָ՞1AqQFj,i3MbS#86etHO+ph-UYHAN!ҶKbk0TP=3yi/}Qv?sg!Sʬ+;@G.6ɏ`5\rLh	t}34OCVH-ʙ3475zbA/W^7ձx׬P;D\\SBBs|5pkz<r#~]R<,z!Xɴ9Y}8{!mucRM6DEZ?<.`\0Uy6>\n\r9\\x9\"a&<$wW#<l4%hl\">\"|ϖH͟GXfTGa;/Q{E\rZM\'횃Hb܍P	@GGJJ\'N>\0(	D{U㱈hL|Q .T2.1|TgjUD)q[2HJГ@}3ܼb4dgO/oXk0\Zf#F]<=ez&V5V_xӷ2z8ԛwnW;0=$񈈢<>j2mu4Н~\ZҋaT}[+\0H&U-uM#Vʧ\0\\8cSzFw]l0e\"wVzYfgSϬ09lS,)\n≠|T:Q!+*PE Dӥ7䊸4F)UjU\nx탤/k~Gc\'mEq)&*ՐlBVtB\\YRz \Z}hMOgѬJnBql\\`͕\'Fh(P;tD1 v]Wڏ}bf=d\\t\r7~7j\'n7\Zތ[Cph`:* -B<,w+i!gTǞ-uJ%{:r,Vm;Z-$onJ0\\KL)ZG]1z`9_4}xEz%&!f@uힺ9=Vkb?jCQԨ|=8zqo4Srѝ>\"3+W%9u/x6!\ZĔ(?1p|Ϟi5-~}L#+!I<bR4= rkP,NyiYvp\Z2P^S}x\nbf7b䃓꼂ڱ`E1rIS7L5\0+m껥xf9yp,?*J!ٞ!,O\"	\'7m]Q4w=\\cEڞI4SB,_,$\\<ڹ\0\r]6+I-?]t4~q		@\0%UBgD)\"9jQQ?{T~ym3b^Ϊ%B2-ԀI\r\n7\"\nNDj!ĄL-NabVא;c]|u]-fJj$Dъ@pn\0?|W-уKna9</Yegn}v<\n5|!/9슮e$@÷:dqA`հw`ۗGAv 6%9͢\"i!d-+j\\Q\Z60o5.Y^/ک&g^`YDl0EkJlЇ!cRNz0u*pO~/4kwM3ӭ,\'4,M,5\Zܱ\\T´e(.ae#F\"늡4c5/F{3L`^E?%yT)hǔiDSugN?6Z:&[t:	Jjnۉ%\'!3븆7XAKiN/\"S`\\[j)&ɀۆDݶyEP$8~)jgZyHYHE?j5r}\0:ՃJP³\Z\Z\\n$UPnm)ZQ͑K*H&Os\'YZ?^lk5F]SEf$xF5<\Z1-C#9ZqeQg16\Zǣ0m!:(О88F^Ϫ\0ɱ;V8LuY7mt5e̝x{tȖ	a=Ys+J6kw\Z-K32ʻ7ʚ;T¸fs^a<)ULOjRn¦ǲwO\ro(XTg\0vyYސ\\REvV\n	|Ѵ\\nJb/uI&ɀZf@QI2AO؍IHONmCXƖnR]G{Pʕ!FRl4J-4$UBqphB_o/mTODb5rOSο\'!8^Y3=LяxW6bq?`L>i\' :E\rPtX ~؇gLv]N@dб;0\\Jy@%4jD6kVbU=P3o~_wp;+Hv1drq_#}t܎\rt9$׺\0߮ˆBe9tC]{า!1CLվ}\nI̛$t{pᩍEChWN402V\n%\'S#Rч\n)̩4Cryv1g˵[~}0>R\n9s^v!tO\ZͯFt9%ng 6߰B	ڎqb_뉯\'Nt_,ʣ4kB{;媻Pr$`3&ȩҤTZw7I\rk>e[U\\H/a!ul Zq8\"uHתdc)\')YP(g/i}lG܁ybb;\'\"q%;`sj8y|-N/2z_(oD`RFD[TbIs8r.u$(\rZQ\\7}g>sTJic͈4pVv]K	$c͖vXʭne?:viLs#?Øc]$z],((݈%t<ZoʩXY<xH._J	-6#^鏌ez\Z]8ɏ89xaw&Bf3\\VD^k8:M(z@,Q3z!;6ƀg5~LjX@e=d]2a\rX|Ɇl\rۻҜytKz!f\\Vt{}t69\0#ܴ?:w{$5䟅po*wxVek!Պ!\0Ȓf]	Zhҳ3G,`+)2%^Y9CiQ\ne#63~_','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6564267db25e3cd64fc2331765d7bc0b','A\n0E\\`}OuZ44#whZt7b1\'`R6mc.bU=\Z3\\j اD泸(!]`;?+BpJi$BOkEQYe9^ J.X^6VC`PiCTD>0]mx=hc3WjC$(\nHRd	','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6632eba151629304780a4af8d5ec44e4','WK6+b-ĤE=-yts%\"U~l)m`%FmN^Ȝ<8ҐVGRqejV>3N8:Wp%ʒ7x-,Z^F5dJQDMFl%|[3cw=.ƅJ;Ck] ƾג):J8D#E×5`-6)\nhkYa{Ӹ:53Zkδ)&Oee)\r|mr\r#;d~ǵ~0Jir\"Vi\ZD$R҈UP\r{;#TsVRՠEi[~\'i!aMW*^0j[mmjA)p\"{f)_խXj۔UX^p<Ҽ޼at>׉O<0:\"~,+G#Je}WKlE~ZN\'%3,wmjܚbv\Z><O*c|>d7}k<IߗTeM5޴T(\0\Z{<ܷT\nT\r7z|}5E4yv8Ou@RS$\n0(&aH$pcтı$`X`PB\0Sƀl\0^bdc@Bd%\0ҳ,2XO1%AЉEV>N6&$`%$G<$\n(8C2GAR0IA#ɐ\'8]$`:q )YR8$	,zX6v@,ۨU.mp/~X1\"|\rD\n/P$$\ZQD[Iј$VN\\OFDX r?\n4T<?ۧa-1cf>#\nEa^sz\"Ey13\'\"4d?\ZJtUw.yj54~MaJm4:O8~CP*y6y[\':IA\'?_H>{GqpP^uU\nNyH%k6\n4Wy3}AV軏޷fMg=?z','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6790e574387e920a971fcc9f8266f4f2','+24RrMMLT((+U\0','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:689bb98fae877f78a9c51556164ff66b','[[o+9>}lGFo[`hKkRI*cJCIh\ZÏ/Y4_臿8Pb1oj\n8E?e9.v~J`\Zͫǀy~Lt$.NX9ě8N棭+9/hݡxeM]!2>zœpLQ̳o{4j^iG \"%,bT$`Z&{a39.0᯵\Zw\"#t6ؗOXfFf0+H\rF8ޔ(}I%%<qh.-=dD4^yhoL2m\'\';f|bGTn`h3[nyx2d䜾6d~#<429OQ4cB1J14<@$	>q*Fyy	$LU;>\"7Wjf/OO5zϗ$cU./*Y¢8Gr<3(B{1&yHicE;12k\'(k!Pc=i貲1f_~?eLu(᫲f_Md8*9b1Â^1@^Jt	wkSFoT\\|TU*}\ZF~16̀dYQ#&SX!T]ּ`+-M?YqLfx26><vQvkRe[D/GVV@S\"y!olUVI,єE/nvH\ZU=dqbj4pp+ӌo\Z;WɖG.)q僜)jʀ-t#=)CS4~yփ}䋞]//x4-{ѡi{oЍ<Z,@~6[ƭ@\nT,1`:6PfNi?t	p;Cˆ#*0-XA8_4݋$EU\'R֚bJKzXKc[?Qn!F\rS9C*f) 6$8V9&Y\\&b[%YA8D!.*~c=\Ziy^UUeMo6]{S9\"^IיҚf*u}ڭ&5(l3CLg<Gv[7E0^1QwݶXQpd1ϋ=[9Fr\rP6t`c1<;(\r̞Yg0ӻV9jo䘺Wy	@j;mo}E`ȴ].wgvu;}qp$Ϲ^y֫>LD+;Kg:A@8D`4h*\ZUTk 5UC5Z#▢L&3u\"@O;S̔9T*][*RƂ>Q{`Kc[<*\nnX43=]T-XDv<)ʧai;I1xY!,\"Ec!/IЀWMg\"̰S pg<	\"V;*34$كe}vU2H\"\"%exw#(E28f;̚1Qnj$c$1_\rP3}Ku:w``.@vīy0GI\ZBd**wj<IX1qj=!*O:Ma\Z]ū~s7|S)YI7|9ߌ{\'\Z5t$B0J۵o¹+l{k)o#\'Ju4/71l[^dНIE2]+3-K=ZNgji1|L8p.r3.ҁ|ކȖl~\'J-v1SA[QD;]]زgQ\nЗ2E@Z\r0`fMIjZ\r\'n>5ڹZnkx{uKW]꺿\Z\0G1GuiTt)dTjص3Xぅm?ݹXAXYa>mqS1r^y,\nz~&\\8MX~inĊX檟tmp9MPQ<k1.3TTA\"_ʇQ(I)[iUY\n<IbCfQ(_HWQmL{Sn`Nz\'ݑRg[\0BNI}a+-wv\"ەH\0hG鲿s|ȹ8f/2 F.w*+e`z;]=n%>r!z{^G\n_Uǡ9P@j{Ԩd_cD.Kc;3ԅx΅^,o?4\run.ui+s]띹nv>{nG\'>+54ׅ.ueks3׍(Έ,zxk%^&/3[`f˹0ץumw1WlDe>HlVű\'st-P=GG?\'\"9uO^<G^\"jE\"k,Cv˒[OzVNfSG%9Y17]098\nyjJ*ivFCke@kwonSS=w&s7Rƞb-=!_{Si-YoEuǱ	Z\'OCYxk_Tvm)/b({+ro)Ro>	 >B)_ٛ:coxm6#U嘴\ZBkBh\ZCVQ#U:YV;Y+q*rdP>uBu\0L`\ndBfH<DUJPBR@3\Z\n!@\Z.n/%w?~bֽ\'u?)~Bl%s/{~\",%q/)~򷗾\'o/w~򶟶\rH;mdE!$mP.H*HvI;mN֤mi*A GShnW	B\"פmEVQi[<[vH)hFg.54i[%(4, \ZаhJ\n(\n\rV!@F\n\rDU:Y*u\'+4, \Z*A GSh4\n`eP 5\Z`@\Z\r+Q\ZAhJQhXB4XYa	`%P\ZB\Z\rK<uFUNVhXB4XT8@ʧNhhWV@k4XE*\n\rK%@5\Z\0\rVNA4:p9`аh\nB\n*)K(4X\0\Z)4 \ZV\rVydԝаh\npO*B	B\"hBU\ZV\0\r++gk4\0\ZF1htrPC*	Da\r`d5DUR(@Qh\n24RhXC4!\Z\Z\rV;Ya\r`P92(:EU_+XD`(4\Z\0\rVhX4X9b堆FUp\Z\rmνxvn!,`}nx,7%5w1Y}jTt]A\Z>N{o|=ꋥ(#lm^~_<wbzj=ޛkKͫ@>IV{2VWXum<ܷѐ8qW>\0`c²BqϢO~&s*뽹so|;m#1]_V5=c>EcC gnZ~͡s%%4\\7fM.n\0','20250816225333','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6a0034652e3465bfa6223ca7e7064afb',']Y+Ri\'\re&OJݷ6e=B;힞ld#K\'$约qU૨\Zj he5ug\0E#Jp縪\n$\'\r7AK䭗|]5vִedU쑺ۻõtEne#j&lpW\rreCY\'gAY=,\r)a\nU٪avQ2dy@Gq226.zq9ij99cA	ytmh8i8@T]4eWqmze,G%TP6qgCAY-J@4,Tt糲29Ib*V50\r\nT3ϊ=CP<Vs\ZAn~)yP\r٧@ذ\"o@Şgo)sOX߮*A\rul\ZR\"u\"{J\n@(L̊\nĽo]dt\'b\\2|Jp!9N$\0aSHgcb{[WCe8ñ7:\nkC7ǳ,vYugpȰiS)G\ZOyr+VU(E gxq5vp=$ZYPDZ+%f,eD!-h㮳0yրtkh,XU&H/r)hL**A]V|#&D3S>\0E\0E m\ZtC)OI\"<զ}Wv6r\naS\\!?\"2Q\nRy\"J\Z\0}{;:em&SbZQ~SzeBa-Z˕w8.sIqMie!#6uvE&3}#=&q#XW<|PU9\\X4uT}4ѲNf4,Rn9:1Z9>Ӄ?cfZJ\\}hfrEmu*i;6[裶EdD0zIdfٺڳu\\ZAk$	UEwl]xd_lkI\'3\Z~fR%r\"!nE*laL=~@/+\ZiJ.ko (ꋿFWH6}|ǎ>OވEg^d8f6u=te5ʯyQmvpQǈ?c!\rY=W>ieeQ7m\nKw}AIIhܸaqukZ-fBmq\\\Zou۵Cu|7mT~=u<;׏?{zXOEng*cc,\\\Z6\ZlO`-Fi\Z*{̌gfpzU20,]BCR_q;:#^[P<3U=^6tr\rX\Z8]݀>Z]qumÿ]$w;!9\Z.wǮk`dBEB\rWo혦2\r\rixxÿ]0}7\\0f5d\Zĵ|s0tݘ>\Z`\Z{f\0na&Yu	+]?E$lY\nwMzZm}{ǉhZi3\ntʁ+gyr4]5؀pbˈ nޱ⋷?519Niپ\Z	2?i^D?_5-vKn	\\]GA+Â \'!HZI1Bldct8&IC:4)LƩ)jYؗ}	]t@R96ރ\'U?_TBv7\\3(H~#jb\Z$Z{|Rd#dPАk@Cό7\09o	QDStfJepIX8.5L\r&fg\r>\Z+O2rߥ_1|)P50 ,>3D2FU^гǟeBp|E6fp)<ٻ%>=G8M{1ןUlyzDJ\'Pc|4	ϓ9CL|ϓ?Y\\K\'qG9Q`X9I1)a:q?/?O71\04A	BC댙N7%}\r^\nb/2W3:>/OSX<\ZM&:dVK6(0NGQr\'&=\Z4vО`EkRA.)\0u]_K*P.~ƪ^,V8	|[P!\\l8u\rfTra)7gO/3\r\"\\{ mNIvjg]w_KC\Z,(A\r^4RͯbgKzT_8/`4)8;>\0naYMYX|9߇p);(_\r坼PLDm?GjgUBr\'wtx\rQ]G9ptcےRÒ7G :RoR;!sE*C1+4[qBȇהx͇$T\0q$&QiE*E-I$	?׆Pa3C5.\nB6*@L0UOw\Z0؈?,h_\ZRp@`EiJp7ǕoA?_(oGՍü34PJ\\,ALŖX2=#:˯Z\0*,\'M_nyxv@iC@gԸ+\r8ŭ3gH\\st\'H\')t!б\"Y\0{m^E=,7/\'u/coQQm^SأkZ#R5n(#E#JNgy.<Dؗ4DF*`NWK*tq~_J4(,Ϋ\"=\Z\nѯb62ٳ!NUu_g \"ފ{ }sئ\'<Eyl','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6a9d2bbd6ef961ce85ecc63769802e52','U[o0+QIG,io6:i>th}Ɓ\0kIjowsӾwmU$bߓHrNBx,qXIIJF!A9U)e]Q=21iL8${ONC_8{9q4C3b^_{c)HÇw4}\"):s]H͐IPK^\"M֝&	Hܭ	=*;Ym k.8}8A~vgHet;q<*\'Rx:tWuHv~:·]<!gZ!~ibwn]e3W7%ʲS\rbUJe]Ш`<f{E\\x9I7Y\n	,~dؐFjm\\φ\'Li$Q|x}s=JAĹTC:#dLNt\"iK.z~,Lޙr)Pgɦ`q\Z~>:3&2Qѭ1 K]v?v4.92\r\"p_k7Qފ^9N3Sl۾!|V^4=?P܆ʲ!{j{phgU08+9gI\0z`N','20250816233039','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:6c1247ddf6b0f3d00b6ed7599ff308b6','Wmo6+\\\ZcǉC|ۀb(ϔtP@Q~9Rb\'(E{InfFi	+59lh\ZdRk]ǥV,hɚ+JOS.\rh //,M-F-~b	*I´`Ho#zRC87MR\n6AqyRr(%T@ihO9ay7w?\'Ն.~(H%!]_LGѧB=kJ+=۵g\n$\"6U\rGh~?<rrzKh)Bۆ6li*+FI\\oI/H`yдH.ϋ<b6iRuweh5DbMiZ]	?f97$N	3^Z,^U2D5oxƅE2eWy<x2oH.K.\"XAKf`#{>u=n( \r쵴8g\"t~  \ZjZ_]uh&aIyCHgOAf\nAZN/\"\Zz]d:k/x`3\'<MKI1U`/)\r:#;At:9\'!b4U3\rUmmO}pο6j|6C6<\n*`Bᱺ8^Nv˻d~OD$\0;2zO~UaҌH\rjMקr[k99/ه\08;\n8q;mv-?%`\'11z*\0E!w>HnPٞت+Jk\'za=VzrcJ7\r3TI+1sC@Qg%}u}TH­=pݎ㵭N\ZQI[%vފ0712L^oZ<+ThfּB\"ۡm	fcjMr\0>6{1\\i߇6G$&$<8P*8/\'_&bKx,(}GUߟN7z9tuXLȹ}މği?','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:700ada8035736f793b951c29817e00d7','XK6+bmz[,{nD[RJя!\rH\\G\Zv_Iqm\ZV93]O8:Wp-x-;^VdJUDMFlw[3WJW\\RIS!̵Vzn0}%3RUbwqÛɉV/7ZljSP,5p߱uqu\Zf8 Sת5xϝiSL.2cǪJ,I #;d~ǵ%~0Ji$NiZD$R҈UT-k{#T{VR5Eeꂆ[s\nHhHySU+ʗ}F@~MG2h:^r/X4lݓ3CJxV|hm+ܩ^X(yk^Miqfo0:\'^@%pRfEL~+#__-2:Atw[oN*fX~֬h<~OQzsA`\r\'T}HM5\0oNo\0j@BJ~=O:fjT;*}}x\rE4}ZpXdg$e!I`PLd1HcqNDb0,1	)9D	0Y`*#I!$!HxŞ$-\\,d0Rā!DY܉bH+P/\'M$4)bX	Il1O. ##\nN(QU\n&h:y\n6R!%j/F!`S\nilco́mp/~нX1I}D\n(P8&cc4!թ$FGFJ\'̖`Blw?s==o>Pu8w|<Cx5g:NKhfͬS~U?u4JK)ѼŎ?*0[_bB~6zXƊnt[\'t@]8Y$WwVBF}tR\nʹo!g꫘9V軏o9\Zz,zb:;M','20250816234951','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:71eea63dc24a1df9861613e54a1ebf97','Zo6W\06dx{~pݵ˨l,N뤖lAMuS䑔/J\\߂1^of|6^.x2o|p!yX?f1hnVoWQ>-7bǗyZaauZ4?l[b()%\rNM)I4M.f\"H&X1,2!fOQ	MC E3\\a ZhCš`ri{P6\Z	fYY7wW/Eϊae4Z采^Ih>U^ϊ<> `A~<\0!%j*\n\\q[`s_p7yrac%/FWf\0OaPGb-\r9xs~\nr?Br,F&X5TU*Cl¾en}Y5iv5#~1Y}Pdjy&=\nКbX-cFX È2c%Av%Gʢ1`0n#݊F\'b0yII_pE6[<\rsD;3\"lU\na-W;Lױ%MA1adYƘǻ(oE	O2Glz1gʏ@1\0,\n\nOqm\0RMHdY\05=z\nzϛ4+苫h֬ŲJ.Jztq~,DuCNJ]?\0-ĜKY!A\r\0q-.e_Me\Zr8@̌\'\rY8@I>;\0(+˰fCq!]H7u?cT]CI.uF.&$\0NrfHI\Z  ,Gڽ\Z`ڊEG\0HܮقqUp\0D*N>{V(iΙŬ.fլzM6YNeOC$Y8lh&$6	5~j1ʎ6l*y=pc7@ɱV9WO	\\6؍́v՚^iSP\0aTUPBON	2uvj!<An{IƛUreEuY\Zخ%+Bp-`bF	G}4I1؃9ꅈctߚ{<tf{bPGpw4Et8TO}t	;^)z\Z&mU}|s>N|\n	6[8\0;:v:P7Qx@\Zn=qOb(E\\m0;gr/?,r|Y9+7t4c(%nܤ0Fy^Wkyap5^G+GhbӔ%ޞAd+8+S+?','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:734ea644a4fdeaaf5b09aa254a251bfe','Un0yhDEd)&?!%*KE\'ٌKI[&^ER?~],Ca#|ЙF(4q8ꢤm {\0ĭ׾WC0\r5 PX	oW3!_\ntU\\	,-)s\0!w%=3l\n|-pXwf]^t4_ɀP(]i\ZJ <_	\Ze:Z,MnIK_ ǒ)$ctȞrW؀F_YE!){MGOsȝCWШj\\Mm&*-!z]vBC\nup/ȤP Ֆiٍ;ʺʬfFH(oZ^kp#1YjJ[ъJa+Ю^LUn`r	+ODF8c|V!,D\"p<a;# \'CDN`?:z鑯F(zc,)|m,3#Ko@k/C~','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:73ba6d81255e86b02a1dd1e7d086dee7','XM0+VHl Pj=t{8mX\rh[!x<{+7|M4ۈF4,Ngl,i.>Տ OO_(m(OM|7IL/SC242*Hea8t*Uaf( TvkCE,~רHLҌl}`gB\'6\']R>\ns^ |0y!_ IXąFI)s5X}!:cLr{^{w.^N<\rrYQ)sp#س?B.p#uޭp	[sW8wI}g2f}Y.\0R_>BUBfTpO&q	b0g8uk3M7tfiH\r79\rF	9bMdZ=:P]CjnL0NZ/Oab{\\kf\ZYh5(U\"@3-B=YeJ\rd 6X6|.*c֩XE}ŔX\nR	%]Ac@\n>Q*ݏfZ=r}eEDrJf=\Z\Z-V`*N4Z ;jwìٺuǪ\n֓Ͽ','20250816225343','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7499ced02b21867616de3bb4ddda5109','%Kj0Db&d38ȋ-fZdSxxU}-A6(\n<raY>|ęVc<Ƃ5b1#8Af[SY>\0+*cʌx9y*5/cf\ZIZ28G+ImH~&v/xK%(hN6\"P(XG53\\\"SD1','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:74c96f17a390f3f1a635fa2dd58859e6','mA\n0ЫnE&:tLB2H{2-nDdfSWF`ݚkULL9wO?FmVyҌ!!$}^}>Zhc1d\n','20250817004337','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:761ef829804fb42d0aa1582c841e902d','WKo6+E,4E-e\\z/쁖$\ZR\n`o,mYyPJ\ZЏ|aWFiC%ǡs+oeciD7\"r,UxUɾZ֍ɩ?Nx\'+\r6LHtl[j\0[U[\r$bkn2Fu0(mF+KipGH{)*eyRk+<Q\Zyʊ\"gQ~9TRB.T;rYVq<gcǟv\'/.7<wx5n_][lsz{OƘ!_vDz|߷)@Rie+gk1 oh+w#1l[P}w7\r@*;{xþ~G-f\r1P3#+IBd҅)(F	MAMIDȊ\rD#$EV&=fOy2	Hd%O\n!8A!|RHIhncP	l!O. 	\'tN* !	 By4163\r,th$\nHE9\0f1CNؖ\n\":Cp&RH=E!x)!LC<FN&Hl1u$v>hLKJ;^zs/}P/y}&GRV{NC	v7R/_B{\r_L[T8ʭUb4z:(Ix{F6ҵF:yf/Ut1v5J7ڴ7_ܣH^6q_6kOؗݾitk`y?>+#?','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:765e70fbefe375561af04f092d0e96b5','Tێ0wJ\ZG~E_h\056,ʿ6$]\"es̙˿5*xƨBXZ\ZjCgz4U؃=sgX7M\r/B/5-Q\rwCWǪ0VBM\'(dc;^GY<5BH[boo/l@	.uJY\'B{.ֱ֚O(},4?+EP`E;9?+`IiL୰5BۅTFȐdMN$O2;x+4	|Ͳ֑<^w-jbMI&ӉynQ8ܐsњbYvYoO$Z h0YL؆抟N ;9~\'dM\0+yR|ezK,,s{:eE}X>cyj\rGt6A)APcOgCcm[>k[=!pBa16\Z$&H79ɫT4~0\n$_2y\ZsTxpVVzT<Fal\ZqNaTk=vT\raUo7Ѹ`V@aI\'','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:77d22e5d5f902f71ac621312dfc9a1d2',']mo+)RCAz\";pr^.E{g()I&7AVшyFό}Xo͒=,g?fvXs\'-4woO_:>g/ W*D^?=>>G-wg<,c6]XLxβt/#pug tgx)ֽVǂ\'(H/Rm+5x{OU#hGH\0;)\'hYZk/oflVUamXooo+:]/rZel([Ux}|wnAjqxB\r)\r9FsnТY17:$*§kiEv13t/`IH9;MwtHr19ptXPθ?\0!q?E\0BaO<EF!sBv!2R0|t \Z;~/mpΒ\0$ws<$<~\\)f|9d<\r50:(<pp\'ۃk,7v{Omaloo:[ܷ,TF{;1(R/N%ӹ\n#̡U$D(خ8a2KLƑ_x<R!;=G\0\'H=]u-(X0\\s	ŚbpS Rxz\07+w:DT[R	Wo	&c7/n	\\\'p&xV(=)U:@3ME:(	AW,\"sd@xb/r}hKuaR^ue[̴)?B]&<!H3+\rׅonciV&R6Yۭ%$YVK!PCAw}`>}LiMhv4M>;w],^&iYq\\嵂I_bZ[U{_jy/\0]9o7J}e_4c#/QgJ u0KjGvP&ݽ;\Zp8AWΜ`{H7+w#<H9+̷t\0}̆&4p´ɝI<&)9Kj{t܇{PR\'=Q;c1{p\\4[Βu\\:ZVm>lKA#6 fH\n[ADLS(i\r\'C\nB\Z91<i.UD\r}jm!GIxE\Zr];jU#8[ӎ^;:Dd]B`y1dy[cf;ܰer!ՕhA:&HA\"}ƐK]a\r㨶5\\#=}	/{0DU/TEBTΣ0D_J-L?wX~P@2\Z{q$vb|:[,bG]l4yش<\'^dMFg˸}JKۼ1P8dio\0(>;7@:!iZ/4t.P5B2OI68\"PCɯ8`OtWd!faꊁ#];ܾHuBlA3\0{0r:\ZpQc,8sNμ]4CXa;7eC9z1v皚S>5)wm\0\Z~V#;vm \"vDtw?A;g jWtRB(Vhד)ZC+-I<_=z-mG|n:1Fh//fNr$1~5@(`8Y\r<s$<S\0>˂\Zaw\'}S&SSkNJ1	C\\Ձǰاju\rsX.n1V(Y<1T3Kn	5\na0`YxjN<xAAcJɎS8Y*28r_<%87q,=LM@*骜 FHn1/\'jv-s?p8\'%rwyc<}:sOmVilVk؆N\'z\"6	QSr)gK!()LXu[w!n/cb.;v9o0K8UNl/yD紹Z~#I!Q/pdnEZ@	4,Ohpe\ZPWA%}pC#n.,e-aRO\ZהRWfw(4^<*᠌e1#KL\'O\" ?v-\rvS˧3᫰[B3{sq&EǊ6UBz0Âp:8ygL[q(`4l oTlhCұH\\0}{x1٢T\0Xҷ{V0~Q^tQ/l\0:=h:h~xlP\\|*N|F;	r1r\r5gItʱC`Au\"A1N(1\ZYm+̾','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7970f8e6ce5e9f2ceb0c32cd380062a7','Wn6\"j\"	@3Zb$\"R#c璒{\Zd`l*:AG4٧veWʂ1Z4}#W/دx#K#!/Dg>~03eCRvֲMN~jew4uNnqkѮ<%\';!Qj+t\Z͍Vƨ۰{̀:eXJ[>@-DީNHi}Oj]jӕW4RuӢΆ7a;WC%vY|xVuu\\Yƅ2ZXq^~!#?1^6f%7<wx1l_mژl~ϳژ>_,vمDj g(@Jr\\a.\0MrB[)v=\0?`_d\0<{﹩Q	.?\\	-E4yZn1ז$Y$I\Z0g#e$LnL%40Fx5R\'ȚK\03YU{Z KtHb(tHQ)sJRqf)MmB*!=$Qh1NIbR\"ٔ\'8:s$)]0e8$	=\0*=%&`n4·*3P[)<pzrl	x49%D$z\"KBIEuIb1u悤v=BhKDWVJg{?ðmra<rx\\MTirz$E\r40HanD{{\r\r.xaw\"R \rT\r_ㅞB:yn{mono5ҭn4gB5Jb2Ug_ԟi2yûʫ[|?Mۜ;qvc`y7(|z','20250816225400','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7a3d12d9b5549a5293c8a53f3c018c26','Vn8~FMN1n58V= 4顼	$@m\"!dofƎ}&%HIm񭫹=͔@+_\\*֋W՚?2S8<v}nHȲ,-͕a	$Nw`YR{N$yJE5afԩ%q\'!S[s)m}}*Mue=7>Ee8ǧ6}rSUn\0/$+U4꫚m\'qk^9-ʂ~Mi^?wv0Pl:\'I\r#?yX\\+Tmf%?н`k$Uz;{ky=1`\0cTXXM{RW$*3Ɣi<r<^r\"?KKykgR:8ϭO_\'b諠J\r*4OǮ>Bl}λ^5W(Es1}JAoB?iC;#P	3ц:ȶG{PySNTFEXBfX75V8+6\"^EŦC6\0q6r_Yv|^5p<kz.)SH!~2J}=zq>\r%1twq1_D<@D\Z`97(+yJ)Mr3?ǔtZ_[ rJ|xz61Szq<r=SuSd:NXmK0f(n@2j	c|Aq.QKТh:Nn$Yu\nޯ~QΓG,K\n7.s\r7jRε\r+Ca<PSo;gP0giu\\S˧#KjlԆeI6n՞l{\r%q1-Nts8}&LW|C?','20250817014846','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7c1a58bc1456c50d81e34ddf0dec24bb','}ъ0EE\\DSZK$/+i:4vYEv2\\Lez뤻3כ IۖHWРlXۭupF>xeP]àI\nhzQ3/k^QIum=f\n\rz~~9\ryOkt_̄<~T<NNVyXg3Qpo׬zOzH\njiH7yiøwǃvT<,KI\Zi\')^CE҅ע','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7d1e8e5c43a76cd48b0e42df9553e00e','=ks8gZA!)QjO[5u[[W*J,)QGR~D Cq;\"	v7FB5N`~ߟV@>ik7<x΋=wƃss.Wp`0r7/GGD\0yŎs~ה-|?m\\ϳW @2O:چ2B~k\0<pxiA<<e+bqP\02\n`vpwS!1_6{85P8p;;D}mmq@X&j[[à_|{xZ:?nḌ\0{?>^HsLDʒQ[[eV|EY}]kTcT2FA\nm!86FRMlgn6dz\0YE#&? yr9l}\"2EPSrSni)ʨCM	ER~\rD#<>\0d{@+Nv]>C!.\nd\0)=˽N|7NY }xwY;ckzyc4tl`4x\Z:nCHMD\rl<ш1;§_ntMLF뗛_̡N|L~3֘}#o8h`ijo7Zߌ?͝&L||Kop# vG=2^o8+(c!JI<-NHZs\r1#]ldCh4\"(\0	2x=Ώ:\0!r_0\nV?U7F!$z)UqHРho\'d2Y#ݮTP\0l\"$K^hx\n^\"A؛hDfb퉮K-;\'ZmOlQ~GR<7@x*(@c~pklOQL&C48\ZE1g}\r$:k<4M],/e,@̓82͟v8{@40ؾs9؅셌侽ų\rp.`ui2}ӣ	\"2W ałAru{[{\Zp;=\n\"i2ObZЃE79*r0pls?o\r<g	=N\0[Ih05d	l<I<{ko	./9Q&<i\0M`Sᨀ{%\Z[$-:_25<gxI5fZJ/u;`oGPcvIL:T-j7GvoW]g; ?#cZ,@QfWNfimԍ&Ym0X6PNFKߍJrbMbnphiT%^M1|vp㠐[\n6|qv$z2DJAwc(P6l&Z8-S%[\rwFI؟X+I9o.u:á`ɍmػ\0ЩoCgkl3;&W\Zw:3[rK93MqkhK~s߁)`^B_vdTx&at!sg1iNќ?dGdm̂܋.ȧ,BG7CLRk-%6^93/!Hq.p_}/\0	;*}aֈ\'d|`]F<\\jas	X\n\Zw,3,i#8\'9=ulmǶ03˼{[gRP9bnd6l0l؞D/(O/L\"6\r[H)l:k\ZhB&%,\rIGs\Z	*/N ܠU/6Sd\"MLٹK\niN7NЖidw	x8^YI1F{a<9Hr@eP\nŚ[lhu?\rW1ξ1%B-Ku(.x$K&]80L1]I\"<nK1{2)l#vze4ύryW]1QrV$^ؕD+!\rfn%@o)jip9RPn-wl6+4.qm@\'UZ4(\"kI*r-妅JLƉz,Cp\0$88xOKizý4)>Uk.JYD̄݇0t3!4\0%bQ\\~Rs=a)e\n3\ZJ뭑Tz@\'~Cbݕ@*u䡊OA|R$ViHZy&X*u+~m{R][<nr\nzh FkbJUxQ-8hCY#85QFrĜiĠ80?7p-h]u)\\6EJK7uЛXݢL[X.m!UZ_jZhZ~Ks_\"18n1^j{ERFwiic@:6k}Y;@K6ȯgyj&Tx|N_}ߔȔ;Jd&ki+HSw]ܗN68(R~Er\\ükdY$QۀWƷuwm}.u\'nMD~=;c}4Yȹy;QW7&f>m}s_Xk,=y5	dW;2`i.ݐ1aO;#^%3KʹhfT݇FU\\{t\rR/\r\Z쮮AMcKdztW]WT@^,.]9WC\'eG<W\\Bͤ.~T5\\|{\r0uRs3W\\Ի%f:ԝ;hӅ[_ƚL\rm-`jL\\-`\Zhz+09)1+=&i%KsIWM:Z[憓ji=Ҥ`گy	Dߎ%M[	\0\\q,˫	|gZ=P=a)V^,HzDFK[z<١xtK|#rބFҔAS˪vh[; oR,n=Pe; _\"_i3iU,5zb]c:r{T(+[|pEfLaY-&Μ!2\'.\r\'kIQ\rilRJsjZa#tP6Yd5JJ-*[F$d7FdTtsOyǏwX/xԈP\"-|}eptp!k<],2HBW\';[*xzqG$Ő9 .2ET%^f\\yy1ٸ ҁƇu\'0\n¯i&qV($3%&})f<AdOЦaԘQt	N5	b\0\nV*B؀n,dttbetD$@	B圆yJ\\)v#VjAzyAaj*5ESQz\"7O	袄TG:Aw<%t6hWmL3Z+Ņ^EFD2\rJsi#2D&&%`\\@@Rv[j.M\r}̨RN%IC$3QgJF1x5́ؙh<2\Z4~FX:fFF/t=`#lHJ6]/d\"^IL\'u7n]_Z	/BSDbveSjƴ$tr`v<]O_-QE],p2UPT(T<+r7EF|/b\n+jva\\Qڳh:mՍ?\08KRp%T\'A5 vtꕵ)DJ\"\'D[gnpx)\r\0|>8h!!Dr*)L/%=n\ZJ\niqKWx(9{qȘ#U\Z`s*۴_]H\"v)O^J:5.nPfƅS4UvTppQoe\'tEWe]m]O{sTu[x%N\n|%[E_~fSOmB5C_Ip\05#]gH,\\rż|Rs~1x}MXDA@7<`c3}W{/wg>gY!eyoLUJs@s/uqed}k!kU)pjcl\nܔDywHŬQ2\r2eVx\\cΦ$iIhiNy\0+\\X9	V2\0\03FK/$t>U7Skbxx&b׸˱L:[\rX{6ڃʖsNxFº$yW׹7Z<ދҹԒ+GuRRiem8^lO3~au܏B̻&qv[EA!^B<=2>v#PLIH䒐r\Z_\\utV0dnO*F},eGlȑQخ~RfܒA,/+$z#SCeu*A*S?][U3oQ.Fԍ[PqS,DU		mU7Eg^1X[9G͖j\\[@mQX6op26&q$i-✗¸Е=^͟^J[:]s󛷥̬X9?%\\wUT6JBoާL\n*|6̾֕F$o4W)YO)ΒICWRO%nW4\"ۃYҙ?I5F?FdB&\'CGCO0\Z2>Ӭh~!}|%m;F=.FU/a\'5>x!~`35+`<n3ٚ$h\"Q9B\0	oz>\"8j \Zɡ$#Sސ};^f	~r=+\'Q덹s+{tݥzR3qUqgfko`ji7:>w7>5c~[d0g1[;029~ Ʒ#0&1c2*6,6+fg|>3K4pie,Hy ɚME>xPJ3\ZTDm󻡑\'5N>cG/# \nzL݅r]arR|aP҈#_R?e!TZXx\\g*nQƄ *~kƖeH^P?g0&wp.Dd]\Z	,m;^,\rId>!j#(!J-Q`,x:SJ,Lc(8y;7${wTP[Bﺷ.=%8x(W3\0JҚr:[s*4j\'#Ԟ2iH}9l!1|JϞ;CmЅ=:*Gr0=MzS/\0c_ݒkC;@ˏcHa:.8|Ye#Z|ڶ{굍pZ4O˷\0ovjă#IA\':6 ],\r\"W9Vl΂HćMD\\כ','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7e1b03d5fa4c40dd11e306ccc2579ba9','\\[s8+5ȱ-S/yک9A-,.	ߖ/`I9vrpYRw2Xc!	(,,E!\'N ,4S_p?C(]hBI8	gx g6ޢt\rPXQ9.$M8{u-ư~]m<l4V9K)3)|oz};0N{Ҭ>yjf8bJTJFR\\/H{`Jb.p6\nE\n짔@O#)&C1Dภ/&ICJD@zoeA_n\'ZVC+^/&a(P >0ɈaUGBfe}wV3T\\k\n| kkTM#V2SWDt~\'VG!OO\\%dk7Qĉt\Z>4~RfTf3c4ۦij7	3{*%z}ı/mB!q4etO1LdP;dCvӌ}kHyP뷌fF,Wl-cD헯79?avQ_29ˣ6:Xtª}`v tզD0NpRaL=;	QZJfd@\"0n}i&L&\\[o¨;gQJT\\h\"v0h#IM%y4Rr[o)Ɍf}>sK+h2P6nۭv7<sDIRc_YF9V7$nw8ge5iđ!=$[bS&&if+?X;Gz\n!~BBւc\0V+T̋N*~1V>ϕ?愂+yPPH߉\0j`}\0֞&ǚ?\'h$ߜsYGiCF:M+@u%{w0?DP)|Ǟ]}h/ք\0v\Z\0NWx/]~+}>#r]\n\0}+kMO[5a0/\Zw,eX4abp	FA?\Z:pUVxH荡nje[FܶmtZ/77~MqJR,5\n+5|~TYvs+Tt;\'lֹ>vn[!=8<ZBG<#JDf|jNQ\Z\Z+:!\n\0_/:wU?$p>}k~~}nd_ϴ?~^l&|0CYcAYz58g3Tx\n+/}</݉f)Q@14c`o\Zշ^a1,_ɯ轊e3,hwz }:ibeiCY\Zk^q*G4^FY\\f|XHd˄p>Z<kG|;6c<6MT-]\no8=X+ZIQoVqx2/zj!\rtɞΫ|NP:`IB \"g*y}ԟ?@AڬW\Z[UlV-Uv;8r:{46\"9dTi}VYiS~wo7tJ9;./ӴQN\nTW7EKwDBլ[PrNKo&9t7JZ\'n*}eAx%JȒLeDz`	7B$;@55@,Ў֏D;\00\0;\'%BhķZa2%VEQCиH|E28yyN.1u#Kݬ1^xָC׳yKvЈwWjӛJc]Zsބipj=I	oA<)ry?','20250817004306','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7e3cd016ad497d4c2aacbbe11017f6d9','}JA_e앂S,^HO3?nh:	3Rth m\re\"CR(=|r&\n~}=IbǕg48FFR &7tS\r\Zr2F=9M?w斻?i>e*F~ݫJfjE\nO\"^','20250817000526','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:7ed214dab8e49dcc81e0dc9735b9c74c','S]n0aX/(*?=B KCD\rN\Zd;%@d|CTԯUu\'eJ8@5PC׀d3Ã3\rl\nR^~$rx,z#Lc8;\n\"~~~>DmЌ^#0((;0CN0i.Y_$B$1H!sÁu}5khG 6-1B|	f\"wd.u{bcg(޴ a-[12\r)KXsۘey7m^Ue]<\05lc<1(^4$B./kɍ<]4DW?pM9|IN9kk{]L1DtJ;O\'ub%D^I1=iyS_uAM','20250816233233','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:80135c842574236a12799ac147a8b5de','To0*զ@U`cl\'PڸmDTI\neh-?B:*Ilg>Y=VQf;eo8*B#slۢ/Ae?&WC-}-gɜ5]&\Z%d.FWJ=[Ȍ7A.\n\nA#gk1v*%rg[\'\0\ZBEmw\nse()1<-V\'MJ5~@1<:d+XP3Z%#iteiqw\r(Lһ֪0bd pEQLEh#%A[_u*IAH9Kj\ZLNltFJt4?--OViWZ)-K\nk>{M7$l#D@EcFz6O)Pcռ55zg\0R\Z>`O] QEqvq®x͙_+7Tq>,P%^3im h!SıAaU>uϕQn^*݆yAC#KZI9$0!c/Caū40$2jǫW~<i\\]$\'oLaIjMr3 ','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:80a65c612a46845cae9ed14a48594fb4','mM@Btƙą%qab\0d(.Ɵhm^\ZX0&4,NM  ޶ּ=j78`?2Wd J*\n2Ds9}<h2(HՑ!+S\r.rGљv%L/O2@Q~ȭI0ӷ#LXʺ`|?MP,','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:81817d4af5aa6ac261fdd5e8b0ac27f2','WKo6+E$ԤEzXMO^-16IT)5wHɀ\r0b/N2\no4漘|jvX*X˺UġR}W⥖ժʦ/JZiEbUЉR\nZۂF~\Z❪`;^񠢄%F6QsT1$^ֺ|]lO}{Z7]Q-\nWeq#zȰ+Y!ߓb|]i+^Yqg*#;),DG^}TRB.`,z%g\\WǕeŅ>{1|Dǟv/SJXQx<뷫_Mؗ|zjϓ]1v;6MxFzהWo0cONhw1싪k~aq\'kTS.~xQCM[kHFqFRH$IQL9I\ZðĄQBs)`AK`H>2#\'>DLrdrӜDEGb/der/V!\'K$4)9TB;$<vQpB$P	d\0)L\0e)ɼx.YR2$&)=\0V.6{J!Ma.C9X;Sx? $9ѐB9ѐs:&^&$uzA2Qza袂Gp/ã@cgJ\'{?L<Ű<\n`<px|M#Ot\'JeߊhD^ӈYx$e\r-4\r0\n{\r8QĲj3B%JOJ{oJl`|mÏoҧGtxomw/uҭntAkm?L>Q฼R*SԢ]kf9o*kg0Kq5_i>q','20250816234951','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:841af201eed64be77654f591c9314cc2','nW\r3ٵYN≄[Q}-@K-D̌^fSU\"eg\'srNJ{z}zY!#wS&?lP!#Ro,XPߜ4Co\nQv2O?CB8Lp2)7p		rEd\r<^0\0e\n\'Er4oy~ѳ|pRb`z_\\Be[+w\0*Hf|Q.E[P﮶\rcd@`L؂&׫\rWI؁إ0b5a	 |ENRTKѩ\0]XG(<gt~Iώn\"h_$8%|l\0\"\'Y	­*`NEfA/ۀ\'\'1*~4gqx`EB)\0,aF-Oo5RH\r_\rEaX`먒V+N\"?iTz^3LJSO\\O[}Dӎ8UxǏ=y0;\rWlRBfA|WDׇIs&1lަDqq:6[\'!_,MԄCݐSMF~ΩK9)S4=sh;\'-9gsTky9g^$GPSQ	7ο9?\'@/vmr$o0;H0!֊>b<dmĮp܂Z>_0Z=z4Ɯ,.ЉlF8|zA=`ws.t\"{yŲ{H;iy#غuסၬ䨲(	F_7_3\'z59xN\\2.@IV4A	ĵd$Rс^5TJvCWTջ}df3o⥜@]RIxßF6(s\\⻡o1Gم($߁ab੦wi\07\0\\#WAfE\\Eå.GQ@kO[X>ɚ;wg%xY!_8x|MJVXէ@n}8f.82O/Cm\rcxz/3M.mg7󺩎uO[oF:Y#ɍ]|ETRnR1wfB\0W~&>\\ySZ6fժ魄G+Qz0`H< GHXcAhr\n6VC$>	SGc+~\0Lywx\rz*9IxU\\*=RHJKRVVjViNΖ8<yqVi\ZgPԌ1\ZH3࠮Y<#\\z5jk3〈U)l:L.|[SբOt<0*#[.Z&\n5!H]e[R! 9؁:vO֑*\\tdVKG:\"k`ÛJZ!I`$:].7}mk.|vDtaВxֵ2UUϋ=H2$@St|%aO-64,bPZِ7-W[9pD}ךY\'!X#SufS#\\:< ͪNUrw+;mګ_F/ƟrMi`޷˝N̅)bdmL|X7ΒMkP~͋wrE	к^)+&9hYn옣s&Fh4YLkt1ސKm/xKL݋3ՔlmhFBnac̪\ZV3\rxKb팷kCC)![r8iRbaXZʨ\0%P:턣+Pk4MUY%Op][js_vAkZes!L;ڕ&N&\Z\'WU\\2\rKUW@aZRlS҃ʷsDV0 2Jlخᔚ`Jq(+;ܽ%4%Kæ{t*0a~FKvp8m1|_hN7>fCq_QmWWUvdrJyUGoCD dS`~FgW\n{kwXZ\"~3 ~}ʩO	5W&=oZ.T-~\rzhPAZW|_A(CPPJSն1 HXJR1NĤue0\Z*xx:Iظ)oؖ7nxkG\'3ю0VJBƪ_','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:846d8bf9ea06bd6868e326d8ed7d3fbb','Un0}H:m65@C@RbBi{M\"Um&O:9NLdۊ\n,m\'f*_ٷke)좨Ũ,|?Zowal>	d.WcUE0ȶ#TJq9%aoMe?[\r;(P|=6\ZoȄ0!P$څ^;h-h;hVwE\"t,1Z\Zx*6Вpr3Iͱ41$r9CSNEہ$zƕT_Xan1|~v~t힣~i|LBF\'gLfI\r)da\0\'+P9Fa|(ԃti=\r`s!;mWoz\r1T0{SЩ414@?,0S#T	kE@\"?Yg\r1\"}m6~','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:85bca1e51fc71ebf1d3956a5caf8ee80','+26R-/LLN,M,JMN,.IKU\0','20250816230403','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:86c79df4204a82f01c13d4556d194d8d','Tao0+C7VCv\0vg9&qK=,@8[tnE1b]Z3l#BAyG3Ч^J\\޶P=~+\Z:uI1p6:V%E>nN*aktžg./MMU6#V 31GbѝFoI_>tE3VEqBk>5Kq03n¸F%W^GAWM0c(Ctf9S[ھn#HbǶ:\ZT&~͋t	;(tIE2\ZtjN(nkBz{Fl5vvtUg胺,gX6W!E9Y(Ҽn.5;P`:R:񠊂vqV6\"N2q8&^ۨf`40^Iܮc+hkI~C5','20250817000526','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:8790bd7ca3d6efc72ecbb158d8bffb50','n0_Ţ\ZACe?p퐠(^\nJXʌgȶ;[YXZqoB%,jz!z+gvӕhدSӵrBꀝT^6m@\"ZE)5u<V\Z{BkpeA	\0XK7P7I\'32.pmAx&;ZSi3Jeg{ 9G}D4i{:kMёYy˛p|;׻.EN˿*T]4QoʨXL\"/\Zpыt&ơ3VX>oφAI0y<g(ʂ}ЌR%i?','20250817014838','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:87b58ac23a95888c028fff4c4f9ff943','U͎6~u\0d6-zi_YfbndɐIR^YVOHɏe%kmQf¾py>otI՚4PTfޯc	)i8Y2_XVQr<j%j\Zxܮ>JPxnLZM?;yW\nokc1m[$^	X\rdh0cGX!љM`W#\Zo,P}({ڿĨ}^&nP^x5.luu]vG> Q[	A]w5H5A\r_<yl\0֢(Po,/7GdzϜQXQ:59)>ɥlȏebh {f+@*Od~hQ R}7KnTqOz27\Z:fhS\'oP[_~}Q\\e$`}\0+Y*W:>H\ne_Uo8p,gnզ(Mz}[ckDCG)V|/xe,\n{2pgM!+(@wkU88R*KJT_+NXu%rPӋ,AnsoGi|l>ik)؀.,k\nk4Yi.o|)꺡})qUx~`=%,*W*ށWNc)4G]k:G6yYm0\" m޴P~AC\rߟ}V*翧=0neɗi2^eD,v\ZBJƁ\rnwFOm~jKQ]9dcta_}Y','20250817003512','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:8a106578d7455f61210e8bffaf33cd24','n0aR\n꾻1čNUſ7ΫR`pё6rłIO@NIB2f\n]>?!il9M6g`ra~si|̎oB%&19m,glF{$<$TF#i+Ն),RZ<_2@Gʪ1cdvow81\rvzC:Oa\\buзz-G\\x6val(](!fľ֐u%b[G\r}ΐ_4^m*VΠ/i|1m{ޠ	;K9܆qnZCopk~?\0܏xjO8K1m;pkZu','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:8c31306fb593d9ffad165177906cabfc','ԿN0w?\"Ā@	IOϑn$Pߝ&Sj{O?C*\rr$D[jۢhQUpjݯݓuЊ%H|(\r *\n8*Oŧu$ЅjbA9FKMǈe0cfFg8֤iȜ426/fhx?8o!QMyy}XypbslFK*JwL}cShFb@\\b)43Vْw\rYsTK%\Z9K','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:8e615b23effcb9f5d49e16e0ba5a67d0','\\o8+T+%JHҴgjr$`y1Q1{`w{B];lG\08<fwৎ]0._qatl}}\'oX(\0dĸb\\>_\"}c+s:8cWvoK@}:H=[P\0-zC\"A@)lܐt&^1.*3Vὡvw-F>\"\"~CBBHw\0(nh{Ƞ8Q}\'h/v-\"StZ;aL~S%K*q﫲:TdEF`\ZxIjvUWxeu֪\rlόC]7&EbXD}OXpJ[W&7!+UTc=`W^nĺoݨqYRH \n,	[7,(f߈ǧA~\'O0$մu\rOC\r? \n%q+\0_e^XW\ZiS>MYWzdMV&\0xxo~O<{Tˊ5&nm[fX!02~@\Zտ$\Z[f>w{kGKӦj3\"(*ȁ(h(ވi\'\"Z8J\nZЂkAKk&E4-S)EW<	cߺT]\0aX~=+^ah!d0Pu\"*\nlUnU)1zhG*F݁PDBlW={H}-s5%i_9TD$cC 3+Q\n	/=bkm>)*9J\'Մ$Af4.jVz(ոUyJqGLaڊޮZyHMQ 0O\'ٝCTi`l-@C\"*\"1ERu\'l?6zAl]PU{_Am\'Ѳ]_\"h\\dVxjIwn[D3lۢ	SPTģ:(EFM#\\ #^=+[%.?pɽ{4 &C6x$15So(KP]* .v?e7IFytUf[Zx3Uy<&Woךg:M9\\Jv&{+ȷTSoдqgXFᾫ1ͬQ+!٬{U*|Rq̮IGag}_=nh)pl>\\sb^UTqXߨ3:5+	.7km>֏EY	tSJV?.͍%Me,դJ\0QJ`uk~\'uunT(!RS|:g2h|duɴ\'v?`M+T2#sSAg?\"D=T&CcLj_z~L<g>%D-8ash1*`f	LA%ń=-24m[\\&VƲ6ϗwJ3̫\\M@BjjpGV.wְ~h#_,,·Ǝqa6i#}\Z\0$\\p߶Kufe`z]`S倶%+p|pM^8\ZSzɣ}ˉ=C\"P%ئJ~|5$tVL;<%rK˔_x\n=\'y~  .T\Z\Zˎ\"AZPE̟*8]CI$;i.RnG0\"4_=\n?	dm$j(b4(̬~0,٘Wum>Wczn}fYb?ƥ~16I\04#)>_$sc\Zur<U,x46;,GаmF]KGfXnC!(מ;Dϱy>41Y$COX<D H5Jp!xNzUqb;7$Cqc2-YA&bү9w|$%\"oT坈*?ih1\Z=XoNKҹp&QNg5J}B}菐<m^W`Ab&+U\rL`lKp²vCin&,8~\ZYhUkʨ\'VFpV5Vb/螚\"Ji{JN\'GDńbxAp~\nr?BK0S 2o','20250817003513','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:90d71a5a10480244f87f55e8e3f3b3f9',']oF(RV3|EZYb%cL*#xU{Ʀ	o2\0sɧ\\ھ^ݎ-\r(+>42]Fw,g~&XG}r\n`瓼\\u~3n?~:vl\'²,\\\'!Y1.N(YLWX\"a|-?cH#QCA^sfK\"̳>X74S^pˤCwW]r1*qqrOۂ\no|/ŷE_80Mj9䧫_}@d[_6RXXkr)^y-̢yYI\rAzmpNָ\"e\'0`1gk:\rl&=Zzr3ÔT\05.MDtR*(9))	)Kzrωa|26Le0\rʳDTiʮPc|z@l<Y<(2hB*sj3b6<{<fcwk9B$\0g.s}O>ɍCs}3<ʋUS[D9f>Bgо}KG{wa@Q:b\\>3 zWr.SsaTS)>Qv5䩭J2#s]<P; zױ\0a5q\0EJT;,}\\zjHT-9:ʐzdJ(2\ZX}s!:|5RC]p	<UQpqu_Zװj\\ԩA.렒e5f4tG\'Qez	Kz=N[sPE&L?̋A\nd*Bg#0Z0f3p3iJ|ZuLP=Xێ$Qq\'UT\\4jG(\07\\/DkBƢT\ZS<Atg<s3a0DwMq\"\\JU7c+UD-ntSt#ad\Z?}@\r\'P_;Uh\0[3RU}\r<u\\}ħolb@NR0f5e\0\"~*TȂOdǀ	:>L]M)b.V\r26Gc1~f<go\r','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:91f99bab4d0dc39cf3dcf490a8ca1ff9','Y͎6~5k2N\nSR[-R6)Pڎk_X/\'G6eQKq!gl{-7cLӴZr&eVCs$VmK\\Gm,2#a|#>hAU0V|N`2^HCD&d\'C]er&-Qh3l&JDSÒQFµAWM-I&LFHJqD0<>W[0AP}[D³Efo-Ь\ZK|`2#3&(daM&sh?*]DX!W-pS*璌$2b8aoC2mrpe蜒[urAKvЌ.@tь.XPBkbp$cCAlPqy)\'l >G\\OIBa8IFk2`nP0ݠ寭K\\_R%Q׎jg$49>F<M8`a)h]YAb0-4#˦42dHUB祽Pkp2a7wL\r@rmKYf<y\0r^ؽ֢_!^׎_ъX}\n\0JOQAFRb\'CgF/e\'=yX}FgS2տpD0ݔulԕS*h۽;es48L=ΰYk$*p.c)d05qM	F	=w_}4E9=:}Q\"VB&hz-opq}q^\\w\'\'x=lo\rƾMl{\\tҬ?\ZzBcd#$rToCa l2f:e0w\neʲwXc><O&o?g<6sN.ٸ?+%兽1P`yC	)uIoM8Jb\Z|YCjjz2J{Q¨/h~yDLz̸Oр!9\Z	\'~T@iC<ں>AiI%@ϤЏO0AWzStN+osNJ%%5Ak\nPG]&;Ͽ>.S֕mp`Ŝat6-8v#ɏ{mu\r/7Yꅡ6\nR8IBՊft{lrp|&,#gD%?%1(E<L\n>mA5T;ǋ$w+>>uMxX<.p	T6?\rnuY_~ƅnE0<0$ß5s_ӌfљwO]HN݉UXRr<Mمw\ZkхLVUK/\Zk,l[ydPkJ9\ZZo','20250816230451','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:92407a82c34d0661f38bf76588f45f2d',']A\n0EzBq x&c;LB2\"%x:f\\|elKUX	T7rJQ)O]5oyK}˟+:`rjE,hnx','20250817004321','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:92dd6a98b011e3b62ae96120817ef0cb','Wn /i8J})QR+\riݍ\\$51)̜93g><\\ЛyRT7-_O)\0V72Ai*r21:3IPdKlj`\nD(\rnT*,^*I*b~/ʯ,KƅUe{dݺɛ}4(p{X}3WC\rh.&+$ptYP`IjP6*Co3Uq~WMz>==JxݘZ]GNkVqJJ_OgcƄ3yJ9nFFVaԸknh6[S-|HI;mc-:}gR;*7\'ҵ;sM4s2ނwc3_H09t@vF caNʓ[oCnHЏ1laaNʓnHV\0N\0RWG\'.(}i_*g°\noC7','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:931ea8e26edd93a735a237cc6e259f03','+25RR--II-/*-I,JO-./,ϳJL*)-IKI215U\0','20250816225334','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9468779a1f17d14e2ad9fa7f7765e9ca','Rn0/myH2\n?>mD}mYvo\'u$W}%8wXp] A|_?+3\nj\":,B}D$[3Tõ,[&fsDbm5/lb7Rܲ6qud_@.+I[Qvπ,zx]1࡚a\'A쀛A>5sK=O1eʻ;Y$.=FkmkU(28MHF/:P\\\"[b.F\nßQE\nc*(Tb\ZVufHcVO$x=+2GD*~1AG\'ܶ}0At%߶qFo','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:94af08b4f4f142ee77627d14f7fa1201','To0*զ@QؒOr!qۈ4[:~v騄\'e,f䷸^G w6bo8*	B9	vv	l~їڊ4MI*TJ2KICcp/52}wB$j9v*%sg[a\r͢mwr1jgKe4.1<-VCJ5~@ޙc Cy$uȜW?kgJF\">fѕ!0:P527wU#aĘa`pEQLeČcΊN,d:rVΒ2I4|hDs\Zͧrδq/*YX6ѣ\rV#kM%&b|pܠ\'o\\7V-iBʋ@A<\'5$|2CBLƧꉷoܜz[yE+.=8WzUaiT6Dj]#8AVKCNXEʣK}U?WFyT\r}0u!:KYT20!c/Caū40,2n٩!h${[d9~&_{\0','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:957b8bb497d79e178b05b19ea7edb288','\\m۸+-+ۻq\"Т(zW-Q6YT/I)^XĦgy#uuٿo-\n\nÿ&8\"aT閶V{Qz5i\ZW+powA_U~@q4HQMoI}g%Laڼ1r.sSX]q	ԼDz;n˞W\\4 7K088,0MP7 }ץ !lP>	f%(`.N*h9:4,7-+Qss6ac|F_E\\\rZ=YG%5_7a	㩉@5j.\"pq60npqS;Ci9ڮ9egx>C7MN\'hJTOh#3%c0o)ž1X	D[G>-!UxCFVZ>ib-M^MtRoʋGԂR!MSA	)p<d..T(8%cŎ	50C~0k\nja%nu6%\ZP41aXsȗtv&|^&v!/+.A\'ShGm\n-zg̼p ?#*pc*@163{o0ɥ*.zMz<MLAtd\r4M`+r^I;{P2CuTb%	,lB\rѱ jtv7V3pI8DلO׍V߭Xz,m+vH<&,t$[Je×ϔ	q,\'7{7WuNh\\\'LMs*(O9Ʒ!t妈_LIDhI^zƚ0м64함dAz|3$F,(GybDU0G,TY]	]y&e\"\nD0S^DbYLv\\gIqꮈ	OU\rf0heһ\0ԎWō/jn&\\\'Zmuк7i(Q$Ps\\EGmyaBZ;?@F\'?߉9N\n;PuhzE߭uC4!@mrcE	*8kfCo//[D\n҇N3;*W7bg9&h100428=z(Ja4b\ZSV31VhÅˎSj}\Z\Z	sp~\\yt^<\rQּh~@8\'wE.`okk%/Wh=d$C{0ڬ7$;z/iQ\\ǐ|~Y)\Z=w&v$ 	~FgsSsoc%*\ZgdH.u<\\x\rMS\0ieq/͐m|q9#nu5w\'5e\05\\[vU_>U}Gpʾ\'O蟼ۖ}PJ)L>5+m۵߈6@9w襳f5G<c{!ufeBcUGZ<$Ib,XC[O?iv.nY\r]*U@K,ٹ[U(i5ɔ9\\@gp5?PGZw}W>/\\yOxtg/ΏYX\n1))CgaRO5JIǹ3ߓJvXk*}!hBݼfG,H\n!aD	VP\nw5K9yz*aȪYWxeҥn0E+hU܂aXPyvGa]ۄt6gI\\dCƠЭ=4˛֔ʘtceI!ź]pFy1y/v\0u)ʝ4lY]Ivmli2_a%v39\'C!X*JG\\vP¶%Cpt>TN\niYME9IGgMzmZ峐PQJjnyNP# Í9#5ϷhI/i<ytyeOVZ;=`}O\')ԈIYg^BCz++Hj_<d~\Z<EW=RGʁ|e~bq<sg8kQSQ]ߍ#-ɒ%s`h{Z	\'U̜bhH!Y2Qj;)墋I:ae.tukβ3]䩭mbn<-kB٠\ns9	d98a:,/74oRz-O]Uq<?7}W\04Fs-}#SQ蔻L#yԓ2lu\"Ct!FWySkk%.[7)_o2-6WTej<@?N]|2@?tL.ߢ݁c`]:o>(	;61)d*mU1^Ѹ%yl{0QY%j ClC٬ˊ[y\0ބG,w7e9|?.fX$khԭaSoIn?v.@2ɴu84ǝOvs>aS\'es!	.\\.CB)q\\B,aY,s&#xMBXrFV/@iʳIH?~z@#8r\"x7fU\nfo?','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:966117663214f79641132a6fbe502155','Vm8+䚓Ks~Rz--i%o)͆>>6~-jGԴ\0\"!wMpB${u?vNW\";]ğznRp*辣D($NL.q:([Fo\'LKm-5o#C[MˣiU6צJڕ<fW\\2x~hXHq<SԔs\nҙ#0(V6vԌF2oaz\'{4kkz|hmDy]zV[	ۥ+pLX#2\'\\(@(%w\\l)JT\'w\n*l\0\'zfW#ó\'@\r:C1$Q85\':WPR;Gw\\|~pakI\n\0,\'R(.\nuD8WA&yOKʀg8mg<NB>pLdXLXl^CmpJ!yӻ8z}M+QɦJBYpM%5:tZFEKkaL6:2)@9/;Ȯ>eBKاEv։=H55FzߛZg\"ר\na\ZL(?t@68x3}+<4<Գz	pȦ\Z;h[G1Tډ\\{/#e%`<FCEh7tJԉw۩!G;ƀW1I-;ӎepAJ	Io2#gB\n	et<KmxXnPMCNC\ro4CdIrsŧi?C2-M+\ry_cn	R\nJ`1@Xmen{\'FuNv+lK9̯G/','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:971fca92440f6d470fef753b13f3791e','<\r㶱EpM^+Z)Z-ewoeɖlv\\N\'p8_\ryEK\rXHÈ9`/pdMy@$Nz9!g\Zd^39x֭tb\ZO04d$Lܻqa<	炓?QdbL0HHﻕ25b,$}2%Mdx}sc[\n6	9{ [%)s\0#*O<F\n\njܻYcId΂eהV3<4W)N;5s6#vQ&X0˳ZJ@Rf|\Ze\ṇ8wLG\Z(Hw|rI\r<Ic7 jXM n_nwRKEI\"D9Z`ȸJc;`a*JB|4y&$.))h^ZN,3#wF7\nԠKq$mɄ#BIYY%OFlU!%7|\"B޽{:.|*@-	+Xhc]J`O \r\"$Z6omLi\0\"!8P֌`\'1^eNVVFA.Y\0g.pV1A=&T\090g3~hA6DX\n\nY,qDX^caNMا͉TlAfd}ի\Zƒr5CSU>w&}W\rlLYwLz6}1\0-h.yrCX\0]CcИuTՋ<<jJ)i<&<W{$ʈ$|2(W:hS<~S/5\0OPEIY/a	(eh|yӐvdp}H\r{*DM<~6	y7N@`KfNioufDKY^)]nъD Y*R2QXK\\QiCPREq8*^]J%#ĉ ŉX1!Yy$ޭN2bT&`\\ix~IVm0u1.rYWhه&5\\(ڛism.\Z+Qug	|1}b:~%8o|!Rݻr---fL]ױos&Fd3\0K0SMi_{(D\'&Pi|mʄO<}omS7MzAC7D[(VmG#͞khdmRS>؀fo~tڻ}o}-7`oZUGU~:vsVV\\WʴpyEC#ۄ\0(ZAUYz!@,{8׊Q6#H&\ZeM^ԇYPhɲv+\'e5Lyf?<^RekӺlV3>=rD>-Uu^gYue=/=)-_ÞU[bit4`\ZDh=+.\"Z	A6(c`k[6Ks[JAJK*\'OΰO*d]F\Zȃ~]@?\'9=w/D|M47R07IiMh_He(~eMy*3v[%X2(,mK\rMe&NC4c~-gQD7c\'< Fȟ`Ք+\'r7j\0!;pGUZrT~En<Z*>rW>rA\'<c	ARQ9*Z0\':\Z1Lw%\0~GrW\r+`!;$f6i}4vpxU%UP9GMU#};ӸxlSqɓb1I9I$`!s`pSgMBB&#ӆD4Bqm\r*2+$mَm#I)n`QUD\r1%aL6ƛYcfuΗۄ*)?sNUq[2$h0pC\Z=ɓ0PdkqN֨_\rt®X\'ixƺib*RNO̆9?W&IS1а\r,[@O:*Bj7s0xP҅䏠#&7KQ\nsp.k\\4uA}#K};VU4=\rxƥKqB?e\\6a^m[*TI=D3 ;&k\"VhEWrggh\'#yc?](V\'&\ZoHӐߏ\">ln82NXr@(wx썱t-LJ<&wkV!a9$e+I0uT6Il4:;iSVjȷBu@Pk$Sz(Ifj?N^؜5V7n,x`{VG/eGo\nA2RA8\Z\nd sd.\\͘4^[yC@\\1&̗.6H\'8\\88I~<c8ưO[`D xbۋ\\(mW\Zn\nV`9 U7MV[GT!ō`-&TQOAi==\'ߤ*:)CF~,|=>gSoo嵴=ř`,2q!~a\0MkXnHl9\"׮W9ݭE;;꥾bYH&{0deNU/ܜDt\\VlPxsPŵB\0!*j;ۖ&Go\\ 7	ʎbwQu_b`U<\n~IXڎBpoׇmTG)ŊT7^jvb[FgE\n=||?GaHk=i;+Bɝ[㭭XY^gX\rv|\0my5s}nMz+AS`xxlqCM1/)+\0 utTfvw\r:~hNwX,!3Lh(EΝ6Fb?P7u0Ny.QjN/XWta.I;Jq-/-gI~	u-5Sbklb02ie7m\n0Ō\Zb¸lx5t2\0Lc|{_0,s7,Rj3i녥~>X5gvo3O?\'TgiPdoY*KCxuM7W[!gsGY^N<]׀L	PЧ1Ѡ\ZTQ06,ʦE5˸5İ}j fC\nYUѻ=Ͷ\rG#jiE{[jHa,:Z#F5}Y dGj\0rD,Yf|H62pJS:mhP\0`=SnD3)C_`v٘\"f\Z\r5004MͰ1L\'bokf4ȇo064q?dYD>dG$\\zV,Ձo8`=\"6݃f[̽g1QO{րA?)/ˋ[|ǫ=|`/lG*̿ga~ʭ_1muw__@Ko.kAca׏zc6P`UM~o1A-n)6ྈDEzճէe֓C!}2\'\Z_kRKFX1|s[Ƃ\Z7Ïl\"L6 V~,\ZW\rT\n4KMhˉ9+\Zv+/R<lu\'}T@tzԧC6$x`EUQA FF?R%u}sG#R_Df^DHX\\s~/ge/Uζt__|\':I^9L;Á}}9ZI{ؽng?/(E*~( <~ljUj~Izos	K޹k;wlIuv\Zn*o;G9W@@ߌ','20250816225401','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:974e0648cec5ea04308f55017b9b7834','ݐJ0_%\nk?bewDi0mJ6C2\nJrqwHE-&]Yɯpb+[=*g)t_+)&gβ8bߛUA\"BEYq:U2BH\ZCu4HԪ~2}\n\"\r:&`$HAX.)jR_#J5,ŗS\'+zMv`J?,0K&>*jcR9gmۏdՏGgYK߰W_`ݼ','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:978a2183e5581b179a6075b6804ef399','E; \0Ы7c=b&|\Z>a07ڤ	\'\0Rd2`Ei(?<Ջ3.v	8OˬN^m?','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:993525840928b01b41b42ffaf2c4cdfb','+25R--OϯNJLN//KMLO*-/sAj\n5k','20250817014808','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9c0c8b33741d8ddceccd43bcfece4dda','Wao0+VjTGMHӾ|Uc#$PlBBM(0eLj1˩߆MIu%y6qE2o3n*AH\"T||J+˕l2%-^K%Xlac1<$iABk^kZD}MmyJEcUuRp	xY!W3[eҜS87fx7L;ڪ3r,3֤[!eqڠ:-pQ߉h_ϸ\0IK8wv[]˔ZhMES Rynaf\\k!c)5תJ(MN8qvq\\ٗl\\pCm\\N\r|uF-\n<M\'Nӣt)4J +2H6@*3RZXa2\"xTZ#1tQS0UQ	\\>PE%ZU(9Yc	U\rY:3~nAa|j\\OBiv7?/Χ$OgTr(\\-e\ZN2g6\"*׶ۑYOjP\"7\rPxGvϞ;fb2SmqraUy.uwŮ<\"PFD塔h(\n@3pͻ˿J\'ȱW?}xd\\ӂB.p;=O?VGip՛}5g \'.\r|Loý/݌zM\ZȤ\Z@6Ϛ#_B	l\nx^2GݻQ3ٷ˝&lݢvGHH`\ZK\\0yoq|N','20250817014838','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9de0eae07fe22b6b4c487320a9cd3be2','%Kj0Db&d38ȋ-fZdSxxU}-A6(\n<raY>|ęVc<Ƃ5b1#8Af[SY>\0+*cʌx9y*5/cf\ZIZ28G+ImH~&v/xK%(hN6\"P(XG53\\\"SD1','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9e0d5497aedd72232c5ea8f1984a8b30','\\s8Wt\n\"NݾCjvAt-,>26%uZnZ8VXf϶;#$t(	D@&c\"6kx(#b3\ZP!|92(]h*.VT)IGN^hK1Lޯ}Mǔ\n;96{?e&t57Qoto\'Ʊ!ʠ}\0ϘƎ}]L)rҔj_H%cOT%F\\~?76y$$p(\"2$iHHm,˭d^Kjh$T\nB\Z3S\'3f>8HHT۬/Vj|k\rQoSdmiJ\\f㊈.Ī|#U=$3Ywl\"y#8q!~?QPBP\n_܍\nlfZlj/w	3{.%5{Cı/ՄBYib&j\"KAqUZCȃZm2z-dZF7bhH_& }{1avf%.3<ĢV=w>c6%qR&ԋc.\rכ0Q\\äj+MUu@r5XB	\'_\nMNMb$i)$FJN~Km[r3i7>د̀3`nyuI!d8m|v)\0Iry@$o֬ݢ҂x\n\r;AHYBY|*X0҃H2THo`P)<+\r}ՙBٌ]N#z\n!k?uwЅ	kQ>3%R_9Q}G^^\Z6sn3/c{X<Wv8\nBIDC!}\'Y\0+\0<Q;;1UL]B=l\ZiorXڨ,	=ýcC}%0}R\\뒗}h/`քr\Z\0Wz.]ةp@y;;sxy^0O|zOpֽ!=/C<oh/h]3w1˅i\ZvֿLV}ل{DGVu5r#Tl]t2@M#n-l7dޛbkl}{?=r6J҉,\'\n^yԄ╥\"?*D.,9y{1AK&:Ig\Z~	LfN]gRVbFmk뇇zkϓ m4TC&4{HyCi^^h-$t_p. {չh>V{W\0$\r?\"N³}->xm0CYcBYzY]ɖqc+kwCpW\nE$PL\'>8z^ýGG-WXvp97<*RƻxcB_}1`PGt\radj[yui:xQ5SB\"#X&DQ\naX;\">Ti1%F\'iBoR@9WZ!}՚ N|x\Zs֖y1ֻT㴭o0CHp^mw	K$s`Q$8Pɫ$zj٨XUVUYy?`g^ɁtD`#LGD%\'N3;\rQ\\N!}{KvYݑq~rVMZYX5-f߂[uzp7ɉ˽QP?yuS+(\r\Zdc.QB`*;%O1\"⬱*FPWdA\nnOp\r\Z\ryV\"JF|)S,ʾ$(q\Ziߣ0_G#dk˻','20250817003512','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9ec6e0f672bf5a65bb430854fdb9ae16','OK@ſJ-[AOBϓt;8$!F1q=~OeNg3;rQއT꠵/|-Wc11̚4Q\ZK)9KS0%k1O[,\n`L>X!?Q5~?\n!Gc:%q͗w6sa\\f7Z;Ok8#m$!Qߏ짉^W`qM','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9fa9512480d40a185a4ae8ee962cebd9','WKo6+\"6\ZҢޖAS.h@KE\"U~d\r)ea\Z[m8#s>~HCZ]Gy^LHǵmZXJLҶ>\\*ZpY+ѵJ+~l%d+.c[vk~Ǖ67R*kɬE]s|P|0\nmAy@]J9\rkO4\Zq@>xϽ)&OձeU%KE@=vfdƊIu-?XڨD?2ehZZbZ?BrRm/*[4ݩu8S\\ĠkWRi\n%\nm[jh:^buX4l1CڠxV|Unu\'V\\YngS[7:}	9:]f\ZYWfFNo	#O_2:|At\Z9T̲n֮h2m|ߓ}D ˤ\'xx_/Rbi >\0Z|>\Z\0е(/Ǉ\ZUFGOzϋS⌤,$)rI,F	X$$1KLBJh0%Q(̆%AN\\0H>$BN|<dɑ	r@$Ly`Q)J3I)	mJVB{H鈂:$A\0J s*4By<̋KiȒ:5/=$IaCrd1ƽ=2½A.@aI)R<)<BIH<㘄	IN G.*8p@he2|pOdvfUORé\'lyv\"eu3tvV\n]<:ؼX07w\'@ffkǕHm~:IN:Wn$麷?*a>+>dj3L}ٽsuƾNz+iٷas^Sgd','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:9fc9fbe32d594bab284a764d78cd8515','͜n@߅C4U Qq\0/I*uk\' w\'Nz~cch|tfWn\\t,vfmJ0ik;=[(UXTK}xjwe+oVehӰ6.ƎYa}`\Z=TTfi#rݨ2y?SuqHT\\U(WO|0T_-l5^>0W!\"A,R&\nB\nhAnwwhTf\"8E^-f1bs\0e?$$0Yؾ\"}\nx bV8=bїx6#(:a/uuӄkc}	\\R~BP9&+Kr 4m0VI,N:B	Bywp\ZWm :X!	[@`/V;AJ+j7E]TGȦ{`A#A\")NCy?r291,<X;b8\re.h&p-q$tZ~8	ۀ\n h&Y@PK\Z5qHjڸ%oØ![[DPVD\\j@XĥL2j`~0Z1g@Hqȶ\Zk+qrT+!I8(z?\nhAwhKAe~=yxx,#,1FᯥWn;Ap`uXMք,j(	%5{P,,yigMA>@KH\Z\"Uyv\nE}\Z0(e{t)#ifi}HD*W{3k\'1/IP#j0\\DE!ԫdD+E62{_5n\Zˤc|/=&JjHNDt[Y/P;c3rx,tƁ,1Fs>XEBh `]n*@bf0Oe*A;xp@*W@xL>=2\'pa\\;,Do','20250816234953','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a17ae9ccb9e87288a90afe76d644caf1','=ks8gZA!)QjO[5u[[W*J,)QGR~D Cq;\"	v7FB5N`~ߟV@>ik7<x΋=wƃss.Wp`0r7/GGD\0yŎs~ה-|?m\\ϳW @2O:چ2B~k\0<pxiA<<e+bqP\02\n`vpwS!1_6{85P8p;;D}mmq@X&j[[à_|{xZ:?nḌ\0{?>^HsLDʒQ[[eV|EY}]kTcT2FA\nm!86FRMlgn6dz\0YE#&? yr9l}\"2EPSrSni)ʨCM	ER~\rD#<>\0d{@+Nv]>C!.\nd\0)=˽N|7NY }xwY;ckzyc4tl`4x\Z:nCHMD\rl<ш1;§_ntMLF뗛_̡N|L~3֘}#o8h`ijo7Zߌ?͝&L||Kop# vG=2^o8+(c!JI<-NHZs\r1#]ldCh4\"(\0	2x=Ώ:\0!r_0\nV?U7F!$z)UqHРho\'d2Y#ݮTP\0l\"$K^hx\n^\"A؛hDfb퉮K-;\'ZmOlQ~GR<7@x*(@c~pklOQL&C48\ZE1g}\r$:k<4M],/e,@̓82͟v8{@40ؾs9؅셌侽ų\rp.`ui2}ӣ	\"2W ałAru{[{\Zp;=\n\"i2ObZЃE79*r0pls?o\r<g	=N\0[Ih05d	l<I<{ko	./9Q&<i\0M`Sᨀ{%\Z[$-:_25<gxI5fZJ/u;`oGPcvIL:T-j7GvoW]g; ?#cZ,@QfWNfimԍ&Ym0X6PNFKߍJrbMbnphiT%^M1|vp㠐[\n6|qv$z2DJAwc(P6l&Z8-S%[\rwFI؟X+I9o.u:á`ɍmػ\0ЩoCgkl3;&W\Zw:3[rK93MqkhK~s߁)`^B_vdTx&at!sg1iNќ?dGdm̂܋.ȧ,BG7CLRk-%6^93/!Hq.p_}/\0	;*}aֈ\'d|`]F<\\jas	X\n\Zw,3,i#8\'9=ulmǶ03˼{[gRP9bnd6l0l؞D/(O/L\"6\r[H)l:k\ZhB&%,\rIGs\Z	*/N ܠU/6Sd\"MLٹK\niN7NЖidw	x8^YI1F{a<9Hr@eP\nŚ[lhu?\rW1ξ1%B-Ku(.x$K&]80L1]I\"<nK1{2)l#vze4ύryW]1QrV$^ؕD+!\rfn%@o)jip9RPn-wl6+4.qm@\'UZ4(\"kI*r-妅JLƉz,Cp\0$88xOKizý4)>Uk.JYD̄݇0t3!4\0%bQ\\~Rs=a)e\n3\ZJ뭑Tz@\'~Cbݕ@*u䡊OA|R$ViHZy&X*u+~m{R][<nr\nzh FkbJUxQ-8hCY#85QFrĜiĠ80?7p-h]u)\\6EJK7uЛXݢL[X.m!UZ_jZhZ~Ks_\"18n1^j{ERFwiic@:6k}Y;@K6ȯgyj&Tx|N_}ߔȔ;Jd&ki+HSw]ܗN68(R~Er\\ükdY$QۀWƷuwm}.u\'nMD~=;c}4Yȹy;QW7&f>m}s_Xk,=y5	dW;2`i.ݐ1aO;#^%3KʹhfT݇FU\\{t\rR/\r\Z쮮AMcKdztW]WT@^,.]9WC\'eG<W\\Bͤ.~T5\\|{\r0uRs3W\\Ի%f:ԝ;hӅ[_ƚL\rm-`jL\\-`\Zhz+09)1+=&i%KsIWM:Z[憓ji=Ҥ`گy	Dߎ%M[	\0\\q,˫	|gZ=P=a)V^,HzDFK[z<١xtK|#rބFҔAS˪vh[; oR,n=Pe; _\"_i3iU,5zb]c:r{T(+[|pEfLaY-&Μ!2\'.\r\'kIQ\rilRJsjZa#tP6Yd5JJ-*[F$d7FdTtsOyǏwX/xԈP\"-|}eptp!k<],2HBW\';[*xzqG$Ő9 .2ET%^f\\yy1ٸ ҁƇu\'0\n¯i&qV($3%&})f<AdOЦaԘQt	N5	b\0\nV*B؀n,dttbetD$@	B圆yJ\\)v#VjAzyAaj*5ESQz\"7O	袄TG:Aw<%t6hWmL3Z+Ņ^EFD2\rJsi#2D&&%`\\@@Rv[j.M\r}̨RN%IC$3QgJF1x5́ؙh<2\Z4~FX:fFF/t=`#lHJ6]/d\"^IL\'u7n]_Z	/BSDbveSjƴ$tr`v<]O_-QE],p2UPT(T<+r7EF|/b\n+jva\\Qڳh:mՍ?\08KRp%T\'A5 vtꕵ)DJ\"\'D[gnpx)\r\0|>8h!!Dr*)L/%=n\ZJ\niqKWx(9{qȘ#U\Z`s*۴_]H\"v)O^J:5.nPfƅS4UvTppQoe\'tEWe]m]O{sTu[x%N\n|%[E_~fSOmB5C_Ip\05#]gH,\\rż|Rs~1x}MXDA@7<`c3}W{/wg>gY!eyoLUJs@s/uqed}k!kU)pjcl\nܔDywHŬQ2\r2eVx\\cΦ$iIhiNy\0+\\X9	V2\0\03FK/$t>U7Skbxx&b׸˱L:[\rX{6ڃʖsNxFº$yW׹7Z<ދҹԒ+GuRRiem8^lO3~au܏B̻&qv[EA!^B<=2>v#PLIH䒐r\Z_\\utV0dnO*F},eGlȑQخ~RfܒA,/+$z#SCeu*A*S?][U3oQ.Fԍ[PqS,DU		mU7Eg^1X[9G͖j\\[@mQX6op26&q$i-✗¸Е=^͟^J[:]s󛷥̬X9?%\\wUT6JBoާL\n*|6̾֕F$o4W)YO)ΒICWRO%nW4\"ۃYҙ?I5F?FdB&\'CGCO0\Z2>Ӭh~!}|%m;F=.FU/a\'5>x!~`35+`<n3ٚ$h\"Q9B\0	oz>\"8j \Zɡ$#Sސ};^f	~r=+\'Q덹s+{tݥzR3qUqgfko`ji7:>w7>5c~[d0g1[;029~ Ʒ#0&1c2*6,6+fg|>3K4pie,Hy ɚME>xPJ3\ZTDm󻡑\'5N>cG/# \nzL݅r]arR|aP҈#_R?e!TZXx\\g*nQƄ *~kƖeH^P?g0&wp.Dd]\Z	,m;^,\rId>!j#(!J-Q`,x:SJ,Lc(8y;7${wTP[Bﺷ.=%8x(W3\0JҚr:[s*4j\'#Ԟ2iH}9l!1|JϞ;CmЅ=:*Gr0=MzS/\0c_ݒkC;@ˏcHa:.8|Ye#Z|ڶ{굍pZ4O˷\0ovjă#IA\':6 ],\r\"W9Vl΂HćMD\\כ','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a5ea99f56a0864b4c39dd2c65757a31a','n0aR\n꾻1čNUſ7ΫR`pё6rłIO@NIB2f\n]>?!il9M6g`ra~si|̎oB%&19m,glF{$<$TF#i+Ն),RZ<_2@Gʪ1cdvow81\rvzC:Oa\\buзz-G\\x6val(](!fľ֐u%b[G\r}ΐ_4^m*VΠ/i|1m{ޠ	;K9܆qnZCopk~?\0܏xjO8K1m;pkZu','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a7bca1d4a4031b73634a1a7c878295c9','Vn0JEQHK[\'v[_\"iF&@.6aggs9[BF\r2$uWq\'S}s?;N)S)D\"@ *-<!俑mK|\\7k(\Z\rV0AdE\re9-\'VNJ=1|},j 8L^$=I(r:K\"fhvjm#7DB2iqŔc&`SZ=*[p$fyZ;講4uhkЫˋK±CU_\Z+~,,-۵~5S@\'Cewj~^ӔZR\'iҮ!274Hg6MLE,/VZ6P+r\nwQ1iISd\n⪛pD\0{yk#.F&1_739x\ZX>RG}lk&,:1Syl~ˍ\rCIWU\rt*F0tbZx\r\\o>+F_V)a*8u;9OT**<74fDF *#\"ŻE좔;J}[zD%01UM[([q{N(i80SYG!BBߒQN\"DBM$Xrѥp\nϪ{8<\0','20250817003513','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a7bd62f6b146695d4b5f7680da5f2480','isdb5CAۤ:ɇl?4%<Tlk\0\0/In%A=\02tc[*M)=~BɒVW\r}oxاnjwh],	X{؇vZۚ|цwiÙ#}SiECc[%:]{N4Ua*hZK|/xAy>/O-^u|91Si%ؠ\0ꉮЍ){ͺ߳Q)`}_^x!-eC+w)Ed\\Fq 3tutv8 \r2 !(FWަk3bh:x%^Ee0T%%)ʞoL$,\rX﮲zGOqgQ65*\Zl/Ӭ=DU_]8$%Nn?t-L\"MzVֆk]UUQɺɼiM&k*s1j\n/B[T|~\rK.5]H(WN4i&of(럴҆:b鬞u4Wj]hj)+Cϋ?^E6ƺiO1<χ\0e\Z{uK+042ή\n2-(%,*fj	hڳ:O~[eL+$>E&wK_\nC4^s7n2erj+3_o#?-~\'Y90\'Vh\r  mD~Dd\Z:\0U	_w~\Z!|> e:id*_~b\0yc	xTpHrhEQ6[pVTSMMhG46]IF:6it1>}#e?gMU}տ5c!P	G,8^$8Rk`!$訁E\"xo9>@S4ֵaխӏˎSg\reDm^DҥΟTT;Lק2\0\\ʨcByl^EZ{)NGu]z}kP@7I>go枑7xu*4zUTU8\nۊ4@Q\'.#]PL>/s?RbuToߦg~p? eIBhY¹1+*g/̛Fh&{\0X2DՋAA	W%%vޔYP,4ZNy!x,0d4O0ٶZ<55$e̒_5!a:E-镶K?<*Xaa,*TF`\\?Z[qh|KHn\Z}2S>NEҬ:!<#q}z7*I=g?\"R\Z$%-EB{śXIi޴*\"@i!QLxAn=\ruZd_C2Tgj`zzfҰ0h{ҘE5Bw]7snd><ڛh:  :6Y-K@4Hl๘B<`X+bB_\0t@_Y>IRl/<HKzmR^̴N^m6\n5c59ik\r`Hpׄ?{@TC/S3LފPөrDM\\W\nWٞ81YQ\ZFa̐3LMU-	Xa7.x1TIY2YRLEs\n$?[ϟ8jS_qަ 	\r N8}|*oѱpUٌ$#U<o/\'Kzw)]aEgJ$#&a#T!MUQPT*<pWwpi^ƑM_7soY|Hie-R85Zodh5y)Tj	=}7Vq\nέ\0wQoWl%d#Qs$ơw6m.τ)\"p/\r8UgQWfc 9snJSSf%ڒT02ax_e&ڃ6] 2H~64,i	uxQ!n2{@PT+,ԃW5l1*/s}y;nax3ł\r#\"ӑʅ^Hz\'+$-]0kNsiٚ3W\0L̵\ruhhV%(J/\Z\Z8̝cw\'jNKm29}eJ\Zf3JM[5{lێ\r\"@{U,OjDDtws`gW;C\n先ݢ\"hܱ;qI]%\0SN}DB]yl10}\'\'K.yYXeky9۫ܪ꒕)0d>b	ywD~蘑ʏf3d_0M[\0c\\5j\"|6,b$XpVDpEQ^&Fځ>kŲ01	TY1@6S+iR񥪪T/ \Z+QX,P&W~u#!NmՔ^^ztkT;ІHDp;էUC1e%aϖu<+M7k\\GW6>f{\'\\ݸ\0c9A~c<DTw\n$Vq7<\rO9ox}Zo8fD]㮾BwdtՕ4tlJ[HQG0}2kl/n(8^=.?~bAnEt2i$/pOÆ> ǻnѶU]b;:h0byQ`i&_h.3ffѝeͨ0ʶ;?8}clF1.K}k~1\ZC/6ȷS1v;\0\Z2\n?3[@;~L~\nC gO|+x=bON+f&$z6)eXh٨3k.%V!Q&tdj^&GNFdQL{ݱј[|=?T0#/\"wt)u q7jޠ,Bzނ(*\"M63Iyy#6䙖U\r)pk;A]8ߐ)!HJrtf\n,Hk2ڼ̠M{Jmi=kQd&JrZ\n}Pd^\'Z[*2GE<_FGU-:AC\'lE|o4,[έ[F]kF-2\\DT	fHOg]R66L|\"YB8nc9锡	!پ`~N:[Fʋ%/7ލI@$ m8\nʔ4ڔzVkr}b5I#K@f)V@D%)Ӳ(%)\Z$%9*\0B[+5|;\Z-j0}T,lȦa#Ň(*x@\Zx`h8T&+۬GHc\"?\0n2-ÿLo0c/+*1EvEuWTģvۆR|[8e7JsVL1e2[slB	9rdҋD\ZQ㐝:)?%\Z\nœ\'v/mK_Ǖ5NK;U*8vҳy5 &Dsw\'`<I;M$-01%bۭkh\0s4|ϘԹEئu?(l\"\0I<8l	D!ؒJ.쒤,*uܢ\'n@U::Emn:.s٭!^ \Zt^qv͒tV-/ۺ+6Ddxdv{^$tw&i*/l]Pz7JZf\r(\Z6[;aXѸe| 6/','20250817003513','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a83de3fb30ed9a056f097d40c0de431e','e_J1ƯR#zMB2<G$k7m>}l,^/_̧āu0֒`?FV̷Xވ-VvXJcrX7breB/S\"\rSxP	F\'N	>>wb,TBD\\7\\q_\0lFbnraSto','20250817004306','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a8468b6d73c3488de59fa44675138112','Vn0JEQHK[\'v[_\"iF&@.6aggs9[BF\r2$uWq\'S}s?;N)S)D\"@ *-<!俑mK|\\7k(\Z\rV0AdE\re9-\'VNJ=1|},j 8L^$=I(r:K\"fhvjm#7DB2iqŔc&`SZ=*[p$fyZ;講4uhkЫˋK±CU_\Z+~,,-۵~5S@\'Cewj~^ӔZR\'iҮ!274Hg6MLE,/VZ6P+r\nwQ1iISd\n⪛pD\0{yk#.F&1_739x\ZX>RG}lk&,:1Syl~ˍ\rCIWU\rt*F0tbZx\r\\o>+F_V)a*8u;9OT**<74fDF *#\"ŻE좔;J}[zD%01UM[([q{N(i80SYG!BBߒQN\"DBM$Xrѥp\nϪ{8<\0','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a95204dbe7a9b072ee0012d07f60ee02','+RR--II-/*-I,JO-./,ϳJL*)-IKI215Ŧ#-?D8*P\"5ZV\Z\0','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:a987cd9949a5f20af47b19104e1b391b','V_o0*$biZn{7ȋc.`lf$]w)eQdߝw&MI][)k\Z`Idt](i DC5,υ,fC!RHjK2*i9c\\UJ+}J{z]ud҂iM*SHp%iJKbƃEn4f-AڋT11T/hD**QҹV݃iFik\"%O0_\nKkfTԬA@&Sa}9BVQFXd,;Pi@C]_T@Aw\0yH^E塲3#/?>-=yœBҽnW|/g=?6.nFw0Jkt<^2T\'Q97lJ7x×\'Ʒ^FmI*{n%`ImHDGBT%Qyw\r%Q%\n\\sD⸷@vXM)ꐣqJlBw6y;2<?AFYQJ5R;n˜qt!7tXaoK\nA3+Fc㑊qw[Q\nT?DX\"h5KzkĿkDŃ/\'U]~mPC.1\\HdNFA3~)Uؿ7N','20250816234953','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:aa451d16ce084d76c37e66d128f2662b','Un0\"A5e˱[^^{(cWaHv K=[ʣ#-|˙Yji2\nEP)ĺw9,\rbTXjq	1$JqZj+ЊILIP94Y`**s2p]8MҐJ!sVW&A;&V1u҇v}]1NC_O	Yc5_7\nvִ4\'/[KlL&|uRduMCgOPG%( _}lY\"XcHY*u4ɅuWpwwN{J-/q|ݳJ|6Ѱ \\-7>gNѳ#xu*j[n5\rfb\rG@	6MԾ8%\\4:$q1&FoWĂ,ո4ZvwڱElbUBv?0{h\"w4RD~mSg@wC\'ڤ89ھq^u)Mð\\\nXit+vHm;@*zό~P:RM/ҪBq<Ѣm^#qڎ)yK*yN~*_D?\0','20250816230254','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:abbd474e01969f79f7ded9487f008133','=㶑)׌RCQI-;q<ՕrQ$5\"Uʷocs]h4F\rT?	f>_\'q\Z:UT&IsfeQnOs/ȋzEEV\"E e\"oU\0l?\nF#V7J`4eEvQgh<&dUd1v8Eq)+`\\j_)ݰa]TU\0hN\"c	47A¨FHp<,h[vXg.n|3p\ZBF2\ZMS}Nt93JѰM-3rPIY%#~}<fIQpDh\rp`\Z<y1l\'#Jd\r.|/ӬN{)\07ego\"P\0(jţ0fh,\0njݰL\r.üڄ%ʙ7\r4dKh\Z! L<-oehLtHn(A>Һ	O\0\Z&a3T#PMl826A6Z͝AY4Uk!N8db#$d\\HI,o\0Tpth45NAR*beݪw*]??,ԌW]޼M3ܛ!7Wƺi\"E$6\'m\nue曓at&HD1bFivw}S%ߌl˙c\rDjM儫7h,A8]2^Hp!BibE\Z\nuo\nM{ܤ \rʉ\rTQLĎwAZ!ujGM0Lހs\rçXV3L*JWA`\rRUÇl:Ke֙}`-!,&NO#lA{sakŐ4Ĥ[+bS=jYkzjx8nCh$\r}i%NFiDf\\\rGrUΰk(Kbٔˡ#;3CH.\ZAe2mEm\"J[V;ðކײ@QGx49ys;RvzkX.11/Hx3Fq$NӁ+!ieEWDJgeV|Gbry,!3k}!K$\'$6BB;4.15M0\rƢj3wToGh2HEvN?q6vCu1V}w}\'`46ؾ6-]l_&Zl_;e;\ZMw0Ԡk8EFv2Mhv4eM1\"aagvClFi+jpZ!Ȳ1xhf\rb-?+5\Z\ZiWd|K];zۦ*99+\0]emIKKE;B,EjȾ]Ro߀Fx0٤`f~ޕ<N.JA\rBnjsV+:\'w.sE\r-OY8*NT;숲	˟a/a(݇$sၽޖgU]6D^e[ ECj;O(G5r퍁r9V	dBZ:ov?AC#F#;a;W_RV52[vh;~?ڎmǏG؎QHƃ-QRuc?n\nفEyKPlfv3<ES=i޺],]r4FvqZ %r˴?\'!t{,lQ&aywQ`\nTHݦ\0!Y&Yyi6_zzGLh8jG_q\r\nYwf,\\EY~\0WsBr&g[XjYEUd@L̳dYhSD\r6OsۤKyL^%Q\Z\r8\"Y\0;(SU\n[N0i`8߀?mh!Ia%\r</evP Ԁ\"gx{=1ڠc\Z׫Yװ=w0[m-wk@0ߌA|NMĖop_\"	zMD(%	ְ\r3U`F+Β\'Y4u[2,JapaH?Si\"P\0G,ay	>ڦ+Y2nE9:iڦA;|@;(PkM@\Z \"\reWh,\r0O7[E\r\Z 6iJ\"*>iK4xVA@Z&+Yzz뼚\0,el\ny\\Bo0uX_ˢ\0]UkX4\r\r͓-N\na>%;\roM(>4Pgj3QͤlxZu\'n)XР-Y	\\3@\0UAl4-H SR@ΧxᑜZ;)mx.#]卡eNYW%eo\ny҉`d>R|d\'2D\ZƯajZ4L Lfu+XrMA$,!5m[Rtù,ۂb!so]U?`Du\rW\r:؆\rg5p%]s-)+÷\ZAc@4>9ߦ`\r	t/`HC:2JE+p3;^W=sgb\r]qpXvXXG\r_4.k`;ǲ`>ENIZ̥pr.Fdo@Kꄵqdbm`]qpp0iȋrfbw%]&nRc(\Zi	##X!&dG5$綠kFGW	ԟd\r=f\'8`x EXe+VjTa͜S@5\'z\'@ЍgB]CL+ H{ؓ\"e/Tx13<9@LcDQ.I1Άȝhf4V6,Tәy\n\r^?=k~PwJ\rjIr-}=EM	]{%`m5#{{q%r`ّ}8#!VHKBq:*VǪ$ۭѾo	gm1KҚ1\"C؜s3̐`$lϫK,[\'Ey%7ۅxlkGpBիzi/B/Ja$vJvOAf5%XsxbFaYzs:30<y4Lp<|n`HShKPj[ٮNu	FC8lkrIc;֓]P\Z³: @ͶvBI	K<sEtj:ۖ5tV?%p\rGr?aGn\ZիQ\nU@̼:Я{gsWK(MB%Q>du,\Z.2h@M _d=Wm^.!̹-+;/s\nL\ny\Z[H4WYC^GmMkqxT0dn3v\'!QrY#O9iݶL~bqu%?>|*4ৡ؜_w7?8}Bs|\ro\0[Z6·iF0M\n.=&Ct+P1U.kZ|+Igmbڋbԃ29-\nB>Qsc(>H OLX۲ysuElauOt?tԏGĮ1Љ:ǰ,+:y>:RM!$\\ڸJua6~t/G]*p~_SOl/ʫ~z8u>+4{\Zt0NQ1\0F>&_ON\0|]Y>}}O^q+\'_׃߷gM?B_)#]\nO-LԎTur|V\rI7D?9rTÃD=R!gb>=r:u>Bmi8c0p݁ߡ>>Mr`0Dbr&Pe*DH/59L	ր+J`i;ESJP`ef	JsQwHPEyϩZ)@~( cގcFC)\'+El)H6@>HĲxKf`|ƂxÊݧywL/9#<JVE#>ʟ&!6P,8`al5$g$5!`겻+]`;}u4up\'릜<PgvܮH ͉8KY=LEC3PgcEpP@.8$ma_<<v=@)9/һ;L\"6QM\rvt#0KF`nx8r(9o7:\nC ۇ3Q_WOOv$ɓ!1q!qǵ4+4)e&XG-Ip0;4WcF|LxG6_<ifZ8	F(\r2)h}\n49WzmttO%$Nt懥wC\0+:F8l4P)Δ7iτ|dCѴf?ph$dٱ>ʺb*}uqw~a?1nR;\r\\+t$24<`VbF\'=8(ʦ2\Zk7)\\n5a68!>\rr`|yO=YCj\"J\0ݮnd~.JďIȷD:E9DW7UP`,X.\0gE@ywuͼ.	)tF0R®Pfoـ m*,sPzw@sM\'ֳ]ޒOSjԛ\rZBU㘲9Okm\'KPPScYY2d	[3E۹DX_zFn-w	M~Vm4kWYg㢨5miMJ7es޺cCER-ZJ!@5ׄRlgm)^z1dyA{b\n֝u9LULw?\ZWn2\'}7ouɭ,zd\n5t>|vmز>ģ4\Z3`Gn%S+PyKR]i<v|j)h:\"L;h:~`/QMm?J\Z-tlo]8.th\"\'\"\nN0|ԔzF|\\:9]<iƱݤ*\Zӂʽ~f_-<cPd(F$v>E?LKNEᜆe\r[1Z0;*M/,KMjf8\'qK|ذx(.:|*Jb.h%v10TNGL0a|0zX3?AFhPb#Z4t/ЏYvCRNj?4%,cR:-|zĔs9RS䔳LOy_TLP9M\0M^Cl\ZeCRMoas#r>qnD<KM3%a}XԹFbӯcVmv媻:!3MI湑K*d+@ީȯ6Q9mV4N<wt-ԫXbuHVSP35L%y,P\rјj8TX|H󛪙iY<R~K#Fr0{Q`k%\rsm&0^iH_Cm,aHGˊS	uwf=\0/N9Krՙa;FMY}OG\Zh7h78υѻ]E)kg=8N8ggZtuy8E]>ː=^`Wϐ:>&Y\rLt@AܻQ0\\5\"(˒r,te<l>;W2=w^[\rڨ_&@VIXF+5FՅ|ɒ\\43B#yɂG!f*M~7i2r?+/|w7?~xg_w?|/7e3A_\'>?.CDי4Z46SH]8@gQMܢP ~7C\n1ªKQ`^l^+7\\(\\^`p\"	oo_KK.a fMo=@ _A܈Bx0}R	a8KzKo6I\'6y|\nwLq6D^!K۲X\rWʕ@T_<QIK%Q\\nF\Z4́x	YQŭīK rǕ/Ha#VP6	ߋN[6a_UE%.\\ʕk)za	A|,3// <S__a|NKi8iytMXq{W]XmNo2FyHSkGWe$}EO+	PVܡȉdI!c+eXřq8ns]PmZbK>B1-XϠw#\\K\Z摛cb4փ̮)$@ڔ?3qf\\^ˆHD]DdJbkQ0\rBҢkW\rb͓nrjC(;OYrvǈNuN7¬25\"O@\'		.\0Fnd5%g-8W~s\Z\ZA(<P4hDz\':%61q7	:0,s?O&P(sW}S}?qQf Q˯qDwwH0ɮ}U!h,6K\\&aX\\>\nޏas1^1N.Y\0LLSdtm5P4\noD F$<B]\"I^PdPAy2+\rp 9@,0l/+\n.crKxOTօ?6I$FmdOnCₗ&_m^^C,:LMTW\0Q\'3F\r#v&~F1.(jvt.qo\rX7;(!KK&@m|; PGn8YZf@D+`35%kvsP\\tm.nS,KAVVh>P0)l0f:\\p+lBif`fTWy|v*PU\Zz!\02ڤyP\\)\ZO1Dc4fF@2}kpGAKh۞vlGF?j\n&EX\\HxR \"ݺ3i`6,E,]C2fN([J\" ԶYH].oNj\\j5d2lڑArl	-WB;:t7ǞE70$XOI/u»f]ELwrinD1?m܋ߍA#3MC<[jW]RB\0?>6z-bhl^^?kxӾvξz(6~\'3\"|mFU%MۉӇQ 9iT_X~v~}f\'О	7U>߯;\Z#U> 9`,w55p&tMsryQL95dK۝\rfDX6\rY6е CgICǮ//v@ahnΕr~ҝ5bIʊsV##@p-ip/lCm@@Hzk\nn/mB!҃\\(@.2q\"g\"؄N2O\ZN\"\\nT9\Z#DNk LI&{fܨ\0F?xsnݯߜG=2`L#oHO%W҈W91zv$QrseL@٘j@Q,<W/Iڒ[%.}ĳmӚZ_7wdǪŃgdT0&qpVrx\rOLyC%?m?\ZJ[	|tK81R$?92&zVlBFaL][ouxus3tnac>C5i\")Ӽ9}&h\\Q2\\4>9ߦ\'埒POIMt,.\nvp*~\r\r{[.R\"sf`iP=rW#]w5ىWa^y8=%(|^fzxS	h5y#0(!ۊ8őU7VYڟ:#ۇ>[<yy}kc\"$ߪ>3Y\"(\"HM?e1@7\0|63N԰=/sXk!m\\EvW&E2˝2ǀ03OxؘR\0S8E(U=#JKx\\fCs;ۂ|^*CDY,:M3 !q!y2Í^5P\0F:D[,Rk!QZGy$]oțJZbk:a?P_CІs\">\rCJ$\n\\1V5-Cө:iS/*nY	˶uaJ5\rh[#XkSvYTKzc9sP,|\\ar>\Z}&jwd8vŚ_','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:acf98ab15906cae6632a1045157a977a','Wn:}U۫:\"d11ƀUc#$颼 $mcUEMsfx<slj/X$DˌKDI=&Bѷ+YJZc<I-)s`tv8Ԍ!}erJD\rcUbp)d\rXy.lZda9ܔǳ<6=RXupoֆTe,<*\"fR\n>˟h=\\/ov?41L7x.$%[LN(R9A?܊v	s\n$ۡ\ZI6!oVUBil5VA1\ri\\ew=HEcUV=~*YUܕ](icu~!2Wv5-ҫ5w<r	IMm߱_0GX@9LFBDaYp*9%B\Z\"r$?:	ɷ맧]Za?,Z~]M@ݣ4쎗~0>C0;up߇3)冇ukJ*9ne2tFCrze3\">si؍1ݸlZ	3j0jJR-YshW^\\Ù[npaUI\"XT9T*)aҔ\n6w/m<ąP\n[9闏>cE4e8\0B]v骎,va_(xdS|w]Gr;;ro,-M=һ!P͘,V_!~71yj=y}\\66ht8KPJ#!!fmׯAă?vMlor_Eg4lCF;آ8?PJg{ǟ@7	tS̎+tp=e8ܵNh_&M/','20250817014838','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:adbf721560a9aad1ad57f98ae5e2bd97','TM0+hsJ1V]sk/=Jmճ\'0?mB(vц@0̛Gꩢ5s¸]Bo\"Jk$h4փFnRP\r#f<xހ@3Vmo̱fic|wFx9o)M?)f[$zh	꜇[GҢzNkŎd,CWP}_U.4z?i\n:\0-\'PD\rׂyᯁ*r?y+3k@^)cV,7HvR<|	STfD;y|mݩ,&%T..T	G$a[M\n!\rIHq\'kX&ppȊ,3^w0KR93x#m8zPt B:~IEJ-O5Xz`!00xvx_gp*N2Dͅ	ˀ9I=u\r](i|ZyB7Yg,LN[I8FFz\ZoE^~sQڃ=?\0','20250816225412','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ae8834f7f1960be87a21646d2564a591',']o0Tijc\'!a6UE{}\n!JJB28HD˱uuHwKS:i<L9M_Y	q?KIy6EЯn^F^&AsBŬ.,͢rLE<*.\\*#Ul2WhI&$\"hςB6A96/FbĨ[Y{@1FJ	Hf`./ovW.{NH.\nNɇ_+V4aVŷ3bDd	9ףnot,K,ϳ*	O5<˘	HK=!Ƃ쯺}W7U	o˃v^\nC)U#zʮʽDOO0HUGu6fB 0<\rd\Z.Y0L	p֋=vj@gM}P`\nNfµ\0\n|J^36G-e< lF+}ƞnζCߠ7^qax5z\n	[_=fYoSrrzic[ߢrCdt\\ޝN^㼈q.	LZ(S^+oYG叽H@$hCɷ31\rsg\nJp>{ \\0iy5|\\\'-aV78̛՞PyNd	Jt}()(t8k[PoU5\0YEW:L=L`ban\ZJM\Z9o\"g7l#ܦN1-Y7h;','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ae9ec5bcb4917c0cb8a8f408044138d5','U͎6~uIp2LA^WA,=Ij+J4)#t-]f_V\Zel!xߴK=6mﱠ2[aKmIy͓Bӱ@W+qP+senP\nŅ­sCdhl۾yQp~uM]KiCl2{wHnǱ[ȴ0eƲGZ!љM`#\Zo,P}({:LbԳ>/i7c(@_]`o%N}L\\v:KD;j(kT\Zb\'>~&=DEQf)KY^n9`t krR0{+)+GFA^RUyT;Cd~ܨ&eKo44?J	Nޡb[eq0zGYNdvcX0_V !H}UcoAsNV643r}O\r\rXv3y^~[*c?j樐YEcmTM1WJPu\'UT\\>#xJfWW\rrY؏B\"J߮}ėS]<XA,x7iz7]3uC3\n$j⒫l#*TF)\"ۤLX3qTnU.Sڻt)l` F@ڎi_!I\Z~~Y^ø\'Wq#<__;2I3\"xv7R!L\'V{\\w\'87y%K_A90FxOXkXh꾬','20250817003512','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:af65e31fdcd65bbcea19bd2d1487ba23','Un8~4*(Fik쬴F\Z<16kkG|_C6T8&ӈNjI؁dJZR-.ʖfH7Mvn\0!M*HFؑj](1\r\0]v~=!o2\nӃ,{bLmPغck1hMטY$V\'bHR8E\'R!V=8Tr<TP$cC|@\0$+ؓ3[DvD> /ݍ.o\n&K+\\\'NQیP*CsÖ&lWhHF.x}L$6V I]䰜z\nQU\\5VAnPSW(Yu%]/+AzqB{`UfϤ/X0k`˂Fa<$\Zn^>0ˣ_7! x!i4ay\"/J\r@f%!nj%\rbO[\ZGTo+\nʅJ<Va&ˈHwwĭiҜ7ǝ\Z\\ebB;s0+<K̡r1t폯E`ĵǍG[O=,92Xb@Zğqcǭ\'_ ]ܖk\\&6k<>{@~8r*wdqo2|uiMy!>\rMnG@ԅSymt	nzjjOrnjװrVogKƳr9M+\'Te \0vL5Jpx֪$;YLY)B쬔_\\zݪvZy~J','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:affb36e2b6686a7151fe715100da0336','WKo6+E,4E-e\\z/쁖$\ZR\n`o,mYyPJ\ZЏ|aWFiC%ǡs+oeciD7\"r,UxUɾZ֍ɩ?deYla#D	DW̆&{ UK@6-vF\r^+cTwmfD2h;~w|:^Wh;\\Vꚗ/V\Z81i1n |vjWC%%_N59I-qa%yWk|;*]FE\r^}BӢ1fWnGvQ^1퀧D6лTeʙzh0J]G@,TwM*A`ްoQDlYþv$\'$\n0(&A@9taJ$\nĄQBSPSD+/b)!QH 8IeuS\"~\nR)DSĩBH+NP_&Rۘ!TB\"{HbD	  s&HaHP\'s4aL)MLC Kja2&\ZCsciƆx2µAe\':$i)ROQaJH8Ð0;IG#[L ?>#ڨ*B\'RҧήW.nK+Ki^sɑ7Эfy1t]׭E|AC\'3/&Uk1r+@3J֭9^7c#vҵtS{ZOe/URѦFW*=1]{¾M[ox;Y.ELp_\0','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b1164c6b2bdfbbf96b4578ae9272cf0d','Wmo8+]ڞJ45}_pNIe1AkĘaCM˧g`2|JmV_5S@\reLÔ(3\n8HJpFeM~eei~ꍲ4\ZթR	EhC}kh{77n~ޟa%H뛟\r/mhe$v?|slm8\Zw&E#Nا!%3T,1I%0C[dR3/&ᑐͅ\\hޱGlz0n<	\nfbq._\rcNZ1fiW1ueY\"!5$%j 塞r,A]ZŦL\nuC;	>!,\0W4!KyXBLn+λs5Vj\'\\HyFW1VBu4Ml6{tT/y\Z	DStFvD+BE;{pw0p`:m.C\0}`MjQHkPA~0ƛv\"u>PhڢP#5m7චsXQyZ˄\rN=Νrtq\08Pφ>Z9V[f\\KyU=r&%aےjw׸#hQرו:!c$wV4sCk!SYOtWmxs	Ɗ.l?pLX\r\\u\r&6.	Nh5t6.&uii|=)ѪaA9wMun去>`absv\Z?>Rki|f=X]KĭaՁhTo\nT[pjRߖPa:y/}}GY^m$ZZ^ڎPxk\"E3P-\0c9=Q-3\n{2DoY%yxy\"\nxEϫo	YXZ5\08E6𥤵V;-\"%LxiC`ʓAgσG/AwS','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b1bbc96f76272e1f9966c805ceafea49','Un0\"A5G֡\nȕD\"RǑA0Hݙ]i&^R>RM)5J^yŨtQhRܚZZ\'4)<=Ib6URRg˸ڝ8mҘJ#̷sԖ;%\n	[Qrl\nZ#wLb}3= )8`wqBږji_y]}#ܳTIJleqS2׬_1$a~VX4Y(1uCTAjkfH+³EcÑ,yD7?;S@Iu˫D<a|+X?ڌ^nxhyZ/&s>)̞tSڛd^[߅Bƶ\Z+вe#()%\0$)F)NaA\nKE(\Z.,!:\"[DTۄsʕW3۞ϡmdǳ1}ЂLZP|LL_RaܯJ8dYvfYaОGȮ^dp/C\'q эڥvyB=3qyܔ%{7U','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b1bdb4d2bf3469cf12d16fd784a6ce6d','k6DT=IV[U_p{x w\0,{Uyx̋΄NAmbMiBe43yR\n<AµAȩmV9uR,S,\Z!F*W@Z4(.&1V%Gl.RHٟw`Q\"gM2rrFBѾlL!EW[QkE/6=svP|ϡSr>;Iie4JSfnfqͅҬV3v;4.>KE|SƕΕ&ݾH%1Zuڃkc/Z@8htUY\ZΣJ|ՐlB-S@_\\SXN6︅Dۍ5J)tw_, KSO)uw8}_P-%tqՙ:FlTV6\'R=pͧ}IXŢy}77v <N!؎jѳIo6B^;a;_fOh^}J9\'҇.?R`I^\"o==NSi<tۮY>c\r4Rge<{Tɺ).pFeT\npi0t3X^ed6{b+!bG[.8pߧ\'!&O.?KC059C%0K腞QETw_?h?~Y,u\n5(|\n$lGk-_P7%O]ۻڤ{C[м,j3}gH^]v<1lɘer*Z~h\'','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b2ec96fd887553b7c82c7213226cb7fe','UO0W*I+$ކ6	&ى/\rǎEs6\';6ZN΢y*v6/oYD9vgsY,bp)Q1UV:&eI(Z,[%O@~P٦<g\"S.Z_1kvHio]ZkM-jjYmփ\'3[7LSvw!	\'P6M+wb\'D%QKNp/zA̴)56UW|y\'tqe xv~;ȹ~w/m\r+\Z?}yyq嘟$0>YЅO\0DGيͨ؄vrO\\NǓ(&Xs.`b2\\um:7V\"mf)E\ZK,-PN7Tjڙ1ղ2bn@}t]w*;Ѕqkc8ԤVv;Z|o`2~\\S{(^.P3T1+!]NǛ@^x~YKBR\"\ZǗ»\"C,S($Z\Z/xOjy:?Y.$zjki{\rϿU]ɽ8+a܀uRc\\;\"m/','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b4c667d324e2b2957afccedf87e2317e','Wn8n\"I!6S`ߊ<P&H*+h}8c[pgIG|J?sF-ey,ZC)4B[+<؊).Y0slOb3品IifqvRy\Zj!6kKYL9~S]TJ2*ٶ*ջ\\ic)\0_o<]&l!+}Ꭷj^3mkIWfGrBduz?\\i\'G=</R!\\p<2C5.k\"mGISV\\0ŞJ3,0]FH\n3]ܫuG\0SWui-iTĕ)}_[]ȁG&N)2:+]̕{wϗ-,80Zit~/* 1,Â/kkPyi,$7~t;Jrwх\'Z&1=W^8Tb	߄ES͇^t0*apH_@	0K`0~G@1Nټq!˞MɄ$.Ffr	uTX1\'yplALz*j[0d&W,0|1g\n#Au9ϦXWaGG؈b&rC[&}ڂ!\\-<,ɭمrC?r@vc4վO&=byV\r9Ӿk7+SY+_45#fFStr\\#M˛aS1Ng x4\nQh%Fwws\'/fw+-^Ji8Ajd9)jB@`[ڼᇄo@=~ԝ.lLqk}\"h\r\'q4\nr>P|8\'nt5.vLTN%m2&G	^Q-/hI@\'ʧ2s9gIi8ìU9?G(ަ^֗<uyIښ`\"nUcp{(m!Z\ra^QAB5MuGii<׉m!','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b54c8d57f7677dabb0b329de01649713','=kqb84yHpp$rAl @IԈXTHfoOHER.ÝG$\\<>?q\Z\nwfgMRmY&򢊲}:VUm|di*ן]*G򗸨uQd=*A?c>e^,yUq__25^E(,9I\"3 n*Cш^_\nޅn+BձD]>zZhXXIŉcUehHj<D\r={M6/q\"G4޸&Ffp[D{4Ʋ<2tQ6,tUb?1.\'Yw×%omcOai8^iɄby>Ldce´p#4̈́m5س4Zũ=iC{<z[\r!~f.޻=J\rb*/1AAon\\}D6QLQ}p\"a$6\rLFF$%h=K0D\'nrf<qLNƙ$&b%<*Z~)czLK1v&]r 6G&>ɾ\nIFر{JўToפMne.I-\'F!ĽOCcAx@]L_2OM}\n\\1]ϴ5፲Հq,IQVz>*^jNl;	EaQFP\r򗨸	CQ1{T7,4^fަ&e~Ao?^O\'nN׮P?/1%xb1G2f 29jk]Mdny|Gt:sG_%I-!3MyL@A3vR%F**d6`EW]H\niʥǬQueLƳxr;=FKu e30h~cJMZ!Ⱦda=Z\Z\"ʸ\n&`,͢t3ZcHGޠx91U\r!AǇF@7m-E?U]fU5bveqAּ>m%޴!MǮh}\\!|_p4H8GHj96?<ϩՙxwUq$yk;yC/1Ӳ/anu4f_AW [͈ۻľVo4*~	ŧu5]Ng{ܱunDMt?Z$B+,JKGKW[b_獏Y7|\\JN0v~㋇Sz-GSÍ*jv#M!\'l6!\'`8 \\brof/YݟFjiL!#XoۭW@lhʸ?<Ogw~ay\\U)ҜOmQZp\ZZ	Mfʇg/T{jmkP~h2}~Yx`\n\rMz\rgIJ|*ɢMr4z`̷782kea5=fwm(^o\'_H+9\\ςS]kq9k3H8+,I~Re\rC~8鿣t8ߖ^qګ\0gA|B!yi%(PrArN3^\0W=ۙ^\rֈUZ[}U42vI\0Wҷ5ƶM/BӁw7Bz]~3cڭȋƬpڪ&_u\\)ݜJ\0W2a}J+N_>Rx^k֬3ƹXu	N]4)L6Mװ\\yV$ɒ^EEEYaPhsgD+$\nU<?1\'eRg)dt\"^W7HG6H,/ΒEqq诚uǏ\Z4n`b \')ɻy$AϪ(xА&Z	_!\r@m4YWg)oH+m5I&x|ѢMfI퇣 6\rڒqQ2yUwbG\'\rq$ū1f4/w<0S䖋k|̓<4p0#b\\|gx%7w}E[e%,ELD\"?7G(n_=J°r8sQI|/J ɶI	<-MRU::YI|-R\\(\nqqV&e`\"i	;^w(j6͟7dH*Re]\Z,-^EۊA\'OM7Q\0ڤh2P퀏F[7o\0>IzCm\ZCnyhD%?2$P_8B5(A{>\"2i\">7\nZ6,\\Z=Ƨ_?ECDDCrtcCgR#.==R>>?wD]ÂK\'bkW$wĭa^2b8nxMbk\\2$7QB|On4;> )|3,~r|}aF|z:.^k&dwKqTjR~~ʦ	Haen/ۙ8iSǌ-<h|)KCuGOG^L8pg9akշ3復eV`bx(|jpy8,ԝLb#jFp-=iR@YKؠ~x΀˵z|M!\"?pE5[ѪaN4@z}m[kTF`&@KWe(<S0?xA<LgM6+S]i*zV	-f t%9A,b;A%O^ HZ´KX#u`=wnҋHm{ᘜs.7_b<kWcdNK_Wv@>}p6ed+=Nb`	ip;2:yǚ0TjNpb󡤳4kE8y\0+\nnTmHUVOۈQ!U\rn c+\0nǃt?,^B{d 7TBrd7\Z;xkčl-sL6Nz\'P!PlnM\ru\0a1le0ގ{aif԰H?U:2778X*>k( ܱ37HLօ}i]4(S|b(If\Zm	_xFV-qY~M93<2	p|Fi\rTic>\0pEJ)h\ndvoKfcR	imͼ\"Gլ}3~rZN?8#W]T\nO2Vؑlω0מRϹS.?\r|:\\\\ioW4m=[FF!?9IZQa5+I %݅@>OV`1$1|DaXlCN(  -EN`:\':44VkwěhH9%pϽBq٫ZIG*2:3烖jM,?ן~^w1v Iά[C{>$F^Jƺ]\rs^mꋨтʻSVnt_x#VEe@Kl*|3{4F\0]47]jٽΖo5āySf۠5Mt|SI2?|Q|A;Cc\\H\Z$S򵒟Ȗ?e#`wbA5*2Jvq@C?=o _k|6<A~b8<k70}~ϧ htF?biFh0w#&2áCF]s;m=z`\nmQҸ_.DSGZͫckymR}< ׎9#9>-̪Ew`,RsYxM$\"?h顱!UQa)ݍŃ+PMdwѯIzԜ_5bGNUr0@Kfap.ieJv+7SG$F&Yj\njnXFK(<huȯaΘ;ꘈ\ZGT\ZE\r/Byy9#wKؙN !̆?Pp\Zp٨򗗴]TLǧ.sHeI}il`epӿt/7Gך|GQI?`\0KcHvҭG9=ok)\'\0:V%\r\n\r}o\0/hp\rN![;z1`8\rDDEQf\'Ȭ09;L>(c{!Y {Gv\r|#4xz\ZC*riZWc:Xj7w9eLx8EU7,#\'ZސHQgoI,Wn4ǫ8\npTr!d5z\"Bw>,U^yn0f@_*wz+X>٨HaK!nX/f\Z	Gs\riGo\\wY\'nCM\'?6:a{vaԫyor2GAɈP4W0cl4nBcMj$cd¬T!HIFwF(SmdLXI\n\nCYj!H|>Y]zu\0}74i{&\\w&N=T+٢px859eSG=֪>\rX{F98>yE.:5V$rAXIO#+M`~z\"^M\\rǺoTh>\nhӉn\r~H溡1{Ԟ\"֯>]mSU̝|!YC R:a\";zҒD\"إFV\r*ʡNīK]]L~$qL@X*j[?h9ϳa\Z#Y#]ki?k7)8/ls0 \n4\Z4`M..Sdv:#zUwtYu=uׯVӥǀ酃.K@3zbUN}\nw\0B\rUfk3$ ((:l@!4>1^\r>c2cʛ5i98d10W\\7.|MFP7%U{-&=NltHӱMxJ{1_%i\ZwoQ!Ήqv\rGc(ЃwxcB%\'ԧCO\"͒K@vTsr\0+&V៨׈{f<F$}s@t$K*;\\K6y8k(+:z^L\r\ns6Mg3\Z1b(j~vo{#U\\vfo9N&cXiF{@yx\r_ǒ|˻GP_t])W/3;r+ŋu[p$rZQ˼[|N+-F(5\r&㾹KcaF/R];ytѸ[ƹk[\"@#99WWwEQ\"xhb\ZЇN]!NH|mΓ^y\Z;	PWc7#9Qq\r7<w[2\'qW#n>#XLa¿.CJDS{SxqYvܯ٢IT:Vp +!2bNoAD;NcXBXcdRԊpC\r\n4?t\Zk=lnR#\"R8(%W\n~J-{OțBs,Dy_гg;}N?bx>jW![r>Kڻw׺(漅tr+aC/䤷P;ũa&SkgUDk=\0aB߯\Z^m\nc	-1	+$avd%yTSqt.bN1Q	w-5q^AMɴFl?ݗA嶷]ug==\'rWޱu\rxƽmI\'BG;:`/;f*vMo?%@%b+2>M\0窼qq4x\0z&r]qD&5&WrpU 7]}oh.M;\0\rM=?Rc3r;t{?A;8u6VjUqaSޛZzh┤$MCUP:\\!\'So#Ƒw?uu0~u <w+M\Z;͑=avRhFe6?`R&&W>{?ڐY4\r~q&(#uZHzuw;+&ʧlo-J-Q	uBN?ekA9{,Tڡx\"\\[h6U\Zwhm>=BصN\rn}j!7,Ѽ:&7@!ɫژ\n=D\0\"9_7tkx\n4w=SWN9JyrrTM<Y.N@<00,S\r=[R,?⯯4\\[%pskm#.E!\0df-r\0ѝ8QLON|x<) ͸AoT6u^<N:yڳnYWQ6_FoZ&ld?F*1x	+4pG:߯2i\nh$T3hشo~v{ZfZXRS1\nԽHh_h[?:޵5ámX\"xm\"%q$K2x}3r]Q$~yk)	š	j)ci%}Jie\"+K((-DU7*]ʵ\ZwYAdqwr#\0{bFaE_)\'%Mh)(͐xu]=7j]J;>8pnp}p!{k\\MZ1pպ5nhݩX}3|-arDўoHp$\\SBvӣW5I]b.N%o\"\"|\0Pc~jan H6tY;JOBD2U+03T݉ѯHnt\r\\0圯䓱\ZFYH*ldh}ߨ`fG$M8SqN	y+\ZlT-#O\"ߟ@bo^;,M*V1J.3*iVNqT\r64ý\"kqh-5̅\' [(*tt3w3RlyhC:>o\n\Z@$\r\n;A0%]}{BoYz-Jfu:XhûրiK)yp6>>~#phyߋrSGqۙ{-.i1	c=\n!EIʖ#%ΙL ?XK6yx\rɉR/8]X0[?ԟʷukvi$PO]zF!w?2e-mٿwPiĥ\Zk@emH?{M]3k\r*6 *\"dI8Y[3Q/QTU_)pK\n%\"uCGihsp5[yJq1aN9k\"觨ӻX9JH/cq\'X4&*wmps{LSOEyFp\'n볭mtBe{pGn9E)w8%BmP]uMI^ \\$CCNݳ //igd>wgGwM6a$7(hU\'ǣˤJT9x-_\0eԁK_\rTi𢋖94Ng]wz@\'kܯrLRӦ@tؚuS[.,B\'Ym=et&tJ$$s3iQ<ߛp>h|[pkJ/X6PKv[rQ)<`,\"=6\05pSi;ؖF_əTQC}<ip=j7pckiXxOnA^kLs;=s~CeaYl;aܫ,Amt.eڣR%HMttnVՏEt\ZiڨjUykȺ_,N1/&dO','20250816225342','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b627c11add44632f4d063d39da3d5586','Un0jj#(ɚ-1N16M>;H	m|߿fɟ据F)mng<5J&Q򽰯uL<!~?әC-\njcA*W8\n=+Ď:H!ݡg.A;.\Zo\"j4fFKQ\"*޲ZOE+iddlڃ}^  R.>F\ZXf9rT>SO\n8z0KnbdygnoZ=\\E\'#. )|	gפ^Q)oZ\n/JP@*qG輱\'3[GODfh4\'\n]i$߹B\\S#_Y(M*x,\\j5#=5(:&6xto硋kG:\r\0O\Zde:$+.)*g~u<\r~7Sm+?+Qٽw%uEN<bYk+aLA9:?LFg<nN3QJR$Z\Zp\rK2u|os1餆䒏rPG?.m]ĉdK)\0_Z@݁勈\Zh1$n<u+.[&)IPw(SsBr剓\\ /1u2a,Vb.gbKۀkJyi{̄b+6ڡfԙZ-8?%\0','20250817042053','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:b8b3f23ca155489d3d12ae95951cd60d','Rn |h;$ڔXiE{i.ڇaqO%ۄm!D&v!;#\r8pYK} hb\nإX[䝡ѰE\n\'FӦ-\Z\n|\\@dZh,Y!΢gix\":;㳉;+^hk`)5\n\0\0.XZmN	#Y\'UYUII_&<EcMd!84Fs`79~P=+BO1tGok(<{t-dbL^,H ۝=6@.`CFRA}ҭQcL\\ѡ*?ً?^-Kr$x܅Kڒ','20250817032618','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ba4367f1c9e22643e9574bd86ff22dd5',']fB7U_ڇV;(̢`dvY`|{+ݹ˥9yI2u^)9>bh̯Mg5j!8X,/ezJO%K^pЋ~MI3|J=l;ʯ٢z>>#q~@kvI\nDwnޒIZvÙD	FUX5TSGo~/ud4/g\\>ڶ.gbl5[nnb ]%_O\Zb|NWYeWL%mҤ!6	x)Q0ZVZ4lE7\\gy)2o*R<|\nJ$||R\\e:@a~	=ŋ%*^=3.I)}\'(pDygRi~OI,hKa\"@5#}οn,aOdl`Z3}hEnܳorpAϾ=d~J)9~DroəT3c+,@c:@&Oqv|ʹ6KDhwCn]nnlwCn|wy^}0n\r\Z9O5OE)U[	Eꧮsx\"\'R/8\'goH$eawSKgVSֳ(%r{\r̆8v]?8\r]rFAu	uIxx]vS)\\!aс62)\Z ]zF{ўF^ƛڄV?LnJv~\Z9CF|j(_6{$y&57$O2I-Cz,z&CN\'9j+x}kp\\W7Ќ`ƽ\n-=]`Џȏ𔤑ʩ1)և#dkKj邟R\\j+ k_K\\\':.KMM}#z\0oWR;;w*Kޣ9!|R\'w\rڄt_o{.~CN:Fv\r1!MýY:/<Id!pR*b8r?s<Auҵ\n 09ށPۀi,kuTЏ1\0E{Ckl\'t`nH7@usÄ6޷\r|l5:	`\\T4HqNY$cVB^|W:j$5pb ::74c,r$Φ=??PՄKXb@:GZon2jX-30<ppVlZUjH?\'GL\'\"(~@F9O-ѹi\Z8*p|2I{T\"Hw6zq\0B{lQx`/,Q(FUI2R6g\0	CgO|^l*;=}G4?LxLJnrN3w)G7Ptpa@;Tӓ(ITezJ[Vd\n\rHZWހh\"\r) H-=y%W/wjtqi5h8Pc13êFSA}{XYSm[u`81,zOlM.;xHDϏa&gZK0+ESG۝Q4tX :-\"O}c`l.qi)y1X\0TfzK9}|:a*r*zۃE$5!;E\"pJ/A^0_%shc\0S!tލAKw#\"vH͘7&abv\'ޅ\'\Z|̔;b[9Cүm@%rgHPkv7q+FP+l߀	QPȕ~t,g#pbĢ^2r[t)Dx*Qcuk~4nMe.h8;6ǔ\rŗ:c&n%䯲e7a=)[ϛؼT)\05v=A/PzR\'^6[\rlVk3B>HwÈ0oMt1#4ݡtc3l pMG\r6|=yҴ6zc5D-81^T10b#PͰ&O1$*X[`ٱ-!u\Z6M7&n=#쵅lD3\\9Ɔ7Āk;1`{Z6t]w^dgB	8h_L[U6&5\'SH/Vs\rN-hrve`\"b0cUI3qخ	;3UQ>ec$BJD@=0BV)JfG,&cvZrh^f>l$\"\\69#cPJd\nQ6\r2]\rYCo) \'b=wO0v. ŖPd%Ok=6dtH/i}WH\Z?XD0\\\\=o6?{6kp+xR{4VBq>\n al`\"clbE=\'u8üg5(/0)F	SGuܕoᮗeaՑz/6 ~p+19$YEj.XAL(:PAKKz+ҏ 4\"!\\^!j<Ԟ\"YܡE\\ ϶vSf}\\jy1Hs~+vtbyY_{SF,	j87BB`mKo4&ÀȠףXءNH0YyԅjU57\01߃qgtaKJ|?K:V\'$G,u)E|ZP%nq:x\"VlM\Z{Zsd~sqcpN®+߳9\n;O5._*T5GTD8emx^qhœp\r.7!6Hp)>رr)sۿ5OuR~\rvDߴf6_rו6y-gYKV7oS_ٮ\rd5\rO:Y8zC@||oũ8r!!Ð6=>!<=kVX}u2Fq]H#\Zemi%Yd NkTqN!9XnI\'X!ưl7Omg]\Z+\'\'\n#w9gs@+ɞ׈(q53NE?\ZVK3Lܑb 5S\"j́j{Dh8Ǎ(Ib\0{:^}7RI]\0bmE\\u 	]Mp޿<0~+\"Ցfk\\ҕ+J(rѥ&~,1VtJwU(A47:z[y\n%Yt989^@@MVZR.Ћ%}zDCw_u-|lDz[¤żz*1օZxy`#e:ok\Z!aʔNףǲ${.^xӐ ԫ%x]\r˃:d +SԷ\0rZ8ɼ3@F=)Kx#TNQ[N\0\0q9䀎_)h9{A~c2>A5h9O@΄wYUKؔ4;D~v\"c\\j^E@:\'W[7X4RSۅ6I\"˙XfOT6m;&$r\r\"P}if|\'pu^p9.$A\n_#T>U٠jh~Hذv%JOi+~{9n0BHԐS)w[%yh5Fg0ٰFK-ҷ4ƙ W0/^uAdVbТ%};86!W>SDavjB&ȠvV4Z','20250816225333','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:bb8691cac190f30278a46d5a9e0bde18','n8WEmdDEm^rh{.遖h[^GbwHىqq$sH{HMrgX.qըZ&I<T*B@\"+\"K4<^W;`d~#BK$լK.nf\"<8/_f78J-K\'jBhd2SrU45:|(4k\\\\.\"&%δ,0΀ Xט\r8d[rH+Y7#[p+JVY)(\\*%\"VX˥k]ͬ+TV\Zzx!GיƅhqV˪}T)p^/j6D#R\\WMܘdRM;a!c<FɁ1C> $C끦sc5Sy,Z>o\"\0\0*WgS|XK*59gvR@~t*d09\0A\\V-4+gy]/ؿwoj(K\Z\'D~A.^ȾP9\'12B1SFK\nH bv?aشLۡY_|\"0E.o߽16}w͢ͅat@lVH2}5I%`G(!$tc%cluIݏa\\ɘ<FV.fgH$&a(4\\>/T6Z͠}6l,8GC__y\'7nfIW*nmPrOaiE9rw8iZ\'S\'$+%&骆i>L#cQ&7)	2wRδ<n+昏0g9]L}L:5UhCMwMxJ٬MMv9mf.߾37Zm2fiaS¼Yt@XvRG+oE/Dcl?9鳬\rnX`z]^߯]ʭz{b=]zVHPx!T	X7DhkX<sjaYru_0gF8º	q>wų1L8՞v|*ڛTE\0 q0.d_1]900G9HD\\ܻlؼؔ@\"y`	9$^N\\\rHr1/xw\\G/X`DD K\\ܣ4:	\00jzr`^zF\0\Z\0)#P\':Z|?\0A\06k:GM,.C0HsId<8,Fdp1\02Yd {D}	Yc`YӃ,~qqp-3B1Hep[KhC畮G-c|>nKYe3^\':9:9NLj	(cp}f+Wָ䩥ks(s37Pɿz%2g+6W㼂ZͶDmMPڀeVO:_;=^C4\\E\r','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:bb96c5947c644b1ba6faea9d23aa9901','RMo0+ӤVjEnG`[$c}M)γw/R]3dC)wc7C-\ZUكqHeTK&@UfQo%LO4k-%uBF|3S$*i{~uJٽ6i_fGӂE/ش$E]26ŁZzb[\\!3D>w9k3\'oX 5U<ka{M?\0}DUi.@1R\r`D0>VH`ueоu\rݣxNK5wBvNs\"zOQ.3X','20250817003513','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:bcaecc80e8ce98e937bb2378f31aefee','Uێ0EТ]?Rdc[e)I$[5g<sfXYmj\r괱&=`QF.VYn|\'+c)y/;}s23wtVt&mld^Yk4z^8.=-k,!ʣ+.h\'!\rVC%rR(fh\"xf>͜P\nMC&4uh$8af*0\Z8F1Ϟjd`oQ.Fࢵn-qӕ>\n|IaC-&*V?V땢k`U\\V(1D돬S\"\"	\"5Z\0,DtQS/I6f^9!PsT\ZFI(r\\,ӮqÎA\0͚Ii)Ʈ:uD&z˚/R^K^jz?\'ׯ	4q8Aɔ>9<5|2Kfn67%7C0-	C_VbCu7}1Rٴ@aқ!e%]M.c{##$ <>bmFs`[zz~@j1@x#pza;4wZN\nȥ6sƲYi!魪#$_rGab\Zׅ;iGKNǬ4G*@^<^R`Σ\nD>3mvݹoГ>/Q鰩ɟdIOWaEc=/\Z-ŏD','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:bd8e8fcab349708ad6256302d1646347','Vێ8k:R}o\0Ol6([BH ٌV(USrq31+whr\n2_WI/3xSaҜ\'5ޛt\'/sU퓭t2JC\\H!@\'%w_KJ-`Gق͔C6$)ܚelem`r0Y8OeeƖqR+]\"*AHF\00-{XH[-٨bBHQAɐ%sf2/oL60E){\r|{.FRW\Z0Kꑤ&DfO]!A\\M;.lneZ18oo9O6 *,\0Sĉ[N9R(Cv3(Aa<#;x	Ubm4\0YN_	9y*= E,If08`Z6	sFIA:ArA,fsXl:4l~Rzpqxi^ES\'A6I6љӪ&Z[>8f=m#s1Wrnݸ~rFuMH\'EwUqυY36+fQM{j̠vNm+(\nca92q:@g]4Ѐh:Rk\ZO$Ȧ\Z;hƲ1L4_&*J4tdMRmeQa*ɩIMɠ6>,Ob:wX7z0O×;	@cpGκM\n	ex<NVp]Wdssh&aa6EqmR0QW﫟+1O)\Z%*^i{u[&(%+\']+jamޗYخ/]^_','20250817004308','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c112f7ab3b71bf357c808a24565fbf24','Vێ66Edi	(>Sf\"ZVwt%%I?Ԑۙ9ҏ>Lf}&ԹZ2&lG\r_XP3%9EN5`Ja-_J\\Kr\r5pė5?X8~-S\\\nb˜P*a\":쾋nry+[p+b_ЂT;6Z23WڵH<yqKZGTkZKB@:\ro\"˵qLn+T*8se\'މm1_N;uVKQ^	(R3Uem_Cy\nKVG8\nwFy)3[Y;mj*ӕ]	J9h=gO&$<qOryWSr~=>M߮b{,ӪO}y96JXD XV8r\\!;aΰq)gXvv.XksA8aecNptFoX+^CKqCX\0Sqx;uĦuz:P1-|?l\"G(P$Ժ*@fr9sCZ[h;6iC?η?${@iC3jv	*8niGapK\\P_oEB`Vid؟<+ݚfH(	؆rrG*k*>2 Xn\0a*%ў3~h&+/M<Q\n/6,K\Z힪JgU#ğ.p2>=7','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c18e68ddbf11de7827b2bd525b8394d8','n8_muV*Q$k0`U0vF}@\'ǀ{.2pj(=fS;lq}xV?ㅴf9ɎQ\"`<uH(>yl7_(A,\\Kǌo&*X8E|U]_]4bm槏!>|l|o߲5Kx]d*es-4I-LݺfTcX),2[MOòb\r(.}~,~Ee2ީ3m|A^lXaK<8xz=1ز mNcm>/^Xk罿%\Z;[>M}B7]x=e>\nu\\}9i,@xt]4px[%X_ɈBz{</Dnn]uΌ\Z[ |w!mbO˓!tȀ\r~8\rۂt|n8b8e:Mx} Eߥn5Ju8&E!v!6d춎ï%#A)?JiN(c!q$6?q[ygZF{ꝅ]߭v\\1ήͫj~*p}>4}\n:;~=O[xEqp[/.d$MݮI,WIAS꯻MK3:1#ZjJli}s?	9 VԈn7!B]wR}\'\ZufwC4ݧQ\r+E>2kw[Dsb\'F2۬ї8qtnJ|.S괻OmztIQQĈΌZntb+uS:&^&$Ԗ)R\'LS#хzLLNDG&t*Mmv$\ZXj#Zюmtn֝6e+Է)wF\n3%?YTFeTb\">I?xf77ȀSIXO\'\'FĊ~:Ut(\0+(VPX}@PXe@zo\0XA@jb<\0tb;`}\nw\0U\0+(VPXXǰwjt:=\'\'VP4X]@/hE@gj\0jq\0\0ZEX\rU\0+G{Q.X\r@:bE6\0*l\0׀(VXPhI\r:}Bi\0U\0+(VCPX@N?E3E+f:\0tX\0t\nHd}Mꓳ4i]ߦ,$SQlG1eF~IVmQje<phnog^մ΋?\"-\ZxׯV=x\ryҾӼ!Ҿ6=Zt,̊o`/Ⱥ7OU;y63%:1{qyy-S*\r*˝z?m66UJh=ehl64nڭw2Lj3lҚd6LiC47ym!_^gk-	e}*tF3zbMgX&hZd໾Ǐ}iѠjT׊M%6X:_G]cWGX_vƃ I!)P@?ci\\o0ŎҗX7^1$Ӄ7\\{','20250817013339','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c2e886d4db31e0d537cf32134d2e490f','Tn0*R#Ȱ6_gjl˘@k4h7H33s\rI^~lC\\wHi\'\n3\'Bn5ZC>RqC!z_ܲ쐱UZjK>!tFB9,wbi3\'aXlׂ-xVӬqպG\0I-|~J3휮	\n_VY*\Z/ȡ\'WwkV(Ŧ7G^\'N{Pg!ƘrvDiu=ފFd^c8:kxvl&uݨPhbemq>ǯPG\\(1iTO{m:((ʗ=Pz	*mu;Ĥ(aT {fmCR_@`Jw\\q@<}Ny&?>FLZ0<W3?x|?F@\"MBiY[/Nݻ/bÝ}	kN  X)(|*,xF\n)܎TsP4rж&a$OǫaӰjs\Zk\\7y0?;/<;Dz8^sy8f8qov.x	pƩ_ʴn\ZN<6?#ҋ啐|Zo','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c3388a77a765c3d8094b747b5e5ba27a','SQn0Z`@D-C+\0!H ˱wI8h?aDGd?__+Nd@^!8^uԿz~%\'\rTY,RN;I>80cӘn0F\\Ya«8ܿ*6SK25ߒ^c\n%%XTAebWZP2&FT8#;2\"y@ǴAe\"VUn5tUVdN:\r+g~++yD<	д:^6Si3бqi#&ț]C/&Kd7L5g:a_\")&Y3%$^փA;!yDn!ig<֗xZ9DV2<<]	lLU˂v?\nJFϲتFRI3+YDHǮR-zPr\\ܑt5\\\'k5\\szw=','20250817011647','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c423976aaf70cc9e5b38819d276dcd29','o ƿK\Zr_\n\"m[zܻ3<\rZyOMRrݵʀ%Z2\'$K+%-TM4 	Jbj\Z*D̞lQ8\'{CLECYAP]O\"x~?9U;FYP-J?lJԒT\\Z痃 +\\)P91\rtsFYG}N	{%4d^r1лq\'fYnA$اУS7<v#k}_AF奛)\\GX+fNRSz(:Z]$#?BO+V\'\r/\'Rx{2>Hj!l,@7(ؕbwص w w wy9rWܽ\nrX.F>6ΣU+PػmuCu淣\r7WjiFp?qR/o','20250817014859','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c4ff5d1ccd0dbc0e5890f665d994df21','͜n@߅C4U Qq\0/I*uk\' w\'Nz~cch|tfWn\\t,vfmJ0ik;=[(UXTK}xjwe+oVehӰ6.ƎYa}`\Z=TTfi#rݨ2y?SuqHT\\U(WO|0T_-l5^>0W!\"A,R&\nB\nhAnwwhTf\"8E^-f1bs\0e?$$0Yؾ\"}\nx bV8=bїx6#(:a/uuӄkc}	\\R~BP9&+Kr 4m0VI,N:B	Bywp\ZWm :X!	[@`/V;AJ+j7E]TGȦ{`A#A\")NCy?r291,<X;b8\re.h&p-q$tZ~8	ۀ\n h&Y@PK\Z5qHjڸ%oØ![[DPVD\\j@XĥL2j`~0Z1g@Hqȶ\Zk+qrT+!I8(z?\nhAwhKAe~=yxx,#,1FᯥWn;Ap`uXMք,j(	%5{P,,yigMA>@KH\Z\"Uyv\nE}\Z0(e{t)#ifi}HD*W{3k\'1/IP#j0\\DE!ԫdD+E62{_5n\Zˤc|/=&JjHNDt[Y/P;c3rx,tƁ,1Fs>XEBh `]n*@bf0Oe*A;xp@*W@xL>=2\'pa\\;,Do','20250816234953','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c5d8fae85f5558f7197d2f27d5729e07','uQn DREj`m#4YkM[w/nG}(^^[kWw1q^G9;~d]Dpmsʚ C}8wDtSfg8$\r$ENwI_e#AݡzKW@ϝ]Ƙ9Y\\sUżgFP~_%Spk4&ZM_qo9o?','20250816225401','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c637d4819b79ea9ef47201101c05fad0','Tێ822i>Hc%AIҎ\'-րRL_s޺(zkޑ8\0V5I)Jo}{@ؖ{Ȟ̏o-ϹCPdyG0HY=uIsD ZtG#Q#IPKRuXzBA	KX&\\CkU[g=Z#j\njYeJ5(2ئN{NAMn\0hA\")c?&o͇r0{N{;j{aFcBnijLmcgB|<Ay\"x\'JwA5\\3C4QLػ\rH\"45j3JiZk{g\0%\Zz?A\\<NQD4Պ1Ǔl^7gY+WALHfs:Jaʯ\"{/nZ\\MнY+t3bdp}ɮڎ970Bjߒ`,א =cFG\Z9D⣞WSH=1hPs(}\0sSXFY2㼃:Jm}+a잱ҼZ\'l #޳YP-Xԗu\n/%*W8Y1&3p]Y2MJ:Ore,=]>K߾ُXd5jbM,(~&','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c697608edf4221dca7799ce1c11c3d01','Tn0\"A5Gơ\nXȕD\"RǑA0Pݙ]i[ެET\0~¦,܏bT:(4)mnM^\Zfpm(nBLT 9m2Oy6iL%KȑVM滹Egj͝ʨ\n96rNPW`uБ?|> )8bw6qBҖ~pCkI{?9FHW)c2|`s>tdYSH2i4Pbꆨ$OaVg(9+Y&RowOَ%a,g`U0k3la\'zs{9Ft34&9WVwF\Z+вe\'()%\0$-F)a\\L\\\0JVXE>ҕ(\Z.cg?q*r\"4MbFu.9Sxv/cZIU	K*U	=3,$Ͳܢ=]\r%\0Z`8^N@kK-pO;]^\0Lv6%oIM\"','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c699b895dfcf308bfdb79d37cd2b7910','=kFrwŎ|DҌ!I.0p@goOHER.F$\\<>?/x1	4Y&N<\"˳8C?EegXUyoMqI4_\\?wqbJQ\ZFi-4A@ٯXy8IV\n${Yb!z6\')yK8,:F#z-2|W*z\"i~њWu]\"wi>tbAc&Y\'Fu\"\ZVE!m6^5ټUhx6SxS}mtˤJEFU<`ֳ4U~XV\\ǘsrd5EI?aElrXn>S&{m\'&^ED0Mz	Ӛ!4chnt\r o6-x:\n(6pdgSɺsD1GH-T6 &HJzL1aN͜y☜31I(MJx(]oURlCEcM@lL|L\'}9<cH=9ޮI$Z>zx\Z]8Z$NB{\"Ƃ(\'`>e&);:H-cһikeXl.I7}T e#\"v.X<*\r\"P\ZFá\ZoQqc1nXVoi R?MMRߺvNݜ]~Bc<Kbd@drֺ2$\"1tJJH[Bsg$+ѡ\'f,KUTwl:z77zKY	 $m*gǻv2{@aafn2BB}Rzl5EqL?XX@uEMd[#g>A+4sb\ZBwǍ0Zo,[Ƌ~xͪjhK܃y}0ڦKirC-kۛ]bzCxwB*h2pۑ6rlvw7x\0S3&.Hz\'vnx7 _8ce_Bþ*h;\\σ@w}-ziTDj*<Թc\rm4ޝى<l#DH)WX=wŤn>y`o;*2\Z[[U8ԨGBlO> !mˁ-C65OBq@\'^?ozBF>=l[ rdq{>oW89\\;R9m4~͢_$Gژ0ģ)d\Z \Z7z\ZnOΒUEśhoopd;j{͐یQNWrrvמgZqWXG5\n9e8*p<鿣t8ߖ^qګ\0gA|B!yi%(PrArN3^\0W=ۙ^\rֈUZ[}Q42vI\0Wҷ5ƶM/BӁw7Bz]~+3cڭȋƬpڪ&_u\\)ݜJ\0W2a}J+N_>Rx^kڬ3ƹXu	N]>5)L6Mװ\\yV$ɒ^EEEYa🛡Q!ΈVHK!xF7ڏ1Bb&Oӥ$CS(.1En8sm^Y_%Gk_5a45i,; @NR6\Z =$BC:h%Qć8W4_\0qd^uadtm#8%_$LCC GE6m^c&J(7hKEU!hMT|4tQlf:\nv8,*d>k	3NnHv<ȃA3!gnqWr#~\'W^X_n[O$=Z=wգ[-*~1G\Z5a?HKHq<\'2	ldIӲ$MQ_#ʅhh9h5}߈jR&&Oٚ|+\ZE&qki[eXL\\bߘ\"«h[[:hdC&*@2R^>H0qW\r8	CoMcvÍ~C>\r0yGfAdbGH%hϧWP8\rbUTATԆŃKGKS6ChuHN1nl2T?tyq^jrE1Z_jGKQ`X0zD,q5dNx#5lXOM8/I`MK&ZP/ɍt$϶teԯUOOZOwKuyn7*vY\rVOp!)վ٭e;;w1_\'ӑ-/%־xIr(K2xn,9?\'lvԴjY,O.ge	A7tD\'{Bu!-\"U\n(kt	Tpv0Y23DQ>6־f+Z54Hmkwh*吧vJf?=~OyCxv\\a2>E;ibBWR3T+z\0hTP`Ѩ%L;;Ras6q/H4fk!\'o9r%v,v%:F;>?Lulغ\'\rgSFLv2h#$6\0)X Z\nV͉7\0Xl>tym5O@@cwEMui!*1a٭;zlxНnuc7]\ZKh̘JHWCzo;?U}e6I~jt1DmխN ,&V}͵f2۱y/,͌\ZVb\ZjYGFKag\Zĝ;ti޺p/eq۞X%lc[-!`\'koJE=.گ)aaǐ^  \rJ=͢{\0HT7ZmlV*2]^$hzONIZ\'c7K5J[j\0;m9ړV9w\nPUo#XǀK+j\"ްB@qK(\'2)uA<*fe1Iq\Z\n,ƛ9f<}+mqȉ9%	LqpZQjxb\"c^\r)}$nw3^>=.{s@9?B_ZfU?q>hayzc	RU0{>WSIb\Zx4\n+nkuПp1W\\ڦ-hN8]ݡ;`@7\0kUTԽΦ2?7#N>+xت*OMc5\ZKsӥ&!lQC7i?1ʰ\r*P^C1}\rA>7.4/cIŇk\n3D9tA28_!_+lX6v\'v_\"ľoQlgY;#6qgȳ7,S!ȳvw|:YKis.O *fA6k	sy>0`r)3:dTe;?O+֣1e1-B:Ů|ռ:Q |<-Շr8	3>b¬Zx\\>.5ڌD\"\ZREX\rQ<ȹմHGv0@e}n=Q#vT!\0t d_tفJ`r\0qC?0uDidNep\noDHs{VV팹q$O5H:aZ4ې)ϐ7]1z􈝹pTP	0\Zb(l8,35X\rNGέ*yIk0E%t}|k]<TfޗV9pH>Kqstwe띜CY;=d\'z2|\0pcjUޠ-F@J?\0 P\rӰ@)LdYalvX 8\nC̴2w\Z0  qd۰:<7@sAת1\'!|=s^!:KF}s#(^VdL>[edXI=jL-5B\n܍Fx7Q6@5)MV.g.Bo !T@pRc6Dr\'ЬK{yB0xjp<ؐv^fuq{26Դ}R8sja]ǟjJ&w)sT잌\r5iH}E\r3FH3af!4_>t9F2fO&zNUd/jtg1F\n5IQ9f\Z)PwC[`e~80m;NK[̡C-9PS6uo3@ܠgtSmWSCa@\")wOT	=D 7*T%\'~A00&zHê@6hfې\07[n\Z\'@Y(bï~1%_w5l\"UF,.\'-Ido._*b]zqOad\0qҫD:G\0DV#CY<O޳I5ҵ^z;b\niL17JIK#Ta2E`ǭ3®WuG^Swn5]z^82`\\T1-V^4j\nx` $PPQOn6\Z6ckxh\ZI32JSJ{8c3&J.3fyA)YLLs	x}%פaoyx[RWؒym,&@>߄!OUƬ|ơ9>\r^`׋kW+p7KZ=X7>6/YB}j,?4D b,$@]dG5 bbzgVIȓmO77	DgzNr(̹CϕaTjo<mɌs눲íWŤ\00gt6#bvLgWXH]1bQUaaFdp:vz)o\\u,w{/%Ewߕr>sS/XQW.N/Ǫu+Dn]Ӱ9o?K:-iTj8\"յG8ȱh%1@~~uW%w^n~&}-v`K}.ė<5x!_@x5v=uwp3N}0?gXv.?9\ZqCvadb\nCg痌t~P\"bebg\nғa1&ˎU\\ .[49QFB!$Y&BV-HzwAY+ZkL*WZ1NyA\'cݐ.[cܟxP\\@\r]jDD&bj@pOɣ.vySXhazV\Z|cOǔ]C\r]*dKΧwIy7\"ݒZĜw]nE9*s`ś|\\B\Zew d|{Jh`[ڹx;Z]h#ՁݟBwAZ{8az*6!%\0r%$>D j*0:El)&>*Q#Q8+)ֈ-6H6̾g9+5*^s\"R.O7\Z]J]lDtĞNz7y*O5{f4C|0ŵS{Ҥc>7I\" 6\rWC4C|Eplhhj\'v|[y	}χP嶠E:lV#\rެԲ]g]G	#&i\Z:\Z\rؤ<T$|1Y/ϖ	[ymoءn|	C..BG3\"-ɀ02- 9!V\\D7nd\0EY%BRD1>[941mV>]+cYWf	Jt)G߯5P	jƛ1wnmV]jܡMt\na׎:6v*zܠn UDT[\\ܫrPk&Dkc*+Xtn|~)[N_ugJrwV\Z8 [ɉQ5UDfx{,Y<sNx6̗e$#0lIHFSGDsznͭu\0(mDw\0G}@r2==:a!X3kK4LQׁ{,8ٷWvw9OiϚvda\\QG0Wqx={k\ZpJ:{\\u&lo=|ʿsȂM&@QRZΐb:S1\0guh-aa\ZKMܶSƖ)}鎢OWoxǑaqΗ?r.Dc){\Zw~bG=Y筥vfPCj&եe) ,<Y;TݸfJtk~l|V?+j$ߩfag=-ۻk:g&zU~w61\"[Ҧ4CձCwEܨuQ*J\0Nтõ冠qIZ\Z7)!4uVָuck͌UD{.q }nMiQB^D2\'u\nw#}Z_};a|p@.%{t#)4&ҩf(=	ː\ZXS߳V/ÌkSu\'RGS[\n\"e\"Q6p{s63Ojeɞ\"Dsۇ2Hm`|AwwrP7l^OQƵs*YG$䭼jٷ7Re>m|I\r*ޑ`UbW>)UrQqOrpȏ:o8N,5?@XEm\Ze.>BQ#,0AEclC*q%]ycW\0$i(mP	aO(zrl>M7֙jG޵$G[Jxf)Fw^z?\"88TnZRۧ)4fkWxp<xL+jdH%)[:g2q\\`%Ns /M5$&˼wQbYl\Z0?oRH/Bb~dZRxF,a&K_9րJې2~TfחTl@./U~E2>-pfg⿣^&* .ӯ0!#,XԿR$ID6\0-ꇲljX\\c,n}s%h	1iFA?=]ʰWwxق[?ڂɜ7QkcvSX6n$hg|o.3U=!n۞ie9\'I~q :2yO{wi_Bu9.7	$7B{d?sF:1tOOz^X\"!9DA/7 hM\'ƣJT9֊x-䐱L:p2*×\"9\0Nt04[VщwL\"N~hT`͐@|uEi[c[N{`oׅE$epT]BSb\ZۘVBn&4\n{\'\r/|ArN`[ik\ZjaKN=4*EX_|CQ:C`*mVt۲59S\n?jXx4MByη\"pWlwy;\r:]O!׭Qxng.[o(,#>9K~rs^8h{%(\rUL{[*]	ݺn-]=ݪRNC~D8#;M4[|EuCE/hѷ8pyM7I/&|','20250816234953','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c6bbf6a9f2e35b76ef72145fbc0bc0b7','=\r㶱EEpI9\rz4\0wC/@K\"R%[eGnnzZ\"pH͌S\Z#\ZH\Z3ۣ>yKS:g.Y$FYxd1IOof^rb .K{)y#tv45#zGǽ(4gʟ NC>}/fK=u&+ysۀ&s/OzILp-Y2z»\ZPө>[;(o-Mi\\_ftnmR$Z#?J%M.	.kYIt/f3۝flԯGoa#Q=7uTUA\\wk2(		/dlŦ.&^/L=YtyNVc}[jj\"^-P>vNkm-(VQ`iwj!aIo}fy-:B.R(}/Nf.]\\3{j3+V	\'YcvaZ˕iV.h5TTb7ܒ #Y&]LϺfN\'fD,\")QiU2^Q9&K<5hʭkߩ~EUh؎Z\0!\0STiзCh*{+WN2f\Zŉ(B?Bpjݻ9(Qr+0hPpV `@0{܎\0(\'u|<)+$=Sjg̾F7]֔3]M5%x6ǒtVhˠժ aww*HQ.\0QUDYYH70I)GJE0eI!g8ڸvżZ	(sQZ`-h2\Z\ZP4MWBNmqsKf>o^8^ʕ\0RaO :Lg\\C	XGV1Yj:\0y$3I5L\n){2/Fg۳)o\"FC-U+40\0N\nYGr;E\nQJ*a1F]@܆o.1v\n]	ޏu>&kT`fnuwO5\"/_9SK<IdgSW.jRW=5JoMӰd%]mU}<`yfh 9>Zzl}t)Jaoc]Ł=P{ouud*5]{CW#?@p}GH#Y}`ko`@UiC@\0j$k|	4ҿ\Z\Z|-Wj=&%RYFd0x\ZXa\'\Z4Rʺ:\Z0o !:,=l%/<;hz-u\0@x[y%.|P\r`>LѬA`YJ~Rr7J@Z$}B끨HLE*[E0QT }\ZIM+\":0g:C/{!$Qҽp^1RC01T }6\Z葞:4@@{]Coދ{	IRsfi}`kT	k^EŢXukO]mAp0!ё]H??P\0ss|o^i\n<(X]ok-A4!a[ZCn|1M{{HdYlZt#VӐJH,\\wj^\Zv131тV\n\'J#bqy4\0-.׌\0#A%Q\":\0`f\Z\rO9$uF]1Sg蟢|νFB\\Ȇ0OQCvPvlvB?baO9:<.\n?QTE=.*{-A[/زVJ`\rgEg:(^liR%= ?\0B?{4&cS\Z@J<PW@Ճ	Xl}ܾ3sU,vVr93\n\\RnUqin@f3^	TX:xz+w1\ZŶxܬaA;޲,\ZP`<|VKƙٹC/6^XҕSx+$/^\rNA\'\\F(3ӍF+0[eX\"G{1L0vm?#F#\00젋`ĖyY«F;VhêBͷlp8tke+Um|n4\nSD˝^W?{vK<1)]bVjjK]kvWRۥ	$x}\n.;y3n Jڵn_ͩ%R7ZJAN$hfK:uYr-\Z#`GxVW:*\"f\'4EʽmJ`	T2e|X8B<΂b3&b!jY3p!0[+K/Em~WOJ\'ⳮ\nR,KkԮE	ȏKs,l(WxN9,[R]shJ#ދALj)\0fC_Bdl%A}ЄX*ptqU\\WRͭ--L٩XXxZVɸȎ^`$>]!\nFUmMGMC3h\'ψx@#\0sFq/تy>i&T82اv	&oKwL[#q*Q\Z~F^=<Dw@_|	6O@I*\"\\4+k@vK*8~W`;߃ݥXih~Ql8_0D39r_~(\rbo\\{|تr\r}75\'eI+k8JƐBf#ؕ°*H͛:B6tXXfq29B0D܄M~dьÆN\'Bud`.9114łP{ֆY5UBKc˗-[\ry3r`(ʅ`cqxae=i:i3ܼm<%V<h6N.n~MDt=v儗Ф9bfXDgl6$H-C$\r\0R0l-\r=\na]LSzu*4>hP;>Ws\\r,ffb]PFmi>\natsb>`F ⷫb㧑f\\IcN\Zg}\'˘N\rιnzxmWLGFR2֨5exe.Хh~pISN{p}=mw$;	OINd/ů\n5PϓaJ`wI[\rxڋ6RA+L=i_Z%SuPDU7ԑ:ʞQ{{}KL芡ФTP{e޿\Z}4_Sh}(QƪIuCэao߉/f\0jO<Sq0ut{dWh#\0J7>+}\r\r\nƐW\rU3Ui(~z[)`%!ՇЋ:2h?FO)\"\Z%a&c?$t^/=Į0R:Ruec@h\\*,~\\ tpjYl<*ϼ|ˏ/zC\rl7\'LYPK$敾4oԐbְ(2tˑk|\ZrtqZfdL,6u,DLzTǱO)s_$L	(25K_0PtW`\'?,\n\0[Ml_[	^Mg``cnt6FOcg)u\n\Z(!@>hB`@Ft9|\re|1~?a:5oisߧziڠR :ZXd7Kt^\n[/i5+YNaַ<n\\&?S(Hg=JFcLʑ:BOʧ&\rݙ`iNS \n[XxdVxJpXr\0`%V6U޴vHM[(mj\0/7Fb?41F\Z29{yUkg\'kE\\xÒug1iaiW\\[y#zY\r5Z4\ZZ\Zr3\ZxEh)gA>Px*S\'g4x7?b+ܿMݔb,fwudP65+=LY5e(a=]i4d	gd32(dũNvs*DX[?ŉun,`=Leg;*Fi\0(*Fj|F&\ZD&\\DSg	rZ#D<hNYvO-Tp=\0׉qF!xX$`{X8w+C	D6LL񋌗d\"1yH[RʚY$OQ$T1	MJQ8!K3J~{̎NTw7ga`NVHaSd9@|C[@g3lR|HOq[L9*}.1Q!h	hd2}Rt/̞;vt=L3ZդamSB$s∡{(gZgr8Rmgन,s¶UؐN}A>oOg4-$ֲ#fjnC QrMZx2`r&JK_2JM11\n9hB,ro#wRJ*Z虌ƣ%,L*y	[AQEh) 	*&iu(]@<JnEY+ݫ\0','20250817004306','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c6db18eddaf266f8db6a134a64729977','Wn8nEhl)tѧ~yMb;őےl84s898>}W	N9XG-de\nUY+b,X=؊kx0H~`tX#U̀28m;JM=[\r\\j4\r2^z3|-N9;T$1١Rܮʄ+Dt[ol=uk\ZA{\rƳel^ثp\"P$?^l3(*$!dqZZ7 +ɑ{{KMǸBC{Ͼu\Z&hd㪨r\\͹<8]DH\n3nݫZuG\0Cui-It$tQ~mMYD$>\n4~n/tTh\r6|k߽\\2E(qѢ	L\rq,lU[Bo\n?xMOƏS;CH{rp\"BhD	?GS͇^|.p)֚ڰSpHOϘeQLdoL#!K\'@l޸e&dx#3Hպl2<Ϙ|AFƽybw-yx&WL0|\"\'rM:]a#M@Xk\n2&Y-SyD\\R>P$MInzEX/geUæc6{͊tV\nxC8{\r<2x{iΈYshCD߿)\ZCr(\nWoj_G)%lAӦ(G~3fALv\"{Y1>9aSOk\\s0iG\Z(N7j<cդk츔+m|-U8nM+vO	y},V\'՜0P?T\"ډsmR-w%L΋.Y=\0&IA{!{QڜB\n@h5yS2h3<	K4fNDlۆ,IY@~5oRdc1cPAW^# \nOwMYsl;D_rqx\0?','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c858782adbe0e90950df03ea207671a7',']s8h0$CZ\0w/}b+$m&Vr:miIMh%JU8bȧ*֓j*+gRTz6of\r,8z5\\v#,$J\n-ETm*+G}ܴ\"[<8ǟFgKTxIc!42i\\\"M2J8͚:4ȳY3-\0)3#s9ձЍʔlfsݐCB_bف;Y2J\'y\\R,9Z4XؼmںnPYi4ड़\\d\ZY!f2.RQ:qWH.f\n<j2U&ސ5(n[1	^\rJMO\'DG뎪ܶܽh<a*B§brUVO@ydu.KtIfq V/J(:0>Lc\0]E&U+\0ͪdzYCs:ɛWsB9\r\"~F~` ,3D;\n/d_@a(\Z12B[c#ʁՇ.ŭ@0°iCMp1??=D\naX,\\_}<9}pjCL``!\0w}֧#E˘nHMЃ!6z#&Lу13B \\ސHL$P5Si|\\©lj}lv,8mEOKГ~\n?γ+wݶMs9z{~䧰墜Ccf=L;eA&ʺ8NOcװQ uU\r|3($|\rdkjnwRZA>tʧTtĲr-v)uy*j<Kіdi+$IpHMιz9me:67Z]RelaüQ@恀{?LDc?7|k6^{iٷftcڽb7KPx)T	Xx\0Ba#[Ϊ^mÜ[6;6i#c#@/}5ҭ?Sh$	pxH&w!Cz8Np儅9yGD\'B5g4uY`s\0sLx1\'rrn;	08x&s7j8rM $]]堁IH(YP(C4@\0=a\'28aI\n{ $YI<j /dLw)@\n#EMR1a] g0\"k\"c\r@#jesȘx\0f˭^̚܍g9CC?8qp&F*+Heew}B[?=ja[~W㶴U4??O{{vPPZ.(cp\0}fFkp(sS7Pɿ%2fYi^Afc~]	mAKZd;o@/!wnN\0','20250816225340','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c8fbe53bfd4923e206ebce26a0ab64d8','A\n0ER֔.$=\'	LI\ZZ\nEtuijY0(»p;	ttu\rĳF$mvQJʀSB\'\"hU!3\\)0,%⪆GNyH@Z?7!l!xFve\"Lj\\\r','20250817032618','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c9403df1fef939724bedb5fed857f23f','R0%(hIQ\nl\"-KD.C tvvbÑV@\ZK!UyQZlr0<OsC3kb2\'D	i\Z9:IJ\'\ZlJRN/)P^D㜍EybU<rE{\0znZoQu1\Zq#dn6]moJ\0','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c99c5cd7fe72edc302909a74c9348116','Vێ66EdiH	(>Sf\"ZVwt%%I?␜ۙ9r}r)@9͖O;-mR0k!K2\n?fYoqevNgEC\r6.3ǷRXwK8RBzCM2\\\02KΥP/Y\n.sFJ.la,ѾũR䕙	Ү\rE$<=im8Oj\"Si!hR\'/	\"1Av:C,17ݮPis8pO~ϟx\'R	&:}\0>ZmL8F{%{\n\\K\\T/}:Re*l.Y勂uKuθpUǹhPxE6L9/ps\"j~MVMC|X\"B)LdG>9~pgdܽ_o-:h跫e}@/gB)0\'~+*\" :)sq@+V8@=ߴ6.E,!ng(6dk\\mD?	/v҆b1`xE܋	J/q-g3L۷ 6SǔX֣I`.(CP몫\0wۛ=P\r>KGhm1aPؤ:4CI=a;$nˑajwsޡavN#W?d\'ǰOVd9*L+(22x}4\'8&-J	%3&l9D[OL_3H#\0EJ$cogdZp}555X~׆e`XGSZS \nLb63xro','20250817032613','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:c9b1b9a9c5a6fefa440a24cb8c500268','Vێ0\"8$R/(}0,8\'-;-R/xsb;̧b5TdO*QTRҰVYBDp9+*DO!gA\\4UE&g\"XX\'(øK(>kZuslj!{w\n\nKmM*[;Kh,BeE wWXayaQs6\\2QFX=5WhXdYS)/M_FGy|PDJُN}NA[Kh׳0nx\Z\']fg^!>,{l=yJE#;Yva (E\'n}:py|K*bF,dR׵_f(&`1&p>OZ7MnAӢ@\'#*,jd])>	bp[J\\S:k16EF1	$F[VZ;Wq@kJ(|O_V$HEs:ZR#A:K\r){%ÙK&M3dS[ǙSph+\Z_ͼ]q|fl6Kþ\r5gղt^iUX lԯaQ5%i7[4PD_+BC_Zhs]=\'a','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cace49ff1e2966feb28bfefa8047f15e','Un0}H:m65@C@RbBi{M\"Um&O:9NLdۊ\n,m\'f*_ٷke)좨Ũ,|?Zowal>	d.WcUE0ȶ#TJq9%aoMe?[\r;(P|=6\ZoȄ0!P$څ^;h-h;hVwE\"t,1Z\Zx*6Вpr3Iͱ41$r9CSNEہ$zƕT_Xan1|~v~t힣~i|LBF\'gLfI\r)da\0\'+P9Fa|(ԃti=\r`s!;mWoz\r1T0{SЩ414@?,0S#T	kE@\"?Yg\r1\"}m6~','20250816225342','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cb340321be2109e1e3c1b07302d0130e','WKo6+E$ԤEzXMO^-16IT)5wHɀ\r0b/N2\no4漘|jvX*X˺UġR}W⥖ժʦ/JZiEbUЉR\nZۂF~\Z❪`;^񠢄%F6QsT1$^ֺ|]lO}{Z7]Q-\nWeq#zȰ+Y!ߓb|]i+^Yqg*#;),DG^}TRB.`,z%g\\WǕeŅ>{1|Dǟv/SJXQx<뷫_Mؗ|zjϓ]1v;6MxFzהWo0cONhw1싪k~aq\'kTS.~xQCM[kHFqFRH$IQL9I\ZðĄQBs)`AK`H>2#\'>DLrdrӜDEGb/der/V!\'K$4)9TB;$<vQpB$P	d\0)L\0e)ɼx.YR2$&)=\0V.6{J!Ma.C9X;Sx? $9ѐB9ѐs:&^&$uzA2Qza袂Gp/ã@cgJ\'{?L<Ű<\n`<px|M#Ot\'JeߊhD^ӈYx$e\r-4\r0\n{\r8QĲj3B%JOJ{oJl`|mÏoҧGtxomw/uҭntAkm?L>Q฼R*SԢ]kf9o*kg0Kq5_i>q','20250817033453','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cb6828d5a1a8c62a232d2eb58dd324da','mA\n0ЫnE&:tLB2H{2-nDdfSWF`ݚkULL9wO?FmVyҌ!!$}^}>Zhc1d\n','20250817004337','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cce7c0e188136d27514936ce3be7ff70','=k㸑EƠ{ǖm#\\݇`ֲHr{_HJE`ƤDdX/Rb<͇~ϣy9r<\nYgBf{b7Y!6%,L\n\"E0x9X\\+XZgǴ\\ibgIY`2˜El5ftgs.{(.Uwm~^eA:KK<Zny-eM/q~aUC	*ϡBYfEr}@z˓ P*%-a֙BB$N;C,oվ\\`Vuq,*?7Э`qgiVؚURW>x%?+`61PRX١|γ/xץ/d9gvk\"ӔہQD^^+\0z-4KHLgFulqI^~c}ܟsa(ϗ\ZeyyZ6\"*/@oY?A.&vj>=۟N8Xd	+2	oET!Ԉx(0NQ,[D-d0@)+\\qyZɀ?-I\'PN,D(ޭA.h\Z*F{/[	VC89}<m&G;쏯q5l/bQ[oEIjZ^;GA7](]+D	QQhݹ5+1m~lOT%\r#q ԅ3jO@.`QBszPrT9Otme{;mУ3:Ux\Z^()i\r=ON\"gSp>8.Q)/Ɵ:tֶ>KD|!WՋqk/^VLOo\nwQjKy^9\0k?O0\n^/v,A+I/ܳdxVaPςYub\nwMZA>/r(JxAW+c5bVU]Vf=(cV9C%(Ef%(cTԩ*hAbV;&e/2[3([ށƽxĔE(X&p	N|@ee\ZbC*?Ż8Hb(/yf/L>\Z>1G%b%-6^l~5PWdIyQ,9\ZKNdѤkEI8||gXjgp,=yʒշ}JͿZPo*NI܋G2=l%)g#~!ڬIqޖXؘ_bKR΢ˆ(7	1֮Z~QSKGu +MSzce>ݼ==$Z@X&\nK(o\"i\\kVt+l~)]D6PK۠y8lFcM*mC{lA0)X+hEa(Fg$q|leC3xVwM\ZDmMT(1Z2#+\"H2f	L	/4\Z&~,rJi>I]ed`[\nvoC;c;Fq%ɅOKGbuL\nY~زX~ !,j:qjl_XaڗfO|Ċ-WkL,aYs|-L4A^V{,zbC^?_×є\\{	VlhgDj= &[IrbY9O\\|a Y]=?u41pH\nfz>qxgo15t3t_oԲwAE$РmílTкW_RGʆER8L\0NN@܁*\Z8tTzO͛_2_<ab%MݏPCj]$lX\n7r\0_52T\0,;k^|)w!}ㄦis,X\'A,~oh{X׆Ь{M8t[]Nhq@|sz\0pFM4>Yk1\0\r5Lz t76Wq\Z>fK֬A\rH;Oa2̕W5M	H9>3*y`|2w\0FhVOC#l;M Б*KVU\nD\\Wlŧ67tAx=\nDձ\0ej#WŲ{boέnVD8+CGPt|^dPN`6AmtJk<s=$ *|I|`A!lb׺jXՆ\\riZ޻<0K8\nDX`Mب=\Zf\"i#kOsJӲ)zVA\Z74ICۂ}]LY-C8ak_veuU:,?Yn4kv;W:	hJzj_,ryqckGiV)(JWpz	*ŷsU\\;ep?{ʥ>w]C\"=kPtnA2\";3	/]	\0(f?CHgY^3˳WY]qv$d$qn<t)]8<3V԰v!	Li#@\r;XKjl1#+}V9^^6 _`M6Wd<yDRɮNI\r##z:\'\0ˎ%Y?Lz \Z@3[JdVO&\ZC=1R1\ZeBb-,{)S&+7=<MMJ}\'O v-X[&F$x85!5,#et*<q;x妚\',ZZ2<1?bubpj0gfBx.͵]`hZl	%UPW:*?6g^#ΩZR<մ76T$:zz>HQ!\"4\ZiG{0a_.\Z\ZOZ#Xhé\Z{AcIu^מ9ٱ٩-L5HUMSJe<*Dҹ>qrsEb.lNdGd*ÒݝeY\"%\Z˅H!8sy	󂂶dWqdUzQ\"rXb\nGPëVBD>P]mbDw9C6^ͫk\r2D$r\07>7ԥ:jZwȑjz]M#!d2nlSt)YyRBultqvj}s^\\%/8zYaAǿ8xw~C;Rc;QS;Ss,Mxy6\"K&ڎ?&	o~Gw~\'w~gw~\ZX\ncS\\nv\n&d0PXNT\\1?u0,>f_W=}_f95<0}NvF~X&l\"9~5d#YZޙph\'Rc*on왕ύlʝ#R.wWV<}RjYNX;KeyƪB+WVTt0ʿuwAx-=|\\Wki|z:A\\kgY:z흏@Ꭷb]wn\"d?c\'v4uΝOr\'4.8s6xpٿ||\\8Az	\\;.ytXNLAbM*dZ2)IBb5!Sei\\%UXŊi\\UTDvMRu!pWVI`Ye=VA:26RRR%Re\"Py]Pl\" 7owv7gw3v\'_wu7Ww2u\'Owt7Gw3t\'?ws\'7w2s7/wr\'\'w2r7wq7w2q7wp\'w3p7vo\'v2o\'vn\'v3n\'vm\'v3m7&,;,[g\nFR3[HYΤ$M!))֙uZl9id!e:C*\"OuF*C\"VI`.Y d!a!a:Mږ,;$,[S-F-I\rɲu&\" 5(5LAH\r#J\r:d\Zt&%iZaDaDAgiI\r:sH\r#J\r:C*\"OuFRC!p\Zt:Ur&KjAjjjiҶޒNA$5$5LDAjSjЙ\ZƔ\ZtfK 5LJҴRØRØR|Ӓ\ZtX\ZƔ\ZtTDvMꌤ*C\"5tJ$M0Ԡ3H\r:0&0&ԠӤmI\rcB\r:%*h7nIjHjЙ 0Ԡ3I#5L(5̖3AjЙi!		Z%5̱N#5L(5#\n>I\rUEjVI`.Ag\ZtaBaBAIے\Z&\ZtzK:UBoݒԐԠ3AaJAg\nFjRjЙ-Mg$Ԡ3)IBH\rSJ\rSJ\r:NKjЙcFjRjRaG4}3\ZԠ)4\\R 5RÔPÔPN%5L	5t%!Ag\"HS[mݯQg:Oo[A6u!%jyr[<\\+\\\"㡂\r$Α\'yؼ8Pۄ൷\r[}ݵ4\".$Hs3ō4PSqEUs|۬|Pxr-x*\"}kWzڭG*ȭ@7rѭi7G[Wோ`H`/1gl~xl\ZHK$lūC*|\n\n)WP4c=[fG@ʕzcıG0\'!)$<^Ư@/,3\\oGى$jꈞ. ]ei|yÃYfA%G)&ub̺`[<zU	SdpgYpȳg茈(5h]\\\\E#\'\nAtc]ap|I ƓgF2;<bqvX/~㒝$>,+OH!9\\0jTLT(/ܜ\'QṾ$ô@V瑶g7jWk4C	9]RWOJlOAu{^HSޟZل_;?)_c Ɉ\\yF\rX_ŝn|F\rX.;}+XjNvvB{YWEedh1.Η]a`Ō\r~cIz*|6ɍoP(mϾ^׀U8\\KIf;aR1*VEv#R-F +OJ֒䤵*9l_k=5%yq?ux 6ĵF{(ڭ=ix\Zu½,[t~Jn.JUoL#.gi/I]1Zu|-m[Cx+.JTVqԣG*BR[ydFNHP?nŻ>\\M:?Tw~_4Qb&fsy\0J<m\ZjMĬ\",f@\rK#X=z6\nЩG\",Uw)SG^_Og1Km\Z2@.8ӑIc|EDbWby,0|.3O.O3	\Z\r/W\'L1M0}LeP[Dt͔hM#~[j)6ЄD\\Dˤr[7|؟4d\0^$]4`JaèfYoFt\n>{2pT@9*\n/\'rYF8PSr`)o[XtasOBtrՕf`$V꦳ekn\nt׼֮qay-fSf#@}uvZ\\	MtpF4ڲz$ҡ}^vRa:\\O5tzV\0Qy#_b]4^H.;%mǏ\'{;K~ę[Z!ʳP[7NY[mm\\M_;7V6spFVwGo.?<۹\'[$΄57N+DDϐD,PvmlDKȫPxU8O8Ndkob\Z{Zڕ.IPr+y>$u\nw\Z\'_aŲFe؜9\'\'nS\\-:iꓱKrd\0Gky=LԶ3V\n֓l蒂{&ʺü8<fxt\ZH3K}*n]r\r}~pm6`uh׽i%cGO(ԉRMbH5iB~CHB\n<ͅT3h6^+wٵЛ?efܒjm,VfrC A\Z?f!h7f._t%W:&[AIuci7>\"]\0&͙\Z4iHꝡž8$X;ƧS~b}7fFn׺օ`Л=^j3A$lsH??XҴ\\7\r(|)cx;\Z2T%>rbZaRb^c;8=\\aӮfA3jc4Q)?#hK_]0ix:7p֪mVWyX&!=E|ÎI\0-?\"p0zAxѧ*=~rn{6oh.+rSy9j%+*bnש8E\0h	Ʃ|d-f@65\r%^RME$\'x:DSBzMq&=\0/V8-x)ytjtψՙMvȯs\"EhMM@5\'QgNV\rM* -fl6k&.[l^o7ol#~ǌF$\"sYifb[WsXAL`5M-Ug-,Quj0ȰWjXlwUbGu}bue&j][ewMZJhimWOo3@z,<%|]@>6DӚA<ѯ\'8^[Mw4ȸ\"U@559ϲlTNgt(NuF|קd%ȳ=qɧ]ʬf4j,JO\\oEDV˧rE虡ɺSխPTGl~oPe7G*Qf,8ػ+=6gl2{n`E?(AN`=iC@kl5\Z>r0Jf G[%!/BhqO[BhKwy7_r\"<\r:f?TA5,<7>U/N7q\nۓ\'0Z7J\nB*;^d ׮Gi}6\rsR[Ьa/iD\rCejo\0\nDՒTnm	V@/a>GlpY\Zq2\\,>mɺ50sm1Ҧ^=:EIsJq<-˟ET	iD=-֗g*i|6XߎBm]B\"4\nz\ZiġYw&j	T#匀\Z fte8~T6J?K(	9*hC2·똎0W,zʌg}1v1kNf	hܥvT&\"Na\Zwlz^XR;GgZkW$w\\/A\ndl@ӥ:gN7JP֌e⏗N=[t``2)ܣe^2p5xFMڸ:.5dqNq=<{hI#V#6xJ>pE\"k|eclE7e\Zq\r40e%_&I@&L!4li4jil	\'с8WT_&m6qtPY0?rNU;G,V\nMrnƇH޲Fph\ZB)Ŏذk@7\nr8j/^SA՜oHXR:>\r{[48qz]G\r\nO=F$`	\r4}Xc~9@E$W4[0K2/]*(&kf','20250817014808','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cefa643a7ad5d2d6c542d56affb90ee4','WKo6+\"6\ZҢޖAS.h@KE\"U~d\r)ea\Z[m8#s|iH+(	i\\kKə)V֧s;:Wp-+\\VJtdoҊ,[I>*-يKd+g-ԎIQwO?J\\jMcDcdV΢J.N`ay9PR(lԶYke%{qY#ǵVT0edulYU	mҼvfƊIu-?XڨD?2eҊW\nZe{Bq{X6Ee낆Z+z?Q&m\\O|]~sJX۶gh:^JuX4lc1Cڠ񺥭X1z*N8[QreYMr0:\'^\08:]f\Z+ُb~oH_-ue.O[#YVx}6?\Zu~\0\ZMu^&m1{6ysx\0OE(],s?\r`\0P&xvPu-OaCl*FGOzϋS⌤,$)rI,F	8\'I\"1Ib̔D	Xa6(	rTF)$r	@E$GNz=/HZ\\$0%aȋ7er/4C1|HIhaSŰ81H>!##\nA@)(U\n.hzxB<̋7RGid!:5/=$Ia@s\n4Yqp/~glI)P<\0)PQ$$qLBWKo	IN$G.+pK(Adl	&.lnN7DW[kˡg:;L/Ej\rtyMaJo:O\n&8+Gypn{mw{߭ntk~Y>^Apgeʹw3Mf.齤5wgNrE,:xO1_','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cf7a88c274d480961bb79c48b48083ac','YYo8+	$=\"Hi5(kI(:vZ-Ruq376bίt;(Fe	+>19&\n!;yє<\'9fwog{0-3*YJ#t_e8<9;q.~Q;ǣ!/gB\\\'d\';\Z$#xO[x̫qt=良M|\\%AYgq/j4{bnѕ`Č*ah$o)~B>34/vJb᭺kR׷O$8Pa7ӥ-<jԌhҜ8N>I[N/վȑ8*ȀEoNy\05lNʂ%}%d+ipUKq~~hYN\rgD\0LhYRTI(II<ǂO!;:Yq\0xoPurlᛁ:#OO2v!)K>k_j4?kSZwwK|􉤸f62 \r4p`>l6o\0*)@Bm.6OCǟWS⠿Ь`\\\\HaMq,0/β(FwfIQmRZ;u?5f~w̩ۜԫ4|T =.u(tNeB.WAz׵5	!T5-U䮤^)06;	$iġYyB8NF gq2u7rKثG^\ZnۊCUͬPv㌹Гuam /rhilj{cU5M/خj%NOD\Z[#\r9Wס@KCiZ1Q깃Y:\\v[.!%C7\ZAO#{\rs	zq]B.\0rBuD}29QNBm\\(1!B# j_&&IV7H`1eor:v	]7&Ak/GJFNi.bt\"\nu[;ajZ@﫼&duˡVj2G0L|Ύ\'䘡5\Z)=ýe{T =\r.ctSt_IP)t{2&j*;\n1u\"\n[l6hт2opw\n@,RMn58.VArh>{8/$ м}qwg1BӺkfzi8qM,eg[\Z-5ɐ2xos#,p1j%*2RZͼ;xK3\\=Ӆ	*1A!M#(2\ZE)i!s#\r\"Ka[IuG-v.+LWWMma/fᱼR\\T>LQ,mcl0`eA+YXJVVl_.n_a\rhFqiDZ(1H$xM+1^+]1h	ebC9رqۡ4w,wr$Ʋ;ܽU52\ZALp=nm\r5dO#O`\rwgQu֩_+#|}u8=*j@29Udwe\0;/&B(!h\\KI3L`24э:GD\',,!CY%Ί&Rg4}23!om)%fez{rX\ZhY؝-v@XPGF\ntDr  n$J2C]WKmQG*rGJjPeYM0EA;nJ0gʨg9uV;\'-P/\n͋	uG0^jNVj6W@BKQعzF6kg@-IGH-Cq=l%5\'G7մ;jr\0aѠr@] 1Mh{7q	KqQTF\Z~/:C!;$or)lbB×`7&g/dT]!F>\\$=LhF|)H4]״+=]FD}v]c?1z0m1SӇX)','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cfbf5db779efca3457cf150d15e66d52','UMo0+B19qll0`ǂh[,0\'>Y${\"iʲEtbaM)\n\n٨jhH׹ѵV89rh#\n1U\\BgѲڝ8ӘJ#̶3V&E;&lZ1uwқ;cS&Mp.)8`wVe^·kz`jMkA9x9[Ic:.BΟN\\dYbhfD/V		H><5B\Z%9leXGBH{g~v(iy#=}Yo%;`F׋}tXEf֣nr\"Nj3X#36\rZ\nN6`&4Rs%,&`PYdxǧ\'o\rî`s`YO\"65)\\)C+|h*O\\e09d:V`<h܏PLZB4viq09ھӢSe)aޠ:Vl:qi6Ryϖnrj0xGV}K\nqGv~Bۅ{\'촛yKjNW~8_?\0','20250817004337','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:cfe0a36ffec27346b2fcb0dc31757e6a','=kqb84yHpp$sAl @IԈX	ߞ~G]؇;HvuuuuuUuuU||{x\\(c\Z&YuO$?mşy\'oCQq^a_u]F۴yIΊs/\ZA)_lKR&8K_+*K@?c9UQ.EI_*5_&e(v_\'eZg@>yۧuVxa%iqܬ8քhcy7͋Wi>rIcy\'FM!\Ze!o^{n_:D4Yum>ᮌ_t(Neu<`ֳ4uqXɧ$s5F>}x%~䰜O}J썶}\"6eL0Mz	ӆ!4cϲxdnt\r(uo6-uQoE8	J/~M7#b\n݃;$l@L&\r.=b>7͜y☜Lr1I(MJx(]x,)//dmŁEk5<gHU=9?_H7ͻ%A(-hrIh81\n!}zKTƃrvTEnNpP\"9JzmocK˪74۞^)Yad۹L`-4@j4\Z\rjMBߓaUΒ%amfRdt\"]Gw<vo	}8|w^/1#Q[l,$sĄ;q^+=*I\"Mn	AϽicXG/1qLͣl>A=./o )*FSAHN˗u|Mǻit\':e;}E\ZcXbVH|?C<{LVƽL*LTYԔ^0rOs\'氪!;x8||\n¹eGkڮtY/,=ȆG]$n!$-Ok6wk&	蹿i#[#wwP9:n.7qrmﶏw#3fZ ?߭<*\ndkywj0mU?@󨮦2lO;ְնHSݙDg9] Ebx\'تttu{]Fu؜uJr_<~ԃyhl9\ZolVX;ho\n%?p`\\	.<({3{ɚ6W6Ov\n&p`EUy[?s/ΐ{=b҂Jhu<>D>BUgcFapcǠS-e၍(@4o424ܥ%)4J\'S)Xc/A7Cn3}f}\r^{#=p=NwM= `j:\'Is/˖q6TxKQd|[z\'jzC	~E\n#BՆ9*xd<\'H^|ogBfxy|6wV<\"ꫢY[cǭL*(1\rlz}t]h\rߘ	``neQfV%6OG,VH	\rSW2\\qȔZԷfU1Xxmp]7߶Npr}tԦ0.+jSY[\'+{3)UiZ5@;#^#Qx/1h?u<RL&M!\\ɦA|;YuAzMf	|q-.vC5]Ҭ;~԰p9IHh8W;HӜ-hE_`!LѪ8L|EZqlKhHE!ŏx|/ߣEͮ(7	j\'Ao%풲b6.?NN\Z:(viWy3cE)&//_+Z@L-iy0h2aFzĸ!Jne99 KXz-SD0_oZ+{(n_=J°r8sQIT\"zJ wiv	<-mZޔu69YI|-R\\(\nqqV3QMDS	^w(j.MUʌ5X.	Z)\"w5O^/?o,#eu#=w:~]l?X\0\'z-1wYnqov+<~di !IkP|zC\ne.eoJ.:;@Em\\<zO4e#80F1:&cC0pd٥F(\'\\{{ܝ}}~	щ8dN׮N]3^I&7⿉[Öep܄9$dHnڭ%(1hsIw|ARlKgXNZkt\\|TLXɮ-}b`סeo/ۙ8iSǌ-<h|)KcuGOG^L8qg9akշ3復eV`bx(|ꞈpy8IU/I;~AG:z\'Tw\"_FAkG.3CLE`SkUCÜ_iڶ&~ר\nLoPyt(`?xA>LgͯmYS}i:~1SZ@Js*XpJ[-v\nJx=\ZAY/bG\"=z&鑆یc#34%19\\n|wy׾DȜ~uɧΑ鿮[׃ClʈW%5AS{6ip͘X`͂xvhe*KZ5\'NkcPY\"_6<e\0aNM`765~Bs]DĐGeW\0Aw׍ti|/c2cwC*!9Fߛ_\r}p~W5F9d.\'֏Ial(vUf:IOXa2h潰43jXY,۟\rgi,jSew3Ke{.C\'n{>b1$\n\rua%ЯmU#+Y\ZrCb{v8>#4*41\"Q%4j2;ӷ%R1Zt˴6Bv^E\Z>?9-\'E_h+.AN*o	HDkOZ)xPWzbBUwjc.UkvB@Cxö-I\\G+Ɵ-󨰚$\rjB w\'+l	>\"	pU!\'|PH\"J^K\'0=ƍiJ\ZGi;MyQ4Kx{\ZTRcP~iV]AK5\"ˇχ?/7;M$gބBHS/Q\\qS]䇋rF6EThAGwh)+7/\r|X2M6ypvztl\"a<^4/\0sh,Mxvo,gG\rqgt{](6@{\r=x7\0T_J$b_sn(x*o<ҁ||\'c؝Q~C}oPgO(W\"ϾovN  M͞8/ݫϹ<쪘uڬ&!&pQG?=>N;Ĥ[}\0ƴ:.VXZDd/aR*ȵc$lqOzF2XK\\h3H@;:zhloHnXJrwc5D ;T\"bk ?5gW͹uFѩJC\0@b,%Ln\0\"~`$ē.@CP-(rŗU?s\'SHjRh!S\Z!!o>=c$;s٩Dsa4PxXgj 8u5zawJ~ᑕteֺx2	Ñ/\r,s7಑N}VZs(7{9n tI{N(\'m-e0\05dAZ\r\0.A6d>tG6&aف#SB1 Ȳ(k@p\Z00z\'i=el4$a@ANauxo\\UcHOcCn9>\rTg{L\ZBtVB.GPhJO|_edXI=iL-5B\nM&x7Q67@5)MV.g.Bo !T@pRc6Drah6_Ɍ<FE\n[\n!ukdf<CH8ClH;j~3ʸ=pk>)9.	sOSY+~;ϔ9\nvOFƚ4	\"c0v/oT#\'fAJ53BQLj#Sr\ZϤwNRXTR3\rD~̃軡YM;߃-0a2{6UǕ-PpZS	):Vm n3-X)(jrѩ ;Jj|Yi\"j* ]o|?6}x=BaU GNtm`\0|G-\r,ygzh{?obN	ZB	#ԓ$t/.8֧0bo\08TMmt\"^\\Jb#Akd\"N\0RV\'w@ˡ|G`-lntm99ޤByl3{̍(|ҠkH\rD`L)?i猰Ue]2[M.-7\0vn|UW:($>7TeԓF8:\ZFãMҔax!4ό+o^PJ64D\\0^c_q߄5)oAM4ޖT-08d0+8	e O7a(mO:\0{D\n/uN\\ŵ+o8G%-h,?95\Z}\"1h\\p)vX1\nDF3k$.~Mn>ٝuQXpyIe+y=≓pes%R[ދIBaΣl>#bvD{+,BacFc9&bfupW7|K.BIw\\E\\a4/_Un<˱jF-JnQ`@4g/\ns\Z\ZNHu9F6rl\Zm}tF__Eབྷ_I߈jD~7v{!9O\rF.!hW$8c-.P6^@D]6Soay3,Op~n];0@2`1KFFPq(2ObDM}z20eu͖mRT!X!giktzj]\'M\ZԊ#ɥVLӆjP|x7\'^1T%dsÄ\Zɴ@9,\ZP\0Sh{Fd!cU&>ؠs1mPC\nْ]ލpפE1-G|_Qx|&\'->W%柆p>N}3^;R&Zؖv.&Pu gН~Ш\'6n6PE$@dć}^ةד䑶SM	FѹMx:,Bf02+Zk㼂ir/AimoPzz6_D*FciWd_d[{-l%@7vt6`_:wbO)=T\r\">,P{f4|0ŽxӤ|l86eAoZ{ir%Wu	rC	e߇n2۴YO`)%86#\'HJ&ZkCmAhجIUG\Z6YϺ.*NIK,Tu5M{2cH6byXWwȐ-\0WzDoCn}.]0fD[;na\nU[@nrs)br	&=oW	(kD^D N\'ʡ2)[[˺RKxTBSO8=.q9?gjP{4_k\'F\"UmާVv+ۍvwoWS-u%W\\ǤOz^3z#`_4y4 :SY^x}U~wknv\r\0[r;?Wý)>Z)ON\'2s;ieta0C\'\ZaKR7Z&kpnn7sԧ \0ЬE[n 3\0>S\0։qǲ=9eP7hf܋gɡ_Po4=7yO\r#:Ǒˈ#5\r\\˄ըp_S;z7AtfLxڄ\0\ZI-)Z26k\"?%[0^Y24A:uol)\"ڗ(\ZGt9ڃP.,<ɷ1ǤXp6%h>e9?U\\.G6|C\0uZ@c`5Dzq6uZaX}IRZ\nSCՍkJ׽grF\ZzP*i\\]ݣȽv:\0k\"잘{fr8i0pQkkIxg#\Z!¼%]\nJ3$^1WdύZR/4WI8ZP7>Խ5.IK6-@Zqbwj\Z7Tu,v;q>09hO78~S)m!\nѫH\r{c.rD\Zg.GN%o\"\"|\0c~an J.tY;JOBD24U+0:0T݉ѯHont\r\\rg\0Xp<}H꾪\'\n|h}߸df{$M8_SqN	y+\Zl3[FbvezI\rɗ\0ޑ`mbWN)UrQqOrpȏ:o8N,5?@XEmg.>BQ#,0AEcl5C*q%]ykW\0?Y(mP	aO(z>U7k\n6\ZG޵$H[Iɋxf)Fw^z?\"88Tn u%6OO3.h׌1(x&@Wɐ<N3))tdnʜ@.^kHN,zԲ콇15a^Ts߰KC#bx3\n/kI]Eh\rὛJ .ՀX*nC[Zw _cnTT!K0Nxgdf]6r*zL(/`RBH[P(\0P_k>JCaUWʍspι_%0%F0E]ʱWxGx{?ƄqvX.peIPd.]gzB>FxY,$]wo@8Wʈ\rs_\"~\nU砾$],D;xp7O?B%Ff|xidNzGA\"u&89\\&UP\Zʱ`@4$ēnR(W\\lJL]9A|=S6HrCߧ(8>XS$~Sc֕☵:f`ӝ:ra:Bm;]+e+!_ȗ*CB_+c\n_HMI}7\"zo|[pkJ/X.PKv[rQ)<`-\"=65pSi{ٖF_əTQCC<ip=j7pǻckkXxOnAAkLs;=saCea\rYl\r;aܫ,Am.e:J%HMttnV5Et\Ziڨj','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d00ad836592c32e4181bf51c363447fc','WKo6+E$ԤE-e\\z/쁖$\Z;dYm\'7Ù!JC4+f]-+n\0֢ٽ\"~7xiľ\\uX\ZE%:#񃹈A,+z^ײ[a-WkSРߗNf]\\vxTQb-rҜ)9A^˭i˶0boRoæ6Awb*\rn\0	|%NuGJ#{?\\%^WZm\ZjFnڴLE/\\7ȯTޛ=ǳ\\+q[\\g/|ǟvG/x^8_mSnK6\0uژX,vمDՂA`\'<FbokJ<_85*3\0䄶R~W{\nȦypsF5P0pF\'X)bf_[FRSpFd,(&aH9(#q`G00ahJX2#+6R\'ȊK\03Y, 9],>`:q$(9xʜ8*EpD*BSp0q(QpB$P1d)LIdf	I8ڔ.YR28$	,zll@<8V5{NXG$YQ4RH=Cx-!dE}Ib1u₤v?F\r)}-S0Kx06m09<rtJb4S%< YIUr7l7R/Q:=o*^.*bVj1?	SSHYҭ{+[!\n?(J5JO\'n<|bayՙW-;m/Ehxrߤצmά;qvc`y7(|?=L','20250816234951','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d0e9b6ef64a73331ebe3d69839086356','n8_muV*Q$$ϵ{0\ndIvAH 1^\"v|fa뫵,g,qj&mY/ͪg<ƌ\"#)\\x\'T0$mE#A	eA/H15S\Z+oQ|Ukov}vYА5?Oq	c?e3)VOYBk|cWZｷ}+S)\")+]\Zw\"³!EfSuok32qp*ӨOWby\rd|lS\\\\XZ9FWm-=aPyk\ZAv0űe7NqXS\0}^~U\0O8z\0]6x/p\rHy-x4.Vʶ`k<-5j7l\0֭mLXzE~n^W$vh7w.	R˅﯈\\9E8mJ0,H-ؠJ)`E8d>fWھŇy2tڤY.qh&j=lhdá(Ȇ,Xګ3\Z1bPPO3cT	ͨ<䗡2;kgJ-3Sg?mvxw8{y]#j~i48dXt>c#ګQV޵=Zx$T\r++Ks7q;z$}Ԋ]hjR%gixzK-=M-xxaPB~cB%Ûŉ,mӱx5?Gu1XzլP+w\Zεb{]JolRGQ:#LkٕZݞ\'l+L7LT/zzVzѕT&6EEͤv\\o&Zt4MC-ըE[[-k\ZN^\\G=\\7	\\7iiIzB^os[%X_	r@2So/\"bH`7nKu>\"(atQGBbEo,(ZBh\')!eCEk,Z*FZ\'X\r\n!-,ZX0c<Ng@ZXLh`\Z @E\0\0kPgъ_Eo,ZX\Zs^X`e=Ekz\0«y	-q:E<`Vf}ZXjh`z:`E+u\0\0Y@Xu9Er\0V\0-,ZX\Z[g[ŋo\0ye7՘!͸Ӹ>9GFa_w\\2r	ԏ,Rۋ`<W~FĖqϢ1Rtyf1	LPۿ~U1?IqmIs1r{[[^{y\Z՝\"Yue2TX=ݙ\r:Pz-hA~4eBPfBRe3wQ\'iLcD	\r3$mtYt\Z\"TI\\eN\\}Q\rdC4ٻ}M_/5c2O?]gQR|XN`R+!M_\\u?$LQ!gi-45PI_	2w.wc\rt]VQN-:K}8ն#JQ~0%/1Tf3 ˓3wly','20250817013339','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d23d3200533e46199d0c2412dcc9e61c','͗N0߅CTv{nb!$-4e%srh|+z~Vu;Clnv\Zhu\r*W]WOF/\ZVaCz>xbsan}o]=%6`q?\'bq}bv|yXU&3.Kmr6ͲΖx?IN#.gVy\ZaL@ ;a0G]SY>J+FG^8CF9P}A6CMo7]9l_5X(&53WJ-R7Ce^%{-v|/=p3 8^nHu?.ÉǇ\"[Fii\"2tAg@\np<^da^*SϏPF7ri\'Ɖʐx\0gvJߔ5\'|G,#݄(.R}DSuUCtR#1{G.\'81^~S3h~`V^kK&hj2$x!}o>LBC#\': Jq/|	@qv\0','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d38a6f979cef4324f1ce485e15153ef2','ݔN0_!!8J)c0hvKtPJcttۘ\Ze!S/0pI_M1/SJly3Y4-|)ZHE_6${bJn<a4*qDtmnvʺ1.n04@CXB~tm=85r\n k1kAþjuCt	r7\\a(8K6@]V϶;<wkOh*=\Z(nqQɟfgA7J2Eۖwt<CyHw\rO`)<lz9\\Xxb.McK^a','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d40b04d51982176c17af8300eb0ca384','Un0\"A5G֡\nȕD\"RǑA6Pݙ]i&bQ|\nRjlx0Q3֣ Ф752Nzi4SyQ{ɓ\n3mSRRg˸ڝ8mҘJ#̷sԖ;%\n	[Qrl\nZ#wLb}3= )8`wqBږji_y]}#ܳTIJleqS2׬_1$a~VX4Y(1uCTAjkfH+³Ec-Y&Rovl끒0Wxr߳W*p6ݰVz/_L}Rҝ̞tSڛd^[߅bj@˖Վ8 \0w)7JAc?!^̎n\0\rjVXEm`GXve	yԙq\"&.Sd迲Q6M~m&8Ød҂u}ucf\n~U%˲4\ns|>Bv5t0m%x:Ov.hW C<M[RySH~\0','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d41d8cd98f00b204e9800998ecf8427e','+2RR\0','20250817014846','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d903def158b3107bc077d704229500bc','WKo6+\"6\ZҢޖAS.h@KE\"U~d\r)ea\Z[m8#s>~HCZ]G٢fkȵ6ͱbm}:ѹkQU\\:Vk%{+VdJWiV\\\"[9؏&#P;&E6_+m*np6ŏUגY):*8BIaf#6bSۂfr֎4\Zq@>xϽ)&/3c˪J\r|m${d~Ǎ%\"Z~Q~MeʎSZK+Z_R+wVhuòe/*[4Ժ_d.ab+V@y~鶭˳CJ[4BVBW,\Z!mKpvni+Vnު\n+J,7˳)[}FsȾ~l\r,+F\"˿%<}]O[#YVx}6?\Zu~\0\ZMu^&m1{6y3x\0OE*],s?\rd@P&xvPRSe2[\n(P\\7\\]4ya~jBQ$ENA1\"(\"s$$aIH	$J\0$ȉSIҧDȉO\0,\"9rҳ Ahc Ô	\"/!<^<CZibx=]\"%MIJHrxI9QpB$@	d^`F!Op`y u)YRf$\"),zX.vB,۸UvTp?83I=@\"sG(	b1c4!ө$sEL̖`B¶i0[j8}==Nxzzzἃ\nݡ_@+;la|mr;\ZHF\Z7J$?*a>+>dj3L}ٽsuƾNz+iٷas^S\'d','20250816235054','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:d94d4e71dc402eb5d76d70e6323bc1d3','\\[s+ڤȱ-8S{yه멳3%ےm$L f2,Rwkرu\\!	(,,K!\'ON *43!ߐpW?#Hg]h ÈpΑPxO(lFBTprxItP\'knUʾTS\'\'{96x8e&t=WQoush\'[0h\\,sɉc^S2]NRbw;b~3\ZI	gt!a}n=$8ád\"p\\PFHp.ߦeA_n\'FVK)l~a(\"@Hh9>2}?b11D\"Br=CX͜_FKݿNQ3U.+b=*H5?yH<CfJȦo\\yDGortJJA竉s{;ύy6MS1|Jc)5nu3kG2ۄBYiwLdP;bCՏv>_}9$r<;FlcFm+A7Qm/o}EԗkzZtªym T5f$j`NOy/!q|rXdHb2~seN6reW3?eT6t鎇m5z*4W4qD%y4w$-_Tn&SO\"Ge6\\D邠q<JN[NwۉG|D3Ie\')Y.c8J!qJK\\J \" $<B/&\"ΘgC?bj2s}G\n}CCցS4 Jq4[[ܰg>Ǣ_n\"o&PN(n42\"A<Ā\r\0f˵⧏Z\Zc>\"<\Z.R!or\'\\٥>FP)pkOyWލzk͇$d+:1PF\"vy\0wmh]N~+C#}Kù\\Pu=\Z>m=S{\Z8}/[cgTXmB2`P6-mkΝ\"~0=dVUV߸KՃ;L+e[n6zgd9a{b?&9OnO8C%I[f}4c\Zr=}P(ɦ\"$wM55NhvMQV⺋:FzT~,k8Q9E4Mn]2G9x9?P(\\HajɧU$X>]s۶@Ixgʟ>>U14Ä2e3Pa9P5o)w\r(_&r$$@28g^o7w^`1,5ɯ\"*R{xcWz u|$*iFϲ!,}\r6Mc8\0I!2V0ú	\"NM(X0F?!͒zKuNOj6\n6:Jj nO[żYRӶ2$ ˳E/)FN(X%/}&9VDC%SfjժX]v;UV-{iLR?j;܎D=aMOD%*vIVK)ER*W՝yiZ(jTKM[\\:~.m$gFHMM,hD$Rف(,#!H Z\ZriuEB3[?SF!^V_1iɌO˲g&]%9A28UB28y~Jb-aܓnWcDZהPwd6z3tڣB+X>EJ:cQZc~Ҡr=TÈXӂy!3_','20250817004306','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:daa9e3e546dd6e73a73c81b4e6945c45','ˎۺWG#HE/Pd]ttAK͌$RcpePdSG2Aon3L$桝p2q~Dx7c<\"wKl |N3mh$纯$,!NJ1ݒh8!8$Iu\0H [3B1˄!ٟ$9}&Ig1`:H8م@M2c!].2m@\nΆ??:@	YRقUְb8PGPݚpAC;lY3W_%L/b*/HdlאpV/IH(e$pRQL4G\"DW[`)[@\"K\\:\rAʹZX=0x%وcAYYPA_(s1%ňeCNHpoPuxywEÄ֜O9:!vq#U$n]JuPuI-+3/Uָq*5ws\0oN/}ZԻhBE^NU6!4ͻK~mi\Z?<ԠC(P#O\"ߓAλ́NS:*x%U-NE_GJJ%,|X\0i^n_j/`]_ۗ\\sR\'6dᕗFXH*ڡ/Y0ƈZVX<O	sШ*P\\+kqDWyQ\\{6j)vnbvTQ`<Vkו\\RL{ӛ$&Ԕ)˘ ZlE=H.KPҥ]LPU8ɓqCi|N\rhඨĻD\'[rª-*9Eap.bJW*9_.b-\Z`SK9-#+!䫙<>!@A\"99e0!8IFRn=l\\Ŭ%;hmǜ^\'MΖjB+/N/kGWq(#9UFCA5I#tVvEtb(AGj.e9U#>9>B5Dq3 ҇҃-m\n\ZY,>0&C((%-1J=˸\rj5iRBP0hM5pgAGziN/ב-o}u\n69\ZklǱ85[Ew{gFeQchb459dvt[N.B\\6m|P2\ZڐHg)g/Eȓfa%R*Igi{{t$R<\0ְj-tDVlp~| Y:O,(=G0{1	B\\q\ntʞNW\\yڟh:PYڌGqlG]\"7_unX45v3N-P1gE$zn8vyΘ<g-qU\r!R\"t#)\'25A	`\\qy̫,>mU89??/bvTMДZI!o RUNey&tQLzM`tp`Vò(_*\'UIGV1kW٨3#bXyf:)[;<l|ϼpqIv`z{H5Ei( z.\nႫ\nR߸u,Q$r2u\Zt4&I$8,M`cXiJ_3HԳB}8y(sC5\ZԤ9(X2eiKL\r?.8\'(/,.aI:m*\n>nC<luƒ]?[n0REO?WS^S~{9)\\\'Rү4\\3sl\nBv1_d)cJ㞿	\ZTPڻ\rP~P<OWkUV~MecZ#t2&]Y8th\nER1.uPG8XaQ NX<0U|sW\'w5_\\jQǩ^G+4uYkM#xrw#<_oiD<7oYǛK~7>뺒Fr.+p.h.֔l~Ƕ\"\r?iЫU?o޾Yb@~\\y3?L~{vAߝ:c~?ܿ}RB*4>ӸPixroooL*Nv#sC{.YOE,Xt0:xy;)ڣ+JDgG_ٳ.9h?U@X\09DAW*XK^rVvn>.RC$A>c~B놾ڡ]%z1\Z<!H$=S4Z޻s#z.WƎa3Z~H1TeR*Vc_W.ƟuV{}ԸhJv۟׸GvWCX0 ;L-(_A\"S\r۬g+̱!lv\'Ym:ԇDx	P|ʖjQS_4aĵV}q#2=i0:\"	D+}=!V l^QI*zMYjx\rctWJX\0}݊ncsHKyn# pm!ƣ{5?	','20250817042052','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:dcf2d0d2bf13caae41e09827790814d3','}kwy_Ox6(\nl6q2c\'{g@R&)E>[ Q AwMUo<?ͫɬ媪O\\_.jyz?lT*/&*7ǧ)Uͯf\\\\Ol1>\\E7Ej\\NXmzr5VW^ֳ(zjv{Rw .w=MfxuS/˟ŋ򰩼1/Wbzv/WF?\\oWae\r|jZ/_&jSΟYj],Zͦrz=T]}󢮯=j6/na^yb^Gfs:XnFG;S`[eX;DQ<z:*\'__{\0qRM!)V~*&307wfy-u%*</HOs~p*|vPqu47]Y:DdOā\\(#T*+adxYOF\0(/{HU9?ѷg!9!4c<g,OK0lq30IXwW]\ncA3W]\nǱ`qR`?	?y{{եތvhlo`\'<W?E{C`!XC~FsK4 \\\Z~b<U^u@ A>kC~FC\'ah頋4?K~CyZq2~~N;+zso^û8<#L/<D_hX<܎DIyϠĤ@\\%\'U5!LH<R<ȫ;QyaϐX1\'~;Ҵ_~?+S~F3ؾ0rE7cE\'KǶQ)?\"3,AbfIF\nT&+/OF6`A}<K\ZKg,|:*Y3->,qP\ZV?M~la3`{:% |ʰ貀U-`oR&PQ¥B\r.s!3A-h˂6mA4mgI TQg*M/mط-`	t[=.dqpB=쮅#[Rpq	yP\nrc\\#\0UZYȦƑMh0Fl&u 3r&\ZjW9h@Zߵ&Ȕ#n2Yٽ0sd46pF\"mv+YK_:ѳn[JMÝ7d.daQ\Zi(`VgZ~%3\\}F	*0<#A~aΘ86p\0tq `KѳfX^SYrK׍0$ |m%c\Z\08`M\rwkb:ȍ^Y?;4̡DEoQy9-\\?8_03We\n$wk̅}M)$sTXC	ucA|hAO4m]]̻)؂h	qRe`\rbi-z#R[\nmyH-8?I/l?}\\c(i(f-dtT츲9b5KqlxCBiDNCNr$ќZ?u*4\"1t]c4l_[,5M2|ku9!B_,HN?d\'q\0LHMgZ5kkMmT{,9,?[`%;u.#a~a뇕L~U=\"<oNw}k-]!j4\\ɡ53Lj85]cC& JS76=MSv2/VC#_!(c1\0/Φ|)SB9g۩1:_r8}WyE\'kDPYKz*f\"\Z3+g/R7]6S*0@(8bbրM8z{\"k|CRK}VĿhA,$k%i[j<71CEf/>*)\r#@Ru\n\"Vd?k	\\;kjrx*.}\0tI\r4	a>d##r>o;`/Y	ygBGZ^bh|e{T$*\"6xx6t\npk`_b1icJ\ZQ\0#</9Ƥ^Di\n*+ \0?adE	\ZeNĩ:͒#^Tz*\'t\n4Ifz<̀`\r05Z{t󌦲r>I6@!E%NVf&$Q}HI@\'G5\"cj0˅W>nĲIIZ<9q\'`܊VdH}bYTqp! $E:?+E(o=Q&5@#bH3X=<~#&$\'[3\"1b1xtƀU0!O7-LElI\Z[<H[!`\0<\ZGni\0\r:ai}r 28-<\r(Wʄ\r	pYb܆:\\G<3\0U@I̿*i%Dpm\'$\\pN<dr FCMt\rO\n\'@.@@s(/߻:\nh\0J2DE.\"#̯Dg8Sh>o4)Bћ0PY!$x\0{So%bwx9\rj`Q+rgUq-zgm\' h\Z`9V֙ \r1%@B%tH&Ik?t%Y\nzCLn	QY!ƠM D!82ߩz9K,É7F^B\0`Wz`A G y.gR*2I\0ل╚F)>>S˾\"aD.YB112g)VrW(\\=!ox9#kL*6$$:p1OiI0ξOrL豖<D\r\"JCW_Hs5+IF0>l`Y.`*ߎms\0)2%\ZxdD?/\\A}gQ-EQeӹ.`3,_.8Br`K63J)՚eFLtہ8ǶUj9\0BS\ZY2yrݰ\"/jp!/ٖ- Ltz#w1\rl],Xh\Z&QB=;JtY\rce)g[Q\n3քm45d|%4QBef;η㆐L5QQ	Lp@A4r!H\0k\Z\nfeA:`0sq\0rLVw8Kبk:p(O).NF\ndI5ǎgt	&IB9VB0H\0	]ak\rV*8vjvr?[6gB<%?1*{Y=Fp%D	磉D2:6c2`c\r[\0b1Fz`&o1ɒ@~&sS~(98.3] څ6Hcn4J%A,%Cԡ?aNXx6\ZAE(NL))%dQI..f{\0M)0]A\rK\rư]ǈv2U\" jdzhB:ڳ5q*tmfrK(0kB)%DtE5S@ÁQH\ZQe])6m#@A3?w&hwFOZ<u90W8LrӸ\n0tc\n\'rmJf#&zs	³	7q\Z&4J=<\\q 7ǵ,If@p{Ԛ딕$If!\r슗؍2T,f4NӚIɞ$_]`]ˈ<]9qӔ%>5a\"!\'fAOĩhJ:܉O\Z8Ln0z	M\'e`A1G\0e4)TE;xD!=e,3,pf=\"(eUFB:頁hfC:;kII`	\'5p\r1pk:QΡ]*׈K2͍	$LցXUmڇ,vw7_d$H|t\0sԔ	TaR?(nH!,nžx|ie5%Ɣ1]1&B^G`XZ&AH\'׉\r%\'a@k`b(`#nkFD$<3f\rI40\n֒Ȋb+c)6*P\'9ъjDH\\M%\"|LGJb53>D2Nl+j7-	&(#`HCç	Z34f$Zc\'62VNQ-BrU:\'5QTs,YKDkK(;>I7PlCYJ]J\ndrł(Ny\n\ZMGrRjoI]:[̳L1Ȑ\0Dxa$L(M]\nZ\"t2,۸6l2ΙQd\nMdcxN\"lJ1BDH9:G%50=X̷&#`af	eRn?ӟkGF(\nٲ(9&	:N$`R<y%LN4ߜNMWs=\n:>#ѯ&j9	wl)ۦR-xMg^KG<\\FH%,QXۊh5jNB_kET[R/S2dTNeLBWI;\0GR`5$g]?a@t{\\%TG29@ZHzK+az\"\"v	:*qW`d\')\ZQi_=>~L#P70/,,2aXBUSVbcjرOл(r2R&[${g%I~\"2RV=D4\0|XۣAض<[W$/mYj@FQv4튐]fX\"\rG~-PaC2Dul.ct0R=Iub\n|{̕!)}shBnHD5+ie`{^&sU]XDRiReTJVGI0ɤLrư\"S\nV%%1lS\02JCYLF$tyv/cF{NZ1v2r^Ӎ䐄\Z	Ly\"-ZR$|aH1RJT^SK*NSwc9j >]Jp8QPReצBG| [il\';5FHO_PP\n^4[\rH\"X1gGK%.#=(ռxU.qF-Jr8C)R3.Y<B-D03g!ZGXliz4$M$Eū\"_3%ܽrB,I #&+G1ড5\ny2t*)cy.;i6`mƘ!wP7`:box$wkKuJ0OxE8eCIGۘ%DGf,4y(nE~3?@0fd+-5FO%%BV<r;iV\Z[g×K\"fCddh[](RLN|%Ws)w#NǮ#ddxfz-2N%\rKi.DҴa$OFCmasGPEl0?\"Tg$;G`Slc8rB.MEGU]N?TT24οrEd48?:nJq\"c=d\rmFHH`ӥ씁e X~sqFBqR;i-bE<P271ŭؤ&few񴲴qޣW:`|YN)2I$^^lF	9ǟRJ*}Hrm34gkiJ?I%HPS|deRMf2 6;|G*/Xݗ	V\"Ig*8dMBͪX՜|.\Z:16@ab1@SJ0=@YFmZ\\8Sy&LL=nuLzR05Rȥp[|fPp1D̻%lsvvQ#6	<u\ZUΟw]*8 \nlCRjZAwǵMHoLOK#Bг֔Q695p01N+Ż8n]#i	iYf94g;`Nod\n?di@zir3Ze0\"b=˳f{+FalaǟV\'f߰ d?G&=.4Ѭ^23cRZR41017m|/~\"3aT	ycCw5ƌ2C!!Lnm TZfV9%vg&˂liY_\\D%;sHKgRR`v8b>Mƶ5dc~(Q.^4el1ف*0I$#Lo\"jX:c~5M;CaK{\'䯑f&iaݑCDSZ^|`Q@ޔ%\nF\\>$ci]O\ZwG2`J?x48-Z*n\0;A :D2!W`Fhؔwtifn6J}{Xt+i;NxRPWeλɽ&\'1iF%xp	hvAB!g0fWUDf(EM.l:dލef史 (Q	?4!\'%7$|3EDOV4f*$bD1ҫBIae\0WKEޑԄ~ir4Ӌ\"Iω W#{,\"2z2r@K,ҳgJ2i$elFH2p J\"{1c	3\rd/axnHPbVDDG~SDeTBގ+\Z}bCTӼ>jdRADɆmo$:C`W	b\r&Ki߂3\0_|%X*6o^V*o2D u$)˓Þ;_?޺u,tf \0BuY1/ШOhw7wB`2j->]:np9/&+ެŬ\\N*f6]Uj{u[/oϫZ=o೘ߍ2\ZP?ճ5&|_U%ROw򧷫j|XC]W\0:BUb!Ou)zMU\'^A\\f㜼nÎ:X`\',W\rn׵r];{_tj,__4H]X.ktxv	W[nfeAQ9(z^\n(f=7uU\0}Zq=нyoOxfS}E=]\\\n$1|4O/qyuqSջۯ΀;zw∠C4@.65&ہE4 9=ÿ;!4v>xuk]ܯw8U1\r9oO͋\Z*\n\nH*C@eq?ۀ*P@+!ě/zuC;&~\\W׸8\'aOUXCz٫{+|7kRY.TNVgssW]qԞ>jyvIU.Wr|N߶[yj!\r,6].I\\gf_0\ruiq3ǭe t@x42@!ZqSBDv2]78-W=ϺX>\0!4kGf2\"_`3<<(ϐ\0\nZlVcZmG|zؼz}X~l:^+ZҲ;ުe\r,\n\Zbesb\0Trؓbƶʻ}ZH~G~杁([}Z@W~ة9\r#yHff{<->.(ב3cf,w|1j-E8N=z! ?pQ7g/q%}:~igfg|@e=;;C)g!_=yF\ru(vL@e\"mЄ6W#ز\nƳoW#]a.ƨ4D\\W%ὬrVpWqN!fV\rۺ\\;CɒKVԹ49qkX?Hg/o]Ž\Z2uiWKIG؈H+y@;6(>p;Qѻv;Skτ;)99448Nkbu=Ah:leg4g[{)CVnGEޖ[+bߞi(\ZwΏ{\r[~o}e\'qj]Emd8w!G`zܝ(8Gw/R;8Jnit`4MPwxR6Wo>W~II7س-&]>\0դX@6%h9~bg#&Y0EIo`&Btv縛,Ozev91Ef2:7]X~#Ş?{:v/?=a;ZVm9V8}=̷TLÛizs2L*Iz<ǖP&jR~ISt,CU,͝%q\r)`m<&Vir.\"x]<[xߝnPq`Q6b.?؅LpU~@%th2~|-͋jzkHX<U5Ym|}-$+{\nk7w5:_CYحKcDwOQomv[xi8g¡fG#ȵ<$ao	9o?;x~#/mVߘOE~-Np\\V0pyy$T»Cql6\0>mKOp![s.BCI<}>ԦE(i@5;$Ya+4\'.8av-&dN8GCEzcuKscQaimDa;HbYrĶoEckKeΒTr0NcK^&wL:ޣγcx7m#C[7Id^)vc\rC$<U{b,҅r,E^N|[\'gٵb+1\ZuTbbqTS<V\n͐([6ޅ=IϦތ)n>6+4uTpO=aHSt6nwك|F#l-$UqMF#fd=SV\Z\'f·ڜZxNl>hߛFy)RjQW?ۓ>{&sڼݕk[ thrqO<~; r:\r/wj9Pfg7zH-{bSޝ!aܑŊ&{)Oe3YqV?;K̈́ͦl$WVҿYbr[݂ϗ7z8;j=T7Ūr]7R:qAxmksZ/M}齨&7grxS~QXcw]^vGm͍ӉJ]NI~Y{pk\'Os>xY;]la6Zx]S˫zoܓlvOz3_N]Vh榝>:v㦧+?m{eOKWrr \ZOWH&J;V>\rY>lx\0Lu1W+~ ,jXXl:\Z\n`1~9+jb$r0}!S=#Q 7t#:TNqFy/vx-yގ8:E1e;9z:to@ps@z5&~fFg}^zax`X;u1cS\0}]z^ũyGwZNcqlЗ/σKwŗ/_+tW|]q_+tWs*zbpk/Hvbx})9qgL[4/8g^:1<CW5/8	ћ9q욶ؘnñQC0o蹦a*W:7tȐ=Pt-zAU:N2أ)rƄgַݒp1UJݒV֭9zmKh>J!\Zam:{DB#\r:[579|S@Y͠c 7<#=A`ۆv:i~I$l}`1:Ϛ,x2}8yhG\'uJw/£y܉w+}B[%h|@Ȯ j;&o{2\"#<v0a^+XqKv3r/HFD4LocsoS_ΆZ(wgDZ,\\1doV5^p[-*%oŃh!GdUQ3n͸DԮW?xv1s_+x{GpDD=3@kgD$1<`!h z9\ZW[Փ} 5$p|3x Zm[=L4A(\r^6 K|L#>\n#X5QY\nSaOqy,ر5lg&swalH8<},yy\0^:{`!\natmЭw\"֑Ily5텎TFN2]Wto\n0-`#I{gnhiuP\rhOIh{yo`Ue)򮰯M}5rUZ؟sq_eԭz]&Yol5*LŠK}&h$ӡX>|RR2ky(SƣiY.!N|L=te~	%#0z`U>}s0yrU<&!\nݝ׾plWɂwcR3ܥ&tfYs~WI|3}`lܯƿ?','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:dda2fb13facc2b080660d5c486bcbee9','Wn6mJv$`ѧ?ŘJ\nu)YپBrH+o	o4PC\ZJrF7S;^X\Z#ЇR:%Z2YGRpE̀~FIyzu8Ē֙oIW156=hdAu0[\'cEbgon2F5B`\nf{|0\"}wLdRM5Ieꯝ,fE2Q6kg2MW~y3\"Kq$\Z%aXy+:,O]YHH|ϻ\'? f>dVI;sryDM^qɸhչB,!(@L]&,P+(U,MyHr	=r)2f~,± BJǴ(Tױxm-X,Thax7C\\W)Իkm\"ʸk&l6\"r!8PR(ttsryia9B/*+M$H8^-(A%57\\vhD.u\\myn{~{dnKWkQ`Kn)3qQ6oZ?gz~\ZQT$\0]beOXkA޹k9V<¤) 0DGsǥD*\ZYeIv+`4f%?JjH!cX	sM˩)$R)fM˧c\'\\-7&UaQV\\,/5,~A3i38fde5~^\ZM@_CEGh ɰO#vkш.yl*K=ɉ4Z5FP3Yg[ϸx;-*uQ0_k7	2k!1ڐJFGEie݌;svˏ\ZGJZ9G-&mg.oiw\nF~::|X4amlGWxCƎ[$7bͽ3̏sz;nZɁVr_^|;nniQ//.:v\'BǛ*n\'\0{Ǭ\0,a~C0sGz/>\Zɉ\r/̺2','20250817032622','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:dec293eef4d09f13ef5ad40f0d79ff50','N0_BZpӢhY\\	xxǞ$8v4Jw	Z=s|{E\"حXX$0+3PBjjVuE_pP<FcVw\nzpW~%pBxAȚ>RC{Ȕ>23xI\\\\Ц(lR6Ӕrņ,36d fL&6g*cE|2WsQЊIЁ$bHdij#!\0M\ZZaJ\'rOHߐgNKS0(@2_YM;ȧsV_All33\\\0','20250817032641','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e014dca6631203533a021a6518601076','e]j0%/UHEҵ$iCgzn*f`fA^G7eJ|^:5RT&&lW&RKu, dlХ?zjiVOvolww[x|\":UD\0/5MyYg\nn>\">878<U@$c\rVF','20250817004306','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e1afc84208e08c03ee6e558998fff0ee','U[O0+hHuҕD&=;Iؑ}a}@f\"}jř-bA\"mfJZ	 l)9IvHsS.	\" \nsU47e˴O$,WEGA#_wwyoq안X4ۋ\rwE9,Jw6iJvkB\\ɀFF!l.^\"זv!\"]L9@UPjM!`\\\n.DBŷ:s_a.sTkFzܓxeo|vof_FlC.vܜWm`o)ՍE~v96|PNQ󪎔p)h1om}b.Ov׆QP!2mAl6mU)YSEJϖ^n&C\n\r8b:RC]$f[C\'pB;O^	\r P8$	==Az9(ĉ7hSbzj\rhvKyN}8VSY$QZkf=ץ@n@@8KmEZ-,78m7dh/j98?h\rHU.\Z6v{э˯[\0tD^6<ɹE\\Z -/','20250816233039','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e1b28c5fbe3b0f9d977e093e16b7cc73','+R+O.OOI-OM,--N--NIM.KͯH+-άJ4QU\0','20250816225400','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e3400d3e2cc7488fdf76cf7313b22e09','Sˎ0YC[>h-۰3A1l吋FU\'\07JΙQK&2ORD	?B@іYݘt\"H]H\Z=?KmAci/!uK`\\B}ۙJѣ!a9\rM>:oE$Dh_|3\r)L$ֲpbXW}?=Et-3CZꝫ E{\ZO!޷Zn (\\ynJ>*EPÖqؒ.8	]H,GdVϥ.k\'e.R/\\;gf5uǹ\rT8k@=hϢ*q,2Yw=^atl?=^N1 8|!B9O)nYgOR=?\0','20250817004337','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e3bf613b9b1031e333968c052576292a','\\[s+::EmnNevkg-@d(i6$%ukXc[=ƈH@9fg]y,8yr0ɘ3ˈx.g4csd<\n\'^tU(ZmKPNf\Z6cXvR\Z<l2 /	=93μۯzC\Znq\0/\'mFˡ*lRI1v\n\\1l8.%?G}px8\nc&Y8.KE$hDO4r>Y6RZfss<PD^#\'#f>PSM\nخl6#u&>[X{];*-lQYzaLVg#lH]<p&?}J9wwXPLl4Y=ZNY;2&?JsFK(D1kMSA1d6l^et,.L/nrX}#-/̵<X]ӪQُ7!s1\'qR:=-$c\r[/ɑ\\äQM@JD\"\'\n$*R84ٜQGc)fpiXz3zhoW>ڭ-nC$Ѡq<IN[5Oy 1BҀغ;SvKKVnj8p5I8$a\nB\"FR&\"A,\'l?,acjsz?a,\rBµЇ\nއB\nl+Acb1N!Z[wxg>OBϭy:.J\nPNk?7r@E6ZYcޞ1 Tțr0<85HQT\nN\n̻X_yeAAb<(XTpά9FLZ}W@u2>R^\\]\Z֚wEO<zxS`-ChP/tQ`na}ߴ²n/qipo[X{ot!߰}®лvǵ^_24kcu@۠SoyD~+I$ޢ4(xIS5BW\\AD$cˈE&0矺8iٝ:]1]PmhpywGg]D2dǩ*R8iP5w !Kb؃KW\'|*r&/@Y_u޶&NK}=31xcjlMw],lQ>N,TڑOoFj:xE(wz~zx`ztܑ{AdĘh_y!9ZòVdOr\'^RGxABpf\Z,K!RzTͦIpLO29X1,LF3Pֆðn }D\nSbSJ<Lcd=e@bӓgU:Ij`nOJ[ռRSZsO`NǐѲW,ɶ&<ρYDqșJ^gT<0՚Vbv\nU+T[&Ɯ.zc~6ɩrDL`s#\"[Ғs;!W	rJoJؕdueVəZA&ZҎNd߁K:jzs3yzS;ysS(-dc.(	TwhKFxƍq&;q8k=\0Kc+|(11mBim`(p2;T؝̉*^d&!c ҌùEa\nCH7','20250817003512','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e5777b8b717b5b964f4ded82805e7d8f','+25RR--II-/*-I,JO-./,ϳJL*)-IKI215U\0','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e653fb566d7c9ac69118f79336709eab','+25R--LIO--NM,J+(-	Td$VZed&\'g*Y\0','20250817032622','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e76320f68512d9f0fd9fce570d478b9c','n8_muV*Q$$ϵ{0\ndIvAH 1^\"v|fa뫵,gޏBS85ʶ,{חf3Kcsi.<*\"Y r$ߚ)(qP>*M57m,hȚ?ϟ~\rϲJ\',Iw5+-V[xmqΕ)zL.;\nq\nrQYѐy\"i:ڷ޵XU88ui\'+<a2a6)ru.,	n	l+6͖0~<ݿ5T|q ~r;LVزzr@MV,a)\0>~Whm||\0\'=vxG.XN|8͆ffٖ\r~N\Z+weۀE05ޖf\Zoromo66&,\"_7+w;X4뛻t`_WZ[XLݜ\"6Dp\0%`Z$lbpdh0`\"AQ|H{+m¼[:m,\\84]Hu\nXX\rCq64PvЂ\rZdC,1d((姙1nfSVSKl@lz]\\<]c׋.t\r4]\n2,:[(~Ei<nЕV˛8j=>j.@5۳4c=å&U͖v_<r(!G1!DԶX<ךڣgCokOjVzs;\rZC=O.pn6(pxJq~ҀnJEכNZ`Ztw=SmQoJkjei݃V\"ӊ~Т[fT\n;Dgzx7MyUjTӢ뭏5\rz/.ы.pKۛzVȴZޤ{=!g}uDY9Bz)ʷ{~$0V{7ӥ~кbQW0\n(ZKh!7}-!Q~GѓPjh`Ѳ!5CE\0V-\0HyN\r,ZX1`Kz -,Z	mh\r` ?EK\05}hůҊ\0-,ZX,z\rhe`Ѳ5=w<`h`\"D+x@>	-,ZXdh`b0â:Et\0,^j,dxi`ѺE9E+r\0\0,ZX-^x7<jLfw\"\'gaQ3`h/m\"d4%1Yy-E3c~wl7,c*\ZcT<FfR}ݷLJ:,Hp50KE,,rexs2S%z3tܹ:[7hʄD̄ʰgzwOOӼϡg\Zgd{I\Z:F]uK4D*ף̙S6hx7yuwӥk0	d~*ꟻTf?H%^9VE9VBi<ѳHf9BC=j[hk!=*New;\\.=\Z躬Zt.</q.}9G?#<aK=\rҟ_b]f@$5ͳ\'g؎','20250817013707','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:e866899d900bd0adaef3bbf3aff030aa','UMo0+TZ)^fnAQ+%!r604F\Z/$B6Jƞ7o|`9=	@~Ųc#\"1@^UwX**d#O@7JFئ)\"Uퟒ\'	le-HG \n(Z^g9`Spa&RI8xle0VnJePɀGF l.^ƽeٰO(z[B4%I)?\\@	,*y[q9\"U`JU8>]e*u!=3]d[|xg;!rv|}]qPˋ+vC=TpX7Җ3%3[PnW\\̵Mg;kQHP3Vy!i.x|iUɤS0))jC,Q̧74ji1׳ҁ|nA~w&Csuk$ pӹIfQ-v6޴5MC|yL,>Pli\rg 4  kL2z|)-ﲬ:j]o9RI)]n8~Q:sBj\ZM.<=\"ru{8#a܀2UTe\\Y\"Ҍ6Q','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ea088ab4518f663ddf1a575fdc38a329','Z]s۸+z22BQis	\0Yְ$/)Ėt= \0^\\{\0P|X~,qFPS1oO\rÿsz_I?;ooӯ=vU,,O\n_:Lb!ovӻt|wUDJV543;ƨ:$T`RAnfGyZYjA*:	f)6!.pxmx{ꈪ>K\r!\'8lf?*Dl!wt)nIK*&DW6䐋d._-;*\'o{,!Mmx»#1n\0L,\" zx_TH$M:B쵔O#2Q|ӈ*:3~uE$;mN͂%z\nRH?dBȥL.͎\\Q3,5nϗ@dWTq[Wh.ʧwz$h/sٞ7dJ+lZMc(kiй4Y.YհϜȑ>,LR/oKyyGom@E5`#o\rG@BG廆BzCm2gu!e]1h/qj\Z1.u#rҮc@fk[/Ty}x_o۝~|S\Z-\\q)ٚ7OrF喡4/|yz\nܟjS#H=η@{M;~)*f{yK+<1T\';1T3VK+-<1cn8o\"\'1Srכ)R/90m(IL.IF,d)\'8Q_:\r͑/ʛtǗhW9<_iԶ3%ɭG~Pquܿ^y8Ab=|T`\nRo-ɧlXkM52Q%,V-qyފ^_\0!&D9$6tu:v{AnYN	y=:K\0WY[k_.[suL0h.ukv|K@F\nx%w\nvfb\ZK\nq;ɞ0l[EBԠnQ{GAN3LCُ[{\r\"IP+i}<Ax$ѳ*UϷܨζw\"Մr^\")p5c9+tq\Z%\\e}XV׵v<tÂ1{y)㲅+u,wykjw0k R$l*ip&Hv<U2E:V?qM:TK̹<r,\'l˛MJaN7QSiI5̦who&۱֛Jo4*U(ڥ̑EKhӊ!}L3E\nenXq藜oK0.ו\'s%_\'g7.67]HU*y(WiïLqUGa^N-g2~kkGnq{ T|||1͗|5e{_Z\Ze|6N0\\[},\'z;W,/65&n**\0/U\0Z]|@)O#|hGn౞x\r{#h8G 4!\\jSq°3\"thKG!Q[s[ylg#vzwM\r;yt3n7P~}\r_q6ˮRl^[y8f0i7Zzq	۠fxNS!]6娬L^G%)IYъ(j]-gK&)xg\Z0\rObq2D\rtՙ˭7Nd+f9&ˆ9H=EƱ-wn#H\0dGc>H\\v/r%Z: KǮzRv 2z}Md[.0:0GqV	yJ\"\nuPzL..ڔR-?2xr?~9t9el˅-\\rm[nlx~OIp#.f_wfϕvFs[ƶ\\ri˕-׶|Ɩ>32ʿ˫gq&Zmra˥-W\\[(ӯQGH\nDn\"/2Swi::!,Cq1D\r_Q+ygZDFD[.=Y 	2y1w4J4l\0)/baSaztzxۙU۪b䌺F	o+]x!#|F?OCdnFSͽ\'Rou2*jQ}ia&g_*ՍVRSWѻ(/jy(W{+o-ͼxR᭮2_u}a%c;zwRjgowdz$2.p`t@gbrhW\0\\\06lCso,@*#8r>@`\\Φ6\\3P,tk\Z[\Zi&u\06:wҁ8\"p~-/-B~u_Uvu+^U_Ut{+~5W˽RWru+~WWp{+^WUnp{u/~Cv[vEہ\0ZhPc(<m֢Cv\0t8Gڧ\0W)\r<7mh@c 6vv&a3pWFȀ#\r85\rЮ\0lp6lX@6, xmlX@68\0:#GS:\0lp6]\rh68ٰ\0lX\068۰aLFg\0=Ȁ#\rK85\rЮ\0lp6lXB6,!xmlXB68\0:#GS:\0lp6]\rh68ٰlX68۰a	LFg\0=Ȁ#\r+85V\rЮ\0lp6lXA6 xmlXA68\0:#GS:\0lp6]\rh68ٰlX68۰aLFg\0=Ȁ#\rk85֐\rЮ\0lp6lXC6!xmlXC68\0:#GS:\0lp6]\rh68ٰlX68۰a\rLFg\0=Ȁ#חo7	Ў<~#n1[Wζa?','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:eb32a86b804eccc026763440479605fa','=Ƒ*MƮ*;vN.vTR\0D\0Cͷ_<yIdr|</?Zy^u9Iv%˫mi^8렌/||%:>U6lcwu]o2y<{<:\'IT y\Z!?͚()u\n:l6Z)묺\")Ln444ZCwӕ$+&MJO=kFAi؄hmjа،&c6)2m`ݖkf\Z(&Ed7q*a;a6O`&<r(]w:v]w0?P?_.$iw\0\\\"Ń>TUQ(Sn(؁b*7B7e!Y3۳ao+\rTL\r*,RAY$bc\ZLf	fYldՎP\0끴q<#8Tc`n7T\'@6MdNm7&y\'փċxbVůǀPӔ1@F?2B2PCFJB@EmhDEO`A`@qaΒRNleqt2h`eiC&#ML-!+ά?g#hMҫm羱mN2TNׂr.X\\xl`(\'쌌]ds8>hw>|f\\_+a\\_Knw8@DTv5=#J\0@I~X{jg+݁aVJګ6%Mi(T.TtJKRi4\'ma\"̬Z@R1n&E_gvb:hʭ1j[	 YE*ۄ5*MĪZmP\\\\gvl6XzKJzkCRmj֖`30qim2-Oiѽ.\"N`9K\\2&q7!S8Ra%8VHf$ʰ츭v)M0:a\0xdOM)#XbpP VŠ_`ϻC8k72Z%\\GӍ1|6l>|17ol	]`XѩLXai!M!뱈}eUi?wh=j1/!c1XZ&>]mRbsȁmΈ?U#\nu;ЎQhGXqL(8nwD=ѽh}|`Aq?.IW;\\Z0p)S]d{>.7R8E&4ɢC6}hg&>hޙyS;ca6xoQonoTKoLoav([Yo%cI&YNnb+h!!~)@d~d鵢\"s4hdO-\Z:1`;X^(YAxx,)ko`mSUP܍y^M߫1֪u\\0G\'Zg_nUUCcYd]cqQr8/.\'/\r|y><|><yQ@y;藴k{|e~ݓD؂Os-L#`$ۀ̔qvyl0\"I	;wITm_mL=N?f^\Z>\r`KuW8@i5eW *=<҂Z]~T.(_ӕ\"\ZXya]Y><]ƨVBU㠂\'%$R٘mQy8oi	6rsFHcK3Er(돢\nwPm߲>V~wwwû0/n>?}DxlmǤ\Z	\0$m}Wr-)O}}PmJ]XvNS8[c<sO},\\:r]g6O,o4MW[g2?!5XÆ[n:ޜJ=V[]e,QjG64\ratϒ@n;]pi`mmBȒ*1oA\'O!E~)Q\Z/Z&N0JXo=,U?WE@4纻m}EņN\Z[|)>X5 Yp\n\0Hؚ\r\'@\"]87CmY;ak㰍klr/g?䪨ҫIHރMҪyp$lb,AO{xN20.iFN&|Nz{#&O}\Zpx@\"qu<^/t8\\|kl8p;g[ϻ5}4G?3g11oJRmRCg;od9RFt\rizlFo*ۍ;Fg\0ѢQ-*i5tm??fI9AN~/ݹM?l?~|^z_}v^񻱿cg?_~o_߿6A,	Ijݠ4fQgw7{G}0EAvs 0f>v;YZYpaܤ1yCGbKkPJU{1F$=Σ#u\rA|YEOh 硬()Eb\Zmx\rIh@/}x$ّ%\"v%V~2O2(Q\rgˑb#tݛMwgqM@\"4SsRmr`Q=R2D\nr\\\rN6\"nkM\Z߯\'ŔB&D\'b\ZK7h6qʶ\"د\r4p9p8(­<&a\0݁[z\ZqYZԉeIMU8d`]Zq\Z+-Z%.؃R \nAäi]Y:culC^3)/I,]{Rv6/{t3#-vJV(@~m\"V4Mr\'EqSvg<eq^-<UyI6T2nv]%>T7;EB&}Rd?KD3IGh<KEߟ*ʸBآ9y񇢲[;?ZG9\nE]ncȖ8upkAZP#Z\')F\ZIY{!CFi-/%i,4\\	k?T c7An.J$r`@Аޙ2&c^CW]\ZFl_fXz]&ֳa>#{;{;,Ay	B9BȺj;HwN:ks*(g`RU{j%E6Mh1yEĘbB{t}\00\"\0|iܰ\\Tʗ}i-a-EnOwİL\"Ya4\r\'S%U*\rSV]DmWQhRԜ$tT(`MxIQ\"i\0TSkg!8>z, v96l8	r*BbӟFsGkͲNٿvX,2ڵ8GaCz$ #mH,2[ƻ}Pw Mو}aGflW{gllt.zm1iiۼew8N@<;	,sir:Ƞ8,liY@2Az^m<L 2MBfx%ֲK^inXX]`i.7}&!)ߤ1Zp<Clf\'\Z|\'&ik\Z10/x\Z+{1F|ep&ְ\nn?]5ZΉFIs3u=:(-Q	2xx:}KI,v}輻bϞa	hzT6fy*IY]>M:khΊB \'\"mȗUI$cE&E}wv)iXOir݀PB@4,$ؙv,2A2KJ]Pw_m	_+6AC)ߍru-ЀQH);`,5>˛ lK>6Ja{ MZGa[Ӻ/opepk`\';R<s:41XXzoݯ,fݭ!RQɖJ51Z8HR6ZdNyjYE<8\0,\"ߡd=wPz@*\'/,җXd&MFG1-$vwWH::7x>(5dkxk:\Z`>G0V40	8~NCWɋRd$S;3٤{z\0TgT$f+qWʀ\'ǙM䝊zNqn6u^I$ aa\\<f\\`A.` ՉP,15BCڌ|s\\aH\r|8ȉU;]/+3\Zo쒺^C?^eGlg;<7=zn7-c#a1Z&֎dsRxe0_-Ÿ9W;.Gg#X1L*yNsynTz-~4I`׏(<܀lYx6H.9z*\'Ԓå25Ƴh)Y]Ke~4ɟA;TyDpQ|\0%U~g@9[]oHl3(g;WJՓ(	ߠX;d$z*+KE}\\saְQP۫W\\\\s|-z!uЃI6I\r5Av~R\ZKHJ ڤuaɾLJC\Z5\nMtS7&-\0$`G@\"86H7߃;´EL\ni0nnZ7,w8)]jBg>ap.x-q,\'!=Bj<VSV/Xpr)oх#VG\n%\'I?kX6O\"Qa\\{FQ*/3b]K~(GGzW͉k<&ڸXvGJw#R3]ɺIѪ\'}u8ΐ5=1G ͠6ȒufNP	%\n8E	Fs0n=Lc^LW#@7Ap(Q𢸪<\\VJU1$A$>X-V5B$&01Dcy{aGf`Tڱq@A=Veճ=\'-luu#wPx&7asֆ\'WR5WW+SLOF6X,0to喭LX7J=L\Zやŝ##x9{8f0|=`uVb.VFlb(*ٽj6q*tFja-Ʀ3RF\'p\ZC5LP;}ʛP7}N!fϙ=c\rkYxFV3r!nA$h?:B\0,HRnK\rK:Ѹ5/#F:|1wb~Qkofp\'0(s^3!~=+A:B5j9\n|@r$)f>R۶GC<&R܎\';Z^#(h98Rc搪B4s;@K=%jet<7zI_`K{>ܾA=%\0^W7yl5|drÇWqzc>V$Aze)Q$1&:4%LNٮǚSd\Zʣ>WNiπ=7ws-QۣјXP!oky7&3Œeߨ\n.g]idgwp];Qؠ&ސ%DuIOs{V񍛫B)&q,<,az4m/-rH$o,Koh<*B}e΢[!w9,Kf7}=i1\rGǖZa9`X7g7xDANQiՖȆ&F$m*ZKknfQ=|Ovw/a>B_(\"Jf\n&8+=\'}{(J \"Zo&9X\"a+_5ك]!\ZΤ#`<?a+[\'qip%51Ucը_$焚H,¾ԼhPp,$Dc	9?Sd9d_c+̫` \nF<sŧT	--֛;Ҹ,C~&=2EزV<\nq\\J wjُQk~)uؖ*&?A>4P})xT]\"c)Ef9+&L,85cÍfLrv/~Z\\lf`aG`}\n(zRZ&YyD?!4\'c?i2σc)CԾ 9cYD>cc\\z\Z35[)!@\ZH@y1uT>\'!yaϯf.?g.+pW.[:x&tϤNץ.:h+&yÙ}~\"C#oK5clIMgIW$&Yc4*?9F#c{[]W6\rl-	Cʞ%qho9&O͜aN0t3i1CH7057X{RFLZiW	ў͓\"g5e\ro4	g3R{sWj8j\"=&RE&E(EfA\"+Z0<eDn	Ն(m(IrBPiE.8G,h_i}.($Yiϝh=\Z4kwrQg׆Gz\0/,OuFS?NƯdÓ;>wO_?^O\\<p_;TRN> !YY^!ЫW!H\\|m[Aa>7c\ncf#3聩N5A/Č57x1Zᕎ[Sꑳb3سK䱞`h2sOb-?[LԉU`Ӷs~\\QU=[`[^wĳ%)C9Rޭ_&gʩ!b)Rr~4\rϫ$ϭ$俄^	xQuV8{ufvh}FL)OOd_t/ݾp>g)Խ3X\0z32)% \"\"QA=+YW>-^`,+<bxǢ3x\'rmBʳ=.0jK<|g)8ldVJW-\rg❝.Y=/ L^b\0d4M^n\"4TnPsfڗH3A5Q0yK~@Cj̆Is!ַjk\n#mME$ē%?OnrA	[oF,k٦36h8j^Wu-<Sb22@1%~*d^o8V6w82<<ǣk\Z7zrYXG;Jh99yTTY0)&I_.X9Y]\r뉸3	QDE)sUNyDpYn`G;mI`\'ɛ#8+6\nvxzm$Xk19OdȊ\\+/|4SZu0fH)ؘ\0&Bg\\xEtf#TZRG','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:eb8105c0502448b88b72300b60e7ddf0','n8W:	ݖ\0Cg\Z灖h[#[$Gd;WDI|*\"Tjbw#t,&Iw2h6\rbWA𬼠Xtn%8\'\'p%q\rɓŪF0\rلRA<u|9$Ev|ʯ#V0Jh?͛O9݆\"lCp5΋4$;	VA\\*T\\oEMf3!јz7,>01ޞsQ◉=q&t\0p>~ttLx/Oc_U0\'h챰m)sy\Z[7]I*z<-JeAKk0w,XVHK2*\'1l\\Pln=C50ʼ2mڒ޶#ԋ&ᒚr+jPЉ%lbWV)=B0?\0`!4^0Df,ÂEj-\"lÆAPwvQe$\0A,}u-=,;(\"RYqBy\"<P[|E.OpLߓh\",h(L+iqE	#\r++YZ?y&Qpt~z|pXT\0KoO.f4h@ּw~=Xqu^mBl~0o4n;E$-<:A\rmyuNvg\"r|/p4#og3Sr\\Nlz)\"@\nTuR^`i\0)0(--#Y>N0_5]?>}L)!fUMhH6e.j-)X\ZQllbx};2˨wLWQR}:`y82ܖsbP6zbr5*09P,AY1U.x:GڼK3Pdvqp)f@^NkV	K)?{٣^^O׎,:4L;,UM9Ҡ)Uk.J\\6<6#)\"C}-qtWՃGnӨ!\Z\"CގHS7 D,ZHTֿb)Ru$06Xi3.\0`I6qT#$mBt(/	8&ax4lcG.xXQI%:MuX	a&P\'CUM$jݵTp{\0F4g\r&>̙N,@ӈmY&$1TՈCpa@v:14цցp6tbi\0*gC\Zm-MkiRn:(Pдl4\"=W;J0W%ስ?7	Uh\\{ϦX|6?PܕǾ>}ot;J(?Q^X??~_3*ˇ,هhO,rs8cucɉI[ۏd|\'S=6^Jyhq Oq}\\Or*K=[!>,m=>l4N\rckNte~1=Sks\r/pb\"qȘʾk=WaՏUSzcr綞Kq3[k]w0o=.N|k\'\'Vw>H!ܶ=\\zgꫝӓ3YfyS~L%w]tv\0;u#o͋`;	Wqe!*ĳ(ubs߻᾵,<)$636N$oȻtF{W/;ko{zfζ۽\n	RsI&Z6ɘf]\\٠j	*:|poژuxv/S7!\nDVlTӕ|e1=W./y\'W$s.WIuOR>g{vĵ#&	79x%My4͙f*Z{Z]\ZFfhZiʚHFvbmDQ|</yhZ?>2us~27pūfD1ԍf4$	o\rLdO\rZu\r8hXE@Ёac[=}$ /8cDV=`:FR@<i̟0SgOEChcWu:lШ\\qҒN,\"vx\"	rl*6BWNI3&R,ZÅ$:[tD|0c琌\n%XfqkݏGO%]΃TlF4^c#ftY˰/ʌm!\0vhGŽ]~Z\rcp2}Bvx&*?Cxoѫev\"\Z6[$k7_&̊MxKݐ[ZnъD&XP,B]lv9>','20250817013633','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ec04338b695eb63746946076e4474c5e',']o8UҌv`!d4jVHF=%$PJF]s[ 4g&9}^\r>8bv>H-Mʬn>;eKu]=n$lX.ITk|ߔ.khhnw_.ța6{YU\'<d_,	yV~[d?G>}i̠IT\"cI%^y9>̿l*zԃÓ	N^ǧ,s懄~M1#68q\"H9#R԰T0xϸ[*rhp/BhBnQdJm3kMVEY╗_VϗzP͇ZnWI_L5tW꺪;Dg\07\01sN6b窍u5W\\;zGK`eY&=Ӣ,DAԻ4^pgxT_7TPIb:er%DD\0#>L1(yVN3$cn3FߜY\\lWU;\\yK\0\Z#bwi2tG<$pIԂ/b4pG^L1s_Ǭ,y_Y<DaWwܻXE\n۱ŽnrIʽohb6&p؊Lhh[\Z$yay~ozgT]n.4$^<;hE.[De.Vv!A54=]ycKUcaǨ\"4?qJt`L`畔3{c\nf9{YV\\	c4ie]q\"&j^!Y2oϼ0\n/ 4шqU/<CQi]>#LBA4ҨtiޭWuC~}&5Rj{4\Z{A1ux!f}=LsO:IWGb:Cg4qαLcw$Q@;`#hy;ӵ>tdӋ','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:eca7015c76422fc92ec4c8ed11959897','WKo6+E,4E-e\\z/쁖$\ZR\n`o,mYyPJ\ZЏ|aWFiC%ǡs+oeciD7\"r,UxUɾZ֍ɩ?Nx\'+\r6LHtl[j\0[U[\r$bkn2Fu0(mF+KipGH{)*eyRk+<Q\Zyʊ\"gQ~9TRB.T;rYVq<gcǟv\'/.7<wx5n_][lsz{OƘ!_vDz|߷)@Rie+gk1 oh+w#1l[P}w7\r@*;{xþ~G-f\r1P3#+IBd҅)(F	MAMIDȊ\rD#$EV&=fOy2	Hd%O\n!8A!|RHIhncP	l!O. 	\'tN* !	 By4163\r,th$\nHE9\0f1CNؖ\n\":Cp&RH=E!x)!LC<FN&Hl1u$v>hLKJ;^zs/}P/y}&GRV{NC	v7R/_B{\r_L[T8ʭUb4z:(Ix{F6ҵF:yf/Ut	Vؿ*?h|q\"yz	|wۘ=a_vvΦѭ7_t&\\b/\0','20250816235137','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ed65d49c64bcc652638dddabb5d12220','Uo6W|MZ l.rFWԷS*<`kMmѿYva?THǿwOO5pHc!ڀ)[]*Sl|]:nY\r.7g2΍ibSY<.2^eٿ Pm5m\\N\nj=P1NQ+~\0A;l|||J}?@>zд5 oyևÆY7[OX/f\n߿ux\\QJFo*7\Z] \"+¼ByCV7E|qnmhLQZd}t?}[ޮӛscVngY>LVR5$N16sXNԓ&7Aj\'9PHy\Zƹ}h^-~\":#K/#G dFȮ4]e M%P\0e74-0`(<Z)z1Ay%ƑtbTj~6<;\0GCѭ8Wda)@Vu~(M+(ŨcBF:]m&\'w(\nNx@J%0EWNzxY;ė0JcB/*`({?C@LI9al.jgсpſۼkXjVť6X68}V؎͍\Z	M\0pDbH|}$\"x Q#d3q?4݂umImӎ~H+iq˺ڍ\"3i,撩]k,}cșYg4t\n,5\0)(Je!دYM[fIMMU)(ܼа@Lҫ2Eau.\'c8 VVPP?g','20250816225333','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:edb3a5ccad194fdd0ebc734ea7b1c6d1','\\]o6+D\0V2\")JT=A?؀zW%ز\\x߽؎(LIXH1\\{IY^ϗ+\nh6,sQ|%/<߱Twy<)?\'/Eh6K\"buZV߾wBeyw}u^Zb1PI٨L4a6gӴ|Wx_H_ʏp2+1$IьyD\ZwII\"vQHU<CHHT,w̸GτJGX@_WM\"?^=ĈxQZm*I˥[eeݢ.eVm)$Ky+NLiE9<lZ-zKB^\'āv(ezF3\08\r@ڡsI#\0	gn`Ӏ=\Z/jX{(s#de.๚U[&\Z\\2/ xHAG`Aofn.FLdre{hN!ӷMGрJI.\'r\"xs9PRv_\'ʇtCɓJ-5ɓXa8.	Bxu**\Z0D8Xm(nԢKt(&?k\\\0lu\n}Ib\nR,Ci%2=| }EP{\'20^!$/A\n\"(se>ul20/$\ZX-=ߕ\0n=+I}hb)A\"Tq8ҚG\\#^GmnRO*#%#LR=c &$>	ڈ%\\dFZvHgaԶSZ	ÒeM8`ʷkMuxe֑8`XkW(~5Y I}_qњ		r|3/b	9rb7ds2}8)1SH8:1᧝4,@Al\\P{ďy<LWs0/pEXbN9)OL\'{?j\nƷwᐏ7p/Cb1ۇ^;?}HɲL{a8;DZ)\roA1|22xb>I!\Z\\3`\\MP(F	4X!Bp\">( |#3w>rl\rlT>bCf~:{Gi4[4\";iO9p,B:wHL4Q+m&1iuyk-ĪqS0]2&p=$=Uh;&2}(8Ur,=\\my +r	D{F.b5Z2`tBaJ?L8Y0?{N+&]9Bو@xVlq.wI$:\r>U0&JSzBEd)!7K\"1?Ћ!+xYb>-[bYJKlM;cGp \0$~I3ltC\'2z[un0SpՖv}(|h󛧴PRqHaXJY[4!+\'ǜwiQQ]?','20250817032615','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:eefa06e93a75487f8ad49782d367408b','}	wȑ_^<!=.mϸmϴݞo\"ZaJ_$\0n{w%fyDFFD}~uH#],dqJU/|yu5O<B\'cI\Z$tcfBzf-r.\\\r5JiXUʔ͊8f>OV]ͯ~+ѦH;fzzo(I鷧unil>^U^K׫$Y]/]Z,y/t%P|a߮GmAdq^%ga\n}qO苷%\ruMRx<=q}e]$|qYD㒖/u=\\m.=%rS) -ӛC4e&vE%`Fyu_]}җPf?쒟St<)PZ:mQ?dfIwb\r7&,mFnVIj<v?yU%ﾹ<_њPy|uР^Rvr<ퟵrls9	:vg|f1wg&k:Β(&)^G%˩\0D3JPТQ.&.jF*5#fi~ͩ:5ˇTd>\"t];t*\\O(~d0[jA;4?9n\"Nj JL3+)j̙M <Y.eblrl\nB5E&4Ծ$k\"KW\0Lwnƃt^x΋cWSTahd<+3\0\"v\Zvq.ϘFҖF\'ɺ=cޣ1*ػioosAcb=ݰf%͙GtO:&q>]WWf`>^KZ|r:oG,ovPsH/^\"RYsr,+Hkʧ9Q{*Ͷ(˴h>[Gu\0w/q̊[bE2ݖlDZ׈je7MUKkA0i\0d\"K}\ZGYELvGdJ:׵j(;]qiw%NJvowg;QVϨ~eZ͎f[}~{sCF*oʾB[;dm7D)$+F\'NU͕R\'~oӽ^ƬDm+{TWJSu\\T϶7y,t$W<{/Eۿ&<;մݏo\rQ.O	}/UK%2w,ө\\+Y,Pb,z\'Ө)KT*뺺<2nzoaE3b$D30R鉻lrܕ;wZ短dyxw|(	.NTF?yozS¼wUajd(:m0v};XH7|Gwt!f\'h:ݖFqF?˞j._%=!V<ظ0y\0[@xd?qY{\ZUcȏ\0!HO,$oyZ(I@O1\Z6~IB94֚jJJj3LUgVyHw!\Zs6RS:3E,MbYY\"\'L?#IQqwFSh2DǪ^&$1vJ+kFH&0od[bjSL	U˕y.Wʹ\\+塀|Ie)%u$e]o*W6̖=`/SRF\\xeq,<URX!|+\"#W4	u0Dxh lPǁ|UɐO\ZǱ*w^f-M(<S׬KRˊ8Oe+(8\"4RKB+`\'q&99|;EmN$^N4l jϼJ@$]\Z\rvCe&MyY.hMsJ3w/ \r!Q_\\y&!dAK5].E0t#\ZߤˇvzU<탤Htdd\ZhNx#R_xT:eӖmyLvyyn萨2=~V4m#x?u׬{/<cx8Z/xW`˅{q^dhG~avd?mXF!Z1K\"0N4*z|ؕ.ҷfǟa-}f%LEU&tq1z\r\rU9qU͐ë\rz[)OJynV$i\'uȌ:aZx,ub_m\'QZOP88R\rX.lp@զ\Zo<^F}PhԱNMBӾdkThE{zjLاr\nfeeߕ4RtXwdW6>(KP}ƞk%ܪu_Tցh\'#xe1)dTW+nxF@\'ٚAcH^.̅=q	7_w59OͶ77cFئt1闿ńQ	f;{>?zh_1Q/2&3odOf_m\Zݍ=<~9)v:>Q^u<\no[dn0rvX_ic5꛱mimiܟN5_yĘ/C(7i4hyp\"*\"<IOa[fIoיEMWA\Z!,H,<߬	>.\\Ś%ׇM>\'I~PE\"=dvfw3}Pj;pcmX}G:dSAt2љ16J)8RLD9%NA83bǚ3⟞Y,/CѷaT)ڈHxHx&(n=a~\nŻ]5DRh4ыёޢuB,n@jOi,A~[hoJjc[)DL7XoխTAQ#\0k-7}?\"lIڊ?:lRhv}%#,RhLy*\r|کHx<\n܈R(ʞ$G0oS/s_)PkK``Sko@F\\oha\",vfF!JcK,G^HK\\ѤcV7Еt~T35SĚ+\\T^6U)+]^[iEaeU^FW|cmD*<f;^Q9\\s_޼d$to-[Y5>]ȂWN?]d&Q\'#6cOA#r@ukuZ{4]U5@	1m\0|-zƹSOϦW!S۽:ShqMv괫nu#B\nqv׉Qe^auaRdF{׽}41:I:h>-rȁڟ	>-G\"H큪/3nx_XOI;w|ݻ\'sP&ɓꮄ`Nw(JŷIͣc;O$S4x\"e&٢HrșbV&،$x$Jgrpx-sJWݎm?J(c313~Em$$},}$)aM]\\_?W;*)+;(waL?^u)\rӐ\\*)+;(ãцptf. 1U~S~W~wP~\"xGB*67Edl^Vy7voiZ՛Uգ<jO)çV}<ʪ%iAoUo?\0;XGzުnޑ]n<mYտy!R{7io;;umjQݨJͻ[]/(tmC-5Dfwqsz]ĽWW	)}7W=].l׽}W{b.|ۻM\\&r/tj/>7It{y軼pK巽!Q}xEݾw}܋wlIuedUaN++Yފ\nxlDY67U桪SW>5e撺rh|PWD[m!MqAuy#, gʬ+Ǻ**[}\'Ps3uUB4bJ+у\0w/z0ԕ\0,7݌e{hW~+{ezHW^i+ey(佂_~)+ex_~^+{ewWn^/eٖUeٖUe%[Qa]U6,ȶȶȮ*UДYd[RdWV\0r[}SQ\"qYdW쒋\\\"ȶȶȮbn%-!J,{C쪲05ؒ\ZJ!L\r孨05T(FL\r[RCUԔ5TCSfj%5TV\0r[}SQPWĸL\rUy#, WPU\Z\nS-P܊\ZlA\rUy%UFܽ表, L\rR2S#dy+*L\rUe#ʲS#PU>5eE\rUД\ZI\rUEt|T51.SCU.(5Tjp5Te1GPCU^Eу\0w/z(j*S+Jj*+Yފ\nSCUوlJjp%5TOMYQCU94eWRCUn ,7E\ruEP7K.rE\rU05\Z\\A\rUY̭PWbQl ݋\ZB\0Ij*(35x\ZJPU6,15x\Z<I\rUSSVPUMPUD[m!MEQC]25T쒋\\QCUaj*L\rOPCUs+j5TXT!=pzN\'\\B>a+\\ܶ,1h[G&\'?ـi!H=;k&\"[3X>n0u2`܄\"a5RVjz؄SqY:z^5VG;۱aIA!2O8Y7AvfPwԉ5˞gutvu]]\'\ZW)DQ\'	_ElE${lu:;~~	ɧh]Nw= /1)Ȧ~7/&\rLwG!֛*]MW3DV8\"z̳lZ-k MB<uPlYY&.xHAӸ^[B2ˠ6^/.M	ܸE8}qwO[5*n,<3ٽ=7-BӏGd760|Ͽ9\r1qA-W,4|Wwh,}6gŷ/5q,͊/~hxv,g5u[Vz^f/^CQݧ\'r9WpG)cD9Z|Rmc>[	cʿ33,nDo#0B^7*r/>$g2H>ϧn	᧩:|>L%>S!{ʳ`g*u~*=Lk}7L&I_T^3^~*\r|&cZ`S ̿Y\noS!4LUh&>σp;9>!ty<Uu0zYl3(9T#|&~W\\Lv*}pN?\Z\'u_o.-T{zN6dy+n\ZO<%7Q$I\"HT\Zq9>σ<\nyW|xu{=1짺ss/S9qdj\r \nQ4(5#;_Z\\tjicwd<\'G_k9xf(,n_+YN_LݬgS>cOۜA(i93|<RcQzBmKi?_\07p-z]7p̴.Ӱ$d341PUЖ\rhh@ݙ/Hg`0L]n\Z~\03۰ȨYN2\'TFB=l@eOs\Z|2Wl&IYt׃,4y,o{+x:Ј73$vM=smAhkK5,0sR$d,$d+,k W$HW0U\nFh2b9`\0`#,]SR}EeL@׆ZB|ه_6YR*fV-Xs2`!3B:tl\0*qFpJ3xEX3!fg)NV\n`ze	B`<uϜ@ir}eIG`MH_W-Y\n݇WFV@g!$!:o,{[DBP8*_k8Me̼P\nי龲o 25g^ D\\w3=ZGRwX#e2lHkkw\rh%@HZ+4ֈ-]!hMؽ`HfUh3f#-l)?I_$\0U[@&;PᷲHxeb{h t*ҁ赏%Z6iC\'{3K4vٛCa͙,~ހS$\ZReIQTAyٿ5nNsҺTfI8Lgh\0M!IFP9C\0aQL3<Hkmr74xÚMÉR5S9Yzgm)j\Z/ѡi>VHR&[?5NU١h׌WBIeplhƪL4S6>ox\0=?d	\'wf9~%X$P=G3\ZniƆFtc%v15M2JY$@~ZNz\n\"\"m_#Z,$>l8:hE{Z$p}cq[ߵuxeàUjGZ\0Z8ߴЦ|*a؄13u5̺DeMJyKd8F~`&iλe/#ڤ#$y\0#3>k޵k=+}vF\']F^ĎUl;Mb`ML	k+AC-:C%4N,qh>#hJN&5\'~ZM\\DAL[>Mx:L7Nh)\\4\rW%:a<ThN|\rT3Gy&o>!K#KCt2z,gAcŷ\n#i^</۔CøfAb_ߧ] \0TL4@p]fD,kAX :-D$,tk:6q# $`\Z۶5y\ra%*\r]D_PV `nЙGﻼz:|:ۂ$uI5L+d%ˠi{P-K5\r,sOL@THke,ۣKLPYx3x&-e6if(J\Zv\"?\0CL>D(.h~h1IPt]hmd0xF#Ӎd*-qF[bf\0g|>.T/~l-~^ :m \\iA|k8|Q?\0d0`,~@BZ#y4\\#$/\0٦j3\Z 48>VA\0 JrЖUBI\0Z-zf#AZ42\0$wA8},7H&NM=\'l7wCWQ_ւ@I`+T zYViNN@b(Ll%R[#np$A{!(_S=Iz@Y )484gwj	Q	@JD҄ L䲇;}A@ژaidᅐAd\'^Gq-SjW@<F̈́g,	/qD`eA*lNA*0\Z8\n8{LXv7ZrFI4(!M5:y~>4\rH	B\ZPC,:l|@śMD;U5	hqiL(%E`\'ƶnN-uZ\0SdҐӔGP\'*Y,H\"!ԇ3jd\'M5Ia@ЗcV	s.A:qmciϣCѭ\ZUT!AqȺf6O՝n:M0htP--XoG ҃JRf|/Yky7KgɼDZ\ZcDsPMbYfCѥ2|ZC2֘t=ѐLGKLB\r\"T;]BF}wj	]b(C1\ZCPGVqDBkVd-&!(F)PuOi6XA!h䬘cKLЩ<iD$>$H!t\"n+.:ct|j8*\"sl7ϴ?2cL1WgXJ=^&)%@A\'(Nj	{KRN0MFjm0㰶\0zᤶiuS~rt1+:	x]pb$p(AfW37~Sk#4\n(p7blcHB\'t\n\ZM<B6N81HqYB:*a\"f±g@ɥ5`	VePWimvI\ZOD&%[3KRjPQ])HX6Fz{%~d\"iȏt?Bn0|&tA[lmK%\rp%\Zo\Z7\r+0๢ZLf=Z5qH4aoiǉqJ2{eYl$}4CM8>F\04/b0h	Oj:}DB3y@pcl),:14?Xz,.R?5d#\\[\'Nx-mL&c\0[Byʇª#v0a#\'xp|P=e\niduk.zL0/E@Z;HÍG\nD4[4e1Aಳ@zAF.b0\0d@I=`)1HBB7#\rKRrp2!z=N2=x@X홢uY%3&1b3H8*p}s[YH\"o2?A9FX%+,2hݺґYrtdh>cvŐdZ8DӦt.sƞX=J|x\\\"\r8W#D0hNbs-h\Z`rb6TItRE9ASf=4Źi:DH\'+4EYxH2yC\\8D-[P}Uz{eWrC&.9\r&poXYbD].\\m$9fڥ*u<_9$k\Zm^fNM|~\r+w|p؝Co2]ok|%I|BVHeu6%߂k(Zfe~6=lcރS2\rYPAȷqm<Ð;G.4^Isb!{SB Zvp8dQ4AqӱtqGg;Vj/o7Cf$/|53Iv\Z?Ҳ\")L_c3H2p\\>	XKDPC!a̓sʘ1JBRbGBoNmᆠĨr6-m2os5d-	 f!eԄ,g!\nc}ɣ!\"П5zP-A \ZΌ;\nrA3ec#\\pt$I7cl; D$䝥,!&pdŹ\\Q,6\r\r}<~]@Zpn#5(\\wTZ *|TbsV,h\"}*E)E#U%<\0<)\rV=y8=\\,4L `Х2mp8ڀHCإT{dwQ@LPZҤCOW*.(*cjRnZ*sYJWf zu`|JJWJA$C7z݆y0aeҁ_1o\"_dMWY?\0+A(p<a)(19SH.%}h0\0L5z0a@?Mѹy}VAAeq$y\r5M<k&.x=|@ L>\08.|p\r3h	DCs*Ȝ6f-,BjjC>\n̔JՋ0vvx9fEj{Sj\"<<	[h\Z`zxlv8rz8GE%}5,a&B]FOsRʌ<\05JbbH?U#H\r&Me\'IkZ]nZp8qnypDH?X4pk<g1N6@lQu8٠0^xS\'*6T[+\rOq$aoCr!̼PaJLXǆ\rPR=$NX۰lټT,@DGC7JHRqI^E4`#!R	4j|.he3#ЉF	1p7iPuؒϴ_W-n MkXх\nჩ-pwCF0B#s~A>@%&\Z\n7Bghت~V8e2Hij/˅S:M\nuYo\rqd^	Ű1ȔMθ!(g9\"9߭NKY	<@7fm\"Ii~ƫ[1z<D:CHP$謮Zl	5<p#sƌ`yah0|*gRBzۗwŜY\"8pqއA6w0\ZVQ\',wgc%S8\"	>z!d*_ϣM8Hdt` 8fD\0;>&KahgyuwHجB8p*\\1D]?/6]SV	{>q3(A.pl6zwK lL @|}<_bu>\\t0[rtк)gxHpٜH)w(D1U\Z.qrqlW(-NB*Sf>90|Bo@hsiB\0IqqpaP&,Q_S\'`\ZǾأ)9qkzmTͮJY9B>n烿o88}%?)= \n]2(x60gTBS}`,9vG&l9nYU$bd&\0\rsaz4I*tT|hp9@A`pf˞9b\\sF]Bb\rU7LCc\\%~lx2t0kOXdP7[砫e̎yS׽ĺ4<8Wqv26+ǞQ+ah2.k\ZH}BBm9_i:=MN;peB\\I\\f\ZʻjOc!G\rLNwXJ G}\rbq	Vyٹ@e: N_l\n@%re*&)	 L?p\r*IRy<AA\r	opcxc Uw8	wqQ )\0y\"2@9Oÿ]jLHvT4(c\ZY;Qg޶=:H[n\0_=XtYsΞJ(	8;0pCWFV뀉!,!}B$XK4dPΦ6+o#6 *R9\Zfv\\Xs@HKS{tX,xAJo჉e+PX!86aP8ZZؿf.oT*}Af7pCraC0\'qgGE{h캃@bv6V<\"=Wyh\'|}/Z8_+QfŻ5ο\r$jhzO	PyFZ>lxHyH<Y<ɶ(svI.^h1]e\'SFQ0ǽ_ܦ}C\'{e~F%}~7i^<UI2z]E~]5~uZjuz\n֑~\\ylyŐތaә?E6ڝԯ+EDmTzj=vcA͜1^{yBFcUʙH	hC\n,p\\G@5,<v|#\ZiiU\rVv3bKжv:Vm`LaM/ $	İ-hfD[CUkjogmQ\0}􎣞7\rUMI^ޭ:|13$K$K8ڥ{O	mnoŅ&vrt7;$bDxڤ~q2ٲTj~EqD7;r;i)ݮHlo/-ݰ]Z8U\'-K2HuO(Wt6F!reorŶoXk]XzRy]V4\'(x+@gtXj\Z\ZOM7|ޑW\r#r?3%J4{\"&f@\r?-ixc,PqN.*Hg6D5|<z! l3.\Z0\"!*`@̌Ⱖk:)Pa[0Q,|Cl{yEEMG֗ӏ\ZЮ%/cﺏ!.Z#\Zv߈q4/_1\r$t[@Ce5Ptct4:)]_I_4#AunIި(*v$[1.~Ժ/*CͺOX\Z\Z~`ٛ(%L4չU%/\rGcal).!o|\Zk)vIF8_sTvZU}pZb]ToMX@J}l8P\Z,Zg*9Uq镚4<=PCGW>=u\"TeԚ(>Kp1U`Τ8Y|}[5\nH8>9uhp>gjfl!dNx0O*K.9;b\0\Z\0n\Z3er{q×Pc߱>	J9тKWިqlL]=,H]\\T=G\0zHr	;^l1pJFy\Z|ZzKWSk,GlZoPaW_[\\do K2:d{BGP) [>\rbc7M#H8\"gokP;צ>&mH/\'3JSoygӓ|Ӗ%-Uw~[z\'j-ʔyMҘ/Y2e&|KIًA85.X&x򛗂pZ˩SEgl#/Rg_\rPшg\"@TuPaz&DaZP>3TˇV7yw6+d\'  gtCyeQxZz\\Sc\\)o++8	STx^2/y9ÄD+jyEHKGfc9`$rCf1&\'*<T\0V[@{\nVGϳfKdv<̈:nҭpj֜B\r+9_1]Ww;~l$6XՂUy.}Z<r̆_\rܪ\\Kx!@}/(&bzhAPRH(}7/|Yͳ9ofo0uWLT\Z\Z>Z9*\rq_ZHj\"$N][h{pxkT2Hf`m7l3\ZkSGmT/R9tvS5ƩIȩ-9thIܷܳ6\\U+a\Z[|SGǖFxlίSAW51k9,gٞ,{<UPr*.\\=>e룤!>SW_9QnѣOZMW.8͐nn|~\'@D\rcZW&G֢kObOUǛ\"CK\rS<ǋt4u)3\"(Ds@qPΜo4S|G:M\\\0t;=sg\nd|}8锴nVIYHYb[u>zGxu·D-Gnhn,m2~\Z1j.^A{&jh[yIδn@y\r{\"Gygg\":!tqaA(sw˥yb.i&3.`Glk;p^q@F`\rgk9hT[ym\\h8ߵu7|\"!RvΤIO3-dI Pa}OBYU,8̉E\0I̷KLt)2.KxuZBLMt0]v	|{أ@x(]\'9jӻ(~hڶ,ք.\\AGtr@.??x}\04)Nz@,~bO\\tar6MGߔѳSs7NQfm\Zӌ8^-;2;Yp\"1m|?e[cgqfX/|eUwr>=\ZCC !r(~ȡ!r(FOC9oEkLDo7&_r%gI9qn`4,bOA:1<Bpd=wÜt8է\\8Bf7jk8j(r_Y=}z}A׉l<MNf(@ٓY	gG8`&B+]{]xqH[FnG+Wdf;Q˰S\\:B8ӛǺtDߠX(\\Zz]#MFyJecʒвǏﺮ5*U Hfcz)Zχ{]vX&E^@s㧯!<vC۽Tx6Jz?sDO	+`={8x\r\nfkizo\'M\\Nߙ<mApDbQP	iփBe\rB}[lwt(\0Or̈uB<ԎNJj^&$d$4r|dCQ4ImӐQq2iL{?szYsNl\'xG(Ǐ|FIݖvȚ\'gNDDNE=\'!bt[FđI/s(߁Dϣ7\'Qǫ4[LGރ~,g+@|lYm3hȶ֣,O&K\ZD d̿lr^6 7&\"}\'>ihW<OBDi]<\nFN%&WH̊ap4$mŢ?L壔\'md\\4-c,w;_ODVACp/,։>1.Su\ZMdX\ZkeWK	L!E!^F*`7O=Fm0yU\"yZTH<֟ӹ/*C]jEco*[shWuUޞOZH{CP=yxVh5ؙ6{1<~N=CXuMGg?AS 7:~$#[^5{uDN9갞?ǅ$+^8˖{E\'g?]:ݐ$20Ehm39$5<SmվG','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:efb7cfabea89db2be96d50a1b2ebc062','\rI0\0,VcڑR*aN3v}rَ\\lewWԼCwHkwT$^hN5sLF1Fsp>I0.','20250816225413','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f0985c72fd6e71fb1cac31ad63becf1e','=6rxjFw$T:{|vwI9\')قDH\rEHj4*x@ffϏڻ\"	xFt~bdsy8:p2ҐNpYKP\ZD8AO㹞+w,/QZ.,>]b\0˞V!-C_V,I%ޢ8Ct(39QZZeJM2N;obH;PI?o2{t}nU8-x-Co=|d!.eh̿/2?B<9(lG+G-V\08ٟ_º+c	ݷ8\'qyT|QWY]f9kpYG+lsqXڀ@rxsp+@)t(l_n찷Ui4Q=awP8q|OoY9r\\+4bsTXO	,ŋ=\"29FUhq)%sR(X%!vQ.ԙ݄%\Zs>\\B;YylHa0>5wCѾC38yXFv(at,:L%;so22_ҘL=gGq!C7ۗON&l|-ٱ89ūXdaAIb4v9Q\rW(YMFDǂ8\Z5JO=7n\nԒ1YɊI#G7Pā\rY5\Z{\nH;,o0MEđ+cB.4_E}AjU䟭mۖNNף)V#끡̵``Wk\0PBx+X8W[=Y5l]fItݼ&t-&^3ؒ]T2f5ai-g&]f,*Jsy,F*	LM4-Nzy{+l0.q|*B/@WiR?|ŗޭE}!1)8cx;nuD\n`1ߎ)&߀NP\nw{9:0Fo߀NJ}B^%_zXIlWJ}ߤcI{H\"*{}V	BKQs B1J{nm\n$(^[ @b#?mPYen.ٲܘ+\'$24_[C^.I\'\Zt$&.I,\ZsQ)ɮ笻[e~	vA6*q\rU{>}ثmqޖ(Y	ouPr|jP{{\"Eo0XUH!z\n+f>?jp>ԡ6_/<OjZQQdr(Ҕh.,l+o$L;D7\"LGqY0ޝ$#%¾\Z9+c.\nv	Aք>S|sa3y%NAxOr!j!t3ȜlhތF\"\rD-\"?g\"x4#[i0N4h1ѿVxi<ۀDf8YF-9#0p<iC`e~evhJ(WpiR0_Ĝǀ>Dz^̶c{qX3`LI]UJucFU jkx}鳥u!zp\Z6?B0k//@8HٕL9WdnN۞.7}J5KZ&)=/	ǔ61cGAoPuU;@)[5e[V#uU^u <\nؕ0:s7\'Sgvu2ueGQFڕIfs7(nwYExǦ:5g rSX˘q_Adف6\"D4fZР80WQ}g{5\',]0_Fǃ΂Y9Ϧ`|0rȞL{#ƲtY)jW_jtZ:Tass*@dM]*.(cgsgSSBNGt}s ۞;nd%YS:Ԁta0ĪUkfr@~DPOTX,&Fٺhb)-&!-A.i˪$rL%~lR֬qnF<BϦ1 .1%2!*X١[+zOvՕi,Uɦr|D52[dSJ+k-3˗Pqm,\0/)Q}@\\t%\nr<(HwU,g6Al6ռ\"/!6.mir06pj\rD*QДd0G(8M돖T5V,VZf344[F~ZF^Bl26Սh6TU׫ٲS	k\n\\VdZy7Eh	ƫdy?X-Gk㡑FjMU$	,-FJAD\'M|=w==lbhז	!v&a6!4ځ֒[/Än>J|u{|?n\\-j_ҡECcУ0}thRnMc hK\nnS%6Mɬ46\ZL\nSZ&:fZvf&.]$9CsۨLbV&o1*f\ruu*L9_^,Ej*[nӣ\\9H GwO#q*#r*}M\r.ٷրKST=Շ>	;`mɳΟy_UqW&XΏgŹFrEa^y|C_t8YaPjG5磚Q|Ts>9՜u-k?)Eٞ}0uE봟wg,+˴	SW%]R^gE:a\0LͤdaWU?7N%;FzL1u8f\'KH9}\\:;TܳXYN$+%q}r煔=gF=yzmIgU͸\n.s(\Z\r7Uhx9\'*QH=š\\7>!G7oǣ{YyFA\n	>hcV>ɐ.xVH#zg\n6O	\'[+[&If3|w;o|=7r9߳|4P9Sw6;Ƀ3vǉCt8|jM!Ӈ@FaB7ll{0Ǹ߫mQipvW#wbD~w9E5+̺f^&+ZIBP3>h=0|OD>.?_)=PkA|ݢ~ܣ4\\5H1Q_\rb	B($@4FId$6XJy\rh?7DrQz\"$X=\"I88QdYQЉFA~-Iݠ_PRQ.8\Z4Xd= nu>!\\*-?>ϾgZߍ$N~[F_M\0v8uFg&gWWDMJjRO?O<\0RX\0r\ZNCI\"D;OExRګD\"P4U½K0}R?HSZ$bO7\'#;?nϟݐ?x[Ϗoɇ^/`&>팾}/2~_i $(TNj:vf2_JKT4zOۢϪ^o60f`\ZBeDJKF$%.\\\r7W	H6\r_s֙|=߈rPк,|HlٯA!ԥ`U*y)KQlYV\"%PS63nMCW(9IH=j)]!lD#Q(5\\b\":JiZR*<ѓI緇Sic`-Y#aA}ǦǳᨚS`6I\r 1\rM5²>zcG.k$^Dg9YբC{ 07W<t***t:O$iWr\".x7p	_}=Ua!\"bH0eDhaXu Od_OW,SM-Z`\\/z֡%ċK,Y@d+5JHs\\#О$m6	3U$ڰ&XynޘI<{M6\\II=[RXqᴽ!erF\r5ګZv?ki)+{8kGB?BAZ{eZwʴ1z1&;&a%Z55,l0.\rۑ ܢBP΁RM@\0֕9BW3uܙ:S\';g`qQnm42`ɺQ$:UOVǧ2_*-ɬ.ļtC#C,EK\\k-;mU8$v	TH%x[;nL$9W+hlr{-HzAʡ0ɡQ	K|bL4\n%*1Jus64W}Ʌ첳H-\"N{G]zglWpi[X8AOTHb\0K_+m[O҄)F䓱\\H*ojܘ\",epr;fK}xm%i ձ#vcI)D\rS.iŴw m\\UYl:Sy+bfE֟Q-;$;%rԕ4&.2][k?Q$ܘwMWTJkQ5D^宂$އ.;lҗF;_,6HVd[/܅k|?Pۺ!Q6NQ.uEU\\OA\nb E,D/Zt/<wF6J*yK#1},,,flo!\Ze095̌򁵛Cv\nO8QzQcos&^!_44P}QU7@uL7GLpk6A^VGJ8LyY\"]5{^w57ȢERI \Z$\Z\niQ	j}TL\Z\\d=[@R)Tuϩ\\V-FB`uJ+ު9Iym}mSؕXeєl)gIFQ5iAܑ>x	\ZkXD /ؚ\"M%ֵnPM?+h>i^wixSzxIQMYhpjc?9XB|julv#FF\nd%A|jܔit-ݒyokan,k`{r?bkI\ZCΤ4laTSjy`a%5lJgM%7vw؋Ai$$oN:\\1y0|-N/$*LO\r(~4%i6#/hOo[\\^j:fACV5&2!񄣬PP+vÊptNĴ4etN:tfНzw#kD|3O=v6)+<ڦmkv|\ZRÒ\\Ri.ua`ȡrvlhx{AYK2gwWmrnO$fZ!\"~,[noթ%YT_\\H])TgȼֻNmW`׸NlN\rld-A^golI=G\"3\'2CIߵ$ʀOD^	r&L,QLwWY&K;~d>kCO>q(ʩ\'\'[-F=A޽A+W7U\re4rҷ3-;I|w2aw#%X?lPLq\".Sjϔ3~mP\0j!;? 8%o؝)f3; =Y՜王tp@>[W4\\=8^ڝfvQ{#F;Z\Z>mrbyT\Z	\'j۫BRf{o9	)mճ*E#NbV\r2nèڔsnUozn|έHwȔD>oNadN.m8c{6hmO[W5>[T,6\\u1;\Z]%)iUR[pfJְLK&\'\\-*ݖN-M*nbp8Z0&!2`K3|IGbBN@L$x&z{F{[zEJ;*SF/vY}KVkp3y++GbsZ\'*L2xA@TĄWKm^ ΩEZ9z9ҿ`\rqM\"b9EGB	IZ[`64|\r&5^ؕcki,F3܂`\ZCJ5t:yQP;0}c*Cs~\'Gk\rt1cEf\nx9x]\'r7O dykDh\ncF.f5>4&{0!:k#{A\\6r+\nZa]\n\\PqDb:,5\n4fu@)}{^GzvcOV\'Ö]w\'K>0\"VA0\rF)a薱a!Џ\0)J!SZy;hX;Һh\'O!9n@>\0ܾ?շKxk~75<hr	\n\'@<Fɭ]Fevh.K<2M[59CMNw%IToI(}eL$¦XdZ\Z*λp©YYDm~7C~KYG>ΝL(?נ71u5$)\ZFYXw:S79O!N$հR@|\n=L!Cۍl؍\\5ˊ̓4e0&UŖyPPO-`R0?7g=2@n\'cɖǛ&[V¨}֘af|l{o%G GR_hRuIXjMzl\".\ZwST,A$*ktÿ.Cm<dr82Y#\"n[:,۩dmɕM\ZtHL,F*A&LfG󂹠g?ȿ:BEӒ/N/z!i2ޗu,˼JA@dih0jX;DTa]0zWZ	?R	tBC/|2e\\Ŏ8Z\'u~.j,_Tg8_?.0X=2̴UvHppje.\Z:kHQ*P_#^T|ҦNV<m^ѯphw>P?@\0up,~yvk1L\Z_\nK^f@gx6끲;-\\jzg_싀^~A2g\0P\\:G\n <o,W+{%n=.YIMPU&AYWw\0ͱ\\xlG${I\r#Pu/PCeoh}/)ŷqD,pA,!_a[bd-nmjo\rYBloFOa0{p͖gdٓCYk	OsR>0UjD҈J%;EuNBcZ}WcPu<b6YyTF?`#rJ?|P$f:UdcXʱXߖȯzPSO\ZenDzIɆ<gEaNBxXQ$sO|ǂY?e!n24zuD7EKѤQ#Oo&h-AOH_^%:#dߌi44z@#^x\\:\"KA%!}b͚@/DWjJ>(fO{ݸJQ{G=Xwة(+>\Zh00_w*{/L&Ϡ\'AtU3_5[WЋ+/j4.\n[Rc<8<;Tփ%s- \"+PqF-(\r?\Zᦥ7-4$E;. 5ЃA/2K2֭ox<䩣8JNd;.\Z|-eL፦r9RuiM^d?s~UK*.tY>_d7FPK eTUIޠzpϹY\n\ZO|OYJsd@4!o㬽<r#qXb\"b\0w$+!U\"9e馩H\'^86,sBLq$C$-i@:%@֪WIJFX,cI\nrFO[	 t\\3aI>ېA+42bS;%]gOLgtY2 DKs^,rxū27K._7$ɹs$nID˭mۖN$RǊhs\r@=rH-Q(U!s4jm|>tuT1/9C^=3\'e;,%;{d9kqΌ\'m5V!Fy>bW)â4VΜ$%HMMs+5]}+W\"/K9=x`GFQNvjU.%v@zyI\Z@Ss̀꥝gGr\\7iU_ڙ-Mwa8\0p{Ds=̪.&3NյC|47Pi|d','20250817004307','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f2d7ed9636ee43a19cd2ed0f63b5e1c2','M0JJ8jB\"[N9;l2ZS%lSB7ypC!of\'vh+`\r[<N..CjB_%,DW:C|o<SW&/ NdIBIQ\r,jppv1r+%1S3s`$tdajtv5:T	hȈ%<|jɊyá!p&bl~#sҕ\\3.V_KElZ>+m=tbZi>71v!K{N7L\\K[C8gJ*;\0]YwJ	\\4^􋑮A0nÞš$8mĨ~)5Z~ٱ_9\'7\'','20250816225414','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f4f283a89fe1335c6e3c7c316d88aad9','n0EMpkcAiQѪ\"4/<s-ί97Tnq~GDļsЍ\Zr\n:L;IhN%fxY\n30Bf \n1.z\n=PBke&\"w!i VqY	k\rTFZГ<Y!Ѻv!/Smi,B:%O5Ҍ\ZTyy&_XQ<缕r7M[\\3Y_[IO/m9n,]i|βKP\ZK*yy|#','20250817013707','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f7704e192ba7fe486c019bcbffd843f0','ks۸JEYo+\\[;ieH\"j\nw$\0Re.$X,^$wvYM_xط㔑4qii8.R%$Fq{1_,2RP@[=yi0gMvq^HJTT(Jrb,t>XPe8\r~qI\'_g<LQ#瓯yl7߀YYl,X)1uCcbSr9e\0,;y\"#@A\"V=\"&)\n)-!B!$%q!I	SjE(W䏣V1qjR}.W(*a\0\"ة7\n<qC6\ZZ_a״	4I!ïp*~\\sDlˣ8lZ{9h[y\"JgˉvgckfE74K EuJfL\r<\ZOuwnf&GH;cia!hejO]R{hm\ZI=Sw,c\0ceaoX:{}/I.Mqb\0$8\ZNa(5@N`a\"FώiÉ,tEz9ϛ.95l9z\0;&\\܅r(;dIr)eQY(vf?*BDg)/X]C1Ն1ao/Og쭔d7C%K1wSF<I.V`Dթ5:9/ܫ\0Fa:b@X]0.<I@-י\":\n1D.7naQjX, {J͵Ax0bx%h%(KFķB&-W0\0PE)zp	Apb-\\D$뀅IBL	kabÖ`-۩n\Z=JE}nnETlޜfcJS\0\'Si>/\'Dj/`Gσ,6evz,=#{DxUDz5ԆFViY3avMc5qt^c,8g+U7NbS(^GGc88Mo	>~sr},9i2J@?j5U&sAoZk#or6_NUEM`nWC;9NBs0&(*ι)  *ũ+w2s&Bч`jMnX1JN?N\'_o#;S9d,rA(˱\'Nx# I|pi,.\'=\n K\Z5UT\"PH<o;e)g\"\\ftJȆf-_1\'}VKerYB8	p9Wp=7p;wpv%\\mWEF:4Q;k\'x8(TDR\0i+p1X-|2_*$iVVQ=)y؁ER!ǫ-<ZDr@\Zp-CϖHXd\n%k=j(u&a2#E78Sy7OM\\U\rMx<Sy?,?[|W4Fne+5:YX`Dȷn>1_*zpՓPOAz#J@!v\rn\Z;AXȥa2s,\Z8ї15>Jv:EhhE.(bxHK[|B$28={gq<#SIE$B?_?Cl{!/>S|[/#~uy\0NK:HY\'_)S X8Q\\Z-_fEϲc-ۀX{{lae}Ng0MM\r<V`捻jQB8\"xJL8/g~mGFF]Ht$N+h\Z7yAz⅜z{C &n\0 \n\'(?\"C	*M^6 ƄA@D57/4@[oP-pjP*dj6k^U!xӃZ>iכ]k=ѪD[=	Y8\0d[@[Y҄7Uּ\Z)@OJg6_ǝq\']UfuڮAWk|f^|\nUgێQs`TK9<<0W1&Z*T˯.4팫>Txv)faݞ:)5\\Vj:Ew(3͋q\\ags{yRN\0J9,5lU~k٬L!J\naE~V=!wUu``osv-=#aDYJbo@~zZag	R\\ƈdHoGu(P@l`v^(iMFLO0Z[l`e%IyV?U\r߫vX˾B<MŵNuj6V?/wg55xy}t[ Z[ug\\\nbnxۄY{m#]^;g<nET_%?4_)	xǤ\"\\Ssz#k._Q\nUJq?&g廓\'#GU_s5QꞋh~f͞]8kDb\0$zsxs^wfS;x}9@Qb|WFrvv+h$ 8sW_oǲvݖ\"j❟Cp˲cE܃\" 4/R\"[A<=XeZIBYJUe9F*`!s_I|3K=C\0eYV0Wk\'~>Ixk t{&qLm۱j[57 k]j:$kVs:֘dJ/Ryz! S~dbG$eZ*@\n7wW^*8y>`ȶ۫L:0F\n!7\"1,_ՙn\\Dj2)>obﰀ!&}xjRcބ@&','20250816235055','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f78c427782b0ab1a5196519b979b5e49','Wێ6%FuʴZy-@#5E\n$}ݼ^XCe%̙ڱ-eo(@Hk@RE-*1>t	JA4ŗ$MsRD*}+6)?Ij2z*!]=FP\'$ܶ@l\\ Q&*iu~p`Jh^ sLࠂKdgCFk%yyxrO~q ׹ok׉,qɅl̞Rٺz3d(bG߈lNnl`,z,(*EI^NIMyk8\r|v/)>D;]j3R/lUթ!uvPVq%Ooy9BǬw(R*\0zs)]y&e)7JTm؉mؓ:\n|%r7+\'{S6>Kq@ptxcY5U76f\Zm\ZE)Yp.B[NW4ZNO{K[=o+Ƹ\r=\r5\'[\nFjv0\Z3{ɬltҞ6ݱui+0F)˙<\rvoiRPPJ/Enr?_?zE?>Kt	~kU+YOQHNha}ՈRA]&C$HsCv0O\Z%9z%Y$\nڞjaj3Ի%wOG\rғ<LMR/s_)|W{p9GJHmXoF-Ug,W@o?4/a[3M','20250816235138','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f929d5558fe9f2796134d58c6c893c99','mA\n \0\rZ_SFa>ܧ2­=&ʬx\'8va\nVF7!_:(*\"~LФ\0','20250816234953','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:f9edb2fa1a39f5296b9f21d57e8e809f','Un0\"A5e˱[^^{(cWaHv K=[ʣ#-|˙Yji2\nEP)ĺw9,\rbTXjq	1$JqZj+ЊILIP94Y`**s2p]8MҐJ!sVW&A;&V1u҇v}]1NC_O	Yc5_7\nvִ4\'/[KlL&|uRduMCgOPG%( _}lY\"XcHY*u4ɅuWpwwN{J-/q|ݳJ|6Ѱ \\-7>gNѳ#xu*j[n5\rfb\rG@	6MԾ8%\\4:$q1&FoWĂ,ո4ZvwڱElbUBv?0{h\"w4RD~mSg@wC\'ڤ89ھq^u)Mð\\\nXit+vHm;@*zό~P:RM/ҪBq<Ѣm^#qڎ)yK*yN~*_D?\0','20250816234952','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:fa61ca8aa004d711344f99298dbf94fd',']s\ZWg:[ݝeO霷l\'^!Iv$O~Hplh*+/@-$[H<@h<㵢_%5UG/kk[h2\\IFN^}@Pl,ϳ3{؞TM%y8ac}o\'q,z#חj\0\0׀~24ye\'\Z~ޚ.D!)K\'HϤ!.A@7\"tx6N:S>SRSuͶB$9tU1$pcZv5O4$`6]3ru`Fd_-.jĮ:A	=z:\\Kה0ˁXT䓳CEt9*ft;hxΑ`ٵMPխkbLc	>kCIutMK^nZ&ZiX9cغ_\r7@2L`b$iʹQU%cSD􂐖Ή#dk,gi(*b5S$	wZi\"D\r+(\nL|&$%␁mAGiJS\\\0*|FAbwC֕DKAXo]1Q ntD (|JbדXil〯.Օ\n!j!HVP\Zp7woۖ#vͳ@3naS4]*t<et-K=ie2ATVAU<\0@yxX\\l︸m-w}K=)FJ]t\\<lMu U6\Zar,X,6m[BXe-9J؊3md\'\":X{>bb䰡\Z)I\"<U}*Wr]@a0aEÒ__!@	,y\00܎Ҵ2Ȣ-Q*ԋ(-\nk0nWXqv^k\rۨl)51{%\ZyTm20\ndᓘBf⼮+$*ݣ2~,*w+}7-=(6#B˔Gu4Z(<mCTAaѺB-\"%&шXL\"3=֥-T?*Z!1k*+u&FBo]FZQw3Z*w8/mӥ1Ѵ#U*`(1(5K\0hjɓF ĩj/\Z4\\J-t-.,{-\"5z	⸚56Cd[׶]\Zvx3٤&*5Fz\r\"&|~P6+Z4+8Ou&%aNվ\"L\r\Zk4u\'\rq5k-owax\n7Q<G=4s/\\?~Q\ZZP#,\'WVg;kZSj>^,f)/5ѨGF\r020.U\'T⹛>jlXk ~-\Zt9FUjj/U\n;pHzծ\npɰ+vo^\rovx%3զjN*2OFn`z\rn47`oKăT\np7hRЀiŖ㯱&S&国kt\0k0=t+01(K_MXa,$ /eYWȕjQ\nYn;NH3J뱖KW\\9@ki\ZK[JT~Rŝ,uX4ӧ93A[=Nrxb@o[q%*ymo\"BƕL\nV/FCAOq~N\\vL4)s/7%?gye,	l5\r:Dଡ-zhpGI4cǉ/lmݰEbS}΍I*+mPъ{GYH=l}1SO8~<ϖ8ZgY/?ElYjDbG<;b냆^>&߈b<g\r|bSa #X^rs\0ŉSwn`\Zr/GO_>x9j@H\rGrPז\re{\r^UE0Y4~F\'Y4|;ҩ;,lPa%>?>TMNu{thn3~/cVc8_,/)\0uX*_cUp\'!A@5̦/l8ǁq5FPra݌)7gN3tL \\y (YST^ׂzrf]=wīC\ZMOgsӥȐop]N_t6g9YbW~a?Nm^`pSr[?qۘ;cp |]=Ǘ͊l+leyجжͪǢ>ܳQ@!/;*x\0}֎8A8V\\tjV*$.;D2xg0Owsy1`UuM<n_ql[8=,8FG~#&7hNy0\\W-\\W-|xM|HLBT#> TZe|]B JQUU8(7yVsQrxg@Ww\0\n1T5uuK@94 w\rYT/N3\"㤿d/.|*_aGQx8jpR.bXbʷ<̔\'wlh.0ݻ²R<\0\nl:)k3Κ	@^rm}3j/?\n:b%A3$ٽ;}=k\r7K.}XKG,\\n^oO4ˉ`KkER5tYh*)34OtppZCku{Jec<y{lm+6L:ݯDTnIEؗ/;:!DQaW)@=e?j7z_$AB1^˒XF<>m','20250816230324','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:fc779e9cb1a432470a64c632f5c34ac4','U[o0+QIG,io6:i>th}Ɓ\0kIjowsӾwmU$bߓHrNBx,qXIIJF!A9U)e]Q=21iL8${ONC_8{9q4C3b^_{c)HÇw4}\"):s]H͐IPK^\"M֝&	Hܭ	=*;Ym k.8}8A~vgHet;q<*\'Rx:tWuHv~:·]<!gZ!~ibwn]e3W7%ʲS\rbUJe]Ш`<f{E\\x9I7Y\n	,~dؐFjm\\φ\'Li$Q|x}s=JAĹTC:#dLNt\"iK.z~,Lޙr)Pgɦ`q\Z~>:3&2Qѭ1 K]v?v4.92\r\"p_k7Qފ^9N3Sl۾!|V^4=?P܆ʲ!{j{phgU08+9gI\0z`N','20250816234951','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ff3610b368c199bf37660ea3ab35b13d','Vn8k&@ٶF{wq:{\0oll$g;@zݤ*2x3K3)Q[\\	\r-lE)jJ[/`hZDXu\\F=)$0\\`05}%\rvTRc@Y@;0:@d\nIq_n/]+}JK\Z*;UQff0ʚ|]2VgkhC%Z\'=f֞\'\re\0:GדU!Wj=-m]	Ye)qS(:*!4?u~bl[.l;ק9SBH*i.DTº;&\Z]uHFU=^8ޗѻeȸʁ@V(/rO鶕/z0\\nQVγ0yQ$TjϾ[S)MjNZ#g2_kإ5l5؍ekؗXe_@t5aڐjf_nc\r3\\Ox.<%|]xCAޝG=bzzO<o(Bd51|pC#̑\'-\\*z%Q886^}V\0?vYLwz);v+|, (pSG34y\\Pҽ0]Hg#@E~am;RcNr|1_nqDi\Z2ͽ݄O@uB,PݬM/Lxh=?L#9}e\nl?˨I˯\"5cQy\'96Re jpdXaIu;Oq8#ã+mpcۦhFm-pDK<NN۝?4WǺ?j{bg+[)','20250817014846','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ff37f23fef3899ef5612cf74d926779c','=k㸑Ec=#϶\\݇!6{ڢZ˒\"1~ŗT([fLJdH\"U.\'$-b<Ң\n\Z74YgRdorMYA!A-$\"P:HZPckb\0+RV\0+7E$ޚKKr2*HZFcZK:R<r qz2gدl:{K>/7YZѴjG]W-IvZeN腬U\\%G\\D\nUADjs,J@zG3J籢&S)nVfduݯ#$ny[r!K2\'֩Ky\\AdK|xmcA\\ԍXY^=1wKM24IAY|*mͱ4CoKյЉCl-LrElKBi\Z7Y;Zz-͛ȶpZ)NÏnǛ*,~<_FhГtss۷8nU4ޑ$~NMp:|:w4jPR,yRt/dV VBbatq\'\"YȩJȒZצtqŕi$KX݉*Pې>hjjF{[	VCx,xt4MP&W]yB61*n-󝣠(.Qhݹ+1m~lO#T-\r\' ԇ3rO]rcӆPT9ume<;mP3_ߋҺ4^0)\\&Xv0=3BEJKNqT_W\\).&ztֵ}ȓOWR^		\"6$I#@^=1\0lgs@l{Xޕyzu1feh:=㳤z;.L	`TE,CE	m8jU#\"GT1ݪ\nʠcܬe*9-zTRZ7+A\n#^dAmX(^jڨeTe*{~qG7{и<A#1ѥGV8JȂmql!<x\'Ǖee\ZdC.dyM6{3]3ϔ_OOL)?Ox\nFyb·jEQY\nA^LKYv٩\Zĝ2KDQruhdr6%I\n|=Zx%ΎU~2B$oGl!I{ cb(#ʗCxt;t\r\nvTmZAo>~>D51λ˥eV#ߓ\\Y]%6aBGcs>|%#:)O5˃\\HMWEdv}OCR!\\mṥ_xQ@vǼ`97цT%-n_1j%q366LBb\Z4rf\'&Pn0;]@PV0\Z7BQ3n83^)UV++@ۀwm55(?vu7x@\'՞o+X!Y\rKdJOY׺}V&vKT	IL:KQPpwMZ,I,|XJ$C\ZI*\\eE#i3&;Au2˹/,/Q6;*\ZXĲN; {jǈj+`y6c mQж_?7cŚKdx4I.J,+7ד^%/xeS5`l`x[0@B#BkĽK\n.~o1O1Sa@	lTĥͅ$Рi\r[ٸ~ԳZ/*kZղNcu~_M3wBzw=誦ш/LK54޾UeAV;1QERJְ(qnb eP)ˎņb;)$q|yb<kp}\01|M9V_k-p\'48\0q/txg\0v293\\sW=fݏVKƬ?Æ;TiN;9Ja`2̕W\rW 8X&<g<*g@t\0`I-ӲFءw@;#e,կ]aYOWmnٺj*$s<gcW2^Z9wFR\na)/\r	s%t=0l[P:ϝfXֈEV!Q+t|`;dU-½]1䂤V1Y[QP RV.X˸j#_Zdmwi=AaZE:.Զ\\:0a[)=VIZc{/~\"~EIH֍kfl,!`O`9ԱoO@Tj _ACdָ57teP\\mLY&30)]\rý%_]2or0H	fUY@I1L7,g0U+\0%1STpv<|ۜ5geGbN\rOA᭧^\"gڊ\njnPM;:X8Xm3I껷.`Ҫ5Qvqn94JvvLjunq,Q,;Țf:qS\0iXo(Y]L>\Z-k\r/Y1 NeNg8r)Rᢸi\rA>e]wܶkz6\";`,mEHK(d`\Z\nO*0^f)V~!\\1?bgp8(}>%dtAd\\%zvF[RQ{csqBK*SEۀxZzG폸1!Byir7#&,,bv	՘j0<qpb_35%kj׵|k}> %-;ֳ=;ճ3Sj/ڦtQ{e:sə9@ܙI׮Kw1`mmew\";F\rW/YۑE\"/^\\O\Zlc	1/a{^m;DU:MY׶Db|-l#\r\"}:^v@+X.CRq \0ja%8H#a!R	6ITR;$޺%n8yM<ԩI\"-psM]êu\n7D>bJ&ȶ]Y挗8\'!\"|GԵ:(h|.ʊ\0z*PDNLB>=v.΃HIRvcc\rXNT\\.SIal:Z΢+?	o(w\"w&w!ј\02!#zϩ{偑sG\n7z?|M»`ʘ5꛽vzx#4ƺNƁB˦\n9/$%Ϥ,weMg ź!کeTVo.TZJ]nmNϹ/OFMc9li>t-K=^?ow1qj}jo6Ft9;XmO-O,[[\'1~Vij]XZ3Vi\\Ygqfm0cn_>. ؊=x]e\\mTEnWt:,ZuDi&U:eZ3)JBl5_C*WNҤ*3&VJuPgP=Bd_pn2.:*J#9eFuQdz:GmsRTgp7njp\n3BAхUZ[Yٺ[Yٹ[[Y[ٸ[[Yٷ{[wYsoٶkۙg#b2%Jsb2;PlIQ\Z,;,;,[e4iUؤ91VTaٗ8}j2elNqeg*YvXvXJVT!t+TCl\"\ZƘ\ZTDiN\rcL\r*e85LҸ11Ҥ5̱IsjcjPTaٗ8}j2\Z˩AS\\@iԠ2\Zƈ\Zƈ\ZT\Z-aAwS%.ЭP\rA\r*!D85L05LҜ\Z&\ZTfpjPq!N\rL\rL\r*IjPc0Ԡ2!/qd5SJJsA\r*éAe85L5L54j[PQJPJ\\\r[\Z\ZT&BpjbjP95L153Ԡ2)JB\Z\Z\ZTKԠ2&ͩaAeP=Bd_j3.Nq\ZTSpj\"j\"jPiԶ)ޡNBB55L0Ԡ2%JsjajPNg(éAeRƅ850505̗&-AeMSSʠ\n{ȾSPg\\N\r**J#50C0CԠҨmA\r3D\r*C*q7njjP!V&o[kYΓۖu-DpPFj-?\\\\\"㡂\rDΑ\'qX[P൳;}ݍU\".Hs;Iŵ8PSuԎs|,}PvWp]E6~;TnZӮe9K/@0Y_:?<G\r%>eH+g(y>t[eG@Jzkر0\' Ɏ$<\\Ư@/,3\\L6oށG=R	Dj.?#zw9-3{e.~0k\n+hNI\\ңpgO!5ig\rWu\Z889M\Zw֞yy=CgXD\'nZvfxapM/s(IZz%,ҭqAv÷>&	&_4ӡɠTCV~x߆]g.I|X#lP.\"At*99R2^|s{XY6*\0:><Q#ZBNq\n8=:,d3H5>~4|Ϻ\\[#\0x<qgik\rD5\Z+/ѫ-ܭ/gWqǯ[[_뱔__)PPP9c>B\">#_/߯3:Ztxۣ켼?Z̧v8\r\n7;4o`9us8y`.w8uTQ]Tȣ䤳(9,93JnaקZO5r	1ܯO^3.Z=.tڭ=1ixju¾ͬ[.UT;]81/%/X84@],^^J}48z1[.WyOx-|+MB[&+>1\no(9:#L;4^=]7cPo:zsG,<;0lۇPTe{,5c60-T,fF\"HAkZLXCdŔ#~#?O\'̳혥2@>e\ntw6k}ەH=0Uޜ`fp%!q})ȫ-\'L2M0yLo,\"fJ^gnbN#~Z(+BBg.2j\r!-Y/A-G0/az6;vv4]ÏP_F-w\0P\nkAB.}9%9Iirmيe3-;\nlk_+6#8\Z7\r{A\\t[7v\rkxk	p7ۘ0ķ\0\\ӂ\nDg\roXG.Ala\'ûJ\\n{;~*VLEd[ZRp}Eao\'	G\"˙ڸuZ?Xڸm;ČGkl,xc=ϑȚclf5Y/XO߮3vvPF݉A}e㝈R}~#Is;ܮ7$HǽɜWq2Wy	{*}r\"[I~SӰZ}w#TҮ8t#0H0\'Kx^GGP}*ܡrd_A<F\Zєa}jNe٧^6xWeWV.q+zh|\Z3SX1XG\\J2l(~;pÍ0t99R}!7.j hgw	ަZmCFZۊ~?>Hk\\2fH(6	qzC^;!G9Gŷ&`;lt2JRnIQWzuG\n]}!ۻTGt&\0wt\r6_QMW{#tnۮڜZbvM3.!ݞHKLKWnb`NJLdJZa]*BwZ`[zbmCozHNP;m\\D\nfs7n8yr![´^7\r\\⦬mzdP͚kkMg^Iɋ~~\0uMͣM.~;Gw.m42lşys4	Q-[rL^hg BwCԂlqOuz6d-ݽIm^VL½sIVUn6x?Z}S/2\0V߇b:UȎ[\n;mmZk[J )N˥ڊH8\ndpUBzMr&_\ZqZJ n;P\rQn$I>@C-zPW7m!ij4R8C&;:ð7\0|].byٖ>n߀FHDvg~%m[Wbm7U7k;[\r#D F\\^!cr`ۼ;;DWGXviP2sVܵa][`zߤ?.6|x\0~HɁ~𜱯+p`H䳃G# i4kD#vO\noD}p/],Oh]fGV}FTǞmw}J*RA\"; םxGyxLkTz\"f\"lY>+B|ݚ~ՇzMg{+]<ll-9^7ڴ6]	?4G_|x+<^ெ\'kAvFʹ_g\0ᛑl{k$N(0,Uoנo\'6w=}+-\'ȫO7͉lOz\"Q 1kI\nx%ΜT8)lOì\Z0HAʣ/K{\\?q7<֦eN\n%H`HVw8	{\'ݫ%UYM`t\'WZ-B*\"4Np=,e%yY86}^ݒukPap}NbM^wt(.,i~>M;F+nlq٧ZyZ ;:*5P;bݮ\01AOGeqxi@U3RNnL_\Z_0*NmS_If%17gB7shd_FzS236_B.z0zxiG]jW#Ǧ|6eqSs}eԛu=Ks싀?Fm8 9}b k7KyπrU%pTi\"rIKnUf]h)tJ(F-\\E\0G|ݨ}d׳@k@ŵ&(.ҢɮGg0Ct~I^8Zwב\ZqI~J4>E\"1sZ_٘ѭ͍6vVx\\s6lYI~	/I6F(8[Z_huw/v|N;_V\'I.+:|c)CoY+8]\n4OOOp!bK_L؍Wq9;d7|nQx=ꛅ4bV.vĬbr<t]f[X7uX~o\\`$51,Ilu\Z/L\'ѿ2\'وY1~R@6Y\0\'w','20250816225333','00000000000000000',NULL),('global:resourceloader-filter:minify-css:9:ff5c2496e392c161ad7bda8ffcda7662','UMo8+ɡ:VFQV2h[ml6C[#^)˯U=;T%#wRn?k\r۪jw/T9ݲ\nV]n,K׵eME,gnkMy\\e,)˲B;[t+Xw$ڸDT{>c8$\'7;\0sw\Z~lh;uz漰4DdŶ2fͬu	KŃL![MGx@xb+r\"{{+,wduZ؎o̔\Ze6oz~rYx_;zʝ,W0sdbv+5]CE켹cȹb:-N\'u7Aj\'9PHz쭩jƹ[TZ{;|Dtȗ/׼#\' dUȾ4]/e MK6P}\0e7jZ `(<Fs *AH|zH:.]+\ZMp\rο*@O)yr*Ε)vYX\n[:Y?Mm&FjH2ZJP\n!Ք#$!w(\n A4?Vr(5X8Oe[\rNfa/C\'M*	YO8\n20@9ab.zXgQpůMލ=,\0+PCa,s߅qlGvsFAXG!\ZHlB4jԁlfΡ4v҇[вp,`ǌW<3L\\2/H|a:`9ٛ<P[@Jd R6~cbFX[MφY','20250816234954','00000000000000000',NULL),('global:resourceloader-filter:minify-js:9:a07c5b8f5d4a85dd70753cdbb127102e','+243RJ+K.SMI-/HNhdhV%)$\'gۦ\'襧椂N)\ZJiJ@=`z9~ڶJ\n@cuJP邢Բ̤̼tk','20250817003511','00000000000000000',NULL),('global:resourceloader-filter:minify-js:9:c351772c508beab5a22298d05087ef21','+244R*J-)-S+I-*NM.O*N-*K-RS(K/WS+,HOSHK-IΰUO+UKI{J[+Y\0','20250816225332','00000000000000000',NULL),('global:resourceloader-filter:minify-js:9:d41d8cd98f00b204e9800998ecf8427e','+2RR\0','20250816225334','00000000000000000',NULL),('global:resourceloader-filter:minify-js:9:d85e8291f4664780573ec6a0e06d65dd','uMk1J&-&b2fCjl+hA/L^ᙄt:j{6_~\\QP2bk	}	cC˱܆RkF!z.\Z mbFyz-{cq2;Wڰ6h5Ǌ1iDêKYT$3{[`#4	uk>SK\'?AD8*,e)U >q$r7\\sDECH/Q=X_X\rx;AaQCǜyy\Z\"iY(?','20250817003511','00000000000000000',NULL),('global:resourceloader-less:v1:0074cd998ee040712f0ec0b5af196b36:7bd20325ee17fe6db285cc879c1cd466','n07O1ʪj-@F*jld;i*4I[_|x;mƙTxZ~\rtÄ\n>F\00)0(ʉa;p23pIr&J8,\"9i͡P>2P28Kff:<N\n<~tNZA&!(\"t!UHJf\"@y@ׄn+M!F[OEYYCڢ_1pzI/#qJzOs|߾2{L7c/5B7m7J\\&UY~JCğ7$⵪iZ<2\rVjқ4* J)`\'Ƥ0	Cn6zLђoMwZypB5`iњjݏ~nG*\n-cw7${)܊_92!a  K{(iiyAN\\h\ZiF<H\\D2X8h!k\'dBIYPÔ,)+\'eCY\rRIPÔP\"4Y:1f	rb\\9>/Pn 1cWDm}AGƩ#ᏽ3<t','20250817014858','00000000000000000',NULL),('global:resourceloader-less:v1:05883c20ed00457c9c48527206f4f1dc:3d046d3873f6206279f049a8fa62aac7','Un0}\n\nLH]va{\0Ĵ!bW+B\"M\"lU]9_f^/\Zt8GGBCLg\\T0Xcȯ`r1őy#`r%F;dn\"P%}%!| }¤<\n 7/\n|Vv&SMI/-0$CYz5@B\"\Zc}`G<EL(en<{cHp(~<wIz#&MVG(Xz@S','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:05883c20ed00457c9c48527206f4f1dc:8086c131266a7da3ead4d8ff8b35c689','Un0}\n\nLH]va{\0Ĵ!bW+B\"M\"lU]9_f^/\Zt8GGBCLg\\T0Xcȯ`r1őy#`r%F;dn\"P%}%!| }¤<\n 7/\n|Vv&SMI/-0$CYz5@B\"\Zc}`G<EL(en<{cHp(~<wIz#&MVG(Xz@S','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:05883c20ed00457c9c48527206f4f1dc:f9c40093637d8d115955758a3ead09ea','Un0}\n\nLH]va{\0Ĵ!bW+B\"M\"lU]9_f^/\Zt8GGBCLg\\T0Xcȯ`r1őy#`r%F;dn\"P%}%!| }¤<\n 7/\n|Vv&SMI/-0$CYz5@B\"\Zc}`G<EL(en<{cHp(~<wIz#&MVG(Xz@S','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:05b149b5054b3f31c46cb286c2fec07e:7bd20325ee17fe6db285cc879c1cd466','=0EwE_BХ9>䥈qr^8\'X9lf8r/Y4R\nQ=cLLx#tV!h,(7X!,#vtF;a@pVK\"\'O/dK\n֍7K]C/','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:066030fba3678d6303c6eb56db2ac2ea:3d046d3873f6206279f049a8fa62aac7','͕n0)upT|wMNE\"cH$T9𻇲NJ\\:x1z9^pIna$I*Hnmihu}UϮ΂oAYR.YǪiF0-\\#﫲Tee	\ZBH0k!@pi%{S)EqHW~V+!71Ȫ`ǛV)\"%%㻏7q	r!r\\!qJS2_܏F~kqՀ ^uiqq\"g9r\\\"W5X4 ЯF6/}*ypY\Z\')r#%r\\#7Unp\Zb7eLQ:aUV+rɌJ\nFȬ;]#ȅy[x er R\nJ&v냆AQEE;]ׇ9oQc8֚cD2I~&I}.vd-`(S]KOR`n;wd.A/E!(}fҼv~||z3w{9L=Tf0Cz)w\Zǽs`rop','20250816225333','00000000000000000',NULL),('global:resourceloader-less:v1:066030fba3678d6303c6eb56db2ac2ea:50d1f08abc99dc74fa810d2eb8ae1929','͕n0)upT|wMNE\"cH$T9𻇲NJ\\:x1z9^pIna$I*Hnmihu}UϮ΂oAYR.YǪiF0-\\#﫲Tee	\ZBH0k!@pi%{S)EqHW~V+!71Ȫ`ǛV)\"%%㻏7q	r!r\\!qJS2_܏F~kqՀ ^uiqq\"g9r\\\"W5X4 ЯF6/}*ypY\Z\')r#%r\\#7Unp\Zb7eLQ:aUV+rɌJ\nFȬ;]#ȅy[x er R\nJ&v냆AQEE;]ׇ9oQc8֚cD2I~&I}.vd-`(S]KOR`n;wd.A/E!(}fҼv~||z3w{9L=Tf0Cz)w\Zǽs`rop','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:066030fba3678d6303c6eb56db2ac2ea:8086c131266a7da3ead4d8ff8b35c689','͕n0)upT|wMNE\"cH$T9𻇲NJ\\:x1z9^pIna$I*Hnmihu}UϮ΂oAYR.YǪiF0-\\#﫲Tee	\ZBH0k!@pi%{S)EqHW~V+!71Ȫ`ǛV)\"%%㻏7q	r!r\\!qJS2_܏F~kqՀ ^uiqq\"g9r\\\"W5X4 ЯF6/}*ypY\Z\')r#%r\\#7Unp\Zb7eLQ:aUV+rɌJ\nFȬ;]#ȅy[x er R\nJ&v냆AQEE;]ׇ9oQc8֚cD2I~&I}.vd-`(S]KOR`n;wd.A/E!(}fҼv~||z3w{9L=Tf0Cz)w\Zǽs`rop','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:066030fba3678d6303c6eb56db2ac2ea:974d0e85d3f251fd1769831868d8837a','͕n0)upT|wMNE\"cH$T9𻇲NJ\\:x1z9^pIna$I*Hnmihu}UϮ΂oAYR.YǪiF0-\\#﫲Tee	\ZBH0k!@pi%{S)EqHW~V+!71Ȫ`ǛV)\"%%㻏7q	r!r\\!qJS2_܏F~kqՀ ^uiqq\"g9r\\\"W5X4 ЯF6/}*ypY\Z\')r#%r\\#7Unp\Zb7eLQ:aUV+rɌJ\nFȬ;]#ȅy[x er R\nJ&v냆AQEE;]ׇ9oQc8֚cD2I~&I}.vd-`(S]KOR`n;wd.A/E!(}fҼv~||z3w{9L=Tf0Cz)w\Zǽs`rop','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:06cfd10a1b46b154a9e9232286e70583:678bc5bb3d384af7757361af0146dcdb','X[S8~ϯB4ļ$Lf\"ږ\nrI2w$}҄d!-|ӹH<wm%nhxozbg?}m\Z:˘Hs,JJ	nj?9H~c0{-^/g?O&,*m+KrAr\n>ײAn|!Y.J^x:nZiz6rT%1tRdw2l\nC=\\V˴?2nm0hB=~Z%dP;W%Kz\Zd_)s\'uVTY\Z(m/>ڲsXeՠ3UFd@9vK\0CaKXsZ[OFW8ٸݕ9Np8oO-/md/#^!#.˝	/;DDlRWD\"f\"{wDUq$?N;yq$yupa&JϳK3~8+Lx_x:z[F˔~31ɵLߝ3_%B*ԍ@0=NQ{KX/W1eWj\ncdCHr*mݲ:sd;]Gf9A\\u/\r\ZED\"fɾUͯKt1\\賗\\HBB0Qu\n|BdzNBjs]4̃Čtny&(S3\n\n%	vO @o͛6yI@{PDFwNrRG7!c\nF{,# \nXES4E)̧Vd\"fޡ(NڱW9hUz*fD ~*fq5\'$}#L,fvGd;A}-y1/Jc;+FD!`\r>|F,=c4<_=usq#H&`IEӐh+Hݣ3l=ut{]L8>\"sv.SG\'-ńPJVVZB~9j{Hkë{rM\nyyT)NtyK%\"Ρks3\n\0qAMÚ!?1ej\\Hf3S$xJiB5EDCY(5^Pm]H~Wps%>ivoI6+5¨I!\0ALdč3ʻCVcz?.J]ŊZFISRsL^ 9>]JdjdvPq)!uD+\nmn\'IvO\"g؇d%SkP-ǟ	k4pS/7袐	J_]5j}vf|/녱Ʉ~p1\"mzRuvRͱpn*TK6b߳g9?	NuĬ\ni#4\"a+[\\o㦿ZPM>h; 9j-QY_5!Ձr&f\Z@do]7ΗO3R8Y!t?m(EE\r癵Y%3^J\'״1Tb:)ݿ>TZRuet]m>p0\"ؒZU?<8|}<PY7ul0&\'H}&@.BԹFeT{\Zp1t5^C!q-JJsGl57pO TU4/>R%*,}[9kZ$aۄ\ZҺswu7+վKTlл\nϞأd`i]&<q|7NGu9vmD74]{5=h/ _-z[\'<;itow։\08\Z>@OPI\0dGxk`M%\ru2\"2bS\rQUOL0։@uqk9$[6~3k_a~U 2&\"G$z{0o6r=|](S;ܶ`\ZQg\\#\\s`=l<1V|⭜ۜmHHGp8Ͳd4>q*#1\n','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:084c4a84e3d3efcadec696ed7db1d3a5:678bc5bb3d384af7757361af0146dcdb','j0FwW6l~jbb4#ݧtZIAd	*EZ~O>T\n86>u<`9-S=|ֹ|J\nIt;U*+\0ibm$H~8rE9GvQ4\'8WO;ī[lq^*>\Zm5','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:084c4a84e3d3efcadec696ed7db1d3a5:7bd20325ee17fe6db285cc879c1cd466','j0FwW6l~jbb4#ݧtZIAd	*EZ~O>T\n86>u<`9-S=|ֹ|J\nIt;U*+\0ibm$H~8rE9GvQ4\'8WO;ī[lq^*>\Zm5','20250817003512','00000000000000000',NULL),('global:resourceloader-less:v1:09a812179382d364b2a1b876f9bb4ef4:3d046d3873f6206279f049a8fa62aac7','MK0D9e%qK\"BcWE;Ț	؁:xAT\\sYGI  t5Bdȴ1\Z}gkz\Z1},`!xfv\neLJŲ1[}','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:09a812179382d364b2a1b876f9bb4ef4:8086c131266a7da3ead4d8ff8b35c689','MK0D9e%qK\"BcWE;Ț	؁:xAT\\sYGI  t5Bdȴ1\Z}gkz\Z1},`!xfv\neLJŲ1[}','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:09a812179382d364b2a1b876f9bb4ef4:f9c40093637d8d115955758a3ead09ea','MK0D9e%qK\"BcWE;Ț	؁:xAT\\sYGI  t5Bdȴ1\Z}gkz\Z1},`!xfv\neLJŲ1[}','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:0a0f29fcbb4ed4ec7be7ef7507d193cf:678bc5bb3d384af7757361af0146dcdb','ks:;BӔK}]fa;s~Pl%Ա%\'iN┦mZ(Z:[(X脟%\\:#%{\'R.(/чG<SVzOzϞ{{{{||poO~!%1R\0T\"凨H9T1<h(1\0SY\rY~\\`D|^I\nMH8A2e`C˂_w\"+Of5;ںY@0JPT%/2D߹#W%b0<6(F&˲x!/)E䨒\r6h=ܤfQ(5ޒJԌ\"S8Ҡ!z\"yDl&ŵ*?噴j׊-hqɖ<D26(UJ>%Do8+kЅHZ\Z9(\nD>o*2/xDcTL|ј&HVE3zxJѰgrp\n:\"e9% #T*׈zV֬my2#\rW_6Ѳg%+@<D䓣#Qlh\0EBf<:\n4m=y4!Ne^e1Ӽt1\rUܲ\Z*XF(nbp:.,xxVaCDbn.[de:bhFMx1H<b7c\n(Ik .Y,*	\Z:2a6Hܕ!ڇjJḍ4\"vI>m[`KT8auV\\aͱ&yRN@hZٚ tJ\nXt[JWs8Q!+$\0`5Fo͓Ƅa@HnxvuNg\"V	];%pXӅX3	EhCAhDҰVXYms-&J;<\nO<bTEwRZ0́4ˣ Cۯz䎺6.TuhC~YV/]<ikDr躆}z6r^9vN`ʴ3BIzTZZ|I*^o6Y3qڶw.ttzYGA<Eڝ&Sg/:6;:H_tR6:/V;FfJe>b8ΘOl$ޔ{^rKl48\0&xF7q;ϵ6^7~+6:9@\\Ì /<=/X$\"5ڐu>-(cQS%Ba3[{:%)Z\r>2DnGP ;ΗذadDmRG[3_E]1䛚ng0٦RrSY?bQ/UDMQ% *U>CPgrPIXu1٦_JY6vefZݯT\\|W<e?=`b.V_\'-[Z7m`!o\0/^	CZ]1X=R<L\0 !Ocyv\r6 (<F(\"\ru?a,g\0V?Hׇͧg\0Fշfı\\d.E\"HS7W-`z\r\"N@M\Zn -\r7<iit)\'^\r,M_g &SM:M0i:^R@4i$eEmdw=\\\0-pk;нSex! =ItW/wnB&}kTEx+}^oiWX{#w6N:UҩwLwL~φfy52 q~BO[]kޚ*5Gu流yWe~aUBN*>E;Sm3j/1U)&JTh׆{(.!p/ l]=C\\_׈1ܬc%Q W8N.D\'G}[ݰM̲\'}3\r<`\r[Ǵ$$CN>:d{^@]Mr/`WܻoS6_Xw+YO+aN,|y+vAė]7/!E(VS>~:@o:tnz\'A\"Df6>s$3sEb]=)WF:Ssb	R&%g-6O6Gݨ.|Fî9ʽ9k5nrq>jOڶ.&vz8WлoO]ңόf>a9?^чm\0h1Z󪌸G<ks$B	\r\n,k|ĪTPb؋Q5knM0aw+Eru\\䟆F![zz$+F<RFڇNJtX\\f镲RxV2Y2ۊp \\S	pTD\Zv&l\r\rOpHcj.!àc','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:0a0f29fcbb4ed4ec7be7ef7507d193cf:7bd20325ee17fe6db285cc879c1cd466',']o8򽿂CQ\"%Yi.nݧ.@KEDT74NMI,#r9#؍?J8X֩IR[z^*\Zx\"XVFqT	kL@gsgHLVhTD֔ť(>x/P\',B<Q0HL)#(1`XARsBTH@T\"\"bJE/FMXR!TcbyFu9/h$o&%n!cTSsȞαlU7TBdF|nvɪ5*^v\0R\\OODA\0W9(4x^hi]\rK.\'u)XpPj-	8Gc8,f5g۲Z;p㼜4#Us؃ 1iDS	e.8ƬIfh$^-ZˌZ> pUOF眠nq()OL|	gs/-gRrUug-ǚ\ZJr\nGkՖͶEJ(5XbƢV,s.&^y\'&\0c-po4&sp\nuŋc5\0?5([º.Ħ	H-{lvD8Hr12n\\rGB)XL!)H\'.toB@UJ΁4j^AOzNzS-Uub!o_@;3sFC$Gh[wh{[6=Sh{u{SW)S,6M槍\Z\'oU3+S|n]\'8o]$k̢Յz&rqf9o~fc~o*2Y0(u3pΈnbzntz 7gחKܟa.̻ohm}-(tɩfL|e 6<t\n|	]\Z\ZM$\'W\Z|ں+8Wu9_jxF)nbSfY2Z|AQ%\'&r;9LZUy<TgjEQ%#*W+O/丬 `d\n~M*gŤ;V&iKw?SirKcmC&S ayC=ljvصmAD9&>BmwM(lz]wgy\0A3B@7nNd0(7grjh͈k{jGDD<&\r!>=\';\r!M6@ᷡ ]!-\rmؾ5\0ΌخQ\0\rc6Ȧ3@&CF]E`&A5UzTOг|MIYh?Ch<\Z|ȥr>wO*nŜ\'1X\\\'qB<ES%Ky}Cs?Sٿ%].~ЉUJ:^6YQ^|d,Ep%}rTTLn򁖒BOc~\\?ja>߹3VtAye<]0ar^O\n,@[ރzH3 qtnwEb}m\nےkƸ:1z\rM2khm11˙qB΃C6ӆSHE\\ϣ=Rceg	->К!Xv<t?ϮǔE6=WqCs|l$L^dzDc>rߵy$YPvqz0l7\Zp0niCW7:װo/`3`ȯHyX\"²\\G5+.CO/`DEX\'ynIΤlՋl|޼\0l\n[5rzeq^.תz8ҧo;/=2F3XoVz?F+:eq-˦N7]ѻ]Tor*bIF$6[XR>fMHFB6b4Hʔ/SQ.V]9g֏1ֆKkrZOl͈	dsC0+NU=|lVO̶\".9`QrRnDdLKc+OGDc!0J<7\0!?','20250816225401','00000000000000000',NULL),('global:resourceloader-less:v1:0ab308126a5a30481aefd1a089064ac5:7bd20325ee17fe6db285cc879c1cd466','A\n0E9E}$bus	i@+T{(h Amwez\"U%;/g]kv{k5h]0K0~\0','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:0bb4ad0b9503abe928e1b6672dd53036:7bd20325ee17fe6db285cc879c1cd466','A\n BEH4~!=a(@NlO]L!G]k+쭪\'o+àTYv','20250817000526','00000000000000000',NULL),('global:resourceloader-less:v1:0cd68cb4e26b74d93aba6c400555ce17:3d046d3873f6206279f049a8fa62aac7','S0+D/@Y8^rTԱ3#dIIOF`eǼܳdfZ\n~O	pLzʐɕI|y7(BыE-_a֘.F#R`kڐZ{l7[35w:\rk-/LY(mBPU~Rd?)r4\\nI5{ZÙ\0\'p)`8؝9\Zn)_ucw~R?\0W# )\\0AG= :(לC,@@!\"jeR{DNUy 2L!]b|!e\'#сThRq\rU[p6\Zďꋏa\nQvP\n\'״9uH|_a,nuW#\\\0+mO3Xq(B//ePDS+0wYWiiG,^$%+ⶨ]>^N[{: }ko','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:0cd68cb4e26b74d93aba6c400555ce17:50d1f08abc99dc74fa810d2eb8ae1929','S0+D/@Y8^rTԱ3#dIIOF`eǼܳdfZ\n~O	pLzʐɕI|y7(BыE-_a֘.F#R`kڐZ{l7[35w:\rk-/LY(mBPU~Rd?)r4\\nI5{ZÙ\0\'p)`8؝9\Zn)_ucw~R?\0W# )\\0AG= :(לC,@@!\"jeR{DNUy 2L!]b|!e\'#сThRq\rU[p6\Zďꋏa\nQvP\n\'״9uH|_a,nuW#\\\0+mO3Xq(B//ePDS+0wYWiiG,^$%+ⶨ]>^N[{: }ko','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:0cd68cb4e26b74d93aba6c400555ce17:8086c131266a7da3ead4d8ff8b35c689','S0+D/@Y8^rTԱ3#dIIOF`eǼܳdfZ\n~O	pLzʐɕI|y7(BыE-_a֘.F#R`kڐZ{l7[35w:\rk-/LY(mBPU~Rd?)r4\\nI5{ZÙ\0\'p)`8؝9\Zn)_ucw~R?\0W# )\\0AG= :(לC,@@!\"jeR{DNUy 2L!]b|!e\'#сThRq\rU[p6\Zďꋏa\nQvP\n\'״9uH|_a,nuW#\\\0+mO3Xq(B//ePDS+0wYWiiG,^$%+ⶨ]>^N[{: }ko','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:0cd68cb4e26b74d93aba6c400555ce17:974d0e85d3f251fd1769831868d8837a','S0+D/@Y8^rTԱ3#dIIOF`eǼܳdfZ\n~O	pLzʐɕI|y7(BыE-_a֘.F#R`kڐZ{l7[35w:\rk-/LY(mBPU~Rd?)r4\\nI5{ZÙ\0\'p)`8؝9\Zn)_ucw~R?\0W# )\\0AG= :(לC,@@!\"jeR{DNUy 2L!]b|!e\'#сThRq\rU[p6\Zďꋏa\nQvP\n\'״9uH|_a,nuW#\\\0+mO3Xq(B//ePDS+0wYWiiG,^$%+ⶨ]>^N[{: }ko','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:0cd68cb4e26b74d93aba6c400555ce17:f9c40093637d8d115955758a3ead09ea','S0+D/@Y8^rTԱ3#dIIOF`eǼܳdfZ\n~O	pLzʐɕI|y7(BыE-_a֘.F#R`kڐZ{l7[35w:\rk-/LY(mBPU~Rd?)r4\\nI5{ZÙ\0\'p)`8؝9\Zn)_ucw~R?\0W# )\\0AG= :(לC,@@!\"jeR{DNUy 2L!]b|!e\'#сThRq\rU[p6\Zďꋏa\nQvP\n\'״9uH|_a,nuW#\\\0+mO3Xq(B//ePDS+0wYWiiG,^$%+ⶨ]>^N[{: }ko','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:0d834b99388711c44e72a565092bd2ef:7bd20325ee17fe6db285cc879c1cd466','Tn0+X#lA^z@)reDK%q{kN+lp+)2(*E>ܰ{{k\r+gYY@%IG2JcSo_wVˠ#Alf[ӌ7cay+h\"T{T m??u뻸CI !)6\nI6*5&`\\3?*6L:fSZoLC%UP\n,H-A[b 6xvRkp^QMw/5_uuc[Z)wPƻ}S#,K½lk:sF#ΑPv\0;u|j(\0$ڲ41!doe|qqW.2z8_4]qLh֤XW#&T\\E1O=kLO#g$g #qHND%%#[N$H2=\'H%|(׎0#fȮ_aHg|\'CuG!\n]4[-+Zt޵_TMÃ~4@FgI%-dXպ&\\NsXy\'r1_','20250816225401','00000000000000000',NULL),('global:resourceloader-less:v1:154a445a0b42c44be3c76145f1724559:7bd20325ee17fe6db285cc879c1cd466','Un0+%?3(KnE{ȕ5E\n$e;]ʎmA`Y\Z̎Zx	tTcb1Y~\0oɾ=휏Q5ve-h[\\(ю6ң}Bt\rXf`%3*ʿl!66(5Y5$= \"eDgSv&/O\ZI7DrX%z]o5W8/>UwĦςv	Wc6	\\LR(X^ATQ9_x8xhګEݎgru;5ΨrBuSZy02Ѓ\rx7&)\Z?SܫZg\Z=r|p?(o~{\\5=.~ M:-obz|a.5i	}ˢ8Kkj[ydlPw2o;[wܼrRO7p_\"i^E)EA`9Y:!ߟqWӰH!ߟbZ\";	..T4Բ7$2I\"sU].xWcGczF>rf)_\'pv;y2Rk\ZuAwA>֗#EG^>4G?vr!\ZHfŃ+\ZݦT.|R3|&sXt9/bx _','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:154f6172dc29d200e57dece0a6bdfccd:7bd20325ee17fe6db285cc879c1cd466','mr ~\n4No=ȶj &&\'!Pԥ_DIO_t?tp\'Ζ\0[VX窠_ȸAa\")x`[fK+خ\rl(Aʮ[P]pW ĕ2npZĲdhZrΔ\r.@񼄕+k 7:u5X\\0$6@I5<9hpN`i̎V!m<};~=\ZmǾA<mB*U.y-mz	g\ZXj,\rgRq!\r>	c,uhrno\\Oo*{biַ/','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:15b9006f1ff62ec1d439e5c8e9e08ece:7bd20325ee17fe6db285cc879c1cd466','VMo6W*|,ɦ@/{(ОhEII)Q)iC+;N\Z5`Gp<<1ʐ(R7YI\n\'$VwԲ\nC^-r-gf-نvJ|p+ %Jʞ_Yp?l`+(r#Ѐ}RBb.,X|pXjn[!f\Z[j.h\rܾ7:hV?`07+%/ile)G%j(׽|?]= S.;73tGvYn<_O\nV+;.#6}nsbxNDu;P_ PtL2?8ϼV7!CR&A,6lI\Zv \'y,8ґ)rNǺ=.͓\\ZtjDSżu!\0.4\r\0)@rmc3\n˦\"wHzUxN@}g\\fʭdY)µ*\n=FJmEP[iWw\'Y8P2qùl-^bEt{:ߡj#{ :qV[Qa[lé(c`G%F؎#ݎB\nQ.{rQnYxb^7kA@ǟ__<>.QDJ9y$\0k6\'֌?v>\\p0~.t?ziq%IbepQPxmA\"(Lsku=yp6	==umAg7VDHf\"\\Spӓ5g)؟CGo}´ [c~-D(vYH:a<moiI4M<RE]o\\B/#^EM>ċe]\n/EYp','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:1806794d5c8ffff0cc68f467d9c1febd:974d0e85d3f251fd1769831868d8837a','\\r8^B.Hv77@f+ 3!r*nײU4`${m\rKU( 뜣#t=Y߉/3v^>}DǏ_zǏeHX3oH傄<bd1*Hd312g~o\"<1Kok3\"nx<*zBK\'%.޽#?>I3%aC\rI!4ԋ?q,&@ڮPtRI#ɶ4#P-ĻGٷ\Z\Z)qBbtWLi=zI%~,{\"LMLe0yT^@}e9D/MɅZ,11R	mbxSO\0ƏO@M\"gVOȸ?q\0ӌ\'~#	@bX `~*9	~;e!K\0;\'UY\nk<-Va`H@\"YJ=K3^,J9*Mb¯9ӑJ܋V#,ۋx$l%fqD3&\nKM8nv>דl1y%a\n8qX;p)W\n;zSd2~\\/\'Q}l.%4гso%9Z<>E?eH)P!8?+B8-W~eHOfӈex=rH(<C\\noi8ǖiiB1N$mr%jJeɾ-5yV,#@1tڤ`\n)±l\"T`6fAqQm(b8(D`h.0nFXQˀFixN<#A++mBF\"SI1\"ADV\r>ě26#Q&dF6cr9ɨJ\'Wupm4)\"C쑣s7f&Ti\r`2(υaVAsz/1h1t5}jcX;4CҒ2s۳kW-O%dX,<II.VߴW* zT$-H]4M҃)h\ZB+cL[E!X$<cT>YJEZPP>Fb9&k3odEQrٯZ74Ɂ=z`Ki#ʄĢA ĶSImTPf.NӚ\Z)ނ#.h%4Hq]Er3uI/`Trd>vxCaНbZd`}SDbL~zR6W UF}#݁<ANCYQ@\Z}C \r	dG$LSdK0F,6tAX\"2\\HV4 \\#>8ĿH`e\r#?X\0\\q<eU3Mſ*{Uԇ5]<~I\'Bfآ4:c\nL]Q^v\'yٍQ?1CL]gy+n[P;PE~Ee鋺efU䇵-;]+җޒi`MҍGO٣쬑ݐ nC\\L1QTl_]\nH%ԂI6LA#(\Zu =G&NbbhQ.ɎXSW1*FbUusβʆK,&(v(-C5-ܙ@5iỊU֟zq Zk;1k-1XV>e	\\Ih06WڣŴN:;ۣY7a0R\rct% us:)	4\\e\0cäY42i.5s7P71tVИtedR̭=NY\0B*=j>uIn\rEjh:`6k-W\0dakeI~S\"\Z&	KCr<?@HVu\Z@0˝Hw7ndbZ|h|\\Os/\"&Obv䌼B\0Jٕ(ګ}]Zꚶ6v#w3CDڜS\\퓠R/Ov(=F^syb16W/kSyq닗_/^+Mޗ\r0APn1`Stz*\0>.2FQXҬE\"cS|Iܶ+^<Ԛf}Q}Kk\\1Ct(*T@\0a .)}v.elC\0>Q}NH@(gTNṟ:gQʲp/i&j<6ETN?\"&pf5;C.{|/Ce],·8atZ\ZԴCէtZw;\\WidovOzp%d_/W\\ߛj#+]>xX-m?&4Z1Ap7}lwzso3Og>E\ZpPpVP]f7h@ڞVߊh~u[\rXQ\0~%w*q5 sCP-(y:H߂@>tyֵD0/0pCk^z0EC<4c|yaz\rއm5ҫ0#P&l$p~leyEeyIR>~eT<Bc0RUG<UEݝ\"\"0yt0y$66zrBUKS-[;O@Ś|o/~|\Zo-RwMB䆼zkɛ7HmIy}5$_\"(eS̉&J&\Z\'FX_;=zR\ZKYcH+BN 8\ZQgYGYYWe3yKV(e\\zE*Vv!\n2(_SB:gd3+Mp{,mJԄTȯ̲r(3VWaIg.1},ín;)c_n]&qjdCt՚ݢ;I71`&l\"Ԑ^Wp6+\0rm!tTT]W()Ch^8/0ۄuGuQ|F}Mw\ZU%Jō6XcYE|q]@\Ze$rzńR]oI#H%&|va\"YᲕ|,dy\n!CHA!C,Qi!]yP7+NϠ)yE3-K:wz:w;Mn_#^?/<!8z(_b,<hoՂTAj&\nLbt{N\"Ip\\p\\p\\/6o\r5?hs\0h#zF<kYk.V.ce.c<SvKe޸6^o_;b}RK(@Ji(хD+@d?k{-b\0gTLqJ&zT}IѿDk֞fZ*TduypY/xKHVb[/[VkeD)WBV d:!j\reNm	t>JĲBgXɖ-:]8Kfig3o9l`9l\0\0','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:184324e67981b0e3ba78b05e2bc6d725:7bd20325ee17fe6db285cc879c1cd466','VQS6~W18NL}M,\"KI&Iݕn^k[I<O+g\"?Sv\Z<[X@C&xf,@̒UC\\s_*P\ZSUm]`h\nZЯ>rx.0\rK.>6h/E\\XDRaRʄD*OѢ|P\"UFb)<(k\Z !։WYo{xi|2	cR9Lw(a%$*gP NQ_s	gg+T5Y#wZ]pG$i%ȘJKP2,Ml;!H\'P#0}!11i]c݌c@6m<jg)Q\'⢴*k.@`wq#{cKAѩUD[v]\\7i}hH ElĆ	v\r@EL5Df`-V9CE%\r;&20fom(@4P혍nVޏ/.9D8$M*g+lomb|㠥pdKe%~ήQqzqX|ŵf^8J^7NGJk>a:0a浇vWN;c\Z;#;+GQaT/ɏ1oا:Ώ]S!\\bO#aoމ{6ڤQBQSXl̑dG{	bq9F{.oJO/A\"糖G3%NVKRR}Uuj5}t)Cǥj<f?ng;E}o;NvFUfuXr5D *=+KD#2X-mı\\<`?&ɡ=1ܚp8¥]Wp(e,ZQHZ]oQ\\!;PsIKYK-h%w4lY]3I#4Χ>mvcAwCo_DT>P|NHXF=HF  Z)R7$uS`SֻO}:z/)xi0ϔؘm]|ϞSQ\"Wy]\'oր#ߧ3jЍ/{3qQ+<gR<\n+Hz\"p3@a$M|0䳬Ob2Mx&/tr9','20250816225412','00000000000000000',NULL),('global:resourceloader-less:v1:19d22825f643c73bc6ad6b370c68d853:678bc5bb3d384af7757361af0146dcdb','XmS:ί(q/vs~,-ǺVFIv??_$;1e贀,<:H,?~F잙pxzwwdoo篗]}r٩O	(D>#E*IGd.930i[\Z\'9\nq.\"r7;&FlW5\"_F.1\"+]QJPg8-č8[Jn:1h|9׷/=yv֯\rsU@\"e\"%Q5\rgC߹L;0k)bN 9cY~0Ii8@4&*	mq5+#\0% )&;wXF\Z`0\"<+n\'G%x{Er-2G((U\'\\|q֪fkH4ʾj5j;SMg{rC\r\"q+25es 5OXN5#a\"HI9LdHN\n.\'LrrDSK?|fggnCj#T33ɿ>]`\Z0w/o\nyɰVlc*u//(K:ry|QQCW!Ƨ$aRNlK\ZՊng0{!^$eΉKYY d(Orҕ,lIȝ\ZE4$)#YY\\-e%t*yR;VԲ\n5I`GvW5G&rq?͗vV1Rw!IEr;ٲybg6_D+厂gZyL#%mPx@>k=xNx>JV_q{4G2j<hu<CV=x\rwc{)Y#Zd/x^ҌWDYZ՜ENZ-$z6ewN͐V\"E<qc=ڪ-S&eH@&P	6oNKe|QY|ΑCUIG 3VNHEUY5o[]q4KmoGv\r37>Wyq\'ӫp0>nCK*mDdn7*mOd\n$|{QofΑrNf3tPa[I+CL:h`@:AcK==m<ZV.FCvS݋1R!c/S03߿!IԖ\nz5П]ְj1sf(*4QQpop)ͼ6WN\ZIflfvmL\\?Br\'\'re҅fP4[<̅ٛi6yAa;Rjğ&g,)*SE 	/kح͎/ꯍ#~R֎B@;p>G`ҹ\Z=un[)n+U\'gbh٢RlJH\"՝]c	5{=,3ϕԩ.c[^Uʬ[o_Cߩh{+X%U^ݛv\"\\.Hԍ2.b%n8&U%2KnS\Z\"\n\\KV\neC>5`\nܡJՅ<춾b^[_kfgW&qtL<N6H <Yiٖ4giaF(><{GJ9|hH})k^s.a\\\"cE\\&߿>1æh+?<+}~잱?0nqkե麵uMgׄo,g\"كm5ݹxf<<Sovs`\Z\rtJVb\r2 &nd.\nr*ED܊|d@bMu0m5#cȸHO@:8~Rʦ%9E주D&]Ra5Wnӕ&h)(%ǣ埐<ָzeb|Q=\\)$5͢Y=iEx)o_u*+9<:mC^\0Mw▮\\\"@n8oxA/Dx$MIm szQs$1CvOOy4Hz\'A','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:1a5107727c9e2b73cbb48df567d85d6f:678bc5bb3d384af7757361af0146dcdb',']ms۸_ӱ(R}557c_3MN&(pH\0%9DJXr1dX,v-+DZͫ^g\Z/_ /Ϸ?>;æy\\`D2>g`EO\"<PͿB[q#9Gr|$Gc2;n(&S\'g8GF1-X<u~as;Zln$}=%(#ǎ$P1$̥&%e^ރO\0{#Ne6f81#1	#OYͿOMc(Xq\Z\Z/\Z/@A|Hq`\rx #yhjcsi=dxahkCrV\\%D f8rX\rYXBkj@%yNabӥZ0\0bB@wmX]Z$1\\p@:CNNt̨sIJP1q|=[I]CwTJX1<8WFĻͶ <a5;;ϙA&h0\n5\ZKd}nBivvXb!V}upc\ntA#GJ4#B:eP>_P#b+\'<3ɱ\rI\'_MY[J !K5MxұFӰ\"dq:>u|H$6l.a%D|ǽaxT%2HK6q,^L~\\|arnLҍ\\K\\Di\\t;\'Έ# A#Keтyj]Mڔ)sy&%z:f\'#4@$HgdLAnQtȢ .\r,P_a|R=UbiRBCVEs\'	AN \nTaattL#[54t|_\'rxU\\Um,ed7\Z̘05i\"}Ms\r[4ki Sf	j&1aQ	UseUm6Zm4-b5^N-m|Q]@\\k,Z=5Xk_So7Vvc5{}zk9l.(ՍT){׉c9.4mzWwW@j\\Ҹs9$\"@Z	g\\iy+\\/YbXЅFProfqwSkmTo4;ڱXX;RTK%*,*Nx,}&B̫Tㅉ\\Jb0>fԘw%\n?V =0:9M?Ad)QAHRnS\0+\nU(f<I,M\Z\\Tz|/[CA=WzfotUGM6ជvox<H9#Q4ɧ4hdb_P:?#.oȺ=N唩PQrw<zYvI!IO\'ؾߧtNsU\nr`ܖTAJ C}[\Z#r*PSmt?^=`\nrH|xa^ѩ!۞*W	2`p8,|)/Ƹw5,QG	vϣNetZz[?Z_|eXzehuՅ7q/WCwZF\0)iҦm6ǣCy8ܓg),g<w̙<n\Zr|3fyR!2-SڣD\\Sc^g4}XrdoѦ^CGs+WzfrkQS!rϿbk/7NlL\n1;œGc>ۗY*V!ߐ8 Z߉\'@&\0VQnyO}ۦ~>,Wbl+RKѣ!kU8lء,Yb	$ǧw3}|MKoyQ7`,}(s}o{2XSxfđ2携d	:<C;10z0%&J|>R*#2ٔsǃ\nH0h~9JVǲ֡Ċi[(I7\"_\\#M[qrVR1whvӥi+VЬe V X)hWۑ2+e2Rq[r-2E,1\\Q\rqSMɁP	CG!_ЏLһ_-y$_#[~\0V:89vα[,38/MrrhX\re\'?VM4_\0Vw kHV\0i-\"2zZ\Zy|ӟSIsA\'jiNw;Rh/|\"\nA{T*Oe0vۀ3VƾŹ\\^X)#pޔ1Wi\rx8KS]:WͶam]9C\\C>/e_(xY1AS#aW{<&\0SFzw.@S#4nmr~N\'JDڱ&vMk5 I5`\\Jkn[8SϮ-9cC\'IXy&>4\\,ט9J.h 	QݶނmBbLm\".a:?XlJ6C[u}o3-JR%Nx1jmٖ҅T.lvs4&}`sd6+~: pixX4-<Iy[s?nZO0:v9 ׮1\\sYV꺦M9m\r`\0','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:1a5107727c9e2b73cbb48df567d85d6f:7bd20325ee17fe6db285cc879c1cd466',']_8OcuYhۣ;jzvhB Mg4}\0	?-Į*UQmK͕ }ӲZ7-u%`~;߿B8\ncEƎrGcR3;S\rc&\r\ZʙX@:\nnɐq5bq0%kM-E0E=.Q.RqQ<ڈ	 gB%΋M0`oI	%H\"t5ا~\rKQWph+O);I]\"61c6V̆pZ[on0[mŠ41>)*aC_t.vn[,+Z,lܟa\0)i(`ɃNX7q`7jġۺc)&f4{ȊJ2	Y(ZS\Zk4+B&,uu6Ql`\n5_~:i{}ax4\n%pvfJu\"(J}*\Zwo!nkQQ&9	r:egؑϔ!KS\np`:#%wڢd.)S9H=J3ɐ\rod-2p*YL} DC	!@Z\nC,\n:_t*\rM9DR WPmz?:dƓsc낆CpG.RhLSc6xh5M$4.#4~Cx~,Φg&i ,t/ko_\0>F{;FCZFM̖ˮ4:&˓\"sd`fhf}B˓iݮQw7wAw`1`V-i!M˴90r\\ -ih ތ?\r#|/0h{\"wvbP֋rlQ#p8I\\-cRI*u=Nf9)8)Eɬ\noE5An6pCBȦoLJ:X}[f10v^*G6Yj@`^\n	^.UP8PamD _s6AA{`)8i9Mx\n%r\\F\\QB7egNb6I~ AγzP zpӃRYh\n!ۭx˙!=2R\n\nm#Mͧ\Z\\z$9#4B7S4*v&fN[j=[\0Y52pHVV?@%2E06	/\rT@Yh-\"gv\nL;ކG4~\r)gYV0l4˵NhXж9zL[)!\"7\"ߜ!۝*\\Wu2.#eǀ<(+>\Z`^RλH=/:a!a\ZMbbѹG\'%fXdrT:it{ mghdOhk<no]z2BG,%zfrϴXˈ\n^ޘ!G6Ch6@,)5ׂ:pH%/9Ŏ!9Zc,|<	hy2	HK<AȩJc[5F^<\"0*w\"C˫\r\rٵiU!FZWGx\r;w\nzn߄U\n<6\n\'ސ\\[Q`	6E?X~0}d1?}!	r.&E93Gb1RaSYȝ8Ĩ(q<sSu)-7=6,>Yb>S|Z--/[\'H$?;Gቌq\'<%R1$EP@|U~DE\"d:\\a\nxB#\"؄	9P@}l	pkhc\ZPbF,-Cd̬Y~s1hV\nv%}f˺IGd4Y<߱W/\n_${>#]WNȜ>\'h]ʵ+#!;*;N\rݎ\01D~PhzU?AGf[\'>%Z\'-zQKbc\\-Vgy`Ot5fWWfw}?/.\'IU \nzc$*>Ы`._fz~n/wψLGNk.e0v;3VƱSb8-q.鑵S7eUZTeHXD~+g?X>$x9u!D\0&+u,iaj_9N+Z1p8Q\'xRYA	Wm;>T-E6!K[6\'Yv\rOd6-P5<3M6\ZaCClx[#=oжnVϮ-]\"cB!f^zlW(@\Ziق\rvv)T5;#~eY(B\\eG,H#Xnw&v/M8ڰ-{\n.yGs4!}҅>;%fƇp\0^S}˻<Õ#bQWrPЮup/1Kii/XJkVs,Wpa6rHeVgY~Lt{;>','20250817003512','00000000000000000',NULL),('global:resourceloader-less:v1:1af3c2c0685d64a95029f939288e2222:678bc5bb3d384af7757361af0146dcdb',']\n0D*-*ldSK=h/˰oa0s9R3KvSNΣ!1WB&)\\?OS\Zv?ث f|lr.@h\n{fCFV1>=j]syse\r	ERШ\r','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:1af3c2c0685d64a95029f939288e2222:7bd20325ee17fe6db285cc879c1cd466',']\n0D*-*ldSK=h/˰oa0s9R3KvSNΣ!1WB&)\\?OS\Zv?ث f|lr.@h\n{fCFV1>=j]syse\r	ERШ\r','20250817003513','00000000000000000',NULL),('global:resourceloader-less:v1:1d8b05cf92676f252334cfa64417e811:7bd20325ee17fe6db285cc879c1cd466','Rn0+>\"9	\\z*c/KbG^SZbٳ3㵵ԉxH4uD1J;瓴C Ф4tJ=L1nq?\n<e0QD	zLwʳ+edL;q\r{Kc[ʼ˛6e,J<$Nz}UX=h!rJ%#&n?C?!Ϝi|VSurRv MqIw[3~{wp.hh5u5SƔv]W\\Or9fYZY','20250817014846','00000000000000000',NULL),('global:resourceloader-less:v1:1e7fc50fb6f367e624023de9bf2058a2:7412b002f54d169c664fe514b62ea36d','Zr68+Ov*H$%2]g&3v_C$(H\0%9;@ҔDIvI;ij[pn߹P\0{\'Z3黎;6f1O	d1T*Ȕ.Iw<חzԄKxڐŌJ493\'fW#\rO:Y|_rKWWOT(RL Bʃ)s~;Ɍ\n\r|	3冟M:l]M$UhPTM ȅ`(4sC#$\rKbizriC5A=~s&kŷd\\heȊ{KM.<	Qyx|\"\rBkJoX\";xDRKAf\Z!= Xt=}li4I[m#PhyKN߉4cBuUFϫ[KE{II$<23p5 \Zh/M.Ui%|cTo۫6h^Æ%\r:/Q&/&Bp5l8eftM:+:!asf||KUϓPc.h9$ۗCмba06<G\ZG q<B5کt	ic/\'$\\[IίaBMq<0\ZIL¢C\\\0O۫nLqNt:	\\iQ4٫]IAead&Ng:D\"2MQ^F%\'ih7-YT*]T\0\rI\n&l^B慄YևQ7g82	rdK@WM4bP5\0wcI4<$~iUaQDΑME4DN3\"G9eS=0\"#p-=!dv9ćq\r*8q&XuҬ̨ݒ\n`рSsI\n5ffw;5!NR#AP>bEhj%\'H ,	+_LRjҧ (<H`\r,BkT\0LmTqK,\ZSOBQ[cdmt$,(SoU%Pz2<z\Zm{Ӥ8nTϵmzLTl+,f_OK++/\"\"ҭ~4N#zT5D\rEbvvβȃanE^w4E,>.-[4J~\'MU%IM{΄fSUME1,<+_?|0YҙZL9HBȶem*6d\0K9Kw2)6Kߗ]-o 8*a}\'\\֪Lݸ+Io\ngҶt\\+|O7OUN#\ZƏ\nܶ@M,l}	1jzc\Z훮Ah[l|ojYctю<)4`!alH9˪=BG-^K<6sdS<uCE|xRE}3Еi|h\0yޚ(|>{T8z}.ZdBkf[*<UytqrY-\rK|92&.]\\7 ΩB=^xgHZݧ?\\\09=o\r:VcVhCT!|xKСy ccms)6\\ݖ[^h.OjI{pAF9ֳGs/2ltq{_E	]/D:x˦/4.Y\01uFR_`#\rojW\ZAp:W2D3ېTZN1!^\r.0Kގ]b\'ޫ}5Rmvm\Z_B6;m? k:-Yg),M!ҘCFsR?Q\0uU\rTl0M\ZvLxtVt(W5lĶp:n1(A%seL_~u	r_\\\Z1K¦	!wt<Ti7Xb}4BpӉ^Iuʻ\"$d\\Gr^8%Ah)xòw;Vݞ=D6,K\09[Y%x}`>and\'`cr=-hsغq!+^L&ˣQXh8I|xn}7[lQuOwhohE~6׬s3kb\"`H]ݾ̶]<=ԉߺ EK\"IO3qLb>.ښ壘ĎU}$;ɥ4=`E3Xvl^^*kM^cI\"HOwknȊ#0\\N*5kjo{{&lHym[*\':\\{W#ʂOq\rG\'^4','20250817042052','00000000000000000',NULL),('global:resourceloader-less:v1:20cc4d9e80b6aa3dd09e74078adc3dff:50d1f08abc99dc74fa810d2eb8ae1929','koFs+QI\\e]JS%\"aKnfwzFk;ܙy,--ؗ\\.d0]={vDEēJ^^^L\r&\'/\\r*984$]qxV\"B}K)A3\Z?#~(x:R0N>ҼR74%8و$R\"<\"&0rTi˳3[q-6	ڏntwҔLr!%(\'\"ÌdP 	%	g$\0nlb&T\nԞoq;$\0J	lMy{ۨ*_DW(Ơq	#h7݁5(qxTP?G\r*QR\"%><Nh([8K|mtzR\Zk%Mp0.@G\0xvdɓ\'o~ՋwW\'Oћ\0|k!I B#[4ZV\'\\nP0|3<k<1ƺ)IblhꯕY*OB+\"|nnxT]	 z͋5ǐOW/{`zLJHm1$Lj6ЩhM#&|K JD\"#!xÄTd82^Ii}xhIނKq\0J`71e7y4	AQ:}([ǧܸ}wrn{rH|W%BF:݄X~mqXS~CzKCw.EF/L=Ndk0 ^u5Pi3qƷ*TJC`:\"\n9[38㐻nVTrB	 (3x\'&	 T\0V!=8ڇ7l!ǼEh**A\0A9J#<P锬3dr0O^*+\Z8V%>f5%Y&̰#@-k`.6QBV$ǑVuf>ys&=kT3[)<ފE+%y~:+I9a]Bf\0VeWRe9=pk⻴Y&PV3,L\"JzRx\nei|T@zD+_\'P\n|g	geg\0ǃp<C0aewyuYf^\ZƓd1aեmF`}6fuSUXbXAJ!Y?C>:0H=e)a1סiR=ɵ蓟$7]heDӱz^DTAG4S0ZEIJ3Aar)tt혴Ҩ}Mm`A{F.!ӔZd9\r6Wr\n/Fe\n`4Npo1+t:9?O[@෍\'\"¨hF_7&|{]8*^2[:C$݆٨f|ex&qM\n#3PM>6B\"Ԡ912ew|:dXj(qIAh)caoS[ĻJbH\'oNrHj1e`: OD70tjq	|88@@NjH/s䚲]\0e/\nZ%a_΁{Ma<, ٗ^8[Ze9tGt-LW4C	}A1xS.ݸ}GMkKpFYr?Xkʖ!ZqZJz J}F/c8Dʬ`ȗk_#e\"y\r&]?n%s8\r^A&f)q¨|%\\c3g	VxoEُ6n0ĖOihlYQ|\'.@!\rai85HCf6G	͂`mL)\Zw:b؀/l|pʗ$Yyd8HmПNN+	#d\r_8Bx#}\Z:5&6\nqa	\\OCJ0^qˡhu9@sn+hF$,=FHeiBԽ/i9p#gQ=|h#!0;xBn1tN{QJ	(ڬ=Gݛi9[^53b?[aѵUuП4&<rAYEIC܆\"˺tdzQM\Z{=RMmjV-0Fmm\r}wU`{EY\nX롕V[-|I3b:4Bqxjը	RU8_Ov4E\'}\ZQa.\'O=V\nQ_/g=u\"wg8@_\'pT8w8,-nhr0ɫ%N NF)yup-Bެ7lE%FVdn-FQVlqژ%G;.ߊ~ZV7IWW3RG^V4r~uW]N+֮*c|p_]`~Tt\\hUB遼mVeiKBOf\Z݋/m,<\\w{GH|\'~~u/odb\']lpo\n0x;@֋|;kM^?*#u\\_F%ûX-/ ]G3@\n\\=߹*?rNbi(Uƫra/F:F:d	l>pu|1Y.->+9m/8:8bpc:.;7H;^w4\\x4n85T:$zL.5y;7̎wT2ciWw1%Ά!7\'/wowlP9閇j^~ļ|13y=UxA~c1݅ȳŁQq-qtuk\\x<\rݙ~odN,#nghCîIY9>xl_&~>f\'ԯGZ~Uyײ\r햽X%`@oU0,B٦asfrTlvyݿ(\0_$?mbOo QJ}M89;gz=-\"\rd룆C_9Dp[\ZY\ZN&|B3_|Ha;T$؊lޛh{K[eGa[4:qO:Nĝ_`y5ϟV&+Ztv[Fx+g_sdr[R8}=Ǵ=DOd^*Ӯ9W,\\:>G]Qq8zu=G]Q˄ɟi\'̹vr!~Lq8ӸjG\':\r<EjGHB1~l<>K]*x:.璜U>Ԩ>#F?~Xly\\RAK\"C$V3wȭT%|G?+G>CnTQaG򻳥dd\ZBh*$\nYSC\\=?lDk΂L_GDPu[/NG_Ixjh};,T1F8h4c?._u>|8','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:21649e06c0994b74df1ae18271435067:678bc5bb3d384af7757361af0146dcdb','Tn0}W.lkb\n0{YP$&*K$;(I\"y!y$))OBAkMAC6\ZUtPFPe-xcQ<=M줃)BcEׄ:y3JFPAf8%#>jQO8T~Rbn~&)zUqF\0%4[$\0-xN^M9%Y%&DWf.[QʠJ\n;>M;`&+8ThcKXKΘMkvrw;\\nVgćXHC%TVobt#Y	)&}n.\\Ph㋐:uEKhBꌝ m`0/wYK\')-!X$SuS//qvW]ŻKJ;|Kx\"y!|5	k>&}`gˊh} ֳܞI<䯳S]k|(Z|E97UV&\r%̳SA^	qBjޖ쿢=de+}]cuqQnYM*d\\~HB۶َR1~*l','20250817033452','00000000000000000',NULL),('global:resourceloader-less:v1:21649e06c0994b74df1ae18271435067:7bd20325ee17fe6db285cc879c1cd466','Tn0}W.lkb\n0{YP$&*K$;(I\"y!y$))OBAkMAC6\ZUtPFPe-xcQ<=M줃)BcEׄ:y3JFPAf8%#>jQO8T~Rbn~&)zUqF\0%4[$\0-xN^M9%Y%&DWf.[QʠJ\n;>M;`&+8ThcKXKΘMkvrw;\\nVgćXHC%TVobt#Y	)&}n.\\Ph㋐:uEKhBꌝ m`0/wYK\')-!X$SuS//qvW]ŻKJ;|Kx\"y!|5	k>&}`gˊh} ֳܞI<䯳S]k|(Z|E97UV&\r%̳SA^	qBjޖ쿢=de+}]cuqQnYM*d\\~HB۶َR1~*l','20250816233233','00000000000000000',NULL),('global:resourceloader-less:v1:24a87c9df300fbf23c50f4423e8f4cb1:3d046d3873f6206279f049a8fa62aac7','Sn0+8ԩ*δE;DIլY,iX#GhZ1GSAΑck˂#rޡH1gJw^s.I@zL[70m0\r,it!YJ\n[AėH0\n8TOMbcP\0Df/l5m;;zj_e?\ZxWinEveC3@OBvw^ݡO1F,t; jGqi|t]-ϩ>Wi0tt?dUH*M+t1:L*CSj!+G4v]n..>־2X5Q{ݓ0cz퟿\'>L5:^h\Z?7\neUi/','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:24a87c9df300fbf23c50f4423e8f4cb1:50d1f08abc99dc74fa810d2eb8ae1929','Sn0+8ԩ*δE;DIլY,iX#GhZ1GSAΑck˂#rޡH1gJw^s.I@zL[70m0\r,it!YJ\n[AėH0\n8TOMbcP\0Df/l5m;;zj_e?\ZxWinEveC3@OBvw^ݡO1F,t; jGqi|t]-ϩ>Wi0tt?dUH*M+t1:L*CSj!+G4v]n..>־2X5Q{ݓ0cz퟿\'>L5:^h\Z?7\neUi/','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:24a87c9df300fbf23c50f4423e8f4cb1:8086c131266a7da3ead4d8ff8b35c689','Sn0+8ԩ*δE;DIլY,iX#GhZ1GSAΑck˂#rޡH1gJw^s.I@zL[70m0\r,it!YJ\n[AėH0\n8TOMbcP\0Df/l5m;;zj_e?\ZxWinEveC3@OBvw^ݡO1F,t; jGqi|t]-ϩ>Wi0tt?dUH*M+t1:L*CSj!+G4v]n..>־2X5Q{ݓ0cz퟿\'>L5:^h\Z?7\neUi/','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:24a87c9df300fbf23c50f4423e8f4cb1:974d0e85d3f251fd1769831868d8837a','Sn0+8ԩ*δE;DIլY,iX#GhZ1GSAΑck˂#rޡH1gJw^s.I@zL[70m0\r,it!YJ\n[AėH0\n8TOMbcP\0Df/l5m;;zj_e?\ZxWinEveC3@OBvw^ݡO1F,t; jGqi|t]-ϩ>Wi0tt?dUH*M+t1:L*CSj!+G4v]n..>־2X5Q{ݓ0cz퟿\'>L5:^h\Z?7\neUi/','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:24b8c4d6fc950c74f592e8c4ac0bd3e7:7bd20325ee17fe6db285cc879c1cd466','Xߓ6~_:}l06$o}K}bm q`GifEj]Ɵzlꬂ\ry B@/#$S!	3<&A`{c傅ǐ	[ƏO~d-F<)Puf@9J\"54BF\ZfJ^\r4BdZӌy婢FxRy\\\nɷ7ti+T_:*ѭ	UAg},Ӝ#UDXT.OD7bL]\';[t\\0IDec5;q%%4D}\\۷sxcnAS2ڮJBƢH[*a\0x0yYUtpf=^2;/0RQW46y#<qh%ED\r\r)2]K#w>*Y+EAJ?KHpS\\]%26韚PS젂3͹򋐽Ll{^*:^)Ҳ0X/Ooj)?yqwQjlZXdǀ*Wn.*c\\cY%7\0h2dfJ<FZJK~u6ʦ\\+\"4|٤ęC2$>6#<{;.},}_($9%,1sЋSb\n@DwR3wy`o@X]0\nyU\0b3mR汕 OVw]u@޿/\'mjIt##xB.$<jbJwۦ4^wZE91nR*^~+Z#8&4`RU̅oE\":6qxY2U.68T?sܯs~I&EǗ7ݳ\"x}ݟTspAu3Zsqv~-i}K\'0LHݞMiTuwEӅkw;\"龮Pj,r9,K#2L؁^gxGxUڛW}HSn\n%eM\"9>SƲ79KeE`؟Gib,n]wtr~zA,p.f~\rГ	?</\rK爵\\kk@:`7(lX!djAK)	W&8XVFݳZ\0åљhx^ھזUّuds>z=؆Ҭ_<P$! e+mgO#bk\"C@`m@VϟaSNl|D_No_m;#LǶFi0Xp寢t2l.L}|f','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:2527cbb450c711156fd93306a80fb8b8:3d046d3873f6206279f049a8fa62aac7','V]O9}WXهb 4iBj%E}3s\'cgmOB$kЌ}?=xd>o=\r\n>?>Lh_Ҥ	Yi4!3b3oWg9x$ޥRkᯕCqIzd)B\rK늠bF.>$dY*3ҬBdh)RX{[g$/)t$/\0J`ZP3[DaM LHTB#.ߓ)#C@  \nkߺvB)>_}=1wQvdm= \\\\A<7F6[Yl%]c#VɶM.є+jZ\ryH%Båj5`th$F?eb-kL3RjLz}Z¶1Q(TǚJ4Vp#|ӷyrN?2k\"Z0ù5\'!iը\0}L`u/Ш2_Touy>~\rC18PdWu7Di(el`dp+47JkyE\"{.Ϲ@n%dƚ!ԀSr;qwE7ϹT2Ǥ8?CTZt	aAaC:eCA<VMFhb%#v/gbIƂ<%`XQS<R$[?#wϙ-ȔxjUGė~EkW_i|kq%݄X]`wZ2Np:nT@KTpp$6AM\0v[.Sv\0V<2ܰة(Bcv=\'̅r; FC1EjŎ\ro$ GnHe62]&8nxqXcIAb/Vr}^B\Z\rH5Α:ԧ[WDV׶>(CzX9ti]wuOz9TXʼrKx<nŗ,z?{qփ~?kz)W! `0Pbj2SJ6-x`ǌ5]3\\Bw	Npg3U\\,,}j8UF:<Nwqg^ޱ܋ۻ49pa~CNOAQR͑#o;WmEUvTtspȻaQJd619Dوx3j\r/YaZ,mp?9|2Ƙ	Wcyf鯷@^3@^ru<yЉͺ\0fHUͣmBd^@v\Z6:	ru\'*jkf8OGǓqDNᘪS9o','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:2527cbb450c711156fd93306a80fb8b8:50d1f08abc99dc74fa810d2eb8ae1929','VmO8_a-x48t-*z±sòqEg^yf2EӐ?(mJ(QEt>+!kd[3z3y#vė7繸tS%c]B\Z#­a(A	d)bIo\rb?teLHȓUsȕ6jC:N*;kC\n)w:V}ʅ(Fp&HaWIn `L (\nLYd!i㕜<bkln!GkMI+ۢN \r,604F_K<XYblR7\Z$1K^6MBvܨ1􁅤]$\0T)UDH{=(CYcP!2>Z5)li,4T<C\ZΆ쾑>(9Nv]]|jzXB21:N WPbKUj8<gxܗ[MP,$5!\\	PʺHȼBe[0%hn1r\rEí\\v ovvi@.{j9E\\ϗW_&`*N]&&8q{YO<zxx;\'eZ\\Vu8O\0Ih7kR=d#4h0!&RV\\jTN~Q-#2}\Ztdp]\'(Z7(gT2gK<@Lpj{wpkCJ`EVY3.eړ]0\rSzUf;Nti[9V3P^)npN|JtVܩJ^Mi~!Q8 sֆ+t0JRT/lĭ-\0vk\n54hze\r nFuw^b\0(woq2^Ϫx:~OyI̻9ըM˥4~LZ?OFH;(Q`,h1|	-ͬbE(E\rsEMnW2?nOFݦa%S?8s~v:~>´t{@K#*u*yw5kw.-p$f\\NACF<6N鵓\n^\"I|7=}-!(8-pbsˌ5qY%$SeAra)x̭,㗌5vFy<6Egw _.BADbqMl{]W}njtéш:>r䈱\']K,[Z\"ȡBEk;RBAbatuP8.2eS9xǈy&͇rZ\\bݷ.ܽe?|[`F\n.	8zq\rNuOB+VJ5+#dd݈ѓe~T{B/YӢW,-P:4b:o)WpO&3\rj䐀?5#^Sv)z&mU3ʦ\rRIVH..a*[&\"k;2˵TT>dc(DO&\'Ŵ<|;)Xt','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:2527cbb450c711156fd93306a80fb8b8:8086c131266a7da3ead4d8ff8b35c689','VO8_a}.R(WBI\nZ\'l,;g;,{P8Ğ7y{Qӣ4MKMZUBeg{ޖ~>uIޑ#DmZKMғp$+\ZX\Z\\_ei/|HȪRf.Ydh!C)Mc,#[U)t$/-iB[-EiM &LV0Ne%B`qN\\*K>\\9§;?z jT^WQԌUģh1VȖ|\'u1!C8Iƈc\\Z8u)+4N#<h$ڏ\0PRih$FEʆb~-~c648R5cP5J4QpcJ8wyrN\"µO9f*gSҪU!%*Eգ^~D_4K|JɿՍªK8ǫ68W!bOc\'@)cgG*,QZ)L1Y$v	]mC\ro辏{<̾/|ε\\9&^uL\0vn9,|Q<~Ր[{ñ,\nqKQDVIVǼN@ɲ/Kfd*<uju#Ikðn{Y{WU\Zaa\\@wa?֑$xB]nZ[rM87{8\0%*8wva(	D%$LDodx:@,V)%>XtXْ;8z$J>n\"	 E	ll!N+vx@I q(AP#eZ-~Aȵ=_2	Mbjg=@bH<Q\\֠9CsƯWEZb_lXB2pZqbЅuUƚG7/<=&lʤRտ-ݜ\\G[Ku0c&zW*B.nxL1ع>v`lUk\r{|cj-Vcx\\,Y*e5%6|hPffH9qݸy7KM>bķO{`4EOVr8qmJ򓍐rN^љ$m\"xWZ:lL9 ZݤUwj|ɺQfim>PbĬ}s2{%|<7Dp\"\'&1\\g/Rp?ydE@\0ZYenۣ!Q#}VWI>-(OkS','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:2527cbb450c711156fd93306a80fb8b8:974d0e85d3f251fd1769831868d8837a','WS8޿B>LvZVXl$cەPƖo=\n_a\nF]$^N^HZ\\%vĮmrI)\ZUEֹY\'1ŵQ+E(5Yжb]7ly2xHZ`aGQ},صw:W^ImcJ^\0ʹСS/Ef tAg5=nEpPje\\`q*8t)5nµ4yruC>Q6&\'uTN9/\rŢ*pQ4F_J<TT٪_إ\Z\\1KNuDvR&\r)}MZ٩%\0R(TDhGHBI[ai(E-~|fXM\nձ\Z!}_KK,;~!d=PFH!]DO *g,qr-ѷ\Z.缵;\ZBBɂ9e& BRțLU,!J#7 Й\"H\"K<0PHLs[PHGF7YђIy֗o\'[[,řG{fDH-DB+ǕFW( 6֣@../@\']֑H^IP:u\'bsÃG\0dĴVeE&LQs-;[aw^zRgst\"&P^ϫ(jgC<wn&Hj+$G1p4%l)ҎCkkU4K=\Z@W9K\Z:ǑyL$[E#9zq`=mɝaQhL஋.%::G7>\ZB+MTp}\"зڮp5Yд۞VE>P\rG͌!uz^|H1.rb1wvA&*P5jx@qdC\Z֒,GԀk\0TU}C=ǠdEapFQFݸ%=^F{\"Fd(c\0qnݒ?y#n+8H.WmlmvFQOfd(މX;\n]HK|76={/!?sJӅuyB:w}圍HfXJOH7W.1p2_[x;\'!~黉-B.(`Pw=9;Tٙ5#y|/#VM9mcUN\r8&$ST(\\X-o8N02Q&<Bwۼ;wxqIgKQڣ)LNX=>8q.6 \Zo̮3Sq[{.{\\dc9tbt@ż@KR782YV#_7G;J2zE7po<S/@E ofǯfq?~d&@	e%3be~588=JVH\ZrrJN#~Ri?IPLGGI~<?GG)l','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:2527cbb450c711156fd93306a80fb8b8:f9c40093637d8d115955758a3ead09ea','VmO8ίzim$-ɤpPzh=cIU3yfOA{A>m2!+SM\"XZz2rFl6Fb[\"7\":GK2]:!V?W\'H\"԰4>\Z/!!Rfj,\\?R\'حw$/SJ^ y[(\\:Om5L.\"F\\Z>\'S#C2U((32\"t!vQ(|rbnFtɮ\0[3ꎜ-x-fH,lȷX[I2FɶM]jZT4+?J=Båj-@$Fߛyb~Q-˜~c$\ZjLzy[|aTi\"cMR\n1|Li8FV:O.G&ꩅ2Z\nXujJZ5*ίS$X=*~AB[]sAK\Z)NBٜC_%K6D42I83GBT2@T̍Z=bbO9=W\\s41\r?r3nfuO&ߓkS;ʣuFʔ`Qr3-sc;2%VJݿHS=o>xZ{pe^~I6>zнe$NKuTʐ;5t3Ƹ(fs@WD0MD_+$gXc %I..@uʒbiF)d;VOЂH<ARv=#ȆmbG6kIfY3G=hVl>f^ řux&f?yXmZ!	x\Z?/Vr=d?RIO\n2\"8tO>#t\"-pmq{E,!zX9tn]x#^o=$lʤV?-݌\\G[K9?ZG~&\\.5+Xb(7ys8dlUk×=Oر4MLkxxfSU\\,.\Zdfa/!sl3n5˭ΛSAm\"T>|G#~1{tp]rTN {dw=V~Ԩ{bz]Pdio>mw_`V>9\'^ƽC51NDs=;oWGlh3ҝW>iڞ.jkd/PU1^IT~<=\'{>','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:25cb0b1f6b6546054238e63690a22749:1d37f978382d2702b83c49fa49390a2e','mo6{~`^-[ivu@+ahȒlgE;qt!\r(7Q,Ϣ쓆k]lēQM%49\rΎ9>>?Oc8#FsbJLV✴Z^nÞ JVF.\"+Y?N}-kKB8aKwQ,K2k dɒ+ɧ>=d*EM~\r\0=鴕)_7,1%7slhuQLoʶQsÇbuw<#qژR6r#ZkC~d!>G_XlIAoT!\n+6Zo	6p)RBj!Re]Ȧɡ7M!֤pZԚjUK݀\'!J̄B֩.StcZ혃$yi,ޫ>(Y%*WW\\krcGu{~-V4jE鈐Fe6I.>.h)IQl+~Ai\rߣOEEL`7?HG%kp,LO*\Z4tFR:\'ǓY{Bf7\\F,5%,\\Tyi2!@V(ooJ__q.\ZJ85\nT\"H|86^R{9`6237\0xmPȡ\'(LpesqK14Medk#lu3.nnKX\0J`X4Q΅НtӪɯqcY+ݵ#Ac&\0O@kp\rW\r@S덧\rstuAmÅ\Z.\"@O&\\?o|=ܺ\"=c_kV^QЩjV\ZZ; =-b&!_n~hop:T)_Yu\Zz9n.:3U/Ҙ6W[EQa>{%[C!dhw=.NK)V7K\'>XY]z߆oy/_$ťw\0\Z^o>E@ɒe\"di@S6!PE,IB;,$(Kb攅\0X\0vC(R^,\"8 <ao\'	XYOi\";,0)4ÂbPk:\"9R`;bQu9pY$`\0J@se\0$)X`G\'0&Ti@\0{84DlF:\0ߎ@Mm1`#*\"N`,&Gc@{\0T8KX#1я$l+$E=D\nR!5/_`<d&t|jKHV97347Ut5	ibM1{Av?@mKaiwi|[-V5s^\Z?_2è}}MG{B(z.2_Jk<3ޟx>XKVs5>Ws5jNٻr7Q\Z>Nd¿R](SVY\0@7AGsio{b*NȯwQ$R(!#\Z4nI᥻.x\'\0M\'gy-T.}7ޥ>\nY̻U~.2LBd2t}p!ר]жV2%<&F`KKG~ޙuryHytAo]i+~tΪN[jnR,:vrdL\'~/jSWr]bFaM&a<FI\Zq(ğ','20250816234951','00000000000000000',NULL),('global:resourceloader-less:v1:25cb0b1f6b6546054238e63690a22749:7bd20325ee17fe6db285cc879c1cd466','Xo6_yv\'۰vO[8\'I#%\'m\\`m*Ǣ)R<kxx޵4rϿ$o~Zmnɥ_^Ks-5d#|s?D!knT\"ZoJ2-p%4!ζ-iĒQZ /PᅑA,ҙ3Rj,|ٖ5Ȯ8hZ4\\kscz{эhKx땨h?-[ZuSߟR4,:S_}8ߡ,an)$76\'m\n5H\Z\r1%I#)nx#K3ʺwDEJ. O(OBN]/UFӋGJ\Zز99@cke~{	7-UrYbm\r\"T8=w(VQA׎lj [[#.=/K.i#*	XړG3G:Jamz:XF,ۜK:\ZTrjR)peA\n`:\Z#{InrI{u?\0[Y\Z9$գ%`YH]4]GgV\Zbzx\Z2xW\Z.zDN/77^ڒ8\\#C%z_qh\',&k}reG..Pd4?w\'ff|Ў戒.TP\"*ޠGV>g|Gؑ8>1t*S>;w\ZT39/%zznSͮ^A@7^mLveۘujGA X8du1\\A+{Hx	HL(5)ow!qx7<ۛ}?~I8};Ш\\G,iƦ<bS\r8Be	Yd%3\reieQC@PR\rP雈5\0G<f3q!3>\'s\rYSl%FeH3,)Ic\r)X	̄h{*dI}H8\Z$rD2жN\0MA&C4{86l\nm\0.<,gxCZ4kHlI)C0}F@ddLS-LmVIG\0B#k_B}>XP\rp?jKHf	34ŅC.c@\r\'+!X%1Whݫn	JQ\Zs3=jktW(mgq`+}/UjfK6dK6lS]6aa\ZqELtYoT74翻Uv9dMG[3ļ\'!F\\c9G5{ [\Zr\'uBC{fosofw0<\0jޝjݳPABw״x/{Wk+˽; `PJQ1w A\Z;-wh~X4vA<	: 7O\rZڨ!w,Iѐ!h<}rX٧]6f~\rV͠Q,\\lWPL-ւAy\0#HEx*jk\\q{qa4D OʂXTi㸘_','20250816225340','00000000000000000',NULL),('global:resourceloader-less:v1:25cb0b1f6b6546054238e63690a22749:d4d06835a43357cd087fdc8037cb8822',']o6=0\"Zߒh7`EhӒFR }wĉ!q(ͻ#-Sh\\<&\0ߐ>GDk5y3>[\nͦ[FcQ6̈~K^FdZ-3#]YLlqe\\YusBH!9S968_(7w&,-\'Jv9\ZTS7M$Dt??Ⱥ%3o?(aڨCـ?^HL2V\\arQC$\"BLE*1LN|DWhZ{ŋGfPm*ovy/u&ݲܕ|,{[dd=o!9A\'leXmPɡt1Nʦ;fێi\ZiDk\0:mw.j7nSB`^![@t ܩl.8J~E5!#N6y4\nl,\ZT+stu鶍C[l\rGZ|cbds;rv{~_ft`/ݩj\ZT߰QĞGxI{sk{7CE5!rw)9:-aEjf)/:3D\0Sz6j><Cz\'7!B2K\'ߚͥ%={vEKd\r;=Ojr*h)MX@(|!M#e4KK}\Zƀ\0*ɇ5\0,S!jBM^4(\"2IYIJ\"X8А)Mh\'4F#B\ZP1XN%vv,Ѥ=+}ѓ8	8=\0T;JLoP#)E8E\\04?D@\r>$BHh4F\r0=ΏioUb<d\0DDvH;wo1ߝ2Fx<Ek<ײPEq1FGp2ܐ|hqE}/~\'UPzoЪfHt:chNH[u޿|=~[O\Z_\Z\Zؾx{`u~*<UF~/Fd|E?mPQ\'(qz/|ҨS\'5/j5jȉߥW2wHv.X>oD!2h6M\nZ%/[@z!jbJ`;vչRүR뤹))fQpn*E{<6;x(Bߛΐ\rI\Zkaؔw!.]7qgՎ=Cvm-8;U͘\"ɂG|Di2l{a<','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:25cb0b1f6b6546054238e63690a22749:d869d01281872168e4896a1ee1c06253',']o6=0*۲X;`CևE(˒Fi;RNIv(}HeQvJ9g*K\0)tN.W\rW;NO)TE*p_F>rXdtQxKb.,F:F>뚷k]7G^Z814GVՠvKEቶfZtؼ[4L)gZsy\0z۹+ޖ%o_&[ES/)\ZdFNgG7n-JͭoJC	\n\rH۵i5ߡi!D%ݡ5o7r;Yrpat=bS5L㲀	WhGIЈ@șh])fH\\@⪞u_K֣!>y1dZ>v`]yU˵wy:ge)ڙ\nH|XAK!wxd94h\\>k3/6XQȾtO҄;F-uYYreָ<\r\rX\0Z\n-Ճŧ-A0ys*\n-=ڮ`55˛υeTspq@=\Z=ýYLv˶tN	H!=g&܆#%2``1Zhp;rr7;~jޢ7KlY:ts٭T\n[JK -1wx?v/3S[|sSj)q4SEs[ܩ3[tNμ}w,J!3N;COBw|ќ;owoaۮIy\\_xǱH0ܰ.BnJ,c\r0FMc4\'4I\Z&1t\r&\0h\0fCl(R߇4\"، <dlaSOؔL,n@\"0)S41̀bPk3N&HA؎i%4Ac@\ZG8&0	%(Мv\0I\n#\Z6	L\'cIM3\0UځP2aj_&уË1b-=X9lD0\raN1 b\0OH%4㘆4:q`?\"JMD\Z8޻	\07#ܞF\0\"kVnHϢܸRk(#\0w8@\nI6~[/!nHQ\\C^\r~mf_?\rךZsY?~HlR}ІX=e\rkg#uzs<[Nk<&_RU(!#\n~G.NnuiMrX6ͮEp<TvӃ-eww/޳פΙf%bF1	IpI#rJb/FݒG@ϓ+e~KM\Z5A>PxY[)\"^E^\"i4~,ѷ.\rڭo\'Hl;#3f̉2*0ϧi19qӊW!y4','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:263b9d76ce8cb13a7d6bd126a119c967:7bd20325ee17fe6db285cc879c1cd466','Umo0_a!$7oK=H|g׾6&v;眎vltb<~|ŕH99E!􄝲\r:%{]o:UVv`Q\Z78s4s9\\f(l0T(Og||L*&&\')s\Z]<<GkGC;-U+_74X<hf-/Gz\r~_bߴQ&-ͺ-Qнuwt\\H	cK6Fs\Z3͐\0_VmBOi;f-h<h8LoQF,\'׵Y]T<{dA!}\'Vk4%<x%;%8:`l</ؓTDbvLbUx$*c*W*$G%JeDeqLr9Pg݀\Z\\\\H[Ekx\0gA!xw73iXс\r6-\r+9@&IXY\rqAd~\\η\'Fe3*\'vAHS!AK{|Nٮ85;zjGc;(pm }\"T$\")9w<UZ\n%ZJx*|wʷH~a_DHׄ>D\"J.@ЋZJ]UR<O0\0','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:265d7a579a10f88c8659e05ac395b4f3:7bd20325ee17fe6db285cc879c1cd466','WKo6WK60e=TТhb홖FkJH;e[;\rbqf8CXů\Zzֽg(\r6[\\\0A@b`Zӊ$OKIWP8d|s=\nO|˹&/_^TRR0$\nH9[%ފ)n=h?gs(K+y5?g@Xb\nYKE	׆\'^P\Zf,;C_%7)Ŝ)\ZԖT^hͩi>2grd]4B`ti	QLP]ύ>MY>?[#rCuROjCD-hZ3Uʥ\0c/,F\"L4\\R\"hQH1)DjK_&&Fm+B֑;\Z/T5m`spڵLd(leRwjc(Jԗ(uZ!\ZRjաokUڅ|¬)u&s\'=3q2<\0>c5dek.slxdp\r@;sw99q	̿fޞ#?Ϟ_~V6mNAϝ6ȆYoOTpm4NfG1xkXkU)o6-	|}f==]N91yRZE\0拡b}ʓ39Nt-\ZR^C_M]5QLzٛݕY{`? kEMb	7ۘ|q[B?\rFϢ,/gLtbɴ3Ͷ36ŁطR?aZ%Z%CwjumRydlKLq]zVCir7J\n9kD x\\nBz.xB\"пoȲ6ֿ5;c֒-Y T\'\Zƀ}r~z2zT1wEdHS|a%|g)n|X^tn5\n^4 gElMфEQ2C\0','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:26e4511f16b46a0e11a7db9778364df0:7bd20325ee17fe6db285cc879c1cd466','Xmo6_Ax-/IltC3ERJHrVHʲIkĶ(s/$IG#jΤ4NGt> \\H_߽DY+mQI,-P4\Z	Ҋ{16\Z$܌ߌ|ISRo\ZVYGZk\n Lڏc+Tu|6kb-/^)_X?ŚTXQqV	}@5nE*U;?V)I̍r3wXTucQt\"iC)͸ƙVXea&L4&EPp7d<0w\02{r![CFRb`\\*\"a`>0&E7mN.Kͨ()FQpIPHBn:\'uc%GmM2u/w?{`\'?WJD~3G#,.yxFZy)%q@gY_t3f\'sqI]ÎqSvw%\'v@5օ%LN\Z=_o_\rkw%yTk8_L*\ZafTFj_<J87[/K^kб{rv0m|	M[u+;ɡ*pWiܞU`H\\KTrݷV<6kLM(-a+찘hҷF]~=\Z~\'eP,]wOS+sYs%_C_p)Em9Uvߑ#(4a0|Zlvv~!x>]݋\06d/zPvmJ%q\\>vj<}p@8\nKHݰͤ|5\Z7uRA8ON	_ad5F6l&ǿ5\"sH`Y8=ӱk.s:@u<KnS\'WA?̡o4bZɺ{݌v*hХ؇_:n	ǉ4]qu.^0zsmVp\'6?!@;3֭_ΦʚI8(FgݛIcyhd{Ed\'uHcg:mMia<\')wHMb|=)n2)(cgk^f1}O;f緻(.@A ω.@txr\rRT]!n0s٘ym[ݹrj=-\0^-(Ya<hc(:^L\r>\nGi\"z;nd,IlA錒\Zd','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:26edc61bd580dc3d7ef15a0d1cb36b63:d869d01281872168e4896a1ee1c06253','X[6~_2ZE`KF/>oU+9C8`v4ǹq`;ǟ-&(|5ӣM4a3AY`6	Q )♹H1d*5bɋ\'o#3Br	\"Sڢ4APsQyK$7|͝Y%`*U;,pDu\nԯ#c_$\"	《a}2ZbJ%*$XuGT%O\\eb}T~o\'iͰD/T1ڨ<IYSZ-Qk*/\0j2I^B?oѥq-9,ٷ*ϘanT{dOs\\yC+FD^+ok%?V5;߂rT2e.D$2J斣\'}>In8bBOꂣJHC{PW9YbD؇Hiuj	1,ju,*D`Jڽa\')E\r<%5XçL<e!xw\r\0,[,<#fh166+~K~ƒ}߂%r~^[ƅWJoJ\nj˱4.G#m;W{1v2Tr.MFa,*rS.zx\rbInOO0wלHYWSQXh^}|;fd |$4}E=lG8Su꫶&M69tLAFUTWT$:=Ќ4ua\nxKakAh״!zWΪL.c)8c.[\rJzLup;mQ[Ϊ,Zz΄ImVrڽrWx>i0\\Iz\nس\0N`S݋\".\nvUNj>ë5^bf\Z+bAI%\rVEcMk56[	q|JeK\nÈJjEWm?Xgw=wdz$W0:=gקH}SB*S<p=ppNdʉAdܪ9r\"C/8r\r\n1ɥ݀<96Q*hv78#)(.\Z\n`1LFg.J0[-2)\'\ZrNq\Z\\̟n1-en8wଷRIDKI\\\0ao<\Z?ӄYxY4C\02','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:26ef7085fbf3dae3751c28bd4142d2c7:1d37f978382d2702b83c49fa49390a2e','Ŕmk0S6LC.(w{xA}qȒMCwMBQF0=RFn9swr8n=|퐡@Ny!݀_\"Tƹ*2c9{Z\\\"0)*Hi!|~9q\Z3oh2JyDyRE|xn(Ɉ5~)a:x?N5XuxS\ngk2yFƅMjVcaܯT)D0T}QxnMe\'vr_9gM\n;ǿL~<~h/kEM\"kYS^o|B*6RmUQ*WP82N=>OT\'gpYcbTZjn7)-e Ċ]Y.؋lI:B{\"]ZU9Ç؆mOϺ2Jtq8~9a(//Ԡ#UG=x{oLɁXewxٝr0','20250816234951','00000000000000000',NULL),('global:resourceloader-less:v1:26ef7085fbf3dae3751c28bd4142d2c7:678bc5bb3d384af7757361af0146dcdb','Ŕmk0S6LC.(w{xA}qȒMCwMBQF0=RFn9swr8n=|퐡@Ny!݀_\"Tƹ*2c9{Z\\\"0)*Hi!|~9q\Z3oh2JyDyRE|xn(Ɉ5~)a:x?N5XuxS\ngk2yFƅMjVcaܯT)D0T}QxnMe\'vr_9gM\n;ǿL~<~h/kEM\"kYS^o|B*6RmUQ*WP82N=>OT\'gpYcbTZjn7)-e Ċ]Y.؋lI:B{\"]ZU9Ç؆mOϺ2Jtq8~9a(//Ԡ#UG=x{oLɁXewxٝr0','20250817004337','00000000000000000',NULL),('global:resourceloader-less:v1:26ef7085fbf3dae3751c28bd4142d2c7:7bd20325ee17fe6db285cc879c1cd466','Ŕmk0S6LC.(w{xA}qȒMCwMBQF0=RFn9swr8n=|퐡@Ny!݀_\"Tƹ*2c9{Z\\\"0)*Hi!|~9q\Z3oh2JyDyRE|xn(Ɉ5~)a:x?N5XuxS\ngk2yFƅMjVcaܯT)D0T}QxnMe\'vr_9gM\n;ǿL~<~h/kEM\"kYS^o|B*6RmUQ*WP82N=>OT\'gpYcbTZjn7)-e Ċ]Y.؋lI:B{\"]ZU9Ç؆mOϺ2Jtq8~9a(//Ԡ#UG=x{oLɁXewxٝr0','20250816230254','00000000000000000',NULL),('global:resourceloader-less:v1:26ef7085fbf3dae3751c28bd4142d2c7:d4d06835a43357cd087fdc8037cb8822','Ŕmk0S6LC.(w{xA}qȒMCwMBQF0=RFn9swr8n=|퐡@Ny!݀_\"Tƹ*2c9{Z\\\"0)*Hi!|~9q\Z3oh2JyDyRE|xn(Ɉ5~)a:x?N5XuxS\ngk2yFƅMjVcaܯT)D0T}QxnMe\'vr_9gM\n;ǿL~<~h/kEM\"kYS^o|B*6RmUQ*WP82N=>OT\'gpYcbTZjn7)-e Ċ]Y.؋lI:B{\"]ZU9Ç؆mOϺ2Jtq8~9a(//Ԡ#UG=x{oLɁXewxٝr0','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:26ef7085fbf3dae3751c28bd4142d2c7:d869d01281872168e4896a1ee1c06253','Ŕmk0S6LC.(w{xA}qȒMCwMBQF0=RFn9swr8n=|퐡@Ny!݀_\"Tƹ*2c9{Z\\\"0)*Hi!|~9q\Z3oh2JyDyRE|xn(Ɉ5~)a:x?N5XuxS\ngk2yFƅMjVcaܯT)D0T}QxnMe\'vr_9gM\n;ǿL~<~h/kEM\"kYS^o|B*6RmUQ*WP82N=>OT\'gpYcbTZjn7)-e Ċ]Y.؋lI:B{\"]ZU9Ç؆mOϺ2Jtq8~9a(//Ԡ#UG=x{oLɁXewxٝr0','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:281c246aad5323bf2bc3afdea649dd65:7bd20325ee17fe6db285cc879c1cd466','SMo0Wޥ\rIQ+Kv%:&\"[)\'\rINݐl$Rɿ\"E|4(N\'l^$V濒=?0lwN5=Z(md2@3Px\rtZ\ry@>Lp\r0L\ZO)#w0`s\\#걂Pith=k<HyYSGлg6n;_F|@zr\rP1ekq>&ʃoY_z={uKd5y2ǼR\"\"QXqd^]Ɏ+0хzZ]Hd`+-n-*jg:77tX(S̷5!YRW-h|~u6ecf]j \\w\rxZg#Y yԌu!٢*RU$K<ye%2O','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:28659d572abe3fffae3a4f01ceda6fd8:3d046d3873f6206279f049a8fa62aac7','Xn6} pZI[q>}$XJHje)i/8iù2<\'?\rW(>==bO`znuD,iWr̺%,[h\\!X.m)^34R3!quFVq#ce.N|V#鷲Bie[9aW:Z*SmB?Տ(pHH/g}cq.+#d+WrlW\ZN[)4V?(<sr\r`EZ\'XV9?C|V>v:;V1=1l4M(_*8Ud)q^-.@T=Zɼ@-N^y.e.{z_ʯ\"ao%XQnNKqoPCJWrw*Xs1F2	yU#|;\r\n݊0NSSeLqR[\nnjtk=I`%\n0\ZO(DX%Ё\'3]O;51iOsՈnfJPzcIɎgޜ+\nS-fҲBNvt\'{	N&Ve|؁~DwWrY%,\r\Zu0̠(C<!XW\")\\l:n6j<l#%`&ʭ5bp2]OzVir.@bzeD#eADdI<XRgoе?ݢ{{]*ьd*t63PAS<}gIdK\"@7D\"SgQj\0Q\r*|\nʄRԔ#a`w\\rovYyDMQdKSV݈YՔ)LRw/	~qEbH[fkSoB[v8LqB=ohpIm;ncm1z)m+_P>yn]&2cǊ0Bܗnq6\0C-6D2_B{Vo~)rw9Q4̦I?[@LO+j7#oHWA5R}J?q+nҌ<J^:k쮶gJ<\ZrhpjCX\"/nz\n!<ngJ+}5}¢i`ǽ}P]B|&}|H/ܐ^.MW<)WXS\"V3-Z󴯘zY\ZcaFnsl6D*O[zaVS=ptLlX$ۥF$_ʠqh(XF<s(bn:Qwv<`ڽ2\Z@A7l>FkE2`<NGLhu0Bp΄n[4\nwL}ub`p7P{0R|3la<J9LAL8x^I̢=Ρ~>yYE\"ЃEc?ң_\'L7bc%ruА^EE|~?d$8-TcAY6\Z9@J\r\Zف<dTp[$%l>].b__d.W|>Ϯ/','20250816225333','00000000000000000',NULL),('global:resourceloader-less:v1:28659d572abe3fffae3a4f01ceda6fd8:8086c131266a7da3ead4d8ff8b35c689','Wn6} pZq,EPo\r\nP􁒸+b)Q :gHI{N5Erœy`3ʬ`5]$석/<UՕؤĂ71l\rs`zͬdbKKlfƝ}md7:V\"l \'Y8Xa7(+Ȝ6QQ͝z]ZT9Vy!oQ*$a6eʕەkn$`d-D>JlQry\Z~iNfr;!ǒ?v:;V1=0l4M,/^jlM\rZɜܿyjzCYU$cؿk901J}A	X+]8Cg*Xs1F}dyU#|]:\r\n݊0\0xSSD{Y\nFq֖\ZZaldx؁[,aR9ӕQ#(dΞSqlU+4JBo,2	1ّJkӻDپ[ɞ`\n,\\U\'Џظ+!FandTuّGq4JEB|2򘏻YǍ۵l-FJ,L;{&dW :J\\S5x&cD>ղ*^T\n:`3tOdww=Znrr#2J͌g(Tspྩ6~@PWz@]-߯>RUGHW&~]G&	K...~\'jʚ _ΪLg 3ބ{:f\n@:PN	m0jћBCv!h&}CsMmq;k|1u#O!C4x@m=ܛ?=Ʃ?e)*Ai\"7s=LtTȳr3bC&Ì$qԯ!@~\"M&}D{o!,|<~Sc#K\n@oJ~,V	}iɕ-=.t}mυO521r)ip\0k!1<hʐ+b7s @Ԯ;|ڰIX435p0/>JTKGdNߧd\rUE9ϿPLeHIqVB{\n+Ej-äy<TL\n<y:V!PaCGSY@/gѭʲQ$7m-Ig G~ǲRXAh	l4Nwqޢ/C|k=ir\":Q<_@#w\0FQ6/0$q\nLFtOLhs0+p̈́U;`эL~wnfo=k\';W쎷9\ZQ23\\7q <Du*EA]@b:DK\\_#-^w>;kP)#G:}{1jz,#Bjlѩ?dTp[Y2/yK]_e^J\"MMt','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:28659d572abe3fffae3a4f01ceda6fd8:f9c40093637d8d115955758a3ead09ea','WMo6=7b6lV=6z(z$\"LIY}CRx^l{3OOGQn2MLVNb?1ԆJBFRpf5٧($g67Bhnc#oF@B1$(LJN$Wڤ	S-^d%ƈR_h##DR>_ԁN7JƲ2/FuжIٻ.\rԦ:ij%sE!yΛ5=8(H8Pn*e`	X\']9CXg)/RbSJDxW8\ZU+aXiq`S8KyɌ0l\0ԣq@nXZ=xr	Mz}.I5[ԺP\r\rx~Ii\n카]3NNV\'r)TU1@?N:`rbNY\0MrfPm!d\')[(Xq qVbDfbgBX^Af)nKBS5x%QO@}t=878)<Bv<x6\'vۻ;\07#2J͜(ppCKN\"iQ@HEƢ*E,5Q)zؾzB)p#a\\}mwwaV>;P.8t^|	1&OO4\rIҡ>vmrMh_Hvco\r>T56Lwcm/SNy@m<x	П24ϼ`]ֈ&EMP9j!1Y8A\nR5i6AXy:>2G.\"H\0\"kVXC$펦C+;z,uڞiecSӄrIS\\VI6A+V\\su;\0Q5k:eImPǝ}Pf<1);dԋ{g3z=z ]9/(jiW1*zZ-u0\rqCgWl/؂N_qfV.[I{ƒћdo[v_V^0h--<T7+ac\':r`xx;u;0\Z?n< :}6\\؉5:\ZCn=.\ZcndzBW߭mVfdǬic䔌lQ2\'4mdDrytΡsyߟhdn8rA\\u-Kx5_zS8iHIZ[E\'*n𡛎DY(Y!Dyqvyq}~rLOg:','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:29c32823265de7d9623b4ed13b01aab2:1d37f978382d2702b83c49fa49390a2e','ok0S\\jS-2.cեebKLwlh(-}c|	~.|ܹ(q6xx1!,Qxgz2FW禪}_7\n(s[5*Jx2axzuF7EA	֗q	8D^yh=-K-qvlFz˶ox\0CHW?WPɅhlF:-duLlE.c<zRf俽[ZV[o*%\ZddKZl\n2{<gō\\(&&)2O^@֏xL+)h<ܝ	nd?sZLL5ţ]ۏص5a9zvyCQ\"xǯxT\nWFI','20250816234952','00000000000000000',NULL),('global:resourceloader-less:v1:29c32823265de7d9623b4ed13b01aab2:7bd20325ee17fe6db285cc879c1cd466','ok0S\\jS-2.cեebKLwlh(-}c|	~.|ܹ(q6xx1!,Qxgz2FW禪}_7\n(s[5*Jx2axzuF7EA	֗q	8D^yh=-K-qvlFz˶ox\0CHW?WPɅhlF:-duLlE.c<zRf俽[ZV[o*%\ZddKZl\n2{<gō\\(&&)2O^@֏xL+)h<ܝ	nd?sZLL5ţ]ۏص5a9zvyCQ\"xǯxT\nWFI','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:29c32823265de7d9623b4ed13b01aab2:d4d06835a43357cd087fdc8037cb8822','ok0S\\jS-2.cեebKLwlh(-}c|	~.|ܹ(q6xx1!,Qxgz2FW禪}_7\n(s[5*Jx2axzuF7EA	֗q	8D^yh=-K-qvlFz˶ox\0CHW?WPɅhlF:-duLlE.c<zRf俽[ZV[o*%\ZddKZl\n2{<gō\\(&&)2O^@֏xL+)h<ܝ	nd?sZLL5ţ]ۏص5a9zvyCQ\"xǯxT\nWFI','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:29c32823265de7d9623b4ed13b01aab2:d869d01281872168e4896a1ee1c06253','ok0S\\jS-2.cեebKLwlh(-}c|	~.|ܹ(q6xx1!,Qxgz2FW禪}_7\n(s[5*Jx2axzuF7EA	֗q	8D^yh=-K-qvlFz˶ox\0CHW?WPɅhlF:-duLlE.c<zRf俽[ZV[o*%\ZddKZl\n2{<gō\\(&&)2O^@֏xL+)h<ܝ	nd?sZLL5ţ]ۏص5a9zvyCQ\"xǯxT\nWFI','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:29d4ecd7cff52f1ac8b30f3ecece1b53:678bc5bb3d384af7757361af0146dcdb','Xr6أg9(,3I}u;T\r\"t\0(dްO@n3P{lbvGT)on7c<חo~zͻА^2y9=\nr^&\nFZ(aqdjRr/-=҄uK^H6V.%΄0:@3][!s*9M\n|SGFbJ%sUVY:uVkַ[B1zB5$BO d]0ҷ$8=\"U^(\"AP\r:e_-˸4r%	QGK:h=e)xIƕc(\\ixTsQ:nk2g7TssZ-%PMS9F@Ig]ue	GGIsV)-o1yUVѭlG+M{EKE<#53 Qv54FsI˔ToQ\"QE|JF6LjԄs扥#[ߡso.i95?\'l\":;R~}mY?`hB{B\'UI3{xL\'ݫ(DH9?b	0(Es˃NVx1|`	(t%	1]*CxBHs97LqUѮJHaqeFS?ըUr\\1TL^Z*E&4$LRUq-Df);%(w>IXQ\\U\ZN@ad3=1gaMOV~ԕlj(+-ꬠ1a!I!307ِ҂\ZfKM+ÃO/CNh/Yk2)z/10[\Z~l\0$RTeFlBR39ˀuQm_q(+f)]6ViZ\'i?d[PgE5eͩZ!Db3Ir4B;1	;?vC2)@VɢqQMcKhV:7WNֳZ,9nEA~ϱKKcAˎz4zQ59[|\'^\0F\r@ũMy$;.B䇃7O <G~RD9	Di@!5I;tGYg}`=T D-THf%@JbVM($!RI^RI\'Ea~H|TFD\"qދ\Zh-bTCS\Zx|hlT@h5P[؛^]H)i$IevmA`Ti8ky3;Cϙc\ne΢*xӲr\'ާ#RZ\'j7)iD\\|]\Z#FxkNE!DKn;fOdy0lVziÄfcDE1ͱٲDǕ!Q(VZ6*kVN\\@412|3Wg2L?_~%]rIP{5UAb.fHq$ڽΠgUx3˴p592Ì4㕊|3\\Sac-mmpWNG~k+Df6oE63?9338qF.m,C<!Y/C\rS2#\'<&&J[94tc8H\\k1׍r^0^۾pͦj7¦=%k7C暨¶!ʜ\Zq$ndF̒m([EKZ{CwEKLļ3\nI?WgnD7qyj;ck뺱U^?vG!CЋ	0);V\'+W#32Jbo#AR2Ӫ!m#$R𤕚zֲL2;8<<])w\\\Z_­^߈P[EN\"|ijO/>cJd=}p/lM1qw-YA*^ބkq֖u	MA	{\"Ev','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:2b04aaeabfd2d4b8680bbeab771795f0:1d37f978382d2702b83c49fa49390a2e','Vn6}W&EZn&h)qdH;F(ˎכ(\0<93sfhͲ¹&חW =儝z/W(p,8,߰\'2>1}[XXI0R޾&,*`Z0n	Y*dW҂~.=7.w,BmV FxZ:VJQpX\rv(R{O	4=I|8~ǟO?e!R/v#(Wδ w\r^ 5\Zi-w>isGv3g5EJc٠8|-r܂kк\"|:%<\"#>C$]9jjJm6t[x:}иaR{s+VkA{7hWpr#\0sRp#Oҕ%\Zؖ>bu	[$-[h-WETB$B^YRdϽ4zOCF31o88Աھ\\#4%Ob-(p=`WnX)Q`Jx>8ok\Z^vMy/+Pm]Bq璆{69a;+fl<#w%$ўF!mĆ|omFodlt{zŋѡ/.\"c)9H./LZD\r%!+^\'h=BT$hؒ$f^	.JE|aJP5`/$\nwgh<;*[]ipw_\"S\nu f.O?\"mP8?iO;eyzD6B\Zfmvcrr^6]ـv>^<^dvƫln4nQLmK`lB\nߡ9[\"(yP~2%>yZжKkL/Ir%$zw#{9d{eV\\D>rD9X>.Y8oLIzڶc\Z$/iI+\rREMAs1b:+fe	_@^','20250816234951','00000000000000000',NULL),('global:resourceloader-less:v1:2b04aaeabfd2d4b8680bbeab771795f0:678bc5bb3d384af7757361af0146dcdb','VMo8Wڇ6eŲc%Ev(v&)qdHAHJ&X,fqh\'OޕOGvgP#)e\ZG\ZG[@7%z5:JG+tJgE	\Z\"a$JkPUm] PJ^ChaeW([y(Q;-E`Er8\'_o~}Pb;Z܄}ט\\vY~pC]B鿀/u4T\"%\"\nVK5lAV)N·	|`uIUJ|æcnrr\0\r%shM\\-)^-qFILp۷79OG2DUO!FJ:Wpץq\ZIwTd<VFx5=@vyD]B{.u\0ޒL[PQuaA#Ps6%zg]J4>\Z]Pֽ권QQ-پMk>\0It)ҮdA[r	6H<^OW\'ϯX^)u-$Sp>L	VGX7\"_.hRGXtx\n,\Z㛺kI9$@\Zsf.C#)+^(2Ͳ\"2jQ8MU^G	kgK[4XpD[+~m_Eqz.-iZ;6{1o[Q1)dK×p<<}R9-Β`es]tDG.Eb!\Z 	A\\\\V~&*]\'oQ5	b3?x)V\\Q!N)t<}3:%˚GGۄЍ/w?mXb#+DԨ\r3Jfx2_L/GI%q6d4S','20250817004337','00000000000000000',NULL),('global:resourceloader-less:v1:2b04aaeabfd2d4b8680bbeab771795f0:7bd20325ee17fe6db285cc879c1cd466','UMo8WLK?df@\n\"GaHʎw(v:	Y\Zq{|3	O.c!bqvaw~A`0@PAq)UT\'i\Z=Bq]Nhgڻ`%aBHU |BƀnZ#ǚPzпˈZ(-xl=JMRXz\rPȔ@Qvw7(HQ4\"\ZJaܠbzNvzq$g?PFʺ!vmb]Qh	(eՐZt8iВWI4\"֊H\'iP8s\nh?7\rq&!Bb.6ᔖ^a|e/ԭPJۊt2ǆ96WXBn+j3<Q eBfEiMWiY:vhEVx$D;OO>>MAԉQZh*Y]꽦EE/lhH-~MzCS:Y7}8\"qPooq^)+V)J?x^t\Z2:,tE4=ǬKӤ	45hZ\nOO)02BqI##FB\\y|||\n^^](,Egd@f/A.2>f~Lzvђ\rS4st\'7nؑ?Aig!$d}U{+J]\ri}ˊ.F1JӅ鏲*H(á;:}y1}n97b9/ֹܔ2Zmd,b>QO','20250816230254','00000000000000000',NULL),('global:resourceloader-less:v1:2b04aaeabfd2d4b8680bbeab771795f0:d4d06835a43357cd087fdc8037cb8822','TN0}Wx 4IK}a`Ǟ$V;8wܲ@BZE3gf</HK\"Ǉ\'e:U\"W`\rU[D~][@`kz+4[&VB=:\rM4BnĄLXń@%=:i\n2[#oB\nKwHC.\\R&!2V_{Oi/	ݻeXYo:B,7tƈh({/Ҷl2.u\nW\Z!\ruȪ(LJZ؄,o34f֥š?t1[#eWCٍ:PZ0>61FnCgƸ6w@T~zCujuvV9žu1ݱer}ueϙ~ysIcjG{QhOФ_4DOCn0C/}zcsr1<oydEA-HH]e)dhC2=؎pU-=bt?\Z?R>&d\n\'hym4rˣrɪ!c\r!̀+|G2yB6ɼ,e=󼨠\'e^E!|r/k\'','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:2b04aaeabfd2d4b8680bbeab771795f0:d869d01281872168e4896a1ee1c06253','Tn0+!Y=(j$H w(;vǾdj4͛ثG$\r9tK;\Z;x	ƿ@/%:\rZZƩ5EҚ(AaŮGL΀,Yz\"%?sRD\r+쉼\\R5}\nmA,R{^dҤto@;4@Ž(!7+$ȕ칕Խ52p>lJh˘U\"k,`AT+Τ;TR\":CMF\n76;SuZއFv\0Rc3Q2;%F)^;dvZv|R`yI]0Xs#\rBgA!;y. ָ1YhTSHh75atԚr侱4T}m\"8aȥTИU!UTRipXˢpQ%ŶHp2y!A؉A4}ywJ={<N(/٫d}2N,\nimwji@.Yru	deƢ3K9o?=i\"Lۤ }&UR	>\"Nk+\'̘0\rڎ{wWAy2	Bf܂N	:^́ou.YxOqߙǹj\\yI&F/Ð,Lb6,p>J 	bd:#?','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:2b4275fd1b11cad4f78cdd8ba0d1b4be:7bd20325ee17fe6db285cc879c1cd466','Tr +)&qN+(خ^ Dьew۷p}|񬪟YpO2c4X%C8 ҁJy@< `Ƚ\0.Q+B͎AI	{x<78HXFʴB´)i\Z\'M?Tvr)\'+w\0#{RYQoA(ʏ -WrwfԒ\n&.Y|&n^]JA)Ixͷm5/gVximi/2kFκ~Q\Z\0\"Iմ}zZP-C=#ԛFfa(GkwXD+3Q%Y/c%lr+=/B\"?bN}seu8YM-5;8?Deqth<h\n$70Hn]%kA籖B2<g\Z\"H֬DzkP&t=SdǓgees','20250817032618','00000000000000000',NULL),('global:resourceloader-less:v1:2d131d90812af46a1ba4d0dcc70b9528:3d046d3873f6206279f049a8fa62aac7','Xn (6	,[|sΞvM[lnPeD$J|l-7ΐ~iݿ[xAtucWVĒ+ɴfTU(D3;*XȵX\n#\nD&rCdt{eD̤RDcUg1ɶ%\Zž|1|,2~<ν%ed*a*XY\nKQ!Vk^\ZdKnd(3i5k\"wSQ	d&~#P5g-M\n<`ۏv!!{꜃/חw|ޱ(Z($8$&\Z%D\"7 8󐯝fF*a	l[8m `\0JX*x[&Æmѵ2|\ZD*TԊJdQotea\'R5pH_@7*PΣ(bx@P5{А;&RUOxst58u\Z>Jz#u*\n%.#}_|Kj#,b0xz6wΞzBx&\"*`odcXV.vs2/,,_%1J#q@,Q!1.[n\'9&亪6ȆO]aB]vtmS($*y]AQt\nHDK\rUk6ϷI	cPİYGq]\"ܒ1l3,A\\qFBI\nLMrshqv́8u]j)a/w89sDLUGEI ԃg)<a4V)dEx7$Ln\nU1D1\"73eƷK2v*Ai\'_6QʳZuFP1de75``\ZU&`sBX`;#8>s\r-&|o	swɧ+I1|:ovnzw{ou:vdi|}OGvם¦\\ǋ&ldE4-̝^1>Z}AkoWg]iBɷ|JL$nZ_oF+kvZNq)mxե8x$q0S\nOJĐ8,TL\\+n?p+\"4¿+Aא=c&Q>6B!ގR˔8>+Q䯒๗>?МHG?\'MC]fP0aH\r#$-1IhUW8;U1,e0@x\"8:î~kb{A{AϘAoƃtv=p4.wwS\roER5FH;_Sʶe9P䑠!泙?.@&</+\0{A$jx46P9MJH~9^SٵދQ^X$lVpРmѻ};Fe/Y>W.+`\" <\0k^Ѓ8iP=\ZY!֌\rAˍlMMR(E+P?YeoTjAWnw?Ȕ+ (q5-u<+Mތ$\\-;ƚ^2ѡAvaXU\"A0A\'\'YؤAfSm,h\n\"ij\0w[m@%^f	=8ӟM}{ßcd]{ze\"t5MhW!⪛bakN:;j@d7aF2؛#׺g5bKݿO2pq\rUHWhs3lFP\'A^˷:u2_-qEtkepj3ZC8ќ#&@>q_&ڑ|v4SDܿW\ZkGH^\n2?+ȷH@^ŷ!kVp.fNw\'fK\Z\rJ\0Ȯ9$\rg5ٖOƾ7%\";Y2w}Lk\'','20250816225333','00000000000000000',NULL),('global:resourceloader-less:v1:2d131d90812af46a1ba4d0dcc70b9528:8086c131266a7da3ead4d8ff8b35c689','XݎۺS.d-kmQ49id\"Y4\"KIEuDjmw@\'P$hoz![$g338z2Oߚh,ǮٝH%,WU\\2](E͕7L,F&,ѥeBż?޿}(Ydl.\r$	֍JA2^Uk5/̀ڰt:W$-%+uq$W.\"%cּN\rXTX*iTknPxpsQK&~j#Wh\Z6Aq^V݇	{-!{L/W(7boX16	N\"IR}D0MC9[;D`ZO0xSX>l]/ð1B%CtcW	dfV$zk;Y/(Gz\0u}R{Lq!ʗ0CGEk\'^k!4|\nsQoGA8|Sce2e\n/@hБS1+6(]ρD+]Gg\r`/kݔǣR,_	M sA-Q#3F5&\0v\nRX\'tCH<yOe|<[-r\\?z\0/N\ZsV0E\0\Z/q޵QbI6b~k̏t.bE0)<ų^**qt>&˝ܒ1|͕Rg!TyMB.s{A9=UR8џl$T5sC{<\'g)<#} {{VXhcT&\nU;kkuܭ@TWo#)j-ή0/_6Q<pwfІv:uby@dBz$L>Djzy1x0bT.Nu٧ɜ3w>3.Lgf`:O؉3x|2\'c>dM\'PQ^̝^q>z}g;%FϽFu=-cԙS\"İvvn\'Bx%..ɲtzw\rS]>bޤH!q S\\pí+j¸Jwp+ՠOcBs>6#ٞ,R\n4+#U/๧7!^/\\:)nw*3ڂM8l2W@I0AsH`N@S0A5s&8+`þj]m@T7*N=*w	Y5PSa=oD䖵NhJI[ʵJ≠!xBx!/{nG]벛lXE~J\Z.Ɛ׎/<H>׼5Xqc\0x~;$9a{ꭁTphV5FdE`c&&b9Ţle*NՈƵ]6=+G%\n)%%*uZQ{R(|X8BEOI|sTT.LkKHٟ3]9*+IW>\rDb05k|gQBߦ7Ft12?ZB8`*Y,tx6	Nnmg1>\'wE0~[bקsl;,GRw4.X}~߸YKL\nf%#ss=	\\~^F}a<ZDO2qҏu8=ΰ4q+\0gO)x<1:9P`_IIEeB($\nQ2a*ڌnUMwb?Cf7ƓY<SQז_T{s`Ͼi^V{C7p/C0nVR[gP3b0ꏳta/	91_8B?B\'','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:2d131d90812af46a1ba4d0dcc70b9528:974d0e85d3f251fd1769831868d8837a','XnS-\'JQvd;E1$&,Z\ri`}~l$hoz![\"ysȃaӎn_`<vص%\"iI!E&\nqTBe\"&_wO|ۀKVD\"3fRU`ls\Zž~5|+`Uhv0OS{lԌe*󰸱sQ[!+^\ZӜDM}Jkb?eQb3&~)=OH4g%e6\Z;ﲻN9Y~o_pJ|5K,-ZM1k\0ܥ+9ŝ]vŰZd%[6Դ<HmϿ[Qߒ-Vg!XAUBv?[%3p;sx<$F5<+Qd//ϔw/oNG\"{\rd~\'\'g~muay\"`|촕:^8?NeHx=Y*[tT# ^}a4WqVVj^+W2$tnBd`@\0w{r3e Yp1ѦK=mnuy@|jhcQY$4,7r9d?2\0bC{UeV1Xjg*j\\xIJJcg\"YBJKY?Dz2Ae\rz([	bR띍M5~XZ&j!al((<E\"Ԏ94}J?\ny(5(#;g-ƌXPDP%&\"\"`\'d41PzclQةe\n_D+cwɊot=Y1Nq6b|/a@	&sm\\EBszԯ^TTe((@1JDsKkW/Y؇cJM\n}zC^@&#K%cdgLx2Tƈ`(,\Z|a*Uz<;~O/eJy1DJ#7(#Sҁ\n@ՙi-xxxFxx&M84H_E0}?[03ު+TI>r_Ϩ`EEBDfy7%jJ\Z]Ah/,_bhmwR5FHaj7qUʮa\Z$DƯC)1B*?\rgHpIw~#;= ߉$$h#!\'v7G&[/[cf{Ãu?kxqUPJS1\'(h]TY\Z=ʤ5U(\rRc,3J7W3]\'xՔ6hRL:D\\z|!I\'ei/LTB12ǲDesjPgKw#߀PUAӐ-h{HC5m3x\'S>2%Ε=wW!xl%uBfv>џy*ROG;m}Ra?yE{@]̕TUYhUR)3*V`G[o۝-hvZ~wZtZ0М	+	OeNu|6~Ru$2BəWr|[<v]G:\'jg<	Η՞\0;{ȾY-{(\r*?OFdv>ʮ>X-vk6pE6*ݭr|)xN#**`wh8=4o{T?Ċ!á˷>lmzoyU<\nm\"\rxv?r%4#Mq\0%P,niߨ(.\'&1Ó;QxWmweG3#۱*1G&76Ii=^BDc+sakɲݖIV26ZQTkF2%Ĵm\0]^6@*v\\St\'~վ۱f!-v{EX<V=[E\\jfu/:>ܨk\0]&%$㼉2<ܡqu1eI^Q;yteۗ<|\ZvQemEԸֹ55R}PO/=w۱:`sJk0؋W\\b1ebvLĤdȰG)ks//Ckށx#ɵ$2ЖfL*U}wWO,t㝮; 2}KS\'@gv*KkQ%Ǥԋ-ővHnzH)|G\Zq-e}qq>`tӑ?BOOpM\'h쇠','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:2d131d90812af46a1ba4d0dcc70b9528:f9c40093637d8d115955758a3ead09ea','XmD_1\nB*\0\'PomU^׻$N%:o >83/;;c;?H,^wx,kFr)UdkP9L\"gՏ?~u\0\"IDXƪ1`EF7-޼\"J\rl0;l_l/@%͍ȹe&EhbecV0#B!kV\n\"S^rbro+q$FrV¤CN?cx>uPY}1Di\r3Q`eB	yFVMnqTo춛>N!ݚ9][fZh0|B?55eV\Z!U\ZRsGBbT{ózhts<7g#\n\"N6\"y0PdSzgp0|<RPHK\\Te\04C(U]<_ EW8LD\\(K\"Fɏmv^* 6b|+CpwYd-o-\'z9UKJU%Ϊ4u\0-,mJ_+WOx3,!UXLa\nrU>~@f:Xv)-F8IT.(I$\0\"G_3!DK2--Ejg)c3V.C_+ʔUd*ʊMI3gϴ\ZH0z\Z^dL3 (5gCeha0s+Յd\0V^*%gKC͐J\r1C:-n!o9 qmHcfӘ!KMNKcvBGu1v@׮I>?ܪsD>$GJLUoMwgdk<:Ɠ0dszTGfk}h8>ߝI!Sfԧe0\Zs\'\\ϖv#Aƫae`Sfөd.zTђ.ǘn*_x\nj\\Wsw?^}6b%O?!`8D|_P\\9hA??\n}Gmi}I>)veF]0}SK*l?E{))ZUe_()\\v$Nؚ>TfWiսŶս\Z12{l|\nw	ЂՄj(9	=GKՃ6H.vBDض)\\גaqЇl:M]X&,\0{-d\'d<JX@wj,[{v)uFtc*\'k8- ]h%+As-1Tl;#R=n@MBX!+MFP0ؾ|mo@%1kO\0YFuّRN!S[;TMb_q26\nQP#nDw3dpު(-\\}$_`h;dwhǝJ K2T]XZN\nJ&ݪ>0ljHlCVl[r@)0FTǄNjM\'g4&ꦦ`_f@۶:Ƚk`;r⼙]*\Z7(لqC	I<̡qU%9c_kt鳓^Qp\'&[9S_2J,m1LɤD=hjJ[V\nߎː>KVIg2\"&&)?\r\n4@Z{Ɏf4pEvO,t㝾{ S2;	C3$M߫]N,fU-$+3LWaI|G0cLǳ`b\"i','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:2d45e83d2ce2ea882a3c95693ea790bf:3d046d3873f6206279f049a8fa62aac7','Tr0+4S06NI[2tr$8\'J}0扷}5caiʂp<1y*ѐ+ 	֍n-%uK\Z$5pbV&/EU`&gϳ.A\n\n.6P7~׷~[AQ8&n*PY*x~E,αZi7\rufNTvuvÆpL#B2JhJikuHԯq*Z)Ik|9z;|!Li{l-ozݷdRB΋h!FW(ɕ2{Khٞe̵;Z=?>k^\0=:;xY\\9#EX#g]<Z&ܧ95<%`ȴEBλI$>$0\ZmBAwk<qYt\ZnEՀy73~ӆr/d,+4u$=92y˲νȊV|;K3\0{wl{ʅp}jÁ\'?lpʺϛ%7l2eA,yH9gTNg,\'w<2\"','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:2d45e83d2ce2ea882a3c95693ea790bf:8086c131266a7da3ead4d8ff8b35c689','TM0+F-jH UÞު=8 #;e)vh%x&^ތCIF\"fmdHFC$*IỰM㠢 MJp;nQhPegW\n\r?6ߌ.W\nᓀ㋒A2J(.hIA%Ў:4:TKܴ0a#^iPU1|n}C+1|\00\r\rI֧0.s\"v9ʶƴ(樂O|atqDcDyn\Z8I=ߢBʌ\0^<C(Z^8Sw?BXэ_^@s2ojJV$|E81i5mÄMFM:Z#,Htf\raBV34L.I	3\\<\'>]m/<Yznmfy֣kXvbԕg! d_!}Cj=/GVXѽi],Uk|Qo<v`wJ2,hJgte>K94rɖKr','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:2d45e83d2ce2ea882a3c95693ea790bf:974d0e85d3f251fd1769831868d8837a','Tn8}Wl-(袋l[hҠ	ڇ4HAw(ٲ6y#3gΜp>bcƋe=8~绿~]}H$W`32RgP(ȍ\rA)1tHX!5.ww{X>7TJ[(3H8bCk\Z Br43d(3`p<vxh8o\ZRYfB+o	@uu:5h	\rvtD Fi+h7\ZZI[}E	BIMޜ9nr//\nPX(#tow%\"5cA/8$a\rKq@2auJ$M\"VQAS㦦>>--sF1Mr1E͎p}p>%uJqJlsYJԖvEiJiUif%\'&|eU|?;z|pt:Qi/ڣU!;WZU2c+6iz{<\0[U,ZW0(6s,X<_4FN	$yKu<<81U܂~\"v5ZZǞ˔\nBy:sr+<GC󚬧0h&0ARt6~݄Y\\yЌ\">AI0Un c2Ġt}*)}+L$#lmAη_\n;\"%ruƮٳ9\Z[EOsUӼ2Yl~-o+jA\ZbK^+-7/r^&Lv2=Mté8L(^FQ4ZL_','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:2d45e83d2ce2ea882a3c95693ea790bf:f9c40093637d8d115955758a3ead09ea','Tr0\Z@01/譓,ɰ,yreW2aӋGvٜe	hlYt{4G% /2DF*k}<*a6ʖ{*<5RgrRFv>uVLuc[#⻲,W0c\';ݟɤWQUynZ\rI)ozfEхÕ\'\\,!,_-OEN/g~)T|j\0<ŢP#;\0vFcQжPc#JI;E[0@!v\nXXcvg4$$\ZXX^\n^)u[hᙇϦ5=f1y6[8v\n8ӚY<)dlq#Ȋjnq×>\'fkG)67\\Y%RټID\n,c63r%<7','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:2f03c631c9759c2597ca91d82f04ce9d:678bc5bb3d384af7757361af0146dcdb','Xn6}Wk\rS{zi\rM>SeH|iv6593f<n(vt\r|\'䜜|}Nx&P7\\H~A*əI4qbxZD(/d{+T18E$J^Ƒ 9^܊ȃ1#X\"@WPܱOxhwQKu\nH]Aly7nō\"_#8\'	,<@YmlFᤶ<plm&7	W\n)\'sb)%:yVAVgd!oQ >m`q^M2`x\r,$o!9;CxG\r	@:okt\'6kz͇UYg8+!7i;,:jAi\n1\\e6EJE.RqET2ɺ8DJp8V^@ɥI!2`\0Hу{RxTKmb:qNz]O?$3HD\n\ndZ=@¤6pZ֐\08?0DߘL+^[fdFLeP7Jǘ{Pp/mL /a#\"Q=Ф9tH둷0`<|B1fzcN2[8\0ʡYHʧEpH[䊺Llu&w1-#%?ܞlJ\njS\0P;G54\0+XPhgpt@%tZϳSFQ)^>b3#Yp@yO}ZSym92wcm![%ѝsN%/qotп[hL(٢5+c;Z>t#	Ko#*ޗSkخ!mB䏀\0厞/C<\ZAP%p܋1YMIlߑIwo@>Cη4?&{SdHqcwއwm|pfa>:(@a}^Ǆ[rXwּ݊Vkj%rx:y=xƗ̫6}>#Ky\\Azxaϝz.;)?OH]#|%i]f?ƭ\'S6)ݳ㣯ѵhiv֤Ϡd<gt;L R$aR<Vu\" kabr|T@k,3~߾i7¶P9DGV<py4F<eOlеm,:H;7eiCEFu<#h\nN0ƥAϯ\'C<*-k\0{U&˔MgWlvXp>Kr\'X?','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:2f03c631c9759c2597ca91d82f04ce9d:7bd20325ee17fe6db285cc879c1cd466','WKo6W^H$bAe;%QkD*rdˢhqy|3~,ȳiF͆Lû	C\\?E_\rTA5I2UiRNzeH+Nct\0zjqr&`;w5??[GisLpipʵv\rOB.S&\r5\\ɓ򕠿Km*FD61dJT)	);K\'GP<\"%1l<	*y\r7inX\0=ORʄz\"()d0y!=x\nRp(*b\'w3ZJP$*&ƪJYce*	nPڰ@S\n/\ZP\nAEWVQj!lD(29@myBXR#A`N@I/4A.UCHenPאD<`Ze?BrjwɬSXdo%(L%J|eL^s&Q]cjQZ|uUy%`eD 2S*JM4\0e놰ЦRC&eɪj(HX	,]j[GZCws\ZoN.T\'9xk3n`&C)Dh9`\n87`7E\'zsUCҿZOX@gHL=tZk9*n O\r f|z:4CNWOMN:jNv[FO#ZT@/R|ۦuzGw}2r}}14n|h>?#RS~}^c-6@we~hMp+2Men\n:~	u9. ߨAS_#kɾpVdj4ڡd6#ϜD ]/>:t<PiUW	}c4a`	_=l5t\\],0g]J!,>pY*Z/qw1,m5oB1DV67\\~t5wx\rD}[s(GQ{(,nkނl-ȖL~)<{(0VLsOd6-7rQLі7,','20250817003513','00000000000000000',NULL),('global:resourceloader-less:v1:2f16335d17a77aeaa072e06f51b1d139:4a463c91f8cceadf1c7b4c90a07a2db2','Xn6}W_`^\"M EAm\\Z+Izȇ?/^Dqg8hkY;e:0떕rI.-TYQid6is(v2:S_<<0Y78VsІ\rjK393sn$!~pPS-~IvZAcZ9\\#.1\"H\\(ǝjg|n\\O||b!ԷTU#}XFdWS|*I®g!\'o+O9\n!w4$\\]P$sZepi=>jʴrH3C5Zg+lŝOE\r)2jl~t&eoɱDC6Ͻ@wBxJVy0/	rX/\nK0+\Zn88IEݸeN\0x`Rv>uIS\rP#Y`%gBf7b.*N6IE_H`0>%aZfj8g\0\rC2-xO+q6i`ס	٬=[hk%th\"ܠh,%\"Ed06ȯD9sJ=[p=	iFPVL* !\'^UОD>BlCS%ܕ4K\nEZЈtp|JSU-J\rRBLLͅNME{jz2#oOy͐VT\"HHy:IL Hp-kl:\Z5%?CꑾY>\\ח/\"-fj5V\r3exW5#L$\'|z͈-ԁNޢ\\;H#p:^7;XL-8\"0Χ{	mtm3^YDM*%VaxR\" [iKȅFL{QE1~hMvسְ\'!\0:\\Jj\\x7Y.MRv%(KA*UuNc!O}$O:9!o:t;DS8edO=VTh/F.-ˎI7׷W+ag`]z\0Ob~!];3ȆH#̱/\"bk]Zwޢ|ksCq]4yd`bDYfȔY\n\rj0`BfbO&}NQ:Eݦ\\hs5{UO-{+A]5|/6/wuP޳1U5,Ibg_fenNL{RBR`OWNjp0z;e5I\"E8Gݴ^OfwOniRs3ñgCb\'G\"xh}>5m#ֆ7b[sMiGi7_lRlvd}8X]߅C4aѝܧ326p2yoE?lR7l1!/dʔ^rZ1O%JDkSvgF\'ҋK[Jv7S EL3}爥4x?|\nXHd.%Wz=횊Xx^L0z/](:G5եnp=9uV@d`[(ζ uJNFtz/IN*%a7ys\\sѣUosIW\'LWr9rӑ^&DϿzʰ\r:\ZfWT-{\'<\rԙ\0\nc->I+{ro	J852`|y1>.D1n._\\l,>g/`?','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:31754ba514b33777c2c104c4b2a9de0d:3d046d3873f6206279f049a8fa62aac7','mj0E\"{+sv-kXmD\'XvdX+\'Gњu}mMY%$ŨQc6\rѵJfn86eK)[_\n J7	Y:K#y/P͕%q_PTFUr¾ܟfxfS>Ͼ1\r*ވh)7s̶@+^@K]\'sp/Z\',΢?nxĢ#늺\0','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:31754ba514b33777c2c104c4b2a9de0d:8086c131266a7da3ead4d8ff8b35c689','mj0E\"{+sv-kXmD\'XvdX+\'Gњu}mMY%$ŨQc6\rѵJfn86eK)[_\n J7	Y:K#y/P͕%q_PTFUr¾ܟfxfS>Ͼ1\r*ވh)7s̶@+^@K]\'sp/Z\',΢?nxĢ#늺\0','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:31754ba514b33777c2c104c4b2a9de0d:974d0e85d3f251fd1769831868d8837a','mj0E\"{+sv-kXmD\'XvdX+\'Gњu}mMY%$ŨQc6\rѵJfn86eK)[_\n J7	Y:K#y/P͕%q_PTFUr¾ܟfxfS>Ͼ1\r*ވh)7s̶@+^@K]\'sp/Z\',΢?nxĢ#늺\0','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:31fbb9f23120995d8b4dc8fd9402fe7a:3d046d3873f6206279f049a8fa62aac7','UMo0Wp0lEq4*Àt]X\"Gj;,@{|$EmD¹q(\rJ*#ec%XXJ9t+n%/!}]x5jP8~:W\\xBpYǥtHH.Q{ѯ{Bq{sCk\0Q2x_}[I\'=/|xg\'CU[p)XNARh KeH\Z\n`DQrؾ$eY[θ/B\'7M͆)ԑc֡M\"}QOpZ4/BW\ZS^l\\שEʼ;/NMΣz 4++\\sͥb@!$RmihP ؕ\ri\n\\BRy\'9b14\n]\"N䥉t{64,)8!vXm:fl#و	¾qIδVK-첤U ]5eёYqNvRb[$@rwJdSSOAow7m{|2e($T#}Cpv;>\nɂE!oAsѕ<O.YzOq+պ\0mG%:9ױ7$zS-1>\"ndK-h:ٸNĬJGلee>tx>	','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:31fbb9f23120995d8b4dc8fd9402fe7a:8086c131266a7da3ead4d8ff8b35c689','TM0+JhC`̥CV3X;`\'|튏z\0dޛ,e;G_p.Z86zX=J:(B_?9X+EyzV\\}<\n54|5f|kCII/\n>.$mD:/E\"us/\n76;{m:h 2G<\\Nz,$d6PU	Tk:&I]~AҐ\rʗ3ȍ*BԢ0=`Ufn{4]E]SL|ۆ&ru>~હuhcHnn.fyu>eivؔ̇yIg?2ZBmDZ3]Ն])(M!KLKE%qom$iASj怗VL3ỹ\\,_!9퍼q x=&>B=g0/^0	kq6c;Ɇ,\nf㒣%i@=,VrҢdPeʢ3K%o?<%y\"Ld%Aj\'\\Iw<%xxN&(\'̘0/ᱍ\nw:!ӫBA33xʟ>nYxOuKո\0ߓLUUᒤ,dp>8K|6ʧBK<dS','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:31fbb9f23120995d8b4dc8fd9402fe7a:f9c40093637d8d115955758a3ead09ea','r0~\n	6;z v,KVg2~J$qvVkWH?D(Ofwܓ%($rClr=Hgl, >]L5ty4XξIGB\\j\nu\rG*u0AFFk(n-a=FH{opqMj%i]:&v-\rqw>D<F^\\ѧ$IE?XcZ©3i-ODy7sE!6a,1s5BXK\'0z*F\rHsD_L?\n!xwND^A޺X\nkDY%xdɣ\nE5FGȴVJO}.>izCQW\r4PVF)r<@1Da1l4|M[(;3/_$CiYUᵏ\Z۴Y#F>^79yˊ9_G\'#Ǖj~MՂp29VY&XiU:KJrYA<x','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:326afccaa7a5fe8a9049e48f1747400b:678bc5bb3d384af7757361af0146dcdb','WYo8~ϯX@hXE}5%\n$;|q#4$W\'6smrv#8n~{:ѧ0V30\nPJK2!h4%VܡI4(z@9ܼ7\"/sgTZHѯ9v@,\nwV9nۆ酲͸HJk,, ]^)F\ndJ$O<9wjy!pP<2 +42RAP<%ApqHQXaD+@	ϭPEN%ê9W_mX\\e(2SDhLQAxGYS_K\Z\"hϻXӪDmEW	X<HGYe\"\\:C# T:tN//C7/X21T.\nBRnDD,kYeN4NQJC,*;h%㒘22-bhĿHhZ.T*qc+Ї-0rnL|F(*N9=S.@gZUE|QS@:Ɏ!:>%s\nK~WG)(2*\ZHARr\nti lg\0^u2mK[`jvוTR0:u9qM !}&Juyu\0w(	օ]$Ii2R֛\"!j\"iYۀ\"nn|%CZl_.\r3تԦCgv7uOX4=&R2[m{w`mQWTNƓIʺ7k=̪ԛc5/]F\nP.5=?܅yi}m%&g|5W@[Ჽ8Fh#WtM\rw.u<.E+`<V,K;aD$)	͇4y8\"tJ3\'V*	烃\\Zi\ZvF/$J5Ё6A?A.Z*\"flu|DǍq1z7vl;L9g!gt!/>PO_,PUfdO¶8Y=q4VDJ@UءYQ2;[IyO\n/yszqȸ\rڴz3hUq\r#8ddFd8N%OI8q].RNg','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:326afccaa7a5fe8a9049e48f1747400b:7bd20325ee17fe6db285cc879c1cd466','V_o6ϧ <R-;ltC\"gJH*v\ZHv8NS`6Hǻ#g{pg :6gc6H.R*GJ|3QUc\'$cɠZTVNUAYP\rK. <J]/w}4^H(^W{\rZ՞Jt(HU-+S\'F6[Z`dgc!$`-pAeB{3o//jMUJt/mO*A-K,d2Pʖ		k4gD.B\nw`Y)jY3aia7Qna06N}Dv\Z6mB\'k(VӊU_\"Jmj CDNЇHRpZZ֒6ƩF13!Z\\V|s\rS2~șӮ,FKUhr[JAKDkā-!o`=@!OgAx~st`2h殝EFFjG]BqMZ#%Bbr	]c7\\JU/ۆ,󾉰o0h%1k9 nkJ[_xΕx;.h\Z8\\tjɑKa?)\'~6VQ4.KI6PΦL>e7{M{\ZWOzQ*OXO\Z7x:߫UU˨yFn#o#559Z\ZyYuV-Va=@y-U(5wʩBiQS$\0\Z.36	hp6FHͧlKAS´VKWpHBzq8`8;B{I\0?ѪHI+	ڴVvxyqLC4W# ܓg:_\rC򓆼&zYpv!+Z=524[Iʝͳ-Jq\0QBWj2 s6FN`966V/D	OJ3>gq}%qU]b6(+Ce6|>x-Fb:BRNnZLQ?','20250817003512','00000000000000000',NULL),('global:resourceloader-less:v1:3306586c6172e2bafcf9970f12dfd8ec:7bd20325ee17fe6db285cc879c1cd466','TMo0+FK| hmoݱ\rv\nݪ}	v[	C4͛#x_<}%dbQ$N\'0=l@~|x\04{d 1Z8S.}EjI94Vo|?Zb^Om\Z\rB|0(5dS-v)Qz@vJwA)`7`3eGǢ,8Cd7u@ڶ7PuTtGAcY̫RsgnP1&2jU搧+m֓׏Y+mR{C@mҎC?-BalUewM}]ܮ4s#zdc&\'-na_x7vG\"/sBslwF}gcOMY5򂴪k]	(}:+\\r7oE\"ŵHu&1^ؾ[l9tJ۝9؍?〝G	\"4#hWԊ\Z[V!PML7S=n;N\n]nٹǓ+ʓF&n9J!jz\\r^Hk','20250816230403','00000000000000000',NULL),('global:resourceloader-less:v1:33ba7e00c930c89910a6a16159c96e3f:3d046d3873f6206279f049a8fa62aac7','[o6+KĎoq)Md)|AGYTiIU沈A_r<cl,?¹ť.~>{-^<P/Ջ/unCuWu*]+\n5je{kjwJ[Rg\'oTn/oBd\n|my}>}~>\\7>\\w7}S.nBDz#\\,kVjQ_~fpڅߗj{mrE_wÏR=v.5څ6oBTjiBv:^M}F8ItZ66pyZ&D^LS]o;ݷSJʇ֫mݶS3Lqч{}pΧC9ɦ31֩^}76\"BTbJ\"F\nku)\niK5NFB@X#mHHWٸk1\"i饀tFKkv-$w}#EsZt^YR:@|Js`*A3${fv`|3_X`Kp3gF8f|3_7lqo΢fGϜd8ϙKtҢzYN.FPo:ːr~luHVNU\'6/Ccjrŧ@EES=QDECPC\rE3PB	%#|PA%<P@EO?$O>$|O=$=O<$N;tbt;br;*Aݎ &wv`t;Br;f,n%&7nh$cnݎj`;&cNGc5sF-%ZdvQĤE*AlEb\"1iyHZd\0	IX`KpLZ7Zd4Iyc-\rvia6i9q0դE;Z<OIU9j &QĤEb\"<\0F-N83nh$-2G-2G-[\\3\"l\"s=`I%v\Z&\"CZ$&-2W	ZEfdG-I;@\"\0HHZd;m\\[`̸Y\"I{DHlqoHIIy&-2iEEfHLZdQ1ɎZ$&-wE0jȌ\rvڸřqEF8&i9j9jj`fXMZd.Sۑsį6o-ۤ@M8u1:m.m\\z-Vu2ώO.;Ucv|','20250816225333','00000000000000000',NULL),('global:resourceloader-less:v1:33ba7e00c930c89910a6a16159c96e3f:8086c131266a7da3ead4d8ff8b35c689','[o6+KĎoq)Md)|AGYTiIU沈A_r<cl,?¹ť.~>{-^<P/Ջ/unCuWu*]+\n5je{kjwJ[Rg\'oTn/oBd\n|my}>}~>\\7>\\w7}S.nBDz#\\,kVjQ_~fpڅߗj{mrE_wÏR=v.5څ6oBTjiBv:^M}F8ItZ66pyZ&D^LS]o;ݷSJʇ֫mݶS3Lqч{}pΧC9ɦ31֩^}76\"BTbJ\"F\nku)\niK5NFB@X#mHHWٸk1\"i饀tFKkv-$w}#EsZt^YR:@|Js`*A3${fv`|3_X`Kp3gF8f|3_7lqo΢fGϜd8ϙKtҢzYN.FPo:ːr~luHVNU\'6/Ccjrŧ@EES=QDECPC\rE3PB	%#|PA%<P@EO?$O>$|O=$=O<$N;tbt;br;*Aݎ &wv`t;Br;f,n%&7nh$cnݎj`;&cNGc5sF-%ZdvQĤE*AlEb\"1iyHZd\0	IX`KpLZ7Zd4Iyc-\rvia6i9q0դE;Z<OIU9j &QĤEb\"<\0F-N83nh$-2G-2G-[\\3\"l\"s=`I%v\Z&\"CZ$&-2W	ZEfdG-I;@\"\0HHZd;m\\[`̸Y\"I{DHlqoHIIy&-2iEEfHLZdQ1ɎZ$&-wE0jȌ\rvڸřqEF8&i9j9jj`fXMZd.Sۑsį6o-ۤ@M8u1:m.m\\z-Vu2ώO.;Ucv|','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:33ba7e00c930c89910a6a16159c96e3f:974d0e85d3f251fd1769831868d8837a','[o6+KĎoq)Md)|AGYTiIU沈A_r<cl,?¹ť.~>{-^<P/Ջ/unCuWu*]+\n5je{kjwJ[Rg\'oTn/oBd\n|my}>}~>\\7>\\w7}S.nBDz#\\,kVjQ_~fpڅߗj{mrE_wÏR=v.5څ6oBTjiBv:^M}F8ItZ66pyZ&D^LS]o;ݷSJʇ֫mݶS3Lqч{}pΧC9ɦ31֩^}76\"BTbJ\"F\nku)\niK5NFB@X#mHHWٸk1\"i饀tFKkv-$w}#EsZt^YR:@|Js`*A3${fv`|3_X`Kp3gF8f|3_7lqo΢fGϜd8ϙKtҢzYN.FPo:ːr~luHVNU\'6/Ccjrŧ@EES=QDECPC\rE3PB	%#|PA%<P@EO?$O>$|O=$=O<$N;tbt;br;*Aݎ &wv`t;Br;f,n%&7nh$cnݎj`;&cNGc5sF-%ZdvQĤE*AlEb\"1iyHZd\0	IX`KpLZ7Zd4Iyc-\rvia6i9q0դE;Z<OIU9j &QĤEb\"<\0F-N83nh$-2G-2G-[\\3\"l\"s=`I%v\Z&\"CZ$&-2W	ZEfdG-I;@\"\0HHZd;m\\[`̸Y\"I{DHlqoHIIy&-2iEEfHLZdQ1ɎZ$&-wE0jȌ\rvڸřqEF8&i9j9jj`fXMZd.Sۑsį6o-ۤ@M8u1:m.m\\z-Vu2ώO.;Ucv|','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:35987729e102cfa71ed87f2c194b914a:7bd20325ee17fe6db285cc879c1cd466','WKo6WTВ_񚉃E-z)zEZ\"L*Id-6ci8㐜|<RK|<c5:H1ziʈ*WD)!RRfi:Oⳳ8_s`\Z[>~]T(DHQT(Fu9Nlr`T&[Mz\0/n>y}A:iCO2LjOЍX}Aےņa8aemPeF9;HkPYDREtrX%0:+F<TzϡV\rn!\\K`\nHR25K66rɜrM&#\"T2\0-Ca8jHt\'TlTAƁhϓ.ѻbKc5\r(΅a\rqk҆`D5gpiRxP+b罯+(\r_Q˵~t!2qTJxBoX|\0K3gR-#*%y?FBl{;~\'YyvOԘN1΢.8dKg7V8ڵ {\0@~_\Z;z_zj}	;mv3S) 7\\a\n\0J*ǛfQ$*|LR3b;6?\"J EtYEh4?U%Br2L`8Lŧ(8O@CN:Szxk19$LHuCin23[)9MPp(tgU>6|eΏq0C]]9axǾ:T>$ߔ>o ss<^+nr}竒upb}L`{fߥvSϤ2m%ߐZX\'Re˽/̿#s*%Jڮ;Q+GTuG`^b45(LsXރ^5}h\\P/тWa\0$	рڈF-\"R)\'4ꑹW	[_T4Zg3Lt5*(Т+jv|45]qQk\rs~yلGԻsb\\vCD}Q=ӥCr5wcG(RDmȈ@ F/JxVKSc4$/#tqm&c#?xUR \'y@^:e}[{w-CxSZ!\nv؞V#.yx4h98Np*/d<&brm','20250816225414','00000000000000000',NULL),('global:resourceloader-less:v1:3791005ab550aea57bca04a7addb0a9e:678bc5bb3d384af7757361af0146dcdb','Wr6}#?8ŲeSn&ii3&mAr%\0O\0udi;9{v]yrgO;=o^?iwZ쌝߿599pBM+e!*	j3`+ȜbB?qMfo L_هw_Wq.+=OKVdƍǞм\0>\nf?A(6bԕvX+cvjc@9A[b$E,ECn*_;\r`\ra\Z\ZkrP&\Z%R\\趺gR\"R(zZ։+Ts\'\n־7:CN߂q >mdq01M=AR*``gC}vVW%QMm.?]q.TBǱcf\"	2|X9+ɗDkk\nj]X{J$\nz؜h>:S#UrCk/o^l2Im\'-޳zyhΩ3]XŝbLa3ٺ\")?0$4>[N#)-C\"f)|&ؒ/Zz4KFKkӰ45%YqFτъ0҂KXSlHȼʩ4;e /$\07s&|\n^гJ\0ob=SN75AɱVoX`ᚡ,	{+c ,S6mhhf*в1\"U؞w[f=i14)!{4fXmU|E|z7-WLzF-(	LaQE \0	R2;?|П}Z6R9Õ8mլ\nU~%lSvsjO16rس)6k%R=NwZq3[wh#ABm#?	-DMH:p*잘+\'RTAH%<r|,Ջ<sRÂcxtAp{EzkSv	p&\'zO?KSd`8$=a\"g>=B1=6@jZ-kl=I3M-aǂ,Ao2w\nBh4ʽrDX865g r98bk2=t\ZPڏf?|,wɢΙ9wwً}wzL+y@]DBu`8JuN+\\\'w\"hu__&qd}OFI{`Mvyo@\"E*<e,\nkkstw6üZ#y.`M|[#<D.(D^\ZnIa<pEYb~\'&pGKGNDDh@cIwpx}qyu^^CzW~?D\0','20250817013707','00000000000000000',NULL),('global:resourceloader-less:v1:3791005ab550aea57bca04a7addb0a9e:7bd20325ee17fe6db285cc879c1cd466','Wr6}bG}1(Y+L43}[ھJD\r\Z\0%{wAF.хsZ[7;nO\\0S\Z>%Pº\0y	3[aJ=?(,S2z.J4q.\ry #_KJDHFLW*)S	2(k:VTR+c6*L*2,L?/* ZnCakϬ+XAPcE|y\0 Y 8جeA#2>/7j#=}*bMƒ[$u;pߋh%YV1!3	|&(SSzq~*P>k&s2y!+՚|iWꨴ֦&@I\'rJnY#\ZS\Z:4<ZK}D/̕z&r*J\Z]PYF7ċb5E`aǺ-ͼsJE=nlc\0F[෭g&y\r*-!ɩVSC|jyܰsJkɻmfڮ6j%\\\r!||bo;OOhq6P|x\\`2O\Z*8O(eehsX19D3Y\0K!LT\00dub1-;IHm]\nIQ0TLNŕg۲FIOP#7AvG6fDmpd(Lu\'i<cNpPD;j\"\\Ľ0S\n\"tpϧr`>\Z;jR(4B\ndYf+VcA2sBI$Pb>_N_][Ty~Y\"ųU$c?g`cD+E^}zsz$tͣc#\ZjytiAKJL0;R9hAMt1L&\"A7T@\"~Nsf?CV\".!	%F:eh>!^N9B:MUO9Y3=FciA.<vii4|>ue\"OIBD(Rw\rFqfsޥ*dvyBf9v9nL׽GJo8$P{~2` ZeqD]*|XМrѬm݇>ql}FLk\\k3]\\Xs\"s%5P7<l\')Y9P\Z9lL׾ܺ;m)Ĵ=DH(<t!jՂ|Zn)}6ɝ(\r㑼whH;','20250817013339','00000000000000000',NULL),('global:resourceloader-less:v1:3a6797a724c816f66d44c1a7ece1126f:678bc5bb3d384af7757361af0146dcdb','Vn6}W\\hMy4Ld8(L\Z$;KzHَɂM^G⣞X[?QM{wFh4/oޞ\\Fg$R\Z˥LIBp+Vc	2DH 6d\'Rxd]!9]1\'9ih]Sͭ)s9\0rύq!lvsR*a(WtVo7ԕv0Q]NIiPVx>+Ǌ$2C=\r7*]zčV\r>bEQ\na2i<3m%$,]kD\nK\r0^\"I[乓ZU:J+;e[+G[״lM0\"t<\nx&]䭮(;uzzcL\'[YxS\'{˕eVr٠4!WtfJM?4,gDDC\"J!Lzؤ3	%O*:gx-xG\r_kA;F-}C8JJEF։J)\rZpvW\'?ck u.J!%ΟHޤhnx\"2١;SƋ\"*ToK@z`Ҩr9+\n7<$qY,]*4hF%D!ŭ?Maj\\DOcBʋz}hI(R(&Eo!3WJ\r+F]%&yK9CSuf(DcR:q\\QkMTdS,Zin]9`V~GGXTsL.Dz.;TFD)DK#j={_;很h\Z+IѺf5>:d14i͡\07LtY\"Hֽbpc_1T}Po/߸f:x~<Eu?0*yD2x)Ff\0ߞV֛ê~,.\0z)M\"x{c<`MJ*2}{&H!vYxafe*Z}\0A}ukLɕΞEޟ|C؍5q?D^%T.KԷbH-]:G?i5Y5hS֎@]Q=8G^\\$W޾Ãޠݣt','20250817013632','00000000000000000',NULL),('global:resourceloader-less:v1:3c940d7ebf0adbed4d34a4202a65d78a:678bc5bb3d384af7757361af0146dcdb','Xn8}W6vmgnu}_&`:;>ŔDK@R?/S;1	b:U$-ůڃ<\rzˇW>ć46g2SN\neYJyʚR\n+(N2#m#STŘ6ު-Ba)O9AU6U¥ayTa	TAQ\")=\"e!kvji;z<Z[:ivp±D1v#U=HܪL晇h8dH<dkx([iwVw!SplURRՎgz\ZQ֩Su&W,~8}+kQвj9#si`^#9ЇɽѵKu\0Gn{iR[\'+$N>VԖ[iT.7\\4 EQʦ?ټmD\"E6T^}QpO°\'{{%@\r\ZPΧ_z\\hOe\"Qr)}o~^ՙ*cȿ7ZKV⩆$Ϳdy\'!q^!)NzU	(Ll2~j@I%-Y^JȓYvB[u\nEܖ]\Z4hxF%eCަȿ_zъdU{E_\Z(	E\nôl3c-(ˍv+-t[fL(*Kbʁ$%g\Z\Zﱷnm@K`>iJ6:AJͻEM@{ĤW6	\'sAF ZmD*cnDsa}\'M^%_LN_0{fEl5+|Dو,CP-ffEhM)cІ%OJ>YN@ɭ\r^EHVT2T(9_mG[|4e\'4y&Sm|`)X|6kT!L;/Xd3;ybq)i m:	~G\'meڐ%&f!RBOa^,D9Gh8ZLPP:[{霧M^yw\Zq`=ޯo(vx-V&!@w0b4DG\rONIl1d))U*akPD~ȫݡ%[8<iarwSRrx\'o[b₂hcF&LhOj\\*4ˍ={:ށ.k]X\n2:`M[w 苹x>M÷#2<b\0y.=g@{J֭_-&&#NyԛLh\\0Kڎ7+ڌ\rzI:\Z2[qi˚HZO*R }/|v+ײ:W/yM-\ZLAAK¦wަ]<oW}_hT,\"XN9+(>;;\"L*hw e<|ٿp\\x\01\0:&Zط.19$R``MJ&s@ J)d޴	<ma~}ZЍ͈bq#l>A؝g[\"c\"2ySՎ7O,i\'(:-6i2\r.n]}i+7z\'ي\"mw7~Bݺ{J{_3\ZP1osh/[$xIp}wH_$D\ro[qe\nV?l͆YG<J4|::L6','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:3d0fb0063b739735bd77f202783d797d:7bd20325ee17fe6db285cc879c1cd466','Zo6PPqVr4br~JԊ5%mEjw\r)G\Zl{҈1cKHX֙L(Skt-YD35u$M[It2:s%*`)O?!^MVȪX_q[^ڞіӱ`҆4μd5lBke\n:ty>T1dzUTׂ	^+s\rKųsV+xSݚ	#gJT)>ys[~TжE_\Z7,g^ORosb |o,*^9UwcwIPn\0\r4ZFYt\rOW\\u4YS+0l2V~,ZfP4M뺽B`ҩ)*3* 0WƘ`({qWh aWT2>)՚64q(hY)Ux\r&/fT`)P`XvS=$+\\QyyE\',w5CH\' \Z\rfW Frmw\Zl\naZ@؂й쨢=N2םS{lީ`VA\'zPx6sp1C+nam=4\\G9U45MY-<!xU*5MG|n=i\'#8noMj_C7Iyk\"5~ҳ^Źc{+Ks\rm\'B|\n̻{`:%p;m7y%sc Srq҅83/E)QH<gk6!czsGDӌKO͔f\\d3C/YN!6	BL[qq::݆]L[zem&R8\Z;gR]yL?ªvq9~:_REzc\ZOFAJS&$WAI.vf( vJ3ՁTvE{:kS8S, 32 0AhaL5JB?!IM\'r4f\0jή.h]B~![z\0Ɓ8k \nrqW1N2-o0ƶO\n.vb\".\Z7\rXl>Lxlϗ},β=^3漃tmHV^?gHv3U\Z*@rz׮rUt\r>\Z{jeN&M\r͇T,k>0h7eJ~W+fL8^g	e#f<h3toC=k\0`eU(])fWJ1\ZŪ)ӶWoZo9㾳0\ZQW̾\rgӪiai|8k\'Kڲ6٭l^HmfƼO__y\n<w\rf	oZyް:fۉ=8ہ#C`a(;8WbN\\Oo]o_3RRƟ+oH8ql\'/l/5PH\0(؁N^cy3-m?oHhx: I0!=+@z\"ۑeʎ\0׍ADGn}>@~IlBv|Mh{Q.0\rC m/$5)@ FyOD>\0{\09\rO>\0#3I5tO\\O^BR`alE	\"l>xrN\n82-H@+}8b_-)=ZZ{]^g\\^+uEP#q	Y-߼Uϳ\r·Wd0joö@u)_{,],qGk_Nq\rav\".ڴátsϓI댦~O-}K^#͘ϊadg<u(@vvPrVN5 &Ql1Bkាbwgpkkx5AX	\"^Eb\r탞WM6{n:܊=嶵]GTs\0EbxeHAG~k7`*,uz$<x.	VxYIH\"r<V,','20250816225340','00000000000000000',NULL),('global:resourceloader-less:v1:3da5d1e2ed4f93714975fa4d43891688:7bd20325ee17fe6db285cc879c1cd466','Un0+ϥ-8ڨLo5-CeI-0/EH[ϳdʓWkm+~6]T(D9,@Ftׯt]ܠ㓈ɱK!we cTn֗Cz iIAhLu\"h[FnaNγZMum5#W#uW!tFfuo lZ!Ws(m: ȡrN6]ܲٙx^Q=r:D8\nmKlExXp\"vħX\0sVԯ\n.IkcEP]%y<>VP[S-vTM=Æ.106A\n.\neBA\n#/ߣ8d?x몴kɛ5u0|zl<$Nm\\LU|6c\"ǳ\\vz[Ooʦ-6@m`%eZq#4X\\A8I|4g{$yGO1:v}zqXKgՄ\'G {w(\n6ҏ [穴\nio`U=7ZVv0L8c6\'xF!V\"ɧDNt06AV锵u`S`~lG\n}`WH(tރP<Ʌc\r<LŨ?t1荆\"TQO','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:3dd541fd1225a6227b5b316bd3f2b5b8:7bd20325ee17fe6db285cc879c1cd466',']=n0wh@v(@]:t	h*!2]w1#ܥE<_m@WL)߼<~i-#eR-=|U[\rݻR7}Rjo^hl#ja<jv$bRkyK>g.6)\ndZVDE0r,;9+ɗ_#<~If<','20250816225412','00000000000000000',NULL),('global:resourceloader-less:v1:40b638ab584bae9a6f9e1c582d56887a:7bd20325ee17fe6db285cc879c1cd466','Sn0+XT vhɒ&*] ^F2v1=\Z\'}b=sݲyGGe>z*bΔ<l~{WZA>٘mq$PЬUsDAB(Dܡ})z8U\0 :<jS[+1SFD17\Z60R1kxRB2EMptTȤr*!	l_|skX?jx/2wH\0RFq2$u\0R\0h5,X	зu7yؐ<PS+}\'\nCA$Bib\rU ^.Ѕl9i~ͩ=}p,NYv\'/K__yuYSoP7tf	yN7\r','20250817014846','00000000000000000',NULL),('global:resourceloader-less:v1:43037ef83a9d26434ad6780e7f516e34:7bd20325ee17fe6db285cc879c1cd466','Xmo6_e8쮫Iņ\ra7seu-ϒG/ql\'moWI,ŗ?iZOZ=2fs{E]Y,$0_߿g\"UaX\rƪ`\"ģGMw<\'$)I Rh\0;`VU\n A8$ڮmD8YF<5HJscxyd~+	UfPaSmR.C[92F>Czy*fT,XYtshT}&,:]Ex6{kTW~ )^ԈH{W_r4o,\0\"͐LS\"bjE!\"`$2PсmPL\']c#SZUDO 	\Z>P2TG̩T<bo޲:œ[Ha(o_\nϗoɭǸȠ{+XUª`E42y`\Zcߦ㓈LۥYێo7fres}fskLɿ,)߂eF0%?>KI4ȸaد3hKi).]b6@AÈ\\6o0i9Q$ST2\'b=ģ<t2Y^:h̌:>n2tTϰuA-]F\r671Ԟժec;Y0]cw*]gZI5:T}û0v_۲QIz,i/Pbq\ru=m>.\"Z6\'*ITO웪a[ĲPfHDK,2R$DA%Fa8\nB~f=D:BY̕$͈/t\rLӹ}gNм;9\Z9m]|jj߷p,%\'KkQdΝ\nOgrYUaݩED䅢1<_/OZB5A#Qby|{9䠇LKٯ]}uVdM Ux3U}\ZEXG5sY\"&buIPZ[Ѷ!T\n):v8U7vAytMӦ6P97NX=J9phRodڌy-dx\"Ī5K!+懱fTiZZ>\rB7uAlCL`1R)uWo|}l*?Aj7~uܡLw`Zɏ\0Xg\Z9-NPR\'^;5^K<1ŨM3Xk䅅6[cd#	xxe9QʈX 15g|Dd\r1\\v*%zj\Zo+5;y~7c&^QjAYN\r.qz0\0Ѷ\"U5r#P攑a@=8;Tի\ni/Zq;g{[S9K@\Zu\nܝ4hi)R.r=zg%{GVpo\0J6uɭ\rY(0efgU\0\'=I.& =]gإAώ׶tO;ag/s?(Ha_XOJbx$d\"E0UY*}p2\"t}K2NY5k$Bw~UmrTdEGyY@-y%X:in;j\ZިG@)&6B6$}O-OօOK!6x޹-՚/y','20250817032622','00000000000000000',NULL),('global:resourceloader-less:v1:432546036938c9bc11c031cbfcd0a9f1:3d046d3873f6206279f049a8fa62aac7','TM8Wa>ę(C=aŠl&FQ$_δ~\\lI$EY<~Vj/7oͪ\ZƖtG d@q۶	E(p8W\\K|L^(4$che\rԳp@#Dڜ)k^=o2\'Iwά\'\n_. 磍Iw\"jqYe[bF+)l4)\ZG+grb꺧<LnXlXsOEavW5:RE?\'R$RzjD,T>X.?%\"|b䔋:Kfo4v,n,<Fɑ|zar2ZmQq{\n`IU1Wh)̧-IdyniHq#sM./84 C\0S`ǂaK3egby4p\ZۂLI8?W!p	yj{-\ZS3\0\\	Eʙ+=*p]57uuu%v3zzl:;00r`e)C&!Q2lt)f\ZgҜQ?%|.a]QSTyƔeڟ\Zf\ru9\"X.nᢏ_zh#y	7v,:e`D=^u\Z˅0`ҵ<yo̢̪>ã?j2','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:432546036938c9bc11c031cbfcd0a9f1:50d1f08abc99dc74fa810d2eb8ae1929','TM8Wa>ę(C=aŠl&FQ$_δ~\\lI$EY<~Vj/7oͪ\ZƖtG d@q۶	E(p8W\\K|L^(4$che\rԳp@#Dڜ)k^=o2\'Iwά\'\n_. 磍Iw\"jqYe[bF+)l4)\ZG+grb꺧<LnXlXsOEavW5:RE?\'R$RzjD,T>X.?%\"|b䔋:Kfo4v,n,<Fɑ|zar2ZmQq{\n`IU1Wh)̧-IdyniHq#sM./84 C\0S`ǂaK3egby4p\ZۂLI8?W!p	yj{-\ZS3\0\\	Eʙ+=*p]57uuu%v3zzl:;00r`e)C&!Q2lt)f\ZgҜQ?%|.a]QSTyƔeڟ\Zf\ru9\"X.nᢏ_zh#y	7v,:e`D=^u\Z˅0`ҵ<yo̢̪>ã?j2','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:432546036938c9bc11c031cbfcd0a9f1:8086c131266a7da3ead4d8ff8b35c689','TM8Wa>ę(C=aŠl&FQ$_δ~\\lI$EY<~Vj/7oͪ\ZƖtG d@q۶	E(p8W\\K|L^(4$che\rԳp@#Dڜ)k^=o2\'Iwά\'\n_. 磍Iw\"jqYe[bF+)l4)\ZG+grb꺧<LnXlXsOEavW5:RE?\'R$RzjD,T>X.?%\"|b䔋:Kfo4v,n,<Fɑ|zar2ZmQq{\n`IU1Wh)̧-IdyniHq#sM./84 C\0S`ǂaK3egby4p\ZۂLI8?W!p	yj{-\ZS3\0\\	Eʙ+=*p]57uuu%v3zzl:;00r`e)C&!Q2lt)f\ZgҜQ?%|.a]QSTyƔeڟ\Zf\ru9\"X.nᢏ_zh#y	7v,:e`D=^u\Z˅0`ҵ<yo̢̪>ã?j2','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:432546036938c9bc11c031cbfcd0a9f1:974d0e85d3f251fd1769831868d8837a','TM8Wa>ę(C=aŠl&FQ$_δ~\\lI$EY<~Vj/7oͪ\ZƖtG d@q۶	E(p8W\\K|L^(4$che\rԳp@#Dڜ)k^=o2\'Iwά\'\n_. 磍Iw\"jqYe[bF+)l4)\ZG+grb꺧<LnXlXsOEavW5:RE?\'R$RzjD,T>X.?%\"|b䔋:Kfo4v,n,<Fɑ|zar2ZmQq{\n`IU1Wh)̧-IdyniHq#sM./84 C\0S`ǂaK3egby4p\ZۂLI8?W!p	yj{-\ZS3\0\\	Eʙ+=*p]57uuu%v3zzl:;00r`e)C&!Q2lt)f\ZgҜQ?%|.a]QSTyƔeڟ\Zf\ru9\"X.nᢏ_zh#y	7v,:e`D=^u\Z˅0`ҵ<yo̢̪>ã?j2','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:45ba75d2bfefcde96b7c66a3fde399ef:7412b002f54d169c664fe514b62ea36d','\Znܸ=_XoQ E-\n8$G:pMS䵿@_sHi沛,<7sxn;H=e|3YPwBH`6b\\=6YJxp#\"y\n)tn\n>:-$xl|b<%THU%V	qlzNݓc(e%H݁O?(/E;pt&m!P,RhRx\" 	=	+T\\L	C-863 zJʤH_xc\"#d\rE2!$pVuvP|g\\C{NK&o+t8n~^|є9w+W!mSg{D]EwuCoĩxǆO<r&MYRcA^){V)])	=!M*yGшqt<VI?d5tˠ2aIdAR(z2\"I_P;UNᑥN߃{yE[vZ\\^d57i>hֈ^qjWwZNHNq4ݦSjɭf90j;	~5P{\"l(/:!3lH97JH4f9=\">E>w]2Cg$.\\g_Ky\\Ea1&Th/A:`hExd{Q3VA\'DwSGm~dX$Z:i	]P4cpsxb1G)w:^RK*M{\0!J1Vܲ>XA:)ǐ(٠\'C-GPE[iy\r`ʃ4ήj	\'Ñ:%\\VvzVax	Oy!\'Q=`n	\0GQڃZ&E}1*}e93BH>n-]fRd6?׺nUě9 Dk5a8v	T.,UHWZaxKA\\tǨ h8\rf,\"n^D\n4ten!dd\nI\r$ceOFgZ!hbGQT`B	O!,;n_ZW*e,WHneR&ʘg0I7g)D->m`ȇoLn@Vg!n~g~HBdB{i_mUXhܞH_7#$7;toG	[}w\0DSC	.WRl«RpyK^Gם\Zw)rU]eZVᯒ#svfsZ6\ZjÛ1PA%+6D6Ǣ}{Yh_8jIzLm0J*dQ|3JX4cZCܤT>[5+z_$ZtvJe|V\Z:tkH3JM-	[M\'\\?\n_;ڮ\n_\rυȼ@9reD6\"j5MY2Op\'l@2vm@2&.8m(cScS\Z_({c\n<-skk^ޭe*3km1&eƏAR08\rh4\rGFz]ma/|-1OZO%pSmnu-:\Z6lYG6j:@+oQn7~\Zg$I)VŒ=8Mi<U4Q9RBI+fF	D3TXM\ZJcN\Z7ΤA8a*w[g_Scĵ̂&\\:qDT:Z`✕5\\8n	Э!ˣPtH7u~k˩~6N6AXn$˞\rʷAK\'._aF廍4WRSAl_۷m6&|7Øgn#\0YQ3`b\Z\Z 	XOwtvC5) O\'vwl0@ݠVJ\\]$̢oJ ^z+QZ]*2[<2N5XMoS=k;CR0/_\\ʯ,f=X|^zJSep({\'Z+%FL [FZQ_$潥riquyz|jb刢slr%u*y)J\ZwK*?[:Ӿl7n\Z,j\"ƿ\"}uL@JP)W^<46ֆkiiS`hРO|9ivZ5V~Qx-C(=p\0W/GoJR3SE<$NAMd2UkMdDDM\"RLTM>sHhVLH@#`3jsFoռZO$l7}+19\'A.[نz㋍g Z_nW٤p(Lv@Z3[-i&\nr:TDd헬5L+|_^]$K&)6c','20250817042052','00000000000000000',NULL),('global:resourceloader-less:v1:45ba75d2bfefcde96b7c66a3fde399ef:b7eb42be85a6df58a3d0c3f10ccaea4a','\Zێ6=_:L0\ZA,X`taDY)KRA^7}\\`hd!%K%[n&ұs#p~2^dLބw|ϓh&c\n.~t\"I&aDIB锑e4#ĈM{LaTU Y(9]ps&Bg\nʈS.YT-q]	vzŤ`bɐ)LSw?CN`Ix&yA5Wq6\0H13t;,<Ҫ!	9eRY\",k|L\Z\n__^sM8RG³fF;Үqy£\r3=D)V,u\nEo9hdGūIpiQHK-B3sj-\nc&D8,O/(\r!0s\ZAr[̒6\rp0x49M)ZZ3\'8GA]܆`\'߿\\cc\'ı\\,?W,CH5caߩlΤ(ۀ3kF\"Ќ2/Hȑؓ\rS8C[2|A?\"^/\"-\ZTς6p@4$ȰY!ӘZZ@m%?(`,^A<Q7zB\rÃ!px\0$#J\',h \ZcG	NZP[hUaԁ.o+r+Aj)*JU[5 OY.,/#Q>Ɋ`ntE#k$,Lf\']$sya8f1\\-mfjѶK۶H;MϯqwB\"s3@\"]ԴLp鄕.ph JtwiFKp4?\091.\"/Q^\r셬c/܆m:IÐ5v\'$\\B>\r_\rfS`8\rj2𜼤x$gMU;c̡\\Pv]Er˭2\\sE/9*X}܀\"T}x>#B@׉)ڧ>[u4`_@ZcDhv_<Pk;vtgPqr\'	<G5\0\"XbUW;6Wp%\'ؓm\ZՐ%x\\[.K0r(B\0Mc6Cҵܜ_Kh9\r5@	!\"ǒZhK4YBў\\dJjW8,̒cGd,᫸?x%#orP|A* \nhX`K۱|2:ܪ^ѻ\"	\n{_*\0|աkoG)m\'hlVmZZ+|h]1J\n_fg:Єf\\@f^W?lc4P\"k4>\0>{B{LFNe=+gctڏZ[)qq6vMڡ\",\ZZOI6Kٽ1=P@h8\Zծ\r\ZU\Z1m|pI[txUnEK#{\Zzl3k]vPuhdai\0u8YdݜrAuY(	lqLb^\'hL5@ctNa]EMbxC&b)\\\'TA7R%}AS#80v|6YoJ{V\'Rk,/we3Bzkm3U;tcr(n_h\r#Q~}?MLpv޴ܤqǵGnf{!P(^Tl랸$~	UFWinɝbSGl_ٷi6$|;Ð&v/G_Qo65$A9 $	EtvMҿ9/ ϗ%)OF6T:$0X\n_AKxƗYݛ+}{Ri\'(Q\\(2&N9XTZ1&:/ɖŋBTV׋,C/ܻ,an|INwJ\Z%||w2\\S(baś܏lyUn#no.^mVMQ\r\"]\"_]^]ōN<zP\0\'_k.4oL\nwܸoxT L/	2ICWzP*\\kC~Δ#73ʹ5V~-_\\=Xi8x8՛˰3W_N})D<\"W2:&E%f	\"2B\":\'}\'ByC0\'G_[rݘ\0\nTƹDm?0DZ	r4\nr\ZP{π9In-QMF1[%iU3Tl2>PDt>^JM:h<]\',G˻kz,qt8','20250816225414','00000000000000000',NULL),('global:resourceloader-less:v1:475040454a2404931ea9d7e8a23073fc:678bc5bb3d384af7757361af0146dcdb',']r㸕OU׮AW]<5=S\'UT\Z\"!	e^lOV!o\'H]MIݔ8=H8887|8Iԛs؜Wy\r֬\\}zϿ|~(Fa;(2̥R)\".eFQHySY1_CY\"|%DP)\"%a<]ԆgtA)H\\3AhХ>|\Z4D$agط~`.P+ȎÐ\r?R:>?̡I_\nWj\Z\"!E1Ol!pƔOH}JEBA73 `Pp;#.#0.Ɉ#f_1I?-1p#rqD>4G [\0 T\Zi}EN$FAǘGKhTuQI>xD=P8ȟG~Ӑ*+&=Ae觐6vpv\'h;Q`U;&`xcR,	}L석y?vC!(>CUUV\rT8E?ȧ*u^;ad(UyG0LOȅ#LRn1K^NH0u\'\nm6q[4!qT1t>N`8k\"rQH#T۱g!92`\\\\A~]ĤCx-K\nՀ%BCۍ}e`d;-{n\n|p<h1wNTX+S4l ¦\rUlx	Z5G\'yV&ue0K8=E4Wܧ`2!_@G,7a0dD@GqDԥmpU=̎9Q	!/  uѸ,*ROkL z.yjtw[n`?}5lb7QD#1ͷ7?ӹ9z`+k5Qe_H	eI\r!\"0}En꼞\0qHM_y<JR\n]\\ߦր\'znai\rqc\'JGB+T>GM؂KYt$Fq螟9$\"MYp?<zu3t׼\Z@WsUUQTi>Y0h4J*ZrrgtcREU*ew{]伫|!Z_={UleWo=@X ]Ũ̾V^WŸߟ\0$B9 sBI\\TY1+ZX@EkO2mb\\~,|\09ČF袙3kӄFz!h>|$ 0 ޜ\Z(pm9N(a_L)b$5OܪJlW9A8~$\r{oajȝg|ߝ{7s\'\nf6EgoG(7PArՋ`-a\nF7ˆUf𫄿3b9(PHjgňvg4W\"խSkfbq\0~nUd\"m ĬcmnDs~}a\\\na%Jܹ%AqݥC+xl\'/@za .WI@7^%~ܓ\rFkAMT\'=8gb\"!@ex܊N[0t@Ā0\\Į2Ɋ\0X^K]+9)?m;2d,M=f@g/>mvjDjz\n%\"nO$]/{u/[bGd%e>pͷ<AshD\'A芙Ll!-=Xo#9h$&;+K[Hd:8$2IbNWĎX?I/Y78oRF]dYj/R<P%դHn\Z}u54n\ZfŸ7]LuzFJt].Zw+ߗkٷT՗.nj#`Vʊ}Bw!.mP.qqaNq|Ak&d3iLPULشX^BCL\r%Pۧ¶LzňrCjǖf52XL㪦]<PiXՐՑ@|uÕg関k[5d*uMweՍ:R\rEՊ\\],FR_1^;,ݻ˗R?xrg]L35W2f60=7#\rϞ뇴bFz^ħ̈y!cK.\Zi,|3!0Ol@ՔRUacU1c~4\r\\\\WO^HWtN.2Bkk6VTתX1đhP\"p&IZ+XZyl08A1!$?Q\ZNTIS\r,~@EJ;]b\"3݄iK:3`b҈[!i.\Z)G\ZLjV4T`BJ@-Ȼ:AVJP.[rpb`;gN}ٰdDWYu~;مEOO-kO쳖&4}7ONI>8IPJ=Z-&V]K#$XotE[e,׈\\励t	r}P6ݨ]vImvP5΄	Buvj7վѵda!ŷ):{1r&}kFOgxѸrd=uݞ\\>O(U[NjcvRz.3M3`M@r?X)0*\'^Heb`e\Z1+cK\".hB,|\n10N5@H3.U]xhrKV6D>bQ֔zҠ!CA5VKlAm&.b2?*,,dK,],WW\'J@]|f@6ʡfŊuVYtN*Z+x^60+yb{Ʈ\Z\nK\0zH	GMKP>\'>d.>t>Q+]>f}^a5+E%/Cf&|hH1lHE.9PxO%<iĘǦňsa((QK/珳Mh_oY]%ێߐnrJ\n.B_9gF$ep,I6 ok{;JE[⿒0񾄝:} 4ދA+9𴠎5I<;2E|4)\\^]UȀvbڤYW(\0O<:@NMM#\"eRޑ$R{/@୏|uuTpV$ ^Bc.Jyl\Z]\n?G >=PQ\ZW9eN/cH12c\\Ȍf]?5jDC*\0|o常\Z\rf5\\{jŊy)&|hSsoܨU}ct\n]k|{s*V=amUUE<`ZFq`e0I ɡ|;f,^yl}f.W$Ҍp눓\n;:4r,yy܊\\:]X$\n\'n@r1ř1,02U.!\nXfŎ5}FcF0^߮jO5d`5Q{ѯߘAinwdf,ܑʻwW[.(.@+b\"3-t\0jv!j75ygeh@X ]Ũ̾V^W-ư]tJ+`yl	H_r^nZr׸;^q\0\'/Xr&\rjHnQx*\\ڎ0x4QȳOFbj\"U53ˌs%.s\0_Grvj<pGrt>鳎D)3̂O\']:=\"t.pX	/#B	7a|r/\"0d:9还\'ܜf%/5#r4yYËm>3&_&Q:I*m7LYu]\\EsЪ\'!ɵ}jă0&Pv/,K?e^GQ	M2;ćĆ\';\'X0UMYHHy45;kVEެωh1JŬ@u>:2a\\WYS5-\0d6adXJlt*\ZeSfeL*KDtAD$֕@P<\nn	-W<@ܨ.nι4QSB_P|ï%e2i\r1tT\\d)tFvc5oPۘS(x@%R p$-\"gԦ2fvW_0)Y/R:or7zC\r\'Z`Unc	嬊\r*>ɢ/Iɸ.oljpk\Z/GAHjVwŬmiXUGk[FU3ۦC?','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:488a07efdbe5e73f67c204e77f0c0c43:7bd20325ee17fe6db285cc879c1cd466','TMo0WXH+H!q^[ݳ1CcJ}$TMv{yVz&CI\nt\"DZÃm:\'*L)A98-ֳ\'ݡ,Ќ\n<PB-,lً_`zi\\_\n\'#CI8,NHz 94!9N;lj=##/kpo7k{$<\'/IӴ#	k+l0w%SFѷ/˜fb/MS;ޱj27\0ԾF\\*_n<AB׹NmUDNH1owcquh;I?w@?z/jQE\\&*`j\0gy{{pjK-Up&μ%{ÒC{$7db&]X3Fb\'x$N$I|7Ot;j.[ʳ|WgДqnO[q:Mda{*Oۋc;+́pSϣyjH{UAvoT\\ML̪E<]$^-\"&-c','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:48a6224b71248d2c57195b5e98263486:7bd20325ee17fe6db285cc879c1cd466','K\n0@9EVR*\'\r#\n!w=n=\r\Z08t3.&[)Ɛ_֗,2UݔBÚA{Bթ~O;a]CRޠatϻ\"#0ِ70','20250816225340','00000000000000000',NULL),('global:resourceloader-less:v1:48ba23860182fdd4ffcb237fdc2c9be7:3d046d3873f6206279f049a8fa62aac7','X[o6~ř\"vV|C,CJ$֒(Tl~ΡK;q.Zsskh|CfT	f~AF*\'HN*nEҹy\n#1#}pW	܍3DVHe c&H \n;7L	:Awn49<fSUjN6`,0#nkqEh#CfD\".jww2vn8W,Kr[@T6Zw\"YMʏu0m]\n>cdAϮ`+Ya%-6x4N#KB+,!mdS蠷3$ayMX:|T}	Y\00/r@Hb8kM,R0#8B9WW0XYP݁˔XFtR%Gq]FW\0GH!<a7B%4,joG 2}5g<z\0yDj	S3zL|sT,ڙՃw78ۜ)\'8+mZxeZB[&Tk1nnKe\'W+\"G4v(Pቖk(xPRQ<|2Ds|mr]\\Syi{s̋\\DsSf S<I%	[om6[9u@,\rZAsǡjzQ)90+9	r(@\"Wdl)R6()QH-YʨW3y,j\'ԝ̷NU{g.;iAҖJ8rob[cH8]۾l%66-y|[|V\ZXJڛG.\n*v??׶g2(-moNgjjFkъmDQM_嵾[}>ˋ/gp?.?/>^Bunϵ4^G\'QM0FPZ,>n$\\Q\0ǽ0	|dY(PwPzA`:Pr`EOѸM7:-4Kb&-	~Z\\5|>:\\nGN,8Y͹M&lp;qpfP02Hba1,YUc[6[Wǽ~}YpƉ2PUCW\nGXV\"agVw- j-GV:a.~Ѹ).,:/ۢ|=O:iwnQ{.6Ku>ámKc,cp7Ï5o9Pw۠SCI[u-\\.&\nktWs(31yM\\>xM\\w:L{\"D=&Nɢ<bt]	]I\rdgʊ)Jٰl@zkK!@Ӯ^M\"#=q\"ht\r&)K^N:YqJSl\"#\'XƺX2,pJ($smt\'~n/0P?qat28AtP','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:48ba23860182fdd4ffcb237fdc2c9be7:8086c131266a7da3ead4d8ff8b35c689','X[o6~碰D9NCW,CJ$)T~ΡKS;vHwsh_\riƴOM8:<1V0nh$1L*ł\ZZ%~r&*5K	&wk=rsCRJb^J[RP$Ut\np:7.7TstP4gSRUjl-(l<xe¤+BʳJd*utpWEԹ߸\\ӂu!	!3b	y)kU=$Ӫ+@ezN[w_I(YLKgE􋩇zێz\'5ڶԥ]`ىTp!	+\\Ȥ\n\"]<&U)xL-Kր\\J[/^@QQx\'}x1SRܩ5ID,7\\>\"Y\"Vg\n9Gf̫Ig80X!t)Ol{3rx9OV<]eޔEn敱T/{	Z	]{Pf	eB,BR%Ӗ3S{%hc|n.>uT(\n;:VooJ/oqH%{@)4X9-ɰjPSI\nw7*nAg^ज<XWRH*0tvJE\'Ěok\Zf\nȐRېD2܁v[X+i\nS5O5Kh6Q7]o)5ni\ZJ4LMļ뛛NpV//Ep4g[=EVV{$֟Rvvg5A۝gzL`\rO[\'ZwMe}FvYSyIm.xgէ^$ݫ0CGU0>\ZʿW)lSY4Q0XAb7g	#19g\"1*\ZNܒD1#;в;P,,:tY3#;=D\ZQ\Z+\nVU)ǜkI}XZЉ%lUٲVy<+iם-q`eO`ޥ\0pdAWH5\\^m0$>o,q̓Ex]	GN!Ѣ_웛տ9瀯B@D \0XVܫOn\nz`4#s5Ev`7yXIߡ<7mislC&V쉩hH\0|`ujQz?ּ̩~9۸ԴOi8ï<qt%xҁr[) =>	ۈ>Ke\np%**<\Z*aAm@}U	3jō8օ![pKUk/Z D@4?hbvʢ\nU8![E/\'(~|!tЌ4?x,\r959ipOq%8Ǉ6\ZI ?','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:48ba23860182fdd4ffcb237fdc2c9be7:974d0e85d3f251fd1769831868d8837a','XmOs*8	\\UW]BwKQAU?3c͌	]o؉K(H=\Zt\";up<\'Agp,3x,8hHE+1\\p8{nySx\".{p>|&ߧx,(R03!?2Ls`3~㠸.v.WW(\\MFTrf$RA\'G>l!oAnbdp4\"<9V41OYlhlƊ81K\"-kw?_kwղTc(J)^A,\ZεH&9H[D)/S*휅\ZC#>d-/eEB갷=pEh#(b!V1)b||OJ,}Z2A	t6$WHo1Fu¿YmT\"8Z\nU=o+md~dɕSVH+?ee_Eop3\r|\n/PL$TܺKWlُQ+BgP\0vETɪaЀ=X\\p^\',a~jo0miJGaѡ`\'1.\"pKԗp\0\04b$1)}ima2?+hQ`U2P݇鴏TK	,0frr}@Ti]m	\n@,֏G rڢF>g<JO yBf#C]\"63q\\+Vt}߽L^\'c)Gfy΅O0#vښjc59{ekf2S{V<Ƹa-EJ[uSɜjtQ \Z ߶POd!Gk(xP7L2Q>HO(mGS5v>Ǽ(D.Ҭ4f	rYE{oXfw7gw^ˢdQzuNܭt*d)wJU$)H@W[JRfl\rQ*$,,cTTw\n`m~t53ZZs^X5sZMV\0*u\"A}}BZ\Z|8~az.YmXOO\Z\'68avkǇ_]g>ϩT;pg	Xowk<f[W;Xl4SlHmԙi¿VZ>__}t\Z}^5to|}kƛd#K<o̍yz`J0Б{\'OBW,;z&x\0802qZ]HHt\"nZFB2DǼS6bwȉ%S\ZuY2Mޣ9/&ɶ&g`{BCvEGmOs03Kbi10-lvoFx;Bn8#w=\nuPUia?pK\\L3?V_|(`\0)fwҕx9pE<y|p<){50yqo[S>ZS8mO\r\"4xsNܦDJaeg8tg[m-T֘;ㆺ={thf_E0aСѠRsz5w^Gӳcjz\0sn\'^둫5`;fQb0:خ@A2\"\Z8U܋WV!@	O?&XbW4d#rY45Эg9!AN7\n)O~vjqxfKJ/*=[}綵s7,b9V*+ۍH.pws\n:3gQ9OO9$:14d8d||4','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:48ba23860182fdd4ffcb237fdc2c9be7:f9c40093637d8d115955758a3ead09ea','X[o6~ř\"v\\l:`m&<PeDlgmw%_ڱ\n9w21s΂f\\z0,<J{dxz<Wބ1>\'bX\\+XuE2+qg{_p BMZfe6\0Bc30J^EQtBe5ݍ*؋T(*ya\r\\่Ί6t)yкwRm@]j\nH(\0UhZ4rHFrⲐ\"bG0:~\r\"3hsؘ\Zk.\'J;nFinJiM\0C톐l\"P,YV_\"1*vg<Jz-Bm5BpxC\0T6;N\\SkU/	WxsǼ)-c^i_KMc.ͽPj1cRuC\\[MZQ\r\0X;&ޓVó *~_D{BwtBFLKn;?jc^\"xYjY7)Y6`t̫vG?J\n*:;%\"cn\"-T5r53fH!}\0.,	Dp`\'!;Չu%쟃}FY\ZBh^zcu9VZܣ֐p]L>VYg\"`\nq+i$/P3{VEV}ϩN;󳧺DAEvq/٭i}r>(Ŗ]v)Bif9TGyI$mﯯ>]ջWWz\r~o{e9L9e\"\"fF:/±n*l\n)~I,TΨ\ZNC,7T,,9в\ZM1͌lۄ44oW.tZ*xBt̥vqnLN,68dͳ`sllnuy4Lθ82(a$BX8,RǮTnku6S_8֖8aޠK;ҩ13s7sS\0则l*px9{qnnf~o&\rm^2Vҷ<7mispbM1(5@Tgl>v1}[j{h(\'A9z4:ntuz*Dr}53<A;K	ӂRje@ZѷBOJJ[^1GKōVӅ	ʜ[pGVO*3.@\r)KPc\0z,MfO9NzhiLI)6hȆXFdG%~xP','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:4c3a27ac8efb09427512c759d9567558:d869d01281872168e4896a1ee1c06253','\n0Ea<|QGLmjiR5ߍ,e:P6xA/C?p~EuەW0%~aMiZN	:GOSL09*UH8r\0','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:4ed1ba7920f4d3183bb15ab343fef8e3:1d37f978382d2702b83c49fa49390a2e','Xmo7_1X`9grߥ:M\\~v)ݒk\r;Cd)u:Zgy#E5>BkRie?{v۷~WOOdjV`JRUJ\n-AT8&Q7rj,jd#}\Z>j\"xz߿@-LeۃWQ׊[+شG@l_hGA M{Mk*N֢)+Yntq?l{w֬^6 \r&Z5b81RKk C]xW풅Z.|Tݎ)R=kBl> ?&K*V*maQFnK9bkhrr;,}E3%Oa{=\nkwAu3EQw.#.!A~׷\Z:7MW@_vֲk|O\0Ѯ9,+Du,˓O.S;Q֫?\nl2@\ZQY8	0uGYB8 }U\rjlQ5\rP\nQ1|Fn\rIA%_s9\r\\\\+jZdcs:{6(#(W};4%scspZKaH+~FbRdJ8?\'OGN_콫j|tjhFd}ѲgKts&[{xo#}1#WR[oV`s\Z}孍rl6|_Q9|KcoG=W,(*o|n\09\rwKx	+mlj!7B6S)PC8bhIӴb<M`<\ny!9qT%jf<xԬ<1π\"ڛ921ŃLm9\"eYRfMgӌ)x8C)d{\"*IL}\\Im-uCav\"h6EmIGVԝci̧hr	&N̐X1Nh}׈f9yJ)C4=1$<G6GS>~hU2x#FҊ\0DHlsS!5i8L\n5S1GdfvP?;v-sl6n\0\0(l1&X(&|*ű=jc!o\\]߮i:u;OM)\Z4]5t*ُJS*_Wi5>ƧV~w@u\ZQEQ{zS`y%:\"*\"]M]=nw?L?}75cEm__τtbo^sn=w)yQgܳw}>C_H}pHwYgtKo{wh/>GK1T$\"R>V[2vX7,*U0Gۋ(km㾗I($~ݟ	B3*wd^C$:Ex4y/l<V[V^ų_Rw\roֲl6{k4(2(YE\\4.ede2A_\0','20250816234951','00000000000000000',NULL),('global:resourceloader-less:v1:4ed1ba7920f4d3183bb15ab343fef8e3:678bc5bb3d384af7757361af0146dcdb','X[o6~ϯ qZh\r뀵+b0쁖hn#isHٱ,]\rC?C\Z>Rk\\8K<\"߽|Ïoz[#݂J\Z.YIMgׂZw5D	݋+al-`\"Rl4vHy<M)C\ZnYI&Z^JfI|^͠$ZDK^V+Jms6scVܐygV!?-k|-\\䍹\'d%+Kϐp,omQE+AnFPBeS&*wZHGD#l\r4Hmd˶繑]mϻJlH0ݥh5sw{-}FtnvHPb!(087w\'mH#DAH |Цk^q\\T͚+J=x	3!h_,j9\nF4 %,ч;y^=*re\n?Hh2!lZVfU;`-EBMhJAXe]y/0m%\r Fl9I؟w	SLR\Zp\r7|)\nx\nrJ`rN-MH`IK\rmE휅܌G07ht|)4|3̦?+\rUR>5[sխPta݄!p	_wn[=·t)UON*nxa__-4`c[^:fZQ(9bngozX\\xQU=_I\\x	`	b}Q?VV]x/Cam&$abvEUXҌ<b)!eq̲,aIΦӚi%eQS@m,S\rMg	6\0xrI!bƂbAFqPl#26%Vm#%3MY@$l\'A؇f19\\7z,mHt2,K/CfÉiRzv\"7yӇ(sFQxX4kYIJF\\II\"6Sb?\Z0Az V\067EC\'̄{^8%L(u u]tg$V49ٱk(@ٸjClmbPpcWX{@]&|[B5xmΨr?!\Zo-0mT?P?a5>ƇV;=Wx:(v~Jey_еDhezO~{cXڨGfҲ=6[TS\r/\Z	-<9/f{Y\0fQ٫>χ\"\rڿ-ΛJ\\!\Z\nA,X67$$%^ܠCa^˒:lzܭMN\'\\ğz{o:G\nL282EG[j\nqzg8kv٧S6pk~\r.AvSwJժoVt:ȑZx+W8bW,N4h><3QUQ\'a8','20250817033453','00000000000000000',NULL),('global:resourceloader-less:v1:4ed1ba7920f4d3183bb15ab343fef8e3:7bd20325ee17fe6db285cc879c1cd466','XKo7W\\~:\0rhO)A.%.3ܵ,9;-mPv>yg|XRօʂ$2>;;!gR* �Odݵ&5yImOZoZ2\rJ(MYȳ)EC*5K\Zf~ye9zХ <J}FD%M Ri۲)Dm/\rHH):0]COYVb{\0䪡RZe$*_a{\"98FlVRgu:hGOH-.3Mbd&ya/jDn5].6_+уs^Q|Fjhnk\Z:cEVӍX5WqW\"w sCISߍ,x^kľ{\ntzBCO$jϹJ2AOJ>8jXƆf\nKtѷ%z4^qh\']Bz><޹D9gm]]zԨKԺl{ٰ~e{㠾5d[mZc<ǚ|%mĠW/?ˎ.qo0OoneevKWzj.Y=lR,<F,HXV<y.s]懀[XB\r	\0{g	6j!.eNS\Z_̉)NtPM3^R`JL3P\0aE1	a̍6b~\0c80,Qf0BxIsM$4 JxXb\0- Lm0C	h*?CKAbF%\0Iх\0#t	& `chڈ!PvM3Nb\':PD@@`8\\U]~\'ө̄{^38d(A:bfѝrϥk<!,/t1>dPf\0k3H<qE~fWxԁoWP{o_P#Sw8(O>x6-?W\ZWƽ*y[Ϗ+qN^xzn;^iӏ,xXеDugd@}S񞛯z6F-۾ΈuxE7eaf՘.xfe\0wWlOBwdx/f^˳*ά;\"bɇJߑxHTram!v-h7,*ۙx17Wt&k|4)3xH-Lh8ovl:V4]V*wv)Qk,Hn **q^f)Ewayৡã J_','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:4ed1ba7920f4d3183bb15ab343fef8e3:d4d06835a43357cd087fdc8037cb8822','XKo8W*q!%RO+I)/P@KMDi34]qgH[a+L%I{{bM*XZj#r6VnJXiuېѻzC҅mOY+\"ɷ#B@Wɛ,+=@VzPmUmrR)՟>kT-w,u^mNx9{	uC7뜈Bk5Z&DjLu]Tmqתײ.XtZ֘G3t][C֒|F-4o-W*F0~E$d!UMIh\\HWNIdY-iyN:Uپ6\'vW\r+La.vcTO+3dKȏKZ?7|f9dmn<jv\\J+szNρ#5[[徿l&dmE(\"=%fO\\x\"1n/	bK]Uo\"ܟἓvMObnjNxr9b-ւ,%	$8ea҈L8\Z(cq\\QG0,(`P`%&HR\'	\0 R]Y9;_,H)s\n9P9X9(Dq|a )MXA&,#	CC!eP1TRw4	FtRG Jl:>F1,@\n}F>d4»sGBI,P4	r=#X%a$EL:ƎF,A;rNR\\ D`\0Ѹx?Fp<!ؙ ãkLpB[8c\'\'.8̚j~P(~%\'rÊtͽծod\r4&T55GC6xgko=\'*ߪ\Zߪ\'qFV-wARǽjŁ_Վah3qɗGn]l/l:\'Ϫf,GR{Pxg2o:rO;2V}Ț\\]^c{3n;9G+aVJCe4wTzm~1#CaQ邎ؽz?ϫ^\'4|!8tM1ŮHOjalOӗlW,]VYOfYEaX,#rP!_r!\nIT`:\0','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:4ed1ba7920f4d3183bb15ab343fef8e3:d869d01281872168e4896a1ee1c06253','XKo8W*v!%m)ڞr@-aVbAPi]Yq|i,Ȯ5<\\kLgaqON	TT%	\nԚk{CjaڞjY(UF5RJ,+m)mڏmA[DF]Jbu@=rO6WTch4\ZFj\naT۠zKR0mO)eՁ>\"tȪ3\0D\rUF:#9A;KUr\'B5kګui2½_6\'V\rݪ\'rzM\"G2U\rtY.eEEm1rg51zp,5iZC[(Ck!Zem$zNm<	Y|ۡ)hj=s?. _Z} |^|Sۏor~Q/ѩUZ5.44SX˾jd9RG{ׇM-/5\'C_g0\"/׿l0-pF;1]mk<Q$ۡbpm3։sBJn?s#9A\nzu8v8w>q_xطWs%Kkӄg1A	NY$$-X((Bx)9)ꃕ 3hJXY@l\0K	(łyXż<}\0K%VR$g<1BȄE{(u\0yXH%AY*	p[i:%ria%G6CS !膣>d4Xx0#!f%Y\Z|A(9,BpCc?FFG,F[N/D`\08xq߽ŉn6!Pp#íkMpۉ\\<&c%\'Ŏ.̚!@a\ZJ\ZrM%x>wsgaMW{Mx߮oP4lo_ԦSK7M6xfcl5&tU\Zb5>Uvυgf_TVf=Ł+Qivgb+ȗo|׳= ^4zuF4)Yn*ΙZe\"szIwO.Ԣvs[+r^b9g*%ɜ{ϟRȕ*soG#J-ݼ-έCer:bw^yյ}N<{|M} )|4TcP\r9O\\\\v0tU\ro ).q~D[$!_4X.SL\\bKGq:\0','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:5013fcd15590081265d49ec81090ddb8:7bd20325ee17fe6db285cc879c1cd466','Vn0+.ie[昶=S\"BI\'N{bx=D7o	瞍g;ZIy<jLh}V8\Z͍nHzjwK../~kU*2/k;y,*Sq-94ꂻ5VGDӦ=[%C`{*qFцx\'Ræ^ӺR*3gU-4!=z}6umbO&yS*?[Xf.[@bɗ:jgQ\"UAYC-jn\rmWvw@\nwdZ9\"uaJ\0FaeLMxLvt.U0c7-!XSs䨰NbI:r뭦~/NCrzh|<tAO[՟\0dmtA	30^<R*tc|S1ΑS	Od x:\"qX>Pכtΐt&\Z%;8˄\"Ս\0W1m\05МTfbt[LTJ}YR7sIa\r6.3\Z\0`}[/QpΥߢ\'dqӚ&7ʫBiTJJ4;]AtVN͸̫^c>uZyK\'kЌ!7cXVو+͜zt;1\\0d7RƧgS֯ɘs.D.t\"b4;O\'cq,','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:50b1c4d7767dcbd8f6197cca91db034a:678bc5bb3d384af7757361af0146dcdb','ks6*O/vNޖE\'nɌ4i\"!c$\'~\0)-+;C&} 4|4g:ݾh=\'<lsy#\rb5͘1\\y-)(51%dЌ$cS9n;<<|{y޿xCaD:%&LD̛$9ӜXKk(qEDjD_+ e|_R$𓑋߽#DIeHL	|\06³DP4~OɥH_yn!o)y#՚4!ci\"JԐ?eJ~ZLSgOK.BNư=$u	eiXmwOrbRzsjMa2Hb BD\Z\\|AB<՞33&k&Ĕ0\0(>\n6sp}-UBq0862R2ʈuSIg<\r*bkO:/AR%/?a8sIƹ!t3ceBR6S3!g!WiIJa$F\"T\\OJ:<57FƟ\r\r\"4̚N*|ȧBmYn|2ep}`qn8΅K\r\"Թ\rІQք.!A,2\ZNh1RD>d42ۄ\0hq?\nI\n\\WX}ĳۃC[y3cZSȌ)h?B[:wXOXf=\Z5dK̂멒y\Z@T,?tCOP$	rAaC,!C2EV({E1IKƵL\rxekKh(\ZW9.,J\nbI}0Bh\"?:[\ZC)j@n̤4SNkPcnkDbqRp؃P6S*jdVN&]bIF	lNVb.-]#_l.Ѐt\\f SmA3\n\"S*egK#\0G7xâP-}&[>/\nXaǞ^Ygm* Ē_dBDO(]%\rx`4J&ӄw-2Ĥ@cS\rK\nak`)@Yf;&#lSan,PTHxd{qU䋣95)\r/YaʬT5ywQ\0;csas3\\+)B	\"5O\r.7@L񢲆	\"81KݤR.c=LY!~/-cE˴Xa:|-W&//	hr<0Q\r-9UEoN<\0еzGբJB`\n_mFI⪢n	vY@wa(Y\'Owo\ZG^8+rU,(`DK_Tk@TםU\n?s:$8\n~udkMvg\r7\"U!F~,獅)Τ?	K]avgFg0ub9&:C@nQQT2JXyu-OM\"~yxr6&KK3wO!G	0%p:&0\Z^T\\:ԕsGqt8*Ѵ#6}n+:~v{VCP[CRm99gZʥ-v|jݵV_Ku9ֹ+Y-g.,7#pꗍȘo7yRM[v\r/!vFQˮ6\\ltۍ\"Lr&mp1A̧^i\"c&\"e\rz^wictHzO@s;u#D(n?x\'CPiǳ˃.z\'hh7~Lڴf.^9~xV\'ob:rIe8/pŭŢ5,zâÃΪ9Խԇ9ZbtcHpg4TDwsSYrzyh!ΒJ{3[(4&f~P=O]ӲLp[L<ѸU7T{\Z`|w>㧹x3J~,\nL{Tԧq$L|{&JIq8vO~Z<4k\"Pi\"~ݡqvx9^t9zɅnZvUF5<tÏ_Av#4ّv4I4FrF;堝؉4Qpt<Oy%r{~erm\"0N3;m\0v}G\"]*ີzWh|q&r\Z{O]tHgH,-|eJYZnhcP[n~{vmX-zj^SGz\Z_ӈVPa m=:`5X7Yb2$u~嶕ޜi\'.\rAs$2B\"}_-XoDLG= t\'48d=ރa\0','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:50b1c4d7767dcbd8f6197cca91db034a:7bd20325ee17fe6db285cc879c1cd466','[s6UW;\'Paqmwg&siso 1&	\0%9PJ$69\\,}v!,\Z>Z֭+Q<#ܥ<lryC#\rS5-1\\Y3))*53%d	Ԃ`337N%V-Y!!3aBbH+`q+<}+rŢVڃr	Ig,#ﬦٯW0	݌ÎPRJӆ\"aG\r3B懹{.\\b7\'Mx$hf56wq.YޑDD(^p]>#/MLKd`\"[O9/39[?*vWE\\Y^)(AzbP)KA<)i)h,x\Zinn؝,M\r\rF4k+c^|8#V. TW@)hii8ƅ-\r24\r\'Qք,!a*\0\Z^lJ^$],1ی\0hu?\n6UEsT.ozl5ccLetGLdM!\nz3W؛;8c\"25f-[V3%<L%l@]:|ҙ*Mc>G̀91Z\"#?RJ/eI[nє<ZXL\'\0r⣨\ZkKK\Ze<#>F{D_0MCS[*r\r1\"\\\08m`u#J	¤o [.E;a*ĕ8N\"A@a+\\B\nacx5L)S[ݮ3Pd2vE\"@d!˅bz}w;kA%\0ﭔjL}QT#aE:]XYf})Z_BLVQI\"9C0OcHlwьW-.I͑Ʀ\Z+֗:*\nze,`)hdLE!mwrS@B;\"k5Kk$\r?\0x\n9A;csawsy]).B\"5	ϒ^s5@TwEm2$$@!pRN!k\nO9U\nT؄*hX!\rF`0kWd	or>3Iʭ9UUﺂ-<kՎE)W3E[GQ!I7WBz#(!/A{0cÿ1˚B2bQpm+j\0L8I *?]8,|#+zQOÑY)5Q\n7*ոFi,ǵq/j3Űk;sh:+5&m!G AFB$N+\nk9dCZDn~}xs6&KK,L!\r9+ȘV.0s>i_?h+6r02Q]q@[Ѷ#6}k{ݝʼ҂Go91T.mQDMSvGG֤fjʍRG̰:z>2KJ_\\_cY,un[%XbjbM&m̿n*\\Ory. \r]?f]^z\'}]^GKop7?/)zcұOƨҞg}F6x5~u.[/7݉B;\"u4۸Iw_r`xO%@[@ohXJ\"24:\Z	Ե(OՆ\\]D[tbP=!~O0ij!gޗ4:e}u>|PCS9u|:54da\0&Yl{áW*4;\'SuSx˕\nhǛ^=9xjzYlʛáu\0\0:?co0kVwPj4~]ʓߵ~֝bPkX}֯~Aι=F`\\?m~y}dz@H}?5Qr41ZAz@`;e,Uug.q/\'tp%5ZAZvTHoQHo[H*|,eWnhQNSRG[Oa{|ֶ\n\ZzV\"5Ql\"FE:MVԽ7N/ܶ15ӵ!h)B&({k^K-{Qc?&#6]1ps','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:527f902bd1041ace5b702e5586879563:1d37f978382d2702b83c49fa49390a2e','V]O0}WeDRʑMHJk&X8qk;\nщ(>=~f	1Alh(\Z\n.嵄K)2$*l`B	R+բYnu}7HJX\"|NB;)%9!.8_ݠn9?>1-Ō\Zs$S8<d|20T	HXLKm3a44Ёtj|4oa òlI/;΍@z~JHrP`*~M\"E4V~M\nyy?̨A)dthńp+p+\nQMXM~tUEQT:s\\BTRT#nmU;t+.^<\0RlR4pm0mS\Z6vDLtRE\nC>\\tv˰*6o&rβ\'zգQs|,w];\n5!_ŲM$]2;3[_I6HӏլŹ%ҮQ@deinR,_`GQ.ѳc\Z\\I	bF#zskh.y4o','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:527f902bd1041ace5b702e5586879563:7bd20325ee17fe6db285cc879c1cd466','V]O0}WeDRʑMHJk&X8qk;\nщ(>=~f	1Alh(\Z\n.嵄K)2$*l`B	R+բYnu}7HJX\"|NB;)%9!.8_ݠn9?>1-Ō\Zs$S8<d|20T	HXLKm3a44Ёtj|4oa òlI/;΍@z~JHrP`*~M\"E4V~M\nyy?̨A)dthńp+p+\nQMXM~tUEQT:s\\BTRT#nmU;t+.^<\0RlR4pm0mS\Z6vDLtRE\nC>\\tv˰*6o&rβ\'zգQs|,w];\n5!_ŲM$]2;3[_I6HӏլŹ%ҮQ@deinR,_`GQ.ѳc\Z\\I	bF#zskh.y4o','20250816225414','00000000000000000',NULL),('global:resourceloader-less:v1:527f902bd1041ace5b702e5586879563:d4d06835a43357cd087fdc8037cb8822','V]O0}WeDRʑMHJk&X8qk;\nщ(>=~f	1Alh(\Z\n.嵄K)2$*l`B	R+բYnu}7HJX\"|NB;)%9!.8_ݠn9?>1-Ō\Zs$S8<d|20T	HXLKm3a44Ёtj|4oa òlI/;΍@z~JHrP`*~M\"E4V~M\nyy?̨A)dthńp+p+\nQMXM~tUEQT:s\\BTRT#nmU;t+.^<\0RlR4pm0mS\Z6vDLtRE\nC>\\tv˰*6o&rβ\'zգQs|,w];\n5!_ŲM$]2;3[_I6HӏլŹ%ҮQ@deinR,_`GQ.ѳc\Z\\I	bF#zskh.y4o','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:527f902bd1041ace5b702e5586879563:d869d01281872168e4896a1ee1c06253','V]O0}WeDRʑMHJk&X8qk;\nщ(>=~f	1Alh(\Z\n.嵄K)2$*l`B	R+բYnu}7HJX\"|NB;)%9!.8_ݠn9?>1-Ō\Zs$S8<d|20T	HXLKm3a44Ёtj|4oa òlI/;΍@z~JHrP`*~M\"E4V~M\nyy?̨A)dthńp+p+\nQMXM~tUEQT:s\\BTRT#nmU;t+.^<\0RlR4pm0mS\Z6vDLtRE\nC>\\tv˰*6o&rβ\'zգQs|,w];\n5!_ŲM$]2;3[_I6HӏլŹ%ҮQ@deinR,_`GQ.ѳc\Z\\I	bF#zskh.y4o','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:5332e1564f840b4b89e9f5de1a0c8dd3:7bd20325ee17fe6db285cc879c1cd466','uSn0+k7EKڢ@.=%@ΔH-4rXgfGZ!U1fET_U6LF0~J>|4=vdhHK8B&u6Pm3䞧#tm;F	AA0g%t)ap6%=ca`(V(pa1:\n^,;)S]Z+&7zxVLzF\r96IkqJ_y0_TÐv;#^MܺDG`f[{Ro)?_yOcMqv	&k+/N(U\"qΩ^\'<qK|`NI0>CIPC\\Pr \\ENN%s~ֽ9Bcn{~W[:;CG]mˮҬ׫l<ہvfa)|Ҧ/י\rO9e<+=O0WěKyOA`jw*[jPcTUIT','20250816225412','00000000000000000',NULL),('global:resourceloader-less:v1:56550700d93132f9b171990cc12c12b5:1d37f978382d2702b83c49fa49390a2e','K2.JJVVJ\\ J)-3\'(he`U][lebXdde`]\0','20250816234952','00000000000000000',NULL),('global:resourceloader-less:v1:56550700d93132f9b171990cc12c12b5:678bc5bb3d384af7757361af0146dcdb','K2.JJVVJ\\ J)-3\'(he`U][lebXdde`]\0','20250817013633','00000000000000000',NULL),('global:resourceloader-less:v1:56550700d93132f9b171990cc12c12b5:7bd20325ee17fe6db285cc879c1cd466','K2.JJVVJ\\ J)-3\'(he`U][lebXdde`]\0','20250816225342','00000000000000000',NULL),('global:resourceloader-less:v1:56550700d93132f9b171990cc12c12b5:d4d06835a43357cd087fdc8037cb8822','K2.JJVVJ\\ J)-3\'(he`U][lebXdde`]\0','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:56550700d93132f9b171990cc12c12b5:d869d01281872168e4896a1ee1c06253','K2.JJVVJ\\ J)-3\'(he`U][lebXdde`]\0','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:59f611689b0024d23e0033463d63befe:678bc5bb3d384af7757361af0146dcdb','VmoF_1icC,RkOJk{W:EoYۀKW`<و=`z\'pK{/ETiX.BVB)7_i}\'&:	xDn4>3XqA2rn6N{\\~9\\_.Jrn㬦}1A<h1ha7@}?aU9߼To;e)qĕXX|N\Z.,\"Z!\"4>p5Be\r#Ӄt&۔	p5i[%0z05cE\"!USӅJpIU,̠I|hה-sFMRRU@caA9)>CrQ7(\nt*ժDmE[&ALәޓlJyR21h֪*[vV$6cp1|~YAɓgRMMj*	j98*Qzz\n%P9yR3sv+bUuW-^³d0-w#˟7oJZDI>Uܺ{PY!-eTƛ]h\"Mg<-֙eLoK&npԶw%NOØF\"5.ѿd#+\Zu:koQ[%\\zJ;&a2M 	ׂeH`=h#s6c\rIx^9iJhsu%@I0t 	 RD~c[xeI{`>\"usc<AMw\\}ݯֿ0g6;pD.%LGWc;9_22K~dde6k6OrԂ<RqfQ_x<L0`:&3Lp8A4','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:59f611689b0024d23e0033463d63befe:7bd20325ee17fe6db285cc879c1cd466','Un0}WhöI\Z={e:&\"[%)G9Fv=ı(AՍGNDE#q,PmĲFM`[֓;Gqp(ȉ\nqiTֶ%*1#5\rܚ%4A7U0}-u^v7!/PtCǜY{Н\'Sa!PރJcg\n+keK2\'4C׶rض7G϶WB{5Th\Z666Jܻn(R4\\\\u<1k%*[᯳c\'hն\rz<am)͊*mi/\rj_.[is0u3|*Ls%?@|ҮTEA\Z3#Z^7<$^NfQ)}SīW!6<X|Xa-w ;`*Kv5`͛o3-!rcI3)OFAvefAYRC6tVSm.KrxB 5\nf*Fa| \'dtb(p	|Ԑ[.|p$bP3߇5{\"@d B:>yyc/i]?m{:ZZ#D+_Ϫ\\m|&\',|<$0dӹNc~\0','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:5ac37274d9ddcfea2ebc62e102594e0f:3d046d3873f6206279f049a8fa62aac7','TK\Z1+em`x,*R{UXddxj{eYvC؟?;EϞ>>|Ie>4h4+<h:.D릝5E<|ġa]BJ$k?+E+cI\r\nK4p#|q6a!nC4n!T&vvAPh ڶ6zÉN\ZU%Nߧ3c\rem\\QD6Яر0Dn陯0,@(4åk\\BK\'\rj8Gu-JR>ӹm~VÕ/.^WZҵ%煶r[ȁjdYTTj\'䏬\Z\\0\r(Hи09+pumQ1Q1̢ƪ-7AjrčAiV63N%p\Z(ں4q\n7E>GXGEy6?cޏ~8q|LO\Z\'Lq0s=ЧMOP0NooBFNsjQE9\"eߦ,_5F/2۝-9c5wxVw!9.DdLyuJfq/Yф׏&R7:^=ۉOă]Ј\r@^(<bf<Fl0Pf?MĤ3(SerF>\0','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:5ac37274d9ddcfea2ebc62e102594e0f:8086c131266a7da3ead4d8ff8b35c689','Tn\Z1}+C$e$!cڳh6x$ʿ׳@	B=9sf<3J#LeKDfPP` ҂ (_!81,_w>߀3iPg\0Á?50NJ\"ڇ(Zu-*UQnQҗg[?o+ I:3x;dAt\\T}Q͓H)\n6=ȷP6 \0p[pDZ[u/N$q\r	jrF8EAt+ !@/)X{m{=!ܪ*\'ОxyEӻPo _S놋%QnUkEg\n={CF7Z\\Y\\9)JE?7PUŏV}5}-l\ZNR9@^A[92(@|7hRq	ho}|p#34&\\Gc6e|4PAAn;ٶClrзqQ܋őMM̈́S3@:$3&X,뮴󳠮z><Xs03yG!,d~QGynߍgSVv1Qye;$SfKl6٬23]Nr1wբTuYNTd2M','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:5ac37274d9ddcfea2ebc62e102594e0f:974d0e85d3f251fd1769831868d8837a','UMo8We78Q.-Ţ@\r6LI#k`4Hʎ)۪&Eq!͛>t>9n\\:-\\8SP@\'3J:`8~\\dy3q.wCc)@z)|NBHB*g6큰7N	5؍\rX?K{뵱^(-p@6\"z@Bb2L	.S&^(X|%JBA!;!4\Z	\r:ĎDXڋp➛\'n\0{Ȼ&H,҂h\\le,k{^\Zp.]\"lam6Rg?<Q^z43CGQDYvS\'>Q}܅phlI(niE?X)q*E)љySYmJjPoYU OgB$[VƁMMI]\Znx6^yZɝ膡\"pTixh]\Z+KCMq\rzmUcZ%+dCݱxvt)B弴\'$ ׋CR\0\rd+VEIǔKb@qV	\rNn\r/rh|p8\\`!dYr3KVrUeDD+蔸јH2,0%1J04mάW\r\r#el$	5ggy\'c3O{,t<J0uHLcspCg,k|$v阼i/0ju/kI&ebR6A2(̆\\aL%.u)̓f>N45S|\\mZg懿:d\" 9&_]5HLR5:_?kۑi|\r\ZԐ\n4؂|\\^%]#;&l:_F䪸gt6e?','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:5ac37274d9ddcfea2ebc62e102594e0f:f9c40093637d8d115955758a3ead09ea','Tr0}WhܷL@K;5ޱ,1ZH{%KH#9{sqIJdCi6I?kh<WH4:^jIw{p=`TXTx|\0E%E@<)\ZK74iz\n:=0P4yG9`\Z־?F7vZ>q`!F\ZF1Gϼe5HfKw}z˕\r%|qۺV-*TB;96ی0\ZsZ0_AחږM%Cf[8_\nMPc`ͿRj.5n`C{ɪ0[k݋%d\Zv}/j\ZF%V/P`HVKm\'+ܣ\nG:y5B\roIPdDlJ\\ARIѶ#\Zdb\ZfSfc*Jv_EQd:XỮX,}}LWhpY?#.{l%ha}5FVw|F]|+s_^>*vWz\"%q3@UT\\,Z.V˧|.<UY','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:5db5835c995a8cded1f29e244d6b473d:7bd20325ee17fe6db285cc879c1cd466','Vn0+em-!E{E\"AKI#q6C8_6,\Z,;+!3iI*=yaJGrDFRS D\\Ȯ]H]RXg&\n\\l+~e=\\\'@j$L\rn@Ih\"#:)BЎ;iAEPZZp|rmtT_d>W(\"ִ]cU2#W\\,楩tBQd5y\"(>OA[D(xH=#qu?xeM19#roI}+9T:-#<ӋKR\'1>Aԝ1I@F[Řʌ(*kBt])\\j EF{I9JjpjB2\\ha@\rt=ݏa}[>4juب)m^+_tENKy8ӒG}_Nd;Mw|{YzY\rf`MU\nx¦y;Эd5aȖ93R^){hD8&u˵[OhQJ\nĶLNcwhmЫ18ֱ{c\'29J\\S=]?9/Yce4TxTemű&`}qf9Э-A5\Z;;`f3gAm?賠\'fl x41|*d0Ɯ','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:5e439b0ce127392f933c5c74349b05af:678bc5bb3d384af7757361af0146dcdb','Mo0[P5|\ZKeÐi>Y6Mn&Ň/!)bP)Urq+ӄMm-kBdw-(V0M.]{be;!`u5ٿܫ	$4mAb꠷\\e\"xbd@1GGwBEHi8;d.<7\\ki6vd\\\\V5\Z@`NO7%!+j>D\'PpϦ(yւ)4xꩵܗKa6\07w!j^G,NrMM.\\Z\\yd2h6g_l~;td1.Ze^u5~@R[:.mAr}ߐ	1BR\rZȏ퓸U-j','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:5e439b0ce127392f933c5c74349b05af:7bd20325ee17fe6db285cc879c1cd466','Mo0[P5|\ZKeÐi>Y6Mn&Ň/!)bP)Urq+ӄMm-kBdw-(V0M.]{be;!`u5ٿܫ	$4mAb꠷\\e\"xbd@1GGwBEHi8;d.<7\\ki6vd\\\\V5\Z@`NO7%!+j>D\'PpϦ(yւ)4xꩵܗKa6\07w!j^G,NrMM.\\Z\\yd2h6g_l~;td1.Ze^u5~@R[:.mAr}ߐ	1BR\rZȏ퓸U-j','20250816225401','00000000000000000',NULL),('global:resourceloader-less:v1:5e9abd48966c55c902c44fe50f7b8ec4:7bd20325ee17fe6db285cc879c1cd466','Tn0),VUۨ4Veo{jƘ0`MӨʻIT{\0<s77O[	?%RLnugIͭ(I;2\nff;fϦ\rQrŖ\"7m2NpaE	ğcJ*h,8!ƂecݸݳzC^L4kkX&ѥ|/ۄ<ޮ0DV-#ҢrVp\"h[鲙rюFfrQ;79Zyvza#Jjr[2%*%K{n)Yn\0e.\r|\\q$H{{}WA	h\nh5SFh?9q?DS%EkiLovf]p\Z^6a<,+ZY|	0ZRpD&nc9	lހLsfq(}u	iL!!O\nXRL\'XrY^#ܑIdй|kxu~\0z@1wG_P?`7rȽ;\naM[nˣI?54Ah\\?eYo-੆L՛\0lG4nՕD<kI=VܔwK<gB,(<d)2xH','20250816225414','00000000000000000',NULL),('global:resourceloader-less:v1:5f9cc556cb9b4cca7e633b5c9d4b6210:1d37f978382d2702b83c49fa49390a2e','Rj@+{j**hyLf-\ZoB7Q{HdQt;7t`FVKְbQvv&r\'U8GsRF2apA3\").\rK`\"x^\\#etBv2$9e:36~ǼrR%mJ\r{\0Ҩ\nA[-)0_ݱeXorٔ6+mfa0<5ӏns6(>uB*q`gB7','20250816234952','00000000000000000',NULL),('global:resourceloader-less:v1:5f9cc556cb9b4cca7e633b5c9d4b6210:7bd20325ee17fe6db285cc879c1cd466','Rj@+{j**hyLf-\ZoB7Q{HdQt;7t`FVKְbQvv&r\'U8GsRF2apA3\").\rK`\"x^\\#etBv2$9e:36~ǼrR%mJ\r{\0Ҩ\nA[-)0_ݱeXorٔ6+mfa0<5ӏns6(>uB*q`gB7','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:5f9cc556cb9b4cca7e633b5c9d4b6210:d4d06835a43357cd087fdc8037cb8822','Rj@+{j**hyLf-\ZoB7Q{HdQt;7t`FVKְbQvv&r\'U8GsRF2apA3\").\rK`\"x^\\#etBv2$9e:36~ǼrR%mJ\r{\0Ҩ\nA[-)0_ݱeXorٔ6+mfa0<5ӏns6(>uB*q`gB7','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:5f9cc556cb9b4cca7e633b5c9d4b6210:d869d01281872168e4896a1ee1c06253','Rj@+{j**hyLf-\ZoB7Q{HdQt;7t`FVKְbQvv&r\'U8GsRF2apA3\").\rK`\"x^\\#etBv2$9e:36~ǼrR%mJ\r{\0Ҩ\nA[-)0_ݱeXorٔ6+mfa0<5ӏns6(>uB*q`gB7','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:60eaf1f32193818f70c6bd6b45f081be:678bc5bb3d384af7757361af0146dcdb','ՕMo1Wr*Nڦ|ȩr\"Ag7t6T)\"HŅ?~K6zoY>pz89OD\\cDB8uPl٤7F,(jmjr\rv9~gi==/g9oM(_E0\rCʆ>˓wq5<(-Oڸ$Ta:H1k*EQZU`YVr8t$XbsPyIJv,&Q𪉡6::ɩj%7\ZNͬqljg0$=?s2dW%,EoOtnz-#6n[6m/>Ôs5Jf?cnacX朗>%B\\Zz(#W3`ZeWH.Ia|Qͯr8Mqn~hq%v}vBdpof>PgAy<%Wp\'UtU%\r>(ɋ&@}oXu5]O','20250817013633','00000000000000000',NULL),('global:resourceloader-less:v1:60eaf1f32193818f70c6bd6b45f081be:7bd20325ee17fe6db285cc879c1cd466','ՕMo1Wr*Nڦ|ȩr\"Ag7t6T)\"HŅ?~K6zoY>pz89OD\\cDB8uPl٤7F,(jmjr\rv9~gi==/g9oM(_E0\rCʆ>˓wq5<(-Oڸ$Ta:H1k*EQZU`YVr8t$XbsPyIJv,&Q𪉡6::ɩj%7\ZNͬqljg0$=?s2dW%,EoOtnz-#6n[6m/>Ôs5Jf?cnacX朗>%B\\Zz(#W3`ZeWH.Ia|Qͯr8Mqn~hq%v}vBdpof>PgAy<%Wp\'UtU%\r>(ɋ&@}oXu5]O','20250816225412','00000000000000000',NULL),('global:resourceloader-less:v1:6362cbb70cc93c6a57c33dd4fe04a6d6:7bd20325ee17fe6db285cc879c1cd466','Un6}W*\n$AiIE[}E>R\Z\"\r;wM>eH Y~}}هk\0{]|de,@<gavv+=@sh2;?\"e]R*U-0\"(5ȯYw5=`r\Zl~4WF{#W[oj\Z\Z<>\0r¬;pT3i7H\r_;<b$ƈGo`h\n8Q̀Ar6.Rk;ٺ:E(gqPS_OղVӫy`?u;Q]zd\"UKH&8\r%7VMf-~`5p@%tflyh]_Nۏ6Jxw\'\'R}IwrY=6<}3\'ڜ@MA\"W-\Z}:;:gN?@dR$#$2Qn@mzӳ)0f#,׵LmO*%#,=VK%\'\nɵr\r^A\'K.\\,\noPZdP1#\rL@	\Z`+wxL|	ڠ⧵sҗdH/9gxoi8} WdDJD$RRg@޹?ǯ_nY=ʜ!=o\\TCHnB߰$3Ȗ@V|ڷ$Z|֋M_EVmUlJe]b.7JUŊr','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:646be31e50d3e6da37d95b0c2ba93765:678bc5bb3d384af7757361af0146dcdb','RN0)B]\nlp\\9 	&m\"%M*껓$vgE5n{U-;Ě٩׵E3rȮwP\\lL.g{`udShU2nr#DNuxC0z{Ɠuh\"z9$aXUxd_mB֣Qd?wyG{29_vyA\Z*oBG+W4eG,<\0ol.Jf=pd','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:646be31e50d3e6da37d95b0c2ba93765:7bd20325ee17fe6db285cc879c1cd466','RN0)B]\nlp\\9 	&m\"%M*껓$vgE5n{U-;Ě٩׵E3rȮwP\\lL.g{`udShU2nr#DNuxC0z{Ɠuh\"z9$aXUxd_mB֣Qd?wyG{29_vyA\Z*oBG+W4eG,<\0ol.Jf=pd','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:6534284354ae44c75240cd1539f19345:7bd20325ee17fe6db285cc879c1cd466','-PN0ߧ`R\n 5x7q|)IiNcg|wx-~j\0_Em,1{V.j* )\Z*݃}\nY	fU5/#3oۅBX{4vdDGY󐂆gQdNNNhqG)e5&hMV0G\rM΄@Tg1\'A4Ͼ HΧlI.q6Xw=ub$z+biq','20250816225340','00000000000000000',NULL),('global:resourceloader-less:v1:69cc2c45b81693da5cea3585a518ef43:7bd20325ee17fe6db285cc879c1cd466','Qj0|W(tc}bbXmJ}EtHwOH6bi*H\nZ;VR[Ty	PTU|ݢw#C` %W!e9>8J\"4	IJ;xH76N؞ŮLzK.H>:=_(\0lA.YA}U! L99gŜ^މ0Ƕ})+T6݊oX^p~\ra-+#zl','20250817014838','00000000000000000',NULL),('global:resourceloader-less:v1:6a1d00fb7982db1f7c73e3432d564441:678bc5bb3d384af7757361af0146dcdb','TnF}Wli5E],M}(0hhFv{ɑ y)\Z<<<P&O;s}yKN>$Q//Љ9*Jt r&w ,\n2`l\nD&ad~|!\n{X/JB)rKGiQ\n\\Vhq\Z\nuܲͮwGԵT/jkA{\nIopŽ5 R\n2qZ]p(QF<!K;jpGV2k2	\nR2ĭ\\8&P(G`؂cΉht69E57B;qC*iph9s(9uWW݀PT\\ΛΚ\nmU}&+-ȒzXw1.T1ԉ_!56=\r_soU+|hcHJMBCԷ\\EJ\Zlu@xpg%T@^\n}PȨa`4Xe@(\nթ;ٙ\'IdԽ	rNmjm9P4ݖʗ,Qp8b\r-D6#D&UD,̖kjG[\rU/EvS*`+Nh؁[87zFWHț*՚t^ap-^ۍL	>YäG|:bon&4MgwPrZȐA \n8fUuJS5}Ý03z3f-Fm~pGQ%}q 2a\"WzA7kYK0m風m;0muԬva	^Z<{̒6PD֤4s,]A\Zq!h_.I0\"i*|ڟdr0hx<J','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:6a1d00fb7982db1f7c73e3432d564441:7bd20325ee17fe6db285cc879c1cd466','UMo@+V$cLECKR^xz](IPrf̾>>\"\\4s|^(v;˾0=ê6ֳJxY,@%u%,\\Eg]f\nBnO.!vW/	qEԤt[\nt(h/<\Zg?j-	vhyäpCѡ5gؽ17T ?jy<K_)=-Y+L\rOcuD`,KlZ\nGW\nw]@m48n5WcFh:*BZ9&&\'ě*B^u^ǁI:6^d^ޢEC]Eb:.Z}XZ\nb\"gApaqO[6rE[]M}ib.ԆVljB=DHwA\"BN(9ԛP\"{/	(HD*x3d\'Ă3.В:CZc0G\0(i\n$nBMN{|!gӝQ\Z}7[߾~p\'q-|yld\ZmJ޼zZ!~6eck\Zj\\yH۱Ɂvl	Baz \02i\"1i>[!I՚%=Y4	A\rCq6)dlM|l0(M','20250817003512','00000000000000000',NULL),('global:resourceloader-less:v1:6ab5b9478b9788542ac01c044642e4dc:f9c40093637d8d115955758a3ead09ea','TKn0nǑ(	zP\Z\"{r⸍yo>x\nYAl6XnXm\Zl\neDgjOx銱Fֻjq^k\0ȫeY2	Ft\Z|H^-Zbt`y5쏀DgZJ\"zcD|r ~rǓ#_QZ-fwx`؃{\Z7ͨT!cez\r\nּ֡a*dh-xH`ĺȤ13`rS1odd`N\'TF/w]Ds<c>O9e\Zh;p\Z7i9PƩyyVfO	p4B/]lHmfpqy}\0-VPCYylަ1|HVP_-R3y\"#F}v}1_ojWzzbѢzRl,97b!\rժr.)7av(=\ZEXc7\"$r\ZhT;K!pTΞ0k{?Q3dބ&!E!_A+է5VN-kFYN͍fdE\'C6r]]:/\Z(ۼ(Jfw','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:6b3765bd06afdcc88a4f273765434c89:3d046d3873f6206279f049a8fa62aac7','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:6b3765bd06afdcc88a4f273765434c89:5ace427b2c061cfabc586d45628da27a','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:6b3765bd06afdcc88a4f273765434c89:8086c131266a7da3ead4d8ff8b35c689','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:6b3765bd06afdcc88a4f273765434c89:f9c40093637d8d115955758a3ead09ea','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:6c815dbf59d40a59d36d9ab45e6a48c5:3d046d3873f6206279f049a8fa62aac7','Sˎ0+p](^zDBd& Rnۢ(^3$$U.,Oa]V	^{#ჶh!ha@V!(ֱnѤK5s90S( Yƈ;W	EH=	vv_?}SpØm\0)H7&(~S@榟Gm\ZL\'w~\Z\r(MC4%<{+ZG]M\nC(ϱ/O]*8\'91Co`QursӍh\'Zh>P׋vt1&HO*Aq[i.oT:rZ=SUVayѬK?[\n-WViz}.]Tٯumyle5[{','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:6c815dbf59d40a59d36d9ab45e6a48c5:8086c131266a7da3ead4d8ff8b35c689','Sˎ0+p](^zDBd& Rnۢ(^3$$U.,Oa]V	^{#ჶh!ha@V!(ֱnѤK5s90S( Yƈ;W	EH=	vv_?}SpØm\0)H7&(~S@榟Gm\ZL\'w~\Z\r(MC4%<{+ZG]M\nC(ϱ/O]*8\'91Co`QursӍh\'Zh>P׋vt1&HO*Aq[i.oT:rZ=SUVayѬK?[\n-WViz}.]Tٯumyle5[{','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:6c815dbf59d40a59d36d9ab45e6a48c5:f9c40093637d8d115955758a3ead09ea','Sˎ0+p](^zDBd& Rnۢ(^3$$U.,Oa]V	^{#ჶh!ha@V!(ֱnѤK5s90S( Yƈ;W	EH=	vv_?}SpØm\0)H7&(~S@榟Gm\ZL\'w~\Z\r(MC4%<{+ZG]M\nC(ϱ/O]*8\'91Co`QursӍh\'Zh>P׋vt1&HO*Aq[i.oT:rZ=SUVayѬK?[\n-WViz}.]Tٯumyle5[{','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:6d4a5339ac03f45f363038334b290bb9:7bd20325ee17fe6db285cc879c1cd466','UMo0WI4\nÀ6lgEc\"eHre7N.!͐%D;s҉4K\"/5Qcj`+VUҫƲ78rG[iQ4}\\pv%LZ;ApޯB_XDE|͜Ӡ<G;:*:Kޣjǭ\"-r\'bqC5xva/ץ6zy udLjsǠyZ%ҋlv8+6kk:hc6\\rIEȟjIz_R:\r9I:Mo\"^y*к#,5k@)o=PaK8a C5?8͚4=L#;:5o0`Um5\'LђaMJ9nZ\nJvMUھȮ*r}ƚUяd{,	Phf\\N)G|gejp.1\rҝֺ1c\'GYh};cIU+5er/I>.D<]R,=\"vqciw~Xq7E\ZRrrV{C![ \0>ѸaW|޴+!|Bts]놘iPc/ᱳ=3o/D@d&Bg:K֏;z^֕Cͫ&fBWx|&j]\'eXDƫT-IMe峅NY\"g\r','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:6ea0fdab58c51c3be19aa50136eb3fdd:974d0e85d3f251fd1769831868d8837a','}w6fmgDYl_:dv;7o^!1EjHG2V \0$ӓtDBP*\nl8%G$9z&^:;:gc]QL֑G$c@i/(%\'\"ZPB,@ELiH#S	TpDǯۿ]zv|^/	oH!	%nD5$w\"~4s[J[?슖<~`	vɛ/ȧz)Ybztv{2 wns_A_E\0!.)k;|Гt$7Qօj+ Y@=2\nm4ϫ}QJkq+1Qo\0 i߄\nǇu{̡ǐO:\Z_\nF_7dkJ$^!DQ#n>͸sJ\0x~?IŹzi^>w$nit1MOV!IhFK?;K\ZCE\n@s\n5.a9pt	ʼ&i.64N}1(YOXk?\\$CͅBi/8SC]`ZuH}Foa!0`Ft<ш`HJ6\"pٸisx9w4?jа§!V6H^C:[ϿCEm$P5A1*_E@(!*0琍c7YN]\0ƊE(VC!oC¿qfGUX	%\nqh3#9#Qۛ8چ`ϐO\'	6IebytϞ30F]^g:dwƍ\rϏ9eg$H|-]q~E]온rŞsyL[pn|P53#=\n0`4pQp\0?;(fd(CE0NJR@Hݟ(Ra(a\0_-,>P|J\\у\\/Ol.Ӭ0L(1f习2AmNfwI\"-K߬7k	hl;p/^9\roKf#73 CdQ-2aZ,.MjZCg[jVM^Nhmm7lCAzWu,g NɌ7#9/Mx$Z^L1]\nLG˱\'[i{Ӟ\r6\"ᢦ!{@Xb\0˥|~yPcs&i(UTH4\rƒ>5]|#pc\\&IjzMe@?/l,\'k[PҹSYL@єpv6qItr$0G=>h`>#gNK\06_y5b$A,4xL^9~54.V+m22gMí\"UOL蟩޹~\"~V,͈\"5cF5ˠ̄p2LlÅ\'(迉`	98ԍ2+0>yt4UwFlLDT2WK>`SF%P:@3XWM),`6Q,su W\\VZ^9Ea<J\ZݪAiB.Ao<0As\\zTEغz=5@P1.[:`ݓl?g7h|I[1A\nnF\ra\0G xDM*\04Xt$U<G\'a2$I\'62^,܈l-RK8\0t̥xlbi㰺j\'\\Ϲ~Hy{ٚ+]PtEr|K[mt\'6sM`u	-UBK^v	TimW GάBQVr\0t\r\'q]\Z[	vR	pA.d)ݎПG*@lĺC%\r`IqYf7\rYPElIGr1¡oP_`9vô\"2˲`jJ	(cL|}8t~,%V:p3p&hV#C 3̘ZrD2a&^\'L0\0)>1eRC4\nHGvJ.MosCbVGmWͺwR#Ƌ+zzN\rIFz.~4W6at$<([q6>kާ_?g}[tm\"^X3E8\rrz	M[\r[9&ur8_MϰSVцD+h*Vg2ŞhmZYYmT߳|bJK6hM/+db0[#Y)R(T$Iyvmsd&þ.\'Ww@Sv뉛/SmiV-em*RtmKYw(ys[\Z1,,7*+76ˍMri\nZ~s\\\'mR{Tˏ.>=̣jв֊<b*JU7yf;\nC~ZצJV6ڐ?%?R\nObAfsgE:_]Yl;k79@hYΞ}\\4Dչ^{ۆ+?ˬm\"\0N쁃Er#,6f]<CfኁɌdGgwďb,bP\\ťTZr@2;	%\n\0Nwқ\nug+wPSZ\0d4NY	Pf1\'maySNc0xy>MY/ґ!]HYRr\rap&.%;t]C~&؂`?b1ǹv٬*-bLΊl%d;nก{]j!/g#Ŷ)u말frfFm@I\\.\ZhFKD\\ǃ5uh7.?yBjni&K#Ju4]Cֶ{pcr`GVp\'H\r|\rk<|MEb.3BlO6MeLN4F.I5ro~,aOS8gtZZ@H()C|frѕ˩xsRm$׊?K݂%iVyxs>&zH9w뇜n^!5q~XE%Xb9kF^#;Q +&\0;jo`@HWtMF>-2ߴ\0SM/n=t84(\ZtcuxO0/;\0l4_7ۘ\'\'ٗ~@Oq@1\res \Z5\'8i\r||Zj1J_IO:R4sPU#Qˁ+=pX,~N\\,VJPg#`\Z܀9ߦiG>h\Zf<\"?!	!.\"ryetb+$;O:,}s%Ix%+ru	˿X<z\0bPDֳ#mS7OBTih	t*af:`쭓(9`=yTvX}7=oFxT.M))k7^)<#Qi=/)1,uqP6&,Qډ6OHM>oC9E4ǵL#&M٥f!Ua~k(cʗ܎VE72sSw\'w7~XϷt0h}~؍AG][9{{\'GޑGO?>9:Gx::Oa9z񗍛Ѻ?ɤ;:?$:\0R@!z*2C?c쐞h.1nhCb#kqi\n$:<Y;~4^cGF>|h=	F{-pBTnU+CL?61N֕W`7B{J(;VSZ3w337f|yXUw%SE?$M|Sw\r2\Z\"<5%-<-3zN3s.4&LeOؖ5Vޒf=+gJ\Z!*R(mPtW<\\I\"OwxQ\'&,i@,Q_ãkU]j?m^I5A[<Gv$^(;Cˣj2R.*{AF21ͬh\rESnS{Ѹ\rrYAlTh=8)F[FꙌIh\\1P.UG6k4UHete}7o[v<4\\F^ZxÝb!\"^H6)Ę|Р7V2r8	ئ[}EvGS9zn==Tϋ\r=Jda;HVS]QR9r;߉\ZGS[<R-}ۡ	 W%s@X%xSB7]F/ {i7_[\Z2B.ifBձ31+R1=%O&zN9\rdg7?,i~JP0MAh`ΗgҍMۄv݊8\0.H|JSw`$ub;F\rP\0TN?;Du\Z0f1Td;M8z)Kʩf&F+\0uI=;\'XWPŮb+\\4*Y[OݩS<UpI76B>^\'EmCku1V8,#elg\ZPf?\0Y	T44\0Ub-\ntLxj p7o3	쒩<U=CTaʶyrxҹA.=K{#ŵF#yc,jvHJJ\nߎ8=C^TU.p0ֲ[\0sӥ\"I6\Z|Kf^L53)I 4{bM5(4nѥn(ӕ5B\Z4%s[?%u|P}uiff5j\\뛶qm.[H(uSz͙<\rҸYpJq\Z\n9XD.%bi #vd>z^65.U[&60&z&^\"vVxaYU<L+UA0\"pMqQY+f\ngmJ4%2 d0CBzٙ%<}K.gެ\\4Q0@/\"WAN`:z9C\"oiD_TBCcYnUiR֯TQޑrʇT9?aJRX-v`k\r6{ĜA9\0qmjPX\\YR]~_>jV\rb4P5\r֊ڜw*\"&|<9M(7z\n/<#exv\'nYVD}WӦ~I\Z803vmTj\nGScLQ4ִ CkHctohIi3(xjdS\Zs3/^/2͸q5V\\Ez VAd4䑘9\0!@825b]2G2Ӑ6{j!W_ODn(i\\+5{ǆ,	=fێr_ugx#;;#~P|8#9#TS{$!F`g3dlg:3O|8#CψgaXJenT4d,̑I[נWpu|<ZcvR(74,`^Z=BJ~06$NkڅmQ\rfғ`>=3hVCfzޮ7rrx$!-i pqۏ.h@<	G=&/@ځky|(	ځ\n\n=x_8|DC	[#3q;b$8(Iչmq2;\n|F4/dY9j\"e89]E3Dq[!92oxo;ߢm?Ք_UB,g	(>e,@0	utT	TJT8I mHf,389NQ	*Bz \Zv\nUah8$_Q1*3>}XM\nkHf)N;qXyvȯ z\\dRrVkÿyk\\Aܪܕd:9Ru#nZmkIC]V,&Sr%.Lc ?Kж\'7\nkx7C=y\rå$q$w6%ޟOOvh72+gyXxqա20̰7)C2A@vUORh`/\'F;֤$NFl00LVb2XUO/rr󣐐,\'TQ	Zz\Z@d=9pôzܝX`~멒b\"<gh!?)[)[\Z5a	o@:}&z	~7٫^zy\n_\r/>x	?zYv?ǯOΤU B	9R\"S^#dn!a~Zwѳ0{Va(+{0ñH^n\roMЃ8wVQ/p4Ϯ\Zs\rk!HvH\rn	U/3a!\'\'z\'9_Amy0SPӖܳ|tg<juo\\}֖֐![3TVXFQJRfh^00-k;p3	ELgQՃ7t\\n(`?`RK[pejrMfr|*X2si9)pEU2QSP0@SŒVјcK=d\"hpf(_n@N\0ff*/wj[t\nD4#CwMm!\nY&xI;%^aH\0wŊ@Ƅ;f6?\'ɭZS^nK(YO²K\ZSm1c %ŕK1uz8_L٭fɒ>k.1.Y̴~wS:\\ce=\r/q]D|c]J=6 /߶qcѾ/S( 7W?%\ra5]6F]Tp޸Ɖz?#*Jl\r\0dE/N0f(Q?Y+:v]op2Y3tP:R=S1	U\\Jn\"\0Ba|l9xo;\0Vk斦檕<V#e5|탍wQ{J\\:ݖoL1u5\'Wp\"%K{kb\Z8rD\ZdZq~el5wUT\0\"Fx!][\\O%jߢ:P}xEjBjּ:Jo]>)ef߶:3(44RpyMa]z \Z8;ڋ^C5+W֓u7\';kTz|^9m%o^cԪLK%tLrng	6P\"݋Xu}L\Z4㮈Zc3HZضDǢqEߪHɞ-52 Mo}~ \0I	@TRm\'WQm*ޚh gPAҐ;#y0Z4Og\'%q6Oo2F78@JRqLI_W_4M(-:	߹\"ReJq]	`e>v6Q.BLJϐ&cTo۳ܮ gnaɏLC`3D~]SF327!\'\'A\Z#m}!Ϯ ̮(t	\ns	]M4mi٧7,bJ&*؊4뢛)<ro+EH,\n̎q[%.Y-mz<WUFa@?c5P8uJ{H9»x=piS|0)1-_el|?QuЙD[Or±bW`?^FؑN\n0ELk*_߸+POÊwJ]Ŗ#w+Ѻ,ٍ*4Q%nopLQtֵ^={36mKB\\(n-a͖S_[M-:Bwb϶MWC\rcaa}aYN݄2b3smǗ|B饤g}J7^1#tVq9\"\'*n\nT-]D?.s&L9TX\"8ne#v\r*c0rP_CZ!.!n@}0A0j\0^utOw1!wT$3وV5֖ojBcʰըhm}!Xi*Pers&\Zm\ZORLXJ\Z2%)Ӳi,^Me,fU>oH)\Zǋj5UP\0^A~H!!ݽvA9E~VR\'1	.Id}s]p؎%R2o;w9O2vE]^w,<G\0iX9JlBq\"+;s[NU5b)qc9Mn1;W@o#7*\Z7cܔfT$>Q[lN-4+31/uW^mD^7h]h~y	}afo	~ڮOGZPT> /q#1ICsX5DUSV:txؾf&m7ͫtY(Ц!oYP]\ZxA3@`]oٶ_B*\Z6i!mZXn_fڔ\reJvX	4Prejz\\f-Aɭ΅[ZhG\nGJ%lJ7Ɋ͚T7рYZ5lk\"`ک뺥%^^{39q*p~QaL	lmQٍM7]Uy;r86tyѴ0j^DBzJ>byqx2?}eS=@`[l. ^זK5kN˖m{᤭@Q\r0|/!?,hU91؊$PG9!,w=)#(FiA(>q0PEO:(h\\N PQXLHR\ns02z2i;q!}M|2a?hvҘZ\'*z/Ćj+ܲ7 \r[A>BN>e䩐AuP]ɰľؒ4+dN[\Z&*o&v7GLZf&^dE#,ţ zd54gWy 	h.r/$w3l^ZИa\"|i7xHDuQ-6\Z.4k7~} o9\nIF0.~4W6\r|G,H0x@\\o)wF\'f㇈Y\r20tĞrO8tN&\r=OC%\"XYϥRPǮf0l`x#$bc?rA5Wܙ5J,+;uq/\nORf\r{2.>1k-G//|0*^7Nݴ0KɁD5i]ˌT頟jG6JS9lkbYn츔>Bmi5y\n04U\"\"77b\"`ֻܩ^E,mW\ZįR+(˞<We\r={.A[xv:	9\r$@L43[NPMÑJK8((AI/&3+ms&	]ĢzG92fU)01Q6È)\nr]oJ>\0t$6#fHSA,G@8r ud3HljZ\0ԂNR}r򲜳.GTRɆ[Y6L-*d3^h7\'VY-!/CŹ\\WrvxA>V)ҙ{f?O3}t{?F{\nr̈́_|CPQKU*Ģw<gGK쨣lܛzt:;bFs[ls`\nqKwܟ36+p.(2\r+fOA~\ZJ\"1ED#) Cׁ|@g/,>^u$a.I2دh$>;xńBdLUBᤲd/I&vȀm7ʲꗅaSz4AWW\ZR£5Ͼb+ƜV̙ff1oQCZ\Z1:\n(@ȶN@s;-Q\0=auRPsCK9vc7d­\')E/a+2\\o]?\Z3xvA+-Q`W|&TСpA\nt_#.ő<\r,΍xWؗ\ZNI9{@{fK9Ni95>e\n`/BgLZWM^:@AE/M!3P)Ni/!N3~3~=(x*K B%LB#R)3l걜=6FMϘ\'hd/~v5m0_D;\n_`&͎VnBw:hz\r>\r/}:Eou','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:6f1e744602db63205620eeb87403bf55:7bd20325ee17fe6db285cc879c1cd466','m10=\"\\vW9mM0͕KJn&|;gR=rHI\rd;CFNj|g_N[[R?|Aa4}@+F3[#DOlAt\03\'5Z5P3)fUO.C9_AX0\'t&9{','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:6f9f2b79338028686b5b95d278c34e50:8086c131266a7da3ead4d8ff8b35c689','io6F$4ؖElHMLIԈ5%jEc7GFMg!{|o~\\{B\\?gs<oǏW##chTK/DO)>GjG\ZO8eDOCx?s`ɐ IDVWHFS\'THhXbIyܿ0IZBX	z\"blL6	͚BBQ΃8MAQ&$D.&Le[\"kު4>!a\rcq/?\n\"|O,?K#8\Z\"1XrS@{D>WBP(e\"f\rhWJ#jv&+*DFx+}LQo)~:S_:6\n!/Z,Azǫ\Z\"%O,+Ψq2P(Z\'J}i,H(\'2Fd=)VoFG_$	I%%-_	N\n{\n&l<s6[ari/)ɭw\Z\"\nԊ Jz\0cA+	xD0._[9OWO9\r@W2*B\rNbR%A/hc3eEsp9JtqEb`J0Rz\n~࠵kIޒa-N\0UQ R\n!\0dKl\0٢?c1\0)tlqiW	}V y@-- +$i6<fʇ&+V\nQ\ZPB<Tҏ#m6JDM5ܙ<Wnr@ֹf(NҞ(\\먋GeJ8p&!1q@Vo{F/9~p$r.~Tpȕ̸~(p?%N!!mXnͳܠvw~Q8.\\IWzb)c`\rL:}h̉AˣFG\r5Ò_Jan8ɤI	+O(5SпF4/r=rO:VھKU	0$soI,-	p{I:Yq.U).@5LUV+gtXi|M}k0}xRI iQN%d5bpg<AQ=ЧXlG㚹b;zXi\'Xw\rvr?NpN*T~.AӽlҐ˔OբԖ|IHS\Zo{mt+>	0`tu <*}Z3M$U>vA)6ۻD*aŁ$ddߒf\Z݂(%mpAy@.Uv\"gYBlBmR#Jz2]4\\P}S&IBU|z˵U~$Uba\rb\nR^+Ujlx:I8\\.$!y_4U!hYB(h^Q%O	$A7c,T Jq{|iΈU\njW\0U7ӏUov+UZᨼo\0P˜}dg5\nî-K{v]{ˉNǮkFzw#Y\0?Lsڲ@`ψ\0m\r׳ѬH&6:VخӑHL[@ :v[gLt|1iʦ6\\xǻt9b@!i0̀EY<iNUctP65V<S)S̥[h3ۈr+[.!U\ZPRdEܥl m\'.N%Ǹ 9CIYNC*X{*\\Nxg}qH^.VO~ʎVӌmrYY[?,#vIp̡JRs\r{\0.3oZ+n\'zZn>;YgѢ?}%\n5#A_gyyњi/P1BFFƼdҘ1Tݵ!x-e{4j].u~ҕ ORUjyCβMepj%~x)S\nq,8*eΤ\Z}.Zx\Z]e%ĸf3/K$~U\"8|7=#l ֆF^OsUw\nUeemgxYt&*>y=\'d`rmՃRF֦f`S&C$3|vt~d)᪖12ikgd!/߀T<-۪Y\nY]Y\0sZXEڴ櫵u_	+<=Ӭ\ZuaIG3VO80Ճ3`\\R#Ȼ[;4uGm߇ķGqJwF\']ڞϬܞϳY7ޢi))9^lC795w[\"Fh,\\7n5r(\Z\rxU뙆,bTH)b	A,HhB\\fj$ޭFb_,H:t_5(Wө%j(^\rgP7o7G͔\\J{0Lr@fB	\"=(h/W=9lסS8;}4ΡwTgN49usk~U7/\'5S;ۃy;r]UG]m6YLwܼ}s%{UfHA,NnT]~AwA\Z2raYnuuDxZu|}LI叞C{!՟3kW:@[h39~N9/ek\0ѿw4)f:y\\է`c\\B7˝ŵ^{G\'f_K=ll[#Sbu2auWbѧO59Vw58Mn/[f6\Z4DBU847-IhlA$g%RwA8iկԎw$߯WkU;:kxwL*怜\08RUЖԖw#([E٭s]C7|H\rdl@uWﺊ\"Ub%˨gϪ{ؾ_oRs= ǯ@k\r\raMQrI[%ԧիw,Y#+`jzZ(Ԩ?\nzfn_GRn\n}^Aw ӹεGwߑq߬vÞ','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:706915d7cfe69658533f0d2526768517:7bd20325ee17fe6db285cc879c1cd466','V]o0}ﯰ2M*j^Ncߐ+UCXi1mH!9+,c7E²4+gg\'|ђ\nKƴ,5LK%Hk\\.PVE^*#(kDk^p\nɻ\'ZBD{Z\"F-A;oIPZp}um\n\n7<@tx=rM[k\rvHE7U˛+spS愐P30a \n_)~\Zr?Ag5kg{\\r5#}	ʈE\0?KQ}E5!4j\'9VBK),Q5JW3R4.v\'%oozK,#Rbߠu@Z԰\\,ܞ0򡪪}b$͆XP$rP~LwJޗg\"\'}q2c%{ߴ7tFJ$*+q1gǡφW\";U!8pz9/	(h&/8KB6EAxZ6\"˪dIhd[	wA\0<QXHK܄x\rmR[=aw/pPjd%,{A4@Zx׬8%+;<,sRwڶTŹ,x=+̃5xK:?m_0{\r`?7O4o|hh*Y1UZdeΧ@Z$yay_','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:7097ac9db87961a3458e8ba7cbaebca1:678bc5bb3d384af7757361af0146dcdb','TMo8Wڇneˎ3.E6\r`L50E\n$\'wFW?lS#Λ7oXə|5,c^G\\L0;m\0gpSlDz\r36\Z>~9\Zq\nƄn\rB@kΡFEF߽wt\0]bT7nЍwE{D_X7>$U*J-np܁<~h[љnMqmw\'ԝOLT§\n6G𗉸v~O@A麃xZV979`xDC`[Q5nJEpc2CJLo6O>ǽ>Z\'~E\"M 	74w}KuNBQKt禍w7&$܍dU1FdBָފ*ՖQ[\"-jLhS.^@~\nkt\"F4oc2\0co-Qk*7[E]br+1ZU/3n3	ڵwczONTFiSUϒ#\"_!-KrB\\;f\'L\rqgX\Z^rK9<\"PJ6ArX,lѴRCXzwș7xzW!əMP\\0_y+uAū=7oK{Y/|ʶ:_4#~EF-@QrXXf|9ϗi^jV,F|r5Nr','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:7097ac9db87961a3458e8ba7cbaebca1:7bd20325ee17fe6db285cc879c1cd466','SMo0Whޥͦ8Q1`݆a@eȒ!I}$]&(SHLQMW\"Flh l݁Bi8[s>cJ{h0%}^3l;#keT\0QpC;KNtp\rXf`+ՑSMҿ-u\r0\"\rHg*,[6r*GFgped1\'75i;##>Fg4ӈ-l6Gϣu3VKz[͕3s8?Hona4}\\W[;}$V$OBu$@t6\Z=y:4@d$hr+bRd={!Kj\'%G1VK]W^h+Ȝ@f/AֹriG;x?.E*/o\';rRS6wx!vO;٠D+]bK̓3\\%ە[JW[E iV524db.JVzYզVUzRerQ.Ro','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:76bec6524e53c393a63ce13565640421:50d1f08abc99dc74fa810d2eb8ae1929','}k۶_;5ޒ׮8ĵv8nR%B#H\Z?vA H=9df$<\ZFh\0޴7¯y=K;O.>}DǏ~w?{ǘzAdAtMeEYK)4fِGIB5g-eH\'$	h!w\"y\"X$#+//j	omKoҴ\r?9.iDMnoö=l~t&[zْ7IBmFɿ4UvHm̠@-6Eo/dr\Zފ=|74U	M:N\0@O!S\"\"aei/,#^U;~d\r6\'<\'tJ\0sIc@3^\0Q.h+|*P%(jf$^$^1<ӌ`ioا^:)MI xkA\'e~%Oί|x<H\Z+o(_]a\nj^|Ǔ/7o9Gkh\ne\r)O046%a</$[b`zI7)|s`~CBK:3x-%l)䰞3 6Vf8\r\nI)&K1&[h0R2],S̝{Ћ75%x5\"Ƹ)\"84I0I<\0Όm;W\0M&IT̃\Z[DpOENc6y\nG\n\0m(2ޣ$s`C7o%W{bȭIC&y襩&QR`YR\r\Z^qb?X@WԿ\'bmJ yl?[NA֭$_ˬHEvwJP`zS +NYo0/eL&}zEʧxʆ	l&Ȝ8\nk\ny%bI`?\\ĹNM;LTi93\0HseئX*NwD(I..\'GȾZvnVPq^n@pv!:j+]շgMmBO\'f7I2o.ޭgl1n+|#-J-l=nm\'חNxd2dg\\R<?v΄o2{~!ri3uؿ\nuIgo\'dx;X;ð	\Z]q]vڮ~٥Rכ	48x@^7xӆoΠ=n {#2Gݼnq{\\&\rЗ8Otx\ZHn<@ +AT@h{<2{9\rh\nDMp?6T^ .i@	0Gre\rI|\rMz%{h\\6̇=Je\'5&88P},<BK.0NJEMqtVuޭtI?gQ-A:A{RE.oڃ75	\'?ݣW&g9\r\Z~<?O֣e\n=&?V)̒s򋘀9tXOI\n<\'{lNݦk:YQ%N?jvgQWk-uI\ní\\XK=xz\0?+@78u\nl%ݥ0?v-GNٿ\n9Tl΄߿T?QEg\r04\"G9Z9CB1\ra4ii,@{\"i}ٛ}R:F{FUV*r~+xw?l;%W?^ǯח^y~r\n^u¯ۛﯾ\ZoW?ׯ3\"NyHIK}}nv˧Y֏d_<S->\'Gdp^\'?rY|Fys:O(Jw%]Qguu\"נm%?aߑ`um7݂5q_ɚЧrZϱ)bWBv:KbCb)B/fӅl̈́+M<4=Tb-3]bt&Ôtq\nDb9I/>4b<l[\0!dH+rAF38N8ae\Zh#yL1_{x~E/Jb^Dh*օ[FGQ$rN{BEs\"f)!GZ+9	T]YRG7Q>[x^mR	2JU))z@[(\'U{+Kh`6\\#sUWv\\1)Acyn!6_S	(mUQ`b]Jho,%>7RxkX9\0-D}m#|X#.;z&1	ph.F\0~w۝a؝.=ǢÚğz=鴈%UPO۽\r\n-Q9t\Z%M̴<t*)/|:9^8VWBJSgE\n,ic7dO16xᢚm;Q直ĮJeg98	7_<\ZD)y&U%vkpyg~װڛdJ@CuW)J~eV2\01e׀	W*i0B|Ekaa\ZF܌4=\Z\r9L\np8 #֛tUlE~Fǀ#RwR)nkjÅbԥ06QVtK[A,@p;Pt[HmO~3$ӥK󿰵]\0ͮg@6_=֓]G¾ÂBfjGg7)\rֵ,Bf$\'\\{p\\gY\ZlG>n>mN<A\Z.z1*$&k/a.rZ\'tp#ap\Zh)_no;7Y	H:s\'PMMQ;\"%so\\BQ\nI3X\0cĴ\Zֺb<x88+X\0%d{/h\'4v;Y4x1Dfnd5\nb \"q\Z{E*>SyƔٽiN`E*\0\"__ۯR	q{F	:uMocXW0k~[\"ð\"m>36+)χǱDX焨&$:S>KUd(VD1ޡV$Xˁ,8ũ*~\0*W֪}]l>_\r\nÙ Ui\\c؂hOxC@w\Z\\]87^pLRPpv_pTF2vfdP[\n=nD]	ljF[=ծE_=eQ4TErxɵ1\"D-PKbɻb9]9U8Std9eP2i ݇&KD. Ijk}H~Q	YơylL:b\"z;s}qm5Ml`+cloȎL%@ȧof$99ֹB/%;h[ti1vb:[武WmmicNWgF-z=AU[p(jyE~zƐZlm:mNAKӲS\"ͼ$+yΰex|64	BslQtPAu<sGU6\"L,W=w\"hMM*<2WE\'>345ekPeCD\'Yk_V$Ұ/K*yh[S\0#fMHaZ{sOH\'_M׬-\"նχ7uɡ03=}S+ni;ݐڈ\n0JH6iІ>vȎnkw<mBLA$^1k|۵.ʙ]?αiSVܭS#FE[ozt蔷`Lڝ:rLupB.|VfCy	omH϶w3cZ]>|_ʾ<Ww*FRj<ŷ\\ȨZƱ0bs{F+CHNJ{ ,f}U*{dV93\Z\nNY^0@< ^GWR7rZs7jjӸsSЊ>;d|lU0d\\r\r/?wp<{?g羏Du%Q#ʡvXt|dNg?q^?`	6(*DouwȽ\0^j\n5Œc+\"Utڠޭ()4̲RBEf¾JPWE2#܎Y6\n*x9ͦ*\Zs6h\"HU\ZRt)ڦSo!q%n#\0\0 彨rGT/eeih)u5cIP\Z4,ݐ（yyYZW.-huq!{sm\"OfǙXelsmn(Z{$ܘE2H$uEuQv=S*\"+\\\\#L@\')Hn{8Dp\nY*oֶ̜\"aNAj\r{\'ai#>\\]2j}<g酋+bպܷW+MԴ)XuZx6ƪ?GraRgBGG\02G(f_X8/%%q&{3@SM+n:A#	#,H9{#\'z3YƁ_4C?,M>k*0ʀUT&2힝ʠr:gUGO[:Z7th˃I++G@LDeK8lvיeD|) RJ۫K3*+\'4j6vܻY,rOuzB\0*Է\'C@2FTUwo2yygIo\nbJ}PF>M*2XZzBA54@ˠ~IqJc\Z4Ww:kp\rg=uTԄ` )`w̫R)f)+bV(\'yqRpv)w+*N\"ܳ\n?հ/ΔTѪkUS~E_OШUsǓDu)Z]܃0Igɮ;Ve0?i*^5KK(@h\"7Sńň\rQ$hL4P겵\rC)sܵ\'}{<ԗWeWF${a1=ĎW ۯ);Yv+/\Z23Å\Z\">ќrMU>\0[ՊgG1KkfRR8T6iya[i|cFƺ(~2m=\Z[oSO[xT#-kmyyzaJe-kG\n*}:VPg1 0Du\'1rNu{kk_m{3Ua~xw&~0n\\|\\zf=!*|R[ָkZfLO͕kaGN_#ԅʫoe\"\'H!U(5\"?{\\}NnG\"^xxI$QdH)z3\Z\ZU(.h(X&g~Y\"Bp&;g(:3_\rj-؂MaeMX{{a,CF@Ɗ\"I=\nCNON}RoZ\rh*\"J㵠)w>10H%\"!dj\Z[2}LoBrBvͱWoL0,/Z7ĝ]r2rJD+%0ݥ=OS.8NձD%5_XW3UqX1SQbHwwP4%;Ċo+)?g5M$Om\r/PɌ9@*$YAmsOTĪ*)Ʒ3~4^v5;,~F@}x+jT34@!Ap{Cҵ}w},|)15RFCYwW;V8PiL\'}W-Eh{Q`d1VGYXmat\"aGd٥43Kʭ/yGmd\n\\AU@Ѽ!0h]Z3!xZ>Lℷ;U/*XY]sd	4\rp2k[y\rrC.={3ǛMwt~,@$AkdG(em)G-fbV/hFP!\\~7ހY+/27~ݽb\"˷vLg̙\0;\09TMhwɀ\0c(S\0rF&NfdU=>:`T#դcՌk($\'o)<\0	&KToUA@n\n&jG8vŬv@`qCstxի~\\0H\r#0c0PID%UP윟 c\0]sm)P5~LjZ\\`%K=EڻXv掼	f(q@c.XєśdNx!_lˠN==(NQo#gK6Z.D\r,@kE·UR+ޘ%\\z=U[:ϨU<^ö46PuA݈k^\\[:j(mƵѰ\'.d\0V_(E8(w\\;dQ<HƆViG/ѫqⰥӾC/ņtx\\GqA\nJKd\reJbX`E<jݒ?;ꏗvD19-2U\n\'ݸ21@wLi.NxQb&$.PM w?{!I\Zgft?$~548oR\r%Ibo~D|i};c\reԛ\'7\"_OŚyU*7`阊XO?ŸL^GZCdCoؙ;]ɡBa%l4Vz)/kI~~N\rB=∘(GoIpgڽ*zsŅ{L*v)RV޳g\0>p^~?0UmC]˻=%6?XCypG=wq\0]A(wc\Z˧knfXzᐋɢ7$6v QImMO>\"OɷxZ΁CV{&Gً\\W5jiz	%气b8a^Xwj\rqgݹ\';fMxH&},HQBP\r=aK#%eƪc#^%PL]M&R4ߊ@%%?Дot}ruDocUIJ{G9 -[18I1\\\n@o\",b*H2%{蒅EC9NO)Pwȏ]o^7*{=:1p;/EH;:>:\r_p\0Qfغ@(s1\02@\'G*UXEU4R:m\0.50Fj<;PX8)>1ţfXg	`6K>\"㨗\Z*VMf/n_=RXWc։r*wQȎA#`\09_16XAW\0$Lo7J{δ,o8WWFv3/rXܪiNoƋ\"x2	?ԻO7.yAJo9ԋ׻,Pao@WGaz$/1\'+s(_Q`&[p!f5QuBgkذO׽D\0:R^v\0Y:\n\"xjW$VOynL-_5ʀ$0XqXjE[j|A2<ɔ-[TH}ZYͽ.O{\')bU\n>d}YB74!>\rhY=W(fI|HH}5gg9W]LɤSC}T\nGygxy8\",2)Ŝ7/nV闢p,n{tw#AZY.$SܕdAt`lr.F\\C`Q),(ӱ1\'؊֖d#LJ9juKC?|REziG)srjT]w (H9jJUKÖX1N()ll{~ʃ.GRW(-Y})xڦ/^c6y҅Flֲjխ6#].Е{RDMWMq̊#OkLloGmmaʌ6MpKnFLyv	|,gsgϼx8L;:tgbBne\"\\%˓Tlâͺ^n6=.\0ɊX2t\0\0`ԭǤԀ8!Rҗd.	%$;w-73^W@~z2Y^gD\"U>;k/[]UP7:$EI/uJVpP\0ãUsJ8*G2͒Ƹݦ{\02ްdCZ\0<rOc1,=SR{de}#.A/^D>)MhS{I5&N;rŠ\0c88<^6>\\y)xO(Nv+}`ۈdZc5Zxz\r(okи_f\Z5Z{L%{6(\02a~.m_\n]47Zt\".h1(Ŕ죥Uqowt0dRܘXF\Zt\Z0w/ŏPW9̀\ZSplH+/(ֻAceoFA#Sv\n/iA6VUӏV<sdtyh4VOF5<\rgFT6fa3&\ZI\\IqL;lFQcerʎޞHluQzX5SG\r-`Ѥd|YHM\ZQeX7ӣȪ.\"URQƽS7\\Ɗb)%n8@\0f\r\r]w2Fpu?','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:76cef6a5a8a933c103c1577d894905aa:3d046d3873f6206279f049a8fa62aac7',']OAn0w+6ŶC?6;<EnI$;ڇ\r+^Wh{$N4&ġB\"UPk\\34:ҴR?|*9JEMWivGάJw\0t%!lVJ})BbciB1J#\\xa|IލpuS@;N֏8	','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:76cef6a5a8a933c103c1577d894905aa:50d1f08abc99dc74fa810d2eb8ae1929',']OAn0w+6ŶC?6;<EnI$;ڇ\r+^Wh{$N4&ġB\"UPk\\34:ҴR?|*9JEMWivGάJw\0t%!lVJ})BbciB1J#\\xa|IލpuS@;N֏8	','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:76cef6a5a8a933c103c1577d894905aa:8086c131266a7da3ead4d8ff8b35c689',']OAn0w+6ŶC?6;<EnI$;ڇ\r+^Wh{$N4&ġB\"UPk\\34:ҴR?|*9JEMWivGάJw\0t%!lVJ})BbciB1J#\\xa|IލpuS@;N֏8	','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:76cef6a5a8a933c103c1577d894905aa:974d0e85d3f251fd1769831868d8837a',']OAn0w+6ŶC?6;<EnI$;ڇ\r+^Wh{$N4&ġB\"UPk\\34:ҴR?|*9JEMWivGάJw\0t%!lVJ})BbciB1J#\\xa|IލpuS@;N֏8	','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:76cef6a5a8a933c103c1577d894905aa:f9c40093637d8d115955758a3ead09ea',']OAn0w+6ŶC?6;<EnI$;ڇ\r+^Wh{$N4&ġB\"UPk\\34:ҴR?|*9JEMWivGάJw\0t%!lVJ})BbciB1J#\\xa|IލpuS@;N֏8	','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:775379058bdb4e56f79cfe58b122e58a:f732f20840bfdf57160bf8ec5c79b31d','Vn7}Wdԫkh֩;$~5w+kM:K̙ۙt~[:i䬛:[OۗnxC.KpBȍRH~@rbp;NۚN< EBO8ӆP?~#2m8EUkb.S	͝\n&D܋v\0y`FLrƯ@1Wt-7-o͢;s^݊J;QݘV0Jr+FNiD)z \\5T1NɃ4dJ,ex\\km\"AgO;\"rI!l\':w*<sB(}>\"=Wm\nY\\ejK$U@^8yH>D!$ȼn;knnUshPp:߇[lbe\"%hwg]rasG7\r;Ґp~a(Ѕ@xz\Z/H5ˣ;-cux5HsxyDoQ\Z=	b)>w5+U-\n:lw||E\\\\\'J߹| ;W(<X`}W-ϨdRfHW~nCt\'X)O\ZqMcHYo\Zn,Z&e	[oԨa#N2qmb^_\Z0	M\n\\6aTzNr%\0cȂB+e1@$|Ʌt\n=܆H$=PG0g5S#8WM.0HrɬMj7eqʘF+\rG!\nz34A5oi\"IB\0=$YM|X	 Liky)Kigw|.05I/!NI~1i-m	H^Bn{>Ҋo0Aq1iPab<<3)@AE}\Z1\Zs|3`d4$\\KmR?wyq6vyZl<ĳU	!<~?9>yMhykauۧ*Yd)eRk	_\r]{;iBV7rl}c0,IN77/\Z0%(FtTfvknpk6h:Ԭ(J\nO1)ڇt-->%2{V#T\0Zd)S/eH<qĈ8׌9QmβR-1M?tCD3+9	xSE!0Y{nM}Z{ݗ=\"Sals*~Kxi:ik[{}w\0}\07g19b`s:I[KkP\n^2KC[\"~$/IdA\'9ayu\r9ϓ64!gΎxGN6:)TBesӍKJKݯt5nI;?O\0ZoJNU}\r=9>geO	?s','20250817042053','00000000000000000',NULL),('global:resourceloader-less:v1:7785d93ab261338142c35b38eae0da67:7bd20325ee17fe6db285cc879c1cd466','Vn0}Wh~\n(v\\Zv۰v۳\"1WY2,9NWGm^]ĖC#E*]\"\\pb4M\"숝X\Z%vzvưlY)*Xnklp-kK\rnH_\04d?AyBmn.D0<uLsRFy.PwtU&Gk\rJz5VU\r9n <-b:ֲryU˪f+|i%\Z0FUZ^\nfzp\r@i_\nkܮV\Z>7qY)\Zm%ʃ{\\fA\r2OUR_oLh1`6lbj2[.X.;k^e8Ck+ǩ/Jnv] ϥU%aCT!\n7,2Wo7FNLMG=jZ¶ߡ?~ش\"E/r@Zi}]JR{L	AX%ͪU[nbOE4_Q\"P$dODŽL58\n\\S q/ڿ@1\n\"Z\'ǒA.w$@2\'Ѹ`	v^5K-<%$y\ZN$b&\Z3yv?PuxD!<4=ImyWlڶ4GDuB/4[@;]JӚt2NGYyLyB>4U\'','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:79403e48c90739895b2fd0bb06fb12b9:678bc5bb3d384af7757361af0146dcdb','MPj@Juuq2ED݄$̣5Uk5/i>8E<CYa,LyAУpu][M!\\\"/d=^)1uOW^N?Q힕ZP%.H.Fj<z9D0Ի`PX7sZ6NfM~Z\"SPdtT','20250817042055','00000000000000000',NULL),('global:resourceloader-less:v1:79403e48c90739895b2fd0bb06fb12b9:7bd20325ee17fe6db285cc879c1cd466','MPj@Juuq2ED݄$̣5Uk5/i>8E<CYa,LyAУpu][M!\\\"/d=^)1uOW^N?Q힕ZP%.H.Fj<z9D0Ի`PX7sZ6NfM~Z\"SPdtT','20250816225414','00000000000000000',NULL),('global:resourceloader-less:v1:79a8392665b0c688bb6ddee8d529adbd:7bd20325ee17fe6db285cc879c1cd466','TMo0Wp\r,`m\r=P KUIn/ҢhW0lGS+gKi\0|jdSE<j:&5\"tpc-\Z\Zm1м0\0^^Be(	mk&Kł.Kh}2iM@b#\ncN&Yuc]KPN^c<VEǽ:C_~oRd{=ip\r~܄uf<\n읱l$\nM4ҹφiB\n\ZSJjq\'4$OGu>3hu{FF`nUy>9O[vx,u QE\nVm;Wiׇ)BecwN4\r37\"tO:CtyVx	>yI#hd`wM2~͖x~B\\Ŭ(fS|M\'PXD','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:7aee15ebb851c4209f78a390397d05fb:7bd20325ee17fe6db285cc879c1cd466','VMo8WZh	ebLS#5M\n$e;w(*b6Iy3т>[ѣ$h$H\\\\\n	isɬEnJkP%\ZؾBp;\"[-,_F+FGVTڐh`cjfFxvyM\rHX0DӺx¸kTFo{+:JP9x{N/Z0OBx<iy!%0C\\O7t5%Y~x8qu\0d0% SzG+[ۡui<;H%ZCH˚-Z1~s-`۹;s^f7n\'GNݶu+/	[3\\ݪݭ0^WpJjQb\nJC?Vhi/\"}dl;6V%V~a޾TJb<_WKogϙPUA],x`B=L^e_\r;ݾ}BJHDPsқmXY\nFIU4F/>+TSL9)c\ZAp{_C!<ygy~}}qKڰPYV0@2oaek|A~}޻po8ϣ·_w4\rbf)}4)0tk8\Z;LWb+T<\n!z6^l:dOuB:|4ZSRBZ$\'I\'\\Ma7\\\nx6A$=.Uhtn)w^\r\n!e9d!/c,tجŕlm?:X(K@{Wߓ@_iT3[l-r\ZiUÔMYZ@u7cE/','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:7bba3d5270d95d640ac698953cccbdd6:7bd20325ee17fe6db285cc879c1cd466','UMo8W&A_QX`o{vLS#i`HN6ߡI&9 Y{3H=IQODyl(R$][F\r~%ϯ_vuu2ֱ\n= ʝsl0\rTPP0b*Dl]35h4W#APeh*0A٠\"\\i=e>n,?wP0ȝ\"rM}+!kŪfDu\r\ZgME(`n)jjmXx1:BȚpcʚ@#اOJw2lyT$\'8$_k`bVa\n`EY/iËP=.VSDC^vRgSFN^.V67\ZӬ;\'+e~1\nK~1iOjcӱg =p;F\\^C_p_;فNE/n^./\ruQ@2{|O׏tQO=#|nNE|\"x9OW\',yH\rI\"P]/Dl\\ sl\"5+do[EkEr&N&{RA-$HR<\'Ѹѻlw\\~iT%pa,\Z;}c~ϞFOy\"hzsr~_h7^|ö;ccV@,MOBL$$޿صGRJ$m<\\$b^U\ru6v%W:/^eY[','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:81a683158f5f15263635f4f5a838889c:678bc5bb3d384af7757361af0146dcdb','n0EQ\':Z@q,ҤS\nC҂hMKZ-B8]2͜Y-ʦѢ%!ʢ`R[`-ĈrIOm?:0iz!Ƈ?M]+:+NoB46d&T>Fߌv$yҭsQb\0>K{2qĬA\0b\n;	uڳd<ْN|o\nce }S2$LʫM\Z\ne\Z	5B`4|,P\'R *Ⱦ\ZyAODv4I|wl64̪Tx;\'sSժ,t^}̗Ţ,f˅^\\/','20250817033452','00000000000000000',NULL),('global:resourceloader-less:v1:81a683158f5f15263635f4f5a838889c:7bd20325ee17fe6db285cc879c1cd466','n0EQ\':Z@q,ҤS\nC҂hMKZ-B8]2͜Y-ʦѢ%!ʢ`R[`-ĈrIOm?:0iz!Ƈ?M]+:+NoB46d&T>Fߌv$yҭsQb\0>K{2qĬA\0b\n;	uڳd<ْN|o\nce }S2$LʫM\Z\ne\Z	5B`4|,P\'R *Ⱦ\ZyAODv4I|wl64̪Tx;\'sSժ,t^}̗Ţ,f˅^\\/','20250816233233','00000000000000000',NULL),('global:resourceloader-less:v1:8289776f03e0423f3e08e999aed4c18b:7bd20325ee17fe6db285cc879c1cd466','X[o6~ϯ\\Ӗ_b:b{(\ruIvC]-;uHG<߹_pcxZ/g`z&H%H(22KIζ>Lxs,\rf׏>䙶$a$4$\"l\'tdf\0qvH[w-p\r#>B	6q+qH*؃J Hc%4eN\'OP14g\nOEpTH22xEJ)Yy\0)\0ȯ\'&aJ	r\ne%b=ȭDNҜBd\'\0\rkP}A$E!Qh+2%)V$9ቜK~Z/ě,DB<̕hŐq\\g _fY*K#2L؞dhcP)>\\ν|O(ȱ^ʑ; v6сr#\0A4v\'DZ$B(DHb2\\QB]˺Fr[h1>`IPs\Z7Q/fAT V-u9K|XKy,UxOa	I(*}\\<2<vXB՜3i9C]Om4$%\"0k|ɞ΋\0MƵ7[+OƮtx#a{\Z5SuࠡuGE3OΡ2뜅*\Z+ydTET6cC0~YĩBqV?Z̈́?Wި\n] mǥ/PVO\nNVLÖ`UqlK\rRLeJCJtjmĘuF:t(\0z5Y*\Z+؀c7lXP[,NFzvӝ@N.%Lapku+)&}%27XK>\\!G\"HPܶ$>|[?\"И-2\"!VXZ&w\",s}MV]-@M,/KGb\'X̹r,ozQ<\r=BY-7WՋ]E=ACb2\\i\"5E[,.no@~sؠӛiKS?r--5P\'\")jANj(Tg\nNt^FX[\rQЦB0!%;3J#Og3{4<{^;N:?VLM\'Xֶ#ə1>tsW%^ίU2$bK5.lȔI>\"g\\bʭV*/4o+WkW?pK`(}?@1fZޏx-41^>=-/P@F>X%ݱAYD`ʳP짉ܣE\0p!079z?ࣣUt,PYE^b]_M\09zeA-\0xv\nK#Ua;	[)xͰٽ\02!GBV V3՚-n՜[o1gE\\z|y<\0','20250817014846','00000000000000000',NULL),('global:resourceloader-less:v1:83ab1c97f1709e0358264764412f47e6:7bd20325ee17fe6db285cc879c1cd466','TKo0W>;q\n66НZZ(2E>jt=đ(~?œO\rV^}ѿd?Ui˥SKKÂ[\\c߮oA`fP0\r+PP׵eo|XD*15h,Ozւ֡\nHpaY\r\rJ:E7P$ؼ@@qϷ<sT\\	4Q\Ze\"5׾J\Z\"A3f_ّc{Z[>l02=	!	VèjHҬjn\nph)%;4dVu]i(TKK]6`RrO>|w2_tr`zXI\"\"EcgY:Wqz˚`}وϣ\0$ O(\"NG\"#8	\rز6\nlF~x	Ϩ5\ZuJv@*k$CO28$Ѹ96^oUԨxgcp_H`lt/k?2}U%脠蹭w)ڄc-kS]l(^i0\Z::KqG2$ѻkTgʔ2i3߭PhX͢|\"\'4!Oe9a','20250816225340','00000000000000000',NULL),('global:resourceloader-less:v1:8a7760fa133c481cc259a90a1c8b5a23:7bd20325ee17fe6db285cc879c1cd466','͎\Z1<^ZԙeaٌJ}J=L\"2qB{3`)lYɅ<jiWj$b6~`ǜa=)G\Z\ZqQS㼵C1rsRY.*kR0	W-^mrzxyi2cIn41ӰTmV1igJc@NeW\Zw}z߃ҴgHT<{U`(X@T<_`KyP1Vk:[Q`JcWe51?;>xX_MPY|M27?貎R<#|xK{&emK.)[ޱ\"o+`S]6Ae2RN>`=V%|)SM;-7','20250817000526','00000000000000000',NULL),('global:resourceloader-less:v1:8ad8058b9092840cdd6c9dfc866df3f5:7bd20325ee17fe6db285cc879c1cd466','TM0ﯰ8!$xUz۪wc&(DɇV\na42D|QtѺPL-~jÃfv^4ڛZlND\rT9C]Z9_c\rNXx,~okkx<*L?[|\\!!Ht8=jCXM}ܵ\\Ѿ-^!}p{T=J8^(B\"ھ3@r@\\^$r*\r*3/^Tս\"I,Ҵd0Ң/1|\\BhZ7bAC8, 0AnAplߍےsxk{GxjmӤ>ط;`>P\rģq#ɆI}\r;dSr>}proy)Xt|LKZS=*Jfl2ŲLuE40i','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:8b0ea6ff07336e93a79a172da91801e4:3d046d3873f6206279f049a8fa62aac7','mRK0WڤiýXy8DRwvY\\|	{uf$sc^nU2N\'0]a؟n\0u9\rz y=4Xit v=\njx G%~]W^\Zx2\'__ɲ@j`jUEۑr4ևq\"|bS~\ZSʏha\"wrA{6M)a,CFT\Z\r/axLzo>Y{㖎Zzn~!P(\n\rC#27ԉÃU@yQj3_,zE\\/ynmQf6wtXl\\eZ[Rx04a5l.\rRy o%sz7L~$p7*k/7>^X%!r^)=ڷ\ny6\0$X:O\np__1&;T:_X-U\"ɮT','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:8b0ea6ff07336e93a79a172da91801e4:50d1f08abc99dc74fa810d2eb8ae1929','mRK0WڤiýXy8DRwvY\\|	{uf$sc^nU2N\'0]a؟n\0u9\rz y=4Xit v=\njx G%~]W^\Zx2\'__ɲ@j`jUEۑr4ևq\"|bS~\ZSʏha\"wrA{6M)a,CFT\Z\r/axLzo>Y{㖎Zzn~!P(\n\rC#27ԉÃU@yQj3_,zE\\/ynmQf6wtXl\\eZ[Rx04a5l.\rRy o%sz7L~$p7*k/7>^X%!r^)=ڷ\ny6\0$X:O\np__1&;T:_X-U\"ɮT','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:8b0ea6ff07336e93a79a172da91801e4:8086c131266a7da3ead4d8ff8b35c689','mRK0WڤiýXy8DRwvY\\|	{uf$sc^nU2N\'0]a؟n\0u9\rz y=4Xit v=\njx G%~]W^\Zx2\'__ɲ@j`jUEۑr4ևq\"|bS~\ZSʏha\"wrA{6M)a,CFT\Z\r/axLzo>Y{㖎Zzn~!P(\n\rC#27ԉÃU@yQj3_,zE\\/ynmQf6wtXl\\eZ[Rx04a5l.\rRy o%sz7L~$p7*k/7>^X%!r^)=ڷ\ny6\0$X:O\np__1&;T:_X-U\"ɮT','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:8b0ea6ff07336e93a79a172da91801e4:974d0e85d3f251fd1769831868d8837a','mRK0WڤiýXy8DRwvY\\|	{uf$sc^nU2N\'0]a؟n\0u9\rz y=4Xit v=\njx G%~]W^\Zx2\'__ɲ@j`jUEۑr4ևq\"|bS~\ZSʏha\"wrA{6M)a,CFT\Z\r/axLzo>Y{㖎Zzn~!P(\n\rC#27ԉÃU@yQj3_,zE\\/ynmQf6wtXl\\eZ[Rx04a5l.\rRy o%sz7L~$p7*k/7>^X%!r^)=ڷ\ny6\0$X:O\np__1&;T:_X-U\"ɮT','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:8b0ea6ff07336e93a79a172da91801e4:f9c40093637d8d115955758a3ead09ea','mRK0WڤiýXy8DRwvY\\|	{uf$sc^nU2N\'0]a؟n\0u9\rz y=4Xit v=\njx G%~]W^\Zx2\'__ɲ@j`jUEۑr4ևq\"|bS~\ZSʏha\"wrA{6M)a,CFT\Z\r/axLzo>Y{㖎Zzn~!P(\n\rC#27ԉÃU@yQj3_,zE\\/ynmQf6wtXl\\eZ[Rx04a5l.\rRy o%sz7L~$p7*k/7>^X%!r^)=ڷ\ny6\0$X:O\np__1&;T:_X-U\"ɮT','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:8b4f39627dc38ef15ae98054443e6024:7bd20325ee17fe6db285cc879c1cd466','\n >ݒ]֧DH %k(JK{Yf+#;fOǪ1S\Zlíe5n.L\n>uØx1ˬ(XxtG1=szE+y[6n#(u','20250817000526','00000000000000000',NULL),('global:resourceloader-less:v1:8c6c6ddf22cd1c1ffb16347fdea58819:3d046d3873f6206279f049a8fa62aac7','M1\n0ݧ0Μv|A1j\"pP{t>HHp	+=r&8Հ\n~;%SXx2ϴ*m.Mlk+5ccU.ZŅB	Xei','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:8c6c6ddf22cd1c1ffb16347fdea58819:8086c131266a7da3ead4d8ff8b35c689','M1\n0ݧ0Μv|A1j\"pP{t>HHp	+=r&8Հ\n~;%SXx2ϴ*m.Mlk+5ccU.ZŅB	Xei','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:8c6c6ddf22cd1c1ffb16347fdea58819:f9c40093637d8d115955758a3ead09ea','M1\n0ݧ0Μv|A1j\"pP{t>HHp	+=r&8Հ\n~;%SXx2ϴ*m.Mlk+5ccU.ZŅB	Xei','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:8e0bba41cf5eec1fba31d1552c1f04cd:7bd20325ee17fe6db285cc879c1cd466','K2.JJVfVJzE)E%!%\n\\\n\niy%řUV\n&\\\\pE\n`UEyV\n yaVJi9@kL23k','20250817032641','00000000000000000',NULL),('global:resourceloader-less:v1:8e3ae5b724c8dac2364245bbb992c0ec:7bd20325ee17fe6db285cc879c1cd466','UKo0Wu^U0`laA阈lǊQv;DbH)qm\'P3+x*>Ѳ50zKaQڱB:,( E%J(\Zxu%Ӱj˾r:i,xvOp90L\r{aYՠt<E[Z*2I7W9_^\Z2UUCG(Ś׊HgZ Wr;wLxa>c{˪qLykvcTR\nhښZʐ`g6wXG\r25lͥZ.jӔ)WF{mT1\'?.˲SIf(5\"w͍N }%@RANJn#n#U.-\"xOO:WBX֘\n=b(d;S	jʊv7Ιr;*G^gbRT(Pj#@SC8(\"N\"ۆ]k0\'`>?=f(bD\"[dXR$@rI$\Z2)l7^oU3רxg4Y|c>ݟO dLr:&h2~6\Zj˽xʺZn\rL76ç4KE%>T{sO\reJԦr_əY35c9&Qh\"D7','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:908014e19dd5ba40617497a68f6bdb32:3d046d3873f6206279f049a8fa62aac7','Tn0+-f$m!ZEȒ+L{)\0PA^$|ʭ|\rX!, 7OOrQ(2yQA#ybYox-\0\"@[+]sߵ݅dٮzz7Z%:KAm,o!P=FN\\4JiJXp.%ĥIߖ\nqr!3Kж#,;Z~.T̩7&m%TΨ$ղDGX|(\rG^[^Oy}9YD	wQ8U8Or=IP䒊Q7+Ay\rCVVn\nc8$\ZHAuos=6+&rΜɋ0!ŕɸs{V-gMAq\nWIk4RrcNѻk3	wu;co\nCǴ.Sʺ^\nyȝ=u:ּq8k<PW|1&ga\Z&q9dO_/c`Mnd!vtBtihNjyN?s6W$?Gt>E\rr-_ 혥EYu9','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:908014e19dd5ba40617497a68f6bdb32:8086c131266a7da3ead4d8ff8b35c689','Tn0+-f$m!ZEȒ+L{)\0PA^$|ʭ|\rX!, 7OOrQ(2yQA#ybYox-\0\"@[+]sߵ݅dٮzz7Z%:KAm,o!P=FN\\4JiJXp.%ĥIߖ\nqr!3Kж#,;Z~.T̩7&m%TΨ$ղDGX|(\rG^[^Oy}9YD	wQ8U8Or=IP䒊Q7+Ay\rCVVn\nc8$\ZHAuos=6+&rΜɋ0!ŕɸs{V-gMAq\nWIk4RrcNѻk3	wu;co\nCǴ.Sʺ^\nyȝ=u:ּq8k<PW|1&ga\Z&q9dO_/c`Mnd!vtBtihNjyN?s6W$?Gt>E\rr-_ 혥EYu9','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:908014e19dd5ba40617497a68f6bdb32:974d0e85d3f251fd1769831868d8837a','Tn0+-f$m!ZEȒ+L{)\0PA^$|ʭ|\rX!, 7OOrQ(2yQA#ybYox-\0\"@[+]sߵ݅dٮzz7Z%:KAm,o!P=FN\\4JiJXp.%ĥIߖ\nqr!3Kж#,;Z~.T̩7&m%TΨ$ղDGX|(\rG^[^Oy}9YD	wQ8U8Or=IP䒊Q7+Ay\rCVVn\nc8$\ZHAuos=6+&rΜɋ0!ŕɸs{V-gMAq\nWIk4RrcNѻk3	wu;co\nCǴ.Sʺ^\nyȝ=u:ּq8k<PW|1&ga\Z&q9dO_/c`Mnd!vtBtihNjyN?s6W$?Gt>E\rr-_ 혥EYu9','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:908014e19dd5ba40617497a68f6bdb32:f9c40093637d8d115955758a3ead09ea','Tn0+-f$m!ZEȒ+L{)\0PA^$|ʭ|\rX!, 7OOrQ(2yQA#ybYox-\0\"@[+]sߵ݅dٮzz7Z%:KAm,o!P=FN\\4JiJXp.%ĥIߖ\nqr!3Kж#,;Z~.T̩7&m%TΨ$ղDGX|(\rG^[^Oy}9YD	wQ8U8Or=IP䒊Q7+Ay\rCVVn\nc8$\ZHAuos=6+&rΜɋ0!ŕɸs{V-gMAq\nWIk4RrcNѻk3	wu;co\nCǴ.Sʺ^\nyȝ=u:ּq8k<PW|1&ga\Z&q9dO_/c`Mnd!vtBtihNjyN?s6W$?Gt>E\rr-_ 혥EYu9','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:908f1542d7577e41a9105cb10bec20a3:678bc5bb3d384af7757361af0146dcdb','Uo6~_%U_MSnnҮXݳl5Y2$IQ~$.vk&ŏ?Ҕ3g97rb, 9ᄝRXa,[אTs)\n}t(9INOpa0}*/ѱZtr&̂!bQrA=xGd_ՇǪ6ֳJUBnq(-Tџ{%hv\Z주&ܲkOre=LbR38|QE`6K)<,\0J띎S&-Ƶ\rY۳Հ멦:\\qHPHv]b.z0cΉht&:ـvVVhV⁖;cMSHP@vM9J߶^X%[pJ3׍󦺳k][ըrN&d4ldo*wW4?Xшs_\nv>˿|Ԡ:G-o8\nK]c`+z	<^:)\n0?\rL	Er4O\\딆)}cڽ+BR?xў	jOot8!\rGtl!oW5WP,p%]xZZƢ\"~+ؤF庄lKx,ìI=uf>45aP6}!,>=Nn9鞑R<b*q&]b3%u>B1	.lJl?LȤ0M\r\nwm|u*xk;(|>~=9bAoK?@3m_\"$VBgWks8di=Q.T+˿ȴx{$tUB\"@PbPJWa\\M/gb9tKx9L|','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:908f1542d7577e41a9105cb10bec20a3:7bd20325ee17fe6db285cc879c1cd466','UMo0Whe8i\ZzvIeȲaub}b$iץúX\"HJRŽGVF볕i4k5[UPj-^C\r~;hY\ZKvsZ1,vN%* Evfp\'k;<Na\ZRWP4~3T\n)Zv:T1KE,Ҿb\rA܍ܕl*vcTЖ\\e_uJ\ZНi\nԽ?)jKZ\0RXC[eJCAc$Fr\')\r,+4&nCLWQf;J㈐`\nx0Cj\\\n+hֲ?a\Z\rאͪKR_N;\n4/4@4P[F\'7*sPO~XìtMO30hxTFԸO8yaȋqbH^)\Zl\nl|\Z,^9D1H@VF#ȅhLbUza&Ѩ~>|\nb&gxa!;ˏDI\"υ(t<;[?>-K\Z(P76?_2#WnPQ\0?4A(6m|!BN/D-p:i:[x1dvI1?','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:91695d2875495ba9083d41cd271e5738:7bd20325ee17fe6db285cc879c1cd466','TM0+T&	Fz魷ڳc2±ᣫݰ~@C{fyf8;H8-[,,%8~9@UƓ{QmHT)	|\rі7]jŁR#u*_*\"BA<$`<ugA`2{JwN9ZsUsqcVQ+ؿ@(s0v(\"tZ)v ʓ!hHdo]{KFfYRT#k_3#P/̳H\\E5ʵڻAXmFo(6ԵME&?j.%5#(tTuC*P*Xy-;m<j&W⿎bnlk$}ɹ\ZSr|X.6R5\ZY\rL!U!R~mVX۞4ewαCت1޼m\\|u	,\r,:FHzq Ih(bak\n!nC \'&q6L\Zq?P\'0oS Ydj 3Nfciӟ_hG?8l[Wŵ\"`=mbIH2ְXZ\n%%Wӳ2GYTrWYE,&idb&T\\r2C_','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:931c9a5ce12cef96fe18d32b010bcd1b:7bd20325ee17fe6db285cc879c1cd466','V]8}_aeɨBHվCVUhl`dd2^:	²8{7nmU6nn\r\\%(I~DjqbІ*)azq`X]<ϱ5Qr|!꺵/~WJ¸$BXwRRA\0;X<Z1ՑAQf$ b\'pEH-7aժuN7	tø$\n} H\rkF+3CPP&nJU(}H	ġPy@lFj]nuLGePL.0!dB1F8QS~zD趬.)EsqUNy:\\3;iӕ=sm4Hܡ/\nCvMio\\+mm@~KV6~gt[~Q|bGТ(:OjJf^\n\\*̇IVďG-oC=nw\Z-2A7Tɯqϯj8DadyrXth*ͱ[&\0| |F1.<ķkzśO7-PV=ǟ\ZI,uj&HcU?!&\rdJc}r![F,d~Lr}B(URo:ޮ$d3l=@1Ŧ{\riuk!ϸwAς-d*f#5)!*7,=ItI ƻ7&isho;c_GG#~E_~ن=ӆrx!餐נk}?O_Yb۩)~1\rI<Kۨ;,찠^\"~TxS<0|G_җ[f%<]q<7abQ\"[I֫1?\0','20250816230403','00000000000000000',NULL),('global:resourceloader-less:v1:953710a714346e9c7ef76a20b5b1d5c8:1d37f978382d2702b83c49fa49390a2e','u\n0}%\'E\"YmHӒi/e.3q\ZQFt:O9Ku#c~KaK`́qlҬ[-L\'\'ɕ|G#G]mu}jNR/S掭)','20250816234952','00000000000000000',NULL),('global:resourceloader-less:v1:953710a714346e9c7ef76a20b5b1d5c8:678bc5bb3d384af7757361af0146dcdb','u\n0}%\'E\"YmHӒi/e.3q\ZQFt:O9Ku#c~KaK`́qlҬ[-L\'\'ɕ|G#G]mu}jNR/S掭)','20250817004337','00000000000000000',NULL),('global:resourceloader-less:v1:953710a714346e9c7ef76a20b5b1d5c8:7bd20325ee17fe6db285cc879c1cd466','u\n0}%\'E\"YmHӒi/e.3q\ZQFt:O9Ku#c~KaK`́qlҬ[-L\'\'ɕ|G#G]mu}jNR/S掭)','20250816230254','00000000000000000',NULL),('global:resourceloader-less:v1:953710a714346e9c7ef76a20b5b1d5c8:d4d06835a43357cd087fdc8037cb8822','u\n0}%\'E\"YmHӒi/e.3q\ZQFt:O9Ku#c~KaK`́qlҬ[-L\'\'ɕ|G#G]mu}jNR/S掭)','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:953710a714346e9c7ef76a20b5b1d5c8:d869d01281872168e4896a1ee1c06253','u\n0}%\'E\"YmHӒi/e.3q\ZQFt:O9Ku#c~KaK`́qlҬ[-L\'\'ɕ|G#G]mu}jNR/S掭)','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:9589bae34cac00df7a4084f9f22d5bf0:678bc5bb3d384af7757361af0146dcdb','Vn6}W6M-7(Hbm-HE\"!%ˎy9s#W_ܹK$$\'/Op/\\zėґB*qAj%)g2	bER]D`l,\r!gYzR1\0O`+,Gdɬdn	V.w<\".6n}آd|<Ɍ/IX+\'@&\\h_d@L.x:%\nҸ(` {xPp[V2i׊8	P2CrDԞrZ2O@yit7\\	yx,EЎ|7qhDP+\naCqzcĎK	 {M`M-mbV0*r=V`Pi)N}=![AؑPx\\92RIM]\0Y.˶J)ZѰ~,j\n~U(I^\n8X,9Z	afra)lPFtolI#FͰf7HD? ū]b}P,@uekO\ni>	<Xj@EWoDm\r!O72C\\̚:_0mY?/i4OğR[vx^>Eq\'/D[J=.GWdoa~|rR2nVGpǏ]dt|AڿQܻNfRRJ7]W#-b^{J175|[&b	C7h{5{u:֦+%3ouF\",@{cT@Ҭ4L;۩gן=eg2f7;Gp:ߦ8mя\n(0,\Z\"/z4\'eW:[\Z8.z<k>]C;\0pp~ëKoWx=Ma>&[1Ag\Z@rtd:@Gp6\05 Sl(%9NǤkd~кɔimg>wwJ`9j1UGLk˞%>H#+p]^-7?,kq5U4qfl=>BH<!h#[k:(+\\o/n&,Nnfխ|:O&','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:974d31f7123288538572ab21f7b2c19f:1d37f978382d2702b83c49fa49390a2e','Qk0+RkK^60A7>	I鍨jUp=;p%DCR\"&IX~.03jaV&pX*Bc_\'Z{ +9`/vɵ8\Zx+^	y5I DxN?Ϊ0)61I|Gd:y\'oN{!t\rjWenc/o=n\0P;\"_.]`Fqk.KIun,, \nGk/SφݗǴˤh$iEɥ','20250816234958','00000000000000000',NULL),('global:resourceloader-less:v1:974d31f7123288538572ab21f7b2c19f:7bd20325ee17fe6db285cc879c1cd466','Qk0+RkK^60A7>	I鍨jUp=;p%DCR\"&IX~.03jaV&pX*Bc_\'Z{ +9`/vɵ8\Zx+^	y5I DxN?Ϊ0)61I|Gd:y\'oN{!t\rjWenc/o=n\0P;\"_.]`Fqk.KIun,, \nGk/SφݗǴˤh$iEɥ','20250816225342','00000000000000000',NULL),('global:resourceloader-less:v1:974d31f7123288538572ab21f7b2c19f:d4d06835a43357cd087fdc8037cb8822','Qk0+RkK^60A7>	I鍨jUp=;p%DCR\"&IX~.03jaV&pX*Bc_\'Z{ +9`/vɵ8\Zx+^	y5I DxN?Ϊ0)61I|Gd:y\'oN{!t\rjWenc/o=n\0P;\"_.]`Fqk.KIun,, \nGk/SφݗǴˤh$iEɥ','20250816235056','00000000000000000',NULL),('global:resourceloader-less:v1:974d31f7123288538572ab21f7b2c19f:d869d01281872168e4896a1ee1c06253','Qk0+RkK^60A7>	I鍨jUp=;p%DCR\"&IX~.03jaV&pX*Bc_\'Z{ +9`/vɵ8\Zx+^	y5I DxN?Ϊ0)61I|Gd:y\'oN{!t\rjWenc/o=n\0P;\"_.]`Fqk.KIun,, \nGk/SφݗǴˤh$iEɥ','20250816235139','00000000000000000',NULL),('global:resourceloader-less:v1:97891653b0b858211862013e99920ac5:7bd20325ee17fe6db285cc879c1cd466','UN1=	:	M **Kxד]+^xI\"Ŀw\ZR%fg;⟢\"*$糹,WC-8T	LwQUj!PZ%\r\"ZQTVR=yqNqi6d{M0+f4~KB\nL^TED\'\"*W?vk\ZkQzbmVƁƥl&@RhW?+jp7fiZBcFM$	Jk~u?xBXCIÜwm`קjU{5=@<%f7k,W&3J*sZD#[)d*tN+Սrmd~3ۉ;$qpӽBtl&+8ʛlN\rC-+(z-,~I[JkHUP8~qE	v1u!P25aK]ܑ\"aV\"wҚS\\jUGr\0hOMG&趆3(}J,+CL90sn9Z=̍&@pZYg<ĮGy,iOtz~\rw&Ϡzț	\r&ʗI*%{:\nIv!>G)y.͉,ع<q/~mVfıl8w=ə,\ZEM~ń?]^ͮfjR_/./gOR','20250817032641','00000000000000000',NULL),('global:resourceloader-less:v1:995e7a931d09adf85a941c72c9fda679:7bd20325ee17fe6db285cc879c1cd466','SM0WX8G+Rgc0cF$JV*9\0󛱒Ky\"4QQHL6ej$V濊0lsQN׬\Z(Q\rØvա*PPCl>ߠG=aa\\?\nCDL%R3H)\rft{a3-8fT&6K4aL[c;	8ξIo2\0nk\'YaM|<̋9XQ[^YB(Jr擡%gDdNmqvSo\Z<dt#N%RBzn$@2Lbږ.\Z|zAϹ+|>7tp]\nrMH\Zd\n7fu~pwccgh{+S}ӶavY]j_y!gQoBFYE%:4Q\\:YLՋ','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:998ca10b9ba52ecef58fbfc2cd1e3712:4ad4b6fd499a78783d48db7cbd9b2dfa','Un6}WL@7qWދ7(:ujl\ZF+b)R)]#@O˗ڛ~\"9g̜x/~Ixx?;-ڡˏW>9[9q&SrK=$5gL5ۊS\'o9\"왚L݅엟_AO&F¥p!r&wȭH]ٮRjon-Z:K\r8\n(1k֎+8wlT݃FfL	̳\0i{pӭ2`4\"Q35MhiհȚ_LX	(HD.ʤ\r0~GZ\'Ӿ\'noxOMwq83cmwķt,hY&GR%*Ps5Y-?]n(;uXk\'[FxNG,\nm#˵É]&4`tC:654i*O\"AҫI(L\"<snߐ٥H[:gE5>j0y~^4fn\n%g<PO3:h;gbyҽ: $nb=zF[WzkrTd{膶|Q}.M֠yҸkMyțT F-h|,Z&<ĭ?MQ߫I_	=mĔ)5e\"umחJB0UM|2?Nmq.փ=Be\r\\73\'%*WNٜI\\0t*^KG3&JZPXJzoz\"BoWJ@9JIg\'8(E=:崀\0Ը_%XmRs!ot駶3vY)Η:-/iȥ	,0Nc%ReOzF#_wHA &lcvfk9\0\00:eXт=x̑\'uwN_@Yp\rA J&hsنjtu076Hfbo!:+D<\'dzӽgcxu%s~1rbe~CL\'1j>h̷W\Zw0\n/=*fcq `g~Gp4˲6','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:9cd1cb764d782d4fc4e98dac5768ad47:7bd20325ee17fe6db285cc879c1cd466','Vo6~_!dUirU10^e:E<IΏi;Nצmڻ{H`Q$OIQD|\r7P!n̯b0:?a2\0.2eL-|{|m <XtYIX傎Ym`#d0\\Yp/荘,7N!)Y\0k\"Ȍ&cFHƾ[KY\ZEj\'磓yDkFIoH:=9(!rzWka@~Xf`!Ֆ*i]53Bb(d	M\nkxm#t ׍DH#\0<A$W2FG[W`3<zQ2=/嚫GX\'V^|\rRG1EgwxXA.k*^ZmR-64lL.U|[\"kmpt<mشAC7-𘬘ydLAI!)A|tGX=ǫFN39[h/<5&N</fx,wk)iU$If?PTp]:C3:T8v6^t?Zsh^]O:e\ZwnaYCmVxxvL2RA^qЦR[Y,jDPv*JZݺX@ikIo4\\\Z)u>]܆\\Fs3sej!HG]?SǾ,[!xTT<=#]ha7+4)Qm6aM->7\rxwĀC}ZQ:oaԎz#l\0\nh?)h8jG5cgtiw2!\'`3*6^թъ<Aes-6SF\nO:|r|ӼZ\\A\"4x*^z:F1rEoɵf3b~-_k;&\'vB5A2$Yy>8q\\&Fo','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:9da55b9c8fe219b2fa5722fd77b14178:678bc5bb3d384af7757361af0146dcdb','UMo8WC ,ɱc\"(6m	gJ,%QPA)e[AN̛7oFCSg#Dgg\'p?~á7}.@It\0WjBWJ	T *45S`*wA/M0 K݌6I<?o|ukZ\"ՔBRȃZdZ( .ܢ]o7Q12J;kUo\n;H$?uZ*(\\H<iE#&$at؋G4D`˞U@q#ת֠&(M!:\0=J7I[4:GD^8m;{mZpf\ZB#|%wMS:`U,55g/}>º-W݃PT\\wL}kMӛm\n<?Jz\ZJZQZF!&$IȅrtR̵M8߭^FT :W\ZͲRYGmC\"cA蔍\rFښ8fqz\">?,Si?esP\n\\FzQVs2,tZAdhΩ+:r`8{Cf$Ϳ4V*KkREYRw!XE\\XφF\'j;qaqâ(N}D0n{֚\r:Ҕc:O	9āJr\'҇T IUJqGyLkQ8=B0%dQ\0߯]檠e1/AEu\rEovJ]	?IӋHJFq?g>WC.kI9|LYaF{6\",\\a~D^+ch{\nUnx}iZ=.tz.<pDsb&^!Z=OdK\"BN_v\\~Y%MXQuX/j۞i{YEt֊턠yZXaKiy:/qeI|fӹ2_N8O)?','20250817013707','00000000000000000',NULL),('global:resourceloader-less:v1:9da55b9c8fe219b2fa5722fd77b14178:7bd20325ee17fe6db285cc879c1cd466','Un0+hY3(ڢ\")5%\n$;\r]RG9H&;+jhNo\\rh64!t~6ʡJioj{c=j\rEI+b[Qۨ.fVRKmdA$:~\Z*F\"ƽ(2L9rFK:r:F	y(`Uִwv\Z[ C7&jS^bkM\\j1c)jUr}!ax\ZcXȘ?yiqgg#tP!zPBn!tз#\\VG-iō\r-`\\hLEzM(b3zLact=JU]MamL^;T1;fX&(ojP\"UdNG着D\'5RhIB@pw\'Es-m\ZbzgQ0`((BA8j]GW4\ro_\n<_#`%&ǖ4	*:`őхИrkѕvhJ499˟=abGy hUK.䎴j\rR+|1{Vt\"L#?{=Q2)+t|b#O2Wzp~H`oR+a`{;&\rsM8n&Ś-e*-,[՚/rV`','20250817032631','00000000000000000',NULL),('global:resourceloader-less:v1:a1950ddf21edbdf2c1c2a88c1040003d:3d046d3873f6206279f049a8fa62aac7','SMs0Wh%Tl0F[o.v,#	i&+ډ&@Ixrs։<-E36g?ZtF}ֳNzղz,@<n -ʀ[㢠slg\ZOPXw0߇&I,3\r=b5^zENB<0S:t`\',`O3*v^s5\nFq~=\rwc\r|fj]/u~\r\"@tbn0L[b\"YMstV:B$ZiF^%t,a)tK)`\"\'=IJå(jm`;{M~Qp\0yCR<H,2؂FW7{d\"\r\n]Ub7*\Zj9\ZYN}-bՠwx\nN?|?V?cY>\\j/,LcA_q^	^C!?&jntvUa6k/_kVv@*t;A_DW`RDE)eUdWI4Re2O:[o','20250816225333','00000000000000000',NULL),('global:resourceloader-less:v1:a1950ddf21edbdf2c1c2a88c1040003d:8086c131266a7da3ead4d8ff8b35c689','Rn0VzH\\V{no<*_;.7	^!DɎ*y36gz$֢`gguu\0{\\(F-GQԃa	l™l\r\ZOR$2CxњU>\rHKDAxn\".F7kv1JqB[A)Pq83\Z{%<ײ	=D\"8סl	YCB)4gb+z.*t*4v2R\ZvYf͓EI\r Xmy_$9%;E<]|we)~hl2iHcQ_؍^N-Di͍\n|WN(A?Gu4R3jeG5->V_&OzA}lrɓuzUlaS6ͦhj)AQ:p','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:a1950ddf21edbdf2c1c2a88c1040003d:974d0e85d3f251fd1769831868d8837a','UMo6WKDևQ.[E6hL#k`Hʎ7ޡ䯤mr-yofH|8~΍\\&,WW#d>)LBs(ɓ^AE\nU(P?o]-Y@%v+a6J><>i?|>Q\Z2\r;д\'\nKPr@Q_ӳ$_ Mxm<;p-˰ZhPBv_:ԚwX_CYLҳhw$\n^Y屽WX\rbǢA8աFD6[l#&x_JiIr=MTƤ%{F37n:x/ܟ,w\rΰLSmB@=87u|=Z\nr[y<XӢt4>#UT¹ޣ\rN;aFxܬ鴌J̓m<	y(\nϤU&?c%24m䑤&`jd搇M[GQrjtէVֵϹ!&C\r$b+L?DPP<\Z|>F?FYp~>mBym>6663-]0x;;l4[3[7,+)&IzI˰qCAt%jBQ\r|y>WJOyhݟvǛP?P簎Y\"Y7ݼ끏政eE=Qbo:Us	J\"\ZS#$?k>_4Y&Ve6+gbq0|E5g?','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:a1950ddf21edbdf2c1c2a88c1040003d:f9c40093637d8d115955758a3ead09ea','n0yT@Y9&nHڻ8iToZL)Q#l9^O}*-\\Bo\'0xZ-~.=R\nsK4Qy)A˙ N@G61/v9IPphXK8np\'ŠYt+$aQ[~TB.׬wPJpddBk_<*tjΨd@ah	,<kHw1O.b.XҷIMG}eS5	=]q矈&;bk\'v8/ungvx19%0rp3o}ތQE׶fXnzhjC4Fwrcx3','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:a20b7bd1066c4ecab0af4d591d3d4117:8086c131266a7da3ead4d8ff8b35c689','Vo0~_a2BEu4i{@8NsGvcM\"hwI?)sRT0`/vOP}KA8C柠/L)Y!F4E\nS{K\"DY,G3B,,N\"TÒǀ~C%v@i15 \r(F\\#\"W$L#CPgTSNYJŤ/J]\Z^M_wau&t1:\rG)p-UIk1 KnZfe9èMes-{j9Go.P`5L\"	T`Dci$!FX7e#,ud;?9pe>Y71TVF0RNON,36;imܙН\"KgwތήT<WGe-:j%K_?;sfZ<E}7zs*Xq=ubwaj|?Ga<w;\'\rg#33|\0{vQA=)QJjD1Eѩɛ(c\r,1KHܒ_p*b2X[/ʈ7{;иΎN^;\r[Ưҽ2&בq\rGGs]Ï,*6q8y4-\'T^JTj$<pMƃ]QtяƔ2:$p46>','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:a4c39041f27a2d7cfae246527f6b8b9f:d869d01281872168e4896a1ee1c06253','\n0}e_DBbK70a(U\rKo%ʺl=%S啍_Uodc4]3xqCx\n:','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:a84b03774b16dc919b39a7cdb00db4c8:7bd20325ee17fe6db285cc879c1cd466','Vn8}W.&AhI4(>hi`JHv\ZwHvzsG3gns6aoCapeYXL0K֠$\'\'AnqNTd\rֲ\0\rі๒vz]%dW\nZW~_۰\\%	$TM\rAIX$`B6;Ѝ={G!\ZɕZFnAh9V4q@HŦ4k\n*҆EK9EDvR&GZe/(J(RŊR+Y/qȝ14ZKq4&sqqq6>S\"l\r:**PEXsSBC\\;FRrЄ3BT9]3eQXm&1z[2Fp]I(+$gѝwN>Ȣ1fˋ#D#ڂ/Z|U0w\'rm\nih1ut{7߆߸}t{bt5B]1q\'D̔͜R6z~hs!濩=#3\"i`$WZlD\\CI\nmG/f!dt:yقT0^Aj}l4$54$(ǨHpru#B3]sx[\r*c_򄗯^%~\\ ޡLBxj	!Op(S7,.ϓ}Im1ƒWJUzKh<X<{36g gK,E~$NIwFH?;8ŒG\nXM-dx	k)w{9<\Z԰|Â]@(;OP}nm8:S {\'H-9N9_8q=ǢluT#m\'e\'F\"\n%=	}eÊʗd̆%T,דt6٬/t|>ߡ','20250816225412','00000000000000000',NULL),('global:resourceloader-less:v1:a9729d143a59c0355bac93971cea5e03:8086c131266a7da3ead4d8ff8b35c689','[r8}W`\"**oLqτ{c쉎ؗ1Hh\0Tm&\0 u=O\nU(\"$2OLt1[|\"\\Ln\'%rI<cO&%y)*Er,EE,ty(yii1?lRV_D!\nqT_3C\'Dm2^ .GHX4XD2(R:BkV$WY%hEW	!O^$`oP <3LSZ>~1-0Q%6U2D*U=*2	HTP	[S#ǬlA<olUQZb\Z,LUn-d	={K!9KfVX!E%2TI-D[_EZ\\Z$zD4+P(k)K=?=@\'Vbr~W{%?\'wUWZ<N)Y\nýg\"oS)\\!VdUo%D|O>rN=vf`\0kOW\"s+.bQ(JۄlxO_놜V+^,|,i/7A$vj_e=ƴ?<,|h|ɂ\\.K\n4v-_>)2KJ)CSk3ZAg0+Պ3cpnƊkl>tT[Nʌn$`K̩VAZ(Ȑ8_ pJ:g\0\ZxsXzmt44FK\0,H-O|Ĩ(K%EB\\Lb܈Zo(\nH@5K؞&[BAA	و\"+A\"S#w\nx7J\\7JO!<0q5j$l4{ഴ75rl4r=z8C|S0?aY͔HgQHQڠ	|\'k2&3tے6*N@e[\0s\npLE/Wh[E˒U$q!I8Bs^uPxOaS\n!L\nNl\nė\ZSL 7Ugͯ.]}Bs4NK\nσJZ\0-8Ȝf~%oژn?\09\r\n0D+Q֊ÈoX*{sp9JU(+b%\nvVM8t\nlIÿu;p;\rܬXJAd	XY1uc 	_@K$K4໤ufk@ØLov0yB{s]1\04k⸞ZhoUS@*o:5{Hzwe4*I*%[^\0<\ZΛn#6nߥXiww_V@q0vxL E&3Pvv3}јnnȊ\'mP\Z~:(	x{Pb)Z\n0&;Y\0C\\毎h)rP3vn\00CeCK[ui筙b,h\0#\"DH<00\n	l\"igCY~tf`g&V#V\Zs\Z_I<H $$]\0\r\\	!ltuQUuj˟j%5PڰPϝ\Z:P!!he)tYECgAj\"۶x3|UU)vM=k҄#-ia6&_wgŞs-wux 	V6rX]q$B2Zba!)>hk\'H#\0܊G5#D \r\r~04-6ص3QXENag-^\0;D\0+V5ccixPUfPQ(\n\r(NIӰVՖ|cwReF#&\n	1=/\0:TPJtTl <GR͙_&֕ @wl7}\n*ހ6>/{hDxyuQą-+^)v8@_Z\09ɢMO<d\"O6*!2@h05Vp!CuMAnofns)cX\ZPe!F^6Q2uqAn)\rˁzL!Ղ(2sMVfmqH7K3\ZaWxv:|^6X6fU\rD\0\0ctm;^n^MsLGR;&L]*dCJ4a^6haY\r\0TFИ,bb\nVKǷ ϒa[,1k+P 7̱ƔC>Vu	3iJVqHEt%x\"@I\nZ	YX]ih2L>MýpTU)a\Z$m2\n0rZK\Zg? avozE&/XN.7G|/1*CD}4=}+X/	l4rq/ל֞Oj[Vc&a1VH^:ύs:xhl$Bv_):*&+p\nslٮ\Z$~qʩoRPd͚o4s5Z	߾vݯe|[Z<h\rXSolX+cSUg~eHJ|605~H,r;` *^J̈+$OtnbHFe%uvҾgSLHzSDkr S\nӯ{O<7<zѩim?y+SPY1snD$?snms⛃\'ċ=`A\'޼3ۃ\rnȈ~ٳ!0{<^ΐ4[VcR`y)GGD\nd :v(uʨ`a)Bgj\'\\\Z~hDoKg> bzn.`6ts4| [Xir`2\rzxym#m\Z2ܑcm\"i#\\	UԔ{Θ	ArߌM :AMQ1^aW>P;jtnWKnuҖH*\rYE\nX^tbsn	&ܜ?3W:63Tt<}x:v`o\')E#{EU5x	vCeB̮vRqj-s>#4֐|@|@xh(vMypN\Z/՟cLAW(vyA:uY\r\0CȰ!FG:@stGlտx9}aJ;O^)vU\rTx<)~eaYhx)=q`Z@dlevi&RB%MJ\'wfx\Z4+\n]z@/֋weWwp뼭qqg@qF:ּ#@uƃR}kGN ,\\9D<=5C)9c2{Ǉ=1:S\ZnaJGm/!}x-u=?]![F\"za	v4|❃ppoȶs{tбß[qSٿ\'ǯ_Ay#nn8nXww:weSXzǏM(G@aqksC}i:Di3L-tى,}}O!\ZԙA\0j&\'4p	\'2LIi6y|o>o_i[6/RVq[\"}tx(kyQ46zIt_\nD0>CY=ӗյ|=\r6%HA}KKK:;S`1A\\ҥi`^;!F~?a<\Zę,t!^sħ%u3xCzD[ \'hcKСJO^5}QЦiپ$R)\\&.`ْ#RuZmRyӴ-C;C\"#\Z l])^+<֌J/srϵo.vJǽ6[OV ?| noOዎx]Sp\n,kvHZkc\nT$~YTLI}\"09f!+Rf=ꫧ?2{%/,~ؽwi]4{殬7=\nj7#}\r	dA|Ao߃{M\04âxn.B1Ӯv	~wk.Zgw)9jD]*Fw/^ҾD]F_jGS⢕ [dkPhGF9AYGϡ||V#\\ks;;27n֧Dnp\"9\Zr󯎫\0	1XfL];>>yz\ngȾ	~GXۦ5}Ž8\\m~ԸW貸HL$fЛMdݽ&t:qM<M7','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:a9c89f9479cc08a9ec9a1f25d4622e09:7bd20325ee17fe6db285cc879c1cd466','UMo6WeF;V E=lb6g\ZY)R );F흡d;N,Rg\rgG~t$ϯ(=;ag.l2VYZJh~/	SvnkagZyV)\rSMk]`\r1EQkTcTfNBϺ4,ܰ@D}<ϫ>B\rLȠV\"\n	`,!)\'긃Q(*S\"(k^I\'̍MV`J|kT̇\0%\Zu\rVH`ZcZZ(!0e=M }\0E\nb$7$2ˎb\'aN1ޜ|8MyL0\ZH$)ǠO@נuର$<ukuh>()K\rtMo]mue:.3OI49QPl>˲ӭ{84vY,;i\ZP/</Ot8?-S6Nr*))h^G@ݙ=Y)<uDtnP3c\rU!$\r6eh;_S(= ʿӼR?*	/LaKJ\"3|j8VOy{-5QQ%oT5~9F,71ml`/֔s\nӠެY;5v㡑~Eh[p\\@[mjw<I*Mm.Ary;x5KD.L c-1&VKn\")tçIpļVe9-iU-eXuY20X4aEٯ]s4D#U8dQw4i?yRvNOII=nY9퉼ɞPN=LhUҢi߸HڮJ&>E,{Naq03׸7O;z%9u=1`-w)+:lsv!;q<&.Y68#&3G5U􂏦b^A5Wz.UMt*','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:a9dd1832f6e87d0c9fd2ea2df0f9d415:7bd20325ee17fe6db285cc879c1cd466','TMo0WXE5J{*u{v쁌p(@Qv@J5͗H[y>Q<\ZݱS!\Z`)_oovҩ-lǢ\Z4\rpL+lk١,\r_M\r3jr1Dp0\rL\Z#Fnk`F\nԃɡ86{\\oxd^m۷P/;wKl`S_nojYT8S؎˙,cRkl\'tWepu?-t[eNrl&\"ɳ8g]u:g`n%}Z#ƪU]X\rrj6֍ؙZ^Q;34S,e	Ҭc\Z\"QXR$lI*09|P|\\0nKb\ZB\":Q}aѰqGY ,ce55oҠ;xx:\'ls\Z?`t[骣,ɿr\r:d~1ņᵽSu?T2\n<?jB	ݓ|\\ETI¸%3febLTN3=/TD','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:a9fc407c958fef79656a951a95d1c5a6:4a463c91f8cceadf1c7b4c90a07a2db2','VYo6~ Hv3(6hчh_\nDI)R ) 3$>r4@r87=:3̜9\rq~\\:*AP\"LqhýVQ4Fot\n9yW\"XOjƒa-r;czVz7_7D=]%4QنL/*/тᙗ+p\r5\r(yERB{߈-vmJN\\I\0B5P\riY|PktCVg# R/wZW\\ Y9C\0<(7u\rfl2^AB$dhJi׾}DL};{\0+/uj\Zq@2`	YVԨQ2pp޶!W\"\'sy7xq-j06j95O9gb\0c\0sPw\n隷36\rh/)0ēԨ:hklԚtBpZ \"Lj@8Fx\rj>\"*XjL.h*sɈS?Pn^!lYZꜾJ!]Y1ĸ\Z0*uHܬmFZ\nB\0ueꮺ	F?	P|8)aSekg}I0\"=W2;;(닇dVt\'T ~	|I\nBKhڡ!zիwNOtkS0l1M#:\ZV@-;v\Z\ZIdƆTR*3Cؕzښ2YƞqSL5z^|عt#\'u/2]Tg/ CWXN(tz	PÜ婷u-sht7=ʽ,O烒f[Ԁˌ\rqU	{l\rqEpv\0jLy#ڮ;ʝdhkΆϊhE[埕Ĩ%~rm 2[^<mq_`H\'<ZoUg܉gGf#ހhrfX{`Gi=-T몽Qڞ=BzOge-ʽ*|8Ha]՚lL:)DdI\"ٜ\'I\0\0','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:a9fc407c958fef79656a951a95d1c5a6:f732f20840bfdf57160bf8ec5c79b31d','Vn8}W6mvNvihݗ4S%9Nl\'IK\r9gf\\HLe]2_\'sN\\:*`dX)`5;No}7?\'>r^0_J\n`jʙ{,\Z\n)&um2z\Z!dZ~/>ײ>+Y/*4!r)d%xZ;{lƝ66,5dYghN.4D\\߃́GH7 ]B]d\\C!*`PkꮥLZµP\'Jb\'M%%yya&oݰ!!ڱ[dq0gMS 3`\0sO}>x Bp$\nC37yS}ezT:\r_qUr{\"sBoY\0B\njkVTvۭw:,8bVePz\nQi|CT7ctspfc-	m;\"1uS:ڻ\ZIBZz2r(}kfFPz_r?8֑!NOq\rZ,`p26(91\rIZZG՚ӷo[5YKN\n`5*,aiB2OY#&/@]KC/ӥq\r!	X\nZf<LT)V<TfR-~,5Xed(NM\r7$K^\\w\ZWfi!oh\r{xG#f?bO?+`]-0kmK*& a%=Ryepww6֓Y-Y܌ZQp\'2CÔJ/\0A3CC,!h_L<NVot?]mp7H· JHh1hKG%l$ȌQ°ҀKiQ*N׷,qgzĵu3yC(Ε<0\n\'Pҕf=*n8%n1)x=GhA}ĶEN/jzqhotj78	ݣJvTTXQ߁\\`sޞE#WzΒ=)+qU&c\'I/F;&ݿ]1zػ9Y\'{ggPr(DPdB  J#\ZQ%7m5֌x#۪OQb:>}pq1}\'TyȌt9W:}dT-)KhG;</TpVr/m6/\\޼pGoAnAdݹoT++VXY6;Wqz\":','20250817042052','00000000000000000',NULL),('global:resourceloader-less:v1:aa05862902e32f888764b1ab2858c08b:1d37f978382d2702b83c49fa49390a2e','XYo7~PDvŽtzNݢF.%WI\Z(rEb9|sr1ѝ\'ҙhq]\\t:7nNǴ%\\b*<c=2F%,\ZdbW^;^0Y@.y64~la)yU\n9Uq\nRK\Z2&]Z?Pa괓}k/J*؂ۖRZ$K`FevwZ!vS{gJ!`?ĠLEk3dO\rD-[/jiӜAɽ(e&D\\h`Rrh3$\"	FST<xT񲰻7e6XCTdtmmL%EԒ=%Y1~-؜	d̃La$mGOI禖oEY1xkUge<HhU1*h3`9ܝRfd<,\"IN`Tm&3gd%o3\"8&kq\"t	1v`<s#D3A\n],#L}Fېx\\cBRܢ؃Ht rcFӆHxi1cn#	Ede+ff$(QOFLx-f\n:KlT.	Y9Q<ur!ʺH9bc2}JKnݜnC=F87?0YGOz^xhV]4Ds4bb3U~`/wWZ;?Kο\rn-*\Z\'W7y6|{3Y!T*zn)^-<1̪cŕNS(xrs!yx]&Wλ`\0lGap~\'c\\	B\\`C0̊pW/^4ZaZjWזpK$fMݲ1W۶7S}%\0\07N6dVc,\"̔>`hjG!MCY;J`&~;w%E IkTh\0nQ&+u5{	x^	O#=_K8w?́=W۷d,6V;XEPg=UyǄ\"SZIǐgFnet#1MgL3qM+݀>Oyhyy@\"~%asZg$ >Hg^M/e<&csfg]Bu۸75}TjEGyuI?(kEY-䓰=hj[{b[{&\r=\Z9)ι~93II~<&9d0d\0y','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:aa377cb668a9cceb4eba5b8900ac0849:3d046d3873f6206279f049a8fa62aac7','Sn0+lKB@/w\Z[S4ȿw(v	-|{Vz&~$(Yʗ@į\ZIlЂ?<=	l\rb[4P>ǴC7>ui|Su58aaY1F5m@JLMHP8[肬t 4)\n\\~J7pHa<%Vpz26Gi,#+_+ĴY@eegAxMDn)1k:ΡˆַJp{}8&E^1;bj%t|S1 }HuE^1-п֛]~*Z3	\\%J/v-Zݎҏg`j\ZCd݅5oިTѝ\rwYXWpJ<|wE#/؍|L&\"[\'y=v%w4\'RD&ula\r<-+8؎}mL+ :XëתZS-dŬ\\f&EE5_<[=K','20250816225333','00000000000000000',NULL),('global:resourceloader-less:v1:aa377cb668a9cceb4eba5b8900ac0849:8086c131266a7da3ead4d8ff8b35c689','Rю0|WXDIQ\r!HS,ac#$Fﵹ4JD`ƞgą+RDюD\"J[-kP_~\0îcteK50(C/AԂa?߭=-Y`^5h4HAdBM\rI\\w\Z+n7pN2cKZ\nfm6N\\Yr4|ͯ&^c:6G#-u\nvrأlG\Zб}AYm2v`rt6Rnx8hP\\iI{S}K{_d:ZD!6qA`QmJE@vPr1<4ڡH)\n4\'*54r.\n\"GUl\rs:~4*Yhc?8t®	0w#`3jYUsvt#W)VR$[h]4m[dUIR)PQ uQz_','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:aa377cb668a9cceb4eba5b8900ac0849:f9c40093637d8d115955758a3ead09ea','Sێ0}+}m蝲ea M]j&Nf:V\Z\r\ZU쓜cѪTg_b-GEEPx`!A\nhRtz\'^3W%a\0y!K~Syb9.\r,\\,oӊqǖvr\0\rA|UQO;tJd\nF_~RbYuL؅A	=]|Vtp\n2#,\'i&L݊}\n[>f*7V:\"Q\04tUOe5٢ʣJ=z=!RDQb\Z)񄎮<̭E#؝^2ʾsӐΩӔO|%!1|S#Ϩ8/kA7[!9<\n~3\r7;Tɠi>34eiJ7yBgeEatM}9\0','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:acdf3c940d87ad0c61fef7b56f579202:678bc5bb3d384af7757361af0146dcdb','ks6{~NԠIיk:kw3\01_%Hv&\0)QjL\"[}T3O~|g]Ky7/~{8A4(De14bzFY&n=\nrєY(Jo0]ER/1~_E_GI%JHhG	,AfU$SRDdSqD\"Ji1%?JkIN6K4+2$%\Zge(hZZbQee~-o(h@N9$\r\Z~uU)(A\ZM\\Q֒Z|S,*8ނ\0U\rb8JKDL#+#O(KlY@Q (+2E\n^\n 9Y& 4P	-\0}Y^.6,q%rsX%YN2U7ꇟ}пrV$-8~x@Ǚ@.)\n-Kht\Z%R\Za=ASt٫klNb00(3ꚏ#݂(CXk$,I/s`\r,deY~UXGTҤs⌬Nq3R&y4j%CS%#qE+_]YUc:+i!=j\\@zL	9\\c 55%FMo\'O9qb9yLn<p%a]>8<R4Ee\"^M?5\n(x\Z\ZMv(އx\nK5G wJ?QO2}e!W! EՠF*\r\n2Q3[2;.X$Ǆ1xI7fz)MxC荮 h@IFbt`RBJZ`.NaLrn{sCX-oy@M!υQ\0	jɢkSFu#g*HiC-yn+H]u_HUń6ێD)ec\"d%Hbx7p+;)كkL0|w3֐丅FZC\nBS}7^+<Xz\ZgkVn	_Ⱥ㫨	aW8Ju7Ie)B,Oy88[\0u@][X\ZXr}HTy{1N\nHzq\Zq\0O\nC|L>L!tK7u۽%nm	w?4kx	剁!^~ygU9qN+W);e{l6SfC]UU> xUDuݡ;}>A4o\rY`o\rU\nP\"M󱥸:RxYS#)6|XWT[^ۯT|X@R*\"fpF+nytX^9嘐)RrGMK炩P\n\ZZX=\0hN߂..#Y%\'.[>V9jF_XcNy)!ѮwͮR諒Cڛ6/r[1$ZZ:|F5`we˜UW\r/85(\rV`_8K#)h`^JU_,l@;f:HѐX	1TSTVTC}dѸWUi֘Ss\0\n@EsTX1#u@42-d(q\\Ɣ/[\0Ŋj:1^oXKb0%>VlW\0HSŰcnX]i74eBX¾0\0Ml뎯h	pàbq5`(6c@QlsǂA{WW4ü(\nA0dg(0.g64.&h6u,~^@rl뱐a-]@g1^\\EոG}!sЈgN[qϩU.·~FT#8}ܳs1\rx}}¨o{gly*{GEUX&qk`CUHLeAR6ɊC}?X;Y,Q4k%>\\Lq/VTޟVI-0\'}D#r;[lg{̓:w@|;H7IV@mK9X?8#-z{냉Po/xVd:ɔGMkm 34{vj&?f~\\}pܹ	<vtGvWg	FgyZy3ָam{60W_m#Twg_>稕H+W!PkӃM7aNEx<]&~sCM=R*\",ۆj]a/2}X|bk9kp^LY_nAP /\ZB큈7m=C\\_sbnC7[6za좗}zC]/)RP|O65*pC\0͢yNo]iA\07Yp;ܡA_?v̒	4,@!ERaah^2p +k\ZvY^\\OLr3]*܃ywf6Rܙ\"mC;hviK@\"5\rzZ}jB/vىݗ\n:qX{!/[t[<M--7=D\\]m1*jpgKIKN%zSW@SlA\Z+̓5\r˟2QP9raWkZ8tnwSN5v\'[OKH[OdS+wyN4ݦwDU%KSVnEx	{Rڜ7\nVb.qPWd[_i\ZS)Z\nI2c^P^/)_Ryck^ļcr{$nΓ^wbU\"\nQA5f)%gm-ȾU|h#:dҎ{Zh0\"InY$5\\u~p)Ayl,_Q|gS#y%n-;~ӏ>-dpi>	 7fkYэҊW1<\nuue_K~\\?\0y\0i-ᵆ3m1ϾrRwӴfg\\S0:ҽh9l(\nE{Kq,4,0߁%RΑhm$q4Y09,vpƄaL.c_Ϛޛk!\'dI.P@\r{+|8?-,-ΚX!xLyH\\o\0fJrx!\n2F wГ%7LGF\\$Mz]Sxt!;\n%eB?F4חS@j>-uo_qX[<QN`y\0!xbH-Uo>OF\Zqǎ9iX','20250817013633','00000000000000000',NULL),('global:resourceloader-less:v1:ad0fe36baba03a6c385321413b87d63f:7bd20325ee17fe6db285cc879c1cd466','̱\n ݧ\rB\Z+t\Z5\r1?}gl<,;*C\Z\nOn>h&̮DPɄ<zr]\\00p\Z[g!$	\'','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:ad984df6635311e9d4c24fefb4c45f37:1d37f978382d2702b83c49fa49390a2e','SMo0W-r\rCvb;6@fE(;_D()F+Hp @OߞDCw9`V\nE+W(	Aj25!X\rNmU5UoX#ZU}\'OX_	_FcҥBPr֪߀lU2H}P\'3x-ceK2B:иPe2$;_nZ^6;Pny6qX9 \r\Z|FR\nݎVBYC<@fy/4,V,K/>\Z%[1[DhU0S\"HUNnߚ_ k8Ɗǭ<#-2Lb-hnyNCm7$y-8O%qmMΔKk6hڛҪϡC>?tҮkQZȄ.8;2_\'ED~_Hq-^ppv-ƥu(AڦHgYD>^XCo&\Z=;sYkw=D$JSQ^<OҰG\\>|\\NTǚ{:;\'2/KS.M?k>.,>ZL\\Tvbھ} ZAX\nI߹Q,,<G(Li<O0\\','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:ad984df6635311e9d4c24fefb4c45f37:678bc5bb3d384af7757361af0146dcdb','Sn@+,[~/)ҢADG%\\I{_E kMÙ!Wzc	R`j :Ѓn{Ow`F\'p91KAl\r\"o0uMPՄJX5U]쏏{D/pEXvi+(Қ\rȳ/_xm|\núuKgۧޟP1.rHkkrKz5M32=U^ך2Dʳ/=i[]e{ A[[.P\';z\\$P$J%u\'RPbGiDU&#SٍkdgXq55V\\<K`#4JL%Z)kv|Wt/ɫn($95;S[Ah7VU܆	u\0\ZENåD^拂dw\nOTHYz#5,VA3d@mj\"GǥTw,X\ZF3ئgP2\\pG؃OA\nJԏ(*ųm:)(\rء|$!:Ԍ3|r7G\"Od_\"JR:~A{}ȟ,>~5WE|؎LK\"Wbx0\"i.ZUkdh<^La$p>J̲x0b*5\0','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:ad984df6635311e9d4c24fefb4c45f37:7bd20325ee17fe6db285cc879c1cd466','RM0+,zi#9&kqTz۪wc01ɦd*9\0hޛd,^&\nw$I.CZl~7HF}a{Zeu~`a3pM\'5*\r=zs3Wu$O``J[<Tb^,<TAvtVY;=sFnհˮcǞHJhaH.x\rTޱBB^QF\'2H\r$ޮ3١Q.酈K\Z]Hd`)t<_ciP[mDDu͘ħ?|OAlIBA3qdhcԥ-H;n8-9>ɫ*FQ-0/T-DuڤUV$.HeI0\0','20250816225334','00000000000000000',NULL),('global:resourceloader-less:v1:ad984df6635311e9d4c24fefb4c45f37:d4d06835a43357cd087fdc8037cb8822',' }\nҽ-Z^U(ۉXt5\Z|CJ#%5iJkftp@ԍgd0v MȒ펓uvqӗ%vL=BQL7L^r)M*@:ʣL<N&6j޿1(o\Z.\\Zݤ&Afȶ/>΍/\r/8\"S/rY磦dTy*WOg?es^?Y3>NLs3Wbǟ!VRԕ(\Z[\\NU2','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:ad984df6635311e9d4c24fefb4c45f37:d869d01281872168e4896a1ee1c06253','n0yQP	)?0/fSڢzhzX!=7g\\8.eNWRj6K`/132?M~wd9iL9v8o?\':c\"ؤ5\r!ȹB*\Zv8?f,8%\0$=\ZLM	(31d^E,V%VOEVפMnI/eJӫ[3pY򧈣FY㨞Ƒ;j<x3gdpaߏ=׾gR5r\"W73GBsySZ7qF:wHN˪]lbu4eS[شMUVud','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:b36f98095e29ca0ee5813c3c8a125973:7bd20325ee17fe6db285cc879c1cd466','][o8\Z}\nb(E؇m3IBdɐ\\_RVN#+ɏ[4e&qD*cDjtYEtG/eZ$c~uQhkDIQъߦEu7LqF%QƮ0G0R6M\\P/¤NojJ⧎?XCJI:%4,q?Ͳd5kVpnXNo%,yBwD_}Rǔ+0BSEIY!EV?sxs_\\<<_ۯjי(	^[O[$s+g:d+VƯ˟%^YgJXT.T\\,_)#p?E2yqQ/E,k\"O%: ׽*qrv{ME4w,ZNU[1_!WkvW;8K~r9M	 FU/[|~*{pJxbb~/h޻6Y]=1d+7u8zsy/HOṨb!%ڞܶW4.2:c90pݣFyQ(4gyZUYlr\0ϔ1*]6dM֔,i&By{fDMAihq~8ID#刻я/A=-+nXIgp̫-mӈmJe԰x3}\\[9o毯bDi:{IDW7z˛*wzCN֘4^̛)f	:CS~}Fy%F^ -!d,t\"y34粀9o$U+঩_.p@pҌmQrT_M[dCmMt{{m=vnUbn*~40zSw$+0T-Eory\">p/ή޶ZvMĶ{;(`&CYKp̵Efy+pM<Eݯԇ%G8/^_\"<!/7J)#\"?$!,T;Wva@(Iҧ*ee[cVcqPЪU\\霨MW4B<n\">*(oYʶϕGMI\\lf*fus;yVjJ75>R\r0p6yYdqYV\\%^(eʚen#kن:,7[\'Hk2̺T&6љHuDd(BB^I^Q\rj\r	Z-BCΎS(Nǔ*elFUQ\0%OE\"N\0IxV?>\0|*\Z dkJBcpS\0Nǔ*e$K|J:DL9!REU!4$	@\0j*\Zɀ*jrJ51JAL(y*q2 Hk:5(P5!QO\0BVTQ-4WQ**<\ntLRgQ}%OE\"N\0IxVIR漨P:D=ZPE=@cpu?伩κ$N<\rsBB\ZZ7,%~x!S~iQ7/REMy{CS<u.+*祵ДbYJh*V&oh8*V:(A(/kbeM@z\r2ˊB\0M*vyuTrkBOتa\rGŪר%u*uc#G`U:R#dj*t;κTX@SiZzyx\Z\'Vh8*VR(AQໞs#	F*ת2ˊ-4_/{c0t%qAȃZn2lUao+\\2%ub=0gMy)!#S|BSrFAg]*U,A\npVbcb4vFF_Z=37RʜQ\Z djb[hJWC(K4HTlء\rGŪQ%u*T2g& eEm99v%q\\:O®50%YF_Zqx+mMy{A~2ˊB\0M*vguTVSa,Vh8*VX(AS-Ug	HBvYQb[hDY<!\\X<bBAX(ASp*lۡeEm). soX\0eQr쎸ϭK(pVƂAd^e\'0+^ f0.kq4߾{w,] ]V@/E&}\\5$f]IAzcY( t;.+\n\"OK({iDIͺp6.\Z1qY.B\Z*EkeE.\\\"\n{(ɼYqn\0\"@1c35\"hRͻLn)vv,B2\"`h҈Ku\'m\\M\Z1qY.B\ZBEhYE̱M(p\\5$f]I\0ƒA`\\Lt=w~MEާ\Z\rju.bu	ުg4DIͺp]Ah2˚uxw,] {]Vݑ8vFdBE0Ku\'m\\ұ}D!sFӻcQ\"4\Z$.+\n]۱لEd%6\"N\r`\\M1qY3E9xw,t0ˊ؛\"<1<ȔQyi.$ EO\rA`\\Ltwy@I^)֠eMXH<.n\\Z|\\i.\rFVYH{^נeM\"{ĺ8XfƗAj]n2Ł^c fpY.M`JM5.k\n]ܜڱ8h=#33\rvqf<ʧ&F]m<VȻfjDeM\"ٱ8`2p.p5oL.&碞ŝ<V+kDeM~EE2Ehp\0q.FZSM`0i.FVMtqqtNkqpeU*|>UiFp\nv[mp6`\Z4+o<fYWBG+R2#St62BӉۖu|\\qnj#hK\nBzstYEa4ejt#o}K#M$FMIX5nM~V5پxTvqTH2<Q,\Z=TdR(Kh_=-$K1nJDg8c~}rRRs&\"AG_ůͱ~QDwgc db ]N6pGr;ey=/6dj;}~p#J8׌]\"xL?;㱗\n;Mn辡{45;ph\0}G#7/|Jt1ǘΧ3w6Mos','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:b37d75bcd9f333494f83f2e32c2be508:ced03e31f0a8df0148f8b899bf02f777','Xn7}bˮVJRhPýR6.eB[{p%Yr,eV#(Ι3g\':K~\"OKrJ\'r2i;EPfLRfWC-ɚd>*ZN`՛5\ZI9)NeNֈJ/ܮ0H\nRL̩2Li^ Y}HYF1jhUPְ{;K0Qz^t4٧YSWOr.*ȜM7Q&g9irhmט,_%ݢ?g1R&kC$MNT9o<U	Cgr.&%b\rNfTB]9b;WTLww$ܚ@(\"lJ9d-A<>V]P7|HEy$j8V:gmaeNu*WS23d`_U0\n$_pI\"`%e<U)PN/PCxfNb%{gI\n)%JTQP\\OR.Vygr6E}Uq&%(\'G4B\\].B(}:bо\ZL\"aI?ӊW>xtB48\'Zj\\PpM*.d\'#\nq7&dXt(_6wUv=ړ]O) \r#P%rcHC\0FꍥNhPӎt9nvus.Wjx$SLqc3dhx>$\nK5V#yfmAJE%}B	vFij{DMQ_]z\nlPX+`fq}LDCβBeHX};\\7ݤbFw\n1cʻ% @ț:h~GM~WR$ǉy^\nK[ߪNy->7~9t}両зɀG]ޒaQ_uGg\rChtĎ$ófp࿥r_26.;\nC/ځ	_ZY;5\Z.|blׄߨk1n=+8L,<aTqc1qsܹ\ZG\Z\nY͝3Wb,ql^v8]qókfM;5.R_0e{ԲG9JOBcw-yV[\nӏƎ*zHs[\'쳴>0@)=И1v۴(wqzLPHs{6m}mUƸP#t\'oǤrT\n~ejj=~ew\Zj\"C5j60x[z;S!mr!>ޟz?hHi;\"}~E]t.','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:b3a52078635be61df07ab31707c2293d:678bc5bb3d384af7757361af0146dcdb','Un6}߯qW{M$n\Z &R.E\n\"k70KzH-7;@(Ι3gΐ,-SvoEsqߥ;;~\"\'I\'-BZʥ`VSք&ɹHk&;L\"o	=eejG%s%Rn\0Z?t%h\"Unumqs45 ԵЎ> WHJ\n+o5M=Hjd&h,@ڎNtwՂ\Z\rV\nZǃjRM/%ǭEeDXzd=%K2i_Iޓ:yqwd⎲X33m7\nt	״lMCT\"5H\'>Y]䫎\n%aYc)Ԧ֭\n<\'։\r1>LĊZ]6&a<tC{fK3hTDJ\"WIht\\<sK;b<9Goj|j[#菋ZcޣQ~\"-\"歁LBg풭|G^aKRxҰd]X^)`{%Wɟ1)5>5!o/ҕ\Z4R4޵t%O\ZyM&nԲۍƛbd簸_9{=)ov+r*u0*0ɀ\\p6wKyP[Fed4Fi\'DҁeN<ޥ\n){J6pTO8%G󕫙@IWYR¨EMeO^|`EϬ&xv\n;@S?E2U\'T|B,SRӲo{hu9͟\"F.%eˣ%K2sEJ~Ga-y砪UQ嗧`3뽘cȼvW ?:d\0ףL~$mCuJl4SDukR`϶Lf52>O50k\0~Ě{\Z1=vWz̑\'u7Od\"g\r؃Ajzam|If)k[HXfs=buR.{T\"GW<z5diɦsȃ1Krb}P{oR$k%pToP%m6?G?@s7Ph4e,`4>G','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:b3c869d5508cf6144f71fd8411053893:7bd20325ee17fe6db285cc879c1cd466','Mo0[\0I8\rۆtEINmѢ$E>|Vz۠ht#FOAThAЯwlvGhjQ9/J8lG		s5F&Rշ.\0! ѓ4IG\"ēm%FMm	m]c8F@ZJ$mvy(o -M+1B0a>R\':qkZ>ב$6>/Zkx׵%ZR-UԔ>LemAz1S}X)7H䂷Îuk@anGC,b7LÝdgݫٙI^jQM(U	^:o ;َnE5VKJ	l 3LC,SJ8\rYonmsZQy>y<dkMη}/إ?#³XB,d񦐏J*͊wg\'{{_||egIQV|oَnDMzfUICvf*Y|^fUeyX<[\'ȋ%','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:b70462e5bec79acc363daaaf6e7e267d:678bc5bb3d384af7757361af0146dcdb','Vr6}bǚԗкKR7N=cǙ(M^\r1	p\0ВL/ L잽`Yr|1}lx2$-ڧNsvWo?$sa&;\nQ.%g+㤹yf-HH/dn.qnaHetz6T1ͩN+B܈eZ䦇?s.BHo[x<w7vGߵL;gRe5Zsio܈kI3{#4\"B=\02qLLsjL fz,ʆk݊22PBqB(80Vd}!sϬP2/)~Xuåц,%`*@@4/\" 8ԇokD%9iU;jXn핷svg,po,n|\r&2\\U\"V##㕮hwg$j&3a2G͚Ќ0~AVe3&q9ҩ{jW{s`)\\;FߡzV8G?!4ja#g|}+$\n^\\+Ө7{l RJ$R[d`]zk\rGl>\nV)voQ\r\\P.T ICWW!4g>rFKoAD(f?_2yݰkNR!}^\ZdY]L	\\%@\\5eNJRWyX8 VpɹB̮8rJl*v7oYͤU枳W-\";awg3lOȈ<Ap:ּ:fyGHap\\k<TtBa͕H[*-*Ē]EVL_	t\Z^K\']:p_/mJTgMP::,I(v_wdjZk?q5\rpR/io@U.j6*y=F=@\".yjz{К%*ymW/q1y4ѷcWEϑ{!	<AZ=~`ĢI{F6d\r?mQn(p.rLNlzgrIBUzR7$h,	DXБ9= ?FyqNQg*C\'-P?̥pLJ[{ae1c`\\H²^= S,T/\"DxP]]$?l๚}>x7<~͜d\r}?Y2/\"8)R?U[U\nk?/l>\0E24~=F87cd\0{jt3jl#=%9p 6H)~憲L&KF}iuc|r)V;ZG5{C&ΐ飆<:Iе9<eiZjlToԏ0Ga+m@?\'߅m8	d\'ۘ^$=`OӘx|0M\')t','20250817013633','00000000000000000',NULL),('global:resourceloader-less:v1:ba46fedac67b6366bfcd8ca24d865fdc:7bd20325ee17fe6db285cc879c1cd466','Tn0EHBJ{魷g\'l\nUjj{y<R\'RE7Nt¦wmPn65ҫmeQ0v;l㽴(K\r.ϡiJud@yB]a~2\ZT&&dʜ?jz^CG`[AGӆqsVd{ݹ;<`;-FW`GOOFm+i[lyi7`8KWKt!>_/h)p\n>)_卍	@<.SL7Nhc+|pחT{뼺\'?聻2	\ZH%/jPELZѣ?!4؄aᡄQS{)05Xy<($Z<QD%VK.\nIFK$<\"^UoްTE &X&T4F<}wn3&H?+)pƼɃ]!AM.~w_|^%gMF>W\\E)\rod3UDtuht!b-EYdjIgy&y\\,]3̖+','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:bae688c26d934aeec849a98d70ce75a7:678bc5bb3d384af7757361af0146dcdb',']۶;WIQĮxv_R5NRq֖P)\r$xGYHh4\Zݍ@4D\'>.8q1&oyA!/_ݯ۟|I?	yܑdd욬|FcF1<c$b񊹉x.<@ e=Hx|-Wa%MCWK>zΉ<ȣS:_!;/`M;YݘW L1ɂ&d\Z&QĂ╒ػ0ԛ123N2Fj4e\"4b$\rd$.ŊORd^t#\ncHyRH}CbdDy1\')^xnf<M0y{gD;./[bV|M Tz bsAAtN!z}5	[-I4NQbQɮj5קqh(X=j{O,ز@Vd!S>%Ξi$ z}9<.%PK2ad\" ѝh>\'2Z=ݼK	OԴ4ʲ*B&mg,T˶i`b}Ĝ3iXEt7͒ńjSi7TlDؒiʧ&ߊQFH\\0F`HQl*\0RoH\Ze-\'bKLr(IyK)o\ZK}]&$aOL} W{d{/і4׼%cx00p!]Ld@{i0Ӹ)L*jp&H^^rBq껗KtI\\]a/԰jC+?i `3m\Z1\Z\"ڤalDE]J{QEl#/_IEe4/_hB\'<?}od>E&hat׳\"	Dpߔ=B˸6.<л\0/fs;di}}ue4Pqg>v4s6ҬXf?i䷦w4}`\")qOt?Qo^IAG[tr	Κ\'j\"512=WG	yM{U\rCOK#r5v;kӏ2*>!UށmGM0wduy_wjO8E{\\=hϝ{O1elsC?2?o8&f;cg~\Z1.i_ڪ9#ړD-\ny~Qt4{c^s4	~b5|@i&>3H>\'+Tť,WC]5WUmf]PtXO,3lU|Z!lU[s\'	[[򴽫1<Cn51qk?ߙ>/\r\'9y\nsJs:0:vƜuWhoaD|栎,K=CWG<(#js\rjC{|g>o\\L]5KX`nZҬ+{y\nCUaMYv_C{\"@.zi_aOmy$A`Bo|.|`ۂl׍.K[#\'On< ܕX#Tunɝs\"?~y{;!Pǐ1\r#V4`>yCV&Wte\0m:ChGxkTA2RGOP 8GIiio5|x.W	gsoi@JqESdkfxB\0x:DgK,%B17+\03t\Z~0o\"L5Z7s}\ZqLy)ajA##&	\\qb{s\\/\'\\R\'EV߅0^qBBGpкj-ǮdD,\Zh&g0Ҥ򨐐%l{Q/\ZLIA{uSWkKH+E(Bp&4BK16cBa@ArM9T:W#dc\"IMZjikN7\0xwxu>^Ju1$!d~Uu9Cod.N\\}Ǐ)i):ih.@FG}Q:_{W¾l%ۢhJlhßYUS,n<wfp\n6\'6WK>ێ-dJM]EQʭ	*^XYJ6DIDOE9QN\"ZTce9arupUCw$H,%(>t\Z@e@aAcMi,؍BHsiD\\\"|L3C,?\'հBȱ#)42F4H_\0zŁO`Hk<>uKQ.+?eet¡:歷,WFgM=]*K@~pEU^\no&R[7iL޸|h=뺤-X.wlIz\\?kv	Htu2S4@Uv14T<3KZiX\'Oovr?\\oKw%AW#B>>8<V$\"*rD\01u2S)3 axes\"@Rc;T@bvWh5H\rhA^B|KB;[Wuy>٠>\'d_JN^JE̲3eX.kauVټAKP)@\rUW{69W5)X~+|C.ɭ7$A׸la>^C|I[mt0 lJ:WQ\\SEJw3?ڶv,L%.εbulۥ%R晞+|衲Y;szԐn8@ߋp9T}00>Pc_p}zMWžOWceHMwzyvxjO*_\\QH3Ne}3M:0X-;my7ʲB͢&Z--w|\Z &D/^\nĘwOu$/}SP_m@fw1\\ZB.p0vHuSQ?pj\r V飛!k|}^+=o)l\\ScDx֋VoKٕ0_\"KPCG7<tb@Xڒ+rE9hs|R%%+U30m\n{2ŧd[PS~w8Gb#1Nc9q8Gb7ܝ`$1%B3lɣz8p`N\'PY&&8IcA&;☃nU&NbaӃJo(}HXg7{gxUlz4Sfc~<q\'C󆡦YbFE;|%h<0@,Tw8Z\")Lçda,#\\{^_xM]Bpח	6늢u)W^쓚\rNyu,!p8~~gQcw xp235a7gy\rغ4:R+JulldRY|yfye.ʣMKdiۄ#ZeZV9B?kM,{{kN!ޫVͻ7<Kj+w\Z~R)۸FcCr|Fe7Vu^+;}M\Zm4p62\"x\rYlk8ٴP!+1v9hd-cU6KWaf<ާ[\r=lj>X=Aamۄ)5o\ZayWA5%4~Yn4\rm4!n^5ʿ\";c#22\"^K\n΃!el]-mhtZ~an$3DKoIq~tǆxB1\Zy1W\Z.FE\ZGUeO+zaЭJ;t$I{]:Y\n\'^>\0yJg^*ǿg]Dy/F2\ZÈ|ſB9439Z}	4\'Yxqò9JzOKHR^d(Lh.֌]~>Nh.{ntK<Z)}R+)I/+@B⯭.(pEa3A9l]\\[R}O5$&Xr#Y8M}ǘc	_E)=f?cLhslS=wi{4sg%mmў$DU?C=(=FlڪnHwGo7&l>q틺\\GM\rg#eTm+n۹+s+5=Iyux,G#o[U7W7ȷJw\\gr*:qĀԁ5\0bA޻p\ny3=1\Zi䲸t\'\'䀞71(A>ПYT\n2|K)XHW!i!EA!5T-*ߛD[zO-V\\MPotc>feD\\kh#ddȺC(j:ۀ*?Z/29i4^ǵn+8LIxKlɴ\\Zw~LǁfҴئ_P)NcUw\'u1C;N*hF?~ˏz/H![wq^TN>XL\'u\"`w\r:	X;t*`KWtF\rwmn=P/8x`l4n,r_V>pah{ybة;{Ͽj\Z3>a&+7g4a+Jmero1l?Kʉ~^XQmV@{n_`6Xxo4ͧc2ܜ1\\kXA','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:bae688c26d934aeec849a98d70ce75a7:7bd20325ee17fe6db285cc879c1cd466',']Y8~ϯ1tQbYt*h`27a0h.kJ|Ԓ .{bgBgdbMDswW#GOzׯ_/Bsϧ	\\a$vh3<y=x+푄4ctt|zO1J\"ʒy׬xAqc\"N	__(~b<\"F?sjFW1`՜$1\rH\n#]jҹ\\AW;fH3\Z[hM]o^rhO8&i9\\Ek\nMr\rIїW{+y<AX.A\0$Z*JF<.\'Ƒb\Z*@&M5ZPTNM%~>HU2\r\rqHf^M~ϞY C|[n*IRvM񂊇c}y@]>y ~:`-~$ekɦ\0.aƈGig)4=IS(6y+ΥiՓjbi\0Y%ky\"0]_D^$zޒ	[Q0`Psa2mM }$^Ǹ0A`3n	B$fe%SUN|jIRNpkky{5lsjO@sPd%+@gx\ZO\Z4Jڦa퐴@m\n%\"v濫2sW?HL&A?zy&|t+![Eoz8^O\'҂oD3.1mOG>%x~ӑEMϦ?B@7\r,d4klȣ;ð;AP-b\"ӱwrGcг[CXZ{^,E.Ӏ\n/;|ӳkƌ?Kڃ0o+p!ϸnq&\'\'l;zс<ģ1HӜ5M`×+{Vǣ\n\0&ur2KuA:QvzZ=:})ݗx\ri=,sB9$`,aȏ^t\"AkB^_d9R\r@㎥a>f/|?F=f4F<f}NgVK9\"V.c}SU3n{\Z0e@dJ0萩rTmML/6(e{WKs2\r5χFx!n\rp<G{nͅyG.VrVKVjufr`72~B:!]@Pg.}&)#3sEvqPt\"<Wn1]AMCs;%ƥa3wcm\0W⌉YBLǂuve;3x ޷}8GY;TÐaNmM7kw8A!/7Vf>pPK;\Zh۠K&4۸3珝}\\R|{:=~\" ng\rn%\"b\"6\rBdE}MɌEsj7Co7TOJjoeib貑$4|x.as=@G\"(ֲ5HN	AS 0tV+jOvE(Yy/mqO9^!(𓘢?HDЧͨ듐v42n|eu*|`>sN3q/DZ%-$ҋ0\\_R|`6\"7>W#ʣ>.St%A\\d.Q))15tojm\npYB4y\ZJ!S\r&WZ1O	SǙ\rk[FHCՂd6%ekZ=ܽy&o< Y	]fLXtJ&2OaPT*$!UIrǼSEvE>}N	?&P׉O.59V9#́S/=U_\r$TBMXX܆?ۑnC\n؞pjsw0\\vS/xnΦ^(6)Mv7um\'ɷ:HxcO.J\"%yN-bwQ̢@KC&\'Stm\\\'̴ldjxCȸ{\'-\na^RCng}:\'2	H\\@{\nVhvtt?%W\rPƐRr~/#DIDk2\'<U$Xk\\쟲̚(&\"RSnZPK֛}PhJfukϕ>HA~qDY~b\r#J,PZi|puAYOW`F۬`t\r)1s9Ϙ-\0<9FP\r<ETUofs6LH#\Z\ZYedɧ\0\'fh7a={\ZAֱ 	xMޘ,<y-ahvi4RG΅N\"pTvcJ,Ef@Z_kc/\Z,ӗ#WͦBejoQT\'UuԃGޯL%JK/m~dY4,0jfѼbƂ\ZQ}S[ \rnUMJ;VmH7]2l[\\Lw̃ V_Uu iCK}8ZMдT@`rek.1\0N͋dSugu{Hܙ216[҂E[ԾmHz^`PZ4Ϸ*y|<\'u\ri׌#?!O\'])s	ANO\r=Ts?\\Elɚc޼)I1]^&l8[S$~S~\r璴/B\n:ہv:*0\'%\'֡\'qx-/K*0],g\r7rnYǇb@K1f>a:G#o5]))2hi@𵋼O\\\\Bg.7\']!}mIa$LN%wje{<G{:Gp<ߐ\\[僝&\ZyKakpcCOe継]uzEOcX	cipQ|!G3EYrl\" z\'5\r]\0Ԗ-{.l,PiXl\00^{\0/þl~V1Hx.}v]<EOStgcQݞp 8Z24\Z\\<Ы6zZu$?\r2IOL)\n8y>,N\'TgCH6WV3۹~3wA,91xjd00ǪC\Z%~o=oK>ܰS9LBya+SuIa\Z<O&S:BC[)k3o)0ik`|MSd11vI}|^t1Oj}_J0ٹbC 2~m\'˯YOF\'j_V9\r~7ȡC=\Zs\'iEasV\\dm:n`v2\r	|o3,|ٴD2r3i_J$LMKO	QO7lItؽ\ZUy\Zv횟\ZEJwĻŘ6YU%l=tdpZQS|S֚l{\"RnKL+6r5䕡_^6o|ZǺR`ZO&x)?X=[궀78QTGps9P3SգK<Q]=[dYkTܠZAȈ\0˂؞FY&_Q\0>tj7Kӷ\"#M4ⶌEW<svƔ/bۭ|%w$	c@no>ccKr<؎A1I\ZzQ\Z-AEj{U@+lNdR;4>S$IytIV{eؿX]ܩL!oe%@nIK1;F_e%j.LN9_c+[mR.)9;b+ǜϣG1I*?!e\\$xs싚J9/zZR8/l &lFp\01&.%V}v>/1djc-2ϟ, 7@UoƐ{̞,wdY&ErM.U<9`7zM^N>0s-6hihHк;sUwr-lԳ3C;ݼ:yRþξ|#3ߍ\\sQz6Iզ+o\n-Jx\0[v\nFm+Uw.rq/@6ؓzdb/DCshGW%1\ZIҨ/46<u_8a\r=ob\0%g0EV3F(OY6-!jLz9(tJT	)91T\"70Y}\r^\'Ssxe@ޞ=x7\r]g|F\"R13\"CV\":\Zy,h3d\'\Z$1IȲ+bk\nFh\\?^%#p\ZŔַ~Ilȡndi\'Qm:yL-^GӴ=nh㜦zLŇ^{rZL߇d!c#\'Nk⠦uE1`?q\'C:Vu\Z30GGb>wD`h~E+ݮ*eP8M` ,fؙ[vY2\\4urU;#Uf|\rm\rg??Xh^B68d1f1Wv_tOc)A\Z>po-\'QAIӴv|Pk#هm}qܤ т-@Qc2l4s>\rPw,2##:6','20250817003513','00000000000000000',NULL),('global:resourceloader-less:v1:bb56c3592af322f64bef6e822bbe600b:3d046d3873f6206279f049a8fa62aac7','TKo0>/Bp/MQq$a-ve:X$	Qv];ıh}HŋGH\\D͈ݰ\ZPɾ}x`il#Ye,6P|5N\Zɓ(\rnB?\Z\Za%Վ	u9??qP50<>\ZN]#<\Z/=߻A\"\\io`WJzںveXb	HB5㖵*(\0y>\r˘KFPꕿM.\n+khc]s:輕\ZnUuWF6ܛV6!T[%9<=g!]`3Iʲf%ؼ݆ 0>Ur\'6|*1a9Ʒ(yZhZՀS^|7IBhPڧj5^2c[#Ӱ2v,{K1h~RڪF]-?v^Chګz4r߰Kq08/n~{RӪe3\nfC4*)upctVO!xE\":9^b)\'Y II42%l\rn~ۮ!vϦi2j^^?P0ꓑy0|GAŻ9/?.YyO:t2Ly;Ww)B\ZTk \ZB$)Wḥ3-s9LU:g2\\ei>E#','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:bb56c3592af322f64bef6e822bbe600b:8086c131266a7da3ead4d8ff8b35c689','TMs0=_qI\ZťSY^-BHrB&ޕg\' wG_t.Z9O<J\ZP_~sm5e[(QGnz\",B\Z4en&p\Z_urJɐ9@q.tteG\r\n76J87{\\7}~XE;TEZ5*%<v\'\0y>ׄ4\nך3_\r>BښV4XeWbE[aרco\Z&\rk3\nKv\'D܈Dl]*X__ʶS4Jqpl|B㮪i)~FM[\r=>dzI0J}q(4Ptx$\r0ƾ1Kg4 CW.ZL֨ʾ!8m_\\GT}X@%!P׍y਻^Dze	[J;\Z6V%G>&\"QX\'v-Lk%䴥a-KOJƣK	h?LDaHS..]-vqo;S(>bfqζ:S Hi 9%+ZI´>T=Q-\\$hy6Lb9)2)AJXa','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:bb56c3592af322f64bef6e822bbe600b:974d0e85d3f251fd1769831868d8837a','Un6}n_ |0/[E^>SbMI%1!%_ECi9sΙ!)8Iz%˚X0ȕWՆR9V(\r7 0	0#ULU!YU`hm%u`|x`Ԯ6ֳd:Im <\nD\r詄}C|<	P>G%ir1U!gٞBPj\rmBVS\'3K&k_	hpjSG;jT,<w7x*Yv௰\ZXtKz߶HYP[5sD\'r\"y%SU^xe:39<<\nfǞ:	9r7i\nf[(b\"98\Z\'΢$R)k\Zޚ\ZWmSR:H-Kj= /ǥ[^.#!`-\'=˩BhePB@%*<\0dZ\r5E0JMF8`o/_eBn74UH2I^Ǔ\n\ZoN\\yڠbY\nqu ;a7J9B9 ڨ~F;o1iI*Z9g%70sotZ96p$/X%5\n-?gIl|Yޔu\rƳPo0P$݃!bEp.׋t~4l0`{lⅲ([JN]BWވ)T;cuJjw*\raK_\\|sӪc]Fx/1X^8x~xJp\'(1C:9boQќ_PF#Ș@F Zes,ݩg\"^$LN#EISrd{O䙎HdFD?%^S\'75P[5cЍ+4I9RvH\ZՂ|GW\nWMƼhb)9|9/`4]ds~\0','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:bc4ffb56a2d703aa56d92017eab0b1c4:7bd20325ee17fe6db285cc879c1cd466','10SDكRHsnC0`*6E\rppc\'6`aMÄb$:\ZO?P}aqUƼّY8\\|h5}	m;L9+ځ1<X8N]֝','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:bcf9e4f7f3a2441a62bb1a369c516da4:1d37f978382d2702b83c49fa49390a2e','S]o@|Wm!TJ*R&j\Z0>t{({6_M+x\0fvfgOEKI䅝N:ng|~zmW\0STĐQW*P1*XׯA^abi).?RfBw/{Z__ᖖ+m,,Mrȴo)}Ԇ$keHr &~9	PCY#V\\Y(p+\\i)[{׭]9N&u162Kf/4/ne*JbxrE~PWıZ\"uCQ!TlwqWII<H!l`)qM*ĖT+KlN׆t6F^`Aq)Ã ԙG\0N8fSޒsݐˤĒ\ZKP\ZWN	ЛGU}kletddpyz?;%Bk߾kQ]E[tw*(Jqryuam(	$\'+}7\\?G66G,)f*쑤Hz$a\"DUM\0|=g)3t#\\}_]G\'J(dL+t,ŕҧP[]Y?+*?6o.U(wa~;w\Zyܠy1iIh<gNl(?','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:bcf9e4f7f3a2441a62bb1a369c516da4:7bd20325ee17fe6db285cc879c1cd466','0y\nS1	Gz=mջ1&bpĘdѾ{d*9`73?\"\rFv4S|O\r*[_?4Gy(kVE)A\0<@8Ta\r.(pεi5{/ўT_z4aӰ\Z20=H$31g/Xh=/z\0zҴ^ypm]¾s~[jo:v1*(/Fxɳ4].>Kfq2D%\n2`Nf^PAwڠl>⾙;ː*N}Rd Ўz\r<z?oQ<9h׎4<G|=BHg}}:rqزXuqOm4{w0D[>\ZA\'\rJʨVXt%|Uz[%qeV:MYzC','20250816225342','00000000000000000',NULL),('global:resourceloader-less:v1:be94a60f0a5c7c0e79f9fbf0385b0f04:7bd20325ee17fe6db285cc879c1cd466','K2.JJVVJ\\ J)-3\'(he`U][lebXdde`]\0','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:c1647dc9ffb31e6d55ae37549affd7f8:3d046d3873f6206279f049a8fa62aac7','=ks6_+k;+eI6^fdSWWWe$ò35ۯ\0AJ7%h4\Zݍ~s?N8}W,v8\r;4\'1[s̊\rce/#Uni\"\rEqNVK< E3$ˣT@5hC\0wu\"\nbF7%D,KeO,.zCi%\"F!/a?=8Bae$QŀFO(	YR2?+-}Bc\n-ṢAh[m:BQ\\mrCiN`~[{A>ML%)64g!Yr^\0CN-\'|oV, Ee,Yo#KBl=zd!\'{[Tކ0JtG> UR|]aU.HіYq{aK\\h50~2FK	 ?gmEMi?rg7ʈ_q7&8)Oar(f_q\'?\0\0%GI8$12`,pL\\m<@B3GIC-ViPAZ6K<!,N~-\0}l2.+M3Jl,5FQ.#cT\"oi\' \r=6JYVq,-HFAA!@{H~\0P9tgq\ncnX,zI2$nyA\n^R=*8RgD\'tpL x\Z,FÉ\ZZm3\Z<,P{){f1Lq\Z<ϲ2MȿI4q	:H@+\\6JSd2p{P^1~\\\nJԲw&ī,gAFr\nA#Wq[M&O[>D:>Y\'Lަus>5{A(*eJD4H嫈Bj!#yRoqJM9x6gI`#Xvc)W\'rс&2O(H:f4@a΋߄t6?H%nq?ϗ42Pm2y!J\'!Z18Q)ڲ?ܥU\n	O~SxV/B[Zھ-\0)`4YW,N{B6\0?C㊳`%@+Q٧ğ/,p+%KF[}-mXW{gfiϬQ#umpzHnӞYgG@JT:sŽ{Y r?EZ$nr<xFc,l2v.0jo4J\rĵ۴i(h.k*cou9,}p3܀瘟mƇa,7i3E@b̶`<6hBKթE.flne\n!D$\rdz\rHkn~۷ig3|GÉmCKJC,ip:|NQJKE}T7}3ǖE	PQo/3B\0(rUZ*J^VK8\n,Xَ\'>2;[kM{@!jh+8Yn챃yK<|mȞ0GU8	9~T\r5҈5aV`d9Q[DnaF8[K)W9c:8`fC-¯`]=A}()&&Htޞu<;`k:BQhiR=$~&![adЩ$<xG02Qzcp>q{۱x#^V3PY[W,izED~\n6QW+TFs?Ǿ/Q.cAC-X,25\\g*P%m4O\0bOo#Ŷ`;cYS2Y8]m/)yCZR`j0VJ۸чtWk!bZQݼ sU\\I[J-8Eh)lR d>ijA~\Z4o={ryh	qf3{Dik8wpF0y{}O\'Yǌ--}N+M-wL$\ZYf}@aAPIMcYڨ[5!]Gm@ؠd\nX#9t%(A<p_0ɑ#\0]:pDyA@66uT|u!b.v^n\04|,nF%E<0ag³:\'_E|c%u:}Ko&1$?)16%`ANMNaQ#IQ⊦+񊿗\nrԃeNy/	ֵD\\w FȥB)3iϪכ[F.Vcaܶ>nʀMU?Lvw\n\'~hyIs]&젍Ֆ+5¶K\n5)=_4-iVF	)YaTbXUa+\n&,R&a	Ue6=	3ef6V\"􁧡xO^bsFH)AKٳKUejS_ްfrgޠmmgG&%5&lHZHmr#	@v)[6Y1*O\\zݮƱWԛTࡁӼQ]fvE[$}vk@Gu[_TcOX?,9tXpgDT[[>!^xc~{t6`\\.R|5jj *]XW\r K#I+ƾf}s>@~CnCz*C(b$\\!S\\TKP4thmfN_At؈m~硴6VrɛgPTXߤ`Gë<`6pk\Z^KP3&?_Fz2>]3ki*MٖMnd.c\Zż^~.JܵԝqᑱvPGrltD\'g;p%\rP_g,GI:ZU._ac㑸&O|\nvq)&13yVeaXF%ۚFNs&SP5Erm:F^A`&7ZFe֍fS`6TMc,H%\\!X\r%n<Sdb̜6RݽKnQ:v^M[!TwYY|lih\'b\'04ᓷjQp/H`lf_A<A+%$t+/8#P\0\\cv#^;`+,`\'7iT$.%HD:!!oyS7O[vn\rP\0R44CEcw:3/1t]e&@?nσjYQDkia{XXq:}T}ۗ84GݓdP+;]%dnO\Zot.OP%Us{\'>[?L۫||[sG\"\rCGeJ_2O-x\'\\Cv^:{@[&^gU-R+dewgY(cjSg{@tS<lOA3wf6`N\n]^p5DBmhc&>!ӔVn\'%s<eLљ?5:_C[2-\\8#_t?\Zqn lug}S;Fcζ6^1_Ų\"m=]o둧EPfgn\02]\'̲oHT,Nq\'\0vm]GuXz6n=kCFD`46(}\\sLăJ3zEO䨲jmwÜY}\rV&VOX2DM:Buv1͚V4܁|>\r}Ee]pzܿGB-*RQ0hTX{XjM>u2[,hQ=aq)^ӵׂ.;\"J5¢nlD7g_G=UwC3J>ǧDu*)dU%3g~\ZMTc{V\"ò:F1*Dv%Q)Noܼs]\'#Sok2ue<ܩFG)?v5jVYWFZ[O	&?ͻE9B\nU-gӞiF&uyuipݗ\",f[4\\y8t%f\n,HXA\'𐀨i@cqE׍Va*pp!.\0b49{@&1D9Đͽ4h3wycNiIcg|Ѩ.F![K~\"mOj/f[~NDȩs:*7,\nPG6RIExz6*ԩ\"\'0mN?9;/R<\0/JM(=\n&v~xOO1mJ^*R4X.52 4|=h!B2@vQlH/xTW*Lj5ׯWbd+e#3\Z-2RejSEJIXIr,7eUB@ҥ}Rt\\?Yt/GVY\0G/Y06Ǒwyd=pF/!bq*7$ѤI.L{+*E<md(,CkMcVruK/__OJ_3-=\r=R^\nRd*SQH?l2N\":6r`{( \0B\nsóMSr8|Z;L<VC#9l#qh`<ԅ͂-βi^̲joUح?GզCq8HKw?8P,K?\rWr$@muŴB\"ʾjQGY=~Y/a]vuUٯ`9F cŚq]Q&\\hє<W}6>X\'N+zY*G*KO1ճvec;i ߾}nS_\\YDzxRO{{{^>@/We;8dY>\Z%R8N~\'xec\"OiZ\08ߒi\"Oxui#n-EL`2Vn?u%#=!gEC\n yuяƺǼNhv5|KTJUg\r>溉Aېi*o2sSV#Kjm}L;iMo&n~|Qss\Z3DwJ֍Z{7X둡tpa0Ku)s2;y{jD2\ncXAP_]{TbV]4̎GW@1ٿ6fHBR\rUS7J^! 1w[n/͌Ǭ(~X?j,yY)F-N[rkiHz;ZT,qD\n4Wj]\'9pANR+0W9e(lG\0k7標&q!?3S#Nz$fB49.gi\ZX.,1W\ZѝLV	vvsOG{|,g%z`5Pn\r\\OܬfvG)^	oqěCr/\\{x\'_4Q5X6>*w#д~Dx8?QH<4;&\"=s0\Z#D\\l`~}aK@g9@6u\'\rC$zU$]5ٚ 6d]L$Yd7Ǖxlt&f:8^P@0|T>\n}Q%^\'>t\r#`2M\0Ω`#xfN(-k߭;_NLGvwt1/>G<]/Ny%YYw_Y}]y7ٱÕ\0z7}\0x\ZRy`Ƞld@:8Z^xXG|jG\'ݯ{Q3EjL~3mM;u]\'9jdwyy*6uֲ5X7~WxgjBxUpgKZ12tt0I\\Pq6}	0\Z\Z2%A)j N_G[d%k~j\0#WD5@WOP7o\0RRӀޣ.52Cj`?\'V6E7}>5pQbWy|W 5Qn^rp(o](xcȧj۠+s8z\Z^$jYm\\sӀ1/0?u_`^nhAkr͖*M\r`O+','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:c1b31cf3617673df0bedcdcc42d35bd5:678bc5bb3d384af7757361af0146dcdb','Qj0+Bo6\r.[	R쥲%$<kz)J/B\\?KIow)؎,Lp&Lo~G?TB\n2y@qzH\nVR(\n ߂}[\ntUJPhiŉOjiRe?6+j6g@~(^ފ1S!Ůyml}GgrX㲲(,T-j','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:c1b31cf3617673df0bedcdcc42d35bd5:7bd20325ee17fe6db285cc879c1cd466','Qj0+Bo6\r.[	R쥲%$<kz)J/B\\?KIow)؎,Lp&Lo~G?TB\n2y@qzH\nVR(\n ߂}[\ntUJPhiŉOjiRe?6+j6g@~(^ފ1S!Ůyml}GgrX㲲(,T-j','20250816225401','00000000000000000',NULL),('global:resourceloader-less:v1:c1b9ad26237dc4c6ae0087dfd8956efc:7bd20325ee17fe6db285cc879c1cd466','5 =OAQV*$X\ZFxwiɗTC#3ݟ*SeVkProYKPB!)ř@M9|9Ϗ\nս F4NpjQ=ڴ/','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:c2ef21f1fda3496e4903ddaef1fc6851:7bd20325ee17fe6db285cc879c1cd466','XKs6Wd,9H2trk/u=dr\0AHĈX\04d߻KR#lיL&q}|bA/޵\rǣ,_^KrRd\r,\ra\'0?0P$7b!P\\\n%J/P+O>(\"&,KKbQ*>p/K+\nd`77Df6de\"+ٷ+HTez%woHu\0ou-DƝ@!B\" (Ңܗ*GZ!w?+hs\'\"&_^k+9$,:-.$>SԺ	@?5TuHX-!]\nF!rNKI.g[ET	@Q_yJEnugM,L^Pղ\"uIċ\Z@x[a ,0COk(~5ji*.$Uj%*2NTCiXP\ZҾ`L!:VmDқ2ct $|xa$\ZRJ-VފL*Z%%5,A:1{B6;F櫣U ֎F9]9f/U224fоEBF-Ef̮RE9BVzfa0Z\Z]n\0vAL`4_qXBtx\'c&*E/߿G[hK|P\rF<HYh)0p2TF?wBDϽۓ?3D-FaE+ooYz]XX);˲엣6K{5K(1f_34V^Ͻd=.ҹr8\n?79s	&dH&}8^45SصOu`PZiMk#C~PoN54*!PH BR8\r?#A}@^+wn*P]\rpƞ]HVeo0\'sZOQi~`nS1R-hcU:ci3Ζɛo纐\rYek\\=n͞3#lI=(s~·м7ڳ<Ɵx9?8H1x`ZVWuSf-]G\0@=&/Q;~蘄~M5g@C֯?\rua~JO\r2imYhł*TF>ױX\\#jA\"J%5w8DVf=>V>;Ϙdd@G<$z>`gl9ݡawEZؤUڶHa\Z;(\\WDdl܃0`70l1\n&c6W3>&\Z_\0','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:c30b53a10fa4aa1333f6d9a982841cc3:7bd20325ee17fe6db285cc879c1cd466','n E}6mw1`e (7i[Uھ{g\0?Nzz~yUHyҸ\rZ,Z)J^?=th㾡IVBlNJ@y%2J8h+$Wqff57]	)*q׶m5SD\"tFio3?#;i=p|~Ks!?\r!;3%g3%4rS>gB#ދ6lXS#\"J\\rUڿ~2*ߎtMkd_pxC~+g~,c\rG_F,dry%=$k>S!Pr\\ܿUqG)@dW_sOM\'?+(Ux[\'gm\n\rOqwM\r|?_<Tjjt{2.[ɖh{)Uy~uhVcR?UC꫺Q','20250817014838','00000000000000000',NULL),('global:resourceloader-less:v1:c411bea1789e9d164b1e29c39ae95304:7bd20325ee17fe6db285cc879c1cd466','mA EǴnLPHFkL5\rwpC/b8M`.fb_Sxu`z5o;ѩ~vupIt/鉹i}X!`.\'~4Z$\0Gh%\Z7','20250817032613','00000000000000000',NULL),('global:resourceloader-less:v1:c6db7f6be7d0d34b6a6d2d6effc609f1:678bc5bb3d384af7757361af0146dcdb','UQo6~ϯ lmВeVH`ɺgJ:Y7K@R}GJ]Ǎ=$x$j 5fpelƃp?=á3}dhQ.-аK`u	\0Q~i05b(ٔffrqnEd+oVҖU¦UE!pAF`Fg^9$E	Q|آQR2%,mi_edvC$?4K=2QĄ֘V<!*`[(0{N2WCRd΂sf\Z,h,ʌJ}*5<Z4VVhnHŞ`FMHА&GvMIߖnSrY$DgcUuU\rbW>X\rڔN8\"\0ם0Zq#ȌV5eg O;c$75JQV8Vb	1ktZ-ּT\"=Zb\\};մMSUBoX]Z&1W$h\ZUgO˂*3gLUt{͹ ĺk;MgYv4&G\nCq)<nxk*\0P}԰D麘}7\ZG3YFw[U;n6ۘ{NC;nGi<|_$)٢Î\rnj\"Xt?{K>Ѫ4_hzusyyފY<pÚ\r8$<~\Z{0\Z	va>x\"JhJx$H,*\\;MRb[[>!i;Mw{brwfo&W#2sDGr}K/@wo՟,i*I^j,峲혶o_F{7؃,\"ФU	4EȔ욠]i/}c?ݘ-5:N?m[,7xPS9!R$M\"V(\\NLLt1M1','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:c6db7f6be7d0d34b6a6d2d6effc609f1:7bd20325ee17fe6db285cc879c1cd466','UM6W*\n.BK:ESȚ\"ڵgHuЃ-rOX%ҹy?I0cQ`~aY+lXm,KZPnz\",R%l<O =z/q<_E&9PP{^тΣLQWh`v[-JblyäbT\\*`:5 @ۚ4>+muű[(Xo՝K2;bg_fs׷,M-XhீۆQU0J-B8)wj.dWG9Þ\Z\0{\r\"C}\\4:߯\rNT-扵4ޛ6X\r/\ZMvN;L7:/%)oDX@P^4MrXgE8>&gKgL\\.C*4ͺH\"\'\"#fU$tЉԂ3ғ]IH3y)rJ6a\'E I4!޸]_*|%Wu8L#famGv5@!@nA	|ݾx~sdeOIs%VkF7m;EZíb!qo=$O>gtC~2Ui!F8ٿPa(7kٝ8UrilMG45.[zM\"mjXT̖O^nW&*|','20250817003513','00000000000000000',NULL),('global:resourceloader-less:v1:cdef4bcd5c1d060a6fc02f7d824bc305:678bc5bb3d384af7757361af0146dcdb','SN0+L\nQ:$HpNIVulvIKN\n(˚˜ݰGZ:}2:KȈZ#dnD.ك\"&ɸۡGID\Zo=kMH\rW Z/=,oAMBH\0H\'i.^+^Q\"PN-8o^Bb\'t9h=g\\6P.\nzY\0XzCQQ9 %|oFE6\\]ձaí44(`}ZUr}VvuYx$)by2!μw\\FN=W\"=O0-VCF$9L9Owq_4E*AZ?YvMD]%֊\ZLYZaiY6[nYpפy|	','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:cdef4bcd5c1d060a6fc02f7d824bc305:7bd20325ee17fe6db285cc879c1cd466','SN0+L\nQ:$HpNIVulvIKN\n(˚˜ݰGZ:}2:KȈZ#dnD.ك\"&ɸۡGID\Zo=kMH\rW Z/=,oAMBH\0H\'i.^+^Q\"PN-8o^Bb\'t9h=g\\6P.\nzY\0XzCQQ9 %|oFE6\\]ձaí44(`}ZUr}VvuYx$)by2!μw\\FN=W\"=O0-VCF$9L9Owq_4E*AZ?YvMD]%֊\ZLYZaiY6[nYpפy|	','20250816225400','00000000000000000',NULL),('global:resourceloader-less:v1:d0b3f520d7b617c33c74c39a8d8553da:5ace427b2c061cfabc586d45628da27a','ks6eWE=,37θ}@$(!L{wlItz1]]HkBhz9!?t/߽\rcBx,f̅&K\nəIiDq]Ȉ{n,\'qu}\'^m͖_FvsCވȕ!)3ќ$\"^\n밅=)j-<#	\0}\nLN,73C$衦9bc2}@]\Z9l@J떥Z+Ns3\'Q0\\YFnRĜL<.2l+R%־LqRj,Иr@\\$*	/r-\0\0\'D$RdB[6ڈY3#a[1_)b;&W`F,%:1\'ي\'\\!yq2UBs8oKmZWFTNqZ-QEmyʗZ!kjlքfSEfP`x\Zj\nOyհ\nߛ<\nBhTNܣI\"&)࣐4vq.(Wҁ;ah)2N	Dbl[K>kjT^f1f\rI1D(gרO0\02nQ\'eNmڮ9>FOk:~v{qʬt&U	[ԅYny\Z-5F};6X3X+Zg.SyQ\n|eқSX,za/W3s(p	18??v7{Ֆw{͗^apKoy_KIoLF*(VW9H~\ne|}TE0aN,ҁLܡYvI`0ňg&/DNKHFY.|:rV{*:׆Ieam\nK[|alʬ`4tꅜ\\G3<Y\'i_ՠfCv\\ՙ~T)`0ذg5PUvmWmnK\r_mK+eA!`EmPI-uNb\0sءdh.szZЪж̓AAQD*DZdDL`iIsl$W)sԶvب=@bDa%;\Z?$bct+%!\'\Z]2$CXVcTL__\Z2D$3\ZPl\n5bh\'nжqTvpX$V}\0Dr<Ci>:`q \'N0v)29Q?*,|1e[&9VO0m:mvX;5p)cfzԨowW[LabQ*b^-qP+wFgsڛeغXiSo5hEɡ6M$k.śD	K]\\+1눌upxM^DBU0JZK)\n-4XLXTA1ݮgۗGeR 1HTg;A\Z(dh[{=j`g3cm\"m-|߭kh8\rZvQ=t1![l=WȊo6\n({<TwW*U%a$dU^oscwաT.%=mFXod`6_Ľ˸hN_,7|0\rѹl\",sBWt,	x4#y\nݗ0ɺI(#y$$ԵtUV݇5Q_Zځ첡K3wWgT3땲]5Z`U>	{[BQ܁82#>Mqz==\',*~{k߂+mzoG?\'o]Z]0lV/rHWg\0%^K(=KVʖ|CdH1#|SD-ʩu|nrmnhh3rij}[xYV <G:NZ?{d&k^B(K=oϟm%{\r҇2[R\n4;<m8aO0cq&vcC?	`m\0#u<[M޾Wzs/}Ȱ1;q$`|?$$F	h~','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:d260a43b65bad8a57475be386b799899:678bc5bb3d384af7757361af0146dcdb','mA\n0E=)dz46)Hݍ]pƩVq>g^HZ.Kl&/bZ,2{Őký<{ـ֕)-,1(Oz	6aw+pBsa˪X6','20250817004321','00000000000000000',NULL),('global:resourceloader-less:v1:d60756b5015b099f26a95a07ffeaf571:3d046d3873f6206279f049a8fa62aac7','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:d60756b5015b099f26a95a07ffeaf571:5ace427b2c061cfabc586d45628da27a','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:d60756b5015b099f26a95a07ffeaf571:8086c131266a7da3ead4d8ff8b35c689','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:d60756b5015b099f26a95a07ffeaf571:f9c40093637d8d115955758a3ead09ea','1\n0F=0\Z\"(J-5=&dG2Ƅym\n]ܸ/K0+_q\Z.@]:2~@BbȜ','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:d64e5bd6b65c20aff017dbcb1a44bdff:7bd20325ee17fe6db285cc879c1cd466','Xmo6_ajR[-@pitMڤNgc1%Rf\r-R!9><q̗Gg{E\\@无߾#ZJѴ@ɖ/H-y9ڐ\052ʳ~HPmkVMsctP7\ZO4\nn/ϸ	WӀJM4ym\rOQ_zz)\r\\+ʞoC%_Βz%J+0maFq?\nV[mƧkFAX_.h^k-&eD	#)[*qWdgkW9mا%zB/7P54M(,n]IK9ƻZBœ&-XC#EhyZ&YǼ\\XA\\fn9FInD؆hlp>\'է]R-xQ8J0&NǮ(\rx/Ik~% q+e.1(襶CS3?vMg0r\rgrM(׆Sk#*E%뒹yRwHIYʎx<0bD\n#~~7\r$~_ۃ;~`y$R>؝^As	=bwP?ݰi}OخԂ0$y6{\0}7:a/Í~]Mr1 !F\'eфqobs	{nOb. 41x\Z ϡG\'em,Ş{)h9t:ƞM+\n*h`$pSǑŚbu*3/rR:؉J`w6_sdĎ͕rNO6c[#_e#[62}1.Ӊ1M& x<OKh k)jU̳2P|agK0^ܴPC˃q27`^⒥$\".Cx-}[4a >&,f̀F4eMt2\'Q\Z\0','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:d729ad5de8f3be71b1fb62a74da6593c:7bd20325ee17fe6db285cc879c1cd466','UMo0W~?\'ۆeV`M}MW\'&HQ3+RGk/4IDN-Y\Z6_ɾj*T6aQȃٙߙz #~PB,lzd@D](CgPP*`BI||x`M6;\Z q5EO4V>r)Piu\'aaOB`WWk4{Q֩y\"؃#hr\ZZޱ6\0%g,`	Z؄k	f[LPoN5Af!n۸(׺Ff[,L\\oWШwP4e}^Uvc[JGv%q$YFLGYf8ל^HwHoFo6GMّRjw摳{	Y~sٻ18q]p-%^)^v}Zm:]-U$BF;|)=ī4\Z6;h8.\0(,\ZISfe?mAzVEDk7+dD\\Dt}FǕB;$wDYRF\"ߨdXN\rI2\"I_XSŕ9Fw>Oއ{M3n>^;)?Q|/C9\nIM!A-ޭoeE!k7~ױJ5xh!*F֜HVҗ4nLD˕̳b9W,2bU|q?','20250817003513','00000000000000000',NULL),('global:resourceloader-less:v1:db20b8e27f63b675bc7298cec92d8a23:3d046d3873f6206279f049a8fa62aac7','Yo6\"XR;I#CmEtwۇ((H@RݢwGJ-+$xp~ыux}wu\"(ǄQƉT^Q\ZUA.\\w$)ydBD^JeHNMD*9t&E?P%O,ݒUw0)\'46DCN\'N]Q0^jl*=ax-DL+2,|\rʝ?*xhQ	! 5AHu<p)(?yd/ɣ2	w^&(PZa#W!Ώn[4SbN`l5,d%pFT?<wKSb|M\'G+4tYi>ڣ{MBXMjR1<Q5`_pևX	3Dy!12Zjjtmg]AjnʣQ8>7T`D\'RCڝc2=G?7q:ǥZקD\"rxQw&hKY[DetG]\'K׋kGfc3ױRw:#khw	~{J5E	2SuI(sB#	ZI!ܞ$=OR뻒z_kd}6Ep@\riڹpEUr4|=4$r]\0\rnOMOj(&B?@8x/f@M>[I8oA*&އ~yߔ*KKAފo{nWVGs&Iae:uwXK1<->Br7z\rjU^:iH<9>@\nyYe;gKc$3qm&3eDW%Ԝ9>\0M)u1-~, g{P*YreVfrXIKnSF\rـY4`Dx@+NK!UNq\n2f!th院fS_i\0W-dw-ZED\'SYe\0 25>!o\Z(k\04gt\n;]w\rwπ0)Є*A\" &C.2\Z\Z)Zz&r<%[)Ōۢ✓Pš/,qJLʨAsHMI \n4x{5&5\0%sQ@`MQId?y8kJ-!ݚhCUSno%eV(\nLzCI0ݔB=W2Q(\'b1!\n\0+[.EK:r%t:\Z(	|Ktڍr:؇9A\0$a;!<u62-\"5\nԊxQeg]P`ynGUHl\'Z!K:׆^uF=k\'g͙ W18?;r0lsڦsDTsI\'\r&-Rp%\rȍ,MR<E՛YuRåE<!i8?ގ:\0p8\n8;?p{݆#Mf\\b\nL2X̓\\Q^{UsϖC ]\'4- ,iF/>GukHW\\ ;9DzÛ:/,@@KN2^	*]?2JRH΍ \02Fν%^%LdAӷg+A^7Ûk~=\Z]z&\r//_','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:db20b8e27f63b675bc7298cec92d8a23:8086c131266a7da3ead4d8ff8b35c689','Ymo6\nC6$NDƆhCQPeqDbEwGR.+-<{ci8?+ыUx{w\"g9/pErk!8Jy՚ɒ\\g 3Ha)-SR8#`	3>徚z?uzf+;QWBLQ`ʜMwO<xRSEWĘ@f2R>%K/*&~</fkqUZ҂?g5ox1̶7mZ&)繠%\r0|9dŢ`8k~k162a2$cyFEFs>)=\'DƦPCR9, \'\nsci3\n\Z].ﻡYz29e݋Ub_wCReg~_mcTTC;{~A D@>dMi!/5DDJ4OG1\\DwKm	ri݂Y]DG85kp\rGYɼa.\\}܌뜗֧d}8^屭ڴ|}m>k(u~\ZC1,׷k\rΩx;ĺC]}MӔֹvoi|Nh$\\GJY@E%w`T\'<;(?I6χJY]%h\nW7,~ޮm/]RShmK>a\Zh	f4H\'8x\'Z@hThG0լ74e>g_C-3(iH/daF;Q\"$oy9tJ|pmƞUs4g<lwwt8[\"r)\'h\\ou#sv[3}^\0f˚N{[1#4͌Jg>ČAXzȌ9Qu3K4xffZW*V̏E	>VRTLjǕ[?l0\ZV֩ŰQ\rnf0-R\nY|ܼ%!̼UFz-DT+Lb/$Oid-<hR Q\0`2>!o\Z*D\Z+z|N\'%Jѵ?JM$brĜ`(RIX#ccEGA@ǷD{뒣$\"cha$T2K<9!$y\\TŦFmT9x\ZI=+\Z[aL0.CX(!X,?SH{4Qʦ	A_c6qKV/K,zCEaVfw2\r).DR\0^`Mʁ|%\\$Wt}p.ڋ\'t*{-.k6z^йrpp__%Y/ϓLUGhml2;[[^<\ZT-h<{FφV<lr Cʹ!+*0sWܩ)ͺq\n$pfvGl89́ki)bfN*JTu[]+*Xע&7Euw73~HV%exC1>Kx8{*haQKr/wݽ1pQ[iP2>M+%ר䪭$Qm<(M5_r{R|\07š(s($K\r?gnTZ!hh!D :\05],(\0N^\n([ߡ~O\0ҰmVlp\r^7	e].!','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:db20b8e27f63b675bc7298cec92d8a23:974d0e85d3f251fd1769831868d8837a','Ym6</$KZo2zH^68CPeVZ\rrfHJ^[\\Q,%p7ΈXTWpW9y+\Z(X9UʫL,8	N9==}OS6%,ᚗs3Hs6$UΨbJT=3/dj	ǆ-oJc6#xQ	IAuTH2(`w7L䨔hj4$VvVRhDgTijh,eD+$0{q/߮;>t	L7S|^	#\'Fx5D]A^b𥒑ZYcƴ`.򚩎3XJ(9pbb4^& =\\t}Hؒ$V-X|kckSE>XjH\01E\n`lR&?Xj==ۨZ[k^J;4Z9E|G,\\B)ג[*&~Xo5>|QF	!ڏh8@L+zpڬ3fr\nFAˉ_,H$+/FxT&wB?(	!9Ώn[d4z3MWHs^\\y	\nci\Z^,Yz2HsH&죺 =4)EɎi&N=]oo>cX,U{LTmLk-P^HMNh\n֭!\"V>][x\"_:R-[I|\":u\\_Ơ *\0\'Nm1|x܌ylX&C.kyhao.n6uE:?N}u28hpd99VSsdkmԣ> LДֹvzIH	D/\\%wث)qOo~W&C+fvt̯2n̋nm{yPrY\r-#iH쪢%h4t{m]zěl\n\rjT\0\r B.^2aUGR`]H̗w\\23;^A\rzǌx´=Qת5<lwsp:]ܦK!0<Y?{̹sL\0K&ilفg[Sc;X#:\r,J{!ĂAB[\\sʶՀ=~ffZW*V̏E	>UmimOkt8ЍB5Yg	,MYqR\nY|<%!,Uj1ɦFDT+Lb/<+dzi갘!DT&<!\0@\0F\"9?>\\gdFS*9U(Nq8Q8\0Hc0P)F޺H	!H،=fE}Q6bfa1:fxW@Yl\r*KC4)`i`j(_?8	$U~U׳Y@<BT6M1M5okĢ;T4I@1pWղ`VpT7\0\ZA93;eX5KARt+JL5N0v^|F/\n\\C˼@$U˗/]4pL65T[fAjk&畈\'aqN˳S1\n67m.?wֻoȊJCݱykM9ĒzoOsO🝇{r0lvmӹ985bѬ`=,\"K\\U?bXI^ԟޭބح\'x*oKq7,\0`Jyp6)}`\'D%Λ%NDp^57%M\\\\cfrLF]&9<-/Qhë(gc \'Z͡4d|@W͇Y5ւ\\ ;9Dz㫽:@ݵCЗӕBZ-%F<n$Q0«y\\>!\Zt¾>_\0p\0Gv|h4\'WW7zI6Dm4E1','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:db20b8e27f63b675bc7298cec92d8a23:f9c40093637d8d115955758a3ead09ea','Xmo6\nC6%q\"cC\rEl؇t؇(P@Rݢ([񫜮&xw{(W/ֺ7d2{f)i$LHłj\nr&/\\HXaQ_F,pr})Ue%?ߟ-CRVTtFh\'vT*6t	)]HjXBxNgL|E2Yz,(ND~ ߙiJ\nv޻nQg,3djy]T%$jW,OwƂQڵn\\wFdc-kKٽ,)dNy%N|_mC1u5Wof_HՇ	3D}!!!1UXCFAKB<Mo-VʕGvgU:loxc0݂y(fOX\n:߁?s37s]r>d(	QǶwfhþ7w241tzuĮsj:^nSsb}ԡ>LfhJXJ+a]07ɜByX\ZGadA1FzxVac6w=γoVcH]F0a!vo{uQr\\Qn$1]\0a4mSORZxS5{T.Y<t@m}e0/Xϸ&Q2KA~40ZjCsv7z7mG\"|)$G\\n/yb;8ٹsK6G&mrUOqG**h&T,Ƴ`drΠNXzɜ	AtURj-\Z@^ԯ1 4cyGRɒ)Ù_~N,fp\Z5fnݢ#~iRTL%(_\nܛ+Zp]3شh(\ZEl>Av|s-[\"dp\":H@\0*Sh#hCAV]iC&Ctr;RIĀj䜽`ȹIx}EˎޝDZ}#\'Q2bȶhiIb0\\@Ԡ9fFiPT9x\ZI-67\07`]U叻 dQ]ĨU_BGmjC1m\rovxQ`J$`vrǪ.x~vA!չ !yV9%rIg?#I׼oJi}ڷwIrF/s\\ݖWܒ,}\0%FVYW Vł*{Cs\n~8m߮!\n,/윻NdD/7>\\Γbfg̆imNkN@D5tPoUԍX!2xUȲ3nbuwԛYuum-Nb@Q^:!Mix~%~	{RVq`h7@WLpf)4)ذ2D!\0gET+HثG><CXg2:k|(B?[+rLv*r\ZXGmzXOCU8uӥBV7~|S5\'pwҰU5\ZBt4NWQ< Mr;\ZOlHY<','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:dd832afe7ca09f56eb952748cb59b58b:7bd20325ee17fe6db285cc879c1cd466','Z۸`e˒\nr84@K.-\nm&COKl\'Xșp_so]<hFSD4+FPN	%Np;rgG2AbrCAo(0~1On2.$`&(6$xO8xU1#Eg1+9Q p()J7%\r\'4H*<\0@U?sVX%el0ޗ-uT +d`PdhxF8\nK |p\Zi@@ +Vg_Ȏ0tQ{WgMmVgFdyw2^jʇЯ\"R>\'l2Pʛп$/DUbƱ`cL4uݿې,@\\&(WH\0\Ze/(Fq쳐3`oW&|hz\'y\njw;$H]\'A;	\0^\0v.=\'KUWGH:)ypYBIp)<#B:۔=%1L%PXc֛\r6;lὶ̌p\"Fqt(ay`E=@V[/p(@[FՉ%5B}:wktBd+qRU\nH8Jtn4-m}HӂA6p7Gc&ATQɝFd}_R}\'v&967lSN>w	 ;\".e=P7L\nMJgXYK(ح{r]H%Nς_9xBR3-+/MoVԺulv`]J*-mn:f {HDZV$tiM	$cWvdZx%5,\nAֿs5O\"D$[v2f=VCgÆYfh읹]Qu[\\	rRilG{Zq8X\rk*DϬi;nzוAW \"CfְvȃLUN\0#d֥V˨eua[e\\+F8Ӻ83ˎD0T\rYVPlRPW{+C%!8JxwW4:9L\\C{{RU̾+k)g?ۡgySU$Etqʶ\rBcQ<2ljt	+LXAv%\\/sy0 wvʿİ:	Ɣp>+bwzz|\0}?\ZG~UPg-u)\"ԽzcgYȔ\ZŊn=\r)bAeg9X@quЦ,kk6rC~sL7-B9Qڶ\nA_ׁ̞4!a&k4ĬjD^h\reh7<:x@VP\"nfs3ҳԌ\ZٰG䡠UV×?~Z\Z)qTRgp֓=x2m]7XcѪE浣	>AJivp	V>1_HpiTHiZLh8e11W\"U\0oL0Ǟw\Z\rUVV(ʼ^Qtmրyr%[R\\&YFi8:/GD[!IC91ish!c&)j\'mP![՞IlۆF9ެ\Zbj!@mU)y׬Q@F\n_6\\ddC!+vR*	}\ryhy}!f_즘\0>Q>?;0^NV\nTNmk5HJhvk=$36Nu[wv]EbCuCYjv}#iQ>z|F`sHI.Iy톾~eSX#P>1M*R-2泣o0-cT˃LD]MBHanlb4tZ`=<.̕6VzW$ڵ,,e\'SK_Ae*3[ul\'mBZ\r.\0?tJED(y?I쇏iI<_b`\0','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:de21caee1359a53e7cefb9ca521f189c:7bd20325ee17fe6db285cc879c1cd466','Tn0+`8i,1Y2L9iWG9Eҵ[SXh;%VZ%x<cFZ|]D@z[d;ԅEI6\'w=A,CAhpb`bh:Jǂ­.)R&EW:w;4j\"{ErSA7&^v=I(I!۾҇/,7d3[߇o6΂HV%,<5J&Kh.Go!X;ՠW\Z!VCͣpS%\no˘yS\\TIt({WTݡr6_$z҃JOvLK_6%Y앫DDyJJ6Hdb\Z_MM;FrGxe8wG\"N#;s<GS,BAWV/z{ϏTvRZ,Ӏ<M{$YGwyR*5ѭ\\%b\n\\L^U4j,3k','20250817032615','00000000000000000',NULL),('global:resourceloader-less:v1:def6626dea60a88599c8639477764fce:1d37f978382d2702b83c49fa49390a2e','Wmo6_!$pWT8/un+k,t,DIˊҴi\n֥ɇIY4j%ƴ)Vv}sw߾>FdRnsC2.Q5X>E;.AW\'72r|E%IN2I@?lgALs01-A~9}_b$6gdET@J3kSkw_\'YGwTclNJk|GF~ç<㏊@b4O=ys\0\"Mz/@*S#f\r/|Fj]\"Rc@A{Nc\"48	7\'].Sd,W_$jt\Z55e.QHSeX?֐FCr`OMH.\Z3!ue**A[.kQy`ВYZWAT\"q|fD:łU46\"NxufG)Zqq{VhRLr0@ 8J\r,pz4VXza2B(^ӔxHFL\'S.U%\0qiFԔ,Hvslmz$g4o%KSOKK֌H5I|M2jUɔ&JA3\ns\n(X\\i7\n	:6?#]]ǽ #7R>P/*L$w͵@ ɂ<l1Q6\0o!S:ݲ{˞h$9$3Rh}Q5wM?VыTk˦wy:{ދq#j\rmI<V\"䵙	f~Йy^J76\'F5<{JV}Xdv^_f0w>ϑG\'N#\nHar+6,/,VPU:nԝ׻:,W<9UC3:GCI!cH߁ m݂/i-Xֲ\0us\\x&t)ii<U-:\"DWf[gLT&ߚOmǴiw\0M-ȥ	\\3rfreڏZ0~8q$p<\ZaͿ','20250816234951','00000000000000000',NULL),('global:resourceloader-less:v1:def6626dea60a88599c8639477764fce:7bd20325ee17fe6db285cc879c1cd466','VMo6W.\n$Ahɖ-zEdCg\ZY)Q)4!ڪ#qpf8E@3x2lb6o=KC2/\'ϟ^^,*][Rp+r\nH%_˥,+^K(0CYP.ƀʿ96+ 	MpO*P4Qi,S(-RwFPZqk~R)>U5dr啀ˊŚPقjHzC ed4n~jMI3	*5`V7a<d\Z5 I|ح(_{D:\"|d68!)_<°}vkB\n5C\'FT\\rH~]<+HV4B[W	+(xFP՚F`$buSThU8F#dm,TWTB1[--,:rs<rH\ZIS63~1^avP\0Z\"[bA#tzM%տڽSUVFwA,kJMK(Y|[ϧ\';˵6v\0_\ZeeĿt>ʏGY5;k)zfuWc1Cc?y]Vm:x;z*ŷiX>N]}=Kb.?~e͇]A99ymnHQ^%qqn2A;r5Lp܈#Xp~{ll@djqLvĒB1Z#uILS8VM!<qB{L]{k;tݔLYK)BYL!kku\Z7vPq=% } 0$$|~` &w\Z h< <|ɌGxD','20250816233039','00000000000000000',NULL),('global:resourceloader-less:v1:def6626dea60a88599c8639477764fce:d4d06835a43357cd087fdc8037cb8822','VMo6W^hK[?\0E/].z{50E\n$8\r\\[M8ZEFgl\\xLs;|=qQBi\nG1C]ܣfo,;G=7kCA᭱ z$ຢi@+_+ilMi<@+]Ow7<DP?/&\ZiA ɲtG_!?ZqOOĳX|̗P_ӷ$J۟?}	Q|D1s5	ysxaͽ\rхA\"u\rwdoއcd:jGaj\r/$OfD=k?)iuIQƒ|nF&:OEj>*iKU 	ƼeWBӑn;\"U{89P;C5-fݴb;K}Q[^ 4\r@s<v+;%M{>vX kN*6\rObqp~xtn\n0%jd[ʈyqV|f(OKz8}zl<5mc)oVl\"QApv˞eѸeδV9+f5pznzz-+K\'we3Cr$y$I3aJ8j<vmB_2{=(>aY\\K|M]:YE!A!נ\0]_!t俹*B*u	AI]jn %Ϡm^zY߮b-Vo','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:def6626dea60a88599c8639477764fce:d869d01281872168e4896a1ee1c06253','VMo8W.eˎ?X,HCLQ50E\n$;wH6b%zޛ7p8\'_ֱt2_Ar}}E)@IITT܋ƒẃo`\rC=|xǽ<RjroӘu$\\xx$b(JJ*ОI\\A$s=`qkRsK\nsm9>V}ByEjCK_)Ê\Z\0y\"Vgd<^}\ZCH;i<x.m)jpDybx&_JVCLOGĳXtq3OeuDNw%Rҿ}(>m\"s\n4F޾9tf,J<lf#yچJ[OfDIW-B}0q^Y\nJӛQ.\nSQ@ow*Y$i_EG~Gu9>7ŢX8R$JoeT%	_.RFFR-жowy\ZBbv!\\c|u(mJU~OnvԻжt9V\0.NBqncuB|\Zu}C>mEx[Պ?22b}{81}?1wFK<xid͇lsMVjoPvG0TݰAplɞpqsV~\\s2JtB0S!*99b\rn9gXrYpܧI\ZH]Y\"L.I 5кڮOG80z\"f>9v<<	BBAgNƀoY X1ոr_\rAA]Rl\'\"Kl9xf|Nl,d1?\0','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:e5fc4377ba675fd4ca5dc76906a130e6:1d37f978382d2702b83c49fa49390a2e','SMo@+Fb3%UZU5Q{^c<5FjZμyoތF+˗0{7ͮ\'zA۽\\|s0%KlNx#u,oy\r6Q@UsH5+9xw|>*xTP*i^)uԖVo@6ʐ|s@+)$<sTX{ђ%6W\n\\dwȕ\\Ui);nJZ6:Pnq֩9$1XY% \r\Z|FeOv\'ZSKzڐ+x.PXMA5KKE|R[D\\k&& A\';&UOwCl)	J6|S|b\n+2<H\nXM$fH\"N\nu{T)$1w5[].^7U-]oYȔJ?M77/*^)\Z4y-AkI յIFÕ\r6ͻ,057\r]Y$ߡ\'ЁA\nYH7u1}$>%:]KFxn 쯕OD&D.N%u4P?ܲVjkgE1}m\'22p%F5ADks7s0b0T$%d2Χt<8K','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:e63449122bd7e12d8157788a70d9d524:7bd20325ee17fe6db285cc879c1cd466','WYoF~Dypbct$@ѾjIŅRG,)JpoNx:K]x|y1{8B:ȥB	P\n3)r)n)u%Bקc=5(\\tcIm_wl\"r4dpo*}IǪE:/Ӂj/4qnTH*\\T	Ѿ]h:b.7$P?//Q*=FH$<?wL~)hR\0Q:m4^q-j2Fեv|d%zZ\n:a؟4DZj*ηPWejg畑{%ح)!((HЯJd	5WrXUh{Z\'PP2WbAaW\"0rx[qk]7C93gX怊Thͨ;(\" i?dt]&hY|dlAM$Uڂ7\"YjD0邖BPw\\.4_:\'@d:V\\;Œ:d=^אVy14ɈpUA}?x$StNE!]=DZHݏa,Sn0s~97]Z,*9h42qPQ/YZBrO\rJXvu-Lo  jT8ÏkX\ZYŞU5\r.@!)fm\'?> 2# cUgkva\rPQ+\n* m~].xJVTIzgOH܂Ti#S((ްՎܕVCq*憔t,1;LTǰn75՚RE~ؖ\Z+a\Zo.֭YXަ+¡Nsxik͋ZC35z-i*fQ6^W)rA\Z5A~7גh;tNPrЮ1ۮ>U]y\\A!l9yQ	!h$)s90i+umݢ*\"9}Юiy~\"x:Nڍ?sաܙkFːA5>\Z!OoMmwzjj\'mr%ی2)oN.K1&ns	|{|ә.0񐨳ik\rz`wX9_<}_xĶfqo;Z2E^ɘ(8͠7DU\ZZ\'>!iq:	+L3~@k\nw{G޳#yND\'Ot!KjɎ[:\\ծ?KSZ,r\'I\rKV2|q{pWd&d41qφd^','20250817000526','00000000000000000',NULL),('global:resourceloader-less:v1:e797b24e795ffb634790e1473f2e7279:678bc5bb3d384af7757361af0146dcdb','TnH}WpmmeˎcO^.M}IEX3i/g$_&2xHCG?8At~~0?|wr89`F5,TEP5C0hLcivCO#>\"𿂏;\ZmTʥ|]q\n\rC{eH%%1kh[`\rFs>cܪ+gۻޜ^kd\\$`\nI/=p[g!iUƓ8eZۉe\na_=jC/`-q(bl΢sj\'2!uFTg\\r; x8ڎ;;-|deXeE%\r᚛skdS,Sb:]ݠqԷc5GQ鄧@jwZ2\"Kg\0A\n&&y\\v]wbTb$Lк؟n\Z3cΤG.#y6 ɐ1	fJj{2LiM{NBezuLFw^\'\0MS듪JA++!aB[\\\'WNaa!v\'r=(8)\'澎 7Wʬ,Og~]ȁ_)ݔ\\G6^rltr]#{5)b`FnɩOt)֤/D0WmAbdz\Z$J*jÃhڤTt|y1k1{w,\Zc!,%股ųxm/K|Ak3[\'mJ)\ZP-A~f<Wj6.i$t9K+̲xOj','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:ee5057d3c414c2e1299b402e77720f6c:7bd20325ee17fe6db285cc879c1cd466','TQo0~ϯ81Uj9\0Ip4i/}äN۳cpM$jvƾ;ɸ!+×ˌx<1|/@A\n}<?>Un-T\nBPaN-M̖N$\nĽ&<}5(y(Cv/a}O%vp*-xBƒα	-hu#j4{Ƀ8q5J8\nb͏Ӂz[&-[Ʈmtk3|K)\Z`SnKL#:٤Pd{Q̆`\ZmȧCJs1L0uq#\r?^Tݑ]ASUTT%={nQ(K6-{v;l{*6uFэ;09׍gx䌋)LxlEV	/.<6TvWOQ\\L+_`ɱ\'^(ZR+{Â5ZdG;x\r7l꧃t0WsW=[^^Bރ4wmlYQdLy/_4GCYE~s\"XG\'g+JaJHgE\"\"DL|$H̓a~','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:eedaeeff8c87a01ff87d9529aa04d746:3d046d3873f6206279f049a8fa62aac7','RMO0WXt:qGn8!ΥY9.I\'@HC\\~O1c:&Ƽxy}ymԬHelQ/	`Qf6Y4\n݄}5<Eh@Իw/gA[\'.5MJ\ZԻaS|7);E(`V@r*NC1/oM-LːV(|DӀ盢,*?TCc+c6}mo9-\0\ncZ;]^ո','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:eedaeeff8c87a01ff87d9529aa04d746:50d1f08abc99dc74fa810d2eb8ae1929','RMO0WXt:qGn8!ΥY9.I\'@HC\\~O1c:&Ƽxy}ymԬHelQ/	`Qf6Y4\n݄}5<Eh@Իw/gA[\'.5MJ\ZԻaS|7);E(`V@r*NC1/oM-LːV(|DӀ盢,*?TCc+c6}mo9-\0\ncZ;]^ո','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:eedaeeff8c87a01ff87d9529aa04d746:8086c131266a7da3ead4d8ff8b35c689','RMO0WXt:qGn8!ΥY9.I\'@HC\\~O1c:&Ƽxy}ymԬHelQ/	`Qf6Y4\n݄}5<Eh@Իw/gA[\'.5MJ\ZԻaS|7);E(`V@r*NC1/oM-LːV(|DӀ盢,*?TCc+c6}mo9-\0\ncZ;]^ո','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:eedaeeff8c87a01ff87d9529aa04d746:974d0e85d3f251fd1769831868d8837a','RMO0WXt:qGn8!ΥY9.I\'@HC\\~O1c:&Ƽxy}ymԬHelQ/	`Qf6Y4\n݄}5<Eh@Իw/gA[\'.5MJ\ZԻaS|7);E(`V@r*NC1/oM-LːV(|DӀ盢,*?TCc+c6}mo9-\0\ncZ;]^ո','20250816234954','00000000000000000',NULL),('global:resourceloader-less:v1:eedaeeff8c87a01ff87d9529aa04d746:f9c40093637d8d115955758a3ead09ea','RMO0WXt:qGn8!ΥY9.I\'@HC\\~O1c:&Ƽxy}ymԬHelQ/	`Qf6Y4\n݄}5<Eh@Իw/gA[\'.5MJ\ZԻaS|7);E(`V@r*NC1/oM-LːV(|DӀ盢,*?TCc+c6}mo9-\0\ncZ;]^ո','20250816235055','00000000000000000',NULL),('global:resourceloader-less:v1:ef49acde366c36e9270212344e2bd83b:7bd20325ee17fe6db285cc879c1cd466','Vn0+%m-\n!E{ȕDA]ʩAj4\\EǍ&\n~rKeҐD* y+KrfyF]/!J.d,d[JXxgAAowQ7a\\w]a%	~ǿ%n(YX*qMD\Z+/eVlPM3Z^^hBબ |E+\"bMCkI/P¾)X\\\0d>v)HF$MGp؟!V2N.u_uXS4-<\'=Jt>ciBP\".8NQU]2Mf	MϧJ1U,Etod;j+P+h8rf\Z圃3>O@^fȟ 05a8[z.9|cDlk{6Hc-6w2`#huGlZϝԧs00zQ004vp]WnA_s$vDdG,V+#;pDZ\\вtkpԒ\Z+}r&\\Qٮkdrk1B/E?.Y\\c\nUOOۮS2-Ђ@|@[!л-Iӗ5l߼]윗EGt`\'>g(\r88dAM1CΦ<1b~','20250817032614','00000000000000000',NULL),('global:resourceloader-less:v1:f1b8f8c2cf19fecb45ac4c0685eb5d05:7bd20325ee17fe6db285cc879c1cd466','Xmo6_A(_ba0`ؗ\\,(T,%Y#I!plQ;d,xoll0_at{{Cn߉$Jf_82kC$˝ڝ̆H*a\'\"#Jl$@CaN?D\r.q\'H :P2s4N\"9κgP4g	SO)%zMg?9tl+qyĜ [?q@Y8Pz<lei~c΢Hf3+Pi|Q,.!L\\\"v(Sr\r6ØlGqTW^σ0(S5	̀UA[EH>]Rj7n\0n=Koj1aӈRr\Z<$Ǧ&E@\'X2dUƥs]I8~&ch4Lq3O挃FS6nyB)[iQr&u²(JtOai%}m.r0,D a*\n^^$>	יzp]	6=	uoJ\0;kw^/kd0ʵXnbb]PwB*yViRNۼT9&hXsع>\Z6Yh*؜h@E@y*뎘m>L;OkݡvNiG쪟PF\"ñe3V&.eah=6*f\n6F\\g-!76\\)H~țڶQaY+Cf v<Q3]*Wo*t\ZjI+2iw_Mn=wsVa0UɯLN˺>|PL\'r\nj0:ho^:1,uzUfu\\T\n r@W~m|ʡִg%R꬏~CmA,u\'R0x\n-̳?#pu7xaLMUp\r5K qy,B7M\'t.zqoJF^u\"K@-D<VpDT$Ց({A	D+j)qG:fjX@j?^AE=ċ~zik\'ap5xcG&].쨹[ˤQyY4q`V\0ϬP\"9Q*hy*i9vmڸ_Z*!o2sdcvOӏU>7\\Ic\rY\ZrIt	ep.SV\n+CƪQE\ZKa;N\0K.#P*ok0HM0f`Z4\\:s6YD5֋1[Η ','20250817014838','00000000000000000',NULL),('global:resourceloader-less:v1:f601d886209f698fab879fa4769d39d4:678bc5bb3d384af7757361af0146dcdb','UMo8WC ,#|I.n	ǂik`H*v6ߡ$	zp\"\r9o{\ry2L-	2kM(JΡ}r>$}P-haJ2I0V2s(]	C1m.Q\"?>lsqPr0%+\\byyZHۧVT4<_t6ֻ=J;r .6F*ߨVS>IHYRh /˕qHmkॄ\r{z(ji\\+:x\\#+mR <	z\"*G:BTsZ7Z5VKl55-e/jd*	9gg}{|FW݂Q$J\Zѵ[yQ4|V(\\@Ƌt2\ZTk`U3x>+MC^[;9o..^]?xw|!L{v,-+ߞt>xG=g/F$\0pUT^^מjz5g򌢂SKyC\r|3ò.ӟէΖ忕67T!M#t~Gm;[nƎh@)cuTGX͚%7TD?%Z\0G_djWhHFg7Dv\\Z[^N3N\"d<c2eL\riHQ&6~r`I]&s^n{h4D\rK\\{mG2̴挼#W!3wDƞ/KPprPreiM}ܺvl^6ߦ_vL;wXH㾔lky!IsfR_h4O8MjNRxp5t:\0','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:f601d886209f698fab879fa4769d39d4:7bd20325ee17fe6db285cc879c1cd466','TMo0+F5	%bR/{aV{$#;[nˇ=f+FKyBx8KD%<|zj8%,MQ%5pdWGA+iGQYR[-~kepڭWJ`᫄C^<J*ԎucBj\Z:1+!ki 07\0F՚Zrd<zn\'_n_7?v׻cUX#G8SFﰒֱRF˅7{n\\sf\\μU0UAmiyuRVU1\\::O|\\)rPH.$w\'77I\Z\Z|	Ķq÷,,:Ǌ5j/v\nh	 qTBwv|JRJ,JGa<#ȽY¼hQDF\ri⍳Fax7mFZ6\\8tw\'>?HD>drG@2>%Q+݂m\0xx[K}!og۟(?+B dKЩNgc:.,o}i۴,Ukk;*݀&άgJ2F9YIl霧yi:','20250816225401','00000000000000000',NULL),('global:resourceloader-less:v1:f79a6dff31ffca8ff504d6986756779d:7bd20325ee17fe6db285cc879c1cd466','Un0+Xbd[-홢Vz$G{\"\'i=;Y.%\\1ލr&<<bc-G2,ѯd_nZ[VJr՚y%(`5I2)Lc<ǳϡb:,.î]\\XDP3cXYqmEcBeźr8XܦH+OR+6k]7UU]Z0|8;A[`tC$c[ȣ`Y+J#s\ri̎DGʞz8\'Wժ\Zmp2,3[Y=6,m[9:\'a؇LP+ikBR42ņvIZm\\zUpV<¿DvL5\'\n8JG8g~pIDL^*bc[wK}0`FUrhqL{ͨtC	ύ1\rGPp\n͙ɇ\n\Zi7~7~bJ-w\"2Z${B&HfdWu\nă.I\nT\r9u1i&Lܘ=0OV$$rBr |:%TFn,ϊ|GNJS:tzB7t	|07ؓ<^K6W2,Y*Ai.b(p\"o','20250816225413','00000000000000000',NULL),('global:resourceloader-less:v1:f7e0165bb95bc981e4e2df4218892578:4ad4b6fd499a78783d48db7cbd9b2dfa','m\n0D~Œ-T=lfDXMR廉֠0^&;KX$P*Ϩ[0e6Nfn,eۄn\r);x60{na\0h:PTdקy·Kdw]Fƌ-uF痦35*|$J2ŞP]۴dY%iUUcQ','20250817004306','00000000000000000',NULL),('global:resourceloader-less:v1:f824117379b52e03ff424ff384e02bdf:678bc5bb3d384af7757361af0146dcdb','UO#7~%&ytmO\'*}v(\rPޱ7R+D=|3y,X<Qt2\0wo=%h	4FK \rٸ{\ZF++O\'۬Zb=X	ayAp-\\bX硒^P秊C{\\ C97O}kZۈbˎ&v8zG0:kq~ф\Zn#bay\0V&le 1\rYiذi5U<K.:XBBΔ\rAz}#E`ARs&/=ں;bs\0yK]Ӡ+|Wh+\0Yi.*r.cGٕk~aݤPҒՍv׭f+4䝖Ƅ2ЮX(˸0P^&59z:\0nZ.m<QX\'a\'\\6:I@_KE@	\'k	[5<;Y~4\\gJX/ZҮ`>#~;x@@i@D,ELOȕt\"w6Fk^Θ#(˚^iɋm֦LeطTYB+}eNNAFoXbI2S,	؊Uu8:Չ|lE,Od==li-R\\Gl-T%a(uFX\nYʓ)a.X:#q_\\uAڹ?LϧBSqWH8GeQb*TGHH<u^XMyF)M)$}e]HȩPr]H@F \n5!?TIgۺ}2|ߝ(Angj1ZN\Zi 2{G:>}7~K6oYDubmYr~SvL,鞲B$-nAȹX,F,Os-n{]>sDT0f\\T1Neg2;gJN\'|>\0','20250817004337','00000000000000000',NULL),('global:resourceloader-less:v1:fbec2e65f95b49978d0a9b4be0c87e6d:1d37f978382d2702b83c49fa49390a2e','VMo8W[J\\vn	gJ\Z[\\Ӥ@R@Cʲ7A{M8o޼rAl髓[۹io6\n~O}yJ]o4,jB\rTE!N1Phv)Tp>Uwy	sm8|#\"\n kn$ڈ>6%*~{<O7\ZJ;ĕ܁w/\\v!}M(gpILTH@ъG#9E{x l兠/7mEBˋF{R%ۗHlV_`=)c[u\"*=wBfwHNI%*55njj9в7`5sb!G>8t\n)pRR=wuz`tƉ}Q\neЕ[*\ZuylUE;T\\\nRk!ZmX@YXt|kw\"Y-&V\"/H+cB1شmԀ$P\n{kŋICok_J(qZ;iPc\\VaX yU-uڲ(\\xL_,qEU+_MgVڡO7tJWMg7W\'*F$\ZyOρ7O|>},:_rss|v^>4!dv舛k=_jʅv+Ҟ8I;G4ks3编 S)8#^\'XUgR䬱>LvwzIxشxCؓJ\\7s&[O.KtS)@3-vdl><<HõQoT)-}l6&Nh2L\'d<GIF>','20250816234951','00000000000000000',NULL),('global:resourceloader-less:v1:fbec2e65f95b49978d0a9b4be0c87e6d:7bd20325ee17fe6db285cc879c1cd466','Un0+Zby%=喢w\ZISS R^Kʋgq\Z$rY{ưd,XFWdD~WhH`֒[QB$!G%f*\\y&gϳ@	%[uoǪl+ =FWш QY}EAYnQWP!1BJ܍\n<CD5$Th)yc~!܀[ٳ$ԚvH\'h<<\\WDEnfeZ]36<Qs*\'>5B/%@J}~r2 [.OXVni[4:m\Zs[1Ot\n^C^Z>e\rό~+|?%-iKλ8¦*廋H_gcQ\r4Z,\\a{My߅],E>i]OZ0khhɾGݨo%>לi9KHƞ$9%EB簉jx6]&Q]O|\rwM;wL?{\ns2j2B/\n9h:{s|--:פ}{)dg#Y9,Wb	}akG#<,<I?ڣs7?d&YE*bg<Ny','20250816233038','00000000000000000',NULL),('global:resourceloader-less:v1:fbec2e65f95b49978d0a9b4be0c87e6d:d4d06835a43357cd087fdc8037cb8822','Un0+kV2,1Y2,qGrLФA{	H||Fs5\'ƄCl:a\Z QY\"аBAcǨ(,j/A%\\2cHìt;(ᬦ\".1$o&5ZJt?RFw0&\"T%j.Q\ZY/NB[k\Z\r\'JKl?Ct(Y7t\'ix@-ק\\Vn<I|O=Y\rVVa=lAEЀF΂wx)v?^=tB}&R.>#}dz5F>o |ɷgpL%n&>8aFw-5dk\\ar͙kVw֢Vf8\rHS_e*JI{*\"yE̵>GeviB\"\';(V947ؾ/al7P=M\"\'?/YѹܦI);S3O?ܐ43\ZBY2#(\'d>NgEL','20250816235054','00000000000000000',NULL),('global:resourceloader-less:v1:fbec2e65f95b49978d0a9b4be0c87e6d:d869d01281872168e4896a1ee1c06253','Un0+]VǎKQ=\055E\n\";%5K4H#73g{p+%7bƒl2 AGj@/\'\'-!e\n\ZWȅu\r\ZU \\z2b¦\"5h4*tȘAQfh=ZݠAzSsC;0*D]5n^ Rc`H8k*ּsp?ro$H\'h\\AO.Hк_vnss	me;5P{Fi>~\rC\Z`\\w4&L\\寪Er\'ӆQc\rp/JkxlY`g!;ޔ<Fۃèˎ]1ʲ_B{\"R.ObGQ#vLgcфV~GbIĜ-<$gDtBz	.;otM/Nn˜%\ng(HE4LZM:.h7nsxmxp3\ryu]X9D9h5{spV!	9J؞dI]XUU%E)b.r*D.(/','20250816235137','00000000000000000',NULL),('global:resourceloader-less:v1:fcebe61c82e3067be34d852fa257fc96:678bc5bb3d384af7757361af0146dcdb','Yrۺ\'DM4>43Qz^	8\rAZx7[(ZI,?o?,w\Zϵ?z;WZfR%D.E~1V6̶Q*xʃ7\"4\'*ȵ,Y|^?_~WO ,\ZJbbXp-2,z.L3462}-PBk)ᗳF#f<\"6TrSǱ.CD>b=\r$r#tskN~\"\"i\nGoe-	e0\\1=4\"u$,=T\\[>q.tkm2TЪTbh8A&C	6bEL\'2	a<\'0foU(,ԵHkox2KV0SMTb\"RLdomZk$ZGaI6י}N\\,BW9ՙ!xpmby-R91=ͤ+vt8	HyHc9Dv\n\n.G&LrbSKlνktn6JQӆT#f$J2C!4jٯgbX/\nSvԛ$LYm칇 R2\0t//>O	 iU7`-A[5ZYGU	1M?!l2PPi}Ta~\0Ĭwٕu+nq<.\'xS0X2L\0qM{9:y2T@21֋&{)4@8!D-,v0pa4Z4Uy:U. {Dj8#B;N&|Q3atp`r\":k[#}<H4\'s38Cff,xL4*g|LC~w(ݗ>m2v/kit:G+qE7\\;@`yo}(6Fj	(-[Kk\rͩ4Em/Do`SY>Up]l(gr	HqTB)C er㉰$rCm3`g9tSR&6nȟEo	1xJ{{:bfD힁W;~`xuM+7h\'ɱd:	~acp!,٩h&cX3Ky(s3fnI3VD*\ZՐ&!Xx=kec^$Wm\0va3sXcӵ},U\nH\0],fpyºNh	5Տ\',J R*Q磇ypVMH_5j12\Z#VGl&<9P\0m3X]9j*j[JZj*8Gz#&&OgT<L`)PcXX SڔnJ&=5{*\rMf]=g9+̛Q8ļ~{ҮZh[ g#Ԣ}muiP\rq$\r(7fvkحlvM\"Փǅ%jC,չEᶋKz0\\񮓩9aUq{l%y0S t6}\ncVS7-sq#=[N)5_8	1?x?nPWAB~V9䯥VuG9BYPtlHpZӔ6ElG(j_A4ۥCkqe;@D*asS̱ctH<2SSeZ)^J?hem4j8%U/O=UIaQv)أnw/f5k\Z7R?fJ)l5\Zol/3(yM+bkAzWu17\"Wn|m?ToGuwJ_:1tGgg|Ŏ<3X*fg*|naLg0lHqT`/j\"\"=Ir/>:}!ȱ6tk0V9ҲGy<کx`k;Da}qN#T>(nvxx{ڡawmFvzd*n),QwnuKiΦnnex%L^1eg׭/$Y`qIR7jE4RN&\\3+gy/=qzyeF;l=X[ʪg_\"`p?3M\rCΚ:HMW}3m=<U9ub7E`2\nAbzvCS+kM\\q$tLs?ߦ֮oNjWQ\'bL\\-\\mM?~&u%j>	\rI\0]%i@6TVخ;A#JNb	I>	ԅr|Еډ*388>^{ta3$_t*]{v<V!Í<4Sk+RIh5s/p+[5c1OH̄Spm*W\"υu`h	\rt6`}Ym%dl3N`XNx(j;Q>rrpD54=7=Fnܖ\ns+wQDuuAݡrob=~yvLAt9','20250817004308','00000000000000000',NULL),('global:resourceloader-less:v1:fcf2fde1583cf2fa996f1cd7dd2403f8:678bc5bb3d384af7757361af0146dcdb','uA\n@E\"̦bQiF58--⹺:Z\n]7xYR҂E:\\Bj\rsp6cW\rut$ߔ\r<Ef?wrjE6OD.cYvO㻁JkڭBղ`\"XJט','20250817004337','00000000000000000',NULL),('global:resourceloader-less:v1:fd48fa8764548617a9d40dc992b776c9:3d046d3873f6206279f049a8fa62aac7','UMo6=o~@EXZ-۱{hO[GeHbA{Tbl݋M=͛y!OK6e\ra/wcpAm,Z-hc[T߻I0KwԜnO#YItM:J(Y%]bL֡<$E)#|dEϛ(3iE%1$0	\'h4ObvР!w\"G!o ASNt^TF/M%T\nPWpe8*~̳\0a4I̭w(@(O$Q]iH\\)\Z|Cb俱HCpYOLuX:491pSaLTN᱀RDZ}{3`0Ͳ_7u>9%f짛yhY|F[\0M-c8Ӣs}wQ{KthͦY4jnTDY\0Jc+A4*8d:~pr::k6ކ[huk~S\r9VQd*0E_iُ7ˋg\ZEorմ^miKSsg[jb)2HqC	Ŕ	.0;h^?EHu(U^$!K]Z\\nLݗ@7P\"9;r_;R\Z{Nf%˔JVT;DϳtHN<Tc/{uSsBVo\n$|ntNKVSڎAYzלwߴ-̛ /t\nzr-]m>+\Zru=9Nrz2_?','20250816225332','00000000000000000',NULL),('global:resourceloader-less:v1:fd48fa8764548617a9d40dc992b776c9:50d1f08abc99dc74fa810d2eb8ae1929','Vmo6Iٖ8b(vl)DbgAHiM^(GK?ޅMY|p9Nd\n!WZ(;M#;hXdUaA)j:y{PHPNǌZ&{T~ӗ?mS	XHǰ\\%	TxBaڿwmK=z-}L`=v_77p)Vpyyy_S\r{ad}鬰/As/bqlcF;JUA\"X>(|@+\Za.Nޥ=aaESMFI t6G0DFOաaM=(\ZlJE%NC^8wkz\\Bpz>X&$R%U`ኊ>8H窳NFh\\.duJykpU\nPt2jA.\0`P/yEεR\0;aōoLSdX{;Z&IKG`z#IҨ\"GߑC\"0$խU!L|~eДJ/RACC<\Zr]M2/`t0VD>3k(JKyEQ3BE</g8b{AGh$J0wT2m\n$3*5:e֌_+ZLa}Wp3wonEQP0\Z$`\"S5# (0/G?^,K	EEo{tEw֪`?ՙ.EDX^:)-(N\\\nV$hOfѺ\Z>M{|Е,Y(	ϒ7pg	mpxo\r_z29[ox)r[\'	;w(\rsZ..S2lc>&us\n%07p_.*>;g@Nً@2xjt7goSuQڍ?RuژS-pFRc!\"*a+n1U2O&ydY\"O8M?','20250817004307','00000000000000000',NULL),('global:resourceloader-less:v1:fd48fa8764548617a9d40dc992b776c9:8086c131266a7da3ead4d8ff8b35c689','n8(5cǎi({ݫQ#0E\n$;\r;8I7kb.<LŕLav*`	FNujH}&AFohAZȄ|4z}qQL[MV>I범31rf4OTQ?amQ0G\ZIcϩc]ZAP-FVJ\\ ePk@SC+`9_/pww{yrB??|`$2PE-(;O^L-16ytO9\rJJ؝OGG߂!C0Brz*mn4&t{8;jOJͫbΦI}F2U(w[gSgj|lue_;t[e:HBe]Ml0V5|DӗRcIiگ:}zǺP旱|AoB=IZI6:r$Q%>]kImcbujTMSe<5>^Em45,47rkw\\ P\\;%Jk1}q\n3ӝxsL6Jb\"x\'߉RS 1iBښE5dPi%Q{t|۝W5`1ic9rAVgAs]|f\rw[V\r!p.F}pgL1iѷqHbrlj1[gJJu#	W','20250816235138','00000000000000000',NULL),('global:resourceloader-less:v1:fd48fa8764548617a9d40dc992b776c9:974d0e85d3f251fd1769831868d8837a','Vmo6MY)!bm,NJH*k&]^{x\'MGK?$\\K\'rP(a-Tڀm+4BoGblu5uغQP:#N^?>BE⨔ևpD>f	дAݣ\Zo_E*R:jI@c\n 5C0h;/k1^-{)V=n|di=9m<#?sZcN&M\0jGZ8P8rmKfhK%K6}hOpЎ_4ZewN\\s\r{c9Z9kK{Y\"d^z&H(WކbQƢAX㢃TI-W%촕[MDi,bٖ^8w{Z2$=vjjj3ej+bА!\\SlI\r{uJupNLQJs[;4N\nT<tuPi- q8<Q3b,H띗p+n|嚚-Z<HݛЕt}wtLoaxt5+QoFsms1xz^,$խSbAtqeTJ3AC8I~&xa~:m墸ݷeThMƥ|EQ3BEϛau^]TYu#Dwb^f&[JHXkS\"QU,ס|ߏHE>>ܚk%:O\nO}|&=M9؝(KjQ l?U3*b9\\H(\Z/r3QjG]UV\\E<ukyK<X8nq}Q\"=	u?@d٣їq1!aQY+<⇰yܿq.e6xg`͚g^JDINƻNzQJQm\'d>M^7I0)S2y|&Wم9Mr@^)NN_́vFm9C#hToʶE\ZiiLhCD˕\'5s48N4E:)&iy9=','20250816234953','00000000000000000',NULL),('global:resourceloader-less:v1:fe17bd73860731bd3252238596caada3:7bd20325ee17fe6db285cc879c1cd466','WKo6WK.4(P-3E,֔h4ߡdˎe؃cy8ol^,	k{sI8c<2eI4_Wt$Nd$5% ߨۥ*k^*h}؞dP\r. jW뿬©5\Z	UXAQ%:%UH(wt}	[KW9(;^BӪTmi@qYoh)0xA՟+o?J.;BV\\JU,	IA>GYbԪjqbJ	%E.+\'vTdJKЈ:iScR:䡶93\Z$D\Zvlhs+.;bdB#)ݝ	1ĶJ䓘\n!+J;sX6;)]ſ[}w5\r\0EiB6YeL)Ms8d>w𸺀oKOGh8hpG8M\0y]0VY\\#J4O@S.Ȝo6ZB@ޏv]uI	ވ88	V6An\rGw@A0Z9ݯ2K줍\ZAoC\'l*\\˹O,\rIOW!gZ-\n,)bMs^.T\'O|q>7i%iY]?Z-?~Wż~}փ\r#RÍ{.?2ۚ\0XLʈ\0CGQ>w\ZVJSNEz}WU΢(t2d=1ڠ.l*qoAms\"ׄ@`\'(\0{D$F6[*JF֪P}~hu>\Zvk~ayC&g\r:FC\n!K*H]]f]ȁ@ 3OÖA]ȃAvK3Cz fPFl x1&c!OE$c','20250817032614','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.cite.styles|vector|en','0EkkF2Pi}\"$(;(\\JXt`xX(\'@x*39$\\X@{j b^ͥBx\Zs\\˛S6jU>֨x;C5!X2J4ibibN$zח!ʱ&Jݛ}\rIA9cEgarn^giQƵ5;N]ʢ*`,l','20260816000526','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.pygments.view|minerva|en','M0ҵ\rnz\0㢔A&tZ.B\"Q/g	\rN	P6g@x6	_@%V\Z+ʶPBT`VsA.!ըx?Cuύj4姌]\ZXؾ3/^CK%iڿא\rZ!~;ҡLMou0I%U/f(Z=	','20260816013707','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.pygments.view|vector|en','M05A%FxwnRP(鴨1]5w7GIZ$\Z\nbɑY \ZSLWΔPpT/XbJ1@Ă,*1SK?Q;$ur-o;kOj8TlE?7C.?edxүnL$xM-Xk7!(gLaJ2)`9Ku/z=	','20260816032631','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.pygments|minerva|en','M0ҵ\rnz\0㢔A&tZ.B\"Q/g	\rN	P6g@x6	_@%V\Z+ʶPBT`VsA.!ըx?Cuύj4姌]\ZXؾ3/^CK%iڿא\rZ!~;ҡLMou0I%U/f(Z=	','20260816013707','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.pygments|vector|en','0EkkAT2Pi}\"$ 1=w&p9ؓ]ˈEGf\nHh2	y;CIeP\0a$(ǩ\"6dQj^_AX!wk0T{FP͡5*PDs#\Z[FV:O,ZڄLbk)r@*v-8rƊΨgrm=(JИ&L>el`6/}','20260816013339','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.wikiEditor.realtimepreview|vector|en','0EkK#BT2Pi}\"$(1=w&8\nvgt,V	P&+πTsgJI*,%h bQiݥ-zZ7ϵbj|Q~6\"ꞛ X2JtibbN$FJr{!=(g>L,-ʴfY2_q^E6O','20260815225414','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:ext.wikiEditor|vector|en','OO ſ?u^x´ݥmMVwSO{?b\Zb;1%t18/::-9SJ/n\r6f;\\*IB9\r#@X[\\\"4GxQM{>y!:1YBblp-biPE4Ajжe䕘Әb?=颉ZJFީH;V	_\'^ze,Rj7{','20260815225413','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:jquery.makeCollapsible|vector|en','90E:bp:\ZD82#\"\"M?X.en|N,1d@`\"MS <T*>,!E#L_Bx\ZIܨ\rg&P>CbPn6\"j7@j*ehhbibL$>x/jBO؂։_NʡJjAgM\\r1;[=\0','20260815225414','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:jquery.ui|vector|en','n \0wἮ\"h&4\rAQVn{YC/ÏoEC>ل77l<>?}\\ݻgԓ#ft.^]\ZG4vPKza&PjE5~`NGG#GRPEu\'zFD(n#E4U77<yͫ.L`@RS-jdFr#m~>=z ?\"iתy','20260815225414','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.edit.collapsibleFooter|vector|en','0Ekkܹ1.JdB@nܙ\\`ˈEgf\nHh2	<xג;CIeP\0c$(ǥ\"dQj^AX#wk4T{fPݡ\Zfs(Re-#DFK>?\ZZʱ\\&J]6C\'PX1Ln~ue\\:˂I:,Zmpaf','20260815225414','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.edit.styles|vector|en','0EkK#ܹ1.JdBEH Acp7{L.%q&\Z\nbɑY \ZSL7ΔPpTXbJ1@_YTeƚw~HkZލw<מTF{nTc]~*ѥ[ݐПI|\Z[*2ȥn`CPX1\ZML.~ue\nzӂI,Y8ܬ8|','20260815225413','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.styles|minerva|en','+0RV*H,(VV*J-/-JN-/.JMML,I-.FfVdEbuӔMM\rM,j','20260816033453','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.styles|vector|en','+0RV*H,(VV*J-/-JN-/.JMML,I-.FfVdEbuӔMM\rMk','20260815233233','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.view.filepage|vector|en','An E:uSu!bMKi;`{>`\'v%V|1W@`)+ l,N%Z*<bf\\b37= DGLHCHq#]6ԴKOoK(s#PK&U@gvI3Ղ3̠V|%6ф+;<FOW/=2&I׬x~esf','20260816014846','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.view.metadata|vector|en','+0RV*H,(VV*J-/-JN-/.JMML,I-.FfVdEbuӔMM\r,,j','20260816014846','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.action.view.redirectPage|vector|en','K0ui|!8\0bS,Tqw*V˙ *HhP82&&W$)Wc2;\'%S+\'e\ZGc|aA:|,+؟)u,r3/ڽ','20260816032641','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.diff.styles|minerva|en','Kn056M7\\\0LQylBܽ \"ݼ~>sv`kkb9 \Zl	;^6`H\ZZ[l%8@FYT62]ӥBÈ8+@CQsmE\rh1rJ$7N_vu鳗z!jЌKdʞ$hm7B_t(Xzu*ܬZYN?&ˑ}','20260816042053','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.diff.styles|vector|en','0EkkQqsc\\2ȄBIEEH$;HeĮR>#i a0&O%6Ϡ\0~HPSDlEm[fyw!\nlE}+7b	CU\rjPDFH\r]\ZX>3^CK?!ʱ&`}IA{`bRZ9Tq+͎hhr^-6w','20260815225414','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.feedlink|vector|en','K@0\0л̚6BSC8X45eV:>qw,_Za`:HHYrrrŁE3	8,fIA9Bփ)ReQi]>м','20260816032613','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.helplink|fallback|en','A0E5\ZMx`\\	NŲDnf&<+\nNFOi)̀dʖzl5hDFDǸ7<Lz5-4-q;NV @UFOz@؋p L9!moV]=	','20260815235055','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.helplink|minerva|en','M0ҵ#nz\0㢔A&tZ.B\"Qf1JX|bD(BS mϡ~KHQS\rDlEe[fyw!JlE}+fCUH4*PDs#\ZM)#D+n-vLRfB&o5$G Nt(v[\'L1c|Ey,l','20260816033453','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.helplink|monobook|en','0eg`\Z%(^wc06n101oSLIi-gbjg@*!\\\rkuݑ$\"h\r-tHݵa!3aQ2	<9?nUmh8E1Db*Eo+:F2,&C% OII6y','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.helplink|vector-2022|en','0Ekk%D2Pi}bI$Qcp7{L.e\"؍e;f\nHh̅2\\x;SCKU\0?c\r(ǩ\"6ʢ23<\\A/!wky5R{FP5*PDRm)#DHKX+?5Tc;-^؂rƊ<IZy&iS,Jd>etg','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.helplink|vector|en','0Ekk@T2EH$Abp7{L.%qH؃/%lp\nHhLx\'ý-TXbJpMYTf7~H\ZZm<ׁT{R1QFS~)ѤY\'?Z*L3eþ$u3\\}\"ʴf	Y2_bٓm^','20260815225401','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.hlist|minerva|en','Mn05T~b8fFwD$(fb#J_˿) ʖ%m\rP\Z%Fy-1\"E>ʵ<y=m(4*~RyS\"q%?xqkA3,A;{Dn\' @4}kvҡ,osé̀IZW,ex4Y̧\'<','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.codex.styles|vector|en','0EkkH2Pi}\"$#=wKq1ZXgxD(@x3T$\\%3XB{j b,*0}K?Q$5r-;iO;TDlE>nTcU*Ѧ]+?շ߾i\nڽ3VFSxE40a0\"','20260815225340','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.ooui.styles|fallback|en','M05P6jx`\\	NŲD4nf9ל\\I+|hS\ZI-t\ritgF#dGGdq	XMAmT:ԦPq	VMnCQ PCڏL?\ZХŞ!{e	+	ϗg-nds','20260815235055','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.ooui.styles|monobook|en','A0E5P!h0P´1](w?v&EW<HMI#QFH\n*t*[;PxS-I1]ϔ|5\\TDm	*mZ\r\npmKkYTf*f{QWuAǨ+o\']gȹx)#,;m$','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.ooui.styles|vector-2022|en','0EkkF2Pi}bI$;tE)t%t,V	P&3ρppg*hHj\'%8@FYTeK?Q[$εr-/;^hO\0;tFŻ(<nTcS*xbL$>x/fC!vO1$ы1y%ɫQZYw#&i]4O(/[','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.ooui.styles|vector|en','0EkK5ܹ1.JdBEH$Q$=wKqbvgt9,V	P&+OTqg\nHJ,%h bAiBxIs\\˛gS>>Ѩx7B X2JibibN$חF!*\nRȤ;$709w(FЙgL.cbE|y','20260815233039','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.styles|fallback|en','M05P6jx`\\	NŲD4nf9ל\\I+|hS\ZI-t\ritgF#dGGdq	XMAmT:ԦPq	VMnCQ PCڏL?\ZХŞ!{e	+	ϗg-nds','20260815235055','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.styles|monobook|en','A0E5P!h0P´1](w?v&EW<HMI#QFH\n*t*[;PxS-I1]ϔ|5\\TDm	*mZ\r\npmKkYTf*f{QWuAǨ+o\']gȹx)#,;m$','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.styles|vector-2022|en','0EkkF2Pi}bI$;tE)t%t,V	P&3ρppg*hHj\'%8@FYTeK?Q[$εr-/;^hO\0;tFŻ(<nTcS*xbL$>x/fC!vO1$ы1y%ɫQZYw#&i]4O(/[','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.htmlform.styles|vector|en','0EkkH2Pi}\"$#=wKq1ZXgxD(@x3T$\\%3XB{j b,*0}K?Q$5r-;iO;TDlE>nTcU*Ѧ]+?շ߾i\nڽ3VFSxE40a0\"','20260815225340','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.interface.helpers.styles|minerva|en','Mn05PQ\r\0pI3c#\rTwDQ7oQ>|lp\nHh,%y	߆{ۀ!khJ<X=eQt1OJ=h)q\\<tz\0uڅB(7`Ti)ܸؒbywM\'W/BԠPɠIЀ/?L%B{PN?ߪIZW,γl6d[','20260816042053','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.interface.helpers.styles|vector|en','90E:bp:\ZD82#\"\"M?X.en|N,1d@`\"MS <T*>,!E#L_Bx\ZIܨ\rg&P>CbPn6\"j7@j*ehhbibL$>x/jBO؂։_NʡJjAgM\\r1;[=\0','20260815225413','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.notification|minerva|en','n0Ekx@,gҌc1(㞙Kd4ؙelp\nHh̅y_{[!+h\n<`_dQȴ5O#F$G\'</uuF.Q2AԿeHibIkx&$^j[(eކ$h\nD~Џ{t(8kԶ$K\rs0^\n','20260816013633','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.notification|vector|en','AN0Eui6܀q&(N\\yqwR[jP\\<B\rS8dFC%h[QVȴ륷-7aEJ2E,+tt)cܨ/kY@EP\Z2͖PsƩolkrK}Vag4d@I4uPT9n8K_+e}x','20260815230403','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.page.gallery.styles|vector|en','0Ekk}7;7E)L(tZ1	$Hqϝɥ(X-\"d2bёY \ZcLw\0Ppoc	JqMYTbח~;VH읫Z>w<՞Tsc71Q2UNK6?Zʱ&J]~$3\\}*-ʸ4f	OY4_rnm','20260816014838','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.page.ready|fallback|en','A0E5-(	NŲDnf&bI/}DhS\Z)[ꁂ~4SI2G\"x?ƍieiQ\nN\n1 jkcku	\n\rD^e~̬w\rti+H	>\'D\"\"r^e;d','20260815235055','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.page.ready|minerva|en','M0ҵ\Z%*nz\0㢔A&tZ.B\"Q-g1JX|bD(BS mϡ~KHQS\rDlEe[fyw!JlE}+fCUH4*PDs#\ZM)#D+n-vLRfB&o5$G Nt(v[\'L1c|Er^=	','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.page.ready|monobook|en','M05Pn{0P´1]~1ͼyߛ 1#Rs#ag(4\nAIU4~B$AKhCk~7v/E\Z?jK(V\rUmFRoP0??15X@*N7ۋH2c\n:E&c#OaaEUl\'ٽ\0','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.page.ready|vector-2022|en','0Ekk%D2Pi}bI$Qcp7{L.2Iٍҕ=@[$4fB.<cÝ!J\ZrT|eQj. D;ɵ\Zx=#P31QxnTcS}*xbJ$x\r-ULs(>$vb0z39=fQnxe֩zÄI,\'q͓','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.page.ready|vector|en','0Ekkܹ1.JdBiI㿋Hnܙ\\Jx;k/lp\nHh̄9\\y\'ý%/Xa\r9Jp;l5. DWl,xʵyP2)QFS})ѥ[;?5TPȠ}\rIAy`429Y:Y+͎3&iW4Z&b6O','20260815225334','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.pager.styles|fallback|en','N0E:nn>\0N:cGvB;&]\0ys2c#DiѼhrqt0(YoY@.j#))$;[`Muy-@7h\rӁ鳜gY_-erڲKB:NX:(1$BL7\nc伮澮o֛]l?\0','20260815235055','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.pager.styles|minerva|en','AN0EuBQp\0ę$8vV&*̗]Zū.zJ\nOB:B=#ucE #e*K%f9˩\rBt1$7pv1DnWPs!Pp+lS^)K,SY=~%$x-WfMAq8\'>X( 5ڊl&>Y=E?3FTFe̛mK-!|;|O','20260816004337','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.pager.styles|monobook|en','N0E:nA6=PIGq<C^7Y\ny{ݼGCܰ(?DL)ha4U,pYn)T{̒*ŘqJQ.fjԧʡcmyXnз1Zu š^P\'nx]Rn֐\\UCcC9]XAL!J`mAmoc+Q.?_Pxz&kQ.V|\'','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.pager.styles|vector-2022|en','AN0EuAjpvlǞ$8vV&gT򒽱AX<^	PNÉk l,K\"?b=h<bfmn\\b3:@O*F]6hA54\nA}WbJT	1^˕:ZF~eـ(N`n$%)\Zm&>I<\n΋jq\"/FQVI5/ajVn]w','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.pager.styles|vector|en','N0%\\xn\\7u[iRI	dDŘpKm\nobв(^GvkdeTUx25VסeZQ+)3,6WY.1YN~ TOGJHCHr\'Mv57\ZbiHm\r<\rBjve쵚82gBLrlVa\rф_\ZS)ӍxX6ms3ZL/v\Zj#x2	^76o]<|\0','20260815230255','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.pulsatingdot|vector|en','0Ekkܹ1.JdB@nܙ\\`ˈEgf\nHh2	<xג;CIeP\0c$(ǥ\"dQj^AX#wk4T{fPݡ\Zfs(Re-#DFK>?\ZZʱ\\&J]6C\'PX1Ln~ue\\:˂I:,Zmpaf','20260815225414','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.rcfilters.filters.base.styles|vector|en','N0%eMʅ7qHSZM)vGw\'k(qgBU\"+dz{iC}:H[js%30i.2$3WE.r\Zc걶b[!uԷ?e,ib?5};imNd	TkBwj+/{L Sm?gL{Ncvu?ժCy>','20260816032613','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.rcfilters.filters.ui|vector|en','N0%eִUʅ7qHSZM)vGw\'k(qzWG#\rEdEG%X_EWk-`L-uXё.K\'fza](!eIrg>]f5:ґcm\r<,Bo8XҸ2;&qkv\"-\nk[.פ<V_8@L/~h<g쬙F~U˳l;y>','20260816032615','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.rcfilters.highlightCircles.seenunseen.styles|vector|en','N0%eMʅ7qHSZM)vGw\'k(qgBU\"+dz{iC}:H[js%30i.2$3WE.r\Zc걶b[!uԷ?e,ib?5};imNd	TkBwj+/{L Sm?gL{Ncvu?ժCy>','20260816032613','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special.changeslist.enhanced|vector|en','M0ҵA!$2Pic	$H}o&($ɮĒ@[$4B\ZΔPpTXbJqfYTeƚw~[$εr-;kO?tF{nTc]~*ѥ[ПIx-X3ȥn`?CGPX1\ZMLn~ue\nzI:,	(ao_l','20260816032613','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special.changeslist.legend|vector|en','0Ekkܹ1.JdBiI㿋Hnܙ\\Jx;k/lp\nHh̄9\\y\'ý%/Xa\r9Jp;l5. DWl,xʵyP2)QFS})ѥ[;?5TPȠ}\rIAy`429Y:Y+͎3&iW4Z&b6O','20260815225401','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special.changeslist|vector|en','0EkjCqsc\\2ȄBI㿋@ni/%:J؝5Ē@[$4B<S͝)&\n_\n2BLˌ5.M+HkZތw<מTF{ƺUKK!?54	Q\"\\z5$ћɹ߿yE0I%aEp<','20260816032613','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special.search.styles|vector|en','0EkKJT2Pi}\"$#=wKqbvct9x,V	P&OXqg\nHJg,%h b,*0}K?Q$5r-;iO;TDlE>nTcU*Ѧ]+?շ߾ Lz^sHb+zɩNҢL\ZAgv0Iی\"f|','20260816032622','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special.userlogin.common.styles|vector|en','0EkkH2Pi}\"$#=wKq1ZXgxD(@x3T$\\%3XB{j b,*0}K?Q$5r-;iO;TDlE>nTcU*Ѧ]+?շ߾i\nڽ3VFSxE40a0\"','20260815225340','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special.userlogin.login.styles|vector|en','%M@@t-Cğh:4B1]7<ޟ|@q\nY^J$z\'ov-FErk&#$RVJ$r:%vAmnSsB','20260815225340','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special|minerva|en','Kn05ƴBæh{\0q&dFwD7Ot[K_ИeW{[!+ho\n<PeQȴ1OJhpɃq\\˽\r:PՃCQKE1)8ےГNզ^ꄨF3,A{.Bn#!@0W	mCc=?&dt2y?fG6?','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mediawiki.special|vector|en','0EkKܹ1.JdBEH$Q$=wKqbvgt9,V	P&+OTqg\nHJ,%h bAiBxIs\\˛gS>>Ѩx7B X2JibibN$חF!*\nRȤ;$709w(FЙgL.c|E*y','20260815225401','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.editor.overlay|minerva|en','N0%a\\B8ZM)NJZM8y^NXȠ`!9jsDM&\ZV:yTz-&hdS0P.-8-_čD[?~-\nU6dP@5:V3D#Nə1A;HA</uj5څ\\6\"ꛛ_)Oc?a	rxß4	Q&)A݋qUЀk=8ݓIO_i$=,[^׫tyzcW','20260816013633','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.init.styles|minerva|en','OO0ſK[]/CaPZ´+wt?Dަ{ī8a$2,hBI<<F{)-qm$F*/aW4R{;\"39t<µT^jXa\r9Jp\rS<6A\Z;HJnPƥ\n3PDr3Z{imqHIu\\i\nuC!;A\rF>?azX	md2yEN^{UrLs˛:]}/','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.init.styles|vector|en','N ߅P:jW;7\Z.]T;	T^yɞ }Kg0z0֐jvDD\ZHdqEl׌7!43NP@h]vCc+<6CGHv-6x@j:hF\'m	E.t_mHmjIcqoM|uY:4Y\rٝH|LOYPV0=ۆ8ϊ|','20260816003512','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.init|minerva|en','M0ҵ\Z%*nz\0㢔A&tZ.B\"Q-g1JX|bD(BS mϡ~KHQS\rDlEe[fyw!JlE}+fCUH4*PDs#\ZM)#D+n-vLRfB&o5$G Nt(v[\'L1c|Er^=	','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.pagelist.styles|minerva|en','QN0P\n%\\8q+|\0ǆؕ.AqD#mw43;zsYv!V=3#8BHBѕum{>ɀRelOA	Jho_\"6;0(y9-!4sF!:1KT1ӭ|)&jCǤ,j>bKTD%EQТ12|nM5Ԣ[eltNm_VLSͪn?','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.pagelist.styles|vector|en','RN0U7čǆؕ.AqD#Txfv427c>IƖX`#ZxeȈ[D?Y*#e|\n\ZHXTB{7@x]6;v؃A^Ӣ3/9(DfJ1f>ED\nt蔔E\'l[A4\nZ6Z/\r?:t[L6^#HtAFZ|\r԰z[Uݱ7','20260816003513','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.pagesummary.styles|minerva|en','N0E:n%lX>\0$f\Z?\"]R!7Q\\͹c_<а_-]A\ZIL#OP$ePl.lkh]alA>[So?*x	TU\nVצ)*4hPQK+irpPzJHCH\Zv.Y8R%pZ5{R\ricTI[Y5D^LB0L:}Yי\0~EY.׷Շ','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.pagesummary.styles|vector|en','AO0K[*DOތ7/CJ:\n1weU	[uu(/S:*b3AKhZ&C\rִARHaeQeosN@i\"rC0U\\F%<ȍ+ ,[LN؀B=.ɚ.yBS|1瓶\"\Z/Uc[o#1},	1oOZ6RPHEO;cOn?:\rX4NUo?\'','20260816003513','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.special.styles|minerva|en','R0%贝Vx>!Ev	&-w7@*7}JXʠq`!dX[Ti YLҩl5C@\n*P(uD`)t*Hn4&B\Zp9X`2HqEv6ڼ{%6;µ<Yx=PknAFSLèVF^ÆFf!*D)dk7^\r}ςɓNo9To+&%cn]lOv','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.special.styles|vector|en','R0ߥ-u]Q/9޼8J	P8fAWao|Ҥ)\ZM@PԳKS e\Z-4(*6t|k`bF\0+ȐMad7CSe\\̀PIqX-=.h@\n;HCGYS\Z5>h䨭VZ˿i\Z5L˸iBN9(\\{ۋ^kn~?:O%.wW7K<|','20260816003512','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.startup|minerva|en','Mo0Um\re\rvZvvm&\"K(%)IlnB2~^Iv$\r؊ٯ7V$~3ZP֭;ȼkڐ6\\CW`2y6ڙw,[05WD|5\Z\nR|FsP]2*!-tLxU^9kQU:(k?BƂ\'oTG5PFXE\\Ayܙ3wS_#Gd\'-G\r)\Zl^gom,uQ SKPj+QiImW	GCl	>E0\n_}?b!WgPA$xQpv>ɻeϻ\n?R\ZxIjRBmCV}ӽs|kyϐ\n\',|ƠEG.:5>Frh)	%\Z^g#_%E2{w;~xw\'','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.startup|vector|en','KO0ǿK4b\\@B@8ZK*N!wȩ/e\'<\\[T9\Z?Gr$\Z]ҸhܾB]Њ477,ARE~V[dĭXZ\0%\0\0P8d\nJ\n9\"ȼY;}^d#&9D2H@g2\\W <V`Z	\ZUޚ@3FUG=4^9̛K:(%8v\ZEI,M+\"S3jXXҜH-CzEUjLyj7*}HK,gWEz7,q+k~R)Πnr)E~:z\r_zdt4G','20260816003513','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:mobile.userpage.styles|minerva|en','n0%熴([v`\"$(Nմw_\0Bf?۱C99u7Mh4P5:Hh4R@t{iQfATvؠ-6D䮁kWW0+͝iBjh`-(Xǡ֘O/ D$W/z57|0糶\"aU61e>ӲnN5uT@)r;<f_$,=%qp=~','20260816004337','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:oojs-ui-core.styles|vector-2022|en','0Ekk%D2Pi}bI$Qcp7{L.2Iٍҕ=@[$4fB.<cÝ!J\ZrT|eQj. D;ɵ\Zx=#P31QxnTcS}*xbJ$x\r-ULs(>$vb0z39=fQnxe֩zÄI,\'q͓','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:oojs-ui-core.styles|vector|en','0EkK#ܹ1.JdBEH Acp7{L.%q&\Z\nbɑY \ZSL7ΔPpTXbJ1@_YTeƚw~HkZލw<מTF{nTc]~*ѥ[ݐПI|\Z[*2ȥn`CPX1\ZML.~ue\nzӂI,Y8ܬ0|','20260815225342','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.minerva.amc.styles|minerva|en','N0E:$lXb8tǎ<vB;yF6J՝q\\S}Z59 \ZSl;aa%~\r-XA4ImͻI#p\rv-6x@	T?F[nBFSo#DFkKWG.tR& A#&IЀ (oo]g$/35mpa!kDh#ʴIϾHE[JE\r\'jYT)tLn&\"3&5g|Xo','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.minerva.base.styles|minerva|en','n0:ZK۰-1aY\nDM1ݧiDYO/2/oiX.<^#+CҮ]Y#Ɩ:gǚT#[໅A<L洤]LB\rYHn)=B5.\r!=sZynjpcoYݽ9tg)͊#`MjM1>/x	<A_}B$m\ZE(T?nlдX֮>\rG0:BbihҮS-[ЊjjF\Zѡ\\,1j2EeJTiad(w,z^ȬN2W4PlM\ZqN0{L*c؛`]RA&>Q9LI9Ihuj:Ǟgk!ysQ\07rysso','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.minerva.loggedin.styles|minerva|en','Mn05E%-M/\0\0pI3c#͏w1H@Qf+gG&) ʖ%\Zm[(QC\rDlEe#<}zA\"xZlҁ&\ZPD\\F<)8ǒЛI<յԠPɠ=IрfS}V:Eu.^;;0Iˊ,O\'','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.minerva.mainMenu.styles|minerva|en','O0\n*œAoC׽˺1\rA,#r{>*el!X\rN	P6ρpf%~,%h b,*N-pɂ\\˵\r:м4ZLMETסT))Q_cs:-v:GZ!*$92hc7Ac4r\ZC|kR^l2OUco{ovҡb4_}鳤\\]		uǿң<TWX*1~%6=&iZtp;^oF/v\r','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.minerva.scripts|minerva|en','=O0:AEVҞđ)m6{s_2eif샵ҭeoИe\nW\rw[C\r+@=&\Z(fxi5n0 w.ص\Zx=\'P}\Z)QnUcSU\"^cwy#JU$kw`w\"\'lv<\r{O\r\'B( >T%S:/\\r|plQ{ҲW<vuFیIZ,on','20260816004308','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.monobook.scripts|monobook|en','N0E&6{ 3I8*c\"ĿEg̹w\\wE)FE*F`4T.CCHB ޹[Ie&6^[4!b%*Ta,>8u^Z骈;\nj,i\'NWMxZPnr6	pXb#9gGت+BD6vm!Ԣ\\ޯV7?','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.monobook.styles|monobook|en','N0%u4A @VӸmt\'qNnVOаބ5piQ\nW\\2w8(*0V~PFnC>*8R,p	Er->s8Q<w2\\g<NְQuQ{i\\#ӍL->%9B?9<1,t$obEm.?э:a=Ph=\0.6m>HO׵r1?7','20260815235138','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.vector.clientPreferences|vector-2022|en','0Ekk%D2Pi}bI$Qcp7{L.2Iٍҕ=@[$4fB.<cÝ!J\ZrT|eQj. D;ɵ\Zx=#P31QxnTcS}*xbJ$x\r-ULs(>$vb0z39=fQnxe֩zÄI,\'q͓','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.vector.js|vector-2022|en','1O0:nCҰ D78rĉܹ4BwTjDhw{gvIėh4$W9\Z e1Ueג]	5).%V#DbvE3e?BUǀ9ȭg[O8E#)Q	RuWFQ}\ZX?%teg+XG[>\"0Z5Lv}_8t:\r}9:\ZEaG.ztl\\gǘьCyb4e:Jf/f&Zz	M\\$ju3_7oq','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.vector.styles.legacy|vector|en','ߏ0>_Vn/!$7ZkiRζZ6cǎb~Ѣ^ -/GvkPUjWVX%nKiCuX@3I-i5o5zCQv(H470 jig&G}i5b;Ԑ]m^c6vi3\'XwBNyWdg5.!{-r	8_@GZ\'`lbXIрbYk}[h\'qj OoцlWlPI-KC\np\Z\'	îY[o%	q%ԃ:hx6j\'nRHU0eV}o(eī޻&r֘;J	v4[%3+XCTTBd(dm#&?[cҷ	зGOe|zu5vrx','20260815225333','00000000000000000',NULL),('markto6_mw9-mw_:ResourceLoaderModule-dependencies:skins.vector.styles|vector-2022|en','o0<j1$< 皜\"ߥkAsRuU)mܷ$s˗y<\Zx9N~\'S\rpj1K\rP90N	q*%TqU:k?X`Na$Ofs(Ү*NF$LzIm<@Zn2f!kjpI;7Z[ͳCG:WI<U^5\rrCNwjx>nڣ¬ǃhUMpA{q)!3tcxsz| qXƭhtD	G5tLG&#ٓb+CVކi`gkZDbP	Ї;r2Ik#1ߵW\nY\n:mWZeūS\0s8:pZx{Z^{ȵ\0!!SEi\\LϘt\'>`G?eY\\o~%rt~qj\'y','20260815234954','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:1310722:/home/markto6/public_html/wiki/w/includes/skins/templates/fallback:skin','Vn8}H|/Pt]4IڅAQc5E	$KbE9s93<~Qx<?f183á1\n;IHD@%D:xBL.@BP27L]t֨jCy$sL$vgVs\"5#?`_rb+R?ڤpx .*\"\",,sF1](ͳm$}3\\Mmc\"KcM2@e|;tbDDW\Z7M>>cVي\rV,CW)\r]vYgQFg+R\rt\\nQ5E.y&1EÕY(sw;Ǆ(zJGܐwJnUY2n\\j0AnԪdTp\\㧶Y]ma<̆Jt{F<\"t{&Rv:nJfMw3I^49r]ٯ}b*ٴ8_g2EZ8m@@͘ibDnr}w~۫\\?O]~}7qTeÜHrX8	c$54Dx.\'\\sN\"4pC˒v)U4J&WRR+a^\"*DFJ5-wj(pgs❃dƍ<RDudbY3g 9{PWj4b\'[!xFiڶpԕMEM&){U>4þ1N|xIˋ3ge޳ES[&!͹)FJ%pk6M3Ӻg[=cg8\n}p\0d:u?GZ 3cHwMhLQ!\'A01aFS0pB\0h4 \n(C?','20250822235053','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:1310722:/home/markto6/public_html/wiki/w/skins/MinervaNeue/includes/Skins:SectionLinks','ێ6!\Z,StO\n9	b4vf8	@s?>W</Oc.9H/wtJpeIXʄ5\"\')t<&)$8jPuMg@Q\0:襅&CI]31I$%0\"nmU$SDDWTr)2͞\"DLٻX>+Ҩ 571 \\xQB)N[^쨃kg^6QaPnS{!ID-wVò?[S3\rscDGbev^骠C~Vͳ2y]8}$	oY2ݶ!ݖNПR)#~GT%(,WK5Z<++ê`p\r l`w!濪z$,K\Z<ʃVی$k8d+pN\\q,@5\\[^٤J)Eu~\\y+TnVCy÷Ӄ,/T׾&_4@yZN_u#և_/`ZIR(EnA_fd;Etɼ;&ۋ*EkQ[j\'otEO6o*Aë2YHe5U|YXNͺڂjrxVYM{䩪UU%Ǉ-MxQu>x%Y9$\0rate\"N\r+y+$ChyvaEț1eͫ\r	[lfLm>u|;*k\rVٝUKnγ(a	\n8U7L;`oIcǩ˨\"`?\rl\\ؿk\'Hc^j},J S1kB))*%ƔTD\n<+#ONg`27qԁ;#lP.aP+16l4s\'qAH0 #\0w]\'q88;Gʪ\0','20250823004320','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:1310722:/home/markto6/public_html/wiki/w/skins/MinervaNeue/includes/Skins:skin','rYUCd٩dM2}ʦ\\ 	\nAZV8x$][Y\"Fw7\'ɯlr11b/~9ĸfA|q,~3r&4tfut,Li@m?_\'$͒ͲNihnP.E._!#~L~\'	^_1NRr`!N`?d\Z$|↲{\Z8~<0bKc\Zeig~M**P13?ȗ\0v#sc4YLlX1A}1?}\Zopph1c7F@C<bRѽ*z&|ުբk@=gWv:t9x7>KS=,:<go[]3ߺ}~RM`Nݸ^\'gosE(|rcHZ0L]\0,a1(@d!?n۩.akHy2妠)Qv\";mIBlyNMqUBG]v(IE\nZ\rf!{@ot$Z|Ldʗ?8*V\'[c_geTG߬<6	\'Qpo|4r]4.eIS4>bN-g]UIQHT6L*BD;H\'ɾ.:lC2a%V3+ZtK!\rȧU5CC:Qd@2K\"y#%sӊ$I>sׯ2]c钚.OmPZ\0ٗfSPh2 ͊Vb3\0>\r!b:Uȍ475A34pKlb\r:\Z暜RvͩzZ;DuR	kܱtW:wC{t[w\nv*/öW`\"FTjt(	kJ<\Zԋ⢨<59(FqGݩ0	0R.b?:	\rģc~\nGk\Z-cY[	b44\\$Rr~+IzT=ZR{j^*H/׿uxFg- On*-IJd:;!?QU	H\'~)^d!|+u1t<G~u3hh#CSK&xRhcZhOi(bx&ɈH]WWEhZ\\9y$aNDo3[~V{h:\n/%@ Ly;1q\0[̴ZH	zsSU>PmjmhW\ZlMYIv3ŷ a}[+٭Av*]4_3D9΀@bV䵇+|1Ψ-&C\0[ڤ5tT#%eq̥)7ˠgRWjB߻#mD`QZ*	uY\'t$?p0$O6@$ \0wT~Icyuu!|~¶Taeط_-C.uWTƣM#Qh.3|FńAgv)//%U4D:Z>FܬKqYmTjKEwN0߯\r|np5o{ǧO쒿L\'G:p%LYb\"*G{<ǒhnIȷp=䎫f.NtӬ Yi~.*PzykGOcA/wܬjMӠuJf7_:E6D\"s|xtx`B H\\DbpHG\ZFB-bL rUg/9p<\03^-SU]Sfz8uvֶ$%O)*.&\'Q5(O6_AoWr	xIO(I[!Ņ8TL.*.}vzIhFekE/(=U\Z;cC~luny0UZ4xKN#@$Z$	g鑇I^=ߎ|X%}\n8-uu%=KSiFU*}djXTG9KSsZ1)NKj䭮QSv\nqE)IxAW^$&DT4?~G[-kC}dz	C;B{)T_ׯ\nM+$*t)޶\"=*,EEW&o@5)\rU\"OI%s9|³\n8Q簖Dzm]B|fk-|U=w-]^9a4,h|ltQ\"\\!6f?{YÙ]_I >	W╕q+I>,~:c=qat>r^zY8I>^CF#عy_~eֵΘ9ţI\\5rZooëL3SCչOWUfcvUkf=e;&\\-,ctF\'r;˩-;\nBH\"_P(^]87+= A#5sT5E݂uܷTs.V{y$@ORTxBdd6Q݊~@tz&\nyKEAT\'cȁPFڔs~ny0A8!\'F)/^sW,QSwL)v}&%LSlm]{)6Q\Z\"m/7	6*/6ȱ4W(>M{#46\ZIU\n:k;Z>֑pŋvEFFSK:;nAy)`o6 7y67j\\q}s(3;`ד\Z,+<CT[^TWR4IPl9pO:ﮏ\Z27ϩmq5y-([=`{čzzsRHnաS#a浳&NV0M3l+ɇEXu>횿lb̨Oq\'_^\\Md_F8|js\n#66$e\'\rm?s݉!~!}`#5ceW~\rd\ZSmD5cmya\r\'Xh\Zsmt\r6ԋ5*AWG:78qQ=>:ay_i>ىXblxMH_>y\"W\Z4\\/~Q7XN?bqku\nt;#t|.NO}zEGdv6_}ǧa݄sP\'ť5g3kvf]]#vl|;gW>;c+\"sbc','20250823004305','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:1310722:/home/markto6/public_html/wiki/w/skins/MonoBook/templates/:skin','ZYo6~X/`yז. Ei}h\ncJDʉwxɮ:i`{9\\f8Z썼xNgOyHs,So_ሼ9MgT:_H%MyNd(*@R\'4E(-;DOx]袏~Ąe$W8Aܬg8AM`NS%2\n+|u:G騳oNCzrȅ:Êp2#ub0\0	b}n\Z*P!\"jyzkvѳxgQN㔚iQ0\r7I]1\'u.+=V8/es!#r`\n<#._Hs٢Z\rvL{Eeۆ/sbJ%Ii`\rE#	ZLTOJ	>ThO\'bx&4,P4gA&ZE2m2kYγĄȘk\'~?]+VqqAt|Y\0gSv/fj#,o7EQ6S<&KJH>#e;D+7{UMl*JIqYTIjjnBې&u6\nr&!xY9xm*T>塕;k>em-+f\r&ܴ)z#4l&4ȪZ5cgpj{%HRHT*RfKN޻Bjې$)%Ϝi\0|%\r-*nyXָXJգiH,y.t9Q ύ/48f;Eϫ85p\r\n\'m{3PIU½L<dIucCTŦT=]HrkZ|ܽ*|\'3W)键X%УjmDk/ގcNC₿J3M&&wrB\0\'WQX\"\\])S\0DLyJQ.h=W\"$o74AK_QȿC]s߹.V\'Ȟ<rf~I+(_}[2@%3S$\rnV*\n̞2pDPM8!Ec;W^j՟v\ZbƃFpeT]S GU+f&5jP%9ʼw\"ҰAÖ\0;P2\0ũĖ,o(y7e~X}bXnWs5e߹ҫJOiXj_\rK=<VǢv-43nm_J>983^Z|fp-yo0w<\'3#(Y|j#;xH|ZV蹖=B~3hmHp]p/xmد&-uQ*\'L5sTR?5\0H&5&@	2-D٪vkcZ\' M {LÐ@ 0-JS\r텣m=mٴ@!%\\Ū 8ls\\LڎՔ7ց{E3î9y$خ%X`Gîm \"ݶAGeYIZf^U2(.dej5a˶5iNY^91AD($.DX\Z̴+^ĹTΪrŴvIӈ;[0F4j!iDKG}+j9mv:L5R\nZE9shgՈYݫ\\X\njO-~|1ekqF/`*rf7_9W	nh>Y`ӹFs\"ʈpα7>R\'<!גg4Rzj{4_kBJ_OSwpz}sO6~ޙUg,beap?\r&G\'p<,\nkCϡPg9\'#ql~OQxE?lr<&~?E~?89ON?','20250822235136','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:1310722:/home/markto6/public_html/wiki/w/skins/Vector/includes/templates:skin','=koƲ_AP)9h\r{ۤ큱Wkv%W%\reM>6;;3\"\Z$Ëa/#lv~OgiN?:8_ו\'ԟc_fILpQ~έfAy\"?1Ne$$QPGa߹}#!tH+Jn}r\'ޡi\rQDm(q}:3t3g< 1)g(!_N}~7N/?þ>£O	hͱznlD=_bA\r5?8w۫_\rON?g(Z.\"XZO\"?d`@rKGMN|ЯI嬷t8U`4ԏ).uǠ%niE)(K1欵wq:So{ߏ[MN3}\"qgm/M2s<\"?0uC4Ogb\rQٔ0ngyzmh`kYN\n)_3|$CM*po Y\'.U$qn\n`N+ӄzB9(yɸ@ވla]4BC%yX-p̺Q,^fW<Foձ&W)mQ֕潛C,E;\nSjTV\'?(}8\Zn&1HsĻA~	ӈ%,wƁɓU)||93)V}ۜ{]ʷ&>Ka(-^R#V?0e*ohA⽈Gѷ\Ztq\"J`DXnV@@1qhZZ#-Ame	]h:g<Dv)=|>K-\nق.%Pl(pY?1$p\\,C\rxx41m쁥?Zy=~9P~@AV/{/ԇ)gff}~HbK(:*wɈ\\6cm`^x78&);֌$JGI-,M7ĊmT!΂MRv2a2G>y&-Å!;1P`!GBBN\nzs9mYlI\ZPsV҇Ѥkl8:XO$\0,%FQ=/N+f-6*,A \"!;Q떬!(e#d5\nP桡$+JֺEg&d)v]vq[Rs<)q\'~BK P,tHJho	ފwֿjDzоaUz!`idмFj&AF\0,DL3<g\nVb!(fWWBmzq!\nrz~Vfn,g4 υș%x[51U?M܌G7h<_-n4_^sH2^;wAAz۳&0GKgגaWrOpQ1J9J)l%&)ȥs2u	=o>4kt\nW/}\ndWF\r{}Z*IMKY5Mp\nCʛ.@LtmS4b:ھG$F%R&B#T2`T%|P¬h?gۨNCR2(<}$M3e&-[_VAR5H1JƳSħS/v	G[uY>g*&f*{= @1G\rM^Pm(i7]5~ U7ʔmױ櫜β(D>t^cY((K#B\Z걣tŉֲw3#Bb.M\06KidD͙\\ŔzK\'jFU\06	c֥`ShA4F-E>o,jUᯩş9HTxqd/ڞu`I^ٮ֚1hWJ~4(HJ@rbQtbSf(T\ZYx	q$N1IlW_PbΫ.|D3M`bٵN%(X]d4Eqer_F\nu\"tbkF_reSe8;*Q1Db@jW,U<~#8auOc\"M02\nYм{Fk\")D`Aͭz\">;i\n(z;֐LгQVT_UZ&5q\'8TCtnBOe\\sM.s\nWWJy	od6R5{4w3jVC~¨5uF?3+\' zEcꁪaŢ`n{5*m?M(/o}Ftm\\MɬqWLf1Q}NXF,_\'8-\"*Yvp$6q-N@z결\Z>xem6VB0J\\ڢ9bʟr\"1\nvZf9ҧuOGٽnM||))\Z헉9qwẽD8EI>YЬ#o HcץD9MnyVSe늓c[$@#>@HEȼpYwKoA6?\r=hgZ{0#\";\ZU	k`}eJDAi6JW`?P\'㌰_$P#.5+JXvs	]?#ްqAuyYǩq2\n\']KBkŷ,eh%H9meZs9\rA5`>=PY\\ŵjim&f!\Z,I\naVKH8YgO\'sy*W3dZk)Ԧ0Uno)= \\u}\rtu˗oK~xӝ컱`yS SΘ(kcZyJB[L\'mMm.*.y_%G(-ShKS@=_l;9:H:oiJUtVp)9>ʾlIk&l̗y\';<NOe2T,ES\'t[#i9R\0xAVX,Xod>DPOm|dej\"X\"_?Q\nIBm7jts!}d:a	Q GC1cU_+tڿ^.IϽ7rx\0`\":A>,֭0Zp{;+_9B yVw^	@ˡ:̊r\"gN}EG|i{ٕϊ}l=}&G\\z3?zc*QGxP|D.c\ZJ=37<IaL#UޤȁP~Z.bDibaYMOu{&1\Z\0TAڭT3y~\ZVsTɭqҵ91:Ǫ^+IZ]X		tŷJk]\n>ﵜKcM&1lNTdiQEWc[S;q%3*-T#=D	^vO\n\Zq8OVtHOC~g>gF1w?(]=rm5w]jqI&4sh;-zoWUNO@WE]i5\"rIԪ>e3y{v0ό!	*1={Wm\rOdt/{ُM\Z\ZZ.{T,,e\n:r$H>e`U\n\\u^9+qk\Znn#f^Ƃu1p`\0	Te[c\r֬ՄMcnnZlXNS\r:xQ ڸ$*TzA^!\\UvE\r:w?s+ؿ$@SWAF:wv4nZAeYTn.9,|og$\r{~ag浯S^xgb.~>fb=<ʦ9Q:.:(~3ؒӵ3X!{&n)z(\01P#)Yn)\ZG1^3(_g,JiņS}kX,@:YyՉID|Gڝ$S.vi ;a)0F~\'wz#ͩG66,|^-1Pj` L/_ܳ݌R_:#Va(`֏sxev*̪+|hDFiȽuDi>TNS3l\n1&~Ns7\nq+kb7MߴGXY!%꧇썞n{?!ϢRvVz.])Z&\\-y+\\qdʉ\0Y8p`Rm7i	XX#d\rGqBn8x\Z%\\}fAZ {Qs}j{LAARWռybnL<oa$U{r\0%!vݶ\\^tOvˡTvPBOݾ2B>+VXf(R\"eʂw\"_׽k2<R`һF^h3F烘1^˃C27?qyR<*h<ýkxLG<Y}1vP\0(\0q\nEGg\0C/4PN\0-) Jz.\n־Bc/ρVE&cH}~L\'Pb2~OZ64j_MXl_AȪ9̸	lidͷ[9ySAM>>9>Rz6p}U}M4ǐ	Z$x^to;\n\0f	JBZś.[8\nJ9n@6=2\'i0(M\0\'PTswBVl}\neJ}s3(I]C;/P{ׄq	j\n9QfN\r_TJCψ̘-eXt9Fx<AoG\'W\nK1R|zʂS4:#tuy|tzqtu~uy>>{o>Ϗ#:','20250822234950','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:1310722:/home/markto6/public_html/wiki/w/skins/Vector/includes/templates:skin-legacy','ko8+]@q-vrئ/($\n\"4(ߏ/I-+M\'AF\"5/g\0F܉kgQ>\'h2] \Z#i\r\rQ:\0isH<\")©֥q|`Iԋmb?\"g0A|\"i|@qN啎ࣔC2\nKDnyPI\0[~U=5xu	%pB@*`[o,WqiA)}Ș>g\0\n.aDdg#}\"k\\Q O}ӯ7VߜipطKqD( vἒ8-񐉨^ڻ{>NM@Z\nl@[L\n$~u:d&Cx@w6e_]9@QzgB\n\0Npi<>9д	Y5>vQqFՖZgXL~&ͯDW>PhP\\2+2!(}ſ`Z\\#B?P08-?fʴ7Q%U0F̫tap|zCC\'9r/ ^qjD3A:nը\"S\'c\nEDŰ0MI\ZA5րWRjV\\\\KI<)5ҌfD4cx/\'^Զ6DqLQ&pSL9##`1+唈8A\0?z(\nj^~;kqc\"8^\0pVd6%	@\0(_Ӷ)Vu\nѕ(=\"CEIw]WRvJ^\Zrt:t^xZL! ``\r$lKw%Wעt*3J\nיKkb0?瘑qg1dmퟶRkfBDKirULҵf>Eע0}RNa6΅:U\n[^DvAGH`S,G	Ciڞ\"V.ʒYz\n52_8<Ѭ\'\Z&4`BNEb\nu$ҋ}_]ڳX/pZ[5!.8,7VZm#N}P-AW!|2Җ,tȉ\rrZPR\r=\\$LRJ@S$T.~dut$%b̍zyb>>Jhע`LK(1-q^lo2zoU:&j5~5%_il-قLViK4/8_ۆL쑇s˙\r\nr~i+,\'.͍-\"1me9U &\\+<QC\n0gl}O<ʠN)Nm\r)4H\Zs!%NrBZ2kQPqƊs#fSn7)oos`륈_Q,3>]xFcIz+oۮWYt{5[Ef	&wP@ھ[i+ԓ>57Dw_C~V16Vay1Z]I/O?\\E,/H-cKhӕ$/C,+cxXuAh]0H:?gr^˜ޥ8Wrb.FIQ#)4slUꤍN1S|z|Δ\\X┆2Պ\Z\\FUn}KF|U<e;%엩P>!g\'i-Z3k^̈ULbI?FryMrHg5-2V{m3P؉WOuל]6nk[2Y.˱yngSLrr	ab|X66.vw:ݔW~A.J!dø7PjK8_ODi\\7k`!uM틽ޢq\"wtfj^YV7ם\"\r Kĳ$H,E5H2b\'/NMY\'EYGH1ǯ<E~S8[$w-er%7<()+}UoK\r\nM^RaDǦF9>+ͧWZg4fy>\'wB0%懃${V^)b잷2]籵<ɲ#X7lѸ?vX\\uϕ\Z=X⹈Z)sM;v|znxSE[?r!!ρ;:v!\'paVx1on?Ç!C)[OCq@20b1|yAϑ;N 3cf\0&@26Dg\ZO83Sʛ\rgdjBFL\rS_h@U689$ҡ5Lұ4LaNܙKq?5>vp2S\0(<=Q\0ONl6Z5v_>1C#\'d\'IGx69وgɱ7Mfǳh:\'hM=\0','20250822225331','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:262146:/home/markto6/public_html/wiki/w/extensions/MobileFrontend/includes/templates:UserPageCta','V]8}\n+\Z) @ 05O\n9\rqq>d;3N-\'=sl܄`JcH<k!x@)}]M[E/_IJlD̻2S,[PP\\fT<CKke^l}zu\0/@0:^\0cN6F7?#M*QBǺ%~	C։≈Ny	<9IÈtWR|[fu`,@;qI޽,}6Yw6޽rSLJP34ȿ}:\"}Mu\"jovqUU:Ηt4EQ7jx4$Z,ڗǕDDCu[乪oUat4sOr-qޡf!zTqؔfÀeD\\3\ZnfHymQEI#Ż6b_%*\0D\\\'_aSg`Dƥzf5ۢg=%5ď>y\0ُݿ%%\n2?t	I	HjYSC\'4Q-	Jg=zԁ 񡞊F\'4\'>K6/\0) `YE<Dګ+}9@+i2+©SZ:8vLs?fqւ`2<y-\'SpR\"*9ErFf32ف\n2iFGDP䰌R?Zt3n*re^&{ꇦj?=1h8`:\ZA0~.ģ`ꍉ;νl1MLg?(,(ތGu\'1x>\r3ߝ0vFX','20250823004336','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:262146:/home/markto6/public_html/wiki/w/includes/Html/../templates:EnhancedChangesListGroup','XoF+T\0!*E˩*Zx/]\'A;	RˋocSqzvzi /,6p#Q\\nU&\r=vy5V`2%IIfx\"I-dJd&1yKB|=\"{HAY2U.\ZqAO2$s#Ag%ӳUN gGWIeWUJҍ98	7!,i#ۜo[Ǧ\ZF>8FnI,6Br.\ZLB%&<#t5*Mu~+^n3A1Y{_fZKKsSn~솚5͒6ŬzOBjs/\nJKa6UR>Y{t y+5*fINwM8\\΁bpIbMaɺRYNL3C\"b`A&Sg~d2@{gx8uܓ̅NxDFCðyyw\rG֍*聅/N>|e*?n3{o~xLOwnu&*k0Zs\nbK8צ薔zF780F4\\#Hpӭ	>z31\0\".vq/F	=gT=kQX9p1n(dfJ.KD<H(NN9PX6]WwEWw]]=t:CWEWko*`14\0A\"{[3I&Sr`	XMu))6TA_V!!m-Gb]\"[S-W}Z,y$-0\\JPU;Pw^0|\'4\Z[NԢdö9Ň	6/5dv\r&&O\\^IaNd[8ȣ J}u,yaإV}d6@%԰T6uUOxQgG{v6nMh\Zg_ZޠZ̮ɱ0E;>/_^u//YAPfR:knl}|׋YV#?A]>x<*`oO˾팩rQwZq2֜[Zin,JZ[\\2[,e`\njrQh,=_3)]8oh4غN{ h]DA?c9-K3͢NA0\rzhأ}:1QYذN;{(\na{(i{^','20250823032612','00000000000000000',NULL),('markto6_mw9-mw_:lightncandy-compiled:2.2.0:262146:/home/markto6/public_html/wiki/w/includes/Html/../templates:SpecialContributionsLine','Vn:+#llnE\"\"ȑŚJkzBmW+{μ8sx$+<d0h	\Z\'͍| ?yJR5Z9.+gԝaޮ}s(g&JtiQq\n_Scp	\'Ҡ?Q54pfSOL GQ]5VFL^QX\"ed<Fw;\Z(4/Ǐew#cwA`=3u?3	F1ӣiV챦fR´u\n=[\0a;>ކA5M\nά0bimOiݝ\r0:y,\nlǼƺ\0Q4vxspI뗶k;-3ƯS+s>a=ͬBNs1l 5iXTMy=rm9QmP )ަ[mY6tJڋ}C:gr܇k[ڼ_6\"G*Mٗ}r~KMYDL?.Ge,`7d7V\r0<Kmtlԅ¾}>2b<ɸ\0=7kLnflүTpB??}.h@Q	bK\nC;Q3X7 yUҏD箕Oz^&Y+4Y$p/qi`;<!+\Zdkx҄F2(ez(dq  )XH2YØ7','20250823093803','00000000000000000',NULL),('markto6_mw9-mw_:messages:en','}0c\0dRvYAm\r`dFmwM7{<Fco[\n(Nm-`\rQw6}\rR\n$%gԷȦoMҟz^MlpTPJ/q^*6d\n>bQ\Z4\rN cv{\\)iv~tnpqo-aPts/LBQ(B˛yfјXwPD	>!z04t܃jIxJvrfn`+Cr9N2Tmoǹ*t60!?&e}jSt\"|=CM&nQ\r_4&hl\'U`rk^o2av	đ','99991231235959','00000000000000000',NULL),('markto6_mw9-mw_:page-recent-delete:1f758882ad1bb4eb3fbca98abaebcc66','1','20250817014959','00000000000000000',NULL),('markto6_mw9-mw_:page-recent-delete:9b8a88355922fbc2ce84f9980b885a51','1','20250817014903','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:1-0!canonical','X\ro8+\\ˎ@/mwSMPg/84E@KFu$e[RRlIkq8>|f4NGJ`x6YrbBUeܝMnq*U*`2TyIlEj\rEW(,RLIA4 `+1;hmU5tLeVgnM16z	@+c\\U1[.9FMƙ9K&.Xu_<M̆l~+8:N_|Bx+ⴐ1	<	\r.\0Z}@J& *[=,<ܛ(JP@4/nR9KlxT1LJ,rl.p~\0BШx2\nz57Xe&FlC~M	WF&l|T+\'Ty*#W2YRXUX|)^gJLK[sYSXb%Sg	<W!/Ti8w#Uv{D?dn8W#Hk\0ښcڊz\nj;c22EH{L\0lD`HjO@WyO/{iˎ;\\eZQ>0/qMk6bPEllJ&WƏ}.	y6)bAIÅNAc->\\`.֍G;kȃ\'bSXz;xqkZdʝQfTCj(7jqOw];6u .*(*]YS\0(w;`ZHV3dJ[5C6md/lJlgT4ϺHs.P^ppbe$f;Sy^Ү٥_ޞ2Q*p=`K\'8\rۏϋbS?PiS\"6GҦCSu%eiٷ[qQ!\0:q`4mLKKRqjyҜ#SW/J\nZ\Z෧zgIߺ\\Nԓm\\GHFs_T,z(xrnE^*[]wLsoquA*vy\nNZͪiQ3!a ѽT0&B\nlmύ\01gmcJs;?X7Q7P$ʓʍܿrs\0@mX^%mA\r)Z|[>\'*1X^\\kT$\"{5Y.D[K0^P̉ܼR2ǧ$\Z(\n{ya$<ć\'}KIP앑H;Qa`0:+a0ڙ.˥Bh5N/r_v4щ{DqVA[N?:=\r;N p{@ݙ&w&)|	.L c0V2lO؆{!@,\0D_#bǐl,)9@oft$QA5>rؑr\Z{x{8˃og4o9	.vM}X.Dbu`{Ql=uغ9}<S|NL~PSD?_xikvd+\\v\'֌\nUG=t#ܤ^7/Xzm6>7QLXr>\\GoǻPMʈ9ޕ#ב|>lQ&\'ã`6Lf;/SǏ+G. +MOc\\*ەB {<PCW(2wX#Umɩ\'څmq7Ii{F5ך(pIQ\nŇH-:(2oP>!G$3R7.!5]q#u9i[\0L7Sh\'N2iZlbrxS%%Ґ3HCԸ~ok5gۼO^gq.{Wf݉!^\Z9ikG\Zb3L-@֊j]HjQ=7G&nOǋkץoc~<*25','20250817052008','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:10-0!canonical','\\nǖ~n%Mf\0Gږ`1q@dEͮ^(1F5I;tW%CVv,U9<8:i|i|yq}\n62fr〈SOSEXIÂH3%1Ve9s#WLd<\"YYZgus|NL\'\"1;.Umc!ykvq0U)^E:s}<pR	B)皔;޲kcI%lw볝=LrvBD%1r&#1Ϧ;O<wV,*6d{L3p-:>PdA*#\nɌfi.C\0qTLx\ZxǫI@!*5f$fgEda*ƭb4q14]n2@g8`)gS|G7zXbL-bi𸜍F)nE~s}qڦ.gz]6	Ҁ6ǆ3+T.DLŐ.HNGg#1DGg;b>*HPlQ*ȌBcD~F^#D<BD&X{jy%|0TDb$fVMx@ָ5\ne\r*|:Ji;\\g`O(÷\"*@dñJŔd$y}y1tϡ=n1A_?^λ;7xgv<DxFb	R\"VRVȔYPFږX@Q`L-q~-zivBx\"U@xD)4ŪJB}\'pJm\n\"T\nS5[\"}q/Ҁ4\'Nyv6cOHb)`濰 3\0k&Ǵ#	́.s#SXCckaZ3|sA3OwLs<\"bL9mm%sBVvٸ if	tCo=ʧg\0j&KT@\r34Bomｯjc?\0[\ZrS,Y8#UhG1s^;-|@Etv\ZɳW\"qG)27.\Z˷[#3eYS$p>`Ē)da<0rƢX<<c|b.pN[҂9˳{?[*$XDRxZ\n/B͆2bBY~7D`\'#W\"BpR dč\"l4z`ȍ8\rφz6zIX2|LuQ.jHz\rU}cj;y/(z%w9tJdi|a6\"\nip7΂X*s2*ٙO<ʸZ\0J\"l$\0@(ҝc*29HYXFww5Rt12g:A)7ab[:rvSc0MD»PW.HY.5P	aJa.kgoC\\Plb4RI=iV._wuB:TU!\0&)#\nS|t )NЇh<IVZF\0\"*`}T4\\\\M4 s3^zRiTvZyK+jkrT8o/\ZoI!Ȝ{%\'-ClN{\'1\r>!u +5%Mf5PRr/)(\Z=ӁfD\ZP`c]n(_Tګ:V\\3zs\"HOt%n*1Wq~cA@/-5AATK (cv\rδ&`RPn+MMJx?`4R05\0~6Ȱ4JӌcAR]\"[nwvGQ∋sEg0*dΉCXj6CW`V?VbJ$+;TQZZSP*ԨZRuS{\"#PaPC850֞\r\"@U\n!{i\"u-\'\"E@A0\ZhR3\0\rEGq@\0j\0vaUFs3{g<\0wR\nYP<	#;BzocYm̧KLѡ\Z# dGDbG&2W(.\rFH	8\'`@~uizSJ,t=l.(UӴs~G!(i02UC+ͳ7b2an*BNϺU\nWeW$@xO\"%?X=\'9Z~YĔUH\'I}w|^ z[ǥ{rp\\):EOH<Ml7wqO5=ŪC7S.5|\0y_+kxLvVTv	vT*j1h5Y3S\r.\"=aly|V\0cU|*ߌںke˹gJکT_>4d,4FT5+Mm)\'OGEu@\"j,E[k#UvzOzqQ6ṟ|,HdFW\n>l(2mdlTm|egn-#^VʑA0@\"%9W+p;^mCe[qk:VFډŉ>?\\\'u)r$X-J(EwS#[\'r\'CLWkG1lf0#rȈ,9ϰG,B{Be0ׅu]VB<QR|FU[	\Z\nMUmԞthbR)XUu**؁\n?KOX=cZZfz`Jƀ半2\\V:?,ZlZk!BRj<-bVq?>Ɣh-\r2o]\nCH8$FwfR,_#:8(ُ/.>tĸT0cxLDUM֌\'n%\ZjG\Zb`U[j{5&1JZQ<DIya§nr}-xd[i1w+,&e<*JrftOcBW@\Zbp4ޚw?j\ZN[sF(mcHl1\ZohL\051Ꜥwuhnsf_E(bwsbƜ:&h6	B-&$^C\r5z\ZGm 954ȃ=JfAeP\'.hЫ:{r1|Fx	gBubRLdj\ZzajQK{NCK[h*Q*3Hb>h\\iȮ׬ZusO%?ԍ\'5I\0N׈NhfDm\0tZsSZp׻Vi\rfxjѡME{[*@ށHyQDB\'	^7ftI EQ;55@_O;W/ugQ+ݺ+;{r|߷t9z`py{Yk%}TOZd\rWF6Dj\'`M&-tn<!oc\rV(YO1:d#9.Rr)Wh>KTAGFј(\\C\\\0\Z4E؜~FS5	qPNo7X*lk&ao~!4@(7(ɞm;~XuU~WB$n4&X+9\n-os\0¼w=wZ}\nR!o\\QWڬ$oX(\"pradP+gݽN_9OWy<}=Oy<;3y,nlKUiZ]7~IيSzWs<e&ӵLr]1h)x>ǯLExh4؏=:v=^\ry:9UB2gwH5+R\"E7䅨G\\ryrnA{#=dDmO{xisp{	dIǲ0^c봫g[qq *|?BP\"TtmχtފݿD5mE]f)z2DBz5{/nQ\\u:Z+\n!x?6#`㿧FC]oOD^=NN@G	[ss㍽=1$/ԾӾ\rym~@KiPʩezKQWI#m%kA57<fi6Ω|xPI{q!;2?[yeka16[mUo8bP#mϯe$nt18/|ak/mtXذ\rZ`ǝ߉4N0S&d(4Ss:XT/)5SEi]$-OD(徙iBs}wTۗFpE=S>7hwo?U)twX]-rLW͆+B\\ivEG_o}_2C~pp+9>;p`+Mˬ)nsܧ~ߣ~=m/3cOͦ>//;b78xV2>MM|Z<Zv78htWg֍}B6>;~Asfxmy@Q|f{;Q;h!Ce2V~مÎTk+D$.k>9>1DaGGݎju0,SԚYB;ǽ`#!]\\]},K56,(m2>&zsNF-䧓AxC[iKh\rAp:V;#Zq{xG=\03Q9hp v:FǪwǃI29EP?lv;\n@Ngc0ϝfs|6Gt/BSt>V;W&0f]\\1LZnBZ.voqszxB?!IgI?3ч]UGS\rm9`РGuaOGR;ݹ0fufh\\ё5z_\Z82C|6C9Sǘ:qȲ^{Lǵfv3`I?붴W+z{MδF]!*>-@Ot2AAh.Я(xz5$<[Ο˽IEVߠ5o04&?>9ܐDLSΖͦ	h=HHE~Qy;u_D\r8Ug\0~+n/Znt	&\rR_1/V]Ш^G|%;5hiygw\'ҎZ5*{_⽘_E.Ï(-ֺv3]{)K\'\\bZHZ\r4h\0K\Z~87V^hPxeʴ̖qH\n$gnܥXvE/n\nlڳ\"+[هsĩJJ\Zņ>^}׺g^-ޢ{ʌ;W2]9=%է%Di>-P1 b񻮷.Sm9x\'7ZcamÊ\\#D&gtF7Y /LV{uawdNPOV~lHw2t[2CƋ','20250817000525','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:11-0!canonical','V[o6+=4M`K-u$Zlɐ\\VҴI>~$ҸSſSWOk2+ODTH{sF}3]YU{ JˠB_6\'%£\\d|hH.K}IG_(ɡdT%l3׬HNeU`TjsoN]tv[i&_4HN}FEK6g;Xf@:?BApD|#~#Er54յ>2n%_P	A6z 3>u_n?5<3̗&eyè$D,/8y.ۨ\ry(]7\\2xpMŧBB\n$Z nX#4{ $hBN¨קIҏWΒ;ԛ\n#VЪxtQ;jZ04\\~`(r-g5\Zu{(x%p/ֵA3J6q52/`Rs[*jQ+-YluCVURL2NGz@)3.aZ\rx$?0X0<K\rbH9>3fGaiG(qHA\Z-B:ZP\Zk\\s.9\Zãxw5FcnM׽d\Z3ty\rJa7G7Y@1Q =dzaDε8{*\\>է,5K(0^UJ0cxw!*ޒ(N\nRNtP\ZpЏYqcTg`<؜3-Di{sm%(&Ygn$0!uq(g+,KL81Z֦4H;X(c`S*p:4lF_l}wCsq\0WФ>>Fg2ksEjL;>33~V$Ű)\rMq5rUWDÍ(gaCb[T~ڶI䥫0`FMl7%eVEδ4z*T=kJQ]N6	3Զ&f.:MaRM\roHza<kycI;R\rVO..\0','20250816233232','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:13-0!canonical','VYs8+Wf$Tl&S)En@-$RmGHv`wZ}|}(wݺSh7r/5yI	Q\'w͖R\\gb@Zܫ\'~_DzuX\\ML96vQȥø3b.AO(x#O^q6[9-KF?~60A=1DY~ON^eƧk/C]6\') +WSH^^WSicO	(j/O\ZIt4Lo*߿&@$]2/7\r!GIHb8C$5;	}LkMORH*+0`H]{0m7vM?hv[!F߇m،E(E<&nui\"砽歈d\0/HH=3#mn{m6{3L~LH]ݕ$fFgPx!w1>`NYbimh֡y~\naXIoTo~y]B㑧[&1dzQVȄ|Rַ9WZ̫mkuÇʤaeT>w8\Z+SB?~NVj^\'tiB18l1yo3ذ|38]$G[߁B}Ưϔ3SH<3ڋ\'8kŁػoRlChivsT3!+͘Q@:Fz,I\\jyN}/]?GG,^c1q0NmsleJ0a:_0,Κ(#9\n\"\'fqnюUiNo5f:na]OO\'؅\"h8\rw/\"t&m$iINk<9}MܖK81Z8\0X\r<Ict~WP3(&F4;QG5[\r]^|O\Z;Am\rQTy&aQy#0 (Eb\0VVEefST<\Z3\r*R̔pķ[nkn-d(dZQn71FSH)bj(S]mfUbf)reIBeV6r\n\rNVg3jGŞ\n׫Qw{0lK_','20250817220341','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:16-0!canonical','}iWY_Ow،:.iC;;PUDZ|8d2z96H~+_m\\ڕR\\{5}5Mhߘ(LLQFh,N)GE2<Q55|j<:8GUlM4g8nLf\nh/.dSCS-ɴ|0yYsEe(_q4ޗV\ZIj\nda;:͗ܙ4Z&Y\\oа8-f&`|{8(p6	If?.mT\0LǼ*(ymT\ZwKjϓhe	O?~Sp,Ln+qf[G\"ݚ\nn?}m}Va쯣&Mo@/Z6\"X}4e(FƁa$t1<D@w(\r٫kmDJӂS7>Ur#&yrGˤnHfa4	`1G`	|%3h4ۀI}SVLFIBw0y^&6\0݌BK=uY\0h7_8&Y>S*QY[ =_\'.3˭r92/nMج[-#\'lI\Ze4b{@Z@Mtpa:Q\0<_Itf`f;\0\0%,.,jߔ[Ű4\\BX2JL-3%bA}(]\0ك]oDYi)&R\"N~.1-n\Zt}y;oMf.!)eZ%UjઇVDon ݌>3D)2\\_dDH$߼;I9ZޖGymh&3UBٿ;щ܉[a>e\0?\n$dΎiHBЃ*F\'{¿ \\*4 \ZUUo`OJ3\rW%o7BDZTy~VP\0G4i\nbDeJ/{|B|,6X}/w^R;J`}Bf}4&JͤbGi2)h}\nЛ,roi*3R02.HNtT2M*JLtQeFӌk\'\0<zE(̱;{Z&\"λ\"e\0/`ez`\"7y>ƋaCD8^xVwrX,\\PcVy=Ќǰ{;f0hcN$Hx)qN}XaTAK\0\n$PP\nE&FXں\Z\r?oڂ6WC6	8\rY&qn9M\0`pB(qb%\"<H+\'KQ\'\Z[瀉.pLAo\0wuE1G9&KN~X` 0WАN7|x^iChGd[X>B?9a207@-x\Z0Ԣ. Qg>?`sȇ@[vO\' Bn\0,K:ÉuE<&52.f>LYJ4--^JPX֨ex1\0`>bR$Jv8Mc+\0b\ZMnߓD]%+\"P\Z3$潴Z(A8 40#I>7xp)=UTD`@S*.oe\rrY+h)á\rm	\Z)\Z(p;怖fF;([2bTv\'d)K#f}\0fYiٙdHOƒYRAeN4?ywӈ=m`]b41 <OH-KI屭\0L@n݇@]1%\0hWD]ZҡH\">G\\o\'MHOr-*45$ ,TD@(	HMch|Pg~,\'/3eD]^WA23>%p֕{\'قlD3eD\\He˘<Xe#\ZZ>_07E<FmybѦa?K$!1IݞICwqAx؀hN	JF	8?#$pwrgFdt7@KT\r\\慬،_Jq4F]xNo)Paz		\0Ǩ(`p\\T$`>ALf#5s\n.d:Qb!ƿL#yqOc<^0zF,	0U>% ]frz\01\rVyiVM[{\nܛI F%3$,|qY+~}.aP^5eeb0B66Ygg֫ʛۓ*Jbhk&B ;V.uGZUhJ&`G5pG\"dB96`-=rwpjzQ\\\r.[bsJL!+I¡g;-<S_V fL.\0\0H6*>\0!n:G\nᅎHe\"vTBBZ6L+Ng[`n0+\ZmU׍;0c㑱sx\r#(TuU`,#+Ol+9a\Z,ׇv=\\qsh1YUu*dL3F	5e6\ZAY8,}\"VCzaB*p8ɛm3L<8\'aFE7KX监]O$]BMqA@[I<&l<fip:Da-{l@qWߴ\nx^`@9!([VJv[¢/`1гɄL=JtdR@\0F}YlQ^,,y\\t1ܩIiy>gՂ8ۄT	\"OY$|m}1qzKBm͂:֚)%ІF8DHqKawrNTjbتTDYvg0)IZv<ɒ,ܬUC`=&ud2Δ<Cqcd*ZxK9KNӸ}Hr^78lUG㢃bEŶNdѦIV.tkbd\0ZLMi\"\'!V\\$ӠTCNffݢ`TVxx0mKo(7rJRt\\YXǵ2/ѐj=!E[rӊ0rc,\ropZ8q3:3q,tYe8pkG0S@0<ʦbGg71P|\"Tqd@(DR2,=;@\ro[cnFB[/o#\\^1su?	՛:CĚE$%~tj%gK3@xm}F]z=$;*2\ZS-aںu=,#tߋ\n@+6RKD䩱9ZJ	Đj$Zu#Z\\S޴RkqK(h)ܵ-=^3:4D[\r4̂#O춨,:\nJi<4	c:G8~`K)ftPTjكU\Z&:vaO\0!ӏKK?֔KۚzX_lZӀQUMşaF	]H\nKF},Ѧl87v2\0v١=J6Q(\0m^molF$0zV4R T\'ZEO	 bpNS&\rpuņ@#}\n$\\~~n#4\nf\"v$>Zw٤?/=ֆ1\rH	;KM8ѵтx֐϶$J%-nLC)hJ kQM͏myA[#˖7sB?EoOOΎ_\0>g/5]~y笤^xB:/;zRN>Ȩ#U 2P\0ہKe:M-Կ.&TaXwYhf[.2ЎM\'i院C$&)2;6[up5/h6KMOcȔCGuv!gz\"J0y\ns[&>Mqa@=@4`N3#.U`ȍI.-J3D7j\'^ht6_T82B%ƈ:JrId>ݑ.liIȻЄvT]&͐+Eitj;f0E8(Ya҈S|H7 m&cadϻc4}բO,(\'5`:AAs)lh6/{نr+\rMj-yuOF$!x}VЪMX\ZЊhX\0g91dĥ[tn⊄,[9u<\'0bTodO\"nJdȯׅ^6\0_	,9x98\0nE롤LqngUs-\"ݶ-.*ǧ~_^9;y170hDQس\'t芼+L2x\r|Eewq4]J\\[AD˗KI0?y[.v\\0:O^%}.jˮX):ɿDB^@ò\"\0|\Z1[ojF@MX7i0nhlop~`qӑ׌](aH\nH;T,eY\Z6OilWi|QtS\n3m8Ue:K&^\'ŸOB>\'^_x*כ$S&4G$I0%i`\Z`c\nx!(h#V\ZT		P`G3\Z;In,,>|梾M;/*(x0T*h\r[$aBhm!έK㐁kwIA|_ǘ|oC=(%5SimH-m9k\r9z=4DZr[RZcDi]ue$}&\"O\nJ(ȃǎ;4H>|5	Rt?WĀu&7-^2>0\r+m2\rHU,z\rܐJ\'P-J<a\rti&b\'d@gmFI;uڑH,g%cn6I&d6	:φ&0/hܻD@5,rTIi$sgy4+8]>Cƴ/хlXA- ȖyXH\"܌}\ZlĐ\"::M@AK&!;ŅKPZ\Zп3T{oz\nG]<pvvՄ _m)96T5.\'Fx	,	Q\rL87<5/y2\n۵-E8b3}Po|jAatއ(aubLƒ^L\'fcvIߢ	X#R8TUH	%@x`wluXs#ҔQʷ9:.M\rhenI(\0s@%|ch\Zh%`d`s⎬-u	΅9_{fgqW$(hAzcse:v`x3$+HURD3=Z*⁙,RAM6YX+nj{6h=;C.ꇣ9t|l\n89Pj#Dd_\"EQAvL8b$(z?~ urbm*zï^YMtLg\0\Zk3dV\0*@TMTv)Fi\\r`?It2u2o6QplJ 5MC,U1\'P-\Z\\`p-Q\n\r\nEL{TOQN><B@,>s!\ZywPsl½e[->-d\\75Fu˝9qY⧩-Ԑ:`V3$+:I++gTKB|,	ѢbKTBm0ak87f/tn[(iu\'_E/h\\&r5A00\0$dlAyFYq*=*,DR:D8-<R0s^z1JJr\ZVAbuL2\n6\"v=kK/VMi\'CqZ.w5-)(1mF礏RtYImRҦ8݉(yf\0F|U9iC\n\"xF)2YxK=W\Z_	ry\09IS/qo$nGnKaB\Z5W)hmuh5eX`^t_Z\",h,	sK9TMHf&%Kⴖ~#ĠDx4QXaԅt[K$GRA֨F\"VS5xM71W^6,kڂphky0oht^PdGkGi)qІTT4s!?ֆjr1	חU@uɅg͆VꈯGr7,gy.\\`8VJ<\\mӢDZz:Sʭ~6rV\0hµO)F.#s,/9IvRUy	ڴ%~+Sg1UNFW/;`S\n6\0yɒB>N6Ôr>h#k;u[6qA(b@qs$c} :ʄ8rr5](;=ylYP\Z[ii-=Wi$vh6cTMl%cCJ2E%	XA(K/9&=74g7IEr	/xbG$ɸS	T,8nh\nPЃE5jpx->Frɖd.E~Ä\n.`,yq(=22\r<asSQVp\\ތ4TIЀC>L/oږLD\"fPQ\ras%п\nHJMÀV[!\'.YXc˶en<ntq\\^A(7_q\02o?a]<\n+t12-4lIT( Фl\\	H.(MvRaax6\"l{n^LDK<p)MȦ1[IyK7GvBOG*Зg\nwa#+Wv))닩936ciZh4<TZjo\\j5j-Hz5ټȃ&3. A{.,p	`Yڴ(;,UR·AnQe_R\rtMO<\"!j^gJ=4i5#㳋f򲹴&Cq1#/22@b2^i#:)Eq+L9xU-c\nY_1/ь_\'9hE0CI0KZ}TB{=~nMX-(#\ZT:<I97Qb#ʾ6{!`s̭7Cyl<{ФΚ%ni@*Z5<ha꾋䳽\r9`+	a\"Xᨴ\Zmm>bcӓi*)	RT$ZeZNm:Ehaޭ?0$Q*!BnzXI6crjWn\n%J|4eԨ|\r{2ktQU%sk[A$XL@TÖ|b@P\'RىMOҺ>*b$/\Z짅ͱBx#\nȉ8YF[.ݡB(bTS}7z^Q[AFfŜղEE9=.1,+Y&z#9Kw\"~դa]\\]owǎţ\0ZuY	ILRaǔb;\\P8yX>M봍H\"&1ݾ-WLM`d8LM\0$6X6Dy(l,OlerJ@+(g]K+Ƈy1kH!͌4KFܡs\\>7G\'o}}Wwkn9g~呝\rqxň\'9BN*sfCJ}3$\\_\"6=w[4 .!eXdb(tJ?-RpH,l`xi-YAۆިbUUxA Eqߍ{Xg)DDf:B,&++@\r8[C_?XEGa j:I=i?T{hk͙FҮ/BښTL=8hU,	W;UH̵W-bQR,Op>ڝ\n2Hq,ZGO졺0$)\nGyv}f]ďF^\0L	8?>\Z32^8&101L\Z<6A-W⡭)*5!ʙ4T;dJ+-=mXzSOɊ$ڻS{;pǿL8GǯMYd\\aX[FT\\_jeN8u;*pdkL5P\0\'\ZS˩fX\\E2]<=?sC$[7k98qN<[J̡Uo#[֥RubqQE N>aRa/KuF\\Jdxp%%T\'z \nhĚ7XwM`?%+x6LnXܨ\\`*x\"&*\\}=]򖥴cw\\M놪F0ab-pG&Z)Ȍip%=8|D_#rY.sgRlNi+JL46e	%W6\'h3\\<\Zzfc++jGeg[MY8#3c0ы;PZtYeg]f>ͥi͋֐m[>\">k,v if\r\08;yE.p\r،/jtCkc@N{y0;ʫ8\\b3Ƞ?SjJs\nAF:Qݽx	7s5>j/f/V,\"FNmȸ:ǍaÖ>Ǻ}c^3羴6\ZG<7K.3h0eW!i|k]G6#yseV.W--⬜#u!u6<eKkAw</@jD.J{r]tiޜTD {y\Zr9F6Vz}}\Z  zĈN]7wrlK5RORTKcu6\'c[	^!hj\"6aRv͘zZVQh#jDd`EEosصܺb)@%[s\\P#x3d#\"$\n<W@vn+EmCpjso<\rҝ|eN;o[jZTD!\nb Hσ[v{HH-JA?H6߾\"\r2rnxuUa`\'ZID;*1\\cW=s4qs3ѺWkhA{3x,x[K~iR,5Vvt}Gn!mj}& W;Ǘ]0ao^|(Jۨ_\"-3M W:\0Ns\nk 59Vy,KhՓa&G%zpk%Ѱ  \r&w8M\"&G/o,\'l\r~g?aC0cuAr(1D@mUl@*m cX5.dpz\\ވtk	|^E.TxR8}<¿^{s*TMI1YЙճ}./5|ol\\o#BF.Jv+m`m#ڮC\"# }0$I<v=yh@J!<3RW,+í6{~n\nzj\'=\r6V;QpkmQriҡ䇽ɹu	VLX6$ԩm(˾8{,ct4N;O\rllP9k{.gP$`rK;PNّP\0t25(s#\\K0MTY.4+>^Oi%\0d	og }x80nvTx8WHt6o}dS\"܃\Z8Մ=;lwݿ\'hw\\M?˫ZeڤD`<s О`it$>i)\'wo\Z)Dׇ/s!+[m(}XAJ1P#,%Z=Jkh\Z?LG\\*E{ꦈ|~Lf|tٯ )su$[MYWUR\'(RvZjYY\\.1vg5,3c[W?@|ڊ+JoQ\'O9\0*!z0a/-YbX19:n%O*^41}[ґ8Twe6{hy驅RuRUo\ZǢP\\s6}SJ\'.wsou\Zh;RK\\aZ|1wJuJNc)hG[dmȄ:քN4\n1,.(b2\Z~!ojVGBiTgTe`<_QMCрOΒaiYw*,.A^[S~acVQ-\r6o}x{ԪRDòJ\Z]D>iE%fDc_,~.Z_ןO<pyZݽ}Odq$.~2)\'\nQGi[wQ7ڕvyAn=mr<ٕv.bDyCبvXOdMTYC`{%apgEs2iA3?	13\'Wђn*Sl<WVsu@T(sϻ7E-̮O{.C!ݱ_yƝ6:Jc>Xtv;;wMu(M4)\"C&C2땗7jʹ<\Z-̡5zЖ7A\rR4MQfLEѺZXQɀ)qY>\ZPҰDi	Lҝ\"데!\"DU+Y_vW\ZGCC][{lSVFs,ɑ$6y7o`:y**qe\Zhg(-/+4yI;7(E\0\\!lWgxs)`#qDx\Zka#\\^0l7?TPz++lAv\'/Ch]vг(e)5zJK>,#gP]?G7-A\nySy@4_EaY9\0ÍO_neNjk鹓h1p\\g6,Mܖm֪G8ib\nrNl\rZ=w͕VKCM	YD37td+_`%-Ak3ԌoL8GOi\0%Ӓ:j\rDeKIpdc$.$Es:HxsK2yV+\ZVrD!%ZطQ$r`4;\'jz[;\Zf^S^xj5B\nwNCsl8,\Zb9YunKG8U?3V<.?$\nYoN\"ON?#xIsC><::9돇0GF2C)\'0ZNb֢4C}b\"7l{Qo|lNEl	b?^]iG\\aY[W.`ŋO-Za}u-X@mӫߞ]Enzv\Z-/gg~`UWZSР_\"jHiǴ^ԩL{;[lmʴ8x:֨LРkP5Q-®l1D\ZY΃-h{<^]tʴ8j0k{G!JqTe9+cu^j#$2z|\\JI&ZD8Z$Iňj$9+DrLbQ^S\\ٺuk#\'b ZơkTϯ*VkNnQ堹S8_IMp*/i.pƢIr-λӉ5Jscu6)F.в/0kiT䒆M|\nkt9z@}_rtMl\n9+z%ᴊC\0l\nx?vSYPmiQnu)^1GGp̶68^rq.c	GyCA;kauijiFBwj\'EC~iI~r^sWCX\"}|ݾ.NvzW0kYzp-~wwWAxFVʂ󥵮{e8L*V԰][%&DS\\ M&.` [i!A5re^7*Ч>\\,8ehS{ѓL\\jI-6XhdYA5J5\"-*#\'Fk^+rm=gcmOt\'Ҳw An	\\ķ~TCkĊlE-G]d*Ib<S$Å8*9\Z\nE\"{!=5v8ܫkp,ȱoė7EBIW\"X}&{$W:1}0cwK?A39LG{feflbS9=Ov#~+?\'+j\\͍g᢬XF-\ra W_`+fF|Qmz$\\?j-G&C?&PMZo	EfjGE\\8z{$\n	zI`O\Z=:ˉ~WSPz;G9QT#ؕOgi>i>j@~3l&b%m<9[,ZMV#nqe^JQd:f19f%p[Y^y{xvy+Зird탑:}Qq=L«&:([w%hxX%tny}Qu4]9m?tz3)ږ1\'rڙp/s&UkNVsN\\_!	tB e6cȘ8-\'xYNaQetݙ+_͠;A5\0ơKCxlZ	|>?\'G\'#[I@(>a<wZpm?FQkw}d(FgZO@v\n;6Tl-)\'>+ḅ>AR}GwZ4+aL$X=\08?|t4P$\Z!PW*kI~Hs+\0:3evxDK|\06N0R[mp}!R\r]^ۇZ\\pՉ\n:dh{X:4AS^)Hv/ƢP7G;0]ǤbS9ŝʐS=6}aЅi7nIzȈsۇu<͜62Ϛ8PM[[Wt*wu4EŕrᝇF(.5H؍	\nrpSX\Z5KYfZ}u#l\\4ʓR/hP|IĔIÔ	D1ZDk1D\0/\ZU*k\0:tBO	jS	&J4K~YIc^MU5LWΝݫ).>s[r|)KPIՙ(%6-VQhJarju\'=77$b-ٶ#5?jEܗS/VVY1ɝuXFH\"92+f	}pqG@U[xaIFaښXse nwdNT$\"g-<AΈhުpr\r]5Yt[CInQjmBXVV9t5Nprv84\Z\nD|`Wn~=Sx=U]HJXR-gjݪ\ncfTeRP\r\"_mAyY;u;kG 䘊kEEk/Y2*_;k3UR\n \0x[]dhmG-LF5y\\w`ןA::Ne$W5Ex\'2??{[w~!\Z&r:uI\r$#8ݚtESۻ.>xdy7/Zwuy{Ӕj\0ޖmYK\097n=SWB;0erx,/񭽤S;k߃r}N2wxs|rST&RŗɦoQ}첺?[%x_#}h}}MƸZ#:*@L\r|C\'e}Bggghؗh>\'V}lo2{_;4xxsm;$o?y/vvވ5nG?pvǬ4o!6}<y:ISOLm;ǥݧj{,\r#֎WM3OԿیsp;3,ίUf-ǹ9rD}Vm<f#)[\'qIǄ_$a{{uk/M`Lp|?]>}+17E[\r J׮?#\ZdrZ1pB>\nE5.Sd<réԶt5RKhoc(GFOTO92G%0ւyx:>c-̰!>?f)0L\'Og;gv_j+?fpEx:G|ꩮO3t}0IIH4P\\WG`-*qн.6	|élOq.a86,0/قŐ.gh1(*}drΞtIߟntw\'P\ZxΒYRX⥂.uGx%h~v{>KJ1fpߑk }?A?:~wP{@4slGh>m\ZAe$̻ N:{!y!f;ӏT	\0mx}Cn]l{@j1E#0\nI(#fzق \ri:.y`Np[=,8ӎR7*L`+n/uc胻*OƓ<+>~r5,gE(mgqq[{׳Aw~9/4.v{YRp*xaTHd1(HŋҼ$?].15&\n? w흝 Ӏtg\0ϋ0%:^Dj!&@̋r\\]#g~.c<]%[6oh`	]X˪X@K%օW`hh$_pˏAHtCi͏R˵nif{O~*8;B7\0ol &tsfGGÆ!- S\\\\Jq̻zBTᘷ_OJ*Bu\0O}b0_Ǡ/>p:\nا$n-k4\0ʛyhz׎x$}r4Z\ZEp.\n:c*Ϡ/<6YOI%z?4S3+k](Ȓ%KЎ8Cx4)TC#{%ID11E\Z2&?/\Zf׵l','20250817070658','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:17-0!canonical','Vr6U3}_nNz\'=qyhv2\\K|i&^qV/6\0=9	0lWTK:+.:L\n\\*~=)gHwd=|˨ֿ>:*WdE$hf~>?\r_>ڦے`S.t`o7{;-q;@^d_9_@[å⋍%hsHh͗|Gv)ƅdF3\rf!td eZfm#ROZg*ܯy~xL;24/0mw}JڤsG,/}`<6jbCVf\"3ζ,B0yT`iTXڀ\rN\0(ތOq3.ߝ?`ΠtB!ʬH9QĊe!9!1vkuQR!S\ri}6A\\Dc7869C<sڢBauo,+{Ը(^D4u^CVJΰ2.N9! 2`vF^0%G:8L34X)!reAĂvgn8ZJ9\\ѬDO<*s{-8Sexn8(vލ@)bCR=:Q.AkfJW\\8a4YK9UK#{,׏I	OT/R4vЄ\n,x\ZĽIpZOh!	P[qXU;=;\"҈Yw1u{}쇃%t:m\'SjBع?([b@MSaTA9hJy]ft%_\'F2J[vx-FEe{	~(o=p:ƿQ\r^WwWCl\0WT>>D瀲t~ U?WMCJdrbXێ*.B\\!;H?+PڽVԼUf̨jPSWt@alpr3,OYT?)<8ڲ26 i织$BCʕU}[NY	c<<xpX>m\ZRN%PR)؁a','20250817033117','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:19-0!canonical',']r8~MNc]}xReƻ\'N65RA$$qLI^<n7-&YOn,F׍Fl^w7>4ފoDON<\">l>\nhX2W:I \\1g<*:WPw%x7v?`\"vl9)/P&Clf^+-{΄cq$beb1Pb沩ݫf 3\\6s(Jl<9l7B(cQDuì,*埿9~\"O7MK9FeAgZg?yɐ)IR͉gj\rz[gx\rjGO\0Jpp߇ķ\'Jhfrļ K;; J_\"G^Hj\0P-\Z~*&CĀr=eBԅT@#h\\FG%ΰ#\r]8~BVƠg\\1\\E}^|g(G蠮JP@BD<(qJZCю\'8\\!ٹSOP)PHqLZAPAb	$<r\0$4C.9)#ԫx94rOڱt6f0kЙHE_OB*.\\/ր\'\'.(Yo}[u-M\'=`c	ћ+B+XC$tH$1׆#b5GX$RSR,	]Ɗ	1<Af>g>X6CB @kI[lW4\04<G6`@;TL|pd=cTPsr^agB=Cf8h캊$daC8hU`@(w#5L\\xR4,g*{ cclЮ*{Ҥxj)Ⱥ$(l<c(g}u&4񭆾\0\0\n&2ڏhP=Wԍc4a\0+ave@Im?C#\"\0Y[=R>dϧ@ЉVFkr9 C1B,<\'v,j?$\'!Kt2\0Ch\0l=ϦRS@*/ͩ2&@\0`Δ\n\r$i rP;Q,Asf\Zb2r&lA*4g7hV5jYWS2MjRY/ҭ%EzOSFMڂD93CqZ:\nb~hrqy:h]C\"hc?\"A.~60Eh?ƒ%NBX^q(3+K\'2~DmǬx;HֵZ]p3hLd`0`tpEdr:7E.glqi\0k&`|QMM,&<7X-	h!o5:}%G넒jpu*;N%#a5uG*{$[77ɻ]ݺc^s,C69R:5 Q2.]OH5%X9xÎxE>Pk}툢k5J+XRz:뉸[#\\Nn >aԣيjCd!;BY+s7fjZcY6\"lLt)[ݢZ`=\0+^jQGGk\"[gj⹼yipTcWR-|$kq37ok+>GrܲF{G\0uU}{h=M0svb^!pk[pVšT\nn>`ĀDp]\\~C09-(dXq6Nx?l IMOΰjoEN}#CXͅ쁄}ro)MXԪ]wg-QVvJ1#jIk(&67O>>4.3/@=Z^u;cib(끠>޲&>o0Ā۵c۶ߚ~XC˧F\"Cѳ:ܒas\nBNkzBIĉZwLhҚ]*T.mush)1Ό`|Wؕc<Q\Z\'8%vًe^5PYIpCl/F0$o	\rCC\'H\\MEQ=K%N4mkeOW_ba0F^̞qÒ/+8UHi\\s4ŝH(+kk$4CLgOBܱ$.M%)m&	NxG/!1;t*(R^s2DX\n3H+Hb1j|\ny*`;v$E,ԶE4uf߇	I`%W	0&̩\Zq$0EfGy*r.\"SԔegw*reKU /+tym!	ɄtԍH12:**r%Vx\\!f$7q]w[hlŮW>T#ɀ)WLtx 2Ef>0y\n94D\\hcX]%g_A_o/l~oo4`8J[w5nºmtWT70z\'\'\0Jv@yW}0xǵ-q2We;<U<>聈6kjmJ?{,6|Ʋ\Zo\"(%wȡ$g7Dvvs{;.kjwk^ap(_\rPjn	W0`RmS9&w\nMZ\'k-\Z?35~y]Hzj6\'*[Q@\r&;?JSh}m=u%,T;&wATx_;z?͕Ԏă&>hcUkރ}g?D;ڈJ9#Ao#n1죌 Mqsޔ\"[͆33C7RmP}vS<oq逘e\0~|y(fS;;I,W0ϧsx}A3Ҵcol|z&^оr/.0M5ZZ|ߐfu=\r%o!Xv^>ޓ팍\'m(EKUUY.r2I\'\'!&\'ޟeҺ=:={~1|Rk \"36N\nZ|L<bZnlDJv5Y`s9~<A\0qDrԅ :;,.)iB5dY9%tER>B4vFlNL*79}iTH穔~pV%&3kpsdì)m\Z(ٶT*u.P?]qWzE<G+rj47`0566i{i\rpuTIyA]r?Yփ,:PB$Nb\n̯N5`R:hSHqVؤј#\Z]~Ze#s,K`r/HxE~z[`<MpCY\Zg+,~qQ 4??]/\0Bx$!e甔!@U9uHVMi:º0}T\\~CLoIs Pڀ?90+kA}ʢ&)d~ech2g^TR.*		y	bS&~b`p@YaZs$grѼb.YOc&[6SԌ[KgeW9q[Փ1]8uh_m\'isIҒq{Jy Ԙʥ0K¬E7a&yn<ax1`[?%^up%X{ǓvlNj`293Yh!^`6h`qbpaHUh\"&*kݙ&cc MLZ*Ox\rM7&MCƟ%Mcǆ1ޞzy4^O]Wt^V__rwbU#@{[mUwݲRn4XL|\"VWAm^O?␗](3MD+~RƄ\'rq[\0gA[Re`SmZ&@5G$R@X\\dj1sҊe:n*{$Tlְ/h*z=g5S\'חIɥa=\n466IJ `yef0}G^Q;{oMP60c;-ls.Jzf\Z@U}rzy- VuN\nFWet/wi1,L(u*~$\nH-85Q^[tVk׀L%\'ˬƈEɞ8X}xZL5ȸ;)jSd#cZ )̡s҂kCe?7/*QԩEP4@+7(%3RBO\ZREܯt7OUSZ@x}IDi:)@\rqۿnCN-tSnVS$~!rWK0FĹ*m\nNC\'j,]$z,b%|oz)!]whP0%v@ӛAziO2j@LFQ$\Zr~G\Z0Ycn3dm~ZJe(GfR\01T-wB6ks/DES?uB-G2)b/i¼|_lNˇ;oFֿ;ڳȦb[\0	F6k5|ϕ\\P{5ֿikK56wD?}uֻMf0W|\"~(0m86=pA!pq\n0|?{=͠V\0m|=rM4Ί[S#\Zn2B\r|=׾ZFPIHnb%ؼ;6ڍu]9cգ\Zwk6̽{	VxNT\\QϏ/>	晧KfV!dƹ+Zf;7\rwf5:߾\rswqܦZ*\\tz?]aKڇ=.sPlu駅2l|N)RfG ͷ0|\na9oLAl<@>垏p!)	FH{j+{\\݁*8o- ʡ)\\Fxk,BJQ0ވ4vK(6kٝ=0AMW\n1u+VP9xx·Ŗ\\I	A̙w`GC՛	)E]vx@]\\-/՜Ah\nPa` :e,M^5qM\r\0Mr ʬUb085p67\Z]ؠDO<5ӬzFe31QZe4AL}v{+3})8uzX,`1WW`sTqړ&xBIt([2BR\Z0>ӱO8۳٬x2JB(Gڙp,GÜWT2`}4[?)5.UZm@\0\rz_5hv;Z٨fDagRbiK:*+o\\7kl?\ZJm~J?u+N4tV}žxcKE{֌D/a2\ZyX0\0LxOkЧ\'3ym\"|Ș?y/i\rE;:vN/Fs/j5|@=eԕW`/bval}?>,\Z?{x	oR lSgM|bJ\"Xt7_E1lM=1kdU/b}mag2yDc }hҡ\r.W\nE48<\nٿ#oX\0\0X\0B<r4vv\Zf/;7k_W)a@HjLi/t7Gs,{%[E&nLa`(*fH#)`oӑ#)\\8нzs<P7F~p0wCۨI:806Wʋ\Z-Lq{qn<Av-[Q[X)/P|G%{UX-Q]|wQǛӽ)rU0GגB;݃ _m_;fS]PϼхqE^@J\"c;::<9CmvNwDp9G=^	7\"*NC5(d`3&!;þ{hy$JXs=Z()A߮?tՏ#Ph9>-$w❚4Q<=c|*8#d4\"nhgrC0a:?a].1O;cliz#t)A:xS35ex %Tb\ZtfLqb\Z<d:VP\ZYNEE\\d{ELJld*,࣒BZ\rVҒ[ǒX)q9	M	a)\\pY?LԣP%׸ 7٠N9<!}GǭSY@8!Z\r=:dIu;sМeSЭi]{4)>NAb\0ѽXػ L4?gq`_iӥ֙qk/s||s1≿Z>艜\\F?V	I3>p%7LP߈)aS7٤U]Lxs{soJk ӐQGÆ:קF/H/`(5+<}AVQ+vER@9fL!Yi\\i<I)xQDziuQKScL(8K=VZ\'?e{CoiXQJgj.1\\xOa-_^l#=~h#j!_l_7h2JaENDah=vc=F^CpbYpP9<ޕwyi`wNz`k|','20250817033145','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:20-0!canonical','VmS6+f\r;!@43wksG C^gMF؛DE<@{WSHݕzw^L_<\ZSzDX(xi#:dRqߣ<	3R;n`9I{\n2{:?K2BƗo~./fh6q3oMNH8\nQZ{70Ma̽ɀʙغ(Gњ?-5u43S8 1!@=o#j,R<WAʙ=mW\n\nϙu(27r/MDM;6,+0~0:\rO0<2gnn\Z14\'g,f.a4~T`\nVLq[@DD<lTi?嫆;zH~1bdo~)[Zk}F\nlYZGP4m錶)M7~\r-{hlpx43֍(uatvt:mjqsTTXr )J1\r0m\ZuQ\\>6y<%\ZٷYmm2ڒ&,k?\ZYf`^,-\Z6f{&o݃WG0y\n%X$l\ZaD$0`	KYPnxItsghp\\YhDbvˌp(ObDCUO}\nXt}J2<HwQ[fm y	4٦{txֶtV;(N$knIԣl,.>%B?%,9wA0ڤq:\n,dNxJQܺR5\\,)y\Zb[iu&5|/Eq#Zw\'\nsZ!ǿY>5bl*ٴ}.`J/ux#$KL\rJv)[X;r۲GW\rشCJ+.YiZ~.jh!x*,\r;ݨxIC_ezDx,0gi2Ƃ1mKzE_\\Epa-Jİ1@i7-DVۤƙQU.+\Zr¾o~2L]Oі]^ԶI=.-nǾ*VNT1m;ek\'Lhe	83p\rlx_RTqGDbw/','20250817033318','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:21-0!canonical','V{O#7**RvKRhs:Dr$qٵW7E| FBgyaƃp<s88(+aX%n3\"\"ZF6e\\er82*^(-X$[(~̕O\0c{Z@lQڒZE:Ε<-ݙUg=;\0fA/r\\d o1Tz]UL*$Ś>U5	!1$,}}ED^Y[wwA߆VU{ $y}`FXt\ZMڃ|,a5^0K6Ltsa{S<ȫ ]u͑=%|]Rvݥ\Z,@\'?Ȼ87\'9+\Z/0\'8M[sR|g\n|$yTJad{\"-/w \'Atj1oTaf;\'3Qr!BKResjkNmdZJz?GGF#\nξN;4xw2 %\r=p\\8as\\LHנH*tSԡH#L	$0Qdd{:mVHړB^!N܊b([*UCoR7;b*$JoQ\'!oQ<|cqE3®Z;^qQJ[J_ZjQB\"míSU,T6$c;QŌR9u3!-q!hFh]h(\\Q9=&_\"l6<,_c$6a!+I\"nBA_ul7݉;Mv8{emb4ZLM[]H7D_i&ϡݤ#hzR35&*\rC3ڿHk][!O-ݪu^yu=.<,ոRI\Z_:K=S-\"e~.|\nH.nnCip[{H;th?8IAa~KfΝ3jv^w~\\S&Ժo~Ku],ۙOcP.6~<N2XjɫU<eզ%Apy)5|Yf9`~51/ vif+Q˽PЄ;[)+s\"A)\0i]3x\'s/&uU=&pTWQM_TmN6k:-:DvB?=rE+\r1soO1eF3?TiR[6~My;knz|<IӀ>(1~۴YPSa\n#nܒ0M C+@VnhR\0FͪƆ\'xf-S^*ȳƆ\0m&-\npUzҞXdxw','20250817075811','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:22-0!canonical','Vms6+f-y	;k&&>47b/F~IdBS\0{w%}EE]?F£\'嫊F}?SaUH{<akn*YNf[Ľ<m,Nr\r 3rŴ`$>c1\'w3\rhp{\ri4|΄Rjs6^g{d.5/r\'x s&v>Q|G1$fL(81!@>\ZKg\Z2UV>bTKh)gSf=p؞JJ<gס곚dM<1|徜Ok.ncy3Pe%.~7\"gZ18/Ojr3hLBB\\0Yn9.\Z\0iM˛F}VHq9qh)\'J164ւOƌ%,Q1u2Kڥ;l2S:t|z/Gz<}z#}//~p6LaH_3o,n0F$KJcpCGxҮv,7\\q\ri^6Ia4<b\n<OD?:ၽvq2ۭ\rKR(㭑Un9Q*WZ{0|ϤfK)%VwxB3Ǽ>t%HvN}Y\r=jTCriA͵}f|pæz!\r醉\n-|-wpd59N.9qjãxw5zcMH]jGӈq+Pʔl)9)$DzMdL>bȶ#/.#ZGa?%,/r`I\"w*%\n9)	)a![\"ZuSr	Dv~S~if\r|ϖag~;=B;Ug0B\016}k	^w4 LSlI=j6\'cvya*q(UI͖l\"`4Ln٣B#/o`3ÂWBM_bu),^#S4oعfj8:^Qi,w(Q; mOnr3,YʫZim;[*K^OQʕ5oRhOoǷ6M\'uf\n[ʎA\"\rs>)`f&lf%22v$q0\rAm!fʫceE5CU66lLRTw27j@:hXq','20250817032640','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:23-0!canonical','Vmo6+}ovvˡm~Xj3VY2$9IWeibE=|HJ\'a?N&H\\R,.xAV0R1\Z-3Ϻj}o}Z/矬񗏖h([?	42˥$XG^S!ޓ=u^@(xx}9j rٿ́t5-Ϸ|o@ц==5luA\\C+epB|-z&rJf%yn$_X[AQ%X/)Y2MoмTu;v<tmĆTLr>WxQC%HPr^Qa8Bv8^D!Ez(Ng^m:sfn{q+RNEi00E1 b43	9hVȵhgߎF>7bG0b\\[43(̪㭑|\rRܦ4.6a=&ɣ#|ȪBVB#ǾD=1	4Xq<\nvECd[Ž`(:+\rbJ,8{`Cf|z1\r^5%ZD ]ߡ5>׸4>\\rL1U\'i#jbX{\r$\")?>5ޣëo\nnnt\raѠۑlY\'x&9UOF(7I	VTv\'~HG$\'m҄HtJBRvwܸV\r\\.y\Zݚ&Q\r8굇~-ZuFum:W_4}m\\yy6sfg%?	]pto#SJ[vHzd\r\'E|Lo\Z\Z升OV6_Wӯw8zl\n쇲4\nPQ3呃nzʴ0;xiUsͮazۓpVW%eQ(tp;עi;go\rJ+jw\'Q/lT=jn(w:_3fҧsZhhoF-,\0mv{]Y\"$u\\9Qзu-oD;%y.\\A^+@iw4M%6a>','20250817014915','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:25-0!canonical','V[S6+>[CBp)\rІ!9p&Q#KINB{W%JE\'YoObx98?/Pr2gZJ1+P|Bɏ-O̤bPD(1RUf8nuNG9\'?[E`E&Y(A\r;seW 9FwiQ^kaD07LJ|6`n؂ma5jɔp\r-Opuc$ȪdZpFrRL/RH`bVU9(er<N؋:q;by%\r#x}ChtpI7J!j&H`I#^*\\\np\'n7ѳ4iNig\ZF=nb^gR\"D\rãAOb:ϗL[N:hV瞡ȵ	4f?V\"v{Qd -)f^Bi!RYX|q׏ƅF<7?1ib<:ʕbfΎzH)s,i;=	= Tb;N2f|q4xhUPW\rz\n͚YS59L/SpLAZؽ\\GQl}\ZkS}_d\Z6\Zjیئ9ފW/#jad9[9ɝ>ayw%B\nU\0RKy!,ފh\ZxT(H[vOz^Qܲ|4q>k.d9l&e݇%½t,ኌ)ޱ+s\\|_FvJJ\nHxd,XE|\'54ʇ\n¦7RZxN߉v>*cd˾+(o>2D瀲5zPݚt4Ǣ/sjKzJeC~TKnYu\nEaL/%(톆>jBΧrp[fkiBtE5.	\ZgJ=\\;Eu0m`Uֵڥ$BSޕNYߵ\rǰ7oX>q;L%Sy=,M*0','20250816230501','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:26-0!canonical','Vr6U	ZLN4e[*)$H=\rpbIxh4^/:N1~-yApR_[\ZKšZD5RU{nR<|9Kֿ>ٚkA\0/W<ϟ񗏶hȩG?g4\\z!<2\"!EFD=Y\0M@c{iӴ\'dyX(q0꿽bqnrc@	3(Z%ߑz\nM5?xGķwxۭ!^kd \\ȤHao15/J1?iT	.ժ:ZMA	amhGA\ra/h.by)s\nQ26rR!4pA\rWIjHESa78OP\Z;Iv#n\0ߝaA̸\\*SZr\"eapm<iWF?Pkn 2q0pC\rlk	,-И\r>\na7:7\"aܹh&E{#\nfpoda=j\\matʤ{*Wrv>v?{?#F\Z8([vi\ZAreAĄvgn8ZJ_Ѵ@+Z\'pdOָ8>rH1Giqr5Fcv2n[d\Zf)]Aqa\'Ҡ<wf-˨Z\Z{$[?Ź<YP	~bTHaۏ5!z:K!)<x :\\CX5\"9u-4$ܸxR(H[vA;A-KJ:w/+?!ʖQSձ+:efض)z3ZR]dH=_èRyy|Q|w%44ʻ\nĦ;SZtAߨv>(cૡ/oOda49#]盛Ҵsg84*L&X.eH/]q(\":kQµÒvލhMһ*ljR(7V\rHj)L)5sQ=STh.ZĶI+]R\"$N:[9Q[[`6a%y	`2K@qh$`<U','20250817033545','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:3-0!canonical','Yko8+\\-h;~$Û\ri\'Mbv0mHz=-ٱl&yyyT?m~p]\\<mqˮ	w9\\,-f2lȔ,T3̄eeXxSObvYl__R0ã<F._uV*3xmb9a\"CV7=3a\ZT0=x:h8&jwh \niͥ+&FwP6O	{#2	ب}0z)6pö<A|\n{\"IYك꼕]w*4pI!!VZN_\"\"x37\ncm@k.cIgEHVg.pQnǯ8o]/Y|/YᑳEs!yX37o\\^p}\Z8P85\rS{ez0ApP1j\nM9xUzW1Da­O:xzعj)\':6Wls)IDW5}ʠt\"ZUz\"_|>?H8xcfoEƍKa~\n\\LhqXJM)	!\'%\\,B)6٫ѧx=a|\'U.(SK(L+=EY\0HZ*hͤH0V̵>qUjKf,Ո/\'\n7!	ԫfG8NgEiRF`\n\"%T|R{^`%WXwkڙ.\0V=I݁:CF	\"?7akq<I7p8Uz9^ňq$(xAT>Ւ|u,kBfޕBZjBRva^Sb\\9{d׍<+l\noPSH*J@%M\'녕^fR.õMZuv1`[TH={\\{ţ~\\QSq ˠ#UJE 6.\n(Yh+\n	\02wCK3w:\ZI=6y輏sGУ_V!8Uavus,H%%Cu\ZZ8L|0lC)3@ Aw9!/M_7?2Wx33X5Vu^ao<*s*neg՛J;hkwd2G%>.-jB\rǒN6E`5n]6vԿF7_!F\0I\n6cbZ{.:Exusy|?K_Nv\n3Ro5ҷr\rh^#}}o+[\n 5 \rb.1\0^_]]LmUe!N>^^]!,mڼj&2W2W~jj?\0htoxQg#FQ\Z^PSj\\~5\0PTiLT}E^46ȟotAy뤔Vv:*SH\\>a6wUR{Fip6wm޸\Z˩VGp>X~Cڲ|sfQ\"^S{QQ[V~r_37\no}1װ|\np|%KUbv\'E{<6:{FpBV\0GFP`zgy\r6Ǆݚ\nt57\'MD檼ץ=I{BinM5krv^\"aU$<zN&\Z5	k;/pj^*_{VvM:aO2DxN{	qc\">]d\"*E\ZTԂE4`Ҝq#\\(ްXSFXgyNgn^[4Ozv4<<<R S>}yWBK/5CLDPojwU>2#Q$iFܠ,U4H\\IݠweiAr\Z!ɜ\\LO35\')q32k.;HV!WL&	_Pa?~O5v8w:^Z>;\ZC9R~X%=(סh8<.c&6q#$J[ XXjΔƙx{dPu\n­½8Rv[1s}/N؅Ի印m،\Z]aKwt~&bna+]R+	ٺ|\'QLFs9`}a>I/\"}7CPz?<Dah8>=>뵏Or[BbI{|HRi0Zeu$qG!|F&\Z\\ߊ1ϓUUk>bc=càLKՊV \Z((f(\0*Ou͏MWj&byí8<^~6<C{+gG#	!sZ}Ex<KYbPXmʧELE=\\YUYo|b/Q=-+_#%Үd˳ܱyp7X.EAYg\\tw=ͻ2}(EA3c)E9\\a-b?I3+i[\n!-\"\\@\\՚\Zҵ>%5Ɨ~o.E8E0#>[d1_}Z{W6J','20250817013054','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:4-0!canonical','Vn6U@,/4u֋\\8<l#m) );iKՋp8<sG~0\n_;x6(<\\&HE\\fA|a#bQ\\2F8bT?!·F8)Kɕ׽cCuT	ZfHX(L<>gF7^0\0}8̀dy#\r˅?Ps&ڰۑ]f~p4\\C#pD|I9UNdU~f楖|9[M+\ZeX\r@IEn:tۈ幠OnnMj0\\<9K^l\0K<Ψ6I`dZ8r!ZSŨܺ\"?hF}ڍ8v	DAnZ),cdLu\"DQ\"AvW7\'RfR8P̵gZDTf\"~mO1ģ0mCݙh Ͳ㽒|\rB&yaEb2ړ?P}:*cf^5	5~=q`&KnaZKqqur W\Z0)+>3Ύp=P5b~PC=>ָ8>rH>Giqz\ZGQn\r^OiKf\r]C\Z0H,wbaf%ȨZmQyI>b_*r]0-* fp*rۦ$0\n\\O[3؄e5V:\"Ж-^ڤoX>%2q{ΰ;\ZQ\Zc^\n=:pEg	TmtPVv%K<4`0*lj[ 㑖`{)0Iio=us:he%\Zڽj^Q\rvl\0WT>ue\r-#UmXtzUa\\&ՎՀ2JyI2;\'if)ׅ\nEw7J2m[԰u%pS\\Zl(7Yz?ϔI9=ٱ\Z)Ŵe ѹjN+\'*>bk&La	h^$<+HI᡼z)㎪8JϏޱ','20250817033130','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:5-0!canonical','Vr6U3}V<IIbOm6;Fm!)i&^\'E!\0V5~Qk6<5ዜ,?XE&USà%^ֿ?&h+0V#Wr*:;Gs&!!qZ2Qr\"\r_n\r(N؞1B6tEdAb0\r\r+MVIS\rd~f楖|Ә9]E*\0☌WML\r=@IFݰunkn#<3L0Y\nF<F?~ 6D-l\rn]QMQ\"v:àO a@!<7Ό;B\"DA\"sAa3:iu,jj \"uD(t#E\rlk)	QFV8G֑))x^Pw-)Hxd!_<.-hrεQTA:ɣ#|*oz؏sOFq=!vꆃv\rAGreA攜<dƷ	n8Z	J_FTB_6*{zOksn9\nœ8apDQ}kS 4٧GtxMހX̌!($HPmYz+x2VF06Ot1MD/n.8(a:B0>2 M\\qC8.x{\Zb55_iޫ#(lX([sFiS{`s]}X#H#,ܫIꚎ%\\Y963\"0\'9;]1pw%F$̅QHxdXy؁|\0\ZŻú7ZْD\r^vA#;3@WPd>2PG瀲d;.ݪ6t:Ţ0*ԞҕUO%vLdBs)\'JRm;o9\\k\rJ`MJWBΧrp]Bg@8r\\L)Ǚb=鳝<.HlZ^B$BESʉ\nnʵM1OE\ZWIvT1U2>q','20250817090312','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:6-0!canonical','VmS6+g-$΋K\0mn#CaITdI#	w%@[Zv}&4kxa\r{`Ky+?~!bY%|apB,,fPOE(Rrhl\ZED@91۰D\nmEiDnÓsS>hE;\ndA LA)7^#s^\0MR;@4]]*ˤg |뜩@xK6sn_-7	`9A?*ɧԅK;?sJ>4!Z0꿙\nm|0[\nڍ4&8MIX	r۴\rY3EðC<Xf!\Z2KlđfњhF\r5_#:ߋdG$!\Z8h7/.WY܉ETAQ;W7Jar!sMIbS#r-gh{avmM1ģ,@Q9(jx _â>T_VjƠ;ַ`Jiz!P>?IYivJ\n^o1ƣd\'Q?\r-Ѡ{rAenxZJ9\\^FRC_6x;Th:׸0>ܲO>Uiqza\ZR{״Se\'4٦{txqM^1X̜!Ё?10\n)(~rpWlQ˔_X\"f\r\'JyZ] )(A	6r=PR\Z6aUg\rxϞm7쥽4Iz-\'c`cמU54S[ձk2e;ir\nR}?sNJau%Ryy)|Qr#!vFNl\"o@oЬhÝPUdiyǣ2yVzT;N:}Ų0nՖU5SV#enPXhrR)I#ʙqwRq_kƏ\r;~({ږ>V:ʏW^Yl=TTrNan.jf:0H\\h\Z|\rsN+/&׎7	8쓂;4r9#78V7*J%V`x\n','20250817014845','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:7-0!canonical','=\rwƑeO6U 	(EQ,ɱR֙J{MX\0Ql^.@(P;Q],bwg{f/;7>99\no2f!&S8S{Ly.X\ZßG2,f;-DlDl&i$X$\"#Z?G;	ga\"J3^kNjS<lnpߙT=T}qvn_J?/8~9e1]vW&pD.H#CKN=	psE@ORfZqe9-v-c\'p\'4s-b,`q8onxĸFk8A$\"p>KC@X2غnx	Z\"؝D1\'rz@:8F!a40;{]&h\0\\mmwo8K|¥z\"pïb(l$\'Vb(f3\rfmuKv4:vPqPts}Q{t_AEh).$`k݃}x\0FKCs\r\ZJL4bx	LRʡs\"8dG :#5qy(\"[~\0}\"Jh.l	ߧP>O$|Ҫr3@;	h+48nX͏sO1\0mKc5[3zY4nz\0R#*G0nQKJ9p2#ZX쮲-p@ES\n7#\\7^]2Roc3QAx9B{z^(n\'wCK\')\0@0^8sj]p!8I 2q\nh\rmљRhW}	4IKVtɑP9NDj|#.o?K\n|ձ2:\'!8IQ;J6 LA$UMP<dݘK$Z78jC]hUhAkvڀVGmj^*Ru*#\ng7~#be/y0~⚎,\0uk4gmp$Y^!m~:6G!r.3w0Na 8cr,K/4M4q풭TF}V<ojoS0!Q@o d	tܟ3-{dڠςQ\ny\\4b=S9\'2]aC/|͒-UB}:omP`F=	o̥x-!A=%]xqHPFAp.H|}H>\\dZ0RS\ZpiʺF,(J\'8WZba>މ.V^qU%֙N2\r Qd|߇84\\FѣQGZ*FI8\0R>J˖i֣F8b\"oe+\nVMQ	m>m\0w(4ԉáT߿xLMeDr9NFy5(AUۓ,jg\0p~抔Ld;3NP\Z2-xI3:F&JtB+\\y\nn,#w\'M@\"\"KmaM`6!|r*Py9a\nn嫀CD4r8\"&xIFJq8g4n\'אrO&lf h.F2j{\Zg׾b|Țӣ_x\"iV0pRUcʊdi0U^Ufս/K_Qa(ST>eIA\0O amy-!(pScՈQ#\Z1Hyhİ\Zm{^EOpj قePgN_]څԔNĨ$M/#:t\0{)O2 \"I6DLV,-AF$ⳘNq*dƕ{A|%+wɄrB_]1.qc0hMZJ:P8J/wZe;8c[\r	<SBB6we$W6ԘGRpΓVN$Mp=gfi6jZ4l@~h̋iy-R5\\kS\"Sbi.ׇ\rFi.\rb	Sla@k\"kbop8ɳyW6:+Ɂ0MR ȑ4d``A\\H>Cd?SGNN$_ἅW&fڃT˱|~̢\0tU]pr,y$]9@Paq?]J̃AKa̀!ZC~7d߽?8Y18~@aMPU?5*b}9υt{>f8E8\r=۱P\0R\'?\0\'p:cHqV(\Z7/-tNPoߞ\'Auo<~+R,ڄ{u\ZF58R.*p7tY]=-eB\0-֠Q|3`%LH @-yiN5Nx\\`Xp_q$n-闌+|\Za[ZAC5+ݚu0XuUVӌ4b~j__\"hEȄBUCN>tmM\ZypycQrUPͷV틹Mlt<A:)M¸*0\nU`\nli<\n=oA@XI>F0lppp\"D@ue.IVeym1\\;zD0xu-´~xƄ֓`IgQ)T58NTv/\Zն{{{LqRa\rB$\rCvq;\n={7}8\nf~l\r.gj۷GS]f>8\\Ά:Z(ckEt慄VDF_ms[kJBӘh`uz^w`i\r}](\"2pf=J#ƹI??JgK|̕>t;PS拀<1M\0Ej{n~\"F{`lAeu\0}uǈaIay㊯4󬶕Ɗ|^ͥ{JW툴gc\\Jw3\"%_1+/j*N5L\ZŴFug2wz7@l4mgj/\ZsNFwng-V\nZB/͡nVڒ &v\"DVW޽=\'iٔ\'DJjHDOZ\\n0KI\\Td}0dx]6,i#L[5V~㚽f$	>M*wXJxTw($b/	o\r,j<\\>&4eS-v8\\mv]t\rsŤ8z\"b`NQj \'ꭎiکGӉ.U5ZM:7@>>(Qxqgm|g^޹mBHiZԨrGMSwܗǳ9|,Rˤ]R]w-0Ȱr*Ƅ|DGRMPqEa	CaI-β)\nHvYd\ZxMz=ss@o:jI$|֭\n:\Zݴ/ȅ:2|rR[gylgCq.\n{|)Ai\nFo(\n*{FȽ8\0hѢb)ŹːLFNs8ܫdONn.O^w.Ry|ODR+Ba?-ִ!lGK n8xZV܆=v;{Jrs+cA\neo_ҏfudp}mV5 C~da߫j_B^1Ȉpr1⎳4vՄ_I[n8ɟI9P/s7Gr3r-g@fNv෻Nxo<+ }~x\\v:ZUO۫z9OƤҏ2տef=\nHQ+Ax&څ\nt\"[2Uz\"\\G,ťHf?L}>=\0%;pO,9}\Z2pچPZ.,U)<N\n4mL=GuZ&;.tة$W|Qa\'_M͒\02q{rP{>b Df_,L-&c`)miOJ0_Xd+wЙ_GO˓7hG\n1#FpP\r+N|4t	tG\rLL	,\nӁd\n[Kg\nPzS/n	Zi92[ܩ_F*O6u\\ nV^,-nl@k2:Qxh}q&|iFpֻjg]]03ձ>HEߡoJ0[j8N>.6\\Pa}\ZCAf~Z72*^Gܕ0\0@>@[>mtz񾲓>4mϺ-y1VL\\mSL<Wjt|!?3<T	hA퉃\n9Oٻ={w[MTo|taݖQ7@onL2φ+<{AANXUy9LK~h%f4WУ?>-7Pʩ \n]$%Il$-l#yI+7a}?	h\r.NPy!OGK8W\"ICfiV3IR5װu;BuŢvjVU铟y2l=Ur̂f~O°OD\rzEeC?\n{>ejQa\ZnX/N}<ʴ(Q+tg%q%ebS=3^_d\\BRo!ܕ+6XXK,Oؿ\\\n|u>wPh0<	<ng}g_K?]D)g6uK9/~΋?X~bٳ/y΋g_⧿ oyըIEiT`t7K\'ەT=1N3)/ˍrn~լ4	}~?iد9S̿3mik^U% =a(}V/fm<wZ׶eZ:,V\r{\rm\'Bېw.D!4\Zexsr~T_kQK]Z2s H\'Ǹ:+{7z[\nEZ8oK-mv},;! %7\Z8|7q:	ޮi&t8.=1^g \r䡁Xc`L#cDjJᑞ^*Y~[mVM/TDᕫ6({# wa_˟JS\096:0M}ؔY.~\"+\\r}>KF:Ro}PAz!#Iԍ=|{<Sj+cjPj%2\\\0-J@W`-O븠o(vW:|Fx,\nn&L&zg7¾;[q\rhf+u3aG,<^6Y9GݟYL\0׋Et};=ąhk1Ev\Z&21bgF ӫGq8o\0~=rmo_ۼ\0)4Hxo(n%g^wzoLP䝤K7Ƀw#\nK҅K5?1BdZU7- j:xLWpbFl  /H*&]8Uwn\"H=S4@7Oh	S\\	foWAu*:rrlYP5׊<\rPki\ZtY&@Ē\Z8|[@W_a璢64u\ZSu+Qw9APZ91#ԎLm0xo_1\np9]D%0VWCY#y|ED~XƎ\n/U<@ixW\\׀rD{ErPD.n_{Ivţtb=V2>/L롇]d}<,S23,ca-7H*$Sz4mmx68k<*fAkϳ^qc*?mC^Um]5]R٦bmnƗZOFNIwA-ߕwۜYVa\"⭆sz0GKzxs$NH$q^\rQrT{6~g3~zeuKWmTh\0Ҫ	8.cB%7R2T%8+ks^nEnwI.\'HjhVX6c~\n8e\"oZ)n\'Ľ\"UC\n~aujfN	oF1+UwE5Zm9G~5= ]~xZ<%aQ#i~$`ʂ =\Z:i=$JaCjb6X壂ΚZiS݆tqU\'!Rތ_H\Z(f08dcE\"־_WR/dAߪ\"`pTZ7Y\\y\Zj=FK^-0tn%Eڃ߽q	`Br)ju_~\r?ZƓU;{j\0t)b?\'νio=WbΕ9Em)\0|vk3\r>jXJUZg>ZwAJƎڮ;ݹ$q)x9剘}	\"ΊoгF\0]sq-a0NyiR+PduhNE\'~*bU.Ig=tCu@\"f!<?/܌vzi^e94<;zsY_vD\":յz}&ryh;sޭL~7>$5w)=#7~r(vͶ.+oQ:\0b-C?˶ZOl?qGGKp?kywq;O|!g^S$0y+[@8l̓VK/*ۿ]JߊPmS9Æ;o+*>\rŭbYQppT@=S%\Z2zU<)E?wfC<yX}-Aj_<s?\\y$pT01S~ŀ[3}lD^݄fؽwQ:z\"x;ڃÆ>l^hܞ<\\\")֒y j%bZErF:z\nSln/;*QjN+)#\0R*mDձ:b\n=Ѓz(QU|nZ[Ez\07U  էZ+6!F-,wsih7e/jNT\')P_\n~ 3\nh)q:l!%ì`\0ihkDc<hoSؽ-}G@h͊v0|ܹ__},Ю@iMb%jj5>vD:߷<y[b@Š`@vHa\'DGm&oDyT\nJ3<-QRrh$wcS7JT7e̋Ŝxr!zI%4$_gCo6zK8(fI@N1LT(`I)/,Β[[wKjݖHnްyWdHHl;/Kk	Gm-\"Ζaع\'#)*.vP$Y?謇.i>BC`w)kwEUJʛ\\yE	R,982JMHxF1%,8uP&nD_1o4%f<0$w/lTnB^~DI1;4%f\r\",h?RY`v%^_K%MԇW0,,\0E&ckFn9Tk5i+7¼VSBj5ˀ}).EB9+jg~pwjgM?X~\reaSlTY4j{\rO]I<xb1G@`oE\ry\rA4Y,`oU=`-o\n\\j/А+l<_;ZµdM\rՑڹU+B1B%ލA]>[=J@}<E8l<,ŎZ]i3p\\]juV8*1Ȑ.|V}0q0㎹?p݁߹`}EDI֗\"d8a:-8],C֑Jqm>p%֘]CJU_>侫?\0]so^9`6W\'OW*Zz%d>)\0b5U4nh`_I>0<ucZOtZΟa?T)8{uH\"	X`|=G}@[kfY?Vh)皒T(ƪ2иs[yNFKT+&W8ʱ$cTbQRf?g֊kIwN)~=\0J1dn\';zU!(Vs|bf<M={6?0fs0CNy<=7:p?N\'Ð02k` ڢ˜xd=<a!{`u;~!={`oBNcsBEFʆx\r?CSgN.<xćt0rt\\gbd2x\ZA!\r3/~`z9\n󽸻\0Cp-}\\\"/|٘B6rEw/+C)v(c((|#H9v8Tآ1ʪ4~}é2sgʔ˿s΢D/:*xfoZ̺ҋǻMjkH36Qo?Nz2N/wYIt?ͻ+ctѷ~9H6]tUXpME`g\0S-wr 7kJqMfPax``NWr!sm\'%wJ	*^X{[#','20250817034012','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:8-0!canonical','}isF_)k#)^Pն<n$Or0@HbhGlfց	^΄G-de坅:{dtaĎf3>gow{s\'{lY{w7x1ǜ6Fu#K}D˛6D|˧G=z|/S>0;p$<Ns[;,ׁbNg>O7){aQ^0f0ހs%tFvO߁mL1݆oν_4 IҘq:C7t)x@r)##j\\FQ8~8؟\r\0pLd͢sˆv;(lO08mT\0΄ٱ\r\"u܆ea\Zm313kO\0z\ry~y /^ف\0D?~XcC\0f\Z	!χ5\rb\0zA<^sИˣMy\0$k>0Ot@D{FGHG@.Mf6JGڳ7+u#Brp\"x@g캇Tw$O\0Psr/\rdsl{9솏`NX,\\X8\0Ekݞy9zPMDEF-\0<5v9<ƿoz}]XzUO\0$9rU8qFtc/A2\Z.hU[Za%@\\<I>zE~q(B\ZO$5r6kJ=0hWY6IϤ dR10uv-l@l%؞:T4.8TAL@jZc?y&}\'P* Ď@CLP$gBd$Zo<\\q#rsIӣ*mF0K/٘cc$,h4(<BpÆ<AV$`:?E,Q:\0\Z^sĮOu;p\0Wе AwA:2I$9\'Բl9*?lҤ%̯; Б*>CQ	j\ZZ8h8LS\nȀPw1xv)2\r4V \'nFEf\Z!&B*ط0Nhm&=X[\rlwp\rs&^D[/,xm$<A֍g^@x쒍W^<֬K҆\'\n\\8Ù`P01r0ˈI\ng`#C.M@x!C0S@HxV<P֡!yCc6wȖw$D[8MyH0Uߤ{\09(EZ\"Ҟũog˱:aVfQ.Y`7$*I!3IP\\NQ8tJ\n|@Eg/z,^8HcckK5\0r#h6iUQ\r(D;<+D\'\0]!kz<JN\"2|_iP&$YvP\n~=h1udDYQ5:Ps,`e$ސxj9aK!5YZEHE`pp..p7Db!BtF䈜[B\0apq `Ɛ*\0iA<XzĐh`.ګ,?`X#|^\'Vfv|^V@tZ1%,nFl*Mf{%VHL,p{\rd=9c	h9n!]q3\Z^:\Z\"\rv\rN\"wph,gF<YH\ZЉkk\0ѭ``?C^\0m`	q{K \04Ԁ.\Z5(=r_a)0N1g\n#(6AGIke:u3\"˭m@w\r	d|~o=YKAu|WgwGP\0)Óza5ǳ>	#t7ni]7i\ZxpMnTMpXkBl¼\ZG`I(D\rbE4\ZaaQd/ba/E@*I6NE<\n[R!\"g0G|9js@I:u$`(a>\0)f_L^|}M~ѡH(^r{($bLCŠG!	H5bjTR2!DI)-(:&ƈjQ<-Y5uwޞxД1E\'v4ЍHH_0\'_{\"D>wy00H6C.4WR;$)<IW!V*恣W5\"@\Z͊Cß\0E_x$C09GG*\rDP&qLBC!э13Gp¦$w9vkBkd4Nr~\'+ep	mh ZlĳQwqY^sݹhVhs)F\r{:\' K\\РS+-YmŴ\nlٹP9/S#@QCNvՕ,i v }ӌnf}\ne\\@QA^$$\ZY#PKkV&dYO+Jr/3}qx\0ؑ< bx!Ɂ0剝\0ϒC:p2Lx6؍b8Q\ndBZCltF(#	lM}BZ 4~O%%,ʍKpZ:.bRԲ\Zv-H*?\'u>0]fE+3=Rjw6[nBs^Z\r19Sjy]$a\nLٌLdSD+\\Yb>F\0g>Ɓ \0\"F#´\n2;)i@;é{N8`߯s0#6xb\nG #mD4З\03Q:ULY\'aFϣaipB%a%\Zj7e2HD]>q&\\5\n~1DjAWC{jܒF%k֌JKCxyoMٌkQ*,A: \Zc8sw?dOsWa10т;`\\Ѡ-a\nYY3>k:͞׳a$!X9`j,%]և\"A63K5$\r,x_09P+sӊXA\nFrn̖alˉwf\\`g{zaro@3+t>VF#Q˰r)Qdhe_/Sh,,C\"f<FW|hvRT<G<(\\(`Kz5Rզ#B9K(\"\"o%GA\0\\%҈0`$@#܄\"3m:FDȌ1\ZID\"P(+^j؍t1D)ȃRt\0J2iIo)X4-^&jzd%?4 HCmB:<=Wٙ%dI(6ENHȡFM!̀{$<Fcݒ)הŐDg*K\ZLjMw ?ZqH_-lYEllRvYnN[h\Z.2P^.#2G/O)!͉\"(S#,xtWUk$\0b\"#Z]*=9\'ql:%E./1°xM0J\'G\Z\0*?7?-6P6P\0E2!:J>VBh23@$_ ,(]Ez{d14YdKM<@VH4jmdP	aj(b-NtyG}Zc;a)U1KU2嚧t=+s6)Y\'-2j\\l(\"R(,+cxY2\n9:W`,Ն}\\S&V,8FPG%N\0\0\Z[u~B61TYTMZ&+}6KV9|\\ຬ,.z4-O<Pm<@\nNFZ\"1+\0/([3nۆa\r]z-9SD0[I\ronZ	 [%4F\"rE)Jn/EBBp_41Z>@ZIfR~ph@Jy.c^FRLLcrb\"<63\'>P8b{v\0_h%N1ji{.\"RC\0#ztj7<Rj\r!Vy-ugxJF-ڎTj+BO-Ͻb<y/#\'Dge1yh(ǊWs8E΢ Xɍ\rvXP̣eŎZ\0zä\0\nKN@LS5Gbβf̰җ#XEPF:tRXI3koRX<R4j$S\ZcP^9p\\Zk08S}$~~&~4Âcyo} )@|bxm\0W\"-FNtf5->Ɵ=yDX@.VeBwF{*e)q\nqMi-O0G7C\"P@J!#mz4³1,	L!QgqN͸[M\'b*f80!c)WNv|#˄7I,ϰ4_1=bolF[.=+#7,L5Jz=^J	F\"{@([62aS癌\'vEr||W(\"笛3uZQ넲H2JAϼmy&$7߿p_3lu\\ׄEGE`7/EEi*kvˠUz-dUR;kۛ\'\\?%1$݀b7(2w\"NYfKe]O)Nq0WtSяeR ¼;\'K$J|;ݗ%\"AM_\'A\0C`Ƞcusfۦ0RDkf;[]mkn[>t\nc-:f>V8~oEۺz	R[b>>9\'Bc|/rWSK9,Cqx۱䀥䀍|oG\0AVqxXchb\'ՁOLz@yjY+ob`j/1@a`\0֨r}jГe5I-\0Pd7CW5-NQKƎMZ~x2]BdBħ/%r5*Yx N#8iE\0\'N6[+Wv\0/Qc.\rN<iꂃqd/kh1k	Wsz̔J0-pu4p!îfe\n\0Sd(AΆIkl+d70#JM<bmy,-&aohnOYA5,TSYpܷ 2dpɕ\'OynF,ؐ/hB8[TZ\"J!32Kg,OVq[1S0T\'ۅ\'p`Rǂ)t\n[W5*+2E]Q\0o<fQ`,o(Lu?(@VA3aZ= UcF^4|+R<;9+	OumV+!W:ƃZh_+N_7\Z\rQ:᫝.]4&ݎcdNeAR(d(n@w=ҙkH}O-wzuo+?!Y:]^\'\'l?fЁ3,)*|FF q(!wDBK\r~T 9^\'/AQIsԙ\0ɀ2A:_u3;|?*jod@Ya{Q<&bE(I݉6H*>7bR⻁WjXnFzzD\'I숳,THh-Хiu;n/*L+Vnl>W]pЋj ˰ӶQ/Nq*bKⳑ{+KVݑU+JD>gV#*FK\ro67z{ٕ$KM)G܃**f\r[(BnikmR=lu#? {yUqӢ_Vl_~<ھglUe	wW~\n BMkx\nhx0	}$,,ɓݖ[Q%:cK5uWW x\nȩ[>޼Nw\\yTɆDKu01>Hn#~\rSgSݤ_{Ctv@T]T<>FJYrڪV\nn/^{c\r绳3du70vKH>;g7qM43EQ^-R^cᇻzVk2no-52$$Vnn!}.#voPqqr?mJM\Z\n<Q1X,^|bFUh[1bN&,\rdQsJi:U\n\"nOW2;US}Q+ّ2\'XL慠ݩs[9:;_=Dˮl-Af3l-\Z*J2[X%rGATwo.^/x;h[檐@3	2em/@M_}nVRA\\{҉n]MoĿ9isN9+W J^55)VW>pùe|6?);oƅxWW:K>㽹B~kJA_E*THv+ĕA6~Xujw/J1vNAM?_~yQ󧷳[L|_AJ~	;	x=|x#{,@7W>k`Ad}Pj<\rͫ(\n+*-ۘlczi#pLg\"JXS[|SJ,m&!kGsmU\r9*U^\r]We-Yqh;NL/KUyyXR\\qt.(HDFv4摚:U3[Tx\\\ZsTU1Y;W\\ǐYB5ƛY[n%.>k*K~t\r\rgx%1DU )}}-n}jeu*ӲZosggaa><pokg tI0q3ю<YEY;/Hp2< Th,IrkQuONKc`1/>781 P\0oŭuMN-$\Z#\nk=MS\'5S8>Hhҷ^lPgTaU|=R]\ZoH@UbJXit\0$Yaet/q?=v?P\\[n.D<o.Ue}W؋3.[1΢<1۳8%12Tp`{\nyj\\J<\nՕqZ.lHs5]pTe4[R/OHT\rK>l\'G\"M+QjQQ2KFCi`	IG(Ѳybs],,c7@$䘇5I4 ;@phHAHBe0XrzB\"(G <JT/%1.-׬	Pĥ1˚(VeY;NNu5 /\ZJL腨Nlko\\(W\02x<}?]2hϷ~1QpQ],/&e&)Pť朊}W}_:\"va%7x]&)Q,>k\0	hh)H6J1f17&j406EdK!Z?$DQ9+h6QTN1VWRF,	ɜ̚q7yjȠ{@/	 y(U[	bаzFXP`aد!e\r.M\ZHd/%q♚N<\\d7,x䳼v-rB!gRXu-#/:W=\0H:ܸ=_ ut+otSCRC(L/h|?Da4.!U3ox/}nx}k;JTL,lBUMn8\"Jv|bqNDH%~Ln2z=ћw._-U]fs*ceXu\'\\Aq-\Z5\\cuu[ca}JX\rbAsY#Fc~2I{tKu)f*]@3b]<am&`N7ݟ\\ٙ7*Є8<8_]q}٘xѰXA53fϼJO<^PW3srUxOƿ0kXWXz:1<0Pd~k`t:CFVfL	zb+\" :(wm&ޮV4I,\r.KKA3U\Z(B^;5k#[/YbAY%m|a=b{/!~aĲhBȑR	TGnHفMV84MۙM7hWRSL	+v3Mw!,7>Wk|>o&dZӮ:p\"?ªəu[ǝ^1V26})ow(uEJ@rU&h+dKZ*Kd$@g4XuN~*R9i(%Nw˯sǘ]=}.zN~]CK[wX+DMj1$>#E$LԊ7X/nX<Ke0Pfީ%za)A=l-xӌVBҋLxAUyε[,Iӕ=yޠ?zL~s-N!(x1K^D#˄OTW\rvXCqdMŘl`)==6Y,ţ0c2la+lSJ%Mx`V<~zR\"{XI~m0p(ժ	&\n2g+Ͽ6ù|&1oз*@nvy,iCJ[JJ,3x=0]eǭ@|@ޗ[UQm\"ʾ/ܳN%:֔Y^ں,]!_^X^NN&CYᯒn,k9Dq%JUXW7ֵd/-V4YR+\n+1)n\n9fikgW3VwRiufXݚba\\u+,=_ݱ~u{$ˢJ+4YiVz\\)AԬ㓎K./V$Rn9fU1;ub.qѫ\\y+rb\">SYUV3׷zdE\"ȑbeu[5bj\r剩jLfU1=ZVmiu鹍(O +̭ѲN9Y_,[=Y_y\\*6H7Mi_Z{n,cTVˣj挪kr-\ruHfu3iVil0-O%DCs\"\0olŀ?<Q5Q8kH=<{.<uk;N~lwu\Z5wGMPhN}ho%7w(Gugb1ٰC:^7NgG/\r@9 jZ~j~]\Z	xS7pjf҈DԹR5?͎(u,`Oe,N\"\n:x|ӛՄMxsI	\\mvkB\0A͢8̀6o띜4>I>1pRFXf]k+!5xc;xD SHuLOzfs9⍒dmaMV=-{6@KbF:ң(I\'0AEc)m%:Ҕ`-\rX+ݯi@at[VИ՘*%GZ\Z3验`pcD\0lM!	{_3j?܉ONOo;-5\r!\'#:\rPƢe4s7sJl$vJ	2fzZaw\"oFA%Z-L`l~E;_Hp<\n?p.,@N>͞1Y<	@\n)ީSۛO:)J|a̒G~/A_6.ݟbo$F,jgzkǼS#,.0‒Hu逆Tt.\\%K?|9i< YNpx.ᨧ:TϢ%?|x4IDI#PBa.wbFB@R#dĻOꑖ>Hx}lLɩHiMlzyR${s#׋qع`s$)ikj+%N.\\/\n;R}%#B$:0!	v\\jԨOKFr Y\0f۟^lW|b	ޫ','20250817032629','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idhash:9-0!canonical','\\n9~\Z;H\0նlx1t7@UQR*+Γwxbɲ-_f\rDb9߹q[>Eu}\\\n(eJE$SdʊeXɲT2\rEyXB@\nx/i\"dr\nY˟Ax㵊TɜEID`͆I&S|ggX,gg+MDV&bZ+D~!O-yg!/x\'Yux\Z,eE~է֙x\"\n[Is̯إ̋#yt$N}ZQvK+2(i\rfEI͹ZZVQD\\ؕX׬Q{m+pX:޳P 2sd<,Q.$1:\n>3ła.x9Sq|rQPeƢBLs1itN{.\\)@g4`)gK|GWP*qTe<Ѱ,(_{\'w_ρy{i@Sÿ1#Đ:dv< Ʈ3q?;cXcQhC48<s#O$*4cdGd\nCuy}Ȫy!=^.bq\r5I`/\n,(@0R`rE*ܦlLQ0}\'gQ)O;FYk]xtظslk{cvs#\08!G0ϣNz;B|$X}-b)vH%2\0߅ӹlǒDRBԪQҒPA@9gz\0ϱMzHʸdf	fF\Z(BoXNܩIK_VDE.`b1\"W)eH%8\Ze1-/x\n\n)cLlnƜ:ʔ-eJ&o%Ava2Og0Y=b9[m.x>\\ܨۊ\0m!hVbJoMDN.@$ 0\nH4^-ϰZ\0bkT9.cpErZkK,ru0O\Znγ>R#LNxOJ1f2^`4_zipZrtھlCQÉ)\0\nkOK*yMӕٮLW]y\0sl#H2N`s 	^dLG@d933\'!#!p@ܶ1Q\Z%,nOmK	e\0IdZY{m=$ejA͜qUXVVoj\"K~ήH/caڧR)f1\rqK^XR`WKb4r`?,$DniqK@Īs/d[IWMdHOj!!ڂjK:23`M6$!X Nsg<o^c6RI:l	@׏xt)$Vd\\8Rsg2S<\Z_,V<G{(JK\n^(!ƥ\'&ya|\rHn\"H\ZɊY`4Ӄ`I=,@.N<Rpi1hgA\ZW*\"K@XIB\'\nx:Wt}BD4̂7+8^\'	2|B(2u#^H18$T`J^ /2;֬6z/0::\Zz=1\"&щ=}F38P@lwlaS>Z\"U&D<$D$3kQDL1G\nV\"猌1l@hII`@KG-SB\0bmIp9_Ň܆ve{GǤdqmk7L\01F,&_wLL!イdJ+<qE &Q1A\Zkfp5pU`zc4!]B:_{NQ3	EXv2Uy5Q^8%[\"FkTbaC4&Thz9J7paB9֓E~ 6we4$ibP3͛^Bӊ<`Ffлe6scg4g< J6bw1\'Yw/B\\?:SlsFvo(i\rt\rx^4PdRjչ*a0QeR2:\'C5-HX۳Vm<\"\'㍰Dap<!)vyoUU*->#j{RTRDƀ[CᚚIRifc`[gyDOfQʫ-v_>@H*]ʉ6ǗhSx^b\\]\\]LvKʚi!:|dK)634ARZ5íZV~.[9TЇ\\*R:{=ŲSܚYH\\\\Lr@TSt8yˠX8~qP0-U\\]10gÓxcKVc5{r0=z4؉\'j\ZJ$:]$nss8e.\0u*MeQ,mRO*q`\'l+Cd	Fr8ɉHUi\ru x:R{D&31 uj+h@Q!C2ra)l<	n>]W\\%nWJH|h(b@F\ZBGĜt}ꐆ[U*GP̤&w~Eʓ]I9ÔR[@bo\\ii^}XukF\r#\ZW&#7.@ڗPtRSᛐ蛯)AIK\"8T	8lWQ3ejc6B&m$zm[CvN\"\\e]*I6#h&a颷\Zsx{GK̺<x>=I!&2%~xx7BɡAy;	.捱ٟ<Y\Z\'e\Z6FB33r,{}Tߖ4\'\r[t[wxc|q=ּ/k^fmz oNgLt*J_{Q\\j&H%Ǘ9h⪞\'\0ݫ䊾Úty:M/F*\nۦ跭\rC1]r>dHޥ^TL5I\n=f4|bD\rwݎ7)z*V0 eZLM^NhbP_?1p]\\>8l76[dUh={6*ꜹs~oDOKV;!?vvRQXe]rabUXWjޱJq1eeMjzH2B:?5vr%8@ʬ߇\"mA@b#R1NU\"1p6+puܑ1\ZQ]\r\nJ%	ΤnhCz~CiH(\\SXBaCSK&\"UBuR]=]uiM*1ΫxC5c^`|	UsvxmGa>\"j T$sj6N@|$iΜ@[TsP2[WotRi\ZR#1|_!s}J(L¯p6S.(GLh^CvJ?b~b\"rӨj;dnD7פ\0J(:\0zw-?s#qx/P{a.>xO>G}˖7`ڙQ&8(۸)E j!I^5|^^]`!<RSX<uĨNY\n$I-5Ϛgswfn-z+3Ava`>e;&+_t/^ۑ}míuZMY|\Zs/tw#47Buתtʉz]r>X&D]&VQ:ʫ:ٯ9t8W]X[z}bme]6%zل>n]jMPXJ\0+C6|,l\r]xRE.ucp֫t;?ȲXvX_ay\"ʺ˴bH5lkۢР	EY\0L}3Ͽ[/{Xʬ\Z,W\'~\"zT`p!sBgQaH6,}b<;\0%{U眊~Wj#ӁN#Cמ\ZN(n~5.(Zup<(\nւϋk{!#=~Pqbʿ?s9cD>4|Q^G&/Yd~^T{<B~\rot]YfvytI2VJz/?߹4x&گh$0EOz0y*\Zʎ~QVNT5_3n-iF8u	mU7J4}<>c\0)^ǵ7ȧP*F/U_IEMbqsUgUzZ7C|81a*x\n/?6Yoۭ⑄zPɄPɄɄɄFɄ\':4L:z2!4	Y`M-c2\"P,/	}]\06\0w{9`ZiAu>\0&fbtĘAS.pb$hk1!M0w`\nsG#:,SxC$՞ZIx&JV?un<o:!a 72f^;ck$\'Z3!X8=_0U{-?\ngzHWIDtoq\"gv[.JszEYkuNjze	_Zۭ4dmS6܄e?=^Z[&qBo+UEh.m?#=<\r7<={JK5vJxgMR>jA|\'V㭵!%ڭ?FYuQrCXi^cJ@nbW&tB|7?p\'?.*dSǚySq#%Es~\n-ސi-J1`.ϕv8L_h}޶OVwt}݅;:eeT{[vyg;م\"``Tǃ{^:}wLyL=	Ã/mɏ܍5x<9xrTO-Ɍ>8qT~}yP	&g6x=,gڑǴ2`4\"M.>.lm܃\\\Z{\\\Z?KGG=_\Zw7|vBnlmRuЗ].77Ә]xq5Z	{c9\rݝwW/MVN{\Z^|9v{^AE^wp8pҦ]?ѥբ\n鶦IFF1G>7)՝E].`M9WWj^#|:86INEGR@O:Qp0;:q;޼ᣮQ0)-AAׯK5d% 뎺S`q{\"LeYڽ׍89{6\n?u7o/lѥtפȊ%:i7;z>WPzsI%Qqi[ص\r\0ӝ_$\'6w?16Qĭ?PuAFjut0$N5=t	j۬`6O-elMYEo\n{EQj=p.wٔs_U6P76c*nkղ:*<XN~o3MpqLNM|@/QxNoPM d5$qGᒫv{bP^c+XXPDK%5kf/~RG<DZ?zqMN\0G-?iJs\0#+l|o&yPMsZyo4]6.j)W8֠u\\%&c|hE-X\Zewu~Z|0iǍv{%,G+!M5Wbps#}]SڨYtdY\0i*}kn8qnk}1Q*)4XKz׉*5&kt2&#Mnq	Уbꙗ2螄aF🾟|p㹾.B(ũo\r>t6wm9&\n6u!~e]ر}P7Za\\,d4&NH~GŔ~hJWeٹ?t5%v]','20250817090308','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:1','}n0Dgn(J)D%$[XׁؖPГy)\'2z4XreP5~K`ԨYb$:	?n~!!!\nX/](eγ:@-Լ)=-\rǼuBJ{I\"5I		}kP[Є\'h+]4\\`гP\ZZLo0J	Kv!eN^mPޔKEq5.,c;-2lE<a\'1km^6AQ_,	^_aJu7','20250817052008','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:10','}Ao@˞=PR-GVRi-;ՉfgQ-HvfރIRn		8ԊX|a%窐5~`4}])NkÕx=GZCLL-N=w-U|wʁ,QJzĥԧiy4G%PCB6{t n1{@u{E 5OT`\Z4P6lgjKY`\r\'M!90uTk酖BнA5+{1:agaa8N|cds?(|Fl޿|k<BFB`?','20250817000525','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:11',']n0Dg!@K#P	-V$!kBH)\'K3s&$RjnErEǎ ~2TiV*^2\Z썱`9]%E<\\h=Z,w\\s2X/^)t32\n݂,=늱\"7%k}Y9\0DZ8\'<\\5PIt×=dЏF[RDŃhĽ^܋EcI(\Z<v\rB|veYr,Lժy_<','20250816233232','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:13',']n0Dg!MMJHPBK$\"q,\r^Bdxwf9MTEQ-JHϢzeEfKpRyim@\'4nwöAڡdcZ/\'7s@!aO_kL=kM?쵼ԛSI]#`Xac*rsNUQa\nk[K\'gܬH]@L@0IQE-[S.!(QGwPk{i6h 6dpTﴧ<q\'Xo\0','20250817220341','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:16','}Ao@˞=i#D+4^H:q,5]{PO]Y\r;A$^YD֔0i\"UJ*e:8!;nك]r/҂RkP:ąPYE47G$C@ö оX<&͉#\"N}N`\Z	4P 	OllJYb:hmpL	5[Z^\ngpͅy-Kpͳ7yM=1`ni:b;{Ѱsȷx4L8TT\0','20250817070658','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:17',']n0Dg	PR		JTzV$!kBH)\'K3s&$RjaErEǎ ~92TiZ*^23\Z썱`_%Ey.{X:tbeP3^b_!3*fe.?X02{%EnFzs0LqjqOx\nkE1-/!{hЏF[QD7>Dxzq<j{(;b!?GEA;ʲ,9Y&j\0_','20250817033117','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:19','}Ao0KJ\nu$$K%XIPߗl={MaCvc17oV[TXxcV2e;ZS¨qrT)43h{816pFtrs\0PC҂lRkP:Ix&YiP\\uYTSr*!-*{w?4}tX<%#\"Ɛ=g0B\rmS4P/Lp9ںggJ	e[B]R(|Xĳ#pL=e	n7d2X+::`a7#&isu*j`O?','20250817033145','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:20',']n0DgIGJ%PBK$\"q,\r^,͌o1IQ`85(5\ZEǞ ~24yZ+^13\Z썱`9_$Ee.;X%6tbcP3]b_!Ut3ղ\n}[0{E.#.K0L\\-p<@5c_B pE*@$JQ<~<jO{(XUP|Ж⼽(BN֕)Yu\0','20250817033318','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:21','}n0DgID)J)HHPK$[XׁؖPГyI0ٕqJ^/T!+;[QEHtuV3wuܒ}C*_:RgE	ͭ.=%$\rKTǬBNzI 5I	,]kPP\'hi*u.arSHNtby&5U^h)!c;ˀR\'s/TԎ(n׈%8\ZO\' KyC0\r\'4Y_}lpvb`+ȷx<2⼯ХP','20250817075811','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:22',']QO0Ky	GĄd\"_,maH^@9)%8IGNccH$+ҔA \ZK*ѕ^6^\r&OV\Z֯:kg؂#fWЍCn{	FX5̨*hX|U$e[BW1S4aBlvg!PԠ>)?1j\r%\"Qk+JQF}̦7=qQ{Q~=8V=x','20250817032640','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:23',']n0Dg!\n#P	m-HkC(ׄRNf74ǩ8,;Z\ZGfE7E:\'H;_ qwz	uV\n\':\rhn:{cl(X/\'7Ig-M	=XLleȜJiYx+,mMTwSi#EY<o\"uU~zbrKȞD:\Z&Qjk*xèњowdw2	*S__]ɪ4֛@<','20250817014915','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:25',']n0Dg!GJ%PBK$۰\"q,\r%dxwf)=ĉ8L:7kC\"9J6sʠa_ 4^j\r:\Z+~W+A4ܧT\0?z9\"$?J^_g8፾FߚnTh,=s0\\/\n\'*%mFRZB^Yz	)sG8\\AvuBb*T\"܏ck\"q4h\rE\'s9\'e6_F;K<>UWf?','20250816230501','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:26',']n0giMJHDHhkoÊı6{Mr43cNq\"\"ΨQY$GRЅEǞ ~924YZ+^13\Z썱`\\$Ee.;X6tbcP3]b_!)Ut3Ӳ\n}[0{%SE.%.K0L\\-p<@5_B hE*@8aPt[=흅xC~yWrLͺO','20250817033545','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:3','}n0Dg	c\n	V8u $z4o<;^S4	F[w6\"]Ye)`_\"gKjj.*Õx݃[r/@~V@ts)yVy\\!PCBm@\"ݠDuL>+븓Rk_Q9O5\nExfv^^쇞-7D-6Иg]]繖B?)pB8wBIh|XA{at2\nVKg`8$/[p\Z]eWfo0][=\0','20250817013054','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:4',']n0gᧈGJ%PBK$۰\"q,\r^Brxwf9=bq)XwF4*\">깖W/{iGgѸݍ;9t!fvh?Ap؀\r)baY]xh9$\ZӝAt}Z^%TRhS1eU`Iĩ<7+RWS;\"{d<hMh8#ъoa<O;)ˮ-w\\ɪ4֛6x','20250817033130','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:5',']n0Dg	PR		JTzV$!kBHۜ,,\'IH21qTjEP͵̽5}Hػ4})NK?:h܁ݡ[yصOD?16jzG>0,|.<G6rbeP3gz*]d[6C20SGxGn\' NE,hE\rP.!Q!\Zǣh\rh{m6A\'lpKTt,̲ߴear|','20250817090312','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:6',']n0Dg	\nGJ%$(Q%[X8׆P	!msf<&q*.\"ƨVQYQB=ײ\n\"uJR8v6\Zsvnzaevh?Ap؀6)b(°Erذo5AtĦ}Z^-n#`o<S.\0ƶN\",	Ow]c8ٳH\'$Z2\\B((N&Hk6x<[w6\r%*w:PJoZɪ4vx','20250817014845','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:7','}Qo0K}@tưGN2Y|!16Eqf}{*9܏[\n&Q, [kJB`kJjBUJGU\r{J$<A3KֳX`c9]ry(҂)AyYγʥ%EinTIh-$ۃn,QPqL:KR*,;N`mBOp\nN<aͲf\ZS%ׄtRdp%5Wݔy{74L\'ckU{7N5?\\mMpEt8`;{Ѱsdȷx$ru.Bv-\0{','20250817034012','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:8','}RN0w(cҤq4y٬I[]A\"l?L|9xWFY\"%S#u>QdW8j*metR;0]x\00`} пdGK!_Am{4wqg֫eG{+|_<=Cô6_pF%7v??Jcm(&·mf3)m̄7B+\Z{Nj`ne2QG^Z1EN§ 	VeIAn0\"_$IT34I/qrё(\ZepTopduƟ@\0','20250817032629','00000000000000000',NULL),('markto6_mw9-mw_:pcache:idoptions:9','}n0g)-?M)HHPK$[XׁؖPw͡Hߌww&]Y-XZ,BeO`*\Z/Z@Yi`ܡHȪ¹=%W٨\n~q*%E\\J}ޯ\\LsV%l{@͋%cR*zirsK>WOOզ\nExg;/T]s6-7DM33-%7~mc{}T(nk\"2NAаs<Q0}0eV~d4`;w1[<bB4tn$f?{','20250817090308','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/extensions/Cite/extension.json:','-\n0\0%W>mJ V\rs!)ǂUtoU`1!z/yۤ6\\ƳPn2|Ku)ppmȑ%3wMxJ]w,o\r','20250817000456','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/extensions/Math/extension.json:','-A \0ҫIhK\r>pnMWf\rRL]LJcAn^`圥ʍ/#~Vދ{s_SV-p\ns\Z6#b8F5iy\Zi\0','20250817010819','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/extensions/MobileFrontend/extension.json:','-A tk:y,:QMw5^#\rRc%GhQHoUڣ¥Hr;\'}.,;\ZUZrcF	?<tgMiFQ{ug1xm?_','20250817003258','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/extensions/SyntaxHighlight_GeSHi/extension.json:','K2δ2.2R2411LISδ2NfZe\r͍L̍Lk','20250817014807','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/extensions/WikiEditor/extension.json:','-\n0E[GL&ku$cV޳8\'J\rc$7̵Jr;Zgw4YRU`>q^U(`ޫf/7Ea|','20250816235617','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/extensions/googleAnalytics/googleAnalytics.php:','-A0\0Մݶ,Sj[F6QcbM0K78SLkBnε\nmRۻ\\\Z6o	x5EZ 圖x\\_&	z@cvD\":\nZ{;8?','20250817002629','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/skins/MinervaNeue/skin.json:','K2δ2NL+Ck? i$k','20250817032551','00000000000000000',NULL),('markto6_mw9-mw_:specialversion-ext-version-text:/home/markto6/public_html/wiki/w/skins/Vector/skin.json:','K2δ2NL+Ck? i$k','20250817032551','00000000000000000',NULL);
/*!40000 ALTER TABLE `mw_objectcache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_oldimage`
--

DROP TABLE IF EXISTS `mw_oldimage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_oldimage` (
  `oi_name` varbinary(255) NOT NULL DEFAULT '',
  `oi_archive_name` varbinary(255) NOT NULL DEFAULT '',
  `oi_size` bigint(20) unsigned NOT NULL DEFAULT 0,
  `oi_width` int(11) NOT NULL DEFAULT 0,
  `oi_height` int(11) NOT NULL DEFAULT 0,
  `oi_bits` int(11) NOT NULL DEFAULT 0,
  `oi_description_id` bigint(20) unsigned NOT NULL,
  `oi_actor` bigint(20) unsigned NOT NULL,
  `oi_timestamp` binary(14) NOT NULL,
  `oi_metadata` mediumblob NOT NULL,
  `oi_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE','3D') DEFAULT NULL,
  `oi_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart','chemical') NOT NULL DEFAULT 'unknown',
  `oi_minor_mime` varbinary(100) NOT NULL DEFAULT 'unknown',
  `oi_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `oi_sha1` varbinary(32) NOT NULL DEFAULT '',
  KEY `oi_name_timestamp` (`oi_name`,`oi_timestamp`),
  KEY `oi_name_archive_name` (`oi_name`,`oi_archive_name`(14)),
  KEY `oi_sha1` (`oi_sha1`(10)),
  KEY `oi_actor_timestamp` (`oi_actor`,`oi_timestamp`),
  KEY `oi_timestamp` (`oi_timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_oldimage`
--

LOCK TABLES `mw_oldimage` WRITE;
/*!40000 ALTER TABLE `mw_oldimage` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_oldimage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_page`
--

DROP TABLE IF EXISTS `mw_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_page` (
  `page_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page_namespace` int(11) NOT NULL,
  `page_title` varbinary(255) NOT NULL,
  `page_is_redirect` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `page_is_new` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `page_random` double unsigned NOT NULL,
  `page_touched` binary(14) NOT NULL,
  `page_links_updated` binary(14) DEFAULT NULL,
  `page_latest` int(10) unsigned NOT NULL,
  `page_len` int(10) unsigned NOT NULL,
  `page_content_model` varbinary(32) DEFAULT NULL,
  `page_lang` varbinary(35) DEFAULT NULL,
  PRIMARY KEY (`page_id`),
  UNIQUE KEY `page_name_title` (`page_namespace`,`page_title`),
  KEY `page_random` (`page_random`),
  KEY `page_len` (`page_len`),
  KEY `page_redirect_namespace_len` (`page_is_redirect`,`page_namespace`,`page_len`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_page`
--

LOCK TABLES `mw_page` WRITE;
/*!40000 ALTER TABLE `mw_page` DISABLE KEYS */;
INSERT INTO `mw_page` VALUES (1,0,'Main_Page',0,0,0.68763544936,'20160421043737','20160421043737',228,1128,'wikitext',NULL),(2,8,'Sidebar',0,0,0.539013399441,'20160421051728','20160421051728',239,537,'wikitext',NULL),(3,0,'Academics',0,0,0.394855093189,'20151124051755','20151124051754',181,2593,'wikitext',NULL),(4,0,'Project',0,0,0.4004033979,'20151124043853','20151124043853',180,45,'wikitext',NULL),(5,0,'Hobby',0,1,0.061343964458,'20150714052833','20150714052833',13,23,'wikitext',NULL),(7,0,'Journal',0,0,0.45295256719,'20250816013610','20250816013610',281,12568,'wikitext',NULL),(8,0,'Sphero_API_MATLAB_SDK',0,0,0.15037205842,'20160424040711','20160424040711',247,22156,'wikitext',NULL),(9,0,'Undergraduate_Coursework_Portfolio',0,0,0.568200299025,'20150915045427','20150915045426',75,10441,'wikitext',NULL),(10,0,'Graduate_Coursework_Portfolio',0,0,0.643913494022,'20240929154123','20240929154339',278,8872,'wikitext',NULL),(11,14,'Academics',0,1,0.168350622271,'20160421045224','20150915030530',57,0,'wikitext',NULL),(12,3,'Yijuilee',0,0,0.772893908848,'20160418031501','20151209171938',198,553,'wikitext',NULL),(13,10,'Work_In_Progress',0,0,0.978631663859,'20151123013742','20151123013742',146,75,'wikitext',NULL),(14,0,'IPi_Soft_Evaluation',0,0,0.297684092238,'20151214002525','20151214002525',201,9917,'wikitext',NULL),(15,6,'Ipi_soft_human_motion_capture_workflow.png',0,1,0.365729314521,'20151121054940','20151121054940',121,0,'wikitext',NULL),(16,0,'Sphero_API_Tutorial',0,0,0.391571359832,'20160418031501','20151127073452',197,44004,'wikitext',NULL),(17,14,'Project',0,1,0.667610119599,'20160421045224','20151124020347',167,0,'wikitext',NULL),(18,3,'Cyberblitzx',0,1,0.182556185604,'20151209172820','20151209172820',199,303,'wikitext',NULL),(19,0,'Myo_SDK_MATLAB_MEX_Wrapper',0,0,0.401409865896,'20160424040303','20160424040303',246,12478,'wikitext',NULL),(20,0,'Myo_SDK_MEX_Wrapper',1,1,0.455721223753,'20160424040303','20160410044103',212,40,'wikitext',NULL),(21,4,'About',0,1,0.657407044614,'20160416050646','20160416050646',221,205,'wikitext',NULL),(22,0,'Sphero_API_Matlab_SDK',1,1,0.983429258704,'20160424040711','20160418031501',226,35,'wikitext',NULL),(24,6,'Fb_glass_half_full_engineer.jpg',0,1,0.736893142495,'20160801233228','20160801232645',256,0,'wikitext',NULL),(25,0,'Journal/Test',0,0,0.649335432998,'20250815230501','20250815230501',280,37,'wikitext',NULL),(26,6,'Every-Time-I-Die-Radical-album-cover-header.jpg',0,1,0.828212450066,'20250816033545','20250816033545',282,0,'wikitext',NULL);
/*!40000 ALTER TABLE `mw_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_page_props`
--

DROP TABLE IF EXISTS `mw_page_props`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_page_props` (
  `pp_page` int(10) unsigned NOT NULL,
  `pp_propname` varbinary(60) NOT NULL,
  `pp_value` blob NOT NULL,
  `pp_sortkey` float DEFAULT NULL,
  PRIMARY KEY (`pp_page`,`pp_propname`),
  UNIQUE KEY `pp_propname_page` (`pp_propname`,`pp_page`),
  UNIQUE KEY `pp_propname_sortkey_page` (`pp_propname`,`pp_sortkey`,`pp_page`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_page_props`
--

LOCK TABLES `mw_page_props` WRITE;
/*!40000 ALTER TABLE `mw_page_props` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_page_props` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_page_restrictions`
--

DROP TABLE IF EXISTS `mw_page_restrictions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_page_restrictions` (
  `pr_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pr_page` int(10) unsigned NOT NULL,
  `pr_type` varbinary(60) NOT NULL,
  `pr_level` varbinary(60) NOT NULL,
  `pr_cascade` tinyint(4) NOT NULL,
  `pr_expiry` varbinary(14) DEFAULT NULL,
  PRIMARY KEY (`pr_id`),
  UNIQUE KEY `pr_pagetype` (`pr_page`,`pr_type`),
  KEY `pr_typelevel` (`pr_type`,`pr_level`),
  KEY `pr_level` (`pr_level`),
  KEY `pr_cascade` (`pr_cascade`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_page_restrictions`
--

LOCK TABLES `mw_page_restrictions` WRITE;
/*!40000 ALTER TABLE `mw_page_restrictions` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_page_restrictions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_pagelinks`
--

DROP TABLE IF EXISTS `mw_pagelinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_pagelinks` (
  `pl_from` int(10) unsigned NOT NULL DEFAULT 0,
  `pl_from_namespace` int(11) NOT NULL DEFAULT 0,
  `pl_target_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`pl_from`,`pl_target_id`),
  KEY `pl_target_id` (`pl_target_id`,`pl_from`),
  KEY `pl_backlinks_namespace_target_id` (`pl_from_namespace`,`pl_target_id`,`pl_from`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_pagelinks`
--

LOCK TABLES `mw_pagelinks` WRITE;
/*!40000 ALTER TABLE `mw_pagelinks` DISABLE KEYS */;
INSERT INTO `mw_pagelinks` VALUES (1,0,2),(1,0,3),(1,0,4),(1,0,5),(3,0,6),(3,0,7),(7,0,8),(7,0,9),(7,0,10),(16,0,10),(7,0,11),(8,0,11),(20,0,12),(22,0,13),(18,3,4),(12,3,10),(12,3,11);
/*!40000 ALTER TABLE `mw_pagelinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_protected_titles`
--

DROP TABLE IF EXISTS `mw_protected_titles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_protected_titles` (
  `pt_namespace` int(11) NOT NULL,
  `pt_title` varbinary(255) NOT NULL,
  `pt_user` int(10) unsigned NOT NULL,
  `pt_reason_id` bigint(20) unsigned NOT NULL,
  `pt_timestamp` binary(14) NOT NULL,
  `pt_expiry` varbinary(14) NOT NULL,
  `pt_create_perm` varbinary(60) NOT NULL,
  PRIMARY KEY (`pt_namespace`,`pt_title`),
  KEY `pt_timestamp` (`pt_timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_protected_titles`
--

LOCK TABLES `mw_protected_titles` WRITE;
/*!40000 ALTER TABLE `mw_protected_titles` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_protected_titles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_querycache`
--

DROP TABLE IF EXISTS `mw_querycache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_querycache` (
  `qc_type` varbinary(32) NOT NULL,
  `qc_value` int(10) unsigned NOT NULL DEFAULT 0,
  `qc_namespace` int(11) NOT NULL DEFAULT 0,
  `qc_title` varbinary(255) NOT NULL DEFAULT '',
  KEY `qc_type` (`qc_type`,`qc_value`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_querycache`
--

LOCK TABLES `mw_querycache` WRITE;
/*!40000 ALTER TABLE `mw_querycache` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_querycache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_querycache_info`
--

DROP TABLE IF EXISTS `mw_querycache_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_querycache_info` (
  `qci_type` varbinary(32) NOT NULL DEFAULT '',
  `qci_timestamp` binary(14) NOT NULL DEFAULT '19700101000000',
  PRIMARY KEY (`qci_type`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_querycache_info`
--

LOCK TABLES `mw_querycache_info` WRITE;
/*!40000 ALTER TABLE `mw_querycache_info` DISABLE KEYS */;
INSERT INTO `mw_querycache_info` VALUES ('activeusers','20250816033658');
/*!40000 ALTER TABLE `mw_querycache_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_querycachetwo`
--

DROP TABLE IF EXISTS `mw_querycachetwo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_querycachetwo` (
  `qcc_type` varbinary(32) NOT NULL,
  `qcc_value` int(10) unsigned NOT NULL DEFAULT 0,
  `qcc_namespace` int(11) NOT NULL DEFAULT 0,
  `qcc_title` varbinary(255) NOT NULL DEFAULT '',
  `qcc_namespacetwo` int(11) NOT NULL DEFAULT 0,
  `qcc_titletwo` varbinary(255) NOT NULL DEFAULT '',
  KEY `qcc_type` (`qcc_type`,`qcc_value`),
  KEY `qcc_title` (`qcc_type`,`qcc_namespace`,`qcc_title`),
  KEY `qcc_titletwo` (`qcc_type`,`qcc_namespacetwo`,`qcc_titletwo`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_querycachetwo`
--

LOCK TABLES `mw_querycachetwo` WRITE;
/*!40000 ALTER TABLE `mw_querycachetwo` DISABLE KEYS */;
INSERT INTO `mw_querycachetwo` VALUES ('activeusers',1755299040,2,'Marktoma',0,''),('activeusers',1755300665,2,'WikiSysop',0,''),('activeusers',1755315345,2,'Mark',0,'');
/*!40000 ALTER TABLE `mw_querycachetwo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_recentchanges`
--

DROP TABLE IF EXISTS `mw_recentchanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_recentchanges` (
  `rc_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rc_timestamp` binary(14) NOT NULL,
  `rc_actor` bigint(20) unsigned NOT NULL,
  `rc_namespace` int(11) NOT NULL DEFAULT 0,
  `rc_title` varbinary(255) NOT NULL DEFAULT '',
  `rc_comment_id` bigint(20) unsigned NOT NULL,
  `rc_minor` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rc_bot` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rc_new` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rc_cur_id` int(10) unsigned NOT NULL DEFAULT 0,
  `rc_this_oldid` int(10) unsigned NOT NULL DEFAULT 0,
  `rc_last_oldid` int(10) unsigned NOT NULL DEFAULT 0,
  `rc_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rc_source` varbinary(16) NOT NULL DEFAULT '',
  `rc_patrolled` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rc_ip` varbinary(40) NOT NULL DEFAULT '',
  `rc_old_len` int(11) DEFAULT NULL,
  `rc_new_len` int(11) DEFAULT NULL,
  `rc_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rc_logid` int(10) unsigned NOT NULL DEFAULT 0,
  `rc_log_type` varbinary(255) DEFAULT NULL,
  `rc_log_action` varbinary(255) DEFAULT NULL,
  `rc_params` blob DEFAULT NULL,
  PRIMARY KEY (`rc_id`),
  KEY `rc_timestamp` (`rc_timestamp`),
  KEY `rc_cur_id` (`rc_cur_id`),
  KEY `rc_ip` (`rc_ip`),
  KEY `rc_name_type_patrolled_timestamp` (`rc_namespace`,`rc_type`,`rc_patrolled`,`rc_timestamp`),
  KEY `rc_ns_actor` (`rc_namespace`,`rc_actor`),
  KEY `rc_actor` (`rc_actor`,`rc_timestamp`),
  KEY `rc_namespace_title_timestamp` (`rc_namespace`,`rc_title`,`rc_timestamp`),
  KEY `rc_this_oldid` (`rc_this_oldid`),
  KEY `rc_new_name_timestamp` (`rc_new`,`rc_namespace`,`rc_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=285 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_recentchanges`
--

LOCK TABLES `mw_recentchanges` WRITE;
/*!40000 ALTER TABLE `mw_recentchanges` DISABLE KEYS */;
INSERT INTO `mw_recentchanges` VALUES (250,'20160731063849',2,0,'Journal',1,1,0,0,7,250,210,0,'mw.edit',0,'76.180.141.132',7109,7240,0,0,NULL,'',''),(251,'20160731070435',2,0,'Journal',1,1,0,0,7,251,250,0,'mw.edit',0,'76.180.141.132',7240,7429,0,0,NULL,'',''),(252,'20160731070504',2,0,'Journal',1,1,0,0,7,252,251,0,'mw.edit',0,'76.180.141.132',7429,7429,0,0,NULL,'',''),(253,'20160731070554',2,0,'Journal',1,1,0,0,7,253,252,0,'mw.edit',0,'76.180.141.132',7429,7430,0,0,NULL,'',''),(254,'20160731210720',2,0,'Journal',117,0,0,0,7,254,253,0,'mw.edit',0,'76.180.141.132',7430,7528,0,0,NULL,'',''),(255,'20160801231224',2,0,'Journal',118,0,0,0,7,255,254,0,'mw.edit',0,'76.180.66.38',7528,7713,0,0,NULL,'',''),(256,'20160801232645',2,6,'Fb_glass_half_full_engineer.jpg',1,0,0,0,24,0,0,3,'mw.log',1,'76.180.66.38',NULL,NULL,0,32,'upload','upload','a:2:{s:8:\"img_sha1\";s:31:\"a6p0ciwtpbtmbysw70wcqc6kitjie48\";s:13:\"img_timestamp\";s:14:\"20160801232645\";}'),(257,'20160801232721',2,0,'Journal',1,1,0,0,7,257,255,0,'mw.edit',0,'76.180.66.38',7713,7754,0,0,NULL,'',''),(258,'20160801233228',2,0,'Journal',1,1,0,0,7,258,257,0,'mw.edit',0,'76.180.66.38',7754,8091,0,0,NULL,'',''),(259,'20160801233625',2,0,'Journal',1,1,0,0,7,259,258,0,'mw.edit',0,'76.180.66.38',8091,8383,0,0,NULL,'',''),(260,'20160801233715',2,0,'Journal',1,1,0,0,7,260,259,0,'mw.edit',0,'76.180.66.38',8383,8380,0,0,NULL,'',''),(261,'20160801233743',2,0,'Journal',1,1,0,0,7,261,260,0,'mw.edit',0,'76.180.66.38',8380,8382,0,0,NULL,'',''),(262,'20160801234725',2,0,'Journal',119,0,0,0,7,262,261,0,'mw.edit',0,'76.180.66.38',8382,9091,0,0,NULL,'',''),(263,'20160801234847',2,0,'Journal',1,1,0,0,7,263,262,0,'mw.edit',0,'76.180.66.38',9091,9102,0,0,NULL,'',''),(264,'20160801235335',2,0,'Journal',1,1,0,0,7,264,263,0,'mw.edit',0,'76.180.66.38',9102,9723,0,0,NULL,'',''),(265,'20160801235507',2,0,'Journal',1,1,0,0,7,265,264,0,'mw.edit',0,'76.180.66.38',9723,9729,0,0,NULL,'',''),(266,'20170814140644',2,0,'Journal',1,1,0,0,7,266,265,0,'mw.edit',0,'198.21.213.110',9729,9767,0,0,NULL,'',''),(267,'20170814142113',2,0,'Journal',1,0,0,0,7,267,266,0,'mw.edit',0,'198.21.213.110',9767,10189,0,0,NULL,'',''),(268,'20170817013131',2,0,'Journal',1,1,0,0,7,268,267,0,'mw.edit',0,'75.131.167.238',10189,10227,0,0,NULL,'',''),(269,'20170817014157',2,0,'Journal',1,1,0,0,7,269,268,0,'mw.edit',0,'75.131.167.238',10227,10402,0,0,NULL,'',''),(270,'20170831023008',2,0,'Journal',120,0,0,0,7,270,269,0,'mw.edit',0,'75.131.167.238',10402,10419,0,0,NULL,'',''),(271,'20170831023744',2,0,'Journal',121,0,0,0,7,271,270,0,'mw.edit',0,'75.131.167.238',10419,11369,0,0,NULL,'',''),(272,'20170831025147',2,0,'Journal',121,0,0,0,7,272,271,0,'mw.edit',0,'75.131.167.238',11369,11512,0,0,NULL,'',''),(273,'20170831025908',2,0,'Journal',121,0,0,0,7,273,272,0,'mw.edit',0,'75.131.167.238',11512,11768,0,0,NULL,'',''),(274,'20170831030302',2,0,'Journal',122,0,0,0,7,274,273,0,'mw.edit',0,'75.131.167.238',11768,11911,0,0,NULL,'',''),(275,'20240929154106',2,0,'Graduate_Coursework_Portfolio',1,1,0,0,10,277,77,0,'mw.edit',0,'73.14.140.82',8873,8884,0,0,NULL,'',''),(276,'20240929154123',2,0,'Graduate_Coursework_Portfolio',1,1,0,0,10,278,277,0,'mw.edit',0,'73.14.140.82',8884,8872,0,0,NULL,'',''),(277,'20250815031523',1,2,'Melissa',1,0,0,0,0,0,0,3,'mw.log',2,'73.14.140.82',NULL,NULL,0,33,'newusers','byemail','a:1:{s:9:\"4::userid\";i:5;}'),(278,'20250815230400',2,0,'Journal/Test',125,0,0,1,25,279,0,1,'mw.new',0,'73.14.140.82',0,9,0,0,NULL,'',''),(279,'20250815230501',2,0,'Journal/Test',1,0,0,0,25,280,279,0,'mw.edit',0,'73.14.140.82',9,37,0,0,NULL,'',''),(280,'20250815233105',1,2,'Marktoma',126,0,0,0,0,0,0,3,'mw.log',2,'73.14.140.82',NULL,NULL,0,35,'renameuser','renameuser','a:3:{s:10:\"4::olduser\";s:8:\"Marktoma\";s:10:\"5::newuser\";s:4:\"Mark\";s:8:\"6::edits\";i:249;}'),(281,'20250816013610',1,0,'Journal',1,0,0,0,7,281,274,0,'mw.edit',2,'73.14.140.82',11911,12568,0,0,NULL,'',''),(282,'20250816014903',1,6,'Mt_logo.png',127,0,0,0,6,0,0,3,'mw.log',2,'73.14.140.82',NULL,NULL,0,36,'delete','delete','a:0:{}'),(283,'20250816014959',1,6,'Mt_logo_mono_neg_blu_135x135.png',128,0,0,0,23,0,0,3,'mw.log',2,'73.14.140.82',NULL,NULL,0,37,'delete','delete','a:0:{}'),(284,'20250816033545',2,6,'Every-Time-I-Die-Radical-album-cover-header.jpg',1,0,0,0,26,282,0,3,'mw.log',0,'73.14.140.82',NULL,NULL,0,38,'upload','upload','a:2:{s:8:\"img_sha1\";s:31:\"5sazkme7dqmfkjm0zzkidrgfmtvvry6\";s:13:\"img_timestamp\";s:14:\"20250816033545\";}');
/*!40000 ALTER TABLE `mw_recentchanges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_redirect`
--

DROP TABLE IF EXISTS `mw_redirect`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_redirect` (
  `rd_from` int(10) unsigned NOT NULL DEFAULT 0,
  `rd_namespace` int(11) NOT NULL DEFAULT 0,
  `rd_title` varbinary(255) NOT NULL DEFAULT '',
  `rd_interwiki` varbinary(32) DEFAULT NULL,
  `rd_fragment` varbinary(255) DEFAULT NULL,
  PRIMARY KEY (`rd_from`),
  KEY `rd_ns_title` (`rd_namespace`,`rd_title`,`rd_from`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_redirect`
--

LOCK TABLES `mw_redirect` WRITE;
/*!40000 ALTER TABLE `mw_redirect` DISABLE KEYS */;
INSERT INTO `mw_redirect` VALUES (20,0,'Myo_SDK_MATLAB_MEX_Wrapper','',''),(22,0,'Sphero_API_MATLAB_SDK','','');
/*!40000 ALTER TABLE `mw_redirect` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_revision`
--

DROP TABLE IF EXISTS `mw_revision`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_revision` (
  `rev_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rev_page` int(10) unsigned NOT NULL,
  `rev_comment_id` bigint(20) unsigned NOT NULL,
  `rev_actor` bigint(20) unsigned NOT NULL,
  `rev_timestamp` binary(14) NOT NULL,
  `rev_minor_edit` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rev_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `rev_len` int(10) unsigned DEFAULT NULL,
  `rev_parent_id` bigint(20) unsigned DEFAULT NULL,
  `rev_sha1` varbinary(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`rev_id`),
  KEY `rev_timestamp` (`rev_timestamp`),
  KEY `rev_actor_timestamp` (`rev_actor`,`rev_timestamp`,`rev_id`),
  KEY `rev_page_actor_timestamp` (`rev_page`,`rev_actor`,`rev_timestamp`),
  KEY `rev_page_timestamp` (`rev_page`,`rev_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=283 DEFAULT CHARSET=binary MAX_ROWS=10000000 AVG_ROW_LENGTH=1024;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_revision`
--

LOCK TABLES `mw_revision` WRITE;
/*!40000 ALTER TABLE `mw_revision` DISABLE KEYS */;
INSERT INTO `mw_revision` VALUES (1,1,1,5,'20150713214243',0,0,592,0,'glba3g2evzm40dqnqxegze66eqibkvb'),(2,2,2,1,'20150714050812',0,0,166,0,'mevks04ubxfl7pdelkc85kqdtdxmxp6'),(3,2,1,1,'20150714050850',0,0,198,2,'n8zhnqua5zh473419iogzwgdo7j81gg'),(4,2,3,1,'20150714050935',0,0,210,3,'l7yay9tte3nelcyr3vczgalp34kja3u'),(5,2,1,1,'20150714051029',0,0,233,4,'r0exmn37qryheko2q0xf8kdueag1zan'),(6,2,4,1,'20150714051225',0,0,198,5,'n8zhnqua5zh473419iogzwgdo7j81gg'),(7,2,1,1,'20150714051248',0,0,221,6,'degtz1b8jzbn8qxjgeq3uyhftbrzsjq'),(8,2,5,1,'20150714051423',1,0,223,7,'1yzb2xf4u67llw3yo4y0pt6sroa9umf'),(9,1,6,1,'20150714052413',0,0,661,1,'hiziux3kfw7mj1st2gktupu9uzglyx2'),(10,3,7,1,'20150714052449',0,0,23,0,'5rz3yfl08ad48ikk7ah9uhtgb4w0zq4'),(11,1,1,1,'20150714052634',1,0,665,9,'fhmrjrhqcxwkybqm1uivrfq8j1jkrlq'),(12,4,7,1,'20150714052704',0,0,23,0,'5rz3yfl08ad48ikk7ah9uhtgb4w0zq4'),(13,5,7,1,'20150714052833',0,0,23,0,'5rz3yfl08ad48ikk7ah9uhtgb4w0zq4'),(14,1,1,2,'20150714054250',1,0,687,11,'gj01hiys7m63ddcx834fscdep9cue3g'),(15,1,1,2,'20150714054313',1,0,665,14,'fhmrjrhqcxwkybqm1uivrfq8j1jkrlq'),(17,7,9,2,'20150814041557',0,0,628,0,'ei456oikjvqzq2c1d10hok3z4pvgycq'),(18,7,1,2,'20150814042756',1,0,1030,17,'06b2xmivi2qxwno3kz68pc695oq5ig2'),(19,7,1,2,'20150814045151',1,0,1706,18,'mownosldsjprhu39brtmg3h8t8rc85d'),(20,7,1,2,'20150814051728',1,0,2016,19,'e016komhnxv96jr13okp0ksmgvwv5nh'),(21,7,10,2,'20150814051858',0,0,2018,20,'ezlptfgbozpiheohwjh559ue33urs0a'),(22,7,1,2,'20150814052820',1,0,2401,21,'qilphfbd4a0i0vw6002wq0f3jfb0pdf'),(23,7,1,2,'20150814201949',1,0,2857,22,'3k5oi2vts6vn20rrk22qh03etw2h2yc'),(24,1,11,2,'20150817223634',0,0,901,15,'31q3amgfu2ytjmkg5qymz9nrmll5kgs'),(25,7,12,2,'20150819203609',0,0,3031,23,'suo94ujrvzoppwr56wpv85tasvapf9w'),(26,8,13,2,'20150822030307',0,0,637,0,'91oz8faz0ydkbddrvma7vz2w4wntnpz'),(27,8,14,2,'20150822030414',0,0,625,26,'hnxbefgomwlx8oq8wy9frkcw2p9e9mx'),(28,8,15,2,'20150822034516',0,0,2285,27,'4er12ngmi9szzzz94pld80krkvwefvh'),(29,8,1,2,'20150822035438',1,0,2829,28,'jblzt4j25iuz56503ov0p0ylquyf6xa'),(30,8,1,2,'20150822035523',1,0,2844,29,'802o4o8ooeh6lcgpfxgwvz6ou29mpij'),(31,8,16,2,'20150826005643',0,0,3076,30,'jpojcztl0h113idya562rvsbpipihjd'),(32,8,17,2,'20150826071114',0,0,3274,31,'crrjccficqjrbmysf9y4u0bolg27gup'),(33,8,1,2,'20150826072209',1,0,3749,32,'muf5vlu3upmkbp14exm9svz17hfdvna'),(34,8,1,2,'20150826080852',0,0,6780,33,'2flxfosekr5lmwj0x9tv2x4olitvgkm'),(35,8,1,2,'20150826082501',1,0,7759,34,'b9wcqdooljqu868w63tdawlzw8h1szn'),(36,8,1,2,'20150826084123',1,0,8802,35,'h2zh861hvi8rfjsdmrdj14m0jana7rp'),(37,8,1,2,'20150826092656',0,0,12998,36,'e83uj89ttd6s0plk84omj0ja3uq8d23'),(38,7,18,2,'20150826190418',0,0,3165,25,'kxfrtsf2jhfa8ypm0gxtv0h3mqai80n'),(39,8,19,2,'20150831015913',1,0,15088,37,'l1ahefhv3pwh4nzwr779xxsbjjfz7pa'),(40,8,19,2,'20150831022341',1,0,17232,39,'f976j5j7bolmnja7gcd7qe3oxxxyb6t'),(41,8,20,2,'20150831024139',0,0,17419,40,'hilrqiz6rqvoy0xvihfnioa2i8i5ugj'),(42,8,21,2,'20150831031722',1,0,19812,41,'qsf28set5gtwtb5taog8y1dp1qeeqyh'),(43,8,1,2,'20150831032021',1,0,19877,42,'9r03lq2e4p4vq71yr7pc1m1wewmstve'),(44,8,1,2,'20150902011537',1,0,20076,43,'ie8l6eile4e5ens9jn5mq8giddpydzz'),(45,8,21,2,'20150902014327',1,0,22565,44,'m2igmw5v800exzd4litji2ai3q6v4b9'),(46,3,22,2,'20150914044318',0,0,296,10,'22r1ns8uazeu92xng8nvowrqjulg4p7'),(47,9,23,2,'20150914044549',0,0,125,0,'g7k6r45xvz7ryx72oc33cygn4qjqqr4'),(48,10,24,2,'20150914044856',0,0,153,0,'4t0xqslmgd8za3h9bdh4odekew7fy16'),(49,10,25,2,'20150914045543',0,0,3004,48,'9bw3hl5lwmt9bk5f1utrpifd8c0ogxw'),(50,9,25,2,'20150914045910',0,0,3592,47,'gc02oec89fi9k2o857j4kjh3mmgkevi'),(51,9,26,2,'20150914050033',1,0,3598,50,'1ae3goit1wi5yu091sp60be4qmd6g2c'),(52,10,27,2,'20150914050411',1,0,2969,49,'ht7o0y8zs0ffomd9tw2z7c0aw63s3dr'),(53,10,1,2,'20150914050509',1,0,2991,52,'ohc704x9279wrih5rcdv2uoymi7lv3a'),(54,10,1,2,'20150914050714',1,0,3037,53,'sk9qc1jzpss37xbrhun9tdoijufctsn'),(55,9,1,2,'20150914050950',1,0,3657,51,'3a0rtuhvgbqhnhmdk8yix1kmv1rep44'),(56,3,1,2,'20150914051103',1,0,321,46,'ntkg2ygptpzubkwf2rgp4aq737uva8i'),(57,11,28,2,'20150915030530',0,0,0,0,'phoiac9h4m842xq45sp7s6u21eteeq1'),(58,9,29,2,'20150915032334',0,0,7272,55,'83tdmh1bzo65rtc9z4jefj1rm1vfay9'),(59,9,1,2,'20150915033455',1,0,7747,58,'6mfy9n5aqm7opnk9ki4h2kbv146dvnj'),(60,9,1,2,'20150915033825',0,0,7745,59,'5h1w6u2uqw5e70yncbrx2z725to29fa'),(61,9,30,2,'20150915034358',0,0,9192,60,'aooludpshd5zn1kzsdz2mt0euznvjq8'),(62,9,1,2,'20150915034639',0,0,9300,61,'9hnw2mun518rb7jm45o5x6xyrexvyr8'),(63,10,1,2,'20150915040552',1,0,7397,54,'aj4cwrqh1ytet0vp6gsgmxr2ns5txsp'),(64,10,1,2,'20150915040719',0,0,7407,63,'alsb3s1trrywv505wmj33ggq085ml7s'),(65,10,1,2,'20150915041639',0,0,8926,64,'c1wu21jhbxfrw62naoa97xgdqfsqff0'),(66,10,1,2,'20150915041911',0,0,8985,65,'jl20ahfdza85hzsm8vr835kl4l7wsv5'),(67,10,1,2,'20150915042558',0,0,8897,66,'ozd2p8d9f5176nv3z16c9lirh87bu97'),(68,9,1,2,'20150915042954',0,0,9582,62,'4mo0k30dg2wzugjkf7k37ctoobipcba'),(69,9,1,2,'20150915043545',0,0,9805,68,'6dv7hdplyafixarnlx25hu8crceade0'),(70,9,1,2,'20150915043841',0,0,9840,69,'i8rodrtcvktbbhiqgl1z05biv6rjff2'),(71,9,1,2,'20150915044316',0,0,10316,70,'rwswy82jb3i0inxlayp7yeyh22h21ed'),(72,9,1,2,'20150915044526',0,0,10318,71,'bp02d8ilou1f7wuxbrh9r4kba5yhpah'),(73,9,1,2,'20150915044811',0,0,10348,72,'rzh1sv1bopj2is5h1ea3qhd1na73rk6'),(74,9,31,2,'20150915044844',0,0,10348,73,'5856kbpn9qnkh9pbmwr1t23dssitpi7'),(75,9,32,2,'20150915045427',0,0,10441,74,'6k9vej06qdbcxkoid391afo0g3ebxuo'),(76,10,33,2,'20150915050055',0,0,8895,67,'tjzqxw5b5whj66zmqox0b5itchpn4mx'),(77,10,33,2,'20150915050126',0,0,8873,76,'otj24tqd6xa816t280tyzic5noamxqn'),(78,8,34,2,'20151107083933',1,0,22612,45,'8sf7se4i40pzzloi5hpc4nkyax5nkct'),(79,7,35,2,'20151114013938',0,0,6189,38,'6ecatnu2q00qy2lriuf0v4r2s0opyk7'),(80,7,36,2,'20151114015711',0,0,7244,79,'gsptvukv97em022d4tkrjw0o9dxgntw'),(81,7,36,2,'20151114015738',1,0,7246,80,'ofse5t3st799yrlupkn0zfkk6ni1nqn'),(82,7,36,2,'20151114020522',0,0,7791,81,'r18af8whwvooze7i78ocnp965q3lvz3'),(83,7,37,2,'20151114024645',0,0,8264,82,'l3d7eijrs2wv7qyvqk1fmz8fnyyrhhm'),(84,7,36,2,'20151114030809',0,0,8970,83,'24t15i6lk005nlq7bmouz4tc52brgb4'),(85,7,36,2,'20151114035854',0,0,9488,84,'j4t6apqin01fcod5p6br0vjbsdhogci'),(86,7,36,2,'20151114040305',0,0,9921,85,'fbi0tgzt9xngysq7skl5wppi0711hax'),(87,7,36,2,'20151114040533',0,0,9927,86,'5mezrxk2r4ymphujghbhn7on3v6v8o2'),(88,7,38,2,'20151114042218',0,0,11134,87,'0q2ibro3tifqt6s406qpcji3iel5s4u'),(89,7,36,2,'20151114042441',0,0,11143,88,'gkm0h831qtcg0jed5p2m8w636izb9vs'),(90,7,1,2,'20151115044411',1,0,12806,89,'7bb8hjb42tnhw92v3gi8x7yf3s8mgjn'),(91,7,39,2,'20151115050233',0,0,13291,90,'1vkbdhazr3f0khuw66gptlq0pgbkpoi'),(92,8,1,2,'20151116044019',0,0,19434,78,'dezwaht8zp2q7f7shnuz1qdcnciid6e'),(93,8,40,2,'20151116044752',0,0,19893,92,'rzestghh8430tj021xn0oegzricjpw2'),(94,8,21,2,'20151116045622',0,0,20561,93,'dorgrzhnp60k8xptrj220hilgzii3oz'),(95,8,41,2,'20151116055716',0,0,23746,94,'sdy6jd42lcpllda5auz0ydxb6e2ilw8'),(96,8,42,2,'20151116062224',0,0,24157,95,'1fbm12rz6hldk5i9opxyjnryubnlk5a'),(97,12,43,1,'20151117060940',0,0,644,0,'8pvritulnt6tm8wr6s16c1dmfe9fz0g'),(98,8,1,1,'20151117061032',0,0,24659,96,'pg0oouj7u42fba7cy21a57rtapzgids'),(99,12,44,2,'20151117195214',0,0,1116,97,'s3x8crcm7hyqaobw3c10b0qlwbvowop'),(100,12,45,2,'20151117195320',1,0,1123,99,'d99xle7w7siqdi672e3cvf09ahk4uxh'),(101,12,46,2,'20151117195358',1,0,1111,100,'bgbi04tvh3cwod7n1k6hzpo87rtlyoq'),(102,8,47,2,'20151118061901',1,0,24660,98,'pkrzkgbdqij3i451jwb1mp62zv9usuj'),(103,8,48,2,'20151118065336',0,0,26134,102,'r7w7v52g03fgrnl030l8olkqf7lcdov'),(104,8,49,2,'20151118070028',0,0,26328,103,'3x3tm2jcdvr8tqer7m30kgfygdd5w7h'),(105,13,50,2,'20151118070907',0,0,36,0,'d68wkpcb6slfbxtwgnp3jm63h5nn2pz'),(106,13,1,2,'20151118070928',0,0,38,105,'77ptut92m7qrowyf4fho16p9730q3ti'),(107,13,1,2,'20151118070950',0,0,40,106,'81d1eewrk7xk09uaysmte3gmfp6eqhd'),(108,8,51,2,'20151118071038',0,0,26350,104,'s4fi6tg0hhm1yq6iabpjref391qfup3'),(109,13,1,2,'20151118072506',0,0,139,107,'4c6mjxjvj5tfxs153ddl45yp4aw439a'),(110,13,1,2,'20151118073240',0,0,206,109,'th2c3jdclfh4oc548g2b7h2b9vgpevg'),(111,8,52,2,'20151118075608',0,0,28319,108,'6lve15ajeg5qsglsu1tlrwb5c9n5xtq'),(112,7,1,2,'20151120222534',0,0,3764,91,'crflxe6to6mc5m2uzfjitu1swyb77c4'),(113,14,53,2,'20151120223224',0,0,8537,0,'orjy235bi1posb2s66786at2jx72wzz'),(114,14,1,2,'20151120224226',0,0,7691,113,'1d2t5n4cohe2corqpfggvmbjlqm6h7l'),(115,14,54,2,'20151120224442',0,0,7679,114,'a67tgvy2203opl0pd7s3feteljyzggu'),(116,14,1,2,'20151120224614',0,0,7702,115,'9djcen48zgebnaixqa6qz8n1c8de9gz'),(117,14,1,2,'20151120224654',1,0,7703,116,'5b99ff9r7y9cnajhnb2gd2ab4q3ttky'),(118,14,1,2,'20151121045534',0,0,9342,117,'rsc1jvprdh7kfzvy56jy7gu6dvgag94'),(119,14,55,2,'20151121054656',0,0,9543,118,'gum3xzzwqtwx7iv6yqkn9gzljqxnn2j'),(120,14,55,2,'20151121054855',0,0,9552,119,'jd3il05zfqqpvh11ne2a4oy066ua3dq'),(121,15,1,2,'20151121054940',0,0,0,0,'phoiac9h4m842xq45sp7s6u21eteeq1'),(122,14,55,2,'20151121055301',0,0,9645,120,'ibjytju0agbzv70jitm6hx1ej08b7n3'),(123,14,55,2,'20151121060031',0,0,9907,122,'ap1wvw28k4unt4f5ruhdvxivmqh9jqs'),(124,8,1,2,'20151122073046',0,0,28321,111,'pellmxgzcvm5c8f0uw93me2g7fczr65'),(125,8,56,2,'20151122080019',0,0,31041,124,'2uaqc0p38bzoqnsovzp8a6ddbychyml'),(126,8,57,2,'20151122084042',0,0,34210,125,'jlu0k8iez7ctalb4n4xkxgk0v8l0ac3'),(127,8,58,2,'20151122203023',0,0,34604,126,'6yw578xpmv0700kd02i6tfh91rgiuyh'),(128,8,59,2,'20151122210716',0,0,36860,127,'taw1fy7l2gapmeylmakfofbzsmuhn3o'),(129,8,42,2,'20151122212541',0,0,38282,128,'l2m5moe2s46uwps6xd9tgbaorfas3ik'),(130,8,60,2,'20151123000839',0,0,40183,129,'qisii6txsmaztpssdvlzdp9vu61n019'),(131,8,59,2,'20151123001511',0,0,40363,130,'szvdpd15l6s6wln55y8lnjywmzm9gbu'),(132,8,42,2,'20151123002028',0,0,40513,131,'55j9oafq9s6ffo4pkxjyk2rz524ncki'),(133,8,61,2,'20151123003437',0,0,40879,132,'g9g44zt0v6tj0nbeh0gfrz1trqqt96d'),(134,8,62,2,'20151123003531',0,0,40897,133,'8yws3x8ef27rzul1fvbb65ghe98m8p5'),(135,8,63,2,'20151123005659',0,0,41186,134,'gtzslhclt8eikc79m4wk8zy2wkd5c19'),(136,13,1,2,'20151123011249',0,0,227,110,'5ccvckzg960f7qy4vyuapf31vbor1m5'),(137,8,1,2,'20151123011332',0,0,41196,135,'dnn6mxyve759ltuca4s8r7en4drnbft'),(138,8,1,2,'20151123011520',0,0,41218,137,'3mnc6thgm6w8ejnwlqqfaerjib0h2yv'),(139,13,1,2,'20151123011741',0,0,359,136,'6zhenim7fzc5pu1iht4g5ytb16aflkl'),(140,13,1,2,'20151123012123',0,0,361,139,'bz8cxz6roya8lwnvqfkp6staoq4fwcx'),(141,13,1,2,'20151123012400',0,0,361,140,'10drk3c2ebwh65nx0obicej9vvf8v6n'),(142,13,1,2,'20151123012522',0,0,389,141,'8vn24r7uz2hdvrgc5cmv5vjjypukovw'),(143,13,1,2,'20151123012858',0,0,755,142,'bsd1sqjiv8b1kf8f0hexw50n36drrfc'),(144,13,1,2,'20151123013315',0,0,772,143,'cznkxa417bwk01ufrxr248wj2ph2cxl'),(145,13,1,2,'20151123013423',0,0,732,144,'ari8f939mcluxkuac1hhl4cldi3a5dy'),(146,13,1,2,'20151123013742',0,0,75,145,'pe2qi9twin74hxltu2ibhk6opqvrqvj'),(147,8,1,2,'20151123013759',0,0,41196,138,'dnn6mxyve759ltuca4s8r7en4drnbft'),(148,8,1,2,'20151123013807',0,0,41191,147,'ams56hhp6smbsjhpvyap3dzpuy03ar9'),(149,8,42,2,'20151123013935',0,0,41248,148,'4tjfxfabwscxqvs8k1ld39k6n00qs0i'),(150,8,64,2,'20151123014005',0,0,41276,149,'bgzloylpn4diwcojs7f68i4w78uabcl'),(151,8,65,2,'20151123014118',0,0,41540,150,'cjtrynroid714y3dful5ssvsrp0r9n6'),(152,8,66,2,'20151123035403',0,0,43567,151,'afi4xqkx4zojq2203s2g3s6rkkaaueh'),(153,8,59,2,'20151123035538',0,0,43533,152,'qbfj61lnwlki0gwmjidhbyhyacjjlga'),(154,8,66,2,'20151123035836',0,0,43588,153,'biaxlq6ujxqi2xai5f0qjkw2qkplnxz'),(155,8,57,2,'20151123212227',0,0,45707,154,'gk334m8h3p9dzq4c2dhq4spetp0ktm6'),(156,8,67,2,'20151123213646',0,0,47274,155,'2b9zzkkky22ftf2gf92cik4brlz8vk0'),(157,8,67,2,'20151123214510',0,0,47658,156,'m1j45mwc6yh2lktckueditkyv6hvqw5'),(158,8,66,2,'20151123214907',0,0,47763,157,'1kj5unc1qhbgomspcxvyv45wx4kh0v1'),(159,8,66,2,'20151123215032',0,0,47764,158,'mtqy3tdvfnug2szch7ph28s2nmenqnv'),(160,8,68,2,'20151123223548',0,0,47734,159,'o0ohti3sgkbudrd2minmm6y1ai6ukch'),(161,8,57,2,'20151123234919',0,0,50136,160,'epiuhuqa48t4rdxzvzyyts67aaeenjy'),(162,8,69,2,'20151123235338',0,0,50137,161,'ja4ghru3opnn1j3h2uxe3u417y7wirx'),(163,8,70,2,'20151124014213',0,0,50318,162,'ft5xfrmcdjfljyf6onbj2g0h36f5yyc'),(164,16,71,2,'20151124014302',0,0,50318,0,'ft5xfrmcdjfljyf6onbj2g0h36f5yyc'),(165,16,72,2,'20151124015526',0,0,50486,164,'abdj0rowjp2olgjp3xdky5ycg9leex1'),(166,16,73,2,'20151124015949',0,0,33366,165,'7800dmw9pnr5vbutmotyjb4axu54cfu'),(167,17,28,2,'20151124020347',0,0,0,0,'phoiac9h4m842xq45sp7s6u21eteeq1'),(168,16,1,2,'20151124020609',0,0,33368,166,'p2r347tnba950h0swg2rbhg2fr7hnkm'),(169,8,74,2,'20151124021050',0,0,18050,163,'90qb345h03rvjwqlbs1ea3vdk2pryns'),(170,8,75,2,'20151124021549',0,0,18129,169,'6dusqgzx7vkcipgbca5beetf84vbejj'),(171,8,76,2,'20151124022544',0,0,18098,170,'t1rr33y0ugdeqppqyzi3le5h6jj1tdw'),(172,8,1,2,'20151124022858',0,0,18171,171,'kw96c9v748kqv27apgiy3mgxmm8q7w3'),(173,8,1,2,'20151124022955',0,0,18213,172,'f8k1kx8c0g7bezi8iumdr37n4fmf39v'),(174,16,1,2,'20151124023059',0,0,33497,168,'5ye0pu9voe9lfvfnodyox59p6h59v44'),(175,16,77,2,'20151124031006',0,0,37542,174,'3sur204eutvwzokzey3zoty2d0ot09g'),(176,16,78,2,'20151124032628',0,0,38570,175,'o7dtp2p576k7ocyqlpmnhgxyabguhbf'),(177,16,78,2,'20151124034707',0,0,39441,176,'9v36kj08pwk8g7gywwoqx2fbjdnw59n'),(178,16,78,2,'20151124035308',0,0,39170,177,'lfs7a3jjxq39rxpxb3cm5in20jmev6n'),(179,16,78,2,'20151124035515',0,0,39271,178,'0ufjf9l2aqvaxl6lcokgp7b9cdnmwxo'),(180,4,79,2,'20151124043853',0,0,45,12,'ba78vpn8gd4xt5sgv8hnnrqo82esxf6'),(181,3,80,2,'20151124051755',0,0,2593,56,'r1anonj34s6w6xmlhvshb32gnaz8f04'),(182,16,1,2,'20151125071232',1,0,39220,179,'8czt5tvciohbili4j8zk1ckizuwo5hd'),(183,16,15,2,'20151125071424',1,0,39188,182,'ioizsa3wd8c3idr8i7anhjb8n7sdmb7'),(184,16,1,2,'20151125071517',1,0,39193,183,'m0ny0038n50ird8g7ghreirnn2kdwek'),(185,16,61,2,'20151125072016',1,0,39294,184,'py8if57agb5a9burlii6d3p2lgzmvrw'),(186,16,64,2,'20151126075814',0,0,44002,185,'83hostol6awdcjliv6klyubx8dyrhwg'),(187,16,81,2,'20151126075959',0,0,44017,186,'ldjkm9uxmy3sqzj6ogrgfqkyxv9zjfu'),(188,7,1,2,'20151126085120',1,0,3839,112,'7tvsbfnmc2zdqkx5i3a770x1mdrxh46'),(189,7,1,2,'20151126091438',0,0,3991,188,'83tz60mc1jojfeykhxk6fmke7horc8h'),(190,7,82,2,'20151126091518',0,0,3997,189,'mqorr8tiqfilw209dyux8hbes4m77o7'),(191,8,83,2,'20151127064435',0,0,19569,173,'mc31brxnt3bjk9xlnpg0tjuzh1myy6a'),(192,8,1,2,'20151127072054',0,0,21779,191,'pxno20hlatxbzizoy91jbuyrasnb6de'),(193,8,84,2,'20151127072229',1,0,21785,192,'oykmrttaca7s17votwvg2mjqmsybamk'),(194,8,85,2,'20151127072636',0,0,21786,193,'s44nvtmvq0wcqmmfx4v29x39zxn74gv'),(195,8,86,2,'20151127072828',0,0,21906,194,'1gw20nk7qs06w19xljzxcwijiq3gvzn'),(196,8,1,2,'20151127073015',1,0,21994,195,'6yq6was6j678qpradx6xicy0n28gm4h'),(197,16,1,2,'20151127073452',0,0,44004,187,'3lng19y65rwfilft542a8ju4o0k1yx5'),(198,12,87,2,'20151209171938',0,0,553,101,'hkssgpfk9hkb7u855xqetlyqjls7jw8'),(199,18,88,2,'20151209172820',0,0,303,0,'4b9i6lfh48x51mfbfk779k4ar77d3dc'),(200,7,89,2,'20151209173248',0,0,4274,190,'j14bisxf2h7u6cc6yzx18x7pbia91vn'),(201,14,1,2,'20151214002525',1,0,9917,123,'pu8zronromjigyn984ev69j3ii0f1y7'),(202,7,90,2,'20151230041825',0,0,5166,200,'601hk411pp24jxmqbbjtlkz3zp68wn3'),(203,7,91,2,'20151230041909',1,0,5174,202,'ivi3kan1jy0rdzq15u19xgkdy0dzzpb'),(204,7,1,2,'20160307235338',0,0,5483,203,'sgkxse08d7e13pzdw4qp00dw5jizq51'),(205,19,92,2,'20160308000526',0,0,658,0,'3mhoa1ysgo7wpopd29xsd08xfzi44rx'),(206,19,1,2,'20160308000651',1,0,738,205,'rmg35fvw5j79p15hrl6j5wygl2p0n9t'),(207,7,93,2,'20160308011437',0,0,5467,204,'q9j2kcpoa5x4adgzblhfzft4x51gh8m'),(208,19,31,2,'20160308013112',0,0,1676,206,'s854ttr7tu58kxkjwwp7jq08sq2loy7'),(209,19,1,2,'20160308014701',0,0,2654,208,'tbpwl81opbw98e7iw25mga0lrj7qr12'),(210,7,94,2,'20160320193830',0,0,7109,207,'lrwiafp9c40u3mfut2poggl7t86d6du'),(211,19,95,2,'20160410044103',1,0,2654,209,'tbpwl81opbw98e7iw25mga0lrj7qr12'),(212,20,95,2,'20160410044103',0,0,40,0,'tjgv86njnlqe7ob86gpxw8mgbaa3rym'),(213,19,96,2,'20160410044751',0,0,2712,211,'p94xzf5owumj9d0ge2wuv47nov73679'),(214,19,97,2,'20160410045011',0,0,2757,213,'byi9jb0awfca9apvwkda3xzot388cwh'),(215,19,97,2,'20160410050801',0,0,3401,214,'rlqqkeieogb74l2ngbjdk3spu0ce3up'),(216,19,98,2,'20160413064816',1,0,4554,215,'s18n0a6ouh68qxa4nx99bkqsm5uys2z'),(217,19,98,2,'20160413064951',1,0,4636,216,'ewqnwxt2qoe7nmj1whfki1qq4bd941z'),(218,19,98,2,'20160413065037',0,0,4636,217,'hozhsztasi1rhijficwche5dq3rddgw'),(219,19,99,2,'20160414215653',0,0,8062,218,'rdnaeo4vpzpg66uf4muqioivh8w7irj'),(220,19,100,2,'20160415001218',0,0,10250,219,'psu78jqc0x3vl2hvt8qdxmtpscepkeg'),(221,21,101,2,'20160416050646',0,0,205,0,'a2dt0emh99ousrlzis4alkclb7qkcft'),(222,19,102,2,'20160416052325',0,0,10562,220,'r75rpnab84huj8vte37tr8mg5j22e7e'),(223,19,1,2,'20160416052507',0,0,10585,222,'cuef6k0z2nus0iw5ccm4xouhy5615fi'),(224,19,97,2,'20160416054837',0,0,11910,223,'tgqdihbpf3g2vszv0goyxglgr3jso74'),(225,8,103,2,'20160418031501',1,0,21994,196,'6yq6was6j678qpradx6xicy0n28gm4h'),(226,22,103,2,'20160418031501',0,0,35,0,'dbn619eba2ea8f6cnwyjbtutyayyaq0'),(227,1,104,2,'20160421043632',1,0,1128,24,'27rdp0be2x14kpvf54a7mkhs7j9go5z'),(228,1,1,2,'20160421043737',1,0,1128,227,'6mi5it3nwzlrlextpcy8t3cr8lfjffm'),(229,19,105,2,'20160421044800',1,0,12056,224,'qeeu908jhr3y11qiuzhdps1zcfy0hyt'),(230,8,106,2,'20160421045036',1,0,22112,225,'7584o0rtkpofio127irhh891f27n1i7'),(231,19,107,2,'20160421045223',1,0,12102,229,'15e57ypyizyrrrc4k5kaap6srwlcfi3'),(232,2,108,1,'20160421045822',1,0,281,8,'qpkrqy63cfp2sex586s6xdkxvp94ks2'),(233,2,109,1,'20160421050342',1,0,534,232,'2g0z1idev7aytu1rjk4i8noc7ctar6h'),(234,2,110,1,'20160421050436',0,0,495,233,'qnl6hp97wk3etjvbwknfgsrkz7a17cm'),(235,2,1,1,'20160421050503',1,0,495,234,'sdchgk21bjziehu2jkn8lldmn04k9jr'),(236,2,111,1,'20160421050553',0,0,491,235,'onkorboi7m8rhqtxgtqa5ovi9xqdq7j'),(237,2,112,1,'20160421050724',0,0,491,236,'slfoshjc97c27j770lops7ps8itqntr'),(238,2,113,1,'20160421051114',0,0,537,237,'a90cuhwsnux0nhpmkfheckop0rsvz7z'),(239,2,1,1,'20160421051728',0,0,537,238,'1khilslna6rn99651gn6jvuamg6kxl5'),(240,19,98,2,'20160424034618',0,0,12137,231,'ov24ah0w1hhljy9exzz97v1260t7vt6'),(241,19,1,2,'20160424035241',1,0,12141,240,'ns2zsr6rgcstxjkg7i3nw6amiqix6gq'),(242,19,1,2,'20160424035542',1,0,12141,241,'mmzznxsfp4vmmam4pkolla59v9i8344'),(243,19,114,2,'20160424035742',1,0,12137,242,'qvyb81uypkipplgu702dyic2c1w9u3c'),(244,19,1,2,'20160424035854',0,0,12222,243,'qc1xkkwc8yn2r9oaz6dj50kjlsbgpan'),(245,19,100,2,'20160424040153',0,0,12345,244,'d1cx4mxd5j358u7i69k1jr7to62vvda'),(246,19,1,2,'20160424040303',0,0,12478,245,'hntrw634igtn8je3jzvg37pniv5innv'),(247,8,115,2,'20160424040711',0,0,22156,230,'g4ensk0sbqd90qf2dgltdx7mcryu7wm'),(250,7,1,2,'20160731063849',1,0,7240,210,'lxjdvpivjbxceenvv3mvg9ttv16uf46'),(251,7,1,2,'20160731070435',1,0,7429,250,'m8j1chns1em9wy9n8bn6zugg79hoe7d'),(252,7,1,2,'20160731070504',1,0,7429,251,'tjjye5i7dp2mi8kyjvzxq849rn81rue'),(253,7,1,2,'20160731070554',1,0,7430,252,'hn3es03etnc6pevhhvwnb0z4lvc9j58'),(254,7,117,2,'20160731210720',0,0,7528,253,'dwqkbe531r03szsly4qoivibr08rhio'),(255,7,118,2,'20160801231224',0,0,7713,254,'35fi0d50503jui2cxsfmchr7gjiyf6b'),(256,24,1,2,'20160801232645',0,0,0,0,'phoiac9h4m842xq45sp7s6u21eteeq1'),(257,7,1,2,'20160801232721',1,0,7754,255,'nb0wxl0xffj63bkeoldnzkuq0177k1z'),(258,7,1,2,'20160801233228',1,0,8091,257,'hkrqj0tj1vtgjl3kp9oxp16fbr63u7z'),(259,7,1,2,'20160801233625',1,0,8383,258,'aa7cdgm3jrsjw4mgm0nkw2waftqb1k5'),(260,7,1,2,'20160801233715',1,0,8380,259,'t48r1c25sdacwxlk41ekpxwg4mgw7ka'),(261,7,1,2,'20160801233743',1,0,8382,260,'dcl624aixzgzmnb14s6womqczoeikr9'),(262,7,119,2,'20160801234725',0,0,9091,261,'757wf65c29bocgjm2miy9to0fu25ppr'),(263,7,1,2,'20160801234847',1,0,9102,262,'gyz9kgla9d7tbrkd4bvspolmb6g899f'),(264,7,1,2,'20160801235335',1,0,9723,263,'nnzwmm9904l4pswjeffadjbvb8ua7rg'),(265,7,1,2,'20160801235507',1,0,9729,264,'oijbb9xbsxnq15scs8ovnhr8k0s4yjp'),(266,7,1,2,'20170814140644',1,0,9767,265,'p025n1uwaob6b7uzkn022m54a7hi5k8'),(267,7,1,2,'20170814142113',0,0,10189,266,'tn6c7rz70jdxlpi26alm4orsbhti0i8'),(268,7,1,2,'20170817013131',1,0,10227,267,'rd51r8pmv26qxocqnq03fs77dybqkck'),(269,7,1,2,'20170817014157',1,0,10402,268,'5b88hperd54xmgz73gn05el1rorjqg8'),(270,7,120,2,'20170831023008',0,0,10419,269,'3ces3pakbo6n6limpkon9ra169j2hid'),(271,7,121,2,'20170831023744',0,0,11369,270,'eod7zvnttqewe0fbbvg9vab5omvklw3'),(272,7,121,2,'20170831025147',0,0,11512,271,'tfn2gocfcac5tfj16i7z1tx5rq260gl'),(273,7,121,2,'20170831025908',0,0,11768,272,'kxfwqg3fc3u1ivcbeuqkxgh8jepit1g'),(274,7,122,2,'20170831030302',0,0,11911,273,'lynv9hp0liytsn3w9j68imbshcvdswm'),(277,10,1,2,'20240929154106',1,0,8884,77,'kzxio968eofw71paygq5dqwpwk6gk3x'),(278,10,1,2,'20240929154123',1,0,8872,277,'o2n8czotj8qvisharldm1sn8pvsjr1f'),(279,25,125,2,'20250815230400',0,0,9,0,'ifo34aax99l793wqvs0bcc3ivq1fk3b'),(280,25,1,2,'20250815230501',0,0,37,279,'0glxw7prvwlnd1jtevdflnxzigo5yfl'),(281,7,1,1,'20250816013610',0,0,12568,274,'k8oiqzgmp3236kbzvsl8ihc6axddsvo'),(282,26,1,2,'20250816033545',0,0,0,0,'phoiac9h4m842xq45sp7s6u21eteeq1');
/*!40000 ALTER TABLE `mw_revision` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_searchindex`
--

DROP TABLE IF EXISTS `mw_searchindex`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_searchindex` (
  `si_page` int(10) unsigned NOT NULL,
  `si_title` mediumtext NOT NULL,
  `si_text` longtext NOT NULL,
  PRIMARY KEY (`si_page`),
  FULLTEXT KEY `si_title` (`si_title`),
  FULLTEXT KEY `si_text` (`si_text`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_searchindex`
--

LOCK TABLES `mw_searchindex` WRITE;
/*!40000 ALTER TABLE `mw_searchindex` DISABLE KEYS */;
INSERT INTO `mw_searchindex` VALUES (1,'main page','  welcome tou800 myu800 personal wiki   this isu800 where iu800 will dump myu800 thoughts andu800 documentation ofu800 myu800 interests onu800 theu800 webu800. foru800 starters iu800 imagine writing about theu800 things that iu800 dou800 most frequently andu800 oru800 most recently academics academics coursework research - this isu800 mostly technical oru800 engineering project projects moderately serious personal endeavors - these range from health advocacy efforts tou800 hard technical projects hobby hobbies notu800-sou800-serious projects andu800 funu800 stuff - foru800 example gadgets crafts sport music etcu800. youu800 canu800 useu800 theu800 links above oru800 topu800-level navigation links tou800 jump into theu800 main page foru800 each category. useful pages useful pages useful pages aside from theu800 topu800-level pages mentioned above iu800u82eeu800. academics project andu800 hobby theu800 following page su800 mayu800 beu800 ofu800 interest journal - notes iu800 write foru800 reference whenever theu800 need should arise other sites other sites other sites myu800 personal website github mark-toma mathworks community profile '),(2,'sidebar',' navigation mainpage mainpage-description academics academics project project hobby hobby onu800 theu800 webu800 website resume blog github mathworks armlab other recentchanges-urlu800 recentchanges randompage-urlu800 randompage helppage help search toolbox languages '),(3,'academics',' academics asu800 iu800 relate tou800 this topic primarily involves myu800 personal trek through #undergraduate studies undergraduate studies andu800 #graduate studies graduate studies higher education. however some ofu800 theu800 most rewarding experiences iu800 have hadu800 with personal growth have been theu800 result ofu800 #mentorship mentorship #leadership leadership andu800 #outreach outreach with fellow students. undergraduate studies undergraduate studies undergraduate studies myu800 undergraduate academic history involves au800 many-year track through au800 twou800 year aasu800 inu800 liberal arts with au800 concentration inu800 mathematics andu800 science atu800 niagara county community college nccc . upon conferring theu800 aasu800 atu800 nccc iu800 transferred tou800 theu800 department ofu800 mechanical andu800 aerospace engineering atu800 theu800 university atu800 buffalo suny tou800 continue myu800 studies with au800 bsu800 inu800 mechanical engineering. seeu800 undergraduate coursework portfolio foru800 anu800 account ofu800 myu800 experiences with substantial course projects performed atu800 univeristy atu800 buffalo along theu800 wayu800 toward myu800 bsu800 inu800 mechanical engineering. graduate studies graduate studies graduate studies after conferring au800 bsu800 inu800 mechanical engineering iu800 felt au800 strong desire tou800 continue onu800 with further study. iu800 felt theu800 need tou800 expand myu800 knowledge andu800 hopefully solidify myu800 understanding ofu800 theu800 fundamental aspects ofu800 mechanisms general mechanical systems comprised ofu800 articulated bodies mechanism kinematics andu800 dynamics andu800 mechanical considerations foru800 design andu800 analysis ofu800 such systems theu800 control systems that underpin operational functionality andu800 performance ofu800 many mechanisms inu800 this dayu800 andu800 ageu800 theu800 intersection ofu800 computation andu800 electronics with mechanical systems inu800 anu800 automation andu800 robotics context thus myu800 choice tou800 stay onu800 atu800 university atu800 buffalo asu800 au800 phdu800 student inu800 mechanical engineering tou800 study under myu800 first andu800 last professor inu800 undergraduate studies professor venkat krovi wasu800 au800 natural decision. seeu800 graduate coursework portfolio foru800 au800 survey ofu800 theu800 major outcomes ofu800 myu800 graduate studies inu800 mechanical engineering atu800 university atu800 buffalo suny . mentorship mentorship mentorship student assistant teaching assistant project supervision leadership leadership leadership president mechanical andu800 aerospace engineering graduate student association maeu800-gsau800 conference onu800 career perspectives andu800 networking chair ieee robotics andu800 automation society rasu800 student chapter atu800 university atu800 buffalo outreach outreach outreach invited speaker atu800 nccc category academics '),(4,'project',' content coming soon ... category project '),(5,'hobby',' content coming soon ... '),(6,'mtu800 logou82epngu800',' wiki logo '),(7,'journal',' this page isu800 theu800 catch allu800 page that iu800 useu800 tou800 write some quick notes foru800 future reference. arduino ideu800 linux install arduino ideu800 linux install arduino ideu800 linux install iu800 just installed theu800 arduino ideu800 onu800 ubuntu 14u800u82e04u800 foru800 theu800 first time. theu800 process using aptu800 isu800 very straightforward. just runu800 sudo aptu800 getu800 install arduino arduino core andu800 then upon first launch arduino authenticate viau800 theu800 prompt tou800 configure some permission onu800 theu800 usbu800 port. atu800 this point everything works perfectly after logging offu800 andu800 then back onu800 again. butu800 there there\'su800 oneu800 bigu800 problem... this version ofu800 theu800 ideu800 1u800u82e0u800u82e5u800 8u800 13u800 2015  does notu800 support theu800 arduino dueu800  atu800 theu800 time ofu800 writing only theu800 1u800u82e6u800u82exu800 releases areu800 botu800 supported byu800 developers andu800 areu800 compatible with theu800 yunu800 andu800 dueu800 boards. seeu800 installing ideu800 from arduino installing ideu800 from arduino installing ideu800 from arduino since aptu800 doesn\'tu800 support theu800 newer arduino ideu800 version that support theu800 boards yunu800 andu800 dueu800 theu800 package su800 must beu800 downloaded from arduino . theu800 package comes down asu800 anu800 archive inu800 theu800 form arduino 1u800u82e6u800u82e5u800 linux64u82etaru800u82exzu800 andu800 must beu800 installed \"manually\" including external dependencies. iu800 found au800 nice guide that describes theu800 steps required andu800 iu800\'llu800 make some personal notes about this process here. # extract theu800 package andu800 move tou800 optu800 #* taru800 xvfu800 #* sudo mvu800 optu800 # install jreu800 dependency #* sudo aptu800 getu800 install openjdk 7u800 jreu800 # configure usbu800 permissions #* sudo chmod au800 rwu800 devu800 ttyacm where isu800 0u800 1u800 2u800 ... foru800 each board used simultaneously # install shortcuts #* cdu800 optu800 arduino 1u800u82e6u800u82e5u800 #* sudo chmod au800 xu800 installu82eshu800 #* . installu82eshu800 #* right click theu800 desktop icon andu800 change permissions tou800 allow execution double click theu800 desktop icon oru800 runu800 from theu800 terminal byu800 optu800 arduino 1u800u82e6u800u82e5u800 arduino configuring theu800 ideu800 configuring theu800 ideu800 configuring theu800 ideu800 direct theu800 ideu800 toward theu800 desired sketch directory byu800 file preferences sketchbook location theu800 dueu800 board mayu800 notu800 beu800 anu800 available selection atu800 tools board ifu800 this isu800 theu800 case gou800 tou800 tools board board manager andu800 install theu800 required resources inu800 theu800 dialog boxu800 that pops upu800. rosserial arduino install rosserial arduino install rosserial arduino install seeu800 install theu800 rosu800 package with aptu800 byu800 sudo aptu800 getu800 install rosu800 indigo rosserial arduino sudo aptu800 getu800 install rosu800 indigo rosserial install theu800 ros_lib libraries foru800 arduino byu800 running theu800 following command inu800 theu800 arduino libraries location rosrun rosserial_arduino make_librariesu82epyu800 sphero driver foru800 matlab sphero driver foru800 matlab sphero driver foru800 matlab iu800\'veu800 written au800 class inu800 matlab that implements theu800 lowu800 level binary communication protocol tou800 expose theu800 sphero apiu800 functionality inu800 mu800 code. there there\'su800 au800 whole page dedicated tou800 theu800 sphero apiu800 matlab sdku800 documentation ofu800 sphero apiu800 matlab sdku800 asu800 well asu800 au800 sphero apiu800 tutorial sphero apiu800 primer . kinect human motion capture with ipiu800 soft products kinect human motion capture with ipiu800 soft products kinect human motion capture with ipiu800 soft products asu800 part ofu800 myu800 work inu800 armlab iu800 have invested many hours inu800 testing andu800 evaluating commercial software produced byu800 ipiu800 soft . their programs recorder andu800 mocap studio with biomech addon enable simultaneous capturing ofu800 multiple depth sensors eu800u82egu800. microsoft kinect detection andu800 tracking ofu800 au800 human motion model inu800 theu800 fused depth data refinement ofu800 theu800 resulting motion model andu800 export ofu800 theu800 results inu800 matlab format. iu800 have created au800 page tou800 collect myu800 notes inu800 theu800 form ofu800 au800 quick start guide oru800 tutorial atu800 ipiu800 soft evaluation . testing math extension testing math extension testing math extension iu800 just installed theu800 math extension. here areu800 some equations ... mathbf fu800 _u800 extu800 frac du800 dtu800 left mu800 cdot mathbf vu800 right theu800 equation iu800 added just started throwing phpu800 errors inu800 theu800 front endu800 when viewing theu800 page with rendered equations. maybe itu800 itu800\'su800 related tou800 theu800 1u800u82e26u800 upgrade nowu800 iu800\'mu800 trying this again with au800 test equation mathbf fu800 _u800 extu800 frac du800 dtu800 left mu800 cdot mathbf vu800 right gotu800 itu800 working with mathjax renderer although phpu800 warnings areu800 nuts. finally some decent rendered equations. 0u800 mathbf ru800 _u800 2u800 0u800 mathbf ru800 _u800 1u800 1u800 mathbf ru800 _u800 2u800 htpc config foru800 home lanu800 htpc config foru800 home lanu800 htpc config foru800 home lanu800 streaming media with vlcu800 streaming media with vlcu800 streaming media with vlcu800 cool newu800 htpc stuff subsection cool newu800 htpc stuff subsection cool newu800 htpc stuff subsection maxon motor control foru800 robotic prototype * motor maxon au800 maxu800 32u800 12vu800 ** product page ** data sheet * gearhead * encoder * driver maxon adsu800 50u800 5u800 ** product page ** data sheet matlab interface foru800 myou800 matlab interface foru800 myou800 matlab interface foru800 myou800 theu800 matlab package myou800 sdku800 mexu800 wrapper myou800 sdku800 mexu800 wrapper includes au800 matlab class inu800 mu800 code that isu800 au800 wrapper foru800 au800 matlab mexu800 file that isu800 au800 wrapper foru800 thalmic labs myou800 sdku800. theu800 endu800 result isu800 au800 super simple mu800 code interface tou800 streaming data from myou800. kinect 2u800 development environment setup kinect 2u800 development environment setup kinect 2u800 development environment setup theu800 development environment foru800 applications targeting theu800 kinect 2u800 foru800 xbox oneu800 sensor hasu800 several dependencies that mayu800 notu800 beu800 typical foru800 au800 standard windows environment inu800 au800 robotics research labu800. typically weu800 mayu800 find that machines areu800 running windows xpu800 32u800 bitu800 inu800 many cases oru800 windows 7u800 asu800 these operating systems osu800 areu800 directly compatible with legacy systems andu800 modern office productivity software. inu800 theu800 case ofu800 kinect 2u800 theu800 minimum osu800 requirement isu800 windows 8u800 andu800 theu800 minimum compiler version isu800 visual studio 2012. since this configuration mayu800 notu800 beu800 immediately available itu800 isnu800\'tu800 foru800 meu800 atu800 theu800 time oru800 writing this section describes theu800 process foru800 setting upu800 this development environment. weu800 begin with au800 vanilla installation ofu800 windows 8u800u82e1u800 onu800 au800 lenovo k450 desktop computer. theu800 general resources required foru800 kinect 2u800 development areu800 described quite well byu800 microsoft onu800 theu800 page foru800 kinect foru800 windows sdku800 2u800u82e0u800 . aside from theu800 hardware requirements weu800 first take special note ofu800 theu800 system andu800 software requirements. namely * operating system windows 8u800 8u800u82e1u800 oru800 embedded 8u800 * compiler visual studio 2012 oru800 2013 theu800 latter requirement also carries some additional consequences such asu800 compatibility with previous projects andu800 other software like matlab . since weu800 have some systems working well with matlab r2013a andu800 vs2013 isu800 notu800 supported inu800 this release weu800\'llu800 choose tou800 useu800 microsoft visual studio professional 2012 . glass half full glass half full glass half full file fb_glass_half_full_engineeru82ejpgu800 thumb glass half full meme iu800 thought itu800 would beu800 funu800 tou800 reformulate au800 solution tou800 theu800 \"glass half full\" according tou800 au800 meme that iu800\'veu800 seen circulating onu800 facebook recently. theu800 meme indicates au800 mathematical expression foru800 theu800 volume ofu800 liquid inu800 au800 glass opposed tou800 theu800 typical optimist pessimist qualifying expressions \"half full\" andu800 \"half empty.\" however there appears tou800 beu800 some discrepancy inu800 theu800 validity ofu800 theu800 mathematical calculation ofu800 theu800 percent volume enclosed byu800 theu800 container. theu800 ofu800 volume enclosed byu800 this container canu800 beu800 calculated byu800 theu800 following integral using theu800 sou800 called \"disk method\" inu800 indefinite form asu800 vu800 intu800 au800 hu800 dhu800 intu800 piu800 ru800 2u800 hu800 dhu800 oru800 inu800 definite form asu800 au800 function ofu800 theu800 fluid height asu800 vu800 hu800 piu800 int_ 0u800 hu800 ru800 2u800 etau800 du800 etau800 anu800 expression foru800 theu800 radius atu800 au800 given height isu800 ru800 hu800 r_1u800 frac h_2u800 r_2u800 r_1u800 hu800 which canu800 beu800 substituted into theu800 previous integral formulation foru800 enclosed volume vu800 hu800 piu800 int_ 0u800 hu800 left r_1u800 frac h_2u800 r_2u800 r_1u800 etau800 right 2u800 du800 etau800 this expressions canu800 then beu800 used tou800 calculate theu800 volume ofu800 theu800 container theu800 total volume v_tu800 vu800 h_2u800 theu800 volume ofu800 liquid theu800 full part v_fu800 vu800 h_lu800 oru800 theu800 volume ofu800 theu800 void theu800 empty part v_eu800 v_tu800 v_fu800 andu800 finally theu800 fractional part ofu800 theu800 container container\'su800 volume occupied byu800 fluid oru800 void ofu800 fluid canu800 beu800 calculated byu800 v_u800 fu800 tu800 frac v_fu800 v_tu800 andu800 v_u800 eu800 tu800 frac v_eu800 v_tu800 frac v_tu800 v_fu800 v_tu800 1u800 v_u800 fu800 tu800 respectively. itu800 itu800\'su800 unclear whether theu800 memu800 author intended tou800 calculate theu800 percent volume ofu800 theu800 liquid oru800 theu800 void inu800 theu800 container. inu800 either case au800 suitable expression will beu800 v_u800 fu800 tu800 100u800 frac int_ 0u800 h_lu800 left r_1u800 frac h_lu800 r_2u800 r_1u800 etau800 right 2u800 du800 etau800 int_ 0u800 h_2u800 left r_1u800 frac h_2u800 r_2u800 r_1u800 etau800 right 2u800 du800 etau800 oru800 v_u800 eu800 tu800 100u800 left 1u800 frac int_ 0u800 h_lu800 left r_1u800 frac h_lu800 r_2u800 r_1u800 etau800 right 2u800 du800 etau800 int_ 0u800 h_2u800 left r_1u800 frac h_2u800 r_2u800 r_1u800 etau800 right 2u800 du800 etau800 right evaluation ofu800 these expressions tou800 obtain anu800 algebraic formula isu800 left asu800 anu800 exercise foru800 theu800 reader. automatic exhaust fanu800 automatic exhaust fanu800 automatic exhaust fanu800 laptop selection win10 ubuntu iu800\'mu800 concerned that special care needs tou800 beu800 taken inu800 selecting au800 computer these says when oneu800 plans tou800 dual boot ubuntu alongside windows 8u800 osu800. iu800 think that certain features ofu800 windows 8u800 8u800u82e1u800 10u800 canu800 beu800 problematic when installing multiple uefi based osu800 osu800\'su800 onu800 theu800 same disk. here here\'su800 au800 beginner beginner\'su800 guide tou800 performing this installation procedure. installing rosu800 onu800 raspberry piu800 installing rosu800 onu800 raspberry piu800 installing rosu800 onu800 raspberry piu800 this diary isu800 foru800 au800 raspberry piu800 2u800 model bu800. getu800 ubuntu mate byu800 following theu800 directions here . using gitu800 using gitu800 using gitu800 iu800\'mu800 starting tou800 useu800 gitu800 atu800 theu800 command line with theu800 revision control server atu800 work located atu800 . throughout theu800 process ofu800 reu800 learning gitu800 cliu800 iu800 plan tou800 document theu800 relevant commands andu800 workflows here. seeu800 theu800 following resource su800 foru800 good information about gitu800 source code management software * gitu800 scmu800 documents sshu800 config sshu800 config sshu800 config gitu800 guiu800 gitu800 guiu800 gitu800 guiu800 according tou800 gitu800 scmu800 there there\'su800 au800 default guiu800 that comes with gitu800. iu800 trivially installed this byu800 opening au800 terminal inu800 ubuntu andu800 typing # aptu800 getu800 install gitu800 guiu800 then theu800 guiu800 canu800 beu800 lauched byu800 gitu800 guiu800 this guiu800 looks like itu800 could beu800 pretty useful foru800 providing au800 quick andu800 dirty interface foru800 mouse clicking through forking andu800 pulling changes. gitu800 account management gitu800 account management gitu800 account management gitu800 forking gitu800 forking gitu800 forking forking someone else else\'su800 repository tou800 create your ownu800 hosted version. gitu800 branching gitu800 branching gitu800 branching creating another copy ofu800 au800 branch tou800 work onu800 isolated changes. foru800 example iu800 plan tou800 keep theu800 core stable code base inu800 au800 main branch called  master  whereas other branches will beu800 used tou800 pursue variants onu800 this code. examples ofu800 typical branches include  devel  development andu800  bugu800 fixu800   issue  oru800  feature addu800  branches. gitu800 commit gitu800 commit gitu800 commit committing changes tou800 local code. gitu800 push gitu800 push gitu800 push submitting commits from au800 local branch tou800 au800 remote. gitu800 pull request gitu800 pull request gitu800 pull request gitu800 pull gitu800 pull gitu800 pull test syntax highlight # addu800u82epyu800 defu800 addu800 au800 bu800 sgnu800 1u800 du800 1u800 ifu800 au800 0u800 return bu800 elif bu800 0u800 return au800 ifu800 au800 0u800 andu800 bu800 0u800 sgnu800 1u800 elif bu800 0u800 # au800 0u800 du800 1u800 return sgnu800 * addu800 sgnu800*au800 du800 sgnu800*bu800 du800 print fu800\' addu800 1u800 1u800 2u800\' print fu800\' addu800 2u800 0u800 2u800\' print fu800\' addu800 3u800 1u800 2u800\' print fu800\' addu800 0u800 2u800 2u800\' print fu800\' addu800 0u800 0u800 0u800\' print fu800\' addu800 0u800 2u800 2u800\' print fu800\' addu800 1u800 3u800 2u800\' print fu800\' addu800 2u800 0u800 2u800\' print fu800\' addu800 1u800 1u800 2u800\' # python addu800u82epyu800 # 2u800 2u800 # 2u800 2u800 # 2u800 2u800 # 2u800 2u800 # 0u800 0u800 # 2u800 2u800 # 2u800 2u800 # 2u800 2u800 # 2u800 2u800 '),(8,'sphero apiu800 matlab sdku800',' work inu800 progress page   #overview overview andu800 #bluetooth communication basics bluetooth communication basics areu800 complete    iu800\'mu800 actively working onu800 #writing library functions writing library functions   iu800\'mu800 planning tou800 useu800 this page tou800 document theu800  development  ofu800 theu800 matlab code from theu800 lowu800-level binary communications apiu800 provided byu800 sphero. other information about theu800 code such asu800 class documentation release notes andu800 change logs  might  getu800 itu800 itu800\'su800 ownu800 page onu800 this site itu800 wonu800\'tu800 onu800 this oneu800 butu800 most likely will beu800 included only inu800 theu800 mu800-code itself. readers mayu800 find itu800 beneficial tou800 read through myu800 explanation ofu800 theu800 sphero apiu800 tutorial lowu800-level binary sphero apiu800 before proceeding into theu800 matlab implementation development contained herein. official documentation ofu800 sphero apiu800 canu800 beu800 found inu800 sphero apiu800 quick reference atu800 spherou82ecomu800 sphero docs apiu800 quick reference; source asu800 well asu800 sphero apiu800 developer resources documentation onu800 github sphero developer resources orbotix onu800 github; source source code canu800 beu800 found onu800 matlab file exchange foru800 myu800 current project sphero apiu800 matlab sdku800 sphero apiu800 matlab sdku800; author mark tomaszewski; source asu800 well asu800 theu800 original sphero matlab interface sphero matlab interface; author yiu800 juiu800 leeu800; contributor mark tomaszewski; source authored byu800 yiu800 juiu800 leeu800. check outu800 this video preview onu800 youtube tou800 seeu800 au800 glimpse ofu800 what this package canu800 dou800. overview overview overview theu800 first step inu800 implementing au800 programmatic interface tou800 theu800 sphero apiu800 isu800 tou800 #bluetooth communication basics establish au800 bluetooth connection that will allow youu800 tou800 send andu800 receive data. thoughout theu800 process ofu800 manually scripting device driver code weu800 build upu800 au800 repertoire ofu800 code snippets that perform redundant functionality. theu800 next stage inu800 development involves #writing library functions writing au800 setu800 ofu800 standard functions that canu800 beu800 used tou800 implement theu800 general features ofu800 theu800 apiu800. since sphero also hasu800 some associated device state information such asu800 device properties configuration parameters andu800 action state weu800 then proceed tou800 organize this data along with theu800 function library byu800 encapsulation state data andu800 functions into au800 #device class encapsulation sphero device class . bluetooth communication basics bluetooth communication basics bluetooth communication basics assuming that sphero isu800 paired viau800 bluetooth onu800 au800 system running au800 matlab installation that includes theu800 instrument control toolbox toolbox\'su800 bluetooth object this section isu800 theu800 place tou800 begin communicating with sphero. here weu800 step through theu800 process ofu800 using built-onu800 matlab commands tou800 find available spheros connect tou800 sphero viau800 bluetooth open au800 communication port send data receive data close au800 communication port andu800 delete theu800 bluetooth connection tou800 clean upu800 theu800 matlab workspace. these areu800 theu800 basic elements ofu800 matlab functionality that enable theu800 physical interfacing tou800 sphero andu800 transmission ofu800 data tou800 andu800 from theu800 device. find sphero devices find sphero devices find sphero devices theu800 first thing youu800 should dou800 when working with bluetooth devices inu800 matlab isu800 useu800 theu800 function instrhwinfo instrument hardware information tou800 find information about available bluetooth devices onu800 your system. passing au800 single input argument tou800 specify theu800 type ofu800 instrument device iu800u82eeu800. instrhwinfo \'bluetooth\' returns au800 struct containing allu800 ofu800 theu800 information needed tou800 identify theu800 presence ofu800 au800 sphero device andu800 subsequently instantiate au800 connection with theu800 device. hwinfo instrhwinfo \'bluetooth\' hwinfo remotenames 2x1u800 cell remoteids 2x1u800 cell bluecoveversion \'bluecove-2u800u82e1u800u82e1u800-snapshot\' jarfileversion \'version 3u800u82e3u800\' theu800 fields ofu800 theu800 output hardware information struct hwinfo that areu800 ofu800 greatest interest areu800 remotenames andu800 remoteids . these areu800 cell arrays ofu800 strings containing corresponding names andu800 identifiers foru800 available bluetooth devices. inu800 this example weu800 seeu800 that there areu800 twou800 sphero devices paired with theu800 system. hwinfou82eremotenames ansu800 \'sphero-wppu800\' \'sphero-ooru800\' youu800 mayu800 notice that name strings inu800 hwinfou82eremotenames areu800 theu800 same asu800 those displayed inu800 your system system\'su800 device list. this information isu800 typically sufficient tou800 establish au800 connection with au800 unique device ifu800 theu800 name isu800 known inu800 advance sayu800 from reading itu800 inu800 your system device list. possible ambiguities inu800 selecting theu800 appropriate device mayu800 beu800 resolved byu800 theu800 knowledge that theu800 last three characters ofu800 theu800 name indicate theu800 color sequence that sphero blinks when woken upu800. these twou800 physical devices blink theu800 colors white-purple-purple wppu800 andu800 orange-orange-redu800 ooru800 . however unlikely itu800 itu800\'su800 still possible foru800 more than oneu800 device tou800 have theu800 same name andu800 inu800 this case theu800 identifier must beu800 used tou800 indicate theu800 desired device inu800 theu800 next section. hwinfou82eremoteids ansu800 \'btspp 6886e7061960\' \'btspp 6886e7034e06\' these identifiers areu800 simply sixu800 byte hexadecimal hardware addresses macu800 address that implement theu800 bluetooth serial port profile btspp oru800 rfcomm. these identifiers should beu800 unique foru800 allu800 sphero andu800 canu800 beu800 related tou800 theu800 names byu800 their array indices. inu800 typical application itu800 itu800\'su800 notu800 advised tou800 call theu800 instrhwinfo function unecessarily iu800u82eeu800. programmatically with every connection attempt dueu800 tou800 theu800 excessive time spent inu800 au800 single call. rather implementations should preferably call this function atu800 most once andu800 store theu800 result. foru800 example oneu800 call canu800 take more than tenu800 seconds. ticu800; instrhwinfo \'bluetooth\' ; tocu800 elapsed time isu800 11u800u82e683902 seconds. create bluetooth connection create bluetooth connection create bluetooth connection once either theu800 name oru800 identifier foru800 sphero isu800 known au800 connection canu800 beu800 made byu800 instantiating au800 bluetooth object. there areu800 twou800 minimal signatures foru800 this object constructor. help bluetooth bluetooth construct bluetooth object. bu800 bluetooth \'remotename\' channel constructs au800 bluetooth channel object associated with theu800 remote device idu800 matching theu800 remotename andu800 channel. remotename isu800 au800 friendly wayu800 tou800 identify theu800 remoteid. ifu800 au800 channel isu800 notu800 specified itu800 will default tou800 0u800. bu800 bluetooth \'remoteid\' channel constructs au800 bluetooth channel object directly from theu800 remoteid andu800 channel. ... either theu800 name oru800 identifier canu800 beu800 used atu800 theu800 first input argument andu800 foru800 sphero theu800 channel isu800 theu800 number oneu800. nowu800 weu800\'reu800 ready tou800 construct au800 bluetooth object btu800 foru800 theu800 sphero device named sphero-wppu800. btu800 bluetooth \'sphero-wppu800\' 1u800 bluetooth object bluetooth-sphero-wppu800 1u800 communication settings remotename sphero-wppu800 remoteid btspp 6886e7061960 channel 1u800 terminator \'lfu800\' communication state status closed recordstatus offu800 read write state transferstatus idle bytesavailable 0u800 valuesreceived 0u800 valuessent 0u800 theu800 output ofu800 this command reveals some interesting properties ofu800 theu800 bluetooth object. inu800 theu800 first setu800 ofu800 properties communication settings theu800 only newu800 information isu800 theu800 terminator property. since weu800 will notu800 beu800 reading lines ofu800 text characters delimited with au800 linefeed foru800 instance this property hasu800 nou800 effect onu800 ouru800 intended useu800 ofu800 theu800 bluetooth connection. theu800 communication state properties indicate that theu800 communication port isu800 currently closed andu800 that theu800 device isu800 notu800 setu800 upu800 byu800 default tou800 record au800 text file logu800 ofu800 allu800 communications. inu800 theu800 next section weu800\'llu800 #open communication port open theu800 communication port andu800 theu800 matlab help documentation informs proper useu800 ofu800 logging features. theu800 read write state properties namely theu800 number ofu800 bytes available will beu800 used later when #receive packets receiving packets tou800 indicate theu800 number ofu800 bytes sent from sphero tou800 matlab that areu800 ready tou800 beu800 read. open communication port open communication port open communication port after au800 bluetooth object btu800 isu800 instantiated theu800 communication port must beu800 opened inu800 order tou800 read andu800 write data. fopen btu800 theu800 communication port should nowu800 beu800 open. ifu800 fopen failed first tryu800 waiting au800 fewu800 seconds andu800 issuing theu800 command again. ifu800 this doesn\'tu800 work then continue tou800 theu800 note below. verify that theu800 communication port isu800 open byu800 checking theu800 status property. btu800u82estatus ansu800 open youu800 will also notice that sphero indicates anu800 open bluetooth communication port byu800 displaying au800 solid color typically blue rather than blinking itsu800 three color pattern. note that once au800 bluetooth object isu800 successfully instantiated andu800 theu800 communication port isu800 opened theu800 connection must beu800 #delete bluetooth connection properly deleted before creating andu800 using au800 newu800 copy. ifu800 this isnu800\'tu800 done properly anu800 error indicating that theu800 device isu800 notu800 available mayu800 beu800 thrown. inu800 this event youu800 mayu800 forcibly andu800 naively clean upu800 allu800 instrument objects byu800 calling delete instrfindall before starting over. send andu800 receive packets send andu800 receive packets send andu800 receive packets work inu800 progress section nowu800 weu800\'reu800 ready tou800 send andu800 receive packets. inu800 this section weu800\'llu800 follow theu800 sphero apiu800 tutorial#cmdu800 packet encoding command packet encoding andu800 sphero apiu800 tutorial#rspu800 packet decoding response packet decoding examples foru800 sphero apiu800 tutorial#using packets using packets . implementation ofu800 theu800 ping command isu800 au800 good andu800 simple place tou800 begin. weu800\'llu800 walk through theu800 process ofu800 using matlab tou800 build au800 packet send theu800 packet data wait foru800 au800 response andu800 finally read theu800 response using this example. then some examples ofu800 implementation ofu800 theu800 other commands will follow. -- ping command full example -- before sending andu800 receiving packets itu800 itu800\'su800 au800 good idea tou800 verify that there isu800 nou800 data waiting tou800 beu800 read from theu800 device. weu800 canu800 dou800 this byu800 inspecting theu800 number ofu800 incoming bytesavailable andu800 subsequently read that many bytes from theu800 device ifu800 this value isu800 greater than zero. btu800u82ebytesavailable ansu800 2u800 ifu800 btu800u82ebytesavailable 0u800 fread btu800 btu800u82ebytesavailable endu800 ansu800 1u800 199u800 btu800u82ebytesavailable ansu800 0u800 nowu800 that theu800 input buffer isu800 known tou800 beu800 clear ofu800 meaningless data weu800\'llu800 move onu800 tou800 writing theu800 cmdu800 packet foru800 theu800 ping command. au800 simple wayu800 tou800 specify theu800 command bytes inu800 numerical form isu800 tou800 useu800 theu800 function hex2dec . this function takes au800 cell array ofu800 strings hexadecimal notation asu800 input andu800 produces theu800 corresponding numerical array. inu800 theu800 following code weu800 construct theu800 ping packet asu800 sphero apiu800 tutorial#cmdu800 packet encoding given here andu800 then write theu800 bytes tou800 theu800 device. cmdu800 hex2dec \'ffu800\' \'ffu800\' \'00u800\' \'01u800\' \'37u800\' \'01u800\' \'c6u800\' \' packet 255u800 255u800 0u800 1u800 55u800 1u800 198u800 disp sprintf \' 02xu800 \' cmdu800 ; print packet inu800 hexu800 ffu800 ffu800 00u800 01u800 37u800 01u800 c6u800 fwrite btu800 cmdu800 nowu800 weu800 expect that sphero will have received this cmdu800 packet processed theu800 command andu800 will soon provide au800 simple response. weu800 canu800 wait briefly andu800 then inspect theu800 bytesavailable property tou800 verify that au800 response hasu800 been issued. btu800u82ebytesavailable ansu800 6u800 exactly sixu800 bytes isu800 what weu800 should expect foru800 theu800 simple response tou800 au800 ping command nowu800 weu800 canu800 read theu800 data into theu800 matlab workspace foru800 further investigation. rspu800 fread btu800 6u800 \' rspu800 255u800 255u800 0u800 55u800 1u800 199u800 disp sprintf \' 02xu800 \' rspu800 ; print packet inu800 hexu800 ffu800 ffu800 00u800 37u800 01u800 c7u800 this response packet matches perfectly theu800 successful response sphero apiu800 tutorial#rspu800 packet decoding shown here . inu800 theu800 remainder ofu800 this section weu800\'llu800 show examples ofu800 theu800 code snippets used tou800 perform these operations with other commands. ;setrgbledoutput makes sphero redu800 cmdu800 hex2dec \'ffu800\' \'ffu800\' \'02u800\' \'20u800\' \'37u800\' \'05u800\' \'ffu800\' \'00u800\' \'00u800\' \'00u800\' \'a2u800\' \' redu800 cmdu800 255u800 255u800 2u800 32u800 55u800 5u800 255u800 0u800 0u800 0u800 162u800 disp sprintf \' 02xu800 \' cmdu800 ; print packet inu800 hexu800 ffu800 ffu800 02u800 20u800 37u800 05u800 ffu800 00u800 00u800 00u800 a2u800 fwrite btu800 cmdu800 btu800u82ebytesavailable ansu800 6u800 rspu800 fread btu800 6u800 \' rspu800 255u800 255u800 0u800 55u800 1u800 199u800 disp sprintf \' 02xu800 \' rspu800 ; print packet inu800 hexu800 ffu800 ffu800 00u800 37u800 01u800 c7u800 ;roll implement theu800 stop command before experimenting with roll commands that make sphero move cmdu800 hex2dec \'ffu800\' \'ffu800\' \'02u800\' \'30u800\' \'37u800\' \'05u800\' \'00u800\' \'00u800\' \'00u800\' \'00u800\' \'91u800\' \' stop cmdu800 255u800 255u800 2u800 48u800 55u800 5u800 0u800 0u800 0u800 0u800 145u800 disp sprintf \' 02xu800 \' cmdu800 ; print packet inu800 hexu800 ffu800 ffu800 02u800 30u800 37u800 05u800 00u800 00u800 00u800 00u800 91u800 fwrite btu800 cmdu800 btu800u82ebytesavailable ansu800 6u800 rspu800 fread btu800 6u800 \' rspu800 255u800 255u800 0u800 55u800 1u800 199u800 disp sprintf \' 02xu800 \' rspu800 ; print packet inu800 hexu800 ffu800 ffu800 00u800 37u800 01u800 c7u800 ;readlocator cmdu800 hex2dec \'ffu800\' \'ffu800\' \'02u800\' \'15u800\' \'37u800\' \'01u800\' \'b0u800\' \' cmdu800 255u800 255u800 2u800 21u800 55u800 1u800 176u800 disp sprintf \' 02xu800 \' cmdu800 ; print packet inu800 hexu800 ffu800 ffu800 02u800 15u800 37u800 01u800 b0u800 fwrite btu800 cmdu800 btu800u82ebytesavailable ansu800 16u800 rspu800 fread btu800 16u800 \' rspu800 columns 1u800 through 14u800 255u800 255u800 0u800 55u800 11u800 0u800 9u800 255u800 197u800 255u800 143u800 255u800 103u800 0u800 columns 15u800 through 16u800 190u800 62u800 disp sprintf \' 02xu800 \' rspu800 ; print packet inu800 hexu800 ffu800 ffu800 00u800 37u800 0bu800 00u800 09u800 ffu800 c5u800 ffu800 8fu800 ffu800 67u800 00u800 beu800 3eu800 interpret data x_pos typecast uint8 fliplr rspu800 6u800 7u800 \'int16\' y_pos typecast uint8 fliplr rspu800 8u800 9u800 \'int16\' x_vel typecast uint8 fliplr rspu800 10u800 11u800 \'int16\' y_vel typecast uint8 fliplr rspu800 12u800 13u800 \'int16\' sogu800 typecast uint8 fliplr rspu800 14u800 15u800 \'uint16\' x_pos 9u800 y_pos -59u800 x_vel -113u800 y_vel -153u800 sogu800 190u800 close communication port close communication port close communication port when finished with sphero communication youu800 should first close theu800 communication port before #delete bluetooth connection properly destroying theu800 bluetooth object. fclose btu800 delete bluetooth connection delete bluetooth connection delete bluetooth connection management ofu800 theu800 communication session isu800 very important foru800 future connection attempts. after #close communication port closing theu800 communication port theu800 blueooth object must beu800 properly destroyed tou800 release system resources byu800 using delete andu800 clear . delete btu800 clear btu800 ifu800 these commands areu800 notu800 called inu800 sequence before successively #create bluetooth connection creating au800 newu800 connection andu800 #open communication port opening itsu800 communication port youu800 will experience anu800 error. ifu800 this happens youu800 mayu800 choose tou800 forcibly andu800 naively clean upu800 allu800 existing instrument objects byu800 calling delete instrfindall asu800 au800 workaround. simple example script simple example script simple example script here here\'su800 anu800 example script that demonstrates au800 programmatic implementation ofu800 theu800 core concepts involved with using sphero inu800 matlab mu800-code. ;example script create bluetooth object disp \'creating bluetooth object ...\' ; btu800 bluetooth \'sphero-wppu800\' 1u800 ; open communication port atu800 most num_tries times numu800 0u800; num_tries 10u800; while strcmp \'closed\' btu800u82estatus && numu800 0u800 rspu800 rspu800 fread btu800 1u800 ; endu800 runu800 state machine onu800 incoming data tou800 read au800 rspu800 packet rspu800 sop1 sop2 mrsp sequ800 dlen chku800 ifu800 length rspu800 0u800 && rspu800 1u800 hex2dec \'ffu800\' invalid sop1 rspu800 rspu800 2u800 endu800 ; shift outu800 first byte elseif length rspu800 1u800 && rspu800 2u800 hex2dec \'ffu800\' invalid sop2 coincidentally also invalid sop1 rspu800 rspu800 3u800 endu800 ; shift outu800 first twou800 bytes elseif length rspu800 5u800 waiting foru800 dlen byte elseif length rspu800 ;example script output creating bluetooth object ... attempting tou800 open communication port ... established open communication port sending command ... reading rspu800 packet ... interpreting response ... success writing library functions writing library functions writing library functions theu800 code examples presented inu800 #bluetooth communcation basics bluetooth communcation basics offer most ofu800 theu800 critical functionality desired inu800 au800 programmatic interface tou800 sphero. however theu800 scripting approach tou800 program development isu800 tou800 write maintain andu800 reuse when incorporating sphero into larger programs. theu800 next step ofu800 development involves writing self-contained functions that perform theu800 core functionality ofu800 au800 sphero interface based upon theu800 previous #bluetooth communication basics examples . inu800 writing this function library weu800 will adopt au800 data-oriented model foru800 theu800 function input parameters andu800 output parameters. since theu800 sphero device hasu800 data that requires bookkeeping weu800\'llu800 pass au800 struct variable through function calls tou800 keep track ofu800 sphero sphero\'su800 state. weu800\'llu800 begin with developing functions based upon theu800 logic contained inu800 yiu800 juiu800 juiu800\'su800 sphero matlab interface. asu800 such weu800 will only consider sending cmdu800 packets andu800 receiving synchronous rspu800 packets without theu800 added complexity ofu800 continuously monitoring incoming data tou800 receive andu800 handles asynchronous msgu800 packets. this generalization ofu800 control flow andu800 support foru800 sphero sphero\'su800 features will beu800 addressed later inu800 #device class encapsulation theu800 next section . data model andu800 initialization data model andu800 initialization data model andu800 initialization early onu800 weu800\'veu800 chosen tou800 consciously keep track ofu800 sphero sphero\'su800 device state andu800 data inu800 au800 struct that weu800\'llu800 call su800 foru800 sphero. although weu800\'reu800 only writing au800 function library atu800 this point adopting theu800 convention ofu800 passing su800 asu800 theu800 first input argument andu800 returning itu800 asu800 theu800 first output better sets usu800 upu800 foru800 transitioning tou800 au800 #device class encapsulation device class later onu800. before really working onu800 theu800 core functionality ofu800 theu800 function library weu800\'llu800 begin byu800 writing au800 function that constructs su800 . here weu800\'llu800 choose tou800 name theu800 function based upon theu800 object that theu800 data represents iu800u82eeu800. sphero. ;sphero function source function su800 sphero su800u82ebtu800 ; initialize empty field foru800 bluetooth object endu800 ;sphero function usage su800 sphero ; connection utility connection utility connection utility once sphero isu800 used tou800 create anu800 empty sphero object weu800 need au800 wayu800 tou800 create andu800 open au800 bluetooth connection tou800 sphero. ;connectbluetooth function source function su800 connectbluetooth su800 remote_name ifu800 isempty su800u82ebtu800 initialize su800u82ebtu800 bluetooth remote_name 1u800 ; else assume btu800 isu800 au800 bluetooth object andu800 force itu800 closed fclose su800u82ebtu800 ; endu800 fopen su800u82ebtu800 ; endu800 ;connectbluetooth function usage su800 connectbluetooth su800 \'sphero-wppu800\' ; once au800 connection isu800 established weu800 should immediately implement theu800 complementary function that cleans upu800 anu800 open connection. ;deletebluetoothobject function source function deletebluetoothobject su800 ifu800 strcmp \'open\' su800u82ebtu800u82estatus close anu800 open bluetooth connection fclose su800u82ebtu800 ; endu800 delete su800u82ebtu800 ; delete bluetooth object endu800 ;deletebluetoothobject function usage deletebluetoothobject su800 ; atu800 this point weu800 should beu800 able tou800 open au800 connection with sphero andu800 clean upu800 theu800 resources using only library functions andu800 oneu800 workspace variable su800 . theu800 following example script should function without errors when runu800 repeatedly asu800 long asu800 sphero andu800 matlab play nicely together. ;example clear allu800; start with au800 clean workspace su800 sphero ; su800 connectbluetooth su800 \'sphero-wppu800\' ; connect tou800 sphero ... program behavior goes here ... deletebluetoothobject su800 ; clean upu800 when done send andu800 receive send andu800 receive send andu800 receive -- make sendcommand andu800 receiveresponse functions -- work inu800 progress section implementing apiu800 functions implementing apiu800 functions implementing apiu800 functions -- show what anu800 apiu800 function looks like when itu800 sends au800 synchronous command andu800 optionally blocks while polling foru800 response acku800 -- work inu800 progress section device class encapsulation device class encapsulation device class encapsulation work inu800 progress section frequently asked questions frequently asked questions frequently asked questions ;canu800 youu800 please guide meu800 through theu800 procedure ofu800 parsing theu800 received response from theu800 setu800 data streaming command answer coming soon ... references references references category project category academics '),(9,'undergraduate coursework portfolio',' theu800 main sections onu800 this page outline undergraduate courses that contained au800 substantial project analysis oru800 implementation component. overview overview overview each course isu800 documented inu800 au800 similar fashion with au800 fewu800 keyu800 components. first theu800 course descriptions areu800 listed tou800 provide context regarding theu800 objectives ofu800 theu800 course. mechanical engineering courses undergraduate catalog 2015-2016 mechanical engineering courses ; department ofu800 mechanical andu800 aerospace engineering university atu800 buffalo - suny; fetched september 2015; source then theu800 major coursework isu800 denoted byu800 au800 title inu800  bold-faced type  following byu800 au800 bullet list ofu800 keyu800 outcomes. theu800 remainder ofu800 each course section provides au800 glimpse ofu800 theu800 project. finally #other courses additional relevant coursework technical electives isu800 listed along with course descriptions. robotic mobility andu800 manipulation maeu800 413u800 robotic mobility andu800 manipulation maeu800 413u800 robotic mobility andu800 manipulation maeu800 413u800 this course develops various modeling analysis control andu800 optimization techniques inu800 theu800 context ofu800 harnessing theu800 mobility andu800 manipulation capabilities using articulated multiu8e28091body mechanical systems such asu800 robot manipulators ground andu800 aerospace vehicles . towards this endu800 theu800 course merges andu800 applies mathematical tools from kinematics dynamics nonlinear systems theory motion planning andu800 optimization tou800 examine andu800 enhance performance ofu800 such robotic mechanical systems foru800 various realu8e28091life applications. maeu800 413u800 513u800 robotic mobility andu800 manipulation - course syllabus; professor venkat krovi ; department ofu800 mechanical andu800 aerospace engineering university atu800 buffalo - suny; spring 2014   control ofu800 au800 twou800 link serial robotic manipulator   design simulate andu800 evaluate various position trajectory tracking kinematic andu800 dynamic controllers develop au800 graphical user interface inu800 matlab tou800 interactively investigate performance evaluation metrics design process andu800 methods maeu800 451u800 design process andu800 methods maeu800 451u800 design process andu800 methods maeu800 451u800 discusses theu800 fundamental concepts andu800 activities ofu800 design processes. investigates domain-independent topics ofu800 design processes. these topics include idea conception teamwork quality experimental design optimization andu800 technical communication. inu800 addition discusses fundamental methods ofu800 design including decision making conceptual design cost evaluation ethics issues andu800 intellectual property issues which areu800 investigated through interactive lectures andu800 individual andu800 group exercises.   conceptual design ofu800 au800 cargo-loading assistive device   define theu800 design problem develop customer requirements andu800 translate tou800 engineering specifications evaluate theu800 importance ofu800 theu800 above using au800 house ofu800 quality generate design solutions andu800 select theu800 best alternative begin embodiment design tou800 beu800 continued inu800 follow-onu800 coursework seeu800 maeu800 494u800 note that this theu800 first ofu800 twou800 courses seeu800 #senior design project maeu800 494u800 senior design project maeu800 494u800 that comprise theu800 capstone project foru800 mechanical engineering students. youu800 mayu800 also find theu800 project website useful foru800 reference. senior design project maeu800 494u800 senior design project maeu800 494u800 senior design project maeu800 494u800 students working inu800 teams ofu800 twou800 oru800 three under theu800 supervision ofu800 au800 faculty member complete anu800 original engineering design which inu800 some cases results inu800 hardware. design problems areu800 drawn from industry andu800 initiated byu800 faculty. where practical twou800 oru800 more teams compete tou800 solve theu800 same problem. teams meet individually with faculty onu800 au800 weekly basis tou800 discuss their projects.   design implementation andu800 validation ofu800 au800 cargo-loading assistive device   implement theu800 design developed inu800 previous coursework seeu800 maeu800 451u800 verify conceptual embodiment andu800 detailed designs through virtual andu800 physical prototyping perform experimental testing onu800 physical prototype tou800 infer empirical relationships inherent inu800 theu800 device integrate physical data with matlab foru800 data analysis andu800 visualization note that this theu800 first ofu800 twou800 courses seeu800 #design process andu800 methods maeu800 451u800 design process andu800 methods maeu800 451u800 that comprise theu800 capstone project foru800 mechanical engineering students. youu800 mayu800 also find theu800 project website useful foru800 reference. mathematical methods inu800 robotics maeu800 493u800 mathematical methods inu800 robotics maeu800 493u800 mathematical methods inu800 robotics maeu800 493u800 au800 mathematical introduction tou800 modeling analysis andu800 control ofu800 robotic systems. theu800 first part ofu800 theu800 course deals with theu800 theoretical frameworks foru800 modeling analysis kinematics andu800 dynamics andu800 control ofu800 generic robotic mechanical systems rooted inu800 rich traditions ofu800 mechanics andu800 geometry. theu800 rest ofu800 theu800 course will examine many ofu800 these issues inu800 theu800 context ofu800 serial-chain andu800 parallel-chain manipulators wheeled mobile robots andu800 hybrid combinations ofu800 these systems .   kinematic analysis ofu800 au800 parallel planar robotic manipulator   investigate theu800 position level kinematics ofu800 au800 parallel 3rpr planar manipulator develop au800 graphical user interface inu800 matlab tou800 interactively simulate andu800 evaluate parametric sensitivity ofu800 theu800 mechanism kinematics characterize theu800 manipulator workspace foru800 various mechanical parameters andu800 variations inu800 mechanism topology perform workspace-aware path generation viau800 interpolation inu800 task space andu800 joint space machines andu800 mechanisms iu800 maeu800 311u800 machines andu800 mechanisms iu800 maeu800 311u800 machines andu800 mechanisms iu800 maeu800 311u800 examines analysis andu800 design ofu800 machine elements including theories ofu800 failure fatigue strength andu800 endurance limits; fluctuating stresses; goodman diagram; andu800 fatigue design under torsional andu800 combined stresses. also covers design ofu800 bolted connections fasteners welds springs ball andu800 roller bearings journal bearings gears clutches andu800 brakes.   system design andu800 analysis course project   created au800 meticulously dimensioned virtual model ofu800 theu800 analysis subject super moneymaker irrigation pump inu800 ptcu800 creo parametric tou800 work around limited physical access created allu800 project deliverables inu800 print format including many schematic drawings technical drawings 3du800 renderings andu800 other supporting figures andu800 illustrations. collaborated extensively with twou800 group members inu800 creative brain-storming andu800 objective reasoning relating tou800 engineering questions inu800 design analysis. product design inu800 au800 caeu800 environment maeu800 377u800 product design inu800 au800 caeu800 environment maeu800 377u800 product design inu800 au800 caeu800 environment maeu800 377u800 examines mechanical design ofu800 functional pragmatic products from inception through implementation including topics inu800 computer-aided-design cadu800 . discusses theu800 design process inu800 theu800 context ofu800 product redesign assignments using cadu800. includes au800 final design project with professional documentation including sketches detailed andu800 assembly cadu800 drawings au800 comprehensive written design analysis andu800 cost breakdown.   original design ofu800 au800 rear mounted snow plow   explored theu800 conceptual andu800 embodiment design ofu800 au800 newu800 mounting interface foru800 rear-mounted snow plows support design concept with au800 virtual model created inu800 ptcu800 creo parametric perform static feau800 onu800 au800 keyu800 component ofu800 theu800 design using estimated loads andu800 constraints create au800 technical report documenting theu800 project&apos;su800 requirements professionally seeu800 references u8e28093 portfolio . introduction tou800 mechanical andu800 aerospace engineering maeu800 277u800 introduction tou800 mechanical andu800 aerospace engineering maeu800 277u800 introduction tou800 mechanical andu800 aerospace engineering maeu800 277u800 anu800 overview ofu800 engineering inu800 industry; introduces engineering design concepts reverse engineering case studies including au800 hands-onu800 product dissection project basics ofu800 manufacturing processes elementary modeling ofu800 engineering systems andu800 technical communications.   product archaeology andu800 dissection   managed andu800 organized au800 five member group tou800 meet project deadlines with quality reports influenced effective communication andu800 efficient workflows foru800 content creation andu800 collaboration byu800 utilizing google drive andu800 mediawiki extensively created allu800 project deliverables through theu800 compilation ofu800 content into cohesive andu800 comprehensive reports onu800 theu800 webu800 inu800 mediawiki format offu800-site server hasu800 since removed this content assisted group members inu800 completing individual tasks asu800 needed youu800 mayu800 find theu800 project wiki useful foru800 reference please excuse theu800 excessive backslashes - iu800 nou800 longer have access tou800 clean upu800 this content . other courses other courses other courses other noteworthy upper-level elected coursework isu800 listed inu800 this section along with course descriptions. continuous control systems maeu800 443u800 continuous control systems maeu800 443u800 continuous control systems maeu800 443u800 examines system modeling andu800 identification ofu800 plants tou800 beu800 controlled; useu800 ofu800 feedback control systems; design ofu800 feedback control laws including pu800 iu800 du800; block diagrams transfer functions andu800 frequency response functions; control system design andu800 analysis inu800 theu800 time domain andu800 frequency domain; computer simulation ofu800 control systems; stability analysis using routh-hurwitz criterion; design foru800 stability speed ofu800 response andu800 accuracy; root locus bode andu800 nyquist plots; compensation strategies. vibration andu800 shock maeu800 467u800 vibration andu800 shock maeu800 467u800 vibration andu800 shock maeu800 467u800 examines mechanical vibration andu800 shock including free andu800 forced periodic andu800 aperiodic vibration ofu800 single-degree andu800 multi-degree ofu800 freedom systems. spacecraft dynamics andu800 control maeu800 425u800 spacecraft dynamics andu800 control maeu800 425u800 spacecraft dynamics andu800 control maeu800 425u800 introduces theu800 concepts ofu800 spacecraft orbital mechanics andu800 attitude dynamics. orbital mechanics isu800 theu800 study ofu800 theu800 positional motion while attitude dynamics describes theu800 orientation ofu800 theu800 spacecraft. topics include review ofu800 rotational kinematics andu800 dynamics orbital mechanics gravity turn andu800 trajectory optimization orbit lifetimes three-body problem orbit perturbations orbit determination spacecraft dynamics spinning andu800 three-axis stabilized spacecraft andu800 attitude determination. references references references category academics '),(10,'graduate coursework portfolio',' theu800 main sections onu800 this page outline graduate courses that contained au800 substantial project analysis oru800 implementation component. overview overview overview each course isu800 documented inu800 au800 similar fashion with au800 fewu800 keyu800 components. first theu800 course descriptions areu800 listed tou800 provide context regarding theu800 objectives ofu800 theu800 course. graduate courses - ubu800 mechanical andu800 aerospace engineering \"graduate course descriptions\"; department ofu800 mechanical andu800 aerospace engineering university atu800 buffalo - suny; fetched september 2015; source http wwwu800u82emaeu800u82ebuffalou82eeduu800 graduate course_descriptionsu82ephpu800 then theu800 major coursework isu800 denoted byu800 au800 title inu800  bold-faced type  following byu800 au800 bullet list ofu800 keyu800 outcomes. theu800 remainder ofu800 each course section provides au800 glimpse ofu800 theu800 project. finally #other courses additional relevant coursework isu800 listed along with course descriptions. wearable mechatronic devices foru800 rehabilitation maeu800 501u800 wearable mechatronic devices foru800 rehabilitation maeu800 501u800 wearable mechatronic devices foru800 rehabilitation maeu800 501u800 theu800 student will undertake their 3u800 credit independent study under faculty direction venkat krovi phdu800 mechanical andu800 aerospace engineering with additional domain expertise provided byu800 professors from rehabilitation exercise science departments onu800 anu800 experimental theoretical oru800 applied problem redacted theu800 student will beu800 responsible inu800 assisting with theu800 development ofu800 andu800 oru800 ongoing research projects. this mayu800 involve piloting newu800 hardware andu800 software configurations with emphasis onu800 acquiring data from persons with dysfunction andu800 integrating theu800 device with matlab foru800 data extraction post-processing andu800 analysis. maeu800 501u800 course description; http wwwu800u82emaeu800u82ebuffalou82eeduu800 people full_time v_kroviu82ephpu800 professor venkat krovi ; department ofu800 mechanical andu800 aerospace engineering university atu800 buffalo - suny; fall 2015   development ofu800 au800 home-based stroke rehabilitation system onu800 mobile electronic consumer devices   * design fabricate andu800 implement anu800 imuu800-based motion analysis system foru800 upper-limb physical therapy applications * meet requirements ofu800 theu800 state-ofu800-theu800-artu800 inu800 clinical physical therapy * fully document theu800 technical aspects ofu800 electro-mechanical design analysis andu800 hardware &ampu800; software design details * deliver au800 functional prototype with live demonstration ofu800 theu800 integrated system analytical dynamics maeu800 562u800 analytical dynamics maeu800 562u800 analytical dynamics maeu800 562u800 review ofu800 newtonian mechanics foru800 systems ofu800 particles. lagrange lagrange\'su800 equations ofu800 motion foru800 conservative andu800 nonconservative systems. variational mechanics andu800 hamilton hamilton\'su800 principle. application tou800 various nonlinear problems andu800 specifically tou800 theu800 twou800-body problem andu800 celestial mechanics. theu800 kinematics andu800 dynamics ofu800 rigid bodies. euler euler\'su800 equations ofu800 motion. application tou800 gyroscopic motion. introduction tou800 hamilton hamilton\'su800 equations ofu800 motion. theu800 linearized theory ofu800 small oscillations andu800 associated matrix formulations. * modeling analysis andu800 design ofu800 dynamical mechanical systems inu800 three dimensional space * spatial descriptions ofu800 translational andu800 rotational kinematics position velocity andu800 acceleration * dynamics formulation byu800 methods ofu800 newton-euler euler-lagrange hamilton * emphasis onu800 qualitative assessment ofu800 theu800 anaytical equations ofu800 motion rather than diagnostic interpretation ofu800 computational numerical simulation results computer-aided design applications maeu800 577u800 computer-aided design applications maeu800 577u800 computer-aided design applications maeu800 577u800 engineering design andu800 analysis using state-ofu800-theu800-artu800 computer software tools. emphasis onu800 theu800 overall product development cycle andu800 simultaneous engineering including conceptual design variational geometry representation creation andu800 manipulation ofu800 solid models assembly design integrated kinematic andu800 finite element analyses reu800-design geometric dimensioning andu800 tolerancing andu800 ncu800 programming. * comprehensive treatment ofu800 standard methodology inu800 numerical representations ofu800 geometric objects inu800 three dimensional space * homogeneous transformations onu800 objects inu800 three dimensions * curve andu800 surface interpolation andu800 aproximation * basic operations onu800 parameterized geometric objects robotic algorithms cseu800 568u800 robotic algorithms cseu800 568u800 robotic algorithms cseu800 568u800 -- todo -- course description isu800 currently unavailable. courses - ubu800 computer science andu800 engineering \"cseu800 graduate course offerings\"; department ofu800 computer science andu800 engineering university atu800 buffalo - suny; fetched september 2015; source http wwwu800u82ecseu800u82ebuffalou82eeduu800 graduate coursesu82ephpu800 theu800 official course description isu800 notu800 live online. this mayu800 update inu800 theu800 future. theu800 following hasu800 been taken from theu800 lecture slides from theu800 introductory class. cseu800 468u800 568u800 robotic algorithms \"lecture 1u800 intro\"; http wwwu800u82ecseu800u82ebuffalou82eeduu800 faculty kdantu assistant professor karthik dantu ; department ofu800 computer science andu800 engineering university atu800 buffalo - suny; spring 2015 class outline * robot mobility * legged wheeled locomotion * forward inverse kinematics * simple control * sensing perception * ranging * vision * localization andu800 mapping * bayesian estimation * planning andu800 navigation * robot coordination maybe student expectation * expect moderate tou800 heavy load u8e28093 onu800 average 10u800 hrsu800 au800 week sometimes more * learn theu800 theory dou800 itu800 inu800 practice * math trigonometry probability csu800 theory * programming cu800 cu800 java python * redacted class emphasis * introduction tou800 robots robotics * theory andu800 practice u8e28093 learn byu800 doing * algorithms tools that have applications onu800 other cseu800 andu800 related fields * exciting times tou800 learn about robots u8e28093 have funu800   computational implementation ofu800 mobile robot sensing actuation andu800 control using robot operating system rosu800   * implement algorithms inu800 rosu800 subsequent tou800 theoretical introduction inu800 lecture * theoretical concepts andu800 algorithms implemented programmatically include * mobile robot position andu800 velocity kinematics andu800 control * state estimation andu800 observation with various sensor models * select localization andu800 mapping algorithms systems analysis 1u800 maeu800 571u800 systems analysis 1u800 maeu800 571u800 systems analysis 1u800 maeu800 571u800 development ofu800 mathematical techniques foru800 theu800 analysis ofu800 systems inu800 theu800 time domain. introduction tou800 state space concepts. review ofu800 matrices andu800 vectors. vector spaces. coordinate transformation. jordan canonical form. state-space representation ofu800 control systems. solutions ofu800 state space equations. controllability andu800 observability. feedback control structures.   linear control ofu800 au800 serial robotic manipulator   * perform system analysis controller andu800 observer design andu800 performance analysis using matlab * formulate andu800 analyze theu800 nonlinear plant&apos;su800 mathematical model * design linear controllers andu800 observers foru800 various combinations ofu800 actuator andu800 sensor configuration * evaluate performance ofu800 controllers acting onu800 theu800 linearized andu800 nonlinear plant models optimization inu800 engineering design maeu800 550u800 optimization inu800 engineering design maeu800 550u800 optimization inu800 engineering design maeu800 550u800 optimization techniques with applications inu800 various aspects ofu800 engineering design. concepts ofu800 design variables constraints objective functions penalty functions lagrange multipliers. techniques foru800 solving constrained andu800 unconstrained optimization problems classical approaches steepest descent conjugate directions conjugate gradient controlled random searches etcu800. discussion ofu800 generalized reduced gradient sequential linear programming andu800 recursive quadratic programming strategies. computer implementation ofu800 optimization schemes. applications andu800 examples inu800 theu800 design ofu800 engineering components andu800 systems.   optimal path planning inu800 au800 constrained workspace foru800 serial robotic manipulator   * develop anu800 optimization scheme foru800 robot path planning inu800 theu800 presence ofu800 obstacles using matlab andu800 cu800 * formulate au800 generalized kinematic model ofu800 au800 spatial manipulator andu800 endu800 effector path * formulate objective function andu800 constraints with au800 focus onu800 leveraging convexity * solve theu800 feasibility problem using au800 successive convex approximation ofu800 theu800 optimization problem other courses other courses other courses engineering analysis 1u800 maeu800 507u800 engineering analysis 1u800 maeu800 507u800 engineering analysis 1u800 maeu800 507u800 linear algebra linear spaces andu800 applications tou800 ordinary differential equations introduction tou800 dynamical systems bifurcations andu800 chaos green green\'su800 functions andu800 boundary value problems adjoint operators alternative theorems orthogonal expansions sturm - liouville systems. maeu800 501u800 inu800 progress maeu800 501u800 inu800 progress maeu800 501u800 inu800 progress this coursework isu800 ongoing andu800 will beu800 reported inu800 theu800 near future. references references references category academics '),(11,'academics',' '),(14,'ipiu800 soft evaluation',' -- youu800 canu800 setu800 wgcapitallinks tou800 false tou800 make theu800 first character case-sensitive -- work inu800 progress item page commercial software programs produced byu800 ipiu800 soft enable theu800 useu800 ofu800 multiple depth sensors foru800 human motion capture applications. inu800 this article theu800 useu800 ofu800 this software with multiple microsoft kinect sensors isu800 evaluated inu800 au800 tutorial format. readers whou800 desire tou800 getu800 upu800-andu800-running quickly with similar platform mayu800 forgo roughly tenu800 hours ofu800 time invested inu800 theu800 activities outlined herein. overview overview overview theu800 software under evaluation includes ipiu800 recorder - free capture software ipiu800 mocap studio - commercially licensed motion analysis software free trials areu800 available ipiu800 biomech addon - commercially licensed addon foru800 mocap studio theu800 primary utility ofu800 this software combination isu800 inu800 theu800 useu800 ofu800 mocap studio tou800 estimate theu800 pose ofu800 au800 human motion model based upon data from multiple sensors. theu800 recorder application isu800 necessary tou800 record data inu800 au800 proprietary format that canu800 beu800 used asu800 input tou800 mocap studio. also since more than oneu800 computer mayu800 beu800 used tou800 record sensor data simultaneously theu800 recorder software isu800 free toou800 beu800 installed onu800 many machines. finally theu800 biomech addon isu800 notu800 au800 necessary product foru800 motion capture butu800 isu800 useful foru800 those whou800 wish tou800 export theu800 results foru800 further analysis inu800 anu800 environment such asu800 matlab. workflow workflow workflow file ipi_soft_human_motion_capture_workflowu82epngu800 thumb high level workflow foru800 human motion data capture andu800 analysis using ipiu800 soft software theu800 high-level workflow foru800 au800 full-cycle ofu800 data collection begins with preliminary setup involves capturing data andu800 processing foru800 both camera calibration andu800 action human motion data andu800 ends with theu800 export ofu800 results tou800 matlab compatible format. here here\'su800 au800 listing ofu800 theu800 main processes involved inu800 theu800 accompanying flowchart. ;preliminary setup position cameras andu800 hook them upu800 tou800 pcsu800 andu800 configure camera settings inu800 recorder ;calibration capture useu800 recorder tou800 capture calibration data wanding with au800 light marker ;calibration processing useu800 mocap studio tou800 process theu800 calibration data ;action capture useu800 mocap studio tou800 capture action data human motion ;action processing useu800 mocap studio tou800 process data from action capture andu800 theu800 calibration processing output tou800 generate human motion tracking results ;biomech export useu800 biomech addon from within mocap studio tou800 export theu800 human motion tracking results inu800 matlab .matu800 format foru800 further analysis capture capture capture data collection isu800 performed with ipiu800 soft recorder running onu800 windows based host pcsu800 that areu800 connected tou800 theu800 kinect sensors andu800 au800 common lanu800. #hardware setup ##connect kinects tou800 their driving pcsu800 1u800 kinect v2u800 peru800 win8 pcu800 2u800 kinect v2u800 peru800 win7 pcu800 ##connect multiple pcsu800 tou800 au800 common lanu800 iu800u82eeu800. wifi connection ##launch ipiu800 recorder onu800 each pcu800 select kinect hardware click record video #background subtraction ##capture static background foru800 10su800 onu800 each instance ofu800 ipiu800 recorder #configure network synchronization ##select enter slave mode onu800 each desired slave pcu800 ##connect tou800 slaves onu800 theu800 single master pcu800 #capture scene ##click start tou800 begin recording optionally addu800 au800 delay ##refer tou800 #calibration capture calibration oru800 #action capture action procedures below foru800 more details ##click stop tou800 endu800 recording then proceed directly with theu800 following step #download andu800 merge slave data manually # ifu800 youu800 have external media manually merging theu800 slave data saves time ##click close tou800 cancel theu800 automatic network download ofu800 slave data click yesu800 ifu800 prompted ##manually transfer iu800u82eeu800. copy andu800 paste theu800 master data .master andu800 theu800 slave data .slave0 .slave1 ... tou800 theu800 processing pcu800. ##inu800 ipiu800 recorder gou800 tou800 home &gtu800;&gtu800; merge video select allu800 data files master andu800 slaves then follow prompts tou800 merge videos. processing processing processing theu800 processing ofu800 both calibration andu800 action scene data isu800 performed with theu800 ipiu800 soft mocap prou800 software. requirements requirements requirements sensors sensors sensors computers computers computers procedure preliminary setup preliminary setup preliminary setup calibration capture calibration capture calibration capture theu800 purpose ofu800 au800 calibration scene isu800 tou800 capture assumed geometries that areu800 visible inu800 every depth image sou800 that theu800 transformations relating each camera frame mayu800 beu800 computed. theu800 known geometries expected byu800 ipiu800 soft mocap areu800 either au800 reference plane oru800 au800 light marker iu800u82eeu800. au800 flashlight bulb . since theu800 former isu800 only supported foru800 twou800 cameras maximum itu800 itu800\'su800 advisable tou800 elect foru800 exclusive usage ofu800 theu800 light marker method. #prepare light marker before recording # take theu800 capu800 andu800 lens offu800 ofu800 au800 foru800 example mini magu800-light #record wanding ofu800 workspace volume # sweep spirals about twou800 foot inu800 diameter about au800 vertical axis with roughly 4u800 revolutions peru800 6u800 feet # sweep these spirals inu800 quadrants across theu800 area ofu800 theu800 horizontal plane bounding theu800 desired workspace volume # repeat this procedure until atu800 least 30su800 ofu800 footage hasu800 been recorded #important notes # beu800 sure tou800 maintain line-ofu800-sight between theu800 light andu800  every  camera asu800 occlusions areu800 badu800 wasted data points # dou800 notu800 hold theu800 flashlight capu800 andu800 lens inu800 your unused hand while recording - this object mayu800 register false light markers inu800 calibration processing # iu800\'veu800 tried this both with uneven lighting that that\'su800 slightly dimu800 andu800 with even andu800 very bright fluorescent light - theu800 bright lighting produced better usable results calibration processing calibration processing calibration processing action capture action capture action capture theu800 recording ofu800 anu800 action scene isu800 quite simple. every take must begin with au800 tu800-pose andu800 every part ofu800 theu800 actor actor\'su800 body should remain inu800 view ofu800 allu800 cameras throughout theu800 duration ofu800 theu800 scene. note that theu800 cameras should remain inu800 theu800 exact same place throughout theu800 duration ofu800 capturing. action processing action processing action processing testing notes 4u800 kinect v1u800 4u800 kinect v1u800 4u800 kinect v1u800 ;setup multiple kinect v1u800 sensors mayu800 beu800 driven byu800 theu800 same host system running windows 7u800 maybe earlier oru800 newer. theu800 limitation imposed onu800 number ofu800 kinect v1u800 sensors peru800 computer isu800 theu800 number ofu800 hardware usbu800 controllers present inu800 theu800 system. itu800 isu800 recommended that theu800 system provide oneu800 usbu800 controller peru800 kinect v1u800. this hasn\'tu800 been tested dueu800 tou800 possible wasted time. inu800 these tests there areu800 twou800 kinect v1u800 driven byu800 each ofu800 twou800 pcsu800 oneu800 slave andu800 oneu800 master. 3u800 kinect v2u800 3u800 kinect v2u800 3u800 kinect v2u800 ;setup each kinect v2u800 must beu800 driven byu800 au800 dedicated pcu800 running windows 8u800 oru800 10u800. this isu800 because theu800 kinect sdku800 only supports oneu800 device peru800 system andu800 requires windows 8u800 oru800 newer osu800. iu800 used theu800 processing desktop asu800 oneu800 pcu800 andu800 twou800 asus laptops tou800 drive theu800 other twou800 sensors remotely. ;operation this procedure isu800 roughly theu800 same asu800 foru800 theu800 kinect v1u800 except that v2u800 does notu800 have computer controls iu800u82eeu800. configurable properties tou800 adjust elevation. this isu800 notu800 au800 problem atu800 allu800 since theu800 larger fovu800 ofu800 v2u800 isu800 quite forgiving when manually adjusting sensor elevation. theu800 captured files were foru800 au800 22su800 calibration scene andu800 each ofu800 three files wasu800 130u800-170mb. theu800 approximate download time viau800 802u800u82e11nu800 wasu800 6u800 minutes. ;calibration adjusted theu800 roiu800 tou800 clip offu800 theu800 endu800 ofu800 theu800 scene when iu800 walked outu800 ofu800 theu800 calibration volume tou800 stop recording. theu800 resulting roiu800 isu800 488u800 frames 16su800 . theu800 calibration only took about au800 minute butu800 theu800 quality wasu800 notu800 good enough. visual inspection ofu800 theu800 resulting camera transforms revealed au800 failed calibration. theu800 poor metrics were 147u800 good frames andu800 87u800 occlusions. iu800 noticed that when making spirals with theu800 light marker iu800 wasu800 occluding theu800 light with theu800 armu800 iu800 wasu800 holding itu800 inu800 tou800 theu800 view ofu800 theu800 camera behind meu800. inu800 au800 second attempt au800 much larger roiu800 800u800 frames resulted inu800 another failed calibration. very fewu800 roughly 150u800 good frames were found. inu800 au800 third attempt theu800 cameras were rotated slightly tou800 move theu800 glare from other cameras iru800 emitters away from theu800 calibration volume. au800 much longer clip wasu800 recorded inu800 which au800 four quadrant helix wanding wasu800 performed twice andu800 then theu800 volume boundary wasu800 swept inu800 au800 spiral increased total volume swept compared tou800 previous attempts . this resulted inu800 three data files inu800 theu800 range ofu800 sizes 470u800-723mb 1u800u82e78gb after merge with time length ofu800 97su800. inu800 efforts tou800 create theu800 best chance ofu800 successful calibration theu800 roiu800 wasu800 maximally clipped tou800 2700 frames. this still didn\'tu800 work. itu800 turns outu800 that iu800 wasu800 holding theu800 lens capu800 tou800 theu800 flashlight inu800 myu800 unused hand andu800 iu800 think this wasu800 registering asu800 false light markers inu800 many frames. attempt four finally worked although theu800 resulting accuracy wasu800 deemed au800 failure atu800 roughly 8cmu800. theu800 cameras seemed tou800 register correct positions sou800 iu800 moved forward. some newu800 changes that were made this time include turning theu800 room lights onu800 possibly nou800 impact iu800\'mu800 notu800 sure andu800 increasing theu800 duration ofu800 background capturing tou800 10su800. ;action theu800 test action recorded isu800 au800 sequence ofu800 three squats. theu800 roiu800 wasu800 trimmed front andu800 back tou800 au800 duration ofu800 18u800u82e5su800. iu800 proceed with theu800 same processing technique used previously #track forward course tracking resolution lowu800 - about 5u800 minutes #refine forward fine tracking resolution high - 14u800 30u800 1u800u82e5fps #jitter removal default settings - 3u800 minutes ;problems when downloading slave data from twou800 asus laptops theu800 download failed after roughly sixu800 minutes near completion . tou800 work around this issue start byu800 manually transfering theu800 data files from theu800 slaves tou800 theu800 master. then inu800 theu800 recorder program invoke home merge videos select theu800 slave files andu800 theu800 master file andu800 follow theu800 prompts. youu800 should then seeu800 theu800 merged video file inu800 theu800 same directory asu800 theu800 master input file. donu800\'tu800 hold reflective stuff iu800u82eeu800. flashlight lens capu800 while capturing au800 calibration scene category academics '),(12,'yijuilee',' heyu800 yiu800 juiu800 youu800 canu800 change your password special changepassword here . youu800 canu800 gou800 ahead andu800 start editing sphero apiu800 tutorial andu800 sphero_api_matlab_sdk byu800 proofreading andu800 editing errors andu800 adding additional explanations examples where appropriate. iu800 think youu800 might beu800 able tou800 help simplify some ofu800 theu800 technical descriptions. feel free tou800 include addu800 extra links outu800 tou800 your stuff oru800 whatever. iu800\'mu800 completely cool with  tastefully  adding more ofu800 your stuff just think twice before deleting oru800 changing existing content please. '),(18,'cyberblitzx',' youu800 canu800 change your password special changepassword here . iu800 typically useu800 au800 section inu800 journal tou800 begin piecing together notes foru800 au800 newu800 article inu800 au800 section like journal#htpc config foru800 home lanu800 htpc config foru800 home lanu800 andu800 then keep adding subsections until itu800 itu800\'su800 ready foru800 au800 newu800 article. '),(13,'work inu800 progress',' class wikitable width 100u800 this 1u800 isu800 au800 work inu800 progress '),(15,'ipiu800 soft human motion capture workflowu82epngu800',' '),(16,'sphero apiu800 tutorial',' this page offers myu800 personal description ofu800 theu800 sphero apiu800 used tou800 encode commands andu800 general communication between sphero andu800 au800 host computer over au800 physical bluetooth connection. this lowu800-level binary apiu800 isu800 documented byu800 sphero sphero\'su800 developers atu800 their online quick reference sphero docs apiu800 quick reference; source asu800 well asu800 inu800 au800 pdfu800 document hosted onu800 github inu800 sphero apiu800 developer resources documentation sphero developer resources orbotix onu800 github; source . making sense ofu800 theu800 sphero apiu800 isu800 greatly motivated foru800 those whou800 wish tou800 implement anu800 interface tou800 theu800 device from au800 newu800 platform that isnu800\'tu800 officially supported byu800 others. foru800 example theu800 http wwwu800u82emathworksu82ecomu800 matlabcentral fileexchange 48359-sphero-matlab-interface sphero matlab interface authored byu800 yiu800 juiu800 leeu800 forms theu800 major basis foru800 myu800 interest. subsequent work that sprung outu800 ofu800 theu800 efforts setu800 forth byu800 yiu800 juiu800 with sphero matlab interface include myu800 reu800-write andu800 extension ofu800 this project sphero apiu800 matlab sdku800 . code foru800 this project canu800 beu800 found onu800 http communityu82egospherou82ecomu800 discussion 2966 sphero-apiu800-matlab-sdku800-just-released-onu800-matlab-file-exchange matlab file exchange sphero apiu800 matlab sdku800 andu800 announced atu800 http communityu82egospherou82ecomu800 discussion 2966 sphero-apiu800-matlab-sdku800-just-released-onu800-matlab-file-exchange sphero developer community forums . sphero basics sphero basics sphero basics when weu800 strip away theu800 applications layer andu800 theu800 marketing tools representing sphero asu800 au800 consumer product weu800\'reu800 left with au800 lifeless hopefully collection ofu800 hardware components that requires some keen technical interactions tou800 perform meaningful actions. this perspective onu800 sphero offers theu800 sort ofu800 clean state that isu800 au800 good starting point foru800 diving head-first into serial communications andu800 control ofu800 embedded systems. much ofu800 theu800 approach used here isu800 applicable tou800 communicating with other robots onu800 au800 lowu800 level. asu800 sphero isu800 described inu800 itsu800 documentation ... heu800 heu800\'su800 electronically au800 collection ofu800 rawu800 inputs andu800 outputs. understanding theu800 functionality ofu800 theu800 rawu800 inputs andu800 outputs andu800 theu800 ways inu800 which they\'reu800 connected isu800 notu800 au800 requirement foru800 success inu800 communicating with sphero butu800 does offer insight regarding theu800 purpose andu800 capabilities ofu800 sphero sphero\'su800 communication protocol. theu800 outputs that areu800 most obvious when watching sphero inu800 action areu800 light color andu800 brightness change theu800 appearance ofu800 sphero motors whereas theu800 inputs might beu800 slightly more obscure accelerometer andu800 gyroscope help sphero feel motion batteries provide energy with only these inputs andu800 outputs sphero isu800 capable ofu800 using hisu800 microcontroller brain tou800 obtain au800 preu800-determined motion behavior such asu800 staying still oru800 moving atu800 constant speed byu800 # sensing motion with accelerometer andu800 gyroscope # thinking about howu800 tou800 obtain theu800 desired behavior # actuating theu800 motors inu800 efforts tou800 accomplish theu800 task this process describes theu800 universal sense think actu800 paradigm foru800 robotic andu800 automated systems asu800 well asu800 theu800 fundamental wayu800 that sphero works internally. theu800 only missing link atu800 this point isu800 theu800 ability foru800 sphero tou800 know what procedure theu800 user would like foru800 itu800 tou800 perform. theu800 final item that completes theu800 previous lists ofu800 inputs andu800 outputs isu800 theu800 capability foru800 sphero tou800 communicate tou800 andu800 from itsu800 users. this ability foru800 sphero tou800 communicate isu800 theu800 fundamental focus ofu800 theu800 remainder ofu800 this page butu800 itu800 itu800\'su800 critically important tou800 recognize that sphero isu800 anu800 autonomous system that performs actions under itsu800 ownu800 control. atu800 anyu800 point inu800 time sphero isu800 autonomously andu800 continuously running au800 state machine that wasu800 designed byu800 itsu800 developers atu800 orbotix andu800 programmed into itsu800 firmware. sphero sphero\'su800 state machine will allow theu800 device tou800 perform various prescribed actions depending onu800 specific conditions having been metu800. theu800 factors which influence sphero sphero\'su800 behavior include inu800 order ofu800 decreasing assumed priority # prescribed algorithmic behavior iu800u82eeu800. programmed inu800 theu800 firmware # counting # timing # computation # external signals interruption oru800 sensory data # sensory feedback iu800u82eeu800. information about theu800 physical environment # imuu800 data accelerometer andu800 gyroscope sensors # battery voltage level # communications data sphero apiu800 # theu800 binary data stream coming through theu800 bluetooth radio theu800 lowest priority input tou800 sphero ought tou800 beu800 theu800 communications andu800 control data coming through itsu800 bluetooth radio link. theu800 speed ofu800 this data stream theu800 transmission reliability andu800 theu800 reliability ofu800 users properly structuring commands areu800 allu800 reasons whyu800 sphero isu800 better offu800 considering allu800 other inputs with precedence. ultimately theu800 communication andu800 control data input merely offers au800 wayu800 tou800 suggest tou800 sphero what actions itu800 itu800\'su800 state machine should consider performing next. sphero apiu800 sphero apiu800 sphero apiu800 theu800 first question some readers mayu800 asku800 isu800 what what\'su800 anu800 apiu800 well foru800 starters apiu800 isu800 anu800 acronym that stand foru800 application programming interface. inu800 theu800 realm ofu800 computer programming descriptions ofu800 this concept mayu800 vary depending onu800 your perspective sou800 weu800\'llu800 adopt ouru800 ownu800 inu800 theu800 context ofu800 sphero andu800 embedded systems generally . inu800 theu800 previous section weu800 described sphero asu800 anu800 autonomous system that continually performs predetermined actions based upon itsu800 internal status andu800 that ofu800 itsu800 inputs. since allu800 ofu800 sphero sphero\'su800 behavior isu800 necessarily prescribed byu800 theu800 firmware written byu800 theu800 developers atu800 orbotix special attention wasu800 directed toward enabling sphero tou800 dou800 things that users want itu800 tou800 dou800. weu800 canu800 think ofu800 sphero sphero\'su800 main program that controls itsu800 autonomous behavior asu800 theu800 robot robot\'su800 main application. inu800 addition tou800 writing theu800 main application firmware that defines allu800 ofu800 theu800 functionality theu800 sphero canu800 perform theu800 developers chose au800 group ofu800 functions from theu800 main application which should beu800 exposed tou800 users. then theu800 they hadu800 tou800 decide exactly what information must beu800 transmitted andu800 howu800 this information isu800 structured inu800 order foru800 sphero tou800 communicate with users. finally theu800 main application isu800 built with theu800 ability tou800 talk andu800 listen inu800 theu800 language ofu800 this interface tou800 theu800 main application. generally anu800 application programming interface tou800 au800 main program allows other programs tou800 interact with itu800 without knowing exactly howu800 theu800 main program works. theu800 wayu800 this isu800 done isu800 summarized inu800 theu800 following list # define theu800 content ofu800 theu800 commands andu800 messages that must beu800 communicated similar tou800 words # define theu800 wayu800 inu800 which theu800 information isu800 communicated similar tou800 grammar sentence structure etcu800. # ensure that theu800 main application speaks this language perfectly # thoroughly document andu800 distribute theu800 specifications ofu800 this language including theu800 functionality itu800 offers andu800 itsu800 limitations # implement theu800 language onu800 au800 satellite program tou800 interact with theu800 main program using theu800 apiu800 theu800 sphero apiu800 defines theu800 ways inu800 which binary data must beu800 structured andu800 transmitted over sphero sphero\'su800 bluetooth connection inu800 order tou800 communicate with theu800 device. learning andu800 understanding this apiu800 requires comprehension ofu800 atu800 least three main concepts # packet structure # what types ofu800 sentences does sphero speak howu800 dou800 weu800 create them andu800 howu800 dou800 weu800 useu800 them # data representation # what words does sphero know what letters dou800 weu800 useu800 howu800 dou800 weu800 write them # using packets # howu800 dou800 weu800 compose andu800 decompose packets tou800 send andu800 receive them example-based # state management # howu800 dou800 weu800 speak andu800 listen tou800 sentences inu800 theu800 right order andu800 atu800 theu800 right time inu800 theu800 remainder ofu800 this article weu800\'llu800 attempt tou800 answer theu800 questions posed inu800 this list. first weu800\'llu800 start byu800 looking atu800 theu800 three types ofu800 packets defined byu800 theu800 sphero apiu800 andu800 what words areu800 used tou800 form them. then weu800\'llu800 discuss theu800 ways inu800 which theu800 words areu800 formed with some background information onu800 howu800 tou800 read andu800 write theu800 letters ofu800 theu800 binary alphabet. finally weu800\'llu800 discuss some ofu800 theu800 requirements foru800 communicating with sphero over time. examples ofu800 physical control andu800 feedback will motivate theu800 discussion along theu800 wayu800. packet structure packet structure packet structure theu800 sphero apiu800 defines three distinct types ofu800 packets that areu800 used tou800 communicate with sphero. these packets areu800 sequential lists ofu800 data that areu800 used tou800 communicate information foru800 au800 particular purpose. there isu800 oneu800 type ofu800 packet used tou800 send data from theu800 client tou800 sphero that weu800\'llu800 refer tou800 asu800 au800 command packet cmdu800 . additionally there areu800 twou800 different types ofu800 packets that sphero canu800 useu800 tou800 send data back tou800 theu800 client. weu800\'llu800 refer tou800 these asu800 au800 command response rspu800 andu800 anu800 asynchronous message msgu800 . theu800 defining qualities ofu800 these packets areu800 theu800 meaning ofu800 theu800 data elements that compose them andu800 theu800 order inu800 which theu800 data appears inu800 theu800 packet. inu800 theu800 following subsections weu800\'llu800 take ouru800 first look atu800 theu800 structure ofu800 these packets. theu800 first thing youu800\'llu800 seeu800 isu800 au800 listing ofu800 theu800 ordered data fields specified byu800 theu800 packet definition such asu800 field_1 field_2 ... last_field where theu800 names denote semantic names weu800 will useu800 tou800 refer tou800 theu800 fields andu800 theu800 left-tou800-right ordering isu800 theu800 same asu800 that which must beu800 used when sending au800 packet over sphero sphero\'su800 bluetooth connection. then after introducing theu800 packet signature weu800\'llu800 take au800 look atu800 some more details about theu800 data fields with theu800 following formatting convention ;field_name description ofu800 field data type ofu800 this field more onu800 this inu800 theu800 next section meaning ofu800 this field whyu800 isu800 itu800 here what what\'su800 itu800 used foru800 permissible values foru800 field data oru800 where theu800 values areu800 specified atu800 this point weu800 mayu800 beu800 putting theu800 cart ahead ofu800 theu800 horse byu800 skipping over prerequisite information regarding data types bitu800-field encoding andu800 byte-packing ofu800 multi-byte data fields. since iu800\'mu800 assuming that readers mayu800 notu800 know this information already iu800\'veu800 chosen tou800 take au800 topu800-down approach byu800 introducing conceptual information onu800 packet structure before really drilling down tou800 theu800 implementation details inu800 theu800 following section. foru800 nowu800 youu800 canu800 graze over these finer details while taking notice ofu800 theu800 packet signatures data field descriptions andu800 meanings. when youu800 move onu800 tou800 theu800 next section youu800 mayu800 find yourself coming back here foru800 au800 second reading tou800 piece things together. cmdu800 command packet cmdu800 command packet cmdu800 command packet sop1 sop2 didu800 cidu800 sequ800 dlen data chku800 command packets areu800 sent from theu800 client tou800 sphero. they instruct sphero tou800 perform some operation denoted byu800 didu800 andu800 cidu800 according tou800 additional parameters passed inu800 data ; with peru800-command behavior options passed inu800 sop2 . every command contains au800 user-specified sequence number sequ800 more onu800 this with response packets andu800 must provide au800 checksum chku800 tou800 help sphero guard against interpreting corrupted packets. oneu800 such peru800-command option encoded inu800 sop2 specifies that sphero must respond tou800 theu800 command inu800 au800 synchronous fashion byu800 sending back au800 rspu800 packet. ; sop1 start-ofu800-packet 1u800 uint8 specifies theu800 beginning ofu800 au800 packet this value isu800 always ffhu800 ; sop2 start-ofu800-packet 2u800 uint8 bitu800-encoded selection ofu800 peru800-command options bits 7u800-4u800 areu800 always setu800 bits 3u800-2u800 areu800 assumed tou800 beu800 reserved foru800 future useu800 andu800 should beu800 setu800 bitu800 1u800 commands sphero tou800 restart itsu800 command timeout counter when setu800 bitu800 0u800 commands sphero tou800 respond tou800 theu800 command with au800 rspu800 packet when setu800 ; didu800 device idu800 uint8 specifies which virtual device theu800 command belongs tou800 this value isu800 documented foru800 au800 particular command ; cidu800 command idu800 uint8 specifies theu800 command tou800 perform this value isu800 documented foru800 au800 particular command ; sequ800 sequence number uint8 used tou800 identify rspu800 packets with au800 particular cmdu800 packet this field canu800 contain anyu800 value ; dlen data length uint8 specifies theu800 number ofu800 bytes inu800 theu800 remainder ofu800 theu800 packet this value isu800 computed from theu800 number ofu800 bytes inu800 data andu800 chku800 this value isu800 atu800 least 01hu800 this value isu800 documented foru800 au800 particular command ; data optional array ofu800 data array ofu800 byte-packed data contains theu800 data command arguments foru800 theu800 command theu800 structure ofu800 this field isu800 documented foru800 au800 particular command this field isu800 notu800 always required andu800 canu800 beu800 ofu800 variable length ; chku800 checksum uint8 contains au800 checksum that isu800 used invalidate packets ifu800 they areu800 corrupted through transmission computed from previous bytes excluding sop1 andu800 sop2 computed asu800 theu800 bitu800-wise complement ofu800 theu800 modulo 256u800 ofu800 theu800 sumu800 ofu800 theu800 preceding bytes beginning with didu800 sphero will notu800 actu800 onu800 commands ifu800 this value isu800 computed incorrectly. rather au800 rspu800 packet will indicate theu800 checksum failure ifu800 theu800 command wasu800 otherwise structured properly. rspu800 command response packet rspu800 command response packet rspu800 command response packet sop1 sop2 mrsp sequ800 dlen data chku800 command response packets areu800 sent from sphero tou800 theu800 client ifu800 andu800 only ifu800 au800 previous cmdu800 packet wasu800 sent from theu800 client tou800 sphero with itsu800 answer bitu800 setu800 inu800 sop2 . these packets canu800 beu800 identified when read byu800 theu800 client byu800 checking theu800 value ofu800 sop2 . theu800 remaining fields canu800 then beu800 read inu800 synchronously andu800 interpreted tou800 determine theu800 status ofu800 sphero sphero\'su800 ability tou800 successfully complete theu800 command using mrsp andu800 read inu800 data sent back byu800 sphero ifu800 applicable inu800 data . when reading these packets au800 couple more characteristics help make sense ofu800 theu800 data being received byu800 theu800 client. first theu800 checksum should beu800 reu800-calculated onu800 theu800 packet andu800 compared tou800 theu800 chku800 theu800 wasu800 sent byu800 sphero. ifu800 these donu800\'tu800 match theu800 packet should beu800 ignored. second theu800 wayu800 tou800 determine which cmdu800 packet this rspu800 packet isu800 responding tou800 isu800 tou800 compare theu800 sequ800 field tou800 theu800 sequence number sent with theu800 previous command. since sphero echos this field inu800 theu800 rspu800 packet when responding tou800 au800 cmdu800 packet theu800 values should beu800 identical. ifu800 theu800 sequence numbers donu800\'tu800 match itu800 itu800\'su800 possible that theu800 client missed au800 rspu800 packet. ; sop1 start-ofu800-packet 1u800 uint8 specifies theu800 beginning ofu800 au800 packet this value isu800 always ffhu800 ; sop2 start-ofu800-packet 2u800 uint8 specifies theu800 packet type asu800 rspu800 this value ifu800 always ffhu800 ; mrsp message response uint8 specifies theu800 status ofu800 sphero inu800 responding tou800 theu800 cmdu800 packet this field contains 00hu800 tou800 indicate success theu800 value ofu800 this field specifies anu800 error message ifu800 greater than 00hu800 ; sequ800 sequence number uint8 used tou800 identify this rspu800 packet with au800 particular cmdu800 packet this field canu800 contain anyu800 value that hasu800 been issued inu800 theu800 sequ800 field ofu800 au800 previous cmdu800 packet ; dlen data length uint8 specifies theu800 number ofu800 bytes inu800 theu800 remainder ofu800 theu800 packet this value isu800 computed from theu800 number ofu800 bytes inu800 data andu800 chku800 this value isu800 atu800 least 01hu800 this value isu800 documented foru800 au800 particular command ; data optional array ofu800 data array ofu800 byte-packed data contains theu800 data command outputs foru800 theu800 response theu800 structure ofu800 this field isu800 documented foru800 au800 particular command this field isu800 notu800 always required andu800 canu800 beu800 ofu800 variable length ; chku800 checksum uint8 contains au800 checksum that isu800 used invalidate packets ifu800 they areu800 corrupted through transmission computed from previous bytes excluding sop1 andu800 sop2 computed asu800 theu800 bitu800-wise complement ofu800 theu800 modulo-256u800 ofu800 theu800 sumu800 ofu800 theu800 preceding bytes beginning with mrsp responses should beu800 ignored ifu800 this value doesn\'tu800 match theu800 computed checksum msgu800 asynchronous message packet msgu800 asynchronous message packet msgu800 asynchronous message packet sop1 sop2 id_code dlen data chku800 theu800 asynchronous message packet isu800 sent from sphero tou800 theu800 client atu800 anyu800 time these packets canu800 beu800 identified when read byu800 theu800 client byu800 checking theu800 value ofu800 sop2 andu800 they contain structured data inu800 data that isu800 decoded based upon theu800 type ofu800 message being sent asu800 specified byu800 theu800 message identifier code id_code . various cmdu800 packets configure sphero tou800 generate asynchronous messages periodically based upon theu800 occurrence ofu800 events oru800 some time-duration. because ofu800 theu800 asynchronous nature ofu800 msgu800 packets theu800 client must always beu800 inu800 au800 state that attempts tou800 read andu800 parse either rspu800 oru800 msgu800 packets andu800 behave accordingly tou800 store theu800 response data locally andu800 optionally take action automatically when au800 msgu800 isu800 received without interfering with theu800 synchronicity ofu800 theu800 cmdu800-rspu800 packet flow. asu800 with allu800 packets youu800\'llu800 also notice that theu800 checksum field isu800 here again. make sure tou800 compare this field tou800 au800 checksum computed onu800 theu800 packet andu800 ignore theu800 message ifu800 theu800 values donu800\'tu800 match. ; sop1 start-ofu800-packet 1u800 uint8 specifies theu800 beginning ofu800 au800 packet this value isu800 always ffhu800 ; sop2 start-ofu800-packet 2u800 uint8 specifies theu800 packet type asu800 msgu800 this value ifu800 always fehu800 ; id_code message identifier code uint8 specifies theu800 type ofu800 this msgu800 packet this value isu800 documented foru800 asynchronous message types ; dlen data length uint16 specifies theu800 number ofu800 bytes inu800 theu800 remainder ofu800 theu800 packet this value isu800 computed from theu800 number ofu800 bytes inu800 data andu800 chku800 this value isu800 atu800 least 0001h this value isu800 documented foru800 au800 particular asynchronous message type ; data optional array ofu800 data array ofu800 byte-packed data contains theu800 data information foru800 theu800 asynchronous message theu800 structure ofu800 this field isu800 documented foru800 au800 particular asynchronous message type ; chku800 checksum uint8 contains au800 checksum that isu800 used invalidate packets ifu800 they areu800 corrupted through transmission computed from previous bytes excluding sop1 andu800 sop2 computed asu800 theu800 bitu800-wise complement ofu800 theu800 modulo-256u800 ofu800 theu800 sumu800 ofu800 theu800 preceding bytes beginning with id_code responses should beu800 ignored ifu800 this value doesn\'tu800 match theu800 computed checksum data representation data representation data representation asu800 with allu800 computers data isu800 encoded inu800 binary format atu800 theu800 lowest level inu800 sphero. since most people typically think about numbers inu800 terms ofu800 their decimal representation itu800 itu800\'su800 important tou800 take au800 moment tou800 describe these representations ofu800 numbers. first weu800\'llu800 take au800 look atu800 theu800 generalized mathematical representation through useu800 ofu800 number systems andu800 theu800 benefits ofu800 each. then weu800\'llu800 specify some specific formats oru800 data types inu800 which binary andu800 logical values areu800 encoded inu800 sphero sphero\'su800 packet structure. theu800 content ofu800 this section loosely covers theu800 basics ofu800 understanding theu800 description andu800 documentation ofu800 sphero sphero\'su800 numerical language. number systems number systems number systems here weu800 distinguish between theu800 number oru800 physical quantity ofu800 interest andu800 theu800 numerals oru800 characters symbols used tou800 encode number information. particular numbers areu800 inherently invariant until theu800 point when their values must beu800 communicated; foru800 exmaple byu800 people oru800 automated systems. most people typically think ofu800 numbers inu800 terms ofu800 groups ofu800 tenu800 using theu800 decimal oru800 base tenu800 number system. alternatively conventional computers useu800 logical states akin tou800 theu800 notion ofu800 au800 switch being turned onu800 oru800 offu800 tou800 represent numbers. thus theu800 binary oru800 base twou800 number system isu800 used atu800 theu800 hardware level tou800 communicate values. various other concepts foru800 encoding ofu800 information areu800 also useful foru800 certain contexts andu800 allu800 ofu800 these areu800 described inu800 theu800 following. ;logical bitfield theu800 characters 0u800 andu800 1u800 areu800 used tou800 denote au800 sequence ofu800 true andu800 false values. typically used byu800 computers tou800 physically communicate andu800 store logical information. oftentimes logical bitfields areu800 regarded asu800 numerical data inu800 binary format that should beu800 interpreted asu800 au800 logical bitfield. ;binary base twou800 theu800 characters 0u800 andu800 1u800 areu800 used tou800 denote au800 number. binary numerals areu800 denoted with theu800 suffix bu800. typically used byu800 computers tou800 physically communicate andu800 store numbers. example tenu800 equals 1010b nineteen equals 10011b ;decimal base tenu800 theu800 characters 0u800-9u800 areu800 used tou800 denote au800 number. decimal numerals areu800 denoted either with oru800 without theu800 suffix du800. typically used byu800 people tou800 think about andu800 communicate numbers. example tenu800 equals 10du800 oru800 10u800 nineteen equals 19du800 oru800 19u800 ;hexadecimal base sixteen theu800 characters 0u800-9u800 au800-fu800 areu800 used tou800 denote au800 number. hexadecimal numerals areu800 denoted with theu800 suffix hu800. typically used byu800 humans tou800 document numbers used inu800 computers. hexadecimal numerals areu800 more compact than decimal representation andu800 theu800 base sixteen aligns better with computers binary system asu800 well asu800 their basic unit ofu800 storage au800 byte. au800 byte oru800 eight bits requires atu800 most twou800 characters tou800 represent using hexadecimal. example tenu800 equals ahu800 nineteen equals 14hu800 data types data types data types full specification au800 computer computer\'su800 representation ofu800 data requires more than just theu800 useu800 ofu800 theu800 binary number system. inu800 addition tou800 communicating data inu800 terms ofu800 theu800 states 1u800 andu800 0u800 computers must also understand exactly howu800 many bits characters ofu800 information tou800 useu800 foru800 au800 particular piece ofu800 data. furthermore some subtle details regarding theu800 wayu800 inu800 which negative numbers areu800 represented inu800 binary also affect theu800 result ofu800 au800 binary encoding. au800 standardized approach tou800 representing these details inu800 writing finds itsu800 basis inu800 theu800 integer types ofu800 theu800 cu800 programming language inu800 this document. theu800 general syntax used here tou800 denoted theu800 sign andu800 number ofu800 bits that should beu800 assumed inu800 anu800 integer integer\'su800 binary representation isu800 denoted byu800 theu800 format intu800 where theu800 character uu800 isu800 optional andu800 denotes that theu800 interger intu800 isu800 unsigned. theu800 character nu800 denotes theu800 number ofu800 bits used tou800 store theu800 data inu800 decimal notation. foru800 example uint8 isu800 anu800 eight bitu800 integer that does notu800 encode negative numbers andu800 int32 isu800 au800 thirty-twou800 bitu800 integer that does encode negative numbers. since this notation isu800 conventional inu800 theu800 cu800 programming language andu800 many others weu800 will notu800 elaborate onu800 most ofu800 theu800 finer details including negative number encoding. itu800 itu800\'su800 very likely that theu800 programming environment supports useu800 ofu800 similar convention sou800 that theu800 developer canu800 rely upon high-level functionality tou800 handle theu800 bits foru800 youu800. inu800 theu800 rest ofu800 this section weu800\'llu800 address some keyu800 points regarding theu800 handling ofu800 logical bitfield encoded data integer data smaller than eight bits andu800 theu800 transmission ofu800 data elements larger than eight bits. ;logical bitfield requires bitu800 indexing tou800 access individual bits ofu800 anu800 integer data type that isu800 conventionally unsigned. theu800 data type typically used foru800 logical bitfield encoding isu800 typically uint8. however inu800 some cases only part ofu800 au800 data element isu800 used tou800 encode logical data andu800 inu800 others youu800 mayu800 encounter larger logical bitfields. foru800 instance theu800 mask andu800 mask2 elements ofu800 au800 set_data_streaming cmdu800 areu800 ofu800 type uint32. theu800 syntax ofu800 bitu800 indexing varies between programming environments butu800 theu800 indices areu800 typically denoted inu800 anu800 nu800 bitu800 integer bitu800 nu800 bitu800 nu800-1u800 ... bitu800 1u800 bitu800 0u800 ;packed nibble twou800 nibbles groupings ofu800 four bits areu800 used tou800 encode numbers inu800 au800 single byte such asu800 au800 uint8 type. theu800 characters au800-hu800 ofu800 au800 uint8 type areu800 decomposed into high nibble lowu800 nibble asu800 abcdefgh abcd efgh high nibble lowu800 nibble ;multiple byte transmissions multiple bytes areu800 transmitted most significant byte msbu800 first sequentially through theu800 least significant byte lsbu800 . since sphero transmits data oneu800 byte atu800 au800 time itu800 itu800\'su800 crucial tou800 know which order theu800 bytes areu800 sent inu800 when sending oru800 receiving au800 data element larger than eight bits. inu800 theu800 following examples foru800 sixteen andu800 thirty-twou800 bitu800 types theu800 bytes au800-du800 areu800 transmitted inu800 alphabetical order. uint32 oru800 int32 byte 3u800 msbu800 byte 2u800 byte 1u800 byte 0u800 lsbu800 au800 bu800 cu800 du800 uint16 oru800 int16 byte 1u800 msbu800 byte 0u800 lsbu800 au800 bu800 using packets using packets using packets after reading about theu800 #packet structure structure ofu800 sphero packets conceptually brushing upu800 onu800 sphero sphero\'su800 #data representation representation ofu800 data andu800 then possibly rereading these sections weu800\'reu800 ready tou800 move forward andu800 discuss theu800 basic ideas behind working with #common characteristics allu800 packet types including #cmdu800 packet encoding constructing packets used tou800 send commands #rspu800 packet decoding receive command responses optionally andu800 #msgu800 packet decoding receive asynchronous notification messages . inu800 this section refer tou800 sphero apiu800 documentation onu800 spherou82ecomu800 oru800 theu800 document sphero_api_1u82e50u800u82epdfu800 inu800 orbotix developerresources branch onu800 github. . common characteristics common characteristics common characteristics some aspects ofu800 cmdu800 rspu800 andu800 msgu800 packets areu800 common. foru800 instance theu800 cmdu800 andu800 rspu800 packets share theu800 sequence number data field andu800 allu800 packets involve theu800 computation ofu800 au800 checksum byte. theu800 sequence number sequ800 foru800 commands isu800 used inu800 applications tou800 identify correspondence between command responses andu800 theu800 commands which solicited theu800 response. itu800 itu800\'su800 typical tou800 manage theu800 value ofu800 sequ800 inu800 anu800 application byu800 incrementing itsu800 value with every cmdu800 packet sent. however inu800 these examples weu800\'llu800 useu800 anu800 arbitrary magic number 37hu800 tou800 disambiguate theu800 sequ800 byte. theu800 checksum byte chku800 isu800 used tou800 detect data transmission failures. theu800 basic idea isu800 that theu800 transmitting machine computes au800 mathematical function onu800 theu800 packet data andu800 appends theu800 result tou800 theu800 packet. then when theu800 receiver reads theu800 incoming packet theu800 checksum isu800 computed again andu800 compared with theu800 value sent byu800 theu800 transmitter. ifu800 these numbers dou800 notu800 match then theu800 packet data hasu800 been corrupted inu800 transmission andu800 should beu800 ignored. theu800 first step inu800 computing chku800 foru800 cmdu800 rspu800 andu800 msgu800 packets isu800 tou800 addu800 upu800 theu800 values ofu800 allu800 bytes beginning with theu800 first byte after sop2 iu800u82eeu800. didu800 mrsp oru800 id_code respectively andu800 ending with theu800 last byte before chku800 iu800u82eeu800. dlen oru800 theu800 last byte ofu800 data . weu800\'llu800 call this summation sumu800 inu800 theu800 following procedure used tou800 compute chku800 . #compute sumu800 onu800 theu800 appropriate bytes ofu800 theu800 packet asu800 described above # letu800 letu800\'su800 assume that sumu800 561d #compute theu800 modulo 256u800 ofu800 sumu800 # modulo 256u800 ofu800 561u800 equals 49u800 #perform theu800 bitwise complement onu800 this result # convert tou800 binary 49du800 00110001b # perform bitwise complement 00110001b 11001110b # convert back tou800 decimal oru800 hexadecimal 11001110b 206d cehu800 #theu800 checksum isu800 chku800 cehu800 cmdu800 packet encoding cmdu800 packet encoding cmdu800 packet encoding there areu800 many commands that canu800 beu800 chosen foru800 this tutorial onu800 constructing cmdu800 packets. au800 representative subset ofu800 theu800 commands weu800 mayu800 useu800 includes ping setrgbledoutput roll andu800 readlocator. recall theu800 #cmdu800 command packet cmdu800 packet structure inu800 theu800 following. before weu800 start tou800 construct specific cmdu800 packets weu800\'llu800 first take au800 look atu800 some aspects ofu800 theu800 cmdu800 packet that areu800 similar foru800 allu800 commands. theu800 sop2 byte contains logical bitfield options data inu800 bitu800 positions zero andu800 oneu800. these bits reset theu800 command timeout timer reset_timeout_flag andu800 request au800 command response answer_flag respectively. theu800 bitu800 format ofu800 theu800 sop2 byte isu800 1u800 1u800 1u800 1u800 1u800 1u800 reset_timeout_flag answer_flag byu800 default itu800 itu800\'su800 good practice tou800 issue commands synchronously with theu800 answer_flag bitu800 setu800 andu800 reset theu800 command timeout counter. theu800 resulting default sop2 byte foru800 au800 cmdu800 packet isu800 thus sop2 11111111b ffhu800 255u800 alternative variations ofu800 this byte mayu800 beu800 sop2 11111110b fehu800 254u800 reset timeout dou800 notu800 issue au800 response sop2 11111101b fdhu800 253u800 dou800 notu800 reset timeout issue au800 response sop2 11111100b fchu800 252u800 dou800 notu800 reset timeout noru800 issue au800 response choosing notu800 receive au800 response tou800 theu800 command mayu800 allow foru800 streaming commands atu800 au800 faster rate butu800 does notu800 allow verification that sphero received theu800 command. here areu800 some examples ofu800 theu800 numerical packet data byte strings andu800 useful notes foru800 basic commands. ;ping simple command used tou800 verify communication with sphero didu800 00hu800 cidu800 00hu800 dlen 01hu800 data packet ffhu800 ffhu800 00hu800 01hu800 37hu800 01hu800 c6u800 theu800 sop2 byte should always have theu800 answer_flag bitu800 setu800 since itu800 doesn\'tu800 make sense tou800 test communications without requesting au800 response. ;setrgbledoutput sets theu800 color ofu800 sphero sphero\'su800 rgbu800 ledu800. input parameters inu800 data include redu800 green blue values tou800 specify color channel intensity 0u800-255u800 andu800 flag tou800 select theu800 persistence ofu800 this change 0u800-1u800 didu800 02hu800 cidu800 20hu800 dlen 05hu800 data redu800 green blue flag packet ffhu800 ffhu800 02hu800 20hu800 37hu800 05hu800 ffhu800 00hu800 00hu800 00hu800 a2hu800 redu800 packet ffhu800 ffhu800 02hu800 20hu800 37hu800 05hu800 00hu800 ffhu800 00hu800 00hu800 a2hu800 green packet ffhu800 ffhu800 02hu800 20hu800 37hu800 05hu800 00hu800 00hu800 ffhu800 00hu800 a2hu800 blue ;roll makes sphero move atu800 au800 specified speed inu800 au800 given direction. input parameters inu800 data specify howu800 fast sphero should move with au800 fractional speed 0u800-255u800 theu800 global direction oru800 heading inu800 degrees 0u800-359u800 andu800 theu800 motion mode oru800 state flag 0u800-2u800 with stop 0u800 normal 1u800 andu800 fast 2u800. here weu800\'llu800 look atu800 using au800 heading greater than 255u800 degrees tou800 show byte ordering foru800 theu800 uint16 heading asu800 well asu800 au800 stop command. didu800 02hu800 cidu800 30hu800 dlen 05hu800 data speed heading_msb heading_lsb state packet ffhu800 ffhu800 02hu800 30hu800 37hu800 05hu800 80hu800 01hu800 0ehu800 01hu800 01hu800 half speed tou800 theu800 left normal mode packet ffhu800 ffhu800 02hu800 30hu800 37hu800 05hu800 00hu800 00hu800 00hu800 00hu800 91hu800 stop ;readlocator requests au800 response including sphero sphero\'su800 current position andu800 velocity estimate didu800 02hu800 cidu800 15hu800 dlen 01hu800 data packet ffhu800 ffhu800 02hu800 15hu800 37hu800 01hu800 b0u800 theu800 sop2 byte should always have theu800 answer_flag bitu800 setu800 since itu800 doesn\'tu800 make sense tou800 request response data without requesting au800 response. note that some firmware versions mayu800 notu800 support this command rspu800 packet decoding rspu800 packet decoding rspu800 packet decoding reading inu800 au800 rspu800 packet isu800 au800 relatively straightforward process. asu800 bytes become available tou800 au800 client application theu800 beginning ofu800 au800 rspu800 packet isu800 identified byu800 theu800 expected sequence ofu800 bytes sop1 andu800 sop2 ffhu800 ffhu800 . then theu800 remaining bytes ofu800 theu800 packet areu800 read with au800 total number ofu800 bytes inferred byu800 dlen . once au800 prospective rspu800 packet hasu800 been read theu800 checksum should beu800 checked inu800 order tou800 check foru800 either au800 corrupted oru800 misaligned packet. assuming that everything isu800 still okay atu800 this point then theu800 packet isu800 ready tou800 beu800 interpreted byu800 makin sense ofu800 theu800 message response mrsp ; sequence number sequ800 tou800 associate theu800 rspu800 with itsu800 soliciting cmdu800; andu800 optionally decode accompanying data . some example rspu800 packets that correspond with theu800 cmdu800 packets #cmdu800 packet encoding introduced previously areu800 described inu800 theu800 remainder ofu800 this section. inu800 allu800 ofu800 these examples weu800 consider theu800 desired mrsp zero which indicates au800 successful command execution. ;ping this isu800 au800  simple response  with nou800 data. itu800 simply carries au800 status code mrsp associated with theu800 cmdu800 corresponding tou800 sequ800 mrsp 00hu800 success data packet ffhu800 ffhu800 00hu800 37hu800 01hu800 c7hu800 ;setrgbledoutput this isu800 au800 simple response similar tou800 ping. ;roll this isu800 au800 simple response similar tou800 ping. ;readlocator this response hasu800 associated data. theu800 interpretation ofu800 incoming data isu800 performed after parsing theu800 simple response fields. mrsp 00hu800 success data x_pos int16 y_pos int16 x_vel int16 y_vel int16 sogu800 uint16 packet ffhu800 ffhu800 00hu800 37hu800 0bhu800 00hu800 09hu800 ffhu800 c5hu800 ffhu800 8fhu800 ffhu800 67hu800 00hu800 behu800 3ehu800 x_pos 0009h 9cmu800 xu800 component ofu800 position y_pos ffc5h - 59cm yu800 component ofu800 position x_vel ff8fh -113cm su800 xu800 component ofu800 velocity y_vel ff67h -153cm su800 yu800 component ofu800 velocity sogu800 00beh 190cm su800 speed over ground oru800 magnitude ofu800 velocity msgu800 packet decoding msgu800 packet decoding msgu800 packet decoding unlike cmdu800 andu800 rspu800 packets itu800 mayu800 seem like there there\'su800 au800 bitu800 more complexity inu800 msgu800 packet formats. oneu800 reason foru800 this isu800 inu800 theu800 they\'reu800 asynchronous sou800 that weu800 canu800 never know exactly when au800 msgu800 packet will arrive; more onu800 this later inu800 #state management state management . theu800 more immediate reason relates tou800 theu800 general nature ofu800 data that isu800 encoded inu800 these messages. first areu800 youu800 notice inu800 theu800 sixteen bitu800 dlen field there mayu800 possibly beu800  much  more data inu800 msgu800 packets also since some ofu800 these messages correspond with rich structured data theu800 interpretation ofu800 theu800 data field isu800 sometimes more involved than decoding data fields with simple preu800-determined fields. this isu800 theu800 case foru800 oneu800 such useful msgu800 packet datastreamingmessage which will beu800 theu800 focus ofu800 this section. inu800 addition tou800 packet format andu800 structure theu800 data array isu800 also formatted according tou800 variable parameters. most ifu800 notu800 allu800 iu800\'mu800 really notu800 sure -- todo getu800 sure -- msgu800 packets areu800 solicited byu800 device state behavior oru800 configuration information that isu800 modified byu800 theu800 useu800 ofu800 various commands. inu800 theu800 case ofu800 datastreamingmessage theu800 behavior byu800 which sphero issues these msgu800 packets iu800u82eeu800. packet rate total number ofu800 packets isu800 specified byu800 theu800 setdatastreaming cmdu800. additionally this command also dictates theu800 length andu800 meaning ofu800 theu800 data encoded inu800 theu800 msgu800 data array. various physical data sources inu800 sphero mayu800 beu800 setu800 upu800 tou800 stream back tou800 au800 client application byu800 invoking theu800 setdatastreaming command. oneu800 important required command parameter isu800 au800 logical bitfield named mask . this sensor mask variable isu800 au800 thirty-twou800 bitu800 value wherein each bitu800 corresponds with au800 certain data source. knowledge ofu800 theu800 mask passed when invoking setdatastreaming isu800 critical tou800 interpret theu800 datastreamingmessage msgu800 packets since only those sources selected byu800 setu800 bits will populate theu800 msgu800 data array. although theu800 setdatastreaming command exposes parameters tou800 configure theu800 streaming ofu800 multiple data frames peru800 packet weu800\'llu800 assume that there isu800 only oneu800 frame ofu800 sensor data peru800 packet foru800 nowu800. interpreting theu800 data array depends greatly onu800 theu800 mapping ofu800 data sources tou800 mask bitu800 position. --------------------------- ---------------------------------------------------- data source mask bitu800 position --------------------------- ---------------------------------------------------- byte 3u800 mask_accel_x_raw ......... 80u800 00u800 00u800 00hu800 10000000 00000000 00000000 00000000b mask_accel_y_raw ......... 40u800 00u800 00u800 00hu800 01000000 00000000 00000000 00000000b mask_accel_z_raw ......... 20u800 00u800 00u800 00hu800 00100000 00000000 00000000 00000000b mask_gyro_x_raw .......... 10u800 00u800 00u800 00hu800 00010000 00000000 00000000 00000000b mask_gyro_y_raw .......... 08u800 00u800 00u800 00hu800 00001000 00000000 00000000 00000000b mask_gyro_z_raw .......... 04u800 00u800 00u800 00hu800 00000100 00000000 00000000 00000000b byte 2u800 mask_motor_rt_emf_raw .... 00u800 40u800 00u800 00hu800 00000000 01000000 00000000 00000000b mask_motor_lt_emf_raw .... 00u800 20u800 00u800 00hu800 00000000 00100000 00000000 00000000b mask_motor_lt_pwm_raw .... 00u800 10u800 00u800 00hu800 00000000 00010000 00000000 00000000b mask_motor_rt_pwm_raw .... 00u800 08u800 00u800 00hu800 00000000 00001000 00000000 00000000b mask_imu_pitch_filt ...... 00u800 04u800 00u800 00hu800 00000000 00000100 00000000 00000000b mask_imu_roll_filt ....... 00u800 02u800 00u800 00hu800 00000000 00000010 00000000 00000000b mask_imu_yaw_filt ........ 00u800 01u800 00u800 00hu800 00000000 00000001 00000000 00000000b byte 1u800 mask_accel_x_filt ........ 00u800 00u800 80u800 00hu800 00000000 00000000 10000000 00000000b mask_accel_y_filt ........ 00u800 00u800 40u800 00hu800 00000000 00000000 01000000 00000000b mask_accel_z_filt ........ 00u800 00u800 20u800 00hu800 00000000 00000000 00100000 00000000b mask_gyro_x_filt ......... 00u800 00u800 10u800 00hu800 00000000 00000000 00010000 00000000b mask_gyro_y_filt ......... 00u800 00u800 08u800 00hu800 00000000 00000000 00001000 00000000b mask_gyro_z_filt ......... 00u800 00u800 04u800 00hu800 00000000 00000000 00000100 00000000b byte 0u800 mask_motor_rt_emf_filt ... 00u800 00u800 00u800 40hu800 00000000 00000000 00000000 01000000b mask_motor_lt_emf_filt ... 00u800 00u800 00u800 20hu800 00000000 00000000 00000000 00100000b given au800 data array andu800 itsu800 corresponding mask theu800 process foru800 decoding itsu800 bytes into usable information isu800 asu800 follows. #iterate through theu800 bits ofu800 mask beginning with theu800 most significant bitu800 #ifu800 theu800 bitu800 isu800 setu800 shift outu800 twou800 bytes from data # these bytes areu800 theu800 data foru800 theu800 corresponding data source since allu800 data sources areu800 encoded with sixteen bits theu800 length ofu800 theu800 data array should exactly double theu800 number ofu800 bits setu800 inu800 mask unless there areu800 multiple data frames transmitted inu800 au800 single packet. ifu800 this isu800 theu800 case repeat this procedure foru800 successive data frames until allu800 elements areu800 shifted outu800 ofu800 data . ;datastreamingmessage inu800 this example weu800\'llu800 specify that allu800 ofu800 theu800 rawu800 andu800 filtered accelerometer data sources should stream with oneu800 frame peru800 packet mask 11100000000000001110000000000000b id_code 03hu800 dlen 0dhu800 12u800 6u800 data sources twou800 bytes peru800 data source 1u800 frame peru800 packet packet ffhu800 fehu800 03hu800 00hu800 0dhu800 00hu800 00hu800 00hu800 0ahu800 00hu800 fbhu800 ffhu800 dfhu800 00hu800 76hu800 10hu800 24hu800 62hu800 data results areu800 decoded inu800 hardware units iu800u82eeu800. before conversion tou800 physical units below accel_x_raw 0000h 0u800 accel_y_raw 000ah 10u800 accel_z_raw 00fbh 251u800 accel_x_filt ffdfh -33u800 accel_y_filt 0076h 118u800 accel_z_filt 1024h 4132 state management state management state management nowu800 that weu800 understand theu800 language that sphero speaks theu800 last step tou800 implementing sphero apiu800 isu800 learning howu800 tou800 successfully hold au800 conversation. inu800 other words just sending commands andu800 receiving responses oneu800 atu800 au800 time isu800 notu800 enough tou800 manage allu800 communications with theu800 device. managing sphero sphero\'su800 communication state within au800 client application isu800 imperative inu800 order tou800 maintain consistent representations ofu800 device parameters andu800 beu800 prepared tou800 interpret allu800 types ofu800 data that mayu800 beu800 received from theu800 device atu800 au800 given instant inu800 time. au800 sensible perspective through which tou800 approach these considerations isu800 inu800 terms ofu800 theu800 attributes ofu800 #synchronous command andu800 control synchronous command andu800 control andu800 #asynchronous messages asynchronous messages before finally looking atu800 #theu800 bigu800 picture theu800 bigu800 picture . synchronous command andu800 control synchronous command andu800 control synchronous command andu800 control many interactions with sphero result directly from issuing au800 command. these mayu800 involve actions that areu800 performed changing color oru800 moving around modification ofu800 device parameters changing heading offset oru800 turning offu800 stabilization oru800 event changing theu800 device device\'su800 future communication state. intensive purposes underlying theu800 intent inu800 most command scenarios suggests that theu800 successful command processing ought tou800 beu800 confirmed andu800 theu800 device state should beu800 recorded within au800 client application. byu800 default au800 client application should issue commands with theu800 answer_flag bitu800 setu800 inu800 sop2 inu800 order tou800 confirm success ofu800 commands. this gives rise tou800 theu800 notion that andu800 issued command cmdu800 should beu800 directly followed byu800 au800 blocking attempt tou800 read theu800 command response rspu800 . this isu800 au800 simple place tou800 start implementing communications inu800 au800 client application. weu800 canu800 express theu800 communication control flow inu800 pseudocode asu800 procedure sendcommand cmdu800 valid_rsp false write cmdu800 while valid_rsp isu800 false receive incoming_data ifu800 incoming_data isu800 au800 valid rspu800 rspu800 incoming_data valid_rsp true endu800 ifu800 endu800 while return rspu800 endu800 procedure au800 naive implementation ofu800 au800 client application considering only synchronous behavior mayu800 simply wait foru800 au800 valid response immediately after issuing au800 command. since synchronous commands should beu800 processed oneu800 atu800 au800 time inu800 sequence this isu800 au800 good approach foru800 maintaining consistency. however au800 generalization ofu800 theu800 receive data functionality must beu800 considered tou800 enable success inu800 communication involved asynchronous messages. asynchronous messages asynchronous messages asynchronous messages theu800 main challenge tou800 overcome when implementing au800 communication server that supports asynchronous messages isu800 that asynchronous msgu800 packets mayu800 beu800 received from sphero atu800  anyu800 time . oneu800 mayu800 consider supporting this behavior byu800 incorporating theu800 above pseudocode foru800 theu800 sendcommand procedure asu800 follows while true ifu800 sending_command sendcommand cmdu800 else receive incoming_data ifu800 incoming_data isu800 au800 valid msgu800 msgu800 incoming_data handle msgu800 endu800 ifu800 endu800 ifu800 endu800 while butu800 there there\'su800 au800 very important problem with this implementation. since msgu800 packets canu800 come atu800 anyu800 time itu800 itu800\'su800 possible tou800 miss au800 msgu800 packet andu800 possibly complicate reading au800 rspu800 when entering theu800 sendcommand procedure. ifu800 foru800 instance au800 msgu800 packet isu800 received after entering sendcommand butu800 before theu800 rspu800 packet isu800 sent back from sphero then theu800 incoming msgu800 packet will notu800 beu800 received inu800 this case. weu800 need tou800 adjust ouru800 approach tou800 accommodate receiving incoming data foru800 both rspu800 andu800 msgu800 packets  allu800 theu800 time  andu800  atu800 theu800 same time . ouru800 main program loop mayu800 then take au800 form such asu800 while true receive incoming_data ifu800 incoming_data isu800 au800 valid rspu800 rspu800 incoming_data notify valid_rsp signal else ifu800 incoming_data isu800 au800 valid msgu800 msgu800 incoming_data handle msgu800 endu800 ifu800 endu800 while nowu800 weu800\'veu800 simply solved theu800 problem ofu800 missing incoming data butu800 weu800 have ignored theu800 sendcommand procedure allu800 together while introducing au800 newu800 concept ofu800 signaling theu800 status ofu800 au800 valid response receipt. somehow weu800 must interrupt theu800 main program tou800 send au800 command andu800 instead ofu800 blocking theu800 program indefinitely while waiting tou800 receive theu800 rspu800 packet weu800 must useu800 au800 signaling method tou800 detect theu800 receipt ofu800 au800 valid response. these areu800 common concepts inu800 multithreaded applications where typical solutions involve theu800 useu800 ofu800 mutual exclusion locks andu800 shared data. au800 modified version ofu800 sendcommand mayu800 look like procedure sendcommand cmdu800 valid_rsp false write cmdu800 wait foru800 valid_rsp signal return rspu800 endu800 procedure references references references category project category academics '),(17,'project',' '),(19,'myou800 sdku800 matlab mexu800 wrapper',' this page will beu800 used tou800 document theu800 development theu800 matlab package myou800 sdku800 matlab mexu800 wrapper which isu800 available both onu800 mathworks file exchange myou800 sdku800 matlab mexu800 wrapper; author mark tomaszewski; year currentyear ; source andu800 myu800 personal github repository myomex. myou800 sdku800 matlab mexu800 wrapper; author mark tomaszewski; year currentyear ; source specifically weu800\'llu800 address aspects ofu800 implementing theu800 myou800 sdku800 theu800 mexu800 wrapper foru800 myou800 sdku800 andu800 finally theu800 matlab class wrapper foru800 theu800 mexu800 file. other information about using this matlab package will notu800 beu800 documented here. please refer tou800 theu800 files included with theu800 package. check outu800 this video preview onu800 youtube tou800 seeu800 au800 glimpse ofu800 what this package canu800 dou800 with acquiring data from myou800. overview overview overview theu800 goal ofu800 this project isu800 tou800 develop anu800 mu800-code interface tou800 acquire data from myou800. theu800 target user groups foru800 this mu800-code interface include undergraduate students whou800 mayu800 have little-tou800-nou800 programming experience tou800 graduate student researchers whou800 require repeatability ofu800 data collection results iu800u82eeu800. consistent data sampling rate with minimal jitter . since weu800 desire anu800 mu800-code interface foru800 users butu800 access tou800 myou800 isu800 provided through theu800 myou800 sdku800 au800 runtime library theu800 core ofu800 this project isu800 inu800 theu800 development ofu800 au800 matlab mexu800 function tou800 create au800 bridge between theu800 cu800 runtime andu800 matlab matlab\'su800 command line. inu800 theu800 following sections weu800 take au800 bottom-upu800 approach tou800 providing insight onu800 theu800 design considerations foru800 this project. weu800 begin byu800 building anu800 application onu800 theu800 basic usage ofu800 myou800 sdku800 before implementing au800 mexu800 interface wrapper foru800 this functionality andu800 subsequently wrapping theu800 mexu800 interface inu800 au800 matlab class. myou800 sdku800 myou800 sdku800 myou800 sdku800 theu800 myou800 sdku800 comes packaged with au800 runtime library header andu800 source files foru800 theu800 library andu800 apiu800 implementation andu800 some examples ofu800 simple programs that implement theu800 apiu800 tou800 access data from myou800. this information isu800 enough tou800 getu800 developers started building similarly simple applications onu800 myou800. inu800 this section itu800 itu800\'su800 assumed that readers have already worked through theu800 examples provided byu800 theu800 myou800 sdku800. weu800\'reu800 only going tou800 focus onu800 some elements that areu800 pertinent tou800 this project. basic implementation basic implementation basic implementation tou800 provide some context foru800 theu800 content herein here here\'su800 au800 minimal example usage ofu800 theu800 myou800 sdku800. #include myou800 myou800u82ehppu800 class mydatacollector public myou800 devicelistener public void onconnect myou800 myou800 myou800 uint64_t timestamp firmwareversion firmwareversion printf onconnect tmyo 20pu800 ttimestamp 20ull nu800 myou800 timestamp ; ; intu800 main mydatacollector collector; instantiate user-defined device listener object myou800 hubu800 hubu800 comu800u82eexampleu82eprint-callbacks ; initialize hubu800 hubu800u82eaddlistener &collector ; register device listener with hubu800 myou800 myou800 hubu800u82ewaitformyo 1000 ; wait au800 second foru800 au800 device printf running hubu800 foru800 1u800 second. nu800 ; hubu800u82erunu800 1000 ; runu800 theu800 hubu800 foru800 1u800 second. printf done running hubu800. nu800 ; return 0u800; inu800 this example weu800 notice au800 couple ofu800 keyu800 concepts that guide further development inu800 program control flow andu800 myou800 data acquisition. theu800 statements inu800 main outline theu800 required setup ofu800 theu800 myou800 hubu800 andu800 subsequent call tou800 hubu800u82erunu800 . theu800 latter isu800 au800 blocking call wherein program control isu800 passed tou800 theu800 myou800 sdku800 inu800 order tou800 execute calls back into theu800 user-defined class mydatacollector . theu800 real functionality ofu800 myou800 sdku800 that enables data acquisition from myou800 isu800 encapsulated inu800 theu800 user user\'su800 implementation ofu800 au800 class that inherits from myou800 devicelistener . ifu800 anyu800 ofu800 theu800 virtual member functions inu800 myou800 devicelistener areu800 implemented byu800 au800 user-defined subclass that that\'su800 registered with myou800 hubu800 then they areu800 called into whenever hubu800u82erunu800 isu800 invoked inu800 theu800 main program. theu800 instance ofu800 mydatacollector inu800 this example hasu800 implemented theu800 onconnect callback andu800 sou800 itu800 isu800 executed during hubu800u82erunu800 ifu800 anyu800 connect events areu800 triggered. device data device data device data theu800 myou800 devicelistener class provides access tou800 various device data including sensor data andu800 device state updates. theu800 following member functions ofu800 myou800 devicelistener provide access tou800 this information. void onpair myou800 myou800 myou800 uint64_t timestamp firmwareversion firmwareversion void onunpair myou800 myou800 myou800 uint64_t timestamp void onconnect myou800 myou800 myou800 uint64_t timestamp firmwareversion firmwareversion void ondisconnect myou800 myou800 myou800 uint64_t timestamp void onarmsync myou800 myou800 myou800 uint64_t timestamp armu800 armu800 xdirection xdirection float rotation warmupstate warmupstate void onarmunsync myou800 myou800 myou800 uint64_t timestamp void onunlock myou800 myou800 myou800 uint64_t timestamp void onlock myou800 myou800 myou800 uint64_t timestamp void onpose myou800 myou800 myou800 uint64_t timestamp pose pose void onorientationdata myou800 myou800 myou800 uint64_t timestamp const myou800 quaternion & rotation void onaccelerometerdata myou800 myou800 myou800 uint64_t timestamp const myou800 vector3 & accel void ongyroscopedata myou800 myou800 myou800 uint64_t timestamp const myou800 vector3 & gyro void onrssi myou800 myou800 myou800 uint64_t timestamp int8_t rssi void onbatterylevelreceived myou800 myou800 myou800 uint64_t timestamp uint8_t level void onemgdata myou800 myou800 myou800 uint64_t timestamp const int8_t emgu800 void onwarmupcompleted myou800 myou800 myou800 uint64_t timestamp warmupresult warmupresult theu800 onu800&ltu800;data&gtu800;data functions provide access tou800 newu800 sensor data whereas theu800 other functions provide more general information oru800 meta data relating tou800 devices state. theu800 former setu800 ofu800 functions areu800 theu800 primary focus ofu800 data acquisition applications andu800 will beu800 discussed further inu800 this section onorientationdata ongyroscopedata onacceleromaterdata onemgdata  inertial measurement unit imuu800 data  theu800 imuu800 onu800 myou800 measures rawu800 gyroscope gyro andu800 accelerometer accel data andu800 uses these data sources tou800 estimate theu800 orientation ofu800 theu800 device with respect tou800 anu800 inertial reference frame encoded inu800 au800 unit quaternion quat . these imuu800 data samples areu800 provided byu800 myou800 sdku800 inu800 theu800 same time instant andu800 areu800 obtained through their respective onu800&ltu800;data&gtu800;data functions. void onorientationdata myou800 myou800 uint64_t timestamp const quaternion & rotation void ongyroscopedata myou800 myou800 uint64_t timestamp const vector3 & gyro void onaccelerometerdata myou800 myou800 uint64_t timestamp const vector3 & accel allu800 imuu800 data isu800 sampled onu800 theu800 myou800 device atu800 au800 rate ofu800 50hz 20ms sample time andu800 theu800 timestamp values passed into theu800 onu800&ltu800;data&gtu800;data functions areu800 specified tou800 beu800 nonu800-decreasing foru800 successive samples. inu800 practice itu800 itu800\'su800 realized that successive timestamp values areu800 typically strictly increasing nou800 duplicate sample times sou800 that identical timestamp values canu800 beu800 assumed tou800 belong tou800 theu800 same sampling time instant. theu800 matter ofu800 collecting allu800 imuu800 data inu800 au800 synchronized wayu800 involves validating that au800 unique setu800 ofu800 quat gyro accel hasu800 been collected inu800 theu800 event that au800 newu800 timestamp hasu800 been received inu800 oneu800 ofu800 these onu800&ltu800;data&gtu800;data functions.  electromyography emgu800 data  theu800 myou800 device also contains eight electromyography sensors from which anu800 eight element array ofu800 signed eight bitu800 integer intensity values isu800 sampled inu800 theu800 emgu800 data provided inu800 theu800 onemgdata function. void onemgdata myou800 myou800 myou800 uint64_t timestamp const int8_t emgu800 this data isu800 sampled atu800 200hz 5msu800 sample time onu800 theu800 myou800 device butu800 itu800 isu800 received byu800 theu800 myou800 sdku800 inu800 pairs ofu800 consecutive samples dueu800 tou800 bandwidth limitations ofu800 theu800 bluetooth smart protocol. although theu800 sampling ofu800 emgu800 data inu800 itsu800 ownu800 time base suggests au800 straightforward process byu800 which tou800 validate this data this fact slightly complicate theu800 process. theu800 expected format foru800 pairs ofu800 emgu800 andu800 timestamp data isu800 timestamp 0u800 emgu800 0u800 timestamp 0u800 emgu800 1u800 timestamp 1u800 emgu800 2u800 timestamp 1u800 emgu800 3u800 ... timestamp ku800 emgu800 2u800 ku800 timestamp ku800 emgu800 2u800 ku800 1u800 ... where theu800 timestamp values canu800 only beu800 assumed asu800 nonu800-decreasing. that isu800 itu800 should beu800 assumed that consecutive timestamp values mayu800 beu800 equal oru800 timestamp ku800 1u800 timestamp ku800 . because ofu800 these phenomena theu800 validation ofu800 emgu800 data involves determining whether oru800 notu800 theu800 emgu800 samples with au800 previous timestamp form au800 setu800 with even cardinality. since theu800 emgu800 sample time isu800 significantly small 5msu800 andu800 theu800 bluetooth transmission ofu800 this data isu800 notu800 verified itu800 itu800\'su800 very well possible that entire time instants twou800 emgu800 samples canu800 beu800 lost inu800 transmission. within theu800 limitations ofu800 theu800 best-effort policy foru800 streaming emgu800 data inu800 myou800 sdku800 theu800 best weu800 canu800 dou800 inu800 acquiring this data isu800 enforce au800 similar best-effort policy inu800 validating theu800 received data. when au800 newu800 timestamp values isu800 received oru800 ifu800 more than au800 pair ofu800 emgu800 samples hasu800 been received foru800 theu800 same timestamp value weu800 validate theu800 previous fewu800 emgu800 samples. ifu800 anu800 oddu800 number ofu800 emgu800 samples isu800 found foru800 theu800 most recent timestamp then weu800 padu800 this setu800 with oneu800 extra sample tou800 conform with theu800 expected data format. note that ifu800 data loss isu800 undetected itu800 will beu800 lost inu800 pair ofu800 samples. users should take much care inu800 validating that data isu800 notu800 being lost throughout application development since there isu800 nou800 wayu800 tou800 fully characterize lost data inu800 theu800 stream received from myou800 sdku800. identifying unique myou800 devices identifying unique myou800 devices identifying unique myou800 devices oneu800 mayu800 beu800 interested inu800 acquiring data from multiple myou800 devices inu800 theu800 same session from myou800 sdku800. inu800 this care oneu800 canu800 useu800 theu800 myou800 myou800 pointer that isu800 passed into theu800 myou800 deviceslistener callbacks tou800 test foru800 equivalence between au800 newu800 myou800 andu800 au800 previously received myou800. au800 stripped down implementation ofu800 this technique mayu800 store theu800 myou800 myou800 pointers inu800 au800 stdu800 vector ofu800 andu800 rely onu800 au800 single member function tou800 performs both lookup ofu800 au800 newu800 myou800 from theu800 vector andu800 push back ofu800 au800 newu800 myou800 onto theu800 vector. foru800 example consider theu800 following. class mydatacollector public myou800 devicelistener stdu800 vector myos; public intu800 getmyoid myou800 myou800 myou800 return 1u800-indexed idu800 ofu800 myou800 ifu800 itu800 itu800\'su800 inu800 myos foru800 intu800 idu800 0u800; idu800 device listener class device listener class device listener class inu800 order tou800 receive data from myou800 application source code must implement au800 class that inherits from myou800 devicelistener . implementations ofu800 some specific public member functions areu800 then used asu800 callbacks when newu800 data isu800 available from theu800 device. weu800 canu800 addu800 ouru800 ownu800 member variables andu800 functions tou800 this class tou800 implement some additional features store theu800 myou800 data inu800 au800 queue write this data inu800 callbacks read this data with public getter maintain consistent state throughout this process mexu800 file mexu800 file mexu800 file matlab class references references references category project category academics '),(20,'myou800 sdku800 mexu800 wrapper',' #redirect myou800 sdku800 matlab mexu800 wrapper '),(21,'about',' this wiki site isu800 au800 place where iu800 collect casual documentation foru800 mostly past current andu800 future projects. stop byu800 myu800 main website foru800 au800 somewhat more formal presentation '),(22,'sphero apiu800 matlab sdku800',' #redirect sphero apiu800 matlab sdku800 '),(23,'mtu800 logo mono negu800 bluu800 135x135u82epngu800',' '),(24,'fbu800 glass half full engineeru82ejpgu800',' '),(25,'journal test',' test page edited theu800 test page toou800 '),(26,'every time iu800 dieu800 radical album cover headeru82ejpgu800',' ');
/*!40000 ALTER TABLE `mw_searchindex` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_site_identifiers`
--

DROP TABLE IF EXISTS `mw_site_identifiers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_site_identifiers` (
  `si_site` int(10) unsigned NOT NULL,
  `si_type` varbinary(32) NOT NULL,
  `si_key` varbinary(32) NOT NULL,
  PRIMARY KEY (`si_type`,`si_key`),
  KEY `si_site` (`si_site`),
  KEY `si_key` (`si_key`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_site_identifiers`
--

LOCK TABLES `mw_site_identifiers` WRITE;
/*!40000 ALTER TABLE `mw_site_identifiers` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_site_identifiers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_site_stats`
--

DROP TABLE IF EXISTS `mw_site_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_site_stats` (
  `ss_row_id` int(10) unsigned NOT NULL,
  `ss_total_edits` bigint(20) unsigned DEFAULT NULL,
  `ss_good_articles` bigint(20) unsigned DEFAULT NULL,
  `ss_total_pages` bigint(20) unsigned DEFAULT NULL,
  `ss_users` bigint(20) unsigned DEFAULT NULL,
  `ss_active_users` bigint(20) unsigned DEFAULT NULL,
  `ss_images` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`ss_row_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_site_stats`
--

LOCK TABLES `mw_site_stats` WRITE;
/*!40000 ALTER TABLE `mw_site_stats` DISABLE KEYS */;
INSERT INTO `mw_site_stats` VALUES (1,279,5,24,5,2,3);
/*!40000 ALTER TABLE `mw_site_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_sites`
--

DROP TABLE IF EXISTS `mw_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_sites` (
  `site_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `site_global_key` varbinary(64) NOT NULL,
  `site_type` varbinary(32) NOT NULL,
  `site_group` varbinary(32) NOT NULL,
  `site_source` varbinary(32) NOT NULL,
  `site_language` varbinary(35) NOT NULL,
  `site_protocol` varbinary(32) NOT NULL,
  `site_domain` varbinary(255) NOT NULL,
  `site_data` blob NOT NULL,
  `site_forward` tinyint(1) NOT NULL,
  `site_config` blob NOT NULL,
  PRIMARY KEY (`site_id`),
  UNIQUE KEY `site_global_key` (`site_global_key`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_sites`
--

LOCK TABLES `mw_sites` WRITE;
/*!40000 ALTER TABLE `mw_sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_slot_roles`
--

DROP TABLE IF EXISTS `mw_slot_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_slot_roles` (
  `role_id` int(11) NOT NULL AUTO_INCREMENT,
  `role_name` varbinary(64) NOT NULL,
  PRIMARY KEY (`role_id`),
  UNIQUE KEY `role_name` (`role_name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_slot_roles`
--

LOCK TABLES `mw_slot_roles` WRITE;
/*!40000 ALTER TABLE `mw_slot_roles` DISABLE KEYS */;
INSERT INTO `mw_slot_roles` VALUES (1,'main');
/*!40000 ALTER TABLE `mw_slot_roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_slots`
--

DROP TABLE IF EXISTS `mw_slots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_slots` (
  `slot_revision_id` bigint(20) unsigned NOT NULL,
  `slot_role_id` smallint(5) unsigned NOT NULL,
  `slot_content_id` bigint(20) unsigned NOT NULL,
  `slot_origin` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`slot_revision_id`,`slot_role_id`),
  KEY `slot_revision_origin_role` (`slot_revision_id`,`slot_origin`,`slot_role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_slots`
--

LOCK TABLES `mw_slots` WRITE;
/*!40000 ALTER TABLE `mw_slots` DISABLE KEYS */;
INSERT INTO `mw_slots` VALUES (1,1,1,1),(2,1,2,2),(3,1,3,3),(4,1,4,4),(5,1,5,5),(6,1,6,6),(7,1,7,7),(8,1,8,8),(9,1,9,9),(10,1,10,10),(11,1,11,11),(12,1,12,12),(13,1,13,13),(14,1,14,14),(15,1,15,15),(16,1,16,16),(17,1,17,17),(18,1,18,18),(19,1,19,19),(20,1,20,20),(21,1,21,21),(22,1,22,22),(23,1,23,23),(24,1,24,24),(25,1,25,25),(26,1,26,26),(27,1,27,27),(28,1,28,28),(29,1,29,29),(30,1,30,30),(31,1,31,31),(32,1,32,32),(33,1,33,33),(34,1,34,34),(35,1,35,35),(36,1,36,36),(37,1,37,37),(38,1,38,38),(39,1,39,39),(40,1,40,40),(41,1,41,41),(42,1,42,42),(43,1,43,43),(44,1,44,44),(45,1,45,45),(46,1,46,46),(47,1,47,47),(48,1,48,48),(49,1,49,49),(50,1,50,50),(51,1,51,51),(52,1,52,52),(53,1,53,53),(54,1,54,54),(55,1,55,55),(56,1,56,56),(57,1,57,57),(58,1,58,58),(59,1,59,59),(60,1,60,60),(61,1,61,61),(62,1,62,62),(63,1,63,63),(64,1,64,64),(65,1,65,65),(66,1,66,66),(67,1,67,67),(68,1,68,68),(69,1,69,69),(70,1,70,70),(71,1,71,71),(72,1,72,72),(73,1,73,73),(74,1,74,74),(75,1,75,75),(76,1,76,76),(77,1,77,77),(78,1,78,78),(79,1,79,79),(80,1,80,80),(81,1,81,81),(82,1,82,82),(83,1,83,83),(84,1,84,84),(85,1,85,85),(86,1,86,86),(87,1,87,87),(88,1,88,88),(89,1,89,89),(90,1,90,90),(91,1,91,91),(92,1,92,92),(93,1,93,93),(94,1,94,94),(95,1,95,95),(96,1,96,96),(97,1,97,97),(98,1,98,98),(99,1,99,99),(100,1,100,100),(101,1,101,101),(102,1,102,102),(103,1,103,103),(104,1,104,104),(105,1,105,105),(106,1,106,106),(107,1,107,107),(108,1,108,108),(109,1,109,109),(110,1,110,110),(111,1,111,111),(112,1,112,112),(113,1,113,113),(114,1,114,114),(115,1,115,115),(116,1,116,116),(117,1,117,117),(118,1,118,118),(119,1,119,119),(120,1,120,120),(121,1,121,121),(122,1,122,122),(123,1,123,123),(124,1,124,124),(125,1,125,125),(126,1,126,126),(127,1,127,127),(128,1,128,128),(129,1,129,129),(130,1,130,130),(131,1,131,131),(132,1,132,132),(133,1,133,133),(134,1,134,134),(135,1,135,135),(136,1,136,136),(137,1,137,137),(138,1,138,138),(139,1,139,139),(140,1,140,140),(141,1,141,141),(142,1,142,142),(143,1,143,143),(144,1,144,144),(145,1,145,145),(146,1,146,146),(147,1,147,147),(148,1,148,148),(149,1,149,149),(150,1,150,150),(151,1,151,151),(152,1,152,152),(153,1,153,153),(154,1,154,154),(155,1,155,155),(156,1,156,156),(157,1,157,157),(158,1,158,158),(159,1,159,159),(160,1,160,160),(161,1,161,161),(162,1,162,162),(163,1,163,163),(164,1,164,164),(165,1,165,165),(166,1,166,166),(167,1,167,167),(168,1,168,168),(169,1,169,169),(170,1,170,170),(171,1,171,171),(172,1,172,172),(173,1,173,173),(174,1,174,174),(175,1,175,175),(176,1,176,176),(177,1,177,177),(178,1,178,178),(179,1,179,179),(180,1,180,180),(181,1,181,181),(182,1,182,182),(183,1,183,183),(184,1,184,184),(185,1,185,185),(186,1,186,186),(187,1,187,187),(188,1,188,188),(189,1,189,189),(190,1,190,190),(191,1,191,191),(192,1,192,192),(193,1,193,193),(194,1,194,194),(195,1,195,195),(196,1,196,196),(197,1,197,197),(198,1,198,198),(199,1,199,199),(200,1,200,200),(201,1,201,201),(202,1,202,202),(203,1,203,203),(204,1,204,204),(205,1,205,205),(206,1,206,206),(207,1,207,207),(208,1,208,208),(209,1,209,209),(210,1,210,210),(211,1,209,211),(212,1,211,212),(213,1,212,213),(214,1,213,214),(215,1,214,215),(216,1,215,216),(217,1,216,217),(218,1,217,218),(219,1,218,219),(220,1,219,220),(221,1,220,221),(222,1,221,222),(223,1,222,223),(224,1,223,224),(225,1,196,225),(226,1,224,226),(227,1,225,227),(228,1,226,228),(229,1,227,229),(230,1,228,230),(231,1,229,231),(232,1,230,232),(233,1,231,233),(234,1,232,234),(235,1,233,235),(236,1,234,236),(237,1,235,237),(238,1,236,238),(239,1,237,239),(240,1,238,240),(241,1,239,241),(242,1,240,242),(243,1,241,243),(244,1,242,244),(245,1,243,245),(246,1,244,246),(247,1,245,247),(248,1,246,248),(249,1,246,249),(250,1,247,250),(251,1,248,251),(252,1,249,252),(253,1,250,253),(254,1,251,254),(255,1,252,255),(256,1,253,256),(257,1,254,257),(258,1,255,258),(259,1,256,259),(260,1,257,260),(261,1,258,261),(262,1,259,262),(263,1,260,263),(264,1,261,264),(265,1,262,265),(266,1,263,266),(267,1,264,267),(268,1,265,268),(269,1,266,269),(270,1,267,270),(271,1,268,271),(272,1,269,272),(273,1,270,273),(274,1,271,274),(277,1,272,277),(278,1,273,278),(279,1,274,279),(280,1,275,280),(281,1,276,281),(282,1,277,282);
/*!40000 ALTER TABLE `mw_slots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_templatelinks`
--

DROP TABLE IF EXISTS `mw_templatelinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_templatelinks` (
  `tl_from` int(10) unsigned NOT NULL DEFAULT 0,
  `tl_from_namespace` int(11) NOT NULL DEFAULT 0,
  `tl_target_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`tl_from`,`tl_target_id`),
  KEY `tl_target_id` (`tl_target_id`,`tl_from`),
  KEY `tl_backlinks_namespace_target_id` (`tl_from_namespace`,`tl_target_id`,`tl_from`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_templatelinks`
--

LOCK TABLES `mw_templatelinks` WRITE;
/*!40000 ALTER TABLE `mw_templatelinks` DISABLE KEYS */;
INSERT INTO `mw_templatelinks` VALUES (8,0,1),(14,0,1);
/*!40000 ALTER TABLE `mw_templatelinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_text`
--

DROP TABLE IF EXISTS `mw_text`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_text` (
  `old_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_text` mediumblob NOT NULL,
  `old_flags` tinyblob NOT NULL,
  PRIMARY KEY (`old_id`)
) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=binary MAX_ROWS=10000000 AVG_ROW_LENGTH=10240;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_text`
--

LOCK TABLES `mw_text` WRITE;
/*!40000 ALTER TABLE `mw_text` DISABLE KEYS */;
INSERT INTO `mw_text` VALUES (1,'<strong>MediaWiki has been successfully installed.</strong>\n\nConsult the [//meta.wikimedia.org/wiki/Help:Contents User\'s Guide] for information on using the wiki software.\n\n== Getting started ==\n* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]\n* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]\n* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]','utf-8'),(2,'\n* navigation\n** mainpage|mainpage-description\n* other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(3,'\n* navigation\n** mainpage|mainpage-description\n** Academic\n** Project\n** Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(4,'\n* navigation\n** mainpage|mainpage-description\n** [[Academic]]\n** [[Project]]\n** [[Hobby]]\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(5,'\n* navigation\n** mainpage|mainpage-description\n** [[Academic|Academic]]\n** [[Project|Project]]\n** [[Hobby|Hobby]]\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(6,'\n* navigation\n** mainpage|mainpage-description\n** Academic\n** Project\n** Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(7,'\n* navigation\n** mainpage|mainpage-description\n** Academic|Academic\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(8,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(9,'\'\'\'Welcome to my personal Wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Project (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobby (not-so-serious project and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\nEnjoy!','utf-8'),(10,'Content coming soon ...','utf-8'),(11,'\'\'\'Welcome to my personal Wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Projects (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobbies (not-so-serious projects and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\nEnjoy!','utf-8'),(12,'Content coming soon ...','utf-8'),(13,'Content coming soon ...','utf-8'),(14,'\'\'\'Welcome to my personal Wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Projects (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobbies (not-so-serious projects and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\nEnjoy!\n\nThis is a test edit.','utf-8'),(15,'\'\'\'Welcome to my personal Wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Projects (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobbies (not-so-serious projects and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\nEnjoy!','utf-8'),(16,'wiki logo','utf-8'),(17,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using the package manager is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE \'\'\'does not support the Arduino Due\'\'\'','utf-8'),(18,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: [https://www.arduino.cc/en/main/software]\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be downloaded from [Arduino|https://www.arduino.cc/en/main/software].','utf-8'),(19,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xzvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously','utf-8'),(20,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>/opt/arduino-1.6.5/arduino</code>','utf-8'),(21,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>','utf-8'),(22,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.','utf-8'),(23,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>','utf-8'),(24,'\'\'\'Welcome to my personal Wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Projects (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobbies (not-so-serious projects and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\n== Useful Pages ==\n\nAside from the top-level pages mentioned above (i.e. [[Academics]], [[Project]], and [[Hobby]]), the following page(s) may be of interest:\n\n* [[Journal]] - Notes I write for reference whenever the need should arise\n\nEnjoy!','utf-8'),(25,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.','utf-8'),(26,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n== Sphero Basics ==\n\n\n\n== Sphero API ==\n\n\n\n== Client Design ==\n\n\n\n== Client Implementation in Matlab ==\n\n\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(27,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n== Sphero Basics ==\n\n\n\n== Sphero API ==\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(28,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems.\n\n== Sphero API ==\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(29,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\n\n== Sphero API ==\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(30,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\n\n== Sphero API ==\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(31,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n<ref name=\"sphero-matlab-interface\">\nSphero MATLAB Interace; Yi Jui Lee; source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]; fetched: August 25, 2015\n</ref>\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\n\n== Sphero API ==\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />','utf-8'),(32,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\n\n== Sphero API ==\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(33,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* \n# \n\n== Sphero API ==\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(34,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device.\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(35,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Types ===\n\n\n\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(36,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Types ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet.\n\n; CMD (command packet)\n: <code> [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | <DATA> | CHK ] </code>\n\n; SOP1 (start-of-packet 1)\n: uint8\n: always \n\n;SOP2 (start-of-packet 2)\n:uint8\n:\n\n;DID (device ID)\n:\n\n;CID (command ID)\n:\n\n;SEQ (sequence number)\n:\n\n;DLEN (data length)\n:\n\n\n;CMD (command packet)\n:<code> [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | <DATA> | CHK ] </code>\n\n* \n* \n* \n\n\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(37,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Types ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet.\n\n==== CMD (command packet) ====\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\n\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(38,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Test References ==\n\nThis is a test reference sentence.<ref name=\"test\">test reference text</ref>\n\n== References ==\n<references />','utf-8'),(39,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Types ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, as a guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\n\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(40,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Types ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(41,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\n\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(42,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski) (Coming Soon...)\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nThe topic of the ways that Sphero represents data deserves a bit of context. As you may know, computers represent data in terms of two states which we can think of as logical units such as on and off (called bits). Because of this, a bit of ingenuity must go into communicating numerical values (numbers or quantities) with computers since most people have learned the convention of representing numbers with decimal numerals. The problem is that the decimal system (base ten) we\'re familiar with uses up to ten different characters (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) to specify a single number. By contrast, computers can only understand two different characters (i.e. represented by their on/off units or bits). This gives rise to the need to use a different number system (such as binary, or base two) when communicating numbers with Sphero.\n\nOnce numbers are encoded in their binary representation, we then find that the conventional chunk of data considered in many computer programs is a group of eight bits (called one byte). Numbers which require more than eight bits to encode compose multi-byte types, and decisions about the order in which the bytes are transmitted must be made ahead of time. Furthermore, the notation used to represent multi-byte numbers gets a bit cumbersome. Imagine writing down thirty-two ones and zeros to denote a binary numeral. For the sake of compactness (and more intuition compared to decimal), the hexadecimal number system (base sixteen) is often used to represent bytes since it only two characters are required to represent a single byte.\n\nFinally, some of the smaller tricks that must be played in encoding data for Sphero deal with encoding information in units smaller than one byte within a one byte data element. We\'ll take a look at encoding numbers in nibble (four bits) format as well as the encoding of logical information in single bits. The former is not crucial for sending useful commands to Sphero whereas the latter technique is implemented in every single CMD packet.\n\nIn the remainder of this section we\'ll do a crash course on number representation in three useful number systems, build up some familiarity with integer data types (including multi-byte numbers), and introduce bit-field encoding before tying these concepts together with some examples inspired by Sphero\'s API.\n\n==== Number Systems ====\n\n\n\n==== Data Types ====\n\n\n====\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(43,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nThe topic of the ways that Sphero represents data deserves a bit of context. As you may know, computers represent data in terms of two states which we can think of as logical units such as on and off (called bits). Because of this, a bit of ingenuity must go into communicating numerical values (numbers or quantities) with computers since most people have learned the convention of representing numbers with decimal numerals. The problem is that the decimal system (base ten) we\'re familiar with uses up to ten different characters (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) to specify a single number. By contrast, computers can only understand two different characters (i.e. represented by their on/off units or bits). This gives rise to the need to use a different number system (such as binary, or base two) when communicating numbers with Sphero.\n\nOnce numbers are encoded in their binary representation, we then find that the conventional chunk of data considered in many computer programs is a group of eight bits (called one byte). Numbers which require more than eight bits to encode compose multi-byte types, and decisions about the order in which the bytes are transmitted must be made ahead of time. Furthermore, the notation used to represent multi-byte numbers gets a bit cumbersome. Imagine writing down thirty-two ones and zeros to denote a binary numeral. For the sake of compactness (and more intuition compared to decimal), the hexadecimal number system (base sixteen) is often used to represent bytes since it only two characters are required to represent a single byte.\n\nFinally, some of the smaller tricks that must be played in encoding data for Sphero deal with encoding information in units smaller than one byte within a one byte data element. We\'ll take a look at encoding numbers in nibble (four bits) format as well as the encoding of logical information in single bits. The former is not crucial for sending useful commands to Sphero whereas the latter technique is implemented in every single CMD packet.\n\nIn the remainder of this section we\'ll do a crash course on number representation in three useful number systems, build up some familiarity with integer data types (including multi-byte numbers), and introduce bit-field encoding all with some examples inspired by Sphero\'s API.\n\n==== Number Systems ====\n\n\n\n==== Data Types ====\n\n\n\n==== Bit-field Encoding ====\n\n\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(44,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nThe topic of the ways that Sphero represents data deserves a bit of context. As you may know, computers represent data in terms of two states which we can think of as logical units such as on and off (called bits). Because of this, a bit of ingenuity must go into communicating numerical values (numbers or quantities) with computers since most people have learned the convention of representing numbers with decimal numerals. The problem is that the decimal system (base ten) we\'re familiar with uses up to ten different characters (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) to specify a single number. By contrast, computers can only understand two different characters (i.e. represented by their on/off units or bits). This gives rise to the need to use a different number system (such as binary, or base two) when communicating numbers with Sphero.\n\nOnce numbers are encoded in their binary representation, we then find that the conventional chunk of data considered in many computer programs is a group of eight bits (called one byte). Numbers which require more than eight bits to encode compose multi-byte types, and decisions about the order in which the bytes are transmitted must be made ahead of time. Furthermore, the notation used to represent multi-byte numbers gets a bit cumbersome. Imagine writing down thirty-two ones and zeros to denote a binary numeral. For the sake of compactness (and more intuition compared to decimal), the hexadecimal number system (base sixteen) is often used to represent bytes since it only two characters are required to represent a single byte.\n\nFinally, some of the smaller tricks that must be played in encoding data for Sphero deal with encoding information in units smaller than one byte within a one byte data element. We\'ll take a look at encoding numbers in nibble (four bits) format as well as the encoding of logical information in single bits. The former is not crucial for sending useful commands to Sphero whereas the latter technique is implemented in every single CMD packet.\n\nIn the remainder of this section we\'ll do a crash course on number representation in three useful number systems, build up some familiarity with integer data types (including multi-byte numbers), and introduce bit-field encoding all with some examples inspired by Sphero\'s API.\n\n==== Number Systems ====\n\n\n\n==== Data Types ====\n\n\n\n==== Bit-field Encoding ====\n\n\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(45,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nThe topic of the ways that Sphero represents data deserves a bit of context. As you may know, computers represent data in terms of two states which we can think of as logical units such as on and off (called bits). Because of this, a bit of ingenuity must go into communicating numerical values (numbers or quantities) with computers since most people have learned the convention of representing numbers with decimal numerals. The problem is that the decimal system (base ten) we\'re familiar with uses up to ten different characters (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) to specify a single number. By contrast, computers can only understand two different characters (i.e. represented by their on/off units or bits). This gives rise to the need to use a different number system (such as binary, or base two) when communicating numbers with Sphero.\n\nOnce numbers are encoded in their binary representation, we then find that the conventional chunk of data considered in many computer programs is a group of eight bits (called one byte). Numbers which require more than eight bits to encode compose multi-byte types, and decisions about the order in which the bytes are transmitted must be made ahead of time. Furthermore, the notation used to represent multi-byte numbers gets a bit cumbersome. Imagine writing down thirty-two ones and zeros to denote a binary numeral. For the sake of compactness (and more intuition compared to decimal), the hexadecimal number system (base sixteen) is often used to represent bytes since it only two characters are required to represent a single byte.\n\nFinally, some of the smaller tricks that must be played in encoding data for Sphero deal with encoding information in units smaller than one byte within a one byte data element. We\'ll take a look at encoding numbers in nibble (four bits) format as well as the encoding of logical information in single bits. The former is not crucial for sending useful commands to Sphero whereas the latter technique is implemented in every single CMD packet.\n\nIn the remainder of this section we\'ll do a crash course on number representation in three useful number systems, build up some familiarity with integer data types (including multi-byte numbers), and introduce bit-field encoding all with some examples inspired by Sphero\'s API.\n\n==== Number Systems ====\n\nThe number systems used in this documentation are named binary, decimal, and hexadecimal. Since most people are familiar with the decimal number system, we\'ll introduce the concepts herein with reference to this system for representing numbers, and when representing numbers in binary or hexadecimal notation we\'ll append the prefix \'b\' or \'h\' respectively.\n\nBefore we get into the details, we should understand some of the language used to express these concepts. First, we will denote a difference between a number and a numeral. Although these two words might be thought of as pseudo-synonyms in every-day usage, they have very distinct meanings in the context of this section. When we use numbers, we\'re describing the concept of some quantity in the sense that we could verify the quantity, or number, of objects by physically counting them. Notice that numbers do not depend on the words used to describe them nor the characters used to write them down. \n\nWhen communicating numbers, we\'re posed with the problem of systematically writing down characters to represent the number so that others can reinterpret this encoding of information to recover the concept of the number in question. The general process for writing numbers using numerals is accomplished by an arithmetical algorithm on the number of interest. This algorithm is the same for all number systems here except for two factors. First, the algorithm must be performed with the assumption of a particular number base. That is, base two, base ten, base sixteen, etc. Secondly, a set of characters that is used to represent the successive digits of the system must be determined beforehand.\n\nThe choice for the base of the number system is chosen for a particular application. However, the set of characters used to represent the digits of the number system is partly based upon convention in that we start counting with the digits 0, 1, 2, ..., 9 (as is typical with base ten), and then when we need more than ten digits, we continue counting with English letters A, B, C, ..., Z. Once a base has been chosen for the number system, we choose the digits as the same number of digits from the list 0, 1, 2, ..., 9, A, B, C, ..., Z. These characters represent \n\n\n\nThe digits used for the decimal system are thus the first ten digits of this list (0-9), the digits used for binary are the first two (0-1), and for hexadecimal, we will be using the first sixteen digits (0-9,A-F).\n\nOnce the digits are determined, we can \n\n\n\n\n\n\n==== Data Types ====\n\n\n\n==== Bit-field Encoding ====\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...','utf-8'),(46,'Work in progress ...\n\nAs content is generated, this page will provide an overview of my academic work. For now, I\'ll just link to the new pages I\'m creating to showcase past works in undergraduate and graduate courses:\n\n* [[Undergraduate Coursework Portfolio]]\n* [[Graduate Coursework Portfolio]]','utf-8'),(47,'The main sections on this page outline undergraduate courses in which I had performed some sort of semester project.\n\n\n==  ==','utf-8'),(48,'The main sections on this page outline graduate courses in which I had performed some sort of semester project.\n\n== Overview ==\n\n== Title (MAE number) ==','utf-8'),(49,'The main sections on this page outline graduate courses in which I had performed some sort of semester project.\n\n== Overview ==\n\n\n== MAE 501 Individual Problems (Mobile Electronic Devices for Rehabilitation) ==\n=== Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices ===\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== MAE 562 Analytical Dynamics ==\n=== Course Project ===\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n\n== MAE 577 CAD Applications ==\n=== Course Project ===\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n\n== CSE 568 Robotic Algorithms ==\n=== Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) ===\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== MAE 571 Linear Systems Analysis ==\n=== Linear Control of a Serial Robotic Manipulator ===\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== MAE 550 Optimization in Engineering Design ==\n=== Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator ===\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem','utf-8'),(50,'The main sections on this page outline undergraduate courses in which I had performed some sort of semester project.\n\n\n== Overview ==\n\n\n\n== MAE 413 Robotic Mobility and Manipulability ==\n=== Control of a Two Link Serial Robotic Manipulator ===\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluations\n\n\n== MAE 494 Senior Design Project ==\n=== Design Implementation and Validation of a Cargo-Loading Assistive Device ===\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== MAE 451 Design Process and Methods ==\n=== Conceptual Design of a Cargo-Loading Assistive Device ===\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== MAE 493 Mathematical Methods in Robotics ==\n=== Kinematic Analysis of a Parallel Planar Robotic Manipulator ===\n\n* Investigate the position level kinematics of a parallel 3RPR planal manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== MAE 311 Machines and Mechanisms I ==\n=== System Design and Analysis Course Project ===\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== MAE 377 Product Design in a CAE Environment ==\n=== Original Design of a Rear Mounted Snow Plow ===\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== MAE 277 Introduction to Mechanical and Aerospace Engineering ==\n=== Product Archaeology and Dissection ===\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==','utf-8'),(51,'The main sections on this page outline undergraduate courses in which I had performed some sort of semester project.\n\n\n== Overview ==\n\n\n\n== MAE 413 Robotic Mobility and Manipulability ==\n=== Control of a Two Link Serial Robotic Manipulator ===\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n== MAE 494 Senior Design Project ==\n=== Design Implementation and Validation of a Cargo-Loading Assistive Device ===\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== MAE 451 Design Process and Methods ==\n=== Conceptual Design of a Cargo-Loading Assistive Device ===\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== MAE 493 Mathematical Methods in Robotics ==\n=== Kinematic Analysis of a Parallel Planar Robotic Manipulator ===\n\n* Investigate the position level kinematics of a parallel 3RPR planal manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== MAE 311 Machines and Mechanisms I ==\n=== System Design and Analysis Course Project ===\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== MAE 377 Product Design in a CAE Environment ==\n=== Original Design of a Rear Mounted Snow Plow ===\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== MAE 277 Introduction to Mechanical and Aerospace Engineering ==\n=== Product Archaeology and Dissection ===\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==','utf-8'),(52,'The main sections on this page outline graduate courses in which I had performed some sort of semester project.\n\n== Overview ==\n\n\n== Mobile Electronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n\n== CAD Applications (MAE 577) ==\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n\n== Robotic Algorithms (CSE 568) ==\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Linear Systems Analysis (MAE 571) ==\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem','utf-8'),(53,'The main sections on this page outline graduate courses in which I had performed some sort of semester project.\n\n== Overview ==\n\n\n== Mobile Electronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n\n== CAD Applications (MAE 577) ==\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n\n== Robotic Algorithms (CSE 568) ==\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Linear Systems Analysis (MAE 571) ==\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==','utf-8'),(54,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n== Overview ==\n\n\n== Mobile Electronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n\n== CAD Applications (MAE 577) ==\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n\n== Robotic Algorithms (CSE 568) ==\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Linear Systems Analysis (MAE 571) ==\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n[[Category:Academics]]','utf-8'),(55,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\n\n== Robotic Mobility and Manipulability (MAE 413) ==\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n== Senior Design Project (MAE 494) ==\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\n\n[[Category:Academics]]','utf-8'),(56,'Work in progress ...\n\nAs content is generated, this page will provide an overview of my academic work. For now, I\'ll just link to the new pages I\'m creating to showcase past works in undergraduate and graduate courses:\n\n* [[Undergraduate Coursework Portfolio]]\n* [[Graduate Coursework Portfolio]]\n\n\n[[Category:Academics]]','utf-8'),(57,'','utf-8'),(58,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\n\n<ref name=\"ub_mae_course_descriptions\">\nUndergraduate Catalog - Mechanical Engineering: Courses; University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref> \n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; Professor Venkat Krovi; Spring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\n\n== References ==\n<references />\n\n[[Category:Academics]]','utf-8'),(59,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nUndergraduate Catalog - Mechanical Engineering: Courses; University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, additional relevant coursework is listed along with course descriptions in [[#Other Courses]]\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; Professor Venkat Krovi; Spring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\n===  ===\n\n== References ==\n<references />\n\n[[Category:Academics]]','utf-8'),(60,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nUndergraduate Catalog - Mechanical Engineering: Courses; University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; Professor Venkat Krovi; Spring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\n===  ===\n\n== References ==\n<references />\n\n[[Category:Academics]]','utf-8'),(61,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nUndergraduate Catalog - Mechanical Engineering: Courses; University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; Professor Venkat Krovi; Spring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n<references />\n\n[[Category:Academics]]','utf-8'),(62,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nUndergraduate Catalog - Mechanical Engineering: Courses; University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; Professor Venkat Krovi; Spring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n<references />\n\n[[Category:Academics]]','utf-8'),(63,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem \\[redacted\\] The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \nProfessor Venkat Krovi; \nFall 2015\n</ref>\n\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\">\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\">\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThis may update in the future.\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\">\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\">\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\">\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(64,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem \\[redacted\\] The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \nProfessor Venkat Krovi; \nFall 2015\n</ref>\n\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThis may update in the future.\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(65,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php|http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem \\[redacted\\] The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \nProfessor Venkat Krovi; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php|http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n;Class Outline\n• Robot Mobility\n• Legged/wheeled locomotion\n• Forward/inverse kinematics\n• Simple Control\n• Sensing/Perception\n• Ranging\n• Vision\n• Localization and Mapping\n• Bayesian Estimation\n• Planning and Navigation\n• Robot Coordination (maybe)\n\n;Student Expectation\n• Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n• Learn the theory, do it in practice\n• Math: Trigonometry, probability, CS theory\n• Programming: C/C++/Java/Python\n• Grades: Please talk to me\n• Will not change grades end of semester\n• Plagiarism: Check with me/TA on what is ok and what is not\n\n;Class Emphasis\n• Introduction to robots/robotics\n• Theory and practice – learn by doing\n• Algorithms/tools that have applications on other CSE and related fields\n• Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(66,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php|http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem \\[redacted\\] The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php|Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php|http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n:;Class Outline\n::* Robot Mobility\n::* Legged/wheeled locomotion\n::* Forward/inverse kinematics\n::* Simple Control\n::* Sensing/Perception\n::* Ranging\n::* Vision\n::* Localization and Mapping\n::* Bayesian Estimation\n::* Planning and Navigation\n::* Robot Coordination (maybe)\n\n;Student Expectation\n::* Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n::* Learn the theory, do it in practice\n::* Math: Trigonometry, probability, CS theory\n::* Programming: C/C++/Java/Python\n::* Grades: Please talk to me\n::* Will not change grades end of semester\n::* Plagiarism: Check with me/TA on what is ok and what is not\n\n;Class Emphasis\n::* Introduction to robots/robotics\n::* Theory and practice – learn by doing\n::* Algorithms/tools that have applications on other CSE and related fields\n::* Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(67,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php| http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem <nowiki>[redacted]</nowiki> The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php|Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php| http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n:Class Outline\n::* Robot Mobility\n::* Legged/wheeled locomotion\n::* Forward/inverse kinematics\n::* Simple Control\n::* Sensing/Perception\n::* Ranging\n::* Vision\n::* Localization and Mapping\n::* Bayesian Estimation\n::* Planning and Navigation\n::* Robot Coordination (maybe)\n\n:Student Expectation\n::* Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n::* Learn the theory, do it in practice\n::* Math: Trigonometry, probability, CS theory\n::* Programming: C/C++/Java/Python\n::* <nowiki>[redacted]</nowiki>\n\n:Class Emphasis\n::* Introduction to robots/robotics\n::* Theory and practice – learn by doing\n::* Algorithms/tools that have applications on other CSE and related fields\n::* Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(68,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016;  Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml| http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php| Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(69,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016;  Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml| http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php| Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n[https://sites.google.com/site/cladteams/| Project website]\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n[https://sites.google.com/site/cladteams/| Project website]\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n[http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered)| Project wiki]\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(70,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016 \"Mechanical Engineering : Courses\"; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml| http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php| Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\n[https://sites.google.com/site/cladteams/| Project website]\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\n[https://sites.google.com/site/cladteams/| Project website]\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n[http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered)| Project wiki]\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(71,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016 \"Mechanical Engineering : Courses\"; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml| http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php| Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\nNote that this the first of two courses (see: [[#Senior Design Project (MAE 494)| Senior Design Project (MAE 494)]]) that comprise the capstone project for mechanical engineering students. You may also find the [https://sites.google.com/site/cladteams/| project website] useful for reference.\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\nNote that this the first of two courses (see: [[#Design Process and Methods (MAE 451)| Design Process and Methods (MAE 451)]]) that comprise the capstone project for mechanical engineering students.\nYou may also find the [https://sites.google.com/site/cladteams/| project website] useful for reference.\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n[http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered)| Project wiki]\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(72,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016 \"Mechanical Engineering : Courses\"; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml| http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php| Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\nNote that this the first of two courses (see: [[#Senior Design Project (MAE 494)| Senior Design Project (MAE 494)]]) that comprise the capstone project for mechanical engineering students. You may also find the [https://sites.google.com/site/cladteams/ | project website] useful for reference.\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\nNote that this the first of two courses (see: [[#Design Process and Methods (MAE 451)| Design Process and Methods (MAE 451)]]) that comprise the capstone project for mechanical engineering students.\nYou may also find the [https://sites.google.com/site/cladteams/ | project website] useful for reference.\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\n[http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered)| Project wiki]\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(73,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016 \"Mechanical Engineering : Courses\"; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]](technical electives) is listed along with course descriptions.\n\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\nNote that this the first of two courses (see: [[#Senior Design Project (MAE 494)|Senior Design Project (MAE 494)]]) that comprise the capstone project for mechanical engineering students. You may also find the [https://sites.google.com/site/cladteams/ project website] useful for reference.\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\nNote that this the first of two courses (see: [[#Design Process and Methods (MAE 451)|Design Process and Methods (MAE 451)]]) that comprise the capstone project for mechanical engineering students.\nYou may also find the [https://sites.google.com/site/cladteams/ project website] useful for reference.\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\nYou may find the [http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered) project wiki] useful for reference.\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(74,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016 \"Mechanical Engineering : Courses\"; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] (technical electives) is listed along with course descriptions.\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\nNote that this the first of two courses (see: [[#Senior Design Project (MAE 494)|Senior Design Project (MAE 494)]]) that comprise the capstone project for mechanical engineering students. You may also find the [https://sites.google.com/site/cladteams/ project website] useful for reference.\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\nNote that this the first of two courses (see: [[#Design Process and Methods (MAE 451)|Design Process and Methods (MAE 451)]]) that comprise the capstone project for mechanical engineering students.\nYou may also find the [https://sites.google.com/site/cladteams/ project website] useful for reference.\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\nYou may find the [http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered) project wiki] useful for reference.\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(75,'The main sections on this page outline undergraduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nMechanical Engineering: Courses | Undergraduate Catalog 2015-2016 \"Mechanical Engineering : Courses\"; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; \nSource: [http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml http://undergrad-catalog.buffalo.edu/academicprograms/mae_courses.shtml]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] (technical electives) is listed along with course descriptions.\n\n== Robotic Mobility and Manipulation (MAE 413) ==\n\nThis course develops various modeling, analysis, control and optimization techniques in the context of harnessing the mobility and manipulation capabilities using articulated multi‑body mechanical systems (such as robot manipulators, ground and aerospace vehicles). Towards this end, the course merges and applies mathematical tools from kinematics, dynamics, nonlinear systems theory, motion planning, and optimization to examine and enhance performance of such robotic mechanical systems for various real‑life applications. \n<ref>\nMAE 413/513: Robotic Mobility and Manipulation - Course Syllabus; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nSpring 2014\n</ref>\n\n\'\'\' Control of a Two Link Serial Robotic Manipulator \'\'\'\n\n* Design, simulate, and evaluate various position trajectory tracking kinematic and dynamic controllers\n* Develop a graphical user interface in Matlab to interactively investigate performance evaluation metrics\n\n\n== Design Process and Methods (MAE 451) ==\n\nDiscusses the fundamental concepts and activities of design processes. Investigates domain-independent topics of design processes. These topics include idea conception, teamwork, quality, experimental design, optimization, and technical communication. In addition, discusses fundamental methods of design, including decision making, conceptual design, cost evaluation, ethics issues, and intellectual property issues, which are investigated through interactive lectures and individual and group exercises.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Conceptual Design of a Cargo-Loading Assistive Device \'\'\'\n\n* Define the design problem\n* Develop customer requirements and translate to engineering specifications\n* Evaluate the importance of the above using a house of quality\n* Generate design solutions and select the best alternative\n* Begin embodiment design to be continued in follow-on coursework (see: MAE 494)\n\nNote that this the first of two courses (see: [[#Senior Design Project (MAE 494)|Senior Design Project (MAE 494)]]) that comprise the capstone project for mechanical engineering students. You may also find the [https://sites.google.com/site/cladteams/ project website] useful for reference.\n\n\n== Senior Design Project (MAE 494) ==\n\nStudents working in teams of two or three under the supervision of a faculty member complete an original engineering design, which in some cases results in hardware. Design problems are drawn from industry and initiated by faculty. Where practical, two or more teams compete to solve the same problem. Teams meet individually with faculty on a weekly basis to discuss their projects.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Design Implementation and Validation of a Cargo-Loading Assistive Device \'\'\'\n\n* Implement the design developed in previous coursework (see: MAE 451)\n* Verify conceptual, embodiment, and detailed designs through virtual and physical prototyping\n* Perform experimental testing on physical prototype to infer empirical relationships inherent in the device\n* Integrate physical data with Matlab for data analysis and visualization\n\nNote that this the first of two courses (see: [[#Design Process and Methods (MAE 451)|Design Process and Methods (MAE 451)]]) that comprise the capstone project for mechanical engineering students.\nYou may also find the [https://sites.google.com/site/cladteams/ project website] useful for reference.\n\n\n== Mathematical Methods in Robotics (MAE 493) ==\n\nA mathematical introduction to modeling, analysis and control of robotic systems. The first part of the course deals with the theoretical frameworks for modeling, analysis (kinematics and dynamics) and control of generic robotic mechanical systems, rooted in rich traditions of mechanics and geometry. The rest of the course will examine many of these issues in the context of serial-chain and parallel-chain manipulators, wheeled mobile robots (and hybrid combinations of these systems).\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Kinematic Analysis of a Parallel Planar Robotic Manipulator \'\'\'\n\n* Investigate the position level kinematics of a parallel 3RPR planar manipulator\n* Develop a graphical user interface in Matlab to interactively simulate and evaluate parametric sensitivity of the mechanism kinematics\n* Characterize the manipulator workspace for various mechanical parameters and variations in mechanism topology\n* Perform workspace-aware path generation via interpolation in task space and joint space\n\n\n== Machines and Mechanisms I (MAE 311) ==\n\nExamines analysis and design of machine elements, including theories of failure, fatigue strength, and endurance limits; fluctuating stresses; Goodman diagram; and fatigue design under torsional and combined stresses. Also covers design of bolted connections, fasteners, welds, springs, ball and roller bearings, journal bearings, gears, clutches, and brakes.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' System Design and Analysis Course Project \'\'\'\n\n* Created a meticulously dimensioned virtual model of the analysis subject (Super MoneyMaker Irrigation Pump) in PTC Creo Parametric to work around limited physical access\n* Created all project deliverables in print format, including many schematic drawings, technical drawings, 3D renderings, and other supporting figures and illustrations.\n* Collaborated extensively with two group members in creative brain-storming and objective reasoning relating to engineering questions in design analysis.\n\n\n== Product Design in a CAE Environment (MAE 377) ==\n\nExamines mechanical design of functional, pragmatic products from inception through implementation, including topics in computer-aided-design (CAD). Discusses the design process in the context of product redesign assignments using CAD. Includes a final design project with professional documentation including sketches, detailed and assembly CAD drawings, a comprehensive written design analysis, and cost breakdown.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Original Design of a Rear Mounted Snow Plow \'\'\'\n\n* Explored the conceptual and embodiment design of a new mounting interface for rear-mounted snow plows\n* Support design concept with a virtual model created in PTC Creo Parametric\n* Perform static FEA on a key component of the design using estimated loads and constraints\n* Create a technical report documenting the project&apos;s requirements professionally (See References – Portfolio).\n\n\n== Introduction to Mechanical and Aerospace Engineering (MAE 277) ==\n\nAn overview of engineering in industry; introduces engineering design concepts, reverse engineering, case studies including a hands-on product dissection project, basics of manufacturing processes, elementary modeling of engineering systems, and technical communications.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Product Archaeology and Dissection \'\'\'\n\n* Managed and organized a five member group to meet project deadlines with quality reports\n* Influenced effective communication and efficient workflows for content creation and collaboration by utilizing Google Drive and MediaWiki extensively\n* Created all project deliverables through the compilation of content into cohesive and comprehensive reports on the web in MediaWiki format (off-site server has since removed this content)\n* Assisted group members in completing individual tasks as needed\n\nYou may find the [http://gicl.cs.drexel.edu/index.php/Group_3_-_Homelite_Fluid_Pump_(Gasoline_Powered) project wiki] useful for reference (please excuse the excessive backslashes - I no longer have access to clean up this content).\n\n== Other Courses ==\n\nOther noteworthy upper-level elected coursework is listed in this section along with course descriptions.\n\n=== Continuous Control Systems (MAE 443) ===\n\nExamines system modeling and identification of plants to be controlled; use of feedback control systems; design of feedback control laws including P, I, D; block diagrams, transfer functions, and frequency response functions; control system design and analysis in the time domain and frequency domain; computer simulation of control systems; stability analysis using Routh-Hurwitz criterion; design for stability, speed of response, and accuracy; root locus, Bode, and Nyquist plots; compensation strategies.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Vibration and Shock (MAE 467) ===\n\nExamines mechanical vibration and shock including free and forced, periodic, and aperiodic vibration of single-degree and multi-degree of freedom systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n=== Spacecraft Dynamics and Control (MAE 425) ===\n\nIntroduces the concepts of spacecraft orbital mechanics and attitude dynamics. Orbital mechanics is the study of the positional motion, while attitude dynamics describes the orientation of the spacecraft. Topics include: review of rotational kinematics and dynamics, orbital mechanics, gravity turn and trajectory optimization, orbit lifetimes, three-body problem, orbit perturbations, orbit determination, spacecraft dynamics, spinning and three-axis stabilized spacecraft, and attitude determination.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(76,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php| http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501 - Individual Problems) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem <nowiki>[redacted]</nowiki> The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php|Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php| http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n:Class Outline\n::* Robot Mobility\n::* Legged/wheeled locomotion\n::* Forward/inverse kinematics\n::* Simple Control\n::* Sensing/Perception\n::* Ranging\n::* Vision\n::* Localization and Mapping\n::* Bayesian Estimation\n::* Planning and Navigation\n::* Robot Coordination (maybe)\n\n:Student Expectation\n::* Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n::* Learn the theory, do it in practice\n::* Math: Trigonometry, probability, CS theory\n::* Programming: C/C++/Java/Python\n::* <nowiki>[redacted]</nowiki>\n\n:Class Emphasis\n::* Introduction to robots/robotics\n::* Theory and practice – learn by doing\n::* Algorithms/tools that have applications on other CSE and related fields\n::* Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(77,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php| http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem <nowiki>[redacted]</nowiki> The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php|Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php| http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n:Class Outline\n::* Robot Mobility\n::* Legged/wheeled locomotion\n::* Forward/inverse kinematics\n::* Simple Control\n::* Sensing/Perception\n::* Ranging\n::* Vision\n::* Localization and Mapping\n::* Bayesian Estimation\n::* Planning and Navigation\n::* Robot Coordination (maybe)\n\n:Student Expectation\n::* Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n::* Learn the theory, do it in practice\n::* Math: Trigonometry, probability, CS theory\n::* Programming: C/C++/Java/Python\n::* <nowiki>[redacted]</nowiki>\n\n:Class Emphasis\n::* Introduction to robots/robotics\n::* Theory and practice – learn by doing\n::* Algorithms/tools that have applications on other CSE and related fields\n::* Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(78,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nThe topic of the ways that Sphero represents data deserves a bit of context. As you may know, computers represent data in terms of two states which we can think of as logical units such as on and off (called bits). Because of this, a bit of ingenuity must go into communicating numerical values (numbers or quantities) with computers since most people have learned the convention of representing numbers with decimal numerals. The problem is that the decimal system (base ten) we\'re familiar with uses up to ten different characters (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) to specify a single number. By contrast, computers can only understand two different characters (i.e. represented by their on/off units or bits). This gives rise to the need to use a different number system (such as binary, or base two) when communicating numbers with Sphero.\n\nOnce numbers are encoded in their binary representation, we then find that the conventional chunk of data considered in many computer programs is a group of eight bits (called one byte). Numbers which require more than eight bits to encode compose multi-byte types, and decisions about the order in which the bytes are transmitted must be made ahead of time. Furthermore, the notation used to represent multi-byte numbers gets a bit cumbersome. Imagine writing down thirty-two ones and zeros to denote a binary numeral. For the sake of compactness (and more intuition compared to decimal), the hexadecimal number system (base sixteen) is often used to represent bytes since it only two characters are required to represent a single byte.\n\nFinally, some of the smaller tricks that must be played in encoding data for Sphero deal with encoding information in units smaller than one byte within a one byte data element. We\'ll take a look at encoding numbers in nibble (four bits) format as well as the encoding of logical information in single bits. The former is not crucial for sending useful commands to Sphero whereas the latter technique is implemented in every single CMD packet.\n\nIn the remainder of this section we\'ll do a crash course on number representation in three useful number systems, build up some familiarity with integer data types (including multi-byte numbers), and introduce bit-field encoding all with some examples inspired by Sphero\'s API.\n\n==== Number Systems ====\n\nThe number systems used in this documentation are named binary, decimal, and hexadecimal. Since most people are familiar with the decimal number system, we\'ll introduce the concepts herein with reference to this system for representing numbers, and when representing numbers in binary or hexadecimal notation we\'ll append the prefix \'b\' or \'h\' respectively.\n\nBefore we get into the details, we should understand some of the language used to express these concepts. First, we will denote a difference between a number and a numeral. Although these two words might be thought of as pseudo-synonyms in every-day usage, they have very distinct meanings in the context of this section. When we use numbers, we\'re describing the concept of some quantity in the sense that we could verify the quantity, or number, of objects by physically counting them. Notice that numbers do not depend on the words used to describe them nor the characters used to write them down. \n\nWhen communicating numbers, we\'re posed with the problem of systematically writing down characters to represent the number so that others can reinterpret this encoding of information to recover the concept of the number in question. The general process for writing numbers using numerals is accomplished by an arithmetical algorithm on the number of interest. This algorithm is the same for all number systems here except for two factors. First, the algorithm must be performed with the assumption of a particular number base. That is, base two, base ten, base sixteen, etc. Secondly, a set of characters that is used to represent the successive digits of the system must be determined beforehand.\n\nThe choice for the base of the number system is chosen for a particular application. However, the set of characters used to represent the digits of the number system is partly based upon convention in that we start counting with the digits 0, 1, 2, ..., 9 (as is typical with base ten), and then when we need more than ten digits, we continue counting with English letters A, B, C, ..., Z. Once a base has been chosen for the number system, we choose the digits as the same number of digits from the list 0, 1, 2, ..., 9, A, B, C, ..., Z. These characters represent \n\n\n\nThe digits used for the decimal system are thus the first ten digits of this list (0-9), the digits used for binary are the first two (0-1), and for hexadecimal, we will be using the first sixteen digits (0-9,A-F).\n\nOnce the digits are determined, we can \n\n\n\n\n\n\n==== Data Types ====\n\n\n\n==== Bit-field Encoding ====\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(79,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n==== (3) Kinect v2 ====\n\nWhen downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion).','utf-8'),(80,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n==== (3) Kinect v2 ====\n\nSetup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\nProblems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.','utf-8'),(81,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.','utf-8'),(82,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.','utf-8'),(83,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.','utf-8'),(84,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. \n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.','utf-8'),(85,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.','utf-8'),(86,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high)\n#Jitter removal (default settings)\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!','utf-8'),(87,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - \n#Jitter removal (default settings) - \n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!','utf-8'),(88,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - \n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n=== iPi Soft Recorder Procedure ===\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to calibration or action procedure for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.','utf-8'),(89,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n=== iPi Soft Recorder Procedure ===\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to calibration or action procedure for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.','utf-8'),(90,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n=== Procedures for iPi Soft Software ===\n\n==== Data Collection ====\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Scene Capture | calibration]] or [[Action Scene Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n===== Calibration Scene Capture =====\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n\n===== Action Scene Capture =====\n\ntest','utf-8'),(91,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'m writing a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code.\n\n== Kinect Human Motion Capture Evaluation ==\n\nHere are my notes for work in evaluating Kinect based human motion capture data collection and analysis systems. Typical use of the Kinect for human motion capture involves one such Kinect device that includes both an RGB camera and a depth sensor. With two distinct hardware version of the Kinect, v1 and v2, there are advertised performance differences when comparing these sensors alone. The newer hardware version of this product, Kinect v2, boasts increased field of view, depth image resolution, etc. \n\nAlthough these advancements to the Kinect are expected to provide v2 with increased performance compared to v1, there are still some fundamental pitfalls that neither sensor is likely to overcome when used as a standalone sensor solution. Since these two dimensional images are being used to infer a three dimensional human kinematic model, there is chance that in certain cases an image will not provide enough information to fully specify the human motion reconstruction fully. For example, the projection of a three dimensional human onto the image plane may suffer from loss of kinematic information due to rotation about an axis parallel to the image frame or human self-occlusion.\n\nA practical solution to increasing the performance of depth sensor human motion capture is to increase the number of depth sensors. The extra depth sensors may provide different perspectives on the subject, thus reducing the chance of the input data suffering from the pitfalls of three dimensional reconstruction from two dimensional data introduced above. One such commercial software package that addresses the matter of depth data fusion for human motion capture is developed by [http://ipisoft.com/ iPiSoft]. The Mocap Studio software supports fusion of Kinect depth data from up to four sensors, and outputs trajectories of an actor\'s human motion model.\n\n=== Preliminary Testing ===\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n=== Procedures for iPi Soft Software ===\n\n==== Data Collection ====\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Scene Capture | calibration]] or [[#Action Scene Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n===== Calibration Scene Capture =====\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n\n===== Action Scene Capture =====\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n\n==== Data Processing ====\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n\n===== Calibration =====\n\n\n===== Action Scene =====','utf-8'),(92,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values in a sequence\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number N in the <math>2^2</math>\n\n==== Data Types ====\n\n\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(93,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values in a sequence\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with a \\\'b\\\' suffix.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without a \\\'d\\\' suffix.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with an \\\'h\\\' suffix.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\n\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(94,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(95,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\n\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(96,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind constructing the various packets used to send commands, receive command responses (optionally), and receive asynchronous notification messages.\n\n=== State Management ===\n\n\n\n== Client Design ==\n\n\n\n== Matlab Implementation ==\n\n\n\n== Frequently Asked Questions ==\n\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(97,'Hey Yi Jui, \n\nYou can change your password [[Special:ChangePassword|here]].\n\nYou can go ahead and start editing [[Sphero_API_Matlab_SDK]] by,\n\n*[[Sphero API Matlab SDK#Using Packets|Using Packets]] - add examples of how to construct the packets\n\n*[[Sphero API Matlab SDK#Bluetooth Communication Basics|Bluetooth Communication Basics]] - add tutorial describing the items in the bulleted list I just wrote\n\n*Whatever else you think you want to add :)\n**INCLUDING extra links out to your stuff or whatever. I\'m completely cool with \'\'\'tastefully\'\'\' adding more of your stuff, just think twice before deleting or changing existing content, please.','utf-8'),(98,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind constructing the various packets used to send commands, receive command responses (optionally), and receive asynchronous notification messages.\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\n=== Bluetooth Communication Basics ===\n\nBefore spending much time building dedicated Matlab code around Sphero, it\'s useful to take some time to manually construct built-in Matlab commands to perform the following operations,\n\n*Find Sphero\'s in your machine\'s available Bluetooth devices using <pre>instrhwinfo()</pre>\n*Connect to Sphero via Bluetooth using <pre>Bluetooth()</pre> and open and close this connection\n*Send CMD packets to Sphero\n*Read RSP (or MSG) packets from Sphero\n*Close and delete the Bluetooth connection\n\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(99,'Hey Yi Jui, \n\nYou can change your password [[Special:ChangePassword|here]].\n\nYou can go ahead and start editing [[Sphero_API_Matlab_SDK]] by,\n\n*[[Sphero API Matlab SDK#Using Packets|Using Packets]] - add examples of how to construct the packets\n\n**Maybe three examples for a CMD packet:\n***Ping - no data sent, no data returned, only acknowledgement response returned\n***Roll - data sent, no data returned, only acknowledgement response returned\n***ReadLocator - data sent, data returned with acknowledgement\n\n**Maybe two examples for a RSP packet\n***Ping response - simple response, no data\n***ReadLocator - data returned\n\n**One example for a MSG packet\n***DataStreaming is a good one, but complicated to parse data\n\n*[[Sphero API Matlab SDK#Bluetooth Communication Basics|Bluetooth Communication Basics]] - add tutorial describing the items in the bulleted list I just wrote\n\n*Whatever else you think you want to add :)\n**INCLUDING extra links out to your stuff or whatever. I\'m completely cool with \'\'\'tastefully\'\'\' adding more of your stuff, just think twice before deleting or changing existing content, please.','utf-8'),(100,'Hey Yi Jui, \n\nYou can change your password [[Special:ChangePassword|here]].\n\nYou can go ahead and start editing [[Sphero_API_Matlab_SDK]] by,\n\n*[[Sphero API Matlab SDK#Using Packets|Using Packets]] - add examples of how to construct the packets\n\n**Maybe three examples for a CMD packet:\n\n***Ping - no data sent, no data returned, only acknowledgement response returned\n\n***Roll - data sent, no data returned, only acknowledgement response returned\n\n***ReadLocator - data sent, data returned with acknowledgement\n\n**Maybe two examples for a RSP packet\n\n***Ping response - simple response, no data\n\n***ReadLocator - data returned\n\n**One example for a MSG packet\n\n***DataStreaming is a good one, but complicated to parse data\n\n*[[Sphero API Matlab SDK#Bluetooth Communication Basics|Bluetooth Communication Basics]] - add tutorial describing the items in the bulleted list I just wrote\n\n*Whatever else you think you want to add :)\n\n**INCLUDING extra links out to your stuff or whatever. I\'m completely cool with \'\'\'tastefully\'\'\' adding more of your stuff, just think twice before deleting or changing existing content, please.','utf-8'),(101,'Hey Yi Jui, \n\nYou can change your password [[Special:ChangePassword|here]].\n\nYou can go ahead and start editing [[Sphero_API_Matlab_SDK]] by,\n\n*[[Sphero API Matlab SDK#Using Packets|Using Packets]] - add examples of how to construct the packets\n**Maybe three examples for a CMD packet:\n***Ping - no data sent, no data returned, only acknowledgement response returned\n***Roll - data sent, no data returned, only acknowledgement response returned\n***ReadLocator - data sent, data returned with acknowledgement\n**Maybe two examples for a RSP packet\n***Ping response - simple response, no data\n***ReadLocator - data returned\n**One example for a MSG packet\n***DataStreaming is a good one, but complicated to parse data\n*[[Sphero API Matlab SDK#Bluetooth Communication Basics|Bluetooth Communication Basics]] - add tutorial describing the items in the bulleted list I just wrote\n*Whatever else you think you want to add :)\n**INCLUDING extra links out to your stuff or whatever. I\'m completely cool with \'\'\'tastefully\'\'\' adding more of your stuff, just think twice before deleting or changing existing content, please.','utf-8'),(102,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind constructing the various packets used to send commands, receive command responses (optionally), and receive asynchronous notification messages.\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\n=== Bluetooth Communication Basics ===\n\nBefore spending much time building dedicated Matlab code around Sphero, it\'s useful to take some time to manually construct built-in Matlab commands to perform the following operations,\n\n*Find Sphero\'s in your machine\'s available Bluetooth devices using <pre>instrhwinfo()</pre>\n*Connect to Sphero via Bluetooth using <pre>Bluetooth()</pre> and open and close this connection\n*Send CMD packets to Sphero\n*Read RSP (or MSG) packets from Sphero\n*Close and delete the Bluetooth connection\n\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(103,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind constructing the various packets used to send commands, receive command responses (optionally), and receive asynchronous notification messages.\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Standard Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n\nFind Spheros in your machine\'s available Bluetooth devices using <pre>instrhwinfo()</pre>\n\n==== Create Bluetooth Connection ====\n\nConnect to Sphero via Bluetooth using <pre>Bluetooth()</pre> and open and close this connection\n\n==== Send Packets ====\n\n\n\n==== Receive Packets ====\n\n\n\n==== Close Communication Port ====\n\n\n\n==== Delete Bluetooth Connection ====\n\n\n\n==== Simple Example Script ====\n\n\n\n=== Writing Standard Functions ===\n\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(104,'\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Standard Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n\nFind Spheros in your machine\'s available Bluetooth devices using <pre>instrhwinfo()</pre>\n\n==== Create Bluetooth Connection ====\n\nConnect to Sphero via Bluetooth using <pre>Bluetooth()</pre> and open and close this connection\n\n==== Send Packets ====\n\n\n\n==== Receive Packets ====\n\n\n\n==== Close Communication Port ====\n\n\n\n==== Delete Bluetooth Connection ====\n\n\n\n==== Simple Example Script ====\n\n\n\n=== Writing Standard Functions ===\n\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(105,'\'This article is a work in progress\'','utf-8'),(106,'\'\'This article is a work in progress\'\'','utf-8'),(107,'\'\'\'This article is a work in progress\'\'\'','utf-8'),(108,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Standard Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n\nFind Spheros in your machine\'s available Bluetooth devices using <pre>instrhwinfo()</pre>\n\n==== Create Bluetooth Connection ====\n\nConnect to Sphero via Bluetooth using <pre>Bluetooth()</pre> and open and close this connection\n\n==== Send Packets ====\n\n\n\n==== Receive Packets ====\n\n\n\n==== Close Communication Port ====\n\n\n\n==== Delete Bluetooth Connection ====\n\n\n\n==== Simple Example Script ====\n\n\n\n=== Writing Standard Functions ===\n\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(109,'\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}','utf-8'),(110,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\n{| class=\"wikitable\" width=\"100%\"\n! Work in Progress!\n|}','utf-8'),(111,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre>u? int N</pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(112,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].','utf-8'),(113,'\n\n\n== Overview ==\n\n\n\n== Requirements ==\n\n\n\n== Procedure ==\n\n\n\n=== Calibration Capture ===\n\n\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\n\n\n=== Action Processing ===\n\n\n\n\n=== Preliminary Testing ===\n\n\nBefore beginning to plan for the main data collection experiments, all proposed systems will best tested thoroughly. The goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\nThroughout this process, the experience gained in setting up, operating, and tearing down the equipment will have the added benefit of informing future experimental procedures. Annotations describing possible problems faced with the hardware and time to completion benchmarks for various procedural subtasks will be useful information to incorporate into streamlined data collection protocols.\n\nThe data collection systems considered in the following include the multiple Kinect cameras with maximal quantity on hand that\'s also supported by the collection software in addition to an industry standard IMU-based motion capture suit.\n\n==== (4) Kinect v1 ====\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n==== (3) Kinect v2 ====\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n=== Procedures for iPi Soft Software ===\n\n==== Data Collection ====\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Scene Capture | calibration]] or [[#Action Scene Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n===== Calibration Scene Capture =====\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n\n===== Action Scene Capture =====\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n\n==== Data Processing ====\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n\n===== Calibration =====\n\n\n===== Action Scene =====','utf-8'),(114,'\n{{Work In Progress}}\n\nThe goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\n\n== Overview ==\n\n=== Workflow ===\n\n\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Scene Capture | calibration]] or [[#Action Scene Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!','utf-8'),(115,'\n{{Work In Progress}}\n\nThe goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\n\n== Overview ==\n\n=== Workflow ===\n\n\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!','utf-8'),(116,'\n{{Work In Progress}}\n\nThe goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\n\n== Overview ==\n\n=== Workflow ===\n\n\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academic]]','utf-8'),(117,'\n{{Work In Progress}}\n\nThe goals of these exercises are primarily:\n\n* Verify functionality of each data collection system in its worst-case usage conditions\n* Verify validity of the intermediate results obtained from each data collection system\n* Verify interoperability of the data collection systems during simultaneous usage\n\n\n== Overview ==\n\n=== Workflow ===\n\n\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(118,'\n<!-- You can set wgCapitalLinks to false to make the first character case-sensitive -->\n\n{{Work In Progress}}\n\nCommercial software programs produced by [http://www.ipisoft.com/ iPi Soft], enable the use of multiple depth sensors for human motion capture applications. In this article, the use of this software with multiple Microsoft Kinect sensors is evaluated in a tutorial format. Readers who desire to get up-and-running quickly with similar platform may forgo roughly ten hours of time invested in the activities outlined herein.\n\n== Overview ==\n\nThe software under evaluation includes,\n\n* iPi Recorder - Free capture software\n* iPi Mocap Studio - Commercially licensed motion analysis software (free trials are available)\n* iPi Biomech Addon - Commercially licensed addon for Mocap Studio\n\nThe primary utility of this software combination is in the use of Mocap Studio to estimate the pose of a human motion model based upon data from multiple sensors. The Recorder application is necessary to record data in a (proprietary) format that can be used as input to Mocap Studio. Also, since more than one computer may be used to record sensor data simultaneously, the Recorder software is free too be installed on many machines. Finally, the Biomech Addon is not a necessary product for motion capture, but is useful for those who wish to export the results for further analysis in an environment such as Matlab. \n\n=== Workflow ===\n\nThe high-level workflow for a full-cycle of data collection begins with preliminary setup, involves capturing data and processing for both camera calibration and action (human motion) data, and ends with the export of results to Matlab compatible format. Here\'s an outline of the general process\n\n;[[#Preliminary Setup]]\n:*Position cameras and hook them up to PCs\n:*Configure camera settings in Recorder\n\n;[[#Calibration Capture]]\n:Record calibration data (wanding with a light marker)\n\n\n;[[#Calibration Processing]]\n\n\n;[[#Action Capture]]\n\n\n;[[#Action Processing]]\n\n\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(119,'\n<!-- You can set wgCapitalLinks to false to make the first character case-sensitive -->\n\n{{Work In Progress}}\n\nCommercial software programs produced by [http://www.ipisoft.com/ iPi Soft], enable the use of multiple depth sensors for human motion capture applications. In this article, the use of this software with multiple Microsoft Kinect sensors is evaluated in a tutorial format. Readers who desire to get up-and-running quickly with similar platform may forgo roughly ten hours of time invested in the activities outlined herein.\n\n== Overview ==\n\nThe software under evaluation includes,\n\n* iPi Recorder - Free capture software\n* iPi Mocap Studio - Commercially licensed motion analysis software (free trials are available)\n* iPi Biomech Addon - Commercially licensed addon for Mocap Studio\n\nThe primary utility of this software combination is in the use of Mocap Studio to estimate the pose of a human motion model based upon data from multiple sensors. The Recorder application is necessary to record data in a (proprietary) format that can be used as input to Mocap Studio. Also, since more than one computer may be used to record sensor data simultaneously, the Recorder software is free too be installed on many machines. Finally, the Biomech Addon is not a necessary product for motion capture, but is useful for those who wish to export the results for further analysis in an environment such as Matlab. \n\n=== Workflow ===\n\nThe high-level workflow for a full-cycle of data collection begins with preliminary setup, involves capturing data and processing for both camera calibration and action (human motion) data, and ends with the export of results to Matlab compatible format. Here\'s an outline of the general process\n\n[[File:iPi Human Motion Capture Workflow]]\n\n;[[#Preliminary Setup|Preliminary Setup]]\n:*Position cameras and hook them up to PCs\n:*Configure camera settings in Recorder\n\n;[[#Calibration Capture|Calibration Capture]]\n:Use Recorder to capture calibration data (wanding with a light marker)\n\n;[[#Calibration Processing|Calibration Processing]]\n:Use Mocap Studio to process the calibration data\n\n;[[#Action Capture|Action Capture]]\n\n\n;[[#Action Processing|Action Processing]]\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(120,'\n<!-- You can set wgCapitalLinks to false to make the first character case-sensitive -->\n\n{{Work In Progress}}\n\nCommercial software programs produced by [http://www.ipisoft.com/ iPi Soft], enable the use of multiple depth sensors for human motion capture applications. In this article, the use of this software with multiple Microsoft Kinect sensors is evaluated in a tutorial format. Readers who desire to get up-and-running quickly with similar platform may forgo roughly ten hours of time invested in the activities outlined herein.\n\n== Overview ==\n\nThe software under evaluation includes,\n\n* iPi Recorder - Free capture software\n* iPi Mocap Studio - Commercially licensed motion analysis software (free trials are available)\n* iPi Biomech Addon - Commercially licensed addon for Mocap Studio\n\nThe primary utility of this software combination is in the use of Mocap Studio to estimate the pose of a human motion model based upon data from multiple sensors. The Recorder application is necessary to record data in a (proprietary) format that can be used as input to Mocap Studio. Also, since more than one computer may be used to record sensor data simultaneously, the Recorder software is free too be installed on many machines. Finally, the Biomech Addon is not a necessary product for motion capture, but is useful for those who wish to export the results for further analysis in an environment such as Matlab. \n\n=== Workflow ===\n\nThe high-level workflow for a full-cycle of data collection begins with preliminary setup, involves capturing data and processing for both camera calibration and action (human motion) data, and ends with the export of results to Matlab compatible format. Here\'s an outline of the general process\n\n[[File:ipi_soft_human_motion_capture_workflow.png]]\n\n;[[#Preliminary Setup|Preliminary Setup]]\n:*Position cameras and hook them up to PCs\n:*Configure camera settings in Recorder\n\n;[[#Calibration Capture|Calibration Capture]]\n:Use Recorder to capture calibration data (wanding with a light marker)\n\n;[[#Calibration Processing|Calibration Processing]]\n:Use Mocap Studio to process the calibration data\n\n;[[#Action Capture|Action Capture]]\n\n\n;[[#Action Processing|Action Processing]]\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(121,'','utf-8'),(122,'\n<!-- You can set wgCapitalLinks to false to make the first character case-sensitive -->\n\n{{Work In Progress}}\n\nCommercial software programs produced by [http://www.ipisoft.com/ iPi Soft], enable the use of multiple depth sensors for human motion capture applications. In this article, the use of this software with multiple Microsoft Kinect sensors is evaluated in a tutorial format. Readers who desire to get up-and-running quickly with similar platform may forgo roughly ten hours of time invested in the activities outlined herein.\n\n== Overview ==\n\nThe software under evaluation includes,\n\n* iPi Recorder - Free capture software\n* iPi Mocap Studio - Commercially licensed motion analysis software (free trials are available)\n* iPi Biomech Addon - Commercially licensed addon for Mocap Studio\n\nThe primary utility of this software combination is in the use of Mocap Studio to estimate the pose of a human motion model based upon data from multiple sensors. The Recorder application is necessary to record data in a (proprietary) format that can be used as input to Mocap Studio. Also, since more than one computer may be used to record sensor data simultaneously, the Recorder software is free too be installed on many machines. Finally, the Biomech Addon is not a necessary product for motion capture, but is useful for those who wish to export the results for further analysis in an environment such as Matlab. \n\n=== Workflow ===\n\nThe high-level workflow for a full-cycle of data collection begins with preliminary setup, involves capturing data and processing for both camera calibration and action (human motion) data, and ends with the export of results to Matlab compatible format. Here\'s an outline of the general process\n\n[[File:ipi_soft_human_motion_capture_workflow.png|thumb|High level workflow for human motion data capture and analysis using iPi Soft software]]\n\n;[[#Preliminary Setup|Preliminary Setup]]\n:*Position cameras and hook them up to PCs\n:*Configure camera settings in Recorder\n\n;[[#Calibration Capture|Calibration Capture]]\n:Use Recorder to capture calibration data (wanding with a light marker)\n\n;[[#Calibration Processing|Calibration Processing]]\n:Use Mocap Studio to process the calibration data\n\n;[[#Action Capture|Action Capture]]\n\n\n;[[#Action Processing|Action Processing]]\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(123,'\n<!-- You can set wgCapitalLinks to false to make the first character case-sensitive -->\n\n{{Work In Progress}}\n\nCommercial software programs produced by [http://www.ipisoft.com/ iPi Soft], enable the use of multiple depth sensors for human motion capture applications. In this article, the use of this software with multiple Microsoft Kinect sensors is evaluated in a tutorial format. Readers who desire to get up-and-running quickly with similar platform may forgo roughly ten hours of time invested in the activities outlined herein.\n\n== Overview ==\n\nThe software under evaluation includes,\n\n* iPi Recorder - Free capture software\n* iPi Mocap Studio - Commercially licensed motion analysis software (free trials are available)\n* iPi Biomech Addon - Commercially licensed addon for Mocap Studio\n\nThe primary utility of this software combination is in the use of Mocap Studio to estimate the pose of a human motion model based upon data from multiple sensors. The Recorder application is necessary to record data in a (proprietary) format that can be used as input to Mocap Studio. Also, since more than one computer may be used to record sensor data simultaneously, the Recorder software is free too be installed on many machines. Finally, the Biomech Addon is not a necessary product for motion capture, but is useful for those who wish to export the results for further analysis in an environment such as Matlab. \n\n=== Workflow ===\n\n[[File:ipi_soft_human_motion_capture_workflow.png|thumb|High level workflow for human motion data capture and analysis using iPi Soft software]]\n\nThe high-level workflow for a full-cycle of data collection begins with preliminary setup, involves capturing data and processing for both camera calibration and action (human motion) data, and ends with the export of results to Matlab compatible format. Here\'s a listing of the main processes involved in the accompanying flowchart.\n\n;Preliminary Setup\n:Position cameras and hook them up to PCs and configure camera settings in Recorder\n\n;Calibration Capture\n:Use Recorder to capture calibration data (wanding with a light marker)\n\n;Calibration Processing\n:Use Mocap Studio to process the calibration data\n\n;Action Capture\n:Use Mocap Studio to capture action data (human motion)\n\n;Action Processing\n:Use Mocap Studio to process data from action capture and the calibration processing output to generate human motion tracking results\n\n;Biomech Export\n:Use Biomech Addon (from within Mocap Studio) to export the human motion tracking results in Matlab (*.mat) format for further analysis\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(124,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(125,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(126,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at Sphero.com (Orbotix) [http://sdk.sphero.com/api-reference/api-quick-reference/]\n* Sphero API Developer Resources documentation on GitHub (Orbotix): [https://github.com/orbotix/DeveloperResources/tree/master/docs]\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8');
INSERT INTO `mw_text` VALUES (127,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== CMD Packet Encoding ====\n\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(128,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, Roll, and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe SOP2 byte contains logical bitfield options data in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the SOP2 byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously () and reset the command timeout counter. The resulting default SOP2 byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d reset timeout, do not issue a response\nSOP2 = 11111101b = FDh = 253d do not reset timeout, issue a response\nSOP2 = 11111100b = FCh = 252d do not reset timeout nor issue a response\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nThe sequence number, SEQ, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the SEQ byte.\n\n\n\n;Ping (CID = 01h)\n:Simple command used to verify communication with Sphero\n\nSince it doesn\'t make sense to test communications without requesting a response, the SOP2 byte should always have the <code>answer_flag</code> bit set.\n\nThe DID for this command is 00h (Core), the CID is 01h, sequence number (SEQ) can be anything, and there\'s no data associated with the command, so DLEN is 01h.\n\nA valid hex string for this command is,\n\n<pre>\n[ FFh | FFh | 00h | 01h | 00h | 01h |  ]\n</pre>\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(129,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, SEQ, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the SEQ byte.\n\nThe checksum byte, CHK, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing CHK for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after SOP2 (i.e. DID, MRSP, or ID_CODE, respectively) and ending with the last byte before CHK (i.e. DLEN, DLEN, or the last byte of <nohtml><DATA></nohtml>, respectively). We\'ll call this summation SUM in the following procedure used to compute CHK.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, CHK = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, Roll, and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe SOP2 byte contains logical bitfield options data in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the SOP2 byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously () and reset the command timeout counter. The resulting default SOP2 byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d reset timeout, do not issue a response\nSOP2 = 11111101b = FDh = 253d do not reset timeout, issue a response\nSOP2 = 11111100b = FCh = 252d do not reset timeout nor issue a response\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\n\n\n;Ping (CID = 01h)\n:Simple command used to verify communication with Sphero\n\nSince it doesn\'t make sense to test communications without requesting a response, the SOP2 byte should always have the <code>answer_flag</code> bit set.\n\nThe DID for this command is 00h (Core), the CID is 01h, sequence number (SEQ) can be anything, and there\'s no data associated with the command, so DLEN is 01h.\n\nA valid hex string for this command is,\n\n<pre>\n[ FFh | FFh | 00h | 01h | 00h | 01h |  ]\n</pre>\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n\n\n==== Checksum Calculation ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(130,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, SEQ, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the SEQ byte.\n\nThe checksum byte, CHK, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing CHK for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after SOP2 (i.e. DID, MRSP, or ID_CODE, respectively) and ending with the last byte before CHK (i.e. DLEN or the last byte of <nohtml><DATA></nohtml>). We\'ll call this summation SUM in the following procedure used to compute CHK.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, CHK = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe SOP2 byte contains logical bitfield options data in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the SOP2 byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default SOP2 byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet data byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)\n:packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)\n:packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)\n:packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response data without requesting a response.\n:Note that some firmware versions may not support this command!\n\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(131,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, SEQ, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the SEQ byte.\n\nThe checksum byte, CHK, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing CHK for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after SOP2 (i.e. DID, MRSP, or ID_CODE, respectively) and ending with the last byte before CHK (i.e. DLEN or the last byte of <nohtml><DATA></nohtml>). We\'ll call this summation SUM in the following procedure used to compute CHK.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, CHK = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(132,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | &lt;DATA&gt; | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by DID and CID according to additional parameters passed in &lt;DATA&gt; with per-command behavior options passed in SOP2. Every command contains a user-specified sequence number, SEQ (more on this with response packets), and must provide a checksum, CHK, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in SOP2 specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with DID)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | <DATA> | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in SOP2. These packets can be identified when read by the client by checking the value of SOP2. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using MRSP, and read in data sent back by Sphero (if applicable) in &lt;DATA&gt;.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 01h\n:This value is documented for a particular command\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with MRSP)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | <DATA> | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of SOP2, and they contain structured data in &lt;DATA&gt; that is decoded based upon the type of message being sent as specified by the message identifier code, ID_CODE. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <DATA> and CHK\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;<DATA> (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding SOP1 and SOP2\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with ID_CODE)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(133,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(134,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n<!-- show opening of a port using fopen(bt) -->\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the sommunication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send Packets ====\n<!-- show example of writing a packet, i.e. fwrite(bt,packet), such as Ping, Roll, and ReadLocator starting with numerical packet written above in using packets -->\n\n\n==== Receive Packets ====\n<!-- show example of generally reading all available data from bluetooth input buffer, i.e. buffer = fread(bt,bt.BytesAvailable), then parsing the response from Ping, Roll, and ReadLocator as shown in using packets above -->\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(135,'\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(136,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}','utf-8'),(137,'\n{{Work In Progress|item=Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(138,'\n{{Work In Progress|item=Page}}\n\n{{Work In Progress}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(139,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! {{#if {{{item}}} | This {{{item}}} is a | }} Work in Progress!\n|}','utf-8'),(140,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! {{#if: {{{item|}}} | This {{{item}}} is a | }} Work in Progress!\n|}','utf-8'),(141,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! {{#if: {{{item|}}} | | This {{{item}}} is a }} Work in Progress!\n|}','utf-8'),(142,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! {{#if: {{{item|}}} |  | This }} {{{item}}} {{#if: {{{item|}}} |  | is a }} Work in Progress!\n|}','utf-8'),(143,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! {{#if: {{{item|}}} |  | This }} {{{item}}} {{#if: {{{item|}}} |  | is a }} Work in Progress!\n|}\n\n\nSamples:\n\n{{#if: {{{item}}} | Parameter 1 is not defined, or is defined and non-null/non-empty. | Parameter 1 is null. It contains only empty string(s) or breaking space(s) etc.}}\n\n{{#if: {{{item|}}} | Parameter 1 is defined and non-null/non-empty. | Parameter 1 is not defined, or is defined but null. It contains only empty string(s) or breaking space(s) etc.}}','utf-8'),(144,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! \n{{#if: {{{item|}}} \n | NULL\n | This \n}} \n{{{item}}} \n{{#if: {{{item|}}}\n |NULL\n | is a \n}}\nWork in Progress!\n|}\n\n\nSamples:\n\n{{#if: {{{item}}} | Parameter 1 is not defined, or is defined and non-null/non-empty. | Parameter 1 is null. It contains only empty string(s) or breaking space(s) etc.}}\n\n{{#if: {{{item|}}} | Parameter 1 is defined and non-null/non-empty. | Parameter 1 is not defined, or is defined but null. It contains only empty string(s) or breaking space(s) etc.}}','utf-8'),(145,'\n<!--\n{| class=\"wikitable\" width=\"100%\"\n|rowspan=\"2\" width=\"80px\" height=\"80px\"|\n! Work in Progress!\n|-\n| This article is a work in progress.\n|}\n-->\n\nwithout logic:\n\n{| class=\"wikitable\" width=\"100%\"\n! This {{{item}}} is a Work in Progress!\n|}\n\nwith logic:\n\n{{#if: {{{item|}}} \n | NULL\n | This \n}} \n{{{item}}} \n{{#if: {{{item|}}}\n |NULL\n | is a \n}}\nWork in Progress!\n\n\nSamples:\n\n{{#if: {{{item}}} | Parameter 1 is not defined, or is defined and non-null/non-empty. | Parameter 1 is null. It contains only empty string(s) or breaking space(s) etc.}}\n\n{{#if: {{{item|}}} | Parameter 1 is defined and non-null/non-empty. | Parameter 1 is not defined, or is defined but null. It contains only empty string(s) or breaking space(s) etc.}}','utf-8'),(146,'\n{| class=\"wikitable\" width=\"100%\"\n! This {{{1}}} is a Work in Progress!\n|}','utf-8'),(147,'\n{{Work In Progress|item=Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(148,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n\n\n==== MSG Packet Decoding ====\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(149,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(150,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n\n=== Device Class Encapsulation ===\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(151,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(152,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | <reset_timeout_flag> | <answer_flag> ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255d\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254d (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253d (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252d (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, <code>DATA</code> = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | ??h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | ??h ]</pre>\n:X_POS = h = cm (x component of position)\n:Y_POS = h = cm (y component of position)\n:X_VEL = h = cm/s (x component of velocity)\n:Y_VEL = h = cm/s (y component of velocity)\n:SOG = h = cmd/s (speed over ground or magnitude of velocity)\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(153,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | ??h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | ??h ]</pre>\n:X_POS = h = cm (x component of position)\n:Y_POS = h = cm (y component of position)\n:X_VEL = h = cm/s (x component of velocity)\n:Y_VEL = h = cm/s (y component of velocity)\n:SOG = h = cmd/s (speed over ground or magnitude of velocity)\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(154,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | ??h ]</pre>\n:<pre>X_POS = h = cm (x component of position)</pre>\n:<pre>Y_POS = h = cm (y component of position)</pre>\n:<pre>X_VEL = h = cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = h = cm/s (y component of velocity)</pre>\n:<pre>SOG = h = cmd/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open; If <code>fopen</code> failed, continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(155,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | ??h ]</pre>\n:<pre>X_POS = h = cm (x component of position)</pre>\n:<pre>Y_POS = h = cm (y component of position)</pre>\n:<pre>X_VEL = h = cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = h = cm/s (y component of velocity)</pre>\n:<pre>SOG = h = cmd/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(156,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | ??h ]</pre>\n:<pre>X_POS = h = cm (x component of position)</pre>\n:<pre>Y_POS = h = cm (y component of position)</pre>\n:<pre>X_VEL = h = cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = h = cm/s (y component of velocity)</pre>\n:<pre>SOG = h = cmd/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n>> fwrite(bt,cmd)\n>> bt.BytesAvailable\nans =\n     6\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n</pre>\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(157,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | ??h ]</pre>\n:<pre>X_POS = h = cm (x component of position)</pre>\n:<pre>Y_POS = h = cm (y component of position)</pre>\n:<pre>X_VEL = h = cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = h = cm/s (y component of velocity)</pre>\n:<pre>SOG = h = cmd/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(158,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[CMD Packet Encoding|introduces previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(159,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\n{{Work In Progress|Section}}\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8');
INSERT INTO `mw_text` VALUES (160,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n<!-- show use of fclose(bt) -->\n\n{{Work In Progress|Section}}\n\n==== Delete Bluetooth Connection ====\n<!-- show explicit deconstruction of bluetooth object using delete(bt) and clear bt to clean up the workspace. comment on how the deletion of bluetooth objects is necessary before creating a new instance for the same device. offer the tip to use instrfindall to find all existing devices and delete(instrfindall) to forcibly delete existing devices if needed -->\n\n{{Work In Progress|Section}}\n\n==== Simple Example Script ====\n<!-- example script showing the complete workflow for a simple sphero program: connect, open, send, receive, close, delete, clear -->\n\n{{Work In Progress|Section}}\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(161,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n==== Delete Bluetooth Connection ====\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall</code> as a workaround.\n\n==== Simple Example Script ====\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(162,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Orbotix. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Orbotix describes Sphero in their documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n==== Delete Bluetooth Connection ====\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n==== Simple Example Script ====\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(163,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab Implementation development here.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n==== Delete Bluetooth Connection ====\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n==== Simple Example Script ====\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(164,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab Implementation development here.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n==== Delete Bluetooth Connection ====\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n==== Simple Example Script ====\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(165,'\n{{Work In Progress|Page}}\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange|Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange|Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this section, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n=== Packet Structure ===\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n==== CMD (command packet) ====\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n==== RSP (command response packet) ====\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n==== MSG (asynchronous message packet) ====\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n=== Data Representation ===\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n==== Number Systems ====\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n==== Data Types ====\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n=== Using Packets ===\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n==== Common Characteristics ====\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n==== CMD Packet Encoding ====\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n==== RSP Packet Decoding ====\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n==== MSG Packet Decoding ====\n\n{{Work In Progress|Section}}\n\n=== State Management ===\n\n{{Work In Progress|Section}}\n\n== Matlab Implementation ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n=== Bluetooth Communication Basics ===\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n==== Find Sphero Devices ====\n<!-- show way to find information about available bluetooth devices in Matlab environment using hwinfo = instrhwinfo(\'bluetooth\'???), discuss how to use this information struct, hwinfo, to find remotename and remoteid for sphero, comment on how this takes a long time and you\'re better off knowing the remote name or remote id in advance for use in the next section -->\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n==== Create Bluetooth Connection ====\n<!-- show creation of bluetooth connection, and thus instantiation of bluetooth object, bt, such as, bt = Bluetooth(remote_name,channel) -->\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n==== Open Communication Port ====\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n==== Send and Receive Packets ====\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n==== Close Communication Port ====\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n==== Delete Bluetooth Connection ====\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n==== Simple Example Script ====\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n=== Writing Library Functions ===\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n==== Connection Utility ====\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n==== Send and Receive ====\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n==== Implementing API Functions ====\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n=== Device Class Encapsulation ===\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(166,'\n{{Work In Progress|Page}}\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange|Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange|Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\n{{Work In Progress|Section}}\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(167,'','utf-8'),(168,'\n{{Work In Progress|Page}}\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\n{{Work In Progress|Section}}\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(169,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab Implementation development here.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[#CMD Packet Encoding|command packet encoding]] and [[#RSP Packet Decoding|response packet decoding]] examples for [[#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[#CMD Packet Encoding|given previously]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[#RSP Packet Decoding|predicted previously]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n=== Connection Utility ===\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(170,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab Implementation development here.\n\n* Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref>\n* Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n* Sphero MATLAB Interace (Yi Jui Lee): [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface]\n* Sphero API Matlab SDK on Matlab File Exchange (Mark Tomaszewski): [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk]\n* Sphero API Matlab SDK at Sphero Community Forums (Mark Tomaszewski): [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange]\n\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n=== Connection Utility ===\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(171,'\n{{Work In Progress|Page}}\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk| Sphero API Matlab SDK] as well as the original [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface| Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n=== Connection Utility ===\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(172,'\n{{Work In Progress|Page}}\n\n\'\'\'[[Overview]] and [[Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk| Sphero API Matlab SDK] as well as the original [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface| Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n=== Connection Utility ===\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(173,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk| Sphero API Matlab SDK] as well as the original [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface| Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n<!-- discuss vision for developing a function library that mirrors the API function declarations in Sphero API, need to write the device behavior functions that perform standard procedures needed for implementation of the API functions. comment that we begin with only considering synchronous device control flow -->\n\n{{Work In Progress|Section}}\n\n=== Connection Utility ===\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(174,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the sections [[#MSG Packet Decoding|MSG Packet Decoding]] and [[#State Management|State Management]] are incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\n{{Work In Progress|Section}}\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(175,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the sections [[#MSG Packet Decoding|MSG Packet Decoding]] and [[#State Management|State Management]] are incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... | he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the \n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n{{Work In Progress|Section}}\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(176,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the sections [[#MSG Packet Decoding|MSG Packet Decoding]] and [[#State Management|State Management]] are incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... | he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n{{Work In Progress|Section}}\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(177,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the sections [[#MSG Packet Decoding|MSG Packet Decoding]] and [[#State Management|State Management]] are incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... | he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify the all raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\nSpheroCore DEBUG >>  sending packet: FF FF 02 11 05 0E 01 90 00 01 E0 00 E0 00 01 00 00 00 00 86 \nSpheroCore DEBUG >> received packet: FF FF 00 05 01 F9 \nMSG: \n:<pre></pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:<pre>\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\n</pre>\n{{Work In Progress|Section}}\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(178,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the sections [[#MSG Packet Decoding|MSG Packet Decoding]] and [[#State Management|State Management]] are incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... | he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify the all raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(179,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the sections [[#MSG Packet Decoding|MSG Packet Decoding]] and [[#State Management|State Management]] are incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... | he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(180,'Content coming soon ...\n\n[[Category:Project]]','utf-8'),(181,'\nAcademics, as I relate to this topic, primarily involves my personal trek through [[#Undergraduate Studies|Undergraduate Studies]] and [[#Graduate Studies|Graduate Studies]] higher education. However, some of the most rewarding experiences I have had with personal growth have been the result of [[#Mentorship|Mentorship]], [[#Leadership|Leadership]], and [[#Outreach|Outreach]] with fellow students.\n\n== Undergraduate Studies ==\n\nMy undergraduate academic history involves a many-year track through a two year AAS in Liberal Arts with a concentration in Mathematics and Science at [http://niagaracc.suny.edu/ Niagara County Community College (NCCC)]. Upon conferring the AAS at NCCC, I transferred to the [http://www.mae.buffalo.edu/ Department of Mechanical and Aerospace Engineering] at the [http://www.buffalo.edu/ University at Buffalo (SUNY)] to continue my studies with a BS in mechanical engineering.\n\nSee [[Undergraduate Coursework Portfolio]] for an account of my experiences with substantial course projects performed at Univeristy at Buffalo along the way toward my BS in mechanical engineering.\n\n== Graduate Studies ==\n\nAfter conferring a BS in mechanical engineering, I felt a strong desire to continue on with further study. I felt the need to expand my knowledge and (hopefully) solidify my understanding of the fundamental aspects of mechanisms (general mechanical systems comprised of articulated bodies),\n\n* mechanism kinematics and dynamics, and mechanical considerations for design and analysis of such systems\n* the control systems that underpin operational functionality and performance of many mechanisms in this day and age\n* the intersection of computation and electronics with mechanical systems in an automation and robotics context\n\nThus, my choice to stay on at University at Buffalo as a PhD student in mechanical engineering to study under my first and last professor in undergraduate studies, Professor Venkat Krovi, was a natural decision.\n\nSee [[Graduate Coursework Portfolio]] for a survey of the major outcomes of my graduate studies in Mechanical Engineering at University at Buffalo (SUNY).\n\n== Mentorship ==\n\n*Student Assistant\n*Teaching Assistant\n*Project Supervision\n\n== Leadership ==\n\n*President, [http://gsa.buffalo.edu/mae Mechanical and Aerospace Engineering Graduate Student Association (MAE-GSA)]\n**[http://engineering.buffalo.edu/cpnc/ Conference on Career Perspectives and Networking]\n*Chair, IEEE Robotics and Automation Society (RAS) Student Chapter at University at Buffalo\n\n== Outreach ==\n\n*Invited Speaker at NCCC\n\n[[Category:Academics]]','utf-8'),(182,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the section [[#State Management|State Management]] is incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n<blockquote>\n... | he\'s electronically a collection of raw inputs and outputs.\n</blockquote>\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(183,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the section [[#State Management|State Management]] is incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n:he\'s electronically a collection of raw inputs and outputs.\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(184,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the section [[#State Management|State Management]] is incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n: ... he\'s electronically a collection of raw inputs and outputs.\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Bit-encoded selection of per-command options\n:Bits 7-4 are always set\n:Bits 3-2 are assumed to be reserved for future use and should be set\n:Bit 1 commands Sphero to restart its command timeout counter when set\n:Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n;DID (device ID)\n:uint8\n:Specifies which \"virtual device\" the command belongs to\n:This value is documented for a particular command\n\n;CID (command ID)\n:uint8\n:Specifies the command to perform\n:This value is documented for a particular command\n\n;SEQ (sequence number)\n:uint8\n:Used to identify RSP packets with a particular CMD packet\n:This field can contain any value\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command arguments) for the command\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n:Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as RSP\n:This value if always FFh\n\n;MRSP (message response)\n:uint8\n:Specifies the status of Sphero in responding to the CMD packet\n:This field contains 00h to indicate success\n:The value of this field specifies an error message if greater than 00h\n\n;SEQ (sequence number)\n:uint8\n:Used to identify this RSP packet with a particular CMD packet\n:This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n;DLEN (data length)\n:uint8\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 01h\n:This value is documented for a particular command\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (command outputs) for the response\n:The structure of this field is documented for a particular command\n:This field is not always required, and can be of variable length\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n;SOP1 (start-of-packet 1)\n:uint8\n:Specifies the beginning of a packet\n:This value is always FFh\n\n;SOP2 (start-of-packet 2)\n:uint8\n:Specifies the packet type as MSG\n:This value if always FEh\n\n;ID_CODE (message identifier code)\n:uint8\n:Specifies the type of this MSG packet\n:This value is documented for asynchronous message types\n\n;DLEN (data length)\n:uint16\n:Specifies the number of bytes in the remainder of the packet\n:This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n:This value is at least 0001h\n:This value is documented for a particular asynchronous message type\n\n;DATA (optional array of data)\n:array of byte-packed data\n:Contains the data (information) for the asynchronous message\n:The structure of this field is documented for a particular asynchronous message type\n\n;CHK (checksum)\n:uint8\n:Contains a checksum that is used invalidate packets if they are corrupted through transmission\n:Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n:Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n:Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(185,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the section [[#State Management|State Management]] is incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n: ... he\'s electronically a collection of raw inputs and outputs.\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Bit-encoded selection of per-command options\n: Bits 7-4 are always set\n: Bits 3-2 are assumed to be reserved for future use and should be set\n: Bit 1 commands Sphero to restart its command timeout counter when set\n: Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n; DID (device ID)\n: uint8\n: Specifies which \"virtual device\" the command belongs to\n: This value is documented for a particular command \n\n; CID (command ID)\n: uint8\n: Specifies the command to perform\n: This value is documented for a particular command\n\n; SEQ (sequence number)\n: uint8\n: Used to identify RSP packets with a particular CMD packet\n: This field can contain any value\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command arguments) for the command\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n: Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as RSP\n: This value if always FFh\n\n; MRSP (message response)\n: uint8\n: Specifies the status of Sphero in responding to the CMD packet\n: This field contains 00h to indicate success\n: The value of this field specifies an error message if greater than 00h\n\n; SEQ (sequence number)\n: uint8\n: Used to identify this RSP packet with a particular CMD packet\n: This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command outputs) for the response\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as MSG\n: This value if always FEh\n\n; ID_CODE (message identifier code)\n: uint8\n: Specifies the type of this MSG packet\n: This value is documented for asynchronous message types\n\n; DLEN (data length)\n: uint16\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 0001h\n: This value is documented for a particular asynchronous message type\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (information) for the asynchronous message\n: The structure of this field is documented for a particular asynchronous message type\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\n{{Work In Progress|Section}}\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(186,'\n{{Work In Progress|Page}}\n\n\'\'\'Only the section [[#State Management|State Management]] is incomplete!\'\'\'\n\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n: ... he\'s electronically a collection of raw inputs and outputs.\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Bit-encoded selection of per-command options\n: Bits 7-4 are always set\n: Bits 3-2 are assumed to be reserved for future use and should be set\n: Bit 1 commands Sphero to restart its command timeout counter when set\n: Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n; DID (device ID)\n: uint8\n: Specifies which \"virtual device\" the command belongs to\n: This value is documented for a particular command \n\n; CID (command ID)\n: uint8\n: Specifies the command to perform\n: This value is documented for a particular command\n\n; SEQ (sequence number)\n: uint8\n: Used to identify RSP packets with a particular CMD packet\n: This field can contain any value\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command arguments) for the command\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n: Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as RSP\n: This value if always FFh\n\n; MRSP (message response)\n: uint8\n: Specifies the status of Sphero in responding to the CMD packet\n: This field contains 00h to indicate success\n: The value of this field specifies an error message if greater than 00h\n\n; SEQ (sequence number)\n: uint8\n: Used to identify this RSP packet with a particular CMD packet\n: This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command outputs) for the response\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as MSG\n: This value if always FEh\n\n; ID_CODE (message identifier code)\n: uint8\n: Specifies the type of this MSG packet\n: This value is documented for asynchronous message types\n\n; DLEN (data length)\n: uint16\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 0001h\n: This value is documented for a particular asynchronous message type\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (information) for the asynchronous message\n: The structure of this field is documented for a particular asynchronous message type\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\nNow that we understand the language that Sphero speaks, the last step to implementing Sphero API is learning how to successfully hold a conversation. In other words, just sending commands and receiving responses one at a time is not enough to manage all communications with the device. Managing Sphero\'s communication state within a client application is imperative in order to maintain consistent representations of device parameters and be prepared to interpret all types of data that may be received from the device at a given instant in time. A sensible perspective through which to approach these considerations is in terms of the attributes of [[#Synchronous Command and Control|Synchronous Command and Control]] and [[#Asynchronous Messages|Asynchronous Messages]] before finally looking at [[#The Big Picture|The Big Picture]].\n\n=== Synchronous Command and Control ===\n\nMany interactions with Sphero result directly from issuing a command. These may involve actions that are performed (changing color or moving around), modification of device parameters (changing heading offset or turning off stabilization), or event changing the device\'s future communication state. Intensive purposes underlying the intent in most command scenarios suggests that the successful command processing ought to be confirmed and the device state should be recorded within a client application.\n\nBy default, a client application should issue commands with the <code>answer_flag</code> bit set in <code>SOP2</code> in order to confirm success of commands. This gives rise to the notion that and issued command (CMD) should be directly followed by a blocking attempt to read the command response (RSP). This is a simple place to start implementing communications in a client application. We can express the communication control flow in pseudocode as,\n\n<pre>\nprocedure: SendCommand(CMD)\n  VALID_RSP = FALSE\n  write CMD\n  while VALID_RSP is FALSE\n    receive INCOMING_DATA\n    if INCOMING_DATA is a valid RSP\n      RSP = INCOMING_DATA\n      VALID_RSP = TRUE\n    end if\n  end while\n  return RSP\nend procedure\n</pre>\n\nA naive implementation of a client application considering only synchronous behavior may simply wait for a valid response immediately after issuing a command. Since synchronous commands should be processed one at a time in sequence, this is a good approach for maintaining consistency. However, a generalization of the receive data functionality must be considered to enable success in communication involved asynchronous messages.\n\n=== Asynchronous Messages ===\n\nThe main challenge to overcome when implementing a communication server that supports asynchronous messages is that asynchronous MSG packets may be received from Sphero at \'\'\'any time\'\'\'. One may consider supporting this behavior by incorporating the above pseudocode for the <code>SendCommand</code> procedure as follows,\n\n<pre>\nwhile TRUE\n  if SENDING_COMMAND\n    SendCommand(CMD)\n  else\n    receive INCOMING_DATA\n    if INCOMING_DATA is a valid MSG\n      MSG = INCOMING_DATA\n      handle MSG\n    end if\n  end if\nend while\n</pre>\n\nBut there\'s a very important problem with this implementation. Since MSG packets can come at any time, it\'s possible to miss a MSG packet (and possibly complicate reading a RSP) when entering the <code>SendCommand</code> procedure. If, for instance, a MSG packet is received after entering <code>SendCommand</code> but before the RSP packet is sent back from Sphero, then the incoming MSG packet will not be received in this case. We need to adjust our approach to accommodate receiving incoming data for both RSP and MSG packets \'\'\'all the time\'\'\' and \'\'\'at the same time\'\'\'.\n\nOur main program loop may then take a form such as,\n\n<pre>\nwhile TRUE\n  receive INCOMING_DATA\n  if INCOMING_DATA is a valid RSP\n    RSP = INCOMING_DATA\n    notify VALID_RSP signal\n  else if INCOMING_DATA is a valid MSG\n    MSG = INCOMING_DATA\n    handle MSG\n  end if\nend while\n</pre>\n\nNow we\'ve simply solved the problem of missing incoming data, but we have ignored the <code>SendCommand</code> procedure all together while introducing a new concept of signaling the status of a valid response receipt. Somehow, we must interrupt the main program to send a command, and instead of blocking the program indefinitely while waiting to receive the RSP packet, we must use a signaling method to detect the receipt of a valid response. These are common concepts in multithreaded applications where typical solutions involve the use of mutual exclusion locks and shared data. A modified version of <code>SendCommand</code> may look like,\n\n<pre>\nprocedure: SendCommand(CMD)\n  VALID_RSP = FALSE\n  write CMD\n  wait for VALID_RSP signal\n  return RSP\nend procedure\n</pre>\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(187,'\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/ http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n: ... he\'s electronically a collection of raw inputs and outputs.\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Bit-encoded selection of per-command options\n: Bits 7-4 are always set\n: Bits 3-2 are assumed to be reserved for future use and should be set\n: Bit 1 commands Sphero to restart its command timeout counter when set\n: Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n; DID (device ID)\n: uint8\n: Specifies which \"virtual device\" the command belongs to\n: This value is documented for a particular command \n\n; CID (command ID)\n: uint8\n: Specifies the command to perform\n: This value is documented for a particular command\n\n; SEQ (sequence number)\n: uint8\n: Used to identify RSP packets with a particular CMD packet\n: This field can contain any value\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command arguments) for the command\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n: Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as RSP\n: This value if always FFh\n\n; MRSP (message response)\n: uint8\n: Specifies the status of Sphero in responding to the CMD packet\n: This field contains 00h to indicate success\n: The value of this field specifies an error message if greater than 00h\n\n; SEQ (sequence number)\n: uint8\n: Used to identify this RSP packet with a particular CMD packet\n: This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command outputs) for the response\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as MSG\n: This value if always FEh\n\n; ID_CODE (message identifier code)\n: uint8\n: Specifies the type of this MSG packet\n: This value is documented for asynchronous message types\n\n; DLEN (data length)\n: uint16\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 0001h\n: This value is documented for a particular asynchronous message type\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (information) for the asynchronous message\n: The structure of this field is documented for a particular asynchronous message type\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\nNow that we understand the language that Sphero speaks, the last step to implementing Sphero API is learning how to successfully hold a conversation. In other words, just sending commands and receiving responses one at a time is not enough to manage all communications with the device. Managing Sphero\'s communication state within a client application is imperative in order to maintain consistent representations of device parameters and be prepared to interpret all types of data that may be received from the device at a given instant in time. A sensible perspective through which to approach these considerations is in terms of the attributes of [[#Synchronous Command and Control|Synchronous Command and Control]] and [[#Asynchronous Messages|Asynchronous Messages]] before finally looking at [[#The Big Picture|The Big Picture]].\n\n=== Synchronous Command and Control ===\n\nMany interactions with Sphero result directly from issuing a command. These may involve actions that are performed (changing color or moving around), modification of device parameters (changing heading offset or turning off stabilization), or event changing the device\'s future communication state. Intensive purposes underlying the intent in most command scenarios suggests that the successful command processing ought to be confirmed and the device state should be recorded within a client application.\n\nBy default, a client application should issue commands with the <code>answer_flag</code> bit set in <code>SOP2</code> in order to confirm success of commands. This gives rise to the notion that and issued command (CMD) should be directly followed by a blocking attempt to read the command response (RSP). This is a simple place to start implementing communications in a client application. We can express the communication control flow in pseudocode as,\n\n<pre>\nprocedure: SendCommand(CMD)\n  VALID_RSP = FALSE\n  write CMD\n  while VALID_RSP is FALSE\n    receive INCOMING_DATA\n    if INCOMING_DATA is a valid RSP\n      RSP = INCOMING_DATA\n      VALID_RSP = TRUE\n    end if\n  end while\n  return RSP\nend procedure\n</pre>\n\nA naive implementation of a client application considering only synchronous behavior may simply wait for a valid response immediately after issuing a command. Since synchronous commands should be processed one at a time in sequence, this is a good approach for maintaining consistency. However, a generalization of the receive data functionality must be considered to enable success in communication involved asynchronous messages.\n\n=== Asynchronous Messages ===\n\nThe main challenge to overcome when implementing a communication server that supports asynchronous messages is that asynchronous MSG packets may be received from Sphero at \'\'\'any time\'\'\'. One may consider supporting this behavior by incorporating the above pseudocode for the <code>SendCommand</code> procedure as follows,\n\n<pre>\nwhile TRUE\n  if SENDING_COMMAND\n    SendCommand(CMD)\n  else\n    receive INCOMING_DATA\n    if INCOMING_DATA is a valid MSG\n      MSG = INCOMING_DATA\n      handle MSG\n    end if\n  end if\nend while\n</pre>\n\nBut there\'s a very important problem with this implementation. Since MSG packets can come at any time, it\'s possible to miss a MSG packet (and possibly complicate reading a RSP) when entering the <code>SendCommand</code> procedure. If, for instance, a MSG packet is received after entering <code>SendCommand</code> but before the RSP packet is sent back from Sphero, then the incoming MSG packet will not be received in this case. We need to adjust our approach to accommodate receiving incoming data for both RSP and MSG packets \'\'\'all the time\'\'\' and \'\'\'at the same time\'\'\'.\n\nOur main program loop may then take a form such as,\n\n<pre>\nwhile TRUE\n  receive INCOMING_DATA\n  if INCOMING_DATA is a valid RSP\n    RSP = INCOMING_DATA\n    notify VALID_RSP signal\n  else if INCOMING_DATA is a valid MSG\n    MSG = INCOMING_DATA\n    handle MSG\n  end if\nend while\n</pre>\n\nNow we\'ve simply solved the problem of missing incoming data, but we have ignored the <code>SendCommand</code> procedure all together while introducing a new concept of signaling the status of a valid response receipt. Somehow, we must interrupt the main program to send a command, and instead of blocking the program indefinitely while waiting to receive the RSP packet, we must use a signaling method to detect the receipt of a valid response. These are common concepts in multithreaded applications where typical solutions involve the use of mutual exclusion locks and shared data. A modified version of <code>SendCommand</code> may look like,\n\n<pre>\nprocedure: SendCommand(CMD)\n  VALID_RSP = FALSE\n  write CMD\n  wait for VALID_RSP signal\n  return RSP\nend procedure\n</pre>\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(188,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n<math> x^2 </math>','utf-8'),(189,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\mathbf{v} \\right) </math>','utf-8'),(190,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>','utf-8'),(191,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk| Sphero API Matlab SDK] as well as the original [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface| Sphero MATLAB Interface], co-authored by Yi Jui Lee and myself.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nNote that in writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nIn this exercise, we\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nThroughout development of the function library, it\'s a really good idea to keep track of the fields you\'re introducing in <code>s</code>. At this point, we may not necessarily know what these fields are going to be, but I will keep a running list here,\n\n<pre>\ns.bt = []; % Bluetooth object\n</pre>\n\n=== Connection Utility ===\n<!-- make connect and delete functions -->\n\n{{Work In Progress|Section}}\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(192,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface], authored by Yi Jui Lee.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(193,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface] </ref> authored by Yi Jui Lee.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8');
INSERT INTO `mw_text` VALUES (194,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface\"> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface] </ref> authored by Yi Jui Lee.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(195,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/ http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface\"> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface] </ref> authored by Yi Jui Lee.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(196,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\n\'\'\'I\'m actively working on [[#Writing Library Functions|Writing Library Functions]]\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/ http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface\"> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface] </ref> authored by Yi Jui Lee.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(197,'\nThis page offers my personal description of the Sphero API used to encode commands and general communication between Sphero and a host computer over a physical Bluetooth connection. This low-level (binary) API is documented by Sphero\'s developers at their online quick reference<ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/ http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as in a PDF document hosted on GitHub in Sphero API Developer Resources documentation <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>.\n\nMaking sense of the Sphero API is greatly motivated for those who wish to implement an interface to the device from a new platform that isn\'t officially supported by others. For example, the [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface|Sphero MATLAB Interface], authored by Yi Jui Lee, forms the major basis for my interest.\n\nSubsequent work that sprung out of the efforts set forth by Yi Jui with Sphero MATLAB Interface include my re-write and extension of this project, [[Sphero API Matlab SDK]]. Code for this project can be found on [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Matlab File Exchange (Sphero API Matlab SDK)] and announced at [http://community.gosphero.com/discussion/2966/sphero-api-matlab-sdk-just-released-on-matlab-file-exchange| Sphero Developer Community Forums].\n\n== Sphero Basics ==\n\nWhen we strip away the applications layer and the marketing tools representing Sphero as a consumer product, we\'re left with a lifeless (hopefully) collection of hardware components that requires some keen technical interactions to perform meaningful actions. This perspective on Sphero offers the sort of clean state that is a good starting point for diving head-first into serial communications and control of embedded systems. Much of the approach used here is applicable to communicating with other robots on a low level.\n\nAs Sphero is described in its documentation,\n\n: ... he\'s electronically a collection of raw inputs and outputs.\n\nUnderstanding the functionality of the raw inputs and outputs and the ways in which they\'re connected is not a requirement for success in communicating with Sphero, but does offer insight regarding the purpose and capabilities of Sphero\'s communication protocol.\n\nThe outputs that are most obvious when watching Sphero in action are,\n\n* Light color and brightness change the appearance of Sphero\n* Motors \n\nWhereas the inputs might be slightly more obscure,\n\n* Accelerometer and gyroscope help Sphero feel motion\n* Batteries provide energy\n\nWith only these inputs and outputs, Sphero is capable of using his microcontroller brain to obtain a pre-determined motion behavior such as staying still or moving at constant speed by:\n\n# Sensing motion with accelerometer and gyroscope\n# Thinking about how to obtain the desired behavior\n# Actuating the motors in efforts to accomplish the task\n\nThis process describes the universal \"sense, think, act\" paradigm for robotic and automated systems as well as the fundamental way that Sphero works internally. The only missing link at this point is the ability for Sphero to know what procedure the user would like for it to perform.\n\nThe final item that completes the previous lists of inputs and outputs is the capability for Sphero to communicate to and from its users. This ability for Sphero to communicate is the fundamental focus of the remainder of this page, but it\'s critically important to recognize that Sphero is an autonomous system that performs actions under its own control.\n\nAt any point in time, Sphero is autonomously (and continuously) running a state machine that was designed by its developers at Orbotix and programmed into its firmware. Sphero\'s state machine will allow the device to perform various prescribed actions depending on specific conditions having been met. The factors which influence Sphero\'s behavior include (in order of decreasing assumed priority):\n\n# Prescribed algorithmic behavior (i.e. programmed in the firmware)\n#* Counting\n#* Timing\n#* Computation\n#* External signals (interruption or sensory data)\n# Sensory feedback (i.e. information about the physical environment)\n#* IMU data (accelerometer and gyroscope sensors)\n#* Battery voltage level\n# Communications data (Sphero API)\n#* The binary data stream coming through the Bluetooth radio\n\nThe lowest priority input to Sphero ought to be the communications and control data coming through its Bluetooth radio link. The speed of this data stream, the transmission reliability, and the reliability of users properly structuring commands are all reasons why Sphero is better off considering all other inputs with precedence. Ultimately, the communication and control data input merely offers a way to suggest to Sphero what actions it\'s state machine should consider performing next.\n\n== Sphero API ==\n\nThe first question some readers may ask is \"What\'s an API?\" Well, for starters, API is an acronym that stand for \"Application Programming Interface.\" In the realm of computer programming, descriptions of this concept may vary depending on your perspective, so we\'ll adopt our own in the context of Sphero (and embedded systems, generally).\n\nIn the previous section, we described Sphero as an autonomous system that continually performs predetermined actions based upon its internal status and that of its inputs. Since all of Sphero\'s behavior is necessarily prescribed by the firmware written by the developers at Orbotix, special attention was directed toward enabling Sphero to do things that users want it to do. \n\nWe can think of Sphero\'s main program that controls its autonomous behavior as the robot\'s main application. In addition to writing the main application firmware that defines all of the functionality the Sphero can perform, the developers chose a group of functions from the main application which should be exposed to users. Then, the they had to decide exactly what information must be transmitted, and how this information is structured, in order for Sphero to communicate with users. Finally the main application is built with the ability to talk and listen in the language of this interface to the main application.\n\nGenerally, an application programming interface to a main program allows other programs to interact with it without knowing exactly how the main program works. The way this is done is summarized in the following list:\n\n# Define the content of the commands and messages that must be communicated (similar to words)\n# Define the way in which the information is communicated (similar to grammar, sentence structure, etc.)\n# Ensure that the main application speaks this language perfectly\n# Thoroughly document and distribute the specifications of this language including the functionality it offers and its limitations\n# Implement the language on a satellite program to interact with the main program using the API\n\nThe Sphero API defines the ways in which binary data must be structured and transmitted over Sphero\'s Bluetooth connection in order to communicate with the device. Learning and understanding this API requires comprehension of at least three main concepts:\n\n# Packet structure\n#* What types of sentences does Sphero speak? How do we create them and how do we use them?\n# Data representation\n#* What words does Sphero know? What letters do we use? How do we write them?\n# Using packets\n#* How do we compose and decompose packets to send and receive them (example-based)?\n# State management\n#* How do we speak and listen to sentences in the right order and at the right time?\n\nIn the remainder of this article, we\'ll attempt to answer the questions posed in this list. First, we\'ll start by looking at the three types of packets defined by the Sphero API and what words are used to form them. Then, we\'ll discuss the ways in which the words are formed with some background information on how to read and write the letters of the binary alphabet. Finally, we\'ll discuss some of the requirements for communicating with Sphero over time. Examples of physical control and feedback will motivate the discussion along the way.\n\n== Packet Structure ==\n\nThe Sphero API defines three distinct types of packets that are used to communicate with Sphero. These packets are sequential lists of data that are used to communicate information for a particular purpose. There is one type of packet used to send data from the client to Sphero that we\'ll refer to as a command packet (CMD). Additionally, there are two different types of packets that Sphero can use to send data back to the client. We\'ll refer to these as a command response (RSP) and an asynchronous message (MSG).\n\nThe defining qualities of these packets are the meaning of the data elements that compose them and the order in which the data appears in the packet. In the following subsections we\'ll take our first look at the structure of these packets. The first thing you\'ll see is a listing of the ordered data fields specified by the packet definition such as:\n\n [ FIELD_1 | FIELD_2 | ... | LAST_FIELD ]\n\nWhere the names denote semantic names we will use to refer to the fields, and the left-to-right ordering is the same as that which must be used when sending a packet over Sphero\'s Bluetooth connection.\n\nThen, after introducing the packet signature, we\'ll take a look at some more details about the data fields with the following formatting convention:\n\n;FIELD_NAME (description of field)\n:Data type of this field (more on this in the next section)\n:Meaning of this field (Why is it here? What\'s it used for?)\n:Permissible values for field data (or where the values are specified)\n\nAt this point, we may be \"putting the cart ahead of the horse\" by skipping over prerequisite information regarding data types, bit-field encoding, and byte-packing of multi-byte data fields. Since I\'m assuming that readers may not know this information already, I\'ve chosen to take a top-down approach by introducing conceptual information on packet structure before really drilling down to the implementation details in the following section. For now, you can graze over these finer details while taking notice of the packet signatures, data field descriptions and meanings. When you move on to the next section, you may find yourself coming back here for a second reading to piece things together.\n\n=== CMD (command packet) ===\n\n [ SOP1 | SOP2 | DID | CID | SEQ | DLEN | DATA | CHK ]\n\nCommand packets are sent from the client to Sphero. They instruct Sphero to perform some operation denoted by <code>DID</code> and <code>CID</code> according to additional parameters passed in <code>DATA</code>; with per-command behavior options passed in <code>SOP2</code>. Every command contains a user-specified sequence number, <code>SEQ</code> (more on this with response packets), and must provide a checksum, <code>CHK</code>, to help Sphero guard against interpreting corrupted packets. One such per-command option encoded in <code>SOP2</code> specifies that Sphero must respond to the command in a synchronous fashion by sending back a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Bit-encoded selection of per-command options\n: Bits 7-4 are always set\n: Bits 3-2 are assumed to be reserved for future use and should be set\n: Bit 1 commands Sphero to restart its command timeout counter when set\n: Bit 0 commands Sphero to respond to the command with a RSP packet when set\n\n; DID (device ID)\n: uint8\n: Specifies which \"virtual device\" the command belongs to\n: This value is documented for a particular command \n\n; CID (command ID)\n: uint8\n: Specifies the command to perform\n: This value is documented for a particular command\n\n; SEQ (sequence number)\n: uint8\n: Used to identify RSP packets with a particular CMD packet\n: This field can contain any value\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command arguments) for the command\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo 256 of the sum of the preceding bytes (beginning with <code>DID</code>)\n: Sphero will not act on commands if this value is computed incorrectly. Rather a RSP packet will indicate the checksum failure if the command was otherwise structured properly.\n\n=== RSP (command response packet) ===\n\n [ SOP1 | SOP2 | MRSP | SEQ | DLEN | DATA | CHK ]\n\nCommand response packets are sent from Sphero to the client if and only if a previous CMD packet was sent from the client to Sphero with its answer bit set in <code>SOP2</code>. These packets can be identified when read by the client by checking the value of <code>SOP2</code>. The remaining fields can then be read in synchronously and interpreted to determine the status of Sphero\'s ability to successfully complete the command using <code>MRSP</code>, and read in data sent back by Sphero (if applicable) in <code>DATA</code>.\n\nWhen reading these packets, a couple more characteristics help make sense of the data being received by the client. First, the checksum should be re-calculated on the packet and compared to the CHK the was sent by Sphero. If these don\'t match, the packet should be ignored. Second, the way to determine which CMD packet this RSP packet is responding to is to compare the SEQ field to the sequence number sent with the previous command. Since Sphero echos this field in the RSP packet when responding to a CMD packet, the values should be identical. If the sequence numbers don\'t match, it\'s possible that the client missed a RSP packet.\n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as RSP\n: This value if always FFh\n\n; MRSP (message response)\n: uint8\n: Specifies the status of Sphero in responding to the CMD packet\n: This field contains 00h to indicate success\n: The value of this field specifies an error message if greater than 00h\n\n; SEQ (sequence number)\n: uint8\n: Used to identify this RSP packet with a particular CMD packet\n: This field can contain any value that has been issued in the SEQ field of a previous CMD packet\n\n; DLEN (data length)\n: uint8\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 01h\n: This value is documented for a particular command\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (command outputs) for the response\n: The structure of this field is documented for a particular command\n: This field is not always required, and can be of variable length\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>MRSP</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n\n=== MSG (asynchronous message packet) ===\n\n [ SOP1 | SOP2 | ID_CODE | DLEN | DATA | CHK ]\n\nThe asynchronous message packet is sent from Sphero to the client at any time! These packets can be identified when read by the client by checking the value of <code>SOP2</code>, and they contain structured data in <code>DATA</code> that is decoded based upon the type of message being sent as specified by the message identifier code, <code>ID_CODE</code>. Various CMD packets configure Sphero to generate asynchronous messages periodically based upon the occurrence of events or some time-duration. Because of the asynchronous nature of MSG packets, the client must always be in a state that attempts to read and parse either RSP or MSG packets and behave accordingly to store the response data locally and optionally take action automatically when a MSG is received without interfering with the synchronicity of the CMD-RSP packet flow.\n\nAs with all packets, you\'ll also notice that the checksum field is here again. Make sure to compare this field to a checksum computed on the packet and ignore the message if the values don\'t match. \n\n; SOP1 (start-of-packet 1)\n: uint8\n: Specifies the beginning of a packet\n: This value is always FFh\n\n; SOP2 (start-of-packet 2)\n: uint8\n: Specifies the packet type as MSG\n: This value if always FEh\n\n; ID_CODE (message identifier code)\n: uint8\n: Specifies the type of this MSG packet\n: This value is documented for asynchronous message types\n\n; DLEN (data length)\n: uint16\n: Specifies the number of bytes in the remainder of the packet\n: This value is computed from the number of bytes in <code>DATA</code> and <code>CHK</code>\n: This value is at least 0001h\n: This value is documented for a particular asynchronous message type\n\n; DATA (optional array of data)\n: array of byte-packed data\n: Contains the data (information) for the asynchronous message\n: The structure of this field is documented for a particular asynchronous message type\n\n; CHK (checksum)\n: uint8\n: Contains a checksum that is used invalidate packets if they are corrupted through transmission\n: Computed from previous bytes excluding <code>SOP1</code> and <code>SOP2</code>\n: Computed as the bit-wise complement of the modulo-256 of the sum of the preceding bytes (beginning with <code>ID_CODE</code>)\n: Responses should be ignored if this value doesn\'t match the computed checksum\n\n== Data Representation ==\n\nAs with all computers, data is encoded in binary format at the lowest level in Sphero. Since most people typically think about numbers in terms of their decimal representation, it\'s important to take a moment to describe these representations of numbers. First, we\'ll take a look at the generalized mathematical representation through use of number systems, and the benefits of each. Then, we\'ll specify some specific formats, or data types, in which binary and logical values are encoded in Sphero\'s packet structure. The content of this section loosely covers the basics of understanding the description and documentation of Sphero\'s numerical language.\n\n=== Number Systems ===\n\nHere we distinguish between the number, or physical quantity, of interest and the numerals, or characters/symbols, used to encode number information.\nParticular numbers are inherently invariant until the point when their values must be communicated; For exmaple, by people or automated systems. Most people typically think of numbers in terms of groups of ten using the decimal, or base ten, number system. Alternatively, conventional computers use logical states, akin to the notion of a switch being turned on or off, to represent numbers. Thus the binary, or base two, number system is used at the hardware level to communicate values. Various other concepts for encoding of information are also useful for certain contexts, and all of these are described in the following.\n\n;Logical Bitfield\n\n:The characters 0 and 1 are used to denote a sequence of true and false values.\n\n:Typically used by computers to physically communicate and store logical information. Oftentimes logical bitfields are regarded as numerical data (in binary format) that should be interpreted as a logical bitfield.\n\n;Binary (base two)\n\n:The characters 0 and 1 are used to denote a number. Binary numerals are denoted with the suffix b.\n\n:Typically used by computers to physically communicate and store numbers.\n\n:Example: ten equals 1010b, nineteen equals 10011b\n\n;Decimal (base ten)\n\n:The characters 0-9 are used to denote a number. Decimal numerals are denoted either with or without the suffix d.\n\n:Typically used by people to think about and communicate numbers.\n\n:Example: ten equals 10d or 10, nineteen equals 19d or 19\n\n;Hexadecimal (base sixteen)\n\n:The characters 0-9, A-F are used to denote a number. Hexadecimal numerals are denoted with the suffix h.\n\n:Typically used by humans to document numbers used in computers. Hexadecimal numerals are more compact than decimal representation and the base sixteen aligns better with computers\' binary system as well as their basic unit of storage, a byte. A byte, or eight bits, requires at most two characters to represent using hexadecimal.\n\n:Example: ten equals Ah, nineteen equals 14h\n\n=== Data Types ===\n\nFull specification a computer\'s representation of data requires more than just the use of the binary number system. In addition to communicating data in terms of the states 1 and 0, computers must also understand exactly how many bits (characters) of information to use for a particular piece of data. Furthermore, some subtle details regarding the way in which negative numbers are represented in binary also affect the result of a binary encoding. A standardized approach to representing these details in writing finds its basis in the integer types of the C programming language in this document.\n\nThe general syntax used here to denoted the sign and number of bits that should be assumed in an integer\'s binary representation is denoted by the format:\n\n<pre><u?>int<N></pre>\n\nWhere the character u is optional and denotes that the interger, int, is unsigned. The character N denotes the number of bits used to store the data in decimal notation. For example, uint8 is an eight bit integer that does not encode negative numbers, and int32 is a thirty-two bit integer that does encode negative numbers.\n\nSince this notation is conventional in the C programming language (and many others), we will not elaborate on most of the finer details including negative number encoding. It\'s very likely that the programming environment supports use of similar convention so that the developer can rely upon high-level functionality to handle the bits for you. In the rest of this section, we\'ll address some key points regarding the handling of logical bitfield encoded data, integer data smaller than eight bits, and the transmission of data elements larger than eight bits.\n\n;Logical Bitfield\n\n:Requires bit indexing to access individual bits of an integer data type that is conventionally unsigned.\n\n:The data type typically used for logical bitfield encoding is typically uint8. However, in some cases only part of a data element is used to encode logical data, and in others, you may encounter larger logical bitfields. For instance, the MASK and MASK2 elements of a SET_DATA_STREAMING CMD are of type uint32.\n\n:The syntax of bit indexing varies between programming environments, but the indices are typically denoted in an N bit integer,\n\n:<pre>[ bit N | bit N-1 | ... | | bit 1 | bit 0 ]</pre>\n\n;Packed Nibble\n\n:Two nibbles, groupings of four bits, are used to encode numbers in a single byte such as a uint8 type.\n\n:The characters A-H of a uint8 type are decomposed into high nibble, low nibble, as,\n\n:<pre>[ ABCDEFGH ] = [ ABCD | EFGH ] = [ high nibble | low nibble ]</pre>\n\n;Multiple Byte Transmissions\n\n:Multiple bytes are transmitted most significant byte (MSB) first sequentially through the least significant byte (LSB).\n\n:Since Sphero transmits data one byte at a time, it\'s crucial to know which order the bytes are sent in when sending or receiving a data element larger than eight bits.\n\n:In the following examples for sixteen and thirty-two bit types, the bytes A-D are transmitted in alphabetical order.\n\n:<pre>uint32 or int32: [ byte 3 = MSB | byte 2 | byte 1 | byte 0 = LSB ] = [ A | B | C | D ]</pre>\n\n:<pre>uint16 or int16: [ byte 1 = MSB | byte 0 = LSB] = [ A | B ]</pre>\n\n== Using Packets ==\n\nAfter reading about the [[#Packet Structure|structure of Sphero packets]] conceptually, brushing up on Sphero\'s [[#Data Representation|representation of data]], and then possibly rereading these sections, we\'re ready to move forward and discuss the basic ideas behind working with [[#Common Characteristics|all packet types]] including, [[#CMD Packet Encoding|constructing packets used to send commands]], [[#RSP Packet Decoding|receive command responses]] (optionally), and [[#MSG Packet Decoding|receive asynchronous notification messages]].\n\nIn this section, refer to Sphero API documentation on sphero.com or the document Sphero_API_1.50.pdf in Orbotix DeveloperResources branch on GitHub.\n<ref name=\"sphero-api-web\" />\n<ref name=\"sphero-api-github\" />.\n\n=== Common Characteristics ===\n\nSome aspects of CMD, RSP, and MSG packets are common. For instance, the CMD and RSP packets share the sequence number data field, and all packets involve the computation of a checksum byte.\n\nThe sequence number, <code>SEQ</code>, for commands is used in applications to identify correspondence between command responses and the commands which solicited the response. It\'s typical to manage the value of SEQ in an application by incrementing its value with every CMD packet sent. However, in these examples, we\'ll use an arbitrary magic number, 37h, to disambiguate the <code>SEQ</code> byte.\n\nThe checksum byte, <code>CHK</code>, is used to detect data transmission failures. The basic idea is that the transmitting machine computes a mathematical function on the packet data and appends the result to the packet. Then, when the receiver reads the incoming packet, the checksum is computed again and compared with the value sent by the transmitter. If these numbers do not match, then the packet data has been corrupted in transmission and should be ignored.\n\nThe first step in computing <code>CHK</code> for CMD, RSP, and MSG packets is to add up the values of all bytes beginning with the first byte after <code>SOP2</code> (i.e. <code>DID</code>, <code>MRSP</code>, or <code>ID_CODE</code>, respectively) and ending with the last byte before <code>CHK</code> (i.e. <code>DLEN</code> or the last byte of <code>DATA</code>). We\'ll call this summation SUM in the following procedure used to compute <code>CHK</code>.\n\n#Compute SUM on the appropriate bytes of the packet as described above\n#*Let\'s assume that SUM = 561d\n#Compute the modulo 256 of SUM\n#*Modulo 256 of 561 equals 49\n#Perform the bitwise complement on this result\n#*Convert to binary: 49d = 00110001b\n#*Perform bitwise complement: ~(00110001b) = 11001110b\n#*Convert back to decimal or hexadecimal: 11001110b = 206d = CEh\n#The checksum is, <code>CHK</code> = CEh\n\n=== CMD Packet Encoding ===\n\nThere are many commands that can be chosen for this tutorial on constructing CMD packets. A representative subset of the commands we may use includes Ping, SetRGBLEDOutput, Roll and ReadLocator. Recall the [[#CMD (command packet)|CMD packet structure]] in the following.\n\nBefore we start to construct specific CMD packets, we\'ll first take a look at some aspects of the CMD packet that are similar for all commands.\n\nThe <code>SOP2</code> byte contains logical bitfield options <code>DATA</code> in bit positions zero and one. These bits reset the command timeout timer (<code>reset_timeout_flag</code>) and request a command response (<code>answer_flag</code>), respectively. The bit format of the <code>SOP2</code> byte is,\n\n<pre>\n[ 1 | 1 | 1 | 1 | 1 | 1 | reset_timeout_flag | answer_flag ]\n</pre>\n\nBy default, it\'s good practice to issue commands synchronously (with the <code>answer_flag</code> bit set) and reset the command timeout counter. The resulting default <code>SOP2</code> byte for a CMD packet is thus,\n\n<pre>\nSOP2 = 11111111b = FFh = 255\n</pre>\n\nAlternative variations of this byte may be,\n\n<pre>\nSOP2 = 11111110b = FEh = 254 (reset timeout, do not issue a response)\nSOP2 = 11111101b = FDh = 253 (do not reset timeout, issue a response)\nSOP2 = 11111100b = FCh = 252 (do not reset timeout nor issue a response)\n</pre>\n\nChoosing not receive a response to the command may allow for streaming commands at a faster rate, but does not allow verification that Sphero received the command.\n\nHere are some examples of the numerical packet <code>DATA</code> byte strings (and useful notes) for basic commands.\n\n;Ping\n:Simple command used to verify communication with Sphero\n:<pre>DID = 00h, CID = 00h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 01h | 37h | 01h | C6 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to test communications without requesting a response.\n\n;SetRGBLEDOutput\n:Sets the color of Sphero\'s RGB LED. Input parameters in <code>DATA</code> include, <code>RED</code>, <code>GREEN</code>, <code>BLUE</code> values to specify color channel intensity (0-255), and <code>FLAG</code> to select the persistence of this change (0-1)\n:<pre>DID = 02h, CID = 20h, DLEN = 05h, DATA = [ RED | GREEN | BLUE | FLAG ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | FFh | 00h | 00h | 00h | A2h ] (red)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | FFh | 00h | 00h | A2h ] (green)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 20h | 37h | 05h | 00h | 00h | FFh | 00h | A2h ] (blue)</pre>\n\n;Roll\n:Makes Sphero move at a specified speed in a given direction. Input parameters in <code>DATA</code> specify how fast Sphero should move with a fractional <code>SPEED</code> (0-255), the global direction or <code>HEADING</code> in degrees (0-359), and the motion mode or <code>STATE</code> flag (0-2) with stop = 0, normal = 1, and fast = 2.\n:Here we\'ll look at using a <code>HEADING</code> greater than 255 degrees to show byte ordering for the uint16 heading as well as a stop command.\n:<pre>DID = 02h, CID = 30h, DLEN = 05h, DATA = [ SPEED | HEADING_MSB | HEADING_LSB | STATE ]</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 80h | 01h | 0Eh | 01h | 01h ] (half speed, to the left, normal mode)</pre>\n:<pre>packet = [ FFh | FFh | 02h | 30h | 37h | 05h | 00h | 00h | 00h | 00h | 91h ] (stop)</pre>\n\n;ReadLocator\n:Requests a response including Sphero\'s current position and velocity estimate\n:<pre>DID = 02h, CID = 15h, DLEN = 01h, DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 02h | 15h | 37h | 01h | B0 ]</pre>\n:The SOP2 byte should always have the <code>answer_flag</code> bit set since it doesn\'t make sense to request response <code>DATA</code> without requesting a response.\n:Note that some firmware versions may not support this command!\n\n=== RSP Packet Decoding ===\n\nReading in a RSP packet is a relatively straightforward process. As bytes become available to a client application, the beginning of a RSP packet is identified by the expected sequence of bytes <code>SOP1</code> and <code>SOP2</code>, <code>[ FFh | FFh ]</code>. Then, the remaining bytes of the packet are read with a total number of bytes inferred by <code>DLEN</code>. Once a prospective RSP packet has been read, the checksum should be checked in order to check for either a corrupted or misaligned packet. Assuming that everything is still okay at this point, then the packet is ready to be interpreted by makin sense of the message response, <code>MRSP</code>; sequence number, <code>SEQ</code>, to associate the RSP with its soliciting CMD; and optionally, decode accompanying <code>DATA</code>.\n\nSome example RSP packets that correspond with the CMD packets [[#CMD Packet Encoding|introduced previously]] are described in the remainder of this section. In all of these examples, we consider the desired <code>MRSP</code>, zero, which indicates a successful command execution.\n\n;Ping\n:This is a \'\'\'Simple Response\'\'\' with no data. It simply carries a status code, <code>MRSP</code> associated with the CMD corresponding to <code>SEQ</code>\n:<pre>MRSP = 00h (success), DATA = <no data></pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 01h | C7h ]</pre>\n\n;SetRGBLEDOutput\n:This is a simple response similar to Ping.\n\n;Roll\n:This is a simple response similar to Ping.\n\n;ReadLocator\n:This response has associated data. The interpretation of incoming data is performed after parsing the simple response fields.\n:<pre>MRSP = 00h (success), DATA = [ X_POS (int16) | Y_POS (int16) | X_VEL (int16) | Y_VEL (int16) | SOG (uint16) ] </pre>\n:<pre>packet = [ FFh | FFh | 00h | 37h | 0Bh | 00h | 09h | FFh | C5h | FFh | 8Fh | FFh | 67h | 00h | BEh | 3Eh ]</pre>\n:<pre>X_POS = 0009h =    9cm   (x component of position)</pre>\n:<pre>Y_POS = FFC5h = - 59cm   (y component of position)</pre>\n:<pre>X_VEL = FF8Fh = -113cm/s (x component of velocity)</pre>\n:<pre>Y_VEL = FF67h = -153cm/s (y component of velocity)</pre>\n:<pre>SOG   = 00BEh =  190cm/s (speed over ground or magnitude of velocity)</pre>\n\n=== MSG Packet Decoding ===\n\nUnlike CMD and RSP packets, it may seem like there\'s a bit more complexity in MSG packet formats. One reason for this is in the they\'re asynchronous so that we can never know exactly when a MSG packet will arrive; More on this later in [[#State Management|State Management]]. The more immediate reason relates to the general nature of data that is encoded in these messages. First, are you notice in the sixteen bit <code>DLEN</code> field, there may possibly be \'\'\'much\'\'\' more data in MSG packets! Also, since some of these messages correspond with rich structured data, the interpretation of the data field is sometimes more involved than decoding data fields with simple pre-determined fields. This is the case for one such useful MSG packet, DataStreamingMessage, which will be the focus of this section. In addition to packet format and structure, the <code>DATA</code> array is also formatted according to variable parameters.\n\nMost, if not all (I\'m really not sure)<!-- TODO get sure -->, MSG packets are solicited by device state behavior or configuration information that is modified by the use of various commands. In the case of DataStreamingMessage, the behavior by which Sphero issues these MSG packets (i.e. packet rate, total number of packets) is specified by the SetDataStreaming CMD. Additionally, this command also dictates the length and meaning of the data encoded in the MSG <code>DATA</code> array.\n\nVarious physical data sources in Sphero may be set up to stream back to a client application by invoking the SetDataStreaming command. One important required command parameter is a logical bitfield named <code>MASK</code>. This sensor mask variable is a thirty-two bit value wherein each bit corresponds with a certain data source. Knowledge of the <code>MASK</code> passed when invoking SetDataStreaming is critical to interpret the DataStreamingMessage MSG packets since only those sources selected by set bits will populate the MSG <code>DATA</code> array.\n\nAlthough the SetDataStreaming command exposes parameters to configure the streaming of multiple data frames per packet, we\'ll assume that there is only one frame of sensor data per packet for now. Interpreting the <code>DATA</code> array depends greatly on the mapping of data sources to <code>MASK</code> bit position.\n\n<pre>\n---------------------------+----------------------------------------------------\n DATA SOURCE               | MASK BIT POSITION\n---------------------------+----------------------------------------------------\nBYTE 3                     |\nMASK_ACCEL_X_RAW ......... | 80 00 00 00h = 10000000 00000000 00000000 00000000b\nMASK_ACCEL_Y_RAW ......... | 40 00 00 00h = 01000000 00000000 00000000 00000000b\nMASK_ACCEL_Z_RAW ......... | 20 00 00 00h = 00100000 00000000 00000000 00000000b\nMASK_GYRO_X_RAW .......... | 10 00 00 00h = 00010000 00000000 00000000 00000000b\nMASK_GYRO_Y_RAW .......... | 08 00 00 00h = 00001000 00000000 00000000 00000000b\nMASK_GYRO_Z_RAW .......... | 04 00 00 00h = 00000100 00000000 00000000 00000000b\nBYTE 2                     |\nMASK_MOTOR_RT_EMF_RAW .... | 00 40 00 00h = 00000000 01000000 00000000 00000000b\nMASK_MOTOR_LT_EMF_RAW .... | 00 20 00 00h = 00000000 00100000 00000000 00000000b\nMASK_MOTOR_LT_PWM_RAW .... | 00 10 00 00h = 00000000 00010000 00000000 00000000b\nMASK_MOTOR_RT_PWM_RAW .... | 00 08 00 00h = 00000000 00001000 00000000 00000000b\nMASK_IMU_PITCH_FILT ...... | 00 04 00 00h = 00000000 00000100 00000000 00000000b\nMASK_IMU_ROLL_FILT ....... | 00 02 00 00h = 00000000 00000010 00000000 00000000b\nMASK_IMU_YAW_FILT ........ | 00 01 00 00h = 00000000 00000001 00000000 00000000b\nBYTE 1                     |\nMASK_ACCEL_X_FILT ........ | 00 00 80 00h = 00000000 00000000 10000000 00000000b\nMASK_ACCEL_Y_FILT ........ | 00 00 40 00h = 00000000 00000000 01000000 00000000b\nMASK_ACCEL_Z_FILT ........ | 00 00 20 00h = 00000000 00000000 00100000 00000000b\nMASK_GYRO_X_FILT ......... | 00 00 10 00h = 00000000 00000000 00010000 00000000b\nMASK_GYRO_Y_FILT ......... | 00 00 08 00h = 00000000 00000000 00001000 00000000b\nMASK_GYRO_Z_FILT ......... | 00 00 04 00h = 00000000 00000000 00000100 00000000b\nBYTE 0                     |\nMASK_MOTOR_RT_EMF_FILT ... | 00 00 00 40h = 00000000 00000000 00000000 01000000b\nMASK_MOTOR_LT_EMF_FILT ... | 00 00 00 20h = 00000000 00000000 00000000 00100000b\n</pre>\n\nGiven a <code>DATA</code> array and its corresponding <code>MASK</code>, the process for decoding its bytes into usable information is as follows.\n\n#Iterate through the bits of <code>MASK</code>, beginning with the most significant bit\n#If the bit is set, shift out two bytes from <code>DATA</code>\n#*These bytes are the data for the corresponding data source\n\nSince all data sources are encoded with sixteen bits, the length of the <code>DATA</code> array should exactly double the number of bits set in <code>MASK</code> unless there are multiple data frames transmitted in a single packet. If this is the case, repeat this procedure for successive data frames until all elements are shifted out of <code>DATA</code>.\n\n;DataStreamingMessage\n:In this example, we\'ll specify that all of the raw and filtered accelerometer data sources should stream with one frame per packet\n:<pre>MASK = 11100000000000001110000000000000b</pre>\n:<pre>ID_CODE = 03h, DLEN = 0Dh = 12 = (6 data sources)*(two bytes per data source)*(1 frame per packet)</pre>\n:<pre>packet = [ FFh | FEh | 03h | 00h | 0Dh | 00h | 00h | 00h | 0Ah | 00h | FBh | FFh | DFh | 00h | 76h | 10h | 24h | 62h ]</pre>\n:Data results are decoded in hardware units (i.e. before conversion to physical units) below\n\n<pre>\nACCEL_X_RAW  = 0000h =     0\nACCEL_Y_RAW  = 000Ah =    10\nACCEL_Z_RAW  = 00FBh =   251\nACCEL_X_FILT = FFDFh =   -33\nACCEL_Y_FILT = 0076h =   118\nACCEL_Z_FILT = 1024h =  4132\n</pre>\n\n== State Management ==\n\nNow that we understand the language that Sphero speaks, the last step to implementing Sphero API is learning how to successfully hold a conversation. In other words, just sending commands and receiving responses one at a time is not enough to manage all communications with the device. Managing Sphero\'s communication state within a client application is imperative in order to maintain consistent representations of device parameters and be prepared to interpret all types of data that may be received from the device at a given instant in time. A sensible perspective through which to approach these considerations is in terms of the attributes of [[#Synchronous Command and Control|Synchronous Command and Control]] and [[#Asynchronous Messages|Asynchronous Messages]] before finally looking at [[#The Big Picture|The Big Picture]].\n\n=== Synchronous Command and Control ===\n\nMany interactions with Sphero result directly from issuing a command. These may involve actions that are performed (changing color or moving around), modification of device parameters (changing heading offset or turning off stabilization), or event changing the device\'s future communication state. Intensive purposes underlying the intent in most command scenarios suggests that the successful command processing ought to be confirmed and the device state should be recorded within a client application.\n\nBy default, a client application should issue commands with the <code>answer_flag</code> bit set in <code>SOP2</code> in order to confirm success of commands. This gives rise to the notion that and issued command (CMD) should be directly followed by a blocking attempt to read the command response (RSP). This is a simple place to start implementing communications in a client application. We can express the communication control flow in pseudocode as,\n\n<pre>\nprocedure: SendCommand(CMD)\n  VALID_RSP = FALSE\n  write CMD\n  while VALID_RSP is FALSE\n    receive INCOMING_DATA\n    if INCOMING_DATA is a valid RSP\n      RSP = INCOMING_DATA\n      VALID_RSP = TRUE\n    end if\n  end while\n  return RSP\nend procedure\n</pre>\n\nA naive implementation of a client application considering only synchronous behavior may simply wait for a valid response immediately after issuing a command. Since synchronous commands should be processed one at a time in sequence, this is a good approach for maintaining consistency. However, a generalization of the receive data functionality must be considered to enable success in communication involved asynchronous messages.\n\n=== Asynchronous Messages ===\n\nThe main challenge to overcome when implementing a communication server that supports asynchronous messages is that asynchronous MSG packets may be received from Sphero at \'\'\'any time\'\'\'. One may consider supporting this behavior by incorporating the above pseudocode for the <code>SendCommand</code> procedure as follows,\n\n<pre>\nwhile TRUE\n  if SENDING_COMMAND\n    SendCommand(CMD)\n  else\n    receive INCOMING_DATA\n    if INCOMING_DATA is a valid MSG\n      MSG = INCOMING_DATA\n      handle MSG\n    end if\n  end if\nend while\n</pre>\n\nBut there\'s a very important problem with this implementation. Since MSG packets can come at any time, it\'s possible to miss a MSG packet (and possibly complicate reading a RSP) when entering the <code>SendCommand</code> procedure. If, for instance, a MSG packet is received after entering <code>SendCommand</code> but before the RSP packet is sent back from Sphero, then the incoming MSG packet will not be received in this case. We need to adjust our approach to accommodate receiving incoming data for both RSP and MSG packets \'\'\'all the time\'\'\' and \'\'\'at the same time\'\'\'.\n\nOur main program loop may then take a form such as,\n\n<pre>\nwhile TRUE\n  receive INCOMING_DATA\n  if INCOMING_DATA is a valid RSP\n    RSP = INCOMING_DATA\n    notify VALID_RSP signal\n  else if INCOMING_DATA is a valid MSG\n    MSG = INCOMING_DATA\n    handle MSG\n  end if\nend while\n</pre>\n\nNow we\'ve simply solved the problem of missing incoming data, but we have ignored the <code>SendCommand</code> procedure all together while introducing a new concept of signaling the status of a valid response receipt. Somehow, we must interrupt the main program to send a command, and instead of blocking the program indefinitely while waiting to receive the RSP packet, we must use a signaling method to detect the receipt of a valid response. These are common concepts in multithreaded applications where typical solutions involve the use of mutual exclusion locks and shared data. A modified version of <code>SendCommand</code> may look like,\n\n<pre>\nprocedure: SendCommand(CMD)\n  VALID_RSP = FALSE\n  write CMD\n  wait for VALID_RSP signal\n  return RSP\nend procedure\n</pre>\n\n== References ==\n\n<references />\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(198,'Hey Yi Jui, \n\nYou can change your password [[Special:ChangePassword|here]].\n\nYou can go ahead and start editing [[Sphero API Tutorial]] and [[Sphero_API_Matlab_SDK]] by proofreading (and editing errors) and adding additional explanations/examples where appropriate. I think you might be able to help simplify some of the technical descriptions.\n\nFeel free to include/add extra links out to your stuff or whatever. I\'m completely cool with \'\'\'tastefully\'\'\' adding more of your stuff, just think twice before deleting or changing existing content, please.','utf-8'),(199,'\nYou can change your password [[Special:ChangePassword|here]].\n\nI typically use a section in [[Journal]] to begin piecing together notes for a new article in a section like [[Journal#HTPC Config for Home LAN|HTPC Config for Home LAN]] and then keep adding subsections until it\'s ready for a new article.','utf-8'),(200,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===','utf-8'),(201,'\n<!-- You can set wgCapitalLinks to false to make the first character case-sensitive -->\n\n{{Work In Progress|item=Page}}\n\nCommercial software programs produced by [http://www.ipisoft.com/ iPi Soft], enable the use of multiple depth sensors for human motion capture applications. In this article, the use of this software with multiple Microsoft Kinect sensors is evaluated in a tutorial format. Readers who desire to get up-and-running quickly with similar platform may forgo roughly ten hours of time invested in the activities outlined herein.\n\n== Overview ==\n\nThe software under evaluation includes,\n\n* iPi Recorder - Free capture software\n* iPi Mocap Studio - Commercially licensed motion analysis software (free trials are available)\n* iPi Biomech Addon - Commercially licensed addon for Mocap Studio\n\nThe primary utility of this software combination is in the use of Mocap Studio to estimate the pose of a human motion model based upon data from multiple sensors. The Recorder application is necessary to record data in a (proprietary) format that can be used as input to Mocap Studio. Also, since more than one computer may be used to record sensor data simultaneously, the Recorder software is free too be installed on many machines. Finally, the Biomech Addon is not a necessary product for motion capture, but is useful for those who wish to export the results for further analysis in an environment such as Matlab. \n\n=== Workflow ===\n\n[[File:ipi_soft_human_motion_capture_workflow.png|thumb|High level workflow for human motion data capture and analysis using iPi Soft software]]\n\nThe high-level workflow for a full-cycle of data collection begins with preliminary setup, involves capturing data and processing for both camera calibration and action (human motion) data, and ends with the export of results to Matlab compatible format. Here\'s a listing of the main processes involved in the accompanying flowchart.\n\n;Preliminary Setup\n:Position cameras and hook them up to PCs and configure camera settings in Recorder\n\n;Calibration Capture\n:Use Recorder to capture calibration data (wanding with a light marker)\n\n;Calibration Processing\n:Use Mocap Studio to process the calibration data\n\n;Action Capture\n:Use Mocap Studio to capture action data (human motion)\n\n;Action Processing\n:Use Mocap Studio to process data from action capture and the calibration processing output to generate human motion tracking results\n\n;Biomech Export\n:Use Biomech Addon (from within Mocap Studio) to export the human motion tracking results in Matlab (*.mat) format for further analysis\n\n=== Capture ===\n\nData collection is performed with iPi Soft Recorder running on Windows based host PCs that are connected to the Kinect sensors and a common LAN.\n\n#Hardware setup\n##Connect Kinects to their driving PCs (1 Kinect v2 per Win8+ PC || 2 Kinect v2 per Win7+ PC)\n##Connect multiple PCs to a common LAN (i.e. WiFi connection)\n##Launch iPi Recorder on each PC, select Kinect hardware, click record video\n#Background subtraction\n##Capture static background for 10s on each instance of iPi Recorder\n#Configure network synchronization\n##Select enter slave mode on each desired slave PC\n##Connect to slaves on the single master PC\n#Capture scene\n##Click start to begin recording (optionally add a delay)\n##Refer to [[#Calibration Capture | calibration]] or [[#Action Capture | action]] procedures below for more details\n##Click stop to end recording, then proceed directly with the following step\n#Download and merge slave data manually\n#*If you have external media, manually merging the slave data saves time\n##Click close to cancel the automatic network download of slave data, click yes if prompted\n##Manually transfer (i.e. copy and paste) the master data (*.master) and the slave data (*.slave0, *.slave1, ...) to the processing PC.\n##In iPi Recorder, go to Home &gt;&gt; Merge Video, select all data files (master and slaves), then follow prompts to merge videos.\n\n=== Processing ===\n\nThe processing of both calibration and action scene data is performed with the iPi Soft Mocap (Pro) software. \n\n== Requirements ==\n\n\n\n=== Sensors ===\n\n\n\n=== Computers ===\n\n\n\n== Procedure ==\n\n\n\n=== Preliminary Setup ===\n\n\n\n=== Calibration Capture ===\n\nThe purpose of a calibration scene is to capture assumed geometries that are visible in every depth image so that the transformations relating each camera frame may be computed. The known geometries expected by iPi Soft Mocap are either a reference plane or a light marker (i.e. a flashlight bulb). Since the former is only supported for two cameras maximum, it\'s advisable to elect for exclusive usage of the light marker method.\n\n#Prepare light marker (before recording)\n#*Take the cap and lens off of a, for example, Mini [http://maglight.com/ Mag-Light]\n#Record \"wanding\" of workspace volume\n#*Sweep spirals about two foot in diameter about a vertical axis with roughly 4 revolutions per 6 feet\n#*Sweep these spirals in quadrants across the area of the horizontal plane bounding the desired workspace volume\n#*Repeat this procedure until at least 30s of footage has been recorded\n#Important notes\n#*Be sure to maintain line-of-sight between the light and \'\'every\'\' camera as occlusions are bad (wasted) data points\n#*DO NOT hold the flashlight cap and lens in your unused hand while recording - this object may register false light markers in calibration processing\n#*I\'ve tried this both with uneven lighting that\'s slightly dim and with even and very bright fluorescent light - the bright lighting produced better (usable) results\n\n=== Calibration Processing ===\n\n\n\n=== Action Capture ===\n\nThe recording of an action scene is quite simple. Every take must begin with a t-pose, and every part of the actor\'s body should remain in view of all cameras throughout the duration of the scene.\n\nNote that the cameras should remain in the exact same place throughout the duration of capturing.\n\n=== Action Processing ===\n\n\n\n\n== Testing Notes ==\n\n\n=== (4) Kinect v1 ===\n\n;Setup\n\n:Multiple Kinect v1 sensors may be driven by the same host system running Windows 7 (maybe earlier) or newer. The limitation imposed on number of Kinect v1 sensors per computer is the number of hardware USB controllers present in the system. It is recommended that the system provide one USB controller per Kinect v1. This hasn\'t been tested due to possible wasted time. In these tests, there are two Kinect v1 driven by each of two PCs, one slave and one master.\n\n=== (3) Kinect v2 ===\n\n;Setup\n\n:Each Kinect v2 must be driven by a dedicated PC running Windows 8 or 10. This is because the Kinect SDK only supports one device per system and requires Windows 8 or newer OS. I used the processing desktop as one PC and two ASUS laptops to drive the other two sensors remotely.\n\n;Operation\n\n:This procedure is roughly the same as for the Kinect v1 except that v2 does not have computer controls (i.e. configurable properties) to adjust elevation. This is not a problem at all since the larger FOV of v2 is quite forgiving when manually adjusting sensor elevation.\n\n:The captured files were for a 22s calibration scene, and each of three files was 130-170MB. The approximate download time via 802.11n was 6 minutes.\n\n;Calibration\n\n:Adjusted the ROI to clip off the end of the scene when I walked out of the calibration volume to stop recording. The resulting ROI is 488 frames (16s). The calibration only took about a minute, but the quality was not good enough. Visual inspection of the resulting camera transforms revealed a failed calibration. The poor metrics were 147 good frames and 87% occlusions. I noticed that when making spirals with the light marker, I was occluding the light with the arm I was holding it in to the view of the camera behind me.\n\n:In a second attempt, a much larger ROI (800 frames) resulted in another failed calibration. Very few (roughly 150) good frames were found.\n\n:In a third attempt, the cameras were rotated slightly to move the glare from other cameras\' IR emitters away from the calibration volume. A much longer clip was recorded in which a four quadrant helix wanding was performed twice and then the volume boundary was swept in a spiral (increased total volume swept compared to previous attempts). This resulted in three data files in the range of sizes 470-723MB (1.78GB after merge) with time length of 97s. In efforts to create the best chance of successful calibration, the ROI was maximally clipped to 2700 frames. This still didn\'t work. It turns out that I was holding the lens cap to the flashlight in my unused hand, and I think this was registering as false light markers in many frames.\n\n:Attempt four finally worked although the resulting accuracy was deemed a failure at roughly 8cm. The cameras seemed to register correct positions, so I moved forward. Some new changes that were made this time include turning the room lights on (possibly no impact, I\'m not sure) and increasing the duration of background capturing to 10s.\n\n;Action\n\n:The test action recorded is a sequence of three squats. The ROI was trimmed front and back to a duration of 18.5s. I proceed with the same processing technique used previously:\n#Track forward course (tracking resolution: low) - about 5 minutes\n#Refine forward fine (tracking resolution: high) - 14:30 (1.5fps)\n#Jitter removal (default settings) - 3 minutes\n\n;Problems\n\n:When downloading slave data from two ASUS laptops, the download failed after roughly six minutes (near completion). To work around this issue, start by manually transfering the data files from the slaves to the master. Then, in the recorder program, invoke HOME >> MERGE VIDEOS, select the slave files and the master file and follow the prompts. You should then see the merged video file in the same directory as the master input file.\n\n:Don\'t hold reflective stuff (i.e. flashlight lens cap) while capturing a calibration scene!\n\n[[Category:Academics]]','utf-8'),(202,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon \n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]','utf-8'),(203,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]','utf-8'),(204,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nI\'ve written a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result? A super simple m-code interface to streaming data from Myo. Read more about this project at [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]].','utf-8'),(205,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\n\n\n== Myo SDK ==\n\n\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(206,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\n\n\n== Myo SDK ==\n\n\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(207,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.','utf-8'),(208,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\n\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(209,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Device Listener Class ===\n\nIn order to receive data from Myo, application source code must implement a class that inherits from myo::DeviceListener. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the most recent copy of Myo data\n* Access a struct of the most recent Myo data\n\n\n\n\n<pre>\n\n</pre>\n\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(210,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].','utf-8'),(211,'#REDIRECT [[Myo SDK MATLAB MEX Wrapper]]','utf-8'),(212,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Device Listener Class ===\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(213,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Architecture ===\n\n\n\n=== Device Data ===\n\n\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(214,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a simple example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDeviceListener : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\n\n=== Device Data ===\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(215,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice two key concepts. First, the statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and do it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(216,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and do it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(217,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(218,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onUnpair(Myo* myo, uint64_t timestamp) {}\nvoid onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onDisconnect(Myo* myo, uint64_t timestamp) {}\nvoid onArmSync(Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\nvoid onArmUnsync(Myo* myo, uint64_t timestamp) {}\nvoid onUnlock(Myo* myo, uint64_t timestamp) {}\nvoid onLock(Myo* myo, uint64_t timestamp) {}\nvoid onPose(Myo* myo, uint64_t timestamp, Pose pose) {}\nvoid onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation) {}\nvoid onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}\nvoid onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}\nvoid onRssi(Myo* myo, uint64_t timestamp, int8_t rssi) {}\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\n\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(219,'This page will be used to document the development the Matlab package, Myo SDK MEX Wrapper.\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-mex-wrapper]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onUnpair(Myo* myo, uint64_t timestamp) {}\nvoid onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onDisconnect(Myo* myo, uint64_t timestamp) {}\nvoid onArmSync(Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\nvoid onArmUnsync(Myo* myo, uint64_t timestamp) {}\nvoid onUnlock(Myo* myo, uint64_t timestamp) {}\nvoid onLock(Myo* myo, uint64_t timestamp) {}\nvoid onPose(Myo* myo, uint64_t timestamp, Pose pose) {}\nvoid onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation) {}\nvoid onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}\nvoid onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}\nvoid onRssi(Myo* myo, uint64_t timestamp, int8_t rssi) {}\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples.\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(220,'This wiki site is a place where I collect casual documentation for (mostly) past, current, and future projects.\n\nStop by my [http://www.mark-toma.com/ main website] for a somewhat more formal presentation!','utf-8'),(221,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski &copy; {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onUnpair(Myo* myo, uint64_t timestamp) {}\nvoid onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onDisconnect(Myo* myo, uint64_t timestamp) {}\nvoid onArmSync(Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\nvoid onArmUnsync(Myo* myo, uint64_t timestamp) {}\nvoid onUnlock(Myo* myo, uint64_t timestamp) {}\nvoid onLock(Myo* myo, uint64_t timestamp) {}\nvoid onPose(Myo* myo, uint64_t timestamp, Pose pose) {}\nvoid onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation) {}\nvoid onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}\nvoid onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}\nvoid onRssi(Myo* myo, uint64_t timestamp, int8_t rssi) {}\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples.\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(222,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onUnpair(Myo* myo, uint64_t timestamp) {}\nvoid onConnect(Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onDisconnect(Myo* myo, uint64_t timestamp) {}\nvoid onArmSync(Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\nvoid onArmUnsync(Myo* myo, uint64_t timestamp) {}\nvoid onUnlock(Myo* myo, uint64_t timestamp) {}\nvoid onLock(Myo* myo, uint64_t timestamp) {}\nvoid onPose(Myo* myo, uint64_t timestamp, Pose pose) {}\nvoid onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation) {}\nvoid onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}\nvoid onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}\nvoid onRssi(Myo* myo, uint64_t timestamp, int8_t rssi) {}\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples.\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(223,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(224,'#REDIRECT [[Sphero API MATLAB SDK]]','utf-8'),(225,'\'\'\'Welcome to my personal Wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Projects (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobbies (not-so-serious projects and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\n== Useful Pages ==\n\nAside from the top-level pages mentioned above (i.e. [[Academics]], [[Project]], and [[Hobby]]), the following page(s) may be of interest:\n\n* [[Journal]] - Notes I write for reference whenever the need should arise\n\n== Other Sites ==\n\n* [http://www.mark-toma.com/ My personal website]\n* [https://github.com/mark-toma GitHub (mark-toma)]\n* [https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski MathWorks Community Profile]','utf-8'),(226,'\'\'\'Welcome to my personal wiki!\'\'\'\n\nThis is where I will dump my thoughts and documentation of my interests on the web.\n\nFor starters, I imagine writing about the things that I do most frequently and/or most recently:\n\n* [[Academics|Academics (coursework/research)]] - This is mostly technical or engineering\n* [[Project|Projects (moderately serious personal endeavors)]] - These range from health advocacy efforts to hard technical projects\n* [[Hobby|Hobbies (not-so-serious projects and fun stuff)]] - For example: gadgets, crafts, sport, music, etc.\n\nYou can use the links above or top-level navigation links to jump into the main page for each category.\n\n== Useful Pages ==\n\nAside from the top-level pages mentioned above (i.e. [[Academics]], [[Project]], and [[Hobby]]), the following page(s) may be of interest:\n\n* [[Journal]] - Notes I write for reference whenever the need should arise\n\n== Other Sites ==\n\n* [http://www.mark-toma.com/ My personal website]\n* [https://github.com/mark-toma GitHub (mark-toma)]\n* [https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski MathWorks Community Profile]','utf-8'),(227,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>','utf-8'),(228,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\n\'\'\'I\'m actively working on [[#Writing Library Functions|Writing Library Functions]]\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/ http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface\"> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface] </ref> authored by Yi Jui Lee.\n\nCheck out this [https://youtu.be/YohxMa_z4Ww video Preview on YouTube] to see a glimpse of what this package can do.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<pre>\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</pre>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(229,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<pre>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</pre>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(230,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* External Sites\n** [http://www.mark-toma.com My website]\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(231,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* On the Web\n** http://www.mark-toma.com| Personal website\n** http://www.mark-toma.com/blog| Blog\n** http://www.mark-toma.com/professional| Resume\n** https://github.com/mark-toma|GitHub (mark-toma)\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski| MathWorks community profile\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(232,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* On the Web\n** http://www.mark-toma.com| Website\n** http://www.mark-toma.com/blog| Blog\n** http://www.mark-toma.com/professional| Resume\n** https://github.com/mark-toma|GitHub\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski| MathWorks\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(233,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* On the Web\n** http://www.mark-toma.com| Website\n** http://www.mark-toma.com/professional| Resume\n** http://www.mark-toma.com/blog| Blog\n** https://github.com/mark-toma|GitHub\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski| MathWorks\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(234,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* On the Web\n** http://www.mark-toma.com Website\n** http://www.mark-toma.com/professional Resume\n** http://www.mark-toma.com/blog Blog\n** https://github.com/mark-toma GitHub\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski MathWorks\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(235,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* On the Web\n** http://www.mark-toma.com|Website\n** http://www.mark-toma.com/professional|Resume\n** http://www.mark-toma.com/blog|Blog\n** https://github.com/mark-toma|GitHub\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski|MathWorks\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(236,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* On the Web\n** http://www.mark-toma.com|Website\n** http://www.mark-toma.com/professional|Resume\n** http://www.mark-toma.com/blog|Blog\n** https://github.com/mark-toma|GitHub\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski|MathWorks\n** http://mechatronics.eng.buffalo.edu|ARMLAB\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(237,'\n* navigation\n** mainpage|mainpage-description\n** Academics|Academics\n** Project|Project\n** Hobby|Hobby\n* On the Web\n** http://www.mark-toma.com|Website\n** http://www.mark-toma.com/professional|Resume\n** http://www.mark-toma.com/blog|Blog\n** https://github.com/mark-toma|GitHub\n** https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski|MathWorks\n** http://mechatronics.eng.buffalo.edu|ARMLAB\n* Other\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES','utf-8'),(238,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"cpp\">\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(239,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"cpp\">\n#include \"myo/myo.hpp\"\n/*\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}*/\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(240,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"c++\">\n#include \"myo/myo.hpp\"\n/*\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}*/\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(241,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"c++\">\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<pre>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</pre>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<pre>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</pre>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(242,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"c++\" line>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<syntaxhighlight lang=\"c++\" line>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\n\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\n\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\n\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\n\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\n\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\n\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\n\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\n\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\n\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\n\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</syntaxhighlight>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<code>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation)</code>\n*<code>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</code>\n*<code>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</code>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<syntaxhighlight lang=\"c++\" line>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</syntaxhighlight>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(243,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"c++\" line>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<syntaxhighlight lang=\"c++\" line>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</syntaxhighlight>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<syntaxhighlight lang=\"c++\" line inline>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation) {}</syntaxhighlight>\n*<syntaxhighlight lang=\"c++\" line inline>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</syntaxhighlight>\n*<syntaxhighlight lang=\"c++\" line inline>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</syntaxhighlight>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function. This data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<syntaxhighlight lang=\"c++\" line>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</syntaxhighlight>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(244,'This page will be used to document the development the Matlab package, Myo SDK MATLAB MEX Wrapper, which is available both on MathWorks\' File Exchange\n<ref name=\"myo-sdk-mex-wrapper\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper http://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper]\n</ref> and my personal GitHub repository, MyoMex. <ref name=\"myo-mex\" >\nMyo SDK MATLAB MEX Wrapper; \nAuthor: Mark Tomaszewski;\nYear: {{CURRENTYEAR}}; \nSource: [https://github.com/mark-toma/MyoMex https://github.com/mark-toma/MyoMex]\n</ref>\n\nSpecifically, we\'ll address aspects of implementing the Myo SDK, the MEX wrapper for Myo SDK, and finally the Matlab class wrapper for the MEX file. Other information about using this Matlab package will not be documented here. Please refer to the files included with the package.\n\nCheck out this [https://youtu.be/pPh306IgEDo video Preview on YouTube] to see a glimpse of what this package can do with acquiring data from Myo.\n\n== Overview ==\n\nThe goal of this project is to develop an m-code interface to acquire data from Myo. The target user groups for this m-code interface include undergraduate students who may have little-to-no programming experience to graduate student researchers who require repeatability of data collection results (i.e. consistent data sampling rate with minimal jitter).\n\nSince we desire an m-code interface for users, but access to Myo is provided through the Myo SDK (a runtime library), the core of this project is in the development of a Matlab MEX function to create a bridge between the C++ runtime and Matlab\'s command line.\n\nIn the following sections, we take a bottom-up approach to providing insight on the design considerations for this project. We begin by building an application on the basic usage of Myo SDK before implementing a MEX interface wrapper for this functionality and subsequently wrapping the MEX interface in a Matlab class.\n\n== Myo SDK ==\n\nThe Myo SDK comes packaged with a runtime library, header and source files for the library and API implementation, and some examples of simple programs that implement the API to access data from Myo. This information is enough to get developers started building similarly simple applications on Myo. In this section, it\'s assumed that readers have already worked through the examples provided by the Myo SDK. We\'re only going to focus on some elements that are pertinent to this project.\n\n=== Basic Implementation ===\n\nTo provide some context for the content herein, here\'s a minimal example usage of the Myo SDK.\n\n<syntaxhighlight lang=\"c++\" line>\n#include \"myo/myo.hpp\"\n\nclass MyDataCollector : public myo::DeviceListener\n{\npublic:\n  void onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion)\n  {\n    printf(\"onConnect\\tMyo*=%20p\\ttimestamp=%20ull\\n\",myo,timestamp);\n  }\n};\n\nint main()\n{\n  MyDataCollector collector; // instantiate user-defined device listener object\n  myo::Hub = hub(\"com.example.print-callbacks\"); // initialize hub\n  hub.addListener(&collector); // register device listener with hub\n  myo::Myo* = hub.waitForMyo(1000); // wait a second for a device\n\n  printf(\"Running hub for 1 second.\\n\");\n  hub.run(1000); // run the hub for 1 second.\n  printf(\"Done running hub.\\n\");\n\n  return 0;\n}\n</syntaxhighlight>\n\nIn this example, we notice a couple of key concepts that guide further development in program control flow and Myo data acquisition.\n\nThe statements in <code>main()</code> outline the required setup of the <code>myo::Hub</code> and subsequent call to <code>hub.run()</code>. The latter is a blocking call wherein program control is passed to the Myo SDK in order to execute calls back into the user-defined class, <code>MyDataCollector</code>.\n\nThe real functionality of Myo SDK that enables data acquisition from Myo is encapsulated in the user\'s implementation of a class that inherits from <code>myo::DeviceListener</code>. If any of the virtual member functions in <code>myo::DeviceListener</code> are implemented by a user-defined subclass that\'s registered with <code>myo::Hub</code>, then they are called into whenever <code>hub.run()</code> is invoked in the main program.\n\nThe instance of <code>MyDataCollector</code> in this example has implemented the <code>onConnect()</code> callback, and so it is executed during <code>hub.run()</code> if any connect events are triggered.\n\n=== Device Data ===\n\nThe <code>myo::DeviceListener</code> class provides access to various device data including sensor data and device state updates. The following member functions of <code>myo::DeviceListener</code> provide access to this information.\n\n<syntaxhighlight lang=\"c++\" line>\nvoid onPair(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onUnpair(myo::Myo* myo, uint64_t timestamp) {}\nvoid onConnect(myo::Myo* myo, uint64_t timestamp, FirmwareVersion firmwareVersion) {}\nvoid onDisconnect(myo::Myo* myo, uint64_t timestamp) {}\nvoid onArmSync(myo::Myo* myo, uint64_t timestamp, Arm arm, XDirection xDirection, float rotation, WarmupState warmupState) {}\nvoid onArmUnsync(myo::Myo* myo, uint64_t timestamp) {}\nvoid onUnlock(myo::Myo* myo, uint64_t timestamp) {}\nvoid onLock(myo::Myo* myo, uint64_t timestamp) {}\nvoid onPose(myo::Myo* myo, uint64_t timestamp, Pose pose) {}\nvoid onOrientationData(myo::Myo* myo, uint64_t timestamp, const myo::Quaternion<float>& rotation) {}\nvoid onAccelerometerData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& accel) {}\nvoid onGyroscopeData(myo::Myo* myo, uint64_t timestamp, const myo::Vector3<float>& gyro) {}\nvoid onRssi(myo::Myo* myo, uint64_t timestamp, int8_t rssi) {}\nvoid onBatteryLevelReceived(myo::Myo* myo, uint64_t timestamp, uint8_t level) {}\nvoid onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}\nvoid onWarmupCompleted(myo::Myo* myo, uint64_t timestamp, WarmupResult warmupResult) {}\n</syntaxhighlight>\n\nThe <code>on&lt;data&gt;Data()</code> functions provide access to new sensor data, whereas the other functions provide more general information, or meta data, relating to devices state. The former set of functions are the primary focus of data acquisition applications, and will be discussed further in this section,\n\n*<code>onOrientationData()</code>\n*<code>onGyroscopeData()</code>\n*<code>onAcceleromaterData()</code>\n*<code>onEmgData()</code>\n\n\'\'\'Inertial Measurement Unit (IMU) Data\'\'\'\n\nThe IMU on Myo measures raw gyroscope (<code>gyro</code>) and accelerometer (<code>accel</code>) data and uses these data sources to estimate the orientation of the device with respect to an inertial reference frame encoded in a unit quaternion (<code>quat</code>). These IMU data samples are provided by Myo SDK in the same time instant and are obtained through their respective <code>on&lt;data&gt;Data()</code> functions.\n\n*<syntaxhighlight lang=\"c++\" line inline>void onOrientationData(Myo* myo, uint64_t timestamp, const Quaternion<float>& rotation) {}</syntaxhighlight>\n*<syntaxhighlight lang=\"c++\" line inline>void onGyroscopeData(Myo* myo, uint64_t timestamp, const Vector3<float>& gyro) {}</syntaxhighlight>\n*<syntaxhighlight lang=\"c++\" line inline>void onAccelerometerData(Myo* myo, uint64_t timestamp, const Vector3<float>& accel) {}</syntaxhighlight>\n\nAll IMU data is sampled on the Myo device at a rate of 50Hz (20ms sample time), and the <code>timestamp</code> values passed into the <code>on&lt;data&gt;Data()</code> functions are specified to be non-decreasing for successive samples. In practice, it\'s realized that successive <code>timestamp</code> values are typically strictly increasing (no duplicate sample times) so that identical <code>timestamp</code> values can be assumed to belong to the same sampling time instant.\n\nThe matter of collecting all IMU data in a synchronized way involves validating that a unique set of {<code>quat</code>, <code>gyro</code>, <code>accel</code>} has been collected in the event that a new <code>timestamp</code> has been received in one of these <code>on&lt;data&gt;Data()</code> functions.\n\n\'\'\'Electromyography (EMG) Data\'\'\'\n\nThe Myo device also contains eight electromyography sensors from which an eight element array of signed eight bit integer intensity values is sampled in the <code>emg</code> data provided in the <code>onEmgData()</code> function.\n\n*<syntaxhighlight lang=\"c++\" line inline>void onEmgData(myo::Myo* myo, uint64_t timestamp, const int8_t* emg) {}</syntaxhighlight>\n\nThis data is sampled at 200Hz (5ms sample time) on the Myo device, but it is received by the Myo SDK in pairs of consecutive samples due to bandwidth limitations of the Bluetooth Smart protocol. Although the sampling of EMG data in its own time base suggests a straightforward process by which to validate this data, this fact slightly complicate the process.\n\nThe expected format for pairs of <code>emg</code> and <code>timestamp</code> data is,\n\n<pre>\ntimestamp(0)  emg(0)\ntimestamp(0)  emg(1)\ntimestamp(1)  emg(2)\ntimestamp(1)  emg(3)\n\n...\n\ntimestamp(k)  emg(2*k)\ntimestamp(k)  emg(2*k+1)\n\n...\n\n</pre>\n\nWhere the <code>timestamp</code> values can only be assumed as non-decreasing. That is, it should be assumed that consecutive <code>timestamp</code> values may be equal, or <code>timestamp(k+1) == timestamp(k)</code>.\n\nBecause of these phenomena, the validation of <code>emg</code> data involves determining whether or not the <code>emg</code> samples with a previous <code>timestamp</code> form a set with even cardinality. Since the <code>emg</code> sample time is significantly small (5ms), and the Bluetooth transmission of this data is not verified, it\'s very well possible that entire time instants (two <code>emg</code> samples) can be lost in transmission.\n\nWithin the limitations of the best-effort policy for streaming <code>emg</code> data in Myo SDK, the best we can do in acquiring this data is enforce a similar best-effort policy in validating the received data. When a new <code>timestamp</code> values is received, or if more than a pair of <code>emg</code> samples has been received for the same <code>timestamp</code> value, we validate the previous few <code>emg</code> samples. If an odd number of <code>emg</code> samples is found for the most recent <code>timestamp</code> then we pad this set with one extra sample to conform with the expected data format. Note that if data loss is undetected, it will be lost in pair of samples. Users should take much care in validating that data is not being lost throughout application development since there is no way to fully characterize lost data in the stream received from Myo SDK.\n\n=== Identifying Unique Myo Devices ===\n\nOne may be interested in acquiring data from multiple Myo devices in the same session from Myo SDK. In this care, one can use the <code>myo::Myo*</code> pointer that is passed into the <code>myo::DevicesListener</code> callbacks to test for equivalence between a new Myo and a previously received Myo.\n\nA stripped down implementation of this technique may store the <code>myo::Myo*</code> pointers in a <code>std::vector</code> of, and rely on a single member function to performs both lookup of a new Myo from the vector and push back of a new Myo onto the vector. For example, consider the following.\n\n<syntaxhighlight lang=\"c++\" line>\nclass MyDataCollector : public myo::DeviceListener\n{\nstd::vector<myo::Myo*> myos;\npublic:\n  int getMyoID(myo::Myo* myo)\n  {\n    // return 1-indexed id of myo if it\'s in myos\n    for (int id=0; id<myos.size(); ii++)\n      if (myos[id]==myo)\n        return (id+1);\n    // otherwise, add myo to myos and return the id\n    myos.push_back(myo);\n    return myos.size();\n  }\n};\n</syntaxhighlight>\n\n== Device Listener Class ==\n\nIn order to receive data from Myo, application source code must implement a class that inherits from <code>myo::DeviceListener</code>. Implementations of some specific public member functions are then used as callbacks when new data is available from the device. We can add our own member variables and functions to this class to implement some additional features,\n* Store the Myo data in a queue\n* Write this data in callbacks\n* Read this data with public getter\n* Maintain consistent state throughout this process\n\n== MEX File ==\n\n\n\n== Matlab Class ==\n\n\n\n== References ==\n\n</references>\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(245,'\n{{Work In Progress|Page}}\n\n\'\'\'[[#Overview|Overview]] and [[#Bluetooth Communication Basics|Bluetooth Communication Basics]] are complete!\'\'\'\n\n\'\'\'I\'m actively working on [[#Writing Library Functions|Writing Library Functions]]\'\'\'\n\nI\'m planning to use this page to document the \'\'\'development\'\'\' of the Matlab code from the low-level binary communications API provided by Sphero. Other information about the code such as class documentation, release notes, and change logs \'\'might\'\' get it\'s own page on this site (it won\'t on this one), but most likely will be included only in the m-code itself.\n\nReaders may find it beneficial to read through my explanation of the [[Sphero API Tutorial|low-level binary Sphero API]] before proceeding into the Matlab implementation development contained herein. Official documentation of Sphero API can be found in Sphero API Quick Reference at sphero.com <ref name=\"sphero-api-web\">\nSphero Docs API Quick Reference;\nSource: [http://sdk.sphero.com/api-reference/api-quick-reference/ http://sdk.sphero.com/api-reference/api-quick-reference/]</ref> as well as Sphero API Developer Resources documentation on GitHub <ref name=\"sphero-api-github\">\nSphero Developer Resources (Orbotix) on GitHub;\nSource: [https://github.com/orbotix/DeveloperResources/tree/master/docs https://github.com/orbotix/DeveloperResources/tree/master/docs]</ref>\n\nSource code can be found on Matlab File Exchange for my current project, Sphero API Matlab SDK, <ref name=\"sphero-api-matlab-sdk\">Sphero API Matlab SDK; Author: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk] </ref> as well as the original Sphero MATLAB Interface <ref name=\"sphero-matlab-interface\"> Sphero MATLAB Interface; Author: Yi Jui Lee; Contributor: Mark Tomaszewski; Source: [http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface] </ref> authored by Yi Jui Lee.\n\nCheck out this [https://youtu.be/YohxMa_z4Ww video Preview on YouTube] to see a glimpse of what this package can do.\n\n== Overview ==\n\nThe first step in implementing a programmatic interface to the Sphero API is to [[#Bluetooth Communication Basics|establish a Bluetooth connection]] that will allow you to send and receive data. Thoughout the process of manually scripting device driver code, we build up a repertoire of code snippets that perform redundant functionality. The next stage in development involves [[#Writing Library Functions|writing a set of standard functions]] that can be used to implement the general features of the API. Since Sphero also has some associated device state information (such as device properties, configuration parameters, and action state), we then proceed to organize this data along with the function library by encapsulation state data and functions into a [[#Device Class Encapsulation|Sphero device class]].\n\n== Bluetooth Communication Basics ==\n\nAssuming that Sphero is paired via Bluetooth on a system running a Matlab installation that includes the instrument control toolbox\'s Bluetooth object, this section is the place to begin communicating with Sphero. Here, we step through the process of using built-on Matlab commands to: find available Spheros, connect to Sphero via Bluetooth, open a communication port, send data, receive data, close a communication port, and delete the Bluetooth connection to clean up the Matlab workspace. These are the basic elements of Matlab functionality that enable the physical interfacing to Sphero and transmission of data to and from the device.\n\n=== Find Sphero Devices ===\n\nThe first thing you should do when working with Bluetooth devices in Matlab is use the function <code>instrhwinfo</code> (instrument hardware information) to find information about available Bluetooth devices on your system. Passing a single input argument to specify the type of instrument device, i.e. <code>instrhwinfo(\'bluetooth\')</code>, returns a struct containing all of the information needed to identify the presence of a Sphero device and subsequently instantiate a connection with the device.\n\n<pre>\n>> hwinfo = instrhwinfo(\'Bluetooth\')\nhwinfo = \n        RemoteNames: {2x1 cell}\n          RemoteIDs: {2x1 cell}\n    BluecoveVersion: \'BlueCove-2.1.1-SNAPSHOT\'\n     JarFileVersion: \'Version 3.3\'\n</pre>\n\nThe fields of the output hardware information struct, <code>hwinfo</code>, that are of greatest interest are <code>RemoteNames</code> and <code>RemoteIDs</code>. These are cell arrays of strings containing corresponding names and identifiers for available Bluetooth devices. In this  example, we see that there are two Sphero devices paired with the system.\n\n<pre>\n>> hwinfo.RemoteNames\nans = \n    \'Sphero-WPP\'\n    \'Sphero-OOR\'\n</pre>\n\nYou may notice that name strings in <code>hwinfo.RemoteNames</code> are the same as those displayed in your system\'s device list. This information is typically sufficient to establish a connection with a unique device if the name is known in advance, say from reading it in your system device list. Possible ambiguities in selecting the appropriate device may be resolved by the knowledge that the last three characters of the name indicate the color sequence that Sphero blinks when woken up. These two physical devices blink the colors white-purple-purple (WPP) and orange-orange-red (OOR). However unlikely, it\'s still possible for more than one device to have the same name, and in this case, the identifier must be used to indicate the desired device in the next section.\n\n<pre>\n>> hwinfo.RemoteIDs\nans = \n    \'btspp://6886E7061960\'\n    \'btspp://6886E7034E06\'\n</pre>\n\nThese identifiers are simply six byte hexadecimal hardware addresses (MAC address) that implement the Bluetooth Serial Port Profile (btspp) or RFCOMM. These identifiers should be unique for all Sphero and can be related to the names by their array indices.\n\nIn typical application, it\'s not advised to call the <code>instrhwinfo</code> function unecessarily (i.e. programmatically with every connection attempt) due to the excessive time spent in a single call. Rather, implementations should preferably call this function at most once and store the result. For example, one call can take more than ten seconds.\n\n<pre>\n>> tic; instrhwinfo(\'bluetooth\'); toc\nElapsed time is 11.683902 seconds.\n</pre>\n\n=== Create Bluetooth Connection ===\n\nOnce either the name or identifier for Sphero is known, a connection can be made by instantiating a <code>Bluetooth</code> object. There are two minimal signatures for this object constructor.\n\n<pre>\n>> help bluetooth\n Bluetooth Construct BlueTooth object.\n \n    B = Bluetooth( \'RemoteName\', Channel ) constructs a Bluetooth\n    channel object associated with the remote device ID matching the \n    RemoteName and channel.  RemoteName is a friendly way to identify\n    the RemoteID.  If a Channel is not specified, it will default to 0.\n \n    B = Bluetooth( \'RemoteID\', Channel ) constructs a Bluetooth channel\n    object directly from the RemoteID and channel.\n...\n</pre>\n\nEither the name or identifier can be used at the first input argument, and for Sphero, the <code>Channel</code> is the number one. Now we\'re ready to construct a Bluetooth object, <code>bt</code> for the Sphero device named Sphero-WPP.\n\n<pre>\n>> bt = Bluetooth(\'Sphero-WPP\',1)\n\n   Bluetooth Object : Bluetooth-Sphero-WPP:1\n\n   Communication Settings \n      RemoteName:         Sphero-WPP\n      RemoteID:           btspp://6886E7061960\n      Channel:            1\n      Terminator:         \'LF\'\n\n   Communication State \n      Status:             closed\n      RecordStatus:       off\n\n   Read/Write State  \n      TransferStatus:     idle\n      BytesAvailable:     0\n      ValuesReceived:     0\n      ValuesSent:         0\n</pre>\n\nThe output of this command reveals some interesting properties of the Bluetooth object. \n\nIn the first set of properties, Communication Settings, the only new information is the Terminator property. Since we will not be reading lines of text characters (delimited with a linefeed, for instance), this property has no effect on our intended use of the Bluetooth connection. \n\nThe Communication State properties indicate that the communication port is currently closed and that the device is not set up by default to record a text file log of all communications. In the next section we\'ll [[#Open Communication Port|open the communication port]], and the Matlab help documentation informs proper use of logging features. \n\nThe Read/Write State properties, namely the number of bytes available, will be used later when [[#Receive Packets|receiving packets]] to indicate the number of bytes sent from Sphero to Matlab that are ready to be read.\n\n=== Open Communication Port ===\n\nAfter a Bluetooth object, <code>bt</code>, is instantiated, the communication port must be opened in order to read and write data.\n\n<pre>\nfopen(bt)\n</pre>\n\nThe communication port should now be open. If <code>fopen</code> failed, first try waiting a few seconds and issuing the command again. If this doesn\'t work, then continue to the note below. Verify that the communication port is open by checking the Status property.\n\n<pre>\n>> bt.Status\nans =\nopen\n</pre>\n\nYou will also notice that Sphero indicates an open Bluetooth communication port by displaying a solid color (typically blue) rather than blinking its three color pattern.\n\nNote that once a Bluetooth object is successfully instantiated and the communication port is opened, the connection must be [[#Delete Bluetooth Connection|properly deleted]] before creating and using a new copy. If this isn\'t done properly, an error indicating that the device is not available may be thrown. In this event, you may forcibly (and naively) clean up all instrument objects by calling <code>delete(instrfindall)</code> before starting over.\n\n=== Send and Receive Packets ===\n\n{{Work In Progress|Section}}\n\nNow we\'re ready to send and receive packets. In this section, we\'ll follow the [[Sphero API Tutorial#CMD Packet Encoding|command packet encoding]] and [[Sphero API Tutorial#RSP Packet Decoding|response packet decoding]] examples for [[Sphero API Tutorial#Using Packets|using packets]].\n\nImplementation of the Ping command is a good and simple place to begin. We\'ll walk through the process of using Matlab to build a packet, send the packet data, wait for a response, and finally read the response using this example. Then some examples of implementation of the other commands will follow.\n\n<!-- ping command full example -->\nBefore sending and receiving packets, it\'s a good idea to verify that there is no data waiting to be read from the device. We can do this by inspecting the number of incoming <code>BytesAvailable</code>, and, subsequently read that many bytes from the device if this value is greater than zero.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     2\n\n>> if bt.BytesAvailable > 0\n  fread(bt,bt.BytesAvailable)\nend\nans =\n     1\n   199\n\n>> bt.BytesAvailable\nans =\n     0\n</pre>\n\nNow that the input buffer is known to be clear of meaningless data, we\'ll move on to writing the CMD packet for the Ping command. A simple way to specify the command bytes in numerical form is to use the function <code>hex2dec</code>. This function takes a cell array of strings (hexadecimal notation) as input and produces the corresponding numerical array. In the following code, we construct the Ping packet as [[Sphero API Tutorial#CMD Packet Encoding|given here]], and then write the bytes to the device.\n\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'})\'\npacket =\n   255   255     0     1    55     1   198\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 00 01 37 01 C6 \n\n>> fwrite(bt,cmd)\n</pre>\n\nNow we expect that Sphero will have received this CMD packet, processed the command, and will soon provide a simple response. We can wait briefly and then inspect the <code>BytesAvailable</code> property to verify that a response has been issued.\n\n<pre>\n>> bt.BytesAvailable\nans =\n     6\n</pre>\n\nExactly six bytes is what we should expect for the simple response to a Ping command! Now we can read the data into the Matlab workspace for further investigation.\n\n<pre>\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7\n</pre>\n\nThis response packet matches perfectly the successful response [[Sphero API Tutorial#RSP Packet Decoding|shown here]].\n\nIn the remainder of this section, we\'ll show examples of the code snippets used to perform these operations with other commands.\n\n;SetRGBLEDOutput\n:Makes Sphero red\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'20\',\'37\',\'05\',\'FF\',\'00\',\'00\',\'00\',\'A2\'})\' % red\ncmd =\n   255   255     2    32    55     5   255     0     0     0   162\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 20 37 05 FF 00 00 00 A2 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;Roll\n:Implement the stop command before experimenting with Roll commands that make Sphero move\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'30\',\'37\',\'05\',\'00\',\'00\',\'00\',\'00\',\'91\'})\' % stop\ncmd =\n   255   255     2    48    55     5     0     0     0     0   145\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 30 37 05 00 00 00 00 91 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n     6\n\n>> rsp = fread(bt,6)\'\nrsp =\n   255   255     0    55     1   199\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 01 C7 \n</pre>\n\n;ReadLocator\n:\n<pre>\n>> cmd = hex2dec({\'FF\',\'FF\',\'02\',\'15\',\'37\',\'01\',\'B0\'})\'\ncmd =\n   255   255     2    21    55     1   176\n\n>> disp(sprintf(\'%02X \',cmd)); % print packet in hex\nFF FF 02 15 37 01 B0 \n\n>> fwrite(bt,cmd)\n\n>> bt.BytesAvailable\nans =\n    16\n\n>> rsp = fread(bt,16)\'\nrsp =\n  Columns 1 through 14\n   255   255     0    55    11     0     9   255   197   255   143   255   103     0\n  Columns 15 through 16\n   190    62\n\n>> disp(sprintf(\'%02X \',rsp)); % print packet in hex\nFF FF 00 37 0B 00 09 FF C5 FF 8F FF 67 00 BE 3E \n\n>> % interpret data\nx_pos = typecast( uint8( fliplr(rsp(6:7)   )), \'int16\')\ny_pos = typecast( uint8( fliplr(rsp(8:9)   )), \'int16\')\nx_vel = typecast( uint8( fliplr(rsp(10:11) )), \'int16\')\ny_vel = typecast( uint8( fliplr(rsp(12:13) )), \'int16\')\nsog   = typecast( uint8( fliplr(rsp(14:15) )),\'uint16\')\nx_pos =\n      9\ny_pos =\n    -59\nx_vel =\n   -113\ny_vel =\n   -153\nsog =\n    190\n</pre>\n\n=== Close Communication Port ===\n\nWhen finished with Sphero communication, you should first close the communication port before [[#Delete Bluetooth Connection|properly destroying]] the Bluetooth object.\n\n<pre>\nfclose(bt)\n</pre>\n\n=== Delete Bluetooth Connection ===\n\nManagement of the communication session is very important for future connection attempts. After [[#Close Communication Port|closing the communication port]] the Blueooth object must be properly destroyed to release system resources by using <code>delete</code> and <code>clear</code>.\n\n<pre>\ndelete(bt)\nclear bt\n</pre>\n\nIf these commands are not called in sequence before successively [[#Create Bluetooth Connection|creating a new connection]] and [[#Open Communication Port|opening its communication port]], you will experience an error. If this happens, you may choose to forcibly (and naively) clean up all existing instrument objects by calling <code>delete(instrfindall)</code> as a workaround.\n\n=== Simple Example Script ===\n\nHere\'s an example script that demonstrates a programmatic implementation of the core concepts involved with using Sphero in Matlab m-code.\n\n;Example Script\n<syntaxhighlight lang=\"matlab\" line >\n% create bluetooth object\ndisp(\'Creating Bluetooth object ...\');\nbt = Bluetooth(\'Sphero-WPP\',1);\n\n% open communication port at most NUM_TRIES times\nnum = 0; NUM_TRIES = 10;\nwhile strcmp(\'closed\',bt.Status) && num < NUM_TRIES\n  disp(\'Attempting to open communication port ...\');\n  pause(1); num = num + 1;\n  try\n    fopen(bt);\n  catch e\n    disp([\'Open port failed on attempt number \' num2str(num)]);\n  end\nend\ndisp(\'Established open communication port\');\n\n% send a ping command\ndisp(\'Sending command ...\');\ncmd = hex2dec({\'FF\',\'FF\',\'00\',\'01\',\'37\',\'01\',\'C6\'});\nfwrite(bt,cmd);\n\n% read RSP packet\ndisp(\'Reading RSP packet ...\');\nrsp = []; valid_rsp = false; TIMEOUT = 2;\ntic;\nwhile ~valid_rsp && toc < TIMEOUT\n  % read available data\n  if bt.BytesAvailable > 0\n    rsp = [rsp,fread(bt,1)];\n  end\n  % run state machine on incoming data to read a RSP packet\n  % RSP: [SOP1,SOP2,MRSP,SEQ,DLEN,<DATA>,CHK]\n  if length(rsp) > 0 && rsp(1) ~= hex2dec(\'FF\')\n    % invalid SOP1\n    rsp = rsp(2:end); % shift out first byte\n  elseif length(rsp) > 1 && rsp(2) ~= hex2dec(\'FF\')\n    % invalid SOP2 (coincidentally, also invalid SOP1)\n    rsp = rsp(3:end); % shift out first two bytes\n  elseif length(rsp) < 5\n    % waiting for dlen byte\n  elseif length(rsp) < rsp(5) + 5\n    % waiting for full packet\n  else\n    % received full packet\n    valid_rsp = true;\n  end\nend\n\nif ~valid_rsp\n  error(\'Response packet not received\');\nend\n\n% interpret response\ndisp(\'Interpreting response ...\');\nif rsp(end) ~= bitcmp(mod(sum(rsp(3:end-1)),256),\'uint8\');\n  disp(\'FAILURE: CHK indicates corrupt or misaligned packet\');\nelseif rsp(3) ~= 0\n  disp(\'FAILURE: MRSP indicates error in processing CMD\');\nelse\n  disp(\'SUCCESS!\');\nend\n\nfclose(bt);\ndelete(bt);\nclear bt;\n</syntaxhighlight>\n\n;Example Script Output\n<pre>\nCreating Bluetooth object ...\nAttempting to open communication port ...\nEstablished open communication port\nSending command ...\nReading RSP packet ...\nInterpreting response ...\nSUCCESS!\n</pre>\n\n== Writing Library Functions ==\n\nThe code examples presented in [[#Bluetooth Communcation Basics|Bluetooth Communcation Basics]] offer most of the critical functionality desired in a programmatic interface to Sphero. However, the scripting approach to program development is to write, maintain, and reuse when incorporating Sphero into larger programs. The next step of development involves writing self-contained functions that perform the core functionality of a Sphero interface based upon the previous [[#Bluetooth Communication Basics|examples]].\n\nIn writing this function library, we will adopt a data-oriented model for the function input parameters and output parameters. Since the Sphero device has data that requires bookkeeping, we\'ll pass a <code>struct</code> variable through function calls to keep track of Sphero\'s state.\n\nWe\'ll begin with developing functions based upon the logic contained in Yi Jui\'s Sphero MATLAB Interface. <ref name=\"sphero-matlab-interface\" />\nAs such, we will only consider sending CMD packets and receiving synchronous RSP packets without the added complexity of continuously monitoring incoming data to receive and handles asynchronous MSG packets. This generalization of control flow and support for Sphero\'s features will be addressed later in [[#Device Class Encapsulation|the next section]].\n\n=== Data Model and Initialization ===\n\nEarly on, we\'ve chosen to consciously keep track of Sphero\'s device state and data in a <code>struct</code> that we\'ll call <code>s</code>, for Sphero. Although we\'re only writing a function library at this point, adopting the convention of passing <code>s</code> as the first input argument and returning it as the first output better sets us up for transitioning to a [[#Device Class Encapsulation|device class]] later on.\n\nBefore really working on the core functionality of the function library, we\'ll begin by writing a function that constructs <code>s</code>. Here, we\'ll choose to name the function based upon the object that the data represents, i.e. Sphero.\n\n;Sphero function source\n\n<pre>\nfunction s = Sphero()\ns.bt = []; % initialize empty field for Bluetooth object\nend\n</pre>\n\n;Sphero function usage\n\n<pre>\ns = Sphero();\n</pre>\n\n=== Connection Utility ===\n\nOnce <code>Sphero</code> is used to create an empty Sphero object, we need a way to create and open a Bluetooth connection to Sphero.\n\n;connectBluetooth function source\n\n<pre>\nfunction s = connectBluetooth(s,remote_name)\nif isempty(s.bt) % initialize \n  s.bt = Bluetooth(remote_name, 1);\nelse % assume bt is a Bluetooth object and force it closed\n  fclose(s.bt);\nend\nfopen(s.bt);\nend\n</pre>\n\n;connectBluetooth function usage\n\n<pre>\ns = connectBluetooth(s,\'Sphero-WPP\');\n</pre>\n\nOnce a connection is established, we should immediately implement the complementary function that cleans up an open connection.\n\n;deleteBluetoothObject function source\n\n<pre>\nfunction deleteBluetoothObject(s)\nif strcmp(\'open\',s.bt.Status) % close an open Bluetooth connection\n  fclose(s.bt);\nend\ndelete(s.bt); % delete bluetooth object\nend\n</pre>\n\n;deleteBluetoothObject function usage\n\n<pre>\ndeleteBluetoothObject(s);\n</pre>\n\nAt this point, we should be able to open a connection with Sphero and clean up the resources using only library functions and one workspace variable, <code>s</code>. The following example script should function without errors when run repeatedly as long as Sphero and Matlab play nicely together.\n\n;Example\n<pre>\n\nclear all; % start with a clean workspace\n\ns = Sphero();\ns = connectBluetooth(s,\'Sphero-WPP\'); % connect to sphero\n\n% ...\n% program behavior goes here\n% ...\n\ndeleteBluetoothObject(s); % clean up when done\n\n</pre>\n\n\n=== Send and Receive ===\n<!-- make sendcommand and receiveresponse functions -->\n\n{{Work In Progress|Section}}\n\n=== Implementing API Functions ===\n<!-- show what an API function looks like when it sends a synchronous command and optionally blocks while polling for response ack -->\n\n{{Work In Progress|Section}}\n\n== Device Class Encapsulation ==\n\n{{Work In Progress|Section}}\n\n== Frequently Asked Questions ==\n\n;Can you please guide me through the procedure of parsing the received response from the Set Data Streaming command? \n: Answer coming soon ...\n\n== References ==\n<references />\n\n\n[[Category:Project]]\n[[Category:Academics]]','utf-8'),(246,'','utf-8'),(247,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].','utf-8'),(248,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}/mathbf{R}_{2}={}^{0}/mathbf{R}_{1}{}^{1}/mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].','utf-8'),(249,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].','utf-8'),(250,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].','utf-8'),(251,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n\n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>','utf-8'),(252,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme, \n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>\n\n== Automatic Exhaust Fan ==','utf-8'),(253,'','utf-8'),(254,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme, \n\n[image:fb_glass_half_full_engineer.jpg]\n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>\n\n== Automatic Exhaust Fan ==','utf-8'),(255,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liqud in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\n\n\n\n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>\n\n== Automatic Exhaust Fan ==','utf-8'),(256,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liqud in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\int{\\pi r^2(\\eta)}_{0}^{h}d\\eta</math>\n\n\n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>\n\n== Automatic Exhaust Fan ==','utf-8'),(257,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liqud in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}r^2(\\eta)d\\eta</math>\n\n\n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>\n\n== Automatic Exhaust Fan ==','utf-8'),(258,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liqud in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\n\n<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\n<math></math>\n\n<math></math>\n\n== Automatic Exhaust Fan ==','utf-8'),(259,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liqud in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{(r1+\\frac{h_2}{r_2-r_1}\\eta)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\n== Automatic Exhaust Fan ==','utf-8'),(260,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liqud in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\n== Automatic Exhaust Fan ==','utf-8'),(261,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==','utf-8'),(262,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==','utf-8'),(263,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Latop Selection - Win10/Ubuntu ==','utf-8'),(264,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.','utf-8'),(265,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==','utf-8'),(266,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].','utf-8'),(267,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].\n\n== Using Git ==','utf-8'),(268,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].\n\n== Using Git ==\n\nI\'m starting to use Git at the command line with the revision control server at work located at [http://buffet.cs.clemson.edu/ http://buffet.cs.clemson.edu/]. Throughout the process of re-learning Git CLI, I plan to document the relevant commands and workflows here.\n\n=== SSH Config ===\n\n\n\n=== Git Account Management ===\n\n\n\n=== Git Forking ===\n\nForking someone else\'s repository to create your own hosted version.\n\n=== Git Branching ===\n\nCreating another copy of a branch to work on isolated changes. For example, I plan to keep the core stable code base in a main branch called \'\'Master\'\' whereas other branches will be used to pursue variants on this code. Examples of typical branches include \'\'devel\'\' (development) and \'\'bug-fix\'\', \'\'issue\'\', or \'\'feature-add\'\' branches.\n\n=== Git Commit ===\n\nCommitting changes to local code.\n\n=== Git Push ===\n\nSubmitting commits from a local branch to a remote.\n\n=== Git Pull Request ===\n\n\n\n=== Git Pull ===','utf-8'),(269,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].\n\n== Using Git ==\n\nI\'m starting to use Git at the command line with the revision control server at work located at [http://buffet.cs.clemson.edu/ http://buffet.cs.clemson.edu/]. Throughout the process of re-learning Git CLI, I plan to document the relevant commands and workflows here.\n\nSee the following resource(s) for good information about Git source code management software:\n\n* [https://git-scm.com/docs Git SCM documents]\n\n=== SSH Config ===\n\n\n\n=== Git Account Management ===\n\n\n\n=== Git Forking ===\n\nForking someone else\'s repository to create your own hosted version.\n\n=== Git Branching ===\n\nCreating another copy of a branch to work on isolated changes. For example, I plan to keep the core stable code base in a main branch called \'\'Master\'\' whereas other branches will be used to pursue variants on this code. Examples of typical branches include \'\'devel\'\' (development) and \'\'bug-fix\'\', \'\'issue\'\', or \'\'feature-add\'\' branches.\n\n=== Git Commit ===\n\nCommitting changes to local code.\n\n=== Git Push ===\n\nSubmitting commits from a local branch to a remote.\n\n=== Git Pull Request ===\n\n\n\n=== Git Pull ===','utf-8'),(270,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].\n\n== Using Git ==\n\nI\'m starting to use Git at the command line with the revision control server at work located at [http://buffet.cs.clemson.edu/ http://buffet.cs.clemson.edu/]. Throughout the process of re-learning Git CLI, I plan to document the relevant commands and workflows here.\n\nSee the following resource(s) for good information about Git source code management software:\n\n* [https://git-scm.com/docs Git SCM documents]\n\n=== SSH Config ===\n\n\n\n=== Git GUI ===\n\nAccording to [https://git-scm.com/docs Git SCM], there\'s a default GUI that comes with Git. I trivially installed this by opening a terminal in Ubuntu and typing,\n\n $ sudo apt-get install git-gui\n\nThen the GUI can be lauched by,\n\n # gitk\n\n=== Git Account Management ===\n\n\n\n=== Git Forking ===\n\nForking someone else\'s repository to create your own hosted version.\n\n=== Git Branching ===\n\nCreating another copy of a branch to work on isolated changes. For example, I plan to keep the core stable code base in a main branch called \'\'Master\'\' whereas other branches will be used to pursue variants on this code. Examples of typical branches include \'\'devel\'\' (development) and \'\'bug-fix\'\', \'\'issue\'\', or \'\'feature-add\'\' branches.\n\n=== Git Commit ===\n\nCommitting changes to local code.\n\n=== Git Push ===\n\nSubmitting commits from a local branch to a remote.\n\n=== Git Pull Request ===\n\n\n\n=== Git Pull ===','utf-8'),(271,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].\n\n== Using Git ==\n\nI\'m starting to use Git at the command line with the revision control server at work located at [http://buffet.cs.clemson.edu/ http://buffet.cs.clemson.edu/]. Throughout the process of re-learning Git CLI, I plan to document the relevant commands and workflows here.\n\nSee the following resource(s) for good information about Git source code management software:\n\n* [https://git-scm.com/docs Git SCM documents]\n\n=== SSH Config ===\n\n\n\n=== Git GUI ===\n\nAccording to [https://git-scm.com/docs Git SCM], there\'s a default GUI that comes with Git. I trivially installed this by opening a terminal in Ubuntu and typing,\n\n # apt-get install git-gui\n\nThen the GUI can be lauched by,\n\n $ git gui\n\nThis GUI looks like it could be pretty useful for providing a quick and dirty interface for mouse-clicking through forking and pulling changes.\n\n=== Git Account Management ===\n\n\n\n=== Git Forking ===\n\nForking someone else\'s repository to create your own hosted version.\n\n=== Git Branching ===\n\nCreating another copy of a branch to work on isolated changes. For example, I plan to keep the core stable code base in a main branch called \'\'Master\'\' whereas other branches will be used to pursue variants on this code. Examples of typical branches include \'\'devel\'\' (development) and \'\'bug-fix\'\', \'\'issue\'\', or \'\'feature-add\'\' branches.\n\n=== Git Commit ===\n\nCommitting changes to local code.\n\n=== Git Push ===\n\nSubmitting commits from a local branch to a remote.\n\n=== Git Pull Request ===\n\n\n\n=== Git Pull ===','utf-8'),(272,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\ntest edit \n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php| http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem <nowiki>[redacted]</nowiki> The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php|Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php| http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n:Class Outline\n::* Robot Mobility\n::* Legged/wheeled locomotion\n::* Forward/inverse kinematics\n::* Simple Control\n::* Sensing/Perception\n::* Ranging\n::* Vision\n::* Localization and Mapping\n::* Bayesian Estimation\n::* Planning and Navigation\n::* Robot Coordination (maybe)\n\n:Student Expectation\n::* Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n::* Learn the theory, do it in practice\n::* Math: Trigonometry, probability, CS theory\n::* Programming: C/C++/Java/Python\n::* <nowiki>[redacted]</nowiki>\n\n:Class Emphasis\n::* Introduction to robots/robotics\n::* Theory and practice – learn by doing\n::* Algorithms/tools that have applications on other CSE and related fields\n::* Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(273,'The main sections on this page outline graduate courses that contained a substantial project, analysis, or implementation component.\n\n== Overview ==\n\nEach course is documented in a similar fashion with a few key components. First, the course descriptions are listed to provide context regarding the objectives of the course.\n<ref name=\"ub_mae_course_descriptions\">\nGraduate Courses - UB Mechanical and Aerospace Engineering \"Graduate Course Descriptions\"; Department of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFetched: September 2015; Source: [http://www.mae.buffalo.edu/graduate/course_descriptions.php| http://www.mae.buffalo.edu/graduate/course_descriptions.php]\n</ref>\nThen, the major coursework is denoted by a title in \'\'\'bold-faced type\'\'\' following by a bullet list of key outcomes. The remainder of each course section provides a glimpse of the project. Finally, [[#Other Courses|additional relevant coursework]] is listed along with course descriptions.\n\n\n== Wearable Mechatronic Devices for Rehabilitation (MAE 501) ==\n\nThe student will undertake their 3 credit independent study under faculty direction (Venkat Krovi PhD, Mechanical and Aerospace Engineering) with additional domain expertise provided by professors from Rehabilitation/Exercise Science departments on an experimental, theoretical, or applied problem <nowiki>[redacted]</nowiki> The student will be responsible in assisting with the development of and/or ongoing research projects. This may involve piloting new hardware and software configurations with emphasis on acquiring data from persons with dysfunction and integrating the device (with Matlab) for data extraction, post-processing and analysis.\n<ref>\nMAE 501 Course Description; \n[http://www.mae.buffalo.edu/people/full_time/v_krovi.php|Professor Venkat Krovi]; \nDepartment of Mechanical and Aerospace Engineering, University at Buffalo - SUNY; \nFall 2015\n</ref>\n\n\'\'\' Development of a Home-Based Stroke Rehabilitation System on Mobile Electronic Consumer Devices \'\'\'\n\n* Design, fabricate and implement an IMU-based motion analysis system for upper-limb physical therapy applications\n* Meet requirements of the state-of-the-art in clinical physical therapy\n* Fully document the technical aspects of electro-mechanical design analysis and hardware &amp; software design details\n* Deliver a functional prototype with live demonstration of the integrated system\n\n== Analytical Dynamics (MAE 562)==\n\nReview of Newtonian mechanics for systems of particles. Lagrange\'s equations of motion for conservative and nonconservative systems. Variational mechanics and Hamilton\'s principle. Application to various nonlinear problems and specifically to the two-body problem and celestial mechanics. The kinematics and dynamics of rigid bodies. Euler\'s equations of motion. Application to gyroscopic motion. Introduction to Hamilton\'s equations of motion. The linearized theory of small oscillations and associated matrix formulations.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Modeling, analysis, and design of dynamical mechanical systems in three dimensional space\n* Spatial descriptions of translational and rotational kinematics (position, velocity, and acceleration)\n* Dynamics formulation by methods of, Newton-Euler, Euler-Lagrange, Hamilton\n* Emphasis on qualitative assessment of the anaytical equations of motion rather than diagnostic interpretation of computational/numerical simulation results\n\n\n== Computer-Aided Design Applications (MAE 577) ==\n\nEngineering design and analysis using state-of-the-art computer software tools. Emphasis on the overall product development cycle and simultaneous engineering, including conceptual design, variational geometry, representation, creation and manipulation of solid models, assembly design integrated kinematic and finite element analyses, re-design, geometric dimensioning and tolerancing, and NC programming.\n<ref name=\"ub_mae_course_descriptions\" />\n\n* Comprehensive treatment of standard methodology in numerical representations of geometric objects in three dimensional space\n* Homogeneous transformations on objects in three dimensions\n* Curve and surface interpolation and aproximation\n* Basic operations on parameterized geometric objects\n\n\n== Robotic Algorithms (CSE 568) ==\n\n<!-- TODO -->\nCourse description is currently unavailable.\n<ref>\nCourses - UB Computer Science and Engineering \"CSE Graduate Course Offerings\"; Department of Computer Science and Engineering, University at Buffalo - SUNY;\nFetched: September 2015; \nSource: [http://www.cse.buffalo.edu/graduate/courses.php| http://www.cse.buffalo.edu/graduate/courses.php]\n</ref>\n\nThe official course description is not live online. This may update in the future. The following has been taken from the lecture slides from the introductory class.\n<ref>\nCSE 468/568: Robotic Algorithms \"Lecture 1: Intro\"; \n[http://www.cse.buffalo.edu/faculty/kdantu/|Assistant Professor Karthik Dantu]; \nDepartment of Computer Science and Engineering, University at Buffalo - SUNY; \nSpring 2015\n</ref>\n\n:Class Outline\n::* Robot Mobility\n::* Legged/wheeled locomotion\n::* Forward/inverse kinematics\n::* Simple Control\n::* Sensing/Perception\n::* Ranging\n::* Vision\n::* Localization and Mapping\n::* Bayesian Estimation\n::* Planning and Navigation\n::* Robot Coordination (maybe)\n\n:Student Expectation\n::* Expect moderate to heavy load – on average 10 hrs a week, sometimes more\n::* Learn the theory, do it in practice\n::* Math: Trigonometry, probability, CS theory\n::* Programming: C/C++/Java/Python\n::* <nowiki>[redacted]</nowiki>\n\n:Class Emphasis\n::* Introduction to robots/robotics\n::* Theory and practice – learn by doing\n::* Algorithms/tools that have applications on other CSE and related fields\n::* Exciting times to learn about robots – have fun!\n\n\'\'\' Computational implementation of mobile robot sensing, actuation, and control using Robot Operating System (ROS) \'\'\'\n\n* Implement algorithms in ROS subsequent to theoretical introduction in lecture\n* Theoretical concepts and algorithms implemented programmatically include:\n* Mobile robot position and velocity kinematics and control\n* State estimation and observation with various sensor models\n* Select localization and mapping algorithms\n\n\n== Systems Analysis 1 (MAE 571) ==\n\nDevelopment of mathematical techniques for the analysis of systems in the time domain. Introduction to state space concepts. Review of matrices and vectors. Vector spaces. Coordinate transformation. Jordan canonical form. State-space representation of control systems. Solutions of state space equations. Controllability and observability. Feedback control structures. \n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Linear Control of a Serial Robotic Manipulator \'\'\'\n\n* Perform system analysis, controller and observer design, and performance analysis using Matlab\n* Formulate and analyze the nonlinear plant&apos;s mathematical model\n* Design linear controllers and observers for various combinations of actuator and sensor configuration\n* Evaluate performance of controllers acting on the linearized and nonlinear plant models\n\n\n== Optimization in Engineering Design (MAE 550) ==\n\nOptimization techniques with applications in various aspects of engineering design. Concepts of design variables, constraints, objective functions, penalty functions, Lagrange multipliers. Techniques for solving constrained and unconstrained optimization problems: classical approaches, steepest descent, conjugate directions, conjugate gradient, controlled random searches, etc. Discussion of generalized reduced gradient, sequential linear programming, and recursive quadratic programming strategies. Computer implementation of optimization schemes. Applications and examples in the design of engineering components and systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n\'\'\' Optimal Path Planning in a Constrained Workspace for Serial Robotic Manipulator \'\'\'\n\n* Develop an optimization scheme for robot path planning in the presence of obstacles using Matlab and C++\n* Formulate a generalized kinematic model of a spatial manipulator and end effector path\n* Formulate objective function and constraints with a focus on leveraging convexity\n* Solve the feasibility problem using a successive convex approximation of the optimization problem\n\n\n== Other Courses ==\n\n\n=== Engineering Analysis 1 (MAE 507) ===\n\nLinear algebra, linear spaces and applications to ordinary differential equations, introduction to dynamical systems, bifurcations and chaos, Green\'s functions and boundary value problems, adjoint operators, alternative theorems, orthogonal expansions, Sturm - Liouville systems.\n<ref name=\"ub_mae_course_descriptions\" />\n\n=== MAE 501 (in progress) ===\n\nThis coursework is ongoing and will be reported in the near future.\n\n\n== References ==\n\n<references />\n\n[[Category:Academics]]','utf-8'),(274,'Test page','utf-8'),(275,'Test page\n\nEdited the test page, too!','utf-8'),(276,'This page is the catch-all page that I use to write some quick notes for future reference.\n\n== Arduino IDE Linux Install ==\n\nI just installed the Arduino IDE on Ubuntu 14.04 for the first time. The process using APT is very straightforward. Just run,\n\n<code>$ sudo apt-get install arduino arduino-core</code>\n\nAnd then upon first launch <code>$ arduino</code> authenticate via the prompt to configure some permission on the usb port. At this point, everything works perfectly after logging off and then back on again.\n\nBut there\'s one big problem... This version of the IDE (1.0.5 - 8/13/2015) \'\'\'does not support the Arduino DUE\'\'\'! At the time of writing, only the 1.6.x releases are bot supported by developers and are compatible with the Yun and DUE boards.\n\nSee: https://www.arduino.cc/en/main/software\n\n=== Installing IDE from Arduino ===\n\nSince APT doesn\'t support the newer Arduino IDE version that support the boards Yun and DUE, the package(s) must be [https://www.arduino.cc/en/main/software downloaded from Arduino].\n\nThe package comes down as an archive in the form <code>arduino-1.6.5-linux64.tar.xz</code> and must be installed \"manually\" including external dependencies. I found a [http://planfully.com/install-arduino-ubuntu/ nice guide] that describes the steps required, and I\'ll make some personal notes about this process here.\n\n# Extract the package and move to <code>/opt</code>\n#* <code>$ tar -xvf <archive></code>\n#* <code>$ sudo mv <archive> /opt</code>\n# Install JRE dependency\n#* <code>$ sudo apt-get install openjdk-7-jre</code>\n# Configure USB permissions\n#* <code>$ sudo chmod a+rw /dev/ttyACM<number></code> where <number> is 0, 1, 2, ... for each board used simultaneously\n# Install shortcuts\n#* <code>$ cd /opt/arduino-1.6.5/</code>\n#* <code>$ sudo chmod a+x install.sh</code>\n#* <code>$ ./install.sh</code>\n#* Right click the desktop icon and change permissions to allow execution\n\nDouble-click the desktop icon or run from the terminal by,\n\n<code>$ /opt/arduino-1.6.5/arduino</code>\n\n=== Configuring the IDE ===\n\nDirect the IDE toward the desired sketch directory by,\n\n<code>File >> Preferences >> Sketchbook Location : <fullFilePath></code>\n\nThe DUE board may not be an available selection at,\n\n<code>Tools >> Board</code>\n\nIf this is the case, go to\n\n<code>Tools >> Board >> Board Manager</code>\n\nAnd install the required resources in the dialog box that pops up.\n\n\n== Rosserial Arduino Install ==\n\nSee: http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup \n\nInstall the ROS package with APT by,\n\n<code>$ sudo apt-get install ros-indigo-rosserial-arduino</code>\n\n<code>$ sudo apt-get install ros-indigo-rosserial</code>\n\nInstall the <code>ros_lib</code> libraries for Arduino by running the following command in the Arduino libraries location,\n\n<code>$ rosrun rosserial_arduino make_libraries.py</code>\n\n== Sphero Driver for Matlab == \n\nI\'ve written a class in Matlab that implements the low-level binary communication protocol to expose the Sphero API functionality in m-code. There\'s a whole page dedicated to the [[Sphero API Matlab SDK|documentation of Sphero API Matlab SDK]] as well as a [[Sphero API Tutorial|Sphero API primer]].\n\n== Kinect Human Motion Capture with iPi Soft Products ==\n\nAs part of my work in ARMLAB, I have invested many hours in testing and evaluating commercial software produced by [http://www.ipisoft.com/ iPi Soft]. Their programs Recorder and Mocap Studio (with BioMech addon) enable simultaneous capturing of multiple depth sensors (e.g. Microsoft Kinect), detection and tracking of a human motion model in the fused depth data, refinement of the resulting motion model, and export of the results in Matlab format. I have created a page to collect my notes in the form of a quick-start guide or tutorial at [[iPi Soft Evaluation]].\n\n== Testing Math Extension ==\n\nI just installed the Math extension. Here are some equations ...\n\n<!-- <math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math> -->\nThe equation I added just started throwing php errors in the front end when viewing the page with rendered equations. Maybe it\'s related to the 1.26 upgrade?\n\nNow I\'m trying this again with a test equation,\n\n:<math> \\mathbf{F}_{ext} = \\frac{d}{dt} \\left( m \\cdot \\mathbf{v} \\right) </math>\n\nGot it working with MathJax renderer although php warnings are nuts. Finally some decent rendered equations.\n\n:<math>\n{}^{0}\\mathbf{R}_{2}={}^{0}\\mathbf{R}_{1}{}^{1}\\mathbf{R}_{2}\n</math>\n\n== HTPC Config for Home LAN ==\n\n\n\n=== Streaming media with VLC ===\n\n\n\n=== Cool new HTPC stuff subsection ===\n\n\n\n== Maxon Motor Control for Robotic Prototype ==\n\n* Motor - Maxon A-max 32 (12V)\n** Product page: [http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668 http://www.maxonmotor.com/maxon/view/product/motor/dcmotor/amax/amax32/236668]\n** Data Sheet: [http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf http://www.maxonmotor.com/medias/sys_master/root/8816801054750/15-172-EN.pdf]\n* Gearhead - \n* Encoder - \n* Driver - Maxon ADS 50/5\n** Product page: [http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391 http://www.maxonmotor.com/maxon/view/product/control/Servoverstaerker-4-Q-DC/145391]\n** Data sheet: [http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf http://www.maxonmotorusa.com/medias/sys_master/8803609444382/145391-ADS-50-5-Operating-Instructions-En.pdf]\n\n== Matlab interface for Myo ==\n\nThe Matlab package [[Myo SDK MEX Wrapper|Myo SDK MEX Wrapper]] includes a Matlab class in m-code that is a wrapper for a Matlab Mex file that is a wrapper for Thalmic Labs\' Myo SDK. The end result is a super simple m-code interface to streaming data from Myo.\n\n== Kinect 2 Development Environment Setup ==\n\nThe development environment for applications targeting the Kinect 2 (for XBOX ONE) sensor has several dependencies that may not be typical for a standard windows environment in a robotics research lab. Typically, we may find that machines are running Windows XP (32 bit in many cases) or Windows 7 as these operating systems (OS) are directly compatible with legacy systems and modern office productivity software. In the case of Kinect 2, the minimum OS requirement is Windows 8 and the minimum compiler version is Visual Studio 2012. Since this configuration may not be immediately available (it isn\'t for me at the time or writing), this section describes the process for setting up this development environment.\n\nWe begin with a vanilla installation of Windows 8.1 on a Lenovo K450 desktop computer. The general resources required for Kinect 2 development are described quite well by Microsoft on the page for [https://www.microsoft.com/en-us/download/details.aspx?id=44561 Kinect for Windows SDK 2.0]. Aside from the hardware requirements, we first take special note of the system and software requirements. Namely,\n\n* Operating System: Windows 8, 8.1, or Embedded 8\n* Compiler: Visual Studio 2012 or 2013\n\nThe latter requirement also carries some additional consequences such as compatibility with previous projects and other software (like MATLAB). Since we have some systems working well with MATLAB R2013a (and VS2013 is not supported in this release), we\'ll choose to use [https://www.microsoft.com/en-us/download/confirmation.aspx?id=30682 Microsoft Visual Studio Professional 2012].\n\n== Glass half full? ==\n\n[[File:fb_glass_half_full_engineer.jpg|thumb|Glass half full meme]]\nI thought it would be fun to reformulate a solution to the \"glass half full\" according to a meme that I\'ve seen circulating on Facebook recently. The meme indicates a mathematical expression for the volume of liquid in a glass opposed to the typical optimist/pessimist qualifying expressions \"half full\" and \"half empty.\" However, there appears to be some discrepancy in the validity of the mathematical calculation of the percent volume enclosed by the container.\n\nThe of volume enclosed by this container can be calculated by the following integral using the so-called \"disk method\" in indefinite form as,\n\n:<math>V=\\int{A(h)}dh=\\int{\\pi r^2(h)}dh</math>\n\nor in definite form, as a function of the fluid height, as,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{r^2(\\eta)}d\\eta</math>\n\nAn expression for the radius at a given height is,\n\n:<math>r(h)=r_1+\\frac{h_2}{r_2-r_1}h</math>\n\nwhich can be substituted into the previous integral formulation for enclosed volume,\n\n:<math>V(h)=\\pi\\int_{0}^{h}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta</math>\n\nThis expressions can then be used to calculate the volume of the container (the total volume),\n\n:<math>V_T=V(h_2)</math>\n\nthe volume of liquid (the full part),\n\n:<math>V_F=V(h_l)</math>\n\nor the volume of the void (the empty part),\n\n:<math>V_E=V_T-V_F</math>\n\nAnd finally, the fractional part of the container\'s volume occupied by fluid, or void of fluid, can be calculated by,\n\n:<math>V_{F/T} = \\frac{V_F}{V_T}</math>\n\nand,\n\n:<math>V_{E/T} = \\frac{V_E}{V_T} = \\frac{V_T-V_F}{V_T} = 1-V_{F/T}</math>\n\nrespectively.\n\nIt\'s unclear whether the mem author intended to calculate the percent volume of the liquid or the void in the container. In either case, a suitable expression will be,\n\n:<math>\\%V_{F/T} = 100\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}</math>\n\nor,\n\n:<math>\\%V_{E/T} = 100\\left(1-\\frac{\\int_{0}^{h_l}{\\left(r_1+\\frac{h_l}{r_2-r_1}\\eta\\right)^2}d\\eta}{\\int_{0}^{h_2}{\\left(r_1+\\frac{h_2}{r_2-r_1}\\eta\\right)^2}d\\eta}\\right)</math>\n\nEvaluation of these expressions to obtain an algebraic formula is left as an exercise for the reader.\n\n== Automatic Exhaust Fan ==\n\n== Laptop Selection - Win10/Ubuntu ==\n\nI\'m concerned that special care needs to be taken in selecting a computer these says when one plans to dual boot Ubuntu alongside Windows 8+ OS. I think that certain features of Windows 8/8.1/10 can be problematic when installing multiple UEFI based OS\'s on the same disk.\n\n\nHere\'s a [https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/ beginner\'s guide] to performing this installation procedure.\n\n== Installing ROS on Raspberry Pi ==\n\nThis diary is for a Raspberry Pi 2 Model B.\n\nGet Ubuntu Mate by following the directions here: [https://ubuntu-mate.org/raspberry-pi/ https://ubuntu-mate.org/raspberry-pi/].\n\n== Using Git ==\n\nI\'m starting to use Git at the command line with the revision control server at work located at [http://buffet.cs.clemson.edu/ http://buffet.cs.clemson.edu/]. Throughout the process of re-learning Git CLI, I plan to document the relevant commands and workflows here.\n\nSee the following resource(s) for good information about Git source code management software:\n\n* [https://git-scm.com/docs Git SCM documents]\n\n=== SSH Config ===\n\n\n\n=== Git GUI ===\n\nAccording to [https://git-scm.com/docs Git SCM], there\'s a default GUI that comes with Git. I trivially installed this by opening a terminal in Ubuntu and typing,\n\n # apt-get install git-gui\n\nThen the GUI can be lauched by,\n\n $ git gui\n\nThis GUI looks like it could be pretty useful for providing a quick and dirty interface for mouse-clicking through forking and pulling changes.\n\n=== Git Account Management ===\n\n\n\n=== Git Forking ===\n\nForking someone else\'s repository to create your own hosted version.\n\n=== Git Branching ===\n\nCreating another copy of a branch to work on isolated changes. For example, I plan to keep the core stable code base in a main branch called \'\'Master\'\' whereas other branches will be used to pursue variants on this code. Examples of typical branches include \'\'devel\'\' (development) and \'\'bug-fix\'\', \'\'issue\'\', or \'\'feature-add\'\' branches.\n\n=== Git Commit ===\n\nCommitting changes to local code.\n\n=== Git Push ===\n\nSubmitting commits from a local branch to a remote.\n\n=== Git Pull Request ===\n\n=== Git Pull ===\n\n== Test Syntax Highlight ==\n\n<syntaxhighlight lang=\"python\" line>\n# add.py\ndef add(a, b):\n  sgn = 1\n  d = 1\n  if a == 0:\n    return b\n  elif b == 0:\n    return a\n  if a < 0 and b < 0:\n    sgn = -1\n  elif b < 0: # a > 0\n    d = -1\n  return sgn * add(sgn*a+d, sgn*b-d)\n\nprint(f\'{add(1,1)  } ==  2\')\nprint(f\'{add(2,0)  } ==  2\')\nprint(f\'{add(3,-1) } ==  2\')\nprint(f\'{add(0,2)  } ==  2\')\nprint(f\'{add(0,0)  } ==  0\')\nprint(f\'{add(0,-2) } == -2\')\nprint(f\'{add(-1,3) } ==  2\')\nprint(f\'{add(-2,0) } == -2\')\nprint(f\'{add(-1,-1)} == -2\')\n\n# python add.py\n# 2 ==  2\n# 2 ==  2\n# 2 ==  2\n# 2 ==  2\n# 0 ==  0\n# -2 == -2\n# 2 ==  2\n# -2 == -2\n# -2 == -2\n</syntaxhighlight>','utf-8'),(277,'','utf-8');
/*!40000 ALTER TABLE `mw_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_updatelog`
--

DROP TABLE IF EXISTS `mw_updatelog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_updatelog` (
  `ul_key` varbinary(255) NOT NULL,
  `ul_value` blob DEFAULT NULL,
  PRIMARY KEY (`ul_key`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_updatelog`
--

LOCK TABLES `mw_updatelog` WRITE;
/*!40000 ALTER TABLE `mw_updatelog` DISABLE KEYS */;
INSERT INTO `mw_updatelog` VALUES ('AddRFCandPMIDInterwiki',NULL),('ConvertDjvuMetadata',NULL),('DeduplicateArchiveRevId',NULL),('DeleteDefaultMessages',NULL),('FixDefaultJsonContentPages',NULL),('FixInconsistentRedirects',NULL),('MigrateActors',NULL),('MigrateArchiveText',NULL),('MigrateBlocks',NULL),('MigrateComments',NULL),('MigrateExternallinks',NULL),('MigrateLinksTablepagelinks',NULL),('MigrateLinksTabletemplatelinks',NULL),('MigrateRevisionActorTemp',NULL),('MigrateRevisionCommentTemp',NULL),('PopulateArchiveRevId',NULL),('PopulateChangeTagDef',NULL),('PopulateContentTables',NULL),('PopulateUserIsTemp',NULL),('RefreshExternallinksIndex v1+IDN',NULL),('UpdateCollation::uppercase',NULL),('actor-actor_name-patch-actor-actor_name-varbinary.sql',NULL),('archive-ar_timestamp-dropDefault',NULL),('archive-ar_title-patch-archive-ar_title-varbinary.sql',NULL),('category-cat_title-patch-category-cat_title-varbinary.sql',NULL),('categorylinks-cl_to-patch-categorylinks-cl_to-varbinary.sql',NULL),('change_tag-ct_rc_id-patch-change_tag-ct_rc_id.sql',NULL),('cl_fields_update',NULL),('cleanup empty categories',NULL),('content_models-model_id-patch-content_models-model_id.sql',NULL),('convert transcache field',NULL),('externallinks-el_index_60-dropDefault',NULL),('externallinks-el_index_60-patch-externallinks-el_index_60-drop-default.sql',NULL),('externallinks-el_to-patch-externallinks-el_to_default.sql',NULL),('filearchive-fa_deleted_timestamp-dropDefault',NULL),('filearchive-fa_id-patch-filearchive-fa_id.sql',NULL),('filearchive-fa_major_mime-patch-fa_major_mime-chemical.sql',NULL),('filearchive-fa_name-patch-filearchive-fa_name.sql',NULL),('filearchive-fa_size-patch-filearchive-fa_size_to_bigint.sql',NULL),('filearchive-fa_timestamp-dropDefault',NULL),('fix protocol-relative URLs in externallinks',NULL),('image-img_description-patch-image-img_description-default.sql',NULL),('image-img_major_mime-patch-image-img_major_mime-default.sql',NULL),('image-img_major_mime-patch-img_major_mime-chemical.sql',NULL),('image-img_media_type-patch-add-3d.sql',NULL),('image-img_name-patch-image-img_name-varbinary.sql',NULL),('image-img_size-patch-image-img_size_to_bigint.sql',NULL),('image-img_timestamp-dropDefault',NULL),('image-img_timestamp-patch-image-img_timestamp.sql',NULL),('imagelinks-il_to-patch-imagelinks-il_to-varbinary.sql',NULL),('ip_changes-ipc_rev_timestamp-dropDefault',NULL),('ipblocks-ipb_expiry-dropDefault',NULL),('ipblocks-ipb_id-patch-ipblocks-ipb_id.sql',NULL),('ipblocks-ipb_timestamp-dropDefault',NULL),('ipblocks_restrictions-ir_ipb_id-patch-ipblocks_restrictions-ir_ipb_id.sql',NULL),('ipblocks_restrictions-ir_type-patch-ipblocks_restrictions-ir_type.sql',NULL),('ipblocks_restrictions-ir_value-patch-ipblocks_restrictions-ir_value.sql',NULL),('iwlinks-iwl_prefix-patch-extend-iwlinks-iwl_prefix.sql',NULL),('iwlinks-iwl_title-patch-iwlinks-iwl_title-varbinary.sql',NULL),('job-job_timestamp-patch-job_job_timestamp.sql',NULL),('job-job_title-patch-job-job_title-varbinary.sql',NULL),('job-job_token_timestamp-patch-job_job_token_timestamp.sql',NULL),('job-patch-job-params-mediumblob.sql',NULL),('langlinks-ll_title-patch-langlinks-ll_title-varbinary.sql',NULL),('logging-log_title-patch-logging-log_title-varbinary.sql',NULL),('mime_minor_length',NULL),('objectcache-exptime-patch-objectcache-exptime-notnull.sql',NULL),('oldimage-oi_major_mime-patch-oi_major_mime-chemical.sql',NULL),('oldimage-oi_name-patch-oldimage-oi_name-varbinary.sql',NULL),('oldimage-oi_size-patch-oldimage-oi_size_to_bigint.sql',NULL),('oldimage-oi_timestamp-dropDefault',NULL),('page-page_links_updated-patch-page-page_links_updated-noinfinite.sql',NULL),('page-page_restrictions-patch-page_restrictions-null.sql',NULL),('page-page_title-patch-page-page_title-varbinary.sql',NULL),('page-page_touched-dropDefault',NULL),('page_props-pp_page-patch-page_props-pp_page.sql',NULL),('page_restrictions-pr_page-patch-page_restrictions-pr_page.sql',NULL),('pagelinks-pl_title-patch-pagelinks-pl_title-varbinary.sql',NULL),('populate *_from_namespace',NULL),('populate category',NULL),('populate externallinks.el_index_60',NULL),('populate fa_sha1',NULL),('populate img_sha1',NULL),('populate ip_changes',NULL),('populate log_search',NULL),('populate log_usertext',NULL),('populate pp_sortkey',NULL),('populate rev_len and ar_len',NULL),('populate rev_parent_id',NULL),('populate rev_sha1',NULL),('protected_titles-pt_expiry-dropDefault',NULL),('protected_titles-pt_title-patch-protected_titles-pt_title-varbinary.sql',NULL),('querycache-qc_title-patch-querycache-qc_title-varbinary.sql',NULL),('querycachetwo-qcc_title-patch-querycachetwo-qcc_title-varbinary.sql',NULL),('recentchanges-rc_comment-patch-editsummary-length.sql',NULL),('recentchanges-rc_id-patch-recentchanges-rc_id-bigint.sql',NULL),('recentchanges-rc_id-patch-recentchanges-rc_id.sql',NULL),('recentchanges-rc_ip-patch-rc_ip_modify.sql',NULL),('recentchanges-rc_timestamp-dropDefault',NULL),('recentchanges-rc_timestamp-patch-recentchanges-rc_timestamp.sql',NULL),('recentchanges-rc_title-patch-recentchanges-rc_title-varbinary.sql',NULL),('redirect-rd_title-patch-redirect-rd_title-varbinary.sql',NULL),('revision-rev_comment-patch-revision-rev_comment-default.sql',NULL),('revision-rev_id-patch-revision-cleanup.sql',NULL),('revision-rev_text_id-patch-rev_text_id-default.sql',NULL),('revision-rev_timestamp-dropDefault',NULL),('searchindex-pk-titlelength',NULL),('searchindex-tableoption-utf8mb4',NULL),('site_stats-patch-site_stats-modify.sql',NULL),('sites-site_global_key-patch-sites-site_global_key.sql',NULL),('slot_roles-role_id-patch-slot_roles-role_id.sql',NULL),('templatelinks-tl_namespace-patch-templatelinks-tl_title-nullable.sql',NULL),('templatelinks-tl_title-patch-templatelinks-tl_title-varbinary.sql',NULL),('updatelist-1.26.2-14699478940','a:189:{i:0;a:1:{i:0;s:26:\"disableContentHandlerUseDB\";}i:1;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:6:\"ipb_id\";i:3;s:18:\"patch-ipblocks.sql\";}i:2;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:10:\"ipb_expiry\";i:3;s:20:\"patch-ipb_expiry.sql\";}i:3;a:1:{i:0;s:17:\"doInterwikiUpdate\";}i:4;a:1:{i:0;s:13:\"doIndexUpdate\";}i:5;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:7:\"rc_type\";i:3;s:17:\"patch-rc_type.sql\";}i:6;a:4:{i:0;s:8:\"addIndex\";i:1;s:13:\"recentchanges\";i:2;s:18:\"new_name_timestamp\";i:3;s:21:\"patch-rc-newindex.sql\";}i:7;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:14:\"user_real_name\";i:3;s:23:\"patch-user-realname.sql\";}i:8;a:3:{i:0;s:8:\"addTable\";i:1;s:10:\"querycache\";i:2;s:20:\"patch-querycache.sql\";}i:9;a:3:{i:0;s:8:\"addTable\";i:1;s:11:\"objectcache\";i:2;s:21:\"patch-objectcache.sql\";}i:10;a:3:{i:0;s:8:\"addTable\";i:1;s:13:\"categorylinks\";i:2;s:23:\"patch-categorylinks.sql\";}i:11;a:1:{i:0;s:16:\"doOldLinksUpdate\";}i:12;a:1:{i:0;s:22:\"doFixAncientImagelinks\";}i:13;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:5:\"rc_ip\";i:3;s:15:\"patch-rc_ip.sql\";}i:14;a:4:{i:0;s:8:\"addIndex\";i:1;s:5:\"image\";i:2;s:7:\"PRIMARY\";i:3;s:28:\"patch-image_name_primary.sql\";}i:15;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:5:\"rc_id\";i:3;s:15:\"patch-rc_id.sql\";}i:16;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:12:\"rc_patrolled\";i:3;s:19:\"patch-rc-patrol.sql\";}i:17;a:3:{i:0;s:8:\"addTable\";i:1;s:7:\"logging\";i:2;s:17:\"patch-logging.sql\";}i:18;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:10:\"user_token\";i:3;s:20:\"patch-user_token.sql\";}i:19;a:4:{i:0;s:8:\"addField\";i:1;s:9:\"watchlist\";i:2;s:24:\"wl_notificationtimestamp\";i:3;s:28:\"patch-email-notification.sql\";}i:20;a:1:{i:0;s:17:\"doWatchlistUpdate\";}i:21;a:4:{i:0;s:9:\"dropField\";i:1;s:4:\"user\";i:2;s:33:\"user_emailauthenticationtimestamp\";i:3;s:30:\"patch-email-authentication.sql\";}i:22;a:1:{i:0;s:21:\"doSchemaRestructuring\";}i:23;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"logging\";i:2;s:10:\"log_params\";i:3;s:20:\"patch-log_params.sql\";}i:24;a:4:{i:0;s:8:\"checkBin\";i:1;s:7:\"logging\";i:2;s:9:\"log_title\";i:3;s:23:\"patch-logging-title.sql\";}i:25;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:9:\"ar_rev_id\";i:3;s:24:\"patch-archive-rev_id.sql\";}i:26;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"page\";i:2;s:8:\"page_len\";i:3;s:18:\"patch-page_len.sql\";}i:27;a:4:{i:0;s:9:\"dropField\";i:1;s:8:\"revision\";i:2;s:17:\"inverse_timestamp\";i:3;s:27:\"patch-inverse_timestamp.sql\";}i:28;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:11:\"rev_text_id\";i:3;s:21:\"patch-rev_text_id.sql\";}i:29;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:11:\"rev_deleted\";i:3;s:21:\"patch-rev_deleted.sql\";}i:30;a:4:{i:0;s:8:\"addField\";i:1;s:5:\"image\";i:2;s:9:\"img_width\";i:3;s:19:\"patch-img_width.sql\";}i:31;a:4:{i:0;s:8:\"addField\";i:1;s:5:\"image\";i:2;s:12:\"img_metadata\";i:3;s:22:\"patch-img_metadata.sql\";}i:32;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:16:\"user_email_token\";i:3;s:26:\"patch-user_email_token.sql\";}i:33;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:10:\"ar_text_id\";i:3;s:25:\"patch-archive-text_id.sql\";}i:34;a:1:{i:0;s:15:\"doNamespaceSize\";}i:35;a:4:{i:0;s:8:\"addField\";i:1;s:5:\"image\";i:2;s:14:\"img_media_type\";i:3;s:24:\"patch-img_media_type.sql\";}i:36;a:1:{i:0;s:17:\"doPagelinksUpdate\";}i:37;a:4:{i:0;s:9:\"dropField\";i:1;s:5:\"image\";i:2;s:8:\"img_type\";i:3;s:23:\"patch-drop_img_type.sql\";}i:38;a:1:{i:0;s:18:\"doUserUniqueUpdate\";}i:39;a:1:{i:0;s:18:\"doUserGroupsUpdate\";}i:40;a:4:{i:0;s:8:\"addField\";i:1;s:10:\"site_stats\";i:2;s:14:\"ss_total_pages\";i:3;s:27:\"patch-ss_total_articles.sql\";}i:41;a:3:{i:0;s:8:\"addTable\";i:1;s:12:\"user_newtalk\";i:2;s:22:\"patch-usernewtalk2.sql\";}i:42;a:3:{i:0;s:8:\"addTable\";i:1;s:10:\"transcache\";i:2;s:20:\"patch-transcache.sql\";}i:43;a:4:{i:0;s:8:\"addField\";i:1;s:9:\"interwiki\";i:2;s:8:\"iw_trans\";i:3;s:25:\"patch-interwiki-trans.sql\";}i:44;a:1:{i:0;s:15:\"doWatchlistNull\";}i:45;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"logging\";i:2;s:5:\"times\";i:3;s:29:\"patch-logging-times-index.sql\";}i:46;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:15:\"ipb_range_start\";i:3;s:25:\"patch-ipb_range_start.sql\";}i:47;a:1:{i:0;s:18:\"doPageRandomUpdate\";}i:48;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:17:\"user_registration\";i:3;s:27:\"patch-user_registration.sql\";}i:49;a:1:{i:0;s:21:\"doTemplatelinksUpdate\";}i:50;a:3:{i:0;s:8:\"addTable\";i:1;s:13:\"externallinks\";i:2;s:23:\"patch-externallinks.sql\";}i:51;a:3:{i:0;s:8:\"addTable\";i:1;s:3:\"job\";i:2;s:13:\"patch-job.sql\";}i:52;a:4:{i:0;s:8:\"addField\";i:1;s:10:\"site_stats\";i:2;s:9:\"ss_images\";i:3;s:19:\"patch-ss_images.sql\";}i:53;a:3:{i:0;s:8:\"addTable\";i:1;s:9:\"langlinks\";i:2;s:19:\"patch-langlinks.sql\";}i:54;a:3:{i:0;s:8:\"addTable\";i:1;s:15:\"querycache_info\";i:2;s:24:\"patch-querycacheinfo.sql\";}i:55;a:3:{i:0;s:8:\"addTable\";i:1;s:11:\"filearchive\";i:2;s:21:\"patch-filearchive.sql\";}i:56;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:13:\"ipb_anon_only\";i:3;s:23:\"patch-ipb_anon_only.sql\";}i:57;a:4:{i:0;s:8:\"addIndex\";i:1;s:13:\"recentchanges\";i:2;s:14:\"rc_ns_usertext\";i:3;s:31:\"patch-recentchanges-utindex.sql\";}i:58;a:4:{i:0;s:8:\"addIndex\";i:1;s:13:\"recentchanges\";i:2;s:12:\"rc_user_text\";i:3;s:28:\"patch-rc_user_text-index.sql\";}i:59;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:17:\"user_newpass_time\";i:3;s:27:\"patch-user_newpass_time.sql\";}i:60;a:3:{i:0;s:8:\"addTable\";i:1;s:8:\"redirect\";i:2;s:18:\"patch-redirect.sql\";}i:61;a:3:{i:0;s:8:\"addTable\";i:1;s:13:\"querycachetwo\";i:2;s:23:\"patch-querycachetwo.sql\";}i:62;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:20:\"ipb_enable_autoblock\";i:3;s:32:\"patch-ipb_optional_autoblock.sql\";}i:63;a:1:{i:0;s:26:\"doBacklinkingIndicesUpdate\";}i:64;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:10:\"rc_old_len\";i:3;s:16:\"patch-rc_len.sql\";}i:65;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:14:\"user_editcount\";i:3;s:24:\"patch-user_editcount.sql\";}i:66;a:1:{i:0;s:20:\"doRestrictionsUpdate\";}i:67;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"logging\";i:2;s:6:\"log_id\";i:3;s:16:\"patch-log_id.sql\";}i:68;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:13:\"rev_parent_id\";i:3;s:23:\"patch-rev_parent_id.sql\";}i:69;a:4:{i:0;s:8:\"addField\";i:1;s:17:\"page_restrictions\";i:2;s:5:\"pr_id\";i:3;s:35:\"patch-page_restrictions_sortkey.sql\";}i:70;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:7:\"rev_len\";i:3;s:17:\"patch-rev_len.sql\";}i:71;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:10:\"rc_deleted\";i:3;s:20:\"patch-rc_deleted.sql\";}i:72;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"logging\";i:2;s:11:\"log_deleted\";i:3;s:21:\"patch-log_deleted.sql\";}i:73;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:10:\"ar_deleted\";i:3;s:20:\"patch-ar_deleted.sql\";}i:74;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:11:\"ipb_deleted\";i:3;s:21:\"patch-ipb_deleted.sql\";}i:75;a:4:{i:0;s:8:\"addField\";i:1;s:11:\"filearchive\";i:2;s:10:\"fa_deleted\";i:3;s:20:\"patch-fa_deleted.sql\";}i:76;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:6:\"ar_len\";i:3;s:16:\"patch-ar_len.sql\";}i:77;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:15:\"ipb_block_email\";i:3;s:22:\"patch-ipb_emailban.sql\";}i:78;a:1:{i:0;s:28:\"doCategorylinksIndicesUpdate\";}i:79;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"oldimage\";i:2;s:11:\"oi_metadata\";i:3;s:21:\"patch-oi_metadata.sql\";}i:80;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"archive\";i:2;s:18:\"usertext_timestamp\";i:3;s:28:\"patch-archive-user-index.sql\";}i:81;a:4:{i:0;s:8:\"addIndex\";i:1;s:5:\"image\";i:2;s:22:\"img_usertext_timestamp\";i:3;s:26:\"patch-image-user-index.sql\";}i:82;a:4:{i:0;s:8:\"addIndex\";i:1;s:8:\"oldimage\";i:2;s:21:\"oi_usertext_timestamp\";i:3;s:29:\"patch-oldimage-user-index.sql\";}i:83;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:10:\"ar_page_id\";i:3;s:25:\"patch-archive-page_id.sql\";}i:84;a:4:{i:0;s:8:\"addField\";i:1;s:5:\"image\";i:2;s:8:\"img_sha1\";i:3;s:18:\"patch-img_sha1.sql\";}i:85;a:3:{i:0;s:8:\"addTable\";i:1;s:16:\"protected_titles\";i:2;s:26:\"patch-protected_titles.sql\";}i:86;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:11:\"ipb_by_text\";i:3;s:21:\"patch-ipb_by_text.sql\";}i:87;a:3:{i:0;s:8:\"addTable\";i:1;s:10:\"page_props\";i:2;s:20:\"patch-page_props.sql\";}i:88;a:3:{i:0;s:8:\"addTable\";i:1;s:9:\"updatelog\";i:2;s:19:\"patch-updatelog.sql\";}i:89;a:3:{i:0;s:8:\"addTable\";i:1;s:8:\"category\";i:2;s:18:\"patch-category.sql\";}i:90;a:1:{i:0;s:20:\"doCategoryPopulation\";}i:91;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:12:\"ar_parent_id\";i:3;s:22:\"patch-ar_parent_id.sql\";}i:92;a:4:{i:0;s:8:\"addField\";i:1;s:12:\"user_newtalk\";i:2;s:19:\"user_last_timestamp\";i:3;s:29:\"patch-user_last_timestamp.sql\";}i:93;a:1:{i:0;s:18:\"doPopulateParentId\";}i:94;a:4:{i:0;s:8:\"checkBin\";i:1;s:16:\"protected_titles\";i:2;s:8:\"pt_title\";i:3;s:27:\"patch-pt_title-encoding.sql\";}i:95;a:1:{i:0;s:28:\"doMaybeProfilingMemoryUpdate\";}i:96;a:1:{i:0;s:26:\"doFilearchiveIndicesUpdate\";}i:97;a:4:{i:0;s:8:\"addField\";i:1;s:10:\"site_stats\";i:2;s:15:\"ss_active_users\";i:3;s:25:\"patch-ss_active_users.sql\";}i:98;a:1:{i:0;s:17:\"doActiveUsersInit\";}i:99;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:18:\"ipb_allow_usertalk\";i:3;s:28:\"patch-ipb_allow_usertalk.sql\";}i:100;a:1:{i:0;s:14:\"doUniquePlTlIl\";}i:101;a:3:{i:0;s:8:\"addTable\";i:1;s:10:\"change_tag\";i:2;s:20:\"patch-change_tag.sql\";}i:102;a:3:{i:0;s:8:\"addTable\";i:1;s:11:\"tag_summary\";i:2;s:21:\"patch-tag_summary.sql\";}i:103;a:3:{i:0;s:8:\"addTable\";i:1;s:9:\"valid_tag\";i:2;s:19:\"patch-valid_tag.sql\";}i:104;a:3:{i:0;s:8:\"addTable\";i:1;s:15:\"user_properties\";i:2;s:25:\"patch-user_properties.sql\";}i:105;a:3:{i:0;s:8:\"addTable\";i:1;s:10:\"log_search\";i:2;s:20:\"patch-log_search.sql\";}i:106;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"logging\";i:2;s:13:\"log_user_text\";i:3;s:23:\"patch-log_user_text.sql\";}i:107;a:1:{i:0;s:23:\"doLogUsertextPopulation\";}i:108;a:1:{i:0;s:21:\"doLogSearchPopulation\";}i:109;a:3:{i:0;s:8:\"addTable\";i:1;s:10:\"l10n_cache\";i:2;s:20:\"patch-l10n_cache.sql\";}i:110;a:4:{i:0;s:8:\"addIndex\";i:1;s:10:\"log_search\";i:2;s:12:\"ls_field_val\";i:3;s:33:\"patch-log_search-rename-index.sql\";}i:111;a:4:{i:0;s:8:\"addIndex\";i:1;s:10:\"change_tag\";i:2;s:17:\"change_tag_rc_tag\";i:3;s:28:\"patch-change_tag-indexes.sql\";}i:112;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"redirect\";i:2;s:12:\"rd_interwiki\";i:3;s:22:\"patch-rd_interwiki.sql\";}i:113;a:1:{i:0;s:23:\"doUpdateTranscacheField\";}i:114;a:1:{i:0;s:22:\"doUpdateMimeMinorField\";}i:115;a:3:{i:0;s:8:\"addTable\";i:1;s:7:\"iwlinks\";i:2;s:17:\"patch-iwlinks.sql\";}i:116;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"iwlinks\";i:2;s:21:\"iwl_prefix_title_from\";i:3;s:27:\"patch-rename-iwl_prefix.sql\";}i:117;a:4:{i:0;s:8:\"addField\";i:1;s:9:\"updatelog\";i:2;s:8:\"ul_value\";i:3;s:18:\"patch-ul_value.sql\";}i:118;a:4:{i:0;s:8:\"addField\";i:1;s:9:\"interwiki\";i:2;s:6:\"iw_api\";i:3;s:27:\"patch-iw_api_and_wikiid.sql\";}i:119;a:4:{i:0;s:9:\"dropIndex\";i:1;s:7:\"iwlinks\";i:2;s:10:\"iwl_prefix\";i:3;s:25:\"patch-kill-iwl_prefix.sql\";}i:120;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"categorylinks\";i:2;s:12:\"cl_collation\";i:3;s:40:\"patch-categorylinks-better-collation.sql\";}i:121;a:1:{i:0;s:16:\"doClFieldsUpdate\";}i:122;a:1:{i:0;s:17:\"doCollationUpdate\";}i:123;a:3:{i:0;s:8:\"addTable\";i:1;s:12:\"msg_resource\";i:2;s:22:\"patch-msg_resource.sql\";}i:124;a:3:{i:0;s:8:\"addTable\";i:1;s:11:\"module_deps\";i:2;s:21:\"patch-module_deps.sql\";}i:125;a:4:{i:0;s:9:\"dropIndex\";i:1;s:7:\"archive\";i:2;s:13:\"ar_page_revid\";i:3;s:36:\"patch-archive_kill_ar_page_revid.sql\";}i:126;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"archive\";i:2;s:8:\"ar_revid\";i:3;s:26:\"patch-archive_ar_revid.sql\";}i:127;a:1:{i:0;s:23:\"doLangLinksLengthUpdate\";}i:128;a:1:{i:0;s:29:\"doUserNewTalkTimestampNotNull\";}i:129;a:4:{i:0;s:8:\"addIndex\";i:1;s:4:\"user\";i:2;s:10:\"user_email\";i:3;s:26:\"patch-user_email_index.sql\";}i:130;a:4:{i:0;s:11:\"modifyField\";i:1;s:15:\"user_properties\";i:2;s:11:\"up_property\";i:3;s:21:\"patch-up_property.sql\";}i:131;a:3:{i:0;s:8:\"addTable\";i:1;s:11:\"uploadstash\";i:2;s:21:\"patch-uploadstash.sql\";}i:132;a:3:{i:0;s:8:\"addTable\";i:1;s:18:\"user_former_groups\";i:2;s:28:\"patch-user_former_groups.sql\";}i:133;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"logging\";i:2;s:11:\"type_action\";i:3;s:35:\"patch-logging-type-action-index.sql\";}i:134;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:8:\"rev_sha1\";i:3;s:18:\"patch-rev_sha1.sql\";}i:135;a:1:{i:0;s:20:\"doMigrateUserOptions\";}i:136;a:4:{i:0;s:9:\"dropField\";i:1;s:4:\"user\";i:2;s:12:\"user_options\";i:3;s:27:\"patch-drop-user_options.sql\";}i:137;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:7:\"ar_sha1\";i:3;s:17:\"patch-ar_sha1.sql\";}i:138;a:4:{i:0;s:8:\"addIndex\";i:1;s:4:\"page\";i:2;s:27:\"page_redirect_namespace_len\";i:3;s:37:\"patch-page_redirect_namespace_len.sql\";}i:139;a:4:{i:0;s:8:\"addField\";i:1;s:11:\"uploadstash\";i:2;s:12:\"us_chunk_inx\";i:3;s:27:\"patch-uploadstash_chunk.sql\";}i:140;a:4:{i:0;s:8:\"addfield\";i:1;s:3:\"job\";i:2;s:13:\"job_timestamp\";i:3;s:28:\"patch-jobs-add-timestamp.sql\";}i:141;a:4:{i:0;s:8:\"addIndex\";i:1;s:8:\"revision\";i:2;s:19:\"page_user_timestamp\";i:3;s:34:\"patch-revision-user-page-index.sql\";}i:142;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"ipblocks\";i:2;s:19:\"ipb_parent_block_id\";i:3;s:29:\"patch-ipb-parent-block-id.sql\";}i:143;a:4:{i:0;s:8:\"addIndex\";i:1;s:8:\"ipblocks\";i:2;s:19:\"ipb_parent_block_id\";i:3;s:35:\"patch-ipb-parent-block-id-index.sql\";}i:144;a:4:{i:0;s:9:\"dropField\";i:1;s:8:\"category\";i:2;s:10:\"cat_hidden\";i:3;s:20:\"patch-cat_hidden.sql\";}i:145;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:18:\"rev_content_format\";i:3;s:37:\"patch-revision-rev_content_format.sql\";}i:146;a:4:{i:0;s:8:\"addField\";i:1;s:8:\"revision\";i:2;s:17:\"rev_content_model\";i:3;s:36:\"patch-revision-rev_content_model.sql\";}i:147;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:17:\"ar_content_format\";i:3;s:35:\"patch-archive-ar_content_format.sql\";}i:148;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:16:\"ar_content_model\";i:3;s:34:\"patch-archive-ar_content_model.sql\";}i:149;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"page\";i:2;s:18:\"page_content_model\";i:3;s:33:\"patch-page-page_content_model.sql\";}i:150;a:1:{i:0;s:25:\"enableContentHandlerUseDB\";}i:151;a:4:{i:0;s:9:\"dropField\";i:1;s:10:\"site_stats\";i:2;s:9:\"ss_admins\";i:3;s:24:\"patch-drop-ss_admins.sql\";}i:152;a:4:{i:0;s:9:\"dropField\";i:1;s:13:\"recentchanges\";i:2;s:17:\"rc_moved_to_title\";i:3;s:18:\"patch-rc_moved.sql\";}i:153;a:3:{i:0;s:8:\"addTable\";i:1;s:5:\"sites\";i:2;s:15:\"patch-sites.sql\";}i:154;a:4:{i:0;s:8:\"addField\";i:1;s:11:\"filearchive\";i:2;s:7:\"fa_sha1\";i:3;s:17:\"patch-fa_sha1.sql\";}i:155;a:4:{i:0;s:8:\"addField\";i:1;s:3:\"job\";i:2;s:9:\"job_token\";i:3;s:19:\"patch-job_token.sql\";}i:156;a:4:{i:0;s:8:\"addField\";i:1;s:3:\"job\";i:2;s:12:\"job_attempts\";i:3;s:22:\"patch-job_attempts.sql\";}i:157;a:1:{i:0;s:17:\"doEnableProfiling\";}i:158;a:4:{i:0;s:8:\"addField\";i:1;s:11:\"uploadstash\";i:2;s:8:\"us_props\";i:3;s:30:\"patch-uploadstash-us_props.sql\";}i:159;a:4:{i:0;s:11:\"modifyField\";i:1;s:11:\"user_groups\";i:2;s:8:\"ug_group\";i:3;s:38:\"patch-ug_group-length-increase-255.sql\";}i:160;a:4:{i:0;s:11:\"modifyField\";i:1;s:18:\"user_former_groups\";i:2;s:9:\"ufg_group\";i:3;s:39:\"patch-ufg_group-length-increase-255.sql\";}i:161;a:4:{i:0;s:8:\"addIndex\";i:1;s:10:\"page_props\";i:2;s:16:\"pp_propname_page\";i:3;s:40:\"patch-page_props-propname-page-index.sql\";}i:162;a:4:{i:0;s:8:\"addIndex\";i:1;s:5:\"image\";i:2;s:14:\"img_media_mime\";i:3;s:30:\"patch-img_media_mime-index.sql\";}i:163;a:1:{i:0;s:23:\"doIwlinksIndexNonUnique\";}i:164;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"iwlinks\";i:2;s:21:\"iwl_prefix_from_title\";i:3;s:34:\"patch-iwlinks-from-title-index.sql\";}i:165;a:4:{i:0;s:8:\"addField\";i:1;s:7:\"archive\";i:2;s:5:\"ar_id\";i:3;s:23:\"patch-archive-ar_id.sql\";}i:166;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"externallinks\";i:2;s:5:\"el_id\";i:3;s:29:\"patch-externallinks-el_id.sql\";}i:167;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"recentchanges\";i:2;s:9:\"rc_source\";i:3;s:19:\"patch-rc_source.sql\";}i:168;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"logging\";i:2;s:23:\"log_user_text_type_time\";i:3;s:43:\"patch-logging_user_text_type_time_index.sql\";}i:169;a:4:{i:0;s:8:\"addIndex\";i:1;s:7:\"logging\";i:2;s:18:\"log_user_text_time\";i:3;s:38:\"patch-logging_user_text_time_index.sql\";}i:170;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"page\";i:2;s:18:\"page_links_updated\";i:3;s:28:\"patch-page_links_updated.sql\";}i:171;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"user\";i:2;s:21:\"user_password_expires\";i:3;s:30:\"patch-user_password_expire.sql\";}i:172;a:4:{i:0;s:8:\"addField\";i:1;s:10:\"page_props\";i:2;s:10:\"pp_sortkey\";i:3;s:20:\"patch-pp_sortkey.sql\";}i:173;a:4:{i:0;s:9:\"dropField\";i:1;s:13:\"recentchanges\";i:2;s:11:\"rc_cur_time\";i:3;s:26:\"patch-drop-rc_cur_time.sql\";}i:174;a:4:{i:0;s:8:\"addIndex\";i:1;s:9:\"watchlist\";i:2;s:29:\"wl_user_notificationtimestamp\";i:3;s:52:\"patch-watchlist-user-notificationtimestamp-index.sql\";}i:175;a:4:{i:0;s:8:\"addField\";i:1;s:4:\"page\";i:2;s:9:\"page_lang\";i:3;s:19:\"patch-page_lang.sql\";}i:176;a:4:{i:0;s:8:\"addField\";i:1;s:9:\"pagelinks\";i:2;s:17:\"pl_from_namespace\";i:3;s:27:\"patch-pl_from_namespace.sql\";}i:177;a:4:{i:0;s:8:\"addField\";i:1;s:13:\"templatelinks\";i:2;s:17:\"tl_from_namespace\";i:3;s:27:\"patch-tl_from_namespace.sql\";}i:178;a:4:{i:0;s:8:\"addField\";i:1;s:10:\"imagelinks\";i:2;s:17:\"il_from_namespace\";i:3;s:27:\"patch-il_from_namespace.sql\";}i:179;a:4:{i:0;s:11:\"modifyField\";i:1;s:5:\"image\";i:2;s:14:\"img_major_mime\";i:3;s:33:\"patch-img_major_mime-chemical.sql\";}i:180;a:4:{i:0;s:11:\"modifyField\";i:1;s:8:\"oldimage\";i:2;s:13:\"oi_major_mime\";i:3;s:32:\"patch-oi_major_mime-chemical.sql\";}i:181;a:4:{i:0;s:11:\"modifyField\";i:1;s:11:\"filearchive\";i:2;s:13:\"fa_major_mime\";i:3;s:32:\"patch-fa_major_mime-chemical.sql\";}i:182;a:1:{i:0;s:27:\"doUserNewTalkUseridUnsigned\";}i:183;a:4:{i:0;s:11:\"modifyField\";i:1;s:13:\"recentchanges\";i:2;s:10:\"rc_comment\";i:3;s:28:\"patch-editsummary-length.sql\";}i:184;a:2:{i:0;s:9:\"dropTable\";i:1;s:10:\"hitcounter\";}i:185;a:4:{i:0;s:9:\"dropField\";i:1;s:10:\"site_stats\";i:2;s:14:\"ss_total_views\";i:3;s:29:\"patch-drop-ss_total_views.sql\";}i:186;a:4:{i:0;s:9:\"dropField\";i:1;s:4:\"page\";i:2;s:12:\"page_counter\";i:3;s:27:\"patch-drop-page_counter.sql\";}i:187;a:4:{i:0;s:8:\"addTable\";i:1;s:4:\"math\";i:2;s:66:\"/home/markto6/public_html/wiki/w/extensions/Math/db/math.mysql.sql\";i:3;b:1;}i:188;a:4:{i:0;s:8:\"addTable\";i:1;s:7:\"mathoid\";i:2;s:69:\"/home/markto6/public_html/wiki/w/extensions/Math/db/mathoid.mysql.sql\";i:3;b:1;}}'),('uploadstash-us_size-patch-uploadstash-us_size_to_bigint.sql',NULL),('uploadstash-us_timestamp-patch-uploadstash-us_timestamp.sql',NULL),('user-user_editcount-patch-user-user_editcount.sql',NULL),('user-user_name-patch-user_table-updates.sql',NULL),('user_former_groups-ufg_group-patch-ufg_group-length-increase-255.sql',NULL),('user_groups-ug_group-patch-ug_group-length-increase-255.sql',NULL),('user_newtalk-user_last_timestamp-patch-user_newtalk-user_last_timestamp-binary.sql',NULL),('user_properties-up_property-patch-up_property.sql',NULL),('watchlist-wl_notificationtimestamp-patch-watchlist-wl_notificationtimestamp.sql',NULL),('watchlist-wl_title-patch-watchlist-wl_title-varbinary.sql',NULL);
/*!40000 ALTER TABLE `mw_updatelog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_uploadstash`
--

DROP TABLE IF EXISTS `mw_uploadstash`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_uploadstash` (
  `us_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `us_user` int(10) unsigned NOT NULL,
  `us_key` varbinary(255) NOT NULL,
  `us_orig_path` varbinary(255) NOT NULL,
  `us_path` varbinary(255) NOT NULL,
  `us_source_type` varbinary(50) DEFAULT NULL,
  `us_timestamp` binary(14) NOT NULL,
  `us_status` varbinary(50) NOT NULL,
  `us_chunk_inx` int(10) unsigned DEFAULT NULL,
  `us_props` blob DEFAULT NULL,
  `us_size` bigint(20) unsigned NOT NULL,
  `us_sha1` varbinary(31) NOT NULL,
  `us_mime` varbinary(255) DEFAULT NULL,
  `us_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE','3D') DEFAULT NULL,
  `us_image_width` int(10) unsigned DEFAULT NULL,
  `us_image_height` int(10) unsigned DEFAULT NULL,
  `us_image_bits` smallint(5) unsigned DEFAULT NULL,
  PRIMARY KEY (`us_id`),
  UNIQUE KEY `us_key` (`us_key`),
  KEY `us_user` (`us_user`),
  KEY `us_timestamp` (`us_timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_uploadstash`
--

LOCK TABLES `mw_uploadstash` WRITE;
/*!40000 ALTER TABLE `mw_uploadstash` DISABLE KEYS */;
INSERT INTO `mw_uploadstash` VALUES (1,2,'13as76kewlo4.2xqq0g.2.png','/tmp/phpr32DyG','mwrepo://local/temp/d/d6/20150714055526!phpr32DyG.png','file','20150714055526','finished',NULL,'a:12:{s:5:\"width\";i:135;s:6:\"height\";i:135;s:4:\"bits\";i:8;s:10:\"fileExists\";b:1;s:4:\"mime\";s:9:\"image/png\";s:10:\"media_type\";s:6:\"BITMAP\";s:8:\"metadata\";s:402:\"a:6:{s:10:\"frameCount\";i:0;s:9:\"loopCount\";i:1;s:8:\"duration\";d:0;s:8:\"bitDepth\";i:8;s:9:\"colorType\";s:16:\"truecolour-alpha\";s:8:\"metadata\";a:6:{s:11:\"XResolution\";s:8:\"2835/100\";s:11:\"YResolution\";s:8:\"2835/100\";s:14:\"ResolutionUnit\";i:3;s:8:\"DateTime\";s:19:\"2015:07:14 05:54:39\";s:14:\"PNGFileComment\";a:2:{s:9:\"x-default\";s:17:\"Created with GIMP\";s:5:\"_type\";s:4:\"lang\";}s:15:\"_MW_PNG_VERSION\";i:1;}}\";s:4:\"sha1\";s:31:\"be9l9l0k08l8pj80dsfvwoi08e1n8rh\";s:9:\"file-mime\";s:9:\"image/png\";s:10:\"minor_mime\";s:3:\"png\";s:10:\"major_mime\";s:5:\"image\";s:4:\"size\";i:4776;}',4776,'be9l9l0k08l8pj80dsfvwoi08e1n8rh','image/png','BITMAP',135,135,8);
/*!40000 ALTER TABLE `mw_uploadstash` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_user`
--

DROP TABLE IF EXISTS `mw_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_user` (
  `user_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_name` varbinary(255) NOT NULL DEFAULT '',
  `user_real_name` varbinary(255) NOT NULL DEFAULT '',
  `user_password` tinyblob NOT NULL,
  `user_newpassword` tinyblob NOT NULL,
  `user_newpass_time` binary(14) DEFAULT NULL,
  `user_email` tinyblob NOT NULL,
  `user_touched` binary(14) NOT NULL,
  `user_token` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `user_email_authenticated` binary(14) DEFAULT NULL,
  `user_email_token` binary(32) DEFAULT NULL,
  `user_email_token_expires` binary(14) DEFAULT NULL,
  `user_registration` binary(14) DEFAULT NULL,
  `user_editcount` int(10) unsigned DEFAULT NULL,
  `user_password_expires` varbinary(14) DEFAULT NULL,
  `user_is_temp` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`user_id`),
  UNIQUE KEY `user_name` (`user_name`),
  KEY `user_email_token` (`user_email_token`),
  KEY `user_email` (`user_email`(50))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_user`
--

LOCK TABLES `mw_user` WRITE;
/*!40000 ALTER TABLE `mw_user` DISABLE KEYS */;
INSERT INTO `mw_user` VALUES (1,'WikiSysop','',':pbkdf2:sha512:30000:64:mWN5Gc9c1ie9ALfXKzMtwA==:JX2CBzp/TdHIGjgGRbn8AuTIaqKzsTgoqooXG3H5U+tAxdC9brc7NDcLRObV8d+orMspyXWezLvde0Fp5HcmoA==','',NULL,'admin@mark-toma.com','20250816000302','dd557d0f918c15531198098340660d5f',NULL,NULL,NULL,'20150713214243',24,NULL,0),(2,'Mark','Mark Tomaszewski',':pbkdf2:sha512:30000:64:z1fQ39XGQVUKRdeI7PFI9g==:BC68FktcoCej/OgaTjLMmXhP8NK2k508eb4fIrbtgL5Q9SohvJAUMao6bANr3ilc59WkCwi72lZ8nDOYGDxUuw==','',NULL,'mark@mark-toma.com','20250816032618','58897a2e327ba7553d46e167be232e15',NULL,NULL,NULL,'20150714053829',250,NULL,0),(3,'Yijuilee','Yi Jui Lee','',':pbkdf2:sha256:10000:128:ueIx+XClLoSQEQDOORC99w==:ikT0UPwbR9EWIhGLREd1VKetTV2SVqyi96HLZPk8nUaUaU4NFOv2kboulQbpJmIiuYLU7XVLkREqooXk6Y7eaSrWbNT9ONwO1WvL4/JLggs6nwOurXBK/0zhqYdhn6fg+p0zDQLacYypQZy2bWSAzhF/iaxZTwy+M3HUnB5/qQQ=',NULL,'yijuilee@buffalo.edu','20240928214816','b96393b780beee5fc7e02cca71b32aa5',NULL,NULL,NULL,'20151117055322',0,NULL,0),(4,'Cyberblitzx','Corey Jepson','',':pbkdf2:sha256:10000:128:xkWM32NcUkZxZq6bWeknNg==:FCiFSE4S64KrRFq6NlzjeviegWpd8HsaYDUO0LG6bRw8oAE77gOkWq6PRoQ3/H1SPscurs8kQPvzIJvF0h4xvha9jvZkZsO23z2Zf183iVNhFoyGMOiXIrFpSvvf0oI6z2q5bQEBzoC+e0/lZ+qP5KdWOaSL5366GjRXpOu4Ui8=',NULL,'cajepson@gmail.com','20240928214816','f8b80aa704f145ae41d454b999e8c6c6',NULL,NULL,NULL,'20151209171504',0,NULL,0),(5,'Melissa','','',':pbkdf2:sha512:30000:64:CYPwNP/rWHeJk0H5ZsNisg==:XCVUC1xJXAoyxlo1LpLSPrsaaSa36Ojbk8CPeLNEge+gfh8LdUqbLrvKDifgPEMgBT8kuenr0YDcU30+nc8XeA==','20250815031523','mellmecc@gmail.com','20250815031524','aeb2647c714f56ba9d45b393942df114',NULL,NULL,NULL,'20250815031523',0,NULL,0);
/*!40000 ALTER TABLE `mw_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_user_autocreate_serial`
--

DROP TABLE IF EXISTS `mw_user_autocreate_serial`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_user_autocreate_serial` (
  `uas_shard` int(10) unsigned NOT NULL,
  `uas_value` int(10) unsigned NOT NULL,
  `uas_year` smallint(5) unsigned NOT NULL,
  PRIMARY KEY (`uas_shard`,`uas_year`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_user_autocreate_serial`
--

LOCK TABLES `mw_user_autocreate_serial` WRITE;
/*!40000 ALTER TABLE `mw_user_autocreate_serial` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_user_autocreate_serial` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_user_former_groups`
--

DROP TABLE IF EXISTS `mw_user_former_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_user_former_groups` (
  `ufg_user` int(10) unsigned NOT NULL DEFAULT 0,
  `ufg_group` varbinary(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`ufg_user`,`ufg_group`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_user_former_groups`
--

LOCK TABLES `mw_user_former_groups` WRITE;
/*!40000 ALTER TABLE `mw_user_former_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_user_former_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_user_groups`
--

DROP TABLE IF EXISTS `mw_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_user_groups` (
  `ug_user` int(10) unsigned NOT NULL DEFAULT 0,
  `ug_group` varbinary(255) NOT NULL DEFAULT '',
  `ug_expiry` varbinary(14) DEFAULT NULL,
  PRIMARY KEY (`ug_user`,`ug_group`),
  KEY `ug_group` (`ug_group`),
  KEY `ug_expiry` (`ug_expiry`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_user_groups`
--

LOCK TABLES `mw_user_groups` WRITE;
/*!40000 ALTER TABLE `mw_user_groups` DISABLE KEYS */;
INSERT INTO `mw_user_groups` VALUES (1,'bureaucrat',NULL),(1,'sysop',NULL);
/*!40000 ALTER TABLE `mw_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_user_newtalk`
--

DROP TABLE IF EXISTS `mw_user_newtalk`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_user_newtalk` (
  `user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `user_ip` varbinary(40) NOT NULL DEFAULT '',
  `user_last_timestamp` binary(14) DEFAULT NULL,
  KEY `un_user_id` (`user_id`),
  KEY `un_user_ip` (`user_ip`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_user_newtalk`
--

LOCK TABLES `mw_user_newtalk` WRITE;
/*!40000 ALTER TABLE `mw_user_newtalk` DISABLE KEYS */;
INSERT INTO `mw_user_newtalk` VALUES (3,'',NULL),(3,'','20151117060940'),(3,'','20151117195214'),(3,'','20151117195320'),(3,'','20151117195358'),(4,'',NULL);
/*!40000 ALTER TABLE `mw_user_newtalk` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_user_properties`
--

DROP TABLE IF EXISTS `mw_user_properties`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_user_properties` (
  `up_user` int(10) unsigned NOT NULL,
  `up_property` varbinary(255) NOT NULL,
  `up_value` blob DEFAULT NULL,
  PRIMARY KEY (`up_user`,`up_property`),
  KEY `up_property` (`up_property`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_user_properties`
--

LOCK TABLES `mw_user_properties` WRITE;
/*!40000 ALTER TABLE `mw_user_properties` DISABLE KEYS */;
INSERT INTO `mw_user_properties` VALUES (2,'rcfilters-wl-collapsed','0'),(2,'rcfilters-wl-saved-queries','{\"queries\":{},\"version\":\"2\"}');
/*!40000 ALTER TABLE `mw_user_properties` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_watchlist`
--

DROP TABLE IF EXISTS `mw_watchlist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_watchlist` (
  `wl_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `wl_user` int(10) unsigned NOT NULL,
  `wl_namespace` int(11) NOT NULL DEFAULT 0,
  `wl_title` varbinary(255) NOT NULL DEFAULT '',
  `wl_notificationtimestamp` binary(14) DEFAULT NULL,
  PRIMARY KEY (`wl_id`),
  UNIQUE KEY `wl_user` (`wl_user`,`wl_namespace`,`wl_title`),
  KEY `wl_user_notificationtimestamp` (`wl_user`,`wl_notificationtimestamp`),
  KEY `wl_namespace_title` (`wl_namespace`,`wl_title`)
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_watchlist`
--

LOCK TABLES `mw_watchlist` WRITE;
/*!40000 ALTER TABLE `mw_watchlist` DISABLE KEYS */;
INSERT INTO `mw_watchlist` VALUES (1,1,0,'Academics',NULL),(2,1,0,'Hobby',NULL),(3,1,0,'Main_Page',NULL),(4,1,0,'Project','20151124043853'),(5,1,0,'Sphero_API_MATLAB_SDK','20160421045036'),(6,1,0,'Sphero_API_Matlab_SDK','20160418031501'),(7,1,1,'Academics',NULL),(8,1,1,'Hobby',NULL),(9,1,1,'Main_Page',NULL),(10,1,1,'Project',NULL),(11,1,1,'Sphero_API_MATLAB_SDK',NULL),(12,1,1,'Sphero_API_Matlab_SDK',NULL),(13,1,2,'Yijuilee',NULL),(14,1,3,'Yijuilee','20151117195214'),(15,1,6,'Mt_logo_mono_neg_blu_135x135.png',NULL),(16,1,7,'Mt_logo_mono_neg_blu_135x135.png',NULL),(17,1,8,'Sidebar',NULL),(18,1,9,'Sidebar',NULL),(19,2,0,'Academics',NULL),(20,2,0,'Graduate_Coursework_Portfolio',NULL),(21,2,0,'IPi_Soft_Evaluation',NULL),(22,2,0,'Journal','20250816013610'),(23,2,0,'Main_Page',NULL),(24,2,0,'Myo_SDK_MATLAB_MEX_Wrapper',NULL),(25,2,0,'Myo_SDK_MEX_Wrapper',NULL),(26,2,0,'Project',NULL),(27,2,0,'Sphero_API_MATLAB_SDK',NULL),(28,2,0,'Sphero_API_Matlab_SDK',NULL),(29,2,0,'Sphero_API_Tutorial',NULL),(30,2,0,'Undergraduate_Coursework_Portfolio',NULL),(31,2,1,'Academics',NULL),(32,2,1,'Graduate_Coursework_Portfolio',NULL),(33,2,1,'IPi_Soft_Evaluation',NULL),(34,2,1,'Journal',NULL),(35,2,1,'Main_Page',NULL),(36,2,1,'Myo_SDK_MATLAB_MEX_Wrapper',NULL),(37,2,1,'Myo_SDK_MEX_Wrapper',NULL),(38,2,1,'Project',NULL),(39,2,1,'Sphero_API_MATLAB_SDK',NULL),(40,2,1,'Sphero_API_Matlab_SDK',NULL),(41,2,1,'Sphero_API_Tutorial',NULL),(42,2,1,'Undergraduate_Coursework_Portfolio',NULL),(43,2,2,'Cyberblitzx',NULL),(44,2,2,'Marktoma','20250815233105'),(45,2,2,'Yijuilee',NULL),(46,2,3,'Cyberblitzx',NULL),(47,2,3,'Marktoma',NULL),(48,2,3,'Yijuilee',NULL),(49,2,4,'About',NULL),(50,2,5,'About',NULL),(51,2,6,'Fb_glass_half_full_engineer.jpg',NULL),(52,2,6,'Ipi_soft_human_motion_capture_workflow.png',NULL),(53,2,6,'Mt_logo.png','20250816014903'),(54,2,7,'Fb_glass_half_full_engineer.jpg',NULL),(55,2,7,'Ipi_soft_human_motion_capture_workflow.png',NULL),(56,2,7,'Mt_logo.png',NULL),(57,2,10,'Work_In_Progress',NULL),(58,2,11,'Work_In_Progress',NULL),(59,2,14,'Academics',NULL),(60,2,14,'Project',NULL),(61,2,15,'Academics',NULL),(62,2,15,'Project',NULL),(63,3,2,'Yijuilee','20151117055323'),(64,3,3,'Yijuilee','20151117060940'),(65,4,2,'Cyberblitzx','20151209171505'),(66,4,3,'Cyberblitzx','20151209172820'),(67,5,2,'Melissa','20250815031523'),(68,5,3,'Melissa',NULL),(69,2,0,'Journal/Test',NULL),(70,2,1,'Journal/Test',NULL),(71,1,0,'Journal',NULL),(72,1,1,'Journal',NULL),(73,2,6,'Every-Time-I-Die-Radical-album-cover-header.jpg',NULL),(74,2,7,'Every-Time-I-Die-Radical-album-cover-header.jpg',NULL);
/*!40000 ALTER TABLE `mw_watchlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mw_watchlist_expiry`
--

DROP TABLE IF EXISTS `mw_watchlist_expiry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mw_watchlist_expiry` (
  `we_item` int(10) unsigned NOT NULL,
  `we_expiry` binary(14) NOT NULL,
  PRIMARY KEY (`we_item`),
  KEY `we_expiry` (`we_expiry`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mw_watchlist_expiry`
--

LOCK TABLES `mw_watchlist_expiry` WRITE;
/*!40000 ALTER TABLE `mw_watchlist_expiry` DISABLE KEYS */;
/*!40000 ALTER TABLE `mw_watchlist_expiry` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-08-16 20:30:50
